diff --git a/app/build.gradle b/app/build.gradle index 9a5b19b79..6c12eb352 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "wangdaye.com.geometricweather" minSdkVersion 19 targetSdkVersion 30 - versionCode 30000 - versionName "3.000" + versionCode 30001 + versionName "3.001" multiDexEnabled true ndk { abiFilters 'armeabi', 'x86', 'armeabi-v7a', 'x86_64', 'arm64-v8a' diff --git a/app/src/main/java/wangdaye/com/geometricweather/common/utils/helpers/AsyncHelper.java b/app/src/main/java/wangdaye/com/geometricweather/common/utils/helpers/AsyncHelper.java index 2a5ab11ab..9e2c89466 100644 --- a/app/src/main/java/wangdaye/com/geometricweather/common/utils/helpers/AsyncHelper.java +++ b/app/src/main/java/wangdaye/com/geometricweather/common/utils/helpers/AsyncHelper.java @@ -100,10 +100,10 @@ public static Controller runOnExecutor(Runnable runnable, Executor executor) { public static Controller delayRunOnIO(Runnable runnable, long milliSeconds) { return new Controller( - Observable.create((ObservableOnSubscribe) emitter -> runnable.run()) - .subscribeOn(Schedulers.io()) - .observeOn(AndroidSchedulers.mainThread()) - .delay(milliSeconds, TimeUnit.MILLISECONDS) + Observable.timer(milliSeconds, TimeUnit.MILLISECONDS) + .subscribeOn(AndroidSchedulers.mainThread()) + .observeOn(Schedulers.io()) + .doOnComplete(runnable::run) .subscribe() ); } diff --git a/release/3.000/fdroid/release/GeometricWeather 3.000_fdroid.apk b/release/3.001/fdroid/release/GeometricWeather 3.001_fdroid.apk similarity index 71% rename from release/3.000/fdroid/release/GeometricWeather 3.000_fdroid.apk rename to release/3.001/fdroid/release/GeometricWeather 3.001_fdroid.apk index 072092c2c..60141da41 100644 Binary files a/release/3.000/fdroid/release/GeometricWeather 3.000_fdroid.apk and b/release/3.001/fdroid/release/GeometricWeather 3.001_fdroid.apk differ diff --git a/release/3.000/fdroid/release/output-metadata.json b/release/3.001/fdroid/release/output-metadata.json similarity index 68% rename from release/3.000/fdroid/release/output-metadata.json rename to release/3.001/fdroid/release/output-metadata.json index 3944dbbf4..90ab6aa61 100644 --- a/release/3.000/fdroid/release/output-metadata.json +++ b/release/3.001/fdroid/release/output-metadata.json @@ -10,9 +10,9 @@ { "type": "SINGLE", "filters": [], - "versionCode": 30000, - "versionName": "3.000_fdroid", - "outputFile": "GeometricWeather 3.000_fdroid.apk" + "versionCode": 30001, + "versionName": "3.001_fdroid", + "outputFile": "GeometricWeather 3.001_fdroid.apk" } ] } \ No newline at end of file diff --git a/release/3.000/gplay/release/GeometricWeather 3.000_gplay.apk b/release/3.001/gplay/release/GeometricWeather 3.001_gplay.apk similarity index 74% rename from release/3.000/gplay/release/GeometricWeather 3.000_gplay.apk rename to release/3.001/gplay/release/GeometricWeather 3.001_gplay.apk index 8de0b1fff..6a0403894 100644 Binary files a/release/3.000/gplay/release/GeometricWeather 3.000_gplay.apk and b/release/3.001/gplay/release/GeometricWeather 3.001_gplay.apk differ diff --git a/release/3.000/gplay/release/output-metadata.json b/release/3.001/gplay/release/output-metadata.json similarity index 69% rename from release/3.000/gplay/release/output-metadata.json rename to release/3.001/gplay/release/output-metadata.json index df37cbf78..0d071d2b2 100644 --- a/release/3.000/gplay/release/output-metadata.json +++ b/release/3.001/gplay/release/output-metadata.json @@ -10,9 +10,9 @@ { "type": "SINGLE", "filters": [], - "versionCode": 30000, - "versionName": "3.000_gplay", - "outputFile": "GeometricWeather 3.000_gplay.apk" + "versionCode": 30001, + "versionName": "3.001_gplay", + "outputFile": "GeometricWeather 3.001_gplay.apk" } ] } \ No newline at end of file diff --git a/release/3.000/mapping/fdroidRelease/configuration.txt b/release/3.001/mapping/fdroidRelease/configuration.txt similarity index 100% rename from release/3.000/mapping/fdroidRelease/configuration.txt rename to release/3.001/mapping/fdroidRelease/configuration.txt diff --git a/release/3.000/mapping/fdroidRelease/mapping.txt b/release/3.001/mapping/fdroidRelease/mapping.txt similarity index 99% rename from release/3.000/mapping/fdroidRelease/mapping.txt rename to release/3.001/mapping/fdroidRelease/mapping.txt index a1bfac07b..e1cbc2df2 100644 --- a/release/3.000/mapping/fdroidRelease/mapping.txt +++ b/release/3.001/mapping/fdroidRelease/mapping.txt @@ -1,7 +1,7 @@ # compiler: R8 # compiler_version: 2.1.86 # min_api: 19 -# pg_map_id: d12401b +# pg_map_id: 1eb3fb3 # common_typos_disable android.didikee.donate.AlipayDonate -> android.didikee.donate.a: 1:1:boolean hasInstalledAlipayClient(android.content.Context):73:73 -> a @@ -85713,30 +85713,30 @@ wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC 1:1:wangdaye.com.geometricweather.main.utils.StatementManager getStatementManager():485:485 -> G 1:1:javax.inject.Provider getStatementManagerProvider():489:489 -> H 2:3:javax.inject.Provider getStatementManagerProvider():491:492 -> H - 1:1:wangdaye.com.geometricweather.remoteviews.config.ClockDayDetailsWidgetConfigActivity injectClockDayDetailsWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.ClockDayDetailsWidgetConfigActivity):643:643 -> I - 1:1:wangdaye.com.geometricweather.remoteviews.config.ClockDayHorizontalWidgetConfigActivity injectClockDayHorizontalWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.ClockDayHorizontalWidgetConfigActivity):649:649 -> J - 1:1:wangdaye.com.geometricweather.remoteviews.config.ClockDayVerticalWidgetConfigActivity injectClockDayVerticalWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.ClockDayVerticalWidgetConfigActivity):655:655 -> K - 1:1:wangdaye.com.geometricweather.remoteviews.config.ClockDayWeekWidgetConfigActivity injectClockDayWeekWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.ClockDayWeekWidgetConfigActivity):661:661 -> L - 1:1:wangdaye.com.geometricweather.remoteviews.config.DailyTrendWidgetConfigActivity injectDailyTrendWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.DailyTrendWidgetConfigActivity):667:667 -> M - 1:1:wangdaye.com.geometricweather.remoteviews.config.DayWeekWidgetConfigActivity injectDayWeekWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.DayWeekWidgetConfigActivity):673:673 -> N - 1:1:wangdaye.com.geometricweather.remoteviews.config.DayWidgetConfigActivity injectDayWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.DayWidgetConfigActivity):679:679 -> O - 1:1:wangdaye.com.geometricweather.remoteviews.config.HourlyTrendWidgetConfigActivity injectHourlyTrendWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.HourlyTrendWidgetConfigActivity):685:685 -> P - 1:1:wangdaye.com.geometricweather.remoteviews.config.MultiCityWidgetConfigActivity injectMultiCityWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.MultiCityWidgetConfigActivity):691:691 -> Q - 1:1:wangdaye.com.geometricweather.remoteviews.config.TextWidgetConfigActivity injectTextWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.TextWidgetConfigActivity):697:697 -> R - 1:1:wangdaye.com.geometricweather.remoteviews.config.WeekWidgetConfigActivity injectWeekWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.WeekWidgetConfigActivity):703:703 -> S - 1:1:void injectWeekWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.WeekWidgetConfigActivity):634:634 -> a - 1:1:void injectClockDayWeekWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.ClockDayWeekWidgetConfigActivity):599:599 -> b - 1:1:void injectHourlyTrendWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.HourlyTrendWidgetConfigActivity):619:619 -> c - 1:1:void injectDailyTrendWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.DailyTrendWidgetConfigActivity):604:604 -> d - 1:1:void injectDayWeekWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.DayWeekWidgetConfigActivity):609:609 -> e + 1:1:wangdaye.com.geometricweather.remoteviews.config.ClockDayDetailsWidgetConfigActivity injectClockDayDetailsWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.ClockDayDetailsWidgetConfigActivity):650:650 -> I + 1:1:wangdaye.com.geometricweather.remoteviews.config.ClockDayHorizontalWidgetConfigActivity injectClockDayHorizontalWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.ClockDayHorizontalWidgetConfigActivity):656:656 -> J + 1:1:wangdaye.com.geometricweather.remoteviews.config.ClockDayVerticalWidgetConfigActivity injectClockDayVerticalWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.ClockDayVerticalWidgetConfigActivity):662:662 -> K + 1:1:wangdaye.com.geometricweather.remoteviews.config.ClockDayWeekWidgetConfigActivity injectClockDayWeekWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.ClockDayWeekWidgetConfigActivity):668:668 -> L + 1:1:wangdaye.com.geometricweather.remoteviews.config.DailyTrendWidgetConfigActivity injectDailyTrendWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.DailyTrendWidgetConfigActivity):674:674 -> M + 1:1:wangdaye.com.geometricweather.remoteviews.config.DayWeekWidgetConfigActivity injectDayWeekWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.DayWeekWidgetConfigActivity):680:680 -> N + 1:1:wangdaye.com.geometricweather.remoteviews.config.DayWidgetConfigActivity injectDayWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.DayWidgetConfigActivity):686:686 -> O + 1:1:wangdaye.com.geometricweather.remoteviews.config.HourlyTrendWidgetConfigActivity injectHourlyTrendWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.HourlyTrendWidgetConfigActivity):692:692 -> P + 1:1:wangdaye.com.geometricweather.remoteviews.config.MultiCityWidgetConfigActivity injectMultiCityWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.MultiCityWidgetConfigActivity):698:698 -> Q + 1:1:wangdaye.com.geometricweather.remoteviews.config.TextWidgetConfigActivity injectTextWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.TextWidgetConfigActivity):704:704 -> R + 1:1:wangdaye.com.geometricweather.remoteviews.config.WeekWidgetConfigActivity injectWeekWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.WeekWidgetConfigActivity):710:710 -> S + 1:1:void injectWeekWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.WeekWidgetConfigActivity):641:641 -> a + 1:1:void injectClockDayWeekWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.ClockDayWeekWidgetConfigActivity):600:600 -> b + 1:1:void injectHourlyTrendWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.HourlyTrendWidgetConfigActivity):623:623 -> c + 1:1:void injectDailyTrendWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.DailyTrendWidgetConfigActivity):606:606 -> d + 1:1:void injectDayWeekWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.DayWeekWidgetConfigActivity):612:612 -> e void injectSearchActivity(wangdaye.com.geometricweather.search.SearchActivity) -> f 1:1:void injectClockDayDetailsWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.ClockDayDetailsWidgetConfigActivity):582:582 -> g void injectMainActivity(wangdaye.com.geometricweather.main.MainActivity) -> h - 1:1:void injectTextWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.TextWidgetConfigActivity):629:629 -> i + 1:1:void injectTextWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.TextWidgetConfigActivity):635:635 -> i 1:1:java.util.Set getActivityViewModelFactory():562:562 -> j 1:1:void injectClockDayHorizontalWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.ClockDayHorizontalWidgetConfigActivity):588:588 -> k - 1:1:void injectMultiCityWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.MultiCityWidgetConfigActivity):624:624 -> l - 1:1:void injectDayWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.DayWidgetConfigActivity):614:614 -> m + 1:1:void injectMultiCityWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.MultiCityWidgetConfigActivity):629:629 -> l + 1:1:void injectDayWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.DayWidgetConfigActivity):617:617 -> m 1:1:void injectClockDayVerticalWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.ClockDayVerticalWidgetConfigActivity):594:594 -> n 1:1:wangdaye.com.geometricweather.main.MainActivityViewModel_AssistedFactory access$1800(wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$ActivityRetainedCImpl$ActivityCImpl):452:452 -> o 1:1:wangdaye.com.geometricweather.main.MainActivityRepository access$1900(wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$ActivityRetainedCImpl$ActivityCImpl):452:452 -> p @@ -85756,15 +85756,15 @@ wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$ActivityRetainedCImpl$ActivityCImpl$SwitchingProvider -> wangdaye.com.geometricweather.a$c$b$a: wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$ActivityRetainedCImpl$ActivityCImpl this$2 -> b int id -> a - 1:2:void (wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$ActivityRetainedCImpl$ActivityCImpl,int):792:793 -> - 1:1:java.lang.Object get():799:799 -> get - 2:2:java.lang.Object get():816:816 -> get - 3:3:java.lang.Object get():818:818 -> get - 4:4:java.lang.Object get():813:813 -> get - 5:5:java.lang.Object get():810:810 -> get - 6:6:java.lang.Object get():807:807 -> get - 7:7:java.lang.Object get():804:804 -> get - 8:8:java.lang.Object get():801:801 -> get + 1:2:void (wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$ActivityRetainedCImpl$ActivityCImpl,int):799:800 -> + 1:1:java.lang.Object get():806:806 -> get + 2:2:java.lang.Object get():823:823 -> get + 3:3:java.lang.Object get():825:825 -> get + 4:4:java.lang.Object get():820:820 -> get + 5:5:java.lang.Object get():817:817 -> get + 6:6:java.lang.Object get():814:814 -> get + 7:7:java.lang.Object get():811:811 -> get + 8:8:java.lang.Object get():808:808 -> get wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$Builder -> wangdaye.com.geometricweather.a$d: wangdaye.com.geometricweather.location.di.ApiModule apiModule -> a wangdaye.com.geometricweather.weather.di.ApiModule apiModule2 -> b @@ -85782,38 +85782,38 @@ wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$ServiceCBuilder -> wangdaye.com.geometricweather.a$e: wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC this$0 -> b android.app.Service service -> a - 1:1:void (wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC):825:825 -> - 2:2:void (wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC,wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$1):825:825 -> - 1:1:dagger.hilt.android.components.ServiceComponent build():825:825 -> a - 1:1:dagger.hilt.android.internal.builders.ServiceComponentBuilder service(android.app.Service):825:825 -> b - 1:2:wangdaye.com.geometricweather.GeometricWeather_HiltComponents$ServiceC build():836:837 -> c - 1:1:wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$ServiceCBuilder service(android.app.Service):830:830 -> d + 1:1:void (wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC):832:832 -> + 2:2:void (wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC,wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$1):832:832 -> + 1:1:dagger.hilt.android.components.ServiceComponent build():832:832 -> a + 1:1:dagger.hilt.android.internal.builders.ServiceComponentBuilder service(android.app.Service):832:832 -> b + 1:2:wangdaye.com.geometricweather.GeometricWeather_HiltComponents$ServiceC build():843:844 -> c + 1:1:wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$ServiceCBuilder service(android.app.Service):837:837 -> d wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$ServiceCImpl -> wangdaye.com.geometricweather.a$f: wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC this$0 -> a - 1:1:void (wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC,android.app.Service,wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$1):841:841 -> - 2:2:void (wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC,android.app.Service):842:842 -> - 1:1:void injectForegroundTodayForecastUpdateService(wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTodayForecastUpdateService):859:859 -> a - 1:1:void injectForegroundNormalUpdateService(wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundNormalUpdateService):853:853 -> b - 1:1:void injectForegroundTomorrowForecastUpdateService(wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTomorrowForecastUpdateService):865:865 -> c - 1:1:void injectCMWeatherProviderService(wangdaye.com.geometricweather.background.service.CMWeatherProviderService):870:870 -> d - 1:1:void injectAwakeForegroundUpdateService(wangdaye.com.geometricweather.background.polling.basic.AwakeForegroundUpdateService):848:848 -> e - 1:2:wangdaye.com.geometricweather.background.polling.basic.AwakeForegroundUpdateService injectAwakeForegroundUpdateService2(wangdaye.com.geometricweather.background.polling.basic.AwakeForegroundUpdateService):875:876 -> f - 1:2:wangdaye.com.geometricweather.background.service.CMWeatherProviderService injectCMWeatherProviderService2(wangdaye.com.geometricweather.background.service.CMWeatherProviderService):903:904 -> g - 1:2:wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundNormalUpdateService injectForegroundNormalUpdateService2(wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundNormalUpdateService):882:883 -> h - 1:2:wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTodayForecastUpdateService injectForegroundTodayForecastUpdateService2(wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTodayForecastUpdateService):889:890 -> i - 1:2:wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTomorrowForecastUpdateService injectForegroundTomorrowForecastUpdateService2(wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTomorrowForecastUpdateService):896:897 -> j + 1:1:void (wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC,android.app.Service,wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$1):848:848 -> + 2:2:void (wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC,android.app.Service):849:849 -> + 1:1:void injectForegroundTodayForecastUpdateService(wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTodayForecastUpdateService):868:868 -> a + 1:1:void injectForegroundNormalUpdateService(wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundNormalUpdateService):862:862 -> b + 1:1:void injectForegroundTomorrowForecastUpdateService(wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTomorrowForecastUpdateService):874:874 -> c + 1:1:void injectCMWeatherProviderService(wangdaye.com.geometricweather.background.service.CMWeatherProviderService):879:879 -> d + 1:1:void injectAwakeForegroundUpdateService(wangdaye.com.geometricweather.background.polling.basic.AwakeForegroundUpdateService):856:856 -> e + 1:2:wangdaye.com.geometricweather.background.polling.basic.AwakeForegroundUpdateService injectAwakeForegroundUpdateService2(wangdaye.com.geometricweather.background.polling.basic.AwakeForegroundUpdateService):884:885 -> f + 1:2:wangdaye.com.geometricweather.background.service.CMWeatherProviderService injectCMWeatherProviderService2(wangdaye.com.geometricweather.background.service.CMWeatherProviderService):912:913 -> g + 1:2:wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundNormalUpdateService injectForegroundNormalUpdateService2(wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundNormalUpdateService):891:892 -> h + 1:2:wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTodayForecastUpdateService injectForegroundTodayForecastUpdateService2(wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTodayForecastUpdateService):898:899 -> i + 1:2:wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTomorrowForecastUpdateService injectForegroundTomorrowForecastUpdateService2(wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTomorrowForecastUpdateService):905:906 -> j wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$SwitchingProvider -> wangdaye.com.geometricweather.a$g: wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC this$0 -> b int id -> a - 1:2:void (wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC,int):912:913 -> - 1:1:java.lang.Object get():919:919 -> get - 2:2:java.lang.Object get():936:936 -> get - 3:3:java.lang.Object get():938:938 -> get - 4:4:java.lang.Object get():933:933 -> get - 5:5:java.lang.Object get():930:930 -> get - 6:6:java.lang.Object get():927:927 -> get - 7:7:java.lang.Object get():924:924 -> get - 8:8:java.lang.Object get():921:921 -> get + 1:2:void (wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC,int):921:922 -> + 1:1:java.lang.Object get():928:928 -> get + 2:2:java.lang.Object get():945:945 -> get + 3:3:java.lang.Object get():947:947 -> get + 4:4:java.lang.Object get():942:942 -> get + 5:5:java.lang.Object get():939:939 -> get + 6:6:java.lang.Object get():936:936 -> get + 7:7:java.lang.Object get():933:933 -> get + 8:8:java.lang.Object get():930:930 -> get wangdaye.com.geometricweather.GeometricWeather -> wangdaye.com.geometricweather.GeometricWeather: wangdaye.com.geometricweather.GeometricWeather sInstance -> f java.util.Set mActivitySet -> c @@ -90443,7 +90443,7 @@ wangdaye.com.geometricweather.common.utils.NetworkUtils -> wangdaye.com.geometri 2:2:boolean isAvailable(android.content.Context):12:12 -> a wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$AsyncHelper$SCtGxN6kBHoheoJkAmdrMtY6-Z4 -> wangdaye.com.geometricweather.j.f.e.a: wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Callback f$0 -> b -wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$AsyncHelper$TK8feyBhxYYuQ85E0XR4gH8ihzw -> wangdaye.com.geometricweather.j.f.e.b: +wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$AsyncHelper$bfqDhnjRcgLapzRS8owkb0KodiQ -> wangdaye.com.geometricweather.j.f.e.b: java.lang.Runnable f$0 -> b wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$AsyncHelper$dYmvp3wnEC6Lbk9AtJDYepD2FE4 -> wangdaye.com.geometricweather.j.f.e.c: wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Callback f$0 -> b @@ -90453,61 +90453,57 @@ wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$AsyncHelper$gG0OD6x wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$AsyncHelper$h15nu2vanxJ6eWEjjwyCCDfmJPU -> wangdaye.com.geometricweather.j.f.e.e: wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Task f$0 -> a void subscribe(io.reactivex.ObservableEmitter) -> a -wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$AsyncHelper$h9_QKZ6iqAami0eg3r9FsX0fU-Q -> wangdaye.com.geometricweather.j.f.e.f: +wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$AsyncHelper$iytByVsEpM1vv6TQSW-UDS-qIVY -> wangdaye.com.geometricweather.j.f.e.f: java.lang.Runnable f$0 -> a void subscribe(io.reactivex.ObservableEmitter) -> a -wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$AsyncHelper$iytByVsEpM1vv6TQSW-UDS-qIVY -> wangdaye.com.geometricweather.j.f.e.g: - java.lang.Runnable f$0 -> a - void subscribe(io.reactivex.ObservableEmitter) -> a -wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$AsyncHelper$mKddLUDIhYo-wclF0js8x4kLhEg -> wangdaye.com.geometricweather.j.f.e.h: +wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$AsyncHelper$mKddLUDIhYo-wclF0js8x4kLhEg -> wangdaye.com.geometricweather.j.f.e.g: wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Task f$0 -> a void subscribe(io.reactivex.ObservableEmitter) -> a -wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$HFU0-X6FMDkdGsEGT-4AfXQSwtA -> wangdaye.com.geometricweather.j.f.e.i: +wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$HFU0-X6FMDkdGsEGT-4AfXQSwtA -> wangdaye.com.geometricweather.j.f.e.h: java.lang.Runnable f$0 -> b -wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$ShortcutsHelper$YZpln6jUmrOX14ZnmXipR1mRBJk -> wangdaye.com.geometricweather.j.f.e.j: +wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$ShortcutsHelper$YZpln6jUmrOX14ZnmXipR1mRBJk -> wangdaye.com.geometricweather.j.f.e.i: android.content.Context f$0 -> b java.util.List f$1 -> c -wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$SnackbarHelper$ZPZs1Vhg6DxVMRN65lARL52xFns -> wangdaye.com.geometricweather.j.f.e.k: +wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$SnackbarHelper$ZPZs1Vhg6DxVMRN65lARL52xFns -> wangdaye.com.geometricweather.j.f.e.j: android.view.View$OnClickListener f$1 -> c com.google.android.material.snackbar.Snackbar f$0 -> b -wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper -> wangdaye.com.geometricweather.j.f.e.l: +wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper -> wangdaye.com.geometricweather.j.f.e.k: 1:6:wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller delayRunOnIO(java.lang.Runnable,long):102:107 -> a 1:6:wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller delayRunOnUI(java.lang.Runnable,long):112:117 -> b 1:5:wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller intervalRunOnUI(java.lang.Runnable,long,long):123:127 -> c - 1:1:void lambda$delayRunOnIO$6(java.lang.Runnable,io.reactivex.ObservableEmitter):103:103 -> d - 1:1:void lambda$intervalRunOnUI$7(java.lang.Runnable,java.lang.Long):127:127 -> e - 1:1:void lambda$runOnExecutor$3(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Task,io.reactivex.ObservableEmitter):84:84 -> f - 1:1:void lambda$runOnExecutor$4(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Callback,wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Data):87:87 -> g - 1:1:void lambda$runOnExecutor$5(java.lang.Runnable,io.reactivex.ObservableEmitter):94:94 -> h - 1:1:void lambda$runOnIO$0(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Task,io.reactivex.ObservableEmitter):65:65 -> i - 1:1:void lambda$runOnIO$1(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Callback,wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Data):68:68 -> j - 1:1:void lambda$runOnIO$2(java.lang.Runnable,io.reactivex.ObservableEmitter):75:75 -> k - 1:5:wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller runOnExecutor(java.lang.Runnable,java.util.concurrent.Executor):93:97 -> l - 1:6:wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller runOnExecutor(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Task,wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Callback,java.util.concurrent.Executor):83:88 -> m - 1:5:wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller runOnIO(java.lang.Runnable):74:78 -> n - 1:6:wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller runOnIO(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Task,wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Callback):64:69 -> o -wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Callback -> wangdaye.com.geometricweather.j.f.e.l$a: + 1:1:void lambda$intervalRunOnUI$6(java.lang.Runnable,java.lang.Long):127:127 -> d + 1:1:void lambda$runOnExecutor$3(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Task,io.reactivex.ObservableEmitter):84:84 -> e + 1:1:void lambda$runOnExecutor$4(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Callback,wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Data):87:87 -> f + 1:1:void lambda$runOnExecutor$5(java.lang.Runnable,io.reactivex.ObservableEmitter):94:94 -> g + 1:1:void lambda$runOnIO$0(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Task,io.reactivex.ObservableEmitter):65:65 -> h + 1:1:void lambda$runOnIO$1(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Callback,wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Data):68:68 -> i + 1:1:void lambda$runOnIO$2(java.lang.Runnable,io.reactivex.ObservableEmitter):75:75 -> j + 1:5:wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller runOnExecutor(java.lang.Runnable,java.util.concurrent.Executor):93:97 -> k + 1:6:wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller runOnExecutor(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Task,wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Callback,java.util.concurrent.Executor):83:88 -> l + 1:5:wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller runOnIO(java.lang.Runnable):74:78 -> m + 1:6:wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller runOnIO(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Task,wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Callback):64:69 -> n +wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Callback -> wangdaye.com.geometricweather.j.f.e.k$a: void call(java.lang.Object,boolean) -> a -wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller -> wangdaye.com.geometricweather.j.f.e.l$b: +wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller -> wangdaye.com.geometricweather.j.f.e.k$b: io.reactivex.disposables.Disposable inner -> a 1:2:void (io.reactivex.disposables.Disposable):22:23 -> 1:1:void cancel():27:27 -> a -wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Data -> wangdaye.com.geometricweather.j.f.e.l$c: +wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Data -> wangdaye.com.geometricweather.j.f.e.k$c: java.lang.Object t -> a boolean done -> b 1:3:void (java.lang.Object,boolean):36:38 -> -wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Emitter -> wangdaye.com.geometricweather.j.f.e.l$d: +wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Emitter -> wangdaye.com.geometricweather.j.f.e.k$d: io.reactivex.ObservableEmitter inner -> a 1:2:void (io.reactivex.ObservableEmitter):46:47 -> 1:1:void send(java.lang.Object,boolean):51:51 -> a -wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Task -> wangdaye.com.geometricweather.j.f.e.l$e: +wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Task -> wangdaye.com.geometricweather.j.f.e.k$e: void execute(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Emitter) -> a -wangdaye.com.geometricweather.common.utils.helpers.BuglyHelper -> wangdaye.com.geometricweather.j.f.e.m: +wangdaye.com.geometricweather.common.utils.helpers.BuglyHelper -> wangdaye.com.geometricweather.j.f.e.l: void init(android.content.Context) -> a void report(java.lang.Exception) -> b -wangdaye.com.geometricweather.common.utils.helpers.ImageHelper -> wangdaye.com.geometricweather.j.f.e.n: +wangdaye.com.geometricweather.common.utils.helpers.ImageHelper -> wangdaye.com.geometricweather.j.f.e.m: 1:3:void load(android.content.Context,android.widget.ImageView,int):13:15 -> a -wangdaye.com.geometricweather.common.utils.helpers.IntentHelper -> wangdaye.com.geometricweather.j.f.e.o: +wangdaye.com.geometricweather.common.utils.helpers.IntentHelper -> wangdaye.com.geometricweather.j.f.e.n: 1:1:void startSearchActivityForResult(android.app.Activity,android.view.View,int):128:128 -> A 2:3:void startSearchActivityForResult(android.app.Activity,android.view.View,int):130:131 -> A 4:4:void startSearchActivityForResult(android.app.Activity,android.view.View,int):139:139 -> A @@ -90570,13 +90566,13 @@ wangdaye.com.geometricweather.common.utils.helpers.IntentHelper -> wangdaye.com. 2:3:void startMainActivityForManagement(android.app.Activity):56:57 -> y 4:4:void startMainActivityForManagement(android.app.Activity):54:54 -> y 1:3:void startPreviewIconActivity(android.app.Activity,java.lang.String):168:168 -> z -wangdaye.com.geometricweather.common.utils.helpers.LunarHelper -> wangdaye.com.geometricweather.j.f.e.p: +wangdaye.com.geometricweather.common.utils.helpers.LunarHelper -> wangdaye.com.geometricweather.j.f.e.o: 1:4:java.lang.String getLunarDate(int,int,int):30:33 -> a 5:6:java.lang.String getLunarDate(int,int,int):35:36 -> a 1:3:java.lang.String getLunarDate(java.util.Calendar):22:24 -> b 4:4:java.lang.String getLunarDate(java.util.Calendar):21:21 -> b 1:3:java.lang.String getLunarDate(java.util.Date):15:17 -> c -wangdaye.com.geometricweather.common.utils.helpers.ShortcutsHelper -> wangdaye.com.geometricweather.j.f.e.q: +wangdaye.com.geometricweather.common.utils.helpers.ShortcutsHelper -> wangdaye.com.geometricweather.j.f.e.p: 1:2:android.graphics.Bitmap drawableToBitmap(android.graphics.drawable.Drawable):118:119 -> a 3:3:android.graphics.Bitmap drawableToBitmap(android.graphics.drawable.Drawable):117:117 -> a 4:6:android.graphics.Bitmap drawableToBitmap(android.graphics.drawable.Drawable):123:125 -> a @@ -90610,7 +90606,7 @@ wangdaye.com.geometricweather.common.utils.helpers.ShortcutsHelper -> wangdaye.c 32:39:void lambda$refreshShortcutsInNewThread$0(android.content.Context,java.util.List):97:97 -> d 40:40:void lambda$refreshShortcutsInNewThread$0(android.content.Context,java.util.List):108:108 -> d 1:1:void refreshShortcutsInNewThread(android.content.Context,java.util.List):37:37 -> e -wangdaye.com.geometricweather.common.utils.helpers.SnackbarHelper -> wangdaye.com.geometricweather.j.f.e.r: +wangdaye.com.geometricweather.common.utils.helpers.SnackbarHelper -> wangdaye.com.geometricweather.j.f.e.q: 1:2:void lambda$setAppearanceAndShow$0(com.google.android.material.snackbar.Snackbar,android.view.View$OnClickListener,android.view.View):101:102 -> a 1:4:void setAppearanceAndShow(android.content.Context,com.google.android.material.snackbar.Snackbar,boolean,java.lang.String,java.lang.String,android.view.View$OnClickListener):83:86 -> b 5:5:void setAppearanceAndShow(android.content.Context,com.google.android.material.snackbar.Snackbar,boolean,java.lang.String,java.lang.String,android.view.View$OnClickListener):88:88 -> b diff --git a/release/3.000/mapping/fdroidRelease/resources.txt b/release/3.001/mapping/fdroidRelease/resources.txt similarity index 99% rename from release/3.000/mapping/fdroidRelease/resources.txt rename to release/3.001/mapping/fdroidRelease/resources.txt index e571a889b..c637c7b12 100644 --- a/release/3.000/mapping/fdroidRelease/resources.txt +++ b/release/3.001/mapping/fdroidRelease/resources.txt @@ -137,7 +137,7 @@ Referenced Strings: 2:00 2:30 3 - 3.000_fdroid + 3.001_fdroid 30 300% 304 diff --git a/release/3.000/mapping/fdroidRelease/seeds.txt b/release/3.001/mapping/fdroidRelease/seeds.txt similarity index 100% rename from release/3.000/mapping/fdroidRelease/seeds.txt rename to release/3.001/mapping/fdroidRelease/seeds.txt index b833e0791..ac52561bf 100644 --- a/release/3.000/mapping/fdroidRelease/seeds.txt +++ b/release/3.001/mapping/fdroidRelease/seeds.txt @@ -1,51805 +1,51805 @@ -wangdaye.com.geometricweather.R$string: int key_widget_config -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Large -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionMode_Inverse -io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable -com.jaredrummler.android.colorpicker.R$attr: int entries -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: AirQuality(java.lang.String,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float) -androidx.preference.R$id: int blocking -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getWindDirection() -com.turingtechnologies.materialscrollbar.R$drawable: int abc_seekbar_tick_mark_material -com.google.android.material.R$id: int aligned -androidx.appcompat.R$styleable: int ActionBar_progressBarPadding -cyanogenmod.profiles.RingModeSettings: java.lang.String RING_MODE_VIBRATE -okhttp3.internal.http.HttpHeaders: HttpHeaders() -wangdaye.com.geometricweather.db.entities.DailyEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) -com.turingtechnologies.materialscrollbar.R$attr: int popupMenuStyle -androidx.recyclerview.R$id: int icon -wangdaye.com.geometricweather.R$id: int container_main_first_daily_card_container -cyanogenmod.app.PartnerInterface: boolean setZenModeWithDuration(int,long) -com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_itemTextAppearance -wangdaye.com.geometricweather.R$string: int phase_third -wangdaye.com.geometricweather.R$id: int widget_week_icon_5 -io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function4) -wangdaye.com.geometricweather.R$id: int chip2 -wangdaye.com.geometricweather.R$attr: int chipSurfaceColor -cyanogenmod.weatherservice.ServiceRequestResult: ServiceRequestResult(cyanogenmod.weatherservice.ServiceRequestResult$1) -android.didikee.donate.R$dimen: int notification_subtext_size -wangdaye.com.geometricweather.R$id: int tag_icon_bottom -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX wind -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: boolean emitLast -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void innerCloseError(java.lang.Throwable) -com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_dialogType -androidx.preference.R$layout: int custom_dialog -androidx.vectordrawable.animated.R$id: int action_image -android.didikee.donate.R$styleable: int Toolbar_logoDescription -android.didikee.donate.R$styleable: int TextAppearance_android_fontFamily -com.google.android.material.R$styleable: int KeyAttribute_android_scaleY -okhttp3.internal.http2.Hpack -androidx.constraintlayout.widget.R$attr: int crossfade -cyanogenmod.app.LiveLockScreenInfo: LiveLockScreenInfo(android.os.Parcel) -io.reactivex.internal.operators.observable.ObservableReplay$SizeBoundReplayBuffer: ObservableReplay$SizeBoundReplayBuffer(int) -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Button -james.adaptiveicon.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar -wangdaye.com.geometricweather.R$drawable: int notif_temp_23 -okio.RealBufferedSource: long indexOfElement(okio.ByteString) -retrofit2.CallAdapter$Factory: CallAdapter$Factory() -com.turingtechnologies.materialscrollbar.R$attr: int rippleColor -wangdaye.com.geometricweather.R$attr: int layout_constrainedWidth -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_always_show_bubble -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWindChillTemperature -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_goneMarginLeft -wangdaye.com.geometricweather.db.entities.WeatherEntity: void refresh() -okhttp3.internal.http2.Http2Connection$3: void execute() -io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver -okhttp3.internal.http.HttpHeaders: java.lang.String readToken(okio.Buffer) -wangdaye.com.geometricweather.R$id: int content -wangdaye.com.geometricweather.R$styleable: int KeyTrigger_triggerReceiver -com.google.android.material.R$dimen: int design_bottom_navigation_height -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void setInteractivity(boolean) -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_submitBackground -wangdaye.com.geometricweather.R$drawable: int weather_clear_day_pixel -androidx.appcompat.R$dimen: int abc_dropdownitem_text_padding_left -okhttp3.HttpUrl: okhttp3.HttpUrl get(java.lang.String) -cyanogenmod.providers.CMSettings$Global: java.lang.String WEATHER_TEMPERATURE_UNIT -androidx.lifecycle.ViewModelProvider: androidx.lifecycle.ViewModel get(java.lang.String,java.lang.Class) -androidx.transition.ChangeBounds$7 -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: java.lang.String value -androidx.constraintlayout.utils.widget.ImageFilterButton: float getSaturation() -androidx.transition.R$attr: int font -retrofit2.Utils$ParameterizedTypeImpl: java.lang.reflect.Type[] typeArguments -cyanogenmod.providers.CMSettings$DelimitedListValidator: boolean validate(java.lang.String) -wangdaye.com.geometricweather.R$layout: int abc_action_mode_bar -com.google.android.material.button.MaterialButtonToggleGroup: MaterialButtonToggleGroup(android.content.Context) -com.google.android.material.R$dimen: int mtrl_snackbar_action_text_color_alpha -androidx.fragment.R$id: int accessibility_custom_action_5 -android.didikee.donate.R$attr: int actionModeBackground -androidx.fragment.R$id: int accessibility_custom_action_11 -okhttp3.internal.platform.OptionalMethod: java.lang.Object invokeOptionalWithoutCheckedException(java.lang.Object,java.lang.Object[]) -androidx.preference.R$attr: int listItemLayout -cyanogenmod.profiles.AirplaneModeSettings: void setValue(int) -androidx.recyclerview.R$styleable: int ColorStateListItem_android_color -wangdaye.com.geometricweather.R$dimen: int default_drawer_width -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void innerNext(io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryInnerObserver) -com.google.android.material.R$styleable: int TextInputLayout_passwordToggleDrawable -androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State INITIALIZED -com.google.android.material.R$id: int transition_position -james.adaptiveicon.R$styleable: int AppCompatTheme_dividerVertical -com.google.android.material.R$styleable: int Tooltip_android_layout_margin -james.adaptiveicon.R$drawable: int abc_ic_go_search_api_material -cyanogenmod.app.Profile: int mProfileType -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Wind wind -android.didikee.donate.R$drawable: int abc_btn_colored_material -james.adaptiveicon.R$style: int TextAppearance_Compat_Notification_Info -androidx.preference.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog -com.turingtechnologies.materialscrollbar.R$attr: int layout_collapseParallaxMultiplier -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer getWindChillTemperature() -androidx.appcompat.R$string: int abc_action_mode_done -androidx.work.R$layout: int notification_template_custom_big -com.jaredrummler.android.colorpicker.R$style: int Platform_ThemeOverlay_AppCompat_Dark -okio.Util -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceInformationStyle -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_progress -androidx.preference.R$string: int abc_action_mode_done -androidx.drawerlayout.R$attr: R$attr() -androidx.hilt.work.R$id: int tag_unhandled_key_listeners -james.adaptiveicon.R$attr: int thumbTint -com.google.gson.stream.JsonWriter: boolean lenient -wangdaye.com.geometricweather.R$attr: int dialogPreferredPadding -androidx.appcompat.R$style: int Platform_V25_AppCompat -androidx.swiperefreshlayout.R$styleable: int FontFamily_fontProviderQuery -okhttp3.TlsVersion: okhttp3.TlsVersion TLS_1_2 -com.github.rahatarmanahmed.cpv.CircularProgressView$8: float val$start -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getLockWallpaperThemePackageName() -wangdaye.com.geometricweather.R$drawable: int weather_rain_pixel -wangdaye.com.geometricweather.main.dialogs.LocationHelpDialog: LocationHelpDialog() -wangdaye.com.geometricweather.R$bool: int abc_allow_stacked_button_bar +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver otherObserver +wangdaye.com.geometricweather.R$layout: int test_toolbar +androidx.constraintlayout.widget.R$attr: int windowFixedHeightMajor +com.jaredrummler.android.colorpicker.R$attr: int isLightTheme +androidx.viewpager2.R$dimen: int compat_button_inset_horizontal_material +wangdaye.com.geometricweather.R$color: int colorTextTitle +androidx.viewpager.R$attr +androidx.viewpager2.R$id: int accessibility_custom_action_27 +wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_shadowDy +cyanogenmod.profiles.LockSettings: void writeXmlString(java.lang.StringBuilder,android.content.Context) +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$5: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 +retrofit2.Retrofit$Builder: Retrofit$Builder(retrofit2.Platform) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getCo() +wangdaye.com.geometricweather.R$attr: int allowDividerBelow +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea +james.adaptiveicon.R$string: int abc_action_bar_home_description +cyanogenmod.app.CustomTile$RemoteExpandedStyle +androidx.constraintlayout.widget.R$dimen: int abc_disabled_alpha_material_dark +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_bottomappbar_fab_cradle_rounded_corner_radius +cyanogenmod.content.Intent: java.lang.String EXTRA_PROTECTED_COMPONENTS +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DIALER_OPENCNAM_AUTH_TOKEN_VALIDATOR +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: java.util.concurrent.atomic.AtomicReferenceArray values +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHeight_default +okhttp3.internal.ws.RealWebSocket$Close +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Snackbar +wangdaye.com.geometricweather.R$styleable: int Preference_order +wangdaye.com.geometricweather.R$styleable: int[] MenuGroup +io.reactivex.internal.observers.InnerQueuedObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxCornerRadiusBottomStart +wangdaye.com.geometricweather.R$drawable: int notify_panel_notification_icon_bg +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: io.reactivex.internal.fuseable.SimplePlainQueue queue +wangdaye.com.geometricweather.R$attr: int dayInvalidStyle +com.xw.repo.bubbleseekbar.R$attr: int listPreferredItemPaddingRight +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String uvDescription +androidx.recyclerview.R$layout: R$layout() +androidx.work.R$layout: int notification_template_part_chronometer +cyanogenmod.providers.CMSettings$System: float getFloat(android.content.ContentResolver,java.lang.String) +wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_actionTextColorAlpha +okio.DeflaterSink: void deflate(boolean) +cyanogenmod.weather.WeatherInfo$Builder: double mHumidity +com.google.android.material.R$attr: int lineSpacing +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void onNext(java.lang.Object) +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int MIXED_RAIN_AND_SLEET +okhttp3.internal.connection.ConnectionSpecSelector: java.util.List connectionSpecs +wangdaye.com.geometricweather.R$attr: int layoutDescription +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode +io.reactivex.internal.disposables.ArrayCompositeDisposable: long serialVersionUID +wangdaye.com.geometricweather.R$array: int pollen_unit_values +androidx.recyclerview.R$dimen: int notification_top_pad_large_text +androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_scaleY +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float rain +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_Dialog +io.reactivex.internal.subscriptions.EmptySubscription: boolean offer(java.lang.Object,java.lang.Object) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: void setBrandId(java.lang.String) +androidx.constraintlayout.widget.R$integer: R$integer() +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_TabBar +android.didikee.donate.R$style: int Widget_AppCompat_ActionButton_CloseMode +okhttp3.internal.http1.Http1Codec: okio.Source newChunkedSource(okhttp3.HttpUrl) +com.turingtechnologies.materialscrollbar.R$styleable: int ViewStubCompat_android_id +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorPrimary +okhttp3.internal.http2.PushObserver$1: boolean onRequest(int,java.util.List) +com.google.android.material.R$attr: int tabTextColor +androidx.appcompat.R$id: int accessibility_custom_action_13 +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean address_detail +com.xw.repo.bubbleseekbar.R$attr: int actionLayout +io.reactivex.Observable: io.reactivex.Observable fromFuture(java.util.concurrent.Future,io.reactivex.Scheduler) +androidx.lifecycle.LifecycleRegistry: void removeObserver(androidx.lifecycle.LifecycleObserver) +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner +okio.RealBufferedSource: void skip(long) +cyanogenmod.providers.CMSettings$Global: boolean putInt(android.content.ContentResolver,java.lang.String,int) +cyanogenmod.app.CustomTile$ExpandedStyle: int GRID_STYLE +retrofit2.Utils$WildcardTypeImpl: java.lang.reflect.Type lowerBound +cyanogenmod.app.Profile: cyanogenmod.app.Profile fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) +com.google.android.material.R$styleable: int Constraint_flow_horizontalGap +androidx.preference.R$style: int Base_Animation_AppCompat_Tooltip +okhttp3.internal.cache.DiskLruCache$Snapshot: okio.Source[] sources +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_visible +com.xw.repo.bubbleseekbar.R$attr: int colorError +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language DUTCH +okio.GzipSource: byte SECTION_HEADER +com.google.android.material.R$styleable: int KeyCycle_android_rotation +james.adaptiveicon.R$drawable: int abc_btn_radio_material +androidx.constraintlayout.widget.R$attr: int textAppearanceSearchResultSubtitle +okhttp3.internal.ws.RealWebSocket: java.lang.String receivedCloseReason +androidx.appcompat.resources.R$styleable: int[] StateListDrawable +androidx.preference.R$color: int secondary_text_default_material_light +com.google.android.material.R$styleable: int Motion_animate_relativeTo +okhttp3.ConnectionSpec: void apply(javax.net.ssl.SSLSocket,boolean) +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem +androidx.work.R$dimen: int compat_button_padding_horizontal_material +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property PublishDate +androidx.constraintlayout.widget.R$styleable: int FontFamily_fontProviderQuery +androidx.viewpager.R$styleable: int[] FontFamilyFont +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int WEATHER_CODE_MIN +james.adaptiveicon.R$drawable: int abc_text_select_handle_right_mtrl_light +androidx.hilt.work.R$bool +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year +androidx.hilt.R$id: int tag_accessibility_clickable_spans +wangdaye.com.geometricweather.R$id: int event +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Bridge +okio.Buffer: okio.Buffer write(byte[],int,int) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_89 +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabMode +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_SearchView +retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder baseUrl(java.lang.String) +com.google.android.material.slider.Slider: android.content.res.ColorStateList getTickTintList() +okhttp3.Request$Builder: java.util.Map tags +androidx.preference.R$attr: int buttonIconDimen +com.google.android.material.R$attr: int endIconTint +wangdaye.com.geometricweather.R$attr: int layout_constraintHeight_max +cyanogenmod.app.ICustomTileListener$Stub$Proxy: ICustomTileListener$Stub$Proxy(android.os.IBinder) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintDimensionRatio +android.didikee.donate.R$style: int Base_Widget_AppCompat_Toolbar +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Dialog +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: KeyguardExternalViewProviderService$Provider(cyanogenmod.externalviews.KeyguardExternalViewProviderService,android.os.Bundle) +androidx.vectordrawable.R$layout: R$layout() +cyanogenmod.app.CMContextConstants$Features: java.lang.String HARDWARE_ABSTRACTION +androidx.viewpager2.R$id: int accessibility_custom_action_3 +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query +com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_centerX +okio.ByteString: int lastIndexOf(byte[],int) +com.jaredrummler.android.colorpicker.R$attr: int elevation +androidx.preference.R$styleable: int PreferenceTheme_seekBarPreferenceStyle +com.turingtechnologies.materialscrollbar.R$styleable: int ActionMode_subtitleTextStyle +io.reactivex.internal.util.NotificationLite$SubscriptionNotification: NotificationLite$SubscriptionNotification(org.reactivestreams.Subscription) +com.google.android.material.R$attr: int layoutDuringTransition +androidx.lifecycle.Observer: void onChanged(java.lang.Object) +com.jaredrummler.android.colorpicker.R$attr: int fontWeight +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onScreenTurnedOff() +androidx.preference.R$attr: int preferenceStyle +cyanogenmod.providers.CMSettings$Secure: void putListAsDelimitedString(android.content.ContentResolver,java.lang.String,java.lang.String,java.util.List) +androidx.preference.R$style: int Widget_AppCompat_ActivityChooserView +androidx.constraintlayout.widget.R$attr: int actionModePopupWindowStyle +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: io.reactivex.functions.Function mapper +androidx.legacy.coreutils.R$drawable: int notification_icon_background +okhttp3.internal.http1.Http1Codec: int STATE_IDLE +com.google.android.material.R$style: R$style() +com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_select_handle_middle_mtrl_dark +com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar +androidx.constraintlayout.widget.R$styleable: int CompoundButton_android_button +com.turingtechnologies.materialscrollbar.R$attr: int singleSelection +com.turingtechnologies.materialscrollbar.R$attr: int showDividers +wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_scaleY +androidx.work.impl.utils.futures.DirectExecutor: java.lang.String toString() +android.didikee.donate.R$attr: int windowNoTitle +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragmentCompat_allowDividerAfterLastItem +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_content_inset_material +wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider NATIVE +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarPopupTheme +com.google.android.material.R$string: int mtrl_badge_numberless_content_description +wangdaye.com.geometricweather.R$styleable: int MotionHelper_onShow +androidx.recyclerview.R$dimen: int compat_button_inset_vertical_material +cyanogenmod.app.CMStatusBarManager: java.lang.String TAG +com.google.android.material.button.MaterialButton: int getTextWidth() +com.jaredrummler.android.colorpicker.R$bool: int config_materialPreferenceIconSpaceReserved +wangdaye.com.geometricweather.R$styleable: int FontFamily_fontProviderFetchTimeout +com.google.android.material.textfield.TextInputLayout: TextInputLayout(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_3 +wangdaye.com.geometricweather.R$id: int widget_clock_day +okhttp3.internal.http2.Settings: int set +cyanogenmod.profiles.AirplaneModeSettings: AirplaneModeSettings(int,boolean) +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit MPH +okhttp3.internal.http2.Http2Stream$StreamTimeout: void timedOut() +androidx.preference.R$styleable: int StateListDrawableItem_android_drawable +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge +io.reactivex.internal.observers.ForEachWhileObserver: boolean isDisposed() +androidx.lifecycle.ComputableLiveData: java.util.concurrent.atomic.AtomicBoolean mInvalid +okhttp3.internal.http.HttpDate$1: HttpDate$1() +okio.AsyncTimeout$1: void close() +com.google.android.material.tabs.TabLayout: void setSelectedTabView(int) +com.google.android.material.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog_Icon +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: void onNext(java.lang.Object) +androidx.viewpager.R$id: int icon +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_shouldDisableView +cyanogenmod.themes.IThemeChangeListener$Stub$Proxy: void onFinish(boolean) +wangdaye.com.geometricweather.R$id: int item_about_library_title +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: long time +android.didikee.donate.R$attr: int contentInsetStart +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit KPA +wangdaye.com.geometricweather.R$drawable: int design_ic_visibility +com.google.android.material.R$color: int abc_secondary_text_material_light +com.turingtechnologies.materialscrollbar.R$styleable: int ColorStateListItem_alpha +okhttp3.internal.http.RetryAndFollowUpInterceptor +com.google.gson.stream.JsonWriter: void flush() +io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object) io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceTimedObserver parent -com.google.android.material.R$style: int Test_Theme_MaterialComponents_MaterialCalendar -cyanogenmod.providers.CMSettings$Secure: java.lang.String RECENTS_LONG_PRESS_ACTIVITY -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_viewInflaterClass -androidx.constraintlayout.widget.R$styleable: int Layout_layout_editor_absoluteX -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver -cyanogenmod.weather.IWeatherServiceProviderChangeListener -androidx.appcompat.widget.Toolbar: java.lang.CharSequence getNavigationContentDescription() -com.google.android.material.tabs.TabLayout: int getDefaultHeight() -androidx.viewpager2.R$string: R$string() -android.didikee.donate.R$color: int dim_foreground_disabled_material_light -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight_Dialog -androidx.constraintlayout.widget.R$layout: int abc_list_menu_item_icon -com.turingtechnologies.materialscrollbar.MaterialScrollBar: void setDraggableFromAnywhere(boolean) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_3 -cyanogenmod.app.ProfileGroup$1: cyanogenmod.app.ProfileGroup createFromParcel(android.os.Parcel) -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_android_weightSum -cyanogenmod.providers.DataUsageContract: java.lang.String DATAUSAGE_TABLE -wangdaye.com.geometricweather.db.entities.DaoMaster: int SCHEMA_VERSION -wangdaye.com.geometricweather.R$styleable: int[] Insets -wangdaye.com.geometricweather.R$id: int source -wangdaye.com.geometricweather.R$drawable: int ic_location -com.google.android.material.R$dimen: int hint_pressed_alpha_material_light -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: java.lang.String Text -androidx.appcompat.widget.AppCompatImageView: void setSupportImageTintList(android.content.res.ColorStateList) -io.reactivex.Observable: io.reactivex.Observable mergeDelayError(io.reactivex.ObservableSource) -okhttp3.internal.http1.Http1Codec$ChunkedSink: boolean closed -androidx.constraintlayout.motion.widget.MotionLayout: int[] getConstraintSetIds() -com.google.android.material.R$color: int test_mtrl_calendar_day -wangdaye.com.geometricweather.R$integer: int mtrl_calendar_header_orientation -com.google.android.material.R$attr: int flow_verticalBias -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean getVisibility() +androidx.appcompat.widget.DialogTitle: DialogTitle(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange +androidx.appcompat.R$attr: int tint +james.adaptiveicon.R$styleable: int TextAppearance_android_textSize +android.didikee.donate.R$styleable: int[] ActionBar +wangdaye.com.geometricweather.R$style: int Base_V23_Theme_AppCompat +wangdaye.com.geometricweather.R$string: int settings_title_notification_background +okhttp3.Headers: okhttp3.Headers$Builder newBuilder() +wangdaye.com.geometricweather.R$layout: int preference_list_fragment +james.adaptiveicon.R$styleable: int MenuView_android_itemIconDisabledAlpha +com.google.android.material.R$attr: int altSrc +com.google.android.material.R$style: int Widget_MaterialComponents_Chip_Action +wangdaye.com.geometricweather.R$drawable: int weather_fog_mini_dark +androidx.recyclerview.R$dimen: int compat_button_padding_horizontal_material +cyanogenmod.hardware.IThermalListenerCallback$Stub$Proxy: IThermalListenerCallback$Stub$Proxy(android.os.IBinder) +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large +com.jaredrummler.android.colorpicker.R$string: int abc_capital_on +wangdaye.com.geometricweather.R$string: int abc_prepend_shortcut_label +androidx.preference.R$id: int icon_frame +androidx.constraintlayout.widget.R$attr: int paddingBottomNoButtons +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setShrinkMotionSpecResource(int) +com.bumptech.glide.integration.okhttp.R$styleable: int ColorStateListItem_android_alpha +james.adaptiveicon.R$styleable: int AppCompatTheme_colorSwitchThumbNormal +com.jaredrummler.android.colorpicker.R$attr: int windowMinWidthMajor +cyanogenmod.weather.ICMWeatherManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Weather: MfForecastResult$Forecast$Weather() +wangdaye.com.geometricweather.R$xml: int cm_weather_provider_options +wangdaye.com.geometricweather.R$id: int item_about_title +cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: void unregisterWeatherServiceProviderChangeListener(cyanogenmod.weather.IWeatherServiceProviderChangeListener) +com.google.android.material.R$attr: int materialCalendarTheme +okhttp3.internal.http2.Http2Connection$6: okhttp3.internal.http2.Http2Connection this$0 +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float ceiling +com.jaredrummler.android.colorpicker.R$attr: int collapseIcon +wangdaye.com.geometricweather.R$xml: int standalone_badge_gravity_bottom_start +androidx.appcompat.R$color: int accent_material_light +wangdaye.com.geometricweather.R$id: int recycler_view +androidx.lifecycle.SavedStateHandle$1 +android.didikee.donate.R$style: int Theme_AppCompat_Dialog_MinWidth +androidx.loader.R$dimen: int notification_small_icon_size_as_large +cyanogenmod.themes.ThemeManager$2$1: ThemeManager$2$1(cyanogenmod.themes.ThemeManager$2,java.lang.String) +androidx.constraintlayout.widget.R$styleable: int Transform_android_rotationX +androidx.viewpager2.R$id: int accessibility_custom_action_30 +androidx.recyclerview.R$id: int text +okio.BufferedSink: okio.BufferedSink writeUtf8CodePoint(int) +io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: java.lang.Object poll() +com.google.android.material.R$id: int design_menu_item_action_area_stub +com.jaredrummler.android.colorpicker.R$attr: int min +com.turingtechnologies.materialscrollbar.R$color: int primary_dark_material_light +androidx.appcompat.R$string: int abc_searchview_description_search +com.google.android.material.R$styleable: int AppCompatTheme_colorControlNormal +androidx.preference.R$attr: int backgroundSplit +io.reactivex.internal.schedulers.RxThreadFactory: java.lang.String prefix +com.bumptech.glide.integration.okhttp.R$style: int Widget_Support_CoordinatorLayout +androidx.constraintlayout.widget.R$dimen: int compat_button_inset_vertical_material +wangdaye.com.geometricweather.R$attr: int maxButtonHeight +android.didikee.donate.R$color: int primary_dark_material_dark +com.google.android.material.R$attr: int gapBetweenBars +okhttp3.Cookie$Builder: java.lang.String name +wangdaye.com.geometricweather.R$attr: int tabGravity +io.reactivex.Observable: io.reactivex.Observable timeout0(long,java.util.concurrent.TimeUnit,io.reactivex.ObservableSource,io.reactivex.Scheduler) +com.google.android.material.R$styleable: int KeyPosition_pathMotionArc com.google.android.material.R$styleable: int TextInputLayout_suffixTextAppearance -com.google.android.material.R$attr: int listChoiceIndicatorMultipleAnimated -androidx.fragment.R$layout: int notification_template_custom_big -wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayWeekWidgetConfigActivity -com.google.android.material.R$drawable: int abc_ic_search_api_material -cyanogenmod.weatherservice.IWeatherProviderService$Stub: IWeatherProviderService$Stub() -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_track -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_rippleColor -wangdaye.com.geometricweather.R$drawable: int ic_dress -wangdaye.com.geometricweather.R$string: int key_precipitation_notification_switch -androidx.constraintlayout.widget.R$color: int error_color_material_light -androidx.appcompat.R$styleable: int AppCompatTheme_radioButtonStyle -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: int val$y -androidx.appcompat.R$attr: int contentInsetEndWithActions -james.adaptiveicon.R$attr: int borderlessButtonStyle -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_Button_Colored -androidx.preference.R$drawable: int abc_btn_radio_material_anim -androidx.constraintlayout.utils.widget.ImageFilterButton: void setOverlay(boolean) -com.google.android.material.R$style: int Widget_MaterialComponents_Button_UnelevatedButton_Icon -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ListPopupWindow -com.google.android.material.R$dimen: int fastscroll_minimum_range -io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.core.R$id: int notification_background -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX names +com.google.android.material.R$dimen: int mtrl_toolbar_default_height +androidx.lifecycle.LiveData$LifecycleBoundObserver: LiveData$LifecycleBoundObserver(androidx.lifecycle.LiveData,androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Observer) +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: long serialVersionUID +androidx.customview.R$integer +wangdaye.com.geometricweather.R$attr: int singleLineTitle +wangdaye.com.geometricweather.R$attr: int minHeight +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Headline5 +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered +androidx.dynamicanimation.R$attr: int alpha +androidx.recyclerview.R$styleable: int GradientColor_android_tileMode +android.didikee.donate.R$dimen: int abc_edit_text_inset_horizontal_material +com.google.android.material.slider.Slider: void setTrackTintList(android.content.res.ColorStateList) +androidx.appcompat.R$attr: int searchIcon +androidx.vectordrawable.animated.R$drawable +com.google.android.material.R$drawable: int abc_btn_check_material +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void collapseNotificationPanel() +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver +androidx.preference.R$styleable: int[] ButtonBarLayout +cyanogenmod.weatherservice.ServiceRequestResult$Builder: ServiceRequestResult$Builder(java.util.List) +androidx.appcompat.R$attr: int colorControlNormal +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_mini_grey +androidx.swiperefreshlayout.R$dimen: int notification_action_text_size +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeSplitBackground +androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_25 +wangdaye.com.geometricweather.R$style: int Base_V14_ThemeOverlay_MaterialComponents_Dialog +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_Bridge +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragmentCompat_android_dividerHeight +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior getBehavior() +com.google.android.material.R$styleable: int MaterialAlertDialog_backgroundInsetTop +com.google.android.material.R$attr +androidx.work.R$color com.turingtechnologies.materialscrollbar.R$attr: int contentPaddingTop -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setItemPosition(int) -androidx.appcompat.R$string: int abc_prepend_shortcut_label -cyanogenmod.app.ICMTelephonyManager$Stub: android.os.IBinder asBinder() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onWindowFocusChanged(boolean) -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Weather weather -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_74 -wangdaye.com.geometricweather.R$styleable: int PreferenceFragment_android_dividerHeight -android.didikee.donate.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle -android.didikee.donate.R$dimen: int abc_action_bar_icon_vertical_padding_material -androidx.preference.R$style: int Widget_AppCompat_ActionBar_Solid -androidx.appcompat.widget.LinearLayoutCompat: int getBaselineAlignedChildIndex() -okhttp3.internal.cache.DiskLruCache: java.io.File journalFile -androidx.appcompat.R$styleable: int ActionBar_subtitleTextStyle -com.github.rahatarmanahmed.cpv.BuildConfig: BuildConfig() -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: void cancel(io.reactivex.internal.queue.SpscLinkedArrayQueue,io.reactivex.internal.queue.SpscLinkedArrayQueue) -wangdaye.com.geometricweather.R$id: int title -wangdaye.com.geometricweather.R$attr: int buttonBarNeutralButtonStyle -androidx.hilt.R$id: int accessibility_custom_action_8 -wangdaye.com.geometricweather.R$styleable: int RecyclerView_android_clipToPadding -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind wind -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableTintMode -wangdaye.com.geometricweather.R$id: int transitionToEnd -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void innerError(io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver,java.lang.Throwable) -com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_itemIconDisabledAlpha -okhttp3.Response$Builder: okhttp3.Headers$Builder headers -com.google.android.material.bottomnavigation.BottomNavigationMenuView: android.util.SparseArray getBadgeDrawables() -androidx.constraintlayout.widget.R$attr: int imageButtonStyle -androidx.hilt.R$id: int accessibility_custom_action_5 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial: double Value -cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_SHOW_NONE -androidx.recyclerview.R$attr: int reverseLayout -com.turingtechnologies.materialscrollbar.R$color: int mtrl_chip_ripple_color -androidx.appcompat.resources.R$string -okhttp3.internal.http2.Hpack$Writer: int nextHeaderIndex -com.google.android.material.checkbox.MaterialCheckBox: android.content.res.ColorStateList getMaterialThemeColorsTintList() -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_goneMarginLeft -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: void setSelectedPage(int) -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result: java.lang.String type -wangdaye.com.geometricweather.R$drawable: int notif_temp_13 -androidx.dynamicanimation.R$id: int chronometer -com.turingtechnologies.materialscrollbar.R$id: int radio -com.jaredrummler.android.colorpicker.R$attr: int hideOnContentScroll -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: boolean active -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle -android.didikee.donate.R$styleable: int Spinner_android_popupBackground -androidx.hilt.work.R$id: int tag_screen_reader_focusable -retrofit2.ParameterHandler$HeaderMap: java.lang.reflect.Method method -com.turingtechnologies.materialscrollbar.R$attr: int gapBetweenBars -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: cyanogenmod.app.ILiveLockScreenManagerProvider asInterface(android.os.IBinder) -com.google.android.material.R$attr: int materialAlertDialogTitleTextStyle -com.google.android.material.timepicker.ClockHandView -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: java.lang.String unit -androidx.transition.R$dimen: int notification_large_icon_height -okhttp3.Cache$1: void update(okhttp3.Response,okhttp3.Response) -androidx.lifecycle.MediatorLiveData$Source: void onChanged(java.lang.Object) -com.google.android.material.R$styleable: int SwitchCompat_thumbTint -com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setBadgeIfNeeded(com.google.android.material.bottomnavigation.BottomNavigationItemView) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_android_windowAnimationStyle -androidx.constraintlayout.widget.R$id: int content -io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: io.reactivex.Observer downstream -androidx.hilt.work.R$layout: int custom_dialog -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String getDetail() -androidx.fragment.R$id: int line3 -cyanogenmod.app.CustomTile$1: java.lang.Object createFromParcel(android.os.Parcel) -com.turingtechnologies.materialscrollbar.R$layout: int notification_action -wangdaye.com.geometricweather.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha -androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type VERTICAL_DIMENSION -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: java.lang.String getPubTime() -com.google.android.material.floatingactionbutton.FloatingActionButton: void setSupportBackgroundTintList(android.content.res.ColorStateList) -com.google.android.material.R$style: int Widget_MaterialComponents_Button_TextButton -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: int Age -com.google.android.material.internal.NavigationMenuItemView: void setNeedsEmptyIcon(boolean) -com.google.android.material.R$layout: int mtrl_picker_dialog -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int FAIR_DAY -okhttp3.internal.cache.DiskLruCache: boolean mostRecentTrimFailed -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void otherError(java.lang.Throwable) -wangdaye.com.geometricweather.R$attr: int actionMenuTextAppearance -cyanogenmod.externalviews.KeyguardExternalView: java.lang.String TAG -androidx.preference.R$attr: int fontProviderCerts -com.turingtechnologies.materialscrollbar.R$dimen: int abc_edit_text_inset_top_material -com.turingtechnologies.materialscrollbar.R$styleable: int[] TabLayout -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: io.reactivex.internal.fuseable.SimplePlainQueue getOrCreateQueue() -cyanogenmod.weather.WeatherLocation$Builder: cyanogenmod.weather.WeatherLocation$Builder setState(java.lang.String) -okhttp3.internal.http2.Header: okio.ByteString TARGET_PATH -androidx.work.R$id: int accessibility_custom_action_15 -androidx.preference.R$dimen: int abc_text_size_display_2_material -androidx.appcompat.R$dimen: int compat_notification_large_icon_max_height -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onKeyguardShowing -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_horizontalStyle -wangdaye.com.geometricweather.R$id: int FUNCTION -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_Button -wangdaye.com.geometricweather.R$styleable: int Chip_chipIconTint -androidx.recyclerview.widget.GridLayoutManager: GridLayoutManager(android.content.Context,android.util.AttributeSet,int,int) -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_thumb_color -com.google.android.material.R$attr: int mock_label -com.google.android.material.card.MaterialCardView: MaterialCardView(android.content.Context) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Snow -com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding: com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding[] values() -com.google.android.material.R$styleable: int AppCompatTheme_windowFixedWidthMajor -androidx.appcompat.R$style: int Platform_ThemeOverlay_AppCompat -android.didikee.donate.R$style: int Widget_AppCompat_CompoundButton_CheckBox -androidx.appcompat.R$attr: int alertDialogStyle -androidx.appcompat.R$id: int buttonPanel -androidx.preference.R$styleable: int[] AppCompatTextView -androidx.appcompat.widget.AppCompatRadioButton: android.content.res.ColorStateList getSupportButtonTintList() -android.didikee.donate.R$id: int edit_query -wangdaye.com.geometricweather.R$id: int peekHeight -androidx.preference.R$styleable: int SwitchPreference_android_switchTextOn -okio.HashingSource: okio.HashingSource sha256(okio.Source) -androidx.lifecycle.ReportFragment: void onPause() -okhttp3.internal.platform.Platform: boolean isConscryptPreferred() -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Weather: java.lang.String desc -com.google.android.material.R$drawable: int design_password_eye -okhttp3.CertificatePinner: CertificatePinner(java.util.Set,okhttp3.internal.tls.CertificateChainCleaner) -cyanogenmod.weather.RequestInfo: int mRequestType -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Minimum: double Value -okhttp3.Dispatcher: Dispatcher() -androidx.preference.R$attr: int displayOptions -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Display4 -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow: java.lang.Float cumul24H -androidx.appcompat.R$style: R$style() -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_elevation -com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ProgressBar_Horizontal -wangdaye.com.geometricweather.R$attr: int state_lifted -io.reactivex.internal.observers.DeferredScalarDisposable: void error(java.lang.Throwable) -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid -com.turingtechnologies.materialscrollbar.R$drawable: int notification_tile_bg -androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableTransition_android_reversible -androidx.core.R$styleable: int GradientColor_android_tileMode +androidx.appcompat.R$styleable: int FontFamily_fontProviderFetchStrategy +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_22 +wangdaye.com.geometricweather.R$drawable: int notif_temp_64 +androidx.lifecycle.ComputableLiveData$3: androidx.lifecycle.ComputableLiveData this$0 +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: void cancel() +okio.SegmentedByteString: okio.ByteString toByteString() +com.bumptech.glide.R$attr: int coordinatorLayoutStyle +wangdaye.com.geometricweather.R$dimen: int mtrl_bottomappbar_fab_cradle_rounded_corner_radius +androidx.appcompat.R$drawable: int abc_tab_indicator_material +cyanogenmod.app.Profile: int mDozeMode +androidx.hilt.lifecycle.R$style: int TextAppearance_Compat_Notification_Info +com.google.android.material.slider.RangeSlider: void setThumbElevation(float) +com.jaredrummler.android.colorpicker.R$dimen: int notification_main_column_padding_top +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: java.lang.String getEn_US() +wangdaye.com.geometricweather.R$dimen: int touch_rise_z +io.reactivex.Observable: io.reactivex.Observable share() +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: boolean daylight +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_android_windowAnimationStyle +okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RealConnection findHealthyConnection(int,int,int,int,boolean,boolean) +androidx.lifecycle.LifecycleService: android.os.IBinder onBind(android.content.Intent) +okhttp3.RealCall: java.io.IOException timeoutExit(java.io.IOException) +androidx.vectordrawable.R$id: int tag_accessibility_actions +com.google.android.material.appbar.CollapsingToolbarLayout: void setCollapsedTitleGravity(int) +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabMaxWidth +androidx.hilt.work.R$styleable: int FontFamilyFont_fontVariationSettings +com.google.android.material.R$styleable: int RecycleListView_paddingTopNoTitle +androidx.preference.R$layout: int preference_dropdown_material +androidx.appcompat.R$drawable: int abc_item_background_holo_light +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 +com.xw.repo.bubbleseekbar.R$attr: int trackTintMode +io.reactivex.Observable: io.reactivex.Observable mergeDelayError(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource) +io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: int size +androidx.constraintlayout.widget.R$drawable: int abc_textfield_search_activated_mtrl_alpha +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowMinWidthMajor +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: java.util.concurrent.TimeUnit unit +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_indicatorSize +cyanogenmod.app.suggest.IAppSuggestProvider$Stub: java.lang.String DESCRIPTOR +com.github.rahatarmanahmed.cpv.CircularProgressView: int animSyncDuration +wangdaye.com.geometricweather.R$attr: int itemHorizontalTranslationEnabled +androidx.preference.R$style: int Theme_AppCompat_Dialog_Alert +androidx.preference.R$dimen: int notification_top_pad_large_text +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.String getAqiText() +com.google.android.material.R$styleable: int TextInputLayout_boxBackgroundMode +com.turingtechnologies.materialscrollbar.R$attr: int fastScrollHorizontalThumbDrawable +wangdaye.com.geometricweather.R$attr: int queryHint +androidx.core.R$dimen: int notification_right_side_padding_top +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_BottomNavigationView +androidx.vectordrawable.R$attr: int alpha +androidx.appcompat.R$id: int search_button +androidx.preference.R$styleable: int AlertDialog_android_layout +androidx.activity.ComponentActivity: ComponentActivity() +james.adaptiveicon.R$integer: int abc_config_activityDefaultDur +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum: java.lang.String Unit +okhttp3.internal.http.HttpHeaders: java.util.List parseChallenges(okhttp3.Headers,java.lang.String) +wangdaye.com.geometricweather.R$string: int key_card_style +androidx.vectordrawable.animated.R$attr: R$attr() +retrofit2.KotlinExtensions$suspendAndThrow$$inlined$suspendCoroutineUninterceptedOrReturn$lambda$1: kotlin.coroutines.Continuation $continuation +com.google.android.material.R$dimen: int abc_action_bar_subtitle_bottom_margin_material +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Caption +wangdaye.com.geometricweather.R$attr: int rippleColor +androidx.hilt.R$id: int accessibility_custom_action_1 +androidx.constraintlayout.utils.widget.ImageFilterButton: void setOverlay(boolean) +androidx.vectordrawable.R$id: int accessibility_custom_action_2 +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_textLocale +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getMoonPhaseDescription() +com.google.android.material.R$attr: int keyPositionType +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_12 +androidx.drawerlayout.R$styleable: int GradientColor_android_tileMode +androidx.preference.R$attr: int fontProviderAuthority +androidx.preference.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu +cyanogenmod.themes.ThemeChangeRequest: android.os.Parcelable$Creator CREATOR +androidx.appcompat.widget.AbsActionBarView: void setVisibility(int) +okhttp3.internal.ws.WebSocketWriter +wangdaye.com.geometricweather.R$layout: int abc_select_dialog_material +androidx.appcompat.R$layout: int abc_action_bar_up_container +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarSplitStyle +androidx.preference.R$styleable: int CheckBoxPreference_summaryOn +wangdaye.com.geometricweather.R$id: int snackbar_action +okio.Options: okio.ByteString get(int) +okhttp3.Dispatcher: int queuedCallsCount() +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_paddingRight +wangdaye.com.geometricweather.R$attr: int sizePercent +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getCityId() +androidx.preference.R$styleable: int AppCompatTheme_colorControlActivated +wangdaye.com.geometricweather.R$dimen: int abc_select_dialog_padding_start_material +androidx.appcompat.resources.R$styleable: int GradientColor_android_endY +androidx.constraintlayout.widget.R$layout: int abc_list_menu_item_checkbox +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void run() +io.reactivex.internal.observers.InnerQueuedObserver: void onComplete() +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse +com.xw.repo.bubbleseekbar.R$id: int custom +androidx.constraintlayout.helper.widget.Layer: Layer(android.content.Context,android.util.AttributeSet) +androidx.preference.R$styleable: int AlertDialog_listLayout +com.google.android.material.R$id: int end +okio.Buffer: byte[] readByteArray() +androidx.preference.R$style: int Base_Theme_AppCompat +androidx.preference.R$string: int v7_preference_off +cyanogenmod.weather.IRequestInfoListener: void onLookupCityRequestCompleted(cyanogenmod.weather.RequestInfo,int,java.util.List) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getRagweedIndex() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Metric +com.google.android.material.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle +wangdaye.com.geometricweather.R$id: int widget_clock_day_weather +androidx.preference.R$attr: int textColorAlertDialogListItem +android.didikee.donate.R$style: int Base_Widget_AppCompat_ListView_Menu +com.google.android.material.R$attr: int trackTint +androidx.preference.R$styleable: int ActionBar_title +com.google.android.material.transformation.TransformationChildCard: TransformationChildCard(android.content.Context,android.util.AttributeSet) +androidx.fragment.R$styleable: int GradientColor_android_startX +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Weather weather +wangdaye.com.geometricweather.R$attr: int listChoiceIndicatorMultipleAnimated +androidx.appcompat.R$color: int bright_foreground_disabled_material_dark +com.google.android.material.R$style: int Widget_AppCompat_CompoundButton_CheckBox +androidx.viewpager2.R$styleable: int FontFamilyFont_ttcIndex +cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper: cyanogenmod.app.CustomTileListenerService this$0 +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_NoActionBar_Bridge +com.google.android.material.imageview.ShapeableImageView: ShapeableImageView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float snowPrecipitation +wangdaye.com.geometricweather.R$attr: int dialogIcon +androidx.constraintlayout.widget.Group: Group(android.content.Context) +com.bumptech.glide.R$styleable: int GradientColor_android_startX +androidx.constraintlayout.widget.R$styleable: int Layout_barrierAllowsGoneWidgets +okhttp3.internal.ws.RealWebSocket$Message: RealWebSocket$Message(int,okio.ByteString) +io.reactivex.internal.observers.BasicIntQueueDisposable: void clear() +wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_speedValue +androidx.appcompat.R$styleable: int Toolbar_contentInsetEnd +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionBar_TabText +wangdaye.com.geometricweather.R$color: int colorLevel_2 +wangdaye.com.geometricweather.R$color: int switch_thumb_normal_material_dark +androidx.activity.R$id: int accessibility_custom_action_23 +androidx.appcompat.R$styleable: int AppCompatTheme_controlBackground +androidx.preference.R$attr: int disableDependentsState +androidx.dynamicanimation.R$dimen: int notification_large_icon_height +androidx.appcompat.widget.AppCompatButton: void setSupportBackgroundTintList(android.content.res.ColorStateList) +androidx.constraintlayout.widget.R$bool +wangdaye.com.geometricweather.R$attr: int titleTextColor +io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.functions.Function) +com.google.android.material.R$attr: int touchAnchorId +androidx.lifecycle.SavedStateHandle$SavingStateLiveData: androidx.lifecycle.SavedStateHandle mHandle +com.google.android.material.R$id: int accessibility_custom_action_1 +androidx.coordinatorlayout.R$attr: int layout_insetEdge +okio.Okio$2: java.lang.String toString() +cyanogenmod.app.ICustomTileListener: void onCustomTileRemoved(org.cyanogenmod.internal.statusbar.IStatusBarCustomTileHolder) +com.turingtechnologies.materialscrollbar.R$styleable: int[] NavigationView +androidx.constraintlayout.widget.R$attr: int layout_constraintLeft_toLeftOf +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_hoveredFocusedTranslationZ +cyanogenmod.providers.DataUsageContract: int COLUMN_OF_ID +androidx.constraintlayout.widget.R$styleable: int ActionBar_customNavigationLayout +androidx.constraintlayout.widget.R$attr: int commitIcon +wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit valueOf(java.lang.String) +james.adaptiveicon.R$attr: int alpha +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: long size +androidx.preference.R$dimen: int abc_text_size_display_4_material +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setItemBackground(int) +retrofit2.Retrofit$Builder: java.util.List callAdapterFactories() +retrofit2.HttpException: java.lang.String message +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Metric +androidx.lifecycle.ComputableLiveData: java.lang.Runnable mInvalidationRunnable +androidx.appcompat.R$styleable: int Toolbar_titleMarginBottom +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String getPrecipitationText(android.content.Context,float) +io.reactivex.internal.observers.InnerQueuedObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: java.lang.String speed +com.google.android.material.R$styleable: int BottomNavigationView_itemIconTint +androidx.preference.R$style: int Widget_AppCompat_ProgressBar +com.google.android.material.chip.Chip: com.google.android.material.animation.MotionSpec getShowMotionSpec() +okio.Utf8: long size(java.lang.String,int,int) +androidx.loader.R$id: int right_icon +androidx.viewpager2.R$dimen: int item_touch_helper_swipe_escape_max_velocity +androidx.preference.R$id: int tag_unhandled_key_event_manager +com.google.android.material.R$styleable: int DrawerArrowToggle_drawableSize +com.bumptech.glide.R$drawable: int notification_tile_bg +androidx.appcompat.widget.AppCompatAutoCompleteTextView: void setDropDownBackgroundResource(int) +com.google.android.material.R$style: int Base_Widget_AppCompat_PopupMenu +androidx.lifecycle.ClassesInfoCache$MethodReference: boolean equals(java.lang.Object) +androidx.hilt.lifecycle.R$attr: int fontVariationSettings +androidx.preference.R$string: int abc_action_mode_done +androidx.viewpager2.widget.ViewPager2: ViewPager2(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: void setZh_TW(java.lang.String) +androidx.constraintlayout.widget.R$attr: int arrowHeadLength +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query +androidx.appcompat.R$dimen: int abc_text_size_menu_header_material +io.reactivex.internal.util.ArrayListSupplier: java.lang.Object apply(java.lang.Object) +okhttp3.OkHttpClient$Builder: okhttp3.Dispatcher dispatcher +androidx.appcompat.R$dimen: int abc_dialog_padding_material +wangdaye.com.geometricweather.R$attr: int layout_constrainedHeight +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.ChineseCityEntity) +cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_setDataConnectionState +wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_directionValue +androidx.coordinatorlayout.R$style: int TextAppearance_Compat_Notification +androidx.work.R$layout: int notification_template_custom_big +okio.GzipSink: void flush() +cyanogenmod.app.ProfileManager: android.content.Context mContext +cyanogenmod.weather.WeatherInfo$DayForecast: int describeContents() +okhttp3.internal.http2.Http2Writer: void connectionPreface() +retrofit2.Retrofit: boolean validateEagerly +james.adaptiveicon.R$attr: int logoDescription +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_end +wangdaye.com.geometricweather.R$attr: int preferenceScreenStyle +okhttp3.OkHttpClient: okhttp3.Dns dns +com.turingtechnologies.materialscrollbar.R$attr: int hoveredFocusedTranslationZ +com.google.android.material.R$styleable: int ChipGroup_singleSelection +androidx.fragment.app.DialogFragment +io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: ObservableIntervalRange$IntervalRangeObserver(io.reactivex.Observer,long,long) +cyanogenmod.providers.CMSettings$Secure: java.lang.String CM_SETUP_WIZARD_COMPLETED +androidx.recyclerview.widget.StaggeredGridLayoutManager +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light_Dialog +com.turingtechnologies.materialscrollbar.R$layout: int design_layout_tab_text +com.google.gson.internal.$Gson$Types$WildcardTypeImpl: java.lang.String toString() +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onDetach() +retrofit2.ParameterHandler$PartMap: ParameterHandler$PartMap(java.lang.reflect.Method,int,retrofit2.Converter,java.lang.String) +com.google.gson.stream.JsonWriter: int[] stack +com.bumptech.glide.integration.okhttp.R$dimen: int compat_notification_large_icon_max_height +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean tryEmitScalar(java.util.concurrent.Callable) +androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type BASELINE wangdaye.com.geometricweather.R$id: int accessibility_custom_action_2 -androidx.transition.R$drawable: int notification_bg_normal -com.google.android.material.R$styleable: int[] TextInputLayout -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableRightCompat -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_NULL_SHA -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Imperial: AccuCurrentResult$WetBulbTemperature$Imperial() -james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 -com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_fontVariationSettings -okhttp3.CacheControl: boolean noStore -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item -androidx.viewpager.widget.ViewPager: int getPageMargin() -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Large -com.xw.repo.bubbleseekbar.R$id: int message -androidx.lifecycle.extensions.R$dimen: int notification_small_icon_size_as_large -androidx.preference.R$styleable: int SwitchCompat_showText -wangdaye.com.geometricweather.R$layout: int preference_widget_seekbar_material -wangdaye.com.geometricweather.R$attr: int perpendicularPath_percent -com.turingtechnologies.materialscrollbar.R$string: int path_password_eye_mask_visible -android.didikee.donate.R$color: int abc_primary_text_material_dark -androidx.appcompat.R$layout: int support_simple_spinner_dropdown_item -androidx.recyclerview.widget.RecyclerView: int getItemDecorationCount() -wangdaye.com.geometricweather.R$string: int date_format_short -okhttp3.WebSocketListener: WebSocketListener() -com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: boolean IsDayTime -cyanogenmod.platform.R$attr: R$attr() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getRagweedLevel() -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow -com.xw.repo.bubbleseekbar.R$styleable: int[] AppCompatTheme -wangdaye.com.geometricweather.R$attr: int tabMaxWidth -androidx.coordinatorlayout.R$integer -okhttp3.internal.tls.DistinguishedNameParser: int end -io.reactivex.internal.subscriptions.BasicIntQueueSubscription -wangdaye.com.geometricweather.R$styleable: int KeyTrigger_triggerId -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ListView_Menu -com.jaredrummler.android.colorpicker.R$style: int PreferenceThemeOverlay_v14 -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Chip_Action -com.jaredrummler.android.colorpicker.R$attr: int editTextBackground -wangdaye.com.geometricweather.R$string: int feedback_interpret_notification_group_title -android.didikee.donate.R$attr: int listPreferredItemHeightSmall -wangdaye.com.geometricweather.common.basic.models.weather.Alert: void deduplication(java.util.List) -wangdaye.com.geometricweather.common.basic.models.options.DarkMode: java.lang.String modeId -com.jaredrummler.android.colorpicker.R$attr: int tooltipFrameBackground -okhttp3.internal.http2.Http2Reader: void readData(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) -cyanogenmod.os.Concierge$ParcelInfo: int mStartPosition -wangdaye.com.geometricweather.R$color: int abc_background_cache_hint_selector_material_light -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: org.greenrobot.greendao.query.Query weatherEntity_MinutelyEntityListQuery -com.jaredrummler.android.colorpicker.R$drawable: int cpv_ic_arrow_right_black_24dp -wangdaye.com.geometricweather.R$string: int feedback_unusable_geocoder -com.google.android.material.bottomappbar.BottomAppBar$SavedState -com.turingtechnologies.materialscrollbar.R$attr: int dialogTheme -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_139 -com.google.android.material.R$styleable: int ActionBar_contentInsetStart -androidx.constraintlayout.widget.R$string: int abc_menu_shift_shortcut_label -io.reactivex.internal.functions.Functions$NaturalComparator: int compare(java.lang.Object,java.lang.Object) -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: io.reactivex.disposables.Disposable upstream -androidx.lifecycle.extensions.R$id: int tag_unhandled_key_listeners -okio.Okio$1: Okio$1(okio.Timeout,java.io.OutputStream) -androidx.customview.R$styleable: int FontFamilyFont_android_ttcIndex -com.google.android.material.R$style: int Base_AlertDialog_AppCompat -com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat_Light -com.google.android.material.R$id: int snackbar_text -wangdaye.com.geometricweather.R$color: int abc_secondary_text_material_dark -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense -androidx.appcompat.R$string: int abc_menu_ctrl_shortcut_label -com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_translation_z_pressed +com.google.android.material.R$attr: int minHeight +androidx.hilt.R$id: int right_icon +androidx.viewpager2.R$styleable: int GradientColor_android_centerColor +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$8: float val$swipeProgress +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_list_padding_bottom_no_buttons +com.google.android.material.R$string: int mtrl_picker_invalid_range +androidx.room.RoomDatabase$JournalMode: androidx.room.RoomDatabase$JournalMode[] values() +wangdaye.com.geometricweather.R$string: int path_password_eye +androidx.constraintlayout.widget.R$styleable: int MenuGroup_android_enabled +com.google.android.material.R$drawable: int mtrl_dialog_background +android.didikee.donate.R$attr: int showTitle +wangdaye.com.geometricweather.R$string: int about_glide +wangdaye.com.geometricweather.R$id: int src_atop +com.google.android.material.R$styleable: int MaterialCardView_strokeColor +android.didikee.donate.R$string: int abc_action_menu_overflow_description +io.reactivex.Observable: io.reactivex.Observable groupBy(io.reactivex.functions.Function,io.reactivex.functions.Function,boolean,int) +okhttp3.RealCall: okhttp3.OkHttpClient client wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.AirQuality getAirQuality() -com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl -okio.Buffer: boolean rangeEquals(long,okio.ByteString,int,int) -androidx.recyclerview.widget.RecyclerView: void setAdapter(androidx.recyclerview.widget.RecyclerView$Adapter) -androidx.appcompat.widget.Toolbar: void setNavigationContentDescription(java.lang.CharSequence) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarSize -io.reactivex.Observable: io.reactivex.Observable skipLast(int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature RealFeelTemperature -com.google.gson.internal.LazilyParsedNumber: float floatValue() -wangdaye.com.geometricweather.R$string: int mtrl_picker_text_input_date_hint -wangdaye.com.geometricweather.R$styleable: int MaterialButton_android_insetBottom -androidx.preference.R$layout: int preference_widget_switch -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_DropDownItem -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputEditText_OutlinedBox -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionMode_Inverse -okio.Util: java.nio.charset.Charset UTF_8 -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline -androidx.preference.R$attr: int spanCount -com.google.android.material.R$styleable: int TextAppearance_android_textColorLink -okhttp3.Request$Builder -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Toolbar_Primary -okhttp3.internal.Internal: okhttp3.internal.connection.RouteDatabase routeDatabase(okhttp3.ConnectionPool) -com.jaredrummler.android.colorpicker.R$styleable: int ActionMode_backgroundSplit -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: int unitArrayIndex -wangdaye.com.geometricweather.R$style: int Platform_V21_AppCompat_Light -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.String dailyForecast -com.google.android.material.R$styleable: int Constraint_layout_constraintHorizontal_chainStyle -androidx.constraintlayout.widget.R$layout: int select_dialog_item_material -androidx.appcompat.R$id: int action_container -com.turingtechnologies.materialscrollbar.R$attr: int tabPadding -androidx.vectordrawable.R$id: int info -cyanogenmod.app.PartnerInterface: void setMobileDataEnabled(boolean) -com.google.android.material.R$styleable: int SnackbarLayout_backgroundOverlayColorAlpha -com.google.android.material.R$styleable: int SwitchCompat_splitTrack -androidx.preference.R$style: int Widget_AppCompat_PopupMenu_Overflow -androidx.lifecycle.Lifecycle: Lifecycle() -james.adaptiveicon.R$dimen: int hint_pressed_alpha_material_light -io.reactivex.internal.subscribers.DeferredScalarSubscriber: boolean hasValue -androidx.appcompat.R$attr: int subtitleTextStyle -james.adaptiveicon.R$styleable: int TextAppearance_android_shadowColor -android.didikee.donate.R$styleable: int ActionBar_contentInsetLeft -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_icon_1 -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_OVERLAYS -androidx.lifecycle.LifecycleRegistry$ObserverWithState: LifecycleRegistry$ObserverWithState(androidx.lifecycle.LifecycleObserver,androidx.lifecycle.Lifecycle$State) -androidx.constraintlayout.widget.R$styleable: int[] MenuItem -wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle -android.support.v4.os.IResultReceiver$Stub: IResultReceiver$Stub() -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy -androidx.recyclerview.R$id: int tag_screen_reader_focusable -com.google.android.material.R$layout: int test_toolbar_elevation -androidx.swiperefreshlayout.R$dimen: int compat_notification_large_icon_max_width -okhttp3.internal.tls.DistinguishedNameParser: char getUTF8() -com.google.android.material.R$interpolator: int mtrl_fast_out_slow_in -io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: io.reactivex.Observer downstream -cyanogenmod.externalviews.IExternalViewProvider$Stub: java.lang.String DESCRIPTOR -com.jaredrummler.android.colorpicker.R$drawable: int abc_spinner_mtrl_am_alpha -androidx.swiperefreshlayout.R$styleable: R$styleable() -androidx.appcompat.widget.SwitchCompat: int getSwitchPadding() -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarItemBackground -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionBar_TabText -wangdaye.com.geometricweather.R$styleable: int Preference_allowDividerAbove -io.reactivex.internal.util.ExceptionHelper$Termination: ExceptionHelper$Termination() -com.google.android.material.R$styleable: int ActionBar_contentInsetRight -androidx.appcompat.R$styleable: int GradientColor_android_gradientRadius -androidx.appcompat.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox -wangdaye.com.geometricweather.R$id: int toggle -wangdaye.com.geometricweather.R$id: int widget_trend_hourly_item_5 -androidx.preference.R$id: int search_mag_icon -cyanogenmod.app.Profile: java.util.Collection getStreamSettings() -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_button_min_height_material -wangdaye.com.geometricweather.common.basic.models.weather.Weather: void setYesterday(wangdaye.com.geometricweather.common.basic.models.weather.History) -wangdaye.com.geometricweather.R$styleable: int MenuItem_iconTintMode -com.jaredrummler.android.colorpicker.R$id: int decor_content_parent -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1: retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall this$0 -james.adaptiveicon.R$styleable: int AppCompatTextView_drawableBottomCompat -james.adaptiveicon.R$drawable: int tooltip_frame_light -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: java.lang.Throwable error -com.google.android.material.button.MaterialButtonToggleGroup: int getVisibleButtonCount() -com.google.android.material.R$style: int Theme_MaterialComponents_Bridge -com.google.android.material.R$attr: int actionModeSelectAllDrawable -okhttp3.ConnectionSpec: okhttp3.ConnectionSpec CLEARTEXT -com.google.android.material.R$styleable: int Layout_layout_constraintStart_toEndOf -com.google.android.material.R$styleable: int MaterialButton_elevation -io.reactivex.Observable: io.reactivex.Single count() -com.github.rahatarmanahmed.cpv.CircularProgressView: int size -wangdaye.com.geometricweather.R$color: int preference_fallback_accent_color -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall -cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType USER_REQUEST -wangdaye.com.geometricweather.R$id: int graph_wrap -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setPivotY(float) -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_20 -wangdaye.com.geometricweather.R$dimen: int trend_item_width -androidx.loader.R$layout: int notification_template_custom_big -com.turingtechnologies.materialscrollbar.R$layout: int abc_expanded_menu_layout -androidx.appcompat.R$attr: int listPreferredItemHeightSmall -wangdaye.com.geometricweather.db.entities.HourlyEntity: long getTime() -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_SearchView_ActionBar -com.turingtechnologies.materialscrollbar.R$drawable: int notification_template_icon_bg -io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: io.reactivex.CompletableSource other -androidx.preference.R$drawable: int abc_dialog_material_background -james.adaptiveicon.R$style: int Theme_AppCompat_Light_Dialog -androidx.transition.R$layout: int notification_template_part_chronometer -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_indicatorCornerRadius -com.turingtechnologies.materialscrollbar.R$id: int transition_transform -okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex: java.lang.reflect.Method findByIssuerAndSignatureMethod -com.google.gson.JsonParseException: JsonParseException(java.lang.Throwable) -android.didikee.donate.R$styleable: int AppCompatTheme_tooltipForegroundColor -cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_UUID -androidx.viewpager.R$id: int tag_unhandled_key_listeners -com.turingtechnologies.materialscrollbar.R$attr: int layout +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: void dispose() +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Large_Inverse +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX$InfoX +com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_font +androidx.constraintlayout.widget.R$styleable: int Toolbar_collapseIcon +androidx.transition.R$id: int transition_layout_save +wangdaye.com.geometricweather.R$animator: int start_shine_2 +androidx.preference.R$dimen +androidx.vectordrawable.R$dimen: int notification_big_circle_margin +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void innerComplete(io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver) +com.google.android.material.R$styleable: int TextAppearance_fontVariationSettings +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.Wind wind +com.turingtechnologies.materialscrollbar.R$attr: int subtitleTextAppearance +com.google.android.material.R$styleable: int CollapsingToolbarLayout_collapsedTitleTextAppearance +com.google.android.material.R$attr: int layout_constraintLeft_toLeftOf +wangdaye.com.geometricweather.R$dimen: int widget_mini_weather_icon_size +com.turingtechnologies.materialscrollbar.R$styleable: int ViewBackgroundHelper_backgroundTint +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.jaredrummler.android.colorpicker.R$color: int abc_search_url_text_normal +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String LAST_UPDATE_TIME +com.turingtechnologies.materialscrollbar.R$attr: int closeIconTint +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: boolean cancelled com.turingtechnologies.materialscrollbar.R$layout: int design_navigation_item_subheader -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: boolean isCancelled() -com.google.android.material.R$styleable: int TabLayout_tabMode -cyanogenmod.hardware.DisplayMode: DisplayMode(android.os.Parcel) -com.google.android.material.R$drawable: int abc_ic_arrow_drop_right_black_24dp -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_android_textColorHint -androidx.appcompat.R$dimen: int tooltip_precise_anchor_extra_offset -androidx.hilt.work.R$id: int accessibility_custom_action_26 -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setExpandedStyle(cyanogenmod.app.CustomTile$ExpandedStyle) -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintTag -wangdaye.com.geometricweather.R$string: int feedback_updating_weather_data -androidx.appcompat.R$style: int Widget_AppCompat_Light_PopupMenu -androidx.coordinatorlayout.R$drawable: int notification_template_icon_bg -com.google.android.material.R$color: int highlighted_text_material_dark -cyanogenmod.hardware.DisplayMode$1: java.lang.Object createFromParcel(android.os.Parcel) -androidx.preference.R$styleable: int AppCompatTheme_actionBarTheme -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Large -com.google.android.material.R$styleable: int MenuItem_alphabeticModifiers -com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents -androidx.lifecycle.LiveData: boolean hasActiveObservers() -androidx.preference.R$drawable: int notification_action_background -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_fontFamily -wangdaye.com.geometricweather.R$dimen: int design_bottom_sheet_peek_height_min -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_rotationY -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_alphabeticShortcut -androidx.fragment.R$color: int notification_icon_bg_color -android.didikee.donate.R$style: int Platform_AppCompat_Light -com.turingtechnologies.materialscrollbar.R$attr: int titleMargins -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer moonPhaseAngle -com.xw.repo.bubbleseekbar.R$attr: int titleMargins -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit NMI -wangdaye.com.geometricweather.R$drawable: int cpv_btn_background -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceGroup_android_orderingFromXml -com.google.android.material.R$styleable: int MaterialButton_shapeAppearanceOverlay -wangdaye.com.geometricweather.R$id: int staticPostLayout -androidx.appcompat.R$id: int off -com.bumptech.glide.integration.okhttp.R$id: int notification_background -wangdaye.com.geometricweather.R$string: int cloud_cover -com.google.android.material.tabs.TabLayout: void setTabIconTint(android.content.res.ColorStateList) -android.didikee.donate.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle -io.reactivex.Observable: io.reactivex.Observable groupBy(io.reactivex.functions.Function,io.reactivex.functions.Function) -androidx.multidex.MultiDexExtractor$ExtractedDex -com.google.android.material.R$styleable: int ConstraintSet_layout_goneMarginRight -okhttp3.internal.http2.Http2Connection: void writePingAndAwaitPong() -io.reactivex.internal.subscriptions.SubscriptionArbiter: void produced(long) -okio.SegmentedByteString: java.lang.String string(java.nio.charset.Charset) -wangdaye.com.geometricweather.R$string: int content_des_pm25 -cyanogenmod.power.IPerformanceManager$Stub: int TRANSACTION_getProfileHasAppProfiles -cyanogenmod.app.CMTelephonyManager: java.lang.String TAG -androidx.preference.CheckBoxPreference -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_drawableBottom -james.adaptiveicon.R$style: int Widget_AppCompat_RatingBar +cyanogenmod.hardware.CMHardwareManager: boolean setDisplayMode(cyanogenmod.hardware.DisplayMode,boolean) +com.google.android.material.R$string: int material_clock_toggle_content_description +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void drain() +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit K +cyanogenmod.weather.util.WeatherUtils: double celsiusToFahrenheit(double) +com.turingtechnologies.materialscrollbar.R$layout: int abc_list_menu_item_radio +androidx.preference.R$style: int Base_Widget_AppCompat_ImageButton +androidx.preference.R$styleable: int AppCompatTheme_colorBackgroundFloating +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: int capacityHint +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: java.util.concurrent.atomic.AtomicBoolean stopWindows +com.google.android.material.R$drawable: int navigation_empty_icon +okhttp3.internal.cache.DiskLruCache$Editor: void abort() +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_100 +retrofit2.DefaultCallAdapterFactory: DefaultCallAdapterFactory(java.util.concurrent.Executor) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling +okio.AsyncTimeout$1: void write(okio.Buffer,long) +okhttp3.OkHttpClient: okhttp3.OkHttpClient$Builder newBuilder() +james.adaptiveicon.R$layout: int abc_alert_dialog_button_bar_material +androidx.work.impl.diagnostics.DiagnosticsReceiver +com.google.android.material.R$styleable: int AppCompatTheme_actionModePopupWindowStyle +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather weather +com.google.android.material.R$attr: int colorButtonNormal +com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource DATA_DISK_CACHE +wangdaye.com.geometricweather.R$attr: int cpv_indeterminate +com.turingtechnologies.materialscrollbar.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 +com.google.android.material.R$color: int mtrl_chip_close_icon_tint +androidx.constraintlayout.widget.R$string: int abc_searchview_description_search +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$3: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 +wangdaye.com.geometricweather.R$drawable: int ic_github +androidx.appcompat.widget.FitWindowsLinearLayout: FitWindowsLinearLayout(android.content.Context) +android.didikee.donate.R$layout: int abc_screen_toolbar +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense +com.jaredrummler.android.colorpicker.R$styleable: int CheckBoxPreference_android_summaryOn +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_menu_material +retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: void onNext(retrofit2.Response) +androidx.recyclerview.R$id: int time +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ListPopupWindow +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.database.Database getDatabase() +cyanogenmod.providers.DataUsageContract: DataUsageContract() +wangdaye.com.geometricweather.R$attr: int actionMenuTextColor +retrofit2.ParameterHandler$Path: ParameterHandler$Path(java.lang.reflect.Method,int,java.lang.String,retrofit2.Converter,boolean) +okhttp3.ResponseBody: byte[] bytes() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$LocalSource: AccuDailyResult$DailyForecasts$Day$LocalSource() +com.google.android.material.R$style: int Base_V22_Theme_AppCompat_Light +com.jaredrummler.android.colorpicker.R$style: int AlertDialog_AppCompat_Light +androidx.hilt.lifecycle.R$styleable: int GradientColor_android_centerY +com.google.android.material.R$id: int chip1 +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorControlNormal +android.didikee.donate.R$style: int TextAppearance_AppCompat_Menu +androidx.appcompat.widget.SearchView: java.lang.CharSequence getQuery() +james.adaptiveicon.R$attr: int tooltipFrameBackground +androidx.appcompat.widget.AppCompatCheckBox: android.content.res.ColorStateList getSupportBackgroundTintList() +wangdaye.com.geometricweather.R$string: int feedback_today_precipitation_alert +okhttp3.internal.ws.WebSocketWriter$FrameSink: void write(okio.Buffer,long) +com.google.android.material.R$style: int TextAppearance_AppCompat_Title +cyanogenmod.providers.CMSettings$System: boolean putLong(android.content.ContentResolver,java.lang.String,long) +com.github.rahatarmanahmed.cpv.CircularProgressView: float getMaxProgress() +io.reactivex.internal.observers.ForEachWhileObserver: void dispose() +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.HistoryEntity) +com.google.android.material.R$string: int mtrl_picker_cancel +androidx.viewpager2.R$id: int actions +com.google.android.material.R$color: int abc_btn_colored_text_material +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintBottom_creator +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: long updateTime +com.xw.repo.bubbleseekbar.R$styleable: int MenuGroup_android_visible +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Tooltip +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: java.lang.String ObstructionsToVisibility +com.google.gson.stream.JsonReader: boolean hasNext() +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ratingbar_small_material +androidx.fragment.R$styleable: int GradientColor_android_endY +wangdaye.com.geometricweather.R$styleable: int ActionBar_elevation +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.functions.Function mapper +androidx.preference.R$attr: int colorSwitchThumbNormal +androidx.preference.R$styleable: int Preference_summary +androidx.lifecycle.LiveData: java.lang.Object mDataLock +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean pressure +wangdaye.com.geometricweather.R$attr: int colorSurface +androidx.dynamicanimation.R$style: R$style() +androidx.preference.R$dimen: int abc_action_bar_content_inset_with_nav +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintWidth_min +cyanogenmod.providers.WeatherContract$WeatherColumns: android.net.Uri FORECAST_WEATHER_URI +cyanogenmod.app.Profile: cyanogenmod.profiles.BrightnessSettings mBrightness +com.google.android.material.R$styleable: int Constraint_flow_verticalGap +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: long serialVersionUID +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_popupWindowStyle +com.google.android.material.R$color: int tooltip_background_light +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed Speed +com.google.android.material.transformation.ExpandableBehavior +io.reactivex.subjects.PublishSubject$PublishDisposable: io.reactivex.Observer downstream +androidx.drawerlayout.R$drawable: int notification_tile_bg +androidx.work.R$attr: R$attr() +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getTotalPrecipitationProbability() +wangdaye.com.geometricweather.common.ui.widgets.SquareFrameLayout: SquareFrameLayout(android.content.Context,android.util.AttributeSet,int) +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$6: void run() +androidx.lifecycle.extensions.R$styleable: int ColorStateListItem_android_color +wangdaye.com.geometricweather.R$styleable: int Preference_isPreferenceVisible +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours Past3Hours +com.xw.repo.bubbleseekbar.R$id: int parentPanel android.didikee.donate.R$styleable: int ActionBar_contentInsetStartWithNavigation -androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_textColor -okio.SegmentPool: long MAX_SIZE -androidx.appcompat.R$color: int material_deep_teal_500 -okhttp3.internal.http1.Http1Codec$UnknownLengthSource: long read(okio.Buffer,long) -com.xw.repo.bubbleseekbar.R$color: int primary_text_default_material_light -com.jaredrummler.android.colorpicker.R$styleable: int[] PopupWindowBackgroundState -com.google.android.material.R$attr: int submitBackground -androidx.fragment.R$id: R$id() -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceImageView_maxHeight -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_Button_Colored -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_pivotX -com.turingtechnologies.materialscrollbar.R$id: int add -james.adaptiveicon.R$attr: int font -androidx.viewpager2.R$color: int notification_action_color_filter -androidx.lifecycle.extensions.R$attr: int fontProviderCerts -wangdaye.com.geometricweather.R$styleable: int RangeSlider_values -okhttp3.Cache: void trackConditionalCacheHit() -com.google.android.material.R$styleable: int Constraint_layout_constraintBottom_creator -okhttp3.internal.http1.Http1Codec$AbstractSource: Http1Codec$AbstractSource(okhttp3.internal.http1.Http1Codec,okhttp3.internal.http1.Http1Codec$1) -okhttp3.Dns$1 +wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_minutelyStartText +androidx.core.R$id: int tag_transition_group +androidx.coordinatorlayout.R$integer +okio.ByteString: char[] HEX_DIGITS +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DialogWhenLarge +wangdaye.com.geometricweather.R$layout: int item_trend_hourly +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_123 +wangdaye.com.geometricweather.R$id: int widget_day_card +james.adaptiveicon.R$attr: int titleTextStyle +wangdaye.com.geometricweather.R$styleable: int GradientColor_android_endY +cyanogenmod.hardware.DisplayMode: android.os.Parcelable$Creator CREATOR +retrofit2.OkHttpCall$ExceptionCatchingResponseBody: void throwIfCaught() +androidx.preference.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView +com.xw.repo.bubbleseekbar.R$id: int chronometer +com.xw.repo.bubbleseekbar.R$attr: int buttonStyleSmall +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_temp_3 +okhttp3.CacheControl: okhttp3.CacheControl FORCE_NETWORK +com.google.android.material.textfield.TextInputLayout: android.widget.EditText getEditText() +com.google.android.material.R$attr: int colorOnPrimary +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_toBottomOf +io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: long serialVersionUID +com.xw.repo.bubbleseekbar.R$styleable: int[] ColorStateListItem +okhttp3.OkHttpClient: javax.net.SocketFactory socketFactory() +androidx.preference.R$attr: int dialogTitle +androidx.preference.R$styleable: int StateListDrawable_android_visible +androidx.constraintlayout.widget.R$id: int contentPanel +com.google.android.material.card.MaterialCardView: void setRippleColorResource(int) +androidx.vectordrawable.animated.R$id +androidx.constraintlayout.widget.R$color: int material_grey_300 +cyanogenmod.providers.CMSettings$InclusiveFloatRangeValidator: boolean validate(java.lang.String) +wangdaye.com.geometricweather.R$drawable: int abc_seekbar_tick_mark_material +com.google.android.material.R$attr: int placeholder_emptyVisibility +androidx.constraintlayout.widget.R$attr: int duration +wangdaye.com.geometricweather.R$drawable: int widget_clock_day_details +okhttp3.HttpUrl: java.lang.String queryParameterName(int) +com.google.android.material.R$drawable: int abc_textfield_search_activated_mtrl_alpha +com.google.android.material.R$dimen: int abc_action_button_min_width_overflow_material +androidx.appcompat.R$styleable: int StateListDrawable_android_enterFadeDuration +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_4 +com.xw.repo.bubbleseekbar.R$drawable: int abc_list_divider_mtrl_alpha +androidx.activity.R$styleable: int FontFamilyFont_font +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginTop +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void dispose() +wangdaye.com.geometricweather.R$drawable: int widget_card_light_20 +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorAccent +com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableTransition_android_toId +com.jaredrummler.android.colorpicker.R$id: int cpv_color_image_view +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial: int UnitType +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_lastVerticalBias +com.google.android.material.appbar.AppBarLayout: void setStatusBarForegroundColor(int) +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub: IExternalViewProviderFactory$Stub() +com.google.android.material.navigation.NavigationView$SavedState: android.os.Parcelable$Creator CREATOR +android.didikee.donate.R$styleable: int MenuGroup_android_menuCategory +androidx.cardview.widget.CardView: void setPreventCornerOverlap(boolean) +cyanogenmod.util.ColorUtils: int dropAlpha(int) +wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_7 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Metric +androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_Dialog +wangdaye.com.geometricweather.R$drawable: int ic_forecast +com.google.android.material.internal.CheckableImageButton: void setPressable(boolean) +com.turingtechnologies.materialscrollbar.R$attr: int layout_anchorGravity +cyanogenmod.app.LiveLockScreenManager: java.lang.String TAG +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_SearchView +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title +com.jaredrummler.android.colorpicker.R$layout: int cpv_dialog_presets +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_31 +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_RatingBar_Small +com.google.android.material.R$attr: int actionModeCloseButtonStyle +okhttp3.ConnectionSpec: java.util.List cipherSuites() +io.reactivex.internal.schedulers.ScheduledRunnable: void setFuture(java.util.concurrent.Future) +com.google.android.material.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionButton +io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode +wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_fontVariationSettings +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType Insert +com.google.android.material.R$style: int TextAppearance_AppCompat_Button +okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.platform.Platform buildIfSupported() +androidx.fragment.R$drawable: int notification_bg_low +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_Snackbar +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeIcePrecipitationProbability() +androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableTransition_android_drawable +cyanogenmod.providers.CMSettings$Secure: java.lang.String PROTECTED_COMPONENT_MANAGERS +wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: void setIconResEnd(int) +com.google.android.material.R$styleable: int AppCompatTheme_actionModeSplitBackground +com.google.android.material.R$styleable: int FontFamilyFont_android_fontVariationSettings +com.jaredrummler.android.colorpicker.R$anim: int abc_slide_out_bottom +com.google.android.material.R$attr: int chipMinHeight +retrofit2.RequestFactory: boolean isMultipart +wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_menu +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowActionModeOverlay +androidx.swiperefreshlayout.R$dimen: int notification_small_icon_size_as_large +com.turingtechnologies.materialscrollbar.R$layout: R$layout() +okhttp3.Cookie$Builder: okhttp3.Cookie$Builder expiresAt(long) +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_summaryOff +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int HAIL +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_textColorHint +cyanogenmod.providers.CMSettings$System: java.lang.String KEY_HOME_DOUBLE_TAP_ACTION +com.google.android.material.slider.RangeSlider: void setThumbRadius(int) +android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem +wangdaye.com.geometricweather.R$styleable: int[] CollapsingToolbarLayout +cyanogenmod.themes.IThemeService$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +com.google.android.material.floatingactionbutton.FloatingActionButton: android.graphics.PorterDuff$Mode getSupportImageTintMode() +com.jaredrummler.android.colorpicker.R$color: int abc_primary_text_material_dark +com.xw.repo.bubbleseekbar.R$id: int time +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_passwordToggleDrawable +androidx.core.R$id: int accessibility_custom_action_4 +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_icon +androidx.appcompat.R$style: int Base_V7_Widget_AppCompat_Toolbar +androidx.constraintlayout.widget.R$attr: int applyMotionScene +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_PSK_WITH_RC4_128_SHA +androidx.fragment.R$drawable: int notification_bg +com.turingtechnologies.materialscrollbar.R$integer: int cancel_button_image_alpha +cyanogenmod.app.LiveLockScreenManager: cyanogenmod.app.LiveLockScreenInfo getDefaultLiveLockScreen() +androidx.constraintlayout.widget.R$styleable: int AlertDialog_android_layout +io.reactivex.internal.observers.LambdaObserver +androidx.appcompat.R$color: int material_grey_50 +androidx.loader.R$drawable: int notification_bg_low +com.google.android.material.R$styleable: int CollapsingToolbarLayout_Layout_layout_collapseMode +wangdaye.com.geometricweather.R$styleable: int PreferenceImageView_android_maxWidth +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title +okio.RealBufferedSource +androidx.constraintlayout.widget.R$id: int top +io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(long,java.util.concurrent.TimeUnit) +com.turingtechnologies.materialscrollbar.R$styleable: int CardView_android_minHeight +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha +com.google.android.material.R$styleable: int[] Snackbar +wangdaye.com.geometricweather.R$id: int widget_trend_daily +com.google.android.material.R$attr: int statusBarForeground +okhttp3.internal.http2.Http2Connection$5 +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: java.lang.String getSummary(android.content.Context,java.util.List) +androidx.appcompat.R$color: int switch_thumb_disabled_material_light +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String treeDescription +androidx.appcompat.R$attr: int windowFixedWidthMajor +androidx.preference.R$id: int action_text +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int PARTLY_CLOUDY_DAY +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver this$0 +cyanogenmod.themes.IThemeService$Stub +com.google.android.material.R$styleable: int AppCompatTheme_windowFixedWidthMajor +wangdaye.com.geometricweather.R$id: int mtrl_calendar_days_of_week +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource MF +retrofit2.Converter$Factory: retrofit2.Converter responseBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) +okio.Buffer: byte[] readByteArray(long) +androidx.work.R$id: int accessibility_custom_action_8 +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ListView +com.google.gson.stream.JsonScope +okhttp3.logging.HttpLoggingInterceptor$Logger$1: HttpLoggingInterceptor$Logger$1() +org.greenrobot.greendao.identityscope.IdentityScopeType: org.greenrobot.greendao.identityscope.IdentityScopeType None +androidx.constraintlayout.widget.R$styleable: int Transform_android_transformPivotX +androidx.appcompat.R$styleable: int FontFamily_fontProviderQuery +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PressureTendency: AccuCurrentResult$PressureTendency() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric Metric +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void removeSome(int) +wangdaye.com.geometricweather.R$attr: int bsb_anim_duration +com.google.android.material.R$attr: int itemMaxLines +androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerView$OnFlingListener getOnFlingListener() +androidx.customview.R$styleable: int[] FontFamilyFont +io.reactivex.internal.subscriptions.SubscriptionHelper: boolean replace(java.util.concurrent.atomic.AtomicReference,org.reactivestreams.Subscription) +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Metric: AccuLocationResult$GeoPosition$Elevation$Metric() +com.google.android.material.R$styleable: int TextInputLayout_endIconTint +com.google.android.material.R$id: int textinput_error +androidx.transition.R$styleable: int FontFamilyFont_ttcIndex +com.google.android.material.textfield.TextInputLayout: com.google.android.material.internal.CheckableImageButton getEndIconView() +wangdaye.com.geometricweather.R$drawable: int notif_temp_132 +androidx.constraintlayout.widget.R$id: int startHorizontal +androidx.viewpager2.R$styleable: int[] FontFamily +wangdaye.com.geometricweather.R$id: int widget_clock_day_todayTemp +james.adaptiveicon.R$styleable: int AppCompatTextView_autoSizePresetSizes +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarSwipeRefreshLayout: FitSystemBarSwipeRefreshLayout(android.content.Context) +cyanogenmod.providers.CMSettings$Secure: java.lang.String PERFORMANCE_PROFILE +android.support.v4.os.ResultReceiver$MyResultReceiver: ResultReceiver$MyResultReceiver(android.support.v4.os.ResultReceiver) +io.reactivex.internal.observers.LambdaObserver: void dispose() +io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: long serialVersionUID +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_TextView_SpinnerItem +com.google.android.material.R$style: int Base_V21_Theme_AppCompat_Light_Dialog +okhttp3.Address: java.net.ProxySelector proxySelector +com.google.gson.LongSerializationPolicy: com.google.gson.LongSerializationPolicy DEFAULT +cyanogenmod.app.Profile$TriggerState: Profile$TriggerState() +com.google.android.material.R$drawable: int btn_checkbox_checked_mtrl +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_TabBar +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircleView: CircleView(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$styleable: int[] Motion +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_2 +com.google.android.material.R$attr: int paddingTopNoTitle +cyanogenmod.app.CMStatusBarManager: cyanogenmod.app.ICMStatusBarManager sService +com.jaredrummler.android.colorpicker.R$style: int Platform_V21_AppCompat_Light +com.google.android.material.R$string: int mtrl_picker_range_header_selected +retrofit2.OkHttpCall$1: retrofit2.OkHttpCall this$0 +androidx.work.R$styleable: R$styleable() +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$color: int design_box_stroke_color +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Medium_Inverse +cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: void registerListener(cyanogenmod.app.ICustomTileListener,android.content.ComponentName,int) +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: int bufferSize +com.google.android.material.R$layout: int test_design_checkbox +com.xw.repo.bubbleseekbar.R$attr: int submitBackground +wangdaye.com.geometricweather.R$id: int search_edit_frame +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeSplitBackground +androidx.dynamicanimation.R$id: int normal +wangdaye.com.geometricweather.R$dimen: int mtrl_tooltip_minWidth +cyanogenmod.app.LiveLockScreenInfo: java.lang.String toString() +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.internal.fuseable.SimpleQueue queue +com.bumptech.glide.R$style: int TextAppearance_Compat_Notification_Info +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial +androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_fontVariationSettings +okhttp3.internal.http2.Http2Stream$FramingSink: okio.Timeout timeout() +com.turingtechnologies.materialscrollbar.R$color: int dim_foreground_disabled_material_light +okhttp3.internal.tls.CertificateChainCleaner: okhttp3.internal.tls.CertificateChainCleaner get(javax.net.ssl.X509TrustManager) +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_PopupMenu_ContextMenu +com.google.android.material.R$styleable: int Layout_layout_constraintLeft_creator +androidx.preference.R$id: int action_menu_presenter +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableEndCompat +cyanogenmod.app.CustomTile: int icon +com.google.android.material.R$dimen: int abc_seekbar_track_background_height_material +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric Metric +wangdaye.com.geometricweather.R$string: int wind_10 +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA +okhttp3.internal.http2.Huffman: void buildTree() +android.support.v4.os.ResultReceiver$1: java.lang.Object createFromParcel(android.os.Parcel) +androidx.work.ListenableWorker +androidx.work.R$dimen: int compat_notification_large_icon_max_height +cyanogenmod.app.IProfileManager$Stub$Proxy: android.os.IBinder mRemote +wangdaye.com.geometricweather.R$string: int live +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.R$attr: int telltales_velocityMode +com.turingtechnologies.materialscrollbar.R$styleable: int RecycleListView_paddingBottomNoButtons +okhttp3.internal.http.HttpDate: long MAX_DATE +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_passwordToggleContentDescription +androidx.recyclerview.R$id: int tag_accessibility_heading +com.google.android.material.R$dimen: int abc_search_view_preferred_width +wangdaye.com.geometricweather.R$attr: int round +com.jaredrummler.android.colorpicker.R$attr: int titleMarginEnd +com.google.android.material.floatingactionbutton.FloatingActionButton: void setHideMotionSpecResource(int) +james.adaptiveicon.R$styleable: int ActionMode_titleTextStyle +androidx.appcompat.widget.SwitchCompat: int getCompoundPaddingLeft() +james.adaptiveicon.R$dimen: int compat_button_inset_vertical_material +wangdaye.com.geometricweather.R$id: int titleDividerNoCustom +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_verticalStyle +androidx.drawerlayout.R$style: int TextAppearance_Compat_Notification_Line2 +com.turingtechnologies.materialscrollbar.R$attr: int checkedIconVisible +wangdaye.com.geometricweather.R$attr: int fontProviderQuery +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_CollapsingToolbar +com.google.android.material.R$styleable: int CustomAttribute_customFloatValue +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_TabView +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property UvLevel +androidx.appcompat.view.menu.ListMenuItemView: void setChecked(boolean) +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: void request(long) +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_hoveredFocusedTranslationZ +com.google.android.material.tabs.TabLayout: void setOnTabSelectedListener(com.google.android.material.tabs.TabLayout$BaseOnTabSelectedListener) +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_skipCollapsed +androidx.constraintlayout.widget.R$attr: int layout_goneMarginRight +androidx.constraintlayout.widget.R$layout: int abc_list_menu_item_icon +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Speed +cyanogenmod.weather.WeatherInfo$Builder: boolean isValidTempUnit(int) +com.turingtechnologies.materialscrollbar.AlphabetIndicator +okhttp3.internal.http.RealResponseBody: long contentLength +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode +cyanogenmod.app.PartnerInterface: boolean setZenModeWithDuration(int,long) +androidx.appcompat.R$attr: int popupTheme +cyanogenmod.content.Intent +okhttp3.CertificatePinner$Pin: java.lang.String pattern +androidx.appcompat.R$attr: int voiceIcon +wangdaye.com.geometricweather.R$attr: int actionMenuTextAppearance +androidx.work.R$id: int accessibility_custom_action_9 +com.turingtechnologies.materialscrollbar.R$drawable: int abc_menu_hardkey_panel_mtrl_mult +com.google.android.material.R$dimen: int design_snackbar_action_text_color_alpha +org.greenrobot.greendao.AbstractDao: void updateInTx(java.lang.Object[]) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean() +com.jaredrummler.android.colorpicker.R$id: int gridView +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_goneMarginBottom +io.reactivex.internal.disposables.EmptyDisposable: boolean isDisposed() +wangdaye.com.geometricweather.db.entities.WeatherEntity: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree getWindDegree() +wangdaye.com.geometricweather.R$styleable: int Insets_paddingRightSystemWindowInsets +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_28 +android.didikee.donate.R$color: int material_grey_600 +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionBar_TabView +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub +com.google.android.material.R$styleable: int Constraint_android_translationZ +wangdaye.com.geometricweather.R$string: int settings_summary_background_free_on androidx.appcompat.R$styleable: int CompoundButton_android_button -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getShortTemperature(android.content.Context,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) -wangdaye.com.geometricweather.R$id: int center_vertical -androidx.dynamicanimation.R$dimen: int notification_main_column_padding_top -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: int sourceColor -wangdaye.com.geometricweather.R$styleable: int State_constraints -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_borderlessButtonStyle -com.google.android.material.R$styleable: int[] Variant -okio.RealBufferedSink: long writeAll(okio.Source) -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: boolean isDisposed() -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_overflow_padding_end_material -com.google.android.material.R$styleable: int TabLayout_tabTextAppearance -android.didikee.donate.R$drawable: int abc_ratingbar_small_material -androidx.appcompat.R$string: int abc_search_hint -wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerFamilyBottomRight -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse -wangdaye.com.geometricweather.R$styleable: int MaterialToolbar_navigationIconColor -com.google.android.material.R$attr: int queryBackground -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: java.util.concurrent.Callable bufferSupplier -androidx.appcompat.resources.R$attr -androidx.constraintlayout.helper.widget.Flow: void setFirstHorizontalBias(float) -android.didikee.donate.R$style: int ThemeOverlay_AppCompat_Dialog -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.lang.Integer freezingHazard -com.bumptech.glide.R$styleable: int[] CoordinatorLayout_Layout -retrofit2.RequestFactory$Builder: boolean gotUrl -retrofit2.RequestFactory: okhttp3.MediaType contentType -android.didikee.donate.R$drawable: int abc_popup_background_mtrl_mult -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getShortTemperature(android.content.Context,java.lang.Integer,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) -com.turingtechnologies.materialscrollbar.R$styleable: int[] AppCompatSeekBar -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer windChillTemperature -androidx.constraintlayout.widget.R$styleable: int OnSwipe_touchAnchorSide -androidx.viewpager.R$id: int icon_group -com.google.gson.stream.JsonReader: int PEEKED_UNQUOTED_NAME -cyanogenmod.providers.CMSettings$Global: java.lang.String getString(android.content.ContentResolver,java.lang.String) -com.google.android.material.R$attr: int voiceIcon -wangdaye.com.geometricweather.R$style: int widget_week_icon -androidx.hilt.R$id: int accessibility_custom_action_1 -com.xw.repo.bubbleseekbar.R$color: int tooltip_background_light -com.google.android.material.R$attr: int counterOverflowTextAppearance -com.xw.repo.bubbleseekbar.R$dimen: int abc_select_dialog_padding_start_material -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_elevation -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Geometry -androidx.appcompat.widget.AppCompatButton: void setBackgroundResource(int) -io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: long serialVersionUID -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_drawableEnd -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void complete() -androidx.appcompat.R$dimen: int notification_content_margin_start -james.adaptiveicon.R$dimen: int abc_button_inset_horizontal_material -androidx.hilt.R$styleable: int FontFamily_fontProviderPackage -james.adaptiveicon.R$styleable: int[] ActionMode -androidx.constraintlayout.widget.R$attr: int region_widthMoreThan -com.google.android.material.R$styleable: int GradientColor_android_endY -androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_android_fontStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX -androidx.constraintlayout.motion.widget.MotionHelper -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_subtitle_top_margin_material -android.didikee.donate.R$attr: int toolbarNavigationButtonStyle -androidx.recyclerview.R$dimen -com.turingtechnologies.materialscrollbar.R$color: int mtrl_scrim_color -cyanogenmod.weatherservice.IWeatherProviderService: void cancelOngoingRequests() -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_DarkActionBar_Bridge -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken NUMBER -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorAccent -com.google.gson.LongSerializationPolicy$2: LongSerializationPolicy$2(java.lang.String,int) -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleMargins -cyanogenmod.hardware.ICMHardwareService: java.lang.String getLtoSource() -okhttp3.internal.http2.Huffman: int encodedLength(okio.ByteString) -cyanogenmod.app.CustomTileListenerService: void onListenerConnected() -androidx.constraintlayout.widget.R$styleable: int[] AnimatedStateListDrawableCompat -wangdaye.com.geometricweather.settings.dialogs.TimeSetterDialog: TimeSetterDialog() -androidx.coordinatorlayout.R$style: int TextAppearance_Compat_Notification -androidx.lifecycle.extensions.R$styleable: int GradientColor_android_gradientRadius -com.xw.repo.bubbleseekbar.R$string: int abc_action_mode_done -james.adaptiveicon.R$layout: int select_dialog_multichoice_material -okio.GzipSource: int section -com.google.android.material.R$attr: int waveVariesBy -com.xw.repo.bubbleseekbar.R$color: int material_grey_800 -androidx.appcompat.R$color: int tooltip_background_dark -com.google.android.material.R$color: int primary_text_disabled_material_light -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_tooltipFrameBackground -android.didikee.donate.R$attr: int multiChoiceItemLayout -com.google.android.material.chip.ChipGroup: void setSingleSelection(int) -com.google.android.material.R$dimen: int abc_text_size_body_2_material -wangdaye.com.geometricweather.db.entities.DailyEntity: void setId(java.lang.Long) -cyanogenmod.app.IProfileManager: boolean setActiveProfile(android.os.ParcelUuid) -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: long serialVersionUID -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr -androidx.core.R$layout: int notification_action_tombstone -cyanogenmod.weather.CMWeatherManager$2: cyanogenmod.weather.CMWeatherManager this$0 -android.didikee.donate.R$styleable: int AppCompatTheme_dividerVertical +androidx.preference.R$attr: int searchIcon +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Metric: AccuCurrentResult$Precip1hr$Metric() +james.adaptiveicon.R$styleable: int SearchView_android_inputType +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WeatherCode +android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall +retrofit2.KotlinExtensions: java.lang.Object create(retrofit2.Retrofit) +androidx.constraintlayout.widget.R$anim: int abc_popup_enter +android.didikee.donate.R$style: int TextAppearance_AppCompat_Body2 +androidx.viewpager.R$id: int info +com.google.android.material.textfield.TextInputLayout: float getBoxCornerRadiusTopStart() +com.jaredrummler.android.colorpicker.R$attr: int dropdownPreferenceStyle +cyanogenmod.weather.WeatherInfo: double access$1302(cyanogenmod.weather.WeatherInfo,double) +cyanogenmod.weather.WeatherInfo$Builder: double mTodaysHighTemp +cyanogenmod.hardware.CMHardwareManager: boolean writePersistentInt(java.lang.String,int) +androidx.loader.R$style: int TextAppearance_Compat_Notification_Line2 +com.google.android.material.appbar.AppBarLayout: int getUpNestedPreScrollRange() +com.xw.repo.bubbleseekbar.R$drawable: int abc_list_selector_disabled_holo_light +androidx.viewpager.widget.PagerTabStrip: void setBackgroundDrawable(android.graphics.drawable.Drawable) +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_Snackbar_Message +okhttp3.OkHttpClient$Builder: okhttp3.Cache cache +androidx.viewpager2.R$attr: int font +io.reactivex.Observable: io.reactivex.Observable distinctUntilChanged(io.reactivex.functions.Function) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_ratingBarStyleSmall +cyanogenmod.themes.ThemeChangeRequest$1: java.lang.Object[] newArray(int) +james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem +wangdaye.com.geometricweather.R$id: int widget_day_week_card +com.xw.repo.bubbleseekbar.R$color: R$color() +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setProgress(float) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle +com.google.android.material.R$drawable: int material_ic_menu_arrow_down_black_24dp +com.google.android.material.R$id: int mtrl_calendar_year_selector_frame androidx.appcompat.R$id: int contentPanel -androidx.constraintlayout.helper.widget.Flow: void setVerticalStyle(int) -androidx.preference.R$attr: int windowMinWidthMinor -wangdaye.com.geometricweather.R$styleable: int ArcProgress_max -com.google.android.material.R$styleable: int AppCompatTheme_windowFixedWidthMinor -com.bumptech.glide.integration.okhttp.R$string -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String getShortDescription() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_checkboxStyle -wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit -androidx.preference.R$styleable: int AppCompatTheme_borderlessButtonStyle -com.xw.repo.bubbleseekbar.R$color: int abc_tint_edittext -com.google.android.material.R$styleable: int[] ConstraintLayout_Layout -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void onComplete() -androidx.constraintlayout.widget.R$dimen: int abc_dialog_min_width_minor -com.google.gson.stream.JsonReader: char readEscapeCharacter() -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$NameValueCache sNameValueCache -com.google.android.material.R$id: int tag_accessibility_clickable_spans -com.google.android.material.R$styleable: int MaterialCalendarItem_itemTextColor -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -androidx.constraintlayout.widget.R$attr: int colorBackgroundFloating -io.reactivex.exceptions.CompositeException -io.reactivex.Observable: io.reactivex.Observable sample(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean) -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionBar_TabView -androidx.preference.R$attr: int actionBarItemBackground -io.reactivex.internal.util.NotificationLite: boolean isError(java.lang.Object) -androidx.customview.R$drawable: int notification_bg_normal_pressed -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listDividerAlertDialog -androidx.preference.R$style: int Widget_Compat_NotificationActionContainer -com.turingtechnologies.materialscrollbar.R$style: int Theme_Design_BottomSheetDialog -io.reactivex.Observable: io.reactivex.Observable mergeDelayError(io.reactivex.ObservableSource,io.reactivex.ObservableSource) -retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder callFactory(okhttp3.Call$Factory) -com.google.android.material.R$interpolator: int mtrl_fast_out_linear_in -androidx.fragment.R$id: int italic -cyanogenmod.hardware.CMHardwareManager: int VIBRATOR_INTENSITY_INDEX -com.turingtechnologies.materialscrollbar.R$id: int info -android.didikee.donate.R$dimen: int notification_large_icon_height -wangdaye.com.geometricweather.R$attr: int itemIconTint -androidx.hilt.work.R$id: int accessibility_custom_action_13 -wangdaye.com.geometricweather.db.entities.LocationEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.LocationEntity) -wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_itemStrokeWidth -com.jaredrummler.android.colorpicker.R$attr: int textAppearanceSmallPopupMenu -com.google.android.material.R$attr: int mock_showLabel -com.turingtechnologies.materialscrollbar.R$integer: int hide_password_duration -com.google.android.material.R$styleable: int Constraint_layout_constraintLeft_creator -james.adaptiveicon.R$dimen: int highlight_alpha_material_light -androidx.preference.R$attr: int drawableLeftCompat -retrofit2.Retrofit: boolean validateEagerly -cyanogenmod.app.ProfileGroup$1: java.lang.Object[] newArray(int) -wangdaye.com.geometricweather.R$color: int abc_decor_view_status_guard_light -wangdaye.com.geometricweather.R$attr: int listChoiceIndicatorMultipleAnimated -androidx.appcompat.R$id: int home -androidx.coordinatorlayout.R$drawable: int notify_panel_notification_icon_bg -cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.RequestInfo$Builder setCityName(java.lang.String) -androidx.fragment.app.Fragment -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorError -okhttp3.internal.io.FileSystem$1: okio.Sink appendingSink(java.io.File) -com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawable_android_dither -wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: int getChartBottom() -com.google.android.material.R$string: int abc_toolbar_collapse_description -com.jaredrummler.android.colorpicker.R$styleable: int CheckBoxPreference_summaryOn -com.jaredrummler.android.colorpicker.R$styleable: int ColorPanelView_cpv_borderColor -androidx.lifecycle.LiveData$ObserverWrapper: void detachObserver() -okio.Buffer$UnsafeCursor: int seek(long) -com.google.android.material.R$id: int buttonPanel -androidx.dynamicanimation.R$styleable: int ColorStateListItem_android_alpha -wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: void setOnPageSwipeListener(wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout$OnPagerSwipeListener) -androidx.preference.R$styleable: int ActionBar_indeterminateProgressStyle -androidx.lifecycle.SavedStateHandleController: boolean isAttached() -wangdaye.com.geometricweather.R$layout: int design_menu_item_action_area -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Bridge -wangdaye.com.geometricweather.R$layout: int test_design_checkbox -wangdaye.com.geometricweather.R$string: int mtrl_picker_cancel -com.google.android.material.R$attr: int itemBackground -androidx.recyclerview.R$attr: int fontProviderFetchStrategy -com.jaredrummler.android.colorpicker.R$attr: int cpv_borderColor -wangdaye.com.geometricweather.R$dimen: int mtrl_fab_translation_z_pressed -androidx.constraintlayout.widget.R$dimen: int notification_action_text_size -androidx.swiperefreshlayout.R$drawable: int notification_template_icon_low_bg -androidx.preference.R$id: int search_voice_btn -androidx.constraintlayout.widget.R$attr: int windowFixedHeightMinor -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getPm25() -cyanogenmod.app.LiveLockScreenInfo$Builder: cyanogenmod.app.LiveLockScreenInfo$Builder setComponent(android.content.ComponentName) -androidx.preference.R$styleable: int[] Preference -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_ASSIST_ACTION_VALIDATOR -james.adaptiveicon.R$style: int Widget_AppCompat_Button_Small -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_firstVerticalBias -okhttp3.internal.http.RequestLine: boolean includeAuthorityInRequestLine(okhttp3.Request,java.net.Proxy$Type) -cyanogenmod.externalviews.KeyguardExternalView$5 -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: int Severity -androidx.constraintlayout.widget.R$styleable: int KeyPosition_pathMotionArc -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr Precip1hr -wangdaye.com.geometricweather.R$id: int action_bar_container -io.reactivex.observers.TestObserver$EmptyObserver: io.reactivex.observers.TestObserver$EmptyObserver INSTANCE -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: io.reactivex.Observer downstream -wangdaye.com.geometricweather.R$drawable: int notif_temp_39 -retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$2: java.lang.Object invoke(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionButton -okio.Util: void checkOffsetAndCount(long,long,long) -wangdaye.com.geometricweather.R$layout: int container_circular_sky_view -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_29 -androidx.appcompat.R$attr: int theme -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary -com.google.android.material.R$attr: int drawableTintMode -wangdaye.com.geometricweather.common.basic.models.weather.Base: java.util.Date publishDate -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getTempMax() -androidx.hilt.work.R$dimen: int notification_main_column_padding_top -wangdaye.com.geometricweather.R$styleable: int MaterialRadioButton_useMaterialThemeColors -wangdaye.com.geometricweather.R$styleable: int CardView_cardMaxElevation -androidx.constraintlayout.utils.widget.ImageFilterView: void setWarmth(float) -com.google.android.material.R$styleable: int KeyCycle_framePosition -androidx.appcompat.R$styleable: int AppCompatSeekBar_tickMark -androidx.constraintlayout.widget.R$attr: int voiceIcon -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_Alert -james.adaptiveicon.R$anim: R$anim() -androidx.recyclerview.R$id: int accessibility_custom_action_0 -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: io.reactivex.functions.Function bufferClose -io.reactivex.internal.schedulers.ScheduledRunnable: void run() -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xnw -com.xw.repo.bubbleseekbar.R$id: int icon -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_TabBar -androidx.preference.R$dimen: int abc_action_bar_subtitle_top_margin_material -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial Imperial -okio.Sink: okio.Timeout timeout() -androidx.loader.R$styleable: int FontFamily_fontProviderQuery -okio.ByteString: okio.ByteString read(java.io.InputStream,int) -androidx.preference.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon -com.google.android.material.R$attr: int seekBarStyle -wangdaye.com.geometricweather.R$color: int abc_primary_text_disable_only_material_light -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property CityId -com.google.android.material.R$styleable: int NavigationView_itemBackground -okhttp3.HttpUrl: java.lang.String QUERY_COMPONENT_ENCODE_SET -okhttp3.internal.http2.Settings: int getInitialWindowSize() -wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_handleColor -com.google.android.material.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionBar_TabView -wangdaye.com.geometricweather.R$string: int key_item_animation_switch -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) -androidx.constraintlayout.widget.R$attr: int textAppearanceSmallPopupMenu -okhttp3.Request: okhttp3.RequestBody body() -okio.HashingSource: okio.HashingSource hmacSha1(okio.Source,okio.ByteString) -wangdaye.com.geometricweather.R$styleable: int ScrollingViewBehavior_Layout_behavior_overlapTop -androidx.preference.R$styleable: int BackgroundStyle_android_selectableItemBackground -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit IN -cyanogenmod.themes.ThemeManager: ThemeManager(android.content.Context) -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipStrokeColor -androidx.constraintlayout.widget.R$attr: int triggerReceiver -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: java.lang.String Link -androidx.appcompat.widget.Toolbar: void setNavigationOnClickListener(android.view.View$OnClickListener) -okhttp3.internal.http.CallServerInterceptor$CountingSink: void write(okio.Buffer,long) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: void setValue(java.lang.String) -com.xw.repo.bubbleseekbar.R$attr: int trackTintMode -com.google.android.material.R$styleable: int Transform_android_transformPivotY -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$LocalSource: int Id -com.google.android.material.R$styleable: int SearchView_searchIcon -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode[] values() -com.jaredrummler.android.colorpicker.R$attr: int fontProviderAuthority -com.google.android.material.internal.NavigationMenuItemView: androidx.appcompat.view.menu.MenuItemImpl getItemData() -wangdaye.com.geometricweather.R$id: int dialog_running_in_background_setBtn -com.google.android.material.R$styleable: int FontFamilyFont_android_ttcIndex -android.didikee.donate.R$drawable: int abc_list_selector_holo_dark -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse -androidx.appcompat.R$attr: int actionBarTabBarStyle -wangdaye.com.geometricweather.R$drawable: int notif_temp_86 -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Imperial -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Headline -okhttp3.internal.ws.RealWebSocket -androidx.activity.R$style: int Widget_Compat_NotificationActionText -android.didikee.donate.R$drawable: int abc_scrubber_primary_mtrl_alpha -wangdaye.com.geometricweather.R$dimen: int abc_dialog_corner_radius_material -com.google.android.material.R$attr: int cornerSizeTopRight -wangdaye.com.geometricweather.R$styleable: int Chip_chipIcon -com.google.android.material.R$id: int asConfigured -wangdaye.com.geometricweather.R$layout: int widget_day_week_rectangle -com.google.android.material.R$attr: int progressBarPadding -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.WeatherIconControlView: void setOnWeatherIconChangingListener(wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.WeatherIconControlView$OnWeatherIconChangingListener) -okhttp3.HttpUrl: java.lang.String scheme() -androidx.work.NetworkType: androidx.work.NetworkType CONNECTED -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ProgressIndicator_Linear_Determinate -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintDimensionRatio -cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy: boolean handles(android.content.Intent) -android.didikee.donate.R$attr: int textAppearanceSearchResultSubtitle -com.google.android.material.R$styleable: int Constraint_layout_editor_absoluteY -androidx.constraintlayout.widget.R$styleable: int AlertDialog_listLayout -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_15 -com.xw.repo.bubbleseekbar.R$dimen: int hint_alpha_material_dark -androidx.appcompat.R$id: int right_side -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String cityId -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge -com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_startX -androidx.appcompat.R$styleable: int AppCompatTheme_popupWindowStyle -okhttp3.internal.Util$2: boolean val$daemon -james.adaptiveicon.R$dimen: int abc_dialog_padding_material -cyanogenmod.weather.WeatherInfo$Builder: boolean isValidTempUnit(int) -com.jaredrummler.android.colorpicker.R$styleable: int[] ListPreference -wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_item_min_width -com.jaredrummler.android.colorpicker.R$attr: int lastBaselineToBottomHeight -com.google.android.material.card.MaterialCardView: void setDragged(boolean) -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: boolean isDisposed() -cyanogenmod.os.Build$CM_VERSION_CODES: int APRICOT -androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_android_fontWeight -androidx.appcompat.R$styleable: int DrawerArrowToggle_barLength -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind -androidx.coordinatorlayout.R$dimen: int notification_right_icon_size -okhttp3.internal.cache.DiskLruCache: void validateKey(java.lang.String) -androidx.appcompat.R$styleable: int AppCompatTheme_actionBarSize -wangdaye.com.geometricweather.R$styleable: int DialogPreference_negativeButtonText -com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents_Light_Dialog -com.google.android.material.R$attr: int itemTextColor -okio.Timeout$1 -retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback: void onResponse(retrofit2.Call,retrofit2.Response) -cyanogenmod.app.BaseLiveLockManagerService: android.os.IBinder asBinder() -androidx.viewpager2.R$id: int accessibility_custom_action_22 -okhttp3.Challenge: java.util.Map authParams() -wangdaye.com.geometricweather.db.entities.DaoMaster: DaoMaster(android.database.sqlite.SQLiteDatabase) -com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawable_android_enterFadeDuration -com.google.android.material.R$styleable: int[] ViewPager2 -james.adaptiveicon.R$id: int home -wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout -okhttp3.internal.http2.Http2Connection: void shutdown(okhttp3.internal.http2.ErrorCode) -com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_selector_holo_dark -io.reactivex.Observable: io.reactivex.Observable startWithArray(java.lang.Object[]) -androidx.dynamicanimation.R$styleable: int ColorStateListItem_alpha -androidx.constraintlayout.motion.widget.MotionHelper: void setProgress(float) -com.turingtechnologies.materialscrollbar.R$drawable: int tooltip_frame_dark -okhttp3.internal.ws.WebSocketReader: boolean isControlFrame -com.google.android.material.R$id: int scrollView -cyanogenmod.providers.ThemesContract$ThemesColumns$InstallState: ThemesContract$ThemesColumns$InstallState() -com.google.android.material.button.MaterialButton: int getCornerRadius() -com.google.gson.internal.LinkedTreeMap: int size -androidx.hilt.R$layout: int notification_template_part_chronometer -okhttp3.internal.ws.RealWebSocket: java.util.ArrayDeque messageAndCloseQueue -com.xw.repo.bubbleseekbar.R$dimen: int tooltip_precise_anchor_threshold -cyanogenmod.app.ICustomTileListener$Stub$Proxy: ICustomTileListener$Stub$Proxy(android.os.IBinder) -wangdaye.com.geometricweather.R$drawable: int weather_sleet_mini_xml -wangdaye.com.geometricweather.R$string: int feedback_request_location_permission_success -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableTopCompat -wangdaye.com.geometricweather.R$color: int colorRipple -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_padding_top -com.google.android.material.R$attr: int fastScrollHorizontalTrackDrawable -wangdaye.com.geometricweather.db.entities.HistoryEntity: void setNighttimeTemperature(int) -androidx.constraintlayout.widget.R$styleable: int MotionLayout_motionDebug -androidx.preference.R$string: int abc_capital_off -cyanogenmod.profiles.ConnectionSettings: java.lang.String ACTION_MODIFY_NETWORK_MODE -james.adaptiveicon.R$styleable: int AppCompatTheme_dialogTheme -androidx.constraintlayout.widget.R$styleable: int ImageFilterView_contrast -wangdaye.com.geometricweather.R$attr: int triggerSlack -org.greenrobot.greendao.AbstractDao: long insertOrReplace(java.lang.Object) -okhttp3.internal.platform.Android10Platform: okhttp3.internal.platform.Platform buildIfSupported() -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_textinput_box_stroke_width_default -com.google.android.material.R$id: int search_voice_btn -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_scaleY -com.google.android.material.R$styleable: int[] Spinner -io.reactivex.internal.util.ArrayListSupplier: java.util.List apply(java.lang.Object) -androidx.appcompat.R$drawable: int abc_list_longpressed_holo -androidx.constraintlayout.widget.R$styleable: int AppCompatSeekBar_tickMark -cyanogenmod.weather.RequestInfo$1: cyanogenmod.weather.RequestInfo[] newArray(int) -james.adaptiveicon.R$drawable: int abc_text_select_handle_left_mtrl_dark -retrofit2.ParameterHandler$Query: ParameterHandler$Query(java.lang.String,retrofit2.Converter,boolean) -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_counterOverflowTextAppearance -com.xw.repo.bubbleseekbar.R$dimen: int notification_top_pad_large_text -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cp -cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: android.os.IBinder mRemote -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ImageButton -android.didikee.donate.R$styleable: int AlertDialog_buttonPanelSideLayout -androidx.appcompat.R$attr: int buttonBarNegativeButtonStyle -com.google.android.material.R$styleable: int AppCompatTheme_dividerHorizontal -com.google.android.material.R$styleable: int BottomAppBar_paddingBottomSystemWindowInsets -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_translationY -cyanogenmod.weather.WeatherInfo: int getWindSpeedUnit() -androidx.viewpager.widget.ViewPager: androidx.viewpager.widget.PagerAdapter getAdapter() -com.xw.repo.bubbleseekbar.R$style: int Platform_ThemeOverlay_AppCompat -androidx.vectordrawable.R$id: int accessibility_custom_action_27 -androidx.hilt.work.R$style: int TextAppearance_Compat_Notification -androidx.appcompat.R$attr: int autoSizePresetSizes -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.identityscope.IdentityScopeLong identityScopeLong -okio.Okio$2: java.lang.String toString() -com.jaredrummler.android.colorpicker.R$dimen: int fastscroll_default_thickness -cyanogenmod.app.LiveLockScreenManager: cyanogenmod.app.LiveLockScreenManager sInstance -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SCATTERED_SHOWERS -wangdaye.com.geometricweather.R$id: int widget_remote_drawable -wangdaye.com.geometricweather.R$attr: int attributeName -retrofit2.Response: retrofit2.Response error(okhttp3.ResponseBody,okhttp3.Response) -androidx.coordinatorlayout.R$styleable: int GradientColor_android_gradientRadius -android.didikee.donate.R$style: int Theme_AppCompat_Light_NoActionBar -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_4 -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeIcePrecipitation(java.lang.Float) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Imperial Imperial -com.xw.repo.bubbleseekbar.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 -james.adaptiveicon.R$styleable: int SwitchCompat_trackTint -wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: int getBackgroundColorStart() -wangdaye.com.geometricweather.R$animator: int mtrl_extended_fab_hide_motion_spec -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum: AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum() -androidx.preference.R$attr: int buttonBarNegativeButtonStyle -androidx.appcompat.R$style: int TextAppearance_Compat_Notification_Line2 -com.xw.repo.bubbleseekbar.R$layout: int select_dialog_multichoice_material -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_3 -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.util.List DataSets -androidx.constraintlayout.widget.R$color: int button_material_light -com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getStartIconContentDescription() -androidx.fragment.R$anim: int fragment_fade_enter -okhttp3.internal.ws.RealWebSocket: long queueSize -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorButtonNormal -com.google.android.material.R$drawable: int navigation_empty_icon -androidx.appcompat.R$styleable: int Toolbar_collapseContentDescription -androidx.vectordrawable.R$id: int accessibility_custom_action_19 -androidx.constraintlayout.widget.R$attr: int duration -androidx.preference.R$styleable: int GradientColor_android_endX -com.google.android.material.R$color: int switch_thumb_disabled_material_light -okhttp3.RequestBody: okhttp3.RequestBody create(okhttp3.MediaType,byte[],int,int) -wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status: wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status[] values() -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_elevation -io.reactivex.internal.util.NotificationLite: java.lang.String toString() -wangdaye.com.geometricweather.R$id: int container_main_first_card_header_localTimeText -com.jaredrummler.android.colorpicker.R$string: int expand_button_title -androidx.constraintlayout.widget.R$attr: int navigationContentDescription -androidx.appcompat.widget.Toolbar: int getTitleMarginTop() -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ListPopupWindow -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String Type -androidx.fragment.R$id: int notification_main_column_container -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView: DoubleHistogramView(android.content.Context) -cyanogenmod.providers.CMSettings$System: boolean isLegacySetting(java.lang.String) -com.google.android.material.R$styleable: int Toolbar_contentInsetEnd -com.github.rahatarmanahmed.cpv.CircularProgressView$2: CircularProgressView$2(com.github.rahatarmanahmed.cpv.CircularProgressView,float) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionDropDownStyle -android.didikee.donate.R$drawable: int abc_list_selector_background_transition_holo_dark -wangdaye.com.geometricweather.R$attr: int passwordToggleTintMode -com.google.android.material.chip.Chip: android.content.res.ColorStateList getChipBackgroundColor() -com.google.android.material.R$attr: int defaultDuration -androidx.appcompat.R$attr: int windowActionBarOverlay -androidx.appcompat.widget.AppCompatTextView: AppCompatTextView(android.content.Context,android.util.AttributeSet) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_Solid -androidx.preference.R$styleable: int PreferenceFragment_allowDividerAfterLastItem -androidx.recyclerview.widget.RecyclerView$LayoutManager$Properties: RecyclerView$LayoutManager$Properties() -cyanogenmod.util.ColorUtils: ColorUtils() -okhttp3.internal.cache.DiskLruCache: void checkNotClosed() -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.util.Map rights -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_menu_share_mtrl_alpha -com.google.android.material.R$id: int textinput_helper_text -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWeatherCode(wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode) -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintWidth_min -androidx.constraintlayout.widget.R$attr: int tintMode -androidx.constraintlayout.widget.R$styleable: int Constraint_android_transformPivotY -wangdaye.com.geometricweather.R$id: int seekbar_value -androidx.constraintlayout.widget.R$styleable: int Toolbar_android_gravity -androidx.lifecycle.extensions.R$attr: int fontStyle -com.bumptech.glide.integration.okhttp.R$dimen: int compat_button_padding_vertical_material -okio.Buffer: boolean isOpen() -androidx.appcompat.R$styleable: int AppCompatTheme_homeAsUpIndicator -okhttp3.internal.Util: boolean verifyAsIpAddress(java.lang.String) -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_AutoCompleteTextView -com.google.android.material.R$styleable: int[] AppCompatTextHelper -james.adaptiveicon.R$styleable: int AppCompatTheme_controlBackground -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIndicatorGravity -android.didikee.donate.R$integer: R$integer() -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: java.lang.String getUnitId() -androidx.hilt.work.R$id: int accessibility_custom_action_17 -androidx.dynamicanimation.R$dimen: int notification_top_pad -com.google.android.material.chip.Chip: void setRippleColor(android.content.res.ColorStateList) -androidx.constraintlayout.widget.R$layout: int abc_dialog_title_material -androidx.constraintlayout.widget.R$color: int androidx_core_ripple_material_light -com.google.android.material.R$id: int startVertical -androidx.appcompat.widget.ActionBarOverlayLayout: int getNestedScrollAxes() -androidx.core.R$id: int actions -androidx.swiperefreshlayout.R$dimen: int notification_right_side_padding_top -androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_drawableTop -cyanogenmod.app.LiveLockScreenInfo: java.lang.Object clone() -androidx.appcompat.widget.Toolbar: android.content.Context getPopupContext() -android.didikee.donate.R$style: int Animation_AppCompat_Dialog -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeThunderstormPrecipitationProbability -james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Chip_Entry -com.google.android.material.R$styleable: int AppCompatTextHelper_android_drawableTop -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWetBulbTemperature -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Display2 -com.google.android.material.R$string: int mtrl_picker_cancel -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: long serialVersionUID -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintVertical_chainStyle -wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider -androidx.constraintlayout.widget.R$attr: int transitionPathRotate -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.preference.R$styleable: int View_android_theme -androidx.work.WorkInfo$State: androidx.work.WorkInfo$State[] values() -androidx.lifecycle.extensions.R$id: int action_image -retrofit2.adapter.rxjava2.CallEnqueueObservable: CallEnqueueObservable(retrofit2.Call) -androidx.transition.R$attr -androidx.lifecycle.extensions.R$dimen: int notification_content_margin_start -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setBackgroundDrawable(android.graphics.drawable.Drawable) -androidx.appcompat.widget.ButtonBarLayout: void setStacked(boolean) -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.String name -wangdaye.com.geometricweather.R$id: int snackbar_action -wangdaye.com.geometricweather.R$attr: int errorContentDescription -com.jaredrummler.android.colorpicker.R$attr: int listPopupWindowStyle -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter close(int,int,java.lang.String) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Metric -wangdaye.com.geometricweather.R$drawable: int weather_rain_mini_light -androidx.drawerlayout.R$style: int TextAppearance_Compat_Notification_Time -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircularSkyWeatherView: int getHeaderHeight() -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Compat_Notification_Line2 -okhttp3.Callback: void onFailure(okhttp3.Call,java.io.IOException) -com.google.android.material.R$id: int contentPanel +com.xw.repo.bubbleseekbar.R$drawable: int abc_list_selector_background_transition_holo_light +androidx.core.R$styleable: int GradientColorItem_android_color +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void drainLoop() +android.didikee.donate.R$dimen: int notification_top_pad_large_text +com.google.gson.LongSerializationPolicy$1: com.google.gson.JsonElement serialize(java.lang.Long) +com.google.android.material.timepicker.ChipTextInputComboView: ChipTextInputComboView(android.content.Context,android.util.AttributeSet) +com.google.gson.stream.JsonWriter: void replaceTop(int) +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_SearchView_ActionBar +wangdaye.com.geometricweather.R$drawable: int shortcuts_thunderstorm +com.bumptech.glide.R$styleable: int[] ColorStateListItem +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_CompactMenu +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.Temperature getTemperature() +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeApparentTemperature +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_barrierMargin +androidx.work.R$id: int accessibility_custom_action_28 +io.reactivex.internal.schedulers.RxThreadFactory +retrofit2.KotlinExtensions$suspendAndThrow$1: KotlinExtensions$suspendAndThrow$1(kotlin.coroutines.Continuation) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator QS_SHOW_BRIGHTNESS_SLIDER_VALIDATOR +androidx.appcompat.widget.SwitchCompat: android.graphics.PorterDuff$Mode getTrackTintMode() +cyanogenmod.externalviews.KeyguardExternalViewProviderService: KeyguardExternalViewProviderService() +com.jaredrummler.android.colorpicker.R$attr: int showDividers +wangdaye.com.geometricweather.R$attr: int actionBarTabBarStyle +androidx.hilt.work.R$id: int accessibility_custom_action_22 +androidx.legacy.coreutils.R$layout: int notification_action +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Direction Direction +cyanogenmod.themes.IThemeChangeListener$Stub$Proxy: void onProgress(int) +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void otherError(java.lang.Throwable) +cyanogenmod.power.IPerformanceManager$Stub: IPerformanceManager$Stub() +android.didikee.donate.R$color: int accent_material_light +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void onComplete() +androidx.preference.R$drawable: int abc_switch_track_mtrl_alpha +androidx.preference.R$styleable: int SwitchPreferenceCompat_android_switchTextOn +androidx.constraintlayout.widget.R$anim: int btn_checkbox_to_checked_box_outer_merged_animation +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_switchStyle com.google.android.material.R$animator: int mtrl_btn_unelevated_state_list_anim -androidx.constraintlayout.widget.R$integer: int status_bar_notification_info_maxnum -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.AbstractDaoSession getSession() -okhttp3.internal.cache2.Relay: okhttp3.internal.cache2.Relay edit(java.io.File,okio.Source,okio.ByteString,long) -wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getTemperature(android.content.Context,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: boolean cancelled -com.google.android.material.R$layout: int material_clock_display_divider -okhttp3.internal.connection.ConnectionSpecSelector: boolean isFallbackPossible(javax.net.ssl.SSLSocket) -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VectorDrawableCompatState: int getChangingConfigurations() -androidx.lifecycle.ProcessLifecycleOwner: androidx.lifecycle.Lifecycle getLifecycle() -androidx.appcompat.R$styleable: int ActionMode_closeItemLayout -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_AES_128_GCM_SHA256 -android.didikee.donate.R$styleable: int[] MenuGroup -com.bumptech.glide.integration.okhttp.R$id: int right_side -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver parent -androidx.preference.PreferenceScreen: PreferenceScreen(android.content.Context,android.util.AttributeSet) -android.didikee.donate.R$color: int material_grey_850 -wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.String level -org.greenrobot.greendao.AbstractDao: void deleteByKeyInTx(java.lang.Object[]) -com.google.android.material.R$styleable: int Layout_barrierMargin -com.google.android.material.R$styleable: int MenuItem_actionLayout -wangdaye.com.geometricweather.R$id: int activity_alert_toolbar -androidx.loader.R$styleable: int ColorStateListItem_alpha -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_18 -android.didikee.donate.R$color: int abc_btn_colored_text_material -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: java.lang.String getInterfaceDescriptor() -cyanogenmod.providers.CMSettings$Secure: boolean putIntForUser(android.content.ContentResolver,java.lang.String,int,int) -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void onComplete() -com.xw.repo.bubbleseekbar.R$drawable: int abc_scrubber_primary_mtrl_alpha -androidx.appcompat.R$id: int accessibility_custom_action_30 -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_28 -com.google.android.material.floatingactionbutton.FloatingActionButton: void setCustomSize(int) -androidx.hilt.work.R$id: int actions -com.jaredrummler.android.colorpicker.R$layout: int abc_screen_simple -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: void setSwitchView(wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout) -androidx.preference.R$dimen: int tooltip_y_offset_non_touch -androidx.preference.R$styleable: int MultiSelectListPreference_android_entryValues -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: void setPageCount(int) -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: void onSuccess(java.lang.Object) -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setDate(java.util.Date) -cyanogenmod.themes.ThemeManager$ThemeChangeListener: void onFinish(boolean) -androidx.hilt.work.R$drawable: int notification_bg_normal -androidx.appcompat.R$drawable: int abc_cab_background_top_mtrl_alpha -com.google.android.material.card.MaterialCardView: void setMaxCardElevation(float) -wangdaye.com.geometricweather.R$drawable: int material_ic_keyboard_arrow_right_black_24dp -androidx.viewpager2.R$styleable: int[] GradientColorItem -wangdaye.com.geometricweather.R$styleable: int AppBarLayout_elevation -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Metric -androidx.viewpager2.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable -james.adaptiveicon.R$style: int Theme_AppCompat_CompactMenu -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWindDirection -wangdaye.com.geometricweather.R$dimen: int mtrl_snackbar_padding_horizontal -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setBackground(android.graphics.drawable.Drawable) -okhttp3.Cache$CacheResponseBody$1: Cache$CacheResponseBody$1(okhttp3.Cache$CacheResponseBody,okio.Source,okhttp3.internal.cache.DiskLruCache$Snapshot) -okhttp3.internal.http2.Http2Reader: void readWindowUpdate(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) -com.google.android.material.R$id: int icon -android.didikee.donate.R$drawable: int abc_list_pressed_holo_dark -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode[] values() -okhttp3.Interceptor$Chain: okhttp3.Call call() -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_BottomSheet_Modal -com.google.android.material.R$attr: int path_percent -com.google.android.material.R$anim: int abc_slide_out_bottom -wangdaye.com.geometricweather.R$styleable: int PopupWindow_overlapAnchor -com.google.android.material.R$id: int accessibility_custom_action_20 -com.google.android.material.R$styleable: int[] ActionBarLayout -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: boolean cancelled -okhttp3.Headers$Builder: java.lang.String get(java.lang.String) -wangdaye.com.geometricweather.R$id: int mtrl_calendar_months -androidx.hilt.work.R$layout -androidx.preference.R$attr: int menu -cyanogenmod.weather.WeatherInfo$Builder: int mTempUnit -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamily_fontProviderFetchStrategy -retrofit2.DefaultCallAdapterFactory: DefaultCallAdapterFactory(java.util.concurrent.Executor) -android.didikee.donate.R$styleable: int AppCompatTheme_editTextBackground -wangdaye.com.geometricweather.R$interpolator: int fast_out_slow_in -androidx.appcompat.R$styleable: int Toolbar_titleMarginStart -wangdaye.com.geometricweather.R$styleable: int MaterialCardView_shapeAppearanceOverlay -android.support.v4.os.IResultReceiver$Stub$Proxy: IResultReceiver$Stub$Proxy(android.os.IBinder) -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver(io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver) -com.google.android.material.appbar.AppBarLayout: void removeOnOffsetChangedListener(com.google.android.material.appbar.AppBarLayout$OnOffsetChangedListener) -wangdaye.com.geometricweather.R$style: int Preference_Category -androidx.constraintlayout.widget.R$attr: int waveOffset -james.adaptiveicon.R$style: int Base_Widget_AppCompat_CompoundButton_Switch -com.google.android.material.R$attr: int perpendicularPath_percent -androidx.constraintlayout.widget.R$attr: int listMenuViewStyle -com.turingtechnologies.materialscrollbar.R$style: int Base_Animation_AppCompat_Dialog -okhttp3.internal.http2.Http2Connection$IntervalPingRunnable: Http2Connection$IntervalPingRunnable(okhttp3.internal.http2.Http2Connection) -androidx.lifecycle.LiveData$ObserverWrapper: boolean isAttachedTo(androidx.lifecycle.LifecycleOwner) -okhttp3.internal.http.HttpHeaders: okio.ByteString TOKEN_DELIMITERS -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String TypeID -wangdaye.com.geometricweather.R$string: int key_list_animation_switch -cyanogenmod.weather.IRequestInfoListener$Stub: int TRANSACTION_onLookupCityRequestCompleted -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: java.util.List AirAndPollen -wangdaye.com.geometricweather.R$string: int settings_category_notification -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_TabText -wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Content -androidx.constraintlayout.widget.R$attr: int customColorValue -okio.Buffer: void close() -wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_ttcIndex -com.google.android.material.R$style: int Base_Widget_AppCompat_ListView_Menu -wangdaye.com.geometricweather.db.entities.DailyEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_SearchResult_Title -wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_shrinkMotionSpec -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilityRain rain -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored -retrofit2.http.Query -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$ExpandedStyle mExpandedStyle -android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionBar_TabText -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_checkboxStyle -okio.Options: Options(okio.ByteString[],int[]) -james.adaptiveicon.R$style: int ThemeOverlay_AppCompat_Dialog -com.google.android.material.R$styleable: int CardView_cardMaxElevation -com.xw.repo.bubbleseekbar.R$style: int Base_V26_Theme_AppCompat -wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm -com.google.android.material.R$integer: int status_bar_notification_info_maxnum -android.didikee.donate.R$anim: int abc_grow_fade_in_from_bottom -com.github.rahatarmanahmed.cpv.CircularProgressView$8: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void drain() -androidx.preference.R$color: int primary_text_default_material_dark -okhttp3.internal.connection.RealConnection$1 -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) -wangdaye.com.geometricweather.R$style: int Base_MaterialAlertDialog_MaterialComponents_Title_Text -com.google.android.material.R$styleable: int MaterialCalendarItem_itemFillColor -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActivityChooserView -com.google.gson.stream.JsonReader: int PEEKED_TRUE -cyanogenmod.app.ICustomTileListener: void onListenerConnected() -androidx.preference.R$dimen: int highlight_alpha_material_colored -wangdaye.com.geometricweather.R$layout: int mtrl_calendar_day -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getSunSet() -wangdaye.com.geometricweather.R$string: int widget_multi_city -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_transitionEasing -wangdaye.com.geometricweather.R$attr: int fastScrollEnabled -wangdaye.com.geometricweather.R$attr: int checkedTextViewStyle -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: boolean isLeft -okio.Okio$3: void write(okio.Buffer,long) -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property RainPrecipitationProbability -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu -androidx.customview.R$styleable: int GradientColor_android_startColor -androidx.appcompat.R$id: int spacer -com.google.android.material.R$style: int Widget_MaterialComponents_ExtendedFloatingActionButton_Icon -wangdaye.com.geometricweather.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView -retrofit2.ParameterHandler$Body -com.turingtechnologies.materialscrollbar.R$id: int titleDividerNoCustom -android.didikee.donate.R$dimen: int abc_text_size_title_material -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getRealFeelTemperature(android.content.Context,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) -com.turingtechnologies.materialscrollbar.CustomIndicator: CustomIndicator(android.content.Context) -wangdaye.com.geometricweather.R$layout: int dialog_time_setter -okhttp3.Headers$Builder: java.util.List namesAndValues -android.didikee.donate.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title -com.turingtechnologies.materialscrollbar.R$animator: int design_fab_show_motion_spec -wangdaye.com.geometricweather.R$attr: int mock_showDiagonals -com.turingtechnologies.materialscrollbar.R$drawable: int ic_mtrl_chip_checked_black -androidx.dynamicanimation.R$style: int TextAppearance_Compat_Notification -okhttp3.Response$Builder: okhttp3.Request request -wangdaye.com.geometricweather.background.polling.permanent.observer.TimeObserverService -androidx.appcompat.R$style: int Widget_AppCompat_ActionBar_Solid -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: void dispose() -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_star_half_black_36dp -com.github.rahatarmanahmed.cpv.CircularProgressView$5: CircularProgressView$5(com.github.rahatarmanahmed.cpv.CircularProgressView) -com.google.android.material.R$attr: int checkedIconEnabled -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: java.lang.String en_US -cyanogenmod.app.CustomTile$Builder: boolean mCollapsePanel -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_firstBaselineToTopHeight -androidx.fragment.R$styleable: int GradientColor_android_endY -androidx.appcompat.R$style: int Widget_AppCompat_Button_Small -io.reactivex.Observable: io.reactivex.Observable zipWith(io.reactivex.ObservableSource,io.reactivex.functions.BiFunction,boolean,int) -com.google.android.material.R$styleable: int AppCompatTheme_buttonStyle -org.greenrobot.greendao.AbstractDaoSession: java.util.List queryRaw(java.lang.Class,java.lang.String,java.lang.String[]) -okhttp3.internal.http1.Http1Codec$FixedLengthSource: long read(okio.Buffer,long) -james.adaptiveicon.R$attr: int titleMargin -com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getError() -androidx.lifecycle.ProcessLifecycleOwner$1 -com.google.gson.JsonParseException -cyanogenmod.weather.CMWeatherManager$RequestStatus -io.reactivex.Observable: io.reactivex.Observable onErrorReturn(io.reactivex.functions.Function) -androidx.transition.R$styleable: int FontFamilyFont_fontVariationSettings -james.adaptiveicon.R$drawable: int abc_ic_star_black_16dp -com.google.android.material.R$id: int start -wangdaye.com.geometricweather.db.entities.LocationEntityDao: boolean hasKey(java.lang.Object) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: java.lang.String getUnit() -retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: boolean isDisposed() -com.google.android.material.R$string: int material_timepicker_clock_mode_description -com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_colored_material -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Dialog_MinWidth -wangdaye.com.geometricweather.R$drawable: int weather_wind_mini_dark -wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_arrowShaftLength -android.didikee.donate.R$color: int ripple_material_light -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_NavigationView -com.google.android.material.R$dimen: int material_emphasis_high_type -com.jaredrummler.android.colorpicker.ColorPickerView: void setColor(int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: java.lang.String datetime -androidx.vectordrawable.R$styleable: int FontFamily_fontProviderAuthority -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle -io.reactivex.Observable: java.lang.Object blockingSingle() -androidx.appcompat.R$drawable: int abc_scrubber_control_off_mtrl_alpha -androidx.recyclerview.R$drawable: int notification_template_icon_low_bg -androidx.appcompat.R$styleable: int ViewStubCompat_android_id -androidx.appcompat.widget.AppCompatCheckBox: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() -wangdaye.com.geometricweather.R$attr: int errorTextAppearance -androidx.drawerlayout.R$integer: int status_bar_notification_info_maxnum -com.xw.repo.bubbleseekbar.R$styleable: int[] AppCompatImageView -wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource access$000(wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource) -androidx.constraintlayout.widget.R$color: int abc_secondary_text_material_dark -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: int state -james.adaptiveicon.R$dimen: int compat_button_inset_horizontal_material -androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerView$OnFlingListener getOnFlingListener() -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_EXPORT_WITH_DES_CBC_40_SHA -androidx.viewpager2.widget.ViewPager2: void setAdapter(androidx.recyclerview.widget.RecyclerView$Adapter) -okhttp3.internal.http2.Settings: int getHeaderTableSize() -wangdaye.com.geometricweather.R$dimen: int cpv_dialog_preview_height -com.google.android.material.R$id: int dialog_button -androidx.appcompat.R$styleable: int ViewStubCompat_android_inflatedId -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial: int UnitType -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoldDescription -cyanogenmod.weather.CMWeatherManager$RequestStatus: int SUBMITTED_TOO_SOON -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest build() -androidx.preference.R$attr: int preferenceInformationStyle -wangdaye.com.geometricweather.R$color: int mtrl_filled_stroke_color -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_barrierAllowsGoneWidgets -wangdaye.com.geometricweather.R$id: int snap -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void innerComplete(io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver) -james.adaptiveicon.R$styleable: int Spinner_android_prompt -com.xw.repo.bubbleseekbar.R$id: int action_bar_activity_content -io.reactivex.Observable: java.lang.Object blockingFirst() -com.google.android.material.R$styleable: int[] ConstraintSet -james.adaptiveicon.R$styleable: int AppCompatTheme_colorSwitchThumbNormal -cyanogenmod.app.LiveLockScreenManager: java.lang.String TAG -com.turingtechnologies.materialscrollbar.R$style: int Platform_AppCompat_Light -cyanogenmod.providers.ThemesContract$ThemesColumns$InstallState: int UNKNOWN -androidx.core.R$styleable: int FontFamilyFont_ttcIndex -com.google.android.material.R$dimen: int mtrl_tooltip_minHeight -wangdaye.com.geometricweather.R$attr: int startIconContentDescription -com.google.android.material.R$drawable: int abc_ratingbar_small_material -com.turingtechnologies.materialscrollbar.R$attr: int tabIndicator -com.jaredrummler.android.colorpicker.R$color: int bright_foreground_material_dark -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat -com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_anim_steps -com.turingtechnologies.materialscrollbar.R$style: int Base_DialogWindowTitle_AppCompat -com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_itemBackground -com.google.android.material.R$attr: int mock_diagonalsColor -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: void onSubscribe(io.reactivex.disposables.Disposable) -okhttp3.HttpUrl: okhttp3.HttpUrl get(java.net.URI) -androidx.constraintlayout.widget.R$styleable: int Toolbar_titleTextColor -com.google.android.material.tabs.TabLayout: void setTabGravity(int) -cyanogenmod.profiles.AirplaneModeSettings: void readFromParcel(android.os.Parcel) -com.bumptech.glide.R$styleable: int FontFamily_fontProviderCerts -okio.HashingSink: HashingSink(okio.Sink,okio.ByteString,java.lang.String) -androidx.appcompat.R$id: int radio -io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: org.reactivestreams.Subscription upstream -androidx.coordinatorlayout.R$dimen: int notification_subtext_size -androidx.appcompat.widget.SearchView: void setOnCloseListener(androidx.appcompat.widget.SearchView$OnCloseListener) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric: AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric() -wangdaye.com.geometricweather.R$string: int about_app -retrofit2.RequestFactory$Builder: java.util.regex.Pattern PARAM_NAME_REGEX -cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler: WeatherProviderService$ServiceHandler(cyanogenmod.weatherservice.WeatherProviderService,android.os.Looper) -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit valueOf(java.lang.String) -androidx.appcompat.widget.SearchView: void setInputType(int) -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean outputFused -com.turingtechnologies.materialscrollbar.R$color: int abc_tint_seek_thumb -androidx.constraintlayout.utils.widget.ImageFilterButton: void setSaturation(float) -com.google.android.material.R$id: int chip1 -androidx.vectordrawable.R$style: int Widget_Compat_NotificationActionText -retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isCompletable -cyanogenmod.themes.ThemeManager: long getLastThemeChangeTime() -androidx.hilt.work.R$styleable: int ColorStateListItem_android_alpha -android.didikee.donate.R$styleable: int AppCompatTheme_textColorAlertDialogListItem -com.github.rahatarmanahmed.cpv.R$integer: R$integer() -com.turingtechnologies.materialscrollbar.R$attr: int stackFromEnd -cyanogenmod.app.Profile: java.util.ArrayList getTriggersFromType(int) -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: long getLtoDownloadInterval() -androidx.constraintlayout.widget.R$id: int scrollView -okio.BufferedSource: long readLong() -androidx.dynamicanimation.R$id: int text -androidx.constraintlayout.widget.R$styleable: int GradientColor_android_endY -cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_cancelLiveLockScreen -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_navigation_item_icon_padding -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog -wangdaye.com.geometricweather.R$string: int maxi_temp -androidx.lifecycle.extensions.R$color: int notification_icon_bg_color -com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_layout_keyline -cyanogenmod.content.Intent: Intent() -androidx.constraintlayout.widget.R$color: int switch_thumb_normal_material_light -wangdaye.com.geometricweather.R$attr: int bsb_section_text_interval -androidx.hilt.lifecycle.R$dimen: int compat_button_inset_horizontal_material -androidx.lifecycle.Lifecycling: int getObserverConstructorType(java.lang.Class) -com.jaredrummler.android.colorpicker.R$dimen: int compat_button_inset_horizontal_material -androidx.viewpager.R$string: R$string() -com.turingtechnologies.materialscrollbar.R$attr: int tabInlineLabel -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float total -com.xw.repo.bubbleseekbar.R$drawable: int abc_list_divider_mtrl_alpha -com.google.android.material.R$styleable: int BottomNavigationView_elevation -cyanogenmod.app.LiveLockScreenInfo -androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityCreated(android.app.Activity,android.os.Bundle) -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse -wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode AUTO -androidx.appcompat.widget.AppCompatImageButton: void setSupportImageTintList(android.content.res.ColorStateList) -cyanogenmod.themes.ThemeManager: cyanogenmod.themes.IThemeProcessingListener mThemeProcessingListener -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_display_4_material -com.turingtechnologies.materialscrollbar.R$attr: int showText -androidx.constraintlayout.widget.R$styleable: int SearchView_voiceIcon -androidx.appcompat.R$color: int abc_primary_text_material_light -wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_width -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_titleCondensed -android.didikee.donate.R$style: int Platform_AppCompat -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintRight_toRightOf -androidx.viewpager.R$drawable: int notification_bg_low_pressed -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_SeekBar -com.turingtechnologies.materialscrollbar.R$style: int Widget_Compat_NotificationActionContainer -com.jaredrummler.android.colorpicker.R$styleable: int CheckBoxPreference_android_disableDependentsState -okhttp3.internal.cache.DiskLruCache: void processJournal() -androidx.customview.R$attr -androidx.preference.R$attr: int allowDividerBelow -wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition: wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition ABOVE_LINE -okhttp3.Response: okhttp3.Response networkResponse -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_panelMenuListTheme -com.xw.repo.bubbleseekbar.R$styleable: int[] CompoundButton -androidx.dynamicanimation.R$string: R$string() -androidx.appcompat.R$styleable: int ColorStateListItem_android_alpha -okhttp3.internal.Util: okio.ByteString UTF_16_LE_BOM -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language KOREAN -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Button_Small -androidx.constraintlayout.widget.R$attr: int touchAnchorId -androidx.appcompat.R$styleable: int AppCompatTheme_actionModeFindDrawable -com.google.android.material.datepicker.PickerFragment -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_fragment -com.jaredrummler.android.colorpicker.R$attr: int actionBarWidgetTheme -com.google.android.material.R$attr: int collapsingToolbarLayoutStyle -androidx.appcompat.resources.R$id: int accessibility_custom_action_7 -wangdaye.com.geometricweather.R$color: int material_on_primary_emphasis_medium -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_editTextBackground -okhttp3.OkHttpClient$Builder: javax.net.ssl.SSLSocketFactory sslSocketFactory -okhttp3.Dispatcher: int getMaxRequestsPerHost() -androidx.lifecycle.LifecycleRegistry: void backwardPass(androidx.lifecycle.LifecycleOwner) -com.turingtechnologies.materialscrollbar.R$id: int notification_main_column_container -cyanogenmod.weather.WeatherInfo$DayForecast: android.os.Parcelable$Creator CREATOR -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorSwitchThumbNormal -okhttp3.internal.tls.BasicCertificateChainCleaner: int MAX_SIGNERS -io.reactivex.internal.util.EmptyComponent: org.reactivestreams.Subscriber asSubscriber() -androidx.appcompat.resources.R$styleable: int GradientColor_android_centerColor -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarTheme -org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.database.Database db -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: double lat -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_13 -wangdaye.com.geometricweather.R$drawable: int design_ic_visibility_off -androidx.appcompat.R$style: int ThemeOverlay_AppCompat_DayNight_ActionBar -james.adaptiveicon.R$id: int text -androidx.appcompat.R$style: int Theme_AppCompat_Dialog_MinWidth -com.turingtechnologies.materialscrollbar.R$id: int design_bottom_sheet -cyanogenmod.app.IProfileManager$Stub$Proxy: void updateNotificationGroup(android.app.NotificationGroup) -wangdaye.com.geometricweather.R$attr: int bsb_show_progress_in_float -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text -wangdaye.com.geometricweather.R$string: int allergen -com.google.android.material.R$styleable: int Variant_region_heightLessThan -com.google.android.material.floatingactionbutton.FloatingActionButton: android.content.res.ColorStateList getSupportBackgroundTintList() -com.google.android.material.slider.BaseSlider: void setThumbStrokeWidthResource(int) -androidx.appcompat.R$styleable: int MenuView_preserveIconSpacing -androidx.lifecycle.extensions.R$styleable: int Fragment_android_name -androidx.preference.R$attr: int dialogPreferenceStyle -james.adaptiveicon.R$attr: int actionBarTheme -androidx.core.R$dimen: int notification_right_side_padding_top -com.jaredrummler.android.colorpicker.R$id: int progress_circular -com.google.android.material.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar -wangdaye.com.geometricweather.R$id: int widget_week_container -com.turingtechnologies.materialscrollbar.R$color: int design_error -com.jaredrummler.android.colorpicker.R$string: int v7_preference_off -wangdaye.com.geometricweather.R$id: int deltaRelative -james.adaptiveicon.R$dimen: int hint_alpha_material_dark -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Dialog_Alert_Framework -com.bumptech.glide.R$dimen: int notification_small_icon_size_as_large -cyanogenmod.os.Build$CM_VERSION_CODES: Build$CM_VERSION_CODES() -wangdaye.com.geometricweather.db.entities.DailyEntityDao: wangdaye.com.geometricweather.db.converters.WeatherCodeConverter daytimeWeatherCodeConverter -androidx.loader.R$color: int secondary_text_default_material_light -androidx.lifecycle.extensions.R$layout: int notification_template_part_chronometer -androidx.constraintlayout.widget.R$attr: int content -android.didikee.donate.R$integer: int cancel_button_image_alpha -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$RainForecast: int rain -okhttp3.internal.Util: boolean isAndroidGetsocknameError(java.lang.AssertionError) -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayoutStates_state_collapsible -com.jaredrummler.android.colorpicker.R$styleable: int ListPreference_entries -okio.HashingSource: okio.HashingSource sha1(okio.Source) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setSo2(java.lang.String) -androidx.preference.R$attr: int buttonBarStyle -okhttp3.Dispatcher: int maxRequestsPerHost -okhttp3.MultipartBody$Builder: MultipartBody$Builder(java.lang.String) -wangdaye.com.geometricweather.R$id: int BOTTOM_START -android.didikee.donate.R$drawable: int abc_ic_search_api_material -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.Date getPublishDate() -com.xw.repo.bubbleseekbar.R$dimen: int highlight_alpha_material_light -wangdaye.com.geometricweather.R$styleable: int InkPageIndicator_currentPageIndicatorColor -com.google.android.material.slider.Slider: void setValueFrom(float) -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_PopupMenu -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_goIcon -cyanogenmod.app.LiveLockScreenInfo: LiveLockScreenInfo() -androidx.preference.R$styleable: int MenuView_android_verticalDivider -wangdaye.com.geometricweather.db.entities.DailyEntityDao: boolean hasKey(java.lang.Object) -androidx.constraintlayout.widget.R$id: int uniform -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_101 -androidx.preference.R$style: int PreferenceFragment -androidx.recyclerview.R$dimen: int compat_button_inset_vertical_material -com.jaredrummler.android.colorpicker.R$attr: int singleLineTitle -okhttp3.internal.platform.ConscryptPlatform: java.security.Provider getProvider() -wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode valueOf(java.lang.String) -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_contentInsetEnd -retrofit2.Response: boolean isSuccessful() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setType(java.lang.String) -androidx.appcompat.R$id: int action_bar_subtitle -com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleContentDescription(java.lang.CharSequence) -com.turingtechnologies.materialscrollbar.R$style: int Platform_V21_AppCompat -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: long serialVersionUID -james.adaptiveicon.R$styleable: int AppCompatTheme_listMenuViewStyle -com.google.android.material.R$styleable: int[] AppBarLayoutStates -okhttp3.Cache$CacheResponseBody -androidx.appcompat.R$styleable: int ActionBar_backgroundStacked -androidx.lifecycle.extensions.R$id: int icon -wangdaye.com.geometricweather.R$attr: int endIconDrawable -wangdaye.com.geometricweather.R$drawable: int ic_time -okhttp3.internal.http2.PushObserver: void onReset(int,okhttp3.internal.http2.ErrorCode) -androidx.transition.R$id: int async -wangdaye.com.geometricweather.R$attr: int maxWidth -com.turingtechnologies.materialscrollbar.R$color: int secondary_text_disabled_material_light -androidx.constraintlayout.widget.R$color: int abc_tint_switch_track +okhttp3.internal.publicsuffix.PublicSuffixDatabase: okhttp3.internal.publicsuffix.PublicSuffixDatabase instance +androidx.preference.R$drawable: int abc_textfield_default_mtrl_alpha +retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback +wangdaye.com.geometricweather.R$string: int feedback_check_location_permission +com.jaredrummler.android.colorpicker.R$dimen: int compat_control_corner_material +com.github.rahatarmanahmed.cpv.CircularProgressView$9: CircularProgressView$9(com.github.rahatarmanahmed.cpv.CircularProgressView) +androidx.constraintlayout.widget.R$attr: int checkedTextViewStyle +cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void onAttach(android.os.IBinder) +androidx.hilt.work.R$drawable: int notification_bg_normal_pressed +androidx.lifecycle.Lifecycling: java.lang.reflect.Constructor generatedConstructor(java.lang.Class) +androidx.lifecycle.LifecycleRegistry: boolean isSynced() +com.xw.repo.bubbleseekbar.R$id: int scrollIndicatorDown +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_ActionBar_Primary +wangdaye.com.geometricweather.background.receiver.widget.WidgetTextProvider +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String windSpeedEnd +com.google.android.material.R$string: int material_minute_suffix +androidx.appcompat.R$layout: int abc_screen_simple_overlay_action_mode +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_medium_material +androidx.transition.R$styleable: int FontFamilyFont_android_fontWeight +androidx.preference.R$id: int line1 +android.didikee.donate.R$styleable: int AppCompatTheme_checkboxStyle +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_pixel +androidx.appcompat.widget.Toolbar: int getPopupTheme() +com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_keylines +cyanogenmod.hardware.ICMHardwareService: java.lang.String getSerialNumber() +androidx.appcompat.R$attr: int contentDescription +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property RealFeelTemperature +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_subtitleTextColor retrofit2.ParameterHandler$FieldMap: ParameterHandler$FieldMap(java.lang.reflect.Method,int,retrofit2.Converter,boolean) -com.google.android.material.R$attr: int actionDropDownStyle -io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: void replay(io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable) -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionMode_Inverse -wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date getMoonSetDate() -androidx.preference.R$styleable: int AppCompatTheme_panelBackground -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat -com.google.android.material.navigation.NavigationView: android.graphics.drawable.Drawable getItemBackground() -androidx.viewpager2.R$id: int accessibility_custom_action_0 -wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: void setMax(float) -android.didikee.donate.R$attr: int alertDialogButtonGroupStyle -androidx.hilt.lifecycle.R$id: int fragment_container_view_tag -com.google.android.material.R$id: int month_navigation_bar -cyanogenmod.themes.IThemeService$Stub$Proxy: boolean processThemeResources(java.lang.String) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorEnabled -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_panelMenuListTheme -androidx.work.R$id: int accessibility_custom_action_20 -okhttp3.internal.http2.Http2Codec: void cancel() -com.xw.repo.bubbleseekbar.R$id: int progress_horizontal -okio.ByteString: okio.ByteString hmacSha1(okio.ByteString) -com.xw.repo.bubbleseekbar.R$id: int action_mode_bar -androidx.viewpager.widget.PagerTitleStrip: int getMinHeight() -com.turingtechnologies.materialscrollbar.R$attr: int buttonGravity -cyanogenmod.hardware.CMHardwareManager: int GAMMA_CALIBRATION_BLUE_INDEX -com.turingtechnologies.materialscrollbar.MaterialScrollBar: float getHandleOffset() -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: float getMilliMeters(float) -androidx.constraintlayout.widget.R$attr: int actionModePasteDrawable -com.xw.repo.bubbleseekbar.R$styleable: int[] BubbleSeekBar -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarSplitStyle -androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemHeight -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge -okhttp3.ResponseBody: byte[] bytes() -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void otherComplete() -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Headline -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Title_Inverse -androidx.constraintlayout.widget.R$attr: int buttonPanelSideLayout -androidx.constraintlayout.widget.R$styleable: int Layout_android_orientation -com.google.gson.stream.JsonReader: int PEEKED_LONG -wangdaye.com.geometricweather.R$id: int parent -cyanogenmod.weather.CMWeatherManager$2$2: void run() -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult -cyanogenmod.weather.RequestInfo: int mTempUnit -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: long timeout -androidx.legacy.coreutils.R$attr: int fontProviderPackage -com.google.android.material.slider.BaseSlider: int getActiveThumbIndex() -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeRealFeelShaderTemperature(java.lang.Integer) -cyanogenmod.app.ILiveLockScreenManager: void enqueueLiveLockScreen(java.lang.String,int,cyanogenmod.app.LiveLockScreenInfo,int[],int) -cyanogenmod.providers.CMSettings$System$2: boolean validate(java.lang.String) -james.adaptiveicon.R$dimen: int abc_action_bar_default_padding_start_material -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_ut -wangdaye.com.geometricweather.db.entities.AlertEntityDao -com.google.android.material.R$styleable: int Constraint_layout_constraintEnd_toStartOf -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_checked -com.google.android.material.R$id: int action_bar_container -androidx.appcompat.resources.R$styleable: int GradientColor_android_type -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: boolean cancelled -androidx.work.R$id: int accessibility_custom_action_22 -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade: AccuDailyResult$DailyForecasts$RealFeelTemperatureShade() -cyanogenmod.alarmclock.ClockContract$AlarmsColumns: android.net.Uri CONTENT_URI -com.turingtechnologies.materialscrollbar.AlphabetIndicator: int getIndicatorHeight() -com.xw.repo.bubbleseekbar.R$attr: int icon -androidx.constraintlayout.widget.R$styleable: int PopupWindowBackgroundState_state_above_anchor -androidx.preference.R$style: int AlertDialog_AppCompat_Light -okhttp3.ConnectionPool: boolean cleanupRunning -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy -androidx.vectordrawable.animated.R$color: int ripple_material_light -wangdaye.com.geometricweather.R$id: int dialog_location_help_permissionTitle -wangdaye.com.geometricweather.R$string: int settings_title_forecast_today -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource -com.turingtechnologies.materialscrollbar.R$anim: int design_bottom_sheet_slide_in -androidx.lifecycle.extensions.R$integer: R$integer() -okhttp3.internal.http2.Http2Connection$4: okhttp3.internal.http2.Http2Connection this$0 -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: void onDetachedFromWindow() -wangdaye.com.geometricweather.R$color: int bright_foreground_material_dark -com.google.android.material.R$attr: int tooltipForegroundColor -androidx.constraintlayout.widget.R$styleable: int PropertySet_android_visibility -retrofit2.OkHttpCall: java.lang.Throwable creationFailure -io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setCity(java.lang.String) -cyanogenmod.weather.WeatherInfo$DayForecast: WeatherInfo$DayForecast() -androidx.preference.R$string: int copy -android.didikee.donate.R$attr: int tickMarkTintMode -okhttp3.internal.connection.RealConnection: okio.BufferedSink sink -androidx.preference.R$id: int search_button -androidx.preference.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle -androidx.constraintlayout.widget.R$attr: int layout_constraintHorizontal_bias -androidx.swiperefreshlayout.R$color: int ripple_material_light -io.reactivex.Observable: io.reactivex.Observable concatEager(io.reactivex.ObservableSource,int,int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setPm10Desc(java.lang.String) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum: int UnitType -com.jaredrummler.android.colorpicker.R$drawable: int abc_list_pressed_holo_dark -androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType: androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType CENTER -com.turingtechnologies.materialscrollbar.R$string: int password_toggle_content_description -wangdaye.com.geometricweather.common.ui.widgets.trend.TrendLayoutManager -com.jaredrummler.android.colorpicker.R$style: int Base_Animation_AppCompat_Dialog -androidx.drawerlayout.R$color: int secondary_text_default_material_light -androidx.work.impl.utils.futures.AbstractFuture$Waiter: androidx.work.impl.utils.futures.AbstractFuture$Waiter next -cyanogenmod.profiles.ConnectionSettings$BooleanState: ConnectionSettings$BooleanState() -android.didikee.donate.R$drawable: int abc_menu_hardkey_panel_mtrl_mult -com.google.android.material.R$string: int search_menu_title -android.didikee.donate.R$id: int listMode -androidx.vectordrawable.R$id: int accessibility_custom_action_23 -com.google.android.material.circularreveal.CircularRevealRelativeLayout: void setCircularRevealScrimColor(int) -com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_positiveButtonText -com.google.android.material.R$styleable: int AnimatedStateListDrawableTransition_android_toId -androidx.hilt.R$id: int accessibility_custom_action_13 -wangdaye.com.geometricweather.R$id: int activity_weather_daily_subtitle -com.google.android.material.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_thumbTintMode -com.jaredrummler.android.colorpicker.R$drawable: int preference_list_divider_material -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart -androidx.constraintlayout.widget.R$styleable: int KeyTrigger_motion_triggerOnCollision -com.xw.repo.bubbleseekbar.R$attr: int popupMenuStyle -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedEmitLast: java.util.concurrent.atomic.AtomicInteger wip -androidx.appcompat.R$id -com.jaredrummler.android.colorpicker.R$style: int Base_V7_Theme_AppCompat -wangdaye.com.geometricweather.R$id: int grassTitle -com.github.rahatarmanahmed.cpv.R$attr: int cpv_startAngle -com.turingtechnologies.materialscrollbar.R$color: int primary_text_disabled_material_light -com.google.android.material.R$attr: int iconifiedByDefault -androidx.viewpager.R$drawable: int notify_panel_notification_icon_bg -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Wind: CNWeatherResult$Realtime$Wind() -okio.ForwardingTimeout: void throwIfReached() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorBackgroundFloating -androidx.lifecycle.ComputableLiveData$1: androidx.lifecycle.ComputableLiveData this$0 -cyanogenmod.app.suggest.ApplicationSuggestion$1: java.lang.Object createFromParcel(android.os.Parcel) -com.google.android.material.R$string: int exposed_dropdown_menu_content_description -com.google.android.material.R$styleable: int MaterialButtonToggleGroup_selectionRequired -wangdaye.com.geometricweather.R$dimen: int abc_dropdownitem_icon_width -okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.platform.Platform buildIfSupported() -androidx.constraintlayout.widget.R$id: int title_template -james.adaptiveicon.R$style: int Base_V26_Theme_AppCompat -com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleGravity(int) -com.google.android.material.textfield.TextInputLayout: void setStartIconDrawable(int) -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind: java.lang.String icon -wangdaye.com.geometricweather.R$styleable: int Preference_android_widgetLayout -okhttp3.FormBody$Builder: okhttp3.FormBody$Builder add(java.lang.String,java.lang.String) -com.google.android.material.R$styleable: int ImageFilterView_crossfade -cyanogenmod.hardware.DisplayMode: DisplayMode(android.os.Parcel,cyanogenmod.hardware.DisplayMode$1) -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: int prefetch -wangdaye.com.geometricweather.R$id: int SHOW_PATH -androidx.drawerlayout.R$style: int TextAppearance_Compat_Notification -androidx.preference.R$id: int accessibility_custom_action_0 -cyanogenmod.app.CMContextConstants: java.lang.String CM_PARTNER_INTERFACE -wangdaye.com.geometricweather.R$attr: int customPixelDimension -android.didikee.donate.R$styleable: int AppCompatTheme_windowFixedWidthMajor -james.adaptiveicon.R$drawable: int notification_tile_bg -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_bias -wangdaye.com.geometricweather.R$attr: int showMotionSpec -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_Button_Colored -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TimePicker_Display -wangdaye.com.geometricweather.R$dimen: int hint_alpha_material_light -cyanogenmod.app.IPartnerInterface$Stub: cyanogenmod.app.IPartnerInterface asInterface(android.os.IBinder) -wangdaye.com.geometricweather.R$id: int bidirectional -androidx.preference.R$style: int Theme_AppCompat_Light_Dialog_MinWidth -androidx.appcompat.R$style: int Base_V7_Widget_AppCompat_Toolbar -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: void drain() -com.google.android.material.tabs.TabLayout$TabView: com.google.android.material.badge.BadgeDrawable getBadge() -okhttp3.internal.http.RetryAndFollowUpInterceptor: RetryAndFollowUpInterceptor(okhttp3.OkHttpClient,boolean) -wangdaye.com.geometricweather.R$dimen: int mtrl_edittext_rectangle_top_offset -io.reactivex.Observable: io.reactivex.Observable retry(io.reactivex.functions.Predicate) -androidx.constraintlayout.widget.R$attr: int textAppearanceListItemSmall -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_17 -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float ParticulateMatter2_5 -androidx.preference.R$attr: int coordinatorLayoutStyle -retrofit2.Utils$ParameterizedTypeImpl: java.lang.reflect.Type getOwnerType() -androidx.constraintlayout.widget.R$id: int triangle -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_week_2 -androidx.dynamicanimation.R$dimen: int compat_button_inset_horizontal_material -wangdaye.com.geometricweather.R$styleable: int SwitchPreference_android_switchTextOn -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$5: void run() -okhttp3.internal.connection.ConnectionSpecSelector: okhttp3.ConnectionSpec configureSecureSocket(javax.net.ssl.SSLSocket) -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: boolean isValidIndex() -com.xw.repo.bubbleseekbar.R$string: int abc_searchview_description_voice -wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView -androidx.preference.R$dimen: int abc_text_size_body_2_material -com.google.android.material.bottomnavigation.BottomNavigationView: void setElevation(float) -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_elevation -wangdaye.com.geometricweather.R$array: int distance_unit_values -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: int CountMinute -wangdaye.com.geometricweather.R$styleable: int GradientColor_android_endY -okhttp3.Response$Builder: java.lang.String message -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeIcePrecipitationProbability -com.xw.repo.bubbleseekbar.R$attr: int bsb_touch_to_seek -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) +com.jaredrummler.android.colorpicker.R$color: int secondary_text_default_material_dark +com.turingtechnologies.materialscrollbar.R$attr: int track +wangdaye.com.geometricweather.R$attr: int constraintSet +androidx.recyclerview.widget.RecyclerView: void setOnScrollListener(androidx.recyclerview.widget.RecyclerView$OnScrollListener) +com.google.android.material.R$attr: int placeholderTextAppearance +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain +android.didikee.donate.R$attr: int contentInsetEndWithActions +com.google.android.material.R$id: int mtrl_calendar_day_selector_frame +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: java.lang.String LocalizedName +androidx.work.impl.foreground.SystemForegroundService: SystemForegroundService() +android.didikee.donate.R$drawable: int abc_scrubber_control_off_mtrl_alpha +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation: double qty12H +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_analogContainer_dark +io.reactivex.internal.observers.InnerQueuedObserver: boolean isDone() +wangdaye.com.geometricweather.R$string: int settings_title_daily_trend_display +androidx.appcompat.R$styleable: int AppCompatTheme_panelMenuListTheme +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: int getNumGammaControls() +androidx.constraintlayout.widget.R$id: int search_edit_frame +androidx.preference.R$color: int abc_tint_seek_thumb com.google.android.material.R$styleable: int ConstraintSet_layout_goneMarginStart -androidx.preference.R$dimen: int abc_dropdownitem_text_padding_right -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX -androidx.constraintlayout.widget.R$attr: int keyPositionType -com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_negativeButtonText -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property O3 -retrofit2.ParameterHandler$Field: retrofit2.Converter valueConverter -wangdaye.com.geometricweather.R$dimen: int disabled_alpha_material_dark -com.google.android.material.R$layout: int mtrl_alert_select_dialog_multichoice -com.google.android.material.R$attr: int helperTextEnabled -okhttp3.MediaType: java.lang.String type -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: ObservableWindowBoundarySupplier$WindowBoundaryMainObserver(io.reactivex.Observer,int,java.util.concurrent.Callable) -com.google.android.material.R$id: int split_action_bar -androidx.constraintlayout.widget.R$layout: int notification_template_part_time -androidx.legacy.coreutils.R$id: int text2 -okhttp3.internal.http.HttpDate: java.lang.String format(java.util.Date) -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: io.reactivex.Observer downstream -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse -cyanogenmod.app.ICMStatusBarManager$Stub: cyanogenmod.app.ICMStatusBarManager asInterface(android.os.IBinder) -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut -com.google.android.material.bottomsheet.BottomSheetBehavior$SavedState -androidx.legacy.coreutils.R$id: int action_text -com.google.android.material.slider.RangeSlider: RangeSlider(android.content.Context) -okhttp3.Response: okhttp3.Handshake handshake -wangdaye.com.geometricweather.R$drawable: int material_ic_clear_black_24dp -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_startIconTintMode -wangdaye.com.geometricweather.R$id: int widget_day_week_week_3 -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title -wangdaye.com.geometricweather.R$id: int currentLocationButton -okhttp3.internal.cache.DiskLruCache$Snapshot: long getLength(int) -cyanogenmod.externalviews.ExternalViewProviderService$Provider: android.view.View onCreateView() -com.google.android.material.appbar.CollapsingToolbarLayout: java.lang.CharSequence getTitle() -androidx.viewpager2.R$dimen: int notification_right_icon_size -androidx.appcompat.R$id: int edit_query -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary DegreeDaySummary -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Small -androidx.preference.R$id: int action_mode_close_button -androidx.constraintlayout.widget.R$styleable: int Layout_layout_goneMarginTop -androidx.customview.R$id: int action_divider -androidx.preference.R$styleable: int[] SwitchPreference -androidx.appcompat.widget.LinearLayoutCompat: LinearLayoutCompat(android.content.Context) -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_EditText -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String COL_VALUE -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionButton_Overflow -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Imperial: java.lang.String Unit -androidx.customview.R$style: int Widget_Compat_NotificationActionText -androidx.appcompat.view.menu.ListMenuItemView: void setForceShowIcon(boolean) -com.google.android.material.R$styleable: int AppCompatTextView_drawableRightCompat -androidx.hilt.work.R$bool: int enable_system_alarm_service_default -retrofit2.BuiltInConverters$StreamingResponseBodyConverter: java.lang.Object convert(java.lang.Object) -androidx.appcompat.R$dimen: int abc_text_size_medium_material -com.google.android.material.R$styleable: int AppCompatTheme_actionModeBackground -androidx.fragment.R$styleable: int[] FontFamilyFont -cyanogenmod.externalviews.ExternalViewProviderService: android.view.WindowManager mWindowManager -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language FRENCH -com.google.android.material.R$color: int switch_thumb_normal_material_light -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex yesterday -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: void setValue(java.util.List) -androidx.vectordrawable.R$styleable: int FontFamily_fontProviderPackage -cyanogenmod.themes.ThemeManager: cyanogenmod.themes.ThemeManager getInstance(android.content.Context) -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_PopupMenu -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeTemperature -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Imperial Imperial -com.turingtechnologies.materialscrollbar.R$attr: int elevation -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_normal -android.support.v4.app.INotificationSideChannel: void cancelAll(java.lang.String) -io.reactivex.Observable: java.lang.Iterable blockingMostRecent(java.lang.Object) -io.reactivex.internal.disposables.EmptyDisposable: io.reactivex.internal.disposables.EmptyDisposable valueOf(java.lang.String) -com.xw.repo.bubbleseekbar.R$layout: int abc_action_bar_title_item -wangdaye.com.geometricweather.R$anim: int popup_hide -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation -androidx.preference.R$dimen: int notification_large_icon_height -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart -com.google.android.material.R$dimen: int mtrl_alert_dialog_background_inset_top -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setRainPrecipitationProbability(java.lang.Float) +androidx.constraintlayout.widget.R$style: int Platform_AppCompat_Light +com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getTickTintList() +wangdaye.com.geometricweather.R$string: int settings_title_notification_text_color +okhttp3.internal.connection.RouteSelector$Selection: okhttp3.Route next() +okhttp3.Response: okhttp3.Response$Builder newBuilder() +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha +james.adaptiveicon.R$attr: int seekBarStyle +wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_elevation +androidx.preference.R$styleable: int Preference_dependency +cyanogenmod.providers.DataUsageContract: java.lang.String EXTRA +okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex: int hashCode() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Metric: java.lang.String Unit +com.google.android.material.R$attr: int subtitleTextColor +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemIconPadding +com.bumptech.glide.Registry$NoImageHeaderParserException: Registry$NoImageHeaderParserException() +okhttp3.internal.cache.CacheRequest +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Large_Inverse +wangdaye.com.geometricweather.R$styleable: int CardView_cardCornerRadius +com.google.android.material.R$color: int mtrl_textinput_default_box_stroke_color +androidx.preference.R$anim: int fragment_fade_exit +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getMoldIndex() +retrofit2.Retrofit: retrofit2.Retrofit$Builder newBuilder() +okio.Okio: okio.Sink sink(java.io.OutputStream) +com.google.android.material.R$styleable: int SearchView_voiceIcon +com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_hideOnScroll +com.bumptech.glide.manager.SupportRequestManagerFragment: SupportRequestManagerFragment() +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_102 +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_margin +androidx.preference.R$id: int unchecked +wangdaye.com.geometricweather.R$id: int password_toggle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Imperial: java.lang.String Unit +com.jaredrummler.android.colorpicker.R$styleable: int ColorPanelView_cpv_showOldColor +retrofit2.Retrofit$Builder: java.util.concurrent.Executor callbackExecutor +com.google.android.material.R$styleable: int Constraint_pivotAnchor +okhttp3.internal.platform.JdkWithJettyBootPlatform$JettyNegoProvider: java.lang.Object invoke(java.lang.Object,java.lang.reflect.Method,java.lang.Object[]) +androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior: CoordinatorLayout$Behavior(android.content.Context,android.util.AttributeSet) +com.github.rahatarmanahmed.cpv.CircularProgressView: float getProgress() +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemTextAppearance +androidx.preference.R$styleable: int Toolbar_titleMargin +android.didikee.donate.R$style: int Base_AlertDialog_AppCompat_Light +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float tWindchill +wangdaye.com.geometricweather.R$attr: int dividerHorizontal +io.reactivex.Observable: io.reactivex.Single elementAt(long,java.lang.Object) +okhttp3.internal.Util: java.lang.String[] intersect(java.util.Comparator,java.lang.String[],java.lang.String[]) +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large +retrofit2.OptionalConverterFactory: retrofit2.Converter responseBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) +cyanogenmod.app.suggest.AppSuggestManager: android.content.Context mContext +wangdaye.com.geometricweather.R$attr: int bottom_text_size +androidx.hilt.R$styleable: int[] GradientColorItem +wangdaye.com.geometricweather.R$string: int wind_0 +androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType DIMENSION_TYPE +androidx.drawerlayout.R$dimen: int notification_subtext_size +com.google.android.material.R$styleable: int[] Insets +com.google.android.material.R$styleable: int SwitchMaterial_useMaterialThemeColors +okhttp3.internal.cache.CacheInterceptor$1: long read(okio.Buffer,long) +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver +androidx.appcompat.R$style: int Base_Widget_AppCompat_SearchView +cyanogenmod.weatherservice.WeatherProviderService +androidx.appcompat.R$color: int background_material_dark +wangdaye.com.geometricweather.R$styleable: int ArcProgress_text_color +androidx.customview.R$styleable: int FontFamily_fontProviderFetchTimeout +com.google.android.material.chip.ChipGroup: void setOnHierarchyChangeListener(android.view.ViewGroup$OnHierarchyChangeListener) +wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit valueOf(java.lang.String) +androidx.swiperefreshlayout.R$dimen: int notification_subtext_size +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_SearchResult_Title +wangdaye.com.geometricweather.main.models.LocationResource$Event: wangdaye.com.geometricweather.main.models.LocationResource$Event[] values() +com.xw.repo.bubbleseekbar.R$attr: int textAppearanceSmallPopupMenu +okio.Buffer$1: void write(byte[],int,int) +androidx.preference.R$styleable: int AppCompatImageView_tint +com.google.android.material.R$attr: int actionModeCopyDrawable +wangdaye.com.geometricweather.R$id: int direct +wangdaye.com.geometricweather.R$layout: int item_about_header +androidx.constraintlayout.widget.R$attr: int switchMinWidth +androidx.lifecycle.Transformations$2$1: androidx.lifecycle.Transformations$2 this$0 +cyanogenmod.app.Profile: int compareTo(java.lang.Object) +androidx.appcompat.R$layout: R$layout() +okhttp3.HttpUrl: java.util.List pathSegments +wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Description +cyanogenmod.hardware.ThermalListenerCallback$State: int STATE_CRITICAL +androidx.preference.R$dimen: int abc_edit_text_inset_top_material +com.jaredrummler.android.colorpicker.R$color: R$color() +androidx.lifecycle.Lifecycle: java.util.concurrent.atomic.AtomicReference mInternalScopeRef +retrofit2.OkHttpCall: retrofit2.Converter responseConverter +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWindDirection(java.lang.String) +wangdaye.com.geometricweather.R$attr: int widgetLayout +cyanogenmod.hardware.CMHardwareManager: boolean deletePersistentObject(java.lang.String) +wangdaye.com.geometricweather.R$dimen: int mtrl_badge_text_horizontal_edge_offset +com.turingtechnologies.materialscrollbar.R$id: int line3 +com.github.rahatarmanahmed.cpv.R$attr: int cpv_animSteps +okhttp3.WebSocketListener +androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivitySaveInstanceState(android.app.Activity,android.os.Bundle) +retrofit2.HttpException +wangdaye.com.geometricweather.R$id: int linear +com.turingtechnologies.materialscrollbar.R$dimen: int notification_media_narrow_margin +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: java.lang.String getWeatherPhase() +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle +wangdaye.com.geometricweather.R$attr: int cpv_animSyncDuration +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_rotationX +com.google.android.material.R$styleable: int AppBarLayout_android_touchscreenBlocksFocus +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_shadowDy +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.rx.RxDao rx() +okhttp3.HttpUrl$Builder: boolean isDot(java.lang.String) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_tooltipFrameBackground +androidx.work.R$style: int TextAppearance_Compat_Notification_Time +androidx.constraintlayout.widget.R$dimen: int abc_select_dialog_padding_start_material +com.turingtechnologies.materialscrollbar.R$id: int transition_scene_layoutid_cache +androidx.lifecycle.SavedStateHandle: void validateValue(java.lang.Object) +com.google.gson.stream.JsonReader: void push(int) +com.google.android.material.slider.BaseSlider: void setTickActiveTintList(android.content.res.ColorStateList) +james.adaptiveicon.R$layout: int abc_search_dropdown_item_icons_2line +com.google.android.material.R$string: int abc_shareactionprovider_share_with +android.didikee.donate.R$attr: int titleMarginStart +com.xw.repo.bubbleseekbar.R$layout: int notification_template_part_time +cyanogenmod.app.Profile: int getNotificationLightMode() +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: boolean access$502(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl,boolean) +cyanogenmod.app.IProfileManager$Stub$Proxy: android.app.NotificationGroup[] getNotificationGroups() +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize +com.google.android.material.R$styleable: int TextInputLayout_boxCornerRadiusBottomEnd +com.google.android.material.R$attr: int paddingBottomNoButtons +com.google.android.material.R$color: int mtrl_card_view_foreground +okhttp3.internal.http2.Http2: java.lang.String frameLog(boolean,int,int,byte,byte) +io.reactivex.Observable: io.reactivex.Observable concatArrayEagerDelayError(io.reactivex.ObservableSource[]) +okhttp3.OkHttpClient: javax.net.ssl.HostnameVerifier hostnameVerifier +cyanogenmod.providers.ThemesContract$ThemesColumns$InstallState: int UPDATING +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_ActionBar +androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_android_fontWeight +androidx.preference.R$attr: int actionModeCloseDrawable +androidx.drawerlayout.R$id: R$id() +androidx.coordinatorlayout.R$id: int accessibility_custom_action_17 +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Button_Borderless_Colored +wangdaye.com.geometricweather.R$drawable: int weather_hail_mini_dark +com.jaredrummler.android.colorpicker.R$attr: int defaultQueryHint +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_RatingBar +retrofit2.ParameterHandler: ParameterHandler() +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title +okhttp3.internal.connection.ConnectionSpecSelector: int nextModeIndex +com.google.android.material.R$drawable: int abc_tab_indicator_mtrl_alpha +com.google.android.material.R$styleable: int Constraint_flow_maxElementsWrap +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar +okio.Utf8: Utf8() +cyanogenmod.hardware.ICMHardwareService$Stub: android.os.IBinder asBinder() +com.bumptech.glide.load.engine.GlideException: void printStackTrace(java.io.PrintWriter) +wangdaye.com.geometricweather.R$attr: int enforceMaterialTheme +wangdaye.com.geometricweather.R$attr: int bsb_section_text_position +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: java.util.concurrent.atomic.AtomicReference upstream +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator LOCKSCREEN_PIN_SCRAMBLE_LAYOUT_VALIDATOR +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setSunRiseSet(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean) +androidx.core.widget.NestedScrollView: void setNestedScrollingEnabled(boolean) +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabMinWidth +androidx.appcompat.R$attr: int colorBackgroundFloating +com.google.android.material.R$attr: int deriveConstraintsFrom +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean disposeAll() +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result: MfForecastV2Result() +com.google.android.material.R$styleable: int NavigationView_itemShapeFillColor +androidx.appcompat.resources.R$id +wangdaye.com.geometricweather.R$styleable: int[] KeyAttribute +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: boolean done +com.xw.repo.bubbleseekbar.R$drawable: int abc_edit_text_material +wangdaye.com.geometricweather.R$attr: int defaultQueryHint +okhttp3.internal.proxy.NullProxySelector: NullProxySelector() +okhttp3.OkHttpClient$Builder: OkHttpClient$Builder(okhttp3.OkHttpClient) +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight_NoActionBar +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void disposeInner() +com.google.android.material.R$attr: int layout_constraintGuide_percent +okhttp3.internal.http1.Http1Codec: int STATE_READ_RESPONSE_HEADERS +wangdaye.com.geometricweather.R$string: int dew_point +cyanogenmod.themes.IThemeChangeListener$Stub: cyanogenmod.themes.IThemeChangeListener asInterface(android.os.IBinder) +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder readTimeout(java.time.Duration) +com.google.android.material.textfield.TextInputLayout: void setBoxBackgroundMode(int) +okhttp3.internal.http2.Http2Reader$Handler: void rstStream(int,okhttp3.internal.http2.ErrorCode) +cyanogenmod.hardware.CMHardwareManager: int getVibratorWarningIntensity() +androidx.preference.R$attr: int fastScrollHorizontalTrackDrawable +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomAppBar_Colored +okhttp3.internal.cache2.Relay: int SOURCE_FILE +wangdaye.com.geometricweather.R$attr: int motionDebug +androidx.preference.R$styleable: int AppCompatTheme_windowActionBar +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder query(java.lang.String) +cyanogenmod.profiles.LockSettings: android.os.Parcelable$Creator CREATOR +retrofit2.http.Url +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric: AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric() +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver this$0 +okhttp3.internal.http2.Http2Writer: void rstStream(int,okhttp3.internal.http2.ErrorCode) +com.google.android.material.R$styleable: int AppCompatTextHelper_android_drawableTop +com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog_Alert +com.google.android.material.R$color: int highlighted_text_material_light +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light_DarkActionBar +okio.Segment: okio.Segment next +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void subscribeActual() +wangdaye.com.geometricweather.R$xml: int perference +okhttp3.internal.ws.WebSocketProtocol: int OPCODE_CONTINUATION +androidx.viewpager.R$layout: int notification_template_icon_group +retrofit2.Utils$ParameterizedTypeImpl: java.lang.reflect.Type getOwnerType() +wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: NumberAnimTextView(android.content.Context,android.util.AttributeSet) +com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat_Light +james.adaptiveicon.R$attr: int actionBarTheme +wangdaye.com.geometricweather.R$anim: int btn_checkbox_to_unchecked_check_path_merged_animation +com.google.android.material.R$attr: int drawableBottomCompat +cyanogenmod.hardware.DisplayMode$1: cyanogenmod.hardware.DisplayMode createFromParcel(android.os.Parcel) +com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_select_handle_right_mtrl_light +com.google.android.material.R$attr: int linearSeamless +androidx.constraintlayout.widget.R$styleable: int Constraint_animate_relativeTo +com.google.android.material.R$attr: int curveFit +androidx.appcompat.R$styleable: int PopupWindow_overlapAnchor +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_star_half_black_16dp +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: int RUNNING +androidx.preference.R$style: int Base_Widget_AppCompat_PopupMenu +okhttp3.internal.Internal: int code(okhttp3.Response$Builder) +james.adaptiveicon.R$styleable: int AppCompatTheme_listPopupWindowStyle +androidx.lifecycle.ClassesInfoCache$MethodReference: ClassesInfoCache$MethodReference(int,java.lang.reflect.Method) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling: int UnitType +androidx.appcompat.R$attr: int spinBars +com.turingtechnologies.materialscrollbar.R$attr: int titleMarginBottom +android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat_Dialog +com.turingtechnologies.materialscrollbar.R$attr: int layout_collapseMode +androidx.appcompat.widget.AppCompatCheckedTextView: AppCompatCheckedTextView(android.content.Context,android.util.AttributeSet) +androidx.preference.R$styleable: int MultiSelectListPreference_android_entries +androidx.constraintlayout.widget.R$attr: int crossfade +cyanogenmod.app.ICustomTileListener$Stub: cyanogenmod.app.ICustomTileListener asInterface(android.os.IBinder) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum: AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum() +android.didikee.donate.R$style: int Widget_AppCompat_ActionButton_Overflow +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeRainPrecipitationProbability +wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: AbsTrendItemView(android.content.Context,android.util.AttributeSet) +okhttp3.internal.http2.Http2Reader$ContinuationSource androidx.appcompat.R$styleable: int AppCompatTheme_alertDialogCenterButtons -okhttp3.Route: java.net.Proxy proxy -io.reactivex.internal.observers.LambdaObserver: io.reactivex.functions.Action onComplete -wangdaye.com.geometricweather.R$attr: int cpv_thickness -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintDimensionRatio -androidx.hilt.lifecycle.R$layout: R$layout() -okhttp3.internal.Util: int indexOfControlOrNonAscii(java.lang.String) -okhttp3.Dispatcher: int getMaxRequests() -androidx.appcompat.widget.AppCompatImageButton: AppCompatImageButton(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow -james.adaptiveicon.R$styleable: int SearchView_queryBackground -com.google.android.material.R$attr: int autoSizeMinTextSize -com.bumptech.glide.R$styleable: int FontFamily_fontProviderAuthority -wangdaye.com.geometricweather.R$animator: int weather_fog_3 -com.google.android.material.R$styleable: int MaterialButton_cornerRadius -com.jaredrummler.android.colorpicker.R$attr: int track -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer getWetBulbTemperature() -wangdaye.com.geometricweather.R$styleable: int Constraint_android_orientation -wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String getDistrict() -androidx.hilt.lifecycle.R$id: int tag_accessibility_pane_title -androidx.loader.R$id: int icon -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast: ObservableSampleWithObservable$SampleMainEmitLast(io.reactivex.Observer,io.reactivex.ObservableSource) -androidx.appcompat.R$attr: int fontProviderAuthority -androidx.work.R$string -okhttp3.internal.http2.Settings: Settings() -wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.String getDescription() -com.google.android.material.R$dimen: int material_clock_face_margin_top -androidx.preference.R$styleable: int ActionBar_backgroundStacked -androidx.preference.R$style: int Base_Widget_AppCompat_ListPopupWindow -okhttp3.internal.ws.WebSocketWriter: okio.BufferedSink sink -wangdaye.com.geometricweather.R$attr: int chipStyle -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_subtitle -com.google.android.material.R$style: int CardView -wangdaye.com.geometricweather.R$attr: int layout_goneMarginEnd -androidx.appcompat.resources.R$dimen: int notification_action_icon_size -androidx.constraintlayout.widget.R$attr: int flow_lastHorizontalStyle -com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat_Dark -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory create(javax.inject.Provider,javax.inject.Provider) -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_arrow_drop_right_black_24dp -cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void onStop() -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_WIND_DIRECTION -james.adaptiveicon.R$attr: int contentInsetEndWithActions -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_itemPadding -cyanogenmod.app.ProfileGroup: boolean mDefaultGroup -io.reactivex.Observable: io.reactivex.Observable never() -wangdaye.com.geometricweather.R$attr: int counterTextAppearance -io.reactivex.internal.util.NotificationLite$DisposableNotification: long serialVersionUID -androidx.preference.R$styleable: int Preference_android_summary -wangdaye.com.geometricweather.R$font: int product_sans_bold_italic -androidx.fragment.R$dimen: int notification_top_pad -wangdaye.com.geometricweather.R$styleable: int[] AppCompatSeekBar -okhttp3.HttpUrl: okhttp3.HttpUrl parse(java.lang.String) -androidx.recyclerview.R$id: int icon_group -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_helperText -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: java.lang.String getTo() -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_WITH_RC4_128_SHA -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor DARK -james.adaptiveicon.R$string: int abc_capital_on -com.turingtechnologies.materialscrollbar.R$id: int reservedNamedId -androidx.preference.R$attr: int tooltipForegroundColor -androidx.appcompat.widget.Toolbar: void setSubtitleTextColor(android.content.res.ColorStateList) -androidx.activity.ImmLeaksCleaner -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: java.lang.String sourceUrl -com.google.android.material.R$drawable: int btn_radio_off_to_on_mtrl_animation -android.didikee.donate.R$style: int Base_Widget_AppCompat_SearchView_ActionBar -io.reactivex.Observable: io.reactivex.Maybe elementAt(long) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial: AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial() -cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent valueOf(java.lang.String) -androidx.appcompat.widget.LinearLayoutCompat: void setDividerDrawable(android.graphics.drawable.Drawable) -james.adaptiveicon.R$styleable: int Toolbar_titleMarginEnd -io.reactivex.Observable: io.reactivex.Observable mergeArray(io.reactivex.ObservableSource[]) -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.rx.RxDao rxDao -androidx.appcompat.R$drawable: int abc_ic_menu_overflow_material -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: boolean daylight -androidx.constraintlayout.widget.R$color: int primary_text_disabled_material_light -com.turingtechnologies.materialscrollbar.R$id: int time -james.adaptiveicon.R$anim: int abc_slide_out_top -okhttp3.internal.http2.Settings: int getMaxFrameSize(int) -okhttp3.internal.ws.WebSocketWriter: void writePong(okio.ByteString) -cyanogenmod.power.IPerformanceManager: void cpuBoost(int) -com.google.android.material.R$string: int mtrl_picker_text_input_year_abbr -com.google.android.material.bottomappbar.BottomAppBar: void setTitle(java.lang.CharSequence) -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken STRING -wangdaye.com.geometricweather.db.entities.HistoryEntity: java.lang.String cityId -com.google.android.material.slider.RangeSlider: void setValueFrom(float) -io.reactivex.internal.subscriptions.BasicIntQueueSubscription: boolean isEmpty() -androidx.preference.R$id: int accessibility_custom_action_20 -wangdaye.com.geometricweather.R$animator: int weather_sleet_2 -okhttp3.internal.http2.Http2Reader: void readGoAway(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) -androidx.core.R$styleable: int ColorStateListItem_android_alpha -androidx.preference.R$style: int Base_Widget_AppCompat_ProgressBar -androidx.appcompat.widget.AppCompatToggleButton: AppCompatToggleButton(android.content.Context) -james.adaptiveicon.R$attr: int titleMargins -com.jaredrummler.android.colorpicker.R$drawable: int abc_list_pressed_holo_light -com.xw.repo.bubbleseekbar.R$styleable: int Spinner_android_entries -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_menuCategory -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_CompactMenu -androidx.core.R$dimen: int notification_top_pad_large_text -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature RealFeelTemperature -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_fontVariationSettings -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxStrokeWidth -androidx.preference.R$attr: int dialogPreferredPadding -androidx.appcompat.R$color: int bright_foreground_material_light -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain: java.lang.Float cumul12H -androidx.lifecycle.ReportFragment: void setProcessListener(androidx.lifecycle.ReportFragment$ActivityInitializationListener) -wangdaye.com.geometricweather.R$layout: int container_snackbar -android.didikee.donate.R$styleable: int[] View -androidx.transition.R$layout: R$layout() -androidx.appcompat.widget.LinearLayoutCompat: int getDividerWidth() -android.didikee.donate.R$attr: int actionModeCloseButtonStyle -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getGrassLevel() -androidx.constraintlayout.widget.R$styleable: int MockView_mock_label -okio.AsyncTimeout: void exit(boolean) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: java.lang.String getUrl() -com.google.android.material.R$id: int textinput_counter -wangdaye.com.geometricweather.R$drawable: int notif_temp_103 -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub: int TRANSACTION_onWeatherServiceProviderChanged_0 -androidx.transition.R$style: int Widget_Compat_NotificationActionText -androidx.appcompat.widget.Toolbar: java.lang.CharSequence getCollapseContentDescription() -android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon -io.reactivex.Observable: io.reactivex.Observable cache() -androidx.coordinatorlayout.R$id: int accessibility_custom_action_1 -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384 -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_toggle_margin_top -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer apparentTemperature -androidx.preference.R$styleable: int[] StateListDrawable -androidx.appcompat.R$style: int Widget_AppCompat_SeekBar -io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: io.reactivex.Observer downstream -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_popupMenuStyle -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat -com.google.android.material.R$attr: int headerLayout -androidx.preference.R$interpolator: R$interpolator() -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_Button -wangdaye.com.geometricweather.db.entities.WeatherEntity: long publishTime -androidx.preference.R$attr: int homeAsUpIndicator -androidx.constraintlayout.widget.R$styleable: int[] ColorStateListItem -io.reactivex.internal.disposables.EmptyDisposable: void error(java.lang.Throwable,io.reactivex.SingleObserver) -com.google.android.material.R$id: int material_timepicker_ok_button -wangdaye.com.geometricweather.R$attr: int behavior_draggable -okhttp3.internal.ws.RealWebSocket$Streams: boolean client -androidx.activity.R$style: R$style() -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: io.reactivex.disposables.Disposable upstream -org.greenrobot.greendao.AbstractDao: void deleteInTx(java.lang.Object[]) -androidx.appcompat.R$attr: int fontProviderQuery -com.google.android.material.R$color: int design_default_color_error -androidx.preference.R$id: int activity_chooser_view_content -wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_box_corner_radius_small -com.google.android.material.R$styleable: int AppCompatTextView_autoSizeMaxTextSize -okio.ByteString: okio.ByteString toAsciiLowercase() -wangdaye.com.geometricweather.R$string: int week -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintCircleAngle -cyanogenmod.app.IProfileManager$Stub$Proxy: boolean profileExistsByName(java.lang.String) -androidx.appcompat.widget.FitWindowsViewGroup: void setOnFitSystemWindowsListener(androidx.appcompat.widget.FitWindowsViewGroup$OnFitSystemWindowsListener) -androidx.core.view.GestureDetectorCompat$GestureDetectorCompatImpl: void setOnDoubleTapListener(android.view.GestureDetector$OnDoubleTapListener) -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$RainForecast: long date -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_ratingBarStyleSmall -androidx.core.R$integer -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_TabText -cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.DisplayMode getCurrentDisplayMode() -com.google.android.material.R$style: int Widget_MaterialComponents_BottomNavigationView -androidx.appcompat.resources.R$styleable: int FontFamilyFont_fontVariationSettings -androidx.loader.R$style: int TextAppearance_Compat_Notification_Title -com.google.android.material.tabs.TabLayout: void setOnTabSelectedListener(com.google.android.material.tabs.TabLayout$BaseOnTabSelectedListener) -androidx.recyclerview.R$dimen: int fastscroll_minimum_range -io.reactivex.Observable: io.reactivex.Observable sample(long,java.util.concurrent.TimeUnit) -wangdaye.com.geometricweather.R$id: int action_bar -com.turingtechnologies.materialscrollbar.R$attr: int menu -wangdaye.com.geometricweather.R$drawable: int weather_sleet_mini_grey -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_31 -com.jaredrummler.android.colorpicker.R$id: int icon_frame -androidx.transition.R$drawable: int notification_bg -com.google.android.material.R$dimen: int abc_text_size_title_material -okhttp3.Dns -cyanogenmod.app.CMTelephonyManager: boolean isSubActive(int) -cyanogenmod.app.CustomTile: android.net.Uri onClickUri -androidx.appcompat.widget.AppCompatSpinner: android.graphics.drawable.Drawable getPopupBackground() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String alertId -wangdaye.com.geometricweather.R$attr: int bsb_max -com.google.android.material.snackbar.BaseTransientBottomBar$Behavior -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: io.reactivex.internal.operators.observable.ObservableZip$ZipObserver[] observers -okio.Options: int intCount(okio.Buffer) -androidx.appcompat.resources.R$layout: int notification_template_custom_big -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setExtendMotionSpecResource(int) -com.jaredrummler.android.colorpicker.R$attr: int tickMark -io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: void onSubscribe(io.reactivex.disposables.Disposable) -okhttp3.ResponseBody: okio.BufferedSource source() -wangdaye.com.geometricweather.R$color: int design_box_stroke_color -com.turingtechnologies.materialscrollbar.R$layout: int select_dialog_singlechoice_material -wangdaye.com.geometricweather.R$drawable: int widget_clock_day_vertical -android.didikee.donate.R$style: int Base_Widget_AppCompat_ListView_DropDown -okhttp3.internal.http2.Http2Writer: void synStream(boolean,int,int,java.util.List) -okhttp3.internal.Util: int delimiterOffset(java.lang.String,int,int,java.lang.String) -wangdaye.com.geometricweather.search.LoadableLocationList$Status: wangdaye.com.geometricweather.search.LoadableLocationList$Status ERROR -wangdaye.com.geometricweather.R$attr: int layout_constraintRight_creator -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_12 -wangdaye.com.geometricweather.R$attr: int titleMarginStart -com.google.android.material.R$styleable: int Layout_layout_constraintGuide_end -com.google.android.material.R$styleable: int MaterialCalendar_dayStyle -wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date getSunRiseDate() -okio.Sink: void flush() -com.google.android.material.slider.BaseSlider: void setTickInactiveTintList(android.content.res.ColorStateList) -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: int[] getDisplayGammaCalibration(int) -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_PopupWindow -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_borderlessButtonStyle -com.google.android.material.R$styleable: int ActionBar_height -wangdaye.com.geometricweather.R$styleable: int[] ColorPickerView -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.Temperature getTemperature() -wangdaye.com.geometricweather.remoteviews.config.ClockDayWeekWidgetConfigActivity +cyanogenmod.weather.WeatherInfo: long mTimestamp +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Speed: double Value +wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_switchTextOn +androidx.preference.R$styleable: int ActionBarLayout_android_layout_gravity +com.github.rahatarmanahmed.cpv.CircularProgressView: android.animation.AnimatorSet createIndeterminateAnimator(float) +androidx.customview.R$id: int right_icon +com.google.android.material.R$styleable: int KeyAttribute_transitionPathRotate +androidx.preference.R$dimen: int abc_action_bar_stacked_tab_max_width +androidx.hilt.work.R$style: int Widget_Compat_NotificationActionText +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_RC4_128_MD5 +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: void dispose() +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void openComplete(io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver) +androidx.work.WorkInfo$State: androidx.work.WorkInfo$State FAILED +androidx.constraintlayout.widget.R$attr: int suggestionRowLayout +okhttp3.internal.ws.WebSocketWriter: okio.Buffer buffer +cyanogenmod.profiles.ConnectionSettings: ConnectionSettings(int) +wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode[] values() +androidx.preference.R$string: int abc_action_bar_up_description +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setYesterday(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean) +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_11 +android.didikee.donate.R$style: int TextAppearance_AppCompat_Large_Inverse +com.turingtechnologies.materialscrollbar.R$dimen: int abc_button_inset_vertical_material +okio.RealBufferedSource: long readAll(okio.Sink) +androidx.appcompat.R$layout: int abc_alert_dialog_material +com.google.android.material.textfield.TextInputLayout: int getBaseline() +androidx.preference.R$id: int scrollIndicatorDown +androidx.work.R$drawable: int notification_bg_low_normal +wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.String updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.LocationEntity,long) +wangdaye.com.geometricweather.R$styleable: int CheckBoxPreference_android_summaryOff +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_android_thumb +com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Theme_AppCompat +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_panelMenuListWidth +okhttp3.internal.cache.DiskLruCache$Snapshot: void close() +com.turingtechnologies.materialscrollbar.R$attr: int arrowHeadLength +com.google.android.material.R$styleable: int Constraint_layout_constraintVertical_weight +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setIcon(int) +androidx.appcompat.R$id: int tabMode +com.google.android.material.R$color: int switch_thumb_material_dark +wangdaye.com.geometricweather.remoteviews.trend.TrendLinearLayout: TrendLinearLayout(android.content.Context,android.util.AttributeSet) +androidx.preference.R$style: int Widget_AppCompat_ButtonBar_AlertDialog +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getSrc() +okio.GzipSource: okio.Timeout timeout() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setWindSpeedStart(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: java.lang.String ShortPhrase +androidx.constraintlayout.widget.R$attr: int toolbarStyle +cyanogenmod.hardware.CMHardwareManager: int VIBRATOR_WARNING_INDEX +com.google.android.material.R$dimen: int design_fab_size_normal +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language UNSIMPLIFIED_CHINESE +com.xw.repo.bubbleseekbar.R$id: int notification_main_column_container +wangdaye.com.geometricweather.db.entities.DailyEntityDao: boolean hasKey(java.lang.Object) +com.google.android.material.R$styleable: int AppCompatTheme_colorError +okhttp3.HttpUrl$Builder: java.lang.String encodedFragment +james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum +androidx.coordinatorlayout.R$id: int accessibility_custom_action_4 +com.google.android.material.R$id: int accelerate +wangdaye.com.geometricweather.R$styleable: int[] AppCompatTextHelper +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Button_Borderless +wangdaye.com.geometricweather.R$string: int wind_direction +cyanogenmod.power.PerformanceManager: int PROFILE_POWER_SAVE +com.xw.repo.bubbleseekbar.R$drawable: int abc_tab_indicator_mtrl_alpha +okhttp3.Cache: int requestCount() +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode SNOW +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String getPrecipitationVoice(android.content.Context,float) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_TabBar +com.google.android.material.bottomnavigation.BottomNavigationView: android.content.res.ColorStateList getItemRippleColor() com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_fab_elevation -androidx.coordinatorlayout.R$id: int action_text -wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayWeekWidgetConfigActivity: Hilt_ClockDayWeekWidgetConfigActivity() -wangdaye.com.geometricweather.R$id: int uniform -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: int active -com.turingtechnologies.materialscrollbar.R$layout: R$layout() -android.didikee.donate.R$styleable: int AppCompatTheme_colorPrimaryDark -android.didikee.donate.R$drawable: int abc_spinner_textfield_background_material -okhttp3.internal.http2.Settings: int ENABLE_PUSH -androidx.constraintlayout.widget.R$attr: int actionLayout -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void fail(java.lang.Throwable,io.reactivex.Observer,io.reactivex.internal.queue.SpscLinkedArrayQueue) -com.google.android.material.R$styleable: int[] CoordinatorLayout_Layout -com.turingtechnologies.materialscrollbar.R$id: int none -androidx.viewpager.R$attr: int fontProviderFetchTimeout -wangdaye.com.geometricweather.R$styleable: int AppCompatSeekBar_android_thumb -cyanogenmod.app.Profile$TriggerState: int ON_A2DP_DISCONNECT -androidx.appcompat.R$styleable: int[] MenuGroup -wangdaye.com.geometricweather.R$string: int key_click_widget_to_refresh -androidx.appcompat.R$attr: int icon -com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_min_width_minor -com.google.android.material.bottomappbar.BottomAppBar: int getRightInset() -com.google.gson.stream.JsonReader: int PEEKED_END_ARRAY -wangdaye.com.geometricweather.R$attr: int layout_constraintHorizontal_chainStyle -cyanogenmod.os.Build -io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: void onComplete() -androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: AppCompatMultiAutoCompleteTextView(android.content.Context) -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub: android.os.IBinder asBinder() -okhttp3.ResponseBody$BomAwareReader: void close() -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: java.lang.String value -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.util.List forecast -com.google.android.material.R$attr: int colorOnSurface -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void onNext(java.lang.Object) -okhttp3.internal.cache.DiskLruCache$Entry: java.lang.String key -wangdaye.com.geometricweather.R$styleable: int Preference_android_icon -cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_COLOR_ADJUSTMENT -wangdaye.com.geometricweather.R$id: int cpv_preference_preview_color_panel -com.google.android.material.R$styleable: int MenuItem_iconTint -com.jaredrummler.android.colorpicker.R$attr: int listLayout -com.github.rahatarmanahmed.cpv.CircularProgressView: CircularProgressView(android.content.Context) -com.jaredrummler.android.colorpicker.R$string: int abc_action_bar_up_description -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: java.lang.String getValue() -com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult: java.util.List Summaries -com.bumptech.glide.R$style: int TextAppearance_Compat_Notification_Title -androidx.appcompat.R$drawable: int abc_ratingbar_material -com.google.android.material.R$styleable: int ConstraintSet_flow_lastVerticalStyle -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintTag -com.turingtechnologies.materialscrollbar.R$layout: int abc_list_menu_item_checkbox -okhttp3.internal.http.CallServerInterceptor$CountingSink: long successfulCount -io.reactivex.internal.util.NotificationLite: io.reactivex.internal.util.NotificationLite[] values() -wangdaye.com.geometricweather.R$drawable: int notif_temp_100 -androidx.appcompat.R$styleable: int AppCompatTheme_panelMenuListTheme -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float rain -wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayDetailsProvider: WidgetClockDayDetailsProvider() -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_min -com.google.android.material.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub$Proxy: IWeatherProviderServiceClient$Stub$Proxy(android.os.IBinder) -com.bumptech.glide.R$id: int bottom -retrofit2.OkHttpCall$1: OkHttpCall$1(retrofit2.OkHttpCall,retrofit2.Callback) -james.adaptiveicon.R$attr: int actionButtonStyle -com.google.android.material.R$attr: int checkedIconSize -wangdaye.com.geometricweather.R$attr: int commitIcon -wangdaye.com.geometricweather.R$drawable: int abc_text_select_handle_middle_mtrl_light -androidx.loader.R$styleable: int FontFamilyFont_font -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setArcBackgroundColor(int) -io.reactivex.internal.observers.InnerQueuedObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.turingtechnologies.materialscrollbar.R$layout: int abc_screen_simple_overlay_action_mode -cyanogenmod.app.LiveLockScreenInfo$1: java.lang.Object createFromParcel(android.os.Parcel) -james.adaptiveicon.R$dimen: int abc_text_size_title_material_toolbar -cyanogenmod.weather.WeatherInfo$Builder: double mWindSpeed -okhttp3.internal.platform.JdkWithJettyBootPlatform$JettyNegoProvider: java.util.List protocols -androidx.hilt.work.R$drawable: int notification_bg -androidx.work.R$id: int info -okhttp3.Response: long receivedResponseAtMillis -com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Light_Bridge -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_verticalGap -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeSplitBackground -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours: AccuCurrentResult$PrecipitationSummary$Past12Hours() -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeTotalPrecipitationProbability(java.lang.Float) -androidx.dynamicanimation.R$drawable: int notification_bg -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowFixedHeightMinor -com.google.android.material.snackbar.SnackbarContentLayout: android.widget.Button getActionView() -com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setIconTintList(android.content.res.ColorStateList) -com.google.android.material.R$styleable: int[] ActionMode -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ExtendedFloatingActionButton -james.adaptiveicon.R$styleable: int MenuItem_android_title -com.google.android.material.circularreveal.CircularRevealGridLayout: void setCircularRevealScrimColor(int) -androidx.appcompat.R$layout: int abc_action_mode_bar -james.adaptiveicon.R$layout: int abc_select_dialog_material -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getSnowPrecipitation() -com.turingtechnologies.materialscrollbar.R$attr: int showAsAction -org.greenrobot.greendao.database.DatabaseOpenHelper: java.lang.String name -wangdaye.com.geometricweather.R$styleable: int[] Layout -com.google.android.material.R$attr: int dividerHorizontal -james.adaptiveicon.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton -cyanogenmod.providers.CMSettings$System: java.lang.String CAMERA_SLEEP_ON_RELEASE -cyanogenmod.app.Profile: java.util.Map networkConnectionSubIds -androidx.preference.R$styleable: int ActionMode_height -wangdaye.com.geometricweather.R$dimen: int notification_small_icon_size_as_large -androidx.vectordrawable.R$id: int tag_accessibility_pane_title -androidx.constraintlayout.widget.R$color: int material_grey_50 -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_android_ttcIndex -retrofit2.Platform$Android: java.lang.Object invokeDefaultMethod(java.lang.reflect.Method,java.lang.Class,java.lang.Object,java.lang.Object[]) -james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_drawableRight -wangdaye.com.geometricweather.R$string: int wind_chill_temperature -androidx.recyclerview.R$color: R$color() -wangdaye.com.geometricweather.db.entities.HistoryEntity -okhttp3.internal.tls.DistinguishedNameParser: java.lang.String quotedAV() -com.google.android.material.R$attr: int iconTintMode -cyanogenmod.app.LiveLockScreenInfo: int PRIORITY_LOW -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: java.lang.String getFrom() -wangdaye.com.geometricweather.R$drawable: int abc_ic_menu_selectall_mtrl_alpha -wangdaye.com.geometricweather.R$attr: int constraintSetStart -android.didikee.donate.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintWidth_min -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd -androidx.lifecycle.ReportFragment: ReportFragment() -androidx.preference.R$styleable: int AppCompatTextHelper_android_drawableBottom -com.google.android.material.circularreveal.CircularRevealFrameLayout: com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo getRevealInfo() -androidx.lifecycle.ClassesInfoCache -wangdaye.com.geometricweather.R$string: int wind_9 -com.google.android.material.R$id: int mtrl_calendar_day_selector_frame -retrofit2.Utils$GenericArrayTypeImpl: int hashCode() -cyanogenmod.providers.DataUsageContract: java.lang.String ACTIVE -com.turingtechnologies.materialscrollbar.R$layout: int notification_template_custom_big -wangdaye.com.geometricweather.R$string: int key_notification_style -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -androidx.preference.PreferenceManager: void setOnDisplayPreferenceDialogListener(androidx.preference.PreferenceManager$OnDisplayPreferenceDialogListener) -androidx.preference.R$styleable: int Toolbar_titleTextAppearance -com.google.android.material.navigation.NavigationView: android.content.res.ColorStateList getItemTextColor() -com.google.android.material.R$style: int Test_Widget_MaterialComponents_MaterialCalendar -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1: DefaultCallAdapterFactory$ExecutorCallbackCall$1(retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall,retrofit2.Callback) -wangdaye.com.geometricweather.R$string: int abc_menu_enter_shortcut_label -com.google.android.material.R$styleable: int AppCompatTextView_drawableTopCompat -com.jaredrummler.android.colorpicker.R$drawable: int abc_ratingbar_small_material -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void alterWindow(int,int,int,int,boolean,android.graphics.Rect) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setIndices(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX) -androidx.vectordrawable.R$layout: int notification_template_part_chronometer -cyanogenmod.app.IProfileManager$Stub$Proxy: android.app.NotificationGroup getNotificationGroupForPackage(java.lang.String) -com.google.android.material.slider.BaseSlider: void setValues(java.lang.Float[]) -com.google.android.material.R$styleable: int NavigationView_itemShapeFillColor -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_month_vertical_padding -retrofit2.converter.gson.GsonConverterFactory: retrofit2.Converter responseBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) -wangdaye.com.geometricweather.R$dimen: int design_tab_max_width -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_CompactMenu -androidx.core.R$drawable: int notification_action_background -wangdaye.com.geometricweather.R$drawable: int notif_temp_77 -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_FixedSize_Bridge -com.jaredrummler.android.colorpicker.R$style: int Base_V21_Theme_AppCompat_Light_Dialog -android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionMode -wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_speedValue -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: int getSubTextColorResId() -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_Dialog -retrofit2.adapter.rxjava2.CallEnqueueObservable: void subscribeActual(io.reactivex.Observer) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Rain: double Value -com.xw.repo.bubbleseekbar.R$id: int search_badge -android.didikee.donate.R$layout: int abc_search_view -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_lastVerticalStyle -io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain: java.lang.String getMessage() -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: long index -androidx.appcompat.widget.AppCompatSpinner: void setBackgroundResource(int) -wangdaye.com.geometricweather.R$dimen: int mtrl_transition_shared_axis_slide_distance -com.google.android.material.appbar.CollapsingToolbarLayout: void setTitle(java.lang.CharSequence) -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.lang.Integer dbz -androidx.swiperefreshlayout.R$attr: int fontProviderQuery -androidx.appcompat.R$styleable: int AppCompatTheme_windowFixedWidthMajor -wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: void setNightIndicatorRotation(float) -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight -wangdaye.com.geometricweather.R$string: int mtrl_picker_text_input_day_abbr -wangdaye.com.geometricweather.R$drawable: int notif_temp_95 -com.google.android.material.button.MaterialButton: void removeOnCheckedChangeListener(com.google.android.material.button.MaterialButton$OnCheckedChangeListener) -android.didikee.donate.R$styleable: int ViewStubCompat_android_layout -com.google.android.material.appbar.AppBarLayout: AppBarLayout(android.content.Context) -okhttp3.OkHttpClient: boolean followSslRedirects() -com.google.android.material.R$id: int scrollIndicatorUp -androidx.swiperefreshlayout.R$styleable -com.turingtechnologies.materialscrollbar.DragScrollBar: int getMode() -com.turingtechnologies.materialscrollbar.R$animator: R$animator() -retrofit2.OptionalConverterFactory$OptionalConverter -android.didikee.donate.R$style: int Base_V7_Theme_AppCompat_Dialog -wangdaye.com.geometricweather.db.entities.DailyEntityDao: wangdaye.com.geometricweather.db.converters.WindDegreeConverter daytimeWindDegreeConverter -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void dispose() -androidx.appcompat.widget.SearchView$SearchAutoComplete: SearchView$SearchAutoComplete(android.content.Context,android.util.AttributeSet) -androidx.preference.R$styleable: int ActionBar_subtitleTextStyle -wangdaye.com.geometricweather.daily.DailyWeatherActivity: DailyWeatherActivity() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: java.lang.String advice -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored -androidx.viewpager2.R$style -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_subtitle_bottom_margin_material -com.xw.repo.bubbleseekbar.R$styleable: int[] ActionMenuItemView -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_editTextPreferenceStyle -okio.AsyncTimeout$2 -wangdaye.com.geometricweather.db.entities.HistoryEntity: void setDaytimeTemperature(int) -wangdaye.com.geometricweather.R$id: int material_textinput_timepicker -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_commit_search_api_mtrl_alpha -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxCornerRadiusBottomStart -androidx.appcompat.R$styleable: int MenuItem_android_titleCondensed -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getDailyForecast() -wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_Main -androidx.constraintlayout.widget.R$drawable: int abc_item_background_holo_dark -io.reactivex.internal.util.NotificationLite: java.lang.Object complete() -com.bumptech.glide.load.engine.DecodeJob$RunReason: com.bumptech.glide.load.engine.DecodeJob$RunReason[] values() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Imperial: java.lang.String Unit -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.CompletableObserver downstream -io.reactivex.Observable: io.reactivex.Observable timeout(io.reactivex.functions.Function) -wangdaye.com.geometricweather.R$string: int action_alert -androidx.preference.R$styleable: int Toolbar_titleMarginStart -androidx.lifecycle.extensions.R$dimen: int notification_large_icon_width -androidx.legacy.coreutils.R$layout: int notification_template_part_chronometer -wangdaye.com.geometricweather.R$dimen: int mtrl_snackbar_margin -androidx.legacy.coreutils.R$styleable: int GradientColor_android_gradientRadius -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_week_5 -com.jaredrummler.android.colorpicker.R$color: int abc_color_highlight_material -androidx.fragment.R$styleable: int FontFamilyFont_android_fontVariationSettings -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: CaiYunMainlyResult$UrlBean() -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property RelativeHumidity -androidx.constraintlayout.widget.VirtualLayout: void setVisibility(int) -androidx.preference.R$styleable: int AppCompatImageView_android_src -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_switchTextOff -com.google.android.material.R$attr: int shapeAppearanceSmallComponent -com.turingtechnologies.materialscrollbar.R$drawable: int design_ic_visibility_off -com.google.android.material.R$id: int accessibility_custom_action_14 -androidx.dynamicanimation.R$id: int tag_unhandled_key_listeners -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Chip_Entry -wangdaye.com.geometricweather.weather.json.mf.MfRainResult: MfRainResult() -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: ObservableSampleTimed$SampleTimedObserver(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -cyanogenmod.app.Profile: cyanogenmod.app.Profile fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) -cyanogenmod.providers.CMSettings$Secure: java.lang.String WEATHER_PROVIDER_SERVICE -cyanogenmod.profiles.StreamSettings: void setValue(int) -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_curveFit -com.google.android.material.tabs.TabLayout: int getTabCount() -james.adaptiveicon.R$styleable: int MenuView_android_itemIconDisabledAlpha -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView -wangdaye.com.geometricweather.db.entities.AlertEntityDao: boolean isEntityUpdateable() -wangdaye.com.geometricweather.R$id: int month_navigation_next -androidx.hilt.work.R$styleable: int GradientColor_android_centerY -wangdaye.com.geometricweather.R$color: int design_default_color_on_primary -james.adaptiveicon.R$id: int textSpacerNoTitle -wangdaye.com.geometricweather.R$attr: int bsb_touch_to_seek -androidx.constraintlayout.widget.R$attr: int customNavigationLayout -android.didikee.donate.R$attr: int submitBackground -androidx.vectordrawable.R$styleable: int[] FontFamilyFont -com.bumptech.glide.R$attr: int keylines -androidx.viewpager.R$integer: int status_bar_notification_info_maxnum -androidx.appcompat.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult: MfCurrentResult() -com.google.android.material.chip.Chip: float getCloseIconEndPadding() -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_alertDialogCenterButtons -androidx.appcompat.R$style: int Base_Animation_AppCompat_DropDownUp -androidx.recyclerview.R$id: int right_icon -androidx.constraintlayout.widget.R$attr: int barrierAllowsGoneWidgets -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_lastHorizontalStyle -com.google.android.material.chip.Chip: android.content.res.ColorStateList getCloseIconTint() -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: java.lang.Thread thread -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: java.util.List toDailyTrendDisplayList(java.lang.String) -androidx.core.app.RemoteActionCompatParcelizer -com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableItem_android_drawable -wangdaye.com.geometricweather.R$layout: int image_frame -com.xw.repo.bubbleseekbar.R$attr: int colorControlHighlight -wangdaye.com.geometricweather.R$styleable: int Chip_chipStrokeColor -androidx.appcompat.R$styleable: int Toolbar_contentInsetEndWithActions -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonBarButtonStyle -io.reactivex.internal.schedulers.ScheduledRunnable: java.lang.Object PARENT_DISPOSED -android.didikee.donate.R$styleable: int Toolbar_title -com.google.android.material.R$styleable: int LinearLayoutCompat_Layout_android_layout_height -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void removeSome(int) -androidx.appcompat.R$attr: int buttonStyleSmall -dagger.hilt.android.internal.managers.ActivityRetainedComponentManager$ActivityRetainedComponentViewModel -androidx.appcompat.R$styleable: int View_android_theme -com.google.android.material.R$integer: int mtrl_btn_anim_duration_ms -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActivityChooserView -androidx.transition.R$attr: int alpha -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int WEATHER_CODE_MAX -android.didikee.donate.R$dimen: int abc_action_button_min_width_material -okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level BASIC -androidx.appcompat.resources.R$id: int title -wangdaye.com.geometricweather.R$styleable: int Toolbar_subtitleTextColor -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void innerError(java.lang.Throwable) -com.xw.repo.bubbleseekbar.R$styleable: int ActionMode_titleTextStyle -wangdaye.com.geometricweather.R$drawable: int abc_ic_go_search_api_material -androidx.preference.R$style: int Theme_AppCompat_Dialog -wangdaye.com.geometricweather.R$string: int key_exchange_day_night_temp_switch -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: java.lang.String getUnit() -com.google.android.material.R$attr: int initialActivityCount -androidx.preference.R$color: int accent_material_dark -androidx.appcompat.R$style: int Widget_AppCompat_ActionBar_TabText -androidx.coordinatorlayout.R$styleable: int FontFamilyFont_android_ttcIndex -okhttp3.internal.cache.CacheStrategy: boolean isCacheable(okhttp3.Response,okhttp3.Request) -com.google.android.material.R$layout: int design_navigation_item -android.support.v4.os.ResultReceiver: void writeToParcel(android.os.Parcel,int) -com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_gapBetweenBars -androidx.hilt.lifecycle.R$drawable: int notification_template_icon_low_bg -com.turingtechnologies.materialscrollbar.R$attr: int tabIconTintMode -com.google.android.material.R$attr: int behavior_skipCollapsed -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_AES_256_GCM_SHA384 -cyanogenmod.weather.WeatherLocation: int describeContents() -retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: ResultObservable$ResultObserver(io.reactivex.Observer) -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean delayError -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: int getCollapsedSize() -wangdaye.com.geometricweather.R$id: int navigation_header_container -james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintRight_toRightOf -com.bumptech.glide.load.resource.bitmap.RecyclableBufferedInputStream$InvalidMarkException: RecyclableBufferedInputStream$InvalidMarkException(java.lang.String) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeSplitBackground -wangdaye.com.geometricweather.R$attr: int cpv_showOldColor -cyanogenmod.profiles.RingModeSettings: boolean mOverride -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight_Dialog -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: long serialVersionUID -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_collapsedTitleTextAppearance -com.jaredrummler.android.colorpicker.R$color: int abc_primary_text_material_dark -androidx.preference.R$styleable: int FontFamilyFont_ttcIndex -wangdaye.com.geometricweather.common.basic.models.weather.Alert: Alert(android.os.Parcel) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless -com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage valueOf(java.lang.String) -androidx.appcompat.R$dimen: int notification_media_narrow_margin -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_translationY -james.adaptiveicon.R$styleable: int SearchView_searchHintIcon -com.turingtechnologies.materialscrollbar.R$attr: int tabPaddingTop -cyanogenmod.app.StatusBarPanelCustomTile: int getUserId() -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Medium -android.didikee.donate.R$styleable: int AppCompatTheme_actionModeShareDrawable -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$3: KeyguardExternalViewProviderService$Provider$ProviderImpl$3(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl,boolean) -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu -androidx.recyclerview.R$styleable: int FontFamilyFont_ttcIndex -okhttp3.internal.http2.Http2Stream: okio.Source getSource() -james.adaptiveicon.R$attr: int listLayout -com.turingtechnologies.materialscrollbar.R$drawable: int notification_bg -cyanogenmod.app.StatusBarPanelCustomTile$1 -androidx.preference.R$attr: int thickness -androidx.appcompat.R$attr: int fontProviderCerts -com.google.android.material.R$id: int search_close_btn -com.google.android.material.R$styleable: int MenuItem_showAsAction -androidx.preference.R$styleable: int PreferenceTheme_preferenceFragmentCompatStyle -wangdaye.com.geometricweather.R$anim: int design_bottom_sheet_slide_out -wangdaye.com.geometricweather.common.basic.models.weather.Alert: int getColor() -com.jaredrummler.android.colorpicker.R$attr: int actionModePasteDrawable -com.turingtechnologies.materialscrollbar.R$color: int highlighted_text_material_light -com.jaredrummler.android.colorpicker.R$drawable: int abc_list_divider_material -androidx.appcompat.R$attr: int itemPadding -cyanogenmod.platform.R: R() -androidx.coordinatorlayout.R$dimen: int compat_button_padding_horizontal_material -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.lang.Integer LEFT_CLOSE -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver -com.jaredrummler.android.colorpicker.R$attr: int collapseIcon -okhttp3.OkHttpClient$1: okhttp3.Call newWebSocketCall(okhttp3.OkHttpClient,okhttp3.Request) -cyanogenmod.externalviews.KeyguardExternalView: KeyguardExternalView(android.content.Context,android.util.AttributeSet,android.content.ComponentName) -com.google.android.material.R$id: int circular -okhttp3.MediaType: java.lang.String QUOTED -androidx.core.widget.NestedScrollView: void setOnScrollChangeListener(androidx.core.widget.NestedScrollView$OnScrollChangeListener) -com.jaredrummler.android.colorpicker.R$attr: int contentInsetStart -james.adaptiveicon.R$dimen: int abc_button_padding_horizontal_material -cyanogenmod.hardware.CMHardwareManager: int GAMMA_CALIBRATION_MAX_INDEX -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void cancel() -james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_textAppearance -io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: void onSubscribe(org.reactivestreams.Subscription) -com.jaredrummler.android.colorpicker.R$styleable: int[] BackgroundStyle -androidx.loader.R$dimen: int compat_notification_large_icon_max_width -retrofit2.http.POST: java.lang.String value() -wangdaye.com.geometricweather.R$attr: int useMaterialThemeColors -androidx.preference.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator -james.adaptiveicon.R$id: int icon_group -androidx.appcompat.R$styleable: int[] AnimatedStateListDrawableTransition -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void onNext(java.lang.Object) -android.didikee.donate.R$styleable: int AppCompatImageView_android_src -androidx.work.R$id: int actions -wangdaye.com.geometricweather.R$drawable: int weather_fog -cyanogenmod.weatherservice.ServiceRequest: cyanogenmod.weatherservice.ServiceRequest$Status mStatus -cyanogenmod.themes.IThemeProcessingListener: void onFinishedProcessing(java.lang.String) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_autoSizeMaxTextSize -android.didikee.donate.R$attr: int buttonTint -com.google.android.material.R$style: int Base_Widget_AppCompat_ProgressBar -androidx.work.R$color: int secondary_text_default_material_light -cyanogenmod.alarmclock.ClockContract$CitiesColumns -android.didikee.donate.R$style: int Base_Widget_AppCompat_Toolbar -wangdaye.com.geometricweather.R$dimen: int mtrl_exposed_dropdown_menu_popup_elevation -androidx.swiperefreshlayout.R$drawable: int notification_tile_bg -com.jaredrummler.android.colorpicker.R$attr: int actionBarStyle -com.google.android.material.R$style: int Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow -cyanogenmod.hardware.CMHardwareManager: boolean deletePersistentObject(java.lang.String) -com.google.android.material.R$dimen: int design_fab_border_width -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_dialog_btn_min_width -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: io.reactivex.Observer downstream -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_verticalBias -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: long serialVersionUID -io.reactivex.Observable: io.reactivex.Observable ambWith(io.reactivex.ObservableSource) -com.google.android.material.R$animator: int mtrl_extended_fab_change_size_expand_motion_spec -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView: int getMarginBottom() -com.google.android.material.slider.Slider: void setThumbTintList(android.content.res.ColorStateList) -androidx.constraintlayout.widget.R$styleable: int ActionBar_hideOnContentScroll -androidx.preference.R$dimen: int abc_control_corner_material -okhttp3.internal.tls.DistinguishedNameParser: java.lang.String nextAT() -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setProgress(float) -androidx.lifecycle.ProcessLifecycleOwner$3: void onActivityStopped(android.app.Activity) -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small -androidx.appcompat.R$layout: int abc_search_dropdown_item_icons_2line -androidx.vectordrawable.R$dimen: int notification_action_text_size -okhttp3.internal.http2.Http2Codec: java.lang.String UPGRADE -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar -wangdaye.com.geometricweather.R$id: int clear_text -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_11 -com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_anim_duration -io.reactivex.Observable: io.reactivex.Observable concatWith(io.reactivex.MaybeSource) -wangdaye.com.geometricweather.R$attr: int customStringValue -androidx.appcompat.R$drawable: int abc_ic_menu_selectall_mtrl_alpha -com.google.android.material.R$dimen: int mtrl_slider_track_side_padding -androidx.preference.R$styleable: int Preference_android_singleLineTitle -com.google.android.material.R$id: int mtrl_view_tag_bottom_padding -okhttp3.internal.ws.RealWebSocket: void tearDown() -androidx.transition.R$style: R$style() -wangdaye.com.geometricweather.R$styleable: int Tooltip_android_textAppearance -androidx.dynamicanimation.R$drawable: R$drawable() -android.didikee.donate.R$anim: int abc_popup_enter -wangdaye.com.geometricweather.common.basic.models.weather.Wind -wangdaye.com.geometricweather.R$style: int Animation_AppCompat_Tooltip -androidx.customview.R$styleable: int FontFamilyFont_fontStyle -com.google.android.material.R$layout: int design_bottom_sheet_dialog -io.reactivex.internal.subscribers.DeferredScalarSubscriber: void onNext(java.lang.Object) -cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator access$100() -android.didikee.donate.R$id: int multiply -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum: AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum() -cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: android.os.IBinder mRemote -com.google.android.material.R$style: int ShapeAppearanceOverlay_BottomRightCut -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light_DialogWhenLarge -androidx.constraintlayout.widget.R$attr: int paddingEnd -com.google.android.material.R$style: int ThemeOverlay_AppCompat_DayNight -androidx.appcompat.widget.AppCompatAutoCompleteTextView: void setSupportBackgroundTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light_DialogWhenLarge -wangdaye.com.geometricweather.R$string: int content_des_pm10 -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_background -android.didikee.donate.R$styleable: int AppCompatSeekBar_tickMark -com.google.android.material.R$dimen: int mtrl_btn_letter_spacing -com.google.android.material.datepicker.MaterialCalendarGridView -androidx.work.R$id: int action_text -androidx.constraintlayout.widget.R$id: int path -androidx.hilt.work.R$id: int accessibility_custom_action_16 -androidx.constraintlayout.widget.R$color: int abc_search_url_text_pressed -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_NoActionBar +com.jaredrummler.android.colorpicker.ColorPickerView +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$5: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 +cyanogenmod.themes.ThemeChangeRequest: ThemeChangeRequest(java.util.Map,java.util.Map,cyanogenmod.themes.ThemeChangeRequest$RequestType,long) +androidx.appcompat.widget.Toolbar: void setCollapseContentDescription(java.lang.CharSequence) +com.google.android.material.R$styleable: int OnSwipe_maxVelocity +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_Bridge +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day Day +androidx.appcompat.R$attr: int drawableTopCompat +wangdaye.com.geometricweather.R$attr: int errorContentDescription +wangdaye.com.geometricweather.R$id: int resident_icon +org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database getReadableDb() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Metric Metric +io.reactivex.internal.util.EmptyComponent: void onSubscribe(org.reactivestreams.Subscription) +com.xw.repo.bubbleseekbar.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 +androidx.customview.R$color: int notification_action_color_filter +com.google.android.material.R$styleable: int Layout_layout_constraintRight_toRightOf +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: void setStatus(int) +wangdaye.com.geometricweather.R$attr: int autoTransition +wangdaye.com.geometricweather.R$id: int widget_day_week_temp_5 +com.xw.repo.bubbleseekbar.R$color: int dim_foreground_material_light +androidx.appcompat.R$style: int Widget_AppCompat_ActionBar +com.xw.repo.bubbleseekbar.R$style: R$style() +androidx.preference.CheckBoxPreference +com.jaredrummler.android.colorpicker.R$attr: int actionBarItemBackground +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_year_height +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_contentInsetStart +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ENABLE_MWI_NOTIFICATION_VALIDATOR +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String COL_PREV_VALUE +androidx.appcompat.widget.ListPopupWindow: void setOnDismissListener(android.widget.PopupWindow$OnDismissListener) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Imperial: int UnitType +androidx.lifecycle.extensions.R$anim: int fragment_fade_exit +com.google.android.material.R$attr: int boxStrokeColor +com.turingtechnologies.materialscrollbar.R$styleable: int ThemeEnforcement_enforceTextAppearance +okhttp3.internal.http.RetryAndFollowUpInterceptor: RetryAndFollowUpInterceptor(okhttp3.OkHttpClient,boolean) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_panelMenuListWidth +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_stroke_size +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Imperial Imperial +com.google.android.material.slider.BaseSlider: void setFocusedThumbIndex(int) +com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy[] values() +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void drainFused() +org.greenrobot.greendao.AbstractDao: long insert(java.lang.Object) +androidx.preference.R$styleable: int ActionMode_backgroundSplit +com.google.android.material.R$attr: int animate_relativeTo +org.greenrobot.greendao.AbstractDaoMaster: java.util.Map daoConfigMap +com.google.gson.stream.JsonReader: int peekNumber() +james.adaptiveicon.R$styleable: int MenuView_subMenuArrow +androidx.preference.R$attr: int fastScrollEnabled +com.jaredrummler.android.colorpicker.R$id: int info +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Button_Colored +com.google.android.material.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding +james.adaptiveicon.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 +com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_centerColor +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: io.reactivex.disposables.CompositeDisposable set +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours: AccuCurrentResult$PrecipitationSummary$Past18Hours() +androidx.appcompat.R$layout: int abc_popup_menu_header_item_layout +io.reactivex.internal.functions.Functions$NaturalComparator +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_EditText +com.xw.repo.bubbleseekbar.R$styleable: int FontFamily_fontProviderFetchTimeout +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_SeekBar +androidx.fragment.app.FragmentManager: void addOnBackStackChangedListener(androidx.fragment.app.FragmentManager$OnBackStackChangedListener) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintBottom_creator +android.didikee.donate.R$attr: int buttonBarNeutralButtonStyle +cyanogenmod.app.IProfileManager: boolean profileExistsByName(java.lang.String) +retrofit2.Utils: java.lang.RuntimeException parameterError(java.lang.reflect.Method,int,java.lang.String,java.lang.Object[]) +wangdaye.com.geometricweather.R$styleable: int Layout_barrierMargin +com.google.android.material.tabs.TabLayout: TabLayout(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult: java.util.List forecasts +com.turingtechnologies.materialscrollbar.R$attr: int layout_behavior +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Headline +android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 +cyanogenmod.hardware.CMHardwareManager: int GAMMA_CALIBRATION_BLUE_INDEX +wangdaye.com.geometricweather.R$drawable: int weather_hail_2 +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: io.reactivex.Observer downstream +retrofit2.BuiltInConverters: retrofit2.Converter requestBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],java.lang.annotation.Annotation[],retrofit2.Retrofit) +org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.AbstractDao getDao(java.lang.Class) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String windDirection +androidx.fragment.R$attr +com.google.android.material.R$attr: int placeholderText +com.turingtechnologies.materialscrollbar.R$attr: int actionBarWidgetTheme +com.bumptech.glide.integration.okhttp.R$attr: int coordinatorLayoutStyle +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_toTopOf +james.adaptiveicon.R$styleable: int AlertDialog_android_layout +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void removeFirst() +com.xw.repo.BubbleSeekBar: void setTrackColor(int) +wangdaye.com.geometricweather.R$attr: int fontProviderPackage +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setSo2(java.lang.Float) +james.adaptiveicon.R$dimen: int abc_seekbar_track_background_height_material +wangdaye.com.geometricweather.R$attr: int switchTextAppearance +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: boolean checkTerminated(boolean,boolean,org.reactivestreams.Subscriber) +wangdaye.com.geometricweather.R$id: int sawtooth +androidx.appcompat.R$styleable: int AppCompatTheme_textColorAlertDialogListItem +com.google.android.material.R$layout: int design_navigation_item_separator +com.google.android.material.R$attr: int listPopupWindowStyle +android.didikee.donate.R$drawable: int abc_spinner_mtrl_am_alpha +wangdaye.com.geometricweather.R$attr: int itemShapeAppearance +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_SCREEN_ON_VALIDATOR +androidx.core.os.CancellationSignal +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu +androidx.constraintlayout.widget.R$dimen: int abc_floating_window_z +com.google.android.material.R$styleable: int NavigationView_itemTextAppearance +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber +androidx.legacy.coreutils.R$styleable: int GradientColorItem_android_offset +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: ChineseCityEntity() +okio.Pipe$PipeSource: okio.Pipe this$0 +okio.BufferedSource: byte readByte() +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient build() +com.google.android.material.R$styleable: int Constraint_layout_constraintTop_creator +cyanogenmod.weather.CMWeatherManager$2$1: CMWeatherManager$2$1(cyanogenmod.weather.CMWeatherManager$2,cyanogenmod.weather.CMWeatherManager$WeatherUpdateRequestListener,int,cyanogenmod.weather.WeatherInfo) +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.R$color: int mtrl_indicator_text_color +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintVertical_weight +androidx.customview.R$id: int async +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_Dark +okhttp3.internal.cache.DiskLruCache$Editor: void detach() +androidx.coordinatorlayout.R$styleable: int GradientColor_android_gradientRadius +com.google.android.material.R$styleable: int Constraint_layout_constraintTag +androidx.appcompat.widget.AppCompatToggleButton +com.google.android.material.bottomnavigation.BottomNavigationView: int getItemBackgroundResource() +wangdaye.com.geometricweather.R$drawable: int notif_temp_28 +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_track +retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$1: retrofit2.Call $this_await$inlined +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$RequestType mRequestType +wangdaye.com.geometricweather.R$style: int Preference_SwitchPreference +androidx.constraintlayout.widget.R$attr: int indeterminateProgressStyle +com.google.android.material.R$styleable: int NavigationView_itemShapeAppearanceOverlay +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_active_item_max_width +com.google.android.material.R$styleable: int Toolbar_titleMargins +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Menu +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: void dispose() +com.google.android.material.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable +wangdaye.com.geometricweather.R$array: int languages +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void onError(java.lang.Throwable) +com.bumptech.glide.load.engine.GlideException: void logRootCauses(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_rotation +cyanogenmod.app.BaseLiveLockManagerService: BaseLiveLockManagerService() +wangdaye.com.geometricweather.db.entities.AlertEntity: AlertEntity() +com.jaredrummler.android.colorpicker.R$id: int async +androidx.appcompat.R$integer: int status_bar_notification_info_maxnum +cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.IKeyguardExternalViewProvider access$000(cyanogenmod.externalviews.KeyguardExternalView) +com.google.android.material.R$styleable: int ConstraintSet_motionProgress +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer getWetBulbTemperature() +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse +androidx.lifecycle.extensions.R$id: int blocking +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void dispose() +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPathRenderer +com.jaredrummler.android.colorpicker.R$style: int Base_V22_Theme_AppCompat +james.adaptiveicon.R$color: int highlighted_text_material_light +androidx.constraintlayout.widget.R$attr: int layout_constraintCircle +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_stacked_tab_max_width +androidx.fragment.R$styleable: int GradientColor_android_gradientRadius +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_AutoCompleteTextView +androidx.legacy.coreutils.R$id: int line1 +com.google.android.material.R$color: int material_slider_active_tick_marks_color +androidx.constraintlayout.widget.R$attr: int autoSizeTextType com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_layout_keyline -wangdaye.com.geometricweather.R$styleable: int[] MaterialTextAppearance -wangdaye.com.geometricweather.R$style: int notification_large_title_text -androidx.customview.R$id: int blocking -wangdaye.com.geometricweather.R$drawable: int notif_temp_139 -androidx.coordinatorlayout.R$styleable: int FontFamilyFont_font -android.didikee.donate.R$dimen: int abc_text_size_display_2_material -com.google.android.material.chip.Chip: void setBackgroundResource(int) -androidx.appcompat.R$dimen: int hint_pressed_alpha_material_light -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.Observer downstream -io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: void onComplete() -wangdaye.com.geometricweather.common.basic.models.weather.Astro: java.lang.String getRiseTime(android.content.Context) -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xss -com.jaredrummler.android.colorpicker.R$style: int AlertDialog_AppCompat_Light -com.google.android.material.R$styleable: int MaterialCardView_strokeWidth -com.google.android.material.R$attr: int backgroundTintMode -android.didikee.donate.R$color: int abc_btn_colored_borderless_text_material -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_menu_material -okhttp3.ResponseBody$BomAwareReader: boolean closed -android.didikee.donate.R$style: int Widget_AppCompat_ActionMode -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_textEndPadding -com.turingtechnologies.materialscrollbar.R$attr: int multiChoiceItemLayout -androidx.appcompat.R$attr: int dialogTheme -james.adaptiveicon.R$drawable: int abc_cab_background_top_mtrl_alpha -androidx.hilt.lifecycle.R$attr: int alpha -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: io.reactivex.functions.Action onOverflow -james.adaptiveicon.R$styleable: int AppCompatTheme_actionMenuTextAppearance -wangdaye.com.geometricweather.R$attr: int maxLines -com.google.gson.JsonSyntaxException: JsonSyntaxException(java.lang.String) -okhttp3.Response: okhttp3.Protocol protocol() -com.google.android.material.R$id: int submenuarrow -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_CardView -james.adaptiveicon.R$attr: int paddingBottomNoButtons -io.reactivex.internal.disposables.SequentialDisposable -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Display1 -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addPathSegments(java.lang.String) -androidx.core.view.GestureDetectorCompat: void setOnDoubleTapListener(android.view.GestureDetector$OnDoubleTapListener) -okhttp3.internal.http2.Http2Stream: void receiveData(okio.BufferedSource,int) -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWindLevel(java.lang.String) -com.xw.repo.bubbleseekbar.R$attr: int bsb_always_show_bubble_delay -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_paddingEnd -cyanogenmod.externalviews.ExternalViewProperties: android.graphics.Rect getHitRect() -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder addInterceptor(okhttp3.Interceptor) -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Spinner -com.google.android.material.R$styleable: int ConstraintSet_android_layout_marginBottom -james.adaptiveicon.R$color: int notification_action_color_filter -com.turingtechnologies.materialscrollbar.R$attr: int iconTint -okhttp3.internal.cache.CacheInterceptor: okhttp3.Headers combine(okhttp3.Headers,okhttp3.Headers) -androidx.preference.UnPressableLinearLayout -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_width -wangdaye.com.geometricweather.R$style: int Base_V22_Theme_AppCompat -androidx.drawerlayout.R$id: int notification_main_column_container -androidx.hilt.work.R$id: int blocking -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String hourlyForecast -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_fontVariationSettings -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_weather_2 -com.xw.repo.bubbleseekbar.R$attr: int panelBackground -wangdaye.com.geometricweather.R$id: int visible -okhttp3.internal.http2.Http2Connection$1: void execute() -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_alpha -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean -androidx.legacy.coreutils.R$dimen: int notification_main_column_padding_top -retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter: java.lang.reflect.Type responseType -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_editor_absoluteY -james.adaptiveicon.R$style: int ThemeOverlay_AppCompat -james.adaptiveicon.R$dimen: int abc_control_corner_material -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: io.reactivex.internal.operators.observable.ObservableReplay$Node tail -androidx.constraintlayout.widget.R$styleable: int View_paddingEnd -wangdaye.com.geometricweather.db.entities.HourlyEntity: boolean getDaylight() -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_placeholderTextColor -com.google.android.material.R$id: int unlabeled -cyanogenmod.app.PartnerInterface: android.content.Context mContext -com.xw.repo.bubbleseekbar.R$id: int time -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_30 -james.adaptiveicon.R$styleable: int SearchView_suggestionRowLayout -android.didikee.donate.R$styleable: int[] ActionBar -com.google.android.material.R$attr: int customFloatValue -cyanogenmod.app.suggest.AppSuggestManager: android.content.Context mContext -androidx.viewpager2.R$id: int accessibility_custom_action_31 -james.adaptiveicon.R$drawable: int abc_ic_ab_back_material -androidx.preference.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_0 -com.google.android.material.R$styleable: int RecycleListView_paddingBottomNoButtons -wangdaye.com.geometricweather.R$drawable: int ic_uv -androidx.appcompat.R$attr: int alertDialogCenterButtons +wangdaye.com.geometricweather.R$styleable: int[] ArcProgress +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.util.Date sunsetTime +com.google.android.material.R$styleable: int MenuItem_android_checkable +james.adaptiveicon.R$dimen: int notification_right_side_padding_top +androidx.loader.R$drawable: int notification_template_icon_low_bg +com.google.android.material.textfield.TextInputLayout: int getPlaceholderTextAppearance() +com.jaredrummler.android.colorpicker.R$attr: int iconTintMode +james.adaptiveicon.R$layout: R$layout() +androidx.constraintlayout.utils.widget.MotionTelltales +androidx.preference.R$styleable: int[] ActionMenuItemView +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial: double Value +androidx.fragment.R$dimen: int notification_top_pad +com.google.android.material.R$style: int Base_V7_Widget_AppCompat_Toolbar +com.bumptech.glide.R$id +com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableTransition_android_drawable +wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: int getChartBottom() +android.didikee.donate.R$layout: int abc_action_menu_layout +com.xw.repo.bubbleseekbar.R$color: int material_grey_50 +wangdaye.com.geometricweather.R$styleable: int ScrollingViewBehavior_Layout_behavior_overlapTop +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy +cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: void setServiceClient(cyanogenmod.weatherservice.IWeatherProviderServiceClient) +androidx.preference.R$styleable: int Toolbar_contentInsetRight +wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_startAngle +wangdaye.com.geometricweather.remoteviews.trend.TrendLinearLayout: TrendLinearLayout(android.content.Context) +wangdaye.com.geometricweather.R$dimen: int design_snackbar_background_corner_radius +wangdaye.com.geometricweather.R$id: int fill_vertical +com.turingtechnologies.materialscrollbar.R$layout: int abc_activity_chooser_view +wangdaye.com.geometricweather.R$styleable: int[] MotionTelltales +com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_fabCradleRoundedCornerRadius +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: MaterialWeatherView(android.content.Context,android.util.AttributeSet,int) -com.jaredrummler.android.colorpicker.R$drawable: int abc_ratingbar_material -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_112 -androidx.constraintlayout.widget.R$styleable: int MotionLayout_motionProgress -com.xw.repo.bubbleseekbar.R$attr: int bsb_always_show_bubble -androidx.hilt.work.R$styleable: int GradientColor_android_type -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_AES_128_CBC_SHA -com.google.android.material.R$style: int AlertDialog_AppCompat -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator -wangdaye.com.geometricweather.R$dimen: int notification_top_pad -com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat_ActionBar -com.github.rahatarmanahmed.cpv.CircularProgressView: void init(android.util.AttributeSet,int) -james.adaptiveicon.R$layout: int abc_action_bar_up_container -com.jaredrummler.android.colorpicker.R$styleable: int BackgroundStyle_selectableItemBackground -com.google.android.material.R$styleable: int AppCompatTheme_dividerVertical -android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle -wangdaye.com.geometricweather.R$drawable: int flag_tr -com.xw.repo.bubbleseekbar.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset -com.google.android.material.appbar.MaterialToolbar: MaterialToolbar(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: void setDirection(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean) -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_switchMinWidth -androidx.preference.R$styleable: int AppCompatTheme_actionBarTabStyle -com.jaredrummler.android.colorpicker.R$color: int material_grey_850 -androidx.preference.R$id: int accessibility_custom_action_14 -androidx.activity.R$color: R$color() -wangdaye.com.geometricweather.db.entities.DailyEntityDao: wangdaye.com.geometricweather.db.entities.DailyEntity readEntity(android.database.Cursor,int) -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_android_focusable -com.turingtechnologies.materialscrollbar.R$attr: int subtitleTextAppearance -com.xw.repo.bubbleseekbar.R$string: int abc_shareactionprovider_share_with_application -androidx.viewpager2.R$style: int Widget_Compat_NotificationActionText -io.reactivex.Observable: io.reactivex.Observable startWith(java.lang.Object) -androidx.appcompat.resources.R$id: int accessibility_custom_action_0 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: java.lang.String notice -com.jaredrummler.android.colorpicker.R$id: int text -wangdaye.com.geometricweather.R$style: int Animation_Design_BottomSheetDialog -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index: java.lang.String quali -wangdaye.com.geometricweather.R$styleable: int[] AnimatedStateListDrawableTransition -androidx.appcompat.R$color: int abc_search_url_text_normal -okio.GzipSource: void consumeTrailer() -wangdaye.com.geometricweather.common.ui.widgets.astro.MoonPhaseView: void setSurfaceAngle(float) -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String dailyForecast -androidx.drawerlayout.R$id: int italic -com.google.android.material.R$styleable: int Constraint_flow_maxElementsWrap -cyanogenmod.app.CustomTileListenerService: cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper mWrapper -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ListView_DropDown -retrofit2.ParameterHandler$QueryMap: void apply(retrofit2.RequestBuilder,java.lang.Object) -com.google.android.material.button.MaterialButton: int getIconSize() -com.xw.repo.bubbleseekbar.R$style: int Base_V28_Theme_AppCompat_Light -androidx.activity.R$id: int accessibility_custom_action_14 -androidx.preference.R$styleable: int ActionBar_popupTheme -wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_animDuration -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title -okhttp3.internal.http1.Http1Codec$AbstractSource: void endOfInput(boolean,java.io.IOException) -androidx.appcompat.R$string -wangdaye.com.geometricweather.R$attr: int layout_constraintHeight_percent -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.viewpager2.R$layout: int notification_action_tombstone -cyanogenmod.weather.WeatherInfo$DayForecast: java.lang.String toString() -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_button_min_width_material -com.xw.repo.bubbleseekbar.R$attr: int contentInsetEndWithActions -com.google.android.material.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Inverse -wangdaye.com.geometricweather.R$styleable: int MenuItem_actionViewClass -wangdaye.com.geometricweather.R$string: int settings_title_notification_text_color -androidx.preference.R$drawable: int abc_ic_star_black_36dp -com.github.rahatarmanahmed.cpv.CircularProgressView: void resetAnimation() -androidx.vectordrawable.R$color: int ripple_material_light -com.google.android.material.R$style: int ThemeOverlay_AppCompat -androidx.preference.R$styleable: int AppCompatTheme_seekBarStyle -com.google.android.material.floatingactionbutton.FloatingActionButton: boolean getUseCompatPadding() -androidx.dynamicanimation.R$dimen: int compat_button_padding_vertical_material -androidx.appcompat.widget.AppCompatCheckBox: void setButtonDrawable(int) -wangdaye.com.geometricweather.R$drawable: int notif_temp_110 -com.turingtechnologies.materialscrollbar.R$layout: int abc_cascading_menu_item_layout -com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_elevation -com.turingtechnologies.materialscrollbar.R$attr: int tabMaxWidth -com.turingtechnologies.materialscrollbar.R$styleable: int Spinner_android_prompt -cyanogenmod.providers.CMSettings$System: java.lang.String ENABLE_MWI_NOTIFICATION -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_bottomappbar_fab_cradle_vertical_offset -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_ab_back_material -com.github.rahatarmanahmed.cpv.CircularProgressView: float indeterminateRotateOffset -io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: ObservableAmb$AmbInnerObserver(io.reactivex.internal.operators.observable.ObservableAmb$AmbCoordinator,int,io.reactivex.Observer) -com.bumptech.glide.integration.okhttp.R$layout: int notification_template_custom_big -android.didikee.donate.R$style: int Base_Theme_AppCompat_Dialog_FixedSize -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_alertDialogTheme -androidx.customview.R$drawable: int notification_template_icon_bg -com.turingtechnologies.materialscrollbar.TouchScrollBar: int getMode() -com.turingtechnologies.materialscrollbar.R$styleable: int ViewStubCompat_android_layout -retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: io.reactivex.Observer observer -retrofit2.RequestFactory$Builder: retrofit2.RequestFactory build() -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text -cyanogenmod.providers.CMSettings$Secure: boolean putLongForUser(android.content.ContentResolver,java.lang.String,long,int) -android.didikee.donate.R$string: int abc_searchview_description_search -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult: wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Position position -wangdaye.com.geometricweather.R$id: int dialog_time_setter_container -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceListItemSmall -com.google.android.material.R$styleable: int[] AppCompatImageView -wangdaye.com.geometricweather.R$drawable: int ic_aqi -android.didikee.donate.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getPm10() -androidx.swiperefreshlayout.R$id: int time -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float tWindchill -androidx.constraintlayout.widget.R$dimen: int notification_small_icon_size_as_large -android.didikee.donate.R$styleable: int AppCompatTheme_windowActionBar -androidx.appcompat.R$style: int Theme_AppCompat_DayNight_NoActionBar -com.xw.repo.bubbleseekbar.R$styleable: int[] TextAppearance -james.adaptiveicon.R$attr: int fontProviderFetchStrategy -androidx.cardview.R$style: int CardView -com.google.android.material.R$styleable: int OnClick_targetId -okhttp3.Response: okhttp3.ResponseBody peekBody(long) -com.google.android.material.R$id: int month_navigation_previous -androidx.loader.R$dimen: int notification_subtext_size -wangdaye.com.geometricweather.R$attr: int queryBackground -androidx.viewpager2.R$styleable: int FontFamily_fontProviderFetchTimeout -okio.Util: long reverseBytesLong(long) -okhttp3.internal.http2.Http2Writer: int maxFrameSize -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_CUSTOM_ENABLE -cyanogenmod.providers.CMSettings$Secure: java.util.Map VALIDATORS -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipMinHeight -com.google.android.material.R$attr: int tabBackground -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_lastVerticalStyle -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_26 -okhttp3.internal.http.HttpHeaders: java.lang.String repeat(char,int) -com.google.android.material.R$styleable: int MenuView_android_itemTextAppearance -wangdaye.com.geometricweather.R$styleable: int NavigationView_menu -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial: int UnitType -okhttp3.Protocol: Protocol(java.lang.String,int,java.lang.String) -com.google.android.material.R$id: int floating -wangdaye.com.geometricweather.R$dimen: int design_tab_text_size_2line -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property Time -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_PopupMenu -com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_thickness -io.reactivex.Observable: io.reactivex.Observable defer(java.util.concurrent.Callable) -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SNOW -com.google.android.material.R$styleable: int[] AppBarLayout_Layout -wangdaye.com.geometricweather.db.entities.DaoMaster: wangdaye.com.geometricweather.db.entities.DaoSession newSession(org.greenrobot.greendao.identityscope.IdentityScopeType) -androidx.appcompat.R$drawable: int abc_ic_star_half_black_16dp -androidx.drawerlayout.R$dimen: int compat_notification_large_icon_max_height -wangdaye.com.geometricweather.R$animator: int weather_cloudy_2 -androidx.appcompat.R$id: int normal -com.google.android.material.R$attr: int errorIconTint -wangdaye.com.geometricweather.R$attr: int contentPaddingRight -io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,long,boolean) -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_popupTheme -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.Wind getWind() +androidx.appcompat.R$layout: int select_dialog_item_material +cyanogenmod.hardware.CMHardwareManager: java.lang.String getSerialNumber() +cyanogenmod.externalviews.ExternalViewProviderService$Provider: android.os.Bundle mOptions +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: ObservableThrottleLatest$ThrottleLatestObserver(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler$Worker,boolean) +androidx.constraintlayout.widget.R$id: int search_badge +android.didikee.donate.R$styleable: int SwitchCompat_switchTextAppearance +wangdaye.com.geometricweather.R$styleable: int[] BottomAppBar +com.jaredrummler.android.colorpicker.R$drawable +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: java.lang.String messageLong +wangdaye.com.geometricweather.R$drawable: int ic_alert +androidx.recyclerview.R$styleable: int FontFamily_fontProviderAuthority +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_TextView +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language POLISH +androidx.constraintlayout.motion.widget.MotionLayout: androidx.constraintlayout.motion.widget.DesignTool getDesignTool() +androidx.appcompat.widget.Toolbar: void setTitleMarginEnd(int) +androidx.preference.R$styleable: int TextAppearance_android_textStyle +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void innerComplete() +com.xw.repo.bubbleseekbar.R$attr: int bsb_section_text_position +wangdaye.com.geometricweather.R$styleable: int FontFamily_fontProviderCerts +android.didikee.donate.R$attr: int tickMarkTint +wangdaye.com.geometricweather.R$layout: int dialog_minimal_icon +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ProgressBar +com.google.android.material.R$style: int Base_Theme_AppCompat_DialogWhenLarge +androidx.coordinatorlayout.R$attr: int layout_anchor +cyanogenmod.weather.CMWeatherManager: java.util.Map access$300(cyanogenmod.weather.CMWeatherManager) +android.didikee.donate.R$attr: int dividerPadding +androidx.constraintlayout.widget.R$styleable: int[] ActivityChooserView +com.turingtechnologies.materialscrollbar.MaterialScrollBar: void setDraggableFromAnywhere(boolean) +wangdaye.com.geometricweather.R$attr: int textAppearanceLineHeightEnabled +retrofit2.KotlinExtensions$awaitResponse$2$2: KotlinExtensions$awaitResponse$2$2(kotlinx.coroutines.CancellableContinuation) +com.google.gson.stream.JsonReader: int[] pathIndices +io.reactivex.Observable: io.reactivex.Observable timeout(io.reactivex.functions.Function) +cyanogenmod.platform.Manifest$permission: java.lang.String WRITE_DATAUSAGE +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: MfForecastV2Result$ForecastProperties() +com.google.android.material.R$attr: int layout_scrollInterpolator +com.google.android.material.floatingactionbutton.FloatingActionButton$Behavior: void setInternalAutoHideListener(com.google.android.material.floatingactionbutton.FloatingActionButton$OnVisibilityChangedListener) +okio.Buffer$2: int read(byte[],int,int) +com.google.android.material.R$styleable: int FloatingActionButton_backgroundTint +james.adaptiveicon.R$attr: int submitBackground +androidx.core.R$styleable: int GradientColor_android_startY +okio.RealBufferedSource: int read(byte[],int,int) +androidx.appcompat.R$styleable: int[] TextAppearance +cyanogenmod.app.IProfileManager$Stub$Proxy: android.os.IBinder asBinder() +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem +cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_enqueueLiveLockScreen +wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit +io.reactivex.internal.observers.BlockingObserver: void onNext(java.lang.Object) +android.didikee.donate.R$color: int accent_material_dark +cyanogenmod.externalviews.ExternalViewProviderService$1: ExternalViewProviderService$1(cyanogenmod.externalviews.ExternalViewProviderService) +wangdaye.com.geometricweather.R$attr: int bottomNavigationStyle +androidx.viewpager2.R$dimen: int compat_button_padding_horizontal_material +com.turingtechnologies.materialscrollbar.R$attr: int cardUseCompatPadding +com.google.android.material.R$styleable: int CoordinatorLayout_Layout_layout_keyline +com.turingtechnologies.materialscrollbar.R$color: int abc_tint_edittext +androidx.preference.R$drawable: int notification_action_background +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light_DarkActionBar +com.google.android.material.R$style: int Widget_MaterialComponents_TextView +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Button_Colored +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean checkTerminate() +androidx.swiperefreshlayout.R$styleable: int FontFamily_fontProviderAuthority +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void cancel() +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: java.lang.String name +james.adaptiveicon.R$styleable: int[] ViewStubCompat +james.adaptiveicon.R$dimen: int abc_text_size_menu_header_material +james.adaptiveicon.R$styleable: int CompoundButton_android_button +wangdaye.com.geometricweather.R$dimen: int notification_small_icon_background_padding +com.jaredrummler.android.colorpicker.R$attr: int voiceIcon +androidx.recyclerview.R$attr +com.jaredrummler.android.colorpicker.R$attr: int statusBarBackground +cyanogenmod.app.CustomTile +wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.Float getSpeed() +james.adaptiveicon.R$style: int Platform_AppCompat +com.google.android.material.R$id: int accessibility_custom_action_11 +androidx.viewpager.R$attr: int fontProviderQuery +androidx.preference.R$attr: int tickMarkTintMode +wangdaye.com.geometricweather.R$styleable: int[] OnSwipe +androidx.fragment.R$id: int tag_accessibility_clickable_spans +cyanogenmod.app.suggest.ApplicationSuggestion$1: ApplicationSuggestion$1() +com.google.android.material.R$styleable: int Chip_checkedIconEnabled +james.adaptiveicon.R$color: int dim_foreground_material_dark +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_toTopOf +com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_longpressed_holo +com.jaredrummler.android.colorpicker.R$dimen: int notification_big_circle_margin +james.adaptiveicon.R$style: int Platform_V21_AppCompat_Light +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$TotalLiquid +androidx.preference.R$drawable: int abc_list_selector_holo_light +com.jaredrummler.android.colorpicker.R$id: int right_side +android.didikee.donate.R$id: int info +okhttp3.Response: okhttp3.Protocol protocol() +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property CityId +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Speed: java.lang.String Unit +androidx.fragment.R$string: int status_bar_notification_info_overflow +okio.RealBufferedSink: void close() +wangdaye.com.geometricweather.R$styleable: int[] InkPageIndicator +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored +androidx.preference.R$style: int Widget_AppCompat_ButtonBar +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setSnowPrecipitationProbability(java.lang.Float) +androidx.legacy.coreutils.R$integer: int status_bar_notification_info_maxnum +android.didikee.donate.R$style: int Widget_AppCompat_ActionBar_TabView +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_22 +wangdaye.com.geometricweather.R$styleable: int FlowLayout_itemSpacing +com.bumptech.glide.R$color: R$color() +com.google.android.material.R$attr: int tabTextAppearance +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomAppBar +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionBar_TabText +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: boolean isDisposed() +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void drainLoop() +android.didikee.donate.R$styleable: int AppCompatTheme_actionModeFindDrawable +wangdaye.com.geometricweather.R$id: int dialog_learn_more_about_geocoder_title +androidx.constraintlayout.widget.R$attr: int transitionFlags +androidx.appcompat.R$styleable: int FontFamilyFont_android_font +android.didikee.donate.R$styleable: int MenuItem_android_orderInCategory +com.xw.repo.bubbleseekbar.R$layout: int abc_action_menu_item_layout +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_counterTextAppearance +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator APP_SWITCH_WAKE_SCREEN_VALIDATOR +androidx.appcompat.R$attr: int lastBaselineToBottomHeight +androidx.lifecycle.ClassesInfoCache$MethodReference: void invokeCallback(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event,java.lang.Object) +androidx.appcompat.widget.AppCompatImageButton: void setSupportImageTintMode(android.graphics.PorterDuff$Mode) +com.google.gson.LongSerializationPolicy$1: LongSerializationPolicy$1(java.lang.String,int) +androidx.preference.R$styleable: int AppCompatTheme_actionBarTabTextStyle +com.google.android.material.R$style: int Widget_AppCompat_ActionButton +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light +androidx.dynamicanimation.R$styleable: int FontFamilyFont_fontStyle +wangdaye.com.geometricweather.R$styleable: int NavigationView_elevation +wangdaye.com.geometricweather.R$attr: int msb_textColor +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat +androidx.appcompat.R$styleable: int TextAppearance_fontFamily +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int no2 +com.turingtechnologies.materialscrollbar.R$drawable: int abc_seekbar_thumb_material +james.adaptiveicon.R$styleable: int AppCompatTextView_textAllCaps +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setNo2(java.lang.Float) +james.adaptiveicon.R$layout: int abc_list_menu_item_layout +com.google.android.material.R$styleable: int OnSwipe_dragScale +wangdaye.com.geometricweather.R$anim: int mtrl_bottom_sheet_slide_out +okhttp3.internal.http2.Http2: java.lang.String[] FLAGS +io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: void onComplete() wangdaye.com.geometricweather.R$id: int activity_allergen_container -james.adaptiveicon.R$styleable: int AppCompatTheme_ratingBarStyleIndicator -com.google.android.material.chip.Chip: android.graphics.RectF getCloseIconTouchBounds() -retrofit2.OkHttpCall: boolean isCanceled() -androidx.loader.R$attr: int fontProviderFetchTimeout -androidx.vectordrawable.animated.R$dimen: int compat_button_inset_horizontal_material -androidx.appcompat.R$styleable: int SearchView_layout -okhttp3.EventListener: void dnsEnd(okhttp3.Call,java.lang.String,java.util.List) -android.didikee.donate.R$color: int background_material_dark -wangdaye.com.geometricweather.R$attr: int pivotAnchor -wangdaye.com.geometricweather.common.ui.widgets.TagView: TagView(android.content.Context) -okhttp3.internal.ws.WebSocketWriter: boolean isClient -com.google.android.material.appbar.AppBarLayout: int getTopInset() -okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.lang.String getEffectiveTldPlusOne(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int Slider_thumbStrokeWidth -wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_weatherKindTitle -wangdaye.com.geometricweather.R$attr: int windowFixedHeightMinor -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_SearchView_ActionBar -androidx.constraintlayout.widget.R$style: int Platform_V25_AppCompat -androidx.appcompat.resources.R$dimen: int notification_right_icon_size -cyanogenmod.profiles.StreamSettings: int getStreamId() -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: void setX(java.lang.String) -com.google.android.material.chip.Chip: void setHideMotionSpecResource(int) -androidx.customview.R$styleable: R$styleable() -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$PhenomenonMaxColor: MfWarningsResult$PhenomenonMaxColor() -androidx.viewpager2.R$attr: int recyclerViewStyle -okio.ByteString: okio.ByteString sha256() -android.didikee.donate.R$style: int Widget_AppCompat_ActionBar_TabBar -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonStyleSmall -okhttp3.internal.http2.Http2Connection$2: long val$unacknowledgedBytesRead -androidx.lifecycle.SavedStateHandle$SavingStateLiveData: java.lang.String mKey -cyanogenmod.weather.WeatherLocation$1: java.lang.Object createFromParcel(android.os.Parcel) -wangdaye.com.geometricweather.R$attr: int boxCornerRadiusTopStart -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_BottomNavigationView -okhttp3.HttpUrl$Builder: java.lang.String host -androidx.fragment.R$id: int accessibility_custom_action_17 -com.turingtechnologies.materialscrollbar.R$attr: int panelBackground -androidx.appcompat.widget.ScrollingTabContainerView -com.google.android.material.R$attr: int backgroundTint -androidx.viewpager2.R$id: int tag_transition_group -androidx.constraintlayout.widget.R$drawable: int abc_ratingbar_small_material -com.google.android.material.R$dimen: int mtrl_btn_text_btn_icon_padding -wangdaye.com.geometricweather.R$styleable: int[] TouchScrollBar -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setAnimationProgress(float) -com.github.rahatarmanahmed.cpv.R$attr: int cpv_color -com.google.android.material.R$attr: int prefixTextAppearance -wangdaye.com.geometricweather.R$attr: int fabCradleVerticalOffset -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: java.lang.String DESCRIPTOR -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dialogPreferredPadding -wangdaye.com.geometricweather.R$id: int container -wangdaye.com.geometricweather.R$id: int layout -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void drain() -com.turingtechnologies.materialscrollbar.MaterialScrollBar -cyanogenmod.hardware.ICMHardwareService$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -androidx.lifecycle.extensions.R$dimen: int notification_top_pad -androidx.hilt.work.R$integer: int status_bar_notification_info_maxnum -com.jaredrummler.android.colorpicker.R$attr: int popupWindowStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: java.lang.String getBrandId() -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_display_3_material -com.google.android.material.R$styleable: int Chip_chipBackgroundColor -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() -cyanogenmod.app.CMTelephonyManager: int ASK_FOR_SUBSCRIPTION_ID -com.google.android.material.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintRight_creator -androidx.preference.R$id: int accessibility_custom_action_25 -james.adaptiveicon.R$attr: int srcCompat -wangdaye.com.geometricweather.R$attr: int iconGravity -wangdaye.com.geometricweather.R$attr: int colorOnSurface -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber -androidx.preference.R$drawable: int abc_btn_colored_material -wangdaye.com.geometricweather.R$styleable: int NavigationView_android_maxWidth -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarWidgetTheme -androidx.constraintlayout.widget.ConstraintLayout: void setOnConstraintsChanged(androidx.constraintlayout.widget.ConstraintsChangedListener) -com.google.android.material.textfield.TextInputLayout: int getCounterMaxLength() -androidx.preference.R$styleable: int MultiSelectListPreference_entries -cyanogenmod.externalviews.ExternalViewProperties: int getX() -androidx.fragment.R$id: int accessibility_custom_action_26 -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: void setDayIconDrawable(android.graphics.drawable.Drawable) -androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_mini_light -androidx.drawerlayout.R$layout -wangdaye.com.geometricweather.R$string: R$string() -wangdaye.com.geometricweather.R$id: int wrap_content -okhttp3.ConnectionSpec: okhttp3.CipherSuite[] APPROVED_CIPHER_SUITES -wangdaye.com.geometricweather.R$id: int dialog_location_permission_statement_container -androidx.appcompat.R$dimen: int abc_dialog_fixed_height_minor -okhttp3.internal.ws.RealWebSocket: boolean writeOneFrame() -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: boolean offer(java.lang.Object,java.lang.Object) -androidx.appcompat.app.WindowDecorActionBar: void addOnMenuVisibilityListener(androidx.appcompat.app.ActionBar$OnMenuVisibilityListener) -com.xw.repo.bubbleseekbar.R$id: int action_container -com.google.android.material.tabs.TabLayout: TabLayout(android.content.Context) -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleMarginBottom -androidx.preference.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHeight_default -androidx.constraintlayout.widget.R$styleable: int MotionTelltales_telltales_tailScale -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial: java.lang.String Unit -wangdaye.com.geometricweather.R$id: int searchContainer -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_17 -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_autoSizeStepGranularity -wangdaye.com.geometricweather.R$styleable: int[] Transform +wangdaye.com.geometricweather.R$attr: int textAppearanceHeadline3 +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +android.didikee.donate.R$color: int abc_background_cache_hint_selector_material_light +com.google.android.material.R$attr: int progressIndicatorStyle +androidx.swiperefreshlayout.R$styleable: int[] FontFamilyFont +androidx.appcompat.widget.ActionMenuPresenter$ActionButtonSubmenu +wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_summaryOff +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: void setUnit(java.lang.String) +com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode: com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode valueOf(java.lang.String) +io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: io.reactivex.internal.operators.observable.ObservableCache$Node node +io.reactivex.Observable: io.reactivex.Observable concatEager(io.reactivex.ObservableSource,int,int) +androidx.viewpager2.R$attr +cyanogenmod.app.LiveLockScreenManager: java.lang.String SERVICE_INTERFACE +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_set +androidx.coordinatorlayout.R$styleable: int FontFamily_fontProviderPackage +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder writeTimeout(long,java.util.concurrent.TimeUnit) +cyanogenmod.app.CustomTileListenerService: void onCustomTilePosted(cyanogenmod.app.StatusBarPanelCustomTile) +com.google.android.material.R$styleable: int Layout_layout_goneMarginStart +androidx.preference.R$attr: int srcCompat +retrofit2.Utils$GenericArrayTypeImpl +cyanogenmod.power.PerformanceManager: PerformanceManager(android.content.Context) +androidx.lifecycle.ProcessLifecycleOwnerInitializer: java.lang.String getType(android.net.Uri) +okhttp3.internal.ws.RealWebSocket: boolean $assertionsDisabled +wangdaye.com.geometricweather.R$attr: int helperText +retrofit2.RequestBuilder: RequestBuilder(java.lang.String,okhttp3.HttpUrl,java.lang.String,okhttp3.Headers,okhttp3.MediaType,boolean,boolean,boolean) +com.google.android.material.R$attr: int listPreferredItemHeightLarge +androidx.loader.R$styleable: int FontFamilyFont_fontWeight +androidx.swiperefreshlayout.R$id: int forever +wangdaye.com.geometricweather.R$styleable: int Transition_transitionFlags +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_contentInsetStartWithNavigation +android.didikee.donate.R$styleable: int[] AppCompatTextHelper +android.didikee.donate.R$styleable: int AppCompatTheme_actionModeBackground +wangdaye.com.geometricweather.R$integer: int cpv_default_anim_sync_duration +wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setDate(java.util.Date) +wangdaye.com.geometricweather.common.ui.widgets.astro.MoonPhaseView +com.google.android.material.slider.BaseSlider: void setThumbRadiusResource(int) +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ListView +androidx.appcompat.R$style: int Theme_AppCompat_DayNight_NoActionBar +com.turingtechnologies.materialscrollbar.R$attr: int behavior_autoHide +androidx.core.R$dimen: R$dimen() +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_CheckedTextView +retrofit2.OkHttpCall: okhttp3.Call$Factory callFactory +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_rtl +okhttp3.internal.Util: okio.ByteString UTF_16_BE_BOM +cyanogenmod.alarmclock.ClockContract$InstancesColumns: int SILENT_STATE +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum +android.didikee.donate.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton +com.turingtechnologies.materialscrollbar.Indicator +wangdaye.com.geometricweather.R$drawable: int mtrl_popupmenu_background +com.google.android.material.R$id: int expand_activities_button +cyanogenmod.profiles.RingModeSettings: void getXmlString(java.lang.StringBuilder,android.content.Context) +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Button +cyanogenmod.app.IProfileManager$Stub$Proxy: cyanogenmod.app.Profile getProfile(android.os.ParcelUuid) +androidx.preference.R$styleable: int Spinner_android_entries +androidx.constraintlayout.widget.R$styleable: int GradientColor_android_centerX +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_9 +androidx.appcompat.R$styleable: int SearchView_iconifiedByDefault +androidx.lifecycle.ClassesInfoCache$CallbackInfo: java.util.Map mHandlerToEvent +androidx.recyclerview.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable +io.reactivex.internal.subscriptions.DeferredScalarSubscription: int HAS_REQUEST_NO_VALUE +com.google.android.material.R$style: int Widget_MaterialComponents_ProgressIndicator_Linear_Indeterminate +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu +androidx.legacy.coreutils.R$styleable: int FontFamilyFont_android_fontWeight +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: java.util.List toCardDisplayList(java.lang.String) +androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType: androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType[] values() +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_android_fontVariationSettings +com.google.android.material.R$attr: int trackColor +androidx.lifecycle.extensions.R$styleable: int GradientColor_android_gradientRadius +wangdaye.com.geometricweather.R$color: int mtrl_btn_stroke_color_selector +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_1 +androidx.fragment.R$styleable: int GradientColor_android_centerY +com.google.android.material.tabs.TabItem: TabItem(android.content.Context,android.util.AttributeSet) +james.adaptiveicon.R$attr: int selectableItemBackground +androidx.cardview.R$style: int CardView_Light +okhttp3.HttpUrl: java.lang.String encodedPath() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours Past24Hours +wangdaye.com.geometricweather.R$attr: int enableCopying +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub: cyanogenmod.externalviews.IExternalViewProviderFactory asInterface(android.os.IBinder) +androidx.work.ExistingPeriodicWorkPolicy: androidx.work.ExistingPeriodicWorkPolicy valueOf(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int CustomAttribute_attributeName +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: io.reactivex.functions.Function rightEnd +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$1: ExternalViewProviderService$Provider$ProviderImpl$1(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_thumbTextPadding +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_orderInCategory +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_toLeftOf +androidx.preference.R$styleable: int[] DrawerArrowToggle +androidx.preference.R$style: int Widget_AppCompat_CompoundButton_Switch +com.bumptech.glide.integration.okhttp.R$id: int action_container +androidx.lifecycle.ReportFragment: void dispatch(android.app.Activity,androidx.lifecycle.Lifecycle$Event) +wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_shadowRadius +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: java.lang.String pubTime +james.adaptiveicon.R$dimen: int notification_media_narrow_margin +wangdaye.com.geometricweather.R$drawable: int ic_play_store +wangdaye.com.geometricweather.R$dimen: int abc_list_item_height_small_material +androidx.activity.R$id: int tag_accessibility_clickable_spans +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_BottomSheetDialog +okhttp3.internal.cache.FaultHidingSink +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_track_color +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: boolean isDisposed() +androidx.preference.R$attr: int actionBarStyle +com.jaredrummler.android.colorpicker.R$color: int background_material_light +com.google.android.material.R$id: int none +wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String getContent() +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TabLayout +cyanogenmod.app.ProfileGroup: void readFromParcel(android.os.Parcel) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_minHeight +androidx.constraintlayout.widget.R$attr: int nestedScrollFlags +com.google.android.material.R$id: int accessibility_custom_action_9 +retrofit2.BuiltInConverters$UnitResponseBodyConverter: BuiltInConverters$UnitResponseBodyConverter() +io.reactivex.exceptions.CompositeException: java.lang.String message +android.didikee.donate.R$layout: int abc_activity_chooser_view +io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: void run() +com.google.android.material.R$dimen: int disabled_alpha_material_light +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_alertDialogCenterButtons +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.Long id +com.google.android.material.R$styleable: int Slider_labelBehavior +wangdaye.com.geometricweather.R$layout: int preference_material +com.github.rahatarmanahmed.cpv.CircularProgressView$2: CircularProgressView$2(com.github.rahatarmanahmed.cpv.CircularProgressView,float) +cyanogenmod.platform.Manifest$permission +cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_isSubActive +okhttp3.internal.connection.RealConnection +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: java.lang.String zh_TW +wangdaye.com.geometricweather.R$drawable: int notif_temp_126 +wangdaye.com.geometricweather.R$style: int material_button +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_checked +androidx.activity.R$id: int time +com.google.android.material.R$id: int tag_accessibility_actions +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabPaddingTop +wangdaye.com.geometricweather.remoteviews.config.WeekWidgetConfigActivity: WeekWidgetConfigActivity() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeRainPrecipitation +androidx.preference.PreferenceFragmentCompat: PreferenceFragmentCompat() +io.reactivex.internal.subscriptions.SubscriptionArbiter: boolean isCancelled() +androidx.preference.R$attr: int navigationContentDescription +androidx.preference.R$styleable: int AppCompatTheme_actionBarSplitStyle +okhttp3.internal.connection.StreamAllocation +androidx.loader.R$styleable: int[] GradientColor +androidx.lifecycle.AbstractSavedStateViewModelFactory: androidx.lifecycle.ViewModel create(java.lang.String,java.lang.Class) +com.google.android.material.textfield.TextInputLayout: int getBoxStrokeColor() +okhttp3.OkHttpClient$1: boolean equalsNonHost(okhttp3.Address,okhttp3.Address) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Day +wangdaye.com.geometricweather.R$styleable: int ActionBar_navigationMode +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_firstHorizontalBias +wangdaye.com.geometricweather.R$string: int feedback_subtitle_data +cyanogenmod.app.suggest.ApplicationSuggestion$1: java.lang.Object[] newArray(int) +com.xw.repo.bubbleseekbar.R$style: int Base_V7_Widget_AppCompat_EditText +androidx.appcompat.R$id: int shortcut +com.xw.repo.bubbleseekbar.R$styleable: int[] AppCompatTextView +wangdaye.com.geometricweather.R$dimen: int abc_text_size_small_material +androidx.drawerlayout.R$layout: int notification_template_part_chronometer +com.xw.repo.bubbleseekbar.R$style: int AlertDialog_AppCompat_Light +io.reactivex.internal.util.VolatileSizeArrayList: boolean add(java.lang.Object) +androidx.swiperefreshlayout.R$id: int blocking +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$RainForecast: long date +com.google.android.material.R$style: int ThemeOverlay_AppCompat_Dark +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorPrimaryDark +com.jaredrummler.android.colorpicker.R$attr: int dependency +androidx.constraintlayout.widget.R$color: int abc_secondary_text_material_light +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1: void onSucceed(java.lang.Object) +com.google.android.material.R$id: R$id() +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setRingtone(java.lang.String) +androidx.constraintlayout.widget.R$styleable: int Toolbar_contentInsetRight +okhttp3.Response$Builder +androidx.lifecycle.Lifecycling: androidx.lifecycle.LifecycleEventObserver lifecycleEventObserver(java.lang.Object) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionMode +android.didikee.donate.R$styleable: int[] AppCompatTextView +androidx.constraintlayout.widget.R$attr: int motionTarget +okhttp3.FormBody: okhttp3.MediaType contentType() +com.github.rahatarmanahmed.cpv.CircularProgressView: float access$202(com.github.rahatarmanahmed.cpv.CircularProgressView,float) +cyanogenmod.themes.ThemeManager$1$2 +com.jaredrummler.android.colorpicker.R$styleable: int[] ViewBackgroundHelper +wangdaye.com.geometricweather.R$color: int dim_foreground_material_dark +com.google.android.material.R$styleable: int Chip_showMotionSpec +com.google.android.material.R$dimen: int mtrl_extended_fab_icon_size +androidx.customview.R$color: int ripple_material_light +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedNoLast: void complete() +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: io.reactivex.ObservableSource bufferOpen +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Direction +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float snowPrecipitationProbability +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.disposables.Disposable upstream +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_alertDialogTheme +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setHumidity(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean) +com.google.android.material.R$drawable: int ic_mtrl_chip_checked_black +wangdaye.com.geometricweather.R$style: int Theme_Design_NoActionBar +okhttp3.logging.LoggingEventListener: void connectStart(okhttp3.Call,java.net.InetSocketAddress,java.net.Proxy) +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeStyle +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Medium +androidx.lifecycle.ViewModelProvider$Factory +androidx.vectordrawable.R$id: int accessibility_custom_action_16 +com.xw.repo.bubbleseekbar.R$drawable: int abc_item_background_holo_light +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_83 +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintRight_toRightOf +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area$LastAction LastAction +wangdaye.com.geometricweather.R$style: int widget_background_card +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_al wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getDate() -com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_default_mtrl_shape -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust: AccuCurrentResult$WindGust() -okhttp3.Cache: int requestCount -wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_AppbarTheme_Dark -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_AutoCompleteTextView -androidx.preference.TwoStatePreference: TwoStatePreference(android.content.Context,android.util.AttributeSet) -androidx.hilt.R$id: int dialog_button -okio.RealBufferedSink: okio.BufferedSink write(okio.ByteString) -androidx.preference.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton -wangdaye.com.geometricweather.R$string: int on -androidx.work.impl.WorkDatabase -androidx.constraintlayout.utils.widget.MockView -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: ObservableMergeWithSingle$MergeWithObserver(io.reactivex.Observer) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Imperial -wangdaye.com.geometricweather.R$string: int fab_transformation_scrim_behavior -androidx.appcompat.resources.R$attr: int fontProviderCerts -james.adaptiveicon.R$id: int title -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial: java.lang.String Unit -com.jaredrummler.android.colorpicker.R$style -io.reactivex.internal.disposables.DisposableHelper: io.reactivex.internal.disposables.DisposableHelper[] values() -androidx.activity.R$attr: int fontStyle -androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_marginEnd -com.turingtechnologies.materialscrollbar.R$id: int action_bar -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Ice Ice -androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_layout_keyline -androidx.viewpager2.R$styleable: int GradientColor_android_centerColor -wangdaye.com.geometricweather.R$attr: int allowDividerAfterLastItem -androidx.appcompat.R$attr: int editTextColor -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: java.lang.String getLogo() -com.google.android.material.R$style: int Base_Widget_MaterialComponents_PopupMenu_ContextMenu -androidx.constraintlayout.widget.R$attr: int goIcon -androidx.core.R$style: int TextAppearance_Compat_Notification_Info -james.adaptiveicon.R$color: int secondary_text_disabled_material_light -com.google.android.material.R$dimen: int item_touch_helper_swipe_escape_max_velocity -com.google.android.material.R$dimen: int mtrl_slider_halo_radius -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: boolean syncFused -wangdaye.com.geometricweather.R$attr: int contrast -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Toolbar_PrimarySurface -wangdaye.com.geometricweather.R$string: int settings_title_unit -androidx.constraintlayout.widget.R$attr: int fontFamily -androidx.preference.R$style: int Base_Widget_AppCompat_ActionBar_TabText -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Body1 -android.didikee.donate.R$style: int Platform_ThemeOverlay_AppCompat_Dark -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_padding_bottom -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: int hasRain -wangdaye.com.geometricweather.background.polling.work.worker.TomorrowForecastUpdateWorker: TomorrowForecastUpdateWorker(android.content.Context,androidx.work.WorkerParameters,wangdaye.com.geometricweather.location.LocationHelper,wangdaye.com.geometricweather.weather.WeatherHelper) -androidx.coordinatorlayout.R$id: int accessibility_custom_action_29 -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_thumbTint -wangdaye.com.geometricweather.common.ui.widgets.TagView: TagView(android.content.Context,android.util.AttributeSet,int) -okhttp3.OkHttpClient$Builder: int writeTimeout -cyanogenmod.weatherservice.ServiceRequestResult: java.lang.String access$402(cyanogenmod.weatherservice.ServiceRequestResult,java.lang.String) -android.didikee.donate.R$styleable: int ActionBar_progressBarPadding -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: io.reactivex.internal.fuseable.SimpleQueue queue -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void otherError(java.lang.Throwable) -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: long serialVersionUID -wangdaye.com.geometricweather.R$styleable: int FontFamily_fontProviderFetchTimeout -androidx.vectordrawable.animated.R$styleable: int[] ColorStateListItem -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void dispose() -com.xw.repo.bubbleseekbar.R$drawable: int notification_bg_low_pressed -com.google.gson.stream.JsonReader: java.io.IOException syntaxError(java.lang.String) -james.adaptiveicon.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 -wangdaye.com.geometricweather.R$styleable: int SearchView_searchIcon -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode CONNECT_ERROR -com.google.android.material.R$id: int filled -androidx.constraintlayout.widget.R$drawable: int btn_radio_on_to_off_mtrl_animation -cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onScreenTurnedOn() -androidx.drawerlayout.R$styleable: int GradientColor_android_endX -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_AES_256_CBC_SHA256 -androidx.constraintlayout.widget.R$drawable: int abc_ic_star_black_16dp -cyanogenmod.themes.IThemeProcessingListener$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void dispose() -com.turingtechnologies.materialscrollbar.R$color: int material_grey_850 -com.google.android.material.R$id: int action_mode_bar -io.reactivex.Observable: io.reactivex.Observable concatMapEagerDelayError(io.reactivex.functions.Function,boolean) -okhttp3.internal.connection.StreamAllocation: boolean canceled -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_transitionEasing -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_numericShortcut -com.jaredrummler.android.colorpicker.R$id: int end -okhttp3.HttpUrl$Builder: java.lang.String encodedFragment -androidx.transition.R$id: int forever -androidx.preference.R$styleable: int AppCompatTheme_actionModeShareDrawable -io.reactivex.internal.disposables.SequentialDisposable: SequentialDisposable() -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Button_Borderless -okhttp3.internal.http2.Http2: int INITIAL_MAX_FRAME_SIZE -android.support.v4.graphics.drawable.IconCompatParcelizer: androidx.core.graphics.drawable.IconCompat read(androidx.versionedparcelable.VersionedParcel) -com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_fixed_width_major -android.didikee.donate.R$attr: int preserveIconSpacing -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: ObservableConcatMap$SourceObserver(io.reactivex.Observer,io.reactivex.functions.Function,int) -androidx.appcompat.R$style: int Animation_AppCompat_Tooltip -com.google.android.material.R$style: int Base_Widget_AppCompat_RatingBar_Indicator -okhttp3.internal.http2.Http2Writer: java.util.logging.Logger logger -cyanogenmod.hardware.DisplayMode: int describeContents() -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxCornerRadiusBottomStart -com.google.android.material.R$dimen: int abc_text_size_subhead_material -io.reactivex.Observable: io.reactivex.Observable concatArray(io.reactivex.ObservableSource[]) -com.turingtechnologies.materialscrollbar.R$attr: int itemIconPadding -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_android_enabled -com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableTransition_android_reversible -okhttp3.ResponseBody: ResponseBody() -wangdaye.com.geometricweather.db.entities.MinutelyEntity -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeIcePrecipitationProbability() -wangdaye.com.geometricweather.R$string: int mtrl_picker_toggle_to_calendar_input_mode -retrofit2.adapter.rxjava2.RxJava2CallAdapter: RxJava2CallAdapter(java.lang.reflect.Type,io.reactivex.Scheduler,boolean,boolean,boolean,boolean,boolean,boolean,boolean) -com.xw.repo.bubbleseekbar.R$style: int Base_V21_Theme_AppCompat_Light -okio.Okio: okio.Source source(java.io.InputStream) -okhttp3.internal.ws.RealWebSocket: boolean close(int,java.lang.String) -wangdaye.com.geometricweather.R$id: int dialog_animatable_icon_title -cyanogenmod.weather.CMWeatherManager$2$2: cyanogenmod.weather.CMWeatherManager$2 this$1 -wangdaye.com.geometricweather.R$attr: int minTouchTargetSize -okhttp3.internal.tls.TrustRootIndex: java.security.cert.X509Certificate findByIssuerAndSignature(java.security.cert.X509Certificate) -wangdaye.com.geometricweather.R$drawable: int ic_weather_alert -wangdaye.com.geometricweather.R$attr: int curveFit -androidx.recyclerview.R$attr: int fastScrollHorizontalTrackDrawable -androidx.constraintlayout.widget.R$attr: int maxAcceleration -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonBarStyle -com.google.android.material.R$string: int abc_activity_chooser_view_see_all -androidx.preference.R$styleable: int SwitchPreference_switchTextOff -com.bumptech.glide.integration.okhttp.R$attr: int layout_anchor -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header -okhttp3.OkHttpClient: java.util.List networkInterceptors() -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: void onError(java.lang.Throwable) -com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState valueOf(java.lang.String) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomAppBar -wangdaye.com.geometricweather.R$styleable: int KeyCycle_transitionEasing -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Title -com.google.android.material.R$color: int notification_icon_bg_color -cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper: void onCustomTilePosted(org.cyanogenmod.internal.statusbar.IStatusBarCustomTileHolder) -io.reactivex.internal.schedulers.RxThreadFactory: java.lang.Thread newThread(java.lang.Runnable) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_tooltipFrameBackground -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: boolean active -retrofit2.DefaultCallAdapterFactory$1 -okhttp3.internal.cache.CacheStrategy$Factory: long receivedResponseMillis -wangdaye.com.geometricweather.db.entities.AlertEntity: void setCityId(java.lang.String) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: int status -com.turingtechnologies.materialscrollbar.R$styleable: int[] MaterialButton -android.didikee.donate.R$styleable: int SearchView_searchIcon -cyanogenmod.externalviews.KeyguardExternalView: java.util.LinkedList mQueue -androidx.vectordrawable.R$id: int chronometer -androidx.viewpager2.R$id: R$id() -androidx.vectordrawable.animated.R$styleable: int GradientColorItem_android_offset -wangdaye.com.geometricweather.R$drawable: int avd_hide_password -okhttp3.internal.connection.StreamAllocation: java.net.Socket releaseAndAcquire(okhttp3.internal.connection.RealConnection) -james.adaptiveicon.R$style: int Widget_AppCompat_EditText -james.adaptiveicon.R$attr: int buttonTintMode -com.google.android.material.textfield.TextInputLayout: void setEndIconDrawable(android.graphics.drawable.Drawable) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: boolean checkTerminated(boolean,boolean,org.reactivestreams.Subscriber) -io.reactivex.internal.operators.observable.ObservableReplay$SizeBoundReplayBuffer -androidx.appcompat.resources.R$styleable: int GradientColor_android_centerX -com.google.android.material.textfield.TextInputLayout: int getPlaceholderTextAppearance() -wangdaye.com.geometricweather.R$dimen: int mtrl_snackbar_action_text_color_alpha -wangdaye.com.geometricweather.R$styleable: int Preference_defaultValue -wangdaye.com.geometricweather.R$layout: int mtrl_alert_select_dialog_item -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setEnabled(boolean) -androidx.constraintlayout.widget.R$styleable: int Spinner_android_dropDownWidth -com.google.android.material.floatingactionbutton.FloatingActionButton: float getCompatElevation() -androidx.appcompat.widget.LinearLayoutCompat: LinearLayoutCompat(android.content.Context,android.util.AttributeSet) -androidx.work.R$styleable: int GradientColor_android_centerColor -okio.Buffer: short readShortLe() -androidx.constraintlayout.widget.R$id: int sawtooth -androidx.constraintlayout.widget.R$attr: int background -android.didikee.donate.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset -com.google.android.material.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert -com.turingtechnologies.materialscrollbar.R$attr: int autoCompleteTextViewStyle -wangdaye.com.geometricweather.R$array: int languages -com.xw.repo.bubbleseekbar.R$color: int secondary_text_disabled_material_light -androidx.constraintlayout.widget.R$styleable: int Toolbar_titleMarginStart -wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: void setBottomIconDrawable(android.graphics.drawable.Drawable) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dialogPreferredPadding -androidx.constraintlayout.widget.R$attr: int waveVariesBy -com.google.android.material.R$dimen: int mtrl_extended_fab_disabled_translation_z -okio.ByteString: okio.ByteString hmacSha512(okio.ByteString) -com.google.android.material.internal.CheckableImageButton -james.adaptiveicon.R$dimen: int hint_alpha_material_light -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title -androidx.recyclerview.widget.RecyclerView: androidx.core.view.NestedScrollingChildHelper getScrollingChildHelper() -androidx.viewpager.R$integer: R$integer() -wangdaye.com.geometricweather.R$string: int settings_category_forecast -com.google.android.material.R$id: int mtrl_calendar_frame -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$4: void run() -com.google.android.material.bottomnavigation.BottomNavigationItemView: BottomNavigationItemView(android.content.Context) +com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior +okhttp3.internal.http2.Http2Connection: java.util.concurrent.ExecutorService pushExecutor +com.turingtechnologies.materialscrollbar.R$style: int Base_V26_Theme_AppCompat +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem +com.google.android.material.R$layout: int support_simple_spinner_dropdown_item +androidx.transition.R$dimen: int compat_notification_large_icon_max_width +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean() +androidx.lifecycle.ComputableLiveData$1: androidx.lifecycle.ComputableLiveData this$0 +wangdaye.com.geometricweather.R$styleable: int Constraint_android_scaleY +wangdaye.com.geometricweather.R$string: int week_1 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String getDetail() +androidx.legacy.coreutils.R$id: int normal +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setTime(long) +android.didikee.donate.R$styleable: int DrawerArrowToggle_thickness +android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken END_OBJECT +retrofit2.SkipCallbackExecutorImpl: boolean equals(java.lang.Object) +com.google.android.material.R$id: int jumpToStart +androidx.fragment.app.FragmentTabHost$SavedState: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_firstHorizontalStyle +cyanogenmod.externalviews.ExternalView$7: void run() +androidx.preference.R$dimen: int hint_alpha_material_light +com.google.android.material.R$string: int item_view_role_description +wangdaye.com.geometricweather.R$dimen: int mtrl_tooltip_arrowSize +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_ensureMinTouchTargetSize +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color: java.lang.String Name +wangdaye.com.geometricweather.R$dimen: int notification_content_margin_start +wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_Light +androidx.preference.R$styleable: int ActionBar_icon +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionBar_Solid +com.google.android.material.R$animator: int linear_indeterminate_line2_tail_interpolator +cyanogenmod.app.suggest.AppSuggestManager: cyanogenmod.app.suggest.IAppSuggestManager getService() +cyanogenmod.weather.CMWeatherManager$2: void onLookupCityRequestCompleted(cyanogenmod.weather.RequestInfo,int,java.util.List) +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_subtitle_material_toolbar +com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_layout_anchor +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void onComplete() +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeTotalPrecipitationDuration +cyanogenmod.providers.CMSettings$InclusiveIntegerRangeValidator: int mMin +com.jaredrummler.android.colorpicker.R$attr: int actionModeSelectAllDrawable +wangdaye.com.geometricweather.R$attr: int entries +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_PopupMenu_ListPopupWindow +androidx.coordinatorlayout.R$styleable: int GradientColor_android_centerX +androidx.savedstate.SavedStateRegistry$1 +androidx.lifecycle.extensions.R$id: int tag_accessibility_actions +wangdaye.com.geometricweather.R$styleable: int[] ColorPanelView +com.google.android.material.R$attr: int chipGroupStyle +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_wrapMode +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: long serialVersionUID +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall +com.google.android.material.R$attr: int colorAccent +androidx.drawerlayout.R$layout: int notification_action_tombstone +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setType(java.lang.String) +com.turingtechnologies.materialscrollbar.R$attr: int msb_barColor +com.turingtechnologies.materialscrollbar.R$id: int action_bar_root +cyanogenmod.weatherservice.ServiceRequestResult$1: java.lang.Object[] newArray(int) +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$4: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 +com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableItem_android_drawable +wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_colorShape +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary +okhttp3.RequestBody$2: void writeTo(okio.BufferedSink) +okhttp3.Challenge: Challenge(java.lang.String,java.util.Map) +com.turingtechnologies.materialscrollbar.R$attr: int tabBackground +wangdaye.com.geometricweather.R$drawable: int weather_sleet_mini_dark +androidx.vectordrawable.R$id: int accessibility_custom_action_6 +androidx.preference.R$id: int action_context_bar +android.didikee.donate.R$string: int abc_activitychooserview_choose_application +android.didikee.donate.R$styleable: int AppCompatTheme_windowMinWidthMajor +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Precipitation: java.lang.Float cumul24H +com.jaredrummler.android.colorpicker.R$attr: int selectableItemBackgroundBorderless +wangdaye.com.geometricweather.R$layout: int activity_preview_icon +androidx.appcompat.R$drawable: int abc_list_selector_holo_light +okio.AsyncTimeout: long IDLE_TIMEOUT_MILLIS +wangdaye.com.geometricweather.R$attr: int actionModeSelectAllDrawable +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_PopupWindow +androidx.appcompat.R$dimen: int abc_text_size_menu_material +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: ObservableTakeUntil$TakeUntilMainObserver(io.reactivex.Observer) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: void setValue(java.lang.String) +androidx.constraintlayout.widget.R$attr: int actionBarTabBarStyle +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: io.reactivex.internal.fuseable.SimpleQueue queue +androidx.vectordrawable.R$id: int accessibility_custom_action_18 +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight_DarkActionBar +cyanogenmod.weather.WeatherInfo: double getTodaysLow() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Direction: java.lang.String Localized +okhttp3.internal.http2.Http2Codec: java.lang.String ENCODING +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub: IWeatherServiceProviderChangeListener$Stub() +com.google.android.material.textview.MaterialTextView: MaterialTextView(android.content.Context,android.util.AttributeSet) +androidx.core.R$dimen: int notification_small_icon_background_padding +androidx.constraintlayout.widget.R$styleable: int MotionLayout_applyMotionScene +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHorizontal_weight +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric Metric com.bumptech.glide.load.engine.GlideException: void setOrigin(java.lang.Exception) -com.google.android.material.R$styleable: int CardView_contentPadding -com.jaredrummler.android.colorpicker.R$styleable -wangdaye.com.geometricweather.R$transition: int search_activity_shared_enter -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: java.util.List alert -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: void setTo(java.lang.String) -androidx.preference.R$dimen: int notification_main_column_padding_top -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_width -wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: WidgetItemView(android.content.Context,android.util.AttributeSet,int) -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_switchTextOn -androidx.preference.PreferenceGroup -com.google.android.material.appbar.AppBarLayout: void addOnOffsetChangedListener(com.google.android.material.appbar.AppBarLayout$OnOffsetChangedListener) -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: void onComplete() -android.didikee.donate.R$styleable: int Toolbar_contentInsetLeft -androidx.viewpager2.R$attr: int fontProviderFetchTimeout -cyanogenmod.app.Profile$ProfileTrigger: android.os.Parcelable$Creator CREATOR -androidx.constraintlayout.widget.R$color: int notification_icon_bg_color -com.google.android.material.R$styleable: int AppCompatTheme_viewInflaterClass -com.google.android.material.R$attr: int chipEndPadding -retrofit2.OkHttpCall$ExceptionCatchingResponseBody: okhttp3.ResponseBody delegate -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setPubTime(java.util.Date) -com.turingtechnologies.materialscrollbar.R$attr: int itemTextAppearanceActive -androidx.drawerlayout.R$id: int icon -androidx.viewpager.R$style: int TextAppearance_Compat_Notification_Info -com.google.android.material.R$attr: int expandedTitleMarginEnd -james.adaptiveicon.R$attr: int colorSwitchThumbNormal -wangdaye.com.geometricweather.R$dimen: int notification_action_icon_size -com.turingtechnologies.materialscrollbar.R$style: int CardView_Light -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_SearchView -wangdaye.com.geometricweather.R$style: int widget_text_clock_analog_Light -wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle CIRCULAR -okio.SegmentedByteString: int indexOf(byte[],int) -wangdaye.com.geometricweather.R$style: int Platform_V21_AppCompat -androidx.preference.R$drawable: int abc_cab_background_top_mtrl_alpha -androidx.drawerlayout.R$id: int normal -com.google.android.material.bottomnavigation.BottomNavigationView: int getItemBackgroundResource() -com.google.android.material.navigation.NavigationView: int getItemIconPadding() -androidx.activity.R$style: int TextAppearance_Compat_Notification_Line2 -androidx.constraintlayout.widget.R$attr: int drawableLeftCompat -wangdaye.com.geometricweather.R$dimen: int mtrl_snackbar_background_overlay_color_alpha -androidx.lifecycle.extensions.R$styleable: int FontFamily_fontProviderPackage -okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RouteSelector routeSelector -wangdaye.com.geometricweather.R$styleable: int BackgroundStyle_android_selectableItemBackground -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_atd -okhttp3.RealCall$AsyncCall: void executeOn(java.util.concurrent.ExecutorService) -androidx.appcompat.widget.AppCompatImageView: void setBackgroundDrawable(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionButton_CloseMode -io.reactivex.Observable: io.reactivex.Completable concatMapCompletable(io.reactivex.functions.Function,int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean() -com.turingtechnologies.materialscrollbar.R$attr: int navigationContentDescription -okio.Segment: Segment() -androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type SLACK -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_title -james.adaptiveicon.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_textAllCaps -com.turingtechnologies.materialscrollbar.R$attr: int itemHorizontalPadding -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxBackgroundColor -okhttp3.CertificatePinner: void check(java.lang.String,java.security.cert.Certificate[]) -androidx.constraintlayout.widget.R$styleable: int KeyCycle_waveOffset -okio.Buffer: okio.Segment head -wangdaye.com.geometricweather.R$styleable: int AlertDialog_listItemLayout -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Long id -androidx.activity.R$id: int chronometer -okhttp3.internal.connection.RouteDatabase: java.util.Set failedRoutes -io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function6) -cyanogenmod.profiles.AirplaneModeSettings: boolean mDirty -james.adaptiveicon.R$anim: int abc_slide_in_bottom -com.google.android.material.R$styleable: int ForegroundLinearLayout_android_foreground -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_linearSeamless -cyanogenmod.app.ThemeVersion$ComponentVersion: ThemeVersion$ComponentVersion(cyanogenmod.app.ThemeVersion$ComponentVersion) -wangdaye.com.geometricweather.R$animator: int weather_sleet_3 -com.google.android.material.R$drawable: int abc_list_longpressed_holo -wangdaye.com.geometricweather.R$color: int androidx_core_ripple_material_light -wangdaye.com.geometricweather.R$styleable: int RecyclerView_reverseLayout -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: void setUnit(java.lang.String) -com.google.android.material.R$styleable: int[] ExtendedFloatingActionButton -wangdaye.com.geometricweather.R$id: int tag_screen_reader_focusable -cyanogenmod.hardware.CMHardwareManager: int getThermalState() -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_seek_step_section -james.adaptiveicon.R$style: int TextAppearance_Compat_Notification_Line2 +com.google.android.material.circularreveal.CircularRevealFrameLayout +androidx.constraintlayout.widget.R$style: int AlertDialog_AppCompat +com.google.android.material.R$drawable: int notification_bg_normal_pressed +androidx.vectordrawable.R$attr: int fontProviderQuery +androidx.appcompat.R$style: int Widget_AppCompat_Spinner_DropDown +retrofit2.adapter.rxjava2.CallExecuteObservable +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ButtonBar_AlertDialog +androidx.constraintlayout.widget.R$attr: int contrast +io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: void onSuccess(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIndicatorAnimationDuration +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation: wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation TOP +wangdaye.com.geometricweather.R$drawable: int flag_hu +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setIcePrecipitation(java.lang.Float) +androidx.viewpager2.R$styleable: int RecyclerView_spanCount +com.google.android.material.chip.Chip: void setCloseIconVisible(boolean) +androidx.appcompat.widget.AbsActionBarView: AbsActionBarView(android.content.Context,android.util.AttributeSet) +androidx.appcompat.widget.Toolbar: android.view.Menu getMenu() +okhttp3.RequestBody: okhttp3.MediaType contentType() +com.turingtechnologies.materialscrollbar.R$attr: int fontProviderPackage +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle +com.google.android.material.tabs.TabLayout: void setUnboundedRipple(boolean) +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_title +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: int minuteInterval +androidx.preference.R$drawable: int abc_ic_search_api_material +androidx.lifecycle.extensions.R$styleable: int GradientColor_android_tileMode +com.xw.repo.bubbleseekbar.R$color: int abc_color_highlight_material +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float thunderstormPrecipitationProbability +james.adaptiveicon.R$layout: int abc_screen_content_include +okio.RealBufferedSource: RealBufferedSource(okio.Source) +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight_NoActionBar +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getNighttimeWindLevel() +retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$2: java.lang.Object invoke(java.lang.Object) +wangdaye.com.geometricweather.R$string: int retrofit +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPathRenderer: int getRootAlpha() +androidx.appcompat.R$attr: int drawableBottomCompat +androidx.constraintlayout.widget.R$styleable: int MenuView_android_windowAnimationStyle +android.didikee.donate.R$attr: int arrowHeadLength +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_strokeColor +androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_textStyle +androidx.constraintlayout.widget.Constraints: Constraints(android.content.Context,android.util.AttributeSet) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_editTextStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getSunSet() +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintWidth_default androidx.preference.R$attr: int goIcon -com.google.android.material.R$attr: int listChoiceBackgroundIndicator -com.turingtechnologies.materialscrollbar.R$color: int mtrl_chip_text_color -wangdaye.com.geometricweather.R$string: int feedback_short_term_precipitation_alert -wangdaye.com.geometricweather.R$styleable: int MaterialCheckBox_useMaterialThemeColors -okhttp3.internal.cache.FaultHidingSink: void write(okio.Buffer,long) -com.google.android.material.R$attr: int dayStyle -androidx.hilt.lifecycle.R$styleable: int FontFamily_fontProviderFetchStrategy -cyanogenmod.weather.CMWeatherManager: cyanogenmod.weather.CMWeatherManager getInstance(android.content.Context) -androidx.constraintlayout.widget.R$drawable: int abc_text_select_handle_middle_mtrl_dark -okhttp3.Dns: okhttp3.Dns SYSTEM -wangdaye.com.geometricweather.R$styleable: int ShapeableImageView_strokeWidth -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Body2 -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: long time -okhttp3.internal.cache.DiskLruCache$Editor: okio.Source newSource(int) -androidx.preference.R$attr: int lineHeight -okhttp3.internal.http2.Hpack$Reader: int dynamicTableByteCount -wangdaye.com.geometricweather.R$attr: int layout_constraintBaseline_creator -com.google.android.material.bottomnavigation.BottomNavigationView: int getItemTextAppearanceActive() -okhttp3.internal.platform.Platform: void connectSocket(java.net.Socket,java.net.InetSocketAddress,int) -androidx.constraintlayout.widget.R$dimen: int abc_seekbar_track_progress_height_material -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabPaddingBottom -com.google.android.material.R$dimen: int notification_large_icon_width -wangdaye.com.geometricweather.R$color: int material_grey_800 -androidx.appcompat.widget.AppCompatButton: void setSupportAllCaps(boolean) -com.bumptech.glide.integration.okhttp.R$attr: int fontProviderPackage -wangdaye.com.geometricweather.R$drawable: int widget_trend_daily -androidx.appcompat.R$styleable: int ColorStateListItem_android_color -androidx.legacy.coreutils.R$color: R$color() -com.bumptech.glide.R$styleable: int[] GradientColorItem -androidx.vectordrawable.animated.R$id: int italic -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String THEME_ID -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_subtitleTextAppearance -wangdaye.com.geometricweather.R$id: int transition_layout_save -wangdaye.com.geometricweather.R$styleable: int Slider_haloRadius -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: boolean cancelled -androidx.swiperefreshlayout.widget.SwipeRefreshLayout -com.turingtechnologies.materialscrollbar.R$style: int Base_V21_Theme_AppCompat_Light -okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Http2Stream$StreamTimeout writeTimeout -com.github.rahatarmanahmed.cpv.CircularProgressView$1: void onAnimationUpdate(android.animation.ValueAnimator) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed Speed -androidx.hilt.R$attr: int fontProviderFetchStrategy -okhttp3.internal.http2.Http2Codec$StreamFinishingSource: void close() -androidx.constraintlayout.widget.R$drawable: int abc_list_selector_holo_light -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: boolean isDisposed() -androidx.constraintlayout.widget.R$attr: int overlay -okhttp3.internal.http.RealInterceptorChain: okhttp3.EventListener eventListener -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Imperial: double Value -wangdaye.com.geometricweather.R$attr: int percentY -wangdaye.com.geometricweather.R$color: int colorPrimary -androidx.appcompat.R$drawable: int abc_tab_indicator_material -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: AtmoAuraQAResult$Measure() -wangdaye.com.geometricweather.R$drawable: int weather_clear_night_mini_light -wangdaye.com.geometricweather.R$dimen: int design_tab_text_size -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: io.reactivex.subjects.Subject signaller -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_BottomAppBar_Surface -wangdaye.com.geometricweather.R$animator: int mtrl_btn_state_list_anim -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_ratingBarStyleIndicator -com.jaredrummler.android.colorpicker.R$string: int abc_action_menu_overflow_description -androidx.constraintlayout.widget.R$id: int autoComplete -androidx.appcompat.R$styleable: int MenuItem_android_icon -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPath: void setPathData(androidx.core.graphics.PathParser$PathDataNode[]) -android.support.v4.os.ResultReceiver: android.os.Handler mHandler -okhttp3.internal.platform.JdkWithJettyBootPlatform: void afterHandshake(javax.net.ssl.SSLSocket) -cyanogenmod.weather.WeatherLocation$Builder: java.lang.String mPostal -androidx.appcompat.view.menu.ExpandedMenuView: ExpandedMenuView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$id: int container_main_aqi_recyclerView -wangdaye.com.geometricweather.R$id: int transition_transform -androidx.constraintlayout.widget.R$attr: int dividerPadding -androidx.activity.R$id: int accessibility_custom_action_5 -androidx.preference.R$styleable: int[] AppCompatTextHelper -cyanogenmod.app.ICMStatusBarManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -okhttp3.Interceptor$Chain: okhttp3.Response proceed(okhttp3.Request) -retrofit2.BuiltInConverters$UnitResponseBodyConverter: retrofit2.BuiltInConverters$UnitResponseBodyConverter INSTANCE -io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator parent -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property Longitude -okhttp3.internal.http2.Http2Stream: void close(okhttp3.internal.http2.ErrorCode) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_lastVerticalBias -com.xw.repo.bubbleseekbar.R$drawable: int notification_bg_low -com.jaredrummler.android.colorpicker.R$color: int material_deep_teal_500 -androidx.drawerlayout.R$drawable: int notification_bg_low_normal -wangdaye.com.geometricweather.R$id: int widget_trend_daily_item_1 -androidx.constraintlayout.widget.R$styleable: int Layout_layout_goneMarginLeft -androidx.appcompat.R$color: int material_grey_600 -androidx.appcompat.widget.SwitchCompat: android.graphics.drawable.Drawable getTrackDrawable() -okhttp3.internal.http1.Http1Codec: okhttp3.OkHttpClient client -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property RealFeelShaderTemperature -wangdaye.com.geometricweather.R$layout: int item_location -okhttp3.internal.http2.Http2Writer: void headers(int,java.util.List) -wangdaye.com.geometricweather.R$attr: int behavior_expandedOffset -com.jaredrummler.android.colorpicker.R$attr: int closeItemLayout -androidx.lifecycle.extensions.R$dimen: int notification_small_icon_background_padding -com.jaredrummler.android.colorpicker.R$styleable: int[] PreferenceImageView -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_TabText -androidx.lifecycle.AbstractSavedStateViewModelFactory -com.google.android.material.R$drawable: int abc_list_selector_holo_dark -okhttp3.internal.http2.Http2Connection: void writeSynReply(int,boolean,java.util.List) -com.jaredrummler.android.colorpicker.R$attr: int defaultValue -com.bumptech.glide.load.EncodeStrategy: com.bumptech.glide.load.EncodeStrategy SOURCE -android.didikee.donate.R$styleable: int MenuItem_android_icon -androidx.loader.R$id: int right_icon -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: java.util.Date DateTime -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Subhead -cyanogenmod.profiles.ConnectionSettings$1: java.lang.Object createFromParcel(android.os.Parcel) -com.google.android.material.chip.Chip: void setCloseIconTintResource(int) -androidx.appcompat.R$attr: int buttonTintMode -com.google.android.material.R$styleable: int KeyTimeCycle_android_scaleX -wangdaye.com.geometricweather.R$attr: int listPreferredItemPaddingRight -com.jaredrummler.android.colorpicker.R$attr: int cpv_alphaChannelVisible -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomAppBar_Colored -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: io.reactivex.MaybeSource other -wangdaye.com.geometricweather.R$string: int chip_text -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small -android.didikee.donate.R$styleable: int[] PopupWindowBackgroundState -cyanogenmod.app.IPartnerInterface$Stub$Proxy: void shutdown() -androidx.appcompat.resources.R$styleable: int StateListDrawable_android_constantSize -androidx.preference.R$drawable: int abc_seekbar_tick_mark_material -okio.Buffer: long size() -com.google.android.material.R$layout: int design_navigation_item_subheader -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver -james.adaptiveicon.R$id: int src_in -okhttp3.RequestBody$1: void writeTo(okio.BufferedSink) -com.google.android.material.appbar.CollapsingToolbarLayout: android.graphics.Typeface getCollapsedTitleTypeface() -retrofit2.BuiltInConverters$RequestBodyConverter: java.lang.Object convert(java.lang.Object) -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration getPrecipitationDuration() -androidx.lifecycle.Observer: void onChanged(java.lang.Object) -com.google.android.material.R$color: int design_fab_shadow_mid_color -james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd -androidx.viewpager.R$id: int text2 -wangdaye.com.geometricweather.R$attr: int transitionEasing -wangdaye.com.geometricweather.R$color: int design_default_color_on_error -wangdaye.com.geometricweather.db.entities.HourlyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_checkable -wangdaye.com.geometricweather.main.layouts.TrendHorizontalLinearLayoutManager -com.google.android.material.R$animator: int mtrl_extended_fab_show_motion_spec -io.reactivex.internal.util.NotificationLite$DisposableNotification -androidx.loader.R$color: int notification_action_color_filter -androidx.coordinatorlayout.R$dimen -wangdaye.com.geometricweather.R$styleable: int Preference_dependency -com.google.android.material.R$styleable: int ConstraintSet_motionProgress -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Button -androidx.viewpager2.R$layout: int notification_template_icon_group -com.turingtechnologies.materialscrollbar.R$styleable: int ActionMenuItemView_android_minWidth -androidx.appcompat.R$drawable: int abc_text_select_handle_right_mtrl_light -androidx.preference.R$attr: int fastScrollEnabled -com.google.android.material.R$styleable: int ActionBarLayout_android_layout_gravity -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Small_Inverse -io.reactivex.internal.subscribers.DeferredScalarSubscriber: void cancel() -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String province -okhttp3.Call: void cancel() -com.google.android.material.R$attr: int crossfade -com.turingtechnologies.materialscrollbar.R$attr: int materialButtonStyle -androidx.activity.R$dimen: int notification_large_icon_height -com.google.gson.stream.JsonWriter: int stackSize -okhttp3.internal.Util: boolean discard(okio.Source,int,java.util.concurrent.TimeUnit) -wangdaye.com.geometricweather.common.basic.models.weather.Base: long getTimeStamp() -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text -androidx.legacy.coreutils.R$styleable: int FontFamilyFont_fontStyle -androidx.transition.R$id: int action_image -wangdaye.com.geometricweather.common.ui.widgets.SquareFrameLayout: SquareFrameLayout(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_wrapMode -androidx.fragment.app.FragmentManager: void addOnBackStackChangedListener(androidx.fragment.app.FragmentManager$OnBackStackChangedListener) -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemMaxLines -wangdaye.com.geometricweather.R$styleable: int[] FitSystemBarNestedScrollView -androidx.appcompat.R$style: int Theme_AppCompat_DayNight_Dialog -com.google.android.material.R$layout: int mtrl_calendar_month_labeled -com.bumptech.glide.R$styleable: int GradientColor_android_type -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: java.lang.String unitId -com.google.android.material.R$attr: int waveShape -androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory: android.app.Application mApplication -androidx.appcompat.resources.R$style: int TextAppearance_Compat_Notification_Line2 -com.google.android.material.R$interpolator: int mtrl_linear -wangdaye.com.geometricweather.R$styleable: int[] MenuView -cyanogenmod.app.Profile$ProfileTrigger: void writeToParcel(android.os.Parcel,int) -okhttp3.Headers: okhttp3.Headers of(java.util.Map) -wangdaye.com.geometricweather.db.entities.WeatherEntity: void __setDaoSession(wangdaye.com.geometricweather.db.entities.DaoSession) -com.google.android.material.appbar.CollapsingToolbarLayout: void setCollapsedTitleTextColor(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$styleable: int[] ActionBar -com.bumptech.glide.load.HttpException: long serialVersionUID -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon -com.google.android.material.R$styleable: int TextInputLayout_passwordToggleTintMode -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX names -androidx.appcompat.R$color: int primary_dark_material_dark -com.xw.repo.bubbleseekbar.R$styleable: int FontFamily_fontProviderAuthority -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setScaleY(float) -android.didikee.donate.R$attr: int colorButtonNormal -wangdaye.com.geometricweather.R$string: int mtrl_picker_invalid_format_example -com.turingtechnologies.materialscrollbar.R$layout: int abc_list_menu_item_icon -okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Writer writer -androidx.activity.R$id: int tag_transition_group -androidx.appcompat.widget.ActionMenuView: int getWindowAnimations() -com.google.android.material.R$attr: int showText -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintBottom_creator -com.google.android.material.R$styleable: int MaterialCheckBox_buttonTint -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: long serialVersionUID -androidx.preference.R$drawable: int abc_list_longpressed_holo -androidx.appcompat.R$style: int Base_AlertDialog_AppCompat_Light -com.jaredrummler.android.colorpicker.R$style: int Base_V28_Theme_AppCompat_Light -androidx.preference.R$color: int primary_text_disabled_material_light -wangdaye.com.geometricweather.R$attr: int staggered -wangdaye.com.geometricweather.common.basic.models.weather.Wind: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree getDegree() -androidx.constraintlayout.widget.R$drawable: int abc_list_selector_background_transition_holo_light -wangdaye.com.geometricweather.R$attr: int colorOnPrimary -wangdaye.com.geometricweather.main.dialogs.LearnMoreAboutResidentLocationDialog -com.google.android.material.card.MaterialCardView: void setCheckedIconSize(int) -com.google.android.material.R$attr: int customDimension -androidx.dynamicanimation.R$dimen: int compat_button_inset_vertical_material -com.google.android.material.R$drawable: int mtrl_popupmenu_background_dark -com.google.android.material.floatingactionbutton.FloatingActionButton: void setSupportImageTintMode(android.graphics.PorterDuff$Mode) -androidx.lifecycle.ClassesInfoCache$MethodReference: int mCallType -androidx.hilt.lifecycle.R$dimen: int notification_media_narrow_margin -io.reactivex.Observable: io.reactivex.Completable switchMapCompletableDelayError(io.reactivex.functions.Function) -com.google.android.material.textfield.TextInputLayout: void setStartIconContentDescription(java.lang.CharSequence) -android.didikee.donate.R$style: int Widget_AppCompat_Button_Small -androidx.coordinatorlayout.R$id: int action_container -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_android_windowIsFloating -wangdaye.com.geometricweather.R$id: int fill -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse -com.google.android.material.R$styleable: int MenuItem_android_checkable -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_20 -cyanogenmod.power.IPerformanceManager$Stub$Proxy: boolean setPowerProfile(int) -androidx.loader.R$styleable: int FontFamily_fontProviderPackage -androidx.constraintlayout.widget.R$styleable: int ViewStubCompat_android_inflatedId -androidx.preference.R$attr: int selectable -android.didikee.donate.R$styleable: int DrawerArrowToggle_gapBetweenBars -cyanogenmod.app.Profile: cyanogenmod.profiles.ConnectionSettings getConnectionSettingWithSubId(int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: boolean isShow -com.google.android.material.R$attr: int enforceTextAppearance -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -wangdaye.com.geometricweather.R$attr: int bsb_show_thumb_text -io.reactivex.Observable: io.reactivex.Observable mergeDelayError(io.reactivex.ObservableSource,int) -io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: void dispose() -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit MGPCUM -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Dialog_Alert -androidx.constraintlayout.widget.R$styleable: int StateListDrawable_android_constantSize -androidx.constraintlayout.widget.R$styleable: int ActionBar_background -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void setDisposable(io.reactivex.disposables.Disposable) -androidx.lifecycle.ViewModelProvider$NewInstanceFactory: androidx.lifecycle.ViewModelProvider$NewInstanceFactory getInstance() -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_navigationMode -wangdaye.com.geometricweather.R$drawable: int notif_temp_6 -androidx.constraintlayout.widget.R$color: int abc_btn_colored_text_material -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_Switch -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPopupWindowStyle -androidx.viewpager2.R$style: int TextAppearance_Compat_Notification_Time -com.jaredrummler.android.colorpicker.R$style: int Platform_Widget_AppCompat_Spinner -james.adaptiveicon.R$dimen: int compat_button_padding_vertical_material -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Imperial: int UnitType -com.bumptech.glide.Registry$NoImageHeaderParserException -androidx.viewpager2.R$id: int time -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: long serialVersionUID -android.didikee.donate.R$attr: int listPreferredItemPaddingRight -wangdaye.com.geometricweather.R$styleable: int MaterialButton_android_insetTop -cyanogenmod.externalviews.ExternalViewProperties: boolean isVisible() -okhttp3.internal.connection.StreamAllocation: okhttp3.internal.http.HttpCodec codec() -com.xw.repo.bubbleseekbar.R$layout: int abc_screen_simple -james.adaptiveicon.R$styleable: int AppCompatTextView_drawableTint -wangdaye.com.geometricweather.R$id: int widget_clock_day_lunar -android.didikee.donate.R$id: int search_src_text -com.google.android.material.R$dimen: int mtrl_fab_translation_z_hovered_focused -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getWindSpeedStart() -cyanogenmod.providers.CMSettings$Secure: int getIntForUser(android.content.ContentResolver,java.lang.String,int,int) -wangdaye.com.geometricweather.R$styleable: int[] LinearLayoutCompat -com.xw.repo.bubbleseekbar.R$attr: int actionBarTabBarStyle -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_constraintSet -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Speed Speed -io.reactivex.Observable: io.reactivex.Observable skipLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean) -cyanogenmod.providers.CMSettings$System: float getFloatForUser(android.content.ContentResolver,java.lang.String,int) -james.adaptiveicon.R$id: int src_atop -androidx.vectordrawable.R$id: int notification_main_column_container -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit valueOf(java.lang.String) -androidx.preference.R$styleable: int AppCompatTheme_actionOverflowMenuStyle -android.didikee.donate.R$attr: int subtitleTextAppearance -android.didikee.donate.R$anim: int abc_fade_out -androidx.preference.ListPreferenceDialogFragmentCompat: ListPreferenceDialogFragmentCompat() -androidx.preference.R$styleable: int EditTextPreference_useSimpleSummaryProvider -com.google.android.material.R$id: int text_input_end_icon -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_navigation_top_padding -wangdaye.com.geometricweather.R$id: int italic -cyanogenmod.hardware.CMHardwareManager: boolean setVibratorIntensity(int) -james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat -androidx.core.R$id: int title -com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_endX -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Position: double lat -wangdaye.com.geometricweather.R$drawable: int abc_ic_menu_share_mtrl_alpha -wangdaye.com.geometricweather.R$id: int widget_day_week_icon_3 -wangdaye.com.geometricweather.R$id: int chip3 -androidx.activity.R$id: int accessibility_custom_action_3 -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Spinner_Underlined -wangdaye.com.geometricweather.R$integer: int mtrl_calendar_selection_text_lines -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_DEFAULT_LED_OFF -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation: MfCurrentResult$Observation() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: int getStatus() -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: org.reactivestreams.Subscription upstream -cyanogenmod.app.Profile: void validateRingtones(android.content.Context) -com.google.android.material.R$styleable: int FloatingActionButton_Behavior_Layout_behavior_autoHide -james.adaptiveicon.R$style: int Base_V21_Theme_AppCompat -com.google.android.material.R$styleable: int[] PopupWindowBackgroundState -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_DarkActionBar -wangdaye.com.geometricweather.R$dimen: int widget_grid_1 -androidx.activity.R$dimen: int notification_top_pad_large_text -james.adaptiveicon.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean getFeelsLike() -com.google.android.material.R$layout: int mtrl_picker_text_input_date -androidx.appcompat.widget.AppCompatImageButton: void setImageDrawable(android.graphics.drawable.Drawable) -com.turingtechnologies.materialscrollbar.R$string: int appbar_scrolling_view_behavior -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Dialog -androidx.viewpager.R$attr: int fontProviderQuery -androidx.work.impl.workers.DiagnosticsWorker -androidx.viewpager2.R$attr: int fastScrollVerticalTrackDrawable -okio.AsyncTimeout$2: okio.Timeout timeout() -io.reactivex.observers.TestObserver$EmptyObserver -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title -io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: void onNext(java.lang.Object) -androidx.preference.R$styleable: int Preference_android_defaultValue -okhttp3.logging.LoggingEventListener: LoggingEventListener(okhttp3.logging.HttpLoggingInterceptor$Logger) -com.github.rahatarmanahmed.cpv.CircularProgressView$4: void onAnimationUpdate(android.animation.ValueAnimator) -okhttp3.internal.Internal: void addLenient(okhttp3.Headers$Builder,java.lang.String) -io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: long serialVersionUID -wangdaye.com.geometricweather.R$color: int colorTextLight -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWindDirection(java.lang.String) -okhttp3.internal.Util: java.util.List immutableList(java.lang.Object[]) -com.google.android.material.R$styleable: int AlertDialog_singleChoiceItemLayout -wangdaye.com.geometricweather.R$color: int material_deep_teal_200 -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onLockscreenSlideOffsetChanged(float) -wangdaye.com.geometricweather.R$attr: int trackColorActive -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_checkedIconTint -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator USE_EDGE_SERVICE_FOR_GESTURES_VALIDATOR -wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_drawableStart -wangdaye.com.geometricweather.R$bool: int enable_system_job_service_default -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_toRightOf -okio.RealBufferedSource: long indexOf(byte) -okhttp3.internal.http2.Http2Connection$PingRunnable: void execute() -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Button -wangdaye.com.geometricweather.R$attr: int arc_angle -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SMOKY -androidx.appcompat.resources.R$id: int accessibility_custom_action_4 -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintGuide_begin -okhttp3.internal.io.FileSystem$1: void delete(java.io.File) -okhttp3.internal.http1.Http1Codec$ChunkedSink: okio.Timeout timeout() -com.turingtechnologies.materialscrollbar.R$attr: int alpha -com.google.gson.stream.JsonReader: int limit -com.jaredrummler.android.colorpicker.R$styleable: int[] AppCompatTextView -com.google.android.material.bottomnavigation.BottomNavigationView: BottomNavigationView(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$styleable: int SnackbarLayout_elevation -wangdaye.com.geometricweather.R$string: int sp_widget_clock_day_vertical_setting -com.xw.repo.bubbleseekbar.R$dimen: int notification_main_column_padding_top -androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_ttcIndex -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Weather: java.lang.String desc -wangdaye.com.geometricweather.R$color: int design_fab_stroke_top_outer_color -cyanogenmod.app.Profile$NotificationLightMode: int DISABLE -wangdaye.com.geometricweather.R$dimen: int spinner_drop_width -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintStart_toEndOf -com.xw.repo.bubbleseekbar.R$color: int abc_tint_switch_track -android.didikee.donate.R$style: int Widget_AppCompat_Light_ListView_DropDown -james.adaptiveicon.R$style: int Base_Widget_AppCompat_AutoCompleteTextView -wangdaye.com.geometricweather.db.entities.AlertEntity: int color -com.bumptech.glide.integration.okhttp.R$attr: int layout_anchorGravity -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +okhttp3.internal.http2.Hpack$Reader: void readHeaders() +wangdaye.com.geometricweather.R$id: int dialog_animatable_icon_title +io.reactivex.Observable: io.reactivex.Observable timeout(long,java.util.concurrent.TimeUnit) +com.google.android.material.floatingactionbutton.FloatingActionButton$BaseBehavior: FloatingActionButton$BaseBehavior() +androidx.fragment.R$style: int TextAppearance_Compat_Notification_Time +com.google.android.material.bottomnavigation.BottomNavigationPresenter$SavedState: android.os.Parcelable$Creator CREATOR +james.adaptiveicon.R$color: int accent_material_dark +wangdaye.com.geometricweather.R$id: int widget_day_time +cyanogenmod.weather.CMWeatherManager$RequestStatus: int FAILED +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: java.util.concurrent.TimeUnit unit +wangdaye.com.geometricweather.R$styleable: int ChipGroup_selectionRequired +com.google.android.material.R$style: int Platform_ThemeOverlay_AppCompat_Light +okhttp3.OkHttpClient$Builder: boolean followSslRedirects +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String nighttimeWindDirection +okhttp3.OkHttpClient: int callTimeout +androidx.lifecycle.ReportFragment: void onStart() +androidx.constraintlayout.widget.R$drawable: int notification_icon_background io.reactivex.internal.subscriptions.BasicIntQueueSubscription: BasicIntQueueSubscription() -wangdaye.com.geometricweather.R$styleable: int ViewBackgroundHelper_backgroundTint -androidx.cardview.R$dimen: int cardview_default_elevation -com.google.android.material.R$dimen: int abc_seekbar_track_background_height_material -james.adaptiveicon.R$styleable: int[] LinearLayoutCompat_Layout -com.google.android.material.R$attr: int actionBarWidgetTheme -com.google.android.material.R$dimen: int mtrl_navigation_item_shape_vertical_margin -androidx.appcompat.widget.AppCompatTextView: void setTextClassifier(android.view.textclassifier.TextClassifier) -okhttp3.internal.connection.StreamAllocation$StreamAllocationReference: java.lang.Object callStackTrace -com.google.android.material.checkbox.MaterialCheckBox: MaterialCheckBox(android.content.Context) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: void setZh_CN(java.lang.String) -androidx.lifecycle.LiveData$ObserverWrapper -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String uvLevel -wangdaye.com.geometricweather.R$dimen: int abc_progress_bar_height_material -androidx.viewpager.R$styleable: int GradientColorItem_android_color -androidx.hilt.R$id -wangdaye.com.geometricweather.main.fragments.MainFragment -com.bumptech.glide.R$drawable: int notification_icon_background -com.jaredrummler.android.colorpicker.R$attr: int preserveIconSpacing -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionOverflowMenuStyle -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_RatingBar_Small -com.google.android.material.R$styleable: int[] ShapeAppearance -okhttp3.internal.cache.DiskLruCache: void flush() -wangdaye.com.geometricweather.settings.activities.CardDisplayManageActivity -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator REVERSE_LOOKUP_PROVIDER_VALIDATOR -androidx.appcompat.widget.AppCompatTextView: int getAutoSizeMinTextSize() -androidx.preference.R$style: int Base_V7_Widget_AppCompat_EditText -cyanogenmod.app.Profile -androidx.loader.R$dimen: int notification_action_icon_size +com.google.android.material.R$styleable: int[] RecycleListView +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarTheme +cyanogenmod.weatherservice.ServiceRequestResult$1 +wangdaye.com.geometricweather.R$id: int activity_preview_icon_toolbar +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar +com.google.android.material.R$layout: int mtrl_calendar_month +cyanogenmod.alarmclock.ClockContract$AlarmsColumns: java.lang.String ENABLED +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: java.lang.String getBrandId() +com.turingtechnologies.materialscrollbar.TouchScrollBar: float getHideRatio() +androidx.constraintlayout.widget.R$string: int abc_menu_enter_shortcut_label +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.internal.util.AtomicThrowable errors +com.google.android.material.R$styleable: int TabItem_android_icon +wangdaye.com.geometricweather.R$dimen: int notification_action_icon_size +com.google.android.material.R$styleable: int TabLayout_tabMode +okio.Buffer: int REPLACEMENT_CHARACTER +com.google.android.material.snackbar.Snackbar$SnackbarLayout: void setBackground(android.graphics.drawable.Drawable) +androidx.appcompat.R$string: int abc_activity_chooser_view_see_all +androidx.swiperefreshlayout.R$id: int accessibility_action_clickable_span +androidx.appcompat.R$style: int Widget_AppCompat_Light_ListView_DropDown +androidx.customview.R$styleable: int ColorStateListItem_alpha +okhttp3.internal.http2.Http2 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setImages(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean) +com.turingtechnologies.materialscrollbar.R$color: int mtrl_bottom_nav_colored_item_tint +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_textLocale +com.turingtechnologies.materialscrollbar.R$id: int group_divider +com.jaredrummler.android.colorpicker.R$attr: int popupMenuStyle +com.google.android.material.R$dimen: int mtrl_snackbar_action_text_color_alpha +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber$1 +cyanogenmod.app.Profile$DozeMode +okhttp3.internal.cache.DiskLruCache: boolean initialized +androidx.appcompat.R$color: int abc_tint_spinner +okhttp3.logging.HttpLoggingInterceptor$Logger$1: void log(java.lang.String) +io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit,long) +com.turingtechnologies.materialscrollbar.R$attr: int navigationIcon +androidx.hilt.lifecycle.R$id: int normal +com.xw.repo.bubbleseekbar.R$attr: int seekBarStyle +androidx.appcompat.R$color: int primary_text_default_material_light +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int o3 +com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType GIF +wangdaye.com.geometricweather.db.entities.HistoryEntity: void setCityId(java.lang.String) +androidx.appcompat.widget.ActionBarOverlayLayout: void setUiOptions(int) +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.WeatherEntity,int) +androidx.drawerlayout.R$dimen: int compat_button_padding_horizontal_material +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu +com.turingtechnologies.materialscrollbar.R$style: int Platform_MaterialComponents_Light +androidx.preference.R$string: int copy +androidx.constraintlayout.widget.R$styleable: int Transition_autoTransition +com.turingtechnologies.materialscrollbar.R$attr: int cardPreventCornerOverlap +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_minWidth +james.adaptiveicon.R$id: int progress_circular +androidx.recyclerview.R$layout: int notification_action +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Body1 +wangdaye.com.geometricweather.R$styleable: int Toolbar_navigationContentDescription +wangdaye.com.geometricweather.R$dimen: int abc_action_button_min_width_material +com.jaredrummler.android.colorpicker.R$attr: int backgroundTint +wangdaye.com.geometricweather.R$id: int notification_base_realtimeTemp +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: int maxColor +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Inverse +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintLeft_creator +wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_Dialog_Alert +okhttp3.internal.http2.Http2Connection: java.util.Set currentPushRequests +wangdaye.com.geometricweather.R$string: int key_item_animation_switch +com.google.android.material.R$attr: int layout_collapseParallaxMultiplier +wangdaye.com.geometricweather.R$dimen: int design_navigation_max_width +com.jaredrummler.android.colorpicker.R$id: int recycler_view +com.google.android.material.R$style: int TextAppearance_Design_Tab +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: ObservableTimeoutTimed$TimeoutObserver(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler$Worker) +retrofit2.Response: java.lang.Object body() +com.google.android.material.textfield.TextInputLayout: void setErrorTextColor(android.content.res.ColorStateList) +okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder noCache() +androidx.preference.R$styleable: int AppCompatTheme_windowMinWidthMajor +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_panelMenuListTheme +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintStart_toStartOf +wangdaye.com.geometricweather.R$styleable: int MenuItem_iconTint +com.google.android.material.R$styleable: int KeyTrigger_triggerId +androidx.appcompat.R$styleable: int AnimatedStateListDrawableItem_android_drawable +wangdaye.com.geometricweather.R$string: int content_des_no2 +retrofit2.Utils$ParameterizedTypeImpl: java.lang.reflect.Type rawType +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.lang.Integer RIGHT_VALUE +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: java.util.concurrent.atomic.AtomicReference queue +androidx.preference.R$styleable: int FontFamilyFont_android_fontVariationSettings +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Metric: double Value +com.google.android.material.R$id: int baseline +com.google.android.material.R$dimen: int mtrl_calendar_navigation_top_padding +com.google.gson.stream.JsonReader: int doPeek() +okhttp3.OkHttpClient: okhttp3.CertificatePinner certificatePinner +cyanogenmod.themes.ThemeChangeRequest$1: java.lang.Object createFromParcel(android.os.Parcel) +retrofit2.package-info +androidx.vectordrawable.animated.R$styleable: int GradientColor_android_centerY +android.didikee.donate.R$style: int Base_Widget_AppCompat_RatingBar_Indicator +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_aa_light +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorSwitchThumbNormal +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256 +cyanogenmod.weather.CMWeatherManager: java.lang.String TAG +okhttp3.internal.http2.Http2Writer: int maxDataLength() +androidx.recyclerview.R$styleable: int FontFamily_fontProviderPackage +com.google.android.material.slider.Slider: void setHaloRadius(int) +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_switchTextAppearance +com.google.android.material.R$color: int mtrl_outlined_stroke_color +wangdaye.com.geometricweather.R$styleable: int Transition_duration +org.greenrobot.greendao.AbstractDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) +com.google.android.material.R$attr: int backgroundInsetBottom +androidx.appcompat.R$style: int Base_Animation_AppCompat_Dialog +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer ragweedIndex +io.reactivex.Observable: io.reactivex.Single sequenceEqual(io.reactivex.ObservableSource,io.reactivex.ObservableSource,int) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$LocalSource: java.lang.String Name +okhttp3.Cache$1: void update(okhttp3.Response,okhttp3.Response) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getCo() +androidx.constraintlayout.widget.R$styleable: int[] ActionBar +androidx.hilt.work.R$styleable: int FontFamily_fontProviderPackage +androidx.viewpager2.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable +okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection build() +com.bumptech.glide.load.HttpException: HttpException(java.lang.String,int) +wangdaye.com.geometricweather.R$drawable: int ic_water_percent +androidx.appcompat.R$styleable: int ActionMode_titleTextStyle +androidx.legacy.coreutils.R$id: int tag_unhandled_key_event_manager +com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawable_android_enterFadeDuration +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: void setValue(java.util.List) +wangdaye.com.geometricweather.R$layout: int mtrl_calendar_day_of_week +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter open(int,java.lang.String) +okhttp3.internal.http2.Hpack: int PREFIX_5_BITS +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.internal.fuseable.SimplePlainQueue queue +com.google.android.material.R$style: int Base_Widget_AppCompat_ListView +wangdaye.com.geometricweather.R$styleable: int KeyPosition_framePosition +androidx.viewpager.widget.PagerTitleStrip: void setSingleLineAllCaps(android.widget.TextView) +androidx.lifecycle.ReportFragment +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeIcePrecipitation(java.lang.Float) +com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_android_layout +android.didikee.donate.R$attr: int subtitleTextAppearance +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void onNext(java.lang.Object) +cyanogenmod.platform.R$string +cyanogenmod.weather.RequestInfo: java.lang.String mCityName +androidx.constraintlayout.widget.R$id: int path +cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.WeatherLocation mWeatherLocation +cyanogenmod.app.Profile$TriggerType: int WIFI +wangdaye.com.geometricweather.R$drawable: int ic_top +com.google.android.material.R$drawable: int abc_ic_ab_back_material +com.google.android.material.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 +com.jaredrummler.android.colorpicker.R$dimen: int notification_right_side_padding_top +android.support.v4.os.IResultReceiver$Stub$Proxy: void send(int,android.os.Bundle) +okio.InflaterSource: java.util.zip.Inflater inflater +com.jaredrummler.android.colorpicker.R$attr: int listPreferredItemHeight +com.google.android.material.R$styleable: int AppCompatTheme_colorSwitchThumbNormal +com.turingtechnologies.materialscrollbar.R$attr: int contentPadding +com.google.android.material.floatingactionbutton.FloatingActionButton: void show(com.google.android.material.floatingactionbutton.FloatingActionButton$OnVisibilityChangedListener) +com.jaredrummler.android.colorpicker.R$id: int action_bar_activity_content +wangdaye.com.geometricweather.db.entities.DailyEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) +androidx.vectordrawable.R$id: int dialog_button +com.turingtechnologies.materialscrollbar.R$attr: int seekBarStyle +com.google.android.material.R$attr: int dropdownListPreferredItemHeight +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1 +androidx.constraintlayout.widget.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item +okhttp3.internal.cache.DiskLruCache$Snapshot: java.lang.String key() +cyanogenmod.weather.WeatherInfo: void writeToParcel(android.os.Parcel,int) +wangdaye.com.geometricweather.R$id: int widget_day_week_subtitle +android.support.v4.app.INotificationSideChannel$Stub: android.os.IBinder asBinder() +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragmentCompat_android_divider +wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List getDailyForecast() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Imperial: double Value +android.didikee.donate.R$styleable: int[] ColorStateListItem +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder eventListener(okhttp3.EventListener) +wangdaye.com.geometricweather.R$xml: R$xml() +androidx.viewpager2.R$styleable: int GradientColor_android_type +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Weather: MfForecastResult$DailyForecast$Weather() +io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: void onComplete() +androidx.constraintlayout.widget.R$attr: int layout_goneMarginEnd +io.reactivex.Observable: io.reactivex.Observable mergeWith(io.reactivex.SingleSource) +android.didikee.donate.R$layout: int notification_template_icon_group +wangdaye.com.geometricweather.R$attr: int colorError +com.google.android.material.R$layout: int abc_list_menu_item_checkbox +com.google.android.material.R$id: int mtrl_internal_children_alpha_tag +androidx.core.R$dimen: int notification_action_text_size +okhttp3.Response$Builder: okhttp3.Handshake handshake +androidx.lifecycle.LifecycleRegistry: void pushParentState(androidx.lifecycle.Lifecycle$State) +wangdaye.com.geometricweather.R$id: int start +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void cancelAll() +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_fontFamily wangdaye.com.geometricweather.R$dimen: int abc_action_bar_overflow_padding_start_material -androidx.preference.R$style: int Base_Widget_AppCompat_ActionBar_TabView -okhttp3.MediaType: okhttp3.MediaType get(java.lang.String) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_imageButtonStyle -androidx.appcompat.R$styleable: int[] CompoundButton -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String alarmPic1 -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_CompactMenu -com.google.android.material.R$attr: int isLightTheme -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_stroke_size -androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_START -wangdaye.com.geometricweather.R$styleable: int FontFamily_fontProviderQuery -com.google.android.material.bottomnavigation.BottomNavigationView: android.content.res.ColorStateList getItemIconTintList() -androidx.constraintlayout.widget.R$attr: int controlBackground -androidx.appcompat.R$styleable: int FontFamilyFont_font -androidx.appcompat.R$styleable: int MenuView_subMenuArrow -wangdaye.com.geometricweather.R$styleable: int CardView_contentPaddingRight -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: io.reactivex.internal.disposables.SequentialDisposable task -cyanogenmod.platform.Manifest -androidx.viewpager.widget.PagerTitleStrip: PagerTitleStrip(android.content.Context) -com.jaredrummler.android.colorpicker.R$attr: int homeAsUpIndicator -com.google.android.material.tabs.TabLayout: void setTabRippleColorResource(int) -wangdaye.com.geometricweather.R$id: int dialog_minimal_icon_lightIcon -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: cyanogenmod.hardware.DisplayMode getDefaultDisplayMode() -cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: void unregisterWeatherServiceProviderChangeListener(cyanogenmod.weather.IWeatherServiceProviderChangeListener) -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: void onError(java.lang.Throwable) -com.turingtechnologies.materialscrollbar.R$dimen: int abc_panel_menu_list_width -wangdaye.com.geometricweather.R$animator: R$animator() -wangdaye.com.geometricweather.R$style: int Test_Theme_MaterialComponents_MaterialCalendar -okhttp3.ConnectionSpec: boolean supportsTlsExtensions() -okhttp3.internal.cache.DiskLruCache$Entry: long sequenceNumber -com.xw.repo.bubbleseekbar.R$color: int accent_material_dark -androidx.hilt.R$style: int TextAppearance_Compat_Notification_Info -io.reactivex.Observable: io.reactivex.Observable throttleWithTimeout(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -okio.RealBufferedSource: RealBufferedSource(okio.Source) -cyanogenmod.providers.CMSettings$System: long getLong(android.content.ContentResolver,java.lang.String,long) -com.google.android.material.R$id: int chip_group -cyanogenmod.app.CustomTile$ExpandedGridItem: void setExpandedGridItemOnClickIntent(android.app.PendingIntent) -com.google.android.material.R$id: int listMode -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getThermalState -android.didikee.donate.R$drawable: int abc_btn_switch_to_on_mtrl_00012 -com.xw.repo.bubbleseekbar.R$color: int abc_secondary_text_material_light -wangdaye.com.geometricweather.R$attr: int homeAsUpIndicator -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Id -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_lastHorizontalStyle -wangdaye.com.geometricweather.R$styleable: int[] SearchView -com.google.android.material.textfield.TextInputLayout: void setBoxStrokeColor(int) -androidx.constraintlayout.widget.R$styleable: int[] Toolbar -com.jaredrummler.android.colorpicker.R$styleable: int RecycleListView_paddingBottomNoButtons -com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_startY -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: ObservableDoFinally$DoFinallyObserver(io.reactivex.Observer,io.reactivex.functions.Action) -okio.BufferedSink: okio.BufferedSink writeLongLe(long) -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_bottom_padding -okhttp3.internal.http2.Http2: byte FLAG_COMPRESSED -wangdaye.com.geometricweather.R$attr: int buttonCompat -com.google.android.material.R$styleable: int BottomNavigationView_labelVisibilityMode -androidx.preference.R$dimen: int abc_action_button_min_width_overflow_material -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_toTopOf -cyanogenmod.app.CustomTile$ListExpandedStyle -com.google.android.material.R$attr: int gapBetweenBars -okhttp3.Cache: void initialize() -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_SeekBar_Discrete -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder sslSocketFactory(javax.net.ssl.SSLSocketFactory) -com.google.android.material.R$attr: int shapeAppearanceOverlay -android.didikee.donate.R$dimen: int abc_list_item_padding_horizontal_material -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Medium -com.google.android.material.chip.ChipGroup: void setOnHierarchyChangeListener(android.view.ViewGroup$OnHierarchyChangeListener) -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow -androidx.preference.R$id: int search_go_btn -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_CUSTOM_VALUES -androidx.lifecycle.extensions.R$layout: int notification_template_custom_big -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_switchPadding -cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy: IAppSuggestManager$Stub$Proxy(android.os.IBinder) -cyanogenmod.externalviews.KeyguardExternalView$2: void onDetachedFromWindow() -com.jaredrummler.android.colorpicker.R$id: int search_plate -com.jaredrummler.android.colorpicker.R$attr: int editTextPreferenceStyle -androidx.preference.R$id: int accessibility_custom_action_11 -androidx.preference.R$drawable: int abc_list_pressed_holo_dark -com.xw.repo.bubbleseekbar.R$drawable: int abc_menu_hardkey_panel_mtrl_mult -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_content_inset_with_nav -com.google.android.material.R$attr: int firstBaselineToTopHeight -okhttp3.OkHttpClient: java.util.List protocols -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Metric Metric -androidx.transition.R$id: int transition_scene_layoutid_cache -wangdaye.com.geometricweather.R$attr: int unchecked_background_color -okhttp3.internal.platform.AndroidPlatform: AndroidPlatform(java.lang.Class,okhttp3.internal.platform.OptionalMethod,okhttp3.internal.platform.OptionalMethod,okhttp3.internal.platform.OptionalMethod,okhttp3.internal.platform.OptionalMethod) -androidx.preference.R$anim: int abc_tooltip_enter -retrofit2.ParameterHandler$1: ParameterHandler$1(retrofit2.ParameterHandler) -com.google.android.material.R$styleable: int Transition_pathMotionArc -cyanogenmod.app.ProfileGroup: java.util.UUID getUuid() -wangdaye.com.geometricweather.R$string: int action_settings -wangdaye.com.geometricweather.R$attr: int drawableBottomCompat -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: java.util.concurrent.atomic.AtomicLong requested -com.xw.repo.bubbleseekbar.R$dimen: int notification_small_icon_size_as_large -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_29 -androidx.constraintlayout.widget.R$attr: int flow_verticalBias -androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_textAppearance -wangdaye.com.geometricweather.R$attr: int chipIconTint -wangdaye.com.geometricweather.R$drawable: int ic_github_light -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex -androidx.preference.R$layout: int abc_popup_menu_item_layout -android.didikee.donate.R$drawable: int abc_btn_switch_to_on_mtrl_00001 -com.google.android.material.R$attr: int materialCalendarTheme -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: void cancel(java.lang.Object) -com.google.android.material.R$styleable: int CoordinatorLayout_Layout_layout_anchor -com.jaredrummler.android.colorpicker.R$attr: int checkBoxPreferenceStyle -com.google.android.material.R$id: int item_touch_helper_previous_elevation -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult: AccuDailyResult() -wangdaye.com.geometricweather.R$styleable: int Slider_android_enabled -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum: java.lang.String Unit -androidx.preference.R$styleable: int SwitchPreference_android_summaryOff -androidx.core.R$attr: int fontStyle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Imperial: java.lang.String Unit -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Large -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setPm25(java.lang.String) -com.turingtechnologies.materialscrollbar.R$color: int bright_foreground_material_dark -com.jaredrummler.android.colorpicker.R$id: int add -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintLeft_toLeftOf -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice$AdviceContext: AtmoAuraQAResult$Advice$AdviceContext() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean -wangdaye.com.geometricweather.R$attr: int expanded -android.didikee.donate.R$id: int always -com.jaredrummler.android.colorpicker.R$drawable: int abc_switch_thumb_material -android.didikee.donate.R$style: int Base_Widget_AppCompat_Button -com.google.android.material.slider.BaseSlider: void setSeparationUnit(int) -wangdaye.com.geometricweather.R$anim: int fragment_close_exit -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowFixedHeightMajor -okio.Buffer: boolean request(long) -com.xw.repo.bubbleseekbar.R$attr: int colorAccent -wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderDivider -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getDaytimeWindLevel() -com.google.android.material.R$style: int TextAppearance_Design_Hint -androidx.lifecycle.LiveData: int mActiveCount -wangdaye.com.geometricweather.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_0 -wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: RoundProgress(android.content.Context) -wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundNormalUpdateService -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: int subTextColorResId -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintGuide_percent -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_MaterialComponents_TextInputLayout -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.db.entities.LocationEntity: float getLatitude() -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: boolean isEntityUpdateable() -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ChipGroup -androidx.appcompat.R$drawable: int abc_btn_check_to_on_mtrl_015 -androidx.hilt.work.R$dimen: int notification_large_icon_height -com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_Alert -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.HourlyEntityDao getHourlyEntityDao() -wangdaye.com.geometricweather.background.receiver.widget.WidgetDayProvider -wangdaye.com.geometricweather.R$attr: int closeIcon -android.didikee.donate.R$drawable: int abc_tab_indicator_mtrl_alpha -com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage DATA_CACHE -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle -okhttp3.internal.http2.Http2Codec: okhttp3.Protocol protocol -com.xw.repo.bubbleseekbar.R$attr: int titleMarginStart -com.xw.repo.bubbleseekbar.R$attr: int actionOverflowButtonStyle +wangdaye.com.geometricweather.R$layout: int widget_day_oreo_google_sans +retrofit2.Retrofit$Builder: retrofit2.Retrofit build() +androidx.appcompat.R$styleable: int LinearLayoutCompat_Layout_android_layout_width +wangdaye.com.geometricweather.common.basic.models.weather.Daily: Daily(java.util.Date,long,wangdaye.com.geometricweather.common.basic.models.weather.HalfDay,wangdaye.com.geometricweather.common.basic.models.weather.HalfDay,wangdaye.com.geometricweather.common.basic.models.weather.Astro,wangdaye.com.geometricweather.common.basic.models.weather.Astro,wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase,wangdaye.com.geometricweather.common.basic.models.weather.AirQuality,wangdaye.com.geometricweather.common.basic.models.weather.Pollen,wangdaye.com.geometricweather.common.basic.models.weather.UV,float) +androidx.lifecycle.Lifecycling: int getObserverConstructorType(java.lang.Class) +androidx.vectordrawable.R$styleable: int GradientColor_android_type +james.adaptiveicon.R$color: int abc_secondary_text_material_dark +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: long serialVersionUID +com.jaredrummler.android.colorpicker.R$id: int scrollView +com.xw.repo.bubbleseekbar.R$color: int ripple_material_light +cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_PUT_GLOBAL +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense +com.google.android.material.R$styleable: int[] DrawerArrowToggle +io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: long serialVersionUID +androidx.constraintlayout.widget.R$drawable: int abc_spinner_textfield_background_material +cyanogenmod.profiles.RingModeSettings: android.os.Parcelable$Creator CREATOR +io.reactivex.internal.util.VolatileSizeArrayList: boolean containsAll(java.util.Collection) +com.google.android.material.R$color: int switch_thumb_material_light +com.google.android.material.appbar.CollapsingToolbarLayout: int getExpandedTitleMarginTop() +androidx.viewpager2.R$id: int async +okhttp3.Credentials: java.lang.String basic(java.lang.String,java.lang.String,java.nio.charset.Charset) +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored +cyanogenmod.hardware.CMHardwareManager: int FEATURE_SUNLIGHT_ENHANCEMENT +com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_listLayout +android.didikee.donate.R$drawable: int abc_text_select_handle_middle_mtrl_dark +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_WITH_3DES_EDE_CBC_MD5 +okhttp3.internal.cache2.Relay: okhttp3.internal.cache2.Relay read(java.io.File) +android.didikee.donate.R$layout: int abc_list_menu_item_layout +androidx.transition.R$dimen: int notification_top_pad +com.turingtechnologies.materialscrollbar.R$attr: int snackbarButtonStyle +wangdaye.com.geometricweather.R$string: int key_notification_temp_icon +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_CompoundButton_Switch +com.google.android.material.R$string: int abc_shareactionprovider_share_with_application +com.google.android.material.R$attr: int title +androidx.lifecycle.SavedStateViewModelFactory: androidx.lifecycle.ViewModel create(java.lang.String,java.lang.Class) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Metric: int UnitType +wangdaye.com.geometricweather.R$styleable: int Transition_android_id +okio.Buffer: okio.Buffer writeIntLe(int) +okhttp3.internal.http1.Http1Codec: boolean isClosed() +cyanogenmod.hardware.ICMHardwareService: cyanogenmod.hardware.DisplayMode getCurrentDisplayMode() +wangdaye.com.geometricweather.R$styleable: int MotionLayout_layoutDescription +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_android_switchTextOn +okhttp3.Request$Builder +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility +okhttp3.internal.http.RealInterceptorChain: okhttp3.Interceptor$Chain withReadTimeout(int,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.db.entities.LocationEntityDao: wangdaye.com.geometricweather.db.converters.WeatherSourceConverter weatherSourceConverter +androidx.work.R$styleable: int FontFamilyFont_font +androidx.transition.R$styleable: int GradientColor_android_startColor +wangdaye.com.geometricweather.R$drawable: int abc_list_pressed_holo_light +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dialogPreferredPadding +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light_DialogWhenLarge +okio.RealBufferedSource: int readUtf8CodePoint() +wangdaye.com.geometricweather.R$string: int feedback_live_wallpaper_weather_kind +android.didikee.donate.R$styleable: int AppCompatTheme_buttonBarButtonStyle +com.xw.repo.bubbleseekbar.R$drawable: int abc_ratingbar_material +wangdaye.com.geometricweather.R$layout: int notification_base +wangdaye.com.geometricweather.R$styleable: int Fragment_android_tag +androidx.recyclerview.widget.RecyclerView: void setNestedScrollingEnabled(boolean) +wangdaye.com.geometricweather.R$array: int temperature_unit_values +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder callTimeout(java.time.Duration) +okhttp3.internal.cache2.Relay: long upstreamPos +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_31 +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Subhead +androidx.hilt.work.R$bool: int enable_system_job_service_default +com.google.android.material.R$dimen: int mtrl_btn_pressed_z +wangdaye.com.geometricweather.R$array: int widget_card_style_values +androidx.preference.R$color: int background_material_dark +androidx.hilt.R$id: int accessibility_custom_action_9 +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowFixedWidthMajor +androidx.appcompat.R$anim: int btn_radio_to_on_mtrl_ring_outer_path_animation +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ListView_DropDown +androidx.activity.R$styleable: int FontFamilyFont_android_fontWeight +com.turingtechnologies.materialscrollbar.R$styleable: int[] LinearLayoutCompat +wangdaye.com.geometricweather.R$styleable: int Badge_badgeGravity +com.jaredrummler.android.colorpicker.R$drawable: int notification_bg +james.adaptiveicon.R$styleable: int AlertDialog_buttonPanelSideLayout +wangdaye.com.geometricweather.R$drawable: int notif_temp_86 +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: void onComplete() +androidx.recyclerview.R$id: int line3 +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: android.os.IBinder asBinder() +com.google.android.material.R$attr: int transitionShapeAppearance +androidx.customview.R$styleable +com.jaredrummler.android.colorpicker.R$id: int item_touch_helper_previous_elevation +androidx.constraintlayout.widget.R$id: int action_divider +com.jaredrummler.android.colorpicker.R$color: int primary_material_light +androidx.constraintlayout.widget.R$id: int honorRequest +androidx.constraintlayout.widget.R$styleable: int ActionMode_subtitleTextStyle +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_shadowDx +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_lightOnTouch +okhttp3.Request: java.lang.String header(java.lang.String) +io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: void error(java.lang.Throwable) +androidx.constraintlayout.widget.R$color: int material_grey_850 +androidx.appcompat.R$drawable: int abc_text_select_handle_middle_mtrl_light +wangdaye.com.geometricweather.R$attr: int colorSecondaryVariant +retrofit2.ParameterHandler$FieldMap: boolean encoded +io.reactivex.subjects.PublishSubject$PublishDisposable: void onComplete() +okhttp3.Dispatcher: java.util.Deque runningAsyncCalls +retrofit2.KotlinExtensions: java.lang.Object awaitNullable(retrofit2.Call,kotlin.coroutines.Continuation) +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: float unitFactor +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_CardView +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder parse(okhttp3.HttpUrl,java.lang.String) +com.google.android.material.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_14 +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_indicatorType +wangdaye.com.geometricweather.R$color: int design_default_color_on_error +androidx.hilt.work.R$attr: int fontProviderFetchStrategy +androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour: androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour[] values() +cyanogenmod.themes.IThemeService$Stub$Proxy: void registerThemeProcessingListener(cyanogenmod.themes.IThemeProcessingListener) +com.turingtechnologies.materialscrollbar.R$string: int abc_menu_alt_shortcut_label +wangdaye.com.geometricweather.R$attr: int cpv_dialogTitle +com.xw.repo.bubbleseekbar.R$style: int Base_V28_Theme_AppCompat +okhttp3.HttpUrl$Builder: java.lang.String canonicalizeHost(java.lang.String,int,int) +wangdaye.com.geometricweather.R$drawable: int weather_sleet +wangdaye.com.geometricweather.R$color: int mtrl_card_view_ripple +io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: int requestFusion(int) +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleMarginEnd +cyanogenmod.providers.ThemesContract: java.lang.String AUTHORITY +wangdaye.com.geometricweather.R$id: int action_mode_close_button +okhttp3.internal.connection.RouteSelector: okhttp3.EventListener eventListener +androidx.appcompat.R$styleable: int AppCompatTextView_textLocale +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Visibility +androidx.appcompat.widget.ActivityChooserView: void setInitialActivityCount(int) +androidx.constraintlayout.widget.R$styleable: int AlertDialog_showTitle +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert +cyanogenmod.weather.WeatherInfo: double mWindSpeed +androidx.preference.R$attr: int paddingTopNoTitle +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Temperature +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$DailyTemperature: java.lang.Float max +androidx.hilt.work.R$styleable: int FontFamily_fontProviderFetchTimeout +androidx.viewpager2.R$attr: int fontProviderQuery +wangdaye.com.geometricweather.R$attr: int customNavigationLayout +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial: double Value +android.didikee.donate.R$style: int Widget_AppCompat_ActionBar +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_fabCustomSize +wangdaye.com.geometricweather.R$string: int feedback_request_permission +retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter: java.lang.Object adapt(retrofit2.Call) +com.turingtechnologies.materialscrollbar.R$color: int abc_primary_text_material_dark +androidx.coordinatorlayout.R$id: int notification_background +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_19 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: CaiYunMainlyResult$IndicesBeanX$IndicesBean() +wangdaye.com.geometricweather.R$attr: int singleLine +android.didikee.donate.R$anim: int abc_slide_in_bottom +com.xw.repo.bubbleseekbar.R$attr: int actionMenuTextAppearance +android.didikee.donate.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle +androidx.loader.R$attr: int fontStyle +wangdaye.com.geometricweather.R$styleable: int[] RecyclerView +cyanogenmod.power.IPerformanceManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_CompoundButton_Switch +com.google.android.material.R$style: int Widget_AppCompat_SearchView_ActionBar +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_YearNavigationButton +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Subhead +com.google.android.material.circularreveal.CircularRevealGridLayout: int getCircularRevealScrimColor() +androidx.vectordrawable.R$layout: int notification_template_custom_big +android.didikee.donate.R$id: int image +androidx.preference.R$id: int home +com.google.android.material.R$attr: int checkboxStyle +androidx.constraintlayout.widget.R$dimen: int compat_notification_large_icon_max_height +com.jaredrummler.android.colorpicker.R$dimen: int tooltip_y_offset_non_touch +com.turingtechnologies.materialscrollbar.R$attr: int ttcIndex +com.bumptech.glide.integration.okhttp.R$string +wangdaye.com.geometricweather.R$id: int tag_screen_reader_focusable +okhttp3.internal.http2.Http2Connection: void shutdown(okhttp3.internal.http2.ErrorCode) +androidx.constraintlayout.widget.R$styleable: int Toolbar_contentInsetLeft +okhttp3.Response: okhttp3.Handshake handshake +wangdaye.com.geometricweather.R$drawable: int star_1 +com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_translation_z_pressed +cyanogenmod.providers.CMSettings$Secure: boolean putLongForUser(android.content.ContentResolver,java.lang.String,long,int) +com.turingtechnologies.materialscrollbar.MaterialScrollBar: void addScrollListener(androidx.recyclerview.widget.RecyclerView$OnScrollListener) +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX: CNWeatherResult$WeatherX() +io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: long serialVersionUID +wangdaye.com.geometricweather.R$string: int feedback_refresh_notification_now +androidx.hilt.work.R$id: int text2 +cyanogenmod.profiles.StreamSettings: cyanogenmod.profiles.StreamSettings fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) +org.greenrobot.greendao.AbstractDao: java.util.List loadAllAndCloseCursor(android.database.Cursor) +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_framePosition +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: java.lang.String MinuteText +okhttp3.internal.http.RealResponseBody: okio.BufferedSource source +io.reactivex.subjects.PublishSubject$PublishDisposable: boolean isDisposed() +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintBaseline_creator +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_alpha +com.google.android.material.circularreveal.CircularRevealFrameLayout: void setCircularRevealScrimColor(int) +com.google.android.material.R$styleable: int MotionLayout_applyMotionScene +wangdaye.com.geometricweather.R$styleable: int ButtonBarLayout_allowStacking +okhttp3.MultipartBody: long writeOrCountBytes(okio.BufferedSink,boolean) +retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemTextColor +com.turingtechnologies.materialscrollbar.R$dimen: int abc_list_item_padding_horizontal_material +androidx.activity.R$color: int notification_icon_bg_color +io.reactivex.Observable: io.reactivex.Single firstOrError() +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit INHG +androidx.constraintlayout.widget.ConstraintLayout: int getOptimizationLevel() +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode THUNDER +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getUvIndex() +wangdaye.com.geometricweather.R$drawable: int shortcuts_fog +com.xw.repo.bubbleseekbar.R$dimen: int abc_edit_text_inset_horizontal_material +wangdaye.com.geometricweather.R$attr: int maxWidth +cyanogenmod.externalviews.ExternalViewProviderService: android.os.Handler mHandler +androidx.activity.R$layout: int notification_template_custom_big +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver +wangdaye.com.geometricweather.R$id: int item_card_display_container +android.support.v4.app.INotificationSideChannel$Stub$Proxy: void notify(java.lang.String,int,java.lang.String,android.app.Notification) +com.turingtechnologies.materialscrollbar.R$color: int mtrl_tabs_colored_ripple_color +com.google.android.material.R$styleable: int AppCompatImageView_tint +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Toolbar +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_RatingBar_Small +android.didikee.donate.R$color: int abc_btn_colored_text_material +androidx.preference.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight +wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_4 +com.google.android.material.R$styleable: int FontFamily_fontProviderFetchTimeout +wangdaye.com.geometricweather.R$menu +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: long serialVersionUID +android.didikee.donate.R$color: int material_grey_850 +com.jaredrummler.android.colorpicker.R$dimen: int tooltip_precise_anchor_threshold +androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert +cyanogenmod.hardware.CMHardwareManager: int getVibratorMinIntensity() +androidx.preference.EditTextPreference: void setOnBindEditTextListener(androidx.preference.EditTextPreference$OnBindEditTextListener) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_121 +com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: long serialVersionUID +android.didikee.donate.R$styleable: int AppCompatTextHelper_android_drawableBottom +wangdaye.com.geometricweather.R$id: int path +com.google.android.material.bottomnavigation.BottomNavigationView: void setItemBackgroundResource(int) +androidx.preference.R$style: int Base_Widget_AppCompat_RatingBar_Indicator +james.adaptiveicon.R$styleable: int ActionBar_contentInsetStart +androidx.lifecycle.FullLifecycleObserverAdapter$1: int[] $SwitchMap$androidx$lifecycle$Lifecycle$Event +android.didikee.donate.R$attr: int actionBarTabTextStyle +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_always_show_bubble +com.turingtechnologies.materialscrollbar.R$styleable: int[] PopupWindowBackgroundState +androidx.preference.R$anim: int abc_tooltip_exit +com.google.android.material.slider.BaseSlider: java.util.List getValues() +androidx.lifecycle.ProcessLifecycleOwner: int mResumedCounter +io.reactivex.internal.disposables.EmptyDisposable: void error(java.lang.Throwable,io.reactivex.Observer) +android.didikee.donate.R$styleable: R$styleable() +com.xw.repo.bubbleseekbar.R$id: int action_divider +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceCategoryStyle +androidx.viewpager2.R$layout +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.util.concurrent.atomic.AtomicReference error +cyanogenmod.app.CustomTile$ExpandedStyle: void internalSetRemoteViews(android.widget.RemoteViews) +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Subhead_Inverse +wangdaye.com.geometricweather.R$drawable: int ic_mtrl_chip_checked_black +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textColorSearchUrl +com.xw.repo.bubbleseekbar.R$drawable: int abc_list_pressed_holo_light +androidx.vectordrawable.R$id: int text2 +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar +wangdaye.com.geometricweather.R$drawable: int shortcuts_partly_cloudy_night_foreground +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse +okhttp3.internal.http2.Http2Connection$PingRunnable: int payload1 +androidx.appcompat.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_1 +com.google.android.material.R$style: int ThemeOverlay_Design_TextInputEditText +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_19 +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse +com.google.android.material.R$drawable: int notification_template_icon_bg +com.turingtechnologies.materialscrollbar.R$styleable: int ActionMode_backgroundSplit +com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.reflect.Type[] typeArguments +okio.Buffer: okio.BufferedSink write(okio.ByteString) +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: java.util.concurrent.atomic.AtomicReference timer +com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_fixed_width_minor +wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Object readEntity(android.database.Cursor,int) +androidx.appcompat.widget.AppCompatSeekBar: AppCompatSeekBar(android.content.Context) +com.google.android.material.R$style: int Widget_AppCompat_ActionBar +android.didikee.donate.R$drawable: int notification_bg_low_pressed +com.jaredrummler.android.colorpicker.R$attr: int titleTextColor +retrofit2.BuiltInConverters: BuiltInConverters() +okio.Base64: byte[] decode(java.lang.String) +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Dialog_FixedSize +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: MfHistoryResult$History() +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_percent +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title +com.google.android.material.R$dimen: int action_bar_size +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_maxElementsWrap +com.bumptech.glide.R$layout: int notification_action +androidx.appcompat.R$style: int TextAppearance_Compat_Notification_Title +com.jaredrummler.android.colorpicker.R$attr: int lastBaselineToBottomHeight +com.turingtechnologies.materialscrollbar.R$style: R$style() +wangdaye.com.geometricweather.R$id: int action_bar_spinner +com.google.android.material.checkbox.MaterialCheckBox: void setUseMaterialThemeColors(boolean) +io.reactivex.internal.subscribers.StrictSubscriber: org.reactivestreams.Subscriber downstream +wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_animationMode +androidx.vectordrawable.R$id: int accessibility_custom_action_31 +okhttp3.internal.http.HttpMethod: boolean invalidatesCache(java.lang.String) +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_min_height +android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemHeight +androidx.customview.R$styleable: int FontFamilyFont_fontVariationSettings +androidx.work.R$id: int accessibility_custom_action_7 +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeThunderstormPrecipitationProbability +cyanogenmod.externalviews.ExternalView: void onActivityStarted(android.app.Activity) +cyanogenmod.externalviews.KeyguardExternalView: void registerOnWindowAttachmentChangedListener(cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener) +androidx.constraintlayout.widget.R$styleable: int Toolbar_navigationContentDescription +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_commitIcon +android.didikee.donate.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight +wangdaye.com.geometricweather.R$drawable: int notif_temp_10 +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: javax.inject.Provider apiProvider +wangdaye.com.geometricweather.R$styleable: int MenuView_android_verticalDivider +okhttp3.logging.LoggingEventListener: void requestBodyStart(okhttp3.Call) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float o3 +androidx.lifecycle.extensions.R$drawable: int notification_action_background +james.adaptiveicon.R$id: int listMode +org.greenrobot.greendao.AbstractDaoMaster: org.greenrobot.greendao.database.Database db +okhttp3.Request: okhttp3.RequestBody body() +okhttp3.internal.cache.DiskLruCache$Entry: java.io.IOException invalidLengths(java.lang.String[]) +io.reactivex.internal.disposables.EmptyDisposable: boolean isEmpty() +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.R$id: int dialog_location_help_manageContainer +androidx.fragment.R$id: int accessibility_custom_action_16 +james.adaptiveicon.R$styleable: int AppCompatTheme_colorBackgroundFloating +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void dispose() +com.google.android.material.R$dimen: int mtrl_bottomappbar_fab_bottom_margin +okhttp3.internal.http2.Huffman: void addCode(int,int,byte) +wangdaye.com.geometricweather.R$id: int cpv_color_panel_view +wangdaye.com.geometricweather.db.entities.DaoMaster: void createAllTables(org.greenrobot.greendao.database.Database,boolean) +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem +androidx.coordinatorlayout.R$attr: int layout_anchorGravity +androidx.preference.R$attr: int switchTextAppearance +wangdaye.com.geometricweather.R$styleable: int ClockHandView_materialCircleRadius +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float no2 +cyanogenmod.power.IPerformanceManager$Stub: int TRANSACTION_setPowerProfile +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_CompoundButton_Switch +androidx.hilt.work.R$styleable: int[] GradientColorItem +com.google.android.material.R$id: int cut +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeIcePrecipitationProbability +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_large_material +android.didikee.donate.R$style: int Platform_V21_AppCompat_Light +okhttp3.internal.http2.Http2Stream$FramingSink: void flush() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeDegreeDayTemperature +com.turingtechnologies.materialscrollbar.R$attr: int cardElevation +wangdaye.com.geometricweather.R$color: int material_slider_active_track_color +wangdaye.com.geometricweather.R$color: int tooltip_background_dark +androidx.core.R$styleable: int FontFamilyFont_android_fontWeight +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void signalConsumer() +com.turingtechnologies.materialscrollbar.R$attr: int buttonBarNeutralButtonStyle +androidx.loader.R$dimen: int notification_main_column_padding_top com.jaredrummler.android.colorpicker.R$attr: int navigationIcon -androidx.work.R$integer -wangdaye.com.geometricweather.R$dimen: int abc_dialog_list_padding_top_no_title -androidx.constraintlayout.widget.R$styleable: int Toolbar_subtitleTextAppearance -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintGuide_begin -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void dispose() -com.google.android.material.R$color: int abc_primary_text_disable_only_material_light -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Imperial: int UnitType -wangdaye.com.geometricweather.R$styleable: int[] MaterialCardView -androidx.activity.R$id: int tag_unhandled_key_event_manager -androidx.constraintlayout.widget.R$bool: int abc_action_bar_embed_tabs -wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog_Alert -androidx.appcompat.R$styleable: int Toolbar_android_minHeight -cyanogenmod.providers.CMSettings$System: java.lang.String SWAP_VOLUME_KEYS_ON_ROTATION -wangdaye.com.geometricweather.R$style: int Base_V21_Theme_AppCompat -com.google.android.material.behavior.SwipeDismissBehavior: SwipeDismissBehavior() -com.jaredrummler.android.colorpicker.R$color: int ripple_material_light -androidx.lifecycle.ComputableLiveData: java.util.concurrent.Executor mExecutor -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView: DoubleHistogramView(android.content.Context,android.util.AttributeSet) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BATTERY_LIGHT_PULSE_VALIDATOR -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Caption -com.google.android.material.R$styleable: int AppCompatTheme_actionBarTheme -androidx.viewpager2.R$id: int icon -io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: long serialVersionUID -androidx.appcompat.R$attr: int switchMinWidth -com.google.android.material.R$drawable: int test_custom_background -com.xw.repo.bubbleseekbar.R$style: int AlertDialog_AppCompat -android.didikee.donate.R$style: int TextAppearance_AppCompat_Caption -androidx.preference.R$styleable: int ActionBar_title -androidx.preference.R$color: int material_blue_grey_900 -cyanogenmod.weather.RequestInfo$Builder: boolean isValidTempUnit(int) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property AqiText -wangdaye.com.geometricweather.R$id: int ignore -com.google.android.material.floatingactionbutton.FloatingActionButton: void setCompatPressedTranslationZResource(int) -okhttp3.internal.http2.Http2Connection$ReaderRunnable: okhttp3.internal.http2.Http2Reader reader -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_android_switchTextOff -androidx.recyclerview.R$id: int async -wangdaye.com.geometricweather.R$attr: int prefixTextAppearance -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: java.util.concurrent.atomic.AtomicReference upstream -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Display2 -okhttp3.internal.ws.RealWebSocket: okhttp3.Request originalRequest -io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: io.reactivex.functions.BiPredicate predicate -wangdaye.com.geometricweather.R$attr: int actionModeCloseButtonStyle -wangdaye.com.geometricweather.R$id: int item_icon_provider_previewButton -com.jaredrummler.android.colorpicker.R$color: int primary_material_dark -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowActionModeOverlay -androidx.preference.R$layout: int abc_screen_simple -okhttp3.Cookie: java.lang.String toString() -android.didikee.donate.R$layout -wangdaye.com.geometricweather.R$styleable: int Constraint_android_minWidth -androidx.preference.R$styleable: int GradientColorItem_android_offset -wangdaye.com.geometricweather.R$attr: int backgroundTintMode -okhttp3.Protocol -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_21 -androidx.constraintlayout.widget.R$attr: int waveDecay -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar -androidx.appcompat.R$dimen: int highlight_alpha_material_colored -com.google.android.material.R$id: int fill -james.adaptiveicon.R$styleable: int SearchView_goIcon -wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_android_disableDependentsState -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Display1 -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void subscribe(io.reactivex.ObservableSource[]) -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: io.reactivex.Observer downstream -androidx.activity.R$id: int text2 -com.google.android.material.R$styleable: int AppCompatTheme_actionBarTabStyle -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_body_1_material -androidx.hilt.R$dimen: int notification_media_narrow_margin -com.google.android.material.R$styleable: int ActionBar_indeterminateProgressStyle -wangdaye.com.geometricweather.R$styleable: int Layout_chainUseRtl -androidx.appcompat.R$id: int accessibility_custom_action_16 -androidx.appcompat.R$style: int Platform_AppCompat -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: long serialVersionUID -io.reactivex.Observable: io.reactivex.Observable take(long) -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox -com.jaredrummler.android.colorpicker.R$drawable: int abc_seekbar_thumb_material -com.google.android.material.card.MaterialCardView: int getCheckedIconMargin() -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: ObservableConcatMapEager$ConcatMapEagerMainObserver(io.reactivex.Observer,io.reactivex.functions.Function,int,int,io.reactivex.internal.util.ErrorMode) -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_PopupMenu_Overflow -wangdaye.com.geometricweather.R$string: int feedback_search_location -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemHeight -com.google.android.material.R$color: int button_material_light -com.bumptech.glide.R$attr: int font -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addEncodedPathSegment(java.lang.String) -wangdaye.com.geometricweather.common.basic.models.weather.Daily -com.google.android.material.internal.ScrimInsetsFrameLayout: ScrimInsetsFrameLayout(android.content.Context) -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: int nameId -com.google.android.material.R$attr: int elevationOverlayEnabled -com.google.android.material.slider.Slider: Slider(android.content.Context,android.util.AttributeSet) -androidx.lifecycle.ViewModelStores: ViewModelStores() -cyanogenmod.weatherservice.WeatherProviderService$1: void cancelRequest(int) -android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown -androidx.lifecycle.AbstractSavedStateViewModelFactory: androidx.lifecycle.ViewModel create(java.lang.String,java.lang.Class) -androidx.vectordrawable.animated.R$styleable: int GradientColor_android_startX -androidx.preference.R$style: int Preference_DialogPreference_EditTextPreference -com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_android_layout -cyanogenmod.hardware.ICMHardwareService: java.lang.String getLtoDestination() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Metric: double Value -androidx.appcompat.app.AppCompatActivity: AppCompatActivity() -james.adaptiveicon.R$attr: int subtitle -com.google.android.material.slider.Slider: int getTrackWidth() -androidx.appcompat.widget.Toolbar: void setCollapseContentDescription(int) -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.HourlyEntity,int) -com.google.android.material.R$dimen: int design_fab_elevation -wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_9 -androidx.dynamicanimation.R$color: int ripple_material_light -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List ganmao -androidx.appcompat.R$style: int Base_Widget_AppCompat_ButtonBar -androidx.preference.R$drawable: int notification_bg_low_normal -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WeatherText -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: double HoursOfPrecipitation -wangdaye.com.geometricweather.R$styleable: int ViewBackgroundHelper_android_background -cyanogenmod.profiles.ConnectionSettings: int getValue() -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_thumbTint -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceListItemSecondary -wangdaye.com.geometricweather.R$id: int widget_clock_day_date -com.google.android.material.R$styleable: int Constraint_flow_verticalBias -com.google.android.material.internal.VisibilityAwareImageButton: void setVisibility(int) -com.jaredrummler.android.colorpicker.R$styleable: int Preference_title -com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_fabAlignmentMode -com.turingtechnologies.materialscrollbar.R$styleable: int CardView_cardMaxElevation -android.didikee.donate.R$styleable: int AppCompatTheme_actionOverflowButtonStyle -wangdaye.com.geometricweather.R$string: int key_widget_clock_day_horizontal -androidx.appcompat.R$attr: int actionModeWebSearchDrawable -wangdaye.com.geometricweather.R$layout: int cpv_preference_square_large -androidx.lifecycle.extensions.R$styleable: int[] FontFamily -android.didikee.donate.R$drawable: int abc_cab_background_top_material -james.adaptiveicon.R$attr: int listMenuViewStyle -cyanogenmod.app.BaseLiveLockManagerService: BaseLiveLockManagerService() -com.xw.repo.BubbleSeekBar: void setTrackColor(int) -androidx.preference.R$styleable: int LinearLayoutCompat_Layout_android_layout_height -com.google.android.material.R$style: int Widget_MaterialComponents_AppBarLayout_Primary -wangdaye.com.geometricweather.R$styleable: int MaterialCardView_rippleColor -wangdaye.com.geometricweather.db.entities.MinutelyEntity: boolean daylight -androidx.preference.R$styleable: int AppCompatTheme_popupWindowStyle -androidx.drawerlayout.R$style: R$style() -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_DialogWhenLarge -okhttp3.ResponseBody$1: okio.BufferedSource source() -androidx.preference.R$layout: R$layout() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: java.lang.String getUnit() -com.google.android.material.R$id: int decor_content_parent -okhttp3.internal.platform.OptionalMethod: java.lang.reflect.Method getPublicMethod(java.lang.Class,java.lang.String,java.lang.Class[]) -androidx.work.ArrayCreatingInputMerger: ArrayCreatingInputMerger() -wangdaye.com.geometricweather.common.basic.models.weather.History: java.util.Date getDate() -com.google.android.material.datepicker.MaterialDatePicker: MaterialDatePicker() -androidx.preference.R$style: int TextAppearance_Compat_Notification_Time -com.jaredrummler.android.colorpicker.R$dimen: int compat_button_padding_vertical_material -com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_spanCount -okhttp3.Cache: int readInt(okio.BufferedSource) -wangdaye.com.geometricweather.db.entities.HistoryEntity: java.lang.Long id -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_25 -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_9 -androidx.constraintlayout.widget.R$styleable: int SearchView_submitBackground -androidx.fragment.R$drawable: int notification_bg_normal_pressed -androidx.appcompat.widget.SwitchCompat: void setTrackTintList(android.content.res.ColorStateList) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9 -wangdaye.com.geometricweather.R$attr: int growMode -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_127 -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeFillColor -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Large -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getRotation() -wangdaye.com.geometricweather.R$id: int masked -wangdaye.com.geometricweather.R$xml: int live_wallpaper -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Metric: double Value -okio.Utf8: long size(java.lang.String,int,int) -com.google.android.material.R$style: int ThemeOverlay_AppCompat_DayNight_ActionBar -okio.Okio: okio.Source source(java.net.Socket) -okhttp3.internal.platform.Platform: okhttp3.internal.tls.CertificateChainCleaner buildCertificateChainCleaner(javax.net.ssl.SSLSocketFactory) -android.didikee.donate.R$dimen: int abc_dialog_padding_top_material -androidx.loader.R$styleable: int GradientColor_android_gradientRadius -com.xw.repo.bubbleseekbar.R$attr: int collapseIcon -androidx.work.R$styleable: int GradientColor_android_startX -com.bumptech.glide.integration.okhttp.R$drawable: int notification_bg_low_pressed -androidx.lifecycle.ComputableLiveData$3: ComputableLiveData$3(androidx.lifecycle.ComputableLiveData) -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: void dispose() -cyanogenmod.app.CustomTile$ExpandedGridItem: void setExpandedGridItemBitmap(android.graphics.Bitmap) -com.google.android.material.R$attr: int motionStagger -com.turingtechnologies.materialscrollbar.R$styleable: int CardView_cardUseCompatPadding -com.google.android.material.R$layout: int test_design_checkbox -com.google.android.material.R$style: int Platform_ThemeOverlay_AppCompat -androidx.constraintlayout.helper.widget.Layer: Layer(android.content.Context) -com.google.android.material.R$dimen: int design_bottom_navigation_label_padding -com.google.android.material.R$attr: int customColorDrawableValue -cyanogenmod.weather.RequestInfo$Builder: RequestInfo$Builder(cyanogenmod.weather.IRequestInfoListener) -wangdaye.com.geometricweather.R$id: int skipCollapsed -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_8 -com.google.android.material.R$style: int TextAppearance_Compat_Notification_Info -com.google.android.material.R$attr: int subtitleTextColor -okio.Buffer: okio.Buffer writeDecimalLong(long) -wangdaye.com.geometricweather.R$styleable: int Transition_constraintSetStart -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: java.lang.Integer getCloudCover() -androidx.recyclerview.R$layout: int notification_template_custom_big -com.xw.repo.bubbleseekbar.R$styleable: int ActionMode_height -wangdaye.com.geometricweather.R$attr: int windowFixedWidthMinor -james.adaptiveicon.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow -androidx.appcompat.R$drawable: int abc_ic_search_api_material -wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemTextAppearanceInactive -androidx.fragment.R$styleable: int[] GradientColor -cyanogenmod.app.StatusBarPanelCustomTile: android.os.Parcelable$Creator CREATOR -james.adaptiveicon.R$styleable: int AppCompatTheme_colorBackgroundFloating -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_collapseContentDescription -com.jaredrummler.android.colorpicker.R$id: int multiply -wangdaye.com.geometricweather.R$styleable: int AppBarLayout_Layout_layout_scrollInterpolator -com.google.android.material.R$styleable: int Chip_closeIconSize -androidx.preference.R$id: int action_bar_spinner -wangdaye.com.geometricweather.db.entities.DailyEntity: void setPm25(java.lang.Float) -wangdaye.com.geometricweather.R$id: int widget_trend_hourly_item_4 -androidx.core.R$id: int icon_group -android.didikee.donate.R$style: int Widget_AppCompat_DropDownItem_Spinner -androidx.preference.R$dimen: int abc_list_item_padding_horizontal_material -androidx.core.R$dimen: int notification_right_icon_size -cyanogenmod.externalviews.ExternalView$1: cyanogenmod.externalviews.ExternalView this$0 -james.adaptiveicon.R$styleable: int ActionBar_progressBarPadding -wangdaye.com.geometricweather.R$attr: int shapeAppearanceLargeComponent -androidx.preference.R$color: int background_floating_material_light -androidx.appcompat.widget.AppCompatRadioButton: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() -androidx.appcompat.resources.R$styleable: int FontFamilyFont_fontWeight -okhttp3.internal.http2.Http2: byte TYPE_DATA -com.google.android.material.R$styleable: int Variant_region_widthMoreThan -com.xw.repo.bubbleseekbar.R$attr: int autoSizePresetSizes -com.turingtechnologies.materialscrollbar.R$color: int background_material_dark -com.google.android.material.bottomnavigation.BottomNavigationPresenter$SavedState: android.os.Parcelable$Creator CREATOR -com.turingtechnologies.materialscrollbar.R$string: int abc_shareactionprovider_share_with -androidx.preference.R$styleable: int FontFamilyFont_fontWeight -wangdaye.com.geometricweather.R$dimen: int action_bar_size -androidx.legacy.coreutils.R$layout: int notification_action -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: void cancel(io.reactivex.internal.queue.SpscLinkedArrayQueue,io.reactivex.internal.queue.SpscLinkedArrayQueue) -cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener mWindowAttachmentListener -androidx.cardview.R$attr: int cardElevation -com.jaredrummler.android.colorpicker.R$color: int abc_primary_text_disable_only_material_dark -androidx.work.R$dimen: int notification_large_icon_height -androidx.appcompat.R$attr: int listDividerAlertDialog -androidx.constraintlayout.widget.R$attr: int barLength -cyanogenmod.profiles.ConnectionSettings: int CM_MODE_2G -james.adaptiveicon.R$attr: int radioButtonStyle -okio.Okio$3: void flush() -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String Category -com.turingtechnologies.materialscrollbar.AlphabetIndicator: int getTextSize() -wangdaye.com.geometricweather.weather.apis.MfWeatherApi +com.google.android.material.card.MaterialCardView +okio.AsyncTimeout$Watchdog +com.turingtechnologies.materialscrollbar.R$attr: int cardBackgroundColor +com.turingtechnologies.materialscrollbar.R$attr: int tabSelectedTextColor +androidx.appcompat.R$color: int notification_icon_bg_color +androidx.preference.R$attr: int layout_keyline +cyanogenmod.providers.WeatherContract$WeatherColumns: android.net.Uri CONTENT_URI +wangdaye.com.geometricweather.R$attr: int isLightTheme +androidx.constraintlayout.widget.R$color: int switch_thumb_disabled_material_light +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceCaption +androidx.drawerlayout.R$id: int action_container +wangdaye.com.geometricweather.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle +james.adaptiveicon.R$styleable: int AppCompatTheme_alertDialogStyle +androidx.hilt.work.R$string +wangdaye.com.geometricweather.R$attr: int actionBarTabTextStyle +okhttp3.internal.tls.OkHostnameVerifier: boolean verifyHostname(java.lang.String,java.lang.String) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeSnowPrecipitationDuration +wangdaye.com.geometricweather.R$layout: int preference_category_material +androidx.appcompat.R$string: int abc_action_bar_home_description +com.google.android.material.R$layout: int test_toolbar_custom_background +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getWindSpeed() +androidx.preference.R$styleable: int View_paddingEnd +wangdaye.com.geometricweather.R$drawable: int notif_temp_115 +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_SeekBar +wangdaye.com.geometricweather.R$color: int checkbox_themeable_attribute_color +wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_color +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA +okhttp3.MultipartBody: okhttp3.MediaType contentType() +androidx.appcompat.R$anim: int btn_radio_to_on_mtrl_ring_outer_animation +com.bumptech.glide.integration.okhttp.R$id: int text2 +androidx.appcompat.R$color: int material_blue_grey_900 +androidx.recyclerview.R$styleable: int FontFamilyFont_android_ttcIndex +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_z +android.didikee.donate.R$styleable: int ViewStubCompat_android_inflatedId +wangdaye.com.geometricweather.db.entities.DailyEntity: void setSunRiseDate(java.util.Date) +com.google.android.material.R$styleable: int[] CustomAttribute +io.reactivex.internal.util.HashMapSupplier: io.reactivex.internal.util.HashMapSupplier INSTANCE +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_Dialog_MinWidth +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_Solid +android.didikee.donate.R$styleable: int SearchView_goIcon +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void onError(java.lang.Throwable) +com.turingtechnologies.materialscrollbar.R$color: int cardview_light_background +wangdaye.com.geometricweather.db.entities.LocationEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.LocationEntity,int) +cyanogenmod.os.Build$CM_VERSION_CODES: int APRICOT +androidx.coordinatorlayout.R$id: int accessibility_custom_action_11 +androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type LEFT +androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat_Light +okhttp3.internal.cache.CacheInterceptor: okhttp3.Headers combine(okhttp3.Headers,okhttp3.Headers) +okhttp3.internal.ws.WebSocketWriter: okhttp3.internal.ws.WebSocketWriter$FrameSink frameSink +cyanogenmod.themes.IThemeChangeListener$Stub: IThemeChangeListener$Stub() +wangdaye.com.geometricweather.R$styleable: int BottomAppBar_fabCradleVerticalOffset +androidx.preference.R$style: int Widget_AppCompat_CompoundButton_CheckBox +cyanogenmod.app.suggest.ApplicationSuggestion: ApplicationSuggestion(java.lang.String,java.lang.String,android.net.Uri,android.net.Uri) +androidx.hilt.lifecycle.R$styleable: int FragmentContainerView_android_tag +androidx.constraintlayout.utils.widget.ImageFilterButton: float getContrast() +androidx.viewpager2.R$drawable: int notification_bg_low_normal +androidx.appcompat.R$styleable: int AppCompatTheme_searchViewStyle +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void clear() +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.constraintlayout.widget.R$id: int unchecked +com.google.android.material.R$styleable: int AppCompatTheme_actionButtonStyle +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ShapeableImageView +retrofit2.Callback: void onResponse(retrofit2.Call,retrofit2.Response) +com.google.android.material.R$styleable: int LinearLayoutCompat_Layout_android_layout_height +androidx.preference.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable +wangdaye.com.geometricweather.db.entities.WeatherEntity: void resetDailyEntityList() +com.google.gson.stream.JsonReader: boolean isLenient() +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem +com.google.android.material.R$styleable: int TextAppearance_android_textStyle +androidx.appcompat.R$styleable: int LinearLayoutCompat_showDividers +androidx.appcompat.widget.Toolbar$SavedState +androidx.preference.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth +com.google.android.material.R$layout: int material_timepicker +okhttp3.internal.http2.Http2: byte TYPE_SETTINGS +io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: int index +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult$Temperature: double Value +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_measureWithLargestChild +androidx.appcompat.R$color: int foreground_material_dark +wangdaye.com.geometricweather.R$string: int settings_title_forecast_tomorrow_time +androidx.vectordrawable.R$styleable: int GradientColor_android_endX +okhttp3.MultipartBody$Builder: okhttp3.MultipartBody$Builder addFormDataPart(java.lang.String,java.lang.String,okhttp3.RequestBody) +retrofit2.HttpServiceMethod: retrofit2.RequestFactory requestFactory +com.google.android.material.R$color: int button_material_light +com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: FitSystemBarNestedScrollView(android.content.Context,android.util.AttributeSet) +android.didikee.donate.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle +wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: int getIconSize() +androidx.recyclerview.R$styleable: int GradientColor_android_gradientRadius +com.google.android.material.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow +wangdaye.com.geometricweather.R$id: int activity_widget_config_blackTextSpinner +wangdaye.com.geometricweather.R$string: int content_des_swipe_right_to_delete +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void otherError(java.lang.Throwable) +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer +androidx.preference.R$style: int Platform_V21_AppCompat +com.google.android.material.R$attr: int checkedTextViewStyle +io.reactivex.internal.observers.ForEachWhileObserver: void onError(java.lang.Throwable) +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: void onError(java.lang.Throwable) +james.adaptiveicon.R$dimen: int abc_action_bar_stacked_max_height +wangdaye.com.geometricweather.R$dimen: int appcompat_dialog_background_inset +com.google.android.material.R$attr: int editTextColor +com.google.android.material.R$style: int Theme_MaterialComponents_CompactMenu +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_thumbTintMode +com.xw.repo.bubbleseekbar.R$attr: int bsb_rtl +com.google.android.material.R$dimen: int mtrl_btn_hovered_z +wangdaye.com.geometricweather.R$id: int material_label +com.turingtechnologies.materialscrollbar.R$attr: int closeItemLayout +retrofit2.http.Field: boolean encoded() +androidx.preference.R$attr: int contentInsetStartWithNavigation +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Metric Metric +wangdaye.com.geometricweather.R$attr: int contrast +com.google.android.material.appbar.CollapsingToolbarLayout: void setCollapsedTitleTypeface(android.graphics.Typeface) +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_PopupMenu +androidx.constraintlayout.helper.widget.Layer: void setElevation(float) +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_PopupMenu +androidx.appcompat.R$styleable: int[] StateListDrawableItem +okio.Buffer: okio.BufferedSink writeLongLe(long) +androidx.loader.R$dimen: int notification_action_icon_size +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Large +com.turingtechnologies.materialscrollbar.R$attr: int tabTextColor +wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit valueOf(java.lang.String) +androidx.drawerlayout.R$attr: R$attr() +wangdaye.com.geometricweather.R$styleable: int Tooltip_android_padding +android.didikee.donate.R$styleable: int Toolbar_contentInsetStartWithNavigation +wangdaye.com.geometricweather.R$attr: int tickColorActive +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge +com.google.android.material.R$style: int TextAppearance_Compat_Notification_Time +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_trackTint +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Slider +com.google.android.material.R$dimen: int design_snackbar_text_size +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintLeft_toRightOf +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_DialogWhenLarge +cyanogenmod.platform.Manifest$permission: java.lang.String WRITE_THEMES +cyanogenmod.app.CustomTile: boolean collapsePanel +android.didikee.donate.R$styleable: int SwitchCompat_android_textOff +androidx.constraintlayout.widget.R$anim +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_elevation +okhttp3.internal.http2.Http2: byte TYPE_PUSH_PROMISE +com.jaredrummler.android.colorpicker.R$id: int custom +okhttp3.CacheControl: boolean noStore() +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHeight_percent +androidx.preference.R$styleable: int AppCompatSeekBar_tickMarkTint +com.turingtechnologies.materialscrollbar.R$dimen: int item_touch_helper_swipe_escape_max_velocity +wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayDetailsWidgetConfigActivity: Hilt_ClockDayDetailsWidgetConfigActivity() +androidx.work.R$styleable: int GradientColor_android_endY +com.google.android.material.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable +cyanogenmod.profiles.LockSettings: int describeContents() +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.HistoryEntity) +wangdaye.com.geometricweather.common.ui.activities.AllergenActivity: AllergenActivity() +okhttp3.Cache$2: boolean canRemove +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: void setNightIconDrawable(android.graphics.drawable.Drawable) +android.didikee.donate.R$layout: int abc_dialog_title_material +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: boolean isDisposed() +androidx.lifecycle.LifecycleDispatcher$DispatcherActivityCallback: void onActivityStopped(android.app.Activity) +wangdaye.com.geometricweather.R$attr: int buttonTint androidx.appcompat.widget.ActionMenuPresenter$SavedState -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small -retrofit2.converter.gson.GsonConverterFactory: retrofit2.converter.gson.GsonConverterFactory create() -android.didikee.donate.R$dimen: int abc_action_bar_subtitle_bottom_margin_material -androidx.hilt.R$style: int TextAppearance_Compat_Notification -androidx.transition.R$id: int normal -cyanogenmod.providers.CMSettings$Secure: java.lang.String VIBRATOR_INTENSITY -com.bumptech.glide.integration.okhttp.R$id: int bottom -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_11 -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_fontFamily -androidx.appcompat.resources.R$id: int notification_background -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_bottomappbar_fab_cradle_rounded_corner_radius -io.reactivex.internal.operators.observable.ObservableReplay$Node: ObservableReplay$Node(java.lang.Object) -wangdaye.com.geometricweather.R$id: int parallax -androidx.constraintlayout.widget.R$attr: int closeItemLayout -wangdaye.com.geometricweather.R$attr: int contentInsetStartWithNavigation -com.xw.repo.bubbleseekbar.R$styleable: int View_android_focusable -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments$WarningTextBlocItem: java.lang.String title -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Body1 -com.jaredrummler.android.colorpicker.R$attr: int preferenceFragmentListStyle -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.Window mWindow -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: io.reactivex.internal.fuseable.SimplePlainQueue queue -androidx.appcompat.widget.AppCompatImageView: void setImageDrawable(android.graphics.drawable.Drawable) -androidx.constraintlayout.widget.R$styleable: int ActionBar_elevation -com.turingtechnologies.materialscrollbar.R$dimen: int compat_notification_large_icon_max_height -okhttp3.internal.Internal: void initializeInstanceForTests() -com.google.android.material.chip.Chip: void setChipIconEnabled(boolean) -androidx.dynamicanimation.R$styleable: int[] GradientColorItem -com.jaredrummler.android.colorpicker.R$attr: int fontFamily -com.google.android.material.R$style: int Widget_AppCompat_ListView_DropDown -com.jaredrummler.android.colorpicker.R$layout: int abc_list_menu_item_icon -io.reactivex.Observable: io.reactivex.Observable concatMapMaybeDelayError(io.reactivex.functions.Function,boolean,int) -com.xw.repo.bubbleseekbar.R$attr: int actionBarTheme -androidx.lifecycle.ProcessLifecycleOwner$3: void onActivityPaused(android.app.Activity) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$TotalLiquid -retrofit2.adapter.rxjava2.RxJava2CallAdapter: java.lang.reflect.Type responseType() -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property TimeStamp -wangdaye.com.geometricweather.R$id: int item_details_content -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean visibility -android.didikee.donate.R$drawable: int abc_btn_radio_material -androidx.preference.R$drawable: int abc_ratingbar_small_material -okhttp3.internal.platform.JdkWithJettyBootPlatform: java.lang.reflect.Method removeMethod -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_homeLayout -com.google.android.material.R$attr: int deltaPolarAngle -com.google.android.material.R$dimen: int mtrl_extended_fab_end_padding -com.google.android.material.chip.Chip: android.graphics.drawable.Drawable getCheckedIcon() -com.jaredrummler.android.colorpicker.R$styleable: int Preference_enableCopying -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1 -com.github.rahatarmanahmed.cpv.CircularProgressView: android.animation.AnimatorSet indeterminateAnimator -wangdaye.com.geometricweather.R$styleable: int Motion_drawPath -androidx.drawerlayout.R$id: int line1 -io.reactivex.exceptions.ProtocolViolationException -androidx.constraintlayout.widget.ConstraintLayout: ConstraintLayout(android.content.Context) -com.google.android.material.R$styleable: int Layout_android_layout_marginEnd -wangdaye.com.geometricweather.R$id: int tag_icon_top -androidx.appcompat.R$styleable: int AnimatedStateListDrawableItem_android_drawable -androidx.appcompat.R$string: int abc_menu_delete_shortcut_label -androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableItem_android_drawable -cyanogenmod.providers.CMSettings$Secure: boolean putStringForUser(android.content.ContentResolver,java.lang.String,java.lang.String,int) -androidx.appcompat.R$drawable: int abc_textfield_search_default_mtrl_alpha -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void dispose() -com.google.android.material.R$id: int right -wangdaye.com.geometricweather.R$id: int center_horizontal -androidx.appcompat.resources.R$styleable: int GradientColor_android_centerY -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setTimeStamp(long) -com.turingtechnologies.materialscrollbar.R$color: int material_grey_600 -android.didikee.donate.R$styleable: int AppCompatTheme_actionModeCopyDrawable -retrofit2.Retrofit: retrofit2.Converter requestBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],java.lang.annotation.Annotation[]) -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_subtitle_bottom_margin_material -com.google.android.material.R$drawable: int design_ic_visibility +retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: void onError(java.lang.Throwable) +cyanogenmod.app.CustomTile: android.content.Intent onSettingsClick +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: int val$x +okhttp3.Interceptor$Chain +com.google.android.material.R$id: int right_icon +cyanogenmod.app.Profile: cyanogenmod.profiles.AirplaneModeSettings mAirplaneMode +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_9 +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_transitionEasing +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult +james.adaptiveicon.R$styleable: int ActionBar_contentInsetEnd +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowNoTitle +androidx.viewpager.R$dimen: int notification_small_icon_background_padding +james.adaptiveicon.R$styleable: int RecycleListView_paddingBottomNoButtons +androidx.preference.R$style: int Base_Widget_AppCompat_DrawerArrowToggle +io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: io.reactivex.disposables.Disposable upstream +androidx.appcompat.widget.AppCompatSpinner: AppCompatSpinner(android.content.Context) +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat +wangdaye.com.geometricweather.R$attr: int layoutManager +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setWeatherText(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_show_section_text +androidx.appcompat.R$id: int accessibility_custom_action_18 +androidx.constraintlayout.widget.R$layout: int abc_screen_simple +androidx.appcompat.R$style: int Base_Widget_AppCompat_ListPopupWindow +io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: int offset +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_android_background +com.github.rahatarmanahmed.cpv.CircularProgressView$8: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 +androidx.lifecycle.extensions.R$style: int TextAppearance_Compat_Notification_Title +androidx.lifecycle.ViewModelStore +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_16 +androidx.vectordrawable.animated.R$id: int tag_accessibility_clickable_spans +okhttp3.HttpUrl: java.lang.String query() +androidx.appcompat.R$styleable: int MenuGroup_android_visible +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Display3 +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeApparentTemperature() +wangdaye.com.geometricweather.R$mipmap: int ic_launcher +wangdaye.com.geometricweather.R$styleable: int BackgroundStyle_selectableItemBackground +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_android_enabled +androidx.transition.R$id: int ghost_view_holder +cyanogenmod.app.IPartnerInterface$Stub$Proxy: void setAirplaneModeEnabled(boolean) +com.google.android.material.R$attr: int hideOnContentScroll +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: boolean requestDismiss() +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_backgroundTint +androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType STRING_TYPE +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BACK_WAKE_SCREEN_VALIDATOR +okhttp3.OkHttpClient: java.util.List connectionSpecs() +cyanogenmod.app.CustomTile$ExpandedStyle$1: java.lang.Object createFromParcel(android.os.Parcel) +io.reactivex.Observable: io.reactivex.Observable skipWhile(io.reactivex.functions.Predicate) +androidx.preference.R$styleable: int GradientColor_android_endY +androidx.preference.R$dimen: int abc_text_size_medium_material +com.jaredrummler.android.colorpicker.R$styleable: R$styleable() +androidx.dynamicanimation.R$styleable: int ColorStateListItem_android_color +retrofit2.RequestFactory: retrofit2.RequestFactory parseAnnotations(retrofit2.Retrofit,java.lang.reflect.Method) +james.adaptiveicon.R$attr: int textAppearanceListItem +androidx.appcompat.R$id: int line3 +androidx.appcompat.R$attr: int colorAccent +com.jaredrummler.android.colorpicker.R$string: int abc_searchview_description_voice +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial: double Value +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_3_00 +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_star_black_16dp +james.adaptiveicon.R$styleable: int AppCompatTheme_ratingBarStyleSmall +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.WeatherEntity) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoonSetDate(java.util.Date) +okhttp3.internal.http2.Http2Writer: okio.BufferedSink sink +com.google.android.material.R$styleable: int ShapeAppearance_cornerFamilyBottomLeft +cyanogenmod.app.CustomTileListenerService: void removeCustomTile(java.lang.String,java.lang.String,int) +androidx.preference.R$styleable: int PreferenceImageView_android_maxWidth +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintWidth_max +androidx.vectordrawable.animated.R$style: int TextAppearance_Compat_Notification +com.google.android.material.R$styleable: int Constraint_visibilityMode +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float co +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.WeatherEntityDao getWeatherEntityDao() +androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customColorDrawableValue +com.google.android.material.R$styleable: int Tooltip_android_minHeight +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: long serialVersionUID +android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionButton_Overflow +com.google.android.material.R$attr: int hideOnScroll +com.xw.repo.bubbleseekbar.R$anim: int abc_popup_exit +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$LocalSource: java.lang.String WeatherCode +androidx.fragment.R$styleable: int FontFamilyFont_android_ttcIndex +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setProgressBackgroundColorSchemeColor(int) +com.google.android.material.R$attr: int layout +androidx.fragment.R$drawable: int notification_bg_low_normal +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_62 +retrofit2.ParameterHandler$QueryMap: boolean encoded +com.google.android.material.R$interpolator: int mtrl_fast_out_slow_in +wangdaye.com.geometricweather.R$color: int primary_text_disabled_material_dark +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode SLEET +com.google.android.material.R$styleable: int AnimatedStateListDrawableItem_android_id +com.google.android.material.R$styleable: int AppCompatTheme_colorPrimary +com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy LOWER_CASE_WITH_DASHES +wangdaye.com.geometricweather.R$styleable: int[] ActionBarLayout +androidx.fragment.app.Fragment: Fragment() +com.google.android.material.bottomnavigation.BottomNavigationView: void setOnNavigationItemSelectedListener(com.google.android.material.bottomnavigation.BottomNavigationView$OnNavigationItemSelectedListener) +io.reactivex.internal.util.NotificationLite: io.reactivex.internal.util.NotificationLite[] values() +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: void onComplete() +androidx.work.R$id: int accessibility_custom_action_23 +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_131 +com.google.android.material.imageview.ShapeableImageView: void setShapeAppearanceModel(com.google.android.material.shape.ShapeAppearanceModel) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Imperial +wangdaye.com.geometricweather.R$layout: int container_main_sun_moon +com.xw.repo.bubbleseekbar.R$id: int src_in +androidx.lifecycle.Lifecycling: boolean isLifecycleParent(java.lang.Class) +com.turingtechnologies.materialscrollbar.R$attr: int thumbTint +wangdaye.com.geometricweather.R$attr: int flow_verticalAlign +androidx.constraintlayout.widget.R$color: int primary_text_default_material_light +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ProgressBar +wangdaye.com.geometricweather.R$style: int TextAppearance_Compat_Notification_Info +com.google.android.material.R$styleable: int AppCompatTheme_windowFixedWidthMinor +com.google.android.material.R$styleable: int CollapsingToolbarLayout_statusBarScrim +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Compat_Notification +android.didikee.donate.R$styleable: int AppCompatTheme_dividerHorizontal +androidx.appcompat.resources.R$attr: int fontProviderFetchTimeout +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void onComplete() +androidx.constraintlayout.widget.R$dimen: int disabled_alpha_material_dark +okhttp3.internal.connection.RouteSelector: java.util.List postponedRoutes +com.turingtechnologies.materialscrollbar.R$styleable: int ScrimInsetsFrameLayout_insetForeground +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabPaddingStart +retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter: java.lang.reflect.Type responseType +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void drainLoop() +wangdaye.com.geometricweather.common.basic.models.Location: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$attr: int startIconContentDescription +cyanogenmod.providers.CMSettings$Secure: java.lang.String STATS_COLLECTION +cyanogenmod.app.ICMTelephonyManager +com.google.android.material.R$id: int notification_background +androidx.dynamicanimation.R$styleable: int GradientColorItem_android_offset +androidx.constraintlayout.widget.R$attr: int flow_firstVerticalStyle +androidx.lifecycle.extensions.R$styleable: int GradientColor_android_startY +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Imperial +androidx.appcompat.R$string: R$string() +com.google.android.material.R$string: int abc_menu_meta_shortcut_label +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ButtonBar +retrofit2.http.POST: java.lang.String value() +androidx.preference.R$styleable: int ViewStubCompat_android_layout +androidx.constraintlayout.widget.R$attr: int pathMotionArc +androidx.core.R$layout: int notification_template_part_chronometer +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: java.lang.String[] getPermissions() +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Long readKey(android.database.Cursor,int) +androidx.hilt.R$style: int Widget_Compat_NotificationActionText +org.greenrobot.greendao.AbstractDao: java.lang.Object loadCurrent(android.database.Cursor,int,boolean) +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_saveFlags +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge +androidx.constraintlayout.widget.R$styleable: int ColorStateListItem_alpha +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHorizontal_weight +androidx.viewpager2.R$id: int accessibility_custom_action_21 +okhttp3.internal.http.HttpHeaders: java.util.Set varyFields(okhttp3.Headers) +wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: java.lang.String styleId +wangdaye.com.geometricweather.R$styleable: int PreferenceFragmentCompat_android_layout +androidx.viewpager2.R$drawable: int notification_bg_low +androidx.appcompat.R$styleable: int AppCompatTheme_windowMinWidthMajor +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property Daylight +wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_10 +androidx.customview.R$drawable: int notification_template_icon_low_bg +androidx.lifecycle.ProcessLifecycleOwner: boolean mPauseSent +cyanogenmod.externalviews.ExternalViewProperties: boolean isVisible() +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit$Calculator unitCalculator +wangdaye.com.geometricweather.R$id: int notification_multi_city +androidx.hilt.R$attr: int fontProviderFetchTimeout +androidx.appcompat.widget.AppCompatButton: int[] getAutoSizeTextAvailableSizes() +androidx.hilt.lifecycle.R$dimen: int compat_button_padding_vertical_material +com.google.android.material.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges +com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawableItem_android_drawable +james.adaptiveicon.R$dimen: int abc_dialog_list_padding_top_no_title +retrofit2.ServiceMethod: ServiceMethod() +io.reactivex.internal.observers.DeferredScalarDisposable: int requestFusion(int) +com.jaredrummler.android.colorpicker.R$id: int shortcut +com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_switch_to_on_mtrl_00012 +androidx.viewpager.widget.ViewPager: void setOffscreenPageLimit(int) +cyanogenmod.providers.CMSettings$Global: boolean shouldInterceptSystemProvider(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintEnd_toStartOf +com.turingtechnologies.materialscrollbar.R$drawable: int navigation_empty_icon +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: void setPrecipitation(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean) +android.didikee.donate.R$dimen: int notification_small_icon_background_padding +wangdaye.com.geometricweather.background.receiver.widget.WidgetTrendHourlyProvider +androidx.preference.R$style: int TextAppearance_AppCompat_Body2 +io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function5) +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: java.lang.String getSpeedTextWithoutUnit(float) +wangdaye.com.geometricweather.R$attr: int layout_constrainedWidth +wangdaye.com.geometricweather.R$string: int yesterday +wangdaye.com.geometricweather.R$animator: int weather_hail_2 +okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder supportsTlsExtensions(boolean) +androidx.vectordrawable.animated.R$id: int tag_transition_group +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionBar +com.google.android.material.R$styleable: int KeyAttribute_android_translationY +io.reactivex.internal.operators.observable.ObservableReplay$SizeBoundReplayBuffer +okhttp3.Response: java.lang.String message +com.turingtechnologies.materialscrollbar.R$anim: int abc_slide_out_top +androidx.fragment.R$id: int accessibility_custom_action_27 androidx.appcompat.resources.R$attr: int fontVariationSettings -cyanogenmod.app.ProfileGroup: int mNameResId -okio.RealBufferedSource: long indexOf(okio.ByteString,long) -androidx.preference.R$drawable: int abc_list_selector_background_transition_holo_light -androidx.appcompat.widget.AppCompatRadioButton: android.content.res.ColorStateList getSupportBackgroundTintList() -cyanogenmod.platform.Manifest$permission: java.lang.String MANAGE_ALARMS -androidx.constraintlayout.widget.R$attr: int colorError -androidx.swiperefreshlayout.R$id: int async -com.google.android.material.R$id: int test_checkbox_android_button_tint -androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_android_ttcIndex -cyanogenmod.app.IProfileManager$Stub -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String getLatitude() -androidx.preference.R$styleable: int AppCompatTheme_actionModeStyle -com.google.android.material.R$styleable: int ConstraintSet_motionStagger -androidx.appcompat.R$style: int ThemeOverlay_AppCompat_ActionBar -com.xw.repo.BubbleSeekBar: void setBubbleColor(int) -io.reactivex.Observable: io.reactivex.Single toList() -wangdaye.com.geometricweather.R$styleable: int Transform_android_scaleY -androidx.work.R$styleable: int GradientColor_android_centerY -com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$Node findByEntry(java.util.Map$Entry) -io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: MpscLinkedQueue$LinkedQueueNode(java.lang.Object) -cyanogenmod.profiles.ConnectionSettings: int CM_MODE_3G -androidx.appcompat.R$attr: int searchIcon -wangdaye.com.geometricweather.R$id: int right_icon -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: java.lang.String DESCRIPTOR -com.jaredrummler.android.colorpicker.R$attr: int seekBarPreferenceStyle -wangdaye.com.geometricweather.R$styleable: int KeyPosition_percentY -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Headline -com.xw.repo.bubbleseekbar.R$drawable: int abc_vector_test -wangdaye.com.geometricweather.R$drawable: int weather_fog_mini_dark -io.reactivex.Observable: io.reactivex.Observable withLatestFrom(io.reactivex.ObservableSource,io.reactivex.functions.BiFunction) -james.adaptiveicon.R$styleable: int AppCompatTextView_autoSizeStepGranularity -com.turingtechnologies.materialscrollbar.R$attr: int cardCornerRadius -com.google.android.material.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog_Alert -cyanogenmod.weather.WeatherInfo: java.lang.String toString() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: android.os.Bundle getOptions() -androidx.appcompat.resources.R$id: int icon_group -okio.RealBufferedSink$1: RealBufferedSink$1(okio.RealBufferedSink) -android.didikee.donate.R$attr: int showDividers -androidx.lifecycle.LifecycleRegistry: int getObserverCount() -wangdaye.com.geometricweather.R$mipmap -cyanogenmod.app.StatusBarPanelCustomTile$1: cyanogenmod.app.StatusBarPanelCustomTile createFromParcel(android.os.Parcel) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String o3Desc -okhttp3.internal.http2.Header: Header(okio.ByteString,okio.ByteString) -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_black -androidx.transition.R$drawable: int notification_action_background -okhttp3.internal.http2.Http2: byte TYPE_PRIORITY -wangdaye.com.geometricweather.R$array: int distance_units -wangdaye.com.geometricweather.R$string: int key_service_provider -io.reactivex.internal.disposables.CancellableDisposable -io.reactivex.internal.util.NotificationLite: boolean acceptFull(java.lang.Object,io.reactivex.Observer) -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_section_text_interval -cyanogenmod.app.Profile: cyanogenmod.app.ProfileGroup[] getProfileGroups() -androidx.constraintlayout.widget.R$attr: int customPixelDimension -androidx.appcompat.R$attr: int queryBackground -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_android_baselineAligned -androidx.constraintlayout.widget.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_1 -wangdaye.com.geometricweather.R$string: int precipitation_light -okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.lang.String binarySearchBytes(byte[],byte[][],int) -com.google.android.material.R$style: int Widget_AppCompat_Light_PopupMenu -wangdaye.com.geometricweather.R$drawable: int ic_top -wangdaye.com.geometricweather.R$attr: int type -wangdaye.com.geometricweather.R$array: int pollen_unit_voices -com.google.android.material.R$attr: int hintAnimationEnabled -androidx.activity.R$styleable: int GradientColor_android_endY -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_medium_material -com.xw.repo.bubbleseekbar.R$color: int material_grey_850 -cyanogenmod.app.ICMTelephonyManager: void setDefaultSmsSub(int) -androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_keylines -com.xw.repo.bubbleseekbar.R$attr: int logo -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_CompoundButton_Switch -wangdaye.com.geometricweather.background.polling.work.worker.TomorrowForecastUpdateWorker -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String INSTALL_TIME -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ListView_DropDown -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintWidth_default -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setSunRise(java.lang.String) -wangdaye.com.geometricweather.R$string: int abc_searchview_description_search -cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy: android.os.IBinder mRemote -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Medium_Inverse -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder addNetworkInterceptor(okhttp3.Interceptor) -com.google.android.material.slider.BaseSlider: void addOnChangeListener(com.google.android.material.slider.BaseOnChangeListener) -cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: void createCustomTileWithTag(java.lang.String,java.lang.String,java.lang.String,int,cyanogenmod.app.CustomTile,int[],int) -com.turingtechnologies.materialscrollbar.R$attr: int passwordToggleContentDescription -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_splitTrack -androidx.preference.R$style: int TextAppearance_AppCompat_Menu -com.google.android.material.R$string: int abc_action_menu_overflow_description -androidx.hilt.lifecycle.R$id: int chronometer -cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: java.lang.String LABEL -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub -androidx.constraintlayout.widget.R$dimen: int abc_dialog_fixed_height_minor -com.jaredrummler.android.colorpicker.NestedGridView: NestedGridView(android.content.Context) -cyanogenmod.weather.WeatherInfo: double mWindSpeed -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: int getStatus() -com.jaredrummler.android.colorpicker.R$attr: int positiveButtonText -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float so2 -wangdaye.com.geometricweather.R$color: int colorSearchBarBackground -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String NAVBAR_HOME_BUTTON -com.turingtechnologies.materialscrollbar.R$styleable: int ForegroundLinearLayout_android_foregroundGravity -androidx.loader.R$style: R$style() -android.didikee.donate.R$string: int abc_activitychooserview_choose_application +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_rotationY +androidx.appcompat.widget.ActionBarOverlayLayout: ActionBarOverlayLayout(android.content.Context) +androidx.vectordrawable.animated.R$attr: int alpha +androidx.fragment.R$id: int accessibility_custom_action_18 +androidx.preference.R$attr: int activityChooserViewStyle +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Large +io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: void onNext(java.lang.Object) +androidx.appcompat.R$style: int Base_V21_Theme_AppCompat_Light_Dialog +io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: io.reactivex.Observer child +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int AQI_INDEX_2 +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_title +okhttp3.internal.http.StatusLine: int HTTP_CONTINUE +androidx.coordinatorlayout.R$styleable: int ColorStateListItem_alpha +androidx.preference.R$styleable: int Toolbar_navigationIcon +androidx.appcompat.R$style: int AlertDialog_AppCompat_Light +cyanogenmod.app.LiveLockScreenManager: boolean getLiveLockScreenEnabled() +androidx.constraintlayout.widget.R$style: int Base_V21_Theme_AppCompat +androidx.coordinatorlayout.widget.CoordinatorLayout: java.util.List getDependencySortedChildren() +com.jaredrummler.android.colorpicker.R$styleable: int[] FontFamily +com.google.android.material.R$attr: int voiceIcon +cyanogenmod.profiles.RingModeSettings: boolean isDirty() +androidx.appcompat.widget.AppCompatSpinner: void setDropDownHorizontalOffset(int) +com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_android_dialogMessage +androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type[] values() +com.xw.repo.bubbleseekbar.R$attr: int titleMarginStart +com.google.android.material.slider.Slider: void setHaloRadiusResource(int) +androidx.dynamicanimation.R$drawable: int notification_icon_background +androidx.appcompat.widget.AppCompatCheckBox: AppCompatCheckBox(android.content.Context) +android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat_ActionBar +androidx.preference.R$id: int accessibility_custom_action_0 +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.R$attr: int listMenuViewStyle +com.turingtechnologies.materialscrollbar.R$attr: int chipIconSize +androidx.constraintlayout.widget.R$styleable: int ViewBackgroundHelper_android_background +androidx.appcompat.widget.AppCompatImageButton: android.content.res.ColorStateList getSupportBackgroundTintList() +androidx.activity.R$styleable: int GradientColor_android_gradientRadius +okhttp3.internal.ws.WebSocketWriter$FrameSink: void flush() +io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: long serialVersionUID +androidx.coordinatorlayout.R$id: int accessibility_custom_action_18 +cyanogenmod.weather.CMWeatherManager$RequestStatus: int SUBMITTED_TOO_SOON +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver parent +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_37 +androidx.hilt.work.R$id: int actions +com.jaredrummler.android.colorpicker.R$string: int abc_menu_alt_shortcut_label +retrofit2.ParameterHandler$Body: retrofit2.Converter converter +okhttp3.internal.Internal: void addLenient(okhttp3.Headers$Builder,java.lang.String,java.lang.String) +androidx.hilt.work.R$styleable: int FontFamily_fontProviderCerts +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_normalContainer +com.google.android.material.snackbar.SnackbarContentLayout: android.widget.Button getActionView() +com.jaredrummler.android.colorpicker.R$layout: int notification_template_icon_group +androidx.viewpager2.R$id: int accessibility_custom_action_16 +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Button +wangdaye.com.geometricweather.R$attr: int boxCornerRadiusTopEnd +com.google.android.material.R$styleable: int AppCompatTheme_colorControlHighlight +androidx.preference.R$styleable: int AppCompatTheme_actionOverflowButtonStyle +wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: java.lang.String modeId +androidx.appcompat.resources.R$id: int info +androidx.recyclerview.R$layout: int custom_dialog +com.xw.repo.bubbleseekbar.R$styleable: int Spinner_android_popupBackground +androidx.appcompat.resources.R$dimen: int notification_right_side_padding_top +android.didikee.donate.R$id: int action_text +com.google.android.material.R$attr: int inverse +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void onPause() +com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getTickActiveTintList() +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_subtitle_material_toolbar +com.google.android.material.tabs.TabLayout$TabView: com.google.android.material.badge.BadgeDrawable getBadge() +wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: void setNightIndicatorRotation(float) +wangdaye.com.geometricweather.R$styleable: int MaterialCardView_strokeColor +com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_animSyncDuration +android.didikee.donate.R$styleable: int AppCompatTheme_dividerVertical +com.bumptech.glide.R$string: R$string() +com.google.android.material.R$attr: int iconPadding +james.adaptiveicon.R$styleable: int FontFamilyFont_android_font +cyanogenmod.app.CMContextConstants$Features: CMContextConstants$Features() +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title +com.google.android.material.R$styleable: int KeyTimeCycle_waveDecay +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse +androidx.activity.R$integer: int status_bar_notification_info_maxnum +androidx.constraintlayout.widget.R$attr: int actionBarItemBackground +androidx.preference.R$style: int Base_Widget_AppCompat_ActionButton_Overflow +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Precipitation: MfForecastResult$DailyForecast$Precipitation() +androidx.appcompat.R$dimen: int notification_main_column_padding_top +com.google.android.material.R$styleable: int StateListDrawable_android_visible +com.google.android.material.R$styleable: int SnackbarLayout_elevation +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float ceiling +okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex: AndroidPlatform$AndroidTrustRootIndex(javax.net.ssl.X509TrustManager,java.lang.reflect.Method) +androidx.appcompat.widget.AppCompatCheckBox: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() +androidx.dynamicanimation.R$styleable: int FontFamilyFont_fontWeight +androidx.recyclerview.R$id: int accessibility_custom_action_9 +cyanogenmod.power.IPerformanceManager$Stub$Proxy: boolean getProfileHasAppProfiles(int) +wangdaye.com.geometricweather.R$styleable: int KeyPosition_percentWidth +androidx.constraintlayout.widget.R$style: int Base_V28_Theme_AppCompat_Light +androidx.preference.R$color: int switch_thumb_disabled_material_light +androidx.constraintlayout.widget.R$attr: int textAppearanceListItemSecondary +androidx.appcompat.R$style: int Widget_AppCompat_ActionButton +android.didikee.donate.R$dimen: int abc_panel_menu_list_width +androidx.work.R$bool: int enable_system_job_service_default +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: io.reactivex.FlowableEmitter serialize() +androidx.appcompat.R$styleable: int AppCompatTheme_switchStyle +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse +com.jaredrummler.android.colorpicker.R$styleable: int View_paddingEnd +androidx.appcompat.R$id: int action_menu_divider +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner +cyanogenmod.externalviews.KeyguardExternalView$1: KeyguardExternalView$1(cyanogenmod.externalviews.KeyguardExternalView) +com.google.android.material.R$styleable: int AppCompatTheme_android_windowIsFloating +androidx.hilt.work.R$attr: int fontProviderAuthority +retrofit2.OkHttpCall: java.lang.Object clone() +com.google.android.material.tabs.TabLayout$TabView: com.google.android.material.tabs.TabLayout$Tab getTab() +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History +androidx.appcompat.widget.ActionBarContainer: ActionBarContainer(android.content.Context,android.util.AttributeSet) +androidx.preference.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid +wangdaye.com.geometricweather.R$attr: int menu +androidx.appcompat.R$string: int search_menu_title +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_28 +cyanogenmod.externalviews.ExternalView$4: cyanogenmod.externalviews.ExternalView this$0 androidx.preference.R$styleable: int SearchView_android_inputType -io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource[],io.reactivex.functions.Function) -retrofit2.HttpException -wangdaye.com.geometricweather.db.entities.DailyEntity: void setTreeDescription(java.lang.String) -cyanogenmod.externalviews.IExternalViewProvider: void onDetach() -wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode LIGHT -com.turingtechnologies.materialscrollbar.R$color: int design_fab_shadow_end_color -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Medium -com.turingtechnologies.materialscrollbar.R$attr: int spinBars -androidx.vectordrawable.R$styleable: int GradientColor_android_startColor -cyanogenmod.app.ProfileGroup: android.net.Uri getRingerOverride() -androidx.preference.R$dimen: int highlight_alpha_material_dark -wangdaye.com.geometricweather.R$styleable: int SlidingItemContainerLayout_backgroundColorEnd -androidx.work.R$id: int accessibility_custom_action_3 -wangdaye.com.geometricweather.R$styleable: int MaterialCardView_checkedIcon -com.google.android.material.R$integer: int mtrl_chip_anim_duration -com.google.android.material.R$styleable: int Layout_android_layout_width -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_136 -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_toRightOf -androidx.preference.EditTextPreferenceDialogFragmentCompat: EditTextPreferenceDialogFragmentCompat() -com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen -com.google.gson.FieldNamingPolicy$5: FieldNamingPolicy$5(java.lang.String,int) -android.support.v4.os.ResultReceiver$MyRunnable: android.support.v4.os.ResultReceiver this$0 -okhttp3.internal.http2.Hpack$Writer: int SETTINGS_HEADER_TABLE_SIZE -com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog -com.jaredrummler.android.colorpicker.R$styleable: int ColorPickerView_cpv_sliderColor -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String mixNMatchKeyToComponent(java.lang.String) -wangdaye.com.geometricweather.R$interpolator: int btn_radio_to_off_mtrl_animation_interpolator_0 -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintTag -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Title_Inverse -android.didikee.donate.R$id: int parentPanel -com.google.android.material.textfield.TextInputLayout: void setCounterTextAppearance(int) -cyanogenmod.app.ILiveLockScreenChangeListener$Stub$Proxy: ILiveLockScreenChangeListener$Stub$Proxy(android.os.IBinder) -androidx.preference.R$attr: int customNavigationLayout -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_contentInsetStart -com.xw.repo.bubbleseekbar.R$attr: int layout_insetEdge -androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_android_fontWeight -okhttp3.internal.http1.Http1Codec$FixedLengthSource: void close() -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_chainUseRtl -androidx.constraintlayout.widget.R$styleable: int Transition_constraintSetStart -android.didikee.donate.R$id: int bottom -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: java.lang.String getUnitId() -androidx.appcompat.R$attr: int closeItemLayout -androidx.swiperefreshlayout.R$id: int tag_unhandled_key_listeners -androidx.constraintlayout.widget.R$dimen: int abc_alert_dialog_button_dimen -okio.Okio: okio.Sink blackhole() -wangdaye.com.geometricweather.R$string: int content_des_moonset -com.jaredrummler.android.colorpicker.R$id: int spacer -cyanogenmod.externalviews.ExternalView: boolean onPreDraw() -androidx.appcompat.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property ThunderstormPrecipitation -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: java.util.Locale locale -com.turingtechnologies.materialscrollbar.R$attr: int tabUnboundedRipple -com.google.android.material.R$styleable: int[] ListPopupWindow -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_textinput_box_label_cutout_padding -androidx.appcompat.R$dimen: int highlight_alpha_material_light -com.google.android.material.chip.Chip: android.content.res.ColorStateList getCheckedIconTint() -james.adaptiveicon.R$attr: int editTextBackground -androidx.core.R$drawable: int notification_bg_low -com.google.android.material.chip.Chip: void setGravity(int) -org.greenrobot.greendao.database.DatabaseOpenHelper: void onUpgrade(org.greenrobot.greendao.database.Database,int,int) -androidx.vectordrawable.R$id: int accessibility_custom_action_29 -io.reactivex.internal.util.NotificationLite: java.lang.Throwable getError(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_Dialog -com.turingtechnologies.materialscrollbar.R$drawable: int abc_item_background_holo_light -com.turingtechnologies.materialscrollbar.R$dimen: int notification_media_narrow_margin -wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_marginStart -androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge -androidx.constraintlayout.widget.R$styleable: int Constraint_visibilityMode -com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_drawableSize -androidx.constraintlayout.widget.R$id: int normal -com.google.android.material.R$styleable: int Chip_shapeAppearanceOverlay -wangdaye.com.geometricweather.R$attr: int popupWindowStyle -com.google.android.material.transformation.FabTransformationSheetBehavior: FabTransformationSheetBehavior(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$drawable: int shortcuts_partly_cloudy_night -com.google.android.material.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle -androidx.appcompat.R$styleable: int FontFamilyFont_android_font -wangdaye.com.geometricweather.R$drawable: int flag_ar -retrofit2.http.Part -androidx.appcompat.R$id: int unchecked -com.jaredrummler.android.colorpicker.R$string: int abc_shareactionprovider_share_with_application -okhttp3.internal.cache.DiskLruCache$Snapshot: java.lang.String key -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircularSkyWeatherView: int getBackgroundColor() -io.reactivex.Observable: io.reactivex.Flowable toFlowable(io.reactivex.BackpressureStrategy) -wangdaye.com.geometricweather.R$attr: int actionOverflowButtonStyle -wangdaye.com.geometricweather.db.entities.WeatherEntity: long getUpdateTime() -com.google.android.material.card.MaterialCardView -com.google.android.material.button.MaterialButton: void setElevation(float) -com.google.android.material.R$style: int Base_V23_Theme_AppCompat_Light -androidx.activity.R$id: int dialog_button -androidx.preference.MultiSelectListPreference -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void drain() -androidx.appcompat.R$string: int abc_searchview_description_voice -com.google.android.material.R$anim: int btn_checkbox_to_checked_box_outer_merged_animation -androidx.appcompat.R$style: int Widget_AppCompat_Button_Borderless -com.google.android.material.R$attr: int startIconCheckable -androidx.preference.R$id: int accessibility_custom_action_2 -androidx.constraintlayout.widget.R$attr: int defaultDuration -androidx.constraintlayout.widget.R$styleable: int MenuView_android_verticalDivider +androidx.coordinatorlayout.R$styleable: int GradientColor_android_type +androidx.viewpager2.widget.ViewPager2: void setAdapter(androidx.recyclerview.widget.RecyclerView$Adapter) +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver +com.google.android.material.R$styleable: int CustomAttribute_customPixelDimension +androidx.appcompat.resources.R$id: int blocking +androidx.hilt.lifecycle.R$attr: int ttcIndex +com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.String toString() +wangdaye.com.geometricweather.R$attr: int staggered +com.xw.repo.bubbleseekbar.R$id: int tag_transition_group +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String windDircEnd +okio.Buffer$UnsafeCursor: Buffer$UnsafeCursor() +com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType WEBP_A +androidx.viewpager2.R$id +androidx.constraintlayout.widget.Placeholder: Placeholder(android.content.Context,android.util.AttributeSet,int) +cyanogenmod.weather.ICMWeatherManager$Stub: int TRANSACTION_updateWeather_0 +okhttp3.logging.LoggingEventListener$Factory: okhttp3.EventListener create(okhttp3.Call) +com.google.android.material.R$style: int Base_Widget_AppCompat_EditText +androidx.drawerlayout.R$integer: int status_bar_notification_info_maxnum +androidx.preference.R$styleable: int ActionBar_customNavigationLayout +androidx.constraintlayout.widget.R$attr: int singleChoiceItemLayout +wangdaye.com.geometricweather.R$styleable: int FontFamily_fontProviderQuery +com.google.android.material.slider.BaseSlider: void setTrackActiveTintList(android.content.res.ColorStateList) +android.didikee.donate.R$attr: int radioButtonStyle +wangdaye.com.geometricweather.R$string: int content_des_sunrise +androidx.constraintlayout.widget.R$id: int scrollIndicatorDown +com.google.android.material.R$color: int material_slider_inactive_tick_marks_color +androidx.preference.R$styleable: int AppCompatTextHelper_android_drawableBottom +com.turingtechnologies.materialscrollbar.R$drawable: int indicator +androidx.constraintlayout.widget.R$dimen: int abc_text_size_subtitle_material_toolbar +androidx.appcompat.R$styleable: int[] View +com.jaredrummler.android.colorpicker.R$attr: int singleChoiceItemLayout +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getTreeLevel() +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_searchIcon +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial: AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial() +android.didikee.donate.R$id: int tabMode +okhttp3.internal.platform.Jdk9Platform: okhttp3.internal.platform.Jdk9Platform buildIfSupported() +com.jaredrummler.android.colorpicker.R$attr: int theme +androidx.preference.R$style: int Base_Widget_AppCompat_RatingBar +cyanogenmod.themes.ThemeManager: void applyDefaultTheme() +com.google.android.material.R$styleable: int ViewPager2_android_orientation +androidx.preference.R$string: int abc_menu_shift_shortcut_label +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void clear() +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart +android.didikee.donate.R$layout: int abc_list_menu_item_icon +androidx.fragment.R$id: int accessibility_custom_action_1 +cyanogenmod.app.CustomTile$ExpandedStyle$1: cyanogenmod.app.CustomTile$ExpandedStyle createFromParcel(android.os.Parcel) +com.jaredrummler.android.colorpicker.R$attr: int logo +retrofit2.BuiltInConverters: boolean checkForKotlinUnit +wangdaye.com.geometricweather.R$dimen: int hint_alpha_material_light +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) +android.didikee.donate.R$id: int alertTitle +wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemIconSize +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_SearchView_ActionBar +james.adaptiveicon.R$styleable: int AppCompatTheme_buttonBarButtonStyle +com.bumptech.glide.R$attr: int fontStyle +androidx.constraintlayout.widget.R$styleable: int Spinner_android_entries +wangdaye.com.geometricweather.R$color: int design_dark_default_color_on_secondary +okhttp3.internal.platform.AndroidPlatform: int getSdkInt() +androidx.constraintlayout.widget.R$attr: int layout_constraintRight_creator +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void dispose() +org.greenrobot.greendao.AbstractDao: java.lang.Object loadUnique(android.database.Cursor) +com.google.android.material.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge +androidx.fragment.R$styleable: int[] GradientColorItem com.google.android.material.R$styleable: int CardView_contentPaddingLeft -androidx.preference.R$string: int abc_searchview_description_clear -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabBackground -androidx.activity.R$styleable: int GradientColor_android_startY -com.xw.repo.bubbleseekbar.R$attr: int alertDialogCenterButtons -androidx.fragment.R$id: int tag_accessibility_pane_title -androidx.preference.R$styleable: int[] AppCompatImageView -androidx.vectordrawable.R$id: int tag_screen_reader_focusable -okhttp3.internal.Version: java.lang.String userAgent() -androidx.preference.R$style: int Widget_AppCompat_ButtonBar_AlertDialog -androidx.constraintlayout.widget.R$dimen: int abc_dropdownitem_icon_width -com.google.android.material.R$attr: int toolbarNavigationButtonStyle -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceSubtitle1 -com.google.android.material.R$styleable: int TabItem_android_layout -com.xw.repo.bubbleseekbar.R$attr: int thumbTintMode -io.reactivex.internal.observers.ForEachWhileObserver: io.reactivex.functions.Action onComplete -okhttp3.Cache$CacheResponseBody: java.lang.String contentLength -wangdaye.com.geometricweather.R$styleable: int Chip_chipCornerRadius -androidx.hilt.work.R$drawable: R$drawable() -cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_getLiveLockScreenEnabled -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: java.lang.String zh_TW -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat_ActionBar -com.jaredrummler.android.colorpicker.R$id: int action_image -androidx.legacy.coreutils.R$attr: int fontWeight -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_visibility -com.jaredrummler.android.colorpicker.R$bool: int config_materialPreferenceIconSpaceReserved -james.adaptiveicon.R$attr: int textAppearanceLargePopupMenu -androidx.constraintlayout.widget.R$anim: int abc_slide_out_top -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabRippleColor -com.turingtechnologies.materialscrollbar.R$styleable: int ForegroundLinearLayout_android_foreground -okio.RealBufferedSource: boolean request(long) -com.google.android.material.behavior.HideBottomViewOnScrollBehavior -androidx.appcompat.widget.AppCompatButton: int getAutoSizeTextType() -io.reactivex.internal.subscriptions.EmptySubscription: void request(long) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Metric -androidx.appcompat.widget.AppCompatRadioButton: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) -com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_fixed_height_minor -android.didikee.donate.R$styleable: int Toolbar_titleMargin -androidx.lifecycle.ProcessLifecycleOwner: ProcessLifecycleOwner() -com.xw.repo.bubbleseekbar.R$attr: int searchHintIcon -androidx.vectordrawable.R$id: int text2 -okhttp3.internal.http2.Http2Connection: void updateConnectionFlowControl(long) -cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent LOCKSCREEN -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: java.util.concurrent.atomic.AtomicLong index -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeCopyDrawable -com.google.android.material.R$style: int Widget_AppCompat_ActionButton_CloseMode -androidx.transition.R$styleable: int[] GradientColor -com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_keylines -com.jaredrummler.android.colorpicker.R$dimen: int notification_top_pad -james.adaptiveicon.R$styleable: int Toolbar_contentInsetRight -wangdaye.com.geometricweather.R$attr: int expandActivityOverflowButtonDrawable -wangdaye.com.geometricweather.R$id: int visible_removing_fragment_view_tag -androidx.preference.R$id: int tag_unhandled_key_listeners -androidx.viewpager.R$attr: int alpha -androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_31 -okhttp3.internal.http2.Http2Connection$6: void execute() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setImages(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean) -okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder noTransform() -org.greenrobot.greendao.AbstractDao: java.lang.String getTablename() -androidx.preference.R$attr: int subtitleTextAppearance -wangdaye.com.geometricweather.R$xml: int icon_provider_config -com.google.android.material.R$id: int labeled -wangdaye.com.geometricweather.R$styleable: int Layout_layout_goneMarginRight -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Co -androidx.core.R$id: int accessibility_custom_action_8 -com.google.android.material.R$styleable: int ConstraintLayout_Layout_chainUseRtl -okhttp3.internal.connection.RealConnection$1: okhttp3.internal.connection.StreamAllocation val$streamAllocation -wangdaye.com.geometricweather.R$styleable: int[] MaterialAutoCompleteTextView -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getWindChillTemperature() -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_shapeAppearanceOverlay -androidx.hilt.work.R$dimen: int notification_right_side_padding_top -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_autoSizeTextType -cyanogenmod.providers.CMSettings$Secure: float getFloatForUser(android.content.ContentResolver,java.lang.String,float,int) -androidx.appcompat.widget.AppCompatTextView: void setSupportCompoundDrawablesTintMode(android.graphics.PorterDuff$Mode) -androidx.vectordrawable.animated.R$styleable: int GradientColor_android_tileMode -james.adaptiveicon.R$drawable: int abc_tab_indicator_mtrl_alpha -com.google.gson.JsonIOException: JsonIOException(java.lang.String,java.lang.Throwable) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean: void setBrands(java.util.List) -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$PhenomenonMaxColor -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: int STATE_INACTIVE -androidx.activity.R$id: R$id() -androidx.constraintlayout.widget.R$style: int Base_V28_Theme_AppCompat_Light -androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType[] values() -wangdaye.com.geometricweather.R$color: int bright_foreground_disabled_material_dark -cyanogenmod.providers.CMSettings$System: java.util.List getDelimitedStringAsList(android.content.ContentResolver,java.lang.String,java.lang.String) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_lastVerticalBias -androidx.preference.R$style: int Base_TextAppearance_AppCompat -androidx.lifecycle.SavedStateHandleController$1: androidx.lifecycle.Lifecycle val$lifecycle -okhttp3.HttpUrl: java.lang.String encodedFragment() -androidx.constraintlayout.widget.R$attr: int colorButtonNormal -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse -okhttp3.RequestBody: okhttp3.RequestBody create(okhttp3.MediaType,java.lang.String) -com.google.android.material.R$styleable: int Constraint_android_layout_height -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String getCityId() -wangdaye.com.geometricweather.R$styleable: int MaterialCheckBox_buttonTint -wangdaye.com.geometricweather.R$attr: int useCompatPadding -okhttp3.Authenticator$1: Authenticator$1() -com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_progress -cyanogenmod.app.ICMStatusBarManager: void unregisterListener(cyanogenmod.app.ICustomTileListener,int) -wangdaye.com.geometricweather.common.basic.models.weather.Weather: wangdaye.com.geometricweather.common.basic.models.weather.Base base -androidx.vectordrawable.animated.R$styleable: int[] GradientColor -com.jaredrummler.android.colorpicker.R$id: int cpv_color_panel_old -com.turingtechnologies.materialscrollbar.R$attr -cyanogenmod.app.IProfileManager$Stub$Proxy: cyanogenmod.app.Profile getProfile(android.os.ParcelUuid) -com.google.android.material.R$id: int wrap -androidx.preference.R$styleable: int GradientColor_android_startY -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintBaseline_creator -wangdaye.com.geometricweather.R$id: int message -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_verticalGap -com.bumptech.glide.R$id: int chronometer -androidx.preference.PreferenceScreen -com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_layout_keyline -androidx.transition.R$id: int save_non_transition_alpha -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void onTimeoutError(long,java.lang.Throwable) -androidx.fragment.R$styleable: int GradientColor_android_startX -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX: java.util.List getBrands() -james.adaptiveicon.R$style: int Base_V23_Theme_AppCompat_Light -android.didikee.donate.R$styleable: int[] TextAppearance -wangdaye.com.geometricweather.R$attr: int navigationViewStyle -android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat -androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type BOTTOM -okhttp3.logging.HttpLoggingInterceptor$Logger: okhttp3.logging.HttpLoggingInterceptor$Logger DEFAULT -com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_select_handle_right_mtrl_dark -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float o3 -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_section_text_size -com.google.android.material.R$id: int accessibility_custom_action_17 -okhttp3.CertificatePinner -io.reactivex.subjects.PublishSubject$PublishDisposable: long serialVersionUID -com.jaredrummler.android.colorpicker.R$id: int spinner -com.google.android.material.R$attr: int endIconDrawable -androidx.fragment.R$style: R$style() -james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_AutoCompleteTextView -androidx.legacy.coreutils.R$styleable: int FontFamilyFont_android_fontStyle -io.reactivex.Observable: io.reactivex.Observable skipLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean,int) -io.reactivex.internal.disposables.EmptyDisposable: void complete(io.reactivex.CompletableObserver) -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_aa_black -cyanogenmod.app.Profile$ProfileTrigger$1: cyanogenmod.app.Profile$ProfileTrigger[] newArray(int) -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_4_00 -androidx.coordinatorlayout.R$style: int TextAppearance_Compat_Notification_Time -com.turingtechnologies.materialscrollbar.R$styleable: int[] MenuGroup -james.adaptiveicon.R$style: int Base_V22_Theme_AppCompat -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_fontFamily -cyanogenmod.app.CustomTile: CustomTile() -cyanogenmod.app.ICustomTileListener$Stub$Proxy: void onListenerConnected() -okhttp3.internal.platform.JdkWithJettyBootPlatform: java.lang.reflect.Method putMethod -androidx.appcompat.resources.R$attr: int fontWeight -com.google.android.material.R$attr: int drawPath -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomAppBar_PrimarySurface -okio.Segment: int limit -wangdaye.com.geometricweather.R$integer: int mtrl_tab_indicator_anim_duration_ms -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: boolean IsAlias -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small -com.google.android.material.R$color: int material_slider_halo_color -androidx.fragment.R$dimen: int compat_notification_large_icon_max_width -wangdaye.com.geometricweather.R$drawable: int abc_btn_check_material -okio.BufferedSink: okio.BufferedSink writeShort(int) -wangdaye.com.geometricweather.R$id: int SHIFT -com.jaredrummler.android.colorpicker.R$styleable: int[] FontFamilyFont -wangdaye.com.geometricweather.R$styleable: int[] SwitchMaterial -cyanogenmod.alarmclock.ClockContract$CitiesColumns: java.lang.String CITY_ID -androidx.viewpager2.widget.ViewPager2: int getOrientation() -james.adaptiveicon.R$styleable: int ActionBar_elevation -cyanogenmod.weather.RequestInfo: cyanogenmod.weather.WeatherLocation access$402(cyanogenmod.weather.RequestInfo,cyanogenmod.weather.WeatherLocation) -com.xw.repo.bubbleseekbar.R$string: R$string() -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: ObservableThrottleFirstTimed$DebounceTimedObserver(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler$Worker) -com.google.android.material.R$color: int design_default_color_on_surface -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ButtonBar -com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat_ActionBar -wangdaye.com.geometricweather.R$drawable: int weather_rain_mini_grey -cyanogenmod.app.Profile$LockMode: int INSECURE -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_checkedTextViewStyle -com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_updatesContinuously -wangdaye.com.geometricweather.R$color: int material_on_surface_emphasis_medium -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setPublishDate(java.util.Date) -com.google.android.material.slider.BaseSlider: void removeOnChangeListener(com.google.android.material.slider.BaseOnChangeListener) -com.github.rahatarmanahmed.cpv.CircularProgressView: void onMeasure(int,int) -com.github.rahatarmanahmed.cpv.CircularProgressView: void addListener(com.github.rahatarmanahmed.cpv.CircularProgressViewListener) -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: long serialVersionUID -androidx.customview.R$color: R$color() -androidx.appcompat.R$attr: int contentInsetLeft -androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_ANY -wangdaye.com.geometricweather.R$attr: int dayStyle -wangdaye.com.geometricweather.R$drawable: int ic_gauge -android.didikee.donate.R$style: int TextAppearance_AppCompat_Small -io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: void onComplete() -androidx.appcompat.R$attr: int listItemLayout -androidx.viewpager2.R$dimen: int notification_action_icon_size -okhttp3.internal.http2.Hpack$Writer: void clearDynamicTable() -james.adaptiveicon.R$styleable: int FontFamily_fontProviderQuery -androidx.constraintlayout.widget.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 -wangdaye.com.geometricweather.R$styleable: int[] TextInputLayout -cyanogenmod.externalviews.ExternalViewProviderService$Provider: void onStop() -androidx.appcompat.R$styleable: int AppCompatTheme_actionModePopupWindowStyle -wangdaye.com.geometricweather.R$string: int background_information -okhttp3.ConnectionPool: okhttp3.internal.connection.RealConnection get(okhttp3.Address,okhttp3.internal.connection.StreamAllocation,okhttp3.Route) -com.jaredrummler.android.colorpicker.R$attr: int switchTextOn -com.bumptech.glide.R$id: int icon -wangdaye.com.geometricweather.R$attr: int colorControlNormal -com.google.android.material.R$attr: int circleRadius -io.reactivex.Observable: io.reactivex.Single firstOrError() -cyanogenmod.weather.WeatherLocation$Builder: cyanogenmod.weather.WeatherLocation$Builder setCountryId(java.lang.String) -com.google.android.material.R$styleable: int Chip_chipStrokeColor -retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: void onComplete() -com.turingtechnologies.materialscrollbar.R$dimen: int notification_top_pad_large_text -wangdaye.com.geometricweather.R$id: int item_weather_daily_overview_text -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange Past12HourRange -androidx.work.impl.WorkDatabase: WorkDatabase() -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_menu_selectall_mtrl_alpha -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours Past3Hours -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintRight_creator -io.reactivex.internal.disposables.EmptyDisposable: void error(java.lang.Throwable,io.reactivex.CompletableObserver) -com.google.android.material.R$layout: int abc_screen_toolbar -io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: long count -androidx.appcompat.resources.R$styleable: int FontFamily_fontProviderCerts -androidx.lifecycle.LiveData: void onInactive() -androidx.preference.R$style: int Base_Theme_AppCompat_Light_Dialog -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void onResume() -wangdaye.com.geometricweather.R$id: int widget_week_temp_3 -android.didikee.donate.R$dimen: int notification_action_text_size -androidx.appcompat.R$styleable: int SearchView_android_maxWidth -okhttp3.internal.http2.Http2Connection$Builder: okio.BufferedSource source -com.google.android.material.slider.RangeSlider: void setEnabled(boolean) -androidx.constraintlayout.widget.ConstraintLayout -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Imperial: double Value -okhttp3.MediaType: java.lang.String subtype -androidx.constraintlayout.widget.R$attr: int ratingBarStyleSmall -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: void setAqi(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX) -com.google.android.material.R$layout: int select_dialog_multichoice_material -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_section_text_size -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: boolean registerChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) -androidx.hilt.R$color: int notification_icon_bg_color -wangdaye.com.geometricweather.R$drawable: int abc_scrubber_track_mtrl_alpha -wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: java.lang.String getUnitId() -io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function8) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.util.Date pubTime -cyanogenmod.app.ILiveLockScreenManager$Stub: cyanogenmod.app.ILiveLockScreenManager asInterface(android.os.IBinder) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: boolean cancelled -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: int getDesiredHeight() -com.xw.repo.bubbleseekbar.R$drawable: int abc_popup_background_mtrl_mult -com.google.android.material.internal.StaticLayoutBuilderCompat$StaticLayoutBuilderCompatException: StaticLayoutBuilderCompat$StaticLayoutBuilderCompatException(java.lang.Throwable) -androidx.loader.R$id: int normal -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial Imperial -androidx.appcompat.R$attr: int colorSwitchThumbNormal -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeSplitBackground -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorAccent -okhttp3.CipherSuite: java.lang.String secondaryName(java.lang.String) -okhttp3.internal.cache.DiskLruCache$Editor: DiskLruCache$Editor(okhttp3.internal.cache.DiskLruCache,okhttp3.internal.cache.DiskLruCache$Entry) -wangdaye.com.geometricweather.R$styleable: int Constraint_android_rotationY +io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: void next(java.lang.Object) +androidx.appcompat.resources.R$dimen: R$dimen() +wangdaye.com.geometricweather.R$style: int Preference_Category +com.google.android.material.R$color: int mtrl_navigation_item_icon_tint +androidx.activity.R$styleable: int FontFamilyFont_android_ttcIndex +james.adaptiveicon.R$attr: int alertDialogTheme +wangdaye.com.geometricweather.R$styleable: int MaterialCheckBox_useMaterialThemeColors +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_Light +android.didikee.donate.R$style: int Theme_AppCompat_DialogWhenLarge +com.google.android.material.R$style: int Theme_MaterialComponents_Light +android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar +androidx.constraintlayout.widget.R$color: int background_material_dark +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_thumb_color +wangdaye.com.geometricweather.R$styleable: int PropertySet_android_alpha +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Large_Inverse +com.google.android.material.slider.BaseSlider: void addOnChangeListener(com.google.android.material.slider.BaseOnChangeListener) +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_android_textOn +com.google.android.material.R$styleable: int AlertDialog_listItemLayout +wangdaye.com.geometricweather.common.ui.behaviors.InkPageIndicatorBehavior +androidx.viewpager2.R$id: int icon_group +androidx.loader.R$color: int secondary_text_default_material_light +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceListItemSmall +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: void onComplete() +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver inner +com.google.android.material.R$styleable: int CollapsingToolbarLayout_titleEnabled +com.google.android.material.imageview.ShapeableImageView: ShapeableImageView(android.content.Context) +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.R$string: int phase_new +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_toolbarStyle +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_DEFAULT_LED_ON +com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_select_handle_left_mtrl_light +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWeatherCode +androidx.viewpager.R$styleable: int GradientColor_android_tileMode +com.google.android.material.R$style: int Widget_MaterialComponents_Button_Icon +cyanogenmod.externalviews.KeyguardExternalView$2: void slideLockscreenIn() +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void onTimeout(long) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling Ceiling +com.google.android.material.R$styleable: int ChipGroup_chipSpacingVertical +com.xw.repo.bubbleseekbar.R$id: int forever +com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges +wangdaye.com.geometricweather.R$string: int key_pressure_unit +android.didikee.donate.R$styleable: int[] AppCompatImageView +wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderLayout +wangdaye.com.geometricweather.R$id: int shades_layout +com.google.android.material.R$color: int switch_thumb_normal_material_light +cyanogenmod.providers.CMSettings$NameValueCache: java.lang.String mCallGetCommand +james.adaptiveicon.R$styleable: R$styleable() +com.jaredrummler.android.colorpicker.R$attr: int key io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainNoLast: long serialVersionUID -cyanogenmod.app.Profile: java.util.Collection getConnectionSettings() -com.google.android.material.progressindicator.ProgressIndicator: android.graphics.drawable.Drawable getCurrentDrawable() -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_verticalAlign -androidx.constraintlayout.widget.R$styleable: int Motion_drawPath -com.google.android.material.R$drawable: int abc_text_select_handle_middle_mtrl_dark -android.didikee.donate.R$attr: int editTextBackground -android.didikee.donate.R$drawable: int abc_ic_go_search_api_material -com.xw.repo.bubbleseekbar.R$string: int abc_menu_delete_shortcut_label -com.google.android.material.R$styleable: int Transition_duration -com.xw.repo.bubbleseekbar.R$drawable: int abc_control_background_material -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getTotalPrecipitation() -androidx.recyclerview.R$dimen: int notification_right_icon_size -androidx.appcompat.R$styleable: int MenuItem_iconTintMode -io.reactivex.internal.observers.DeferredScalarDisposable: java.lang.Object value -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void remove(io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: int getStatus() -com.google.android.material.R$dimen: int compat_notification_large_icon_max_width -androidx.appcompat.R$style: int Base_Widget_AppCompat_ListView -com.xw.repo.bubbleseekbar.R$color: int abc_primary_text_disable_only_material_dark -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.preference.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated -com.github.rahatarmanahmed.cpv.CircularProgressView: float maxProgress -wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoldIndex(java.lang.Integer) -com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_barLength -androidx.preference.R$attr: int windowActionBar -com.google.android.material.progressindicator.ProgressIndicator: int getGrowMode() -wangdaye.com.geometricweather.R$style: int Platform_ThemeOverlay_AppCompat_Dark -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_passwordToggleDrawable -com.google.android.material.textfield.TextInputLayout: void setEndIconOnLongClickListener(android.view.View$OnLongClickListener) -okhttp3.internal.http2.Hpack: int PREFIX_5_BITS -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder port(int) -com.google.android.material.appbar.CollapsingToolbarLayout: int getCollapsedTitleGravity() -androidx.preference.R$attr: int buttonPanelSideLayout -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_toolbarId -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setNo2(java.lang.Float) -james.adaptiveicon.R$anim: int abc_fade_in -com.google.android.material.bottomnavigation.BottomNavigationItemView: int getItemVisiblePosition() -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title -com.turingtechnologies.materialscrollbar.R$style: int Widget_Support_CoordinatorLayout -com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableCompat_android_dither -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind Wind -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorControlNormal -androidx.recyclerview.R$dimen: int fastscroll_margin -android.didikee.donate.R$attr: int windowActionBar -androidx.lifecycle.extensions.R$layout: int notification_template_icon_group -com.google.android.material.R$styleable: int[] DrawerArrowToggle -wangdaye.com.geometricweather.R$attr: int popupMenuBackground -androidx.appcompat.widget.SwitchCompat: void setThumbTextPadding(int) -okhttp3.Cookie: java.lang.String value() -com.google.android.material.R$styleable: int Chip_chipMinTouchTargetSize -androidx.drawerlayout.R$styleable: int ColorStateListItem_android_color -androidx.preference.R$styleable: int TextAppearance_fontVariationSettings -com.xw.repo.bubbleseekbar.R$id: int bottom -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: boolean isDisposed() -retrofit2.RequestBuilder: void addFormField(java.lang.String,java.lang.String,boolean) -androidx.preference.R$attr: int closeItemLayout -com.google.android.material.R$styleable: int Constraint_layout_constraintCircle -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_textColor -cyanogenmod.externalviews.KeyguardExternalView: void onScreenTurnedOn() -com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_fabCradleRoundedCornerRadius -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder eventListenerFactory(okhttp3.EventListener$Factory) -wangdaye.com.geometricweather.R$string: int material_timepicker_text_input_mode_description -androidx.preference.R$id: int switchWidget +com.google.android.material.button.MaterialButtonToggleGroup: int getCheckedButtonId() +wangdaye.com.geometricweather.R$styleable: int PropertySet_visibilityMode +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_DES_CBC_SHA +androidx.lifecycle.ReportFragment$LifecycleCallbacks +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean getFeelsLike() com.google.android.material.datepicker.Month: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_text_btn_icon_padding -androidx.appcompat.widget.SearchView: void setOnSuggestionListener(androidx.appcompat.widget.SearchView$OnSuggestionListener) -androidx.constraintlayout.widget.R$style: int Animation_AppCompat_Dialog -com.google.android.material.slider.BaseSlider$SliderState -android.didikee.donate.R$style: int Widget_AppCompat_TextView_SpinnerItem -androidx.appcompat.R$styleable: int MenuItem_android_checkable -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BATTERY_LIGHT_ENABLED_VALIDATOR -com.google.android.material.R$styleable: int DrawerArrowToggle_barLength -cyanogenmod.alarmclock.CyanogenModAlarmClock -android.didikee.donate.R$attr: int toolbarStyle -com.xw.repo.bubbleseekbar.R$color: int primary_material_light -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getAqiIndex() -androidx.constraintlayout.widget.R$color: int material_deep_teal_500 -cyanogenmod.app.CustomTile: java.lang.String toString() -androidx.appcompat.R$dimen: int notification_large_icon_height -wangdaye.com.geometricweather.R$drawable: int flag_el -okhttp3.internal.http1.Http1Codec: okio.BufferedSource source -android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setBottomTextColor(int) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 -androidx.appcompat.R$id: int accessibility_custom_action_0 -com.google.android.material.R$styleable: int AppBarLayout_expanded -androidx.core.widget.NestedScrollView: NestedScrollView(android.content.Context,android.util.AttributeSet,int) -cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_PUT_GLOBAL +androidx.preference.R$attr: int numericModifiers +james.adaptiveicon.R$integer: R$integer() +androidx.constraintlayout.widget.R$dimen: int abc_dialog_fixed_height_minor +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType QueryUnique +com.google.android.material.R$dimen: int abc_control_padding_material +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Imperial: double Value +com.xw.repo.bubbleseekbar.R$attr: int bsb_max +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dropdownitem_icon_width +com.google.android.material.R$attr: int toolbarId +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_ensureMinTouchTargetSize +androidx.preference.R$style: int Base_Theme_AppCompat_Light_Dialog +com.bumptech.glide.R$style: int TextAppearance_Compat_Notification +androidx.customview.R$styleable: int[] GradientColor +com.turingtechnologies.materialscrollbar.DragScrollBar +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionBar_TabBar +android.didikee.donate.R$id: int showCustom +androidx.viewpager2.R$id: int right_icon +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder encodedPassword(java.lang.String) +io.reactivex.Observable: io.reactivex.Observable filter(io.reactivex.functions.Predicate) +okhttp3.internal.Util: java.lang.reflect.Method addSuppressedExceptionMethod +cyanogenmod.providers.ThemesContract$PreviewColumns +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ProgressBar +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_21 +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionMode +io.reactivex.Observable: io.reactivex.Observable observeOn(io.reactivex.Scheduler,boolean,int) +com.google.android.material.R$drawable: int material_ic_keyboard_arrow_right_black_24dp +androidx.drawerlayout.R$dimen: int compat_notification_large_icon_max_width wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: java.lang.String country -androidx.vectordrawable.R$id: int accessibility_custom_action_13 -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator -okhttp3.internal.connection.RouteSelector: boolean hasNextProxy() -wangdaye.com.geometricweather.R$id: int container_main_sun_moon_sunrise_sunset -androidx.appcompat.R$string: int abc_menu_enter_shortcut_label -okhttp3.internal.http2.Hpack$Writer: int SETTINGS_HEADER_TABLE_SIZE_LIMIT -wangdaye.com.geometricweather.R$drawable: int weather_rain_1 -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_ProgressIndicator_Circular +androidx.appcompat.R$dimen: int abc_progress_bar_height_material +cyanogenmod.app.PartnerInterface: void setMobileDataEnabled(boolean) +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText cyanogenmod.providers.CMSettings$InclusiveFloatRangeValidator: CMSettings$InclusiveFloatRangeValidator(float,float) -cyanogenmod.profiles.ConnectionSettings$1: cyanogenmod.profiles.ConnectionSettings createFromParcel(android.os.Parcel) -androidx.preference.R$style: int PreferenceSummaryTextStyle -androidx.coordinatorlayout.R$styleable: int[] CoordinatorLayout -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours Past9Hours -com.google.android.material.R$color: int secondary_text_disabled_material_dark -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: java.lang.String brandId -wangdaye.com.geometricweather.R$styleable: int[] Slider -com.xw.repo.bubbleseekbar.R$layout: int abc_screen_toolbar -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: java.lang.String getDistanceVoice(android.content.Context,float) -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: boolean add(io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable) -okhttp3.internal.connection.ConnectInterceptor: okhttp3.OkHttpClient client -com.google.android.material.R$style: int Widget_MaterialComponents_TextInputEditText_FilledBox_Dense -wangdaye.com.geometricweather.R$dimen: int mtrl_slider_label_padding -com.google.android.material.R$color: int background_material_dark -wangdaye.com.geometricweather.R$id: int dragUp -androidx.constraintlayout.widget.R$layout: int abc_screen_simple_overlay_action_mode -com.turingtechnologies.materialscrollbar.R$anim: int abc_popup_exit -androidx.viewpager.R$styleable: int FontFamily_fontProviderAuthority -wangdaye.com.geometricweather.R$layout: int select_dialog_multichoice_material -androidx.cardview.R$attr: R$attr() -com.jaredrummler.android.colorpicker.ColorPanelView: int getBorderColor() -wangdaye.com.geometricweather.R$attr: int animationMode -androidx.vectordrawable.R$dimen: int notification_media_narrow_margin -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: java.lang.String to -wangdaye.com.geometricweather.R$styleable: int PreferenceFragmentCompat_android_divider -androidx.appcompat.widget.AlertDialogLayout: AlertDialogLayout(android.content.Context,android.util.AttributeSet) -androidx.preference.R$styleable: int MenuView_android_itemTextAppearance -androidx.coordinatorlayout.R$id: int accessibility_custom_action_9 -wangdaye.com.geometricweather.R$styleable: int AppCompatImageView_tintMode -androidx.loader.R$attr: int fontProviderCerts -com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_keylines -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial: int UnitType -wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayDetailsProvider -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_horizontalAlign -com.jaredrummler.android.colorpicker.R$dimen: int cpv_dialog_preview_width -androidx.loader.R$styleable: int ColorStateListItem_android_color -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHorizontal_weight -cyanogenmod.weather.WeatherLocation$1 -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void onError(java.lang.Throwable) -com.jaredrummler.android.colorpicker.ColorPickerView: void setAlphaSliderText(int) -androidx.recyclerview.R$layout: int notification_action -io.reactivex.Observable: io.reactivex.Observable concatArrayEagerDelayError(int,int,io.reactivex.ObservableSource[]) -com.turingtechnologies.materialscrollbar.R$id: int action_bar_activity_content -okhttp3.internal.http.HttpHeaders: okhttp3.Headers varyHeaders(okhttp3.Headers,okhttp3.Headers) -cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_unregisterChangeListener -okhttp3.internal.ws.RealWebSocket: boolean processNextFrame() -retrofit2.Retrofit$Builder: java.util.concurrent.Executor callbackExecutor -cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper: void onListenerConnected() -com.jaredrummler.android.colorpicker.R$layout: int abc_screen_content_include -androidx.constraintlayout.widget.Barrier: Barrier(android.content.Context) -retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$1: void invoke(java.lang.Throwable) -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver parent -okio.Sink: void write(okio.Buffer,long) -android.didikee.donate.R$dimen: int notification_right_side_padding_top -androidx.legacy.coreutils.R$id: int forever -cyanogenmod.app.Profile: void setScreenLockMode(cyanogenmod.profiles.LockSettings) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX -androidx.appcompat.R$styleable: int LinearLayoutCompat_android_baselineAligned -wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle -com.google.android.material.R$attr: int fontProviderFetchTimeout -androidx.constraintlayout.widget.R$id: int blocking -androidx.fragment.R$dimen: int notification_action_icon_size -androidx.cardview.widget.CardView: void setUseCompatPadding(boolean) -androidx.hilt.R$style -androidx.appcompat.widget.ActivityChooserView: ActivityChooserView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$string: int sp_widget_week_setting -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Tooltip -com.jaredrummler.android.colorpicker.R$layout: int notification_action_tombstone -wangdaye.com.geometricweather.db.entities.HourlyEntity: int temperature -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary: AccuDailyResult$DailyForecasts$DegreeDaySummary() -com.google.android.material.R$color: int material_on_primary_emphasis_medium -okhttp3.Response$Builder: Response$Builder() -wangdaye.com.geometricweather.R$styleable: int ImageFilterView_overlay -james.adaptiveicon.R$styleable: int ViewBackgroundHelper_backgroundTintMode -androidx.appcompat.widget.ViewStubCompat: void setInflatedId(int) -androidx.preference.R$styleable: int AppCompatTheme_alertDialogStyle -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Compat_Notification_Time -wangdaye.com.geometricweather.R$dimen: int item_touch_helper_swipe_escape_velocity -okhttp3.internal.http2.Header: okio.ByteString PSEUDO_PREFIX -james.adaptiveicon.R$color: int highlighted_text_material_dark -androidx.constraintlayout.widget.R$drawable: int abc_text_select_handle_left_mtrl_dark -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: void setUnit(java.lang.String) -okio.Buffer: okio.Buffer emitCompleteSegments() -okhttp3.internal.cache.DiskLruCache$Entry: void writeLengths(okio.BufferedSink) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: java.util.Date getPubTime() -androidx.core.R$drawable: int notification_bg -retrofit2.RequestFactory$Builder: boolean isKotlinSuspendFunction -androidx.cardview.R$color: int cardview_dark_background -com.google.android.material.R$string: int abc_menu_meta_shortcut_label -wangdaye.com.geometricweather.R$string: int settings_title_forecast_tomorrow -wangdaye.com.geometricweather.common.basic.models.weather.Alert: void descByTime(java.util.List) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: java.lang.String zh_CN -com.google.android.material.R$styleable: int ConstraintSet_android_pivotY -com.google.android.material.R$layout: int material_timepicker -com.turingtechnologies.materialscrollbar.R$color: int abc_search_url_text_pressed -androidx.hilt.work.R$id: int action_text -androidx.viewpager2.R$id: int accessibility_custom_action_8 -com.xw.repo.bubbleseekbar.R$style: int Base_V7_Widget_AppCompat_Toolbar -androidx.vectordrawable.R$layout: R$layout() -android.didikee.donate.R$string: int abc_search_hint -james.adaptiveicon.R$styleable: int TextAppearance_android_shadowDy -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.util.Map lefts -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean -okhttp3.internal.http2.Http2Stream: okhttp3.Headers takeHeaders() -io.reactivex.Observable: io.reactivex.Observable concatArrayDelayError(io.reactivex.ObservableSource[]) -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: FitSystemBarRecyclerView(android.content.Context,android.util.AttributeSet,int) -androidx.appcompat.widget.AppCompatButton: void setCustomSelectionActionModeCallback(android.view.ActionMode$Callback) -com.google.android.material.R$attr: int labelStyle -cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent FONT -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_applyDefaultTheme -com.google.android.material.R$color: int mtrl_scrim_color -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_bubble_text_size -com.google.android.material.chip.Chip: void setTextStartPaddingResource(int) -com.google.android.material.R$styleable: int AppCompatTheme_ratingBarStyle -james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_drawableBottom -wangdaye.com.geometricweather.R$drawable: int notif_temp_85 -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxBackgroundMode -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat -cyanogenmod.app.CustomTile$ExpandedStyle: void internalSetRemoteViews(android.widget.RemoteViews) -androidx.coordinatorlayout.R$id: int accessibility_custom_action_22 -okhttp3.internal.connection.RealConnection: void onSettings(okhttp3.internal.http2.Http2Connection) -androidx.constraintlayout.widget.R$styleable: int MenuGroup_android_id -androidx.appcompat.R$id: int checked -com.google.android.material.R$styleable: int AppCompatTextView_textLocale -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_numericModifiers -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: java.lang.String getNotice() -androidx.preference.R$styleable: int SearchView_android_focusable -com.google.android.material.R$style: int Theme_AppCompat_Empty -okhttp3.ResponseBody: java.nio.charset.Charset charset() -androidx.appcompat.resources.R$dimen: int notification_top_pad_large_text -com.google.android.material.R$attr: int layout_insetEdge -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setDailyForecast(java.lang.String) -com.turingtechnologies.materialscrollbar.R$attr: int backgroundSplit -com.google.android.material.chip.Chip: void setCloseIconTint(android.content.res.ColorStateList) -com.google.android.material.R$style: int Widget_MaterialComponents_ActionBar_PrimarySurface -cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String getOpPkg() -com.google.android.material.R$styleable: int KeyPosition_percentHeight -androidx.legacy.coreutils.R$styleable: int FontFamilyFont_android_ttcIndex -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableRightCompat -android.didikee.donate.R$layout: int abc_screen_content_include -james.adaptiveicon.R$attr: int fontWeight -wangdaye.com.geometricweather.R$string: int settings_title_alert_notification_switch -androidx.preference.R$attr: int actionBarTabStyle -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintLeft_creator -com.google.android.material.tabs.TabItem: TabItem(android.content.Context) -com.turingtechnologies.materialscrollbar.R$string: int abc_menu_alt_shortcut_label -androidx.drawerlayout.R$dimen: int notification_large_icon_width -com.jaredrummler.android.colorpicker.R$drawable: int abc_list_selector_holo_light -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1: void onResponse(retrofit2.Call,retrofit2.Response) -retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: CallEnqueueObservable$CallCallback(retrofit2.Call,io.reactivex.Observer) -com.google.android.material.card.MaterialCardView: void setClickable(boolean) -com.google.android.material.internal.NavigationMenuItemView: void setTextColor(android.content.res.ColorStateList) -com.google.android.material.R$styleable: int MaterialCalendar_dayTodayStyle -androidx.preference.R$color: int notification_action_color_filter -androidx.appcompat.R$attr: int drawableTintMode -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setTemperature(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean) -com.jaredrummler.android.colorpicker.R$drawable: int abc_tab_indicator_mtrl_alpha -cyanogenmod.externalviews.ExternalView$1: void onServiceConnected(android.content.ComponentName,android.os.IBinder) -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Body2 -androidx.constraintlayout.widget.R$styleable: int ViewBackgroundHelper_backgroundTintMode -android.didikee.donate.R$styleable: int ActionBar_customNavigationLayout -androidx.vectordrawable.R$id: int tag_transition_group -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintBaseline_toBaselineOf -com.xw.repo.bubbleseekbar.R$attr: int isLightTheme -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_creator -okio.Buffer: void flush() -wangdaye.com.geometricweather.R$string: int key_card_style -okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder maxStale(int,java.util.concurrent.TimeUnit) -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_checkedTextViewStyle -androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_marginLeft -okhttp3.logging.LoggingEventListener: void requestHeadersStart(okhttp3.Call) -android.didikee.donate.R$dimen: int abc_action_bar_stacked_max_height -androidx.recyclerview.R$id: int accessibility_custom_action_20 -androidx.appcompat.resources.R$attr: int fontProviderFetchTimeout -androidx.preference.R$styleable: int SwitchPreference_switchTextOn -okio.Buffer$2: void close() -com.google.android.material.R$styleable: int Layout_layout_goneMarginLeft -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_drawableStart -com.google.android.material.internal.ParcelableSparseBooleanArray: android.os.Parcelable$Creator CREATOR -androidx.multidex.MultiDexExtractor$ExtractedDex: MultiDexExtractor$ExtractedDex(java.io.File,java.lang.String) -androidx.appcompat.widget.LinearLayoutCompat: void setBaselineAligned(boolean) -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void removeInner(io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintCircleRadius -androidx.work.BackoffPolicy: androidx.work.BackoffPolicy valueOf(java.lang.String) -androidx.constraintlayout.widget.Constraints -com.google.android.material.R$xml: int standalone_badge -androidx.preference.R$dimen: int abc_text_size_small_material -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_fontFamily -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: int prefetch -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Imperial -james.adaptiveicon.R$style: int Base_V7_Theme_AppCompat -com.google.android.material.textfield.TextInputEditText: TextInputEditText(android.content.Context,android.util.AttributeSet) -okhttp3.internal.cache.DiskLruCache$Editor: okhttp3.internal.cache.DiskLruCache this$0 -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_ActionBar -wangdaye.com.geometricweather.R$style: int Base_Animation_AppCompat_Dialog -cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.ExternalViewProperties mExternalViewProperties -wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: HourlyTrendItemView(android.content.Context) -com.turingtechnologies.materialscrollbar.R$id: int textinput_counter -okhttp3.internal.cache.DiskLruCache: java.lang.String VERSION_1 -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean -com.jaredrummler.android.colorpicker.R$styleable: int MenuGroup_android_id -com.jaredrummler.android.colorpicker.R$id: int large -androidx.appcompat.resources.R$dimen: int compat_button_inset_vertical_material -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_shadowRadius -com.google.android.material.R$dimen: int material_clock_hand_stroke_width -okhttp3.internal.cache.CacheRequest: okio.Sink body() -james.adaptiveicon.R$attr: int track -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property AqiText -androidx.lifecycle.LifecycleObserver -cyanogenmod.providers.ThemesContract$ThemesColumns: ThemesContract$ThemesColumns() -androidx.recyclerview.R$id: int accessibility_custom_action_12 -androidx.preference.R$drawable: int abc_ic_star_half_black_48dp -com.google.android.material.R$styleable: int AppCompatTheme_actionBarTabTextStyle -cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onKeyguardShowing(boolean) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeWindChillTemperature -androidx.appcompat.R$attr: int searchHintIcon -android.didikee.donate.R$styleable: int AppCompatTheme_panelBackground -androidx.recyclerview.R$style: R$style() -android.didikee.donate.R$style: int Widget_AppCompat_Spinner -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainNoLast: void run() -wangdaye.com.geometricweather.R$styleable: int[] PreferenceImageView -retrofit2.BuiltInConverters: boolean checkForKotlinUnit -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setHourlyForecast(java.lang.String) -androidx.fragment.R$drawable: int notification_bg_low_pressed -wangdaye.com.geometricweather.R$attr: int tabIndicator -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHorizontal_chainStyle -androidx.preference.R$attr: int isLightTheme -com.jaredrummler.android.colorpicker.R$attr: int itemPadding -wangdaye.com.geometricweather.R$id: int dialog_location_help_container -androidx.vectordrawable.R$color: int notification_icon_bg_color -wangdaye.com.geometricweather.R$color: int design_icon_tint -james.adaptiveicon.R$styleable: int TextAppearance_android_textFontWeight -com.xw.repo.bubbleseekbar.R$attr: int bsb_seek_by_section -wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_subtitle -com.jaredrummler.android.colorpicker.R$styleable: int[] CoordinatorLayout_Layout -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: java.lang.String getSpeedText(android.content.Context,float) -okhttp3.HttpUrl: java.lang.String USERNAME_ENCODE_SET -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl -com.google.android.material.R$styleable: int ScrollingViewBehavior_Layout_behavior_overlapTop -android.didikee.donate.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog -cyanogenmod.weather.WeatherInfo: long getTimestamp() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String ragweedDescription -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.AirQuality getAirQuality() -com.google.android.material.R$drawable: int abc_ic_commit_search_api_mtrl_alpha -android.didikee.donate.R$styleable: int AppCompatTheme_panelMenuListWidth -okhttp3.internal.cache.CacheStrategy$Factory: long computeFreshnessLifetime() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX() -com.google.android.material.R$id: int select_dialog_listview -com.google.android.material.R$styleable: int CustomAttribute_customColorDrawableValue -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getDegreeDayTemperature() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: java.lang.String weathercn -com.google.android.material.R$attr: int indicatorType -com.google.android.material.R$styleable: int Slider_thumbStrokeWidth -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX: CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX() -wangdaye.com.geometricweather.R$id: int transparency_seekbar -wangdaye.com.geometricweather.R$styleable: int ArcProgress_text_color -androidx.appcompat.R$styleable: int AppCompatTheme_checkedTextViewStyle -cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler: int MSG_SET_CLIENT -com.google.android.material.R$attr: int height -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric: int UnitType -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$8 -com.xw.repo.bubbleseekbar.R$style: int Base_V7_Theme_AppCompat -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void onComplete() -androidx.transition.R$styleable: int GradientColor_android_endY -okhttp3.Response$Builder: okhttp3.Response$Builder removeHeader(java.lang.String) -com.google.android.material.R$color: int tooltip_background_light -com.turingtechnologies.materialscrollbar.R$styleable: int CardView_contentPaddingLeft -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void subscribe(io.reactivex.ObservableSource[],int) -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedNoLast: ObservableSampleTimed$SampleTimedNoLast(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -androidx.constraintlayout.widget.ConstraintLayout: ConstraintLayout(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$color: int error_color_material_dark -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$2: LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$2(androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription) -androidx.hilt.R$styleable: int GradientColor_android_centerX -androidx.appcompat.R$color: int button_material_dark -wangdaye.com.geometricweather.R$layout: int activity_search -androidx.appcompat.widget.AlertDialogLayout -wangdaye.com.geometricweather.R$drawable: int weather_wind_mini_light -androidx.constraintlayout.widget.R$layout: int abc_search_dropdown_item_icons_2line -org.greenrobot.greendao.AbstractDaoMaster: java.util.Map daoConfigMap -okhttp3.internal.http2.Http2Reader: okhttp3.internal.http2.Hpack$Reader hpackReader -wangdaye.com.geometricweather.R$id: int widget_day_week_icon_2 -james.adaptiveicon.R$styleable: int Toolbar_subtitleTextColor -wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Object readKey(android.database.Cursor,int) -com.turingtechnologies.materialscrollbar.R$integer: int design_tab_indicator_anim_duration_ms -androidx.activity.R$styleable: int FontFamilyFont_fontVariationSettings -com.google.android.material.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle -wangdaye.com.geometricweather.R$drawable: int ic_wechat_pay -wangdaye.com.geometricweather.R$dimen: int abc_action_bar_default_padding_end_material -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColorItem_android_offset -androidx.constraintlayout.widget.R$styleable: int MenuView_android_itemIconDisabledAlpha -androidx.loader.R$integer -androidx.constraintlayout.widget.R$style: int Base_V7_Widget_AppCompat_Toolbar -james.adaptiveicon.R$dimen: int abc_list_item_padding_horizontal_material -okio.Buffer: okio.Buffer buffer() -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int FREEZING_RAIN -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void onNext(java.lang.Object) -androidx.hilt.R$styleable: int FontFamilyFont_android_font -androidx.hilt.R$drawable: int notification_bg_low -android.didikee.donate.R$styleable: int MenuItem_android_numericShortcut -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintTag -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeSnowPrecipitationProbability() -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Caption -com.turingtechnologies.materialscrollbar.R$attr: int toolbarNavigationButtonStyle -com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setBadgeDrawables(android.util.SparseArray) -wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_seekBarIncrement -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) -okhttp3.CertificatePinner$Pin: boolean matches(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeFindDrawable -cyanogenmod.app.Profile: int describeContents() -okhttp3.internal.http2.Http2Connection$Builder: Http2Connection$Builder(boolean) -com.google.android.material.R$dimen: int mtrl_extended_fab_corner_radius -androidx.fragment.R$anim: int fragment_close_enter -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_rotationY -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_46 -james.adaptiveicon.R$drawable: int abc_edit_text_material -androidx.appcompat.R$style: int Base_Theme_AppCompat -wangdaye.com.geometricweather.R$styleable: int Chip_iconEndPadding -wangdaye.com.geometricweather.R$styleable: int SwitchPreference_summaryOff -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: void onNext(java.lang.Object) -androidx.work.R$id: int action_container -androidx.vectordrawable.animated.R$styleable: int GradientColor_android_gradientRadius -wangdaye.com.geometricweather.R$styleable: int ActionBar_contentInsetStartWithNavigation -com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_horizontal_padding -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_showText -androidx.appcompat.R$dimen: int compat_button_padding_horizontal_material -james.adaptiveicon.R$styleable: int ActionBar_displayOptions -com.bumptech.glide.integration.okhttp.R$styleable: int[] FontFamily -cyanogenmod.app.ProfileManager: java.lang.String[] getProfileNames() -androidx.appcompat.R$styleable: int AppCompatTheme_buttonBarButtonStyle -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Display4 -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_thumbTintMode -wangdaye.com.geometricweather.R$attr: int entries -androidx.constraintlayout.widget.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha -com.turingtechnologies.materialscrollbar.R$attr: int autoSizePresetSizes -wangdaye.com.geometricweather.common.basic.GeoDialog -androidx.preference.R$attr: int elevation -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ButtonBar_AlertDialog -com.google.android.material.R$style: int Widget_MaterialComponents_BottomNavigationView_PrimarySurface -androidx.appcompat.R$attr: int panelBackground -wangdaye.com.geometricweather.R$attr: int textInputLayoutFocusedRectEnabled -androidx.constraintlayout.widget.R$id: int action_mode_bar -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse -cyanogenmod.hardware.CMHardwareManager: int FEATURE_HIGH_TOUCH_SENSITIVITY -com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior -androidx.core.R$id: int accessibility_custom_action_30 -com.jaredrummler.android.colorpicker.R$id: int action_text -com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getEndIconContentDescription() -androidx.hilt.R$dimen: int compat_notification_large_icon_max_height -com.google.android.material.R$styleable: int Constraint_layout_constraintWidth_default -cyanogenmod.app.Profile$LockMode: int DEFAULT -wangdaye.com.geometricweather.R$drawable: int weather_fog_mini_xml -james.adaptiveicon.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle -com.google.android.material.R$styleable: int KeyTimeCycle_motionProgress -wangdaye.com.geometricweather.R$styleable: int[] KeyPosition -wangdaye.com.geometricweather.R$string: int feedback_get_weather_failed -com.google.android.material.R$id: int search_bar -wangdaye.com.geometricweather.R$attr: int alphabeticModifiers -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: java.util.ArrayDeque windows -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintLeft_creator -com.turingtechnologies.materialscrollbar.R$attr: int passwordToggleTintMode -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getThemePackageNameForComponent(java.lang.String) -cyanogenmod.app.CustomTile$Builder: android.app.PendingIntent mOnClick -androidx.core.R$dimen: R$dimen() -androidx.preference.R$attr: int actionMenuTextAppearance -com.google.android.material.R$styleable: int Chip_ensureMinTouchTargetSize -androidx.constraintlayout.widget.R$drawable: int abc_scrubber_primary_mtrl_alpha -wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property Id -wangdaye.com.geometricweather.R$id: int startVertical -androidx.core.R$dimen: int notification_top_pad -wangdaye.com.geometricweather.R$attr: int autoSizeMinTextSize -cyanogenmod.app.LiveLockScreenManager: java.lang.String SERVICE_INTERFACE -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String PKG_NAME -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: boolean done -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ListPopupWindow -com.turingtechnologies.materialscrollbar.R$styleable: int View_paddingStart -wangdaye.com.geometricweather.R$id: int item_details_title -com.google.android.material.R$color: int design_fab_shadow_end_color +cyanogenmod.app.Profile: cyanogenmod.app.ProfileGroup getProfileGroup(java.util.UUID) +androidx.core.view.GestureDetectorCompat$GestureDetectorCompatImpl: void setOnDoubleTapListener(android.view.GestureDetector$OnDoubleTapListener) +com.google.android.material.R$styleable: int[] StateListDrawableItem +wangdaye.com.geometricweather.R$drawable: int shortcuts_haze +androidx.constraintlayout.widget.R$anim: int btn_checkbox_to_checked_box_inner_merged_animation +com.google.android.material.progressindicator.ProgressIndicator: void setIndeterminateDrawable(android.graphics.drawable.Drawable) +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: void onNext(java.lang.Object) +com.google.android.material.progressindicator.ProgressIndicator: int getCircularRadius() +com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_extra_spacing_horizontal +com.google.android.material.R$styleable: int MaterialCalendarItem_android_insetBottom +androidx.recyclerview.R$dimen: int notification_action_icon_size +wangdaye.com.geometricweather.R$dimen: int design_snackbar_max_width +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningAdvice: java.lang.String textAdvice +android.didikee.donate.R$drawable: int abc_cab_background_internal_bg +com.jaredrummler.android.colorpicker.R$dimen: int abc_seekbar_track_background_height_material +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_21 +okhttp3.Dispatcher: java.util.concurrent.ExecutorService executorService() +androidx.loader.app.LoaderManagerImpl$LoaderViewModel: LoaderManagerImpl$LoaderViewModel() +wangdaye.com.geometricweather.R$color: int foreground_material_light +wangdaye.com.geometricweather.R$id: int action_bar_title +androidx.constraintlayout.widget.R$drawable: int notification_bg_normal_pressed +android.didikee.donate.R$styleable: int SwitchCompat_switchMinWidth +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NAVIGATION_BAR_MENU_ARROW_KEYS_VALIDATOR +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Chip_Choice +wangdaye.com.geometricweather.R$id: int widget_week_temp +io.reactivex.Observable: io.reactivex.Observable takeLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean) +androidx.swiperefreshlayout.R$styleable: int ColorStateListItem_android_alpha +cyanogenmod.externalviews.ExternalViewProperties +androidx.preference.R$color: int abc_search_url_text_pressed +androidx.appcompat.widget.AppCompatSpinner: android.content.Context getPopupContext() +okhttp3.Cache$Entry: java.lang.String url +androidx.constraintlayout.widget.R$dimen: int abc_panel_menu_list_width +okhttp3.MediaType: java.util.regex.Pattern TYPE_SUBTYPE +okhttp3.internal.connection.StreamAllocation: java.net.Socket deallocate(boolean,boolean,boolean) +cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: void processWeatherUpdateRequest(cyanogenmod.weather.RequestInfo) +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_strokeWidth +androidx.constraintlayout.utils.widget.ImageFilterView: void setRound(float) +wangdaye.com.geometricweather.R$drawable: int weather_cloudy_mini_light +com.jaredrummler.android.colorpicker.R$dimen: int notification_action_icon_size +com.google.gson.JsonParseException: JsonParseException(java.lang.String) +wangdaye.com.geometricweather.R$attr: int layout_constraintStart_toStartOf +james.adaptiveicon.R$styleable: int MenuItem_android_checked +com.jaredrummler.android.colorpicker.R$styleable: int Preference_defaultValue +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getRagweedDescription() +androidx.appcompat.R$styleable: int DrawerArrowToggle_arrowHeadLength +com.google.android.material.R$styleable: int TabLayout_tabContentStart +androidx.constraintlayout.widget.R$styleable: int SearchView_submitBackground +com.turingtechnologies.materialscrollbar.R$attr: int buttonBarPositiveButtonStyle +wangdaye.com.geometricweather.R$style: int PreferenceFragment +cyanogenmod.profiles.ConnectionSettings: cyanogenmod.profiles.ConnectionSettings fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: java.lang.Object poll() +com.google.android.material.slider.RangeSlider: void setHaloRadius(int) +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: io.reactivex.disposables.Disposable upstream +androidx.constraintlayout.widget.R$styleable +androidx.constraintlayout.widget.R$styleable: int[] ConstraintSet +android.didikee.donate.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog +cyanogenmod.providers.CMSettings$System: java.lang.String BATTERY_LIGHT_FULL_COLOR +androidx.appcompat.R$id: int progress_horizontal +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean current +com.turingtechnologies.materialscrollbar.R$attr: int listLayout +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Dialog_FixedSize +com.google.android.material.R$styleable: int Chip_android_textSize +cyanogenmod.app.CMContextConstants: java.lang.String CM_ICON_CACHE_SERVICE +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: void again(java.lang.Object) +cyanogenmod.app.ProfileGroup$2 +androidx.activity.R$id: int accessibility_custom_action_2 +com.google.android.material.R$styleable: int[] MotionHelper +com.xw.repo.bubbleseekbar.R$layout: int abc_search_dropdown_item_icons_2line +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver inner +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.AlertEntityDao getAlertEntityDao() +okhttp3.internal.cache.CacheRequest: okio.Sink body() +com.xw.repo.bubbleseekbar.R$attr: int suggestionRowLayout +androidx.constraintlayout.widget.R$drawable: int abc_switch_thumb_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String tempMax +james.adaptiveicon.R$styleable: int AppCompatTheme_tooltipFrameBackground +com.jaredrummler.android.colorpicker.R$attr: int homeLayout +androidx.appcompat.widget.SearchView: SearchView(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer realFeelTemperature +com.turingtechnologies.materialscrollbar.R$attr: int imageButtonStyle +wangdaye.com.geometricweather.R$dimen: int item_touch_helper_swipe_escape_max_velocity +cyanogenmod.weather.RequestInfo +cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_setLiveLockScreenEnabled +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_snackbar_background_corner_radius +cyanogenmod.app.Profile$DozeMode: int ENABLE +com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_pressed_holo_light +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String getAlertId() +androidx.appcompat.R$styleable: int ColorStateListItem_android_color +com.turingtechnologies.materialscrollbar.R$attr: int msb_handleColor +androidx.preference.R$anim: int abc_tooltip_enter +com.google.android.material.R$styleable: int ActionBar_contentInsetStart +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_collapsedTitleTextAppearance +com.google.android.material.R$id: int month_grid +android.didikee.donate.R$drawable: int abc_dialog_material_background +com.turingtechnologies.materialscrollbar.R$color: int bright_foreground_disabled_material_dark +james.adaptiveicon.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle +androidx.constraintlayout.widget.R$color: int switch_thumb_material_dark +james.adaptiveicon.R$color: int switch_thumb_material_light +androidx.swiperefreshlayout.R$styleable +wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_hideable +com.google.android.material.tabs.TabLayout: TabLayout(android.content.Context) +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningAdvice: int phenomenoMaxColorId +cyanogenmod.app.Profile: void setNotificationLightMode(int) +android.didikee.donate.R$color: int abc_hint_foreground_material_light +com.google.android.material.R$attr: int round +cyanogenmod.app.StatusBarPanelCustomTile: int uid +androidx.appcompat.R$interpolator: int btn_radio_to_off_mtrl_animation_interpolator_0 +wangdaye.com.geometricweather.db.entities.AlertEntity: java.util.Date getDate() +androidx.constraintlayout.widget.Barrier: int getMargin() +james.adaptiveicon.R$drawable: int abc_seekbar_tick_mark_material +com.google.android.material.R$style: int Theme_Design_BottomSheetDialog +com.turingtechnologies.materialscrollbar.R$style: int Base_V23_Theme_AppCompat_Light +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Metric: int UnitType +com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getItemIconSize() +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void onNext(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_RatingBar +com.google.android.material.R$styleable: int Transform_android_rotationY +wangdaye.com.geometricweather.R$color: int ripple_material_dark +wangdaye.com.geometricweather.R$attr: int themeLineHeight +com.google.android.material.R$style: int Base_Theme_AppCompat_Dialog +androidx.constraintlayout.widget.R$string: int abc_action_menu_overflow_description +androidx.dynamicanimation.R$dimen: int compat_button_inset_horizontal_material +james.adaptiveicon.R$styleable: int DrawerArrowToggle_arrowShaftLength +io.reactivex.subjects.PublishSubject$PublishDisposable: void onNext(java.lang.Object) +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.ChineseCityEntity) +androidx.constraintlayout.widget.ConstraintLayout: int getMaxHeight() +okhttp3.internal.connection.StreamAllocation: okhttp3.EventListener eventListener +okhttp3.Authenticator +okhttp3.internal.io.FileSystem: void delete(java.io.File) +androidx.appcompat.widget.AppCompatSpinner$DropdownPopup +com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_animDuration +com.google.android.material.R$color: int bright_foreground_material_dark +okhttp3.internal.Util: boolean nonEmptyIntersection(java.util.Comparator,java.lang.String[],java.lang.String[]) +androidx.hilt.work.R$anim: int fragment_fade_exit +androidx.preference.R$styleable: int Toolbar_menu +androidx.constraintlayout.widget.R$string wangdaye.com.geometricweather.R$drawable: int widget_card_light_100 -james.adaptiveicon.R$dimen: int abc_action_bar_subtitle_bottom_margin_material -androidx.appcompat.resources.R$dimen: int notification_media_narrow_margin -okhttp3.internal.connection.StreamAllocation: java.lang.String toString() -androidx.customview.R$dimen: R$dimen() -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse +james.adaptiveicon.R$attr: int windowFixedWidthMinor +wangdaye.com.geometricweather.R$id: int dialog_background_location_title +androidx.core.view.ViewCompat$1 +com.bumptech.glide.load.engine.GlideException: java.util.List causes +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem +io.reactivex.internal.subscriptions.SubscriptionArbiter: boolean isUnbounded() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric Metric +androidx.preference.R$styleable: int AppCompatTextView_drawableStartCompat +org.greenrobot.greendao.AbstractDao: long executeInsert(java.lang.Object,org.greenrobot.greendao.database.DatabaseStatement,boolean) +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_Switch +cyanogenmod.externalviews.IExternalViewProviderFactory: android.os.IBinder createExternalView(android.os.Bundle) +com.google.android.material.slider.BaseSlider: void setHaloRadiusResource(int) +androidx.preference.R$attr: int buttonBarNeutralButtonStyle +wangdaye.com.geometricweather.R$styleable: int GradientColorItem_android_color +androidx.lifecycle.ComputableLiveData$1: void onActive() +android.didikee.donate.R$styleable: int Toolbar_navigationContentDescription +androidx.work.R$layout: int notification_template_icon_group +androidx.preference.R$styleable: int[] ActivityChooserView +androidx.constraintlayout.widget.R$id: int notification_main_column_container +com.bumptech.glide.GeneratedAppGlideModule: GeneratedAppGlideModule() +wangdaye.com.geometricweather.R$attr: int hideOnScroll +wangdaye.com.geometricweather.R$string: int feedback_select_location_provider +wangdaye.com.geometricweather.R$attr: int materialCalendarYearNavigationButton +androidx.appcompat.R$style: int Platform_V25_AppCompat_Light +androidx.appcompat.R$color: int bright_foreground_inverse_material_light +com.google.android.material.button.MaterialButton: int getTextHeight() +com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_seekBarIncrement +com.google.android.material.R$styleable: int Transition_transitionFlags +wangdaye.com.geometricweather.R$id: int notification_big_icon_2 +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActivityChooserView +cyanogenmod.themes.ThemeManager: cyanogenmod.themes.IThemeService sService +wangdaye.com.geometricweather.R$array: int temperature_units_short +com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawable_android_dither +wangdaye.com.geometricweather.R$attr: int cornerFamilyTopRight +com.google.android.material.card.MaterialCardView: com.google.android.material.shape.ShapeAppearanceModel getShapeAppearanceModel() +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void onNext(java.lang.Object) +com.google.android.material.R$styleable: int Layout_android_layout_marginEnd +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Menu +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setPm25(java.lang.String) +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: java.lang.Throwable error +wangdaye.com.geometricweather.R$dimen: int abc_control_corner_material +com.turingtechnologies.materialscrollbar.R$id: int split_action_bar +okio.ForwardingSink: okio.Sink delegate +com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_FixedSize_Bridge +androidx.dynamicanimation.R$dimen: int notification_right_side_padding_top +retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isResult +androidx.customview.widget.ExploreByTouchHelper: int mHoveredVirtualViewId +androidx.work.R$dimen: R$dimen() +okhttp3.internal.platform.ConscryptPlatform: java.lang.String getSelectedProtocol(javax.net.ssl.SSLSocket) +com.google.android.material.R$attr: int chipIconSize +com.bumptech.glide.Priority: com.bumptech.glide.Priority HIGH +androidx.preference.R$style: int RtlOverlay_DialogWindowTitle_AppCompat +androidx.preference.R$styleable: int AppCompatTheme_editTextBackground +cyanogenmod.hardware.ICMHardwareService: java.lang.String getLtoSource() +androidx.appcompat.R$styleable: int MenuView_android_itemTextAppearance +android.didikee.donate.R$id: int line1 +androidx.hilt.R$dimen: int compat_button_padding_vertical_material +wangdaye.com.geometricweather.R$attr: int expandedHintEnabled +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listDividerAlertDialog +com.jaredrummler.android.colorpicker.R$attr: int allowStacking +com.google.android.material.R$dimen: int design_snackbar_padding_horizontal +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial +james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat_Light +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionMode_Inverse +com.google.android.material.R$layout: int notification_action_tombstone +wangdaye.com.geometricweather.R$attr: int submitBackground +androidx.constraintlayout.widget.R$attr: int splitTrack +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_PopupMenu_Overflow +androidx.appcompat.R$styleable: int ActionMode_closeItemLayout +com.turingtechnologies.materialscrollbar.R$styleable: int CardView_contentPaddingRight +cyanogenmod.app.Profile$LockMode: int INSECURE +androidx.hilt.R$drawable: int notify_panel_notification_icon_bg +com.google.android.material.internal.ForegroundLinearLayout: ForegroundLinearLayout(android.content.Context,android.util.AttributeSet,int) +androidx.preference.R$drawable: int abc_popup_background_mtrl_mult +cyanogenmod.app.Profile: boolean isConditionalType() +androidx.preference.R$drawable: int abc_ratingbar_small_material +wangdaye.com.geometricweather.R$id: int forever +com.jaredrummler.android.colorpicker.R$styleable: int[] ColorPreference +com.google.android.material.R$styleable: int MenuItem_android_title +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ListView +com.turingtechnologies.materialscrollbar.Indicator: void setSizeCustom(int) +android.didikee.donate.R$dimen: int notification_media_narrow_margin +retrofit2.http.Tag +cyanogenmod.providers.DataUsageContract: java.lang.String UID +io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: void dispose() +okio.RealBufferedSource: boolean isOpen() +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_fontVariationSettings +androidx.preference.R$styleable: int MenuItem_actionViewClass +wangdaye.com.geometricweather.R$attr: int sv_side +wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_animAutostart +okhttp3.internal.Util: void addSuppressedIfPossible(java.lang.Throwable,java.lang.Throwable) +androidx.recyclerview.R$styleable: int RecyclerView_reverseLayout +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle +retrofit2.Converter +wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode getInstance(java.lang.String) +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_titleCondensed +androidx.constraintlayout.widget.Placeholder: void setEmptyVisibility(int) +androidx.work.R$layout: int custom_dialog +retrofit2.RequestBuilder: char[] HEX_DIGITS +wangdaye.com.geometricweather.R$color: int switch_thumb_disabled_material_dark +cyanogenmod.platform.Manifest$permission: java.lang.String THIRD_PARTY_KEYGUARD +okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder tlsVersions(okhttp3.TlsVersion[]) +com.google.android.material.R$id: int text_input_end_icon +cyanogenmod.os.Build$CM_VERSION: Build$CM_VERSION() +com.google.android.material.R$styleable: int TextInputLayout_helperTextTextColor +com.google.android.material.R$style: int Widget_MaterialComponents_TabLayout +james.adaptiveicon.R$id: int split_action_bar +wangdaye.com.geometricweather.R$drawable: int notif_temp_124 +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_layout +james.adaptiveicon.R$id: int action_menu_divider +wangdaye.com.geometricweather.R$styleable: int OnClick_targetId +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: float getTrimPathStart() +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: void setCity_code(int) +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintCircleRadius +androidx.constraintlayout.widget.R$dimen: int notification_big_circle_margin +wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerFamily +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_TabBar +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Button +androidx.appcompat.R$attr: int thickness +androidx.preference.R$styleable: int[] MenuView +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeIcePrecipitationProbability +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getDewPoint() +androidx.constraintlayout.widget.R$dimen: int abc_alert_dialog_button_dimen +androidx.viewpager2.R$styleable: int FontFamilyFont_fontStyle +okhttp3.Headers$Builder: okhttp3.Headers$Builder addLenient(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_CONDITION +androidx.legacy.coreutils.R$dimen: int notification_small_icon_background_padding +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String mixNMatchKeyToComponent(java.lang.String) +wangdaye.com.geometricweather.R$bool: int config_materialPreferenceIconSpaceReserved +androidx.vectordrawable.animated.R$id: int tag_unhandled_key_event_manager +com.jaredrummler.android.colorpicker.R$attr: int titleMarginStart +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setWetBulbTemperature(java.lang.Integer) +androidx.appcompat.R$dimen: int abc_panel_menu_list_width +okhttp3.RealCall$AsyncCall: okhttp3.RealCall this$0 +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean checkTerminated(boolean,boolean,io.reactivex.Observer) +androidx.cardview.R$color: int cardview_light_background +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_shadowDx +androidx.appcompat.R$styleable: int MenuItem_android_menuCategory +androidx.constraintlayout.widget.R$attr: int showText +retrofit2.ParameterHandler$2 +io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: boolean connected +okhttp3.CacheControl: int maxStaleSeconds() +android.didikee.donate.R$drawable: int abc_ic_search_api_material +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: boolean isDataConnectionSelectedOnSub(int) +androidx.appcompat.widget.ActionBarOverlayLayout: void setIcon(int) +okhttp3.internal.http2.Hpack$Writer: int SETTINGS_HEADER_TABLE_SIZE_LIMIT +androidx.recyclerview.R$drawable: R$drawable() +cyanogenmod.externalviews.ExternalView$2: void run() +androidx.vectordrawable.R$id: int accessibility_custom_action_20 +okhttp3.internal.ws.RealWebSocket$2 +com.google.android.material.R$styleable: int ConstraintLayout_placeholder_content +androidx.coordinatorlayout.R$styleable: int FontFamily_fontProviderAuthority +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Dialog_Alert +okhttp3.logging.HttpLoggingInterceptor +androidx.appcompat.R$styleable: int AppCompatTheme_android_windowAnimationStyle +androidx.core.R$id: int accessibility_custom_action_17 +androidx.viewpager2.R$attr: int fontWeight +androidx.constraintlayout.motion.widget.MotionHelper: float getProgress() +androidx.hilt.R$id: int icon +androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableCompat_android_visible +james.adaptiveicon.R$dimen: int abc_dialog_fixed_height_minor +wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_progress +com.turingtechnologies.materialscrollbar.R$color: int abc_secondary_text_material_dark +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_android_fontWeight +io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: MaybeToObservable$MaybeToObservableObserver(io.reactivex.Observer) +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setLabel(int) +wangdaye.com.geometricweather.R$styleable: int Preference_android_order +android.didikee.donate.R$style: int Widget_AppCompat_ProgressBar +wangdaye.com.geometricweather.R$styleable: int[] RecycleListView +okhttp3.internal.cache2.Relay$RelaySource: void close() +com.turingtechnologies.materialscrollbar.R$attr: int tabMinWidth +okhttp3.internal.Util +wangdaye.com.geometricweather.R$styleable: int MaterialShape_shapeAppearance +com.google.android.material.R$attr: int tabUnboundedRipple +androidx.hilt.work.R$dimen: int notification_subtext_size androidx.lifecycle.SavedStateHandle: SavedStateHandle() -cyanogenmod.providers.CMSettings$1 -com.xw.repo.bubbleseekbar.R$attr: int colorControlActivated -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.util.Date endDate -okhttp3.internal.cache.DiskLruCache$Editor: okhttp3.internal.cache.DiskLruCache$Entry entry -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_display_4_material -com.google.android.material.R$style: int Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog -androidx.activity.R$styleable: int GradientColor_android_tileMode -com.google.android.material.R$attr: int visibilityMode -cyanogenmod.providers.CMSettings$Secure: long getLong(android.content.ContentResolver,java.lang.String,long) -cyanogenmod.os.Concierge: cyanogenmod.os.Concierge$ParcelInfo receiveParcel(android.os.Parcel) -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: java.util.concurrent.TimeUnit unit -androidx.constraintlayout.widget.R$id: int titleDividerNoCustom -wangdaye.com.geometricweather.R$attr: int fontStyle -wangdaye.com.geometricweather.db.entities.HistoryEntity: long getTime() -com.google.android.material.R$color: int dim_foreground_material_light -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_android_gravity -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarTabTextStyle -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_analogContainer_dark -james.adaptiveicon.R$style: int Platform_V25_AppCompat_Light -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.disposables.Disposable upstream -com.xw.repo.bubbleseekbar.R$id: int tag_unhandled_key_listeners -androidx.preference.R$id: int submit_area -com.google.android.material.R$style: int Base_Widget_AppCompat_ButtonBar -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: long unique -com.github.rahatarmanahmed.cpv.CircularProgressView: void updatePaint() -com.google.android.material.R$color: int mtrl_btn_stroke_color_selector -androidx.swiperefreshlayout.R$id: int blocking -android.didikee.donate.R$drawable: int abc_btn_radio_to_on_mtrl_015 -com.google.android.material.R$id: int mtrl_card_checked_layer_id -androidx.appcompat.R$interpolator: int fast_out_slow_in -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_horizontalGap -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void onComplete() -androidx.swiperefreshlayout.R$id: int icon -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorPrimaryDark -com.turingtechnologies.materialscrollbar.R$anim: int abc_slide_out_top -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_orderInCategory -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getWindDircEnd() -com.google.android.material.button.MaterialButtonToggleGroup: void setGeneratedIdIfNeeded(com.google.android.material.button.MaterialButton) -wangdaye.com.geometricweather.R$integer: int mtrl_card_anim_duration_ms -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceListItemSmall -james.adaptiveicon.R$style: int Widget_AppCompat_Button_Borderless -com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu -okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.lang.String[] EMPTY_RULE -cyanogenmod.providers.CMSettings$System: java.lang.String SHOW_ALARM_ICON -android.didikee.donate.R$attr: int actionModeStyle -okhttp3.ResponseBody: java.io.Reader reader -okhttp3.Dispatcher: java.util.concurrent.ExecutorService executorService -com.turingtechnologies.materialscrollbar.R$id: int chronometer -com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_fabCradleMargin -com.bumptech.glide.R$color -wangdaye.com.geometricweather.R$string: int character_counter_pattern -james.adaptiveicon.R$styleable: int ActivityChooserView_initialActivityCount -wangdaye.com.geometricweather.R$string: int aqi_5 -com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawable_android_enterFadeDuration -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -wangdaye.com.geometricweather.R$id: int container_main_pollen_pager -wangdaye.com.geometricweather.R$animator: int weather_sleet_1 -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarPopupTheme -com.google.android.material.R$dimen: int mtrl_btn_padding_right -androidx.activity.R$styleable: int FontFamilyFont_android_fontVariationSettings -okhttp3.internal.http2.Http2Connection$ReaderRunnable$2: boolean val$clearPrevious -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setNavBar(java.lang.String) -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_waveDecay -wangdaye.com.geometricweather.R$color: int darkPrimary_3 -com.jaredrummler.android.colorpicker.R$attr: int actionBarTabStyle -okhttp3.internal.http2.Http2Connection$1: Http2Connection$1(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[],int,okhttp3.internal.http2.ErrorCode) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Direction: AccuDailyResult$DailyForecasts$Day$WindGust$Direction() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric: int UnitType -okhttp3.Cache$CacheResponseBody: java.lang.String contentType -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxBackgroundColor -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Display1 -wangdaye.com.geometricweather.main.fragments.ManagementFragment: ManagementFragment() -androidx.preference.R$style: int Widget_AppCompat_ActionButton_Overflow -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: boolean isDisposed() -androidx.preference.R$styleable: int AppCompatTheme_windowFixedWidthMinor -okhttp3.Headers$Builder: okhttp3.Headers$Builder addLenient(java.lang.String,java.lang.String) -com.google.android.material.R$attr: int panelMenuListTheme -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.Precipitation getPrecipitation() -com.github.rahatarmanahmed.cpv.CircularProgressView: void setThickness(int) -wangdaye.com.geometricweather.R$id: int activity_widget_config_cardAlphaContainer -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: void dispose() -okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RouteSelector$Selection routeSelection -wangdaye.com.geometricweather.R$styleable: int Transform_android_transformPivotY -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_PopupMenu_Overflow -com.google.android.material.R$layout: int mtrl_picker_text_input_date_range -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit[] values() -wangdaye.com.geometricweather.R$styleable: int Chip_showMotionSpec -wangdaye.com.geometricweather.R$styleable: int[] CircularProgressView -androidx.appcompat.R$color: int abc_background_cache_hint_selector_material_dark -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_mini_grey -okio.ByteString: okio.ByteString sha1() -androidx.constraintlayout.widget.R$styleable: int Constraint_android_rotation -androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert -android.didikee.donate.R$attr -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge -wangdaye.com.geometricweather.R$string: int mtrl_picker_range_header_unselected -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionBar_Solid -okhttp3.internal.http2.Http2Connection: long access$608(okhttp3.internal.http2.Http2Connection) -okhttp3.internal.http2.Http2Connection$7: int val$streamId -androidx.appcompat.R$attr: int contentDescription -androidx.appcompat.R$attr: int paddingTopNoTitle -retrofit2.DefaultCallAdapterFactory$1: retrofit2.DefaultCallAdapterFactory this$0 -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_alpha -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: AccuLocationResult$AdministrativeArea() -okhttp3.internal.ws.RealWebSocket: int receivedCloseCode -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: java.util.List getValue() -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHeight_min -james.adaptiveicon.R$color: int background_floating_material_dark -com.xw.repo.bubbleseekbar.R$attr: int ttcIndex -wangdaye.com.geometricweather.R$dimen: int appcompat_dialog_background_inset -androidx.fragment.app.FragmentManagerState -cyanogenmod.app.CMTelephonyManager: CMTelephonyManager(android.content.Context) -androidx.preference.R$color: int preference_fallback_accent_color -io.reactivex.observers.DisposableObserver: DisposableObserver() -androidx.hilt.lifecycle.R$drawable: int notification_icon_background -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index -com.google.android.material.R$drawable: int abc_cab_background_internal_bg -android.didikee.donate.R$styleable: int MenuItem_contentDescription -com.google.android.material.appbar.AppBarLayout: void setTargetElevation(float) -wangdaye.com.geometricweather.R$attr: int tabRippleColor -androidx.appcompat.widget.AppCompatImageView: void setSupportImageTintMode(android.graphics.PorterDuff$Mode) -androidx.appcompat.R$styleable: int AlertDialog_buttonPanelSideLayout -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_star_half_black_48dp -cyanogenmod.app.CustomTile$ExpandedStyle: void internalSetExpandedItems(java.util.ArrayList) -com.google.android.material.R$styleable: int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier -okhttp3.internal.ws.RealWebSocket: void onReadMessage(java.lang.String) -androidx.appcompat.resources.R$drawable: int notification_template_icon_bg -android.didikee.donate.R$styleable: int SwitchCompat_splitTrack -okhttp3.Cache$Entry: java.lang.String message -com.jaredrummler.android.colorpicker.R$id: int list_item -io.reactivex.internal.subscribers.DeferredScalarSubscriber: void onError(java.lang.Throwable) -androidx.appcompat.R$styleable: int[] ButtonBarLayout -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Dark_ActionBar -wangdaye.com.geometricweather.R$layout: int widget_clock_day_tile -retrofit2.RequestFactory$Builder: boolean gotField -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_DialogWhenLarge -okhttp3.ResponseBody: long contentLength() -okhttp3.HttpUrl: java.lang.String FRAGMENT_ENCODE_SET -james.adaptiveicon.R$styleable: int[] ActionMenuItemView -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle -cyanogenmod.app.ICustomTileListener$Stub$Proxy: android.os.IBinder asBinder() -io.reactivex.Observable: io.reactivex.Observable mergeArrayDelayError(int,int,io.reactivex.ObservableSource[]) -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintCircle -okio.Buffer: long readDecimalLong() -com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_windowAnimationStyle -wangdaye.com.geometricweather.common.basic.models.Location -androidx.coordinatorlayout.R$attr: R$attr() -io.reactivex.Observable: io.reactivex.Maybe lastElement() -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Long readKey(android.database.Cursor,int) -androidx.constraintlayout.widget.R$drawable: int abc_switch_track_mtrl_alpha -wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: double lat -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWeatherCode(wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode) -wangdaye.com.geometricweather.R$styleable: int Badge_badgeTextColor -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature -androidx.preference.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable -androidx.preference.R$dimen: int abc_dialog_fixed_height_minor -okhttp3.OkHttpClient: okhttp3.EventListener$Factory eventListenerFactory() -androidx.lifecycle.ReportFragment: void dispatch(android.app.Activity,androidx.lifecycle.Lifecycle$Event) -james.adaptiveicon.R$styleable: int AppCompatTheme_imageButtonStyle -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind -androidx.swiperefreshlayout.R$string: R$string() -wangdaye.com.geometricweather.R$string: int feedback_about_geocoder -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments text -cyanogenmod.weather.WeatherInfo: void writeToParcel(android.os.Parcel,int) -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Headline -androidx.constraintlayout.widget.R$attr: int triggerId -androidx.preference.R$attr: int layout_insetEdge -com.google.android.material.tabs.TabLayout: void setInlineLabel(boolean) -james.adaptiveicon.R$attr: int contentInsetEnd -okhttp3.internal.Util: java.util.List immutableList(java.util.List) -androidx.work.R$id: int notification_main_column -androidx.drawerlayout.R$layout: int notification_template_part_chronometer -com.google.android.material.R$styleable: int[] MaterialRadioButton -wangdaye.com.geometricweather.R$drawable: int shortcuts_snow -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: java.lang.String getCaiyun() -androidx.constraintlayout.widget.R$attr: int listPreferredItemPaddingLeft -james.adaptiveicon.R$style: int Base_Widget_AppCompat_DrawerArrowToggle -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_rotationX -cyanogenmod.themes.ThemeChangeRequest$Builder: void buildChangeRequestFromThemeConfig(android.content.res.ThemeConfig) -android.didikee.donate.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common -androidx.viewpager.widget.PagerTitleStrip: void setGravity(int) -androidx.loader.R$styleable: int FontFamilyFont_ttcIndex -wangdaye.com.geometricweather.R$attr: int inner_margins -com.jaredrummler.android.colorpicker.R$string: int abc_menu_shift_shortcut_label -wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String weatherSource -com.jaredrummler.android.colorpicker.R$id: int notification_background -androidx.preference.R$styleable: int Preference_android_fragment +com.turingtechnologies.materialscrollbar.R$id: int actions +wangdaye.com.geometricweather.R$id: int container_main_daily_trend_card_subtitle +com.google.android.material.button.MaterialButton: void setChecked(boolean) +androidx.appcompat.R$layout: int abc_screen_toolbar +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_creator +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Tooltip +okhttp3.internal.cache.DiskLruCache$Editor: okhttp3.internal.cache.DiskLruCache this$0 +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.Temperature getTemperature() +com.google.android.material.R$styleable: int ShapeableImageView_shapeAppearance +com.bumptech.glide.Priority: com.bumptech.glide.Priority IMMEDIATE +com.google.android.material.R$styleable: int ShapeAppearance_cornerSizeBottomLeft +androidx.viewpager.R$drawable: int notification_tile_bg +android.didikee.donate.R$attr: int background +androidx.activity.R$styleable: int[] FontFamilyFont +okhttp3.internal.http2.Http2Stream$FramingSource: void close() +wangdaye.com.geometricweather.R$attr: int textAppearanceCaption +wangdaye.com.geometricweather.R$dimen: int abc_action_bar_default_padding_end_material +androidx.lifecycle.extensions.R$dimen: int notification_large_icon_height +io.reactivex.Observable: io.reactivex.Observable buffer(java.util.concurrent.Callable) +cyanogenmod.weather.WeatherInfo$Builder: long mTimestamp +wangdaye.com.geometricweather.R$id: int widget_day_week_icon_2 +com.google.android.material.slider.Slider: void setLabelFormatter(com.google.android.material.slider.LabelFormatter) +com.google.android.material.R$styleable: int SearchView_searchIcon +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int THUNDERSHOWER +cyanogenmod.themes.ThemeManager: java.lang.String access$100() +retrofit2.converter.gson.GsonConverterFactory +com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: boolean equals(java.lang.Object) +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver +androidx.preference.R$anim: int btn_radio_to_off_mtrl_dot_group_animation +com.google.android.material.switchmaterial.SwitchMaterial: android.content.res.ColorStateList getMaterialThemeColorsTrackTintList() +androidx.legacy.coreutils.R$styleable: int[] ColorStateListItem +androidx.appcompat.R$drawable: int notify_panel_notification_icon_bg +com.google.android.material.R$id: int image +wangdaye.com.geometricweather.R$attr: int titleMargins +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_NAVIGATION_BAR +androidx.lifecycle.ViewModel: ViewModel() +wangdaye.com.geometricweather.R$drawable: int notif_temp_71 +com.google.android.material.R$styleable: int TextInputLayout_errorIconTint +com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_list_padding_bottom_no_buttons +androidx.appcompat.widget.ContentFrameLayout: void setAttachListener(androidx.appcompat.widget.ContentFrameLayout$OnAttachListener) +wangdaye.com.geometricweather.R$drawable: int abc_textfield_search_default_mtrl_alpha +wangdaye.com.geometricweather.db.entities.DailyEntityDao: DailyEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) +androidx.constraintlayout.widget.R$attr: int checkboxStyle +okhttp3.internal.publicsuffix.PublicSuffixDatabase: okhttp3.internal.publicsuffix.PublicSuffixDatabase get() +com.github.rahatarmanahmed.cpv.R$dimen +androidx.constraintlayout.widget.R$id: int tag_accessibility_heading +io.reactivex.Observable: io.reactivex.Observable skipLast(long,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust WindGust +androidx.constraintlayout.widget.R$string: int abc_action_bar_home_description +wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView getTrendItemView() +james.adaptiveicon.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common +androidx.constraintlayout.widget.R$color: int abc_color_highlight_material +com.google.android.material.R$style: int Theme_Design_Light_BottomSheetDialog +wangdaye.com.geometricweather.R$animator: int mtrl_extended_fab_change_size_expand_motion_spec +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen +com.jaredrummler.android.colorpicker.R$string: int abc_search_hint +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs +com.xw.repo.bubbleseekbar.R$anim: int abc_grow_fade_in_from_bottom +okio.RealBufferedSink: okio.BufferedSink write(byte[],int,int) +androidx.preference.R$styleable: int AppCompatTheme_dividerHorizontal +io.reactivex.internal.operators.observable.ObserverResourceWrapper: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$id: int weather_icon +wangdaye.com.geometricweather.R$styleable: int Chip_iconStartPadding +androidx.constraintlayout.widget.R$attr: int layout_editor_absoluteY +io.reactivex.Observable: io.reactivex.Observable fromPublisher(org.reactivestreams.Publisher) +wangdaye.com.geometricweather.R$layout: int material_time_input com.xw.repo.bubbleseekbar.R$color: int material_blue_grey_950 -com.google.android.material.R$attr: int overlapAnchor -wangdaye.com.geometricweather.R$attr: int bsb_section_count -androidx.appcompat.R$attr: int fontProviderFetchStrategy -com.xw.repo.bubbleseekbar.R$id: int action_bar_container -james.adaptiveicon.R$styleable: int DrawerArrowToggle_barLength -wangdaye.com.geometricweather.R$attr: int cpv_allowCustom -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ListView -wangdaye.com.geometricweather.R$id: int info -androidx.recyclerview.R$dimen: int fastscroll_default_thickness -wangdaye.com.geometricweather.R$integer -retrofit2.ParameterHandler$Part: retrofit2.Converter converter -androidx.vectordrawable.animated.R$dimen: int compat_button_padding_horizontal_material -com.google.android.material.floatingactionbutton.FloatingActionButton: void setShapeAppearanceModel(com.google.android.material.shape.ShapeAppearanceModel) -androidx.preference.R$style: int Base_Widget_AppCompat_ListView_Menu -wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_alpha -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse -okhttp3.FormBody$Builder: java.util.List values -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setOnClickListener(android.view.View$OnClickListener) -cyanogenmod.app.ProfileManager -wangdaye.com.geometricweather.R$layout: int material_clock_display -com.turingtechnologies.materialscrollbar.R$interpolator: int mtrl_fast_out_linear_in -androidx.preference.R$style: int TextAppearance_AppCompat_Display1 -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: boolean requestDismiss() -androidx.appcompat.R$attr: int popupMenuStyle -wangdaye.com.geometricweather.R$id: int tag_unhandled_key_event_manager -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActivityChooserView -cyanogenmod.weather.WeatherInfo: int access$902(cyanogenmod.weather.WeatherInfo,int) -androidx.appcompat.view.menu.MenuPopupHelper: void setOnDismissListener(android.widget.PopupWindow$OnDismissListener) -androidx.lifecycle.Lifecycling$1: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) -com.google.android.material.R$styleable: int FontFamilyFont_android_fontVariationSettings -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_82 -androidx.viewpager.widget.PagerTabStrip: void setBackgroundDrawable(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.R$styleable: int MaterialCardView_shapeAppearance -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarItemBackground -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: boolean done -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginEnd -androidx.preference.R$interpolator -okhttp3.internal.Internal: void apply(okhttp3.ConnectionSpec,javax.net.ssl.SSLSocket,boolean) -com.github.rahatarmanahmed.cpv.CircularProgressView: void updateBounds() -androidx.coordinatorlayout.R$id: int chronometer -okhttp3.ConnectionPool: long cleanup(long) -com.google.android.material.R$attr: int buttonBarButtonStyle -wangdaye.com.geometricweather.R$dimen: int design_tab_scrollable_min_width -io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) -com.xw.repo.bubbleseekbar.R$drawable: int abc_list_divider_material -com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType WEBP_A -androidx.appcompat.R$id: int on -com.xw.repo.bubbleseekbar.R$attr: int toolbarStyle -wangdaye.com.geometricweather.R$string: int settings_title_refresh_rate -androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar -androidx.vectordrawable.R$styleable: R$styleable() -com.turingtechnologies.materialscrollbar.R$attr: int buttonStyleSmall -com.jaredrummler.android.colorpicker.R$attr: int buttonPanelSideLayout -okhttp3.internal.tls.OkHostnameVerifier: boolean verifyIpAddress(java.lang.String,java.security.cert.X509Certificate) -wangdaye.com.geometricweather.common.basic.models.weather.Weather: wangdaye.com.geometricweather.common.basic.models.weather.History getYesterday() -wangdaye.com.geometricweather.R$attr: int dialogIcon -androidx.appcompat.R$styleable: int ActionBar_background -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float snow -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_splitTrack -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_suggestionRowLayout -androidx.work.WorkInfo$State: boolean isFinished() -okio.Buffer: long read(okio.Buffer,long) -com.google.android.material.R$attr: int fontProviderFetchStrategy -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken NULL -james.adaptiveicon.R$styleable: int TextAppearance_textLocale -okhttp3.internal.http2.Http2Stream: void receiveHeaders(java.util.List) -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void onComplete() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature: AccuDailyResult$DailyForecasts$Temperature() -okhttp3.internal.http1.Http1Codec$ChunkedSink -okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder immutable() -okhttp3.internal.http.RealInterceptorChain: okhttp3.Call call -okhttp3.RequestBody: okhttp3.MediaType contentType() -androidx.preference.R$layout: int abc_action_menu_item_layout -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: void onComplete() -androidx.legacy.coreutils.R$string: int status_bar_notification_info_overflow -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Headline2 -wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: void setMoonDrawable(android.graphics.drawable.Drawable) -androidx.constraintlayout.widget.R$color: int abc_primary_text_disable_only_material_dark -androidx.activity.ComponentActivity: ComponentActivity() -com.google.android.material.R$layout: int abc_screen_content_include -com.xw.repo.bubbleseekbar.R$dimen: int abc_floating_window_z -io.reactivex.internal.subscribers.DeferredScalarSubscriber: org.reactivestreams.Subscription upstream -io.reactivex.Observable: io.reactivex.Observable generate(io.reactivex.functions.Consumer) -android.didikee.donate.R$string: R$string() -androidx.preference.R$style: int Preference_Information_Material -wangdaye.com.geometricweather.background.receiver.widget.WidgetTextProvider: WidgetTextProvider() -com.google.android.material.R$styleable: int FloatingActionButton_pressedTranslationZ -com.bumptech.glide.load.engine.GlideException: void setLoggingDetails(com.bumptech.glide.load.Key,com.bumptech.glide.load.DataSource,java.lang.Class) -com.google.android.material.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintWidth_default -com.google.android.material.R$dimen: int mtrl_btn_focused_z -retrofit2.ParameterHandler$RelativeUrl -androidx.activity.R$dimen: int notification_small_icon_background_padding -androidx.appcompat.R$attr: int trackTint -james.adaptiveicon.R$attr: int searchIcon -androidx.loader.R$attr: int alpha -wangdaye.com.geometricweather.R$integer: int cpv_default_progress -com.google.android.material.R$dimen: int design_fab_size_normal -androidx.preference.R$layout: int preference_widget_switch_compat -androidx.preference.R$dimen: int tooltip_precise_anchor_threshold -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: boolean active -io.reactivex.internal.subscriptions.DeferredScalarSubscription -com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: void setCircularRevealScrimColor(int) -james.adaptiveicon.R$styleable: int LinearLayoutCompat_Layout_android_layout_height -wangdaye.com.geometricweather.R$animator: int weather_rain_2 -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver -com.jaredrummler.android.colorpicker.R$drawable: int abc_list_selector_background_transition_holo_light -androidx.appcompat.R$attr: int gapBetweenBars -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: int status -com.google.android.material.bottomnavigation.BottomNavigationItemView: androidx.appcompat.view.menu.MenuItemImpl getItemData() -androidx.preference.R$styleable: int Toolbar_maxButtonHeight -com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_tileMode -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean getCurrent() -com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState RUNNING -com.google.android.material.chip.Chip: void setCloseIconStartPaddingResource(int) -wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_layout_behavior -wangdaye.com.geometricweather.R$styleable: int[] TagView -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_menu -wangdaye.com.geometricweather.R$attr: int insetForeground -androidx.appcompat.R$layout: int abc_expanded_menu_layout -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableRightCompat -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle -com.google.android.material.R$styleable: int AppCompatTheme_dialogPreferredPadding -com.google.android.material.R$styleable: int ConstraintSet_layout_editor_absoluteX -com.google.android.material.card.MaterialCardView: void setChecked(boolean) -okhttp3.internal.http2.Http2Connection$ReaderRunnable$1: okhttp3.internal.http2.Http2Stream val$newStream -com.xw.repo.bubbleseekbar.R$attr: int layout_anchorGravity -androidx.appcompat.R$integer -com.google.android.material.R$attr: int layout_constraintBaseline_toBaselineOf -wangdaye.com.geometricweather.R$styleable: int MotionLayout_motionProgress -androidx.constraintlayout.helper.widget.Layer: void setTranslationX(float) -com.turingtechnologies.materialscrollbar.R$styleable: int[] AppCompatImageView -com.google.android.material.R$attr: int actionModeShareDrawable -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintGuide_percent -okhttp3.CacheControl$Builder: int maxAgeSeconds -wangdaye.com.geometricweather.R$styleable: int Layout_barrierDirection -okhttp3.internal.platform.OptionalMethod: OptionalMethod(java.lang.Class,java.lang.String,java.lang.Class[]) -wangdaye.com.geometricweather.R$id: int activity_preview_icon_toolbar -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_ratingBarStyleIndicator -okio.DeflaterSink: okio.BufferedSink sink -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: java.lang.String address -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat -android.didikee.donate.R$dimen: int abc_switch_padding -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: void onError(java.lang.Throwable) -retrofit2.http.Query: boolean encoded() -androidx.viewpager2.R$styleable: int FontFamilyFont_android_ttcIndex -wangdaye.com.geometricweather.db.entities.HourlyEntity -com.google.android.material.R$styleable: int[] KeyTrigger -androidx.viewpager2.R$styleable: int GradientColor_android_type -com.bumptech.glide.load.engine.GlideException: com.bumptech.glide.load.DataSource dataSource -com.google.android.material.R$string: int abc_searchview_description_submit -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$1: long val$n -james.adaptiveicon.R$styleable: int FontFamilyFont_android_fontVariationSettings -androidx.fragment.R$attr: int fontWeight -com.google.android.material.R$color: int switch_thumb_material_light -james.adaptiveicon.R$drawable: int abc_ic_search_api_material -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onDetach() -wangdaye.com.geometricweather.wallpaper.LiveWallpaperConfigActivity: LiveWallpaperConfigActivity() -wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getTemperatureText(android.content.Context,int) -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_backgroundSplit -androidx.vectordrawable.R$drawable: int notify_panel_notification_icon_bg -james.adaptiveicon.R$dimen: int tooltip_y_offset_touch -androidx.activity.R$drawable -androidx.appcompat.R$attr: int srcCompat -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_maxElementsWrap -android.didikee.donate.R$attr: int subtitleTextStyle -com.google.android.material.R$attr: int contentInsetEnd -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: int getStatus() -androidx.appcompat.widget.ActionBarOverlayLayout: void setOverlayMode(boolean) -com.google.android.material.R$styleable: int TextInputLayout_startIconTintMode -cyanogenmod.weather.IRequestInfoListener$Stub$Proxy -com.jaredrummler.android.colorpicker.R$attr: int actionBarSize -wangdaye.com.geometricweather.R$id: int activity_card_display_manage_bottomRecyclerView -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Small -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain -com.google.android.material.R$styleable: int Constraint_constraint_referenced_ids -okhttp3.internal.cache.DiskLruCache: java.io.File journalFileTmp -androidx.preference.R$styleable: int AppCompatTheme_colorControlNormal -io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: ObservableReplay$UnboundedReplayBuffer(int) -com.google.android.material.bottomappbar.BottomAppBar$Behavior: BottomAppBar$Behavior() -com.xw.repo.bubbleseekbar.R$string: int search_menu_title -com.google.android.material.R$attr: int deriveConstraintsFrom -io.reactivex.internal.subscriptions.SubscriptionArbiter: boolean isCancelled() -androidx.appcompat.widget.LinearLayoutCompat: LinearLayoutCompat(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.R$color: int material_grey_50 -androidx.appcompat.R$dimen: int notification_big_circle_margin -androidx.appcompat.R$id: int textSpacerNoTitle -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: ObservableTimeoutTimed$TimeoutObserver(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler$Worker) -androidx.constraintlayout.widget.R$attr: int windowActionModeOverlay -wangdaye.com.geometricweather.R$attr: int ratingBarStyle -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments$WarningTextBlocItem -com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Theme_AppCompat -android.didikee.donate.R$dimen: int abc_floating_window_z -androidx.hilt.work.R$drawable: int notification_bg_low_pressed -wangdaye.com.geometricweather.R$dimen: int hint_pressed_alpha_material_dark -okhttp3.Dispatcher: int runningCallsForHost(okhttp3.RealCall$AsyncCall) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: CaiYunForecastResult$PrecipitationBean() -androidx.lifecycle.ReportFragment: void dispatch(androidx.lifecycle.Lifecycle$Event) -com.google.android.material.R$id: int confirm_button -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_Snackbar -okhttp3.internal.http2.Http2Codec$StreamFinishingSource: Http2Codec$StreamFinishingSource(okhttp3.internal.http2.Http2Codec,okio.Source) -com.jaredrummler.android.colorpicker.R$attr: int progressBarPadding -io.reactivex.internal.operators.observable.ObservableGroupBy$State: java.lang.Object key -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: SwipeRefreshLayout(android.content.Context,android.util.AttributeSet) -androidx.preference.R$styleable: int PreferenceImageView_maxWidth -androidx.constraintlayout.widget.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_0 -cyanogenmod.app.BaseLiveLockManagerService$1 -androidx.viewpager.R$styleable: int[] FontFamilyFont -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_touch_to_seek -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintDimensionRatio -androidx.lifecycle.LifecycleOwner -androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type RIGHT -androidx.lifecycle.Transformations: androidx.lifecycle.LiveData switchMap(androidx.lifecycle.LiveData,androidx.arch.core.util.Function) -com.google.android.material.textfield.TextInputLayout: int getBoxBackgroundMode() -wangdaye.com.geometricweather.R$id: int activity_widget_config_doneButton -com.google.android.material.radiobutton.MaterialRadioButton -com.google.android.material.R$dimen: int mtrl_btn_stroke_size -com.jaredrummler.android.colorpicker.R$dimen -com.google.android.material.R$attr: int expandedTitleMargin -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property So2 -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: long EpochDateTime -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: void setFitSide(int) -okhttp3.EventListener: void connectFailed(okhttp3.Call,java.net.InetSocketAddress,java.net.Proxy,okhttp3.Protocol,java.io.IOException) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_seekBarStyle -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: io.reactivex.Observer downstream -android.didikee.donate.R$color: int abc_tint_default -com.jaredrummler.android.colorpicker.R$styleable: int View_paddingEnd -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: boolean requestDismissAndStartActivity(android.content.Intent) -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeIcePrecipitation(java.lang.Float) -com.google.android.material.button.MaterialButton: android.graphics.PorterDuff$Mode getBackgroundTintMode() -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_Switch -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Button_Small -androidx.legacy.coreutils.R$id: int notification_main_column -androidx.appcompat.R$attr: int textColorSearchUrl -com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleColor(int) -com.google.android.material.slider.RangeSlider$RangeSliderState -androidx.swiperefreshlayout.R$string: int status_bar_notification_info_overflow -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_31 -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: ObservableSwitchMap$SwitchMapObserver(io.reactivex.Observer,io.reactivex.functions.Function,int,boolean) -com.github.rahatarmanahmed.cpv.R$attr: int cpv_animDuration -androidx.hilt.R$id: int right_side -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Subhead -wangdaye.com.geometricweather.R$attr: int msb_barThickness -com.xw.repo.BubbleSeekBar: float getProgressFloat() -com.google.android.material.R$styleable: int ConstraintSet_android_maxHeight -com.jaredrummler.android.colorpicker.R$attr: int colorPrimary -wangdaye.com.geometricweather.R$layout: int preference_widget_switch -androidx.preference.R$style: int Theme_AppCompat_DayNight -androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType valueOf(java.lang.String) -retrofit2.OptionalConverterFactory$OptionalConverter: java.util.Optional convert(okhttp3.ResponseBody) -com.xw.repo.bubbleseekbar.R$attr: int actionMenuTextColor -com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_preserveIconSpacing -wangdaye.com.geometricweather.R$drawable: int ic_email -cyanogenmod.weather.RequestInfo$1: RequestInfo$1() -com.jaredrummler.android.colorpicker.R$style: int Base_V21_Theme_AppCompat_Dialog -wangdaye.com.geometricweather.db.entities.DailyEntityDao -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light_NoActionBar -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float ice -wangdaye.com.geometricweather.R$attr: int key -io.reactivex.exceptions.OnErrorNotImplementedException: long serialVersionUID -wangdaye.com.geometricweather.R$id: int item_about_header_appIcon -androidx.preference.SwitchPreferenceCompat: SwitchPreferenceCompat(android.content.Context,android.util.AttributeSet) -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: boolean cancelled -com.bumptech.glide.R$styleable: int FontFamilyFont_fontStyle -com.google.android.material.R$styleable: int[] AnimatedStateListDrawableItem -com.google.gson.stream.JsonReader: void checkLenient() -wangdaye.com.geometricweather.R$attr: int switchTextAppearance -io.reactivex.Observable: io.reactivex.Observable observeOn(io.reactivex.Scheduler,boolean) -cyanogenmod.platform.Manifest$permission: java.lang.String PROTECTED_APP -okhttp3.internal.io.FileSystem: okio.Sink sink(java.io.File) -androidx.appcompat.widget.AppCompatSpinner: void setPrompt(java.lang.CharSequence) -james.adaptiveicon.R$attr: int windowFixedHeightMinor -com.google.android.material.R$attr: int tabMode -com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableTransition_android_drawable -com.google.android.material.R$styleable: int[] FontFamilyFont -com.turingtechnologies.materialscrollbar.R$attr: int cardPreventCornerOverlap -com.google.android.material.R$attr: int labelVisibilityMode -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: org.reactivestreams.Subscription upstream -android.didikee.donate.R$attr: int barLength -com.google.gson.stream.JsonScope: int NONEMPTY_OBJECT -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver -androidx.preference.R$attr: int actionBarTabBarStyle -android.didikee.donate.R$color: int abc_primary_text_disable_only_material_dark -com.bumptech.glide.integration.okhttp.R$id: int right_icon -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String no2 -android.didikee.donate.R$style: int Base_Widget_AppCompat_ProgressBar -androidx.appcompat.R$layout: int abc_popup_menu_item_layout -androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary -androidx.vectordrawable.R$id: int tag_accessibility_clickable_spans -cyanogenmod.externalviews.ExternalView$4: cyanogenmod.externalviews.ExternalView this$0 -androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_scaleY -okhttp3.CacheControl: boolean noTransform() -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored -android.didikee.donate.R$styleable: int[] SwitchCompat -com.jaredrummler.android.colorpicker.R$drawable: int abc_vector_test -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar -com.jaredrummler.android.colorpicker.R$color: int switch_thumb_normal_material_light -androidx.transition.R$id: int save_overlay_view -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_verticalBias -android.didikee.donate.R$styleable: int LinearLayoutCompat_measureWithLargestChild -cyanogenmod.alarmclock.ClockContract: ClockContract() -com.turingtechnologies.materialscrollbar.R$attr: int drawableSize -androidx.preference.R$style: int Preference_PreferenceScreen -com.jaredrummler.android.colorpicker.R$layout: int abc_action_menu_layout -retrofit2.Invocation: java.lang.String toString() -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_button_material -androidx.viewpager2.R$styleable: int FontFamilyFont_android_fontStyle -com.xw.repo.bubbleseekbar.R$dimen: int abc_disabled_alpha_material_light -androidx.appcompat.R$styleable: int[] ActionBar -androidx.preference.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse -cyanogenmod.app.ProfileGroup -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Medium_Inverse -com.google.android.material.R$color: int material_blue_grey_800 -cyanogenmod.weather.CMWeatherManager: cyanogenmod.weather.CMWeatherManager sInstance -com.google.android.material.R$style: int Widget_AppCompat_PopupMenu -james.adaptiveicon.R$string: int abc_toolbar_collapse_description -wangdaye.com.geometricweather.R$drawable: int notif_temp_9 -com.bumptech.glide.integration.okhttp.R$id: int icon -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_translationZ -james.adaptiveicon.R$layout: int abc_activity_chooser_view -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: java.lang.Object item -cyanogenmod.providers.CMSettings$Secure: java.lang.String[] NAVIGATION_RING_TARGETS -cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.DisplayMode[] getDisplayModes() -com.jaredrummler.android.colorpicker.R$attr: int titleTextAppearance -com.xw.repo.bubbleseekbar.R$dimen -james.adaptiveicon.R$attr: int titleMarginEnd -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setOnChildScrollUpCallback(androidx.swiperefreshlayout.widget.SwipeRefreshLayout$OnChildScrollUpCallback) -cyanogenmod.providers.CMSettings$Secure: java.lang.String KILL_APP_LONGPRESS_BACK -wangdaye.com.geometricweather.R$drawable: int notif_temp_57 -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: java.lang.Integer alti -okio.Buffer: long readAll(okio.Sink) -io.reactivex.internal.util.NotificationLite: io.reactivex.internal.util.NotificationLite valueOf(java.lang.String) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeWetBulbTemperature() -androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceListItemSmall -androidx.coordinatorlayout.R$styleable: int GradientColorItem_android_color -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: int getHeaderHeight() -retrofit2.HttpServiceMethod: retrofit2.RequestFactory requestFactory -androidx.lifecycle.extensions.R$attr: int fontVariationSettings -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu -androidx.core.R$drawable: R$drawable() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Imperial: int UnitType -android.didikee.donate.R$id: int action_bar_title -androidx.viewpager2.R$color -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_lastVerticalBias -androidx.appcompat.R$styleable: int AppCompatTheme_dividerVertical -com.google.android.material.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle -wangdaye.com.geometricweather.R$layout: int cpv_color_item_circle -androidx.constraintlayout.widget.R$dimen: int abc_button_inset_horizontal_material -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property ThunderstormPrecipitationProbability -com.google.android.material.R$styleable: int AppCompatTextView_drawableTintMode -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_menuCategory -wangdaye.com.geometricweather.R$styleable: int FontFamily_fontProviderAuthority -wangdaye.com.geometricweather.R$color: int material_timepicker_button_background -wangdaye.com.geometricweather.R$dimen: int abc_button_inset_horizontal_material -org.greenrobot.greendao.AbstractDao: long insertInsideTx(java.lang.Object,org.greenrobot.greendao.database.DatabaseStatement) -okhttp3.Cache$CacheRequestImpl$1 -io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: io.reactivex.internal.util.AtomicThrowable errors -androidx.lifecycle.extensions.R$attr: int font -androidx.hilt.R$styleable: int FontFamilyFont_android_fontStyle -com.xw.repo.bubbleseekbar.R$attr: int imageButtonStyle -okhttp3.internal.connection.ConnectInterceptor -com.google.android.material.R$drawable: int notification_bg_normal_pressed -wangdaye.com.geometricweather.R$id: int activity_widget_config_blackTextTitle -wangdaye.com.geometricweather.R$dimen: int abc_dialog_fixed_width_major -james.adaptiveicon.R$attr: int alertDialogStyle -com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: void setRevealInfo(com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo) +io.reactivex.Observable: io.reactivex.Single toList(java.util.concurrent.Callable) +com.google.android.material.chip.Chip: com.google.android.material.resources.TextAppearance getTextAppearance() +com.xw.repo.bubbleseekbar.R$drawable: int abc_tab_indicator_material wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: void setUnit(java.lang.String) -com.jaredrummler.android.colorpicker.R$layout: int abc_list_menu_item_checkbox -wangdaye.com.geometricweather.R$dimen: int mtrl_badge_horizontal_edge_offset -androidx.hilt.lifecycle.R$styleable: int[] FontFamily -com.jaredrummler.android.colorpicker.R$styleable: int MultiSelectListPreference_android_entryValues -wangdaye.com.geometricweather.R$string: int feedback_readd_location_after_changing_source -androidx.constraintlayout.widget.R$dimen: int abc_text_size_caption_material -wangdaye.com.geometricweather.R$id: int end -okhttp3.Response: okhttp3.Response$Builder newBuilder() -androidx.preference.R$style: int Base_Widget_AppCompat_ActionBar_Solid -io.reactivex.internal.subscribers.StrictSubscriber: org.reactivestreams.Subscriber downstream -androidx.vectordrawable.R$color: int notification_action_color_filter -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_Button_Colored -androidx.constraintlayout.widget.R$styleable: int ActionBar_itemPadding -okio.SegmentPool: void recycle(okio.Segment) -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.lang.String getWeatherText() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PressureTendency PressureTendency -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_analogContainer_light -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode -androidx.lifecycle.SavedStateViewModelFactory: androidx.lifecycle.Lifecycle mLifecycle -retrofit2.Platform$Android: Platform$Android() -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: java.util.concurrent.atomic.AtomicReference latest -okio.ByteString: java.lang.String utf8 -okhttp3.internal.cache.CacheRequest: void abort() -okhttp3.Protocol: okhttp3.Protocol[] values() -cyanogenmod.externalviews.ExternalView$6 -androidx.appcompat.R$styleable: int AppCompatTheme_textColorAlertDialogListItem -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: java.lang.Object[] row -okhttp3.internal.connection.RouteSelector: void connectFailed(okhttp3.Route,java.io.IOException) -com.jaredrummler.android.colorpicker.R$dimen: int compat_notification_large_icon_max_height -androidx.recyclerview.widget.RecyclerView: void setScrollState(int) -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver: ObservableMergeWithSingle$MergeWithObserver$OtherObserver(io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver) -wangdaye.com.geometricweather.R$string: int alipay -okhttp3.internal.http2.Hpack$Writer: okio.Buffer out -com.turingtechnologies.materialscrollbar.R$attr: int labelVisibilityMode -cyanogenmod.weather.RequestInfo: java.lang.String getCityName() -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult: MfEphemerisResult() -androidx.preference.R$styleable: int AlertDialog_multiChoiceItemLayout -androidx.legacy.coreutils.R$styleable: int GradientColor_android_centerX -androidx.constraintlayout.widget.R$styleable: int Transition_autoTransition -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: void setDefaultSmsSub(int) -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: void dispose() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$1$1: java.lang.Object call() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setPubTime(java.util.Date) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: java.lang.String Text -com.google.android.material.R$styleable: int MaterialCheckBox_useMaterialThemeColors -androidx.preference.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder scheme(java.lang.String) -androidx.appcompat.R$attr: int maxButtonHeight -com.xw.repo.bubbleseekbar.R$drawable: int tooltip_frame_dark -com.google.android.material.R$anim: int btn_radio_to_on_mtrl_ring_outer_path_animation -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Speed: java.lang.String Unit -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Large_Inverse -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: long serialVersionUID -okhttp3.internal.http2.Http2Connection$PingRunnable: okhttp3.internal.http2.Http2Connection this$0 -com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_font -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Imperial: AccuCurrentResult$WindChillTemperature$Imperial() -com.google.android.material.R$string: int abc_searchview_description_clear -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub -okio.Buffer: int REPLACEMENT_CHARACTER -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeStyle -androidx.core.R$attr: int fontProviderCerts -androidx.drawerlayout.R$styleable: int FontFamily_fontProviderQuery -com.google.android.material.R$string: int abc_menu_space_shortcut_label -com.google.android.material.R$attr: int itemIconPadding -com.google.android.material.timepicker.ChipTextInputComboView: void setOnClickListener(android.view.View$OnClickListener) -androidx.lifecycle.extensions.R$layout: int notification_template_part_time -wangdaye.com.geometricweather.R$layout: int dialog_location_help -com.jaredrummler.android.colorpicker.R$attr: int switchPreferenceCompatStyle -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionBar -okio.Buffer: boolean exhausted() -androidx.drawerlayout.R$attr -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void onSubscribe(io.reactivex.disposables.Disposable) -james.adaptiveicon.R$styleable: int[] ViewBackgroundHelper -wangdaye.com.geometricweather.background.polling.work.worker.TodayForecastUpdateWorker: TodayForecastUpdateWorker(android.content.Context,androidx.work.WorkerParameters,wangdaye.com.geometricweather.location.LocationHelper,wangdaye.com.geometricweather.weather.WeatherHelper) -androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_DESTROY -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: ObservableUsing$UsingObserver(io.reactivex.Observer,java.lang.Object,io.reactivex.functions.Consumer,boolean) -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: android.os.IBinder asBinder() -wangdaye.com.geometricweather.R$dimen: int tooltip_corner_radius -com.jaredrummler.android.colorpicker.R$id: int titleDividerNoCustom -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property RealFeelTemperature -androidx.lifecycle.extensions.R$style: int Widget_Compat_NotificationActionContainer -android.didikee.donate.R$attr: int thumbTextPadding -wangdaye.com.geometricweather.R$styleable: int TextAppearance_textLocale -android.didikee.donate.R$styleable: int[] AppCompatTextView -com.google.android.material.R$styleable: int TextInputLayout_counterOverflowTextAppearance -com.google.android.material.slider.RangeSlider: void setLabelFormatter(com.google.android.material.slider.LabelFormatter) -wangdaye.com.geometricweather.R$id: int cancel_button -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter value(java.lang.Number) -com.google.android.material.timepicker.TimePickerView: TimePickerView(android.content.Context,android.util.AttributeSet) -com.bumptech.glide.integration.okhttp.R$string: int status_bar_notification_info_overflow -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_submitBackground -androidx.work.ExistingWorkPolicy: androidx.work.ExistingWorkPolicy APPEND_OR_REPLACE -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Weather: java.lang.String icon -wangdaye.com.geometricweather.main.fragments.ManagementFragment -androidx.viewpager2.R$dimen: int notification_media_narrow_margin -james.adaptiveicon.R$drawable: R$drawable() -androidx.appcompat.R$color: int abc_btn_colored_borderless_text_material -androidx.appcompat.widget.LinearLayoutCompat: void setOrientation(int) -com.jaredrummler.android.colorpicker.R$layout: int cpv_dialog_presets -retrofit2.ParameterHandler$Body: retrofit2.Converter converter -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircularSkyWeatherView -cyanogenmod.app.Profile$ProfileTrigger: int getState() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: void setPubTime(java.lang.String) +wangdaye.com.geometricweather.R$dimen: int abc_edit_text_inset_bottom_material +androidx.recyclerview.R$layout: int notification_template_custom_big +com.google.android.material.R$dimen: int design_bottom_sheet_peek_height_min +androidx.lifecycle.ReportFragment$ActivityInitializationListener: void onStart() +wangdaye.com.geometricweather.R$attr: int layout_constraintBaseline_toBaselineOf +wangdaye.com.geometricweather.R$id: int layout +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeFindDrawable +androidx.drawerlayout.R$styleable: int FontFamilyFont_font +okhttp3.Cache: void update(okhttp3.Response,okhttp3.Response) +wangdaye.com.geometricweather.R$id: int NO_DEBUG +androidx.appcompat.widget.ActionBarContextView: ActionBarContextView(android.content.Context,android.util.AttributeSet,int) +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_android_focusable +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Dialog +androidx.customview.R$attr: int fontProviderQuery +okhttp3.internal.cache2.Relay +cyanogenmod.externalviews.KeyguardExternalView$2: boolean requestDismiss() +androidx.core.R$styleable: int GradientColor_android_startX +androidx.constraintlayout.widget.R$id: int aligned +com.google.android.material.R$dimen: int abc_control_inset_material +okhttp3.internal.Util: boolean isAndroidGetsocknameError(java.lang.AssertionError) +wangdaye.com.geometricweather.R$color: int notification_background_m +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ListView_Menu +androidx.lifecycle.ProcessLifecycleOwner$3 +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_31 +okhttp3.internal.connection.RealConnection: void startHttp2(int) +androidx.constraintlayout.widget.R$attr: int controlBackground +androidx.constraintlayout.widget.R$id: int titleDividerNoCustom +wangdaye.com.geometricweather.R$id: int dialog_running_in_background_container +com.google.android.material.R$styleable: int FloatingActionButton_shapeAppearanceOverlay +com.xw.repo.bubbleseekbar.R$dimen: int abc_dropdownitem_icon_width +io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: boolean cancelled +androidx.appcompat.widget.AppCompatButton: void setCustomSelectionActionModeCallback(android.view.ActionMode$Callback) +androidx.appcompat.R$attr +wangdaye.com.geometricweather.R$styleable: int Preference_fragment +com.google.android.material.progressindicator.ProgressIndicator: int getIndicatorCornerRadius() +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_SHOW_WEATHER_VALIDATOR +androidx.activity.R$dimen: R$dimen() +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dialogTheme +androidx.constraintlayout.motion.widget.MotionHelper: MotionHelper(android.content.Context) +androidx.preference.R$style: int TextAppearance_AppCompat_Headline +androidx.constraintlayout.widget.R$styleable: int Transition_duration +androidx.preference.R$anim: int btn_radio_to_off_mtrl_ring_outer_animation +androidx.viewpager.R$id: int time +io.reactivex.internal.disposables.SequentialDisposable: SequentialDisposable(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeWetBulbTemperature() +android.didikee.donate.R$style: int Base_Widget_AppCompat_SearchView_ActionBar +com.jaredrummler.android.colorpicker.R$attr: int alertDialogCenterButtons +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge +james.adaptiveicon.R$style: int ThemeOverlay_AppCompat_ActionBar +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property RealFeelShaderTemperature +androidx.lifecycle.DefaultLifecycleObserver +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Metric: java.lang.String Unit +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHeight_max +cyanogenmod.library.R$attr: R$attr() +com.google.android.material.R$attr: int layout_constraintVertical_weight +com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawable_android_variablePadding +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorControlHighlight +okhttp3.ResponseBody$1 +okio.ByteString: void write(java.io.OutputStream) +com.google.android.material.R$styleable: int Tooltip_android_padding +com.turingtechnologies.materialscrollbar.R$id: int default_activity_button +androidx.vectordrawable.R$color: int secondary_text_default_material_light +wangdaye.com.geometricweather.R$color: int cardview_shadow_start_color +cyanogenmod.externalviews.ExternalView$2: boolean val$visible +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_disabled_translation_z +james.adaptiveicon.R$styleable: int SwitchCompat_trackTint +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: void setTo(java.util.Date) +androidx.hilt.R$id: int accessibility_custom_action_13 +androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type[] values() +androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionBar_TabView +androidx.hilt.work.R$styleable: int FontFamily_fontProviderFetchStrategy +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property WeatherText +wangdaye.com.geometricweather.R$id: int container_main_aqi_recyclerView +androidx.activity.R$styleable: int ColorStateListItem_android_color +cyanogenmod.app.suggest.IAppSuggestProvider: boolean handles(android.content.Intent) +com.google.android.material.R$dimen: int mtrl_calendar_header_content_padding_fullscreen +wangdaye.com.geometricweather.R$id: int activity_widget_config_clockFontTitle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX getNames() +com.google.android.material.R$layout: int abc_dialog_title_material +com.jaredrummler.android.colorpicker.R$attr: int actionModeCutDrawable +wangdaye.com.geometricweather.R$array: int air_quality_units +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_Switch +com.google.android.material.R$styleable: int Layout_layout_constrainedHeight +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void onNext(java.lang.Object) +androidx.constraintlayout.widget.R$attr: int arcMode +androidx.constraintlayout.widget.R$styleable: int Toolbar_titleTextColor +wangdaye.com.geometricweather.R$drawable: int notif_temp_42 +com.jaredrummler.android.colorpicker.R$style: int Preference_Information_Material +wangdaye.com.geometricweather.R$array: int air_quality_unit_voices +com.google.android.material.R$color: int notification_action_color_filter +androidx.appcompat.widget.AppCompatCheckBox: android.content.res.ColorStateList getSupportButtonTintList() +androidx.viewpager2.R$styleable: int GradientColor_android_endX +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_display_4_material +wangdaye.com.geometricweather.R$drawable: int shortcuts_thunder +wangdaye.com.geometricweather.R$string: int sp_widget_daily_trend_setting +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintLeft_toLeftOf +wangdaye.com.geometricweather.R$id: int message +okhttp3.internal.tls.DistinguishedNameParser: int beg +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource +androidx.appcompat.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable +com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleMarginEnd(int) +okio.BufferedSource: java.lang.String readUtf8() +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_shapeAppearanceOverlay +com.google.gson.internal.$Gson$Types$WildcardTypeImpl: boolean equals(java.lang.Object) +androidx.appcompat.R$style: int Widget_AppCompat_ActionBar_TabText +wangdaye.com.geometricweather.R$dimen: int abc_text_size_medium_material +androidx.dynamicanimation.R$id: int actions +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_checkboxStyle +androidx.constraintlayout.widget.R$styleable: int StateListDrawable_android_visible +androidx.appcompat.R$styleable: int AppCompatTheme_seekBarStyle +wangdaye.com.geometricweather.R$attr: int onTouchUp +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeTotalPrecipitationProbability(java.lang.Float) +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_11 +cyanogenmod.providers.CMSettings$Secure$1: CMSettings$Secure$1() +wangdaye.com.geometricweather.R$string: int about_app +com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource MEMORY_CACHE +com.google.android.material.R$attr: int chipEndPadding +james.adaptiveicon.R$styleable: int Spinner_android_entries +androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_android_font +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_ActionBar +wangdaye.com.geometricweather.R$id: int container_main_aqi_progress +retrofit2.RequestBuilder: boolean hasBody +cyanogenmod.app.Profile: boolean getStatusBarIndicator() +androidx.appcompat.R$id: int accessibility_custom_action_16 +com.google.android.material.tabs.TabLayout$TabView: void setTab(com.google.android.material.tabs.TabLayout$Tab) +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_weather +androidx.constraintlayout.widget.R$drawable: int abc_ic_clear_material +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ListPopupWindow +okio.ByteString: okio.ByteString decodeHex(java.lang.String) +wangdaye.com.geometricweather.R$drawable: int notif_temp_43 +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Snackbar +com.google.android.material.R$string: int abc_searchview_description_search +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionBar_TabBar +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: long getTime() +androidx.core.R$drawable: int notification_template_icon_low_bg +android.didikee.donate.R$styleable: int ColorStateListItem_android_color +wangdaye.com.geometricweather.R$color: int design_default_color_on_primary +cyanogenmod.app.Profile: void setProfileType(int) +wangdaye.com.geometricweather.R$dimen: int abc_dialog_fixed_width_major +androidx.constraintlayout.widget.R$styleable: int[] MotionHelper +com.google.android.material.R$styleable: int RangeSlider_minSeparation +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_TabText +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: wangdaye.com.geometricweather.db.entities.HistoryEntity readEntity(android.database.Cursor,int) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dividerHorizontal +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintBottom_toBottomOf +io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: io.reactivex.ObservableSource source +wangdaye.com.geometricweather.settings.dialogs.RunningInBackgroundDialog +com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemIconSize(int) +wangdaye.com.geometricweather.R$drawable: int notif_temp_83 +com.google.android.material.R$attr: int actionMenuTextColor +com.google.android.material.R$id: int action_mode_bar_stub +com.xw.repo.bubbleseekbar.R$string: int abc_menu_alt_shortcut_label +androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionButton +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dialogCornerRadius +com.google.android.material.R$style: int Base_Widget_AppCompat_PopupWindow +com.bumptech.glide.integration.okhttp.R$style: int TextAppearance_Compat_Notification_Line2 +wangdaye.com.geometricweather.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_1 +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_popupMenuStyle +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceHeadline1 +cyanogenmod.providers.CMSettings$System: java.lang.String INCREASING_RING_RAMP_UP_TIME +org.greenrobot.greendao.AbstractDaoMaster: AbstractDaoMaster(org.greenrobot.greendao.database.Database,int) +androidx.appcompat.R$id: int listMode +androidx.hilt.work.R$id: int accessibility_custom_action_10 +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex +com.google.android.material.R$attr: int searchIcon +android.didikee.donate.R$string: int abc_action_bar_up_description +com.jaredrummler.android.colorpicker.R$dimen: int abc_search_view_preferred_width +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_17 +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_atd +wangdaye.com.geometricweather.R$layout: int dialog_time_setter +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ButtonBar_AlertDialog +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_als +androidx.preference.R$styleable: int PreferenceTheme_preferenceFragmentListStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX aqi +android.didikee.donate.R$layout: int abc_popup_menu_item_layout +james.adaptiveicon.R$styleable: int FontFamily_fontProviderCerts +io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: void onComplete() +okhttp3.Dispatcher: java.util.Deque runningSyncCalls +wangdaye.com.geometricweather.R$layout: int activity_settings +wangdaye.com.geometricweather.R$anim: int fragment_fade_exit +james.adaptiveicon.R$id: int expanded_menu +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_display_1_material +james.adaptiveicon.R$dimen: int abc_config_prefDialogWidth +wangdaye.com.geometricweather.R$anim: int abc_slide_out_bottom +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void innerError(io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver,java.lang.Throwable) +wangdaye.com.geometricweather.R$id: int star_container +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorControlNormal +com.google.android.material.R$attr: int subtitleTextAppearance +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult: wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation observation +androidx.customview.R$dimen: int compat_notification_large_icon_max_height +com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getSelectedItemId() +androidx.appcompat.widget.MenuPopupWindow +com.google.android.material.R$styleable: int PropertySet_android_visibility +wangdaye.com.geometricweather.R$string: int abc_searchview_description_submit +cyanogenmod.platform.R$array: R$array() +androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionMode +wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation: wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation[] values() +wangdaye.com.geometricweather.settings.dialogs.AnimatableIconDialog: AnimatableIconDialog() +wangdaye.com.geometricweather.R$attr: int textColorAlertDialogListItem +com.google.android.material.R$styleable: int[] ImageFilterView +wangdaye.com.geometricweather.db.entities.DailyEntity: void setPm10(java.lang.Float) +androidx.constraintlayout.widget.R$string: int abc_shareactionprovider_share_with_application +cyanogenmod.app.Profile$1: java.lang.Object[] newArray(int) +com.google.android.material.R$dimen: int mtrl_calendar_action_padding +com.turingtechnologies.materialscrollbar.R$attr: int contentScrim +android.didikee.donate.R$bool +okhttp3.Dispatcher: int runningCallsForHost(okhttp3.RealCall$AsyncCall) +androidx.transition.R$id: int right_icon +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_29 +androidx.appcompat.widget.AppCompatTextView: void setBackgroundResource(int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric: int UnitType +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_DarkActionBar +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Caption +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonBarButtonStyle +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void onNext(java.lang.Object) +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: boolean isDisposed() +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_PSK_WITH_AES_128_CBC_SHA +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int SnowProbability +com.google.android.material.button.MaterialButtonToggleGroup: void setSingleSelection(boolean) +androidx.viewpager2.R$id: int accessibility_custom_action_31 +androidx.preference.R$styleable: int FontFamilyFont_fontStyle +androidx.work.R$dimen: int compat_button_inset_vertical_material +io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: int retries +androidx.preference.R$styleable: int LinearLayoutCompat_android_baselineAligned +wangdaye.com.geometricweather.R$attr: int track +okhttp3.internal.connection.StreamAllocation: java.net.Socket releaseAndAcquire(okhttp3.internal.connection.RealConnection) +wangdaye.com.geometricweather.background.polling.basic.ForegroundUpdateService +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: long REQUEST_MASK +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void onTimeout(long) +com.google.android.material.R$dimen: int notification_right_icon_size +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours: AccuCurrentResult$PrecipitationSummary$Past12Hours() +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.util.Date time +androidx.core.R$dimen: int compat_button_padding_vertical_material +wangdaye.com.geometricweather.common.basic.models.weather.Wind: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree getDegree() +com.turingtechnologies.materialscrollbar.R$color: int abc_tint_seek_thumb +androidx.appcompat.R$styleable: int Toolbar_buttonGravity +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog +com.github.rahatarmanahmed.cpv.R$attr: int cpv_startAngle +wangdaye.com.geometricweather.R$drawable: int abc_spinner_mtrl_am_alpha +com.turingtechnologies.materialscrollbar.R$id: int multiply +androidx.appcompat.resources.R$styleable: int GradientColor_android_centerY +com.google.android.material.R$attr: int perpendicularPath_percent +com.google.android.material.R$styleable: int AppCompatTextView_drawableLeftCompat +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense +androidx.constraintlayout.widget.R$dimen: int notification_top_pad_large_text +androidx.transition.R$id: int line1 +com.google.android.material.R$attr: int listPreferredItemPaddingLeft +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setDegreeDayTemperature(java.lang.Integer) +io.reactivex.internal.schedulers.AbstractDirectTask: void setFuture(java.util.concurrent.Future) +okhttp3.ConnectionSpec: okhttp3.ConnectionSpec CLEARTEXT +james.adaptiveicon.R$drawable: int abc_btn_switch_to_on_mtrl_00001 +androidx.appcompat.R$id: int accessibility_custom_action_23 +androidx.appcompat.R$styleable: int MenuItem_iconTintMode +androidx.fragment.R$id: int accessibility_custom_action_15 +wangdaye.com.geometricweather.R$font: int product_sans_light_italic +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_SeekBar +james.adaptiveicon.R$style: int Widget_AppCompat_Button_Small +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Display1 +androidx.appcompat.widget.SearchView: void setQuery(java.lang.CharSequence) +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_menu_header_material +androidx.lifecycle.Transformations$1: void onChanged(java.lang.Object) +io.reactivex.internal.subscriptions.SubscriptionHelper: void request(long) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture: AccuCurrentResult$Past24HourTemperatureDeparture() +com.google.android.material.bottomnavigation.BottomNavigationView: BottomNavigationView(android.content.Context) +androidx.constraintlayout.widget.R$attr: int preserveIconSpacing +cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_shutdown +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_gradientRadius +retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$2 +com.jaredrummler.android.colorpicker.R$attr: int colorError +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dialogPreferredPadding +com.google.android.material.R$layout: int mtrl_picker_text_input_date_range +androidx.preference.R$style: int Preference_SwitchPreference +androidx.constraintlayout.widget.R$attr: int flow_horizontalStyle +androidx.appcompat.R$color: int abc_primary_text_disable_only_material_light +okhttp3.internal.platform.Platform: okhttp3.internal.platform.Platform findAndroidPlatform() +cyanogenmod.os.Build$CM_VERSION_CODES: int BOYSENBERRY +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: void cancel() +androidx.preference.R$attr: int allowDividerAbove +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintRight_toRightOf +james.adaptiveicon.R$layout: int abc_popup_menu_item_layout +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_RC4_128_SHA +cyanogenmod.app.Profile: int mExpandedDesktopMode +wangdaye.com.geometricweather.R$attr: int tabMinWidth +androidx.appcompat.widget.SwitchCompat: void setChecked(boolean) +androidx.work.R$drawable: R$drawable() +james.adaptiveicon.R$attr: int tickMarkTint +retrofit2.OkHttpCall$NoContentResponseBody: long contentLength +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_profileExistsByName +wangdaye.com.geometricweather.R$styleable: int Constraint_barrierMargin +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: void run() +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_placeholder_placeholder_emptyVisibility +okhttp3.MultipartBody: byte[] CRLF +com.xw.repo.bubbleseekbar.R$styleable: int CompoundButton_android_button +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_inset +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeBackground +james.adaptiveicon.R$styleable: int AppCompatTheme_listDividerAlertDialog +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.WeatherIconControlView: void setOnWeatherIconChangingListener(wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.WeatherIconControlView$OnWeatherIconChangingListener) +com.google.android.material.R$layout: int design_navigation_item_header +wangdaye.com.geometricweather.R$styleable: int MaterialButton_backgroundTintMode +com.google.android.material.R$styleable: int MenuGroup_android_orderInCategory +android.didikee.donate.R$bool: R$bool() +com.google.android.material.datepicker.MaterialCalendar$CalendarSelector: com.google.android.material.datepicker.MaterialCalendar$CalendarSelector YEAR +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeTotalPrecipitation(java.lang.Float) +androidx.preference.R$style: int Preference_SwitchPreference_Material +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_autoSizeMaxTextSize +com.turingtechnologies.materialscrollbar.R$dimen: int fastscroll_minimum_range +com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType WEBP +io.reactivex.internal.operators.observable.ObservableGroupBy$State: ObservableGroupBy$State(int,io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver,java.lang.Object,boolean) +androidx.work.R$style: int TextAppearance_Compat_Notification +wangdaye.com.geometricweather.R$id: int text_input_error_icon +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored androidx.fragment.R$id: int accessibility_custom_action_13 -com.bumptech.glide.R$styleable: int FontFamily_fontProviderFetchTimeout -androidx.preference.R$styleable: int LinearLayoutCompat_android_orientation -androidx.room.RoomDatabase: RoomDatabase() -james.adaptiveicon.R$dimen: int abc_text_size_display_4_material -cyanogenmod.providers.CMSettings$1: boolean validate(java.lang.String) -com.turingtechnologies.materialscrollbar.R$attr: int fabCradleMargin -wangdaye.com.geometricweather.R$animator: int weather_partly_cloudy_night_1 -com.jaredrummler.android.colorpicker.R$attr: int actionOverflowMenuStyle -wangdaye.com.geometricweather.R$layout: int material_clock_period_toggle -androidx.swiperefreshlayout.R$id: int icon_group -wangdaye.com.geometricweather.R$string: int appbar_scrolling_view_behavior -io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: io.reactivex.Observer downstream -com.turingtechnologies.materialscrollbar.R$attr: int editTextBackground -com.jaredrummler.android.colorpicker.R$style: int Base_V23_Theme_AppCompat -androidx.viewpager2.R$styleable: int GradientColor_android_tileMode -wangdaye.com.geometricweather.R$styleable: int[] RecyclerView -androidx.vectordrawable.animated.R$styleable: int GradientColor_android_centerColor -com.google.android.material.R$attr: int layout_behavior -okhttp3.Response: long sentRequestAtMillis() -androidx.appcompat.R$dimen: int abc_text_size_caption_material -androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getRagweedLevel() -androidx.appcompat.R$drawable: int notification_template_icon_bg -androidx.constraintlayout.widget.R$styleable: int AlertDialog_android_layout -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: boolean mCanceled -okhttp3.internal.connection.RealConnection: void establishProtocol(okhttp3.internal.connection.ConnectionSpecSelector,int,okhttp3.Call,okhttp3.EventListener) -androidx.appcompat.widget.ActionBarContextView: void setTitle(java.lang.CharSequence) -com.xw.repo.bubbleseekbar.R$dimen: int compat_notification_large_icon_max_height -androidx.drawerlayout.R$string: int status_bar_notification_info_overflow -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeTotalPrecipitationProbability() -com.google.android.material.R$layout: int design_bottom_navigation_item -okio.Segment: byte[] data -retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder addConverterFactory(retrofit2.Converter$Factory) -cyanogenmod.library.R$styleable: int LiveLockScreen_settingsActivity -wangdaye.com.geometricweather.R$attr: int logo -androidx.appcompat.R$attr: int textAppearanceListItemSmall -androidx.appcompat.R$attr: int toolbarStyle -androidx.viewpager2.R$styleable: int GradientColorItem_android_color -okhttp3.internal.platform.JdkWithJettyBootPlatform: okhttp3.internal.platform.Platform buildIfSupported() -okio.Buffer: void clear() -androidx.constraintlayout.widget.R$styleable: int SearchView_iconifiedByDefault -com.jaredrummler.android.colorpicker.R$attr: int popupMenuStyle -com.google.android.material.R$styleable: int TextInputLayout_counterTextAppearance -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Display2 -androidx.appcompat.widget.AppCompatButton: int getAutoSizeMaxTextSize() -wangdaye.com.geometricweather.remoteviews.config.Hilt_MultiCityWidgetConfigActivity -okhttp3.internal.http1.Http1Codec: okio.Source newUnknownLengthSource() -android.didikee.donate.R$styleable: int View_theme -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: boolean cancelled -androidx.constraintlayout.widget.R$dimen: int abc_dialog_padding_top_material -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilitySnow -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_shapeAppearance -com.xw.repo.bubbleseekbar.R$attr: int tooltipFrameBackground -okio.ByteString: okio.ByteString hmac(java.lang.String,okio.ByteString) -android.didikee.donate.R$dimen: int abc_dropdownitem_text_padding_right -com.google.android.material.R$attr: int textAppearanceSearchResultSubtitle -wangdaye.com.geometricweather.R$string: int feedback_request_permission -okhttp3.internal.http2.Http2Reader: void readPushPromise(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) -cyanogenmod.providers.CMSettings$System: java.lang.String APP_SWITCH_WAKE_SCREEN -okhttp3.internal.ws.WebSocketProtocol: int OPCODE_CONTINUATION -android.didikee.donate.R$id: int disableHome -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilitySnow: java.lang.Integer proba6H -okhttp3.internal.http1.Http1Codec: int state -com.google.android.material.R$attr: int flow_lastHorizontalBias -cyanogenmod.weather.WeatherInfo$DayForecast$Builder: double mLow -com.google.android.material.R$dimen: int material_cursor_inset_top -wangdaye.com.geometricweather.R$styleable: int ActionBar_navigationMode -com.google.gson.stream.JsonWriter: void string(java.lang.String) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setPm10(java.lang.String) -androidx.constraintlayout.widget.R$styleable: int Transform_android_rotationY -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onWindowAttributesChanged(android.view.WindowManager$LayoutParams) -retrofit2.http.Tag -wangdaye.com.geometricweather.R$anim: int btn_radio_to_off_mtrl_ring_outer_animation -com.google.android.material.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle -com.google.android.material.R$layout: int mtrl_calendar_days_of_week -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setVisibility(java.lang.Float) -androidx.viewpager2.R$attr: int fontProviderFetchStrategy -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle -com.google.android.material.R$string: int hide_bottom_view_on_scroll_behavior -com.jaredrummler.android.colorpicker.R$drawable: int abc_seekbar_tick_mark_material -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.AirQuality airQuality -cyanogenmod.weather.WeatherInfo: int getConditionCode() -wangdaye.com.geometricweather.R$attr: int layout_constraintTop_toBottomOf -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onDetach -cyanogenmod.alarmclock.ClockContract$InstancesColumns: int SNOOZE_STATE -android.support.v4.os.IResultReceiver$Stub: android.support.v4.os.IResultReceiver getDefaultImpl() -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation: wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation BOTTOM -androidx.preference.R$id: int home -com.bumptech.glide.R$styleable: int ColorStateListItem_android_color -androidx.preference.R$layout: int abc_select_dialog_material -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: ObservableBuffer$BufferSkipObserver(io.reactivex.Observer,int,int,java.util.concurrent.Callable) -okhttp3.internal.http2.Http2Connection$4: int val$streamId -androidx.vectordrawable.animated.R$styleable: int GradientColorItem_android_color -com.google.android.material.R$styleable: int Tooltip_android_text -androidx.core.R$dimen: int notification_small_icon_background_padding -androidx.fragment.app.Fragment: Fragment() -james.adaptiveicon.R$attr: int contentInsetLeft -androidx.constraintlayout.widget.R$attr: int windowNoTitle -wangdaye.com.geometricweather.R$id: int container_main_footer_editButton -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_popupTheme -io.reactivex.internal.util.VolatileSizeArrayList -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorError -com.google.android.material.R$styleable: int Transition_staggered -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Metric: double Value -james.adaptiveicon.R$styleable: int DrawerArrowToggle_arrowShaftLength -com.google.android.material.R$style: int Animation_AppCompat_Tooltip -wangdaye.com.geometricweather.R$id: int mtrl_view_tag_bottom_padding -androidx.appcompat.widget.ActionBarContainer: void setTransitioning(boolean) -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar -wangdaye.com.geometricweather.R$style: int Widget_Design_AppBarLayout -james.adaptiveicon.R$style: int Platform_V21_AppCompat_Light -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric: double Value -androidx.recyclerview.widget.RecyclerView: void setPreserveFocusAfterLayout(boolean) -cyanogenmod.os.Concierge$ParcelInfo: int mParcelableSize -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ListPopupWindow -com.turingtechnologies.materialscrollbar.R$attr: int preserveIconSpacing -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: void onSubscribe(io.reactivex.disposables.Disposable) -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void remove() -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Body1 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean getWeather() -androidx.constraintlayout.widget.R$attr: int fontProviderCerts -wangdaye.com.geometricweather.R$color: int tooltip_background_light -wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_adjustable -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionBar_Solid -com.google.android.material.circularreveal.cardview.CircularRevealCardView: com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo getRevealInfo() -com.google.android.material.R$id: int dragLeft -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder readTimeout(java.time.Duration) -androidx.constraintlayout.widget.R$id: int standard -com.bumptech.glide.Registry$MissingComponentException: Registry$MissingComponentException(java.lang.String) -com.jaredrummler.android.colorpicker.R$styleable: int[] PreferenceTheme -androidx.fragment.R$drawable: int notification_bg_low_normal -james.adaptiveicon.R$attr: int actionModeShareDrawable -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property TreeDescription -androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse -io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function6) -android.didikee.donate.R$attr: int contentInsetEnd -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintEnd_toStartOf -androidx.preference.R$style: int Base_Theme_AppCompat -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: long serialVersionUID -com.google.android.material.R$attr: int actionModeStyle -com.google.android.material.R$attr: int region_heightLessThan -com.google.android.material.theme.MaterialComponentsViewInflater -wangdaye.com.geometricweather.R$font: int product_sans_regular -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableTint -com.jaredrummler.android.colorpicker.R$layout: int abc_screen_toolbar -wangdaye.com.geometricweather.R$attr: int listPreferredItemHeight -james.adaptiveicon.R$attr: int buttonBarNeutralButtonStyle -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_20 -androidx.vectordrawable.R$attr: int fontProviderAuthority -okhttp3.internal.http2.Http2Connection$Listener: void onStream(okhttp3.internal.http2.Http2Stream) -com.xw.repo.bubbleseekbar.R$attr: int borderlessButtonStyle -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Rain: int UnitType -cyanogenmod.app.LiveLockScreenInfo: LiveLockScreenInfo(android.os.Parcel,cyanogenmod.app.LiveLockScreenInfo$1) -com.bumptech.glide.load.resource.bitmap.DefaultImageHeaderParser$Reader$EndOfFileException: long serialVersionUID -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode WIND -com.xw.repo.bubbleseekbar.R$id: int checkbox -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_imageButtonStyle -androidx.core.graphics.drawable.IconCompat: IconCompat() -androidx.lifecycle.ReportFragment: void onDestroy() -wangdaye.com.geometricweather.R$xml: int perference_notification_color -android.didikee.donate.R$style: int Widget_AppCompat_Toolbar_Button_Navigation -com.google.gson.stream.JsonReader: com.google.gson.stream.JsonToken peek() -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Menu -androidx.preference.R$color: int switch_thumb_material_dark -wangdaye.com.geometricweather.R$string: int thunderstorm -com.xw.repo.bubbleseekbar.R$color: int switch_thumb_normal_material_dark -androidx.preference.R$drawable: int abc_menu_hardkey_panel_mtrl_mult -wangdaye.com.geometricweather.R$attr: int contentPaddingLeft -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeCloseDrawable -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.Precipitation getPrecipitation() -com.google.android.material.R$attr: int homeLayout -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeThunderstormPrecipitation -io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.BiFunction,boolean,int) -androidx.hilt.lifecycle.R$dimen: int notification_large_icon_width -james.adaptiveicon.R$attr: int contentInsetStartWithNavigation -com.google.android.material.R$styleable: int KeyTrigger_motion_postLayoutCollision -androidx.appcompat.resources.R$drawable: int notification_bg -androidx.appcompat.resources.R$id: int line3 -com.google.android.material.R$style: int Base_Widget_AppCompat_ActionBar_Solid -wangdaye.com.geometricweather.R$drawable: int material_ic_edit_black_24dp -okhttp3.logging.LoggingEventListener: void callFailed(okhttp3.Call,java.io.IOException) -wangdaye.com.geometricweather.R$string: int phase_waxing_crescent -io.reactivex.internal.observers.DeferredScalarObserver: void onNext(java.lang.Object) -com.xw.repo.bubbleseekbar.R$styleable: int ActionMode_backgroundSplit -com.google.android.material.R$style: int Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox -androidx.hilt.R$styleable: int GradientColor_android_endColor -io.reactivex.internal.disposables.EmptyDisposable: java.lang.Object poll() -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_icon -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getDefaultDisplayMode -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: long serialVersionUID -androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type BASELINE -com.google.android.material.R$string: int appbar_scrolling_view_behavior -androidx.appcompat.R$styleable: int TextAppearance_android_textStyle -androidx.constraintlayout.widget.R$id: int group_divider -com.google.android.material.R$color: int abc_decor_view_status_guard -androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar -okhttp3.internal.ws.WebSocketReader$FrameCallback: void onReadClose(int,java.lang.String) -com.google.android.material.button.MaterialButtonToggleGroup: java.lang.CharSequence getAccessibilityClassName() -androidx.appcompat.view.menu.ActionMenuItemView -com.xw.repo.bubbleseekbar.R$id: int alertTitle -com.google.android.material.chip.Chip: Chip(android.content.Context,android.util.AttributeSet) -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String ICON_PREVIEW_1 -cyanogenmod.themes.IThemeService: int getLastThemeChangeRequestType() -wangdaye.com.geometricweather.settings.activities.AboutActivity: AboutActivity() -androidx.appcompat.R$dimen: int abc_text_size_body_2_material -wangdaye.com.geometricweather.R$attr: int fastScrollHorizontalThumbDrawable -james.adaptiveicon.R$id: int radio -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours: AccuCurrentResult$PrecipitationSummary$Past6Hours() -androidx.preference.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox -cyanogenmod.app.CustomTile$1: cyanogenmod.app.CustomTile createFromParcel(android.os.Parcel) -com.google.android.material.R$attr: int layout_constraintRight_toLeftOf -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Wind: java.lang.String power -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator PROXIMITY_ON_WAKE_VALIDATOR -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_android_gravity -androidx.loader.R$styleable: int GradientColor_android_startY -androidx.preference.R$drawable: int tooltip_frame_dark -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Body2 -androidx.appcompat.R$color: int ripple_material_dark -okhttp3.ConnectionSpec$Builder: java.lang.String[] tlsVersions -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_dropdownPreferenceStyle -wangdaye.com.geometricweather.R$layout: int custom_dialog -com.google.android.material.R$style: int Theme_MaterialComponents_Light_NoActionBar_Bridge -com.turingtechnologies.materialscrollbar.R$styleable: int PopupWindow_android_popupAnimationStyle -wangdaye.com.geometricweather.R$id: int star_1 -com.google.android.material.card.MaterialCardView: void setStrokeColor(int) -com.google.android.material.R$layout: int abc_list_menu_item_icon -android.support.v4.os.ResultReceiver$MyRunnable -okhttp3.internal.ws.RealWebSocket: long MAX_QUEUE_SIZE -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float pm25 -okio.Okio: okio.Source source(java.io.InputStream,okio.Timeout) -wangdaye.com.geometricweather.R$string: int action_search -com.google.android.material.chip.Chip: void setIconStartPaddingResource(int) -com.google.android.material.R$id: int clear_text -androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour: androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour MATCH_CONSTRAINT -androidx.preference.R$dimen: int abc_edit_text_inset_horizontal_material -james.adaptiveicon.R$styleable: int AppCompatTheme_windowFixedHeightMinor -james.adaptiveicon.R$drawable: int abc_list_selector_holo_light -com.jaredrummler.android.colorpicker.R$id: int icon_group -com.xw.repo.bubbleseekbar.R$styleable: int View_android_theme -androidx.preference.R$attr: int multiChoiceItemLayout -wangdaye.com.geometricweather.R$interpolator: int btn_radio_to_on_mtrl_animation_interpolator_0 -androidx.preference.R$styleable: int DrawerArrowToggle_spinBars -androidx.constraintlayout.widget.R$id: int time -wangdaye.com.geometricweather.daily.DailyWeatherActivity -io.reactivex.Observable: io.reactivex.Observable mergeArray(int,int,io.reactivex.ObservableSource[]) -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_hintTextAppearance -james.adaptiveicon.R$anim: int abc_slide_out_bottom -androidx.appcompat.R$drawable: int abc_ratingbar_small_material -wangdaye.com.geometricweather.R$id: int buttonPanel -cyanogenmod.app.Profile$TriggerType -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceBody1 -wangdaye.com.geometricweather.R$id: int selected -com.google.android.material.R$styleable: int KeyAttribute_framePosition -wangdaye.com.geometricweather.R$style: int TextAppearance_Compat_Notification_Info -androidx.appcompat.R$anim: int abc_slide_in_bottom -com.jaredrummler.android.colorpicker.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Dialog_Alert -androidx.lifecycle.extensions.R$styleable: int GradientColor_android_endY -wangdaye.com.geometricweather.R$color: int mtrl_textinput_disabled_color -android.didikee.donate.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub: java.lang.String DESCRIPTOR -cyanogenmod.externalviews.ExternalView$1: ExternalView$1(cyanogenmod.externalviews.ExternalView) -androidx.appcompat.R$styleable: int AppCompatTextView_drawableRightCompat -com.google.android.material.R$style: int Base_Widget_MaterialComponents_ProgressIndicator -wangdaye.com.geometricweather.R$styleable: int ShapeableImageView_shapeAppearance -androidx.preference.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item -com.google.android.material.R$styleable: int MenuItem_android_numericShortcut -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_gradientRadius -okhttp3.ConnectionPool: long keepAliveDurationNs -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.util.Date sunsetTime -io.reactivex.internal.util.VolatileSizeArrayList: boolean addAll(java.util.Collection) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property SunRiseDate -androidx.dynamicanimation.R$id: int italic -com.google.android.material.R$attr: int badgeStyle -wangdaye.com.geometricweather.R$styleable: int Spinner_android_prompt -androidx.dynamicanimation.R$attr: int font -androidx.hilt.lifecycle.R$styleable: int Fragment_android_name -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: void setValue(java.lang.String) -com.google.android.material.R$drawable: int abc_ic_star_half_black_36dp -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator __MAGICAL_TEST_PASSING_ENABLER_VALIDATOR -cyanogenmod.themes.IThemeService: void applyDefaultTheme() -okhttp3.internal.http2.Http2Connection: boolean access$300(okhttp3.internal.http2.Http2Connection) -com.google.android.material.internal.NavigationMenuView -com.google.android.material.button.MaterialButton: android.content.res.ColorStateList getBackgroundTintList() -androidx.preference.R$styleable: int RecyclerView_stackFromEnd -com.turingtechnologies.materialscrollbar.R$id: int mtrl_internal_children_alpha_tag -androidx.preference.MultiSelectListPreferenceDialogFragmentCompat: MultiSelectListPreferenceDialogFragmentCompat() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String moonPhaseDescription -com.bumptech.glide.R$styleable: int FontFamilyFont_android_fontStyle -androidx.appcompat.R$styleable: int StateListDrawable_android_constantSize -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Large_Inverse -okio.Buffer: okio.Buffer writeTo(java.io.OutputStream,long) -okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Stream newStream(java.util.List,boolean) -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: boolean tryOnError(java.lang.Throwable) -io.reactivex.internal.observers.InnerQueuedObserver: int fusionMode -com.jaredrummler.android.colorpicker.R$styleable: int[] ButtonBarLayout -wangdaye.com.geometricweather.R$id: int notification_big_week_3 -androidx.constraintlayout.widget.R$styleable: int ButtonBarLayout_allowStacking -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_goneMarginStart -androidx.preference.R$drawable: int abc_btn_radio_to_on_mtrl_015 -androidx.viewpager.widget.PagerTabStrip: int getMinHeight() -androidx.preference.R$color: int switch_thumb_material_light -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: MfForecastResult$Forecast() -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_SearchView_ActionBar -okhttp3.OkHttpClient$1: boolean isInvalidHttpUrlHost(java.lang.IllegalArgumentException) -cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: java.lang.String INCREASING_VOLUME -com.google.android.material.R$string: int clear_text_end_icon_content_description -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval[] values() -okhttp3.internal.http.HttpMethod: HttpMethod() -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_subtitle_top_margin_material -androidx.appcompat.R$id: int action_bar_root -cyanogenmod.weatherservice.ServiceRequest: cyanogenmod.weather.RequestInfo getRequestInfo() -wangdaye.com.geometricweather.R$string: int key_pressure_unit -wangdaye.com.geometricweather.R$attr: int colorOnBackground -retrofit2.BuiltInConverters$VoidResponseBodyConverter -androidx.preference.R$styleable: int[] MenuView -wangdaye.com.geometricweather.R$id: int widget_day_week_week_4 -wangdaye.com.geometricweather.db.entities.DailyEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.DailyEntity,int) -androidx.preference.R$styleable: int FontFamilyFont_android_fontWeight -okhttp3.internal.tls.CertificateChainCleaner: java.util.List clean(java.util.List,java.lang.String) -com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleMarginBottom -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_temp_1 -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Body2 -com.jaredrummler.android.colorpicker.R$style: int PreferenceFragmentList_Material -wangdaye.com.geometricweather.R$string: int feedback_location_failed -io.reactivex.internal.observers.LambdaObserver: long serialVersionUID -androidx.appcompat.R$styleable: int GradientColor_android_centerY -androidx.appcompat.R$styleable: int DrawerArrowToggle_arrowShaftLength -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu -com.google.android.material.floatingactionbutton.FloatingActionButton: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIconTintMode -io.reactivex.Observable: io.reactivex.Observable join(io.reactivex.ObservableSource,io.reactivex.functions.Function,io.reactivex.functions.Function,io.reactivex.functions.BiFunction) -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents -androidx.lifecycle.ProcessLifecycleOwner$3 -com.bumptech.glide.integration.okhttp.R$style -wangdaye.com.geometricweather.R$id: int activity_widget_config_top -com.jaredrummler.android.colorpicker.R$id: int none -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language PORTUGUESE -com.google.android.material.R$styleable: int Spinner_android_popupBackground -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_mini_dark -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String pm25 -cyanogenmod.hardware.CMHardwareManager: int FEATURE_SERIAL_NUMBER -wangdaye.com.geometricweather.R$id: int notification_multi_city_text_3 -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabTextColor -cyanogenmod.app.LiveLockScreenManager: boolean getLiveLockScreenEnabled() -com.bumptech.glide.R$drawable: int notification_bg_low_pressed -retrofit2.ParameterHandler$Path: java.lang.String name -com.bumptech.glide.R$id: int normal -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_NULL_SHA -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_7 -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getSnowPrecipitationProbability() -com.turingtechnologies.materialscrollbar.R$style: int Base_V21_Theme_AppCompat -com.google.gson.stream.JsonWriter: int[] stack -io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: long produced -com.turingtechnologies.materialscrollbar.R$attr: int msb_barColor -com.xw.repo.bubbleseekbar.R$attr: int theme -wangdaye.com.geometricweather.R$attr: int titleMarginEnd -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver -okhttp3.Response: java.lang.String header(java.lang.String,java.lang.String) -wangdaye.com.geometricweather.common.rxjava.BaseObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_snackbar_margin_horizontal -com.google.android.material.R$attr: int state_collapsible -io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: ObservableInterval$IntervalObserver(io.reactivex.Observer) -androidx.work.impl.workers.ConstraintTrackingWorker -androidx.recyclerview.R$drawable: int notification_bg_low_normal -okhttp3.internal.http.BridgeInterceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit F -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void dispose() -cyanogenmod.app.ILiveLockScreenManager -wangdaye.com.geometricweather.R$styleable: int SearchView_suggestionRowLayout -okhttp3.internal.Util$1: int compare(java.lang.String,java.lang.String) -com.google.android.material.R$attr: int constraints -cyanogenmod.platform.R -android.didikee.donate.R$attr: int windowActionModeOverlay -android.didikee.donate.R$styleable: int ViewBackgroundHelper_backgroundTint -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintTop_toTopOf -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleMargins -okio.Buffer: okio.ByteString sha512() -com.google.android.material.R$attr: int closeIconSize -androidx.appcompat.R$dimen: int abc_dialog_padding_material -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property WetBulbTemperature -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: ObservableSampleWithObservable$SampleMainObserver(io.reactivex.Observer,io.reactivex.ObservableSource) -wangdaye.com.geometricweather.R$attr: int customColorValue -androidx.constraintlayout.widget.R$attr: int actionModeCloseButtonStyle -com.google.android.material.R$styleable: int KeyCycle_waveVariesBy -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.util.Date time -wangdaye.com.geometricweather.main.MainActivityViewModel$Status: wangdaye.com.geometricweather.main.MainActivityViewModel$Status valueOf(java.lang.String) -okhttp3.internal.publicsuffix.PublicSuffixDatabase: byte[] publicSuffixExceptionListBytes -com.google.android.material.R$attr: int listDividerAlertDialog -okhttp3.MultipartBody$Builder: okhttp3.MultipartBody$Builder addPart(okhttp3.MultipartBody$Part) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: void setValue(java.util.List) -androidx.coordinatorlayout.R$id: int tag_unhandled_key_event_manager -androidx.constraintlayout.widget.R$id: int tag_accessibility_actions -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_18 -com.google.android.material.textfield.TextInputLayout: void setErrorTextAppearance(int) -retrofit2.ParameterHandler$PartMap: ParameterHandler$PartMap(java.lang.reflect.Method,int,retrofit2.Converter,java.lang.String) -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DialogWhenLarge -okhttp3.internal.http2.Header: java.lang.String TARGET_SCHEME_UTF8 -androidx.viewpager2.R$id -com.bumptech.glide.integration.okhttp.R$attr: int ttcIndex -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: org.reactivestreams.Subscriber downstream -okio.HashingSource: okio.ByteString hash() -cyanogenmod.app.ProfileManager: android.content.Context mContext -okhttp3.internal.Util$1: int compare(java.lang.Object,java.lang.Object) -androidx.appcompat.widget.AppCompatImageView: AppCompatImageView(android.content.Context,android.util.AttributeSet,int) -cyanogenmod.weatherservice.ServiceRequestResult: cyanogenmod.weather.WeatherInfo getWeatherInfo() -com.google.android.material.R$attr: int background -androidx.constraintlayout.widget.R$id: int title -com.google.android.material.slider.Slider: void setEnabled(boolean) -okhttp3.internal.ws.WebSocketWriter$FrameSink: okhttp3.internal.ws.WebSocketWriter this$0 -com.google.android.material.R$dimen: int abc_seekbar_track_progress_height_material -com.google.android.material.slider.RangeSlider: void setThumbStrokeWidth(float) -androidx.viewpager2.R$styleable: int ViewPager2_android_orientation -androidx.viewpager.R$id: int notification_main_column -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: void setStatus(int) -com.turingtechnologies.materialscrollbar.R$attr: int msb_recyclerView -com.google.android.material.R$styleable: int ConstraintSet_flow_lastHorizontalBias -androidx.activity.R$id: int accessibility_custom_action_4 -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: void onComplete() -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.lang.String getHour(android.content.Context) -com.xw.repo.bubbleseekbar.R$attr: int dialogCornerRadius -com.google.android.material.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity -io.reactivex.Observable: io.reactivex.observers.TestObserver test() -androidx.appcompat.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: MinutelyEntityDao(org.greenrobot.greendao.internal.DaoConfig) -androidx.lifecycle.extensions.R$id: int notification_main_column_container -wangdaye.com.geometricweather.R$string: int settings_category_widget -wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_drawableBottom -wangdaye.com.geometricweather.R$string: int transition_activity_search_bar -wangdaye.com.geometricweather.R$dimen: int preference_icon_minWidth -androidx.vectordrawable.R$id: int time -okio.Timeout: okio.Timeout clearDeadline() -androidx.legacy.coreutils.R$id: int async -androidx.recyclerview.R$styleable: int FontFamilyFont_font -com.jaredrummler.android.colorpicker.R$id: int expand_activities_button -com.jaredrummler.android.colorpicker.R$dimen: int abc_control_corner_material -wangdaye.com.geometricweather.R$attr: int flow_lastHorizontalStyle -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_20 -com.google.android.material.slider.RangeSlider: float getThumbElevation() -wangdaye.com.geometricweather.R$id: int month_navigation_bar -cyanogenmod.app.suggest.ApplicationSuggestion: ApplicationSuggestion(java.lang.String,java.lang.String,android.net.Uri,android.net.Uri) -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property GrassIndex -okhttp3.Address: java.util.List connectionSpecs -com.google.android.material.R$styleable: int SearchView_closeIcon -org.greenrobot.greendao.AbstractDaoMaster: int getSchemaVersion() -androidx.lifecycle.LiveData: int mVersion -androidx.lifecycle.ReportFragment$ActivityInitializationListener: void onResume() -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeCutDrawable -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_textLocale -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property RagweedIndex -com.xw.repo.bubbleseekbar.R$id: int search_bar -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: org.reactivestreams.Subscriber mSubscriber -android.didikee.donate.R$attr: int textAllCaps -androidx.preference.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert -cyanogenmod.app.CMTelephonyManager: boolean localLOGD -androidx.constraintlayout.widget.R$layout: int abc_popup_menu_item_layout -androidx.vectordrawable.R$id: int action_image -com.google.android.material.R$styleable: int BottomNavigationView_itemTextAppearanceActive -retrofit2.OptionalConverterFactory$OptionalConverter: OptionalConverterFactory$OptionalConverter(retrofit2.Converter) -okhttp3.internal.http1.Http1Codec: okio.Sink newFixedLengthSink(long) -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: io.reactivex.internal.queue.SpscLinkedArrayQueue queue -androidx.recyclerview.widget.RecyclerView: void setRecycledViewPool(androidx.recyclerview.widget.RecyclerView$RecycledViewPool) -androidx.appcompat.widget.AppCompatEditText: java.lang.CharSequence getText() -com.google.android.material.R$drawable: int abc_btn_switch_to_on_mtrl_00001 -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: int consumed -androidx.appcompat.widget.AppCompatTextView: android.content.res.ColorStateList getSupportCompoundDrawablesTintList() -androidx.lifecycle.extensions.R$id: int info -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dividerHorizontal -retrofit2.ParameterHandler$Header: java.lang.String name -okhttp3.internal.connection.RealConnection: void connectTunnel(int,int,int,okhttp3.Call,okhttp3.EventListener) -wangdaye.com.geometricweather.R$attr: int customColorDrawableValue -androidx.viewpager.R$style: int Widget_Compat_NotificationActionText -androidx.constraintlayout.widget.R$attr: int textLocale -cyanogenmod.power.PerformanceManager: PerformanceManager(android.content.Context) -retrofit2.KotlinExtensions$await$4$2: void onResponse(retrofit2.Call,retrofit2.Response) -androidx.appcompat.R$styleable: int MenuView_android_horizontalDivider -com.turingtechnologies.materialscrollbar.R$id: int action_mode_close_button -com.google.gson.stream.JsonReader: int NUMBER_CHAR_DECIMAL -com.google.android.material.R$id: int notification_main_column_container -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setShowMotionSpecResource(int) -okhttp3.internal.http2.Http2Stream -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_weight -androidx.recyclerview.R$dimen: R$dimen() -androidx.constraintlayout.utils.widget.ImageFilterView: ImageFilterView(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$id: int pin -androidx.lifecycle.DefaultLifecycleObserver: void onCreate(androidx.lifecycle.LifecycleOwner) -com.turingtechnologies.materialscrollbar.R$attr: int actionBarDivider -wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: AbsTrendItemView(android.content.Context) -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_startY -wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Long readKey(android.database.Cursor,int) -wangdaye.com.geometricweather.R$string: int material_slider_range_end -androidx.lifecycle.extensions.R$styleable: int[] GradientColor -com.google.android.material.R$styleable: int TabItem_android_text -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_SCREEN_ON_VALIDATOR -wangdaye.com.geometricweather.db.entities.DailyEntity: int nighttimeTemperature -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeCloseDrawable -androidx.hilt.work.R$id: int accessibility_custom_action_22 -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$LocalSource: java.lang.String WeatherCode -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_67 -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_hideMotionSpec -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult -retrofit2.RequestBuilder: void addTag(java.lang.Class,java.lang.Object) -com.google.android.material.R$styleable: int ConstraintSet_flow_firstVerticalStyle -wangdaye.com.geometricweather.R$drawable: int abc_ic_ab_back_material -okio.Okio: okio.Source source(java.nio.file.Path,java.nio.file.OpenOption[]) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getPm10Desc() -com.google.android.material.R$styleable: int MockView_mock_labelColor -androidx.constraintlayout.widget.R$attr: int layout_constraintWidth_min -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.AlertEntityDao getAlertEntityDao() -wangdaye.com.geometricweather.R$animator: int touch_raise -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_RatingBar_Indicator -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex -retrofit2.OkHttpCall$ExceptionCatchingResponseBody$1: retrofit2.OkHttpCall$ExceptionCatchingResponseBody this$0 -io.reactivex.internal.disposables.DisposableHelper: boolean dispose(java.util.concurrent.atomic.AtomicReference) -androidx.preference.R$dimen: int tooltip_corner_radius -androidx.fragment.app.FragmentActivity -okio.AsyncTimeout$1: void flush() -okhttp3.Interceptor -androidx.preference.R$attr: int navigationMode -okhttp3.internal.ws.RealWebSocket$1: okhttp3.internal.ws.RealWebSocket this$0 -wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_marginStart -com.turingtechnologies.materialscrollbar.R$attr: int windowActionModeOverlay -com.jaredrummler.android.colorpicker.R$styleable: int[] AppCompatImageView -wangdaye.com.geometricweather.R$id: int ifRoom -androidx.constraintlayout.widget.R$color: int accent_material_dark -wangdaye.com.geometricweather.R$dimen: int design_fab_translation_z_hovered_focused -com.xw.repo.bubbleseekbar.R$string: int abc_action_bar_home_description -android.didikee.donate.R$id: int none -wangdaye.com.geometricweather.R$attr: int cpv_colorPresets -okhttp3.internal.publicsuffix.PublicSuffixDatabase -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_readPersistentBytes -com.xw.repo.bubbleseekbar.R$drawable: int abc_seekbar_tick_mark_material -cyanogenmod.app.IProfileManager$Stub$Proxy: android.app.NotificationGroup getNotificationGroup(android.os.ParcelUuid) -com.google.android.material.R$styleable: int AnimatedStateListDrawableTransition_android_fromId -wangdaye.com.geometricweather.R$style: int PopupWindowAnimation_Top_Left -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: android.os.IBinder mRemote -androidx.swiperefreshlayout.R$id: int tag_accessibility_actions -androidx.preference.R$drawable: int notification_bg_low_pressed -okio.Buffer: long size -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_creator -com.google.android.material.R$attr: int materialCalendarHeaderTitle -com.google.android.material.R$layout: int material_time_chip -cyanogenmod.externalviews.KeyguardExternalView$11: float val$swipeProgress -io.reactivex.Observable: io.reactivex.Observable throttleLatest(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -cyanogenmod.providers.WeatherContract: android.net.Uri AUTHORITY_URI -com.jaredrummler.android.colorpicker.R$attr: int expandActivityOverflowButtonDrawable -wangdaye.com.geometricweather.R$styleable: int MenuGroup_android_id -wangdaye.com.geometricweather.R$color: int material_on_surface_emphasis_high_type -androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_shadowColor -com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_listLayout -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver -com.google.android.material.floatingactionbutton.FloatingActionButton: void setSupportImageTintList(android.content.res.ColorStateList) -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.lifecycle.LiveData: void removeObserver(androidx.lifecycle.Observer) -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric: double Value -wangdaye.com.geometricweather.R$array: int notification_style_values -androidx.appcompat.R$drawable: int btn_radio_off_mtrl -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_overflow_padding_start_material -com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Bridge -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Display3 -androidx.preference.R$dimen: int abc_button_inset_vertical_material -retrofit2.Utils: Utils() -cyanogenmod.app.Profile$TriggerState: int DISABLED -james.adaptiveicon.R$styleable: int ColorStateListItem_alpha -com.google.android.material.internal.NavigationMenuView: NavigationMenuView(android.content.Context) -com.xw.repo.bubbleseekbar.R$attr: int showDividers -wangdaye.com.geometricweather.R$array: int duration_units -okhttp3.internal.http.RealInterceptorChain: int index -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Metric: double Value -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial: double Value -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: Precipitation(java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float) -com.xw.repo.bubbleseekbar.R$attr: int colorButtonNormal -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Direction: java.lang.String English -wangdaye.com.geometricweather.R$style: int AndroidThemeColorAccentYellow -okhttp3.HttpUrl$Builder: java.lang.String encodedUsername -com.google.android.material.R$attr: int errorTextAppearance -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constrainedHeight -okhttp3.OkHttpClient: okhttp3.CertificatePinner certificatePinner -androidx.lifecycle.MutableLiveData: void postValue(java.lang.Object) -androidx.appcompat.resources.R$id: int accessibility_custom_action_23 -androidx.core.R$dimen: int notification_media_narrow_margin -androidx.lifecycle.ProcessLifecycleOwner$2: void onStart() -com.google.android.material.appbar.CollapsingToolbarLayout: int getScrimVisibleHeightTrigger() -wangdaye.com.geometricweather.R$drawable: int ic_toolbar_close -okhttp3.internal.http2.Http2Stream: boolean hasResponseHeaders -com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode: com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode LAST_ELEMENT -androidx.preference.R$style: int PreferenceThemeOverlay_v14_Material -wangdaye.com.geometricweather.R$id: int graph -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: io.reactivex.internal.fuseable.SimpleQueue queue -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ListMenuView -com.google.android.material.R$style: int Theme_AppCompat_Light_NoActionBar -androidx.constraintlayout.utils.widget.ImageFilterView: float getWarmth() -cyanogenmod.hardware.ICMHardwareService: int[] getVibratorIntensity() -android.didikee.donate.R$id: int search_plate -com.turingtechnologies.materialscrollbar.R$styleable -wangdaye.com.geometricweather.R$id: int action_text -androidx.viewpager2.R$id: int blocking -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ShapeableImageView -androidx.fragment.R$drawable: int notification_bg -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone: AccuLocationResult$TimeZone() -wangdaye.com.geometricweather.R$color: int abc_secondary_text_material_light -wangdaye.com.geometricweather.R$string: int aqi_2 -androidx.preference.R$id: int checked -cyanogenmod.media.MediaRecorder: java.lang.String EXTRA_CURRENT_PACKAGE_NAME -androidx.preference.R$styleable: int[] View -androidx.preference.R$attr: int dialogCornerRadius -androidx.lifecycle.extensions.R$drawable: int notification_bg -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeCopyDrawable -com.google.android.material.R$styleable: int Layout_layout_constraintBaseline_creator -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_maxHeight -com.turingtechnologies.materialscrollbar.R$attr: int dividerPadding -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIndicatorFullWidth -androidx.preference.R$styleable: int AppCompatTheme_actionModeCutDrawable -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind: AccuDailyResult$DailyForecasts$Day$Wind() -androidx.preference.R$anim: int abc_slide_out_bottom -retrofit2.OkHttpCall$ExceptionCatchingResponseBody: long contentLength() -cyanogenmod.externalviews.IKeyguardExternalViewProvider: void alterWindow(int,int,int,int,boolean,android.graphics.Rect) -org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.async.AsyncSession startAsyncSession() -com.google.android.material.R$style: int Widget_MaterialComponents_TextInputEditText_OutlinedBox -android.didikee.donate.R$drawable: int abc_ic_voice_search_api_material -wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: java.lang.String getTagValue() -wangdaye.com.geometricweather.R$id: int material_timepicker_cancel_button -com.google.android.material.R$drawable: int abc_switch_thumb_material -androidx.preference.R$style -androidx.coordinatorlayout.R$id: int text -wangdaye.com.geometricweather.R$color: int colorLevel_6 -wangdaye.com.geometricweather.settings.dialogs.WechatDonateDialog -androidx.cardview.R$styleable: int CardView_contentPaddingRight -com.google.android.material.R$styleable: int NavigationView_itemShapeAppearance -com.turingtechnologies.materialscrollbar.R$attr: int msb_barThickness -com.turingtechnologies.materialscrollbar.R$id: int parent_matrix -androidx.lifecycle.LiveDataReactiveStreams: androidx.lifecycle.LiveData fromPublisher(org.reactivestreams.Publisher) -androidx.vectordrawable.R$color -com.google.android.material.R$styleable: int TextInputLayout_counterOverflowTextColor -androidx.hilt.work.R$styleable: int Fragment_android_tag -androidx.fragment.R$dimen: int notification_large_icon_height -cyanogenmod.externalviews.IExternalViewProvider$Stub: cyanogenmod.externalviews.IExternalViewProvider asInterface(android.os.IBinder) -james.adaptiveicon.AdaptiveIconView: AdaptiveIconView(android.content.Context,android.util.AttributeSet) -androidx.preference.R$styleable: int AppCompatTheme_actionModePasteDrawable -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_android_disableDependentsState -android.didikee.donate.R$attr: int colorSwitchThumbNormal -okhttp3.Headers$Builder: okhttp3.Headers build() -android.didikee.donate.R$attr: int buttonBarButtonStyle -android.didikee.donate.R$style: int TextAppearance_AppCompat_Body1 -okhttp3.logging.HttpLoggingInterceptor$Level -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_elevation -com.jaredrummler.android.colorpicker.R$color: int dim_foreground_disabled_material_light -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Speed: java.lang.String Unit -androidx.core.R$styleable: int GradientColor_android_startColor -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionBar_TabView -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float getTotal() -androidx.lifecycle.ComputableLiveData: java.util.concurrent.atomic.AtomicBoolean mInvalid -cyanogenmod.profiles.ConnectionSettings: android.os.Parcelable$Creator CREATOR -androidx.constraintlayout.widget.Guideline: Guideline(android.content.Context,android.util.AttributeSet,int) -androidx.constraintlayout.widget.R$style: int Base_V26_Widget_AppCompat_Toolbar -com.xw.repo.bubbleseekbar.R$attr: int titleMargin -com.xw.repo.bubbleseekbar.R$string: int abc_action_menu_overflow_description -androidx.appcompat.widget.AppCompatImageButton: void setBackgroundResource(int) -okhttp3.HttpUrl$Builder: void push(java.lang.String,int,int,boolean,boolean) -wangdaye.com.geometricweather.R$styleable: int Constraint_android_minHeight -wangdaye.com.geometricweather.R$layout: int material_clockface_textview -wangdaye.com.geometricweather.R$id: int chronometer -wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.lang.String getLunar() -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() -com.bumptech.glide.integration.okhttp.R$dimen: int notification_small_icon_size_as_large -cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_COLOR_ENHANCE -androidx.appcompat.R$styleable: int MenuItem_android_orderInCategory -com.bumptech.glide.R$styleable: int[] GradientColor -com.bumptech.glide.R$integer: int status_bar_notification_info_maxnum -androidx.vectordrawable.R$style: int Widget_Compat_NotificationActionContainer -wangdaye.com.geometricweather.R$styleable: int[] ViewBackgroundHelper -com.turingtechnologies.materialscrollbar.R$attr: int fontProviderFetchStrategy -com.turingtechnologies.materialscrollbar.R$id: int submit_area -androidx.work.R$dimen: int compat_button_padding_vertical_material -androidx.appcompat.view.menu.ListMenuItemView: void setSubMenuArrowVisible(boolean) -com.google.android.material.R$styleable: int[] ThemeEnforcement -com.google.android.material.R$style: int Base_V7_Theme_AppCompat_Light_Dialog -com.xw.repo.bubbleseekbar.R$layout -wangdaye.com.geometricweather.R$attr: int bsb_section_text_size -androidx.vectordrawable.R$integer -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize -androidx.vectordrawable.animated.R$styleable: int GradientColor_android_centerY -okhttp3.internal.http2.Http2Reader$ContinuationSource: okio.Timeout timeout() -com.xw.repo.bubbleseekbar.R$attr: int bsb_show_thumb_text -cyanogenmod.externalviews.KeyguardExternalView$2: void collapseNotificationPanel() -androidx.preference.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Metric Metric -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_height -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setTitle(java.lang.String) -androidx.hilt.R$anim -androidx.transition.R$styleable: int FontFamilyFont_fontWeight -io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: void setResource(io.reactivex.disposables.Disposable) -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_content_inset_with_nav -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader -com.google.android.material.R$id: int design_menu_item_action_area -wangdaye.com.geometricweather.remoteviews.config.WeekWidgetConfigActivity: WeekWidgetConfigActivity() -wangdaye.com.geometricweather.R$styleable: int PreferenceImageView_android_maxHeight -com.google.android.material.R$attr: int textAppearancePopupMenuHeader -wangdaye.com.geometricweather.R$layout: int widget_day_mini -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: int hasSeaBulletin -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: io.reactivex.Scheduler$Worker worker -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain: java.lang.Float cumul24H -androidx.constraintlayout.widget.R$styleable: int Transition_pathMotionArc -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle -cyanogenmod.providers.CMSettings$Global: int getInt(android.content.ContentResolver,java.lang.String,int) -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Display4 -com.google.android.material.button.MaterialButtonToggleGroup: java.util.List getCheckedButtonIds() -com.xw.repo.bubbleseekbar.R$style: int Base_V22_Theme_AppCompat_Light -james.adaptiveicon.R$drawable: int abc_btn_switch_to_on_mtrl_00012 -wangdaye.com.geometricweather.R$attr: int layout_constraintBaseline_toBaselineOf -com.google.android.material.R$attr: int titleMargins -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_30 -com.google.android.material.textfield.TextInputLayout: float getBoxCornerRadiusTopStart() -okhttp3.internal.http.RealInterceptorChain: okhttp3.internal.http.HttpCodec httpStream() -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_barrierDirection -com.google.android.material.R$attr: int subtitleTextStyle -com.google.android.material.R$color: int mtrl_bottom_nav_colored_ripple_color -wangdaye.com.geometricweather.R$attr: int layout_scrollFlags -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void alterWindow(int,int,int,int,boolean,android.graphics.Rect) -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceCategoryStyle -androidx.recyclerview.R$id: int accessibility_custom_action_23 -okhttp3.internal.http2.Http2Connection$ReaderRunnable$2 -com.turingtechnologies.materialscrollbar.R$drawable: int ic_mtrl_chip_checked_circle -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer ragweedIndex -com.turingtechnologies.materialscrollbar.R$color: int cardview_dark_background -okhttp3.RealCall$AsyncCall -androidx.constraintlayout.widget.R$attr: int theme -com.google.android.material.button.MaterialButton: void setIconTintResource(int) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$6: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 -wangdaye.com.geometricweather.R$id: int activity_widget_config_showCardSpinner -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: java.lang.String getSourceVoice(android.content.Context) -androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$Event downEvent(androidx.lifecycle.Lifecycle$State) -okhttp3.internal.Internal: void addLenient(okhttp3.Headers$Builder,java.lang.String,java.lang.String) -cyanogenmod.app.CustomTile$Builder: android.content.Context mContext -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_backgroundTint -wangdaye.com.geometricweather.R$dimen: int abc_search_view_preferred_height -androidx.constraintlayout.widget.R$style: int Base_V21_Theme_AppCompat_Light_Dialog -androidx.preference.R$layout: int preference_widget_seekbar_material -james.adaptiveicon.R$attr: int spinBars -okhttp3.MediaType: MediaType(java.lang.String,java.lang.String,java.lang.String,java.lang.String) -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void drain() -androidx.appcompat.widget.AppCompatButton: android.content.res.ColorStateList getSupportCompoundDrawablesTintList() -wangdaye.com.geometricweather.R$drawable: int abc_switch_track_mtrl_alpha -okhttp3.OkHttpClient: okhttp3.EventListener$Factory eventListenerFactory -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.ChineseCityEntity) -okhttp3.RealCall: void enqueue(okhttp3.Callback) -wangdaye.com.geometricweather.R$id: int item_about_link_text -com.turingtechnologies.materialscrollbar.R$styleable: int[] FlowLayout -androidx.hilt.work.R$id: int notification_background -wangdaye.com.geometricweather.R$id: int text2 -com.google.android.material.R$styleable: int[] Tooltip -retrofit2.Retrofit: java.util.List converterFactories -com.turingtechnologies.materialscrollbar.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset -wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: java.lang.String insee -james.adaptiveicon.R$styleable: int ActionBar_title -wangdaye.com.geometricweather.R$string: int key_dark_mode -androidx.lifecycle.LiveData: java.lang.Object getValue() -cyanogenmod.app.PartnerInterface: PartnerInterface(android.content.Context) -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeTotalPrecipitationDuration(java.lang.Float) -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Dialog -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: java.lang.String insee -okio.Buffer: okio.BufferedSink write(okio.ByteString) -com.google.android.material.R$drawable: int tooltip_frame_dark -androidx.appcompat.R$attr: int listChoiceIndicatorSingleAnimated -com.turingtechnologies.materialscrollbar.R$styleable: int ViewBackgroundHelper_backgroundTintMode -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String TITLE -com.bumptech.glide.R$dimen: int notification_right_icon_size -com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy LOWER_CASE_WITH_DOTS -io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: java.util.concurrent.atomic.AtomicReference upstream -retrofit2.ParameterHandler$Path: void apply(retrofit2.RequestBuilder,java.lang.Object) -com.bumptech.glide.R$id: int none -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowActionModeOverlay -com.google.android.material.R$attr: int tabPaddingEnd -androidx.appcompat.R$attr: int logo -com.jaredrummler.android.colorpicker.R$layout -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -com.google.android.material.R$dimen: int material_emphasis_medium -androidx.vectordrawable.animated.R$integer: int status_bar_notification_info_maxnum -okhttp3.internal.http.RequestLine -com.google.android.material.R$attr: int statusBarScrim -wangdaye.com.geometricweather.background.polling.permanent.update.Hilt_ForegroundTodayForecastUpdateService: Hilt_ForegroundTodayForecastUpdateService() -james.adaptiveicon.R$styleable: int DrawerArrowToggle_spinBars -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_toRightOf -wangdaye.com.geometricweather.R$attr: int panelMenuListTheme -wangdaye.com.geometricweather.db.entities.AlertEntity -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorPrimary -james.adaptiveicon.R$styleable: int TextAppearance_android_textColor -james.adaptiveicon.R$styleable: int FontFamily_fontProviderFetchTimeout -cyanogenmod.providers.CMSettings$Global: long getLongForUser(android.content.ContentResolver,java.lang.String,int) -com.google.android.material.R$style: int Widget_MaterialComponents_AppBarLayout_Surface -retrofit2.Retrofit$1: Retrofit$1(retrofit2.Retrofit,java.lang.Class) -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_prefixTextAppearance -android.didikee.donate.R$dimen: int abc_text_size_small_material -com.google.android.material.circularreveal.CircularRevealRelativeLayout: void setRevealInfo(com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo) -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_TabBar -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonStyle -com.google.android.material.R$styleable: int AppCompatTheme_spinnerStyle -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: io.reactivex.Observer downstream -com.google.android.material.chip.Chip: java.lang.CharSequence getCloseIconContentDescription() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableLeftCompat -wangdaye.com.geometricweather.R$drawable: int ic_close -com.google.android.material.appbar.CollapsingToolbarLayout: void setCollapsedTitleTextColor(int) -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy -wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider NATIVE -com.github.rahatarmanahmed.cpv.CircularProgressView: boolean isIndeterminate() -io.reactivex.internal.observers.DeferredScalarDisposable: void complete(java.lang.Object) -android.didikee.donate.R$drawable: int abc_cab_background_internal_bg -io.reactivex.Observable: io.reactivex.Observable concatWith(io.reactivex.CompletableSource) -androidx.work.WorkInfo$State: androidx.work.WorkInfo$State RUNNING -androidx.appcompat.widget.AppCompatImageView: void setImageResource(int) -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWeatherCode(wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode) -com.jaredrummler.android.colorpicker.R$drawable -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast: long dt -okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection$Builder pingIntervalMillis(int) -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid -cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator access$300() -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: boolean isEmpty() -androidx.preference.R$attr: int searchHintIcon -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_android_summaryOn -com.google.android.material.R$attr: int appBarLayoutStyle -androidx.lifecycle.SingleGeneratedAdapterObserver -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult -androidx.core.R$styleable: int[] ColorStateListItem -com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar -androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_android_font -cyanogenmod.providers.CMSettings$Secure: java.lang.String LIVE_DISPLAY_COLOR_MATRIX -androidx.lifecycle.ProcessLifecycleOwnerInitializer -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_CompoundButton_CheckBox -com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_corner_radius_material -okhttp3.internal.http2.Huffman$Node: int symbol -io.reactivex.internal.observers.BlockingObserver: java.util.Queue queue -androidx.activity.R$id: int right_side -androidx.lifecycle.extensions.R$id: int line1 -retrofit2.http.FieldMap: boolean encoded() -okhttp3.FormBody: java.lang.String value(int) -retrofit2.internal.EverythingIsNonNull -android.didikee.donate.R$drawable: int abc_textfield_default_mtrl_alpha -androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar -com.google.android.material.R$attr: int bottomNavigationStyle -com.google.android.material.R$dimen: int abc_dialog_fixed_width_minor -androidx.legacy.coreutils.R$attr: int ttcIndex -com.google.android.material.R$attr: int layout_constraintWidth_percent -okhttp3.Authenticator$1 -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: AccuDailyResult$DailyForecasts() -cyanogenmod.platform.R$string: R$string() -androidx.hilt.work.R$drawable: int notification_template_icon_low_bg -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub$Proxy: android.os.IBinder asBinder() -wangdaye.com.geometricweather.R$id: int floating -okhttp3.Cookie: int dateCharacterOffset(java.lang.String,int,int,boolean) -com.google.android.material.timepicker.TimePickerView: void setOnDoubleTapListener(com.google.android.material.timepicker.TimePickerView$OnDoubleTapListener) -cyanogenmod.app.CustomTile$ExpandedListItem: void setExpandedListItemTitle(java.lang.String) -okio.BufferedSink: okio.BufferedSink writeUtf8CodePoint(int) -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemTextColor -wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: java.lang.String getMoonPhase(android.content.Context) -androidx.recyclerview.R$id: int chronometer -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver: void onError(java.lang.Throwable) -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: void onError(java.lang.Throwable) -androidx.preference.R$style: int Widget_AppCompat_ListView_Menu -com.google.android.material.R$style: int Widget_MaterialComponents_ChipGroup -android.didikee.donate.R$attr: int buttonTintMode -androidx.constraintlayout.widget.R$styleable: int Constraint_android_scaleX -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay -androidx.preference.R$styleable: int AppCompatTheme_actionBarTabBarStyle -wangdaye.com.geometricweather.R$layout: int design_layout_tab_icon -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator MENU_WAKE_SCREENN_VALIDATOR -androidx.preference.R$anim: int btn_radio_to_on_mtrl_ring_outer_path_animation -androidx.constraintlayout.widget.R$attr: int dialogTheme -wangdaye.com.geometricweather.R$id: int circle_center -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Title_Inverse -wangdaye.com.geometricweather.R$string: int ice -androidx.preference.R$attr: int layout_anchor -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_weather -com.turingtechnologies.materialscrollbar.R$styleable: int[] Toolbar -androidx.coordinatorlayout.R$drawable: R$drawable() -androidx.lifecycle.extensions.R$dimen: int notification_big_circle_margin -wangdaye.com.geometricweather.R$styleable: int KeyCycle_transitionPathRotate -okhttp3.Cookie: Cookie(java.lang.String,java.lang.String,long,java.lang.String,java.lang.String,boolean,boolean,boolean,boolean) -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_BottomNavigationView_Colored -wangdaye.com.geometricweather.db.entities.HistoryEntity: int getNighttimeTemperature() -androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type HORIZONTAL_DIMENSION -retrofit2.ParameterHandler$QueryMap: boolean encoded -wangdaye.com.geometricweather.R$id: int dragLeft -retrofit2.ParameterHandler$Path: int p -com.google.android.material.R$drawable: int ic_mtrl_chip_checked_black -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeApparentTemperature(java.lang.Integer) -androidx.fragment.R$id: int tag_accessibility_clickable_spans -okhttp3.internal.ws.RealWebSocket: void awaitTermination(int,java.util.concurrent.TimeUnit) -androidx.core.R$string -com.google.android.material.R$attr: int cardElevation -androidx.constraintlayout.widget.R$style: int Base_Animation_AppCompat_Dialog -androidx.preference.R$style: int Widget_AppCompat_SeekBar_Discrete -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property IcePrecipitation -com.turingtechnologies.materialscrollbar.R$layout: int abc_activity_chooser_view -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub$Proxy -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DIALER_OPENCNAM_AUTH_TOKEN_VALIDATOR -androidx.transition.ChangeBounds$7: androidx.transition.ChangeBounds$ViewBounds mViewBounds -androidx.appcompat.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle -com.google.android.material.R$styleable: int MaterialButton_icon -androidx.activity.R$dimen: int compat_button_inset_vertical_material -james.adaptiveicon.R$styleable: int[] ActionBarLayout -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Direction: int Degrees -com.google.android.material.R$styleable: int BottomNavigationView_menu -james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceListItem -com.google.android.material.R$string: int character_counter_content_description -okhttp3.internal.tls.OkHostnameVerifier: boolean verifyHostname(java.lang.String,java.lang.String) -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onKeyguardDismissed -io.reactivex.Observable: io.reactivex.Observable publish(io.reactivex.functions.Function) -androidx.appcompat.R$dimen: int abc_disabled_alpha_material_light -wangdaye.com.geometricweather.R$string: int feedback_click_to_get_more -wangdaye.com.geometricweather.R$drawable: int shortcuts_hail -com.google.android.material.R$dimen: int mtrl_extended_fab_end_padding_icon -james.adaptiveicon.R$dimen: int abc_text_size_button_material -wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_AppbarTheme -androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_rotation -androidx.recyclerview.R$drawable: int notification_icon_background -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_8 -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart -androidx.constraintlayout.widget.R$style: int Base_V7_Widget_AppCompat_EditText -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintDimensionRatio -com.turingtechnologies.materialscrollbar.R$attr: int defaultQueryHint -androidx.legacy.coreutils.R$styleable: int FontFamilyFont_android_fontVariationSettings -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean isEmpty() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_100 -com.jaredrummler.android.colorpicker.R$attr: int fontProviderQuery -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_transitionPathRotate -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_display_4_material -wangdaye.com.geometricweather.R$string: int feedback_refresh_notification_after_back -okio.Buffer: okio.Buffer writeShortLe(int) -okhttp3.Response$Builder: okhttp3.Response cacheResponse -androidx.appcompat.resources.R$styleable: int GradientColor_android_endX -wangdaye.com.geometricweather.R$string: int precipitation_middle -androidx.appcompat.view.menu.StandardMenuPopup -androidx.vectordrawable.R$id: int text -wangdaye.com.geometricweather.R$array: int weather_sources -wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_4 -okhttp3.internal.http.RealResponseBody: okio.BufferedSource source() -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: void onNext(java.lang.Object) -wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider valueOf(java.lang.String) -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: FlowableRepeatWhen$WhenSourceSubscriber(org.reactivestreams.Subscriber,io.reactivex.processors.FlowableProcessor,org.reactivestreams.Subscription) -androidx.constraintlayout.widget.R$styleable: int Constraint_motionProgress -wangdaye.com.geometricweather.R$dimen: int notification_large_icon_height -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer getDegreeDayTemperature() -retrofit2.adapter.rxjava2.HttpException -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: int RelativeHumidity -okio.ByteString: java.lang.String utf8() -com.jaredrummler.android.colorpicker.R$attr: int windowFixedHeightMinor -com.jaredrummler.android.colorpicker.R$dimen: int highlight_alpha_material_dark -okhttp3.internal.cache2.Relay: okhttp3.internal.cache2.Relay read(java.io.File) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric: int UnitType -androidx.appcompat.R$dimen: int abc_list_item_height_small_material -cyanogenmod.app.CMTelephonyManager: java.util.List getSubInformation() -com.turingtechnologies.materialscrollbar.R$attr: int logo -com.xw.repo.bubbleseekbar.R$id: int search_edit_frame -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial -androidx.recyclerview.R$id: int blocking -androidx.recyclerview.R$styleable: int[] RecyclerView -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void next(java.lang.Object) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_default_padding_end_material -androidx.preference.R$string: int abc_menu_ctrl_shortcut_label -okhttp3.internal.connection.StreamAllocation: boolean $assertionsDisabled -james.adaptiveicon.R$attr: int alphabeticModifiers -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_checkable -androidx.appcompat.R$style: int TextAppearance_AppCompat_Tooltip -okhttp3.internal.http2.Huffman: void addCode(int,int,byte) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: java.lang.Throwable error -com.google.android.material.R$attr: int animationMode -com.google.android.material.R$styleable: int TextInputLayout_placeholderText -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver -io.reactivex.internal.subscriptions.SubscriptionArbiter: boolean unbounded -com.jaredrummler.android.colorpicker.R$attr: int buttonBarStyle -androidx.coordinatorlayout.R$id: int accessibility_custom_action_20 -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.internal.fuseable.SimplePlainQueue queue -james.adaptiveicon.R$layout: int abc_action_menu_layout -android.support.v4.os.ResultReceiver$MyResultReceiver: void send(int,android.os.Bundle) -wangdaye.com.geometricweather.R$string: int key_forecast_today -androidx.activity.R$attr: int alpha -androidx.lifecycle.extensions.R$layout: int custom_dialog -com.google.android.material.slider.RangeSlider: void setHaloRadiusResource(int) -wangdaye.com.geometricweather.R$drawable: int ic_donate -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ProgressBar -androidx.preference.R$attr: int titleMarginBottom -cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: void processCityNameLookupRequest(cyanogenmod.weather.RequestInfo) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AppBarLayout_Surface -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_PopupMenu_Overflow -cyanogenmod.weather.WeatherLocation$Builder -com.google.android.material.R$style: int Theme_MaterialComponents_Dialog -androidx.appcompat.R$id: int accessibility_custom_action_21 -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: int STATE_ACTIVE -cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String key() -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_TEMPERATURE -com.google.android.material.R$styleable: int Constraint_layout_constraintStart_toStartOf -android.didikee.donate.R$color: int secondary_text_disabled_material_light -com.google.android.material.R$id: int forever -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_Dialog_MinWidth -wangdaye.com.geometricweather.R$id: int text_input_end_icon -androidx.constraintlayout.widget.R$interpolator: int fast_out_slow_in -cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Caption -androidx.hilt.R$styleable: int[] GradientColor -androidx.work.ExistingWorkPolicy: androidx.work.ExistingWorkPolicy valueOf(java.lang.String) -io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: boolean cancelled -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean -james.adaptiveicon.R$style: int Widget_Compat_NotificationActionText -com.google.android.material.R$styleable: int KeyTimeCycle_android_rotationX -android.didikee.donate.R$styleable: int Toolbar_contentInsetEndWithActions -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Snackbar -androidx.appcompat.widget.Toolbar: int getTitleMarginBottom() -io.reactivex.internal.subscribers.StrictSubscriber: void cancel() -androidx.preference.R$attr: int drawableEndCompat -com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar -james.adaptiveicon.R$drawable: int notification_bg -com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_backgroundTint -com.google.gson.stream.JsonWriter: void setSerializeNulls(boolean) -retrofit2.Utils$WildcardTypeImpl: java.lang.reflect.Type[] getLowerBounds() -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_horizontalStyle -androidx.viewpager.R$styleable: int FontFamily_fontProviderFetchStrategy -cyanogenmod.themes.IThemeChangeListener: void onProgress(int) -androidx.constraintlayout.motion.widget.MotionLayout: void setTransition(androidx.constraintlayout.motion.widget.MotionScene$Transition) -com.jaredrummler.android.colorpicker.R$styleable: int Preference_defaultValue -com.google.android.material.R$attr: int chipSpacing -okio.AsyncTimeout: okio.Sink sink(okio.Sink) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: void run() -com.google.android.material.appbar.CollapsingToolbarLayout: void setScrimAlpha(int) -retrofit2.RequestBuilder: okhttp3.MultipartBody$Builder multipartBuilder -com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType UNKNOWN -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeThunderstormPrecipitationDuration(java.lang.Float) -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.HistoryEntity) -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: io.reactivex.Scheduler$Worker worker -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: int getStatus() -androidx.preference.R$attr: int actionProviderClass -com.bumptech.glide.R$attr: int fontProviderAuthority -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: CNWeatherResult() -okhttp3.internal.http.CallServerInterceptor: boolean forWebSocket -com.google.android.material.transformation.FabTransformationBehavior -wangdaye.com.geometricweather.R$id: int spread_inside -androidx.loader.R$drawable: int notification_template_icon_low_bg -androidx.appcompat.R$styleable: int AppCompatTheme_actionBarTabBarStyle -com.google.android.material.R$attr: int showPaths -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA -cyanogenmod.externalviews.KeyguardExternalView$9 -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem -androidx.appcompat.resources.R$id: int action_image -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_2 -androidx.constraintlayout.widget.R$drawable: int abc_btn_switch_to_on_mtrl_00001 -com.google.android.material.R$attr: int layout_constraintGuide_end -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$2: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 -androidx.lifecycle.MediatorLiveData: void addSource(androidx.lifecycle.LiveData,androidx.lifecycle.Observer) -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_Switch -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Imperial: int UnitType -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: boolean done -com.google.android.material.R$dimen: int mtrl_calendar_text_input_padding_top -android.didikee.donate.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -com.google.android.material.R$styleable: int AppCompatTheme_windowMinWidthMinor -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String NAVBAR_BACKGROUND -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Object readEntity(android.database.Cursor,int) -okhttp3.internal.ws.WebSocketWriter$FrameSink: boolean isFirstFrame -androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy: ConstraintProxy$BatteryChargingProxy() -io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: void onError(java.lang.Throwable) -cyanogenmod.weather.RequestInfo: int access$202(cyanogenmod.weather.RequestInfo,int) -cyanogenmod.hardware.CMHardwareManager: int VIBRATOR_MIN_INDEX -okio.ForwardingSink: void flush() -okhttp3.internal.ws.WebSocketReader: boolean isFinalFrame -cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener: void onAttachedToWindow() -androidx.appcompat.widget.AppCompatImageButton: void setImageBitmap(android.graphics.Bitmap) -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat -wangdaye.com.geometricweather.R$styleable: int[] ActionMenuItemView -com.turingtechnologies.materialscrollbar.R$integer: int app_bar_elevation_anim_duration -androidx.hilt.work.R$dimen: int compat_notification_large_icon_max_width -androidx.transition.R$styleable: int GradientColor_android_type -retrofit2.http.FormUrlEncoded -com.google.android.material.R$dimen: int abc_text_size_subtitle_material_toolbar -androidx.lifecycle.Lifecycle -okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.util.concurrent.atomic.AtomicBoolean listRead -cyanogenmod.weather.WeatherInfo: double access$1202(cyanogenmod.weather.WeatherInfo,double) -cyanogenmod.providers.CMSettings$System: java.lang.String LIVE_DISPLAY_HINTED -okhttp3.Challenge: boolean equals(java.lang.Object) -com.xw.repo.bubbleseekbar.R$id: int action_divider -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_24 -androidx.viewpager2.R$drawable: int notification_bg_low_normal -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_textColor -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense -com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_layout_anchor -okhttp3.HttpUrl: okhttp3.HttpUrl$Builder newBuilder() -com.xw.repo.bubbleseekbar.R$id: int action_image -okhttp3.internal.http2.Http2Codec: java.lang.String PROXY_CONNECTION -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Caption -okhttp3.Cache$1: void remove(okhttp3.Request) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintCircleAngle -wangdaye.com.geometricweather.R$drawable: int weather_cloudy_mini_xml -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: boolean cancelled -wangdaye.com.geometricweather.R$attr: int triggerReceiver -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial: int UnitType -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.MinutelyEntity) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: long updateTime -cyanogenmod.weather.util.WeatherUtils: double fahrenheitToCelsius(double) -com.bumptech.glide.integration.okhttp.R$drawable: int notify_panel_notification_icon_bg -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow -wangdaye.com.geometricweather.R$string: int abc_toolbar_collapse_description -wangdaye.com.geometricweather.common.basic.models.weather.Weather: boolean isDaylight(java.util.TimeZone) -cyanogenmod.app.Profile$ProfileTrigger$1: java.lang.Object[] newArray(int) -androidx.preference.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog -com.google.android.material.R$styleable: int FloatingActionButton_hoveredFocusedTranslationZ -cyanogenmod.externalviews.KeyguardExternalViewProviderService: android.os.Handler access$100(cyanogenmod.externalviews.KeyguardExternalViewProviderService) -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_android_switchTextOff -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_BarSize -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light_Dialog -okhttp3.Response: boolean isRedirect() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating: int UnitType -wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setMinuteInterval(int) -io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: io.reactivex.Observer downstream -androidx.recyclerview.R$integer: R$integer() -wangdaye.com.geometricweather.R$styleable: int Preference_android_order -wangdaye.com.geometricweather.R$dimen: int notification_content_margin_start -androidx.appcompat.R$style: int Base_Widget_AppCompat_Button_Borderless -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String BOOT_ANIM_URI -androidx.activity.R$styleable: int GradientColor_android_type -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void dispose() -wangdaye.com.geometricweather.R$attr: int layout_constraintCircle -androidx.core.R$dimen: int notification_action_text_size -com.google.android.material.R$drawable: int abc_btn_radio_material -com.google.android.material.R$style: int Base_Widget_MaterialComponents_Slider -androidx.lifecycle.extensions.R$drawable: int notification_template_icon_bg -wangdaye.com.geometricweather.R$attr: int brightness -androidx.constraintlayout.widget.R$id: int right -androidx.preference.R$id: int message -androidx.viewpager2.R$id: int accessibility_custom_action_16 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: void setWeather(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX) -com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_radio_to_on_mtrl_000 -james.adaptiveicon.R$style: int Widget_AppCompat_DropDownItem_Spinner -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_selection_baseline_to_top_fullscreen -androidx.constraintlayout.widget.R$attr: int editTextStyle -com.bumptech.glide.R$dimen -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: ObservableCombineLatest$LatestCoordinator(io.reactivex.Observer,io.reactivex.functions.Function,int,int,boolean) -androidx.hilt.work.R$styleable: int FontFamilyFont_fontWeight -android.didikee.donate.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind: java.lang.Integer direction -com.google.gson.stream.JsonReader: int PEEKED_UNQUOTED -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.preference.R$dimen: int highlight_alpha_material_light -com.google.android.material.R$styleable: int MaterialCardView_state_dragged -android.didikee.donate.R$styleable: int SearchView_submitBackground -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void onComplete() -com.google.android.material.appbar.AppBarLayout: void setLiftOnScroll(boolean) -androidx.preference.R$styleable: int AppCompatTextHelper_android_drawableRight -com.google.android.material.R$id: int right_side -androidx.appcompat.R$style: int TextAppearance_AppCompat_Small_Inverse -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setIcePrecipitationProbability(java.lang.Float) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric Metric -wangdaye.com.geometricweather.R$attr: int iconTint -com.google.android.material.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle -androidx.appcompat.widget.ActionBarOverlayLayout: void setActionBarVisibilityCallback(androidx.appcompat.widget.ActionBarOverlayLayout$ActionBarVisibilityCallback) -androidx.constraintlayout.widget.R$color: int primary_dark_material_dark -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_NoActionBar_Bridge -com.google.android.material.R$styleable: int LinearLayoutCompat_dividerPadding -com.google.android.material.navigation.NavigationView: void setNavigationItemSelectedListener(com.google.android.material.navigation.NavigationView$OnNavigationItemSelectedListener) -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String LOCK_WALLPAPER_PREVIEW -androidx.preference.R$style: int Widget_AppCompat_ProgressBar_Horizontal -com.google.android.material.floatingactionbutton.FloatingActionButton: int getSize() -com.turingtechnologies.materialscrollbar.R$dimen: int abc_edit_text_inset_horizontal_material -wangdaye.com.geometricweather.R$id: int bounce -androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse -androidx.vectordrawable.animated.R$attr: int ttcIndex -androidx.constraintlayout.widget.R$drawable: int abc_list_selector_disabled_holo_dark -io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: void request(long) -androidx.constraintlayout.widget.R$styleable: int Constraint_pivotAnchor -androidx.activity.R$id: int accessibility_custom_action_28 -com.google.android.material.R$attr: int tabMinWidth -okio.ByteString: okio.ByteString encodeString(java.lang.String,java.nio.charset.Charset) -com.jaredrummler.android.colorpicker.ColorPickerView: void setAlphaSliderText(java.lang.String) -androidx.appcompat.R$styleable: int PopupWindow_overlapAnchor -androidx.appcompat.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle -cyanogenmod.app.suggest.ApplicationSuggestion: android.net.Uri getThumbailUri() -androidx.preference.R$attr: int editTextBackground -wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle getInstance(java.lang.String) -androidx.preference.R$attr: int preferenceCategoryStyle -com.jaredrummler.android.colorpicker.R$attr: int selectable -com.google.android.material.R$styleable: int[] ColorStateListItem -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: AccuMinuteResult$SummaryBean() -okio.RealBufferedSource: java.lang.String readUtf8(long) -androidx.lifecycle.Transformations$2: androidx.arch.core.util.Function val$switchMapFunction -wangdaye.com.geometricweather.R$drawable: int notif_temp_19 -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_bias -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_Button -androidx.activity.R$styleable: int FontFamilyFont_android_font -com.google.android.material.R$attr: int textInputStyle -androidx.constraintlayout.widget.R$attr: int alertDialogButtonGroupStyle -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: void onSubscribe(io.reactivex.disposables.Disposable) -cyanogenmod.providers.CMSettings$Global: long getLong(android.content.ContentResolver,java.lang.String) -wangdaye.com.geometricweather.R$color: int design_fab_stroke_end_inner_color -wangdaye.com.geometricweather.R$string: int content_desc_search_filter_on -com.turingtechnologies.materialscrollbar.R$style: int Platform_ThemeOverlay_AppCompat_Dark -com.google.android.material.R$styleable: int MenuItem_android_orderInCategory -androidx.lifecycle.Lifecycling: int resolveObserverCallbackType(java.lang.Class) -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: void onSubscribe(org.reactivestreams.Subscription) -androidx.preference.R$styleable: int AppCompatTheme_actionBarDivider -james.adaptiveicon.R$styleable: int LinearLayoutCompat_android_weightSum -wangdaye.com.geometricweather.remoteviews.config.Hilt_HourlyTrendWidgetConfigActivity -androidx.constraintlayout.widget.R$bool -retrofit2.Utils$ParameterizedTypeImpl: int hashCode() -androidx.preference.R$string: int abc_action_bar_up_description -wangdaye.com.geometricweather.R$attr: int flow_verticalBias -androidx.preference.R$styleable: int SwitchPreferenceCompat_disableDependentsState -androidx.appcompat.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_16 -james.adaptiveicon.R$color: int abc_btn_colored_text_material -wangdaye.com.geometricweather.R$styleable: int MaterialShape_shapeAppearance -android.didikee.donate.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle -cyanogenmod.profiles.RingModeSettings: void writeToParcel(android.os.Parcel,int) -com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy valueOf(java.lang.String) -androidx.customview.R$attr: int fontProviderAuthority -okio.AsyncTimeout: boolean exit() -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode -androidx.viewpager2.R$styleable: int[] ColorStateListItem -wangdaye.com.geometricweather.R$attr: int placeholder_emptyVisibility -com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_paddingBottomSystemWindowInsets -androidx.hilt.work.R$attr: int fontProviderPackage -okhttp3.internal.http2.PushObserver$1: void onReset(int,okhttp3.internal.http2.ErrorCode) -com.google.android.material.textfield.TextInputLayout: void setHelperTextEnabled(boolean) -androidx.appcompat.widget.AppCompatTextView: void setTextMetricsParamsCompat(androidx.core.text.PrecomputedTextCompat$Params) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintBottom_toBottomOf -com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getDisplayGammaCalibration -cyanogenmod.weather.CMWeatherManager$1$1: cyanogenmod.weather.CMWeatherManager$1 this$1 -androidx.viewpager.R$style -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property Longitude -androidx.coordinatorlayout.widget.CoordinatorLayout: CoordinatorLayout(android.content.Context) -androidx.activity.R$styleable: int[] FontFamily -androidx.appcompat.widget.ActionBarContainer: void setPrimaryBackground(android.graphics.drawable.Drawable) -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher: LiveDataReactiveStreams$LiveDataPublisher(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.LiveData) -androidx.lifecycle.AbstractSavedStateViewModelFactory: java.lang.String TAG_SAVED_STATE_HANDLE_CONTROLLER -com.turingtechnologies.materialscrollbar.R$dimen: int abc_search_view_preferred_width -android.didikee.donate.R$styleable: int AppCompatTheme_actionMenuTextColor -wangdaye.com.geometricweather.db.entities.DailyEntity: void setSo2(java.lang.Float) -androidx.drawerlayout.R$dimen: int notification_large_icon_height -androidx.constraintlayout.widget.R$attr: int closeIcon -com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_radio_material -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintVertical_bias -wangdaye.com.geometricweather.common.ui.widgets.SquareFrameLayout: SquareFrameLayout(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_chainStyle -cyanogenmod.weatherservice.IWeatherProviderService$Stub: int TRANSACTION_processCityNameLookupRequest -wangdaye.com.geometricweather.R$attr: int spinnerStyle -com.bumptech.glide.R$id: int notification_main_column_container -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_Button -wangdaye.com.geometricweather.R$styleable: int PropertySet_android_alpha -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_DialogWhenLarge -com.turingtechnologies.materialscrollbar.R$attr: int windowFixedHeightMajor -wangdaye.com.geometricweather.db.entities.WeatherEntity: wangdaye.com.geometricweather.db.entities.DaoSession daoSession -io.reactivex.internal.queue.SpscArrayQueue: java.util.concurrent.atomic.AtomicLong producerIndex -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_10 -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_bottomappbar_fab_cradle_margin -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionBar -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area$LastAction LastAction -james.adaptiveicon.R$attr: int displayOptions -wangdaye.com.geometricweather.R$drawable: int abc_ratingbar_indicator_material -com.bumptech.glide.R$id: int tag_unhandled_key_listeners -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: long serialVersionUID -cyanogenmod.power.IPerformanceManager$Stub: int TRANSACTION_setPowerProfile -androidx.preference.R$attr: int entries -cyanogenmod.providers.CMSettings$Secure: java.lang.String BUTTON_BRIGHTNESS -com.bumptech.glide.R$layout: int notification_action -wangdaye.com.geometricweather.R$dimen: int widget_design_title_text_size -cyanogenmod.providers.CMSettings$System: boolean shouldInterceptSystemProvider(java.lang.String) -james.adaptiveicon.R$styleable: int ActionBar_hideOnContentScroll -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber -wangdaye.com.geometricweather.R$style: int Widget_Design_TextInputEditText -android.didikee.donate.R$drawable: int abc_textfield_search_default_mtrl_alpha -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_paddingStart -org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database getEncryptedReadableDb(char[]) -cyanogenmod.providers.CMSettings$System: java.lang.String TOUCHSCREEN_GESTURE_HAPTIC_FEEDBACK -com.google.android.material.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar -okhttp3.MediaType: java.lang.String charset -com.google.android.material.R$drawable: int abc_list_selector_disabled_holo_light -com.jaredrummler.android.colorpicker.R$color: int highlighted_text_material_dark -androidx.recyclerview.R$styleable: int GradientColor_android_startY -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_text_btn_padding_left -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_firstVerticalStyle -androidx.appcompat.resources.R$id: int forever -androidx.constraintlayout.widget.R$styleable: int StateListDrawable_android_visible -okio.AsyncTimeout: void enter() -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial Imperial -com.google.android.material.R$styleable: int Chip_iconStartPadding -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_Behavior_Layout_behavior_autoHide -com.google.android.material.floatingactionbutton.FloatingActionButton: int getRippleColor() -com.google.android.material.circularreveal.CircularRevealGridLayout -androidx.preference.R$id: int notification_main_column -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void cancel() -com.google.android.material.R$styleable: int Slider_tickColor -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_rtl -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIndicatorColor -wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit H -androidx.appcompat.widget.ContentFrameLayout: android.util.TypedValue getFixedHeightMajor() -wangdaye.com.geometricweather.R$string: int settings_title_dark_mode -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property SnowPrecipitationProbability -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: long produced -androidx.preference.R$layout: int abc_screen_simple_overlay_action_mode -com.google.android.material.R$attr: int flow_verticalGap -io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer -io.reactivex.internal.subscriptions.EmptySubscription: boolean offer(java.lang.Object) -android.didikee.donate.R$color: int primary_material_dark -androidx.constraintlayout.widget.R$styleable: int MotionLayout_showPaths -wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableTransition_android_fromId -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: java.lang.String getPubTime() -retrofit2.ServiceMethod -com.google.android.material.R$styleable: int[] ScrollingViewBehavior_Layout -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void cancelTimer() -com.jaredrummler.android.colorpicker.R$id: int top -androidx.work.R$layout: int notification_action -com.google.android.material.textfield.TextInputEditText: java.lang.CharSequence getHintFromLayout() -com.jaredrummler.android.colorpicker.R$style: int Preference_SwitchPreferenceCompat -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ImageButton -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_1 -android.didikee.donate.R$color: int material_grey_300 -io.reactivex.internal.queue.SpscArrayQueue: int calcElementOffset(long) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Metric Metric -android.didikee.donate.R$attr: int textAppearanceLargePopupMenu -com.google.android.material.R$styleable: int[] MaterialAlertDialogTheme -androidx.appcompat.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight -james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu -wangdaye.com.geometricweather.R$attr: int actionBarDivider -wangdaye.com.geometricweather.R$attr: int showTitle -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView getChartItemView() -com.turingtechnologies.materialscrollbar.R$id: int filled -com.google.android.material.slider.Slider: android.content.res.ColorStateList getHaloTintList() -androidx.lifecycle.SavedStateHandle: java.lang.Object get(java.lang.String) -androidx.hilt.lifecycle.R$attr: int fontProviderFetchStrategy -wangdaye.com.geometricweather.R$drawable: int widget_card_light_40 -com.google.android.material.R$id: int auto -wangdaye.com.geometricweather.R$styleable: int Chip_android_checkable -com.turingtechnologies.materialscrollbar.R$dimen: int compat_button_padding_vertical_material -wangdaye.com.geometricweather.R$styleable: int Preference_isPreferenceVisible -wangdaye.com.geometricweather.R$array: int duration_unit_voices -com.turingtechnologies.materialscrollbar.R$dimen: int item_touch_helper_swipe_escape_velocity -android.didikee.donate.R$id: int add -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setIcon(android.graphics.Bitmap) -james.adaptiveicon.R$styleable: int AppCompatImageView_srcCompat -com.xw.repo.bubbleseekbar.R$attr: int layout -cyanogenmod.hardware.CMHardwareManager: int readPersistentInt(java.lang.String) -com.google.android.material.R$styleable: int KeyTimeCycle_motionTarget -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModePasteDrawable -com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu -com.xw.repo.bubbleseekbar.R$attr: int listPreferredItemPaddingRight -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Menu -wangdaye.com.geometricweather.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable -com.turingtechnologies.materialscrollbar.R$id: int submenuarrow -com.google.android.material.R$styleable: int AppCompatTheme_panelBackground -androidx.cardview.R$styleable -android.didikee.donate.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: KeyguardExternalViewProviderService$Provider$ProviderImpl$9(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl,int,int,int,int,boolean,android.graphics.Rect) -retrofit2.BuiltInConverters$ToStringConverter: retrofit2.BuiltInConverters$ToStringConverter INSTANCE -cyanogenmod.providers.WeatherContract$WeatherColumns$WindSpeedUnit: int MPH -com.google.android.material.chip.Chip: float getChipIconSize() -androidx.constraintlayout.widget.R$styleable: int MenuItem_actionLayout -okhttp3.internal.connection.RouteDatabase -wangdaye.com.geometricweather.R$id: int notification_big_temp_5 -okhttp3.internal.http2.Http2Connection$PingRunnable: Http2Connection$PingRunnable(okhttp3.internal.http2.Http2Connection,boolean,int,int) -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void innerComplete(io.reactivex.internal.observers.InnerQueuedObserver) -io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: long serialVersionUID -com.google.android.material.R$anim: int abc_slide_in_bottom -wangdaye.com.geometricweather.R$dimen: int widget_grid_4 -wangdaye.com.geometricweather.R$string: int settings_title_forecast_today_time -com.google.android.material.R$attr: int behavior_hideable -james.adaptiveicon.R$attr: int fontProviderCerts -androidx.constraintlayout.widget.R$attr: int toolbarStyle -androidx.core.R$style: int TextAppearance_Compat_Notification_Title -wangdaye.com.geometricweather.R$drawable: int weather_snow_mini_light -com.google.android.material.R$dimen: int design_snackbar_extra_spacing_horizontal -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: wangdaye.com.geometricweather.db.converters.WeatherCodeConverter weatherCodeConverter -com.google.android.material.R$attr: int elevation -com.turingtechnologies.materialscrollbar.R$color: int material_deep_teal_200 -androidx.core.R$styleable: int GradientColor_android_gradientRadius -androidx.constraintlayout.widget.R$attr: int subtitleTextStyle -okhttp3.Dispatcher: void setIdleCallback(java.lang.Runnable) -androidx.appcompat.R$styleable: int AppCompatTheme_editTextStyle -io.reactivex.Observable: io.reactivex.Observable timer(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig weatherEntityDaoConfig -com.google.android.material.R$color: int bright_foreground_inverse_material_light -com.google.android.material.R$styleable: int NavigationView_elevation -com.turingtechnologies.materialscrollbar.R$string: int path_password_eye -com.xw.repo.bubbleseekbar.R$integer: int status_bar_notification_info_maxnum -james.adaptiveicon.R$dimen: int abc_action_bar_elevation_material -androidx.appcompat.widget.ActionBarContextView: void setSubtitle(java.lang.CharSequence) -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_AutoCompleteTextView -com.xw.repo.bubbleseekbar.R$color: int secondary_text_disabled_material_dark -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver inner -com.google.android.material.R$styleable: int AppCompatTheme_actionModePasteDrawable -androidx.appcompat.resources.R$id: int accessibility_custom_action_8 -wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_barThickness -androidx.appcompat.R$anim: int abc_slide_in_top -okio.BufferedSource: long indexOf(byte) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_selectableItemBackground -retrofit2.HttpServiceMethod$SuspendForResponse: java.lang.Object adapt(retrofit2.Call,java.lang.Object[]) -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Small -com.google.android.material.R$styleable: int ActionMode_subtitleTextStyle -androidx.swiperefreshlayout.R$id: int action_divider -com.github.rahatarmanahmed.cpv.R$attr: int cpv_animAutostart -com.google.android.material.chip.Chip: float getTextStartPadding() -wangdaye.com.geometricweather.R$attr: int titleMargin -wangdaye.com.geometricweather.R$drawable: int notif_temp_136 -androidx.fragment.R$styleable: int GradientColor_android_endX -com.google.android.material.bottomnavigation.BottomNavigationMenuView: android.content.res.ColorStateList getIconTintList() -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_ratingBarStyle -wangdaye.com.geometricweather.R$styleable: int Preference_persistent -okhttp3.RealCall$AsyncCall: java.lang.String host() -james.adaptiveicon.AdaptiveIconView: void setIcon(james.adaptiveicon.AdaptiveIcon) -android.didikee.donate.R$attr: int dividerHorizontal -wangdaye.com.geometricweather.R$styleable: int PreferenceImageView_android_maxWidth -com.google.android.material.R$attr: int fontProviderPackage -androidx.lifecycle.extensions.R$drawable -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle -com.turingtechnologies.materialscrollbar.R$attr: int contentInsetEnd -wangdaye.com.geometricweather.R$style: int Base_V7_Theme_AppCompat_Light -wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_maxProgress -androidx.recyclerview.R$id: int right_side -com.google.android.material.tabs.TabLayout: void removeOnTabSelectedListener(com.google.android.material.tabs.TabLayout$BaseOnTabSelectedListener) -com.jaredrummler.android.colorpicker.R$styleable: int MenuGroup_android_checkableBehavior -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List kongtiao -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light_NoActionBar -androidx.legacy.coreutils.R$styleable: R$styleable() -androidx.preference.R$dimen: int abc_button_padding_horizontal_material -androidx.lifecycle.livedata.core.R -androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_marginLeft -cyanogenmod.app.ProfileManager: android.app.NotificationGroup getNotificationGroup(java.util.UUID) -com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_radio_material -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer getRealFeelShaderTemperature() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Speed: java.lang.String Unit -cyanogenmod.app.Profile: void setProfileType(int) -com.jaredrummler.android.colorpicker.R$id: int icon -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintRight_creator -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float relativeHumidity -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: int Index -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: int requestFusion(int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Imperial: double Value -com.turingtechnologies.materialscrollbar.R$color: int material_grey_100 -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_maxElementsWrap -androidx.hilt.R$color: R$color() -wangdaye.com.geometricweather.R$attr: int dayInvalidStyle -androidx.preference.R$dimen: int abc_text_size_title_material -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration -wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit PERCENT -wangdaye.com.geometricweather.R$string: int key_location_service -org.greenrobot.greendao.database.DatabaseOpenHelper: int version -wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView: void setKeyLineVisibility(boolean) -james.adaptiveicon.R$styleable: int Toolbar_popupTheme -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean -okhttp3.Cache$Entry: Cache$Entry(okhttp3.Response) -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_1 -androidx.appcompat.widget.AppCompatImageView: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() -androidx.constraintlayout.widget.R$layout: int abc_activity_chooser_view_list_item -okhttp3.internal.http2.Http2Connection$4: Http2Connection$4(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[],int,java.util.List) -cyanogenmod.providers.WeatherContract$WeatherColumns$WindSpeedUnit: WeatherContract$WeatherColumns$WindSpeedUnit() -wangdaye.com.geometricweather.R$id: int transitionToStart -io.reactivex.Observable: void blockingSubscribe(io.reactivex.functions.Consumer) -wangdaye.com.geometricweather.R$style: int PreferenceThemeOverlay_v14 -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_textAllCaps -android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_PopupMenu -androidx.preference.R$styleable: int[] EditTextPreference -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_backgroundSplit -okhttp3.internal.http2.Huffman: byte[] CODE_LENGTHS -wangdaye.com.geometricweather.db.entities.HistoryEntity: java.lang.Long getId() -cyanogenmod.app.CustomTile: CustomTile(android.os.Parcel) -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipBackgroundColor -wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Object getKey(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIconTint -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer getApparentTemperature() -com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_spinBars -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_android_orientation -okio.Buffer: okio.Buffer writeLong(long) -com.jaredrummler.android.colorpicker.R$attr: int theme -com.google.android.material.R$style: int Widget_AppCompat_CompoundButton_Switch -okhttp3.internal.http2.Http2Reader$Handler: void pushPromise(int,int,java.util.List) -androidx.constraintlayout.widget.R$drawable: int abc_ratingbar_material -com.turingtechnologies.materialscrollbar.AlphabetIndicator: int getIndicatorWidth() -androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity -android.didikee.donate.R$drawable: int abc_spinner_mtrl_am_alpha -okio.Options: okio.Options of(okio.ByteString[]) -com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_buttonPanelSideLayout -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title -wangdaye.com.geometricweather.R$drawable: int shortcuts_clear_night_foreground -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Body1 -okhttp3.internal.http.HttpMethod: boolean invalidatesCache(java.lang.String) -com.google.android.material.R$attr: int itemHorizontalPadding -cyanogenmod.themes.IThemeService$Stub$Proxy: void requestThemeChangeUpdates(cyanogenmod.themes.IThemeChangeListener) -com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemIconTint -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_elevation -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX() -wangdaye.com.geometricweather.R$drawable: int abc_text_select_handle_middle_mtrl_dark -com.google.gson.stream.JsonReader: int PEEKED_BEGIN_ARRAY -wangdaye.com.geometricweather.R$string: int day -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void onNext(java.lang.Object) -android.didikee.donate.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge -com.turingtechnologies.materialscrollbar.R$drawable: int abc_tab_indicator_mtrl_alpha -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Menu -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setSnowPrecipitation(java.lang.Float) -wangdaye.com.geometricweather.R$layout: int widget_trend_hourly -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_CompactMenu -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatImageView_tintMode -wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_drawableRight -james.adaptiveicon.R$styleable: int Toolbar_titleMargins -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipSurfaceColor -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_checkedTextViewStyle -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_UnelevatedButton_Icon -com.google.android.material.R$style: int Base_Widget_AppCompat_ActionBar_TabView -com.xw.repo.bubbleseekbar.R$attr: int homeLayout -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleMargin -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_selectable -okhttp3.internal.cache.DiskLruCache$Snapshot: void close() -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_orientation -retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isSingle -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColorItem_android_color -io.reactivex.exceptions.CompositeException: int size() -wangdaye.com.geometricweather.R$attr: int customNavigationLayout -androidx.constraintlayout.widget.R$dimen: int abc_dialog_title_divider_material -com.google.android.material.R$id: int accessibility_custom_action_13 -james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarTheme -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_homeAsUpIndicator -okio.Buffer: java.lang.Object clone() -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight_Dialog -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String so2Desc -androidx.constraintlayout.helper.widget.Layer: void setVisibility(int) -androidx.preference.R$attr: int alphabeticModifiers -com.google.android.material.floatingactionbutton.FloatingActionButton: void setExpandedComponentIdHint(int) -com.google.android.material.R$layout: int select_dialog_item_material -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_CompoundButton_Switch -androidx.appcompat.R$attr: int listPreferredItemPaddingRight -android.didikee.donate.R$attr: int textColorSearchUrl -io.reactivex.Observable: io.reactivex.Observable lift(io.reactivex.ObservableOperator) -wangdaye.com.geometricweather.R$drawable: int notif_temp_4 -com.google.android.material.R$style: int Base_CardView -androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableTransition_android_drawable -androidx.appcompat.R$style: int Theme_AppCompat_NoActionBar -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.util.List probabilityForecast -androidx.lifecycle.ComputableLiveData -com.google.android.material.R$styleable: int KeyCycle_curveFit -io.reactivex.Observable: io.reactivex.Observable sorted() -io.reactivex.Observable: io.reactivex.Observable concatDelayError(io.reactivex.ObservableSource) -androidx.drawerlayout.R$drawable: int notification_bg_normal -okhttp3.CertificatePinner: okhttp3.CertificatePinner withCertificateChainCleaner(okhttp3.internal.tls.CertificateChainCleaner) -cyanogenmod.externalviews.KeyguardExternalView$2: KeyguardExternalView$2(cyanogenmod.externalviews.KeyguardExternalView) -cyanogenmod.providers.WeatherContract$WeatherColumns: android.net.Uri CURRENT_WEATHER_URI -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_title_3 -com.turingtechnologies.materialscrollbar.R$attr: int itemTextAppearanceInactive -com.google.android.material.R$style: int Theme_AppCompat_CompactMenu -com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_check_to_on_mtrl_000 -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_day_today_stroke -wangdaye.com.geometricweather.R$attr: int waveDecay -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_FixedSize -androidx.activity.R$id: int tag_accessibility_pane_title -wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit -com.jaredrummler.android.colorpicker.ColorPreferenceCompat: ColorPreferenceCompat(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.appbar.CollapsingToolbarLayout: void setContentScrimColor(int) -james.adaptiveicon.R$string: int abc_action_mode_done -wangdaye.com.geometricweather.R$styleable: int Toolbar_logo -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_contentScrim -androidx.constraintlayout.widget.R$dimen: int abc_button_padding_vertical_material -com.google.android.material.textfield.TextInputLayout: int getEndIconMode() -com.turingtechnologies.materialscrollbar.R$attr: int panelMenuListTheme -james.adaptiveicon.R$dimen: int notification_small_icon_size_as_large -androidx.appcompat.resources.R$layout: int notification_action_tombstone -com.google.android.material.R$style: int Platform_MaterialComponents -androidx.constraintlayout.widget.R$color: int bright_foreground_disabled_material_light -wangdaye.com.geometricweather.R$id: int widget_week_temp_2 -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_scaleY -com.google.android.material.R$styleable: int KeyTrigger_triggerId -androidx.fragment.R$id: int accessibility_custom_action_21 -androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerView$ItemAnimator getItemAnimator() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: java.util.List value -android.didikee.donate.R$styleable: int Toolbar_contentInsetStartWithNavigation -wangdaye.com.geometricweather.R$attr: int actionModeStyle -android.didikee.donate.R$dimen: int abc_control_inset_material -androidx.appcompat.R$id: int accessibility_custom_action_6 -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: AtmoAuraQAResult$Advice() -com.jaredrummler.android.colorpicker.R$drawable: int abc_list_selector_disabled_holo_light -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void otherSuccess(java.lang.Object) -com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_layout_behavior -cyanogenmod.hardware.DisplayMode: android.os.Parcelable$Creator CREATOR -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintCircleAngle -com.google.android.material.R$styleable: int DrawerArrowToggle_arrowShaftLength -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.rx.RxDao rxPlain() -androidx.appcompat.R$attr: int textAppearancePopupMenuHeader -wangdaye.com.geometricweather.R$style: int Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert -com.turingtechnologies.materialscrollbar.R$style: int AlertDialog_AppCompat_Light -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void registerCallback(cyanogenmod.externalviews.IKeyguardExternalViewCallbacks) -androidx.hilt.R$id: int accessibility_custom_action_10 -okhttp3.Response$Builder: int code -androidx.constraintlayout.widget.R$bool: int abc_allow_stacked_button_bar -wangdaye.com.geometricweather.R$styleable: int FontFamily_fontProviderPackage -androidx.constraintlayout.widget.R$styleable: int ActionBar_customNavigationLayout -okhttp3.OkHttpClient$Builder: okhttp3.Authenticator proxyAuthenticator -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintRight_toLeftOf -com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_focused_holo -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoonSetDate -retrofit2.RequestBuilder: void setBody(okhttp3.RequestBody) -okhttp3.internal.tls.DistinguishedNameParser: int beg -com.google.android.material.R$drawable: int abc_edit_text_material -com.google.android.material.tabs.TabLayout: TabLayout(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$styleable: int Slider_android_valueTo -wangdaye.com.geometricweather.R$id: int notification_big_icon_2 -okhttp3.ConnectionPool: java.lang.Runnable cleanupRunnable -wangdaye.com.geometricweather.R$attr: int errorTextColor -android.didikee.donate.R$attr: int editTextStyle -androidx.constraintlayout.widget.R$styleable: int KeyTrigger_motionTarget -androidx.drawerlayout.widget.DrawerLayout: void setStatusBarBackgroundColor(int) -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_max -androidx.appcompat.R$drawable: int notification_bg_low_normal -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: void setValue(java.lang.String) -androidx.appcompat.R$id: int time -com.google.android.material.R$attr: int circularInset -androidx.constraintlayout.widget.R$styleable: int ViewBackgroundHelper_android_background -okhttp3.internal.http2.Http2Connection$Builder -com.google.android.material.R$styleable: int ConstraintSet_android_layout_marginEnd -james.adaptiveicon.R$styleable: int ActionBar_itemPadding -com.google.android.material.R$string: int material_clock_display_divider -androidx.lifecycle.ReportFragment: androidx.lifecycle.ReportFragment$ActivityInitializationListener mProcessListener -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintRight_toRightOf -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: io.reactivex.internal.disposables.SequentialDisposable upstream -androidx.activity.R$id: int accessibility_custom_action_17 -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: long serialVersionUID -androidx.viewpager.R$styleable: int ColorStateListItem_android_color -androidx.constraintlayout.motion.widget.MotionHelper: MotionHelper(android.content.Context,android.util.AttributeSet,int) -androidx.core.os.CancellationSignal: void setOnCancelListener(androidx.core.os.CancellationSignal$OnCancelListener) -android.didikee.donate.R$string: int abc_action_menu_overflow_description -com.google.android.material.R$styleable: int MaterialButton_strokeColor -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_fontStyle -cyanogenmod.externalviews.KeyguardExternalViewProviderService$1 -wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderTitle -com.google.gson.LongSerializationPolicy: com.google.gson.LongSerializationPolicy[] values() -wangdaye.com.geometricweather.settings.dialogs.MinimalIconDialog -wangdaye.com.geometricweather.R$dimen: int notification_media_narrow_margin -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void run() -androidx.constraintlayout.widget.R$styleable: int[] MenuGroup -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_commitIcon -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver: void onError(java.lang.Throwable) -androidx.constraintlayout.widget.R$id: int checked -wangdaye.com.geometricweather.R$styleable: int ActionBar_divider -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor getInstance(java.lang.String) -androidx.lifecycle.extensions.R$id: int text -com.jaredrummler.android.colorpicker.R$attr: int alertDialogStyle -androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_fontVariationSettings -cyanogenmod.providers.CMSettings$System: int getInt(android.content.ContentResolver,java.lang.String) -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void boundaryError(io.reactivex.disposables.Disposable,java.lang.Throwable) -wangdaye.com.geometricweather.R$attr: int maxButtonHeight -com.google.android.material.chip.Chip: void setChipStrokeWidthResource(int) -wangdaye.com.geometricweather.R$styleable: int InkPageIndicator_dotGap -androidx.constraintlayout.widget.R$styleable: int MotionScene_defaultDuration -retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter: java.util.concurrent.CompletableFuture adapt(retrofit2.Call) -com.google.android.material.R$attr: int state_dragged -com.google.android.material.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated -androidx.constraintlayout.widget.R$attr: int layout_constraintStart_toStartOf -androidx.appcompat.resources.R$style: int TextAppearance_Compat_Notification_Title -com.jaredrummler.android.colorpicker.R$drawable: int abc_scrubber_track_mtrl_alpha -com.google.android.material.R$dimen: int mtrl_slider_label_square_side -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String date -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Subhead -wangdaye.com.geometricweather.R$styleable: int Constraint_android_scaleY -okio.Buffer$1: java.lang.String toString() -androidx.appcompat.R$anim: int btn_checkbox_to_unchecked_icon_null_animation -wangdaye.com.geometricweather.R$drawable: int weather_snow_mini_dark -com.turingtechnologies.materialscrollbar.R$id: int action_mode_bar_stub -androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity -com.google.android.material.R$styleable: int[] MockView -okio.Pipe: boolean sourceClosed -cyanogenmod.weather.CMWeatherManager$2$1 -com.google.android.material.appbar.CollapsingToolbarLayout: int getExpandedTitleGravity() -cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode mRingerMode -androidx.constraintlayout.widget.R$styleable: int Transition_layoutDuringTransition -com.google.android.material.chip.Chip: void setCloseIconVisible(boolean) -com.google.android.material.button.MaterialButton: android.content.res.ColorStateList getSupportBackgroundTintList() -com.google.android.material.R$styleable: int FloatingActionButton_fabSize -okio.HashingSink: javax.crypto.Mac mac -cyanogenmod.providers.CMSettings: boolean LOCAL_LOGV -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_1_30 -okhttp3.internal.http2.Http2Stream: void checkOutNotClosed() -androidx.constraintlayout.widget.R$color: int material_blue_grey_800 -com.turingtechnologies.materialscrollbar.R$dimen: int hint_pressed_alpha_material_light -okhttp3.internal.ws.WebSocketReader: void readUntilNonControlFrame() -androidx.preference.R$styleable: int BackgroundStyle_selectableItemBackground -com.jaredrummler.android.colorpicker.R$color: int material_grey_100 -androidx.preference.R$dimen: int abc_dialog_corner_radius_material -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_BATTERY_CIRCLE -wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayHorizontalWidgetConfigActivity -com.google.android.material.R$dimen: int mtrl_calendar_title_baseline_to_top -james.adaptiveicon.R$styleable: int AppCompatTheme_panelMenuListTheme -androidx.swiperefreshlayout.R$color -androidx.preference.R$styleable: int PreferenceTheme_dropdownPreferenceStyle -androidx.activity.R$styleable: int FontFamily_fontProviderFetchTimeout -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_homeLayout -james.adaptiveicon.R$drawable: int abc_text_select_handle_left_mtrl_light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: void setNames(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX) -wangdaye.com.geometricweather.R$id: int action_menu_divider -wangdaye.com.geometricweather.R$attr: int listPreferredItemPaddingEnd -androidx.appcompat.R$styleable: int SwitchCompat_android_textOff -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeRainPrecipitation -okhttp3.Cache$2: boolean canRemove -com.google.android.material.R$dimen: int mtrl_slider_widget_height -okhttp3.Cache: void remove(okhttp3.Request) -cyanogenmod.app.CustomTileListenerService: void onCustomTileRemoved(cyanogenmod.app.StatusBarPanelCustomTile) -androidx.coordinatorlayout.R$attr: int coordinatorLayoutStyle -com.turingtechnologies.materialscrollbar.R$integer: int show_password_duration -wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout: void setOnApplyWindowInsetsListener(android.view.View$OnApplyWindowInsetsListener) -androidx.hilt.R$attr: int fontWeight -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintTag -androidx.appcompat.R$styleable: int AppCompatTheme_colorPrimaryDark -wangdaye.com.geometricweather.R$id: int split_action_bar -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_firstHorizontalStyle -okhttp3.internal.ws.WebSocketProtocol: int B0_MASK_OPCODE -androidx.constraintlayout.widget.R$attr: int toolbarNavigationButtonStyle -james.adaptiveicon.R$drawable: int abc_list_pressed_holo_dark -retrofit2.HttpServiceMethod$SuspendForResponse: retrofit2.CallAdapter callAdapter -com.google.android.material.R$styleable: int MaterialButton_iconGravity -okhttp3.HttpUrl$Builder: java.util.List encodedPathSegments -okio.RealBufferedSink: okio.Buffer buffer -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric: AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric() -android.didikee.donate.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_widgetLayout -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_font -okio.Buffer: okio.BufferedSink writeDecimalLong(long) -androidx.coordinatorlayout.R$styleable: int[] FontFamilyFont -com.google.android.material.R$styleable: int Chip_chipIcon -androidx.constraintlayout.motion.widget.MotionLayout: void setOnShow(float) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionButtonStyle -wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_labelVisibilityMode -wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: void setPrefixString(java.lang.String) -wangdaye.com.geometricweather.R$attr: int state_above_anchor -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Menu -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX getNames() -com.google.android.material.R$attr: int allowStacking -androidx.lifecycle.OnLifecycleEvent -wangdaye.com.geometricweather.R$string: int mtrl_picker_toggle_to_day_selection -com.bumptech.glide.integration.okhttp.R$layout: int notification_template_icon_group -androidx.recyclerview.R$dimen: int notification_content_margin_start -james.adaptiveicon.R$style: int TextAppearance_AppCompat -androidx.appcompat.R$dimen: int tooltip_y_offset_touch -okio.RealBufferedSink$1: okio.RealBufferedSink this$0 -androidx.constraintlayout.widget.R$attr: int autoCompleteTextViewStyle -com.turingtechnologies.materialscrollbar.R$color: int abc_search_url_text_selected -com.turingtechnologies.materialscrollbar.R$styleable: int RecycleListView_paddingTopNoTitle -com.google.android.material.R$attr: int boxCollapsedPaddingTop -wangdaye.com.geometricweather.R$id: int notification_multi_city_1 -retrofit2.RequestBuilder: okhttp3.FormBody$Builder formBuilder -com.google.android.material.R$color: int design_bottom_navigation_shadow_color -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow -android.didikee.donate.R$drawable: int abc_item_background_holo_light -androidx.viewpager.R$string: int status_bar_notification_info_overflow -io.reactivex.Observable: io.reactivex.Observable takeLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -retrofit2.OkHttpCall$ExceptionCatchingResponseBody$1 -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu -wangdaye.com.geometricweather.R$layout: int test_toolbar -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.appcompat.R$style: int TextAppearance_AppCompat_SearchResult_Title -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Chip_Filter -cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: android.os.IBinder mRemote -com.jaredrummler.android.colorpicker.R$attr: int searchViewStyle -com.google.android.material.tabs.TabLayout: int getTabGravity() -cyanogenmod.providers.WeatherContract$WeatherColumns: android.net.Uri FORECAST_WEATHER_URI -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_contentScrim -com.google.android.material.slider.Slider: int getThumbRadius() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Speed -com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType RAW -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$2: ExternalViewProviderService$Provider$ProviderImpl$2(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) -com.xw.repo.bubbleseekbar.R$anim: int abc_fade_in -com.google.android.material.R$attr: int linearSeamless -androidx.appcompat.R$styleable: int AppCompatTextView_drawableTopCompat -com.google.android.material.R$style: int Widget_AppCompat_Button_Colored -com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_android_dialogTitle -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean getAddress_detail() -okhttp3.CertificatePinner$Pin: java.lang.String hashAlgorithm -wangdaye.com.geometricweather.R$attr: int layout_constraintHorizontal_bias -james.adaptiveicon.R$attr: int textAppearanceSearchResultTitle -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_pathMotionArc -androidx.constraintlayout.widget.R$attr: int customFloatValue -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Country: AccuLocationResult$Country() -androidx.preference.R$styleable: int LinearLayoutCompat_divider -com.jaredrummler.android.colorpicker.R$style: int Preference_DialogPreference_Material -androidx.preference.R$id: int expanded_menu -com.turingtechnologies.materialscrollbar.R$style: int Base_Animation_AppCompat_DropDownUp -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.util.List value -androidx.constraintlayout.widget.R$id: int layout -cyanogenmod.providers.DataUsageContract: java.lang.String UID -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: long serialVersionUID -androidx.preference.R$attr: R$attr() -androidx.constraintlayout.widget.R$id: int list_item -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_persistent -okhttp3.Cookie: boolean hostOnly() -com.google.android.material.R$styleable: int Constraint_layout_goneMarginRight -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List chuanyi -android.didikee.donate.R$id: int action_divider -wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_elevation -androidx.drawerlayout.R$dimen: int notification_small_icon_size_as_large -retrofit2.Utils$WildcardTypeImpl: java.lang.reflect.Type upperBound -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarSplitStyle -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dropDownListViewStyle -android.didikee.donate.R$style: int Base_Widget_AppCompat_Spinner -com.xw.repo.bubbleseekbar.R$id: int src_over -androidx.preference.R$styleable: int SwitchCompat_trackTint -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode ENHANCE_YOUR_CALM -cyanogenmod.weather.WeatherInfo$DayForecast: double mLow -wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setWeatherCode(wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode) -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.appcompat.R$styleable: int AppCompatTheme_actionBarItemBackground -androidx.dynamicanimation.R$styleable: int GradientColor_android_centerY -androidx.loader.R$color: int notification_icon_bg_color -androidx.appcompat.R$string: int abc_shareactionprovider_share_with_application -wangdaye.com.geometricweather.R$attr: int textAppearancePopupMenuHeader -androidx.legacy.coreutils.R$dimen: int notification_large_icon_width -com.jaredrummler.android.colorpicker.R$anim: int abc_popup_enter -wangdaye.com.geometricweather.R$id: int dragRight -androidx.constraintlayout.widget.R$dimen: int abc_text_size_display_3_material -androidx.core.R$id: int accessibility_custom_action_5 -androidx.constraintlayout.widget.R$id: int search_mag_icon -androidx.appcompat.view.menu.MenuPopup -com.google.android.material.slider.BaseSlider: int getHaloRadius() -androidx.core.R$dimen: int compat_notification_large_icon_max_height -retrofit2.Response: java.lang.Object body -androidx.appcompat.R$styleable: int AnimatedStateListDrawableTransition_android_fromId -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_2 -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.AlertEntityDao alertEntityDao -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: int otherState -com.google.android.material.R$styleable: int Layout_layout_constraintCircle -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_toolbar_default_height -com.turingtechnologies.materialscrollbar.R$styleable: int ViewBackgroundHelper_backgroundTint -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: void setStatus(int) -androidx.drawerlayout.R$id: int action_image -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomSheet -retrofit2.Utils: void checkNotPrimitive(java.lang.reflect.Type) -androidx.constraintlayout.widget.R$styleable: int Layout_layout_goneMarginStart -cyanogenmod.weather.CMWeatherManager$RequestStatus: int ALREADY_IN_PROGRESS -android.didikee.donate.R$style: int Widget_AppCompat_Light_ListPopupWindow -io.reactivex.internal.observers.InnerQueuedObserver: io.reactivex.internal.fuseable.SimpleQueue queue() -androidx.appcompat.R$attr: int iconifiedByDefault -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$1: androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription this$0 -androidx.preference.R$dimen: int abc_dialog_fixed_height_major -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModePasteDrawable -androidx.lifecycle.ProcessLifecycleOwner: androidx.lifecycle.ReportFragment$ActivityInitializationListener mInitializationListener -com.xw.repo.bubbleseekbar.R$id: int sides -androidx.preference.R$style: int Preference_DialogPreference_Material -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_android_textColorHint -androidx.lifecycle.ViewModelStore: void put(java.lang.String,androidx.lifecycle.ViewModel) -com.turingtechnologies.materialscrollbar.R$attr: int dropdownListPreferredItemHeight -james.adaptiveicon.R$attr: int voiceIcon -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_title -androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat_ActionBar -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit -retrofit2.ServiceMethod: ServiceMethod() -androidx.appcompat.R$drawable -io.reactivex.Observable: io.reactivex.Observable takeLast(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -cyanogenmod.externalviews.KeyguardExternalView$3: android.graphics.Rect val$clipRect -cyanogenmod.app.BaseLiveLockManagerService: boolean registerChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) -com.google.android.material.R$styleable: int ActionBar_subtitle -com.google.android.material.R$attr: int drawableRightCompat -wangdaye.com.geometricweather.R$attr: int closeIconSize -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Body1 -com.google.android.material.R$drawable: int abc_textfield_activated_mtrl_alpha -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_collapseIcon -okhttp3.internal.http.HttpHeaders: int skipAll(okio.Buffer,byte) -com.google.android.material.R$drawable: int abc_cab_background_top_mtrl_alpha -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float rain1h -androidx.appcompat.R$attr: int progressBarStyle -wangdaye.com.geometricweather.R$styleable: int InkPageIndicator_dotDiameter -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHeight_max -androidx.recyclerview.R$styleable: int GradientColor_android_startColor -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: io.reactivex.internal.util.AtomicThrowable errors -com.google.android.material.R$attr: int itemStrokeColor -wangdaye.com.geometricweather.R$styleable: int Badge_backgroundColor -androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu -com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_singleSelection -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher: androidx.lifecycle.LiveData mLiveData -wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_moonText -android.didikee.donate.R$styleable: int AppCompatTextView_fontVariationSettings -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_NoActionBar -retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter: CompletableFutureCallAdapterFactory$ResponseCallAdapter(java.lang.reflect.Type) -okhttp3.internal.http2.Http2Reader: java.util.logging.Logger logger -androidx.lifecycle.LifecycleRegistry$ObserverWithState: androidx.lifecycle.Lifecycle$State mState -androidx.appcompat.R$attr: int alertDialogTheme -androidx.cardview.widget.CardView: float getRadius() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int o3 -com.google.android.material.R$anim: R$anim() -com.google.android.material.R$layout: int abc_popup_menu_item_layout -androidx.preference.R$styleable: int MenuItem_iconTint -androidx.appcompat.R$styleable: int Toolbar_titleMargins -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: int STATE_INACTIVE -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Display4 -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs indexs -okio.AsyncTimeout$2: okio.AsyncTimeout this$0 -wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setDaylight(boolean) -okhttp3.internal.http1.Http1Codec$FixedLengthSink: okhttp3.internal.http1.Http1Codec this$0 -wangdaye.com.geometricweather.R$id: int activity_widget_config_custom_subtitle -wangdaye.com.geometricweather.R$layout: int material_timepicker_textinput_display -wangdaye.com.geometricweather.R$styleable: int AppBarLayout_android_touchscreenBlocksFocus -retrofit2.DefaultCallAdapterFactory: retrofit2.CallAdapter get(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeRainPrecipitationProbability(java.lang.Float) -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property DailyForecast -okio.Buffer: int read(java.nio.ByteBuffer) -androidx.preference.R$attr: int windowMinWidthMajor -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: java.lang.String ShortPhrase -okhttp3.Request$Builder: okhttp3.Request$Builder head() -androidx.work.R$id: int normal -wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Title_Text -james.adaptiveicon.R$dimen: int abc_seekbar_track_background_height_material -com.turingtechnologies.materialscrollbar.R$interpolator: int mtrl_linear -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum: AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum() -androidx.lifecycle.extensions.R$dimen: int compat_control_corner_material -com.google.android.material.R$styleable: int ViewStubCompat_android_id -com.turingtechnologies.materialscrollbar.R$style: int Base_V22_Theme_AppCompat -com.google.android.material.R$color: int secondary_text_default_material_dark -wangdaye.com.geometricweather.R$attr: int yearTodayStyle -androidx.constraintlayout.widget.R$styleable: int Constraint_android_rotationY -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: boolean isDisposed() -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: io.reactivex.disposables.Disposable upstream -com.turingtechnologies.materialscrollbar.R$attr: int buttonIconDimen -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_NavigationView -okhttp3.Route: java.net.InetSocketAddress inetSocketAddress -com.xw.repo.bubbleseekbar.R$anim: int abc_fade_out -wangdaye.com.geometricweather.R$id: int item_aqi_content -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored -wangdaye.com.geometricweather.R$color: int abc_tint_edittext -retrofit2.KotlinExtensions$awaitResponse$$inlined$suspendCancellableCoroutine$lambda$1: retrofit2.Call $this_awaitResponse$inlined -wangdaye.com.geometricweather.R$styleable: int Transform_android_translationY -io.reactivex.Observable: io.reactivex.Observable buffer(io.reactivex.ObservableSource,io.reactivex.functions.Function) -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setSnowPrecipitationProbability(java.lang.Float) -com.xw.repo.bubbleseekbar.R$attr: int windowMinWidthMajor -io.reactivex.internal.observers.BlockingObserver: java.lang.Object TERMINATED -cyanogenmod.profiles.BrightnessSettings: BrightnessSettings(android.os.Parcel) -androidx.constraintlayout.widget.R$dimen: int notification_top_pad_large_text -androidx.constraintlayout.widget.R$anim: int abc_shrink_fade_out_from_bottom -com.google.android.material.R$style: int Theme_AppCompat_Light_DialogWhenLarge -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Button_Colored -com.turingtechnologies.materialscrollbar.R$attr: int actionBarWidgetTheme -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: ObservableConcatMap$SourceObserver$InnerObserver(io.reactivex.Observer,io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver) -wangdaye.com.geometricweather.R$attr: int materialButtonStyle -retrofit2.adapter.rxjava2.CallExecuteObservable$CallDisposable: void dispose() -com.google.android.material.R$styleable: int AppCompatTextView_drawableLeftCompat -wangdaye.com.geometricweather.common.basic.models.weather.Alert: int describeContents() -com.google.android.material.R$dimen: int mtrl_slider_thumb_elevation -androidx.constraintlayout.widget.R$attr: int track -androidx.appcompat.R$styleable: int FontFamily_fontProviderQuery -com.jaredrummler.android.colorpicker.R$attr: int alertDialogCenterButtons -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: io.reactivex.internal.fuseable.SimplePlainQueue queue -wangdaye.com.geometricweather.R$bool: int cpv_default_anim_autostart -okhttp3.internal.cache.DiskLruCache$Editor: void detach() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: java.lang.String UVIndexText -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_voice_search_api_material -wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_animAutostart -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_icon -okhttp3.EventListener: void requestBodyEnd(okhttp3.Call,long) -com.google.android.material.R$attr: int track -com.google.android.material.R$drawable: int abc_spinner_textfield_background_material -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored -wangdaye.com.geometricweather.R$color: int cardview_light_background -androidx.constraintlayout.widget.R$attr: int borderlessButtonStyle -com.turingtechnologies.materialscrollbar.R$attr: int iconPadding -com.google.android.material.R$styleable: int ConstraintSet_chainUseRtl -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String aqi -androidx.lifecycle.ServiceLifecycleDispatcher: void onServicePreSuperOnBind() -com.jaredrummler.android.colorpicker.R$attr: int preferenceStyle -wangdaye.com.geometricweather.R$styleable: int[] KeyFramesAcceleration -android.didikee.donate.R$styleable: int ActionBar_divider -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeThunderstormPrecipitationProbability(java.lang.Float) -androidx.customview.R$dimen -androidx.lifecycle.ComputableLiveData: androidx.lifecycle.LiveData mLiveData -com.bumptech.glide.Registry$NoResultEncoderAvailableException: Registry$NoResultEncoderAvailableException(java.lang.Class) -androidx.appcompat.R$attr: int actionBarTabStyle -wangdaye.com.geometricweather.db.entities.AlertEntity: AlertEntity() -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView -androidx.hilt.work.R$layout: int notification_template_custom_big -com.google.android.material.card.MaterialCardView: void setStrokeWidth(int) -androidx.preference.R$styleable: int ActionBar_divider -cyanogenmod.app.suggest.AppSuggestManager: AppSuggestManager(android.content.Context) -androidx.lifecycle.extensions.R$id: int chronometer -james.adaptiveicon.R$style: int Widget_AppCompat_PopupMenu -com.google.android.material.R$styleable: int KeyCycle_android_translationX -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableTintMode -androidx.constraintlayout.widget.R$dimen: int abc_select_dialog_padding_start_material -cyanogenmod.app.Profile: cyanogenmod.profiles.BrightnessSettings getBrightness() -io.reactivex.internal.operators.observable.ObservableReplay$Node -com.turingtechnologies.materialscrollbar.R$color: int abc_secondary_text_material_dark -com.google.android.material.R$id: int spread_inside -androidx.fragment.R$id: int accessibility_custom_action_7 -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: boolean cancelled -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Display2 -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_visible -com.xw.repo.bubbleseekbar.R$attr: int actionBarDivider -org.greenrobot.greendao.AbstractDao: java.lang.Object loadUniqueAndCloseCursor(android.database.Cursor) -com.google.android.material.R$layout: int material_timepicker_textinput_display -cyanogenmod.weatherservice.WeatherProviderService$1: void cancelOngoingRequests() -androidx.room.RoomDatabase$JournalMode: androidx.room.RoomDatabase$JournalMode[] values() -com.xw.repo.bubbleseekbar.R$dimen: int abc_seekbar_track_progress_height_material -androidx.constraintlayout.widget.R$attr: int animate_relativeTo -androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableCompat_android_dither -androidx.preference.R$dimen: int abc_control_padding_material -androidx.appcompat.R$id: int accessibility_custom_action_29 -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onAttach_0 -androidx.preference.R$styleable: int TextAppearance_android_shadowColor -androidx.hilt.R$id: int tag_accessibility_actions -james.adaptiveicon.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated -wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Light -androidx.preference.R$integer: int cancel_button_image_alpha -com.google.android.material.R$dimen: int cardview_default_elevation -wangdaye.com.geometricweather.R$drawable: int abc_ic_clear_material -cyanogenmod.app.CustomTile$ExpandedListItem: void setExpandedListItemOnClickIntent(android.app.PendingIntent) -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: java.lang.Object v2 -retrofit2.Utils: java.lang.RuntimeException parameterError(java.lang.reflect.Method,java.lang.Throwable,int,java.lang.String,java.lang.Object[]) -okhttp3.internal.io.FileSystem$1: void rename(java.io.File,java.io.File) -com.google.android.material.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title -wangdaye.com.geometricweather.R$attr: int boxStrokeColor -androidx.preference.R$style: int Base_Widget_AppCompat_ListMenuView -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: boolean cancelled -com.jaredrummler.android.colorpicker.R$style: int PreferenceFragmentList -wangdaye.com.geometricweather.db.entities.AlertEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.AlertEntity) -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setDewPoint(java.lang.Integer) -androidx.preference.R$style: int Preference_Information -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Tooltip -androidx.core.R$id: int accessibility_custom_action_9 -okhttp3.MediaType: java.nio.charset.Charset charset() -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircularSkyWeatherView: int getWeatherKind() -com.google.android.material.R$style: int Widget_MaterialComponents_Button_OutlinedButton -androidx.appcompat.R$drawable: int abc_ratingbar_indicator_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: java.lang.String caiyun -com.google.android.material.R$styleable: int Layout_layout_constraintHorizontal_weight -androidx.preference.PreferenceManager -androidx.loader.R$dimen: int compat_button_inset_horizontal_material -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: long end -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowMinWidthMajor -androidx.drawerlayout.R$dimen: int notification_small_icon_background_padding -com.google.android.material.internal.FlowLayout: FlowLayout(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties -com.google.android.material.R$layout: int abc_cascading_menu_item_layout -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_contentInsetLeft -wangdaye.com.geometricweather.db.entities.AlertEntity: int getPriority() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeWindChillTemperature -wangdaye.com.geometricweather.R$color: int abc_hint_foreground_material_dark -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeThunderstormPrecipitation() -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_BottomAppBar -com.google.gson.internal.JsonReaderInternalAccess: JsonReaderInternalAccess() -io.reactivex.internal.schedulers.ScheduledDirectTask -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_action_height -wangdaye.com.geometricweather.common.basic.models.weather.Base: java.util.Date getUpdateDate() -james.adaptiveicon.R$styleable: int[] AppCompatTextHelper -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_SEED_CBC_SHA -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Spinner -android.didikee.donate.R$layout: int abc_search_dropdown_item_icons_2line -wangdaye.com.geometricweather.R$string: int key_live_wallpaper -androidx.preference.R$styleable: int AppCompatTheme_windowNoTitle -okhttp3.RequestBody$2: byte[] val$content -androidx.preference.R$color: int abc_secondary_text_material_light -wangdaye.com.geometricweather.R$attr: int tabIndicatorColor -com.google.android.material.chip.ChipGroup: void setChipSpacingVerticalResource(int) -okhttp3.Cache$CacheResponseBody: okhttp3.internal.cache.DiskLruCache$Snapshot snapshot -androidx.preference.R$styleable: int AppCompatTheme_buttonBarButtonStyle -wangdaye.com.geometricweather.R$anim: int x2_accelerate_interpolator -wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_barLength -com.google.android.material.R$attr: int titleMarginTop -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: java.lang.Object poll() -okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner -james.adaptiveicon.R$id: int none -wangdaye.com.geometricweather.R$styleable: int MaterialButton_backgroundTint -james.adaptiveicon.R$style: int Base_V7_Theme_AppCompat_Light_Dialog -androidx.appcompat.R$layout: int abc_action_mode_close_item_material -com.jaredrummler.android.colorpicker.R$layout: int preference_information -androidx.preference.R$string: int abc_searchview_description_submit -cyanogenmod.os.Build: java.lang.String CYANOGENMOD_DISPLAY_VERSION -wangdaye.com.geometricweather.R$xml: int standalone_badge_gravity_top_start -retrofit2.KotlinExtensions$suspendAndThrow$1: KotlinExtensions$suspendAndThrow$1(kotlin.coroutines.Continuation) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Imperial: int UnitType -androidx.vectordrawable.animated.R$string: int status_bar_notification_info_overflow -retrofit2.BuiltInConverters$BufferingResponseBodyConverter: java.lang.Object convert(java.lang.Object) -androidx.constraintlayout.widget.R$id: int message -okhttp3.Protocol: okhttp3.Protocol get(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int ForegroundLinearLayout_android_foreground -com.xw.repo.bubbleseekbar.R$attr: int paddingStart -com.google.android.material.bottomappbar.BottomAppBar: BottomAppBar(android.content.Context,android.util.AttributeSet,int) -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void onNext(java.lang.Object) -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_19 -androidx.recyclerview.R$styleable: int FontFamily_fontProviderFetchStrategy -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_lat -com.turingtechnologies.materialscrollbar.R$layout: int abc_popup_menu_header_item_layout -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float getNO2() -com.google.android.material.chip.Chip: void setOnCloseIconClickListener(android.view.View$OnClickListener) -wangdaye.com.geometricweather.R$attr: int actionViewClass -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.Temperature temperature -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Humidity -com.turingtechnologies.materialscrollbar.R$style: int CardView_Dark -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setThunderstormPrecipitationProbability(java.lang.Float) -androidx.swiperefreshlayout.R$string -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHeight_default -wangdaye.com.geometricweather.R$styleable: int[] ProgressIndicator -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator APP_SWITCH_WAKE_SCREEN_VALIDATOR -com.google.android.material.R$attr: int boxCornerRadiusTopStart -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: void setStatus(int) -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintLeft_creator -com.turingtechnologies.materialscrollbar.R$attr: int chipCornerRadius -wangdaye.com.geometricweather.R$styleable: int ForegroundLinearLayout_android_foregroundGravity -androidx.constraintlayout.widget.R$styleable: int Motion_motionPathRotate -com.google.android.material.floatingactionbutton.FloatingActionButton$BaseBehavior: FloatingActionButton$BaseBehavior() -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_numericShortcut -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_menu -cyanogenmod.app.PartnerInterface: boolean setZenMode(int) -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_endIconDrawable -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability precipitationProbability -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog -com.jaredrummler.android.colorpicker.R$styleable: int ColorPickerView_cpv_borderColor -cyanogenmod.weather.RequestInfo: void writeToParcel(android.os.Parcel,int) -androidx.constraintlayout.widget.R$drawable: int abc_ic_star_half_black_36dp -androidx.constraintlayout.widget.R$id: int decelerateAndComplete -retrofit2.Response: okhttp3.ResponseBody errorBody -com.google.android.material.R$styleable: int TextAppearance_textAllCaps -wangdaye.com.geometricweather.R$attr: int itemTextAppearanceActive -androidx.constraintlayout.widget.R$dimen: int compat_button_inset_vertical_material -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: java.util.List weather -wangdaye.com.geometricweather.R$string: int help -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub$Proxy: android.os.IBinder mRemote -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource[] values() -com.google.android.material.R$attr: int trackColorInactive -retrofit2.Platform -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_backgroundTint -io.reactivex.Observable: io.reactivex.Observable groupBy(io.reactivex.functions.Function,io.reactivex.functions.Function,boolean) -android.didikee.donate.R$attr: int textAppearancePopupMenuHeader -com.google.android.material.R$styleable: int Constraint_layout_constraintBottom_toTopOf -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Title_Inverse -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title -androidx.customview.R$attr: R$attr() -okio.InflaterSource: java.util.zip.Inflater inflater -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: io.reactivex.Observer downstream -com.google.android.material.R$style: int Base_Widget_Design_TabLayout -com.google.android.material.circularreveal.CircularRevealGridLayout: void setRevealInfo(com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo) -com.bumptech.glide.request.RequestCoordinator$RequestState: boolean isComplete() -com.jaredrummler.android.colorpicker.R$attr: int initialActivityCount -com.google.gson.FieldNamingPolicy$1: java.lang.String translateName(java.lang.reflect.Field) -com.turingtechnologies.materialscrollbar.R$color: int cardview_light_background -androidx.preference.R$attr: int singleChoiceItemLayout -com.google.android.material.textfield.MaterialAutoCompleteTextView: MaterialAutoCompleteTextView(android.content.Context,android.util.AttributeSet) -okio.BufferedSink: okio.BufferedSink write(okio.ByteString) -io.reactivex.internal.util.ErrorMode: io.reactivex.internal.util.ErrorMode BOUNDARY -wangdaye.com.geometricweather.R$string: int humidity -io.reactivex.Observable: io.reactivex.Observable switchIfEmpty(io.reactivex.ObservableSource) -com.google.android.material.R$attr: int spinnerStyle -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintLeft_creator -com.google.android.material.R$styleable: int DrawerArrowToggle_color -james.adaptiveicon.R$id: int notification_main_column -androidx.vectordrawable.R$id: int normal -wangdaye.com.geometricweather.R$attr: int bsb_show_section_mark -cyanogenmod.providers.CMSettings$System: java.lang.String INCREASING_RING -cyanogenmod.power.PerformanceManagerInternal -com.jaredrummler.android.colorpicker.R$id: int customPanel -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.remoteviews.config.AbstractWidgetConfigActivity: AbstractWidgetConfigActivity() -com.turingtechnologies.materialscrollbar.R$style: int Platform_V25_AppCompat -com.google.android.material.R$attr: int customNavigationLayout -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day -androidx.constraintlayout.widget.R$styleable: int AlertDialog_buttonIconDimen -cyanogenmod.profiles.StreamSettings$1: StreamSettings$1() -io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain: CompositeException$CompositeExceptionCausalChain() -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle -com.turingtechnologies.materialscrollbar.R$attr: int textEndPadding -cyanogenmod.library.R$attr: int type -androidx.preference.R$drawable: int preference_list_divider_material -com.google.android.material.textfield.TextInputLayout: void setEndIconDrawable(int) -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_android_gravity -cyanogenmod.app.ProfileManager: boolean profileExists(java.util.UUID) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: long serialVersionUID -com.google.android.material.textfield.TextInputLayout: void setErrorEnabled(boolean) -com.google.android.material.R$string: int mtrl_picker_range_header_only_end_selected -retrofit2.ParameterHandler$PartMap: int p -wangdaye.com.geometricweather.R$drawable: int ic_about -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_android_thumb -androidx.lifecycle.SavedStateHandleController$OnRecreation: SavedStateHandleController$OnRecreation() -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String getCity() -com.bumptech.glide.R$id: int start -com.xw.repo.bubbleseekbar.R$dimen: int abc_edit_text_inset_horizontal_material -wangdaye.com.geometricweather.R$attr: int msb_textColor -androidx.preference.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: io.reactivex.Observer downstream -androidx.preference.R$attr: int subtitleTextStyle -wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode[] values() -androidx.constraintlayout.widget.R$attr: int tooltipFrameBackground -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: java.lang.String zh_CN -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_title -androidx.appcompat.R$drawable: int abc_popup_background_mtrl_mult -retrofit2.Retrofit: retrofit2.ServiceMethod loadServiceMethod(java.lang.reflect.Method) -wangdaye.com.geometricweather.R$styleable: int DialogPreference_android_dialogIcon -james.adaptiveicon.R$drawable: int abc_ab_share_pack_mtrl_alpha -okhttp3.Challenge -androidx.core.R$style: int TextAppearance_Compat_Notification_Time -androidx.appcompat.R$styleable: int SearchView_queryBackground -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_autoSizeTextType -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float getPM25() -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_cancelLiveLockScreen -androidx.activity.R$styleable: int FontFamily_fontProviderAuthority -com.google.android.material.R$styleable: int TextInputLayout_errorTextColor -retrofit2.Utils: java.lang.reflect.Type getSupertype(java.lang.reflect.Type,java.lang.Class,java.lang.Class) -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay TAG_PRECIPITATION -com.turingtechnologies.materialscrollbar.R$string: int abc_menu_delete_shortcut_label -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: org.reactivestreams.Subscriber downstream -com.google.android.material.slider.Slider: int getTrackSidePadding() -io.reactivex.Observable: io.reactivex.Observable concatMap(io.reactivex.functions.Function,int) -androidx.fragment.R$styleable: int FragmentContainerView_android_tag -com.google.android.material.R$attr: int tickVisible -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$3 -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_caption_material -androidx.vectordrawable.R$attr: int fontProviderQuery -androidx.hilt.work.R$string: R$string() -android.didikee.donate.R$styleable: int TextAppearance_textAllCaps -androidx.appcompat.R$styleable: int ActionBar_backgroundSplit -com.jaredrummler.android.colorpicker.R$styleable: int Spinner_android_prompt -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintBottom_toBottomOf -james.adaptiveicon.R$style: int Widget_AppCompat_SearchView -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setWind(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean) -wangdaye.com.geometricweather.db.entities.LocationEntity: boolean residentPosition -android.didikee.donate.R$styleable: int MenuItem_android_checked -wangdaye.com.geometricweather.R$styleable: int CardView_cardElevation -wangdaye.com.geometricweather.R$string: int abc_menu_function_shortcut_label -retrofit2.http.Path: boolean encoded() -james.adaptiveicon.R$styleable: int ActionBar_background -androidx.appcompat.R$attr: int backgroundTint -androidx.hilt.lifecycle.R$styleable: int GradientColor_android_startX -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone: java.lang.Object NextOffsetChange -io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: ObservableRepeat$RepeatObserver(io.reactivex.Observer,long,io.reactivex.internal.disposables.SequentialDisposable,io.reactivex.ObservableSource) -androidx.vectordrawable.animated.R$color: int secondary_text_default_material_light -cyanogenmod.hardware.ThermalListenerCallback$State: int STATE_WARM_FALLING -androidx.legacy.coreutils.R$color: int notification_action_color_filter -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind wind -com.google.android.material.R$styleable: int[] MotionScene -io.reactivex.internal.observers.BlockingObserver: void onNext(java.lang.Object) -cyanogenmod.weatherservice.WeatherProviderService: WeatherProviderService() -com.turingtechnologies.materialscrollbar.R$dimen: int compat_notification_large_icon_max_width -james.adaptiveicon.R$color: int primary_dark_material_dark -wangdaye.com.geometricweather.R$layout: int text_view_with_line_height_from_style -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintCircleRadius -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void onComplete() -cyanogenmod.app.Profile$ProfileTrigger: int mState -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property District -james.adaptiveicon.R$styleable: int MenuItem_android_titleCondensed -james.adaptiveicon.R$dimen: int abc_button_inset_vertical_material -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_21 -androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge -cyanogenmod.weather.CMWeatherManager$2$2: int val$status -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight_NoActionBar -wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_extendMotionSpec -com.xw.repo.bubbleseekbar.R$attr: int dividerHorizontal -wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemTextAppearanceActive -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_SearchView -cyanogenmod.providers.CMSettings$System: boolean putFloatForUser(android.content.ContentResolver,java.lang.String,float,int) -okhttp3.ConnectionSpec: java.lang.String[] cipherSuites -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: boolean requestDismissAndStartActivity(android.content.Intent) -com.google.android.material.chip.ChipGroup: int getChipSpacingVertical() -wangdaye.com.geometricweather.background.receiver.widget.WidgetDayWeekProvider -okhttp3.internal.publicsuffix.PublicSuffixDatabase: void readTheListUninterruptibly() -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_content_inset_material -com.xw.repo.bubbleseekbar.R$attr: int spinBars -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onAttachedToWindow() -android.didikee.donate.R$style: int Base_Theme_AppCompat_Dialog_Alert -androidx.lifecycle.extensions.R -android.didikee.donate.R$style: int Base_V21_Theme_AppCompat -com.google.android.material.R$integer: int abc_config_activityShortDur -com.google.android.material.R$styleable: int CustomAttribute_customPixelDimension -androidx.lifecycle.AndroidViewModel: android.app.Application mApplication -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: boolean delayError -com.google.android.material.slider.Slider: android.content.res.ColorStateList getTrackTintList() -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_AutoCompleteTextView -wangdaye.com.geometricweather.R$drawable: int notif_temp_114 -com.google.android.material.R$dimen: int mtrl_extended_fab_icon_text_spacing -james.adaptiveicon.R$styleable: int AppCompatImageView_tintMode -com.google.android.material.R$attr: int boxStrokeColor -androidx.loader.R$drawable: int notification_bg -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: boolean delayError -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxStrokeErrorColor -android.didikee.donate.R$attr: int actionModeCloseDrawable -androidx.viewpager2.R$style: int Widget_Compat_NotificationActionContainer -androidx.viewpager2.R$styleable: int FontFamilyFont_ttcIndex -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: io.reactivex.Observer downstream -com.google.android.material.R$styleable: int ActionBar_progressBarPadding -retrofit2.http.Part: java.lang.String value() -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void innerError(java.lang.Throwable) -org.greenrobot.greendao.AbstractDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) -com.bumptech.glide.R$dimen: R$dimen() -androidx.appcompat.widget.Toolbar: void setCollapseContentDescription(java.lang.CharSequence) -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription -com.google.android.material.R$styleable: int Constraint_flow_wrapMode -wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_moonPhaseText -okio.Buffer: long readLong() -wangdaye.com.geometricweather.R$drawable -com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_FixedSize -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_android_textOff -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_prefixText -com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable -okio.ByteString: int size() -androidx.cardview.widget.CardView: void setCardElevation(float) -androidx.viewpager.R$color -androidx.loader.R$attr: int fontProviderAuthority -androidx.constraintlayout.widget.R$styleable: int KeyCycle_motionTarget -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_subtitle_bottom_margin_material -com.google.android.material.R$string: int mtrl_picker_text_input_day_abbr -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: BaiduIPLocationResult$ContentBean$PointBean() -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: BaiduIPLocationResult() -com.google.android.material.transformation.FabTransformationScrimBehavior: FabTransformationScrimBehavior(android.content.Context,android.util.AttributeSet) -okio.DeflaterSink: void flush() -androidx.transition.R$styleable: int FontFamilyFont_font -androidx.preference.R$dimen: int abc_dialog_min_width_minor -okhttp3.internal.ws.RealWebSocket: okhttp3.internal.ws.WebSocketReader reader -com.google.android.material.R$drawable: int abc_switch_track_mtrl_alpha -cyanogenmod.app.ILiveLockScreenManager: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() -com.bumptech.glide.R$dimen: int compat_control_corner_material -com.xw.repo.bubbleseekbar.R$attr: int listItemLayout -androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamily_fontProviderFetchStrategy -wangdaye.com.geometricweather.R$drawable: int btn_radio_off_to_on_mtrl_animation -android.didikee.donate.R$styleable: int SwitchCompat_trackTint -com.google.android.material.R$dimen: int mtrl_calendar_header_toggle_margin_bottom -androidx.work.R$dimen: int notification_small_icon_size_as_large -wangdaye.com.geometricweather.R$attr: int touchAnchorSide -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Dialog_Alert -wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit PPCM -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float o3 -com.google.android.material.chip.Chip: void setChipEndPadding(float) -retrofit2.adapter.rxjava2.CallExecuteObservable$CallDisposable: boolean isDisposed() -com.google.android.material.R$dimen: int compat_control_corner_material -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint DewPoint -com.jaredrummler.android.colorpicker.R$style: int Base_V22_Theme_AppCompat -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: ObservableConcatMap$ConcatMapDelayErrorObserver(io.reactivex.Observer,io.reactivex.functions.Function,int,boolean) -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setCo(java.lang.Float) -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut -android.didikee.donate.R$style: int TextAppearance_AppCompat_Title -wangdaye.com.geometricweather.R$attr: int layout_constraintTop_toTopOf -com.google.android.material.internal.NavigationMenuItemView -cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_getDefaultLiveLockScreen -com.google.android.material.R$styleable: int AppCompatTheme_buttonBarButtonStyle -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog -okio.HashingSink -androidx.preference.R$id: int buttonPanel -androidx.transition.R$styleable: int FontFamilyFont_android_fontVariationSettings -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit K -cyanogenmod.weather.WeatherLocation$Builder: java.lang.String mCityId -com.google.android.material.R$attr: int commitIcon -androidx.appcompat.widget.AppCompatSeekBar: AppCompatSeekBar(android.content.Context,android.util.AttributeSet) -androidx.preference.SeekBarPreference$SavedState: android.os.Parcelable$Creator CREATOR -com.xw.repo.bubbleseekbar.R$drawable: int abc_textfield_search_activated_mtrl_alpha -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_layout -androidx.viewpager2.R$color: int notification_icon_bg_color -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_requestThemeChange -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: boolean delayError -com.google.android.material.R$style: int Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day -androidx.appcompat.resources.R$styleable: int GradientColor_android_tileMode -com.google.android.material.R$dimen: int mtrl_bottomappbar_height -cyanogenmod.app.suggest.ApplicationSuggestion: ApplicationSuggestion(android.os.Parcel) -androidx.preference.R$bool: int config_materialPreferenceIconSpaceReserved -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Display2 -james.adaptiveicon.R$color: int primary_text_default_material_dark -com.google.android.material.R$styleable: int KeyTimeCycle_curveFit -com.xw.repo.bubbleseekbar.R$drawable: int abc_list_pressed_holo_light -com.jaredrummler.android.colorpicker.R$drawable: int abc_menu_hardkey_panel_mtrl_mult -wangdaye.com.geometricweather.R$attr: int iconSpaceReserved -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_scaleX -okio.Buffer: java.lang.String readUtf8(long) -cyanogenmod.app.CMContextConstants: java.lang.String CM_PROFILE_SERVICE -com.bumptech.glide.load.resource.bitmap.DefaultImageHeaderParser$Reader$EndOfFileException -okhttp3.internal.tls.OkHostnameVerifier: java.util.List allSubjectAltNames(java.security.cert.X509Certificate) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionMenuTextAppearance -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_endY -androidx.preference.R$style: int Preference_SeekBarPreference -androidx.customview.R$id: int title -com.google.android.material.R$attr: int listMenuViewStyle -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_PSK_WITH_AES_256_CBC_SHA -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier -wangdaye.com.geometricweather.R$styleable: int[] FontFamilyFont -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: long serialVersionUID -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_Button -androidx.core.R$id: int accessibility_custom_action_14 -androidx.constraintlayout.widget.R$dimen: int notification_main_column_padding_top -wangdaye.com.geometricweather.R$string: int key_widget_text -androidx.constraintlayout.widget.R$attr: int buttonCompat -androidx.appcompat.widget.ContentFrameLayout: android.util.TypedValue getFixedWidthMinor() -androidx.preference.R$style: int Widget_AppCompat_ActivityChooserView -androidx.appcompat.widget.ActionBarContextView: int getContentHeight() -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_max -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_titleTextStyle -cyanogenmod.app.BaseLiveLockManagerService$1: cyanogenmod.app.BaseLiveLockManagerService this$0 -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.Date getUpdateDate() -wangdaye.com.geometricweather.db.entities.DailyEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_CALL_COLOR_VALIDATOR -com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: $Gson$Types$ParameterizedTypeImpl(java.lang.reflect.Type,java.lang.reflect.Type,java.lang.reflect.Type[]) -com.google.gson.stream.JsonWriter: void push(int) -io.reactivex.Observable: io.reactivex.Observable sample(long,java.util.concurrent.TimeUnit,boolean) -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: java.util.concurrent.atomic.AtomicReference boundaryObserver -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionBar_TabView -androidx.appcompat.R$attr: int multiChoiceItemLayout -wangdaye.com.geometricweather.R$styleable: int ArcProgress_bottom_text -io.reactivex.internal.queue.SpscArrayQueue: int mask -androidx.preference.R$styleable: int LinearLayoutCompat_android_weightSum -androidx.appcompat.widget.AppCompatSeekBar: AppCompatSeekBar(android.content.Context) -androidx.constraintlayout.motion.widget.MotionHelper: float getProgress() -wangdaye.com.geometricweather.R$anim: int btn_checkbox_to_unchecked_icon_null_animation -androidx.recyclerview.R$color: int ripple_material_light -androidx.viewpager2.R$style: int TextAppearance_Compat_Notification_Info -okio.RealBufferedSink: okio.BufferedSink writeLong(long) -com.xw.repo.bubbleseekbar.R$drawable: int abc_item_background_holo_light -wangdaye.com.geometricweather.R$attr: int layout_constraintCircleAngle -io.reactivex.internal.subscribers.StrictSubscriber: void onSubscribe(org.reactivestreams.Subscription) -cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator sBooleanValidator -androidx.preference.R$id: int action_image -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: boolean isDisposed() -androidx.lifecycle.ComputableLiveData$1 -wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerFamilyTopRight -wangdaye.com.geometricweather.R$attr: int mock_labelColor -androidx.coordinatorlayout.R$attr: int fontWeight -okio.ForwardingTimeout: okio.Timeout clearTimeout() -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: android.os.IBinder asBinder() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: java.lang.String ShortPhrase -com.google.android.material.R$styleable: int Constraint_android_transformPivotY -androidx.hilt.lifecycle.R$integer -androidx.preference.R$attr: int backgroundTint -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getTemperature(android.content.Context,java.lang.Integer,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) -wangdaye.com.geometricweather.db.entities.DailyEntity: void setRagweedIndex(java.lang.Integer) -com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize -wangdaye.com.geometricweather.db.entities.HourlyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode -com.xw.repo.bubbleseekbar.R$attr: int iconTint -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense -androidx.recyclerview.widget.LinearLayoutManager: LinearLayoutManager(android.content.Context,android.util.AttributeSet,int,int) -retrofit2.ParameterHandler$QueryMap: java.lang.reflect.Method method -okhttp3.OkHttpClient: OkHttpClient(okhttp3.OkHttpClient$Builder) -wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Counter -androidx.appcompat.R$id: int blocking -androidx.constraintlayout.widget.R$styleable: int AppCompatImageView_tintMode -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth -androidx.preference.R$attr: int layout -com.google.android.material.R$id: int fixed -com.turingtechnologies.materialscrollbar.R$attr: int hintEnabled -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: void onComplete() -androidx.appcompat.R$style: int Base_Widget_AppCompat_RatingBar_Indicator -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX() -okhttp3.OkHttpClient: okhttp3.Cache cache() -cyanogenmod.power.IPerformanceManager$Stub$Proxy: android.os.IBinder asBinder() -wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String getProvince() -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: java.lang.Integer clouds -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getSo2() -wangdaye.com.geometricweather.R$color: int material_timepicker_clockface -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_checkedTextViewStyle -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title -io.reactivex.Observable: io.reactivex.Observable concat(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource) -com.google.android.material.R$attr: int windowMinWidthMinor -retrofit2.http.Url -androidx.preference.R$styleable: int ViewStubCompat_android_layout -androidx.appcompat.R$color: int abc_tint_switch_track -androidx.preference.R$layout: int abc_action_bar_title_item -androidx.fragment.R$id: int right_side -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionOverflowButtonStyle -com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA -com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial: java.lang.String Unit -retrofit2.RequestBuilder: okhttp3.Request$Builder get() -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: void onComplete() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowFixedWidthMinor -androidx.appcompat.R$style: int Widget_AppCompat_ListView -androidx.constraintlayout.helper.widget.Flow: void setPaddingRight(int) -com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: boolean equals(java.lang.Object) -com.google.android.material.progressindicator.ProgressIndicator: void setIndicatorType(int) -com.google.android.material.snackbar.SnackbarContentLayout -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub: IExternalViewProviderFactory$Stub() -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: java.lang.String BriefPhrase -androidx.appcompat.widget.ActionBarContextView: void setVisibility(int) -okhttp3.HttpUrl$Builder: void removeAllCanonicalQueryParameters(java.lang.String) -cyanogenmod.themes.ThemeChangeRequest: java.util.Map getPerAppOverlays() -wangdaye.com.geometricweather.R$attr: int textAppearanceOverline -androidx.appcompat.R$attr: int actionModeSelectAllDrawable -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: void setZh_CN(java.lang.String) -okhttp3.MultipartBody$Part: okhttp3.RequestBody body -com.google.android.material.R$style: int Theme_MaterialComponents_Light_DarkActionBar -androidx.viewpager.R$string -android.didikee.donate.R$style: int Widget_AppCompat_PopupMenu_Overflow -androidx.appcompat.R$styleable: int MenuItem_actionLayout -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Inverse -io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: void onError(java.lang.Throwable) -james.adaptiveicon.R$styleable: int MenuGroup_android_menuCategory -com.google.android.material.R$string: int abc_menu_shift_shortcut_label -wangdaye.com.geometricweather.R$drawable: int shortcuts_thunder_foreground -wangdaye.com.geometricweather.R$attr: int deltaPolarAngle -wangdaye.com.geometricweather.R$id: int textinput_counter -com.jaredrummler.android.colorpicker.R$style: int Preference_DropDown_Material -androidx.constraintlayout.widget.ConstraintLayout: int getMaxWidth() -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_MULTIPLE_LEDS_ENABLE_VALIDATOR -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: void subscribe(io.reactivex.ObservableSource[],int) -androidx.appcompat.R$color: int notification_action_color_filter -com.google.android.material.R$style: int TextAppearance_Compat_Notification -cyanogenmod.app.ICustomTileListener$Stub$Proxy: void onCustomTileRemoved(org.cyanogenmod.internal.statusbar.IStatusBarCustomTileHolder) -androidx.appcompat.R$style: int Widget_AppCompat_RatingBar_Small -com.xw.repo.bubbleseekbar.R$id: int expand_activities_button -androidx.recyclerview.R$styleable: int FontFamilyFont_android_fontWeight -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onKeyguardDismissed() -wangdaye.com.geometricweather.R$attr: int windowActionModeOverlay -okhttp3.OkHttpClient$1: java.net.Socket deduplicate(okhttp3.ConnectionPool,okhttp3.Address,okhttp3.internal.connection.StreamAllocation) -androidx.recyclerview.R$styleable: int[] GradientColor -cyanogenmod.app.BaseLiveLockManagerService: void enforceSamePackageOrSystem(java.lang.String,cyanogenmod.app.LiveLockScreenInfo) -wangdaye.com.geometricweather.R$string: int air_quality -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_actionViewClass -com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType valueOf(java.lang.String) -com.google.android.material.R$styleable: int MenuItem_actionProviderClass -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Subtitle2 -io.reactivex.internal.observers.BlockingObserver -okhttp3.Cookie$Builder: okhttp3.Cookie build() -cyanogenmod.app.CustomTile: java.lang.String getResourcesPackageName() -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Body2 -com.google.android.material.R$styleable: int[] MotionTelltales -com.google.android.material.R$attr: int checkedChip -com.google.android.material.R$style: int Widget_MaterialComponents_PopupMenu_Overflow -cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String tag -wangdaye.com.geometricweather.R$styleable: int Slider_tickColorActive -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorIconTintMode -com.google.android.material.R$styleable: int MotionLayout_motionProgress -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setTotalPrecipitationProbability(java.lang.Float) -cyanogenmod.app.ProfileGroup: java.lang.String TAG -androidx.appcompat.R$attr: int toolbarNavigationButtonStyle -okhttp3.internal.platform.Platform: java.lang.Object getStackTraceForCloseable(java.lang.String) -com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemTextColor -wangdaye.com.geometricweather.R$layout: int preference_category_material -com.xw.repo.bubbleseekbar.R$layout: R$layout() -com.jaredrummler.android.colorpicker.R$drawable: int abc_list_longpressed_holo -com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_arrowShaftLength -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder authenticator(okhttp3.Authenticator) -com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getTrackTintList() -wangdaye.com.geometricweather.main.Hilt_MainActivity -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult: AccuMinuteResult() -okio.GzipSink: void writeHeader() -com.google.android.material.R$attr: int curveFit -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric: int UnitType -wangdaye.com.geometricweather.R$styleable: int SwitchPreference_android_summaryOff -com.google.android.material.R$id: int selection_type -androidx.preference.R$attr: int radioButtonStyle -wangdaye.com.geometricweather.R$id: int treeIcon -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_startIconCheckable -com.jaredrummler.android.colorpicker.R$color: int material_grey_900 -androidx.constraintlayout.widget.R$drawable: int abc_ic_clear_material -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: java.lang.String dept -com.google.android.material.internal.NavigationMenuItemView: NavigationMenuItemView(android.content.Context) -androidx.appcompat.R$attr: int menu -io.reactivex.Observable: io.reactivex.Observable retry(long,io.reactivex.functions.Predicate) -com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_multiChoiceItemLayout -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType DeleteInTxArray -okhttp3.Cache: int networkCount() -android.didikee.donate.R$drawable: int notification_bg -androidx.constraintlayout.widget.R$attr: int overlapAnchor -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: io.reactivex.internal.fuseable.SimpleQueue queue -io.reactivex.internal.util.VolatileSizeArrayList: VolatileSizeArrayList(int) -androidx.appcompat.R$dimen: int abc_alert_dialog_button_bar_height -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: void onSuccess(java.lang.Object) -cyanogenmod.app.LiveLockScreenInfo: android.os.Parcelable$Creator CREATOR -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Compat_Notification_Line2 -com.google.android.material.R$style: int Widget_AppCompat_DrawerArrowToggle -androidx.appcompat.widget.AppCompatTextView: void setAutoSizeTextTypeWithDefaults(int) -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_hide_bubble -com.jaredrummler.android.colorpicker.NestedGridView: NestedGridView(android.content.Context,android.util.AttributeSet,int) -okhttp3.OkHttpClient: java.net.ProxySelector proxySelector -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_tileMode -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String pubTime -wangdaye.com.geometricweather.db.entities.WeatherEntity: WeatherEntity(java.lang.Long,java.lang.String,java.lang.String,long,java.util.Date,long,java.util.Date,long,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,int,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WindDegree,java.lang.Float,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.String,java.lang.String) -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_DialogWhenLarge -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: int getCollapsedPadding() -okhttp3.internal.http2.Http2: byte TYPE_CONTINUATION -okhttp3.internal.http2.Hpack$Reader: void readLiteralHeaderWithoutIndexingIndexedName(int) -io.reactivex.exceptions.CompositeException: java.lang.Throwable getRootCause(java.lang.Throwable) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: void setDesc(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int AlertDialog_buttonIconDimen -androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver: ConstraintProxyUpdateReceiver() -io.reactivex.Observable: io.reactivex.Observable error(java.util.concurrent.Callable) -wangdaye.com.geometricweather.R$styleable: int ActionBar_popupTheme -androidx.appcompat.widget.ActionBarContainer -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Headline2 -com.xw.repo.bubbleseekbar.R$id: int textSpacerNoTitle -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer cloudCover -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_CUSTOM_VALUES_VALIDATOR -wangdaye.com.geometricweather.R$id: int widget_clock_day_center -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_framePosition -okio.RealBufferedSource: long readHexadecimalUnsignedLong() -androidx.transition.R$id: int blocking -androidx.lifecycle.SavedStateHandle -androidx.preference.R$style: int Preference_CheckBoxPreference -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: java.util.concurrent.atomic.AtomicReference timer -wangdaye.com.geometricweather.common.ui.widgets.TagView: TagView(android.content.Context,android.util.AttributeSet) -com.google.android.material.bottomappbar.BottomAppBar: void setFabCradleMargin(float) -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource -com.jaredrummler.android.colorpicker.R$style: int Base_V22_Theme_AppCompat_Light -androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionBar_TabText -androidx.constraintlayout.utils.widget.MotionTelltales: MotionTelltales(android.content.Context) -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setBottomText(java.lang.String) -okhttp3.internal.http2.Http2Connection$ReaderRunnable$2: void execute() -cyanogenmod.profiles.AirplaneModeSettings$1: cyanogenmod.profiles.AirplaneModeSettings createFromParcel(android.os.Parcel) -wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintGuide_end -androidx.preference.R$attr: int searchViewStyle -io.reactivex.internal.util.HashMapSupplier: java.util.Map call() -com.turingtechnologies.materialscrollbar.R$attr: int scrimVisibleHeightTrigger -com.google.android.material.R$id: int autoCompleteToStart -androidx.coordinatorlayout.R$dimen: int notification_big_circle_margin -androidx.lifecycle.DefaultLifecycleObserver: void onStart(androidx.lifecycle.LifecycleOwner) -com.google.android.material.R$style: int Widget_AppCompat_Light_ActionButton_Overflow -com.google.android.material.R$dimen: int mtrl_low_ripple_hovered_alpha -androidx.constraintlayout.widget.R$styleable: int Transform_android_scaleX -wangdaye.com.geometricweather.R$dimen: int material_emphasis_high_type -androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_fontWeight -wangdaye.com.geometricweather.R$layout -androidx.appcompat.R$drawable: int btn_radio_on_to_off_mtrl_animation -androidx.hilt.lifecycle.R$styleable: int ColorStateListItem_android_color -com.google.android.material.R$styleable: int TextInputLayout_boxStrokeErrorColor -androidx.appcompat.widget.AppCompatImageButton: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_popupWindowStyle -com.google.android.material.R$id: int search_edit_frame -cyanogenmod.app.suggest.IAppSuggestManager$Stub: android.os.IBinder asBinder() -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_hd -okhttp3.internal.cache2.Relay$RelaySource: long sourcePos -com.turingtechnologies.materialscrollbar.R$string: int abc_menu_shift_shortcut_label -androidx.hilt.R$attr: R$attr() -com.google.android.material.R$style: int Test_Widget_MaterialComponents_MaterialCalendar_Day -wangdaye.com.geometricweather.R$id: int widget_remote_card -com.google.android.material.R$string: int abc_searchview_description_search -wangdaye.com.geometricweather.R$dimen: int progress_view_size -okhttp3.CacheControl: boolean isPublic -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: boolean disposed -wangdaye.com.geometricweather.R$styleable: int ActionMode_subtitleTextStyle -com.jaredrummler.android.colorpicker.R$layout: int preference_material -android.didikee.donate.R$style: int AlertDialog_AppCompat -io.reactivex.Observable: io.reactivex.Observable concatMapSingle(io.reactivex.functions.Function,int) -androidx.coordinatorlayout.R$id: int action_image -android.didikee.donate.R$styleable: int SearchView_suggestionRowLayout -james.adaptiveicon.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle -com.google.android.material.R$styleable: int TabLayout_tabPaddingTop -androidx.constraintlayout.widget.R$styleable: int OnSwipe_moveWhenScrollAtTop -wangdaye.com.geometricweather.R$drawable: int ic_collected -io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: java.lang.Object index -com.google.android.material.datepicker.MaterialDatePicker -androidx.lifecycle.ClassesInfoCache: int CALL_TYPE_PROVIDER_WITH_EVENT -cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_WIMAX -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_thumbTextPadding -retrofit2.RequestBuilder: void addPart(okhttp3.MultipartBody$Part) -wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation: wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation RIGHT -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: void subscribe() -androidx.hilt.work.R$styleable: int GradientColorItem_android_color -androidx.appcompat.R$id: int expand_activities_button -com.google.android.material.R$id: int material_minute_text_input -cyanogenmod.profiles.RingModeSettings$1 -okhttp3.Address: javax.net.ssl.HostnameVerifier hostnameVerifier() -androidx.core.R$id: int accessibility_custom_action_13 -com.google.android.material.R$drawable: int abc_spinner_mtrl_am_alpha -wangdaye.com.geometricweather.main.fragments.MainFragment: MainFragment() -com.jaredrummler.android.colorpicker.R$attr: int subtitleTextColor -cyanogenmod.themes.ThemeChangeRequest: ThemeChangeRequest(android.os.Parcel,cyanogenmod.themes.ThemeChangeRequest$1) -androidx.preference.R$styleable: int PopupWindow_android_popupAnimationStyle -wangdaye.com.geometricweather.R$dimen: int abc_dropdownitem_text_padding_left -james.adaptiveicon.R$drawable: int abc_ratingbar_indicator_material -wangdaye.com.geometricweather.R$drawable: int indicator_ltr -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode -okio.RealBufferedSource: byte readByte() -com.google.android.material.R$styleable: int Chip_chipStrokeWidth -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableTintMode -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: java.lang.String getTo() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle -okhttp3.FormBody$Builder: FormBody$Builder(java.nio.charset.Charset) -wangdaye.com.geometricweather.R$string: int content_des_sunset -com.google.android.material.R$color: int cardview_light_background -androidx.swiperefreshlayout.R$id: int right_side -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleGravity -james.adaptiveicon.R$id: int action_divider -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer moldIndex -wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setWeatherSource(java.lang.String) -androidx.recyclerview.R$id: int accessibility_custom_action_10 -android.didikee.donate.R$styleable: int[] ActionMenuItemView -androidx.drawerlayout.R$attr: int fontProviderCerts -androidx.lifecycle.ProcessLifecycleOwner: java.lang.Runnable mDelayedPauseRunnable -androidx.constraintlayout.widget.R$color: int tooltip_background_light -com.jaredrummler.android.colorpicker.R$attr: int textAppearanceListItemSecondary -wangdaye.com.geometricweather.db.entities.LocationEntityDao: LocationEntityDao(org.greenrobot.greendao.internal.DaoConfig) -androidx.hilt.R$layout: R$layout() -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_SearchView_ActionBar -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter endObject() -wangdaye.com.geometricweather.R$dimen: int disabled_alpha_material_light -com.google.android.material.slider.Slider: void setTrackInactiveTintList(android.content.res.ColorStateList) -com.google.android.material.R$styleable: int CollapsingToolbarLayout_contentScrim -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String co -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constrainedWidth -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: int val$y -wangdaye.com.geometricweather.R$id: int textStart -wangdaye.com.geometricweather.R$styleable: int Fragment_android_id -androidx.constraintlayout.widget.R$styleable: int KeyPosition_percentWidth -com.google.android.material.R$attr: int drawableLeftCompat -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType InsertInTxArray -wangdaye.com.geometricweather.R$dimen: int tooltip_precise_anchor_threshold -wangdaye.com.geometricweather.R$string: int key_ui_style -cyanogenmod.weather.CMWeatherManager$2$1: cyanogenmod.weather.CMWeatherManager$WeatherUpdateRequestListener val$listener -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_DifferentCornerSize -wangdaye.com.geometricweather.R$color: int material_slider_inactive_track_color -com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_divider_material -androidx.lifecycle.FullLifecycleObserver: void onPause(androidx.lifecycle.LifecycleOwner) -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast -io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: int requestFusion(int) -androidx.constraintlayout.motion.widget.MotionLayout: void setTransition(int) -androidx.appcompat.R$styleable: int ActionBar_contentInsetLeft -com.google.android.material.R$attr: int minTouchTargetSize -okhttp3.HttpUrl: java.lang.String percentDecode(java.lang.String,boolean) -okhttp3.internal.Util: void closeQuietly(java.net.ServerSocket) -androidx.constraintlayout.widget.R$layout: int custom_dialog -wangdaye.com.geometricweather.R$string: int restart -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActivityChooserView -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder setQueryParameter(java.lang.String,java.lang.String) -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_translation_z_hovered_focused -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub$Proxy: android.os.IBinder asBinder() -androidx.core.R$dimen: int compat_button_inset_vertical_material -com.google.android.material.R$id: int accessibility_custom_action_30 -wangdaye.com.geometricweather.R$id: int labeled -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_9 -androidx.constraintlayout.widget.R$attr: int layout_constraintWidth_percent -com.turingtechnologies.materialscrollbar.R$attr: int tabSelectedTextColor -androidx.swiperefreshlayout.R$id: int action_image -wangdaye.com.geometricweather.R$id: int decelerate -retrofit2.Utils$WildcardTypeImpl: boolean equals(java.lang.Object) -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse -com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginStart -wangdaye.com.geometricweather.R$id: int dialog_adaptive_icon_icon -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Spinner -wangdaye.com.geometricweather.R$styleable: int Slider_labelBehavior -com.turingtechnologies.materialscrollbar.R$color: int notification_icon_bg_color -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_AES_128_GCM_SHA256 -wangdaye.com.geometricweather.R$drawable: int notif_temp_81 -wangdaye.com.geometricweather.R$menu: int activity_preview_icon -androidx.appcompat.R$attr: int drawableTint -wangdaye.com.geometricweather.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title -androidx.preference.internal.PreferenceImageView -james.adaptiveicon.R$color: int abc_search_url_text_pressed -androidx.vectordrawable.R$drawable: int notification_bg_low_normal -com.google.android.material.R$attr: int trackTint -com.google.android.material.R$styleable: int ConstraintSet_pivotAnchor -com.xw.repo.bubbleseekbar.R$dimen: int abc_control_corner_material -androidx.activity.R$id: int accessibility_custom_action_11 -androidx.hilt.lifecycle.R$color: int notification_icon_bg_color -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: boolean disposed -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeCloudCover() -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setAqiIndex(java.lang.Integer) -com.google.android.material.R$styleable: int BottomAppBar_elevation -okhttp3.internal.http.RealInterceptorChain: int calls -wangdaye.com.geometricweather.R$attr: int windowFixedHeightMajor -wangdaye.com.geometricweather.R$styleable: int Constraint_visibilityMode -com.google.android.material.R$id: int transition_current_scene -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: boolean isValid() -com.turingtechnologies.materialscrollbar.R$color: int material_grey_50 -androidx.preference.R$id: int chronometer -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: void setStatus(int) -com.google.android.material.R$style: int Theme_MaterialComponents_Light_DarkActionBar_Bridge -okhttp3.internal.http.RealInterceptorChain: int writeTimeoutMillis() -wangdaye.com.geometricweather.R$string: int feedback_subtitle_data -cyanogenmod.app.suggest.IAppSuggestProvider$Stub: int TRANSACTION_handles_0 -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_getLastThemeChangeTime -androidx.dynamicanimation.R$styleable: int FontFamilyFont_ttcIndex -wangdaye.com.geometricweather.db.entities.DailyEntityDao: wangdaye.com.geometricweather.db.converters.WindDegreeConverter nighttimeWindDegreeConverter -com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$KeySet keySet -androidx.hilt.lifecycle.R$id: int notification_main_column -androidx.lifecycle.R -wangdaye.com.geometricweather.R$layout: int container_snackbar_card -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: int unitArrayIndex -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: void drain() -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver -com.google.android.material.R$color: int switch_thumb_material_dark -wangdaye.com.geometricweather.R$layout: int item_about_translator -com.google.android.material.R$attr: int cornerFamily -androidx.preference.R$attr: int fragment -james.adaptiveicon.R$attr: int textAllCaps -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowMinWidthMajor -okhttp3.internal.Internal: Internal() -androidx.vectordrawable.R$styleable: int[] GradientColor -com.google.android.material.appbar.AppBarLayout$Behavior: AppBarLayout$Behavior(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle -wangdaye.com.geometricweather.R$drawable: int ic_filter_off -okhttp3.internal.http.HttpCodec: void flushRequest() -androidx.appcompat.R$styleable: int AppCompatTheme_colorPrimary -cyanogenmod.app.StatusBarPanelCustomTile -androidx.constraintlayout.widget.R$dimen: int abc_text_size_display_4_material -androidx.viewpager.widget.ViewPager -wangdaye.com.geometricweather.R$attr: int bsb_always_show_bubble_delay -androidx.lifecycle.extensions.R$anim: int fragment_fade_enter -retrofit2.http.HTTP: boolean hasBody() -com.google.android.material.R$id: int staticPostLayout -cyanogenmod.power.IPerformanceManager$Stub: java.lang.String DESCRIPTOR -androidx.coordinatorlayout.R$id: int none -com.turingtechnologies.materialscrollbar.R$attr: int boxBackgroundColor -androidx.work.R$id: int accessibility_custom_action_14 -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter emitter -okio.Buffer: okio.Buffer clone() -androidx.preference.R$styleable: int Toolbar_contentInsetEndWithActions -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$LocalSource: java.lang.String Name -androidx.appcompat.R$dimen: int notification_large_icon_width -com.google.android.material.R$id: int message -com.jaredrummler.android.colorpicker.R$layout: int abc_dialog_title_material -androidx.work.impl.utils.futures.AbstractFuture$Failure$1: java.lang.Throwable fillInStackTrace() -com.google.android.material.R$dimen: int mtrl_btn_pressed_z -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_ActionBar_Surface -cyanogenmod.profiles.ConnectionSettings: ConnectionSettings(int) -androidx.constraintlayout.helper.widget.Flow: void setPadding(int) -okhttp3.logging.LoggingEventListener: void callEnd(okhttp3.Call) -androidx.swiperefreshlayout.R$layout: int custom_dialog -androidx.appcompat.R$attr: int actionBarDivider -wangdaye.com.geometricweather.R$drawable: int weather_haze -androidx.preference.R$styleable: int SearchView_voiceIcon -okhttp3.internal.http2.Http2Stream: void closeLater(okhttp3.internal.http2.ErrorCode) -com.google.android.material.R$id: int honorRequest -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen: int Value -com.xw.repo.bubbleseekbar.R$attr: int toolbarNavigationButtonStyle -cyanogenmod.themes.ThemeManager: void requestThemeChange(java.util.Map) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_horizontalAlign -retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: void onNext(retrofit2.Response) -androidx.drawerlayout.R$dimen: R$dimen() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Snow: int UnitType -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_actionLayout -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ButtonBar_AlertDialog -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge -wangdaye.com.geometricweather.R$drawable: int shortcuts_wind -okhttp3.internal.cache.CacheStrategy$Factory: okhttp3.internal.cache.CacheStrategy getCandidate() -cyanogenmod.app.CustomTile$Builder: android.graphics.Bitmap mRemoteIcon -com.bumptech.glide.MemoryCategory: float multiplier -androidx.appcompat.R$style: int Base_Theme_AppCompat_Dialog -wangdaye.com.geometricweather.common.basic.models.weather.UV: int UV_INDEX_EXCESSIVE -cyanogenmod.app.ILiveLockScreenManager$Stub: ILiveLockScreenManager$Stub() -androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_marginStart -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric: double Value -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: void run() -com.bumptech.glide.R$id: int notification_main_column -wangdaye.com.geometricweather.R$layout: int activity_live_wallpaper_config -androidx.preference.R$attr: int defaultQueryHint -android.didikee.donate.R$attr: int actionModeCopyDrawable -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: java.util.List getValue() -com.google.android.material.R$attr: int contentPaddingBottom -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle -okhttp3.internal.Util: java.nio.charset.Charset UTF_8 -com.google.android.material.R$attr: int colorSurface -com.bumptech.glide.integration.okhttp.R$dimen: int compat_notification_large_icon_max_width -wangdaye.com.geometricweather.settings.dialogs.RunningInBackgroundDialog -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView: AbsChartItemView(android.content.Context) -androidx.core.R$id: int accessibility_custom_action_24 -cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setWeatherCondition(int) -cyanogenmod.providers.CMSettings$System: java.lang.String BACK_WAKE_SCREEN -wangdaye.com.geometricweather.R$id: int fixed -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_MinWidth_Bridge -okhttp3.Cookie: long expiresAt() -androidx.transition.R$id: int line3 -com.xw.repo.bubbleseekbar.R$dimen: int abc_button_padding_horizontal_material -james.adaptiveicon.R$attr: int buttonBarNegativeButtonStyle -com.google.android.material.R$styleable: int AppCompatTheme_windowActionBarOverlay -com.google.android.material.R$styleable: int ActionBar_icon -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: java.lang.String getDensityText(android.content.Context,float) -androidx.fragment.R$color: int secondary_text_default_material_light -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property PublishTime -androidx.preference.R$attr: int viewInflaterClass -okio.RealBufferedSource: boolean closed -okhttp3.internal.ws.WebSocketWriter$FrameSink: int formatOpcode -retrofit2.OkHttpCall: okhttp3.Request request() -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator FORWARD_LOOKUP_PROVIDER_VALIDATOR -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: io.reactivex.internal.util.AtomicThrowable error -com.jaredrummler.android.colorpicker.R$attr: int colorControlHighlight -okio.DeflaterSink: DeflaterSink(okio.Sink,java.util.zip.Deflater) -okio.RealBufferedSink: okio.BufferedSink write(okio.Source,long) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Metric: double Value -androidx.customview.R$dimen: int compat_button_padding_horizontal_material -androidx.constraintlayout.widget.R$styleable: int AppCompatSeekBar_android_thumb -androidx.preference.R$attr: int listPreferredItemHeightLarge -androidx.constraintlayout.widget.R$attr: int layout_constraintStart_toEndOf -com.turingtechnologies.materialscrollbar.R$styleable: int[] BottomSheetBehavior_Layout -okhttp3.Cache$2: java.lang.String next() -com.jaredrummler.android.colorpicker.R$dimen: int abc_button_inset_vertical_material -com.google.android.material.R$attr: int flow_horizontalBias -okhttp3.internal.connection.StreamAllocation: okhttp3.Address address -com.turingtechnologies.materialscrollbar.R$animator: int mtrl_fab_transformation_sheet_collapse_spec -wangdaye.com.geometricweather.R$styleable: int ImageFilterView_roundPercent -androidx.recyclerview.R$integer: int status_bar_notification_info_maxnum -android.didikee.donate.R$styleable: int AlertDialog_multiChoiceItemLayout -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setAqi(java.lang.String) -com.google.android.material.behavior.HideBottomViewOnScrollBehavior: HideBottomViewOnScrollBehavior() -android.didikee.donate.R$styleable: int AppCompatTheme_listMenuViewStyle -com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemTextAppearanceInactive(int) -androidx.recyclerview.widget.RecyclerView: RecyclerView(android.content.Context,android.util.AttributeSet) -androidx.transition.R$integer: R$integer() -com.google.android.material.R$dimen: int tooltip_y_offset_touch -okhttp3.internal.http2.Http2Stream$FramingSource: void receive(okio.BufferedSource,long) -com.google.android.material.R$id: int motion_base -com.xw.repo.bubbleseekbar.R$id: int scrollIndicatorUp -wangdaye.com.geometricweather.R$attr: int itemMaxLines -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorControlActivated -cyanogenmod.app.IPartnerInterface$Stub: IPartnerInterface$Stub() -james.adaptiveicon.R$attr: int measureWithLargestChild -com.google.android.material.internal.ForegroundLinearLayout: ForegroundLinearLayout(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: java.lang.String from -android.didikee.donate.R$style: int TextAppearance_AppCompat_Headline -io.reactivex.internal.util.VolatileSizeArrayList: boolean retainAll(java.util.Collection) -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_15 -com.google.android.material.card.MaterialCardView: void setCheckedIconTint(android.content.res.ColorStateList) -james.adaptiveicon.R$styleable: int TextAppearance_android_textSize -com.google.gson.LongSerializationPolicy: LongSerializationPolicy(java.lang.String,int,com.google.gson.LongSerializationPolicy$1) -androidx.appcompat.R$layout: int abc_activity_chooser_view -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: CaiYunMainlyResult$IndicesBeanX() -com.turingtechnologies.materialscrollbar.R$color: int mtrl_chip_close_icon_tint -com.google.android.material.R$styleable: int ViewStubCompat_android_layout -wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: SunMoonView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$id: int container_main_daily_trend_card_subtitle -wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String cityId -androidx.customview.R$styleable: int FontFamilyFont_android_fontStyle -retrofit2.HttpException: java.lang.String message -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: java.lang.String IconPhrase -androidx.preference.TwoStatePreference$SavedState -androidx.legacy.coreutils.R$id: int right_side -james.adaptiveicon.R$dimen: int abc_dialog_fixed_height_major -androidx.fragment.R$id: int accessibility_custom_action_10 -androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customDimension -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Imperial -okhttp3.ResponseBody$1: long val$contentLength -androidx.activity.R$id: int notification_main_column_container -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: int isRainOrSnow -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void drain() -androidx.appcompat.R$dimen: int abc_text_size_subtitle_material_toolbar -cyanogenmod.weatherservice.IWeatherProviderServiceClient: void setServiceRequestState(cyanogenmod.weather.RequestInfo,cyanogenmod.weatherservice.ServiceRequestResult,int) -androidx.legacy.coreutils.R$id: int notification_main_column_container -androidx.constraintlayout.widget.R$styleable: int State_android_id -wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customStringValue -cyanogenmod.app.ProfileGroup: boolean mDirty -cyanogenmod.power.IPerformanceManager: boolean getProfileHasAppProfiles(int) -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: ChineseCityEntity() -okio.RealBufferedSource$1: int available() -com.google.android.material.R$style: int TestStyleWithLineHeightAppearance -wangdaye.com.geometricweather.R$attr: int customDimension -androidx.appcompat.R$attr: int navigationMode -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_percent -wangdaye.com.geometricweather.R$string: int daily_overview -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: void subscribe() -wangdaye.com.geometricweather.R$attr: int region_widthMoreThan -android.didikee.donate.R$style: int Base_Animation_AppCompat_Dialog -androidx.viewpager.R$id: int title -com.jaredrummler.android.colorpicker.R$attr: int actionBarTabBarStyle -com.google.android.material.R$string: int character_counter_overflowed_content_description -james.adaptiveicon.R$attr: int textAppearanceSmallPopupMenu -cyanogenmod.themes.ThemeManager$2: cyanogenmod.themes.ThemeManager this$0 -com.jaredrummler.android.colorpicker.R$attr: int textColorSearchUrl -okhttp3.internal.ws.RealWebSocket$2: okhttp3.Request val$request -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: org.greenrobot.greendao.query.Query weatherEntity_HourlyEntityListQuery -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void run() -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_android_textOn -com.jaredrummler.android.colorpicker.R$style: int Preference -androidx.vectordrawable.R$id: int accessibility_custom_action_1 -androidx.appcompat.R$anim: int btn_checkbox_to_unchecked_check_path_merged_animation -okhttp3.EventListener: void secureConnectEnd(okhttp3.Call,okhttp3.Handshake) -com.xw.repo.bubbleseekbar.R$attr: int numericModifiers -james.adaptiveicon.R$drawable: int abc_btn_check_to_on_mtrl_000 -cyanogenmod.providers.WeatherContract: WeatherContract() -wangdaye.com.geometricweather.R$drawable: int notif_temp_118 -com.google.android.material.R$id: int image -okhttp3.internal.Util: Util() -com.google.android.material.R$attr: int startIconContentDescription -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_default_padding_start_material -wangdaye.com.geometricweather.R$drawable: int notif_temp_88 -cyanogenmod.weather.CMWeatherManager$1 -retrofit2.ParameterHandler$PartMap: void apply(retrofit2.RequestBuilder,java.util.Map) -wangdaye.com.geometricweather.R$attr: int errorIconTint -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.String weatherSource -com.google.android.material.R$attr: int buttonBarStyle -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void setFirst(io.reactivex.internal.operators.observable.ObservableReplay$Node) -androidx.hilt.R$id: int accessibility_custom_action_17 -com.google.android.material.R$attr: int paddingStart -com.jaredrummler.android.colorpicker.R$attr: int drawerArrowStyle -wangdaye.com.geometricweather.R$drawable: int notif_temp_1 -androidx.preference.R$styleable: int SeekBarPreference_adjustable -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX() -androidx.lifecycle.extensions.R$layout: int notification_action -wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_marginTop -android.didikee.donate.R$layout: int abc_list_menu_item_radio -com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_android_dialogIcon -okhttp3.internal.http1.Http1Codec$FixedLengthSink: Http1Codec$FixedLengthSink(okhttp3.internal.http1.Http1Codec,long) -androidx.hilt.R$color: int secondary_text_default_material_light -io.reactivex.Observable: io.reactivex.Observable fromIterable(java.lang.Iterable) -com.google.android.material.bottomnavigation.BottomNavigationView: int getMaxItemCount() -wangdaye.com.geometricweather.R$string: int widget_week -androidx.preference.R$styleable: int DialogPreference_dialogTitle -androidx.preference.R$dimen: int abc_action_button_min_height_material -com.google.android.material.R$attr: int tooltipStyle -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle -okio.Buffer$UnsafeCursor: int next() -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_medium_material -okhttp3.internal.cache.DiskLruCache: boolean closed -io.reactivex.internal.subscriptions.DeferredScalarSubscription: boolean tryCancel() -androidx.appcompat.R$styleable: int Toolbar_contentInsetRight -okhttp3.internal.connection.RouteSelector$Selection: int nextRouteIndex -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator VOLUME_ADJUST_SOUNDS_ENABLED_VALIDATOR -androidx.constraintlayout.widget.R$attr: int autoSizeStepGranularity -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_backgroundStacked -wangdaye.com.geometricweather.R$styleable: int[] AppCompatImageView -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_star_black_36dp -com.bumptech.glide.R$id: int tag_unhandled_key_event_manager -com.bumptech.glide.R$drawable: int notification_template_icon_low_bg -androidx.constraintlayout.widget.R$styleable: int[] ActionBarLayout -io.reactivex.Observable: io.reactivex.Observable concat(java.lang.Iterable) -androidx.appcompat.R$styleable: int AppCompatTextView_fontFamily -com.xw.repo.bubbleseekbar.R$id: int action_text -com.turingtechnologies.materialscrollbar.R$attr: int bottomSheetDialogTheme -wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition: wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition BELOW_LINE -okhttp3.internal.tls.OkHostnameVerifier -com.xw.repo.bubbleseekbar.R$styleable: int MenuGroup_android_id -wangdaye.com.geometricweather.R$styleable: int Chip_android_textSize -wangdaye.com.geometricweather.R$id: int dialog_minimal_icon_greyIcon -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: boolean isDisposed() -wangdaye.com.geometricweather.R$id: int widget_clock_day_time -okio.Base64: byte[] MAP -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setSrc(java.lang.String) -james.adaptiveicon.R$id: int action_bar_container -androidx.loader.R$drawable: int notification_bg_low -androidx.legacy.coreutils.R$id: int blocking -com.turingtechnologies.materialscrollbar.R$attr: int editTextColor -wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_drawableEnd -com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_y_offset_non_touch -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_lastVerticalStyle -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_textColorLink -com.google.android.material.R$styleable: int TabLayout_tabIconTint -wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: java.lang.String postCode -com.google.android.material.R$styleable: int Constraint_layout_editor_absoluteX -android.didikee.donate.R$style: int Widget_AppCompat_Light_PopupMenu -wangdaye.com.geometricweather.R$id: int ALT -cyanogenmod.app.StatusBarPanelCustomTile: long postTime -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModePopupWindowStyle -com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleMargin -androidx.viewpager.R$attr: int fontProviderPackage -com.google.android.material.R$styleable: int MenuView_android_verticalDivider -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_lightContainer -com.google.android.material.R$attr: int maxButtonHeight -okhttp3.internal.http2.Http2Writer: void synReply(boolean,int,java.util.List) -com.turingtechnologies.materialscrollbar.R$attr: int tabBackground -io.reactivex.Observable: io.reactivex.Observable concatMapIterable(io.reactivex.functions.Function) -wangdaye.com.geometricweather.R$attr: int ttcIndex -retrofit2.adapter.rxjava2.CallExecuteObservable -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintTag -androidx.preference.R$style: int Base_ThemeOverlay_AppCompat_ActionBar -com.xw.repo.bubbleseekbar.R$dimen: int tooltip_corner_radius -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActivityChooserView -com.turingtechnologies.materialscrollbar.R$integer: int cancel_button_image_alpha -com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_arrowHeadLength -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionBar -androidx.work.WorkInfo$State: androidx.work.WorkInfo$State BLOCKED -wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.DailyEntity,long) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_barrierDirection -com.google.android.material.R$dimen: int mtrl_exposed_dropdown_menu_popup_vertical_offset -cyanogenmod.hardware.ThermalListenerCallback$State: int STATE_COOL -wangdaye.com.geometricweather.R$attr: int motionInterpolator -com.google.android.material.textfield.TextInputLayout: void setCounterTextColor(android.content.res.ColorStateList) -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_thumbTextPadding -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: java.lang.String name -androidx.viewpager2.R$id: int accessibility_custom_action_17 -com.turingtechnologies.materialscrollbar.R$color: int cardview_shadow_start_color -io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property UvDescription -androidx.transition.R$styleable: int FontFamily_fontProviderFetchTimeout -com.jaredrummler.android.colorpicker.R$styleable: R$styleable() -okhttp3.internal.http.BridgeInterceptor -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DialogWhenLarge -okhttp3.Request$Builder: okhttp3.Request$Builder put(okhttp3.RequestBody) -com.google.android.material.R$styleable: int Badge_horizontalOffset -okhttp3.internal.http2.Http2Codec: java.util.List http2HeadersList(okhttp3.Request) -com.google.android.material.R$styleable: int AppCompatTheme_windowActionModeOverlay -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionButton_Overflow -com.google.android.material.R$string: int mtrl_picker_date_header_selected -okhttp3.OkHttpClient: okhttp3.internal.cache.InternalCache internalCache() -retrofit2.Utils -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu -androidx.preference.R$id: int wrap_content -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Dialog_MinWidth -io.reactivex.internal.util.NotificationLite$ErrorNotification: NotificationLite$ErrorNotification(java.lang.Throwable) -okio.ForwardingSink: void close() -retrofit2.OkHttpCall$NoContentResponseBody: okhttp3.MediaType contentType() -wangdaye.com.geometricweather.R$dimen: int mtrl_badge_with_text_radius -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property WeatherText -androidx.recyclerview.R$attr: int fontVariationSettings -okhttp3.internal.connection.RouteException: void addConnectException(java.io.IOException) -androidx.constraintlayout.widget.R$styleable: int SearchView_queryHint -wangdaye.com.geometricweather.R$styleable: int[] CoordinatorLayout -androidx.dynamicanimation.R$color -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ProgressBar -retrofit2.KotlinExtensions: java.lang.Object awaitResponse(retrofit2.Call,kotlin.coroutines.Continuation) -wangdaye.com.geometricweather.Hilt_GeometricWeather: Hilt_GeometricWeather() -wangdaye.com.geometricweather.R$styleable: int KeyTrigger_motion_postLayoutCollision -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat -okhttp3.internal.ws.WebSocketProtocol: int B1_FLAG_MASK -android.didikee.donate.R$attr: int windowFixedHeightMajor -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: java.util.List timelaps -androidx.appcompat.R$drawable: int abc_list_selector_disabled_holo_dark -com.google.android.material.R$attr: int haloColor -com.google.android.material.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_0 -com.turingtechnologies.materialscrollbar.R$dimen: int abc_button_inset_horizontal_material -com.google.android.material.R$attr: int layout_collapseParallaxMultiplier -wangdaye.com.geometricweather.common.basic.models.weather.Astro: java.util.Date setDate -james.adaptiveicon.R$string: int abc_action_menu_overflow_description -androidx.constraintlayout.widget.R$styleable: int GradientColor_android_endColor -androidx.preference.R$attr: int navigationIcon -androidx.appcompat.R$attr: int dialogCornerRadius -com.google.android.material.R$style: int Base_V21_Theme_MaterialComponents_Light_Dialog -wangdaye.com.geometricweather.R$drawable: int shortcuts_rain -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionBar_TabText -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder eventListener(okhttp3.EventListener) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Imperial: int UnitType -james.adaptiveicon.R$color: int secondary_text_disabled_material_dark -androidx.hilt.work.R$id: int accessibility_custom_action_3 -com.xw.repo.bubbleseekbar.R$styleable: int FontFamily_fontProviderQuery -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String getGrassDescription() -wangdaye.com.geometricweather.R$id: int tag_accessibility_actions -androidx.appcompat.widget.ActivityChooserModel: void setOnChooseActivityListener(androidx.appcompat.widget.ActivityChooserModel$OnChooseActivityListener) -wangdaye.com.geometricweather.R$id: int honorRequest -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_129 -com.google.android.material.R$style: int Widget_Design_CollapsingToolbar -androidx.appcompat.R$style: int Base_Widget_AppCompat_SeekBar_Discrete -com.turingtechnologies.materialscrollbar.R$color: R$color() -wangdaye.com.geometricweather.R$style: int cpv_ColorPickerViewStyle -com.turingtechnologies.materialscrollbar.R$attr: int initialActivityCount -com.google.android.material.textfield.TextInputLayout: void setErrorIconVisible(boolean) -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_android_gravity -okhttp3.internal.publicsuffix.PublicSuffixDatabase: void readTheList() -james.adaptiveicon.R$color: int accent_material_light -james.adaptiveicon.R$style: int Platform_V21_AppCompat -com.turingtechnologies.materialscrollbar.R$attr: int tabRippleColor -retrofit2.RequestBuilder$ContentTypeOverridingRequestBody -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: long uniqueId -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall -cyanogenmod.providers.CMSettings$Global: boolean isLegacySetting(java.lang.String) -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: void onError(java.lang.Throwable) -com.github.rahatarmanahmed.cpv.CircularProgressView: boolean autostartAnimation -io.reactivex.exceptions.CompositeException: CompositeException(java.lang.Iterable) -wangdaye.com.geometricweather.R$drawable: int ic_menu_up -com.bumptech.glide.Priority: com.bumptech.glide.Priority valueOf(java.lang.String) -androidx.constraintlayout.widget.R$attr: int trackTintMode -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: java.lang.String getSpeedTextWithoutUnit(float) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String primary -androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_android_fontStyle -android.didikee.donate.R$attr: int windowFixedHeightMinor -com.google.android.material.R$attr: int panelBackground -androidx.preference.R$styleable: int TextAppearance_textAllCaps -wangdaye.com.geometricweather.R$attr: int tabUnboundedRipple -com.google.android.material.switchmaterial.SwitchMaterial: android.content.res.ColorStateList getMaterialThemeColorsThumbTintList() -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ListPopupWindow -com.google.android.material.R$attr: int materialCalendarMonth -androidx.recyclerview.widget.LinearLayoutManager -com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_backgroundTintMode -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode CANCEL -com.google.android.material.R$attr: int itemTextAppearanceActive -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.String weatherText -androidx.appcompat.widget.Toolbar: int getTitleMarginEnd() -cyanogenmod.weather.RequestInfo: int describeContents() -com.google.android.material.R$layout: int abc_search_dropdown_item_icons_2line -androidx.fragment.R$styleable: int FontFamilyFont_font -androidx.work.R$id: int text -android.didikee.donate.R$styleable: int AppCompatTheme_imageButtonStyle -io.reactivex.Observable: io.reactivex.Observable onErrorResumeNext(io.reactivex.ObservableSource) -androidx.appcompat.R$color: int background_material_light -android.support.v4.os.IResultReceiver$Stub: int TRANSACTION_send -io.reactivex.internal.observers.DeferredScalarDisposable: boolean isDisposed() -androidx.constraintlayout.widget.R$attr: int onHide -com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_paddingRightSystemWindowInsets -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.util.Date sunriseTime -androidx.dynamicanimation.R$styleable: int[] ColorStateListItem -cyanogenmod.app.ThemeVersion$ComponentVersion: int getMinVersion() -wangdaye.com.geometricweather.R$styleable: int[] OnClick -cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setTodaysHigh(double) -james.adaptiveicon.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog -androidx.preference.R$anim: int fragment_fade_exit -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int HOT -retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter -com.google.android.material.R$styleable: int CoordinatorLayout_Layout_layout_keyline -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: io.reactivex.disposables.CompositeDisposable set -com.turingtechnologies.materialscrollbar.R$color: int mtrl_chip_background_color -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver -cyanogenmod.providers.CMSettings$System: java.lang.String CAMERA_WAKE_SCREEN -androidx.preference.R$attr: int spinnerStyle -io.reactivex.Observable: io.reactivex.Observable timeout(io.reactivex.functions.Function,io.reactivex.ObservableSource) -wangdaye.com.geometricweather.R$style: int notification_subtitle_text -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableEndCompat -cyanogenmod.providers.CMSettings$2 -com.jaredrummler.android.colorpicker.R$id: int seekbar_value -cyanogenmod.weather.CMWeatherManager: cyanogenmod.weather.IWeatherServiceProviderChangeListener mProviderChangeListener -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: java.lang.String getFrom() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric Metric -com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_select_handle_middle_mtrl_light -cyanogenmod.weather.ICMWeatherManager$Stub: int TRANSACTION_cancelRequest -com.bumptech.glide.R$styleable: int GradientColor_android_tileMode -com.jaredrummler.android.colorpicker.R$dimen: int cpv_color_preference_normal -android.didikee.donate.R$attr: int actionBarStyle -okhttp3.logging.HttpLoggingInterceptor: void redactHeader(java.lang.String) -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: int rightIndex -com.turingtechnologies.materialscrollbar.R$attr: int cardBackgroundColor -android.didikee.donate.R$styleable: int AlertDialog_android_layout -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_firstBaselineToTopHeight -androidx.appcompat.R$anim: int btn_radio_to_off_mtrl_ring_outer_path_animation -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat -androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_marginBottom -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void clear() -androidx.constraintlayout.widget.R$styleable: int[] OnClick -wangdaye.com.geometricweather.db.entities.AlertEntityDao: org.greenrobot.greendao.query.Query weatherEntity_AlertEntityListQuery -okhttp3.EventListener: void secureConnectStart(okhttp3.Call) -okhttp3.Request: boolean isHttps() -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: int Version -com.turingtechnologies.materialscrollbar.CustomIndicator: int getTextSize() -com.google.android.material.slider.RangeSlider: void setThumbRadiusResource(int) -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: cyanogenmod.app.LiveLockScreenInfo getDefaultLiveLockScreen() -com.xw.repo.bubbleseekbar.R$attr: int actionModeCloseButtonStyle -wangdaye.com.geometricweather.R$style: int AlertDialog_AppCompat_Light -wangdaye.com.geometricweather.R$attr: int actionBarWidgetTheme -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: java.lang.String getLogo() -androidx.fragment.R$styleable: int GradientColor_android_centerColor -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Chip_Choice -com.google.android.material.R$attr: int state_collapsed -wangdaye.com.geometricweather.R$drawable: int notif_temp_40 -retrofit2.ParameterHandler$RelativeUrl: java.lang.reflect.Method method -wangdaye.com.geometricweather.R$id: int widget_clock_day_card -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: java.lang.String getWeathercn() -cyanogenmod.hardware.CMHardwareManager -androidx.constraintlayout.widget.R$dimen: int tooltip_y_offset_non_touch -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: java.lang.String getNotificationTextColorName(android.content.Context) -androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType: androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType NONE -com.jaredrummler.android.colorpicker.R$attr: int reverseLayout -wangdaye.com.geometricweather.R$id: int barrier -com.google.android.material.R$layout: int mtrl_calendar_month_navigation -okhttp3.logging.LoggingEventListener$Factory: LoggingEventListener$Factory(okhttp3.logging.HttpLoggingInterceptor$Logger) -io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: java.lang.Object leaveTransform(java.lang.Object) -james.adaptiveicon.R$styleable: int AppCompatTextView_lineHeight -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceListItem -androidx.appcompat.R$styleable: int ActionMode_height -androidx.preference.R$color: int material_grey_600 -com.google.android.material.transformation.TransformationChildCard -androidx.activity.R$style -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Toolbar_Button_Navigation -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Button -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: boolean hasKey(java.lang.Object) -com.google.android.material.R$styleable: int ConstraintSet_android_alpha -com.google.android.material.R$attr: int itemIconTint -com.google.android.material.R$attr: int limitBoundsTo -com.turingtechnologies.materialscrollbar.R$color: int bright_foreground_disabled_material_light -com.google.android.material.slider.RangeSlider: float getValueFrom() -wangdaye.com.geometricweather.R$id: int star_container -androidx.lifecycle.extensions.R$color: int notification_action_color_filter -com.jaredrummler.android.colorpicker.R$attr: int backgroundSplit -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_alphabeticModifiers -androidx.constraintlayout.widget.R$string: int abc_activitychooserview_choose_application -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon -com.google.android.material.internal.NavigationMenuItemView: void setIconTintList(android.content.res.ColorStateList) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorSwitchThumbNormal -androidx.preference.R$attr: int switchTextOn -okhttp3.internal.http2.Http2Stream$StreamTimeout: Http2Stream$StreamTimeout(okhttp3.internal.http2.Http2Stream) -com.xw.repo.bubbleseekbar.R$attr: int initialActivityCount -okhttp3.OkHttpClient: okhttp3.WebSocket newWebSocket(okhttp3.Request,okhttp3.WebSocketListener) -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceCaption -com.turingtechnologies.materialscrollbar.R$id: int content -okhttp3.internal.Util: java.net.InetAddress decodeIpv6(java.lang.String,int,int) -cyanogenmod.profiles.AirplaneModeSettings: AirplaneModeSettings() -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_navigationMode -com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_startColor -cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_alterWindow -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType DeleteByKey -androidx.lifecycle.ClassesInfoCache: java.util.Map mCallbackMap -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void onError(java.lang.Throwable) -com.google.android.material.R$attr: int selectableItemBackground -androidx.appcompat.widget.AppCompatSpinner: android.content.res.ColorStateList getSupportBackgroundTintList() -com.google.android.material.R$dimen: int mtrl_high_ripple_pressed_alpha -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -android.didikee.donate.R$styleable: int AppCompatTheme_actionModeStyle -androidx.appcompat.resources.R$id: int notification_main_column -okhttp3.internal.cache.DiskLruCache: okhttp3.internal.cache.DiskLruCache$Snapshot get(java.lang.String) -androidx.appcompat.widget.AppCompatCheckedTextView: AppCompatCheckedTextView(android.content.Context) -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat -com.google.android.material.R$id: int easeOut -androidx.viewpager2.R$dimen: int notification_right_side_padding_top -androidx.appcompat.R$attr: int colorControlNormal -android.didikee.donate.R$styleable: int CompoundButton_android_button -james.adaptiveicon.R$layout: int abc_action_menu_item_layout -com.github.rahatarmanahmed.cpv.CircularProgressView$8: float val$maxSweep -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.String TABLENAME -wangdaye.com.geometricweather.R$styleable: int Preference_android_shouldDisableView -android.didikee.donate.R$style: int Base_Widget_AppCompat_ImageButton -wangdaye.com.geometricweather.common.basic.models.weather.Current -androidx.appcompat.R$attr: int buttonBarPositiveButtonStyle -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Temperature -com.google.android.material.slider.BaseSlider: java.util.List getValues() -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_icon -cyanogenmod.providers.CMSettings$Global: int getIntForUser(android.content.ContentResolver,java.lang.String,int,int) -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionBar -androidx.constraintlayout.widget.R$attr: int navigationIcon -com.google.android.material.circularreveal.cardview.CircularRevealCardView: android.graphics.drawable.Drawable getCircularRevealOverlayDrawable() -com.google.android.material.R$styleable: int Constraint_motionStagger -cyanogenmod.hardware.CMHardwareManager: int FEATURE_UNIQUE_DEVICE_ID -androidx.preference.R$styleable: int TextAppearance_android_fontFamily -wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration -com.google.android.material.chip.Chip: void setChipIconSizeResource(int) -io.reactivex.internal.util.EmptyComponent: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.transition.R$styleable: int FontFamilyFont_android_ttcIndex -com.google.android.material.R$style: int Base_Widget_MaterialComponents_Chip -wangdaye.com.geometricweather.R$animator: int start_shine_1 -com.turingtechnologies.materialscrollbar.R$attr: int hoveredFocusedTranslationZ -androidx.preference.R$id: int progress_horizontal -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputEditText_FilledBox -cyanogenmod.app.LiveLockScreenInfo: cyanogenmod.app.LiveLockScreenInfo clone() -androidx.viewpager2.R$dimen: int notification_content_margin_start -com.google.android.material.R$attr: int shapeAppearanceLargeComponent -androidx.appcompat.R$attr: int indeterminateProgressStyle -com.github.rahatarmanahmed.cpv.CircularProgressView: int animSteps -com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_switch_to_on_mtrl_00012 -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.Integer altitude -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Display4 -androidx.hilt.lifecycle.R$style: int TextAppearance_Compat_Notification -cyanogenmod.themes.IThemeService: void requestThemeChangeUpdates(cyanogenmod.themes.IThemeChangeListener) -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_OVERLAYS -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse -cyanogenmod.power.PerformanceManager: void cpuBoost(int) -wangdaye.com.geometricweather.R$styleable: int Toolbar_titleMargins -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_4 -com.google.android.material.R$string: int fab_transformation_sheet_behavior -androidx.hilt.R$styleable: int FontFamily_fontProviderFetchTimeout -androidx.hilt.R$id: int accessibility_custom_action_4 -com.google.android.material.internal.ForegroundLinearLayout: void setForegroundGravity(int) -android.didikee.donate.R$styleable: int AppCompatTextHelper_android_drawableStart -okio.BufferedSource: int readUtf8CodePoint() -okhttp3.internal.http2.Http2Connection$6: int val$streamId -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_profileExistsByName -androidx.vectordrawable.R$styleable: int FontFamily_fontProviderFetchTimeout -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_id -wangdaye.com.geometricweather.R$attr: int colorOnError -wangdaye.com.geometricweather.R$anim: int popup_show_bottom_left -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ImageButton -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Display3 -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_goneMarginRight -com.xw.repo.bubbleseekbar.R$color: int material_deep_teal_200 -com.google.android.material.R$attr: int textAppearanceSubtitle1 -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Ice: AccuDailyResult$DailyForecasts$Day$Ice() -com.jaredrummler.android.colorpicker.R$color: int primary_text_disabled_material_light -okhttp3.Cache$CacheRequestImpl$1: okhttp3.Cache val$this$0 -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: boolean delayErrors -com.bumptech.glide.Priority: com.bumptech.glide.Priority NORMAL -androidx.vectordrawable.animated.R$attr: int fontProviderQuery -com.turingtechnologies.materialscrollbar.R$attr: int state_lifted -james.adaptiveicon.R$color: int bright_foreground_disabled_material_dark -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: float PRECIPITATION_RAINSTORM -org.greenrobot.greendao.AbstractDao: void deleteAll() -androidx.transition.R$id: int tag_transition_group -android.didikee.donate.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation -wangdaye.com.geometricweather.R$layout: int mtrl_picker_actions -okhttp3.internal.http2.Hpack$Writer: void writeInt(int,int,int) -cyanogenmod.externalviews.ExternalViewProviderService: void onCreate() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getNo2() -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_setActiveProfile_0 -cyanogenmod.app.suggest.IAppSuggestProvider$Stub -com.google.android.material.R$attr: int elevationOverlayColor -com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents_Light_Bridge -wangdaye.com.geometricweather.R$id: int percent -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life: java.lang.String date -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small -androidx.preference.R$styleable: int Preference_android_key -androidx.preference.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow -com.google.android.material.R$attr: int indicatorCornerRadius -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_PopupMenu_Overflow -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintWidth_percent -com.google.android.material.R$id: int pathRelative -androidx.constraintlayout.widget.R$style: int Base_V7_Theme_AppCompat_Light_Dialog -james.adaptiveicon.R$color: int abc_hint_foreground_material_dark -com.google.android.material.R$dimen: int mtrl_calendar_header_content_padding -androidx.hilt.work.R$styleable: int ColorStateListItem_android_color -androidx.activity.R$styleable: int GradientColor_android_centerX -cyanogenmod.providers.CMSettings$Secure: boolean putInt(android.content.ContentResolver,java.lang.String,int) -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_id -android.didikee.donate.R$attr: int actionMenuTextColor -android.didikee.donate.R$layout: int abc_screen_simple_overlay_action_mode -james.adaptiveicon.R$attr: int selectableItemBackgroundBorderless -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX -okhttp3.internal.http1.Http1Codec: int STATE_READ_RESPONSE_HEADERS -androidx.hilt.R$styleable: int GradientColorItem_android_offset -androidx.preference.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation -okhttp3.internal.connection.ConnectionSpecSelector: boolean isFallbackPossible -androidx.constraintlayout.widget.R$color: int ripple_material_light -com.jaredrummler.android.colorpicker.R$styleable: int[] ActionBarLayout -wangdaye.com.geometricweather.R$drawable: int material_ic_keyboard_arrow_next_black_24dp -okhttp3.MultipartBody$Part: okhttp3.MultipartBody$Part create(okhttp3.Headers,okhttp3.RequestBody) -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -wangdaye.com.geometricweather.R$dimen: int abc_action_bar_stacked_tab_max_width -com.xw.repo.bubbleseekbar.R$id: int titleDividerNoCustom -android.didikee.donate.R$styleable: int[] AppCompatTextHelper -androidx.appcompat.resources.R$drawable: int notification_bg_low -wangdaye.com.geometricweather.R$styleable: int ArcProgress_background_color -okhttp3.internal.http2.Huffman: Huffman() -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModePasteDrawable -androidx.appcompat.widget.FitWindowsLinearLayout: void setOnFitSystemWindowsListener(androidx.appcompat.widget.FitWindowsViewGroup$OnFitSystemWindowsListener) -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Tooltip -android.didikee.donate.R$style: int Widget_AppCompat_ActionButton_CloseMode -cyanogenmod.profiles.RingModeSettings: java.lang.String getValue() -androidx.preference.R$attr: int editTextStyle -com.google.android.material.R$dimen: int material_clock_period_toggle_height -cyanogenmod.app.PartnerInterface: cyanogenmod.app.PartnerInterface getInstance(android.content.Context) -com.google.android.material.textfield.TextInputLayout: void setEndIconTintMode(android.graphics.PorterDuff$Mode) -com.xw.repo.bubbleseekbar.R$id: int wrap_content -androidx.preference.R$attr: int drawableRightCompat -androidx.appcompat.R$styleable: int[] ActionMenuView -io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable -com.google.android.material.appbar.CollapsingToolbarLayout: int getMaxLines() -com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat_Dialog -com.jaredrummler.android.colorpicker.R$attr: int fontVariationSettings -okhttp3.Response$Builder: okhttp3.Response$Builder request(okhttp3.Request) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_tooltipForegroundColor -wangdaye.com.geometricweather.settings.activities.SelectProviderActivity: SelectProviderActivity() -okhttp3.internal.http2.Header: okio.ByteString TARGET_SCHEME -wangdaye.com.geometricweather.R$id: int material_minute_text_input -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Button_Small -androidx.appcompat.R$attr: int actionModeCloseButtonStyle -wangdaye.com.geometricweather.R$string: int week_2 -cyanogenmod.themes.ThemeChangeRequest$1: java.lang.Object createFromParcel(android.os.Parcel) -androidx.preference.R$style: int Base_Widget_AppCompat_PopupMenu -com.google.android.material.R$color: int mtrl_filled_background_color -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeInsetStart -wangdaye.com.geometricweather.R$id: int large -okhttp3.internal.Util: void closeQuietly(java.net.Socket) -androidx.preference.R$attr: int listPreferredItemPaddingStart -wangdaye.com.geometricweather.R$id: int activity_widget_config_custom_subtitle_keywords -androidx.preference.R$styleable: int CoordinatorLayout_Layout_layout_anchor -cyanogenmod.providers.CMSettings$Secure: java.lang.String getString(android.content.ContentResolver,java.lang.String) -com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_min_width_major -okio.Timeout: okio.Timeout timeout(long,java.util.concurrent.TimeUnit) -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Body1 -okhttp3.CacheControl$Builder: okhttp3.CacheControl build() -retrofit2.Response: retrofit2.Response error(int,okhttp3.ResponseBody) -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_trackTint -wangdaye.com.geometricweather.R$styleable: int PreferenceGroup_android_orderingFromXml -androidx.appcompat.R$dimen: int abc_text_size_headline_material -wangdaye.com.geometricweather.R$layout: int abc_action_bar_title_item -androidx.hilt.work.R$id: int accessibility_custom_action_6 -com.google.android.material.R$drawable: int abc_list_divider_mtrl_alpha -cyanogenmod.app.ProfileGroup: boolean isDefaultGroup() -androidx.constraintlayout.widget.R$styleable: int State_constraints -androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_font -androidx.transition.R$integer -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner -com.xw.repo.bubbleseekbar.R$color: int switch_thumb_material_light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: void setFrom(java.lang.String) -androidx.appcompat.R$id: int accessibility_custom_action_26 -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: void dispose() -android.didikee.donate.R$styleable: int AppCompatTheme_actionBarTabStyle -androidx.preference.R$styleable: int LinearLayoutCompat_dividerPadding -okhttp3.internal.http2.Http2Connection: okhttp3.Protocol getProtocol() -androidx.appcompat.widget.FitWindowsFrameLayout: FitWindowsFrameLayout(android.content.Context) -wangdaye.com.geometricweather.R$string: int material_timepicker_pm -androidx.viewpager2.R$id: int tag_screen_reader_focusable -android.didikee.donate.R$styleable: int ActionMenuItemView_android_minWidth -wangdaye.com.geometricweather.R$styleable: int[] Tooltip -androidx.appcompat.R$styleable: int AppCompatTheme_windowFixedWidthMinor -cyanogenmod.externalviews.KeyguardExternalView: java.lang.String EXTRA_PERMISSION_LIST -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_RatingBar -io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: void dispose() -com.google.android.material.R$styleable: int ViewBackgroundHelper_backgroundTintMode -okhttp3.logging.LoggingEventListener: void secureConnectStart(okhttp3.Call) -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat -wangdaye.com.geometricweather.R$string: int settings_title_ui_style -com.google.android.material.R$styleable: int Chip_chipCornerRadius -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow -android.didikee.donate.R$layout: int abc_screen_toolbar -cyanogenmod.providers.ThemesContract$MixnMatchColumns: ThemesContract$MixnMatchColumns() -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_DrawerArrowToggle -okhttp3.internal.platform.AndroidPlatform$CloseGuard: java.lang.reflect.Method warnIfOpenMethod -androidx.appcompat.R$layout: int select_dialog_item_material -androidx.appcompat.resources.R$id: int text2 -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$7: KeyguardExternalViewProviderService$Provider$ProviderImpl$7(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) -androidx.loader.R$dimen: int compat_control_corner_material -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: java.util.concurrent.atomic.AtomicReference upstream -androidx.preference.R$styleable: int MenuItem_android_alphabeticShortcut -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Compat_Notification -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: void onError(java.lang.Throwable) -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture: AccuCurrentResult$Past24HourTemperatureDeparture() -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_toggle_margin_bottom -com.google.android.material.R$attr: int chipIcon -james.adaptiveicon.R$attr: int alertDialogTheme -com.google.android.material.R$styleable: int MaterialButton_rippleColor -android.didikee.donate.R$styleable: int MenuGroup_android_menuCategory -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_CompoundButton_CheckBox -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer ragweedIndex -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getMoldIndex() -wangdaye.com.geometricweather.R$integer: int cpv_default_max_progress -android.didikee.donate.R$styleable: int DrawerArrowToggle_arrowHeadLength -wangdaye.com.geometricweather.R$attr: int drawableRightCompat -io.reactivex.internal.util.ExceptionHelper$Termination: java.lang.Throwable fillInStackTrace() -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.google.android.material.chip.Chip: void setChipCornerRadius(float) -com.jaredrummler.android.colorpicker.R$attr: int backgroundStacked -wangdaye.com.geometricweather.R$styleable: int StateListDrawableItem_android_drawable -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_contentInsetEnd -androidx.viewpager2.R$styleable: int FontFamilyFont_android_fontVariationSettings -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: void onComplete() -com.google.android.material.R$styleable: int LinearLayoutCompat_showDividers -wangdaye.com.geometricweather.db.entities.DailyEntity: DailyEntity(java.lang.Long,java.lang.String,java.lang.String,java.util.Date,long,java.lang.String,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,int,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WindDegree,java.lang.Float,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,int,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WindDegree,java.lang.Float,java.lang.String,java.lang.Integer,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.Integer,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,float) -androidx.preference.R$styleable: int Toolbar_contentInsetRight -androidx.work.R$styleable: int GradientColorItem_android_offset -android.support.v4.os.ResultReceiver$MyRunnable: void run() -com.xw.repo.bubbleseekbar.R$attr: int ratingBarStyle -wangdaye.com.geometricweather.R$id: int notification_big_temp_3 -cyanogenmod.externalviews.KeyguardExternalView$1 -androidx.appcompat.widget.AppCompatAutoCompleteTextView -james.adaptiveicon.R$styleable: int AppCompatTextView_textAllCaps -android.didikee.donate.R$dimen: int hint_pressed_alpha_material_light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX: void setBrands(java.util.List) -okhttp3.OkHttpClient: javax.net.SocketFactory socketFactory -okhttp3.HttpUrl -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver(io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver) -wangdaye.com.geometricweather.R$attr: int contentInsetEnd -okhttp3.internal.http.HttpHeaders: boolean skipWhitespaceAndCommas(okio.Buffer) -com.google.android.material.R$style: int Widget_AppCompat_SeekBar_Discrete -wangdaye.com.geometricweather.R$drawable: int abc_spinner_textfield_background_material -com.google.android.material.R$attr: int layout_scrollFlags -wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_weatherKindSpinner -androidx.preference.R$dimen: int abc_action_bar_elevation_material -androidx.constraintlayout.widget.R$attr: int checkboxStyle -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf -com.google.android.material.R$styleable: int Layout_layout_goneMarginStart -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large -wangdaye.com.geometricweather.common.basic.models.weather.Base: long publishTime -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer windDirection -com.github.rahatarmanahmed.cpv.R$dimen: int cpv_default_thickness -com.turingtechnologies.materialscrollbar.R$id: int italic -androidx.preference.R$layout: int notification_template_part_time -org.greenrobot.greendao.DaoException: void safeInitCause(java.lang.Throwable) -com.google.android.material.R$color: int mtrl_indicator_text_color -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_iconTintMode -android.didikee.donate.R$style: int Widget_AppCompat_Light_AutoCompleteTextView -cyanogenmod.app.ProfileGroup$Mode: cyanogenmod.app.ProfileGroup$Mode SUPPRESS -androidx.work.impl.utils.futures.AbstractFuture$Failure$1: AbstractFuture$Failure$1(java.lang.String) -androidx.appcompat.R$style: int Widget_AppCompat_SeekBar_Discrete -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha -james.adaptiveicon.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow -android.didikee.donate.R$styleable: int Toolbar_popupTheme -com.google.android.material.R$styleable: int SnackbarLayout_backgroundTintMode -io.reactivex.internal.observers.BlockingObserver: void onComplete() -cyanogenmod.providers.CMSettings$Secure: cyanogenmod.providers.CMSettings$NameValueCache sNameValueCache -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property UvLevel -android.didikee.donate.R$styleable: int ActionMode_backgroundSplit -okhttp3.internal.publicsuffix.PublicSuffixDatabase: byte[] WILDCARD_LABEL -wangdaye.com.geometricweather.R$attr: int itemTextAppearance -com.xw.repo.bubbleseekbar.R$attr: int srcCompat -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_textColorHint -cyanogenmod.app.Profile: java.lang.String getName() -io.reactivex.internal.observers.BasicIntQueueDisposable: int requestFusion(int) -androidx.work.R$id: int accessibility_custom_action_12 -android.didikee.donate.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader -androidx.appcompat.R$drawable: int abc_edit_text_material -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_Solid -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setWeatherText(java.lang.String) -okhttp3.Cookie: boolean persistent -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: FitSystemBarRecyclerView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$layout: int item_weather_icon_title -androidx.appcompat.widget.AppCompatAutoCompleteTextView: AppCompatAutoCompleteTextView(android.content.Context,android.util.AttributeSet,int) -cyanogenmod.app.BaseLiveLockManagerService: void updateDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) -androidx.viewpager2.R$integer: R$integer() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String aqi -okhttp3.Headers: void checkName(java.lang.String) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Snow: java.lang.String Unit -com.google.android.material.R$attr: int dayTodayStyle -com.google.android.material.R$styleable: int NavigationView_itemIconSize -androidx.hilt.R$id: int chronometer -androidx.appcompat.R$styleable: int SwitchCompat_switchMinWidth -com.turingtechnologies.materialscrollbar.R$styleable: int[] FloatingActionButton -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay[] values() -wangdaye.com.geometricweather.R$attr: int onPositiveCross -com.jaredrummler.android.colorpicker.R$drawable: int abc_action_bar_item_background_material -androidx.vectordrawable.animated.R$layout: R$layout() -io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: long serialVersionUID -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric Metric -wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_textAppearance -androidx.constraintlayout.widget.R$attr: int actionBarTabStyle -com.jaredrummler.android.colorpicker.R$id: int notification_main_column_container -wangdaye.com.geometricweather.R$drawable: int weather_haze_pixel -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_horizontalGap -androidx.preference.EditTextPreference: void setOnBindEditTextListener(androidx.preference.EditTextPreference$OnBindEditTextListener) -okhttp3.internal.ws.RealWebSocket$2 -io.reactivex.internal.queue.SpscArrayQueue: boolean offer(java.lang.Object,java.lang.Object) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade RealFeelTemperatureShade -io.reactivex.internal.subscriptions.SubscriptionArbiter: void request(long) -com.xw.repo.bubbleseekbar.R$styleable: int GradientColorItem_android_color -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_3 -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_goneMarginRight -androidx.preference.R$styleable: int Preference_summary -cyanogenmod.hardware.DisplayMode: int id -com.bumptech.glide.R$styleable: int[] ColorStateListItem -wangdaye.com.geometricweather.R$styleable: int Badge_number -com.google.android.material.R$anim: int abc_slide_in_top -com.xw.repo.bubbleseekbar.R$attr: int actionBarItemBackground -androidx.preference.R$attr: int summary -androidx.appcompat.R$color: int primary_material_light -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_spinnerStyle -okhttp3.Request$Builder: okhttp3.Request$Builder tag(java.lang.Class,java.lang.Object) -androidx.preference.R$attr: int buttonBarButtonStyle -android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text -com.google.android.material.R$dimen: int material_emphasis_disabled -android.didikee.donate.R$styleable: int TextAppearance_android_textColorHint -cyanogenmod.externalviews.IExternalViewProviderFactory: android.os.IBinder createExternalView(android.os.Bundle) -com.google.android.material.R$styleable: int MenuGroup_android_orderInCategory -com.google.android.material.R$id: int password_toggle -okio.RealBufferedSource: long indexOf(okio.ByteString) -androidx.swiperefreshlayout.R$id: int tag_screen_reader_focusable -androidx.loader.R$id: int async -com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_precise_anchor_extra_offset -cyanogenmod.externalviews.KeyguardExternalView$2: boolean requestDismiss() -androidx.appcompat.R$style: int ThemeOverlay_AppCompat_Light -wangdaye.com.geometricweather.R$drawable: int shortcuts_refresh_foreground -com.google.android.material.R$id: int progress_circular -com.google.android.material.R$style: int Widget_AppCompat_SeekBar -androidx.preference.R$dimen: int item_touch_helper_max_drag_scroll_per_frame -wangdaye.com.geometricweather.R$attr: int progress -com.jaredrummler.android.colorpicker.R$styleable: int[] View -com.bumptech.glide.load.EncodeStrategy: com.bumptech.glide.load.EncodeStrategy valueOf(java.lang.String) -com.google.android.material.R$id: int transition_scene_layoutid_cache -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$LocalSource -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActivityChooserView -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float co -com.google.android.material.R$layout: int material_chip_input_combo -wangdaye.com.geometricweather.R$styleable: int ColorStateListItem_alpha -com.turingtechnologies.materialscrollbar.R$attr: int snackbarButtonStyle -android.didikee.donate.R$styleable: int AppCompatTextView_lineHeight -androidx.lifecycle.extensions.R$anim: int fragment_fade_exit -androidx.hilt.work.R$id: int action_divider -com.jaredrummler.android.colorpicker.R$color: int notification_icon_bg_color -androidx.recyclerview.R$id: int notification_main_column_container -cyanogenmod.weather.RequestInfo: java.lang.String mCityName -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: void onError(java.lang.Throwable) -com.google.android.material.R$attr: int layout_constraintRight_toRightOf -androidx.appcompat.R$attr: int color -okhttp3.internal.ws.RealWebSocket: int receivedPongCount() -androidx.appcompat.R$attr: int colorPrimaryDark -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored -cyanogenmod.themes.ThemeManager$1: cyanogenmod.themes.ThemeManager this$0 -com.google.android.material.R$id: int bidirectional -com.google.android.material.R$dimen: int notification_content_margin_start -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours: AccuCurrentResult$PrecipitationSummary$Past18Hours() -wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView: TrendRecyclerView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$layout: int abc_select_dialog_material -androidx.swiperefreshlayout.R$attr: int fontProviderAuthority -com.xw.repo.BubbleSeekBar: void setCustomSectionTextArray(com.xw.repo.BubbleSeekBar$CustomSectionTextArray) -cyanogenmod.providers.ThemesContract$ThemesColumns$InstallState: int INSTALLING -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.internal.TableStatements getStatements() -androidx.vectordrawable.R$id: int action_text -com.google.android.material.R$styleable: int KeyCycle_android_rotationY -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature: AccuCurrentResult$ApparentTemperature() -cyanogenmod.app.ICMStatusBarManager$Stub: java.lang.String DESCRIPTOR -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ListView_Menu -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: float getPressure(float) -io.reactivex.internal.util.ArrayListSupplier: java.lang.Object apply(java.lang.Object) -androidx.appcompat.widget.AppCompatSpinner: androidx.appcompat.widget.AppCompatSpinner$SpinnerPopup getInternalPopup() -android.didikee.donate.R$styleable: int MenuGroup_android_orderInCategory -com.turingtechnologies.materialscrollbar.R$attr: int fastScrollVerticalTrackDrawable -cyanogenmod.weather.WeatherInfo$DayForecast: double getLow() -androidx.appcompat.R$style: int Base_Widget_AppCompat_CompoundButton_Switch -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WindDegree -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setTotalPrecipitationProbability(java.lang.Float) -com.xw.repo.bubbleseekbar.R$attr: int buttonIconDimen -com.google.android.material.R$attr: int ratingBarStyle -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VClipPath -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: io.reactivex.disposables.Disposable upstream -cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String getPackage() -com.xw.repo.bubbleseekbar.R$bool: R$bool() -com.xw.repo.bubbleseekbar.R$attr: int bsb_max -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast -androidx.appcompat.widget.SearchView: void setQueryHint(java.lang.CharSequence) -com.turingtechnologies.materialscrollbar.R$string: int abc_searchview_description_submit -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode HAZE -androidx.appcompat.widget.Toolbar: java.lang.CharSequence getTitle() -okhttp3.Protocol: java.lang.String protocol -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Metric Metric -androidx.appcompat.R$layout: int abc_cascading_menu_item_layout -androidx.viewpager2.R$attr: int fastScrollEnabled -wangdaye.com.geometricweather.R$layout: int activity_widget_config -androidx.constraintlayout.widget.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_0 -androidx.constraintlayout.widget.R$styleable: int MotionTelltales_telltales_tailColor -cyanogenmod.providers.ThemesContract$MixnMatchColumns -androidx.legacy.coreutils.R$styleable: int FontFamilyFont_fontWeight -com.jaredrummler.android.colorpicker.R$drawable: int abc_textfield_default_mtrl_alpha -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: boolean isDisposed() -wangdaye.com.geometricweather.R$array: int distance_unit_voices -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: long timeout -com.bumptech.glide.integration.okhttp.R$id: int text2 -cyanogenmod.hardware.CMHardwareManager: int getDisplayColorCalibrationMin() -james.adaptiveicon.R$style: int Base_AlertDialog_AppCompat_Light -androidx.preference.R$style: int Theme_AppCompat_Dialog_MinWidth -androidx.appcompat.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -androidx.appcompat.widget.Toolbar: int getContentInsetRight() -wangdaye.com.geometricweather.R$dimen: int design_textinput_caption_translate_y -retrofit2.Utils$WildcardTypeImpl: Utils$WildcardTypeImpl(java.lang.reflect.Type[],java.lang.reflect.Type[]) -com.google.android.material.R$styleable: int FloatingActionButton_maxImageSize -okhttp3.HttpUrl: java.net.URI uri() -okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.platform.OptionalMethod getAlpnSelectedProtocol -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Snow: java.lang.Integer depth -androidx.appcompat.R$interpolator: int btn_radio_to_on_mtrl_animation_interpolator_0 -wangdaye.com.geometricweather.R$attr: int fontProviderFetchTimeout -com.google.android.material.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize -okhttp3.internal.cache.CacheStrategy: okhttp3.Response cacheResponse -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Inverse -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColorItem_android_color -wangdaye.com.geometricweather.R$styleable: int AppCompatImageView_android_src -androidx.appcompat.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset -com.google.android.material.R$attr: int indicatorColors -cyanogenmod.themes.ThemeManager$1 -cyanogenmod.externalviews.KeyguardExternalView: android.content.Context mContext -com.turingtechnologies.materialscrollbar.R$color: int design_fab_shadow_mid_color -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeDegreeDayTemperature -com.google.android.material.R$styleable: int[] BottomSheetBehavior_Layout -androidx.appcompat.widget.AppCompatButton: int[] getAutoSizeTextAvailableSizes() -com.google.android.material.R$layout: int mtrl_calendar_day_of_week -androidx.appcompat.widget.ViewStubCompat: void setVisibility(int) -com.google.android.material.R$attr: int defaultQueryHint -com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_colorPresets -androidx.constraintlayout.widget.R$attr: int constraintSetStart -androidx.preference.R$attr: int collapseContentDescription -cyanogenmod.app.LiveLockScreenInfo: android.content.ComponentName component -okhttp3.internal.http2.Http2Connection$IntervalPingRunnable -james.adaptiveicon.AdaptiveIconView: android.graphics.Path getPath() -wangdaye.com.geometricweather.R$attr: int warmth -androidx.recyclerview.R$styleable: int FontFamily_fontProviderPackage -androidx.lifecycle.LifecycleRegistry$1: int[] $SwitchMap$androidx$lifecycle$Lifecycle$State -james.adaptiveicon.R$style: int Platform_Widget_AppCompat_Spinner -okhttp3.RequestBody$2: void writeTo(okio.BufferedSink) -androidx.recyclerview.widget.RecyclerView: void removeOnScrollListener(androidx.recyclerview.widget.RecyclerView$OnScrollListener) -io.reactivex.internal.operators.observable.ObserverResourceWrapper: void setResource(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.db.entities.AlertEntity: void setAlertId(long) -com.xw.repo.bubbleseekbar.R$attr: int state_above_anchor -cyanogenmod.app.LiveLockScreenManager: boolean show(int,cyanogenmod.app.LiveLockScreenInfo) -cyanogenmod.themes.IThemeChangeListener$Stub$Proxy: void onProgress(int) -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_bottomappbar_height -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_shadowRadius -okhttp3.internal.http.HttpDate: long MAX_DATE -androidx.lifecycle.ProcessLifecycleOwner$3: void onActivityCreated(android.app.Activity,android.os.Bundle) -androidx.preference.R$attr: int buttonTint -androidx.preference.R$color: int abc_background_cache_hint_selector_material_dark -wangdaye.com.geometricweather.R$attr: int customBoolean -wangdaye.com.geometricweather.R$attr: int windowActionBar -cyanogenmod.externalviews.ExternalViewProviderService: android.os.Handler access$100(cyanogenmod.externalviews.ExternalViewProviderService) -wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setCityId(java.lang.String) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_116 -com.jaredrummler.android.colorpicker.R$styleable: int CheckBoxPreference_disableDependentsState -com.google.android.material.R$style: int Widget_MaterialComponents_TabLayout_PrimarySurface -com.google.android.material.R$id: int outgoing -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceHeadline3 -com.xw.repo.bubbleseekbar.R$color: int bright_foreground_material_light -androidx.appcompat.R$styleable: int PopupWindowBackgroundState_state_above_anchor -okhttp3.internal.cache.DiskLruCache$3: okhttp3.internal.cache.DiskLruCache$Snapshot removeSnapshot -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_bottom_padding -wangdaye.com.geometricweather.R$attr: int min -com.turingtechnologies.materialscrollbar.R$layout: int abc_action_mode_close_item_material -okhttp3.ResponseBody$BomAwareReader: java.nio.charset.Charset charset -com.jaredrummler.android.colorpicker.R$style: int Preference_Material -androidx.appcompat.R$style: int Base_Widget_AppCompat_ImageButton -androidx.preference.R$style: int Base_Theme_AppCompat_Light_DarkActionBar -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_DEFAULT_COLOR -androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_marginStart -com.turingtechnologies.materialscrollbar.R$string: int mtrl_chip_close_icon_content_description -androidx.appcompat.R$layout: int notification_template_part_time -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setTime(long) -com.turingtechnologies.materialscrollbar.R$drawable: int design_bottom_navigation_item_background -cyanogenmod.providers.DataUsageContract: java.lang.String SLOW_AVG -androidx.preference.R$styleable: int AppCompatTextView_autoSizeStepGranularity -com.turingtechnologies.materialscrollbar.R$anim: int abc_slide_out_bottom -androidx.appcompat.R$layout: int abc_list_menu_item_layout -com.google.android.material.internal.BaselineLayout: BaselineLayout(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$layout: int mtrl_alert_dialog_title -com.xw.repo.bubbleseekbar.R$attr: int keylines -com.google.android.material.R$color: int bright_foreground_material_dark -androidx.constraintlayout.widget.R$anim: int btn_radio_to_on_mtrl_ring_outer_animation -wangdaye.com.geometricweather.R$animator: int weather_partly_cloudy_day_1 -com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_itemBackground -okhttp3.internal.http2.Http2Stream: java.util.Deque headersQueue -com.google.android.material.R$styleable: int MaterialCalendar_rangeFillColor -androidx.constraintlayout.motion.widget.MotionLayout$TransitionState: androidx.constraintlayout.motion.widget.MotionLayout$TransitionState MOVING -android.support.v4.app.INotificationSideChannel$Default: android.os.IBinder asBinder() -com.google.android.material.R$styleable: int MaterialCardView_rippleColor -com.google.android.material.chip.Chip: float getIconStartPadding() -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_normalContainer -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintLeft_toLeftOf -wangdaye.com.geometricweather.R$attr: int actionModeSelectAllDrawable -cyanogenmod.weather.ICMWeatherManager$Stub: int TRANSACTION_unregisterWeatherServiceProviderChangeListener -wangdaye.com.geometricweather.R$font -com.turingtechnologies.materialscrollbar.R$id: int home -android.didikee.donate.R$color: int material_grey_600 -com.google.android.material.R$dimen: int mtrl_extended_fab_min_width -androidx.constraintlayout.widget.R$drawable: int notification_tile_bg -okhttp3.internal.platform.AndroidPlatform$CloseGuard: java.lang.reflect.Method openMethod -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayoutStates_state_liftable -androidx.customview.R$styleable: int[] GradientColor -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_lastHorizontalStyle -cyanogenmod.app.IProfileManager$Stub: java.lang.String DESCRIPTOR -androidx.preference.R$styleable: int AppCompatTheme_dialogCornerRadius -androidx.viewpager.R$styleable: int GradientColor_android_startX -androidx.preference.R$layout: int abc_activity_chooser_view_list_item -james.adaptiveicon.R$attr: int navigationContentDescription -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Button -android.support.v4.os.IResultReceiver$Stub$Proxy: android.os.IBinder mRemote -com.google.android.material.slider.Slider: int getActiveThumbIndex() -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Large_Inverse -com.google.android.material.R$style: int Widget_AppCompat_CompoundButton_CheckBox -com.google.android.material.R$styleable: int Constraint_barrierMargin -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getPrimary() -com.google.android.material.R$attr: int actionMenuTextColor -cyanogenmod.power.PerformanceManager: int getNumberOfProfiles() -okhttp3.internal.cache.DiskLruCache: void trimToSize() -com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleMarginTop -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Geometry: MfEphemerisResult$Geometry() -james.adaptiveicon.R$attr: int showDividers -androidx.customview.R$id: int icon_group -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle -com.xw.repo.bubbleseekbar.R$drawable: int abc_scrubber_track_mtrl_alpha -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: io.reactivex.functions.Function keySelector -com.google.android.material.R$drawable: int abc_ic_menu_cut_mtrl_alpha -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_translationX -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintWidth_percent -com.google.android.material.R$dimen: int abc_action_bar_default_padding_start_material -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_onDetachedFromWindow -wangdaye.com.geometricweather.R$attr: int disableDependentsState -android.didikee.donate.R$drawable: int abc_item_background_holo_dark -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Imperial: int UnitType -androidx.hilt.work.R$id: int accessibility_custom_action_14 -wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_thickness -androidx.appcompat.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title -androidx.swiperefreshlayout.R$id: int tag_accessibility_pane_title -com.google.android.material.slider.Slider: void setTickTintList(android.content.res.ColorStateList) -okhttp3.internal.connection.ConnectionSpecSelector: int nextModeIndex -cyanogenmod.providers.ThemesContract$ThemesColumns$InstallState: int INSTALLED -androidx.hilt.R$id: int accessibility_custom_action_2 -androidx.loader.R$styleable: int ColorStateListItem_android_alpha -com.google.android.material.R$attr: int endIconTintMode -com.bumptech.glide.R$attr: int fontProviderFetchTimeout -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Large -com.xw.repo.bubbleseekbar.R$id: int action_menu_presenter -androidx.constraintlayout.widget.VirtualLayout: VirtualLayout(android.content.Context,android.util.AttributeSet,int) -androidx.preference.R$dimen: int fastscroll_default_thickness -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_textinput_outline_box_expanded_padding -androidx.constraintlayout.widget.R$styleable: int Toolbar_contentInsetEndWithActions -okhttp3.OkHttpClient$Builder: boolean followSslRedirects -com.google.android.material.internal.NavigationMenuView: NavigationMenuView(android.content.Context,android.util.AttributeSet) -okhttp3.internal.ws.WebSocketProtocol: java.lang.String closeCodeExceptionMessage(int) -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: boolean timerRunning -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Small_Inverse -androidx.appcompat.widget.AppCompatRadioButton -okio.Buffer$UnsafeCursor: Buffer$UnsafeCursor() -androidx.dynamicanimation.R$styleable: int GradientColor_android_tileMode -androidx.lifecycle.SavedStateHandle: java.lang.String VALUES -okhttp3.internal.http.StatusLine: okhttp3.internal.http.StatusLine parse(java.lang.String) -wangdaye.com.geometricweather.R$id: int mtrl_calendar_year_selector_frame -com.google.android.material.R$attr: int itemIconSize -androidx.vectordrawable.R$id: int accessibility_custom_action_25 -io.reactivex.Observable: io.reactivex.Observable withLatestFrom(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function4) -cyanogenmod.providers.CMSettings$System: java.lang.String NAV_BUTTONS -wangdaye.com.geometricweather.R$id: int activity_widget_config_cardAlphaTitle -james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarTabTextStyle -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: java.lang.Integer clouds -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: ObservableGroupJoin$LeftRightObserver(io.reactivex.internal.operators.observable.ObservableGroupJoin$JoinSupport,boolean) -wangdaye.com.geometricweather.R$drawable: int flag_de -androidx.recyclerview.R$layout: int notification_template_part_chronometer -retrofit2.KotlinExtensions$suspendAndThrow$$inlined$suspendCoroutineUninterceptedOrReturn$lambda$1: kotlin.coroutines.Continuation $continuation -android.didikee.donate.R$styleable: int AppCompatTextView_drawableEndCompat -androidx.lifecycle.ClassesInfoCache: java.lang.reflect.Method[] getDeclaredMethods(java.lang.Class) -com.google.android.material.appbar.CollapsingToolbarLayout: int getExpandedTitleMarginBottom() -androidx.preference.R$attr: int defaultValue -wangdaye.com.geometricweather.R$string: int mtrl_picker_toggle_to_text_input_mode -cyanogenmod.weather.WeatherInfo$1: cyanogenmod.weather.WeatherInfo createFromParcel(android.os.Parcel) -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_trackColor -androidx.core.R$id: int accessibility_custom_action_17 -io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: boolean isDisposed() -com.google.android.material.R$dimen: int mtrl_extended_fab_translation_z_pressed -okhttp3.internal.cache.DiskLruCache$Entry: okhttp3.internal.cache.DiskLruCache$Editor currentEditor -androidx.coordinatorlayout.R$id: int normal -cyanogenmod.providers.CMSettings$System: java.lang.String ENABLE_PEOPLE_LOOKUP -cyanogenmod.app.CustomTile: boolean sensitiveData -com.google.android.material.R$drawable: int material_ic_menu_arrow_up_black_24dp -com.jaredrummler.android.colorpicker.R$attr: int preferenceCategoryStyle -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: ExecutorScheduler$ExecutorWorker$InterruptibleRunnable(java.lang.Runnable,io.reactivex.internal.disposables.DisposableContainer) -wangdaye.com.geometricweather.R$color: int darkPrimary_1 -com.turingtechnologies.materialscrollbar.R$attr: int suggestionRowLayout -androidx.hilt.lifecycle.R$id: int visible_removing_fragment_view_tag -wangdaye.com.geometricweather.R$style: int PreferenceSummaryTextStyle -okhttp3.internal.ws.WebSocketProtocol: int B0_FLAG_RSV2 -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: float unitFactor -com.google.android.material.internal.FlowLayout: int getLineSpacing() -androidx.transition.R$style -okhttp3.internal.ws.RealWebSocket: int receivedPongCount -com.xw.repo.bubbleseekbar.R$attr: int textAppearanceLargePopupMenu -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle -androidx.preference.R$attr: int ratingBarStyle -okhttp3.Response$Builder: okhttp3.Response$Builder cacheResponse(okhttp3.Response) -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView: int getMarginBottom() -wangdaye.com.geometricweather.R$attr: int tickMarkTint -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.Pollen pollen -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge -com.google.android.material.R$styleable: int TextInputLayout_hintTextColor -androidx.constraintlayout.widget.R$attr: int mock_showLabel -wangdaye.com.geometricweather.R$font: int product_sans_italic -android.didikee.donate.R$styleable: int LinearLayoutCompat_Layout_android_layout_width -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Metric: int UnitType -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_clear_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX getBrandInfo() -wangdaye.com.geometricweather.R$string: int settings_title_notification -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_android_minHeight -cyanogenmod.hardware.DisplayMode$1: java.lang.Object[] newArray(int) -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_shadowDy -androidx.appcompat.widget.AppCompatRadioButton: void setBackgroundResource(int) -androidx.appcompat.app.ToolbarActionBar -james.adaptiveicon.R$color: int notification_icon_bg_color -com.github.rahatarmanahmed.cpv.R$attr: int cpv_animSteps -com.jaredrummler.android.colorpicker.R$id: int parentPanel -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_alertDialogTheme -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ButtonBar_AlertDialog -okio.ByteString: boolean startsWith(byte[]) -com.google.android.material.appbar.MaterialToolbar: MaterialToolbar(android.content.Context) -androidx.coordinatorlayout.widget.CoordinatorLayout: android.graphics.drawable.Drawable getStatusBarBackground() -com.google.android.material.R$style: int Base_V7_Theme_AppCompat -com.bumptech.glide.integration.okhttp.R$id: int notification_main_column_container -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light_DarkActionBar -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: io.reactivex.Observer downstream -okio.Buffer$2: int read() -com.turingtechnologies.materialscrollbar.R$drawable: int abc_popup_background_mtrl_mult -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: long serialVersionUID -androidx.lifecycle.SavedStateViewModelFactory: SavedStateViewModelFactory(android.app.Application,androidx.savedstate.SavedStateRegistryOwner) -wangdaye.com.geometricweather.R$id: int textSpacerNoTitle -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getShortTemperatureText(android.content.Context,int) -androidx.preference.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight -wangdaye.com.geometricweather.main.layouts.MainLayoutManager: MainLayoutManager() -wangdaye.com.geometricweather.R$style: R$style() -androidx.constraintlayout.widget.R$drawable: int tooltip_frame_light -androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_barLength -android.didikee.donate.R$attr: int background -wangdaye.com.geometricweather.R$anim: int fragment_open_enter -androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory: androidx.lifecycle.ViewModel create(java.lang.Class) -wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_marginRight -com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_radio_to_on_mtrl_015 -wangdaye.com.geometricweather.R$attr: int dialogCornerRadius -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$1: void run() -androidx.preference.R$style: int Preference_Material -android.didikee.donate.R$layout: int abc_action_mode_close_item_material -com.google.android.material.R$attr: int titleTextStyle -wangdaye.com.geometricweather.R$styleable: int MenuView_android_itemBackground -androidx.constraintlayout.widget.R$attr: int fontProviderFetchStrategy -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Rain -wangdaye.com.geometricweather.R$drawable: int mtrl_dialog_background -james.adaptiveicon.R$styleable: int ViewStubCompat_android_layout -androidx.appcompat.widget.AppCompatEditText: android.text.Editable getText() -wangdaye.com.geometricweather.R$id: int item_icon_provider_container -androidx.recyclerview.widget.StaggeredGridLayoutManager$SavedState -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Large -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX() -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_progressBarStyle -james.adaptiveicon.R$dimen: int abc_edit_text_inset_horizontal_material -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_13 -androidx.preference.R$attr: int progressBarStyle -cyanogenmod.app.ICMTelephonyManager: boolean isDataConnectionEnabled() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen: int CategoryValue -androidx.lifecycle.ViewModelProvider$NewInstanceFactory: androidx.lifecycle.ViewModelProvider$NewInstanceFactory sInstance -androidx.preference.Preference: Preference(android.content.Context) -androidx.appcompat.resources.R$id: int tag_accessibility_actions -wangdaye.com.geometricweather.R$id: int ghost_view -androidx.constraintlayout.widget.R$dimen: int abc_progress_bar_height_material -com.google.android.material.R$dimen: int clock_face_margin_start -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu -okhttp3.internal.connection.StreamAllocation: void streamFinished(boolean,okhttp3.internal.http.HttpCodec,long,java.io.IOException) -androidx.customview.R$layout -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: int lastIndex -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: void setTo(java.lang.String) -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.lang.String saint -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: java.lang.String getSourceName(android.content.Context) -androidx.core.view.GestureDetectorCompat$GestureDetectorCompatImplJellybeanMr2: void setOnDoubleTapListener(android.view.GestureDetector$OnDoubleTapListener) -cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: java.lang.String getActiveWeatherServiceProviderLabel() -androidx.work.R$dimen: int compat_button_inset_horizontal_material -com.google.android.material.bottomnavigation.BottomNavigationView: void setItemIconTintList(android.content.res.ColorStateList) -android.didikee.donate.R$drawable: int abc_ic_star_black_36dp -com.google.gson.LongSerializationPolicy: com.google.gson.LongSerializationPolicy valueOf(java.lang.String) -androidx.preference.R$color: int secondary_text_default_material_dark -okhttp3.Address: java.net.ProxySelector proxySelector -androidx.appcompat.R$dimen: int abc_search_view_preferred_width -com.google.gson.stream.JsonReader: void beginObject() -androidx.viewpager2.widget.ViewPager2 -wangdaye.com.geometricweather.R$attr: int collapsedTitleTextAppearance -android.didikee.donate.R$attr: int selectableItemBackground -com.google.android.material.R$styleable: int MaterialButton_android_checkable -okhttp3.internal.http2.Http2Connection: void writeData(int,boolean,okio.Buffer,long) -androidx.lifecycle.extensions.R$id: int tag_screen_reader_focusable -wangdaye.com.geometricweather.R$styleable: int Chip_closeIconEndPadding -okhttp3.internal.platform.Platform: int INFO -io.reactivex.Observable: io.reactivex.Observable sorted(java.util.Comparator) -androidx.loader.R$styleable: int GradientColor_android_startX -wangdaye.com.geometricweather.GeometricWeather -io.reactivex.Observable: io.reactivex.Observable empty() -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void dispose() -wangdaye.com.geometricweather.R$string: int feedback_no_data -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: void setValue(java.lang.String) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarTabTextStyle -okhttp3.RealCall: RealCall(okhttp3.OkHttpClient,okhttp3.Request,boolean) -cyanogenmod.app.suggest.IAppSuggestProvider$Stub: java.lang.String DESCRIPTOR -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Metric: java.lang.String Unit -com.google.android.material.R$style: int Base_MaterialAlertDialog_MaterialComponents_Title_Panel -android.didikee.donate.R$styleable: int MenuView_preserveIconSpacing -james.adaptiveicon.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ListView -com.jaredrummler.android.colorpicker.R$id: int up -wangdaye.com.geometricweather.R$string: int abc_activity_chooser_view_see_all -okhttp3.internal.Util: boolean containsInvalidHostnameAsciiCodes(java.lang.String) -androidx.appcompat.widget.DropDownListView: void setListSelectionHidden(boolean) -retrofit2.adapter.rxjava2.RxJava2CallAdapter -wangdaye.com.geometricweather.R$styleable: int[] EditTextPreference -com.google.gson.stream.JsonReader: java.lang.String peekedString -cyanogenmod.app.ILiveLockScreenManager: cyanogenmod.app.LiveLockScreenInfo getDefaultLiveLockScreen() -androidx.core.view.GestureDetectorCompat -androidx.appcompat.R$attr: int iconTint -androidx.constraintlayout.widget.R$styleable: int[] StateListDrawable -com.google.android.material.R$drawable: int abc_list_selector_background_transition_holo_light -android.didikee.donate.R$dimen: int abc_action_bar_subtitle_top_margin_material -androidx.appcompat.R$styleable: int AppCompatTheme_windowActionBar -okhttp3.internal.tls.BasicTrustRootIndex: java.util.Map subjectToCaCerts -wangdaye.com.geometricweather.R$string: int feedback_text_size -io.reactivex.internal.util.NotificationLite: boolean accept(java.lang.Object,io.reactivex.Observer) -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_13 -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeThunderstormPrecipitation() -androidx.customview.R$styleable: int FontFamilyFont_android_font -androidx.preference.R$id: int tag_transition_group -wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_box_label_cutout_padding -com.github.rahatarmanahmed.cpv.CircularProgressView$3: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 -wangdaye.com.geometricweather.R$drawable: int ic_arrow_down_24dp -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: long EpochSet -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.WeatherEntity) -com.google.android.material.R$attr: int endIconContentDescription -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_subtitle_bottom_margin_material -android.didikee.donate.R$string: int abc_toolbar_collapse_description -wangdaye.com.geometricweather.R$attr: int cornerSizeBottomRight -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: void setUnit(java.lang.String) -androidx.constraintlayout.widget.R$color: int background_floating_material_dark -com.google.android.material.card.MaterialCardView: void setCardElevation(float) -wangdaye.com.geometricweather.R$color: int mtrl_outlined_stroke_color -wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customDimension -wangdaye.com.geometricweather.R$attr: int framePosition -com.google.android.material.slider.Slider: void setValueTo(float) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: java.lang.String from -com.turingtechnologies.materialscrollbar.DateAndTimeIndicator: int getIndicatorHeight() -androidx.lifecycle.extensions.R$id: int right_icon -com.jaredrummler.android.colorpicker.R$style: int Preference_Information -androidx.preference.R$styleable: int FragmentContainerView_android_tag -cyanogenmod.providers.CMSettings$DelimitedListValidator -wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit: java.lang.String unitAbbreviation -io.reactivex.Observable: io.reactivex.Observable doOnEach(io.reactivex.Observer) -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabUnboundedRipple -com.google.android.material.R$style: int Widget_MaterialComponents_CheckedTextView -androidx.appcompat.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle -cyanogenmod.app.CustomTile$ExpandedItem: void internalSetItemDrawable(int) -com.google.android.material.R$styleable: int AppCompatTheme_colorAccent -com.google.android.material.textfield.TextInputLayout: TextInputLayout(android.content.Context) -io.reactivex.Observable: io.reactivex.Observable timestamp(io.reactivex.Scheduler) -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getShortRealFeeTemperature(android.content.Context,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_Design_TabLayout -okio.ForwardingTimeout: okio.ForwardingTimeout setDelegate(okio.Timeout) -androidx.preference.R$anim: int fragment_open_enter -wangdaye.com.geometricweather.R$drawable: int abc_list_divider_material -androidx.preference.R$styleable: int Preference_selectable -okhttp3.OkHttpClient$Builder: okhttp3.EventListener$Factory eventListenerFactory -okhttp3.internal.ws.WebSocketReader: long frameLength -com.turingtechnologies.materialscrollbar.R$id: int expand_activities_button -cyanogenmod.platform.Manifest$permission: java.lang.String WRITE_ALARMS -androidx.recyclerview.R$string: int status_bar_notification_info_overflow -okio.SegmentedByteString: byte[][] segments -wangdaye.com.geometricweather.R$attr: int boxCornerRadiusBottomStart -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Medium -androidx.hilt.R$styleable: int[] ColorStateListItem -com.jaredrummler.android.colorpicker.R$dimen: int hint_pressed_alpha_material_dark -com.xw.repo.bubbleseekbar.R$attr: int navigationMode -wangdaye.com.geometricweather.R$color: int design_dark_default_color_on_primary -androidx.constraintlayout.widget.R$styleable: int Constraint_transitionEasing -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored -cyanogenmod.providers.CMSettings$Secure: java.lang.String[] LEGACY_SECURE_SETTINGS -cyanogenmod.externalviews.ExternalView$6: void run() -cyanogenmod.app.CMTelephonyManager: void setDefaultPhoneSub(int) -com.google.android.material.R$styleable: int[] MaterialTextAppearance -wangdaye.com.geometricweather.R$string: int path_password_eye -cyanogenmod.providers.CMSettings$Global: java.lang.String POWER_NOTIFICATIONS_VIBRATE -android.didikee.donate.R$attr: int singleChoiceItemLayout -androidx.coordinatorlayout.R$styleable: int[] GradientColor -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Light_BottomSheetDialog -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_android_insetRight -androidx.appcompat.R$attr: int thumbTint -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHorizontal_weight -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_layout -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionBar -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity -wangdaye.com.geometricweather.R$attr: int layout_constraintWidth_default -com.turingtechnologies.materialscrollbar.R$styleable: int[] AnimatedStateListDrawableCompat -androidx.preference.R$styleable: int SearchView_suggestionRowLayout -cyanogenmod.app.ProfileManager: java.lang.String EXTRA_LAST_PROFILE_UUID -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: int status -com.google.android.material.R$style: int Widget_MaterialComponents_ProgressIndicator_Circular_Indeterminate -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_SeekBar -cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_setDefaultPhoneSub -james.adaptiveicon.R$styleable: int[] FontFamily -androidx.hilt.lifecycle.R$id: int action_image -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -wangdaye.com.geometricweather.background.polling.work.worker.AsyncUpdateWorker: AsyncUpdateWorker(android.content.Context,androidx.work.WorkerParameters,wangdaye.com.geometricweather.location.LocationHelper,wangdaye.com.geometricweather.weather.WeatherHelper) -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: MfHistoryResult$Position() -android.didikee.donate.R$styleable: int PopupWindowBackgroundState_state_above_anchor -androidx.coordinatorlayout.R$styleable: int FontFamilyFont_fontStyle -com.google.android.material.R$styleable: int Constraint_android_visibility -wangdaye.com.geometricweather.R$string: int key_widget_week -wangdaye.com.geometricweather.R$color: int mtrl_popupmenu_overlay_color -android.didikee.donate.R$styleable: int AppCompatTheme_buttonBarButtonStyle -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TabLayout -wangdaye.com.geometricweather.R$dimen: int mtrl_alert_dialog_background_inset_bottom -androidx.preference.R$attr: int trackTint -androidx.preference.R$attr: int titleMarginStart -android.didikee.donate.R$attr: int closeItemLayout -androidx.appcompat.R$color: int accent_material_light -androidx.appcompat.R$dimen: int abc_action_bar_overflow_padding_start_material -androidx.core.R$id: int accessibility_custom_action_12 -androidx.constraintlayout.widget.R$attr: int height -androidx.lifecycle.extensions.R$drawable: int notification_tile_bg -androidx.hilt.lifecycle.R$styleable: int GradientColor_android_endColor -okhttp3.internal.connection.RealConnection: okhttp3.Request createTunnel(int,int,okhttp3.Request,okhttp3.HttpUrl) -wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle -com.xw.repo.bubbleseekbar.R$color: int material_deep_teal_500 -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult: java.util.List DailyForecasts -james.adaptiveicon.R$styleable: int AppCompatTheme_windowMinWidthMajor -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_14 -com.google.android.material.R$dimen: int mtrl_calendar_bottom_padding -io.reactivex.internal.subscriptions.BasicQueueSubscription: void request(long) -wangdaye.com.geometricweather.db.entities.AlertEntity: int getColor() -com.xw.repo.bubbleseekbar.R$attr: int fontProviderAuthority -wangdaye.com.geometricweather.R$styleable: int[] MaterialAlertDialog -cyanogenmod.providers.CMSettings$Secure: boolean putFloat(android.content.ContentResolver,java.lang.String,float) -wangdaye.com.geometricweather.R$styleable: int Constraint_android_rotationX -james.adaptiveicon.R$style: int AlertDialog_AppCompat_Light -james.adaptiveicon.R$style: int Widget_AppCompat_CompoundButton_RadioButton -androidx.hilt.lifecycle.R$styleable: int GradientColor_android_gradientRadius -androidx.appcompat.R$attr: int buttonBarStyle -okhttp3.internal.http.RealResponseBody: okio.BufferedSource source -wangdaye.com.geometricweather.R$attr: int thumbTintMode -wangdaye.com.geometricweather.R$id: int widget_day_week -com.google.android.material.internal.ScrimInsetsFrameLayout: ScrimInsetsFrameLayout(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeThunderstormPrecipitationProbability -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeCloudCover() -androidx.appcompat.widget.FitWindowsLinearLayout -androidx.preference.R$styleable: int AppCompatTheme_checkboxStyle -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle -io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable: void setParent(io.reactivex.internal.operators.observable.ObservablePublish$PublishObserver) -androidx.appcompat.R$style: int Widget_AppCompat_Button -james.adaptiveicon.R$attr: int titleTextAppearance -com.google.android.material.R$dimen: int mtrl_exposed_dropdown_menu_popup_vertical_padding -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$6: void run() -wangdaye.com.geometricweather.R$styleable: int RecycleListView_paddingBottomNoButtons -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut -androidx.constraintlayout.widget.R$attr: int contentDescription -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Imperial: int UnitType -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode -com.google.android.material.R$dimen: int mtrl_snackbar_background_corner_radius -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setTargetOffsetTopAndBottom(int) -com.google.android.material.R$styleable: int[] PopupWindow -com.google.android.material.R$styleable: int TextInputLayout_counterMaxLength -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: java.lang.String dept -cyanogenmod.weather.ICMWeatherManager$Stub -androidx.lifecycle.ProcessLifecycleOwner$3$1: ProcessLifecycleOwner$3$1(androidx.lifecycle.ProcessLifecycleOwner$3) -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_android_textAppearance -android.didikee.donate.R$id: int normal -com.jaredrummler.android.colorpicker.R$color: int tooltip_background_light -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen -io.reactivex.internal.observers.InnerQueuedObserver: boolean isDone() -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Body2 -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List xiche -androidx.preference.R$styleable: int ActionBar_customNavigationLayout -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BATTERY_LIGHT_LOW_COLOR_VALIDATOR -wangdaye.com.geometricweather.R$attr: int enforceMaterialTheme -cyanogenmod.externalviews.IExternalViewProviderFactory -com.google.android.material.floatingactionbutton.FloatingActionButton: void setTranslationX(float) -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer realFeelTemperature -james.adaptiveicon.R$styleable: int AppCompatTheme_windowActionModeOverlay -cyanogenmod.externalviews.KeyguardExternalView$5: KeyguardExternalView$5(cyanogenmod.externalviews.KeyguardExternalView) -android.didikee.donate.R$id: int screen -okhttp3.internal.cache.DiskLruCache: long ANY_SEQUENCE_NUMBER -wangdaye.com.geometricweather.R$layout: R$layout() -com.jaredrummler.android.colorpicker.R$attr: int paddingEnd -com.google.android.material.R$style: int TextAppearance_Design_Snackbar_Message -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String sunSet -wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_text_size -com.google.android.material.R$dimen: int abc_action_bar_content_inset_material -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_shadowDy -androidx.preference.R$styleable: int AppCompatTheme_activityChooserViewStyle -com.google.android.material.imageview.ShapeableImageView -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String weatherStart -james.adaptiveicon.R$styleable: int ViewBackgroundHelper_android_background -io.reactivex.Observable: io.reactivex.Observable combineLatestDelayError(java.lang.Iterable,io.reactivex.functions.Function) -org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.AbstractDao getDao(java.lang.Class) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowActionBar -com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat_ActionBar -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: java.util.Date pubTime -com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType PNG_A -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: float PRECIPITATION_HEAVY -okhttp3.internal.cache.DiskLruCache: int valueCount -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: io.reactivex.Observer downstream -com.xw.repo.bubbleseekbar.R$id: int action_bar_spinner -androidx.constraintlayout.widget.R$styleable: int AlertDialog_multiChoiceItemLayout -android.didikee.donate.R$dimen: int abc_action_bar_content_inset_material -com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleTypeface(android.graphics.Typeface) -org.greenrobot.greendao.AbstractDao: void deleteByKeyInTx(java.lang.Iterable) -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: boolean disposed -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert -androidx.constraintlayout.widget.R$id: int easeIn -wangdaye.com.geometricweather.R$dimen: int mtrl_card_spacing -com.google.android.material.card.MaterialCardView: void setStrokeColor(android.content.res.ColorStateList) -com.turingtechnologies.materialscrollbar.R$layout: int design_navigation_menu_item -androidx.viewpager2.R$attr: int fontProviderCerts -com.xw.repo.bubbleseekbar.R$styleable: int ButtonBarLayout_allowStacking -androidx.activity.R$id: int async -androidx.appcompat.R$styleable: int LinearLayoutCompat_showDividers -com.bumptech.glide.integration.okhttp.R$dimen: int notification_right_icon_size -io.reactivex.internal.disposables.ArrayCompositeDisposable: boolean setResource(int,io.reactivex.disposables.Disposable) -com.google.android.material.R$id: int italic -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ListView -wangdaye.com.geometricweather.R$styleable: int[] PreferenceGroup -androidx.preference.R$layout: int abc_action_bar_up_container -androidx.transition.R$string: int status_bar_notification_info_overflow -wangdaye.com.geometricweather.R$attr: int preferenceFragmentListStyle -wangdaye.com.geometricweather.common.ui.widgets.DonateImageView: DonateImageView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: InkPageIndicator(android.content.Context) -androidx.dynamicanimation.R$drawable: int notification_template_icon_bg -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light_Dialog -retrofit2.KotlinExtensions$awaitResponse$2$2: kotlinx.coroutines.CancellableContinuation $continuation -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit -cyanogenmod.platform.Manifest$permission: java.lang.String ACCESS_APP_SUGGESTIONS -wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.String getKey(wangdaye.com.geometricweather.db.entities.LocationEntity) -androidx.preference.R$attr: int actionModeStyle -wangdaye.com.geometricweather.R$styleable: int[] ShapeAppearance -androidx.hilt.work.R$style: int Widget_Compat_NotificationActionContainer -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_CUSTOM_ENABLE_VALIDATOR -androidx.legacy.coreutils.R$styleable: int FontFamily_fontProviderCerts -androidx.appcompat.R$color: int dim_foreground_material_light -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionMode -okhttp3.Address: okhttp3.CertificatePinner certificatePinner() -cyanogenmod.providers.CMSettings$Secure: java.lang.String DEFAULT_THEME_COMPONENTS -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: java.lang.String name -com.turingtechnologies.materialscrollbar.R$dimen: int abc_control_inset_material -androidx.appcompat.widget.SearchView: void setOnQueryTextFocusChangeListener(android.view.View$OnFocusChangeListener) -com.google.android.material.R$styleable: int CompoundButton_android_button -okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder minFresh(int,java.util.concurrent.TimeUnit) -okhttp3.internal.http2.Http2Connection: long bytesLeftInWriteWindow -wangdaye.com.geometricweather.R$drawable: int widget_card_dark_40 -com.turingtechnologies.materialscrollbar.R$attr: int errorEnabled -androidx.lifecycle.extensions.R$style: int TextAppearance_Compat_Notification_Line2 -android.didikee.donate.R$styleable: int TextAppearance_android_typeface -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarViewPager: android.graphics.Rect getWindowInsets() -androidx.appcompat.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void alternateService(int,java.lang.String,okio.ByteString,java.lang.String,int,long) -androidx.preference.R$dimen: int compat_notification_large_icon_max_height -androidx.preference.R$id: int group_divider -com.xw.repo.bubbleseekbar.R$attr: int actionModeShareDrawable -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_goneMarginEnd -com.jaredrummler.android.colorpicker.R$id: int textSpacerNoTitle -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void onNext(java.lang.Object) -com.google.android.material.R$style: int Theme_AppCompat_DayNight -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable -wangdaye.com.geometricweather.R$font: int product_sans_light -com.google.android.material.slider.BaseSlider: float[] getActiveRange() -wangdaye.com.geometricweather.R$layout: int item_line -com.google.android.material.R$layout: int test_chip_zero_corner_radius -android.support.v4.os.ResultReceiver$1: ResultReceiver$1() -james.adaptiveicon.R$dimen: int tooltip_corner_radius -okio.RealBufferedSource: int readInt() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_spinnerStyle -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWeatherText(java.lang.String) -wangdaye.com.geometricweather.R$color: int abc_decor_view_status_guard -wangdaye.com.geometricweather.R$attr: int backgroundSplit -com.google.android.material.R$styleable: int TabLayout_tabRippleColor -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onPanelClosed(int,android.view.Menu) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionOverflowButtonStyle -com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableCompat_android_dither -com.google.android.material.R$style: int ShapeAppearance_MaterialComponents_MediumComponent -androidx.swiperefreshlayout.R$drawable: int notification_bg_normal -androidx.transition.R$id: int notification_background -com.turingtechnologies.materialscrollbar.R$attr: int colorControlNormal -androidx.constraintlayout.widget.R$attr: int pathMotionArc -android.didikee.donate.R$drawable: int abc_list_selector_disabled_holo_dark -androidx.constraintlayout.widget.R$attr: int backgroundStacked -cyanogenmod.weather.WeatherInfo: double mTodaysHighTemp -wangdaye.com.geometricweather.db.entities.AlertEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.AlertEntity) -androidx.viewpager2.R$styleable: int ColorStateListItem_alpha -com.google.android.material.R$styleable: int Chip_android_textSize -androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver: ForceStopRunnable$BroadcastReceiver() -com.jaredrummler.android.colorpicker.R$id: int normal -androidx.constraintlayout.widget.R$id: int tag_screen_reader_focusable -androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat -com.google.android.material.R$dimen: int mtrl_fab_elevation -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver -io.reactivex.internal.subscriptions.DeferredScalarSubscription: boolean isCancelled() -androidx.appcompat.widget.SwitchCompat: android.graphics.drawable.Drawable getThumbDrawable() -androidx.appcompat.widget.AppCompatAutoCompleteTextView: android.content.res.ColorStateList getSupportBackgroundTintList() -androidx.appcompat.R$attr: int showTitle -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse -android.didikee.donate.R$anim: int abc_slide_in_top -androidx.lifecycle.extensions.R$drawable: int notification_bg_normal -com.turingtechnologies.materialscrollbar.R$id: int action_mode_bar -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse -com.xw.repo.bubbleseekbar.R$attr: int fontProviderQuery -com.google.android.material.navigation.NavigationView$SavedState -com.google.gson.stream.JsonReader: boolean fillBuffer(int) -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getOverlayThemePackageName() -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub$Proxy: android.os.IBinder mRemote -okhttp3.internal.io.FileSystem: okio.Sink appendingSink(java.io.File) -android.support.v4.app.INotificationSideChannel$Stub$Proxy: android.support.v4.app.INotificationSideChannel sDefaultImpl -wangdaye.com.geometricweather.R$styleable: int Constraint_android_translationZ -com.google.android.material.R$styleable: int TextInputLayout_errorIconTint -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeInsetStart -androidx.hilt.work.R$drawable: int notification_template_icon_bg -cyanogenmod.externalviews.ExternalViewProperties: int mHeight -wangdaye.com.geometricweather.R$styleable: int Chip_rippleColor -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_Bridge -wangdaye.com.geometricweather.R$dimen: int design_navigation_item_horizontal_padding -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property Province -androidx.constraintlayout.widget.R$id: int action_mode_bar_stub -james.adaptiveicon.R$dimen: int abc_switch_padding -androidx.preference.R$drawable: int abc_switch_track_mtrl_alpha -wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: AbsTrendItemView(android.content.Context,android.util.AttributeSet,int) -okio.BufferedSink: okio.BufferedSink writeInt(int) -james.adaptiveicon.R$styleable: int ActionBar_popupTheme -io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver -wangdaye.com.geometricweather.R$attr: int cornerSizeTopLeft -wangdaye.com.geometricweather.R$attr: int fabAlignmentMode -androidx.constraintlayout.widget.R$attr: int buttonStyle -wangdaye.com.geometricweather.R$transition: int search_activity_enter -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BACK_WAKE_SCREEN_VALIDATOR -androidx.appcompat.resources.R$styleable: int FontFamily_fontProviderPackage -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: boolean done -wangdaye.com.geometricweather.R$attr: int preferenceStyle -android.didikee.donate.R$styleable: int ActionBarLayout_android_layout_gravity -com.xw.repo.bubbleseekbar.R$attr: int windowFixedHeightMinor -androidx.hilt.work.R$dimen -androidx.loader.R$style: int TextAppearance_Compat_Notification_Time -androidx.preference.R$id: int action_mode_bar_stub -com.xw.repo.bubbleseekbar.R$attr: int showAsAction -wangdaye.com.geometricweather.R$drawable: int clock_hour_light -com.google.android.material.textfield.TextInputLayout: void setError(java.lang.CharSequence) -wangdaye.com.geometricweather.R$dimen: int mtrl_high_ripple_hovered_alpha -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorContentDescription -okhttp3.logging.LoggingEventListener: void connectionReleased(okhttp3.Call,okhttp3.Connection) -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_motionProgress -androidx.preference.R$style: int Widget_AppCompat_TextView_SpinnerItem -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_PopupMenu_Overflow -cyanogenmod.weatherservice.ServiceRequestResult$Builder: cyanogenmod.weatherservice.ServiceRequestResult build() -com.turingtechnologies.materialscrollbar.R$styleable: int[] TextInputLayout -wangdaye.com.geometricweather.R$attr: int targetId -wangdaye.com.geometricweather.R$styleable: int SearchView_android_maxWidth -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.String getWeatherText() -com.turingtechnologies.materialscrollbar.R$attr: int actionMenuTextColor -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_barrierAllowsGoneWidgets -androidx.appcompat.resources.R$id: int accessibility_custom_action_5 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: java.lang.String zh_CN -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_98 -com.google.android.material.R$attr: int fontVariationSettings -wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_shadowDy -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: io.reactivex.functions.Function mapper -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_firstHorizontalStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX: java.util.List brands -com.google.android.material.R$styleable: int AppCompatTheme_colorControlNormal -com.google.android.material.R$styleable: int KeyPosition_percentY -android.didikee.donate.R$color: int material_blue_grey_900 -androidx.hilt.R$styleable: R$styleable() -wangdaye.com.geometricweather.R$string: int hide_bottom_view_on_scroll_behavior -com.google.android.material.R$string: int abc_shareactionprovider_share_with -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Display3 -androidx.legacy.coreutils.R$string -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: BaseTransientBottomBar$SnackbarBaseLayout(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView: int getMarginTop() -wangdaye.com.geometricweather.R$id: int animateToEnd -com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_dialogTitle -androidx.fragment.R$id: int action_image -cyanogenmod.app.CustomTile$ExpandedListItem: void setExpandedListItemDrawable(int) -androidx.hilt.lifecycle.R$attr: int ttcIndex -com.google.android.material.R$dimen: int mtrl_bottomappbar_fab_bottom_margin -cyanogenmod.providers.CMSettings$System: java.lang.String BATTERY_LIGHT_ENABLED -androidx.appcompat.resources.R$drawable: int notification_icon_background -androidx.customview.R$color: int ripple_material_light -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu -androidx.constraintlayout.widget.R$color: int background_material_dark -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_headline_material -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIconTint -androidx.swiperefreshlayout.R$dimen: int notification_top_pad -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_prefixTextColor -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void dispose() -androidx.constraintlayout.widget.R$id: int scrollIndicatorUp -com.xw.repo.BubbleSeekBar: float getMax() -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_NULL_SHA -cyanogenmod.library.R: R() -com.xw.repo.bubbleseekbar.R$styleable: int[] PopupWindowBackgroundState -wangdaye.com.geometricweather.R$id: int activity_widget_config_textSizeContainer -okio.SegmentPool: long byteCount -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: void drain() -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header -cyanogenmod.weatherservice.WeatherProviderService: cyanogenmod.weatherservice.IWeatherProviderServiceClient mClient -com.turingtechnologies.materialscrollbar.R$attr: int msb_textColor -james.adaptiveicon.R$styleable: int SwitchCompat_thumbTint -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarDivider -okhttp3.Headers$Builder: okhttp3.Headers$Builder addAll(okhttp3.Headers) -androidx.appcompat.R$styleable: int ActionBar_divider -wangdaye.com.geometricweather.R$string: int key_widget_day_week -okhttp3.OkHttpClient$Builder: javax.net.ssl.HostnameVerifier hostnameVerifier -androidx.recyclerview.R$styleable: int FontFamily_fontProviderCerts -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: long serialVersionUID -com.turingtechnologies.materialscrollbar.R$id: int lastElement -com.turingtechnologies.materialscrollbar.R$color: int material_blue_grey_900 -androidx.appcompat.widget.SearchView: void setQuery(java.lang.CharSequence) -wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties -androidx.appcompat.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog -okhttp3.internal.ws.RealWebSocket: okhttp3.Request request() -androidx.work.R$drawable: int notification_tile_bg -com.google.android.material.R$attr: int layout_constraintDimensionRatio -wangdaye.com.geometricweather.R$string: int key_hide_subtitle -wangdaye.com.geometricweather.R$attr: int itemStrokeWidth -com.google.android.material.R$dimen: int notification_small_icon_size_as_large -cyanogenmod.providers.CMSettings$System: boolean putLong(android.content.ContentResolver,java.lang.String,long) -com.google.android.material.R$style: int Platform_V25_AppCompat_Light -okhttp3.internal.cache.DiskLruCache: okhttp3.internal.io.FileSystem fileSystem -androidx.coordinatorlayout.widget.CoordinatorLayout: void setStatusBarBackgroundResource(int) -androidx.coordinatorlayout.R$attr: int layout_anchorGravity -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean: java.util.List brands -com.jaredrummler.android.colorpicker.R$attr: int dialogCornerRadius -cyanogenmod.hardware.CMHardwareManager: int FEATURE_AUTO_CONTRAST -james.adaptiveicon.R$drawable: int abc_control_background_material -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void onComplete() -wangdaye.com.geometricweather.R$id: int text -com.jaredrummler.android.colorpicker.R$attr: int titleMarginBottom -androidx.appcompat.R$style: int Widget_AppCompat_ActionMode -james.adaptiveicon.R$styleable: int ActionMode_titleTextStyle -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float getRain() -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup -androidx.fragment.R$attr: int fontProviderCerts -com.github.rahatarmanahmed.cpv.R$attr: int cpv_progress -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_statusBarScrim -com.bumptech.glide.integration.okhttp.R$styleable: R$styleable() -com.google.android.material.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset -wangdaye.com.geometricweather.R$integer: int cpv_default_anim_duration -com.google.android.material.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored -com.google.android.material.R$style: int Base_Widget_AppCompat_Light_PopupMenu -androidx.appcompat.widget.ActionMenuView: ActionMenuView(android.content.Context) -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_fontWeight -cyanogenmod.app.ThemeVersion: cyanogenmod.app.ThemeVersion$ComponentVersion getComponentVersion(cyanogenmod.app.ThemeComponent) -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title -com.google.android.material.R$styleable: int Constraint_flow_horizontalStyle -james.adaptiveicon.R$styleable: int SearchView_closeIcon -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Imperial Imperial -cyanogenmod.hardware.CMHardwareManager: int COLOR_CALIBRATION_MAX_INDEX -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: java.lang.String chief -wangdaye.com.geometricweather.R$string: int page_indicator -okhttp3.internal.http.RealInterceptorChain: okhttp3.Interceptor$Chain withReadTimeout(int,java.util.concurrent.TimeUnit) -androidx.viewpager.R$id: int icon -com.bumptech.glide.integration.okhttp.R$styleable: int ColorStateListItem_android_color -wangdaye.com.geometricweather.R$layout: int item_weather_daily_air -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float pm10 -com.xw.repo.bubbleseekbar.R$attr: int progressBarStyle -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Display4 -androidx.viewpager.widget.PagerTitleStrip: void setNonPrimaryAlpha(float) -cyanogenmod.weather.WeatherLocation$1: cyanogenmod.weather.WeatherLocation[] newArray(int) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 -wangdaye.com.geometricweather.R$id: int CTRL -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean dispatchGenericMotionEvent(android.view.MotionEvent) -com.google.android.material.R$styleable: int Layout_layout_constraintStart_toStartOf -androidx.appcompat.R$id: int image -cyanogenmod.weather.CMWeatherManager: java.util.Map access$300(cyanogenmod.weather.CMWeatherManager) -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Dialog_Alert -com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_maxProgress -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_android_maxWidth -wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status: wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status LOADING -androidx.transition.R$layout: int notification_template_custom_big -okhttp3.internal.cache.FaultHidingSink: void flush() -androidx.preference.R$styleable: int FontFamilyFont_fontVariationSettings -com.google.gson.FieldNamingPolicy$6 -com.jaredrummler.android.colorpicker.R$layout: int preference_category_material -com.google.gson.LongSerializationPolicy: com.google.gson.JsonElement serialize(java.lang.Long) -wangdaye.com.geometricweather.R$string: int mtrl_picker_out_of_range -wangdaye.com.geometricweather.R$dimen: int tooltip_y_offset_non_touch -com.jaredrummler.android.colorpicker.R$id: int screen -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_disabled_z -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_showText -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getPm25Color(android.content.Context) -com.turingtechnologies.materialscrollbar.R$attr: int fastScrollHorizontalTrackDrawable -com.jaredrummler.android.colorpicker.R$style: int Base_V23_Theme_AppCompat_Light -com.google.android.material.R$styleable: int MaterialButton_shapeAppearance -androidx.constraintlayout.widget.R$layout -com.google.android.material.R$style: int Platform_V21_AppCompat_Light -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_Switch -com.jaredrummler.android.colorpicker.R$attr: int colorControlActivated -androidx.hilt.R$anim: int fragment_close_enter -androidx.preference.R$styleable: int FontFamily_fontProviderQuery -okhttp3.internal.tls.OkHostnameVerifier: int ALT_IPA_NAME -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_2_black -io.reactivex.Observable: io.reactivex.Observable mergeDelayError(java.lang.Iterable,int) -wangdaye.com.geometricweather.wallpaper.LiveWallpaperConfigActivity -okhttp3.internal.platform.Platform -com.xw.repo.bubbleseekbar.R$id: int edit_query -com.google.android.material.chip.Chip: android.graphics.drawable.Drawable getCloseIcon() -androidx.work.R$id: int accessibility_custom_action_18 -androidx.preference.R$styleable: int PreferenceTheme_preferenceStyle -wangdaye.com.geometricweather.R$style: int Base_V7_Theme_AppCompat_Dialog -wangdaye.com.geometricweather.R$attr: int itemShapeInsetEnd -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust WindGust -androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowFixedWidthMajor -android.support.v4.app.INotificationSideChannel$Default -wangdaye.com.geometricweather.R$styleable: int ShapeableImageView_shapeAppearanceOverlay -okhttp3.Cookie$Builder: java.lang.String name -cyanogenmod.profiles.ConnectionSettings: ConnectionSettings(int,int,boolean) -james.adaptiveicon.R$id: int parentPanel -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedNoLast: long serialVersionUID -androidx.viewpager.R$drawable: int notification_template_icon_low_bg -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float getTotal() -com.github.rahatarmanahmed.cpv.R$dimen: R$dimen() -com.jaredrummler.android.colorpicker.R$style: int Preference_PreferenceScreen_Material -androidx.coordinatorlayout.R$style -com.turingtechnologies.materialscrollbar.R$layout: int abc_screen_toolbar -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_sheet_peek_height_min -com.google.android.material.button.MaterialButton: void setInternalBackground(android.graphics.drawable.Drawable) -james.adaptiveicon.R$styleable: int Spinner_popupTheme -android.didikee.donate.R$id: int showHome -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_verticalAlign -androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityCreated(android.app.Activity,android.os.Bundle) -wangdaye.com.geometricweather.R$attr: int seekBarPreferenceStyle -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_barrierMargin -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarPopupTheme -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_title_material -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: boolean delayErrors -okhttp3.RequestBody: long contentLength() -com.google.android.material.R$attr: int thumbStrokeWidth -wangdaye.com.geometricweather.R$id: int mtrl_calendar_day_selector_frame -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure measure -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: void setFrom(java.lang.String) -com.google.android.material.tabs.TabLayout: TabLayout(android.content.Context,android.util.AttributeSet,int) -androidx.swiperefreshlayout.R$styleable: int[] GradientColor -com.bumptech.glide.R$dimen: int notification_right_side_padding_top -cyanogenmod.providers.CMSettings$Secure: java.lang.String ENABLED_EVENT_LIVE_LOCKS_KEY -io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function3) -com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_elevation -cyanogenmod.externalviews.KeyguardExternalViewProviderService: android.os.IBinder onBind(android.content.Intent) -wangdaye.com.geometricweather.R$styleable: int Spinner_popupTheme -com.google.android.material.chip.Chip: void setMaxLines(int) -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.UV uv -androidx.appcompat.R$attr: int showDividers -wangdaye.com.geometricweather.R$attr: int fabAnimationMode -james.adaptiveicon.R$styleable: int ActionMode_height -androidx.constraintlayout.widget.R$string: int abc_shareactionprovider_share_with_application -com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleEnabled(boolean) -com.google.android.material.R$id: int reverseSawtooth -com.google.android.material.R$style: int Widget_MaterialComponents_Button_OutlinedButton_Icon -james.adaptiveicon.R$styleable: int MenuItem_android_icon -com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState SUCCESS -cyanogenmod.weather.WeatherInfo$1: java.lang.Object[] newArray(int) -androidx.transition.R$id -okhttp3.internal.http1.Http1Codec: okhttp3.Response$Builder readResponseHeaders(boolean) -com.google.android.material.R$attr: int colorError -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleMarginBottom -com.xw.repo.bubbleseekbar.R$styleable: int MenuGroup_android_enabled -com.google.android.material.R$string: int path_password_eye -cyanogenmod.app.StatusBarPanelCustomTile: int getId() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum: AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum() -android.didikee.donate.R$styleable: int AppCompatTheme_editTextColor -com.google.android.material.R$styleable: int[] FlowLayout -androidx.preference.R$color: int bright_foreground_inverse_material_light -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintGuide_percent -wangdaye.com.geometricweather.R$integer: int mtrl_btn_anim_delay_ms -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: java.lang.String toString() -androidx.lifecycle.ProcessLifecycleOwner$2: ProcessLifecycleOwner$2(androidx.lifecycle.ProcessLifecycleOwner) -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_6 -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_fab_translation_z_pressed -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: java.lang.String getValue() -com.jaredrummler.android.colorpicker.R$string: int abc_searchview_description_voice -androidx.constraintlayout.widget.R$layout: int notification_template_icon_group -okio.GzipSource: void updateCrc(okio.Buffer,long,long) -io.reactivex.internal.observers.InnerQueuedObserver: io.reactivex.internal.observers.InnerQueuedObserverSupport parent -com.google.android.material.slider.BaseSlider: void setLabelFormatter(com.google.android.material.slider.LabelFormatter) -james.adaptiveicon.R$style: int TextAppearance_Compat_Notification_Title -wangdaye.com.geometricweather.R$styleable: int NavigationView_elevation -androidx.loader.R$styleable: int FontFamilyFont_android_font -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintRight_toLeftOf -okhttp3.internal.http2.Huffman -android.didikee.donate.R$styleable: int MenuItem_actionLayout -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getDaytimeWindDirection() -wangdaye.com.geometricweather.db.entities.AlertEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) -com.google.android.material.R$styleable: int AppCompatTextView_textAllCaps -wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_moon -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver -com.jaredrummler.android.colorpicker.R$style: int Base_V7_Widget_AppCompat_Toolbar -com.jaredrummler.android.colorpicker.R$attr: int fastScrollHorizontalTrackDrawable -androidx.appcompat.R$styleable: int AppCompatTheme_imageButtonStyle -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen -retrofit2.converter.gson.GsonRequestBodyConverter: okhttp3.RequestBody convert(java.lang.Object) -androidx.constraintlayout.widget.R$attr: int layout_goneMarginTop -com.jaredrummler.android.colorpicker.R$attr: int actionBarDivider -com.google.android.material.chip.Chip: void setLines(int) -com.google.android.material.bottomnavigation.BottomNavigationView: void setItemIconSizeRes(int) -wangdaye.com.geometricweather.R$styleable: int[] ExtendedFloatingActionButton -wangdaye.com.geometricweather.R$style: int Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog -okhttp3.ResponseBody: okhttp3.MediaType contentType() -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: MfForecastV2Result$ForecastProperties() -okhttp3.RealCall: okhttp3.RealCall newRealCall(okhttp3.OkHttpClient,okhttp3.Request,boolean) -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_LAUNCHER -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomNavigationView_Colored -com.google.android.material.internal.VisibilityAwareImageButton -com.turingtechnologies.materialscrollbar.R$attr: int tabPaddingEnd -androidx.activity.R$attr: int fontProviderCerts -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: ArcProgress(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$styleable: int Chip_android_textColor -cyanogenmod.hardware.CMHardwareManager: int FEATURE_PERSISTENT_STORAGE -android.didikee.donate.R$styleable: int AppCompatTheme_windowNoTitle -com.jaredrummler.android.colorpicker.R$bool: int abc_config_actionMenuItemAllCaps -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Inverse -wangdaye.com.geometricweather.R$string: int key_appearance -okhttp3.internal.ws.WebSocketProtocol: int CLOSE_CLIENT_GOING_AWAY -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void onError(java.lang.Throwable) -androidx.viewpager.widget.ViewPager: void addOnPageChangeListener(androidx.viewpager.widget.ViewPager$OnPageChangeListener) -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_prefixText -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub -androidx.constraintlayout.widget.R$string: int abc_shareactionprovider_share_with -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title -cyanogenmod.externalviews.ExternalView$7 -com.turingtechnologies.materialscrollbar.R$layout: int design_navigation_item_header -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: java.util.concurrent.atomic.AtomicReference observers -wangdaye.com.geometricweather.R$style: int Platform_V25_AppCompat -androidx.lifecycle.extensions.R$dimen: int compat_button_padding_horizontal_material -androidx.activity.R$attr: int fontProviderFetchTimeout -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getO3Desc() -com.google.android.material.R$id: int month_navigation_fragment_toggle -androidx.constraintlayout.widget.R$style: int Platform_AppCompat -android.didikee.donate.R$styleable: int MenuView_android_itemBackground -com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_color -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_scaleY -wangdaye.com.geometricweather.R$styleable: int ActionBar_subtitle -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -com.bumptech.glide.load.engine.GlideException: long serialVersionUID -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: void onNext(java.lang.Object) -okio.ForwardingTimeout: long timeoutNanos() -androidx.constraintlayout.widget.R$drawable: int abc_btn_default_mtrl_shape -okhttp3.internal.http2.Huffman$Node: Huffman$Node() -androidx.preference.R$styleable: int AppCompatTheme_actionModeSplitBackground -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView -io.reactivex.internal.util.VolatileSizeArrayList: java.lang.Object[] toArray(java.lang.Object[]) -androidx.lifecycle.ViewModelStore: java.util.HashMap mMap -com.xw.repo.bubbleseekbar.R$attr: int buttonBarNeutralButtonStyle -androidx.lifecycle.CompositeGeneratedAdaptersObserver: androidx.lifecycle.GeneratedAdapter[] mGeneratedAdapters -com.google.android.material.R$styleable: int RecyclerView_layoutManager -androidx.fragment.app.FragmentManager: void removeOnBackStackChangedListener(androidx.fragment.app.FragmentManager$OnBackStackChangedListener) -wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation: wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation[] values() -com.turingtechnologies.materialscrollbar.R$color: int primary_text_default_material_dark -com.turingtechnologies.materialscrollbar.R$styleable: int[] TextAppearance -androidx.appcompat.resources.R$color: int ripple_material_light -androidx.lifecycle.AndroidViewModel -android.didikee.donate.R$bool: int abc_config_actionMenuItemAllCaps -androidx.preference.R$id: int topPanel -wangdaye.com.geometricweather.R$attr: int touchAnchorId -wangdaye.com.geometricweather.R$transition -androidx.constraintlayout.widget.R$styleable: int Motion_transitionEasing -com.turingtechnologies.materialscrollbar.R$string: int abc_menu_meta_shortcut_label -wangdaye.com.geometricweather.R$id: int activity_about_recyclerView -wangdaye.com.geometricweather.common.basic.models.Location: android.os.Parcelable$Creator CREATOR -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver -wangdaye.com.geometricweather.R$id: int chain -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_indicatorColor -wangdaye.com.geometricweather.R$styleable: int MenuView_android_itemIconDisabledAlpha -wangdaye.com.geometricweather.R$id: int chip_group -wangdaye.com.geometricweather.common.ui.widgets.TagView: void setCheckedBackgroundColor(int) -io.reactivex.internal.util.HashMapSupplier: java.lang.Object call() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_android_windowIsFloating -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionBar_TabBar -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_4 -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: void setDrawable(boolean) -com.xw.repo.bubbleseekbar.R$id: int line1 -androidx.appcompat.widget.ContentFrameLayout: android.util.TypedValue getMinWidthMinor() -okhttp3.internal.http2.Http2Stream$FramingSource: void close() -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Subhead -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipIconTint -androidx.preference.R$styleable: int AppCompatTheme_tooltipFrameBackground -okio.Options: void buildTrieRecursive(long,okio.Buffer,int,java.util.List,int,int,java.util.List) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getUvDescription() -androidx.lifecycle.LifecycleService: LifecycleService() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String nighttimeWeatherPhase -com.jaredrummler.android.colorpicker.R$style: R$style() -androidx.fragment.R$id: int chronometer -androidx.lifecycle.extensions.R$anim: int fragment_open_exit -androidx.constraintlayout.widget.R$dimen: int abc_list_item_height_large_material -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionOverflowMenuStyle -wangdaye.com.geometricweather.R$id: int reservedNamedId -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit INHG -wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type valueOf(java.lang.String) -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Body2 -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView -com.turingtechnologies.materialscrollbar.R$id: int snackbar_text -androidx.lifecycle.LiveData: void dispatchingValue(androidx.lifecycle.LiveData$ObserverWrapper) -com.google.android.material.textfield.TextInputLayout: void setErrorIconOnClickListener(android.view.View$OnClickListener) -android.didikee.donate.R$styleable: int[] ActionMode -androidx.hilt.lifecycle.R$styleable: R$styleable() -com.xw.repo.bubbleseekbar.R$styleable: int[] AppCompatTextHelper -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: java.lang.String getValue() -okhttp3.internal.http1.Http1Codec -wangdaye.com.geometricweather.common.basic.models.weather.WindDegree: boolean noDirection -io.reactivex.internal.operators.observable.ObserverResourceWrapper: io.reactivex.Observer downstream -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator -okhttp3.Address: javax.net.ssl.SSLSocketFactory sslSocketFactory() -com.google.android.material.R$style: int Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework -cyanogenmod.app.Profile: java.util.UUID getUuid() -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property ResidentPosition -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_at -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_maxImageSize -org.greenrobot.greendao.DaoException: DaoException(java.lang.Throwable) -wangdaye.com.geometricweather.db.entities.LocationEntity: LocationEntity(java.lang.String,java.lang.String,float,float,java.util.TimeZone,java.lang.String,java.lang.String,java.lang.String,java.lang.String,wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource,boolean,boolean,boolean) -io.reactivex.internal.observers.LambdaObserver: void onComplete() -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.db.entities.DailyEntity: void setAqiIndex(java.lang.Integer) -androidx.lifecycle.LiveData$AlwaysActiveObserver: boolean shouldBeActive() -androidx.viewpager.R$dimen: int compat_button_inset_vertical_material -retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: void onError(java.lang.Throwable) -retrofit2.KotlinExtensions: java.lang.Object awaitNullable(retrofit2.Call,kotlin.coroutines.Continuation) -com.turingtechnologies.materialscrollbar.R$attr: int iconStartPadding -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Subhead -cyanogenmod.externalviews.KeyguardExternalView$3: int val$width -com.google.android.material.timepicker.TimePickerView: void setOnPeriodChangeListener(com.google.android.material.timepicker.TimePickerView$OnPeriodChangeListener) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator HIGH_TOUCH_SENSITIVITY_ENABLE_VALIDATOR -com.jaredrummler.android.colorpicker.R$string: int abc_searchview_description_clear -com.turingtechnologies.materialscrollbar.R$styleable: int View_android_theme -androidx.preference.R$color: int abc_search_url_text_selected -okhttp3.Credentials -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabContentStart -androidx.lifecycle.ProcessLifecycleOwner: int mStartedCounter -androidx.loader.R$styleable: int[] GradientColorItem -wangdaye.com.geometricweather.R$drawable: int notif_temp_56 -com.google.android.material.R$animator -com.jaredrummler.android.colorpicker.R$attr: int contentInsetStartWithNavigation -androidx.lifecycle.ProcessLifecycleOwner: void dispatchStopIfNeeded() -retrofit2.Invocation: java.util.List arguments() -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property UpdateDate -com.google.android.material.R$color: int cardview_dark_background -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String title -com.bumptech.glide.R$attr -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String city -cyanogenmod.themes.IThemeChangeListener -wangdaye.com.geometricweather.R$attr: int preferenceCategoryTitleTextAppearance -io.reactivex.Observable: io.reactivex.Single collectInto(java.lang.Object,io.reactivex.functions.BiConsumer) -wangdaye.com.geometricweather.R$string: int content_des_sunrise -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: boolean isValid() -android.didikee.donate.R$styleable: int ActionBar_subtitle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: java.lang.String getLogo() -androidx.preference.R$id: int screen -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintBottom_toTopOf -wangdaye.com.geometricweather.remoteviews.trend.TrendLinearLayout: TrendLinearLayout(android.content.Context) -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_16 -androidx.hilt.work.R$id: int accessibility_custom_action_0 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: java.lang.String url -wangdaye.com.geometricweather.R$drawable: int snackbar_background -androidx.preference.R$dimen: int preference_dropdown_padding_start -okhttp3.internal.http2.Hpack$Reader: okio.BufferedSource source -james.adaptiveicon.R$drawable: int abc_switch_thumb_material -wangdaye.com.geometricweather.R$attr: int keyPositionType -androidx.preference.R$styleable: int TextAppearance_textLocale -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum: double Value -androidx.dynamicanimation.R$id: int time -com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemBackground(android.graphics.drawable.Drawable) -com.xw.repo.bubbleseekbar.R$string: int abc_searchview_description_clear -androidx.constraintlayout.widget.R$styleable: int[] FontFamily -androidx.lifecycle.ReportFragment$ActivityInitializationListener -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox -androidx.viewpager2.widget.ViewPager2: void setLayoutDirection(int) -okio.Okio$4: Okio$4(java.net.Socket) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_goneMarginTop -cyanogenmod.profiles.LockSettings: boolean isDirty() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange -com.google.android.material.R$styleable: int Spinner_android_prompt -com.turingtechnologies.materialscrollbar.R$drawable: int abc_cab_background_top_material -wangdaye.com.geometricweather.R$attr: int tabMode -cyanogenmod.weather.WeatherInfo$DayForecast$Builder: double mHigh -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Metric: double Value -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: android.os.IBinder asBinder() -okhttp3.internal.http2.Hpack: okhttp3.internal.http2.Header[] STATIC_HEADER_TABLE -android.didikee.donate.R$color: int abc_primary_text_disable_only_material_light -com.jaredrummler.android.colorpicker.R$styleable: int MenuGroup_android_enabled -androidx.work.R$style: R$style() -com.google.android.material.R$attr: int materialThemeOverlay -androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_TabBar -okhttp3.RequestBody$1 -wangdaye.com.geometricweather.R$drawable: int abc_dialog_material_background -wangdaye.com.geometricweather.R$string: int feedback_background_location_summary -wangdaye.com.geometricweather.R$id: int action_manage -androidx.recyclerview.R$drawable: int notification_bg -retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$2 -androidx.constraintlayout.widget.R$attr: int motionStagger -com.google.gson.internal.$Gson$Types$WildcardTypeImpl: java.lang.reflect.Type[] getUpperBounds() -com.turingtechnologies.materialscrollbar.R$id: int spacer -com.xw.repo.bubbleseekbar.R$id: int submit_area -androidx.preference.R$attr: int preferenceTheme -androidx.coordinatorlayout.R$id: int accessibility_custom_action_11 -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_toTopOf -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Region Region -com.google.android.material.R$style: int Widget_MaterialComponents_Light_ActionBar_Solid -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: float getTrimPathOffset() -james.adaptiveicon.R$styleable: int TextAppearance_android_shadowRadius -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode -wangdaye.com.geometricweather.R$style: int Base_V22_Theme_AppCompat_Light -androidx.activity.R$style: int TextAppearance_Compat_Notification_Title -androidx.coordinatorlayout.widget.CoordinatorLayout: CoordinatorLayout(android.content.Context,android.util.AttributeSet) -androidx.viewpager.widget.ViewPager: void setOffscreenPageLimit(int) -androidx.appcompat.R$drawable: int abc_list_divider_material -androidx.preference.R$styleable: int DialogPreference_android_dialogTitle -com.xw.repo.bubbleseekbar.R$color: int ripple_material_light -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Display1 -androidx.cardview.R$styleable: int CardView_cardElevation -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_BottomSheetDialog -okio.Buffer: okio.ByteString readByteString() -okio.ByteString: java.nio.ByteBuffer asByteBuffer() -com.google.android.material.R$string: int mtrl_picker_text_input_date_hint -com.google.android.material.R$attr: int isMaterialTheme -retrofit2.KotlinExtensions$await$4$2: void onFailure(retrofit2.Call,java.lang.Throwable) -com.google.android.material.textfield.TextInputLayout: android.graphics.drawable.Drawable getPasswordVisibilityToggleDrawable() -wangdaye.com.geometricweather.R$styleable: int[] ClockFaceView -cyanogenmod.externalviews.KeyguardExternalViewProviderService$1$1: cyanogenmod.externalviews.KeyguardExternalViewProviderService$1 this$1 -wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider getInstance(java.lang.String) -com.google.android.material.R$color: int mtrl_calendar_item_stroke_color -com.google.android.material.R$string: int material_timepicker_text_input_mode_description -androidx.fragment.R$layout: int notification_template_icon_group -wangdaye.com.geometricweather.R$color: int design_dark_default_color_primary -androidx.appcompat.R$styleable: int AlertDialog_showTitle -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.Integer getDbz() -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: io.reactivex.Observer downstream -androidx.appcompat.R$id: int select_dialog_listview -org.greenrobot.greendao.DaoException: DaoException() -androidx.constraintlayout.widget.R$styleable: int GradientColor_android_startX -cyanogenmod.weather.ICMWeatherManager: void unregisterWeatherServiceProviderChangeListener(cyanogenmod.weather.IWeatherServiceProviderChangeListener) -okhttp3.internal.http2.Http2: byte FLAG_END_HEADERS -com.google.android.material.appbar.MaterialToolbar: MaterialToolbar(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_bubble_text_size -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property Province -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: void onError(java.lang.Throwable) -retrofit2.ParameterHandler$Body: void apply(retrofit2.RequestBuilder,java.lang.Object) -com.xw.repo.bubbleseekbar.R$id: int icon_group -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary -wangdaye.com.geometricweather.R$dimen: int abc_text_size_menu_material -androidx.appcompat.widget.SearchView: SearchView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.db.entities.WeatherEntity: WeatherEntity() -wangdaye.com.geometricweather.R$dimen: int widget_aa_text_size -androidx.appcompat.R$attr: int listChoiceBackgroundIndicator -com.google.android.material.R$styleable: int TextInputLayout_helperTextEnabled -androidx.hilt.work.R$dimen: int notification_content_margin_start -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintTop_toBottomOf -wangdaye.com.geometricweather.R$string: int content_desc_weather_alert_button -androidx.appcompat.resources.R$styleable: int GradientColor_android_gradientRadius -com.google.android.material.R$attr: int alertDialogButtonGroupStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: java.lang.String to -com.google.android.material.tabs.TabLayout: void setTabIconTintResource(int) -com.google.android.material.R$styleable: int AppCompatTheme_actionBarDivider -androidx.lifecycle.ProcessLifecycleOwner$3: androidx.lifecycle.ProcessLifecycleOwner this$0 -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_AES_256_CBC_SHA -android.didikee.donate.R$styleable: int MenuItem_android_checkable -retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter: java.lang.reflect.Type responseType() -okhttp3.internal.ws.RealWebSocket: boolean awaitingPong -okhttp3.internal.http2.Http2Codec: okhttp3.internal.http2.Http2Connection connection -cyanogenmod.weather.WeatherInfo: WeatherInfo(cyanogenmod.weather.WeatherInfo$1) -androidx.work.R$drawable: int notification_bg_low -androidx.customview.R$styleable: int[] FontFamilyFont -okhttp3.internal.cache.InternalCache: okhttp3.internal.cache.CacheRequest put(okhttp3.Response) -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void onComplete() -androidx.drawerlayout.R$id: int tag_transition_group -wangdaye.com.geometricweather.R$layout: int widget_day_vertical -wangdaye.com.geometricweather.R$styleable: int Slider_android_value -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_2 -androidx.preference.R$drawable: int abc_tab_indicator_material -com.google.android.material.R$drawable: int abc_text_select_handle_right_mtrl_light -androidx.constraintlayout.widget.R$color: int androidx_core_secondary_text_default_material_light -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_actionLayout -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_54 -androidx.loader.R$layout -wangdaye.com.geometricweather.R$string: int wind_11 -io.reactivex.Observable: io.reactivex.Observable error(java.lang.Throwable) -com.google.android.material.button.MaterialButton: void setBackground(android.graphics.drawable.Drawable) -james.adaptiveicon.R$style: int Widget_AppCompat_ActionMode -wangdaye.com.geometricweather.R$attr: int editTextColor -cyanogenmod.hardware.CMHardwareManager: boolean requireAdaptiveBacklightForSunlightEnhancement() -okio.InflaterSource: boolean refill() -androidx.appcompat.R$drawable: int abc_text_select_handle_right_mtrl_dark -androidx.coordinatorlayout.R$id: int tag_unhandled_key_listeners -com.xw.repo.bubbleseekbar.R$attr: int titleTextStyle -okhttp3.Handshake: java.util.List peerCertificates() -com.google.android.material.R$string: int mtrl_picker_range_header_unselected -com.turingtechnologies.materialscrollbar.R$id: int group_divider -wangdaye.com.geometricweather.R$id: int notification_base_icon -com.turingtechnologies.materialscrollbar.R$drawable: int abc_spinner_textfield_background_material -okhttp3.internal.http2.Http2: Http2() -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getLiveLockScreenThemePackageName() -androidx.constraintlayout.widget.R$drawable: int abc_textfield_default_mtrl_alpha -okhttp3.Headers: boolean equals(java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_dividerPadding -wangdaye.com.geometricweather.R$attr: int layout_constraintVertical_bias -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Snow Snow -androidx.appcompat.R$styleable: int[] ActivityChooserView -com.xw.repo.bubbleseekbar.R$id: int buttonPanel -androidx.preference.R$attr: int colorBackgroundFloating -androidx.appcompat.R$styleable: int TextAppearance_android_shadowRadius -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int DRIZZLE -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$8: void run() -com.google.android.material.button.MaterialButtonToggleGroup: MaterialButtonToggleGroup(android.content.Context,android.util.AttributeSet,int) -io.reactivex.Observable: io.reactivex.Observable combineLatestDelayError(io.reactivex.ObservableSource[],io.reactivex.functions.Function,int) -okhttp3.logging.HttpLoggingInterceptor: HttpLoggingInterceptor(okhttp3.logging.HttpLoggingInterceptor$Logger) -retrofit2.Platform: java.lang.reflect.Constructor lookupConstructor -androidx.cardview.R$styleable: int CardView_cardUseCompatPadding -wangdaye.com.geometricweather.R$drawable: int abc_list_selector_background_transition_holo_dark -wangdaye.com.geometricweather.R$drawable: int weather_hail -com.turingtechnologies.materialscrollbar.R$styleable: int Spinner_android_popupBackground -androidx.appcompat.R$layout: int notification_template_custom_big -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: long serialVersionUID -com.google.android.material.R$drawable: int material_ic_keyboard_arrow_previous_black_24dp -com.google.android.material.tabs.TabLayout: int getTabMaxWidth() -androidx.appcompat.R$string: int abc_action_menu_overflow_description -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area$LastAction: java.lang.String English -com.google.android.material.slider.RangeSlider: RangeSlider(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$id: int activity_about_container -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeCloudCover -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setPrecipitationProbability(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean) -androidx.hilt.R$dimen: int notification_top_pad_large_text -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_ActionBar -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeThunderstormPrecipitationProbability() -com.xw.repo.bubbleseekbar.R$dimen: int notification_media_narrow_margin -james.adaptiveicon.R$styleable: int ColorStateListItem_android_color -com.google.android.material.R$styleable: int Constraint_chainUseRtl -okhttp3.internal.http2.Settings: int getMaxHeaderListSize(int) -retrofit2.KotlinExtensions$await$2$2: void onFailure(retrofit2.Call,java.lang.Throwable) -cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String resPkg -androidx.legacy.coreutils.R$attr: R$attr() -androidx.constraintlayout.widget.R$attr: int textAppearancePopupMenuHeader -cyanogenmod.profiles.AirplaneModeSettings$1: java.lang.Object[] newArray(int) -androidx.constraintlayout.widget.R$dimen: int abc_dialog_fixed_width_major -android.didikee.donate.R$styleable: int SearchView_closeIcon -com.turingtechnologies.materialscrollbar.R$attr: int iconGravity -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_logo -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float snow -cyanogenmod.app.ILiveLockScreenManagerProvider: boolean registerChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) -com.google.android.material.R$styleable: int Layout_layout_constraintBottom_creator -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowMinWidthMinor -io.reactivex.Observable: io.reactivex.Single isEmpty() -wangdaye.com.geometricweather.R$attr: int enabled -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode[] $VALUES -io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter -wangdaye.com.geometricweather.R$drawable: int notif_temp_93 -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_Button -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric: AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric() -com.jaredrummler.android.colorpicker.R$drawable: int notification_bg_low_normal -com.jaredrummler.android.colorpicker.R$attr: int cpv_dialogType -com.google.android.material.R$dimen: int abc_alert_dialog_button_bar_height -androidx.legacy.coreutils.R$id: int title -com.google.gson.internal.LinkedTreeMap: java.util.Comparator comparator -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property CloudCover -okhttp3.internal.platform.Platform: boolean isCleartextTrafficPermitted(java.lang.String) -androidx.preference.R$styleable: int AppCompatTheme_alertDialogTheme -wangdaye.com.geometricweather.db.entities.DailyEntity: void setTreeIndex(java.lang.Integer) -androidx.constraintlayout.widget.R$id: int action_bar_container -androidx.appcompat.resources.R$id: int icon -androidx.preference.R$style: int Base_V21_Theme_AppCompat_Light_Dialog -androidx.preference.R$id: int right -wangdaye.com.geometricweather.R$layout: int mtrl_calendar_day_of_week -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse -com.bumptech.glide.integration.okhttp.R$styleable: int[] CoordinatorLayout -com.google.android.material.button.MaterialButton: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) -com.turingtechnologies.materialscrollbar.R$layout: int design_menu_item_action_area -com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawable_android_constantSize -androidx.constraintlayout.widget.R$id: int bounce -wangdaye.com.geometricweather.R$dimen: int fastscroll_default_thickness -androidx.preference.R$style: int Base_V7_Theme_AppCompat -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_tooltipFrameBackground -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_elevation -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: java.lang.Object value -com.xw.repo.bubbleseekbar.R$color: int switch_thumb_normal_material_light -cyanogenmod.profiles.LockSettings$1: cyanogenmod.profiles.LockSettings createFromParcel(android.os.Parcel) -wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.String getShortWindDescription() -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.util.List SupplementalAdminAreas -wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_drawableSize -wangdaye.com.geometricweather.R$attr: int listChoiceBackgroundIndicator -android.didikee.donate.R$attr: int queryHint -wangdaye.com.geometricweather.db.entities.WeatherEntity: void resetMinutelyEntityList() -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.disposables.Disposable upstream -androidx.swiperefreshlayout.R$drawable: int notify_panel_notification_icon_bg -io.reactivex.Observable: io.reactivex.Observable groupBy(io.reactivex.functions.Function) -androidx.appcompat.R$attr: int popupTheme -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_Behavior_Layout_behavior_autoHide -james.adaptiveicon.R$styleable: int ActionBar_contentInsetRight -androidx.appcompat.R$anim: int abc_grow_fade_in_from_bottom -androidx.appcompat.widget.AppCompatTextView: AppCompatTextView(android.content.Context,android.util.AttributeSet,int) -com.bumptech.glide.integration.okhttp.R$attr: int fontProviderFetchStrategy -com.google.android.material.R$color: int mtrl_textinput_filled_box_default_background_color -androidx.appcompat.widget.SwitchCompat: void setSplitTrack(boolean) -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property CityId -androidx.appcompat.widget.AppCompatAutoCompleteTextView: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() -cyanogenmod.media.MediaRecorder: java.lang.String EXTRA_HOTWORD_INPUT_STATE -android.didikee.donate.R$styleable: int AppCompatTheme_dividerHorizontal -com.google.android.material.R$style: int TextAppearance_AppCompat_Body1 -com.google.android.material.chip.ChipGroup: void setSingleLine(int) -com.turingtechnologies.materialscrollbar.R$string: R$string() -wangdaye.com.geometricweather.R$dimen: int tooltip_y_offset_touch -retrofit2.Retrofit: Retrofit(okhttp3.Call$Factory,okhttp3.HttpUrl,java.util.List,java.util.List,java.util.concurrent.Executor,boolean) -android.didikee.donate.R$styleable: int ActionBar_background -wangdaye.com.geometricweather.main.MainActivity -androidx.preference.R$style: int Preference_DropDown_Material -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeThunderstormPrecipitationDuration() -wangdaye.com.geometricweather.R$styleable: int Transition_transitionFlags -wangdaye.com.geometricweather.R$style: int Animation_MaterialComponents_BottomSheetDialog -com.google.android.material.R$id: int path -wangdaye.com.geometricweather.R$styleable: int GradientColor_android_type -wangdaye.com.geometricweather.R$id: int circular_sky -androidx.recyclerview.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable -com.google.android.material.progressindicator.ProgressIndicator: void setTrackColor(int) -androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory -androidx.preference.R$styleable: int SwitchPreferenceCompat_android_summaryOff -io.reactivex.Observable: io.reactivex.Observable generate(java.util.concurrent.Callable,io.reactivex.functions.BiFunction,io.reactivex.functions.Consumer) -androidx.appcompat.R$styleable: int AppCompatTheme_actionModeShareDrawable -io.reactivex.internal.disposables.ArrayCompositeDisposable: io.reactivex.disposables.Disposable replaceResource(int,io.reactivex.disposables.Disposable) -okhttp3.internal.http.RetryAndFollowUpInterceptor: int MAX_FOLLOW_UPS -wangdaye.com.geometricweather.R$attr: int drawPath -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarStyle -wangdaye.com.geometricweather.R$attr: int textAppearanceBody2 -wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: int getPosition() -okhttp3.OkHttpClient$Builder: int callTimeout -com.google.android.material.R$styleable: int TextInputLayout_counterEnabled -wangdaye.com.geometricweather.R$drawable: int notif_temp_79 -wangdaye.com.geometricweather.R$color: int weather_source_caiyun -james.adaptiveicon.R$layout: int abc_screen_simple -androidx.customview.R$dimen: int notification_right_side_padding_top -com.google.android.material.R$styleable: int ActionBar_backgroundStacked -androidx.work.R$drawable: int notification_bg -com.google.android.material.R$styleable: int[] MaterialShape -com.google.android.material.R$styleable: int AppCompatSeekBar_tickMarkTintMode -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Compat_Notification_Time -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void onAttach(android.os.IBinder) -cyanogenmod.app.PartnerInterface: cyanogenmod.app.PartnerInterface sPartnerInterfaceInstance -androidx.constraintlayout.widget.R$styleable: int Toolbar_logoDescription -retrofit2.CallAdapter: java.lang.Object adapt(retrofit2.Call) -androidx.lifecycle.LiveData$AlwaysActiveObserver: LiveData$AlwaysActiveObserver(androidx.lifecycle.LiveData,androidx.lifecycle.Observer) -androidx.appcompat.widget.ActionBarOverlayLayout: ActionBarOverlayLayout(android.content.Context) -androidx.constraintlayout.widget.R$id: int edit_query -cyanogenmod.externalviews.ExternalView: void onActivityStopped(android.app.Activity) -androidx.preference.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog -wangdaye.com.geometricweather.R$id: int item_about_translator -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property RainPrecipitation -com.xw.repo.bubbleseekbar.R$attr: int thumbTint -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void innerError(io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver,java.lang.Throwable) -com.bumptech.glide.integration.okhttp.R$id: int line1 -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title -com.google.android.material.R$drawable: int abc_text_select_handle_left_mtrl_dark -com.jaredrummler.android.colorpicker.R$attr: int contentDescription -wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: java.lang.String styleId -wangdaye.com.geometricweather.R$xml: int widget_clock_day_horizontal -android.didikee.donate.R$layout: int abc_popup_menu_header_item_layout -com.xw.repo.bubbleseekbar.R$color: int colorPrimary -com.xw.repo.bubbleseekbar.R$anim: int abc_popup_exit -androidx.viewpager2.R$attr: int ttcIndex -wangdaye.com.geometricweather.R$interpolator: int mtrl_fast_out_slow_in -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float snow1h -io.reactivex.Observable: io.reactivex.Observable buffer(java.util.concurrent.Callable) -androidx.preference.R$string: int not_set -androidx.constraintlayout.widget.R$style: int Widget_Compat_NotificationActionText -androidx.customview.R$style: int TextAppearance_Compat_Notification_Info -cyanogenmod.app.ICMTelephonyManager: boolean isDataConnectionSelectedOnSub(int) -retrofit2.RequestFactory: retrofit2.RequestFactory parseAnnotations(retrofit2.Retrofit,java.lang.reflect.Method) -com.github.rahatarmanahmed.cpv.CircularProgressView$7: void onAnimationUpdate(android.animation.ValueAnimator) -androidx.appcompat.R$attr: int selectableItemBackgroundBorderless -com.google.android.material.slider.RangeSlider: void setMinSeparation(float) -wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getNighttimeWeatherCode() -com.turingtechnologies.materialscrollbar.R$attr: int fontFamily -com.github.rahatarmanahmed.cpv.CircularProgressView: CircularProgressView(android.content.Context,android.util.AttributeSet) -okhttp3.logging.HttpLoggingInterceptor: java.util.Set headersToRedact -okhttp3.internal.http1.Http1Codec: int STATE_READING_RESPONSE_BODY -wangdaye.com.geometricweather.R$string: int key_text_color -okhttp3.HttpUrl: java.lang.String fragment -androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_android_fontWeight -androidx.preference.R$styleable: int RecyclerView_layoutManager -wangdaye.com.geometricweather.R$string: int tag_wind -com.turingtechnologies.materialscrollbar.R$animator: int design_fab_hide_motion_spec -com.google.android.material.R$color: int bright_foreground_inverse_material_dark -io.reactivex.internal.subscriptions.SubscriptionArbiter: void drain() -com.google.android.material.R$dimen: int design_bottom_sheet_elevation -com.xw.repo.bubbleseekbar.R$attr: int textAppearanceSmallPopupMenu -com.turingtechnologies.materialscrollbar.R$id: int text2 -cyanogenmod.weatherservice.IWeatherProviderService: void processCityNameLookupRequest(cyanogenmod.weather.RequestInfo) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial: double Value -androidx.constraintlayout.widget.R$styleable: int MotionTelltales_telltales_velocityMode -wangdaye.com.geometricweather.R$dimen: int cpv_item_horizontal_padding -android.didikee.donate.R$attr: int goIcon -androidx.constraintlayout.motion.widget.MotionLayout: long getTransitionTimeMs() -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_endIconContentDescription -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ratingbar_small_material -com.google.android.material.R$attr: int listPreferredItemPaddingEnd -androidx.preference.R$styleable: int AppCompatTheme_listPopupWindowStyle -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: java.lang.Integer cloudCover -okhttp3.internal.connection.RealConnection: void connect(int,int,int,int,boolean,okhttp3.Call,okhttp3.EventListener) -cyanogenmod.externalviews.KeyguardExternalView: boolean isInteractive() -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_lastHorizontalStyle -wangdaye.com.geometricweather.R$dimen: int design_fab_translation_z_pressed -okhttp3.Handshake: Handshake(okhttp3.TlsVersion,okhttp3.CipherSuite,java.util.List,java.util.List) -wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_android_font -wangdaye.com.geometricweather.R$array: int air_quality_units -androidx.constraintlayout.widget.R$dimen: int abc_text_size_menu_header_material -androidx.preference.R$color: int highlighted_text_material_dark -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ListPopupWindow -com.bumptech.glide.R$styleable: int CoordinatorLayout_statusBarBackground -james.adaptiveicon.R$style: int RtlOverlay_DialogWindowTitle_AppCompat -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeTotalPrecipitation -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit valueOf(java.lang.String) -cyanogenmod.app.CMStatusBarManager: void removeTile(java.lang.String,int) -io.reactivex.internal.schedulers.ScheduledRunnable: int PARENT_INDEX -androidx.swiperefreshlayout.R$attr: int fontProviderFetchStrategy -androidx.viewpager2.R$id: int accessibility_custom_action_1 -androidx.preference.R$styleable: int SwitchPreference_android_switchTextOff -androidx.fragment.app.Fragment$InstantiationException -james.adaptiveicon.R$color: int bright_foreground_material_dark -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_icon_vertical_padding_material -okio.Buffer: java.lang.String readUtf8Line() -wangdaye.com.geometricweather.R$string: int abc_searchview_description_clear -retrofit2.ParameterHandler$Body: int p -androidx.work.R$id: int text2 -cyanogenmod.app.LiveLockScreenInfo: int PRIORITY_HIGH -com.google.android.material.R$styleable: int Layout_layout_constraintHeight_percent -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA -androidx.appcompat.R$color: int abc_primary_text_disable_only_material_dark -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_SCREEN_ON -james.adaptiveicon.R$attr: int titleMarginTop -com.google.android.material.R$styleable: int Constraint_android_rotation -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setProgressBackgroundColorSchemeColor(int) -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int no2 -cyanogenmod.app.suggest.ApplicationSuggestion$1: cyanogenmod.app.suggest.ApplicationSuggestion createFromParcel(android.os.Parcel) -com.google.android.material.R$attr: int placeholder_emptyVisibility -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: void run() -androidx.constraintlayout.widget.R$string: int abc_activity_chooser_view_see_all -androidx.constraintlayout.widget.R$layout: int notification_template_part_chronometer -james.adaptiveicon.R$color: int tooltip_background_dark -io.reactivex.internal.observers.DeferredScalarObserver: io.reactivex.disposables.Disposable upstream -com.google.android.material.R$styleable: int MaterialRadioButton_buttonTint -okio.Buffer: long indexOf(okio.ByteString) -okhttp3.Cache$CacheResponseBody: Cache$CacheResponseBody(okhttp3.internal.cache.DiskLruCache$Snapshot,java.lang.String,java.lang.String) -wangdaye.com.geometricweather.settings.dialogs.RunningInBackgroundDialog: RunningInBackgroundDialog() -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_title_1 -com.google.android.material.R$styleable: int[] ViewStubCompat -io.reactivex.exceptions.CompositeException: java.util.List exceptions -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.MinutelyEntity,long) -wangdaye.com.geometricweather.R$attr: int percentWidth -james.adaptiveicon.R$styleable: int AppCompatTextView_android_textAppearance -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator -com.turingtechnologies.materialscrollbar.R$drawable: R$drawable() -wangdaye.com.geometricweather.R$attr: int animate_relativeTo -com.turingtechnologies.materialscrollbar.R$drawable: int notification_icon_background -okhttp3.internal.proxy.NullProxySelector: void connectFailed(java.net.URI,java.net.SocketAddress,java.io.IOException) -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_text_btn_padding_right -com.google.android.material.R$attr: int tabIndicatorGravity -cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: void cancelRequest(int) -androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType: androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType valueOf(java.lang.String) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getRelativeHumidity() -com.google.android.material.R$attr: int cardPreventCornerOverlap -com.google.android.material.R$attr: int maxWidth -androidx.preference.R$style: int ThemeOverlay_AppCompat_Dialog_Alert -wangdaye.com.geometricweather.common.basic.models.weather.Alert: void writeToParcel(android.os.Parcel,int) -com.jaredrummler.android.colorpicker.R$dimen: int tooltip_margin -com.turingtechnologies.materialscrollbar.R$id: int action_bar_spinner -android.didikee.donate.R$id: int action_bar -okhttp3.OkHttpClient$1: void apply(okhttp3.ConnectionSpec,javax.net.ssl.SSLSocket,boolean) -androidx.work.R$attr: int fontProviderCerts -androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_android_ttcIndex -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_homeAsUpIndicator -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeCloseDrawable -com.jaredrummler.android.colorpicker.R$id: int title -okhttp3.OkHttpClient: java.net.ProxySelector proxySelector() -okio.Okio$1: okio.Timeout val$timeout -androidx.lifecycle.extensions.R$styleable: int FontFamily_fontProviderFetchStrategy -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_CAMELLIA_128_CBC_SHA -com.google.android.material.R$styleable: int SwitchCompat_android_textOff -wangdaye.com.geometricweather.remoteviews.config.ClockDayHorizontalWidgetConfigActivity: ClockDayHorizontalWidgetConfigActivity() -james.adaptiveicon.R$id: int add -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: io.reactivex.internal.util.AtomicThrowable errors -wangdaye.com.geometricweather.R$id: int widget_clock_day -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float getIce() -androidx.swiperefreshlayout.R$integer: int status_bar_notification_info_maxnum -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored -com.google.android.material.R$styleable: int Motion_transitionEasing -wangdaye.com.geometricweather.common.ui.widgets.AnimatableIconView -androidx.appcompat.R$styleable: int AppCompatTheme_seekBarStyle -okhttp3.MediaType: java.util.regex.Pattern PARAMETER -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver -retrofit2.Call: retrofit2.Response execute() -wangdaye.com.geometricweather.common.basic.models.weather.Daily: long getTime() -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: wangdaye.com.geometricweather.db.entities.WeatherEntity readEntity(android.database.Cursor,int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setDescription(java.lang.String) -com.google.android.material.R$attr: int endIconTint -com.xw.repo.bubbleseekbar.R$attr: int subtitleTextAppearance -androidx.recyclerview.R$attr: int ttcIndex -cyanogenmod.externalviews.ExternalView$3: ExternalView$3(cyanogenmod.externalviews.ExternalView) -androidx.coordinatorlayout.R$styleable: int GradientColor_android_endX -wangdaye.com.geometricweather.R$attr: int spinBars -wangdaye.com.geometricweather.R$styleable: int DialogPreference_android_dialogMessage -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse -retrofit2.KotlinExtensions$suspendAndThrow$1: java.lang.Object result -wangdaye.com.geometricweather.R$color: int background_floating_material_light -androidx.lifecycle.SavedStateHandleController: androidx.lifecycle.SavedStateHandle getHandle() -wangdaye.com.geometricweather.R$drawable: int notif_temp_89 -com.google.android.material.R$attr: int singleChoiceItemLayout -retrofit2.OkHttpCall -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator TOUCHSCREEN_GESTURE_HAPTIC_FEEDBACK_VALIDATOR -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: double HoursOfRain -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: void dispose() -com.google.android.material.circularreveal.CircularRevealFrameLayout: android.graphics.drawable.Drawable getCircularRevealOverlayDrawable() -com.google.android.material.R$styleable: int AppCompatSeekBar_tickMarkTint -com.google.android.material.R$drawable: int abc_tab_indicator_mtrl_alpha -cyanogenmod.hardware.CMHardwareManager: boolean isSunlightEnhancementSelfManaged() -cyanogenmod.providers.CMSettings$System: long getLongForUser(android.content.ContentResolver,java.lang.String,long,int) -com.google.android.material.R$styleable: int ActionBar_homeAsUpIndicator -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_checkboxStyle -androidx.appcompat.R$drawable: int abc_ab_share_pack_mtrl_alpha -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleMargins -androidx.appcompat.R$styleable: int AppCompatTheme_buttonBarStyle -wangdaye.com.geometricweather.R$string: int get_more -androidx.preference.R$attr: int iconSpaceReserved -com.google.android.material.R$attr: int chipStartPadding -okhttp3.Dispatcher: java.util.Deque runningAsyncCalls -androidx.swiperefreshlayout.R$styleable: int FontFamily_fontProviderFetchStrategy -androidx.appcompat.R$drawable: int abc_ic_ab_back_material -androidx.constraintlayout.widget.R$color: int abc_hint_foreground_material_light -wangdaye.com.geometricweather.R$drawable: int ic_star -androidx.hilt.lifecycle.R$styleable: int FontFamily_fontProviderAuthority -com.google.android.material.tabs.TabLayout: void setupWithViewPager(androidx.viewpager.widget.ViewPager) -okio.Buffer: byte readByte() -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float getRelativeHumidity() -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_title -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA -james.adaptiveicon.R$attr: int color -androidx.coordinatorlayout.R$attr: int layout_insetEdge -androidx.hilt.R$id: int accessibility_custom_action_28 -cyanogenmod.weather.CMWeatherManager$WeatherServiceProviderChangeListener -io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: ObservableRefCount$RefConnection(io.reactivex.internal.operators.observable.ObservableRefCount) -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getThunderstormPrecipitationProbability() -com.google.android.material.R$styleable: int MaterialCalendarItem_itemStrokeColor -androidx.work.R$id: int title -com.google.android.material.R$styleable: int MotionLayout_applyMotionScene -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_lastHorizontalBias -wangdaye.com.geometricweather.R$attr: int telltales_tailScale -com.turingtechnologies.materialscrollbar.R$id: int src_in -wangdaye.com.geometricweather.R$xml: int widget_multi_city -androidx.constraintlayout.widget.R$styleable: int ActionBar_title -androidx.appcompat.R$styleable: int DrawerArrowToggle_drawableSize -cyanogenmod.providers.CMSettings$Secure: java.lang.String STATS_COLLECTION_REPORTED -androidx.preference.R$layout: int abc_screen_toolbar -com.google.android.material.R$dimen: int abc_edit_text_inset_bottom_material -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: ObservableWindow$WindowExactObserver(io.reactivex.Observer,long,int) -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: void dispose() -androidx.lifecycle.Transformations -wangdaye.com.geometricweather.weather.json.mf.MfRainResult: wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position position -wangdaye.com.geometricweather.R$id: int activity_weather_daily_container -androidx.preference.R$attr: int preferenceStyle -androidx.preference.R$styleable: int AppCompatTheme_actionBarSize -okhttp3.internal.http2.Huffman: void buildTree() -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_transitionPathRotate -androidx.appcompat.widget.SwitchCompat: void setSwitchPadding(int) -cyanogenmod.app.CustomTile$ExpandedStyle$1 -cyanogenmod.themes.ThemeManager: void unregisterProcessingListener(cyanogenmod.themes.ThemeManager$ThemeProcessingListener) -com.jaredrummler.android.colorpicker.R$attr: int enabled -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Dialog_MinWidth -androidx.constraintlayout.widget.R$drawable: int abc_list_selector_background_transition_holo_dark -androidx.hilt.work.R$dimen: int notification_big_circle_margin -wangdaye.com.geometricweather.R$color: int darkPrimary_5 -androidx.activity.R$styleable: int ColorStateListItem_alpha -androidx.preference.R$styleable: int AppCompatTheme_actionBarTabTextStyle -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: java.lang.String Category -androidx.hilt.work.R$anim -wangdaye.com.geometricweather.common.basic.models.weather.Alert: long time -cyanogenmod.externalviews.ExternalView: cyanogenmod.externalviews.IExternalViewProvider mExternalViewProvider -com.google.android.material.R$drawable: int abc_text_select_handle_left_mtrl_light -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode INTERNAL_ERROR -androidx.preference.R$attr: int track -com.xw.repo.bubbleseekbar.R$attr: int colorSwitchThumbNormal -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dividerHorizontal -android.didikee.donate.R$id: int buttonPanel -wangdaye.com.geometricweather.R$string: int settings_notification_hide_big_view_off -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_135 -androidx.preference.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle -com.google.android.material.R$color: int mtrl_calendar_selected_range -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary PrecipitationSummary -androidx.preference.R$dimen: int hint_pressed_alpha_material_light -androidx.appcompat.widget.SwitchCompat: android.content.res.ColorStateList getThumbTintList() -com.google.android.material.R$styleable: int Chip_closeIconStartPadding -com.turingtechnologies.materialscrollbar.R$style: int Theme_Design -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_seekBarStyle -cyanogenmod.app.IPartnerInterface$Stub$Proxy: void reboot() -wangdaye.com.geometricweather.common.basic.models.options.DarkMode: java.lang.String getDarkModeName(android.content.Context) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: CaiYunMainlyResult$CurrentBean$FeelsLikeBean() -android.support.v4.os.ResultReceiver$MyRunnable: int mResultCode -androidx.preference.R$string: int search_menu_title -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Dialog_Alert -androidx.constraintlayout.widget.R$attr: int clickAction -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition GeoPosition -androidx.lifecycle.extensions.R$styleable: int GradientColor_android_startColor -com.xw.repo.bubbleseekbar.R$id: int notification_background -com.google.android.material.R$id -androidx.appcompat.R$styleable: int AnimatedStateListDrawableTransition_android_reversible -android.didikee.donate.R$style: int TextAppearance_AppCompat_Menu -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getCurrentDisplayMode -wangdaye.com.geometricweather.R$styleable: int InkPageIndicator_pageIndicatorColor -com.google.android.material.R$styleable: int[] MaterialCalendar -okhttp3.internal.http2.Settings: int COUNT -okhttp3.HttpUrl: int port -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: int sourceMode -com.google.android.material.R$style: int Base_TextAppearance_MaterialComponents_Button -androidx.preference.R$dimen: int abc_button_inset_horizontal_material -com.turingtechnologies.materialscrollbar.R$anim: int abc_tooltip_exit -cyanogenmod.platform.Manifest$permission -okhttp3.internal.cache.CacheStrategy -androidx.hilt.work.R$styleable: int[] GradientColor -io.reactivex.internal.util.ArrayListSupplier: io.reactivex.internal.util.ArrayListSupplier[] values() -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.lang.String getDate(java.lang.String) -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub: int TRANSACTION_createExternalView_0 -androidx.work.R$dimen: int notification_small_icon_background_padding -androidx.preference.R$attr: int listPreferredItemPaddingEnd -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_id -androidx.hilt.R$dimen: int compat_button_padding_horizontal_material -com.turingtechnologies.materialscrollbar.R$attr: int behavior_overlapTop -wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle NATIVE -okhttp3.internal.http1.Http1Codec: int HEADER_LIMIT -wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_daySelectedStyle -androidx.constraintlayout.helper.widget.Flow: void setVerticalAlign(int) -wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_Search -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: void onComplete() -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.google.android.material.R$styleable: int TextInputLayout_hintEnabled -okhttp3.CacheControl$Builder: boolean noStore -androidx.preference.R$styleable: int[] BackgroundStyle -cyanogenmod.externalviews.IExternalViewProvider$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -android.didikee.donate.R$styleable: int AppCompatTextView_autoSizeMaxTextSize -com.xw.repo.bubbleseekbar.R$drawable: int abc_ratingbar_material -com.google.android.material.R$animator: int design_fab_show_motion_spec -com.google.android.material.slider.Slider: void setHaloRadius(int) -wangdaye.com.geometricweather.R$id: int staticLayout -androidx.preference.R$dimen: int abc_text_size_caption_material -wangdaye.com.geometricweather.R$drawable: int cpv_preset_checked -com.jaredrummler.android.colorpicker.R$styleable: int CompoundButton_buttonTintMode -com.bumptech.glide.R$style: int Widget_Compat_NotificationActionText -io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: void dispose() -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: io.reactivex.functions.Function valueSelector -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: io.reactivex.Scheduler scheduler -wangdaye.com.geometricweather.R$styleable: int[] ViewStubCompat -wangdaye.com.geometricweather.R$id: int activity_widget_config_blackTextContainer -android.didikee.donate.R$dimen: int abc_edit_text_inset_top_material -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_horizontalBias -androidx.preference.R$styleable: int AnimatedStateListDrawableCompat_android_dither -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getScaleX() -androidx.activity.R$attr -com.google.android.material.R$styleable: int GradientColor_android_endColor -wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked -com.xw.repo.bubbleseekbar.R$attr: int paddingEnd -james.adaptiveicon.R$color: int background_material_dark -androidx.appcompat.resources.R$id: int right_side -com.google.android.material.R$layout: int test_toolbar -com.google.android.material.R$styleable: int StateListDrawable_android_variablePadding -wangdaye.com.geometricweather.R$attr: int actionModePopupWindowStyle -wangdaye.com.geometricweather.common.basic.models.weather.Alert: android.os.Parcelable$Creator CREATOR -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_button_min_width_overflow_material -cyanogenmod.app.suggest.AppSuggestManager: cyanogenmod.app.suggest.AppSuggestManager sInstance -james.adaptiveicon.R$style: int Base_Animation_AppCompat_Dialog -okhttp3.ConnectionSpec: java.lang.String toString() -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType Count -androidx.vectordrawable.R$dimen: int compat_control_corner_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getSo2Desc() -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_icon_vertical_padding_material -wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_android_fontVariationSettings -com.jaredrummler.android.colorpicker.R$layout: int preference_information_material -com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: int hashCode() -com.google.android.material.R$color: int mtrl_chip_background_color -com.google.android.material.R$styleable: int CardView_cardUseCompatPadding -androidx.constraintlayout.widget.R$drawable: int abc_scrubber_track_mtrl_alpha -cyanogenmod.externalviews.ExternalView$2: int val$height -com.turingtechnologies.materialscrollbar.R$attr: int actionLayout -wangdaye.com.geometricweather.R$attr: int itemStrokeColor -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_hintTextColor -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: io.reactivex.ObservableSource fallback -wangdaye.com.geometricweather.R$layout: int fragment_management -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_TextView -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Inverse -com.xw.repo.bubbleseekbar.R$id: int left -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setThunderstormPrecipitationProbability(java.lang.Float) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: int getStatus() -androidx.viewpager2.R$dimen: int compat_control_corner_material -wangdaye.com.geometricweather.R$array: int duration_unit_values -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_hideable -androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_gapBetweenBars -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_DES_CBC_SHA -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_CALL_LED_OFF_VALIDATOR -com.google.android.material.chip.Chip: void setSingleLine(boolean) -cyanogenmod.app.Profile$1: cyanogenmod.app.Profile createFromParcel(android.os.Parcel) -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_5 -androidx.constraintlayout.widget.R$attr: int dragDirection -wangdaye.com.geometricweather.R$id: int widget_text_date -wangdaye.com.geometricweather.R$styleable: int[] RecycleListView -james.adaptiveicon.R$bool -cyanogenmod.themes.ThemeChangeRequest: int getNumChangesRequested() -cyanogenmod.themes.IThemeService$Stub$Proxy: void removeUpdates(cyanogenmod.themes.IThemeChangeListener) -androidx.appcompat.R$dimen: int abc_action_bar_content_inset_material -androidx.constraintlayout.widget.R$bool: R$bool() -cyanogenmod.app.CustomTileListenerService$1 -com.google.android.material.imageview.ShapeableImageView: ShapeableImageView(android.content.Context,android.util.AttributeSet) -androidx.vectordrawable.R$attr: int fontProviderCerts -androidx.transition.R$color -okhttp3.HttpUrl: java.lang.String PATH_SEGMENT_ENCODE_SET_URI -androidx.preference.R$style: int Widget_AppCompat_Light_ActivityChooserView -com.xw.repo.bubbleseekbar.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 -okhttp3.internal.http2.Http2Writer: void frameHeader(int,int,byte,byte) -wangdaye.com.geometricweather.R$style: int Platform_AppCompat_Light -cyanogenmod.app.PartnerInterface: cyanogenmod.app.IPartnerInterface sService -androidx.constraintlayout.widget.Barrier: Barrier(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.R$styleable: int NavigationView_itemShapeInsetBottom -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver inner -androidx.drawerlayout.R$dimen: int notification_top_pad_large_text -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_android_imeOptions -android.support.v4.app.INotificationSideChannel$Default: void cancel(java.lang.String,int,java.lang.String) -wangdaye.com.geometricweather.R$attr: int textAppearanceHeadline6 -wangdaye.com.geometricweather.R$styleable: int TabItem_android_text -androidx.lifecycle.extensions.R$styleable -com.turingtechnologies.materialscrollbar.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 -com.github.rahatarmanahmed.cpv.CircularProgressView$6: CircularProgressView$6(com.github.rahatarmanahmed.cpv.CircularProgressView) -androidx.appcompat.R$styleable: int SearchView_goIcon -com.google.android.material.R$styleable: int AnimatedStateListDrawableTransition_android_reversible -android.didikee.donate.R$attr: int windowMinWidthMajor -james.adaptiveicon.R$styleable: int AppCompatTheme_spinnerStyle -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dialogCornerRadius -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Dialog_Alert -com.google.android.material.R$attr: int windowFixedWidthMinor -wangdaye.com.geometricweather.R$dimen: int mtrl_slider_thumb_radius -okhttp3.RealCall: okhttp3.Request request() -com.xw.repo.bubbleseekbar.R$attr: int expandActivityOverflowButtonDrawable -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setStatusBar(java.lang.String) -okio.DeflaterSink: java.util.zip.Deflater deflater -retrofit2.BuiltInConverters$StreamingResponseBodyConverter -com.google.android.material.R$styleable: int ActionBar_contentInsetEnd -com.google.android.material.R$styleable: int FloatingActionButton_shapeAppearance -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: io.reactivex.functions.Function mapper -com.google.android.material.R$dimen: int abc_dialog_fixed_height_major -androidx.preference.R$attr: int measureWithLargestChild -cyanogenmod.app.ProfileGroup: ProfileGroup(android.os.Parcel) -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: void onComplete() -james.adaptiveicon.R$styleable: int AppCompatTheme_colorControlHighlight -james.adaptiveicon.R$drawable: int abc_btn_radio_material -android.didikee.donate.R$id: int src_in -com.google.android.material.R$styleable: int BottomAppBar_fabAnimationMode -androidx.constraintlayout.widget.R$drawable: int abc_ic_go_search_api_material -cyanogenmod.app.ThemeVersion$ComponentVersion: java.lang.String getName() -androidx.preference.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu -androidx.viewpager.widget.PagerTabStrip: PagerTabStrip(android.content.Context,android.util.AttributeSet) -androidx.lifecycle.SavedStateHandleController: void attachHandleIfNeeded(androidx.lifecycle.ViewModel,androidx.savedstate.SavedStateRegistry,androidx.lifecycle.Lifecycle) -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_contentInsetEnd -wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework -com.google.android.material.R$style: int Theme_MaterialComponents_DialogWhenLarge -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ListView -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_anim_duration -com.google.android.material.card.MaterialCardView: void setOnCheckedChangeListener(com.google.android.material.card.MaterialCardView$OnCheckedChangeListener) -com.bumptech.glide.Priority: com.bumptech.glide.Priority LOW -okhttp3.CertificatePinner: okio.ByteString sha1(java.security.cert.X509Certificate) -okio.AsyncTimeout: okio.AsyncTimeout next -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_button_min_width_material -wangdaye.com.geometricweather.R$drawable: int abc_scrubber_control_off_mtrl_alpha -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_TextButton -wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Light_Dialog -androidx.coordinatorlayout.R$id: int dialog_button -wangdaye.com.geometricweather.R$id: int cos -io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: void onNext(java.lang.Object) -com.google.android.material.chip.Chip: void setChipBackgroundColor(android.content.res.ColorStateList) -james.adaptiveicon.R$layout: int abc_list_menu_item_icon -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver -com.google.android.material.R$attr: int textAppearanceBody2 -androidx.constraintlayout.widget.R$id: int top -wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle[] values() -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionButton -okhttp3.internal.http2.Http2Connection$6: Http2Connection$6(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[],int,okio.Buffer,int,boolean) -androidx.customview.R$dimen: int notification_small_icon_size_as_large -james.adaptiveicon.R$dimen: int abc_action_bar_overflow_padding_end_material -com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getSelectedItemId() -androidx.lifecycle.extensions.R$drawable: int notification_icon_background -okhttp3.internal.http.HttpDate: java.lang.ThreadLocal STANDARD_DATE_FORMAT -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource ACCU -androidx.core.R$color: int androidx_core_secondary_text_default_material_light -androidx.lifecycle.LiveData$ObserverWrapper: boolean mActive -com.google.android.material.R$styleable: int ConstraintSet_layout_editor_absoluteY -james.adaptiveicon.R$layout: R$layout() -androidx.viewpager2.R$dimen: int compat_notification_large_icon_max_height -com.google.android.material.R$dimen: int tooltip_y_offset_non_touch -io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: long serialVersionUID -wangdaye.com.geometricweather.db.entities.DaoSession -com.turingtechnologies.materialscrollbar.R$string: int abc_prepend_shortcut_label -retrofit2.ParameterHandler$FieldMap: boolean encoded -androidx.constraintlayout.widget.R$dimen: int abc_text_size_display_2_material -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode -cyanogenmod.providers.DataUsageContract: int COLUMN_OF_FAST_SAMPLES -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Body1 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: int getStatus() -okhttp3.Cache: void trackResponse(okhttp3.internal.cache.CacheStrategy) -androidx.constraintlayout.widget.R$attr: int listItemLayout -cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_NOTIF_COUNT -wangdaye.com.geometricweather.settings.activities.DailyTrendDisplayManageActivity: DailyTrendDisplayManageActivity() -wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_elevation -cyanogenmod.hardware.IThermalListenerCallback$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -wangdaye.com.geometricweather.R$styleable: int[] ForegroundLinearLayout -com.google.android.material.R$attr: int tabPaddingStart -androidx.preference.R$attr: int colorSwitchThumbNormal -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorControlHighlight -wangdaye.com.geometricweather.settings.fragments.ServiceProviderSettingsFragment: ServiceProviderSettingsFragment() -com.jaredrummler.android.colorpicker.R$layout: int select_dialog_multichoice_material -com.jaredrummler.android.colorpicker.R$attr: int colorSwitchThumbNormal -androidx.dynamicanimation.R$dimen: int compat_control_corner_material -okhttp3.internal.io.FileSystem$1: okio.Sink sink(java.io.File) -cyanogenmod.app.CMContextConstants: java.lang.String CM_ICON_CACHE_SERVICE -retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder callbackExecutor(java.util.concurrent.Executor) -okhttp3.internal.http2.Http2Stream$FramingSink: okio.Timeout timeout() -com.google.android.material.R$attr: int verticalOffset -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea -androidx.appcompat.R$anim: int btn_checkbox_to_checked_box_inner_merged_animation -androidx.work.R$bool: int enable_system_job_service_default -wangdaye.com.geometricweather.R$id: int linear -androidx.core.R$attr: int fontProviderPackage -okhttp3.internal.cache2.Relay: okio.ByteString metadata -com.turingtechnologies.materialscrollbar.R$styleable: int CardView_contentPaddingBottom -com.github.rahatarmanahmed.cpv.BuildConfig: java.lang.String APPLICATION_ID -androidx.fragment.R$styleable: int GradientColor_android_endColor -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void collect(java.util.Collection) -androidx.work.R$dimen: int compat_notification_large_icon_max_height -androidx.appcompat.R$color: int abc_tint_btn_checkable -wangdaye.com.geometricweather.R$array: int air_quality_unit_values -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_autoSizePresetSizes -com.google.android.material.R$styleable: int MaterialTextView_android_textAppearance -okhttp3.internal.ws.WebSocketProtocol: java.lang.String acceptHeader(java.lang.String) -cyanogenmod.providers.CMSettings$1: CMSettings$1() -wangdaye.com.geometricweather.settings.activities.SettingsActivity: SettingsActivity() -android.didikee.donate.R$layout: int abc_action_bar_title_item -androidx.lifecycle.extensions.R$id: int blocking -wangdaye.com.geometricweather.R$styleable: int FontFamily_fontProviderCerts -org.greenrobot.greendao.AbstractDaoMaster: org.greenrobot.greendao.database.Database getDatabase() -androidx.constraintlayout.widget.R$color: int abc_search_url_text_selected -wangdaye.com.geometricweather.R$styleable: int BottomAppBar_fabAnimationMode -com.google.android.material.R$dimen: int mtrl_btn_text_btn_padding_left -wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_tagView -androidx.lifecycle.LifecycleRegistry: java.lang.ref.WeakReference mLifecycleOwner -com.google.android.material.circularreveal.CircularRevealLinearLayout: CircularRevealLinearLayout(android.content.Context) -androidx.appcompat.R$drawable: int tooltip_frame_light -james.adaptiveicon.R$id: int search_src_text -cyanogenmod.profiles.RingModeSettings$1: cyanogenmod.profiles.RingModeSettings[] newArray(int) -wangdaye.com.geometricweather.R$styleable: int MotionLayout_showPaths -wangdaye.com.geometricweather.R$styleable: int Toolbar_subtitleTextAppearance -com.turingtechnologies.materialscrollbar.R$id: int search_mag_icon -androidx.preference.R$styleable: int DialogPreference_dialogLayout -androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_Dark -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: FlowableOnBackpressureLatest$BackpressureLatestSubscriber(org.reactivestreams.Subscriber) -androidx.coordinatorlayout.R$id: int accessibility_custom_action_26 -androidx.constraintlayout.widget.R$id: int visible -androidx.dynamicanimation.R$dimen: int notification_large_icon_height -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: java.lang.String unitId -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_requestThemeChangeUpdates -wangdaye.com.geometricweather.R$id: int widget_text_temperature -androidx.drawerlayout.R$styleable: int GradientColor_android_gradientRadius -okhttp3.internal.connection.StreamAllocation: boolean released -okhttp3.OkHttpClient$1: OkHttpClient$1() -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_7 -com.turingtechnologies.materialscrollbar.R$id: int outline -wangdaye.com.geometricweather.R$styleable: int ChipGroup_chipSpacingHorizontal -androidx.viewpager2.widget.ViewPager2: java.lang.CharSequence getAccessibilityClassName() -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_menu_share_mtrl_alpha -com.google.android.material.R$attr: int actionModeCloseDrawable -com.jaredrummler.android.colorpicker.R$attr: int fontProviderFetchStrategy -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Small -okhttp3.CertificatePinner: int hashCode() -okhttp3.internal.http2.Http2Reader$ContinuationSource: Http2Reader$ContinuationSource(okio.BufferedSource) -androidx.appcompat.R$attr: int elevation -okhttp3.internal.http2.Http2Reader: void close() -androidx.transition.R$styleable: int GradientColorItem_android_color -wangdaye.com.geometricweather.R$color: int abc_tint_seek_thumb -androidx.hilt.lifecycle.R$id: int tag_accessibility_heading -androidx.constraintlayout.widget.R$attr: int panelBackground -androidx.fragment.app.FragmentManagerState: android.os.Parcelable$Creator CREATOR -android.didikee.donate.R$drawable: int abc_switch_thumb_material -androidx.constraintlayout.widget.R$attr: int textColorSearchUrl -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void subscribeNext() -io.reactivex.Observable: io.reactivex.Observable groupBy(io.reactivex.functions.Function,io.reactivex.functions.Function,boolean,int) -com.jaredrummler.android.colorpicker.R$style: int Preference_CheckBoxPreference_Material -androidx.vectordrawable.animated.R$style: int Widget_Compat_NotificationActionText -com.github.rahatarmanahmed.cpv.R$attr: int cpv_maxProgress -wangdaye.com.geometricweather.R$dimen: int mtrl_bottomappbar_fab_cradle_margin -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: java.lang.Integer iso0 -com.google.android.material.R$styleable: int MotionLayout_motionDebug -androidx.preference.R$color: int accent_material_light -androidx.preference.R$attr: int singleLineTitle -androidx.activity.ComponentActivity$3 -androidx.viewpager.widget.ViewPager: ViewPager(android.content.Context,android.util.AttributeSet) -android.didikee.donate.R$drawable: int abc_control_background_material -com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_type -android.didikee.donate.R$id: int text -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: void setDateText(java.lang.String) -androidx.legacy.coreutils.R$id: int italic -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator -wangdaye.com.geometricweather.R$styleable: int ArcProgress_progress_color -cyanogenmod.externalviews.ExternalView$2 -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property GrassDescription -com.google.android.material.R$drawable: int abc_btn_check_to_on_mtrl_000 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setO3Desc(java.lang.String) -wangdaye.com.geometricweather.R$color: int material_slider_thumb_color -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: boolean isDisposed() -wangdaye.com.geometricweather.db.entities.AlertEntity: AlertEntity(java.lang.Long,java.lang.String,java.lang.String,long,java.util.Date,long,java.lang.String,java.lang.String,java.lang.String,int,int) -androidx.appcompat.widget.Toolbar: void setContentInsetStartWithNavigation(int) -androidx.appcompat.R$id: int scrollView -androidx.work.R$attr: int fontWeight -com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_precise_anchor_threshold -wangdaye.com.geometricweather.R$animator: int weather_thunderstorm_2 -com.google.android.material.R$dimen: int mtrl_btn_icon_padding -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_shadowDx -com.turingtechnologies.materialscrollbar.R$string: int abc_searchview_description_clear -cyanogenmod.profiles.ConnectionSettings$1: java.lang.Object[] newArray(int) -com.xw.repo.bubbleseekbar.R$color: int background_floating_material_light -james.adaptiveicon.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title -com.google.android.material.button.MaterialButton: int getInsetBottom() -androidx.appcompat.R$attr: int viewInflaterClass -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void drain() -com.google.android.material.R$id: int blocking -androidx.appcompat.R$style: int Base_Widget_AppCompat_SeekBar -james.adaptiveicon.R$styleable: int FontFamilyFont_fontWeight -org.greenrobot.greendao.identityscope.IdentityScopeType: org.greenrobot.greendao.identityscope.IdentityScopeType None -androidx.vectordrawable.R$attr: R$attr() -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode CLOUDY -com.google.android.material.internal.ForegroundLinearLayout: android.graphics.drawable.Drawable getForeground() -androidx.appcompat.R$drawable: int abc_text_select_handle_left_mtrl_dark -androidx.work.Worker: Worker(android.content.Context,androidx.work.WorkerParameters) -cyanogenmod.power.PerformanceManager: int[] POSSIBLE_POWER_PROFILES -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dialogTheme -androidx.customview.R$dimen: int notification_top_pad -com.google.android.material.R$style: int Base_Widget_AppCompat_EditText -james.adaptiveicon.R$attr: int actionProviderClass -androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityStopped(android.app.Activity) -com.google.android.material.R$anim: int mtrl_bottom_sheet_slide_out -com.turingtechnologies.materialscrollbar.R$attr: int windowMinWidthMinor -com.bumptech.glide.integration.okhttp.R$style: int Widget_Compat_NotificationActionText -com.google.gson.stream.JsonReader: int[] pathIndices -retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isFlowable -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial: double Value -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: java.util.List indices -androidx.lifecycle.LifecycleRegistry -cyanogenmod.app.LiveLockScreenInfo: int PRIORITY_MAX -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_maxButtonHeight -androidx.preference.R$attr: int seekBarStyle -james.adaptiveicon.R$drawable: int abc_dialog_material_background -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_startIconTint -android.support.v4.app.INotificationSideChannel$Default: void cancelAll(java.lang.String) -io.reactivex.Observable: io.reactivex.Observable delaySubscription(io.reactivex.ObservableSource) -androidx.vectordrawable.R$id: int notification_main_column -com.jaredrummler.android.colorpicker.NestedGridView -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActivityChooserView -okhttp3.internal.Util: int skipTrailingAsciiWhitespace(java.lang.String,int,int) -androidx.swiperefreshlayout.R$styleable: int GradientColor_android_type -androidx.constraintlayout.widget.R$id: int expanded_menu -com.google.android.material.chip.Chip: void setCloseIconEnabledResource(int) -com.google.gson.stream.JsonReader: void setLenient(boolean) -wangdaye.com.geometricweather.R$styleable: int CheckBoxPreference_android_disableDependentsState -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog -androidx.viewpager2.R$color: int ripple_material_light -com.google.android.material.R$style: int Base_Widget_MaterialComponents_TextInputLayout -com.bumptech.glide.integration.okhttp3.OkHttpGlideModule: OkHttpGlideModule() -wangdaye.com.geometricweather.db.entities.LocationEntity: void setTimeZone(java.util.TimeZone) -wangdaye.com.geometricweather.R$id: int chains -androidx.appcompat.R$attr: int titleMargins -com.jaredrummler.android.colorpicker.R$attr: int fastScrollVerticalTrackDrawable -com.google.android.material.R$style: int TextAppearance_Design_Tab -com.google.android.material.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable -androidx.viewpager2.R$id: int accessibility_custom_action_23 -androidx.recyclerview.R$id: int accessibility_custom_action_24 -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_id -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_stacked_max_height -androidx.constraintlayout.widget.R$styleable: int Constraint_android_translationY -com.google.android.material.R$styleable: int Badge_maxCharacterCount -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_CompoundButton_RadioButton -androidx.preference.R$id: int search_plate -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_startX -com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_android_descendantFocusability -com.bumptech.glide.R$styleable: int GradientColorItem_android_offset -wangdaye.com.geometricweather.R$color: int design_dark_default_color_surface -wangdaye.com.geometricweather.R$attr: int buttonIconDimen -com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getTrackActiveTintList() -androidx.appcompat.R$style: int Platform_Widget_AppCompat_Spinner -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getPm10Color(android.content.Context) -com.turingtechnologies.materialscrollbar.R$attr: int titleMarginTop -wangdaye.com.geometricweather.R$color: int abc_tint_switch_track -cyanogenmod.power.PerformanceManager: cyanogenmod.power.IPerformanceManager sService -androidx.appcompat.widget.ActionMenuView: void setOverflowReserved(boolean) -androidx.activity.R$id: int accessibility_custom_action_31 -com.google.android.material.R$id: int search_button -com.turingtechnologies.materialscrollbar.R$styleable: int[] MaterialScrollBar -wangdaye.com.geometricweather.R$style: int Widget_Design_TextInputLayout -com.jaredrummler.android.colorpicker.R$attr: int layout_dodgeInsetEdges -wangdaye.com.geometricweather.db.entities.LocationEntity: java.util.TimeZone timeZone -wangdaye.com.geometricweather.R$attr: int layout_constraintRight_toLeftOf -androidx.constraintlayout.widget.R$drawable: int abc_btn_colored_material -wangdaye.com.geometricweather.R$color: int colorLevel_2 -wangdaye.com.geometricweather.R$layout: int widget_week_3 -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType TransactionRunnable -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintBottom_toTopOf -wangdaye.com.geometricweather.R$dimen: int material_font_2_0_box_collapsed_padding_top -wangdaye.com.geometricweather.R$attr: int selectableItemBackground -cyanogenmod.themes.ThemeManager$ThemeProcessingListener: void onFinishedProcessing(java.lang.String) -okio.AsyncTimeout: void scheduleTimeout(okio.AsyncTimeout,long,boolean) -androidx.viewpager.R$layout: int notification_template_custom_big -com.google.android.material.R$string: int mtrl_picker_range_header_title -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: long serialVersionUID -com.google.android.material.R$styleable: int Transition_constraintSetEnd -androidx.loader.R$styleable: int FontFamily_fontProviderCerts -wangdaye.com.geometricweather.R$id: int dialog_location_help_locationContainer -com.google.android.material.R$id: int view_offset_helper -androidx.appcompat.R$styleable: int AppCompatTheme_colorButtonNormal -com.google.android.material.R$styleable: int[] CollapsingToolbarLayout_Layout -androidx.preference.R$drawable: int abc_seekbar_track_material -io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: long serialVersionUID -android.didikee.donate.R$style: int Base_Widget_AppCompat_AutoCompleteTextView -com.google.android.material.R$color: int material_on_surface_disabled -com.google.android.material.R$styleable: int Constraint_flow_lastVerticalStyle -androidx.appcompat.R$id: int up -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintBaseline_creator -io.reactivex.internal.observers.LambdaObserver: void onNext(java.lang.Object) -okhttp3.Request: okhttp3.Headers headers() -androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_android_fontVariationSettings -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$3: ExternalViewProviderService$Provider$ProviderImpl$3(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) -com.google.android.material.internal.ScrimInsetsFrameLayout: void setDrawBottomInsetForeground(boolean) -okhttp3.internal.http2.Http2Connection: boolean $assertionsDisabled -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean -androidx.fragment.app.DialogFragment: DialogFragment() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: boolean requestDismiss() -androidx.appcompat.R$color: int abc_tint_edittext -android.didikee.donate.R$style: int Platform_V25_AppCompat -androidx.lifecycle.extensions.R$drawable: int notify_panel_notification_icon_bg -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_0 -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_goneMarginEnd -com.google.android.material.R$styleable: int ShapeAppearance_cornerFamilyTopLeft -android.didikee.donate.R$color: int bright_foreground_material_light -wangdaye.com.geometricweather.R$styleable: int OnSwipe_touchAnchorSide -wangdaye.com.geometricweather.R$id: int scrollBar -okhttp3.EventListener: void responseBodyStart(okhttp3.Call) -com.google.android.material.circularreveal.CircularRevealRelativeLayout: CircularRevealRelativeLayout(android.content.Context) -okhttp3.internal.http.HttpHeaders: boolean hasVaryAll(okhttp3.Response) -okhttp3.internal.tls.BasicCertificateChainCleaner: int hashCode() -wangdaye.com.geometricweather.R$style: int PreferenceFragment -com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_switch_to_on_mtrl_00001 -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHorizontal_weight -android.didikee.donate.R$id: int expand_activities_button -androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_rotationX -cyanogenmod.providers.CMSettings$System -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TimePicker_Button -androidx.work.R$dimen: int compat_button_padding_horizontal_material -androidx.fragment.R$attr: int alpha -androidx.preference.R$id: int forever -com.xw.repo.bubbleseekbar.R$style: int Base_V23_Theme_AppCompat -io.reactivex.Observable: io.reactivex.Observable mergeWith(io.reactivex.MaybeSource) -com.google.android.material.R$styleable: int TabLayout_tabInlineLabel -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: void onNext(java.lang.Object) -androidx.dynamicanimation.R$drawable -wangdaye.com.geometricweather.R$attr: int msb_hideDelayInMilliseconds -androidx.legacy.coreutils.R$drawable: int notification_bg_low_pressed -com.google.android.material.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight -androidx.hilt.work.R$id: int action_image -cyanogenmod.themes.IThemeChangeListener$Stub$Proxy: android.os.IBinder asBinder() -android.didikee.donate.R$style: int Widget_AppCompat_SearchView_ActionBar -androidx.work.R$drawable: int notification_icon_background -androidx.appcompat.R$color: int switch_thumb_disabled_material_light -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ListPopupWindow -com.turingtechnologies.materialscrollbar.R$drawable: int abc_switch_track_mtrl_alpha -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_scaleY -io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: java.util.concurrent.atomic.AtomicBoolean once -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() -com.jaredrummler.android.colorpicker.R$attr: int backgroundTint -androidx.constraintlayout.widget.R$drawable: int abc_btn_check_to_on_mtrl_000 -androidx.constraintlayout.widget.R$styleable: int Constraint_motionStagger -androidx.preference.R$attr: int maxButtonHeight -okhttp3.Response$Builder: okhttp3.Protocol protocol -com.google.android.material.R$style: int TextAppearance_AppCompat_Medium -com.google.android.material.R$styleable: int Toolbar_logoDescription -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult -cyanogenmod.weather.WeatherInfo$DayForecast: double mHigh -wangdaye.com.geometricweather.R$attr: int flow_lastHorizontalBias -androidx.viewpager.R$layout: int notification_template_part_time -androidx.constraintlayout.widget.R$color: int abc_btn_colored_borderless_text_material -com.turingtechnologies.materialscrollbar.R$id: int expanded_menu -okhttp3.internal.http1.Http1Codec: int STATE_OPEN_REQUEST_BODY -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Metric: java.lang.String Unit -androidx.constraintlayout.widget.R$dimen: int abc_switch_padding -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintBottom_toBottomOf -androidx.hilt.R$styleable: int FontFamilyFont_ttcIndex -com.jaredrummler.android.colorpicker.R$id: int forever -wangdaye.com.geometricweather.R$drawable: int mtrl_popupmenu_background -com.bumptech.glide.R$attr: int layout_insetEdge -androidx.drawerlayout.R$style: int TextAppearance_Compat_Notification_Title -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: void cancel() -androidx.appcompat.R$color: int abc_decor_view_status_guard -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_Bridge -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_textinput_box_corner_radius_medium -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType InsertInTxIterable -org.greenrobot.greendao.AbstractDao: void deleteByKey(java.lang.Object) -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: boolean mShouldShow -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_editor_absoluteY -androidx.constraintlayout.widget.R$attr: int selectableItemBackground -com.jaredrummler.android.colorpicker.R$styleable: int CompoundButton_buttonCompat -wangdaye.com.geometricweather.R$styleable: int KeyPosition_keyPositionType -com.jaredrummler.android.colorpicker.R$id: int time -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderDivider -com.jaredrummler.android.colorpicker.R$id: int uniform -okhttp3.internal.connection.RouteSelector: java.util.List inetSocketAddresses -james.adaptiveicon.R$color: int abc_search_url_text_normal -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_animate_relativeTo -androidx.constraintlayout.widget.R$id: int dragStart -com.google.android.material.R$attr: int layout_constraintTag -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DialogWhenLarge -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_body_2_material -wangdaye.com.geometricweather.R$drawable: int notif_temp_112 -androidx.preference.R$styleable: R$styleable() -io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: void subscribeNext() -androidx.transition.R$attr: int fontVariationSettings -androidx.vectordrawable.R$id: int icon_group -androidx.hilt.lifecycle.R$styleable: int ColorStateListItem_alpha -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Day_Invalid -androidx.hilt.lifecycle.R$dimen: int notification_big_circle_margin -android.didikee.donate.R$styleable: int ActionBar_contentInsetRight -cyanogenmod.app.IProfileManager: boolean profileExistsByName(java.lang.String) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeIcePrecipitation() -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ListPopupWindow -com.google.android.material.R$attr: int warmth -androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State[] values() -james.adaptiveicon.R$drawable: int notification_bg_low -android.didikee.donate.R$attr: int contentInsetEndWithActions -wangdaye.com.geometricweather.R$styleable: int View_paddingEnd -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setAlertId(java.lang.String) -okhttp3.internal.http.RealInterceptorChain: okhttp3.internal.http.HttpCodec httpCodec -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Imperial: java.lang.String Unit -io.reactivex.exceptions.CompositeException: void printStackTrace() -androidx.viewpager2.R$attr: int fontWeight -com.google.android.material.R$styleable: int Constraint_android_minHeight -android.support.v4.app.INotificationSideChannel$Stub: android.support.v4.app.INotificationSideChannel getDefaultImpl() -androidx.preference.R$styleable: int AppCompatTheme_textAppearanceListItem -com.xw.repo.bubbleseekbar.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog -com.turingtechnologies.materialscrollbar.R$attr: int buttonBarButtonStyle -wangdaye.com.geometricweather.R$style: int Base_V21_Theme_AppCompat_Light_Dialog -okhttp3.internal.http2.Hpack$Reader: Hpack$Reader(int,okio.Source) -wangdaye.com.geometricweather.R$id: int action_bar_activity_content -james.adaptiveicon.R$styleable: int ActionBar_customNavigationLayout -james.adaptiveicon.R$attr: int tint -com.jaredrummler.android.colorpicker.R$attr: int buttonGravity -com.google.android.material.R$styleable: int[] NavigationView -com.google.android.material.R$styleable: int ConstraintSet_flow_firstVerticalBias -com.bumptech.glide.integration.okhttp.R$attr: int fontStyle -androidx.preference.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_translationX -androidx.preference.R$color: int notification_icon_bg_color -james.adaptiveicon.R$attr: int actionModeWebSearchDrawable -androidx.constraintlayout.widget.R$attr: int popupMenuStyle -com.jaredrummler.android.colorpicker.R$string: int abc_shareactionprovider_share_with -androidx.work.impl.utils.futures.DirectExecutor: void execute(java.lang.Runnable) -androidx.swiperefreshlayout.R$id: int info -wangdaye.com.geometricweather.R$attr: int counterTextColor -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_creator -wangdaye.com.geometricweather.R$id: int widget_day_week_temp_5 -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Precipitation -okio.ForwardingSource: ForwardingSource(okio.Source) -com.google.android.material.switchmaterial.SwitchMaterial: android.content.res.ColorStateList getMaterialThemeColorsTrackTintList() -cyanogenmod.providers.CMSettings$Secure: java.lang.String DISPLAY_GAMMA_CALIBRATION_PREFIX -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: java.util.concurrent.TimeUnit unit -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: void onComplete() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather: CNWeatherResult$Realtime$Weather() -james.adaptiveicon.R$attr: int arrowHeadLength -okhttp3.internal.connection.StreamAllocation: int refusedStreamCount -io.reactivex.internal.disposables.DisposableHelper: boolean setOnce(java.util.concurrent.atomic.AtomicReference,io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_fontVariationSettings -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarDivider -androidx.lifecycle.extensions.R$drawable: int notification_bg_low -androidx.hilt.R$layout: int notification_action_tombstone -androidx.coordinatorlayout.widget.CoordinatorLayout: void setStatusBarBackgroundColor(int) -androidx.appcompat.widget.ActivityChooserView: void setOnDismissListener(android.widget.PopupWindow$OnDismissListener) -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void registerCallback(cyanogenmod.externalviews.IKeyguardExternalViewCallbacks) -wangdaye.com.geometricweather.R$attr: int strokeWidth -wangdaye.com.geometricweather.R$attr: int preserveIconSpacing -androidx.loader.R$drawable: int notification_bg_normal -wangdaye.com.geometricweather.R$drawable: int notif_temp_34 -wangdaye.com.geometricweather.R$id: int dialog_learn_more_about_geocoder_title -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle -cyanogenmod.app.suggest.ApplicationSuggestion$1 -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowActionBar -com.jaredrummler.android.colorpicker.R$attr: int windowFixedWidthMajor -androidx.appcompat.R$styleable: int AppCompatTheme_spinnerStyle -androidx.legacy.coreutils.R$styleable: int FontFamily_fontProviderAuthority -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_navigation_bottom_padding -okhttp3.internal.http2.Http2Writer: void flush() -okhttp3.Cache$1: void trackConditionalCacheHit() -okhttp3.RealCall: okhttp3.Response execute() -com.google.android.material.slider.BaseSlider: float getThumbElevation() -james.adaptiveicon.R$drawable: int abc_ic_menu_overflow_material -com.xw.repo.bubbleseekbar.R$color: int foreground_material_dark -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$3: void run() -androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_thickness -wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_color -androidx.preference.R$drawable: int abc_textfield_search_activated_mtrl_alpha -com.google.android.material.textfield.TextInputLayout: void setBoxStrokeErrorColor(android.content.res.ColorStateList) -cyanogenmod.hardware.CMHardwareManager: int FEATURE_KEY_DISABLE -james.adaptiveicon.R$styleable: int[] LinearLayoutCompat -okhttp3.Request$Builder: Request$Builder(okhttp3.Request) -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: long serialVersionUID -wangdaye.com.geometricweather.R$string: int date_format_widget_short -cyanogenmod.externalviews.ExternalView$6: cyanogenmod.externalviews.ExternalView this$0 -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Snow -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder fragment(java.lang.String) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_editTextColor -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: io.reactivex.Observer observer -wangdaye.com.geometricweather.R$styleable: int ArcProgress_text_size -cyanogenmod.app.ICMTelephonyManager$Stub: java.lang.String DESCRIPTOR -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property MinuteInterval -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PressureTendency: java.lang.String LocalizedText -androidx.constraintlayout.widget.R$attr: int showText -wangdaye.com.geometricweather.R$drawable: int abc_tab_indicator_mtrl_alpha -io.reactivex.internal.subscriptions.BasicIntQueueSubscription: int requestFusion(int) -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void otherError(java.lang.Throwable) -com.jaredrummler.android.colorpicker.R$color: int abc_hint_foreground_material_dark -com.jaredrummler.android.colorpicker.R$attr: int actionModeCopyDrawable -com.google.android.material.R$attr: int flow_lastVerticalBias -cyanogenmod.themes.ThemeManager: boolean isThemeBeingProcessed(java.lang.String) -com.google.android.material.R$styleable: int MaterialCalendar_yearTodayStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: java.lang.String getUrl() -androidx.work.R$style: int TextAppearance_Compat_Notification_Line2 -retrofit2.CompletableFutureCallAdapterFactory$CallCancelCompletableFuture: boolean cancel(boolean) -okhttp3.internal.cache2.Relay: okio.Buffer buffer -james.adaptiveicon.R$attr: int windowActionModeOverlay -wangdaye.com.geometricweather.R$drawable: int notif_temp_91 -james.adaptiveicon.R$dimen: int abc_action_bar_stacked_max_height -cyanogenmod.app.CustomTileListenerService: void onCustomTilePosted(cyanogenmod.app.StatusBarPanelCustomTile) -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_maxElementsWrap -android.didikee.donate.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge -james.adaptiveicon.R$style: int Base_Theme_AppCompat -okhttp3.MediaType: java.lang.String TOKEN -androidx.appcompat.widget.ActionMenuPresenter$SavedState: android.os.Parcelable$Creator CREATOR -cyanogenmod.app.IPartnerInterface$Stub$Proxy -io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: void onComplete() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Imperial Imperial -okio.Buffer: okio.BufferedSink writeLongLe(long) -io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: void dispose() -wangdaye.com.geometricweather.background.polling.PollingUpdateHelper -androidx.preference.R$attr: int autoSizeMinTextSize -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_disableDependentsState -androidx.appcompat.R$id: int action_divider -androidx.drawerlayout.R$styleable: int ColorStateListItem_android_alpha -com.google.android.material.R$attr: int customPixelDimension -androidx.preference.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha -okhttp3.RealCall$AsyncCall: boolean $assertionsDisabled -okio.Okio$1: okio.Timeout timeout() -com.google.gson.stream.JsonReader: int NUMBER_CHAR_FRACTION_DIGIT -cyanogenmod.externalviews.ExternalView$2: ExternalView$2(cyanogenmod.externalviews.ExternalView,int,int,int,int,boolean,android.graphics.Rect) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle -com.google.android.material.button.MaterialButton: int getStrokeWidth() -androidx.hilt.R$dimen: int compat_control_corner_material -okhttp3.OkHttpClient$1: int code(okhttp3.Response$Builder) -androidx.preference.R$attr: int alertDialogButtonGroupStyle -androidx.appcompat.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable -james.adaptiveicon.R$drawable: int abc_popup_background_mtrl_mult -okio.Okio$1: java.io.OutputStream val$out -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light_Dialog -com.google.android.material.R$anim: int abc_popup_enter -wangdaye.com.geometricweather.R$drawable: int notif_temp_28 -androidx.cardview.widget.CardView: void setRadius(float) -wangdaye.com.geometricweather.R$attr: int textAppearanceButton -com.jaredrummler.android.colorpicker.R$attr: int selectableItemBackgroundBorderless -com.xw.repo.bubbleseekbar.R$id: int action_bar -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPathRenderer: int getRootAlpha() -androidx.appcompat.R$style: int Widget_AppCompat_ListView_DropDown -androidx.preference.R$styleable: int AppCompatTheme_controlBackground -com.xw.repo.bubbleseekbar.R$attr: int textAppearanceListItem -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: float unitFactor -wangdaye.com.geometricweather.R$attr: int layout_constraintWidth_min -androidx.preference.R$id: int icon -wangdaye.com.geometricweather.R$color: int mtrl_fab_ripple_color -androidx.appcompat.widget.AppCompatImageView: void setBackgroundResource(int) -androidx.hilt.lifecycle.R$style: int Widget_Compat_NotificationActionText -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String LIVE_LOCK_SCREEN_THUMBNAIL -wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_AppbarPopupTheme -androidx.preference.EditTextPreference$SavedState: android.os.Parcelable$Creator CREATOR -androidx.coordinatorlayout.R$styleable -wangdaye.com.geometricweather.R$layout: int mtrl_calendar_days_of_week -androidx.appcompat.widget.SearchView: void setQueryRefinementEnabled(boolean) -com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.reflect.Type getOwnerType() -com.google.android.material.R$attr: int customIntegerValue -wangdaye.com.geometricweather.R$id: int filterBtn -org.greenrobot.greendao.identityscope.IdentityScopeType: org.greenrobot.greendao.identityscope.IdentityScopeType valueOf(java.lang.String) -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ListView -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Display4 -james.adaptiveicon.R$attr: int actionModeStyle -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_AutoCompleteTextView -androidx.constraintlayout.widget.R$styleable: int ActionBar_navigationMode -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.LocationEntityDao getLocationEntityDao() -okhttp3.internal.cache.DiskLruCache$Entry: boolean readable -androidx.appcompat.R$id: int search_go_btn -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver -androidx.core.R$styleable: int GradientColor_android_startX -com.google.android.material.R$dimen: int abc_action_bar_icon_vertical_padding_material -androidx.lifecycle.SavedStateViewModelFactory: SavedStateViewModelFactory(android.app.Application,androidx.savedstate.SavedStateRegistryOwner,android.os.Bundle) -android.didikee.donate.R$styleable: int[] ViewBackgroundHelper -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu -com.jaredrummler.android.colorpicker.R$styleable: int[] MultiSelectListPreference -cyanogenmod.weather.CMWeatherManager: java.util.Map access$200(cyanogenmod.weather.CMWeatherManager) -androidx.customview.R$drawable: int notification_icon_background -com.google.android.material.R$id: int rounded -cyanogenmod.app.CustomTile: java.lang.String access$302(cyanogenmod.app.CustomTile,java.lang.String) -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_Switch -wangdaye.com.geometricweather.R$string: int abc_activitychooserview_choose_application -james.adaptiveicon.R$styleable: int AlertDialog_buttonPanelSideLayout -cyanogenmod.providers.ThemesContract$MixnMatchColumns: android.net.Uri CONTENT_URI -androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour: androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour WRAP_CONTENT -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_ActionBar -wangdaye.com.geometricweather.R$attr: int showText -com.jaredrummler.android.colorpicker.R$style: int Base_V26_Theme_AppCompat_Light -androidx.vectordrawable.animated.R$id: int actions -com.google.android.material.R$style: int Base_V7_Theme_AppCompat_Dialog -com.bumptech.glide.integration.okhttp.R$drawable: int notification_template_icon_bg -org.greenrobot.greendao.AbstractDao: void readEntity(android.database.Cursor,java.lang.Object,int) -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_placeholderTextAppearance -androidx.loader.R$styleable: int FontFamilyFont_android_fontWeight -com.google.android.material.floatingactionbutton.FloatingActionButton$Behavior: FloatingActionButton$Behavior(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_27 -com.google.android.material.R$style: int Base_V7_Widget_AppCompat_Toolbar -androidx.core.graphics.drawable.IconCompatParcelizer: void write(androidx.core.graphics.drawable.IconCompat,androidx.versionedparcelable.VersionedParcel) -androidx.drawerlayout.R$styleable: int FontFamily_fontProviderPackage -com.xw.repo.bubbleseekbar.R$attr: int measureWithLargestChild -androidx.preference.R$style: int Base_Widget_AppCompat_Spinner -wangdaye.com.geometricweather.remoteviews.config.Hilt_DayWidgetConfigActivity: Hilt_DayWidgetConfigActivity() -wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: SlidingItemContainerLayout(android.content.Context,android.util.AttributeSet) -retrofit2.http.Headers -com.google.android.material.R$attr: int listPreferredItemPaddingStart -com.jaredrummler.android.colorpicker.R$string: int abc_activitychooserview_choose_application -com.google.android.material.R$dimen: int abc_list_item_padding_horizontal_material -wangdaye.com.geometricweather.R$id: int search_plate -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float icePrecipitation -wangdaye.com.geometricweather.R$id: int search_close_btn -androidx.hilt.work.R$id: int right_icon -cyanogenmod.profiles.BrightnessSettings: int getValue() -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningConsequence: int phenomenonId -androidx.work.R$attr: int fontProviderAuthority -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintLeft_toRightOf -androidx.preference.R$integer: int abc_config_activityDefaultDur -androidx.fragment.app.FragmentContainerView: void setLayoutTransition(android.animation.LayoutTransition) -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_closeIcon -okhttp3.Cookie$Builder: okhttp3.Cookie$Builder httpOnly() -androidx.appcompat.R$styleable: int LinearLayoutCompat_divider -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse -androidx.constraintlayout.widget.R$style: int Platform_Widget_AppCompat_Spinner -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowActionBarOverlay -com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_margin -com.google.android.material.slider.RangeSlider: void setHaloTintList(android.content.res.ColorStateList) -androidx.preference.R$dimen: int abc_dialog_list_padding_top_no_title -androidx.work.R$id: int tag_accessibility_clickable_spans -androidx.work.R$dimen: int notification_main_column_padding_top -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Snow: double Value -androidx.preference.R$drawable: int abc_list_selector_background_transition_holo_dark -okhttp3.internal.http1.Http1Codec: void cancel() -wangdaye.com.geometricweather.background.polling.basic.ForegroundUpdateService -androidx.coordinatorlayout.R$color: R$color() -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeSplitBackground -com.google.android.material.R$dimen: int mtrl_card_dragged_z -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIndicatorHeight -androidx.legacy.coreutils.R$styleable: int FontFamilyFont_android_font -com.google.android.material.R$drawable: int abc_ic_menu_share_mtrl_alpha -wangdaye.com.geometricweather.common.basic.models.weather.Weather: wangdaye.com.geometricweather.common.basic.models.weather.Base getBase() -wangdaye.com.geometricweather.R$dimen: int mtrl_bottomappbar_fabOffsetEndMode -com.turingtechnologies.materialscrollbar.R$dimen: int compat_button_inset_vertical_material -androidx.recyclerview.R$styleable: int GradientColorItem_android_color -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_transformPivotX -androidx.coordinatorlayout.R$dimen: int notification_media_narrow_margin -okio.SegmentedByteString: int[] directory -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_text -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_content_inset_material -cyanogenmod.weather.RequestInfo: RequestInfo() -wangdaye.com.geometricweather.R$string: int cancel -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating -wangdaye.com.geometricweather.R$array: int pressure_unit_voices -com.google.android.material.R$attr: int chipStandaloneStyle -androidx.swiperefreshlayout.R$styleable: int GradientColor_android_startColor -com.google.android.material.R$styleable: int CoordinatorLayout_Layout_layout_behavior -okhttp3.internal.http2.Http2Connection: long intervalPingsSent -com.google.android.material.R$styleable: int AppCompatTheme_actionMenuTextColor -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_indeterminateProgressStyle -okhttp3.internal.platform.Platform: okhttp3.internal.platform.Platform findPlatform() -wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableItem_android_drawable -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: boolean isLeft -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.internal.fuseable.SimpleQueue queue -wangdaye.com.geometricweather.R$id: int easeIn -com.google.android.material.R$attr: int logoDescription -com.turingtechnologies.materialscrollbar.R$attr: int hintTextAppearance -androidx.appcompat.widget.ViewStubCompat: ViewStubCompat(android.content.Context,android.util.AttributeSet) -com.google.gson.stream.JsonReader: int PEEKED_FALSE -com.google.android.material.textfield.TextInputLayout: android.graphics.Typeface getTypeface() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dialogPreferredPadding -com.bumptech.glide.load.engine.DecodeJob$RunReason: com.bumptech.glide.load.engine.DecodeJob$RunReason valueOf(java.lang.String) -cyanogenmod.weather.RequestInfo: boolean isQueryOnlyWeatherRequest() -com.jaredrummler.android.colorpicker.R$string: int abc_menu_sym_shortcut_label -wangdaye.com.geometricweather.R$attr: int strokeColor -androidx.constraintlayout.widget.R$attr: int perpendicularPath_percent -com.google.android.material.R$dimen: int abc_alert_dialog_button_dimen -retrofit2.CompletableFutureCallAdapterFactory: retrofit2.CallAdapter$Factory INSTANCE -com.turingtechnologies.materialscrollbar.R$color: int mtrl_tabs_icon_color_selector_colored -okhttp3.Dispatcher: void executed(okhttp3.RealCall) -com.jaredrummler.android.colorpicker.R$id: int square -android.didikee.donate.R$drawable: int notification_bg_low_pressed -com.xw.repo.bubbleseekbar.R$attr: int textAppearanceListItemSecondary -wangdaye.com.geometricweather.R$layout: int abc_action_menu_item_layout -wangdaye.com.geometricweather.R$dimen: int mtrl_large_touch_target -cyanogenmod.weatherservice.ServiceRequest: void reject(int) -cyanogenmod.alarmclock.ClockContract$CitiesColumns: java.lang.String TIMEZONE_OFFSET -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments$WarningTextBlocItem: java.util.List text -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: java.lang.String wind_direct -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout: FitSystemBarAppBarLayout(android.content.Context,android.util.AttributeSet) -androidx.preference.R$styleable: int GradientColorItem_android_color -james.adaptiveicon.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Button -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dialogTheme -wangdaye.com.geometricweather.R$attr: int shapeAppearanceSmallComponent -com.turingtechnologies.materialscrollbar.R$id: int textinput_helper_text -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_NULL_SHA256 -cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILES_STATE -android.didikee.donate.R$styleable: int Spinner_android_entries -com.google.android.material.R$styleable: int AppCompatTextView_drawableTint -androidx.viewpager.widget.PagerTabStrip: int getTabIndicatorColor() -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleTextColor -androidx.preference.R$styleable: int PreferenceFragmentCompat_android_divider -com.google.android.material.R$style: int TextAppearance_AppCompat_SearchResult_Title -androidx.appcompat.widget.AppCompatTextView: void setBackgroundDrawable(android.graphics.drawable.Drawable) -com.turingtechnologies.materialscrollbar.R$id: int transition_scene_layoutid_cache -com.google.android.material.slider.Slider: void setThumbRadius(int) -wangdaye.com.geometricweather.remoteviews.config.DayWeekWidgetConfigActivity -androidx.work.R$dimen: int notification_content_margin_start -cyanogenmod.app.BaseLiveLockManagerService: android.os.IBinder onBind(android.content.Intent) -androidx.transition.R$styleable: int[] FontFamily -com.jaredrummler.android.colorpicker.R$dimen: int abc_floating_window_z -com.google.android.material.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar -retrofit2.KotlinExtensions$await$2$2: KotlinExtensions$await$2$2(kotlinx.coroutines.CancellableContinuation) -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_horizontalAlign -james.adaptiveicon.R$styleable: int[] PopupWindow -com.google.android.material.R$styleable: int TextInputLayout_boxCornerRadiusTopStart -cyanogenmod.app.suggest.IAppSuggestManager$Stub: java.lang.String DESCRIPTOR -com.bumptech.glide.MemoryCategory: com.bumptech.glide.MemoryCategory[] values() -androidx.appcompat.R$dimen: int compat_notification_large_icon_max_width -com.google.android.material.R$styleable: int[] MenuGroup -wangdaye.com.geometricweather.R$style: int ShapeAppearance_MaterialComponents_Test -wangdaye.com.geometricweather.R$color: int dim_foreground_disabled_material_dark -com.turingtechnologies.materialscrollbar.R$attr: int background -androidx.appcompat.R$integer: int abc_config_activityShortDur -com.jaredrummler.android.colorpicker.R$attr: int colorButtonNormal -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getCo() -james.adaptiveicon.R$styleable: int CompoundButton_buttonCompat -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_android_keyboardNavigationCluster -androidx.appcompat.R$style: int Widget_AppCompat_PopupMenu -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property So2 -cyanogenmod.weather.WeatherLocation: WeatherLocation(cyanogenmod.weather.WeatherLocation$1) -wangdaye.com.geometricweather.common.basic.models.weather.History: long time -com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_list_padding_bottom_no_buttons -androidx.customview.R$id: int action_image -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Compat_Notification -org.greenrobot.greendao.database.DatabaseOpenHelper: void onUpgrade(android.database.sqlite.SQLiteDatabase,int,int) -cyanogenmod.weather.CMWeatherManager$2$1: cyanogenmod.weather.CMWeatherManager$2 this$1 -com.google.android.material.floatingactionbutton.FloatingActionButton: int getExpandedComponentIdHint() -androidx.appcompat.widget.ActivityChooserView: void setActivityChooserModel(androidx.appcompat.widget.ActivityChooserModel) -james.adaptiveicon.R$style: int Animation_AppCompat_Dialog -com.google.android.material.R$style: int ThemeOverlay_AppCompat_Dialog_Alert -com.jaredrummler.android.colorpicker.R$layout: int abc_action_mode_bar -com.google.android.material.R$attr: int paddingTopNoTitle -wangdaye.com.geometricweather.R$dimen: int mtrl_slider_label_radius -wangdaye.com.geometricweather.R$styleable: int MotionHelper_onShow -androidx.constraintlayout.widget.R$attr: int altSrc -okhttp3.internal.http1.Http1Codec$ChunkedSink: void write(okio.Buffer,long) -okhttp3.internal.Util$1: Util$1() -wangdaye.com.geometricweather.R$style: int Platform_AppCompat -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SNOW_FLURRIES -com.google.android.material.R$layout: int custom_dialog -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setTitle(java.lang.CharSequence) -com.google.android.material.R$style: int TextAppearance_AppCompat_Menu -wangdaye.com.geometricweather.R$array: int temperature_units_short -com.jaredrummler.android.colorpicker.R$attr: int initialExpandedChildrenCount -wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: java.lang.String getWidgetWeekIconModeName(android.content.Context) -com.turingtechnologies.materialscrollbar.R$id: int shortcut -james.adaptiveicon.R$attr: int switchPadding -retrofit2.http.PartMap: java.lang.String encoding() -androidx.preference.R$styleable: int[] PopupWindowBackgroundState -androidx.cardview.R$attr: int contentPaddingTop -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: boolean done -androidx.lifecycle.SavedStateHandleController: boolean mIsAttached -james.adaptiveicon.R$drawable: int notify_panel_notification_icon_bg -wangdaye.com.geometricweather.R$string: int week_7 -androidx.constraintlayout.widget.R$attr: int placeholder_emptyVisibility -wangdaye.com.geometricweather.R$id: int activity_widget_config_scrollContainer -androidx.constraintlayout.widget.R$drawable: int btn_checkbox_checked_mtrl -com.google.android.material.floatingactionbutton.FloatingActionButton: void setCompatElevation(float) -com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge -com.google.android.material.R$styleable: int Layout_layout_constraintLeft_creator -com.google.android.material.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item -androidx.preference.R$style: int Platform_ThemeOverlay_AppCompat_Dark -com.xw.repo.bubbleseekbar.R$color: int primary_text_default_material_dark -wangdaye.com.geometricweather.R$string: int material_timepicker_clock_mode_description -androidx.fragment.app.Fragment$InstantiationException: Fragment$InstantiationException(java.lang.String,java.lang.Exception) -com.google.android.material.button.MaterialButton: void setChecked(boolean) -androidx.preference.R$drawable: int abc_text_select_handle_left_mtrl_dark -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_editTextBackground -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: void run() -io.reactivex.internal.observers.InnerQueuedObserver: void dispose() -android.didikee.donate.R$styleable: int AppCompatTheme_popupMenuStyle -retrofit2.Utils$GenericArrayTypeImpl: Utils$GenericArrayTypeImpl(java.lang.reflect.Type) -wangdaye.com.geometricweather.R$attr: int path_percent -androidx.core.graphics.drawable.IconCompatParcelizer: androidx.core.graphics.drawable.IconCompat read(androidx.versionedparcelable.VersionedParcel) -wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_switchTextOff -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA -com.google.android.material.R$styleable: int ExtendedFloatingActionButton_showMotionSpec -wangdaye.com.geometricweather.R$string: int wind_3 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Metric: java.lang.String Unit -androidx.activity.R$dimen -androidx.constraintlayout.widget.R$styleable: int Transition_duration -cyanogenmod.themes.IThemeService -okio.Buffer$UnsafeCursor: int end -com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_ScrimInsetsFrameLayout -androidx.transition.R$styleable: int FontFamily_fontProviderQuery -androidx.constraintlayout.widget.R$drawable: int abc_switch_thumb_material -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Imperial: AccuCurrentResult$Visibility$Imperial() -androidx.lifecycle.SavedStateHandle: boolean contains(java.lang.String) -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String unitId -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_startIconTintMode -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_35 -wangdaye.com.geometricweather.R$attr: int layout_constraintCircleRadius -androidx.hilt.work.R$styleable: int Fragment_android_name -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float snow3h -wangdaye.com.geometricweather.R$attr: int titleTextStyle -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ButtonBar -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamily_fontProviderFetchTimeout -com.xw.repo.bubbleseekbar.R$styleable: int RecycleListView_paddingTopNoTitle -okhttp3.Address: Address(java.lang.String,int,okhttp3.Dns,javax.net.SocketFactory,javax.net.ssl.SSLSocketFactory,javax.net.ssl.HostnameVerifier,okhttp3.CertificatePinner,okhttp3.Authenticator,java.net.Proxy,java.util.List,java.util.List,java.net.ProxySelector) -com.google.android.material.R$xml: int standalone_badge_gravity_top_start -cyanogenmod.app.Profile$1: cyanogenmod.app.Profile[] newArray(int) -androidx.constraintlayout.widget.ConstraintLayout: void setMinHeight(int) -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: void clear() -com.google.android.material.floatingactionbutton.FloatingActionButton: float getCompatPressedTranslationZ() -okhttp3.Challenge: java.lang.String scheme() -io.reactivex.subjects.PublishSubject$PublishDisposable: void onNext(java.lang.Object) -okhttp3.internal.cache2.FileOperator: java.nio.channels.FileChannel fileChannel -androidx.appcompat.widget.ActivityChooserView$InnerLayout: ActivityChooserView$InnerLayout(android.content.Context,android.util.AttributeSet) -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setAlarm(java.lang.String) -com.turingtechnologies.materialscrollbar.R$layout: int abc_select_dialog_material -wangdaye.com.geometricweather.R$attr: int dialogPreferenceStyle -com.google.android.material.R$styleable: int GradientColorItem_android_offset -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_padding_top_material -cyanogenmod.app.suggest.ApplicationSuggestion: android.net.Uri mThumbnailUri -com.google.android.material.R$anim: int abc_fade_in -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: java.lang.String getUnit() -com.google.android.material.R$dimen: int mtrl_textinput_box_stroke_width_focused -io.reactivex.internal.subscriptions.SubscriptionArbiter: boolean cancelOnReplace -com.google.android.material.R$styleable: int Layout_layout_constraintHeight_min -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void dispose() -com.google.gson.internal.LazilyParsedNumber: int hashCode() -com.google.android.material.textfield.TextInputLayout: void setEndIconContentDescription(java.lang.CharSequence) -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_splitTrack -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.HistoryEntity) -cyanogenmod.app.StatusBarPanelCustomTile: int getInitialPid() -wangdaye.com.geometricweather.R$styleable: int BottomAppBar_fabCradleVerticalOffset -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemHeight -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_scaleX -com.google.android.material.R$id: int month_navigation_next -com.google.android.material.R$attr: int targetId -wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Object readEntity(android.database.Cursor,int) -okhttp3.FormBody -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: java.util.concurrent.atomic.AtomicBoolean cancelled -com.xw.repo.bubbleseekbar.R$id: int start -com.google.android.material.R$style: int Theme_AppCompat_DialogWhenLarge -com.turingtechnologies.materialscrollbar.R$id: int design_navigation_view -io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: java.util.concurrent.TimeUnit unit -wangdaye.com.geometricweather.common.basic.GeoDialog: GeoDialog() -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Body2 -org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database getEncryptedReadableDb(java.lang.String) -wangdaye.com.geometricweather.background.receiver.widget.WidgetMultiCityProvider -com.turingtechnologies.materialscrollbar.R$id: int decor_content_parent -cyanogenmod.externalviews.KeyguardExternalView: android.content.Context access$600(cyanogenmod.externalviews.KeyguardExternalView) -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_draggable -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void onComplete() -cyanogenmod.app.Profile: void removeProfileGroup(java.util.UUID) -okhttp3.CertificatePinner$Pin -androidx.customview.R$attr: int fontVariationSettings -okhttp3.internal.platform.JdkWithJettyBootPlatform$JettyNegoProvider: java.lang.String selected -wangdaye.com.geometricweather.R$layout: int cpv_preference_circle_large -android.didikee.donate.R$layout: int abc_select_dialog_material -wangdaye.com.geometricweather.R$styleable: int[] MultiSelectListPreference -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float icePrecipitationProbability -androidx.constraintlayout.widget.R$styleable: int ActionBar_icon -wangdaye.com.geometricweather.R$style: int Base_V7_Widget_AppCompat_EditText -com.google.android.material.button.MaterialButton: void setInsetBottom(int) -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_card_elevation -androidx.preference.R$styleable: int AppCompatTheme_editTextStyle -androidx.constraintlayout.widget.R$id: int autoCompleteToStart -com.google.android.material.R$styleable: int TabItem_android_icon -wangdaye.com.geometricweather.R$drawable: int avd_show_password -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Float totalPrecipitation24h -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_android_orientation -androidx.viewpager.R$id: int info -androidx.appcompat.R$drawable: int btn_radio_off_to_on_mtrl_animation -okio.ByteString: int compareTo(java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dialogTheme -james.adaptiveicon.R$style: int Theme_AppCompat_DayNight_NoActionBar -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setUvDescription(java.lang.String) -androidx.hilt.R$styleable: int GradientColor_android_startX -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowNoTitle -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorBackgroundFloating -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void onComplete() -androidx.activity.R$integer -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox -androidx.hilt.R$styleable: int[] FontFamilyFont -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse -cyanogenmod.app.IProfileManager: boolean addProfile(cyanogenmod.app.Profile) -com.turingtechnologies.materialscrollbar.R$attr: int listMenuViewStyle -com.turingtechnologies.materialscrollbar.R$color: int abc_btn_colored_borderless_text_material -com.google.android.material.R$layout: int mtrl_calendar_horizontal -okhttp3.internal.Util: java.lang.String canonicalizeHost(java.lang.String) -james.adaptiveicon.R$styleable: int ActionBar_subtitle -com.google.gson.internal.LazilyParsedNumber: boolean equals(java.lang.Object) -okhttp3.internal.cache.DiskLruCache$2 -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeAppearanceOverlay -com.bumptech.glide.R$id: int line1 -com.xw.repo.BubbleSeekBar: void setSecondTrackColor(int) -io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver -io.reactivex.Observable: io.reactivex.Observable timeout(io.reactivex.ObservableSource,io.reactivex.functions.Function,io.reactivex.ObservableSource) -wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayVerticalWidgetConfigActivity: Hilt_ClockDayVerticalWidgetConfigActivity() -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleMarginEnd -com.google.android.material.R$dimen: int design_navigation_icon_size -com.github.rahatarmanahmed.cpv.CircularProgressView: android.animation.AnimatorSet createIndeterminateAnimator(float) -androidx.recyclerview.R$dimen: int notification_main_column_padding_top -com.turingtechnologies.materialscrollbar.R$id: int progress_horizontal -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Toolbar_Primary -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric Metric -com.xw.repo.bubbleseekbar.R$anim -io.reactivex.Observable: io.reactivex.Observable doOnComplete(io.reactivex.functions.Action) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_controlBackground -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: int getThermalState() -androidx.lifecycle.LiveDataReactiveStreams -androidx.viewpager.R$id: int forever -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_waveDecay -james.adaptiveicon.R$styleable: int TextAppearance_android_shadowDx -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 -cyanogenmod.weatherservice.ServiceRequestResult$Builder: java.util.List mLocationLookupList -androidx.preference.R$attr: int ttcIndex -okhttp3.OkHttpClient: okhttp3.Authenticator proxyAuthenticator() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature -okhttp3.internal.cache2.Relay -android.didikee.donate.R$styleable: int ActionMode_subtitleTextStyle -com.bumptech.glide.load.resource.bitmap.RecyclableBufferedInputStream$InvalidMarkException -io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: int retries -androidx.viewpager2.R$id: int notification_background -cyanogenmod.externalviews.ExternalView: void onActivityResumed(android.app.Activity) -androidx.constraintlayout.widget.R$attr: int constraintSetEnd -james.adaptiveicon.R$styleable: int ActionMenuItemView_android_minWidth -wangdaye.com.geometricweather.R$styleable: int MaterialButton_shapeAppearance -wangdaye.com.geometricweather.settings.fragments.ServiceProviderSettingsFragment: void setOnWeatherSourceChangedListener(wangdaye.com.geometricweather.settings.fragments.ServiceProviderSettingsFragment$OnWeatherSourceChangedListener) -androidx.dynamicanimation.R$styleable: int FontFamilyFont_android_fontVariationSettings -okhttp3.internal.http2.Hpack$Reader: int readInt(int,int) -com.google.android.material.slider.Slider: int getFocusedThumbIndex() -okio.Buffer$1: void close() -james.adaptiveicon.R$id: int search_close_btn -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarTheme -com.bumptech.glide.R$drawable: int notification_bg -okhttp3.internal.platform.ConscryptPlatform: void configureSslSocketFactory(javax.net.ssl.SSLSocketFactory) -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_auto_adjust_section_mark -androidx.preference.R$styleable: int AppCompatTheme_actionDropDownStyle -androidx.preference.R$styleable: int ActionMode_closeItemLayout -james.adaptiveicon.R$integer: int abc_config_activityDefaultDur -androidx.appcompat.R$dimen: int abc_dialog_corner_radius_material -androidx.recyclerview.R$dimen: int notification_top_pad -com.google.android.material.R$styleable: int ActionBar_contentInsetStartWithNavigation -androidx.constraintlayout.widget.R$styleable: int StateListDrawable_android_exitFadeDuration -androidx.lifecycle.MethodCallsLogger -com.google.android.material.R$attr: int tint -wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_android_insetBottom -com.google.android.material.button.MaterialButton: void setStrokeColorResource(int) -retrofit2.ParameterHandler$Header -cyanogenmod.profiles.AirplaneModeSettings: void setOverride(boolean) -com.google.android.material.slider.BaseSlider: void setLabelBehavior(int) -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_BottomSheetDialog -cyanogenmod.app.Profile: void doSelect(android.content.Context,com.android.internal.policy.IKeyguardService) -com.google.android.material.R$attr: int itemPadding -com.google.gson.stream.JsonWriter: boolean serializeNulls -okhttp3.OkHttpClient: int callTimeoutMillis() -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Weather: java.lang.String icon -androidx.constraintlayout.widget.R$string: int abc_searchview_description_clear -com.turingtechnologies.materialscrollbar.R$color: int bright_foreground_disabled_material_dark -okhttp3.internal.Util: boolean equal(java.lang.Object,java.lang.Object) -androidx.hilt.lifecycle.R$layout: int notification_template_part_chronometer -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_endX -okio.ByteString: java.lang.String string(java.nio.charset.Charset) -cyanogenmod.externalviews.ExternalView$1 -android.didikee.donate.R$styleable: int ActionBar_homeAsUpIndicator -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: boolean isDisposed() -cyanogenmod.externalviews.KeyguardExternalView$9: void run() -com.google.android.material.R$styleable: int Constraint_layout_constraintVertical_bias -com.google.android.material.R$style: int Base_Widget_AppCompat_SeekBar_Discrete -com.google.android.material.R$attr: int chipSpacingVertical -androidx.preference.R$style: int Preference_DialogPreference -androidx.viewpager2.R$drawable: int notify_panel_notification_icon_bg -okhttp3.internal.Util: java.nio.charset.Charset UTF_16_BE -com.google.android.material.chip.Chip: void setChipIconVisible(boolean) -wangdaye.com.geometricweather.R$layout: int item_weather_icon -com.xw.repo.bubbleseekbar.R$attr: int actionButtonStyle -androidx.appcompat.R$drawable: int abc_text_select_handle_middle_mtrl_light -okhttp3.internal.ws.WebSocketReader$FrameCallback: void onReadPong(okio.ByteString) -wangdaye.com.geometricweather.R$id: int dialog_location_help_locationIcon -cyanogenmod.weather.WeatherInfo$Builder: int mConditionCode -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: boolean isDisposed() -wangdaye.com.geometricweather.R$id: int group_divider -android.didikee.donate.R$styleable: int AppCompatTextView_textAllCaps -androidx.appcompat.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration -androidx.lifecycle.extensions.R$id: int italic -wangdaye.com.geometricweather.R$color: int test_mtrl_calendar_day -androidx.vectordrawable.R$string: R$string() -james.adaptiveicon.R$style: int Theme_AppCompat_Light_Dialog_MinWidth -androidx.preference.R$styleable: int[] MultiSelectListPreference -okhttp3.HttpUrl: void canonicalize(okio.Buffer,java.lang.String,int,int,java.lang.String,boolean,boolean,boolean,boolean,java.nio.charset.Charset) -wangdaye.com.geometricweather.db.entities.AlertEntity: void setPriority(int) -androidx.constraintlayout.widget.R$styleable: int[] ConstraintLayout_Layout -androidx.vectordrawable.R$id: int blocking -androidx.fragment.app.Fragment$2 -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_switchPreferenceCompatStyle -androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableItem_android_drawable -androidx.coordinatorlayout.R$attr: int font -com.jaredrummler.android.colorpicker.R$style: int Preference_Information_Material -com.google.android.material.textfield.TextInputLayout: void setPlaceholderTextColor(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHeight_default -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup -androidx.cardview.widget.CardView: CardView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$styleable: int Toolbar_maxButtonHeight -com.google.android.material.R$styleable: int AppCompatTextHelper_android_drawableEnd -cyanogenmod.app.CMContextConstants: java.lang.String CM_APP_SUGGEST_SERVICE -androidx.drawerlayout.R$styleable: int GradientColorItem_android_offset -james.adaptiveicon.R$style: int Widget_AppCompat_ActionBar_Solid -androidx.preference.R$styleable: int DrawerArrowToggle_gapBetweenBars -androidx.viewpager2.R$drawable: int notification_template_icon_low_bg -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void subscribeInner(io.reactivex.ObservableSource) -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource -androidx.constraintlayout.widget.R$dimen: int abc_text_size_subtitle_material_toolbar -io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: long serialVersionUID -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getRagweedDescription() -james.adaptiveicon.R$styleable: int MenuView_android_windowAnimationStyle -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceFragmentStyle -wangdaye.com.geometricweather.R$styleable: int MultiSelectListPreference_android_entryValues -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_alphabeticShortcut -wangdaye.com.geometricweather.R$dimen: int abc_disabled_alpha_material_dark -com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked -androidx.drawerlayout.R$dimen: int notification_action_icon_size -android.didikee.donate.R$attr: int alertDialogStyle -androidx.constraintlayout.widget.R$style: int Base_V21_Theme_AppCompat_Dialog -io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: void onComplete() -com.google.android.material.R$style: int Widget_MaterialComponents_CompoundButton_Switch -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setSlingshotDistance(int) -wangdaye.com.geometricweather.R$style: int PreferenceFragment_Material -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating: AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating() -androidx.constraintlayout.widget.R$styleable: int[] MockView -com.google.android.material.appbar.AppBarLayout: void removeOnOffsetChangedListener(com.google.android.material.appbar.AppBarLayout$BaseOnOffsetChangedListener) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow: java.lang.Float cumul6H -okhttp3.CipherSuite: java.util.Map INSTANCES -com.google.android.material.bottomnavigation.BottomNavigationItemView: BottomNavigationItemView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Metric: AccuCurrentResult$Visibility$Metric() -androidx.customview.R$drawable: int notify_panel_notification_icon_bg -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Dialog_FixedSize -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_alertDialogStyle -com.google.android.material.R$styleable: int TextInputLayout_expandedHintEnabled -androidx.recyclerview.R$string -androidx.constraintlayout.widget.R$dimen: int notification_content_margin_start -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Weather: java.lang.String icon -androidx.appcompat.resources.R$integer -androidx.constraintlayout.widget.R$color: int error_color_material_dark -com.turingtechnologies.materialscrollbar.R$color: int highlighted_text_material_dark -androidx.transition.R$attr: int fontStyle -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: boolean isDisposed() -wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_showAlphaSlider -android.didikee.donate.R$style: int Theme_AppCompat_NoActionBar -io.reactivex.internal.subscriptions.DeferredScalarSubscription: java.lang.Object value -okhttp3.internal.http2.Hpack$Reader: Hpack$Reader(int,int,okio.Source) -wangdaye.com.geometricweather.R$color: int design_fab_shadow_mid_color -okhttp3.internal.http2.Http2Reader: void readPing(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) -com.google.android.material.R$styleable: int AppCompatTheme_colorError -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textColorAlertDialogListItem -com.google.android.material.internal.NavigationMenuItemView: void setTextAppearance(int) -androidx.recyclerview.R$color: int secondary_text_default_material_light -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable -com.google.android.material.R$style: int Theme_Design -io.reactivex.internal.disposables.SequentialDisposable: long serialVersionUID -okhttp3.Cache$Entry: boolean isHttps() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean getPrecipitation() -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: io.reactivex.FlowableEmitter serialize() -com.google.android.material.R$color: int androidx_core_secondary_text_default_material_light -cyanogenmod.weatherservice.ServiceRequestResult: java.util.List access$302(cyanogenmod.weatherservice.ServiceRequestResult,java.util.List) -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_logo -retrofit2.HttpException: retrofit2.Response response() -cyanogenmod.profiles.LockSettings: boolean mDirty -io.reactivex.Observable: io.reactivex.Observable repeatUntil(io.reactivex.functions.BooleanSupplier) -androidx.vectordrawable.R$dimen: int compat_button_padding_vertical_material -androidx.loader.R$dimen: int notification_top_pad -com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_showDialog -com.turingtechnologies.materialscrollbar.R$styleable: int[] SnackbarLayout -androidx.core.view.GestureDetectorCompat$GestureDetectorCompatImplBase -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex today -androidx.appcompat.R$styleable: int ActionBar_homeAsUpIndicator -androidx.preference.R$styleable: int LinearLayoutCompat_android_baselineAligned -androidx.activity.R$id: int action_text -com.jaredrummler.android.colorpicker.R$dimen: int abc_search_view_preferred_height -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Dialog_Alert -okio.GzipSink: java.util.zip.CRC32 crc -com.google.android.material.slider.RangeSlider: float getThumbStrokeWidth() -androidx.appcompat.R$styleable: int SearchView_commitIcon -cyanogenmod.app.CMStatusBarManager: void removeTile(int) -androidx.lifecycle.EmptyActivityLifecycleCallbacks -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_paddingTop -androidx.fragment.R$dimen: R$dimen() -com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_checkedChip -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit getInstance(java.lang.String) -cyanogenmod.app.ProfileManager: android.app.NotificationGroup[] getNotificationGroups() -james.adaptiveicon.R$attr: int popupMenuStyle -androidx.viewpager2.R$id: int accessibility_custom_action_28 -com.google.android.material.R$attr: int titleEnabled -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: void onNext(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_RatingBar_Small -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Integer getCloudCover() -okhttp3.internal.connection.RealConnection: okhttp3.Protocol protocol() -androidx.appcompat.R$attr: int state_above_anchor -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: java.lang.String unitId -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Menu -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void onComplete() -cyanogenmod.weather.WeatherInfo$1: java.lang.Object createFromParcel(android.os.Parcel) -androidx.appcompat.R$styleable: int GradientColor_android_centerX -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.lang.String zone -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored -cyanogenmod.providers.CMSettings$NameValueCache: CMSettings$NameValueCache(java.lang.String,android.net.Uri,java.lang.String,java.lang.String) -androidx.appcompat.R$style: int Base_V21_Theme_AppCompat_Light_Dialog -com.bumptech.glide.load.engine.GlideException: java.util.List getRootCauses() -androidx.appcompat.R$layout: int abc_action_menu_layout -com.turingtechnologies.materialscrollbar.R$attr: int navigationMode -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintCircleRadius -james.adaptiveicon.R$styleable: int Toolbar_titleMarginBottom -androidx.appcompat.R$styleable: int Toolbar_popupTheme -james.adaptiveicon.R$styleable: int Toolbar_subtitleTextAppearance -wangdaye.com.geometricweather.R$attr: int nestedScrollFlags -wangdaye.com.geometricweather.R$styleable: int Transition_pathMotionArc -com.turingtechnologies.materialscrollbar.R$attr: int chipSpacingVertical -com.google.android.material.R$attr: int statusBarBackground -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: void onError(java.lang.Throwable) -com.jaredrummler.android.colorpicker.R$attr: int dropdownListPreferredItemHeight -cyanogenmod.weather.IRequestInfoListener$Stub$Proxy: android.os.IBinder asBinder() -com.google.android.material.R$attr: int tabContentStart -okhttp3.WebSocket: boolean send(okio.ByteString) -com.google.android.material.appbar.CollapsingToolbarLayout: CollapsingToolbarLayout(android.content.Context) -io.reactivex.internal.util.VolatileSizeArrayList: int size() -okhttp3.internal.ws.WebSocketReader: void readHeader() -wangdaye.com.geometricweather.R$id: int container_main_sun_moon -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_RatingBar_Indicator -okio.Buffer: okio.BufferedSink writeInt(int) -cyanogenmod.externalviews.ExternalView: void onActivityDestroyed(android.app.Activity) -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_fontVariationSettings -androidx.preference.R$style: int Base_V26_Theme_AppCompat -wangdaye.com.geometricweather.R$color: int material_slider_active_track_color -wangdaye.com.geometricweather.common.basic.models.weather.Daily: float getHoursOfSun() -androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: void setBackgroundResource(int) -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_cardForegroundColor -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: int index -com.google.android.material.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable -wangdaye.com.geometricweather.R$styleable: int ActionBar_contentInsetLeft -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void onComplete() -com.google.android.material.slider.RangeSlider$RangeSliderState: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$layout: int mtrl_picker_header_title_text -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: double HoursOfSnow -android.support.v4.os.ResultReceiver$1: java.lang.Object createFromParcel(android.os.Parcel) -io.reactivex.internal.subscriptions.BasicQueueSubscription: boolean isEmpty() -android.didikee.donate.R$dimen: int abc_action_button_min_width_overflow_material -androidx.viewpager2.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable -androidx.constraintlayout.widget.R$attr: int layoutDescription -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ListView_Menu -james.adaptiveicon.R$attr: int colorPrimaryDark -com.jaredrummler.android.colorpicker.R$color: int material_blue_grey_900 -wangdaye.com.geometricweather.R$drawable: int notification_bg_normal_pressed -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_seekBarPreferenceStyle -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_trackTint -io.reactivex.Observable: io.reactivex.Observable window(io.reactivex.ObservableSource) -androidx.preference.R$styleable: int SearchView_searchHintIcon -androidx.core.R$layout: R$layout() -com.jaredrummler.android.colorpicker.R$id: int tag_unhandled_key_listeners -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_AutoCompleteTextView -james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu -wangdaye.com.geometricweather.R$dimen: int mtrl_navigation_item_icon_padding -com.google.android.material.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth -com.google.android.material.R$attr: int fastScrollEnabled -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getRagweedIndex() -okhttp3.internal.http2.Http2Connection$ReaderRunnable: Http2Connection$ReaderRunnable(okhttp3.internal.http2.Http2Connection,okhttp3.internal.http2.Http2Reader) -androidx.appcompat.resources.R$styleable: int GradientColor_android_startY -io.reactivex.internal.observers.BasicIntQueueDisposable: boolean isDisposed() -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: long serialVersionUID -james.adaptiveicon.R$id: int multiply -okhttp3.internal.Util$2 -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_commitIcon -androidx.constraintlayout.widget.R$styleable: int ActionBar_progressBarPadding -androidx.activity.R$layout: int custom_dialog -com.google.android.material.R$color: int mtrl_tabs_legacy_text_color_selector -wangdaye.com.geometricweather.R$id: int customPanel -com.bumptech.glide.integration.okhttp.R$id: int end -com.google.android.material.R$style: int ShapeAppearanceOverlay_TopRightDifferentCornerSize -cyanogenmod.externalviews.ExternalViewProviderService$Provider: int getWindowFlags() -com.google.android.material.R$attr: int layout_constraintWidth_default -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void replay() -com.google.android.material.R$styleable: int MaterialButtonToggleGroup_checkedButton -androidx.appcompat.R$attr: int titleTextColor -wangdaye.com.geometricweather.R$attr: int daySelectedStyle -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse -androidx.coordinatorlayout.R$id: int notification_main_column -androidx.appcompat.R$id: int accessibility_custom_action_9 -io.reactivex.internal.subscriptions.DeferredScalarSubscription: org.reactivestreams.Subscriber downstream -wangdaye.com.geometricweather.R$dimen: int design_snackbar_padding_horizontal -okhttp3.internal.cache.CacheStrategy$Factory: boolean isFreshnessLifetimeHeuristic() -wangdaye.com.geometricweather.R$dimen: int design_snackbar_padding_vertical_2lines -com.google.android.material.R$dimen: int abc_text_size_large_material -okio.Pipe: okio.Sink sink() -okio.Buffer: okio.ByteString hmacSha512(okio.ByteString) -cyanogenmod.providers.ThemesContract: ThemesContract() -io.reactivex.internal.disposables.CancellableDisposable: long serialVersionUID -androidx.constraintlayout.widget.R$attr: int actionModeCloseDrawable -okhttp3.internal.http2.Http2Connection: void pushHeadersLater(int,java.util.List,boolean) -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: ArcProgress(android.content.Context,android.util.AttributeSet,int) -android.didikee.donate.R$styleable: int View_paddingEnd -wangdaye.com.geometricweather.R$string: int settings_title_precipitation_notification_switch -androidx.appcompat.R$attr: int actionBarPopupTheme -androidx.recyclerview.R$attr: int font -com.google.android.material.R$attr: int customStringValue -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: long COMPLETE_MASK -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_BottomSheetDialog -com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleMarginEnd(int) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getPm25() -retrofit2.ParameterHandler$HeaderMap: retrofit2.Converter valueConverter -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer wetBulbTemperature -wangdaye.com.geometricweather.R$anim: int abc_slide_in_bottom -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean url -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_140 -cyanogenmod.app.Profile: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilityRain: java.lang.Integer proba6H -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_fontFamily -androidx.appcompat.widget.AppCompatSpinner$DropdownPopup -androidx.activity.R$drawable: R$drawable() -wangdaye.com.geometricweather.R$styleable: int Chip_hideMotionSpec -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_focused_z -okhttp3.internal.ws.RealWebSocket$Close: RealWebSocket$Close(int,okio.ByteString,long) -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode -wangdaye.com.geometricweather.R$dimen: int tooltip_vertical_padding -com.google.android.material.R$attr: int selectableItemBackgroundBorderless -wangdaye.com.geometricweather.R$id: int submit_area -wangdaye.com.geometricweather.R$attr: int layout_goneMarginLeft -com.xw.repo.bubbleseekbar.R$styleable: int ActionMode_closeItemLayout -james.adaptiveicon.R$styleable: int[] SwitchCompat -james.adaptiveicon.R$dimen: int abc_dialog_fixed_width_minor -okhttp3.Cookie: boolean domainMatch(java.lang.String,java.lang.String) -com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleTextColor(android.content.res.ColorStateList) -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: void onDetachedFromWindow() -wangdaye.com.geometricweather.R$styleable: int MenuGroup_android_menuCategory -androidx.vectordrawable.R$drawable: int notification_template_icon_bg -com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges -com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge -androidx.hilt.lifecycle.R$dimen: int notification_top_pad_large_text -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_aa_normal -okio.ByteString: int compareTo(okio.ByteString) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorPrimaryDark -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_lineHeight -wangdaye.com.geometricweather.R$string: int content_desc_weather_icon_light -com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_startX -com.google.android.material.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView -okio.AsyncTimeout: AsyncTimeout() -com.xw.repo.bubbleseekbar.R$drawable: int abc_text_select_handle_right_mtrl_light -wangdaye.com.geometricweather.R$layout: int mtrl_calendar_month_labeled -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_TabBar -cyanogenmod.app.Profile: void readFromParcel(android.os.Parcel) -cyanogenmod.externalviews.ExternalView: ExternalView(android.content.Context,android.util.AttributeSet) -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String[] ROWS -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Compat_Notification_Title -com.jaredrummler.android.colorpicker.R$drawable: int abc_text_select_handle_middle_mtrl_dark -androidx.loader.R$color: int ripple_material_light -androidx.swiperefreshlayout.R$dimen: int compat_control_corner_material -okhttp3.internal.io.FileSystem$1: okio.Source source(java.io.File) -com.google.android.material.R$attr: int flow_verticalStyle -androidx.preference.R$styleable: int ListPreference_entries -wangdaye.com.geometricweather.R$id: int item_weather_daily_air_title -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX getSpeed() -io.reactivex.exceptions.UndeliverableException: long serialVersionUID -androidx.preference.R$drawable: int abc_text_select_handle_middle_mtrl_light -wangdaye.com.geometricweather.R$anim: int fragment_manange_pop_exit -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) -com.turingtechnologies.materialscrollbar.R$string: int abc_menu_space_shortcut_label -cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_WIFI -androidx.constraintlayout.widget.R$dimen: int abc_dialog_list_padding_top_no_title -androidx.constraintlayout.widget.R$id: R$id() -androidx.coordinatorlayout.R$styleable: int FontFamily_fontProviderAuthority -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -com.jaredrummler.android.colorpicker.R$color: int background_floating_material_light -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_0 -android.didikee.donate.R$attr: int queryBackground -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: java.lang.String getPubTime() -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_body_1_material -james.adaptiveicon.R$styleable: int ActionBar_backgroundStacked -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.HistoryEntity,int) -com.google.android.material.textfield.TextInputLayout: void setHint(int) -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_android_font -okio.RealBufferedSink: okio.BufferedSink writeString(java.lang.String,java.nio.charset.Charset) -okhttp3.HttpUrl: java.lang.String username() -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_PopupMenu -okio.HashingSource: long read(okio.Buffer,long) -android.didikee.donate.R$anim: int abc_slide_out_top -androidx.hilt.work.R$layout: int notification_template_part_chronometer -cyanogenmod.app.suggest.AppSuggestManager: cyanogenmod.app.suggest.IAppSuggestManager sImpl -androidx.legacy.coreutils.R$drawable: int notification_bg -androidx.preference.R$drawable: int notification_tile_bg -wangdaye.com.geometricweather.R$id: int mtrl_calendar_frame -androidx.legacy.coreutils.R$styleable: int[] GradientColor -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHeight_percent -com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemTextAppearanceActive -com.google.android.material.R$layout: int design_menu_item_action_area -com.google.android.material.R$styleable: int Layout_layout_constraintRight_toRightOf -com.google.android.material.chip.Chip: void setIconEndPadding(float) -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIndicatorColor -com.google.android.material.R$id: int action_mode_bar_stub -com.google.android.material.R$styleable: int Chip_android_textAppearance -wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar: void setPrecipitationColor(int) -com.google.android.material.textfield.TextInputLayout: com.google.android.material.textfield.EndIconDelegate getEndIconDelegate() -cyanogenmod.app.CMContextConstants$Features: java.lang.String PARTNER -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_summaryOff -com.jaredrummler.android.colorpicker.R$id: int preset -androidx.recyclerview.widget.StaggeredGridLayoutManager$LazySpanLookup$FullSpanItem: android.os.Parcelable$Creator CREATOR -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_MENU_ACTION_VALIDATOR -com.turingtechnologies.materialscrollbar.R$color: int foreground_material_light -james.adaptiveicon.R$attr: int buttonTint -james.adaptiveicon.R$drawable: int abc_list_pressed_holo_light -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_searchViewStyle -okhttp3.internal.ws.RealWebSocket: boolean send(okio.ByteString) -androidx.hilt.lifecycle.R$drawable: int notification_bg_low_pressed -okhttp3.internal.http.HttpHeaders: int skipUntil(java.lang.String,int,java.lang.String) -com.bumptech.glide.R$dimen: int notification_action_icon_size -james.adaptiveicon.R$layout: int select_dialog_item_material -androidx.lifecycle.extensions.R$dimen: int compat_notification_large_icon_max_height -androidx.appcompat.R$drawable: int abc_text_cursor_material -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setIcon(int) -androidx.drawerlayout.R$styleable: int FontFamilyFont_android_ttcIndex -com.google.android.material.R$string: int abc_action_bar_home_description -io.reactivex.internal.util.VolatileSizeArrayList: boolean removeAll(java.util.Collection) -okhttp3.logging.HttpLoggingInterceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) -com.turingtechnologies.materialscrollbar.R$attr: int viewInflaterClass -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_SeekBar_Discrete -androidx.transition.R$dimen: int notification_main_column_padding_top -james.adaptiveicon.R$styleable: int AppCompatTheme_panelBackground -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean getPrecipitationProbability() -com.turingtechnologies.materialscrollbar.R$attr: int coordinatorLayoutStyle -androidx.preference.R$dimen: int notification_large_icon_width -wangdaye.com.geometricweather.R$string: int feedback_refresh_ui_after_refresh -androidx.constraintlayout.widget.R$attr: int attributeName -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void dispose() -com.google.android.material.R$styleable: int Layout_layout_constraintWidth_min -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.HistoryEntityDao getHistoryEntityDao() -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ListMenuView -cyanogenmod.hardware.CMHardwareManager: int getArrayValue(int[],int,int) -wangdaye.com.geometricweather.R$string: int path_password_strike_through -cyanogenmod.app.ILiveLockScreenManager: void setDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) -wangdaye.com.geometricweather.R$id: int textinput_placeholder -com.google.android.material.R$styleable: int MaterialToolbar_navigationIconColor -androidx.recyclerview.R$dimen: int notification_media_narrow_margin -wangdaye.com.geometricweather.common.basic.models.weather.Base: long timeStamp -wangdaye.com.geometricweather.R$anim: int fragment_manange_enter -androidx.preference.R$style: int Base_V22_Theme_AppCompat -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ProgressBar -androidx.appcompat.R$styleable: int[] GradientColorItem -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_height -androidx.hilt.lifecycle.R$styleable: int[] GradientColorItem -com.google.android.material.R$styleable: int Layout_layout_constraintLeft_toRightOf -androidx.core.R$id: int accessibility_custom_action_11 -androidx.constraintlayout.widget.R$dimen: int abc_button_inset_vertical_material -androidx.hilt.R$id: int accessibility_custom_action_30 -com.turingtechnologies.materialscrollbar.R$attr: int counterEnabled -cyanogenmod.externalviews.IExternalViewProvider: void onStart() -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit[] values() -wangdaye.com.geometricweather.R$styleable: int MenuView_android_verticalDivider -james.adaptiveicon.R$id: int icon -com.xw.repo.bubbleseekbar.R$dimen: int tooltip_precise_anchor_extra_offset -com.xw.repo.bubbleseekbar.R$styleable: int MenuGroup_android_visible -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_actionProviderClass -androidx.loader.R$color -com.xw.repo.bubbleseekbar.R$id: int spacer -androidx.appcompat.R$drawable: int abc_menu_hardkey_panel_mtrl_mult -wangdaye.com.geometricweather.R$attr: int preferenceScreenStyle -okio.AsyncTimeout$2: AsyncTimeout$2(okio.AsyncTimeout,okio.Source) -androidx.constraintlayout.widget.R$string: int abc_action_mode_done -com.google.android.material.slider.RangeSlider: void setThumbRadius(int) -wangdaye.com.geometricweather.R$style: int Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected -wangdaye.com.geometricweather.R$id: int widget_clock_day_wind -wangdaye.com.geometricweather.db.entities.DailyEntity: void setRagweedLevel(java.lang.Integer) -wangdaye.com.geometricweather.R$id: int easeInOut -androidx.appcompat.R$dimen: int abc_action_bar_default_height_material -androidx.appcompat.R$style: int AlertDialog_AppCompat_Light -cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent SOUND -androidx.activity.R$string: int status_bar_notification_info_overflow -androidx.viewpager2.R$dimen: int notification_small_icon_size_as_large -org.greenrobot.greendao.AbstractDao: void attachEntity(java.lang.Object,java.lang.Object,boolean) -okhttp3.internal.http2.Http2Writer: void data(boolean,int,okio.Buffer,int) -io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.db.entities.AlertEntity: long alertId -com.google.android.material.appbar.AppBarLayout: void setOrientation(int) -com.google.android.material.R$id: int invisible -io.reactivex.internal.operators.observable.ObserverResourceWrapper: long serialVersionUID -io.reactivex.Observable: io.reactivex.Observable switchOnNext(io.reactivex.ObservableSource) -com.google.android.material.R$dimen: int mtrl_tooltip_minWidth -cyanogenmod.hardware.ICMHardwareService$Stub: cyanogenmod.hardware.ICMHardwareService asInterface(android.os.IBinder) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Metric: java.lang.String Unit -com.google.android.material.R$styleable: int TabLayout_tabPadding -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_76 -androidx.preference.R$id: int accessibility_custom_action_8 -com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar -androidx.fragment.R$id: int accessibility_custom_action_16 -androidx.appcompat.widget.ActionBarOverlayLayout: void setUiOptions(int) -com.turingtechnologies.materialscrollbar.R$style: int Platform_MaterialComponents_Light -retrofit2.OkHttpCall$1: retrofit2.OkHttpCall this$0 -androidx.constraintlayout.widget.R$styleable: int Toolbar_contentInsetStart -cyanogenmod.providers.CMSettings$Global: boolean putLongForUser(android.content.ContentResolver,java.lang.String,long,int) -androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_android_fontVariationSettings -androidx.constraintlayout.widget.R$attr: R$attr() -com.turingtechnologies.materialscrollbar.R$anim: R$anim() -android.didikee.donate.R$styleable: int MenuGroup_android_id -android.didikee.donate.R$layout: R$layout() -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Subhead_Inverse -androidx.vectordrawable.R$drawable -wangdaye.com.geometricweather.R$dimen: int design_snackbar_background_corner_radius -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: int getTemperature(int) -okio.Okio: okio.Sink appendingSink(java.io.File) -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableTintMode -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_6 -com.google.android.material.R$attr: int flow_horizontalGap -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed Speed -cyanogenmod.alarmclock.ClockContract$CitiesColumns: java.lang.String CITY_NAME -com.jaredrummler.android.colorpicker.R$attr: int commitIcon -androidx.appcompat.widget.AppCompatCheckBox: void setBackgroundDrawable(android.graphics.drawable.Drawable) -android.didikee.donate.R$drawable: int abc_edit_text_material -wangdaye.com.geometricweather.R$string: int wind_1 -androidx.preference.R$attr: int commitIcon -wangdaye.com.geometricweather.R$id: int tag_accessibility_clickable_spans -androidx.preference.R$styleable: int CoordinatorLayout_Layout_layout_behavior -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_section_count -androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding -wangdaye.com.geometricweather.R$styleable: int ArcProgress_bottom_text_color -androidx.recyclerview.R$dimen: int compat_control_corner_material -wangdaye.com.geometricweather.main.Hilt_MainActivity: Hilt_MainActivity() -com.google.android.material.R$attr: int textAppearanceListItemSecondary -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxCornerRadiusBottomEnd -okio.Buffer: java.io.InputStream inputStream() -androidx.swiperefreshlayout.R$drawable -android.didikee.donate.R$string: int abc_shareactionprovider_share_with_application -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode SNOW -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_10 -com.turingtechnologies.materialscrollbar.R$attr: int buttonTint -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragmentCompat_allowDividerAfterLastItem -wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_outline_box_expanded_padding -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomNavigationView -androidx.constraintlayout.widget.R$attr: int homeLayout -com.xw.repo.bubbleseekbar.R$styleable: int[] StateListDrawable -okhttp3.Cookie$Builder: okhttp3.Cookie$Builder expiresAt(long) -android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView -com.jaredrummler.android.colorpicker.R$color: int switch_thumb_material_dark -wangdaye.com.geometricweather.R$styleable: int TextAppearance_textAllCaps -androidx.appcompat.R$attr: int panelMenuListWidth -cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_enqueueLiveLockScreen -com.google.android.material.R$dimen: int mtrl_tooltip_padding -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_disableDependentsState -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: android.os.IBinder asBinder() -com.google.android.material.R$dimen: int action_bar_size -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setPivotX(float) -androidx.constraintlayout.widget.R$attr: int layout_constraintLeft_toRightOf -com.google.android.material.R$id: int alertTitle -okhttp3.internal.ws.WebSocketReader$FrameCallback: void onReadPing(okio.ByteString) -wangdaye.com.geometricweather.R$color: int colorRoot_dark -androidx.preference.R$styleable: int AppCompatTheme_dividerVertical -androidx.legacy.coreutils.R$id -androidx.constraintlayout.utils.widget.ImageFilterView: void setOverlay(boolean) -com.google.android.material.R$attr: int layout_constraintBaseline_creator -com.google.android.material.navigation.NavigationView: void setItemHorizontalPaddingResource(int) -android.support.v4.os.ResultReceiver: android.support.v4.os.IResultReceiver mReceiver -wangdaye.com.geometricweather.R$color: int button_material_dark -cyanogenmod.profiles.ConnectionSettings: boolean isOverride() -com.turingtechnologies.materialscrollbar.R$attr: int maxButtonHeight -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_DialogWhenLarge -com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status PENDING -com.turingtechnologies.materialscrollbar.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable -androidx.constraintlayout.widget.R$id: int contentPanel -androidx.preference.R$id: int tag_unhandled_key_event_manager -com.google.android.material.R$styleable: int ActionMode_closeItemLayout -androidx.preference.R$styleable: int TextAppearance_android_shadowRadius -androidx.constraintlayout.widget.R$attr: int layout_goneMarginEnd -androidx.appcompat.R$styleable: int AppCompatTextView_autoSizeMaxTextSize -androidx.lifecycle.SavedStateHandleController: void attachToLifecycle(androidx.savedstate.SavedStateRegistry,androidx.lifecycle.Lifecycle) -com.jaredrummler.android.colorpicker.R$string: int abc_search_hint -androidx.viewpager2.R$attr: int font -james.adaptiveicon.R$styleable: int AppCompatTextView_textLocale -androidx.viewpager.R$styleable: int GradientColorItem_android_offset -com.google.android.material.R$style: int Base_Widget_AppCompat_Button_Small -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_lastHorizontalBias -wangdaye.com.geometricweather.R$attr: int minWidth -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_goneMarginBottom -cyanogenmod.hardware.CMHardwareManager: java.util.List BOOLEAN_FEATURES -androidx.lifecycle.ProcessLifecycleOwner$3: void onActivityPreCreated(android.app.Activity,android.os.Bundle) -androidx.constraintlayout.widget.R$anim: int btn_checkbox_to_checked_box_outer_merged_animation -androidx.preference.R$integer -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_star_black_48dp -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionButton_CloseMode -androidx.constraintlayout.widget.R$color: int switch_thumb_material_dark -okhttp3.internal.cache.CacheStrategy$Factory: long nowMillis -com.google.android.material.R$color: int design_dark_default_color_surface -com.turingtechnologies.materialscrollbar.R$drawable: int notification_bg_low_pressed -android.didikee.donate.R$styleable: int AppCompatTheme_actionBarPopupTheme -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_64 -com.google.android.material.circularreveal.cardview.CircularRevealCardView: CircularRevealCardView(android.content.Context) -io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function8) -androidx.dynamicanimation.R$styleable: int FontFamily_fontProviderFetchTimeout -wangdaye.com.geometricweather.R$id: int container_main_sun_moon_moon_icon -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX getDirection() -com.google.android.material.R$style: int Widget_MaterialComponents_Button_Icon -androidx.constraintlayout.widget.R$style: int Base_V23_Theme_AppCompat -androidx.legacy.coreutils.R$style: int TextAppearance_Compat_Notification_Line2 -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Ice: AccuDailyResult$DailyForecasts$Night$Ice() -android.didikee.donate.R$style: int Base_V7_Widget_AppCompat_EditText -androidx.lifecycle.ViewModelStore: androidx.lifecycle.ViewModel get(java.lang.String) -androidx.hilt.R$styleable: int FontFamilyFont_fontWeight -androidx.preference.R$attr: int textLocale -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast: long serialVersionUID -wangdaye.com.geometricweather.R$drawable: int notif_temp_32 -androidx.preference.R$id: int info -wangdaye.com.geometricweather.R$styleable: int Preference_android_persistent -okhttp3.Cache: okhttp3.internal.cache.DiskLruCache cache -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_black -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float snow6h -com.turingtechnologies.materialscrollbar.R$dimen: int fastscroll_minimum_range -androidx.appcompat.widget.SwitchCompat: void setSwitchMinWidth(int) -com.turingtechnologies.materialscrollbar.R$styleable: int View_theme -com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getCounterOverflowTextColor() -androidx.vectordrawable.animated.R$dimen: int notification_small_icon_background_padding -android.didikee.donate.R$styleable: int[] Toolbar -androidx.preference.R$styleable: int SearchView_searchIcon -android.didikee.donate.R$style: int Widget_AppCompat_ListView -james.adaptiveicon.R$drawable: int abc_text_select_handle_right_mtrl_light -okhttp3.internal.ws.RealWebSocket: void failWebSocket(java.lang.Exception,okhttp3.Response) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: java.lang.String url -androidx.hilt.R$id: int accessibility_custom_action_25 -wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.lang.String getShortDate(android.content.Context) -com.google.android.material.R$styleable: int KeyTrigger_motionTarget -james.adaptiveicon.R$attr: int maxButtonHeight -androidx.viewpager2.R$dimen: int notification_subtext_size -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index: double val -com.turingtechnologies.materialscrollbar.R$attr: int contentInsetRight -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: int fusionMode -android.didikee.donate.R$dimen -com.turingtechnologies.materialscrollbar.R$color: int mtrl_tabs_legacy_text_color_selector -com.turingtechnologies.materialscrollbar.R$id: int search_button -wangdaye.com.geometricweather.R$styleable: int AppBarLayout_Layout_layout_scrollFlags -wangdaye.com.geometricweather.R$drawable: int ic_toolbar_back -okhttp3.OkHttpClient: java.util.List connectionSpecs() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather: java.lang.String img -androidx.lifecycle.SavedStateHandle: java.util.Map mRegular -wangdaye.com.geometricweather.R$attr: int layout_goneMarginBottom -androidx.appcompat.R$layout: int custom_dialog -cyanogenmod.externalviews.KeyguardExternalView$7: cyanogenmod.externalviews.KeyguardExternalView this$0 -io.reactivex.internal.subscribers.StrictSubscriber: void onComplete() -wangdaye.com.geometricweather.R$id: int item_aqi -androidx.appcompat.widget.Toolbar: Toolbar(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$drawable: int cpv_ic_arrow_right_black_24dp -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: java.util.concurrent.atomic.AtomicInteger windows -androidx.preference.internal.PreferenceImageView: void setMaxWidth(int) -wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: void setProvince(java.lang.String) -com.jaredrummler.android.colorpicker.R$id: int content -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle -androidx.preference.R$styleable: int MenuItem_android_orderInCategory -androidx.work.R$integer: int status_bar_notification_info_maxnum -com.google.android.material.R$style: int Theme_MaterialComponents_Light_NoActionBar -wangdaye.com.geometricweather.common.ui.behaviors.InkPageIndicatorBehavior -com.google.android.material.R$style: R$style() -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowMinWidthMajor -okhttp3.logging.HttpLoggingInterceptor: okhttp3.logging.HttpLoggingInterceptor$Level level -androidx.activity.R$id: int forever -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_orderInCategory -com.xw.repo.bubbleseekbar.R$string: int abc_searchview_description_query -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_PSK_WITH_3DES_EDE_CBC_SHA -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse -com.turingtechnologies.materialscrollbar.R$styleable: int CardView_cardBackgroundColor -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_PopupMenu -wangdaye.com.geometricweather.R$attr: int colorControlActivated -androidx.preference.DropDownPreference: DropDownPreference(android.content.Context,android.util.AttributeSet) -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_6 -wangdaye.com.geometricweather.R$id: int activity_widget_config_viewStyleContainer -androidx.constraintlayout.widget.R$anim: int abc_grow_fade_in_from_bottom -okio.RealBufferedSource: long indexOf(byte,long,long) -com.xw.repo.bubbleseekbar.R$drawable: int abc_text_select_handle_right_mtrl_dark -wangdaye.com.geometricweather.R$id: int labelGroup -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Compat_Notification_Time -com.google.android.material.R$attr: int buttonBarNeutralButtonStyle -androidx.loader.R$integer: int status_bar_notification_info_maxnum -com.google.android.material.R$styleable: int Slider_thumbElevation -androidx.appcompat.widget.AppCompatEditText: AppCompatEditText(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.tabs.TabLayout: android.graphics.drawable.Drawable getTabSelectedIndicator() -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 -com.turingtechnologies.materialscrollbar.R$color: int abc_tint_default -wangdaye.com.geometricweather.R$attr: int bsb_thumb_radius_on_dragging -com.google.android.material.R$string: int mtrl_picker_toggle_to_text_input_mode -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float no2 -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_34 -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_fontFamily -cyanogenmod.weather.RequestInfo: java.lang.String toString() -wangdaye.com.geometricweather.R$attr: int listPreferredItemHeightSmall -io.reactivex.Observable: io.reactivex.Observable window(long,long) -wangdaye.com.geometricweather.R$attr: int floatingActionButtonStyle -com.google.android.material.R$string: int item_view_role_description -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight -androidx.core.R$dimen: int compat_button_inset_horizontal_material -androidx.work.InputMerger: InputMerger() -com.jaredrummler.android.colorpicker.R$dimen: int notification_right_side_padding_top -james.adaptiveicon.R$styleable: int SwitchCompat_splitTrack -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Spinner_DropDown -cyanogenmod.power.PerformanceManager: boolean checkService() -wangdaye.com.geometricweather.R$styleable: int AlertDialog_singleChoiceItemLayout -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputEditText_FilledBox_Dense -androidx.fragment.R$styleable: int FontFamilyFont_fontStyle -androidx.dynamicanimation.R$id: int line3 -androidx.preference.ListPreference$SavedState: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$color: int mtrl_tabs_icon_color_selector_colored -wangdaye.com.geometricweather.R$styleable: int[] ColorStateListItem -cyanogenmod.app.IProfileManager: boolean removeProfile(cyanogenmod.app.Profile) -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_skipCollapsed -cyanogenmod.weather.WeatherInfo$Builder: double mTodaysLowTemp -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setUvLevel(java.lang.String) -okhttp3.Request: okhttp3.HttpUrl url -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedNoLast: void run() -androidx.hilt.work.R$attr: int fontProviderFetchStrategy -com.google.android.material.R$styleable: int AppCompatTextView_autoSizeMinTextSize -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder dns(okhttp3.Dns) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: java.lang.String getUnit() -com.github.rahatarmanahmed.cpv.CircularProgressView$8 -com.google.android.material.checkbox.MaterialCheckBox -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Inverse -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.util.Date date -com.turingtechnologies.materialscrollbar.R$color: int abc_tint_switch_track -com.google.android.material.slider.Slider: void setHaloRadiusResource(int) -james.adaptiveicon.R$attr: int panelMenuListWidth -okhttp3.internal.platform.Platform: java.util.List alpnProtocolNames(java.util.List) -com.jaredrummler.android.colorpicker.R$attr: int autoSizeMinTextSize -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light_DarkActionBar -androidx.vectordrawable.R$dimen: int notification_right_side_padding_top -wangdaye.com.geometricweather.R$styleable: int ActionBar_progressBarPadding -wangdaye.com.geometricweather.R$attr: int materialCalendarDay -com.google.android.material.snackbar.Snackbar$SnackbarLayout: void setBackgroundTintMode(android.graphics.PorterDuff$Mode) -okhttp3.internal.http2.Http2Connection$ReaderRunnable: okhttp3.internal.http2.Http2Connection this$0 -okhttp3.FormBody: okhttp3.MediaType CONTENT_TYPE -com.jaredrummler.android.colorpicker.R$attr: int maxHeight -androidx.constraintlayout.widget.R$color: int material_grey_300 -cyanogenmod.app.BaseLiveLockManagerService: void notifyChangeListeners(cyanogenmod.app.LiveLockScreenInfo) -com.google.android.material.textfield.TextInputLayout: void setBoxBackgroundColorStateList(android.content.res.ColorStateList) -okhttp3.internal.http.HttpCodec: void finishRequest() -com.google.android.material.R$styleable: int Tooltip_android_textAppearance -androidx.fragment.app.BackStackState -com.google.android.material.R$styleable: int AppCompatTheme_switchStyle -wangdaye.com.geometricweather.R$styleable: int SwitchMaterial_useMaterialThemeColors -androidx.activity.R$dimen: int notification_subtext_size -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionBar -com.google.android.material.R$dimen: int abc_edit_text_inset_top_material -com.turingtechnologies.materialscrollbar.R$dimen: int abc_floating_window_z -androidx.viewpager.R$dimen: int compat_notification_large_icon_max_width -james.adaptiveicon.R$styleable: int ViewBackgroundHelper_backgroundTint -com.google.android.material.R$id: int submit_area -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String uvLevel -androidx.transition.R$id: int title -com.xw.repo.bubbleseekbar.R$layout: int abc_action_mode_bar -io.reactivex.Observable: io.reactivex.Observable withLatestFrom(java.lang.Iterable,io.reactivex.functions.Function) -wangdaye.com.geometricweather.R$layout: int abc_activity_chooser_view_list_item -cyanogenmod.util.ColorUtils: float[] temperatureToRGB(int) -androidx.preference.R$layout: int notification_template_part_chronometer -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: wangdaye.com.geometricweather.db.entities.HourlyEntity readEntity(android.database.Cursor,int) -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_subtitle_material_toolbar -android.didikee.donate.R$string: int abc_action_mode_done -android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart -james.adaptiveicon.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle -wangdaye.com.geometricweather.R$id: int widget_day_card -wangdaye.com.geometricweather.R$drawable: int notification_bg_normal -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult: java.util.List forecasts -androidx.lifecycle.service.R -james.adaptiveicon.R$attr: int toolbarNavigationButtonStyle -wangdaye.com.geometricweather.R$color: int accent_material_dark -io.reactivex.internal.schedulers.AbstractDirectTask -com.jaredrummler.android.colorpicker.R$string: int abc_prepend_shortcut_label -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle -com.google.android.material.R$styleable: int Layout_layout_constraintWidth_max -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeRainPrecipitationDuration -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: ExternalViewProviderService$Provider$ProviderImpl$7(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl,int,int,int,int,boolean,android.graphics.Rect) -io.reactivex.Observable: io.reactivex.Observable wrap(io.reactivex.ObservableSource) -androidx.hilt.work.R$dimen: int notification_small_icon_size_as_large -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_RatingBar_Indicator -io.reactivex.internal.observers.DeferredScalarDisposable: io.reactivex.Observer downstream -cyanogenmod.app.ProfileGroup$Mode: cyanogenmod.app.ProfileGroup$Mode valueOf(java.lang.String) -com.google.android.material.R$attr: R$attr() -android.didikee.donate.R$styleable: int MenuView_android_verticalDivider -cyanogenmod.weather.IRequestInfoListener$Stub$Proxy: java.lang.String getInterfaceDescriptor() -com.bumptech.glide.load.engine.GlideException: java.lang.Exception exception -com.google.android.material.R$style: int Widget_AppCompat_ActionBar_TabView -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.String timezone -cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.RequestInfo$Builder setTemperatureUnit(int) -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryInnerObserver BOUNDARY_DISPOSED -cyanogenmod.themes.IThemeService$Stub$Proxy -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_ICONS -androidx.preference.R$style: int ThemeOverlay_AppCompat_ActionBar -com.bumptech.glide.R$styleable -okio.Sink: void close() -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress -android.didikee.donate.R$styleable: int ActionBar_navigationMode -androidx.appcompat.R$style: int Base_Widget_AppCompat_ListMenuView -cyanogenmod.themes.ThemeChangeRequest$1: cyanogenmod.themes.ThemeChangeRequest createFromParcel(android.os.Parcel) -io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: void run() -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_contentInsetStartWithNavigation -cyanogenmod.themes.ThemeManager$1: ThemeManager$1(cyanogenmod.themes.ThemeManager) -androidx.appcompat.view.menu.ListMenuItemView: ListMenuItemView(android.content.Context,android.util.AttributeSet) -com.google.android.material.slider.Slider: int getLabelBehavior() -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_switchPreferenceStyle -wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_ActionBar -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_centerX -io.reactivex.Observable: io.reactivex.Observable cast(java.lang.Class) -cyanogenmod.app.Profile$ProfileTrigger: java.lang.String access$300(cyanogenmod.app.Profile$ProfileTrigger) -wangdaye.com.geometricweather.R$attr: int tooltipStyle -org.greenrobot.greendao.AbstractDao: java.util.List queryRaw(java.lang.String,java.lang.String[]) -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: io.reactivex.disposables.CompositeDisposable compositeDisposable -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView: int getMarginBottom() -androidx.appcompat.R$id: int accessibility_custom_action_11 -wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: void setSunDrawable(android.graphics.drawable.Drawable) -com.google.android.material.R$styleable: int Layout_maxHeight -androidx.constraintlayout.widget.R$styleable: R$styleable() -com.google.android.material.datepicker.MaterialCalendarGridView: MaterialCalendarGridView(android.content.Context,android.util.AttributeSet) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonStyle -com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_showSeekBarValue -com.google.android.material.R$attr: int passwordToggleContentDescription -okhttp3.internal.http2.Http2Stream$FramingSink: void emitFrame(boolean) -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: java.util.List toCardDisplayList(java.lang.String) -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: int requestFusion(int) -android.didikee.donate.R$dimen: int abc_alert_dialog_button_bar_height -james.adaptiveicon.R$drawable: int notification_action_background -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_ratingBarStyleIndicator -androidx.appcompat.R$styleable: int ActionBar_contentInsetEnd -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver -com.google.android.material.transformation.TransformationChildLayout -androidx.activity.R$dimen: int compat_button_inset_horizontal_material -cyanogenmod.app.ThemeVersion$ThemeVersionImpl2: java.util.List getDeviceComponentVersions() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int Icon -androidx.preference.R$id: int accessibility_custom_action_26 -okhttp3.Address: java.util.List connectionSpecs() -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_19 -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_DialogWhenLarge -com.google.android.material.R$styleable: int KeyTimeCycle_android_translationX -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: long serialVersionUID -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_STATUS_BAR -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean setDisplayColorCalibration(int[]) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling: java.lang.String Unit -com.google.android.material.internal.FlowLayout: void setItemSpacing(int) -androidx.preference.R$color: int tooltip_background_light -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_anon_WITH_RC4_128_SHA -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1: void onSucceed(java.lang.Object) -androidx.appcompat.R$styleable: int LinearLayoutCompat_android_gravity -wangdaye.com.geometricweather.R$layout: int notification_template_part_chronometer -android.didikee.donate.R$drawable: int abc_vector_test -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_MaterialComponents_TextInputEditText -androidx.lifecycle.LifecycleRegistry: androidx.arch.core.internal.FastSafeIterableMap mObserverMap -com.turingtechnologies.materialscrollbar.R$attr: int msb_hideDelayInMilliseconds -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 -androidx.preference.R$styleable: int MenuItem_contentDescription -androidx.constraintlayout.widget.R$dimen: int notification_large_icon_height -androidx.appcompat.widget.AppCompatTextView: int[] getAutoSizeTextAvailableSizes() -com.turingtechnologies.materialscrollbar.R$attr: int colorBackgroundFloating -androidx.preference.R$attr: int drawerArrowStyle -androidx.constraintlayout.widget.R$drawable: R$drawable() -com.google.android.material.R$attr: int actionOverflowButtonStyle -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Button_Small -james.adaptiveicon.R$attr: int navigationIcon -android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode -wangdaye.com.geometricweather.background.receiver.MainReceiver: MainReceiver() -okhttp3.internal.http2.Http2Connection$Listener$1: void onStream(okhttp3.internal.http2.Http2Stream) -wangdaye.com.geometricweather.R$style: int Base_Animation_AppCompat_Tooltip -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher: void subscribe(org.reactivestreams.Subscriber) -james.adaptiveicon.R$style: int Base_Widget_AppCompat_SeekBar -james.adaptiveicon.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle -com.bumptech.glide.integration.okhttp.R$color: int ripple_material_light -retrofit2.Retrofit$Builder: boolean validateEagerly -androidx.constraintlayout.widget.R$attr: int motionPathRotate -com.google.android.material.R$color: int material_blue_grey_900 -androidx.constraintlayout.widget.R$layout: int abc_alert_dialog_button_bar_material -androidx.constraintlayout.widget.R$attr: int limitBoundsTo -androidx.lifecycle.Transformations$2$1: Transformations$2$1(androidx.lifecycle.Transformations$2) -cyanogenmod.platform.Manifest$permission: java.lang.String READ_ALARMS -wangdaye.com.geometricweather.db.entities.WeatherEntityDao -androidx.viewpager2.widget.ViewPager2: int getCurrentItem() -androidx.appcompat.resources.R$styleable: int[] StateListDrawableItem -com.jaredrummler.android.colorpicker.R$attr: int stackFromEnd -com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_windowAnimationStyle -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamily_fontProviderQuery -wangdaye.com.geometricweather.R$drawable: int notify_panel_notification_icon_bg -com.google.android.material.R$styleable: int AppCompatTextView_drawableBottomCompat -cyanogenmod.app.ICMStatusBarManager$Stub: ICMStatusBarManager$Stub() -wangdaye.com.geometricweather.R$id: int top -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_onClick -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Subhead -androidx.constraintlayout.widget.R$styleable: int StateListDrawable_android_variablePadding -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintVertical_weight -androidx.preference.UnPressableLinearLayout: UnPressableLinearLayout(android.content.Context,android.util.AttributeSet) -cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: android.os.IBinder asBinder() -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse -wangdaye.com.geometricweather.R$dimen: int material_filled_edittext_font_2_0_padding_top -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActivityChooserView -com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy UPPER_CAMEL_CASE_WITH_SPACES -okhttp3.internal.http2.Http2Connection$ReaderRunnable$2: okhttp3.internal.http2.Http2Connection$ReaderRunnable this$1 -wangdaye.com.geometricweather.db.entities.DailyEntity: void setSunSetDate(java.util.Date) -androidx.appcompat.R$style: int Widget_AppCompat_DropDownItem_Spinner -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: long serialVersionUID -androidx.core.R$styleable: int GradientColorItem_android_color -cyanogenmod.profiles.AirplaneModeSettings: boolean mOverride -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: void onNext(java.lang.Object) -android.didikee.donate.R$attr: int listChoiceBackgroundIndicator -james.adaptiveicon.R$styleable: int AppCompatSeekBar_tickMark -com.turingtechnologies.materialscrollbar.R$attr: int searchIcon -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart -androidx.dynamicanimation.R$dimen: int notification_big_circle_margin -wangdaye.com.geometricweather.settings.activities.PreviewIconActivity: PreviewIconActivity() -com.google.android.material.R$id: int line1 -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean getContent() -androidx.core.R$id: int right_side -com.xw.repo.bubbleseekbar.R$style: int Base_Animation_AppCompat_Dialog -cyanogenmod.providers.WeatherContract$WeatherColumns$WindSpeedUnit: int KPH -okhttp3.TlsVersion: okhttp3.TlsVersion SSL_3_0 -okhttp3.internal.http1.Http1Codec$UnknownLengthSource: boolean inputExhausted -com.bumptech.glide.manager.SupportRequestManagerFragment -wangdaye.com.geometricweather.R$attr: int summaryOff -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxCollapsedPaddingTop -okhttp3.HttpUrl: void pathSegmentsToString(java.lang.StringBuilder,java.util.List) -wangdaye.com.geometricweather.R$animator: int mtrl_btn_unelevated_state_list_anim -wangdaye.com.geometricweather.R$string: int settings_title_appearance -com.google.android.material.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup -androidx.constraintlayout.widget.R$color: int abc_background_cache_hint_selector_material_dark -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem -okhttp3.RequestBody$1: RequestBody$1(okhttp3.MediaType,okio.ByteString) -com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: android.graphics.drawable.Drawable getCircularRevealOverlayDrawable() -com.turingtechnologies.materialscrollbar.R$attr: int fontProviderCerts -wangdaye.com.geometricweather.R$attr: int textAppearanceSubtitle2 -wangdaye.com.geometricweather.R$layout: int cpv_dialog_color_picker -androidx.constraintlayout.widget.R$styleable: int KeyPosition_motionTarget -wangdaye.com.geometricweather.R$drawable: int notif_temp_66 -wangdaye.com.geometricweather.R$id: int SHOW_ALL -com.bumptech.glide.R$id: int right_side -wangdaye.com.geometricweather.R$id: int activity_card_display_manage_recyclerView -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: io.reactivex.functions.BiPredicate comparer -com.jaredrummler.android.colorpicker.R$drawable: int abc_cab_background_top_mtrl_alpha -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_paddingRight -wangdaye.com.geometricweather.R$attr: int passwordToggleDrawable -androidx.lifecycle.ViewModelProvider: ViewModelProvider(androidx.lifecycle.ViewModelStoreOwner) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void onComplete() -okhttp3.OkHttpClient: okhttp3.ConnectionPool connectionPool -okhttp3.internal.cache.CacheInterceptor$1: boolean cacheRequestClosed -com.google.android.material.R$id: int action_bar_title -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Title -androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionBar_TabView -androidx.coordinatorlayout.widget.CoordinatorLayout: void setStatusBarBackground(android.graphics.drawable.Drawable) -com.turingtechnologies.materialscrollbar.Handle -io.reactivex.internal.observers.ForEachWhileObserver: long serialVersionUID -james.adaptiveicon.R$styleable: int AppCompatTextView_drawableTintMode -com.google.android.material.snackbar.SnackbarContentLayout: SnackbarContentLayout(android.content.Context,android.util.AttributeSet) -androidx.lifecycle.extensions.R$integer -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -okio.RealBufferedSource$1: java.lang.String toString() -com.xw.repo.bubbleseekbar.R$attr: int closeIcon -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void innerComplete(io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver) -wangdaye.com.geometricweather.R$styleable: int SearchView_android_focusable -com.google.android.material.R$dimen: int mtrl_btn_inset -android.didikee.donate.R$attr: int arrowHeadLength -io.reactivex.Observable: io.reactivex.Observable combineLatestDelayError(java.lang.Iterable,io.reactivex.functions.Function,int) -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light_Dialog_Alert -androidx.activity.R$styleable: int GradientColor_android_startColor -okhttp3.HttpUrl: java.lang.String QUERY_COMPONENT_ENCODE_SET_URI -androidx.swiperefreshlayout.R$style: int TextAppearance_Compat_Notification_Info -androidx.swiperefreshlayout.R$drawable: int notification_action_background -com.google.android.material.R$styleable: int TextInputLayout_hintAnimationEnabled -androidx.legacy.coreutils.R$id: int right_icon -wangdaye.com.geometricweather.R$styleable: int SwitchImageButton_drawable_res_off -android.didikee.donate.R$attr: int actionMenuTextAppearance -com.turingtechnologies.materialscrollbar.R$attr: int buttonTintMode -androidx.preference.R$styleable: int GradientColor_android_centerY -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_checkedIcon -androidx.preference.R$styleable: int RecyclerView_spanCount -androidx.core.content.FileProvider: FileProvider() -androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionBar -androidx.constraintlayout.widget.R$styleable: int MenuItem_tooltipText -wangdaye.com.geometricweather.R$id: int radio -com.turingtechnologies.materialscrollbar.R$dimen: int compat_button_padding_horizontal_material -androidx.lifecycle.Lifecycling: androidx.lifecycle.GenericLifecycleObserver getCallback(java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int ThemeEnforcement_enforceTextAppearance -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_pivotAnchor -wangdaye.com.geometricweather.R$string: int about_retrofit -androidx.lifecycle.ComputableLiveData: void invalidate() -okio.Buffer: okio.BufferedSink writeString(java.lang.String,java.nio.charset.Charset) -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity -com.xw.repo.bubbleseekbar.R$bool: int abc_allow_stacked_button_bar -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String treeDescription -androidx.preference.R$drawable: int abc_switch_thumb_material -androidx.activity.R$styleable: int FontFamily_fontProviderPackage -com.google.android.material.R$style: int CardView_Light -com.google.android.material.R$dimen: int mtrl_alert_dialog_background_inset_bottom -cyanogenmod.hardware.IThermalListenerCallback$Stub -cyanogenmod.os.Concierge$ParcelInfo: Concierge$ParcelInfo(android.os.Parcel,int) -androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow -wangdaye.com.geometricweather.R$id: int mtrl_calendar_selection_frame -wangdaye.com.geometricweather.R$dimen: int material_clock_hand_center_dot_radius -cyanogenmod.power.IPerformanceManager -com.google.android.material.floatingactionbutton.FloatingActionButton: FloatingActionButton(android.content.Context) -com.turingtechnologies.materialscrollbar.R$attr: int actionModeBackground -com.turingtechnologies.materialscrollbar.R$attr: int pressedTranslationZ -com.xw.repo.bubbleseekbar.R$styleable: int View_theme -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: io.reactivex.internal.operators.observable.ObservableReplay$Node getHead() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_autoSizeMaxTextSize -androidx.preference.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding -wangdaye.com.geometricweather.R$layout: int abc_screen_simple -androidx.constraintlayout.widget.R$id: int rectangles -com.jaredrummler.android.colorpicker.R$styleable: int[] Preference -androidx.work.NetworkType: androidx.work.NetworkType UNMETERED -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.util.concurrent.atomic.AtomicReference error -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.UV uv -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String cityId -com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_android_descendantFocusability -androidx.constraintlayout.widget.R$id: int search_badge -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: CaiYunMainlyResult$ForecastDailyBean$AqiBean() -cyanogenmod.weather.WeatherInfo$DayForecast$Builder: cyanogenmod.weather.WeatherInfo$DayForecast$Builder setLow(double) -io.reactivex.internal.subscriptions.BasicIntQueueSubscription: long serialVersionUID -androidx.lifecycle.ServiceLifecycleDispatcher: android.os.Handler mHandler -androidx.recyclerview.R$id: int accessibility_custom_action_30 -com.google.android.material.R$styleable: int Constraint_layout_constraintGuide_end -android.didikee.donate.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow -okhttp3.Connection: okhttp3.Protocol protocol() -wangdaye.com.geometricweather.R$id: int container_alert_display_view_indicator -james.adaptiveicon.R$styleable: int ActionMode_subtitleTextStyle -androidx.appcompat.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 -com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_padding_material -androidx.activity.R$styleable: R$styleable() -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: long serialVersionUID -wangdaye.com.geometricweather.R$styleable: int SearchView_android_inputType -wangdaye.com.geometricweather.R$string: int search_menu_title -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_android_minHeight -androidx.hilt.R$id: int accessibility_custom_action_27 -androidx.coordinatorlayout.R$style: int Widget_Compat_NotificationActionContainer -androidx.appcompat.widget.ActionMenuView: ActionMenuView(android.content.Context,android.util.AttributeSet) -androidx.appcompat.R$styleable: int TextAppearance_android_textFontWeight -wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_shadowColor -cyanogenmod.externalviews.ExternalView$7: ExternalView$7(cyanogenmod.externalviews.ExternalView) -com.turingtechnologies.materialscrollbar.R$attr: int thumbTextPadding -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_defaultQueryHint -androidx.preference.SwitchPreference: SwitchPreference(android.content.Context,android.util.AttributeSet) -retrofit2.Platform: Platform(boolean) -wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List getAlertList() -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: void setPosition(int) -androidx.hilt.work.R$dimen: int compat_button_inset_horizontal_material -wangdaye.com.geometricweather.R$id: int snapMargins -io.reactivex.internal.subscriptions.SubscriptionHelper: boolean setOnce(java.util.concurrent.atomic.AtomicReference,org.reactivestreams.Subscription,long) -com.google.android.material.R$attr: int counterOverflowTextColor -wangdaye.com.geometricweather.R$style: int Widget_Design_NavigationView -wangdaye.com.geometricweather.R$attr: int bottom_text -okhttp3.ConnectionSpec$Builder -androidx.preference.R$styleable: int Spinner_android_prompt -com.google.android.material.internal.NavigationMenuItemView: void setIcon(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property UvIndex -androidx.appcompat.R$id: int notification_background -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipIcon -okhttp3.internal.ws.RealWebSocket$2: RealWebSocket$2(okhttp3.internal.ws.RealWebSocket,okhttp3.Request) -wangdaye.com.geometricweather.R$attr: int chipStrokeColor -androidx.hilt.lifecycle.R$dimen: int notification_subtext_size -androidx.appcompat.R$styleable: int Toolbar_subtitle -com.google.android.material.R$dimen: int abc_dialog_title_divider_material -retrofit2.ParameterHandler$RelativeUrl: void apply(retrofit2.RequestBuilder,java.lang.Object) -wangdaye.com.geometricweather.R$attr: int layout -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: ObservableTakeLastTimed$TakeLastTimedObserver(io.reactivex.Observer,long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,int,boolean) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: java.lang.String newX -androidx.appcompat.R$id: int accessibility_custom_action_5 -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: java.lang.String colorId -androidx.viewpager2.R$styleable: int GradientColor_android_endX -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Visibility -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constrainedWidth -androidx.appcompat.R$color: int primary_text_disabled_material_dark -com.jaredrummler.android.colorpicker.R$string: int abc_menu_meta_shortcut_label -okhttp3.Request$Builder: okhttp3.Request$Builder patch(okhttp3.RequestBody) -androidx.preference.R$styleable: int ActionBar_contentInsetEndWithActions -james.adaptiveicon.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton -androidx.appcompat.widget.ActionMenuView: void setOnMenuItemClickListener(androidx.appcompat.widget.ActionMenuView$OnMenuItemClickListener) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_CardView -androidx.vectordrawable.R$dimen: int notification_action_icon_size -android.didikee.donate.R$styleable: int PopupWindow_android_popupAnimationStyle -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void onNext(java.lang.Object) -androidx.preference.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle -wangdaye.com.geometricweather.R$dimen: int mtrl_badge_radius -wangdaye.com.geometricweather.R$drawable: int ic_tree -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: io.reactivex.disposables.CompositeDisposable observers -androidx.preference.R$styleable: int[] LinearLayoutCompat -james.adaptiveicon.R$drawable: int abc_btn_check_to_on_mtrl_015 -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_AutoCompleteTextView -okhttp3.Challenge: java.nio.charset.Charset charset() -cyanogenmod.weather.RequestInfo$Builder: int mTempUnit -james.adaptiveicon.R$string: int abc_searchview_description_search -cyanogenmod.power.PerformanceManager: int PROFILE_BIAS_PERFORMANCE -wangdaye.com.geometricweather.R$styleable: int SearchView_queryBackground -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: io.reactivex.Observer downstream -com.google.android.material.R$style: int Widget_AppCompat_ActivityChooserView -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_110 -okhttp3.internal.io.FileSystem: boolean exists(java.io.File) -androidx.appcompat.R$id: int submenuarrow -com.google.android.material.chip.ChipGroup: int getCheckedChipId() -androidx.recyclerview.R$styleable: int FontFamilyFont_fontWeight -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$styleable: int ImageFilterView_saturation -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void innerComplete() -wangdaye.com.geometricweather.R$attr: int pressedTranslationZ -okhttp3.RealCall$AsyncCall: RealCall$AsyncCall(okhttp3.RealCall,okhttp3.Callback) -james.adaptiveicon.R$dimen: int abc_panel_menu_list_width -wangdaye.com.geometricweather.R$array: int widget_text_colors -wangdaye.com.geometricweather.R$styleable: int ActionBar_height -cyanogenmod.app.CustomTileListenerService: int mCurrentUser -androidx.coordinatorlayout.R$styleable: int[] FontFamily -wangdaye.com.geometricweather.R$styleable: int BottomAppBar_fabCradleRoundedCornerRadius -okio.ByteString: int lastIndexOf(okio.ByteString,int) -james.adaptiveicon.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle -androidx.preference.R$drawable: int abc_list_selector_disabled_holo_light -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Display4 -com.google.android.material.R$styleable: int AppCompatTheme_popupMenuStyle -com.google.android.material.R$anim: int abc_slide_out_top -com.bumptech.glide.integration.okhttp.R$integer: int status_bar_notification_info_maxnum -com.jaredrummler.android.colorpicker.R$style: int Platform_V25_AppCompat_Light -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header -cyanogenmod.profiles.ConnectionSettings: boolean mOverride -androidx.coordinatorlayout.R$styleable: int GradientColor_android_endY -wangdaye.com.geometricweather.R$attr: int motionProgress -androidx.work.R$id: int blocking -androidx.core.widget.NestedScrollView: int getScrollRange() -androidx.lifecycle.LiveData$LifecycleBoundObserver: boolean shouldBeActive() -okhttp3.internal.http.RequestLine: RequestLine() -org.greenrobot.greendao.AbstractDao: void update(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$styleable: int MenuGroup_android_enabled -androidx.constraintlayout.widget.R$color: int bright_foreground_material_light -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup -okhttp3.internal.Util: void checkOffsetAndCount(long,long,long) -androidx.preference.R$attr: int dividerPadding -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setBrandInfo(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX) -android.didikee.donate.R$styleable: int[] ButtonBarLayout -com.google.android.material.R$styleable: int Slider_haloRadius -com.turingtechnologies.materialscrollbar.R$attr: int logoDescription -com.google.android.material.R$styleable: int Constraint_layout_constraintBottom_toBottomOf -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: boolean done -cyanogenmod.app.Profile$ExpandedDesktopMode: int ENABLE -androidx.appcompat.R$styleable: int Toolbar_subtitleTextColor -androidx.preference.R$styleable: int TextAppearance_android_shadowDy -com.jaredrummler.android.colorpicker.ColorPreferenceCompat: ColorPreferenceCompat(android.content.Context,android.util.AttributeSet) -james.adaptiveicon.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable -androidx.constraintlayout.widget.Guideline: void setGuidelineEnd(int) -android.didikee.donate.R$color: int primary_text_disabled_material_light -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_submitBackground -androidx.recyclerview.R$id: int tag_unhandled_key_listeners -com.jaredrummler.android.colorpicker.R$id: int recycler_view -android.didikee.donate.R$attr: int dividerPadding -com.google.android.material.textfield.TextInputLayout: void setEndIconActivated(boolean) -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Inverse -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_percent -okhttp3.OkHttpClient$1: okhttp3.internal.connection.RouteDatabase routeDatabase(okhttp3.ConnectionPool) -androidx.dynamicanimation.R$layout -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_passwordToggleTintMode -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_CompoundButton_Switch -com.google.android.material.progressindicator.ProgressIndicator: void setIndeterminate(boolean) -com.jaredrummler.android.colorpicker.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset -com.google.android.material.R$color: int background_floating_material_dark -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void onSubscribe(io.reactivex.disposables.Disposable) -cyanogenmod.weather.CMWeatherManager: void cancelRequest(int) -com.xw.repo.bubbleseekbar.R$attr: int windowActionModeOverlay -okio.Utf8: long size(java.lang.String) -cyanogenmod.hardware.CMHardwareManager: int COLOR_CALIBRATION_MIN_INDEX -android.didikee.donate.R$styleable: int[] AppCompatTheme -wangdaye.com.geometricweather.R$styleable: int CompoundButton_buttonCompat -androidx.recyclerview.R$attr: int layoutManager -okhttp3.internal.http2.Settings: int DEFAULT_INITIAL_WINDOW_SIZE -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constrainedWidth -cyanogenmod.profiles.BrightnessSettings: boolean mDirty -com.google.android.material.R$styleable: int MenuItem_android_onClick -com.jaredrummler.android.colorpicker.R$string: int abc_action_bar_home_description -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$5: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 -wangdaye.com.geometricweather.R$id: int startHorizontal -com.google.android.material.R$attr: int hintTextAppearance -cyanogenmod.weather.util.WeatherUtils: java.lang.String formatTemperature(double,int) -com.google.android.material.R$drawable: int abc_btn_check_to_on_mtrl_015 -com.google.android.material.R$animator: int design_appbar_state_list_animator -wangdaye.com.geometricweather.R$drawable: int weather_thunder_mini_light -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int THUNDERSTORMS -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable -io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: void truncateFinal() -wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_textColorLink -wangdaye.com.geometricweather.R$styleable: int[] InkPageIndicator -com.google.android.material.R$id: int standard -androidx.viewpager.R$layout: int notification_template_part_chronometer -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored -androidx.appcompat.widget.Toolbar: androidx.appcompat.widget.ActionMenuPresenter getOuterActionMenuPresenter() -wangdaye.com.geometricweather.R$attr: int gestureInsetBottomIgnored -james.adaptiveicon.R$styleable: int MenuView_android_horizontalDivider -okhttp3.MultipartBody$Part: okhttp3.Headers headers() -cyanogenmod.themes.IThemeProcessingListener$Stub: java.lang.String DESCRIPTOR -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean wind -androidx.recyclerview.R$id: int accessibility_custom_action_18 -androidx.preference.R$layout: int preference_dialog_edittext -cyanogenmod.app.suggest.IAppSuggestProvider: java.util.List getSuggestions(android.content.Intent) -androidx.constraintlayout.widget.R$styleable: int Transition_android_id -androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customBoolean -com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_icon_padding -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_MinWidth -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onBouncerShowing(boolean) -com.google.android.material.R$styleable: int AppCompatTheme_alertDialogStyle -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse -android.didikee.donate.R$style: int ThemeOverlay_AppCompat -android.didikee.donate.R$styleable: int AppCompatTheme_actionBarDivider -androidx.preference.R$interpolator: int btn_radio_to_on_mtrl_animation_interpolator_0 -com.google.android.material.button.MaterialButton$SavedState -androidx.loader.R$styleable: int GradientColor_android_centerY -android.didikee.donate.R$drawable: int abc_list_pressed_holo_light -cyanogenmod.providers.CMSettings$System: java.lang.String T9_SEARCH_INPUT_LOCALE -com.turingtechnologies.materialscrollbar.R$attr: int radioButtonStyle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind Wind -com.jaredrummler.android.colorpicker.R$attr: int layout -com.jaredrummler.android.colorpicker.R$drawable: int abc_list_focused_holo -com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_layout_behavior -androidx.viewpager2.R$layout: int notification_template_part_time -wangdaye.com.geometricweather.R$id: int recycler_view -androidx.appcompat.R$id: int action_mode_bar -wangdaye.com.geometricweather.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog -wangdaye.com.geometricweather.R$dimen: int preference_seekbar_padding_horizontal -com.xw.repo.bubbleseekbar.R$id: int search_go_btn -com.google.android.material.R$styleable: int NavigationView_android_fitsSystemWindows -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Overline -com.bumptech.glide.integration.okhttp.R$dimen: int notification_content_margin_start -com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_radio_to_on_mtrl_015 -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_body_2_material -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeTemperature(int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX direction -androidx.core.R$attr: int ttcIndex -androidx.appcompat.widget.LinearLayoutCompat: int getOrientation() -androidx.constraintlayout.utils.widget.ImageFilterView: float getRound() -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void onComplete() -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Dialog_FixedSize -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_light -androidx.constraintlayout.widget.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: java.lang.String domain -com.google.android.material.chip.Chip: void setChipCornerRadiusResource(int) -wangdaye.com.geometricweather.R$id: int filled -cyanogenmod.themes.IThemeChangeListener$Stub: IThemeChangeListener$Stub() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarStyle -android.didikee.donate.R$dimen: int highlight_alpha_material_light -androidx.viewpager2.R$styleable: int FontFamilyFont_fontWeight -androidx.swiperefreshlayout.R$color: R$color() -androidx.appcompat.R$drawable: int abc_btn_check_to_on_mtrl_000 -com.jaredrummler.android.colorpicker.R$id: int src_atop -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: int UVIndex -com.bumptech.glide.integration.okhttp.R$dimen: int notification_subtext_size -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Button_Small -okhttp3.internal.http2.Http2Connection$Listener: Http2Connection$Listener() -cyanogenmod.providers.CMSettings$System$2: CMSettings$System$2() -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: io.reactivex.internal.fuseable.QueueDisposable qd -wangdaye.com.geometricweather.R$id: int container_main_sun_moon_sunContainer -com.google.android.material.R$styleable: int Chip_chipStartPadding -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setTemperature(int) -com.xw.repo.bubbleseekbar.R$styleable: int[] ColorStateListItem -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_4 -androidx.preference.R$style: int TextAppearance_AppCompat_Small_Inverse -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: java.util.concurrent.atomic.AtomicLong requested -james.adaptiveicon.R$id: int action_bar_title -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_maxHeight -com.google.android.material.R$id: int design_navigation_view -androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State STARTED -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow: java.lang.Float cumul1H -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabMinWidth -com.google.android.material.R$id: int mtrl_picker_header -com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemTextColor(android.content.res.ColorStateList) -android.didikee.donate.R$id: int action_menu_divider -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_removeNotificationGroup -cyanogenmod.profiles.AirplaneModeSettings$BooleanState: int STATE_ENABLED -androidx.vectordrawable.animated.R$id: int tag_accessibility_pane_title -wangdaye.com.geometricweather.R$dimen: int mtrl_progress_indicator_size -com.google.android.material.R$styleable: int Constraint_layout_constrainedHeight -androidx.constraintlayout.widget.Barrier: void setDpMargin(int) -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintWidth_default -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void onComplete() -androidx.appcompat.widget.SearchView$SearchAutoComplete -com.google.android.material.R$styleable: int AppCompatTheme_actionBarSize -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintStart_toStartOf -androidx.constraintlayout.widget.R$attr: int actionBarPopupTheme -com.google.android.material.R$attr: int cornerSizeTopLeft -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_QUICK_QS_PULLDOWN_VALIDATOR -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionBar_TabBar -okio.Base64: byte[] decode(java.lang.String) -android.didikee.donate.R$attr: int backgroundSplit -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SCATTERED_THUNDERSTORMS -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Country: java.lang.String EnglishName -wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_scaleY -com.turingtechnologies.materialscrollbar.R$attr: int chipIconEnabled -okhttp3.internal.http1.Http1Codec$FixedLengthSink: boolean closed -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int ISOLATED_THUNDERSHOWERS -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum: double Value -com.google.android.material.slider.RangeSlider: void setTickInactiveTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode AUTO -io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: ObservableCache$CacheDisposable(io.reactivex.Observer,io.reactivex.internal.operators.observable.ObservableCache) -androidx.customview.R$drawable: int notification_action_background -com.google.android.material.R$dimen: int design_snackbar_padding_vertical_2lines -io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$attr: int elevationOverlayEnabled -com.xw.repo.bubbleseekbar.R$attr: int actionDropDownStyle -wangdaye.com.geometricweather.R$attr: int contentPadding -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_RC4_128_SHA -okio.SegmentedByteString: void write(okio.Buffer) -androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() -retrofit2.BuiltInConverters$UnitResponseBodyConverter -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActivityChooserView -androidx.hilt.lifecycle.R$styleable: int[] ColorStateListItem -james.adaptiveicon.R$styleable: int LinearLayoutCompat_measureWithLargestChild -com.jaredrummler.android.colorpicker.R$color: int abc_tint_default -androidx.viewpager2.R$attr: R$attr() -com.bumptech.glide.integration.okhttp.R$id: int action_image -com.jaredrummler.android.colorpicker.R$style: int cpv_ColorPickerViewStyle -wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type TEMPERATURE -com.turingtechnologies.materialscrollbar.R$styleable: int CardView_cardCornerRadius -com.google.gson.stream.JsonWriter: void setHtmlSafe(boolean) -androidx.constraintlayout.widget.R$styleable: int KeyPosition_transitionEasing -cyanogenmod.themes.ThemeManager: java.util.Set mProcessingListeners -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void onError(java.lang.Throwable) -com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo getRevealInfo() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setAlerts(java.util.List) -com.jaredrummler.android.colorpicker.R$id: int search_edit_frame -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionButton -wangdaye.com.geometricweather.R$styleable: int Slider_thumbRadius -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getHourlyForecast() -androidx.swiperefreshlayout.R$styleable: int GradientColor_android_centerY -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: void setUrl(java.lang.String) -io.reactivex.internal.operators.observable.ObservableGroupBy$State: long serialVersionUID -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_shapeAppearance -androidx.drawerlayout.R$dimen: int compat_button_inset_horizontal_material -android.didikee.donate.R$styleable: int MenuView_android_itemIconDisabledAlpha -androidx.constraintlayout.utils.widget.ImageFilterView: void setCrossfade(float) -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter value(long) -com.google.android.material.R$id: R$id() -cyanogenmod.app.ICMStatusBarManager: void removeCustomTileWithTag(java.lang.String,java.lang.String,int,int) -com.jaredrummler.android.colorpicker.R$id: int seekbar -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getLtoDownloadInterval -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.util.Date date -com.bumptech.glide.R$style: int Widget_Compat_NotificationActionContainer -wangdaye.com.geometricweather.R$attr: int arrowShaftLength -androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State CREATED -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator SWAP_VOLUME_KEYS_ON_ROTATION_VALIDATOR -com.google.android.material.R$style: int Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense -androidx.preference.R$style: int Base_V28_Theme_AppCompat -android.didikee.donate.R$styleable: int SearchView_layout -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator RECENTS_SHOW_SEARCH_BAR_VALIDATOR -androidx.preference.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Title -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonStyleSmall -androidx.core.R$drawable: int notification_bg_normal -com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_stackFromEnd -com.google.android.material.R$dimen: int design_fab_size_mini -androidx.preference.R$style: int Base_Widget_AppCompat_SeekBar_Discrete -androidx.preference.R$styleable: int[] ViewBackgroundHelper -okhttp3.logging.HttpLoggingInterceptor$Logger$1: void log(java.lang.String) -com.xw.repo.bubbleseekbar.R$id: int scrollIndicatorDown -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintTop_toTopOf -androidx.work.R$layout: int notification_template_part_chronometer -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: io.reactivex.disposables.Disposable upstream -androidx.appcompat.R$drawable: int abc_scrubber_track_mtrl_alpha -wangdaye.com.geometricweather.R$attr: int helperTextTextAppearance -okhttp3.internal.http2.PushObserver: boolean onHeaders(int,java.util.List,boolean) -cyanogenmod.themes.ThemeManager: cyanogenmod.themes.ThemeManager sInstance -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) -cyanogenmod.app.Profile$LockMode: int DISABLE -androidx.preference.R$styleable: int ActionBar_contentInsetLeft -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$RainForecast: MfRainResult$RainForecast() -okhttp3.internal.tls.DistinguishedNameParser: int pos -wangdaye.com.geometricweather.R$drawable: int abc_ic_menu_cut_mtrl_alpha -androidx.constraintlayout.widget.R$styleable: int KeyCycle_wavePeriod -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeSnowPrecipitationDuration(java.lang.Float) -wangdaye.com.geometricweather.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable -wangdaye.com.geometricweather.R$drawable: int notif_temp_25 -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_width -james.adaptiveicon.R$id: int split_action_bar -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_searchViewStyle -cyanogenmod.profiles.RingModeSettings: void processOverride(android.content.Context) -androidx.appcompat.resources.R$id: int accessibility_custom_action_11 -okio.GzipSource: okio.Timeout timeout() -wangdaye.com.geometricweather.R$style: int Theme_Design_BottomSheetDialog -android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_actionProviderClass -com.google.android.material.R$attr: int tooltipText -james.adaptiveicon.R$drawable: int abc_text_select_handle_middle_mtrl_light -wangdaye.com.geometricweather.R$dimen: int abc_text_size_headline_material -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: int STATE_ACTIVE -android.didikee.donate.R$color: int switch_thumb_disabled_material_light -okhttp3.MediaType: java.lang.String mediaType -com.google.android.material.card.MaterialCardView: float getRadius() -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver: void onComplete() -wangdaye.com.geometricweather.db.entities.WeatherEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_barrierAllowsGoneWidgets -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType InsertOrReplaceInTxIterable -wangdaye.com.geometricweather.R$color: int design_bottom_navigation_shadow_color -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: long serialVersionUID -androidx.dynamicanimation.R$id: int title -com.google.android.material.R$styleable: int GradientColor_android_startColor -com.turingtechnologies.materialscrollbar.R$layout: int abc_tooltip -androidx.preference.R$attr: int fontVariationSettings -com.turingtechnologies.materialscrollbar.R$color: int abc_color_highlight_material -android.didikee.donate.R$drawable: int abc_btn_default_mtrl_shape -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowActionModeOverlay -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowActionBarOverlay -androidx.loader.content.Loader: void registerOnLoadCanceledListener(androidx.loader.content.Loader$OnLoadCanceledListener) -androidx.preference.R$styleable: int[] AlertDialog -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView -cyanogenmod.profiles.StreamSettings: void readFromParcel(android.os.Parcel) -com.turingtechnologies.materialscrollbar.R$dimen: int highlight_alpha_material_colored -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.lang.String moonPhaseDescription -androidx.appcompat.widget.SearchView: void setSearchableInfo(android.app.SearchableInfo) -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String WALLPAPER_PREVIEW -org.greenrobot.greendao.AbstractDao: java.lang.Object readEntity(android.database.Cursor,int) -com.google.android.material.chip.Chip: java.lang.CharSequence getChipText() -androidx.loader.R$dimen -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintStart_toStartOf -com.google.android.material.textfield.TextInputLayout: void setDefaultHintTextColor(android.content.res.ColorStateList) -cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: IExternalViewProvider$Stub$Proxy(android.os.IBinder) -androidx.appcompat.widget.AppCompatRadioButton: AppCompatRadioButton(android.content.Context,android.util.AttributeSet) -com.xw.repo.bubbleseekbar.R$attr: int spinnerDropDownItemStyle -com.jaredrummler.android.colorpicker.ColorPickerView: void setAlphaSliderVisible(boolean) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textColorAlertDialogListItem -wangdaye.com.geometricweather.R$drawable: int weather_snow_pixel -wangdaye.com.geometricweather.R$string: int content_desc_back -com.turingtechnologies.materialscrollbar.R$string: int status_bar_notification_info_overflow -com.google.android.material.internal.FlowLayout -wangdaye.com.geometricweather.R$dimen: int abc_action_bar_default_height_material -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PressureTendency: java.lang.String Code -wangdaye.com.geometricweather.R$drawable: int abc_text_cursor_material -androidx.appcompat.widget.SwitchCompat: int getCompoundPaddingLeft() -androidx.vectordrawable.animated.R$drawable: int notification_bg_low_normal -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_paddingLeft -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void priority(int,int,int,boolean) -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_firstHorizontalBias -com.google.android.material.tabs.TabLayout: void addOnTabSelectedListener(com.google.android.material.tabs.TabLayout$BaseOnTabSelectedListener) -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title -com.bumptech.glide.request.RequestCoordinator$RequestState -androidx.preference.R$dimen: int abc_text_size_button_material -com.turingtechnologies.materialscrollbar.DragScrollBar: float getHideRatio() -wangdaye.com.geometricweather.R$drawable: int weather_hail_1 -wangdaye.com.geometricweather.R$string: int abc_action_mode_done -androidx.constraintlayout.widget.R$drawable: int notification_bg_low_pressed -androidx.activity.R$id: int accessibility_custom_action_24 -android.didikee.donate.R$id: R$id() -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor valueOf(java.lang.String) -com.google.android.material.R$attr: int checkedIconMargin -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: java.lang.String pubTime -wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_1 -okio.RealBufferedSink: okio.BufferedSink emit() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Direction -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title -androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State RESUMED -wangdaye.com.geometricweather.R$id: int material_timepicker_container -androidx.hilt.work.R$drawable: int notification_bg_low -androidx.hilt.R$id: int accessibility_custom_action_22 -androidx.hilt.lifecycle.R$integer: int status_bar_notification_info_maxnum -cyanogenmod.providers.CMSettings$System: java.lang.String BATTERY_LIGHT_FULL_COLOR -okhttp3.internal.connection.RouteSelector$Selection -androidx.work.R$bool: int enable_system_alarm_service_default -androidx.preference.R$string: R$string() -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Headline3 -okhttp3.internal.http2.Hpack$Writer: int headerTableSizeSetting -okhttp3.internal.http2.Http2Reader$Handler: void rstStream(int,okhttp3.internal.http2.ErrorCode) -com.google.android.material.R$styleable: int Transition_transitionFlags -com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getTickTintList() -cyanogenmod.app.Profile$Type: int CONDITIONAL -com.google.android.material.R$style: int Base_Widget_AppCompat_Light_ActionBar -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: boolean mainDone -io.reactivex.internal.util.AtomicThrowable -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Light_ActionBar_Solid -okhttp3.internal.http2.Settings: void merge(okhttp3.internal.http2.Settings) -androidx.constraintlayout.widget.R$attr: int drawableTintMode -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_android_fontStyle -com.turingtechnologies.materialscrollbar.DragScrollBar: boolean getHide() -okhttp3.Response: okhttp3.Request request -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setWeatherSource(java.lang.String) -okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level BODY -okio.Buffer$2 -james.adaptiveicon.R$style: int Base_Widget_AppCompat_SeekBar_Discrete -android.support.v4.os.IResultReceiver$Default: IResultReceiver$Default() -androidx.vectordrawable.animated.R$color -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Display4 -androidx.preference.PreferenceGroup: void setOnExpandButtonClickListener(androidx.preference.PreferenceGroup$OnExpandButtonClickListener) -com.google.gson.internal.LinkedTreeMap: java.lang.Object remove(java.lang.Object) -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator$SavedState: android.os.Parcelable$Creator CREATOR -com.google.android.material.slider.Slider: float getValueTo() -wangdaye.com.geometricweather.common.ui.widgets.TagView: void setChecked(boolean) -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource CAIYUN -android.didikee.donate.R$dimen: int abc_text_size_headline_material -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getRainPrecipitation() -com.google.android.material.R$styleable: int[] FloatingActionButton_Behavior_Layout -com.jaredrummler.android.colorpicker.R$color: int background_material_dark -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintVertical_bias -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle -com.google.android.material.R$attr: int cardForegroundColor -androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_android_ttcIndex -okhttp3.internal.http2.Hpack$Reader: int headerCount -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Display3 -com.jaredrummler.android.colorpicker.R$dimen: int abc_disabled_alpha_material_dark -com.jaredrummler.android.colorpicker.R$attr: int activityChooserViewStyle -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_SeekBar -wangdaye.com.geometricweather.R$attr: int visibilityMode -wangdaye.com.geometricweather.background.polling.basic.AwakeForegroundUpdateService: AwakeForegroundUpdateService() -wangdaye.com.geometricweather.R$drawable: int weather_rain_mini_xml -com.bumptech.glide.R$styleable: int FontFamilyFont_android_ttcIndex -okhttp3.Request$Builder: okhttp3.Request$Builder header(java.lang.String,java.lang.String) -wangdaye.com.geometricweather.R$color: int colorTextTitle_dark -androidx.vectordrawable.animated.R$styleable: int GradientColor_android_endX -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeSnowPrecipitationDuration -androidx.appcompat.widget.AppCompatSpinner: AppCompatSpinner(android.content.Context) -androidx.hilt.work.R$id: int accessibility_custom_action_8 -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer getRealFeelTemperature() -androidx.vectordrawable.R$id: int accessibility_custom_action_4 -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getAlarmThemePackageName() -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: java.lang.String x -wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: java.lang.String name -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintWidth_percent -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar -com.google.android.material.R$styleable: int FlowLayout_lineSpacing -com.jaredrummler.android.colorpicker.R$attr: int layout_behavior -com.xw.repo.BubbleSeekBar: com.xw.repo.BubbleSeekBar$OnProgressChangedListener getOnProgressChangedListener() -io.reactivex.internal.util.AtomicThrowable: boolean isTerminated() -wangdaye.com.geometricweather.R$attr: int layout_constraintVertical_chainStyle -com.google.android.material.R$dimen: int mtrl_textinput_box_corner_radius_medium -androidx.lifecycle.ComputableLiveData$1: void onActive() -wangdaye.com.geometricweather.R$drawable: int material_ic_keyboard_arrow_previous_black_24dp -okhttp3.CertificatePinner: okio.ByteString sha256(java.security.cert.X509Certificate) -cyanogenmod.externalviews.IExternalViewProvider$Stub: IExternalViewProvider$Stub() -androidx.constraintlayout.widget.R$dimen: int compat_button_inset_horizontal_material -android.didikee.donate.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert -io.reactivex.Observable: io.reactivex.Completable flatMapCompletable(io.reactivex.functions.Function,boolean) -io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy ERROR -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse -androidx.hilt.work.R$dimen: int notification_subtext_size -com.jaredrummler.android.colorpicker.R$dimen: int tooltip_precise_anchor_threshold -cyanogenmod.providers.CMSettings: CMSettings() -androidx.work.R$styleable: int[] GradientColorItem -okio.RealBufferedSource: okio.ByteString readByteString() -com.jaredrummler.android.colorpicker.R$attr: int actionModeCloseDrawable -androidx.lifecycle.LifecycleDispatcher$DispatcherActivityCallback: void onActivitySaveInstanceState(android.app.Activity,android.os.Bundle) -androidx.swiperefreshlayout.R$id: int action_container -com.turingtechnologies.materialscrollbar.R$string: int fab_transformation_scrim_behavior -com.jaredrummler.android.colorpicker.R$dimen: int abc_switch_padding -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_WIFI_ICON -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_NOTIF_COUNT_VALIDATOR -james.adaptiveicon.R$styleable: int SearchView_queryHint -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatSeekBar_tickMark -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) -cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String getResPkg() -androidx.preference.DialogPreference -com.google.android.material.R$styleable: int Slider_tickVisible -androidx.preference.R$color: int abc_btn_colored_text_material -james.adaptiveicon.R$style: int Base_DialogWindowTitle_AppCompat -wangdaye.com.geometricweather.R$string: int tomorrow -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: java.util.List value -wangdaye.com.geometricweather.R$id: int notification_big_temp_4 -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void alterWindow(int,int,int,int,boolean,android.graphics.Rect) -androidx.core.R$id: int accessibility_custom_action_25 -com.google.android.material.slider.BaseSlider: void setHaloRadius(int) -wangdaye.com.geometricweather.R$string: int settings_notification_can_be_cleared_off -androidx.viewpager2.R$styleable: int FontFamily_fontProviderCerts -wangdaye.com.geometricweather.R$drawable: int weather_cloudy_mini_light -androidx.appcompat.R$styleable: int[] FontFamily -com.google.gson.stream.JsonReader: int PEEKED_SINGLE_QUOTED_NAME -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: ObservableScalarXMap$ScalarDisposable(io.reactivex.Observer,java.lang.Object) -okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Stream getStream(int) -androidx.appcompat.view.menu.MenuPopupHelper -io.reactivex.internal.observers.LambdaObserver: boolean isDisposed() -androidx.activity.R$dimen: int notification_big_circle_margin -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: ObservableMergeWithMaybe$MergeWithObserver(io.reactivex.Observer) -com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges -cyanogenmod.providers.WeatherContract: java.lang.String AUTHORITY -com.google.android.material.internal.CheckableImageButton$SavedState: android.os.Parcelable$Creator CREATOR -androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour: androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour FIXED -com.google.android.material.R$id: int scrollable -androidx.activity.R$dimen: int notification_right_side_padding_top -wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_Dialog -okhttp3.HttpUrl$Builder: void resolvePath(java.lang.String,int,int) -cyanogenmod.themes.ThemeChangeRequest: java.util.Map getThemeComponentsMap() -android.didikee.donate.R$styleable: int AppCompatTheme_actionBarSize -okhttp3.HttpUrl: java.lang.String PASSWORD_ENCODE_SET -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: int OTHER_STATE_HAS_VALUE -androidx.appcompat.widget.LinearLayoutCompat: void setBaselineAlignedChildIndex(int) -com.google.android.material.R$styleable: int ConstraintSet_flow_verticalBias -com.xw.repo.bubbleseekbar.R$styleable: int CompoundButton_buttonTint -android.didikee.donate.R$dimen: int abc_config_prefDialogWidth -okhttp3.internal.cache.DiskLruCache: java.util.LinkedHashMap lruEntries -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.internal.util.ErrorMode errorMode -com.google.gson.internal.$Gson$Types$WildcardTypeImpl: int hashCode() -androidx.lifecycle.ReflectiveGenericLifecycleObserver: androidx.lifecycle.ClassesInfoCache$CallbackInfo mInfo -androidx.fragment.R$id: int line1 -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit valueOf(java.lang.String) -android.didikee.donate.R$attr: int iconifiedByDefault -cyanogenmod.app.LiveLockScreenInfo: java.lang.String toString() -androidx.preference.R$dimen: int tooltip_precise_anchor_extra_offset -android.didikee.donate.R$styleable: int AppCompatTextView_autoSizePresetSizes -okhttp3.internal.http1.Http1Codec$FixedLengthSource -okhttp3.internal.http2.Http2Stream: long unacknowledgedBytesRead -com.jaredrummler.android.colorpicker.R$id: int scrollIndicatorDown -cyanogenmod.providers.CMSettings$NameValueCache: java.lang.String getStringForUser(android.content.ContentResolver,java.lang.String,int) -wangdaye.com.geometricweather.R$animator: int weather_wind_1 -okhttp3.Request: okhttp3.Request$Builder newBuilder() -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ButtonBar -com.jaredrummler.android.colorpicker.R$style: int Preference_DialogPreference -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_centerColor -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningMaxCountItems -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_editTextBackground -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: retrofit2.Call clone() -com.google.android.material.R$drawable: int btn_radio_off_mtrl -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_9 -com.google.android.material.R$attr: int actionBarDivider -androidx.constraintlayout.widget.R$styleable: int SearchView_closeIcon -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_pressed_z -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_creator -com.google.android.material.R$dimen: int notification_action_icon_size -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: int FUSED -wangdaye.com.geometricweather.R$dimen: int notification_big_circle_margin -cyanogenmod.externalviews.ExternalViewProperties: int mWidth -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void run() -androidx.recyclerview.R$dimen: int compat_button_inset_horizontal_material -android.didikee.donate.R$id: int activity_chooser_view_content -cyanogenmod.providers.CMSettings$Secure: float getFloatForUser(android.content.ContentResolver,java.lang.String,int) -io.reactivex.internal.util.EmptyComponent: void dispose() -okhttp3.internal.cache.DiskLruCache$Entry: java.io.File[] dirtyFiles -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setExtendMotionSpec(com.google.android.material.animation.MotionSpec) -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather weather -androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_fontVariationSettings -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setPublishTime(long) -com.google.android.material.R$attr: int titleMargin -okhttp3.internal.cache.DiskLruCache$2: okhttp3.internal.cache.DiskLruCache this$0 -androidx.appcompat.widget.ActionBarContextView -androidx.appcompat.widget.SwitchCompat: boolean getShowText() -com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_layout_keyline -androidx.vectordrawable.animated.R$string -wangdaye.com.geometricweather.R$attr: int tabStyle -androidx.vectordrawable.animated.R$styleable: int FontFamily_fontProviderPackage -cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_MIGRATE_SETTINGS -androidx.preference.R$id: int right_icon -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.util.Date date -com.turingtechnologies.materialscrollbar.R$attr: int actionModeShareDrawable -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: boolean isDisposed() -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: void onComplete() -com.turingtechnologies.materialscrollbar.R$id: int action_container -wangdaye.com.geometricweather.R$styleable: int[] SwitchCompat -com.google.android.material.floatingactionbutton.FloatingActionButton: void setShowMotionSpec(com.google.android.material.animation.MotionSpec) -androidx.viewpager.R$drawable: int notification_tile_bg -wangdaye.com.geometricweather.R$id: int mtrl_card_checked_layer_id -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: long serialVersionUID -wangdaye.com.geometricweather.R$style: int material_icon -james.adaptiveicon.R$styleable: int AppCompatTheme_listPopupWindowStyle -cyanogenmod.themes.IThemeService$Stub$Proxy: void unregisterThemeProcessingListener(cyanogenmod.themes.IThemeProcessingListener) -com.xw.repo.bubbleseekbar.R$attr: int actionProviderClass -androidx.appcompat.resources.R$styleable: int ColorStateListItem_android_alpha -com.google.android.material.slider.BaseSlider: void setTrackHeight(int) -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable[] TERMINATED -androidx.customview.R$id: int line1 -com.google.android.material.R$styleable: int Constraint_animate_relativeTo -wangdaye.com.geometricweather.R$drawable: int notif_temp_16 -android.didikee.donate.R$styleable: int Toolbar_titleTextColor -okio.Pipe: long maxBufferSize -retrofit2.OkHttpCall$NoContentResponseBody: long contentLength() -com.jaredrummler.android.colorpicker.R$dimen: int abc_search_view_preferred_width -androidx.preference.R$style: int Base_AlertDialog_AppCompat_Light -cyanogenmod.themes.ThemeChangeRequest$Builder: ThemeChangeRequest$Builder() -okhttp3.ConnectionPool: boolean connectionBecameIdle(okhttp3.internal.connection.RealConnection) -android.didikee.donate.R$attr: int contentInsetLeft -com.turingtechnologies.materialscrollbar.R$color: int design_default_color_primary_dark -james.adaptiveicon.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView -com.google.android.material.R$attr: int layout_anchorGravity -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_bias -android.didikee.donate.R$color: int secondary_text_disabled_material_dark -com.turingtechnologies.materialscrollbar.R$styleable: int ColorStateListItem_android_color -cyanogenmod.providers.CMSettings$DiscreteValueValidator: java.lang.String[] mValues -com.google.android.material.R$style: int Widget_MaterialComponents_ExtendedFloatingActionButton -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void onComplete() -androidx.hilt.work.R$integer -com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_list_padding_bottom_no_buttons -cyanogenmod.weather.ICMWeatherManager: java.lang.String getActiveWeatherServiceProviderLabel() -com.xw.repo.bubbleseekbar.R$attr: int titleMarginEnd -cyanogenmod.app.suggest.ApplicationSuggestion: android.net.Uri mDownloadUri -okhttp3.internal.cache.CacheInterceptor$1: okhttp3.internal.cache.CacheInterceptor this$0 -okhttp3.internal.http1.Http1Codec$ChunkedSource: void close() -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView: AbsChartItemView(android.content.Context,android.util.AttributeSet) -androidx.transition.R$dimen: int compat_button_padding_horizontal_material -androidx.preference.Preference: void setOnPreferenceChangeListener(androidx.preference.Preference$OnPreferenceChangeListener) -androidx.preference.R$style: int Base_Widget_AppCompat_ButtonBar -androidx.preference.R$attr: int fontProviderQuery -android.didikee.donate.R$id: int ifRoom -wangdaye.com.geometricweather.R$styleable: int SwitchImageButton_drawable_res_on -com.turingtechnologies.materialscrollbar.R$styleable: int[] StateListDrawable -com.xw.repo.bubbleseekbar.R$drawable: int abc_text_select_handle_left_mtrl_light -androidx.appcompat.R$styleable: int AppCompatTextHelper_android_drawableLeft -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_editTextColor -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric -androidx.coordinatorlayout.widget.CoordinatorLayout$SavedState: android.os.Parcelable$Creator CREATOR -com.xw.repo.bubbleseekbar.R$style: int Base_V7_Theme_AppCompat_Light_Dialog -androidx.appcompat.R$styleable: int ViewBackgroundHelper_android_background -cyanogenmod.weather.CMWeatherManager$1$1: java.lang.String val$providerName -cyanogenmod.externalviews.ExternalViewProviderService$Provider: void onStart() -cyanogenmod.profiles.LockSettings: void writeToParcel(android.os.Parcel,int) -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle -wangdaye.com.geometricweather.R$drawable: int widget_card_dark_60 -com.google.android.material.R$attr: int switchPadding -cyanogenmod.profiles.AirplaneModeSettings: cyanogenmod.profiles.AirplaneModeSettings fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) -io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_TextButton_Snackbar -okhttp3.Response$Builder: okhttp3.Response$Builder code(int) -androidx.cardview.widget.CardView: float getMaxCardElevation() -androidx.preference.R$styleable: int ViewStubCompat_android_inflatedId -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleTextColor -androidx.constraintlayout.widget.R$dimen: int tooltip_vertical_padding -android.didikee.donate.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog -com.google.android.material.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow -androidx.recyclerview.widget.RecyclerView: void setHasFixedSize(boolean) -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_PopupMenu -com.google.android.material.tabs.TabLayout: void setSelectedTabIndicator(int) -androidx.hilt.work.R$bool -okhttp3.internal.connection.RealConnection: int allocationLimit -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: android.os.IBinder asBinder() -androidx.appcompat.R$layout: int abc_action_menu_item_layout -com.google.android.material.R$dimen: int mtrl_calendar_header_divider_thickness -wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked -androidx.constraintlayout.widget.R$attr: int actionBarStyle -cyanogenmod.themes.IThemeService: void requestThemeChange(cyanogenmod.themes.ThemeChangeRequest,boolean) -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xsr -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_resetAll -androidx.work.R$styleable: int[] ColorStateListItem -androidx.viewpager.R$styleable: int FontFamilyFont_android_font -wangdaye.com.geometricweather.R$styleable: int[] MaterialScrollBar -cyanogenmod.externalviews.IKeyguardExternalViewProvider -io.reactivex.internal.util.NotificationLite$ErrorNotification: long serialVersionUID -com.google.android.material.R$styleable: int Chip_textStartPadding -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_lineHeight -androidx.viewpager.R$drawable: int notification_icon_background -okhttp3.internal.http1.Http1Codec$AbstractSource: okio.ForwardingTimeout timeout -okhttp3.Response$Builder: okhttp3.Response$Builder headers(okhttp3.Headers) -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void disposeAll() -okhttp3.Cache$Entry: java.util.List readCertificateList(okio.BufferedSource) -com.google.android.material.R$styleable: int Constraint_layout_constrainedWidth -androidx.core.R$id: int line1 -cyanogenmod.externalviews.ExternalView$2: cyanogenmod.externalviews.ExternalView this$0 -com.google.android.material.appbar.AppBarLayout: void setLiftOnScrollTargetViewId(int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour -com.google.android.material.R$dimen: int mtrl_calendar_navigation_top_padding -com.google.android.material.R$attr: int layout_constraintEnd_toStartOf -androidx.appcompat.R$styleable: int TextAppearance_android_textSize -android.didikee.donate.R$styleable: int[] ActivityChooserView -okhttp3.internal.http2.Http2Connection: void writePing(boolean,int,int) -androidx.vectordrawable.R$drawable: int notification_bg_low_pressed -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_measureWithLargestChild -retrofit2.Response: Response(okhttp3.Response,java.lang.Object,okhttp3.ResponseBody) -com.google.android.material.R$color: int checkbox_themeable_attribute_color -wangdaye.com.geometricweather.R$attr: int endIconCheckable -cyanogenmod.weather.WeatherLocation: java.lang.String mPostal -androidx.hilt.work.R$id: int time -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$LocalSource: AccuDailyResult$DailyForecasts$Day$LocalSource() -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode -com.jaredrummler.android.colorpicker.R$layout: int expand_button -androidx.preference.R$attr: int thumbTextPadding -cyanogenmod.profiles.BrightnessSettings: BrightnessSettings() -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_CompactMenu -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored -wangdaye.com.geometricweather.R$string: int not_set -com.google.android.material.R$style: int Widget_MaterialComponents_PopupMenu_ListPopupWindow -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_RatingBar_Small -wangdaye.com.geometricweather.R$dimen: int abc_text_size_subhead_material -com.bumptech.glide.R$attr: int fontVariationSettings -androidx.appcompat.R$styleable: int Toolbar_titleTextAppearance -wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_active_text_size -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.lang.Integer LEFT_VALUE -wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat_ActionBar -okhttp3.internal.platform.JdkWithJettyBootPlatform: java.lang.Class serverProviderClass -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_firstHorizontalStyle -okhttp3.internal.ws.WebSocketReader: void processNextFrame() -org.greenrobot.greendao.AbstractDaoMaster: org.greenrobot.greendao.database.Database db -wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean dispatchPopulateAccessibilityEvent(android.view.accessibility.AccessibilityEvent) -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation: wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation[] values() -wangdaye.com.geometricweather.R$attr: int hideMotionSpec -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ListView_DropDown -com.google.android.material.R$attr: int tabMaxWidth -wangdaye.com.geometricweather.R$id: int container_main_daily_trend_card -james.adaptiveicon.R$attr: int trackTintMode -okhttp3.internal.io.FileSystem: void rename(java.io.File,java.io.File) -androidx.appcompat.R$styleable: int ActionBar_customNavigationLayout -com.jaredrummler.android.colorpicker.R$attr: int buttonBarNeutralButtonStyle -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: boolean isDisposed() -com.google.android.material.bottomsheet.BottomSheetBehavior -androidx.appcompat.R$styleable: int MenuGroup_android_enabled -com.github.rahatarmanahmed.cpv.R$attr: int cpv_thickness -okhttp3.Cache: int networkCount -okhttp3.internal.tls.BasicCertificateChainCleaner: BasicCertificateChainCleaner(okhttp3.internal.tls.TrustRootIndex) -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_passwordToggleTintMode -wangdaye.com.geometricweather.R$styleable: int[] Motion -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber$1: void run() -wangdaye.com.geometricweather.R$style: int Widget_Design_Snackbar -androidx.preference.R$styleable: int GradientColor_android_gradientRadius -okhttp3.internal.http.HttpHeaders: long contentLength(okhttp3.Headers) -cyanogenmod.weather.WeatherInfo: java.util.List mForecastList -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: void setDefenseText(java.lang.String) -com.turingtechnologies.materialscrollbar.R$id: int action_menu_divider -androidx.preference.R$style: int Base_Widget_AppCompat_Light_PopupMenu -com.google.android.material.R$dimen: int mtrl_card_checked_icon_size -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: void onError(java.lang.Throwable) -cyanogenmod.externalviews.ExternalView: java.util.LinkedList mQueue -com.google.gson.stream.JsonReader: int nextInt() -android.didikee.donate.R$color: int highlighted_text_material_dark -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat_Dialog -androidx.recyclerview.widget.RecyclerView: void addOnChildAttachStateChangeListener(androidx.recyclerview.widget.RecyclerView$OnChildAttachStateChangeListener) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_lastVerticalStyle -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void innerError(io.reactivex.internal.observers.InnerQueuedObserver,java.lang.Throwable) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX() -james.adaptiveicon.R$style: int Base_V21_Theme_AppCompat_Dialog -wangdaye.com.geometricweather.R$id: int moldTitle -wangdaye.com.geometricweather.R$color: int mtrl_textinput_filled_box_default_background_color -cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: void registerWeatherServiceProviderChangeListener(cyanogenmod.weather.IWeatherServiceProviderChangeListener) -wangdaye.com.geometricweather.R$id: int item_card_display_sortButton -wangdaye.com.geometricweather.R$interpolator: int mtrl_linear_out_slow_in -wangdaye.com.geometricweather.db.entities.HistoryEntity: int daytimeTemperature -androidx.constraintlayout.motion.widget.MotionLayout: android.os.Bundle getTransitionState() -wangdaye.com.geometricweather.R$string: int abc_menu_meta_shortcut_label -android.didikee.donate.R$styleable: int ActionBar_displayOptions -okhttp3.Interceptor$Chain: int connectTimeoutMillis() -okhttp3.FormBody: FormBody(java.util.List,java.util.List) -cyanogenmod.weather.WeatherLocation: java.lang.String access$102(cyanogenmod.weather.WeatherLocation,java.lang.String) -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: int unitArrayIndex -androidx.cardview.R$styleable: int CardView_contentPaddingLeft -com.turingtechnologies.materialscrollbar.R$id: int right_icon -com.google.android.material.R$styleable: int Layout_layout_constraintGuide_percent -androidx.appcompat.R$styleable: int[] TextAppearance -okhttp3.internal.Internal: java.net.Socket deduplicate(okhttp3.ConnectionPool,okhttp3.Address,okhttp3.internal.connection.StreamAllocation) -com.google.android.material.R$styleable: int Constraint_layout_constraintLeft_toLeftOf -androidx.dynamicanimation.R$id: int action_divider -okhttp3.OkHttpClient$Builder: okhttp3.internal.tls.CertificateChainCleaner certificateChainCleaner -androidx.transition.R$id: int icon_group -com.google.android.material.R$id: int parent -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List getMinutelyEntityList() -wangdaye.com.geometricweather.R$styleable: int GradientColor_android_gradientRadius -androidx.coordinatorlayout.R$attr: int fontProviderAuthority -cyanogenmod.providers.CMSettings$System$3: boolean validate(java.lang.String) -io.reactivex.Observable: io.reactivex.Observable merge(io.reactivex.ObservableSource) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours: AccuCurrentResult$PrecipitationSummary$Past24Hours() -okio.SegmentPool: okio.Segment next -androidx.appcompat.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem -androidx.hilt.R$id: int line1 -com.jaredrummler.android.colorpicker.R$color: int abc_tint_seek_thumb -androidx.constraintlayout.widget.R$attr: int circleRadius -wangdaye.com.geometricweather.R$layout: int abc_action_bar_up_container -wangdaye.com.geometricweather.R$string: int feedback_check_location_permission -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_tooltipFrameBackground -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Display2 -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: void request(long) -com.google.android.material.R$styleable: int SwitchCompat_android_thumb -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ab_share_pack_mtrl_alpha -okhttp3.internal.http.RetryAndFollowUpInterceptor -androidx.constraintlayout.widget.R$style: int TextAppearance_Compat_Notification_Line2 -androidx.constraintlayout.widget.R$styleable: int Transform_android_translationX -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: java.util.concurrent.atomic.AtomicReference upstream -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: ObservableReplay$BoundedReplayBuffer() -androidx.vectordrawable.R$dimen: int notification_large_icon_width -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActivityChooserView -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: IKeyguardExternalViewCallbacks$Stub$Proxy(android.os.IBinder) -wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar: PrecipitationBar(android.content.Context) -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: ObservableGroupJoin$GroupJoinDisposable(io.reactivex.Observer,io.reactivex.functions.Function,io.reactivex.functions.Function,io.reactivex.functions.BiFunction) -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: double Dbz -okhttp3.internal.cache.CacheStrategy$Factory: int ageSeconds -okhttp3.internal.cache.InternalCache: okhttp3.Response get(okhttp3.Request) -wangdaye.com.geometricweather.R$styleable: int Slider_trackColorActive -androidx.loader.R$styleable: int FontFamilyFont_android_fontStyle -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHeight_default -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String PRESENT_AS_THEME -com.google.android.material.R$style: int Widget_MaterialComponents_BottomSheet -androidx.constraintlayout.widget.ConstraintLayout: void setMaxWidth(int) -androidx.constraintlayout.widget.R$attr: int dividerHorizontal -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onLockscreenSlideOffsetChanged(float) -io.reactivex.internal.util.ErrorMode: io.reactivex.internal.util.ErrorMode END -com.github.rahatarmanahmed.cpv.R$string: R$string() -com.google.android.material.R$dimen: int hint_alpha_material_light -cyanogenmod.providers.CMSettings$Secure: java.lang.String DEVICE_HOSTNAME -wangdaye.com.geometricweather.common.basic.models.weather.Alert: Alert(long,java.util.Date,long,java.lang.String,java.lang.String,java.lang.String,int,int) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_popupWindowStyle -com.turingtechnologies.materialscrollbar.R$attr: int tabStyle -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: long serialVersionUID -android.didikee.donate.R$dimen: int hint_alpha_material_dark -androidx.constraintlayout.widget.R$attr: int layout_constraintLeft_toLeftOf -com.google.android.material.R$style: int Widget_AppCompat_ListMenuView -com.jaredrummler.android.colorpicker.R$color: int dim_foreground_material_dark -wangdaye.com.geometricweather.R$id: int password_toggle -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum: AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Imperial: AccuCurrentResult$PrecipitationSummary$PastHour$Imperial() -io.reactivex.internal.subscriptions.SubscriptionHelper: boolean validate(long) -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_BOOT_ANIM -androidx.appcompat.R$string: int abc_menu_alt_shortcut_label -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: boolean done -com.google.android.material.chip.Chip: float getIconEndPadding() -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_id -okio.Segment: okio.Segment next -com.google.android.material.R$string: int mtrl_picker_date_header_unselected -androidx.appcompat.widget.ScrollingTabContainerView: void setContentHeight(int) -com.google.android.material.R$drawable: int abc_scrubber_track_mtrl_alpha -androidx.vectordrawable.animated.R$drawable: int notification_template_icon_bg -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dialogCornerRadius -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Direction: java.lang.String English -com.google.android.material.R$attr: int growMode -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_normalContainer -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_textColor -okhttp3.internal.http2.Http2Connection$Listener$1: Http2Connection$Listener$1() -wangdaye.com.geometricweather.R$color: int design_dark_default_color_on_surface -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_switchStyle -wangdaye.com.geometricweather.R$id: int notification_big_week_5 -james.adaptiveicon.R$attr: int drawerArrowStyle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Imperial: java.lang.String Unit -com.google.android.material.R$integer: int mtrl_card_anim_delay_ms -com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getThumbTintList() -androidx.preference.R$style: int Base_Widget_AppCompat_ImageButton -com.turingtechnologies.materialscrollbar.R$drawable: int abc_textfield_search_material -okhttp3.internal.http2.Huffman: int[] CODES -androidx.work.impl.WorkDatabase_Impl: WorkDatabase_Impl() -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_rotation -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: io.reactivex.Observer downstream -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: io.reactivex.Observer downstream -android.didikee.donate.R$attr: int popupWindowStyle -androidx.preference.R$string: int abc_action_bar_home_description -wangdaye.com.geometricweather.R$string: int feedback_align_end -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse -androidx.core.R$styleable: int[] FontFamilyFont -androidx.constraintlayout.widget.R$drawable: int abc_ab_share_pack_mtrl_alpha -androidx.lifecycle.extensions.R$dimen: int notification_action_icon_size -io.reactivex.Observable: io.reactivex.Observable takeWhile(io.reactivex.functions.Predicate) -wangdaye.com.geometricweather.db.entities.AlertEntity: long getTime() -wangdaye.com.geometricweather.R$dimen: int abc_text_size_display_2_material -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_0 -wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar -wangdaye.com.geometricweather.R$styleable: int[] FontFamily -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Imperial: java.lang.String Unit -com.google.android.material.R$attr: int layout_goneMarginRight -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NAVBAR_LEFT_IN_LANDSCAPE_VALIDATOR -com.google.android.material.R$styleable: int TextAppearance_fontVariationSettings -wangdaye.com.geometricweather.R$id: int widget_trend_daily -androidx.hilt.R$id: int accessibility_custom_action_12 -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust: AccuDailyResult$DailyForecasts$Day$WindGust() -androidx.constraintlayout.widget.R$id: int left -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_21 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean brandInfo -androidx.appcompat.R$drawable: int abc_btn_colored_material -androidx.work.R$styleable: int FontFamily_fontProviderFetchTimeout -androidx.preference.R$string: int abc_menu_enter_shortcut_label -wangdaye.com.geometricweather.R$styleable: int Chip_chipIconVisible -james.adaptiveicon.R$id: int line1 -james.adaptiveicon.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Caption -androidx.lifecycle.viewmodel.savedstate.R: R() -androidx.lifecycle.SingleGeneratedAdapterObserver: androidx.lifecycle.GeneratedAdapter mGeneratedAdapter -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.Date publishDate -com.google.android.material.R$dimen: int mtrl_navigation_item_icon_padding -io.reactivex.Observable: io.reactivex.Observable combineLatest(java.lang.Iterable,io.reactivex.functions.Function,int) -androidx.loader.R$dimen: int notification_large_icon_height -wangdaye.com.geometricweather.R$drawable: int flag_ru -wangdaye.com.geometricweather.R$attr: int textAppearanceListItemSmall -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int AQI_INDEX_1 -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_activityChooserViewStyle -android.didikee.donate.R$id: int homeAsUp -cyanogenmod.themes.ThemeManager$1$2: void run() -com.google.android.material.R$drawable: int notification_bg_low_normal -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_voiceIcon -androidx.viewpager2.R$styleable -androidx.appcompat.view.menu.ActionMenuItemView: void setTitle(java.lang.CharSequence) -okhttp3.Cache$CacheRequestImpl: okio.Sink body -wangdaye.com.geometricweather.R$id: int design_menu_item_action_area_stub -io.reactivex.internal.disposables.DisposableHelper: boolean set(java.util.concurrent.atomic.AtomicReference,io.reactivex.disposables.Disposable) -okhttp3.internal.http2.Http2Writer: boolean client -androidx.vectordrawable.animated.R$attr: int fontVariationSettings -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: java.util.concurrent.atomic.AtomicReference observers -okhttp3.internal.tls.CertificateChainCleaner -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void innerSuccess(io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver,java.lang.Object) -com.google.android.material.R$styleable: int KeyTrigger_triggerSlack -james.adaptiveicon.R$id: int search_plate -com.turingtechnologies.materialscrollbar.R$dimen: int abc_control_corner_material -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: java.lang.String timezone -com.xw.repo.bubbleseekbar.R$styleable: int[] PopupWindow -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_toolbarStyle -com.google.android.material.R$styleable: int Layout_android_layout_marginTop -android.didikee.donate.R$color: int notification_action_color_filter -com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_chipSpacing -wangdaye.com.geometricweather.R$string: int current_location -androidx.constraintlayout.widget.R$string: R$string() -androidx.preference.R$drawable: int abc_text_cursor_material -wangdaye.com.geometricweather.R$styleable: int Transition_autoTransition -androidx.constraintlayout.motion.widget.MotionLayout$TransitionState: androidx.constraintlayout.motion.widget.MotionLayout$TransitionState[] values() -okhttp3.Cache$Entry: okhttp3.Headers responseHeaders -com.turingtechnologies.materialscrollbar.R$color: int tooltip_background_dark -okhttp3.internal.http2.Http2Connection$5: void execute() -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle -cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String ALARM_STATE -androidx.preference.R$attr: int alertDialogStyle -androidx.preference.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored -androidx.appcompat.R$style: int Base_Widget_AppCompat_ListView_Menu -io.reactivex.internal.disposables.EmptyDisposable -com.google.android.material.R$attr: int textAppearanceLineHeightEnabled -androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableTransition_android_fromId -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_anon_WITH_NULL_SHA -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: io.reactivex.functions.Function leftEnd -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: void setStreet(java.lang.String) -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_height -okhttp3.internal.connection.RealConnection: void connectTls(okhttp3.internal.connection.ConnectionSpecSelector) -okio.AsyncTimeout: boolean inQueue -cyanogenmod.app.CMStatusBarManager: android.content.Context mContext -cyanogenmod.weather.WeatherInfo$DayForecast: WeatherInfo$DayForecast(android.os.Parcel,cyanogenmod.weather.WeatherInfo$1) -android.didikee.donate.R$attr: int switchPadding -com.google.android.material.R$styleable: int MaterialCalendarItem_android_insetBottom -cyanogenmod.app.CustomTileListenerService -com.google.android.material.R$styleable: int AnimatedStateListDrawableCompat_android_visible -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void onTimeoutError(long,java.lang.Throwable) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$LocalSource: java.lang.String Name -androidx.appcompat.R$color: int accent_material_dark -com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getThumbTintList() -okio.Base64: java.lang.String encodeUrl(byte[]) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String windDircStart -wangdaye.com.geometricweather.R$drawable: int design_snackbar_background -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar -okhttp3.internal.http.RequestLine: java.lang.String requestPath(okhttp3.HttpUrl) -okio.Buffer: okio.Buffer writeString(java.lang.String,int,int,java.nio.charset.Charset) -com.turingtechnologies.materialscrollbar.R$dimen: int design_tab_max_width -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_13 -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_verticalAlign -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Object readKey(android.database.Cursor,int) -wangdaye.com.geometricweather.R$style: int Base_V14_ThemeOverlay_MaterialComponents_Dialog -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property SunSetDate -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.util.Date sunsetTime -android.didikee.donate.R$styleable: int AppCompatTheme_dialogTheme -james.adaptiveicon.R$attr: int alpha -androidx.constraintlayout.widget.R$styleable: int Layout_layout_goneMarginBottom -com.google.android.material.R$attr: int collapsedSize -cyanogenmod.providers.CMSettings$System$1: CMSettings$System$1() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean() -wangdaye.com.geometricweather.R$dimen: int abc_text_size_body_2_material -cyanogenmod.app.StatusBarPanelCustomTile: void writeToParcel(android.os.Parcel,int) -com.jaredrummler.android.colorpicker.R$color: int primary_text_disabled_material_dark -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_actionLayout -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeSnowPrecipitation(java.lang.Float) -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabGravity -com.google.android.material.R$styleable: int AppCompatTheme_panelMenuListWidth -wangdaye.com.geometricweather.R$id: int backBtn -androidx.viewpager.widget.ViewPager: void setPageMarginDrawable(int) -james.adaptiveicon.R$attr: int backgroundTint -androidx.preference.R$style: int PreferenceThemeOverlay -com.google.android.material.R$animator: int mtrl_fab_transformation_sheet_expand_spec -androidx.preference.R$style: int Platform_V21_AppCompat_Light -okio.Segment: void writeTo(okio.Segment,int) -com.turingtechnologies.materialscrollbar.R$attr: int thumbTint -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: io.reactivex.internal.util.AtomicThrowable error -wangdaye.com.geometricweather.R$string: int aqi_3 -com.google.android.material.R$styleable: int[] GradientColor -james.adaptiveicon.R$styleable: int SearchView_searchIcon -com.google.android.material.R$drawable: int abc_textfield_search_default_mtrl_alpha -wangdaye.com.geometricweather.R$dimen: int design_title_text_size -okio.RealBufferedSink: void flush() -wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_elevation -androidx.appcompat.R$styleable: int AppCompatTheme_listMenuViewStyle -androidx.preference.R$styleable: int RecyclerView_fastScrollEnabled -androidx.viewpager2.R$id: int action_divider -com.google.android.material.R$attr: int preserveIconSpacing -androidx.hilt.work.R$styleable: int FontFamily_fontProviderCerts -wangdaye.com.geometricweather.R$styleable: int Constraint_android_visibility -androidx.vectordrawable.animated.R$id: R$id() -cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode getSoundMode() -com.google.android.material.R$style: int Theme_AppCompat_Light_DarkActionBar -androidx.constraintlayout.motion.widget.MotionLayout: void setOnHide(float) -cyanogenmod.app.suggest.IAppSuggestManager$Stub: cyanogenmod.app.suggest.IAppSuggestManager asInterface(android.os.IBinder) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: java.lang.String en_US -androidx.appcompat.widget.AppCompatImageView: void setImageURI(android.net.Uri) -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHeight_min -com.google.android.material.R$layout: int test_toolbar_custom_background -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored -androidx.constraintlayout.widget.R$styleable: int KeyPosition_sizePercent -com.jaredrummler.android.colorpicker.R$dimen: int notification_large_icon_height -okhttp3.internal.http2.Http2Reader$ContinuationSource: int left -androidx.preference.R$styleable: int GradientColor_android_tileMode -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow -androidx.preference.R$style: int Base_Widget_AppCompat_ActionBar -retrofit2.Converter$Factory: java.lang.reflect.Type getParameterUpperBound(int,java.lang.reflect.ParameterizedType) -wangdaye.com.geometricweather.R$styleable: int AppCompatImageView_srcCompat -com.jaredrummler.android.colorpicker.R$attr: int selectableItemBackground -okhttp3.internal.Util: int indexOf(java.util.Comparator,java.lang.String[],java.lang.String) -com.jaredrummler.android.colorpicker.ColorPickerView: int getPaddingLeft() -wangdaye.com.geometricweather.R$id: int subtitle -androidx.appcompat.view.menu.ExpandedMenuView: int getWindowAnimations() -com.google.android.material.R$layout: int mtrl_alert_dialog_title -com.jaredrummler.android.colorpicker.R$attr: int keylines -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Dialog_FixedSize -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Tooltip -okhttp3.EventListener: void callFailed(okhttp3.Call,java.io.IOException) -com.google.android.material.R$styleable: int Chip_closeIconEnabled -cyanogenmod.app.CustomTile$ExpandedStyle: int getStyle() -cyanogenmod.weatherservice.ServiceRequestResult$1: ServiceRequestResult$1() -com.google.gson.JsonIOException: JsonIOException(java.lang.String) -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: FitSystemBarNestedScrollView(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$attr: int toolbarId -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder query(java.lang.String) -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small -wangdaye.com.geometricweather.R$attr: int thumbStrokeWidth -com.jaredrummler.android.colorpicker.R$attr: int alertDialogButtonGroupStyle -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_131 -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha -wangdaye.com.geometricweather.R$styleable: int Chip_closeIconStartPadding -james.adaptiveicon.R$attr: int logoDescription -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Speed: AccuDailyResult$DailyForecasts$Day$WindGust$Speed() -wangdaye.com.geometricweather.R$styleable: int[] ConstraintLayout_placeholder -androidx.transition.R$drawable: int notification_bg_normal_pressed -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_SeekBar -wangdaye.com.geometricweather.R$id: int test_radiobutton_android_button_tint -androidx.dynamicanimation.R$drawable: int notification_tile_bg -com.google.android.material.R$styleable: int TabLayout_tabIndicatorColor -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_NULL_MD5 -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText -com.google.gson.internal.LinkedTreeMap: java.lang.Object put(java.lang.Object,java.lang.Object) -com.xw.repo.bubbleseekbar.R$id: int tag_unhandled_key_event_manager -com.google.android.material.R$styleable: int MenuGroup_android_menuCategory -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$2: void run() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$TotalLiquid -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_BRIGHTNESS_LEVEL -com.bumptech.glide.R$id: int notification_background -com.google.android.material.button.MaterialButton: void setPressed(boolean) -androidx.viewpager.R$styleable: int FontFamilyFont_android_ttcIndex -androidx.appcompat.resources.R$styleable: int GradientColor_android_startColor -okhttp3.logging.LoggingEventListener: void connectFailed(okhttp3.Call,java.net.InetSocketAddress,java.net.Proxy,okhttp3.Protocol,java.io.IOException) -androidx.constraintlayout.widget.R$dimen: int abc_action_button_min_height_material -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$3: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 -com.google.android.material.chip.ChipGroup -com.google.android.material.R$styleable: int ProgressIndicator_indicatorType -com.turingtechnologies.materialscrollbar.R$id: int progress_circular -wangdaye.com.geometricweather.R$id: int mtrl_picker_header_toggle -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceCategoryTitleTextAppearance -james.adaptiveicon.R$styleable: int View_paddingEnd -james.adaptiveicon.R$attr: int paddingTopNoTitle -androidx.preference.R$styleable: int SearchView_iconifiedByDefault -retrofit2.adapter.rxjava2.CallEnqueueObservable -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType InsertOrReplace -james.adaptiveicon.R$styleable: int MenuView_android_itemTextAppearance -androidx.appcompat.R$style: int TextAppearance_AppCompat_Body2 -cyanogenmod.app.ProfileManager: java.lang.String TAG -okhttp3.internal.cache2.Relay: java.lang.Thread upstreamReader -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_24 -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_always_show_bubble_delay -com.google.android.material.R$styleable: int TabLayout_tabContentStart -androidx.constraintlayout.widget.R$dimen: int abc_dialog_corner_radius_material -com.google.android.material.bottomnavigation.BottomNavigationView: void setItemTextColor(android.content.res.ColorStateList) -com.google.android.material.progressindicator.ProgressIndicator: android.graphics.drawable.Drawable getProgressDrawable() -androidx.lifecycle.extensions.R$styleable: int[] FontFamilyFont -wangdaye.com.geometricweather.R$styleable: int Chip_android_text -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: java.lang.String toValue(java.util.List) -cyanogenmod.app.ThemeVersion: int getVersion() -com.turingtechnologies.materialscrollbar.R$id: int split_action_bar -wangdaye.com.geometricweather.R$drawable: int design_fab_background -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder pingInterval(long,java.util.concurrent.TimeUnit) -androidx.core.widget.NestedScrollView: float getBottomFadingEdgeStrength() -androidx.lifecycle.ViewModel: boolean mCleared -com.github.rahatarmanahmed.cpv.CircularProgressView$4: CircularProgressView$4(com.github.rahatarmanahmed.cpv.CircularProgressView) -com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense -io.reactivex.internal.subscriptions.DeferredScalarSubscription: int NO_REQUEST_HAS_VALUE -wangdaye.com.geometricweather.background.service.Hilt_CMWeatherProviderService: Hilt_CMWeatherProviderService() -com.bumptech.glide.R$styleable: int FontFamilyFont_ttcIndex -wangdaye.com.geometricweather.db.entities.LocationEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) -com.jaredrummler.android.colorpicker.R$id: int home -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Display3 -cyanogenmod.themes.IThemeService: int getProgress() -wangdaye.com.geometricweather.R$attr: int tabIndicatorAnimationDuration -androidx.viewpager2.R$drawable: int notification_template_icon_bg -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_menu_selectall_mtrl_alpha -androidx.vectordrawable.animated.R$id: int line3 -cyanogenmod.externalviews.ExternalView: void executeQueue() -androidx.constraintlayout.utils.widget.ImageFilterView -androidx.constraintlayout.widget.R$style: int Base_AlertDialog_AppCompat_Light -wangdaye.com.geometricweather.remoteviews.config.AbstractWidgetConfigActivity -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small -androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType COLOR_DRAWABLE_TYPE -cyanogenmod.os.Build$CM_VERSION -com.google.android.material.R$styleable: int Constraint_android_scaleX -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWeatherText -com.google.android.material.R$layout: int mtrl_calendar_vertical -androidx.transition.R$id: int tag_unhandled_key_listeners -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleMarginStart -retrofit2.ParameterHandler$QueryName: void apply(retrofit2.RequestBuilder,java.lang.Object) -androidx.preference.R$attr: int buttonStyle -com.google.android.material.R$attr: int flow_firstVerticalStyle -androidx.appcompat.R$dimen: int abc_button_padding_vertical_material -androidx.vectordrawable.R$styleable: int GradientColor_android_type -androidx.hilt.work.R$id: int accessibility_custom_action_31 -androidx.recyclerview.widget.RecyclerView: void setOnScrollListener(androidx.recyclerview.widget.RecyclerView$OnScrollListener) -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: java.lang.String temperature -james.adaptiveicon.R$color: int dim_foreground_disabled_material_dark -androidx.constraintlayout.widget.R$attr: int triggerSlack -androidx.transition.R$styleable: int ColorStateListItem_alpha -androidx.appcompat.resources.R$integer: int status_bar_notification_info_maxnum -com.jaredrummler.android.colorpicker.R$styleable: int MenuGroup_android_menuCategory -okhttp3.internal.http2.Hpack$Reader: boolean isStaticHeader(int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure Pressure -com.turingtechnologies.materialscrollbar.R$attr: int colorControlActivated -com.google.android.material.R$attr: int strokeWidth -androidx.preference.PreferenceGroup: PreferenceGroup(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric: int UnitType -com.google.android.material.circularreveal.CircularRevealGridLayout: com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo getRevealInfo() -com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_radio_material -wangdaye.com.geometricweather.R$id: int dialog_time_setter_cancel -android.didikee.donate.R$style: int Base_Widget_AppCompat_ListView_Menu -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric -james.adaptiveicon.R$styleable: int Toolbar_subtitle -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property HourlyForecast -androidx.preference.R$styleable: int FontFamily_fontProviderAuthority -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256 -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_halfExpandedRatio -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionButton -com.google.gson.stream.JsonWriter: void flush() -io.reactivex.Observable: io.reactivex.Observable onErrorResumeNext(io.reactivex.functions.Function) -androidx.constraintlayout.widget.R$dimen: int notification_right_side_padding_top -androidx.constraintlayout.widget.R$styleable: int MenuItem_contentDescription -wangdaye.com.geometricweather.R$attr: int itemShapeAppearance -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Position: double lon -androidx.loader.R$styleable: int[] GradientColor -com.google.android.material.R$integer: int show_password_duration -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_Layout_layout_collapseMode -androidx.constraintlayout.widget.R$attr: int dragThreshold -androidx.loader.R$styleable: int[] FontFamilyFont -androidx.appcompat.R$style: int TextAppearance_AppCompat_Headline -androidx.viewpager2.R$id: int accessibility_custom_action_9 -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver[] CANCELLED -androidx.constraintlayout.widget.R$styleable: int Constraint_barrierMargin -androidx.appcompat.R$style: int Base_V7_Widget_AppCompat_EditText -androidx.preference.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog -com.google.android.material.R$styleable: int TextInputLayout_startIconDrawable -com.google.android.material.R$styleable: int PopupWindow_android_popupAnimationStyle -androidx.transition.R$drawable: R$drawable() -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginBottom -wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat_Dark -com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration -com.google.android.material.circularreveal.CircularRevealLinearLayout: void setCircularRevealOverlayDrawable(android.graphics.drawable.Drawable) -androidx.viewpager2.R$id: int text -cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_isDataConnectionEnabled -com.google.android.material.R$id: int jumpToEnd -androidx.constraintlayout.widget.R$styleable: int MenuView_android_windowAnimationStyle -okio.Buffer: java.lang.String readUtf8() -okhttp3.HttpUrl: int pathSize() -androidx.preference.SeekBarPreference: SeekBarPreference(android.content.Context,android.util.AttributeSet) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight -androidx.constraintlayout.widget.R$anim: int abc_fade_out -com.turingtechnologies.materialscrollbar.R$attr: int chipMinHeight -com.turingtechnologies.materialscrollbar.R$anim: int abc_fade_out -cyanogenmod.app.CMStatusBarManager -wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: void setPostfixString(java.lang.String) -androidx.core.R$styleable: int GradientColor_android_endX -okio.RealBufferedSink: java.lang.String toString() -com.turingtechnologies.materialscrollbar.R$layout: int design_navigation_menu -cyanogenmod.providers.CMSettings$Secure: java.lang.String QS_USE_MAIN_TILES -com.turingtechnologies.materialscrollbar.R$attr: int titleTextStyle -android.didikee.donate.R$styleable: int MenuItem_tooltipText -okio.ByteString: int lastIndexOf(byte[]) -androidx.preference.R$drawable: int abc_scrubber_control_off_mtrl_alpha -android.didikee.donate.R$styleable: int ActionBar_popupTheme -androidx.recyclerview.widget.RecyclerView: void setLayoutFrozen(boolean) -com.turingtechnologies.materialscrollbar.R$color: int dim_foreground_material_light -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Metric -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Large -com.google.android.material.bottomappbar.BottomAppBar: int getFabAnimationMode() -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WindSpeed -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ProgressIndicator_Circular_Determinate -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_panelMenuListTheme -androidx.appcompat.widget.SearchView: int getImeOptions() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: void setValue(java.util.List) -wangdaye.com.geometricweather.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.ActionMode onWindowStartingActionMode(android.view.ActionMode$Callback,int) -com.google.android.material.R$styleable: int Toolbar_titleTextColor -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours -okhttp3.internal.tls.BasicCertificateChainCleaner: okhttp3.internal.tls.TrustRootIndex trustRootIndex -com.google.android.material.circularreveal.cardview.CircularRevealCardView: int getCircularRevealScrimColor() -com.xw.repo.bubbleseekbar.R$dimen: int abc_control_inset_material -cyanogenmod.app.BaseLiveLockManagerService: void enforcePrivateAccessPermission() -com.google.android.material.R$dimen: int fastscroll_default_thickness -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Day_Selected -com.google.android.material.R$styleable: int Constraint_flow_lastHorizontalStyle -androidx.vectordrawable.animated.R$layout: int notification_template_custom_big -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_contentInsetStart -com.xw.repo.bubbleseekbar.R$attr: int titleMarginTop -james.adaptiveicon.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Tooltip -androidx.activity.R$id: int time -com.google.android.material.R$dimen: int mtrl_textinput_counter_margin_start -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void onComplete() -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void clear() -wangdaye.com.geometricweather.common.basic.models.weather.History: int getNighttimeTemperature() -com.google.android.material.R$attr: int daySelectedStyle -androidx.preference.R$color: int abc_primary_text_material_dark -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Dialog -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintCircle -com.google.android.material.R$string: int bottom_sheet_behavior -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void replay(io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable) -retrofit2.ParameterHandler$2: retrofit2.ParameterHandler this$0 -androidx.appcompat.resources.R$color: int notification_action_color_filter -com.google.android.material.floatingactionbutton.FloatingActionButton: void setScaleX(float) -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constrainedHeight -cyanogenmod.externalviews.ExternalView$4 -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: void setCity_code(int) -androidx.preference.R$id: int text2 -androidx.constraintlayout.widget.R$id: int customPanel -com.google.android.material.R$dimen: int mtrl_badge_text_size -okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Http2Stream$FramingSource source -androidx.coordinatorlayout.R$drawable: int notification_bg_low_pressed -wangdaye.com.geometricweather.R$drawable: int notification_template_icon_bg -com.google.android.material.R$dimen: int mtrl_bottomappbar_fab_cradle_margin -androidx.constraintlayout.widget.R$attr: int transitionFlags -com.google.android.material.R$style: int Widget_MaterialComponents_ShapeableImageView -com.google.android.material.R$style: int Widget_AppCompat_ButtonBar_AlertDialog -androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionMode -com.google.android.material.bottomnavigation.BottomNavigationView: void setItemRippleColor(android.content.res.ColorStateList) -androidx.hilt.work.R$attr: int fontProviderCerts -com.google.android.material.R$styleable: int AppCompatTextHelper_android_drawableStart -androidx.appcompat.R$attr: int textLocale -com.xw.repo.bubbleseekbar.R$dimen: int hint_pressed_alpha_material_light -wangdaye.com.geometricweather.common.ui.widgets.AnimatableIconView: AnimatableIconView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeThunderstormPrecipitation -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void innerComplete() -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void signalConsumer() -com.bumptech.glide.Registry$NoSourceEncoderAvailableException -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionMode -androidx.constraintlayout.widget.R$id: int tag_transition_group -androidx.appcompat.R$dimen: int abc_dropdownitem_text_padding_right -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Object getKey(java.lang.Object) -com.google.android.material.R$color: int mtrl_popupmenu_overlay_color -wangdaye.com.geometricweather.R$drawable: int ic_keyboard_black_24dp -android.didikee.donate.R$id: int src_over -james.adaptiveicon.R$styleable: int AppCompatTheme_actionDropDownStyle -androidx.constraintlayout.widget.R$dimen: int notification_large_icon_width -io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: io.reactivex.Observer downstream -androidx.appcompat.widget.AppCompatRadioButton: AppCompatRadioButton(android.content.Context) -com.google.android.material.R$color: int design_default_color_secondary -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Dialog_MinWidth -com.google.android.material.R$attr: int telltales_tailScale -wangdaye.com.geometricweather.R$color: int design_dark_default_color_secondary -androidx.preference.R$color: int material_grey_100 -com.google.gson.stream.JsonScope: int CLOSED -androidx.work.ExistingWorkPolicy: androidx.work.ExistingWorkPolicy REPLACE -androidx.constraintlayout.utils.widget.ImageFilterButton: float getWarmth() -wangdaye.com.geometricweather.R$styleable: int Spinner_android_dropDownWidth -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_21 -androidx.appcompat.R$dimen: int abc_edit_text_inset_horizontal_material -wangdaye.com.geometricweather.R$dimen: int abc_dialog_list_padding_bottom_no_buttons -androidx.appcompat.R$style: int Base_DialogWindowTitleBackground_AppCompat -wangdaye.com.geometricweather.R$id: int material_clock_period_am_button -androidx.preference.R$dimen: int abc_dialog_padding_top_material -io.reactivex.internal.subscriptions.BasicIntQueueSubscription: void request(long) -wangdaye.com.geometricweather.R$styleable: int GradientColor_android_endColor -androidx.hilt.R$drawable: int notification_bg_normal_pressed -com.google.android.material.R$drawable: int notification_bg_low -retrofit2.HttpServiceMethod$SuspendForResponse -android.didikee.donate.R$dimen: int notification_content_margin_start -cyanogenmod.app.ThemeVersion: java.util.List getComponentVersions() -james.adaptiveicon.R$style: int Base_AlertDialog_AppCompat -androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_shadowDx -com.google.android.material.R$id: int parallax -com.bumptech.glide.R$attr: int coordinatorLayoutStyle -okhttp3.Call$Factory -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void onNext(java.lang.Object) -io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode lvNext() -com.turingtechnologies.materialscrollbar.R$attr: int navigationIcon -androidx.coordinatorlayout.R$drawable: int notification_tile_bg -cyanogenmod.media.MediaRecorder: java.lang.String CAPTURE_AUDIO_HOTWORD_PERMISSION -okhttp3.Route: boolean requiresTunnel() -com.jaredrummler.android.colorpicker.R$id: int cpv_color_image_view -okhttp3.internal.http2.Huffman: okhttp3.internal.http2.Huffman INSTANCE -androidx.lifecycle.LiveData: int START_VERSION -androidx.appcompat.widget.SearchView: void setOnSearchClickListener(android.view.View$OnClickListener) -com.google.android.material.R$styleable: int Motion_pathMotionArc -androidx.preference.R$color: int ripple_material_light -wangdaye.com.geometricweather.R$id: int textinput_prefix_text -james.adaptiveicon.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_weather_3 -androidx.appcompat.resources.R$id: int accessibility_custom_action_1 -james.adaptiveicon.R$drawable: int abc_textfield_default_mtrl_alpha -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: java.lang.String getWeatherText() -wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemTextColor -com.xw.repo.bubbleseekbar.R$style: int Animation_AppCompat_Tooltip -cyanogenmod.app.Profile: java.util.UUID mUuid -cyanogenmod.content.Intent: java.lang.String ACTION_APP_FAILURE -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$TotalLiquid TotalLiquid -wangdaye.com.geometricweather.R$animator: int linear_indeterminate_line2_tail_interpolator -com.google.android.material.R$styleable: int NavigationView_menu -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Minimum: AccuDailyResult$DailyForecasts$Temperature$Minimum() -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView: PolylineAndHistogramView(android.content.Context,android.util.AttributeSet) -com.google.android.material.floatingactionbutton.FloatingActionButton: void setHideMotionSpecResource(int) -androidx.constraintlayout.widget.R$styleable: int GradientColor_android_gradientRadius -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_default -androidx.work.R$drawable: int notification_bg_normal_pressed -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner -androidx.constraintlayout.widget.Group: Group(android.content.Context,android.util.AttributeSet) -cyanogenmod.providers.CMSettings$NameValueCache: boolean putStringForUser(android.content.ContentResolver,java.lang.String,java.lang.String,int) -com.google.android.material.R$attr: int layout_constraintVertical_weight -com.turingtechnologies.materialscrollbar.R$attr: int chipStrokeColor -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintStart_toStartOf -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX aqi -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature WindChillTemperature -androidx.preference.R$color: int button_material_light -com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getTrackActiveTintList() -com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize -okhttp3.Cookie$Builder: boolean secure -com.google.android.material.internal.NavigationMenuItemView: void setActionView(android.view.View) -wangdaye.com.geometricweather.R$drawable: int notif_temp_11 -com.google.android.material.card.MaterialCardView: void setCheckedIconResource(int) -com.google.android.material.R$styleable: int ActionMode_height -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Metric -wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_summaryOn -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintCircle -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_alertDialogCenterButtons -retrofit2.RequestFactory$Builder -wangdaye.com.geometricweather.R$styleable: int[] LiveLockScreen -com.xw.repo.bubbleseekbar.R$attr: int contentDescription -androidx.preference.R$styleable: int AppCompatTheme_editTextColor -androidx.hilt.work.R$styleable: int GradientColor_android_centerX -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_marginLeft -wangdaye.com.geometricweather.R$attr: int cpv_animSwoopDuration -com.jaredrummler.android.colorpicker.R$dimen: int item_touch_helper_swipe_escape_max_velocity -okhttp3.internal.http2.Http2Reader: boolean client -cyanogenmod.os.Build$CM_VERSION_CODES: int ELDERBERRY -wangdaye.com.geometricweather.R$layout: int abc_tooltip -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_TextView_SpinnerItem -wangdaye.com.geometricweather.R$id: int beginOnFirstDraw -okhttp3.internal.http2.Hpack$Writer: int smallestHeaderTableSizeSetting -okhttp3.internal.ws.WebSocketProtocol: int OPCODE_TEXT -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionButton_Overflow -wangdaye.com.geometricweather.R$array: int air_quality_unit_voices -retrofit2.RequestBuilder: RequestBuilder(java.lang.String,okhttp3.HttpUrl,java.lang.String,okhttp3.Headers,okhttp3.MediaType,boolean,boolean,boolean) -wangdaye.com.geometricweather.R$styleable: int ActionMode_height -cyanogenmod.hardware.CMHardwareManager: boolean setDisplayGammaCalibration(int,int[]) -retrofit2.Retrofit$Builder: Retrofit$Builder(retrofit2.Retrofit) -cyanogenmod.weatherservice.WeatherProviderService$1: WeatherProviderService$1(cyanogenmod.weatherservice.WeatherProviderService) -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void rstStream(int,okhttp3.internal.http2.ErrorCode) -wangdaye.com.geometricweather.R$transition: R$transition() -com.google.android.material.R$id: int accessibility_custom_action_0 -wangdaye.com.geometricweather.R$id: int activity_widget_config_hideSubtitleSwitch -james.adaptiveicon.R$dimen: int abc_dropdownitem_text_padding_left -com.google.android.material.R$id: int action_bar_activity_content -android.didikee.donate.R$color: int abc_color_highlight_material -androidx.appcompat.R$styleable: int AppCompatTheme_actionModeCopyDrawable -cyanogenmod.app.Profile$ProfileTrigger: int mType -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_HelperText -com.google.android.material.R$styleable: int KeyAttribute_android_translationZ -androidx.preference.R$styleable: int SwitchCompat_thumbTintMode -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Title -com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_android_clipToPadding -okhttp3.internal.platform.JdkWithJettyBootPlatform$JettyNegoProvider: JdkWithJettyBootPlatform$JettyNegoProvider(java.util.List) -com.google.android.material.R$id: int fade -androidx.preference.R$styleable: int MenuItem_iconTintMode -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial: double Value -wangdaye.com.geometricweather.R$id: int activity_allergen_toolbar -androidx.lifecycle.SavedStateHandleController$1: SavedStateHandleController$1(androidx.lifecycle.Lifecycle,androidx.savedstate.SavedStateRegistry) -androidx.appcompat.R$styleable: int[] ViewStubCompat -com.google.android.material.R$attr: int sizePercent -com.google.android.material.R$styleable: int SearchView_queryBackground -okhttp3.Response: okhttp3.Response networkResponse() -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Display2 -androidx.constraintlayout.widget.R$styleable: int MotionLayout_currentState -androidx.fragment.R$id: int tag_transition_group -okhttp3.internal.http2.Http2Connection: void sendDegradedPingLater() -androidx.appcompat.R$style: int Base_Widget_AppCompat_RatingBar -wangdaye.com.geometricweather.db.entities.HistoryEntity: java.util.Date getDate() -james.adaptiveicon.R$style: int Widget_AppCompat_ListView_DropDown -androidx.appcompat.widget.SwitchCompat: void setThumbResource(int) -com.google.android.material.R$styleable: int MenuItem_android_title -com.xw.repo.bubbleseekbar.R$attr: int actionModePopupWindowStyle -com.turingtechnologies.materialscrollbar.R$animator: int mtrl_btn_state_list_anim -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: void setDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property RealFeelTemperature -io.reactivex.internal.util.NotificationLite$ErrorNotification: int hashCode() -james.adaptiveicon.R$drawable: int abc_switch_track_mtrl_alpha -androidx.vectordrawable.R$styleable: int FontFamily_fontProviderCerts -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeFindDrawable -wangdaye.com.geometricweather.main.dialogs.BackgroundLocationDialog: BackgroundLocationDialog() -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Large -cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener: void onDetachedFromWindow() -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_scrimAnimationDuration -androidx.appcompat.widget.AppCompatImageButton: android.content.res.ColorStateList getSupportBackgroundTintList() -com.google.android.material.R$attr: int behavior_overlapTop -android.didikee.donate.R$dimen: int abc_action_bar_default_height_material -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem -james.adaptiveicon.R$styleable: int AppCompatTheme_alertDialogCenterButtons -androidx.core.R$dimen: int notification_small_icon_size_as_large -androidx.preference.R$styleable: int SwitchCompat_switchMinWidth -wangdaye.com.geometricweather.R$color: int design_dark_default_color_primary_variant -com.google.android.material.R$dimen: int mtrl_slider_track_height -com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_android_gravity -androidx.appcompat.R$styleable: int AppCompatTheme_colorSwitchThumbNormal -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_ttcIndex -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.internal.util.ErrorMode errorMode -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getIcePrecipitationProbability() -com.jaredrummler.android.colorpicker.R$id -com.xw.repo.bubbleseekbar.R$string: int abc_activitychooserview_choose_application -wangdaye.com.geometricweather.R$styleable: int ActionBar_contentInsetEnd -wangdaye.com.geometricweather.R$style: int Base_AlertDialog_AppCompat -okhttp3.ResponseBody$BomAwareReader: java.io.Reader delegate -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_display_2_material -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_text_btn_padding_left -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_get -james.adaptiveicon.R$styleable: int AppCompatTheme_buttonBarStyle -wangdaye.com.geometricweather.R$attr: int layout_insetEdge -androidx.recyclerview.widget.RecyclerView: long getNanoTime() -androidx.constraintlayout.widget.R$dimen: int abc_search_view_preferred_width -wangdaye.com.geometricweather.R$array: int notification_text_colors -android.didikee.donate.R$styleable: int ActionBar_logo -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeRealFeelTemperature -androidx.constraintlayout.widget.R$styleable: int Toolbar_titleTextAppearance -com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked -retrofit2.RequestFactory$Builder: java.lang.annotation.Annotation[] methodAnnotations -com.jaredrummler.android.colorpicker.R$attr: int maxWidth -retrofit2.Utils$ParameterizedTypeImpl: java.lang.reflect.Type[] getActualTypeArguments() -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_subtitle_material_toolbar -wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customColorDrawableValue -com.google.android.material.R$dimen: int abc_list_item_height_material -com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getCounterOverflowDescription() -okhttp3.Headers$Builder: okhttp3.Headers$Builder set(java.lang.String,java.lang.String) -cyanogenmod.app.ICMStatusBarManager: void createCustomTileWithTag(java.lang.String,java.lang.String,java.lang.String,int,cyanogenmod.app.CustomTile,int[],int) -wangdaye.com.geometricweather.R$dimen: int mtrl_slider_label_square_side -wangdaye.com.geometricweather.R$id: int activity_widget_config_hideSubtitleContainer -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ListView_Menu -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircleView: CircleView(android.content.Context) -androidx.drawerlayout.R$layout: int notification_action -com.google.android.material.R$attr: int errorEnabled -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Object readKey(android.database.Cursor,int) -androidx.lifecycle.ProcessLifecycleOwner -androidx.core.R$id: int forever -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_LargeTouch -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Imperial -androidx.vectordrawable.animated.R$id: int line1 -androidx.constraintlayout.widget.R$attr: int constraints -com.google.android.material.R$styleable: int AppCompatTheme_windowMinWidthMajor -okio.Buffer: okio.BufferedSink writeUtf8(java.lang.String,int,int) -androidx.lifecycle.LiveData$ObserverWrapper: int mLastVersion -okhttp3.internal.tls.DistinguishedNameParser: int length -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: int getNestedScrollAxes() -androidx.constraintlayout.widget.ConstraintLayout: int getPaddingWidth() -androidx.lifecycle.extensions.R$styleable: int GradientColorItem_android_offset -androidx.lifecycle.LiveData: int getVersion() -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void onComplete() -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: int prefetch -androidx.constraintlayout.widget.R$styleable: int Constraint_android_scaleY -com.google.android.material.textfield.TextInputLayout -android.didikee.donate.R$color: int material_grey_900 -okhttp3.ResponseBody$BomAwareReader: ResponseBody$BomAwareReader(okio.BufferedSource,java.nio.charset.Charset) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Metric -com.jaredrummler.android.colorpicker.R$id: int shades_divider -cyanogenmod.themes.IThemeService$Stub$Proxy: boolean isThemeBeingProcessed(java.lang.String) -cyanogenmod.externalviews.ExternalViewProperties -com.google.android.material.R$attr -wangdaye.com.geometricweather.R$attr: int maxVelocity -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight -androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_PAUSE -androidx.dynamicanimation.R$styleable: int GradientColor_android_centerX -androidx.core.widget.ContentLoadingProgressBar: ContentLoadingProgressBar(android.content.Context) -androidx.constraintlayout.widget.R$styleable: int AppCompatImageView_srcCompat -wangdaye.com.geometricweather.db.entities.LocationEntity: void setCityId(java.lang.String) -com.turingtechnologies.materialscrollbar.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_APP_SWITCH_ACTION_VALIDATOR -com.google.android.material.R$attr: int closeIconVisible -androidx.lifecycle.LifecycleDispatcher: void init(android.content.Context) -com.google.android.material.progressindicator.ProgressIndicator: void setGrowMode(int) -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: void onError(java.lang.Throwable) -android.didikee.donate.R$id: int up -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse -androidx.constraintlayout.widget.R$dimen: int hint_pressed_alpha_material_light -okhttp3.logging.LoggingEventListener: void connectEnd(okhttp3.Call,java.net.InetSocketAddress,java.net.Proxy,okhttp3.Protocol) -com.google.android.material.navigation.NavigationView: void setItemTextColor(android.content.res.ColorStateList) -okhttp3.Address: java.net.Proxy proxy -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabMode -androidx.constraintlayout.widget.R$styleable: int KeyTrigger_onNegativeCross -wangdaye.com.geometricweather.R$drawable: int notification_bg_low_pressed -retrofit2.RequestBuilder: char[] HEX_DIGITS -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: io.reactivex.internal.operators.observable.ObservableGroupJoin$JoinSupport parent -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: javax.inject.Provider apiProvider -cyanogenmod.app.CustomTile$ExpandedItem: void internalSetItemSummary(java.lang.String) -okio.ByteString: java.lang.String base64() -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNo2(java.lang.Float) -androidx.appcompat.R$style: int Widget_AppCompat_SearchView -wangdaye.com.geometricweather.R$color: int material_on_surface_stroke -wangdaye.com.geometricweather.R$id: int shades_layout -cyanogenmod.profiles.AirplaneModeSettings: void getXmlString(java.lang.StringBuilder,android.content.Context) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWetBulbTemperature -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Title -androidx.viewpager.widget.ViewPager: void setCurrentItem(int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: java.util.Date getTo() -cyanogenmod.weather.WeatherInfo$DayForecast$Builder: cyanogenmod.weather.WeatherInfo$DayForecast build() -okio.GzipSink: okio.BufferedSink sink -com.xw.repo.bubbleseekbar.R$id: int info -androidx.swiperefreshlayout.R$id: int actions -com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_android_layout -cyanogenmod.app.CustomTile$ExpandedItem: android.app.PendingIntent onClickPendingIntent -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_57 -androidx.constraintlayout.widget.R$attr: int layout_goneMarginRight -com.google.android.material.chip.Chip: void setChipDrawable(com.google.android.material.chip.ChipDrawable) -androidx.preference.R$styleable: int Spinner_android_entries -android.didikee.donate.R$color: int background_floating_material_light -androidx.constraintlayout.widget.R$styleable: int ImageFilterView_brightness -androidx.appcompat.R$id: int submit_area -cyanogenmod.app.ThemeVersion: int getMinSupportedVersion() -com.google.android.material.slider.BaseSlider: float getValueFrom() -com.google.android.material.R$styleable: int BottomAppBar_paddingRightSystemWindowInsets -android.didikee.donate.R$style: int Platform_V25_AppCompat_Light -androidx.preference.R$attr: int keylines -wangdaye.com.geometricweather.R$layout: int mtrl_alert_dialog -androidx.appcompat.R$styleable: int AppCompatTextView_autoSizeMinTextSize -james.adaptiveicon.R$drawable: int abc_ic_star_half_black_36dp -okhttp3.Cache: okhttp3.internal.cache.CacheRequest put(okhttp3.Response) -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_display_1_material -cyanogenmod.themes.ThemeManager: java.util.Set mChangeListeners -androidx.appcompat.R$layout -com.turingtechnologies.materialscrollbar.R$dimen: int abc_cascading_menus_min_smallest_width -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_snackbar_margin -com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior: AppBarLayout$ScrollingViewBehavior(android.content.Context,android.util.AttributeSet) -com.bumptech.glide.R$id: int right -wangdaye.com.geometricweather.R$id: int item_card_display_container -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_textColor -androidx.dynamicanimation.animation.SpringAnimation -com.jaredrummler.android.colorpicker.R$styleable: int MenuGroup_android_orderInCategory -androidx.hilt.R$integer: R$integer() -androidx.viewpager2.widget.ViewPager2: ViewPager2(android.content.Context,android.util.AttributeSet,int) -androidx.appcompat.R$style: int Base_Theme_AppCompat_Light -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property Date -wangdaye.com.geometricweather.R$drawable: int abc_ic_star_black_48dp -okhttp3.EventListener$1: EventListener$1() -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: boolean getLiveLockScreenEnabled() -retrofit2.HttpException: HttpException(retrofit2.Response) -androidx.preference.R$style: int Preference_SwitchPreference -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_SearchResult -wangdaye.com.geometricweather.R$drawable: int widget_card_light_80 -io.reactivex.Observable: io.reactivex.Observable interval(long,java.util.concurrent.TimeUnit) -io.reactivex.internal.subscribers.StrictSubscriber: long serialVersionUID -io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: void onComplete() -wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView -com.google.android.material.slider.RangeSlider: int getTrackWidth() -androidx.vectordrawable.R$dimen: int notification_small_icon_background_padding -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData: org.reactivestreams.Publisher mPublisher -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX getWeather() -okhttp3.internal.connection.RouteSelector: okhttp3.internal.connection.RouteSelector$Selection next() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarItemBackground -james.adaptiveicon.R$layout: int support_simple_spinner_dropdown_item -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: boolean done -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps$WarningTimelapsItem: long beginTime -androidx.preference.R$id: int accessibility_custom_action_21 -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: ObservableConcatWithMaybe$ConcatWithObserver(io.reactivex.Observer,io.reactivex.MaybeSource) -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float pSea -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: void setNightIconDrawable(android.graphics.drawable.Drawable) -com.google.android.material.R$styleable: int Layout_constraint_referenced_ids -androidx.appcompat.R$styleable: int ActionBar_titleTextStyle -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableStartCompat -com.google.android.material.R$drawable: int abc_btn_radio_to_on_mtrl_015 -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginStart -com.google.android.material.R$id: int action_image -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_circularRadius -androidx.legacy.coreutils.R$dimen: int compat_button_padding_vertical_material -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void complete() -james.adaptiveicon.R$styleable: int AppCompatTheme_toolbarStyle -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: boolean cancelled -androidx.dynamicanimation.R$styleable: int FontFamilyFont_fontStyle -com.google.android.material.chip.Chip: float getChipCornerRadius() -org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.DatabaseOpenHelper$EncryptedHelper checkEncryptedHelper() -com.jaredrummler.android.colorpicker.R$attr: int queryBackground -wangdaye.com.geometricweather.common.basic.models.weather.WindDegree: float degree -wangdaye.com.geometricweather.R$attr: int valueTextColor -androidx.work.ExistingWorkPolicy: androidx.work.ExistingWorkPolicy KEEP -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_expandedHintEnabled -okhttp3.internal.http.RealInterceptorChain: okhttp3.Interceptor$Chain withWriteTimeout(int,java.util.concurrent.TimeUnit) -androidx.preference.R$attr: int drawableBottomCompat -com.google.android.material.R$styleable: int MaterialCardView_shapeAppearanceOverlay -wangdaye.com.geometricweather.R$attr: int arrowHeadLength -wangdaye.com.geometricweather.R$style: int Widget_Design_CollapsingToolbar -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: java.lang.String brandId -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorButtonNormal -androidx.lifecycle.ViewModelProvider: androidx.lifecycle.ViewModelStore mViewModelStore -okhttp3.internal.ws.RealWebSocket$Message -android.didikee.donate.R$style: int Base_Widget_AppCompat_ListMenuView -wangdaye.com.geometricweather.R$drawable: int weather_sleet_1 -com.google.android.material.R$attr: int windowFixedWidthMajor -james.adaptiveicon.R$attr: int paddingEnd -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed -androidx.appcompat.widget.Toolbar: int getCurrentContentInsetRight() -com.google.android.material.R$styleable: int KeyAttribute_android_rotation -wangdaye.com.geometricweather.R$id: int cpv_color_picker_view -okio.Okio$4 -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputEditText_FilledBox_Dense -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_DrawerArrowToggle -cyanogenmod.hardware.CMHardwareManager: java.lang.String getLtoSource() -androidx.appcompat.R$style: int TextAppearance_AppCompat_Title -com.turingtechnologies.materialscrollbar.R$color: int design_fab_stroke_top_inner_color -io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object) -okhttp3.internal.cache.CacheInterceptor$1: void close() -androidx.viewpager2.widget.ViewPager2: void setCurrentItem(int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String detail -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle -okhttp3.internal.cache2.Relay: okio.ByteString PREFIX_CLEAN -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean registerThermalListener(cyanogenmod.hardware.IThermalListenerCallback) -androidx.appcompat.R$color: int material_blue_grey_800 -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_45 -wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle HOURLY -com.turingtechnologies.materialscrollbar.R$styleable: int[] AnimatedStateListDrawableItem -com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_allowPresets -androidx.viewpager.R$styleable: int GradientColor_android_endColor -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintLeft_toRightOf -okhttp3.internal.http.StatusLine: okhttp3.internal.http.StatusLine get(okhttp3.Response) -io.reactivex.internal.subscriptions.SubscriptionHelper: io.reactivex.internal.subscriptions.SubscriptionHelper CANCELLED -wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date getSunSetDate() -com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_arrowHeadLength -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_21 -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String WALLPAPER_THUMBNAIL -wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_dayTodayStyle -com.google.android.material.R$attr: int colorControlHighlight -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.util.Date sunriseTime -cyanogenmod.providers.CMSettings$Secure: boolean putFloatForUser(android.content.ContentResolver,java.lang.String,float,int) -com.google.android.material.R$styleable: int AppCompatImageView_tint -wangdaye.com.geometricweather.R$styleable: int KeyPosition_framePosition -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: double HoursOfSun -com.google.android.material.textfield.TextInputEditText: void setTextInputLayoutFocusedRectEnabled(boolean) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_barrierMargin -okio.Options: int[] trie -cyanogenmod.weatherservice.ServiceRequestResult$Builder -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered -com.turingtechnologies.materialscrollbar.R$attr: int itemSpacing -com.xw.repo.bubbleseekbar.R$attr: int closeItemLayout -androidx.preference.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter -com.google.android.material.R$styleable: int CustomAttribute_customColorValue -retrofit2.Retrofit$1: retrofit2.Retrofit this$0 -okhttp3.CertificatePinner: okhttp3.internal.tls.CertificateChainCleaner certificateChainCleaner -androidx.preference.R$attr: int panelBackground -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow -androidx.preference.R$attr: int selectableItemBackgroundBorderless -androidx.fragment.R$id: int tag_accessibility_heading -io.reactivex.Observable: io.reactivex.Completable concatMapCompletableDelayError(io.reactivex.functions.Function) -io.reactivex.Observable: io.reactivex.Observable takeLast(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean,int) -com.google.android.material.R$styleable: int AppCompatTextView_autoSizeStepGranularity -okhttp3.WebSocketListener: void onFailure(okhttp3.WebSocket,java.lang.Throwable,okhttp3.Response) -cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks -wangdaye.com.geometricweather.R$styleable: int Constraint_android_alpha -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomSheet_Modal -okhttp3.internal.http2.Hpack$Reader: void adjustDynamicTableByteCount() -androidx.work.R$styleable: int FontFamilyFont_fontWeight -com.turingtechnologies.materialscrollbar.R$id: int design_menu_item_text -james.adaptiveicon.R$layout: int abc_alert_dialog_material -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List getDailyEntityList() -james.adaptiveicon.R$style: int TextAppearance_AppCompat_SearchResult_Title -androidx.drawerlayout.R$id: int action_text -androidx.appcompat.widget.Toolbar: void setNavigationContentDescription(int) -androidx.preference.R$style: int Base_Widget_AppCompat_Toolbar -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_letter_spacing -okhttp3.internal.http.RetryAndFollowUpInterceptor: okhttp3.Request followUpRequest(okhttp3.Response,okhttp3.Route) -android.support.v4.app.INotificationSideChannel$Stub$Proxy -cyanogenmod.alarmclock.ClockContract: java.lang.String AUTHORITY -cyanogenmod.app.Profile: java.lang.String mName -androidx.preference.R$attr: int textColorSearchUrl -cyanogenmod.externalviews.KeyguardExternalView$5: void run() -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: int sourceMode -androidx.work.BackoffPolicy: androidx.work.BackoffPolicy LINEAR -wangdaye.com.geometricweather.R$attr: int actionBarTabBarStyle -android.didikee.donate.R$styleable: int Toolbar_contentInsetEnd -wangdaye.com.geometricweather.R$layout: int cpv_preference_circle -wangdaye.com.geometricweather.db.entities.HistoryEntity: int getDaytimeTemperature() -wangdaye.com.geometricweather.R$dimen: int design_snackbar_text_size -com.jaredrummler.android.colorpicker.R$style: int Platform_AppCompat -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property WindChillTemperature -com.google.android.material.R$color: int abc_search_url_text -wangdaye.com.geometricweather.R$attr: int backgroundColorStart -wangdaye.com.geometricweather.R$color: int mtrl_choice_chip_background_color -james.adaptiveicon.R$attr: int actionBarStyle -com.google.android.material.R$styleable: int MotionTelltales_telltales_velocityMode -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData: void onActive() -androidx.drawerlayout.R$drawable: int notification_icon_background -com.google.gson.stream.JsonReader: void consumeNonExecutePrefix() -androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_height -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean getImages() -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Dialog_MinWidth -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$TotalLiquid: int UnitType -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean pressure -cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_registerChangeListener -okhttp3.internal.http2.Http2Stream$FramingSource: void updateConnectionFlowControl(long) -io.reactivex.internal.disposables.DisposableHelper: boolean validate(io.reactivex.disposables.Disposable,io.reactivex.disposables.Disposable) -androidx.hilt.lifecycle.R$styleable: int GradientColorItem_android_color -androidx.viewpager.R$styleable: int FontFamilyFont_fontVariationSettings -androidx.appcompat.widget.AppCompatSpinner: void setSupportBackgroundTintList(android.content.res.ColorStateList) -androidx.constraintlayout.widget.R$styleable: int[] Transition -com.jaredrummler.android.colorpicker.R$layout: int preference_list_fragment -androidx.preference.R$attr: int contentInsetStart -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric: double Value -wangdaye.com.geometricweather.R$attr: int gapBetweenBars -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: java.util.concurrent.atomic.AtomicBoolean stopWindows -com.google.android.material.R$string: int mtrl_picker_toggle_to_calendar_input_mode -com.google.android.material.textfield.TextInputLayout: void addOnEndIconChangedListener(com.google.android.material.textfield.TextInputLayout$OnEndIconChangedListener) -androidx.lifecycle.FullLifecycleObserver: void onStop(androidx.lifecycle.LifecycleOwner) -androidx.legacy.coreutils.R$styleable: int GradientColor_android_endY -com.jaredrummler.android.colorpicker.ColorPickerDialog: ColorPickerDialog() -cyanogenmod.app.ProfileGroup: boolean validateOverrideUri(android.content.Context,android.net.Uri) -com.google.android.material.R$attr: int animate_relativeTo -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setContentDescription(int) -com.jaredrummler.android.colorpicker.R$attr: int viewInflaterClass -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIconVisible -androidx.preference.R$style: int Widget_AppCompat_ActionMode -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableBottomCompat -androidx.preference.R$id: int accessibility_custom_action_15 -com.google.android.material.R$dimen: int mtrl_btn_disabled_z -com.xw.repo.bubbleseekbar.R$id: int image -wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_textFontWeight -androidx.constraintlayout.widget.R$drawable: int abc_ic_ab_back_material -androidx.fragment.R$anim: int fragment_open_enter -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void otherComplete() -com.github.rahatarmanahmed.cpv.CircularProgressViewListener: void onProgressUpdate(float) -james.adaptiveicon.R$attr: int actionBarTabTextStyle -wangdaye.com.geometricweather.R$styleable: int MotionLayout_currentState -androidx.constraintlayout.widget.R$color: int switch_thumb_disabled_material_dark -wangdaye.com.geometricweather.R$styleable: int[] ShapeableImageView -com.jaredrummler.android.colorpicker.R$attr: int switchMinWidth -wangdaye.com.geometricweather.R$dimen: int little_margin -androidx.appcompat.widget.ActionBarContainer: void setSplitBackground(android.graphics.drawable.Drawable) -com.google.android.material.R$dimen: int mtrl_badge_radius -com.google.android.material.R$styleable: int AlertDialog_multiChoiceItemLayout -okhttp3.Authenticator -androidx.constraintlayout.widget.R$attr: int layout_constraintEnd_toStartOf -okhttp3.HttpUrl: java.lang.String canonicalize(java.lang.String,java.lang.String,boolean,boolean,boolean,boolean) -cyanogenmod.weather.WeatherInfo: double access$802(cyanogenmod.weather.WeatherInfo,double) -cyanogenmod.externalviews.ExternalViewProviderService: android.view.WindowManager access$400(cyanogenmod.externalviews.ExternalViewProviderService) -androidx.vectordrawable.R$layout: int custom_dialog -retrofit2.converter.gson.GsonResponseBodyConverter: GsonResponseBodyConverter(com.google.gson.Gson,com.google.gson.TypeAdapter) -cyanogenmod.app.PartnerInterface: java.lang.String getCurrentHotwordPackageName() -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_updateProfile -androidx.recyclerview.widget.RecyclerView: java.lang.CharSequence getAccessibilityClassName() -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay valueOf(java.lang.String) -james.adaptiveicon.R$styleable: int MenuItem_android_checked -com.google.android.material.R$style: int Base_V28_Theme_AppCompat_Light -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: long EpochTime -wangdaye.com.geometricweather.R$styleable: int GradientColor_android_startX -wangdaye.com.geometricweather.R$string: int wind -com.google.android.material.R$attr: int hintEnabled -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum -wangdaye.com.geometricweather.R$styleable: int Constraint_transitionEasing -wangdaye.com.geometricweather.R$layout: int widget_day_oreo_google_sans -com.google.android.material.R$styleable: int[] CoordinatorLayout -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area -wangdaye.com.geometricweather.R$styleable: int Constraint_android_translationX -androidx.customview.view.AbsSavedState: android.os.Parcelable$Creator CREATOR -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_display_3_material -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_liftOnScrollTargetViewId -com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableItem_android_id -wangdaye.com.geometricweather.R$id: int screen -wangdaye.com.geometricweather.common.ui.activities.AwakeUpdateActivity: AwakeUpdateActivity() -wangdaye.com.geometricweather.R$styleable: int Slider_haloColor -androidx.appcompat.widget.AppCompatAutoCompleteTextView: void setDropDownBackgroundResource(int) -androidx.hilt.R$id: int notification_main_column -james.adaptiveicon.R$layout: int abc_popup_menu_header_item_layout -com.turingtechnologies.materialscrollbar.R$id: int action_menu_presenter -android.didikee.donate.R$styleable: int SearchView_android_inputType -androidx.vectordrawable.animated.R$style -com.google.gson.FieldNamingPolicy$3: java.lang.String translateName(java.lang.reflect.Field) -james.adaptiveicon.R$color: int abc_tint_switch_track -com.turingtechnologies.materialscrollbar.R$drawable: int abc_scrubber_track_mtrl_alpha -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWindChillTemperature(java.lang.Integer) -androidx.appcompat.resources.R$dimen: int notification_large_icon_width -androidx.preference.R$attr: int colorError -com.jaredrummler.android.colorpicker.R$color: int material_grey_600 -cyanogenmod.app.CMStatusBarManager: java.lang.String TAG -androidx.preference.R$layout: int abc_dialog_title_material -androidx.hilt.lifecycle.R$dimen: int notification_content_margin_start -wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: SwipeSwitchLayout(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.R$styleable: int AppCompatTheme_homeAsUpIndicator -androidx.appcompat.view.menu.ActionMenuItemView: void setItemInvoker(androidx.appcompat.view.menu.MenuBuilder$ItemInvoker) -androidx.appcompat.R$styleable: int Spinner_android_prompt -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ListMenuView -androidx.lifecycle.extensions.R$layout: R$layout() -wangdaye.com.geometricweather.R$drawable: int notification_template_icon_low_bg -androidx.fragment.R$layout: int notification_template_part_time -wangdaye.com.geometricweather.R$styleable: int View_theme -androidx.loader.R$attr: int fontProviderQuery -androidx.preference.R$styleable: int AppCompatTheme_panelMenuListTheme -okhttp3.internal.http2.Http2Connection: long intervalPongsReceived -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar -androidx.appcompat.R$attr: int autoSizeStepGranularity -androidx.preference.R$id -androidx.constraintlayout.utils.widget.ImageFilterButton: float getRoundPercent() -androidx.fragment.R$id: int dialog_button -cyanogenmod.weather.WeatherLocation: java.lang.String getCityId() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setWeather(java.lang.String) -androidx.lifecycle.extensions.R$id: int title -io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.appcompat.R$styleable: int TextAppearance_android_shadowDy -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: int RUNNING -android.didikee.donate.R$styleable: int Toolbar_contentInsetStart -cyanogenmod.weather.WeatherLocation: WeatherLocation() -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_auto_adjust_section_mark -james.adaptiveicon.R$drawable: int abc_seekbar_tick_mark_material -com.google.android.material.textfield.TextInputLayout: void setStartIconTintMode(android.graphics.PorterDuff$Mode) -com.xw.repo.bubbleseekbar.R$dimen: int abc_alert_dialog_button_dimen -androidx.constraintlayout.widget.R$attr: int windowActionBarOverlay -com.google.android.material.R$id: int async -android.didikee.donate.R$styleable: int ActionBar_indeterminateProgressStyle -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getWetBulbTemperature() -wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_allowPresets -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeCloudCover -androidx.appcompat.R$drawable: int abc_textfield_activated_mtrl_alpha -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_RatingBar_Indicator -cyanogenmod.platform.Manifest$permission: java.lang.String READ_WEATHER -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getNo2() -androidx.core.R$id: int info -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: int capacityHint -com.google.android.material.navigation.NavigationView: NavigationView(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.R$styleable: int AppCompatTextHelper_android_drawableBottom -wangdaye.com.geometricweather.R$styleable: int ActionBar_customNavigationLayout -com.turingtechnologies.materialscrollbar.R$attr: int searchViewStyle -okhttp3.internal.http2.Header: Header(okio.ByteString,java.lang.String) -com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getPrefixTextColor() -android.didikee.donate.R$drawable: int abc_list_longpressed_holo -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeRainPrecipitationDuration() -cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String DESKCLOCK_PACKAGE -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_pivotY -androidx.appcompat.R$styleable: int View_paddingStart -wangdaye.com.geometricweather.R$drawable: int clock_hour_dark -okhttp3.Address: okhttp3.HttpUrl url -com.google.android.material.R$id: int spread -wangdaye.com.geometricweather.R$string: int apparent_temperature -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: java.lang.String getAbbreviation(android.content.Context) -okio.RealBufferedSource: java.lang.String toString() -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_switchPadding -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer apparentTemperature -com.google.android.material.appbar.AppBarLayout: void setExpanded(boolean) -androidx.preference.R$attr: int drawableTintMode -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorControlActivated -androidx.lifecycle.LifecycleRegistry$ObserverWithState: androidx.lifecycle.LifecycleEventObserver mLifecycleObserver -com.google.android.material.appbar.CollapsingToolbarLayout: void setCollapsedTitleGravity(int) -com.google.android.material.snackbar.Snackbar$SnackbarLayout: void setBackgroundTintList(android.content.res.ColorStateList) -androidx.hilt.R$attr: int fontProviderCerts -com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: int hashCode() -androidx.constraintlayout.widget.R$attr: int round -com.xw.repo.bubbleseekbar.R$attr: int title -androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType DIMENSION_TYPE -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeRainPrecipitationDuration(java.lang.Float) -wangdaye.com.geometricweather.R$attr: int counterOverflowTextAppearance -cyanogenmod.app.PartnerInterface: void setAirplaneModeEnabled(boolean) -wangdaye.com.geometricweather.R$id: int noScroll -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_dd -okio.Buffer: okio.Buffer$UnsafeCursor readAndWriteUnsafe(okio.Buffer$UnsafeCursor) -retrofit2.ParameterHandler$FieldMap: void apply(retrofit2.RequestBuilder,java.lang.Object) -wangdaye.com.geometricweather.R$attr: int thumbColor -wangdaye.com.geometricweather.R$drawable: int notif_temp_107 -com.jaredrummler.android.colorpicker.R$layout: int abc_alert_dialog_material -androidx.constraintlayout.widget.R$attr: int buttonBarPositiveButtonStyle -com.turingtechnologies.materialscrollbar.R$attr: int contentPaddingLeft -com.bumptech.glide.R$drawable -com.google.android.material.R$attr: int touchRegionId -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: org.reactivestreams.Subscription upstream -com.xw.repo.bubbleseekbar.R$attr: int actionModeSplitBackground -cyanogenmod.profiles.RingModeSettings: void setValue(java.lang.String) -com.google.gson.stream.MalformedJsonException: MalformedJsonException(java.lang.Throwable) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: java.util.Date Set -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: boolean fused -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_verticalGap -wangdaye.com.geometricweather.R$string: int abc_prepend_shortcut_label -retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: void onSubscribe(io.reactivex.disposables.Disposable) -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: int val$x -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation -com.google.android.material.tabs.TabLayout$TabView: int getContentWidth() -com.google.android.material.circularreveal.CircularRevealLinearLayout: com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo getRevealInfo() -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle -wangdaye.com.geometricweather.R$id: int widget_week_temp_4 -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub: java.lang.String DESCRIPTOR -james.adaptiveicon.R$styleable: int Toolbar_titleTextColor -okhttp3.internal.Util: okio.ByteString UTF_8_BOM -androidx.appcompat.R$drawable: R$drawable() -androidx.work.R$drawable: int notification_bg_low_normal -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onLockscreenSlideOffsetChanged(float) -cyanogenmod.externalviews.IExternalViewProvider$Stub: android.os.IBinder asBinder() -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_iconSize -wangdaye.com.geometricweather.R$drawable: int abc_textfield_search_default_mtrl_alpha -androidx.lifecycle.LiveData: java.lang.Runnable mPostValueRunnable -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: void setDirection(java.lang.String) -androidx.constraintlayout.widget.R$attr: int ttcIndex -com.google.android.material.R$attr: int layout_dodgeInsetEdges -com.jaredrummler.android.colorpicker.R$color: int notification_action_color_filter -james.adaptiveicon.R$styleable: int LinearLayoutCompat_dividerPadding -okhttp3.CertificatePinner$Pin: int hashCode() -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SCATTERED_SNOW_SHOWERS -com.bumptech.glide.R$id: int text2 -wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout: FitHorizontalSystemBarRootLayout(android.content.Context,android.util.AttributeSet,int) -com.bumptech.glide.integration.okhttp.R$attr: int statusBarBackground -com.google.android.material.R$attr: int textAppearanceHeadline2 -androidx.preference.R$styleable: int PreferenceFragment_android_divider -androidx.coordinatorlayout.R$styleable: int GradientColorItem_android_offset -android.didikee.donate.R$styleable: int AlertDialog_buttonIconDimen -androidx.constraintlayout.widget.R$styleable: int ActionBar_displayOptions -io.reactivex.Observable: io.reactivex.Observable switchMap(io.reactivex.functions.Function) -androidx.preference.R$styleable: int SwitchPreferenceCompat_switchTextOn -wangdaye.com.geometricweather.db.entities.HourlyEntity: boolean daylight -com.google.android.material.R$attr: int fabCustomSize -cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType[] $VALUES -com.google.android.material.R$dimen: int mtrl_bottomappbar_fab_cradle_rounded_corner_radius -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered -androidx.constraintlayout.widget.R$drawable: int notify_panel_notification_icon_bg -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: int getChartBottom() -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result: wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties properties -wangdaye.com.geometricweather.R$drawable: int weather_clear_day_mini_light -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarStyle -androidx.preference.R$anim: int fragment_open_exit -cyanogenmod.providers.CMSettings$Secure$2: CMSettings$Secure$2() -okio.ByteString: okio.ByteString of(byte[],int,int) -james.adaptiveicon.R$styleable: int[] ActivityChooserView -android.didikee.donate.R$styleable: int ActionBar_contentInsetStart -cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_onStart_1 -androidx.core.R$color: int notification_icon_bg_color -james.adaptiveicon.R$styleable: int FontFamily_fontProviderFetchStrategy -wangdaye.com.geometricweather.R$attr: int labelVisibilityMode -wangdaye.com.geometricweather.R$attr: int showDividers -wangdaye.com.geometricweather.R$id: int dialog_donate_wechat -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$2: void run() -androidx.preference.R$attr: int controlBackground -com.turingtechnologies.materialscrollbar.R$color: int mtrl_textinput_disabled_color -okio.RealBufferedSink: void close() -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder hostnameVerifier(javax.net.ssl.HostnameVerifier) -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningConsequence: MfWarningsResult$WarningConsequence() -com.google.android.material.R$color: int material_grey_100 -wangdaye.com.geometricweather.R$dimen: int hourly_trend_item_height -com.jaredrummler.android.colorpicker.R$string: int cpv_custom -com.turingtechnologies.materialscrollbar.R$attr: int actionModeCloseButtonStyle -io.reactivex.Observable: io.reactivex.Observable takeLast(long,long,java.util.concurrent.TimeUnit) -com.turingtechnologies.materialscrollbar.CustomIndicator -androidx.swiperefreshlayout.R$layout: int notification_action_tombstone -com.turingtechnologies.materialscrollbar.R$attr: int counterMaxLength -com.google.android.material.R$attr: int closeIconStartPadding -androidx.core.R$styleable: int GradientColor_android_startY -com.google.android.material.R$styleable: int MaterialCardView_checkedIconSize -android.didikee.donate.R$attr: int textAppearanceListItem -wangdaye.com.geometricweather.R$styleable: int Chip_android_maxWidth -android.didikee.donate.R$attr: int thickness -cyanogenmod.app.suggest.ApplicationSuggestion: java.lang.String getName() -com.google.android.material.R$styleable: int CollapsingToolbarLayout_toolbarId -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ButtonBar -androidx.appcompat.widget.SwitchCompat: void setShowText(boolean) -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void onComplete() -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_registerCallback -androidx.hilt.work.R$id: int accessibility_custom_action_28 -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day -wangdaye.com.geometricweather.R$dimen: int mtrl_badge_text_horizontal_edge_offset -james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarStyle -androidx.cardview.widget.CardView: CardView(android.content.Context) -wangdaye.com.geometricweather.R$string: int life_details -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode -com.xw.repo.bubbleseekbar.R$attr: int titleTextColor -com.google.android.material.imageview.ShapeableImageView: void setStrokeWidth(float) -com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_chipSpacingVertical -wangdaye.com.geometricweather.db.entities.HistoryEntity: long time -android.didikee.donate.R$id: int end -com.google.android.material.textview.MaterialTextView: MaterialTextView(android.content.Context,android.util.AttributeSet) -androidx.vectordrawable.R$attr: int fontProviderPackage -androidx.hilt.R$dimen: int notification_subtext_size -androidx.preference.R$attr: int autoSizeTextType -wangdaye.com.geometricweather.R$attr: int textLocale -androidx.preference.R$style: int Theme_AppCompat_DialogWhenLarge -androidx.fragment.app.FragmentManagerViewModel -androidx.swiperefreshlayout.R$styleable: int GradientColor_android_startX -io.reactivex.internal.disposables.SequentialDisposable: SequentialDisposable(io.reactivex.disposables.Disposable) -android.didikee.donate.R$color: int secondary_text_default_material_light -com.turingtechnologies.materialscrollbar.R$id: int wrap_content -wangdaye.com.geometricweather.R$style: int Base_V21_Theme_MaterialComponents_Light -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_divider_thickness -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Imperial -com.google.gson.stream.JsonReader: long nextLong() -androidx.vectordrawable.animated.R$style: int TextAppearance_Compat_Notification_Line2 -wangdaye.com.geometricweather.R$array: int pressure_unit_values -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: void onError(java.lang.Throwable) -android.didikee.donate.R$style: int Base_Widget_AppCompat_RatingBar_Indicator -wangdaye.com.geometricweather.R$id: int hideable -wangdaye.com.geometricweather.R$attr: int titleEnabled -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIndicator -james.adaptiveicon.R$styleable: int MenuItem_android_alphabeticShortcut -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText -com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableCompat_android_visible -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: java.lang.String getCardName(android.content.Context) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintGuide_end -wangdaye.com.geometricweather.R$styleable: int ActionBar_homeAsUpIndicator -okhttp3.internal.http2.Hpack$Reader: int nextHeaderIndex -com.google.android.material.R$attr: int tickColor -okhttp3.internal.ws.WebSocketWriter$FrameSink: void flush() -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments: java.util.List textBlocItems -wangdaye.com.geometricweather.R$attr: int contentInsetRight -androidx.vectordrawable.animated.R$id: int tag_screen_reader_focusable -wangdaye.com.geometricweather.R$styleable: int[] State -okhttp3.internal.http2.Http2Connection: long unacknowledgedBytesRead -com.google.android.material.R$color: int mtrl_btn_transparent_bg_color -io.reactivex.internal.subscriptions.SubscriptionArbiter: void cancel() -androidx.appcompat.R$style: int ThemeOverlay_AppCompat_DayNight -com.google.android.material.tabs.TabLayout$TabView: com.google.android.material.badge.BadgeDrawable getOrCreateBadge() -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: void onError(java.lang.Throwable) -androidx.preference.R$styleable: int MenuView_preserveIconSpacing -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: java.lang.String BriefPhrase -androidx.constraintlayout.widget.R$styleable: int[] KeyPosition -wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_android_ttcIndex -wangdaye.com.geometricweather.R$styleable: int TextAppearance_fontFamily -androidx.loader.R$styleable: int FontFamilyFont_fontVariationSettings -wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_keylines -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_toBottomOf -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPathRenderer -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$TotalLiquid: java.lang.String Unit -androidx.constraintlayout.widget.R$attr: int textAppearanceListItem -androidx.constraintlayout.widget.R$dimen: int abc_dialog_fixed_height_major -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_mini_xml -com.jaredrummler.android.colorpicker.R$color: int abc_tint_btn_checkable -wangdaye.com.geometricweather.background.receiver.widget.WidgetDayProvider: WidgetDayProvider() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated -androidx.preference.R$id: int accessibility_custom_action_29 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Metric: AccuCurrentResult$DewPoint$Metric() -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_5 -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableTopCompat -android.didikee.donate.R$drawable: int abc_ic_menu_share_mtrl_alpha -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: boolean isExecuted() -com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawable_android_constantSize -com.google.android.material.R$id: int circle_center -wangdaye.com.geometricweather.R$id: int dialog_location_help_providerTitle -androidx.preference.R$styleable: int MenuGroup_android_id -com.bumptech.glide.R$styleable: int[] CoordinatorLayout -com.xw.repo.bubbleseekbar.R$dimen: int abc_switch_padding -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: void cancelLiveLockScreen(java.lang.String,int,int) -androidx.preference.R$drawable: int notification_template_icon_low_bg -com.jaredrummler.android.colorpicker.R$id: int gridView -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_displayOptions -cyanogenmod.app.CustomTile$Builder: int mIcon -wangdaye.com.geometricweather.R$id: int widget_week_temp_1 -androidx.hilt.R$styleable: int GradientColor_android_startColor -androidx.constraintlayout.widget.R$style: int Base_V26_Theme_AppCompat -androidx.lifecycle.Lifecycle$State: Lifecycle$State(java.lang.String,int) -androidx.constraintlayout.widget.R$anim: int btn_checkbox_to_unchecked_icon_null_animation -wangdaye.com.geometricweather.R$attr: int seekBarStyle -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_autoSizeMinTextSize -androidx.transition.R$attr: int ttcIndex -androidx.viewpager2.R$styleable: int ColorStateListItem_android_color -androidx.hilt.lifecycle.R$styleable: int GradientColor_android_endY -com.google.android.material.R$style: int Widget_Compat_NotificationActionContainer -com.google.android.material.R$attr: int tabIconTintMode -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHorizontal_bias -io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,boolean,int) -androidx.vectordrawable.R$style: int TextAppearance_Compat_Notification_Info -androidx.preference.R$style: int TextAppearance_AppCompat_Title_Inverse -wangdaye.com.geometricweather.R$drawable: int notif_temp_121 -androidx.constraintlayout.widget.R$attr: int queryHint -wangdaye.com.geometricweather.R$color: int checkbox_themeable_attribute_color -james.adaptiveicon.R$attr: int ratingBarStyle -androidx.preference.R$drawable: int notification_template_icon_bg -io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: io.reactivex.functions.BooleanSupplier stop -com.xw.repo.bubbleseekbar.R$id: int search_mag_icon -com.jaredrummler.android.colorpicker.R$attr: int titleMarginTop -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_translationX -androidx.appcompat.widget.Toolbar: void setTitle(java.lang.CharSequence) -wangdaye.com.geometricweather.R$string: int next -okhttp3.Cache: long size() -androidx.constraintlayout.widget.R$attr: int actionOverflowMenuStyle -androidx.appcompat.R$styleable: int GradientColor_android_startY -androidx.vectordrawable.R$dimen: int compat_notification_large_icon_max_width -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: ILiveLockScreenManagerProvider$Stub() -wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout: void setLineColor(int) -io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: io.reactivex.internal.disposables.SequentialDisposable upstream -io.reactivex.Observable: io.reactivex.Observable timestamp(java.util.concurrent.TimeUnit) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_firstHorizontalStyle -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_2 -androidx.constraintlayout.widget.R$attr: int thumbTintMode -com.jaredrummler.android.colorpicker.ColorPickerView: void setBorderColor(int) -androidx.fragment.R$styleable -androidx.constraintlayout.widget.R$styleable: int Layout_barrierAllowsGoneWidgets -com.turingtechnologies.materialscrollbar.R$string: int abc_shareactionprovider_share_with_application -androidx.constraintlayout.widget.R$styleable: int SearchView_android_imeOptions -okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Stream pushStream(int,java.util.List,boolean) -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem -androidx.appcompat.widget.AppCompatSpinner: void setAdapter(android.widget.Adapter) -com.google.android.material.R$styleable: int ActionMode_background -androidx.appcompat.R$layout: int abc_select_dialog_material -com.google.gson.stream.JsonWriter -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder cookieJar(okhttp3.CookieJar) -retrofit2.ParameterHandler: ParameterHandler() -wangdaye.com.geometricweather.R$styleable: int Toolbar_android_gravity -wangdaye.com.geometricweather.R$style: int Platform_ThemeOverlay_AppCompat -james.adaptiveicon.R$attr: int switchTextAppearance -okhttp3.internal.cache.DiskLruCache: java.lang.String MAGIC -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_AES_128_CBC_SHA -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilitySnow snow -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_handleOffColor -androidx.constraintlayout.widget.R$attr: int layout_goneMarginStart -android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar -wangdaye.com.geometricweather.R$color: int primary_dark_material_dark -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setRefreshing(boolean) -cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_GPS -androidx.drawerlayout.R$styleable: int FontFamily_fontProviderAuthority -com.turingtechnologies.materialscrollbar.R$color: int abc_primary_text_disable_only_material_light -okhttp3.Headers: java.lang.String get(java.lang.String) -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: io.reactivex.Scheduler$Worker worker -androidx.vectordrawable.animated.R$layout: int notification_template_part_chronometer -wangdaye.com.geometricweather.R$string: int mtrl_picker_range_header_only_start_selected -okhttp3.internal.http2.Header: int hashCode() -okhttp3.RealCall: okhttp3.EventListener eventListener -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: DailyTrendItemView(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.R$attr: int helperTextTextAppearance -wangdaye.com.geometricweather.R$styleable: int Transform_android_transformPivotX -cyanogenmod.app.ProfileManager: cyanogenmod.app.Profile getProfile(java.lang.String) -com.xw.repo.bubbleseekbar.R$color: int primary_dark_material_dark -wangdaye.com.geometricweather.R$layout: int notification_template_icon_group -cyanogenmod.providers.CMSettings$System$3: CMSettings$System$3() -androidx.constraintlayout.widget.R$id: int jumpToStart -androidx.appcompat.view.menu.ListMenuItemView: void setChecked(boolean) -cyanogenmod.externalviews.IExternalViewProvider -com.jaredrummler.android.colorpicker.ColorPreference -com.jaredrummler.android.colorpicker.R$id: int action_menu_presenter -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric: double Value -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: float unitFactor -okhttp3.internal.http2.Http2Codec: java.lang.String KEEP_ALIVE -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Metric: int UnitType -com.google.android.material.imageview.ShapeableImageView: void setStrokeColorResource(int) -android.didikee.donate.R$dimen: int abc_dialog_fixed_width_major -wangdaye.com.geometricweather.R$id: int default_activity_button -com.google.android.material.R$attr: int layout_constraintHeight_max -okhttp3.internal.http2.ErrorCode -androidx.fragment.R$dimen: int notification_big_circle_margin -wangdaye.com.geometricweather.db.entities.LocationEntity: boolean getCurrentPosition() -androidx.constraintlayout.motion.widget.MotionLayout: void setInterpolatedProgress(float) -wangdaye.com.geometricweather.background.receiver.widget.AbstractWidgetProvider: AbstractWidgetProvider() -androidx.hilt.R$style: int TextAppearance_Compat_Notification_Line2 -wangdaye.com.geometricweather.R$layout: int item_weather_daily_value -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getSo2Color(android.content.Context) -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: io.reactivex.Observer downstream -com.jaredrummler.android.colorpicker.R$color: int abc_search_url_text_selected -android.didikee.donate.R$styleable: int AppCompatTheme_spinnerStyle -cyanogenmod.weather.RequestInfo$Builder: android.location.Location mLocation -androidx.appcompat.R$attr: int spinnerDropDownItemStyle -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_textColorHint -okhttp3.internal.cache.DiskLruCache: long getMaxSize() -com.google.android.material.R$style: int Widget_MaterialComponents_TimePicker_Display -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_creator -wangdaye.com.geometricweather.R$drawable: int notif_temp_97 -com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleGravity -com.google.android.material.R$attr: int layout_constraintCircleAngle -com.turingtechnologies.materialscrollbar.R$attr: int fabAlignmentMode -io.reactivex.Observable: io.reactivex.Observable zipWith(io.reactivex.ObservableSource,io.reactivex.functions.BiFunction,boolean) -com.google.android.material.textfield.TextInputLayout: void setPlaceholderTextAppearance(int) -retrofit2.Call: okhttp3.Request request() -android.didikee.donate.R$styleable: int AppCompatTheme_homeAsUpIndicator -wangdaye.com.geometricweather.common.ui.widgets.astro.MoonPhaseView -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_PopupMenu_ContextMenu -cyanogenmod.app.CustomTileListenerService: void removeCustomTile(java.lang.String,java.lang.String,int) -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub$Proxy: java.lang.String getInterfaceDescriptor() -cyanogenmod.hardware.CMHardwareManager: int COLOR_CALIBRATION_BLUE_INDEX -wangdaye.com.geometricweather.R$attr: int badgeStyle -com.google.android.material.R$attr: int backgroundSplit -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: io.reactivex.disposables.Disposable upstream -android.didikee.donate.R$style: int Base_V7_Theme_AppCompat_Light_Dialog -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light_Dialog_Alert -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintTop_creator -okhttp3.internal.platform.Platform: javax.net.ssl.X509TrustManager trustManager(javax.net.ssl.SSLSocketFactory) -androidx.fragment.R$styleable: R$styleable() -android.didikee.donate.R$attr: int voiceIcon -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_18 -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Year_Selected -androidx.recyclerview.widget.RecyclerView: void setLayoutManager(androidx.recyclerview.widget.RecyclerView$LayoutManager) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_percent -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionBar -cyanogenmod.hardware.CMHardwareManager: int getDisplayGammaCalibrationMax() -io.reactivex.disposables.ReferenceDisposable -androidx.lifecycle.ViewModelProvider$NewInstanceFactory -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setWindSpeedEnd(java.lang.String) -androidx.preference.R$attr: int windowNoTitle -com.google.android.material.R$styleable: int Slider_android_enabled -wangdaye.com.geometricweather.R$style: int Preference_Category_Material -cyanogenmod.app.PartnerInterface: java.lang.String TAG -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_end_padding -wangdaye.com.geometricweather.R$styleable: int[] ActionBarLayout -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_contentInsetRight -androidx.constraintlayout.widget.R$attr: int logo -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_useCompatPadding -wangdaye.com.geometricweather.R$dimen: int abc_dropdownitem_text_padding_right -com.google.android.material.R$attr: int switchMinWidth -io.reactivex.Observable: io.reactivex.Observable window(java.util.concurrent.Callable,int) -cyanogenmod.externalviews.ExternalView$3 -androidx.preference.R$layout: int notification_template_custom_big -androidx.appcompat.R$id: int customPanel -wangdaye.com.geometricweather.R$string: int settings_title_service_provider -james.adaptiveicon.R$color: int switch_thumb_disabled_material_dark -androidx.recyclerview.R$id: int title -okhttp3.OkHttpClient: java.util.List DEFAULT_CONNECTION_SPECS -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_DialogWhenLarge -com.google.gson.stream.JsonReader: java.io.Reader in -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.lang.String threshold -com.xw.repo.bubbleseekbar.R$string: int abc_capital_on -wangdaye.com.geometricweather.R$dimen: int widget_little_weather_icon_size -android.didikee.donate.R$attr: int actionModeShareDrawable -retrofit2.Platform: java.util.concurrent.Executor defaultCallbackExecutor() -cyanogenmod.externalviews.KeyguardExternalView: boolean mIsInteractive -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: boolean isDisposed() -com.xw.repo.bubbleseekbar.R$attr: int listPreferredItemHeightLarge -androidx.constraintlayout.widget.R$attr: int progressBarStyle -androidx.lifecycle.ViewModelProvider$KeyedFactory: androidx.lifecycle.ViewModel create(java.lang.Class) -james.adaptiveicon.R$drawable: int notification_bg_normal_pressed -com.jaredrummler.android.colorpicker.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow -james.adaptiveicon.R$id: int actions -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Sun: java.lang.Long rise -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: javax.inject.Provider disposableProvider -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$7: void run() -androidx.hilt.work.R$dimen: int notification_action_text_size -com.jaredrummler.android.colorpicker.R$drawable: int abc_text_select_handle_left_mtrl_dark -io.reactivex.Observable: io.reactivex.Observable flatMapIterable(io.reactivex.functions.Function) -james.adaptiveicon.R$attr: int textAppearanceSearchResultSubtitle -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_PopupWindow -androidx.preference.R$styleable: int MenuItem_actionViewClass -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_CompoundButton_RadioButton -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: int getStatus() -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$DailyTemperature: MfForecastResult$DailyForecast$DailyTemperature() -androidx.drawerlayout.widget.DrawerLayout -com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_layout_anchor -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintBottom_creator -okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder tlsVersions(java.lang.String[]) -com.google.android.material.tabs.TabLayout: void setUnboundedRipple(boolean) -wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: int getChartTop() -okhttp3.internal.http2.Header: okio.ByteString value -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView: void setTextColors(int) -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse -android.didikee.donate.R$attr: int colorControlActivated -com.google.android.material.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle -okhttp3.internal.ws.RealWebSocket$Streams -io.reactivex.Observable: io.reactivex.Observable switchMapMaybeDelayError(io.reactivex.functions.Function) -com.google.android.material.R$style: int Base_DialogWindowTitle_AppCompat -com.github.rahatarmanahmed.cpv.R$attr: int cpv_animSyncDuration -com.jaredrummler.android.colorpicker.R$styleable: int ColorPanelView_cpv_colorShape -io.reactivex.disposables.RunnableDisposable: void onDisposed(java.lang.Runnable) -wangdaye.com.geometricweather.R$id: int material_clock_hand -cyanogenmod.profiles.RingModeSettings: RingModeSettings(java.lang.String,boolean) -okhttp3.internal.cache.CacheInterceptor$1: okio.Timeout timeout() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day Day -com.google.android.material.R$styleable: int KeyTimeCycle_wavePeriod -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPopupWindowStyle -androidx.appcompat.widget.ActionMenuView: void setPopupTheme(int) -wangdaye.com.geometricweather.R$integer: int abc_config_activityDefaultDur -androidx.fragment.R$anim: R$anim() -androidx.preference.R$style: int Widget_AppCompat_Button_Borderless -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setStatus(int) -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean setVibratorIntensity(int) -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language SERBIAN -com.xw.repo.bubbleseekbar.R$id -androidx.hilt.R$id: int accessibility_custom_action_23 -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse -wangdaye.com.geometricweather.R$color: int material_blue_grey_900 -com.google.android.material.R$attr: int alphabeticModifiers -cyanogenmod.hardware.ICMHardwareService: boolean isSunlightEnhancementSelfManaged() -wangdaye.com.geometricweather.R$styleable: int ChipGroup_chipSpacing -wangdaye.com.geometricweather.R$attr: int applyMotionScene -com.google.android.material.R$attr: int minHeight -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_editTextStyle -wangdaye.com.geometricweather.settings.fragments.UnitSettingsFragment: UnitSettingsFragment() -com.xw.repo.bubbleseekbar.R$attr: int bsb_show_section_text -com.xw.repo.bubbleseekbar.R$string: int abc_capital_off -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: void onComplete() -io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.BiFunction) -androidx.viewpager.R$styleable: int GradientColor_android_startY -androidx.work.R$id: int italic -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarPopupTheme -androidx.appcompat.R$id: int title_template -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation -androidx.preference.R$style: int RtlOverlay_DialogWindowTitle_AppCompat -wangdaye.com.geometricweather.R$drawable: int notif_temp_125 -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getNavBarThemePackageName() -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: java.lang.String timezone -retrofit2.Retrofit$1: java.lang.Class val$service -wangdaye.com.geometricweather.R$string: int precipitation_heavy -okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level[] $VALUES -androidx.constraintlayout.widget.R$styleable: int MockView_mock_labelColor -androidx.appcompat.R$style: int Base_Theme_AppCompat_Dialog_FixedSize -cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo build() -androidx.lifecycle.Lifecycle: java.util.concurrent.atomic.AtomicReference mInternalScopeRef -wangdaye.com.geometricweather.R$attr: int tabContentStart -androidx.hilt.work.R$styleable: int GradientColor_android_endX -com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_CollapsingToolbar -com.google.android.material.R$string: int mtrl_picker_toggle_to_year_selection -androidx.recyclerview.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable -androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd -androidx.preference.R$attr: int fastScrollVerticalThumbDrawable -com.jaredrummler.android.colorpicker.R$attr: int seekBarStyle -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_autoSizePresetSizes -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.rx.RxDao rx() -okhttp3.internal.ws.WebSocketReader: byte[] maskKey -cyanogenmod.weather.WeatherInfo: double getTodaysLow() -com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_thickness -com.google.android.material.slider.Slider: float getThumbElevation() -com.jaredrummler.android.colorpicker.R$dimen: int compat_notification_large_icon_max_width -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_rtl -androidx.appcompat.R$id: int accessibility_custom_action_2 -com.google.gson.stream.MalformedJsonException: long serialVersionUID -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Description Description -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeRealFeelTemperature -okio.Buffer: okio.Segment writableSegment(int) -okio.Pipe$PipeSource: long read(okio.Buffer,long) -wangdaye.com.geometricweather.R$attr: int flow_firstVerticalBias -com.google.android.material.R$color: int test_mtrl_calendar_day_selected -wangdaye.com.geometricweather.R$attr: int sizePercent -okhttp3.OkHttpClient$1: okhttp3.internal.connection.RealConnection get(okhttp3.ConnectionPool,okhttp3.Address,okhttp3.internal.connection.StreamAllocation,okhttp3.Route) -androidx.lifecycle.SavedStateHandle$1: androidx.lifecycle.SavedStateHandle this$0 -androidx.vectordrawable.R$attr: int fontVariationSettings -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getWindSpeedEnd() -com.xw.repo.bubbleseekbar.R$attr: int editTextStyle -com.turingtechnologies.materialscrollbar.R$attr: int singleChoiceItemLayout -androidx.activity.R$layout: R$layout() -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: io.reactivex.internal.util.AtomicThrowable errors -wangdaye.com.geometricweather.R$id: int action_menu_presenter -android.didikee.donate.R$attr: int arrowShaftLength -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_editTextStyle -com.xw.repo.bubbleseekbar.R$style: int Platform_V25_AppCompat -wangdaye.com.geometricweather.R$style: int Platform_V25_AppCompat_Light -com.github.rahatarmanahmed.cpv.CircularProgressView: void onDraw(android.graphics.Canvas) -androidx.preference.R$drawable: int abc_textfield_default_mtrl_alpha -cyanogenmod.externalviews.KeyguardExternalView: void registerKeyguardExternalViewCallback(cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks) -wangdaye.com.geometricweather.R$layout: int widget_day_symmetry -androidx.drawerlayout.R$drawable: int notification_bg -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Metric: java.lang.String Unit -com.google.gson.internal.LazilyParsedNumber: java.lang.String toString() -com.google.android.material.R$style: int Base_Widget_AppCompat_Button_Borderless -com.google.android.material.R$style: int TextAppearance_Compat_Notification_Title -androidx.vectordrawable.animated.R$dimen: int notification_main_column_padding_top -wangdaye.com.geometricweather.R$mipmap: int ic_launcher -com.google.android.material.chip.Chip: Chip(android.content.Context) -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle -wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource: wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource[] values() -cyanogenmod.weatherservice.WeatherProviderService: void attachBaseContext(android.content.Context) -wangdaye.com.geometricweather.R$drawable: int weather_rain_3 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: java.lang.String value -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ListView_DropDown -androidx.constraintlayout.widget.R$styleable: int Toolbar_titleMarginTop -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle -okio.RealBufferedSink: okio.BufferedSink write(byte[]) -io.reactivex.internal.schedulers.ScheduledDirectTask: long serialVersionUID -androidx.constraintlayout.widget.R$id: int square -wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode SYSTEM -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_backgroundStacked -retrofit2.BuiltInConverters$StreamingResponseBodyConverter: okhttp3.ResponseBody convert(okhttp3.ResponseBody) -com.github.rahatarmanahmed.cpv.CircularProgressView$7: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 -james.adaptiveicon.R$styleable: int FontFamily_fontProviderCerts -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_10 -com.xw.repo.BubbleSeekBar: BubbleSeekBar(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeRealFeelTemperature -androidx.preference.R$color: int abc_tint_switch_track -okhttp3.internal.tls.BasicCertificateChainCleaner: boolean equals(java.lang.Object) -androidx.constraintlayout.widget.R$styleable: int Variant_region_widthMoreThan -androidx.drawerlayout.R$styleable: int FontFamilyFont_fontVariationSettings -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String COL_UPDATE_TIME -android.didikee.donate.R$styleable: int AppCompatTheme_activityChooserViewStyle -com.google.android.material.R$styleable: int ConstraintSet_transitionPathRotate -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ListView -androidx.core.view.GestureDetectorCompat$GestureDetectorCompatImplBase: void setOnDoubleTapListener(android.view.GestureDetector$OnDoubleTapListener) -wangdaye.com.geometricweather.R$dimen: int widget_grid_2 -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large -wangdaye.com.geometricweather.R$string: int settings_title_distance_unit -com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_y_offset_touch -retrofit2.http.OPTIONS -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onScreenTurnedOff -androidx.legacy.coreutils.R$styleable: int FontFamilyFont_fontVariationSettings -com.google.android.material.chip.Chip: void setBackgroundColor(int) -wangdaye.com.geometricweather.R$drawable: int notif_temp_137 -cyanogenmod.weatherservice.WeatherProviderService: void onDisconnected() -com.xw.repo.bubbleseekbar.R$attr: int coordinatorLayoutStyle -retrofit2.KotlinExtensions$await$4$2: KotlinExtensions$await$4$2(kotlinx.coroutines.CancellableContinuation) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_RC4_128_MD5 -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionOverflowButtonStyle -com.google.android.material.R$id: int textSpacerNoButtons -com.google.android.material.R$styleable: int Transform_android_transformPivotX -com.google.android.material.R$attr: int transitionShapeAppearance -androidx.constraintlayout.widget.R$attr: int titleMargin -androidx.appcompat.R$layout: int notification_action -com.turingtechnologies.materialscrollbar.R$styleable: int MenuGroup_android_orderInCategory -com.google.android.material.R$styleable: int AppCompatTextView_drawableStartCompat -androidx.preference.R$layout: int select_dialog_multichoice_material -androidx.preference.R$styleable: int FontFamily_fontProviderFetchStrategy -com.xw.repo.bubbleseekbar.R$styleable: int[] ListPopupWindow -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: MfHistoryResult$History() -com.google.android.material.R$attr: int cornerSizeBottomLeft -androidx.dynamicanimation.R$drawable: int notification_bg_normal -wangdaye.com.geometricweather.R$bool: int workmanager_test_configuration -com.xw.repo.bubbleseekbar.R$layout: int abc_list_menu_item_checkbox -androidx.appcompat.R$styleable: int FontFamilyFont_fontStyle -androidx.fragment.R$integer: R$integer() -androidx.core.R$styleable: int GradientColor_android_centerY -com.google.android.material.R$string: int password_toggle_content_description -androidx.constraintlayout.widget.R$attr: int percentX -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu -com.google.android.material.R$dimen: int design_bottom_navigation_active_text_size -wangdaye.com.geometricweather.db.entities.LocationEntity: void setCurrentPosition(boolean) -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight_Dialog -androidx.constraintlayout.widget.R$drawable: int abc_list_divider_material -androidx.preference.R$styleable: int ActionBar_contentInsetRight -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean setDisplayMode(cyanogenmod.hardware.DisplayMode,boolean) -androidx.vectordrawable.R$string: int status_bar_notification_info_overflow -androidx.preference.R$id: int tag_accessibility_actions -com.xw.repo.bubbleseekbar.R$style: int Base_V28_Theme_AppCompat -androidx.constraintlayout.widget.ConstraintLayout: void setConstraintSet(androidx.constraintlayout.widget.ConstraintSet) -okhttp3.Challenge: okhttp3.Challenge withCharset(java.nio.charset.Charset) -com.turingtechnologies.materialscrollbar.R$id: int transition_layout_save -com.google.android.material.R$styleable: int MotionTelltales_telltales_tailScale -com.google.android.material.R$styleable: int Constraint_flow_firstHorizontalStyle -cyanogenmod.app.CustomTile$ExpandedItem: CustomTile$ExpandedItem(cyanogenmod.app.CustomTile$1) -androidx.work.impl.diagnostics.DiagnosticsReceiver: DiagnosticsReceiver() -com.google.android.material.R$styleable: int TextInputLayout_helperText -androidx.fragment.R$dimen: int notification_action_text_size -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_strokeWidth -android.didikee.donate.R$color: int material_grey_50 -com.xw.repo.bubbleseekbar.R$styleable: int GradientColorItem_android_offset -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Title -retrofit2.Response: retrofit2.Response success(java.lang.Object,okhttp3.Response) -wangdaye.com.geometricweather.R$attr: int clickAction -wangdaye.com.geometricweather.R$attr: int switchTextOff -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton -wangdaye.com.geometricweather.db.entities.HistoryEntity: java.util.Date date -wangdaye.com.geometricweather.R$string: int mtrl_picker_date_header_title -wangdaye.com.geometricweather.R$string: int settings_notification_hide_in_lockScreen_on -androidx.preference.R$styleable: int AppCompatTheme_buttonStyle -com.github.rahatarmanahmed.cpv.CircularProgressView: int color -cyanogenmod.weatherservice.ServiceRequestResult: int describeContents() -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void dispose() -androidx.hilt.lifecycle.R$attr: int fontProviderAuthority -wangdaye.com.geometricweather.settings.activities.SettingsActivity -androidx.customview.R$id: int tag_transition_group -androidx.appcompat.R$id: int accessibility_custom_action_23 -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Bridge -wangdaye.com.geometricweather.R$layout: int test_action_chip -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator -androidx.appcompat.R$style: int Theme_AppCompat_DayNight_DarkActionBar -androidx.constraintlayout.utils.widget.ImageFilterView: float getRoundPercent() -org.greenrobot.greendao.AbstractDao: boolean hasKey(java.lang.Object) -com.google.android.material.R$drawable: int btn_radio_on_mtrl -wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_dayNightTypeTitle -androidx.preference.R$styleable: int Preference_order -androidx.hilt.work.R$styleable: int GradientColor_android_centerColor -android.didikee.donate.R$color: int switch_thumb_material_dark -wangdaye.com.geometricweather.R$drawable: int notification_tile_bg -cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_reboot -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void openComplete(io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver) -androidx.appcompat.widget.Toolbar: void setOverflowIcon(android.graphics.drawable.Drawable) -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: io.reactivex.subjects.UnicastSubject window -androidx.appcompat.view.menu.ActionMenuItemView: void setChecked(boolean) -androidx.preference.R$id: int on -com.google.android.material.R$style: int Widget_Design_AppBarLayout -wangdaye.com.geometricweather.R$string: int glide -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: java.lang.String LanguageCode -android.didikee.donate.R$styleable: int Toolbar_subtitleTextAppearance -androidx.appcompat.R$attr: int lastBaselineToBottomHeight -androidx.lifecycle.extensions.R$dimen: int notification_main_column_padding_top -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common -cyanogenmod.app.IProfileManager$Stub: android.os.IBinder asBinder() -io.reactivex.Observable: io.reactivex.Observable doOnTerminate(io.reactivex.functions.Action) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean forecastHourly -com.google.android.material.R$styleable: int Toolbar_subtitleTextColor -wangdaye.com.geometricweather.R$id: int postLayout -androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableTransition_android_drawable -okhttp3.Cookie: java.lang.String domain() -androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPostStarted(android.app.Activity) -androidx.cardview.R$attr: int contentPaddingBottom -androidx.activity.R$id: int accessibility_action_clickable_span -androidx.drawerlayout.widget.DrawerLayout$SavedState: android.os.Parcelable$Creator CREATOR -okio.Pipe$PipeSource: okio.Pipe this$0 -cyanogenmod.app.ICMTelephonyManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -com.jaredrummler.android.colorpicker.R$drawable: int abc_ab_share_pack_mtrl_alpha -okio.HashingSink: okio.HashingSink hmacSha256(okio.Sink,okio.ByteString) -androidx.preference.R$styleable: int AppCompatSeekBar_tickMark -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void innerNext(int,java.lang.Object) -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: java.util.concurrent.Executor callbackExecutor -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: float intervalInHour -androidx.preference.R$color: int button_material_dark -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: long serialVersionUID -androidx.preference.R$styleable: int View_theme -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_android_disableDependentsState -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonStyle -com.google.android.material.R$styleable: int AppCompatTheme_listPopupWindowStyle -wangdaye.com.geometricweather.R$id: int notification_multi_city_3 -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Sun: MfForecastResult$DailyForecast$Sun() -cyanogenmod.weather.WeatherInfo: double mWindDirection -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_backgroundTint -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_Solid -android.support.v4.app.INotificationSideChannel$Default: INotificationSideChannel$Default() -cyanogenmod.externalviews.KeyguardExternalView$6: KeyguardExternalView$6(cyanogenmod.externalviews.KeyguardExternalView,boolean) -io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: io.reactivex.disposables.Disposable upstream -wangdaye.com.geometricweather.R$drawable: int notif_temp_47 -com.google.android.material.R$drawable: int abc_ratingbar_indicator_material -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: void run() -okhttp3.internal.ws.RealWebSocket$Close: okio.ByteString reason -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_DialogWhenLarge -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_small_material -wangdaye.com.geometricweather.R$styleable: int RangeSlider_minSeparation -okhttp3.Response: okhttp3.Response cacheResponse -androidx.appcompat.widget.ViewStubCompat: ViewStubCompat(android.content.Context,android.util.AttributeSet,int) -androidx.appcompat.widget.LinearLayoutCompat: void setVerticalGravity(int) -james.adaptiveicon.R$id: int scrollIndicatorDown -wangdaye.com.geometricweather.R$layout: int mtrl_alert_dialog_actions -com.turingtechnologies.materialscrollbar.R$color: int abc_hint_foreground_material_dark -androidx.appcompat.R$color: int dim_foreground_disabled_material_light -com.turingtechnologies.materialscrollbar.R$attr: int ttcIndex -wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource: wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource CAIYUN -okhttp3.internal.http2.Http2Connection: int nextStreamId -wangdaye.com.geometricweather.R$dimen: int abc_action_bar_stacked_max_height -com.bumptech.glide.integration.okhttp.R$drawable: int notification_action_background -androidx.constraintlayout.widget.R$styleable: int Toolbar_navigationIcon -com.google.android.material.R$styleable: int AppCompatTextHelper_android_drawableLeft -okio.Buffer: okio.Buffer copyTo(java.io.OutputStream) -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title -wangdaye.com.geometricweather.R$style: int ThemeOverlayColorAccentRed -cyanogenmod.app.ProfileGroup: int describeContents() -androidx.preference.R$styleable: int PreferenceFragment_android_dividerHeight -androidx.appcompat.widget.Toolbar: java.lang.CharSequence getSubtitle() -androidx.constraintlayout.widget.R$styleable: int Constraint_android_id -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit[] values() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast -cyanogenmod.os.Build$CM_VERSION_CODES: int BOYSENBERRY -androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerView$EdgeEffectFactory getEdgeEffectFactory() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Metric Metric -androidx.constraintlayout.widget.R$drawable: int notification_action_background -androidx.constraintlayout.widget.R$id: int action_image -androidx.preference.R$id: int search_src_text -androidx.constraintlayout.widget.R$styleable: int Constraint_drawPath -okhttp3.internal.http2.ConnectionShutdownException: ConnectionShutdownException() -cyanogenmod.weather.CMWeatherManager$2$2: cyanogenmod.weather.CMWeatherManager$LookupCityRequestListener val$listener -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_23 -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeBackground -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_prefixTextColor -wangdaye.com.geometricweather.R$styleable: int PreferenceFragmentCompat_android_dividerHeight -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_27 -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_RatingBar -com.google.android.material.R$plurals -cyanogenmod.app.CustomTile: android.content.Intent onSettingsClick -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WeatherCode -com.google.android.material.tabs.TabLayout: void setTabIndicatorFullWidth(boolean) -androidx.customview.R$drawable: R$drawable() -okhttp3.Interceptor$Chain: okhttp3.Request request() -wangdaye.com.geometricweather.R$styleable: int SlidingItemContainerLayout_iconResStart -com.google.android.material.R$drawable: int material_ic_edit_black_24dp -wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property NighttimeTemperature -com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleTextAppearance -wangdaye.com.geometricweather.R$styleable: int MenuGroup_android_orderInCategory -wangdaye.com.geometricweather.R$id: int widget_remote_progress -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setAnimationMode(int) -wangdaye.com.geometricweather.R$drawable: int abc_btn_switch_to_on_mtrl_00012 -com.jaredrummler.android.colorpicker.R$string: int abc_menu_ctrl_shortcut_label -okio.BufferedSink: okio.BufferedSink writeUtf8(java.lang.String,int,int) -okhttp3.internal.platform.Platform: okhttp3.internal.platform.Platform findJvmPlatform() -okhttp3.EventListener: okhttp3.EventListener$Factory factory(okhttp3.EventListener) -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: int count -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon -com.xw.repo.bubbleseekbar.R$dimen: int notification_small_icon_background_padding -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView -com.google.android.material.R$styleable: int KeyAttribute_transitionEasing -wangdaye.com.geometricweather.R$layout: int item_about_link -cyanogenmod.app.ILiveLockScreenChangeListener$Stub: java.lang.String DESCRIPTOR -wangdaye.com.geometricweather.R$dimen: int compat_control_corner_material -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: float unitFactor -okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex: boolean equals(java.lang.Object) -wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition: wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition valueOf(java.lang.String) -wangdaye.com.geometricweather.R$id: int tag_accessibility_heading -io.reactivex.internal.schedulers.ScheduledDirectPeriodicTask: long serialVersionUID -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BATTERY_LIGHT_FULL_COLOR_VALIDATOR -wangdaye.com.geometricweather.R$styleable: int DialogPreference_dialogTitle -wangdaye.com.geometricweather.settings.fragments.AppearanceSettingsFragment: AppearanceSettingsFragment() -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Day_Selected -okio.BufferedSource: short readShort() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorControlHighlight -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHorizontal_bias -com.google.android.material.R$style: int Theme_AppCompat_Dialog_Alert -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_dialogPreferenceStyle -james.adaptiveicon.R$attr: int listPreferredItemHeightSmall -io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver -com.xw.repo.bubbleseekbar.R$attr: int colorBackgroundFloating -android.didikee.donate.R$attr: int customNavigationLayout -com.google.android.material.slider.Slider: void setThumbElevationResource(int) -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_startY -com.google.gson.stream.JsonWriter: boolean htmlSafe -wangdaye.com.geometricweather.R$styleable: int PropertySet_visibilityMode -com.google.android.material.R$layout: int support_simple_spinner_dropdown_item -james.adaptiveicon.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: DefaultCallAdapterFactory$ExecutorCallbackCall(java.util.concurrent.Executor,retrofit2.Call) -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeThunderstormPrecipitationDuration(java.lang.Float) -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: io.reactivex.Observer downstream -retrofit2.Platform: int defaultCallAdapterFactoriesSize() -org.greenrobot.greendao.AbstractDao: void insertInTx(java.lang.Object[]) -cyanogenmod.providers.CMSettings$DiscreteValueValidator -com.google.android.material.R$attr: int goIcon -androidx.appcompat.resources.R$styleable: int FontFamily_fontProviderFetchTimeout -androidx.constraintlayout.widget.R$styleable: int StateSet_defaultState -wangdaye.com.geometricweather.R$styleable: int AnimatableIconView_inner_margins -wangdaye.com.geometricweather.R$string: int sensible_temp -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_DarkActionBar -okhttp3.MediaType: java.lang.String type() -james.adaptiveicon.R$attr: int textAppearanceListItem -james.adaptiveicon.R$attr: int progressBarPadding -io.reactivex.observers.TestObserver$EmptyObserver: io.reactivex.observers.TestObserver$EmptyObserver[] values() -james.adaptiveicon.R$attr: int listPopupWindowStyle -cyanogenmod.themes.IThemeProcessingListener$Stub$Proxy: android.os.IBinder mRemote -wangdaye.com.geometricweather.R$drawable: int ic_android -androidx.swiperefreshlayout.R$attr: int fontProviderCerts -wangdaye.com.geometricweather.R$drawable: int notif_temp_92 -com.google.android.material.R$drawable: int ic_clock_black_24dp -android.didikee.donate.R$attr: int dropdownListPreferredItemHeight -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_SearchView_ActionBar -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ListView_DropDown -androidx.recyclerview.R$styleable: int RecyclerView_fastScrollEnabled -wangdaye.com.geometricweather.R$style: int Platform_Widget_AppCompat_Spinner -com.jaredrummler.android.colorpicker.R$color: int abc_btn_colored_borderless_text_material -cyanogenmod.weather.WeatherInfo: long access$1002(cyanogenmod.weather.WeatherInfo,long) -com.google.android.material.R$attr: int listPreferredItemPaddingRight -cyanogenmod.app.BaseLiveLockManagerService: void enqueueLiveLockScreen(java.lang.String,int,cyanogenmod.app.LiveLockScreenInfo,int[],int) -wangdaye.com.geometricweather.db.entities.LocationEntity: void setLongitude(float) -androidx.viewpager.R$dimen: int notification_content_margin_start -wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode valueOf(java.lang.String) -okio.InflaterSource: int bufferBytesHeldByInflater -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Year_Today -cyanogenmod.weather.CMWeatherManager$2$1: void run() -com.google.android.material.R$style: int Widget_MaterialComponents_ActionBar_Primary -androidx.preference.R$string: int abc_searchview_description_search -com.google.android.material.R$styleable: int ConstraintSet_android_visibility -wangdaye.com.geometricweather.R$id: int mtrl_picker_text_input_range_end -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: void onSuccess(java.lang.Object) -retrofit2.RequestFactory$Builder: retrofit2.ParameterHandler parseParameter(int,java.lang.reflect.Type,java.lang.annotation.Annotation[],boolean) -androidx.preference.R$style: int Platform_V25_AppCompat -com.bumptech.glide.integration.okhttp.R$attr -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken[] values() -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_showMotionSpec -androidx.fragment.app.Fragment$SavedState: android.os.Parcelable$Creator CREATOR -androidx.constraintlayout.widget.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha -com.google.android.material.textfield.TextInputLayout: void setBoxStrokeWidthFocusedResource(int) -io.reactivex.internal.subscribers.StrictSubscriber: java.util.concurrent.atomic.AtomicBoolean once -okio.Okio$4: java.io.IOException newTimeoutException(java.io.IOException) -androidx.appcompat.R$string: R$string() -com.google.android.material.R$style: int Widget_Design_FloatingActionButton -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean -wangdaye.com.geometricweather.weather.json.mf.MfRainResult: int quality -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result: java.util.Date updateTime -wangdaye.com.geometricweather.db.entities.DaoMaster: void dropAllTables(org.greenrobot.greendao.database.Database,boolean) -android.didikee.donate.R$color: int dim_foreground_material_light -androidx.preference.R$color: int material_deep_teal_200 -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: java.lang.Object poll() -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: io.reactivex.ObservableSource source -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_RatingBar_Indicator -com.turingtechnologies.materialscrollbar.R$attr: int fastScrollEnabled -james.adaptiveicon.R$dimen: int abc_text_size_caption_material -androidx.constraintlayout.widget.R$attr -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: java.lang.String Source -androidx.dynamicanimation.R$styleable: int FontFamilyFont_fontVariationSettings -com.google.android.material.R$dimen: int mtrl_low_ripple_pressed_alpha -io.reactivex.internal.util.NotificationLite: boolean isComplete(java.lang.Object) -com.xw.repo.bubbleseekbar.R$attr: int bsb_thumb_color -android.didikee.donate.R$layout: int abc_list_menu_item_layout -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHeight_default -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: ObservableRetryWhen$RepeatWhenObserver(io.reactivex.Observer,io.reactivex.subjects.Subject,io.reactivex.ObservableSource) -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String getMoldDescription() -cyanogenmod.app.ICustomTileListener$Stub: int TRANSACTION_onCustomTileRemoved -com.google.android.material.R$attr: int extendedFloatingActionButtonStyle -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_Switch -wangdaye.com.geometricweather.R$id: int dragEnd -com.google.android.material.R$styleable: int ClockHandView_materialCircleRadius -com.turingtechnologies.materialscrollbar.R$attr: int errorTextAppearance -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit[] values() -com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawable_android_constantSize -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_lastVerticalBias -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: boolean delayError -com.google.android.material.R$id: int dragStart -com.google.android.material.R$color: int material_on_background_emphasis_high_type -androidx.preference.R$style: int Base_Widget_AppCompat_DrawerArrowToggle -retrofit2.adapter.rxjava2.CallExecuteObservable$CallDisposable: retrofit2.Call call -wangdaye.com.geometricweather.R$id: int accessibility_action_clickable_span -androidx.constraintlayout.widget.R$style: int Animation_AppCompat_Tooltip -com.google.android.material.slider.Slider: android.content.res.ColorStateList getThumbTintList() -wangdaye.com.geometricweather.R$drawable: int material_ic_menu_arrow_down_black_24dp -androidx.preference.MultiSelectListPreference$SavedState -com.google.android.material.R$styleable: int KeyCycle_android_scaleY -james.adaptiveicon.R$styleable: int Toolbar_contentInsetLeft -com.google.android.material.slider.RangeSlider: void setTickActiveTintList(android.content.res.ColorStateList) -com.jaredrummler.android.colorpicker.R$layout: int notification_action -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode CLEAR -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_voice_search_api_material -android.didikee.donate.R$color: int bright_foreground_disabled_material_light -okhttp3.internal.Util: java.lang.reflect.Method addSuppressedExceptionMethod -io.reactivex.Observable: io.reactivex.Observable buffer(long,long,java.util.concurrent.TimeUnit) -wangdaye.com.geometricweather.R$dimen: int large_margin -com.jaredrummler.android.colorpicker.R$style: int Platform_ThemeOverlay_AppCompat -okhttp3.internal.http2.Hpack$Reader: okhttp3.internal.http2.Header[] dynamicTable -okhttp3.Connection: okhttp3.Handshake handshake() -com.google.android.material.R$drawable: int abc_list_selector_disabled_holo_dark -com.turingtechnologies.materialscrollbar.R$drawable: int abc_seekbar_track_material -androidx.lifecycle.ProcessLifecycleOwner: long TIMEOUT_MS -com.google.android.material.R$styleable: int AppCompatTextView_autoSizePresetSizes -androidx.hilt.R$attr: int fontProviderPackage -com.google.android.material.appbar.AppBarLayout$BaseBehavior$SavedState: android.os.Parcelable$Creator CREATOR -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_4 -androidx.appcompat.R$attr: int homeLayout -androidx.hilt.R$id: int actions -retrofit2.http.Query: java.lang.String value() -wangdaye.com.geometricweather.R$id: int widget_day_week_icon_4 -androidx.constraintlayout.widget.R$layout: int abc_action_mode_bar -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getTreeDescription() -com.jaredrummler.android.colorpicker.R$styleable: int Preference_selectable -wangdaye.com.geometricweather.R$color: int colorSearchBarBackground_dark -androidx.appcompat.R$styleable: int[] AppCompatTextView -androidx.appcompat.R$styleable: int ActionMenuItemView_android_minWidth -android.didikee.donate.R$attr: int windowMinWidthMinor -io.reactivex.internal.disposables.ArrayCompositeDisposable: long serialVersionUID -com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource DATA_DISK_CACHE -androidx.preference.R$id: int accessibility_custom_action_23 -androidx.hilt.work.R$styleable: int FontFamilyFont_fontStyle -okhttp3.Response: okhttp3.ResponseBody body -com.jaredrummler.android.colorpicker.R$styleable: int[] ColorPreference -okhttp3.internal.connection.RouteDatabase: boolean shouldPostpone(okhttp3.Route) -androidx.hilt.work.R$attr: int fontVariationSettings -com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_stroke_color_selector -androidx.constraintlayout.widget.R$styleable: int[] TextAppearance -james.adaptiveicon.R$attr: int numericModifiers -android.didikee.donate.R$id: int action_bar_subtitle -wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: void setSubtitleText(java.lang.String) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarDivider -wangdaye.com.geometricweather.R$id: int notification_multi_city_icon_2 -com.bumptech.glide.R$styleable: int FontFamilyFont_fontWeight -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: MaterialWeatherView(android.content.Context,android.util.AttributeSet) -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: boolean isSubActive(int) -wangdaye.com.geometricweather.R$id: int item_about_link -android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText -wangdaye.com.geometricweather.R$drawable: int weather_clear_day_mini_dark -androidx.appcompat.widget.AppCompatSpinner -wangdaye.com.geometricweather.R$styleable: int[] FloatingActionButton_Behavior_Layout -io.reactivex.internal.observers.BasicIntQueueDisposable: boolean offer(java.lang.Object,java.lang.Object) -androidx.vectordrawable.animated.R$attr: int fontProviderAuthority -james.adaptiveicon.R$styleable: int ActionBar_height -retrofit2.http.Part: java.lang.String encoding() -androidx.appcompat.R$dimen: int abc_dialog_list_padding_top_no_title -wangdaye.com.geometricweather.R$drawable: int ic_drag -androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior: CoordinatorLayout$Behavior(android.content.Context,android.util.AttributeSet) -androidx.appcompat.R$id: int icon -androidx.preference.R$layout: int abc_alert_dialog_material -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_CLOCK_VALIDATOR -cyanogenmod.profiles.AirplaneModeSettings$1: AirplaneModeSettings$1() -wangdaye.com.geometricweather.R$id: int widget_clock_day_icon -okhttp3.Request$Builder: okhttp3.Request$Builder delete() -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: long serialVersionUID -com.turingtechnologies.materialscrollbar.R$color: int mtrl_bottom_nav_colored_item_tint -androidx.appcompat.R$string: int abc_shareactionprovider_share_with -wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.String TABLENAME -retrofit2.adapter.rxjava2.ResultObservable: io.reactivex.Observable upstream -com.bumptech.glide.load.HttpException: HttpException(int) -james.adaptiveicon.R$color: int abc_tint_seek_thumb -androidx.preference.R$anim: int fragment_close_exit -androidx.preference.R$id: int start -retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: void onResponse(retrofit2.Call,retrofit2.Response) -okio.SegmentPool -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver -okhttp3.internal.cache2.Relay: Relay(java.io.RandomAccessFile,okio.Source,long,okio.ByteString,long) -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_rotation -androidx.preference.R$style: int ThemeOverlay_AppCompat_DayNight -wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String getCityId() -androidx.activity.R$color -retrofit2.ParameterHandler$HeaderMap -com.xw.repo.bubbleseekbar.R$color: int error_color_material_light -com.google.android.material.R$styleable: int KeyCycle_android_translationZ -wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.util.List _queryWeatherEntity_AlertEntityList(java.lang.String,java.lang.String) -androidx.work.R$dimen: int notification_action_text_size -wangdaye.com.geometricweather.R$styleable: int Toolbar_titleMarginBottom -androidx.preference.R$color: int bright_foreground_disabled_material_light -androidx.preference.R$styleable: int[] AnimatedStateListDrawableCompat -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_EXPORT_WITH_DES40_CBC_SHA -wangdaye.com.geometricweather.R$styleable: int MockView_mock_showDiagonals -james.adaptiveicon.R$styleable: int SwitchCompat_showText -okhttp3.internal.connection.StreamAllocation: okhttp3.Route route() -wangdaye.com.geometricweather.R$attr: int buttonBarNegativeButtonStyle -io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: long serialVersionUID -okhttp3.internal.cache.DiskLruCache$1 -com.turingtechnologies.materialscrollbar.R$attr: int thickness -wangdaye.com.geometricweather.R$array: int clock_font -androidx.drawerlayout.R$dimen: int compat_button_inset_vertical_material -androidx.constraintlayout.widget.R$attr: int titleMarginEnd -androidx.preference.R$bool: int abc_allow_stacked_button_bar -wangdaye.com.geometricweather.common.ui.transitions.RoundCornerTransition -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: void setCurrentIndicatorColor(int) -androidx.customview.R$attr: int fontProviderFetchTimeout -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments: MfWarningsResult$WarningComments() -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Long readKey(android.database.Cursor,int) -com.turingtechnologies.materialscrollbar.R$styleable: int TabItem_android_icon -androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable: boolean mWasExecuted -wangdaye.com.geometricweather.R$dimen: int item_touch_helper_max_drag_scroll_per_frame -wangdaye.com.geometricweather.R$id: int BOTTOM_END -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_NoActionBar_Bridge -retrofit2.BuiltInConverters -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_BottomAppBar_Primary -androidx.preference.R$styleable: int ActionBar_subtitle -wangdaye.com.geometricweather.R$attr: int flow_horizontalAlign -com.google.android.material.R$styleable: int ExtendedFloatingActionButton_elevation -com.turingtechnologies.materialscrollbar.R$id: int coordinator -androidx.appcompat.R$styleable: int[] RecycleListView -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void error(java.lang.Throwable) -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: boolean disposed -com.xw.repo.bubbleseekbar.R$drawable: int abc_list_selector_background_transition_holo_light -com.google.android.material.chip.Chip: void setMinLines(int) -com.xw.repo.bubbleseekbar.R$styleable: int[] AppCompatTextView -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Maximum: double Value -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintDimensionRatio -androidx.preference.R$drawable: int notification_bg_normal_pressed -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Imperial -wangdaye.com.geometricweather.R$string: int abc_search_hint -com.google.gson.stream.JsonReader: boolean isLenient() -okio.Buffer: boolean rangeEquals(long,okio.ByteString) -com.google.android.material.R$id: int accessibility_custom_action_19 -wangdaye.com.geometricweather.R$styleable: int PopupWindow_android_popupAnimationStyle -androidx.appcompat.R$style: int Base_Widget_AppCompat_Spinner_Underlined -com.xw.repo.bubbleseekbar.R$attr: int fontProviderCerts -com.google.android.material.R$style: int Widget_MaterialComponents_TabLayout -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_begin -wangdaye.com.geometricweather.R$animator: int weather_rain_3 -com.google.android.material.R$id: int action_text -okio.RealBufferedSink$1: java.lang.String toString() -androidx.appcompat.R$styleable: int MenuItem_actionViewClass -com.google.android.material.tabs.TabLayout: void setTabRippleColor(android.content.res.ColorStateList) -okhttp3.MultipartBody: java.lang.String boundary() -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_section_text_color -com.xw.repo.bubbleseekbar.R$attr: int bsb_rtl -android.didikee.donate.R$style: int TextAppearance_AppCompat_Display3 -wangdaye.com.geometricweather.R$styleable: int ColorPanelView_cpv_borderColor -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner -androidx.transition.R$integer: int status_bar_notification_info_maxnum -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragmentCompat_android_divider -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginStart -android.didikee.donate.R$styleable: int AlertDialog_listLayout -okhttp3.internal.ws.RealWebSocket$Message: RealWebSocket$Message(int,okio.ByteString) -james.adaptiveicon.R$dimen: int notification_action_icon_size -wangdaye.com.geometricweather.R$id: int activity_preview_icon_container -james.adaptiveicon.R$id: int scrollView -com.google.gson.stream.JsonReader: int lineStart -cyanogenmod.providers.CMSettings: java.lang.String TAG -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void drainLoop() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Rain: AccuDailyResult$DailyForecasts$Day$Rain() -james.adaptiveicon.R$attr: int alertDialogCenterButtons -wangdaye.com.geometricweather.R$animator: int weather_clear_night_1 -androidx.appcompat.R$styleable: int AppCompatTheme_viewInflaterClass -androidx.preference.R$drawable: int abc_textfield_search_default_mtrl_alpha -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: java.lang.Throwable error -cyanogenmod.app.BaseLiveLockManagerService$1: void enqueueLiveLockScreen(java.lang.String,int,cyanogenmod.app.LiveLockScreenInfo,int[],int) -wangdaye.com.geometricweather.R$id: int firstVisible -androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse -com.google.android.material.R$styleable: int ChipGroup_chipSpacingHorizontal -retrofit2.BuiltInConverters$UnitResponseBodyConverter: kotlin.Unit convert(okhttp3.ResponseBody) -okhttp3.internal.http1.Http1Codec$ChunkedSource: void readChunkSize() -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintVertical_weight -androidx.viewpager2.R$id: int accessibility_custom_action_4 -okhttp3.internal.platform.OptionalMethod: java.lang.Object invokeOptional(java.lang.Object,java.lang.Object[]) -com.jaredrummler.android.colorpicker.R$styleable: int[] LinearLayoutCompat_Layout -com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_dialogTitle -com.google.gson.JsonSyntaxException: JsonSyntaxException(java.lang.Throwable) -wangdaye.com.geometricweather.R$string: int key_notification_custom_color -wangdaye.com.geometricweather.R$attr: int fabCustomSize -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation: wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation LEFT -io.reactivex.internal.subscriptions.SubscriptionHelper: void reportMoreProduced(long) -wangdaye.com.geometricweather.R$drawable: int mtrl_popupmenu_background_dark -androidx.appcompat.R$color: int abc_search_url_text -wangdaye.com.geometricweather.R$attr: int initialActivityCount -com.google.android.material.R$id: int mtrl_calendar_main_pane -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarTabBarStyle -com.bumptech.glide.R$styleable: int[] FontFamily -com.xw.repo.bubbleseekbar.R$attr: int displayOptions -com.google.android.material.R$string: int abc_action_mode_done -wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents -androidx.preference.MultiSelectListPreference$SavedState: android.os.Parcelable$Creator CREATOR -com.google.android.material.R$styleable: int StateListDrawable_android_dither -okhttp3.Response: java.util.List headers(java.lang.String) -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: long remaining -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_4 -cyanogenmod.themes.ThemeManager: java.lang.String access$100() -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: long serialVersionUID -com.google.android.material.R$color: int material_slider_inactive_tick_marks_color -androidx.fragment.R$id: int accessibility_custom_action_2 -com.google.android.material.R$style: int Base_Widget_AppCompat_ActionBar_TabText -com.turingtechnologies.materialscrollbar.R$id: int mini -okio.RealBufferedSink: okio.BufferedSink writeByte(int) -androidx.preference.R$style: int Widget_AppCompat_Spinner -com.google.android.material.R$attr: int actionTextColorAlpha -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Integer relativeHumidityMax -androidx.constraintlayout.widget.R$dimen: int abc_text_size_medium_material -androidx.vectordrawable.R$drawable: int notification_tile_bg -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_android_textOff -com.xw.repo.bubbleseekbar.R$dimen: int notification_top_pad -okhttp3.HttpUrl: java.lang.String encodedPassword() -com.xw.repo.bubbleseekbar.R$styleable: int[] SwitchCompat -com.google.android.material.R$id: int material_timepicker_edit_text -com.google.android.material.navigation.NavigationView: NavigationView(android.content.Context,android.util.AttributeSet) -androidx.appcompat.R$dimen: int abc_floating_window_z -okhttp3.internal.connection.RouteException: java.io.IOException getFirstConnectException() -com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getTickActiveTintList() -com.google.android.material.R$dimen: int mtrl_calendar_header_content_padding_fullscreen -androidx.constraintlayout.widget.R$styleable: int CompoundButton_buttonTint -io.reactivex.internal.schedulers.ScheduledRunnable -com.google.android.material.R$dimen: int abc_config_prefDialogWidth -okio.RealBufferedSource: int read(byte[],int,int) -androidx.customview.R$attr: int alpha -okhttp3.internal.http.HttpHeaders: java.util.Set varyFields(okhttp3.Headers) -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner -androidx.core.widget.ContentLoadingProgressBar -androidx.swiperefreshlayout.R$dimen: int notification_big_circle_margin -com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_hideOnScroll -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxCornerRadiusTopEnd -android.didikee.donate.R$string: int abc_searchview_description_query -androidx.constraintlayout.widget.R$id: int textSpacerNoTitle -okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner: int hashCode() -wangdaye.com.geometricweather.R$color: int test_mtrl_calendar_day_selected -cyanogenmod.app.ThemeVersion$ThemeVersionImpl2: java.util.ArrayList cVersions -com.google.android.material.R$styleable: int MaterialCardView_strokeColor -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: long serialVersionUID -androidx.preference.R$attr: int theme -com.google.android.material.R$attr: int materialCalendarHeaderSelection -cyanogenmod.providers.CMSettings$InclusiveIntegerRangeValidator -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large -okio.InflaterSource -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property Time -androidx.appcompat.R$id: int action_image -androidx.viewpager2.widget.ViewPager2: ViewPager2(android.content.Context,android.util.AttributeSet) -androidx.hilt.work.R$id: int accessibility_custom_action_25 -wangdaye.com.geometricweather.R$anim: int abc_popup_exit -androidx.preference.R$style: int Widget_AppCompat_Light_ListPopupWindow -io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: void dispose() -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense -io.reactivex.Observable: io.reactivex.Observable intervalRange(long,long,long,long,java.util.concurrent.TimeUnit) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall -com.google.android.material.R$id: int material_clock_period_pm_button -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: java.util.concurrent.locks.Condition condition -io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,int,io.reactivex.Scheduler) -wangdaye.com.geometricweather.R$attr: int boxBackgroundMode -androidx.viewpager.R$styleable: int GradientColor_android_type -com.turingtechnologies.materialscrollbar.R$attr: int titleMargin -com.google.android.material.R$styleable: int[] MaterialAutoCompleteTextView -wangdaye.com.geometricweather.R$attr: int textAppearanceHeadline1 -com.turingtechnologies.materialscrollbar.R$attr: int toolbarId -com.google.android.material.R$styleable: int ForegroundLinearLayout_foregroundInsidePadding -okhttp3.internal.cache.DiskLruCache: java.lang.String REMOVE -cyanogenmod.app.Profile$ProfileTrigger -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void onError(java.lang.Throwable) -okio.Buffer$UnsafeCursor: okio.Buffer buffer -com.github.rahatarmanahmed.cpv.CircularProgressView: void onAttachedToWindow() -androidx.constraintlayout.widget.R$dimen: int hint_alpha_material_light -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Small_Inverse -okhttp3.Request: Request(okhttp3.Request$Builder) -android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat_Dialog -com.bumptech.glide.integration.okhttp.R$layout: int notification_action_tombstone -okhttp3.internal.tls.OkHostnameVerifier: boolean verify(java.lang.String,javax.net.ssl.SSLSession) -wangdaye.com.geometricweather.R$id: int rounded -androidx.vectordrawable.R$dimen: int compat_button_inset_horizontal_material -androidx.appcompat.R$color: int background_material_dark -retrofit2.Utils: int indexOf(java.lang.Object[],java.lang.Object) -wangdaye.com.geometricweather.common.basic.models.weather.History -okio.RealBufferedSink: void write(okio.Buffer,long) -androidx.appcompat.R$attr: int tickMarkTint -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title -com.turingtechnologies.materialscrollbar.R$attr: int msb_handleColor -androidx.lifecycle.FullLifecycleObserver: void onCreate(androidx.lifecycle.LifecycleOwner) -androidx.preference.R$id: int accessibility_custom_action_18 -cyanogenmod.util.ColorUtils: float[] convertRGBtoLAB(int) -io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,boolean,int,int) -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHeight_min -com.google.android.material.R$styleable: int[] MaterialCheckBox -androidx.appcompat.R$attr: int track -io.reactivex.Observable: io.reactivex.Observable throttleLast(long,java.util.concurrent.TimeUnit) -okhttp3.internal.http2.Http2Writer: void pushPromise(int,int,java.util.List) -androidx.preference.R$attr: int listPreferredItemHeight -com.turingtechnologies.materialscrollbar.R$dimen: int design_tab_scrollable_min_width -com.google.android.material.textfield.TextInputLayout: void setEndIconContentDescription(int) -android.didikee.donate.R$drawable: int abc_seekbar_thumb_material -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_visible -cyanogenmod.app.CustomTile$ExpandedItem: CustomTile$ExpandedItem(android.os.Parcel) -androidx.constraintlayout.widget.R$attr: int radioButtonStyle -com.google.gson.internal.LinkedTreeMap: java.lang.Object writeReplace() -androidx.preference.Preference: Preference(android.content.Context,android.util.AttributeSet,int) -androidx.appcompat.R$styleable: int AppCompatTheme_actionBarDivider -androidx.constraintlayout.widget.R$drawable: int notification_template_icon_low_bg -okhttp3.ConnectionSpec$Builder: ConnectionSpec$Builder(okhttp3.ConnectionSpec) -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_android_textOn -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.Property getPkProperty() -okhttp3.internal.cache.InternalCache: void trackConditionalCacheHit() -cyanogenmod.hardware.CMHardwareManager: int[] getVibratorIntensityArray() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric: double Value -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Inverse -androidx.lifecycle.extensions.R$styleable: int FontFamily_fontProviderCerts -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setColorScheme(int[]) -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver -wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemHorizontalTranslationEnabled -androidx.customview.R$id: int notification_main_column_container -com.google.android.material.textview.MaterialTextView: MaterialTextView(android.content.Context,android.util.AttributeSet,int) -com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_android_ttcIndex -androidx.hilt.R$drawable: int notification_bg_low_pressed -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_showDividers -androidx.constraintlayout.widget.R$id -wangdaye.com.geometricweather.R$string: int greenDAO -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: long serialVersionUID -io.reactivex.internal.observers.LambdaObserver: io.reactivex.functions.Consumer onError -cyanogenmod.app.ThemeVersion -androidx.appcompat.R$attr: int drawableStartCompat -androidx.appcompat.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item -com.google.android.material.R$id: int accessibility_custom_action_27 -wangdaye.com.geometricweather.R$drawable: int notif_temp_123 -wangdaye.com.geometricweather.R$style: int Preference_DropDown -com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawableItem_android_drawable -android.didikee.donate.R$id: int alertTitle -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setOnLongClickIntent(android.app.PendingIntent) -cyanogenmod.library.R$attr: R$attr() -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: boolean done -okhttp3.internal.http2.Http2Writer: void connectionPreface() -wangdaye.com.geometricweather.R$styleable: int[] KeyCycle -com.google.android.material.R$attr: int autoTransition -wangdaye.com.geometricweather.R$dimen: int widget_content_text_size -io.reactivex.internal.util.VolatileSizeArrayList: int hashCode() -wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setId(java.lang.Long) -com.turingtechnologies.materialscrollbar.R$layout: int abc_action_menu_layout -androidx.fragment.app.Fragment: void setOnStartEnterTransitionListener(androidx.fragment.app.Fragment$OnStartEnterTransitionListener) -com.turingtechnologies.materialscrollbar.R$attr: int windowNoTitle -wangdaye.com.geometricweather.R$string: int settings_title_notification_can_be_cleared -androidx.hilt.lifecycle.R$drawable: int notification_bg_normal_pressed -io.reactivex.internal.observers.LambdaObserver: LambdaObserver(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer,io.reactivex.functions.Action,io.reactivex.functions.Consumer) -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningAdvice: java.lang.String textAdvice -okhttp3.internal.http2.Http2Reader: int readMedium(okio.BufferedSource) -wangdaye.com.geometricweather.R$id: int sides -wangdaye.com.geometricweather.R$styleable: int[] MaterialShape -okhttp3.internal.cache2.Relay: boolean complete -com.jaredrummler.android.colorpicker.R$id: int action_container -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_MonthTextView -androidx.appcompat.resources.R$id: int accessibility_custom_action_10 -okhttp3.Response: long receivedResponseAtMillis() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_checkboxStyle -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintTop_toBottomOf -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean -okhttp3.internal.platform.AndroidPlatform$CloseGuard: java.lang.reflect.Method getMethod -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_menuCategory -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder parse(okhttp3.HttpUrl,java.lang.String) -androidx.lifecycle.DefaultLifecycleObserver -androidx.drawerlayout.widget.DrawerLayout: void setStatusBarBackground(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: java.lang.String quality -androidx.viewpager.R$id: int action_divider -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) -com.jaredrummler.android.colorpicker.R$attr: int subtitle -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onActionModeStarted(android.view.ActionMode) -wangdaye.com.geometricweather.R$layout: int abc_search_dropdown_item_icons_2line -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean mAskedShow -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: int fusionMode -com.google.android.material.R$id: int screen -com.google.android.material.floatingactionbutton.FloatingActionButton: void setEnsureMinTouchTargetSize(boolean) -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse -cyanogenmod.themes.ThemeManager$2$1 -androidx.preference.R$attr: int voiceIcon -com.turingtechnologies.materialscrollbar.R$attr: int navigationViewStyle -androidx.hilt.R$id: int accessibility_custom_action_9 -com.google.android.material.R$dimen: int mtrl_exposed_dropdown_menu_popup_elevation -io.reactivex.internal.observers.ForEachWhileObserver: void dispose() -okio.RealBufferedSource: void close() -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void innerError(java.lang.Throwable) -james.adaptiveicon.R$style: int Widget_AppCompat_ActionBar -com.google.android.material.R$styleable: int Slider_android_value -cyanogenmod.app.ILiveLockScreenChangeListener$Stub: int TRANSACTION_onLiveLockScreenChanged_0 -wangdaye.com.geometricweather.R$id: int container_main_first_card_header_timeText -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_touch_to_seek -androidx.constraintlayout.widget.R$style: int Widget_Compat_NotificationActionContainer -com.google.android.material.R$id: int accessibility_custom_action_21 -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_11 -androidx.appcompat.R$drawable: int abc_ic_star_black_16dp -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintCircleAngle -androidx.preference.R$styleable: int AppCompatTheme_listMenuViewStyle -com.jaredrummler.android.colorpicker.R$attr: int paddingTopNoTitle -retrofit2.OptionalConverterFactory: retrofit2.Converter$Factory INSTANCE -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Integer getDewPoint() -james.adaptiveicon.R$styleable: int AppCompatTheme_textColorSearchUrl -cyanogenmod.app.CMTelephonyManager: void setDefaultSmsSub(int) -com.google.android.material.R$styleable: int KeyCycle_android_rotationX -cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: java.lang.String getInterfaceDescriptor() -com.google.android.material.R$string: int path_password_eye_mask_visible -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_Counter_Overflow -androidx.constraintlayout.widget.Guideline: void setGuidelineBegin(int) -androidx.loader.R$style -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowNoTitle -cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy -androidx.constraintlayout.widget.R$drawable: int abc_ic_arrow_drop_right_black_24dp -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored -com.turingtechnologies.materialscrollbar.R$id: int right -okio.Buffer$1: void flush() -com.jaredrummler.android.colorpicker.R$attr: int color -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: boolean hasKey(java.lang.Object) -com.jaredrummler.android.colorpicker.R$style: int Platform_AppCompat_Light -com.google.android.material.R$styleable: int TextInputLayout_helperTextTextAppearance -com.google.android.material.R$integer: int abc_config_activityDefaultDur -okhttp3.Callback -com.github.rahatarmanahmed.cpv.R$bool -androidx.lifecycle.Lifecycling: int REFLECTIVE_CALLBACK -io.reactivex.internal.subscriptions.SubscriptionArbiter: java.util.concurrent.atomic.AtomicLong missedProduced -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_tooltipFrameBackground -androidx.coordinatorlayout.R$style: R$style() -wangdaye.com.geometricweather.R$color: int material_grey_300 -com.turingtechnologies.materialscrollbar.R$attr: int closeIconTint -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView -james.adaptiveicon.R$styleable: int ActionBar_contentInsetEnd -wangdaye.com.geometricweather.R$string: int abc_menu_alt_shortcut_label -james.adaptiveicon.R$styleable: int AppCompatSeekBar_tickMarkTintMode -com.turingtechnologies.materialscrollbar.R$drawable: int design_snackbar_background -cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_getCurrentHotwordPackageName -wangdaye.com.geometricweather.R$attr: int seekBarIncrement -wangdaye.com.geometricweather.R$animator: int weather_snow_1 -androidx.core.R$dimen: int compat_button_padding_vertical_material -cyanogenmod.externalviews.IExternalViewProvider: void onStop() -com.google.android.material.R$attr: int startIconTint -com.google.android.material.R$style: int Widget_AppCompat_ProgressBar -androidx.dynamicanimation.R$id: int blocking -com.jaredrummler.android.colorpicker.R$id: int action_context_bar -androidx.appcompat.R$styleable: int AppCompatTheme_ratingBarStyleIndicator -wangdaye.com.geometricweather.R$attr: int startIconDrawable -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_Alert -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_icon_2 -wangdaye.com.geometricweather.R$styleable: int Constraint_android_transformPivotY -io.reactivex.internal.util.VolatileSizeArrayList: java.util.ListIterator listIterator(int) -okhttp3.internal.http.RealInterceptorChain: okhttp3.Interceptor$Chain withConnectTimeout(int,java.util.concurrent.TimeUnit) -android.didikee.donate.R$styleable: int AppCompatTheme_windowActionBarOverlay -android.didikee.donate.R$style: int Widget_AppCompat_ActionButton -com.google.android.material.R$color: int foreground_material_dark -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.Temperature getTemperature() -retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List guomin -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_firstVerticalBias -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_scaleX -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.Temperature temperature -com.google.gson.stream.JsonReader: char[] buffer -androidx.hilt.work.R$id: int accessibility_custom_action_29 -android.didikee.donate.R$drawable: int abc_ic_commit_search_api_mtrl_alpha -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionMode -cyanogenmod.weather.CMWeatherManager$WeatherUpdateRequestListener -androidx.transition.R$styleable: int[] FontFamilyFont -com.turingtechnologies.materialscrollbar.R$styleable: int ButtonBarLayout_allowStacking -com.google.android.material.internal.ScrimInsetsFrameLayout: void setScrimInsetForeground(android.graphics.drawable.Drawable) -cyanogenmod.profiles.ConnectionSettings: void setValue(int) -androidx.multidex.MultiDexApplication: MultiDexApplication() -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int WEATHER_CODE_MIN -androidx.core.R$dimen: int notification_subtext_size -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_android_textAppearance -com.google.android.material.R$layout: int abc_alert_dialog_button_bar_material -cyanogenmod.alarmclock.ClockContract$InstancesColumns: int DISMISSED_STATE -androidx.constraintlayout.widget.R$styleable: int MotionLayout_applyMotionScene -com.google.android.material.R$styleable: int ConstraintSet_layout_constrainedHeight -com.google.android.material.floatingactionbutton.FloatingActionButton: void setShowMotionSpecResource(int) -james.adaptiveicon.R$attr: int ratingBarStyleIndicator -androidx.lifecycle.HasDefaultViewModelProviderFactory -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeTotalPrecipitation -io.reactivex.internal.subscriptions.DeferredScalarSubscription: int HAS_REQUEST_HAS_VALUE -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light_NoActionBar -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar -androidx.viewpager2.R$attr: int layoutManager -com.google.android.material.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.HourlyEntity) -com.google.android.material.R$styleable: int ActionBar_elevation -androidx.appcompat.R$dimen: int abc_text_size_display_1_material -com.xw.repo.bubbleseekbar.R$attr: int layout_dodgeInsetEdges -wangdaye.com.geometricweather.R$styleable: int AppCompatSeekBar_tickMark -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleMargin -com.turingtechnologies.materialscrollbar.R$color: int background_floating_material_light -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Direction: java.lang.String Localized -android.didikee.donate.R$dimen: int abc_disabled_alpha_material_light -wangdaye.com.geometricweather.R$layout: int abc_popup_menu_item_layout -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Metric: AccuCurrentResult$ApparentTemperature$Metric() -androidx.constraintlayout.widget.R$attr: int listLayout -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void goAway(int,okhttp3.internal.http2.ErrorCode,okio.ByteString) -com.google.android.material.tabs.TabLayout: void setTabTextColors(android.content.res.ColorStateList) -io.reactivex.Observable: io.reactivex.Observable repeat() -androidx.preference.R$drawable: int btn_radio_on_to_off_mtrl_animation -androidx.recyclerview.widget.LinearLayoutManager$SavedState: android.os.Parcelable$Creator CREATOR -androidx.hilt.R$attr: int fontVariationSettings -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void disposeInner() -org.greenrobot.greendao.AbstractDao: java.lang.Object readKey(android.database.Cursor,int) -androidx.lifecycle.process.R -wangdaye.com.geometricweather.R$color: int colorLine -androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_shadowRadius -james.adaptiveicon.R$layout: int abc_expanded_menu_layout -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_endIconCheckable -android.didikee.donate.R$styleable: int ActionBar_progressBarStyle -cyanogenmod.alarmclock.ClockContract$AlarmsColumns: java.lang.String ENABLED -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String LAST_UPDATE_TIME -androidx.vectordrawable.R$dimen: int compat_button_padding_horizontal_material -wangdaye.com.geometricweather.R$layout: int design_layout_tab_text -androidx.hilt.R$dimen: int notification_large_icon_width -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_goneMarginRight -okhttp3.Request$Builder: okhttp3.Request$Builder headers(okhttp3.Headers) -wangdaye.com.geometricweather.R$styleable: int AppCompatImageView_tint -android.didikee.donate.R$id: int time -wangdaye.com.geometricweather.R$styleable: int[] MotionScene -androidx.constraintlayout.widget.R$attr: int flow_maxElementsWrap -com.google.android.material.button.MaterialButtonToggleGroup: int getCheckedButtonId() -androidx.lifecycle.SavedStateHandle$SavingStateLiveData: SavedStateHandle$SavingStateLiveData(androidx.lifecycle.SavedStateHandle,java.lang.String) -androidx.hilt.lifecycle.R$layout: int notification_template_custom_big -wangdaye.com.geometricweather.R$styleable: int Chip_checkedIcon -androidx.preference.R$styleable: int ActionBar_progressBarStyle -cyanogenmod.app.ProfileManager: void updateProfile(cyanogenmod.app.Profile) -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setFont(java.lang.String) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: CaiYunMainlyResult$CurrentBean$VisibilityBean() -com.turingtechnologies.materialscrollbar.R$attr: int actionModeFindDrawable -android.didikee.donate.R$dimen: int abc_action_button_min_height_material -androidx.preference.R$drawable: int abc_ratingbar_indicator_material -androidx.activity.R$styleable: int[] GradientColorItem -androidx.viewpager.R$dimen -okhttp3.internal.http.HttpMethod: boolean permitsRequestBody(java.lang.String) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean getBrandInfo() -androidx.constraintlayout.widget.R$string: int abc_menu_function_shortcut_label -android.didikee.donate.R$style: int Base_Widget_AppCompat_SeekBar_Discrete -okhttp3.Headers: long byteCount() -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_chip_text_size -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver -wangdaye.com.geometricweather.R$dimen: int compat_button_padding_horizontal_material -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionOverflowButtonStyle -com.google.android.material.R$attr: int chipGroupStyle -okhttp3.Cache: okhttp3.internal.cache.InternalCache internalCache -wangdaye.com.geometricweather.R$id: int search_go_btn -androidx.preference.R$drawable: int abc_edit_text_material -okio.DeflaterSink: boolean closed -com.google.android.material.R$anim: int btn_checkbox_to_checked_box_inner_merged_animation -com.bumptech.glide.R$drawable: int notification_action_background -cyanogenmod.app.ProfileGroup: void setRingerMode(cyanogenmod.app.ProfileGroup$Mode) -okhttp3.internal.io.FileSystem: okio.Source source(java.io.File) -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Medium -androidx.lifecycle.extensions.R$attr: int alpha -io.reactivex.internal.schedulers.ScheduledRunnable: ScheduledRunnable(java.lang.Runnable,io.reactivex.internal.disposables.DisposableContainer) -androidx.hilt.lifecycle.R$drawable: R$drawable() -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property Time -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_percent -androidx.appcompat.widget.AppCompatTextView: void setTextFuture(java.util.concurrent.Future) -androidx.preference.R$style: int Widget_AppCompat_Spinner_Underlined -james.adaptiveicon.R$id: int search_button -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceFragmentListStyle -com.google.android.material.R$string: int fab_transformation_scrim_behavior -okio.SegmentedByteString: java.lang.String hex() -com.google.android.material.R$dimen: int abc_list_item_height_small_material -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: ObservableTimeout$TimeoutObserver(io.reactivex.Observer,io.reactivex.functions.Function) -wangdaye.com.geometricweather.R$drawable: int notif_temp_105 -androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$State min(androidx.lifecycle.Lifecycle$State,androidx.lifecycle.Lifecycle$State) -com.google.android.material.R$color: int material_slider_inactive_track_color -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_setVibratorIntensity -cyanogenmod.app.CMStatusBarManager: cyanogenmod.app.ICMStatusBarManager sService -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -wangdaye.com.geometricweather.R$styleable: int DialogPreference_android_negativeButtonText -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorContentDescription -okhttp3.internal.http.RealInterceptorChain: okhttp3.Response proceed(okhttp3.Request) -io.reactivex.Observable: io.reactivex.Observable delaySubscription(long,java.util.concurrent.TimeUnit) -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWindSpeed(java.lang.Float) -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_shadowDx -io.reactivex.internal.util.ArrayListSupplier: io.reactivex.functions.Function asFunction() -wangdaye.com.geometricweather.settings.activities.DailyTrendDisplayManageActivity -com.google.android.material.internal.BaselineLayout: BaselineLayout(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerSizeBottomRight -io.reactivex.internal.subscribers.StrictSubscriber: void request(long) -com.google.android.material.R$anim: int btn_radio_to_off_mtrl_dot_group_animation -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWetBulbTemperature(java.lang.Integer) -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_menu_cut_mtrl_alpha -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_PopupMenu_Overflow -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.ActionMode onWindowStartingActionMode(android.view.ActionMode$Callback) -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: boolean hasKey(java.lang.Object) -android.didikee.donate.R$style: int Base_Theme_AppCompat -com.google.android.material.R$string: int material_hour_suffix -wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_Dark -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX brandInfo -wangdaye.com.geometricweather.R$dimen: int mtrl_badge_long_text_horizontal_padding -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_saveFlags -androidx.vectordrawable.animated.R$styleable: int GradientColor_android_startColor -com.google.android.material.R$attr: int spanCount -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language POLISH -com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat -james.adaptiveicon.R$style: int Theme_AppCompat_DayNight -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX() -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void innerError(java.lang.Throwable) -com.turingtechnologies.materialscrollbar.R$attr: int hideOnScroll -com.bumptech.glide.R$styleable: int GradientColor_android_endY -com.bumptech.glide.integration.okhttp.R$drawable: int notification_template_icon_low_bg -androidx.work.impl.workers.CombineContinuationsWorker -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ListView_DropDown -com.google.android.material.R$styleable: int OnSwipe_nestedScrollFlags -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Object readKey(android.database.Cursor,int) -androidx.preference.R$attr: int overlapAnchor -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarItemBackground -androidx.core.R$layout: int notification_action -com.google.android.material.R$dimen: int mtrl_calendar_header_height_fullscreen -wangdaye.com.geometricweather.R$dimen: int abc_action_button_min_height_material -cyanogenmod.providers.CMSettings$System: java.lang.String NAVBAR_LEFT_IN_LANDSCAPE -org.greenrobot.greendao.database.DatabaseOpenHelper: void setLoadSQLCipherNativeLibs(boolean) -wangdaye.com.geometricweather.R$integer: int app_bar_elevation_anim_duration -androidx.preference.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight -okhttp3.MultipartBody: okhttp3.MediaType DIGEST -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_rotationX -com.xw.repo.bubbleseekbar.R$attr: int spinnerStyle -okhttp3.internal.connection.RouteSelector: okhttp3.Call call -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeStyle -androidx.preference.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow -com.google.android.material.R$dimen: int abc_action_bar_stacked_max_height -com.turingtechnologies.materialscrollbar.R$styleable: int[] FloatingActionButton_Behavior_Layout -wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_minutely -okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Stream newStream(int,java.util.List,boolean) -com.google.android.material.R$id: int zero_corner_chip -okhttp3.internal.Util: java.lang.String inet6AddressToAscii(byte[]) -com.google.android.material.snackbar.Snackbar$SnackbarLayout: void setBackgroundDrawable(android.graphics.drawable.Drawable) -androidx.appcompat.widget.ActionBarOverlayLayout: void setIcon(int) -cyanogenmod.providers.CMSettings$System: android.net.Uri CONTENT_URI -com.google.android.material.textfield.MaterialAutoCompleteTextView: java.lang.CharSequence getHint() -okhttp3.internal.cache.DiskLruCache$Editor$1: okhttp3.internal.cache.DiskLruCache$Editor this$1 -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Weather -androidx.appcompat.widget.AppCompatSpinner: int getDropDownHorizontalOffset() -wangdaye.com.geometricweather.R$color: int mtrl_btn_text_btn_bg_color_selector -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: java.lang.String insee -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_min -cyanogenmod.library.R$styleable: int LiveLockScreen_type -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipStartPadding -com.turingtechnologies.materialscrollbar.R$styleable: int ActionMode_backgroundSplit -androidx.appcompat.widget.AppCompatSpinner$SavedState: android.os.Parcelable$Creator CREATOR -com.google.android.material.textfield.TextInputLayout: void setTextInputAccessibilityDelegate(com.google.android.material.textfield.TextInputLayout$AccessibilityDelegate) -okhttp3.Cache$2 -androidx.appcompat.R$attr: int windowNoTitle -io.reactivex.internal.util.VolatileSizeArrayList: boolean equals(java.lang.Object) -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle -com.jaredrummler.android.colorpicker.R$dimen: int tooltip_corner_radius -com.jaredrummler.android.colorpicker.R$anim: int abc_shrink_fade_out_from_bottom -wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.String getLevel() -com.google.android.material.navigation.NavigationView: void setCheckedItem(android.view.MenuItem) -com.google.android.material.R$dimen: int mtrl_calendar_day_height -cyanogenmod.app.CustomTile -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionBar_TabBar -androidx.appcompat.R$style: int Widget_AppCompat_ActionBar_TabView -cyanogenmod.weather.RequestInfo$1 -com.google.android.material.R$attr: int tabInlineLabel -com.google.android.material.R$integer: R$integer() -okhttp3.internal.http1.Http1Codec$ChunkedSource: Http1Codec$ChunkedSource(okhttp3.internal.http1.Http1Codec,okhttp3.HttpUrl) -com.turingtechnologies.materialscrollbar.R$id: int actions -wangdaye.com.geometricweather.R$style: int Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day -okio.RealBufferedSource$1 -androidx.hilt.lifecycle.R$style: int Widget_Compat_NotificationActionContainer -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_rebuildResourceCache -wangdaye.com.geometricweather.R$styleable: int BottomAppBar_fabCradleMargin -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionButton_Overflow -cyanogenmod.alarmclock.ClockContract$InstancesColumns: int HIGH_NOTIFICATION_STATE -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintBaseline_toBaselineOf -com.turingtechnologies.materialscrollbar.R$attr: int behavior_fitToContents -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit$Calculator unitCalculator -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatImageView_tintMode -okhttp3.MultipartBody$Builder: okhttp3.MultipartBody build() -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void dispose() -cyanogenmod.app.LiveLockScreenInfo: void writeToParcel(android.os.Parcel,int) -wangdaye.com.geometricweather.db.entities.WeatherEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() -cyanogenmod.weather.RequestInfo: int TYPE_WEATHER_BY_WEATHER_LOCATION_REQ -cyanogenmod.app.ThemeVersion$ThemeVersionImpl3: ThemeVersion$ThemeVersionImpl3() -james.adaptiveicon.R$styleable: int SearchView_android_inputType -wangdaye.com.geometricweather.R$drawable: int abc_spinner_mtrl_am_alpha -androidx.appcompat.R$attr: int tooltipText -androidx.preference.R$style: int Widget_AppCompat_PopupWindow -james.adaptiveicon.R$drawable: int abc_list_selector_holo_dark -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: long serialVersionUID -com.turingtechnologies.materialscrollbar.R$attr: int homeLayout -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Button -wangdaye.com.geometricweather.R$styleable: int[] AppBarLayout -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionMode -android.didikee.donate.R$style: int Widget_AppCompat_Button -androidx.preference.R$id: int accessibility_custom_action_1 -com.google.android.material.R$styleable: int Layout_layout_goneMarginBottom -androidx.hilt.work.R$anim: int fragment_close_enter -wangdaye.com.geometricweather.R$drawable: int notif_temp_46 -wangdaye.com.geometricweather.R$string: int feedback_location_help_title -io.reactivex.observers.TestObserver$EmptyObserver: void onComplete() -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int COLD -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property Latitude -com.google.android.material.R$styleable: int[] ActionMenuView -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator -wangdaye.com.geometricweather.R$layout: int cpv_color_item_square -cyanogenmod.app.ThemeVersion$ComponentVersion: int getId() -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_subtitleTextAppearance -com.github.rahatarmanahmed.cpv.CircularProgressView$1 -com.jaredrummler.android.colorpicker.R$style: int Platform_V21_AppCompat -androidx.constraintlayout.widget.ConstraintHelper: void setReferencedIds(int[]) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean names -wangdaye.com.geometricweather.R$layout: int abc_alert_dialog_button_bar_material -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: boolean isEmpty() -androidx.viewpager2.R$styleable: int ColorStateListItem_android_alpha -androidx.viewpager.widget.PagerTabStrip -androidx.viewpager2.R$drawable: R$drawable() -wangdaye.com.geometricweather.R$string: int mtrl_picker_announce_current_selection -com.google.android.material.R$style: int TestStyleWithoutLineHeight -wangdaye.com.geometricweather.R$styleable: int Preference_allowDividerBelow -com.turingtechnologies.materialscrollbar.R$attr: int colorSecondary -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: boolean isDisposed() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature Temperature -james.adaptiveicon.R$styleable: int PopupWindow_android_popupBackground -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher: androidx.lifecycle.LifecycleOwner mLifecycle -wangdaye.com.geometricweather.R$dimen: int abc_list_item_height_large_material -com.google.android.material.chip.Chip: void setChipBackgroundColorResource(int) -retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory createWithScheduler(io.reactivex.Scheduler) -androidx.preference.R$drawable: int abc_list_pressed_holo_light -com.turingtechnologies.materialscrollbar.R$id: int activity_chooser_view_content -wangdaye.com.geometricweather.R$id: int preset -androidx.loader.R$string: int status_bar_notification_info_overflow -androidx.coordinatorlayout.R$id: int italic -com.turingtechnologies.materialscrollbar.R$styleable: int[] CollapsingToolbarLayout -androidx.appcompat.R$attr: int windowFixedWidthMinor -androidx.preference.R$style: int Base_Widget_AppCompat_EditText -android.didikee.donate.R$styleable: int MenuItem_showAsAction -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut -androidx.preference.R$attr: int subtitle -com.google.android.material.R$styleable: int Transform_android_translationX -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_119 -okhttp3.internal.ws.WebSocketProtocol: int OPCODE_CONTROL_PING -androidx.appcompat.widget.AppCompatImageButton: AppCompatImageButton(android.content.Context) -io.reactivex.Observable: io.reactivex.Observable delay(io.reactivex.ObservableSource,io.reactivex.functions.Function) -cyanogenmod.providers.WeatherContract$WeatherColumns$TempUnit: WeatherContract$WeatherColumns$TempUnit() -okhttp3.Call: okhttp3.Request request() -com.google.android.material.R$styleable: int MenuGroup_android_enabled -wangdaye.com.geometricweather.db.entities.HistoryEntityDao -io.reactivex.Observable: io.reactivex.Single lastOrError() -androidx.viewpager.R$drawable: int notification_bg_low -com.bumptech.glide.integration.okhttp.R$id: int action_container -androidx.constraintlayout.widget.R$styleable: int KeyTrigger_triggerSlack -retrofit2.adapter.rxjava2.CallExecuteObservable$CallDisposable: boolean disposed -androidx.lifecycle.MediatorLiveData$Source: int mVersion -com.google.android.material.R$styleable: int SwitchCompat_track -androidx.preference.R$dimen: int notification_right_icon_size -com.turingtechnologies.materialscrollbar.R$styleable: int Spinner_popupTheme -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int SnowProbability -androidx.fragment.R$integer -com.google.android.material.R$dimen: int abc_search_view_preferred_width -androidx.preference.R$attr: int allowDividerAfterLastItem -com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat_Light -com.github.rahatarmanahmed.cpv.R$bool: int cpv_default_is_indeterminate -wangdaye.com.geometricweather.R$drawable: int notif_temp_50 -okhttp3.MultipartBody: java.util.List parts() -com.turingtechnologies.materialscrollbar.R$styleable: int TouchScrollBar_msb_hideDelayInMilliseconds -com.google.android.material.R$styleable: int SearchView_android_maxWidth -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX getWind() -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setColorSchemeColors(int[]) -cyanogenmod.app.BaseLiveLockManagerService: void cancelLiveLockScreen(java.lang.String,int,int) -com.google.gson.stream.JsonWriter: java.io.Writer out -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setBackgroundTintMode(android.graphics.PorterDuff$Mode) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setShortDescription(java.lang.String) -com.google.android.material.R$integer: int design_tab_indicator_anim_duration_ms -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_content_3 -com.google.android.material.R$attr: int textAppearanceBody1 -james.adaptiveicon.R$style: int Base_Widget_AppCompat_RatingBar_Small -com.google.android.material.R$style: int AndroidThemeColorAccentYellow -androidx.hilt.R$id: int info -androidx.legacy.coreutils.R$attr: int fontVariationSettings -androidx.transition.R$styleable: R$styleable() -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getO3Color(android.content.Context) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun Sun -wangdaye.com.geometricweather.R$attr: int flow_lastVerticalStyle -com.google.android.material.chip.Chip: void setCloseIcon(android.graphics.drawable.Drawable) -androidx.constraintlayout.widget.R$attr: int layout_constraintHeight_percent -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_minHeight -com.google.android.material.R$color: int abc_background_cache_hint_selector_material_dark -androidx.constraintlayout.motion.widget.MotionLayout: MotionLayout(android.content.Context) -cyanogenmod.app.Profile$NotificationLightMode: Profile$NotificationLightMode() -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void onError(java.lang.Throwable) -com.xw.repo.bubbleseekbar.R$id: int none -com.google.android.material.R$styleable: int ColorStateListItem_alpha -androidx.preference.R$styleable: int Toolbar_popupTheme -com.bumptech.glide.R$id: int right_icon -com.google.android.material.R$id: int layout -wangdaye.com.geometricweather.R$dimen: int widget_subtitle_text_size -com.turingtechnologies.materialscrollbar.R$layout: int mtrl_layout_snackbar -androidx.viewpager.R$dimen: int compat_button_inset_horizontal_material -androidx.transition.R$styleable: int[] ColorStateListItem -okhttp3.internal.platform.Jdk9Platform: javax.net.ssl.X509TrustManager trustManager(javax.net.ssl.SSLSocketFactory) -com.turingtechnologies.materialscrollbar.R$attr: int buttonPanelSideLayout -androidx.constraintlayout.widget.R$styleable: int[] AppCompatTheme -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintLeft_toLeftOf -androidx.viewpager2.R$styleable: int FontFamilyFont_font -cyanogenmod.profiles.BrightnessSettings$1: java.lang.Object createFromParcel(android.os.Parcel) -okhttp3.Cookie: boolean httpOnly() -wangdaye.com.geometricweather.R$styleable: int Layout_maxWidth -androidx.constraintlayout.widget.R$attr: int firstBaselineToTopHeight -com.google.android.material.R$styleable: int Layout_android_layout_marginLeft -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable: ExecutorScheduler$ExecutorWorker$BooleanRunnable(java.lang.Runnable) -retrofit2.http.Header -wangdaye.com.geometricweather.common.ui.widgets.astro.MoonPhaseView: MoonPhaseView(android.content.Context,android.util.AttributeSet) -com.bumptech.glide.integration.okhttp.R$dimen: int notification_top_pad_large_text -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: boolean isEntityUpdateable() -android.didikee.donate.R$drawable: int abc_text_select_handle_right_mtrl_light -okio.Buffer$UnsafeCursor: void close() -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_focused_z -com.jaredrummler.android.colorpicker.R$color: int abc_primary_text_disable_only_material_light -androidx.preference.R$string: int abc_menu_alt_shortcut_label -james.adaptiveicon.R$style: int Widget_AppCompat_CompoundButton_Switch -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework -okhttp3.Headers -retrofit2.RequestFactory -androidx.activity.R$styleable: int FontFamilyFont_fontWeight -androidx.constraintlayout.widget.R$layout: int abc_list_menu_item_checkbox -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeBackground -cyanogenmod.providers.CMSettings$Secure: java.lang.String APP_PERFORMANCE_PROFILES_ENABLED -com.xw.repo.bubbleseekbar.R$dimen: int compat_button_inset_vertical_material -com.google.android.material.R$styleable: int Constraint_android_layout_marginBottom -androidx.activity.R$attr: int fontWeight -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getWindDircStart() -androidx.constraintlayout.motion.widget.MotionLayout: MotionLayout(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$style: int Preference_PreferenceScreen -androidx.appcompat.resources.R$styleable: int StateListDrawable_android_enterFadeDuration -androidx.appcompat.R$styleable: int MenuItem_numericModifiers -androidx.legacy.coreutils.R$layout: int notification_action_tombstone -androidx.hilt.work.R$styleable: int FontFamilyFont_ttcIndex -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: java.lang.String type -com.google.android.material.R$styleable: int ActionBar_logo -androidx.hilt.lifecycle.R$id: int notification_background -androidx.preference.R$attr: int statusBarBackground -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String CountryCode -com.google.android.material.R$style: int Base_TextAppearance_AppCompat -wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_font -okhttp3.Cache$CacheRequestImpl$1: void close() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial -wangdaye.com.geometricweather.R$id: int notification_base_time -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void dispose() -com.google.android.material.R$styleable: int AppCompatTheme_colorBackgroundFloating -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: boolean isModifyInHour() -com.jaredrummler.android.colorpicker.R$id: int right_side -com.google.android.material.R$id: int action_context_bar -androidx.preference.R$style: int Preference_Category -com.turingtechnologies.materialscrollbar.R$attr: int behavior_hideable -com.google.android.material.button.MaterialButton: void setStrokeWidthResource(int) -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator -cyanogenmod.profiles.ConnectionSettings: cyanogenmod.profiles.ConnectionSettings fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) -com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawable_android_visible -androidx.appcompat.R$style: int TextAppearance_AppCompat_Display4 -io.reactivex.internal.observers.InnerQueuedObserver: io.reactivex.internal.fuseable.SimpleQueue queue -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getMoldDescription() -com.jaredrummler.android.colorpicker.ColorPanelView -androidx.constraintlayout.widget.ConstraintHelper: ConstraintHelper(android.content.Context,android.util.AttributeSet,int) -androidx.preference.R$styleable: int AppCompatTheme_actionBarWidgetTheme -androidx.preference.R$attr: int contentDescription -androidx.preference.R$styleable: int SearchView_defaultQueryHint -io.reactivex.internal.subscriptions.EmptySubscription: io.reactivex.internal.subscriptions.EmptySubscription valueOf(java.lang.String) -com.google.android.material.R$style: int Widget_AppCompat_Spinner -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: ObservableSequenceEqualSingle$EqualCoordinator(io.reactivex.SingleObserver,int,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiPredicate) -wangdaye.com.geometricweather.R$layout: int activity_about -cyanogenmod.externalviews.ExternalViewProviderService$1$1: java.lang.Object call() -com.bumptech.glide.integration.okhttp.R$dimen: int compat_button_padding_horizontal_material -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) -androidx.preference.R$color: int dim_foreground_disabled_material_light -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setSize(int) -androidx.constraintlayout.widget.R$style: int TextAppearance_Compat_Notification_Info -android.didikee.donate.R$color: int primary_text_default_material_dark -com.google.android.material.R$styleable: int RecyclerView_reverseLayout -wangdaye.com.geometricweather.R$layout: int preference_dropdown -androidx.hilt.lifecycle.R$id: int notification_main_column_container -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_6_00 -okhttp3.Cache: int hitCount -androidx.preference.R$color: int switch_thumb_disabled_material_light -com.google.android.material.button.MaterialButton: MaterialButton(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$attr: int iconSize -retrofit2.KotlinExtensions$suspendAndThrow$1: java.lang.Object invokeSuspend(java.lang.Object) -androidx.preference.R$styleable: int AppCompatTheme_actionOverflowButtonStyle -com.google.android.material.R$styleable: int AppBarLayoutStates_state_collapsible -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_textAppearance -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_pathMotionArc -com.bumptech.glide.integration.okhttp.R$drawable: R$drawable() -okio.BufferedSource: byte[] readByteArray() -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_anon_WITH_AES_128_CBC_SHA -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: void slideLockscreenIn() -io.reactivex.internal.util.AtomicThrowable: AtomicThrowable() -okhttp3.internal.cache.DiskLruCache$Editor: boolean done -androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_fontWeight -com.jaredrummler.android.colorpicker.R$attr: int windowMinWidthMinor -androidx.appcompat.R$dimen: int abc_text_size_menu_material -androidx.appcompat.widget.SearchView: int getPreferredWidth() -io.reactivex.Observable: io.reactivex.Maybe reduce(io.reactivex.functions.BiFunction) -androidx.constraintlayout.widget.R$attr: int mock_diagonalsColor -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onBouncerShowing(boolean) -wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWindLevel -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragmentCompat_android_dividerHeight -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: void onComplete() -wangdaye.com.geometricweather.R$attr: int itemHorizontalTranslationEnabled -james.adaptiveicon.R$attr: int switchStyle -retrofit2.http.DELETE: java.lang.String value() -wangdaye.com.geometricweather.R$styleable: int NavigationView_shapeAppearanceOverlay -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Headline -wangdaye.com.geometricweather.R$font: int product_sans_black_italic -james.adaptiveicon.R$style: int Base_Widget_AppCompat_RatingBar -androidx.preference.R$styleable: int[] DialogPreference -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored -okio.GzipSink: void write(okio.Buffer,long) -wangdaye.com.geometricweather.R$styleable: int Toolbar_contentInsetStartWithNavigation -com.google.android.material.appbar.AppBarLayout$BaseBehavior$SavedState -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Tooltip -wangdaye.com.geometricweather.R$layout: int notification_base_big -wangdaye.com.geometricweather.R$styleable: int MaterialCardView_checkedIconTint -okhttp3.Interceptor$Chain: int readTimeoutMillis() -wangdaye.com.geometricweather.R$attr: int iconEndPadding -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionButton -androidx.lifecycle.Lifecycle$Event -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: int status -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: int status -com.google.android.material.R$attr: int buttonStyleSmall -wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_android_max -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_backgroundTintMode -android.didikee.donate.R$attr: int actionBarTabBarStyle -com.turingtechnologies.materialscrollbar.R$styleable: int[] ActionMode -com.turingtechnologies.materialscrollbar.R$attr: int dropDownListViewStyle -james.adaptiveicon.R$color: int abc_tint_edittext -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Menu -androidx.transition.R$attr: int fontProviderFetchStrategy -com.google.android.material.R$attr: int lastBaselineToBottomHeight -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: void setStreet_number(java.lang.String) -androidx.constraintlayout.widget.R$id: int tag_accessibility_pane_title -com.turingtechnologies.materialscrollbar.R$styleable: int[] LinearLayoutCompat -io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiFunction,boolean) -wangdaye.com.geometricweather.R$menu -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_111 -android.didikee.donate.R$drawable: int notification_bg_low_normal -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float CarbonMonoxide -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.lang.Integer rainHazard3h -com.google.android.material.R$attr: int checkedIcon -io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: io.reactivex.internal.disposables.SequentialDisposable direct -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constrainedHeight -wangdaye.com.geometricweather.R$layout: int item_card_display -com.bumptech.glide.load.DecodeFormat: com.bumptech.glide.load.DecodeFormat valueOf(java.lang.String) -okhttp3.Authenticator$1: okhttp3.Request authenticate(okhttp3.Route,okhttp3.Response) -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ListView_DropDown -com.bumptech.glide.load.engine.GlideException: void printStackTrace(java.io.PrintStream) -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIconEndPadding -retrofit2.OptionalConverterFactory: retrofit2.Converter responseBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) -io.reactivex.Observable: io.reactivex.Observable concatDelayError(java.lang.Iterable) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getTotalPrecipitation() -androidx.lifecycle.EmptyActivityLifecycleCallbacks: EmptyActivityLifecycleCallbacks() -wangdaye.com.geometricweather.R$dimen: int mtrl_navigation_item_shape_horizontal_margin -androidx.appcompat.widget.ActivityChooserView: void setInitialActivityCount(int) -com.xw.repo.bubbleseekbar.R$attr: int dialogPreferredPadding -cyanogenmod.weather.WeatherInfo$DayForecast$1: WeatherInfo$DayForecast$1() -com.github.rahatarmanahmed.cpv.CircularProgressView: void setProgress(float) -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver(io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver) -android.didikee.donate.R$styleable: int AlertDialog_listItemLayout -com.google.android.material.textfield.TextInputLayout: android.graphics.drawable.Drawable getStartIconDrawable() -okhttp3.internal.cache.DiskLruCache$Editor: void abort() -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle -wangdaye.com.geometricweather.R$styleable: int Variant_region_widthLessThan -androidx.viewpager.R$drawable: int notification_bg -com.google.android.material.button.MaterialButton: int getTextHeight() -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item -androidx.viewpager.R$id: int notification_main_column_container -com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_verticalBias -androidx.appcompat.widget.Toolbar: int getCurrentContentInsetEnd() -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar -retrofit2.SkipCallbackExecutorImpl: SkipCallbackExecutorImpl() -com.turingtechnologies.materialscrollbar.R$attr: int state_collapsible -com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_buttonIconDimen -okhttp3.Request: okhttp3.HttpUrl url() -androidx.appcompat.R$attr: int thickness -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIconTintMode -com.google.android.material.snackbar.Snackbar$SnackbarLayout: Snackbar$SnackbarLayout(android.content.Context) -android.didikee.donate.R$id: int expanded_menu -androidx.swiperefreshlayout.R$styleable: int SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor -com.google.android.material.R$styleable: int AppCompatTheme_actionOverflowButtonStyle -wangdaye.com.geometricweather.R$string -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_PopupWindow -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.WindowManager$LayoutParams mParams -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$2: void run() -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_iconTintMode -com.google.android.material.R$attr: int hideMotionSpec -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun -cyanogenmod.platform.R$drawable: R$drawable() -androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator HOME_WAKE_SCREEN_VALIDATOR -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -com.bumptech.glide.MemoryCategory: com.bumptech.glide.MemoryCategory LOW -com.google.android.material.timepicker.ClockFaceView: ClockFaceView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$xml: int widget_clock_day_week -okio.Buffer: int read(byte[],int,int) -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_31 -wangdaye.com.geometricweather.R$layout: int dialog_running_in_background_o -com.google.android.material.button.MaterialButton: java.lang.String getA11yClassName() -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_checked -okio.Pipe: Pipe(long) -okio.BufferedSource: byte[] readByteArray(long) -androidx.work.NetworkType: androidx.work.NetworkType valueOf(java.lang.String) -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Inverse -androidx.lifecycle.extensions.R$id: int icon_group -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title -wangdaye.com.geometricweather.R$string: int path_password_eye_mask_strike_through -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem -wangdaye.com.geometricweather.R$id: int moldValue -androidx.viewpager.R$styleable: int[] GradientColor -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: io.reactivex.internal.queue.MpscLinkedQueue queue -com.jaredrummler.android.colorpicker.R$dimen: int cpv_item_horizontal_padding -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceFragmentCompatStyle -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner -com.jaredrummler.android.colorpicker.R$layout: int abc_action_menu_item_layout -cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setTodaysLow(double) -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void onSubscribe(io.reactivex.disposables.Disposable) -okhttp3.internal.cache2.Relay$RelaySource: okio.Timeout timeout() -com.bumptech.glide.integration.okhttp.R$id: int title -androidx.recyclerview.R$id: int action_container -com.turingtechnologies.materialscrollbar.R$attr: int ratingBarStyleIndicator -androidx.drawerlayout.widget.DrawerLayout: DrawerLayout(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.button.MaterialButton: android.graphics.PorterDuff$Mode getIconTintMode() -com.google.android.material.R$anim: int abc_tooltip_enter -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_goneMarginBottom -wangdaye.com.geometricweather.db.entities.AlertEntity: void setId(java.lang.Long) -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property DegreeDayTemperature -androidx.constraintlayout.widget.R$color: int material_grey_850 -androidx.coordinatorlayout.widget.CoordinatorLayout: CoordinatorLayout(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.R$styleable: int Constraint_layout_goneMarginLeft -androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_android_font -androidx.core.R$layout: int notification_template_custom_big -androidx.recyclerview.R$id: int accessibility_custom_action_6 -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property China -com.google.android.material.R$styleable: int ShapeAppearance_cornerSizeTopLeft -wangdaye.com.geometricweather.R$id: int widget_day_week_center -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: boolean isDisposed() -wangdaye.com.geometricweather.R$id: int activity_widget_config_scrollView -james.adaptiveicon.R$style: int Base_Widget_AppCompat_PopupWindow -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintGuide_begin -james.adaptiveicon.R$styleable: int Spinner_android_dropDownWidth -androidx.preference.R$anim: int btn_checkbox_to_unchecked_check_path_merged_animation -com.bumptech.glide.Registry$NoImageHeaderParserException: Registry$NoImageHeaderParserException() -com.xw.repo.bubbleseekbar.R$attr: int multiChoiceItemLayout -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintCircle -androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour: androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour MATCH_PARENT -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_BottomAppBar_Colored -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float getRain() -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintStart_toEndOf -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatSeekBar_tickMarkTintMode -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintGuide_end -wangdaye.com.geometricweather.R$layout: int notification_action -wangdaye.com.geometricweather.R$color: int abc_search_url_text_selected -io.reactivex.internal.util.NotificationLite$DisposableNotification: NotificationLite$DisposableNotification(io.reactivex.disposables.Disposable) -com.xw.repo.bubbleseekbar.R$layout: int abc_popup_menu_header_item_layout -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Body1 -com.google.android.material.R$styleable: int BottomAppBar_fabCradleRoundedCornerRadius -com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_fastScrollEnabled -com.xw.repo.bubbleseekbar.R$styleable: int ViewStubCompat_android_id -com.turingtechnologies.materialscrollbar.R$attr: int contentPaddingRight -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Day_Today -wangdaye.com.geometricweather.R$color: int abc_background_cache_hint_selector_material_dark -com.google.android.material.R$styleable: int FloatingActionButton_backgroundTint -cyanogenmod.hardware.CMHardwareManager: int FEATURE_DISPLAY_GAMMA_CALIBRATION -androidx.constraintlayout.widget.R$attr: int listPreferredItemHeight -wangdaye.com.geometricweather.remoteviews.config.Hilt_MultiCityWidgetConfigActivity: Hilt_MultiCityWidgetConfigActivity() -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title -com.google.android.material.R$id: int mtrl_motion_snapshot_view -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.Observer downstream -com.google.android.material.R$styleable: int ActionBar_homeLayout -cyanogenmod.providers.DataUsageContract: java.lang.String CONTENT_TYPE -com.google.gson.internal.LinkedTreeMap: void removeInternal(com.google.gson.internal.LinkedTreeMap$Node,boolean) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: MfForecastResult$DailyForecast() -wangdaye.com.geometricweather.R$id: int dialog_weather_hourly_title -com.google.android.material.R$attr: int showTitle -com.google.android.material.R$layout: int material_radial_view_group -com.google.gson.FieldNamingPolicy: java.lang.String separateCamelCase(java.lang.String,java.lang.String) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: void setTemperature(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX) -androidx.recyclerview.R$styleable: int GradientColor_android_tileMode -androidx.lifecycle.ComputableLiveData: java.lang.Object compute() -androidx.hilt.lifecycle.R$id: int tag_accessibility_clickable_spans -com.turingtechnologies.materialscrollbar.R$attr: int title -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_RINGTONE -androidx.loader.R$id: int forever -cyanogenmod.app.IProfileManager: cyanogenmod.app.Profile getProfile(android.os.ParcelUuid) -com.google.android.material.R$id: int ignore -com.google.android.material.R$attr: int layout_constraintLeft_creator -okhttp3.Cache: int hitCount() -wangdaye.com.geometricweather.db.entities.AlertEntity: java.util.Date getDate() -wangdaye.com.geometricweather.R$styleable: int MenuView_android_windowAnimationStyle -okhttp3.internal.connection.StreamAllocation: java.net.Socket releaseIfNoNewStreams() -androidx.hilt.R$styleable: int FragmentContainerView_android_tag -com.jaredrummler.android.colorpicker.R$style: int Base_Animation_AppCompat_DropDownUp -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_id -okhttp3.HttpUrl$Builder: boolean isDotDot(java.lang.String) -wangdaye.com.geometricweather.db.entities.HistoryEntity: void setId(java.lang.Long) -androidx.dynamicanimation.R$id: int info -retrofit2.BuiltInConverters$VoidResponseBodyConverter: retrofit2.BuiltInConverters$VoidResponseBodyConverter INSTANCE -androidx.preference.R$styleable: int ActionBarLayout_android_layout_gravity -cyanogenmod.power.IPerformanceManager: int getNumberOfProfiles() -james.adaptiveicon.R$styleable: int SearchView_submitBackground -com.google.android.material.R$styleable: int AppCompatTextView_lineHeight -com.turingtechnologies.materialscrollbar.R$attr: int hideMotionSpec -wangdaye.com.geometricweather.R$drawable: int notif_temp_128 -com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_selector_background_transition_holo_dark -okhttp3.OkHttpClient: java.net.Proxy proxy() -retrofit2.Retrofit$Builder -androidx.loader.R$id -cyanogenmod.profiles.AirplaneModeSettings$1: java.lang.Object createFromParcel(android.os.Parcel) -okhttp3.HttpUrl: boolean isHttps() -android.didikee.donate.R$attr: int actionModeSplitBackground -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_62 -wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar: void setMinutelyList(java.util.List) -wangdaye.com.geometricweather.R$id: int appBar -androidx.appcompat.R$styleable: int ActionBar_contentInsetStartWithNavigation -com.jaredrummler.android.colorpicker.R$attr: int actionModeSplitBackground -okhttp3.internal.http.RealInterceptorChain: java.util.List interceptors -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: boolean val$visible -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String pm10 -okhttp3.internal.http1.Http1Codec$FixedLengthSource: long bytesRemaining -okhttp3.internal.cache.DiskLruCache$Entry: java.io.File[] cleanFiles -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_SearchView_ActionBar -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintEnd_toStartOf -cyanogenmod.profiles.StreamSettings: int describeContents() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int so2 -wangdaye.com.geometricweather.R$styleable: int Transition_duration -androidx.recyclerview.R$dimen: int notification_subtext_size -com.xw.repo.bubbleseekbar.R$attr: int listMenuViewStyle -com.jaredrummler.android.colorpicker.R$layout: int preference_dropdown -cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status REJECTED -okhttp3.Credentials: Credentials() -androidx.activity.R$styleable: int ColorStateListItem_android_color -androidx.vectordrawable.animated.R$color: int notification_action_color_filter -androidx.preference.R$color: int material_blue_grey_950 -retrofit2.adapter.rxjava2.CallExecuteObservable$CallDisposable -com.google.android.material.R$attr: int layout_constraintHeight_min -cyanogenmod.app.CustomTile$ExpandedStyle -androidx.hilt.R$styleable: int[] GradientColorItem -androidx.constraintlayout.widget.R$attr: int autoSizeMaxTextSize -okhttp3.internal.http2.Hpack$Writer: void insertIntoDynamicTable(okhttp3.internal.http2.Header) -okio.RealBufferedSource: int read(byte[]) -com.google.android.material.R$attr: int actionModeCutDrawable -androidx.recyclerview.R$attr: int fastScrollVerticalThumbDrawable -cyanogenmod.externalviews.KeyguardExternalView$9: cyanogenmod.externalviews.KeyguardExternalView this$0 -android.didikee.donate.R$style: int Base_Animation_AppCompat_DropDownUp -com.turingtechnologies.materialscrollbar.R$style: int Platform_MaterialComponents -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onKeyguardShowing(boolean) -com.google.android.material.chip.Chip: void setChipText(java.lang.CharSequence) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle -androidx.lifecycle.ClassesInfoCache: int CALL_TYPE_NO_ARG -okio.AsyncTimeout: java.io.IOException newTimeoutException(java.io.IOException) -com.google.android.material.R$attr: int thumbRadius -com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Light_Dialog -okhttp3.internal.http2.Http2: okio.ByteString CONNECTION_PREFACE -cyanogenmod.app.Profile$DozeMode: int DISABLE -android.didikee.donate.R$styleable: int Toolbar_titleMarginBottom -okhttp3.internal.ws.RealWebSocket$Message: okio.ByteString data -com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_fontWeight -com.turingtechnologies.materialscrollbar.R$attr: int layout_scrollInterpolator -androidx.recyclerview.R$dimen: int compat_button_padding_horizontal_material -wangdaye.com.geometricweather.R$styleable: int ActionBarLayout_android_layout_gravity -com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity -androidx.lifecycle.extensions.R$color: R$color() -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored -androidx.preference.R$styleable: int AppCompatTheme_homeAsUpIndicator -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_android_baselineAligned -androidx.preference.R$anim: int abc_slide_in_top -wangdaye.com.geometricweather.R$styleable: int Motion_pathMotionArc -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: boolean isDisposed() -wangdaye.com.geometricweather.R$dimen: int abc_action_bar_overflow_padding_end_material -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_15 -androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: void setSupportBackgroundTintList(android.content.res.ColorStateList) -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_goneMarginEnd -androidx.preference.R$attr: int toolbarStyle -okhttp3.internal.http2.Hpack$Writer: void writeHeaders(java.util.List) -com.google.android.material.progressindicator.ProgressIndicator: void setIndicatorCornerRadius(int) -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit FT -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: int index -com.xw.repo.bubbleseekbar.R$color: int foreground_material_light -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Humidity: MfForecastResult$DailyForecast$Humidity() -wangdaye.com.geometricweather.R$attr: int textAppearanceBody1 -com.google.android.material.floatingactionbutton.FloatingActionButton: void setSize(int) -com.jaredrummler.android.colorpicker.R$dimen: int compat_control_corner_material -androidx.constraintlayout.widget.R$styleable: int[] AlertDialog -com.xw.repo.bubbleseekbar.R$id: int notification_main_column_container -okhttp3.internal.cache.CacheInterceptor: okhttp3.internal.cache.InternalCache cache -wangdaye.com.geometricweather.R$id: int activity_alert_recyclerView -androidx.preference.R$style: int Widget_AppCompat_Light_SearchView -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintStart_toEndOf -cyanogenmod.providers.CMSettings$Secure$2: boolean validate(java.lang.String) -androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_spinBars -okio.Buffer$UnsafeCursor: int start -androidx.vectordrawable.R$color: int secondary_text_default_material_light -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: java.util.Map groups -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_year_corner -com.bumptech.glide.integration.okhttp.R$dimen: R$dimen() -okio.SegmentPool: SegmentPool() -wangdaye.com.geometricweather.R$string: int content_desc_weather_icon -okhttp3.internal.ws.WebSocketProtocol: int B0_FLAG_RSV1 -com.google.android.material.R$style: int TextAppearance_AppCompat_Caption -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_getCurrentLiveLockScreen -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light_Dialog_MinWidth -androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat_Light -androidx.legacy.coreutils.R$drawable: int notification_bg_low -io.reactivex.Observable: io.reactivex.Observable retryWhen(io.reactivex.functions.Function) -wangdaye.com.geometricweather.R$attr: int tabIconTintMode -wangdaye.com.geometricweather.R$animator: int mtrl_fab_show_motion_spec -com.jaredrummler.android.colorpicker.R$color: int bright_foreground_inverse_material_light -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_Chip -okhttp3.internal.cache2.Relay$RelaySource: okio.Timeout timeout -retrofit2.ParameterHandler$Headers: void apply(retrofit2.RequestBuilder,java.lang.Object) -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: io.reactivex.disposables.Disposable upstream -com.bumptech.glide.R$id: int end -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeTotalPrecipitationProbability -com.xw.repo.bubbleseekbar.R$id: int shortcut -com.bumptech.glide.integration.okhttp.R$attr: int layout_insetEdge -androidx.lifecycle.ProcessLifecycleOwner: void attach(android.content.Context) -com.turingtechnologies.materialscrollbar.R$style: int Platform_V25_AppCompat_Light -com.google.android.material.R$attr: int paddingRightSystemWindowInsets -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: java.lang.String CountryID -wangdaye.com.geometricweather.R$attr: int backgroundColor -cyanogenmod.profiles.RingModeSettings: void readFromParcel(android.os.Parcel) -wangdaye.com.geometricweather.R$attr: int actionMenuTextColor -cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode mLightsMode -com.google.gson.stream.JsonWriter: java.lang.String indent -androidx.fragment.R$id: int async -okhttp3.internal.platform.Platform: void logCloseableLeak(java.lang.String,java.lang.Object) -com.google.android.material.navigation.NavigationView: void setItemTextAppearance(int) -okio.GzipSink: void writeFooter() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: java.util.List value -com.jaredrummler.android.colorpicker.R$styleable: int FontFamily_fontProviderFetchTimeout -androidx.appcompat.R$string: int abc_searchview_description_clear -retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: void onNext(java.lang.Object) -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: boolean delayErrors -james.adaptiveicon.R$drawable: int abc_ic_commit_search_api_mtrl_alpha -com.jaredrummler.android.colorpicker.R$dimen: int preference_icon_minWidth -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver inner -wangdaye.com.geometricweather.R$style: int Widget_Design_FloatingActionButton -okhttp3.internal.http2.Http2Writer: void ping(boolean,int,int) -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: boolean done -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_TabView -wangdaye.com.geometricweather.db.entities.LocationEntity: boolean china -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Menu -okhttp3.Response$Builder: okhttp3.Response$Builder header(java.lang.String,java.lang.String) -com.xw.repo.bubbleseekbar.R$attr: int contentInsetLeft -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Inverse -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Title -androidx.hilt.R$color -com.google.android.material.R$dimen: int mtrl_low_ripple_focused_alpha -okio.Okio: java.util.logging.Logger logger -com.xw.repo.bubbleseekbar.R$attr: int textAllCaps -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_min -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ListMenuView -wangdaye.com.geometricweather.background.polling.basic.AwakeForegroundUpdateService -androidx.appcompat.widget.Toolbar: void setTitleMarginEnd(int) -androidx.preference.R$dimen: int abc_config_prefDialogWidth -android.didikee.donate.R$drawable: int abc_btn_check_to_on_mtrl_015 -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void request(long) -androidx.work.R$style: int TextAppearance_Compat_Notification -com.xw.repo.bubbleseekbar.R$styleable: int[] LinearLayoutCompat -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void run() -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_26 -com.google.android.material.R$attr: int snackbarStyle -androidx.preference.R$style: int Base_Theme_AppCompat_Dialog_MinWidth -androidx.preference.R$styleable: int ActionBar_homeAsUpIndicator -wangdaye.com.geometricweather.R$string: int feedback_ignore_battery_optimizations_content -io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(int,io.reactivex.Scheduler) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_android_windowAnimationStyle -com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleMarginStart -com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: void clear() -android.didikee.donate.R$attr: int actionBarWidgetTheme -androidx.work.R$dimen: int compat_button_inset_vertical_material -io.reactivex.Observable: io.reactivex.Observable delay(io.reactivex.functions.Function) -androidx.transition.R$id: int notification_main_column -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_android_background -com.jaredrummler.android.colorpicker.R$string: int search_menu_title -com.google.android.material.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_Switch -com.google.android.material.R$styleable: int AppCompatTheme_colorControlHighlight -com.turingtechnologies.materialscrollbar.R$attr: int actionMenuTextAppearance -androidx.constraintlayout.widget.R$dimen: int highlight_alpha_material_dark -cyanogenmod.weatherservice.ServiceRequestResult$Builder: ServiceRequestResult$Builder(java.util.List) -james.adaptiveicon.R$styleable: int AppCompatTheme_actionOverflowMenuStyle -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_maxWidth -androidx.appcompat.R$attr: int tickMarkTintMode -okhttp3.OkHttpClient$Builder: int readTimeout -com.google.android.material.R$attr: int passwordToggleTint -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setOverlay(java.lang.String) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX getTemperature() -androidx.constraintlayout.widget.R$color: int abc_primary_text_material_dark -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_menu_selectall_mtrl_alpha -androidx.appcompat.widget.ContentFrameLayout: ContentFrameLayout(android.content.Context) -androidx.legacy.coreutils.R$styleable: int FontFamilyFont_ttcIndex -com.xw.repo.bubbleseekbar.R$attr: int windowMinWidthMinor -retrofit2.OkHttpCall: retrofit2.Call clone() -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_lunar -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Speed: int UnitType -com.google.android.material.R$styleable: int KeyCycle_transitionPathRotate -cyanogenmod.providers.ThemesContract$ThemesColumns: android.net.Uri CONTENT_URI -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_requireAdaptiveBacklightForSunlightEnhancement -com.xw.repo.BubbleSeekBar: void setProgress(float) -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Metric Metric -wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_translationX -androidx.vectordrawable.R$dimen: int compat_button_inset_vertical_material -wangdaye.com.geometricweather.R$color: int mtrl_indicator_text_color -com.google.android.material.R$styleable: int KeyPosition_pathMotionArc -wangdaye.com.geometricweather.common.ui.widgets.TagView -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: int bufferSize -androidx.appcompat.R$styleable: int TextAppearance_textLocale -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: CNWeatherResult$Life$Info() -wangdaye.com.geometricweather.R$id: int grassIcon -wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_elevation -com.google.android.material.circularreveal.cardview.CircularRevealCardView: void setRevealInfo(com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo) -androidx.constraintlayout.widget.R$style: int AlertDialog_AppCompat_Light -com.jaredrummler.android.colorpicker.R$color: int bright_foreground_inverse_material_dark -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_fontVariationSettings -wangdaye.com.geometricweather.main.dialogs.BackgroundLocationDialog -androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customFloatValue -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_Layout_android_layout_width -io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: boolean isDisposed() -com.jaredrummler.android.colorpicker.R$styleable: int MultiSelectListPreference_entries -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String weatherSource -androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_fontFamily -cyanogenmod.weather.CMWeatherManager: cyanogenmod.weather.ICMWeatherManager getService() -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: io.reactivex.disposables.Disposable upstream -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: long serialVersionUID -androidx.appcompat.R$styleable: int AppCompatTheme_switchStyle -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: void setIndicatorColor(int) -androidx.vectordrawable.animated.R$layout: int custom_dialog -cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: void cancelRequest(int) -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setBootanimation(java.lang.String) -com.google.android.material.R$id: int title -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String windDircEnd -androidx.constraintlayout.widget.R$attr: int actionBarDivider -cyanogenmod.app.ILiveLockScreenChangeListener$Stub$Proxy: java.lang.String getInterfaceDescriptor() -com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.reflect.Type[] typeArguments -wangdaye.com.geometricweather.R$drawable: int notif_temp_130 -james.adaptiveicon.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight -androidx.appcompat.widget.AppCompatSpinner$SavedState -com.xw.repo.bubbleseekbar.R$layout: int abc_tooltip -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_ratingBarStyle -com.google.android.material.R$styleable: int AppCompatTheme_tooltipFrameBackground -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner -wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree getDaytimeWindDegree() -com.xw.repo.bubbleseekbar.R$string: int status_bar_notification_info_overflow -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: void setStatus(int) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarSize -okhttp3.internal.tls.OkHostnameVerifier: java.util.List getSubjectAltNames(java.security.cert.X509Certificate,int) -androidx.appcompat.R$id: int icon_group -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setRealFeelTemperature(java.lang.Integer) -com.github.rahatarmanahmed.cpv.R$attr: int cpv_indeterminate -com.google.android.material.R$attr: int actionBarSize -com.google.android.material.R$attr: int chipIconVisible -com.google.android.material.R$anim -com.google.android.material.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable -androidx.coordinatorlayout.R$styleable: int GradientColor_android_type -com.google.android.material.R$attr: int layout_constraintHorizontal_weight -wangdaye.com.geometricweather.R$style: int CardView -com.turingtechnologies.materialscrollbar.R$color: int material_blue_grey_950 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Metric: int UnitType -com.google.android.material.R$styleable: int Transform_android_translationZ -wangdaye.com.geometricweather.R$attr: int drawable_res_on -wangdaye.com.geometricweather.R$styleable: int MaterialButton_shapeAppearanceOverlay -com.jaredrummler.android.colorpicker.R$id: int contentPanel -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_41 -com.turingtechnologies.materialscrollbar.R$color: int abc_tint_edittext -androidx.appcompat.R$styleable: int Spinner_popupTheme -cyanogenmod.profiles.StreamSettings: StreamSettings(int) -wangdaye.com.geometricweather.db.entities.LocationEntityDao: wangdaye.com.geometricweather.db.entities.LocationEntity readEntity(android.database.Cursor,int) -com.turingtechnologies.materialscrollbar.R$styleable: R$styleable() -androidx.activity.R$drawable: int notification_tile_bg -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_14 -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver -okhttp3.CookieJar -com.google.android.material.chip.ChipGroup: void setSingleSelection(boolean) -com.turingtechnologies.materialscrollbar.R$styleable: int ForegroundLinearLayout_foregroundInsidePadding -com.google.android.material.R$id: int accessibility_custom_action_7 -james.adaptiveicon.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common -com.jaredrummler.android.colorpicker.ColorPickerView: int getSliderTrackerColor() -com.google.android.material.R$attr: int expanded -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_queryBackground -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Metric Metric -androidx.core.R$id: int chronometer -androidx.drawerlayout.R$id: int right_icon -androidx.preference.R$styleable: int MenuItem_android_numericShortcut -wangdaye.com.geometricweather.R$attr: int toolbarNavigationButtonStyle -com.google.android.material.R$styleable: int AppBarLayout_android_keyboardNavigationCluster -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary TemperatureSummary -wangdaye.com.geometricweather.R$styleable: int Constraint_android_scaleX -androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory: androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory sInstance -cyanogenmod.externalviews.KeyguardExternalView: java.lang.String CATEGORY_KEYGUARD_GRANT_PERMISSION -com.google.android.material.R$style: int ShapeAppearance_MaterialComponents_LargeComponent -com.google.android.material.navigation.NavigationView: void setItemIconSize(int) -cyanogenmod.themes.IThemeService$Stub$Proxy: void requestThemeChange(cyanogenmod.themes.ThemeChangeRequest,boolean) -com.google.android.material.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated -okhttp3.TlsVersion: TlsVersion(java.lang.String,int,java.lang.String) -cyanogenmod.platform.R$attr -androidx.appcompat.R$styleable: int SearchView_queryHint -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: HistoryEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) -james.adaptiveicon.R$attr: int tooltipForegroundColor -com.google.gson.stream.JsonWriter: java.lang.String deferredName -cyanogenmod.weatherservice.ServiceRequestResult: ServiceRequestResult(android.os.Parcel,cyanogenmod.weatherservice.ServiceRequestResult$1) -com.google.android.material.floatingactionbutton.FloatingActionButton: com.google.android.material.animation.MotionSpec getShowMotionSpec() -wangdaye.com.geometricweather.R$font: int product_sans_medium_italic -androidx.transition.R$id: int ghost_view_holder -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Speed -com.jaredrummler.android.colorpicker.R$drawable: int abc_list_divider_mtrl_alpha -com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge -wangdaye.com.geometricweather.common.basic.models.weather.Weather -com.google.gson.internal.$Gson$Types$WildcardTypeImpl: java.lang.reflect.Type lowerBound -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: boolean checkTerminated(boolean,boolean,org.reactivestreams.Subscriber,java.util.concurrent.atomic.AtomicReference) -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_fixed_height_minor -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_DrawerArrowToggle -okhttp3.internal.connection.RealConnection: boolean isHealthy(boolean) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getWindLevel() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_7 -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: boolean cancelled -james.adaptiveicon.R$color: int material_grey_50 -androidx.preference.R$style: int Widget_AppCompat_SeekBar -okhttp3.internal.http2.Settings: int set -androidx.recyclerview.widget.RecyclerView: void suppressLayout(boolean) -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_processThemeResources -androidx.constraintlayout.widget.R$drawable: int abc_ic_menu_overflow_material -com.google.android.material.R$dimen: int mtrl_calendar_days_of_week_height -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: void setValue(java.util.List) -wangdaye.com.geometricweather.R$attr: int layout_editor_absoluteX -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeCloudCover(java.lang.Integer) -androidx.preference.R$layout: int abc_tooltip -wangdaye.com.geometricweather.R$drawable: int notif_temp_22 -com.google.android.material.R$attr: int itemShapeAppearanceOverlay -androidx.lifecycle.Transformations$2: void onChanged(java.lang.Object) -james.adaptiveicon.R$style: int Base_Widget_AppCompat_PopupMenu -okhttp3.Cache$CacheRequestImpl: void abort() -com.google.android.material.R$style: int Animation_Design_BottomSheetDialog -com.google.android.material.R$dimen: int mtrl_badge_long_text_horizontal_padding -androidx.constraintlayout.widget.R$styleable: int KeyPosition_percentY -wangdaye.com.geometricweather.R$attr: int windowMinWidthMajor -james.adaptiveicon.R$style: int Base_V23_Theme_AppCompat -androidx.appcompat.R$styleable: int Toolbar_maxButtonHeight -com.bumptech.glide.R$style: int TextAppearance_Compat_Notification -androidx.customview.R$styleable: int GradientColor_android_type -androidx.work.R$id: int tag_transition_group -androidx.dynamicanimation.R$attr: int fontProviderQuery -com.xw.repo.bubbleseekbar.R$string: int abc_prepend_shortcut_label -cyanogenmod.weather.WeatherInfo: java.util.List getForecasts() -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_shadowColor -okio.Source -androidx.appcompat.R$color: int secondary_text_default_material_dark -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_default -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Toolbar -wangdaye.com.geometricweather.R$array: int speed_unit_values -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse -wangdaye.com.geometricweather.R$id: int activity_chooser_view_content -androidx.hilt.R$attr: int fontProviderAuthority -com.xw.repo.bubbleseekbar.R$styleable: int[] FontFamily -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_8 -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown -androidx.vectordrawable.animated.R$dimen: int notification_action_icon_size -cyanogenmod.app.Profile$ExpandedDesktopMode: int DEFAULT -io.reactivex.internal.subscriptions.EmptySubscription: void complete(org.reactivestreams.Subscriber) -androidx.preference.R$style: int Widget_Support_CoordinatorLayout -okhttp3.Address: okhttp3.Dns dns -wangdaye.com.geometricweather.R$drawable: int notif_temp_84 -okhttp3.OkHttpClient: okhttp3.internal.tls.CertificateChainCleaner certificateChainCleaner -wangdaye.com.geometricweather.db.entities.AlertEntity: long time -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_TextView_SpinnerItem -androidx.dynamicanimation.R$id: int normal -com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_anim_swoop_duration -okhttp3.RequestBody$2 -androidx.transition.R$style: int Widget_Compat_NotificationActionContainer -androidx.appcompat.R$integer: int status_bar_notification_info_maxnum -okhttp3.internal.http2.Http2Connection$ReaderRunnable$3: okhttp3.internal.http2.Http2Connection$ReaderRunnable this$1 -cyanogenmod.app.CustomTile$ExpandedStyle: int REMOTE_STYLE -io.reactivex.internal.observers.DeferredScalarDisposable: java.lang.Object poll() -com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu -okhttp3.internal.ws.WebSocketWriter: okhttp3.internal.ws.WebSocketWriter$FrameSink frameSink -androidx.preference.R$drawable: int abc_btn_default_mtrl_shape -androidx.preference.R$styleable: int SearchView_android_maxWidth -james.adaptiveicon.R$styleable: int SwitchCompat_thumbTintMode -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle -com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_arrowShaftLength -retrofit2.Platform: java.util.List defaultCallAdapterFactories(java.util.concurrent.Executor) -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_subtitle_material_toolbar -com.google.android.material.R$attr: int cornerSize -androidx.appcompat.R$attr: int singleChoiceItemLayout -cyanogenmod.app.CMStatusBarManager: cyanogenmod.app.CMStatusBarManager sCMStatusBarManagerInstance -androidx.fragment.R$styleable: int GradientColor_android_centerY -com.jaredrummler.android.colorpicker.R$attr: int cpv_colorPresets -androidx.preference.R$styleable: int[] AppCompatSeekBar -io.reactivex.internal.operators.observable.ObserverResourceWrapper: void onComplete() -androidx.preference.R$attr: int colorPrimary -androidx.appcompat.R$id: int notification_main_column_container -okhttp3.internal.http2.Http2Reader$ContinuationSource: void readContinuationHeader() -com.jaredrummler.android.colorpicker.R$attr: int textAppearanceSearchResultTitle -com.google.android.material.R$styleable: int[] View -androidx.lifecycle.extensions.R$styleable: int GradientColor_android_startY -com.google.android.material.R$style: int Theme_AppCompat_DayNight_Dialog -androidx.legacy.coreutils.R$dimen: int notification_subtext_size -okio.GzipSource: long read(okio.Buffer,long) -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: void onNext(java.lang.Object) -com.google.android.material.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog -androidx.fragment.R$styleable: int FontFamilyFont_android_ttcIndex -cyanogenmod.weather.WeatherLocation$Builder: cyanogenmod.weather.WeatherLocation$Builder setPostalCode(java.lang.String) -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: long serialVersionUID -wangdaye.com.geometricweather.R$id: int blocking -wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit valueOf(java.lang.String) -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog -com.google.android.material.R$styleable: int TextInputLayout_passwordToggleEnabled -cyanogenmod.weather.CMWeatherManager$1$1: void run() -wangdaye.com.geometricweather.R$color: int primary_material_dark -wangdaye.com.geometricweather.R$string: int material_timepicker_hour -androidx.hilt.R$drawable: int notify_panel_notification_icon_bg -com.google.android.material.R$dimen: int mtrl_tooltip_arrowSize -okhttp3.internal.io.FileSystem: void deleteContents(java.io.File) -androidx.coordinatorlayout.R$id: int accessibility_custom_action_15 -okio.RealBufferedSink: java.io.OutputStream outputStream() -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_rotationY -com.google.android.material.R$styleable: int Toolbar_subtitleTextAppearance -com.google.android.material.bottomappbar.BottomAppBar: void setCradleVerticalOffset(float) -androidx.appcompat.resources.R$style: int TextAppearance_Compat_Notification_Time -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: void setWeathercn(java.lang.String) -com.google.android.material.R$dimen: int mtrl_shape_corner_size_small_component -androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$State getStateAfter(androidx.lifecycle.Lifecycle$Event) -androidx.core.app.ComponentActivity -androidx.constraintlayout.widget.R$styleable: int ActionBarLayout_android_layout_gravity -com.google.android.material.R$styleable: int Constraint_layout_constraintBaseline_toBaselineOf -com.jaredrummler.android.colorpicker.R$attr: int queryHint -androidx.viewpager2.R$styleable: int RecyclerView_reverseLayout -wangdaye.com.geometricweather.R$drawable: int abc_edit_text_material -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Display3 -com.google.android.material.R$anim: int btn_checkbox_to_unchecked_check_path_merged_animation -android.didikee.donate.R$attr: int listPreferredItemHeight -androidx.fragment.R$color -androidx.recyclerview.R$attr: int fastScrollVerticalTrackDrawable -com.google.android.material.R$attr: int foregroundInsidePadding -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_53 -androidx.preference.R$id: int action_bar_root -androidx.recyclerview.R$drawable: int notification_bg_low -com.google.android.material.R$attr: int layout_constraintVertical_chainStyle -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_borderlessButtonStyle -wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding -wangdaye.com.geometricweather.R$id: int container_main_pollen -androidx.preference.R$attr: int actionModeFindDrawable -androidx.fragment.R$styleable: int FontFamilyFont_android_fontStyle -androidx.lifecycle.ServiceLifecycleDispatcher: void onServicePreSuperOnDestroy() -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: boolean isDisposed() -retrofit2.ParameterHandler$QueryName -okio.InflaterSource: InflaterSource(okio.BufferedSource,java.util.zip.Inflater) -cyanogenmod.profiles.BrightnessSettings$1 -com.google.android.material.floatingactionbutton.FloatingActionButton: void setImageDrawable(android.graphics.drawable.Drawable) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_ratingBarStyleIndicator -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit KPH -org.greenrobot.greendao.AbstractDaoMaster: AbstractDaoMaster(org.greenrobot.greendao.database.Database,int) -io.reactivex.Observable: io.reactivex.Observable buffer(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,int,java.util.concurrent.Callable,boolean) -com.turingtechnologies.materialscrollbar.R$attr: int paddingBottomNoButtons -james.adaptiveicon.R$attr: int listPreferredItemPaddingLeft -com.google.android.material.R$attr: int popupWindowStyle -androidx.fragment.R$layout: R$layout() -android.didikee.donate.R$attr: int switchStyle -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: int wip -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void innerNext(io.reactivex.internal.observers.InnerQueuedObserver,java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customBoolean -com.turingtechnologies.materialscrollbar.R$attr: int color -androidx.activity.R$id: int italic -com.google.android.material.R$style: int Base_Widget_AppCompat_Spinner -cyanogenmod.providers.CMSettings$System: float getFloat(android.content.ContentResolver,java.lang.String) -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_Button -androidx.appcompat.widget.ActionMenuView: void setExpandedActionViewsExclusive(boolean) -wangdaye.com.geometricweather.R$id: int activity_widget_config_wall -okhttp3.internal.http2.Http2Writer: okio.Buffer hpackBuffer -wangdaye.com.geometricweather.settings.dialogs.AnimatableIconDialog: AnimatableIconDialog() -james.adaptiveicon.R$styleable: int RecycleListView_paddingTopNoTitle -androidx.appcompat.R$styleable: int SwitchCompat_showText -wangdaye.com.geometricweather.db.entities.DailyEntity: void setUvLevel(java.lang.String) -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Medium_Inverse -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX$InfoX -androidx.recyclerview.widget.RecyclerView: void removeOnItemTouchListener(androidx.recyclerview.widget.RecyclerView$OnItemTouchListener) -androidx.customview.R$layout: int notification_template_custom_big -android.didikee.donate.R$attr: int elevation -androidx.customview.R$styleable: int ColorStateListItem_android_alpha -androidx.viewpager.R$styleable: int GradientColor_android_endY -androidx.constraintlayout.widget.R$id: int right_side -okio.HashingSink: void write(okio.Buffer,long) -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabMaxWidth -cyanogenmod.providers.CMSettings$Secure: java.lang.String ADVANCED_MODE -androidx.fragment.R$dimen: int notification_small_icon_background_padding -cyanogenmod.providers.CMSettings$Secure$1: java.lang.String mDelimiter -com.google.android.material.R$attr: int fabCradleVerticalOffset -com.google.android.material.R$color: int design_fab_stroke_top_outer_color -wangdaye.com.geometricweather.R$id: int month_title -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilityRain -wangdaye.com.geometricweather.R$styleable: int BottomAppBar_paddingBottomSystemWindowInsets -androidx.vectordrawable.R$id: int tag_accessibility_actions -com.jaredrummler.android.colorpicker.R$styleable: int MenuGroup_android_visible -okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.ErrorCode errorCode -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_Icon -com.google.android.material.bottomnavigation.BottomNavigationView: android.content.res.ColorStateList getItemRippleColor() -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver -com.jaredrummler.android.colorpicker.R$dimen: int abc_seekbar_track_background_height_material -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation -com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_seekBarIncrement -wangdaye.com.geometricweather.R$id: int dialog_location_help_providerContainer -androidx.appcompat.R$style: int TextAppearance_AppCompat_Subhead -com.xw.repo.bubbleseekbar.R$attr: int buttonBarStyle -com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_subMenuArrow -androidx.constraintlayout.widget.R$attr: int titleMargins -retrofit2.converter.gson.GsonRequestBodyConverter: GsonRequestBodyConverter(com.google.gson.Gson,com.google.gson.TypeAdapter) -androidx.preference.R$attr: int allowStacking -wangdaye.com.geometricweather.R$attr: int colorSecondaryVariant -androidx.transition.R$styleable: int GradientColor_android_startColor -wangdaye.com.geometricweather.remoteviews.trend.TrendLinearLayout: void setColor(boolean) -cyanogenmod.app.Profile$DozeMode: int DEFAULT -james.adaptiveicon.AdaptiveIconView: AdaptiveIconView(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.R$attr: int closeIconEndPadding -wangdaye.com.geometricweather.R$bool: int enable_system_foreground_service_default -com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse -androidx.appcompat.R$anim: R$anim() -wangdaye.com.geometricweather.R$dimen: int mtrl_fab_translation_z_hovered_focused -com.jaredrummler.android.colorpicker.R$styleable: int[] ActionMenuView -androidx.preference.R$styleable: int[] ListPopupWindow -androidx.appcompat.R$attr: int listLayout -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory -com.google.android.material.R$attr: int suffixText -wangdaye.com.geometricweather.R$layout: int mtrl_calendar_month -wangdaye.com.geometricweather.R$id: int decelerateAndComplete -com.xw.repo.bubbleseekbar.R$color: int material_blue_grey_900 -androidx.legacy.coreutils.R$integer: R$integer() -com.google.android.material.R$attr: int flow_maxElementsWrap -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_verticalStyle -com.google.android.material.R$styleable: int Layout_layout_goneMarginRight -com.google.android.material.R$attr: int badgeGravity -wangdaye.com.geometricweather.R$attr: int backgroundInsetStart -com.google.android.material.floatingactionbutton.FloatingActionButton: void setRippleColor(android.content.res.ColorStateList) -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintGuide_end -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_2_30 -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Caption -wangdaye.com.geometricweather.db.entities.AlertEntity: void setColor(int) -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: io.reactivex.functions.BiFunction resultSelector -com.turingtechnologies.materialscrollbar.R$attr: int divider -retrofit2.converter.gson.GsonRequestBodyConverter: com.google.gson.Gson gson -com.google.android.material.R$dimen: int default_dimension -wangdaye.com.geometricweather.R$dimen: int abc_text_size_body_1_material -com.google.android.material.R$styleable: int ActionMenuItemView_android_minWidth -wangdaye.com.geometricweather.R$drawable: int tooltip_frame_light -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Precipitation: java.lang.Float cumul24H -androidx.viewpager2.R$styleable: int GradientColor_android_startY -wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_android_summaryOff -androidx.preference.R$style: int Base_Animation_AppCompat_Dialog -cyanogenmod.themes.ThemeManager: cyanogenmod.themes.IThemeService getService() -wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit: java.lang.String getRelativeHumidityText(float) -androidx.appcompat.R$style: int Theme_AppCompat_DayNight_Dialog_Alert -okhttp3.internal.ws.RealWebSocket: java.util.Random random -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: io.reactivex.internal.disposables.ArrayCompositeDisposable resources -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWindDegree -okhttp3.internal.ws.RealWebSocket: boolean close(int,java.lang.String,long) -androidx.preference.R$style: int Base_V7_Theme_AppCompat_Dialog -androidx.preference.R$anim: int fragment_close_enter -com.google.android.material.R$style: int Base_DialogWindowTitleBackground_AppCompat -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_thumb_radius -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub$Proxy: IWeatherServiceProviderChangeListener$Stub$Proxy(android.os.IBinder) -androidx.drawerlayout.R$styleable: int FontFamily_fontProviderCerts -wangdaye.com.geometricweather.R$styleable: int Toolbar_collapseContentDescription -com.turingtechnologies.materialscrollbar.R$styleable: int[] AppCompatTextView -androidx.coordinatorlayout.R$layout: int notification_template_part_chronometer -androidx.constraintlayout.widget.Placeholder: android.view.View getContent() -wangdaye.com.geometricweather.R$drawable: int indicator -okhttp3.internal.http2.Hpack: okio.ByteString checkLowercase(okio.ByteString) -wangdaye.com.geometricweather.R$color: int accent_material_light -androidx.lifecycle.ReflectiveGenericLifecycleObserver -james.adaptiveicon.R$style: int Widget_AppCompat_TextView_SpinnerItem -android.didikee.donate.R$id: int action_container -wangdaye.com.geometricweather.settings.fragments.ServiceProviderSettingsFragment -androidx.cardview.R$color: int cardview_shadow_start_color -androidx.constraintlayout.widget.R$dimen: int abc_text_size_title_material -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_pressedTranslationZ -io.reactivex.internal.operators.observable.ObservableGroupBy$State: java.util.concurrent.atomic.AtomicBoolean cancelled -wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_animSwoopDuration -androidx.constraintlayout.widget.R$styleable: int[] MotionHelper -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_NULL_SHA -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: void onNext(java.lang.Object) -okhttp3.CacheControl$Builder: boolean onlyIfCached -android.support.v4.os.ResultReceiver$MyResultReceiver: ResultReceiver$MyResultReceiver(android.support.v4.os.ResultReceiver) -io.reactivex.Observable: io.reactivex.Observable scan(io.reactivex.functions.BiFunction) -com.bumptech.glide.integration.okhttp.R$attr: int fontWeight -cyanogenmod.app.ThemeVersion$ThemeVersionImpl3 -com.google.android.material.R$dimen: int abc_disabled_alpha_material_dark -wangdaye.com.geometricweather.R$drawable: int notif_temp_83 -okhttp3.internal.ws.WebSocketWriter$FrameSink: okio.Timeout timeout() -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Empty -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeRainPrecipitationProbability() -cyanogenmod.weather.ICMWeatherManager$Stub: int TRANSACTION_updateWeather_0 -com.bumptech.glide.R$layout: int notification_template_icon_group -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorPrimary -james.adaptiveicon.R$attr: int searchHintIcon -cyanogenmod.app.ILiveLockScreenChangeListener: void onLiveLockScreenChanged(cyanogenmod.app.LiveLockScreenInfo) -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: io.reactivex.functions.BiFunction combiner -okhttp3.MediaType: java.util.regex.Pattern TYPE_SUBTYPE -com.bumptech.glide.R$color: int secondary_text_default_material_light -androidx.constraintlayout.widget.R$styleable: int[] FontFamilyFont -io.reactivex.internal.observers.DeferredScalarObserver: void dispose() -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_SearchResult -com.google.android.material.R$dimen: int notification_top_pad -androidx.constraintlayout.widget.R$dimen: int compat_notification_large_icon_max_height -androidx.constraintlayout.widget.R$styleable: int[] AnimatedStateListDrawableItem -wangdaye.com.geometricweather.R$layout: int item_alert -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dropDownListViewStyle -wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_android_switchTextOn -io.reactivex.internal.util.NotificationLite: io.reactivex.internal.util.NotificationLite COMPLETE -androidx.lifecycle.FullLifecycleObserverAdapter: androidx.lifecycle.LifecycleEventObserver mLifecycleEventObserver -wangdaye.com.geometricweather.R$styleable: int[] AppBarLayout_Layout -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight -com.xw.repo.bubbleseekbar.R$color: int button_material_dark -android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceListItemSmall -androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_textFontWeight -com.google.android.material.behavior.SwipeDismissBehavior: void setListener(com.google.android.material.behavior.SwipeDismissBehavior$OnDismissListener) -androidx.appcompat.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String INSTALL_STATE -androidx.hilt.R$dimen: int notification_action_icon_size -okio.DeflaterSink: okio.Timeout timeout() -james.adaptiveicon.R$dimen -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int BLUSTERY -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_deriveConstraintsFrom -wangdaye.com.geometricweather.R$color: int design_error -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: DailyTrendItemView(android.content.Context) -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void innerError(java.lang.Throwable) -androidx.fragment.R$color: R$color() -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle -com.jaredrummler.android.colorpicker.R$id: int topPanel -cyanogenmod.app.CustomTile$ExpandedListItem: CustomTile$ExpandedListItem() -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_passwordToggleContentDescription -androidx.constraintlayout.widget.R$styleable: int MenuView_subMenuArrow -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setTemperature(int) -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework -io.reactivex.Observable: io.reactivex.Observable throttleLatest(long,java.util.concurrent.TimeUnit) -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_ActionBar_Primary -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: int getNumGammaControls() -james.adaptiveicon.R$styleable: int ActionBar_indeterminateProgressStyle -android.didikee.donate.R$drawable: int abc_ic_star_half_black_36dp -androidx.coordinatorlayout.R$id: R$id() -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.Integer bulletinCote -cyanogenmod.hardware.ICMHardwareService: int getThermalState() -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void onNext(java.lang.Object) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle -androidx.hilt.lifecycle.R$attr: int fontProviderQuery -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_thumb_radius -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: boolean val$visible -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHeight_percent -androidx.appcompat.widget.SwitchCompat: void setThumbTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: java.lang.String pressure -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: AccuDailyResult$DailyForecasts$Night() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_49 -com.jaredrummler.android.colorpicker.R$style: int Preference_PreferenceScreen -wangdaye.com.geometricweather.R$attr: int msb_rightToLeft -com.turingtechnologies.materialscrollbar.R$layout: int notification_template_icon_group -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onDetachedFromWindow() -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_motionTarget -com.google.android.material.R$styleable: int LinearLayoutCompat_measureWithLargestChild -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.lang.Integer snowHazard3h -com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_animDuration -wangdaye.com.geometricweather.R$id: int item_trend_daily -androidx.cardview.widget.CardView: void setCardBackgroundColor(android.content.res.ColorStateList) -androidx.legacy.coreutils.R$attr: int fontProviderFetchTimeout -okio.BufferedSink: okio.BufferedSink write(byte[]) -okio.Segment: void compact() -android.didikee.donate.R$styleable: int Toolbar_subtitleTextColor -wangdaye.com.geometricweather.R$attr: int colorAccent -com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_tileMode -retrofit2.adapter.rxjava2.BodyObservable: io.reactivex.Observable upstream -com.google.android.material.R$layout: int mtrl_calendar_month -james.adaptiveicon.R$id: int default_activity_button -androidx.recyclerview.R$id: int accessibility_custom_action_22 -okhttp3.MultipartBody -io.reactivex.Observable: io.reactivex.Observable filter(io.reactivex.functions.Predicate) -com.xw.repo.bubbleseekbar.R$attr: int radioButtonStyle -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Direction -com.google.android.material.R$color: int highlighted_text_material_light -wangdaye.com.geometricweather.R$styleable: int KeyPosition_transitionEasing -androidx.fragment.R$dimen: int compat_notification_large_icon_max_height -androidx.lifecycle.LiveData$ObserverWrapper: androidx.lifecycle.Observer mObserver -wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_shadow_height -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textColorAlertDialogListItem -androidx.coordinatorlayout.R$id: int accessibility_custom_action_17 -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_firstVerticalBias -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPopupWindowStyle -com.jaredrummler.android.colorpicker.R$id: int src_in -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_NoActionBar -com.google.android.material.R$styleable: int ShapeableImageView_shapeAppearanceOverlay -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getPm10() -com.google.android.material.circularreveal.cardview.CircularRevealCardView: CircularRevealCardView(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$styleable: int Constraint_android_layout_marginLeft -androidx.appcompat.R$style: int TextAppearance_AppCompat_Body1 -androidx.constraintlayout.widget.R$dimen: int notification_right_icon_size -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: void onError(java.lang.Throwable) -cyanogenmod.providers.CMSettings$System: java.lang.String CALL_RECORDING_FORMAT -cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_getCurrentLiveLockScreen -androidx.legacy.coreutils.R$dimen: int notification_action_text_size -cyanogenmod.externalviews.ExternalView$2: android.graphics.Rect val$clipRect -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void innerComplete(int) -com.google.android.material.R$layout: int abc_action_bar_up_container -com.google.android.material.R$styleable: int AppCompatTheme_colorButtonNormal -androidx.constraintlayout.widget.ConstraintLayout: int getMinHeight() -com.jaredrummler.android.colorpicker.R$attr: int progressBarStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setStatus(int) -com.bumptech.glide.integration.okhttp.R$drawable: int notification_bg_normal -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver -com.github.rahatarmanahmed.cpv.CircularProgressView: CircularProgressView(android.content.Context,android.util.AttributeSet,int) -androidx.appcompat.R$attr: int displayOptions -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_Slider -com.google.gson.internal.LinkedTreeMap: void clear() -io.reactivex.Observable: io.reactivex.Observable window(long) -com.google.android.material.appbar.ViewOffsetBehavior: ViewOffsetBehavior(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_icon_2 -androidx.constraintlayout.widget.R$id: int actions -androidx.preference.R$attr: int alpha -com.jaredrummler.android.colorpicker.R$anim: int abc_slide_out_bottom -wangdaye.com.geometricweather.R$array: int temperature_units -cyanogenmod.weather.CMWeatherManager$1: cyanogenmod.weather.CMWeatherManager this$0 -wangdaye.com.geometricweather.R$styleable: int MaterialButton_iconSize -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_ws -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Small_Inverse -wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle CITIES -com.xw.repo.bubbleseekbar.R$attr: int actionModeCopyDrawable -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: MfForecastV2Result$ForecastProperties$ForecastV2() -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void clear() -com.turingtechnologies.materialscrollbar.R$styleable: int Spinner_android_entries -okhttp3.MultipartBody$Builder: okhttp3.MediaType type -wangdaye.com.geometricweather.db.entities.DailyEntityDao: DailyEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) -androidx.appcompat.resources.R$layout -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int MIXED_RAIN_AND_SNOW -okhttp3.internal.tls.DistinguishedNameParser: int cur -androidx.constraintlayout.helper.widget.Layer: void setScaleY(float) -cyanogenmod.app.CMTelephonyManager: boolean isDataConnectionEnabled() -wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit[] values() -com.google.android.material.transformation.ExpandableTransformationBehavior -androidx.constraintlayout.widget.R$attr: int isLightTheme -androidx.appcompat.R$attr: int subtitleTextColor -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle -cyanogenmod.externalviews.ExternalView: void onActivitySaveInstanceState(android.app.Activity,android.os.Bundle) -androidx.vectordrawable.animated.R$id: int forever -androidx.constraintlayout.widget.R$styleable: int KeyCycle_transitionPathRotate -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_CompoundButton_Switch -cyanogenmod.hardware.DisplayMode$1: DisplayMode$1() -com.google.android.material.R$styleable: int Layout_layout_constrainedHeight -androidx.coordinatorlayout.R$drawable: int notification_bg_low -io.reactivex.internal.observers.DeferredScalarObserver: DeferredScalarObserver(io.reactivex.Observer) -com.google.android.material.R$attr: int tabPadding -wangdaye.com.geometricweather.R$drawable: int ic_exercise -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_placeholder_placeholder_emptyVisibility -androidx.appcompat.R$attr: int actionBarStyle -james.adaptiveicon.R$style: int Widget_AppCompat_DrawerArrowToggle -androidx.preference.R$drawable: int abc_tab_indicator_mtrl_alpha -wangdaye.com.geometricweather.R$string: int daytime -retrofit2.Response: okhttp3.Headers headers() -android.didikee.donate.R$style: int Widget_AppCompat_ActionBar_TabView -wangdaye.com.geometricweather.R$attr: int startIconTint -androidx.core.R$layout: int notification_template_part_chronometer -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_startX -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_rotation -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: CaiYunMainlyResult$CurrentBean() -okhttp3.internal.platform.JdkWithJettyBootPlatform: void configureTlsExtensions(javax.net.ssl.SSLSocket,java.lang.String,java.util.List) -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_CompoundButton_Switch -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonBarButtonStyle -androidx.constraintlayout.widget.ConstraintHelper: ConstraintHelper(android.content.Context) -wangdaye.com.geometricweather.R$string: int key_notification_hide_icon -cyanogenmod.hardware.CMHardwareManager: int FEATURE_THERMAL_MONITOR -androidx.activity.R$styleable: int FontFamilyFont_android_ttcIndex -com.google.android.material.datepicker.DateValidatorPointBackward: android.os.Parcelable$Creator CREATOR -androidx.transition.R$dimen: int compat_button_padding_vertical_material -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Body2 -androidx.lifecycle.LifecycleDispatcher: java.util.concurrent.atomic.AtomicBoolean sInitialized -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_week_4 -cyanogenmod.themes.ThemeManager$1$1: cyanogenmod.themes.ThemeManager$1 this$1 -okhttp3.internal.platform.Jdk9Platform: java.lang.reflect.Method setProtocolMethod -androidx.constraintlayout.widget.R$layout: int abc_cascading_menu_item_layout -wangdaye.com.geometricweather.R$drawable: int notif_temp_94 -androidx.lifecycle.extensions.R$id: int tag_accessibility_pane_title -androidx.appcompat.R$styleable: int GradientColorItem_android_offset -com.google.android.material.R$drawable: int abc_btn_borderless_material -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_height -wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_drawableTop -com.google.android.material.R$attr: int minSeparation -cyanogenmod.platform.Manifest$permission: java.lang.String MANAGE_PERSISTENT_STORAGE -james.adaptiveicon.R$attr: int subMenuArrow -okhttp3.internal.platform.JdkWithJettyBootPlatform: java.lang.Class clientProviderClass -androidx.constraintlayout.widget.R$styleable: int Constraint_android_minHeight -okhttp3.internal.ws.RealWebSocket$2: void onResponse(okhttp3.Call,okhttp3.Response) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Maximum: AccuDailyResult$DailyForecasts$Temperature$Maximum() -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void innerError(java.lang.Throwable) -android.support.v4.app.INotificationSideChannel$Default: void notify(java.lang.String,int,java.lang.String,android.app.Notification) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX temperature -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Imperial: double Value -androidx.appcompat.R$attr: int switchTextAppearance -androidx.appcompat.resources.R$id: int accessibility_custom_action_20 -com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary -com.google.android.material.R$styleable: int ShapeableImageView_strokeWidth -androidx.hilt.work.R$styleable: int FontFamily_fontProviderQuery -androidx.appcompat.R$styleable: int AppCompatTheme_panelBackground -com.jaredrummler.android.colorpicker.R$color: int dim_foreground_material_light -com.google.android.material.R$style: int Base_MaterialAlertDialog_MaterialComponents_Title_Text -com.xw.repo.bubbleseekbar.R$attr: int contentInsetStartWithNavigation -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorControlNormal -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: void onNext(java.lang.Object) -com.bumptech.glide.integration.okhttp.R$style: int Widget_Support_CoordinatorLayout -okio.ByteString: okio.ByteString toAsciiUppercase() -androidx.constraintlayout.widget.R$dimen: int tooltip_corner_radius -androidx.lifecycle.extensions.R$styleable: int GradientColor_android_tileMode -wangdaye.com.geometricweather.R$drawable: int abc_list_longpressed_holo -okhttp3.internal.http2.Http2Connection$1: okhttp3.internal.http2.Http2Connection this$0 -okhttp3.HttpUrl: HttpUrl(okhttp3.HttpUrl$Builder) -com.turingtechnologies.materialscrollbar.R$color: int dim_foreground_disabled_material_light -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String AUTHOR -james.adaptiveicon.R$layout: int abc_search_dropdown_item_icons_2line -androidx.recyclerview.widget.RecyclerView: boolean isLayoutSuppressed() -com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableCompat_android_dither -androidx.fragment.R$styleable: int FontFamily_fontProviderFetchTimeout -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX getWind() -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver parent -retrofit2.KotlinExtensions$suspendAndThrow$$inlined$suspendCoroutineUninterceptedOrReturn$lambda$1: void run() -wangdaye.com.geometricweather.R$string: int action_about -com.google.android.material.R$styleable: int ActionBar_popupTheme -wangdaye.com.geometricweather.R$attr: int textStartPadding -com.google.android.material.R$styleable: int[] ForegroundLinearLayout -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_ratingBarStyleSmall -androidx.hilt.work.R$attr: int fontProviderAuthority -androidx.appcompat.R$style: int Widget_AppCompat_SearchView_ActionBar -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Inverse -cyanogenmod.profiles.BrightnessSettings$1: java.lang.Object[] newArray(int) -retrofit2.ParameterHandler$RawPart: void apply(retrofit2.RequestBuilder,okhttp3.MultipartBody$Part) -wangdaye.com.geometricweather.R$styleable: int[] DrawerLayout -wangdaye.com.geometricweather.R$color: int notification_icon_bg_color -com.google.gson.FieldNamingPolicy$5: java.lang.String translateName(java.lang.reflect.Field) -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title -okhttp3.internal.http2.Http2Reader$ContinuationSource: short padding -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: io.reactivex.internal.fuseable.SimplePlainQueue getOrCreateQueue() -androidx.appcompat.widget.Toolbar: void setNavigationIcon(int) -com.google.android.material.R$id: int snackbar_action -wangdaye.com.geometricweather.R$dimen: int abc_control_inset_material -com.google.android.material.R$styleable: int Constraint_android_scaleY -okhttp3.internal.ws.RealWebSocket: boolean pong(okio.ByteString) -com.google.gson.stream.JsonScope: int NONEMPTY_ARRAY -androidx.appcompat.R$attr: int spinnerStyle -okhttp3.ConnectionPool$1 -com.google.android.material.R$drawable: int abc_popup_background_mtrl_mult -androidx.lifecycle.ViewModel: void clear() -cyanogenmod.profiles.ConnectionSettings: int CM_MODE_4G -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintStart_toStartOf -androidx.appcompat.R$id: int content -androidx.hilt.R$id: int accessibility_custom_action_16 -androidx.appcompat.R$attr: int hideOnContentScroll -retrofit2.SkipCallbackExecutorImpl: java.lang.annotation.Annotation[] ensurePresent(java.lang.annotation.Annotation[]) -com.google.android.material.R$string: int icon_content_description -org.greenrobot.greendao.identityscope.IdentityScopeType: org.greenrobot.greendao.identityscope.IdentityScopeType Session -okhttp3.internal.cache.DiskLruCache: void close() -cyanogenmod.app.suggest.ApplicationSuggestion$1: ApplicationSuggestion$1() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX: java.util.List getBrands() -wangdaye.com.geometricweather.R$drawable: int btn_radio_on_mtrl -android.didikee.donate.R$styleable: int AppCompatTheme_seekBarStyle -com.google.android.material.R$attr: int prefixTextColor -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_wrapMode -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: long serialVersionUID -androidx.appcompat.widget.SwitchCompat: void setThumbDrawable(android.graphics.drawable.Drawable) -com.google.android.material.R$style: int Widget_AppCompat_DropDownItem_Spinner -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Metric -wangdaye.com.geometricweather.R$attr: int shouldDisableView -androidx.lifecycle.Lifecycling: Lifecycling() -androidx.viewpager2.R$dimen: int notification_action_text_size -okhttp3.Cookie: boolean hostOnly -androidx.appcompat.R$styleable: int ActionBar_contentInsetStart -wangdaye.com.geometricweather.R$id: int src_in -wangdaye.com.geometricweather.R$attr: int statusBarScrim -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setShrinkMotionSpecResource(int) -com.xw.repo.bubbleseekbar.R$attr: int editTextBackground -androidx.constraintlayout.widget.R$styleable: int KeyPosition_percentHeight -com.google.android.material.progressindicator.ProgressIndicator -wangdaye.com.geometricweather.R$id: int action_settings -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: java.lang.String info -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeRainPrecipitationProbability(java.lang.Float) -androidx.dynamicanimation.R$styleable: int FontFamilyFont_font -androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerView$RecycledViewPool getRecycledViewPool() -androidx.vectordrawable.R$styleable: int ColorStateListItem_android_alpha -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_105 -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_contentInsetStartWithNavigation -io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: java.lang.Object poll() -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer degreeDayTemperature -com.turingtechnologies.materialscrollbar.R$dimen: int notification_small_icon_size_as_large -com.google.android.material.bottomappbar.BottomAppBar: void setSubtitle(java.lang.CharSequence) -androidx.appcompat.R$styleable: int RecycleListView_paddingBottomNoButtons -cyanogenmod.weather.WeatherLocation: int hashCode() -androidx.preference.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge -androidx.preference.R$attr: int fontFamily -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView: int getMarginTop() -androidx.coordinatorlayout.R$styleable: int[] ColorStateListItem -wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_yearTodayStyle -com.google.android.material.R$attr: int altSrc -androidx.appcompat.R$styleable: int DrawerArrowToggle_thickness -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: ExternalViewProviderService$Provider$ProviderImpl(cyanogenmod.externalviews.ExternalViewProviderService$Provider,cyanogenmod.externalviews.ExternalViewProviderService$Provider) -okio.Base64: byte[] URL_MAP -retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback: java.util.concurrent.CompletableFuture future -retrofit2.ParameterHandler$PartMap: retrofit2.Converter valueConverter -wangdaye.com.geometricweather.R$drawable: int ic_launcher_background -wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_2 -androidx.appcompat.R$color: int material_grey_300 -android.support.v4.os.IResultReceiver$Default: void send(int,android.os.Bundle) -androidx.activity.R$id: int accessibility_custom_action_12 -wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayDetailsWidgetConfigActivity: Hilt_ClockDayDetailsWidgetConfigActivity() -com.bumptech.glide.R$id: int actions -androidx.preference.R$styleable: int ActionBar_background -wangdaye.com.geometricweather.R$attr: int behavior_saveFlags -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_defaultValue -io.reactivex.Observable: io.reactivex.Observable window(long,long,int) -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$Geometry -wangdaye.com.geometricweather.R$drawable: int abc_ic_star_half_black_36dp -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor[] values() -com.jaredrummler.android.colorpicker.R$attr: int widgetLayout -androidx.appcompat.resources.R$styleable: int FontFamilyFont_font -androidx.appcompat.resources.R$id: int actions -okhttp3.Cache$CacheResponseBody$1 -wangdaye.com.geometricweather.R$attr: int allowStacking -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_37 -wangdaye.com.geometricweather.R$id: int widget_day_week_week_5 -cyanogenmod.themes.ThemeManager$ThemeChangeListener -james.adaptiveicon.R$styleable: int SwitchCompat_switchTextAppearance -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_icon_vertical_padding_material -androidx.work.R$styleable: int GradientColorItem_android_color -androidx.hilt.work.R$id: int tag_unhandled_key_event_manager -retrofit2.RequestFactory$Builder: java.util.regex.Pattern PARAM_URL_REGEX -androidx.hilt.work.R$id: int accessibility_custom_action_4 -okio.InflaterSource: long read(okio.Buffer,long) -com.google.android.material.R$attr: int percentX -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -okio.BufferedSource: int read(byte[],int,int) -wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition: wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition[] values() -com.google.android.material.R$dimen: int abc_panel_menu_list_width -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedEmitLast: long serialVersionUID -wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_2 -com.google.android.material.bottomnavigation.BottomNavigationPresenter$SavedState -okhttp3.Challenge: java.lang.String toString() -androidx.recyclerview.R$styleable: int FontFamily_fontProviderQuery -androidx.constraintlayout.widget.R$interpolator -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void innerClose(boolean,io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver) -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: java.util.concurrent.locks.Lock lock -androidx.lifecycle.ClassesInfoCache: int CALL_TYPE_PROVIDER -androidx.preference.R$drawable: int abc_list_divider_material -okhttp3.internal.http2.Http2Writer: okio.BufferedSink sink -com.jaredrummler.android.colorpicker.R$id: int title_template -wangdaye.com.geometricweather.R$id: int widget_week_temp_5 -james.adaptiveicon.R$attr: int fontStyle -com.turingtechnologies.materialscrollbar.R$attr: int titleTextAppearance -androidx.viewpager2.widget.ViewPager2: int getItemDecorationCount() -okhttp3.RequestBody$1: okio.ByteString val$content -androidx.core.R$id: int italic -io.reactivex.Observable: io.reactivex.disposables.Disposable forEachWhile(io.reactivex.functions.Predicate,io.reactivex.functions.Consumer,io.reactivex.functions.Action) -androidx.hilt.lifecycle.R$string: int status_bar_notification_info_overflow -com.turingtechnologies.materialscrollbar.R$styleable: int CardView_contentPaddingTop -com.xw.repo.bubbleseekbar.R$styleable: int[] ButtonBarLayout -com.google.android.material.stateful.ExtendableSavedState -android.didikee.donate.R$styleable: int AppCompatTextView_drawableRightCompat -cyanogenmod.weatherservice.WeatherProviderService: void onRequestCancelled(cyanogenmod.weatherservice.ServiceRequest) -com.google.android.material.R$id: int decelerate -android.didikee.donate.R$dimen: int abc_seekbar_track_background_height_material -cyanogenmod.app.CMContextConstants: java.lang.String CM_TELEPHONY_MANAGER_SERVICE -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void onError(java.lang.Throwable) -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_go_search_api_material -cyanogenmod.providers.CMSettings$Secure: long getLongForUser(android.content.ContentResolver,java.lang.String,int) -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintGuide_percent -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen -com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity -cyanogenmod.app.suggest.ApplicationSuggestion$1: java.lang.Object[] newArray(int) -com.bumptech.glide.load.engine.GlideException: GlideException(java.lang.String) -androidx.hilt.R$styleable: int FontFamilyFont_android_ttcIndex -com.google.android.material.R$dimen: int compat_button_inset_vertical_material -cyanogenmod.providers.WeatherContract$WeatherColumns: android.net.Uri CONTENT_URI -wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_box_stroke_width_default -androidx.preference.R$bool: int abc_action_bar_embed_tabs -com.xw.repo.bubbleseekbar.R$attr: int actionModePasteDrawable -androidx.appcompat.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_iconifiedByDefault -androidx.appcompat.R$attr: int actionViewClass -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List alertEntityList -androidx.constraintlayout.widget.R$dimen: int notification_subtext_size -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView: void setHistogramAlpha(float) -androidx.transition.R$string: R$string() -com.google.android.material.R$styleable: int ConstraintLayout_placeholder_placeholder_emptyVisibility -com.jaredrummler.android.colorpicker.R$attr: int windowActionBarOverlay -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float getRain() -cyanogenmod.hardware.CMHardwareManager: int getNumGammaControls() -androidx.vectordrawable.animated.R$id: int async -androidx.recyclerview.R$attr: int fontProviderQuery -com.google.android.material.R$styleable: int CollapsingToolbarLayout_titleEnabled -com.google.android.material.floatingactionbutton.FloatingActionButton: android.graphics.PorterDuff$Mode getSupportImageTintMode() -androidx.preference.R$dimen: int abc_text_size_body_1_material -wangdaye.com.geometricweather.common.rxjava.BaseObserver: BaseObserver() -wangdaye.com.geometricweather.R$string: int key_widget_clock_day_vertical -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$LocalSource: java.lang.String WeatherCode -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableStartCompat -wangdaye.com.geometricweather.R$styleable: int Transition_layoutDuringTransition -androidx.appcompat.R$id: int screen -androidx.viewpager.R$layout: int notification_action -com.google.android.material.chip.ChipGroup: void setShowDividerVertical(int) -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: long serialVersionUID -androidx.preference.R$attr: int panelMenuListTheme -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: android.graphics.Rect getWindowInsets() -io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable: ObservablePublish$InnerDisposable(io.reactivex.Observer) -wangdaye.com.geometricweather.R$drawable: int notif_temp_75 -cyanogenmod.os.Build: Build() -androidx.preference.R$drawable: int notification_bg_normal -james.adaptiveicon.R$drawable: int abc_tab_indicator_material -wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_backgroundOverlayColorAlpha -androidx.loader.R$id: int notification_main_column -com.turingtechnologies.materialscrollbar.R$color: int material_deep_teal_500 -james.adaptiveicon.R$styleable: int AppCompatTextView_fontFamily -com.google.android.material.bottomappbar.BottomAppBar: BottomAppBar(android.content.Context) -wangdaye.com.geometricweather.R$styleable: int[] MaterialCalendarItem -cyanogenmod.weather.WeatherLocation -com.google.android.material.R$style: int Base_V21_Theme_MaterialComponents_Light -wangdaye.com.geometricweather.R$string: int abc_shareactionprovider_share_with -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarSize -okio.Buffer: okio.Buffer copyTo(okio.Buffer,long,long) -com.jaredrummler.android.colorpicker.R$style: int Base_V7_Theme_AppCompat_Dialog -androidx.preference.R$dimen: int tooltip_margin -okhttp3.Cookie$Builder: Cookie$Builder() -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl build() -com.google.android.material.R$dimen: int design_bottom_navigation_item_min_width -androidx.preference.R$attr: int submitBackground -wangdaye.com.geometricweather.R$style: int Preference_SwitchPreference_Material -com.github.rahatarmanahmed.cpv.CircularProgressView$3 -cyanogenmod.app.Profile: java.lang.String TAG -androidx.multidex.MultiDexExtractor$ExtractedDex: long crc -androidx.appcompat.widget.ActionBarContextView: void setCustomView(android.view.View) -com.turingtechnologies.materialscrollbar.R$dimen: int notification_large_icon_width -android.didikee.donate.R$string: int abc_searchview_description_submit -androidx.recyclerview.R$id: int accessibility_custom_action_2 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange Past6HourRange -com.google.android.material.R$style: int Base_Widget_MaterialComponents_AutoCompleteTextView -androidx.constraintlayout.widget.R$styleable: int GradientColor_android_type -cyanogenmod.app.LiveLockScreenInfo$Builder: int mPriority -wangdaye.com.geometricweather.R$styleable: int MaterialCardView_state_dragged -androidx.appcompat.R$styleable: int AppCompatTheme_actionBarSplitStyle -okhttp3.internal.http2.Huffman$Node: Huffman$Node(int,int) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle -wangdaye.com.geometricweather.R$attr: int percentX -io.reactivex.internal.subscriptions.BasicIntQueueSubscription: boolean offer(java.lang.Object,java.lang.Object) -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon -com.xw.repo.bubbleseekbar.R$color: int abc_hint_foreground_material_light -io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: boolean isDisposed() -androidx.constraintlayout.widget.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 -wangdaye.com.geometricweather.R$attr: int moveWhenScrollAtTop -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs: AtmoAuraQAResult$MultiDaysIndexs() -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse -com.google.android.material.slider.Slider: android.content.res.ColorStateList getTickActiveTintList() -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: java.lang.Object item -androidx.appcompat.R$attr: int windowFixedHeightMinor -androidx.constraintlayout.motion.widget.MotionLayout: void setState(androidx.constraintlayout.motion.widget.MotionLayout$TransitionState) -androidx.preference.R$attr: int autoSizeStepGranularity -com.bumptech.glide.R$dimen: int notification_subtext_size -androidx.appcompat.widget.AppCompatEditText -com.google.android.material.R$id: int notification_main_column -com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawableItem_android_drawable -cyanogenmod.content.Intent: java.lang.String ACTION_PROTECTED -androidx.appcompat.widget.AppCompatImageButton -androidx.swiperefreshlayout.R$dimen: R$dimen() -com.google.android.material.R$dimen: int design_fab_translation_z_pressed -androidx.constraintlayout.widget.R$dimen: int abc_disabled_alpha_material_light -wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Error -com.google.android.material.R$attr: int counterMaxLength -io.reactivex.Observable: io.reactivex.Observable doOnEach(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer,io.reactivex.functions.Action,io.reactivex.functions.Action) -cyanogenmod.weatherservice.IWeatherProviderService: void processWeatherUpdateRequest(cyanogenmod.weather.RequestInfo) -james.adaptiveicon.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar -androidx.recyclerview.widget.RecyclerView: void setLayoutTransition(android.animation.LayoutTransition) -android.didikee.donate.R$attr: int contentInsetStartWithNavigation -io.reactivex.Observable: io.reactivex.Observable distinct(io.reactivex.functions.Function) -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: io.reactivex.functions.Function mapper -androidx.constraintlayout.widget.R$styleable: int Toolbar_titleMargin -wangdaye.com.geometricweather.R$attr: int radioButtonStyle -io.reactivex.internal.util.NotificationLite: java.lang.Object next(java.lang.Object) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Metric: double Value -androidx.appcompat.R$dimen: int abc_select_dialog_padding_start_material -okhttp3.ConnectionSpec: java.util.List cipherSuites() -okhttp3.internal.http2.PushObserver$1: boolean onRequest(int,java.util.List) -wangdaye.com.geometricweather.R$attr: int tabPaddingTop -io.reactivex.Observable: io.reactivex.Observable startWith(java.lang.Iterable) -androidx.constraintlayout.widget.R$id: int parentPanel -com.jaredrummler.android.colorpicker.R$layout: int select_dialog_item_material -android.didikee.donate.R$style: int Animation_AppCompat_DropDownUp -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_verticalBias -wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List dailyForecast -com.turingtechnologies.materialscrollbar.R$id: int ghost_view -wangdaye.com.geometricweather.R$string: int feedback_enable_location_information -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: ObservableFlatMapSingle$FlatMapSingleObserver(io.reactivex.Observer,io.reactivex.functions.Function,boolean) -com.google.android.material.textfield.TextInputLayout: void setErrorContentDescription(java.lang.CharSequence) -cyanogenmod.app.ILiveLockScreenManagerProvider -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Caption -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Dialog_FixedSize -cyanogenmod.themes.ThemeChangeRequest: java.util.Map mPerAppOverlays -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_maxWidth -com.turingtechnologies.materialscrollbar.R$layout: int design_layout_snackbar_include -android.didikee.donate.R$dimen: int abc_text_size_menu_header_material -androidx.preference.R$styleable: int SearchView_commitIcon -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Direction Direction -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: io.reactivex.Observer downstream -androidx.preference.R$styleable: int AppCompatTextView_drawableRightCompat -wangdaye.com.geometricweather.R$styleable: int[] SwipeRefreshLayout -com.github.rahatarmanahmed.cpv.CircularProgressView: void onSizeChanged(int,int,int,int) -cyanogenmod.weather.RequestInfo: int getTemperatureUnit() -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceGroup_orderingFromXml -androidx.constraintlayout.widget.R$attr: int maxWidth -com.google.gson.stream.JsonReader: void skipQuotedValue(char) -androidx.lifecycle.AndroidViewModel: AndroidViewModel(android.app.Application) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer treeLevel -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeSnowPrecipitation -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Caption -com.google.android.material.textfield.TextInputEditText: TextInputEditText(android.content.Context,android.util.AttributeSet,int) -androidx.preference.R$attr: int actionModeWebSearchDrawable -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int CLEAR_NIGHT -android.didikee.donate.R$layout: int abc_list_menu_item_checkbox -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void unregisterCallback(cyanogenmod.externalviews.IKeyguardExternalViewCallbacks) -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_5_00 -io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver -com.google.android.material.R$attr: int materialTimePickerTheme -io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: void onComplete() -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float Lead -wangdaye.com.geometricweather.R$string: int date_format_long -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_item_min_width -androidx.constraintlayout.helper.widget.Layer -com.google.android.material.R$attr: int textAppearanceHeadline3 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Metric -com.google.android.material.R$drawable: int abc_ic_voice_search_api_material -com.google.android.material.R$color: int design_fab_shadow_start_color -com.jaredrummler.android.colorpicker.R$dimen: int highlight_alpha_material_colored -wangdaye.com.geometricweather.R$attr: int collapsedTitleGravity -com.bumptech.glide.R$layout: int notification_template_part_time -com.google.android.material.R$attr: int scrimAnimationDuration -wangdaye.com.geometricweather.R$drawable: int notif_temp_21 -wangdaye.com.geometricweather.R$string: int resident_location -androidx.transition.R$id: int notification_main_column_container -com.google.android.material.R$attr: int boxStrokeWidthFocused -wangdaye.com.geometricweather.R$drawable: int ic_temperature_fahrenheit -wangdaye.com.geometricweather.R$attr: int listDividerAlertDialog -androidx.viewpager2.widget.ViewPager2: void setPageTransformer(androidx.viewpager2.widget.ViewPager2$PageTransformer) -okhttp3.Headers$Builder: okhttp3.Headers$Builder add(java.lang.String,java.util.Date) -james.adaptiveicon.R$style: int Base_Animation_AppCompat_Tooltip -wangdaye.com.geometricweather.R$string: int precipitation -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: java.util.List phenomenonsItems -okhttp3.internal.Util -androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_layout_behavior -wangdaye.com.geometricweather.R$style: int TestStyleWithoutLineHeight -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeSplitBackground -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Imperial Imperial -wangdaye.com.geometricweather.R$id: int material_timepicker_mode_button -com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_singleLine -cyanogenmod.app.Profile: cyanogenmod.profiles.RingModeSettings getRingMode() -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeTotalPrecipitation -wangdaye.com.geometricweather.R$attr: int cpv_previewSize -com.turingtechnologies.materialscrollbar.R$dimen: int abc_disabled_alpha_material_dark -wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialog_backgroundInsetEnd -com.jaredrummler.android.colorpicker.R$color: int bright_foreground_material_light -okhttp3.internal.cache.DiskLruCache: void rebuildJournal() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Direction Direction -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_backgroundStacked -okhttp3.EventListener$2 -wangdaye.com.geometricweather.R$string: int key_notification_background_color -okio.RealBufferedSink: okio.BufferedSink write(byte[],int,int) -androidx.constraintlayout.widget.R$color: int material_grey_600 -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_CompoundButton_RadioButton -androidx.fragment.R$styleable: int FontFamily_fontProviderAuthority -wangdaye.com.geometricweather.R$style: int CardView_Light -androidx.viewpager.R$color: R$color() -androidx.constraintlayout.widget.R$attr: int mock_labelBackgroundColor -wangdaye.com.geometricweather.R$styleable: int OnClick_clickAction -okio.Buffer$2: int available() -cyanogenmod.weather.CMWeatherManager$RequestStatus: CMWeatherManager$RequestStatus() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Snow: java.lang.String Unit -androidx.coordinatorlayout.R$id: int blocking -androidx.hilt.R$dimen: int notification_big_circle_margin -androidx.drawerlayout.R$styleable: int GradientColor_android_tileMode -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeRainPrecipitationProbability() -wangdaye.com.geometricweather.R$attr: int errorIconDrawable -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean -wangdaye.com.geometricweather.R$dimen: int abc_switch_padding -androidx.preference.R$styleable: int SwitchCompat_android_thumb -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_17 -com.google.android.material.textfield.TextInputLayout: void setHelperTextTextAppearance(int) -com.google.android.material.R$styleable: int MotionScene_defaultDuration -com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_AppBarLayout -androidx.appcompat.R$attr: int searchViewStyle -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_16 -io.reactivex.Observable: io.reactivex.Observable concatArrayEagerDelayError(io.reactivex.ObservableSource[]) -okhttp3.internal.Util: java.lang.String hostHeader(okhttp3.HttpUrl,boolean) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeSnowPrecipitationProbability -androidx.hilt.work.R$bool: R$bool() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Snow: double Value -wangdaye.com.geometricweather.R$color: int notification_action_color_filter -com.google.android.material.R$attr: int layout_constraintTop_toBottomOf -com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy LOWER_CASE_WITH_DASHES -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorIconTintMode -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean address_detail -james.adaptiveicon.R$attr: int height -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title -wangdaye.com.geometricweather.R$attr: int defaultDuration -androidx.recyclerview.widget.RecyclerView: void setEdgeEffectFactory(androidx.recyclerview.widget.RecyclerView$EdgeEffectFactory) -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_checkable -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_autoSizeMaxTextSize -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeShareDrawable -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight_NoActionBar -androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type[] values() -wangdaye.com.geometricweather.R$attr: int layout_constraintGuide_begin -wangdaye.com.geometricweather.remoteviews.config.HourlyTrendWidgetConfigActivity -androidx.activity.R$dimen: int compat_control_corner_material -androidx.constraintlayout.widget.R$style: int Base_DialogWindowTitle_AppCompat -com.turingtechnologies.materialscrollbar.R$color: int mtrl_tabs_icon_color_selector -wangdaye.com.geometricweather.R$id: int expanded_menu -androidx.preference.R$id: int custom -wangdaye.com.geometricweather.R$string: int email -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_divider -com.google.android.material.R$id: int selected -wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String getCountry() -androidx.appcompat.widget.AppCompatButton: void setSupportCompoundDrawablesTintList(android.content.res.ColorStateList) -cyanogenmod.app.PartnerInterface: int ZEN_MODE_OFF -androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_Solid -okhttp3.internal.Util: int checkDuration(java.lang.String,long,java.util.concurrent.TimeUnit) -okhttp3.CertificatePinner$Builder: okhttp3.CertificatePinner build() -cyanogenmod.app.CustomTile$Builder: android.net.Uri mOnClickUri -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeTotalPrecipitationProbability() -com.xw.repo.bubbleseekbar.R$attr: int showText -androidx.constraintlayout.widget.R$styleable: int[] Layout -com.bumptech.glide.R$layout: int notification_template_custom_big -androidx.preference.R$styleable: int ActionBar_titleTextStyle -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Small_Inverse -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeIcePrecipitationProbability() -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: java.lang.String toString() -androidx.preference.R$style: int TextAppearance_AppCompat_Display2 -io.reactivex.internal.util.VolatileSizeArrayList: boolean isEmpty() -androidx.vectordrawable.animated.R$drawable: int notification_bg_low -okio.RealBufferedSink$1: void write(byte[],int,int) -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: long mRequested -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal -androidx.vectordrawable.animated.R$style: R$style() -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWeatherSource(java.lang.String) -com.google.android.material.textfield.TextInputLayout: void setHelperText(java.lang.CharSequence) -wangdaye.com.geometricweather.R$integer: int mtrl_calendar_year_selector_span -okhttp3.RealCall: boolean executed -com.google.android.material.R$dimen: int design_bottom_navigation_margin -wangdaye.com.geometricweather.R$dimen: int material_clock_hand_stroke_width -com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status valueOf(java.lang.String) -james.adaptiveicon.R$styleable: int[] AlertDialog -androidx.constraintlayout.widget.R$attr: int curveFit -retrofit2.RequestFactory$Builder: java.lang.Class boxIfPrimitive(java.lang.Class) -androidx.preference.R$attr: int editTextColor -org.greenrobot.greendao.AbstractDao: void insertInTx(java.lang.Iterable,boolean) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeTotalPrecipitationDuration -androidx.preference.R$styleable: int AppCompatTheme_tooltipForegroundColor -androidx.preference.R$style: int Widget_AppCompat_ListMenuView -androidx.vectordrawable.R$dimen -com.google.android.material.snackbar.Snackbar$SnackbarLayout: Snackbar$SnackbarLayout(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX() -androidx.transition.R$dimen: int notification_action_text_size -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial: int UnitType -androidx.appcompat.R$id: int listMode -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar -cyanogenmod.providers.CMSettings$System: java.lang.String KEY_APP_SWITCH_LONG_PRESS_ACTION -james.adaptiveicon.R$dimen: int abc_alert_dialog_button_bar_height -retrofit2.ParameterHandler$Field -androidx.appcompat.widget.AppCompatEditText: void setBackgroundResource(int) -io.reactivex.internal.observers.ForEachWhileObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircularSkyWeatherView: void setGravitySensorEnabled(boolean) -com.turingtechnologies.materialscrollbar.R$anim: int design_snackbar_in -com.turingtechnologies.materialscrollbar.R$style: int Platform_ThemeOverlay_AppCompat -cyanogenmod.app.suggest.IAppSuggestProvider$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Imperial: java.lang.String Unit -android.didikee.donate.R$color: int abc_search_url_text_normal -androidx.appcompat.R$style: int Widget_AppCompat_ButtonBar_AlertDialog -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceListItem -cyanogenmod.externalviews.ExternalViewProviderService -wangdaye.com.geometricweather.R$string: int about_page_indicator -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorAccent -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.lang.String LocalizedName -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light_DarkActionBar -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_type -wangdaye.com.geometricweather.R$string: int mtrl_picker_text_input_year_abbr -androidx.appcompat.widget.ButtonBarLayout: int getMinimumHeight() -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_textAllCaps -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemHorizontalPadding -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Country -wangdaye.com.geometricweather.R$layout: int abc_alert_dialog_material -androidx.appcompat.app.ToolbarActionBar: void removeOnMenuVisibilityListener(androidx.appcompat.app.ActionBar$OnMenuVisibilityListener) -cyanogenmod.providers.DataUsageContract: java.lang.String SLOW_SAMPLES -cyanogenmod.providers.CMSettings$Global: float getFloatForUser(android.content.ContentResolver,java.lang.String,float,int) -android.didikee.donate.R$attr: int titleMargins -com.google.android.material.R$style: int TextAppearance_Compat_Notification_Time -androidx.constraintlayout.widget.R$attr: int title -com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge -io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object) -androidx.constraintlayout.widget.R$styleable: int SearchView_android_inputType -io.reactivex.internal.util.NotificationLite: boolean isDisposable(java.lang.Object) -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHeight_default -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight -wangdaye.com.geometricweather.R$styleable: int KeyTrigger_onPositiveCross -wangdaye.com.geometricweather.db.entities.AlertEntity: java.util.Date date -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_menu_overflow_material -androidx.core.R$id: int tag_screen_reader_focusable -io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: io.reactivex.disposables.Disposable timer -com.google.android.material.R$styleable: int Layout_layout_constraintVertical_chainStyle -com.xw.repo.bubbleseekbar.R$string: int abc_menu_shift_shortcut_label -com.google.android.material.circularreveal.cardview.CircularRevealCardView: void setCircularRevealOverlayDrawable(android.graphics.drawable.Drawable) -okhttp3.EventListener$Factory -okhttp3.CacheControl: int maxStaleSeconds -com.jaredrummler.android.colorpicker.R$id: int cpv_color_panel_new -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionMenuTextColor -com.xw.repo.bubbleseekbar.R$styleable: int ActivityChooserView_initialActivityCount -androidx.appcompat.resources.R$styleable: int[] AnimatedStateListDrawableCompat -androidx.loader.R$color: R$color() -wangdaye.com.geometricweather.R$id: int searchBar -wangdaye.com.geometricweather.R$color: int cardview_shadow_end_color -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_EditText -androidx.swiperefreshlayout.widget.SwipeRefreshLayout$SavedState -androidx.fragment.R$dimen: int compat_button_padding_vertical_material -androidx.appcompat.widget.LinearLayoutCompat: int getBaseline() -wangdaye.com.geometricweather.R$id: int month_navigation_previous -androidx.preference.R$id: int action_bar_activity_content -retrofit2.BuiltInConverters$StreamingResponseBodyConverter: BuiltInConverters$StreamingResponseBodyConverter() -android.didikee.donate.R$id: int notification_background -androidx.coordinatorlayout.R$layout: int notification_template_icon_group -android.didikee.donate.R$style: int Widget_AppCompat_CompoundButton_RadioButton -io.reactivex.internal.util.EmptyComponent: void onSubscribe(org.reactivestreams.Subscription) -com.turingtechnologies.materialscrollbar.R$layout: int abc_alert_dialog_title_material -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query -okio.ByteString: boolean endsWith(byte[]) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarTabStyle -cyanogenmod.app.Profile: void setRingMode(cyanogenmod.profiles.RingModeSettings) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$7 -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float total -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: BaiduIPLocationResult$ContentBean() -wangdaye.com.geometricweather.R$color: int mtrl_bottom_nav_colored_item_tint -androidx.preference.R$styleable: int SwitchCompat_android_textOn -james.adaptiveicon.R$dimen: int notification_action_text_size -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorPrimaryDark -com.xw.repo.bubbleseekbar.R$styleable: int MenuGroup_android_orderInCategory -com.google.android.material.R$attr: int staggered -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constrainedHeight -androidx.work.R$id: int accessibility_custom_action_23 -com.google.android.material.R$styleable: int Toolbar_collapseIcon -android.didikee.donate.R$styleable: int AppCompatTheme_colorError -com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_showTitle -androidx.recyclerview.widget.RecyclerView: RecyclerView(android.content.Context) -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_track_size -androidx.appcompat.R$id: int add -androidx.preference.R$attr: int adjustable -com.google.android.material.R$styleable: int RecyclerView_spanCount -wangdaye.com.geometricweather.background.polling.basic.UpdateService: UpdateService() -wangdaye.com.geometricweather.R$attr: int region_heightLessThan -com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_animationMode -com.turingtechnologies.materialscrollbar.R$drawable: int notify_panel_notification_icon_bg -androidx.loader.R$id: int info -james.adaptiveicon.R$attr: int controlBackground -android.didikee.donate.R$styleable: int PopupWindow_android_popupBackground -androidx.preference.R$style: int Base_Theme_AppCompat_DialogWhenLarge -androidx.core.R$layout: int notification_template_part_time -com.google.android.material.bottomappbar.BottomAppBar: void setBackgroundTint(android.content.res.ColorStateList) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd -io.reactivex.Observable: java.lang.Iterable blockingIterable(int) -androidx.recyclerview.R$attr: int fontStyle -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int AQI_INDEX_3 -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float Ozone -android.didikee.donate.R$anim: int abc_slide_in_bottom -wangdaye.com.geometricweather.R$style: int Widget_Design_TabLayout -androidx.viewpager2.R$drawable: int notification_bg_low -wangdaye.com.geometricweather.R$id: int off -com.google.android.material.R$styleable: int ChipGroup_chipSpacing -androidx.appcompat.widget.ActionBarContainer: android.view.View getTabContainer() -cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper: CustomTileListenerService$ICustomTileListenerWrapper(cyanogenmod.app.CustomTileListenerService) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Rain: java.lang.String Unit -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeTotalPrecipitationDuration -okio.Buffer: byte[] readByteArray(long) -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_paddingTop -androidx.preference.R$string: int abc_menu_space_shortcut_label -com.turingtechnologies.materialscrollbar.R$id: int listMode -cyanogenmod.providers.CMSettings$Global: java.lang.String SYS_PROP_CM_SETTING_VERSION -com.bumptech.glide.R$styleable: int ColorStateListItem_android_alpha -androidx.recyclerview.R$layout: int notification_template_part_time -android.didikee.donate.R$style: R$style() -com.google.gson.internal.LazilyParsedNumber: long longValue() -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_dropdownPreferenceStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: void setIcon(java.lang.String) -cyanogenmod.weather.CMWeatherManager$1$1: CMWeatherManager$1$1(cyanogenmod.weather.CMWeatherManager$1,java.lang.String) -cyanogenmod.externalviews.ExternalViewProviderService: cyanogenmod.externalviews.ExternalViewProviderService$Provider createExternalView(android.os.Bundle) -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Button_Borderless -androidx.customview.R$layout: int notification_action_tombstone -james.adaptiveicon.R$dimen: int abc_disabled_alpha_material_dark -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -com.google.android.material.R$attr: int trackTintMode -wangdaye.com.geometricweather.R$styleable: int Constraint_chainUseRtl -androidx.dynamicanimation.animation.DynamicAnimation: void removeUpdateListener(androidx.dynamicanimation.animation.DynamicAnimation$OnAnimationUpdateListener) -androidx.appcompat.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_1 -androidx.appcompat.resources.R$layout: int notification_template_icon_group -okhttp3.internal.connection.RouteSelector$Selection: java.util.List routes -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionBar_Solid -wangdaye.com.geometricweather.R$id: int enterAlwaysCollapsed -okhttp3.CacheControl: boolean noCache() -com.google.android.material.R$id: int outline -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_MonthTextView -androidx.preference.R$color: int error_color_material_light -wangdaye.com.geometricweather.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Title -com.google.android.material.R$styleable: int ImageFilterView_contrast -wangdaye.com.geometricweather.R$styleable: int SearchView_queryHint -androidx.loader.R$styleable: int[] FontFamily -androidx.preference.R$dimen: int abc_action_button_min_width_material -androidx.preference.R$color: int background_material_dark -wangdaye.com.geometricweather.R$color: int mtrl_textinput_default_box_stroke_color -androidx.hilt.work.R$id: int line3 -com.google.android.material.R$styleable: int MaterialCalendar_yearSelectedStyle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PressureTendency: AccuCurrentResult$PressureTendency() -androidx.appcompat.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha -com.xw.repo.bubbleseekbar.R$styleable: int ActionBarLayout_android_layout_gravity -james.adaptiveicon.R$styleable: int ViewStubCompat_android_inflatedId -wangdaye.com.geometricweather.R$color: int mtrl_bottom_nav_ripple_color -androidx.preference.R$styleable: int AppCompatTheme_windowActionBarOverlay -com.xw.repo.bubbleseekbar.R$layout: int abc_alert_dialog_material -com.jaredrummler.android.colorpicker.R$attr: int alertDialogTheme -androidx.activity.R$layout: int notification_action_tombstone -wangdaye.com.geometricweather.R$id: int textinput_suffix_text -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: boolean isDisposed() -androidx.preference.R$id: int action_menu_divider -androidx.swiperefreshlayout.R$dimen: int notification_large_icon_height -android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionBar_TabView -com.google.android.material.R$style: int Widget_AppCompat_Spinner_DropDown -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_CollapsingToolbar_Expanded -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getNotificationGroup -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property District -android.support.v4.graphics.drawable.IconCompatParcelizer: void write(androidx.core.graphics.drawable.IconCompat,androidx.versionedparcelable.VersionedParcel) -androidx.lifecycle.ProcessLifecycleOwner$2: androidx.lifecycle.ProcessLifecycleOwner this$0 -james.adaptiveicon.R$dimen: int abc_action_bar_content_inset_material -wangdaye.com.geometricweather.R$color: int colorPrimaryDark -androidx.preference.R$styleable: int DialogPreference_android_dialogLayout -io.reactivex.internal.util.EmptyComponent: void onSuccess(java.lang.Object) -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_summaryOff -okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.tls.CertificateChainCleaner buildCertificateChainCleaner(javax.net.ssl.X509TrustManager) -cyanogenmod.weather.WeatherLocation: java.lang.String access$702(cyanogenmod.weather.WeatherLocation,java.lang.String) -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintStart_toEndOf -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2 -androidx.swiperefreshlayout.R$attr: int font -com.google.android.material.R$attr: int titleTextAppearance -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$2: KeyguardExternalViewProviderService$Provider$ProviderImpl$2(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) -wangdaye.com.geometricweather.R$attr: int materialCardViewStyle -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setOnLayoutChangeListener(com.google.android.material.snackbar.BaseTransientBottomBar$OnLayoutChangeListener) -com.xw.repo.bubbleseekbar.R$attr: int searchViewStyle -android.didikee.donate.R$attr: int checkedTextViewStyle -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: long serialVersionUID -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_10 -wangdaye.com.geometricweather.R$color: int primary_text_disabled_material_light -com.google.android.material.R$styleable: int ButtonBarLayout_allowStacking -androidx.constraintlayout.widget.R$styleable: int[] ImageFilterView -retrofit2.ParameterHandler$Path -wangdaye.com.geometricweather.common.basic.models.weather.Wind: boolean isValidSpeed() -wangdaye.com.geometricweather.R$attr: int fontVariationSettings -wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date sunRiseDate -com.google.android.material.R$anim: int mtrl_card_lowers_interpolator -wangdaye.com.geometricweather.R$styleable: int MotionTelltales_telltales_tailColor -wangdaye.com.geometricweather.common.basic.models.weather.Pollen -com.turingtechnologies.materialscrollbar.R$attr: int maxActionInlineWidth -wangdaye.com.geometricweather.R$id: int item_about_translator_title -com.google.android.material.R$attr: int rangeFillColor -cyanogenmod.providers.CMSettings$Secure: java.lang.String PRIVACY_GUARD_NOTIFICATION -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.lang.Integer getCloudCover() -okhttp3.OkHttpClient: java.util.List DEFAULT_PROTOCOLS -com.turingtechnologies.materialscrollbar.R$attr: int cardViewStyle -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_card -androidx.preference.R$styleable: int DrawerArrowToggle_drawableSize -james.adaptiveicon.R$id: int action_mode_close_button -cyanogenmod.externalviews.KeyguardExternalView: boolean access$802(cyanogenmod.externalviews.KeyguardExternalView,boolean) -com.google.android.material.R$color: int mtrl_tabs_icon_color_selector -com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_title -androidx.preference.R$styleable: int CheckBoxPreference_disableDependentsState -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceScreenStyle -wangdaye.com.geometricweather.R$styleable: int[] MotionTelltales -wangdaye.com.geometricweather.R$attr: int scrimVisibleHeightTrigger -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ListView -androidx.work.R$id: int tag_accessibility_heading -com.google.android.material.R$color -androidx.dynamicanimation.R$id: int actions -wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_dayStyle -androidx.appcompat.R$style: int TextAppearance_AppCompat_Large_Inverse -com.google.android.material.R$attr: int insetForeground -com.google.android.material.R$color: int primary_text_default_material_light -androidx.appcompat.resources.R$styleable: int GradientColor_android_endY -okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder cipherSuites(okhttp3.CipherSuite[]) -okhttp3.internal.http2.Http2Reader: void readSettings(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) -com.google.android.material.R$attr: int menu -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode valueOf(java.lang.String) -androidx.preference.R$style: int TextAppearance_AppCompat_Inverse -androidx.appcompat.R$style: int TextAppearance_Compat_Notification_Info -androidx.constraintlayout.widget.R$styleable: int TextAppearance_fontVariationSettings -retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder baseUrl(okhttp3.HttpUrl) -androidx.appcompat.R$style: int Base_V7_Theme_AppCompat_Light_Dialog -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: io.reactivex.subjects.Subject signaller -androidx.constraintlayout.widget.R$styleable: int[] StateListDrawableItem -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Menu -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_typeface -androidx.core.R$id: int accessibility_custom_action_27 -com.google.android.material.R$color: int mtrl_filled_icon_tint -cyanogenmod.weather.RequestInfo: boolean access$702(cyanogenmod.weather.RequestInfo,boolean) -org.greenrobot.greendao.AbstractDao: java.lang.Object loadCurrentOther(org.greenrobot.greendao.AbstractDao,android.database.Cursor,int) -wangdaye.com.geometricweather.R$attr: int behavior_hideable -com.google.android.material.R$color: int material_on_background_emphasis_medium -wangdaye.com.geometricweather.R$style: int TestThemeWithLineHeight -james.adaptiveicon.R$styleable: int[] TextAppearance -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: boolean isDisposed() -wangdaye.com.geometricweather.R$drawable: int abc_btn_colored_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getWeatherStart() -androidx.preference.R$layout: int abc_search_dropdown_item_icons_2line -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_queryBackground -com.jaredrummler.android.colorpicker.R$attr: int ratingBarStyleSmall -james.adaptiveicon.R$attr: int listChoiceBackgroundIndicator -androidx.constraintlayout.widget.R$id: int submenuarrow -com.xw.repo.bubbleseekbar.R$attr: int hideOnContentScroll -com.turingtechnologies.materialscrollbar.R$attr: int state_above_anchor -androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_marginRight -androidx.work.impl.foreground.SystemForegroundService: SystemForegroundService() -androidx.preference.R$dimen: int compat_button_padding_horizontal_material -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header -retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: void onComplete() -wangdaye.com.geometricweather.R$font: int google_sans -com.bumptech.glide.load.ImageHeaderParser$ImageType: boolean hasAlpha() -androidx.constraintlayout.widget.R$id: int alertTitle -wangdaye.com.geometricweather.R$color: int abc_search_url_text_normal -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float rainPrecipitation -android.didikee.donate.R$anim: int abc_fade_in -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_height -androidx.constraintlayout.motion.widget.MotionLayout: java.util.ArrayList getDefinedTransitions() -okhttp3.internal.io.FileSystem: void delete(java.io.File) -retrofit2.Converter: java.lang.Object convert(java.lang.Object) -com.google.android.material.R$styleable: int ShapeAppearance_cornerFamily -androidx.recyclerview.widget.RecyclerView$SavedState -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver: void onSuccess(java.lang.Object) -androidx.viewpager.R$attr: int fontProviderFetchStrategy -androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_DayNight -com.bumptech.glide.integration.okhttp.R$dimen: int compat_button_inset_vertical_material -androidx.constraintlayout.widget.R$dimen: int abc_alert_dialog_button_bar_height -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial: java.lang.String Unit -androidx.constraintlayout.widget.R$attr: int motionTarget -androidx.constraintlayout.widget.Barrier: Barrier(android.content.Context,android.util.AttributeSet) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarItemBackground -james.adaptiveicon.R$dimen: int abc_text_size_display_2_material -androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_elevation -androidx.dynamicanimation.R$id: R$id() -com.google.android.material.R$attr: int actionBarStyle -com.turingtechnologies.materialscrollbar.R$drawable: int abc_edit_text_material -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float getCO() -androidx.preference.R$styleable: int SwitchCompat_switchTextAppearance -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_Button -androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivitySaveInstanceState(android.app.Activity,android.os.Bundle) -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver(io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver) -androidx.constraintlayout.widget.R$color: int bright_foreground_disabled_material_dark -androidx.preference.R$styleable: int ActionBar_height -androidx.constraintlayout.widget.R$styleable: int ActionBar_homeLayout -com.google.android.material.R$styleable: int TextInputLayout_errorIconDrawable -com.turingtechnologies.materialscrollbar.R$drawable: int notification_bg_normal_pressed -androidx.vectordrawable.R$dimen: int notification_top_pad_large_text -okhttp3.internal.cache2.Relay$RelaySource: Relay$RelaySource(okhttp3.internal.cache2.Relay) -androidx.preference.R$color: int foreground_material_dark -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout: void setOnApplyWindowInsetsListener(android.view.View$OnApplyWindowInsetsListener) -androidx.vectordrawable.R$styleable: int FontFamilyFont_android_fontVariationSettings -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX getBrandInfo() -androidx.appcompat.R$attr: int dividerVertical -androidx.constraintlayout.widget.R$attr: int iconTintMode -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: boolean done -androidx.appcompat.widget.LinearLayoutCompat: void setDividerPadding(int) -com.google.android.material.button.MaterialButton: android.content.res.ColorStateList getRippleColor() -com.turingtechnologies.materialscrollbar.R$styleable: int View_paddingEnd -okhttp3.logging.LoggingEventListener: void requestBodyStart(okhttp3.Call) -io.reactivex.Observable: io.reactivex.Observable buffer(int,int) -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WindChillTemperature -james.adaptiveicon.R$styleable: int ColorStateListItem_android_alpha -wangdaye.com.geometricweather.R$styleable: int Tooltip_android_minHeight -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_icon -com.google.android.material.R$layout: int abc_search_view -cyanogenmod.hardware.CMHardwareManager: boolean checkService() -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void innerClose(boolean,io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver) -cyanogenmod.providers.CMSettings$Secure: long getLongForUser(android.content.ContentResolver,java.lang.String,long,int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial: double Value -android.support.v4.os.IResultReceiver$Stub$Proxy -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_ct -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ListView_DropDown -okhttp3.internal.ws.RealWebSocket: okhttp3.internal.ws.WebSocketWriter writer -android.didikee.donate.R$dimen: int abc_text_size_display_1_material -cyanogenmod.externalviews.ExternalViewProviderService$Provider: int DEFAULT_WINDOW_FLAGS -androidx.loader.R$id: int action_image -androidx.appcompat.R$attr: int autoSizeMinTextSize -androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_android_font -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String windLevel -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode -okio.Buffer: void readFully(byte[]) -androidx.coordinatorlayout.R$styleable: R$styleable() -retrofit2.Retrofit: retrofit2.CallAdapter callAdapter(java.lang.reflect.Type,java.lang.annotation.Annotation[]) -androidx.fragment.R$styleable: int ColorStateListItem_android_color -androidx.viewpager.widget.ViewPager: void setAdapter(androidx.viewpager.widget.PagerAdapter) -androidx.legacy.coreutils.R$attr: int alpha -androidx.appcompat.R$styleable: int AppCompatTheme_windowMinWidthMajor -cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.DisplayMode getDefaultDisplayMode() -androidx.coordinatorlayout.R$styleable: int FontFamily_fontProviderCerts -androidx.appcompat.R$styleable: int View_android_focusable -wangdaye.com.geometricweather.R$attr: int colorPrimarySurface -cyanogenmod.app.ThemeVersion$ComponentVersion: int id -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_translationX -com.turingtechnologies.materialscrollbar.R$string: int abc_action_bar_up_description -androidx.vectordrawable.animated.R$style: int Widget_Compat_NotificationActionContainer -com.google.android.material.progressindicator.ProgressIndicator: void setProgress(int) -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small -androidx.appcompat.R$styleable: int AppCompatTextView_drawableLeftCompat -cyanogenmod.app.Profile$TriggerState: int ON_A2DP_CONNECT -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: java.lang.String getTo() -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_navigationContentDescription -androidx.loader.R$dimen: R$dimen() -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator SHOW_ALARM_ICON_VALIDATOR -wangdaye.com.geometricweather.R$attr: int allowDividerBelow -okhttp3.HttpUrl: int port() -androidx.constraintlayout.widget.R$id: int off -com.google.android.material.slider.Slider: void setThumbStrokeWidth(float) -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Dialog_Alert_Framework -io.reactivex.internal.disposables.CancellableDisposable: void dispose() -james.adaptiveicon.R$dimen: int abc_dropdownitem_icon_width -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void clear() -cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String READ_ALARMS_PERMISSION -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_title_material_toolbar -okio.RealBufferedSource: byte[] readByteArray() -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: io.reactivex.Scheduler$Worker worker -androidx.drawerlayout.widget.DrawerLayout: void setStatusBarBackground(int) -com.google.android.material.R$color: int abc_search_url_text_normal -wangdaye.com.geometricweather.R$id: int activity_weather_daily_toolbar -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setStatus(int) -okhttp3.Response$Builder: okhttp3.Handshake handshake -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: void setPubTime(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int ActionBar_background -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_show_progress_in_float -cyanogenmod.profiles.ConnectionSettings: java.lang.String EXTRA_NETWORK_MODE -cyanogenmod.app.IProfileManager$Stub$Proxy: void removeNotificationGroup(android.app.NotificationGroup) -com.google.android.material.theme.MaterialComponentsViewInflater: MaterialComponentsViewInflater() -com.xw.repo.bubbleseekbar.R$attr: int actionBarTabStyle -wangdaye.com.geometricweather.R$styleable: int RecycleListView_paddingTopNoTitle -androidx.appcompat.R$styleable: int Toolbar_contentInsetEnd -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: java.lang.Integer humidity -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: io.reactivex.disposables.Disposable upstream -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: boolean isEntityUpdateable() -androidx.constraintlayout.widget.R$attr: int layout_constraintEnd_toEndOf -android.didikee.donate.R$styleable: int RecycleListView_paddingTopNoTitle -androidx.preference.R$attr: int checkBoxPreferenceStyle -com.google.android.material.R$layout: int mtrl_picker_header_toggle -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String TODAYS_HIGH_TEMPERATURE -android.support.v4.graphics.drawable.IconCompatParcelizer -cyanogenmod.content.Intent -androidx.constraintlayout.widget.R$drawable: int abc_ic_menu_cut_mtrl_alpha -cyanogenmod.weatherservice.WeatherProviderService: android.os.IBinder onBind(android.content.Intent) -okio.Segment: int SHARE_MINIMUM -com.jaredrummler.android.colorpicker.R$drawable: int abc_spinner_textfield_background_material -androidx.legacy.coreutils.R$drawable: int notification_tile_bg -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator$SavedState -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$5 -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust WindGust -androidx.cardview.R$attr: int cardBackgroundColor -wangdaye.com.geometricweather.R$attr: int backgroundOverlayColorAlpha -android.didikee.donate.R$dimen: int disabled_alpha_material_dark -james.adaptiveicon.R$color: int switch_thumb_material_dark -cyanogenmod.weather.WeatherLocation: java.lang.String mCountryId -android.didikee.donate.R$attr: int titleMargin -com.jaredrummler.android.colorpicker.R$styleable: int[] RecycleListView -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum Minimum -androidx.drawerlayout.R$attr: int fontProviderFetchStrategy -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver -android.didikee.donate.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton -com.google.android.material.snackbar.SnackbarContentLayout: SnackbarContentLayout(android.content.Context) -androidx.preference.R$attr: int actionBarDivider -wangdaye.com.geometricweather.R$animator: int weather_thunder_2 -androidx.constraintlayout.widget.R$attr: int colorControlActivated -androidx.coordinatorlayout.R$attr -okhttp3.internal.http2.Settings: int MAX_HEADER_LIST_SIZE -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_aa_black -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonStyle -cyanogenmod.profiles.AirplaneModeSettings$BooleanState: AirplaneModeSettings$BooleanState() -wangdaye.com.geometricweather.R$drawable: int abc_item_background_holo_light -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha -wangdaye.com.geometricweather.R$styleable: int MaterialButton_icon -com.turingtechnologies.materialscrollbar.R$attr: int helperTextTextAppearance -wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderLayout -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Compat_Notification_Info -io.reactivex.internal.schedulers.ScheduledDirectPeriodicTask: ScheduledDirectPeriodicTask(java.lang.Runnable) -com.turingtechnologies.materialscrollbar.R$attr: int listItemLayout -okhttp3.internal.http.CallServerInterceptor: CallServerInterceptor(boolean) -wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: void setTopIconDrawable(android.graphics.drawable.Drawable) -okhttp3.Dispatcher: void finished(okhttp3.RealCall$AsyncCall) -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_android_elevation -android.didikee.donate.R$color: int button_material_dark -com.jaredrummler.android.colorpicker.R$attr: int radioButtonStyle -com.google.android.material.R$style: int Widget_MaterialComponents_CompoundButton_CheckBox -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ListPopupWindow -okhttp3.internal.http2.Hpack$Writer: void setHeaderTableSizeSetting(int) -wangdaye.com.geometricweather.R$styleable: int Chip_iconStartPadding -io.reactivex.internal.util.VolatileSizeArrayList: java.util.ListIterator listIterator() -okhttp3.Cache$Entry: void writeCertList(okio.BufferedSink,java.util.List) -androidx.legacy.coreutils.R$layout: int notification_template_part_time -wangdaye.com.geometricweather.R$color: int colorRoot_light -cyanogenmod.app.PartnerInterface: java.lang.String MODIFY_SOUND_SETTINGS_PERMISSION -cyanogenmod.app.Profile$ProfileTrigger: cyanogenmod.app.Profile$ProfileTrigger fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) -com.google.android.material.tabs.TabLayout: void setSelectedTabView(int) -retrofit2.OkHttpCall$NoContentResponseBody: long contentLength -okhttp3.Dispatcher: void enqueue(okhttp3.RealCall$AsyncCall) -com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getTrackInactiveTintList() -com.google.android.material.R$attr: int roundPercent -retrofit2.OkHttpCall: OkHttpCall(retrofit2.RequestFactory,java.lang.Object[],okhttp3.Call$Factory,retrofit2.Converter) -androidx.hilt.lifecycle.R$id: int tag_screen_reader_focusable -com.google.android.material.R$styleable: int Constraint_layout_constraintEnd_toEndOf -okhttp3.HttpUrl: java.lang.String fragment() -com.google.android.material.R$attr: int materialAlertDialogTitlePanelStyle -androidx.lifecycle.LifecycleRegistry$ObserverWithState -wangdaye.com.geometricweather.R$string: int key_notification_hide_in_lockScreen -androidx.hilt.lifecycle.R$attr -com.google.android.material.R$style: int Widget_AppCompat_ActionBar_Solid -wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Long readKey(android.database.Cursor,int) -com.turingtechnologies.materialscrollbar.R$drawable: int design_ic_visibility -androidx.fragment.R$styleable: int[] Fragment -wangdaye.com.geometricweather.R$styleable: int DialogPreference_android_dialogTitle -com.google.android.material.bottomappbar.BottomAppBar: float getFabCradleRoundedCornerRadius() -com.bumptech.glide.load.engine.CallbackException: long serialVersionUID -org.greenrobot.greendao.AbstractDao: void insertOrReplaceInTx(java.lang.Object[]) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Metric: AccuCurrentResult$WetBulbTemperature$Metric() -com.xw.repo.bubbleseekbar.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton -android.didikee.donate.R$color: int switch_thumb_normal_material_dark -androidx.fragment.app.FragmentTabHost: FragmentTabHost(android.content.Context) -com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_check_material -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator PEOPLE_LOOKUP_PROVIDER_VALIDATOR -okhttp3.HttpUrl: okhttp3.HttpUrl resolve(java.lang.String) -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionBar_TabText -androidx.hilt.lifecycle.R$id: int normal -wangdaye.com.geometricweather.R$drawable: int notif_temp_62 -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_weight -androidx.constraintlayout.widget.R$styleable: int Constraint_android_alpha -com.github.rahatarmanahmed.cpv.CircularProgressView: float startAngle -com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemTextAppearanceInactive -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_end -cyanogenmod.profiles.ConnectionSettings$1: cyanogenmod.profiles.ConnectionSettings[] newArray(int) -wangdaye.com.geometricweather.R$drawable: int flag_ja -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_tooltipForegroundColor -com.bumptech.glide.Priority: com.bumptech.glide.Priority IMMEDIATE -com.google.android.material.R$style: int Theme_MaterialComponents_NoActionBar_Bridge -cyanogenmod.app.CustomTile$ExpandedItem -androidx.lifecycle.HasDefaultViewModelProviderFactory: androidx.lifecycle.ViewModelProvider$Factory getDefaultViewModelProviderFactory() -okhttp3.Cache$1: okhttp3.Response get(okhttp3.Request) -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_helperText -android.didikee.donate.R$styleable: int DrawerArrowToggle_spinBars -android.didikee.donate.R$styleable: int AppCompatTextView_drawableTopCompat -androidx.work.NetworkType: androidx.work.NetworkType METERED -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: java.lang.Runnable run -androidx.lifecycle.LiveData: void removeObservers(androidx.lifecycle.LifecycleOwner) -wangdaye.com.geometricweather.R$dimen: int abc_disabled_alpha_material_light -androidx.work.R$styleable: int GradientColor_android_centerX -com.google.android.material.R$color: int mtrl_fab_icon_text_color_selector -androidx.cardview.widget.CardView: void setMinimumWidth(int) -android.support.v4.os.ResultReceiver: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$attr: int layout_constraintLeft_toLeftOf -com.google.android.material.R$style: int Base_Theme_AppCompat_Dialog_MinWidth -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Small_Inverse -androidx.fragment.R$dimen: int compat_button_padding_horizontal_material -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title -com.google.android.material.R$styleable: int ConstraintSet_android_translationY -wangdaye.com.geometricweather.R$dimen: int abc_dialog_padding_material -wangdaye.com.geometricweather.R$style -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_scrimVisibleHeightTrigger -cyanogenmod.power.IPerformanceManager$Stub$Proxy: IPerformanceManager$Stub$Proxy(android.os.IBinder) -wangdaye.com.geometricweather.R$styleable: int MaterialButtonToggleGroup_singleSelection -androidx.transition.R$drawable: int notification_bg_low_pressed -wangdaye.com.geometricweather.R$color: int mtrl_btn_transparent_bg_color -androidx.legacy.coreutils.R$attr: int fontProviderQuery -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData -androidx.core.R$attr: int alpha -com.google.android.material.textfield.TextInputLayout: int getBoxStrokeWidth() -okhttp3.internal.http2.Http2Codec$StreamFinishingSource: long bytesRead -androidx.preference.R$anim: int abc_shrink_fade_out_from_bottom -wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_5 -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeCloseDrawable -androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableTransition_android_toId -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour PastHour -androidx.appcompat.R$style: int ThemeOverlay_AppCompat -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeSnowPrecipitation(java.lang.Float) -android.support.v4.os.ResultReceiver$MyRunnable: android.os.Bundle mResultData -com.github.rahatarmanahmed.cpv.CircularProgressView$6: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText -com.xw.repo.bubbleseekbar.R$attr: int activityChooserViewStyle -androidx.viewpager2.R$styleable: int FontFamilyFont_android_fontWeight -com.google.android.material.R$dimen: int design_navigation_separator_vertical_padding -androidx.preference.R$attr: int splitTrack -androidx.constraintlayout.widget.R$id: int decor_content_parent -androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: AppCompatMultiAutoCompleteTextView(android.content.Context,android.util.AttributeSet,int) -okhttp3.internal.http2.Http2Reader$Handler: void headers(boolean,int,int,java.util.List) -io.reactivex.internal.operators.observable.ObservableGroupBy$State -com.google.android.material.appbar.CollapsingToolbarLayout: void setStatusBarScrimResource(int) -com.google.android.material.R$styleable: int Variant_region_heightMoreThan -androidx.transition.R$styleable: int FontFamilyFont_android_fontWeight -cyanogenmod.app.StatusBarPanelCustomTile: StatusBarPanelCustomTile(android.os.Parcel) -com.google.android.material.R$string: int mtrl_picker_invalid_range -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void onError(java.lang.Throwable) -com.turingtechnologies.materialscrollbar.R$dimen: int abc_alert_dialog_button_bar_height -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_PopupMenu -com.google.android.material.R$styleable: int ConstraintSet_flow_maxElementsWrap -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamily_fontProviderAuthority -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light_DarkActionBar -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setLockWallpaper(java.lang.String) -androidx.appcompat.R$styleable: int MenuView_android_windowAnimationStyle -androidx.appcompat.view.menu.ListMenuItemView: void setGroupDividerEnabled(boolean) -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_queryBackground -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.util.Date getDate() -com.google.android.material.button.MaterialButton: void setIconResource(int) -cyanogenmod.providers.CMSettings$CMSettingNotFoundException: CMSettings$CMSettingNotFoundException(java.lang.String) -androidx.constraintlayout.widget.R$dimen: int abc_text_size_body_2_material -androidx.appcompat.R$style: int Base_Widget_AppCompat_Button_Colored -androidx.constraintlayout.widget.R$dimen: int abc_cascading_menus_min_smallest_width -wangdaye.com.geometricweather.R$id: int dialog_time_setter_time_picker -com.xw.repo.bubbleseekbar.R$drawable: int abc_textfield_search_default_mtrl_alpha -androidx.work.R$id: int notification_main_column_container -wangdaye.com.geometricweather.R$id: int container_main_sun_moon_moonrise_moonset -io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: void run() -io.reactivex.internal.observers.ForEachWhileObserver: boolean isDisposed() -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float relativeHumidity -retrofit2.BuiltInConverters$BufferingResponseBodyConverter: retrofit2.BuiltInConverters$BufferingResponseBodyConverter INSTANCE -wangdaye.com.geometricweather.common.basic.models.weather.UV: int UV_INDEX_HIGH -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setWeather(java.lang.String) -androidx.appcompat.resources.R$id: int accessibility_custom_action_9 -com.xw.repo.bubbleseekbar.R$color: int material_grey_300 -retrofit2.RequestFactory$Builder: okhttp3.MediaType contentType -cyanogenmod.profiles.ConnectionSettings$1 -androidx.preference.R$attr: int ratingBarStyleSmall -androidx.fragment.R$layout: int custom_dialog -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle -cyanogenmod.app.Profile$ProfileTrigger: void getXmlString(java.lang.StringBuilder,android.content.Context) -cyanogenmod.providers.DataUsageContract: java.lang.String DATAUSAGE_AUTHORITY -androidx.lifecycle.Lifecycle: androidx.lifecycle.Lifecycle$State getCurrentState() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_1 -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Temperature -androidx.swiperefreshlayout.R$layout: R$layout() -wangdaye.com.geometricweather.R$string: int abc_menu_ctrl_shortcut_label -com.google.android.material.R$attr: int singleLine -androidx.hilt.work.R$anim: int fragment_fast_out_extra_slow_in -retrofit2.Retrofit$Builder: okhttp3.HttpUrl baseUrl -wangdaye.com.geometricweather.R$drawable: int shortcuts_thunderstorm -cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_setDefaultSmsSub -wangdaye.com.geometricweather.R$styleable: int TabItem_android_icon -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setTextColor(int) -androidx.preference.R$styleable: int CompoundButton_android_button -androidx.constraintlayout.widget.R$styleable: int Spinner_popupTheme -wangdaye.com.geometricweather.R$drawable: int design_password_eye -com.google.android.material.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader -androidx.constraintlayout.widget.R$dimen: int abc_edit_text_inset_horizontal_material -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_max -androidx.recyclerview.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable -wangdaye.com.geometricweather.R$id: int stretch -androidx.transition.R$style: int TextAppearance_Compat_Notification_Line2 -okhttp3.internal.tls.OkHostnameVerifier: int ALT_DNS_NAME -androidx.constraintlayout.widget.R$attr: int titleTextAppearance -wangdaye.com.geometricweather.R$dimen: int touch_rise_z -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth -com.jaredrummler.android.colorpicker.R$id: int listMode -androidx.constraintlayout.widget.R$attr: int dialogPreferredPadding -wangdaye.com.geometricweather.R$drawable: int ic_tag_plus -io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: void accept(java.lang.Object) -com.google.android.material.R$style: int TextAppearance_AppCompat_Small_Inverse -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored -com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Title_Panel -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -wangdaye.com.geometricweather.R$string: int wind_4 -com.xw.repo.bubbleseekbar.R$attr: int drawerArrowStyle -androidx.constraintlayout.widget.R$id: int easeOut -okhttp3.Cache -okhttp3.internal.connection.RealConnection: okhttp3.Protocol protocol -com.bumptech.glide.R$color: R$color() -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintRight_creator -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceImageView_android_maxHeight -wangdaye.com.geometricweather.R$attr: int checkedIconMargin -cyanogenmod.content.Intent: java.lang.String ACTION_THEME_INSTALLED -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_3DES_EDE_CBC_SHA -androidx.hilt.work.R$styleable: int[] FontFamilyFont -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float snowPrecipitation -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: boolean cancelled -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_CompactMenu -androidx.preference.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_bias -wangdaye.com.geometricweather.R$drawable: int notif_temp_104 -androidx.work.R$id: int dialog_button -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: void onError(java.lang.Throwable) -androidx.hilt.R$id: int accessibility_custom_action_31 -cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy -androidx.lifecycle.ViewModelProvider: ViewModelProvider(androidx.lifecycle.ViewModelStore,androidx.lifecycle.ViewModelProvider$Factory) -com.google.android.material.textfield.TextInputLayout: android.widget.EditText getEditText() -androidx.lifecycle.LifecycleDispatcher: LifecycleDispatcher() -androidx.appcompat.R$attr: int colorPrimary -wangdaye.com.geometricweather.R$attr: int state_dragged -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_5 -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String getStreet() -android.didikee.donate.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog -cyanogenmod.providers.CMSettings$3 -com.xw.repo.bubbleseekbar.R$attr: int seekBarStyle -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Slider -androidx.preference.R$id: int listMode -androidx.lifecycle.LifecycleRegistry: void addObserver(androidx.lifecycle.LifecycleObserver) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.util.Date pubTime -com.google.android.material.R$anim: int design_snackbar_in -com.google.android.material.R$dimen: int mtrl_textinput_end_icon_margin_start -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox -cyanogenmod.profiles.StreamSettings: boolean isOverride() -androidx.constraintlayout.widget.R$attr: int actionModeStyle -cyanogenmod.externalviews.ExternalView$8: void run() -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle -cyanogenmod.weather.RequestInfo: boolean equals(java.lang.Object) -retrofit2.RequestBuilder: okhttp3.HttpUrl$Builder urlBuilder -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_android_imeOptions -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_getLiveLockScreenEnabled -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: java.util.concurrent.atomic.AtomicReference queue -androidx.constraintlayout.widget.R$attr: int drawableEndCompat -okhttp3.internal.http1.Http1Codec: void writeRequest(okhttp3.Headers,java.lang.String) -androidx.appcompat.R$drawable: int notification_bg -androidx.preference.R$id: int item_touch_helper_previous_elevation -retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter: CompletableFutureCallAdapterFactory$BodyCallAdapter(java.lang.reflect.Type) -com.google.android.material.R$styleable: int TextInputLayout_passwordToggleContentDescription -com.jaredrummler.android.colorpicker.R$dimen: int hint_pressed_alpha_material_light -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_DropDownItem_Spinner -wangdaye.com.geometricweather.R$attr: int scrimBackground -cyanogenmod.providers.CMSettings$Secure: java.lang.String BUTTON_BACKLIGHT_TIMEOUT -okhttp3.internal.cache2.Relay: okio.Buffer upstreamBuffer -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.xw.repo.bubbleseekbar.R$id: int add -wangdaye.com.geometricweather.db.entities.LocationEntity: float latitude -androidx.hilt.R$dimen: int notification_large_icon_height -cyanogenmod.app.ProfileGroup$Mode: cyanogenmod.app.ProfileGroup$Mode OVERRIDE -com.google.android.material.R$styleable: int AppCompatTheme_actionBarStyle -com.google.android.material.chip.Chip: void setCheckedIconEnabledResource(int) -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Subhead_Inverse -okhttp3.Cache$1: void trackResponse(okhttp3.internal.cache.CacheStrategy) -wangdaye.com.geometricweather.db.entities.DaoMaster$OpenHelper: DaoMaster$OpenHelper(android.content.Context,java.lang.String) -james.adaptiveicon.R$attr: int paddingStart -wangdaye.com.geometricweather.R$id: int widget_trend_hourly -com.google.android.material.R$attr: int borderlessButtonStyle -com.google.android.material.R$dimen: int hint_alpha_material_dark -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWindDirection(java.lang.String) -androidx.appcompat.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize -wangdaye.com.geometricweather.R$dimen: int abc_action_bar_subtitle_top_margin_material -androidx.transition.R$drawable: int notification_template_icon_bg -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query -com.google.android.material.chip.Chip: android.graphics.Rect getCloseIconTouchBoundsInt() -androidx.work.R$style: int Widget_Compat_NotificationActionText -wangdaye.com.geometricweather.R$styleable: int[] GradientColorItem -wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_elevation -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_minHeight -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: double HoursOfSnow -android.support.v4.app.RemoteActionCompatParcelizer -wangdaye.com.geometricweather.R$drawable: int ic_forecast -com.xw.repo.bubbleseekbar.R$attr: int titleTextAppearance -androidx.constraintlayout.widget.R$styleable: int PropertySet_layout_constraintTag -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Button -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_star_black_16dp -androidx.drawerlayout.R$styleable: int GradientColor_android_centerColor -james.adaptiveicon.R$id: int action_mode_bar_stub -okhttp3.Headers$Builder: okhttp3.Headers$Builder addUnsafeNonAscii(java.lang.String,java.lang.String) -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_commitIcon -okhttp3.internal.http2.Http2Stream: okio.Timeout readTimeout() -io.reactivex.internal.observers.LambdaObserver: void onError(java.lang.Throwable) -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_end -com.google.android.material.card.MaterialCardView: float getProgress() -com.google.android.material.R$attr: int drawableSize -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int IceProbability -androidx.preference.R$styleable: int PreferenceTheme_preferenceInformationStyle -wangdaye.com.geometricweather.R$attr: int bsb_progress -wangdaye.com.geometricweather.R$attr: int closeItemLayout -com.google.android.material.R$attr: int alertDialogTheme -com.jaredrummler.android.colorpicker.R$styleable: int[] SearchView -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large -com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Theme_AppCompat_Dialog -android.didikee.donate.R$integer: int abc_config_activityShortDur -androidx.appcompat.R$dimen: int abc_text_size_title_material_toolbar -wangdaye.com.geometricweather.R$attr: int backgroundTint -james.adaptiveicon.R$dimen: int abc_control_padding_material -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableBottomCompat -cyanogenmod.profiles.AirplaneModeSettings -androidx.appcompat.R$id: int alertTitle -wangdaye.com.geometricweather.R$styleable: int CompoundButton_buttonTintMode -com.jaredrummler.android.colorpicker.R$styleable: int ViewStubCompat_android_inflatedId -androidx.appcompat.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton -androidx.viewpager2.R$styleable: int FontFamilyFont_android_font -com.google.android.material.R$string: int material_hour_selection -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void ping(boolean,int,int) -cyanogenmod.themes.ThemeManager: void applyDefaultTheme() -wangdaye.com.geometricweather.R$string: int yesterday -androidx.hilt.lifecycle.R$styleable: int GradientColor_android_tileMode -com.google.gson.LongSerializationPolicy: com.google.gson.LongSerializationPolicy DEFAULT -androidx.preference.R$id: int action_divider -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Imperial: int UnitType -james.adaptiveicon.R$styleable: int AlertDialog_showTitle -android.didikee.donate.R$dimen: int abc_text_size_display_3_material -androidx.appcompat.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_aa_normal -cyanogenmod.alarmclock.ClockContract$AlarmsColumns: java.lang.String HOUR -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ImageButton -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX wind -androidx.hilt.R$id: int accessibility_custom_action_18 -okhttp3.CertificatePinner$Builder -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: boolean isIce() -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_autoSizeStepGranularity -cyanogenmod.providers.CMSettings$Global: int getIntForUser(android.content.ContentResolver,java.lang.String,int) -androidx.core.R$attr: int fontProviderFetchStrategy -androidx.fragment.R$styleable: int GradientColorItem_android_color -cyanogenmod.weather.WeatherLocation$Builder: cyanogenmod.weather.WeatherLocation build() -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: org.reactivestreams.Subscriber downstream -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property IcePrecipitation -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setOnRefreshListener(androidx.swiperefreshlayout.widget.SwipeRefreshLayout$OnRefreshListener) -cyanogenmod.profiles.StreamSettings: void writeToParcel(android.os.Parcel,int) -wangdaye.com.geometricweather.db.entities.HourlyEntity: long time -wangdaye.com.geometricweather.R$attr: int customFloatValue -wangdaye.com.geometricweather.R$drawable: int abc_btn_switch_to_on_mtrl_00001 -androidx.appcompat.widget.AppCompatEditText: AppCompatEditText(android.content.Context) -androidx.constraintlayout.widget.R$styleable: int Constraint_android_transformPivotX -com.jaredrummler.android.colorpicker.R$attr: int collapseContentDescription -wangdaye.com.geometricweather.R$attr: int windowActionBarOverlay -james.adaptiveicon.R$dimen: int tooltip_horizontal_padding -cyanogenmod.app.ICMStatusBarManager: void registerListener(cyanogenmod.app.ICustomTileListener,android.content.ComponentName,int) -androidx.appcompat.R$string: int abc_menu_space_shortcut_label -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceSubtitle2 -wangdaye.com.geometricweather.R$layout: int notification_action_tombstone -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow -cyanogenmod.profiles.RingModeSettings$1: RingModeSettings$1() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeSnowPrecipitation -wangdaye.com.geometricweather.R$attr: int pageIndicatorColor -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime realtime -androidx.vectordrawable.animated.R$layout -cyanogenmod.app.CMStatusBarManager: void publishTile(int,cyanogenmod.app.CustomTile) -com.turingtechnologies.materialscrollbar.R$attr: int contentScrim -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_shapeAppearanceOverlay -androidx.preference.R$attr: int tintMode -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar -com.turingtechnologies.materialscrollbar.R$color: int dim_foreground_material_dark -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_title_material_toolbar -retrofit2.Converter -james.adaptiveicon.R$dimen: int abc_search_view_preferred_width -cyanogenmod.weather.ICMWeatherManager$Stub: cyanogenmod.weather.ICMWeatherManager asInterface(android.os.IBinder) -com.jaredrummler.android.colorpicker.R$attr: int controlBackground -wangdaye.com.geometricweather.R$color: int mtrl_choice_chip_ripple_color -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: java.util.concurrent.atomic.AtomicBoolean stopWindows -com.google.android.material.R$styleable: int ProgressIndicator_trackColor -androidx.appcompat.widget.AppCompatSpinner: int getDropDownWidth() -androidx.legacy.coreutils.R$attr -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: int val$width -androidx.coordinatorlayout.R$id: int right -cyanogenmod.providers.CMSettings$System: java.lang.String DOUBLE_TAP_SLEEP_GESTURE -com.google.android.material.progressindicator.ProgressIndicator: int getIndicatorCornerRadius() -okio.Options: java.lang.Object get(int) -james.adaptiveicon.R$styleable: int LinearLayoutCompat_showDividers -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DialogWhenLarge -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean tryEmitScalar(java.util.concurrent.Callable) -wangdaye.com.geometricweather.R$attr: int layout_constraintGuide_end -com.google.android.material.R$style: int Widget_MaterialComponents_ActionBar_Solid -okhttp3.FormBody$Builder: FormBody$Builder() -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_fontFamily -androidx.coordinatorlayout.R$id: int accessibility_custom_action_18 -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintLeft_toLeftOf -androidx.core.R$id: int async -androidx.preference.R$styleable: int AppCompatTheme_selectableItemBackground -androidx.appcompat.widget.AppCompatTextView: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) -com.turingtechnologies.materialscrollbar.R$attr: int queryBackground -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Body2 -okhttp3.MultipartBody: long contentLength() -com.jaredrummler.android.colorpicker.R$drawable: int abc_scrubber_primary_mtrl_alpha -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String cityId -com.google.android.material.R$styleable: int DrawerArrowToggle_arrowHeadLength -androidx.constraintlayout.widget.R$attr: int layout_constraintLeft_creator -androidx.preference.R$attr: int tooltipFrameBackground -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) -com.google.android.material.R$animator: int linear_indeterminate_line2_tail_interpolator -okhttp3.Cache$CacheRequestImpl -android.didikee.donate.R$id: int showCustom -cyanogenmod.app.IPartnerInterface: void reboot() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: void setValue(java.lang.String) -com.jaredrummler.android.colorpicker.R$attr: int firstBaselineToTopHeight -com.google.android.material.R$styleable: int GradientColorItem_android_color -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_125 -okio.BufferedSink: okio.BufferedSink writeByte(int) -androidx.preference.R$attr: int seekBarIncrement -android.didikee.donate.R$id: int collapseActionView -wangdaye.com.geometricweather.R$id: int packed -james.adaptiveicon.R$string: int abc_activity_chooser_view_see_all -cyanogenmod.weather.WeatherInfo$DayForecast$Builder: int mConditionCode -cyanogenmod.themes.ThemeManager: java.util.Set access$000(cyanogenmod.themes.ThemeManager) -androidx.preference.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle -com.google.android.material.R$integer: int mtrl_btn_anim_delay_ms -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown -androidx.preference.R$string: int abc_toolbar_collapse_description -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_lineHeight -io.reactivex.internal.util.NotificationLite: boolean acceptFull(java.lang.Object,org.reactivestreams.Subscriber) -io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: long serialVersionUID -androidx.constraintlayout.widget.R$id: int parentRelative -cyanogenmod.app.ILiveLockScreenManagerProvider: boolean getLiveLockScreenEnabled() -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Small_Inverse -okhttp3.internal.http2.Http2 -cyanogenmod.app.CustomTile$ExpandedStyle: android.widget.RemoteViews contentViews -com.google.android.material.R$styleable: int Chip_checkedIconVisible -androidx.preference.R$layout: int notification_action -android.didikee.donate.R$style: int Widget_AppCompat_ActionButton_Overflow -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: boolean isDisposed() -com.jaredrummler.android.colorpicker.R$styleable: int ListPreference_android_entryValues -wangdaye.com.geometricweather.R$styleable: int AppBarLayoutStates_state_collapsible -wangdaye.com.geometricweather.R$layout: int mtrl_picker_header_toggle -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoonPhaseAngle -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: void onComplete() -cyanogenmod.externalviews.ExternalView$5: void run() -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: long serialVersionUID -androidx.constraintlayout.widget.R$styleable: int Constraint_constraint_referenced_ids -com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title -com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_fastScrollEnabled -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setHeadDescription(java.lang.String) -androidx.viewpager2.R$id: int accessibility_custom_action_3 -com.google.android.material.R$id: int default_activity_button -com.google.android.material.R$dimen: int mtrl_badge_text_horizontal_edge_offset -androidx.appcompat.R$style: int Widget_AppCompat_EditText -wangdaye.com.geometricweather.R$styleable: int GradientColor_android_startColor -androidx.preference.R$styleable: int DrawerArrowToggle_arrowShaftLength -androidx.appcompat.R$id: int accessibility_custom_action_4 -androidx.appcompat.widget.SearchView: void setOnQueryTextListener(androidx.appcompat.widget.SearchView$OnQueryTextListener) -wangdaye.com.geometricweather.R$integer: int status_bar_notification_info_maxnum -wangdaye.com.geometricweather.R$drawable: int weather_thunder_1 -androidx.appcompat.resources.R$dimen: int compat_notification_large_icon_max_width -com.google.android.material.R$attr: int buttonBarPositiveButtonStyle -okhttp3.Address: java.net.ProxySelector proxySelector() -androidx.activity.R$styleable: int GradientColor_android_centerY -io.reactivex.internal.functions.Functions$NaturalComparator -retrofit2.ParameterHandler$Tag: void apply(retrofit2.RequestBuilder,java.lang.Object) -wangdaye.com.geometricweather.R$id: int sort_button -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder proxyAuthenticator(okhttp3.Authenticator) -androidx.preference.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle -androidx.drawerlayout.R$styleable: int GradientColor_android_startX -wangdaye.com.geometricweather.R$id: int item_icon_provider_get_more_container -androidx.appcompat.R$styleable: int AppCompatTheme_colorBackgroundFloating -androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_android_fontWeight -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setProvince(java.lang.String) -androidx.preference.R$dimen: int tooltip_y_offset_touch -wangdaye.com.geometricweather.R$drawable: int notif_temp_116 -wangdaye.com.geometricweather.db.entities.AlertEntity: void setTime(long) -james.adaptiveicon.R$id: int contentPanel -okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection$Builder socket(java.net.Socket,java.lang.String,okio.BufferedSource,okio.BufferedSink) -okhttp3.internal.http2.Http2Connection: long awaitPongsReceived -cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: java.lang.String RINGTONE -androidx.loader.R$layout: R$layout() -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder setEncodedQueryParameter(java.lang.String,java.lang.String) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModePasteDrawable -james.adaptiveicon.R$dimen: int abc_text_size_large_material -james.adaptiveicon.R$styleable: int ActionBar_homeAsUpIndicator -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_Alert -com.turingtechnologies.materialscrollbar.R$styleable: int CompoundButton_buttonTint -okhttp3.internal.ws.WebSocketProtocol -wangdaye.com.geometricweather.R$string: int widget_trend_hourly -wangdaye.com.geometricweather.R$attr: int viewInflaterClass -wangdaye.com.geometricweather.R$drawable: int abc_seekbar_track_material -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_title -androidx.lifecycle.ViewModelProvider$OnRequeryFactory: void onRequery(androidx.lifecycle.ViewModel) -androidx.hilt.work.R$id: int info -wangdaye.com.geometricweather.R$string: int v7_preference_off -cyanogenmod.hardware.ThermalListenerCallback$State: java.lang.String toString(int) -com.google.android.material.R$styleable: int SearchView_android_inputType -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constrainedWidth -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Position -okhttp3.package-info -cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode getRingerMode() -retrofit2.Utils: boolean isAnnotationPresent(java.lang.annotation.Annotation[],java.lang.Class) -cyanogenmod.app.IProfileManager$Stub$Proxy: void resetAll() -androidx.constraintlayout.widget.R$id: int src_atop -androidx.constraintlayout.widget.R$styleable: int StateListDrawable_android_enterFadeDuration -com.jaredrummler.android.colorpicker.R$id: int action_bar_subtitle -wangdaye.com.geometricweather.R$color: int dim_foreground_disabled_material_light -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: int unitArrayIndex -com.google.android.material.R$attr: int cardCornerRadius -wangdaye.com.geometricweather.R$drawable: int clock_dial_light -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_12 -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void drainAndDispose() -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_RatingBar -androidx.recyclerview.R$color -com.google.android.material.R$styleable: int Chip_android_ellipsize -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle -com.xw.repo.bubbleseekbar.R$id: int blocking -com.google.android.material.chip.Chip: void setChipIconEnabledResource(int) -androidx.coordinatorlayout.R$drawable: int notification_bg_normal -okhttp3.RealCall: java.io.IOException timeoutExit(java.io.IOException) -androidx.customview.R$integer: int status_bar_notification_info_maxnum -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_android_gravity -androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat_Dialog -com.google.android.material.R$anim: int abc_tooltip_exit -wangdaye.com.geometricweather.R$styleable: int TagView_checked -androidx.recyclerview.R$styleable: int FontFamilyFont_android_font -wangdaye.com.geometricweather.db.entities.MinutelyEntity: int getMinuteInterval() -androidx.preference.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated -okio.Okio$1: void close() -okhttp3.Cache$Entry: java.lang.String RECEIVED_MILLIS -retrofit2.ParameterHandler$QueryMap: retrofit2.Converter valueConverter -okhttp3.internal.connection.RouteSelector$Selection: java.util.List getAll() -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: ObservableConcatMapCompletable$ConcatMapCompletableObserver(io.reactivex.CompletableObserver,io.reactivex.functions.Function,io.reactivex.internal.util.ErrorMode,int) -retrofit2.RequestFactory$Builder: java.lang.String relativeUrl -androidx.appcompat.widget.Toolbar: android.graphics.drawable.Drawable getNavigationIcon() -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: java.lang.Object item -io.reactivex.Observable: io.reactivex.Observable flatMapMaybe(io.reactivex.functions.Function,boolean) -androidx.lifecycle.CompositeGeneratedAdaptersObserver: CompositeGeneratedAdaptersObserver(androidx.lifecycle.GeneratedAdapter[]) -com.google.android.material.R$style: int TextAppearance_Compat_Notification_Line2 -cyanogenmod.app.ProfileGroup: void writeToParcel(android.os.Parcel,int) -wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation: wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation valueOf(java.lang.String) -com.google.android.material.R$styleable: int Slider_haloColor -androidx.constraintlayout.widget.R$dimen: int abc_dropdownitem_text_padding_left -com.jaredrummler.android.colorpicker.R$styleable: int ColorPickerView_cpv_alphaChannelVisible -okhttp3.internal.http2.Hpack$Reader: void readLiteralHeaderWithoutIndexingNewName() -androidx.preference.R$attr: int persistent -okhttp3.internal.cache2.Relay$RelaySource: okhttp3.internal.cache2.Relay this$0 -com.xw.repo.bubbleseekbar.R$attr: int listPreferredItemHeightSmall -com.google.android.material.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton -com.google.android.material.R$styleable: int Layout_layout_constraintVertical_weight -androidx.preference.R$id: int text -androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_DayNight_ActionBar -com.google.android.material.R$attr: int buttonTintMode -wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_colorShape -okio.RealBufferedSource: java.lang.String readUtf8() -androidx.appcompat.widget.ContentFrameLayout: android.util.TypedValue getMinWidthMajor() -com.google.android.material.slider.Slider: void setTrackHeight(int) -io.reactivex.internal.subscriptions.BasicQueueSubscription: java.lang.Object poll() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String alarmTp2 -androidx.loader.R$styleable: R$styleable() -androidx.activity.R$id: int text -wangdaye.com.geometricweather.R$attr -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Metric -james.adaptiveicon.R$styleable: int AppCompatTheme_editTextBackground -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_checkboxStyle -cyanogenmod.weather.CMWeatherManager$2 -androidx.fragment.app.FragmentActivity: FragmentActivity() -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setThunderstormPrecipitation(java.lang.Float) -android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_ActionBar -com.google.android.material.circularreveal.CircularRevealFrameLayout: void setCircularRevealScrimColor(int) -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_WIND_SPEED_UNIT -androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory: androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory getInstance(android.app.Application) -cyanogenmod.profiles.StreamSettings$1: java.lang.Object createFromParcel(android.os.Parcel) -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: int STATE_RESULT_VALUE -james.adaptiveicon.R$attr: int alertDialogButtonGroupStyle -com.turingtechnologies.materialscrollbar.R$dimen -androidx.viewpager.widget.PagerTabStrip: void setBackgroundResource(int) -wangdaye.com.geometricweather.common.rxjava.BaseObserver: void onFailed() -androidx.appcompat.resources.R$id: int accessibility_custom_action_14 -wangdaye.com.geometricweather.R$attr: int constraints -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: void setFrom(java.lang.String) -androidx.appcompat.resources.R$id: int notification_main_column_container -androidx.constraintlayout.widget.R$anim: int btn_checkbox_to_checked_box_inner_merged_animation -com.xw.repo.bubbleseekbar.R$color: int primary_material_dark -com.google.android.material.R$style: int Widget_AppCompat_ActionButton_Overflow -com.google.android.material.R$id: int spacer -androidx.customview.R$attr: int fontProviderPackage -wangdaye.com.geometricweather.R$string: int week_1 -okhttp3.ResponseBody$1: okhttp3.MediaType contentType() -androidx.constraintlayout.widget.R$styleable: int PopupWindow_android_popupAnimationStyle -okhttp3.internal.cache.DiskLruCache$Entry: okhttp3.internal.cache.DiskLruCache$Snapshot snapshot() -com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.reflect.Type getRawType() -cyanogenmod.externalviews.KeyguardExternalView: boolean onPreDraw() -androidx.dynamicanimation.R$id: int action_container -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeSplitBackground -cyanogenmod.weather.WeatherInfo: java.lang.String mKey -wangdaye.com.geometricweather.R$layout: int activity_card_display_manage -wangdaye.com.geometricweather.R$style: int Base_V21_Theme_MaterialComponents_Light_Dialog -okio.RealBufferedSink$1: void flush() -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int FREEZING_DRIZZLE -com.google.android.material.R$styleable: int[] MenuView -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: boolean hasCompleted() -com.google.android.material.R$id: int flip -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxStrokeColor -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature -wangdaye.com.geometricweather.R$attr: int max -cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status COMPLETED -cyanogenmod.hardware.CMHardwareManager: int FEATURE_LONG_TERM_ORBITS -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatImageView_android_src -wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_1 -wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_label_padding -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_icon_4 -cyanogenmod.externalviews.KeyguardExternalView: void onKeyguardShowing(boolean) -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Button -wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: int unitArrayIndex -androidx.lifecycle.extensions.R$dimen: int notification_subtext_size -android.didikee.donate.R$id: int progress_horizontal -io.reactivex.internal.disposables.EmptyDisposable: void error(java.lang.Throwable,io.reactivex.Observer) -androidx.fragment.R$style: int TextAppearance_Compat_Notification_Time -okhttp3.internal.http2.Hpack$Reader: void readLiteralHeaderWithIncrementalIndexingIndexedName(int) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_86 -androidx.appcompat.resources.R$id: int accessibility_custom_action_13 -wangdaye.com.geometricweather.background.polling.work.worker.NormalUpdateWorker -wangdaye.com.geometricweather.R$styleable: int MaterialButton_android_insetLeft -wangdaye.com.geometricweather.R$styleable: int RecyclerView_stackFromEnd -io.reactivex.Observable: io.reactivex.Observable zip(java.lang.Iterable,io.reactivex.functions.Function) -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_logoDescription -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setSo2Desc(java.lang.String) -androidx.hilt.lifecycle.R$styleable: int FragmentContainerView_android_name -com.xw.repo.bubbleseekbar.R$styleable: int[] ActionBar -com.bumptech.glide.integration.okhttp.R$attr: int fontProviderFetchTimeout -wangdaye.com.geometricweather.R$styleable: int[] AppCompatTextView -wangdaye.com.geometricweather.R$id: int drawerLayout -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.internal.util.AtomicThrowable error -com.xw.repo.bubbleseekbar.R$styleable: int MenuGroup_android_menuCategory -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature Temperature -com.google.android.material.R$string: int character_counter_pattern -androidx.preference.R$styleable: int ColorStateListItem_android_alpha -okhttp3.WebSocket$Factory -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_transformPivotX -com.google.android.material.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow -com.google.android.material.R$styleable: int[] FloatingActionButton -androidx.vectordrawable.R$attr: int alpha -com.google.android.material.R$styleable: int TextInputLayout_helperTextTextColor -androidx.appcompat.R$styleable: int SearchView_searchIcon -james.adaptiveicon.R$style: int Widget_AppCompat_ListPopupWindow -androidx.preference.R$color: int abc_search_url_text -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ButtonBar -james.adaptiveicon.R$style: int Base_V7_Theme_AppCompat_Light -com.jaredrummler.android.colorpicker.R$style: int Preference_SwitchPreference -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$5: ExternalViewProviderService$Provider$ProviderImpl$5(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) -android.didikee.donate.R$styleable: int DrawerArrowToggle_barLength -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_Dialog_FixedSize -androidx.appcompat.R$styleable: int AppCompatSeekBar_tickMarkTintMode -wangdaye.com.geometricweather.R$attr: int colorSecondary -okhttp3.Request$Builder: okhttp3.Request$Builder cacheControl(okhttp3.CacheControl) -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.Integer dbz -com.jaredrummler.android.colorpicker.R$styleable: int CompoundButton_android_button -cyanogenmod.app.suggest.IAppSuggestManager$Stub: int TRANSACTION_getSuggestions -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: ObservableBufferBoundary$BufferBoundaryObserver(io.reactivex.Observer,io.reactivex.ObservableSource,io.reactivex.functions.Function,java.util.concurrent.Callable) -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.lang.String weatherText -cyanogenmod.themes.IThemeChangeListener: void onFinish(boolean) -cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_PICKED_UUID -androidx.lifecycle.SavedStateHandleController -com.google.android.material.R$attr: int multiChoiceItemLayout -androidx.coordinatorlayout.R$id: int notification_main_column_container -com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableTransition_android_reversible -james.adaptiveicon.R$drawable: int abc_list_longpressed_holo -okhttp3.Cookie$Builder: java.lang.String domain -com.google.android.material.R$style: int Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog -retrofit2.http.Headers: java.lang.String[] value() -com.google.android.material.slider.Slider: void setLabelFormatter(com.google.android.material.slider.LabelFormatter) -androidx.constraintlayout.widget.R$attr: int tooltipForegroundColor -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedNoLast -androidx.core.app.RemoteActionCompat -com.turingtechnologies.materialscrollbar.R$styleable: int[] ButtonBarLayout -com.google.android.material.R$styleable: int OnSwipe_maxVelocity -androidx.core.R$id: int tag_accessibility_heading -com.jaredrummler.android.colorpicker.R$layout: int abc_popup_menu_header_item_layout -cyanogenmod.externalviews.KeyguardExternalViewProviderService: java.lang.String access$200() -androidx.constraintlayout.widget.R$attr: int multiChoiceItemLayout -com.google.android.material.R$animator: int mtrl_fab_show_motion_spec -com.google.android.material.R$dimen: int mtrl_calendar_dialog_background_inset -james.adaptiveicon.R$styleable: int View_theme -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_transformPivotY -okhttp3.Cache: void flush() -com.google.android.material.circularreveal.CircularRevealRelativeLayout: int getCircularRevealScrimColor() -androidx.core.R$styleable: int FontFamilyFont_android_fontWeight -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: io.reactivex.internal.util.AtomicThrowable error -com.google.android.material.R$style: int Widget_MaterialComponents_PopupMenu -okhttp3.Cache: int ENTRY_BODY -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling: AccuCurrentResult$Ceiling() -androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_scaleX -cyanogenmod.app.CMTelephonyManager -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: double lon -wangdaye.com.geometricweather.R$attr: int endIconTintMode -android.didikee.donate.R$color: int material_grey_800 -wangdaye.com.geometricweather.R$color: int mtrl_btn_stroke_color_selector -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_4_30 -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionButton -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_toTopOf -okhttp3.internal.platform.Android10Platform: java.lang.String getSelectedProtocol(javax.net.ssl.SSLSocket) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_searchViewStyle -androidx.appcompat.R$styleable: int ActionMode_backgroundSplit -androidx.constraintlayout.widget.R$drawable: int abc_btn_radio_material_anim -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_fabSize -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain: java.lang.Float cumul1H -androidx.recyclerview.R$styleable: int ColorStateListItem_alpha -androidx.work.R$id: int accessibility_custom_action_10 -com.google.android.material.tabs.TabLayout: int getSelectedTabPosition() -retrofit2.http.HTTP -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.HalfDay night() -androidx.loader.R$style: int TextAppearance_Compat_Notification -androidx.hilt.work.R$attr: R$attr() -androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_android_ttcIndex -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: java.util.Locale getLocale() -com.jaredrummler.android.colorpicker.R$color: int switch_thumb_material_light -com.jaredrummler.android.colorpicker.R$style: int Animation_AppCompat_DropDownUp -androidx.appcompat.widget.SwitchCompat: boolean getSplitTrack() -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Temperature: java.lang.Float value -com.google.android.material.R$id: int multiply -cyanogenmod.themes.IThemeProcessingListener$Stub -androidx.dynamicanimation.R$style: int TextAppearance_Compat_Notification_Time -wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_textSize -androidx.constraintlayout.widget.R$style: int Platform_V21_AppCompat_Light -androidx.work.R$id: int line1 -cyanogenmod.alarmclock.ClockContract$InstancesColumns: int MISSED_STATE -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_goneMarginBottom -androidx.appcompat.R$attr: int contentInsetStartWithNavigation -cyanogenmod.weather.IRequestInfoListener$Stub: android.os.IBinder asBinder() -retrofit2.Utils: java.lang.reflect.Type getParameterLowerBound(int,java.lang.reflect.ParameterizedType) -androidx.appcompat.R$id: int accessibility_custom_action_3 -com.google.gson.stream.JsonWriter: void setLenient(boolean) -androidx.legacy.coreutils.R$dimen -okhttp3.internal.ws.WebSocketReader$FrameCallback: void onReadMessage(okio.ByteString) -okhttp3.EventListener: void requestHeadersStart(okhttp3.Call) -androidx.preference.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid -androidx.work.R$styleable: int GradientColor_android_endX -wangdaye.com.geometricweather.R$styleable: int MaterialCardView_checkedIconMargin -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float getIce() -com.google.android.material.R$style: int ShapeAppearanceOverlay -com.jaredrummler.android.colorpicker.ColorPanelView: ColorPanelView(android.content.Context) -wangdaye.com.geometricweather.R$styleable: int CardView_contentPaddingBottom -androidx.coordinatorlayout.R$styleable: int GradientColor_android_startY -wangdaye.com.geometricweather.R$styleable: int SearchView_android_imeOptions -wangdaye.com.geometricweather.R$dimen: R$dimen() -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Headline -androidx.activity.R$id: int accessibility_custom_action_2 -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_PopupMenu -io.reactivex.Observable: io.reactivex.Observable concatWith(io.reactivex.ObservableSource) -com.turingtechnologies.materialscrollbar.R$drawable: int design_fab_background -com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleMarginEnd -wangdaye.com.geometricweather.R$attr: int state_collapsible -retrofit2.http.POST -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: void setZh_CN(java.lang.String) -wangdaye.com.geometricweather.R$id: int animateToStart -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Chip -androidx.preference.R$styleable: int Preference_widgetLayout -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_ctd -okhttp3.internal.http.HttpHeaders: boolean hasBody(okhttp3.Response) -androidx.preference.R$id: int bottom -androidx.constraintlayout.widget.R$drawable: int abc_textfield_search_activated_mtrl_alpha -okhttp3.internal.http2.Huffman: byte[] decode(byte[]) -wangdaye.com.geometricweather.R$styleable: int AppCompatSeekBar_tickMarkTintMode -okhttp3.internal.http2.Hpack$Reader -cyanogenmod.externalviews.KeyguardExternalView: void onKeyguardDismissed() -okhttp3.OkHttpClient$Builder: okhttp3.CookieJar cookieJar -com.google.android.material.bottomappbar.BottomAppBar: void setElevation(float) -androidx.hilt.lifecycle.R$dimen: int compat_button_padding_horizontal_material -androidx.preference.R$styleable: int ActionBar_displayOptions -com.jaredrummler.android.colorpicker.R$attr: int editTextColor -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getMoldLevel() -retrofit2.Invocation: java.lang.reflect.Method method() -com.google.android.material.appbar.AppBarLayout$Behavior -com.google.android.material.R$color: int mtrl_bottom_nav_item_tint -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Metric -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean yesterday -wangdaye.com.geometricweather.R$attr: int preferenceTheme -androidx.preference.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable -com.google.android.material.radiobutton.MaterialRadioButton: MaterialRadioButton(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$dimen: int notification_top_pad_large_text -retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: void onFailure(retrofit2.Call,java.lang.Throwable) -okhttp3.internal.http2.Http2Connection$2: int val$streamId -com.turingtechnologies.materialscrollbar.R$string: int abc_activitychooserview_choose_application -cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String opPkg -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_1_light -androidx.appcompat.resources.R$dimen: int notification_small_icon_background_padding -com.github.rahatarmanahmed.cpv.CircularProgressView$3: void onAnimationUpdate(android.animation.ValueAnimator) -androidx.constraintlayout.widget.R$drawable: int abc_popup_background_mtrl_mult -androidx.preference.R$attr: int colorControlHighlight -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator CAMERA_SLEEP_ON_RELEASE_VALIDATOR -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Speed: int UnitType -cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: void lookupCity(cyanogenmod.weather.RequestInfo) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_maxHeight -com.google.android.material.R$styleable: int MenuItem_android_menuCategory -com.google.android.material.R$attr: int fontProviderAuthority -james.adaptiveicon.R$styleable: int[] MenuGroup -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void updateVisibility() -com.google.android.material.R$style: int Widget_AppCompat_ActionBar_TabText -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void startFirstTimeout(io.reactivex.ObservableSource) -androidx.appcompat.R$anim: int btn_radio_to_off_mtrl_dot_group_animation -com.google.android.material.button.MaterialButton: void setBackgroundDrawable(android.graphics.drawable.Drawable) -com.xw.repo.bubbleseekbar.R$attr: int buttonTint -cyanogenmod.providers.CMSettings$NameValueCache: android.net.Uri mUri -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_TEMPERATURE_MODE_VALIDATOR -wangdaye.com.geometricweather.R$color: int colorLevel_4 -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_day_height -com.google.android.material.R$attr: int cardViewStyle -okhttp3.internal.ws.WebSocketReader: void readMessageFrame() -com.turingtechnologies.materialscrollbar.R$attr: int alertDialogTheme -wangdaye.com.geometricweather.R$id: int mtrl_internal_children_alpha_tag -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric -com.jaredrummler.android.colorpicker.R$attr: int popupTheme -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_17 -okhttp3.HttpUrl: java.lang.String password -okio.ForwardingTimeout: okio.Timeout delegate -okhttp3.logging.LoggingEventListener$1 -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_ActionBar_Primary -com.google.android.material.internal.FlowLayout: void setSingleLine(boolean) -okhttp3.internal.ws.RealWebSocket$Close: int code -com.google.android.material.circularreveal.CircularRevealRelativeLayout: android.graphics.drawable.Drawable getCircularRevealOverlayDrawable() -wangdaye.com.geometricweather.R$styleable: int MenuItem_contentDescription -cyanogenmod.hardware.CMHardwareManager: int FEATURE_ADAPTIVE_BACKLIGHT -com.google.android.material.R$drawable: int design_bottom_navigation_item_background -com.xw.repo.bubbleseekbar.R$attr: int textColorSearchUrl -androidx.coordinatorlayout.widget.CoordinatorLayout: void setVisibility(int) -androidx.viewpager2.R$id: int notification_main_column -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary -james.adaptiveicon.R$styleable: int SearchView_defaultQueryHint -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_Dialog_Alert -androidx.appcompat.R$attr: int actionButtonStyle -com.google.android.material.R$styleable: int ViewBackgroundHelper_backgroundTint -androidx.hilt.lifecycle.R$styleable: int GradientColor_android_centerColor -com.jaredrummler.android.colorpicker.R$attr: int dialogTheme -androidx.appcompat.widget.AppCompatButton: android.content.res.ColorStateList getSupportBackgroundTintList() -androidx.appcompat.R$styleable: int MenuGroup_android_id -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Body2 -com.google.android.material.R$style: int Base_Animation_AppCompat_Dialog -cyanogenmod.app.ILiveLockScreenManager: boolean unregisterChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) -com.jaredrummler.android.colorpicker.R$drawable: int abc_ratingbar_indicator_material -okio.RealBufferedSource: long readAll(okio.Sink) -okio.Timeout: okio.Timeout NONE -okhttp3.TlsVersion: okhttp3.TlsVersion[] $VALUES -wangdaye.com.geometricweather.common.basic.models.weather.WindDegree: java.lang.String getWindArrow() -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments textAvalanche -androidx.preference.R$color: int dim_foreground_disabled_material_dark -com.google.android.material.R$layout: int mtrl_picker_actions -org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.rx.RxTransaction rxTx() -com.turingtechnologies.materialscrollbar.R$id: int line1 -retrofit2.Retrofit: java.util.concurrent.Executor callbackExecutor -wangdaye.com.geometricweather.R$string: int material_minute_suffix -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: java.lang.String getBrandId() -com.google.android.material.R$attr: int chipStyle -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void onError(java.lang.Throwable) -androidx.swiperefreshlayout.R$id: R$id() -android.didikee.donate.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth -okhttp3.internal.http.RealInterceptorChain: int connectTimeoutMillis() -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color: AccuAlertResult$Color() -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_barrierAllowsGoneWidgets -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_text_size -okhttp3.HttpUrl: int querySize() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult -retrofit2.Callback -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: long serialVersionUID -android.didikee.donate.R$style: int AlertDialog_AppCompat_Light -wangdaye.com.geometricweather.R$xml: int perference_appearance -wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_margin -androidx.appcompat.widget.LinearLayoutCompat: void setMeasureWithLargestChildEnabled(boolean) -cyanogenmod.externalviews.ExternalView$2: int val$width -com.google.android.material.appbar.CollapsingToolbarLayout: void setStatusBarScrim(android.graphics.drawable.Drawable) -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void innerError(io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver,java.lang.Throwable) -okio.Buffer: byte[] DIGITS -com.google.android.material.slider.RangeSlider: int getTrackHeight() -androidx.constraintlayout.widget.R$styleable: int ImageFilterView_round -androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_android_fontWeight -androidx.preference.R$id: int image -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_firstVerticalBias -com.bumptech.glide.R$dimen: int notification_main_column_padding_top -io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: void onError(java.lang.Throwable) -com.jaredrummler.android.colorpicker.R$styleable: int ViewBackgroundHelper_backgroundTint -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Long id -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Metric: AccuCurrentResult$WindChillTemperature$Metric() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_drawableBottom -androidx.core.R$id: int action_text -wangdaye.com.geometricweather.R$anim: int btn_checkbox_to_checked_box_outer_merged_animation -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: void onError(java.lang.Throwable) -androidx.recyclerview.widget.LinearLayoutManager$SavedState -android.didikee.donate.R$styleable: int AppCompatTheme_listPopupWindowStyle -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_firstHorizontalBias -wangdaye.com.geometricweather.R$string: int feedback_interpret_notification_group_content -androidx.appcompat.R$color: int abc_color_highlight_material -com.google.android.material.R$drawable: int abc_ratingbar_material -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionButton_Overflow -com.github.rahatarmanahmed.cpv.CircularProgressView: void startAnimation() -wangdaye.com.geometricweather.R$styleable: int Preference_singleLineTitle -androidx.legacy.coreutils.R$dimen: int notification_big_circle_margin -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub: int TRANSACTION_setServiceRequestState -okhttp3.internal.http2.Http2: java.lang.String[] BINARY -com.google.android.material.R$styleable: int ExtendedFloatingActionButton_shrinkMotionSpec -com.google.android.material.R$attr: int tabRippleColor -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu -james.adaptiveicon.R$color: R$color() -okhttp3.Cache$CacheRequestImpl: okhttp3.Cache this$0 -android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query -okhttp3.internal.ws.WebSocketReader: okio.Buffer messageFrameBuffer -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setIsModify(boolean) -com.google.android.material.R$styleable: int SearchView_searchHintIcon -io.reactivex.Observable: io.reactivex.Observable concat(io.reactivex.ObservableSource,io.reactivex.ObservableSource) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeRealFeelTemperature() -com.google.android.material.R$dimen: int abc_text_size_headline_material -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: ILiveLockScreenManagerProvider$Stub$Proxy(android.os.IBinder) -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getPivotX() -androidx.constraintlayout.widget.R$styleable: int AlertDialog_showTitle -androidx.appcompat.R$attr: int checkboxStyle -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.preference.R$drawable: int abc_btn_switch_to_on_mtrl_00001 -org.greenrobot.greendao.AbstractDao: void attachEntity(java.lang.Object) -androidx.dynamicanimation.R$attr: int fontProviderAuthority -androidx.appcompat.R$styleable: int SwitchCompat_track -com.google.android.material.R$styleable: int[] RangeSlider -androidx.cardview.widget.CardView: boolean getUseCompatPadding() -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setDeleteIntent(android.app.PendingIntent) -james.adaptiveicon.R$drawable: int abc_seekbar_track_material -james.adaptiveicon.R$styleable: int AppCompatTheme_dividerHorizontal -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_LOW_POWER_VALIDATOR -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_80 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX -androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy: ConstraintProxy$NetworkStateProxy() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeThunderstormPrecipitationProbability() -com.bumptech.glide.R$color: int notification_icon_bg_color -wangdaye.com.geometricweather.R$layout: int widget_day_week_tile -androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_textSize -com.google.android.material.R$style: int TextAppearance_Design_Suffix -wangdaye.com.geometricweather.R$string: int settings_summary_appearance -james.adaptiveicon.R$dimen: int abc_text_size_display_1_material -androidx.preference.R$id: int none -androidx.appcompat.R$style: int Base_V22_Theme_AppCompat -com.google.android.material.R$id: int SHOW_PATH -androidx.constraintlayout.widget.R$attr: int layout_constraintHorizontal_weight -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean writePersistentBytes(java.lang.String,byte[]) -okhttp3.internal.http2.Http2Connection$Listener$1 -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceImageView_maxWidth -retrofit2.KotlinExtensions$awaitResponse$$inlined$suspendCancellableCoroutine$lambda$1: KotlinExtensions$awaitResponse$$inlined$suspendCancellableCoroutine$lambda$1(retrofit2.Call) -io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: long serialVersionUID -androidx.swiperefreshlayout.R$id: int forever -wangdaye.com.geometricweather.R$drawable: int ic_temperature_celsius -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light -androidx.vectordrawable.R$id: int accessibility_custom_action_0 -james.adaptiveicon.R$styleable: int AppCompatTheme_editTextColor -androidx.constraintlayout.widget.R$color: int abc_search_url_text_normal -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Imperial: int UnitType -com.google.android.material.R$id: int easeIn -androidx.core.R$id: int notification_main_column -androidx.appcompat.widget.AppCompatTextView: void setSupportCompoundDrawablesTintList(android.content.res.ColorStateList) -com.google.android.material.slider.BaseSlider: float getThumbStrokeWidth() -androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_marginBottom -cyanogenmod.app.CMTelephonyManager: cyanogenmod.app.CMTelephonyManager getInstance(android.content.Context) -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String getRagweedDescription() -androidx.viewpager.widget.PagerTitleStrip: void setSingleLineAllCaps(android.widget.TextView) -wangdaye.com.geometricweather.R$id: int icon -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_animate_relativeTo -androidx.appcompat.resources.R$drawable -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Subhead -android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse -com.google.android.material.R$styleable: int TextAppearance_android_shadowRadius -wangdaye.com.geometricweather.R$dimen: int abc_search_view_preferred_width -androidx.preference.R$drawable: int abc_btn_radio_to_on_mtrl_000 -com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_animAutostart -android.didikee.donate.R$drawable: int notification_template_icon_bg -com.google.android.material.internal.CheckableImageButton: void setPressed(boolean) -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionBar_TabView -wangdaye.com.geometricweather.R$drawable: int ic_launcher_foreground -com.turingtechnologies.materialscrollbar.R$styleable: int CompoundButton_android_button -james.adaptiveicon.R$bool: int abc_action_bar_embed_tabs -androidx.hilt.lifecycle.R$dimen: int notification_large_icon_height -okio.Okio$1: java.lang.String toString() -io.reactivex.internal.subscriptions.DeferredScalarSubscription: void clear() -androidx.appcompat.R$styleable: int CompoundButton_buttonTintMode -wangdaye.com.geometricweather.R$id: int async -wangdaye.com.geometricweather.R$attr: int paddingLeftSystemWindowInsets -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum -androidx.drawerlayout.R$styleable: int GradientColor_android_startColor -james.adaptiveicon.R$styleable: int AppCompatTheme_colorControlNormal -wangdaye.com.geometricweather.R$drawable: int btn_radio_off_mtrl -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setFillAlpha(float) -androidx.drawerlayout.R$color: int notification_action_color_filter -androidx.drawerlayout.R$attr: int fontProviderPackage -cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String MONTH -com.google.android.material.R$styleable: int FontFamilyFont_android_fontWeight -com.turingtechnologies.materialscrollbar.R$attr: int bottomNavigationStyle -io.reactivex.Observable: io.reactivex.Observable mergeArrayDelayError(io.reactivex.ObservableSource[]) -com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableTransition_android_fromId -wangdaye.com.geometricweather.R$array: int subtitle_data -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionBar -androidx.preference.R$styleable: int Preference_android_order -io.reactivex.subjects.PublishSubject$PublishDisposable -wangdaye.com.geometricweather.R$styleable: int TextInputEditText_textInputLayoutFocusedRectEnabled -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_toLeftOf -okhttp3.internal.http2.Http2Stream: void writeHeaders(java.util.List,boolean) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable -androidx.preference.R$styleable: int StateListDrawable_android_enterFadeDuration -com.bumptech.glide.R$styleable: int GradientColor_android_centerColor -com.turingtechnologies.materialscrollbar.R$attr: int boxCornerRadiusBottomEnd -com.turingtechnologies.materialscrollbar.R$anim: int abc_shrink_fade_out_from_bottom -okhttp3.internal.http2.Http2Stream: void receiveFin() -androidx.lifecycle.ViewModelProviders$DefaultFactory -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceImageView_android_maxWidth -io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,long) -okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.platform.OptionalMethod setHostname -james.adaptiveicon.R$drawable: int abc_cab_background_top_material -wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Tab -androidx.vectordrawable.R$id: int tag_accessibility_heading -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder encodedUsername(java.lang.String) -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: boolean done -james.adaptiveicon.R$styleable: int Toolbar_contentInsetEnd -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_20 -wangdaye.com.geometricweather.R$styleable: int PreferenceFragment_allowDividerAfterLastItem -okhttp3.Request$Builder: okhttp3.RequestBody body -android.didikee.donate.R$drawable: int abc_text_select_handle_left_mtrl_dark -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense -com.google.android.material.R$drawable: int abc_text_select_handle_right_mtrl_dark -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Large -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon -com.xw.repo.bubbleseekbar.R$dimen: int notification_right_side_padding_top -wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.String getShortUVDescription() -androidx.constraintlayout.helper.widget.Flow: Flow(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$array: int pollen_unit_values -cyanogenmod.externalviews.KeyguardExternalView$2: void setInteractivity(boolean) -androidx.loader.app.LoaderManagerImpl$LoaderViewModel -androidx.dynamicanimation.R$color: int notification_icon_bg_color -com.turingtechnologies.materialscrollbar.R$id: int action_bar_container -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_1 -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Temperature: MfHistoryResult$History$Temperature() -com.google.android.material.R$styleable: int Layout_layout_constraintCircleAngle -wangdaye.com.geometricweather.R$dimen: int little_weather_icon_container_size -okio.GzipSource: void checkEqual(java.lang.String,int,int) -androidx.constraintlayout.widget.R$attr: int submitBackground -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String getProvince() -com.turingtechnologies.materialscrollbar.R$color: int material_grey_900 -androidx.preference.R$style: int Base_ThemeOverlay_AppCompat -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_title -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight_DarkActionBar -okhttp3.internal.cache.CacheStrategy$Factory: long sentRequestMillis -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: boolean isDisposed() -androidx.core.app.NotificationCompatSideChannelService: NotificationCompatSideChannelService() -android.didikee.donate.R$style: int Widget_AppCompat_SeekBar -androidx.constraintlayout.widget.R$attr: int motionProgress -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_rotationY -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver parent -wangdaye.com.geometricweather.R$styleable: int Transform_android_elevation -androidx.core.app.JobIntentService: JobIntentService() -retrofit2.adapter.rxjava2.CallExecuteObservable: retrofit2.Call originalCall -cyanogenmod.hardware.IThermalListenerCallback$Stub$Proxy: java.lang.String getInterfaceDescriptor() -wangdaye.com.geometricweather.R$drawable: int ic_back -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Large_Inverse -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_SeekBar_Discrete -wangdaye.com.geometricweather.R$style: int Base_V23_Theme_AppCompat_Light -androidx.appcompat.R$attr: int actionProviderClass -com.turingtechnologies.materialscrollbar.R$color: int error_color_material_dark -androidx.appcompat.widget.DropDownListView: void setSelectorEnabled(boolean) -androidx.preference.R$attr: int showSeekBarValue -james.adaptiveicon.R$attr: int editTextColor -androidx.preference.R$style: int Widget_AppCompat_Spinner_DropDown -io.reactivex.internal.subscriptions.EmptySubscription: java.lang.String toString() -wangdaye.com.geometricweather.R$id: int dialog_background_location_container -okhttp3.RealCall: void cancel() -wangdaye.com.geometricweather.settings.dialogs.ProvidersPreviewerDialog: ProvidersPreviewerDialog() -androidx.cardview.R$styleable: int CardView_cardCornerRadius -james.adaptiveicon.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner -wangdaye.com.geometricweather.R$attr: int fabSize -androidx.preference.R$style: int Platform_V21_AppCompat -androidx.preference.R$dimen: int abc_cascading_menus_min_smallest_width -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_textLocale -com.bumptech.glide.R$dimen: int notification_content_margin_start -androidx.constraintlayout.widget.R$style: int Base_DialogWindowTitleBackground_AppCompat -androidx.cardview.widget.CardView: void setCardBackgroundColor(int) -androidx.appcompat.R$dimen: int abc_text_size_display_4_material -wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit[] values() -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Body1 -androidx.appcompat.R$color: int switch_thumb_normal_material_dark -com.google.android.material.R$layout: int material_timepicker_dialog -androidx.preference.R$anim -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property CityId -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void runBackfused() -wangdaye.com.geometricweather.db.entities.AlertEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) -wangdaye.com.geometricweather.R$string: int widget_clock_day_week -android.didikee.donate.R$drawable: int abc_ic_star_half_black_16dp -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: retrofit2.Response execute() -wangdaye.com.geometricweather.R$color: int mtrl_error -com.google.android.material.chip.Chip: float getTextEndPadding() -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: AccuMinuteResult$IntervalsBean() -androidx.lifecycle.ClassesInfoCache$MethodReference: java.lang.reflect.Method mMethod -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: long EffectiveEpochDate -com.bumptech.glide.R$dimen: int compat_notification_large_icon_max_height -androidx.appcompat.R$style: int Platform_V25_AppCompat_Light -androidx.appcompat.R$color: int primary_text_disabled_material_light -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight -com.google.android.material.R$attr: int ratingBarStyleIndicator -androidx.appcompat.resources.R$styleable: int GradientColorItem_android_color -androidx.appcompat.R$styleable: int AlertDialog_multiChoiceItemLayout -cyanogenmod.app.IProfileManager$Stub$Proxy: boolean profileExists(android.os.ParcelUuid) -wangdaye.com.geometricweather.R$attr: int layout_behavior -com.google.android.material.R$styleable: int ActionBar_displayOptions -cyanogenmod.app.ILiveLockScreenManager: void cancelLiveLockScreen(java.lang.String,int,int) -android.didikee.donate.R$attr: int panelMenuListWidth -wangdaye.com.geometricweather.R$id: int notification_multi_city_text_1 -cyanogenmod.library.R$styleable: R$styleable() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatSeekBar_tickMark -androidx.hilt.lifecycle.R$dimen: int notification_small_icon_size_as_large -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_NOTIFICATIONS -androidx.viewpager2.R$styleable: int[] RecyclerView -wangdaye.com.geometricweather.R$string: int wet_bulb_temperature -androidx.constraintlayout.widget.R$color: int primary_text_default_material_dark -androidx.appcompat.widget.AppCompatAutoCompleteTextView: void setCustomSelectionActionModeCallback(android.view.ActionMode$Callback) -androidx.appcompat.R$attr: int titleMarginTop -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder sslSocketFactory(javax.net.ssl.SSLSocketFactory,javax.net.ssl.X509TrustManager) -androidx.constraintlayout.widget.R$layout: int abc_tooltip -androidx.appcompat.view.menu.StandardMenuPopup: void setOnDismissListener(android.widget.PopupWindow$OnDismissListener) -androidx.preference.R$styleable: int AppCompatTheme_textColorAlertDialogListItem -androidx.preference.R$attr: int dialogTitle -android.didikee.donate.R$dimen: int highlight_alpha_material_colored -com.jaredrummler.android.colorpicker.R$attr: int cpv_colorShape -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_default -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_autoSizeTextType -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void onError(java.lang.Throwable) -cyanogenmod.profiles.AirplaneModeSettings: int describeContents() -com.google.gson.internal.LinkedTreeMap -com.jaredrummler.android.colorpicker.R$attr: int toolbarStyle -okhttp3.internal.connection.RealConnection: boolean supportsUrl(okhttp3.HttpUrl) -com.bumptech.glide.R$id -cyanogenmod.app.BaseLiveLockManagerService: boolean unregisterChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) -wangdaye.com.geometricweather.db.entities.DailyEntity: void setGrassLevel(java.lang.Integer) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator LIVE_DISPLAY_HINTED_VALIDATOR -androidx.viewpager2.R$string -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout -wangdaye.com.geometricweather.R$layout: int mtrl_calendar_vertical -io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection$Builder listener(okhttp3.internal.http2.Http2Connection$Listener) -com.turingtechnologies.materialscrollbar.R$attr: int autoSizeTextType -androidx.appcompat.R$dimen: int notification_action_text_size -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents -cyanogenmod.weather.CMWeatherManager$2$2 -io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: long serialVersionUID -androidx.swiperefreshlayout.R$styleable: int GradientColorItem_android_color -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: io.reactivex.internal.util.AtomicThrowable errors -androidx.core.R$id: int accessibility_custom_action_19 -wangdaye.com.geometricweather.R$styleable: int Chip_chipEndPadding -com.jaredrummler.android.colorpicker.R$layout: int abc_search_view -com.google.android.material.R$attr: int barrierDirection -androidx.appcompat.resources.R$id: int tag_unhandled_key_event_manager -com.turingtechnologies.materialscrollbar.R$styleable: int[] RecyclerView -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_CompoundButton_RadioButton -wangdaye.com.geometricweather.R$attr: int bsb_section_text_color -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_indicatorColors -com.turingtechnologies.materialscrollbar.R$interpolator: int mtrl_linear_out_slow_in -androidx.viewpager.widget.PagerTitleStrip: void setTextSpacing(int) -okhttp3.internal.http2.Hpack$Reader: void insertIntoDynamicTable(int,okhttp3.internal.http2.Header) -androidx.appcompat.R$id: int accessibility_custom_action_1 -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType UpdateInTxArray -androidx.vectordrawable.R$id: int async -com.turingtechnologies.materialscrollbar.R$layout: int abc_action_bar_up_container -com.google.android.material.R$color: int material_on_background_disabled -androidx.constraintlayout.widget.R$id: int action_divider -com.google.android.material.R$styleable: int[] KeyCycle -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_TextView -wangdaye.com.geometricweather.R$dimen: int mtrl_badge_text_size -cyanogenmod.themes.ThemeChangeRequest$1: ThemeChangeRequest$1() -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void onError(java.lang.Throwable) -com.google.android.material.R$dimen: int mtrl_textinput_box_label_cutout_padding -androidx.preference.R$style: int Animation_AppCompat_Tooltip -com.turingtechnologies.materialscrollbar.R$animator: int mtrl_fab_hide_motion_spec -androidx.vectordrawable.R$dimen: int notification_big_circle_margin -wangdaye.com.geometricweather.R$attr: int enforceTextAppearance -io.reactivex.subjects.PublishSubject$PublishDisposable: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$styleable: int Layout_layout_goneMarginLeft -androidx.hilt.R$styleable: int ColorStateListItem_android_color -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Headline -com.xw.repo.bubbleseekbar.R$attr: int tickMarkTint -com.xw.repo.bubbleseekbar.R$attr: int iconTintMode -okhttp3.EventListener: void dnsStart(okhttp3.Call,java.lang.String) -james.adaptiveicon.R$id: int buttonPanel -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xmp -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: ICMTelephonyManager$Stub$Proxy(android.os.IBinder) -com.xw.repo.bubbleseekbar.R$id: int action_context_bar -androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPreDestroyed(android.app.Activity) -okhttp3.OkHttpClient$1: void addLenient(okhttp3.Headers$Builder,java.lang.String) -com.xw.repo.bubbleseekbar.R$dimen: int abc_dropdownitem_text_padding_left -okhttp3.internal.http.HttpHeaders: boolean varyMatches(okhttp3.Response,okhttp3.Headers,okhttp3.Request) -io.reactivex.Observable: io.reactivex.Observable timer(long,java.util.concurrent.TimeUnit) -androidx.constraintlayout.widget.R$attr: int splitTrack -cyanogenmod.providers.CMSettings$Secure: java.lang.String DEFAULT_THEME_PACKAGE -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String street_number -wangdaye.com.geometricweather.R$dimen: int content_text_size -androidx.preference.R$attr: int selectableItemBackground -com.turingtechnologies.materialscrollbar.R$string: int character_counter_pattern -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: ObservableWindow$WindowSkipObserver(io.reactivex.Observer,long,long,int) -androidx.coordinatorlayout.R$attr: int fontProviderCerts -androidx.constraintlayout.widget.R$attr: int contentInsetRight -com.google.android.material.circularreveal.CircularRevealLinearLayout -com.xw.repo.bubbleseekbar.R$color: int notification_icon_bg_color -com.google.android.material.R$id: int accessibility_custom_action_4 -com.turingtechnologies.materialscrollbar.Indicator: void setRTL(boolean) -cyanogenmod.themes.ThemeManager$1$1: ThemeManager$1$1(cyanogenmod.themes.ThemeManager$1,int) -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: io.reactivex.internal.queue.SpscLinkedArrayQueue queue -com.google.android.material.R$styleable: int ShapeAppearance_cornerSizeTopRight -cyanogenmod.providers.CMSettings$System: java.lang.String BATTERY_LIGHT_LOW_COLOR -androidx.legacy.content.WakefulBroadcastReceiver: WakefulBroadcastReceiver() -com.google.android.material.R$styleable: int KeyTimeCycle_android_elevation -com.google.android.material.chip.ChipGroup: void setFlexWrap(int) -wangdaye.com.geometricweather.R$layout: int mtrl_calendar_year -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addQueryParameter(java.lang.String,java.lang.String) -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintVertical_chainStyle -androidx.core.R$id: int accessibility_custom_action_3 -androidx.recyclerview.R$style: int Widget_Compat_NotificationActionText -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_iconTint -com.google.android.material.R$style: int TextAppearance_AppCompat_Title -com.google.android.material.R$styleable: int KeyAttribute_android_rotationY -io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: boolean isDisposed() -wangdaye.com.geometricweather.common.basic.models.weather.History: History(java.util.Date,long,int,int) -com.google.android.material.internal.BaselineLayout: int getBaseline() -com.google.gson.stream.JsonReader: void skipToEndOfLine() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Imperial: int UnitType -android.didikee.donate.R$dimen: int abc_text_size_subtitle_material_toolbar -androidx.preference.R$style: int ThemeOverlay_AppCompat -androidx.hilt.work.R$id: int notification_main_column -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getNighttimeWindDirection() -okhttp3.internal.http2.Http2Connection: void writeSynResetLater(int,okhttp3.internal.http2.ErrorCode) -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$3: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 -wangdaye.com.geometricweather.R$id: int activity_widget_config_hideSubtitleTitle -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver -com.google.android.material.R$attr: int cornerSizeBottomRight -androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type LEFT -wangdaye.com.geometricweather.R$drawable: int ic_grass -com.google.gson.JsonSyntaxException: JsonSyntaxException(java.lang.String,java.lang.Throwable) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: java.lang.String getEn_US() -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_horizontalAlign -io.reactivex.Observable: int bufferSize() -androidx.appcompat.resources.R$id: int accessibility_custom_action_21 -okio.ByteString: void write(java.io.OutputStream) -wangdaye.com.geometricweather.R$string: int feedback_location_permissions_title -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_icon_3 -android.didikee.donate.R$styleable: int AppCompatTheme_colorControlActivated -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_caption_material -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$DailyTemperature -okhttp3.OkHttpClient$1: void setCache(okhttp3.OkHttpClient$Builder,okhttp3.internal.cache.InternalCache) -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: boolean isDisposed() -wangdaye.com.geometricweather.R$integer: R$integer() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: java.lang.String unit -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_24 -wangdaye.com.geometricweather.R$color: int design_default_color_secondary_variant -cyanogenmod.power.PerformanceManager: int PROFILE_BIAS_POWER_SAVE -cyanogenmod.app.IProfileManager: boolean notificationGroupExistsByName(java.lang.String) -androidx.appcompat.R$style: int Widget_AppCompat_RatingBar -androidx.viewpager2.R$id: int accessibility_custom_action_10 -com.google.android.material.imageview.ShapeableImageView: float getStrokeWidth() -okhttp3.internal.NamedRunnable: void run() -com.turingtechnologies.materialscrollbar.R$attr: int tabIconTint -wangdaye.com.geometricweather.R$style: int Preference_DialogPreference_EditTextPreference_Material -cyanogenmod.providers.CMSettings$Global: void putListAsDelimitedString(android.content.ContentResolver,java.lang.String,java.lang.String,java.util.List) -wangdaye.com.geometricweather.R$attr: int itemShapeAppearanceOverlay -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit -retrofit2.OkHttpCall: retrofit2.RequestFactory requestFactory -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintCircleRadius -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_imageButtonStyle -com.bumptech.glide.load.HttpException: int UNKNOWN -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_CompoundButton_Switch -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_TabText -james.adaptiveicon.R$style: int Widget_AppCompat_Light_PopupMenu -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Day_Today -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_top_padding -com.google.android.material.bottomappbar.BottomAppBar: float getFabTranslationY() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: java.lang.String getZh_CN() -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: void onComplete() -androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityStopped(android.app.Activity) -okhttp3.internal.http1.Http1Codec$FixedLengthSink -com.xw.repo.bubbleseekbar.R$attr: int buttonBarButtonStyle -wangdaye.com.geometricweather.R$id: int action_mode_bar_stub -com.google.gson.stream.JsonReader: int pos -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) -okhttp3.Request: java.lang.String method() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_drawableLeft -cyanogenmod.hardware.IThermalListenerCallback$Stub: android.os.IBinder asBinder() -wangdaye.com.geometricweather.R$style: int Widget_Support_CoordinatorLayout -com.turingtechnologies.materialscrollbar.R$attr: int track -androidx.appcompat.widget.SwitchCompat: SwitchCompat(android.content.Context) -androidx.constraintlayout.widget.R$styleable: int ActionBar_divider -okhttp3.OkHttpClient: okhttp3.Authenticator proxyAuthenticator -androidx.appcompat.widget.AppCompatEditText: void setCustomSelectionActionModeCallback(android.view.ActionMode$Callback) -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_28 -androidx.appcompat.R$styleable: int AppCompatImageView_tintMode -androidx.appcompat.R$style: int Base_V21_Theme_AppCompat_Dialog -android.didikee.donate.R$style: int Widget_AppCompat_RatingBar_Indicator -wangdaye.com.geometricweather.background.receiver.widget.WidgetMultiCityProvider: WidgetMultiCityProvider() -wangdaye.com.geometricweather.R$style: int Platform_MaterialComponents_Dialog -okhttp3.internal.connection.StreamAllocation: void streamFailed(java.io.IOException) -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getTranslateX() -wangdaye.com.geometricweather.R$attr: int contentInsetLeft -com.google.android.material.R$styleable: int Layout_layout_constraintRight_toLeftOf -com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_color -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1: BaiduIPLocationService$1(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService,wangdaye.com.geometricweather.location.services.LocationService$LocationCallback) -android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemHeight -wangdaye.com.geometricweather.R$string: int key_widget_multi_city -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: MfForecastResult$Position() -wangdaye.com.geometricweather.common.basic.models.weather.Alert: int color -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void innerValue(boolean,java.lang.Object) -androidx.constraintlayout.widget.R$styleable: int MenuItem_alphabeticModifiers -androidx.constraintlayout.widget.R$drawable: int btn_checkbox_unchecked_mtrl -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property Co -okhttp3.internal.http.BridgeInterceptor: BridgeInterceptor(okhttp3.CookieJar) -androidx.constraintlayout.widget.R$layout: int abc_screen_content_include -okhttp3.Response$Builder: okhttp3.Response$Builder addHeader(java.lang.String,java.lang.String) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle -androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_textStyle -retrofit2.http.GET: java.lang.String value() -com.turingtechnologies.materialscrollbar.Indicator: void setTextColor(int) -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$2 -james.adaptiveicon.R$attr: int actionViewClass -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: long serialVersionUID -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_CALL_COLOR -com.google.android.material.R$styleable: int FontFamilyFont_ttcIndex -com.turingtechnologies.materialscrollbar.R$attr: int msb_rightToLeft -wangdaye.com.geometricweather.R$dimen: int material_emphasis_disabled -okhttp3.Headers: int hashCode() -androidx.preference.R$style: int ThemeOverlay_AppCompat_Light -cyanogenmod.app.ICMTelephonyManager: void setDefaultPhoneSub(int) -io.reactivex.internal.observers.LambdaObserver: io.reactivex.functions.Consumer onNext -androidx.lifecycle.LifecycleRegistry: void handleLifecycleEvent(androidx.lifecycle.Lifecycle$Event) -androidx.appcompat.R$style: int Theme_AppCompat_Dialog -com.jaredrummler.android.colorpicker.R$styleable: int CompoundButton_buttonTint -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: java.lang.String getDatetime() -androidx.preference.R$anim: int btn_radio_to_off_mtrl_dot_group_animation -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void replayFinal() -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_HOME_DOUBLE_TAP_ACTION_VALIDATOR -androidx.constraintlayout.widget.R$drawable: int btn_checkbox_unchecked_to_checked_mtrl_animation -com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter: void onProgressUpdate(float) -okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean sameConnection(okhttp3.Response,okhttp3.HttpUrl) -com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_dialogIcon -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_closeIcon -wangdaye.com.geometricweather.R$drawable: int weather_haze_mini_dark -androidx.constraintlayout.widget.R$layout: int abc_action_bar_up_container -cyanogenmod.weather.WeatherInfo: double access$702(cyanogenmod.weather.WeatherInfo,double) -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: void requestLocation(android.content.Context,wangdaye.com.geometricweather.location.services.LocationService$LocationCallback) -com.turingtechnologies.materialscrollbar.R$animator -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: int getStatus() -androidx.preference.R$attr: int checkboxStyle -android.didikee.donate.R$styleable: int[] DrawerArrowToggle -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActivityChooserView -androidx.coordinatorlayout.R$dimen: int compat_notification_large_icon_max_width -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_counterTextColor -androidx.appcompat.R$styleable: int Toolbar_titleMargin -com.xw.repo.bubbleseekbar.R$drawable: int abc_item_background_holo_dark -com.turingtechnologies.materialscrollbar.R$attr: int collapseIcon -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onScreenTurnedOff() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean dispatchKeyShortcutEvent(android.view.KeyEvent) -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: void clear() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date getDate() -com.google.android.material.R$attr: int arcMode -wangdaye.com.geometricweather.db.entities.LocationEntity: void setChina(boolean) -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_titleCondensed -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarTheme -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_marginTop -io.reactivex.internal.util.EmptyComponent: io.reactivex.Observer asObserver() -james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle -com.jaredrummler.android.colorpicker.R$color: int primary_dark_material_dark -org.greenrobot.greendao.AbstractDao: void deleteByKeyInsideSynchronized(java.lang.Object,org.greenrobot.greendao.database.DatabaseStatement) -okhttp3.internal.ws.RealWebSocket: boolean send(okio.ByteString,int) -androidx.lifecycle.extensions.R$dimen: int notification_large_icon_height -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintEnd_toStartOf -wangdaye.com.geometricweather.R$layout: int mtrl_layout_snackbar -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_android_focusable -wangdaye.com.geometricweather.common.basic.models.weather.Astro: java.util.Date getSetDate() -wangdaye.com.geometricweather.R$drawable: int clock_minute_light -wangdaye.com.geometricweather.R$string: int key_widget_trend_hourly -com.google.android.material.R$attr: int contentInsetStartWithNavigation -com.google.android.material.datepicker.Month -okhttp3.internal.http1.Http1Codec: Http1Codec(okhttp3.OkHttpClient,okhttp3.internal.connection.StreamAllocation,okio.BufferedSource,okio.BufferedSink) -wangdaye.com.geometricweather.R$styleable: int Slider_android_stepSize -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: java.util.List getValue() -wangdaye.com.geometricweather.R$layout: int dialog_adaptive_icon -okhttp3.internal.platform.AndroidPlatform$CloseGuard: boolean warnIfOpen(java.lang.Object) -wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit valueOf(java.lang.String) -james.adaptiveicon.R$style: int Widget_AppCompat_SearchView_ActionBar -androidx.lifecycle.extensions.R$dimen: int notification_top_pad_large_text -com.google.android.material.R$string: int abc_menu_delete_shortcut_label -androidx.hilt.work.R$id: int accessibility_custom_action_30 -okhttp3.internal.cache.CacheStrategy$Factory: long cacheResponseAge() -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_SearchView -com.bumptech.glide.R$dimen: int notification_action_text_size -androidx.constraintlayout.widget.Constraints: Constraints(android.content.Context) -android.didikee.donate.R$attr: int collapseContentDescription -androidx.preference.R$style: int Preference_Category_Material -androidx.lifecycle.extensions.R$attr: int fontWeight -com.google.android.material.R$color: int material_timepicker_button_stroke -com.jaredrummler.android.colorpicker.R$style: int Widget_Compat_NotificationActionText -androidx.drawerlayout.R$styleable: int GradientColor_android_startY -androidx.preference.R$styleable: int AppCompatTheme_colorBackgroundFloating -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float rainPrecipitationProbability -com.xw.repo.bubbleseekbar.R$dimen: int hint_pressed_alpha_material_dark -com.google.android.material.chip.Chip: void setTextAppearance(com.google.android.material.resources.TextAppearance) -james.adaptiveicon.R$dimen: int abc_text_size_display_3_material -androidx.vectordrawable.R$integer: R$integer() -androidx.preference.R$style: int Theme_AppCompat_DayNight_NoActionBar -wangdaye.com.geometricweather.background.polling.work.worker.TodayForecastUpdateWorker -okhttp3.RequestBody$2: okhttp3.MediaType val$contentType -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX weather -androidx.core.R$layout -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: float getIntervalInHour() -io.reactivex.internal.util.NotificationLite$ErrorNotification: boolean equals(java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_suffixTextAppearance -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String uvDescription -androidx.appcompat.widget.ViewStubCompat: int getLayoutResource() -com.google.android.material.R$color: int secondary_text_default_material_light -io.reactivex.Observable: io.reactivex.Single first(java.lang.Object) -wangdaye.com.geometricweather.R$attr: int dialogTheme -cyanogenmod.profiles.LockSettings: LockSettings(android.os.Parcel) -wangdaye.com.geometricweather.R$style: int TextAppearance_Design_CollapsingToolbar_Expanded -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: AccuAlertResult$Area() -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_lastVerticalBias -cyanogenmod.content.Intent: java.lang.String EXTRA_PROTECTED_COMPONENTS -cyanogenmod.weatherservice.ServiceRequestResult$1: cyanogenmod.weatherservice.ServiceRequestResult[] newArray(int) -androidx.dynamicanimation.R$dimen: int notification_small_icon_background_padding -androidx.fragment.R$style: int TextAppearance_Compat_Notification_Title -wangdaye.com.geometricweather.R$dimen: int abc_action_button_min_width_overflow_material -okhttp3.Cache: java.io.File directory() -okhttp3.internal.platform.Platform: Platform() -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Pm25 -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHeight_max -com.google.android.material.R$layout: int design_navigation_item_header -wangdaye.com.geometricweather.R$string: int phase_waning_crescent -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$TotalLiquid: AccuDailyResult$DailyForecasts$Day$TotalLiquid() -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: boolean isDisposed() -wangdaye.com.geometricweather.R$id: int widget_week_icon_3 -com.google.android.material.textfield.TextInputLayout: void setBoxStrokeColorStateList(android.content.res.ColorStateList) -com.xw.repo.bubbleseekbar.R$string: int abc_shareactionprovider_share_with -androidx.lifecycle.Lifecycle$State: boolean isAtLeast(androidx.lifecycle.Lifecycle$State) -androidx.hilt.R$drawable: int notification_template_icon_bg -wangdaye.com.geometricweather.R$drawable: int weather_rain_mini_dark -wangdaye.com.geometricweather.R$dimen: int cpv_dialog_preview_width -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric: java.lang.String Unit -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Small_Inverse -cyanogenmod.profiles.StreamSettings: int getValue() -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_DropDownItem -com.google.android.material.R$style: int Base_Widget_AppCompat_ActionButton -androidx.constraintlayout.widget.Barrier: void setAllowsGoneWidget(boolean) -com.google.android.material.R$style: int Widget_MaterialComponents_TimePicker -android.didikee.donate.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item -com.google.android.material.button.MaterialButton: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() -androidx.dynamicanimation.R$dimen: int notification_large_icon_width -okhttp3.EventListener: void callEnd(okhttp3.Call) -com.turingtechnologies.materialscrollbar.R$id: int search_src_text -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX() -cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String ACTION_SET_ALARM_ENABLED -wangdaye.com.geometricweather.R$styleable: int Slider_thumbStrokeColor -com.google.android.material.slider.BaseSlider: void setStepSize(float) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String headDescription -wangdaye.com.geometricweather.R$styleable: int MaterialRadioButton_buttonTint -com.turingtechnologies.materialscrollbar.R$color: int abc_hint_foreground_material_light -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: boolean done -com.google.android.material.R$color: int ripple_material_dark -wangdaye.com.geometricweather.R$styleable: int ActionBar_contentInsetEndWithActions -androidx.appcompat.R$color: int switch_thumb_material_dark -okhttp3.FormBody: java.lang.String name(int) -wangdaye.com.geometricweather.R$attr: int duration -android.didikee.donate.R$attr: int splitTrack -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningAdvice: int phenomenoMaxColorId -androidx.lifecycle.SavedStateHandleController$OnRecreation -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_NoActionBar -io.reactivex.internal.operators.observable.ObservableGroupBy$State: io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver parent -androidx.preference.R$style: int Base_V23_Theme_AppCompat_Light -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamily_fontProviderQuery -androidx.constraintlayout.motion.widget.MotionLayout: MotionLayout(android.content.Context,android.util.AttributeSet) -androidx.appcompat.R$id: int text -okhttp3.internal.http2.Settings: int size() -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_RatingBar_Indicator -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light_Dialog_Alert -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA -androidx.preference.R$attr: int titleTextStyle -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night Night -androidx.appcompat.widget.SwitchCompat: void setChecked(boolean) -com.google.android.material.R$style: int Base_V22_Theme_AppCompat_Light -androidx.hilt.R$styleable -wangdaye.com.geometricweather.R$style: int Preference_SeekBarPreference_Material -cyanogenmod.providers.CMSettings$System: java.util.Map VALIDATORS -com.google.android.material.R$layout: int abc_popup_menu_header_item_layout -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: java.util.concurrent.atomic.AtomicReference upstream -androidx.appcompat.resources.R$drawable: int notification_bg_normal -okhttp3.internal.connection.RouteSelector: okhttp3.EventListener eventListener -androidx.preference.R$string: int abc_shareactionprovider_share_with -com.bumptech.glide.integration.okhttp.R$dimen: int notification_main_column_padding_top -androidx.lifecycle.GenericLifecycleObserver -androidx.appcompat.R$string: int abc_action_bar_home_description -com.bumptech.glide.integration.okhttp.R$integer: R$integer() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: java.lang.String dataUptime -androidx.constraintlayout.widget.R$styleable: int MenuGroup_android_visible -wangdaye.com.geometricweather.R$anim: int x2_decelerate_interpolator -okio.BufferedSource: boolean rangeEquals(long,okio.ByteString,int,int) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_DES_CBC_SHA -wangdaye.com.geometricweather.R$styleable: int MenuView_android_itemTextAppearance -androidx.appcompat.app.ActionBar: void removeOnMenuVisibilityListener(androidx.appcompat.app.ActionBar$OnMenuVisibilityListener) -com.google.android.material.R$styleable: int Constraint_layout_constraintGuide_begin -androidx.customview.R$attr: int ttcIndex -com.google.android.material.R$drawable: int notification_icon_background -androidx.appcompat.R$id: int decor_content_parent -com.turingtechnologies.materialscrollbar.R$drawable: int abc_cab_background_top_mtrl_alpha -okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection$Listener listener -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: boolean isDisposed() -okio.RealBufferedSink: okio.BufferedSink writeShort(int) -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog -androidx.preference.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow -androidx.lifecycle.MediatorLiveData$Source: androidx.lifecycle.Observer mObserver -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_star_black_48dp -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_Button -android.support.v4.os.IResultReceiver$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -wangdaye.com.geometricweather.R$attr: int trackHeight -okio.HashingSource: okio.HashingSource md5(okio.Source) -cyanogenmod.alarmclock.CyanogenModAlarmClock: CyanogenModAlarmClock() -wangdaye.com.geometricweather.R$attr: int actionBarSize -wangdaye.com.geometricweather.R$style: int widget_text_clock_aa -androidx.coordinatorlayout.R$dimen: int notification_content_margin_start -wangdaye.com.geometricweather.R$styleable: int AlertDialog_buttonPanelSideLayout -com.jaredrummler.android.colorpicker.R$attr: int coordinatorLayoutStyle -com.google.android.material.R$attr: int actionBarTabBarStyle -james.adaptiveicon.R$drawable: int abc_list_selector_disabled_holo_dark -com.google.gson.LongSerializationPolicy: com.google.gson.LongSerializationPolicy STRING -io.reactivex.internal.operators.observable.ObservableGroupBy$State: boolean delayError -cyanogenmod.themes.IThemeChangeListener$Stub$Proxy: void onFinish(boolean) -com.google.android.material.textfield.TextInputLayout: void setEndIconTintList(android.content.res.ColorStateList) -cyanogenmod.externalviews.ExternalView$3: void run() -com.turingtechnologies.materialscrollbar.R$dimen: int compat_control_corner_material -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_NoActionBar -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_14 -com.google.android.material.R$string: int material_clock_toggle_content_description -com.google.android.material.card.MaterialCardView: int getContentPaddingRight() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric: AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric() -androidx.hilt.work.R$style -com.google.android.material.chip.Chip: void setRippleColorResource(int) -androidx.preference.R$style: int TextAppearance_AppCompat_Title -com.jaredrummler.android.colorpicker.R$id: int chronometer -wangdaye.com.geometricweather.R$drawable: int notif_temp_10 -com.google.android.material.R$styleable: int AnimatedStateListDrawableCompat_android_dither -wangdaye.com.geometricweather.R$styleable: int MaterialButton_android_background -com.google.android.material.R$attr: int activityChooserViewStyle -okhttp3.internal.http2.Http2Reader$Handler: void ackSettings() -android.didikee.donate.R$style: int Widget_AppCompat_ListMenuView -androidx.activity.R$style: int TextAppearance_Compat_Notification_Time -wangdaye.com.geometricweather.R$id: int activity_settings_toolbar -androidx.core.app.JobIntentService -androidx.appcompat.R$styleable: int AppCompatTheme_actionModeStyle -androidx.vectordrawable.animated.R$styleable: int FontFamily_fontProviderQuery -androidx.swiperefreshlayout.R$id: int tag_transition_group -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_endIconTint -wangdaye.com.geometricweather.R$animator: int mtrl_extended_fab_change_size_expand_motion_spec -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -james.adaptiveicon.R$dimen: int abc_text_size_medium_material -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_30 -androidx.appcompat.R$anim: int abc_tooltip_exit -wangdaye.com.geometricweather.R$id: int item_aqi_title -androidx.lifecycle.SavedStateHandleController: androidx.lifecycle.SavedStateHandleController create(androidx.savedstate.SavedStateRegistry,androidx.lifecycle.Lifecycle,java.lang.String,android.os.Bundle) -wangdaye.com.geometricweather.R$attr: int autoSizeStepGranularity -androidx.preference.R$styleable: int Toolbar_subtitleTextColor -wangdaye.com.geometricweather.R$attr: int dragScale -com.google.android.material.R$color: int material_on_primary_disabled -androidx.preference.R$id: int tag_accessibility_heading -cyanogenmod.hardware.ICMHardwareService: boolean registerThermalListener(cyanogenmod.hardware.IThermalListenerCallback) -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit KM -androidx.constraintlayout.utils.widget.MotionTelltales: void setText(java.lang.CharSequence) -androidx.appcompat.R$dimen: int abc_action_bar_content_inset_with_nav -okio.AsyncTimeout$1 -okhttp3.FormBody: long contentLength() -androidx.coordinatorlayout.R$dimen: int compat_control_corner_material -wangdaye.com.geometricweather.R$dimen: int cpv_column_width -com.google.android.material.R$anim: int btn_radio_to_on_mtrl_ring_outer_animation -androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableTransition_android_fromId -com.google.android.material.R$style: int Base_Widget_AppCompat_ActionBar -wangdaye.com.geometricweather.R$id: int container_main_aqi -androidx.preference.R$id: int accessibility_custom_action_17 -com.google.android.material.textfield.TextInputLayout: void setEndIconMode(int) -androidx.appcompat.R$style: int Widget_AppCompat_Light_SearchView -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PressureTendency -androidx.fragment.R$styleable: int[] FontFamily -com.google.android.material.R$attr: int listItemLayout -androidx.fragment.R$styleable: int ColorStateListItem_android_alpha -cyanogenmod.app.CMContextConstants: java.lang.String CM_HARDWARE_SERVICE -wangdaye.com.geometricweather.common.ui.widgets.AnimatableIconView: AnimatableIconView(android.content.Context) -androidx.hilt.R$anim: int fragment_fade_enter -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintWidth_max -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.viewpager2.R$attr: int fontProviderAuthority -com.google.android.material.R$styleable: int MaterialAutoCompleteTextView_android_inputType -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_iconPadding -james.adaptiveicon.R$styleable: int[] AppCompatTextView -androidx.lifecycle.SavedStateHandleController$1 -com.jaredrummler.android.colorpicker.R$id: int src_over -com.google.android.material.R$id: int material_clock_period_toggle -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float snowPrecipitationProbability -com.google.android.material.R$dimen: int mtrl_calendar_day_corner -android.didikee.donate.R$dimen: int abc_text_size_subhead_material -androidx.drawerlayout.widget.DrawerLayout: float getDrawerElevation() -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.util.concurrent.atomic.AtomicReference error -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: double HoursOfRain -wangdaye.com.geometricweather.R$attr: int counterEnabled -androidx.appcompat.R$dimen: int tooltip_margin -com.google.android.material.R$dimen: int mtrl_extended_fab_disabled_elevation -okhttp3.internal.publicsuffix.PublicSuffixDatabase: byte EXCEPTION_MARKER -com.xw.repo.bubbleseekbar.R$styleable: int[] AppCompatSeekBar -androidx.viewpager.R$dimen: int compat_notification_large_icon_max_height -wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_box_corner_radius_medium -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric: java.lang.String Unit -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_124 -retrofit2.RequestFactory$Builder: RequestFactory$Builder(retrofit2.Retrofit,java.lang.reflect.Method) -com.google.android.material.R$id: int accessibility_custom_action_28 -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: long index -com.google.android.material.R$string: int material_timepicker_select_time -androidx.fragment.R$drawable: int notification_tile_bg -com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage SOURCE -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Spinner -okio.Buffer: okio.Buffer write(okio.ByteString) -com.turingtechnologies.materialscrollbar.R$style: int Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert -io.reactivex.Observable: java.lang.Iterable blockingIterable() -androidx.appcompat.R$style: int AlertDialog_AppCompat -androidx.constraintlayout.widget.R$color: int dim_foreground_material_light -cyanogenmod.app.IPartnerInterface$Stub$Proxy: IPartnerInterface$Stub$Proxy(android.os.IBinder) -com.google.android.material.R$dimen: int abc_text_size_menu_material -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: long index -com.google.android.material.floatingactionbutton.FloatingActionButton: void setRippleColor(int) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Speed -cyanogenmod.weather.WeatherInfo$DayForecast: java.lang.String mKey -androidx.coordinatorlayout.R$attr: int fontProviderPackage -com.xw.repo.bubbleseekbar.R$style: int Base_V21_Theme_AppCompat -com.jaredrummler.android.colorpicker.R$string: int abc_capital_on -james.adaptiveicon.R$attr: int seekBarStyle -james.adaptiveicon.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight -com.bumptech.glide.R$styleable: int[] FontFamilyFont -cyanogenmod.providers.CMSettings$System$2 -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_FONT -com.google.gson.internal.$Gson$Types$WildcardTypeImpl: java.lang.String toString() -wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit -com.google.android.material.R$styleable: int TextInputLayout_boxBackgroundColor -androidx.preference.R$styleable: int TextAppearance_android_typeface -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_marginEnd -com.jaredrummler.android.colorpicker.R$color: int abc_tint_edittext -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_DrawerArrowToggle -okhttp3.internal.http2.Http2Connection$5: Http2Connection$5(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[],int,java.util.List,boolean) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind: java.lang.String icon -androidx.dynamicanimation.R$styleable: int FontFamilyFont_android_font -androidx.preference.R$style: int Preference_DialogPreference_EditTextPreference_Material -com.google.android.material.R$style: int Widget_Design_TextInputEditText -okhttp3.OkHttpClient: boolean retryOnConnectionFailure() -wangdaye.com.geometricweather.R$attr: int textAppearanceCaption -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind Wind -wangdaye.com.geometricweather.R$styleable: int ActionMode_backgroundSplit -cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_WIFIAP -com.google.android.material.R$styleable: int TextAppearance_fontFamily -androidx.appcompat.widget.SearchView$SearchAutoComplete: void setSearchView(androidx.appcompat.widget.SearchView) -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: java.lang.String getCardValue() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$LocalSource: java.lang.String Name -androidx.lifecycle.LiveData: LiveData(java.lang.Object) -androidx.appcompat.R$id: int search_button -io.reactivex.disposables.RunnableDisposable: void onDisposed(java.lang.Object) -androidx.swiperefreshlayout.R$id: int tag_accessibility_clickable_spans -com.google.android.material.R$dimen: int notification_right_side_padding_top -wangdaye.com.geometricweather.R$id: int widget_trend_hourly_item_3 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Imperial: double Value -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Title_Inverse -androidx.preference.R$dimen: int notification_action_text_size -com.google.android.material.R$attr: int badgeTextColor -okhttp3.internal.http2.Http2Connection: boolean isHealthy(long) -okio.RealBufferedSource: okio.Buffer buffer -com.google.android.material.R$attr: int bottomSheetStyle -com.google.android.material.tabs.TabItem: TabItem(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox -okhttp3.internal.connection.RouteSelector: java.lang.String getHostString(java.net.InetSocketAddress) -com.google.android.material.R$anim: int abc_fade_out -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind: java.lang.Integer speed -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber$1: androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber this$1 -cyanogenmod.weather.WeatherInfo$Builder: double mHumidity -wangdaye.com.geometricweather.R$integer: int show_password_duration -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse -cyanogenmod.weather.WeatherInfo: boolean access$000(int) -com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_radio_to_on_mtrl_000 -com.turingtechnologies.materialscrollbar.R$attr: int textColorSearchUrl -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int TROPICAL_STORM -android.didikee.donate.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: void onNext(java.lang.Object) -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void onComplete() -androidx.appcompat.widget.Toolbar: java.lang.CharSequence getLogoDescription() -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_default_padding_start_material -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType QueryList -androidx.preference.R$styleable: int AppCompatTheme_windowActionBar -androidx.viewpager2.R$id: int tag_accessibility_heading -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 -com.jaredrummler.android.colorpicker.R$id: int bottom -com.turingtechnologies.materialscrollbar.R$attr: int firstBaselineToTopHeight -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Minimum Minimum -com.xw.repo.bubbleseekbar.R$styleable: int[] FontFamilyFont -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: java.lang.String zh_TW -com.jaredrummler.android.colorpicker.R$style: int PreferenceFragment -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize -wangdaye.com.geometricweather.common.basic.models.weather.Weather: wangdaye.com.geometricweather.common.basic.models.weather.History yesterday -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_tooltipForegroundColor -wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_10 -com.google.android.material.R$color: int mtrl_textinput_hovered_box_stroke_color -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind -android.didikee.donate.R$id: int action_image -com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$EntrySet entrySet -androidx.preference.R$drawable: int abc_btn_switch_to_on_mtrl_00012 -wangdaye.com.geometricweather.R$drawable: int notif_temp_96 -androidx.work.R$id: int right_side -io.reactivex.internal.observers.BasicIntQueueDisposable -retrofit2.BuiltInConverters$BufferingResponseBodyConverter: BuiltInConverters$BufferingResponseBodyConverter() -com.google.android.material.R$attr: int textLocale -com.jaredrummler.android.colorpicker.R$attr: int cpv_dialogTitle -wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_minutelyBar -cyanogenmod.providers.CMSettings$Secure: void putListAsDelimitedString(android.content.ContentResolver,java.lang.String,java.lang.String,java.util.List) -com.google.android.material.R$styleable: int Toolbar_titleMarginTop -io.reactivex.observers.TestObserver$EmptyObserver: void onNext(java.lang.Object) -androidx.lifecycle.SavedStateHandle: java.util.Set keys() -androidx.appcompat.R$id: int search_close_btn -androidx.appcompat.R$style: int TextAppearance_AppCompat_Display2 -com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_padding_vertical -cyanogenmod.providers.WeatherContract$WeatherColumns$TempUnit -com.google.android.material.R$anim: int design_snackbar_out -com.google.android.material.floatingactionbutton.FloatingActionButton: android.content.res.ColorStateList getRippleColorStateList() -retrofit2.KotlinExtensions$await$2$2: void onResponse(retrofit2.Call,retrofit2.Response) -com.jaredrummler.android.colorpicker.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputEditText_OutlinedBox -com.google.android.material.R$attr: int overlay -wangdaye.com.geometricweather.R$styleable: int ImageFilterView_round -com.turingtechnologies.materialscrollbar.R$dimen: int fastscroll_margin -com.google.gson.JsonIOException: JsonIOException(java.lang.Throwable) -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.util.concurrent.atomic.AtomicInteger active -com.xw.repo.bubbleseekbar.R$string: int abc_toolbar_collapse_description -retrofit2.RequestBuilder$ContentTypeOverridingRequestBody: RequestBuilder$ContentTypeOverridingRequestBody(okhttp3.RequestBody,okhttp3.MediaType) -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_overflow_padding_end_material -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle -com.xw.repo.bubbleseekbar.R$attr: int fontProviderFetchStrategy -com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getThumbStrokeColor() -wangdaye.com.geometricweather.common.basic.GeoViewModel: GeoViewModel(android.app.Application) -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_3 -io.reactivex.Observable: io.reactivex.Observable doOnSubscribe(io.reactivex.functions.Consumer) -okhttp3.MultipartBody$Part: okhttp3.MultipartBody$Part createFormData(java.lang.String,java.lang.String) -com.bumptech.glide.R$style: int TextAppearance_Compat_Notification_Info -wangdaye.com.geometricweather.R$attr: int drawableLeftCompat -com.google.android.material.R$animator: int mtrl_extended_fab_hide_motion_spec -wangdaye.com.geometricweather.R$id: int dialog_weather_hourly_icon -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling: int UnitType -wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink -wangdaye.com.geometricweather.R$dimen: int notification_small_icon_background_padding -androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customIntegerValue -retrofit2.Retrofit$1: java.lang.Object[] emptyArgs -androidx.preference.R$style: int Preference_SeekBarPreference_Material -androidx.hilt.R$styleable: int GradientColor_android_endY -androidx.preference.R$dimen: int abc_search_view_preferred_width -androidx.preference.R$style: int Preference_DropDown -com.xw.repo.bubbleseekbar.R$attr: int defaultQueryHint -wangdaye.com.geometricweather.resource.utils.ResourceUtils$NullException -wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTheme -wangdaye.com.geometricweather.R$layout: int design_layout_snackbar -androidx.vectordrawable.R$layout: int notification_action -okhttp3.internal.cache.DiskLruCache$2: boolean $assertionsDisabled -com.xw.repo.bubbleseekbar.R$style: int Platform_Widget_AppCompat_Spinner -androidx.constraintlayout.widget.R$styleable: int[] CompoundButton -okhttp3.internal.tls.CertificateChainCleaner: okhttp3.internal.tls.CertificateChainCleaner get(java.security.cert.X509Certificate[]) -com.xw.repo.bubbleseekbar.R$attr: int actionModeWebSearchDrawable -wangdaye.com.geometricweather.R$drawable: int ic_cold -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_MENU_LONG_PRESS_ACTION_VALIDATOR -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language SPANISH -io.reactivex.internal.subscriptions.BasicQueueSubscription: void clear() -cyanogenmod.util.ColorUtils$1: ColorUtils$1() -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintCircle -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_CompoundButton_CheckBox -androidx.preference.R$id: int parentPanel -okhttp3.internal.cache.DiskLruCache: long size() -com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: CircularRevealCoordinatorLayout(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_layout_keyline -androidx.constraintlayout.widget.R$attr: int layout_constraintHeight_min -com.google.android.material.R$drawable: int tooltip_frame_light -com.xw.repo.bubbleseekbar.R$color: int ripple_material_dark -retrofit2.OkHttpCall$ExceptionCatchingResponseBody: okio.BufferedSource delegateSource -com.xw.repo.bubbleseekbar.R$id: int multiply -com.google.android.material.R$id: int material_timepicker_container -androidx.preference.R$styleable: int ListPreference_useSimpleSummaryProvider -androidx.vectordrawable.animated.R$dimen: int notification_right_side_padding_top -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle -androidx.appcompat.R$styleable: int AppCompatTheme_actionBarWidgetTheme -androidx.appcompat.R$styleable: int AppCompatTheme_windowFixedHeightMinor -wangdaye.com.geometricweather.R$id: int widget_day_week_week_1 -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: void setCancellable(io.reactivex.functions.Cancellable) -androidx.recyclerview.R$styleable: int FontFamily_fontProviderFetchTimeout -androidx.hilt.lifecycle.R$styleable: int FontFamily_fontProviderQuery -com.google.android.material.R$string: int mtrl_picker_range_header_only_start_selected -okhttp3.internal.http2.Http2Connection$PingRunnable: int payload1 -com.xw.repo.bubbleseekbar.R$attr: int windowActionBar -okio.Util: void sneakyRethrow(java.lang.Throwable) -com.jaredrummler.android.colorpicker.R$style: int Animation_AppCompat_Tooltip -androidx.constraintlayout.widget.R$attr: int telltales_velocityMode -com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginBottom -wangdaye.com.geometricweather.R$drawable: int ic_running_in_background -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_placeholder_content -okio.ByteString: okio.ByteString md5() -james.adaptiveicon.R$dimen: int abc_action_bar_content_inset_with_nav -okhttp3.internal.http2.Http2Reader: void readRstStream(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) -cyanogenmod.app.Profile$ProfileTrigger: Profile$ProfileTrigger(int,java.lang.String,int,java.lang.String) -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: java.lang.String Name -james.adaptiveicon.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setSo2(java.lang.Float) -androidx.constraintlayout.widget.R$styleable: int PropertySet_visibilityMode -okio.Buffer: okio.ByteString sha256() -okhttp3.internal.http.RetryAndFollowUpInterceptor: okhttp3.internal.connection.StreamAllocation streamAllocation -androidx.appcompat.resources.R$id: int action_divider -wangdaye.com.geometricweather.R$attr: int layout_goneMarginTop -okhttp3.logging.LoggingEventListener: okhttp3.logging.HttpLoggingInterceptor$Logger logger -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: void subscribeNext() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_36 -okhttp3.internal.platform.Jdk9Platform: void configureTlsExtensions(javax.net.ssl.SSLSocket,java.lang.String,java.util.List) -wangdaye.com.geometricweather.db.entities.LocationEntity: void setWeatherSource(wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource) -com.google.android.material.R$id: int customPanel -wangdaye.com.geometricweather.R$dimen: int mtrl_tooltip_minWidth -cyanogenmod.app.Profile: void setBrightness(cyanogenmod.profiles.BrightnessSettings) -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_onAttachedToWindow -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AppBarLayout_PrimarySurface -androidx.hilt.work.R$styleable: int FragmentContainerView_android_tag -james.adaptiveicon.R$integer: int status_bar_notification_info_maxnum -com.google.android.material.R$styleable: int AppCompatTheme_alertDialogCenterButtons -com.bumptech.glide.R$dimen: int notification_top_pad_large_text -james.adaptiveicon.R$anim: int abc_shrink_fade_out_from_bottom -com.xw.repo.bubbleseekbar.R$styleable: int View_paddingEnd -com.bumptech.glide.R$id: int info -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver parent -androidx.appcompat.R$id: int search_plate -cyanogenmod.weather.WeatherLocation: WeatherLocation(android.os.Parcel) -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: java.lang.String date -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: void setNames(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean) -androidx.preference.R$anim: int abc_slide_out_top -com.google.android.material.R$color: int mtrl_card_view_foreground -cyanogenmod.app.ICustomTileListener$Stub -io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: void dispose() -james.adaptiveicon.R$string: int abc_activitychooserview_choose_application -com.google.android.material.R$styleable: int MaterialRadioButton_useMaterialThemeColors -wangdaye.com.geometricweather.R$styleable: int Fragment_android_name -androidx.drawerlayout.R$integer -androidx.appcompat.R$drawable: int abc_list_divider_mtrl_alpha -androidx.constraintlayout.widget.R$styleable: int MenuItem_iconTintMode -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Compat_Notification_Info -wangdaye.com.geometricweather.R$attr: int region_heightMoreThan -cyanogenmod.hardware.CMHardwareManager: java.lang.String getSerialNumber() -okhttp3.internal.http2.Http2Connection$3: Http2Connection$3(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[]) -com.google.android.material.switchmaterial.SwitchMaterial: void setUseMaterialThemeColors(boolean) -wangdaye.com.geometricweather.R$dimen: int mtrl_chip_text_size -okhttp3.internal.connection.RealConnection: okhttp3.internal.http2.Http2Connection http2Connection -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void clear() -james.adaptiveicon.R$attr: int autoSizePresetSizes -com.xw.repo.bubbleseekbar.R$id: int text2 -com.xw.repo.bubbleseekbar.R$attr: int lastBaselineToBottomHeight -com.google.android.material.bottomnavigation.BottomNavigationMenuView: android.content.res.ColorStateList getItemTextColor() -wangdaye.com.geometricweather.R$attr: R$attr() -androidx.transition.R$id: int info -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) -retrofit2.Response: okhttp3.ResponseBody errorBody() -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_android_baselineAligned -wangdaye.com.geometricweather.R$styleable: int ActionBar_indeterminateProgressStyle -wangdaye.com.geometricweather.db.entities.DaoMaster$OpenHelper: void onCreate(org.greenrobot.greendao.database.Database) -wangdaye.com.geometricweather.R$drawable: int notif_temp_120 -com.google.android.material.R$styleable: int[] ClockFaceView -okio.Buffer: okio.BufferedSink writeUtf8(java.lang.String) -cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: java.lang.String VIBRATE -io.reactivex.Observable: io.reactivex.Observable concatMapMaybe(io.reactivex.functions.Function) -com.turingtechnologies.materialscrollbar.R$attr: int msb_scrollMode -androidx.vectordrawable.animated.R$color: R$color() -wangdaye.com.geometricweather.R$attr: int layout_constraintWidth_percent -androidx.hilt.lifecycle.R$color: int ripple_material_light -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: void onNext(java.lang.Object) -wangdaye.com.geometricweather.R$drawable: int donate_wechat -okhttp3.MediaType: java.lang.String subtype() -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_placeholderText -com.jaredrummler.android.colorpicker.R$styleable: int Preference_allowDividerAbove -io.reactivex.internal.subscriptions.SubscriptionArbiter: org.reactivestreams.Subscription actual -com.google.android.material.R$id: int mtrl_picker_text_input_range_start -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: io.reactivex.functions.Function mapper -okio.SegmentedByteString: okio.ByteString toByteString() -com.bumptech.glide.integration.okhttp.R$attr: int keylines -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_creator -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_switchPreferenceStyle -androidx.constraintlayout.widget.R$attr: int switchStyle -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.lang.Integer rainHazard6h -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void onError(java.lang.Throwable) -com.google.android.material.R$attr: int tabIndicatorAnimationDuration -android.didikee.donate.R$style: int TextAppearance_AppCompat_Large -wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_moonPhaseIcon -wangdaye.com.geometricweather.R$dimen: int mtrl_bottomappbar_fab_cradle_rounded_corner_radius -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Imperial: java.lang.String Unit -okhttp3.Address: java.net.Proxy proxy() -android.didikee.donate.R$styleable: int AppCompatTheme_actionModePasteDrawable -com.bumptech.glide.integration.okhttp.R$attr: int fontVariationSettings -com.google.android.material.R$attr: int flow_horizontalStyle -androidx.core.R$attr -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: void onError(java.lang.Throwable) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_anon_WITH_AES_256_CBC_SHA -wangdaye.com.geometricweather.R$attr: int dialogLayout -wangdaye.com.geometricweather.R$string: int mtrl_exceed_max_badge_number_content_description -cyanogenmod.app.Profile: void setExpandedDesktopMode(int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX -james.adaptiveicon.R$styleable: int CompoundButton_buttonTintMode -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_suffixText -com.google.android.material.R$attr: int textAppearanceListItemSmall -cyanogenmod.content.Intent: java.lang.String ACTION_RECENTS_LONG_PRESS -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_VMAIL_COLOR -org.greenrobot.greendao.AbstractDao: void insertOrReplaceInTx(java.lang.Iterable) -cyanogenmod.app.IProfileManager$Stub$Proxy: boolean setActiveProfileByName(java.lang.String) -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: boolean isValid() -androidx.drawerlayout.R$color: int notification_icon_bg_color -androidx.preference.R$dimen: int abc_disabled_alpha_material_dark -cyanogenmod.app.IProfileManager$Stub: cyanogenmod.app.IProfileManager asInterface(android.os.IBinder) -android.didikee.donate.R$style: int Widget_AppCompat_ButtonBar -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_hideOnContentScroll -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void onDrop(java.lang.Object) -com.xw.repo.bubbleseekbar.R$color: int primary_text_disabled_material_light -androidx.constraintlayout.widget.R$id: int motion_base -wangdaye.com.geometricweather.R$id: int fragment_drawer -androidx.lifecycle.LiveData$ObserverWrapper: androidx.lifecycle.LiveData this$0 -wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: void setDuration(long) -androidx.preference.R$styleable: int AppCompatTheme_dialogPreferredPadding -androidx.appcompat.R$styleable: int FontFamily_fontProviderAuthority -io.reactivex.Observable: io.reactivex.Observable onTerminateDetach() -androidx.core.R$layout: int custom_dialog -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: void onComplete() -androidx.preference.R$style: int Preference_SwitchPreferenceCompat -com.google.android.material.R$styleable: int AppCompatSeekBar_tickMark -com.turingtechnologies.materialscrollbar.R$attr: int fabSize -com.xw.repo.bubbleseekbar.R$styleable: int PopupWindowBackgroundState_state_above_anchor -com.google.android.material.R$attr: int contentInsetEndWithActions -okhttp3.CipherSuite: okhttp3.CipherSuite init(java.lang.String,int) -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.functions.Function mapper -androidx.customview.R$styleable: int FontFamilyFont_fontWeight -okhttp3.HttpUrl$Builder: int port -androidx.viewpager.R$dimen: int notification_large_icon_width -wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: java.lang.String getPollenText(android.content.Context,int) -androidx.work.R$style -com.bumptech.glide.R$styleable: int GradientColor_android_centerY -androidx.work.R$styleable: int FontFamilyFont_android_ttcIndex -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_viewInflaterClass -okio.BufferedSink: okio.BufferedSink writeHexadecimalUnsignedLong(long) -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Display1 -androidx.preference.R$string: int v7_preference_off -okhttp3.internal.platform.OptionalMethod: java.lang.Object invoke(java.lang.Object,java.lang.Object[]) -androidx.appcompat.R$attr: int height -cyanogenmod.app.Profile$ExpandedDesktopMode: int DISABLE -androidx.appcompat.view.menu.ActionMenuItemView: void setPopupCallback(androidx.appcompat.view.menu.ActionMenuItemView$PopupCallback) -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: long serialVersionUID -androidx.recyclerview.R$dimen: int notification_big_circle_margin -androidx.hilt.lifecycle.R$dimen: int notification_action_text_size -androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: void setBackgroundDrawable(android.graphics.drawable.Drawable) -okhttp3.internal.http2.PushObserver: boolean onData(int,okio.BufferedSource,int,boolean) -wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: java.lang.String getPollenText(android.content.Context,java.lang.Integer) -android.didikee.donate.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActivityChooserView -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setLongitude(java.lang.String) -io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: io.reactivex.disposables.Disposable upstream -androidx.core.R$id: int accessibility_custom_action_29 -wangdaye.com.geometricweather.R$styleable: int CardView_contentPaddingTop -androidx.appcompat.R$attr: int actionBarItemBackground -okhttp3.Cookie: boolean equals(java.lang.Object) -retrofit2.RequestFactory$Builder: void parseMethodAnnotation(java.lang.annotation.Annotation) -com.xw.repo.bubbleseekbar.R$attr: int arrowShaftLength -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar -androidx.appcompat.R$style: int Base_V21_Theme_AppCompat -com.google.gson.stream.JsonReader: int PEEKED_EOF -io.reactivex.Observable: io.reactivex.Single toMultimap(io.reactivex.functions.Function,io.reactivex.functions.Function) -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_29 -okio.AsyncTimeout$1: AsyncTimeout$1(okio.AsyncTimeout,okio.Sink) -wangdaye.com.geometricweather.R$id: int textSpacerNoButtons -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionMode_Inverse -com.turingtechnologies.materialscrollbar.R$attr: int colorControlHighlight -androidx.dynamicanimation.R$styleable: int GradientColor_android_endY -james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat_Dialog -com.google.android.material.R$attr: int windowActionModeOverlay -androidx.preference.R$style: int Theme_AppCompat_Dialog_Alert -cyanogenmod.app.ThemeVersion$ComponentVersion: int currentVersion -com.bumptech.glide.load.ImageHeaderParser$ImageType -com.google.android.material.R$dimen: int design_navigation_item_icon_padding -com.google.android.material.R$attr: int behavior_fitToContents -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintGuide_begin -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String latitude -com.google.android.material.R$styleable: int NavigationView_itemIconPadding -com.jaredrummler.android.colorpicker.R$string: int abc_capital_off -androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableTransition_android_toId -com.turingtechnologies.materialscrollbar.MaterialScrollBar: void setRightToLeft(boolean) -androidx.cardview.R$attr: int contentPadding -com.google.android.material.R$style: int Platform_MaterialComponents_Light_Dialog -androidx.preference.R$styleable: int AlertDialog_showTitle -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onContentChanged() -androidx.appcompat.R$attr: int buttonStyle -james.adaptiveicon.R$anim: int abc_fade_out -wangdaye.com.geometricweather.R$styleable: int MotionLayout_applyMotionScene -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleMarginEnd -androidx.lifecycle.SavedStateHandleController: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Snow Snow -androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_fontVariationSettings -cyanogenmod.externalviews.ExternalView: cyanogenmod.externalviews.ExternalViewProperties mExternalViewProperties -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_12 -james.adaptiveicon.R$styleable: int AppCompatSeekBar_android_thumb -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_55 -io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: ObservableIntervalRange$IntervalRangeObserver(io.reactivex.Observer,long,long) -androidx.appcompat.R$drawable: int abc_switch_thumb_material -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionBar_TabBar -com.turingtechnologies.materialscrollbar.R$styleable: int TouchScrollBar_msb_autoHide -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_caption_material -com.google.android.material.R$styleable: int View_paddingStart -io.reactivex.Observable: io.reactivex.Observable interval(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -wangdaye.com.geometricweather.R$color: int material_cursor_color -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Display1 -androidx.constraintlayout.widget.R$color: int accent_material_light -androidx.work.R$styleable: R$styleable() -wangdaye.com.geometricweather.R$styleable: int ActionBar_hideOnContentScroll -androidx.preference.R$styleable: int AppCompatTheme_windowMinWidthMajor -androidx.appcompat.R$styleable: int ActionMode_titleTextStyle -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Description: java.lang.String Localized -com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_singleChoiceItemLayout -androidx.preference.R$attr: int fastScrollHorizontalTrackDrawable -com.google.android.material.floatingactionbutton.FloatingActionButton: void setBackgroundTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.location.services.LocationService: void requestLocation(android.content.Context,wangdaye.com.geometricweather.location.services.LocationService$LocationCallback) -androidx.drawerlayout.R$id: int notification_background -com.jaredrummler.android.colorpicker.R$styleable: int[] FontFamily -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_Switch -wangdaye.com.geometricweather.R$drawable: int abc_list_selector_background_transition_holo_light -android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat_Dark -com.jaredrummler.android.colorpicker.R$attr: int lineHeight -androidx.viewpager2.R$attr: int fastScrollHorizontalThumbDrawable -androidx.hilt.R$id: int accessibility_custom_action_29 -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header -com.jaredrummler.android.colorpicker.R$style: int Base_DialogWindowTitle_AppCompat -com.bumptech.glide.integration.okhttp.R$drawable: int notification_bg -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_default_padding_end_material -com.turingtechnologies.materialscrollbar.R$attr: int statusBarBackground -android.didikee.donate.R$style: int Widget_AppCompat_ImageButton -wangdaye.com.geometricweather.R$styleable: int MenuItem_actionProviderClass -com.google.android.material.slider.BaseSlider: void setActiveThumbIndex(int) -androidx.constraintlayout.widget.R$style: int Base_Animation_AppCompat_DropDownUp -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_track -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$RainForecast -androidx.constraintlayout.widget.R$drawable: int abc_list_pressed_holo_light -com.bumptech.glide.load.ImageHeaderParser$ImageType: boolean hasAlpha -cyanogenmod.weather.CMWeatherManager$2$1: CMWeatherManager$2$1(cyanogenmod.weather.CMWeatherManager$2,cyanogenmod.weather.CMWeatherManager$WeatherUpdateRequestListener,int,cyanogenmod.weather.WeatherInfo) -androidx.preference.R$style: int TextAppearance_AppCompat_Medium_Inverse -com.turingtechnologies.materialscrollbar.R$attr: int dividerHorizontal -com.xw.repo.bubbleseekbar.R$layout: int abc_cascading_menu_item_layout -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight -cyanogenmod.app.LiveLockScreenInfo$Builder -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: void setWind(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX) -com.turingtechnologies.materialscrollbar.R$styleable: int Snackbar_snackbarStyle -androidx.appcompat.view.menu.CascadingMenuPopup: void setOnDismissListener(android.widget.PopupWindow$OnDismissListener) -org.greenrobot.greendao.AbstractDaoSession: java.util.List loadAll(java.lang.Class) -cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks: void slideLockscreenIn() -androidx.viewpager2.R$dimen: int fastscroll_margin -com.google.android.material.R$attr: int boxCornerRadiusBottomEnd -okio.SegmentedByteString: int lastIndexOf(byte[],int) -androidx.preference.R$styleable: int AppCompatTextView_lineHeight -cyanogenmod.providers.DataUsageContract: int COLUMN_OF_EXTRA -okio.RealBufferedSink: okio.BufferedSink writeInt(int) -wangdaye.com.geometricweather.R$color: int design_dark_default_color_on_background -retrofit2.Utils: java.lang.RuntimeException methodError(java.lang.reflect.Method,java.lang.Throwable,java.lang.String,java.lang.Object[]) -wangdaye.com.geometricweather.R$attr: int materialCalendarMonth -com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawable_android_exitFadeDuration -androidx.hilt.R$id: int blocking -cyanogenmod.profiles.AirplaneModeSettings: boolean isDirty() -cyanogenmod.power.PerformanceManagerInternal: void launchBoost() -androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type ERROR -com.google.android.material.R$style: int Base_Widget_AppCompat_TextView -wangdaye.com.geometricweather.R$attr: int lineHeight -com.google.android.material.R$styleable: int Layout_layout_constraintHeight_default -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life life -android.didikee.donate.R$style: int Base_Widget_AppCompat_ListPopupWindow -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionMode -okhttp3.Address: boolean equals(java.lang.Object) -wangdaye.com.geometricweather.R$drawable: int abc_popup_background_mtrl_mult -wangdaye.com.geometricweather.R$string: int material_timepicker_am -com.github.rahatarmanahmed.cpv.CircularProgressView: float actualProgress -androidx.appcompat.R$dimen: int tooltip_corner_radius -wangdaye.com.geometricweather.R$attr: int expandedTitleMargin -com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_text_color_selector -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_textAppearance -okhttp3.CertificatePinner: boolean equals(java.lang.Object) -retrofit2.converter.gson.GsonResponseBodyConverter: java.lang.Object convert(java.lang.Object) -androidx.hilt.R$id: int action_container -com.google.android.material.chip.Chip: com.google.android.material.shape.ShapeAppearanceModel getShapeAppearanceModel() -wangdaye.com.geometricweather.R$dimen: int mtrl_switch_thumb_elevation -retrofit2.RequestBuilder: void addQueryParam(java.lang.String,java.lang.String,boolean) -wangdaye.com.geometricweather.R$attr: int content -james.adaptiveicon.R$styleable: int AppCompatTheme_windowFixedWidthMinor -com.turingtechnologies.materialscrollbar.R$string: int abc_action_mode_done -com.google.android.material.R$animator: int mtrl_fab_transformation_sheet_collapse_spec -com.google.android.material.R$layout: int text_view_with_theme_line_height -com.turingtechnologies.materialscrollbar.R$attr: int itemIconSize -androidx.preference.R$attr: int dropdownListPreferredItemHeight -com.google.android.material.R$styleable: int TabLayout_tabIndicatorAnimationDuration -com.google.android.material.R$anim: int abc_grow_fade_in_from_bottom -androidx.preference.R$color: int abc_secondary_text_material_dark -okhttp3.ConnectionPool: ConnectionPool() -androidx.constraintlayout.widget.R$attr: int layout_constrainedHeight -okio.GzipSource: byte SECTION_TRAILER -com.google.android.material.R$styleable: int ViewPager2_android_orientation -androidx.constraintlayout.widget.R$attr: int subtitleTextAppearance -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_RatingBar -com.google.android.material.R$attr: int tickColorActive -io.reactivex.internal.observers.DeferredScalarDisposable: int DISPOSED -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_TabView -androidx.transition.R$id: int right_side -wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableCompat_android_dither -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Display1 -androidx.customview.R$styleable: int FontFamilyFont_font -androidx.work.Worker -wangdaye.com.geometricweather.R$drawable: int abc_ic_star_half_black_48dp -androidx.preference.R$styleable: int SearchView_closeIcon -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay CARD_LIFE_DETAILS -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_helperTextTextColor -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.HistoryEntity,long) -wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView getTrendItemView() -androidx.coordinatorlayout.R$style: int TextAppearance_Compat_Notification_Line2 -com.google.android.material.R$dimen: int mtrl_switch_thumb_elevation -androidx.activity.R$id: int info -androidx.preference.R$style: int Widget_AppCompat_DropDownItem_Spinner -androidx.appcompat.resources.R$layout: int notification_template_part_time -com.google.android.material.navigation.NavigationView: int getItemHorizontalPadding() -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_TIMESTAMP -okhttp3.internal.http2.Settings: void clear() -wangdaye.com.geometricweather.R$id: int moldIcon -androidx.preference.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 -com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_max_progress -com.google.android.material.R$attr: int errorIconDrawable -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_android_minHeight -wangdaye.com.geometricweather.R$layout: int dialog_animatable_icon -androidx.viewpager2.R$string: int status_bar_notification_info_overflow -androidx.appcompat.widget.AppCompatImageButton: android.graphics.PorterDuff$Mode getSupportImageTintMode() -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintBottom_toTopOf -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub$Proxy: java.lang.String getInterfaceDescriptor() -androidx.appcompat.R$attr: int actionBarSize -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintCircleRadius -androidx.swiperefreshlayout.R$style: int TextAppearance_Compat_Notification -androidx.swiperefreshlayout.R$id: int dialog_button -retrofit2.Utils$GenericArrayTypeImpl: java.lang.reflect.Type getGenericComponentType() -cyanogenmod.providers.CMSettings$Secure: java.lang.String PRIVACY_GUARD_DEFAULT -androidx.preference.R$string: int preference_copied -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getSnowPrecipitation() -androidx.appcompat.R$style: int Base_Widget_AppCompat_RatingBar_Small -okio.Buffer: okio.ByteString hmac(java.lang.String,okio.ByteString) -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: java.lang.Throwable error -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: java.util.List getValue() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX -okhttp3.internal.http2.Header: okio.ByteString TARGET_AUTHORITY -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List getHourlyEntityList() -wangdaye.com.geometricweather.R$id: int widget_day_symbol -okhttp3.HttpUrl$Builder: int slashCount(java.lang.String,int,int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter value(boolean) -james.adaptiveicon.R$attr: int fontProviderFetchTimeout -com.xw.repo.bubbleseekbar.R$attr -wangdaye.com.geometricweather.R$string: int widget_clock_day_details -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 -androidx.preference.R$styleable: int Preference_layout -com.bumptech.glide.R$dimen: int notification_big_circle_margin -com.google.android.material.R$style: int Theme_Design_Light_NoActionBar -com.turingtechnologies.materialscrollbar.R$styleable: int[] PopupWindow -androidx.fragment.R$id: int visible_removing_fragment_view_tag -androidx.viewpager2.R$id: int async -androidx.vectordrawable.animated.R$id: int tag_transition_group -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver -com.jaredrummler.android.colorpicker.R$attr: int titleMargin -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String district -okhttp3.EventListener$2: okhttp3.EventListener val$listener -androidx.preference.R$id: int scrollIndicatorUp -wangdaye.com.geometricweather.R$attr: int actionModeWebSearchDrawable -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_Layout_android_layout_width -androidx.customview.R$color: int notification_action_color_filter -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setUpdateTime(long) -com.google.android.material.slider.Slider: void setTickActiveTintList(android.content.res.ColorStateList) -androidx.appcompat.resources.R$styleable: int FontFamilyFont_android_fontWeight -wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialog_backgroundInsetTop -androidx.coordinatorlayout.R$id: int accessibility_action_clickable_span -wangdaye.com.geometricweather.R$drawable: int ic_mtrl_chip_checked_black -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeDegreeDayTemperature -androidx.activity.R$drawable: int notification_bg_normal -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: int getStatus() -androidx.preference.R$styleable: int Preference_android_dependency -wangdaye.com.geometricweather.R$attr: int endIconMode -james.adaptiveicon.R$attr: int colorControlHighlight -wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderConfirmButton -cyanogenmod.weatherservice.IWeatherProviderService$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -com.jaredrummler.android.colorpicker.R$dimen: int abc_disabled_alpha_material_light -com.jaredrummler.android.colorpicker.R$attr: int goIcon -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Weather: java.lang.String icon -androidx.activity.R$color: int notification_action_color_filter -com.bumptech.glide.R$id: int tag_transition_group -cyanogenmod.weather.IRequestInfoListener$Stub$Proxy: android.os.IBinder mRemote -wangdaye.com.geometricweather.R$attr: int materialAlertDialogTitleTextStyle -com.turingtechnologies.materialscrollbar.R$attr: int trackTintMode -okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RealConnection findHealthyConnection(int,int,int,int,boolean,boolean) -wangdaye.com.geometricweather.R$id: int direct -okio.BufferedSink: java.io.OutputStream outputStream() -wangdaye.com.geometricweather.R$style: int Base_V26_Widget_AppCompat_Toolbar -com.turingtechnologies.materialscrollbar.R$attr: int listLayout -android.didikee.donate.R$styleable: int AppCompatImageView_tint -androidx.swiperefreshlayout.R$id: int accessibility_action_clickable_span -retrofit2.Retrofit: java.util.List callAdapterFactories() -wangdaye.com.geometricweather.R$anim: int abc_popup_enter -io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: void dispose() -okio.RealBufferedSource: okio.Source source -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.String TABLENAME -com.jaredrummler.android.colorpicker.R$drawable: int abc_cab_background_top_material -okhttp3.internal.http1.Http1Codec: void finishRequest() -cyanogenmod.weather.RequestInfo: android.location.Location access$502(cyanogenmod.weather.RequestInfo,android.location.Location) -com.turingtechnologies.materialscrollbar.R$attr: int fontWeight -androidx.appcompat.R$layout: int abc_list_menu_item_checkbox -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit MUGPCUM -android.didikee.donate.R$style: int ThemeOverlay_AppCompat_Dark -cyanogenmod.app.suggest.IAppSuggestManager$Stub: int TRANSACTION_handles_0 -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: boolean isChinese() -androidx.appcompat.R$styleable: int SearchView_android_imeOptions -androidx.appcompat.R$attr: int listChoiceIndicatorMultipleAnimated -wangdaye.com.geometricweather.R$id: int guideline -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_thumbTint -cyanogenmod.weather.CMWeatherManager$2: void onWeatherRequestCompleted(cyanogenmod.weather.RequestInfo,int,cyanogenmod.weather.WeatherInfo) -james.adaptiveicon.R$color: int primary_material_light -com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_elevation -com.xw.repo.bubbleseekbar.R$dimen: int compat_button_padding_vertical_material -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_overflow_padding_start_material -androidx.vectordrawable.R$drawable: int notification_bg_normal_pressed -androidx.coordinatorlayout.R$styleable: int GradientColor_android_centerColor -com.google.android.material.R$styleable: int MotionHelper_onHide -wangdaye.com.geometricweather.R$drawable: int weather_sleet_3 -io.reactivex.internal.observers.BasicIntQueueDisposable: boolean offer(java.lang.Object) -androidx.legacy.coreutils.R$id: int actions -cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_shutdown -com.bumptech.glide.integration.okhttp.R$drawable -androidx.appcompat.R$drawable: int abc_item_background_holo_dark -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item -com.bumptech.glide.load.engine.DecodeJob$RunReason: com.bumptech.glide.load.engine.DecodeJob$RunReason DECODE_DATA -com.google.android.material.R$styleable: int ImageFilterView_saturation -androidx.viewpager.R$color: int secondary_text_default_material_light -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Metric: AccuCurrentResult$Wind$Speed$Metric() -cyanogenmod.providers.DataUsageContract: java.lang.String BYTES -androidx.constraintlayout.widget.R$color: int dim_foreground_disabled_material_dark -wangdaye.com.geometricweather.R$color: int material_on_background_disabled -com.google.android.material.R$id: int mtrl_picker_header_title_and_selection -wangdaye.com.geometricweather.remoteviews.config.ClockDayWeekWidgetConfigActivity: ClockDayWeekWidgetConfigActivity() -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_text_btn_icon_padding -cyanogenmod.os.Concierge: int PARCELABLE_VERSION -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: void dispose() -okhttp3.CacheControl: int minFreshSeconds() -androidx.cardview.widget.CardView: float getCardElevation() -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_LOCKSCREEN -wangdaye.com.geometricweather.R$layout: int notification_big -androidx.constraintlayout.helper.widget.Flow: void setMaxElementsWrap(int) -androidx.preference.R$styleable: int MultiSelectListPreference_entryValues -wangdaye.com.geometricweather.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton -okio.Buffer: okio.Buffer writeLongLe(long) -retrofit2.Retrofit: okhttp3.Call$Factory callFactory -com.google.android.material.datepicker.MaterialCalendar$CalendarSelector: com.google.android.material.datepicker.MaterialCalendar$CalendarSelector YEAR -android.didikee.donate.R$attr: int titleTextStyle -com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_arrowShaftLength -com.xw.repo.bubbleseekbar.R$attr: int subMenuArrow -androidx.preference.R$styleable: int MenuView_android_itemBackground -com.jaredrummler.android.colorpicker.R$attr: int showAsAction -com.bumptech.glide.integration.okhttp.R$style: int Widget_Compat_NotificationActionContainer -androidx.loader.R$layout: int notification_template_icon_group -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintWidth_min -com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_spinBars -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial: java.lang.String Unit -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: int getWindowType() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial: AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial() -androidx.hilt.work.R$style: int Widget_Compat_NotificationActionText -com.turingtechnologies.materialscrollbar.R$styleable: int RecycleListView_paddingBottomNoButtons -okhttp3.internal.cache.CacheStrategy$Factory: boolean hasConditions(okhttp3.Request) -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver -com.turingtechnologies.materialscrollbar.R$attr: int numericModifiers -androidx.lifecycle.SavedStateViewModelFactory: androidx.savedstate.SavedStateRegistry mSavedStateRegistry -androidx.appcompat.R$styleable: int View_theme -wangdaye.com.geometricweather.R$color: int mtrl_textinput_hovered_box_stroke_color -okhttp3.internal.connection.RouteSelector: okhttp3.internal.connection.RouteDatabase routeDatabase -io.reactivex.Observable: io.reactivex.observers.TestObserver test(boolean) -cyanogenmod.app.ProfileManager: void addNotificationGroup(android.app.NotificationGroup) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Tooltip -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: boolean tillTheEnd -okhttp3.internal.ws.WebSocketProtocol: void validateCloseCode(int) -androidx.appcompat.resources.R$attr: int alpha -com.jaredrummler.android.colorpicker.R$style: int Animation_AppCompat_Dialog -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner -android.didikee.donate.R$dimen: int abc_dialog_min_width_minor -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_RatingBar -com.google.android.material.R$attr: int itemSpacing -retrofit2.Retrofit: java.util.List callAdapterFactories -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorControlNormal -androidx.preference.R$id: int accessibility_custom_action_9 -io.reactivex.internal.subscriptions.BasicQueueSubscription: boolean offer(java.lang.Object) -cyanogenmod.weather.RequestInfo -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Subhead -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial: AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial() -androidx.preference.R$styleable -com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents_Bridge -com.jaredrummler.android.colorpicker.R$drawable: int abc_seekbar_track_material -com.google.android.material.R$styleable: int Layout_layout_constraintTop_toTopOf -com.google.android.material.R$style: int Base_Widget_AppCompat_CompoundButton_Switch -wangdaye.com.geometricweather.R$layout: int abc_action_menu_layout -androidx.constraintlayout.widget.R$anim: int btn_checkbox_to_unchecked_check_path_merged_animation -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_drawableTop -androidx.preference.R$styleable: int CompoundButton_buttonCompat -androidx.preference.R$attr: int listChoiceIndicatorMultipleAnimated -wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider BAIDU_IP -android.didikee.donate.R$attr: int expandActivityOverflowButtonDrawable -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog -cyanogenmod.hardware.CMHardwareManager: java.lang.String TAG -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25 pm25 -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_android_windowIsFloating -cyanogenmod.profiles.BrightnessSettings: int describeContents() -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item -com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType PNG -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: long serialVersionUID -cyanogenmod.profiles.StreamSettings$1 -com.xw.repo.bubbleseekbar.R$styleable: int MenuView_preserveIconSpacing -okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder tlsVersions(okhttp3.TlsVersion[]) -wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_3 -com.google.android.material.R$style: int Widget_MaterialComponents_Chip_Choice -com.google.android.material.R$id: int info -androidx.preference.R$bool -androidx.appcompat.R$layout: int abc_tooltip -wangdaye.com.geometricweather.R$attr: int flow_horizontalGap -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: void onComplete() -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Tooltip -androidx.constraintlayout.widget.R$attr: int buttonTintMode -okhttp3.EventListener: void connectionReleased(okhttp3.Call,okhttp3.Connection) -com.google.android.material.R$styleable: int MaterialButton_iconTintMode -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintVertical_bias -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void startFirstTimeout(io.reactivex.ObservableSource) -james.adaptiveicon.R$id: int listMode -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text -androidx.constraintlayout.widget.R$layout: int select_dialog_multichoice_material -androidx.lifecycle.LiveData: androidx.arch.core.internal.SafeIterableMap mObservers -okhttp3.RealCall$1 -androidx.appcompat.R$id: int accessibility_custom_action_8 -retrofit2.Utils$ParameterizedTypeImpl: java.lang.reflect.Type ownerType -com.google.android.material.R$style: int TextAppearance_Design_Counter_Overflow -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionButton_Overflow -androidx.lifecycle.AbstractSavedStateViewModelFactory: AbstractSavedStateViewModelFactory(androidx.savedstate.SavedStateRegistryOwner,android.os.Bundle) -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Large_Inverse -com.google.android.material.R$styleable: int Constraint_transitionEasing -androidx.transition.R$styleable: int FontFamily_fontProviderCerts -okhttp3.internal.proxy.NullProxySelector: NullProxySelector() -wangdaye.com.geometricweather.R$id: int treeTitle -cyanogenmod.themes.ThemeChangeRequest: int DEFAULT_WALLPAPER_ID -cyanogenmod.providers.CMSettings$System: float getFloat(android.content.ContentResolver,java.lang.String,float) -com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemIconSize -com.xw.repo.bubbleseekbar.R$drawable: int abc_switch_thumb_material -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 -androidx.preference.R$attr: int checkedTextViewStyle -androidx.constraintlayout.widget.R$styleable: int RecycleListView_paddingBottomNoButtons -cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_DIALOG_THEME -wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoonPhaseDescription(java.lang.String) -wangdaye.com.geometricweather.db.entities.DaoSession: void clear() -androidx.lifecycle.Transformations$2$1: void onChanged(java.lang.Object) -androidx.preference.R$styleable: int ListPreference_entryValues -wangdaye.com.geometricweather.R$dimen: int cardview_compat_inset_shadow -io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: void onSubscribe(org.reactivestreams.Subscription) -android.didikee.donate.R$styleable: int Toolbar_titleTextAppearance -androidx.work.R$styleable: int FontFamily_fontProviderQuery -com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_padding_bottom -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light -com.google.android.material.textfield.TextInputLayout: void setErrorIconTintMode(android.graphics.PorterDuff$Mode) -com.xw.repo.BubbleSeekBar: BubbleSeekBar(android.content.Context,android.util.AttributeSet,int) -cyanogenmod.providers.CMSettings$InclusiveIntegerRangeValidator: int mMin -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_RatingBar -james.adaptiveicon.R$id: int search_badge -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType UpdateInTxIterable -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: void onAttachedToWindow() -com.jaredrummler.android.colorpicker.R$attr: int textAllCaps -androidx.preference.R$attr: int fontStyle -com.google.android.material.R$attr: int chipSurfaceColor -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: io.reactivex.functions.Function mapper -com.turingtechnologies.materialscrollbar.R$drawable: int notification_bg_normal -cyanogenmod.app.StatusBarPanelCustomTile: java.lang.Object clone() -com.google.android.material.R$styleable: int CustomAttribute_customIntegerValue -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintRight_toLeftOf -okhttp3.internal.http2.Http2Connection$2 -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar -wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_colorPresets -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_subhead_material -androidx.appcompat.R$styleable: int AppCompatTheme_android_windowIsFloating -androidx.appcompat.R$styleable: int[] AnimatedStateListDrawableCompat -com.google.android.material.R$styleable: int Constraint_barrierAllowsGoneWidgets -wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_dayInvalidStyle -com.turingtechnologies.materialscrollbar.R$styleable: int ActionMode_closeItemLayout -androidx.hilt.work.R$bool: int enable_system_foreground_service_default -io.reactivex.Observable: io.reactivex.Observable ambArray(io.reactivex.ObservableSource[]) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void errorAll(io.reactivex.Observer) -wangdaye.com.geometricweather.R$drawable: int ic_play_store -com.turingtechnologies.materialscrollbar.R$color: int abc_background_cache_hint_selector_material_light -wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTodayForecastUpdateService: ForegroundTodayForecastUpdateService() -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_Button -com.xw.repo.bubbleseekbar.R$layout: int notification_action -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Inverse -cyanogenmod.hardware.DisplayMode -cyanogenmod.providers.DataUsageContract: java.lang.String LABEL -androidx.hilt.R$styleable: int FontFamily_fontProviderAuthority -android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge -wangdaye.com.geometricweather.R$id: int fragment -com.bumptech.glide.R$id: int action_container -com.turingtechnologies.materialscrollbar.R$attr: int chipSpacing -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Display2 -androidx.viewpager2.widget.ViewPager2: void setUserInputEnabled(boolean) -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: void dispose() -androidx.preference.R$style: int Platform_AppCompat_Light -okhttp3.internal.http.CallServerInterceptor$CountingSink -com.google.android.material.R$styleable: int SnackbarLayout_backgroundTint -androidx.lifecycle.LiveData: boolean mDispatchInvalidated -androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory: ViewModelProvider$AndroidViewModelFactory(android.app.Application) -androidx.appcompat.R$layout: int abc_list_menu_item_radio -cyanogenmod.themes.IThemeProcessingListener$Stub: int TRANSACTION_onFinishedProcessing_0 -com.bumptech.glide.load.engine.GlideException: java.util.List causes -wangdaye.com.geometricweather.R$array: int weather_source_values -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void onComplete() -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_shapeAppearance -androidx.constraintlayout.widget.Barrier: void setType(int) -wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_layout_anchor -retrofit2.KotlinExtensions$suspendAndThrow$$inlined$suspendCoroutineUninterceptedOrReturn$lambda$1 -cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: java.lang.String getInterfaceDescriptor() -okhttp3.Call: okio.Timeout timeout() -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String FONT_URI -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintEnd_toEndOf -androidx.lifecycle.ViewModelProvider$Factory: androidx.lifecycle.ViewModel create(java.lang.Class) -org.greenrobot.greendao.AbstractDao: long executeInsert(java.lang.Object,org.greenrobot.greendao.database.DatabaseStatement,boolean) -com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_switch_to_on_mtrl_00001 -okhttp3.EventListener: void requestBodyStart(okhttp3.Call) -com.jaredrummler.android.colorpicker.R$id: int actions -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_1 -com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_centerX -okhttp3.internal.http2.Http2Connection: void pushRequestLater(int,java.util.List) -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: java.lang.String toString() -androidx.appcompat.R$layout: int abc_screen_toolbar -com.google.android.material.R$style: int Widget_MaterialComponents_ProgressIndicator_Circular_Determinate -james.adaptiveicon.R$styleable: int MenuItem_android_numericShortcut -okio.Buffer: okio.BufferedSink write(okio.Source,long) -wangdaye.com.geometricweather.common.basic.models.weather.History: int getDaytimeTemperature() -com.jaredrummler.android.colorpicker.R$attr: int actionMenuTextAppearance -com.google.android.material.R$id: int test_radiobutton_app_button_tint -com.turingtechnologies.materialscrollbar.R$bool: int mtrl_btn_textappearance_all_caps -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property Temperature -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_content_inset_with_nav -james.adaptiveicon.R$attr: int colorPrimary -wangdaye.com.geometricweather.R$styleable: int OnSwipe_onTouchUp -okio.AsyncTimeout: int TIMEOUT_WRITE_SIZE -androidx.work.R$drawable -androidx.appcompat.R$color: int material_blue_grey_950 -androidx.preference.R$color: int dim_foreground_material_dark -com.google.gson.LongSerializationPolicy$1: com.google.gson.JsonElement serialize(java.lang.Long) -wangdaye.com.geometricweather.db.entities.WeatherEntity: void resetAlertEntityList() -cyanogenmod.externalviews.KeyguardExternalViewProviderService: java.lang.String TAG -okhttp3.internal.cache.CacheInterceptor: boolean isContentSpecificHeader(java.lang.String) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Imperial: AccuCurrentResult$RealFeelTemperatureShade$Imperial() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeRainPrecipitation() -com.google.android.material.R$drawable: int abc_list_selector_background_transition_holo_dark -okhttp3.internal.http2.Http2Reader$Handler: void alternateService(int,java.lang.String,okio.ByteString,java.lang.String,int,long) -androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$State mState -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonBarButtonStyle -com.google.android.material.R$style: int Base_Widget_AppCompat_ActionMode -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: int maxConcurrency -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$1 -androidx.recyclerview.R$style: int TextAppearance_Compat_Notification_Time -com.jaredrummler.android.colorpicker.R$attr: int fastScrollHorizontalThumbDrawable -wangdaye.com.geometricweather.R$id: int widget_day -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_contentInsetRight -wangdaye.com.geometricweather.R$xml: int standalone_badge_gravity_bottom_start -wangdaye.com.geometricweather.R$styleable: int ViewBackgroundHelper_backgroundTintMode -androidx.appcompat.widget.AppCompatImageView: android.content.res.ColorStateList getSupportBackgroundTintList() -androidx.constraintlayout.widget.R$string: int status_bar_notification_info_overflow -android.didikee.donate.R$styleable: int AppCompatTheme_editTextStyle -androidx.appcompat.widget.Toolbar: void setTitleMarginStart(int) -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: long count -com.google.android.material.datepicker.MaterialTextInputPicker: MaterialTextInputPicker() -com.xw.repo.bubbleseekbar.R$attr: int firstBaselineToTopHeight -androidx.appcompat.R$style: int Widget_AppCompat_Light_ListPopupWindow -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_marginRight -androidx.constraintlayout.widget.R$attr: int customDimension -androidx.preference.R$styleable: int Toolbar_subtitle -androidx.preference.R$attr: int titleMargin -androidx.appcompat.R$dimen: int abc_switch_padding -androidx.swiperefreshlayout.R$id: int text -com.google.android.material.R$dimen: int mtrl_high_ripple_hovered_alpha -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int PARTLY_CLOUDY_NIGHT -android.didikee.donate.R$styleable: int AppCompatTheme_windowMinWidthMajor -wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayWeekProvider: WidgetClockDayWeekProvider() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeThunderstormPrecipitationDuration -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_checkedIconSize -wangdaye.com.geometricweather.common.ui.widgets.astro.MoonPhaseView: MoonPhaseView(android.content.Context) -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -com.github.rahatarmanahmed.cpv.R$styleable -android.didikee.donate.R$attr: int seekBarStyle -androidx.preference.R$style: int Widget_AppCompat_EditText -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_SearchView -com.jaredrummler.android.colorpicker.R$id: int action_bar_container -cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onDetach() -cyanogenmod.app.IPartnerInterface$Stub: android.os.IBinder asBinder() -com.turingtechnologies.materialscrollbar.R$dimen: int notification_right_icon_size -androidx.appcompat.R$color: int abc_btn_colored_text_material -androidx.preference.R$styleable: int PopupWindow_android_popupBackground -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_COLOR_AUTO -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_elevation -com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState FAILED -androidx.constraintlayout.widget.R$attr: int showTitle -androidx.recyclerview.R$styleable: int FontFamilyFont_android_ttcIndex -com.google.android.material.tabs.TabLayout: void setElevation(float) -wangdaye.com.geometricweather.R$attr: int layout_constraintTag -okio.RealBufferedSource: long read(okio.Buffer,long) -androidx.preference.R$styleable: int AppCompatTheme_windowMinWidthMinor -androidx.hilt.work.R$id: int forever -wangdaye.com.geometricweather.R$dimen: int material_clock_period_toggle_width -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer -androidx.preference.R$styleable: int PreferenceTheme_editTextPreferenceStyle -cyanogenmod.hardware.DisplayMode$1: cyanogenmod.hardware.DisplayMode[] newArray(int) -wangdaye.com.geometricweather.R$id: int textEnd -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -androidx.customview.R$id: int action_text -james.adaptiveicon.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle -androidx.preference.R$string -cyanogenmod.app.BaseLiveLockManagerService$1: boolean getLiveLockScreenEnabled() -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void disposeBoundary() -wangdaye.com.geometricweather.R$attr: int paddingBottomSystemWindowInsets -androidx.constraintlayout.widget.R$dimen: int notification_media_narrow_margin -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial: java.lang.String Unit -com.jaredrummler.android.colorpicker.R$styleable: int ViewBackgroundHelper_android_background -wangdaye.com.geometricweather.R$id: int checked -wangdaye.com.geometricweather.R$dimen: int design_fab_border_width -okhttp3.FormBody: long writeOrCountBytes(okio.BufferedSink,boolean) -com.xw.repo.bubbleseekbar.R$style: int Base_V7_Theme_AppCompat_Light -com.turingtechnologies.materialscrollbar.R$dimen: int cardview_default_elevation -cyanogenmod.weather.CMWeatherManager: int requestWeatherUpdate(cyanogenmod.weather.WeatherLocation,cyanogenmod.weather.CMWeatherManager$WeatherUpdateRequestListener) -james.adaptiveicon.R$styleable: int AppCompatTheme_buttonStyle -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_ActionBar -com.google.android.material.R$styleable: int TextInputLayout_endIconDrawable -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_11 -android.support.v4.graphics.drawable.IconCompatParcelizer: IconCompatParcelizer() -james.adaptiveicon.R$styleable: int ActionBar_divider -android.didikee.donate.R$style: int Platform_ThemeOverlay_AppCompat_Light -james.adaptiveicon.R$style: int Platform_ThemeOverlay_AppCompat -wangdaye.com.geometricweather.R$styleable: int Constraint_pathMotionArc -okio.HashingSink: okio.HashingSink sha512(okio.Sink) -com.turingtechnologies.materialscrollbar.MaterialScrollBar: void setScrollBarHidden(boolean) -wangdaye.com.geometricweather.R$drawable: int notif_temp_18 -androidx.constraintlayout.widget.R$id: int notification_background -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation precipitation -androidx.constraintlayout.widget.R$dimen: int abc_text_size_title_material_toolbar -retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: boolean terminated -com.google.android.material.tabs.TabLayout: void setInlineLabelResource(int) -wangdaye.com.geometricweather.R$id: int transparency_layout -androidx.transition.R$dimen: int notification_right_side_padding_top -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_NoActionBar_Bridge -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int level -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: io.reactivex.internal.queue.SpscLinkedArrayQueue getOrCreateQueue() -com.google.android.material.R$attr: int prefixText -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_NULL_SHA -com.google.android.material.R$attr: int thumbElevation -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: int status -androidx.loader.R$styleable: int GradientColorItem_android_color -wangdaye.com.geometricweather.R$color: int abc_btn_colored_borderless_text_material -com.google.android.material.R$style: int Theme_MaterialComponents_Light_BottomSheetDialog -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeIcePrecipitationDuration -androidx.constraintlayout.widget.R$attr: int fontProviderQuery -com.jaredrummler.android.colorpicker.R$layout: int abc_tooltip -com.google.android.material.R$styleable: int[] ProgressIndicator -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setTotalPrecipitation(java.lang.Float) -com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getDefaultHintTextColor() -android.didikee.donate.R$styleable: int TextAppearance_android_textFontWeight -wangdaye.com.geometricweather.background.polling.work.worker.NormalUpdateWorker: NormalUpdateWorker(android.content.Context,androidx.work.WorkerParameters,wangdaye.com.geometricweather.location.LocationHelper,wangdaye.com.geometricweather.weather.WeatherHelper) -wangdaye.com.geometricweather.R$drawable: int weather_haze_mini_grey -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_71 -com.google.android.material.R$attr: int textAppearanceHeadline5 -androidx.hilt.R$styleable: int GradientColor_android_type -androidx.constraintlayout.widget.R$attr: int mock_showDiagonals -wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property Date -wangdaye.com.geometricweather.R$dimen: int material_cursor_width -okio.SegmentedByteString: int segment(int) -com.google.gson.stream.JsonWriter: void beforeName() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: java.lang.String IconPhrase -com.google.android.material.R$style: int Base_Widget_AppCompat_RatingBar -android.didikee.donate.R$attr: int paddingTopNoTitle -wangdaye.com.geometricweather.R$array: int notification_styles -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter value(java.lang.Boolean) -com.google.gson.FieldNamingPolicy: java.lang.String upperCaseFirstLetter(java.lang.String) -androidx.preference.R$styleable: int GradientColor_android_startColor -com.google.android.material.R$string: int abc_menu_enter_shortcut_label -cyanogenmod.app.Profile$Type: int TOGGLE -io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: boolean inCompletable -com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_animSteps -com.google.android.material.R$style: int ThemeOverlay_Design_TextInputEditText -io.reactivex.internal.subscriptions.SubscriptionHelper: void cancel() -com.google.android.material.R$styleable: int Constraint_pivotAnchor -wangdaye.com.geometricweather.R$styleable: int AppBarLayout_liftOnScroll -com.jaredrummler.android.colorpicker.R$layout: int abc_activity_chooser_view -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: void onSuccess(java.lang.Object) -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: io.reactivex.internal.operators.observable.ObservableGroupJoin$JoinSupport parent -com.jaredrummler.android.colorpicker.R$attr: int tooltipText -com.google.android.material.internal.VisibilityAwareImageButton: VisibilityAwareImageButton(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$id: int content -androidx.hilt.work.R$bool: int enable_system_job_service_default -okhttp3.internal.cache.DiskLruCache$Entry: DiskLruCache$Entry(okhttp3.internal.cache.DiskLruCache,java.lang.String) -androidx.lifecycle.SavedStateHandle$1: SavedStateHandle$1(androidx.lifecycle.SavedStateHandle) -cyanogenmod.app.CustomTile$ExpandedStyle: int LIST_STYLE -wangdaye.com.geometricweather.R$attr: int expandedHintEnabled -okhttp3.internal.http2.Http2: byte TYPE_WINDOW_UPDATE -com.google.android.material.card.MaterialCardView: int getContentPaddingTop() -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float ice -okhttp3.internal.tls.OkHostnameVerifier: OkHostnameVerifier() -wangdaye.com.geometricweather.db.entities.DaoMaster: DaoMaster(org.greenrobot.greendao.database.Database) -com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_fixed_width_minor -com.google.android.material.datepicker.CompositeDateValidator -com.xw.repo.bubbleseekbar.R$id: int radio -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabPaddingBottom -org.greenrobot.greendao.database.DatabaseOpenHelper: boolean loadSQLCipherNativeLibs -androidx.room.RoomDatabase$JournalMode: androidx.room.RoomDatabase$JournalMode WRITE_AHEAD_LOGGING -com.google.android.material.R$styleable: int Toolbar_android_minHeight -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult: long updatedOn -androidx.constraintlayout.widget.R$attr: int layout_constraintBottom_creator -androidx.fragment.R$id: int accessibility_action_clickable_span -wangdaye.com.geometricweather.R$drawable: int abc_list_selector_holo_light -wangdaye.com.geometricweather.R$attr: int layout_constraintGuide_percent -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ProgressBar -wangdaye.com.geometricweather.common.basic.models.weather.WindDegree: float getDegree() -wangdaye.com.geometricweather.R$style: int Preference_CheckBoxPreference -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getNighttimeWindLevel() -com.google.android.material.R$styleable: int FloatingActionButton_hideMotionSpec -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_requestDismissAndStartActivity_1 -wangdaye.com.geometricweather.R$string: int week_6 -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator INCREASING_RING_RAMP_UP_TIME_VALIDATOR -cyanogenmod.providers.CMSettings$Secure: int getInt(android.content.ContentResolver,java.lang.String,int) -android.didikee.donate.R$styleable: int ActionMode_height -okhttp3.Response: okhttp3.CacheControl cacheControl() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onScreenTurnedOn() -androidx.constraintlayout.widget.R$styleable: int Toolbar_collapseContentDescription -androidx.work.R$bool: R$bool() -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void emit() -okhttp3.internal.ws.WebSocketWriter -androidx.hilt.lifecycle.R$styleable: int[] FragmentContainerView -android.didikee.donate.R$styleable: int AppCompatTheme_actionDropDownStyle -wangdaye.com.geometricweather.R$color: int notification_background_o -androidx.drawerlayout.R$styleable: int FontFamily_fontProviderFetchTimeout -androidx.loader.R$dimen: int notification_right_side_padding_top -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_Button -com.jaredrummler.android.colorpicker.R$string: int status_bar_notification_info_overflow -cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String WRITE_ALARMS_PERMISSION -android.didikee.donate.R$styleable: int LinearLayoutCompat_divider -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_collapseContentDescription -retrofit2.http.Streaming -okio.AsyncTimeout: void timedOut() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: java.lang.String weather -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$PhenomenonMaxColor: int phenomenonId -com.google.android.material.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex -james.adaptiveicon.R$integer -androidx.appcompat.R$attr: int buttonBarButtonStyle -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -wangdaye.com.geometricweather.R$styleable: int SearchView_voiceIcon -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_26 -com.google.android.material.chip.Chip: void setTextEndPadding(float) -android.didikee.donate.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize -org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database getEncryptedWritableDb(java.lang.String) -okhttp3.internal.connection.RealConnection: void cancel() -wangdaye.com.geometricweather.R$attr: int switchMinWidth -androidx.appcompat.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless -wangdaye.com.geometricweather.remoteviews.config.DailyTrendWidgetConfigActivity -okio.GzipSource: okio.InflaterSource inflaterSource -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_SearchResult -androidx.preference.R$string: int abc_searchview_description_query -androidx.activity.R$drawable: int notification_bg_low_normal -androidx.constraintlayout.widget.R$styleable: int PopupWindow_overlapAnchor -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: long serialVersionUID -okio.SegmentedByteString: okio.ByteString substring(int,int) -io.reactivex.internal.util.VolatileSizeArrayList: void add(int,java.lang.Object) -wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Hint -androidx.drawerlayout.R$attr: int alpha -com.google.android.material.R$attr: int actionMenuTextAppearance -okhttp3.Cache$Entry: okhttp3.Response response(okhttp3.internal.cache.DiskLruCache$Snapshot) -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getIcePrecipitation() -wangdaye.com.geometricweather.R$attr: int chipIconEnabled -android.didikee.donate.R$attr: int theme -wangdaye.com.geometricweather.R$drawable: int weather_fog_mini_light -android.didikee.donate.R$drawable: int notification_tile_bg -wangdaye.com.geometricweather.R$dimen: int mtrl_navigation_elevation -wangdaye.com.geometricweather.R$string: int about_gson -androidx.constraintlayout.widget.R$attr: int layout_constraintWidth_default -androidx.work.R$color: int notification_action_color_filter -android.didikee.donate.R$styleable: int AppCompatTheme_searchViewStyle -com.xw.repo.bubbleseekbar.R$attr: int checkedTextViewStyle -okhttp3.internal.Internal: void setCache(okhttp3.OkHttpClient$Builder,okhttp3.internal.cache.InternalCache) -androidx.constraintlayout.widget.R$drawable: int abc_list_longpressed_holo -com.google.android.material.R$color: int design_dark_default_color_on_surface -okhttp3.internal.http2.Http2Reader$Handler: void windowUpdate(int,long) -com.turingtechnologies.materialscrollbar.R$attr: int layout_collapseMode -wangdaye.com.geometricweather.R$drawable: int ic_flower -androidx.swiperefreshlayout.R$attr: int alpha -androidx.lifecycle.extensions.R$styleable: int FontFamily_fontProviderFetchTimeout -wangdaye.com.geometricweather.R$id: int widget_day_subtitle -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TabLayout_Colored -com.bumptech.glide.integration.okhttp.R$drawable: int notification_bg_normal_pressed -com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_gapBetweenBars -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: boolean setDisposable(io.reactivex.disposables.Disposable,int) -androidx.preference.R$string: int abc_menu_delete_shortcut_label -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric: int UnitType -com.google.android.material.R$attr: int showDividers -org.greenrobot.greendao.AbstractDao: void updateInTx(java.lang.Iterable) -io.reactivex.internal.queue.SpscArrayQueue: void soElement(int,java.lang.Object) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_114 -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: org.reactivestreams.Subscriber downstream -wangdaye.com.geometricweather.R$id: int item_card_display -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_skipCollapsed -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: io.reactivex.Observer observer -wangdaye.com.geometricweather.R$id: int src_over -com.turingtechnologies.materialscrollbar.R$attr: int fontProviderFetchTimeout -com.google.android.material.R$style: int Platform_AppCompat -wangdaye.com.geometricweather.R$id: int container_main_daily_trend_card_tagView -james.adaptiveicon.R$id: int line3 -okhttp3.Cookie: long parseMaxAge(java.lang.String) -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_CompoundButton_CheckBox -androidx.work.impl.utils.futures.DirectExecutor: java.lang.String toString() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String grassDescription -james.adaptiveicon.R$attr: int barLength -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_contentInsetRight -androidx.viewpager2.R$id: int line3 -io.reactivex.internal.observers.DeferredScalarDisposable: DeferredScalarDisposable(io.reactivex.Observer) -androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_fontStyle -com.google.android.material.R$attr: int textAppearanceButton -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void onComplete() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onDetach() -okhttp3.internal.http2.Http2Stream$FramingSink: void flush() -com.jaredrummler.android.colorpicker.R$id: int action_bar_activity_content -androidx.core.R$id: int accessibility_custom_action_6 -androidx.customview.R$id: int tag_unhandled_key_event_manager -androidx.hilt.work.R$id: int accessibility_custom_action_10 -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Dialog_Bridge -wangdaye.com.geometricweather.db.entities.HistoryEntity: void setDate(java.util.Date) -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_draggable -androidx.constraintlayout.widget.R$color: int abc_tint_edittext -androidx.lifecycle.MediatorLiveData$Source -wangdaye.com.geometricweather.R$attr: int radius_from -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse -androidx.constraintlayout.widget.R$styleable: int ActionBar_subtitleTextStyle -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle -retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback: void onFailure(retrofit2.Call,java.lang.Throwable) -androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$State getCurrentState() -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderCancelButton -james.adaptiveicon.R$id: int decor_content_parent -androidx.constraintlayout.widget.R$style: int Platform_ThemeOverlay_AppCompat -wangdaye.com.geometricweather.R$string: int settings_category_basic -android.support.v4.os.ResultReceiver: void onReceiveResult(int,android.os.Bundle) -androidx.preference.R$styleable: int[] FragmentContainerView -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver[] observers -androidx.preference.R$styleable: int PreferenceFragment_android_layout -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Weather: MfForecastResult$Forecast$Weather() -androidx.room.MultiInstanceInvalidationService -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property UvLevel -com.xw.repo.bubbleseekbar.R$color: int abc_background_cache_hint_selector_material_dark -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse -com.google.android.material.chip.Chip: void setIconStartPadding(float) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionOverflowMenuStyle -com.google.android.material.R$attr: int actionModePasteDrawable -androidx.appcompat.R$styleable: int ActionBar_indeterminateProgressStyle -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ListMenuView -wangdaye.com.geometricweather.R$styleable: int KeyCycle_waveVariesBy -com.jaredrummler.android.colorpicker.R$attr: int contentInsetLeft -okhttp3.internal.cache2.FileOperator -cyanogenmod.hardware.IThermalListenerCallback: void onThermalChanged(int) -androidx.appcompat.R$attr: int actionModeStyle -androidx.appcompat.R$style: int Theme_AppCompat_DayNight -androidx.viewpager2.R$id: int normal -com.google.android.material.R$color: int abc_tint_switch_track -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean -io.reactivex.internal.observers.ForEachWhileObserver: io.reactivex.functions.Predicate onNext -okhttp3.ResponseBody$1: ResponseBody$1(okhttp3.MediaType,long,okio.BufferedSource) -androidx.hilt.R$id: int accessibility_custom_action_19 -james.adaptiveicon.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_horizontalBias -cyanogenmod.alarmclock.ClockContract$InstancesColumns: int PREDISMISSED_STATE -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_1 -com.jaredrummler.android.colorpicker.R$style: int Widget_Compat_NotificationActionContainer -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Ceiling -wangdaye.com.geometricweather.R$string: int settings_title_icon_provider -wangdaye.com.geometricweather.R$styleable: int AppBarLayoutStates_state_liftable -androidx.preference.R$attr: int orderingFromXml -wangdaye.com.geometricweather.R$string: int character_counter_content_description -androidx.viewpager.R$style: int TextAppearance_Compat_Notification_Line2 -androidx.preference.R$style: int Theme_AppCompat -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void execute() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial Imperial -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle -io.reactivex.internal.disposables.DisposableHelper: io.reactivex.internal.disposables.DisposableHelper valueOf(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintGuide_end -okio.GzipSink: java.util.zip.Deflater deflater -okio.Buffer: long indexOfElement(okio.ByteString) -wangdaye.com.geometricweather.R$drawable: int notif_temp_131 -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: java.lang.Throwable error -wangdaye.com.geometricweather.R$drawable: int abc_btn_check_material_anim -androidx.core.R$id: int blocking -com.google.android.material.R$layout: int mtrl_picker_header_dialog -androidx.preference.R$attr: int hideOnContentScroll -androidx.preference.R$attr: int tooltipText -androidx.hilt.lifecycle.R$attr: int fontVariationSettings -com.google.android.material.R$styleable: int Constraint_layout_constraintHeight_default -com.google.android.material.appbar.AppBarLayout: AppBarLayout(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$id: int progress -androidx.constraintlayout.widget.R$layout: int abc_alert_dialog_title_material -com.google.android.material.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner -com.bumptech.glide.R$attr: int layout_dodgeInsetEdges -androidx.constraintlayout.widget.R$styleable: int ActionBar_contentInsetEnd -com.jaredrummler.android.colorpicker.R$dimen: int notification_top_pad_large_text -okhttp3.internal.ws.RealWebSocket: int sentPingCount() -com.turingtechnologies.materialscrollbar.R$dimen: R$dimen() -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: int getProgressViewEndOffset() -okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Settings okHttpSettings -com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_showTitle -androidx.constraintlayout.motion.widget.MotionLayout$TransitionState: androidx.constraintlayout.motion.widget.MotionLayout$TransitionState SETUP -wangdaye.com.geometricweather.R$attr: int verticalOffset -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse -okhttp3.internal.http2.Huffman: void encode(okio.ByteString,okio.BufferedSink) -io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: void onSubscribe(io.reactivex.disposables.Disposable) -cyanogenmod.app.ThemeVersion$ComponentVersion: ThemeVersion$ComponentVersion(int,cyanogenmod.app.ThemeComponent,int) -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Region: java.lang.String LocalizedName -io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: void dispose() -com.google.android.material.appbar.AppBarLayout: void addOnOffsetChangedListener(com.google.android.material.appbar.AppBarLayout$BaseOnOffsetChangedListener) -cyanogenmod.profiles.BrightnessSettings: int mValue -androidx.appcompat.R$drawable: int abc_list_selector_background_transition_holo_light -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_maximum_default_fullscreen_minor_axis -androidx.preference.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless -wangdaye.com.geometricweather.R$id: int activity_widget_config_showCardTitle -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHeight_percent -com.google.android.material.R$styleable: int ConstraintSet_layout_goneMarginEnd -androidx.preference.R$string: int abc_activity_chooser_view_see_all -androidx.preference.R$attr: int preferenceCategoryTitleTextAppearance -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_16 -androidx.preference.R$dimen: int abc_action_bar_content_inset_with_nav -com.jaredrummler.android.colorpicker.R$color: int accent_material_dark -com.google.android.material.slider.BaseSlider: void setTickVisible(boolean) -androidx.lifecycle.ViewModel: java.lang.Object getTag(java.lang.String) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: java.lang.String getEn_US() -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_android_font -androidx.appcompat.R$color: int highlighted_text_material_light -androidx.preference.R$styleable: int Toolbar_titleMarginEnd -james.adaptiveicon.R$id: int scrollIndicatorUp -androidx.preference.R$styleable: int PreferenceTheme_switchPreferenceStyle -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Button_Small -cyanogenmod.app.LiveLockScreenInfo$1: cyanogenmod.app.LiveLockScreenInfo createFromParcel(android.os.Parcel) -james.adaptiveicon.R$drawable: int notification_template_icon_low_bg -wangdaye.com.geometricweather.R$font: int product_sans_black -wangdaye.com.geometricweather.R$styleable: int[] TextAppearance -wangdaye.com.geometricweather.R$id: int coordinator -wangdaye.com.geometricweather.R$id: int material_hour_text_input -wangdaye.com.geometricweather.R$attr: int flow_wrapMode -com.turingtechnologies.materialscrollbar.R$anim: int abc_fade_in -com.google.android.material.R$styleable: int ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide -com.google.android.material.R$styleable: int OnSwipe_dragDirection -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualObserver[] observers -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_popupMenuStyle -androidx.constraintlayout.widget.R$id: int textSpacerNoButtons -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean humidity -cyanogenmod.providers.CMSettings$Secure: float getFloat(android.content.ContentResolver,java.lang.String) -com.google.android.material.R$styleable: int KeyCycle_motionProgress -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone: double GmtOffset -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_27 -androidx.preference.R$styleable: int AppCompatTextView_autoSizeTextType -com.google.android.material.R$id: int search_src_text -androidx.lifecycle.extensions.R$drawable: int notification_bg_low_normal -com.google.android.material.R$styleable: int ConstraintSet_android_rotationY -android.didikee.donate.R$dimen: int abc_action_bar_content_inset_with_nav -androidx.appcompat.R$style: int Widget_AppCompat_ActionButton_CloseMode -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintLeft_toRightOf -com.google.android.material.R$color: int mtrl_bottom_nav_ripple_color -androidx.preference.R$color: R$color() -androidx.constraintlayout.widget.R$attr: int onShow -io.reactivex.Observable: void subscribe(io.reactivex.Observer) -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver -androidx.viewpager.R$attr: int fontProviderAuthority -androidx.fragment.R$attr: int fontProviderAuthority -com.google.android.material.R$color: int material_grey_900 -androidx.viewpager2.R$drawable: int notification_tile_bg -wangdaye.com.geometricweather.R$dimen: int cpv_item_size -androidx.fragment.R$layout: int notification_template_part_chronometer -wangdaye.com.geometricweather.R$drawable: int shortcuts_fog_foreground -okhttp3.internal.http2.Settings: int HEADER_TABLE_SIZE -androidx.appcompat.R$drawable: int abc_text_select_handle_middle_mtrl_dark -cyanogenmod.externalviews.ExternalView$3: cyanogenmod.externalviews.ExternalView this$0 -james.adaptiveicon.R$style: int Base_Widget_AppCompat_RatingBar_Indicator -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button -com.jaredrummler.android.colorpicker.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset -cyanogenmod.app.IProfileManager$Stub$Proxy: void addNotificationGroup(android.app.NotificationGroup) -com.jaredrummler.android.colorpicker.R$attr: int arrowHeadLength -com.turingtechnologies.materialscrollbar.R$attr: int boxCornerRadiusTopEnd -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_height -com.github.rahatarmanahmed.cpv.CircularProgressView: float access$302(com.github.rahatarmanahmed.cpv.CircularProgressView,float) -android.didikee.donate.R$styleable: int AppCompatTheme_windowFixedWidthMinor -cyanogenmod.providers.CMSettings$Secure: boolean isLegacySetting(java.lang.String) -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float visibility -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Small -androidx.hilt.lifecycle.R$id: int action_text -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: CNWeatherResult$Realtime() -androidx.appcompat.R$dimen: int abc_action_bar_overflow_padding_end_material -okhttp3.OkHttpClient$Builder: java.net.Proxy proxy -cyanogenmod.providers.CMSettings$System: java.lang.String KEY_MENU_LONG_PRESS_ACTION -wangdaye.com.geometricweather.db.entities.HourlyEntity: HourlyEntity() -cyanogenmod.externalviews.ExternalViewProperties: android.graphics.Rect mHitRect -androidx.constraintlayout.helper.widget.Flow: void setHorizontalGap(int) -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: ObservableTakeLast$TakeLastObserver(io.reactivex.Observer,int) -wangdaye.com.geometricweather.R$styleable: int CardView_contentPaddingLeft -androidx.appcompat.R$style: int Theme_AppCompat_Dialog_Alert -com.google.android.material.R$styleable: int Variant_constraints -james.adaptiveicon.R$id: int expand_activities_button -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Body1 -androidx.preference.R$attr: int preferenceFragmentListStyle -com.xw.repo.bubbleseekbar.R$string: int abc_menu_alt_shortcut_label -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_backgroundTintMode -com.bumptech.glide.R$style: R$style() -com.jaredrummler.android.colorpicker.ColorPreferenceCompat: void setOnShowDialogListener(com.jaredrummler.android.colorpicker.ColorPreferenceCompat$OnShowDialogListener) -com.google.android.material.tabs.TabLayout$TabView -com.google.android.material.R$attr: int showAsAction -com.turingtechnologies.materialscrollbar.R$attr: int counterTextAppearance -io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function) -retrofit2.Retrofit$1 -androidx.viewpager.R$dimen: int compat_button_padding_vertical_material -androidx.constraintlayout.motion.widget.MotionHelper: MotionHelper(android.content.Context,android.util.AttributeSet) -com.turingtechnologies.materialscrollbar.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 -okhttp3.internal.http2.Http2Stream: boolean isLocallyInitiated() -cyanogenmod.profiles.ConnectionSettings: int CM_MODE_2G3G -okhttp3.Protocol: okhttp3.Protocol[] $VALUES -wangdaye.com.geometricweather.R$styleable: int SwitchPreference_android_summaryOn -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_itemPadding -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps -androidx.coordinatorlayout.R$id: int right_side -wangdaye.com.geometricweather.R$drawable: int notif_temp_7 -androidx.dynamicanimation.R$styleable: int GradientColor_android_startX -androidx.appcompat.R$style: int Widget_AppCompat_Button_Borderless_Colored -cyanogenmod.weather.CMWeatherManager$2$2: java.util.List val$weatherLocations -cyanogenmod.app.IProfileManager$Stub$Proxy: android.os.IBinder asBinder() -com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: java.lang.String toString() -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: long count -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionMode -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_PopupMenu_Overflow -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String src -com.jaredrummler.android.colorpicker.R$styleable: int Spinner_popupTheme -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone: java.lang.String Code -cyanogenmod.weather.WeatherLocation: WeatherLocation(android.os.Parcel,cyanogenmod.weather.WeatherLocation$1) -com.google.android.material.R$id: int SHOW_ALL -android.didikee.donate.R$styleable: int MenuItem_actionProviderClass -com.google.android.material.R$dimen: int mtrl_btn_snackbar_margin_horizontal -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) -androidx.preference.R$attr: int actionModeSplitBackground -okhttp3.internal.connection.StreamAllocation: java.net.Socket deallocate(boolean,boolean,boolean) -wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: SlidingItemContainerLayout(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String description -androidx.appcompat.widget.ActivityChooserView: ActivityChooserView(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.R$attr: int colorPrimaryDark -wangdaye.com.geometricweather.R$drawable: int weather_thunder_mini_xml -cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator sNonNegativeIntegerValidator -okhttp3.FormBody: java.util.List encodedNames -androidx.work.R$attr: int font -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Display4 -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Headline5 -androidx.viewpager2.R$styleable: int[] FontFamilyFont -wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_yearSelectedStyle -androidx.preference.R$anim: int btn_radio_to_off_mtrl_ring_outer_path_animation -com.google.android.material.R$id: int scrollIndicatorDown -android.didikee.donate.R$styleable: int[] Spinner -androidx.loader.R$attr: int fontVariationSettings -wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Suffix -cyanogenmod.app.ProfileManager: java.lang.String PROFILES_STATE_CHANGED_ACTION -wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemRippleColor -wangdaye.com.geometricweather.R$id: int scrollView -wangdaye.com.geometricweather.R$attr: int colorControlHighlight -com.google.android.material.R$attr: int shapeAppearanceMediumComponent -androidx.hilt.lifecycle.R$id: int text -androidx.viewpager2.R$attr: int fontVariationSettings -androidx.constraintlayout.widget.R$color: int abc_tint_default -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -androidx.appcompat.R$anim: int btn_checkbox_to_unchecked_box_inner_merged_animation -wangdaye.com.geometricweather.R$attr: int textAppearanceHeadline2 -wangdaye.com.geometricweather.R$style: int RtlOverlay_DialogWindowTitle_AppCompat -com.xw.repo.bubbleseekbar.R$id: int group_divider -com.google.android.material.R$styleable: int SearchView_submitBackground -com.jaredrummler.android.colorpicker.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_halfExpandedRatio -com.google.android.material.R$attr: int paddingLeftSystemWindowInsets -androidx.work.R$drawable: int notification_template_icon_bg -okhttp3.ResponseBody$BomAwareReader: okio.BufferedSource source -androidx.appcompat.widget.SwitchCompat: SwitchCompat(android.content.Context,android.util.AttributeSet) -com.turingtechnologies.materialscrollbar.R$style: int Base_V26_Theme_AppCompat_Light -wangdaye.com.geometricweather.R$color: int colorLine_dark -androidx.viewpager.widget.ViewPager: void setScrollingCacheEnabled(boolean) -io.reactivex.internal.subscriptions.BasicIntQueueSubscription: java.lang.Object poll() -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setChecked(boolean) -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_TextInputEditText -okhttp3.Response$Builder: long sentRequestAtMillis -androidx.preference.R$styleable: int Toolbar_navigationContentDescription -com.google.android.material.slider.RangeSlider: int getTrackSidePadding() -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_toRightOf -okhttp3.Interceptor$Chain: okhttp3.Interceptor$Chain withConnectTimeout(int,java.util.concurrent.TimeUnit) -com.google.android.material.R$color: int mtrl_bottom_nav_colored_item_tint -androidx.dynamicanimation.R$id: int async -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle -wangdaye.com.geometricweather.R$color: int design_default_color_background -wangdaye.com.geometricweather.R$attr: int fontProviderCerts -wangdaye.com.geometricweather.R$drawable: int ic_sunrise -androidx.appcompat.R$styleable: int[] StateListDrawable -cyanogenmod.providers.ThemesContract$PreviewColumns: android.net.Uri APPLIED_URI -androidx.vectordrawable.animated.R$id: int dialog_button -androidx.preference.ListPreferenceDialogFragmentCompat -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_UnelevatedButton -androidx.constraintlayout.widget.R$attr: int flow_lastHorizontalBias -wangdaye.com.geometricweather.R$color: int design_dark_default_color_error -wangdaye.com.geometricweather.R$style: int week_weather_week_info -androidx.swiperefreshlayout.R$id: int chronometer -androidx.appcompat.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable -android.didikee.donate.R$styleable: int AppCompatTextHelper_android_drawableLeft -androidx.constraintlayout.widget.R$attr: int onTouchUp -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintTag -com.jaredrummler.android.colorpicker.R$styleable: int ActionBarLayout_android_layout_gravity -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_32 -com.google.android.material.R$color: int bright_foreground_disabled_material_light -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonBarStyle -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Metric: java.lang.String Unit -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getWindSpeed() -com.google.android.material.R$anim: int btn_checkbox_to_checked_icon_null_animation -wangdaye.com.geometricweather.R$string: int key_temperature_unit -cyanogenmod.profiles.StreamSettings: boolean isDirty() -james.adaptiveicon.R$id: int screen -com.google.android.material.R$id: int mtrl_calendar_text_input_frame -com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_text_color_disabled -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: FitSystemBarNestedScrollView(android.content.Context,android.util.AttributeSet,int) -okhttp3.internal.http.CallServerInterceptor -com.turingtechnologies.materialscrollbar.R$attr: int counterOverflowTextAppearance -io.reactivex.internal.util.NotificationLite -wangdaye.com.geometricweather.R$color: int abc_tint_default -io.reactivex.internal.observers.InnerQueuedObserver: void setDone() -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: java.util.concurrent.atomic.AtomicReference upstream -james.adaptiveicon.R$attr: int listPreferredItemHeight -androidx.activity.R$id: int accessibility_custom_action_22 -androidx.lifecycle.FullLifecycleObserver -android.didikee.donate.R$attr: int textAppearanceSmallPopupMenu -androidx.constraintlayout.widget.R$id: int line1 -androidx.activity.R$styleable: int FontFamilyFont_android_fontStyle -retrofit2.RequestFactory$Builder: java.lang.String PARAM -wangdaye.com.geometricweather.R$attr: int currentState -com.google.android.material.slider.RangeSlider: void setValues(java.util.List) -wangdaye.com.geometricweather.R$drawable: int weather_cloudy_2 -androidx.work.R$styleable: int ColorStateListItem_android_alpha -com.github.rahatarmanahmed.cpv.CircularProgressView: android.animation.ValueAnimator startAngleRotate -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver -io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable: boolean isDisposed() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: int getStatus() -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse -cyanogenmod.profiles.AirplaneModeSettings: android.os.Parcelable$Creator CREATOR -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_background -com.google.android.material.R$id: int text2 -wangdaye.com.geometricweather.R$styleable: int ListPreference_useSimpleSummaryProvider -androidx.vectordrawable.animated.R$id: int tag_accessibility_heading -com.xw.repo.bubbleseekbar.R$id: int src_atop -com.bumptech.glide.R$integer: R$integer() -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_verticalStyle -cyanogenmod.profiles.AirplaneModeSettings$1 -com.google.android.material.R$attr: int circularRadius -androidx.fragment.R$attr: int font -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getUvIndex() -wangdaye.com.geometricweather.R$styleable: int KeyTrigger_motion_triggerOnCollision -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setForecastHourly(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean) -android.didikee.donate.R$styleable: int ActionBar_contentInsetEndWithActions -io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: ObservableUnsubscribeOn$UnsubscribeObserver(io.reactivex.Observer,io.reactivex.Scheduler) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: java.util.List value -cyanogenmod.app.CustomTile: android.graphics.Bitmap remoteIcon -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: java.lang.String pubTime -com.jaredrummler.android.colorpicker.R$color: int abc_hint_foreground_material_light -wangdaye.com.geometricweather.R$attr: int layout_constraintLeft_creator -com.google.android.material.R$styleable: int MenuView_android_headerBackground -okio.GzipSink: GzipSink(okio.Sink) -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Weather -androidx.appcompat.widget.AppCompatRatingBar: AppCompatRatingBar(android.content.Context) -okio.BufferedSource -org.greenrobot.greendao.AbstractDaoSession: void deleteAll(java.lang.Class) -androidx.fragment.R$id: int normal -io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: long serialVersionUID -wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit valueOf(java.lang.String) -com.bumptech.glide.integration.okhttp.R$attr: int layout_dodgeInsetEdges -androidx.recyclerview.R$attr: int fontWeight -com.jaredrummler.android.colorpicker.R$styleable: int[] CoordinatorLayout -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_selectableItemBackground -androidx.activity.OnBackPressedDispatcher$LifecycleOnBackPressedCancellable -cyanogenmod.weather.WeatherLocation$Builder: java.lang.String mCity -androidx.viewpager.R$attr: int ttcIndex -okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level HEADERS -androidx.core.R$dimen: int notification_action_icon_size -com.google.android.material.textfield.TextInputLayout: void setBoxStrokeWidthFocused(int) -wangdaye.com.geometricweather.R$id: int item_alert_subtitle -androidx.constraintlayout.widget.VirtualLayout: void setElevation(float) -com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_itemBackground -com.jaredrummler.android.colorpicker.R$color: int switch_thumb_disabled_material_light -okhttp3.internal.http2.Http2Connection: void pushExecutorExecute(okhttp3.internal.NamedRunnable) -com.google.android.material.R$dimen: int design_navigation_padding_bottom -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -com.turingtechnologies.materialscrollbar.TouchScrollBar: float getHandleOffset() -cyanogenmod.providers.CMSettings$3: CMSettings$3() -com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat_Light -com.google.android.material.R$styleable: int Constraint_flow_verticalStyle -androidx.constraintlayout.widget.R$attr: int actionBarTabBarStyle -com.google.android.material.R$attr: int thumbStrokeColor -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Direction: int Degrees -androidx.preference.R$styleable: int[] ActionBar -androidx.work.WorkInfo$State: androidx.work.WorkInfo$State CANCELLED -androidx.constraintlayout.widget.R$attr: int logoDescription -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: void cancel() -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit MMHG -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_Dialog_Alert -androidx.preference.R$styleable: int Toolbar_contentInsetEnd -io.reactivex.internal.disposables.SequentialDisposable: boolean update(io.reactivex.disposables.Disposable) -com.google.android.material.R$attr: int helperText -wangdaye.com.geometricweather.R$dimen: int mtrl_shape_corner_size_medium_component -wangdaye.com.geometricweather.R$attr: int trackTintMode -cyanogenmod.weatherservice.IWeatherProviderServiceClient -io.reactivex.internal.util.ErrorMode: io.reactivex.internal.util.ErrorMode[] values() -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_TextView_SpinnerItem -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleMarginStart -androidx.appcompat.R$styleable: int SearchView_iconifiedByDefault -androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type CENTER -io.reactivex.Observable: io.reactivex.Observable retry() -cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: double lat -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat -cyanogenmod.hardware.CMHardwareManager: int getDisplayColorCalibrationDefault() -android.didikee.donate.R$color: int accent_material_light -okio.Buffer: int selectPrefix(okio.Options,boolean) -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language GERMAN -androidx.viewpager.R$dimen: int notification_small_icon_size_as_large -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_temp_2 -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Direction Direction -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: java.util.List contextList -okhttp3.internal.http2.Http2Connection: void close(okhttp3.internal.http2.ErrorCode,okhttp3.internal.http2.ErrorCode) -com.jaredrummler.android.colorpicker.R$attr: int tint -cyanogenmod.externalviews.ExternalViewProviderService$1$1: ExternalViewProviderService$1$1(cyanogenmod.externalviews.ExternalViewProviderService$1,android.os.Bundle) -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder shouldCollapsePanel(boolean) -wangdaye.com.geometricweather.R$attr: int overlapAnchor -cyanogenmod.weather.ICMWeatherManager$Stub: android.os.IBinder asBinder() -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView: AbsChartItemView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX -wangdaye.com.geometricweather.remoteviews.config.DailyTrendWidgetConfigActivity: DailyTrendWidgetConfigActivity() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Subhead_Inverse -com.turingtechnologies.materialscrollbar.R$attr: int actionModeSelectAllDrawable -androidx.preference.R$attr: int key -androidx.drawerlayout.R$styleable: int FontFamilyFont_android_fontVariationSettings -cyanogenmod.weather.ICMWeatherManager$Stub: int TRANSACTION_registerWeatherServiceProviderChangeListener -androidx.viewpager.widget.PagerTabStrip: void setTabIndicatorColorResource(int) -androidx.constraintlayout.widget.R$attr: int paddingStart -wangdaye.com.geometricweather.weather.json.mf.MfRainResult -com.google.android.material.R$styleable: int CompoundButton_buttonCompat -androidx.constraintlayout.widget.R$attr: int defaultState -wangdaye.com.geometricweather.R$id: int SYM -wangdaye.com.geometricweather.R$dimen: int mtrl_bottomappbar_fab_bottom_margin -androidx.activity.R$id: int title -androidx.transition.R$id: int actions -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Headline6 -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: int IconCode -okhttp3.Request: okhttp3.CacheControl cacheControl -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours -cyanogenmod.profiles.LockSettings$1: LockSettings$1() -android.didikee.donate.R$styleable: int AppCompatSeekBar_android_thumb -androidx.constraintlayout.widget.R$attr: int region_widthLessThan -com.jaredrummler.android.colorpicker.R$styleable: int[] ActionMode -androidx.appcompat.widget.AppCompatSpinner: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatSeekBar_tickMarkTintMode -cyanogenmod.themes.IThemeService$Stub$Proxy: android.os.IBinder asBinder() -com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_select_handle_right_mtrl_light -io.reactivex.internal.util.VolatileSizeArrayList: java.lang.Object remove(int) -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: boolean isCancelled() -com.google.android.material.R$attr: int navigationMode -wangdaye.com.geometricweather.R$styleable: int ArcProgress_bottom_text_size -com.google.android.material.R$dimen: int mtrl_shape_corner_size_large_component -androidx.vectordrawable.animated.R$attr: int fontProviderFetchTimeout -androidx.lifecycle.extensions.R$string: int status_bar_notification_info_overflow -wangdaye.com.geometricweather.R$attr: int buttonStyleSmall -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String getProvince() -wangdaye.com.geometricweather.R$attr: int listChoiceIndicatorSingleAnimated -androidx.lifecycle.extensions.R$style: int TextAppearance_Compat_Notification_Info -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: void setStatus(int) -androidx.hilt.work.R$styleable: int FontFamilyFont_fontVariationSettings -androidx.preference.R$style: int TextAppearance_Compat_Notification -okio.Options: int size() -androidx.appcompat.resources.R$id: int action_container -wangdaye.com.geometricweather.R$id: int item_aqi_progress -wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoonSetDate(java.util.Date) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours -com.google.android.material.R$style: int Widget_MaterialComponents_Toolbar -wangdaye.com.geometricweather.R$id: int editText -wangdaye.com.geometricweather.R$dimen: int abc_control_padding_material -cyanogenmod.hardware.CMHardwareManager: int[] getDisplayColorCalibration() -cyanogenmod.os.Concierge$ParcelInfo: int mSizePosition -wangdaye.com.geometricweather.R$id: int fragment_main -androidx.recyclerview.widget.RecyclerView: void setAccessibilityDelegateCompat(androidx.recyclerview.widget.RecyclerViewAccessibilityDelegate) -com.bumptech.glide.R$styleable: int CoordinatorLayout_keylines -android.didikee.donate.R$dimen: int notification_small_icon_background_padding -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle -retrofit2.http.HTTP: java.lang.String method() -androidx.constraintlayout.widget.R$color: int material_blue_grey_950 -wangdaye.com.geometricweather.R$style: int widget_text_clock_analog_Dark -wangdaye.com.geometricweather.R$layout: int material_timepicker -james.adaptiveicon.R$style: int Widget_AppCompat_ProgressBar_Horizontal -io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.turingtechnologies.materialscrollbar.R$styleable: int[] FontFamilyFont -com.google.android.material.R$dimen: int abc_text_size_display_3_material -com.google.android.material.R$drawable: int abc_btn_check_material_anim -com.turingtechnologies.materialscrollbar.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog -androidx.appcompat.R$styleable: int AppCompatTextView_drawableBottomCompat -wangdaye.com.geometricweather.R$id: int container_main_details_title -okio.ForwardingTimeout: okio.Timeout clearDeadline() -wangdaye.com.geometricweather.R$drawable: int abc_textfield_activated_mtrl_alpha -android.support.v4.os.IResultReceiver$Stub$Proxy: void send(int,android.os.Bundle) -com.xw.repo.bubbleseekbar.R$styleable: int MenuGroup_android_checkableBehavior -com.github.rahatarmanahmed.cpv.CircularProgressView: int thickness -com.google.android.material.appbar.AppBarLayout$BaseBehavior: AppBarLayout$BaseBehavior(android.content.Context,android.util.AttributeSet) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle -android.didikee.donate.R$styleable: int SwitchCompat_android_textOn -com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle -io.reactivex.Observable: io.reactivex.Observable distinctUntilChanged(io.reactivex.functions.Function) -androidx.appcompat.R$color: int foreground_material_light -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getCityId() -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_statusBarForeground -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: java.lang.String getUnit() -com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_drawableSize -okhttp3.internal.http2.Header -cyanogenmod.weather.RequestInfo: android.location.Location mLocation -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_AES_256_CCM_8_SHA256 -androidx.constraintlayout.widget.R$attr: int listPreferredItemPaddingEnd -wangdaye.com.geometricweather.R$id: int activity_widget_config_subtitleDataContainer -com.turingtechnologies.materialscrollbar.R$drawable: int notification_action_background -okhttp3.Headers$Builder: okhttp3.Headers$Builder add(java.lang.String) -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_counterTextAppearance -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: java.util.List consequences -wangdaye.com.geometricweather.db.entities.LocationEntityDao: wangdaye.com.geometricweather.db.converters.TimeZoneConverter timeZoneConverter -james.adaptiveicon.R$styleable: int MenuView_subMenuArrow -androidx.lifecycle.extensions.R$attr: R$attr() -wangdaye.com.geometricweather.R$drawable: int weather_snow_3 -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_Snackbar_Message -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder cache(okhttp3.Cache) -okio.RealBufferedSink: okio.BufferedSink writeString(java.lang.String,int,int,java.nio.charset.Charset) -wangdaye.com.geometricweather.R$dimen: int material_helper_text_font_1_3_padding_horizontal -cyanogenmod.os.Concierge: Concierge() -androidx.appcompat.R$color: int switch_thumb_normal_material_light -com.xw.repo.bubbleseekbar.R$dimen: int abc_progress_bar_height_material -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void completion() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature -okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RealConnection connection() -androidx.drawerlayout.R$styleable: int FontFamilyFont_fontStyle -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_measureWithLargestChild -io.reactivex.internal.subscribers.StrictSubscriber: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoonRiseDate(java.util.Date) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean onCreatePanelMenu(int,android.view.Menu) -okhttp3.Request -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_android_maxWidth -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition: AccuLocationResult$GeoPosition() -cyanogenmod.weather.WeatherInfo$Builder: WeatherInfo$Builder(java.lang.String,double,int) -okhttp3.internal.ws.RealWebSocket$Message: int formatOpcode -cyanogenmod.externalviews.ExternalView: void performAction(java.lang.Runnable) -wangdaye.com.geometricweather.R$id: int topPanel -wangdaye.com.geometricweather.R$styleable: int ClockFaceView_valueTextColor -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_CompactMenu -android.didikee.donate.R$styleable: int ActionBar_backgroundStacked -cyanogenmod.providers.CMSettings$2: CMSettings$2() -com.google.android.material.bottomappbar.BottomAppBar: void setFabAlignmentMode(int) -cyanogenmod.weatherservice.WeatherProviderService$1: void processCityNameLookupRequest(cyanogenmod.weather.RequestInfo) -retrofit2.HttpServiceMethod: retrofit2.CallAdapter createCallAdapter(retrofit2.Retrofit,java.lang.reflect.Method,java.lang.reflect.Type,java.lang.annotation.Annotation[]) -cyanogenmod.providers.CMSettings$NameValueCache: android.content.IContentProvider lazyGetProvider(android.content.ContentResolver) -io.reactivex.internal.subscriptions.SubscriptionHelper: void request(long) -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_DrawerArrowToggle -com.turingtechnologies.materialscrollbar.R$attr: int spinnerStyle -com.google.android.material.R$dimen: int design_navigation_elevation -com.google.android.material.R$styleable: int ConstraintSet_layout_goneMarginLeft -wangdaye.com.geometricweather.R$string: int preference_copied -com.jaredrummler.android.colorpicker.R$dimen: int cpv_color_preference_large -wangdaye.com.geometricweather.R$styleable: int MaterialTextView_android_textAppearance -androidx.dynamicanimation.R$id: int line1 -androidx.constraintlayout.widget.Barrier: int getMargin() -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Button -wangdaye.com.geometricweather.R$drawable: int weather_haze_mini_xml -android.didikee.donate.R$styleable: int Toolbar_buttonGravity -okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Stream removeStream(int) -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation: wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Weather weather -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder proxy(java.net.Proxy) -com.turingtechnologies.materialscrollbar.DateAndTimeIndicator -cyanogenmod.app.IProfileManager$Stub$Proxy: cyanogenmod.app.Profile getProfileByName(java.lang.String) -androidx.preference.R$drawable: int abc_vector_test -wangdaye.com.geometricweather.common.basic.models.weather.Wind: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree degree -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void dispose() -okio.BufferedSink: okio.BufferedSink writeString(java.lang.String,int,int,java.nio.charset.Charset) -com.turingtechnologies.materialscrollbar.R$attr: int tickMarkTint -io.reactivex.internal.util.HashMapSupplier: io.reactivex.internal.util.HashMapSupplier[] values() -retrofit2.converter.gson.GsonResponseBodyConverter -io.reactivex.internal.disposables.CancellableDisposable: boolean isDisposed() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String coDesc -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWindSpeed -okhttp3.internal.http2.Http2Stream: boolean isOpen() -com.google.android.material.R$style: int Base_Widget_AppCompat_Button -cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_setDataConnectionState -com.google.android.material.R$attr: int contentInsetLeft -okhttp3.Response$Builder: void checkSupportResponse(java.lang.String,okhttp3.Response) -com.google.android.material.R$dimen: int mtrl_btn_padding_left -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: java.util.List advices -androidx.preference.R$styleable: int Preference_android_selectable -androidx.preference.R$attr: int dialogTheme -androidx.appcompat.R$style: int Base_Widget_AppCompat_ListPopupWindow -androidx.preference.R$color: int material_grey_50 -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_panelBackground -retrofit2.Retrofit: retrofit2.Converter stringConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[]) -com.xw.repo.bubbleseekbar.R$attr: int paddingTopNoTitle -com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_reverseLayout -okhttp3.Request$Builder: okhttp3.Request$Builder tag(java.lang.Object) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber -androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type NONE -com.google.android.material.slider.RangeSlider: void setThumbElevation(float) -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceHeadline6 -androidx.work.impl.utils.futures.AbstractFuture: androidx.work.impl.utils.futures.AbstractFuture$Listener listeners -cyanogenmod.app.Profile: boolean isConditionalType() -com.google.android.material.R$attr: int layoutDescription -okhttp3.EventListener: void requestHeadersEnd(okhttp3.Call,okhttp3.Request) -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.String getCityId() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textColorAlertDialogListItem -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_max -wangdaye.com.geometricweather.background.polling.permanent.observer.FakeForegroundService -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.coordinatorlayout.widget.CoordinatorLayout: int getSuggestedMinimumHeight() -androidx.appcompat.R$style: int Theme_AppCompat_Light -wangdaye.com.geometricweather.R$styleable: int MockView_mock_label -wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List hourlyForecast -com.google.android.material.R$styleable: int MaterialCalendarItem_android_insetRight -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX$InfoX info -wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_itemFillColor -io.reactivex.internal.subscriptions.BasicIntQueueSubscription: void clear() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean temperature -cyanogenmod.app.Profile: int compareTo(java.lang.Object) -okhttp3.internal.platform.ConscryptPlatform: javax.net.ssl.SSLContext getSSLContext() -wangdaye.com.geometricweather.R$dimen: int tooltip_margin -android.didikee.donate.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight -com.google.android.material.textfield.MaterialAutoCompleteTextView: void setAdapter(android.widget.ListAdapter) -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Caption -okhttp3.internal.ws.WebSocketProtocol: int OPCODE_BINARY -androidx.constraintlayout.widget.R$styleable: int ColorStateListItem_alpha -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int AQI_INDEX_5 -androidx.work.impl.utils.futures.AbstractFuture: java.lang.Object value -okhttp3.internal.http.HttpDate$1 -com.google.android.material.chip.Chip: void setCheckedIconVisible(int) -androidx.constraintlayout.widget.R$styleable: int Layout_chainUseRtl -io.reactivex.Observable: io.reactivex.disposables.Disposable subscribe(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer) -androidx.constraintlayout.widget.R$attr: int flow_horizontalStyle -cyanogenmod.providers.CMSettings$System: java.lang.String ZEN_ALLOW_LIGHTS -wangdaye.com.geometricweather.R$attr: int textInputStyle -okio.ByteString: boolean rangeEquals(int,byte[],int,int) -com.google.android.material.R$attr: int percentY -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration precipitationDuration -wangdaye.com.geometricweather.R$color: int secondary_text_disabled_material_light -okio.ByteString -wangdaye.com.geometricweather.R$style: int PreferenceThemeOverlay -android.didikee.donate.R$attr: int ratingBarStyleIndicator -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal -com.google.android.material.R$attr: int materialCalendarHeaderLayout -cyanogenmod.providers.CMSettings -io.reactivex.internal.disposables.DisposableHelper: boolean trySet(java.util.concurrent.atomic.AtomicReference,io.reactivex.disposables.Disposable) -com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity -com.bumptech.glide.integration.okhttp.R$id: int glide_custom_view_target_tag -com.google.android.material.chip.ChipGroup: ChipGroup(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$dimen: int abc_action_bar_overflow_padding_start_material -cyanogenmod.app.ILiveLockScreenChangeListener$Stub$Proxy: android.os.IBinder mRemote -androidx.constraintlayout.widget.R$drawable: int notification_bg_normal -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String Source -com.google.android.material.slider.RangeSlider: void setLabelBehavior(int) -androidx.preference.R$styleable: int DrawerArrowToggle_barLength -wangdaye.com.geometricweather.R$attr: int iconPadding -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String longitude -androidx.lifecycle.LiveData$AlwaysActiveObserver -cyanogenmod.hardware.ICMHardwareService: boolean setDisplayMode(cyanogenmod.hardware.DisplayMode,boolean) -wangdaye.com.geometricweather.R$id: int spinner -james.adaptiveicon.R$styleable: int FontFamilyFont_android_font -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_rotation -androidx.lifecycle.Lifecycle: void addObserver(androidx.lifecycle.LifecycleObserver) -androidx.preference.R$styleable: int DialogPreference_positiveButtonText -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken NAME -androidx.loader.R$id: int action_divider -com.jaredrummler.android.colorpicker.R$attr: int trackTintMode -com.xw.repo.bubbleseekbar.R$styleable: int[] ActivityChooserView -com.google.android.material.R$color: int dim_foreground_disabled_material_light -com.xw.repo.bubbleseekbar.R$string: int abc_menu_meta_shortcut_label -android.didikee.donate.R$attr: int collapseIcon -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: io.reactivex.ObservableSource sampler -androidx.drawerlayout.R$styleable -wangdaye.com.geometricweather.R$id: int line1 -com.google.android.material.R$color: int material_cursor_color -androidx.loader.R$drawable: int notification_icon_background -okhttp3.OkHttpClient: okhttp3.CookieJar cookieJar -cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_PUT_SECURE -okhttp3.Cookie$Builder: java.lang.String path -com.google.android.material.R$styleable: int AppCompatTheme_imageButtonStyle -wangdaye.com.geometricweather.R$attr: int iconResEnd -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeBackground -com.jaredrummler.android.colorpicker.R$id: int switchWidget -wangdaye.com.geometricweather.R$styleable: int CardView_cardBackgroundColor -android.didikee.donate.R$style: int Base_Widget_AppCompat_PopupMenu -james.adaptiveicon.R$id: int custom -com.google.android.material.R$style: int TextAppearance_AppCompat_Button -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility: AccuCurrentResult$Visibility() -androidx.appcompat.R$styleable: int AppCompatTheme_colorAccent -com.google.android.material.R$attr: int region_widthLessThan -androidx.viewpager2.R$id: int actions -androidx.constraintlayout.widget.R$drawable -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Dialog_Alert -androidx.lifecycle.FullLifecycleObserver: void onStart(androidx.lifecycle.LifecycleOwner) -androidx.cardview.R$styleable: int CardView_android_minWidth -retrofit2.Utils: boolean hasUnresolvableType(java.lang.reflect.Type) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: java.lang.String getPubTime() -com.xw.repo.bubbleseekbar.R$id: int notification_main_column -com.jaredrummler.android.colorpicker.R$style: int Base_V26_Widget_AppCompat_Toolbar -androidx.preference.R$dimen: int compat_button_inset_vertical_material -wangdaye.com.geometricweather.R$styleable: int KeyPosition_sizePercent -wangdaye.com.geometricweather.R$id: int spacer -wangdaye.com.geometricweather.R$anim: int abc_shrink_fade_out_from_bottom -com.google.android.material.R$styleable: int NavigationView_shapeAppearanceOverlay -wangdaye.com.geometricweather.R$style: int PreferenceCategoryTitleTextStyle -okhttp3.ConnectionPool: java.util.concurrent.Executor executor -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_switchPadding -androidx.preference.R$styleable: int AppCompatTheme_buttonBarStyle -wangdaye.com.geometricweather.R$xml: int widget_day -wangdaye.com.geometricweather.R$drawable: int abc_btn_default_mtrl_shape -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat_Light -wangdaye.com.geometricweather.R$layout: int container_main_daily_trend_card -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarTabStyle -cyanogenmod.providers.CMSettings$Secure: android.net.Uri getUriFor(java.lang.String) -wangdaye.com.geometricweather.R$layout: int abc_action_mode_close_item_material -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Precipitation precipitation -com.google.android.material.R$bool: R$bool() -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_titleCondensed -com.google.android.material.bottomappbar.BottomAppBar: androidx.appcompat.widget.ActionMenuView getActionMenuView() -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.util.Date date -com.google.android.material.R$dimen: int abc_progress_bar_height_material -com.google.android.material.R$styleable: int PropertySet_motionProgress -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_android_orientation -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: java.util.Date to -androidx.preference.R$style: int Theme_AppCompat_NoActionBar -cyanogenmod.app.suggest.IAppSuggestManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int PARTLY_CLOUDY_DAY -com.google.android.material.slider.BaseSlider: void setFocusedThumbIndex(int) -cyanogenmod.profiles.AirplaneModeSettings: void writeToParcel(android.os.Parcel,int) -androidx.fragment.R$styleable: int FontFamilyFont_fontWeight -android.didikee.donate.R$id: int tabMode -androidx.drawerlayout.R$string -androidx.appcompat.R$styleable: int AppCompatSeekBar_android_thumb -com.google.android.material.circularreveal.CircularRevealRelativeLayout -wangdaye.com.geometricweather.R$attr: int actionBarStyle -com.google.android.material.R$color: int mtrl_outlined_icon_tint -wangdaye.com.geometricweather.R$attr: int tabTextColor -wangdaye.com.geometricweather.R$id: int widget_day_week_temp_2 -androidx.loader.R$drawable: R$drawable() -androidx.customview.R$styleable: int[] ColorStateListItem -okhttp3.ConnectionPool: ConnectionPool(int,long,java.util.concurrent.TimeUnit) -com.google.android.material.R$attr: int iconStartPadding -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_contentInsetRight -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Spinner_DropDown -com.google.android.material.R$styleable: int ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink -com.turingtechnologies.materialscrollbar.R$attr: int buttonBarStyle -androidx.constraintlayout.widget.R$id: int notification_main_column -androidx.activity.R$styleable: int GradientColor_android_centerColor -org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.rx.RxTransaction rxTxPlain -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: boolean inMaybe -wangdaye.com.geometricweather.R$attr: int spinnerDropDownItemStyle -androidx.activity.R$id: int accessibility_custom_action_8 -wangdaye.com.geometricweather.R$id: int activity_weather_daily_pager -androidx.constraintlayout.widget.Placeholder: void setContentId(int) -com.google.android.material.R$style: int TextAppearance_AppCompat_Subhead_Inverse -android.didikee.donate.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable -wangdaye.com.geometricweather.R$attr: int buttonBarButtonStyle -com.jaredrummler.android.colorpicker.R$color: int primary_material_light -com.xw.repo.bubbleseekbar.R$id: int chronometer -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: CaiYunMainlyResult() -android.didikee.donate.R$styleable: int AppCompatTextHelper_android_textAppearance -wangdaye.com.geometricweather.R$string: int settings_notification_can_be_cleared_on -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeIcePrecipitationProbability(java.lang.Float) -wangdaye.com.geometricweather.R$attr: int itemShapeInsetBottom -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Toolbar_Surface -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void dispose() -androidx.appcompat.resources.R$drawable: int abc_vector_test -androidx.customview.R$id: int info -androidx.preference.R$styleable: int[] PreferenceTheme -com.google.android.material.R$styleable: int Slider_thumbRadius -androidx.vectordrawable.R$id: int accessibility_custom_action_20 -androidx.hilt.work.R$color -io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: void onError(java.lang.Throwable) -okhttp3.ConnectionSpec: boolean supportsTlsExtensions -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceHeadline5 -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText -androidx.recyclerview.R$id: int tag_accessibility_clickable_spans -com.google.android.material.R$styleable: int Constraint_android_layout_marginRight -androidx.constraintlayout.widget.R$styleable: int Toolbar_buttonGravity -androidx.preference.R$color: int primary_dark_material_dark -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: io.reactivex.Observer downstream -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Spinner -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Long getId() -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Toolbar -androidx.preference.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar -wangdaye.com.geometricweather.R$styleable: int FragmentContainerView_android_tag -android.didikee.donate.R$style: int Base_Widget_AppCompat_Button_Colored -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: void setLogo(java.lang.String) -androidx.preference.R$color: int material_grey_900 -wangdaye.com.geometricweather.R$styleable: int Transform_android_rotation -android.didikee.donate.R$style: int Widget_AppCompat_ActionBar_TabText -androidx.constraintlayout.widget.R$layout: int abc_popup_menu_header_item_layout -retrofit2.ParameterHandler$Field: void apply(retrofit2.RequestBuilder,java.lang.Object) -androidx.viewpager2.R$style: int TextAppearance_Compat_Notification_Title -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_switchTextAppearance -androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu -com.google.android.material.card.MaterialCardView: void setBackgroundDrawable(android.graphics.drawable.Drawable) -com.google.android.material.R$dimen: int mtrl_calendar_year_width -okhttp3.internal.Util: okio.ByteString UTF_32_LE_BOM -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_33 -com.google.android.material.R$styleable: int KeyCycle_transitionEasing -com.google.android.material.R$attr: int windowFixedHeightMinor -okhttp3.internal.http2.Http2Connection$IntervalPingRunnable: void execute() -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_large_material -com.google.android.material.R$styleable: int ConstraintSet_layout_goneMarginBottom -com.google.android.material.R$style: int Base_Theme_AppCompat -androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView -androidx.appcompat.R$styleable: int MenuGroup_android_checkableBehavior -androidx.preference.R$styleable: int StateListDrawable_android_dither -okhttp3.internal.Util: java.util.concurrent.ThreadFactory threadFactory(java.lang.String,boolean) -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String grassDescription -androidx.viewpager2.R$dimen: int compat_button_inset_vertical_material -wangdaye.com.geometricweather.R$attr: int selectableItemBackgroundBorderless -com.google.android.material.R$dimen: int abc_dialog_fixed_height_minor -androidx.appcompat.R$style: int Base_DialogWindowTitle_AppCompat -wangdaye.com.geometricweather.R$attr: int bottomAppBarStyle -james.adaptiveicon.R$attr: int titleTextColor -wangdaye.com.geometricweather.R$id: int asConfigured -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours -wangdaye.com.geometricweather.R$color: int mtrl_chip_close_icon_tint -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_z -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: int status -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_scaleX -okio.SegmentedByteString: okio.ByteString sha256() -com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: void setUnit(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int KeyTrigger_onCross -wangdaye.com.geometricweather.R$style: int Base_V23_Theme_AppCompat -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: java.lang.String getAddress() -androidx.appcompat.widget.AppCompatSeekBar: AppCompatSeekBar(android.content.Context,android.util.AttributeSet,int) -androidx.hilt.lifecycle.R$styleable: int GradientColor_android_centerY -com.google.android.material.internal.NavigationMenuItemView: NavigationMenuItemView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property UvIndex -androidx.vectordrawable.R$id: int line1 -androidx.constraintlayout.widget.R$attr: int itemPadding -com.google.android.material.R$bool: int abc_action_bar_embed_tabs -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeCutDrawable -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_visibility -androidx.fragment.R$id: int accessibility_custom_action_15 -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionBar_Solid -wangdaye.com.geometricweather.R$drawable: int weather_sleet_mini_dark -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language ROMANIAN -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_minWidth -wangdaye.com.geometricweather.R$styleable: int Preference_enabled -com.google.android.material.R$attr: int thumbTintMode -com.google.gson.stream.JsonReader: int doPeek() -androidx.lifecycle.MethodCallsLogger: boolean approveCall(java.lang.String,int) -cyanogenmod.app.ICMStatusBarManager: void removeCustomTileFromListener(cyanogenmod.app.ICustomTileListener,java.lang.String,java.lang.String,int) -androidx.hilt.R$drawable: int notification_icon_background -androidx.hilt.R$layout: int notification_template_part_time -wangdaye.com.geometricweather.R$id: int month_grid -com.jaredrummler.android.colorpicker.R$styleable: int[] GradientColor -com.google.android.material.R$attr: int deltaPolarRadius -androidx.vectordrawable.animated.R$layout: int notification_action -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_PopupMenu -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder connectTimeout(long,java.util.concurrent.TimeUnit) -okhttp3.HttpUrl: java.lang.String host() -com.jaredrummler.android.colorpicker.ColorPickerView: int getPreferredWidth() -cyanogenmod.app.ProfileManager: cyanogenmod.app.Profile getActiveProfile() -org.greenrobot.greendao.AbstractDaoSession: java.lang.Object callInTxNoException(java.util.concurrent.Callable) -androidx.cardview.widget.CardView: int getContentPaddingRight() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeTotalPrecipitation() -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: boolean delayErrors -wangdaye.com.geometricweather.R$anim: int btn_checkbox_to_unchecked_box_inner_merged_animation -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow -androidx.preference.R$styleable: int ListPreference_android_entryValues -okhttp3.internal.ws.WebSocketProtocol: int CLOSE_NO_STATUS_CODE -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Imperial: double Value -com.google.android.material.R$styleable: int AppCompatTheme_actionModeStyle -io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -io.reactivex.internal.util.EmptyComponent: void request(long) -androidx.loader.R$styleable: int FontFamilyFont_fontWeight -com.google.android.material.R$id: int barrier -com.jaredrummler.android.colorpicker.R$color: int material_blue_grey_950 -com.jaredrummler.android.colorpicker.R$string: int abc_searchview_description_search -okhttp3.logging.HttpLoggingInterceptor: HttpLoggingInterceptor() -android.didikee.donate.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem -android.didikee.donate.R$styleable: int ActionBar_icon -com.google.android.material.chip.Chip: android.content.res.ColorStateList getRippleColor() -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_Solid -io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object) -okhttp3.internal.ws.WebSocketReader: okio.Buffer$UnsafeCursor maskCursor -cyanogenmod.providers.CMSettings$Secure: java.lang.String QS_SHOW_BRIGHTNESS_SLIDER -androidx.transition.R$attr: int fontProviderPackage -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintGuide_percent -androidx.appcompat.R$dimen: int abc_disabled_alpha_material_dark -wangdaye.com.geometricweather.R$style: int Preference_PreferenceScreen_Material -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_shapeAppearanceOverlay -androidx.vectordrawable.R$styleable: int FontFamilyFont_font -com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getTickTintList() -androidx.viewpager2.R$id: int text2 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric: java.lang.String Unit -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintCircleAngle -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionOverflowMenuStyle -com.google.android.material.R$style: int Widget_MaterialComponents_TimePicker_Button -androidx.preference.R$dimen: int abc_alert_dialog_button_bar_height -androidx.lifecycle.ServiceLifecycleDispatcher: void onServicePreSuperOnStart() -cyanogenmod.app.suggest.IAppSuggestProvider -com.google.android.material.R$dimen: int mtrl_navigation_item_horizontal_padding -okio.Source: okio.Timeout timeout() -com.google.android.material.appbar.MaterialToolbar: void setNavigationIcon(android.graphics.drawable.Drawable) -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_PopupWindow -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Imperial -androidx.constraintlayout.widget.R$attr: int layout_constraintTag -io.reactivex.Observable: io.reactivex.Observable ofType(java.lang.Class) -wangdaye.com.geometricweather.R$attr: int boxStrokeWidthFocused -android.didikee.donate.R$styleable: int Toolbar_collapseIcon -com.google.android.material.R$layout: int notification_template_part_chronometer -androidx.constraintlayout.widget.R$attr: int layout_constraintGuide_percent -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ListView_DropDown -androidx.viewpager2.R$id: int accessibility_custom_action_5 -androidx.lifecycle.Transformations$2$1 -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Subhead -androidx.legacy.coreutils.R$dimen: int notification_right_side_padding_top -androidx.customview.R$attr: int fontProviderCerts -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_shapeAppearance -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_button_material -wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String type -android.support.v4.app.INotificationSideChannel$Stub: android.os.IBinder asBinder() -okhttp3.Headers: okhttp3.Headers of(java.lang.String[]) -androidx.loader.R$id: int notification_background -com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_Bridge -wangdaye.com.geometricweather.location.services.LocationService: boolean hasPermissions(android.content.Context) -androidx.appcompat.R$bool: int abc_allow_stacked_button_bar -androidx.recyclerview.R$styleable: int GradientColor_android_gradientRadius -com.google.android.material.R$string: int abc_menu_sym_shortcut_label -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void innerNext() -wangdaye.com.geometricweather.R$xml: int perference -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float co -androidx.constraintlayout.widget.R$layout: int abc_select_dialog_material -com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_min_width_minor -retrofit2.OkHttpCall$ExceptionCatchingResponseBody$1: long read(okio.Buffer,long) -okhttp3.internal.ws.RealWebSocket: java.lang.String key -wangdaye.com.geometricweather.R$array: int air_quality_co_unit_values -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Display2 -com.google.android.material.textfield.TextInputLayout: void setHintTextColor(android.content.res.ColorStateList) -androidx.lifecycle.AbstractSavedStateViewModelFactory: android.os.Bundle mDefaultArgs -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_padding -com.google.gson.stream.JsonScope -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_Layout_layout_collapseMode -androidx.customview.R$style: int TextAppearance_Compat_Notification -androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionButton -okhttp3.HttpUrl$Builder: int portColonOffset(java.lang.String,int,int) -com.google.android.material.internal.ScrimInsetsFrameLayout -cyanogenmod.weather.WeatherInfo: int access$302(cyanogenmod.weather.WeatherInfo,int) -androidx.legacy.coreutils.R$integer -com.xw.repo.bubbleseekbar.R$attr: int listDividerAlertDialog -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_MonthNavigationButton -com.turingtechnologies.materialscrollbar.R$id: int text -cyanogenmod.externalviews.KeyguardExternalView$6: void run() -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float ice -james.adaptiveicon.R$dimen: int abc_action_bar_default_height_material -androidx.appcompat.R$attr: int autoSizeTextType -okhttp3.CacheControl -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: void again(java.lang.Object) -androidx.swiperefreshlayout.R$style: int Widget_Compat_NotificationActionContainer -androidx.preference.R$styleable: int AppCompatTextView_drawableTintMode -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setRelativeHumidity(java.lang.Float) -com.google.android.material.R$styleable: int[] SwitchCompat -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense -io.reactivex.Observable: io.reactivex.Completable concatMapCompletableDelayError(io.reactivex.functions.Function,boolean,int) -cyanogenmod.os.Concierge$ParcelInfo: void complete() -android.didikee.donate.R$color: int abc_search_url_text_pressed -androidx.recyclerview.R$drawable: int notification_template_icon_bg -wangdaye.com.geometricweather.R$drawable: int abc_cab_background_top_mtrl_alpha -com.google.android.material.R$styleable: int MenuItem_numericModifiers -okhttp3.OkHttpClient: okhttp3.Call newCall(okhttp3.Request) -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: io.reactivex.CompletableObserver downstream -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: void onComplete() -okhttp3.RequestBody: okhttp3.RequestBody create(okhttp3.MediaType,java.io.File) -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_7 -okio.Buffer: okio.Buffer readFrom(java.io.InputStream) -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float getSnow() -cyanogenmod.externalviews.ExternalViewProviderService$Provider: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl mImpl -com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog_Alert -wangdaye.com.geometricweather.R$string: int donate -wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: java.lang.String admin2 -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: java.lang.String accuracy -retrofit2.BuiltInConverters$RequestBodyConverter: okhttp3.RequestBody convert(okhttp3.RequestBody) -com.turingtechnologies.materialscrollbar.R$styleable: int ScrimInsetsFrameLayout_insetForeground -okhttp3.internal.http2.Http2Connection$ReaderRunnable -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: io.reactivex.internal.util.AtomicThrowable errors -androidx.preference.R$drawable: int tooltip_frame_light -androidx.constraintlayout.motion.widget.MotionHelper: MotionHelper(android.content.Context) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModePopupWindowStyle -okhttp3.Handshake: int hashCode() -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Snackbar_FullWidth -androidx.appcompat.R$attr: int buttonTint -androidx.vectordrawable.R$drawable: int notification_icon_background -okhttp3.MultipartBody$Part: okhttp3.MultipartBody$Part create(okhttp3.RequestBody) -james.adaptiveicon.R$drawable: int abc_btn_radio_to_on_mtrl_015 -android.didikee.donate.R$style: int Theme_AppCompat -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_DES_CBC_SHA -androidx.fragment.app.BackStackRecord: void setOnStartPostponedListener(androidx.fragment.app.Fragment$OnStartEnterTransitionListener) -com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_chipSpacingHorizontal -androidx.activity.R$id: int accessibility_custom_action_10 -androidx.appcompat.R$style: int Base_Widget_AppCompat_Toolbar -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity -com.google.android.material.R$styleable: int KeyAttribute_android_alpha -android.didikee.donate.R$style: int Theme_AppCompat_CompactMenu -androidx.preference.R$attr: int fontWeight -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dropDownListViewStyle -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Dialog_MinWidth -com.google.android.material.R$drawable: int mtrl_dialog_background -okhttp3.internal.connection.RealConnection: java.lang.String toString() -wangdaye.com.geometricweather.R$string: int summary_collapsed_preference_list -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintBottom_toTopOf -cyanogenmod.media.MediaRecorder$AudioSource -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: void setSubState(int,boolean) -androidx.lifecycle.viewmodel.R -wangdaye.com.geometricweather.R$dimen: int material_clock_hand_padding -okhttp3.Address: javax.net.ssl.SSLSocketFactory sslSocketFactory -wangdaye.com.geometricweather.R$drawable: int btn_checkbox_unchecked_to_checked_mtrl_animation -androidx.loader.R$style: int TextAppearance_Compat_Notification_Line2 -james.adaptiveicon.R$styleable: int MenuItem_actionViewClass -androidx.preference.DialogPreference: DialogPreference(android.content.Context,android.util.AttributeSet) -okhttp3.OkHttpClient: okhttp3.ConnectionPool connectionPool() -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: void onComplete() -com.google.android.material.R$id: int material_clock_face -com.bumptech.glide.R$styleable: int FontFamilyFont_fontVariationSettings -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight -wangdaye.com.geometricweather.R$attr: int searchViewStyle -com.google.android.material.R$dimen: int mtrl_transition_shared_axis_slide_distance -okhttp3.internal.ws.RealWebSocket$2: okhttp3.internal.ws.RealWebSocket this$0 -com.jaredrummler.android.colorpicker.R$anim: int abc_slide_in_top -androidx.constraintlayout.widget.R$id: int percent -androidx.preference.R$string: int abc_shareactionprovider_share_with_application -androidx.viewpager.R$style: int TextAppearance_Compat_Notification_Title -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Dialog_Alert -androidx.appcompat.widget.SearchView$SearchAutoComplete: void setImeVisibility(boolean) -cyanogenmod.externalviews.KeyguardExternalView$4: cyanogenmod.externalviews.KeyguardExternalView this$0 -android.didikee.donate.R$style: int TextAppearance_AppCompat_Subhead -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner -androidx.preference.R$anim: int btn_radio_to_off_mtrl_ring_outer_animation -james.adaptiveicon.R$string: int abc_action_bar_home_description -androidx.constraintlayout.widget.R$attr: int percentHeight -android.didikee.donate.R$style: int Widget_AppCompat_ActivityChooserView -james.adaptiveicon.R$id: int src_over -james.adaptiveicon.R$id: int submenuarrow -androidx.preference.R$attr: int textAppearanceLargePopupMenu -cyanogenmod.weather.WeatherInfo: double mHumidity -androidx.viewpager2.R$attr: int reverseLayout -androidx.vectordrawable.R$id: int accessibility_custom_action_12 -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_menu -io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: long count -io.reactivex.Observable: io.reactivex.Observable distinct(io.reactivex.functions.Function,java.util.concurrent.Callable) -androidx.preference.R$drawable: int abc_textfield_search_material -io.reactivex.Observable: io.reactivex.Observable timeInterval(java.util.concurrent.TimeUnit) -cyanogenmod.providers.ThemesContract$ThemesColumns$InstallState: int UPDATING -okhttp3.CacheControl$Builder: int maxStaleSeconds -com.google.android.material.appbar.AppBarLayout: void setVisibility(int) -cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: void removeCustomTileFromListener(cyanogenmod.app.ICustomTileListener,java.lang.String,java.lang.String,int) -okhttp3.EventListener$2: okhttp3.EventListener create(okhttp3.Call) -com.turingtechnologies.materialscrollbar.R$styleable: int CardView_cardPreventCornerOverlap -okio.Buffer: java.io.OutputStream outputStream() -james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarSplitStyle -android.didikee.donate.R$string: int abc_action_bar_up_description -okio.RealBufferedSink: okio.BufferedSink writeLongLe(long) -wangdaye.com.geometricweather.R$color: int material_timepicker_modebutton_tint -okhttp3.internal.cache.DiskLruCache: void readJournalLine(java.lang.String) -com.turingtechnologies.materialscrollbar.R$attr: int colorSwitchThumbNormal -wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService: MaterialLiveWallpaperService() -androidx.appcompat.widget.LinearLayoutCompat -okio.Buffer: long completeSegmentByteCount() -okhttp3.MultipartBody$Builder: okhttp3.MultipartBody$Builder addPart(okhttp3.Headers,okhttp3.RequestBody) -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: ObservableRepeatWhen$RepeatWhenObserver(io.reactivex.Observer,io.reactivex.subjects.Subject,io.reactivex.ObservableSource) -com.google.android.material.R$attr: int materialCalendarDay -org.greenrobot.greendao.AbstractDao: void saveInTx(java.lang.Iterable) -com.google.android.material.R$styleable: int MockView_mock_showLabel -wangdaye.com.geometricweather.R$attr: int windowNoTitle -cyanogenmod.providers.CMSettings$Secure: java.lang.String getStringForUser(android.content.ContentResolver,java.lang.String,int) -wangdaye.com.geometricweather.R$attr: int counterMaxLength -wangdaye.com.geometricweather.R$styleable: int Chip_chipMinTouchTargetSize -androidx.constraintlayout.widget.R$attr: int deltaPolarAngle -wangdaye.com.geometricweather.R$styleable: int Toolbar_logoDescription -wangdaye.com.geometricweather.R$styleable: int[] SwitchPreference -com.google.android.material.internal.NavigationMenuView: int getWindowAnimations() -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_elevation -androidx.constraintlayout.widget.R$attr: int wavePeriod -androidx.appcompat.R$styleable: int ActionMode_background -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setPressure(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getThunderstormPrecipitation() -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps: int phenomenonId -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao getChineseCityEntityDao() -com.xw.repo.bubbleseekbar.R$drawable: int abc_switch_track_mtrl_alpha -james.adaptiveicon.R$attr: int backgroundTintMode -com.turingtechnologies.materialscrollbar.R$drawable: int indicator -androidx.appcompat.widget.AppCompatCheckedTextView: AppCompatCheckedTextView(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$styleable: int ConstraintSet_flow_verticalGap -io.reactivex.internal.queue.SpscArrayQueue: SpscArrayQueue(int) -cyanogenmod.weatherservice.ServiceRequest: ServiceRequest(cyanogenmod.weather.RequestInfo,cyanogenmod.weatherservice.IWeatherProviderServiceClient) -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getScaleY() -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.Precipitation precipitation -com.xw.repo.bubbleseekbar.R$styleable: int View_paddingStart -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintGuide_percent -com.google.android.material.R$attr: int fontWeight -androidx.constraintlayout.widget.R$id: int dragEnd -com.google.android.material.R$styleable: int ProgressIndicator_indicatorColor -okhttp3.internal.http2.Settings: int INITIAL_WINDOW_SIZE -org.greenrobot.greendao.database.DatabaseOpenHelper: DatabaseOpenHelper(android.content.Context,java.lang.String,android.database.sqlite.SQLiteDatabase$CursorFactory,int) -androidx.preference.R$attr: int actionBarTabTextStyle -com.google.android.material.R$id: int scale -androidx.preference.R$style: int ThemeOverlay_AppCompat_Dark -org.greenrobot.greendao.AbstractDao: void updateInTx(java.lang.Object[]) -wangdaye.com.geometricweather.R$styleable: int Variant_region_widthMoreThan -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int HEAVY_SNOW -okhttp3.internal.http.HttpHeaders: long stringToLong(java.lang.String) -android.didikee.donate.R$attr: int layout -com.google.android.material.R$layout: int abc_action_menu_item_layout -wangdaye.com.geometricweather.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_40 -io.reactivex.Observable: io.reactivex.Observable window(io.reactivex.ObservableSource,int) -com.xw.repo.bubbleseekbar.R$dimen: int abc_search_view_preferred_height -com.turingtechnologies.materialscrollbar.R$bool: int abc_config_actionMenuItemAllCaps -com.xw.repo.bubbleseekbar.R$id: R$id() -androidx.appcompat.R$styleable: int TextAppearance_fontFamily -androidx.hilt.R$dimen: int notification_action_text_size -com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.String toString() -androidx.swiperefreshlayout.R$layout -okhttp3.HttpUrl: java.lang.String topPrivateDomain() -cyanogenmod.app.ProfileManager: cyanogenmod.app.ProfileManager sProfileManagerInstance -androidx.appcompat.widget.MenuPopupWindow$MenuDropDownListView -cyanogenmod.externalviews.KeyguardExternalView$2: cyanogenmod.externalviews.KeyguardExternalView this$0 -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarSplitStyle -james.adaptiveicon.R$styleable: int TextAppearance_android_typeface -androidx.preference.R$styleable: int MenuGroup_android_enabled -wangdaye.com.geometricweather.R$style: int title_text -wangdaye.com.geometricweather.R$dimen: int item_touch_helper_swipe_escape_max_velocity -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: DailyEntityDao$Properties() -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_android_focusable -com.xw.repo.bubbleseekbar.R$attr: int bsb_section_count -okhttp3.internal.connection.RouteDatabase: void failed(okhttp3.Route) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum Maximum -androidx.hilt.work.R$style: int TextAppearance_Compat_Notification_Line2 -com.google.android.material.R$attr: int windowNoTitle -wangdaye.com.geometricweather.R$attr: int fabCradleMargin -com.google.android.material.R$color: int mtrl_navigation_item_text_color -androidx.constraintlayout.widget.R$attr: int editTextColor -com.google.android.material.R$styleable: int GradientColor_android_centerX -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_paddingLeft -androidx.preference.R$styleable: int MenuItem_android_onClick -cyanogenmod.library.R$id: int event -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle -com.turingtechnologies.materialscrollbar.R$attr: int actionModePasteDrawable -cyanogenmod.externalviews.ExternalViewProperties: int getY() -okhttp3.internal.platform.JdkWithJettyBootPlatform$JettyNegoProvider: java.lang.Object invoke(java.lang.Object,java.lang.reflect.Method,java.lang.Object[]) -com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter: void onModeChanged(boolean) -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionButton_Overflow -androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_CREATE -androidx.loader.R$dimen: int notification_main_column_padding_top -okhttp3.internal.http2.Header: java.lang.String TARGET_METHOD_UTF8 -okhttp3.Cookie: java.lang.String parseDomain(java.lang.String) -com.jaredrummler.android.colorpicker.R$drawable: int abc_list_selector_background_transition_holo_dark -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Toolbar -wangdaye.com.geometricweather.db.entities.DailyEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) -com.google.android.material.R$dimen: int abc_action_bar_overflow_padding_end_material -org.greenrobot.greendao.AbstractDaoSession: void runInTx(java.lang.Runnable) -wangdaye.com.geometricweather.R$attr: int liftOnScroll -wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_android_switchTextOff -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: ObservableTimeout$TimeoutConsumer(long,io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutSelectorSupport) -androidx.hilt.work.R$attr: int fontWeight -android.didikee.donate.R$color: int background_material_light -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_rotationX -android.support.v4.os.IResultReceiver$Stub$Proxy: android.support.v4.os.IResultReceiver sDefaultImpl -androidx.appcompat.resources.R$attr: R$attr() -io.reactivex.internal.disposables.CancellableDisposable: CancellableDisposable(io.reactivex.functions.Cancellable) -androidx.appcompat.R$id: int scrollIndicatorUp -com.xw.repo.bubbleseekbar.R$color: int dim_foreground_disabled_material_dark -io.reactivex.Observable: io.reactivex.Observable take(long,java.util.concurrent.TimeUnit) -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_subtitleTextColor -androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_layout_anchor -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_day_vertical_padding -wangdaye.com.geometricweather.R$styleable: int SearchView_commitIcon -androidx.activity.R$attr: int fontVariationSettings -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView: DoubleHistogramView(android.content.Context,android.util.AttributeSet,int) -cyanogenmod.profiles.AirplaneModeSettings$BooleanState: int STATE_DISALED -androidx.fragment.R$dimen: int notification_right_icon_size -wangdaye.com.geometricweather.R$styleable: int[] ConstraintSet -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_motionTarget -com.google.android.material.slider.Slider: Slider(android.content.Context) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_paddingLeft -okhttp3.Dns$1: Dns$1() -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver -cyanogenmod.app.StatusBarPanelCustomTile$1: java.lang.Object createFromParcel(android.os.Parcel) -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_addProfile -okhttp3.internal.Util: int skipLeadingAsciiWhitespace(java.lang.String,int,int) -okio.Okio: okio.BufferedSink buffer(okio.Sink) -androidx.lifecycle.Observer -okhttp3.internal.cache.CacheStrategy$Factory: okhttp3.Request request -com.google.android.material.R$styleable: int ProgressIndicator_linearSeamless -com.google.android.material.R$style: int Widget_AppCompat_ProgressBar_Horizontal -androidx.appcompat.R$styleable: int MenuItem_android_visible -androidx.constraintlayout.widget.R$layout: int abc_search_view -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float getThunderstorm() -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: void onNext(java.lang.Object) -com.google.android.material.R$styleable: int Spinner_android_dropDownWidth -com.github.rahatarmanahmed.cpv.CircularProgressView: float currentProgress -com.google.android.material.R$attr: int contentDescription -androidx.preference.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle -com.jaredrummler.android.colorpicker.R$styleable: int ColorStateListItem_alpha -androidx.constraintlayout.widget.R$styleable: int ActionBar_backgroundStacked -wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar -androidx.work.R$styleable: int FontFamily_fontProviderAuthority -com.google.android.material.appbar.AppBarLayout: float getTargetElevation() -com.jaredrummler.android.colorpicker.R$id: int action_bar -androidx.hilt.work.R$style: int TextAppearance_Compat_Notification_Time -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.query.QueryBuilder queryBuilder() -android.didikee.donate.R$styleable: int AppCompatTheme_buttonStyleSmall -com.google.android.material.radiobutton.MaterialRadioButton: MaterialRadioButton(android.content.Context) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: double HoursOfIce -com.google.gson.stream.JsonWriter: JsonWriter(java.io.Writer) -com.google.android.material.R$styleable: int SwitchCompat_switchTextAppearance -james.adaptiveicon.R$style: int ThemeOverlay_AppCompat_Dialog_Alert -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior getBehavior() -androidx.preference.R$style: int Preference_PreferenceScreen_Material -androidx.vectordrawable.animated.R$drawable -com.xw.repo.bubbleseekbar.R$dimen: int abc_button_inset_horizontal_material -com.google.gson.stream.JsonReader: int nextNonWhitespace(boolean) -com.google.android.material.chip.Chip: void setCloseIconVisible(int) -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language ARABIC -androidx.work.impl.background.systemjob.SystemJobService: SystemJobService() -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light_Dialog -wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List getMinutelyForecast() -okhttp3.internal.http2.Http2: byte FLAG_NONE -wangdaye.com.geometricweather.search.LoadableLocationList$Status: wangdaye.com.geometricweather.search.LoadableLocationList$Status valueOf(java.lang.String) -wangdaye.com.geometricweather.R$attr: int tabBackground -cyanogenmod.weatherservice.IWeatherProviderService$Stub: int TRANSACTION_processWeatherUpdateRequest_0 -io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: ObservableCombineLatest$CombinerObserver(io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator,int) -android.didikee.donate.R$anim: int abc_shrink_fade_out_from_bottom -okhttp3.internal.connection.ConnectionSpecSelector: boolean connectionFailed(java.io.IOException) -androidx.hilt.lifecycle.R$styleable: int[] FontFamilyFont -androidx.appcompat.R$styleable: int ActionBar_elevation -wangdaye.com.geometricweather.R$styleable: int DialogPreference_dialogIcon -wangdaye.com.geometricweather.R$color: int colorTextContent_dark -okhttp3.internal.platform.Android10Platform -com.turingtechnologies.materialscrollbar.R$string: int abc_menu_function_shortcut_label -io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: void next(java.lang.Object) -okhttp3.internal.http.StatusLine -wangdaye.com.geometricweather.R$attr: int textEndPadding -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_fitToContents -retrofit2.OptionalConverterFactory -com.google.android.material.R$styleable: int MenuItem_actionViewClass -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeWindChillTemperature() -androidx.appcompat.R$styleable: int AppCompatTheme_dividerHorizontal -com.google.android.material.R$attr: int shapeAppearance -cyanogenmod.weather.IRequestInfoListener$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -com.jaredrummler.android.colorpicker.R$attr: int trackTint -androidx.constraintlayout.widget.R$styleable: int Variant_region_widthLessThan -androidx.lifecycle.ReportFragment: void onResume() -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarTabTextStyle -wangdaye.com.geometricweather.R$string: int snow -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionMode -androidx.preference.R$styleable: int ActionBar_icon -wangdaye.com.geometricweather.R$string: int feedback_background_location_title -androidx.preference.R$style: int Animation_AppCompat_DropDownUp -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: java.lang.String getAbbreviation(android.content.Context) -android.support.v4.os.ResultReceiver$1 -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintTop_toBottomOf -androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableCompat_android_dither -android.didikee.donate.R$attr: int radioButtonStyle -com.turingtechnologies.materialscrollbar.R$attr: int panelMenuListWidth -androidx.appcompat.R$style: int Widget_AppCompat_ProgressBar_Horizontal -com.google.android.material.R$styleable: int AlertDialog_showTitle -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Maximum: java.lang.String Unit -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.MinutelyEntity) -com.turingtechnologies.materialscrollbar.R$attr: int queryHint -okhttp3.internal.http2.Http2Connection$1: int val$streamId -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse -com.google.android.material.R$dimen: int mtrl_btn_padding_top -androidx.lifecycle.SavedStateHandle: java.lang.Class[] ACCEPTABLE_CLASSES -androidx.preference.R$attr: int actionViewClass -androidx.constraintlayout.widget.R$attr: int alphabeticModifiers -cyanogenmod.themes.ThemeManager$2: void onFinishedProcessing(java.lang.String) -com.google.gson.stream.JsonReader: int peekedNumberLength -okhttp3.HttpUrl$Builder: int parsePort(java.lang.String,int,int) -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.Integer cloudCover -james.adaptiveicon.R$styleable: int MenuItem_actionLayout -io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,boolean) -com.google.android.material.R$styleable: int ConstraintSet_flow_lastHorizontalStyle -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_checkable -okhttp3.internal.http.CallServerInterceptor$CountingSink: CallServerInterceptor$CountingSink(okio.Sink) -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_CompactMenu -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float snow -okhttp3.internal.http.HttpHeaders: boolean hasVaryAll(okhttp3.Headers) -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float ceiling -com.google.android.material.R$dimen: int abc_floating_window_z -androidx.constraintlayout.widget.R$color: int abc_decor_view_status_guard -cyanogenmod.profiles.ConnectionSettings: void writeToParcel(android.os.Parcel,int) -androidx.constraintlayout.widget.R$color: int material_grey_100 -androidx.preference.R$drawable: int abc_popup_background_mtrl_mult -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setCloudCover(java.lang.Integer) -androidx.core.view.ViewCompat$1 -android.didikee.donate.R$attr: int windowNoTitle -androidx.customview.R$id: int action_container -androidx.appcompat.R$drawable: int notification_bg_low_pressed -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Compat_Notification_Info -james.adaptiveicon.R$dimen: int abc_action_bar_default_padding_end_material -com.google.android.material.R$styleable: int KeyTimeCycle_android_translationY -android.didikee.donate.R$attr: int windowActionBarOverlay -androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type BASELINE -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintTop_toBottomOf -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getPm25Desc() -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title -com.google.android.material.R$attr: int triggerReceiver -retrofit2.Response: retrofit2.Response success(java.lang.Object,okhttp3.Headers) -io.reactivex.disposables.RunnableDisposable: RunnableDisposable(java.lang.Runnable) -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_Solid -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle -james.adaptiveicon.R$attr: int textColorSearchUrl -com.turingtechnologies.materialscrollbar.R$string: int abc_action_bar_home_description -com.google.android.material.R$dimen: int mtrl_progress_circular_inset -com.google.android.material.progressindicator.ProgressIndicator: void setCircularRadius(int) -wangdaye.com.geometricweather.R$id: int dialog_learn_more_about_geocoder_content -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setRealFeelShaderTemperature(java.lang.Integer) -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean point -com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable -okhttp3.internal.ws.RealWebSocket$PingRunnable: RealWebSocket$PingRunnable(okhttp3.internal.ws.RealWebSocket) -com.google.android.material.R$style: int Base_V21_Theme_AppCompat -androidx.appcompat.widget.SwitchCompat: android.graphics.PorterDuff$Mode getThumbTintMode() -com.xw.repo.bubbleseekbar.R$layout: int notification_template_icon_group -androidx.activity.R$styleable: int GradientColorItem_android_color -android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow -com.turingtechnologies.materialscrollbar.R$attr: int windowFixedWidthMajor -androidx.constraintlayout.widget.R$drawable: int abc_list_selector_disabled_holo_light -wangdaye.com.geometricweather.R$dimen: int abc_dialog_fixed_width_minor -android.didikee.donate.R$color: int foreground_material_dark -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionMode -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void onComplete() -com.google.android.material.R$styleable: int MaterialButton_android_insetBottom -james.adaptiveicon.R$attr: int colorError -wangdaye.com.geometricweather.R$id: int activity_widget_config_subtitle_inputter -cyanogenmod.providers.CMSettings$Secure: java.lang.String CM_SETUP_WIZARD_COMPLETED -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature: AccuCurrentResult$WindChillTemperature() -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getBootanimationThemePackageName() -com.bumptech.glide.R$layout: int notification_template_part_chronometer -com.google.android.material.R$attr: int nestedScrollFlags -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Metric: java.lang.String Unit -com.google.android.material.R$style: int ShapeAppearanceOverlay_BottomLeftDifferentCornerSize -com.google.android.material.R$styleable: int Layout_layout_constraintHorizontal_bias -retrofit2.DefaultCallAdapterFactory$1: DefaultCallAdapterFactory$1(retrofit2.DefaultCallAdapterFactory,java.lang.reflect.Type,java.util.concurrent.Executor) -org.greenrobot.greendao.AbstractDao: void updateInsideSynchronized(java.lang.Object,org.greenrobot.greendao.database.DatabaseStatement,boolean) -james.adaptiveicon.R$styleable: int AppCompatTextView_drawableStartCompat -cyanogenmod.app.Profile: Profile(java.lang.String,int,java.util.UUID) -androidx.drawerlayout.R$id: int title -android.didikee.donate.R$attr: int initialActivityCount -com.jaredrummler.android.colorpicker.R$attr: int buttonTintMode -com.jaredrummler.android.colorpicker.R$styleable: int[] ActivityChooserView -androidx.lifecycle.ViewModelProviders: androidx.lifecycle.ViewModelProvider of(androidx.fragment.app.FragmentActivity) -okhttp3.Response$Builder: okhttp3.Response$Builder message(java.lang.String) -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintTop_toTopOf -com.xw.repo.bubbleseekbar.R$attr: int layout_keyline -com.turingtechnologies.materialscrollbar.R$attr: int spanCount -wangdaye.com.geometricweather.R$style: int PreferenceFragmentList_Material -wangdaye.com.geometricweather.R$styleable: int KeyPosition_drawPath -james.adaptiveicon.R$drawable: int abc_scrubber_track_mtrl_alpha -androidx.appcompat.R$drawable: int btn_checkbox_checked_to_unchecked_mtrl_animation -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_29 -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy -okhttp3.internal.platform.AndroidPlatform: boolean isCleartextTrafficPermitted(java.lang.String) -wangdaye.com.geometricweather.R$id: int star_2 -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_homeAsUpIndicator -com.jaredrummler.android.colorpicker.R$attr: int spinBars -androidx.appcompat.R$style: int Base_V28_Theme_AppCompat -androidx.constraintlayout.widget.R$styleable: int ImageFilterView_crossfade -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu -wangdaye.com.geometricweather.R$animator: int weather_partly_cloudy_day_3 -wangdaye.com.geometricweather.R$id: int tag_unhandled_key_listeners -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_als -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable -cyanogenmod.externalviews.KeyguardExternalView$3 -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_COLOR_ENHANCE_VALIDATOR -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: boolean setOther(io.reactivex.disposables.Disposable) -james.adaptiveicon.R$styleable: int AppCompatTheme_searchViewStyle -james.adaptiveicon.R$styleable: int AppCompatTheme_windowActionBarOverlay -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int MIXED_SNOW_AND_SLEET -okio.Base64: Base64() -cyanogenmod.weather.WeatherLocation: java.lang.String getCountryId() -wangdaye.com.geometricweather.R$attr: int haloColor -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ProgressBar -android.didikee.donate.R$attr: int backgroundTintMode -wangdaye.com.geometricweather.R$xml -androidx.appcompat.widget.SwitchCompat: void setCustomSelectionActionModeCallback(android.view.ActionMode$Callback) -androidx.recyclerview.R$attr: int fontProviderCerts -com.google.android.material.appbar.CollapsingToolbarLayout: void setTitleEnabled(boolean) -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: long index -androidx.appcompat.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader -io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: io.reactivex.internal.operators.observable.ObservableAmb$AmbCoordinator parent -com.google.android.material.R$styleable: int Spinner_android_entries -androidx.constraintlayout.widget.R$attr: int buttonBarNegativeButtonStyle -okio.Source: void close() -wangdaye.com.geometricweather.R$id: int select_dialog_listview -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: java.lang.String toValue(java.util.List) -io.reactivex.disposables.RunnableDisposable: long serialVersionUID -androidx.appcompat.R$drawable: int abc_scrubber_primary_mtrl_alpha -wangdaye.com.geometricweather.R$drawable: int notif_temp_3 -wangdaye.com.geometricweather.db.entities.AlertEntityDao: wangdaye.com.geometricweather.db.entities.AlertEntity readEntity(android.database.Cursor,int) -androidx.coordinatorlayout.R$layout -androidx.appcompat.R$dimen: int disabled_alpha_material_light -cyanogenmod.themes.ThemeChangeRequest: int describeContents() -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void dispose() -androidx.viewpager.R$integer -android.didikee.donate.R$id: int info -com.jaredrummler.android.colorpicker.R$attr: int autoSizeStepGranularity -wangdaye.com.geometricweather.R$attr: int showPaths -com.google.android.material.R$styleable: int Constraint_android_rotationY -androidx.lifecycle.ProcessLifecycleOwnerInitializer: ProcessLifecycleOwnerInitializer() -androidx.lifecycle.LifecycleRegistryOwner: androidx.lifecycle.LifecycleRegistry getLifecycle() -okhttp3.Handshake: java.security.Principal peerPrincipal() -com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableTransition_android_fromId -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: android.os.IBinder mRemote -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Button -james.adaptiveicon.R$attr: int subtitleTextAppearance -com.google.android.material.R$dimen: int mtrl_chip_text_size -androidx.appcompat.widget.AppCompatCheckBox -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float pm10 -androidx.preference.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_counterTextColor -androidx.appcompat.R$attr: int contentInsetStart -androidx.cardview.R$style: R$style() -com.xw.repo.bubbleseekbar.R$attr: int tooltipForegroundColor -com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked -okhttp3.internal.http2.Http2Stream$FramingSink -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean -com.google.android.material.transformation.TransformationChildLayout: TransformationChildLayout(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$attr: int subtitle -androidx.loader.R$drawable: int notification_bg_low_pressed -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer uvIndex -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Direction -com.google.android.material.R$styleable: int BottomNavigationView_itemTextAppearanceInactive -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_list_padding_top_no_title -io.reactivex.Observable: java.util.concurrent.Future toFuture() -com.jaredrummler.android.colorpicker.R$styleable: int PopupWindowBackgroundState_state_above_anchor -androidx.constraintlayout.widget.R$dimen: int abc_disabled_alpha_material_dark -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_start_padding_icon -androidx.hilt.R$drawable -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_toLeftOf -com.jaredrummler.android.colorpicker.R$color: int abc_search_url_text -okhttp3.CacheControl: int sMaxAgeSeconds -wangdaye.com.geometricweather.R$styleable: int OnSwipe_maxVelocity -androidx.core.R$id: int action_image -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_pressedTranslationZ -com.google.android.material.R$dimen: int mtrl_calendar_selection_text_baseline_to_bottom_fullscreen -androidx.appcompat.R$attr: int textAppearanceSmallPopupMenu -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Display2 -okhttp3.Cookie: boolean secure() -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse -cyanogenmod.hardware.CMHardwareManager: int FEATURE_TOUCH_HOVERING -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: float getStrokeWidth() -androidx.appcompat.R$styleable: int AppCompatTheme_actionBarTabStyle -cyanogenmod.providers.CMSettings$Global: android.net.Uri getUriFor(java.lang.String) -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void innerError(int,java.lang.Throwable) -wangdaye.com.geometricweather.R$drawable: int notif_temp_99 -retrofit2.ParameterHandler$Headers -james.adaptiveicon.R$styleable: int[] ColorStateListItem -androidx.lifecycle.LifecycleService -com.jaredrummler.android.colorpicker.R$drawable: int abc_item_background_holo_dark -com.google.android.material.R$styleable: int[] PropertySet -androidx.dynamicanimation.R$id: int icon_group -com.google.android.material.card.MaterialCardView: void setCardForegroundColor(android.content.res.ColorStateList) -androidx.vectordrawable.animated.R$dimen: int notification_big_circle_margin -wangdaye.com.geometricweather.R$string: int mtrl_picker_a11y_next_month -androidx.cardview.R$dimen: int cardview_default_radius -androidx.versionedparcelable.CustomVersionedParcelable -com.google.android.material.R$styleable: int ConstraintSet_android_orientation -wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_showMotionSpec -io.reactivex.internal.observers.ForEachWhileObserver: void onComplete() -cyanogenmod.app.IProfileManager: boolean setActiveProfileByName(java.lang.String) -com.google.android.material.R$styleable: int RecyclerView_fastScrollEnabled -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_Switch -io.reactivex.Observable: io.reactivex.Completable ignoreElements() -cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: android.os.IBinder asBinder() -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: java.lang.String getSpeedVoice(android.content.Context,float) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX: java.util.List brands -com.google.android.material.R$style: int Platform_ThemeOverlay_AppCompat_Dark -androidx.hilt.R$id: int action_text -com.turingtechnologies.materialscrollbar.R$id: int smallLabel -androidx.preference.R$color: int material_deep_teal_500 -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintGuide_percent -androidx.appcompat.widget.ActionBarContextView: ActionBarContextView(android.content.Context) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Metric -okhttp3.FormBody$Builder: okhttp3.FormBody$Builder addEncoded(java.lang.String,java.lang.String) -com.xw.repo.bubbleseekbar.R$styleable -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver otherObserver -cyanogenmod.app.ICustomTileListener$Stub: java.lang.String DESCRIPTOR -com.turingtechnologies.materialscrollbar.R$integer: int mtrl_btn_anim_duration_ms -wangdaye.com.geometricweather.R$attr: int hoveredFocusedTranslationZ -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken BEGIN_OBJECT -wangdaye.com.geometricweather.R$id: int dialog_location_help_manageTitle -james.adaptiveicon.R$id: int action_menu_divider -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_endColor -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputEditText_FilledBox -okhttp3.Address -com.google.android.material.R$attr: int suffixTextAppearance -com.google.android.material.R$drawable: int abc_item_background_holo_light -retrofit2.Retrofit: retrofit2.Converter responseBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[]) -androidx.constraintlayout.widget.R$id: int dragLeft -wangdaye.com.geometricweather.main.dialogs.LocationPermissionStatementDialog: LocationPermissionStatementDialog() -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWindSpeed(java.lang.Float) -com.turingtechnologies.materialscrollbar.R$style: int Base_CardView -android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 -okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean canceled -io.reactivex.Observable: io.reactivex.Observable buffer(io.reactivex.ObservableSource,java.util.concurrent.Callable) -com.bumptech.glide.R$id: int left -com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_keylines -wangdaye.com.geometricweather.R$id: int ratio -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_EXPORT_WITH_RC4_40_SHA -okhttp3.internal.http2.Http2Connection$5: okhttp3.internal.http2.Http2Connection this$0 -android.didikee.donate.R$style: int Theme_AppCompat_Light_Dialog_Alert -androidx.preference.R$style: int Widget_AppCompat_ActionBar_TabView -okhttp3.internal.connection.RealConnection: okhttp3.Handshake handshake -com.google.android.material.R$attr: int mock_labelColor -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Display4 -io.reactivex.Observable: io.reactivex.Observable zipWith(java.lang.Iterable,io.reactivex.functions.BiFunction) -com.google.android.material.textfield.TextInputLayout: void setTypeface(android.graphics.Typeface) -james.adaptiveicon.R$styleable: int AppCompatTextView_fontVariationSettings -io.reactivex.Observable: io.reactivex.Observable fromFuture(java.util.concurrent.Future,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -wangdaye.com.geometricweather.R$dimen: int abc_control_corner_material -com.google.android.material.transformation.FabTransformationBehavior: FabTransformationBehavior() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: int status -androidx.legacy.coreutils.R$drawable: R$drawable() -io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.BiFunction,int) -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintWidth_max -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Imperial: int UnitType -androidx.recyclerview.R$drawable: int notification_tile_bg -com.turingtechnologies.materialscrollbar.R$dimen: int abc_button_padding_vertical_material -com.google.android.material.R$styleable: int Chip_textEndPadding -okhttp3.RequestBody$2: RequestBody$2(okhttp3.MediaType,int,byte[],int) -androidx.appcompat.R$color -androidx.work.R$attr: int fontVariationSettings -okhttp3.Callback: void onResponse(okhttp3.Call,okhttp3.Response) -james.adaptiveicon.R$styleable: int AppCompatTheme_borderlessButtonStyle -androidx.hilt.R$dimen: int notification_main_column_padding_top -com.google.android.material.R$styleable: int ConstraintSet_flow_horizontalAlign -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability precipitationProbability -wangdaye.com.geometricweather.R$attr: int text_size -cyanogenmod.providers.CMSettings$System: java.lang.String KEY_HOME_LONG_PRESS_ACTION -android.didikee.donate.R$styleable: int[] ListPopupWindow -io.reactivex.internal.subscriptions.BasicIntQueueSubscription: boolean offer(java.lang.Object) -wangdaye.com.geometricweather.R$layout: int material_clock_display_divider -io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.google.android.material.floatingactionbutton.FloatingActionButton: void setUseCompatPadding(boolean) -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_NoActionBar -cyanogenmod.providers.WeatherContract$WeatherColumns$WindSpeedUnit -androidx.lifecycle.Lifecycle: void removeObserver(androidx.lifecycle.LifecycleObserver) -android.didikee.donate.R$styleable: int AppCompatTextHelper_android_drawableTop -com.google.gson.stream.JsonReader: int NUMBER_CHAR_EXP_E -okio.SegmentedByteString -com.google.android.material.button.MaterialButton: void setStrokeWidth(int) -androidx.appcompat.widget.SwitchCompat: int getSwitchMinWidth() -okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.PushObserver pushObserver -wangdaye.com.geometricweather.R$drawable: int abc_list_selector_disabled_holo_dark -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: AccuCurrentResult$PrecipitationSummary() -wangdaye.com.geometricweather.R$styleable: int KeyCycle_motionProgress -okio.RealBufferedSource: long indexOfElement(okio.ByteString,long) -com.turingtechnologies.materialscrollbar.R$attr: int msb_handleOffColor -androidx.viewpager.R$style: R$style() -androidx.core.R$styleable: int GradientColorItem_android_offset -wangdaye.com.geometricweather.R$style: int ShapeAppearance_MaterialComponents_Tooltip -android.didikee.donate.R$styleable: int ActionMode_background -com.google.android.material.R$attr: int radioButtonStyle -androidx.recyclerview.R$drawable: int notify_panel_notification_icon_bg -com.google.android.material.R$styleable: int KeyAttribute_android_translationX -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation: double qty3H -androidx.preference.R$styleable: int Preference_android_widgetLayout -androidx.appcompat.app.ToolbarActionBar: void addOnMenuVisibilityListener(androidx.appcompat.app.ActionBar$OnMenuVisibilityListener) -wangdaye.com.geometricweather.R$attr: int dropDownListViewStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: CaiYunMainlyResult$AlertsBean() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric Metric -wangdaye.com.geometricweather.R$drawable: int weather_fog_pixel -wangdaye.com.geometricweather.R$string: int wind_speed -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: android.view.View onCreateView() -androidx.core.widget.NestedScrollView: void setSmoothScrollingEnabled(boolean) -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer iso0 -androidx.core.widget.NestedScrollView: void setFillViewport(boolean) -okhttp3.internal.cache.CacheStrategy$Factory: java.lang.String lastModifiedString -wangdaye.com.geometricweather.R$attr: int waveOffset -wangdaye.com.geometricweather.remoteviews.config.WeekWidgetConfigActivity -androidx.preference.R$drawable -com.google.android.material.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight -wangdaye.com.geometricweather.R$layout: int mtrl_picker_dialog -androidx.constraintlayout.helper.widget.Flow: void setPaddingTop(int) -androidx.appcompat.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow -androidx.constraintlayout.helper.widget.Flow: void setHorizontalAlign(int) -wangdaye.com.geometricweather.R$attr: int chipIconSize -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void onStop() -wangdaye.com.geometricweather.R$attr: int circularInset -com.google.android.material.R$style: int TextAppearance_AppCompat_Subhead -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_paddingRight -wangdaye.com.geometricweather.R$string: int key_precipitation_unit -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_goneMarginStart -okhttp3.Connection -androidx.preference.R$id: int accessibility_custom_action_22 -androidx.recyclerview.R$id: int tag_accessibility_heading -androidx.constraintlayout.widget.R$attr: int layout -androidx.customview.R$styleable: int GradientColor_android_startY -wangdaye.com.geometricweather.R$attr: int trackColor -wangdaye.com.geometricweather.R$styleable: int Chip_chipMinHeight -okhttp3.internal.http2.Http2Connection$5: int val$streamId -com.google.android.material.R$styleable: int TextInputLayout_endIconMode -okhttp3.TlsVersion: java.lang.String javaName -androidx.preference.R$styleable: int FontFamilyFont_fontStyle -wangdaye.com.geometricweather.R$attr: int badgeGravity -com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_windowAnimationStyle -androidx.legacy.coreutils.R$style: int Widget_Compat_NotificationActionText -com.google.android.material.R$color: int material_slider_thumb_color -okhttp3.Request$Builder: okhttp3.Request$Builder url(java.lang.String) -okhttp3.RealCall: boolean isCanceled() -wangdaye.com.geometricweather.R$id: int activity_settings_container -wangdaye.com.geometricweather.R$styleable: int RoundCornerTransition_radius_to -androidx.constraintlayout.widget.R$anim: int btn_checkbox_to_unchecked_box_inner_merged_animation -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Toolbar -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionBar_TabText -com.jaredrummler.android.colorpicker.R$layout: int abc_activity_chooser_view_list_item -androidx.core.graphics.drawable.IconCompatParcelizer: IconCompatParcelizer() -com.jaredrummler.android.colorpicker.R$styleable: int GradientColorItem_android_offset -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_ALARM -android.didikee.donate.R$style: int Base_DialogWindowTitle_AppCompat -okhttp3.RequestBody$3 -com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat -androidx.hilt.R$id: int icon_group -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_22 -com.google.android.material.R$styleable: int Slider_trackColorActive -com.google.android.material.R$styleable: int StateListDrawable_android_exitFadeDuration -okhttp3.internal.http.HttpCodec -com.google.android.material.R$styleable: R$styleable() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$LocalSource LocalSource -androidx.activity.R$drawable: int notify_panel_notification_icon_bg -com.google.android.material.R$styleable: int ClockHandView_selectorSize -com.google.android.material.R$attr: int chipStrokeColor -okhttp3.Request$Builder: okhttp3.Headers$Builder headers -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: int Minute -androidx.constraintlayout.widget.R$styleable: int[] AppCompatTextView -com.google.android.material.textfield.TextInputLayout: void setBoxBackgroundMode(int) -androidx.lifecycle.ViewModelStore -com.turingtechnologies.materialscrollbar.R$attr: int iconifiedByDefault -com.turingtechnologies.materialscrollbar.R$styleable: int[] GradientColor -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder readTimeout(long,java.util.concurrent.TimeUnit) -com.google.android.material.R$color: int design_fab_stroke_end_inner_color -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Inverse -androidx.work.NetworkType: androidx.work.NetworkType[] values() -androidx.hilt.work.R$drawable: int notification_tile_bg -okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.platform.AndroidPlatform$CloseGuard closeGuard -androidx.constraintlayout.widget.R$attr: int applyMotionScene -com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_start_angle -androidx.constraintlayout.widget.R$attr: int textAppearanceSearchResultSubtitle -okio.SegmentedByteString: boolean rangeEquals(int,byte[],int,int) -androidx.appcompat.R$attr: int backgroundSplit -com.jaredrummler.android.colorpicker.R$styleable: int ColorPanelView_cpv_showOldColor -wangdaye.com.geometricweather.R$dimen: int notification_right_side_padding_top -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setDistanceToTriggerSync(int) -wangdaye.com.geometricweather.R$color: int colorTextContent_light -androidx.preference.R$attr: int windowFixedHeightMinor -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintTop_creator -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle -androidx.constraintlayout.widget.Placeholder -com.jaredrummler.android.colorpicker.R$drawable: int abc_cab_background_internal_bg -okio.ByteString: byte[] toByteArray() -com.turingtechnologies.materialscrollbar.R$styleable: int[] Chip -wangdaye.com.geometricweather.R$color: int colorAccent_dark -androidx.appcompat.resources.R$styleable: int[] AnimatedStateListDrawableTransition -com.google.android.material.R$attr: int flow_verticalAlign -androidx.constraintlayout.widget.R$attr: int menu -com.turingtechnologies.materialscrollbar.R$styleable: int Spinner_android_dropDownWidth -james.adaptiveicon.R$layout: int abc_action_mode_close_item_material -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: io.reactivex.internal.queue.SpscLinkedArrayQueue queue -com.google.android.material.R$color: int mtrl_textinput_default_box_stroke_color -androidx.constraintlayout.widget.R$styleable: int Constraint_android_maxHeight -okhttp3.internal.connection.RealConnection: okhttp3.Request createTunnelRequest() -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver -android.didikee.donate.R$styleable: int[] ViewStubCompat -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: java.lang.String getInterfaceDescriptor() -okhttp3.Protocol: okhttp3.Protocol H2_PRIOR_KNOWLEDGE -com.jaredrummler.android.colorpicker.ColorPreferenceCompat -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_Error -wangdaye.com.geometricweather.db.entities.DaoMaster: wangdaye.com.geometricweather.db.entities.DaoSession newSession() -retrofit2.ParameterHandler$Header: retrofit2.Converter valueConverter -androidx.recyclerview.widget.RecyclerView: int getMaxFlingVelocity() -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: void cleanup() -com.turingtechnologies.materialscrollbar.R$style: int Base_V23_Theme_AppCompat_Light -com.google.android.material.chip.Chip: void setCheckedIconTint(android.content.res.ColorStateList) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_drawableLeft -androidx.constraintlayout.widget.R$styleable: int TextAppearance_textAllCaps -com.google.android.material.R$dimen: int mtrl_alert_dialog_picker_background_inset -cyanogenmod.power.IPerformanceManager$Stub: int TRANSACTION_getPowerProfile -wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.String getDirection() -com.google.android.material.R$drawable: int abc_btn_switch_to_on_mtrl_00012 -androidx.viewpager.widget.PagerTabStrip: boolean getDrawFullUnderline() -okhttp3.internal.http2.Http2: byte FLAG_PADDED -io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: void cancel() -androidx.coordinatorlayout.R$dimen: int notification_main_column_padding_top -wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_updatesContinuously -androidx.customview.R$dimen: int compat_control_corner_material -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_is_float_type -androidx.swiperefreshlayout.R$styleable: int GradientColorItem_android_offset -wangdaye.com.geometricweather.R$attr: int cornerRadius -androidx.dynamicanimation.R$attr: int fontVariationSettings -james.adaptiveicon.R$style: int Theme_AppCompat_Light_Dialog_Alert -androidx.appcompat.R$styleable: int ActivityChooserView_initialActivityCount -androidx.vectordrawable.R$id: int accessibility_custom_action_24 -cyanogenmod.hardware.DisplayMode: java.lang.String name -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setShifting(boolean) -wangdaye.com.geometricweather.R$styleable: int OnSwipe_touchAnchorId -androidx.lifecycle.extensions.R$styleable: int GradientColor_android_centerX -cyanogenmod.app.Profile: boolean getStatusBarIndicator() -androidx.lifecycle.extensions.R$anim: int fragment_open_enter -com.google.gson.stream.JsonReader: java.lang.String nextName() -james.adaptiveicon.R$styleable: int MenuGroup_android_orderInCategory -wangdaye.com.geometricweather.R$mipmap: int ic_launcher_round -com.google.android.material.R$styleable: int Layout_android_layout_height -androidx.appcompat.R$id: int progress_circular -androidx.activity.R$styleable: int[] GradientColor -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox -com.turingtechnologies.materialscrollbar.R$color: int switch_thumb_normal_material_dark -com.xw.repo.bubbleseekbar.R$layout: int abc_action_menu_item_layout -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeCloudCover -wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: SlidingItemContainerLayout(android.content.Context) -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: int getSuggestedMinimumHeight() -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void onNext(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$attr: int colorPrimary -androidx.appcompat.R$attr: int closeIcon -retrofit2.adapter.rxjava2.BodyObservable -wangdaye.com.geometricweather.R$color: int mtrl_fab_bg_color_selector -androidx.vectordrawable.R$id: int accessibility_custom_action_26 -android.didikee.donate.R$styleable: int AppCompatTheme_ratingBarStyle -com.google.android.material.R$style: int Widget_AppCompat_PopupMenu_Overflow -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless -wangdaye.com.geometricweather.R$id: int textinput_error -wangdaye.com.geometricweather.R$dimen: int mtrl_shape_corner_size_small_component -okio.Buffer: okio.BufferedSink writeShortLe(int) -retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: BodyObservable$BodyObserver(io.reactivex.Observer) -com.google.android.material.slider.BaseSlider: void setThumbStrokeColor(android.content.res.ColorStateList) -com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner -com.google.android.material.bottomnavigation.BottomNavigationView: void setOnNavigationItemReselectedListener(com.google.android.material.bottomnavigation.BottomNavigationView$OnNavigationItemReselectedListener) -com.google.android.material.R$attr: int autoSizeTextType -androidx.preference.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_0 -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_layout -james.adaptiveicon.R$styleable: int AppCompatImageView_tint -com.google.android.material.R$styleable: int KeyTrigger_triggerReceiver -wangdaye.com.geometricweather.R$styleable: int ColorPickerView_cpv_alphaChannelVisible -com.turingtechnologies.materialscrollbar.R$styleable: int[] CollapsingToolbarLayout_Layout -cyanogenmod.app.IPartnerInterface -cyanogenmod.externalviews.IExternalViewProvider$Stub -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver -com.google.android.material.R$styleable: int KeyTrigger_motion_triggerOnCollision -okhttp3.internal.http2.Http2Connection$5: boolean val$inFinished -com.jaredrummler.android.colorpicker.R$drawable: int abc_textfield_activated_mtrl_alpha -com.google.android.material.tabs.TabLayout: void setSelectedTabIndicator(android.graphics.drawable.Drawable) -androidx.activity.R$id: int tag_unhandled_key_listeners -com.google.android.material.R$id: int text_input_error_icon -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_MinWidth -com.jaredrummler.android.colorpicker.R$attr: int switchPadding -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void onComplete() -androidx.work.ExistingWorkPolicy: androidx.work.ExistingWorkPolicy[] values() -androidx.constraintlayout.utils.widget.ImageFilterView: float getContrast() -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Button_Colored -okhttp3.internal.http.HttpDate: java.text.DateFormat[] BROWSER_COMPATIBLE_DATE_FORMATS -wangdaye.com.geometricweather.R$layout: int dialog_minimal_icon -okhttp3.internal.io.FileSystem: okhttp3.internal.io.FileSystem SYSTEM -com.google.android.material.R$styleable: int AnimatedStateListDrawableItem_android_id -com.turingtechnologies.materialscrollbar.R$styleable: int[] AppBarLayout -androidx.vectordrawable.R$id: int accessibility_custom_action_9 -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeDegreeDayTemperature() -androidx.preference.R$style: int Base_Widget_AppCompat_ActivityChooserView -androidx.dynamicanimation.R$styleable: int FontFamily_fontProviderFetchStrategy -io.reactivex.Observable: io.reactivex.Observable buffer(int,int,java.util.concurrent.Callable) -io.reactivex.internal.subscriptions.EmptySubscription -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_subtitle -com.google.android.material.R$styleable: int Toolbar_android_gravity -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Subhead -com.jaredrummler.android.colorpicker.R$attr: int alphabeticModifiers -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_motionProgress -wangdaye.com.geometricweather.R$drawable: int notification_action_background -cyanogenmod.profiles.BrightnessSettings: cyanogenmod.profiles.BrightnessSettings fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) -cyanogenmod.weatherservice.ServiceRequestResult$Builder: ServiceRequestResult$Builder() -james.adaptiveicon.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow -com.google.android.material.R$dimen: int compat_button_padding_horizontal_material -com.jaredrummler.android.colorpicker.R$attr: int editTextStyle -com.turingtechnologies.materialscrollbar.R$id: int search_go_btn -okio.SegmentedByteString: okio.ByteString hmacSha1(okio.ByteString) -cyanogenmod.themes.IThemeProcessingListener$Stub$Proxy: IThemeProcessingListener$Stub$Proxy(android.os.IBinder) -io.reactivex.Observable: io.reactivex.Observable repeatWhen(io.reactivex.functions.Function) -wangdaye.com.geometricweather.R$id: int start -androidx.preference.R$style: int TextAppearance_AppCompat_Display3 -androidx.preference.R$color: int background_material_light -wangdaye.com.geometricweather.R$string: int key_distance_unit -androidx.dynamicanimation.R$id: int notification_main_column -cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: android.os.IBinder mRemote -androidx.hilt.R$string: int status_bar_notification_info_overflow -androidx.dynamicanimation.R$id: int action_text -io.reactivex.internal.operators.observable.ObservableGroupBy$State: java.util.concurrent.atomic.AtomicReference actual -androidx.preference.TwoStatePreference -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.lifecycle.reactivestreams.R: R() -okhttp3.internal.connection.RouteSelector: void resetNextProxy(okhttp3.HttpUrl,java.net.Proxy) -io.reactivex.internal.subscriptions.SubscriptionHelper: void reportSubscriptionSet() -androidx.preference.R$dimen: int notification_small_icon_background_padding -wangdaye.com.geometricweather.R$id: int notification_base_aqiAndWind -com.google.android.material.datepicker.DateValidatorPointForward -james.adaptiveicon.R$style: int TextAppearance_Compat_Notification_Time -wangdaye.com.geometricweather.R$dimen: int mtrl_alert_dialog_background_inset_end -io.reactivex.Observable: io.reactivex.Observable concat(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource) -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -androidx.appcompat.resources.R$id -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum: AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum() -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_landscape_header_width -okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner: AndroidPlatform$AndroidCertificateChainCleaner(java.lang.Object,java.lang.reflect.Method) -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String getPrecipitationText(android.content.Context,float) -androidx.cardview.widget.CardView: void setPreventCornerOverlap(boolean) -cyanogenmod.util.ColorUtils: com.android.internal.util.cm.palette.Palette$Swatch getDominantSwatch(com.android.internal.util.cm.palette.Palette) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean() -androidx.appcompat.R$attr: int iconTintMode -wangdaye.com.geometricweather.R$styleable: int SearchView_defaultQueryHint -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: java.lang.String LocalizedType -cyanogenmod.app.PartnerInterface: cyanogenmod.app.IPartnerInterface getService() -com.google.android.material.R$dimen: int abc_edit_text_inset_horizontal_material -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintLeft_toRightOf -wangdaye.com.geometricweather.R$attr: int itemSpacing -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.lang.Integer getDbz() -com.jaredrummler.android.colorpicker.R$layout: int cpv_preference_circle_large -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle -android.support.v4.app.INotificationSideChannel$Stub: INotificationSideChannel$Stub() -androidx.appcompat.widget.AppCompatCheckBox: android.content.res.ColorStateList getSupportBackgroundTintList() -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$6: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 -okhttp3.internal.cache.CacheRequest -com.turingtechnologies.materialscrollbar.R$styleable: int[] StateListDrawableItem -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void onNext(java.lang.Object) -cyanogenmod.app.LiveLockScreenManager: void setDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) -android.didikee.donate.R$styleable: int MenuItem_android_alphabeticShortcut -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_radioButtonStyle -okio.BufferedSink: okio.BufferedSink writeUtf8(java.lang.String) -okio.RealBufferedSource$1: int read(byte[],int,int) -androidx.preference.R$styleable: int StateListDrawable_android_variablePadding -wangdaye.com.geometricweather.R$dimen: int material_helper_text_font_1_3_padding_top -com.bumptech.glide.Registry$NoModelLoaderAvailableException: Registry$NoModelLoaderAvailableException(java.lang.Class,java.lang.Class) -android.didikee.donate.R$styleable: int SwitchCompat_switchTextAppearance -com.turingtechnologies.materialscrollbar.R$attr: int submitBackground -io.reactivex.internal.disposables.EmptyDisposable: void complete(io.reactivex.Observer) -androidx.appcompat.R$styleable: int AppCompatTheme_actionBarTheme -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_contentInsetStartWithNavigation -com.google.android.material.R$layout: int material_clock_period_toggle -cyanogenmod.externalviews.ExternalView: android.content.ServiceConnection mServiceConnection -androidx.constraintlayout.widget.R$id: int notification_main_column_container -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.String cityId -androidx.viewpager2.widget.ViewPager2: androidx.recyclerview.widget.RecyclerView$Adapter getAdapter() -androidx.hilt.R$styleable: int FragmentContainerView_android_name -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_subtitleTextColor -androidx.appcompat.widget.SwitchCompat: java.lang.CharSequence getTextOff() -james.adaptiveicon.R$style: int Widget_AppCompat_Button_Colored -cyanogenmod.themes.IThemeProcessingListener$Stub$Proxy: java.lang.String getInterfaceDescriptor() -androidx.constraintlayout.widget.R$styleable: int[] RecycleListView -androidx.appcompat.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable -com.xw.repo.bubbleseekbar.R$style: int Base_Animation_AppCompat_DropDownUp -retrofit2.SkipCallbackExecutorImpl -io.reactivex.internal.observers.DeferredScalarObserver: long serialVersionUID -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String FORECAST_LOW -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_autoSizeStepGranularity -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: long firstEmission -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cwd -wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List alertList -androidx.legacy.coreutils.R$id: int tag_unhandled_key_listeners -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Body1 -androidx.coordinatorlayout.R$id: int accessibility_custom_action_13 -wangdaye.com.geometricweather.R$dimen: int mtrl_progress_circular_inset -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$6: KeyguardExternalViewProviderService$Provider$ProviderImpl$6(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) -org.greenrobot.greendao.AbstractDao: java.lang.Object getKey(java.lang.Object) -com.xw.repo.bubbleseekbar.R$attr: int tintMode -com.google.android.material.R$styleable: int Constraint_android_layout_marginTop -androidx.appcompat.R$anim: int abc_popup_enter -com.google.android.material.R$styleable: int[] TextInputEditText -androidx.constraintlayout.widget.R$attr: int touchRegionId -androidx.preference.R$styleable: int[] Fragment -androidx.appcompat.R$styleable: int[] PopupWindowBackgroundState -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice$AdviceContext -com.google.android.material.R$style: int Base_Widget_MaterialComponents_PopupMenu -wangdaye.com.geometricweather.R$styleable: int PreferenceFragment_android_divider -wangdaye.com.geometricweather.R$id: int item_trend_hourly -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_goneMarginLeft -wangdaye.com.geometricweather.R$font: int product_sans_light_italic -james.adaptiveicon.R$id: int text2 -com.google.android.material.floatingactionbutton.FloatingActionButton: void setTranslationZ(float) -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: java.util.concurrent.atomic.AtomicReference upstream -androidx.activity.R$layout -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Dialog -cyanogenmod.app.CustomTile$ExpandedItem: void internalSetOnClickPendingIntent(android.app.PendingIntent) -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_logo -androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPostResumed(android.app.Activity) -androidx.transition.R$dimen: int compat_notification_large_icon_max_height -com.jaredrummler.android.colorpicker.R$layout: int preference_category -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: java.util.List value -io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: io.reactivex.internal.disposables.SequentialDisposable upstream -android.didikee.donate.R$attr: int titleTextAppearance -androidx.constraintlayout.widget.R$attr: int collapseIcon -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX: java.util.List brands -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.String dailyWeatherIcon -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light -james.adaptiveicon.R$dimen: int abc_dropdownitem_text_padding_right -cyanogenmod.weather.WeatherInfo: double access$1302(cyanogenmod.weather.WeatherInfo,double) -okio.AsyncTimeout$2: java.lang.String toString() -com.google.android.material.R$styleable: int ConstraintSet_flow_horizontalStyle -com.google.android.material.R$styleable: int ConstraintSet_animate_relativeTo -retrofit2.CallAdapter$Factory: java.lang.Class getRawType(java.lang.reflect.Type) -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_show_thumb_text -wangdaye.com.geometricweather.db.entities.DailyEntity: void setGrassIndex(java.lang.Integer) -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addPathSegments(java.lang.String,boolean) -cyanogenmod.providers.CMSettings$Global: long getLongForUser(android.content.ContentResolver,java.lang.String,long,int) -androidx.coordinatorlayout.widget.CoordinatorLayout: java.util.List getDependencySortedChildren() -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleGravity -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoldLevel -com.google.android.material.navigation.NavigationView: void setOverScrollMode(int) -androidx.hilt.lifecycle.R$id: int tag_transition_group -com.github.rahatarmanahmed.cpv.R$styleable: int[] CircularProgressView -okhttp3.ConnectionSpec: okhttp3.ConnectionSpec supportedSpec(javax.net.ssl.SSLSocket,boolean) -androidx.appcompat.R$id: int accessibility_custom_action_25 -com.google.android.material.R$styleable: int ActionBar_backgroundSplit -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_button_min_width_overflow_material -com.google.gson.internal.$Gson$Types$WildcardTypeImpl: boolean equals(java.lang.Object) -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: int bufferSize -com.turingtechnologies.materialscrollbar.R$attr: int layout_insetEdge -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_liftOnScroll -james.adaptiveicon.R$styleable: int DrawerArrowToggle_gapBetweenBars -android.didikee.donate.R$styleable: int ActivityChooserView_initialActivityCount -androidx.transition.R$dimen: R$dimen() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String daytimeWindDirection -com.jaredrummler.android.colorpicker.R$attr: int searchHintIcon -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$4: KeyguardExternalViewProviderService$Provider$ProviderImpl$4(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) -wangdaye.com.geometricweather.R$id: int home -cyanogenmod.externalviews.KeyguardExternalViewProviderService: boolean DEBUG -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable: void run() -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_TopRightDifferentCornerSize -io.reactivex.Observable: io.reactivex.Observable switchOnNextDelayError(io.reactivex.ObservableSource) -com.turingtechnologies.materialscrollbar.R$styleable: int ActionMode_height -androidx.legacy.coreutils.R$layout: int notification_template_custom_big -io.reactivex.Observable: io.reactivex.Observable timestamp(java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: int READY -androidx.appcompat.widget.ActionBarContextView: ActionBarContextView(android.content.Context,android.util.AttributeSet,int) -androidx.hilt.lifecycle.R$styleable: int[] Fragment -androidx.preference.R$style: int Base_Widget_AppCompat_SeekBar -androidx.appcompat.resources.R$id: R$id() -androidx.appcompat.R$dimen: int abc_panel_menu_list_width -com.google.android.material.R$attr: int yearSelectedStyle -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_medium_material -org.greenrobot.greendao.AbstractDao: void executeInsertInTx(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Iterable,boolean) -retrofit2.KotlinExtensions$awaitResponse$2$2: KotlinExtensions$awaitResponse$2$2(kotlinx.coroutines.CancellableContinuation) -com.google.android.material.R$styleable: int AppCompatTheme_actionBarTabBarStyle -james.adaptiveicon.R$styleable: int[] FontFamilyFont -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String originUrl -androidx.preference.R$attr: int showAsAction -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Spinner_Underlined -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getGrassDescription() -org.greenrobot.greendao.AbstractDao: AbstractDao(org.greenrobot.greendao.internal.DaoConfig) -wangdaye.com.geometricweather.R$id: int stop -cyanogenmod.platform.Manifest$permission: java.lang.String WRITE_THEMES -cyanogenmod.app.CustomTileListenerService: cyanogenmod.app.ICMStatusBarManager getStatusBarInterface() -wangdaye.com.geometricweather.R$string: int settings_title_gravity_sensor_switch -okhttp3.internal.http1.Http1Codec: long headerLimit -okio.Timeout: Timeout() -com.google.android.material.R$style: int Widget_Support_CoordinatorLayout -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_selection_line_height -androidx.constraintlayout.widget.R$styleable: int[] GradientColorItem -okhttp3.internal.Util: byte[] EMPTY_BYTE_ARRAY -com.google.android.material.R$layout: int abc_action_bar_title_item -androidx.constraintlayout.widget.R$dimen: int abc_text_size_headline_material -androidx.lifecycle.extensions.R$string: R$string() -wangdaye.com.geometricweather.R$styleable: int Constraint_constraint_referenced_ids -androidx.hilt.R$dimen: int notification_right_icon_size -com.google.android.material.R$attr: int statusBarForeground -james.adaptiveicon.R$drawable: int abc_ic_clear_material -com.google.android.material.textfield.TextInputEditText: TextInputEditText(android.content.Context) -io.reactivex.Observable: void subscribeActual(io.reactivex.Observer) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonBarStyle -okhttp3.internal.http2.Http2Codec$StreamFinishingSource: okhttp3.internal.http2.Http2Codec this$0 -okhttp3.CertificatePinner$Pin: CertificatePinner$Pin(java.lang.String,java.lang.String) -androidx.appcompat.widget.AppCompatSpinner: void setAdapter(android.widget.SpinnerAdapter) -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.String dailyWeatherDescription -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial -com.google.android.material.R$id: int stretch -wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_android_fontStyle -androidx.preference.R$style: int TextAppearance_AppCompat_Body2 -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: int state -cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.ICMHardwareService getService() -james.adaptiveicon.R$style: int Base_V26_Widget_AppCompat_Toolbar -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle -com.google.gson.stream.JsonReader: int stackSize -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleTextAppearance -okhttp3.internal.http2.Http2Reader: void readPriority(okhttp3.internal.http2.Http2Reader$Handler,int) -androidx.vectordrawable.animated.R$dimen: R$dimen() -androidx.appcompat.R$styleable: int Toolbar_subtitleTextAppearance -androidx.vectordrawable.animated.R$id -android.didikee.donate.R$color: int notification_icon_bg_color -androidx.preference.EditTextPreference -androidx.work.R$attr: int fontProviderFetchStrategy -okhttp3.internal.ws.RealWebSocket: void initReaderAndWriter(java.lang.String,okhttp3.internal.ws.RealWebSocket$Streams) -okhttp3.ResponseBody$1: okio.BufferedSource val$content -james.adaptiveicon.R$id: int expanded_menu -androidx.appcompat.R$attr: int suggestionRowLayout -androidx.drawerlayout.R$attr: int fontWeight -com.google.android.material.R$attr: int telltales_velocityMode -cyanogenmod.weather.WeatherInfo$1: cyanogenmod.weather.WeatherInfo[] newArray(int) -com.turingtechnologies.materialscrollbar.R$anim: int abc_slide_in_bottom -com.google.android.material.R$xml: int standalone_badge_gravity_bottom_end -com.google.android.material.R$styleable: int Constraint_layout_goneMarginTop -androidx.preference.R$style: int Widget_AppCompat_Light_AutoCompleteTextView -okhttp3.internal.http2.Http2Codec: void flushRequest() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric Metric -org.greenrobot.greendao.database.DatabaseOpenHelper: DatabaseOpenHelper(android.content.Context,java.lang.String,int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: java.lang.String getPubTime() -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver -com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_indeterminate -androidx.lifecycle.ComputableLiveData: ComputableLiveData() -androidx.constraintlayout.widget.R$attr: int deltaPolarRadius -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: void onComplete() -wangdaye.com.geometricweather.R$dimen: int compat_button_padding_vertical_material -wangdaye.com.geometricweather.R$attr: int dropdownPreferenceStyle -androidx.viewpager.R$styleable: int GradientColor_android_centerColor -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_SearchResult -james.adaptiveicon.R$attr: int theme -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_searchHintIcon -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_paddingBottom -androidx.legacy.coreutils.R$id: R$id() -cyanogenmod.app.IPartnerInterface$Stub$Proxy: boolean setZenModeWithDuration(int,long) -cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks mCallback -com.google.android.material.R$styleable: int KeyPosition_sizePercent -okhttp3.internal.ws.WebSocketReader: okhttp3.internal.ws.WebSocketReader$FrameCallback frameCallback -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language UNSIMPLIFIED_CHINESE -cyanogenmod.app.Profile$DozeMode: Profile$DozeMode() -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getO3() -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_display_2_material -retrofit2.Platform$Android$MainThreadExecutor -james.adaptiveicon.R$string: int abc_searchview_description_submit -wangdaye.com.geometricweather.R$anim: int fragment_main_pop_enter -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property IcePrecipitationProbability -cyanogenmod.app.Profile$ProfileTrigger: java.lang.String getId() -com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: boolean hasKey(java.lang.Object) -androidx.preference.R$drawable: int btn_checkbox_unchecked_to_checked_mtrl_animation -androidx.constraintlayout.widget.R$attr: int actionModeShareDrawable -okio.ForwardingSource: void close() -cyanogenmod.profiles.LockSettings: java.lang.String TAG -androidx.preference.R$style: int Widget_AppCompat_Toolbar_Button_Navigation -cyanogenmod.app.IProfileManager$Stub$Proxy: boolean setActiveProfile(android.os.ParcelUuid) -wangdaye.com.geometricweather.R$styleable: int PropertySet_motionProgress -wangdaye.com.geometricweather.R$id: int container_alert_display_view_title -wangdaye.com.geometricweather.R$attr: int bsb_is_float_type -okhttp3.internal.http2.Http2Connection: long degradedPingsSent -cyanogenmod.weather.WeatherLocation: java.lang.String mCountry -wangdaye.com.geometricweather.R$attr: int checked_background_color -androidx.lifecycle.LifecycleRegistry: LifecycleRegistry(androidx.lifecycle.LifecycleOwner) -androidx.lifecycle.extensions.R$styleable: int[] GradientColorItem -androidx.constraintlayout.utils.widget.MockView: MockView(android.content.Context) -wangdaye.com.geometricweather.common.rxjava.BaseObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$attr: int itemShapeFillColor -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Integer cloudCover -androidx.constraintlayout.widget.R$attr: int listChoiceIndicatorMultipleAnimated -com.google.android.material.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -androidx.appcompat.R$attr: int textColorAlertDialogListItem -androidx.preference.R$attr: int colorAccent -androidx.fragment.R$id: int accessibility_custom_action_22 -androidx.work.R$drawable: int notification_bg_low_pressed -okhttp3.CertificatePinner$Builder: CertificatePinner$Builder() -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ButtonBar -com.turingtechnologies.materialscrollbar.R$styleable: int[] SwitchCompat -com.turingtechnologies.materialscrollbar.R$id: int left -com.google.android.material.R$styleable: int AppBarLayout_Layout_layout_scrollFlags -androidx.core.R$id: int accessibility_custom_action_28 -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List dailyEntityList -wangdaye.com.geometricweather.R$drawable: int weather_thunder -androidx.transition.R$dimen: int notification_top_pad -android.didikee.donate.R$attr: int progressBarStyle -wangdaye.com.geometricweather.settings.fragments.NotificationColorSettingsFragment: NotificationColorSettingsFragment() -androidx.preference.R$attr: int paddingEnd -androidx.drawerlayout.R$dimen: int notification_top_pad -cyanogenmod.app.IProfileManager: cyanogenmod.app.Profile[] getProfiles() -androidx.lifecycle.LifecycleRegistry: void sync() -wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getDaytimeWeatherCode() -com.google.android.material.R$dimen: int mtrl_calendar_year_horizontal_padding -androidx.coordinatorlayout.R$id: int accessibility_custom_action_0 -com.google.android.material.R$id: int baseline -org.greenrobot.greendao.database.DatabaseOpenHelper: DatabaseOpenHelper(android.content.Context,java.lang.String,android.database.sqlite.SQLiteDatabase$CursorFactory,int,android.database.DatabaseErrorHandler) -com.google.android.material.R$styleable: int ChipGroup_singleLine -wangdaye.com.geometricweather.R$id: int activity_card_display_manage_toolbar -android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert -wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_scrollContainer -android.didikee.donate.R$color: int material_deep_teal_500 -okhttp3.internal.http2.Hpack$Writer: void writeByteString(okio.ByteString) -cyanogenmod.providers.CMSettings$Secure: int getInt(android.content.ContentResolver,java.lang.String) -androidx.preference.R$drawable: int abc_btn_check_material -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: boolean isDaylight() -wangdaye.com.geometricweather.R$string: int about_glide -androidx.preference.R$attr: int windowActionBarOverlay -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPath: androidx.core.graphics.PathParser$PathDataNode[] getPathData() -wangdaye.com.geometricweather.common.basic.models.weather.Base -com.google.android.material.R$integer: int app_bar_elevation_anim_duration -com.google.android.material.R$id: int textinput_suffix_text -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Metric: int UnitType -com.google.android.material.R$style: int Widget_MaterialComponents_FloatingActionButton -com.bumptech.glide.R$attr: int alpha -android.didikee.donate.R$attr: int navigationContentDescription -com.turingtechnologies.materialscrollbar.R$styleable: int[] MaterialCardView -io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: FlowableOnBackpressureError$BackpressureErrorSubscriber(org.reactivestreams.Subscriber) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeSnowPrecipitationProbability -com.turingtechnologies.materialscrollbar.R$attr: int splitTrack -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ListView_DropDown -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeCloudCover(java.lang.Integer) -com.xw.repo.bubbleseekbar.R$anim: R$anim() -wangdaye.com.geometricweather.background.service.CMWeatherProviderService -okio.Buffer: okio.Buffer write(byte[],int,int) -retrofit2.adapter.rxjava2.ResultObservable: ResultObservable(io.reactivex.Observable) -okhttp3.internal.io.FileSystem$1: long size(java.io.File) -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: boolean mAskedShow -wangdaye.com.geometricweather.R$styleable: int RecyclerView_android_orientation -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_action_padding -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_setDisplayMode -com.google.android.material.R$color: int radiobutton_themeable_attribute_color -com.jaredrummler.android.colorpicker.R$style: int Platform_V25_AppCompat -com.google.android.material.R$dimen: int mtrl_high_ripple_default_alpha -androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemHeight -wangdaye.com.geometricweather.R$string: int settings_title_card_order -com.turingtechnologies.materialscrollbar.R$attr: int seekBarStyle -com.google.android.material.checkbox.MaterialCheckBox: MaterialCheckBox(android.content.Context,android.util.AttributeSet) -androidx.constraintlayout.widget.R$styleable: int[] ViewBackgroundHelper -androidx.vectordrawable.animated.R$dimen: int compat_button_inset_vertical_material -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_Dialog_MinWidth -androidx.recyclerview.widget.RecyclerView: void setItemAnimator(androidx.recyclerview.widget.RecyclerView$ItemAnimator) -io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: long idx -com.google.android.material.R$dimen: int abc_action_bar_content_inset_with_nav -wangdaye.com.geometricweather.R$id: int container_main_sun_moon_title -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Caption -com.google.android.material.R$attr: int collapseIcon -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.Integer getCloudCover() -cyanogenmod.app.CustomTile: android.os.Parcelable$Creator CREATOR -androidx.viewpager2.R$attr: int stackFromEnd -androidx.preference.R$attr: int borderlessButtonStyle -okhttp3.internal.ws.WebSocketProtocol: int OPCODE_CONTROL_CLOSE -wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit: java.lang.String unitAbbreviation -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_RC4_128_SHA -com.google.android.material.appbar.CollapsingToolbarLayout: int getExpandedTitleMarginStart() -androidx.preference.R$styleable: int MenuItem_android_checkable -androidx.fragment.R$styleable: int GradientColor_android_tileMode -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: androidx.lifecycle.LifecycleOwner mLifecycle -androidx.constraintlayout.utils.widget.ImageFilterButton: float getCrossfade() -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorAccent -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: boolean disposed -androidx.hilt.lifecycle.R$id: int info -android.didikee.donate.R$styleable: int TextAppearance_textLocale -io.reactivex.Observable: io.reactivex.Observable fromFuture(java.util.concurrent.Future,long,java.util.concurrent.TimeUnit) -cyanogenmod.app.PartnerInterface: void rebootDevice() -androidx.lifecycle.LifecycleRegistry: int mAddingObserverCounter -androidx.core.R$attr: int font -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_ensureMinTouchTargetSize -wangdaye.com.geometricweather.R$color: int notification_background_rootDark -cyanogenmod.app.ProfileManager: void addProfile(cyanogenmod.app.Profile) -com.turingtechnologies.materialscrollbar.R$styleable: int ThemeEnforcement_enforceMaterialTheme -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_NoActionBar -androidx.vectordrawable.R$id -io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: long serialVersionUID -com.xw.repo.bubbleseekbar.R$attr: int preserveIconSpacing -androidx.appcompat.R$id: int tabMode -retrofit2.RequestBuilder: java.util.regex.Pattern PATH_TRAVERSAL -com.google.android.material.R$styleable: int MenuView_subMenuArrow -io.reactivex.internal.disposables.EmptyDisposable: boolean offer(java.lang.Object,java.lang.Object) -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: long updateTime -retrofit2.ParameterHandler$Path: retrofit2.Converter valueConverter -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ButtonBar_AlertDialog -wangdaye.com.geometricweather.R$attr: int subtitleTextAppearance -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int PrecipitationProbability -androidx.lifecycle.Lifecycling: java.lang.String getAdapterName(java.lang.String) -com.google.android.material.R$styleable: int PropertySet_android_visibility -cyanogenmod.themes.ThemeManager -androidx.preference.R$styleable: int TextAppearance_android_textColorHint -com.google.android.material.R$styleable: int ShapeAppearance_cornerSize -wangdaye.com.geometricweather.R$styleable: int Chip_chipStartPadding -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX -james.adaptiveicon.R$attr: int multiChoiceItemLayout -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index: AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index() -androidx.preference.R$dimen: int abc_action_bar_subtitle_bottom_margin_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: void setNames(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX) -wangdaye.com.geometricweather.R$dimen: int material_timepicker_dialog_buttons_margin_top -androidx.preference.PreferenceManager: void setOnPreferenceTreeClickListener(androidx.preference.PreferenceManager$OnPreferenceTreeClickListener) -androidx.activity.R$color: int secondary_text_default_material_light -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: WeatherEntityDao$Properties() -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Dialog_MinWidth -wangdaye.com.geometricweather.R$dimen: int cpv_color_preference_large -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: int INTERRUPTING -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Toolbar_Surface -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: long serialVersionUID -com.google.android.material.R$style: int Widget_MaterialComponents_BottomNavigationView_Colored -androidx.constraintlayout.widget.ConstraintHelper: int[] getReferencedIds() -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void innerError(io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver,java.lang.Throwable) -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Integer dewPoint -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial: AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial() -android.didikee.donate.R$attr: int defaultQueryHint -androidx.preference.R$styleable: int PreferenceTheme_seekBarPreferenceStyle -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: long serialVersionUID -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours Past24Hours -wangdaye.com.geometricweather.R$string: int exposed_dropdown_menu_content_description -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder certificatePinner(okhttp3.CertificatePinner) -wangdaye.com.geometricweather.R$drawable: int clock_minute_dark -com.google.android.material.R$styleable: int SwitchCompat_thumbTintMode -androidx.appcompat.R$styleable: R$styleable() -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX: void setBrands(java.util.List) -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource MF -androidx.constraintlayout.widget.R$drawable: int abc_seekbar_thumb_material -com.google.android.material.navigation.NavigationView: void setItemIconPaddingResource(int) -com.google.android.material.R$attr: int stackFromEnd -cyanogenmod.providers.CMSettings$Secure$1 -androidx.preference.R$styleable: int PreferenceGroup_android_orderingFromXml -androidx.core.R$styleable: int FontFamilyFont_android_ttcIndex -wangdaye.com.geometricweather.R$drawable: int ic_precipitation -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_Switch -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: void run() -androidx.appcompat.widget.AppCompatCheckBox: int getCompoundPaddingLeft() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dividerVertical -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintBottom_creator -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind: java.lang.String icon -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Minimum -com.turingtechnologies.materialscrollbar.R$layout: int notification_template_part_chronometer -androidx.constraintlayout.widget.R$attr: int showDividers -androidx.appcompat.R$styleable: int MenuItem_contentDescription -com.jaredrummler.android.colorpicker.R$styleable: int GradientColorItem_android_color -android.didikee.donate.R$attr: int actionBarPopupTheme -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_107 -cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_TEMPERATURE_DAY -wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_switchTextOn -com.bumptech.glide.R$styleable: int ColorStateListItem_alpha -androidx.appcompat.view.menu.ActionMenuItemView: ActionMenuItemView(android.content.Context) -okhttp3.internal.http2.Http2Connection$IntervalPingRunnable: okhttp3.internal.http2.Http2Connection this$0 -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionBar_TabView -androidx.hilt.lifecycle.R$dimen: int compat_notification_large_icon_max_width -james.adaptiveicon.R$attr: int fontProviderPackage -com.google.android.material.R$styleable: int KeyTrigger_onCross -android.didikee.donate.R$styleable: int AppCompatTheme_windowFixedHeightMajor -wangdaye.com.geometricweather.R$string: int feedback_clock_font -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: PrecipitationDuration(java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum: java.lang.String Unit -cyanogenmod.externalviews.ExternalView: void access$000(cyanogenmod.externalviews.ExternalView) -okhttp3.MultipartBody: okhttp3.MediaType contentType -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Imperial: AccuCurrentResult$Pressure$Imperial() -androidx.vectordrawable.R$id: int accessibility_custom_action_6 -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: java.lang.String parent -androidx.preference.R$styleable: int ColorStateListItem_alpha -com.google.android.material.R$dimen: int notification_small_icon_background_padding -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language GREEK -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Imperial Imperial -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_always_show_bubble_delay -android.didikee.donate.R$id: int checkbox -retrofit2.OkHttpCall$1: void onFailure(okhttp3.Call,java.io.IOException) -cyanogenmod.app.CustomTile$ExpandedStyle: int NO_STYLE -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_SearchView -wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_minutelyEndText -androidx.work.R$dimen -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: java.util.List getIndices() -androidx.appcompat.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle -okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder noStore() -cyanogenmod.themes.IThemeChangeListener$Stub$Proxy: IThemeChangeListener$Stub$Proxy(android.os.IBinder) -wangdaye.com.geometricweather.R$attr: int expandedTitleMarginBottom -androidx.transition.R$id: int time -okhttp3.internal.http2.Hpack: int PREFIX_4_BITS -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Dialog_Alert -cyanogenmod.app.ILiveLockScreenManager: boolean getLiveLockScreenEnabled() -retrofit2.ParameterHandler$RelativeUrl: ParameterHandler$RelativeUrl(java.lang.reflect.Method,int) -io.reactivex.Observable: io.reactivex.Observable buffer(io.reactivex.ObservableSource) -wangdaye.com.geometricweather.R$attr: int itemIconSize -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_ellipsize -okhttp3.MultipartBody: MultipartBody(okio.ByteString,okhttp3.MediaType,java.util.List) -james.adaptiveicon.R$attr: int actionModePasteDrawable -wangdaye.com.geometricweather.R$dimen: int material_cursor_inset_bottom -androidx.appcompat.R$attr: int actionBarTabTextStyle -androidx.cardview.R$styleable: int CardView_cardBackgroundColor -wangdaye.com.geometricweather.R$layout: int abc_list_menu_item_layout -androidx.lifecycle.ClassesInfoCache: java.util.Map mHasLifecycleMethods -james.adaptiveicon.R$color: int material_grey_600 -cyanogenmod.weather.WeatherInfo: int getTemperatureUnit() -james.adaptiveicon.R$style: int Theme_AppCompat_NoActionBar -okio.Okio$2: okio.Timeout val$timeout -com.google.gson.stream.JsonReader: java.lang.String nextUnquotedValue() -com.google.android.material.R$attr: int defaultState -com.google.android.material.button.MaterialButtonToggleGroup: int getFirstVisibleChildIndex() -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xnt -wangdaye.com.geometricweather.R$drawable: int notif_temp_102 -androidx.hilt.work.R$styleable: int[] ColorStateListItem -androidx.appcompat.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow -wangdaye.com.geometricweather.R$id: int widget_week_card -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void truncate() -com.bumptech.glide.R$id: int line3 -androidx.fragment.R$id: int accessibility_custom_action_4 -androidx.preference.R$style: int Widget_AppCompat_ListView_DropDown -com.xw.repo.bubbleseekbar.R$styleable: int[] ActionBarLayout -com.turingtechnologies.materialscrollbar.R$style: int CardView -androidx.constraintlayout.widget.R$id: int progress_circular -com.google.android.material.R$attr: int actionModeWebSearchDrawable -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void onNext(java.lang.Object) -androidx.viewpager.R$id: int time -com.google.android.material.R$color: int mtrl_tabs_icon_color_selector_colored -com.google.android.material.R$styleable: int View_theme -okhttp3.Cookie: boolean secure -okhttp3.CipherSuite$1: int compare(java.lang.Object,java.lang.Object) -cyanogenmod.app.BaseLiveLockManagerService: boolean getLiveLockScreenEnabled() -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_Dialog_MinWidth -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: int status -cyanogenmod.weather.WeatherInfo$DayForecast$1: java.lang.Object[] newArray(int) -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_2_00 -com.google.android.material.R$styleable: int BottomAppBar_fabAlignmentMode -androidx.constraintlayout.widget.R$id: int sin -cyanogenmod.weatherservice.ServiceRequest: void fail() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX speed -com.google.android.material.R$styleable: int TabLayout_tabPaddingBottom -james.adaptiveicon.R$id: int list_item -androidx.core.R$style: int Widget_Compat_NotificationActionContainer -io.reactivex.Observable: io.reactivex.Observable switchMap(io.reactivex.functions.Function,int) -com.google.android.material.R$styleable: int AppCompatTheme_android_windowAnimationStyle -james.adaptiveicon.R$styleable: int AppCompatTextView_drawableEndCompat -androidx.viewpager.R$id: int line3 -androidx.activity.R$id: int accessibility_custom_action_27 -okhttp3.CipherSuite$1: int compare(java.lang.String,java.lang.String) -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_text_size -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_44 -cyanogenmod.hardware.IThermalListenerCallback$Stub: IThermalListenerCallback$Stub() -com.google.android.material.R$integer: int mtrl_badge_max_character_count -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight_Dialog -wangdaye.com.geometricweather.R$drawable: int design_bottom_navigation_item_background -androidx.coordinatorlayout.R$styleable: int FontFamilyFont_ttcIndex -androidx.appcompat.R$drawable: int abc_switch_track_mtrl_alpha -android.didikee.donate.R$style: int Theme_AppCompat_Dialog_Alert -androidx.preference.R$styleable: int ViewBackgroundHelper_backgroundTint -com.google.gson.stream.JsonReader: int PEEKED_BUFFERED -cyanogenmod.externalviews.ExternalViewProviderService$Provider: ExternalViewProviderService$Provider(cyanogenmod.externalviews.ExternalViewProviderService,android.os.Bundle) -com.xw.repo.bubbleseekbar.R$style: int Base_V7_Widget_AppCompat_EditText -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: void onError(java.lang.Throwable) -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.disposables.Disposable upstream -androidx.constraintlayout.widget.R$styleable -cyanogenmod.providers.DataUsageContract: int COLUMN_OF_ACTIVE -androidx.lifecycle.service.R: R() -com.google.android.material.R$attr: int hideOnContentScroll -com.google.android.material.R$layout: int material_clock_period_toggle_land -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_stacked_tab_max_width -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_AutoCompleteTextView -cyanogenmod.weather.ICMWeatherManager: void lookupCity(cyanogenmod.weather.RequestInfo) -okhttp3.internal.ws.WebSocketProtocol: long PAYLOAD_BYTE_MAX -androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableItem_android_id -wangdaye.com.geometricweather.db.entities.AlertEntityDao: AlertEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) -com.google.android.material.R$dimen: int mtrl_calendar_day_vertical_padding -androidx.core.R$id: int accessibility_custom_action_23 -wangdaye.com.geometricweather.R$color: int notification_background_l -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_paddingBottom -androidx.preference.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges -androidx.hilt.lifecycle.R$anim: int fragment_fade_exit -androidx.preference.R$styleable: int PreferenceTheme_preferenceFragmentStyle -android.didikee.donate.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title -com.google.android.material.R$attr: int recyclerViewStyle -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionButton -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Spinner_DropDown -io.reactivex.internal.subscriptions.BasicQueueSubscription -com.xw.repo.bubbleseekbar.R$styleable: int CompoundButton_buttonTintMode -wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Dialog -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: android.os.IBinder mRemote -com.google.android.material.progressindicator.ProgressIndicator: com.google.android.material.progressindicator.DrawableWithAnimatedVisibilityChange getCurrentDrawable() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX() -com.google.gson.FieldNamingPolicy$5 -androidx.hilt.work.R$id: int tag_transition_group -okhttp3.WebSocketListener -okhttp3.internal.http2.Hpack: Hpack() -cyanogenmod.app.Profile: int mDozeMode -androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_android_fontVariationSettings -androidx.lifecycle.SavedStateViewModelFactory: androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory mFactory -wangdaye.com.geometricweather.R$attr: int layout_constraintBottom_creator -androidx.constraintlayout.widget.R$anim: int abc_popup_exit -android.didikee.donate.R$attr: int logo -james.adaptiveicon.R$id: int action_menu_presenter -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void drain() -androidx.viewpager.R$style: int TextAppearance_Compat_Notification -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_imageButtonStyle -io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver -wangdaye.com.geometricweather.R$string: int password_toggle_content_description -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) -com.jaredrummler.android.colorpicker.R$color: R$color() -androidx.appcompat.R$attr: int windowActionModeOverlay -com.google.android.material.progressindicator.ProgressIndicator: void setIndeterminateDrawable(android.graphics.drawable.Drawable) -com.google.android.material.R$styleable: int DrawerArrowToggle_thickness -okio.RealBufferedSource: long readLongLe() -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String unitId -wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit: java.lang.String getCloudCoverText(int) -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text -com.xw.repo.bubbleseekbar.R$attr: int subtitleTextColor -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: long skip -wangdaye.com.geometricweather.R$mipmap: R$mipmap() -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_subtitle -android.didikee.donate.R$id: int title -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position -androidx.constraintlayout.utils.widget.ImageFilterButton: float getContrast() -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge -com.xw.repo.bubbleseekbar.R$dimen: int tooltip_horizontal_padding -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void close(io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver,long) -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_OutlinedButton_Icon -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: void onNext(java.lang.Object) -androidx.vectordrawable.R$id: int tag_unhandled_key_event_manager -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large -com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat_Light -android.didikee.donate.R$drawable: int notification_action_background -com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_layout_anchor -androidx.constraintlayout.widget.R$styleable: int TextAppearance_textLocale -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_addNotificationGroup -android.didikee.donate.R$integer: int abc_config_activityDefaultDur -io.reactivex.Observable: io.reactivex.Observable create(io.reactivex.ObservableOnSubscribe) -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ProgressBar -androidx.appcompat.R$drawable: int abc_ic_star_half_black_48dp -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableRightCompat -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -com.jaredrummler.android.colorpicker.R$id: int tag_transition_group -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_DropDownItem_Spinner -okhttp3.RequestBody$1: okhttp3.MediaType val$contentType -cyanogenmod.hardware.CMHardwareManager: java.lang.String readPersistentString(java.lang.String) -androidx.viewpager2.R$id: int tag_accessibility_actions -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setAqiText(java.lang.String) -androidx.work.R$attr: int fontProviderQuery -wangdaye.com.geometricweather.R$layout: int test_toolbar_surface -androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize -androidx.savedstate.SavedStateRegistry$1 -com.google.gson.FieldNamingPolicy$4: java.lang.String translateName(java.lang.reflect.Field) -retrofit2.Converter$Factory: retrofit2.Converter stringConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) -androidx.customview.R$styleable: int FontFamily_fontProviderAuthority -wangdaye.com.geometricweather.R$layout: int widget_day_week_symmetry -androidx.fragment.R$id: int accessibility_custom_action_9 -wangdaye.com.geometricweather.R$styleable: int[] AnimatableIconView -cyanogenmod.profiles.AirplaneModeSettings$BooleanState -wangdaye.com.geometricweather.R$string: int content_desc_powered_by -androidx.hilt.R$anim: R$anim() -okio.HashingSink: okio.HashingSink sha1(okio.Sink) -cyanogenmod.providers.CMSettings$Global: java.lang.String WAKE_WHEN_PLUGGED_OR_UNPLUGGED -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintLeft_toLeftOf -wangdaye.com.geometricweather.background.service.TileService: TileService() -cyanogenmod.app.PartnerInterface: java.lang.String MODIFY_NETWORK_SETTINGS_PERMISSION -com.bumptech.glide.load.HttpException: HttpException(java.lang.String,int,java.lang.Throwable) -io.reactivex.Observable: io.reactivex.Observable doOnLifecycle(io.reactivex.functions.Consumer,io.reactivex.functions.Action) -androidx.constraintlayout.widget.R$styleable: int ActionMode_subtitleTextStyle -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: int val$height -wangdaye.com.geometricweather.main.MainActivityViewModel$Status: wangdaye.com.geometricweather.main.MainActivityViewModel$Status IDLE -com.google.android.material.R$styleable: int TextInputLayout_boxCornerRadiusBottomStart -org.greenrobot.greendao.AbstractDao: java.util.List loadAll() -com.google.android.material.R$styleable: int OnSwipe_touchAnchorSide -okhttp3.internal.io.FileSystem$1: boolean exists(java.io.File) -wangdaye.com.geometricweather.R$attr: int hintEnabled -com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy UPPER_CAMEL_CASE -androidx.preference.R$styleable: int StateListDrawableItem_android_drawable -com.xw.repo.bubbleseekbar.R$layout: int abc_alert_dialog_title_material -android.didikee.donate.R$attr: int color -okhttp3.internal.connection.StreamAllocation: void cancel() -androidx.constraintlayout.widget.VirtualLayout: VirtualLayout(android.content.Context) -androidx.cardview.widget.CardView: boolean getPreventCornerOverlap() -cyanogenmod.app.ProfileGroup$2 -androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_fontWeight -androidx.lifecycle.SavedStateHandleController: androidx.lifecycle.SavedStateHandle mHandle -wangdaye.com.geometricweather.R$id: int item_about_header_appName -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_HOME_LONG_PRESS_ACTION_VALIDATOR -android.didikee.donate.R$style: int Widget_AppCompat_SeekBar_Discrete -cyanogenmod.app.LiveLockScreenInfo: void cloneInto(cyanogenmod.app.LiveLockScreenInfo) -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_gestureInsetBottomIgnored -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: cyanogenmod.externalviews.KeyguardExternalViewProviderService this$0 -com.google.android.material.chip.Chip: void setShowMotionSpecResource(int) -com.jaredrummler.android.colorpicker.R$string: int abc_menu_delete_shortcut_label -com.google.android.material.R$attr: int paddingBottomSystemWindowInsets -cyanogenmod.profiles.LockSettings$1 -androidx.preference.R$styleable: int MenuItem_alphabeticModifiers -androidx.preference.R$id: int action_text -cyanogenmod.app.IProfileManager: android.app.NotificationGroup[] getNotificationGroups() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowActionBar -androidx.constraintlayout.widget.R$attr: int layout_constraintWidth_max -com.google.android.material.R$attr: int boxStrokeWidth -androidx.work.impl.utils.futures.AbstractFuture$Waiter: java.lang.Thread thread -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Toolbar_Surface -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionButtonStyle -com.google.android.material.R$interpolator -wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date moonSetDate -androidx.appcompat.R$styleable: int AppCompatTheme_buttonStyle -androidx.hilt.work.R$styleable: int[] Fragment -androidx.appcompat.R$attr: int ttcIndex -androidx.appcompat.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert -androidx.swiperefreshlayout.R$dimen: int notification_content_margin_start -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_title_baseline_to_top -androidx.appcompat.app.AppCompatViewInflater: AppCompatViewInflater() -io.reactivex.internal.functions.Functions$NaturalComparator: io.reactivex.internal.functions.Functions$NaturalComparator valueOf(java.lang.String) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintRight_toLeftOf -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: void setAdaptiveWidthEnabled(boolean) -wangdaye.com.geometricweather.R$attr: int font -com.xw.repo.bubbleseekbar.R$attr: int homeAsUpIndicator -androidx.appcompat.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal -io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver -androidx.fragment.app.SuperNotCalledException -com.turingtechnologies.materialscrollbar.R$attr: int fontProviderAuthority -wangdaye.com.geometricweather.R$attr: int contentInsetStart -androidx.preference.R$drawable: int abc_text_select_handle_middle_mtrl_dark -okhttp3.Route: java.lang.String toString() -wangdaye.com.geometricweather.common.ui.activities.AlertActivity -james.adaptiveicon.R$color: int abc_search_url_text -retrofit2.Utils$GenericArrayTypeImpl: boolean equals(java.lang.Object) -okhttp3.internal.cache.DiskLruCache: boolean removeEntry(okhttp3.internal.cache.DiskLruCache$Entry) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: void setBrandInfo(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean) -wangdaye.com.geometricweather.R$string: int visibility -cyanogenmod.app.LiveLockScreenManager: LiveLockScreenManager(android.content.Context) -wangdaye.com.geometricweather.R$color: int cpv_default_color -com.google.android.material.R$styleable: int KeyTrigger_onPositiveCross -com.google.android.material.R$attr: int colorOnError -androidx.constraintlayout.widget.R$drawable: int abc_ic_search_api_material -wangdaye.com.geometricweather.R$layout: int select_dialog_singlechoice_material -com.bumptech.glide.R$attr: int statusBarBackground -androidx.recyclerview.R$id: int notification_background -com.google.android.material.chip.ChipGroup: int getChipSpacingHorizontal() -com.jaredrummler.android.colorpicker.R$id: int image -androidx.preference.R$styleable: int PreferenceTheme_preferenceTheme -com.jaredrummler.android.colorpicker.R$styleable: int[] CheckBoxPreference -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getSupportedFeatures_0 -com.google.android.material.R$anim: int abc_shrink_fade_out_from_bottom -androidx.preference.R$dimen: int item_touch_helper_swipe_escape_max_velocity -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info -androidx.constraintlayout.widget.R$styleable: int Toolbar_menu -cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.IKeyguardExternalViewCallbacks access$100(cyanogenmod.externalviews.KeyguardExternalView) -android.didikee.donate.R$dimen: int abc_action_bar_overflow_padding_start_material -androidx.vectordrawable.animated.R$id: int icon_group -wangdaye.com.geometricweather.R$id: int widget_day_title -com.xw.repo.bubbleseekbar.R$style: int Base_V26_Widget_AppCompat_Toolbar -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_CALL_LED_ON_VALIDATOR -androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat_Dark -james.adaptiveicon.R$string: int abc_shareactionprovider_share_with -com.xw.repo.bubbleseekbar.R$styleable: int[] RecycleListView -android.didikee.donate.R$drawable: int abc_btn_check_to_on_mtrl_000 -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_textAllCaps -androidx.cardview.R$attr: int cardMaxElevation -androidx.appcompat.widget.AppCompatEditText: AppCompatEditText(android.content.Context,android.util.AttributeSet) -okhttp3.EventListener: void connectStart(okhttp3.Call,java.net.InetSocketAddress,java.net.Proxy) -com.google.android.material.R$styleable: int Constraint_layout_constraintHeight_max -android.didikee.donate.R$styleable: int TextAppearance_android_shadowColor -com.google.android.material.R$styleable: int KeyAttribute_android_elevation -androidx.loader.R$dimen: int notification_right_icon_size -com.google.android.material.R$attr: int materialButtonStyle -androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type RIGHT -wangdaye.com.geometricweather.R$attr: int itemIconPadding -com.google.android.material.slider.BaseSlider: java.lang.CharSequence getAccessibilityClassName() -wangdaye.com.geometricweather.db.entities.HourlyEntity: HourlyEntity(java.lang.Long,java.lang.String,java.lang.String,java.util.Date,long,boolean,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,int,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float) -com.google.android.material.R$attr: int tabIndicatorHeight -cyanogenmod.profiles.LockSettings: int describeContents() -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_transitionPathRotate -james.adaptiveicon.R$dimen: int disabled_alpha_material_light -androidx.viewpager2.R$id: int accessibility_custom_action_27 -wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_end_icon_margin_start -okhttp3.ResponseBody: java.io.InputStream byteStream() -androidx.appcompat.R$attr: int buttonBarNeutralButtonStyle -retrofit2.Utils: java.lang.String typeToString(java.lang.reflect.Type) -com.google.android.material.button.MaterialButton: void setBackgroundColor(int) -com.google.android.material.floatingactionbutton.FloatingActionButton: void show(com.google.android.material.floatingactionbutton.FloatingActionButton$OnVisibilityChangedListener) -wangdaye.com.geometricweather.R$styleable: int[] Chip -wangdaye.com.geometricweather.R$styleable: int CardView_android_minWidth -androidx.preference.R$styleable: int ActionBar_contentInsetStart -retrofit2.KotlinExtensions$suspendAndThrow$$inlined$suspendCoroutineUninterceptedOrReturn$lambda$1: KotlinExtensions$suspendAndThrow$$inlined$suspendCoroutineUninterceptedOrReturn$lambda$1(kotlin.coroutines.Continuation,java.lang.Exception) -wangdaye.com.geometricweather.R$dimen: int abc_edit_text_inset_bottom_material -io.reactivex.internal.util.NotificationLite$DisposableNotification: io.reactivex.disposables.Disposable upstream -cyanogenmod.app.ThemeVersion$ThemeVersionImpl3: cyanogenmod.app.ThemeVersion$ComponentVersion fwCompVersionToSdkVersion(android.content.ThemeVersion$ComponentVersion) -okhttp3.internal.ws.WebSocketWriter: void writeClose(int,okio.ByteString) -androidx.preference.R$styleable: int StateListDrawable_android_constantSize -cyanogenmod.weatherservice.WeatherProviderService: android.os.Handler access$000(cyanogenmod.weatherservice.WeatherProviderService) -androidx.work.R$style: int TextAppearance_Compat_Notification_Title -wangdaye.com.geometricweather.R$attr: int cardViewStyle -androidx.constraintlayout.widget.R$styleable: int AppCompatSeekBar_tickMarkTint -cyanogenmod.os.Build$CM_VERSION_CODES: int DRAGON_FRUIT -wangdaye.com.geometricweather.R$dimen: int mtrl_snackbar_message_margin_horizontal -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info info -james.adaptiveicon.R$dimen: int abc_dialog_min_width_major -com.google.android.material.R$id: int SHOW_PROGRESS -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean getTemperature() -androidx.appcompat.widget.ScrollingTabContainerView: void setTabSelected(int) -com.turingtechnologies.materialscrollbar.R$id: int action_bar_root -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$dimen: int mtrl_toolbar_default_height -com.google.android.material.R$style: int Theme_MaterialComponents -cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_IME_SWITCHER -androidx.viewpager.widget.ViewPager: void setPageMargin(int) -wangdaye.com.geometricweather.R$styleable: int[] Transition -androidx.preference.R$style: int TextAppearance_AppCompat_Large_Inverse -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void emit() -wangdaye.com.geometricweather.R$styleable: int[] AppBarLayoutStates -androidx.preference.ListPreference: ListPreference(android.content.Context,android.util.AttributeSet) -androidx.drawerlayout.R$styleable: int GradientColor_android_type -com.google.android.material.button.MaterialButton: void setIconGravity(int) -retrofit2.ParameterHandler$QueryMap -cyanogenmod.weatherservice.ServiceRequestResult: ServiceRequestResult(android.os.Parcel) -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver(io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver) -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: void setAddress_detail(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean) -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Chip -com.bumptech.glide.R$dimen: int compat_button_inset_vertical_material -com.google.android.material.R$styleable: int ThemeEnforcement_enforceMaterialTheme -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: java.lang.String y -androidx.constraintlayout.widget.R$attr: int iconTint -androidx.constraintlayout.widget.R$styleable: int Layout_maxHeight -androidx.constraintlayout.widget.R$styleable: int Transform_android_transformPivotY -com.google.android.material.R$layout: int text_view_with_line_height_from_layout -com.google.android.material.R$styleable: int[] ActionMenuItemView -androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type TOP -com.google.android.material.R$attr: int materialCalendarHeaderCancelButton -com.google.android.material.R$styleable: int Layout_layout_constraintTop_toBottomOf -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Rain Rain -androidx.preference.R$styleable: int AnimatedStateListDrawableTransition_android_toId -com.bumptech.glide.module.AppGlideModule: AppGlideModule() -okhttp3.internal.ws.WebSocketWriter: okio.Sink newMessageSink(int,long) -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Dialog_MinWidth -com.google.android.material.R$dimen: int mtrl_large_touch_target -com.turingtechnologies.materialscrollbar.R$color: int abc_tint_spinner -androidx.preference.R$styleable: int Toolbar_contentInsetLeft -wangdaye.com.geometricweather.R$attr: int minSeparation -wangdaye.com.geometricweather.R$array -com.jaredrummler.android.colorpicker.R$attr: int textAppearanceListItem -okio.RealBufferedSource: int readUtf8CodePoint() -androidx.appcompat.R$style -james.adaptiveicon.R$attr: int tickMark -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial: double Value -okio.Pipe$PipeSink: void close() -androidx.lifecycle.Lifecycling: java.util.Map sCallbackCache -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: void onNext(java.lang.Object) -androidx.appcompat.widget.LinearLayoutCompat: int getGravity() -james.adaptiveicon.R$dimen: int abc_config_prefDialogWidth -com.google.android.material.R$attr: int imageButtonStyle -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorControlActivated -com.google.android.material.R$color: int mtrl_textinput_disabled_color -wangdaye.com.geometricweather.R$attr: int positiveButtonText -wangdaye.com.geometricweather.R$drawable: int abc_seekbar_tick_mark_material -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderCancelButton -wangdaye.com.geometricweather.R$attr: int navigationIconColor -android.didikee.donate.R$attr: int actionModeSelectAllDrawable -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: io.reactivex.functions.Function mapper -wangdaye.com.geometricweather.R$attr: int color -okio.AsyncTimeout: okio.AsyncTimeout awaitTimeout() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: java.lang.String mslp -androidx.viewpager2.R$dimen: int item_touch_helper_max_drag_scroll_per_frame -wangdaye.com.geometricweather.R$style: int Theme_Design_Light_NoActionBar -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Title_Inverse -com.jaredrummler.android.colorpicker.R$layout: int abc_list_menu_item_radio -com.google.android.material.progressindicator.ProgressIndicator: void setCircularInset(int) -androidx.constraintlayout.widget.R$dimen: int abc_edit_text_inset_bottom_material -io.reactivex.internal.util.VolatileSizeArrayList: boolean remove(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow -com.jaredrummler.android.colorpicker.R$attr: int dialogIcon -android.didikee.donate.R$styleable: int LinearLayoutCompat_android_weightSum -com.google.android.material.R$attr: int editTextStyle -okhttp3.MultipartBody: long contentLength -androidx.core.R$styleable: int GradientColor_android_centerX -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle -androidx.constraintlayout.widget.R$attr: int telltales_tailColor -wangdaye.com.geometricweather.R$color: int design_default_color_primary_variant -com.google.android.material.R$attr: int switchStyle -wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse -okio.Buffer: okio.ByteString hmacSha256(okio.ByteString) -okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level[] values() -androidx.fragment.R$style -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_selection_text_baseline_to_bottom -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light_DialogWhenLarge -com.google.android.material.R$styleable: int ConstraintSet_transitionEasing -com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getSuffixText() -james.adaptiveicon.R$id: R$id() -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_contentInsetEndWithActions -androidx.viewpager2.R$id: int tag_accessibility_clickable_spans -io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiFunction) -com.turingtechnologies.materialscrollbar.R$attr: int tabIndicatorAnimationDuration -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int NOT_AVAILABLE -com.turingtechnologies.materialscrollbar.R$layout: int abc_screen_simple -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_AES_128_CBC_SHA256 -androidx.lifecycle.ComputableLiveData: java.lang.Runnable mRefreshRunnable -androidx.appcompat.R$style: int Base_Theme_AppCompat_Dialog_MinWidth -com.google.android.material.R$styleable: int AppCompatTheme_searchViewStyle -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginBottom -android.didikee.donate.R$attr: int spinBars -retrofit2.ParameterHandler$RawPart -wangdaye.com.geometricweather.R$attr: int headerLayout -cyanogenmod.hardware.IThermalListenerCallback$Stub$Proxy: void onThermalChanged(int) -androidx.viewpager2.R$styleable: int RecyclerView_spanCount -androidx.lifecycle.MediatorLiveData$Source: void unplug() -cyanogenmod.app.ICMTelephonyManager$Stub: ICMTelephonyManager$Stub() -com.google.android.material.floatingactionbutton.FloatingActionButton: android.content.res.ColorStateList getBackgroundTintList() -wangdaye.com.geometricweather.R$dimen: int mtrl_tooltip_minHeight -androidx.preference.R$styleable: int FontFamilyFont_font -com.jaredrummler.android.colorpicker.R$integer: int abc_config_activityShortDur -cyanogenmod.app.ProfileManager: boolean isProfilesEnabled() -io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: void accept(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$string: int key_align_end -com.google.android.material.R$attr: int materialAlertDialogTitleIconStyle -com.google.android.material.R$id: int tag_accessibility_heading -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_min_width -com.jaredrummler.android.colorpicker.R$attr: int backgroundTintMode -cyanogenmod.profiles.BrightnessSettings: void readFromParcel(android.os.Parcel) -com.google.android.material.R$styleable: int TabLayout_tabIndicatorGravity -okhttp3.Cache$2: java.lang.Object next() -james.adaptiveicon.R$bool: int abc_config_actionMenuItemAllCaps -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainNoLast -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title -android.didikee.donate.R$id: int action_mode_bar_stub -com.google.android.material.R$attr: int behavior_peekHeight -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: ObservableFlatMap$InnerObserver(io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver,long) -android.didikee.donate.R$styleable: int Toolbar_android_gravity -wangdaye.com.geometricweather.R$attr: int bsb_track_color -io.reactivex.internal.util.VolatileSizeArrayList: java.util.Iterator iterator() -cyanogenmod.themes.ThemeChangeRequest$Builder -cyanogenmod.profiles.AirplaneModeSettings: AirplaneModeSettings(android.os.Parcel) -okhttp3.internal.platform.Platform: void log(int,java.lang.String,java.lang.Throwable) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft -com.jaredrummler.android.colorpicker.R$color: int dim_foreground_disabled_material_dark -okhttp3.internal.http2.Http2Connection$ReaderRunnable$3: Http2Connection$ReaderRunnable$3(okhttp3.internal.http2.Http2Connection$ReaderRunnable,java.lang.String,java.lang.Object[]) -androidx.appcompat.resources.R$id: int accessibility_custom_action_17 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Metric: double Value -androidx.appcompat.R$styleable: int FontFamily_fontProviderFetchStrategy -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -androidx.loader.R$dimen: int compat_button_inset_vertical_material -androidx.vectordrawable.R$style: int TextAppearance_Compat_Notification_Time -androidx.appcompat.R$id: int accessibility_custom_action_27 -com.xw.repo.bubbleseekbar.R$id: int end -androidx.constraintlayout.widget.R$attr: int layout_constraintBaseline_creator -okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RealConnection connection -retrofit2.ParameterHandler$PartMap: void apply(retrofit2.RequestBuilder,java.lang.Object) -io.reactivex.Observable: io.reactivex.Observable withLatestFrom(io.reactivex.ObservableSource[],io.reactivex.functions.Function) -com.google.gson.LongSerializationPolicy$1 -com.google.android.material.R$style: int Base_Widget_AppCompat_AutoCompleteTextView -okhttp3.RealCall: boolean forWebSocket -androidx.hilt.work.R$id: int accessibility_custom_action_15 -cyanogenmod.app.CMContextConstants: java.lang.String CM_PERFORMANCE_SERVICE -wangdaye.com.geometricweather.db.entities.DailyEntity: long time -wangdaye.com.geometricweather.R$drawable: int abc_ic_star_half_black_16dp -androidx.constraintlayout.widget.R$styleable: int OnClick_targetId -android.didikee.donate.R$styleable: int Toolbar_android_minHeight -wangdaye.com.geometricweather.R$string: int time -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_notificationGroupExistsByName -com.google.android.material.card.MaterialCardView: android.graphics.drawable.Drawable getCheckedIcon() -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_counterOverflowTextColor -wangdaye.com.geometricweather.R$color: int mtrl_btn_bg_color_selector -wangdaye.com.geometricweather.R$id: int scrollIndicatorUp -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_go_search_api_material -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float so2 -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintGuide_begin -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse -james.adaptiveicon.R$attr: int actionModeCloseDrawable -androidx.constraintlayout.widget.R$layout: int abc_list_menu_item_layout -com.jaredrummler.android.colorpicker.R$styleable: int[] SwitchPreference -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void setInteractivity(boolean) -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents -com.jaredrummler.android.colorpicker.R$dimen: int notification_action_text_size -androidx.preference.R$attr: int actionModeSelectAllDrawable -cyanogenmod.power.PerformanceManager: java.lang.String TAG -wangdaye.com.geometricweather.R$styleable: int[] RadialViewGroup -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight -wangdaye.com.geometricweather.R$color: int foreground_material_light -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_24 -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float no2 -cyanogenmod.app.suggest.IAppSuggestProvider$Stub: android.os.IBinder asBinder() -androidx.vectordrawable.animated.R$dimen: int compat_control_corner_material -cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void onResume() -androidx.vectordrawable.R$string -com.google.android.material.R$styleable: int BottomAppBar_fabCradleMargin -androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy: ConstraintProxy$StorageNotLowProxy() -wangdaye.com.geometricweather.R$styleable: int CompoundButton_buttonTint -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Button -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: int requestFusion(int) -com.jaredrummler.android.colorpicker.R$color: int switch_thumb_disabled_material_dark -androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_fontVariationSettings -com.google.android.material.R$dimen: int mtrl_extended_fab_start_padding -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Title -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void onNext(java.lang.Object) -com.jaredrummler.android.colorpicker.R$attr: int windowMinWidthMajor -androidx.constraintlayout.widget.R$dimen: int abc_list_item_padding_horizontal_material -cyanogenmod.alarmclock.ClockContract$InstancesColumns: android.net.Uri CONTENT_URI -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: void setStatus(int) -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Dialog_Alert -androidx.hilt.R$id: int notification_background -androidx.recyclerview.widget.RecyclerView: int getMinFlingVelocity() -james.adaptiveicon.R$styleable: int[] View -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintRight_toLeftOf -androidx.constraintlayout.helper.widget.Flow: void setFirstVerticalBias(float) -retrofit2.BuiltInConverters$ToStringConverter: BuiltInConverters$ToStringConverter() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: void setPrecipitation(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean) -com.google.android.material.R$styleable: int Snackbar_snackbarButtonStyle -okhttp3.internal.connection.RouteDatabase: void connected(okhttp3.Route) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onScreenTurnedOff() -io.reactivex.Observable: io.reactivex.Observable buffer(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,int) -com.google.android.material.internal.VisibilityAwareImageButton: VisibilityAwareImageButton(android.content.Context) -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setProgressBackgroundColorSchemeResource(int) -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceLargePopupMenu -android.didikee.donate.R$id: int icon -wangdaye.com.geometricweather.R$styleable: int StateListDrawable_android_enterFadeDuration -okhttp3.OkHttpClient$Builder: java.util.List networkInterceptors() -cyanogenmod.app.ThemeVersion$ComponentVersion: int minVersion -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_VMAIL_LED_ON -android.didikee.donate.R$attr: int editTextColor -androidx.lifecycle.ReflectiveGenericLifecycleObserver: ReflectiveGenericLifecycleObserver(java.lang.Object) -wangdaye.com.geometricweather.R$id: int activity_card_display_manage_container -cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.CMHardwareManager sCMHardwareManagerInstance -androidx.customview.R$styleable: int FontFamilyFont_ttcIndex -androidx.core.R$string: R$string() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean -com.xw.repo.bubbleseekbar.R$styleable: int[] GradientColor -androidx.preference.TwoStatePreference$SavedState: android.os.Parcelable$Creator CREATOR -okio.Buffer$2: Buffer$2(okio.Buffer) -androidx.appcompat.R$dimen: int abc_dialog_fixed_width_major -com.google.android.material.slider.BaseSlider: BaseSlider(android.content.Context,android.util.AttributeSet,int) -cyanogenmod.app.LiveLockScreenManager: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX: java.util.List getBrands() -com.google.android.material.R$styleable: int Toolbar_maxButtonHeight -androidx.constraintlayout.widget.R$dimen: int abc_text_size_large_material -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void onError(java.lang.Throwable) -com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getItemTextAppearanceActive() -io.reactivex.internal.observers.DeferredScalarDisposable: int FUSED_CONSUMED -okhttp3.Protocol: okhttp3.Protocol QUIC -android.didikee.donate.R$dimen: int notification_top_pad -androidx.constraintlayout.widget.R$dimen: int abc_dialog_padding_material -retrofit2.ParameterHandler$Body: ParameterHandler$Body(java.lang.reflect.Method,int,retrofit2.Converter) -wangdaye.com.geometricweather.R$string: int key_notification_text_color -com.google.android.material.R$drawable: int ic_keyboard_black_24dp -okhttp3.ConnectionPool$1: ConnectionPool$1(okhttp3.ConnectionPool) -com.jaredrummler.android.colorpicker.R$id: int wrap_content -androidx.preference.R$attr: int buttonTintMode -com.google.android.material.R$style: int Base_TextAppearance_MaterialComponents_Subtitle2 -androidx.appcompat.R$string: int search_menu_title -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: void request(long) -com.jaredrummler.android.colorpicker.R$attr: int layoutManager -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Display4 -retrofit2.ParameterHandler$QueryName: boolean encoded -com.google.android.material.R$dimen: int mtrl_tooltip_cornerSize -com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_colored_material -android.didikee.donate.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver: long serialVersionUID -cyanogenmod.providers.CMSettings$Secure -androidx.preference.R$attr: int closeIcon -androidx.appcompat.R$id: int search_mag_icon -androidx.preference.R$attr: int order -wangdaye.com.geometricweather.R$array: int pollen_units -androidx.constraintlayout.widget.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable -io.reactivex.Observable: io.reactivex.Observable merge(io.reactivex.ObservableSource,io.reactivex.ObservableSource) -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setIconTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$id: int forever -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$1: void run() -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: void cancel() -com.xw.repo.bubbleseekbar.R$layout: int notification_template_part_time -androidx.preference.R$id: int accessibility_custom_action_27 -com.google.android.material.R$styleable: int KeyTimeCycle_android_rotation -androidx.appcompat.R$drawable: int abc_ic_go_search_api_material -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_showMotionSpec -android.didikee.donate.R$styleable: int AppCompatTheme_actionBarSplitStyle -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_horizontalGap -wangdaye.com.geometricweather.R$dimen: int design_fab_elevation -com.jaredrummler.android.colorpicker.R$attr: int adjustable -com.jaredrummler.android.colorpicker.R$attr: int fontProviderFetchTimeout -androidx.vectordrawable.animated.R$styleable: int FontFamily_fontProviderCerts -io.reactivex.internal.operators.observable.ObservableGroupBy$State: boolean checkTerminated(boolean,boolean,io.reactivex.Observer,boolean) -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Button_Colored -retrofit2.ParameterHandler$FieldMap: java.lang.reflect.Method method -okhttp3.internal.connection.RouteSelector: boolean hasNext() -wangdaye.com.geometricweather.R$drawable: int notif_temp_37 -wangdaye.com.geometricweather.R$styleable: int PreferenceFragmentCompat_allowDividerAfterLastItem -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_lastHorizontalStyle -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textColorSearchUrl -james.adaptiveicon.R$attr: int backgroundSplit -wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_title -com.xw.repo.bubbleseekbar.R$color: int button_material_light -okhttp3.internal.connection.RouteSelector$Selection: okhttp3.Route next() -james.adaptiveicon.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha -androidx.transition.R$style: int TextAppearance_Compat_Notification_Info -wangdaye.com.geometricweather.R$attr: int actionModeCopyDrawable -androidx.preference.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle -com.turingtechnologies.materialscrollbar.R$drawable: int abc_menu_hardkey_panel_mtrl_mult -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: void setUnit(java.lang.String) -wangdaye.com.geometricweather.R$drawable: int abc_ab_share_pack_mtrl_alpha -okhttp3.RequestBody$3: java.io.File val$file -wangdaye.com.geometricweather.R$attr: int elevation -wangdaye.com.geometricweather.R$style: int PreferenceThemeOverlay_v14_Material -com.turingtechnologies.materialscrollbar.Indicator: int getIndicatorHeight() -com.google.android.material.chip.Chip: void setChipIconVisible(int) -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_goneMarginStart -com.google.android.material.R$drawable: int abc_dialog_material_background -androidx.lifecycle.extensions.R$styleable: int GradientColor_android_type -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_divider -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_goneMarginRight -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: int getSupportedFeatures() -okhttp3.internal.http2.Http2Connection: java.util.concurrent.ExecutorService listenerExecutor -androidx.core.R$id: int accessibility_custom_action_4 -okhttp3.internal.ws.RealWebSocket$PingRunnable -com.google.android.material.R$attr: int flow_padding -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemHeight -androidx.preference.R$attr: int tickMarkTintMode -androidx.fragment.R$id: int accessibility_custom_action_29 -androidx.viewpager.R$styleable: int GradientColor_android_centerX -com.google.android.material.R$styleable: int ProgressIndicator_showDelay -okhttp3.CipherSuite: java.lang.String javaName() -cyanogenmod.app.LiveLockScreenManager: cyanogenmod.app.LiveLockScreenInfo getDefaultLiveLockScreen() -wangdaye.com.geometricweather.R$id: int path -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void onComplete() -wangdaye.com.geometricweather.R$color: int mtrl_fab_icon_text_color_selector -okio.Segment: okio.Segment push(okio.Segment) -wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customColorValue -com.google.android.material.textfield.TextInputLayout: void setSuffixTextColor(android.content.res.ColorStateList) -androidx.constraintlayout.widget.R$attr: int deriveConstraintsFrom -androidx.lifecycle.ComputableLiveData$2: androidx.lifecycle.ComputableLiveData this$0 -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_shadowColor -androidx.constraintlayout.widget.R$attr: int panelMenuListWidth -androidx.appcompat.resources.R$attr: int fontProviderQuery -wangdaye.com.geometricweather.R$id: int material_clock_face -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_dialog_btn_min_width -wangdaye.com.geometricweather.R$drawable: int notif_temp_20 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Metric: double Value -james.adaptiveicon.R$dimen: int hint_pressed_alpha_material_dark -wangdaye.com.geometricweather.R$dimen: int abc_button_padding_vertical_material -androidx.work.R$id: int tag_accessibility_actions -androidx.preference.R$styleable: int CheckBoxPreference_android_summaryOff -androidx.constraintlayout.widget.R$attr: int seekBarStyle -cyanogenmod.weather.CMWeatherManager$LookupCityRequestListener -retrofit2.ParameterHandler$Field: java.lang.String name -android.didikee.donate.R$styleable: int CompoundButton_buttonTintMode -wangdaye.com.geometricweather.R$plurals -com.bumptech.glide.R$style: int TextAppearance_Compat_Notification_Line2 -androidx.constraintlayout.widget.R$styleable: int[] MotionScene -androidx.coordinatorlayout.R$style: int Widget_Support_CoordinatorLayout -io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: void onError(java.lang.Throwable) -cyanogenmod.weatherservice.ServiceRequestResult: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$drawable: int design_ic_visibility -okhttp3.internal.http2.Http2Connection: java.util.concurrent.ScheduledExecutorService access$500(okhttp3.internal.http2.Http2Connection) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: CaiYunMainlyResult$CurrentBean$WindBean() -cyanogenmod.weather.RequestInfo$Builder: boolean mIsQueryOnly -androidx.dynamicanimation.R$styleable: int GradientColorItem_android_offset -wangdaye.com.geometricweather.R$id: int action_mode_close_button -com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat_Dialog -wangdaye.com.geometricweather.R$id: int submenuarrow -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title -cyanogenmod.themes.IThemeService$Stub$Proxy: int getLastThemeChangeRequestType() -com.turingtechnologies.materialscrollbar.R$attr: int actionModeCloseDrawable -cyanogenmod.providers.CMSettings$Secure: java.lang.String __MAGICAL_TEST_PASSING_ENABLER -com.jaredrummler.android.colorpicker.R$drawable: int abc_item_background_holo_light -wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customFloatValue -androidx.appcompat.R$attr: int colorAccent -wangdaye.com.geometricweather.R$color: int mtrl_calendar_item_stroke_color -androidx.activity.R$id -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Sun sun -com.xw.repo.bubbleseekbar.R$drawable: int abc_tab_indicator_material -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_motionProgress -androidx.appcompat.widget.SearchView: void setAppSearchData(android.os.Bundle) -okhttp3.Cache: void update(okhttp3.Response,okhttp3.Response) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String getDescription() -cyanogenmod.app.suggest.AppSuggestManager: java.lang.String TAG -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier -com.google.android.material.R$string: int abc_activitychooserview_choose_application -androidx.constraintlayout.widget.R$id: int action_text -com.google.android.material.R$styleable: int FontFamilyFont_fontWeight -com.google.android.material.appbar.CollapsingToolbarLayout: CollapsingToolbarLayout(android.content.Context,android.util.AttributeSet,int) -james.adaptiveicon.R$attr: int actionModeFindDrawable -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_closeIcon -com.turingtechnologies.materialscrollbar.R$id: int start -wangdaye.com.geometricweather.R$styleable: int[] KeyTimeCycle -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_BLUETOOTH_ICON -wangdaye.com.geometricweather.R$color: int lightPrimary_5 -com.turingtechnologies.materialscrollbar.R$id: int mtrl_child_content_container -okhttp3.HttpUrl$Builder: int effectivePort() -com.jaredrummler.android.colorpicker.R$style: int Base_V7_Theme_AppCompat_Light_Dialog -androidx.appcompat.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha -okio.BufferedSource: java.lang.String readString(long,java.nio.charset.Charset) -io.reactivex.Observable: io.reactivex.Observable merge(java.lang.Iterable) -okhttp3.internal.Util: boolean nonEmptyIntersection(java.util.Comparator,java.lang.String[],java.lang.String[]) -cyanogenmod.externalviews.KeyguardExternalView$7: KeyguardExternalView$7(cyanogenmod.externalviews.KeyguardExternalView) -com.google.android.material.R$attr: int placeholderText -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Spinner_Underlined -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon -com.google.android.material.R$id: int mtrl_picker_fullscreen -com.jaredrummler.android.colorpicker.R$color: int abc_tint_switch_track -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float NitrogenMonoxide -androidx.appcompat.widget.ActionBarOverlayLayout: void setLogo(int) -androidx.lifecycle.LifecycleRegistry: void pushParentState(androidx.lifecycle.Lifecycle$State) -com.xw.repo.bubbleseekbar.R$layout: int abc_select_dialog_material -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: java.lang.Throwable error -com.jaredrummler.android.colorpicker.R$styleable: int PopupWindow_android_popupBackground -com.turingtechnologies.materialscrollbar.R$drawable: int abc_control_background_material -wangdaye.com.geometricweather.common.ui.widgets.TagView: void setUncheckedBackgroundColor(int) -okhttp3.internal.cache.DiskLruCache$3 -androidx.appcompat.R$dimen: int abc_action_bar_default_padding_end_material -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.util.concurrent.atomic.AtomicInteger active -androidx.appcompat.R$styleable: int ActionBar_logo -com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert -com.google.android.material.R$styleable: int AppCompatTheme_controlBackground -io.reactivex.internal.functions.Functions$HashSetCallable: java.util.Set call() -androidx.preference.R$styleable: int Toolbar_contentInsetStart -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem -android.support.v4.os.ResultReceiver: ResultReceiver(android.os.Parcel) -cyanogenmod.app.Profile: Profile(android.os.Parcel,cyanogenmod.app.Profile$1) -androidx.appcompat.widget.SearchView$SearchAutoComplete: SearchView$SearchAutoComplete(android.content.Context,android.util.AttributeSet,int) -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode HTTP_1_1_REQUIRED -androidx.hilt.R$style: R$style() -retrofit2.RequestFactory$Builder: okhttp3.Headers headers -androidx.constraintlayout.widget.R$color: int material_blue_grey_900 -com.google.android.material.R$attr: int expandActivityOverflowButtonDrawable -wangdaye.com.geometricweather.R$drawable: int abc_btn_radio_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean: java.util.List getBrands() -androidx.appcompat.R$drawable: int abc_list_focused_holo -wangdaye.com.geometricweather.R$attr: int checkedChip -androidx.viewpager.R$drawable -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$2: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 -wangdaye.com.geometricweather.R$id: int item_about_library_content -wangdaye.com.geometricweather.R$id: int dialog_running_in_background_o_ignoreBatteryOptBtn -com.google.android.material.R$styleable: int MaterialCardView_checkedIconMargin -androidx.work.R$styleable: int GradientColor_android_type -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionButtonStyle -okhttp3.internal.ws.RealWebSocket$CancelRunnable: void run() -org.greenrobot.greendao.AbstractDaoMaster: void registerDaoClass(java.lang.Class) -androidx.constraintlayout.helper.widget.Layer: void setScaleX(float) -com.jaredrummler.android.colorpicker.R$attr: int numericModifiers -com.google.android.material.appbar.AppBarLayout: int getDownNestedScrollRange() -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 -androidx.constraintlayout.widget.R$attr: int constraint_referenced_ids -wangdaye.com.geometricweather.R$id: int item_card_display_deleteBtn -com.turingtechnologies.materialscrollbar.R$attr: int searchHintIcon -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionBar_TabView -com.xw.repo.bubbleseekbar.R$id: int screen -com.turingtechnologies.materialscrollbar.R$interpolator -okhttp3.internal.http2.Http2Reader: int lengthWithoutPadding(int,byte,short) -com.google.android.material.R$id: int design_menu_item_action_area_stub -com.google.android.material.internal.NavigationMenuItemView: void setIconPadding(int) -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Snackbar_FullWidth -okhttp3.internal.connection.StreamAllocation: boolean hasMoreRoutes() -com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage[] values() -okhttp3.internal.http2.Http2Connection$7: okhttp3.internal.http2.ErrorCode val$errorCode -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void onNext(java.lang.Object) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric: int UnitType -retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isAsync -androidx.constraintlayout.motion.widget.MotionLayout: int getStartState() -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light_DialogWhenLarge -androidx.preference.R$layout: int notification_action_tombstone -com.xw.repo.bubbleseekbar.R$styleable: int ColorStateListItem_android_color -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: org.reactivestreams.Subscription receiver -wangdaye.com.geometricweather.R$id: int item_weather_daily_value_title -androidx.fragment.R$dimen: int notification_small_icon_size_as_large -com.google.android.material.R$drawable: int abc_control_background_material -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_30 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial Imperial -com.bumptech.glide.load.resource.gif.GifFrameLoader: void setOnEveryFrameReadyListener(com.bumptech.glide.load.resource.gif.GifFrameLoader$OnEveryFrameListener) -com.google.android.material.floatingactionbutton.FloatingActionButton: FloatingActionButton(android.content.Context,android.util.AttributeSet) -okhttp3.ResponseBody$BomAwareReader: int read(char[],int,int) -wangdaye.com.geometricweather.R$layout: int notification_base -com.google.android.material.R$id: int month_title -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum Maximum -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_disabled_elevation -okio.GzipSource: byte FEXTRA -androidx.lifecycle.ReportFragment: void onStop() -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView -wangdaye.com.geometricweather.R$id: int dialog_location_permission_statement_title -androidx.appcompat.R$styleable: int AppCompatTheme_panelMenuListWidth -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast: void completion() -androidx.preference.R$styleable: int Preference_android_persistent -okhttp3.RealCall: okhttp3.internal.connection.StreamAllocation streamAllocation() -com.google.android.material.R$id: int incoming -okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean requestIsUnrepeatable(java.io.IOException,okhttp3.Request) -androidx.appcompat.R$attr: int splitTrack -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_navigation_elevation -okhttp3.ResponseBody: java.io.Reader charStream() -androidx.lifecycle.LifecycleDispatcher$DispatcherActivityCallback: LifecycleDispatcher$DispatcherActivityCallback() -androidx.preference.R$attr: int actionMenuTextColor -wangdaye.com.geometricweather.R$id: int widget_clock_day_sensibleTemp -wangdaye.com.geometricweather.R$dimen: int design_snackbar_action_text_color_alpha -com.google.gson.stream.JsonScope: int EMPTY_OBJECT -androidx.appcompat.R$styleable: int AppCompatTheme_editTextBackground -com.google.android.material.R$styleable: int GradientColor_android_type -cyanogenmod.app.Profile: boolean mDirty -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse -com.google.android.material.bottomnavigation.BottomNavigationView$SavedState -wangdaye.com.geometricweather.R$color: int design_dark_default_color_on_secondary -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_button_material -com.google.android.material.R$attr: int backgroundInsetStart -androidx.lifecycle.Transformations$2: androidx.lifecycle.LiveData mSource -androidx.appcompat.resources.R$layout: int notification_template_part_chronometer -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_RatingBar_Small -okhttp3.internal.ws.RealWebSocket: okhttp3.internal.ws.RealWebSocket$Streams streams -androidx.swiperefreshlayout.R$styleable: int GradientColor_android_gradientRadius -com.jaredrummler.android.colorpicker.R$string: int abc_menu_function_shortcut_label -retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter: java.lang.reflect.Type responseType() -com.jaredrummler.android.colorpicker.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable -okhttp3.Response: java.lang.String header(java.lang.String) -androidx.hilt.work.R$string -james.adaptiveicon.R$string -androidx.preference.R$layout: int preference -androidx.constraintlayout.widget.R$attr: int layout_constraintVertical_bias -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Imperial: java.lang.String Unit -androidx.preference.R$interpolator: int btn_radio_to_off_mtrl_animation_interpolator_0 -retrofit2.BuiltInConverters$VoidResponseBodyConverter: java.lang.Void convert(okhttp3.ResponseBody) -okhttp3.logging.HttpLoggingInterceptor$Logger: void log(java.lang.String) -com.turingtechnologies.materialscrollbar.R$color: int ripple_material_dark -com.turingtechnologies.materialscrollbar.R$styleable: int[] ActionMenuView -com.xw.repo.bubbleseekbar.R$integer: int abc_config_activityShortDur -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_drawableRight -androidx.appcompat.R$attr: int title -androidx.appcompat.R$styleable: int[] Spinner -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Toolbar -com.google.android.material.R$id: int design_bottom_sheet -com.jaredrummler.android.colorpicker.R$styleable: int[] DrawerArrowToggle -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: long index -com.google.android.material.progressindicator.ProgressIndicator: android.graphics.drawable.Drawable getIndeterminateDrawable() -androidx.vectordrawable.animated.R$dimen: int notification_content_margin_start -okhttp3.internal.http2.Http2Stream: long bytesLeftInWriteWindow -cyanogenmod.weather.CMWeatherManager: android.os.Handler access$100(cyanogenmod.weather.CMWeatherManager) -io.reactivex.internal.queue.SpscArrayQueue: int lookAheadStep -com.jaredrummler.android.colorpicker.R$attr: int tintMode -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void onTimeout(long) -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.WeatherIconControlView: WeatherIconControlView(android.content.Context,android.util.AttributeSet) -androidx.lifecycle.MutableLiveData -james.adaptiveicon.R$styleable: int SwitchCompat_track -androidx.constraintlayout.widget.R$id: int animateToStart -cyanogenmod.app.ThemeVersion$ThemeVersionImpl3: cyanogenmod.app.ThemeVersion$ComponentVersion getDeviceComponentVersion(cyanogenmod.app.ThemeComponent) -androidx.dynamicanimation.R$id: int icon -cyanogenmod.profiles.BrightnessSettings$1: cyanogenmod.profiles.BrightnessSettings[] newArray(int) -com.google.android.material.R$styleable: int Constraint_layout_constraintWidth_min -wangdaye.com.geometricweather.R$string: int material_timepicker_select_time -wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout -androidx.preference.R$attr: int dialogLayout -com.jaredrummler.android.colorpicker.R$layout: int notification_template_part_chronometer -retrofit2.OkHttpCall: okhttp3.Call rawCall -com.turingtechnologies.materialscrollbar.R$id: int src_atop -androidx.coordinatorlayout.R$id: int accessibility_custom_action_10 -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceScreenStyle -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter name(java.lang.String) -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay CARD_HOURLY_OVERVIEW -androidx.drawerlayout.widget.DrawerLayout: DrawerLayout(android.content.Context,android.util.AttributeSet) -com.turingtechnologies.materialscrollbar.R$dimen: int abc_disabled_alpha_material_light -org.greenrobot.greendao.AbstractDaoSession: long insert(java.lang.Object) -org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database wrap(android.database.sqlite.SQLiteDatabase) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial: AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial() -james.adaptiveicon.R$layout: int abc_activity_chooser_view_list_item -retrofit2.KotlinExtensions: java.lang.Object create(retrofit2.Retrofit) -com.jaredrummler.android.colorpicker.R$attr: int displayOptions -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Speed: AccuDailyResult$DailyForecasts$Night$WindGust$Speed() -wangdaye.com.geometricweather.R$string: int feedback_ignore_battery_optimizations_title -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: void setUrl(java.lang.String) -james.adaptiveicon.R$drawable: int abc_textfield_activated_mtrl_alpha -cyanogenmod.app.Profile: void setTrigger(cyanogenmod.app.Profile$ProfileTrigger) -com.turingtechnologies.materialscrollbar.R$styleable: int CardView_android_minWidth -io.reactivex.Observable: io.reactivex.Single toMultimap(io.reactivex.functions.Function,io.reactivex.functions.Function,java.util.concurrent.Callable,io.reactivex.functions.Function) -androidx.lifecycle.SavedStateViewModelFactory: void onRequery(androidx.lifecycle.ViewModel) -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox -okhttp3.internal.connection.RouteException: java.io.IOException getLastConnectException() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: void setStatus(int) -com.google.android.material.R$style: int ThemeOverlay_AppCompat_ActionBar -androidx.preference.R$styleable: int RecycleListView_paddingTopNoTitle -androidx.coordinatorlayout.R$style: int TextAppearance_Compat_Notification_Title -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse -androidx.lifecycle.ReflectiveGenericLifecycleObserver: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) -wangdaye.com.geometricweather.R$drawable: R$drawable() -android.didikee.donate.R$styleable: int ActionBar_title -wangdaye.com.geometricweather.R$dimen: int mtrl_fab_elevation -james.adaptiveicon.R$styleable: int AppCompatSeekBar_tickMarkTint -android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceListItem -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: int consumed -com.google.gson.stream.JsonReader: void close() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Snow: AccuDailyResult$DailyForecasts$Day$Snow() -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_18 -wangdaye.com.geometricweather.R$attr: int checkedIcon -com.google.android.material.R$attr: int tickMarkTintMode -androidx.constraintlayout.widget.R$layout: int abc_action_menu_item_layout -wangdaye.com.geometricweather.R$style: int TestStyleWithLineHeight -com.google.android.material.R$layout: int design_navigation_item_separator -io.reactivex.Observable: java.lang.Object blockingFirst(java.lang.Object) -androidx.recyclerview.widget.RecyclerView: void setScrollingTouchSlop(int) -androidx.work.impl.background.systemalarm.SystemAlarmService: SystemAlarmService() -com.google.android.material.R$dimen: int mtrl_card_checked_icon_margin -wangdaye.com.geometricweather.R$styleable: int Toolbar_titleTextColor -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: void onNext(java.lang.Object) -android.didikee.donate.R$styleable: int SwitchCompat_showText -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_SHOW_BATTERY_PERCENT_VALIDATOR -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_SeekBar_Discrete -james.adaptiveicon.R$dimen: int abc_seekbar_track_progress_height_material -androidx.fragment.R$dimen: int compat_button_inset_horizontal_material -androidx.constraintlayout.widget.R$style: int Base_V22_Theme_AppCompat_Light -com.jaredrummler.android.colorpicker.R$styleable: int[] MenuGroup -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SUNNY -okhttp3.internal.cache.DiskLruCache: java.io.File directory -wangdaye.com.geometricweather.R$id: int test_checkbox_app_button_tint -com.google.gson.stream.JsonWriter: java.lang.String[] HTML_SAFE_REPLACEMENT_CHARS -james.adaptiveicon.R$anim: int abc_slide_in_top -wangdaye.com.geometricweather.R$id: int autoCompleteToStart -androidx.appcompat.R$dimen: int notification_right_side_padding_top -com.google.gson.stream.JsonReader: int PEEKED_DOUBLE_QUOTED -io.reactivex.Observable: io.reactivex.Observable interval(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayHorizontalWidgetConfigActivity: Hilt_ClockDayHorizontalWidgetConfigActivity() -androidx.constraintlayout.widget.ConstraintLayout: int getOptimizationLevel() -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: int otherState -wangdaye.com.geometricweather.R$attr: int showSeekBarValue -okhttp3.Cookie: java.lang.String value -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setHeadIconType(java.lang.String) -android.didikee.donate.R$styleable: int LinearLayoutCompat_Layout_android_layout_height -wangdaye.com.geometricweather.R$styleable: int Preference_key -com.xw.repo.bubbleseekbar.R$string -wangdaye.com.geometricweather.R$style: int Preference_SwitchPreference -com.xw.repo.bubbleseekbar.R$attr: int listLayout -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void data(boolean,int,okio.BufferedSource,int) -cyanogenmod.app.ICustomTileListener$Stub$Proxy: void onCustomTilePosted(org.cyanogenmod.internal.statusbar.IStatusBarCustomTileHolder) -androidx.constraintlayout.widget.R$id: int spread -com.google.android.material.R$styleable: int Constraint_layout_constraintTop_creator -okhttp3.Route: boolean equals(java.lang.Object) -wangdaye.com.geometricweather.R$id: int container_main_first_card_header_timeIcon -wangdaye.com.geometricweather.R$style: int my_switch -com.google.android.material.R$attr: int layout_constraintCircleRadius -retrofit2.DefaultCallAdapterFactory -wangdaye.com.geometricweather.R$id: int icon_frame -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: java.lang.String getUniqueDeviceId() -io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: io.reactivex.ObservableSource source -com.xw.repo.bubbleseekbar.R$color: int error_color_material_dark -androidx.constraintlayout.widget.R$attr: int barrierMargin -com.xw.repo.bubbleseekbar.R$id: int search_voice_btn -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_firstHorizontalBias -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: java.lang.String unit -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceGroup_initialExpandedChildrenCount -retrofit2.RequestFactory$Builder: java.util.Set parsePathParameters(java.lang.String) -wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setWeatherText(java.lang.String) -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Dark -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_android_fontWeight -wangdaye.com.geometricweather.R$style: int material_image_button -com.google.android.material.R$style: int Widget_AppCompat_ActionBar_TabBar -okhttp3.OkHttpClient$Builder: okhttp3.Dns dns -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384 -io.reactivex.exceptions.ProtocolViolationException: ProtocolViolationException(java.lang.String) -com.turingtechnologies.materialscrollbar.R$color: int abc_background_cache_hint_selector_material_dark -com.google.android.material.R$styleable: int CollapsingToolbarLayout_collapsedTitleTextAppearance -android.didikee.donate.R$drawable: int abc_ic_star_black_16dp -androidx.recyclerview.R$id: int tag_accessibility_actions -okhttp3.Cookie -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu -cyanogenmod.weather.CMWeatherManager: java.util.Set mProviderChangedListeners -james.adaptiveicon.R$styleable: int[] ListPopupWindow -com.google.android.material.datepicker.MaterialCalendar: MaterialCalendar() -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_star_half_black_16dp -androidx.transition.R$id: int transition_transform -okhttp3.RealCall: okhttp3.RealCall clone() -org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.query.QueryBuilder queryBuilder(java.lang.Class) -okhttp3.internal.cache.DiskLruCache$Entry: java.io.IOException invalidLengths(java.lang.String[]) -okhttp3.Request: java.util.List headers(java.lang.String) -androidx.appcompat.R$string: int abc_toolbar_collapse_description -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_max -com.turingtechnologies.materialscrollbar.R$attr: int colorAccent -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: long serialVersionUID -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light_Dialog_Alert -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: void onComplete() -androidx.appcompat.widget.AppCompatSpinner: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() -androidx.hilt.lifecycle.R$id: int async -com.google.android.material.chip.Chip: void setShapeAppearanceModel(com.google.android.material.shape.ShapeAppearanceModel) -androidx.hilt.lifecycle.R$dimen: int notification_right_side_padding_top -okhttp3.internal.Internal: int code(okhttp3.Response$Builder) -wangdaye.com.geometricweather.R$id: int dialog_location_help_manageIcon -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float getVisibility() -android.support.v4.os.ResultReceiver: ResultReceiver(android.os.Handler) -io.reactivex.internal.disposables.EmptyDisposable: boolean offer(java.lang.Object) -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: long EpochDate -androidx.work.R$id: int accessibility_custom_action_0 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial: int UnitType -com.jaredrummler.android.colorpicker.R$layout: R$layout() -com.bumptech.glide.Priority: com.bumptech.glide.Priority[] values() -androidx.hilt.work.R$integer: R$integer() -okio.ByteString: okio.ByteString decodeBase64(java.lang.String) -wangdaye.com.geometricweather.R$string: int material_slider_range_start -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property CurrentPosition -androidx.lifecycle.Transformations$1: androidx.arch.core.util.Function val$mapFunction -androidx.preference.R$dimen: int abc_dropdownitem_icon_width -okhttp3.Cookie$Builder: okhttp3.Cookie$Builder path(java.lang.String) -com.google.android.material.R$drawable: int material_ic_keyboard_arrow_right_black_24dp -com.turingtechnologies.materialscrollbar.R$styleable: int ThemeEnforcement_enforceTextAppearance -com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawable_android_visible -androidx.constraintlayout.widget.R$drawable: int abc_list_pressed_holo_dark -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: int bufferSize -androidx.constraintlayout.widget.R$styleable: int MenuView_android_headerBackground -com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_fontVariationSettings -com.google.android.material.R$attr: int itemMaxLines -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item -cyanogenmod.externalviews.KeyguardExternalView$8 -androidx.fragment.R$drawable: int notify_panel_notification_icon_bg -androidx.preference.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow -james.adaptiveicon.R$dimen: R$dimen() -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeRealFeelTemperature(java.lang.Integer) -io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: void dispose() -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_contentInsetEnd -androidx.dynamicanimation.R$styleable: int GradientColor_android_startColor -androidx.constraintlayout.widget.R$attr: int commitIcon -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_DarkActionBar -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void dispose() -wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayHorizontalProvider -com.google.android.material.R$id: int chip3 -com.xw.repo.bubbleseekbar.R$attr: int actionMenuTextAppearance -wangdaye.com.geometricweather.R$attr: int indicatorColors -com.bumptech.glide.R$id: int async -com.bumptech.glide.integration.okhttp.R$drawable: int notification_tile_bg -androidx.appcompat.R$attr: int textAppearanceListItem -com.xw.repo.bubbleseekbar.R$dimen: int abc_alert_dialog_button_bar_height -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: java.lang.String getPressureVoice(android.content.Context,float) -com.google.android.material.card.MaterialCardView: void setPreventCornerOverlap(boolean) -com.google.android.material.R$id: int material_timepicker_mode_button -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_VMAIL_LED_OFF -com.google.android.material.R$style: int Base_V7_Theme_AppCompat_Light -androidx.core.R$styleable: int GradientColor_android_endColor -androidx.appcompat.widget.Toolbar: void setTitleMarginBottom(int) -okhttp3.internal.Version -androidx.appcompat.R$styleable: int ActionBar_contentInsetRight -androidx.preference.R$attr: int thumbTint -com.google.android.material.button.MaterialButton: void setBackgroundResource(int) -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_horizontalStyle -com.google.android.material.R$attr: int drawableTint -wangdaye.com.geometricweather.R$id: int design_menu_item_text -androidx.constraintlayout.widget.Placeholder: Placeholder(android.content.Context,android.util.AttributeSet,int) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_AES_128_CBC_SHA -androidx.constraintlayout.motion.widget.MotionLayout: float getTargetPosition() -androidx.transition.R$styleable: int GradientColor_android_endX -androidx.preference.R$styleable: int AlertDialog_listItemLayout -com.xw.repo.bubbleseekbar.R$dimen: int abc_disabled_alpha_material_dark -cyanogenmod.weatherservice.ServiceRequestResult: java.lang.String mKey -com.turingtechnologies.materialscrollbar.R$style: int Base_AlertDialog_AppCompat -com.google.android.material.R$dimen: R$dimen() -com.google.android.material.button.MaterialButton: android.graphics.drawable.Drawable getIcon() -com.google.gson.FieldNamingPolicy$3 -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: long idx -androidx.dynamicanimation.R$drawable: int notification_template_icon_low_bg -androidx.appcompat.resources.R$style: int TextAppearance_Compat_Notification_Info -androidx.vectordrawable.animated.R$layout: int notification_action_tombstone -androidx.constraintlayout.widget.Barrier -androidx.lifecycle.SavedStateViewModelFactory: androidx.lifecycle.ViewModel create(java.lang.Class) -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone -androidx.hilt.R$id: int accessibility_custom_action_26 -james.adaptiveicon.R$styleable: int MenuItem_android_onClick -com.google.android.material.R$dimen: int abc_text_size_small_material -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: void cancel() -com.google.android.material.R$color: int abc_search_url_text_selected -androidx.appcompat.R$attr: int paddingEnd -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: java.lang.String getInterfaceDescriptor() -android.didikee.donate.R$id: int textSpacerNoButtons -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_hideMotionSpec -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_editor_absoluteX -cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator sAlwaysTrueValidator -com.xw.repo.bubbleseekbar.R$attr: int checkboxStyle -androidx.appcompat.R$id: int multiply -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_goneMarginStart -okhttp3.internal.http2.ConnectionShutdownException -androidx.preference.R$styleable: int AppCompatTheme_popupMenuStyle -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Menu -androidx.activity.R$styleable: int GradientColor_android_gradientRadius -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWeatherPhase(java.lang.String) -com.google.android.material.R$attr: int clickAction -io.reactivex.internal.schedulers.RxThreadFactory: long serialVersionUID -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemIconPadding -androidx.appcompat.R$drawable: int abc_cab_background_top_material -android.didikee.donate.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: java.lang.String logo -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemIconSize -androidx.viewpager2.R$id: int forever -okhttp3.internal.http2.Http2Stream$StreamTimeout: java.io.IOException newTimeoutException(java.io.IOException) -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintWidth_max -com.google.android.material.R$attr: int coordinatorLayoutStyle -androidx.drawerlayout.R$color: int ripple_material_light -okhttp3.internal.http2.Http2Stream$FramingSink: long EMIT_BUFFER_SIZE -wangdaye.com.geometricweather.R$drawable: int notif_temp_67 -james.adaptiveicon.R$styleable: int FontFamilyFont_android_fontStyle -wangdaye.com.geometricweather.R$string: int key_background_free -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: java.util.concurrent.TimeUnit unit -wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree getNighttimeWindDegree() -com.xw.repo.bubbleseekbar.R$attr: int actionLayout -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: io.reactivex.Observer downstream -com.google.android.material.R$plurals: int mtrl_badge_content_description -com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getPlaceholderTextColor() -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dialogTheme -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_autoSizeTextType -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintBottom_toBottomOf -com.google.android.material.slider.BaseSlider: void setTrackActiveTintList(android.content.res.ColorStateList) -com.jaredrummler.android.colorpicker.R$id: int custom -androidx.preference.R$id: int line1 -com.xw.repo.bubbleseekbar.R$layout: int select_dialog_singlechoice_material -androidx.constraintlayout.widget.R$style: int Base_Animation_AppCompat_Tooltip -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: java.lang.String getGroupName() -wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: void setIconResEnd(int) -wangdaye.com.geometricweather.R$id: int container_main_header_aqiOrWindTxt -wangdaye.com.geometricweather.R$attr: int barLength -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void dispose() -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableLeftCompat -james.adaptiveicon.R$color: int foreground_material_dark -androidx.constraintlayout.widget.R$styleable: int ActionMode_closeItemLayout -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Button -wangdaye.com.geometricweather.R$id: int item_card_display_title -wangdaye.com.geometricweather.R$id: int pathRelative -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_SearchView -androidx.appcompat.R$styleable: int[] ListPopupWindow -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Metric Metric -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse -androidx.preference.R$style: int Base_Theme_AppCompat_Dialog_Alert -com.xw.repo.bubbleseekbar.R$styleable: int[] AnimatedStateListDrawableCompat -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable[] EMPTY -com.turingtechnologies.materialscrollbar.R$id: int textSpacerNoButtons -okhttp3.HttpUrl: java.lang.String percentDecode(java.lang.String,int,int,boolean) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String uvDescription -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_menu_header_material -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.lang.String PrimaryPostalCode -androidx.fragment.R$dimen: int notification_content_margin_start -wangdaye.com.geometricweather.R$layout: int abc_expanded_menu_layout -androidx.viewpager2.R$styleable: int GradientColor_android_endColor -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_android_insetLeft -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getPm25() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.Window access$300(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) -wangdaye.com.geometricweather.settings.fragments.SettingsFragment -androidx.loader.R$styleable: int GradientColor_android_endColor -androidx.hilt.work.R$anim: int fragment_open_exit -wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTodayForecastUpdateService -com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_MinWidth_Bridge -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_android_ttcIndex -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum: int UnitType -com.google.android.material.button.MaterialButton: int getTextWidth() -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: io.reactivex.Observer downstream -androidx.preference.R$id: int split_action_bar -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: void setDefenseIcon(java.lang.String) -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -androidx.constraintlayout.widget.R$attr: int backgroundTintMode -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: boolean hasNext() -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice$AdviceContext: java.lang.String level -wangdaye.com.geometricweather.db.entities.DailyEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.DailyEntity) -com.google.android.material.chip.Chip: void setBackgroundTintMode(android.graphics.PorterDuff$Mode) -cyanogenmod.weather.ICMWeatherManager$Stub$Proxy -com.google.gson.stream.JsonReader: int PEEKED_NONE -androidx.appcompat.R$styleable: int FontFamily_fontProviderFetchTimeout -androidx.constraintlayout.widget.R$layout: int abc_alert_dialog_material -com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat_Dark -androidx.lifecycle.ProcessLifecycleOwner$2 -android.didikee.donate.R$styleable: int AppCompatTheme_colorAccent -com.google.android.material.R$style: int TestThemeWithLineHeight -com.google.android.material.R$attr: int actionOverflowMenuStyle -android.didikee.donate.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float totalPrecipitation -com.turingtechnologies.materialscrollbar.R$id: int search_close_btn -androidx.appcompat.R$styleable: int[] LinearLayoutCompat -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_19 -okhttp3.Cookie: java.lang.String name -androidx.hilt.R$layout: int custom_dialog -com.google.android.material.R$attr: int listPreferredItemHeightLarge -com.google.android.material.R$styleable: int Layout_barrierDirection -wangdaye.com.geometricweather.R$drawable: int weather_haze_1 -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void onNext(java.lang.Object) -androidx.preference.R$string: int abc_prepend_shortcut_label -androidx.room.RoomDatabase$JournalMode: androidx.room.RoomDatabase$JournalMode valueOf(java.lang.String) -wangdaye.com.geometricweather.R$layout: int item_about_library -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.lang.String moonPhase -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle -com.google.android.material.R$styleable: int[] MaterialToolbar -android.didikee.donate.R$id: int text2 -androidx.preference.R$dimen: int abc_dialog_min_width_major -com.jaredrummler.android.colorpicker.R$dimen: int compat_button_inset_vertical_material -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Display3 -com.google.android.material.R$attr: int colorOnPrimary -androidx.appcompat.widget.AppCompatSpinner: void setDropDownWidth(int) -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone: boolean IsDaylightSaving -android.didikee.donate.R$styleable: int SwitchCompat_thumbTintMode -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Float tSea -androidx.recyclerview.R$drawable: int notification_bg_low_pressed -androidx.legacy.coreutils.R$styleable: int ColorStateListItem_android_alpha -androidx.hilt.lifecycle.R$anim: int fragment_fast_out_extra_slow_in -androidx.preference.R$style: int TextAppearance_AppCompat_Body1 -wangdaye.com.geometricweather.common.ui.widgets.DrawerLayout -wangdaye.com.geometricweather.R$layout: int design_bottom_navigation_item -android.didikee.donate.R$dimen: int abc_panel_menu_list_width -androidx.vectordrawable.animated.R$id: int blocking -cyanogenmod.app.ICMStatusBarManager$Stub: android.os.IBinder asBinder() -cyanogenmod.providers.DataUsageContract: int COLUMN_OF_FAST_AVG -cyanogenmod.providers.CMSettings$NameValueCache: java.lang.String mCallSetCommand -androidx.constraintlayout.widget.R$id: int expand_activities_button -com.xw.repo.bubbleseekbar.R$dimen: int compat_button_inset_horizontal_material -androidx.preference.R$style: int Widget_AppCompat_ButtonBar -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeRainPrecipitationProbability -wangdaye.com.geometricweather.R$attr: int menu -androidx.appcompat.R$styleable: int AppCompatTheme_windowActionModeOverlay -com.google.android.material.R$attr: int navigationIconColor -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: java.lang.String from -androidx.activity.ComponentActivity$2 -okhttp3.MultipartBody: okhttp3.MultipartBody$Part part(int) -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void onNext(java.lang.Object) -androidx.appcompat.R$style: int Base_Widget_AppCompat_TextView -wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_android_summaryOn -okio.ForwardingSource: okio.Source delegate() -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult -androidx.lifecycle.LifecycleEventObserver: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) -androidx.preference.R$styleable: int AppCompatTheme_actionModeBackground -com.xw.repo.bubbleseekbar.R$drawable: int notification_bg -wangdaye.com.geometricweather.R$attr: int statusBarBackground -androidx.core.R$dimen: int notification_main_column_padding_top -androidx.vectordrawable.R$id: R$id() -com.jaredrummler.android.colorpicker.R$attr: int allowDividerAfterLastItem -com.google.android.material.R$attr: int spinnerDropDownItemStyle -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintVertical_bias -android.didikee.donate.R$attr: int actionDropDownStyle -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeShareDrawable -okio.Segment: boolean shared -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_body_2_material -androidx.work.ExistingPeriodicWorkPolicy: androidx.work.ExistingPeriodicWorkPolicy valueOf(java.lang.String) -com.google.android.material.tabs.TabLayout: void setUnboundedRippleResource(int) -com.turingtechnologies.materialscrollbar.R$id: int pin -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: io.reactivex.internal.operators.observable.ObservableReplay$ReplayBuffer buffer -wangdaye.com.geometricweather.R$attr: int defaultValue -wangdaye.com.geometricweather.R$styleable: int Chip_closeIconTint -androidx.preference.R$styleable: int[] FontFamilyFont -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Compat_Notification_Line2 -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_CheckedTextView -wangdaye.com.geometricweather.R$styleable: int PropertySet_layout_constraintTag -cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status CANCELLED -androidx.viewpager.widget.PagerTabStrip: void setBackgroundColor(int) -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_isEnabled -wangdaye.com.geometricweather.db.entities.WeatherEntity: void update() -wangdaye.com.geometricweather.settings.dialogs.AnimatableIconDialog -cyanogenmod.app.Profile$LockMode: Profile$LockMode() -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeRealFeelShaderTemperature -androidx.hilt.R$dimen: int notification_small_icon_background_padding -com.bumptech.glide.R$attr: int fontProviderFetchStrategy -io.reactivex.Observable: io.reactivex.Observable subscribeOn(io.reactivex.Scheduler) -com.google.gson.FieldNamingPolicy$4 -android.didikee.donate.R$attr: int titleMarginTop -com.bumptech.glide.integration.okhttp.R$id: int time -cyanogenmod.providers.CMSettings$DelimitedListValidator: boolean mAllowEmptyList -com.xw.repo.bubbleseekbar.R$attr: int layout_behavior -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setSnowPrecipitationProbability(java.lang.Float) -androidx.viewpager.R$styleable: int GradientColor_android_startColor -com.turingtechnologies.materialscrollbar.Indicator: void setText(int) -cyanogenmod.profiles.ConnectionSettings$BooleanState: int STATE_ENABLED -okhttp3.Cache$2: Cache$2(okhttp3.Cache) -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: java.util.Date StartTime -wangdaye.com.geometricweather.R$attr: int switchPreferenceCompatStyle -cyanogenmod.app.CustomTile$ExpandedListItem: void setExpandedListItemSummary(java.lang.String) -androidx.vectordrawable.R$styleable: int GradientColor_android_centerX -cyanogenmod.externalviews.ExternalView: void onActivityStarted(android.app.Activity) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: java.lang.String getZh_TW() -wangdaye.com.geometricweather.R$style: int CardView_Dark -okio.HashingSink: okio.HashingSink md5(okio.Sink) -io.reactivex.internal.subscriptions.BasicIntQueueSubscription: void cancel() -wangdaye.com.geometricweather.R$id: int action_bar_subtitle -cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_BRIGHTNESS_CONTROL -io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay() -cyanogenmod.app.Profile: java.util.ArrayList mSecondaryUuids -android.didikee.donate.R$attr: int subtitleTextColor -wangdaye.com.geometricweather.R$string: int widget_text -androidx.viewpager2.R$dimen: int item_touch_helper_swipe_escape_max_velocity -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationApi: io.reactivex.Observable getLocation(java.lang.String,java.lang.String) -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox -wangdaye.com.geometricweather.R$array: int location_services -cyanogenmod.util.ColorUtils$1: int compare(com.android.internal.util.cm.palette.Palette$Swatch,com.android.internal.util.cm.palette.Palette$Swatch) -okhttp3.EventListener: void connectEnd(okhttp3.Call,java.net.InetSocketAddress,java.net.Proxy,okhttp3.Protocol) -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_thumb_text_color -androidx.constraintlayout.widget.R$dimen: int abc_text_size_display_1_material -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial: int UnitType -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_22 -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.Temperature temperature -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Imperial -com.xw.repo.bubbleseekbar.R$dimen: int notification_content_margin_start -com.google.android.material.R$style: int ShapeAppearance_MaterialComponents_SmallComponent -androidx.preference.R$attr: int layoutManager -com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_elevation -wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_0_30 -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: java.util.concurrent.atomic.AtomicReference queue -androidx.viewpager.R$styleable: int FontFamilyFont_fontWeight -wangdaye.com.geometricweather.R$layout: int item_weather_daily_uv -com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_showAlphaSlider -androidx.appcompat.R$attr: int drawableTopCompat -okhttp3.internal.http1.Http1Codec$UnknownLengthSource: okhttp3.internal.http1.Http1Codec this$0 -androidx.appcompat.widget.AppCompatTextView: void setCustomSelectionActionModeCallback(android.view.ActionMode$Callback) -com.google.android.material.R$styleable: int AppCompatTheme_windowActionBar -androidx.appcompat.widget.SearchView: int getSuggestionCommitIconResId() -okhttp3.internal.cache.DiskLruCache$3: java.lang.Object next() -wangdaye.com.geometricweather.remoteviews.config.ClockDayVerticalWidgetConfigActivity -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Button_Colored -cyanogenmod.profiles.RingModeSettings$1: java.lang.Object createFromParcel(android.os.Parcel) -okhttp3.Cache$Entry: java.lang.String SENT_MILLIS -com.google.android.material.button.MaterialButton: void setInsetTop(int) -wangdaye.com.geometricweather.R$id: int never -okhttp3.internal.http2.Http2: byte TYPE_SETTINGS -androidx.work.ListenableWorker: ListenableWorker(android.content.Context,androidx.work.WorkerParameters) -cyanogenmod.weather.WeatherLocation: boolean equals(java.lang.Object) -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header -androidx.lifecycle.LiveDataReactiveStreams: LiveDataReactiveStreams() -wangdaye.com.geometricweather.common.basic.models.weather.Base: java.util.Date updateDate -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceListItemSmall -wangdaye.com.geometricweather.R$animator: int mtrl_fab_transformation_sheet_collapse_spec -okhttp3.internal.platform.AndroidPlatform: void configureTlsExtensions(javax.net.ssl.SSLSocket,java.lang.String,java.util.List) -androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_alpha -okhttp3.Request$Builder: okhttp3.Request$Builder url(java.net.URL) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_RC4_128_SHA -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType InsertOrReplaceInTxArray -okhttp3.internal.cache.DiskLruCache$Snapshot -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Toolbar_Button_Navigation -wangdaye.com.geometricweather.R$id: int motion_base -wangdaye.com.geometricweather.R$id: int dialog_location_help_title -androidx.loader.R$id: int actions -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: void setStatus(int) -androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_marginTop -com.google.android.material.R$styleable: int Slider_trackColor -androidx.appcompat.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_0 -james.adaptiveicon.R$dimen: int notification_large_icon_width -wangdaye.com.geometricweather.R$attr: int actionOverflowMenuStyle -androidx.vectordrawable.animated.R$drawable: int notification_bg_low_pressed -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub$Proxy -io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: void run() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: void setValue(java.util.List) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen: AccuDailyResult$DailyForecasts$AirAndPollen() -wangdaye.com.geometricweather.R$color: int abc_search_url_text_pressed -com.google.android.material.R$color: int primary_text_disabled_material_dark -retrofit2.BuiltInConverters: BuiltInConverters() -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_19 -com.xw.repo.bubbleseekbar.R$attr: int bsb_thumb_radius -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder writeTimeout(long,java.util.concurrent.TimeUnit) -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$PhenomenonMaxColor: int phenomenoMaxColorId -com.turingtechnologies.materialscrollbar.R$color: int abc_primary_text_disable_only_material_dark -com.jaredrummler.android.colorpicker.R$style: int Base_V21_Theme_AppCompat -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: boolean isRain() -com.jaredrummler.android.colorpicker.R$styleable: int FontFamily_fontProviderAuthority -androidx.preference.R$style: int PreferenceCategoryTitleTextStyle -androidx.appcompat.R$color: int material_blue_grey_900 -com.turingtechnologies.materialscrollbar.R$styleable: int ThemeEnforcement_android_textAppearance -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ListView -androidx.constraintlayout.widget.R$styleable: int ActionBar_popupTheme -wangdaye.com.geometricweather.R$array: int widget_card_styles -james.adaptiveicon.R$style: int Widget_AppCompat_Button_Borderless_Colored -okhttp3.internal.ws.WebSocketProtocol: int PAYLOAD_SHORT -com.google.android.material.slider.RangeSlider -androidx.viewpager2.R$layout: int notification_action -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Caption -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_textSize -cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_GET_GLOBAL -androidx.fragment.R$anim -com.google.android.material.R$styleable: int MockView_mock_showDiagonals -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.lang.String getWeatherText() -com.jaredrummler.android.colorpicker.R$attr: int titleTextColor -androidx.work.R$dimen: int notification_top_pad -androidx.appcompat.widget.AppCompatEditText: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() -android.didikee.donate.R$attr: int closeIcon -cyanogenmod.app.ICMTelephonyManager: java.util.List getSubInformation() -androidx.recyclerview.R$styleable: int GradientColor_android_endColor -com.google.android.material.R$styleable: int Constraint_flow_lastVerticalBias -androidx.appcompat.R$styleable: int ActionBar_navigationMode -com.google.android.material.R$styleable: int KeyTimeCycle_waveShape -com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_endX -com.google.android.material.R$string: int material_timepicker_am -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.String windIcon -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: java.util.concurrent.atomic.AtomicInteger active -okhttp3.EventListener -androidx.preference.R$style: int Base_Widget_AppCompat_Button -com.google.android.material.R$styleable: int[] MaterialCalendarItem -com.xw.repo.bubbleseekbar.R$attr: int voiceIcon -wangdaye.com.geometricweather.R$string: int mtrl_picker_text_input_date_range_start_hint -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property CloudCover -androidx.lifecycle.DefaultLifecycleObserver: void onDestroy(androidx.lifecycle.LifecycleOwner) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarTabBarStyle -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle -com.bumptech.glide.R$drawable: int notification_bg_low -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_hideable -wangdaye.com.geometricweather.R$attr: int cornerFamilyTopRight -com.google.gson.stream.JsonWriter: java.lang.String separator -wangdaye.com.geometricweather.R$integer: int cpv_default_anim_steps -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode -cyanogenmod.themes.IThemeProcessingListener$Stub: cyanogenmod.themes.IThemeProcessingListener asInterface(android.os.IBinder) -com.turingtechnologies.materialscrollbar.R$drawable: int indicator_ltr -com.google.android.material.floatingactionbutton.FloatingActionButton: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: java.util.concurrent.atomic.AtomicLong requested -androidx.customview.R$layout: R$layout() -james.adaptiveicon.R$styleable: int AppCompatTheme_colorError -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_orientation -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ListMenuView -com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: void setCircularRevealOverlayDrawable(android.graphics.drawable.Drawable) -com.google.android.material.button.MaterialButton: void setIconSize(int) -wangdaye.com.geometricweather.R$id: int dialog_running_in_background_o_setNotificationGroupBtn -androidx.transition.R$styleable: int FontFamilyFont_android_font -okhttp3.internal.io.FileSystem -retrofit2.DefaultCallAdapterFactory$1: java.util.concurrent.Executor val$executor -okhttp3.internal.http2.Http2Stream: okio.Timeout writeTimeout() -androidx.preference.SwitchPreferenceCompat -com.xw.repo.bubbleseekbar.R$styleable: int ViewBackgroundHelper_backgroundTintMode -com.google.android.material.bottomnavigation.BottomNavigationView: void setItemBackgroundResource(int) -android.didikee.donate.R$color: int abc_secondary_text_material_light -retrofit2.ParameterHandler: retrofit2.ParameterHandler iterable() -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void onComplete() -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_3 -com.bumptech.glide.Registry$NoModelLoaderAvailableException -okhttp3.WebSocketListener: void onMessage(okhttp3.WebSocket,java.lang.String) -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: com.google.android.material.animation.MotionSpec getShrinkMotionSpec() -wangdaye.com.geometricweather.R$string: int widget_day -wangdaye.com.geometricweather.R$id: int shades_divider -com.jaredrummler.android.colorpicker.R$styleable: int ListPreference_useSimpleSummaryProvider -com.jaredrummler.android.colorpicker.R$drawable: int notification_icon_background -wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setCloudCover(java.lang.Integer) -wangdaye.com.geometricweather.R$style: int ShapeAppearance_MaterialComponents -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.String weatherDescription -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableBottomCompat -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_popupMenuStyle -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ProgressBar_Horizontal -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_lineHeight -androidx.hilt.work.R$drawable: int notification_icon_background -androidx.hilt.lifecycle.R$styleable -wangdaye.com.geometricweather.R$string: int mtrl_picker_invalid_range -androidx.recyclerview.R$attr: int fontProviderPackage -com.google.android.material.R$dimen: int abc_action_bar_default_padding_end_material -androidx.coordinatorlayout.R$color: int ripple_material_light -androidx.viewpager2.R$drawable: int notification_bg -wangdaye.com.geometricweather.R$id: int dialog_animatable_icon_container -androidx.appcompat.R$drawable: int notification_bg_normal_pressed -androidx.preference.R$styleable: int Preference_android_icon -okio.Buffer: okio.BufferedSink writeHexadecimalUnsignedLong(long) -androidx.appcompat.app.AppCompatDelegateImpl$PanelFeatureState$SavedState -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getSerialNumber -com.google.android.material.R$style: int Theme_AppCompat_Light -cyanogenmod.weather.RequestInfo: int TYPE_WEATHER_BY_GEO_LOCATION_REQ -androidx.vectordrawable.animated.R$id: int accessibility_action_clickable_span -androidx.hilt.R$id: int tag_transition_group -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String content -com.google.android.material.R$styleable: int Constraint_layout_constraintCircleAngle -androidx.constraintlayout.widget.R$dimen: int abc_edit_text_inset_top_material -com.google.android.material.R$styleable: int BottomAppBar_backgroundTint -com.turingtechnologies.materialscrollbar.R$layout: int notification_template_part_time -androidx.preference.R$attr: int actionModeCopyDrawable -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle -wangdaye.com.geometricweather.R$attr: int tabSelectedTextColor -okhttp3.Address: okhttp3.Dns dns() -cyanogenmod.externalviews.KeyguardExternalView$10 -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginTop -androidx.preference.R$styleable: int[] SeekBarPreference -okhttp3.Cache$CacheRequestImpl: boolean done -androidx.preference.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item -retrofit2.Utils: void throwIfFatal(java.lang.Throwable) -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: long lastId -wangdaye.com.geometricweather.R$attr: int textColorAlertDialogListItem -cyanogenmod.app.ThemeVersion: java.lang.String THEME_VERSION_CLASS_NAME -okhttp3.Handshake -com.google.android.material.R$attr: int startIconTintMode -android.didikee.donate.R$anim: int abc_popup_exit -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_switchTextAppearance -okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Http2Connection getConnection() -okio.Buffer: okio.BufferedSink emitCompleteSegments() -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: void otherError(java.lang.Throwable) -cyanogenmod.externalviews.ExternalView: void onActivityCreated(android.app.Activity,android.os.Bundle) -wangdaye.com.geometricweather.R$string: int about_greenDAO -io.reactivex.internal.observers.BasicIntQueueDisposable: boolean isEmpty() -wangdaye.com.geometricweather.R$styleable: int KeyTrigger_framePosition -androidx.viewpager2.R$integer -com.google.android.material.R$attr: int buttonIconDimen -io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: void onError(java.lang.Throwable) -okhttp3.MediaType: int hashCode() -com.google.android.material.R$attr: int windowFixedHeightMajor -org.greenrobot.greendao.AbstractDaoMaster: org.greenrobot.greendao.AbstractDaoSession newSession(org.greenrobot.greendao.identityscope.IdentityScopeType) -android.didikee.donate.R$styleable: int MenuItem_android_titleCondensed -androidx.appcompat.widget.ActivityChooserView: androidx.appcompat.widget.ListPopupWindow getListPopupWindow() -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: io.reactivex.internal.util.AtomicThrowable error -androidx.core.R$styleable: int[] GradientColor -androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonStyleSmall -androidx.preference.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle -androidx.transition.R$color: int notification_action_color_filter -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse -cyanogenmod.weatherservice.ServiceRequest$Status: ServiceRequest$Status(java.lang.String,int) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dividerHorizontal -cyanogenmod.weather.RequestInfo: cyanogenmod.weather.IRequestInfoListener access$102(cyanogenmod.weather.RequestInfo,cyanogenmod.weather.IRequestInfoListener) -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored -com.bumptech.glide.load.DecodeFormat: com.bumptech.glide.load.DecodeFormat[] values() -androidx.appcompat.widget.Toolbar: int getCurrentContentInsetLeft() -android.didikee.donate.R$id: int search_close_btn -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless -james.adaptiveicon.R$styleable: int FontFamilyFont_fontVariationSettings -wangdaye.com.geometricweather.R$styleable: int RecyclerView_fastScrollEnabled -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.String cityId -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_DarkActionBar -androidx.constraintlayout.widget.R$styleable: int View_android_focusable -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listMenuViewStyle -retrofit2.HttpServiceMethod: okhttp3.Call$Factory callFactory -androidx.preference.R$dimen: int abc_text_size_large_material -com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableItem_android_drawable -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_iconTint -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleMarginTop -androidx.appcompat.R$styleable: int SwitchCompat_switchTextAppearance -androidx.preference.R$attr: int searchIcon -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: java.lang.String Phase -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial Imperial -androidx.appcompat.R$id: int custom -androidx.preference.R$styleable: int AppCompatTheme_colorPrimary -okhttp3.internal.http2.Http2Codec$StreamFinishingSource: void endOfInput(java.io.IOException) -androidx.constraintlayout.widget.R$id: int SHOW_PATH -androidx.swiperefreshlayout.R$attr: int fontProviderFetchTimeout -james.adaptiveicon.R$color: int primary_text_disabled_material_light -james.adaptiveicon.R$styleable: int AppCompatTheme_alertDialogTheme -james.adaptiveicon.R$drawable: int abc_ic_star_half_black_16dp -james.adaptiveicon.R$layout: int abc_screen_content_include -wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: void setIconDrawable(android.graphics.drawable.Drawable) -okhttp3.internal.http2.Http2Reader: java.util.List readHeaderBlock(int,short,byte,int) -wangdaye.com.geometricweather.R$drawable: int weather_cloudy_mini_grey -okio.RealBufferedSource -okhttp3.internal.cache.DiskLruCache$Snapshot: java.lang.String access$000(okhttp3.internal.cache.DiskLruCache$Snapshot) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getMoonPhaseAngle() -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.lang.String level -androidx.dynamicanimation.R$attr: int ttcIndex -retrofit2.SkipCallbackExecutorImpl: java.lang.Class annotationType() -wangdaye.com.geometricweather.location.services.LocationService: LocationService() -com.xw.repo.bubbleseekbar.R$color: int switch_thumb_material_dark -com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_backgroundTint -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Toolbar -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxCollapsedPaddingTop -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_43 -com.xw.repo.bubbleseekbar.R$id: int action_mode_bar_stub -androidx.lifecycle.LifecycleRegistry$1 -okhttp3.Response: int code -cyanogenmod.power.PerformanceManager: boolean getProfileHasAppProfiles(int) -com.google.android.material.R$style: int Theme_AppCompat_Light_Dialog -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts -io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) -wangdaye.com.geometricweather.R$drawable: int notif_temp_53 -com.jaredrummler.android.colorpicker.R$drawable: int abc_list_selector_holo_dark -com.jaredrummler.android.colorpicker.R$styleable: int ActionMode_background -okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level valueOf(java.lang.String) -okio.SegmentedByteString: boolean rangeEquals(int,okio.ByteString,int,int) -com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_android_dialogLayout -androidx.fragment.R$id: int accessibility_custom_action_25 -com.google.android.material.R$layout: int mtrl_calendar_year -james.adaptiveicon.R$drawable: int abc_textfield_search_activated_mtrl_alpha -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language RUSSIAN -james.adaptiveicon.R$attr: int layout -androidx.core.R$id: int normal -wangdaye.com.geometricweather.R$dimen: int design_navigation_max_width -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Button_Colored -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: java.util.List maxCountItems -io.reactivex.Observable: io.reactivex.Observable skipLast(long,java.util.concurrent.TimeUnit,boolean) -io.reactivex.Observable: io.reactivex.Observable timeInterval(io.reactivex.Scheduler) -com.jaredrummler.android.colorpicker.R$styleable: int[] AlertDialog -com.turingtechnologies.materialscrollbar.R$id: int blocking -retrofit2.Utils$ParameterizedTypeImpl: java.lang.reflect.Type rawType -okhttp3.Request$Builder: okhttp3.Request$Builder url(okhttp3.HttpUrl) -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Button -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_TabBar -android.didikee.donate.R$styleable: int AppCompatTheme_radioButtonStyle -james.adaptiveicon.R$dimen: int abc_edit_text_inset_top_material -android.didikee.donate.R$attr: int contentInsetStart -cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_isDataConnectionSelectedOnSub -com.google.android.material.R$drawable: int abc_list_selector_holo_light -com.google.android.material.R$dimen: int design_tab_scrollable_min_width -com.google.android.material.slider.Slider: Slider(android.content.Context,android.util.AttributeSet,int) -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: java.lang.Object NEXT_WINDOW -com.jaredrummler.android.colorpicker.R$attr: int actionBarItemBackground -james.adaptiveicon.R$color: int material_grey_900 -com.turingtechnologies.materialscrollbar.R$color: int switch_thumb_disabled_material_dark -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String so2 -androidx.core.R$styleable: int FontFamilyFont_android_font -james.adaptiveicon.R$layout: int notification_template_custom_big -wangdaye.com.geometricweather.R$drawable: int ic_mtrl_checked_circle -com.google.android.material.R$attr: int keylines -androidx.preference.R$id: int submenuarrow -androidx.appcompat.widget.AbsActionBarView: AbsActionBarView(android.content.Context,android.util.AttributeSet) -retrofit2.Utils: java.lang.RuntimeException parameterError(java.lang.reflect.Method,int,java.lang.String,java.lang.Object[]) -okhttp3.internal.connection.RealConnection: okhttp3.Route route -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_controlBackground -androidx.coordinatorlayout.R$dimen: int compat_button_inset_horizontal_material -androidx.constraintlayout.widget.R$styleable: int SearchView_searchIcon -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: long serialVersionUID -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: android.view.WindowManager$LayoutParams access$300(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setIcons(java.lang.String) -androidx.work.impl.workers.CombineContinuationsWorker: CombineContinuationsWorker(android.content.Context,androidx.work.WorkerParameters) -wangdaye.com.geometricweather.R$style: int material_button -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_marginBottom -com.jaredrummler.android.colorpicker.R$attr: int colorAccent -com.google.android.material.R$color: int design_dark_default_color_secondary_variant -com.jaredrummler.android.colorpicker.R$attr: int actionBarTabTextStyle -com.turingtechnologies.materialscrollbar.R$attr: int textStartPadding -com.google.android.material.textfield.TextInputLayout: int getBoxStrokeColor() -cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: void updateWeather(cyanogenmod.weather.RequestInfo) -com.jaredrummler.android.colorpicker.R$string: int v7_preference_on -cyanogenmod.app.ICustomTileListener: void onCustomTilePosted(org.cyanogenmod.internal.statusbar.IStatusBarCustomTileHolder) -com.bumptech.glide.integration.okhttp.R$styleable: int[] CoordinatorLayout_Layout -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton$ExtendedFloatingActionButtonBehavior: ExtendedFloatingActionButton$ExtendedFloatingActionButtonBehavior(android.content.Context,android.util.AttributeSet) -androidx.appcompat.resources.R$styleable: int StateListDrawable_android_variablePadding -androidx.preference.R$attr: int actionModePasteDrawable -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_dividerPadding -okhttp3.Handshake: okhttp3.Handshake get(okhttp3.TlsVersion,okhttp3.CipherSuite,java.util.List,java.util.List) -android.didikee.donate.R$styleable: int AppCompatTextView_drawableLeftCompat -okhttp3.internal.http2.StreamResetException -com.google.android.material.R$styleable: int[] ActionBar -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.lang.Integer RIGHT_CLOSE -cyanogenmod.hardware.ICMHardwareService: java.lang.String getSerialNumber() -cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.RequestInfo$Builder setWeatherLocation(cyanogenmod.weather.WeatherLocation) -androidx.hilt.work.R$id -androidx.appcompat.widget.AppCompatTextView: android.view.textclassifier.TextClassifier getTextClassifier() -wangdaye.com.geometricweather.common.basic.models.weather.Hourly -androidx.appcompat.widget.AppCompatCheckBox: void setButtonDrawable(android.graphics.drawable.Drawable) -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle -io.reactivex.internal.disposables.EmptyDisposable: io.reactivex.internal.disposables.EmptyDisposable INSTANCE -com.google.android.material.R$attr: int progressBarStyle -android.didikee.donate.R$attr: int actionButtonStyle -wangdaye.com.geometricweather.R$styleable: int Motion_animate_relativeTo -androidx.appcompat.R$drawable: int abc_cab_background_internal_bg -android.didikee.donate.R$styleable: int Toolbar_maxButtonHeight -android.didikee.donate.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle -androidx.appcompat.R$styleable: int MenuView_android_headerBackground -androidx.recyclerview.R$dimen: int notification_large_icon_height -okhttp3.internal.http.HttpHeaders: okhttp3.Headers varyHeaders(okhttp3.Response) -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_autoSizePresetSizes -okhttp3.internal.platform.AndroidPlatform: javax.net.ssl.X509TrustManager trustManager(javax.net.ssl.SSLSocketFactory) -wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.AlertEntity) -retrofit2.Converter$Factory: java.lang.Class getRawType(java.lang.reflect.Type) -wangdaye.com.geometricweather.R$color: int mtrl_chip_background_color -com.xw.repo.bubbleseekbar.R$attr: int contentInsetStart -com.xw.repo.bubbleseekbar.R$attr: int switchStyle -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Button_Small -io.reactivex.Observable: io.reactivex.Observable window(io.reactivex.ObservableSource,io.reactivex.functions.Function) -okio.Buffer: okio.ByteString sha1() -cyanogenmod.externalviews.ExternalView$2: int val$y -androidx.constraintlayout.helper.widget.Flow: void setPaddingBottom(int) -androidx.appcompat.R$style: int ThemeOverlay_AppCompat_Dialog_Alert -wangdaye.com.geometricweather.R$attr: int trackColorInactive -com.google.android.material.slider.RangeSlider: int getLabelBehavior() -android.didikee.donate.R$attr: int colorAccent -wangdaye.com.geometricweather.R$id: int TOP_START -androidx.lifecycle.ProcessLifecycleOwner$1: ProcessLifecycleOwner$1(androidx.lifecycle.ProcessLifecycleOwner) -androidx.constraintlayout.widget.R$attr: int layout_constraintVertical_chainStyle -wangdaye.com.geometricweather.R$string: int status_bar_notification_info_overflow -androidx.dynamicanimation.R$integer -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: long count -wangdaye.com.geometricweather.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable -androidx.preference.R$drawable: int abc_ab_share_pack_mtrl_alpha -androidx.vectordrawable.R$layout: int notification_action_tombstone -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setRingtone(java.lang.String) -androidx.appcompat.resources.R$id: int accessibility_custom_action_27 -com.xw.repo.bubbleseekbar.R$drawable: int abc_edit_text_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean -wangdaye.com.geometricweather.background.receiver.widget.WidgetTrendDailyProvider -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void updateVisibility() -androidx.constraintlayout.widget.R$styleable: int CompoundButton_buttonCompat -com.google.android.material.textfield.TextInputLayout: float getBoxCornerRadiusBottomStart() -okio.Okio$3: void close() -cyanogenmod.hardware.ThermalListenerCallback$State: int STATE_WARM_RISING -wangdaye.com.geometricweather.R$string: int content_desc_app_store -com.turingtechnologies.materialscrollbar.R$dimen: int abc_button_inset_vertical_material -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_NOTIFICATIONS -androidx.hilt.work.R$styleable: int GradientColor_android_gradientRadius -com.google.android.material.R$styleable: int Slider_android_valueFrom -wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_allowCustom -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_panelMenuListTheme -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Display3 -okio.Buffer: boolean equals(java.lang.Object) -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.Precipitation precipitation -wangdaye.com.geometricweather.R$string: int content_des_swipe_left_to_delete -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_star_half_black_36dp -androidx.constraintlayout.widget.R$drawable: int abc_textfield_search_material -com.google.android.material.R$id: int action_bar_root -com.google.android.material.R$color: int design_default_color_primary_variant -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: long EpochDate -okio.Okio$2: Okio$2(okio.Timeout,java.io.InputStream) -wangdaye.com.geometricweather.R$string: int wind_5 -com.turingtechnologies.materialscrollbar.R$dimen: int notification_main_column_padding_top -com.google.android.material.R$styleable: int CollapsingToolbarLayout_scrimVisibleHeightTrigger -cyanogenmod.weatherservice.IWeatherProviderService$Stub: int TRANSACTION_cancelOngoingRequests -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_star_half_black_36dp -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.ChineseCityEntity,long) -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData: LiveDataReactiveStreams$PublisherLiveData(org.reactivestreams.Publisher) -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_progressBarPadding -com.google.android.material.R$attr: int hideOnScroll -wangdaye.com.geometricweather.R$attr: int colorOnSecondary -android.didikee.donate.R$style: int Base_AlertDialog_AppCompat -wangdaye.com.geometricweather.R$dimen: int abc_panel_menu_list_width -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_31 -androidx.preference.R$id: int search_close_btn -wangdaye.com.geometricweather.R$layout: int item_weather_daily_astro -cyanogenmod.externalviews.ExternalViewProviderService: boolean DEBUG -com.google.android.material.R$dimen: int mtrl_btn_corner_radius -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeApparentTemperature -cyanogenmod.profiles.ConnectionSettings -com.google.gson.internal.$Gson$Types$WildcardTypeImpl: java.lang.reflect.Type[] getLowerBounds() -androidx.appcompat.R$styleable: int[] MenuView -androidx.constraintlayout.widget.R$attr: int ratingBarStyleIndicator -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_iconifiedByDefault -com.google.android.material.R$attr: int closeIcon -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: boolean isValid() -com.turingtechnologies.materialscrollbar.R$color: int button_material_dark -wangdaye.com.geometricweather.R$attr: int background_color -androidx.constraintlayout.widget.R$attr: int currentState -com.xw.repo.bubbleseekbar.R$attr: int popupWindowStyle -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.internal.TableStatements statements -com.jaredrummler.android.colorpicker.R$string: int abc_activity_chooser_view_see_all -cyanogenmod.app.CMContextConstants -com.google.android.material.textfield.TextInputLayout: float getBoxCornerRadiusBottomEnd() -wangdaye.com.geometricweather.R$attr: int cardUseCompatPadding -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: boolean cancelled -androidx.lifecycle.extensions.R$id: int accessibility_action_clickable_span -com.google.android.material.appbar.AppBarLayout: void setStatusBarForeground(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.R$anim: int abc_tooltip_enter -wangdaye.com.geometricweather.R$styleable -wangdaye.com.geometricweather.R$styleable: int MotionScene_layoutDuringTransition -androidx.appcompat.app.ActionBar: void addOnMenuVisibilityListener(androidx.appcompat.app.ActionBar$OnMenuVisibilityListener) -androidx.constraintlayout.widget.R$attr: int transitionEasing -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup -wangdaye.com.geometricweather.R$styleable: int ActionBar_backgroundStacked -wangdaye.com.geometricweather.R$string: int aqi_1 -com.google.android.material.R$attr: int actionModeCopyDrawable -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void onError(java.lang.Throwable) -cyanogenmod.hardware.CMHardwareManager: int[] getDisplayGammaCalibrationArray(int) -io.reactivex.Observable: io.reactivex.Observable fromPublisher(org.reactivestreams.Publisher) -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation -androidx.dynamicanimation.R$styleable: R$styleable() -com.google.android.material.bottomnavigation.BottomNavigationMenuView: BottomNavigationMenuView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_verticalStyle -androidx.loader.R$dimen: int notification_media_narrow_margin -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: java.lang.String toString() -androidx.constraintlayout.widget.Guideline: Guideline(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$drawable: int ic_alert -com.google.android.material.floatingactionbutton.FloatingActionButton$BaseBehavior: FloatingActionButton$BaseBehavior(android.content.Context,android.util.AttributeSet) -cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String getKey() -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver -androidx.preference.R$attr: int titleTextAppearance -io.reactivex.Observable: io.reactivex.Observable using(java.util.concurrent.Callable,io.reactivex.functions.Function,io.reactivex.functions.Consumer) -io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: void onNext(java.lang.Object) -com.google.android.material.R$styleable: int[] MaterialAlertDialog -cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_AUTO_OUTDOOR_MODE -wangdaye.com.geometricweather.R$string: int of_clock -androidx.preference.R$id: int accessibility_custom_action_7 -androidx.constraintlayout.widget.R$attr: int region_heightMoreThan -android.didikee.donate.R$id: int search_badge -wangdaye.com.geometricweather.R$attr: int prefixText -okhttp3.internal.cache.CacheStrategy: okhttp3.Request networkRequest -cyanogenmod.app.CustomTile$ExpandedItem$1: cyanogenmod.app.CustomTile$ExpandedItem createFromParcel(android.os.Parcel) -androidx.appcompat.R$id: int scrollIndicatorDown -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_alertDialogStyle -com.google.android.material.R$styleable: int Constraint_android_elevation -androidx.dynamicanimation.R$styleable: int FontFamily_fontProviderQuery -wangdaye.com.geometricweather.R$attr: int cpv_allowPresets -wangdaye.com.geometricweather.R$layout: int preference_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: java.lang.String uvIndex -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_91 -wangdaye.com.geometricweather.R$attr: int enableCopying -androidx.preference.R$integer: int abc_config_activityShortDur -androidx.constraintlayout.utils.widget.ImageFilterView: void setSaturation(float) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintWidth_min -retrofit2.CompletableFutureCallAdapterFactory$CallCancelCompletableFuture -androidx.constraintlayout.widget.R$styleable: int MenuItem_actionViewClass -androidx.appcompat.R$drawable: int abc_control_background_material -com.google.android.material.chip.Chip: void setChipMinHeightResource(int) -androidx.viewpager.R$dimen: int notification_action_icon_size -com.google.android.material.R$style: int Theme_AppCompat_DayNight_DarkActionBar -com.turingtechnologies.materialscrollbar.R$integer: int mtrl_chip_anim_duration -androidx.appcompat.R$style: int TextAppearance_Compat_Notification_Time -android.didikee.donate.R$styleable: int SearchView_defaultQueryHint -com.google.android.material.R$dimen: int mtrl_bottomappbar_fab_cradle_vertical_offset -com.google.android.material.card.MaterialCardView: void setRippleColor(android.content.res.ColorStateList) -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setColorSchemeResources(int[]) -com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat_Dark -androidx.hilt.lifecycle.R$style: int TextAppearance_Compat_Notification_Line2 -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeRainPrecipitationDuration(java.lang.Float) -okhttp3.Cookie$Builder: java.lang.String value -androidx.transition.R$dimen: int notification_right_icon_size -androidx.preference.R$attr: int popupTheme -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay TAG_WIND -james.adaptiveicon.R$styleable: int Toolbar_titleTextAppearance -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHorizontal_weight -cyanogenmod.profiles.BrightnessSettings: boolean mOverride -okhttp3.internal.http2.Http2Connection: int maxConcurrentStreams() -androidx.lifecycle.ClassesInfoCache$CallbackInfo: void invokeCallbacks(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event,java.lang.Object) -wangdaye.com.geometricweather.R$drawable: int notif_temp_98 -okhttp3.internal.http.RealInterceptorChain: okhttp3.EventListener eventListener() -wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_animationMode -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_hintTextAppearance -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_fontVariationSettings -cyanogenmod.externalviews.ExternalViewProviderService$1$1: cyanogenmod.externalviews.ExternalViewProviderService$1 this$1 -com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_centerColor -cyanogenmod.weatherservice.WeatherProviderService -com.google.gson.stream.JsonReader: int peeked -wangdaye.com.geometricweather.R$attr: int transitionFlags -cyanogenmod.app.ICustomTileListener$Stub: android.os.IBinder asBinder() -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver -androidx.coordinatorlayout.R$id: int tag_accessibility_actions -android.didikee.donate.R$style: int RtlOverlay_DialogWindowTitle_AppCompat -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: java.lang.String MinuteText -android.didikee.donate.R$styleable: int AppCompatTheme_actionModeCloseDrawable -org.greenrobot.greendao.database.DatabaseOpenHelper: void onOpen(org.greenrobot.greendao.database.Database) -james.adaptiveicon.R$dimen: int tooltip_margin -com.turingtechnologies.materialscrollbar.R$dimen: int abc_seekbar_track_background_height_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Subtitle1 -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_0 -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void complete(java.lang.Object) -retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter: java.util.concurrent.CompletableFuture adapt(retrofit2.Call) -androidx.hilt.R$attr: int alpha -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setLabel(int) -com.google.android.material.R$styleable: int TextInputLayout_prefixText -wangdaye.com.geometricweather.R$drawable: int ic_thx -com.jaredrummler.android.colorpicker.R$attr: int iconTint -com.google.android.material.R$styleable: int Toolbar_contentInsetEndWithActions -cyanogenmod.app.Profile: void addProfileGroup(cyanogenmod.app.ProfileGroup) -com.turingtechnologies.materialscrollbar.R$attr: int layout_anchor -androidx.constraintlayout.widget.R$id: int SHOW_PROGRESS -android.didikee.donate.R$drawable: int abc_textfield_activated_mtrl_alpha -com.google.gson.stream.JsonWriter: void beforeValue() -wangdaye.com.geometricweather.R$drawable: int abc_btn_radio_material_anim -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorControlNormal -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_transformPivotX -com.turingtechnologies.materialscrollbar.R$color: int bright_foreground_material_light -okhttp3.RequestBody$1: long contentLength() -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.String country -cyanogenmod.profiles.LockSettings -com.google.android.material.R$style: int Widget_AppCompat_ImageButton -androidx.preference.R$styleable: int Preference_shouldDisableView -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float getSO2() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: java.lang.String unit -okhttp3.internal.http2.Http2Connection: long access$108(okhttp3.internal.http2.Http2Connection) -com.google.android.material.R$dimen: int material_helper_text_font_1_3_padding_horizontal -com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_verticalDivider -wangdaye.com.geometricweather.R$string: int wechat -androidx.drawerlayout.R$style -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.functions.Function mapper -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light_NoActionBar -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter endArray() -androidx.lifecycle.extensions.R$id: int action_divider -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: BaiduIPLocationResult$ContentBean$AddressDetailBean() -com.google.gson.JsonParseException: long serialVersionUID -androidx.constraintlayout.utils.widget.ImageFilterView: float getCrossfade() -wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: java.lang.String getDurationText(android.content.Context,float) -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.turingtechnologies.materialscrollbar.R$attr: int keylines -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_TabView -androidx.hilt.work.R$dimen: int notification_right_icon_size -cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_LOW_POWER -com.google.android.material.R$styleable: int TextAppearance_android_textColor -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void onError(java.lang.Throwable) -com.google.android.material.R$color: int abc_decor_view_status_guard_light -androidx.constraintlayout.widget.R$styleable: int MenuItem_showAsAction -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_searchViewStyle -com.google.android.material.R$attr: int boxStrokeErrorColor -com.turingtechnologies.materialscrollbar.R$attr: int alphabeticModifiers -androidx.drawerlayout.R$drawable: int notify_panel_notification_icon_bg -io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: io.reactivex.internal.disposables.SequentialDisposable sd -com.jaredrummler.android.colorpicker.R$attr: int cpv_allowPresets -cyanogenmod.app.ProfileGroup: void readFromParcel(android.os.Parcel) -com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_select_handle_left_mtrl_light -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: void onSubscribe(io.reactivex.disposables.Disposable) -cyanogenmod.app.CustomTile$RemoteExpandedStyle: void setRemoteViews(android.widget.RemoteViews) -com.turingtechnologies.materialscrollbar.R$style: int Platform_MaterialComponents_Dialog -wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_marginLeft -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric: AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric() -com.google.android.material.R$styleable: int MenuItem_iconTintMode -androidx.fragment.R$drawable: int notification_bg_low -james.adaptiveicon.R$styleable: int MenuView_android_verticalDivider -androidx.constraintlayout.widget.R$styleable: int MenuView_android_itemTextAppearance -androidx.loader.R$id: int line3 -androidx.appcompat.R$attr: int spinBars -wangdaye.com.geometricweather.R$styleable: int Transition_android_id -com.google.android.material.R$styleable: int MenuView_android_horizontalDivider -wangdaye.com.geometricweather.R$id: int widget_day_week_week_2 -retrofit2.BuiltInConverters$ToStringConverter -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Headline5 -com.google.android.material.R$styleable: int Constraint_layout_constraintHorizontal_weight -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_ActionBar_Surface -com.google.android.material.R$attr: int bottomAppBarStyle -android.support.v4.os.ResultReceiver$1: android.support.v4.os.ResultReceiver createFromParcel(android.os.Parcel) -james.adaptiveicon.R$attr: int customNavigationLayout -retrofit2.http.HTTP: java.lang.String path() -com.google.android.material.chip.Chip: void setBackgroundTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$string: int date_format_widget_oreo_style -james.adaptiveicon.R$style: int Widget_AppCompat_ActionButton -cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.IKeyguardExternalViewProvider mExternalViewProvider -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver(io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver) -wangdaye.com.geometricweather.db.entities.AlertEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) -androidx.lifecycle.ViewModelProviders -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: java.util.Date StartDateTime -com.google.android.material.slider.BaseSlider: void setHaloRadiusResource(int) -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_min -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemIconPadding -com.turingtechnologies.materialscrollbar.R$string: int abc_activity_chooser_view_see_all -androidx.hilt.R$drawable: int notification_tile_bg -androidx.lifecycle.extensions.R$drawable: int notification_action_background -androidx.dynamicanimation.R$dimen: int notification_content_margin_start -androidx.fragment.R$dimen: int notification_top_pad_large_text -android.didikee.donate.R$color: int abc_tint_btn_checkable -okhttp3.internal.http2.Hpack: int PREFIX_7_BITS -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void onError(java.lang.Throwable) -androidx.dynamicanimation.R$attr: int fontProviderFetchTimeout -androidx.lifecycle.LiveData$LifecycleBoundObserver: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) -wangdaye.com.geometricweather.R$string: int content_des_co -com.google.android.material.card.MaterialCardView: int getContentPaddingBottom() -com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Theme_AppCompat_Light -com.google.android.material.transformation.ExpandableBehavior: ExpandableBehavior(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_marginBottom -androidx.lifecycle.Lifecycling: androidx.lifecycle.LifecycleEventObserver lifecycleEventObserver(java.lang.Object) -androidx.preference.R$styleable: int[] ActionBarLayout -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void innerError(java.lang.Throwable) -androidx.hilt.R$id: int accessibility_custom_action_24 -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_SearchView -retrofit2.RequestBuilder: void setRelativeUrl(java.lang.Object) -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_textSize -wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle valueOf(java.lang.String) -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: void setFitSide(int) -androidx.work.R$styleable: int FontFamilyFont_fontStyle -com.google.android.material.R$interpolator: int btn_radio_to_on_mtrl_animation_interpolator_0 -okio.RealBufferedSink: okio.BufferedSink writeUtf8CodePoint(int) -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: int bufferSize -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getCityId() -com.turingtechnologies.materialscrollbar.R$attr: int closeIconStartPadding -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ListPopupWindow -io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: long serialVersionUID -wangdaye.com.geometricweather.R$styleable: int BottomAppBar_elevation -com.google.android.material.slider.RangeSlider: int getActiveThumbIndex() -wangdaye.com.geometricweather.R$styleable: int Toolbar_titleMarginStart -com.turingtechnologies.materialscrollbar.R$color: int bright_foreground_inverse_material_dark -com.google.android.material.tabs.TabLayout: void setSelectedTabIndicatorGravity(int) -androidx.constraintlayout.widget.R$styleable: int OnSwipe_maxAcceleration -androidx.lifecycle.ComputableLiveData$1: ComputableLiveData$1(androidx.lifecycle.ComputableLiveData) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onKeyguardShowing(boolean) -android.didikee.donate.R$drawable: int abc_text_select_handle_right_mtrl_dark -io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,io.reactivex.Scheduler) -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintRight_toRightOf -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHorizontal_bias -okio.Timeout$1: void throwIfReached() -com.google.android.material.textfield.TextInputLayout: int getErrorTextCurrentColor() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd -com.google.android.material.R$styleable: int MenuGroup_android_checkableBehavior -com.turingtechnologies.materialscrollbar.R$styleable: int PopupWindow_overlapAnchor -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: FlowableObserveOn$BaseObserveOnSubscriber(io.reactivex.Scheduler$Worker,boolean,int) -io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: void onSuccess(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$attr: int passwordToggleTint -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Dialog_Alert -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxStrokeWidthFocused -io.reactivex.internal.disposables.EmptyDisposable: boolean isDisposed() -com.google.android.material.R$attr: int checkboxStyle -cyanogenmod.hardware.CMHardwareManager: int COLOR_CALIBRATION_GREEN_INDEX -wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_itemShapeAppearance -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Subhead_Inverse -com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter: void onProgressUpdateEnd(float) -cyanogenmod.externalviews.ExternalViewProperties: int getHeight() -android.didikee.donate.R$styleable: int AppCompatTextView_android_textAppearance -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DIALER_OPENCNAM_ACCOUNT_SID_VALIDATOR -androidx.cardview.R$styleable: int CardView_cardPreventCornerOverlap -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver -wangdaye.com.geometricweather.R$styleable: int[] ChipGroup -okio.ByteString: okio.ByteString substring(int,int) -com.google.gson.FieldNamingPolicy$2: java.lang.String translateName(java.lang.reflect.Field) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowFixedHeightMinor -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_RC4_128_SHA -android.didikee.donate.R$styleable: int[] ActionMenuView -cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_PUT_SYSTEM -okhttp3.internal.http.StatusLine: int HTTP_PERM_REDIRECT -androidx.coordinatorlayout.R$dimen: int notification_top_pad -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float SulfurDioxide -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ButtonBar -wangdaye.com.geometricweather.R$styleable: int ActionBar_itemPadding -com.google.android.material.floatingactionbutton.FloatingActionButton -wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges -com.jaredrummler.android.colorpicker.R$layout: int cpv_preference_square_large -wangdaye.com.geometricweather.R$dimen: int current_weather_icon_container_size -okhttp3.OkHttpClient$1: void put(okhttp3.ConnectionPool,okhttp3.internal.connection.RealConnection) -com.google.android.material.R$attr: int lineSpacing -org.greenrobot.greendao.DaoException -androidx.drawerlayout.R$id: int blocking -com.google.android.material.R$attr: int boxCornerRadiusBottomStart -com.turingtechnologies.materialscrollbar.R$id: int right_side -cyanogenmod.hardware.CMHardwareManager: boolean setDisplayMode(cyanogenmod.hardware.DisplayMode,boolean) -androidx.appcompat.R$attr: int buttonIconDimen -androidx.constraintlayout.widget.R$styleable: int MockView_mock_showDiagonals -androidx.hilt.lifecycle.R$style: int TextAppearance_Compat_Notification_Time -com.google.android.material.textfield.TextInputLayout: android.widget.TextView getSuffixTextView() -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Spinner_Underlined -wangdaye.com.geometricweather.main.MainActivityViewModel$Status: wangdaye.com.geometricweather.main.MainActivityViewModel$Status IMPLICIT_INITIALIZING -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActivityChooserView -androidx.appcompat.widget.AppCompatImageView: void setImageBitmap(android.graphics.Bitmap) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: java.lang.String to -wangdaye.com.geometricweather.R$layout: int item_details -wangdaye.com.geometricweather.R$id: int header_title -com.google.android.material.R$styleable: int TextAppearance_textLocale -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_padding_left -com.google.android.material.R$layout: int mtrl_alert_select_dialog_singlechoice -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeInsetBottom -wangdaye.com.geometricweather.R$styleable: int MaterialTextAppearance_lineHeight -androidx.constraintlayout.widget.R$id: int search_plate -io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: void onError(java.lang.Throwable) -androidx.constraintlayout.widget.R$drawable: int btn_radio_on_mtrl -com.google.android.material.R$dimen: int mtrl_alert_dialog_background_inset_end -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub$Proxy: android.os.IBinder mRemote -wangdaye.com.geometricweather.R$id: int widget_day_icon -com.google.android.material.R$styleable: int BottomAppBar_hideOnScroll -com.turingtechnologies.materialscrollbar.R$id: int fixed -okio.DeflaterSink: void write(okio.Buffer,long) -androidx.viewpager.R$layout: int notification_template_icon_group -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: boolean isDisposed() -com.turingtechnologies.materialscrollbar.R$attr: int listPreferredItemHeight -androidx.viewpager2.R$attr: int fontProviderPackage -com.jaredrummler.android.colorpicker.R$styleable: int Preference_fragment -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: android.view.Window access$200(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) -androidx.swiperefreshlayout.R$id: int action_text -androidx.preference.Preference$BaseSavedState: android.os.Parcelable$Creator CREATOR -com.google.android.material.R$styleable: int GradientColor_android_startY -wangdaye.com.geometricweather.R$styleable: int Toolbar_navigationContentDescription -cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode mSoundMode -androidx.preference.R$bool: R$bool() -wangdaye.com.geometricweather.R$attr: int barrierMargin -androidx.appcompat.R$color: int material_grey_800 -androidx.constraintlayout.widget.R$attr: int colorSwitchThumbNormal -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 -com.google.android.material.R$attr: int showMotionSpec -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: java.util.Date EndDate -androidx.constraintlayout.widget.R$styleable: int KeyCycle_framePosition -com.google.android.material.R$dimen: int design_tab_max_width -com.google.android.material.R$styleable: int MenuItem_contentDescription -retrofit2.ParameterHandler$2: void apply(retrofit2.RequestBuilder,java.lang.Object) -cyanogenmod.os.Build$CM_VERSION_CODES: int CANTALOUPE -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog_Icon -wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_textColorHint -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Tooltip -com.google.android.material.R$attr: int colorOnPrimarySurface -com.jaredrummler.android.colorpicker.R$styleable: int View_paddingStart -androidx.hilt.R$id: int accessibility_custom_action_7 -com.google.android.material.R$styleable: int ConstraintSet_flow_wrapMode -androidx.vectordrawable.R$styleable: int GradientColor_android_startX -com.google.android.material.R$color: int primary_dark_material_dark -android.didikee.donate.R$color: int bright_foreground_inverse_material_dark -wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_DayNight_ActionBar -com.google.android.material.circularreveal.CircularRevealLinearLayout: CircularRevealLinearLayout(android.content.Context,android.util.AttributeSet) -com.jaredrummler.android.colorpicker.R$color: int abc_background_cache_hint_selector_material_dark -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_android_elevation -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorSwitchThumbNormal -androidx.constraintlayout.widget.R$dimen: int tooltip_precise_anchor_extra_offset -cyanogenmod.themes.ThemeManager: void requestThemeChange(java.util.Map,boolean) -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedEmitLast: void complete() -wangdaye.com.geometricweather.R$color: int design_default_color_on_surface -com.turingtechnologies.materialscrollbar.R$styleable: int[] Snackbar -androidx.preference.R$attr: int listPreferredItemPaddingRight -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIndicatorHeight -wangdaye.com.geometricweather.db.entities.DaoMaster$DevOpenHelper: void onUpgrade(org.greenrobot.greendao.database.Database,int,int) -okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Http2Stream$StreamTimeout readTimeout -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial: int UnitType -wangdaye.com.geometricweather.R$attr: int tabGravity -androidx.recyclerview.R$id: int accessibility_custom_action_5 -wangdaye.com.geometricweather.R$string: int mtrl_picker_range_header_only_end_selected -androidx.preference.R$attr: int autoSizeMaxTextSize -wangdaye.com.geometricweather.R$id: int dialog_adaptive_icon_title -androidx.coordinatorlayout.R$styleable: int FontFamilyFont_android_fontStyle -androidx.hilt.R$id: int accessibility_custom_action_20 -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorTextAppearance -wangdaye.com.geometricweather.R$attr: int drawable_res_off -cyanogenmod.app.CustomTileListenerService: void unregisterAsSystemService() -com.turingtechnologies.materialscrollbar.R$dimen: int notification_subtext_size -androidx.hilt.work.R$id: int title -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_progressBarPadding -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Headline -android.didikee.donate.R$style: int Base_Widget_AppCompat_RatingBar_Small -james.adaptiveicon.R$styleable: int AppCompatTheme_textColorAlertDialogListItem -com.google.android.material.card.MaterialCardView: void setCardBackgroundColor(int) -com.google.android.material.R$styleable: int ConstraintSet_layout_constrainedWidth -androidx.viewpager.R$id: int normal -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData: java.util.concurrent.atomic.AtomicReference mSubscriber -com.github.rahatarmanahmed.cpv.CircularProgressView$5: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 -androidx.preference.R$styleable: int[] SwitchCompat -androidx.appcompat.widget.LinearLayoutCompat: void setGravity(int) -wangdaye.com.geometricweather.R$attr: int snackbarButtonStyle -wangdaye.com.geometricweather.R$styleable: int OnSwipe_maxAcceleration -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintDimensionRatio -com.jaredrummler.android.colorpicker.R$dimen: int abc_edit_text_inset_bottom_material -okhttp3.Response: okhttp3.Handshake handshake() -cyanogenmod.app.BaseLiveLockManagerService$1: boolean registerChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setTempMax(java.lang.String) -wangdaye.com.geometricweather.R$attr: int values -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem -okio.ForwardingSink: java.lang.String toString() -wangdaye.com.geometricweather.R$id: int fill_horizontal -com.turingtechnologies.materialscrollbar.R$attr: int tooltipFrameBackground -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow -wangdaye.com.geometricweather.R$attr: int fontProviderQuery -wangdaye.com.geometricweather.R$attr: int cornerFamilyBottomLeft -androidx.recyclerview.R$styleable: int FontFamilyFont_android_fontStyle -android.didikee.donate.R$bool: int abc_action_bar_embed_tabs -androidx.appcompat.R$style: int Base_Widget_AppCompat_ActivityChooserView -com.bumptech.glide.R$id: int italic -wangdaye.com.geometricweather.R$layout: int abc_list_menu_item_radio -com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_select_handle_left_mtrl_dark -androidx.dynamicanimation.animation.DynamicAnimation -okhttp3.internal.http2.Http2Writer: boolean closed -cyanogenmod.app.ILiveLockScreenChangeListener$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -com.turingtechnologies.materialscrollbar.R$id: int tag_unhandled_key_listeners -android.didikee.donate.R$styleable: int AppCompatTheme_windowFixedHeightMinor -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String district -com.google.android.material.R$styleable: int CollapsingToolbarLayout_statusBarScrim -androidx.appcompat.R$style: int Widget_AppCompat_TextView -android.didikee.donate.R$styleable: int AppCompatTheme_colorSwitchThumbNormal -com.google.android.material.R$style: int Widget_AppCompat_Button -com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_barLength -wangdaye.com.geometricweather.R$attr: int textAppearanceSubtitle1 -android.didikee.donate.R$attr: int navigationMode -okhttp3.internal.http1.Http1Codec$FixedLengthSink: void write(okio.Buffer,long) -wangdaye.com.geometricweather.R$attr: int logoDescription -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: int status -okhttp3.internal.http2.Http2Stream: void cancelStreamIfNecessary() -io.reactivex.internal.observers.BlockingObserver: void dispose() -wangdaye.com.geometricweather.R$string: int content_des_m3 -io.reactivex.internal.queue.SpscArrayQueue: java.util.concurrent.atomic.AtomicLong consumerIndex -io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: void onComplete() -wangdaye.com.geometricweather.R$id: int glide_custom_view_target_tag -androidx.constraintlayout.widget.R$id: int italic -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation: MfHistoryResult$History$Precipitation() -cyanogenmod.app.ThemeVersion: ThemeVersion() -okhttp3.internal.http2.Http2Connection$ReaderRunnable$3: void execute() -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: boolean cancelled -com.google.android.material.textfield.TextInputLayout: int getHelperTextCurrentTextColor() -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA -io.reactivex.internal.observers.BlockingObserver: long serialVersionUID -com.google.android.material.R$string: int mtrl_picker_invalid_format_example -androidx.constraintlayout.widget.R$styleable: int Transform_android_translationZ -com.jaredrummler.android.colorpicker.R$attr: int thickness -androidx.constraintlayout.widget.ConstraintLayout: ConstraintLayout(android.content.Context,android.util.AttributeSet) -io.reactivex.Observable: io.reactivex.Observable observeOn(io.reactivex.Scheduler) -androidx.viewpager2.R$dimen: int compat_button_padding_horizontal_material -androidx.appcompat.R$id: int tag_accessibility_pane_title -androidx.recyclerview.R$id: int action_image -androidx.constraintlayout.widget.R$layout: int abc_screen_simple -cyanogenmod.externalviews.KeyguardExternalView$1: void onServiceDisconnected(android.content.ComponentName) -cyanogenmod.weather.WeatherLocation: java.lang.String mKey -cyanogenmod.externalviews.IKeyguardExternalViewProvider: void registerCallback(cyanogenmod.externalviews.IKeyguardExternalViewCallbacks) -com.google.android.material.R$id: int src_atop -com.google.android.material.R$drawable: int abc_cab_background_top_material -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_firstVerticalStyle -androidx.constraintlayout.widget.R$id: int search_close_btn -com.google.gson.stream.JsonReader: int[] stack -android.didikee.donate.R$drawable: int abc_ic_menu_overflow_material -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabInlineLabel -wangdaye.com.geometricweather.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_0 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: int getStatus() -cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener access$900(cyanogenmod.externalviews.KeyguardExternalView) -com.turingtechnologies.materialscrollbar.R$styleable: int CardView_contentPaddingRight -wangdaye.com.geometricweather.R$drawable: int abc_text_select_handle_left_mtrl_light -james.adaptiveicon.R$color: int abc_background_cache_hint_selector_material_dark -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_show_section_mark -okio.RealBufferedSource: java.io.InputStream inputStream() -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_headline_material -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintBaseline_toBaselineOf -androidx.fragment.R$id: int accessibility_custom_action_0 -com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_endY -androidx.drawerlayout.R$id: int notification_main_column -retrofit2.RequestFactory$Builder: boolean hasBody -com.turingtechnologies.materialscrollbar.R$color: int design_default_color_primary -james.adaptiveicon.R$dimen: int abc_dialog_fixed_height_minor -okhttp3.CacheControl$Builder: boolean noTransform -androidx.lifecycle.ProcessLifecycleOwner$1: void run() -james.adaptiveicon.R$attr: int actionBarWidgetTheme -com.google.android.material.R$attr: int font -androidx.transition.R$styleable: int GradientColor_android_centerY -wangdaye.com.geometricweather.R$styleable: int ForegroundLinearLayout_foregroundInsidePadding -androidx.preference.R$dimen: int tooltip_vertical_padding -com.google.android.material.R$dimen: int mtrl_calendar_month_vertical_padding -okhttp3.internal.http2.Hpack$Reader: java.util.List getAndResetHeaderList() -com.google.android.material.transformation.FabTransformationSheetBehavior: FabTransformationSheetBehavior() -com.google.android.material.R$styleable: int BottomAppBar_paddingLeftSystemWindowInsets -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionButton_Overflow -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setCityId(java.lang.String) -wangdaye.com.geometricweather.R$string: int settings_title_forecast_tomorrow_time -androidx.vectordrawable.R$id: int accessibility_custom_action_22 -io.reactivex.internal.util.EmptyComponent: io.reactivex.internal.util.EmptyComponent valueOf(java.lang.String) -androidx.coordinatorlayout.R$string: int status_bar_notification_info_overflow -cyanogenmod.app.ICMTelephonyManager$Stub -wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date sunSetDate -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_contentInsetStart -wangdaye.com.geometricweather.R$id: int month_navigation_fragment_toggle -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabSelectedTextColor -okhttp3.Cache$2: java.util.Iterator delegate -wangdaye.com.geometricweather.R$id: int material_timepicker_edit_text -com.turingtechnologies.materialscrollbar.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText -cyanogenmod.app.ProfileManager: java.lang.String EXTRA_LAST_PROFILE_NAME -com.google.android.material.R$styleable: int KeyAttribute_transitionPathRotate -retrofit2.RequestFactory$Builder: retrofit2.Retrofit retrofit -androidx.hilt.work.R$id: int accessibility_custom_action_5 -wangdaye.com.geometricweather.R$attr: int itemShapeInsetTop -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem -androidx.legacy.coreutils.R$dimen: int compat_notification_large_icon_max_width -com.xw.repo.bubbleseekbar.R$color: int primary_text_disabled_material_dark -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse -com.google.android.material.R$styleable: int View_paddingEnd -com.google.android.material.R$attr: int expandedTitleMarginTop -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: android.os.IBinder asBinder() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setSunSet(java.lang.String) -wangdaye.com.geometricweather.R$attr: int msb_handleColor -wangdaye.com.geometricweather.R$string: int content_des_o3 -io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: void onError(java.lang.Throwable) -androidx.coordinatorlayout.R$id: int accessibility_custom_action_27 -androidx.coordinatorlayout.R$attr: int ttcIndex -com.xw.repo.bubbleseekbar.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog -wangdaye.com.geometricweather.R$attr: int waveVariesBy -wangdaye.com.geometricweather.R$attr: int drawerArrowStyle -androidx.coordinatorlayout.R$dimen: int notification_small_icon_background_padding -androidx.preference.R$id: int right_side -androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityStarted(android.app.Activity) -com.google.android.material.navigation.NavigationView: android.view.Menu getMenu() -androidx.constraintlayout.widget.R$styleable: int Constraint_android_translationZ -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VectorDrawableCompatState -com.xw.repo.bubbleseekbar.R$style: int Platform_V21_AppCompat -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_pivotAnchor -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void innerNext(java.lang.Object) -okhttp3.CertificatePinner: okhttp3.CertificatePinner DEFAULT -okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex: javax.net.ssl.X509TrustManager trustManager -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX names -android.didikee.donate.R$styleable: int CompoundButton_buttonTint -androidx.constraintlayout.widget.R$attr: int suggestionRowLayout -androidx.hilt.work.R$styleable: int[] FontFamily -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dialogPreferredPadding -okhttp3.internal.ws.WebSocketWriter$FrameSink: void write(okio.Buffer,long) -wangdaye.com.geometricweather.R$attr: int cpv_dialogTitle -com.google.android.material.R$id: int masked -cyanogenmod.app.CustomTile$1: CustomTile$1() -com.google.android.material.R$color: int primary_material_light -okhttp3.internal.http2.Http2Connection$PingRunnable: int payload2 -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: java.lang.String getLanguageName(android.content.Context) -wangdaye.com.geometricweather.R$styleable: int Layout_barrierAllowsGoneWidgets -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Badge -androidx.cardview.widget.CardView -com.google.android.material.R$attr: int reverseLayout -wangdaye.com.geometricweather.common.ui.widgets.DonateImageView: DonateImageView(android.content.Context) -okhttp3.OkHttpClient: int readTimeoutMillis() -com.jaredrummler.android.colorpicker.R$styleable: int[] LinearLayoutCompat -wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode nighttimeWeatherCode -androidx.lifecycle.SavedStateHandle: androidx.lifecycle.MutableLiveData getLiveDataInternal(java.lang.String,boolean,java.lang.Object) -com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status COMPLETE -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setForecastDaily(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean) -androidx.constraintlayout.widget.R$styleable: int KeyPosition_percentX -cyanogenmod.themes.IThemeService$Stub$Proxy: IThemeService$Stub$Proxy(android.os.IBinder) -com.google.android.material.chip.Chip: void setCloseIconEndPaddingResource(int) -com.jaredrummler.android.colorpicker.R$id: R$id() -androidx.viewpager2.R$id: int accessibility_custom_action_12 -androidx.appcompat.R$styleable: int DrawerArrowToggle_color -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Metric: double Value -androidx.transition.R$drawable: int notification_bg_low_normal -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String MobileLink -james.adaptiveicon.R$styleable: int[] ButtonBarLayout -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xmr -androidx.vectordrawable.R$id: int forever -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Toolbar -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarStyle -com.bumptech.glide.R$string: int status_bar_notification_info_overflow -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Headline1 -androidx.appcompat.R$styleable: int StateListDrawableItem_android_drawable -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_inverse -com.jaredrummler.android.colorpicker.R$dimen: int abc_config_prefDialogWidth -com.turingtechnologies.materialscrollbar.R$attr: int itemTextAppearance -com.google.android.material.R$attr: int measureWithLargestChild -androidx.lifecycle.AbstractSavedStateViewModelFactory: void onRequery(androidx.lifecycle.ViewModel) -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setId(java.lang.Long) -androidx.constraintlayout.widget.R$id: int tag_unhandled_key_event_manager -com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: $Gson$Types$GenericArrayTypeImpl(java.lang.reflect.Type) -com.turingtechnologies.materialscrollbar.R$id: int top -wangdaye.com.geometricweather.R$drawable: int notif_temp_129 -com.google.android.material.R$style: int Theme_MaterialComponents_Light_Bridge -io.reactivex.internal.disposables.ArrayCompositeDisposable: void dispose() -androidx.appcompat.R$styleable: int ActionBar_homeLayout -com.google.android.material.R$style: int Base_Widget_AppCompat_ActionButton_Overflow -okhttp3.internal.ws.RealWebSocket$1: RealWebSocket$1(okhttp3.internal.ws.RealWebSocket) -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_wavePeriod -androidx.activity.R$id: int actions -androidx.constraintlayout.widget.R$styleable: int View_android_theme -android.didikee.donate.R$id: int action_bar_root -okio.Okio: okio.Sink sink(java.io.OutputStream,okio.Timeout) -android.didikee.donate.R$styleable: int AppCompatTheme_alertDialogTheme -com.turingtechnologies.materialscrollbar.R$styleable: int[] ViewBackgroundHelper -com.google.android.material.R$styleable: int[] KeyTimeCycle -androidx.appcompat.R$style: int TextAppearance_AppCompat_Subhead_Inverse -cyanogenmod.weather.CMWeatherManager: int lookupCity(java.lang.String,cyanogenmod.weather.CMWeatherManager$LookupCityRequestListener) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: java.lang.String getValue() -io.reactivex.exceptions.MissingBackpressureException -androidx.appcompat.widget.AppCompatTextView: AppCompatTextView(android.content.Context) -cyanogenmod.app.Profile: int getNotificationLightMode() -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void drainLoop() -cyanogenmod.externalviews.ExternalView$5 -cyanogenmod.hardware.CMHardwareManager: java.lang.String getUniqueDeviceId() -android.didikee.donate.R$layout: int abc_action_menu_layout -wangdaye.com.geometricweather.settings.dialogs.RunningInBackgroundODialog: RunningInBackgroundODialog() -wangdaye.com.geometricweather.R$styleable: int[] TabLayout -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String tempMax -com.google.android.material.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox -androidx.constraintlayout.widget.R$drawable: int abc_list_divider_mtrl_alpha -com.jaredrummler.android.colorpicker.R$attr: int dropDownListViewStyle -wangdaye.com.geometricweather.R$color: int bright_foreground_material_light -androidx.constraintlayout.widget.R$styleable: int ImageFilterView_altSrc -com.xw.repo.bubbleseekbar.R$layout: int notification_template_custom_big -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay -com.turingtechnologies.materialscrollbar.R$attr: int customNavigationLayout -androidx.appcompat.R$drawable: int abc_item_background_holo_light -wangdaye.com.geometricweather.R$drawable: int widget_card_dark_80 -wangdaye.com.geometricweather.R$layout: int preference_information -com.google.android.material.R$styleable: int MaterialCardView_android_checkable -android.support.v4.app.RemoteActionCompatParcelizer: RemoteActionCompatParcelizer() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatImageView_android_src -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator CAMERA_WAKE_SCREEN_VALIDATOR -wangdaye.com.geometricweather.R$dimen: int compat_button_inset_horizontal_material -wangdaye.com.geometricweather.R$dimen: int standard_weather_icon_size -android.didikee.donate.R$drawable: int notification_bg_low -androidx.appcompat.widget.AppCompatCheckBox: void setSupportButtonTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_RatingBar -wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.Object readEntity(android.database.Cursor,int) -wangdaye.com.geometricweather.db.entities.LocationEntity: boolean getChina() -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem -com.turingtechnologies.materialscrollbar.R$id: int topPanel -androidx.constraintlayout.widget.R$attr: int layout_constraintRight_toRightOf -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: java.lang.String getUnit() -androidx.appcompat.resources.R$style -androidx.constraintlayout.widget.R$dimen: int abc_action_button_min_width_overflow_material -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: io.reactivex.internal.util.AtomicThrowable errors -androidx.vectordrawable.R$dimen: int notification_subtext_size -com.xw.repo.bubbleseekbar.R$attr: int bsb_section_text_interval -retrofit2.RequestFactory$Builder: okhttp3.Headers parseHeaders(java.lang.String[]) -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_Button_Colored -wangdaye.com.geometricweather.R$attr: int layout_optimizationLevel -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Large_Inverse -com.google.android.material.R$dimen: int design_bottom_navigation_text_size -com.xw.repo.bubbleseekbar.R$color: int colorPrimaryDark -androidx.loader.R$drawable: int notification_action_background -com.google.android.material.R$style: int Platform_Widget_AppCompat_Spinner -okhttp3.HttpUrl: java.lang.String password() -androidx.lifecycle.extensions.R$id: int actions -androidx.preference.R$attr: int fontProviderFetchTimeout -androidx.dynamicanimation.R$styleable: int[] FontFamilyFont -androidx.vectordrawable.animated.R$id: int icon -androidx.transition.R$attr: int fontProviderFetchTimeout -okhttp3.MultipartBody: byte[] COLONSPACE -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType DeleteInTxIterable -androidx.constraintlayout.utils.widget.ImageFilterButton -com.google.android.material.R$style: int Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton -okhttp3.internal.http2.Http2Codec: okio.Sink createRequestBody(okhttp3.Request,long) -androidx.appcompat.R$styleable: int AppCompatTheme_checkboxStyle -android.didikee.donate.R$attr: int contentInsetRight -com.google.android.material.R$xml: int standalone_badge_offset -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse -androidx.appcompat.widget.ActionBarContextView: java.lang.CharSequence getTitle() -cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onKeyguardDismissed() -james.adaptiveicon.R$style: int Theme_AppCompat_Dialog_Alert -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Display2 -com.turingtechnologies.materialscrollbar.R$color: int mtrl_fab_ripple_color -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title -androidx.activity.R$attr: int fontProviderFetchStrategy -com.jaredrummler.android.colorpicker.R$integer: int config_tooltipAnimTime -wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_maxActionInlineWidth -com.google.android.material.R$attr: int flow_wrapMode -androidx.fragment.R$string: R$string() -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_orientation -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorBackgroundFloating -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.String momentDay -okhttp3.internal.platform.AndroidPlatform: void logCloseableLeak(java.lang.String,java.lang.Object) -androidx.preference.R$drawable: int abc_ic_ab_back_material -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setWallpaperId(long) -wangdaye.com.geometricweather.R$dimen: int mtrl_card_dragged_z -android.didikee.donate.R$dimen: int disabled_alpha_material_light -androidx.appcompat.resources.R$attr: int fontStyle -com.google.android.material.R$styleable: int Constraint_flow_firstVerticalBias -james.adaptiveicon.R$styleable: int CompoundButton_android_button -com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat_Light -wangdaye.com.geometricweather.R$dimen: int mtrl_slider_track_side_padding -wangdaye.com.geometricweather.common.basic.models.weather.Alert: long getAlertId() -wangdaye.com.geometricweather.R$string: int sp_widget_text_setting -androidx.coordinatorlayout.R$id: int action_divider -com.google.android.material.R$style: int TextAppearance_AppCompat_Large -wangdaye.com.geometricweather.R$styleable: int ThemeEnforcement_enforceMaterialTheme -androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Display3 -com.turingtechnologies.materialscrollbar.R$attr: int expandActivityOverflowButtonDrawable -androidx.swiperefreshlayout.R$dimen: int notification_action_icon_size -androidx.appcompat.R$dimen: int abc_control_padding_material -cyanogenmod.externalviews.ExternalViewProperties: android.view.View mDecorView -com.google.android.material.R$dimen: int disabled_alpha_material_dark -com.google.android.material.R$style: int Widget_Design_Snackbar -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$1: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: io.reactivex.subjects.UnicastSubject window -com.google.android.material.R$color: int tooltip_background_dark -okhttp3.RealCall: okhttp3.Request originalRequest -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_alphabeticShortcut -wangdaye.com.geometricweather.R$styleable: int MockView_mock_showLabel -com.google.android.material.appbar.CollapsingToolbarLayout: void setContentScrimResource(int) -wangdaye.com.geometricweather.R$styleable: int Slider_trackHeight -com.xw.repo.bubbleseekbar.R$attr: int switchPadding -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void onError(java.lang.Throwable) -androidx.fragment.app.SuperNotCalledException: SuperNotCalledException(java.lang.String) -okio.Buffer: okio.Buffer writeUtf8(java.lang.String,int,int) -com.xw.repo.bubbleseekbar.R$attr: int color -androidx.appcompat.widget.SwitchCompat: int getThumbOffset() -androidx.constraintlayout.widget.R$styleable: int[] ViewStubCompat -com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter: CircularProgressViewAdapter() -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) -io.reactivex.internal.util.VolatileSizeArrayList: boolean addAll(int,java.util.Collection) -wangdaye.com.geometricweather.R$string: int settings_title_speed_unit -androidx.appcompat.resources.R$styleable: R$styleable() -io.reactivex.internal.subscriptions.EmptySubscription: int requestFusion(int) -com.google.android.material.R$drawable: int avd_hide_password -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_padding -wangdaye.com.geometricweather.R$string: int settings_title_weather_source -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: long serialVersionUID -cyanogenmod.providers.CMSettings$System: java.lang.String INCREASING_RING_START_VOLUME -io.reactivex.internal.util.VolatileSizeArrayList: java.lang.Object get(int) -wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialog_backgroundInsetStart -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String getLevel() -cyanogenmod.app.ILiveLockScreenManager: boolean registerChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) -androidx.preference.R$string: int expand_button_title -androidx.hilt.lifecycle.R$id: int line3 -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_DarkActionBar_Bridge -okhttp3.internal.http2.Http2Reader: boolean nextFrame(boolean,okhttp3.internal.http2.Http2Reader$Handler) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void clear() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_50 -cyanogenmod.profiles.ConnectionSettings$1: ConnectionSettings$1() -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem -wangdaye.com.geometricweather.R$color: int material_slider_halo_color -retrofit2.ParameterHandler$Field: ParameterHandler$Field(java.lang.String,retrofit2.Converter,boolean) -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language valueOf(java.lang.String) -cyanogenmod.app.ILiveLockScreenChangeListener$Stub$Proxy: void onLiveLockScreenChanged(cyanogenmod.app.LiveLockScreenInfo) -com.google.android.material.R$styleable: int MenuItem_android_checked -androidx.appcompat.R$styleable: int AppCompatTheme_alertDialogTheme -okhttp3.Cookie: boolean persistent() -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: float unitFactor -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintVertical_weight -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX -androidx.dynamicanimation.R$drawable: int notify_panel_notification_icon_bg -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle -androidx.lifecycle.LiveData: void onActive() -io.reactivex.internal.disposables.ArrayCompositeDisposable -okhttp3.internal.ws.RealWebSocket$CancelRunnable -wangdaye.com.geometricweather.R$layout: int design_navigation_item_separator -james.adaptiveicon.R$attr: int windowActionBar -com.google.android.material.R$styleable: int CollapsingToolbarLayout_Layout_layout_collapseMode -com.google.android.material.R$styleable: int KeyAttribute_motionTarget -com.turingtechnologies.materialscrollbar.R$attr: int listChoiceBackgroundIndicator -com.turingtechnologies.materialscrollbar.R$style: int Theme_Design_Light -io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: long serialVersionUID -wangdaye.com.geometricweather.R$styleable: int Toolbar_contentInsetRight -okhttp3.Response: okhttp3.Headers headers() -wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: java.lang.String getUIStyleName(android.content.Context) -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) -com.google.android.material.R$layout: int mtrl_layout_snackbar -wangdaye.com.geometricweather.R$drawable: int shortcuts_rain_foreground -io.reactivex.exceptions.CompositeException: void printStackTrace(java.io.PrintStream) -com.xw.repo.bubbleseekbar.R$styleable: int ViewStubCompat_android_layout -com.google.android.material.R$style: int Widget_MaterialComponents_PopupMenu_ContextMenu -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: Hourly(java.util.Date,long,boolean,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,wangdaye.com.geometricweather.common.basic.models.weather.Temperature,wangdaye.com.geometricweather.common.basic.models.weather.Precipitation,wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability) -retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: boolean isAsync -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ProgressBar -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dialogTheme -okio.Util: short reverseBytesShort(short) -james.adaptiveicon.R$styleable: int AppCompatTheme_windowFixedHeightMajor -wangdaye.com.geometricweather.R$drawable: int ic_state_checked -cyanogenmod.providers.CMSettings$System$3 -androidx.preference.R$id: int top -cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType USER_REQUEST_MIXNMATCH -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float totalPrecipitationProbability -com.google.android.material.R$style: int Theme_MaterialComponents_Light_DialogWhenLarge -androidx.viewpager2.R$id: int info -com.jaredrummler.android.colorpicker.R$attr: int layout_anchor -wangdaye.com.geometricweather.R$layout: int item_trend_hourly -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_menu_overflow_material -cyanogenmod.themes.IThemeService: void registerThemeProcessingListener(cyanogenmod.themes.IThemeProcessingListener) -cyanogenmod.hardware.CMHardwareManager: int FEATURE_VIBRATOR -androidx.lifecycle.SavedStateHandle: androidx.lifecycle.MutableLiveData getLiveData(java.lang.String) -io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: void onSuccess(java.lang.Object) -wangdaye.com.geometricweather.R$dimen: int subtitle_text_size -wangdaye.com.geometricweather.R$color: int mtrl_navigation_item_background_color -com.bumptech.glide.R$drawable: int notification_tile_bg -org.greenrobot.greendao.AbstractDao: void insertInTx(java.lang.Iterable) -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_title_material_toolbar -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowMinWidthMinor -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown -james.adaptiveicon.R$color: int abc_primary_text_disable_only_material_light -cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode getLightsMode() -com.jaredrummler.android.colorpicker.R$anim: int abc_fade_out -io.reactivex.Observable: io.reactivex.Single singleOrError() -androidx.preference.R$styleable: int[] ColorStateListItem -james.adaptiveicon.R$style: int Widget_AppCompat_Spinner_Underlined -io.reactivex.internal.observers.BasicIntQueueDisposable: BasicIntQueueDisposable() -retrofit2.Response: java.lang.String message() -com.google.android.material.slider.Slider: void setTrackActiveTintList(android.content.res.ColorStateList) -com.jaredrummler.android.colorpicker.R$id: int textSpacerNoButtons -android.didikee.donate.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow -androidx.hilt.work.R$string: int status_bar_notification_info_overflow -androidx.appcompat.R$styleable: int CompoundButton_buttonTint -cyanogenmod.providers.CMSettings$DiscreteValueValidator: CMSettings$DiscreteValueValidator(java.lang.String[]) -com.google.android.material.R$color: int design_default_color_surface -okio.ForwardingSink -okhttp3.Headers$Builder -james.adaptiveicon.R$styleable: int AppCompatTheme_windowActionBar -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: MfWarningsResult() -com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getCounterTextColor() -androidx.preference.R$styleable: int AppCompatTheme_colorError -androidx.recyclerview.R$dimen: int item_touch_helper_max_drag_scroll_per_frame -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_popupMenuStyle -androidx.hilt.R$styleable: int ColorStateListItem_android_alpha -androidx.appcompat.R$styleable: int Toolbar_contentInsetStart -androidx.transition.R$styleable: int[] GradientColorItem -androidx.constraintlayout.widget.R$id: int unchecked -com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginTop -androidx.appcompat.view.menu.ListMenuItemView: android.view.LayoutInflater getInflater() -com.jaredrummler.android.colorpicker.R$attr: int buttonStyle -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_FixedSize -io.reactivex.Observable: io.reactivex.Observable debounce(long,java.util.concurrent.TimeUnit) -cyanogenmod.providers.CMSettings$Global: boolean putStringForUser(android.content.ContentResolver,java.lang.String,java.lang.String,int) -wangdaye.com.geometricweather.R$styleable: int MotionScene_defaultDuration -androidx.work.R$dimen: int notification_big_circle_margin -com.google.android.material.R$dimen: int material_helper_text_font_1_3_padding_top -wangdaye.com.geometricweather.R$styleable: int Constraint_android_rotation -androidx.appcompat.R$id: int action_bar_spinner -cyanogenmod.app.StatusBarPanelCustomTile: StatusBarPanelCustomTile(java.lang.String,java.lang.String,java.lang.String,int,java.lang.String,int,int,cyanogenmod.app.CustomTile,android.os.UserHandle) -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Headline4 -androidx.coordinatorlayout.R$id: int tag_accessibility_pane_title -com.turingtechnologies.materialscrollbar.R$attr: int itemTextColor -wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String city -wangdaye.com.geometricweather.R$attr: int msb_recyclerView -androidx.lifecycle.MediatorLiveData: MediatorLiveData() -com.google.android.material.R$styleable: int PopupWindowBackgroundState_state_above_anchor -james.adaptiveicon.R$dimen: int abc_select_dialog_padding_start_material -okhttp3.internal.cache.DiskLruCache$1: DiskLruCache$1(okhttp3.internal.cache.DiskLruCache) -io.reactivex.internal.subscriptions.SubscriptionArbiter: void setSubscription(org.reactivestreams.Subscription) -androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_font -android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid -com.google.android.material.R$dimen: int material_filled_edittext_font_1_3_padding_bottom -okhttp3.internal.Util: boolean skipAll(okio.Source,int,java.util.concurrent.TimeUnit) -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: java.lang.String getSerialNumber() -com.xw.repo.BubbleSeekBar: void setThumbColor(int) -cyanogenmod.providers.CMSettings$Secure$2: java.lang.String mDelimiter -androidx.appcompat.R$style: int Base_Theme_AppCompat_Dialog_Alert -androidx.dynamicanimation.R$layout: int notification_template_part_time -androidx.appcompat.R$attr: int actionModePasteDrawable -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Direction -okhttp3.internal.http2.Header: int hpackSize -io.reactivex.internal.observers.InnerQueuedObserver: int prefetch -androidx.preference.R$dimen: int abc_list_item_height_material -com.google.android.material.R$attr: int itemShapeInsetStart -retrofit2.http.Body -androidx.hilt.R$dimen: int notification_small_icon_size_as_large -wangdaye.com.geometricweather.R$id: int dialog_minimal_icon_xmlIcon -com.google.android.material.R$style: int Theme_AppCompat -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_NoActionBar -androidx.cardview.R$attr: int contentPaddingLeft -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_percent -android.didikee.donate.R$attr: int autoCompleteTextViewStyle -wangdaye.com.geometricweather.db.entities.MinutelyEntity: int minuteInterval -retrofit2.ParameterHandler$Query: boolean encoded -io.reactivex.Observable: io.reactivex.Observable concatMapEagerDelayError(io.reactivex.functions.Function,int,int,boolean) -com.turingtechnologies.materialscrollbar.R$id: int forever -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.util.Map rights -com.bumptech.glide.Registry$NoSourceEncoderAvailableException: Registry$NoSourceEncoderAvailableException(java.lang.Class) -androidx.preference.MultiSelectListPreference: MultiSelectListPreference(android.content.Context,android.util.AttributeSet) -okhttp3.HttpUrl: java.lang.String encodedQuery() -com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getLabelVisibilityMode() -com.google.android.material.R$attr: int toolbarStyle -okio.ForwardingSink: okio.Sink delegate() -io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: io.reactivex.Observer downstream -com.turingtechnologies.materialscrollbar.R$attr: int state_collapsed -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarViewPager -com.google.android.material.R$style: int Theme_AppCompat_Dialog -james.adaptiveicon.R$drawable: int abc_ic_star_black_36dp -cyanogenmod.weather.WeatherInfo$DayForecast: int describeContents() -james.adaptiveicon.R$attr: int navigationMode -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property TotalPrecipitation -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeApparentTemperature() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$LocalSource: java.lang.String WeatherCode -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_voiceIcon -android.didikee.donate.R$styleable: int[] SearchView -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_rotation -okhttp3.Response: Response(okhttp3.Response$Builder) -androidx.customview.R$dimen: int notification_media_narrow_margin -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void onComplete() -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService this$0 -androidx.appcompat.R$attr: int dropDownListViewStyle -androidx.constraintlayout.motion.widget.MotionLayout$TransitionState: androidx.constraintlayout.motion.widget.MotionLayout$TransitionState valueOf(java.lang.String) -com.google.android.material.R$attr: int textAllCaps -wangdaye.com.geometricweather.R$styleable: int SwitchPreference_disableDependentsState -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_padding_right -com.google.android.material.R$styleable: int SearchView_voiceIcon -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setModifyInHour(boolean) -io.reactivex.internal.observers.InnerQueuedObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_visibility -james.adaptiveicon.R$styleable: int[] ActionBar -androidx.recyclerview.widget.RecyclerView: void addOnItemTouchListener(androidx.recyclerview.widget.RecyclerView$OnItemTouchListener) -io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: java.lang.Object getAndNullValue() -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHorizontal_weight -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf -okhttp3.RealCall$1: void timedOut() -com.bumptech.glide.integration.okhttp.R$style: int TextAppearance_Compat_Notification_Time -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_16 -com.bumptech.glide.integration.okhttp.R$dimen: int compat_button_inset_horizontal_material -com.google.android.material.R$drawable: int abc_btn_default_mtrl_shape -androidx.vectordrawable.animated.R$styleable: int GradientColor_android_centerX -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_48 -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: int count -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Bridge -androidx.constraintlayout.utils.widget.ImageFilterView: void setRound(float) -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_switchTextOff -androidx.preference.R$attr: int titleMarginTop -com.google.android.material.R$attr: int popupMenuStyle -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: java.lang.Object v2 -okhttp3.OkHttpClient$Builder: okhttp3.Cache cache -androidx.preference.R$attr: int windowFixedWidthMinor -com.turingtechnologies.materialscrollbar.R$styleable: int[] ForegroundLinearLayout -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: java.lang.String ShortPhrase -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Description -androidx.appcompat.resources.R$dimen: int compat_notification_large_icon_max_height -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_horizontalAlign -androidx.appcompat.R$dimen: int compat_button_inset_horizontal_material -androidx.lifecycle.MutableLiveData: void setValue(java.lang.Object) -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void innerError(io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver,java.lang.Throwable) -com.google.android.material.R$attr: int chipIconSize -android.didikee.donate.R$styleable: int SwitchCompat_thumbTextPadding -android.didikee.donate.R$id: int right_side -com.google.android.material.slider.BaseSlider: float getValueOfTouchPositionAbsolute() -androidx.appcompat.resources.R$dimen: int notification_action_text_size -wangdaye.com.geometricweather.R$attr: int bsb_bubble_color -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_AES_256_CBC_SHA -com.jaredrummler.android.colorpicker.R$drawable: int notification_template_icon_low_bg -cyanogenmod.app.CustomTile$ExpandedStyle: cyanogenmod.app.CustomTile$ExpandedItem[] getExpandedItems() -wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.util.Date getDate() -james.adaptiveicon.R$styleable: int MenuView_android_headerBackground -androidx.lifecycle.ViewModelProvider$OnRequeryFactory: ViewModelProvider$OnRequeryFactory() -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_AutoCompleteTextView -androidx.transition.R$drawable: int notify_panel_notification_icon_bg -androidx.lifecycle.Transformations$3: void onChanged(java.lang.Object) -james.adaptiveicon.R$styleable: int SwitchCompat_trackTintMode -cyanogenmod.weather.WeatherInfo: boolean equals(java.lang.Object) -okhttp3.MultipartBody$Part: okhttp3.MultipartBody$Part createFormData(java.lang.String,java.lang.String,okhttp3.RequestBody) -com.google.android.material.R$attr: int trackColor -androidx.preference.R$attr: int colorControlNormal -com.google.android.material.chip.Chip: Chip(android.content.Context,android.util.AttributeSet,int) -com.turingtechnologies.materialscrollbar.R$style: int Animation_AppCompat_Tooltip -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_icon_size -okhttp3.internal.http2.Http2Stream$FramingSink: void close() -wangdaye.com.geometricweather.R$styleable: int AlertDialog_android_layout -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textColorAlertDialogListItem -wangdaye.com.geometricweather.R$attr: int labelBehavior -com.turingtechnologies.materialscrollbar.R$attr: int backgroundTintMode -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getTreeIndex() -androidx.hilt.R$dimen: R$dimen() -com.google.android.material.R$layout: int design_layout_snackbar_include -androidx.preference.R$id: int src_over -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_track_color -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String getTreeDescription() -androidx.constraintlayout.widget.R$styleable: int Transform_android_translationY -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver -io.reactivex.Observable: io.reactivex.Observable throttleFirst(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -com.google.android.material.card.MaterialCardView: android.content.res.ColorStateList getCardBackgroundColor() -androidx.constraintlayout.widget.R$attr: int mock_labelColor -okhttp3.internal.cache2.Relay: okio.Source upstream -wangdaye.com.geometricweather.settings.dialogs.RunningInBackgroundODialog -wangdaye.com.geometricweather.settings.dialogs.AdaptiveIconDialog -wangdaye.com.geometricweather.R$string: int key_widget_minimal_icon -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: long timeout -cyanogenmod.externalviews.KeyguardExternalViewProviderService -wangdaye.com.geometricweather.R$styleable: int[] SeekBarPreference -james.adaptiveicon.R$attr: int colorButtonNormal -wangdaye.com.geometricweather.R$id: int widget_week_week_3 -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder socketFactory(javax.net.SocketFactory) -okhttp3.internal.Internal: okhttp3.Call newWebSocketCall(okhttp3.OkHttpClient,okhttp3.Request) -okhttp3.internal.Util: java.lang.String[] concat(java.lang.String[],java.lang.String) -com.google.android.material.R$id: int material_label -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat -androidx.constraintlayout.widget.R$attr: int moveWhenScrollAtTop -cyanogenmod.weather.WeatherInfo$DayForecast$1 -okio.Buffer: long indexOf(byte,long,long) -com.jaredrummler.android.colorpicker.R$styleable: int CheckBoxPreference_android_summaryOff -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Pm10 -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_subtitle -com.google.android.material.R$style: int Base_Widget_AppCompat_PopupMenu -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_go_search_api_material -io.reactivex.internal.schedulers.RxThreadFactory -io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: java.lang.Object enterTransform(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar -com.google.android.material.R$id: int coordinator -androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat_Light -com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_previewSize -okhttp3.internal.platform.JdkWithJettyBootPlatform -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceBody2 -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_maxWidth -com.jaredrummler.android.colorpicker.R$integer: int abc_config_activityDefaultDur -androidx.loader.R$styleable: int FontFamilyFont_fontStyle -androidx.preference.R$styleable: int AlertDialog_listLayout -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Snow: AccuDailyResult$DailyForecasts$Night$Snow() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: void setIndices(java.util.List) -androidx.lifecycle.ViewModelProviders: androidx.lifecycle.ViewModelProvider of(androidx.fragment.app.Fragment,androidx.lifecycle.ViewModelProvider$Factory) -io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: io.reactivex.disposables.Disposable upstream -com.google.gson.FieldNamingPolicy$1: FieldNamingPolicy$1(java.lang.String,int) -okhttp3.internal.http2.Http2Codec: void finishRequest() -com.google.android.material.R$styleable: int ConstraintSet_flow_lastVerticalBias -com.google.android.material.slider.BaseSlider: int getTrackWidth() -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode FLOW_CONTROL_ERROR -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String shortDescription -retrofit2.http.HEAD: java.lang.String value() -com.google.android.material.R$styleable: int MockView_mock_label -com.google.android.material.R$dimen: int design_snackbar_background_corner_radius -com.xw.repo.bubbleseekbar.R$attr: int background -com.google.android.material.button.MaterialButton: void setIconPadding(int) -okio.SegmentedByteString: byte[] toByteArray() -androidx.constraintlayout.widget.R$id: int search_edit_frame -com.google.android.material.button.MaterialButtonToggleGroup: void setSingleSelection(int) -retrofit2.converter.gson.GsonResponseBodyConverter: java.lang.Object convert(okhttp3.ResponseBody) -android.support.v4.app.INotificationSideChannel$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -com.google.android.material.R$styleable: int CardView_android_minHeight -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: long produced -androidx.appcompat.R$styleable: int TextAppearance_android_typeface -com.google.android.material.R$styleable: int MaterialButton_android_insetLeft -androidx.preference.R$color: int primary_text_disabled_material_dark -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_navigationContentDescription -com.google.android.material.R$attr: int buttonPanelSideLayout -com.google.android.material.R$drawable: int material_ic_menu_arrow_down_black_24dp -com.google.android.material.R$attr: int colorControlNormal -androidx.lifecycle.Transformations$2$1: androidx.lifecycle.Transformations$2 this$0 -wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: NumberAnimTextView(android.content.Context,android.util.AttributeSet) -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_android_inputType -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeRainPrecipitation -wangdaye.com.geometricweather.R$animator: int design_fab_hide_motion_spec -wangdaye.com.geometricweather.R$xml: int widget_text -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: int status -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Display4 -androidx.preference.R$styleable: int[] MenuGroup -com.google.android.material.R$styleable: int MaterialCalendarItem_itemStrokeWidth -wangdaye.com.geometricweather.R$attr: int paddingStart -androidx.appcompat.R$styleable: int[] AppCompatTextHelper -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getNo2Desc() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: AccuCurrentResult() -wangdaye.com.geometricweather.R$drawable: int widget_card_light_20 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String getWeather() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_autoSizeTextType -okio.ByteString: int codePointIndexToCharIndex(java.lang.String,int) -wangdaye.com.geometricweather.R$drawable: int widget_card_dark_20 -okio.ByteString: void writeObject(java.io.ObjectOutputStream) -james.adaptiveicon.R$color: int abc_tint_default -androidx.customview.R$style: int TextAppearance_Compat_Notification_Time -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.Long getId() -androidx.fragment.R$styleable: int FontFamilyFont_android_font -wangdaye.com.geometricweather.R$string: int sp_widget_clock_day_horizontal_setting -wangdaye.com.geometricweather.R$style: int Preference_DropDown_Material -androidx.coordinatorlayout.R$attr: int statusBarBackground -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWindLevel -wangdaye.com.geometricweather.R$color: int abc_hint_foreground_material_light -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableStartCompat -com.google.android.material.R$color: int mtrl_navigation_item_icon_tint -com.google.android.material.R$attr: int contentPaddingRight -cyanogenmod.externalviews.KeyguardExternalViewProviderService: KeyguardExternalViewProviderService() -wangdaye.com.geometricweather.R$style: int Platform_ThemeOverlay_AppCompat_Light -androidx.constraintlayout.widget.Group: void setVisibility(int) -wangdaye.com.geometricweather.R$attr: int itemBackground -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_wrapMode -okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.lang.String[] findMatchingRule(java.lang.String[]) -android.didikee.donate.R$styleable: int AppCompatTheme_alertDialogStyle -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType LoadAll -james.adaptiveicon.R$id: int forever -wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_textColor -okhttp3.internal.http2.Header$Listener -androidx.recyclerview.widget.StaggeredGridLayoutManager -wangdaye.com.geometricweather.R$color: int primary_text_disabled_material_dark -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon -androidx.recyclerview.R$style: int TextAppearance_Compat_Notification_Line2 -androidx.lifecycle.ReportFragment: void injectIfNeededIn(android.app.Activity) -com.bumptech.glide.integration.okhttp.R$id: int action_divider -androidx.loader.R$drawable: int notification_tile_bg -androidx.preference.R$dimen: int abc_text_size_headline_material -com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getPlaceholderText() -cyanogenmod.weather.util.WeatherUtils: WeatherUtils() -androidx.customview.R$styleable: int[] FontFamily -androidx.appcompat.resources.R$attr: int fontProviderFetchStrategy -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getDisplayModes -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_ProgressIndicator_Linear -com.turingtechnologies.materialscrollbar.R$styleable: int[] CoordinatorLayout -io.reactivex.Observable: io.reactivex.disposables.Disposable forEachWhile(io.reactivex.functions.Predicate) -androidx.preference.R$styleable: int CompoundButton_buttonTintMode -androidx.appcompat.R$attr: int defaultQueryHint -wangdaye.com.geometricweather.R$styleable: int MaterialButton_android_checkable -okhttp3.internal.ws.RealWebSocket$1: void run() -io.reactivex.Observable: io.reactivex.Observable skip(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -android.didikee.donate.R$attr: int homeLayout -androidx.hilt.R$id: int accessibility_action_clickable_span -androidx.preference.R$styleable: int ViewStubCompat_android_id -wangdaye.com.geometricweather.db.entities.WeatherEntity: long getPublishTime() -wangdaye.com.geometricweather.R$id: int autoCompleteToEnd -com.google.android.material.floatingactionbutton.FloatingActionButton: void setScaleY(float) -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: ObservableFlatMapMaybe$FlatMapMaybeObserver(io.reactivex.Observer,io.reactivex.functions.Function,boolean) -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: void dispose() -com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_spanCount -com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getHaloTintList() -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_31 -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small -wangdaye.com.geometricweather.R$styleable: int MockView_mock_diagonalsColor -com.jaredrummler.android.colorpicker.R$styleable: int ButtonBarLayout_allowStacking -wangdaye.com.geometricweather.R$string: int feedback_show_widget_card -okhttp3.Request: okhttp3.RequestBody body -wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.lang.String description -okhttp3.TlsVersion: java.lang.String javaName() -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer windSpeed -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_19 -com.google.android.material.R$dimen: int design_bottom_navigation_icon_size -io.reactivex.internal.queue.SpscArrayQueue: void soProducerIndex(long) -com.google.android.material.internal.FlowLayout: FlowLayout(android.content.Context) -wangdaye.com.geometricweather.R$color: int mtrl_navigation_item_icon_tint -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_endColor -com.xw.repo.bubbleseekbar.R$drawable: int abc_cab_background_top_mtrl_alpha -androidx.constraintlayout.motion.widget.MotionLayout: void setDebugMode(int) -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void innerComplete() -androidx.constraintlayout.widget.R$styleable: int Layout_barrierMargin -androidx.preference.EditTextPreference$SavedState -androidx.constraintlayout.widget.R$id: int animateToEnd -wangdaye.com.geometricweather.R$id: int widget_trend_daily_item_2 -androidx.core.R$drawable: int notify_panel_notification_icon_bg -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Snow: int UnitType -androidx.preference.internal.PreferenceImageView: int getMaxHeight() -okhttp3.RealCall: java.lang.String redactedUrl() -wangdaye.com.geometricweather.R$attr: int horizontalOffset -androidx.transition.R$id: int tag_unhandled_key_event_manager -wangdaye.com.geometricweather.R$styleable: int StateListDrawable_android_visible -james.adaptiveicon.R$drawable: int abc_seekbar_thumb_material -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void onComplete() -wangdaye.com.geometricweather.R$color: int bright_foreground_inverse_material_dark -androidx.appcompat.widget.Toolbar$SavedState -androidx.constraintlayout.widget.R$attr: int flow_firstHorizontalStyle -com.google.android.material.R$styleable: int MotionHelper_onShow -androidx.preference.R$styleable: int AppCompatTheme_colorControlActivated -com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawable_android_exitFadeDuration -androidx.lifecycle.ViewModelProvider$KeyedFactory -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_firstVerticalBias -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation -cyanogenmod.platform.R$xml -cyanogenmod.util.ColorUtils$1: int compare(java.lang.Object,java.lang.Object) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: org.reactivestreams.Subscriber downstream -com.turingtechnologies.materialscrollbar.R$style: int Platform_Widget_AppCompat_Spinner -james.adaptiveicon.R$styleable: int LinearLayoutCompat_android_orientation -com.google.android.material.R$styleable: int[] ShapeableImageView -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property PublishDate -com.google.android.material.R$styleable: int ExtendedFloatingActionButton_extendMotionSpec -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarTabBarStyle -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle -cyanogenmod.library.R -androidx.viewpager2.R$id: int dialog_button -james.adaptiveicon.R$styleable: int AppCompatTheme_dialogCornerRadius -android.didikee.donate.R$drawable: int abc_dialog_material_background -androidx.core.R$id: int accessibility_custom_action_2 -cyanogenmod.profiles.StreamSettings: StreamSettings(android.os.Parcel) -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: void setOnClickListener(android.view.View$OnClickListener) -wangdaye.com.geometricweather.R$string: int get_more_store -okhttp3.Dispatcher: void setMaxRequestsPerHost(int) -org.greenrobot.greendao.AbstractDaoMaster: org.greenrobot.greendao.AbstractDaoSession newSession() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX getBrandInfo() -okhttp3.OkHttpClient$1: java.io.IOException timeoutExit(okhttp3.Call,java.io.IOException) -okhttp3.WebSocketListener: void onMessage(okhttp3.WebSocket,okio.ByteString) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Imperial Imperial -wangdaye.com.geometricweather.R$styleable: int GradientColorItem_android_offset -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure -android.didikee.donate.R$styleable: int SearchView_android_focusable -androidx.constraintlayout.widget.R$styleable: int KeyCycle_waveVariesBy -com.google.android.material.R$attr: int useCompatPadding -com.google.android.material.R$dimen: int design_navigation_item_horizontal_padding -io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: int size -wangdaye.com.geometricweather.R$id: int ragweedValue -okhttp3.internal.http2.Http2Stream: boolean $assertionsDisabled -com.turingtechnologies.materialscrollbar.R$color: int accent_material_dark -androidx.hilt.work.R$id: int text2 -android.support.v4.app.INotificationSideChannel$Stub: boolean setDefaultImpl(android.support.v4.app.INotificationSideChannel) -james.adaptiveicon.R$attr: int thickness -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: AccuHourlyResult() -androidx.coordinatorlayout.R$id: int accessibility_custom_action_24 -androidx.appcompat.R$drawable: int btn_checkbox_unchecked_to_checked_mtrl_animation -androidx.appcompat.R$styleable: int GradientColorItem_android_color -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: FlowableCreate$SerializedEmitter(io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter) -com.turingtechnologies.materialscrollbar.R$attr: int materialCardViewStyle -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_WITH_DES_CBC_SHA -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionButton -androidx.preference.R$style: R$style() -cyanogenmod.app.StatusBarPanelCustomTile: int id -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void drainLoop() -com.google.android.material.R$color: int mtrl_navigation_item_background_color -cyanogenmod.app.suggest.IAppSuggestManager: java.util.List getSuggestions(android.content.Intent) -com.google.android.material.appbar.AppBarLayout: int getMinimumHeightForVisibleOverlappingContent() -com.google.android.material.R$color: int background_floating_material_light -androidx.constraintlayout.widget.R$id: int image -androidx.appcompat.widget.ActionMenuView: int getPopupTheme() -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_constraint_referenced_ids -com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_bg_color_selector -cyanogenmod.providers.CMSettings$System: CMSettings$System() -androidx.preference.R$attr: int expandActivityOverflowButtonDrawable -com.turingtechnologies.materialscrollbar.R$drawable: int mtrl_tabs_default_indicator -androidx.hilt.R$id: int tag_accessibility_pane_title -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constrainedHeight -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabPaddingEnd -okhttp3.Interceptor$Chain: okhttp3.Interceptor$Chain withReadTimeout(int,java.util.concurrent.TimeUnit) -cyanogenmod.profiles.ConnectionSettings: int mSubId -androidx.constraintlayout.utils.widget.ImageFilterButton: ImageFilterButton(android.content.Context,android.util.AttributeSet,int) -androidx.preference.R$drawable: int abc_list_focused_holo -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle -com.turingtechnologies.materialscrollbar.R$id: int container -james.adaptiveicon.R$color: int abc_tint_spinner -android.didikee.donate.R$styleable: int AppCompatTheme_actionModeSplitBackground -androidx.constraintlayout.widget.R$id: int asConfigured -okhttp3.Cache$Entry: okhttp3.Headers varyHeaders -com.google.android.material.chip.ChipGroup: void setChipSpacingVertical(int) -android.didikee.donate.R$drawable: int abc_ic_menu_cut_mtrl_alpha -com.jaredrummler.android.colorpicker.R$dimen: int notification_content_margin_start -retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_framePosition -com.google.android.material.R$attr: int layout_constraintVertical_bias -cyanogenmod.app.CMTelephonyManager: boolean isDataConnectionSelectedOnSub(int) -cyanogenmod.weather.CMWeatherManager: java.lang.String TAG -androidx.cardview.R$style -androidx.viewpager2.R$id: int accessibility_custom_action_18 -wangdaye.com.geometricweather.R$drawable: int widget_clock_day_details -wangdaye.com.geometricweather.R$styleable: int MenuGroup_android_checkableBehavior -androidx.constraintlayout.widget.R$attr: int layout_editor_absoluteY -com.google.android.material.R$attr: int cornerFamilyBottomRight -com.jaredrummler.android.colorpicker.R$attr: int listChoiceBackgroundIndicator -com.xw.repo.bubbleseekbar.R$id: int forever -androidx.preference.R$drawable: int abc_spinner_textfield_background_material -wangdaye.com.geometricweather.R$xml: int standalone_badge -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_RatingBar -com.google.android.material.bottomnavigation.BottomNavigationItemView -androidx.coordinatorlayout.R$styleable: int FontFamily_fontProviderFetchTimeout -okhttp3.Response: java.lang.String message() -okhttp3.internal.ws.WebSocketProtocol: long CLOSE_MESSAGE_MAX -androidx.constraintlayout.widget.R$attr: int dialogCornerRadius -com.google.android.material.card.MaterialCardView: void setUseCompatPadding(boolean) -wangdaye.com.geometricweather.R$string: int error_icon_content_description -androidx.appcompat.R$style: int Base_V21_Theme_AppCompat_Light -cyanogenmod.app.CustomTile$ExpandedItem: int describeContents() -cyanogenmod.weather.WeatherInfo$Builder: double mWindDirection -androidx.drawerlayout.widget.DrawerLayout: void setScrimColor(int) -androidx.constraintlayout.widget.R$styleable: int Layout_layout_editor_absoluteY -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float getPressure() -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_ratingBarStyleSmall -androidx.fragment.R$id: int tag_unhandled_key_listeners -androidx.activity.R$dimen: R$dimen() -android.didikee.donate.R$style: int Base_Theme_AppCompat_Light_Dialog -cyanogenmod.app.LiveLockScreenInfo: int PRIORITY_MIN -wangdaye.com.geometricweather.R$color: int background_material_dark -com.google.android.material.R$integer: int mtrl_tab_indicator_anim_duration_ms -com.xw.repo.bubbleseekbar.R$attr: int customNavigationLayout -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Metric: int UnitType -wangdaye.com.geometricweather.R$attr: int listPreferredItemPaddingLeft -androidx.work.ArrayCreatingInputMerger -android.didikee.donate.R$attr: int divider -androidx.customview.R$styleable: int FontFamilyFont_android_fontVariationSettings -androidx.preference.R$styleable: int[] PopupWindow -androidx.preference.R$drawable: int abc_ic_menu_selectall_mtrl_alpha -androidx.hilt.work.R$dimen: int notification_small_icon_background_padding -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Display1 -wangdaye.com.geometricweather.R$attr: int roundPercent -okhttp3.FormBody: void writeTo(okio.BufferedSink) -com.xw.repo.bubbleseekbar.R$layout: int abc_popup_menu_item_layout -okhttp3.internal.http2.Http2Connection$PingRunnable: boolean reply -androidx.preference.R$layout: int preference_list_fragment -com.jaredrummler.android.colorpicker.R$styleable: int[] AnimatedStateListDrawableCompat -retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: io.reactivex.Observer observer -james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat_Light -io.reactivex.Observable: io.reactivex.Observable intervalRange(long,long,long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -androidx.coordinatorlayout.R$styleable: int FontFamily_fontProviderQuery -com.google.android.material.imageview.ShapeableImageView: com.google.android.material.shape.ShapeAppearanceModel getShapeAppearanceModel() -io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy[] values() -okhttp3.internal.platform.Platform: void configureTlsExtensions(javax.net.ssl.SSLSocket,java.lang.String,java.util.List) -androidx.drawerlayout.R$attr: int fontProviderQuery -com.google.android.material.R$attr: int maxCharacterCount -com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemBackgroundRes(int) -james.adaptiveicon.R$id: int search_mag_icon -retrofit2.KotlinExtensions$awaitResponse$$inlined$suspendCancellableCoroutine$lambda$1: void invoke(java.lang.Throwable) -wangdaye.com.geometricweather.R$drawable: int selectable_item_background -com.turingtechnologies.materialscrollbar.R$drawable: int abc_cab_background_internal_bg -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ListPopupWindow -retrofit2.http.PartMap -androidx.appcompat.resources.R$id: int tag_accessibility_heading -androidx.constraintlayout.widget.Barrier: int getType() -androidx.lifecycle.ViewModelProvider$Factory -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Spinner -wangdaye.com.geometricweather.R$style: int PopupWindowAnimation_Bottom_Left -james.adaptiveicon.R$attr: int elevation -androidx.vectordrawable.R$styleable: int FontFamilyFont_fontStyle -androidx.preference.R$attr: int alertDialogTheme -wangdaye.com.geometricweather.R$layout: int mtrl_calendar_horizontal -androidx.preference.R$color: int bright_foreground_inverse_material_dark -androidx.constraintlayout.helper.widget.Flow -androidx.appcompat.R$drawable: int abc_btn_check_material -com.google.android.material.textfield.TextInputLayout: void setStartIconVisible(boolean) -com.google.android.material.R$style: int Theme_AppCompat_DayNight_Dialog_Alert -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Metric: AccuCurrentResult$RealFeelTemperatureShade$Metric() -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property DegreeDayTemperature -android.didikee.donate.R$dimen: int abc_dialog_fixed_width_minor -com.turingtechnologies.materialscrollbar.R$color: int secondary_text_default_material_dark -wangdaye.com.geometricweather.R$dimen: int cpv_required_padding -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeCopyDrawable -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedEmitLast -cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void alterWindow(int,int,int,int,boolean,android.graphics.Rect) -com.google.android.material.R$styleable: int[] AppBarLayout -wangdaye.com.geometricweather.R$drawable: int notif_temp_106 -io.reactivex.internal.observers.DeferredScalarDisposable: int FUSED_READY -com.xw.repo.bubbleseekbar.R$attr: int collapseContentDescription -wangdaye.com.geometricweather.R$xml: R$xml() -androidx.preference.R$styleable: int ActionBar_backgroundSplit -androidx.appcompat.R$id: int title -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String getDistrict() -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: java.util.concurrent.TimeUnit unit -io.reactivex.Observable: io.reactivex.disposables.Disposable subscribe(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer,io.reactivex.functions.Action) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall -com.jaredrummler.android.colorpicker.R$attr: int actionModeShareDrawable -androidx.lifecycle.ClassesInfoCache: androidx.lifecycle.ClassesInfoCache$CallbackInfo createInfo(java.lang.Class,java.lang.reflect.Method[]) -com.google.android.material.R$styleable: int SearchView_iconifiedByDefault -com.turingtechnologies.materialscrollbar.R$attr: int liftOnScroll -com.turingtechnologies.materialscrollbar.R$attr: int checkedIcon -com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: java.lang.reflect.Type getGenericComponentType() -okio.AsyncTimeout: long IDLE_TIMEOUT_MILLIS -com.google.android.material.R$style: int Widget_MaterialComponents_Button_UnelevatedButton -com.google.android.material.appbar.CollapsingToolbarLayout: void setCollapsedTitleTextAppearance(int) -okio.Buffer: okio.ByteString snapshot(int) -androidx.fragment.R$styleable: int FontFamilyFont_android_fontWeight -io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: void onError(java.lang.Throwable) -com.google.android.material.R$string: int material_slider_range_start -cyanogenmod.profiles.RingModeSettings: boolean isDirty() -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Body2 -com.bumptech.glide.integration.okhttp.R$attr: R$attr() -androidx.appcompat.R$string: int abc_menu_shift_shortcut_label -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature: AccuDailyResult$DailyForecasts$RealFeelTemperature() -wangdaye.com.geometricweather.R$id: int flip -androidx.appcompat.widget.AppCompatButton: void setSupportBackgroundTintList(android.content.res.ColorStateList) -james.adaptiveicon.R$styleable: int AppCompatTextView_drawableLeftCompat -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Snackbar_TextView -androidx.cardview.R$style: int CardView_Light -androidx.appcompat.R$styleable: int AppCompatTextView_fontVariationSettings -com.google.android.material.R$style: int Base_Widget_AppCompat_ActivityChooserView -androidx.preference.R$drawable: int abc_ic_menu_share_mtrl_alpha -wangdaye.com.geometricweather.weather.apis.CaiYunApi -james.adaptiveicon.R$attr: int progressBarStyle -android.didikee.donate.R$style: int Base_Theme_AppCompat_Dialog_MinWidth -com.google.android.material.R$style: int Platform_MaterialComponents_Light -wangdaye.com.geometricweather.R$styleable: int ClockHandView_materialCircleRadius -com.google.android.material.R$id: int design_menu_item_text -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_titleEnabled -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: CaiYunMainlyResult$CurrentBean$HumidityBean() -wangdaye.com.geometricweather.R$string: int settings_title_pressure_unit -androidx.appcompat.R$styleable: int MenuView_android_itemBackground -com.google.android.material.R$attr: int selectionRequired -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarPopupTheme -com.bumptech.glide.R$style: int Widget_Support_CoordinatorLayout -cyanogenmod.alarmclock.ClockContract$InstancesColumns: int SILENT_STATE -wangdaye.com.geometricweather.R$id: int snackbar_text -com.google.android.material.R$attr: int thickness -cyanogenmod.app.StatusBarPanelCustomTile$1: java.lang.Object[] newArray(int) -okio.Pipe: okio.Buffer buffer -android.didikee.donate.R$attr: int actionModePopupWindowStyle -wangdaye.com.geometricweather.R$attr: int divider -androidx.swiperefreshlayout.R$dimen: int compat_notification_large_icon_max_height -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_counterMaxLength -androidx.work.R$drawable: R$drawable() -james.adaptiveicon.R$bool: int abc_allow_stacked_button_bar -wangdaye.com.geometricweather.R$string: int wind_7 -androidx.lifecycle.LifecycleService: androidx.lifecycle.Lifecycle getLifecycle() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial: AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial() -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Caption -com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_TextInputLayout -cyanogenmod.app.CustomTile: android.app.PendingIntent onClick -wangdaye.com.geometricweather.R$styleable: int MaterialCardView_strokeColor -okhttp3.internal.cache.DiskLruCache$Snapshot: long sequenceNumber -androidx.constraintlayout.motion.widget.MotionLayout: int getCurrentState() -cyanogenmod.app.Profile: int mNameResId -androidx.preference.R$styleable: int Fragment_android_tag -com.turingtechnologies.materialscrollbar.R$attr: int tint -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: boolean isEmpty() -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabGravity -androidx.constraintlayout.widget.R$attr: int icon -androidx.lifecycle.LifecycleRegistry: void forwardPass(androidx.lifecycle.LifecycleOwner) -androidx.constraintlayout.widget.R$drawable: int notification_bg_low_normal -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintWidth_max -com.xw.repo.bubbleseekbar.R$drawable: int abc_list_selector_disabled_holo_dark -androidx.preference.R$dimen: int abc_seekbar_track_progress_height_material -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorIconTint -okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.lang.String[] PREVAILING_RULE -androidx.constraintlayout.widget.R$attr: int layout_constraintVertical_weight -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: void setDataConnectionSelectedOnSub(int) -androidx.appcompat.widget.AppCompatAutoCompleteTextView: void setBackgroundDrawable(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setPm10(java.lang.Float) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listMenuViewStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: int getStatus() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeSnowPrecipitationDuration -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Direction: AccuDailyResult$DailyForecasts$Day$Wind$Direction() -wangdaye.com.geometricweather.R$string: int key_gravity_sensor_switch -retrofit2.http.Field: boolean encoded() -androidx.appcompat.app.AppCompatDelegateImpl$ListMenuDecorView -androidx.hilt.work.R$anim: int fragment_fade_exit -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Button_Small -com.turingtechnologies.materialscrollbar.R$id: int scrollIndicatorUp -wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayVerticalWidgetConfigActivity -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_14 -com.google.android.material.internal.NavigationMenuItemView: NavigationMenuItemView(android.content.Context,android.util.AttributeSet,int) -androidx.constraintlayout.widget.R$attr: int targetId -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setAqi(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX) -androidx.swiperefreshlayout.R$attr: int swipeRefreshLayoutProgressSpinnerBackgroundColor -androidx.fragment.R$anim: int fragment_open_exit -com.xw.repo.bubbleseekbar.R$id: int list_item -wangdaye.com.geometricweather.R$id: int notification_big_week_2 -cyanogenmod.externalviews.ExternalView$5: ExternalView$5(cyanogenmod.externalviews.ExternalView) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours: AccuCurrentResult$PrecipitationSummary$Past3Hours() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Metric: java.lang.String Unit -com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_fabCradleVerticalOffset -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: void setWeekText(java.lang.String) -wangdaye.com.geometricweather.R$dimen: int design_snackbar_elevation -cyanogenmod.hardware.CMHardwareManager: boolean writePersistentString(java.lang.String,java.lang.String) -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_14 -com.google.android.material.R$style: int Widget_MaterialComponents_Slider -androidx.preference.R$layout: int support_simple_spinner_dropdown_item -androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type[] values() -android.didikee.donate.R$styleable: int AppCompatTheme_colorControlNormal -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA -androidx.vectordrawable.R$dimen: int notification_content_margin_start -com.google.android.material.R$styleable: int TextInputLayout_placeholderTextAppearance -io.reactivex.internal.observers.DeferredScalarDisposable: void dispose() -androidx.vectordrawable.R$id: int tag_unhandled_key_listeners -com.google.android.material.R$attr: int tabTextColor -wangdaye.com.geometricweather.R$id: int controller -androidx.appcompat.R$attr: int autoSizeMaxTextSize -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceListItemSmall -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: ObservableTakeUntil$TakeUntilMainObserver(io.reactivex.Observer) -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: void dispose() -wangdaye.com.geometricweather.R$styleable: int MaterialTextAppearance_android_letterSpacing -cyanogenmod.os.Concierge$ParcelInfo: boolean mCreation -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_horizontalBias -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense -androidx.constraintlayout.widget.R$attr: int layout_constrainedWidth -james.adaptiveicon.R$attr: int icon -androidx.lifecycle.FullLifecycleObserverAdapter -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_indicatorSize -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_optimizationLevel -okhttp3.Response: okhttp3.Protocol protocol -androidx.viewpager2.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable -android.didikee.donate.R$styleable: int DrawerArrowToggle_arrowShaftLength -okhttp3.internal.cache.DiskLruCache: java.util.concurrent.Executor executor -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_BATTERY_PORTRAIT -wangdaye.com.geometricweather.R$color: int design_default_color_on_secondary -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.util.List getValue() -wangdaye.com.geometricweather.R$attr: int useSimpleSummaryProvider -com.google.android.material.R$styleable: int Chip_hideMotionSpec -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: io.reactivex.Observer downstream -io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,long,boolean,int) -io.reactivex.internal.queue.SpscArrayQueue: void soConsumerIndex(long) -okhttp3.CertificatePinner$Builder: java.util.List pins -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_goneMarginEnd -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_blackContainer -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_iconGravity -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_light -com.xw.repo.bubbleseekbar.R$id: int search_button -wangdaye.com.geometricweather.R$id: int gridView -okhttp3.internal.io.FileSystem$1 -wangdaye.com.geometricweather.R$layout: int mtrl_picker_fullscreen -wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_itemTextColor -okhttp3.internal.cache.CacheStrategy$Factory: okhttp3.internal.cache.CacheStrategy get() -wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: WidgetItemView(android.content.Context,android.util.AttributeSet) -cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.ICMHardwareService sService -com.google.android.material.R$string: int chip_text -wangdaye.com.geometricweather.R$attr: int bsb_bubble_text_size -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: void setAddress(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHeight_percent -com.google.android.material.tabs.TabLayout: void removeOnTabSelectedListener(com.google.android.material.tabs.TabLayout$OnTabSelectedListener) -com.google.android.material.R$styleable: int PropertySet_android_alpha -com.turingtechnologies.materialscrollbar.Indicator: void setScroll(float) -wangdaye.com.geometricweather.R$styleable: int[] MaterialButtonToggleGroup -com.turingtechnologies.materialscrollbar.R$attr: int subtitleTextColor -wangdaye.com.geometricweather.R$drawable: int shortcuts_sleet_foreground -androidx.hilt.lifecycle.R$drawable: int notification_bg -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_weight -androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$Event upEvent(androidx.lifecycle.Lifecycle$State) -io.reactivex.internal.subscriptions.DeferredScalarSubscription: int FUSED_READY -androidx.preference.R$attr: int contentInsetStartWithNavigation -androidx.work.ExistingPeriodicWorkPolicy: androidx.work.ExistingPeriodicWorkPolicy REPLACE -androidx.constraintlayout.widget.R$drawable: int notification_template_icon_bg -wangdaye.com.geometricweather.R$string: int settings_title_list_animation_switch -com.turingtechnologies.materialscrollbar.R$attr: int popupTheme -androidx.fragment.R$id: int action_text -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionButton_Overflow -cyanogenmod.app.Profile$ProfileTrigger: java.lang.String getName() -androidx.lifecycle.extensions.R$dimen: int compat_button_padding_vertical_material -james.adaptiveicon.R$styleable: int SwitchCompat_android_textOff -cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent WALLPAPER -com.turingtechnologies.materialscrollbar.R$dimen: int abc_edit_text_inset_bottom_material -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: java.util.concurrent.atomic.AtomicReference upstream -com.google.android.material.R$styleable: int Layout_android_orientation -android.didikee.donate.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner -androidx.preference.R$styleable: int SwitchCompat_track -cyanogenmod.providers.CMSettings$Secure$1: CMSettings$Secure$1() -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit C -com.turingtechnologies.materialscrollbar.R$id: int alertTitle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: java.lang.String zh_CN -androidx.constraintlayout.widget.R$color: int notification_action_color_filter -wangdaye.com.geometricweather.R$drawable: int abc_control_background_material -com.google.android.material.R$styleable: int KeyAttribute_android_rotationX -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_tooltipText -android.didikee.donate.R$styleable: int AppCompatTheme_toolbarStyle -androidx.appcompat.R$style: int TextAppearance_AppCompat_Medium_Inverse -okhttp3.internal.cache.DiskLruCache: java.lang.String JOURNAL_FILE_BACKUP -james.adaptiveicon.R$id: int wrap_content -androidx.recyclerview.R$id: int accessibility_custom_action_7 -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintTop_toBottomOf -androidx.constraintlayout.widget.R$attr: int layout_constraintCircleRadius -wangdaye.com.geometricweather.R$id: int action_about -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub: cyanogenmod.weatherservice.IWeatherProviderServiceClient asInterface(android.os.IBinder) -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse -io.reactivex.internal.util.ArrayListSupplier: java.util.concurrent.Callable asCallable() -io.reactivex.Observable: io.reactivex.Observable concatMapSingleDelayError(io.reactivex.functions.Function,boolean,int) -wangdaye.com.geometricweather.R$string: int fab_transformation_sheet_behavior -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind: AccuDailyResult$DailyForecasts$Night$Wind() -androidx.appcompat.R$attr: int ratingBarStyle -cyanogenmod.weather.WeatherLocation: java.lang.String access$202(cyanogenmod.weather.WeatherLocation,java.lang.String) -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_elevation -androidx.preference.R$styleable: int SearchView_submitBackground -com.google.android.material.R$styleable: int[] Constraint -androidx.drawerlayout.R$id: int action_divider -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void drain() -okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner: java.lang.Object x509TrustManagerExtensions -io.reactivex.Observable: io.reactivex.Observable withLatestFrom(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function5) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Weather weather -com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_check_material -james.adaptiveicon.R$style: int Theme_AppCompat_DayNight_Dialog -androidx.vectordrawable.animated.R$color: int notification_icon_bg_color -com.turingtechnologies.materialscrollbar.R$attr: int colorButtonNormal -androidx.preference.R$styleable: int AnimatedStateListDrawableTransition_android_reversible -androidx.swiperefreshlayout.R$dimen: int notification_right_icon_size -androidx.appcompat.widget.SearchView: java.lang.CharSequence getQuery() -com.xw.repo.bubbleseekbar.R$anim: int abc_tooltip_exit -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_elevation -com.google.android.material.bottomappbar.BottomAppBar: android.content.res.ColorStateList getBackgroundTint() -okio.Buffer$2: okio.Buffer this$0 -okhttp3.internal.connection.RealConnection: java.lang.String NPE_THROW_WITH_NULL -androidx.appcompat.R$id: int action_context_bar -androidx.appcompat.R$style: int ThemeOverlay_AppCompat_Dark -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: int CloudCover -android.didikee.donate.R$styleable: int RecycleListView_paddingBottomNoButtons -com.turingtechnologies.materialscrollbar.R$attr: int collapsedTitleTextAppearance -io.reactivex.internal.subscriptions.SubscriptionHelper: boolean validate(org.reactivestreams.Subscription,org.reactivestreams.Subscription) -androidx.preference.R$attr: int iconTintMode -wangdaye.com.geometricweather.R$style: int content_text -wangdaye.com.geometricweather.R$string: int settings_title_notification_hide_big_view -cyanogenmod.app.Profile: int mNotificationLightMode -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: io.reactivex.ObservableSource bufferOpen -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Large_Inverse -retrofit2.ParameterHandler$Body: java.lang.reflect.Method method -cyanogenmod.themes.ThemeManager: void registerThemeChangeListener(cyanogenmod.themes.ThemeManager$ThemeChangeListener) -wangdaye.com.geometricweather.R$id: int widget_trend_hourly_item_1 -com.jaredrummler.android.colorpicker.R$attr: int statusBarBackground -com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_background_corner_radius -io.reactivex.Observable: void blockingSubscribe(io.reactivex.Observer) -wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_itemShapeAppearanceOverlay -okhttp3.internal.http2.Http2: byte FLAG_END_STREAM -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setDegreeDayTemperature(java.lang.Integer) -com.google.android.material.R$attr: int buttonStyle -com.google.android.material.R$attr: int icon -io.reactivex.internal.util.ArrayListSupplier -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource valueOf(java.lang.String) -androidx.preference.R$attr: int toolbarNavigationButtonStyle -com.google.android.material.R$id: int visible -androidx.hilt.R$id: int action_divider -okhttp3.OkHttpClient: boolean followSslRedirects -okio.Buffer: java.lang.String toString() -cyanogenmod.externalviews.KeyguardExternalView: void performAction(java.lang.Runnable) -com.xw.repo.bubbleseekbar.R$styleable: int FontFamily_fontProviderPackage -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int MOSTLY_CLOUDY_DAY -com.google.android.material.R$styleable: int ProgressIndicator_indicatorCornerRadius -wangdaye.com.geometricweather.R$layout: int mtrl_picker_text_input_date -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHeight_min -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -com.google.android.material.textfield.TextInputLayout: void setSuffixText(java.lang.CharSequence) -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language SLOVENIAN -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_waveShape -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_endIconTint -androidx.preference.R$style: int Base_ThemeOverlay_AppCompat_Dialog -wangdaye.com.geometricweather.R$drawable: int weather_hail_mini_dark -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable: boolean isDisposed() -wangdaye.com.geometricweather.R$drawable: int notif_temp_26 -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowMinWidthMajor -cyanogenmod.app.BaseLiveLockManagerService -cyanogenmod.providers.CMSettings$System: java.lang.String DIALER_OPENCNAM_ACCOUNT_SID -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: boolean isModify -wangdaye.com.geometricweather.R$attr: int bsb_thumb_text_color -wangdaye.com.geometricweather.R$layout: int abc_list_menu_item_checkbox -com.xw.repo.bubbleseekbar.R$layout: int abc_activity_chooser_view -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_activityChooserViewStyle -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_progressBarStyle -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeCutDrawable -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void disposeInner() -wangdaye.com.geometricweather.R$styleable: int ImageFilterView_altSrc -androidx.appcompat.R$styleable: int AppCompatTextView_autoSizeStepGranularity -com.google.android.material.R$attr: int expandedTitleGravity -androidx.hilt.R$layout: int notification_template_icon_group -androidx.preference.R$attr: int titleMarginEnd -androidx.loader.R$id: int tag_transition_group -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setDefense(java.util.List) -com.bumptech.glide.R$styleable: int GradientColor_android_endColor -com.jaredrummler.android.colorpicker.R$id: int cpv_arrow_right -com.google.android.material.R$attr: int indicatorSize -androidx.viewpager2.R$drawable: int notification_bg_low_pressed -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_menu_header_material -wangdaye.com.geometricweather.R$attr: int cpv_borderColor -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getRingtoneThemePackageName() -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_icon_btn_padding_left -androidx.recyclerview.R$styleable: int GradientColor_android_startX -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition: double Longitude -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: long dt -com.xw.repo.bubbleseekbar.R$drawable: int tooltip_frame_light -com.google.android.material.R$color: int material_slider_active_tick_marks_color -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial Imperial -wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: void setProgressBackgroundColor(int) -androidx.appcompat.R$styleable: int TextAppearance_android_textColor -androidx.appcompat.R$id: int accessibility_custom_action_10 -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_2 -com.google.android.material.bottomnavigation.BottomNavigationView: android.content.res.ColorStateList getItemTextColor() -james.adaptiveicon.R$attr: int titleMarginStart -retrofit2.adapter.rxjava2.Result: boolean isError() -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha -cyanogenmod.providers.CMSettings$Secure: java.lang.String DEV_FORCE_SHOW_NAVBAR -com.google.android.material.R$styleable: int AppCompatTextHelper_android_drawableRight -okhttp3.internal.platform.Platform: okhttp3.internal.tls.TrustRootIndex buildTrustRootIndex(javax.net.ssl.X509TrustManager) -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.util.Date moonsetTime -wangdaye.com.geometricweather.R$attr: int backgroundInsetEnd -okhttp3.internal.platform.JdkWithJettyBootPlatform$JettyNegoProvider -androidx.transition.R$dimen: int notification_content_margin_start -androidx.preference.R$dimen: int abc_edit_text_inset_top_material -wangdaye.com.geometricweather.R$id: int dialog_weather_hourly_weatherContainer -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Rain Rain -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_CompactMenu -android.didikee.donate.R$id: int search_voice_btn -cyanogenmod.app.ProfileGroup: void setVibrateMode(cyanogenmod.app.ProfileGroup$Mode) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange: AccuCurrentResult$TemperatureSummary$Past12HourRange() -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_Dialog -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintBaseline_creator -cyanogenmod.app.IPartnerInterface$Stub$Proxy: boolean setZenMode(int) -wangdaye.com.geometricweather.R$id: int middle -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.appcompat.R$styleable: int MenuItem_android_checked -androidx.viewpager.R$id -com.bumptech.glide.MemoryCategory: com.bumptech.glide.MemoryCategory valueOf(java.lang.String) -okio.Buffer: void write(okio.Buffer,long) -android.didikee.donate.R$style: int TextAppearance_AppCompat_Display2 -okio.Timeout: okio.Timeout clearTimeout() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_103 -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar -cyanogenmod.app.ILiveLockScreenManagerProvider: void updateDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) -okhttp3.internal.platform.AndroidPlatform$CloseGuard: okhttp3.internal.platform.AndroidPlatform$CloseGuard get() -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_TabView -com.google.android.material.R$attr: int actionModeFindDrawable -android.didikee.donate.R$color: int material_blue_grey_800 -com.bumptech.glide.integration.okhttp.R$dimen: int notification_media_narrow_margin -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: io.reactivex.Observer downstream -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: io.reactivex.internal.util.AtomicThrowable error -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Body1 -com.xw.repo.bubbleseekbar.R$style: int Platform_AppCompat -cyanogenmod.app.IProfileManager$Stub$Proxy: android.app.NotificationGroup[] getNotificationGroups() -com.turingtechnologies.materialscrollbar.R$attr: int behavior_autoHide -cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_SYNC -com.google.android.material.R$styleable: int FloatingActionButton_ensureMinTouchTargetSize -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: java.lang.String getUrl() -wangdaye.com.geometricweather.R$attr: int textAppearanceLargePopupMenu -okhttp3.internal.connection.RealConnection: java.net.Socket rawSocket -androidx.lifecycle.ViewModel -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: long getTime() -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation: wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation TOP -wangdaye.com.geometricweather.R$styleable: int MaterialButton_elevation -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_transitionPathRotate -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: long dt -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActivityChooserView -com.google.android.material.R$style: int TextAppearance_Design_Placeholder -wangdaye.com.geometricweather.db.entities.DailyEntity: DailyEntity() -com.google.android.material.R$styleable: int FontFamily_fontProviderAuthority -io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: void subscribeNext() -retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$2: KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$2(retrofit2.Call) -com.google.android.material.internal.CheckableImageButton: void setChecked(boolean) -androidx.appcompat.R$style: int Widget_AppCompat_PopupWindow -okhttp3.internal.http1.Http1Codec: java.lang.String readHeaderLine() -androidx.preference.R$drawable: int abc_ic_star_black_48dp -wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: void setSize(float) -androidx.coordinatorlayout.R$string -okhttp3.Handshake: java.util.List peerCertificates -wangdaye.com.geometricweather.R$string: int feedback_view_style -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: com.google.android.material.animation.MotionSpec getShowMotionSpec() -androidx.hilt.work.R$styleable: R$styleable() -android.didikee.donate.R$color: int accent_material_dark -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ListPopupWindow -androidx.coordinatorlayout.R$id: int notification_background -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxCornerRadiusTopEnd -wangdaye.com.geometricweather.R$styleable: int Tooltip_android_layout_margin -androidx.core.graphics.drawable.IconCompatParcelizer -androidx.preference.R$dimen: int abc_action_bar_default_height_material -android.support.v4.os.IResultReceiver$Stub$Proxy: android.os.IBinder asBinder() -androidx.legacy.coreutils.R$dimen: R$dimen() -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SLEET -androidx.appcompat.R$layout: int abc_dialog_title_material -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_121 -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_AutoCompleteTextView -com.xw.repo.bubbleseekbar.R$attr: int actionBarTabTextStyle -com.turingtechnologies.materialscrollbar.R$id: int tag_transition_group -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarTabStyle -androidx.appcompat.R$styleable: int Toolbar_logo -androidx.preference.R$string: int abc_menu_sym_shortcut_label -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: java.lang.String getZh_CN() -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_firstVerticalStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getSrc() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setPubTime(java.util.Date) -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Button_Borderless -androidx.work.WorkInfo$State: androidx.work.WorkInfo$State valueOf(java.lang.String) -cyanogenmod.library.R$styleable: int[] LiveLockScreen -androidx.preference.R$style: int TextAppearance_AppCompat_Headline -wangdaye.com.geometricweather.R$bool -wangdaye.com.geometricweather.R$attr: int motionTarget -androidx.preference.R$id: int search_badge -com.jaredrummler.android.colorpicker.R$styleable: int Preference_order -io.reactivex.internal.observers.ForEachWhileObserver: io.reactivex.functions.Consumer onError -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_toRightOf -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_alphabeticModifiers -androidx.preference.R$attr: int backgroundTintMode -com.github.rahatarmanahmed.cpv.R$color: int cpv_default_color -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_AES_256_CBC_SHA -androidx.appcompat.R$id: int accessibility_action_clickable_span -androidx.swiperefreshlayout.R$attr -james.adaptiveicon.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner -androidx.constraintlayout.widget.R$attr: int buttonBarStyle -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_drawPath -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$TotalLiquid: double Value -androidx.preference.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light_Dialog_MinWidth -okhttp3.internal.http1.Http1Codec$FixedLengthSource: Http1Codec$FixedLengthSource(okhttp3.internal.http1.Http1Codec,long) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void collapseNotificationPanel() -wangdaye.com.geometricweather.R$color: int colorTextGrey -com.google.android.material.R$styleable: int MaterialButton_android_insetTop -okhttp3.internal.platform.Jdk9Platform: java.lang.String getSelectedProtocol(javax.net.ssl.SSLSocket) -androidx.constraintlayout.widget.R$styleable: int RecycleListView_paddingTopNoTitle -okhttp3.RealCall: java.lang.String toLoggableString() -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: int getDesiredWidth() -android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon -wangdaye.com.geometricweather.R$dimen: int abc_alert_dialog_button_bar_height -cyanogenmod.externalviews.KeyguardExternalView$10: KeyguardExternalView$10(cyanogenmod.externalviews.KeyguardExternalView) -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: java.lang.Object v1 -okhttp3.internal.NamedRunnable: void execute() -androidx.constraintlayout.widget.R$attr: int flow_horizontalBias -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: java.util.concurrent.atomic.AtomicInteger wip -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -wangdaye.com.geometricweather.R$id: int dialog_minimal_icon_container -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeThunderstormPrecipitationDuration -com.google.android.material.R$attr: int searchViewStyle -com.google.android.material.R$styleable: int TextInputLayout_startIconContentDescription -retrofit2.Call: boolean isExecuted() -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$dimen: int mtrl_progress_circular_radius -cyanogenmod.app.Profile$DozeMode -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_contentInsetLeft -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.Long getId() -com.bumptech.glide.R$layout: R$layout() -cyanogenmod.app.suggest.ApplicationSuggestion: int describeContents() -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void onSubscribe(org.reactivestreams.Subscription) -com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_check_to_on_mtrl_015 -com.google.android.material.R$attr: int actionBarPopupTheme -wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode -androidx.core.R$styleable: int[] FontFamily -com.google.android.material.R$styleable: int Constraint_layout_constraintRight_toRightOf -com.google.android.material.R$styleable: int ImageFilterView_overlay -wangdaye.com.geometricweather.R$drawable: int notif_temp_42 -com.xw.repo.bubbleseekbar.R$attr: int actionModeFindDrawable -com.jaredrummler.android.colorpicker.R$dimen: int abc_select_dialog_padding_start_material -io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: ObservableRepeatUntil$RepeatUntilObserver(io.reactivex.Observer,io.reactivex.functions.BooleanSupplier,io.reactivex.internal.disposables.SequentialDisposable,io.reactivex.ObservableSource) -wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle valueOf(java.lang.String) -androidx.appcompat.R$drawable: int abc_list_selector_holo_dark -com.xw.repo.bubbleseekbar.R$string: int abc_menu_sym_shortcut_label -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void drainLoop() -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: boolean outputFused -android.didikee.donate.R$styleable: int ActionBar_titleTextStyle -androidx.vectordrawable.animated.R$dimen: int notification_subtext_size -androidx.appcompat.R$id: int actions -wangdaye.com.geometricweather.R$id: int dialog_minimal_icon_darkIcon -androidx.preference.R$styleable: int AppCompatTheme_colorAccent -com.google.android.material.card.MaterialCardView: int getStrokeWidth() -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintStart_toEndOf -wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_translationY -cyanogenmod.hardware.CMHardwareManager: int getVibratorIntensity() -com.google.android.material.R$drawable: int mtrl_popupmenu_background -com.google.android.material.datepicker.RangeDateSelector -androidx.hilt.lifecycle.R$anim: int fragment_close_enter -com.xw.repo.bubbleseekbar.R$styleable: int[] GradientColorItem -com.google.android.material.R$attr: int checkedIconVisible -com.google.android.material.R$styleable: int BottomNavigationView_itemIconSize -androidx.appcompat.R$styleable: int AnimatedStateListDrawableCompat_android_visible -androidx.cardview.R$styleable: int CardView_cardMaxElevation -retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter: java.lang.reflect.Type responseType -wangdaye.com.geometricweather.R$id: int beginning -androidx.appcompat.R$styleable: int ViewStubCompat_android_layout -cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void onDetach() -okhttp3.internal.http2.Http2Connection: long degradedPongsReceived -cyanogenmod.providers.CMSettings$NameValueCache: java.lang.String mCallGetCommand -androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customColorDrawableValue -com.jaredrummler.android.colorpicker.R$styleable: int[] RecyclerView -james.adaptiveicon.R$styleable: int AppCompatTheme_android_windowAnimationStyle -com.turingtechnologies.materialscrollbar.R$string -androidx.lifecycle.Transformations$3: boolean mFirstTime -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties -com.xw.repo.bubbleseekbar.R$styleable: int[] ActionMenuView -com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Theme_AppCompat_Light_Dialog -com.xw.repo.bubbleseekbar.R$style: int Base_AlertDialog_AppCompat_Light -androidx.appcompat.R$layout: int notification_template_part_chronometer -okhttp3.internal.http.HttpHeaders: okio.ByteString QUOTED_STRING_DELIMITERS -wangdaye.com.geometricweather.R$dimen: int widget_mini_weather_icon_size -com.bumptech.glide.integration.okhttp.R$dimen: int notification_large_icon_height -androidx.hilt.lifecycle.R$id: int title -wangdaye.com.geometricweather.R$attr: int splitTrack -cyanogenmod.app.StatusBarPanelCustomTile$1: StatusBarPanelCustomTile$1() -okhttp3.internal.tls.DistinguishedNameParser: java.lang.String findMostSpecific(java.lang.String) -androidx.constraintlayout.widget.R$attr: int fontStyle -cyanogenmod.profiles.BrightnessSettings: void setOverride(boolean) -androidx.preference.R$style: int Platform_Widget_AppCompat_Spinner -androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse -com.google.android.material.R$style: int TextAppearance_AppCompat_Display2 -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Region: java.lang.String EnglishName -wangdaye.com.geometricweather.R$attr: int searchHintIcon -androidx.recyclerview.R$id: int accessibility_action_clickable_span -com.xw.repo.bubbleseekbar.R$attr: int switchTextAppearance -com.google.android.material.navigation.NavigationView: android.view.MenuItem getCheckedItem() -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintCircleRadius -com.turingtechnologies.materialscrollbar.R$layout: int abc_action_menu_item_layout -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String COL_COMPONENT_ID -wangdaye.com.geometricweather.R$styleable: int RecyclerView_spanCount -android.didikee.donate.R$attr: int indeterminateProgressStyle -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: void onError(java.lang.Throwable) -io.reactivex.Observable: io.reactivex.Observable doOnError(io.reactivex.functions.Consumer) -androidx.preference.R$styleable: int ActionMenuItemView_android_minWidth -io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy valueOf(java.lang.String) -com.turingtechnologies.materialscrollbar.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow -androidx.core.R$styleable: int FontFamily_fontProviderCerts -cyanogenmod.hardware.DisplayMode$1: cyanogenmod.hardware.DisplayMode createFromParcel(android.os.Parcel) -wangdaye.com.geometricweather.R$string: int off -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float totalPrecipitation -wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableTransition_android_reversible -wangdaye.com.geometricweather.R$id: int item_weather_daily_uv_icon -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_editTextBackground -androidx.appcompat.widget.ActionBarOverlayLayout: void setHasNonEmbeddedTabs(boolean) -com.google.android.material.R$color: int material_blue_grey_950 -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_BRIGHTNESS_LEVEL_VALIDATOR -androidx.recyclerview.widget.RecyclerView: boolean getPreserveFocusAfterLayout() -com.google.android.material.radiobutton.MaterialRadioButton: void setUseMaterialThemeColors(boolean) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dividerVertical -okhttp3.internal.cache2.Relay: int SOURCE_UPSTREAM -androidx.hilt.R$id: int tag_accessibility_heading -androidx.vectordrawable.R$id: int accessibility_custom_action_14 -androidx.coordinatorlayout.R$drawable: int notification_bg -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Long readKey(android.database.Cursor,int) -com.turingtechnologies.materialscrollbar.R$attr: int tabTextColor -wangdaye.com.geometricweather.R$layout: int widget_multi_city_horizontal -android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem -com.turingtechnologies.materialscrollbar.R$color: int material_grey_300 -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionBar_Solid -androidx.appcompat.resources.R$id: int accessibility_custom_action_15 -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: void dispose() -wangdaye.com.geometricweather.R$drawable: int notif_temp_17 -com.google.android.material.R$styleable: int Chip_chipIconSize -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_height -androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy -wangdaye.com.geometricweather.settings.activities.PreviewIconActivity -androidx.viewpager2.R$id: int accessibility_custom_action_30 -io.reactivex.subjects.PublishSubject$PublishDisposable: PublishSubject$PublishDisposable(io.reactivex.Observer,io.reactivex.subjects.PublishSubject) -wangdaye.com.geometricweather.R$array: int location_service_values -okhttp3.Cache: boolean isClosed() -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.util.Date modificationDate -wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_item_max_width -androidx.preference.R$styleable: int AlertDialog_buttonPanelSideLayout -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_month_horizontal_padding -retrofit2.adapter.rxjava2.BodyObservable: void subscribeActual(io.reactivex.Observer) -androidx.constraintlayout.widget.R$attr: int listPreferredItemHeightSmall -com.jaredrummler.android.colorpicker.R$attr: int actionModePopupWindowStyle -okhttp3.internal.http2.Http2Connection: void writePing() -io.reactivex.internal.schedulers.ScheduledDirectTask: ScheduledDirectTask(java.lang.Runnable) -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Body2 -okhttp3.CacheControl: boolean immutable() -wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_shadowDx -com.jaredrummler.android.colorpicker.R$integer: int status_bar_notification_info_maxnum -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_Button_Colored -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property UvDescription -androidx.core.R$styleable: int FontFamily_fontProviderAuthority -androidx.coordinatorlayout.R$styleable: int ColorStateListItem_alpha -wangdaye.com.geometricweather.R$integer: int cpv_default_anim_sync_duration -james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light_DarkActionBar -androidx.preference.R$id: int progress_circular -com.turingtechnologies.materialscrollbar.R$attr: int lastBaselineToBottomHeight -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Metric: double Value -wangdaye.com.geometricweather.R$drawable: int abc_list_selector_holo_dark -android.didikee.donate.R$style: int Theme_AppCompat_DayNight -io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: void soNext(io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode) -androidx.lifecycle.ServiceLifecycleDispatcher: void postDispatchRunnable(androidx.lifecycle.Lifecycle$Event) -com.google.android.material.R$attr: int tickColorInactive -cyanogenmod.providers.CMSettings$System: java.lang.String ZEN_PRIORITY_ALLOW_LIGHTS -james.adaptiveicon.R$attr: int buttonBarPositiveButtonStyle -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: void cancelSubscription() -androidx.appcompat.R$id: int none -okio.ByteString: int lastIndexOf(byte[],int) -androidx.preference.R$color: int ripple_material_dark -androidx.lifecycle.ViewModelStore: java.util.Set keys() -androidx.fragment.R$id: int right_icon -com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_menu -com.turingtechnologies.materialscrollbar.R$attr: int cardMaxElevation -androidx.appcompat.R$styleable: int ActionBarLayout_android_layout_gravity -wangdaye.com.geometricweather.R$array: int week_icon_mode_values -androidx.lifecycle.extensions.R$id: int line3 -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: io.reactivex.functions.Action onFinally -androidx.loader.R$layout: int notification_template_part_chronometer -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String getAbbreviation(android.content.Context) -androidx.constraintlayout.utils.widget.MockView: MockView(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$attr: int maxVelocity -wangdaye.com.geometricweather.R$styleable: int Preference_android_key -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Imperial Imperial -com.google.android.material.R$style: int Animation_AppCompat_DropDownUp -retrofit2.Retrofit: retrofit2.Retrofit$Builder newBuilder() -io.reactivex.Observable: io.reactivex.Observable skip(long) -cyanogenmod.os.Build: java.lang.String CYANOGENMOD_VERSION -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: ObservableRangeLong$RangeDisposable(io.reactivex.Observer,long,long) -androidx.recyclerview.R$id: int info -androidx.constraintlayout.utils.widget.ImageFilterButton: void setRoundPercent(float) -wangdaye.com.geometricweather.R$string: int real_feel_temperature -okhttp3.internal.ws.RealWebSocket$2: void onFailure(okhttp3.Call,java.io.IOException) -androidx.drawerlayout.R$styleable: int FontFamily_fontProviderFetchStrategy -wangdaye.com.geometricweather.R$attr: int maxCharacterCount -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_checkable -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Snackbar -com.jaredrummler.android.colorpicker.R$anim -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constrainedHeight -androidx.swiperefreshlayout.R$styleable: int GradientColor_android_centerX -com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_fixed_height_major -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_hideOnContentScroll -okhttp3.CertificatePinner$Pin: java.lang.String pattern -androidx.appcompat.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit MM -androidx.hilt.work.R$id: int normal -com.bumptech.glide.load.engine.GlideException: GlideException(java.lang.String,java.util.List) -androidx.vectordrawable.animated.R$styleable: int[] GradientColorItem -io.reactivex.Observable: io.reactivex.Observable flatMapSingle(io.reactivex.functions.Function,boolean) -androidx.appcompat.R$attr: int fontFamily -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() -androidx.coordinatorlayout.R$layout: int notification_template_part_time -com.google.android.material.textfield.TextInputLayout: void setHintAnimationEnabled(boolean) -androidx.constraintlayout.widget.R$attr: int region_heightLessThan -wangdaye.com.geometricweather.R$styleable: int RoundCornerTransition_radius_from -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_elevation -android.didikee.donate.R$style: int TextAppearance_AppCompat_Large_Inverse -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData this$0 -wangdaye.com.geometricweather.R$attr: int preferenceInformationStyle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature: AccuCurrentResult$Temperature() -com.github.rahatarmanahmed.cpv.CircularProgressView$1: CircularProgressView$1(com.github.rahatarmanahmed.cpv.CircularProgressView) -androidx.hilt.R$styleable: int FontFamilyFont_android_fontVariationSettings -androidx.appcompat.R$dimen: int abc_dropdownitem_icon_width -cyanogenmod.app.Profile$TriggerState: int ON_DISCONNECT -androidx.preference.R$styleable: int Spinner_android_popupBackground -android.didikee.donate.R$styleable: int MenuGroup_android_checkableBehavior -com.turingtechnologies.materialscrollbar.R$dimen: int design_textinput_caption_translate_y -org.greenrobot.greendao.AbstractDao: void delete(java.lang.Object) -cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType THEME_UPDATED -android.didikee.donate.R$style: int Base_V23_Theme_AppCompat_Light -androidx.activity.R$id: int line3 -james.adaptiveicon.R$attr: int fontProviderAuthority -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintBaseline_creator -androidx.appcompat.widget.LinearLayoutCompat: android.graphics.drawable.Drawable getDividerDrawable() -io.reactivex.Observable: io.reactivex.Observable concatEager(io.reactivex.ObservableSource) -okhttp3.OkHttpClient$Builder: okhttp3.ConnectionPool connectionPool -james.adaptiveicon.R$style: int Widget_AppCompat_Spinner -com.jaredrummler.android.colorpicker.R$attr: int titleTextStyle -androidx.appcompat.R$styleable: int LinearLayoutCompat_Layout_android_layout_height -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_queryHint -com.google.android.material.R$styleable: int ChipGroup_singleSelection -com.google.android.material.R$attr: int collapseContentDescription -io.reactivex.Observable: io.reactivex.Observable delay(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer windChillTemperature -androidx.appcompat.R$style: int Base_Widget_AppCompat_SearchView_ActionBar -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_PopupMenu -androidx.drawerlayout.R$dimen -com.jaredrummler.android.colorpicker.R$styleable: int Preference_shouldDisableView -cyanogenmod.profiles.LockSettings: android.os.Parcelable$Creator CREATOR -com.google.android.material.R$styleable: int AppCompatTheme_buttonStyleSmall -androidx.appcompat.R$id: int message -com.google.android.material.card.MaterialCardView: int getStrokeColor() -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_AutoCompleteTextView -wangdaye.com.geometricweather.R$drawable: int ic_google_play -wangdaye.com.geometricweather.R$styleable: int[] ScrollingViewBehavior_Layout -wangdaye.com.geometricweather.R$styleable: int ActionBar_contentInsetStart -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: int getMinuteInterval() -io.reactivex.internal.schedulers.ScheduledRunnable: java.lang.Runnable actual -androidx.constraintlayout.widget.R$dimen: int abc_floating_window_z -androidx.constraintlayout.widget.R$string: int abc_menu_alt_shortcut_label -androidx.preference.R$attr: int trackTintMode -com.google.android.material.R$attr: int brightness -androidx.preference.R$styleable: int TextAppearance_android_textSize -james.adaptiveicon.R$layout: int select_dialog_singlechoice_material -okhttp3.Call -okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level NONE -wangdaye.com.geometricweather.R$id: int dialog_providers_previewer_title -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: java.lang.Object mLatest -com.turingtechnologies.materialscrollbar.R$attr: int state_liftable -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_draggable -cyanogenmod.hardware.ICMHardwareService$Stub: ICMHardwareService$Stub() -james.adaptiveicon.R$attr: int queryHint -wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: int getIconResStart() -cyanogenmod.themes.ThemeManager: void onClientPaused(cyanogenmod.themes.ThemeManager$ThemeChangeListener) -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_3 -cyanogenmod.weatherservice.WeatherProviderService: void onRequestSubmitted(cyanogenmod.weatherservice.ServiceRequest) -com.jaredrummler.android.colorpicker.R$attr: int ratingBarStyle -androidx.constraintlayout.widget.R$styleable: int ActionBar_backgroundSplit -okhttp3.logging.LoggingEventListener: void callStart(okhttp3.Call) -androidx.fragment.R$id: int text -io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: void onComplete() -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_transitionEasing -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_placeholderTextAppearance -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowFixedWidthMajor -androidx.core.R$id: int text -com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_MinWidth -com.google.android.material.R$styleable: int AppCompatTextHelper_android_textAppearance -wangdaye.com.geometricweather.R$styleable: int[] CoordinatorLayout_Layout -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: java.util.List value -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.appcompat.widget.SearchView: void setSuggestionsAdapter(androidx.cursoradapter.widget.CursorAdapter) -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_TextView -androidx.preference.R$attr: int editTextPreferenceStyle -androidx.coordinatorlayout.R$drawable: int notification_template_icon_low_bg -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind: MfCurrentResult$Observation$Wind() -com.google.android.material.R$styleable: int Slider_tickColorActive -com.google.android.material.slider.Slider: void setTickVisible(boolean) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: java.lang.String en_US -androidx.appcompat.R$attr: int thumbTextPadding -wangdaye.com.geometricweather.R$id: int left -com.jaredrummler.android.colorpicker.R$dimen: int abc_progress_bar_height_material -androidx.constraintlayout.widget.R$attr: int constraintSet -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_android_windowAnimationStyle -androidx.preference.R$styleable: int ActionMode_titleTextStyle -androidx.preference.R$drawable: int abc_ic_star_half_black_36dp -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX() -cyanogenmod.app.ProfileManager: boolean profileExists(java.lang.String) -androidx.viewpager2.R$id: int accessibility_custom_action_14 -okhttp3.internal.platform.AndroidPlatform: java.lang.Object getStackTraceForCloseable(java.lang.String) -com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getTrackTintList() -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_icon_3 -wangdaye.com.geometricweather.R$attr: int limitBoundsTo -com.google.android.material.R$id: int material_hour_text_input -wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_android_layout -wangdaye.com.geometricweather.R$styleable: int Preference_icon -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_Dialog_MinWidth -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setComponent(java.lang.String,java.lang.String) -cyanogenmod.themes.IThemeService$Stub$Proxy: android.os.IBinder mRemote -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_contentInsetLeft -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragment_android_layout -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintBottom_toTopOf -android.didikee.donate.R$string: int abc_searchview_description_voice -cyanogenmod.themes.ThemeChangeRequest$RequestType -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: io.reactivex.functions.Function combiner -com.google.android.material.R$styleable: int SearchView_layout -wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: int getIconResEnd() -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult: wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation observation -androidx.appcompat.resources.R$id: int async -androidx.fragment.R$styleable: int GradientColor_android_startY -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Button_Borderless -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Headline -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA -androidx.appcompat.widget.AppCompatRadioButton: android.graphics.PorterDuff$Mode getSupportButtonTintMode() -com.bumptech.glide.integration.okhttp.R$dimen: int notification_big_circle_margin -org.greenrobot.greendao.AbstractDao: java.lang.Object loadCurrent(android.database.Cursor,int,boolean) -androidx.lifecycle.LifecycleRegistry: void popParentState() -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_collapseContentDescription -com.google.android.material.R$attr: int drawerArrowStyle -androidx.preference.R$dimen: int abc_text_size_menu_material -androidx.work.R$id: int accessibility_custom_action_27 -io.reactivex.Observable: io.reactivex.Single toSortedList(java.util.Comparator) -com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_android_clipToPadding -james.adaptiveicon.R$color: int foreground_material_light -com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$Node find(java.lang.Object,boolean) -com.google.android.material.R$styleable: int[] StateListDrawable -androidx.appcompat.R$styleable: int SwitchCompat_switchPadding -okhttp3.internal.http2.Http2Connection$6 -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int pm10 -wangdaye.com.geometricweather.R$anim: int btn_radio_to_off_mtrl_ring_outer_path_animation -cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_setZenMode -james.adaptiveicon.R$attr: int dialogPreferredPadding -com.turingtechnologies.materialscrollbar.R$id: int design_menu_item_action_area -wangdaye.com.geometricweather.R$color: int radiobutton_themeable_attribute_color -wangdaye.com.geometricweather.R$string: int refresh_at -androidx.work.R$dimen: int notification_large_icon_width -james.adaptiveicon.R$styleable: int[] Spinner -cyanogenmod.app.IPartnerInterface: void shutdown() -wangdaye.com.geometricweather.db.entities.AlertEntity: void setContent(java.lang.String) -cyanogenmod.app.CustomTile$ExpandedStyle: CustomTile$ExpandedStyle(android.os.Parcel) -cyanogenmod.app.BaseLiveLockManagerService$1: void cancelLiveLockScreen(java.lang.String,int,int) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getCloudCover() -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem -com.google.android.material.R$dimen: int abc_dialog_padding_top_material -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getUvDescription() -com.turingtechnologies.materialscrollbar.R$color: int dim_foreground_disabled_material_dark -okhttp3.internal.http.HttpHeaders: java.util.Set varyFields(okhttp3.Response) -com.google.android.material.R$color: int error_color_material_dark -okhttp3.internal.cache.DiskLruCache$Editor: void commit() -retrofit2.adapter.rxjava2.Result: retrofit2.Response response -wangdaye.com.geometricweather.R$drawable: int abc_ic_voice_search_api_material -androidx.appcompat.R$color: int error_color_material_light -com.turingtechnologies.materialscrollbar.R$attr: int closeItemLayout -androidx.constraintlayout.widget.R$styleable: int OnSwipe_limitBoundsTo -com.google.android.material.textfield.TextInputLayout: void setCounterMaxLength(int) -io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: io.reactivex.Observer downstream -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_DropDownItem -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float thunderstorm -com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat_Dialog -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$Geometry: MfForecastV2Result$Geometry() -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeSnowPrecipitationProbability -wangdaye.com.geometricweather.R$attr: int layout_scrollInterpolator -wangdaye.com.geometricweather.R$attr: int transitionShapeAppearance -cyanogenmod.externalviews.ExternalViewProviderService$1: cyanogenmod.externalviews.ExternalViewProviderService this$0 -wangdaye.com.geometricweather.R$string: int default_location -retrofit2.converter.gson.GsonRequestBodyConverter: okhttp3.MediaType MEDIA_TYPE -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: long serialVersionUID -androidx.preference.R$styleable: int Spinner_popupTheme -androidx.constraintlayout.widget.R$drawable: int abc_btn_check_material -com.google.android.material.R$styleable: int ConstraintLayout_Layout_constraintSet -com.turingtechnologies.materialscrollbar.R$attr: int tabIndicatorColor -wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: java.lang.Integer getAngle() -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void dispose() -com.google.gson.internal.LazilyParsedNumber: java.lang.String value -wangdaye.com.geometricweather.R$attr: int cpv_startAngle -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_displayOptions -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer treeLevel -androidx.appcompat.R$dimen: int abc_action_bar_stacked_tab_max_width -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableEndCompat -retrofit2.Platform: boolean hasJava8Types -cyanogenmod.app.CMContextConstants$Features: java.lang.String HARDWARE_ABSTRACTION -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_23 -com.google.android.material.R$attr: int checkedTextViewStyle -com.turingtechnologies.materialscrollbar.R$drawable: int abc_textfield_default_mtrl_alpha -retrofit2.Retrofit$Builder: java.util.List converterFactories() -com.xw.repo.bubbleseekbar.R$attr: int goIcon -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabSelectedTextColor -cyanogenmod.hardware.IThermalListenerCallback$Stub$Proxy -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_title -com.google.android.material.R$styleable: int ColorStateListItem_android_color -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light_Dialog -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_shapeAppearance -com.google.android.material.R$drawable: int notification_bg_normal -androidx.appcompat.widget.SearchView$SavedState: android.os.Parcelable$Creator CREATOR -cyanogenmod.providers.WeatherContract$WeatherColumns: WeatherContract$WeatherColumns() -okhttp3.internal.http.RealInterceptorChain: RealInterceptorChain(java.util.List,okhttp3.internal.connection.StreamAllocation,okhttp3.internal.http.HttpCodec,okhttp3.internal.connection.RealConnection,int,okhttp3.Request,okhttp3.Call,okhttp3.EventListener,int,int,int) -wangdaye.com.geometricweather.R$layout: int preference_widget_seekbar -androidx.appcompat.resources.R$styleable: int FontFamily_fontProviderQuery -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_Bridge -android.didikee.donate.R$id: int search_button -wangdaye.com.geometricweather.R$style: int widget_text_clock_analog -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_EditText -retrofit2.SkipCallbackExecutorImpl: boolean equals(java.lang.Object) -okhttp3.RequestBody: okhttp3.RequestBody create(okhttp3.MediaType,okio.ByteString) -com.google.android.material.R$id: int action_mode_close_button -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarSwipeRefreshLayout: FitSystemBarSwipeRefreshLayout(android.content.Context) -com.bumptech.glide.R$attr: int layout_keyline -cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.RequestInfo$Builder setLocation(android.location.Location) -android.didikee.donate.R$id: int radio -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_checkedIconEnabled -cyanogenmod.themes.ThemeManager$ThemeProcessingListener -androidx.appcompat.widget.DialogTitle: DialogTitle(android.content.Context,android.util.AttributeSet) -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: java.lang.Throwable error -com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_itemIconDisabledAlpha -androidx.recyclerview.R$attr: int fastScrollHorizontalThumbDrawable -androidx.viewpager.widget.ViewPager: void setScrollState(int) -androidx.core.R$style -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float thunderstormPrecipitationProbability -com.google.android.material.appbar.CollapsingToolbarLayout: void setScrimsShown(boolean) -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String WALLPAPER_URI -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintLeft_toRightOf -wangdaye.com.geometricweather.R$drawable: int notif_temp_82 -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_end_padding_icon -cyanogenmod.providers.CMSettings$Secure: long getLong(android.content.ContentResolver,java.lang.String) -wangdaye.com.geometricweather.R$attr: int drawableEndCompat -androidx.room.RoomDatabase$JournalMode: androidx.room.RoomDatabase$JournalMode resolve(android.content.Context) -com.google.android.material.R$styleable: int Badge_badgeGravity -cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: IWeatherProviderService$Stub$Proxy(android.os.IBinder) -cyanogenmod.weather.ICMWeatherManager$Stub: int TRANSACTION_lookupCity -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List minutelyEntityList -cyanogenmod.providers.DataUsageContract: int COLUMN_OF_SLOW_AVG -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Metric: int UnitType -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: int IconCode -androidx.constraintlayout.utils.widget.ImageFilterView: void setContrast(float) -wangdaye.com.geometricweather.R$id: int container_main_details_recyclerView -wangdaye.com.geometricweather.R$attr: int bsb_thumb_color -okhttp3.Cache$CacheResponseBody: okio.BufferedSource bodySource -com.google.android.material.R$styleable: int GradientColor_android_centerColor -okhttp3.CertificatePinner$Pin: boolean equals(java.lang.Object) -androidx.preference.R$attr: int negativeButtonText -com.google.android.material.internal.ParcelableSparseIntArray -okhttp3.internal.http2.Hpack$Reader: okio.ByteString readByteString() -com.google.android.material.R$id: int parentPanel -androidx.appcompat.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding -androidx.constraintlayout.widget.R$drawable: int notification_bg_low -androidx.constraintlayout.widget.R$id: int search_bar -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ProgressBar_Horizontal -wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_mini_xml -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_bias -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: io.reactivex.disposables.Disposable upstream -com.xw.repo.bubbleseekbar.R$attr: int popupTheme -androidx.constraintlayout.widget.R$attr: int motionDebug -okhttp3.Cache$CacheResponseBody: okio.BufferedSource source() -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog -wangdaye.com.geometricweather.R$string: int feedback_refresh_notification_now -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX indices -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.UV getUV() -androidx.constraintlayout.widget.R$id: int action_bar_activity_content -androidx.constraintlayout.widget.R$styleable: int[] Constraint -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text -com.jaredrummler.android.colorpicker.R$attr: int buttonBarNegativeButtonStyle -androidx.constraintlayout.widget.R$string: int abc_capital_off -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void dispose() -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.String getWeatherText() -com.google.android.material.R$drawable: int material_ic_keyboard_arrow_left_black_24dp -com.google.android.material.R$style: int Base_Theme_MaterialComponents_DialogWhenLarge -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric: AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric() -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipIconEnabled -cyanogenmod.profiles.RingModeSettings: boolean isOverride() -org.greenrobot.greendao.database.DatabaseOpenHelper: void onCreate(android.database.sqlite.SQLiteDatabase) -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_5_30 -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView -io.reactivex.Observable: io.reactivex.Single toSortedList(int) -okhttp3.internal.Internal: boolean equalsNonHost(okhttp3.Address,okhttp3.Address) -androidx.transition.R$dimen: int notification_subtext_size -wangdaye.com.geometricweather.R$string: int feedback_interpret_background_notification_content -wangdaye.com.geometricweather.R$styleable: int Toolbar_contentInsetEndWithActions -okio.AsyncTimeout$1: java.lang.String toString() -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_disabled_elevation -wangdaye.com.geometricweather.R$layout: int item_tag -okhttp3.internal.cache2.FileOperator: FileOperator(java.nio.channels.FileChannel) -com.google.android.material.R$styleable: int ConstraintLayout_Layout_barrierMargin -androidx.preference.R$attr: int numericModifiers -com.bumptech.glide.integration.okhttp.R$style: int TextAppearance_Compat_Notification_Title -okhttp3.internal.http.CallServerInterceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) -com.xw.repo.bubbleseekbar.R$dimen: int notification_right_icon_size -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: java.lang.Object NEXT_WINDOW -com.google.android.material.slider.Slider: void setLabelBehavior(int) -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.identityscope.IdentityScope identityScope -okhttp3.HttpUrl: java.lang.String QUERY_COMPONENT_REENCODE_SET -com.turingtechnologies.materialscrollbar.R$attr: int actionModeCopyDrawable -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ZEN_ALLOW_LIGHTS_VALIDATOR -com.xw.repo.bubbleseekbar.R$dimen: int compat_control_corner_material -cyanogenmod.providers.CMSettings$System: java.lang.String PEOPLE_LOOKUP_PROVIDER -android.didikee.donate.R$styleable: int AppCompatTheme_ratingBarStyleIndicator -android.didikee.donate.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset -android.didikee.donate.R$style: int Theme_AppCompat_Light_DialogWhenLarge -androidx.loader.R$dimen: int compat_button_padding_vertical_material -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: java.lang.Object item -okhttp3.internal.http2.Http2Connection$Builder: int pingIntervalMillis -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: void setStatus(int) -okhttp3.internal.http2.Http2Connection: boolean access$302(okhttp3.internal.http2.Http2Connection,boolean) -okhttp3.internal.cache.DiskLruCache$Snapshot: okhttp3.internal.cache.DiskLruCache this$0 -android.didikee.donate.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionButtonStyle -wangdaye.com.geometricweather.R$id: int checkbox -android.didikee.donate.R$styleable: int LinearLayoutCompat_android_orientation -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Button_Borderless -com.xw.repo.bubbleseekbar.R$attr: int fontStyle -com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_arrowHeadLength -okhttp3.internal.http.BridgeInterceptor: okhttp3.CookieJar cookieJar -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_min -wangdaye.com.geometricweather.R$id: int widget_trend_daily_item_3 -androidx.recyclerview.R$styleable: int RecyclerView_spanCount -retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder validateEagerly(boolean) -okhttp3.internal.connection.RealConnection: void startHttp2(int) -androidx.appcompat.R$id: int shortcut -com.google.android.material.card.MaterialCardView: int getContentPaddingLeft() -io.reactivex.Observable: io.reactivex.Observable concatMapDelayError(io.reactivex.functions.Function,int,boolean) -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem -com.google.android.material.R$attr: int pathMotionArc -androidx.preference.R$layout: int preference_recyclerview -androidx.constraintlayout.widget.ConstraintLayout: void setId(int) -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_27 -com.google.android.material.R$style: int Base_Widget_MaterialComponents_PopupMenu_Overflow -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_translationX -okio.InflaterSource: InflaterSource(okio.Source,java.util.zip.Inflater) -androidx.work.BackoffPolicy: androidx.work.BackoffPolicy EXPONENTIAL -com.google.android.material.R$color: int bright_foreground_material_light -androidx.appcompat.R$dimen: int compat_button_inset_vertical_material -androidx.transition.R$styleable: int FontFamily_fontProviderAuthority -androidx.recyclerview.R$id: int line1 -wangdaye.com.geometricweather.R$attr: int hintAnimationEnabled -androidx.appcompat.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_textAppearance -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Title_Inverse -androidx.appcompat.resources.R$styleable: int[] ColorStateListItem -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_toBottomOf -com.google.android.material.R$drawable: int ic_mtrl_checked_circle -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode NO_ERROR -com.turingtechnologies.materialscrollbar.R$id: int save_non_transition_alpha -androidx.preference.R$dimen: int abc_text_size_title_material_toolbar -androidx.preference.R$style: int Base_Widget_AppCompat_RatingBar_Indicator -okhttp3.Call: okhttp3.Call clone() -com.google.gson.LongSerializationPolicy$2: com.google.gson.JsonElement serialize(java.lang.Long) -cyanogenmod.platform.Manifest$permission: java.lang.String OBSERVE_AUDIO_SESSIONS -wangdaye.com.geometricweather.R$attr: int progressBarStyle -com.xw.repo.bubbleseekbar.R$id: int normal -com.google.android.material.R$styleable: int TextInputLayout_boxStrokeWidth -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_RatingBar_Indicator -wangdaye.com.geometricweather.R$id: int widget_text_weather -com.xw.repo.bubbleseekbar.R$color: int switch_thumb_disabled_material_light -androidx.constraintlayout.widget.R$attr: int listPreferredItemPaddingRight -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_helperTextTextAppearance -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight -android.didikee.donate.R$dimen: int abc_dialog_title_divider_material -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_optimizationLevel -okhttp3.internal.cache.DiskLruCache$Snapshot: okio.Source getSource(int) -androidx.viewpager.R$id: int blocking -androidx.appcompat.R$styleable: int AppCompatTheme_windowMinWidthMinor -wangdaye.com.geometricweather.R$id: int activity_widget_config_hideLunarTitle -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: java.lang.Object singleItem -com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar -androidx.viewpager.R$id: int right_side -androidx.appcompat.R$color: int highlighted_text_material_dark -androidx.constraintlayout.widget.R$attr: int contentInsetStart -okhttp3.OkHttpClient$Builder: java.util.List connectionSpecs -okio.Buffer$2: java.lang.String toString() -cyanogenmod.providers.CMSettings$DelimitedListValidator: java.lang.String mDelimiter -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase getMoonPhase() -okhttp3.Response: java.lang.String toString() -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_VMAIL_COLOR_VALIDATOR -com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_translation_z_hovered_focused -okhttp3.Response$Builder: okhttp3.Response$Builder receivedResponseAtMillis(long) -com.bumptech.glide.R$color: int ripple_material_light -okhttp3.internal.http.HttpHeaders: void receiveHeaders(okhttp3.CookieJar,okhttp3.HttpUrl,okhttp3.Headers) -cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setWind(double,double,int) -okhttp3.internal.http2.Http2Writer: void writeMedium(okio.BufferedSink,int) -androidx.coordinatorlayout.R$id: int accessibility_custom_action_4 -com.google.android.material.R$styleable: int[] Insets -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowMinWidthMinor -cyanogenmod.weather.CMWeatherManager: java.util.Set access$000(cyanogenmod.weather.CMWeatherManager) -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeThunderstormPrecipitation(java.lang.Float) -androidx.appcompat.R$attr: int actionBarSplitStyle -androidx.fragment.R$string: int status_bar_notification_info_overflow -androidx.preference.R$style: int Base_Widget_AppCompat_SearchView -retrofit2.CompletableFutureCallAdapterFactory$CallCancelCompletableFuture: retrofit2.Call call -androidx.constraintlayout.widget.R$styleable: int CompoundButton_android_button -android.didikee.donate.R$layout: int abc_list_menu_item_icon -okhttp3.Headers: java.util.Set names() -com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_selector_holo_light -io.reactivex.internal.util.VolatileSizeArrayList: java.lang.Object set(int,java.lang.Object) -androidx.lifecycle.ViewModelStores -androidx.appcompat.R$attr: int progressBarPadding -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Toolbar -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listDividerAlertDialog -james.adaptiveicon.R$styleable: int ActionBar_titleTextStyle -com.google.android.material.R$attr: int layout_constraintHeight_default -com.google.android.material.R$attr: int layout_goneMarginLeft -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast: boolean done -androidx.constraintlayout.widget.R$color: int highlighted_text_material_dark -com.google.android.material.progressindicator.ProgressIndicator: ProgressIndicator(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$style: int Base_V28_Theme_AppCompat -androidx.constraintlayout.widget.R$integer: R$integer() -androidx.constraintlayout.widget.R$attr: int layout_constraintBottom_toTopOf -retrofit2.BuiltInConverters$UnitResponseBodyConverter: java.lang.Object convert(java.lang.Object) -androidx.appcompat.resources.R$id: int accessibility_custom_action_6 -wangdaye.com.geometricweather.R$style: int Test_Widget_MaterialComponents_MaterialCalendar_Day -com.google.android.material.R$style: int Theme_AppCompat_Dialog_MinWidth -com.google.android.material.R$styleable: int FontFamilyFont_font -okhttp3.internal.connection.StreamAllocation: okhttp3.Route route -wangdaye.com.geometricweather.R$id: int activity_allergen_recyclerView -okhttp3.internal.http2.PushObserver$1: PushObserver$1() -com.google.android.material.floatingactionbutton.FloatingActionButton: void setImageResource(int) -androidx.constraintlayout.widget.R$attr: int actionModeBackground -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Large_Inverse -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_PopupMenu -wangdaye.com.geometricweather.R$interpolator: int mtrl_fast_out_linear_in -androidx.preference.R$styleable: int AppCompatSeekBar_tickMarkTint -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_titleTextStyle -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_117 -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_imageButtonStyle -com.turingtechnologies.materialscrollbar.R$string: int abc_search_hint -com.google.android.material.R$attr: int itemShapeInsetEnd -androidx.customview.R$color: int secondary_text_default_material_light -com.github.rahatarmanahmed.cpv.CircularProgressViewListener -com.google.android.material.R$attr: int motionProgress -com.turingtechnologies.materialscrollbar.R$attr: int switchTextAppearance -wangdaye.com.geometricweather.R$style: int PreferenceFragmentList -com.google.android.material.R$dimen: int mtrl_card_spacing -wangdaye.com.geometricweather.R$layout: int notification_multi_city -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_transitionEasing -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer wetBulbTemperature -wangdaye.com.geometricweather.R$drawable: int flag_hu -cyanogenmod.providers.CMSettings$Secure: java.lang.String LOCK_PASS_TO_SECURITY_VIEW -com.google.gson.LongSerializationPolicy$1: LongSerializationPolicy$1(java.lang.String,int) -okhttp3.internal.cache.DiskLruCache: boolean isClosed() -androidx.work.impl.diagnostics.DiagnosticsReceiver -androidx.drawerlayout.widget.DrawerLayout: void setDrawerElevation(float) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean aqi -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionBar -okhttp3.internal.tls.OkHostnameVerifier: boolean verify(java.lang.String,java.security.cert.X509Certificate) -com.google.android.material.R$drawable: int abc_btn_radio_to_on_mtrl_000 -wangdaye.com.geometricweather.R$color: int material_on_primary_disabled -androidx.constraintlayout.widget.R$attr: int flow_horizontalAlign -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: wangdaye.com.geometricweather.db.entities.MinutelyEntity readEntity(android.database.Cursor,int) -androidx.hilt.work.R$styleable: int[] GradientColorItem -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval getInstance(java.lang.String) -wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle -okio.ByteString: void write(okio.Buffer) -androidx.appcompat.R$style: int Widget_AppCompat_Button_Colored -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowActionBar -cyanogenmod.app.ILiveLockScreenChangeListener -androidx.vectordrawable.R$style: R$style() -cyanogenmod.themes.IThemeProcessingListener$Stub: android.os.IBinder asBinder() -cyanogenmod.providers.CMSettings$Secure: java.lang.String POWER_MENU_ACTIONS -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_Dark -androidx.constraintlayout.widget.R$dimen: int abc_seekbar_track_background_height_material -retrofit2.RequestBuilder: void addHeader(java.lang.String,java.lang.String) -androidx.appcompat.resources.R$drawable: int notification_bg_low_normal -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_RatingBar_Small -androidx.coordinatorlayout.R$id: int actions -com.google.android.material.R$attr: int values -com.bumptech.glide.integration.okhttp.R$id: int right -android.didikee.donate.R$attr: int colorControlNormal -androidx.preference.R$styleable: int SeekBarPreference_seekBarIncrement -okhttp3.internal.platform.OptionalMethod: java.lang.Class returnType -androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable: androidx.lifecycle.LifecycleRegistry mRegistry -androidx.appcompat.R$style: int Widget_AppCompat_ProgressBar -wangdaye.com.geometricweather.R$layout: int test_toolbar_elevation -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView -com.google.gson.stream.JsonToken: JsonToken(java.lang.String,int) -com.google.android.material.circularreveal.cardview.CircularRevealCardView -okhttp3.Response: boolean isSuccessful() -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarViewPager: FitSystemBarViewPager(android.content.Context) -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_verticalAlign -wangdaye.com.geometricweather.common.basic.models.weather.Astro: Astro(java.util.Date,java.util.Date) -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text -cyanogenmod.weather.WeatherInfo$DayForecast: boolean equals(java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int[] ColorPanelView -wangdaye.com.geometricweather.R$color: int mtrl_tabs_icon_color_selector -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light_Dialog -io.reactivex.Observable: io.reactivex.Observable debounce(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_android_textOn -androidx.appcompat.R$string: int abc_searchview_description_search -com.turingtechnologies.materialscrollbar.R$attr: int tintMode -androidx.appcompat.widget.SearchView: SearchView(android.content.Context,android.util.AttributeSet) -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionButton_Overflow -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_Dialog_Bridge -com.google.android.material.R$id: int deltaRelative -com.jaredrummler.android.colorpicker.R$attr: int actionModeCloseButtonStyle -james.adaptiveicon.R$attr: int suggestionRowLayout -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 -cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_onResume -retrofit2.ParameterHandler$1 -androidx.preference.R$drawable: int abc_list_selector_holo_dark -androidx.appcompat.R$drawable: int abc_ic_voice_search_api_material -okhttp3.TlsVersion: okhttp3.TlsVersion TLS_1_0 -com.google.android.material.R$styleable: int[] TextAppearance -androidx.appcompat.widget.AbsActionBarView: void setVisibility(int) -androidx.recyclerview.R$attr: int alpha -io.reactivex.internal.observers.DeferredScalarObserver: void onComplete() -com.google.android.material.R$attr: int layout_goneMarginTop -com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType[] $VALUES -com.google.android.material.floatingactionbutton.FloatingActionButton: void setBackgroundDrawable(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Speed: double Value -android.didikee.donate.R$style: int Widget_AppCompat_SearchView -androidx.appcompat.R$styleable: int FontFamilyFont_ttcIndex -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_editTextBackground -com.google.android.material.R$attr: int popupTheme -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft -okhttp3.internal.connection.RealConnection: boolean noNewStreams -android.didikee.donate.R$drawable: int abc_btn_check_material -androidx.preference.R$styleable: int RecyclerView_android_descendantFocusability -com.google.android.material.slider.RangeSlider: float getValueTo() -androidx.swiperefreshlayout.R$integer -androidx.appcompat.R$styleable: int SearchView_searchHintIcon -cyanogenmod.app.ThemeVersion$ComponentVersion: int getCurrentVersion() -androidx.loader.R$styleable: int GradientColor_android_endX -androidx.dynamicanimation.R$styleable -okio.Buffer: okio.Buffer writeString(java.lang.String,java.nio.charset.Charset) -okio.HashingSink: java.security.MessageDigest messageDigest -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_maxWidth -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Temperature temperature -james.adaptiveicon.R$styleable: int MenuItem_iconTintMode -androidx.core.R$id: int line3 -io.reactivex.Observable: io.reactivex.Observable groupBy(io.reactivex.functions.Function,boolean) -cyanogenmod.app.CMTelephonyManager: cyanogenmod.app.ICMTelephonyManager getService() -cyanogenmod.app.LiveLockScreenInfo: int PRIORITY_DEFAULT -okhttp3.EventListener: okhttp3.EventListener NONE -androidx.transition.R$layout: int notification_action_tombstone -okio.Okio$1: void flush() -okhttp3.RealCall: okio.Timeout timeout() -wangdaye.com.geometricweather.R$menu: R$menu() -wangdaye.com.geometricweather.common.ui.widgets.TagView: int getUncheckedBackgroundColor() -com.google.android.material.R$attr: int textAppearanceSearchResultTitle -cyanogenmod.app.ProfileGroup: boolean isDirty() -androidx.hilt.R$attr: int fontProviderFetchTimeout -okhttp3.OkHttpClient$Builder: boolean followRedirects -androidx.preference.PreferenceCategory -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void innerComplete() -androidx.preference.R$styleable: int SwitchCompat_thumbTextPadding -com.jaredrummler.android.colorpicker.R$dimen: int disabled_alpha_material_light -wangdaye.com.geometricweather.R$layout: int widget_clock_day_rectangle -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_lastHorizontalBias -androidx.constraintlayout.widget.R$styleable: int Variant_constraints -com.google.android.material.R$color: int design_dark_default_color_on_primary -wangdaye.com.geometricweather.remoteviews.config.TextWidgetConfigActivity -android.didikee.donate.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex -androidx.lifecycle.extensions.R$attr -androidx.appcompat.R$drawable: int abc_text_select_handle_left_mtrl_light -androidx.appcompat.widget.Toolbar: android.widget.TextView getSubtitleTextView() -com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$Node removeInternalByKey(java.lang.Object) -androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode -com.google.android.material.R$dimen: int mtrl_calendar_header_text_padding -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: boolean isDataConnectionEnabled() -androidx.viewpager2.R$id: int tag_unhandled_key_listeners -io.reactivex.internal.disposables.EmptyDisposable: int requestFusion(int) -io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(long,java.util.concurrent.TimeUnit) -okio.BufferedSource: boolean exhausted() -cyanogenmod.app.ThemeVersion$ComponentVersion -androidx.appcompat.widget.ContentFrameLayout: void setAttachListener(androidx.appcompat.widget.ContentFrameLayout$OnAttachListener) -androidx.work.R$attr -android.didikee.donate.R$attr: int showAsAction -com.google.android.material.R$attr: int hoveredFocusedTranslationZ -com.google.android.material.R$styleable: int AlertDialog_listItemLayout -com.jaredrummler.android.colorpicker.R$layout: int cpv_preference_circle -wangdaye.com.geometricweather.R$styleable: int Chip_android_textAppearance -android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar -androidx.vectordrawable.R$styleable: int GradientColorItem_android_color -androidx.preference.R$styleable: int ListPreference_android_entries -com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawable_android_enterFadeDuration -okhttp3.CookieJar: java.util.List loadForRequest(okhttp3.HttpUrl) -com.jaredrummler.android.colorpicker.R$attr: int listDividerAlertDialog -androidx.constraintlayout.helper.widget.Layer: Layer(android.content.Context,android.util.AttributeSet) -james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary -wangdaye.com.geometricweather.db.entities.DailyEntity: void setHoursOfSun(float) -androidx.appcompat.R$attr: int tint -wangdaye.com.geometricweather.R$id: int tabMode -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item -com.google.android.material.slider.BaseSlider: float getValueOfTouchPosition() -com.google.android.material.bottomsheet.BottomSheetBehavior$SavedState: android.os.Parcelable$Creator CREATOR -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: boolean isDisposed() -androidx.versionedparcelable.ParcelImpl: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$attr: int cpv_indeterminate -wangdaye.com.geometricweather.R$drawable: int notif_temp_140 -wangdaye.com.geometricweather.R$layout: int activity_daily_trend_display_manage -androidx.preference.R$color: int abc_tint_edittext -androidx.preference.R$styleable: int[] Toolbar -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub$Proxy: void setServiceRequestState(cyanogenmod.weather.RequestInfo,cyanogenmod.weatherservice.ServiceRequestResult,int) -wangdaye.com.geometricweather.R$attr: int iconResStart -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_94 -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -androidx.work.R$attr: int fontStyle -com.google.android.material.R$style: int TestStyleWithLineHeight -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_maxElementsWrap -com.xw.repo.bubbleseekbar.R$layout: int abc_action_menu_layout -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: ObservableWithLatestFromMany$WithLatestInnerObserver(io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver,int) -androidx.preference.R$attr: int actionModeShareDrawable -wangdaye.com.geometricweather.R$styleable: int NavigationView_android_background -wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree nighttimeWindDegree -io.reactivex.internal.operators.observable.ObserverResourceWrapper: void onNext(java.lang.Object) -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs -com.google.android.material.R$dimen: int mtrl_fab_min_touch_target -io.reactivex.Observable: io.reactivex.Observable switchMapSingleDelayError(io.reactivex.functions.Function) -cyanogenmod.weather.WeatherInfo$Builder: double mTemperature -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_ratingBarStyleIndicator -james.adaptiveicon.R$style: int Widget_AppCompat_ActionButton_Overflow -cyanogenmod.externalviews.KeyguardExternalViewProviderService$1$1 -androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: io.reactivex.functions.Predicate predicate -cyanogenmod.app.IPartnerInterface$Stub -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: android.view.Window mWindow -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.HalfDay[] halfDays -com.turingtechnologies.materialscrollbar.R$layout: int abc_search_dropdown_item_icons_2line -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.util.Date startDate -com.jaredrummler.android.colorpicker.R$dimen: int hint_alpha_material_light -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver otherObserver -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float pressure -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHorizontal_bias -james.adaptiveicon.R$styleable: int View_android_theme -okio.Utf8 -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: boolean isSnow() -wangdaye.com.geometricweather.R$id: int spread -androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall -wangdaye.com.geometricweather.R$drawable: int ic_wind -com.turingtechnologies.materialscrollbar.R$attr: int boxBackgroundMode -androidx.preference.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored -androidx.fragment.R$id: int accessibility_custom_action_27 -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_AES_128_GCM_SHA256 -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_w -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeTotalPrecipitationProbability(java.lang.Float) -okhttp3.internal.cache.DiskLruCache$Editor: void abortUnlessCommitted() -cyanogenmod.providers.CMSettings$Secure$1: boolean validate(java.lang.String) -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder protocols(java.util.List) -com.xw.repo.bubbleseekbar.R$dimen: int abc_button_padding_vertical_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String no2Desc -android.didikee.donate.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless -androidx.constraintlayout.widget.R$color: int switch_thumb_material_light -okhttp3.internal.http.UnrepeatableRequestBody -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_barColor -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_enabled -androidx.appcompat.R$attr: int listMenuViewStyle -io.reactivex.internal.operators.observable.ObservableGroupBy$State: java.lang.Throwable error -com.xw.repo.bubbleseekbar.R$attr: int queryHint -james.adaptiveicon.R$attr: int tickMarkTintMode -androidx.appcompat.R$styleable: int AppCompatTheme_windowNoTitle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String o3 -james.adaptiveicon.R$dimen: int abc_dialog_fixed_width_major -androidx.preference.R$anim: int fragment_fade_enter -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle -com.google.android.material.R$attr: int numericModifiers -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: io.reactivex.ObservableSource second -androidx.appcompat.widget.SwitchCompat: int getThumbScrollRange() -androidx.loader.R$styleable: int GradientColor_android_type -wangdaye.com.geometricweather.R$color: int colorRootDark -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_onClick -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_contentInsetEndWithActions -okhttp3.internal.http2.Header: boolean equals(java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_motionStagger -androidx.preference.R$styleable: int SearchView_queryHint -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: java.lang.Object enterTransform(java.lang.Object) -okhttp3.internal.connection.ConnectionSpecSelector: ConnectionSpecSelector(java.util.List) -androidx.appcompat.R$attr: int drawableLeftCompat -com.google.android.material.R$drawable: int abc_ic_menu_selectall_mtrl_alpha -com.jaredrummler.android.colorpicker.R$attr: int arrowShaftLength -com.jaredrummler.android.colorpicker.R$layout: int select_dialog_singlechoice_material -wangdaye.com.geometricweather.R$anim: int fragment_fast_out_extra_slow_in -com.google.android.material.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity -io.reactivex.internal.schedulers.ScheduledRunnable: int THREAD_INDEX -android.didikee.donate.R$attr: int searchIcon -cyanogenmod.externalviews.ExternalView$2: void run() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getRagweedIndex() -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$styleable: int CompoundButton_android_button -com.turingtechnologies.materialscrollbar.R$attr: int chipStyle -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_transitionEasing -retrofit2.http.QueryMap: boolean encoded() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum Minimum -com.google.android.material.R$styleable: int ActionBar_contentInsetLeft -okhttp3.internal.connection.StreamAllocation: okhttp3.Call call -wangdaye.com.geometricweather.R$attr: int preferenceFragmentStyle -androidx.fragment.R$id: int accessibility_custom_action_20 -io.reactivex.subjects.PublishSubject$PublishDisposable: void onComplete() -androidx.appcompat.widget.ActionBarOverlayLayout: void setHideOnContentScrollEnabled(boolean) -com.google.android.material.tabs.TabLayout$TabView: void setSelected(boolean) -androidx.constraintlayout.widget.R$attr: int tickMarkTint -okhttp3.internal.http.StatusLine: int HTTP_CONTINUE -com.google.android.material.R$styleable: int Transform_android_scaleX -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_66 -wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode DARK -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_rippleColor -android.didikee.donate.R$drawable: R$drawable() -wangdaye.com.geometricweather.R$attr: int chipMinHeight -androidx.coordinatorlayout.R$styleable: int GradientColor_android_startX -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_SearchResult -wangdaye.com.geometricweather.R$dimen: int design_snackbar_max_width -com.google.android.material.R$attr: int gestureInsetBottomIgnored -okhttp3.internal.http1.Http1Codec: okio.Source newChunkedSource(okhttp3.HttpUrl) -com.turingtechnologies.materialscrollbar.R$style -okhttp3.internal.cache.DiskLruCache: boolean journalRebuildRequired() -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light_DarkActionBar -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_voice_search_api_material -wangdaye.com.geometricweather.R$styleable: int[] Spinner -com.google.android.material.R$styleable: int Constraint_android_maxWidth -cyanogenmod.themes.ThemeManager$1$2 -android.didikee.donate.R$id: int notification_main_column_container -com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_check_to_on_mtrl_000 -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIcon -wangdaye.com.geometricweather.R$id: int action_image -com.google.android.material.R$layout: int notification_template_part_time -androidx.viewpager2.R$styleable: int FontFamilyFont_fontVariationSettings -com.google.android.material.R$color: int accent_material_dark -com.google.android.material.R$styleable: int FloatingActionButton_backgroundTintMode -com.google.android.material.R$styleable: int Constraint_flow_horizontalGap -android.didikee.donate.R$dimen: int abc_button_inset_horizontal_material -androidx.preference.R$style: int Base_AlertDialog_AppCompat -okio.HashingSink: okio.HashingSink hmacSha512(okio.Sink,okio.ByteString) -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_placeholderTextColor -androidx.constraintlayout.widget.R$dimen: int compat_notification_large_icon_max_width -cyanogenmod.app.PartnerInterface: void shutdownDevice() -wangdaye.com.geometricweather.R$attr: int flow_verticalGap -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeTotalPrecipitationDuration -androidx.preference.R$id: int time -androidx.preference.R$drawable: int notify_panel_notification_icon_bg -androidx.preference.R$styleable: int AppCompatTheme_buttonStyleSmall -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_android_inputType -io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: ObservableRetryBiPredicate$RetryBiObserver(io.reactivex.Observer,io.reactivex.functions.BiPredicate,io.reactivex.internal.disposables.SequentialDisposable,io.reactivex.ObservableSource) -androidx.coordinatorlayout.R$id -com.google.android.material.R$styleable: int MenuGroup_android_visible -com.google.android.material.switchmaterial.SwitchMaterial: SwitchMaterial(android.content.Context) -cyanogenmod.externalviews.ExternalViewProviderService$Provider: cyanogenmod.externalviews.ExternalViewProviderService this$0 -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setCityId(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_fontFamily -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabPaddingStart -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setMax(float) -androidx.appcompat.R$styleable: int AppCompatTextHelper_android_drawableStart -james.adaptiveicon.R$styleable: int FontFamilyFont_android_fontWeight -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: void setZh_TW(java.lang.String) -james.adaptiveicon.R$styleable: int SwitchCompat_switchPadding -android.didikee.donate.R$attr: int homeAsUpIndicator -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dividerVertical -cyanogenmod.app.Profile: void setStatusBarIndicator(boolean) -wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit[] values() -wangdaye.com.geometricweather.R$dimen: int test_mtrl_calendar_day_cornerSize -com.google.android.material.R$id: int action_bar_spinner -cyanogenmod.app.ProfileGroup: ProfileGroup(android.os.Parcel,cyanogenmod.app.ProfileGroup$1) -okhttp3.internal.http2.PushObserver -okhttp3.Call: boolean isCanceled() -wangdaye.com.geometricweather.R$string: int feedback_initializing -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.String description -james.adaptiveicon.R$anim -com.google.android.material.R$attr: int windowActionBar -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VectorDrawableDelegateState: int getChangingConfigurations() -okhttp3.internal.http2.Hpack$Reader: java.util.List headerList -retrofit2.ParameterHandler$Query: java.lang.String name -wangdaye.com.geometricweather.R$dimen: int material_icon_size -androidx.hilt.R$styleable: int Fragment_android_name -com.google.android.material.snackbar.SnackbarContentLayout: void setMaxInlineActionWidth(int) -cyanogenmod.app.ThemeVersion$ComponentVersion: cyanogenmod.app.ThemeComponent getComponent() -androidx.lifecycle.SavedStateHandleController$1: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) -androidx.constraintlayout.motion.widget.MotionLayout: void setScene(androidx.constraintlayout.motion.widget.MotionScene) -wangdaye.com.geometricweather.R$id: int item_pollen_daily -wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat_Light -androidx.customview.R$dimen: int notification_big_circle_margin -androidx.lifecycle.extensions.R$layout -wangdaye.com.geometricweather.R$color -cyanogenmod.externalviews.KeyguardExternalView: KeyguardExternalView(android.content.Context,android.util.AttributeSet,int) -okhttp3.internal.cache.DiskLruCache: boolean $assertionsDisabled -cyanogenmod.app.Profile: void setConditionalType() -wangdaye.com.geometricweather.R$animator: int mtrl_extended_fab_change_size_collapse_motion_spec -com.google.android.material.R$styleable: int[] OnSwipe -android.didikee.donate.R$styleable: int Toolbar_navigationIcon -wangdaye.com.geometricweather.R$drawable: int weather_clear_day_mini_grey -androidx.vectordrawable.animated.R$integer: R$integer() -androidx.preference.R$styleable: int AppCompatTextView_drawableBottomCompat -okhttp3.internal.cache.DiskLruCache: void initialize() -android.didikee.donate.R$styleable: int AppCompatTheme_android_windowIsFloating -com.google.gson.stream.JsonReader: int PEEKED_SINGLE_QUOTED -wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customIntegerValue -wangdaye.com.geometricweather.R$id: int notification_base_weather -retrofit2.BuiltInConverters$StreamingResponseBodyConverter: retrofit2.BuiltInConverters$StreamingResponseBodyConverter INSTANCE -android.didikee.donate.R$styleable: int ColorStateListItem_alpha -androidx.constraintlayout.widget.R$attr: int windowFixedWidthMajor -com.google.android.material.R$styleable: int TextInputLayout_boxCornerRadiusBottomEnd -wangdaye.com.geometricweather.R$attr: int layout_constraintEnd_toStartOf -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours: AccuCurrentResult$PrecipitationSummary$Past9Hours() -wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_showDialog -com.jaredrummler.android.colorpicker.R$attr: int ttcIndex -androidx.appcompat.R$attr: int submitBackground -cyanogenmod.app.Profile: boolean isDirty() -wangdaye.com.geometricweather.common.ui.behaviors.InkPageIndicatorBehavior: InkPageIndicatorBehavior(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$array: int ui_style_values -androidx.appcompat.R$string: int abc_capital_off -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_128 -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_title -androidx.work.R$drawable: int notification_template_icon_low_bg -androidx.constraintlayout.widget.R$id: int up -androidx.appcompat.widget.DialogTitle: DialogTitle(android.content.Context) -wangdaye.com.geometricweather.R$styleable: int Preference_android_dependency -wangdaye.com.geometricweather.R$id: int widget_week -com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_padding_top_material -com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Light -wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: SunMoonView(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$style: int Base_AlertDialog_AppCompat_Light -androidx.preference.R$style: int Base_ThemeOverlay_AppCompat_Dark -androidx.vectordrawable.R$styleable: int[] FontFamily -com.jaredrummler.android.colorpicker.R$attr: int cpv_showAlphaSlider -android.didikee.donate.R$style: int Theme_AppCompat_Dialog -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: java.util.concurrent.atomic.AtomicReference upstream -com.google.android.material.slider.BaseSlider: void setThumbRadius(int) -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_showMotionSpec -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: int status -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ListView_Menu -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_icon -androidx.vectordrawable.R$drawable: int notification_bg -android.didikee.donate.R$dimen: int abc_text_size_menu_material -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionMenuTextColor -androidx.drawerlayout.R$id: int actions -androidx.viewpager2.R$dimen: R$dimen() -cyanogenmod.app.CustomTile$ExpandedItem: java.lang.String itemSummary -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: java.lang.String url -androidx.preference.R$id: int left -wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Color -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Dialog_Alert -cyanogenmod.profiles.LockSettings$1: java.lang.Object[] newArray(int) -androidx.work.R$styleable: int FontFamilyFont_fontVariationSettings -com.google.android.material.R$attr: int contentPaddingLeft -com.google.android.material.R$styleable: int Layout_layout_constraintCircleRadius -androidx.viewpager2.R$attr: int fastScrollVerticalThumbDrawable -cyanogenmod.app.Profile: void writeToParcel(android.os.Parcel,int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: java.util.List value -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult: wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean Summary -james.adaptiveicon.R$color: int background_material_light -wangdaye.com.geometricweather.R$layout: int item_weather_daily_overview -com.google.android.material.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_HOMESCREEN -com.turingtechnologies.materialscrollbar.R$styleable: int[] Spinner -android.didikee.donate.R$attr: int drawableSize -retrofit2.RequestFactory$Builder: retrofit2.ParameterHandler[] parameterHandlers -android.didikee.donate.R$drawable: int abc_list_focused_holo -com.google.android.material.R$styleable: int ConstraintSet_deriveConstraintsFrom -androidx.appcompat.R$styleable: int LinearLayoutCompat_measureWithLargestChild -okhttp3.MultipartBody$Builder: MultipartBody$Builder() -okhttp3.internal.platform.Android10Platform: Android10Platform(java.lang.Class) -androidx.activity.R$id: int accessibility_custom_action_9 -com.google.android.material.R$attr: int iconTint -androidx.lifecycle.Transformations$2: Transformations$2(androidx.arch.core.util.Function,androidx.lifecycle.MediatorLiveData) -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_saveFlags -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void request(long) -wangdaye.com.geometricweather.R$styleable: int Preference_layout -android.didikee.donate.R$attr: int measureWithLargestChild -androidx.preference.R$color: int material_grey_850 -okhttp3.logging.HttpLoggingInterceptor: java.nio.charset.Charset UTF8 -wangdaye.com.geometricweather.R$transition: int search_activity_return -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: java.util.concurrent.atomic.AtomicReference upstream -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintWidth_percent -androidx.appcompat.R$style: int Widget_AppCompat_ActionBar -com.google.android.material.R$styleable: int KeyTimeCycle_waveOffset -james.adaptiveicon.AdaptiveIconView: void setPath(java.lang.String) -com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy LOWER_CASE_WITH_UNDERSCORES -retrofit2.HttpException: int code -androidx.appcompat.R$style: int Base_V26_Widget_AppCompat_Toolbar -wangdaye.com.geometricweather.R$animator: int mtrl_chip_state_list_anim -wangdaye.com.geometricweather.R$layout: int container_main_hourly_trend_card -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_measureWithLargestChild -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_enabled -androidx.activity.R$layout: int notification_template_part_chronometer -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_default_height_material -androidx.constraintlayout.widget.R$anim: int btn_radio_to_off_mtrl_ring_outer_animation -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light_Dialog -wangdaye.com.geometricweather.R$styleable: int Preference_widgetLayout -wangdaye.com.geometricweather.R$styleable: int[] StateListDrawableItem -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$TotalLiquid: double Value -android.didikee.donate.R$drawable: int abc_ratingbar_indicator_material -com.turingtechnologies.materialscrollbar.R$dimen: int highlight_alpha_material_light -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cw -james.adaptiveicon.R$styleable: int Toolbar_buttonGravity -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Body2 -okhttp3.Route -com.google.android.material.R$styleable: int KeyCycle_android_alpha -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large -retrofit2.ParameterHandler$FieldMap -okio.Buffer: okio.Buffer$UnsafeCursor readAndWriteUnsafe() -com.xw.repo.bubbleseekbar.R$attr: int progressBarPadding -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_hideable -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int RainProbability -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_SearchView -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit FTPS -okhttp3.internal.tls.CertificateChainCleaner: okhttp3.internal.tls.CertificateChainCleaner get(javax.net.ssl.X509TrustManager) -androidx.appcompat.R$style: int TextAppearance_AppCompat_Button -wangdaye.com.geometricweather.R$attr: int panelMenuListWidth -okhttp3.internal.Util: boolean decodeIpv4Suffix(java.lang.String,int,int,byte[],int) -androidx.preference.R$attr: int actionOverflowButtonStyle -androidx.lifecycle.LifecycleRegistry: boolean isSynced() -com.turingtechnologies.materialscrollbar.R$color: int abc_search_url_text -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header -cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy: android.os.IBinder asBinder() -okhttp3.internal.publicsuffix.PublicSuffixDatabase: byte[] publicSuffixListBytes -wangdaye.com.geometricweather.db.entities.HistoryEntity: java.lang.String weatherSource -androidx.activity.R$styleable: int FontFamily_fontProviderCerts -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setCityId(java.lang.String) -com.google.gson.FieldNamingPolicy$2: FieldNamingPolicy$2(java.lang.String,int) -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_start_padding -androidx.fragment.R$dimen: int notification_right_side_padding_top -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_Button -com.turingtechnologies.materialscrollbar.R$attr: int fastScrollHorizontalThumbDrawable -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.WeatherEntity) -okio.BufferedSink: okio.BufferedSink writeLong(long) -wangdaye.com.geometricweather.R$attr: int cornerFamilyBottomRight -androidx.legacy.coreutils.R$styleable: int GradientColor_android_startX -com.google.gson.stream.JsonWriter: boolean isHtmlSafe() -cyanogenmod.app.ICMTelephonyManager$Stub: cyanogenmod.app.ICMTelephonyManager asInterface(android.os.IBinder) -androidx.preference.R$integer: int config_tooltipAnimTime -com.google.android.material.R$color: int abc_secondary_text_material_light -android.didikee.donate.R$attr: int buttonStyleSmall -com.google.android.material.textfield.TextInputLayout: com.google.android.material.shape.MaterialShapeDrawable getBoxBackground() -wangdaye.com.geometricweather.R$attr: int contentInsetEndWithActions -wangdaye.com.geometricweather.R$styleable: int[] PopupWindow -cyanogenmod.app.Profile: Profile(android.os.Parcel) -okhttp3.FormBody: java.util.List encodedValues -androidx.appcompat.widget.AppCompatTextView -androidx.recyclerview.widget.RecyclerView: void setRecyclerListener(androidx.recyclerview.widget.RecyclerView$RecyclerListener) -androidx.constraintlayout.widget.R$id: int topPanel -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_lon -wangdaye.com.geometricweather.R$attr: int dependency -james.adaptiveicon.R$attr: int hideOnContentScroll -wangdaye.com.geometricweather.R$styleable: int[] AnimatedStateListDrawableItem -com.jaredrummler.android.colorpicker.R$layout: int abc_expanded_menu_layout -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorPrimary -cyanogenmod.providers.DataUsageContract: int COLUMN_OF_SLOW_SAMPLES -com.jaredrummler.android.colorpicker.R$anim: int abc_popup_exit -retrofit2.Retrofit$1: retrofit2.Platform platform -com.google.android.material.R$styleable: int AppCompatTheme_textColorSearchUrl -com.github.rahatarmanahmed.cpv.CircularProgressView: int getColor() -wangdaye.com.geometricweather.R$string: int bottom_sheet_behavior -james.adaptiveicon.R$style: int Widget_AppCompat_SeekBar -com.xw.repo.bubbleseekbar.R$attr: int bsb_anim_duration -androidx.preference.R$id: int notification_background -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_firstHorizontalBias -com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_NavigationView -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_android_windowAnimationStyle -wangdaye.com.geometricweather.R$id: int dialog_minimal_icon_title -com.google.android.material.textfield.TextInputLayout: void setStartIconContentDescription(int) -okhttp3.OkHttpClient: okhttp3.Authenticator authenticator() -androidx.work.R$style: int TextAppearance_Compat_Notification_Time -com.xw.repo.bubbleseekbar.R$attr: int commitIcon -wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_barColor -wangdaye.com.geometricweather.R$id: int widget_clock_day_title -okhttp3.logging.HttpLoggingInterceptor: boolean bodyHasUnknownEncoding(okhttp3.Headers) -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: int getMainTextColorResId() -james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarWidgetTheme -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_Switch -com.google.android.material.R$string: int mtrl_badge_numberless_content_description -androidx.appcompat.R$style: int Theme_AppCompat_Light_DialogWhenLarge -androidx.preference.R$styleable: int ActionBar_elevation -com.google.android.material.chip.Chip: void setChipStartPaddingResource(int) -androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_android_fontVariationSettings -com.turingtechnologies.materialscrollbar.R$attr: int closeIconSize -com.google.android.material.R$styleable: int OnSwipe_dragThreshold -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge -androidx.viewpager.R$styleable: int FontFamilyFont_ttcIndex -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX getTemperature() -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: wangdaye.com.geometricweather.db.entities.DaoSession daoSession -wangdaye.com.geometricweather.R$attr: int closeIconEnabled -wangdaye.com.geometricweather.R$dimen: int compat_button_inset_vertical_material -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_firstVerticalStyle -com.xw.repo.bubbleseekbar.R$color: int abc_primary_text_material_dark -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_Solid -androidx.appcompat.R$styleable: int AppCompatTheme_actionMenuTextColor -wangdaye.com.geometricweather.R$string: int key_forecast_tomorrow -cyanogenmod.app.IPartnerInterface$Stub$Proxy: java.lang.String getCurrentHotwordPackageName() -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_android_gravity -james.adaptiveicon.R$dimen: int abc_cascading_menus_min_smallest_width -androidx.appcompat.R$attr: int contentInsetRight -cyanogenmod.power.PerformanceManager: boolean setPowerProfile(int) -androidx.lifecycle.SavedStateHandle: SavedStateHandle(java.util.Map) -com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getItemTextAppearanceInactive() -okhttp3.internal.ws.WebSocketWriter$FrameSink: void close() -androidx.transition.R$layout: int notification_template_part_time -com.google.android.material.switchmaterial.SwitchMaterial -com.bumptech.glide.R$attr: int fontProviderCerts -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Wind: java.lang.String direct -cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_setZenModeWithDuration -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cps -androidx.appcompat.R$attr: int numericModifiers -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: android.view.WindowManager$LayoutParams mParams -androidx.fragment.R$styleable: int[] GradientColorItem -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_hintEnabled -com.jaredrummler.android.colorpicker.R$attr: int submitBackground -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_divider -androidx.activity.R$id: int action_container -com.google.android.material.R$layout: int test_reflow_chipgroup -androidx.appcompat.resources.R$id: int accessibility_custom_action_28 -okhttp3.internal.http2.Http2Connection$ReaderRunnable$3 -okhttp3.Route: java.net.Proxy proxy() -wangdaye.com.geometricweather.R$styleable: int ActionBar_titleTextStyle -android.didikee.donate.R$styleable: int ActionBar_homeLayout -wangdaye.com.geometricweather.R$drawable: int widget_clock_day_horizontal -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: double HoursOfIce -com.google.android.material.R$id: int parent_matrix -androidx.preference.R$dimen: int abc_alert_dialog_button_dimen -androidx.preference.R$styleable: int Preference_persistent -androidx.loader.R$layout: int notification_action_tombstone -retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: io.reactivex.Observer observer -com.google.android.material.R$id: int save_non_transition_alpha -com.turingtechnologies.materialscrollbar.R$id: int scrollIndicatorDown -okhttp3.internal.connection.RouteSelector: java.net.Proxy nextProxy() -cyanogenmod.externalviews.KeyguardExternalView: void unregisterKeyguardExternalViewCallback(cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks) -wangdaye.com.geometricweather.db.entities.DailyEntityDao: org.greenrobot.greendao.query.Query weatherEntity_DailyEntityListQuery -androidx.preference.R$styleable: int PreferenceImageView_android_maxWidth -android.support.v4.os.IResultReceiver: void send(int,android.os.Bundle) -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getTreeLevel() -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource CN -wangdaye.com.geometricweather.R$id: int cut -androidx.drawerlayout.R$dimen: int compat_notification_large_icon_max_width -androidx.appcompat.resources.R$id: int accessibility_custom_action_12 -io.reactivex.internal.disposables.EmptyDisposable: io.reactivex.internal.disposables.EmptyDisposable NEVER -wangdaye.com.geometricweather.R$attr: int navigationIcon -androidx.appcompat.R$dimen: int abc_list_item_height_material -androidx.appcompat.R$styleable: int[] MenuItem -com.bumptech.glide.integration.okhttp.R$styleable: int[] GradientColor -com.jaredrummler.android.colorpicker.R$dimen: int abc_alert_dialog_button_bar_height -androidx.appcompat.R$id: int search_edit_frame -androidx.vectordrawable.R$id: int accessibility_custom_action_17 -androidx.preference.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title -com.jaredrummler.android.colorpicker.R$attr: int multiChoiceItemLayout -james.adaptiveicon.R$style: int Widget_AppCompat_Light_AutoCompleteTextView -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float rain12h -com.github.rahatarmanahmed.cpv.CircularProgressView: float getMaxProgress() -com.turingtechnologies.materialscrollbar.R$id: int largeLabel -wangdaye.com.geometricweather.R$attr: int numericModifiers -io.reactivex.Observable: io.reactivex.Observable flatMapMaybe(io.reactivex.functions.Function) -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void dispose() -androidx.hilt.lifecycle.R$styleable: int GradientColor_android_endX -com.google.android.material.R$style: int Widget_MaterialComponents_BottomAppBar_PrimarySurface -wangdaye.com.geometricweather.R$array: R$array() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: java.lang.String pubTime -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_68 -androidx.constraintlayout.widget.R$attr: int backgroundTint -androidx.coordinatorlayout.R$layout: R$layout() -androidx.appcompat.R$styleable: int LinearLayoutCompat_dividerPadding -androidx.preference.SwitchPreference -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String nighttimeWindDirection -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title -androidx.constraintlayout.widget.R$drawable: int abc_cab_background_top_material -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowFixedWidthMinor -com.google.android.material.R$animator: int design_fab_hide_motion_spec -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TabLayout_Colored -wangdaye.com.geometricweather.R$drawable: int ic_briefing -cyanogenmod.app.ICMStatusBarManager$Stub: int TRANSACTION_createCustomTileWithTag -com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_divider_mtrl_alpha -wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog -androidx.drawerlayout.R$color: R$color() -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property ApparentTemperature -wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.lang.String getContent() -com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_endY -com.google.android.material.R$id: int BOTTOM_END -androidx.appcompat.resources.R$styleable -okhttp3.internal.ws.WebSocketWriter: okio.Buffer$UnsafeCursor maskCursor -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub: android.os.IBinder asBinder() -com.google.android.material.R$attr: int mock_showDiagonals -com.google.android.material.R$attr: int listPopupWindowStyle -retrofit2.http.FieldMap -androidx.constraintlayout.widget.R$styleable: int Toolbar_logo -com.turingtechnologies.materialscrollbar.R$color: int abc_secondary_text_material_light -androidx.hilt.work.R$dimen: int compat_button_inset_vertical_material -android.didikee.donate.R$drawable: int abc_ic_star_black_48dp -androidx.core.R$id: int tag_accessibility_clickable_spans -android.didikee.donate.R$drawable: int abc_text_cursor_material -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHorizontal_bias -okhttp3.internal.ws.WebSocketProtocol: int OPCODE_FLAG_CONTROL -androidx.activity.R$drawable: int notification_bg_low -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: AtmoAuraQAResult$MultiDaysIndexs$MultiIndex() -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float icePrecipitation -com.google.android.material.slider.BaseSlider: void setTrackTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: java.lang.String getValue() -wangdaye.com.geometricweather.R$attr: int textAppearanceHeadline3 -okhttp3.internal.http.RealInterceptorChain: okhttp3.Request request -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Metric: double Value -wangdaye.com.geometricweather.R$styleable: int MaterialButton_android_insetRight -james.adaptiveicon.R$attr: int autoSizeMaxTextSize -androidx.preference.R$style: int Base_DialogWindowTitleBackground_AppCompat -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_indeterminateProgressStyle -com.turingtechnologies.materialscrollbar.R$style: int Base_V26_Widget_AppCompat_Toolbar -wangdaye.com.geometricweather.R$dimen: int design_fab_size_mini -com.jaredrummler.android.colorpicker.R$styleable: int View_theme -james.adaptiveicon.R$attr: int colorControlNormal -android.didikee.donate.R$styleable: int AppCompatTheme_actionBarTheme -wangdaye.com.geometricweather.R$style: int Base_DialogWindowTitleBackground_AppCompat -cyanogenmod.weatherservice.IWeatherProviderService -com.xw.repo.bubbleseekbar.R$attr: int alertDialogStyle -wangdaye.com.geometricweather.R$drawable: int weather_clear_day_mini_xml -com.turingtechnologies.materialscrollbar.R$id: int firstVisible -com.turingtechnologies.materialscrollbar.R$styleable: int[] AppCompatTextHelper -androidx.hilt.work.R$dimen: int notification_large_icon_width -androidx.preference.R$anim: int btn_checkbox_to_checked_icon_null_animation -com.google.android.material.R$id: int sin -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum Minimum -androidx.work.R$styleable: int FontFamilyFont_font -wangdaye.com.geometricweather.R$id: int dialog_background_location_setButton -cyanogenmod.themes.IThemeChangeListener$Stub: int TRANSACTION_onFinish_1 -io.reactivex.internal.observers.InnerQueuedObserver: boolean isDisposed() -wangdaye.com.geometricweather.R$string: int content_des_drag_flag -androidx.preference.R$dimen: int abc_panel_menu_list_width -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: io.reactivex.Scheduler$Worker worker -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_24 -wangdaye.com.geometricweather.R$styleable: int DrawerLayout_unfold -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: java.util.concurrent.atomic.AtomicReference other -cyanogenmod.app.CMStatusBarManager: cyanogenmod.app.ICMStatusBarManager getService() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: int status -com.google.android.material.R$color: int dim_foreground_material_dark -com.google.android.material.R$dimen: int mtrl_textinput_box_stroke_width_default -com.xw.repo.bubbleseekbar.R$style: int Animation_AppCompat_Dialog -android.didikee.donate.R$styleable: int Spinner_android_dropDownWidth -okio.Buffer$1 -androidx.preference.R$anim: int fragment_fast_out_extra_slow_in -okhttp3.OkHttpClient$Builder: okhttp3.CertificatePinner certificatePinner -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: java.lang.String defenseText -com.google.android.material.R$attr: int inverse -wangdaye.com.geometricweather.R$id: int scroll -com.jaredrummler.android.colorpicker.R$attr: int titleMargins -com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: boolean equals(java.lang.Object) -wangdaye.com.geometricweather.R$dimen: int preference_dropdown_padding_start -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleTextAppearance -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: float getDistance(float) -wangdaye.com.geometricweather.R$color: int design_dark_default_color_primary_dark -androidx.core.R$id: int accessibility_custom_action_7 -com.google.gson.stream.JsonReader -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Display1 -com.turingtechnologies.materialscrollbar.R$attr: int cornerRadius -androidx.activity.R$styleable: int GradientColor_android_endColor -james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarItemBackground -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: void setEn_US(java.lang.String) -com.jaredrummler.android.colorpicker.R$id: int alertTitle -james.adaptiveicon.R$style -com.google.android.material.R$style: int Theme_MaterialComponents_Light_LargeTouch -androidx.lifecycle.extensions.R$style -androidx.work.R$string: R$string() -androidx.loader.R$string -com.turingtechnologies.materialscrollbar.R$attr: int tabMinWidth -wangdaye.com.geometricweather.common.ui.widgets.DrawerLayout: void setUnfold(boolean) -androidx.lifecycle.MutableLiveData: MutableLiveData(java.lang.Object) -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: java.lang.String getPressureText(android.content.Context,float) -cyanogenmod.app.LiveLockScreenManager: void setLiveLockScreenEnabled(boolean) -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_BottomAppBar_Primary -okhttp3.internal.connection.StreamAllocation: void release() -okhttp3.internal.http.RealInterceptorChain: okhttp3.Request request() -io.reactivex.internal.util.EmptyComponent: void cancel() -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_visibility -com.google.android.material.R$styleable: int FlowLayout_itemSpacing -androidx.preference.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity -com.jaredrummler.android.colorpicker.R$attr: int textAppearanceLargePopupMenu -com.xw.repo.bubbleseekbar.R$attr: int bsb_min -okio.RealBufferedSource: void readFully(byte[]) -android.didikee.donate.R$id: int split_action_bar -io.reactivex.internal.observers.BlockingObserver: boolean isDisposed() -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintVertical_chainStyle -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_Switch -wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge -wangdaye.com.geometricweather.weather.json.mf.MfRainResult: long updatedOn -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Display3 -androidx.appcompat.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar -androidx.preference.R$attr: int iconifiedByDefault -cyanogenmod.alarmclock.CyanogenModAlarmClock: android.content.Intent createAlarmIntent(android.content.Context) -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: java.util.concurrent.atomic.AtomicReference mainDisposable -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void onError(java.lang.Throwable) -androidx.appcompat.view.menu.ActionMenuItemView: androidx.appcompat.view.menu.MenuItemImpl getItemData() -com.bumptech.glide.R$id: int action_divider -james.adaptiveicon.R$layout: int notification_template_part_time -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_navigation_height -com.google.android.material.R$layout: int mtrl_picker_header_fullscreen -android.didikee.donate.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog -androidx.preference.Preference: void setOnPreferenceChangeInternalListener(androidx.preference.Preference$OnPreferenceChangeInternalListener) -wangdaye.com.geometricweather.R$attr: int queryHint -wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_animSyncDuration -com.turingtechnologies.materialscrollbar.R$id: int async -androidx.lifecycle.ViewModel: ViewModel() -androidx.constraintlayout.widget.R$styleable: int ActionBar_subtitle -cyanogenmod.app.ILiveLockScreenChangeListener$Stub$Proxy: android.os.IBinder asBinder() -androidx.viewpager2.R$styleable: int RecyclerView_layoutManager -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_menu_cut_mtrl_alpha -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light -androidx.appcompat.resources.R$styleable: int FontFamilyFont_android_ttcIndex -com.google.android.material.appbar.CollapsingToolbarLayout: int getScrimAlpha() -com.turingtechnologies.materialscrollbar.R$layout: int abc_search_view -com.jaredrummler.android.colorpicker.R$id: int circle -com.google.android.material.R$style: int Widget_AppCompat_SearchView -androidx.preference.R$attr: int actionBarPopupTheme -android.didikee.donate.R$layout: int abc_activity_chooser_view_list_item -wangdaye.com.geometricweather.R$styleable: int SearchView_goIcon -com.jaredrummler.android.colorpicker.R$styleable: int[] PreferenceFragmentCompat -androidx.constraintlayout.widget.R$drawable: int abc_list_selector_holo_dark -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xdw -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeSnowPrecipitationDuration() -okio.Okio$3 -com.turingtechnologies.materialscrollbar.R$attr: int buttonStyle -com.google.android.material.R$layout: int abc_screen_simple_overlay_action_mode -cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.IKeyguardExternalViewProvider access$000(cyanogenmod.externalviews.KeyguardExternalView) -androidx.recyclerview.widget.RecyclerView: boolean getClipToPadding() -com.bumptech.glide.R$dimen: int compat_button_inset_horizontal_material -com.google.android.material.R$attr: int listChoiceIndicatorSingleAnimated -io.reactivex.Observable: io.reactivex.Observable timeout0(io.reactivex.ObservableSource,io.reactivex.functions.Function,io.reactivex.ObservableSource) -android.didikee.donate.R$style -cyanogenmod.providers.DataUsageContract: java.lang.String[] PROJECTION_ALL -androidx.legacy.coreutils.R$styleable: int GradientColor_android_startY -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_splitTrack -com.google.android.material.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -androidx.appcompat.app.AlertController$RecycleListView: AlertController$RecycleListView(android.content.Context) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: void setDirection(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX) -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Display3 -androidx.constraintlayout.utils.widget.ImageFilterButton: ImageFilterButton(android.content.Context,android.util.AttributeSet) -io.reactivex.Observable: io.reactivex.Single toMap(io.reactivex.functions.Function,io.reactivex.functions.Function) -com.google.android.material.R$style: int Platform_MaterialComponents_Dialog -com.bumptech.glide.integration.okhttp.R$color -com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_vertical_padding -androidx.viewpager2.R$styleable: int GradientColor_android_centerY -wangdaye.com.geometricweather.R$attr: int settingsActivity -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Spinner -com.google.android.material.R$styleable: int ConstraintSet_android_elevation -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: boolean timerFired -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_transformPivotY -wangdaye.com.geometricweather.R$styleable: int Fragment_android_tag -james.adaptiveicon.R$styleable: int AppCompatTheme_colorPrimary -androidx.preference.R$style: int Animation_AppCompat_Dialog -wangdaye.com.geometricweather.R$styleable: int RadialViewGroup_materialCircleRadius -androidx.preference.R$styleable: int MenuGroup_android_visible -androidx.dynamicanimation.R$style: int TextAppearance_Compat_Notification_Info -com.google.android.material.R$dimen: int abc_dropdownitem_text_padding_left -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Imperial Imperial -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: int status -androidx.appcompat.R$styleable: int AppCompatTheme_ratingBarStyleSmall -androidx.legacy.coreutils.R$layout: R$layout() -okhttp3.MultipartBody: java.lang.StringBuilder appendQuotedString(java.lang.StringBuilder,java.lang.String) -androidx.constraintlayout.widget.R$attr: int flow_firstHorizontalBias -androidx.coordinatorlayout.R$styleable: int FontFamily_fontProviderPackage -okhttp3.internal.ws.WebSocketWriter: okio.Buffer buffer -wangdaye.com.geometricweather.R$layout: int preference_list_fragment -androidx.preference.R$styleable: int AppCompatTextView_autoSizeMinTextSize -cyanogenmod.app.ThemeVersion: java.lang.String THEME_VERSION_FIELD_NAME -cyanogenmod.providers.CMSettings$Global: java.lang.String ZEN_DISABLE_DUCKING_DURING_MEDIA_PLAYBACK -io.reactivex.Observable: io.reactivex.Observable startWith(io.reactivex.ObservableSource) -wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: java.lang.String getNotificationStyleName(android.content.Context) -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: void onComplete() -cyanogenmod.providers.CMSettings$InclusiveFloatRangeValidator: boolean validate(java.lang.String) -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle -okhttp3.internal.http.RealResponseBody: java.lang.String contentTypeString -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_paddingTop -wangdaye.com.geometricweather.R$styleable: int Slider_labelStyle -wangdaye.com.geometricweather.R$string: int settings_title_notification_custom_color -wangdaye.com.geometricweather.R$layout: int preference_information_material -androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeRainPrecipitationProbability -androidx.constraintlayout.widget.R$attr: int buttonStyleSmall -wangdaye.com.geometricweather.R$dimen: int mtrl_progress_indicator_full_rounded_corner_radius -androidx.preference.R$styleable: int AppCompatTheme_imageButtonStyle -okio.GzipSink: void flush() -retrofit2.CallAdapter -androidx.preference.R$styleable: int[] ListPreference -com.google.gson.stream.JsonScope: int EMPTY_DOCUMENT -com.jaredrummler.android.colorpicker.R$attr: int actionModeFindDrawable -retrofit2.RequestFactory: retrofit2.ParameterHandler[] parameterHandlers -androidx.preference.R$style: int Base_DialogWindowTitle_AppCompat -androidx.preference.R$styleable: int AppCompatTheme_checkedTextViewStyle -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: java.util.concurrent.atomic.AtomicLong requested -androidx.preference.R$styleable: int AppCompatTheme_radioButtonStyle -wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_rotationX -okhttp3.TlsVersion: okhttp3.TlsVersion[] values() -wangdaye.com.geometricweather.R$id: int activity_weather_daily_indicator -cyanogenmod.app.BaseLiveLockManagerService: android.os.IBinder mService -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title -wangdaye.com.geometricweather.R$styleable: int Layout_layout_editor_absoluteX -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer aqiIndex -androidx.constraintlayout.widget.R$id: int reverseSawtooth -com.jaredrummler.android.colorpicker.ColorPickerView: int getPaddingBottom() -james.adaptiveicon.R$styleable: int AppCompatTheme_tooltipFrameBackground -com.google.android.material.R$styleable: int Constraint_drawPath -okio.SegmentedByteString: java.lang.String toString() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: void setUnit(java.lang.String) -okio.GzipSource: void close() -cyanogenmod.themes.ThemeChangeRequest$1: cyanogenmod.themes.ThemeChangeRequest[] newArray(int) -androidx.legacy.coreutils.R$attr: int font -androidx.hilt.work.R$styleable: int FontFamilyFont_android_ttcIndex -okio.ByteString: okio.ByteString of(java.nio.ByteBuffer) -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: void dispose() -wangdaye.com.geometricweather.R$color: int abc_primary_text_material_dark -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_scrollMode -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: wangdaye.com.geometricweather.db.converters.WeatherCodeConverter weatherCodeConverter -wangdaye.com.geometricweather.db.entities.LocationEntity: void setCountry(java.lang.String) -james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle -com.google.android.material.bottomappbar.BottomAppBar$Behavior -androidx.core.graphics.drawable.IconCompat -cyanogenmod.providers.CMSettings$System: java.lang.String NAVIGATION_BAR_MENU_ARROW_KEYS -io.reactivex.internal.observers.BlockingObserver: void onSubscribe(io.reactivex.disposables.Disposable) -retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$2: retrofit2.Call $this_await$inlined -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean isSunlightEnhancementSelfManaged() -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedEmitLast: ObservableSampleTimed$SampleTimedEmitLast(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintBaseline_toBaselineOf -com.google.android.material.button.MaterialButtonToggleGroup: void setupButtonChild(com.google.android.material.button.MaterialButton) -cyanogenmod.app.ILiveLockScreenManagerProvider: boolean unregisterChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) -com.google.android.material.tabs.TabLayout$TabView: void setTab(com.google.android.material.tabs.TabLayout$Tab) -okio.GzipSink: okio.DeflaterSink deflaterSink -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int ThunderstormProbability -okio.Buffer: okio.BufferedSink writeLong(long) -org.greenrobot.greendao.database.DatabaseOpenHelper: android.content.Context context -com.google.android.material.chip.Chip: void setCloseIconStartPadding(float) -androidx.dynamicanimation.R$style: int TextAppearance_Compat_Notification_Title -androidx.drawerlayout.R$attr: int fontProviderFetchTimeout -com.google.android.material.R$attr: int errorIconTintMode -com.xw.repo.bubbleseekbar.R$color: int secondary_text_default_material_dark -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: void setGravitySensorEnabled(boolean) -wangdaye.com.geometricweather.R$dimen: int abc_button_padding_horizontal_material -androidx.constraintlayout.widget.R$styleable: int[] MotionLayout -wangdaye.com.geometricweather.R$string: int grass -okhttp3.internal.http2.Http2Connection$2: void execute() -wangdaye.com.geometricweather.main.layouts.MainLayoutManager -okhttp3.Response: okhttp3.Response priorResponse -com.jaredrummler.android.colorpicker.R$layout: int abc_alert_dialog_button_bar_material -com.github.rahatarmanahmed.cpv.BuildConfig: java.lang.String VERSION_NAME -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableTintMode -retrofit2.HttpServiceMethod$SuspendForBody: java.lang.Object adapt(retrofit2.Call,java.lang.Object[]) -android.didikee.donate.R$styleable: int AppCompatImageView_tintMode -android.didikee.donate.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle -androidx.constraintlayout.widget.R$color: int abc_hint_foreground_material_dark -okio.ByteString: okio.ByteString sha512() -android.didikee.donate.R$styleable: int SwitchCompat_switchMinWidth -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonStyleSmall -androidx.appcompat.widget.AppCompatTextView: android.content.res.ColorStateList getSupportBackgroundTintList() -wangdaye.com.geometricweather.R$color: int ripple_material_light -okio.Buffer: int readIntLe() -com.google.android.material.R$attr: int onTouchUp -androidx.dynamicanimation.R$drawable: int notification_bg_low_normal -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: CaiYunMainlyResult$CurrentBean$PressureBean() -wangdaye.com.geometricweather.R$attr: int layout_constraintBottom_toTopOf -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_showText -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: boolean done -james.adaptiveicon.R$drawable: int tooltip_frame_dark -wangdaye.com.geometricweather.R$styleable: int CheckBoxPreference_android_summaryOff -com.jaredrummler.android.colorpicker.R$attr: int colorControlNormal -androidx.preference.R$styleable: int Toolbar_collapseContentDescription -com.google.android.material.R$styleable: int SwitchCompat_thumbTextPadding -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property ThunderstormPrecipitation -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getSunRise() -androidx.constraintlayout.widget.R$styleable: int Toolbar_contentInsetRight -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Button -okhttp3.ConnectionSpec$Builder: java.lang.String[] cipherSuites -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night -androidx.viewpager.widget.ViewPager$SavedState -com.turingtechnologies.materialscrollbar.R$attr: int windowFixedWidthMinor -io.reactivex.internal.schedulers.ScheduledDirectPeriodicTask -io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: boolean isDisposed() -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle -wangdaye.com.geometricweather.R$string: int settings_title_notification_background -cyanogenmod.providers.ThemesContract$PreviewColumns: android.net.Uri CONTENT_URI -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_12 -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float thunderstormPrecipitation -androidx.preference.R$attr: int arrowShaftLength -james.adaptiveicon.R$dimen: int abc_action_bar_overflow_padding_start_material -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_android_windowIsFloating -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ImageButton -androidx.constraintlayout.widget.R$styleable: int[] Motion -com.xw.repo.bubbleseekbar.R$dimen: int tooltip_vertical_padding -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_fontFamily -com.google.android.material.R$style: int Base_Widget_AppCompat_ListPopupWindow -androidx.swiperefreshlayout.R$styleable: int[] FontFamilyFont -okio.Okio$2: long read(okio.Buffer,long) -james.adaptiveicon.R$dimen: int abc_button_padding_vertical_material -androidx.preference.R$drawable: int btn_checkbox_unchecked_mtrl -com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_check_to_on_mtrl_015 -com.jaredrummler.android.colorpicker.R$string: int abc_menu_enter_shortcut_label -com.google.android.material.R$styleable: int AppCompatTheme_actionOverflowMenuStyle -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Button_Borderless -androidx.preference.R$styleable: int PopupWindow_overlapAnchor -android.didikee.donate.R$dimen: int abc_dialog_list_padding_bottom_no_buttons -io.reactivex.internal.util.NotificationLite$SubscriptionNotification -com.jaredrummler.android.colorpicker.R$styleable: int Preference_enabled -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse -com.bumptech.glide.integration.okhttp.R$dimen: int compat_control_corner_material -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$8: float val$swipeProgress -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleMarginTop -okhttp3.HttpUrl: java.lang.String QUERY_ENCODE_SET -okhttp3.OkHttpClient: java.util.List networkInterceptors -androidx.drawerlayout.R$id: int text -androidx.constraintlayout.widget.Group: void setElevation(float) -com.google.android.material.R$id: int time -okio.Timeout: long timeoutNanos -okhttp3.ResponseBody$BomAwareReader -com.xw.repo.bubbleseekbar.R$drawable: int abc_tab_indicator_mtrl_alpha -androidx.constraintlayout.helper.widget.Layer: void setPivotY(float) -wangdaye.com.geometricweather.R$id: int unlabeled -androidx.appcompat.R$drawable: int abc_ic_menu_share_mtrl_alpha -wangdaye.com.geometricweather.db.entities.MinutelyEntity: MinutelyEntity() -com.jaredrummler.android.colorpicker.R$attr: int fastScrollVerticalThumbDrawable -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Imperial: AccuCurrentResult$DewPoint$Imperial() -cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_AM_PM -wangdaye.com.geometricweather.R$id: int search_voice_btn -android.didikee.donate.R$attr: int thumbTint -wangdaye.com.geometricweather.R$dimen: int mtrl_high_ripple_focused_alpha -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode THUNDER -androidx.coordinatorlayout.R$id: int forever -androidx.preference.R$color: int bright_foreground_material_light -com.google.android.material.R$drawable: int material_ic_calendar_black_24dp -androidx.appcompat.R$styleable: int[] GradientColor -okhttp3.internal.cache2.Relay: void commit(long) -android.didikee.donate.R$style: int Widget_AppCompat_DrawerArrowToggle -androidx.work.R$attr: int fontProviderPackage -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setIcon(android.graphics.drawable.Drawable) -com.google.android.material.R$layout: int material_clockface_view -androidx.constraintlayout.widget.R$styleable: int Spinner_android_entries -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored -com.xw.repo.bubbleseekbar.R$anim: int abc_slide_in_bottom -androidx.viewpager2.R$styleable: int FontFamily_fontProviderQuery -com.google.android.material.R$styleable: int CardView_contentPaddingBottom -okhttp3.Response$Builder: okhttp3.Response$Builder handshake(okhttp3.Handshake) -com.google.android.material.R$color: int design_dark_default_color_error -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Spinner -okhttp3.OkHttpClient$Builder: boolean retryOnConnectionFailure -cyanogenmod.app.ProfileManager: java.lang.String INTENT_ACTION_PROFILE_SELECTED -androidx.lifecycle.extensions.R$layout: int notification_action_tombstone -androidx.appcompat.widget.AppCompatRadioButton: void setBackgroundDrawable(android.graphics.drawable.Drawable) -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_checkedIconTint -wangdaye.com.geometricweather.R$attr: int minHeight -wangdaye.com.geometricweather.R$string: int about_circular_progress_view -androidx.recyclerview.widget.StaggeredGridLayoutManager$LazySpanLookup$FullSpanItem -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_drawableRight -com.google.android.material.R$styleable: int Slider_labelStyle -okhttp3.internal.http.RequestLine: java.lang.String get(okhttp3.Request,java.net.Proxy$Type) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_alertDialogStyle -com.xw.repo.bubbleseekbar.R$styleable: int PopupWindow_android_popupBackground -cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_EXISTING_UUID -retrofit2.ParameterHandler$RawPart: retrofit2.ParameterHandler$RawPart INSTANCE -com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration -wangdaye.com.geometricweather.R$id: int event -androidx.appcompat.R$styleable: int AnimatedStateListDrawableTransition_android_toId -okhttp3.Response$Builder: okhttp3.Response$Builder networkResponse(okhttp3.Response) -cyanogenmod.weather.WeatherInfo$Builder: java.lang.String mCity -cyanogenmod.app.CustomTile$ExpandedItem$1: cyanogenmod.app.CustomTile$ExpandedItem[] newArray(int) -com.google.android.material.R$styleable: int FontFamilyFont_android_font -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_autoSizeStepGranularity -wangdaye.com.geometricweather.R$attr: int triggerId -com.google.android.material.R$styleable: int CardView_cardElevation -wangdaye.com.geometricweather.R$attr: int layout_constraintStart_toEndOf -androidx.preference.R$style: int Base_Widget_AppCompat_SearchView_ActionBar -com.google.android.material.R$styleable: int OnSwipe_dragScale -okhttp3.Dispatcher: void setMaxRequests(int) -org.greenrobot.greendao.AbstractDao: java.lang.Object load(java.lang.Object) -androidx.preference.R$styleable: int MenuView_android_headerBackground -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: io.reactivex.disposables.Disposable upstream -androidx.vectordrawable.R$id: int right_icon -androidx.preference.R$style: int Base_TextAppearance_AppCompat_SearchResult -com.google.android.material.button.MaterialButton: void setCheckable(boolean) -com.google.android.material.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges -com.google.android.material.R$styleable: int Layout_layout_editor_absoluteX -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_marginStart -cyanogenmod.profiles.StreamSettings: cyanogenmod.profiles.StreamSettings fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) -wangdaye.com.geometricweather.R$attr: int expandedTitleGravity -wangdaye.com.geometricweather.R$string: int settings_title_item_animation_switch -com.jaredrummler.android.colorpicker.R$styleable: int[] Toolbar -io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.BiFunction,boolean) -androidx.appcompat.resources.R$drawable: int notification_bg_normal_pressed -cyanogenmod.app.ProfileManager: java.lang.String INTENT_ACTION_PROFILE_UPDATED -com.jaredrummler.android.colorpicker.R$attr: int checkboxStyle -androidx.constraintlayout.widget.R$id: int action_bar -android.didikee.donate.R$styleable: int MenuView_android_windowAnimationStyle -com.google.android.material.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle -com.jaredrummler.android.colorpicker.R$styleable: int[] SwitchCompat -com.google.android.material.R$styleable: int Constraint_android_maxHeight -com.google.android.material.R$styleable: int[] MaterialTextView -retrofit2.Utils$WildcardTypeImpl: java.lang.String toString() -androidx.dynamicanimation.R$layout: R$layout() -wangdaye.com.geometricweather.R$attr: int textAppearanceLineHeightEnabled -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: boolean isDisposed() -androidx.preference.R$attr: int dropDownListViewStyle -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_Bridge -wangdaye.com.geometricweather.R$style: int Base_V21_Theme_MaterialComponents -androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionButton_Overflow -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_12 -com.google.android.material.R$color: int abc_hint_foreground_material_dark -wangdaye.com.geometricweather.R$transition: int search_activity_shared_return -androidx.constraintlayout.widget.R$id: int action_mode_close_button -com.google.android.material.R$attr: int bottomSheetDialogTheme -com.google.android.material.R$attr: int textAppearanceLargePopupMenu -io.reactivex.internal.schedulers.ScheduledRunnable: void dispose() -androidx.core.R$styleable: int FontFamilyFont_android_fontStyle -wangdaye.com.geometricweather.R$drawable: int weather_thunder_mini_dark -androidx.viewpager2.widget.ViewPager2: int getPageSize() -cyanogenmod.platform.Manifest$permission: java.lang.String WRITE_WEATHER -wangdaye.com.geometricweather.R$drawable: int weather_hail_mini_grey -wangdaye.com.geometricweather.db.entities.WeatherEntity: long getTimeStamp() -wangdaye.com.geometricweather.db.entities.LocationEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.LocationEntity) -com.google.android.material.R$styleable: int Constraint_layout_constraintHorizontal_bias -androidx.recyclerview.R$id: int tag_unhandled_key_event_manager -org.greenrobot.greendao.AbstractDao: long insert(java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int Motion_motionPathRotate -cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onLockscreenSlideOffsetChanged(float) -okhttp3.internal.http2.Http2Connection: long access$708(okhttp3.internal.http2.Http2Connection) -okio.ByteString: boolean endsWith(okio.ByteString) -androidx.viewpager.widget.PagerTabStrip: PagerTabStrip(android.content.Context) -com.jaredrummler.android.colorpicker.R$drawable: int abc_list_selector_disabled_holo_dark -com.google.android.material.R$styleable: int KeyCycle_android_rotation -io.reactivex.Observable: io.reactivex.Observable throttleLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: HalfDay(java.lang.String,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,wangdaye.com.geometricweather.common.basic.models.weather.Temperature,wangdaye.com.geometricweather.common.basic.models.weather.Precipitation,wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability,wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration,wangdaye.com.geometricweather.common.basic.models.weather.Wind,java.lang.Integer) -wangdaye.com.geometricweather.R$color: int colorAccent_light -com.google.gson.JsonParseException: JsonParseException(java.lang.String) -androidx.lifecycle.extensions.R$attr: int fontProviderQuery -cyanogenmod.providers.DataUsageContract: android.net.Uri BASE_CONTENT_URI -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_icon_text_spacing -androidx.constraintlayout.utils.widget.MotionTelltales: MotionTelltales(android.content.Context,android.util.AttributeSet,int) -androidx.lifecycle.ProcessLifecycleOwner: androidx.lifecycle.LifecycleRegistry mRegistry -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_dividerPadding -wangdaye.com.geometricweather.R$attr: int flow_horizontalStyle -okhttp3.Route: Route(okhttp3.Address,java.net.Proxy,java.net.InetSocketAddress) -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: com.google.android.material.animation.MotionSpec getExtendMotionSpec() -com.xw.repo.bubbleseekbar.R$color: int abc_tint_spinner -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionBar_Solid -wangdaye.com.geometricweather.R$attr: int number -androidx.appcompat.widget.AppCompatImageButton: void setImageURI(android.net.Uri) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setCurrent(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: java.lang.String pubTime -androidx.appcompat.R$color: int material_grey_100 -wangdaye.com.geometricweather.R$attr: int selectorSize -wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_android_insetLeft -cyanogenmod.profiles.BrightnessSettings: void processOverride(android.content.Context) -com.google.android.material.R$styleable: int AppCompatTextView_drawableEndCompat -androidx.transition.R$style: int TextAppearance_Compat_Notification_Time -okio.Buffer: okio.Buffer write(byte[]) -wangdaye.com.geometricweather.R$attr: int motion_triggerOnCollision -androidx.swiperefreshlayout.R$dimen: int notification_top_pad_large_text -androidx.preference.R$style: int ThemeOverlay_AppCompat_Dialog -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void dispose() -com.google.android.material.R$id: int dropdown_menu -okhttp3.Cookie$Builder: boolean persistent -okio.ByteString: java.lang.String hex() -androidx.viewpager.R$dimen: int notification_large_icon_height -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Imperial: double Value -androidx.hilt.R$drawable: int notification_bg_low_normal -androidx.hilt.R$integer: int status_bar_notification_info_maxnum -androidx.lifecycle.ReportFragment$ActivityInitializationListener: void onCreate() -androidx.preference.R$dimen: int notification_media_narrow_margin -io.reactivex.Observable: io.reactivex.Observable buffer(int,java.util.concurrent.Callable) -okhttp3.TlsVersion: java.util.List forJavaNames(java.lang.String[]) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: void setFrom(java.util.Date) -androidx.preference.R$id: int seekbar_value -com.xw.repo.bubbleseekbar.R$attr: int queryBackground -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onAttach(android.os.IBinder) -androidx.preference.R$layout: int preference_category_material -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: boolean access$502(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl,boolean) -okio.ByteString: boolean equals(java.lang.Object) -androidx.hilt.work.R$styleable: int FontFamilyFont_android_font -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: java.lang.String Phrase_60 -cyanogenmod.weatherservice.IWeatherProviderService: void setServiceClient(cyanogenmod.weatherservice.IWeatherProviderServiceClient) -android.didikee.donate.R$attr: int overlapAnchor -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: void onComplete() -com.jaredrummler.android.colorpicker.R$dimen: int abc_control_inset_material -wangdaye.com.geometricweather.R$attr: int bsb_second_track_size -com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_Solid -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Large_Inverse -cyanogenmod.weather.RequestInfo$1: java.lang.Object[] newArray(int) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_51 -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: boolean isDisposed() -com.xw.repo.bubbleseekbar.R$id: int search_src_text -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setDate(java.lang.String) -james.adaptiveicon.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless -james.adaptiveicon.R$drawable: int abc_ic_voice_search_api_material -wangdaye.com.geometricweather.R$string: int feedback_resident_location_description -com.jaredrummler.android.colorpicker.R$attr: int dependency -cyanogenmod.profiles.ConnectionSettings: int mValue -androidx.lifecycle.extensions.R$style: R$style() -cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent[] values() -androidx.viewpager2.R$id: int accessibility_custom_action_20 -com.turingtechnologies.materialscrollbar.R$layout: int select_dialog_multichoice_material -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Body2 -okhttp3.internal.Util: okhttp3.ResponseBody EMPTY_RESPONSE -com.turingtechnologies.materialscrollbar.R$attr: int chipStandaloneStyle -androidx.preference.ExpandButton -com.google.android.material.R$styleable: int AppCompatTheme_actionButtonStyle -wangdaye.com.geometricweather.R$styleable: int[] CheckBoxPreference -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge -android.didikee.donate.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow -io.reactivex.internal.operators.observable.ObserverResourceWrapper: void onError(java.lang.Throwable) -androidx.preference.R$color: int primary_text_default_material_light -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: AccuAqiResult() -androidx.coordinatorlayout.R$id: int accessibility_custom_action_19 -wangdaye.com.geometricweather.R$styleable: int ListPreference_entryValues -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.R$string: int degree_day_temperature -cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String YEAR -androidx.preference.R$style: int Widget_AppCompat_ListView -james.adaptiveicon.R$drawable: int abc_btn_borderless_material -james.adaptiveicon.R$styleable: int MenuItem_iconTint -cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status valueOf(java.lang.String) -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_TabView -cyanogenmod.providers.CMSettings$Global: android.net.Uri CONTENT_URI -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setRealFeelShaderTemperature(java.lang.Integer) -androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type CENTER_Y -com.turingtechnologies.materialscrollbar.R$attr: int chipIcon -com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_type -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void request(long) -wangdaye.com.geometricweather.R$dimen: int mtrl_chip_pressed_translation_z -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String getStreet_number() -androidx.appcompat.R$drawable: int abc_btn_radio_material -com.jaredrummler.android.colorpicker.R$attr: int autoSizeTextType -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub -cyanogenmod.weather.WeatherInfo$Builder: long mTimestamp -com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_android_maxWidth -androidx.preference.R$styleable: int Toolbar_buttonGravity -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: void setChartItemView(wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarDivider -com.google.android.material.R$color: int abc_primary_text_material_dark -wangdaye.com.geometricweather.R$id: int ghost_view_holder -androidx.preference.R$layout: int preference_widget_checkbox -com.turingtechnologies.materialscrollbar.R$styleable: int[] TouchScrollBar -retrofit2.HttpServiceMethod$CallAdapted: java.lang.Object adapt(retrofit2.Call,java.lang.Object[]) -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown -com.google.android.material.R$layout: int material_clock_display -com.google.android.material.R$styleable: int[] AppCompatSeekBar -wangdaye.com.geometricweather.R$drawable: int ic_mtrl_chip_close_circle -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_stacked_tab_max_width -androidx.appcompat.R$styleable: int GradientColor_android_endColor -okhttp3.RequestBody$3: long contentLength() -wangdaye.com.geometricweather.R$font: int product_sans_bold -com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_separator_vertical_padding -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: boolean isDisposed() -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintTop_toTopOf -com.google.android.material.R$dimen: int material_filled_edittext_font_1_3_padding_top -wangdaye.com.geometricweather.R$attr: int layout_editor_absoluteY -com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_fontStyle -com.google.android.material.R$color: int secondary_text_disabled_material_light -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintVertical_weight -okhttp3.internal.cache2.Relay: void writeMetadata(long) -androidx.preference.R$styleable: int DialogPreference_android_dialogIcon -james.adaptiveicon.R$styleable: int TextAppearance_android_fontFamily -wangdaye.com.geometricweather.db.entities.LocationEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) -android.didikee.donate.R$styleable: R$styleable() -wangdaye.com.geometricweather.R$attr: int icon -android.didikee.donate.R$styleable: int[] RecycleListView -wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_indeterminate -wangdaye.com.geometricweather.R$drawable: int ic_map_clock -androidx.constraintlayout.widget.R$styleable: int Toolbar_collapseIcon -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_SearchView -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabPaddingTop -wangdaye.com.geometricweather.R$layout: int dialog_donate_wechat -androidx.preference.R$attr: int shouldDisableView -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_Solid -androidx.constraintlayout.widget.R$attr: int actionBarTheme -com.google.android.material.textfield.MaterialAutoCompleteTextView: MaterialAutoCompleteTextView(android.content.Context) -com.jaredrummler.android.colorpicker.R$id: int search_src_text -com.google.android.material.R$attr: int materialCalendarHeaderConfirmButton -com.xw.repo.bubbleseekbar.R$drawable: int abc_list_focused_holo -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: java.lang.String unitId -cyanogenmod.app.ProfileGroup: void getXmlString(java.lang.StringBuilder,android.content.Context) -android.didikee.donate.R$dimen: int abc_button_padding_vertical_material -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceCategoryTitleTextAppearance -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Imperial Imperial -com.turingtechnologies.materialscrollbar.R$attr: int enforceTextAppearance -com.google.android.material.R$integer: int bottom_sheet_slide_duration -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_14 -androidx.customview.R$dimen: int notification_action_icon_size -androidx.appcompat.R$styleable: int MenuItem_actionProviderClass -wangdaye.com.geometricweather.R$attr: int submitBackground -com.google.android.material.R$id: int material_hour_tv -com.google.android.material.R$drawable: int abc_btn_colored_material -androidx.constraintlayout.widget.R$drawable: int abc_control_background_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: int getStatus() -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_CAMELLIA_256_CBC_SHA -cyanogenmod.app.LiveLockScreenManager: cyanogenmod.app.ILiveLockScreenManager sService -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean set(int,boolean) -android.didikee.donate.R$color: int abc_tint_spinner -james.adaptiveicon.R$style: int Widget_AppCompat_ListMenuView -cyanogenmod.app.ProfileManager: ProfileManager(android.content.Context) -android.didikee.donate.R$color: int bright_foreground_material_dark -androidx.dynamicanimation.R$layout: int notification_template_icon_group -org.greenrobot.greendao.AbstractDao: void updateInsideSynchronized(java.lang.Object,android.database.sqlite.SQLiteStatement,boolean) -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float getThunderstorm() -cyanogenmod.app.suggest.AppSuggestManager -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintLeft_toLeftOf -james.adaptiveicon.R$id: int title_template -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_verticalGap -retrofit2.http.QueryMap -androidx.work.impl.utils.futures.DirectExecutor: androidx.work.impl.utils.futures.DirectExecutor INSTANCE -wangdaye.com.geometricweather.R$layout: int item_about_title -wangdaye.com.geometricweather.R$id: int fitToContents -androidx.recyclerview.R$drawable: R$drawable() -io.reactivex.Observable: io.reactivex.Observable takeLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean,int) -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder reencodeForUri() -wangdaye.com.geometricweather.R$drawable: int notif_temp_12 -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Button_Small -androidx.cardview.R$styleable: int[] CardView -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary -android.didikee.donate.R$dimen: int abc_cascading_menus_min_smallest_width -wangdaye.com.geometricweather.R$styleable: int Constraint_transitionPathRotate -com.google.android.material.R$styleable: int ImageFilterView_brightness -androidx.lifecycle.ComputableLiveData: ComputableLiveData(java.util.concurrent.Executor) -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintGuide_begin -cyanogenmod.themes.ThemeManager: java.util.Set access$300(cyanogenmod.themes.ThemeManager) -androidx.appcompat.resources.R$drawable: int notification_template_icon_low_bg -com.google.android.material.R$styleable: int KeyTimeCycle_transitionEasing -androidx.preference.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: void onSubscribe(io.reactivex.disposables.Disposable) -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$1: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 -androidx.fragment.R$anim: int fragment_close_exit -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: io.reactivex.SingleObserver downstream -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.constraintlayout.widget.R$style: int Platform_AppCompat_Light -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Medium -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: long dt -com.bumptech.glide.integration.okhttp.R$id: int chronometer -cyanogenmod.profiles.ConnectionSettings: void readFromParcel(android.os.Parcel) -androidx.lifecycle.ProcessLifecycleOwnerInitializer: int update(android.net.Uri,android.content.ContentValues,java.lang.String,java.lang.String[]) -io.reactivex.observers.DisposableObserver: java.util.concurrent.atomic.AtomicReference upstream -wangdaye.com.geometricweather.R$styleable: int RecyclerView_layoutManager -io.reactivex.Observable: io.reactivex.Observable distinctUntilChanged(io.reactivex.functions.BiPredicate) -wangdaye.com.geometricweather.R$styleable: int Constraint_motionStagger -wangdaye.com.geometricweather.R$string: int precipitation_rainstorm -com.google.android.material.floatingactionbutton.FloatingActionButton: void hide(com.google.android.material.floatingactionbutton.FloatingActionButton$OnVisibilityChangedListener) -androidx.preference.R$styleable: int Fragment_android_name -cyanogenmod.providers.CMSettings$System: java.lang.String BLUETOOTH_ACCEPT_ALL_FILES -com.jaredrummler.android.colorpicker.R$attr: int fragment -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Toolbar -james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text -com.xw.repo.bubbleseekbar.R$id: int progress_circular -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void complete() -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large -com.google.android.material.R$dimen: int mtrl_btn_dialog_btn_min_width -wangdaye.com.geometricweather.db.entities.LocationEntity: void setLatitude(float) -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.util.List _queryWeatherEntity_HourlyEntityList(java.lang.String,java.lang.String) -com.google.android.material.R$styleable: int MaterialAlertDialog_backgroundInsetStart -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Display4 -wangdaye.com.geometricweather.R$xml: int standalone_badge_gravity_bottom_end -cyanogenmod.app.LiveLockScreenInfo$1: LiveLockScreenInfo$1() -androidx.hilt.R$styleable: int[] Fragment -io.reactivex.internal.operators.observable.ObservableGroupBy$State: void dispose() -com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_extra_spacing_horizontal -com.google.android.material.textfield.TextInputLayout: void setBoxStrokeWidthResource(int) -wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String getType() -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Year -androidx.work.impl.WorkDatabase_Impl -com.google.android.material.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_1 -androidx.appcompat.R$id: int right_icon -com.turingtechnologies.materialscrollbar.R$attr: int measureWithLargestChild -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorSwitchThumbNormal -okio.Segment: boolean owner -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String getDistrict() -androidx.appcompat.R$attr: int barLength -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getDewPoint() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial: double Value -io.reactivex.internal.observers.InnerQueuedObserver: int fusionMode() -wangdaye.com.geometricweather.R$dimen: int abc_edit_text_inset_horizontal_material -cyanogenmod.hardware.DisplayMode: void writeToParcel(android.os.Parcel,int) -wangdaye.com.geometricweather.R$styleable: int[] MaterialTextView -wangdaye.com.geometricweather.R$color: int design_snackbar_background_color -cyanogenmod.app.CustomTile$ExpandedItem: void internalSetItemTitle(java.lang.String) -androidx.fragment.R$styleable: int Fragment_android_tag -wangdaye.com.geometricweather.R$id: int widget_week_icon -james.adaptiveicon.R$attr: int searchViewStyle -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_min -wangdaye.com.geometricweather.R$attr: int borderWidth -wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: void setHourText(java.lang.String) -androidx.appcompat.widget.ActionMenuView: android.graphics.drawable.Drawable getOverflowIcon() -com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_listItemLayout -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView: int getMarginTop() -retrofit2.Platform: retrofit2.Platform findPlatform() -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_track_color -com.turingtechnologies.materialscrollbar.R$layout: int notification_action_tombstone -androidx.work.R$layout: R$layout() -androidx.constraintlayout.widget.R$string: int abc_searchview_description_voice -androidx.preference.R$id: int src_in -androidx.appcompat.view.menu.ActionMenuItemView: ActionMenuItemView(android.content.Context,android.util.AttributeSet) -com.turingtechnologies.materialscrollbar.R$dimen: int hint_alpha_material_dark -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_hoveredFocusedTranslationZ -androidx.viewpager.R$dimen: R$dimen() -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: long index -okhttp3.HttpUrl: int defaultPort(java.lang.String) -okhttp3.internal.cache.DiskLruCache$2: void onException(java.io.IOException) -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property WeatherCode -androidx.preference.R$attr: int windowFixedWidthMajor -okhttp3.internal.http.StatusLine: java.lang.String toString() -cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_2G3G4G -androidx.preference.R$attr: int backgroundStacked -com.google.android.material.R$styleable: int AppCompatTheme_actionBarItemBackground -cyanogenmod.providers.CMSettings$NameValueCache: long mValuesVersion -androidx.constraintlayout.widget.R$id: int tag_accessibility_clickable_spans -cyanogenmod.externalviews.KeyguardExternalView$3: void run() -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_checkedIconVisible -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: void setAdaptiveWidthEnabled(boolean) -androidx.hilt.work.R$attr: int alpha -com.jaredrummler.android.colorpicker.R$drawable: int notification_template_icon_bg -com.google.android.material.R$attr: int maxAcceleration -wangdaye.com.geometricweather.R$id: int transition_current_scene -androidx.hilt.lifecycle.R$id: int tag_unhandled_key_event_manager -androidx.constraintlayout.widget.R$attr: int actionBarItemBackground -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void onError(java.lang.Throwable) -com.google.android.material.R$drawable: int abc_seekbar_track_material -cyanogenmod.hardware.ICMHardwareService: boolean requireAdaptiveBacklightForSunlightEnhancement() -com.google.android.material.R$dimen: int abc_text_size_caption_material -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Spinner -com.google.gson.stream.JsonReader: boolean lenient -androidx.fragment.app.FragmentTabHost$SavedState -james.adaptiveicon.R$style: int Widget_AppCompat_Toolbar_Button_Navigation -okhttp3.Cookie$Builder: okhttp3.Cookie$Builder domain(java.lang.String,boolean) -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String DATE_CREATED -com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginEnd -androidx.viewpager2.R$id: int right_side -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String daytimeWeatherText -com.jaredrummler.android.colorpicker.R$id: int search_button -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_3 -androidx.appcompat.R$dimen: int abc_text_size_title_material -com.google.android.material.R$styleable: int MenuItem_tooltipText -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title -androidx.preference.R$style: int Base_V22_Theme_AppCompat_Light -androidx.preference.R$styleable: int[] MenuItem -androidx.appcompat.widget.Toolbar: int getCurrentContentInsetStart() -androidx.appcompat.R$style: int Widget_AppCompat_ActionBar_TabBar -wangdaye.com.geometricweather.R$layout: int widget_text_end -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ListPopupWindow -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: java.lang.String ShortPhrase -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum: AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum() -okhttp3.ConnectionSpec: void apply(javax.net.ssl.SSLSocket,boolean) -okhttp3.RequestBody$2: long contentLength() -cyanogenmod.providers.CMSettings$System: float getFloatForUser(android.content.ContentResolver,java.lang.String,float,int) -androidx.constraintlayout.widget.ConstraintHelper: void setIds(java.lang.String) -cyanogenmod.themes.ThemeManager: void addClient(cyanogenmod.themes.ThemeManager$ThemeChangeListener) -okhttp3.internal.http2.Http2Connection: java.util.Set currentPushRequests -io.reactivex.internal.observers.BlockingObserver: BlockingObserver(java.util.Queue) -androidx.recyclerview.widget.RecyclerView: void setClipToPadding(boolean) -com.google.android.material.R$styleable: int Chip_closeIconTint -wangdaye.com.geometricweather.R$string: int feedback_collect_failed -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float totalPrecipitationProbability -wangdaye.com.geometricweather.db.entities.DaoMaster: wangdaye.com.geometricweather.db.entities.DaoSession newDevSession(android.content.Context,java.lang.String) -com.xw.repo.bubbleseekbar.R$dimen: int hint_alpha_material_light -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getCeiling() -androidx.preference.R$anim: int btn_radio_to_on_mtrl_dot_group_animation -androidx.vectordrawable.animated.R$styleable: int GradientColor_android_startY -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_star_black_16dp -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_translationZ -com.xw.repo.bubbleseekbar.R$attr: int backgroundTintMode -okio.AsyncTimeout -io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,int,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -org.greenrobot.greendao.AbstractDao: java.lang.Object getKeyVerified(java.lang.Object) -androidx.appcompat.R$styleable: int DrawerArrowToggle_arrowHeadLength -com.turingtechnologies.materialscrollbar.R$attr: int layout_behavior -com.jaredrummler.android.colorpicker.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIconEnabled -com.bumptech.glide.integration.okhttp.R$dimen: int notification_large_icon_width -com.google.android.material.R$id: int smallLabel -wangdaye.com.geometricweather.R$drawable: int notif_temp_109 -cyanogenmod.hardware.CMHardwareManager: boolean writePersistentInt(java.lang.String,int) -com.google.android.material.R$drawable: int abc_ic_menu_overflow_material -com.google.android.material.tabs.TabLayout: android.content.res.ColorStateList getTabTextColors() -wangdaye.com.geometricweather.R$styleable: int[] MaterialAlertDialogTheme -androidx.drawerlayout.R$id: int line3 -androidx.preference.R$id: int action_container -androidx.preference.R$id: int search_edit_frame -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem -wangdaye.com.geometricweather.db.entities.DailyEntity: void setUvDescription(java.lang.String) -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_16 -okhttp3.EventListener$Factory: okhttp3.EventListener create(okhttp3.Call) -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_lastVerticalBias -wangdaye.com.geometricweather.R$string: int wind_level -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit -androidx.lifecycle.extensions.R$color -wangdaye.com.geometricweather.R$attr: int tickVisible -wangdaye.com.geometricweather.R$id: int scrollIndicatorDown -io.reactivex.Observable: io.reactivex.Observable buffer(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -wangdaye.com.geometricweather.R$string: int settings_summary_background_free_off -wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_thickness -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_tileMode -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.R$drawable: int ic_water_percent -androidx.lifecycle.ProcessLifecycleOwner$1: androidx.lifecycle.ProcessLifecycleOwner this$0 -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.String getWeatherSource() -com.google.android.material.R$dimen: int mtrl_extended_fab_top_padding -androidx.customview.R$style -androidx.preference.R$style: int Base_Widget_AppCompat_Button_Small -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: boolean isDisposed() -okio.Okio: okio.BufferedSource buffer(okio.Source) -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property Latitude -james.adaptiveicon.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset -androidx.vectordrawable.animated.R$dimen: int notification_large_icon_width -okhttp3.OkHttpClient: okhttp3.Authenticator authenticator -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_CompoundButton_CheckBox -androidx.loader.R$dimen: int notification_large_icon_width -cyanogenmod.app.CMStatusBarManager: CMStatusBarManager(android.content.Context) -androidx.vectordrawable.R$styleable: int GradientColor_android_centerColor -wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig hourlyEntityDaoConfig -androidx.transition.R$attr: int fontProviderAuthority -okhttp3.internal.http2.Http2Connection: long access$200(okhttp3.internal.http2.Http2Connection) -androidx.preference.R$attr: int actionModeCloseDrawable -wangdaye.com.geometricweather.R$attr: int motionStagger -androidx.constraintlayout.widget.R$id: int icon -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_scaleX -wangdaye.com.geometricweather.R$id: int design_menu_item_action_area -cyanogenmod.externalviews.KeyguardExternalView$6: cyanogenmod.externalviews.KeyguardExternalView this$0 -com.bumptech.glide.R$drawable: int notification_bg_normal -okio.GzipSource: byte SECTION_HEADER -wangdaye.com.geometricweather.R$color: int abc_primary_text_disable_only_material_dark -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_31 -com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle -wangdaye.com.geometricweather.R$dimen: int abc_list_item_height_small_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean weather -james.adaptiveicon.R$attr: int selectableItemBackground -com.google.android.material.textfield.TextInputLayout$SavedState: android.os.Parcelable$Creator CREATOR -androidx.cardview.R$style: int Base_CardView -com.google.gson.internal.LinkedTreeMap: boolean containsKey(java.lang.Object) -cyanogenmod.profiles.RingModeSettings: boolean mDirty -cyanogenmod.app.ICMStatusBarManager$Stub: int TRANSACTION_unregisterListener -androidx.hilt.work.R$dimen: int compat_control_corner_material -androidx.constraintlayout.widget.R$anim: int btn_checkbox_to_checked_icon_null_animation -io.reactivex.Observable: io.reactivex.Observable merge(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource) -com.bumptech.glide.R$color: int notification_action_color_filter -com.turingtechnologies.materialscrollbar.R$styleable: int ActionMode_background -okhttp3.Address: java.util.List protocols() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Imperial: AccuCurrentResult$Temperature$Imperial() -com.google.android.material.textfield.TextInputLayout: void setErrorTextColor(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$styleable: int Chip_chipStrokeWidth -com.xw.repo.bubbleseekbar.R$color: int abc_search_url_text_normal -androidx.appcompat.widget.ActivityChooserView: androidx.appcompat.widget.ActivityChooserModel getDataModel() -androidx.appcompat.R$attr: int radioButtonStyle -com.google.android.material.R$attr: int liftOnScroll -okio.RealBufferedSink$1: void write(int) -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_firstVerticalStyle -wangdaye.com.geometricweather.R$attr: int entryValues -androidx.appcompat.R$styleable: int ActionBar_height -wangdaye.com.geometricweather.R$styleable: int SwitchPreference_android_disableDependentsState -io.reactivex.Observable: io.reactivex.Observable switchOnNextDelayError(io.reactivex.ObservableSource,int) -androidx.appcompat.R$attr: int checkedTextViewStyle -wangdaye.com.geometricweather.R$id: int notification_big_temp_1 -io.reactivex.internal.subscriptions.DeferredScalarSubscription: long serialVersionUID -androidx.appcompat.R$string: int status_bar_notification_info_overflow -androidx.viewpager.R$dimen: int notification_top_pad_large_text -com.google.android.material.internal.CheckableImageButton: void setPressable(boolean) -james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem -com.google.android.material.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_0 -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorIconDrawable -androidx.recyclerview.widget.RecyclerView: void setChildDrawingOrderCallback(androidx.recyclerview.widget.RecyclerView$ChildDrawingOrderCallback) -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_CompactMenu -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_displayOptions -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_pre_l_text_clip_padding -cyanogenmod.app.LiveLockScreenInfo$Builder: LiveLockScreenInfo$Builder() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_123 -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatSeekBar_tickMark -retrofit2.OkHttpCall$ExceptionCatchingResponseBody: java.io.IOException thrownException -com.google.android.material.timepicker.TimePickerView -com.google.android.material.R$styleable: int[] AnimatedStateListDrawableCompat -com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_padding_vertical_2lines -androidx.preference.DropDownPreference -androidx.hilt.R$styleable: int GradientColor_android_tileMode -wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: int getIconSize() -androidx.constraintlayout.helper.widget.Layer: void setPivotX(float) -wangdaye.com.geometricweather.R$layout: int material_textinput_timepicker -com.github.rahatarmanahmed.cpv.CircularProgressView$7: CircularProgressView$7(com.github.rahatarmanahmed.cpv.CircularProgressView) -wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_pixel -androidx.legacy.coreutils.R$dimen: int compat_button_inset_horizontal_material -wangdaye.com.geometricweather.R$anim: int mtrl_card_lowers_interpolator -retrofit2.ParameterHandler$Headers: int p -wangdaye.com.geometricweather.R$attr: int boxCornerRadiusBottomEnd -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$1: LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$1(androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription,long) -androidx.hilt.lifecycle.R$color -androidx.preference.R$styleable: int AppCompatTheme_colorControlHighlight -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.lang.Integer RIGHT_VALUE -com.google.android.material.R$attr: int layout_constraintGuide_percent -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_PopupMenu -com.google.android.material.R$style: int Base_Widget_AppCompat_ListView_DropDown -com.jaredrummler.android.colorpicker.R$attr: int listPreferredItemPaddingRight -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large -androidx.recyclerview.R$dimen: int notification_right_side_padding_top -com.google.android.material.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge -com.jaredrummler.android.colorpicker.ColorPickerView: int getColor() -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintStart_toEndOf -com.google.android.material.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner -androidx.appcompat.R$drawable: int abc_btn_radio_to_on_mtrl_015 -wangdaye.com.geometricweather.R$attr: int wavePeriod -com.jaredrummler.android.colorpicker.R$attr: int measureWithLargestChild -cyanogenmod.weather.WeatherInfo: WeatherInfo(android.os.Parcel) -com.google.android.material.R$styleable: int SearchView_android_focusable -com.google.android.material.R$attr: int backgroundColor -com.google.android.material.R$attr: int borderWidth -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_customNavigationLayout -wangdaye.com.geometricweather.R$id: int refresh_layout -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: java.lang.String country -wangdaye.com.geometricweather.R$layout: int widget_clock_day_week -androidx.constraintlayout.widget.R$styleable: int CompoundButton_buttonTintMode -androidx.hilt.R$id: int tag_screen_reader_focusable -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: void setType(java.lang.String) -okhttp3.internal.platform.ConscryptPlatform -okhttp3.internal.http2.Http2: java.lang.String[] FRAME_NAMES -android.didikee.donate.R$style: int Widget_AppCompat_Light_SearchView -androidx.hilt.work.R$attr: int fontProviderFetchTimeout -androidx.constraintlayout.widget.R$styleable: int View_theme -com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource REMOTE -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse -cyanogenmod.app.CMContextConstants$Features: java.lang.String TELEPHONY -androidx.viewpager2.R$id: int item_touch_helper_previous_elevation -com.jaredrummler.android.colorpicker.R$dimen: int notification_small_icon_background_padding -io.reactivex.internal.schedulers.RxThreadFactory: RxThreadFactory(java.lang.String,int) -okio.Okio: boolean isAndroidGetsocknameError(java.lang.AssertionError) -androidx.work.R$id: int accessibility_custom_action_17 -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_EditText -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void dispose() -wangdaye.com.geometricweather.R$string: int bottomsheet_action_expand_halfway -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver -james.adaptiveicon.R$color: int abc_btn_colored_borderless_text_material -com.jaredrummler.android.colorpicker.R$style: int Base_Animation_AppCompat_Tooltip -com.google.android.material.R$dimen: int material_text_view_test_line_height_override -androidx.appcompat.widget.MenuPopupWindow$MenuDropDownListView: void setHoverListener(androidx.appcompat.widget.MenuItemHoverListener) -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver -wangdaye.com.geometricweather.R$id: int dialog_running_in_background_container -androidx.appcompat.widget.ActionBarContainer: void setVisibility(int) -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_android_elevation -androidx.appcompat.resources.R$dimen: int notification_top_pad -okio.ForwardingSource: long read(okio.Buffer,long) -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit M -androidx.coordinatorlayout.R$dimen: int notification_action_text_size -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String province -wangdaye.com.geometricweather.db.entities.AlertEntity: int priority -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getUvIndex() -androidx.appcompat.widget.ViewStubCompat: void setLayoutResource(int) -com.google.android.material.R$attr: int showDelay -androidx.legacy.coreutils.R$attr: int fontProviderAuthority -androidx.vectordrawable.R$id: int accessibility_custom_action_16 -okhttp3.internal.http2.Http2: java.lang.String formatFlags(byte,byte) -androidx.appcompat.R$style: int TextAppearance_AppCompat_Small -androidx.preference.R$styleable: int AppCompatTheme_switchStyle -androidx.preference.R$layout: int preference_dropdown_material -androidx.appcompat.R$color: int background_floating_material_light -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_alphabeticShortcut -androidx.viewpager2.R$id: int accessibility_custom_action_26 -okhttp3.internal.http1.Http1Codec$FixedLengthSink: void flush() -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: io.reactivex.disposables.Disposable upstream -wangdaye.com.geometricweather.R$string: int temperature -wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_animSteps -com.bumptech.glide.R$drawable: int notification_bg_normal_pressed -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorPrimaryDark -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintTop_toTopOf -com.google.android.material.R$drawable: int abc_list_pressed_holo_dark -androidx.constraintlayout.widget.R$attr: int path_percent -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language[] values() -wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.Float speed -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleMargin -io.reactivex.exceptions.OnErrorNotImplementedException: OnErrorNotImplementedException(java.lang.String,java.lang.Throwable) -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Empty -androidx.appcompat.R$style: int Base_V7_Theme_AppCompat -androidx.activity.R$dimen: int notification_action_text_size -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_visibility -androidx.coordinatorlayout.R$styleable: int FontFamilyFont_android_fontVariationSettings -androidx.viewpager2.R$styleable: int RecyclerView_android_descendantFocusability -okhttp3.RealCall$AsyncCall: okhttp3.RealCall this$0 -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu -wangdaye.com.geometricweather.R$styleable: int Constraint_android_id -androidx.appcompat.R$attr: int listPreferredItemHeightLarge -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: int WeatherIcon -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: io.reactivex.functions.Function mapper -okhttp3.ResponseBody$1: okhttp3.MediaType val$contentType -okhttp3.internal.cache.DiskLruCache: boolean remove(java.lang.String) -androidx.hilt.work.R$styleable: int FontFamilyFont_android_fontWeight -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_counterTextAppearance -cyanogenmod.externalviews.ExternalView: void onDetachedFromWindow() -wangdaye.com.geometricweather.db.entities.DailyEntity: void setPm10(java.lang.Float) -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common -retrofit2.Utils$ParameterizedTypeImpl: java.lang.reflect.Type getRawType() -com.google.android.material.R$attr: int moveWhenScrollAtTop -com.xw.repo.bubbleseekbar.R$drawable: int abc_seekbar_thumb_material -wangdaye.com.geometricweather.R$styleable: int ChipGroup_chipSpacingVertical -com.github.rahatarmanahmed.cpv.CircularProgressView$2 -wangdaye.com.geometricweather.R$id: int container_main_daily_trend_card_trendRecyclerView -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_orientation -androidx.appcompat.widget.AppCompatEditText: void setBackgroundDrawable(android.graphics.drawable.Drawable) -cyanogenmod.weather.WeatherInfo$DayForecast$1: java.lang.Object createFromParcel(android.os.Parcel) -com.google.android.material.R$styleable: int ConstraintSet_android_transformPivotX -androidx.preference.R$integer: R$integer() -com.google.android.material.R$attr: int iconPadding -com.google.android.material.R$attr: int layout_constraintLeft_toRightOf -androidx.work.R$layout: int custom_dialog -com.jaredrummler.android.colorpicker.R$color: int button_material_dark -com.xw.repo.bubbleseekbar.R$attr: int actionBarSplitStyle -cyanogenmod.platform.Manifest$permission: java.lang.String MODIFY_PROFILES -com.google.android.material.R$styleable: int[] TabLayout -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ratingbar_material -com.xw.repo.bubbleseekbar.R$dimen: int abc_edit_text_inset_top_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX brandInfo -cyanogenmod.profiles.RingModeSettings$1: java.lang.Object[] newArray(int) -cyanogenmod.platform.Manifest$permission: java.lang.String WRITE_SETTINGS -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit getInstance(java.lang.String) -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf -androidx.core.R$id: int accessibility_custom_action_10 -wangdaye.com.geometricweather.R$attr: int chipIcon -okhttp3.Response$Builder: okhttp3.Response$Builder body(okhttp3.ResponseBody) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_panelMenuListWidth -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Button -com.google.android.material.R$layout: int mtrl_calendar_day -androidx.loader.R$id: int time -androidx.hilt.lifecycle.R$drawable: int notification_bg_low -retrofit2.OptionalConverterFactory$OptionalConverter: retrofit2.Converter delegate -wangdaye.com.geometricweather.R$layout: int widget_day_nano -com.jaredrummler.android.colorpicker.R$attr: int singleChoiceItemLayout -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_DropDownItem -androidx.recyclerview.R$id: int accessibility_custom_action_29 -androidx.hilt.R$id: int tag_accessibility_clickable_spans -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$LocalSource: AccuDailyResult$DailyForecasts$Night$LocalSource() -com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getPrefixText() -com.turingtechnologies.materialscrollbar.R$styleable: int PopupWindowBackgroundState_state_above_anchor -wangdaye.com.geometricweather.db.entities.AlertEntityDao: boolean hasKey(java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int StateListDrawable_android_constantSize -androidx.loader.R$styleable: int GradientColor_android_startColor -androidx.appcompat.R$styleable: int[] AnimatedStateListDrawableItem -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_AES_128_CCM_SHA256 -okhttp3.OkHttpClient: java.util.List connectionSpecs -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: org.reactivestreams.Subscription upstream -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX: java.lang.String aqi -com.google.android.material.chip.Chip: void setShowMotionSpec(com.google.android.material.animation.MotionSpec) -com.google.android.material.floatingactionbutton.FloatingActionButton$Behavior -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_trackTintMode -androidx.appcompat.R$styleable: int AppCompatSeekBar_tickMarkTint -androidx.work.R$layout: int notification_template_icon_group -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: boolean done -wangdaye.com.geometricweather.R$styleable: int EditTextPreference_useSimpleSummaryProvider -okhttp3.Headers: java.util.Date getDate(java.lang.String) -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Country: java.lang.String LocalizedName -james.adaptiveicon.R$id: int right_icon -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: java.lang.String getY() -androidx.constraintlayout.widget.Guideline: void setVisibility(int) -okhttp3.MultipartBody$Part: okhttp3.Headers headers -androidx.customview.R$id: int notification_main_column -com.google.android.material.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle -okio.Buffer: byte[] readByteArray() -androidx.viewpager.R$style: int Widget_Compat_NotificationActionContainer -okhttp3.Cache$1: okhttp3.Cache this$0 -okhttp3.internal.http1.Http1Codec$AbstractSource: okhttp3.internal.http1.Http1Codec this$0 -wangdaye.com.geometricweather.R$attr: int isLightTheme -com.xw.repo.bubbleseekbar.R$dimen: int abc_list_item_padding_horizontal_material -androidx.constraintlayout.widget.R$styleable: int Toolbar_title -android.support.v4.os.IResultReceiver -wangdaye.com.geometricweather.R$dimen: int abc_text_size_subtitle_material_toolbar -com.google.android.material.R$styleable: int[] Badge -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getVisibility() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_switchStyle -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_unregisterChangeListener -com.google.android.material.R$dimen: int abc_text_size_body_1_material -androidx.appcompat.R$styleable: int AppCompatTheme_activityChooserViewStyle -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_font -androidx.appcompat.R$dimen: int abc_dialog_min_width_major -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_constraint_referenced_ids -wangdaye.com.geometricweather.R$styleable: int DialogPreference_positiveButtonText -okhttp3.internal.ws.RealWebSocket: void cancel() -com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_thickness -io.reactivex.Observable: io.reactivex.Observable concatEager(java.lang.Iterable) -wangdaye.com.geometricweather.R$drawable: int flag_fr -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorEnabled -androidx.constraintlayout.widget.R$dimen: int abc_text_size_small_material -androidx.constraintlayout.widget.R$drawable: int abc_btn_switch_to_on_mtrl_00012 -wangdaye.com.geometricweather.R$string: int abc_searchview_description_voice -wangdaye.com.geometricweather.R$layout: int dialog_background_location -android.didikee.donate.R$styleable: int MenuItem_android_id -retrofit2.ParameterHandler$HeaderMap: int p -wangdaye.com.geometricweather.R$drawable: int abc_btn_radio_to_on_mtrl_000 -retrofit2.SkipCallbackExecutorImpl: retrofit2.SkipCallbackExecutor INSTANCE -okhttp3.internal.ws.WebSocketReader -android.didikee.donate.R$style: int TextAppearance_AppCompat_Inverse -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer realFeelShaderTemperature -com.google.android.material.chip.Chip: void setIconEndPaddingResource(int) -okio.Buffer: okio.Buffer writeTo(java.io.OutputStream) -cyanogenmod.app.CMContextConstants$Features: java.lang.String WEATHER_SERVICES -com.google.android.material.slider.RangeSlider: void setThumbTintList(android.content.res.ColorStateList) -cyanogenmod.app.CustomTile$ListExpandedStyle: void setListItems(java.util.ArrayList) -com.google.android.material.textfield.TextInputLayout: void setErrorIconDrawable(android.graphics.drawable.Drawable) -androidx.preference.R$attr: int useSimpleSummaryProvider -cyanogenmod.externalviews.ExternalViewProviderService$Provider -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void onError(java.lang.Throwable) -okhttp3.internal.ws.RealWebSocket$Streams: okio.BufferedSource source -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_android_enabled -com.google.android.material.R$styleable: int TextAppearance_android_shadowColor -com.turingtechnologies.materialscrollbar.R$style: int Base_V22_Theme_AppCompat_Light -com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_layout_behavior -wangdaye.com.geometricweather.common.basic.models.weather.Weather: wangdaye.com.geometricweather.common.basic.models.weather.Current current -android.didikee.donate.R$styleable: int SearchView_android_imeOptions -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: wangdaye.com.geometricweather.db.converters.WeatherCodeConverter weatherCodeConverter -wangdaye.com.geometricweather.R$attr: int backgroundColorEnd -wangdaye.com.geometricweather.R$styleable: int ArcProgress_text -androidx.constraintlayout.widget.R$attr: int layout_constraintTop_toBottomOf -com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver parent -com.xw.repo.bubbleseekbar.R$attr: int bsb_second_track_color -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric: double Value -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_textStartPadding -james.adaptiveicon.R$styleable: int FontFamilyFont_fontStyle -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ListView_DropDown -com.jaredrummler.android.colorpicker.R$styleable: int Preference_summary -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_maxImageSize -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintCircle -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_logo -wangdaye.com.geometricweather.R$id: int widget_day_week_temp_4 -androidx.preference.R$layout: int abc_screen_content_include -androidx.hilt.lifecycle.R$drawable: int notification_bg_low_normal -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_max -androidx.appcompat.R$drawable: int abc_ic_menu_cut_mtrl_alpha -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Large -okhttp3.CipherSuite: okhttp3.CipherSuite forJavaName(java.lang.String) -cyanogenmod.power.PerformanceManager: cyanogenmod.power.IPerformanceManager getService() -com.jaredrummler.android.colorpicker.R$attr: int actionModeBackground -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header -okio.RealBufferedSource: void skip(long) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Metric: double Value -androidx.constraintlayout.widget.R$style: int TextAppearance_Compat_Notification_Time -com.google.android.material.R$styleable: int Transition_transitionDisable -androidx.appcompat.R$attr: int collapseIcon -com.google.android.material.R$styleable: int ActionBar_titleTextStyle -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: IKeyguardExternalViewProvider$Stub() -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable: long serialVersionUID -androidx.constraintlayout.widget.R$color: int primary_material_light -androidx.loader.R$id: int action_container -okhttp3.internal.proxy.NullProxySelector -androidx.lifecycle.R: R() -com.google.android.material.R$styleable: int ConstraintSet_flow_firstHorizontalStyle -org.greenrobot.greendao.AbstractDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps: MfWarningsResult$WarningTimelaps() -androidx.appcompat.R$styleable: int AppCompatTheme_alertDialogStyle -androidx.preference.R$attr: int preserveIconSpacing -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: WeatherEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) -com.turingtechnologies.materialscrollbar.R$attr: int fontProviderQuery -androidx.constraintlayout.widget.R$attr: int tickMark -cyanogenmod.app.CustomTile$ExpandedGridItem: CustomTile$ExpandedGridItem() -com.turingtechnologies.materialscrollbar.R$attr: int chipEndPadding -cyanogenmod.externalviews.ExternalView$5: cyanogenmod.externalviews.ExternalView this$0 -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: boolean setOther(io.reactivex.disposables.Disposable) -androidx.preference.R$attr: int seekBarPreferenceStyle -androidx.appcompat.R$attr: int windowActionBar -com.google.android.material.R$styleable: int ConstraintSet_flow_verticalStyle -wangdaye.com.geometricweather.R$string: int phase_full -androidx.appcompat.widget.AppCompatImageButton: AppCompatImageButton(android.content.Context,android.util.AttributeSet) -androidx.viewpager.widget.PagerTabStrip: void setTextSpacing(int) -com.google.android.material.R$styleable: int MotionLayout_layoutDescription -androidx.appcompat.app.AppCompatDelegateImpl$PanelFeatureState$SavedState: android.os.Parcelable$Creator CREATOR -androidx.preference.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle -wangdaye.com.geometricweather.R$styleable: int Constraint_barrierMargin -androidx.vectordrawable.R$attr: int ttcIndex -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowFixedWidthMajor -com.google.android.material.R$dimen: int mtrl_calendar_year_corner -com.google.android.material.bottomappbar.BottomAppBar: void setFabCradleRoundedCornerRadius(float) -wangdaye.com.geometricweather.R$styleable: int Constraint_animate_relativeTo -okio.Pipe: okio.Source source() -com.google.android.material.R$styleable: int[] RadialViewGroup -com.xw.repo.bubbleseekbar.R$id: int text -wangdaye.com.geometricweather.R$drawable: int ic_mtrl_chip_checked_circle -com.google.android.material.tabs.TabLayout: int getTabIndicatorGravity() -com.google.android.material.slider.BaseSlider: void setThumbRadiusResource(int) -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_hideMotionSpec -wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_dialogType -androidx.work.R$id: int accessibility_custom_action_7 -wangdaye.com.geometricweather.R$attr: int track -com.google.android.material.R$dimen: int design_bottom_navigation_active_item_min_width -androidx.appcompat.R$dimen: int abc_text_size_subhead_material -androidx.preference.R$id: int src_atop -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection connection -androidx.lifecycle.extensions.R$styleable: int ColorStateListItem_alpha -com.turingtechnologies.materialscrollbar.R$color: int mtrl_tabs_ripple_color -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_90 -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit KGFPSQCM -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_DropDownItem -com.jaredrummler.android.colorpicker.R$styleable: int[] StateListDrawableItem -androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: AppCompatMultiAutoCompleteTextView(android.content.Context,android.util.AttributeSet) -androidx.swiperefreshlayout.R$integer: R$integer() -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: java.lang.String sourceId -androidx.core.R$style: int Widget_Compat_NotificationActionText -com.google.android.material.R$string: int abc_search_hint -okhttp3.internal.http2.Http2Connection$ReaderRunnable$2: okhttp3.internal.http2.Settings val$settings -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind: java.lang.Integer direction -androidx.appcompat.R$layout: int select_dialog_singlechoice_material -androidx.preference.R$attr: int dialogMessage -androidx.preference.R$styleable: int Preference_android_title -androidx.preference.R$styleable: int[] ActionMode -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: io.reactivex.disposables.Disposable upstream -wangdaye.com.geometricweather.common.basic.models.weather.Base: java.lang.String cityId -androidx.hilt.R$dimen -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Button -androidx.appcompat.R$style: int Widget_AppCompat_ListPopupWindow -com.google.android.material.R$style: int Theme_MaterialComponents_BottomSheetDialog -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_suffixTextColor -com.google.android.material.datepicker.CalendarConstraints$DateValidator -androidx.preference.PreferenceDialogFragmentCompat -androidx.drawerlayout.R$styleable: int GradientColor_android_centerX -okhttp3.internal.http2.Http2Codec: java.lang.String TRANSFER_ENCODING -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_padding_top -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_panelMenuListWidth -okio.RealBufferedSink: okio.Timeout timeout() -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_EditText -com.turingtechnologies.materialscrollbar.R$id: int notification_background -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_9 -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse -wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_android_windowFullscreen -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dialogCornerRadius -androidx.legacy.coreutils.R$styleable: int FontFamily_fontProviderPackage -androidx.appcompat.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: java.lang.Object poll() -androidx.appcompat.resources.R$layout: int custom_dialog -com.google.android.material.bottomnavigation.BottomNavigationView: android.graphics.drawable.Drawable getItemBackground() -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_divider -wangdaye.com.geometricweather.main.dialogs.HourlyWeatherDialog: HourlyWeatherDialog() -cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy: java.util.List getSuggestions(android.content.Intent) -com.turingtechnologies.materialscrollbar.R$bool: int abc_allow_stacked_button_bar -androidx.preference.R$attr: int showTitle -com.google.android.material.R$styleable: int GradientColor_android_centerY -com.google.android.material.R$styleable: int Constraint_layout_constraintCircleRadius -com.xw.repo.bubbleseekbar.R$layout: int notification_action_tombstone -cyanogenmod.app.IProfileManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -com.turingtechnologies.materialscrollbar.R$integer: int design_snackbar_text_max_lines -retrofit2.Callback: void onFailure(retrofit2.Call,java.lang.Throwable) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionDropDownStyle -cyanogenmod.themes.ThemeChangeRequest: long getWallpaperId() -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_trackTint -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: android.os.IBinder mRemote -androidx.customview.R$id: int async -androidx.constraintlayout.widget.R$styleable: int ActionMode_titleTextStyle -com.bumptech.glide.load.engine.DecodeJob$RunReason: com.bumptech.glide.load.engine.DecodeJob$RunReason INITIALIZE -io.reactivex.Observable: io.reactivex.Observable concatMapEager(io.reactivex.functions.Function,int,int) -cyanogenmod.app.Profile: int mExpandedDesktopMode -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_checkable -wangdaye.com.geometricweather.R$color: int dim_foreground_material_dark -androidx.appcompat.R$styleable: int SwitchCompat_android_thumb -okhttp3.ConnectionPool: java.net.Socket deduplicate(okhttp3.Address,okhttp3.internal.connection.StreamAllocation) -android.didikee.donate.R$styleable: int ActionBar_itemPadding -io.reactivex.internal.util.ArrayListSupplier: java.lang.Object call() -com.turingtechnologies.materialscrollbar.R$attr: int subtitleTextStyle -james.adaptiveicon.R$styleable: int DrawerArrowToggle_thickness -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: java.lang.String from -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: java.lang.Object get() -retrofit2.DefaultCallAdapterFactory$1: java.lang.reflect.Type val$responseType -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title -com.xw.repo.bubbleseekbar.R$attr: int contentInsetEnd -com.google.android.material.textfield.TextInputLayout: void setHintTextAppearance(int) -androidx.constraintlayout.widget.R$color: int secondary_text_disabled_material_light -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_Layout_layout_scrollFlags -com.jaredrummler.android.colorpicker.R$attr -com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_min_width_major -androidx.preference.R$style: int Widget_AppCompat_Light_ActionButton_Overflow -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Object readEntity(android.database.Cursor,int) -androidx.legacy.coreutils.R$drawable: int notification_template_icon_bg -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Large_Inverse -com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceListItemSmall -androidx.viewpager.R$attr: int fontStyle -com.google.gson.stream.JsonReader: int NUMBER_CHAR_NONE -io.reactivex.Observable: io.reactivex.Single last(java.lang.Object) -cyanogenmod.providers.CMSettings$2: boolean validate(java.lang.String) -io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: io.reactivex.Observer child -com.jaredrummler.android.colorpicker.R$id: int item_touch_helper_previous_elevation -wangdaye.com.geometricweather.R$color: int material_grey_850 -androidx.drawerlayout.R$layout: int notification_action_tombstone -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_5 -io.reactivex.internal.subscribers.StrictSubscriber: java.util.concurrent.atomic.AtomicLong requested -cyanogenmod.platform.Manifest$permission: java.lang.String MODIFY_MSIM_PHONE_STATE -androidx.appcompat.R$style: int TextAppearance_AppCompat_Display1 -wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_box_stroke_width_focused -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_84 -wangdaye.com.geometricweather.R$string: int briefings -com.xw.repo.bubbleseekbar.R$id: int action_bar_title -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: java.util.Queue sources -androidx.preference.R$dimen: int abc_dialog_list_padding_bottom_no_buttons -com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getBoxStrokeErrorColor() -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionBar_TabText -okio.Buffer -com.google.android.material.R$dimen: int design_navigation_max_width -android.didikee.donate.R$dimen: int abc_text_size_medium_material -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Headline4 -okio.RealBufferedSource$1: RealBufferedSource$1(okio.RealBufferedSource) -retrofit2.http.GET -io.reactivex.internal.schedulers.ScheduledRunnable: void setFuture(java.util.concurrent.Future) -androidx.hilt.lifecycle.R$drawable: int notification_action_background -io.reactivex.Observable: io.reactivex.Observable delaySubscription(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -com.xw.repo.bubbleseekbar.R$layout: int abc_search_dropdown_item_icons_2line -com.xw.repo.bubbleseekbar.R$dimen: int abc_edit_text_inset_bottom_material -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao -wangdaye.com.geometricweather.R$id: int searchIcon -cyanogenmod.weather.RequestInfo: cyanogenmod.weather.IRequestInfoListener getRequestListener() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setPubTime(java.lang.String) -android.didikee.donate.R$styleable: int AppCompatTheme_actionBarWidgetTheme -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintBaseline_toBaselineOf -androidx.appcompat.R$style: int Theme_AppCompat_CompactMenu -wangdaye.com.geometricweather.remoteviews.config.Hilt_DayWeekWidgetConfigActivity: Hilt_DayWeekWidgetConfigActivity() -androidx.transition.R$style: int TextAppearance_Compat_Notification_Title -cyanogenmod.weather.IRequestInfoListener$Stub: java.lang.String DESCRIPTOR -com.google.android.material.R$styleable: int[] MotionLayout -com.jaredrummler.android.colorpicker.R$color: int bright_foreground_disabled_material_dark -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_DrawerArrowToggle -cyanogenmod.themes.ThemeManager$2$1: ThemeManager$2$1(cyanogenmod.themes.ThemeManager$2,java.lang.String) -com.google.android.material.R$dimen: int tooltip_horizontal_padding -androidx.constraintlayout.widget.R$attr: int numericModifiers -androidx.appcompat.widget.AppCompatTextView: android.graphics.PorterDuff$Mode getSupportCompoundDrawablesTintMode() -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxCornerRadiusTopStart -androidx.appcompat.R$dimen: int notification_main_column_padding_top -okhttp3.internal.http2.PushObserver: boolean onRequest(int,java.util.List) -com.turingtechnologies.materialscrollbar.DragScrollBar: float getHandleOffset() -com.xw.repo.bubbleseekbar.R$anim: int abc_tooltip_enter -retrofit2.RequestBuilder: okhttp3.HttpUrl baseUrl -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: void setPubTime(java.lang.String) -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void onError(java.lang.Throwable) -com.google.android.material.R$dimen: int mtrl_slider_track_top -androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy -com.xw.repo.bubbleseekbar.R$attr: int layout_anchor -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_Switch -com.jaredrummler.android.colorpicker.R$attr: int persistent -wangdaye.com.geometricweather.R$styleable: int[] NavigationView -com.google.android.material.R$attr: int arrowShaftLength -androidx.preference.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText -com.google.android.material.R$drawable: int design_fab_background -james.adaptiveicon.R$styleable: int AppCompatTheme_colorControlActivated -wangdaye.com.geometricweather.R$layout: int test_design_radiobutton -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintRight_toRightOf -okhttp3.internal.ws.RealWebSocket: okhttp3.Call call -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void tryEmit(java.lang.Object,io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver) -com.turingtechnologies.materialscrollbar.R$attr: int progressBarPadding -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorTextColor -okhttp3.internal.http2.Http2Codec$StreamFinishingSource -androidx.recyclerview.R$color: int notification_action_color_filter -wangdaye.com.geometricweather.R$id: int pin -android.didikee.donate.R$attr: int actionViewClass -android.didikee.donate.R$styleable: int Toolbar_menu -androidx.constraintlayout.widget.R$styleable: int[] PopupWindow -androidx.core.R$dimen -retrofit2.ParameterHandler$PartMap -io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function9) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric: double Value -androidx.constraintlayout.widget.R$id: int action_container -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemIconTint -com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_gradientRadius -com.google.android.material.R$dimen: int item_touch_helper_swipe_escape_velocity -androidx.fragment.R$id: int accessibility_custom_action_30 -androidx.appcompat.R$style: int Base_Widget_AppCompat_DrawerArrowToggle -androidx.lifecycle.LifecycleDispatcher$DispatcherActivityCallback: void onActivityCreated(android.app.Activity,android.os.Bundle) -com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense -wangdaye.com.geometricweather.R$styleable: int OnSwipe_dragThreshold -com.google.android.material.R$id: int bounce -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title -com.google.android.material.R$string: int mtrl_exceed_max_badge_number_suffix -io.reactivex.Observable: io.reactivex.Observable throttleFirst(long,java.util.concurrent.TimeUnit) -cyanogenmod.providers.CMSettings$Global: java.lang.String WIFI_AUTO_PRIORITIES_CONFIGURATION -com.bumptech.glide.R$dimen: int notification_top_pad -com.google.android.material.R$styleable: int TextInputLayout_endIconTint -com.google.android.material.R$styleable: int Toolbar_navigationContentDescription -james.adaptiveicon.R$styleable: int AppCompatImageView_android_src -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query -androidx.constraintlayout.widget.R$styleable: int[] Spinner -androidx.activity.R$id: int accessibility_custom_action_7 -com.bumptech.glide.R$dimen: int notification_large_icon_width -io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: java.lang.Object value -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceSearchResultSubtitle -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: cyanogenmod.hardware.DisplayMode getCurrentDisplayMode() -androidx.legacy.coreutils.R$styleable: int GradientColor_android_centerColor -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Headline6 -androidx.preference.R$attr: int dialogIcon -com.google.android.material.R$style: int Widget_MaterialComponents_TabLayout_Colored -james.adaptiveicon.R$color: int primary_text_default_material_light -wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: int getChartBottom() -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light -okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean recover(java.io.IOException,okhttp3.internal.connection.StreamAllocation,boolean,okhttp3.Request) -androidx.recyclerview.widget.RecyclerView: void setOnFlingListener(androidx.recyclerview.widget.RecyclerView$OnFlingListener) -androidx.core.R$dimen: int compat_notification_large_icon_max_width -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: void setValue(java.util.List) -androidx.core.widget.NestedScrollView: int getNestedScrollAxes() -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_waveShape -okhttp3.HttpUrl: java.lang.String queryParameterName(int) -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: void slideLockscreenIn() -androidx.hilt.work.R$layout: int notification_action -com.turingtechnologies.materialscrollbar.R$styleable: int View_android_focusable -cyanogenmod.externalviews.ExternalView: android.content.Context mContext -androidx.appcompat.R$drawable: int tooltip_frame_dark -wangdaye.com.geometricweather.R$color: int mtrl_card_view_ripple -com.google.android.material.R$color: int abc_tint_default -androidx.lifecycle.ProcessLifecycleOwnerInitializer: int delete(android.net.Uri,java.lang.String,java.lang.String[]) -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight_DarkActionBar -okhttp3.Protocol: java.lang.String toString() -cyanogenmod.weather.RequestInfo: android.location.Location getLocation() -android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar -androidx.appcompat.widget.SearchView$SearchAutoComplete: int getSearchViewTextMinWidthDp() -cyanogenmod.profiles.LockSettings: int getValue() -wangdaye.com.geometricweather.R$attr: int actionModePasteDrawable -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_expandedOffset -wangdaye.com.geometricweather.R$color: int switch_thumb_material_dark -com.google.android.material.slider.Slider: void setFocusedThumbIndex(int) -cyanogenmod.profiles.StreamSettings: StreamSettings(int,int,boolean) -androidx.core.R$color -android.didikee.donate.R$attr: int itemPadding -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -androidx.activity.R$dimen: int compat_notification_large_icon_max_height -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_mini_light -androidx.constraintlayout.widget.R$styleable: int SearchView_android_focusable -wangdaye.com.geometricweather.R$id: int action_bar_spinner -com.google.android.material.R$attr: int colorPrimaryVariant -androidx.appcompat.R$styleable: int AppCompatTheme_dialogPreferredPadding -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary: AccuCurrentResult$TemperatureSummary() -com.turingtechnologies.materialscrollbar.R$styleable: int[] ActionBarLayout -androidx.recyclerview.R$attr: int spanCount -com.turingtechnologies.materialscrollbar.R$drawable: int abc_action_bar_item_background_material -com.google.android.material.R$drawable: int abc_textfield_default_mtrl_alpha -wangdaye.com.geometricweather.R$attr: int cardBackgroundColor -androidx.constraintlayout.widget.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog -wangdaye.com.geometricweather.R$styleable: int OnSwipe_limitBoundsTo -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult -wangdaye.com.geometricweather.weather.json.mf.MfRainResult: java.util.List rainForecasts -com.turingtechnologies.materialscrollbar.R$attr: int alertDialogStyle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Metric Metric -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintWidth_percent -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_minHeight -androidx.preference.R$dimen: int disabled_alpha_material_dark -androidx.lifecycle.ServiceLifecycleDispatcher: androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable mLastDispatchRunnable -wangdaye.com.geometricweather.R$layout: int widget_week -wangdaye.com.geometricweather.R$styleable: int StateSet_defaultState -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: int getStrokeColor() -cyanogenmod.app.ICMStatusBarManager$Stub$Proxy -androidx.constraintlayout.widget.R$attr: int actionProviderClass -wangdaye.com.geometricweather.R$attr: int materialCalendarTheme -wangdaye.com.geometricweather.R$id: int src_atop -wangdaye.com.geometricweather.R$attr: int displayOptions -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int MOSTLY_CLOUDY_NIGHT -com.google.android.material.R$anim: int abc_popup_exit -com.xw.repo.bubbleseekbar.R$layout: int abc_expanded_menu_layout -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties: wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris ephemeris -com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getTickActiveTintList() -james.adaptiveicon.R$style: int ThemeOverlay_AppCompat_ActionBar -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_minWidth -james.adaptiveicon.R$color: int abc_hint_foreground_material_light -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatImageView_tint -okhttp3.ConnectionSpec: boolean equals(java.lang.Object) -com.google.android.material.progressindicator.ProgressIndicator: ProgressIndicator(android.content.Context) -com.bumptech.glide.integration.okhttp.R$dimen -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleMarginBottom -okhttp3.Interceptor$Chain: okhttp3.Interceptor$Chain withWriteTimeout(int,java.util.concurrent.TimeUnit) -wangdaye.com.geometricweather.common.basic.models.weather.Astro: java.util.Date getRiseDate() -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_contentInsetLeft -com.turingtechnologies.materialscrollbar.R$color: int secondary_text_default_material_light -androidx.constraintlayout.widget.R$color: int button_material_dark -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text -com.google.android.material.R$id: int expanded_menu -james.adaptiveicon.R$styleable: int Toolbar_collapseContentDescription -androidx.hilt.lifecycle.R$style: R$style() -com.google.android.material.button.MaterialButtonToggleGroup: void addOnButtonCheckedListener(com.google.android.material.button.MaterialButtonToggleGroup$OnButtonCheckedListener) -com.turingtechnologies.materialscrollbar.R$attr: int helperTextEnabled -okhttp3.MultipartBody: okio.ByteString boundary -androidx.preference.R$string: int abc_menu_function_shortcut_label -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: CNWeatherResult$Pm25() -com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_layout_behavior -androidx.appcompat.widget.AppCompatTextView: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX$InfoX: java.util.List night -retrofit2.Response: okhttp3.Response rawResponse -okio.Okio: okio.Sink sink(java.io.File) -okhttp3.Address: java.lang.String toString() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Direction: int Degrees -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: float getPrecipitation(float) -retrofit2.adapter.rxjava2.package-info -com.google.android.material.R$styleable: int SwitchMaterial_useMaterialThemeColors -okhttp3.Call: okhttp3.Response execute() -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_thumb_text_size -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: void onNext(java.lang.Object) -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Spinner_Underlined -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_icon_vertical_padding_material -com.google.android.material.R$attr: int constraint_referenced_ids -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintBaseline_creator -io.reactivex.Observable: io.reactivex.Observable switchMapDelayError(io.reactivex.functions.Function,int) -cyanogenmod.themes.ThemeChangeRequest: ThemeChangeRequest(android.os.Parcel) -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: boolean delayErrors -okhttp3.internal.platform.AndroidPlatform: int MAX_LOG_LENGTH -androidx.fragment.app.FragmentTabHost -wangdaye.com.geometricweather.remoteviews.config.HourlyTrendWidgetConfigActivity: HourlyTrendWidgetConfigActivity() -androidx.lifecycle.ComputableLiveData$2: void run() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_selectableItemBackground -androidx.preference.R$styleable: int FragmentContainerView_android_name -com.google.android.material.R$attr: int cornerFamilyTopRight -cyanogenmod.externalviews.ExternalView: void onActivityPaused(android.app.Activity) -androidx.appcompat.widget.ContentFrameLayout: android.util.TypedValue getFixedHeightMinor() -android.didikee.donate.R$styleable: int Toolbar_titleMarginStart -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeFindDrawable -androidx.constraintlayout.widget.R$layout: int abc_activity_chooser_view -okhttp3.internal.platform.Platform: java.util.logging.Logger logger -androidx.constraintlayout.widget.R$dimen: int hint_pressed_alpha_material_dark -wangdaye.com.geometricweather.R$drawable: int material_cursor_drawable -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_strokeWidth -com.google.android.material.R$styleable: int AppCompatTheme_android_windowIsFloating -cyanogenmod.providers.CMSettings$Global: long getLong(android.content.ContentResolver,java.lang.String,long) -james.adaptiveicon.R$styleable: int View_paddingStart -android.didikee.donate.R$styleable: int ColorStateListItem_android_alpha -androidx.preference.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button -com.xw.repo.bubbleseekbar.R$attr: int bsb_progress -wangdaye.com.geometricweather.R$string: int week_4 -io.reactivex.Observable: io.reactivex.Observable share() -android.didikee.donate.R$style: int TextAppearance_AppCompat_Display4 -okhttp3.Request$Builder: java.util.Map tags -androidx.appcompat.widget.AppCompatCheckBox: void setSupportButtonTintMode(android.graphics.PorterDuff$Mode) -com.xw.repo.bubbleseekbar.R$drawable: int abc_text_select_handle_middle_mtrl_dark -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_contentInsetStart -androidx.transition.R$dimen: int notification_action_icon_size -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric: java.lang.String Unit -androidx.viewpager.R$color: int notification_action_color_filter -com.github.rahatarmanahmed.cpv.CircularProgressView$2: void onAnimationEnd(android.animation.Animator) -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void onSubscribe(io.reactivex.disposables.Disposable) -james.adaptiveicon.R$dimen: int abc_search_view_preferred_height -okhttp3.ConnectionSpec$Builder: boolean supportsTlsExtensions -wangdaye.com.geometricweather.R$string: int material_hour_suffix -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: io.reactivex.Observer downstream -okhttp3.Authenticator: okhttp3.Authenticator NONE -com.xw.repo.bubbleseekbar.R$dimen: int abc_search_view_preferred_width -androidx.appcompat.R$attr: int listPreferredItemPaddingLeft -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.functions.Function mapper -androidx.drawerlayout.R$drawable: int notification_action_background -androidx.constraintlayout.motion.widget.MotionLayout: void setTransitionDuration(int) -androidx.appcompat.R$styleable: int[] DrawerArrowToggle -androidx.lifecycle.SavedStateHandleController: java.lang.String TAG_SAVED_STATE_HANDLE_CONTROLLER -cyanogenmod.weatherservice.IWeatherProviderService: void cancelRequest(int) -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType Load -wangdaye.com.geometricweather.R$layout: int material_radial_view_group -com.jaredrummler.android.colorpicker.R$attr: int actionOverflowButtonStyle -androidx.cardview.R$attr -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Metric: java.lang.String Unit -android.didikee.donate.R$attr: int titleMarginBottom -okhttp3.OkHttpClient: javax.net.ssl.SSLSocketFactory sslSocketFactory -androidx.viewpager.R$id: int action_image -wangdaye.com.geometricweather.R$string: int abc_action_menu_overflow_description -wangdaye.com.geometricweather.R$layout: int material_timepicker_dialog -wangdaye.com.geometricweather.R$drawable: int weather_haze_3 -androidx.lifecycle.ProcessLifecycleOwner$3$1 -com.google.android.material.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilitySnow: MfForecastResult$ProbabilityForecast$ProbabilitySnow() -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_disabled_translation_z -androidx.constraintlayout.widget.R$dimen: int tooltip_margin -com.xw.repo.bubbleseekbar.R$color: int abc_tint_seek_thumb -androidx.appcompat.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle -androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_ttcIndex -com.google.android.material.R$drawable: int abc_ic_ab_back_material -com.turingtechnologies.materialscrollbar.R$dimen: int design_tab_text_size_2line -com.google.android.material.R$attr: int tickMark -okio.HashingSource: okio.HashingSource hmacSha256(okio.Source,okio.ByteString) -androidx.viewpager2.adapter.FragmentStateAdapter$2 -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_chainUseRtl -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.util.List defense -androidx.customview.R$styleable: int FontFamily_fontProviderPackage -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_searchIcon -androidx.lifecycle.livedata.R: R() -cyanogenmod.weatherservice.WeatherProviderService$1 -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice advice -androidx.constraintlayout.widget.R$styleable: int Layout_layout_goneMarginRight -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric Metric -io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy MISSING -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless -wangdaye.com.geometricweather.common.basic.models.weather.Astro: java.lang.String getSetTime(android.content.Context) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric: java.lang.String Unit -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: KeyguardExternalViewProviderService$Provider(cyanogenmod.externalviews.KeyguardExternalViewProviderService,android.os.Bundle) -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setContentDescription(java.lang.String) -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse -com.bumptech.glide.R$drawable: int notification_template_icon_bg -com.google.android.material.R$attr: int layout_keyline -okhttp3.Handshake: java.util.List localCertificates() -okhttp3.internal.http1.Http1Codec$ChunkedSink: void flush() -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: double seaLevel -androidx.preference.R$styleable: int StateListDrawable_android_visible -androidx.appcompat.widget.SwitchCompat: android.graphics.PorterDuff$Mode getTrackTintMode() -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setApparentTemperature(java.lang.Integer) -androidx.lifecycle.ProcessLifecycleOwner: int mResumedCounter -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_strokeColor -okio.AsyncTimeout$Watchdog: AsyncTimeout$Watchdog() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility Visibility -androidx.core.R$styleable: int ColorStateListItem_android_color -androidx.viewpager2.R$dimen -wangdaye.com.geometricweather.R$style: int PopupWindowAnimation_Top_Right -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property TreeLevel -wangdaye.com.geometricweather.R$id: int item -androidx.legacy.coreutils.R$styleable: int GradientColor_android_endX -androidx.hilt.R$id: int action_image -androidx.core.app.RemoteActionCompatParcelizer: androidx.core.app.RemoteActionCompat read(androidx.versionedparcelable.VersionedParcel) -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_21 -androidx.appcompat.R$styleable: int FontFamily_fontProviderPackage -com.google.android.material.R$layout: int test_design_radiobutton -cyanogenmod.app.LiveLockScreenInfo: int priority -io.reactivex.internal.subscriptions.SubscriptionArbiter: java.util.concurrent.atomic.AtomicLong missedRequested -androidx.loader.R$styleable: int GradientColor_android_centerColor -retrofit2.RequestFactory$Builder: boolean isMultipart -com.google.android.material.R$styleable: int TextInputLayout_errorContentDescription -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setRainPrecipitation(java.lang.Float) -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.legacy.coreutils.R$dimen: int notification_content_margin_start -androidx.lifecycle.Lifecycling: java.lang.reflect.Constructor generatedConstructor(java.lang.Class) -wangdaye.com.geometricweather.R$id: int all -retrofit2.RequestBuilder: void canonicalizeForPath(okio.Buffer,java.lang.String,int,int,boolean) -androidx.appcompat.resources.R$layout: int notification_action -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: void setValue(java.util.List) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listMenuViewStyle -com.jaredrummler.android.colorpicker.R$style: int Base_V7_Theme_AppCompat_Light -android.didikee.donate.R$styleable: int AppCompatTheme_actionBarTabBarStyle -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onScreenTurnedOn -androidx.lifecycle.MediatorLiveData$Source: MediatorLiveData$Source(androidx.lifecycle.LiveData,androidx.lifecycle.Observer) -cyanogenmod.app.ProfileGroup: java.util.UUID mUuid -androidx.constraintlayout.widget.R$styleable: int Constraint_android_minWidth -wangdaye.com.geometricweather.R$dimen: int abc_dialog_fixed_height_major -androidx.preference.R$attr: int popupMenuStyle -cyanogenmod.themes.ThemeManager: boolean isThemeApplying() -com.turingtechnologies.materialscrollbar.R$id: int item_touch_helper_previous_elevation -james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon -androidx.constraintlayout.widget.R$drawable: int abc_text_select_handle_right_mtrl_dark -androidx.vectordrawable.R$styleable: int[] GradientColorItem -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_ActionBar -james.adaptiveicon.R$styleable: int TextAppearance_android_textColorLink -com.google.android.material.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog -com.google.android.material.slider.RangeSlider: void setTickVisible(boolean) -androidx.constraintlayout.utils.widget.MotionTelltales -cyanogenmod.themes.ThemeManager: android.os.Handler mHandler -james.adaptiveicon.R$styleable: int[] SearchView -okio.Source: long read(okio.Buffer,long) -com.jaredrummler.android.colorpicker.R$drawable: int notification_bg -wangdaye.com.geometricweather.R$anim: int popup_show_top_right -retrofit2.Response: retrofit2.Response success(java.lang.Object) -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: int leftIndex -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$5: KeyguardExternalViewProviderService$Provider$ProviderImpl$5(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl,boolean) -james.adaptiveicon.R$attr: int toolbarStyle -androidx.work.R$id: int accessibility_custom_action_4 -okhttp3.Response$Builder: long receivedResponseAtMillis -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getUnitId() -okhttp3.internal.http2.Http2Reader$Handler: void ping(boolean,int,int) -wangdaye.com.geometricweather.R$string: int aqi_6 -wangdaye.com.geometricweather.R$styleable: int OnSwipe_moveWhenScrollAtTop -wangdaye.com.geometricweather.R$string: int v7_preference_on -androidx.swiperefreshlayout.R$id: int right_icon -androidx.lifecycle.SavedStateHandleController: SavedStateHandleController(java.lang.String,androidx.lifecycle.SavedStateHandle) -com.google.android.material.R$color: int abc_background_cache_hint_selector_material_light -androidx.hilt.work.R$id: int icon -androidx.appcompat.R$styleable: int[] ColorStateListItem -cyanogenmod.power.PerformanceManager: int getPowerProfile() -com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges -cyanogenmod.externalviews.ExternalView$7: cyanogenmod.externalviews.ExternalView this$0 -androidx.preference.R$style: int Base_Widget_AppCompat_RatingBar_Small -wangdaye.com.geometricweather.R$string: int mtrl_picker_a11y_prev_month -androidx.preference.R$styleable: int Toolbar_subtitleTextAppearance -wangdaye.com.geometricweather.R$drawable: int weather_snow_mini_xml -wangdaye.com.geometricweather.R$attr: int constraintSet -wangdaye.com.geometricweather.R$attr: int titleTextAppearance -cyanogenmod.power.PerformanceManager: int mNumberOfProfiles -com.google.android.material.chip.ChipGroup: void setDividerDrawableHorizontal(android.graphics.drawable.Drawable) -james.adaptiveicon.R$styleable: int MenuItem_numericModifiers -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_Button -cyanogenmod.weatherservice.ServiceRequestResult: java.util.List mLocationLookupList -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult: wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position position -androidx.vectordrawable.animated.R$styleable -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: io.reactivex.Observer downstream -androidx.appcompat.R$styleable: int MenuItem_alphabeticModifiers -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex -android.didikee.donate.R$layout: int notification_action -cyanogenmod.weather.IRequestInfoListener: void onLookupCityRequestCompleted(cyanogenmod.weather.RequestInfo,int,java.util.List) -okhttp3.internal.platform.AndroidPlatform$CloseGuard -com.google.android.material.R$styleable: int Constraint_android_minWidth -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: java.lang.String brandId -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2 -cyanogenmod.app.ILiveLockScreenChangeListener$Stub: android.os.IBinder asBinder() -wangdaye.com.geometricweather.R$string: int wait_refresh -com.bumptech.glide.module.LibraryGlideModule: LibraryGlideModule() -wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar: PrecipitationBar(android.content.Context,android.util.AttributeSet,int) -android.didikee.donate.R$styleable: int AppCompatSeekBar_tickMarkTintMode -com.google.android.material.R$style: int Theme_AppCompat_Light_Dialog_Alert -com.google.android.material.R$id: int left -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility -com.google.android.material.R$styleable: int CustomAttribute_attributeName -james.adaptiveicon.R$style: int Base_V26_Theme_AppCompat_Light -okio.Buffer$UnsafeCursor: boolean readWrite -com.turingtechnologies.materialscrollbar.R$layout: int abc_action_mode_bar -cyanogenmod.themes.ThemeChangeRequest: cyanogenmod.themes.ThemeChangeRequest$RequestType getReqeustType() -com.jaredrummler.android.colorpicker.R$attr: int preferenceFragmentStyle -com.google.android.material.R$drawable -james.adaptiveicon.R$id: int image -androidx.preference.R$layout -io.reactivex.Observable: io.reactivex.Observable dematerialize() -androidx.work.R$styleable: int ColorStateListItem_android_color -com.google.android.material.R$styleable: int Chip_rippleColor -wangdaye.com.geometricweather.R$styleable: int ViewPager2_android_orientation -james.adaptiveicon.R$layout: int notification_template_icon_group -androidx.constraintlayout.widget.R$styleable: int MenuGroup_android_checkableBehavior -retrofit2.OkHttpCall: okhttp3.Call getRawCall() -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Caption -androidx.preference.R$drawable: int abc_btn_check_material_anim -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_backgroundTint -com.google.android.material.appbar.MaterialToolbar: void setNavigationIconColor(int) -com.bumptech.glide.load.HttpException: int getStatusCode() -com.google.android.material.R$styleable: int OnSwipe_limitBoundsTo -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getGrassIndex() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX -com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_startColor -wangdaye.com.geometricweather.R$styleable: int[] ImageFilterView -androidx.preference.R$attr: int actionLayout -wangdaye.com.geometricweather.R$styleable: int Constraint_barrierAllowsGoneWidgets -wangdaye.com.geometricweather.R$attr: int tooltipText -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_BottomRightCut -com.google.android.material.R$styleable: int AppBarLayout_liftOnScroll -androidx.hilt.R$dimen: int notification_content_margin_start -com.google.android.material.R$styleable: int Transform_android_rotationY -androidx.appcompat.R$style: int Widget_AppCompat_ImageButton -wangdaye.com.geometricweather.common.ui.activities.AllergenActivity: AllergenActivity() -org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database getReadableDb() -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_transitionPathRotate -okhttp3.Handshake: java.security.Principal localPrincipal() -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle -com.google.android.material.R$styleable: int ConstraintSet_drawPath -wangdaye.com.geometricweather.R$styleable: int ActionBar_title -com.google.android.material.R$dimen: int abc_control_inset_material -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_scrimAnimationDuration -cyanogenmod.app.ICMStatusBarManager -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter beginObject() -androidx.drawerlayout.R$id: int right_side -com.xw.repo.bubbleseekbar.R$styleable: int[] LinearLayoutCompat_Layout -android.didikee.donate.R$color: int switch_thumb_disabled_material_dark -androidx.core.R$drawable: int notification_template_icon_bg -com.jaredrummler.android.colorpicker.R$styleable: int[] PreferenceFragment -wangdaye.com.geometricweather.R$layout: int preference_recyclerview -androidx.constraintlayout.widget.R$styleable: int SearchView_goIcon -okhttp3.Cache$2: void remove() -wangdaye.com.geometricweather.R$attr: int paddingEnd -wangdaye.com.geometricweather.R$id: int switchWidget -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_horizontalAlign -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColorItem_android_offset -androidx.hilt.R$integer -okio.BufferedSource: java.lang.String readUtf8LineStrict() -wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit: java.lang.String getProbabilityText(android.content.Context,float) -androidx.preference.R$styleable: int Preference_android_layout -com.turingtechnologies.materialscrollbar.R$string: int abc_searchview_description_voice -wangdaye.com.geometricweather.R$style: int notification_content_text -com.google.android.material.chip.Chip: void setChipIconTintResource(int) -android.didikee.donate.R$style: int Base_V7_Theme_AppCompat -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dividerHorizontal -okhttp3.internal.http.BridgeInterceptor: java.lang.String cookieHeader(java.util.List) -io.reactivex.internal.util.VolatileSizeArrayList: boolean containsAll(java.util.Collection) -wangdaye.com.geometricweather.background.polling.work.worker.AsyncWorker -okhttp3.OkHttpClient$Builder: java.util.List protocols -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property Id -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHorizontal_chainStyle -io.reactivex.internal.subscriptions.SubscriptionHelper: boolean setOnce(java.util.concurrent.atomic.AtomicReference,org.reactivestreams.Subscription) -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver INNER_DISPOSED -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX getAqi() -okio.BufferedSource: long indexOfElement(okio.ByteString,long) -androidx.work.R$id: int tag_unhandled_key_event_manager -wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_active_item_max_width -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Imperial: int UnitType -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: io.reactivex.ObservableSource second -okhttp3.internal.ws.WebSocketProtocol: long PAYLOAD_SHORT_MAX -com.xw.repo.bubbleseekbar.R$id: int activity_chooser_view_content -androidx.appcompat.R$attr: int navigationIcon -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_star_black_36dp -wangdaye.com.geometricweather.R$color: int switch_thumb_disabled_material_light -cyanogenmod.weatherservice.ServiceRequestResult: cyanogenmod.weather.WeatherInfo mWeatherInfo -wangdaye.com.geometricweather.R$string: int learn_more -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_divider -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeRainPrecipitation -com.github.rahatarmanahmed.cpv.CircularProgressView$9: void onAnimationUpdate(android.animation.ValueAnimator) -androidx.preference.R$dimen: int fastscroll_minimum_range -cyanogenmod.themes.ThemeManager: void registerProcessingListener(cyanogenmod.themes.ThemeManager$ThemeProcessingListener) -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: boolean active -okio.BufferedSource: void require(long) -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: void onError(java.lang.Throwable) -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: void onSuccess(java.lang.Object) -androidx.vectordrawable.animated.R$id: int action_divider -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_firstHorizontalStyle -com.google.android.material.R$styleable: int Toolbar_collapseContentDescription -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_rotationX -androidx.preference.R$attr: int textAppearanceSearchResultTitle -androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityStarted(android.app.Activity) -androidx.appcompat.widget.ActivityChooserView: void setExpandActivityOverflowButtonDrawable(android.graphics.drawable.Drawable) -com.google.android.material.R$attr: int barrierAllowsGoneWidgets -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator T9_SEARCH_INPUT_LOCALE_VALIDATOR -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: ObservableMergeWithCompletable$MergeWithObserver(io.reactivex.Observer) -com.google.android.material.R$attr: int layoutManager -com.google.android.material.R$styleable: int AppCompatTheme_dropDownListViewStyle -androidx.preference.R$attr: int gapBetweenBars -androidx.appcompat.R$id: int accessibility_custom_action_31 -androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_87 -androidx.recyclerview.R$styleable: int GradientColorItem_android_offset -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_unregisterCallback -wangdaye.com.geometricweather.R$id: int activity_widget_config -androidx.appcompat.R$color: int abc_tint_spinner -android.didikee.donate.R$id: int action_bar_spinner -com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_android_fontStyle -com.google.android.material.R$color: int design_dark_default_color_background -okhttp3.Dispatcher: java.util.Deque readyAsyncCalls -okhttp3.internal.Util$2: java.lang.Thread newThread(java.lang.Runnable) -okhttp3.internal.http2.Http2Connection: int INTERVAL_PING -com.xw.repo.bubbleseekbar.R$dimen: R$dimen() -com.google.android.material.R$xml: R$xml() -okhttp3.Response$Builder: okhttp3.Response$Builder priorResponse(okhttp3.Response) -wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status: wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status SUCCESS -com.google.android.material.chip.Chip: void setChipIconTint(android.content.res.ColorStateList) -okhttp3.internal.ws.RealWebSocket: boolean failed -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_AutoCompleteTextView -android.didikee.donate.R$styleable: int View_android_theme -okio.Timeout: void throwIfReached() -retrofit2.SkipCallbackExecutor -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub$Proxy: android.os.IBinder createExternalView(android.os.Bundle) -com.google.android.material.R$styleable: int ConstraintSet_android_layout_width -wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig minutelyEntityDaoConfig -androidx.transition.R$id: int parent_matrix -com.google.android.material.R$styleable: int ConstraintSet_flow_firstHorizontalBias -com.turingtechnologies.materialscrollbar.R$id -androidx.appcompat.R$styleable: int[] View -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.internal.util.AtomicThrowable errors -com.turingtechnologies.materialscrollbar.R$id: int bottom -androidx.recyclerview.R$id: int accessibility_custom_action_17 -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: MfForecastV2Result$ForecastProperties$ProbabilityForecastV2() -androidx.preference.R$styleable: int SwitchPreferenceCompat_android_summaryOn -androidx.appcompat.resources.R$style: int TextAppearance_Compat_Notification -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Large_Inverse -wangdaye.com.geometricweather.R$id: int widget_day_week_subtitle -androidx.appcompat.widget.AppCompatEditText: android.content.res.ColorStateList getSupportBackgroundTintList() -com.xw.repo.bubbleseekbar.R$attr: int tickMarkTintMode -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeIcePrecipitationDuration(java.lang.Float) -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Caption -android.didikee.donate.R$attr: int actionModeCutDrawable -com.google.android.material.R$styleable: int TabLayout_tabIndicator -wangdaye.com.geometricweather.R$attr: int autoSizePresetSizes -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: java.util.concurrent.atomic.AtomicReference mainDisposable -androidx.preference.R$attr: int contentInsetLeft -androidx.fragment.R$drawable: int notification_template_icon_low_bg -android.didikee.donate.R$style: int Base_Widget_AppCompat_Spinner_Underlined -cyanogenmod.weather.CMWeatherManager$2$1: cyanogenmod.weather.WeatherInfo val$weatherInfo -com.google.android.material.bottomnavigation.BottomNavigationView: void setLabelVisibilityMode(int) -android.didikee.donate.R$styleable: int AppCompatTheme_actionButtonStyle -wangdaye.com.geometricweather.R$dimen: int abc_text_size_menu_header_material -wangdaye.com.geometricweather.R$styleable: int[] SnackbarLayout -okhttp3.internal.http2.Header: java.lang.String TARGET_PATH_UTF8 -androidx.appcompat.R$layout: int abc_alert_dialog_button_bar_material -wangdaye.com.geometricweather.R$xml: int icon_provider_animator_filter -wangdaye.com.geometricweather.R$styleable: int Constraint_android_translationY -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: android.os.IBinder asBinder() -cyanogenmod.providers.CMSettings$Global: cyanogenmod.providers.CMSettings$NameValueCache sNameValueCache -androidx.appcompat.R$attr: int textAppearanceSearchResultTitle -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_titleCondensed -wangdaye.com.geometricweather.R$string: int aqi_4 -androidx.preference.R$attr: int actionBarSplitStyle -androidx.appcompat.R$string: int abc_searchview_description_query -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_alterWindow -wangdaye.com.geometricweather.R$id: int activity_widget_config_viewStyleTitle -androidx.constraintlayout.widget.R$styleable: int TextAppearance_fontFamily -wangdaye.com.geometricweather.remoteviews.config.ClockDayDetailsWidgetConfigActivity: ClockDayDetailsWidgetConfigActivity() -okhttp3.internal.connection.RealConnection: java.net.Socket socket -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean mShouldShow -wangdaye.com.geometricweather.common.basic.models.weather.UV: boolean isValidIndex() -wangdaye.com.geometricweather.R$anim: int mtrl_bottom_sheet_slide_out -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$1: void run() -io.reactivex.internal.operators.observable.ObserverResourceWrapper: boolean isDisposed() -cyanogenmod.hardware.ICMHardwareService: boolean set(int,boolean) -com.google.android.material.R$style: int Widget_AppCompat_RatingBar_Indicator -io.reactivex.Observable: io.reactivex.Observable amb(java.lang.Iterable) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Metric: AccuCurrentResult$Ceiling$Metric() -james.adaptiveicon.R$dimen: int abc_text_size_subtitle_material_toolbar -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge -com.google.android.material.R$styleable: int MotionTelltales_telltales_tailColor -androidx.appcompat.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle -com.google.android.material.R$layout: int material_textinput_timepicker -cyanogenmod.externalviews.KeyguardExternalView$6: boolean val$screenOn -android.didikee.donate.R$attr: int gapBetweenBars -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$integer: int cancel_button_image_alpha -wangdaye.com.geometricweather.R$attr: int controlBackground -com.turingtechnologies.materialscrollbar.R$styleable: int ScrollingViewBehavior_Layout_behavior_overlapTop -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String windDirection -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_trackTint -okhttp3.OkHttpClient$Builder: void setInternalCache(okhttp3.internal.cache.InternalCache) -androidx.appcompat.R$style: int Platform_V21_AppCompat_Light -james.adaptiveicon.R$style: int Base_Theme_AppCompat_CompactMenu -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust WindGust -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_TabText -okio.ByteString: java.lang.String base64Url() -androidx.appcompat.view.menu.ListMenuItemView: void setCheckable(boolean) -com.google.android.material.R$id: int month_grid -com.google.android.material.R$styleable: int State_android_id -com.bumptech.glide.integration.okhttp.R$styleable -com.google.android.material.R$id: int accessibility_custom_action_15 -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize -androidx.appcompat.resources.R$dimen: int compat_button_padding_horizontal_material -james.adaptiveicon.R$id: int uniform -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem -androidx.constraintlayout.widget.R$id: int line3 -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_102 -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large -com.google.android.material.R$style: int TextAppearance_AppCompat_Display1 -okhttp3.Connection: java.net.Socket socket() -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Headline -androidx.appcompat.R$styleable: int MenuItem_tooltipText -okio.Timeout: okio.Timeout deadlineNanoTime(long) -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHorizontal_weight -androidx.preference.R$attr: int textAllCaps -wangdaye.com.geometricweather.R$color: int colorTextSubtitle_light -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_setDisplayGammaCalibration -wangdaye.com.geometricweather.R$styleable: int SwitchPreference_summaryOn -okhttp3.OkHttpClient: int connectTimeoutMillis() -com.google.android.material.R$attr: int tabGravity -androidx.preference.R$color: int primary_dark_material_light -com.google.android.material.R$id: int BOTTOM_START -com.google.android.material.R$attr: int constraintSetEnd -androidx.coordinatorlayout.R$integer: R$integer() -retrofit2.RequestBuilder: okhttp3.Request$Builder requestBuilder -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer degreeDayTemperature -okhttp3.internal.http2.Http2Connection: void pushDataLater(int,okio.BufferedSource,int,boolean) -com.turingtechnologies.materialscrollbar.R$id: int search_plate -wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity -com.xw.repo.bubbleseekbar.R$attr: int gapBetweenBars -wangdaye.com.geometricweather.R$attr: int borderlessButtonStyle -wangdaye.com.geometricweather.R$string: int gitHub -james.adaptiveicon.R$attr: int actionBarPopupTheme -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_commit_search_api_mtrl_alpha -okhttp3.Request: java.lang.String toString() -wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String getWeatherSource() -com.turingtechnologies.materialscrollbar.R$attr: int tooltipForegroundColor -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Metric: int UnitType -androidx.coordinatorlayout.R$styleable: int GradientColor_android_startColor -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_android_textAppearance -androidx.customview.R$drawable -com.turingtechnologies.materialscrollbar.R$styleable: int TabItem_android_text -wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation: wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation BOTTOM -com.xw.repo.bubbleseekbar.R$drawable: int abc_list_pressed_holo_dark -com.google.android.material.R$drawable: int design_ic_visibility_off -com.google.android.material.R$styleable: int[] KeyAttribute -wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_menu -okhttp3.internal.connection.RealConnection$1: RealConnection$1(okhttp3.internal.connection.RealConnection,boolean,okio.BufferedSource,okio.BufferedSink,okhttp3.internal.connection.StreamAllocation) -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHorizontal_weight -cyanogenmod.app.CMContextConstants$Features: CMContextConstants$Features() -okio.Okio$3: okio.Timeout timeout() -androidx.appcompat.widget.Toolbar: int getContentInsetEndWithActions() -androidx.appcompat.R$drawable: int abc_btn_default_mtrl_shape -wangdaye.com.geometricweather.R$styleable: int Preference_android_summary -cyanogenmod.app.BaseLiveLockManagerService: void enforceAccessPermission() -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_paddingStart -androidx.work.R$styleable: int FontFamilyFont_android_fontVariationSettings -com.google.android.material.button.MaterialButtonToggleGroup: void setSingleSelection(boolean) -com.google.android.material.R$dimen: int mtrl_calendar_header_selection_line_height -com.google.android.material.R$styleable: int[] BottomNavigationView -androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State[] $VALUES -io.reactivex.Observable: io.reactivex.Observable doAfterNext(io.reactivex.functions.Consumer) -com.jaredrummler.android.colorpicker.R$id: int search_go_btn -cyanogenmod.weather.WeatherInfo$DayForecast$Builder: cyanogenmod.weather.WeatherInfo$DayForecast$Builder setHigh(double) -cyanogenmod.app.LiveLockScreenInfo$1: cyanogenmod.app.LiveLockScreenInfo[] newArray(int) -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_android_thumb -com.google.android.material.textfield.TextInputLayout$SavedState -com.google.android.material.chip.Chip: void setTextAppearance(int) -androidx.preference.R$layout: int expand_button -wangdaye.com.geometricweather.R$drawable: int notif_temp_38 -androidx.preference.R$dimen: int disabled_alpha_material_light -com.jaredrummler.android.colorpicker.R$color: int button_material_light -wangdaye.com.geometricweather.R$drawable: int notif_temp_113 -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_editTextColor -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_VMAIL_LED_OFF_VALIDATOR -cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.RequestInfo$Builder queryOnly() -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_goneMarginTop -com.github.rahatarmanahmed.cpv.CircularProgressViewListener: void onProgressUpdateEnd(float) -com.jaredrummler.android.colorpicker.R$color: int tooltip_background_dark -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Button_Borderless -wangdaye.com.geometricweather.R$layout: int mtrl_calendar_months -okio.RealBufferedSink: okio.Sink sink -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String COL_KEY -okio.SegmentedByteString: int hashCode() -okhttp3.Request$Builder: okhttp3.Request$Builder removeHeader(java.lang.String) -com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage ENCODE -wangdaye.com.geometricweather.R$attr: int layout_collapseParallaxMultiplier -androidx.appcompat.R$layout: int notification_action_tombstone -okhttp3.RealCall: okhttp3.Call clone() -androidx.coordinatorlayout.R$id: int title -com.turingtechnologies.materialscrollbar.R$attr: int dividerVertical -wangdaye.com.geometricweather.R$attr: int titleMarginTop -io.reactivex.Observable: io.reactivex.Observable timeout(long,java.util.concurrent.TimeUnit) -androidx.lifecycle.Lifecycling$1 -android.didikee.donate.R$styleable: int Toolbar_titleMarginEnd -androidx.activity.R$id: int accessibility_custom_action_1 -james.adaptiveicon.R$attr: int actionBarSplitStyle -androidx.lifecycle.ProcessLifecycleOwner: android.os.Handler mHandler -com.turingtechnologies.materialscrollbar.R$color: int material_blue_grey_800 -androidx.preference.R$styleable: int AppCompatTextView_drawableTint -androidx.vectordrawable.R$styleable: int GradientColor_android_endX -com.google.android.material.R$styleable: int AppCompatTheme_actionDropDownStyle -io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit,long,boolean) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_activityChooserViewStyle -androidx.appcompat.widget.Toolbar: void setCollapsible(boolean) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void onNext(java.lang.Object) -com.bumptech.glide.load.engine.GlideException: java.lang.String getMessage() -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoonRiseDate -okio.RealBufferedSource$1: okio.RealBufferedSource this$0 -wangdaye.com.geometricweather.R$attr: int listMenuViewStyle -androidx.appcompat.widget.AppCompatCheckedTextView: void setCheckMarkDrawable(int) -androidx.preference.R$styleable: int SwitchCompat_splitTrack -com.xw.repo.bubbleseekbar.R$drawable: int abc_textfield_search_material -com.google.android.material.R$styleable: int SearchView_goIcon -retrofit2.Utils: okhttp3.ResponseBody buffer(okhttp3.ResponseBody) -wangdaye.com.geometricweather.main.MainActivity: MainActivity() -okhttp3.internal.ws.WebSocketReader: void readControlFrame() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_tooltipForegroundColor -io.reactivex.Observable: io.reactivex.Observable merge(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_scaleY -cyanogenmod.themes.ThemeManager: cyanogenmod.themes.IThemeChangeListener mThemeChangeListener -wangdaye.com.geometricweather.settings.dialogs.MinimalIconDialog: MinimalIconDialog() -wangdaye.com.geometricweather.main.utils.MainPalette -androidx.constraintlayout.widget.R$string: int abc_toolbar_collapse_description -wangdaye.com.geometricweather.common.basic.models.weather.Astro: java.util.Date riseDate -androidx.fragment.R$styleable: int GradientColor_android_type -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_progress -android.didikee.donate.R$color: int material_blue_grey_950 -com.google.android.material.chip.Chip: void setChipIcon(android.graphics.drawable.Drawable) -okhttp3.internal.http.HttpCodec: okio.Sink createRequestBody(okhttp3.Request,long) -androidx.constraintlayout.widget.R$drawable: int tooltip_frame_dark -cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_onDetach -androidx.lifecycle.AbstractSavedStateViewModelFactory: androidx.lifecycle.Lifecycle mLifecycle -androidx.vectordrawable.R$layout: int notification_template_icon_group -cyanogenmod.externalviews.IExternalViewProvider: void onAttach(android.os.IBinder) -androidx.lifecycle.process.R: R() -okhttp3.internal.platform.OptionalMethod: java.lang.reflect.Method getMethod(java.lang.Class) -androidx.preference.R$dimen: R$dimen() -com.google.android.material.R$id: int notification_background -androidx.preference.R$attr: int windowActionModeOverlay -com.google.android.material.bottomnavigation.BottomNavigationView: void setItemTextAppearanceInactive(int) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeWindSpeed() -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Chip_Action -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain rain -wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub$Proxy: IExternalViewProviderFactory$Stub$Proxy(android.os.IBinder) -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_showDividers -okio.Segment: okio.Segment prev -wangdaye.com.geometricweather.R$styleable: int ImageFilterView_crossfade -wangdaye.com.geometricweather.R$color: int abc_tint_btn_checkable -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Toolbar_Button_Navigation -android.didikee.donate.R$drawable: int abc_switch_track_mtrl_alpha -wangdaye.com.geometricweather.R$attr: int textAppearanceHeadline4 -com.turingtechnologies.materialscrollbar.R$id: int message -wangdaye.com.geometricweather.settings.activities.SelectProviderActivity -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxStrokeWidth -wangdaye.com.geometricweather.R$drawable: int widget_day -cyanogenmod.themes.ThemeManager: java.lang.String TAG -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void onComplete() -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -cyanogenmod.providers.CMSettings$Global: float getFloat(android.content.ContentResolver,java.lang.String) -androidx.viewpager.R$styleable: int FontFamilyFont_fontStyle -com.google.android.material.R$attr: int buttonBarNegativeButtonStyle -cyanogenmod.profiles.BrightnessSettings: boolean isOverride() -com.google.android.material.R$styleable: int FontFamily_fontProviderFetchStrategy -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_EditText -okhttp3.ResponseBody$1 -cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy: java.util.List getSuggestions(android.content.Intent) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: java.lang.String desc -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title -cyanogenmod.weatherservice.ServiceRequest$Status -wangdaye.com.geometricweather.R$string: int phase_waxing_gibbous -com.google.android.material.R$color: int mtrl_choice_chip_text_color -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_headline_material -com.google.android.material.R$color: int mtrl_tabs_ripple_color -com.google.android.material.R$attr: int colorOnBackground -androidx.constraintlayout.widget.R$layout: int abc_expanded_menu_layout -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Display2 -com.bumptech.glide.MemoryCategory: com.bumptech.glide.MemoryCategory NORMAL -com.bumptech.glide.Registry$NoModelLoaderAvailableException: Registry$NoModelLoaderAvailableException(java.lang.Object,java.util.List) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWindDegree -cyanogenmod.weatherservice.WeatherProviderService: java.lang.String SERVICE_META_DATA -com.xw.repo.bubbleseekbar.R$layout: int notification_template_part_chronometer -androidx.work.impl.utils.futures.AbstractFuture: androidx.work.impl.utils.futures.AbstractFuture$Waiter waiters -wangdaye.com.geometricweather.R$layout: int dialog_running_in_background -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_switchMinWidth -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_alpha -cyanogenmod.app.Profile$NotificationLightMode: int DEFAULT -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: MfForecastV2Result$ForecastProperties$HourForecast() -androidx.viewpager2.R$layout: int custom_dialog -androidx.vectordrawable.animated.R$id: int text -com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_headerBackground -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: IKeyguardExternalViewCallbacks$Stub() -io.reactivex.Observable: io.reactivex.Single sequenceEqual(io.reactivex.ObservableSource,io.reactivex.ObservableSource,int) -io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode -com.jaredrummler.android.colorpicker.R$layout: int preference_widget_checkbox -androidx.preference.R$layout: int preference_information -android.didikee.donate.R$style: int Widget_AppCompat_Spinner_Underlined -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void dispose() -wangdaye.com.geometricweather.R$color: int mtrl_text_btn_text_color_selector -com.jaredrummler.android.colorpicker.R$attr: int allowDividerBelow -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_6 -androidx.preference.R$styleable: int DialogPreference_android_negativeButtonText -com.google.android.material.R$styleable: int RecyclerView_android_clipToPadding -androidx.core.R$id: int tag_accessibility_actions -james.adaptiveicon.R$styleable: int[] MenuView -androidx.constraintlayout.widget.R$styleable: int[] MotionTelltales -androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat_Dark -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_android_orientation -okhttp3.internal.cache.DiskLruCache$Entry -com.google.android.material.R$style: int TextAppearance_AppCompat -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setText(java.lang.String) -wangdaye.com.geometricweather.R$id: int item_weather_daily_value_value -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getProfile -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeShareDrawable -cyanogenmod.app.IPartnerInterface$Stub: java.lang.String DESCRIPTOR -retrofit2.KotlinExtensions$suspendAndThrow$$inlined$suspendCoroutineUninterceptedOrReturn$lambda$1: java.lang.Exception $this_suspendAndThrow$inlined -com.google.android.material.R$layout: int text_view_with_line_height_from_style -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_section_text_color -wangdaye.com.geometricweather.R$anim: int design_snackbar_out -wangdaye.com.geometricweather.R$styleable: int LiveLockScreen_type -androidx.appcompat.R$attr: int actionDropDownStyle -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.internal.fuseable.SimpleQueue queue -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_FONTS -wangdaye.com.geometricweather.R$menu: int activity_main -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial: int UnitType -com.google.android.material.R$styleable: int FloatingActionButton_showMotionSpec -androidx.constraintlayout.widget.R$styleable: int OnSwipe_touchAnchorId -okio.HashingSource: HashingSource(okio.Source,okio.ByteString,java.lang.String) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarTabStyle -wangdaye.com.geometricweather.R$id: int grassValue -com.jaredrummler.android.colorpicker.R$color: int background_floating_material_dark -androidx.core.R$id: int action_divider -com.google.android.material.R$attr: int contentScrim -com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType JPEG -wangdaye.com.geometricweather.R$attr: int updatesContinuously -androidx.appcompat.R$styleable: int AppCompatTheme_windowActionBarOverlay -wangdaye.com.geometricweather.R$id: int bottomRecyclerView -com.turingtechnologies.materialscrollbar.R$attr: int homeAsUpIndicator -com.google.android.material.chip.Chip: void setCheckedIconEnabled(boolean) -james.adaptiveicon.R$layout: int abc_search_view -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_searchIcon -com.jaredrummler.android.colorpicker.R$id: int action_bar_root -com.google.android.material.button.MaterialButton: void setIcon(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.R$style: int Preference_CheckBoxPreference_Material -okio.BufferedSource: java.lang.String readUtf8LineStrict(long) -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: long time -com.google.android.material.R$layout: int mtrl_calendar_months -wangdaye.com.geometricweather.R$array: int precipitation_unit_values -cyanogenmod.providers.CMSettings$System: java.lang.String ENABLE_FORWARD_LOOKUP -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: void dispose() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: void setBrandId(java.lang.String) -androidx.appcompat.resources.R$dimen: int notification_large_icon_height -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_menuCategory -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_toBottomOf -androidx.core.R$id: int accessibility_custom_action_18 -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_textLocale -com.google.android.material.R$attr: int actionBarSplitStyle -com.google.android.material.R$attr: int triggerSlack -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String Link -wangdaye.com.geometricweather.R$attr: int layout_keyline -cyanogenmod.providers.CMSettings$Secure: int RING_HOME_BUTTON_BEHAVIOR_DO_NOTHING -androidx.preference.R$styleable: int FontFamilyFont_android_fontStyle -androidx.preference.R$styleable: int Preference_android_iconSpaceReserved -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_ttcIndex -com.jaredrummler.android.colorpicker.ColorPreference: void setOnShowDialogListener(com.jaredrummler.android.colorpicker.ColorPreference$OnShowDialogListener) -cyanogenmod.externalviews.ExternalViewProperties: int getWidth() -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_collapseNotificationPanel_2 -androidx.coordinatorlayout.R$attr: int fontStyle -androidx.swiperefreshlayout.R$style: int TextAppearance_Compat_Notification_Line2 -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_button_min_width_material -james.adaptiveicon.R$id: int submit_area -androidx.preference.R$attr: int actionBarTheme -wangdaye.com.geometricweather.R$drawable: int notif_temp_70 -okio.Buffer: okio.BufferedSink writeIntLe(int) -james.adaptiveicon.R$string: int abc_searchview_description_query -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float snow12h -androidx.appcompat.R$attr: int queryHint -wangdaye.com.geometricweather.R$dimen: int abc_text_size_caption_material -com.google.android.material.R$styleable: int ConstraintSet_android_id -com.xw.repo.bubbleseekbar.R$dimen: int abc_control_padding_material -android.didikee.donate.R$attr: int switchTextAppearance -wangdaye.com.geometricweather.R$attr: int checkedButton -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeDegreeDayTemperature() -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float thunderstorm -okhttp3.OkHttpClient: int connectTimeout -wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Priority -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActivityChooserView -cyanogenmod.media.MediaRecorder: java.lang.String ACTION_HOTWORD_INPUT_CHANGED -com.turingtechnologies.materialscrollbar.R$attr: int tabIndicatorGravity -androidx.legacy.coreutils.R$id: int tag_transition_group -wangdaye.com.geometricweather.R$attr: int circleRadius -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setStrokeWidth(float) -com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_horizontalDivider -okio.BufferedSource: long indexOf(okio.ByteString,long) -com.google.android.material.internal.ForegroundLinearLayout: ForegroundLinearLayout(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) -wangdaye.com.geometricweather.location.services.LocationService: java.lang.String[] getPermissions() -android.didikee.donate.R$id: int action_menu_presenter -androidx.constraintlayout.widget.R$dimen: int notification_action_icon_size -wangdaye.com.geometricweather.db.entities.DaoMaster -androidx.constraintlayout.widget.R$styleable: int OnSwipe_nestedScrollFlags -androidx.appcompat.R$style: int TextAppearance_AppCompat -okhttp3.internal.http2.PushObserver$1 -com.google.android.material.R$color: int abc_color_highlight_material -okhttp3.internal.publicsuffix.PublicSuffixDatabase: okhttp3.internal.publicsuffix.PublicSuffixDatabase get() -com.google.android.material.slider.Slider: android.content.res.ColorStateList getTickTintList() -com.turingtechnologies.materialscrollbar.R$attr: int popupWindowStyle -androidx.appcompat.R$interpolator: R$interpolator() -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_Light -com.xw.repo.bubbleseekbar.R$attr: int fontVariationSettings -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorError -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon Moon -wangdaye.com.geometricweather.R$styleable: int KeyCycle_framePosition -com.xw.repo.bubbleseekbar.R$layout: int abc_dialog_title_material -androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State DESTROYED -android.didikee.donate.R$layout: int abc_action_menu_item_layout -android.didikee.donate.R$string: int abc_shareactionprovider_share_with -okhttp3.internal.http2.Settings: int getMaxConcurrentStreams(int) -retrofit2.OkHttpCall: void enqueue(retrofit2.Callback) -androidx.preference.R$styleable: int AlertDialog_android_layout -com.google.android.material.R$attr: int layout_editor_absoluteY -okio.Buffer: long writeAll(okio.Source) -retrofit2.http.DELETE -androidx.activity.R$styleable: int[] FontFamilyFont -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_customNavigationLayout -androidx.appcompat.R$id: int action_mode_bar_stub -android.didikee.donate.R$dimen: int abc_button_inset_vertical_material -wangdaye.com.geometricweather.R$animator: int weather_partly_cloudy_night_2 -com.google.android.material.R$styleable: int Motion_motionStagger -cyanogenmod.app.Profile: cyanogenmod.profiles.AirplaneModeSettings mAirplaneMode -com.google.android.material.R$style: int Theme_Design_Light -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_EditText -androidx.constraintlayout.widget.R$drawable: int abc_tab_indicator_mtrl_alpha -okhttp3.Headers$Builder: Headers$Builder() -wangdaye.com.geometricweather.R$string: int week_3 -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionButton -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIndicatorGravity -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: java.lang.String getType() -com.bumptech.glide.Registry$MissingComponentException -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: io.reactivex.disposables.Disposable upstream -okhttp3.internal.http2.Hpack$Writer: okhttp3.internal.http2.Header[] dynamicTable -com.google.android.material.R$dimen: int notification_large_icon_height -io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.Function,java.util.concurrent.Callable,int) -androidx.preference.R$color: int error_color_material_dark -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeRainPrecipitationDuration() -com.google.android.material.circularreveal.CircularRevealFrameLayout: CircularRevealFrameLayout(android.content.Context) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_EXPORT_WITH_RC4_40_MD5 -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_firstVerticalStyle -androidx.constraintlayout.widget.R$integer: int cancel_button_image_alpha -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_android_fontWeight -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle -androidx.lifecycle.LifecycleRegistry: void removeObserver(androidx.lifecycle.LifecycleObserver) -wangdaye.com.geometricweather.R$attr: int telltales_tailColor -com.xw.repo.bubbleseekbar.R$anim: int abc_grow_fade_in_from_bottom -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getSo2() -androidx.viewpager.R$layout -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver(io.reactivex.Observer,io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver) -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_verticalAlign -androidx.constraintlayout.widget.R$styleable: int Layout_layout_goneMarginEnd -com.google.android.material.internal.FlowLayout: FlowLayout(android.content.Context,android.util.AttributeSet) -androidx.viewpager2.R$dimen: int notification_top_pad -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_menu_overflow_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: CaiYunMainlyResult$AlertsBean$DefenseBean() -james.adaptiveicon.R$styleable: int ActionBar_logo -androidx.appcompat.R$attr: int switchPadding -androidx.preference.R$id: int normal -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModePopupWindowStyle -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Button_Colored -androidx.core.R$drawable: int notification_bg_low_normal -com.google.android.material.R$styleable: int Constraint_layout_constraintVertical_weight -okhttp3.internal.publicsuffix.PublicSuffixDatabase: okhttp3.internal.publicsuffix.PublicSuffixDatabase instance -androidx.constraintlayout.widget.R$style: int Base_V26_Theme_AppCompat_Light -wangdaye.com.geometricweather.R$color: int error_color_material_light -wangdaye.com.geometricweather.R$style: int activity_create_widget_done_button -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.activity.R$id: int tag_accessibility_clickable_spans -wangdaye.com.geometricweather.R$layout: int preference -com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleContentDescription(int) -com.google.android.material.R$dimen: int notification_action_text_size -com.xw.repo.bubbleseekbar.R$attr: int colorError -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind: MfHistoryResult$History$Wind() -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title -io.reactivex.internal.util.VolatileSizeArrayList: boolean add(java.lang.Object) -james.adaptiveicon.R$id: int select_dialog_listview -wangdaye.com.geometricweather.R$drawable: int weather_cloudy -wangdaye.com.geometricweather.R$bool: int mtrl_btn_textappearance_all_caps -com.google.android.material.R$attr: int fontProviderCerts -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: io.reactivex.functions.Function mapper -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color -com.google.android.material.R$drawable: int abc_ic_star_black_16dp -wangdaye.com.geometricweather.R$color: int cardview_shadow_start_color -wangdaye.com.geometricweather.background.polling.basic.ForegroundUpdateService: ForegroundUpdateService() -androidx.lifecycle.extensions.R$styleable: int GradientColor_android_centerY -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ZEN_PRIORITY_ALLOW_LIGHTS_VALIDATOR -com.google.android.material.R$styleable: int FloatingActionButton_borderWidth -james.adaptiveicon.R$attr: int checkboxStyle -com.jaredrummler.android.colorpicker.R$dimen: int item_touch_helper_max_drag_scroll_per_frame -io.reactivex.Observable: io.reactivex.Observable timeout(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -androidx.preference.R$attr: int preferenceFragmentCompatStyle -okhttp3.HttpUrl$Builder: java.lang.String encodedPassword -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_106 -cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: void registerListener(cyanogenmod.app.ICustomTileListener,android.content.ComponentName,int) -wangdaye.com.geometricweather.R$attr: int alertDialogCenterButtons -com.google.android.material.chip.Chip: void setBackground(android.graphics.drawable.Drawable) -androidx.hilt.work.R$dimen: int notification_top_pad -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256 -androidx.viewpager2.R$styleable: int[] ViewPager2 -com.google.android.material.R$styleable: int SwitchCompat_trackTint -com.google.android.material.R$attr: int maxActionInlineWidth -com.google.android.material.R$styleable: int ThemeEnforcement_enforceTextAppearance -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Imperial: AccuCurrentResult$WindGust$Speed$Imperial() -com.google.android.material.internal.NavigationMenuItemView: void setChecked(boolean) -androidx.constraintlayout.widget.R$styleable: int SearchView_searchHintIcon -io.reactivex.internal.subscriptions.SubscriptionHelper: boolean cancel(java.util.concurrent.atomic.AtomicReference) -io.reactivex.internal.operators.observable.ObservableReplay$Node: long serialVersionUID -androidx.viewpager.widget.ViewPager: int getOffscreenPageLimit() -androidx.preference.R$styleable: int[] LinearLayoutCompat_Layout -wangdaye.com.geometricweather.R$drawable: int weather_clear_night_mini_grey -wangdaye.com.geometricweather.R$string: int ceiling -androidx.hilt.work.R$color: int ripple_material_light -io.reactivex.Observable: io.reactivex.Observable combineLatestDelayError(io.reactivex.functions.Function,int,io.reactivex.ObservableSource[]) -com.google.android.material.R$styleable: int MaterialCalendarItem_android_insetTop -wangdaye.com.geometricweather.R$id: int dialog_running_in_background_o_container -okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec build() -retrofit2.BuiltInConverters: retrofit2.Converter responseBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver CANCELLED -android.didikee.donate.R$string: int status_bar_notification_info_overflow -okio.Utf8: Utf8() -androidx.appcompat.R$id: int tag_accessibility_heading -io.reactivex.internal.disposables.DisposableHelper: boolean replace(java.util.concurrent.atomic.AtomicReference,io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$styleable: int PropertySet_android_visibility -com.google.android.material.R$styleable: int MaterialButton_android_insetRight -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_27 -android.didikee.donate.R$attr: int allowStacking -androidx.dynamicanimation.R$style: int Widget_Compat_NotificationActionContainer -com.google.android.material.R$attr: int layout_constrainedHeight -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setPm25Desc(java.lang.String) -com.turingtechnologies.materialscrollbar.R$attr: int tooltipText -androidx.coordinatorlayout.R$id: int icon -androidx.hilt.lifecycle.R$color: int secondary_text_default_material_light -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Dialog_Alert -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle -io.reactivex.Observable: io.reactivex.Observable timeInterval(java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource: wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource valueOf(java.lang.String) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowFixedHeightMajor -wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property AlertId -androidx.appcompat.R$id: int search_bar -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: CaiYunMainlyResult$YesterdayBean() -wangdaye.com.geometricweather.R$string: int mtrl_picker_invalid_format_use -androidx.dynamicanimation.R$styleable: int FontFamilyFont_android_fontWeight -wangdaye.com.geometricweather.R$attr: int thumbTint -androidx.constraintlayout.widget.R$attr: int layout_constraintBaseline_toBaselineOf -androidx.preference.R$attr: int isPreferenceVisible -androidx.appcompat.R$attr: int colorError -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text -com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_selectionRequired -androidx.legacy.coreutils.R$dimen: int notification_small_icon_background_padding -com.jaredrummler.android.colorpicker.R$id: int action_bar_title -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.MinutelyEntity,int) -james.adaptiveicon.R$style: int Base_Widget_AppCompat_SearchView_ActionBar -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter jsonValue(java.lang.String) -androidx.loader.R$attr: int fontStyle -android.didikee.donate.R$dimen: int abc_select_dialog_padding_start_material -com.google.android.material.R$attr: int panelMenuListWidth -androidx.vectordrawable.R$id: int dialog_button -wangdaye.com.geometricweather.R$attr: int fontProviderPackage -cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status IN_PROGRESS -androidx.preference.R$styleable: int AppCompatSeekBar_android_thumb -androidx.constraintlayout.widget.R$styleable: int[] StateSet -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Menu -com.xw.repo.bubbleseekbar.R$dimen: int abc_panel_menu_list_width -james.adaptiveicon.R$id: int normal -com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_statusBarBackground -wangdaye.com.geometricweather.db.entities.DailyEntity: void setSunRiseDate(java.util.Date) -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_helperTextEnabled -io.reactivex.Observable: io.reactivex.Observable fromCallable(java.util.concurrent.Callable) -com.google.android.material.R$style: int Widget_Compat_NotificationActionText -com.google.android.material.R$styleable: int AppCompatTheme_actionModeCopyDrawable -wangdaye.com.geometricweather.R$attr: int closeIconVisible -androidx.appcompat.R$id: int text2 -wangdaye.com.geometricweather.R$xml: int widget_trend_hourly -com.jaredrummler.android.colorpicker.R$drawable: int abc_popup_background_mtrl_mult -androidx.transition.R$dimen: int notification_large_icon_width -com.xw.repo.bubbleseekbar.R$id: int search_close_btn -okhttp3.MultipartBody$Builder: okhttp3.MultipartBody$Builder setType(okhttp3.MediaType) -com.jaredrummler.android.colorpicker.NestedGridView: NestedGridView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$styleable: int MaterialCardView_strokeWidth -io.reactivex.internal.disposables.EmptyDisposable: void clear() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$5 -okhttp3.FormBody$Builder: java.nio.charset.Charset charset -wangdaye.com.geometricweather.R$styleable: int Preference_android_enabled -androidx.appcompat.widget.SearchView: java.lang.CharSequence getQueryHint() -android.didikee.donate.R$styleable: int LinearLayoutCompat_dividerPadding -com.turingtechnologies.materialscrollbar.R$attr: int maxImageSize -androidx.constraintlayout.widget.R$styleable: int ActionBar_contentInsetStart -okhttp3.internal.http2.Http2Codec: java.lang.String ENCODING -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder callTimeout(long,java.util.concurrent.TimeUnit) -wangdaye.com.geometricweather.R$color: int material_on_background_emphasis_high_type -com.bumptech.glide.integration.okhttp.R$drawable: int notification_bg_low_normal -androidx.viewpager.R$id: int italic -androidx.legacy.coreutils.R$dimen: int notification_large_icon_height -com.turingtechnologies.materialscrollbar.R$id: int masked -com.google.android.material.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode -wangdaye.com.geometricweather.R$styleable: int Constraint_android_maxHeight -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void onError(java.lang.Throwable) -androidx.lifecycle.Lifecycling$1: androidx.lifecycle.LifecycleEventObserver val$observer -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TabLayout_PrimarySurface -androidx.savedstate.Recreator -android.didikee.donate.R$styleable: int AppCompatTheme_dialogCornerRadius -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial: AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial() -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void drain() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Direction: java.lang.String English -com.google.gson.stream.JsonReader: long MIN_INCOMPLETE_INTEGER -cyanogenmod.providers.CMSettings$Global: java.lang.String POWER_NOTIFICATIONS_ENABLED -cyanogenmod.app.Profile: cyanogenmod.app.ProfileGroup getProfileGroup(java.util.UUID) -com.google.android.material.R$style: int ThemeOverlayColorAccentRed -com.turingtechnologies.materialscrollbar.R$id: int textinput_error -androidx.viewpager.R$id: int right_icon -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setSunRiseSet(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean) -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Inverse -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceListItem -com.google.android.material.R$attr: int suggestionRowLayout -com.google.android.material.R$attr: int titleMarginStart -retrofit2.OkHttpCall: void cancel() -com.google.android.material.R$layout: int mtrl_alert_dialog -androidx.appcompat.widget.AppCompatRatingBar -com.google.android.material.textfield.TextInputLayout: void setPlaceholderTextEnabled(boolean) -okhttp3.internal.Util: java.lang.String trimSubstring(java.lang.String,int,int) -androidx.preference.R$attr: int dividerHorizontal -okio.Sink -wangdaye.com.geometricweather.R$attr: int layoutDescription -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeIcePrecipitation -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeSnowPrecipitationDuration() -wangdaye.com.geometricweather.R$id: int material_label -io.reactivex.internal.operators.observable.ObservableReplay$Node: java.lang.Object value -androidx.constraintlayout.widget.R$string: int abc_search_hint -android.didikee.donate.R$style: int Base_Widget_AppCompat_EditText -wangdaye.com.geometricweather.common.ui.widgets.DonateImageView -com.google.gson.FieldNamingPolicy: FieldNamingPolicy(java.lang.String,int,com.google.gson.FieldNamingPolicy$1) -androidx.dynamicanimation.R$string: int status_bar_notification_info_overflow -androidx.constraintlayout.widget.R$attr: int homeAsUpIndicator -androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type CONSTANT -com.jaredrummler.android.colorpicker.R$id: int info -okhttp3.Cache$2: okhttp3.Cache this$0 -wangdaye.com.geometricweather.db.entities.DailyEntity: void setAqiText(java.lang.String) -androidx.preference.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title -com.google.android.material.navigation.NavigationView: void setItemIconTintList(android.content.res.ColorStateList) -okhttp3.internal.http1.Http1Codec$FixedLengthSink: void close() -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 -com.google.android.material.R$styleable: int LinearLayoutCompat_Layout_android_layout_width -androidx.recyclerview.R$drawable -wangdaye.com.geometricweather.R$attr: int contentPaddingTop -androidx.preference.R$style: int Widget_AppCompat_RatingBar -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Imperial: double Value -android.didikee.donate.R$string: int abc_capital_off -io.reactivex.internal.disposables.SequentialDisposable: boolean isDisposed() -androidx.dynamicanimation.R$attr -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_137 -wangdaye.com.geometricweather.R$id: int activity_widget_config_hideLunarContainer -androidx.appcompat.R$id: int accessibility_custom_action_22 -android.didikee.donate.R$drawable: int abc_seekbar_track_material -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_buttonGravity -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ImageButton -com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_select_handle_middle_mtrl_dark -android.didikee.donate.R$styleable: int ViewStubCompat_android_inflatedId -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean forecastDaily -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean requireAdaptiveBacklightForSunlightEnhancement() -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_startIconDrawable -wangdaye.com.geometricweather.db.entities.LocationEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) -androidx.hilt.lifecycle.R$attr: int fontProviderPackage -wangdaye.com.geometricweather.R$string: int key_notification -okhttp3.Cookie: okhttp3.Cookie parse(long,okhttp3.HttpUrl,java.lang.String) -androidx.viewpager.R$id: int actions -androidx.appcompat.R$attr: int fontProviderPackage -wangdaye.com.geometricweather.R$attr: int cardForegroundColor -com.google.android.material.R$styleable: int TextAppearance_android_textStyle -wangdaye.com.geometricweather.R$drawable: int shortcuts_haze -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_fabSize -com.google.android.material.floatingactionbutton.FloatingActionButton: com.google.android.material.animation.MotionSpec getHideMotionSpec() -com.turingtechnologies.materialscrollbar.TouchScrollBar -wangdaye.com.geometricweather.R$dimen: int abc_text_size_medium_material -androidx.constraintlayout.widget.Placeholder: int getEmptyVisibility() -androidx.appcompat.R$styleable: int AppCompatTheme_searchViewStyle -androidx.work.R$id: int accessibility_custom_action_29 -wangdaye.com.geometricweather.R$id: int widget_day_week_weather -com.jaredrummler.android.colorpicker.R$attr: int fontStyle -okhttp3.internal.connection.RealConnection: okhttp3.internal.connection.RealConnection testConnection(okhttp3.ConnectionPool,okhttp3.Route,java.net.Socket,long) -cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: java.lang.String PROFILE -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Item -okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder allEnabledTlsVersions() -androidx.hilt.R$dimen: int notification_right_side_padding_top -com.google.android.material.R$style: int Widget_AppCompat_TextView_SpinnerItem -com.google.android.material.R$styleable: int AppCompatTheme_colorPrimaryDark -androidx.constraintlayout.widget.R$drawable: int abc_seekbar_track_material -cyanogenmod.app.Profile: cyanogenmod.profiles.StreamSettings getSettingsForStream(int) -wangdaye.com.geometricweather.R$string: int settings_notification_hide_big_view_on -wangdaye.com.geometricweather.remoteviews.config.DayWidgetConfigActivity: DayWidgetConfigActivity() -wangdaye.com.geometricweather.settings.activities.CardDisplayManageActivity: CardDisplayManageActivity() -io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: io.reactivex.subjects.UnicastSubject this$0 -okio.SegmentedByteString: java.lang.String base64Url() -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments -wangdaye.com.geometricweather.common.rxjava.BaseObserver: void onSucceed(java.lang.Object) -com.google.android.material.chip.Chip: void setOnCheckedChangeListenerInternal(android.widget.CompoundButton$OnCheckedChangeListener) -okio.BufferedSink -com.github.rahatarmanahmed.cpv.BuildConfig: java.lang.String FLAVOR -cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.IRequestInfoListener mListener -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: void dispose() -com.jaredrummler.android.colorpicker.R$layout: int preference_widget_seekbar -com.bumptech.glide.R$id: int icon_group -com.google.android.material.R$styleable: int Constraint_android_layout_marginEnd -androidx.appcompat.R$styleable: int MenuGroup_android_menuCategory -com.google.android.material.R$id: int edit_query -com.google.android.material.internal.ScrimInsetsFrameLayout: ScrimInsetsFrameLayout(android.content.Context,android.util.AttributeSet,int) -androidx.constraintlayout.widget.R$layout: int support_simple_spinner_dropdown_item -io.reactivex.disposables.ReferenceDisposable: ReferenceDisposable(java.lang.Object) -com.google.android.material.R$attr: int thumbTextPadding -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_Layout_android_layout_height -cyanogenmod.app.StatusBarPanelCustomTile: StatusBarPanelCustomTile(java.lang.String,java.lang.String,java.lang.String,int,java.lang.String,int,int,cyanogenmod.app.CustomTile,android.os.UserHandle,long) -androidx.appcompat.widget.AppCompatTextView: void setSupportBackgroundTintList(android.content.res.ColorStateList) -androidx.preference.R$style: int Widget_AppCompat_Light_PopupMenu -com.google.android.material.R$styleable: int Constraint_layout_constraintRight_toLeftOf -wangdaye.com.geometricweather.R$styleable: int[] ActionMenuView -okhttp3.internal.http2.Http2Writer: void headers(boolean,int,java.util.List) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_95 -james.adaptiveicon.R$style: int Base_Widget_AppCompat_EditText -com.google.android.material.R$color: int mtrl_choice_chip_ripple_color -androidx.constraintlayout.widget.R$drawable: int abc_ic_menu_selectall_mtrl_alpha -androidx.constraintlayout.widget.R$styleable: int KeyPosition_framePosition -okhttp3.internal.io.FileSystem$1: void deleteContents(java.io.File) -androidx.appcompat.R$styleable: int AppCompatTextHelper_android_drawableEnd -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Button_Colored -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: io.reactivex.internal.fuseable.SimplePlainQueue queue -androidx.appcompat.widget.SearchView: void setImeOptions(int) -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small -androidx.swiperefreshlayout.R$attr: int fontStyle -androidx.work.R$id: int forever -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_alpha -wangdaye.com.geometricweather.R$array: int weather_source_voices -com.jaredrummler.android.colorpicker.R$styleable: int[] ActionMenuItemView -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String weatherEnd -androidx.hilt.R$id: int time -com.google.android.material.R$styleable: int TextInputLayout_shapeAppearanceOverlay -wangdaye.com.geometricweather.R$attr: int cardCornerRadius -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_toTopOf -androidx.lifecycle.LiveData: void assertMainThread(java.lang.String) -androidx.hilt.lifecycle.R$id: int actions -okhttp3.internal.Util: java.lang.AssertionError assertionError(java.lang.String,java.lang.Exception) -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder encodedQuery(java.lang.String) -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode -com.google.gson.stream.JsonReader: java.lang.String toString() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setWind(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX) -androidx.core.R$id: int time -com.google.android.material.R$styleable: int StateSet_defaultState -com.google.android.material.R$attr: int expandedTitleMarginStart -com.google.android.material.R$attr: int fastScrollHorizontalThumbDrawable -androidx.constraintlayout.widget.R$styleable: int KeyTrigger_triggerReceiver -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircularSkyWeatherView: void setDrawable(boolean) -okhttp3.internal.http2.Hpack$Writer: boolean emitDynamicTableSizeUpdate -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: java.lang.String getDefenseIcon() -cyanogenmod.app.Profile: cyanogenmod.profiles.AirplaneModeSettings getAirplaneMode() -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Object readKey(android.database.Cursor,int) -com.google.android.material.internal.NavigationMenuView: NavigationMenuView(android.content.Context,android.util.AttributeSet,int) -androidx.preference.R$styleable: int AppCompatTheme_spinnerStyle -androidx.loader.R$id: int text -cyanogenmod.hardware.CMHardwareManager: boolean get(int) -androidx.appcompat.R$id: int accessibility_custom_action_12 -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarTheme -androidx.hilt.work.R$id: int notification_main_column_container -com.xw.repo.bubbleseekbar.R$styleable: int[] DrawerArrowToggle -com.google.android.material.R$styleable: int NavigationView_itemMaxLines -wangdaye.com.geometricweather.R$style: int Preference_Information_Material -wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit valueOf(java.lang.String) -com.google.android.material.R$styleable: int Slider_thumbStrokeColor -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_commit_search_api_mtrl_alpha -androidx.preference.R$attr: int divider -android.didikee.donate.R$attr: int actionBarTheme -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult: java.lang.String MobileLink -wangdaye.com.geometricweather.R$xml: int widget_week -wangdaye.com.geometricweather.R$string: int precipitation_overview -james.adaptiveicon.R$styleable: int Toolbar_android_gravity -com.google.android.material.R$dimen: int mtrl_navigation_elevation -wangdaye.com.geometricweather.R$attr: int behavior_peekHeight -wangdaye.com.geometricweather.R$attr: int bsb_bubble_text_color -android.didikee.donate.R$styleable: int ViewBackgroundHelper_backgroundTintMode -com.google.android.material.chip.Chip: void setCloseIconResource(int) -androidx.constraintlayout.widget.R$styleable: int Toolbar_contentInsetLeft -com.jaredrummler.android.colorpicker.R$id: int cpv_color_panel_view -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VectorDrawableDelegateState -com.google.android.material.R$id: int sawtooth -androidx.customview.R$attr: int fontWeight -io.reactivex.Observable: io.reactivex.Observable mergeWith(io.reactivex.ObservableSource) -cyanogenmod.app.BaseLiveLockManagerService$1: boolean unregisterChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) -com.google.android.material.R$styleable: int[] CompoundButton -androidx.preference.R$id: int accessibility_custom_action_12 -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: CaiYunMainlyResult$ForecastDailyBean$WindBeanX() -com.jaredrummler.android.colorpicker.R$styleable: int View_android_focusable -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_android_baselineAligned -com.google.android.material.circularreveal.CircularRevealFrameLayout -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setFeelsLike(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean) -androidx.core.app.RemoteActionCompat: RemoteActionCompat() -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.internal.util.ErrorMode errorMode -androidx.constraintlayout.utils.widget.ImageFilterButton: void setContrast(float) -okio.Buffer: java.lang.String readString(long,java.nio.charset.Charset) -cyanogenmod.app.suggest.AppSuggestManager: boolean DEBUG -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: int val$x -wangdaye.com.geometricweather.R$styleable: int StateListDrawable_android_variablePadding -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: long serialVersionUID -io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: void onComplete() -com.google.android.material.R$layout: int design_text_input_start_icon -cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks: boolean requestDismissAndStartActivity(android.content.Intent) -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver INNER_DISPOSED -wangdaye.com.geometricweather.R$dimen: int design_navigation_separator_vertical_padding -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_waveOffset -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeRainPrecipitation(java.lang.Float) -wangdaye.com.geometricweather.R$id: int dialog_adaptive_icon_container -androidx.legacy.coreutils.R$id: int info -androidx.appcompat.R$attr: int textAppearanceSearchResultSubtitle -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: boolean isDaylight() -org.greenrobot.greendao.identityscope.IdentityScopeType: org.greenrobot.greendao.identityscope.IdentityScopeType[] values() -com.google.android.material.R$attr: int colorBackgroundFloating -com.google.android.material.R$style: int Base_Widget_AppCompat_SearchView_ActionBar -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_seekBarStyle -cyanogenmod.hardware.ICMHardwareService: boolean get(int) -androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: boolean hasPermissions(android.content.Context) -com.google.android.material.R$attr: int splitTrack -androidx.viewpager.widget.ViewPager: int getClientWidth() -cyanogenmod.platform.Manifest$permission: java.lang.String WRITE_SECURE_SETTINGS -okhttp3.internal.http2.Hpack$Writer: Hpack$Writer(okio.Buffer) -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: wangdaye.com.geometricweather.db.converters.WindDegreeConverter windDegreeConverter -retrofit2.KotlinExtensions$suspendAndThrow$1 -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: long serialVersionUID -android.didikee.donate.R$styleable: int AppCompatTextView_drawableStartCompat -wangdaye.com.geometricweather.R$string: int key_language -okhttp3.internal.cache2.Relay: void writeHeader(okio.ByteString,long,long) -com.google.android.material.R$id: int postLayout -androidx.coordinatorlayout.R$styleable: int ColorStateListItem_android_alpha -androidx.constraintlayout.widget.R$styleable: int FontFamily_fontProviderQuery -com.google.android.material.R$dimen: int mtrl_calendar_action_padding -retrofit2.BuiltInConverters$ToStringConverter: java.lang.String convert(java.lang.Object) -wangdaye.com.geometricweather.db.entities.DaoMaster: org.greenrobot.greendao.AbstractDaoSession newSession(org.greenrobot.greendao.identityscope.IdentityScopeType) -androidx.hilt.lifecycle.R$dimen: int compat_control_corner_material -wangdaye.com.geometricweather.R$styleable: int Preference_iconSpaceReserved -androidx.constraintlayout.utils.widget.ImageFilterButton: void setCrossfade(float) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TabLayout -android.didikee.donate.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner -com.google.android.material.R$attr: int listPreferredItemHeight -retrofit2.RequestFactory: RequestFactory(retrofit2.RequestFactory$Builder) -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_3_30 -com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog -cyanogenmod.app.CustomTile$Builder: CustomTile$Builder(android.content.Context) -okio.Pipe -androidx.swiperefreshlayout.R$style: int TextAppearance_Compat_Notification_Title -wangdaye.com.geometricweather.R$dimen: int clock_face_margin_start -wangdaye.com.geometricweather.main.MainActivityViewModel$Status: wangdaye.com.geometricweather.main.MainActivityViewModel$Status INITIALIZING -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Body1 -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void setDisposable(io.reactivex.disposables.Disposable) -androidx.appcompat.R$styleable: int ActionBar_progressBarStyle -wangdaye.com.geometricweather.R$attr: int layoutDuringTransition -james.adaptiveicon.R$styleable: int AlertDialog_buttonIconDimen -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setHideMotionSpecResource(int) -com.xw.repo.bubbleseekbar.R$drawable: int notification_bg_normal -androidx.appcompat.R$dimen: int abc_control_inset_material -androidx.appcompat.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize -okhttp3.CacheControl: okhttp3.CacheControl FORCE_CACHE -cyanogenmod.externalviews.ExternalView$7: void run() -androidx.fragment.R$dimen -io.reactivex.internal.operators.observable.ObservableGroupBy$State: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: void setTo(java.lang.String) -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Object getKey(java.lang.Object) -okio.AsyncTimeout$2: long read(okio.Buffer,long) -cyanogenmod.externalviews.KeyguardExternalView: void onAttachedToWindow() -com.google.android.material.R$styleable: int Layout_layout_constraintDimensionRatio -com.google.android.material.card.MaterialCardView: float getCardViewRadius() -com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_selector_background_transition_holo_light -okio.Timeout$1: okio.Timeout deadlineNanoTime(long) -androidx.customview.R$integer -com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_android_fontWeight -androidx.recyclerview.R$id: int accessibility_custom_action_31 -androidx.preference.R$layout: int select_dialog_singlechoice_material -com.google.android.material.R$style: int Widget_AppCompat_Light_ListPopupWindow -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text -wangdaye.com.geometricweather.R$interpolator: R$interpolator() -com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_horizontalDivider -com.bumptech.glide.integration.okhttp.R$dimen: int notification_top_pad -wangdaye.com.geometricweather.R$color: int mtrl_on_primary_text_btn_text_color_selector -com.google.android.material.appbar.AppBarLayout: android.graphics.drawable.Drawable getStatusBarForeground() -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int FAIR_NIGHT -com.google.gson.JsonSyntaxException: long serialVersionUID -james.adaptiveicon.R$attr: int textAppearancePopupMenuHeader -com.turingtechnologies.materialscrollbar.R$attr: int strokeWidth -androidx.hilt.R$id: int accessibility_custom_action_14 -android.didikee.donate.R$style: int TextAppearance_AppCompat_Button -androidx.recyclerview.R$layout: int notification_action_tombstone -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: void setValue(java.util.List) -wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService -wangdaye.com.geometricweather.R$attr: int textAppearanceHeadline5 -android.didikee.donate.R$dimen: int abc_text_size_body_2_material -wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_scaleX -io.reactivex.internal.util.EmptyComponent: io.reactivex.internal.util.EmptyComponent[] values() -james.adaptiveicon.R$styleable: int Toolbar_contentInsetStart -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_RatingBar_Small -com.turingtechnologies.materialscrollbar.R$style: int Base_V28_Theme_AppCompat_Light -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorButtonNormal -james.adaptiveicon.R$id: int search_bar -androidx.constraintlayout.widget.VirtualLayout -okhttp3.internal.http.RetryAndFollowUpInterceptor: int retryAfter(okhttp3.Response,int) -io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: io.reactivex.Observer downstream -cyanogenmod.app.CustomTile: android.app.PendingIntent deleteIntent -cyanogenmod.profiles.BrightnessSettings: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$attr: int ratingBarStyleIndicator -com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_default_mtrl_shape -androidx.preference.R$attr: int textAppearanceListItem -wangdaye.com.geometricweather.R$dimen: int abc_text_size_display_3_material -io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.R$styleable: int ThemeEnforcement_android_textAppearance -okio.AsyncTimeout: long timeoutAt -org.greenrobot.greendao.AbstractDao: void detachAll() -io.reactivex.Observable: io.reactivex.Observable sample(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -androidx.constraintlayout.widget.R$drawable: int abc_text_select_handle_middle_mtrl_light -james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_drawableEnd -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: io.reactivex.disposables.CompositeDisposable set -okhttp3.HttpUrl: java.lang.String encodedPath() -retrofit2.KotlinExtensions$suspendAndThrow$1: java.lang.Object L$0 -android.support.v4.app.INotificationSideChannel$Stub: int TRANSACTION_cancelAll -wangdaye.com.geometricweather.R$styleable: int Motion_transitionEasing -retrofit2.OkHttpCall$1: void callFailure(java.lang.Throwable) -wangdaye.com.geometricweather.R$styleable: int AppBarLayout_liftOnScrollTargetViewId -androidx.drawerlayout.R$dimen: int notification_right_side_padding_top -androidx.preference.R$styleable: int AppCompatTheme_actionModeFindDrawable -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow -com.google.android.material.R$attr: int layout_scrollInterpolator -androidx.swiperefreshlayout.R$id: int normal -androidx.lifecycle.LiveData: void considerNotify(androidx.lifecycle.LiveData$ObserverWrapper) -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_MinWidth -io.reactivex.internal.schedulers.ScheduledRunnable: java.lang.Object call() -wangdaye.com.geometricweather.R$id: int widget_day_week_temp_1 -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_alpha -okhttp3.internal.http2.Hpack$Reader: okio.ByteString getName(int) -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_SearchView -wangdaye.com.geometricweather.db.entities.LocationEntity: void setDistrict(java.lang.String) -com.google.android.material.R$attr: int pressedTranslationZ -wangdaye.com.geometricweather.db.entities.LocationEntityDao: boolean isEntityUpdateable() -androidx.hilt.work.R$drawable: int notify_panel_notification_icon_bg -android.didikee.donate.R$dimen: int notification_large_icon_width -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder retryOnConnectionFailure(boolean) -io.reactivex.internal.subscribers.StrictSubscriber: void onNext(java.lang.Object) -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addPathSegment(java.lang.String) -android.didikee.donate.R$string -okhttp3.internal.http1.Http1Codec$AbstractSource -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.internal.util.ErrorMode errorMode -okhttp3.internal.cache.DiskLruCache$Editor$1 -androidx.hilt.R$id: int fragment_container_view_tag -wangdaye.com.geometricweather.R$array: int precipitation_units -wangdaye.com.geometricweather.db.entities.DailyEntity: float getHoursOfSun() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle -io.reactivex.internal.util.EmptyComponent: io.reactivex.internal.util.EmptyComponent INSTANCE -androidx.swiperefreshlayout.R$layout: int notification_template_custom_big -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer degreeDayTemperature -com.google.android.material.R$styleable: int TextInputLayout_errorIconTintMode -android.didikee.donate.R$integer: int status_bar_notification_info_maxnum -androidx.appcompat.R$styleable: int ActionBar_itemPadding -com.xw.repo.bubbleseekbar.R$string: int abc_menu_space_shortcut_label -okhttp3.Cache$1: okhttp3.internal.cache.CacheRequest put(okhttp3.Response) -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_25 -com.google.android.material.R$attr: int chainUseRtl -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ActionBar_Surface -wangdaye.com.geometricweather.R$id: int notification_base -wangdaye.com.geometricweather.search.SearchActivity: SearchActivity() -androidx.hilt.lifecycle.R$styleable: int Fragment_android_tag -okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Settings peerSettings -okhttp3.Response: okhttp3.Request request() -androidx.customview.R$attr: int fontProviderQuery -androidx.hilt.R$id: int line3 -com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert -org.greenrobot.greendao.AbstractDao: java.lang.Object loadUnique(android.database.Cursor) -androidx.appcompat.R$id: int activity_chooser_view_content -wangdaye.com.geometricweather.R$drawable: int notif_temp_90 -wangdaye.com.geometricweather.R$color: int lightPrimary_4 -cyanogenmod.hardware.DisplayMode: DisplayMode(int,java.lang.String) -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Menu -androidx.constraintlayout.widget.R$attr: int titleTextColor -androidx.viewpager.widget.ViewPager: void removeOnAdapterChangeListener(androidx.viewpager.widget.ViewPager$OnAdapterChangeListener) -com.xw.repo.bubbleseekbar.R$drawable: int abc_spinner_mtrl_am_alpha -com.bumptech.glide.integration.okhttp.R$id: R$id() -com.google.android.material.textview.MaterialTextView -com.google.android.material.R$styleable: int KeyCycle_waveOffset -cyanogenmod.platform.Manifest$permission: java.lang.String READ_DATAUSAGE -retrofit2.OkHttpCall: okio.Timeout timeout() -androidx.loader.R$attr: int fontProviderPackage -com.google.android.material.appbar.CollapsingToolbarLayout: void setCollapsedTitleTypeface(android.graphics.Typeface) -androidx.constraintlayout.widget.R$attr: int layout_constraintDimensionRatio -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 -wangdaye.com.geometricweather.R$id: int widget_week_icon_4 -androidx.preference.R$style: int Widget_AppCompat_ActionBar_TabBar -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result: MfForecastV2Result() -com.xw.repo.bubbleseekbar.R$anim: int abc_slide_out_bottom -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit[] values() -androidx.hilt.lifecycle.R$id: int blocking -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_startColor -androidx.appcompat.widget.AppCompatImageView: void setSupportBackgroundTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_MaterialComponents_Badge -james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text -retrofit2.ParameterHandler: retrofit2.ParameterHandler array() -androidx.viewpager2.R$dimen: int notification_large_icon_height -com.google.android.material.tabs.TabLayout$TabView: com.google.android.material.tabs.TabLayout$Tab getTab() -com.google.android.material.R$styleable: int MaterialCalendarItem_itemShapeAppearanceOverlay -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getIcePrecipitation() -androidx.constraintlayout.widget.R$attr: int progressBarPadding -androidx.appcompat.R$color: int ripple_material_light -androidx.constraintlayout.widget.R$attr: int fontProviderFetchTimeout -wangdaye.com.geometricweather.R$styleable: int MenuItem_actionLayout -cyanogenmod.providers.CMSettings$Secure: java.lang.String KEYBOARD_BRIGHTNESS -com.google.android.material.R$styleable: int MaterialTextView_lineHeight -com.turingtechnologies.materialscrollbar.R$attr: int expanded -androidx.appcompat.R$styleable: int SwitchCompat_trackTint -retrofit2.ParameterHandler$FieldMap: void apply(retrofit2.RequestBuilder,java.util.Map) -okhttp3.Cache$CacheResponseBody$1: okhttp3.internal.cache.DiskLruCache$Snapshot val$snapshot -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.WindowManager$LayoutParams access$400(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) -androidx.preference.R$styleable: int[] CoordinatorLayout -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_peekHeight -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu -androidx.preference.R$layout: int abc_list_menu_item_layout -wangdaye.com.geometricweather.db.entities.WeatherEntity: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree getWindDegree() -com.turingtechnologies.materialscrollbar.MaterialScrollBar: boolean getHide() -com.google.android.material.R$styleable: int OnSwipe_touchRegionId -androidx.preference.R$styleable: int PreferenceTheme_switchPreferenceCompatStyle -james.adaptiveicon.R$string: int status_bar_notification_info_overflow -com.google.android.material.R$styleable: int SwitchCompat_switchMinWidth -com.google.android.material.R$color: int mtrl_chip_ripple_color -wangdaye.com.geometricweather.R$styleable: int KeyPosition_curveFit -com.google.android.material.bottomnavigation.BottomNavigationItemView: int getItemPosition() -androidx.preference.R$styleable: int AppCompatTheme_dropDownListViewStyle -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter -androidx.preference.R$id: int alertTitle -wangdaye.com.geometricweather.R$id: int bottom -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Direction: AccuDailyResult$DailyForecasts$Night$WindGust$Direction() -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_SeekBar_Discrete -androidx.appcompat.resources.R$color -com.google.android.material.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog -com.google.android.material.R$string: int material_slider_range_end -okhttp3.Address: javax.net.SocketFactory socketFactory() -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float thunderstorm -com.xw.repo.bubbleseekbar.R$attr: int itemPadding -cyanogenmod.hardware.IThermalListenerCallback$Stub: cyanogenmod.hardware.IThermalListenerCallback asInterface(android.os.IBinder) -com.google.android.material.R$styleable: int TextInputLayout_endIconContentDescription -okhttp3.internal.http2.Http2Stream$FramingSource: okhttp3.internal.http2.Http2Stream this$0 -cyanogenmod.weather.RequestInfo: RequestInfo(android.os.Parcel,cyanogenmod.weather.RequestInfo$1) -androidx.fragment.R$attr: int fontProviderFetchTimeout -okhttp3.internal.Internal: java.io.IOException timeoutExit(okhttp3.Call,java.io.IOException) -cyanogenmod.app.IPartnerInterface$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -com.google.android.material.R$style: int Base_MaterialAlertDialog_MaterialComponents_Title_Icon -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_textStyle -androidx.appcompat.resources.R$color: int notification_icon_bg_color -wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayVerticalProvider -androidx.appcompat.R$styleable: int FontFamilyFont_android_fontWeight -cyanogenmod.hardware.IThermalListenerCallback -android.didikee.donate.R$drawable: int notify_panel_notification_icon_bg -wangdaye.com.geometricweather.remoteviews.trend.TrendLinearLayout: TrendLinearLayout(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.R$style: int Widget_MaterialComponents_TextView -wangdaye.com.geometricweather.R$id: int switch_layout -okhttp3.internal.http1.Http1Codec$UnknownLengthSource: void close() -com.google.gson.internal.$Gson$Types$WildcardTypeImpl -wangdaye.com.geometricweather.R$attr: int switchTextOn -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder setPathSegment(int,java.lang.String) -wangdaye.com.geometricweather.R$id: int activity_widget_config_textSizeTitle -android.didikee.donate.R$drawable: int notification_bg_normal_pressed -androidx.appcompat.R$drawable: int abc_btn_radio_to_on_mtrl_000 -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setTextColor(android.content.res.ColorStateList) -com.bumptech.glide.R$styleable: int FontFamilyFont_android_fontVariationSettings -com.google.android.material.R$color: int design_dark_default_color_on_secondary -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_MonthNavigationButton -cyanogenmod.platform.R$xml: R$xml() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Speed: int UnitType -wangdaye.com.geometricweather.R$drawable: int ic_weather -com.google.android.material.R$dimen: int mtrl_btn_hovered_z -io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: void onNext(java.lang.Object) -android.didikee.donate.R$styleable: int AppCompatTheme_textColorSearchUrl -com.xw.repo.bubbleseekbar.R$attr: int switchMinWidth -com.google.android.material.R$attr: int backgroundInsetTop -com.google.android.material.timepicker.ClockHandView: void addOnRotateListener(com.google.android.material.timepicker.ClockHandView$OnRotateListener) -cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onAttach(android.os.IBinder) -com.turingtechnologies.materialscrollbar.R$styleable: int[] ScrimInsetsFrameLayout -com.google.android.material.R$styleable: int ShapeableImageView_shapeAppearance -android.didikee.donate.R$attr: int spinnerDropDownItemStyle -android.didikee.donate.R$styleable: int AppCompatTheme_viewInflaterClass -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarSwipeRefreshLayout: void setOnApplyWindowInsetsListener(android.view.View$OnApplyWindowInsetsListener) -androidx.recyclerview.widget.RecyclerView: void removeOnChildAttachStateChangeListener(androidx.recyclerview.widget.RecyclerView$OnChildAttachStateChangeListener) -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeStyle -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_lc -wangdaye.com.geometricweather.db.entities.LocationEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.LocationEntity,int) -android.support.v4.os.ResultReceiver$1: android.support.v4.os.ResultReceiver[] newArray(int) -cyanogenmod.providers.CMSettings$System: int getIntForUser(android.content.ContentResolver,java.lang.String,int) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeTotalPrecipitationDuration() -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_horizontalBias -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ProgressBar -androidx.constraintlayout.widget.R$styleable: int Transform_android_transformPivotX -io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: void onComplete() -wangdaye.com.geometricweather.R$drawable: int notif_temp_115 -wangdaye.com.geometricweather.R$id: int dialog_location_help_permissionIcon -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean getAqi() -org.greenrobot.greendao.AbstractDao: void saveInTx(java.lang.Object[]) -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_NoActionBar -androidx.coordinatorlayout.R$id: int accessibility_custom_action_3 -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ProgressBar -retrofit2.DefaultCallAdapterFactory$1: java.lang.reflect.Type responseType() -androidx.lifecycle.extensions.R$string -com.jaredrummler.android.colorpicker.R$string: int cpv_transparency -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int IceProbability -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceInformationStyle -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleTextAppearance -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling Ceiling -okhttp3.internal.http2.Http2Connection$4: java.util.List val$requestHeaders -retrofit2.RequestFactory$Builder: boolean gotQuery -androidx.activity.R$styleable: int[] ColorStateListItem -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: io.reactivex.ObservableSource first -com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat_Light -wangdaye.com.geometricweather.R$style: int Widget_Design_BottomNavigationView -androidx.activity.R$styleable: int GradientColor_android_endX -com.jaredrummler.android.colorpicker.R$attr: int min -androidx.constraintlayout.widget.R$styleable: int SearchView_android_maxWidth -james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 -androidx.constraintlayout.widget.R$id: int select_dialog_listview -okhttp3.EventListener$2: EventListener$2(okhttp3.EventListener) -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: int requestFusion(int) -okio.Buffer: void readFrom(java.io.InputStream,long,boolean) -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_TextButton_Icon -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Direction: java.lang.String English -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_summary -james.adaptiveicon.R$styleable: int Toolbar_collapseIcon -com.google.android.material.R$id: int cos -com.google.android.material.R$styleable: int TabLayout_tabMaxWidth -wangdaye.com.geometricweather.R$styleable: int Slider_tickColorInactive -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling: AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling() -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_dividerPadding -wangdaye.com.geometricweather.db.entities.DaoMaster$OpenHelper: DaoMaster$OpenHelper(android.content.Context,java.lang.String,android.database.sqlite.SQLiteDatabase$CursorFactory) -cyanogenmod.profiles.LockSettings: void writeXmlString(java.lang.StringBuilder,android.content.Context) -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_25 -androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat_ActionBar -okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Connection$Listener listener -androidx.appcompat.R$color: int secondary_text_default_material_light -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit getInstance(java.lang.String) -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Object getKey(java.lang.Object) -androidx.constraintlayout.widget.R$style: int Animation_AppCompat_DropDownUp -androidx.constraintlayout.widget.R$attr: int customStringValue -androidx.lifecycle.Lifecycling: boolean isLifecycleParent(java.lang.Class) -james.adaptiveicon.R$anim: int abc_popup_enter -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatImageView_tint -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: ExtendedFloatingActionButton(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getErrorContentDescription() -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown -android.didikee.donate.R$styleable: int ActionBar_hideOnContentScroll -cyanogenmod.externalviews.KeyguardExternalViewProviderService$1: KeyguardExternalViewProviderService$1(cyanogenmod.externalviews.KeyguardExternalViewProviderService) -com.google.android.material.R$styleable: int ConstraintSet_android_layout_marginLeft -wangdaye.com.geometricweather.R$anim: int btn_radio_to_on_mtrl_dot_group_animation -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: int limit -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode -wangdaye.com.geometricweather.R$string: int tag_aqi -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_scaleX -com.xw.repo.bubbleseekbar.R$attr: int buttonBarPositiveButtonStyle -androidx.lifecycle.ViewModelProvider: ViewModelProvider(androidx.lifecycle.ViewModelStoreOwner,androidx.lifecycle.ViewModelProvider$Factory) -james.adaptiveicon.R$dimen: int abc_text_size_menu_material -wangdaye.com.geometricweather.R$attr: int text -wangdaye.com.geometricweather.R$styleable: int[] View -androidx.transition.R$id: int chronometer -com.google.android.material.R$color: int mtrl_card_view_ripple -com.xw.repo.bubbleseekbar.R$styleable: int ColorStateListItem_android_alpha -wangdaye.com.geometricweather.R$dimen: int design_snackbar_min_width -androidx.appcompat.R$attr: int dialogPreferredPadding -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum Maximum -androidx.recyclerview.R$layout: int notification_template_icon_group -com.jaredrummler.android.colorpicker.R$attr: int buttonTint -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver: ObservableMergeWithCompletable$MergeWithObserver$OtherObserver(io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver) -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: io.reactivex.Observer downstream -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: void onNext(java.lang.Object) -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean setDisplayGammaCalibration(int,int[]) -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_BottomAppBar_Surface -androidx.dynamicanimation.R$dimen: int compat_notification_large_icon_max_height -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_firstVerticalStyle -androidx.lifecycle.extensions.R$id: int dialog_button -com.jaredrummler.android.colorpicker.R$string: int abc_toolbar_collapse_description -androidx.lifecycle.LifecycleService: androidx.lifecycle.ServiceLifecycleDispatcher mDispatcher -androidx.customview.R$drawable: int notification_tile_bg -androidx.loader.R$dimen: int notification_content_margin_start -com.google.android.material.R$styleable: int OnSwipe_moveWhenScrollAtTop -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay TAG_AIR_QUALITY -androidx.drawerlayout.R$id: int tag_unhandled_key_event_manager -cyanogenmod.externalviews.KeyguardExternalView$11: void run() -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void request(long) -com.google.android.material.R$id: int center -com.google.android.material.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common -cyanogenmod.themes.ThemeChangeRequest: long mWallpaperId -androidx.drawerlayout.R$styleable: int GradientColor_android_endY -okhttp3.Connection: okhttp3.Route route() -com.google.android.material.bottomsheet.BottomSheetBehavior: BottomSheetBehavior() -androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerView$LayoutManager getLayoutManager() -androidx.appcompat.R$style: int TextAppearance_AppCompat_Caption -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1 -androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_typeface -okhttp3.internal.cache.DiskLruCache: okhttp3.internal.cache.DiskLruCache create(okhttp3.internal.io.FileSystem,java.io.File,int,int,long) -wangdaye.com.geometricweather.R$attr: int bottomSheetStyle -androidx.recyclerview.R$styleable: int RecyclerView_stackFromEnd -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu -com.google.android.material.R$attr: int behavior_draggable -wangdaye.com.geometricweather.db.entities.LocationEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) -com.turingtechnologies.materialscrollbar.R$attr: int alertDialogCenterButtons -androidx.appcompat.view.menu.ListMenuItemView: ListMenuItemView(android.content.Context,android.util.AttributeSet,int) -androidx.preference.R$styleable: int PreferenceTheme_preferenceCategoryStyle -com.turingtechnologies.materialscrollbar.R$attr: int scrimAnimationDuration -androidx.appcompat.widget.AppCompatImageButton: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Rain: double Value -io.reactivex.Observable: io.reactivex.Observable concatMapIterable(io.reactivex.functions.Function,int) -okhttp3.HttpUrl: java.util.List pathSegments() -okhttp3.internal.http2.Http2Connection$2: okhttp3.internal.http2.Http2Connection this$0 -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property Id -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Large -androidx.lifecycle.extensions.R$attr: int ttcIndex -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: float getDensity(float) -com.google.android.material.R$attr: int layout_constraintStart_toStartOf -com.google.android.material.R$styleable: int[] Transition -wangdaye.com.geometricweather.R$attr: int bottom_text_color -com.turingtechnologies.materialscrollbar.R$style: int Animation_AppCompat_DropDownUp -wangdaye.com.geometricweather.R$id: int shortcut -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeTotalPrecipitation() -android.didikee.donate.R$styleable: int[] MenuItem -androidx.constraintlayout.widget.R$styleable: int MenuItem_numericModifiers -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setIconSize(int) -wangdaye.com.geometricweather.common.basic.models.weather.Base: java.lang.String getCityId() -androidx.preference.R$styleable: int Toolbar_titleMargin -james.adaptiveicon.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha -android.didikee.donate.R$id: int topPanel -androidx.hilt.lifecycle.R$styleable: int GradientColor_android_startY -com.google.android.material.R$attr: int hintTextColor -cyanogenmod.weatherservice.ServiceRequest: void complete(cyanogenmod.weatherservice.ServiceRequestResult) -com.bumptech.glide.integration.okhttp.R$id: int tag_unhandled_key_listeners -com.turingtechnologies.materialscrollbar.R$color: int cardview_shadow_end_color -okhttp3.CacheControl: boolean isPrivate -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeCopyDrawable -androidx.legacy.coreutils.R$dimen: int notification_action_icon_size -androidx.drawerlayout.R$layout: int notification_template_icon_group -com.google.gson.stream.JsonReader: int lineNumber -com.bumptech.glide.load.resource.gif.GifFrameLoader -wangdaye.com.geometricweather.R$id: int right -wangdaye.com.geometricweather.R$id: int clip_horizontal -android.didikee.donate.R$drawable: int abc_btn_borderless_material -androidx.appcompat.widget.AppCompatTextView: int getLastBaselineToBottomHeight() -androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type CENTER_X -wangdaye.com.geometricweather.R$styleable: int MaterialButton_cornerRadius -okio.RealBufferedSink: okio.BufferedSink writeIntLe(int) -cyanogenmod.profiles.RingModeSettings -com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_fixed_width_minor -io.reactivex.Observable: io.reactivex.Observable zipIterable(java.lang.Iterable,io.reactivex.functions.Function,boolean,int) -okhttp3.CacheControl: boolean isPublic() -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_DropDownItem_Spinner -cyanogenmod.app.ProfileManager: boolean notificationGroupExists(java.lang.String) -androidx.drawerlayout.R$drawable: int notification_bg_low_pressed -wangdaye.com.geometricweather.R$id: int item_about_translator_subtitle -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void trimHead() -androidx.coordinatorlayout.R$id: int left -com.jaredrummler.android.colorpicker.R$attr: int background -org.greenrobot.greendao.AbstractDao: java.lang.String[] getAllColumns() -com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawableItem_android_drawable -wangdaye.com.geometricweather.R$layout: int preference_widget_checkbox -okio.RealBufferedSource: java.lang.String readUtf8LineStrict(long) -wangdaye.com.geometricweather.R$attr: int orderingFromXml -io.reactivex.internal.subscriptions.SubscriptionHelper: io.reactivex.internal.subscriptions.SubscriptionHelper valueOf(java.lang.String) -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_small_material -android.didikee.donate.R$string: int search_menu_title -cyanogenmod.themes.IThemeService$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceFragmentListStyle -okhttp3.internal.Util: java.util.TimeZone UTC -com.google.android.material.R$styleable: int ThemeEnforcement_android_textAppearance -okhttp3.internal.http2.Http2Codec: okhttp3.Response$Builder readResponseHeaders(boolean) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_ratingBarStyle -androidx.constraintlayout.widget.R$styleable: int Constraint_transitionPathRotate -com.jaredrummler.android.colorpicker.R$attr: int thumbTint -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Metric: int UnitType -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: void setZh_TW(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int CardView_contentPadding -androidx.lifecycle.extensions.R$style: int TextAppearance_Compat_Notification_Title -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listDividerAlertDialog -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust: AccuDailyResult$DailyForecasts$Night$WindGust() -androidx.lifecycle.extensions.R$anim: R$anim() -wangdaye.com.geometricweather.background.service.TileService -androidx.appcompat.R$dimen: int abc_progress_bar_height_material -com.jaredrummler.android.colorpicker.R$attr: int logoDescription -com.google.android.material.textfield.TextInputLayout: void setPrefixText(java.lang.CharSequence) -com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_action_inline_max_width -okhttp3.HttpUrl: java.util.List queryNamesAndValues -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: WeatherEntityDao(org.greenrobot.greendao.internal.DaoConfig) -androidx.viewpager2.R$styleable: int GradientColor_android_gradientRadius -com.xw.repo.bubbleseekbar.R$attr: int textAppearancePopupMenuHeader -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight_NoActionBar -androidx.constraintlayout.widget.R$attr: int paddingTopNoTitle -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.ChineseCityEntity) -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeDegreeDayTemperature(java.lang.Integer) -cyanogenmod.weather.IRequestInfoListener$Stub: int TRANSACTION_onWeatherRequestCompleted -wangdaye.com.geometricweather.R$xml: int widget_day_week -io.reactivex.internal.util.ErrorMode: io.reactivex.internal.util.ErrorMode IMMEDIATE -androidx.preference.R$styleable: int GradientColor_android_endColor -james.adaptiveicon.R$id: int search_voice_btn -okhttp3.HttpUrl: java.lang.String FORM_ENCODE_SET -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarWidgetTheme -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: void setNames(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX) -com.google.android.material.R$color: int foreground_material_light -io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: boolean won -com.turingtechnologies.materialscrollbar.R$dimen: int item_touch_helper_max_drag_scroll_per_frame -com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge -cyanogenmod.weatherservice.WeatherProviderService: java.lang.String SERVICE_INTERFACE -wangdaye.com.geometricweather.R$id: int edit_query -com.turingtechnologies.materialscrollbar.R$styleable: int FlowLayout_itemSpacing -com.google.android.material.R$drawable: int ic_mtrl_chip_checked_circle -com.google.android.material.R$styleable: int[] State -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilityRain: java.lang.Integer proba3H -wangdaye.com.geometricweather.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset -cyanogenmod.weatherservice.ServiceRequestResult$1: java.lang.Object createFromParcel(android.os.Parcel) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: void setCaiyun(java.lang.String) -com.google.android.material.R$layout: int text_view_with_line_height_from_appearance -androidx.appcompat.widget.AppCompatAutoCompleteTextView: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) -okio.ByteString: int hashCode() -com.google.android.material.R$animator: int linear_indeterminate_line1_tail_interpolator -androidx.viewpager2.R$id: int accessibility_custom_action_21 -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: long serialVersionUID -androidx.preference.R$color: int material_grey_300 -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -androidx.constraintlayout.widget.R$dimen: int tooltip_precise_anchor_threshold -okhttp3.MediaType: java.nio.charset.Charset charset(java.nio.charset.Charset) -cyanogenmod.weatherservice.ServiceRequestResult$Builder: ServiceRequestResult$Builder(cyanogenmod.weather.WeatherInfo) -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight_Dialog_Alert -wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_rotationY -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_mini_xml -com.turingtechnologies.materialscrollbar.R$attr: int singleLine -wangdaye.com.geometricweather.R$drawable: int abc_scrubber_primary_mtrl_alpha -androidx.appcompat.R$attr: int logoDescription -wangdaye.com.geometricweather.R$dimen: int material_font_1_3_box_collapsed_padding_top -retrofit2.RequestBuilder: void addPathParam(java.lang.String,java.lang.String,boolean) -com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_barLength -james.adaptiveicon.AdaptiveIconView: james.adaptiveicon.AdaptiveIcon getIcon() -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getRealFeelShaderTemperature() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeRainPrecipitationProbability -cyanogenmod.hardware.CMHardwareManager: boolean set(int,boolean) -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void onSubscribe(io.reactivex.disposables.Disposable) -james.adaptiveicon.R$color: int bright_foreground_disabled_material_light -androidx.swiperefreshlayout.R$attr: int fontWeight -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation: double qty6H -wangdaye.com.geometricweather.R$animator: int weather_hail_3 -retrofit2.Retrofit: retrofit2.Converter nextResponseBodyConverter(retrofit2.Converter$Factory,java.lang.reflect.Type,java.lang.annotation.Annotation[]) -android.didikee.donate.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle -wangdaye.com.geometricweather.R$string: int mtrl_picker_range_header_selected -com.xw.repo.bubbleseekbar.R$layout: int abc_screen_content_include -cyanogenmod.weatherservice.ServiceRequestResult: boolean equals(java.lang.Object) -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex inTwoDays -cyanogenmod.app.IPartnerInterface$Stub$Proxy: void setMobileDataEnabled(boolean) -com.google.android.material.R$attr: int materialAlertDialogTheme -com.google.android.material.R$attr: int strokeColor -wangdaye.com.geometricweather.R$drawable: int btn_checkbox_checked_mtrl -androidx.hilt.lifecycle.R$attr: int fontProviderFetchTimeout -wangdaye.com.geometricweather.R$string: int mini_temp -wangdaye.com.geometricweather.db.entities.LocationEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.LocationEntity) -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: int hasSeaBulletin -androidx.constraintlayout.widget.R$id: int easeInOut -com.google.android.material.R$attr: int progressIndicatorStyle -okhttp3.OkHttpClient$Builder: java.util.List interceptors -wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_yearStyle -io.reactivex.internal.observers.LambdaObserver: void dispose() -com.google.android.material.R$styleable: int FontFamily_fontProviderCerts -wangdaye.com.geometricweather.R$layout: int mtrl_alert_select_dialog_multichoice -io.reactivex.Observable: io.reactivex.Observable merge(java.lang.Iterable,int) -com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource valueOf(java.lang.String) -com.google.android.material.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_59 -androidx.activity.R$drawable: int notification_action_background -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA -com.xw.repo.bubbleseekbar.R$id: int right -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_fab_translation_z_hovered_focused -james.adaptiveicon.R$attr: int textAppearanceListItemSecondary -androidx.hilt.work.R$styleable: int ColorStateListItem_alpha -com.google.android.material.R$styleable: int TextAppearance_android_textSize -wangdaye.com.geometricweather.R$style: int Theme_Design_Light -com.google.android.material.R$style: int Widget_MaterialComponents_CompoundButton_RadioButton -com.google.android.material.R$styleable: int Chip_android_textColor -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_2 -wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_sunText -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken[] $VALUES -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_TextInputLayout -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow: java.lang.Float cumul3H -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: wangdaye.com.geometricweather.db.entities.HistoryEntity readEntity(android.database.Cursor,int) -androidx.coordinatorlayout.R$dimen: int compat_button_padding_vertical_material -androidx.appcompat.R$color: int switch_thumb_disabled_material_dark -androidx.transition.R$dimen: int compat_button_inset_horizontal_material -androidx.hilt.lifecycle.R$id: int tag_accessibility_actions -wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar: void setBackgroundColor(int) -cyanogenmod.app.Profile: java.util.UUID[] getSecondaryUuids() -wangdaye.com.geometricweather.common.basic.models.weather.Alert: int getPriority() -com.google.android.material.textfield.TextInputLayout: com.google.android.material.internal.CheckableImageButton getEndIconView() -androidx.preference.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary -okhttp3.logging.HttpLoggingInterceptor: okhttp3.logging.HttpLoggingInterceptor setLevel(okhttp3.logging.HttpLoggingInterceptor$Level) -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: io.reactivex.internal.queue.SpscArrayQueue queue -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: java.lang.String hour -androidx.constraintlayout.widget.R$attr: int actionModeFindDrawable -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeCloseDrawable -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric: int UnitType -org.greenrobot.greendao.AbstractDaoSession: java.lang.Object load(java.lang.Class,java.lang.Object) -com.google.android.material.R$style: int TextAppearance_AppCompat_Large_Inverse -cyanogenmod.os.Build: java.lang.String getNameForSDKInt(int) -androidx.preference.R$color: int abc_hint_foreground_material_light -androidx.lifecycle.ViewModel: java.util.Map mBagOfTags -cyanogenmod.hardware.CMHardwareManager: int FEATURE_DISPLAY_COLOR_CALIBRATION -wangdaye.com.geometricweather.R$attr: int fontProviderFetchStrategy -com.google.android.material.R$string: int material_timepicker_hour -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Button_Small -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Metric -retrofit2.CallAdapter$Factory -io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: void onSubscribe(io.reactivex.disposables.Disposable) -okio.BufferedSource: long indexOf(okio.ByteString) -com.google.android.material.appbar.CollapsingToolbarLayout: int getExpandedTitleMarginTop() -androidx.constraintlayout.widget.R$attr: int onCross -com.turingtechnologies.materialscrollbar.R$integer -androidx.lifecycle.extensions.R$color: int ripple_material_light -com.google.android.material.circularreveal.CircularRevealRelativeLayout: CircularRevealRelativeLayout(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$id: int material_timepicker_view -com.google.android.material.R$attr: int waveDecay -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: io.reactivex.internal.queue.MpscLinkedQueue queue -wangdaye.com.geometricweather.common.basic.models.weather.Alert: int priority -androidx.preference.R$style: int Widget_Compat_NotificationActionText -io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: java.lang.Object index() -com.google.android.material.card.MaterialCardView: void setCheckedIconMargin(int) -com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_android_layout -android.didikee.donate.R$attr: int listPopupWindowStyle -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert -wangdaye.com.geometricweather.R$dimen: int mtrl_alert_dialog_picker_background_inset -com.turingtechnologies.materialscrollbar.R$attr: int barLength -com.google.android.material.R$dimen: int mtrl_calendar_content_padding -cyanogenmod.themes.ThemeManager: cyanogenmod.themes.IThemeService sService -androidx.lifecycle.SavedStateHandle: java.lang.String KEYS -androidx.legacy.coreutils.R$drawable: int notification_bg_normal -com.google.android.material.textfield.TextInputLayout: int getBoxStrokeWidthFocused() -androidx.lifecycle.LiveData: void setValue(java.lang.Object) -androidx.preference.R$id: int recycler_view -android.didikee.donate.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable -com.github.rahatarmanahmed.cpv.R$bool: int cpv_default_anim_autostart -androidx.coordinatorlayout.R$dimen: R$dimen() -com.github.rahatarmanahmed.cpv.BuildConfig: java.lang.String BUILD_TYPE -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Small_Inverse -androidx.constraintlayout.helper.widget.Flow: void setWrapMode(int) -android.didikee.donate.R$styleable: int AppCompatTextView_autoSizeMinTextSize -wangdaye.com.geometricweather.R$drawable: int notif_temp_59 -retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: void onNext(retrofit2.Response) -androidx.preference.R$styleable: int AppCompatTheme_android_windowIsFloating -james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat_ActionBar -androidx.appcompat.R$attr: int actionOverflowButtonStyle -com.google.android.material.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog -androidx.vectordrawable.animated.R$attr: int fontProviderPackage -wangdaye.com.geometricweather.R$attr: int hideOnContentScroll -okhttp3.ConnectionSpec: java.lang.String[] tlsVersions -james.adaptiveicon.R$layout: int abc_popup_menu_item_layout -androidx.appcompat.R$styleable: int AppCompatTheme_textColorSearchUrl -io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver -okio.Buffer: okio.Buffer$UnsafeCursor readUnsafe(okio.Buffer$UnsafeCursor) -com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getTickInactiveTintList() -wangdaye.com.geometricweather.remoteviews.config.Hilt_WeekWidgetConfigActivity -okhttp3.internal.tls.DistinguishedNameParser: java.lang.String dn -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getTrendTemperature(android.content.Context,java.lang.Integer,java.lang.Integer,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) -androidx.activity.R$drawable: int notification_template_icon_low_bg -com.google.android.material.R$attr: int textAppearanceOverline -androidx.appcompat.R$styleable: int ColorStateListItem_alpha -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void dispose() -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: io.reactivex.internal.fuseable.SimpleQueue queue -cyanogenmod.weather.ICMWeatherManager -com.google.android.material.R$drawable: int material_ic_keyboard_arrow_next_black_24dp -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_viewInflaterClass -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: java.util.Date getFrom() -androidx.appcompat.widget.AppCompatImageView: android.graphics.PorterDuff$Mode getSupportImageTintMode() -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: java.lang.Object poll() -androidx.viewpager2.R$dimen: int fastscroll_default_thickness -com.xw.repo.bubbleseekbar.R$attr: int listChoiceBackgroundIndicator -okhttp3.OkHttpClient$1: boolean equalsNonHost(okhttp3.Address,okhttp3.Address) -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: long requested() -com.google.android.material.R$dimen: int mtrl_progress_indicator_full_rounded_corner_radius -com.google.android.material.chip.ChipGroup: void setChipSpacing(int) -com.google.android.material.internal.ParcelableSparseArray -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int ISOLATED_THUNDERSTORMS -retrofit2.ParameterHandler$Path: ParameterHandler$Path(java.lang.reflect.Method,int,java.lang.String,retrofit2.Converter,boolean) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarTabTextStyle -androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type[] values() -androidx.appcompat.widget.AppCompatButton: AppCompatButton(android.content.Context,android.util.AttributeSet,int) -com.turingtechnologies.materialscrollbar.R$attr: int actionModeStyle -okhttp3.MultipartBody: int size() -io.reactivex.Observable: io.reactivex.Observable buffer(io.reactivex.ObservableSource,int) -cyanogenmod.providers.CMSettings$NameValueCache: android.content.IContentProvider mContentProvider -androidx.fragment.R$styleable: int FontFamily_fontProviderCerts -cyanogenmod.providers.CMSettings$Global: float getFloatForUser(android.content.ContentResolver,java.lang.String,int) -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_minHeight -wangdaye.com.geometricweather.R$layout: int preference_dialog_edittext -androidx.appcompat.R$id: int forever -androidx.preference.R$styleable: int AppCompatTextHelper_android_drawableTop -com.jaredrummler.android.colorpicker.R$dimen: int cpv_item_size -io.reactivex.Observable: io.reactivex.Observable buffer(int) -androidx.constraintlayout.widget.R$id: int tag_unhandled_key_listeners -android.didikee.donate.R$style: int TextAppearance_AppCompat_Body2 -androidx.vectordrawable.animated.R$dimen: int notification_top_pad -wangdaye.com.geometricweather.R$attr: int collapseIcon -androidx.constraintlayout.widget.R$string: int abc_menu_sym_shortcut_label -wangdaye.com.geometricweather.R$style: int TextAppearance_Compat_Notification_Time -androidx.preference.R$styleable: int MenuItem_android_id -com.google.android.material.R$attr: int maxImageSize -com.google.android.material.R$id: int ignoreRequest -androidx.preference.R$string: int summary_collapsed_preference_list -james.adaptiveicon.R$color: int bright_foreground_inverse_material_light -androidx.room.RoomDatabase$JournalMode: androidx.room.RoomDatabase$JournalMode AUTOMATIC -com.google.android.material.R$integer: int mtrl_calendar_header_orientation -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintCircleRadius -wangdaye.com.geometricweather.R$drawable: int weather_hail_pixel -com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleMarginTop(int) -androidx.constraintlayout.widget.R$attr: int singleChoiceItemLayout -com.jaredrummler.android.colorpicker.R$dimen: int fastscroll_margin -androidx.constraintlayout.widget.R$color: int material_deep_teal_200 -androidx.preference.R$styleable: int CoordinatorLayout_Layout_layout_keyline -com.google.android.material.R$styleable: int TextInputLayout_prefixTextColor -retrofit2.Platform: retrofit2.Platform PLATFORM -com.jaredrummler.android.colorpicker.R$attr: int buttonBarButtonStyle -androidx.appcompat.R$dimen: int notification_small_icon_background_padding -wangdaye.com.geometricweather.R$string: int today -wangdaye.com.geometricweather.R$color: int lightPrimary_3 -androidx.preference.R$id: int multiply -wangdaye.com.geometricweather.R$styleable: int[] KeyTrigger -com.google.android.material.R$attr: int fabSize -retrofit2.RequestFactory$Builder: boolean gotPath -com.google.android.material.R$style: int Base_V21_Theme_AppCompat_Dialog -androidx.preference.R$styleable: int MenuItem_android_visible -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getAbbreviation(android.content.Context) -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: boolean isPrecipitation() -com.jaredrummler.android.colorpicker.R$attr: int layout_keyline -com.google.android.material.R$color: int notification_action_color_filter -wangdaye.com.geometricweather.R$styleable: int Chip_checkedIconVisible -androidx.customview.R$string -cyanogenmod.app.ProfileManager: cyanogenmod.app.IProfileManager getService() -androidx.constraintlayout.helper.widget.Flow: void setHorizontalBias(float) -androidx.hilt.lifecycle.R$id -com.google.android.material.R$attr: int textAppearanceHeadline1 -com.google.android.material.R$dimen: int disabled_alpha_material_light -james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_drawableLeft -androidx.constraintlayout.widget.R$attr: int arcMode -android.didikee.donate.R$id: int actions -wangdaye.com.geometricweather.R$id: int search_bar -com.google.android.material.R$id: int square -wangdaye.com.geometricweather.R$drawable: int weather_snow -androidx.preference.R$style: int Base_Widget_AppCompat_ActionButton_Overflow -androidx.lifecycle.Transformations: androidx.lifecycle.LiveData distinctUntilChanged(androidx.lifecycle.LiveData) -com.google.android.material.R$id: int tag_transition_group -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Metric: int UnitType -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemHeight -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_CompoundButton_Switch -com.google.android.material.R$anim: int btn_radio_to_on_mtrl_dot_group_animation -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String getHeadDescription() -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_hide_bubble -wangdaye.com.geometricweather.R$drawable: int notif_temp_29 -cyanogenmod.app.CMStatusBarManager: void publishTileAsUser(java.lang.String,int,cyanogenmod.app.CustomTile,android.os.UserHandle) -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String STYLE_URI -com.jaredrummler.android.colorpicker.R$color: int abc_primary_text_material_light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean() -androidx.drawerlayout.widget.DrawerLayout$SavedState -androidx.dynamicanimation.R$styleable: int GradientColor_android_startY -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial: int UnitType -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionBar_Solid -com.google.android.material.tabs.TabLayout -wangdaye.com.geometricweather.background.receiver.MainReceiver -com.turingtechnologies.materialscrollbar.R$style: int Base_AlertDialog_AppCompat_Light -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_translationZ -androidx.vectordrawable.R$drawable: int notification_bg_normal -wangdaye.com.geometricweather.R$drawable: int weather_wind_pixel -wangdaye.com.geometricweather.R$styleable: int[] MaterialToolbar -androidx.vectordrawable.R$id: int accessibility_custom_action_5 -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_helperTextEnabled -androidx.constraintlayout.widget.Constraints: androidx.constraintlayout.widget.ConstraintSet getConstraintSet() -com.jaredrummler.android.colorpicker.R$styleable: int ColorPickerView_cpv_alphaChannelText -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown -cyanogenmod.themes.ThemeManager$1: void onProgress(int) -io.reactivex.internal.subscriptions.SubscriptionHelper -wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: void setColor(boolean) -wangdaye.com.geometricweather.R$dimen: int abc_config_prefDialogWidth -wangdaye.com.geometricweather.R$id: int homeAsUp -cyanogenmod.app.CustomTile$ExpandedStyle: android.widget.RemoteViews getContentViews() -androidx.constraintlayout.widget.R$attr: int telltales_tailScale -okhttp3.internal.http2.Http2Stream$FramingSink: Http2Stream$FramingSink(okhttp3.internal.http2.Http2Stream) -wangdaye.com.geometricweather.R$drawable: int ic_clock_black_24dp -james.adaptiveicon.R$dimen: int abc_progress_bar_height_material -com.google.android.material.R$style: int Base_Widget_AppCompat_Toolbar -androidx.constraintlayout.widget.R$id: int flip -cyanogenmod.weatherservice.IWeatherProviderService$Stub: cyanogenmod.weatherservice.IWeatherProviderService asInterface(android.os.IBinder) -okhttp3.internal.platform.OptionalMethod: java.lang.Object invokeWithoutCheckedException(java.lang.Object,java.lang.Object[]) -wangdaye.com.geometricweather.R$styleable: int Toolbar_collapseIcon -wangdaye.com.geometricweather.R$attr: int cpv_alphaChannelVisible -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void onNext(java.lang.Object) -androidx.appcompat.R$attr: int homeAsUpIndicator -wangdaye.com.geometricweather.R$styleable: int Preference_order -wangdaye.com.geometricweather.R$attr: int animationDuration -james.adaptiveicon.R$dimen: int abc_dialog_list_padding_top_no_title -androidx.coordinatorlayout.widget.CoordinatorLayout: int getNestedScrollAxes() -io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver -okhttp3.Dispatcher: int queuedCallsCount() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setSuggest(java.lang.String) -okhttp3.internal.http2.Settings: int[] values -wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_marginBottom -cyanogenmod.os.Concierge$ParcelInfo -androidx.constraintlayout.widget.R$styleable: int ActionBar_contentInsetRight -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String COMPONENT_ID -cyanogenmod.os.Concierge$ParcelInfo: int mParcelableVersion -com.jaredrummler.android.colorpicker.R$anim: int abc_fade_in -com.turingtechnologies.materialscrollbar.R$color: int primary_material_light -com.google.android.material.R$attr: int dialogTheme -androidx.drawerlayout.R$styleable: int[] GradientColorItem -com.google.android.material.textfield.TextInputLayout: void setPrefixTextAppearance(int) -androidx.appcompat.R$styleable: int MenuItem_android_onClick -androidx.lifecycle.Lifecycling: androidx.lifecycle.GeneratedAdapter createGeneratedAdapter(java.lang.reflect.Constructor,java.lang.Object) -cyanogenmod.app.Profile$ProfileTrigger$1: Profile$ProfileTrigger$1() -androidx.lifecycle.LiveData: LiveData() -cyanogenmod.externalviews.ExternalViewProviderService$Provider: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl access$000(cyanogenmod.externalviews.ExternalViewProviderService$Provider) -com.google.android.material.R$color: int abc_primary_text_disable_only_material_dark -james.adaptiveicon.R$attr: int showText -com.google.android.material.R$styleable: int AppBarLayoutStates_state_liftable -com.jaredrummler.android.colorpicker.R$drawable: int notification_bg_normal -com.jaredrummler.android.colorpicker.R$color: int preference_fallback_accent_color -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setFillColor(int) -cyanogenmod.power.IPerformanceManager: int getPowerProfile() -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: io.reactivex.Observer downstream -android.didikee.donate.R$drawable: int abc_textfield_search_activated_mtrl_alpha -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_horizontalAlign -androidx.lifecycle.extensions.R$id: int tag_accessibility_heading -com.turingtechnologies.materialscrollbar.R$id: int list_item -androidx.appcompat.app.AlertController$RecycleListView: AlertController$RecycleListView(android.content.Context,android.util.AttributeSet) -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionButton_Overflow -com.bumptech.glide.load.engine.GlideException: GlideException(java.lang.String,java.lang.Throwable) -androidx.hilt.work.R$layout: int notification_template_part_time -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric: AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric() -okio.Buffer$UnsafeCursor -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ProgressBar -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WindDirection -androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_RESUME -com.jaredrummler.android.colorpicker.R$anim: R$anim() -okhttp3.MultipartBody$Builder -io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: io.reactivex.Scheduler scheduler -okhttp3.internal.cache.InternalCache: void trackResponse(okhttp3.internal.cache.CacheStrategy) -androidx.preference.R$attr: int paddingTopNoTitle -wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_translationZ -androidx.preference.R$string: int abc_action_menu_overflow_description -androidx.constraintlayout.widget.R$attr: int switchTextAppearance -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult: java.lang.String Link -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AutoCompleteTextView_FilledBox -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addEncodedQueryParameter(java.lang.String,java.lang.String) -james.adaptiveicon.R$string: int search_menu_title -wangdaye.com.geometricweather.R$styleable: int Toolbar_menu -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -androidx.appcompat.R$drawable: int abc_action_bar_item_background_material -com.turingtechnologies.materialscrollbar.R$attr: int fontVariationSettings -retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$1 -okhttp3.internal.http1.Http1Codec$ChunkedSink: okio.ForwardingTimeout timeout -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder encodedPassword(java.lang.String) -androidx.preference.R$layout: int preference_widget_seekbar -wangdaye.com.geometricweather.R$string: int mtrl_picker_confirm -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_goIcon -androidx.appcompat.R$attr: int textAppearanceListItemSecondary -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_10 -com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getHint() -okhttp3.Cache$CacheRequestImpl$1: Cache$CacheRequestImpl$1(okhttp3.Cache$CacheRequestImpl,okio.Sink,okhttp3.Cache,okhttp3.internal.cache.DiskLruCache$Editor) -wangdaye.com.geometricweather.R$styleable: int[] SwitchPreferenceCompat -wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: AbsTrendItemView(android.content.Context,android.util.AttributeSet) -cyanogenmod.power.IPerformanceManager$Stub: int TRANSACTION_cpuBoost_0 -com.jaredrummler.android.colorpicker.ColorPickerView: int getPaddingRight() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getWeatherEnd() -androidx.constraintlayout.widget.R$attr: int flow_horizontalGap -androidx.loader.R$styleable: int GradientColor_android_centerX -com.turingtechnologies.materialscrollbar.R$color: int ripple_material_light -androidx.preference.R$styleable: int AppCompatTheme_actionBarSplitStyle -androidx.lifecycle.extensions.R$dimen -wangdaye.com.geometricweather.R$attr: int cardElevation -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_optimizationLevel -androidx.lifecycle.MethodCallsLogger: MethodCallsLogger() -androidx.appcompat.R$styleable: int TextAppearance_android_textColorLink -okhttp3.MultipartBody$Builder: okhttp3.MultipartBody$Builder addFormDataPart(java.lang.String,java.lang.String) -androidx.appcompat.R$styleable: int SearchView_android_inputType -com.jaredrummler.android.colorpicker.R$dimen: int notification_small_icon_size_as_large -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_COLOR_AUTO_VALIDATOR -cyanogenmod.weather.IRequestInfoListener$Stub: cyanogenmod.weather.IRequestInfoListener asInterface(android.os.IBinder) -com.google.android.material.R$string: int mtrl_picker_text_input_date_range_end_hint -androidx.preference.R$style: int Base_Widget_AppCompat_ActionMode -com.google.android.material.R$styleable: int KeyTimeCycle_framePosition -com.google.android.material.R$styleable: int KeyAttribute_motionProgress -wangdaye.com.geometricweather.R$color: int material_grey_600 -android.didikee.donate.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated -james.adaptiveicon.R$attr: int buttonBarStyle -okhttp3.internal.connection.StreamAllocation$StreamAllocationReference: StreamAllocation$StreamAllocationReference(okhttp3.internal.connection.StreamAllocation,java.lang.Object) -androidx.constraintlayout.utils.widget.ImageFilterView: float getSaturation() -androidx.appcompat.R$style: int Widget_AppCompat_CompoundButton_Switch -com.google.android.material.R$styleable: int Transform_android_elevation -cyanogenmod.weather.IRequestInfoListener$Stub$Proxy: IRequestInfoListener$Stub$Proxy(android.os.IBinder) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setWindSpeedStart(java.lang.String) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Maximum -com.google.android.material.slider.RangeSlider: int getHaloRadius() -cyanogenmod.content.Intent: java.lang.String URI_SCHEME_PACKAGE -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_titleTextStyle -android.didikee.donate.R$dimen: int notification_media_narrow_margin -androidx.preference.R$attr: int actionBarSize -androidx.preference.R$attr: int preferenceScreenStyle -androidx.preference.R$id: int fragment_container_view_tag -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable -androidx.constraintlayout.widget.R$styleable: int AppCompatSeekBar_tickMarkTintMode -androidx.constraintlayout.widget.R$attr: int nestedScrollFlags -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: void onNext(java.lang.Object) -cyanogenmod.hardware.CMHardwareManager: int COLOR_CALIBRATION_RED_INDEX -androidx.preference.R$style: int Widget_AppCompat_Light_ActionMode_Inverse -com.google.android.material.R$color: int design_fab_stroke_end_outer_color -androidx.lifecycle.AbstractSavedStateViewModelFactory: androidx.lifecycle.ViewModel create(java.lang.Class) -okhttp3.CacheControl: boolean immutable -com.google.android.material.textfield.TextInputLayout: android.graphics.drawable.Drawable getEndIconDrawable() -androidx.preference.R$anim: int btn_radio_to_on_mtrl_ring_outer_animation -androidx.appcompat.R$attr: int windowMinWidthMajor -wangdaye.com.geometricweather.R$styleable: int MenuGroup_android_visible -androidx.constraintlayout.widget.R$attr: int barrierDirection -wangdaye.com.geometricweather.R$id: int material_value_index -com.google.android.material.R$style: int Widget_Design_BottomSheet_Modal -io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: io.reactivex.Observer downstream -com.google.android.material.R$dimen: int compat_notification_large_icon_max_height -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorBackgroundFloating -androidx.viewpager.R$dimen: int notification_main_column_padding_top -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_navigationContentDescription -androidx.lifecycle.SavedStateViewModelFactory: java.lang.reflect.Constructor findMatchingConstructor(java.lang.Class,java.lang.Class[]) -io.reactivex.Observable: io.reactivex.Observable window(java.util.concurrent.Callable) -com.google.gson.internal.LinkedTreeMap: java.util.Set entrySet() -androidx.appcompat.R$styleable: int DrawerArrowToggle_spinBars -android.didikee.donate.R$id: int scrollIndicatorDown -androidx.constraintlayout.widget.R$id: int screen -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver(io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver) -androidx.preference.R$styleable: int MenuItem_android_menuCategory -androidx.constraintlayout.utils.widget.ImageFilterButton: void setWarmth(float) -com.google.android.material.R$dimen: int abc_select_dialog_padding_start_material -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: java.lang.Object rainSnowLimitRaw -com.google.android.material.textfield.TextInputLayout: void setEndIconOnClickListener(android.view.View$OnClickListener) -com.google.android.material.progressindicator.ProgressIndicator: void setVisibilityAfterHide(int) -wangdaye.com.geometricweather.R$attr: int cpv_colorShape -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxCornerRadiusBottomEnd -wangdaye.com.geometricweather.R$dimen: int mtrl_low_ripple_default_alpha -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float getIce() -androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type valueOf(java.lang.String) -io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_statusBarBackground -wangdaye.com.geometricweather.R$attr: int tabIndicatorFullWidth -androidx.preference.R$dimen: int notification_content_margin_start -android.didikee.donate.R$styleable: int AppCompatTheme_dropDownListViewStyle -wangdaye.com.geometricweather.R$attr: int keylines -wangdaye.com.geometricweather.R$string: int mtrl_picker_date_header_unselected -com.jaredrummler.android.colorpicker.R$attr: int actionLayout -com.google.android.material.R$attr: int controlBackground -com.google.android.material.floatingactionbutton.FloatingActionButton: void setCompatHoveredFocusedTranslationZResource(int) -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Headline3 -com.google.gson.stream.MalformedJsonException: MalformedJsonException(java.lang.String) -org.greenrobot.greendao.AbstractDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) -android.didikee.donate.R$style: int Base_Theme_AppCompat_Light_DarkActionBar -wangdaye.com.geometricweather.R$style: int subtitle_text -com.xw.repo.bubbleseekbar.R$attr: int actionBarPopupTheme -com.jaredrummler.android.colorpicker.R$attr: int textAppearancePopupMenuHeader -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Metric -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setWallpaper(java.lang.String) -androidx.constraintlayout.widget.R$attr: int windowFixedWidthMinor -wangdaye.com.geometricweather.R$attr: int dialogTitle -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Rain -wangdaye.com.geometricweather.R$drawable: int mtrl_tabs_default_indicator -okhttp3.internal.http1.Http1Codec$ChunkedSink: Http1Codec$ChunkedSink(okhttp3.internal.http1.Http1Codec) -com.xw.repo.bubbleseekbar.R$attr: int trackTint -wangdaye.com.geometricweather.R$styleable: int Preference_selectable -androidx.constraintlayout.widget.R$id: int buttonPanel -androidx.constraintlayout.widget.R$id: int spacer -io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: boolean disposed -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedNoLast: void complete() -com.google.android.material.R$styleable: int[] MotionHelper -android.didikee.donate.R$style: int Widget_AppCompat_ActionBar_Solid -cyanogenmod.providers.WeatherContract$WeatherColumns$TempUnit: int CELSIUS -wangdaye.com.geometricweather.R$id: int dragDown -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType DeleteAll -androidx.constraintlayout.widget.R$attr: int flow_verticalStyle -com.turingtechnologies.materialscrollbar.R$anim -wangdaye.com.geometricweather.R$drawable: int star_1 -com.bumptech.glide.R$id: int forever -james.adaptiveicon.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle -com.xw.repo.bubbleseekbar.R$attr: int logoDescription -androidx.appcompat.R$attr: int thumbTintMode -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintEnd_toEndOf -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small -wangdaye.com.geometricweather.R$id: int tag_accessibility_pane_title -wangdaye.com.geometricweather.R$attr: int stackFromEnd -wangdaye.com.geometricweather.R$drawable: int notif_temp_5 -androidx.lifecycle.ViewModelProvider$KeyedFactory: ViewModelProvider$KeyedFactory() -com.google.android.material.R$attr: int percentHeight -com.google.android.material.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle -androidx.lifecycle.ViewModel: void closeWithRuntimeException(java.lang.Object) -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_28 -com.jaredrummler.android.colorpicker.R$attr: int buttonBarPositiveButtonStyle -androidx.transition.R$drawable: int notification_tile_bg -cyanogenmod.weather.IWeatherServiceProviderChangeListener: void onWeatherServiceProviderChanged(java.lang.String) -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: boolean done -androidx.hilt.R$style: int TextAppearance_Compat_Notification_Time -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -androidx.constraintlayout.widget.R$styleable: int MenuItem_iconTint -android.didikee.donate.R$attr: int dialogTheme -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningConsequence: int phenomenoMaxColorId -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeInsetTop -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: java.util.List getValue() -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamily_fontProviderCerts -wangdaye.com.geometricweather.R$dimen: int material_clock_size -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: int getPrecipitationColor(android.content.Context) -wangdaye.com.geometricweather.R$dimen: int main_title_text_size -wangdaye.com.geometricweather.R$attr: int dragDirection -androidx.appcompat.R$styleable: int AppCompatTextView_drawableStartCompat -androidx.hilt.R$attr: int fontProviderQuery -wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Prefix -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property Daylight -wangdaye.com.geometricweather.R$styleable: int TagView_checked_background_color -com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleMarginBottom(int) -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: int nameId -james.adaptiveicon.R$style: int Widget_AppCompat_SeekBar_Discrete -wangdaye.com.geometricweather.R$id: int zero_corner_chip -retrofit2.OkHttpCall$NoContentResponseBody: okio.BufferedSource source() -cyanogenmod.app.CustomTile$GridExpandedStyle: void setGridItems(java.util.ArrayList) -androidx.preference.R$anim: int abc_tooltip_exit -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver: long serialVersionUID -androidx.hilt.work.R$id: int accessibility_custom_action_20 -androidx.appcompat.R$string: int abc_activitychooserview_choose_application -wangdaye.com.geometricweather.R$drawable: int widget_clock_day_week -cyanogenmod.providers.CMSettings$System: java.lang.String REVERSE_LOOKUP_PROVIDER -androidx.appcompat.R$styleable: int TextAppearance_textAllCaps -okhttp3.HttpUrl: java.util.Set queryParameterNames() -androidx.preference.R$dimen: int abc_action_bar_default_padding_end_material -com.google.android.material.R$style: int Widget_AppCompat_AutoCompleteTextView -androidx.constraintlayout.widget.R$attr: int maxVelocity -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub: IWeatherServiceProviderChangeListener$Stub() -okhttp3.ConnectionPool$1: void run() -androidx.viewpager2.R$id: int action_text -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getO3() -androidx.constraintlayout.widget.R$attr: int buttonTint -wangdaye.com.geometricweather.R$attr: int cpv_animSyncDuration -wangdaye.com.geometricweather.R$attr: int fontProviderAuthority -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: boolean registerChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) -androidx.preference.R$drawable: int notification_bg -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao chineseCityEntityDao -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: void onSubscribe(io.reactivex.disposables.Disposable) -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: boolean otherDone -okhttp3.internal.ws.RealWebSocket$PingRunnable: okhttp3.internal.ws.RealWebSocket this$0 -com.google.android.material.R$style: int Base_V26_Widget_AppCompat_Toolbar -retrofit2.Retrofit: retrofit2.CallAdapter nextCallAdapter(retrofit2.CallAdapter$Factory,java.lang.reflect.Type,java.lang.annotation.Annotation[]) -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintEnd_toStartOf -wangdaye.com.geometricweather.R$attr: int actionDropDownStyle -wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerFamily -wangdaye.com.geometricweather.R$styleable: int Preference_enableCopying -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_OutlinedButton -io.reactivex.Observable: io.reactivex.Observable skip(long,java.util.concurrent.TimeUnit) -com.google.android.material.R$attr: int actionModeSplitBackground -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: boolean cancelled -androidx.preference.R$string: int abc_activitychooserview_choose_application -okhttp3.Cache: int requestCount() -cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_setSubState -okhttp3.internal.connection.RouteSelector: int nextProxyIndex -okhttp3.internal.http2.Http2Stream$StreamTimeout -wangdaye.com.geometricweather.R$attr: int msb_autoHide -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_startIconCheckable -cyanogenmod.providers.DataUsageContract: java.lang.String CONTENT_ITEM_TYPE -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Weather -wangdaye.com.geometricweather.weather.apis.AccuWeatherApi -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle -james.adaptiveicon.R$attr: int actionModeCopyDrawable -okhttp3.ConnectionPool: boolean $assertionsDisabled -wangdaye.com.geometricweather.R$attr: int hideOnScroll -okhttp3.internal.ws.WebSocketReader: okio.BufferedSource source -io.reactivex.Observable: io.reactivex.Observable switchMapSingle(io.reactivex.functions.Function) -retrofit2.Platform: boolean isDefaultMethod(java.lang.reflect.Method) -wangdaye.com.geometricweather.R$attr: int expandedTitleMarginTop -com.bumptech.glide.GeneratedAppGlideModule: GeneratedAppGlideModule() -wangdaye.com.geometricweather.R$string: int feedback_today_precipitation_alert -okhttp3.Request: java.lang.String header(java.lang.String) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Day -androidx.fragment.R$styleable: int FontFamilyFont_fontVariationSettings -com.google.android.material.R$styleable: int AppCompatTheme_checkedTextViewStyle -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_helperTextTextColor -io.reactivex.internal.util.NotificationLite: boolean isSubscription(java.lang.Object) -android.didikee.donate.R$color: int primary_material_light -com.xw.repo.bubbleseekbar.R$dimen: int compat_button_padding_horizontal_material -cyanogenmod.app.ProfileManager: cyanogenmod.app.Profile getProfile(java.util.UUID) -androidx.hilt.work.R$styleable: int FontFamily_fontProviderPackage -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: boolean done -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox -cyanogenmod.themes.IThemeService$Stub$Proxy: void rebuildResourceCache() -cyanogenmod.platform.Manifest$permission: java.lang.String WRITE_DATAUSAGE -wangdaye.com.geometricweather.R$id: int item_about_title -wangdaye.com.geometricweather.R$dimen: int mtrl_min_touch_target_size -okhttp3.CookieJar$1 -com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_layoutManager -androidx.transition.R$styleable: int FontFamily_fontProviderFetchStrategy -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Dialog_MinWidth -androidx.appcompat.resources.R$drawable: int notify_panel_notification_icon_bg -cyanogenmod.platform.Manifest$permission: java.lang.String LIVE_LOCK_SCREEN_MANAGER_ACCESS_PRIVATE -okhttp3.logging.LoggingEventListener: void dnsEnd(okhttp3.Call,java.lang.String,java.util.List) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: CaiYunMainlyResult$CurrentBean$TemperatureBean() -james.adaptiveicon.R$attr: int thumbTextPadding -androidx.preference.R$style: int TextAppearance_AppCompat_Button -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void onComplete() -androidx.preference.R$dimen: int abc_disabled_alpha_material_light -androidx.preference.R$dimen: int notification_action_icon_size -wangdaye.com.geometricweather.main.MainActivityViewModel$Status: wangdaye.com.geometricweather.main.MainActivityViewModel$Status[] values() -androidx.customview.R$styleable: int GradientColor_android_centerX -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ListView_DropDown -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintBottom_toTopOf -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipCornerRadius -androidx.work.R$id: int accessibility_custom_action_1 -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeRealFeelShaderTemperature -wangdaye.com.geometricweather.R$attr: int layout_anchorGravity -cyanogenmod.weather.CMWeatherManager: java.lang.String getActiveWeatherServiceProviderLabel() -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderLayout -androidx.lifecycle.Lifecycling: java.util.Map sClassToAdapters -androidx.lifecycle.LiveData$ObserverWrapper: void activeStateChanged(boolean) -cyanogenmod.weather.WeatherInfo: int describeContents() -wangdaye.com.geometricweather.R$styleable: int CheckBoxPreference_summaryOff -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ButtonBar -com.google.android.material.R$styleable: int TextInputLayout_shapeAppearance -androidx.appcompat.resources.R$styleable: int FontFamilyFont_fontStyle -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: void dispose() -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_active_item_max_width -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_android_orientation -cyanogenmod.app.ProfileGroup: void applyOverridesToNotification(android.app.Notification) -androidx.core.R$layout: int notification_template_icon_group -okhttp3.internal.platform.Platform: byte[] concatLengthPrefixed(java.util.List) -android.didikee.donate.R$attr: int backgroundStacked -androidx.transition.R$layout: int notification_action -com.google.android.material.R$styleable: int Toolbar_titleMargins -james.adaptiveicon.R$color: int abc_primary_text_material_dark -androidx.constraintlayout.widget.R$attr: int drawerArrowStyle -android.didikee.donate.R$id: int scrollView -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_RatingBar_Small -com.jaredrummler.android.colorpicker.R$drawable: int abc_textfield_search_material -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_motionTarget -wangdaye.com.geometricweather.R$id: int material_minute_tv -james.adaptiveicon.R$styleable: int AppCompatTheme_colorAccent -james.adaptiveicon.R$id: int action_text -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorError -okhttp3.internal.platform.Platform: okhttp3.internal.platform.Platform findAndroidPlatform() -okhttp3.Cookie$Builder: okhttp3.Cookie$Builder secure() -okhttp3.Response$Builder: okhttp3.Response networkResponse -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_textStyle -okhttp3.HttpUrl: java.util.List percentDecode(java.util.List,boolean) -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Temperature: java.lang.Float value -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer treeIndex -cyanogenmod.themes.ThemeManager: void requestThemeChange(cyanogenmod.themes.ThemeChangeRequest,boolean) -cyanogenmod.app.CustomTile: int describeContents() -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow: MfForecastResult$Forecast$Snow() -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: boolean unregisterChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: int capacityHint -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver this$0 -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_motionStagger -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating Heating -okhttp3.internal.http.RealInterceptorChain -com.github.rahatarmanahmed.cpv.R$dimen -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String[] VALID_KEYS -androidx.appcompat.R$id: int action_bar_title -okhttp3.internal.tls.DistinguishedNameParser -wangdaye.com.geometricweather.R$color: int mtrl_scrim_color -androidx.customview.R$string: R$string() -cyanogenmod.providers.CMSettings$System: java.lang.String KEY_MENU_ACTION -okhttp3.internal.http2.Http2Codec: java.lang.String CONNECTION -com.google.android.material.R$styleable: int AlertDialog_buttonIconDimen -androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPrePaused(android.app.Activity) -com.turingtechnologies.materialscrollbar.R$attr: int voiceIcon -wangdaye.com.geometricweather.R$animator: int weather_fog_1 -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintRight_creator -androidx.lifecycle.ReflectiveGenericLifecycleObserver: java.lang.Object mWrapped -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getIconsThemePackageName() -wangdaye.com.geometricweather.background.polling.PollingUpdateHelper: void setOnPollingUpdateListener(wangdaye.com.geometricweather.background.polling.PollingUpdateHelper$OnPollingUpdateListener) -com.turingtechnologies.materialscrollbar.R$layout: int design_navigation_item -com.turingtechnologies.materialscrollbar.R$style: int Platform_V21_AppCompat_Light -androidx.hilt.lifecycle.R$style: int TextAppearance_Compat_Notification_Title -androidx.preference.R$styleable: int LinearLayoutCompat_showDividers -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_defaultQueryHint -com.google.android.material.R$attr: int itemShapeFillColor -com.google.android.material.slider.Slider: void setThumbRadiusResource(int) -wangdaye.com.geometricweather.R$styleable: int CheckBoxPreference_summaryOn -com.google.android.material.slider.Slider: void setTickInactiveTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: WidgetItemView(android.content.Context) -wangdaye.com.geometricweather.R$style: int TestStyleWithLineHeightAppearance -io.reactivex.internal.schedulers.AbstractDirectTask: java.util.concurrent.FutureTask DISPOSED -okhttp3.internal.http2.Http2Stream$FramingSource: Http2Stream$FramingSource(okhttp3.internal.http2.Http2Stream,long) -wangdaye.com.geometricweather.R$styleable: int ImageFilterView_brightness -com.google.android.material.R$layout: int abc_alert_dialog_material -cyanogenmod.providers.CMSettings$System: java.lang.String getString(android.content.ContentResolver,java.lang.String) -androidx.appcompat.R$attr: int actionModeBackground -okhttp3.internal.platform.JdkWithJettyBootPlatform: java.lang.reflect.Method getMethod -com.google.android.material.R$attr: int motionInterpolator -wangdaye.com.geometricweather.db.entities.HistoryEntity: HistoryEntity() -james.adaptiveicon.R$attr: int allowStacking -wangdaye.com.geometricweather.common.basic.models.weather.Weather: wangdaye.com.geometricweather.common.basic.models.weather.Current getCurrent() -android.didikee.donate.R$id: int progress_circular -androidx.dynamicanimation.R$attr: R$attr() -android.didikee.donate.R$styleable: int ActionBar_height -wangdaye.com.geometricweather.R$attr: int windowFixedWidthMajor -wangdaye.com.geometricweather.R$drawable: int flag_pl -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: java.lang.String getUnit() -com.google.android.material.R$id: int cut -com.turingtechnologies.materialscrollbar.R$styleable: int[] CompoundButton -com.jaredrummler.android.colorpicker.R$attr: int fastScrollEnabled -com.turingtechnologies.materialscrollbar.R$attr: int behavior_skipCollapsed -cyanogenmod.providers.DataUsageContract: java.lang.String _ID -cyanogenmod.app.ProfileGroup$2: int[] $SwitchMap$cyanogenmod$app$ProfileGroup$Mode -com.google.android.material.R$attr: int actionModePopupWindowStyle -com.google.android.material.R$id: int shortcut -okhttp3.Response: int code() -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: ChineseCityEntityDao(org.greenrobot.greendao.internal.DaoConfig) -com.google.android.material.R$drawable: int abc_ic_star_half_black_16dp -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated -io.reactivex.internal.subscriptions.SubscriptionArbiter: java.util.concurrent.atomic.AtomicReference missedSubscription -retrofit2.BuiltInConverters$BufferingResponseBodyConverter -com.google.android.material.R$style: int Widget_AppCompat_SearchView_ActionBar -wangdaye.com.geometricweather.R$drawable: int preference_list_divider_material -com.xw.repo.bubbleseekbar.R$attr: int actionModeSelectAllDrawable -androidx.hilt.work.R$layout: R$layout() -com.turingtechnologies.materialscrollbar.R$interpolator: int mtrl_fast_out_slow_in -com.google.android.material.textfield.TextInputLayout: void setPlaceholderText(java.lang.CharSequence) -androidx.constraintlayout.widget.R$id: int action_bar_subtitle -com.jaredrummler.android.colorpicker.R$attr: int tickMarkTint -wangdaye.com.geometricweather.R$id: int material_timepicker_view -androidx.viewpager2.R$dimen: int notification_main_column_padding_top -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: ChineseCityEntity(java.lang.Long,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String) -androidx.appcompat.widget.AppCompatButton: android.graphics.PorterDuff$Mode getSupportCompoundDrawablesTintMode() -com.google.android.material.transformation.FabTransformationScrimBehavior: FabTransformationScrimBehavior() -wangdaye.com.geometricweather.common.ui.widgets.SquareFrameLayout: SquareFrameLayout(android.content.Context) -androidx.preference.R$styleable: int ViewBackgroundHelper_backgroundTintMode -com.google.android.material.chip.Chip: void setChipEndPaddingResource(int) -androidx.preference.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth -com.google.android.material.badge.BadgeDrawable$SavedState -androidx.preference.R$dimen: int abc_text_size_display_3_material -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintBottom_toTopOf -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: boolean isDisposed() -okio.Options -androidx.work.R$drawable: int notification_bg_normal -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_show_section_mark -com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_FixedSize -androidx.appcompat.app.WindowDecorActionBar -cyanogenmod.app.StatusBarPanelCustomTile: cyanogenmod.app.CustomTile customTile -com.google.android.material.R$style: int TestThemeWithLineHeightDisabled -wangdaye.com.geometricweather.R$interpolator -wangdaye.com.geometricweather.R$color: int material_grey_100 -wangdaye.com.geometricweather.R$styleable: int Chip_chipSurfaceColor -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_RatingBar_Indicator -wangdaye.com.geometricweather.R$color: int design_default_color_surface -androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable: androidx.lifecycle.Lifecycle$Event mEvent -androidx.appcompat.R$style: int Base_Widget_AppCompat_AutoCompleteTextView -wangdaye.com.geometricweather.R$styleable: int Preference_android_title -wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_toolbar -okio.RealBufferedSource: boolean exhausted() -retrofit2.Utils$WildcardTypeImpl: int hashCode() -wangdaye.com.geometricweather.R$styleable: int SearchView_searchHintIcon -androidx.lifecycle.ProcessLifecycleOwnerInitializer: android.database.Cursor query(android.net.Uri,java.lang.String[],java.lang.String,java.lang.String[],java.lang.String) -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_PopupMenu -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeFillColor -wangdaye.com.geometricweather.R$id: int clip_vertical -androidx.hilt.R$styleable: int[] FontFamily -androidx.appcompat.R$layout: int abc_alert_dialog_title_material -androidx.recyclerview.R$id: int text2 -wangdaye.com.geometricweather.R$styleable: int MaterialButtonToggleGroup_checkedButton -okhttp3.Headers$Builder: okhttp3.Headers$Builder addLenient(java.lang.String) -cyanogenmod.power.IPerformanceManager$Stub$Proxy: boolean getProfileHasAppProfiles(int) -androidx.cardview.R$color: int cardview_light_background -androidx.drawerlayout.R$styleable: int[] ColorStateListItem -androidx.appcompat.app.AlertController$RecycleListView -com.jaredrummler.android.colorpicker.R$attr: int textAppearanceSearchResultSubtitle -com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_colorShape -androidx.lifecycle.ComputableLiveData: androidx.lifecycle.LiveData getLiveData() -wangdaye.com.geometricweather.R$styleable: int Chip_closeIconSize -android.didikee.donate.R$style: int Widget_AppCompat_ProgressBar_Horizontal -com.google.android.material.R$dimen: int appcompat_dialog_background_inset -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: double lat -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Medium -androidx.hilt.lifecycle.R$layout: int notification_template_part_time -androidx.constraintlayout.widget.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView -wangdaye.com.geometricweather.R$string: int content_desc_wechat_payment_code -cyanogenmod.app.CustomTile$ExpandedItem: void internalSetItemBitmap(android.graphics.Bitmap) -androidx.preference.R$id: int unchecked -wangdaye.com.geometricweather.R$dimen: int mtrl_bottomappbar_height -okhttp3.internal.http1.Http1Codec: int STATE_OPEN_RESPONSE_BODY -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setPubTime(java.lang.String) -androidx.customview.R$styleable: int[] GradientColorItem -com.google.android.material.R$drawable: int abc_btn_check_material -android.didikee.donate.R$styleable: int LinearLayoutCompat_android_baselineAligned -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionMenuTextColor -androidx.constraintlayout.widget.R$styleable: int ColorStateListItem_android_alpha -androidx.preference.R$styleable: int Toolbar_logo -com.jaredrummler.android.colorpicker.R$styleable: int ViewStubCompat_android_id -androidx.constraintlayout.widget.R$id: int multiply -androidx.appcompat.view.menu.ActionMenuItemView: void setIcon(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.R$color: int colorTextTitle_light -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_2_normal -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: int getWeatherKind() -james.adaptiveicon.R$attr: int gapBetweenBars -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatImageView_srcCompat -com.google.android.material.R$dimen: int mtrl_snackbar_message_margin_horizontal -wangdaye.com.geometricweather.R$styleable: int[] DrawerArrowToggle -androidx.appcompat.view.menu.ActionMenuItemView: ActionMenuItemView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX getNames() -androidx.appcompat.resources.R$styleable: int ColorStateListItem_android_color -androidx.vectordrawable.R$styleable: int GradientColorItem_android_offset -io.reactivex.Observable: io.reactivex.Observable zipArray(io.reactivex.functions.Function,boolean,int,io.reactivex.ObservableSource[]) -wangdaye.com.geometricweather.R$array: int automatic_refresh_rate_values -org.greenrobot.greendao.DaoException: long serialVersionUID -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_CONDITION -com.google.android.material.R$id: int dragEnd -androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPreStopped(android.app.Activity) -james.adaptiveicon.R$attr: int logo -androidx.appcompat.widget.Toolbar: android.widget.TextView getTitleTextView() -androidx.constraintlayout.widget.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset -com.google.android.material.textfield.TextInputLayout: void setBoxBackgroundColorResource(int) -cyanogenmod.app.CMTelephonyManager: cyanogenmod.app.ICMTelephonyManager sService -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: io.reactivex.Observer downstream -com.turingtechnologies.materialscrollbar.R$color: int accent_material_light -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ListMenuView -com.google.android.material.R$styleable: int[] AnimatedStateListDrawableTransition -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_default -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Headline -wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_dayNightTypeSpinner -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_menu_material -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_placeholder_placeholder_emptyVisibility -androidx.appcompat.R$anim: int btn_radio_to_off_mtrl_ring_outer_animation -wangdaye.com.geometricweather.R$xml: int icon_provider_shortcut_filter -androidx.activity.R$styleable: int GradientColor_android_startX -com.google.android.material.behavior.HideBottomViewOnScrollBehavior: HideBottomViewOnScrollBehavior(android.content.Context,android.util.AttributeSet) -retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback: CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback(retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter,java.util.concurrent.CompletableFuture) -io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: void onComplete() -androidx.constraintlayout.widget.R$drawable: int btn_radio_off_mtrl -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated -android.didikee.donate.R$layout: int abc_popup_menu_item_layout -com.google.android.material.R$attr: int extendMotionSpec -com.google.android.material.R$styleable: int ConstraintLayout_Layout_constraint_referenced_ids -com.jaredrummler.android.colorpicker.R$attr: int tooltipForegroundColor -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat_Dark -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: boolean cancelled -com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableItem_android_id -androidx.constraintlayout.widget.R$attr: int actionOverflowButtonStyle -wangdaye.com.geometricweather.R$attr: int indicatorCornerRadius -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle -okhttp3.Dispatcher: java.util.concurrent.ExecutorService executorService() -androidx.constraintlayout.widget.Guideline -androidx.fragment.R$dimen: int notification_main_column_padding_top -cyanogenmod.app.CustomTile$1: java.lang.Object[] newArray(int) -okhttp3.internal.ws.RealWebSocket: java.lang.Runnable writerRunnable -androidx.lifecycle.extensions.R$dimen: int notification_media_narrow_margin -cyanogenmod.weatherservice.ServiceRequestResult$1: cyanogenmod.weatherservice.ServiceRequestResult createFromParcel(android.os.Parcel) -com.google.android.material.R$styleable: int RecyclerView_stackFromEnd -androidx.customview.R$id: int tag_unhandled_key_listeners -okhttp3.internal.ws.RealWebSocket: void runWriter() -wangdaye.com.geometricweather.R$styleable: int MockView_mock_labelColor -io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver -wangdaye.com.geometricweather.R$attr: int motionDebug -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_autoSizePresetSizes -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarPopupTheme -okio.Buffer: okio.BufferedSink writeShort(int) -okhttp3.internal.Version: Version() -cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_setDefaultLiveLockScreen -androidx.appcompat.R$styleable: int AppCompatTextView_textLocale -cyanogenmod.providers.CMSettings$System: java.lang.String LOCKSCREEN_PIN_SCRAMBLE_LAYOUT -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_paddingStart -androidx.preference.R$attr: int thumbTintMode -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_alertDialogCenterButtons -androidx.preference.R$id: int title_template -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial -cyanogenmod.weatherservice.WeatherProviderService: cyanogenmod.weatherservice.IWeatherProviderServiceClient access$200(cyanogenmod.weatherservice.WeatherProviderService) -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: java.util.concurrent.TimeUnit unit -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: void onComplete() -androidx.constraintlayout.widget.R$id: int home -com.turingtechnologies.materialscrollbar.R$attr: int borderWidth -com.google.android.material.R$styleable: int MenuView_android_itemBackground -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.String TABLENAME -com.jaredrummler.android.colorpicker.R$layout: int abc_action_mode_close_item_material -androidx.activity.R$id: int accessibility_custom_action_23 -androidx.core.R$drawable: int notification_tile_bg -io.reactivex.internal.subscriptions.DeferredScalarSubscription: int NO_REQUEST_NO_VALUE -okhttp3.internal.http2.Http2Stream: Http2Stream(int,okhttp3.internal.http2.Http2Connection,boolean,boolean,okhttp3.Headers) -com.google.android.material.R$style: int Widget_Design_TabLayout -androidx.preference.R$attr: int spinnerDropDownItemStyle -androidx.lifecycle.ServiceLifecycleDispatcher: androidx.lifecycle.Lifecycle getLifecycle() -androidx.constraintlayout.widget.R$styleable: int AlertDialog_buttonPanelSideLayout -androidx.swiperefreshlayout.R$dimen -com.google.android.material.R$attr: int errorContentDescription -james.adaptiveicon.R$attr: int defaultQueryHint -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Medium_Inverse -androidx.appcompat.R$attr: int windowMinWidthMinor -wangdaye.com.geometricweather.common.basic.models.weather.Daily: Daily(java.util.Date,long,wangdaye.com.geometricweather.common.basic.models.weather.HalfDay,wangdaye.com.geometricweather.common.basic.models.weather.HalfDay,wangdaye.com.geometricweather.common.basic.models.weather.Astro,wangdaye.com.geometricweather.common.basic.models.weather.Astro,wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase,wangdaye.com.geometricweather.common.basic.models.weather.AirQuality,wangdaye.com.geometricweather.common.basic.models.weather.Pollen,wangdaye.com.geometricweather.common.basic.models.weather.UV,float) -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: boolean isEntityUpdateable() -james.adaptiveicon.R$styleable: int[] Toolbar -wangdaye.com.geometricweather.R$attr: int behavior_autoShrink -android.didikee.donate.R$styleable: int AppCompatTextView_textLocale -wangdaye.com.geometricweather.common.basic.models.weather.Daily: float hoursOfSun -james.adaptiveicon.R$attr: int activityChooserViewStyle -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_hintAnimationEnabled -com.turingtechnologies.materialscrollbar.R$attr: int closeIcon -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric: double Value -wangdaye.com.geometricweather.R$id: int notification_multi_city_icon_1 -androidx.constraintlayout.widget.R$attr: int listPreferredItemPaddingStart -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Button -com.google.android.material.R$styleable: int ConstraintSet_android_transformPivotY -okhttp3.Handshake: okhttp3.TlsVersion tlsVersion -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: java.lang.String getLogo() -android.didikee.donate.R$styleable: int AppCompatTheme_windowActionModeOverlay -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryInnerObserver boundaryObserver -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: long serialVersionUID -io.reactivex.internal.operators.observable.ObservableGroupBy$State: java.util.concurrent.atomic.AtomicBoolean once -com.google.android.material.R$string: int mtrl_picker_navigate_to_year_description -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: java.lang.Object singleItem -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: int status -androidx.work.impl.utils.futures.AbstractFuture$Failure$1 -cyanogenmod.app.CustomTile$ExpandedStyle: int styleId -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.util.Date getDate() -com.google.android.material.chip.Chip: void setMaxWidth(int) -androidx.preference.R$drawable: int abc_btn_borderless_material -com.jaredrummler.android.colorpicker.R$dimen: int notification_action_icon_size -james.adaptiveicon.R$attr: int initialActivityCount -com.github.rahatarmanahmed.cpv.CircularProgressView: android.graphics.Paint paint -cyanogenmod.app.CMContextConstants$Features -androidx.constraintlayout.widget.R$id: int bottom -com.turingtechnologies.materialscrollbar.R$dimen: int abc_control_padding_material -cyanogenmod.app.CustomTile$ExpandedItem: android.os.Parcelable$Creator CREATOR -okhttp3.internal.http2.Http2Reader: okhttp3.internal.http2.Http2Reader$ContinuationSource continuation -okhttp3.ConnectionSpec: okhttp3.ConnectionSpec RESTRICTED_TLS -com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_28 -com.google.android.material.R$styleable: int ActionMode_titleTextStyle -com.google.android.material.R$attr: int fabCradleRoundedCornerRadius -org.greenrobot.greendao.AbstractDao: boolean isStandardSQLite -com.google.android.material.R$id: int rectangles -wangdaye.com.geometricweather.R$attr: int popupTheme -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub: cyanogenmod.externalviews.IExternalViewProviderFactory asInterface(android.os.IBinder) -com.google.android.material.card.MaterialCardView: com.google.android.material.shape.ShapeAppearanceModel getShapeAppearanceModel() -com.jaredrummler.android.colorpicker.R$layout: int preference_recyclerview -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeTemperature -android.didikee.donate.R$attr: int windowFixedWidthMajor -okhttp3.internal.http2.Http2Connection: long DEGRADED_PONG_TIMEOUT_NS -james.adaptiveicon.R$style: int ThemeOverlay_AppCompat_Light -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Weather: java.lang.String desc -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_firstHorizontalStyle -okhttp3.Cache$CacheResponseBody$1: okhttp3.Cache$CacheResponseBody this$0 -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Large -wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_marginLeft -androidx.preference.R$attr: int imageButtonStyle -wangdaye.com.geometricweather.R$styleable: int Insets_paddingBottomSystemWindowInsets -okhttp3.internal.platform.Jdk9Platform -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_seekBarPreferenceStyle -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_8 -okio.AsyncTimeout: long IDLE_TIMEOUT_NANOS -androidx.fragment.app.FragmentContainerView: FragmentContainerView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$attr: int buttonBarPositiveButtonStyle -com.xw.repo.bubbleseekbar.R$drawable -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer uvIndex -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: void onNext(java.lang.Object) -androidx.appcompat.R$attr: int actionLayout -com.google.android.material.R$attr: int layout_constraintLeft_toLeftOf -okhttp3.internal.http1.Http1Codec: int STATE_IDLE -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps: java.util.List timelapsItems -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: void setValue(java.lang.String) -com.xw.repo.bubbleseekbar.R$attr: int divider -android.didikee.donate.R$id: int action_context_bar -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean -com.jaredrummler.android.colorpicker.R$id: int action_menu_divider -okhttp3.internal.cache.DiskLruCache: java.lang.String READ -cyanogenmod.app.CMStatusBarManager: boolean localLOGV -android.didikee.donate.R$styleable: int View_paddingStart -com.google.android.material.R$string: int mtrl_picker_save -wangdaye.com.geometricweather.db.entities.AlertEntity: void setDescription(java.lang.String) -okhttp3.internal.platform.Platform: java.lang.String getSelectedProtocol(javax.net.ssl.SSLSocket) -android.didikee.donate.R$color: int background_floating_material_dark -wangdaye.com.geometricweather.R$id: int item_tag -wangdaye.com.geometricweather.R$drawable: int live_wallpaper_thumbnail -androidx.loader.R$styleable: int[] ColorStateListItem -retrofit2.Utils: java.lang.Class declaringClassOf(java.lang.reflect.TypeVariable) -androidx.lifecycle.extensions.R$styleable: R$styleable() -com.turingtechnologies.materialscrollbar.R$attr: int listPopupWindowStyle -android.didikee.donate.R$attr: int imageButtonStyle -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_l -android.didikee.donate.R$attr: int titleMarginEnd -com.jaredrummler.android.colorpicker.R$styleable: int FontFamily_fontProviderQuery -com.turingtechnologies.materialscrollbar.R$attr: int windowActionBarOverlay -com.xw.repo.bubbleseekbar.R$attr: int subtitle -io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: void onComplete() -com.turingtechnologies.materialscrollbar.R$dimen: int abc_progress_bar_height_material -james.adaptiveicon.R$styleable: int AppCompatTheme_popupMenuStyle -okio.Buffer: int readUtf8CodePoint() -okio.Buffer: okio.Buffer writeByte(int) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_85 -wangdaye.com.geometricweather.R$id: int autoComplete -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: int uv -wangdaye.com.geometricweather.R$font: int product_sans_medium -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: void onComplete() -androidx.constraintlayout.widget.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String getCity() -retrofit2.converter.gson.GsonRequestBodyConverter -androidx.preference.R$styleable: int MenuView_subMenuArrow -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Title_Inverse -com.turingtechnologies.materialscrollbar.R$dimen: int cardview_compat_inset_shadow -com.turingtechnologies.materialscrollbar.R$attr: int closeIconEnabled -com.google.android.material.R$dimen: int mtrl_btn_text_btn_padding_right -cyanogenmod.externalviews.KeyguardExternalView$4: void run() -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_goneMarginBottom -cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String key -androidx.transition.R$styleable: int GradientColor_android_tileMode -com.google.android.material.R$dimen: int abc_action_bar_default_height_material -okio.ByteString: okio.ByteString decodeHex(java.lang.String) -wangdaye.com.geometricweather.R$id: int activity_alert_container -cyanogenmod.content.Intent: java.lang.String ACTION_THEME_REMOVED -androidx.appcompat.R$style: int Base_Animation_AppCompat_Dialog -cyanogenmod.externalviews.KeyguardExternalView$3: int val$height -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.util.Date getPubTime() -wangdaye.com.geometricweather.R$string: int feedback_collect_succeed -com.google.android.material.R$styleable: int Layout_android_layout_marginStart -androidx.recyclerview.R$id: int accessibility_custom_action_27 -androidx.appcompat.resources.R$styleable: int StateListDrawable_android_exitFadeDuration -com.google.android.material.R$style: int Base_Animation_AppCompat_DropDownUp -com.google.android.material.R$styleable: int NavigationView_android_background -com.google.android.material.R$id: int bottom -cyanogenmod.providers.CMSettings$System: java.lang.String VOLBTN_MUSIC_CONTROLS -com.xw.repo.bubbleseekbar.R$attr: int autoSizeStepGranularity -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonBarButtonStyle -com.google.android.material.R$drawable: int notification_action_background -android.didikee.donate.R$attr: int windowFixedWidthMinor -wangdaye.com.geometricweather.R$drawable: int abc_vector_test -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum Minimum -com.xw.repo.bubbleseekbar.R$attr: int textAppearanceSearchResultTitle -com.jaredrummler.android.colorpicker.R$styleable: int Preference_iconSpaceReserved -okio.BufferedSink: okio.BufferedSink write(byte[],int,int) -com.google.android.material.R$attr: int fastScrollVerticalTrackDrawable -cyanogenmod.weather.WeatherLocation: java.lang.String getPostalCode() -androidx.customview.R$id: R$id() -wangdaye.com.geometricweather.R$drawable: int flag_cs -androidx.preference.R$styleable: int Preference_isPreferenceVisible -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_disabled_elevation -okhttp3.internal.platform.AndroidPlatform -androidx.viewpager.R$styleable: int FontFamily_fontProviderCerts -androidx.appcompat.R$styleable: int AppCompatTheme_actionBarTabTextStyle -okhttp3.HttpUrl: java.lang.String host -android.didikee.donate.R$styleable: int AppCompatTheme_popupWindowStyle -com.xw.repo.bubbleseekbar.R$attr: int contentInsetRight -wangdaye.com.geometricweather.R$array: int week_widget_style_values -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_lastVerticalStyle -android.didikee.donate.R$layout: int notification_template_custom_big -okhttp3.internal.connection.RealConnection: okio.BufferedSource source -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: io.reactivex.internal.disposables.SequentialDisposable task -wangdaye.com.geometricweather.R$dimen: int abc_cascading_menus_min_smallest_width -io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: ExecutorScheduler$DelayedRunnable(java.lang.Runnable) -androidx.appcompat.widget.ActivityChooserView: ActivityChooserView(android.content.Context) -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: boolean isDisposed() -okhttp3.internal.connection.RouteException: RouteException(java.io.IOException) -android.didikee.donate.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight -wangdaye.com.geometricweather.R$animator: int linear_indeterminate_line1_head_interpolator -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_shapeAppearanceOverlay -androidx.preference.R$drawable: int abc_cab_background_internal_bg -androidx.lifecycle.ProcessLifecycleOwner$3$1: void onActivityPostResumed(android.app.Activity) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_drawableEnd -androidx.preference.R$drawable: int abc_text_select_handle_left_mtrl_light -com.google.android.material.R$styleable: int Tooltip_android_minWidth -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) -cyanogenmod.app.ProfileManager: int PROFILES_STATE_DISABLED -androidx.constraintlayout.widget.R$styleable: int[] DrawerArrowToggle -cyanogenmod.app.ThemeVersion$ThemeVersionImpl3: java.util.List getDeviceComponentVersions() -cyanogenmod.providers.CMSettings$System: int getIntForUser(android.content.ContentResolver,java.lang.String,int,int) -io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: ObservableSkipLast$SkipLastObserver(io.reactivex.Observer,int) -com.google.android.material.circularreveal.CircularRevealLinearLayout: android.graphics.drawable.Drawable getCircularRevealOverlayDrawable() -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: long serialVersionUID -cyanogenmod.themes.ThemeManager: void requestThemeChange(java.lang.String,java.util.List) -wangdaye.com.geometricweather.R$id: int dialog_location_help_manageContainer -cyanogenmod.externalviews.ExternalViewProviderService$1$1 -com.github.rahatarmanahmed.cpv.CircularProgressView$5: void onAnimationEnd(android.animation.Animator) -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String NAVBAR_RECENT_BUTTON -com.jaredrummler.android.colorpicker.R$styleable: int[] CompoundButton -android.didikee.donate.R$attr: int colorPrimaryDark -android.support.v4.os.ResultReceiver$MyResultReceiver: android.support.v4.os.ResultReceiver this$0 -wangdaye.com.geometricweather.R$style: int widget_background_card -com.google.android.material.chip.ChipGroup: void setOnCheckedChangeListener(com.google.android.material.chip.ChipGroup$OnCheckedChangeListener) -androidx.constraintlayout.widget.R$styleable: int Constraint_android_visibility -androidx.preference.R$attr: int layout_behavior -cyanogenmod.app.CMContextConstants$Features: java.lang.String PERFORMANCE -okhttp3.HttpUrl: void namesAndValuesToQueryString(java.lang.StringBuilder,java.util.List) -wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String province -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Imperial -james.adaptiveicon.R$dimen: int notification_subtext_size -com.turingtechnologies.materialscrollbar.R$style: int Theme_Design_Light_BottomSheetDialog -androidx.constraintlayout.widget.R$dimen: int disabled_alpha_material_light -io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: io.reactivex.Observer downstream -com.google.android.material.R$style: int Widget_MaterialComponents_Tooltip -wangdaye.com.geometricweather.R$attr: int layout_constraintWidth_max -com.bumptech.glide.integration.okhttp.R$id: int italic -com.turingtechnologies.materialscrollbar.R$attr: int tabIndicatorHeight -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_inset -androidx.core.widget.NestedScrollView: NestedScrollView(android.content.Context) -com.google.android.material.slider.RangeSlider: void setHaloRadius(int) -com.google.android.material.R$id: int touch_outside -android.didikee.donate.R$style: int Widget_AppCompat_Spinner_DropDown -androidx.activity.R$id: int accessibility_custom_action_25 -james.adaptiveicon.R$dimen: int compat_button_inset_vertical_material -androidx.appcompat.R$color: int bright_foreground_inverse_material_dark -wangdaye.com.geometricweather.R$dimen: int design_navigation_icon_padding -androidx.constraintlayout.widget.R$styleable: int MenuView_android_itemBackground -androidx.vectordrawable.R$styleable: int GradientColor_android_gradientRadius -androidx.constraintlayout.widget.R$attr: int roundPercent -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeThunderstormPrecipitation(java.lang.Float) -com.google.android.material.R$id: int action_bar_subtitle -wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: SwipeSwitchLayout(android.content.Context) -wangdaye.com.geometricweather.R$styleable: int Badge_badgeGravity -okhttp3.internal.http.HttpCodec: okhttp3.Response$Builder readResponseHeaders(boolean) -android.didikee.donate.R$styleable: int ActionBar_subtitleTextStyle -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_switchTextAppearance -com.xw.repo.bubbleseekbar.R$style: int Widget_Support_CoordinatorLayout -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionBar_TabView -androidx.preference.R$style: int Widget_AppCompat_ActionButton_CloseMode -com.google.android.material.textfield.TextInputLayout: void setErrorIconOnLongClickListener(android.view.View$OnLongClickListener) -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: boolean isDisposed() -okhttp3.internal.platform.Platform: boolean isAndroid() -com.google.android.material.datepicker.DateSelector -okio.SegmentedByteString: okio.ByteString hmacSha256(okio.ByteString) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_TextButton_Icon -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_alphabeticShortcut -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void dispose() -okhttp3.Cache$1 -androidx.constraintlayout.widget.R$id: int add -com.jaredrummler.android.colorpicker.R$styleable: int[] ColorPanelView -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.util.Date getDate() -cyanogenmod.providers.CMSettings$System: java.lang.String[] LEGACY_SYSTEM_SETTINGS -android.didikee.donate.R$styleable: int TextAppearance_android_textColor -com.jaredrummler.android.colorpicker.R$id: int submit_area -wangdaye.com.geometricweather.R$attr: int endIconTint -androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerView$Adapter getAdapter() -wangdaye.com.geometricweather.R$styleable: int OnSwipe_touchRegionId -wangdaye.com.geometricweather.R$string: int sp_widget_daily_trend_setting -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String moldDescription -com.google.android.material.R$layout: int notification_template_custom_big -com.google.android.material.R$dimen: int abc_action_bar_stacked_tab_max_width -com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_itemTextAppearance -com.turingtechnologies.materialscrollbar.R$anim: int design_snackbar_out -com.jaredrummler.android.colorpicker.R$styleable: int ListPreference_android_entries -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String componentToMixNMatchKey(java.lang.String) -androidx.coordinatorlayout.R$id: int accessibility_custom_action_7 -cyanogenmod.app.CustomTile$ExpandedItem: void writeToParcel(android.os.Parcel,int) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$5: void run() -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void complete() -cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy: java.lang.String getInterfaceDescriptor() -retrofit2.CompletableFutureCallAdapterFactory$CallCancelCompletableFuture: CompletableFutureCallAdapterFactory$CallCancelCompletableFuture(retrofit2.Call) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableRightCompat -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_drawableTop -com.google.android.material.R$attr: int cardBackgroundColor -okhttp3.OkHttpClient$1: okhttp3.internal.connection.StreamAllocation streamAllocation(okhttp3.Call) -androidx.appcompat.R$styleable: int AppCompatTextHelper_android_drawableRight -wangdaye.com.geometricweather.background.receiver.widget.WidgetWeekProvider -com.google.android.material.R$animator: int mtrl_chip_state_list_anim -wangdaye.com.geometricweather.R$layout: int material_clock_period_toggle_land -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_BottomSheetDialog -androidx.constraintlayout.widget.R$styleable: int[] LinearLayoutCompat_Layout -androidx.preference.R$attr: int listChoiceBackgroundIndicator -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Metric -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: io.reactivex.Scheduler scheduler -androidx.room.RoomDatabase$JournalMode -androidx.lifecycle.extensions.R$attr: int fontProviderAuthority -androidx.lifecycle.ViewModelProviders: androidx.lifecycle.ViewModelProvider of(androidx.fragment.app.Fragment) -androidx.constraintlayout.widget.R$styleable: int Constraint_barrierDirection -okhttp3.internal.http.RealInterceptorChain: okhttp3.Call call() -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_seek_step_section -androidx.constraintlayout.widget.R$styleable: int PropertySet_android_alpha -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: long time -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: java.lang.String getUrl() -androidx.recyclerview.R$dimen: int item_touch_helper_swipe_escape_velocity -okhttp3.OkHttpClient: int readTimeout -androidx.cardview.R$color: int cardview_shadow_end_color -com.google.android.material.R$styleable: int ChipGroup_checkedChip -cyanogenmod.providers.CMSettings$Secure: java.lang.String ADVANCED_REBOOT -androidx.lifecycle.ReportFragment: androidx.lifecycle.ReportFragment get(android.app.Activity) -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_1_black -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: void onComplete() -wangdaye.com.geometricweather.R$string: int settings_title_background_free -androidx.lifecycle.extensions.R$id: R$id() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX: java.lang.String date -io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: MaybeToObservable$MaybeToObservableObserver(io.reactivex.Observer) -wangdaye.com.geometricweather.R$animator: int weather_partly_cloudy_day_2 -wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_dayNightTypeContainer -com.google.android.material.R$dimen: int mtrl_textinput_box_corner_radius_small -com.xw.repo.bubbleseekbar.R$attr: int dialogTheme -cyanogenmod.profiles.StreamSettings: boolean mDirty -org.greenrobot.greendao.AbstractDao: AbstractDao(org.greenrobot.greendao.internal.DaoConfig,org.greenrobot.greendao.AbstractDaoSession) -com.bumptech.glide.R$styleable: int GradientColor_android_endX -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float so2 -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String STATUSBAR_URI -com.google.android.material.R$id: int add -com.google.android.material.R$animator: int mtrl_extended_fab_state_list_animator -com.google.android.material.R$styleable: int Constraint_layout_constraintWidth_percent -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintTop_creator -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Display3 -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource getInstance(java.lang.String) -com.google.android.material.R$attr: int percentWidth -androidx.constraintlayout.widget.R$id: int text -androidx.appcompat.widget.Toolbar: android.graphics.drawable.Drawable getCollapseIcon() -androidx.constraintlayout.widget.R$styleable: int[] SearchView -com.google.android.material.R$styleable: int Constraint_android_alpha -okio.AsyncTimeout: boolean cancelScheduledTimeout(okio.AsyncTimeout) -com.turingtechnologies.materialscrollbar.R$drawable: int abc_item_background_holo_dark -com.google.android.material.R$styleable: int[] Snackbar -android.didikee.donate.R$dimen: int notification_right_icon_size -androidx.core.widget.NestedScrollView$SavedState: android.os.Parcelable$Creator CREATOR -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_panelMenuListTheme -james.adaptiveicon.R$id: int action_image -androidx.constraintlayout.widget.R$styleable: int[] SwitchCompat -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: void run() -wangdaye.com.geometricweather.R$id -okio.RealBufferedSource: okio.Timeout timeout() -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_star_black_36dp -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_borderWidth -androidx.appcompat.view.menu.ActionMenuItemView: void setCheckable(boolean) -wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_actionTextColorAlpha -androidx.recyclerview.R$color: int notification_icon_bg_color -androidx.constraintlayout.widget.R$id: int gone -androidx.dynamicanimation.R$styleable: int FontFamily_fontProviderAuthority -com.google.gson.stream.JsonWriter: void close() -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_constraintSet -androidx.lifecycle.OnLifecycleEvent: androidx.lifecycle.Lifecycle$Event value() -androidx.constraintlayout.widget.R$styleable: int PropertySet_motionProgress -okhttp3.internal.http2.Http2Stream: boolean closeInternal(okhttp3.internal.http2.ErrorCode) -androidx.vectordrawable.R$attr: int fontStyle -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light_DarkActionBar -cyanogenmod.app.Profile: void setStreamSettings(cyanogenmod.profiles.StreamSettings) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$7: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 -androidx.preference.R$drawable: int abc_btn_check_to_on_mtrl_015 -wangdaye.com.geometricweather.R$styleable: int Preference_android_layout -androidx.loader.R$id: int notification_main_column_container -io.reactivex.disposables.RunnableDisposable: java.lang.String toString() -io.reactivex.Observable: java.lang.Object blockingLast() -cyanogenmod.externalviews.KeyguardExternalView$3: KeyguardExternalView$3(cyanogenmod.externalviews.KeyguardExternalView,int,int,int,int,boolean,android.graphics.Rect) -okhttp3.internal.http2.Hpack$Reader: int headerTableSizeSetting -wangdaye.com.geometricweather.common.basic.models.weather.Daily: boolean isToday(java.util.TimeZone) -androidx.constraintlayout.widget.R$style: int Base_V7_Theme_AppCompat_Light -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.WeatherEntity) -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintGuide_end -com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat -okhttp3.internal.connection.ConnectInterceptor: ConnectInterceptor(okhttp3.OkHttpClient) -androidx.legacy.coreutils.R$styleable: int[] FontFamilyFont -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_39 -wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_minutelyTitle -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: java.lang.Object poll() -okhttp3.internal.cache.DiskLruCache$Snapshot: okhttp3.internal.cache.DiskLruCache$Editor edit() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Direction: AccuDailyResult$DailyForecasts$Night$Wind$Direction() -okhttp3.Request$Builder: okhttp3.Request$Builder get() -com.xw.repo.bubbleseekbar.R$attr: int dropdownListPreferredItemHeight -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getDaytimeWeatherText() -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: io.reactivex.disposables.Disposable upstream -retrofit2.ParameterHandler$Tag: java.lang.Class cls -io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: int offset -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Imperial: double Value -okhttp3.internal.ws.RealWebSocket: int receivedPingCount -com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_multiChoiceItemLayout -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight_Dialog_Alert -james.adaptiveicon.R$color: int tooltip_background_light -wangdaye.com.geometricweather.R$attr: int helperText -wangdaye.com.geometricweather.R$layout: int container_main_details -retrofit2.http.HEAD -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dividerHorizontal -cyanogenmod.weather.CMWeatherManager$LookupCityRequestListener: void onLookupCityRequestCompleted(int,java.util.List) -wangdaye.com.geometricweather.db.entities.WeatherEntity: int temperature -com.google.android.material.button.MaterialButton: void setShouldDrawSurfaceColorStroke(boolean) -androidx.cardview.R$style: int CardView_Dark -com.xw.repo.bubbleseekbar.R$attr: int bsb_show_section_mark -androidx.fragment.R$dimen: int notification_subtext_size -wangdaye.com.geometricweather.R$layout: int widget_day_tile -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getRainPrecipitation() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: java.lang.String getDesc() -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: int maxConcurrency -com.jaredrummler.android.colorpicker.R$color: int secondary_text_disabled_material_light -androidx.coordinatorlayout.widget.CoordinatorLayout -androidx.appcompat.R$style: int Widget_AppCompat_ButtonBar -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onDetach() -com.turingtechnologies.materialscrollbar.CustomIndicator: int getIndicatorWidth() -cyanogenmod.themes.IThemeService: long getLastThemeChangeTime() -io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(int,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -androidx.swiperefreshlayout.R$id: int italic -androidx.legacy.coreutils.R$id: int line1 -com.jaredrummler.android.colorpicker.ColorPanelView: ColorPanelView(android.content.Context,android.util.AttributeSet) -androidx.preference.R$attr: int widgetLayout -com.google.android.material.R$styleable: int ViewStubCompat_android_inflatedId -androidx.constraintlayout.widget.R$attr: int drawableBottomCompat -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintVertical_weight -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator VOLBTN_MUSIC_CONTROLS_VALIDATOR -wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree daytimeWindDegree -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: android.graphics.Rect val$clipRect -com.google.android.material.R$styleable: int KeyTimeCycle_android_alpha -com.google.android.material.R$attr: int cornerFamilyTopLeft -cyanogenmod.themes.ThemeManager$1$2: ThemeManager$1$2(cyanogenmod.themes.ThemeManager$1,boolean) -com.bumptech.glide.integration.okhttp.R$attr: int fontProviderAuthority -wangdaye.com.geometricweather.R$layout: int item_about_line -okio.Segment -io.reactivex.internal.observers.LambdaObserver: boolean hasCustomOnError() -wangdaye.com.geometricweather.R$attr: int passwordToggleTint -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setLegacyRequestDisallowInterceptTouchEventEnabled(boolean) -androidx.preference.R$dimen: int abc_progress_bar_height_material -com.google.android.material.R$attr: int tabSelectedTextColor -io.reactivex.internal.schedulers.ScheduledDirectPeriodicTask: void run() -com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_temp_5 -androidx.appcompat.resources.R$attr: int ttcIndex -com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableStartCompat -com.google.android.material.R$drawable: R$drawable() -cyanogenmod.providers.CMSettings$System: boolean putFloat(android.content.ContentResolver,java.lang.String,float) -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_rightToLeft -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: io.reactivex.internal.disposables.SequentialDisposable task -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void access$600(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) -wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit valueOf(java.lang.String) -androidx.appcompat.R$dimen: int abc_dialog_padding_top_material -cyanogenmod.providers.CMSettings$DelimitedListValidator: android.util.ArraySet mValidValueSet -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_12 -com.google.android.material.R$style: int Widget_Design_ScrimInsetsFrameLayout -androidx.constraintlayout.widget.R$attr: int autoSizePresetSizes -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void innerCloseError(java.lang.Throwable) -com.google.android.material.R$layout: int design_text_input_end_icon -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: void setDefaultPhoneSub(int) -com.google.android.material.R$style: int TextAppearance_AppCompat_Inverse -james.adaptiveicon.R$drawable: int abc_list_divider_mtrl_alpha -com.google.android.material.R$styleable: int Chip_closeIcon -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setScaleX(float) -com.google.android.material.R$attr: int textAppearanceSmallPopupMenu -cyanogenmod.app.CustomTile$ExpandedListItem: void setExpandedListItemBitmap(android.graphics.Bitmap) -androidx.constraintlayout.widget.R$attr: int pivotAnchor -wangdaye.com.geometricweather.R$drawable: int flag_it -com.xw.repo.bubbleseekbar.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow snow -okhttp3.internal.ws.RealWebSocket: int receivedPingCount() -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: java.lang.String getWeatherPhase() -androidx.appcompat.R$styleable: int Toolbar_title -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_SeekBar -retrofit2.Utils: java.lang.reflect.Type getGenericSupertype(java.lang.reflect.Type,java.lang.Class,java.lang.Class) -cyanogenmod.providers.CMSettings$Secure: java.lang.String SYS_PROP_CM_SETTING_VERSION -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.lang.String Type -androidx.lifecycle.FullLifecycleObserverAdapter$1: int[] $SwitchMap$androidx$lifecycle$Lifecycle$Event -androidx.constraintlayout.widget.R$drawable: int abc_tab_indicator_material -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeRealFeelShaderTemperature(java.lang.Integer) -com.xw.repo.bubbleseekbar.R$attr: int autoSizeMaxTextSize -com.google.android.material.R$styleable: int[] MaterialButton -com.jaredrummler.android.colorpicker.R$id: int async -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String city -androidx.preference.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge -androidx.appcompat.R$style: int TextAppearance_Compat_Notification -androidx.appcompat.R$dimen: int notification_action_icon_size -android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -androidx.preference.R$id: int accessibility_custom_action_16 -androidx.preference.R$styleable: int PreferenceTheme_preferenceFragmentListStyle -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -com.google.android.material.R$styleable: int CustomAttribute_customFloatValue -retrofit2.Utils$WildcardTypeImpl -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: okio.Timeout timeout() -com.xw.repo.bubbleseekbar.R$color: int abc_tint_default -wangdaye.com.geometricweather.settings.dialogs.WechatDonateDialog: WechatDonateDialog() -wangdaye.com.geometricweather.R$style: int Base_DialogWindowTitle_AppCompat -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: java.lang.String unit -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void drain() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric Metric -wangdaye.com.geometricweather.R$id: int widget_clock_day_weather -com.jaredrummler.android.colorpicker.R$id: int scrollView -androidx.appcompat.widget.ViewStubCompat: void setLayoutInflater(android.view.LayoutInflater) -cyanogenmod.themes.ThemeManager$ThemeChangeListener: void onProgress(int) -android.didikee.donate.R$layout: int abc_activity_chooser_view -android.didikee.donate.R$dimen: int abc_action_bar_default_padding_end_material -cyanogenmod.app.IPartnerInterface$Stub$Proxy: java.lang.String getInterfaceDescriptor() -com.xw.repo.bubbleseekbar.R$id: int contentPanel -androidx.preference.R$styleable: int SwitchPreference_android_summaryOn -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_DialogWhenLarge -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: int bufferSize -wangdaye.com.geometricweather.R$color: int mtrl_btn_ripple_color -james.adaptiveicon.R$attr: int popupTheme -android.didikee.donate.R$bool: int abc_allow_stacked_button_bar -android.didikee.donate.R$styleable: int AppCompatTheme_checkboxStyle -androidx.preference.R$interpolator: int fast_out_slow_in -com.google.android.material.R$styleable: int CoordinatorLayout_keylines -james.adaptiveicon.R$attr: int colorBackgroundFloating -com.google.android.material.R$attr: int trackHeight -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_rotationX -androidx.viewpager.R$style: int TextAppearance_Compat_Notification_Time -androidx.preference.R$styleable: int MenuItem_showAsAction -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeSnowPrecipitationDuration -androidx.lifecycle.ProcessLifecycleOwner: void activityStarted() -wangdaye.com.geometricweather.R$attr: int collapsingToolbarLayoutStyle -wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerSizeTopLeft -androidx.appcompat.resources.R$styleable: int ColorStateListItem_alpha -wangdaye.com.geometricweather.R$styleable: int Transform_android_rotationX -com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter: void onAnimationReset() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean onMenuItemSelected(int,android.view.MenuItem) -wangdaye.com.geometricweather.R$attr: int alertDialogTheme -okhttp3.MediaType -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Speed Speed -androidx.vectordrawable.R$drawable: int notification_template_icon_low_bg -com.google.android.material.R$styleable: int TextInputLayout_prefixTextAppearance -james.adaptiveicon.R$styleable: int SearchView_android_imeOptions -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: boolean hasKey(java.lang.Object) -com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_android_fontStyle -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintBaseline_creator -com.google.android.material.R$dimen: int mtrl_slider_label_padding -com.google.android.material.R$dimen: int design_snackbar_text_size -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: HourlyEntityDao$Properties() -com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getTickInactiveTintList() -cyanogenmod.externalviews.ExternalViewProviderService$Provider: void onDetach() -io.reactivex.internal.observers.DeferredScalarDisposable: long serialVersionUID -androidx.constraintlayout.widget.R$attr: int actionMenuTextAppearance -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse -com.xw.repo.bubbleseekbar.R$drawable: int abc_text_cursor_material -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_AES_256_CBC_SHA -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox -androidx.constraintlayout.helper.widget.Flow: void setVerticalGap(int) -cyanogenmod.app.ThemeVersion: int CM11 -wangdaye.com.geometricweather.R$drawable: int btn_radio_on_to_off_mtrl_animation -com.bumptech.glide.load.DecodeFormat: com.bumptech.glide.load.DecodeFormat PREFER_RGB_565 -okhttp3.Address: okhttp3.HttpUrl url() -com.google.android.material.floatingactionbutton.FloatingActionButton: int getSizeDimension() -androidx.preference.R$drawable: int abc_ratingbar_material -okhttp3.HttpUrl$Builder: java.lang.String toString() -com.github.rahatarmanahmed.cpv.CircularProgressView$7 -androidx.swiperefreshlayout.R$dimen: int compat_button_padding_horizontal_material -com.google.android.material.floatingactionbutton.FloatingActionButton: void setBackgroundResource(int) -wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialog_backgroundInsetBottom -androidx.appcompat.widget.Toolbar: void setCollapseIcon(int) -okhttp3.internal.cache.InternalCache: void update(okhttp3.Response,okhttp3.Response) -androidx.transition.R$id: int action_text -androidx.coordinatorlayout.R$attr: int layout_anchor -androidx.lifecycle.MethodCallsLogger: java.util.Map mCalledMethods -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: void setPubTime(java.lang.String) -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: long period -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_TextView_SpinnerItem -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_Layout_android_layout_width -wangdaye.com.geometricweather.R$drawable: int shortcuts_wind_foreground -cyanogenmod.weather.RequestInfo: int hashCode() -wangdaye.com.geometricweather.common.ui.widgets.astro.MoonPhaseView: MoonPhaseView(android.content.Context,android.util.AttributeSet,int) -okhttp3.internal.tls.OkHostnameVerifier: boolean verifyHostname(java.lang.String,java.security.cert.X509Certificate) -com.google.android.material.datepicker.SingleDateSelector: android.os.Parcelable$Creator CREATOR -com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Body_Text -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ButtonBar -com.google.android.material.R$style: int Theme_Design_Light_BottomSheetDialog -com.xw.repo.bubbleseekbar.R$color: R$color() -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: void onAttachedToWindow() -wangdaye.com.geometricweather.R$id: int up -androidx.lifecycle.viewmodel.R: R() -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header -androidx.loader.R$drawable: int notification_template_icon_bg -androidx.coordinatorlayout.widget.CoordinatorLayout: void setFitsSystemWindows(boolean) -com.xw.repo.bubbleseekbar.R$attr: int windowNoTitle -com.google.android.material.R$styleable: int TextAppearance_android_textFontWeight -okhttp3.CipherSuite: CipherSuite(java.lang.String) -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: io.reactivex.Scheduler$Worker worker -james.adaptiveicon.R$attr: int actionModeBackground -androidx.preference.R$styleable: int[] ActionMenuItemView -androidx.appcompat.widget.MenuPopupWindow -androidx.dynamicanimation.R$layout: int notification_template_custom_big -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_scaleY -com.jaredrummler.android.colorpicker.R$id: int shortcut -androidx.constraintlayout.widget.R$id: int position -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$style: int material_card -wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation: wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation TOP -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge -io.reactivex.Observable: io.reactivex.Observable distinctUntilChanged() -wangdaye.com.geometricweather.R$attr: int transitionDisable -com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_centerY -com.google.android.material.R$styleable: int MaterialCardView_checkedIcon -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: void setContent(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean) -android.support.v4.os.ResultReceiver$MyRunnable: ResultReceiver$MyRunnable(android.support.v4.os.ResultReceiver,int,android.os.Bundle) -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List yundong -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_clear_material -com.jaredrummler.android.colorpicker.R$attr: int actionMenuTextColor -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ProgressIndicator_Circular_Indeterminate -com.xw.repo.bubbleseekbar.R$id: int decor_content_parent -james.adaptiveicon.R$string: int abc_action_bar_up_description -com.xw.repo.bubbleseekbar.R$attr: int allowStacking -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_constraint_referenced_ids -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Fullscreen -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain: java.lang.Float cumul6H -io.reactivex.Observable: io.reactivex.Observable timeInterval() -com.google.gson.stream.JsonReader: void beginArray() -androidx.lifecycle.LiveData: java.lang.Object mDataLock -wangdaye.com.geometricweather.R$attr: int isPreferenceVisible -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver inner -com.turingtechnologies.materialscrollbar.R$id: int view_offset_helper -android.didikee.donate.R$id: int submit_area -okhttp3.internal.cache.InternalCache -wangdaye.com.geometricweather.R$drawable: int notif_temp_64 -com.turingtechnologies.materialscrollbar.Indicator: int getTextSize() -wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.Object getKey(java.lang.Object) -okhttp3.internal.cache.DiskLruCache$3: void remove() -cyanogenmod.hardware.CMHardwareManager: boolean isSupported(int) -androidx.appcompat.R$styleable: int[] SwitchCompat -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_id -okhttp3.internal.connection.RouteException -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void onNext(java.lang.Object) -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: FlowableCreate$BaseEmitter(org.reactivestreams.Subscriber) -okio.SegmentedByteString: java.lang.Object writeReplace() -android.didikee.donate.R$color: int abc_tint_seek_thumb -cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType[] values() -androidx.constraintlayout.widget.R$id: int parent -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String pubTime -retrofit2.RequestFactory: java.lang.String httpMethod -retrofit2.Utils$GenericArrayTypeImpl: java.lang.reflect.Type componentType -io.reactivex.Observable: io.reactivex.Completable flatMapCompletable(io.reactivex.functions.Function) -cyanogenmod.app.Profile$DozeMode: int ENABLE -wangdaye.com.geometricweather.R$color: int bright_foreground_disabled_material_light -com.google.android.material.datepicker.RangeDateSelector: android.os.Parcelable$Creator CREATOR -com.google.android.material.timepicker.TimeModel -io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: void error(java.lang.Throwable) -androidx.recyclerview.R$id: int accessibility_custom_action_14 -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_104 -com.turingtechnologies.materialscrollbar.R$drawable: int avd_show_password -com.turingtechnologies.materialscrollbar.R$attr: int actionProviderClass -wangdaye.com.geometricweather.R$attr: int backgroundStacked -androidx.appcompat.widget.AppCompatTextView: int getAutoSizeMaxTextSize() -androidx.appcompat.R$attr: int lineHeight -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemTextColor -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void onComplete() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Metric: java.lang.String Unit -com.google.android.material.R$id: int text_input_start_icon -androidx.preference.R$attr: int switchTextAppearance -androidx.hilt.lifecycle.R$drawable: int notification_template_icon_bg -james.adaptiveicon.R$id: int action_bar_subtitle -androidx.constraintlayout.widget.R$styleable: int ActionMode_background -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Dialog -wangdaye.com.geometricweather.R$styleable: int PopupWindow_android_popupBackground -androidx.activity.R$dimen: int compat_button_padding_horizontal_material -androidx.hilt.work.R$styleable: int FontFamily_fontProviderFetchTimeout -okhttp3.internal.http2.Hpack$Reader: int readByte() -wangdaye.com.geometricweather.R$string: int introduce -androidx.coordinatorlayout.R$styleable: int FontFamilyFont_fontWeight -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer realFeelTemperature -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: void setZh_CN(java.lang.String) -okhttp3.internal.cache.DiskLruCache: void evictAll() -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: java.util.concurrent.atomic.AtomicLong index -okhttp3.Dispatcher -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item -okio.Segment: okio.Segment unsharedCopy() -androidx.hilt.R$styleable: int[] FragmentContainerView -com.google.android.material.R$style: int Base_Widget_AppCompat_ActionBar_TabBar -androidx.constraintlayout.widget.R$attr: int flow_padding -androidx.customview.R$dimen: int notification_large_icon_height -james.adaptiveicon.R$dimen: int notification_right_side_padding_top -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_DropDownItem -androidx.appcompat.R$attr: int dividerPadding -androidx.constraintlayout.widget.R$attr: int activityChooserViewStyle -wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig chineseCityEntityDaoConfig -androidx.core.R$attr: R$attr() -androidx.hilt.work.R$drawable: int notification_action_background -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatSeekBar_tickMarkTint -androidx.appcompat.resources.R$id: int line1 -androidx.preference.R$dimen: int abc_action_bar_overflow_padding_end_material -androidx.preference.R$styleable: int PreferenceTheme_checkBoxPreferenceStyle -com.google.android.material.R$styleable: int MaterialButton_strokeWidth -androidx.work.R$layout: int notification_action_tombstone -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder callTimeout(java.time.Duration) -com.google.android.material.card.MaterialCardView: void setRadius(float) -io.reactivex.internal.operators.observable.ObservableGroupBy$State: io.reactivex.internal.queue.SpscLinkedArrayQueue queue -com.google.android.material.R$styleable: int MaterialCardView_shapeAppearance -com.google.android.material.R$drawable: int abc_vector_test -com.turingtechnologies.materialscrollbar.R$attr: int iconTintMode -androidx.preference.R$color: int abc_search_url_text_normal -com.google.android.material.R$layout: int abc_list_menu_item_radio -androidx.preference.R$styleable: int[] SearchView -androidx.dynamicanimation.R$dimen: R$dimen() -wangdaye.com.geometricweather.R$drawable: int star_2 -com.jaredrummler.android.colorpicker.R$attr: int thumbTextPadding -androidx.constraintlayout.widget.R$styleable: int KeyCycle_motionProgress -com.google.android.material.R$drawable: int abc_item_background_holo_dark -android.didikee.donate.R$layout: int abc_alert_dialog_button_bar_material -okio.GzipSource: byte SECTION_BODY -com.google.android.material.slider.BaseSlider: float getMinSeparation() -wangdaye.com.geometricweather.db.entities.AlertEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.AlertEntity) -androidx.constraintlayout.widget.R$integer: int abc_config_activityShortDur -androidx.appcompat.widget.SearchView: void setIconified(boolean) -androidx.appcompat.R$color: int primary_text_default_material_dark -cyanogenmod.weather.IRequestInfoListener -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title -com.google.android.material.R$dimen: int abc_dropdownitem_icon_width -androidx.constraintlayout.widget.R$attr: int textAppearanceSearchResultTitle -androidx.preference.R$attr: int iconTint -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionMenuTextAppearance -android.didikee.donate.R$layout: int select_dialog_item_material -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WetBulbTemperature -androidx.constraintlayout.widget.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset -cyanogenmod.app.ICustomTileListener$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -okhttp3.ConnectionSpec -okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.tls.TrustRootIndex buildTrustRootIndex(javax.net.ssl.X509TrustManager) -wangdaye.com.geometricweather.R$styleable: int PreferenceFragment_android_layout -okhttp3.MultipartBody: void writeTo(okio.BufferedSink) -cyanogenmod.providers.CMSettings$DelimitedListValidator: CMSettings$DelimitedListValidator(java.lang.String[],java.lang.String,boolean) -androidx.work.R$id: int accessibility_custom_action_19 -com.google.android.material.button.MaterialButton: MaterialButton(android.content.Context) -androidx.appcompat.widget.ActionBarContextView: void setTitleOptional(boolean) -com.google.android.material.R$styleable: int SnackbarLayout_android_maxWidth -com.turingtechnologies.materialscrollbar.R$attr: int contentPadding -com.google.android.material.R$styleable: int NavigationView_itemShapeAppearanceOverlay -androidx.preference.R$styleable: int Toolbar_android_gravity -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) -wangdaye.com.geometricweather.db.entities.HistoryEntity: HistoryEntity(java.lang.Long,java.lang.String,java.lang.String,java.util.Date,long,int,int) -com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_drawableSize -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Button -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -androidx.preference.R$styleable: int LinearLayoutCompat_measureWithLargestChild -wangdaye.com.geometricweather.R$string: int material_hour_selection -androidx.appcompat.R$id: int async -cyanogenmod.hardware.CMHardwareManager: int GAMMA_CALIBRATION_RED_INDEX -com.google.android.material.R$styleable: int Constraint_layout_constraintWidth_max -androidx.constraintlayout.widget.R$dimen: int notification_big_circle_margin -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: int city_code -androidx.loader.R$drawable -androidx.hilt.lifecycle.R$drawable: int notification_tile_bg -androidx.lifecycle.ComputableLiveData$3: void run() -androidx.appcompat.widget.AppCompatSpinner: AppCompatSpinner(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$xml -androidx.core.widget.NestedScrollView -com.jaredrummler.android.colorpicker.R$dimen: int abc_dropdownitem_icon_width -cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_CLOCK -io.reactivex.internal.observers.DeferredScalarDisposable: boolean tryDispose() -androidx.appcompat.widget.ButtonBarLayout -androidx.work.impl.utils.futures.DirectExecutor: androidx.work.impl.utils.futures.DirectExecutor[] values() -com.google.android.material.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton -androidx.constraintlayout.motion.widget.MotionLayout: void setProgress(float) -androidx.constraintlayout.widget.R$attr: int customBoolean -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.String getWeatherSource() -androidx.core.R$id -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: java.lang.String getDirection() -android.didikee.donate.R$style: int Base_V22_Theme_AppCompat_Light -androidx.recyclerview.R$id: int text -cyanogenmod.weatherservice.WeatherProviderService$1: void processWeatherUpdateRequest(cyanogenmod.weather.RequestInfo) -androidx.loader.R$dimen: int notification_top_pad_large_text -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_radioButtonStyle -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse -org.greenrobot.greendao.AbstractDao: void updateKeyAfterInsertAndAttach(java.lang.Object,long,boolean) -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Integer relativeHumidityMin -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowFixedWidthMinor -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial: java.lang.String Unit -com.turingtechnologies.materialscrollbar.R$styleable: int ViewStubCompat_android_inflatedId -android.didikee.donate.R$id: int default_activity_button -wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayWeekProvider -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: java.lang.String getSpeed() -androidx.recyclerview.widget.RecyclerView: int getBaseline() -wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Bridge -androidx.drawerlayout.R$dimen: int notification_media_narrow_margin -com.xw.repo.bubbleseekbar.R$attr: int font -android.didikee.donate.R$attr: int actionOverflowButtonStyle -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_startIconTint -android.didikee.donate.R$color: int abc_hint_foreground_material_dark -androidx.swiperefreshlayout.R$id: int notification_background -cyanogenmod.app.ProfileManager: void removeNotificationGroup(android.app.NotificationGroup) -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit KPA -okio.Buffer$1: okio.Buffer this$0 -wangdaye.com.geometricweather.R$attr: int editTextStyle -androidx.constraintlayout.widget.R$id: int async -com.google.android.material.R$styleable: int Transition_android_id -androidx.preference.R$style: int Theme_AppCompat_Light_NoActionBar -com.google.gson.stream.JsonReader: boolean hasNext() -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_TabText -wangdaye.com.geometricweather.R$id: int withinBounds -okhttp3.Cache$CacheRequestImpl: okio.Sink body() -com.google.android.material.slider.BaseSlider -okhttp3.Dispatcher: int runningCallsCount() -okhttp3.internal.http1.Http1Codec: void writeRequestHeaders(okhttp3.Request) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setTemperature(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX) -androidx.lifecycle.LiveData$LifecycleBoundObserver: void detachObserver() -james.adaptiveicon.R$dimen: int highlight_alpha_material_colored -wangdaye.com.geometricweather.R$layout: int widget_day_oreo -com.google.android.material.R$id: int labelGroup -androidx.viewpager.R$id: int action_container -okhttp3.MultipartBody: okhttp3.MediaType originalType -wangdaye.com.geometricweather.R$attr: int materialCircleRadius -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -wangdaye.com.geometricweather.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable -okhttp3.MultipartBody: okhttp3.MediaType MIXED -androidx.core.R$color: R$color() -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: ILiveLockScreenManager$Stub$Proxy(android.os.IBinder) -androidx.preference.R$styleable: int[] CoordinatorLayout_Layout -com.xw.repo.bubbleseekbar.R$integer: int cancel_button_image_alpha -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: long serialVersionUID -androidx.preference.R$id: int accessibility_custom_action_31 -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void onNext(java.lang.Object) -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_Cut -cyanogenmod.providers.ThemesContract$PreviewColumns: ThemesContract$PreviewColumns() -android.didikee.donate.R$attr: int actionModeFindDrawable -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: Pollen(java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String) -com.google.android.material.R$color: int design_default_color_on_error -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionBar -androidx.preference.R$id: int accessibility_custom_action_10 -okio.BufferedSink: okio.BufferedSink writeString(java.lang.String,java.nio.charset.Charset) -com.google.android.material.R$attr: int dragScale -wangdaye.com.geometricweather.R$color: int material_grey_900 -com.google.android.material.R$styleable: int PopupWindow_android_popupBackground -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_subtitleTextColor -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderLayout -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: boolean active -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: ObservableBufferBoundary$BufferCloseObserver(io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver,long) -wangdaye.com.geometricweather.R$styleable: int KeyCycle_waveShape -com.jaredrummler.android.colorpicker.R$dimen: int abc_button_padding_horizontal_material -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService get() -wangdaye.com.geometricweather.R$styleable: int ActionBar_icon -wangdaye.com.geometricweather.R$drawable: int btn_checkbox_unchecked_mtrl -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: java.lang.String icon -androidx.preference.R$color: int material_blue_grey_800 -cyanogenmod.app.CustomTile: boolean collapsePanel -okhttp3.internal.Util: java.nio.charset.Charset UTF_32_BE -com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_enabled -androidx.customview.R$styleable: int GradientColor_android_startX -androidx.appcompat.R$style: int Widget_AppCompat_TextView_SpinnerItem -com.google.gson.stream.JsonReader: void endArray() -wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderToggleButton -wangdaye.com.geometricweather.R$drawable: int weather_rain_2 -com.google.android.material.transformation.FabTransformationBehavior: FabTransformationBehavior(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout: FitHorizontalSystemBarRootLayout(android.content.Context) -androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall -com.google.android.material.R$attr: int chipSpacingHorizontal -androidx.preference.R$attr: int actionModeBackground -androidx.preference.R$attr: int buttonIconDimen -com.google.android.material.R$styleable: int Constraint_android_layout_width -okio.Buffer: void readFully(okio.Buffer,long) -androidx.preference.R$styleable: int[] RecycleListView -androidx.lifecycle.extensions.R$style: int TextAppearance_Compat_Notification_Time -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_checkedIconMargin -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String getAlertId() -com.turingtechnologies.materialscrollbar.R$dimen: int design_appbar_elevation -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.MinutelyEntity) -wangdaye.com.geometricweather.R$id: int container_main_sun_moon_controlView -wangdaye.com.geometricweather.R$style: int Theme_Design_NoActionBar -retrofit2.OkHttpCall: retrofit2.Response execute() -com.jaredrummler.android.colorpicker.R$id: int transparency_layout -android.didikee.donate.R$styleable: int AlertDialog_singleChoiceItemLayout -com.google.android.material.R$styleable: int Layout_layout_constraintTop_creator -androidx.preference.R$styleable: int AppCompatTheme_actionModeCopyDrawable -okio.ByteString: int hashCode -okio.DeflaterSink: void deflate(boolean) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: void setBrandInfo(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX) -com.google.android.material.slider.BaseSlider: void setHaloTintList(android.content.res.ColorStateList) -com.google.android.material.R$style: int Base_V26_Theme_AppCompat -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void runSync() -android.didikee.donate.R$styleable: int[] CompoundButton -com.xw.repo.bubbleseekbar.R$attr: int fontProviderFetchTimeout -okhttp3.Dispatcher: java.lang.Runnable idleCallback -retrofit2.OkHttpCall: retrofit2.Response parseResponse(okhttp3.Response) -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void disposeInner() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: java.lang.String time -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Imperial Imperial -androidx.transition.R$drawable: int notification_bg_low -androidx.appcompat.R$id: int tag_unhandled_key_event_manager -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title -androidx.appcompat.R$styleable: int AppCompatImageView_tint -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton -androidx.preference.R$style: int Platform_AppCompat -com.turingtechnologies.materialscrollbar.R$styleable: int ViewStubCompat_android_id -androidx.preference.R$id: int customPanel -android.didikee.donate.R$layout: int select_dialog_singlechoice_material -androidx.activity.R$id: int right_icon -okhttp3.internal.http.HttpDate -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHeight_percent -okhttp3.logging.package-info -com.google.android.material.R$styleable: int ConstraintSet_android_translationZ -androidx.preference.R$dimen: int abc_text_size_display_4_material -androidx.appcompat.widget.FitWindowsFrameLayout: void setOnFitSystemWindowsListener(androidx.appcompat.widget.FitWindowsViewGroup$OnFitSystemWindowsListener) -james.adaptiveicon.R$dimen: int tooltip_y_offset_non_touch -com.jaredrummler.android.colorpicker.R$color: int abc_tint_spinner -com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Dialog_Bridge -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: java.util.concurrent.atomic.AtomicReference inner -com.google.android.material.R$dimen: int abc_text_size_medium_material -cyanogenmod.util.ColorUtils: double calculateDeltaE(double,double,double,double,double,double) -androidx.core.R$id: int tag_transition_group -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_120 -com.google.android.material.R$styleable: int BottomNavigationView_itemHorizontalTranslationEnabled -io.reactivex.Observable: io.reactivex.Observable scanWith(java.util.concurrent.Callable,io.reactivex.functions.BiFunction) -wangdaye.com.geometricweather.R$id: int container_main_header -retrofit2.KotlinExtensions$await$4$2: kotlinx.coroutines.CancellableContinuation $continuation -retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory create() -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_dialog_background_inset -wangdaye.com.geometricweather.R$styleable: int DialogPreference_android_dialogLayout -com.jaredrummler.android.colorpicker.R$attr: int preferenceInformationStyle -wangdaye.com.geometricweather.background.polling.basic.UpdateService -com.turingtechnologies.materialscrollbar.R$color: int mtrl_tabs_colored_ripple_color -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Title_Inverse -retrofit2.KotlinExtensions$await$2$2: kotlinx.coroutines.CancellableContinuation $continuation -com.github.rahatarmanahmed.cpv.R$styleable: R$styleable() -com.turingtechnologies.materialscrollbar.R$style: int Base_V21_Theme_AppCompat_Dialog -androidx.appcompat.R$style: int Platform_ThemeOverlay_AppCompat_Light -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeThunderstormPrecipitationDuration -androidx.lifecycle.ComputableLiveData$2 -com.turingtechnologies.materialscrollbar.R$id: int action_bar_subtitle -wangdaye.com.geometricweather.R$id: int item_weather_daily_pollen -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_PopupMenu_ListPopupWindow -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: io.reactivex.disposables.Disposable upstream -androidx.preference.R$layout: int abc_cascading_menu_item_layout -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_collapsedTitleGravity -james.adaptiveicon.R$id: int action_bar -androidx.activity.R$id: int notification_main_column -com.google.android.material.R$drawable: int mtrl_ic_error -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_1 -wangdaye.com.geometricweather.R$id: int widget_week_week_1 -android.didikee.donate.R$styleable: int SearchView_voiceIcon -com.github.rahatarmanahmed.cpv.CircularProgressView$3: CircularProgressView$3(com.github.rahatarmanahmed.cpv.CircularProgressView) -wangdaye.com.geometricweather.R$styleable: int[] ListPopupWindow -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_barrierMargin -androidx.vectordrawable.animated.R$id: int notification_main_column_container -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver(io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver) -wangdaye.com.geometricweather.common.ui.widgets.DrawerLayout: void setProgress(float) -androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type valueOf(java.lang.String) -wangdaye.com.geometricweather.R$layout: int widget_clock_day_horizontal -james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_drawableStart -com.jaredrummler.android.colorpicker.R$id: int tag_unhandled_key_event_manager -androidx.preference.R$attr: int suggestionRowLayout -com.google.android.material.R$dimen: int compat_button_inset_horizontal_material -com.turingtechnologies.materialscrollbar.R$id: int action_divider -cyanogenmod.weather.CMWeatherManager: void unregisterWeatherServiceProviderChangeListener(cyanogenmod.weather.CMWeatherManager$WeatherServiceProviderChangeListener) -wangdaye.com.geometricweather.R$color: int mtrl_chip_ripple_color -wangdaye.com.geometricweather.R$styleable: int Chip_chipBackgroundColor -okhttp3.internal.http.HttpHeaders -androidx.preference.R$style: int TextAppearance_AppCompat_Caption -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: java.lang.String getZh_TW() -cyanogenmod.themes.ThemeManager: int getProgress() -cyanogenmod.weatherservice.WeatherProviderService$1: cyanogenmod.weatherservice.WeatherProviderService this$0 -wangdaye.com.geometricweather.R$string: int key_card_alpha -com.google.android.material.R$styleable: int ConstraintSet_android_maxWidth -com.turingtechnologies.materialscrollbar.DragScrollBar: float getIndicatorOffset() -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) -okhttp3.internal.cache.DiskLruCache: okio.BufferedSink newJournalWriter() -cyanogenmod.app.CustomTile$Builder: boolean mSensitiveData -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability getPrecipitationProbability() -com.turingtechnologies.materialscrollbar.R$dimen: int abc_button_padding_horizontal_material -androidx.constraintlayout.widget.R$color: int abc_tint_seek_thumb -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub$Proxy: android.os.IBinder asBinder() -com.jaredrummler.android.colorpicker.R$attr: int colorError -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_TabBar -wangdaye.com.geometricweather.R$id: int widget_day_week_icon -com.google.android.material.R$attr: int colorPrimary -wangdaye.com.geometricweather.R$styleable: int Slider_tickColor -com.google.android.material.R$styleable: int TabLayout_tabIndicatorHeight -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Object readEntity(android.database.Cursor,int) -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_fontWeight -cyanogenmod.app.CMStatusBarManager: cyanogenmod.app.CMStatusBarManager getInstance(android.content.Context) -androidx.constraintlayout.widget.R$attr: int lineHeight -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_Switch -androidx.dynamicanimation.R$style: int TextAppearance_Compat_Notification_Line2 -cyanogenmod.externalviews.ExternalView$1: void onServiceDisconnected(android.content.ComponentName) -com.google.gson.stream.JsonWriter: void setIndent(java.lang.String) -okio.RealBufferedSource: void require(long) -io.reactivex.internal.util.HashMapSupplier: io.reactivex.internal.util.HashMapSupplier valueOf(java.lang.String) -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String HOMESCREEN_URI -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: void onError(java.lang.Throwable) -okhttp3.ConnectionSpec: boolean isCompatible(javax.net.ssl.SSLSocket) -james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall -androidx.dynamicanimation.R$styleable: int[] FontFamily -okio.Okio$1 -okhttp3.CertificatePinner$Pin: java.lang.String canonicalHostname -com.google.android.material.R$styleable: int Insets_paddingLeftSystemWindowInsets -androidx.appcompat.R$styleable: int[] ViewBackgroundHelper -wangdaye.com.geometricweather.remoteviews.config.Hilt_DayWeekWidgetConfigActivity -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: double HoursOfPrecipitation -com.google.android.material.R$id: int search_go_btn -wangdaye.com.geometricweather.R$layout: int support_simple_spinner_dropdown_item -androidx.appcompat.R$attr: int voiceIcon -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Long getId() -com.turingtechnologies.materialscrollbar.R$attr: int ratingBarStyle -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps$WarningTimelapsItem: int colorId -io.reactivex.internal.subscriptions.DeferredScalarSubscription: void cancel() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$TotalLiquid: java.lang.String Unit -com.github.rahatarmanahmed.cpv.CircularProgressView$8: CircularProgressView$8(com.github.rahatarmanahmed.cpv.CircularProgressView,float,float) -wangdaye.com.geometricweather.R$attr: int singleLine -com.google.android.material.R$style: int Theme_Design_NoActionBar -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title -androidx.preference.R$styleable: int AppCompatTextHelper_android_drawableEnd -okio.RealBufferedSink: okio.BufferedSink writeUtf8(java.lang.String,int,int) -io.reactivex.internal.util.NotificationLite: java.lang.Object getValue(java.lang.Object) -wangdaye.com.geometricweather.db.entities.DailyEntity -androidx.appcompat.R$style: int TextAppearance_Compat_Notification_Title -androidx.constraintlayout.widget.R$styleable: int GradientColorItem_android_color -james.adaptiveicon.R$drawable: int abc_spinner_mtrl_am_alpha -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setTextAppearanceInactive(int) -james.adaptiveicon.R$dimen: int disabled_alpha_material_dark -wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: java.lang.String admin -wangdaye.com.geometricweather.R$style: int large_title_text -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps$WarningTimelapsItem: MfWarningsResult$WarningTimelaps$WarningTimelapsItem() -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored -io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: void dispose() -wangdaye.com.geometricweather.R$styleable: int MaterialShape_shapeAppearanceOverlay -wangdaye.com.geometricweather.R$dimen: int abc_text_size_small_material -com.turingtechnologies.materialscrollbar.R$attr: int titleEnabled -com.google.android.material.R$attr: int tabPaddingTop -com.google.android.material.R$attr: int layout -com.google.android.material.R$styleable: int[] StateListDrawableItem -wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.String getLevel() -com.google.android.material.R$dimen: int abc_button_inset_vertical_material -androidx.activity.R$dimen: int compat_notification_large_icon_max_width -com.google.android.material.R$id: int dragRight -androidx.preference.R$color: int abc_btn_colored_borderless_text_material -androidx.customview.R$styleable: int GradientColor_android_endY -com.google.android.material.R$styleable: int KeyPosition_keyPositionType -com.google.android.material.R$styleable: int Chip_chipIconVisible -com.google.android.material.R$style: int Widget_MaterialComponents_AutoCompleteTextView_FilledBox -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light_DarkActionBar -com.google.android.material.R$style: int Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.internal.util.AtomicThrowable errors -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceListItem -wangdaye.com.geometricweather.R$attr: int preferenceCategoryStyle -wangdaye.com.geometricweather.R$styleable: int Layout_layout_goneMarginStart -com.google.android.material.R$attr: int chipStrokeWidth -okhttp3.internal.platform.JdkWithJettyBootPlatform: java.lang.String getSelectedProtocol(javax.net.ssl.SSLSocket) -com.google.android.material.R$styleable: int TextInputLayout_boxCornerRadiusTopEnd -wangdaye.com.geometricweather.R$styleable: int FitSystemBarRecyclerView_rv_side -androidx.viewpager.R$dimen: int compat_control_corner_material -android.didikee.donate.R$dimen: int abc_text_size_large_material -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float snowPrecipitation -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: void dispose() -androidx.preference.R$attr: int state_above_anchor -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: int OTHER_STATE_HAS_VALUE -androidx.recyclerview.R$styleable: int ColorStateListItem_android_alpha -wangdaye.com.geometricweather.R$id: int dialog_donate_wechat_img -okhttp3.Headers: okhttp3.Headers$Builder newBuilder() -androidx.appcompat.widget.AppCompatCheckBox: AppCompatCheckBox(android.content.Context,android.util.AttributeSet) -androidx.preference.R$color: int switch_thumb_disabled_material_dark -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color: int Blue -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver: io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver parent -androidx.preference.R$styleable: int SearchView_android_imeOptions -cyanogenmod.externalviews.KeyguardExternalView: void executeQueue() -io.reactivex.Observable: io.reactivex.Observable hide() -androidx.cardview.widget.CardView: int getContentPaddingBottom() -wangdaye.com.geometricweather.R$array: int pressure_units -wangdaye.com.geometricweather.R$style: int widget_text_clock -android.didikee.donate.R$dimen: int abc_dialog_fixed_height_minor -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Spinner_Underlined -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight_NoActionBar -androidx.appcompat.R$styleable: int CompoundButton_buttonCompat -com.google.android.material.R$color: int abc_tint_edittext -com.google.android.material.floatingactionbutton.FloatingActionButton: android.graphics.drawable.Drawable getContentBackground() -okhttp3.internal.connection.RealConnection: void onStream(okhttp3.internal.http2.Http2Stream) -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType[] values() -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: long serialVersionUID -androidx.preference.R$styleable: int AppCompatTextView_drawableEndCompat -com.bumptech.glide.integration.okhttp.R$attr: int layout_keyline -com.google.android.material.R$attr: int listLayout -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void request(long) -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit HPA -wangdaye.com.geometricweather.common.basic.models.weather.Alert: long getTime() -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property CityId -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_FloatingActionButton -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean dispatchTouchEvent(android.view.MotionEvent) -com.xw.repo.bubbleseekbar.R$attr: int buttonBarNegativeButtonStyle -androidx.hilt.work.R$style: int TextAppearance_Compat_Notification_Title -com.google.gson.stream.JsonToken -com.google.android.material.R$styleable: int AlertDialog_android_layout -james.adaptiveicon.R$attr: int commitIcon -okhttp3.internal.http2.Hpack$Writer: int evictToRecoverBytes(int) -io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: int limit -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeDegreeDayTemperature -androidx.hilt.R$attr: int fontStyle -cyanogenmod.alarmclock.ClockContract$InstancesColumns: int HIDE_NOTIFICATION_STATE -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: java.lang.String co -androidx.viewpager.widget.ViewPager: void removeOnPageChangeListener(androidx.viewpager.widget.ViewPager$OnPageChangeListener) -wangdaye.com.geometricweather.R$styleable: int MenuView_subMenuArrow -com.google.android.material.R$styleable: int Layout_layout_constraintLeft_toLeftOf -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Direction Direction -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowActionModeOverlay -com.xw.repo.bubbleseekbar.R$color: int background_material_light -androidx.appcompat.widget.Toolbar: void setTitleMarginTop(int) -androidx.hilt.R$styleable: int FontFamily_fontProviderFetchStrategy -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionButton -androidx.preference.R$styleable: int AppCompatTheme_textColorSearchUrl -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Button -androidx.hilt.lifecycle.R$id: int right_side -wangdaye.com.geometricweather.R$id: int chip1 -com.turingtechnologies.materialscrollbar.R$styleable: int[] AppCompatTheme -androidx.preference.R$string: int abc_menu_meta_shortcut_label -wangdaye.com.geometricweather.R$color: int colorTextSubtitle -androidx.hilt.R$id: int tag_unhandled_key_listeners -com.google.android.material.R$dimen: int design_bottom_navigation_item_max_width -retrofit2.converter.gson.GsonConverterFactory: GsonConverterFactory(com.google.gson.Gson) -com.google.android.material.textfield.TextInputLayout: void setHintInternal(java.lang.CharSequence) -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: boolean isDisposed() -com.google.android.material.textfield.TextInputEditText: java.lang.CharSequence getHint() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_92 -androidx.loader.R$attr: int font -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onBouncerShowing(boolean) -cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler: int MSG_ON_NEW_REQUEST -androidx.viewpager.R$styleable: int ColorStateListItem_android_alpha -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_curveFit -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_2_light -androidx.vectordrawable.animated.R$attr: int fontWeight -wangdaye.com.geometricweather.R$attr: int expandedTitleMarginEnd -androidx.appcompat.widget.AppCompatSpinner: void setDropDownHorizontalOffset(int) -com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_spinBars -okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner: java.lang.reflect.Method checkServerTrusted -androidx.appcompat.R$color: int abc_hint_foreground_material_dark -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_translation_z_base -androidx.appcompat.R$style: int Animation_AppCompat_Dialog -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature ApparentTemperature -androidx.swiperefreshlayout.R$color: int secondary_text_default_material_light -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setTotalPrecipitation(java.lang.Float) -cyanogenmod.hardware.CMHardwareManager: int[] getDisplayColorCalibrationArray() -wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.lang.String content -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability getPrecipitationProbability() -io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: long serialVersionUID -androidx.preference.R$id: int tag_accessibility_pane_title -android.didikee.donate.R$color: int abc_tint_edittext -androidx.fragment.R$id: int accessibility_custom_action_6 -androidx.lifecycle.MediatorLiveData: void onInactive() -androidx.preference.R$color: int abc_tint_default -androidx.transition.R$layout: int notification_template_icon_group -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: ObservableConcatMapSingle$ConcatMapSingleMainObserver(io.reactivex.Observer,io.reactivex.functions.Function,int,io.reactivex.internal.util.ErrorMode) -androidx.appcompat.R$styleable: int MenuItem_showAsAction -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric Metric -com.google.gson.stream.JsonWriter: java.lang.String[] REPLACEMENT_CHARS -wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig locationEntityDaoConfig -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric -androidx.drawerlayout.R$dimen: int notification_subtext_size -okhttp3.internal.connection.RouteSelector: okhttp3.Address address -androidx.appcompat.resources.R$style: R$style() -com.google.android.material.R$color: int mtrl_chip_close_icon_tint -androidx.viewpager2.R$id: int notification_main_column_container -wangdaye.com.geometricweather.R$attr: int materialAlertDialogTitleIconStyle -androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse -com.turingtechnologies.materialscrollbar.R$attr: int helperText -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_key -androidx.constraintlayout.widget.ConstraintLayout: void setMaxHeight(int) -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_dependency -wangdaye.com.geometricweather.R$layout: int widget_clock_day_vertical -cyanogenmod.profiles.RingModeSettings: RingModeSettings(android.os.Parcel) -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_dialogPreferenceStyle -com.turingtechnologies.materialscrollbar.DragScrollBar: DragScrollBar(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$attr: int colorSecondary -com.google.android.material.R$styleable: int NavigationView_itemTextColor -com.google.android.material.R$layout: int mtrl_layout_snackbar_include -androidx.constraintlayout.widget.R$styleable: int Motion_animate_relativeTo -com.google.android.material.R$attr: int actionBarTabStyle -cyanogenmod.weather.CMWeatherManager: java.util.Map mWeatherUpdateRequestListeners -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_al -com.xw.repo.bubbleseekbar.R$dimen: int highlight_alpha_material_colored -androidx.preference.R$styleable: int AppCompatTextView_textLocale -androidx.hilt.work.R$layout: int notification_action_tombstone -com.google.android.material.R$styleable: int DrawerArrowToggle_spinBars -com.turingtechnologies.materialscrollbar.R$attr: int scrimBackground -okhttp3.Response$Builder: okhttp3.Response$Builder sentRequestAtMillis(long) -wangdaye.com.geometricweather.db.entities.LocationEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) -androidx.legacy.coreutils.R$id: int icon -com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration -androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableCompat_android_visible -com.jaredrummler.android.colorpicker.R$dimen: int tooltip_precise_anchor_extra_offset -android.didikee.donate.R$styleable: int Toolbar_logo -cyanogenmod.os.Build: android.util.SparseArray sdkMap -androidx.appcompat.widget.ActionBarOverlayLayout: java.lang.CharSequence getTitle() -io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy BUFFER -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ImageButton -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: float getDensity(float) -retrofit2.Retrofit$Builder: Retrofit$Builder(retrofit2.Platform) -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: long serialVersionUID -androidx.viewpager2.R$layout: R$layout() -james.adaptiveicon.R$styleable: int RecycleListView_paddingBottomNoButtons -androidx.lifecycle.extensions.R$attr: int fontProviderFetchStrategy -okio.HashingSink: okio.ByteString hash() -androidx.constraintlayout.widget.R$anim: int abc_slide_out_bottom -com.bumptech.glide.R$attr: int fontStyle -com.google.android.material.tabs.TabLayout: android.content.res.ColorStateList getTabRippleColor() -wangdaye.com.geometricweather.R$string: int go_to_set -androidx.lifecycle.extensions.R$anim: int fragment_fast_out_extra_slow_in -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ListView -androidx.legacy.coreutils.R$layout -retrofit2.adapter.rxjava2.Result: java.lang.Throwable error -androidx.preference.R$style: int Theme_AppCompat_Light_DialogWhenLarge -androidx.appcompat.R$styleable: int PopupWindow_android_popupAnimationStyle -com.google.android.material.R$styleable: int Chip_chipIconTint -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: void onComplete() -com.google.android.material.R$attr: int motion_postLayoutCollision -com.turingtechnologies.materialscrollbar.R$animator: int mtrl_fab_transformation_sheet_expand_spec -wangdaye.com.geometricweather.R$id: int withText -androidx.preference.R$styleable: int AnimatedStateListDrawableCompat_android_visible -retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder addCallAdapterFactory(retrofit2.CallAdapter$Factory) -com.github.rahatarmanahmed.cpv.R -cyanogenmod.weather.CMWeatherManager$RequestStatus: int NO_MATCH_FOUND -com.google.android.material.slider.RangeSlider: void setThumbStrokeColor(android.content.res.ColorStateList) -com.google.android.material.R$id: int autoCompleteToEnd -okhttp3.logging.LoggingEventListener: void responseBodyStart(okhttp3.Call) -com.turingtechnologies.materialscrollbar.R$styleable: int CardView_cardElevation -com.google.android.material.R$style: int Base_Widget_MaterialComponents_ProgressIndicator_Linear -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_minWidth -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float getPM10() -androidx.lifecycle.SavedStateViewModelFactory: androidx.lifecycle.ViewModel create(java.lang.String,java.lang.Class) -cyanogenmod.weather.WeatherInfo: boolean isValidWeatherCode(int) -io.reactivex.internal.subscriptions.DeferredScalarSubscription: void request(long) -com.bumptech.glide.load.engine.CallbackException -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int PrecipitationProbability -wangdaye.com.geometricweather.R$string: int forecast -androidx.dynamicanimation.R$style: int Widget_Compat_NotificationActionText -androidx.preference.R$drawable: int btn_checkbox_checked_to_unchecked_mtrl_animation -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHeight_max -cyanogenmod.externalviews.ExternalView$4: void run() -okhttp3.internal.cache.DiskLruCache$Editor: boolean[] written -cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onScreenTurnedOff() -androidx.preference.R$styleable: int SwitchCompat_trackTintMode -androidx.recyclerview.widget.RecyclerView -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_alertDialogStyle -androidx.appcompat.widget.AppCompatImageButton: void setBackgroundDrawable(android.graphics.drawable.Drawable) -com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_android_orientation -androidx.swiperefreshlayout.R$id: int notification_main_column_container -com.jaredrummler.android.colorpicker.R$drawable: int abc_switch_track_mtrl_alpha -androidx.coordinatorlayout.R$id: int right_icon -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getNumGammaControls -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_subtitleTextAppearance -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_content_padding_fullscreen -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_70 -cyanogenmod.providers.CMSettings$Global: java.util.List getDelimitedStringAsList(android.content.ContentResolver,java.lang.String,java.lang.String) -com.google.android.material.R$dimen: int mtrl_calendar_landscape_header_width -androidx.hilt.work.R$id: int tag_accessibility_clickable_spans -okhttp3.internal.cache.DiskLruCache$Editor$1: DiskLruCache$Editor$1(okhttp3.internal.cache.DiskLruCache$Editor,okio.Sink) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$4: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 -okhttp3.Cache$Entry: okhttp3.Protocol protocol -com.google.android.material.R$styleable: int TextInputLayout_boxBackgroundMode -cyanogenmod.hardware.CMHardwareManager: int GAMMA_CALIBRATION_GREEN_INDEX -android.didikee.donate.R$id: int action_bar_activity_content -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_backgroundTint -cyanogenmod.profiles.LockSettings: int mValue -com.turingtechnologies.materialscrollbar.R$styleable: int[] ActionMenuItemView -com.google.gson.stream.JsonWriter: void writeDeferredName() -wangdaye.com.geometricweather.R$string: int sp_widget_multi_city -androidx.preference.R$id: int notification_main_column_container +com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemTextAppearanceActive +androidx.lifecycle.ProcessLifecycleOwner: void dispatchStopIfNeeded() +james.adaptiveicon.R$attr: int alertDialogButtonGroupStyle +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeTotalPrecipitationProbability() +okhttp3.internal.http.HttpDate$1: java.text.DateFormat initialValue() +okhttp3.internal.Util$2: java.lang.String val$name +okio.RealBufferedSink: okio.BufferedSink writeUtf8CodePoint(int) +androidx.activity.R$id: int accessibility_custom_action_19 +cyanogenmod.externalviews.KeyguardExternalView: void onScreenTurnedOn() +com.google.android.material.R$styleable: int[] NavigationView +cyanogenmod.app.Profile$ProfileTrigger: int describeContents() +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintTop_creator +cyanogenmod.providers.ThemesContract$ThemesColumns$InstallState +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.util.List Area +com.google.android.material.R$id: int circular +androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_marginLeft +james.adaptiveicon.R$styleable: int AlertDialog_multiChoiceItemLayout +androidx.appcompat.widget.Toolbar: void setLogo(android.graphics.drawable.Drawable) +androidx.preference.R$dimen: int abc_text_size_title_material +androidx.appcompat.widget.FitWindowsViewGroup +okhttp3.Cache$CacheRequestImpl: void abort() +androidx.recyclerview.R$styleable: int GradientColor_android_startColor +wangdaye.com.geometricweather.wallpaper.LiveWallpaperConfigActivity +com.google.android.material.R$styleable: int BottomNavigationView_itemHorizontalTranslationEnabled +wangdaye.com.geometricweather.R$drawable: int mtrl_tabs_default_indicator +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 +wangdaye.com.geometricweather.R$array: int week_icon_mode_values +androidx.preference.R$attr: int titleMargin +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: void setDataConnectionState(boolean) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: int CloudCover +android.didikee.donate.R$styleable: int AppCompatTheme_popupWindowStyle +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light +androidx.constraintlayout.widget.R$styleable: int KeyPosition_percentHeight +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_android_checkable +com.google.android.material.R$styleable: int AppCompatTheme_actionModeCutDrawable +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_shapeAppearanceOverlay +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode fromHttp2(int) +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: boolean otherDone +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow +wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_collapsedSize +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property Latitude +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: void onError(java.lang.Throwable) +androidx.vectordrawable.animated.R$drawable: int notification_bg +androidx.preference.R$id: int search_plate +androidx.appcompat.R$styleable: int Spinner_android_popupBackground +androidx.dynamicanimation.R$attr +wangdaye.com.geometricweather.R$id: int widget_clock_day_sensibleTemp +com.google.android.material.circularreveal.cardview.CircularRevealCardView: void setCircularRevealScrimColor(int) +wangdaye.com.geometricweather.R$style: int Widget_Design_Snackbar +com.turingtechnologies.materialscrollbar.R$attr: int scrimAnimationDuration +io.reactivex.Observable: io.reactivex.Observable switchOnNext(io.reactivex.ObservableSource,int) +com.google.android.material.R$attr: int boxBackgroundMode +okhttp3.internal.http2.Hpack$Reader: int dynamicTableByteCount +com.google.android.material.chip.Chip: void setTextAppearanceResource(int) +androidx.constraintlayout.widget.R$styleable: int Toolbar_navigationIcon +com.google.android.material.R$styleable: int MenuItem_actionLayout +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_Switch +wangdaye.com.geometricweather.R$layout: R$layout() com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_showText -androidx.customview.R$drawable: int notification_bg_low_pressed -androidx.lifecycle.ComputableLiveData$3: androidx.lifecycle.ComputableLiveData this$0 -androidx.work.impl.background.systemalarm.SystemAlarmService -androidx.work.R$attr: int alpha -androidx.core.R$styleable: int FontFamilyFont_android_fontVariationSettings -wangdaye.com.geometricweather.R$styleable: int TextAppearance_fontVariationSettings -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_temp_4 -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem -androidx.constraintlayout.widget.R$attr: int tooltipText -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xdt -wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.String direction -androidx.viewpager.R$dimen: int notification_right_icon_size -retrofit2.ParameterHandler$Header: ParameterHandler$Header(java.lang.String,retrofit2.Converter) -com.google.android.material.R$styleable: int ConstraintSet_flow_horizontalGap -wangdaye.com.geometricweather.R$color: int colorLine_light -wangdaye.com.geometricweather.R$color: int notification_background_rootLight -com.google.android.material.R$attr: int srcCompat -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial: java.lang.String Unit -androidx.appcompat.view.menu.ListMenuItemView -wangdaye.com.geometricweather.R$attr: int maxHeight -wangdaye.com.geometricweather.db.entities.MinutelyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode -androidx.appcompat.R$interpolator -androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State valueOf(java.lang.String) -okhttp3.Headers: void checkValue(java.lang.String,java.lang.String) -retrofit2.RequestFactory: boolean hasBody -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_switchTextAppearance -androidx.viewpager2.R$dimen: int fastscroll_minimum_range -com.google.android.material.R$attr: int floatingActionButtonStyle -com.turingtechnologies.materialscrollbar.DragScrollBar: DragScrollBar(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.bottomnavigation.BottomNavigationMenuView: BottomNavigationMenuView(android.content.Context) -androidx.preference.R$color: int secondary_text_disabled_material_dark -cyanogenmod.app.suggest.ApplicationSuggestion -com.google.android.material.R$styleable: int ActionBar_navigationMode -io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.BiFunction,boolean,int,int) -androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_width -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: io.reactivex.internal.fuseable.SimpleQueue queue -com.turingtechnologies.materialscrollbar.R$color: int design_snackbar_background_color -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: java.util.concurrent.TimeUnit unit -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float windSpeed -com.google.android.material.R$layout: int test_toolbar_surface -androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_ttcIndex -retrofit2.HttpServiceMethod$CallAdapted: retrofit2.CallAdapter callAdapter -android.didikee.donate.R$styleable: int LinearLayoutCompat_android_gravity -okhttp3.FormBody$Builder -wangdaye.com.geometricweather.R$drawable: int widget_week -androidx.hilt.work.R$attr: int fontStyle -androidx.preference.R$color: int bright_foreground_material_dark -io.reactivex.exceptions.UndeliverableException -wangdaye.com.geometricweather.R$attr: int toolbarStyle -retrofit2.DefaultCallAdapterFactory$1: retrofit2.Call adapt(retrofit2.Call) -androidx.hilt.work.R$styleable: int[] FragmentContainerView -androidx.appcompat.R$style: int Widget_AppCompat_CompoundButton_CheckBox -cyanogenmod.alarmclock.ClockContract$InstancesColumns: int POWER_OFF_ALARM_STATE -wangdaye.com.geometricweather.R$attr: int imageButtonStyle -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse -androidx.preference.R$attr: int dependency -androidx.appcompat.R$dimen: int notification_right_icon_size -androidx.preference.R$styleable: int[] SwitchPreferenceCompat -androidx.constraintlayout.widget.R$styleable: int OnClick_clickAction -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 -com.bumptech.glide.R$integer -androidx.appcompat.widget.AppCompatToggleButton: AppCompatToggleButton(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$dimen: int abc_button_padding_horizontal_material -androidx.appcompat.R$attr: int autoCompleteTextViewStyle -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ButtonBar -okhttp3.internal.http2.Http2Connection$Builder: boolean client -cyanogenmod.providers.CMSettings$DiscreteValueValidator: boolean validate(java.lang.String) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: int status -cyanogenmod.weather.WeatherLocation$1: java.lang.Object[] newArray(int) -androidx.preference.Preference: Preference(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: HistoryEntityDao$Properties() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean getForecastHourly() -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_borderWidth -cyanogenmod.platform.R$integer -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Medium -james.adaptiveicon.R$dimen: int abc_disabled_alpha_material_light -android.didikee.donate.R$style: int Widget_AppCompat_ListView_DropDown -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: io.reactivex.functions.Consumer onDrop -androidx.appcompat.widget.AppCompatToggleButton: AppCompatToggleButton(android.content.Context,android.util.AttributeSet,int) -androidx.preference.R$attr: int layout_anchorGravity -androidx.work.impl.background.systemalarm.ConstraintProxy: ConstraintProxy() -com.turingtechnologies.materialscrollbar.R$attr: int editTextStyle -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_queryHint -com.jaredrummler.android.colorpicker.R$layout: int abc_popup_menu_item_layout -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: java.lang.String value -james.adaptiveicon.R$style: int Widget_AppCompat_RatingBar_Indicator -androidx.lifecycle.LifecycleService: void onCreate() -androidx.constraintlayout.widget.R$styleable: int KeyPosition_curveFit -wangdaye.com.geometricweather.R$styleable: int SwitchPreference_switchTextOn -androidx.appcompat.widget.ActivityChooserView: void setProvider(androidx.core.view.ActionProvider) -com.google.gson.FieldNamingPolicy$4: FieldNamingPolicy$4(java.lang.String,int) -okhttp3.internal.http2.Http2Connection: long access$208(okhttp3.internal.http2.Http2Connection) -androidx.legacy.coreutils.R$dimen: int compat_control_corner_material -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: boolean access$702(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl,boolean) -wangdaye.com.geometricweather.R$anim: int btn_checkbox_to_checked_box_inner_merged_animation -wangdaye.com.geometricweather.R$id: int item_details -wangdaye.com.geometricweather.R$color: int ripple_material_dark -com.jaredrummler.android.colorpicker.ColorPickerView: ColorPickerView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$attr: int maxActionInlineWidth -com.google.android.material.internal.ForegroundLinearLayout: int getForegroundGravity() -okhttp3.internal.Util: int delimiterOffset(java.lang.String,int,int,char) -wangdaye.com.geometricweather.R$color: int androidx_core_secondary_text_default_material_light -okio.Segment: okio.Segment sharedCopy() -com.google.android.material.R$attr: int flow_firstVerticalBias -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: void setValue(java.util.List) -com.google.android.material.R$attr: int minHideDelay -androidx.recyclerview.R$dimen: int notification_action_icon_size -wangdaye.com.geometricweather.R$id: int container_main_details -cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator sColorValidator -androidx.constraintlayout.widget.R$styleable: int KeyTrigger_onCross -james.adaptiveicon.R$drawable: int abc_btn_switch_to_on_mtrl_00001 -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningAdvice -james.adaptiveicon.R$attr: int textAppearanceListItemSmall -wangdaye.com.geometricweather.R$attr: int trackTint -androidx.constraintlayout.widget.R$styleable: int KeyPosition_drawPath -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Position: MfCurrentResult$Position() -androidx.constraintlayout.widget.R$styleable: int ActionMenuItemView_android_minWidth -androidx.constraintlayout.widget.R$id: int cos -androidx.swiperefreshlayout.R$style -wangdaye.com.geometricweather.R$attr: int shrinkMotionSpec -cyanogenmod.app.Profile: cyanogenmod.app.ProfileGroup getDefaultGroup() -androidx.hilt.lifecycle.R$style -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getMoonPhaseDescription() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Speed Speed -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainNoLast: void completion() -com.xw.repo.bubbleseekbar.R$color: int abc_search_url_text_pressed -androidx.appcompat.R$attr: int buttonPanelSideLayout -io.reactivex.subjects.PublishSubject$PublishDisposable: boolean isDisposed() -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_arrow_drop_right_black_24dp -android.didikee.donate.R$color: int bright_foreground_inverse_material_light -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_queryHint -james.adaptiveicon.R$bool: R$bool() -wangdaye.com.geometricweather.R$string: int settings_title_notification_hide_icon -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow -androidx.appcompat.R$styleable: int GradientColor_android_endY -androidx.appcompat.R$string: int abc_menu_sym_shortcut_label -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_getProgress -androidx.customview.R$dimen: int notification_content_margin_start -androidx.preference.R$dimen: int abc_dialog_fixed_width_minor -androidx.appcompat.R$id: int progress_horizontal -com.jaredrummler.android.colorpicker.R$attr: int closeIcon -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_thumb_text_size -com.google.android.material.R$styleable: int AppCompatTheme_seekBarStyle -androidx.constraintlayout.widget.R$styleable: int Layout_minWidth -com.jaredrummler.android.colorpicker.R$attr: int dialogPreferenceStyle -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getAqiColor(android.content.Context) -com.google.android.material.R$dimen: int mtrl_calendar_action_confirm_button_min_width -com.google.gson.internal.$Gson$Types$WildcardTypeImpl: java.lang.reflect.Type upperBound -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Badge -okhttp3.Cookie$Builder: okhttp3.Cookie$Builder value(java.lang.String) -com.turingtechnologies.materialscrollbar.R$attr: int useCompatPadding -android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight -james.adaptiveicon.R$attr: int actionModePopupWindowStyle -retrofit2.converter.gson.GsonConverterFactory: com.google.gson.Gson gson -androidx.constraintlayout.helper.widget.Layer: void setElevation(float) -androidx.legacy.coreutils.R$styleable: int GradientColor_android_endColor -cyanogenmod.themes.ThemeManager$1: void onFinish(boolean) -androidx.appcompat.R$anim: int abc_fade_out -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: boolean modifyInHour -com.google.android.material.R$layout: int notification_action_tombstone -io.reactivex.internal.operators.observable.ObserverResourceWrapper: java.util.concurrent.atomic.AtomicReference upstream -com.google.android.material.R$id: int navigation_header_container -androidx.appcompat.R$styleable: int[] ActionBarLayout -okhttp3.CacheControl: boolean onlyIfCached() -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult$Temperature: AccuHourlyResult$Temperature() -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_goneMarginTop -cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void onAttach(android.os.IBinder) -androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable -androidx.preference.R$style: int Widget_AppCompat_ListPopupWindow -okhttp3.internal.connection.RouteDatabase: RouteDatabase() -com.google.android.material.slider.RangeSlider: void setTickTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_0 -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_PopupWindow -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_PopupMenu -okio.RealBufferedSource: java.lang.String readUtf8LineStrict() -androidx.appcompat.resources.R$styleable: int FontFamily_fontProviderFetchStrategy -james.adaptiveicon.R$attr: int switchMinWidth -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_spinnerStyle -android.didikee.donate.R$styleable: int MenuItem_android_menuCategory -androidx.vectordrawable.animated.R$drawable: int notification_bg_normal_pressed -android.didikee.donate.R$style: int Widget_AppCompat_ListPopupWindow -cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_USER_KEY -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionButton_Overflow -wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_dialogTitle -androidx.constraintlayout.helper.widget.Layer: Layer(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_DropDownItem -wangdaye.com.geometricweather.R$animator: int mtrl_fab_hide_motion_spec -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_elevation_material -com.google.android.material.R$dimen: int mtrl_navigation_item_shape_horizontal_margin -okhttp3.OkHttpClient$Builder: javax.net.SocketFactory socketFactory -wangdaye.com.geometricweather.R$attr: int placeholderTextAppearance -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: void drain() -com.jaredrummler.android.colorpicker.ColorPanelView: void setShape(int) -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Inverse -com.google.android.material.R$id: int startHorizontal -wangdaye.com.geometricweather.R$id: int activity_settings -wangdaye.com.geometricweather.R$string: int copy -wangdaye.com.geometricweather.R$id: int widget_trend_daily_item_5 -cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_MOBILEDATA -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult: java.util.List history -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean getSunRiseSet() -io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_voiceIcon -wangdaye.com.geometricweather.R$styleable: int[] ClockHandView -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_89 -androidx.lifecycle.ClassesInfoCache$MethodReference -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property Date -com.google.android.material.R$styleable: int CardView_cardCornerRadius -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Weather: MfHistoryResult$History$Weather() -io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) -androidx.constraintlayout.widget.Placeholder: Placeholder(android.content.Context) -okhttp3.Request: java.lang.Object tag(java.lang.Class) -james.adaptiveicon.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth -com.google.android.material.R$styleable: int ActionBar_progressBarStyle -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setLocationKey(java.lang.String) -com.jaredrummler.android.colorpicker.R$attr: int defaultQueryHint -com.jaredrummler.android.colorpicker.R$attr: int isPreferenceVisible -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_fixed_width_minor -cyanogenmod.media.MediaRecorder$AudioSource: int HOTWORD -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$attr: int itemShapeInsetStart -android.didikee.donate.R$id: int home -androidx.viewpager.R$dimen: int notification_top_pad -wangdaye.com.geometricweather.R$id: int item_icon_provider_get_more_appStore -androidx.appcompat.resources.R$id: int tag_transition_group -wangdaye.com.geometricweather.R$drawable: int shortcuts_clear_day -wangdaye.com.geometricweather.R$dimen: int material_filled_edittext_font_1_3_padding_bottom -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Overline -com.google.android.material.chip.Chip: void setCheckable(boolean) -wangdaye.com.geometricweather.R$drawable: int notif_temp_71 -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_centerColor -com.turingtechnologies.materialscrollbar.R$attr: int statusBarScrim -androidx.drawerlayout.R$styleable: int FontFamilyFont_android_font -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TimePicker_Display_TextInputEditText -androidx.preference.R$styleable: int AppCompatTheme_android_windowAnimationStyle -cyanogenmod.providers.CMSettings$Global: CMSettings$Global() -com.google.android.material.R$style: int Theme_MaterialComponents_NoActionBar -com.google.android.material.appbar.AppBarLayout: int getPendingAction() -android.didikee.donate.R$attr: int showTitle -okhttp3.internal.cache.DiskLruCache$3: okhttp3.internal.cache.DiskLruCache this$0 -com.google.android.material.transformation.ExpandableBehavior: ExpandableBehavior() -com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status CLEARED -com.jaredrummler.android.colorpicker.R$attr: int title -com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_android_fontWeight -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextView -wangdaye.com.geometricweather.R$styleable: int KeyCycle_waveOffset -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: void onComplete() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Speed: double Value -wangdaye.com.geometricweather.R$animator: int design_appbar_state_list_animator -wangdaye.com.geometricweather.R$attr: int popupMenuStyle -androidx.preference.R$id: int seekbar -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_icon_padding -okhttp3.Headers$Builder: okhttp3.Headers$Builder add(java.lang.String,java.lang.String) -cyanogenmod.themes.IThemeProcessingListener$Stub: IThemeProcessingListener$Stub() -io.reactivex.internal.functions.Functions$NaturalComparator: io.reactivex.internal.functions.Functions$NaturalComparator INSTANCE -androidx.legacy.coreutils.R$styleable: int[] GradientColorItem -james.adaptiveicon.R$styleable: int AppCompatTheme_windowMinWidthMinor -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_active_text_size -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_ActionBar -com.google.android.material.R$attr: int layout_constraintBottom_creator -androidx.fragment.R$id: int accessibility_custom_action_18 -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_textSize -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Button_Colored -wangdaye.com.geometricweather.R$attr: int yearStyle -com.jaredrummler.android.colorpicker.R$layout: int preference_widget_seekbar_material -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: boolean isDisposed() -android.didikee.donate.R$id: int image -android.didikee.donate.R$attr: int buttonBarNegativeButtonStyle -okhttp3.internal.http2.Settings: boolean isSet(int) -io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: void run() -com.bumptech.glide.integration.okhttp.R$id: int none -com.google.gson.stream.JsonReader: double nextDouble() -androidx.coordinatorlayout.R$styleable: int GradientColor_android_tileMode -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: boolean checkTerminated(boolean,boolean,org.reactivestreams.Subscriber) -com.xw.repo.bubbleseekbar.R$attr: int bsb_thumb_text_color -cyanogenmod.weatherservice.ServiceRequest: void cancel() -androidx.appcompat.R$styleable: int AppCompatTheme_actionModeBackground -wangdaye.com.geometricweather.R$style: int TextAppearance_Design_HelperText -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ListMenuView -wangdaye.com.geometricweather.db.entities.WeatherEntity: int getTemperature() +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.internal.DaoConfig config +wangdaye.com.geometricweather.R$styleable: int SwitchPreference_summaryOn +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.String weatherSource +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xnt +android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid +com.xw.repo.bubbleseekbar.R$color: int switch_thumb_normal_material_light +com.google.android.material.R$styleable: R$styleable() +cyanogenmod.themes.IThemeService$Stub$Proxy: boolean processThemeResources(java.lang.String) +androidx.core.widget.NestedScrollView: void setFillViewport(boolean) +com.google.android.material.R$styleable: int Badge_badgeGravity +androidx.constraintlayout.widget.R$color: int material_grey_600 +com.jaredrummler.android.colorpicker.R$styleable: int[] TextAppearance +androidx.viewpager2.R$drawable: int notify_panel_notification_icon_bg +androidx.constraintlayout.widget.R$styleable: int MotionScene_layoutDuringTransition +android.didikee.donate.R$color: int primary_text_default_material_light android.didikee.donate.R$id: int line3 -wangdaye.com.geometricweather.R$string: int date_format_widget_long -okhttp3.internal.http2.Http2Reader: void readPriority(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: java.lang.String getEn_US() -androidx.vectordrawable.R$dimen: int notification_top_pad -wangdaye.com.geometricweather.R$styleable: int OnSwipe_dragDirection -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: java.lang.String value -com.google.android.material.R$color: int design_default_color_on_secondary -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ListView_DropDown -wangdaye.com.geometricweather.R$attr: int cpv_maxProgress -com.google.android.material.R$id: int mtrl_picker_text_input_date -androidx.preference.R$style: int Base_V21_Theme_AppCompat_Light -wangdaye.com.geometricweather.main.utils.MainPalette: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$dimen: int abc_text_size_display_1_material -wangdaye.com.geometricweather.R$id: int notification_base_realtimeTemp -james.adaptiveicon.R$color: int switch_thumb_disabled_material_light -cyanogenmod.themes.ThemeManager: android.os.Handler access$200() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String getTitle() -james.adaptiveicon.R$styleable: int AppCompatTheme_android_windowIsFloating -androidx.preference.R$styleable: int SearchView_goIcon -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title -androidx.appcompat.R$styleable: int MenuView_android_itemTextAppearance -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language getInstance(java.lang.String) -androidx.drawerlayout.R$string: R$string() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum -androidx.recyclerview.R$styleable: int RecyclerView_layoutManager -com.google.android.material.R$attr: int framePosition -wangdaye.com.geometricweather.weather.apis.AtmoAuraIqaApi -wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_fontWeight -wangdaye.com.geometricweather.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable -cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onBouncerShowing(boolean) -com.google.android.material.R$styleable: int AppCompatTheme_buttonBarStyle -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_AES_256_GCM_SHA384 +cyanogenmod.hardware.ICMHardwareService +okhttp3.Cookie$Builder: okhttp3.Cookie$Builder secure() +androidx.appcompat.widget.DialogTitle +androidx.appcompat.widget.AppCompatTextView: void setCustomSelectionActionModeCallback(android.view.ActionMode$Callback) +com.xw.repo.bubbleseekbar.R$attr: int layout_behavior +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_endIconMode +androidx.constraintlayout.widget.R$style: int Base_Animation_AppCompat_DropDownUp +io.reactivex.internal.operators.observable.ObservableReplay$Node: ObservableReplay$Node(java.lang.Object) +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Object readKey(android.database.Cursor,int) +androidx.constraintlayout.widget.R$style: int Base_V26_Theme_AppCompat_Light +okhttp3.internal.ws.WebSocketProtocol: long CLOSE_MESSAGE_MAX +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String getRagweedDescription() +androidx.viewpager.R$drawable: int notification_bg +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored +com.google.android.material.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle +cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String EXTRA_ALARM_ID +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintCircleAngle +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.lang.String name +androidx.constraintlayout.widget.R$color: int background_floating_material_light +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Button +androidx.appcompat.R$id: int search_plate +androidx.constraintlayout.widget.R$interpolator: int fast_out_slow_in +com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_fabCradleVerticalOffset +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver +androidx.coordinatorlayout.R$styleable: int[] FontFamilyFont +android.didikee.donate.R$styleable: int SwitchCompat_thumbTextPadding +com.turingtechnologies.materialscrollbar.R$styleable: int[] FlowLayout +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: int consumed +com.xw.repo.bubbleseekbar.R$attr: int logoDescription +androidx.coordinatorlayout.R$styleable: int GradientColor_android_centerY +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_icon +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHeight_default +io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver +androidx.preference.R$drawable: int abc_cab_background_top_material +com.google.android.material.floatingactionbutton.FloatingActionButton: void setShowMotionSpecResource(int) +com.google.android.material.bottomnavigation.BottomNavigationMenuView: android.content.res.ColorStateList getItemTextColor() +com.google.android.material.R$styleable: int Toolbar_titleMarginTop +androidx.hilt.lifecycle.R$drawable: int notification_tile_bg +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse +androidx.work.R$id: int action_divider +androidx.preference.R$color: int dim_foreground_disabled_material_dark +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_SearchResult +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: android.os.IBinder asBinder() +wangdaye.com.geometricweather.R$styleable: int KeyTrigger_onPositiveCross +cyanogenmod.app.ICMStatusBarManager: void removeCustomTileWithTag(java.lang.String,java.lang.String,int,int) +androidx.coordinatorlayout.R$id: int line3 +androidx.hilt.lifecycle.R$dimen: int compat_notification_large_icon_max_height +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult: AtmoAuraQAResult() +androidx.preference.R$attr: int drawableStartCompat +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ListMenuView +androidx.appcompat.R$dimen: int abc_list_item_height_small_material +androidx.appcompat.R$styleable: int AppCompatTheme_actionBarStyle +androidx.appcompat.R$styleable: int AppCompatTheme_dividerVertical +androidx.constraintlayout.widget.R$styleable: int StateListDrawableItem_android_drawable +androidx.lifecycle.extensions.R$id: int title +androidx.preference.R$attr: int actionBarTabBarStyle +androidx.constraintlayout.widget.R$styleable: int[] ViewStubCompat +cyanogenmod.providers.CMSettings$Secure: java.lang.String getString(android.content.ContentResolver,java.lang.String) +android.didikee.donate.R$attr: int searchViewStyle +androidx.constraintlayout.motion.widget.MotionLayout: long getNanoTime() +com.google.android.material.progressindicator.ProgressIndicator: int[] getIndicatorColors() +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceInformationStyle +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_lastVerticalBias +androidx.constraintlayout.widget.Group: Group(android.content.Context,android.util.AttributeSet,int) +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode[] values() +wangdaye.com.geometricweather.R$styleable: int Chip_checkedIconVisible +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver parent +okio.Buffer: okio.ByteString sha512() +okhttp3.Cache: int ENTRY_BODY +com.xw.repo.bubbleseekbar.R$dimen: int abc_list_item_padding_horizontal_material +okhttp3.internal.cache.DiskLruCache: void close() +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: boolean done +com.jaredrummler.android.colorpicker.R$id: int action_divider +com.turingtechnologies.materialscrollbar.TouchScrollBar: float getIndicatorOffset() +com.google.android.material.R$attr: int closeItemLayout +wangdaye.com.geometricweather.R$string: int aqi_3 +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getPm10() +com.turingtechnologies.materialscrollbar.R$integer: int status_bar_notification_info_maxnum +com.google.android.material.R$styleable: int KeyCycle_android_scaleX +okio.AsyncTimeout: okio.AsyncTimeout head +android.didikee.donate.R$attr: int actionDropDownStyle +cyanogenmod.app.ProfileManager: void setActiveProfile(java.util.UUID) +okhttp3.HttpUrl: java.lang.String password() +wangdaye.com.geometricweather.R$layout: int abc_list_menu_item_radio +wangdaye.com.geometricweather.R$styleable: int MaterialButtonToggleGroup_checkedButton +androidx.appcompat.R$drawable: int abc_ic_menu_overflow_material +androidx.viewpager2.R$styleable: int[] ColorStateListItem +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarStyle +james.adaptiveicon.R$styleable: int Toolbar_titleTextAppearance +wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit PERCENT +com.google.android.material.R$attr: int closeIconEnabled +okhttp3.internal.http.RetryAndFollowUpInterceptor: int retryAfter(okhttp3.Response,int) +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Spinner_Underlined +wangdaye.com.geometricweather.R$color: int design_fab_stroke_top_inner_color +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: void drain() +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property CloudCover +androidx.customview.R$styleable: int[] GradientColorItem +com.turingtechnologies.materialscrollbar.R$attr: int firstBaselineToTopHeight +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Button +androidx.constraintlayout.widget.R$styleable: int AppCompatSeekBar_tickMarkTintMode +wangdaye.com.geometricweather.R$styleable: int Chip_closeIconEnabled +androidx.recyclerview.R$color: int ripple_material_light +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String date +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_autoSizeStepGranularity +io.reactivex.Observable: io.reactivex.Observable doOnTerminate(io.reactivex.functions.Action) +android.didikee.donate.R$color: int abc_hint_foreground_material_dark +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamily_fontProviderPackage +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource getInstance(java.lang.String) +okhttp3.CacheControl$Builder: int maxStaleSeconds +wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: SlidingItemContainerLayout(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$attr: int min +androidx.constraintlayout.widget.R$id: int autoCompleteToStart +okio.DeflaterSink: java.util.zip.Deflater deflater +cyanogenmod.providers.CMSettings$System: long getLong(android.content.ContentResolver,java.lang.String) +wangdaye.com.geometricweather.R$id: int dialog_time_setter_container +android.support.v4.app.INotificationSideChannel$Default: void cancelAll(java.lang.String) +android.didikee.donate.R$attr: int queryBackground +androidx.constraintlayout.widget.R$styleable: int ActionBar_displayOptions +com.jaredrummler.android.colorpicker.R$styleable: int[] AnimatedStateListDrawableTransition +wangdaye.com.geometricweather.R$id: int action_container +androidx.appcompat.R$string: int abc_menu_meta_shortcut_label +androidx.core.R$id: int accessibility_custom_action_8 +com.google.android.material.R$integer: int mtrl_calendar_header_orientation +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void innerCloseError(java.lang.Throwable) +cyanogenmod.app.Profile$LockMode +okhttp3.FormBody: java.util.List encodedValues +androidx.hilt.work.R$drawable: int notification_bg_low +james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarStyle +androidx.constraintlayout.widget.R$string: int abc_menu_shift_shortcut_label +androidx.customview.R$id: int forever +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SHOWERS +cyanogenmod.app.ThemeComponent: int id +com.google.android.material.R$attr: int popupMenuBackground +androidx.constraintlayout.widget.R$id: int edit_query +okio.InflaterSource: int bufferBytesHeldByInflater +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.R$dimen: int mtrl_low_ripple_hovered_alpha +androidx.viewpager2.R$dimen: int notification_right_side_padding_top +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionBar +com.google.android.material.R$id: int parent_matrix +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: int Age +okio.Buffer: byte readByte() +androidx.recyclerview.R$id: int accessibility_custom_action_26 +androidx.lifecycle.Lifecycling: Lifecycling() +com.google.android.material.R$styleable: int Slider_tickColorActive +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title +androidx.appcompat.R$styleable: int AppCompatTheme_borderlessButtonStyle +com.google.android.material.button.MaterialButton: void addOnCheckedChangeListener(com.google.android.material.button.MaterialButton$OnCheckedChangeListener) +androidx.constraintlayout.widget.R$styleable: int Transform_android_scaleY +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void drain() +retrofit2.adapter.rxjava2.CallExecuteObservable$CallDisposable: boolean disposed +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status: wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status LOADING +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ProgressIndicator_Circular_Indeterminate +cyanogenmod.app.IProfileManager$Stub: cyanogenmod.app.IProfileManager asInterface(android.os.IBinder) +com.google.android.material.R$attr: int layout_constraintHorizontal_chainStyle +wangdaye.com.geometricweather.R$dimen: int mtrl_transition_shared_axis_slide_distance +com.google.android.material.R$styleable: int Variant_region_widthMoreThan +androidx.core.R$id: int accessibility_custom_action_19 +com.google.android.material.R$styleable: int MaterialButton_shapeAppearance +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragment_android_divider +androidx.preference.R$style: int Base_V23_Theme_AppCompat +com.bumptech.glide.integration.okhttp.R$color +androidx.hilt.R$anim: int fragment_open_exit +androidx.customview.R$styleable: int FontFamilyFont_android_font +com.google.android.material.R$style: int TextAppearance_AppCompat_Tooltip +cyanogenmod.themes.ThemeManager: java.util.Set access$300(cyanogenmod.themes.ThemeManager) +com.google.android.material.R$styleable: int AnimatedStateListDrawableTransition_android_reversible +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_button_min_height_material +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionBar_TabBar +androidx.appcompat.R$attr: int paddingTopNoTitle +wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List getMinutelyForecast() +okhttp3.internal.http.HttpHeaders +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: boolean hasKey(java.lang.Object) +com.google.android.material.card.MaterialCardView: void setBackgroundInternal(android.graphics.drawable.Drawable) +androidx.hilt.work.R$drawable: int notification_icon_background +com.google.android.material.R$id: int async +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintTop_toBottomOf +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_statusBarForeground +wangdaye.com.geometricweather.R$id: int barrier +com.google.android.material.R$dimen: int design_bottom_navigation_active_item_min_width +android.didikee.donate.R$style: int Theme_AppCompat_Light_NoActionBar +com.xw.repo.bubbleseekbar.R$attr: int bsb_hide_bubble +com.google.android.material.timepicker.ClockHandView: void setOnActionUpListener(com.google.android.material.timepicker.ClockHandView$OnActionUpListener) +wangdaye.com.geometricweather.R$styleable: int MenuItem_alphabeticModifiers +com.google.android.material.R$id: int easeInOut +com.google.android.material.R$styleable: int FontFamily_fontProviderPackage +com.xw.repo.bubbleseekbar.R$color: int notification_action_color_filter +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: double lat +androidx.appcompat.R$style: int Widget_AppCompat_SeekBar_Discrete +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon +com.google.android.material.R$id: int search_close_btn +androidx.appcompat.resources.R$style +com.jaredrummler.android.colorpicker.R$attr: int tooltipForegroundColor +android.didikee.donate.R$styleable: int AppCompatTheme_windowFixedWidthMinor +wangdaye.com.geometricweather.R$dimen: int mtrl_fab_translation_z_hovered_focused +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeIcePrecipitationDuration() +com.google.gson.FieldNamingPolicy$2: FieldNamingPolicy$2(java.lang.String,int) +wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar +wangdaye.com.geometricweather.R$styleable: int MotionTelltales_telltales_velocityMode +androidx.constraintlayout.widget.R$drawable: int abc_ic_star_half_black_16dp +androidx.constraintlayout.widget.R$styleable: int TextAppearance_textAllCaps +cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onScreenTurnedOn() +com.google.android.material.R$color: int material_on_background_disabled +okhttp3.internal.http2.Http2Connection: long access$608(okhttp3.internal.http2.Http2Connection) +wangdaye.com.geometricweather.R$attr: int actionBarDivider +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dividerHorizontal +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: java.lang.String getWeathercn() +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_default_padding_end_material +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_barrierAllowsGoneWidgets +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: io.reactivex.functions.Function keySelector +wangdaye.com.geometricweather.R$array: int widget_styles +james.adaptiveicon.R$layout: int abc_dialog_title_material +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getLiveLockScreenThemePackageName() +wangdaye.com.geometricweather.R$id: int right_icon +androidx.fragment.app.Fragment$InstantiationException +com.turingtechnologies.materialscrollbar.R$attr: int maxImageSize +androidx.preference.R$color: int primary_dark_material_light +okhttp3.internal.http2.Http2Codec: java.lang.String CONNECTION +cyanogenmod.app.LiveLockScreenInfo: void cloneInto(cyanogenmod.app.LiveLockScreenInfo) +james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight +com.google.gson.JsonIOException +com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft +androidx.constraintlayout.widget.R$attr: int titleTextAppearance +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getPm25() +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: java.util.concurrent.atomic.AtomicReference upstream +cyanogenmod.providers.CMSettings$Secure: java.lang.String LOCKSCREEN_VISUALIZER_ENABLED +com.google.android.material.tabs.TabLayout: int getTabMinWidth() +io.reactivex.Observable: io.reactivex.Completable concatMapCompletable(io.reactivex.functions.Function) +cyanogenmod.themes.IThemeService$Stub$Proxy: long getLastThemeChangeTime() +io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: boolean isDisposed() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: java.lang.String brandId +com.google.android.material.R$id: int filled +androidx.transition.R$styleable: int FontFamily_fontProviderPackage +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.util.Date date +androidx.dynamicanimation.R$id: int right_icon +androidx.constraintlayout.utils.widget.ImageFilterView: float getContrast() +androidx.recyclerview.R$attr: int fontProviderFetchStrategy +androidx.swiperefreshlayout.widget.SwipeRefreshLayout$SavedState +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_logo +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_20 +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_thumbTint +wangdaye.com.geometricweather.R$id: int pathRelative +cyanogenmod.weather.RequestInfo: RequestInfo(android.os.Parcel) +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: android.os.IBinder mRemote +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse +com.google.android.material.R$dimen: int mtrl_card_dragged_z +okhttp3.Cache$CacheRequestImpl$1 +android.didikee.donate.R$attr: int colorControlActivated +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_menuCategory +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_numericShortcut +wangdaye.com.geometricweather.R$anim +james.adaptiveicon.R$attr: int listItemLayout +com.bumptech.glide.load.engine.GlideException: java.lang.Exception exception +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_CompactMenu +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu +wangdaye.com.geometricweather.R$id: int activity_widget_config_clockFontContainer +com.google.android.material.card.MaterialCardView: void setCheckedIconSizeResource(int) +cyanogenmod.profiles.AirplaneModeSettings$1: cyanogenmod.profiles.AirplaneModeSettings createFromParcel(android.os.Parcel) +androidx.constraintlayout.widget.R$string: int abc_menu_meta_shortcut_label +androidx.appcompat.widget.ViewStubCompat: int getInflatedId() +androidx.constraintlayout.widget.R$color: int abc_tint_btn_checkable +com.bumptech.glide.integration.okhttp.R$id: int left +okhttp3.Challenge: java.lang.String scheme +cyanogenmod.themes.IThemeProcessingListener$Stub$Proxy: android.os.IBinder asBinder() +wangdaye.com.geometricweather.R$id: int item_weather_daily_air_content +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float thunderstorm +androidx.appcompat.R$dimen: int abc_action_button_min_width_overflow_material +okhttp3.internal.ws.WebSocketProtocol: long PAYLOAD_BYTE_MAX +okhttp3.internal.ws.RealWebSocket: RealWebSocket(okhttp3.Request,okhttp3.WebSocketListener,java.util.Random,long) +wangdaye.com.geometricweather.R$styleable: int[] AlertDialog +com.google.android.material.chip.Chip: android.content.res.ColorStateList getCloseIconTint() +wangdaye.com.geometricweather.R$attr: int overlapAnchor +android.didikee.donate.R$styleable: int PopupWindow_android_popupAnimationStyle +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintLeft_toRightOf +io.reactivex.Observable: io.reactivex.Observable debounce(io.reactivex.functions.Function) +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.lang.String getLongDate(android.content.Context) +cyanogenmod.os.Build: Build() okhttp3.internal.http2.Hpack$Writer: int maxDynamicTableByteCount -wangdaye.com.geometricweather.R$attr: int snackbarStyle -com.google.android.material.R$style: int Base_Widget_AppCompat_Button_Colored -androidx.constraintlayout.widget.R$dimen: int abc_dialog_list_padding_bottom_no_buttons -androidx.preference.R$styleable: int ActionBar_contentInsetEnd -okio.HashingSource: java.security.MessageDigest messageDigest -androidx.viewpager.R$color: int ripple_material_light -cyanogenmod.weather.WeatherLocation$1: cyanogenmod.weather.WeatherLocation createFromParcel(android.os.Parcel) -androidx.cardview.R$attr: int cardUseCompatPadding -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void dispose() -wangdaye.com.geometricweather.R$attr: int dayTodayStyle -cyanogenmod.weatherservice.ServiceRequest -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ASSIST_WAKE_SCREEN_VALIDATOR -android.didikee.donate.R$id: int line1 -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem -com.jaredrummler.android.colorpicker.R$styleable: int Preference_dependency -io.reactivex.internal.subscriptions.SubscriptionHelper: io.reactivex.internal.subscriptions.SubscriptionHelper[] values() -androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_drawableStart -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintWidth_default -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_PSK_WITH_AES_128_CBC_SHA +wangdaye.com.geometricweather.R$id: int dialog_location_help_locationIcon +com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_radio_material +okhttp3.internal.http2.Http2Reader: void readPriority(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) +wangdaye.com.geometricweather.R$string: int phase_third +wangdaye.com.geometricweather.R$styleable: int Chip_hideMotionSpec +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle +wangdaye.com.geometricweather.R$style: int TestStyleWithLineHeight +okio.ByteString: int lastIndexOf(okio.ByteString,int) +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_Dialog_MinWidth +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_disableDependentsState +io.reactivex.internal.observers.DeferredScalarDisposable: boolean isDisposed() +com.turingtechnologies.materialscrollbar.MaterialScrollBar: MaterialScrollBar(android.content.Context,android.util.AttributeSet) +cyanogenmod.weatherservice.WeatherProviderService: cyanogenmod.weatherservice.IWeatherProviderServiceClient access$202(cyanogenmod.weatherservice.WeatherProviderService,cyanogenmod.weatherservice.IWeatherProviderServiceClient) +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String WALLPAPER_FULL +com.turingtechnologies.materialscrollbar.R$id: int up +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_paddingStart +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_orientation +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: int requestFusion(int) +io.reactivex.internal.disposables.ArrayCompositeDisposable +androidx.viewpager.R$dimen: int notification_big_circle_margin +okhttp3.internal.http2.Settings: int ENABLE_PUSH +androidx.appcompat.R$id: int action_text +com.google.android.material.appbar.AppBarLayout: void setTargetElevation(float) +wangdaye.com.geometricweather.R$id: int widget_week_icon +androidx.preference.R$style: int Widget_AppCompat_SearchView +com.google.android.material.R$string: int abc_menu_alt_shortcut_label +androidx.lifecycle.SavedStateHandle: java.util.Set keys() +wangdaye.com.geometricweather.R$color: int design_dark_default_color_on_error +wangdaye.com.geometricweather.R$drawable: int material_ic_clear_black_24dp +wangdaye.com.geometricweather.R$xml: int widget_trend_daily +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: java.lang.String getValue() +com.bumptech.glide.R$styleable: int FontFamilyFont_android_fontStyle +com.google.android.material.R$style: int TextAppearance_Design_Error +wangdaye.com.geometricweather.R$xml: int standalone_badge +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents +androidx.constraintlayout.widget.R$styleable: int KeyCycle_motionTarget +okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Stream newStream(int,java.util.List,boolean) +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: MfHistoryResult$Position() +io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber +com.jaredrummler.android.colorpicker.R$attr: int height +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionOverflowButtonStyle +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_TextInputEditText +androidx.constraintlayout.widget.R$dimen: int disabled_alpha_material_light +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_headerLayout +com.xw.repo.bubbleseekbar.R$layout: int abc_action_mode_bar +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getIcePrecipitation() +android.didikee.donate.R$string: int abc_searchview_description_query +wangdaye.com.geometricweather.R$dimen: int material_filled_edittext_font_1_3_padding_bottom +com.jaredrummler.android.colorpicker.R$attr: int colorPrimary +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: long EndEpochDate +androidx.constraintlayout.widget.R$styleable: int GradientColor_android_centerY +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.String country +com.google.android.material.R$attr: int boxCornerRadiusTopStart +androidx.constraintlayout.utils.widget.MotionTelltales: MotionTelltales(android.content.Context,android.util.AttributeSet,int) +androidx.appcompat.R$attr: int barLength +com.jaredrummler.android.colorpicker.R$attr: int cpv_showDialog +androidx.viewpager2.widget.ViewPager2: int getItemDecorationCount() +androidx.preference.R$style: int Base_ThemeOverlay_AppCompat_Dark +io.reactivex.internal.observers.BasicIntQueueDisposable: long serialVersionUID +wangdaye.com.geometricweather.main.utils.MainPalette +com.jaredrummler.android.colorpicker.ColorPreference +com.google.android.material.R$style: int Base_Widget_AppCompat_ActionBar_TabText +androidx.hilt.lifecycle.R$id: int notification_background +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_enabled +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_FONTS +okio.RealBufferedSource: java.lang.String readUtf8LineStrict(long) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonBarStyle +okhttp3.ResponseBody: java.io.Reader reader +wangdaye.com.geometricweather.R$id: int grassTitle +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator VOLUME_KEYS_CONTROL_RING_STREAM_VALIDATOR +androidx.vectordrawable.R$integer: R$integer() +wangdaye.com.geometricweather.R$styleable: int Insets_paddingBottomSystemWindowInsets +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: java.lang.String toValue(java.util.List) +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float ParticulateMatter2_5 +com.google.android.material.R$id: int autoComplete +okhttp3.internal.http2.Http2Connection$PingRunnable: void execute() +androidx.transition.R$dimen: int notification_small_icon_size_as_large +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_lastVerticalBias +wangdaye.com.geometricweather.R$drawable: int notif_temp_0 +androidx.constraintlayout.widget.R$id: int easeOut +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_BarSize +wangdaye.com.geometricweather.R$xml: int widget_clock_day_horizontal +io.reactivex.internal.util.VolatileSizeArrayList: long serialVersionUID +cyanogenmod.app.ThemeVersion$ComponentVersion: cyanogenmod.app.ThemeComponent component +wangdaye.com.geometricweather.R$styleable: int MaterialRadioButton_useMaterialThemeColors +okhttp3.Protocol: okhttp3.Protocol SPDY_3 +wangdaye.com.geometricweather.R$string: int mold +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Display1 +com.xw.repo.bubbleseekbar.R$id: int customPanel +androidx.preference.R$dimen: int item_touch_helper_swipe_escape_max_velocity +wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableCompat_android_dither +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_editor_absoluteX +wangdaye.com.geometricweather.R$id: int bidirectional +com.google.android.material.textfield.TextInputLayout: void setErrorIconOnLongClickListener(android.view.View$OnLongClickListener) +androidx.hilt.work.R$id: int accessibility_custom_action_4 +okhttp3.internal.ws.RealWebSocket$PingRunnable: RealWebSocket$PingRunnable(okhttp3.internal.ws.RealWebSocket) +wangdaye.com.geometricweather.R$styleable: int[] State +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_star_half_black_48dp +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_panelMenuListWidth +com.google.android.material.R$drawable: int abc_btn_radio_material_anim +com.google.android.material.appbar.CollapsingToolbarLayout: int getExpandedTitleMarginStart() +wangdaye.com.geometricweather.R$id: int decelerate +android.didikee.donate.R$attr: int buttonPanelSideLayout +com.jaredrummler.android.colorpicker.R$layout: int abc_action_bar_title_item +com.google.android.material.R$attr: int materialThemeOverlay +androidx.constraintlayout.widget.R$styleable: int StateListDrawable_android_dither +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult$Temperature Temperature +android.didikee.donate.R$drawable: int abc_ic_voice_search_api_material +okhttp3.Response: okhttp3.Protocol protocol +io.reactivex.internal.util.NotificationLite: boolean isError(java.lang.Object) +com.google.android.material.R$id: int barrier +androidx.constraintlayout.widget.R$dimen: int abc_action_button_min_width_overflow_material +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowActionBarOverlay +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Geometry +wangdaye.com.geometricweather.R$string: int feedback_search_location +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: java.util.concurrent.atomic.AtomicBoolean shouldConnect +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatImageView_tint +androidx.appcompat.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity +android.didikee.donate.R$dimen: int abc_config_prefDialogWidth +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_visible +com.turingtechnologies.materialscrollbar.R$attr: int boxCornerRadiusTopEnd +wangdaye.com.geometricweather.R$layout: int preference_information_material +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BATTERY_LIGHT_FULL_COLOR_VALIDATOR +com.jaredrummler.android.colorpicker.R$attr: int switchPreferenceStyle +wangdaye.com.geometricweather.db.entities.DailyEntity: void setId(java.lang.Long) +wangdaye.com.geometricweather.R$layout: int abc_action_bar_title_item +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Headline2 +cyanogenmod.weatherservice.IWeatherProviderService: void cancelOngoingRequests() +androidx.preference.R$color: int button_material_dark +com.xw.repo.bubbleseekbar.R$dimen: int compat_button_padding_horizontal_material +com.google.android.material.R$styleable: int AppCompatTextView_fontVariationSettings +com.jaredrummler.android.colorpicker.R$attr: int windowFixedHeightMinor +androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: void onComplete() +james.adaptiveicon.R$layout: int abc_screen_simple +com.google.android.material.R$attr: int textAppearanceListItemSmall +com.google.android.material.R$style: int Base_Widget_AppCompat_ImageButton +com.google.gson.stream.JsonReader: long MIN_INCOMPLETE_INTEGER +okhttp3.internal.platform.AndroidPlatform$CloseGuard: boolean warnIfOpen(java.lang.Object) +com.bumptech.glide.R$id: int icon +okhttp3.internal.http.CallServerInterceptor$CountingSink: void write(okio.Buffer,long) +com.jaredrummler.android.colorpicker.R$attr: int searchHintIcon +james.adaptiveicon.R$styleable: int DrawerArrowToggle_spinBars +wangdaye.com.geometricweather.R$id: int activity_widget_config_cardAlphaTitle +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_content_inset_material +androidx.swiperefreshlayout.R$id: int tag_accessibility_heading +android.didikee.donate.R$attr: int textAppearanceLargePopupMenu +androidx.appcompat.widget.AppCompatRadioButton: void setSupportButtonTintList(android.content.res.ColorStateList) +androidx.preference.R$attr: int elevation +android.didikee.donate.R$styleable: int AppCompatTheme_seekBarStyle +androidx.appcompat.R$id: int titleDividerNoCustom +androidx.dynamicanimation.animation.DynamicAnimation +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Metric: java.lang.String Unit +com.xw.repo.bubbleseekbar.R$color: int dim_foreground_disabled_material_dark +android.didikee.donate.R$styleable: int LinearLayoutCompat_Layout_android_layout_height +androidx.fragment.app.BackStackState +wangdaye.com.geometricweather.R$attr: int gestureInsetBottomIgnored +androidx.constraintlayout.widget.R$layout: int notification_template_icon_group +okhttp3.logging.LoggingEventListener$Factory +com.bumptech.glide.R$attr: int fontWeight +android.didikee.donate.R$styleable: int AlertDialog_buttonIconDimen +cyanogenmod.weather.WeatherInfo$DayForecast: boolean equals(java.lang.Object) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_editor_absoluteY +androidx.viewpager.R$dimen: int compat_notification_large_icon_max_height +okhttp3.Cache: void evictAll() +androidx.preference.R$dimen: int abc_dialog_padding_material +com.google.android.material.R$attr: int buttonStyleSmall +com.google.android.material.R$styleable: int[] Variant +androidx.constraintlayout.widget.R$styleable: int ViewStubCompat_android_id +com.google.android.material.R$styleable: int[] MotionLayout +okio.ByteString: int indexOf(byte[],int) +android.didikee.donate.R$styleable: int AppCompatTheme_dialogTheme +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getWeatherStart() +com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: java.lang.reflect.Type getGenericComponentType() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial: int UnitType +androidx.lifecycle.LifecycleDispatcher: java.util.concurrent.atomic.AtomicBoolean sInitialized +wangdaye.com.geometricweather.R$xml: int standalone_badge_gravity_top_start +com.google.android.material.R$dimen: int mtrl_large_touch_target +com.google.android.material.navigation.NavigationView: void setItemHorizontalPaddingResource(int) +com.jaredrummler.android.colorpicker.R$attr: int popupWindowStyle +wangdaye.com.geometricweather.R$layout: int notification_template_part_chronometer +androidx.viewpager2.R$dimen: int notification_top_pad_large_text +com.google.android.material.R$attr: int sizePercent +com.google.android.material.R$dimen: int mtrl_extended_fab_disabled_elevation +cyanogenmod.providers.CMSettings$Secure: android.net.Uri getUriFor(java.lang.String) +androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerViewAccessibilityDelegate getCompatAccessibilityDelegate() +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: ChineseCityEntity(java.lang.Long,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getWetBulbTemperature() +wangdaye.com.geometricweather.R$attr: int showDelay +okhttp3.internal.ws.RealWebSocket$CancelRunnable: okhttp3.internal.ws.RealWebSocket this$0 +io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable: boolean isDisposed() +com.turingtechnologies.materialscrollbar.R$string: int abc_searchview_description_search +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowFixedHeightMinor +wangdaye.com.geometricweather.R$color: int material_on_primary_emphasis_medium +android.didikee.donate.R$styleable: int View_paddingStart +androidx.fragment.app.FragmentContainerView: FragmentContainerView(android.content.Context,android.util.AttributeSet,int) +androidx.constraintlayout.widget.R$styleable: int[] ViewBackgroundHelper +androidx.appcompat.R$attr: int contentInsetEndWithActions +androidx.preference.TwoStatePreference: TwoStatePreference(android.content.Context,android.util.AttributeSet) +androidx.appcompat.widget.AppCompatToggleButton: AppCompatToggleButton(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: java.lang.String getTagValue() +androidx.customview.R$id: int time +james.adaptiveicon.R$attr: int backgroundSplit +androidx.preference.R$styleable: int ActionBar_contentInsetStartWithNavigation +wangdaye.com.geometricweather.R$styleable: int[] AnimatedStateListDrawableTransition +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: io.reactivex.Observer downstream +james.adaptiveicon.R$string: int abc_search_hint +wangdaye.com.geometricweather.R$attr: int subtitleTextStyle +okhttp3.internal.http.StatusLine: int code +com.google.android.material.R$dimen: int mtrl_snackbar_padding_horizontal +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_elevation +com.google.android.material.tabs.TabLayout: int getTabGravity() +com.google.android.material.R$id: int accessibility_custom_action_31 +androidx.drawerlayout.R$attr: int fontProviderQuery +androidx.fragment.app.FragmentManagerState +androidx.preference.R$styleable: int AlertDialog_showTitle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: java.util.List getValue() +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setCityId(java.lang.String) +cyanogenmod.content.Intent: java.lang.String ACTION_THEME_REMOVED +wangdaye.com.geometricweather.R$attr: int preferenceFragmentCompatStyle +com.google.android.material.R$color: int abc_search_url_text_pressed +androidx.constraintlayout.widget.R$id: int blocking +okio.GzipSink: void write(okio.Buffer,long) +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: java.lang.Object[] row +com.turingtechnologies.materialscrollbar.R$attr: int snackbarStyle +wangdaye.com.geometricweather.R$attr: int autoSizePresetSizes +wangdaye.com.geometricweather.R$attr: int textAppearanceOverline +retrofit2.RequestBuilder: okhttp3.HttpUrl$Builder urlBuilder +com.google.gson.internal.LazilyParsedNumber: int intValue() +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Display3 +com.google.android.material.R$attr: int trackHeight +okio.Buffer: long readAll(okio.Sink) +androidx.appcompat.resources.R$dimen: int notification_small_icon_size_as_large +cyanogenmod.profiles.LockSettings: LockSettings(int) +androidx.drawerlayout.R$attr: int fontStyle +io.reactivex.Observable: io.reactivex.Observable error(java.util.concurrent.Callable) +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.google.android.material.R$color: int mtrl_fab_bg_color_selector +androidx.constraintlayout.widget.R$styleable: int MenuView_android_itemTextAppearance +androidx.coordinatorlayout.R$styleable: int ColorStateListItem_android_alpha +retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$2: KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$2(retrofit2.Call) +com.google.android.material.R$attr: int snackbarStyle +androidx.preference.R$attr: int listPreferredItemHeightLarge +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: long EpochEndTime +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_verticalStyle +androidx.core.R$drawable: int notification_icon_background +okio.Buffer: okio.Buffer writeUtf8CodePoint(int) +wangdaye.com.geometricweather.R$id: int dialog_location_permission_statement_summary +com.google.android.material.slider.Slider: void setTickInactiveTintList(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$string: int abc_menu_ctrl_shortcut_label +com.xw.repo.bubbleseekbar.R$attr: int actionModeBackground +wangdaye.com.geometricweather.R$attr: int dropDownListViewStyle +james.adaptiveicon.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle +com.google.android.material.imageview.ShapeableImageView: void setStrokeColor(android.content.res.ColorStateList) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Humidity +androidx.constraintlayout.widget.R$styleable: int[] TextAppearance +androidx.activity.R$color +com.google.android.material.R$styleable: int[] TextInputLayout +androidx.appcompat.R$drawable: int abc_btn_radio_to_on_mtrl_000 +cyanogenmod.externalviews.KeyguardExternalView$3: android.graphics.Rect val$clipRect +androidx.vectordrawable.animated.R$dimen: int notification_content_margin_start +androidx.constraintlayout.widget.R$styleable: int Constraint_visibilityMode +wangdaye.com.geometricweather.R$attr: int cornerSize +wangdaye.com.geometricweather.R$drawable: int notif_temp_11 +android.didikee.donate.R$color: int abc_search_url_text_normal +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_15 +androidx.constraintlayout.widget.R$style: R$style() +com.google.android.material.R$layout: int test_chip_zero_corner_radius +wangdaye.com.geometricweather.R$styleable: int NavigationView_menu +wangdaye.com.geometricweather.R$layout: int mtrl_calendar_vertical +com.jaredrummler.android.colorpicker.R$attr: int dialogTheme +com.google.android.material.R$color: int cardview_dark_background +com.google.android.material.slider.Slider: android.content.res.ColorStateList getTrackActiveTintList() +okhttp3.internal.http2.Huffman: int encodedLength(okio.ByteString) +wangdaye.com.geometricweather.R$attr: int itemShapeAppearanceOverlay +com.google.android.material.R$styleable: int Constraint_flow_verticalAlign +cyanogenmod.externalviews.ExternalView$8: void run() +wangdaye.com.geometricweather.R$styleable: int RadialViewGroup_materialCircleRadius +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: java.lang.String getIcon() +io.reactivex.internal.util.VolatileSizeArrayList: boolean isEmpty() +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_normal +com.google.android.material.R$attr: int boxStrokeErrorColor +okio.Buffer: long size +com.google.android.material.R$color: int material_slider_inactive_track_color +androidx.fragment.R$styleable: int FontFamily_fontProviderPackage +com.turingtechnologies.materialscrollbar.R$attr: int ratingBarStyleIndicator +com.google.android.material.R$styleable: int ActionBar_progressBarPadding +com.google.android.material.R$id: int start +com.google.android.material.R$color: int mtrl_bottom_nav_item_tint +com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_listItemLayout +com.jaredrummler.android.colorpicker.R$id: int top +wangdaye.com.geometricweather.R$drawable: int weather_snow_mini_xml +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_AES_128_CBC_SHA256 +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_lastVerticalStyle +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: org.reactivestreams.Subscriber downstream +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getTranslateY() +com.xw.repo.bubbleseekbar.R$attr: int navigationContentDescription +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_DialogWhenLarge +androidx.vectordrawable.R$id: int line1 +com.google.android.material.R$styleable: int KeyCycle_android_rotationX +cyanogenmod.providers.CMSettings$Secure: boolean putFloat(android.content.ContentResolver,java.lang.String,float) +wangdaye.com.geometricweather.R$id: int reverseSawtooth +androidx.hilt.R$attr: int font +androidx.fragment.R$attr: R$attr() +androidx.coordinatorlayout.R$id: int accessibility_custom_action_30 +androidx.loader.R$style: int TextAppearance_Compat_Notification +androidx.drawerlayout.widget.DrawerLayout: float getDrawerElevation() +wangdaye.com.geometricweather.R$dimen: int abc_text_size_subtitle_material_toolbar +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Subhead +androidx.core.app.RemoteActionCompatParcelizer: androidx.core.app.RemoteActionCompat read(androidx.versionedparcelable.VersionedParcel) +androidx.appcompat.widget.ActionMenuView: void setOverflowIcon(android.graphics.drawable.Drawable) +cyanogenmod.weather.WeatherLocation +wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource: wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource CAIYUN +okhttp3.internal.http.RequestLine: RequestLine() +com.google.android.material.R$styleable: int[] ExtendedFloatingActionButton_Behavior_Layout +com.google.android.material.textfield.TextInputLayout: void setHint(int) +okhttp3.internal.http2.Http2Stream: long bytesLeftInWriteWindow +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_11 +androidx.constraintlayout.widget.R$layout: int abc_list_menu_item_radio +org.greenrobot.greendao.database.DatabaseOpenHelper: boolean loadSQLCipherNativeLibs +androidx.preference.R$drawable: int abc_spinner_mtrl_am_alpha +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHeight_min +retrofit2.OkHttpCall$ExceptionCatchingResponseBody$1 +cyanogenmod.providers.CMSettings$Secure: java.util.Map VALIDATORS +cyanogenmod.app.ThemeVersion$ThemeVersionImpl3 +android.didikee.donate.R$attr: int listPopupWindowStyle +androidx.hilt.R$anim: int fragment_fast_out_extra_slow_in +com.turingtechnologies.materialscrollbar.R$dimen: int notification_small_icon_background_padding +retrofit2.adapter.rxjava2.CallEnqueueObservable: void subscribeActual(io.reactivex.Observer) +com.google.android.material.R$layout: int test_toolbar_elevation +wangdaye.com.geometricweather.R$id: int widget_day_sign +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_menu_overflow_material +cyanogenmod.app.CustomTile$Builder: boolean mCollapsePanel +com.google.android.material.R$style: int Widget_AppCompat_DrawerArrowToggle +com.google.android.material.R$style: int Platform_AppCompat_Light +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$5: KeyguardExternalViewProviderService$Provider$ProviderImpl$5(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl,boolean) +okhttp3.Cache: int requestCount +android.didikee.donate.R$id: int title_template +com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat_Dialog +wangdaye.com.geometricweather.R$dimen: int mtrl_edittext_rectangle_top_offset +androidx.appcompat.resources.R$layout: int notification_action +androidx.hilt.work.R$id: int right_icon +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: boolean hasKey(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceSubtitle2 +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver(io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver) +wangdaye.com.geometricweather.R$id: int action_image +wangdaye.com.geometricweather.R$id: int widget_trend_hourly_item_5 +wangdaye.com.geometricweather.R$styleable: int Layout_chainUseRtl +com.google.android.material.R$attr: int homeAsUpIndicator +cyanogenmod.providers.CMSettings$2: CMSettings$2() +androidx.preference.R$dimen: int abc_text_size_body_2_material +com.jaredrummler.android.colorpicker.R$anim: int abc_fade_in +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_go_search_api_material +androidx.viewpager.R$dimen: int notification_subtext_size +com.google.android.material.textfield.TextInputLayout: void setHelperTextEnabled(boolean) +androidx.hilt.lifecycle.R$dimen: int compat_button_inset_horizontal_material +wangdaye.com.geometricweather.db.entities.MinutelyEntity: long time +androidx.preference.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: InkPageIndicator(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$id: int action_mode_bar +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_icon_1 +androidx.preference.R$styleable: int Preference_android_dependency +okio.RealBufferedSink$1: void flush() +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: java.lang.Object v1 +com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_android_layout +retrofit2.RequestFactory$Builder: boolean gotPart +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_PopupMenu +androidx.lifecycle.SavedStateViewModelFactory: android.os.Bundle mDefaultArgs +androidx.appcompat.R$styleable: int AppCompatTheme_actionBarTheme +androidx.constraintlayout.widget.R$styleable: int KeyPosition_drawPath +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Metric +androidx.appcompat.R$id: int accessibility_custom_action_27 +okhttp3.CacheControl: boolean isPublic +androidx.preference.R$style: int Widget_AppCompat_ActionBar_TabText +io.reactivex.internal.subscriptions.BasicIntQueueSubscription: void clear() +com.google.android.material.R$styleable: int KeyCycle_android_elevation +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionBar_TabView +com.turingtechnologies.materialscrollbar.R$color: int dim_foreground_disabled_material_dark +okio.ByteString: okio.ByteString hmacSha1(okio.ByteString) +wangdaye.com.geometricweather.R$styleable: int Spinner_android_prompt +cyanogenmod.app.IPartnerInterface$Stub$Proxy: IPartnerInterface$Stub$Proxy(android.os.IBinder) +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_31 +androidx.appcompat.widget.AppCompatRadioButton: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() +com.xw.repo.bubbleseekbar.R$dimen +cyanogenmod.weather.CMWeatherManager$RequestStatus +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric Metric +androidx.recyclerview.R$styleable: int RecyclerView_android_descendantFocusability +com.turingtechnologies.materialscrollbar.R$id: int activity_chooser_view_content +androidx.preference.R$styleable: int Preference_android_shouldDisableView +retrofit2.ParameterHandler$FieldMap: void apply(retrofit2.RequestBuilder,java.lang.Object) +com.jaredrummler.android.colorpicker.R$styleable: int CompoundButton_buttonTintMode +wangdaye.com.geometricweather.R$attr: int dividerPadding +okhttp3.internal.http2.Http2Connection: long degradedPongsReceived +james.adaptiveicon.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle +wangdaye.com.geometricweather.R$styleable: int ActionMode_height +retrofit2.Utils$GenericArrayTypeImpl: Utils$GenericArrayTypeImpl(java.lang.reflect.Type) +okhttp3.Cookie: okhttp3.Cookie parse(okhttp3.HttpUrl,java.lang.String) +com.google.gson.stream.JsonReader$1: void promoteNameToValue(com.google.gson.stream.JsonReader) +com.google.android.material.navigation.NavigationView: void setItemBackground(android.graphics.drawable.Drawable) +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_homeAsUpIndicator +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Caption +android.didikee.donate.R$dimen: int abc_action_bar_subtitle_top_margin_material +androidx.fragment.R$anim: int fragment_fade_exit +okhttp3.internal.cache.CacheInterceptor: boolean isContentSpecificHeader(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int[] ViewStubCompat +com.google.android.material.R$layout: int material_clock_period_toggle_land +okhttp3.Response$Builder: void checkPriorResponse(okhttp3.Response) +james.adaptiveicon.R$attr: int thumbTintMode +cyanogenmod.providers.CMSettings$InclusiveIntegerRangeValidator: CMSettings$InclusiveIntegerRangeValidator(int,int) +androidx.vectordrawable.animated.R$drawable: int notification_action_background +androidx.appcompat.R$styleable: int AppCompatTheme_colorPrimary +androidx.fragment.app.FragmentManager +james.adaptiveicon.R$string: int abc_action_bar_up_description +james.adaptiveicon.R$drawable: int notification_bg_normal_pressed +androidx.constraintlayout.widget.R$attr: int backgroundSplit +android.didikee.donate.R$drawable: int abc_textfield_search_default_mtrl_alpha +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_translation_z_pressed +com.turingtechnologies.materialscrollbar.R$drawable: int notification_template_icon_bg +com.google.android.material.R$dimen: int abc_list_item_height_material +okhttp3.logging.HttpLoggingInterceptor: okhttp3.logging.HttpLoggingInterceptor$Level level +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void onComplete() +io.reactivex.internal.queue.SpscArrayQueue: void soElement(int,java.lang.Object) +androidx.lifecycle.ProcessLifecycleOwner: android.os.Handler mHandler +wangdaye.com.geometricweather.R$attr: int boxStrokeWidthFocused +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Dialog_FixedSize +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_45 +cyanogenmod.power.IPerformanceManager$Stub$Proxy: int getPowerProfile() +com.xw.repo.bubbleseekbar.R$drawable: int abc_list_selector_disabled_holo_dark +android.didikee.donate.R$styleable: int AppCompatTheme_buttonBarStyle +wangdaye.com.geometricweather.R$layout: int design_navigation_item_subheader +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Bridge +com.google.android.material.R$string: int material_timepicker_text_input_mode_description +com.google.android.material.internal.NavigationMenuItemView: void setCheckable(boolean) +androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_seek_step_section +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_showAsAction +com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_text_color_disabled +com.google.android.material.R$string: int material_timepicker_clock_mode_description +androidx.work.WorkInfo$State: androidx.work.WorkInfo$State[] values() +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void clear(io.reactivex.internal.queue.SpscLinkedArrayQueue) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_scaleX +wangdaye.com.geometricweather.R$drawable: int notif_temp_111 +okhttp3.internal.http2.Http2Connection$ReaderRunnable +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintBottom_toBottomOf +androidx.constraintlayout.widget.R$id: int action_mode_bar +androidx.recyclerview.R$id: R$id() +okio.RealBufferedSource: byte[] readByteArray() +com.google.android.material.R$styleable: int MenuView_android_headerBackground +wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig weatherEntityDaoConfig +com.google.android.material.textfield.TextInputLayout: com.google.android.material.shape.MaterialShapeDrawable getBoxBackground() +androidx.preference.R$styleable: int SearchView_defaultQueryHint +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeCopyDrawable +retrofit2.Call +com.google.android.material.R$attr: int staggered +cyanogenmod.app.ProfileManager: cyanogenmod.app.ProfileGroup getActiveProfileGroup(java.lang.String) +androidx.preference.R$styleable: int GradientColor_android_tileMode +com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_colorShape +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property WeatherCode +com.google.android.material.R$color: int material_on_background_emphasis_medium +com.xw.repo.bubbleseekbar.R$styleable: int ViewBackgroundHelper_backgroundTint +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void innerComplete() +android.didikee.donate.R$drawable: int abc_list_pressed_holo_light +cyanogenmod.externalviews.KeyguardExternalView$4: KeyguardExternalView$4(cyanogenmod.externalviews.KeyguardExternalView) +com.bumptech.glide.R$id: int top +androidx.constraintlayout.widget.ConstraintLayout: void setMaxHeight(int) +com.google.android.material.R$id: int mtrl_calendar_frame +cyanogenmod.providers.CMSettings$System: java.lang.String KEY_ASSIST_ACTION +wangdaye.com.geometricweather.R$dimen: int fastscroll_margin +androidx.viewpager2.R$styleable: int ColorStateListItem_android_alpha +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarSwipeRefreshLayout: FitSystemBarSwipeRefreshLayout(android.content.Context,android.util.AttributeSet) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionDropDownStyle +com.turingtechnologies.materialscrollbar.R$attr: int actionBarItemBackground +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: void cancel(io.reactivex.internal.queue.SpscLinkedArrayQueue,io.reactivex.internal.queue.SpscLinkedArrayQueue) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_popupWindowStyle +wangdaye.com.geometricweather.R$id: int subtitle +wangdaye.com.geometricweather.R$drawable: int weather_haze_1 +james.adaptiveicon.R$styleable: int AppCompatTheme_buttonBarStyle +androidx.hilt.R$drawable: int notification_icon_background +retrofit2.Platform: java.lang.reflect.Constructor lookupConstructor +com.jaredrummler.android.colorpicker.R$style: int Base_V7_Theme_AppCompat_Light androidx.appcompat.widget.AppCompatButton: int getAutoSizeStepGranularity() -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService newInstance(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationApi,io.reactivex.disposables.CompositeDisposable) -com.turingtechnologies.materialscrollbar.R$attr: int titleMarginStart -wangdaye.com.geometricweather.R$attr: int voiceIcon -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial: int UnitType +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_goneMarginRight +com.bumptech.glide.R$attr: int layout_behavior +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_NoActionBar +androidx.vectordrawable.R$drawable: int notification_bg_normal_pressed +okhttp3.internal.http2.Http2Connection$ReaderRunnable$2: okhttp3.internal.http2.Http2Connection$ReaderRunnable this$1 +com.turingtechnologies.materialscrollbar.R$attr: int fontVariationSettings +wangdaye.com.geometricweather.R$styleable: int Toolbar_menu +androidx.activity.R$styleable: int FontFamilyFont_ttcIndex +androidx.core.widget.NestedScrollView$SavedState +androidx.constraintlayout.widget.R$styleable: int Toolbar_titleTextAppearance +androidx.viewpager2.R$attr: int alpha +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType UpdateInTxIterable +com.xw.repo.bubbleseekbar.R$attr: int actionButtonStyle +androidx.preference.R$dimen: int abc_disabled_alpha_material_light +androidx.preference.R$styleable: int AppCompatTheme_actionModeStyle +cyanogenmod.app.StatusBarPanelCustomTile: android.os.UserHandle getUser() +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeRainPrecipitationDuration(java.lang.Float) +androidx.appcompat.R$attr: int actionBarDivider +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_textStyle +wangdaye.com.geometricweather.R$attr: int tooltipFrameBackground +androidx.constraintlayout.widget.R$styleable: int MenuGroup_android_id +androidx.annotation.Keep +androidx.transition.R$styleable: int FontFamilyFont_android_fontStyle +androidx.recyclerview.R$styleable: int FontFamilyFont_font +com.google.android.material.R$attr: int showDividers +androidx.appcompat.widget.SearchView +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintVertical_chainStyle +androidx.vectordrawable.R$id: int right_icon +wangdaye.com.geometricweather.R$attr: int srcCompat +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.internal.TableStatements statements +androidx.lifecycle.ProcessLifecycleOwner: void attach(android.content.Context) +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: void onNext(java.lang.Object) +androidx.lifecycle.MediatorLiveData$Source: androidx.lifecycle.LiveData mLiveData +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_menu_cut_mtrl_alpha +okio.Buffer: okio.BufferedSink emitCompleteSegments() +androidx.drawerlayout.R$id: int line3 +com.turingtechnologies.materialscrollbar.R$attr: int state_collapsed +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeRealFeelTemperature(java.lang.Integer) +androidx.preference.R$styleable: int AnimatedStateListDrawableCompat_android_visible +retrofit2.DefaultCallAdapterFactory +cyanogenmod.themes.ThemeManager$1: ThemeManager$1(cyanogenmod.themes.ThemeManager) +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: SwipeRefreshLayout(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: void setNumberString(java.lang.String) +com.xw.repo.bubbleseekbar.R$string: int abc_menu_ctrl_shortcut_label +okhttp3.internal.tls.DistinguishedNameParser: int end +com.google.android.material.R$styleable: int ConstraintSet_motionStagger +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_title_baseline_to_top +okhttp3.Cache: void flush() +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintBaseline_creator +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_clear_material +androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge +com.google.android.material.slider.RangeSlider: void setTickVisible(boolean) +com.google.android.material.R$style: int Widget_MaterialComponents_ProgressIndicator_Circular_Determinate +wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: void setProgressBackgroundColor(int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial: double Value +androidx.constraintlayout.widget.R$dimen: int abc_edit_text_inset_horizontal_material +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: void onSuccess(java.lang.Object) +androidx.appcompat.R$styleable: int FontFamilyFont_ttcIndex +androidx.work.R$style: R$style() +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Display4 +okio.ByteString: java.lang.String base64() +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_draggable +androidx.fragment.app.FragmentContainerView: void setLayoutTransition(android.animation.LayoutTransition) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String weatherStart +com.google.android.material.R$dimen: int abc_text_size_caption_material +wangdaye.com.geometricweather.R$drawable: int weather_haze_mini_dark +androidx.preference.R$string: int abc_searchview_description_voice +wangdaye.com.geometricweather.R$string: int feedback_restart +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_Alert_Bridge +androidx.preference.R$drawable: int abc_ratingbar_indicator_material +com.jaredrummler.android.colorpicker.R$drawable: int abc_text_select_handle_left_mtrl_light +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getDailyForecast() +wangdaye.com.geometricweather.R$style: int Base_MaterialAlertDialog_MaterialComponents_Title_Panel +okhttp3.internal.http.CallServerInterceptor: CallServerInterceptor(boolean) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_textLocale +wangdaye.com.geometricweather.R$string: int key_widget_day_week +wangdaye.com.geometricweather.db.entities.LocationEntityDao: wangdaye.com.geometricweather.db.entities.LocationEntity readEntity(android.database.Cursor,int) +com.github.rahatarmanahmed.cpv.CircularProgressView$5: boolean wasCancelled +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType TransactionCallable +cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.DisplayMode getCurrentDisplayMode() +androidx.constraintlayout.widget.R$attr: int flow_firstVerticalBias +androidx.preference.R$style: int Widget_AppCompat_ActionBar_TabView +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintTag +androidx.preference.R$styleable: int CheckBoxPreference_summaryOff +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: boolean done +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_lineHeight +wangdaye.com.geometricweather.R$string: int wind_11 +androidx.work.R$styleable: int FontFamily_fontProviderCerts +androidx.constraintlayout.widget.R$string: int abc_menu_space_shortcut_label +cyanogenmod.app.ILiveLockScreenChangeListener$Stub: cyanogenmod.app.ILiveLockScreenChangeListener asInterface(android.os.IBinder) +androidx.constraintlayout.widget.R$anim: int btn_radio_to_on_mtrl_ring_outer_animation +wangdaye.com.geometricweather.R$layout: int widget_remote +com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_horizontalDivider +cyanogenmod.providers.CMSettings$System$2: boolean validate(java.lang.String) +com.google.android.material.appbar.CollapsingToolbarLayout: CollapsingToolbarLayout(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.R$attr: int itemRippleColor +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_android_enabled +okio.GzipSource: java.util.zip.Inflater inflater +com.xw.repo.BubbleSeekBar: float getProgressFloat() +com.google.android.material.R$styleable: int ActionBar_contentInsetEndWithActions +wangdaye.com.geometricweather.db.entities.LocationEntity: LocationEntity(java.lang.String,java.lang.String,float,float,java.util.TimeZone,java.lang.String,java.lang.String,java.lang.String,java.lang.String,wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource,boolean,boolean,boolean) +com.xw.repo.bubbleseekbar.R$id: int action_bar_spinner +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_show_progress_in_float +wangdaye.com.geometricweather.R$styleable: int FragmentContainerView_android_tag +com.github.rahatarmanahmed.cpv.CircularProgressView: float access$302(com.github.rahatarmanahmed.cpv.CircularProgressView,float) +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Bridge +com.google.android.material.R$attr: int itemTextAppearanceActive +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setAlertId(java.lang.String) +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_suggestionRowLayout +okio.SegmentedByteString: okio.ByteString hmacSha256(okio.ByteString) +okhttp3.internal.http2.Hpack: java.util.Map nameToFirstIndex() +wangdaye.com.geometricweather.R$drawable: int abc_vector_test +androidx.preference.R$styleable: int AppCompatTextView_drawableBottomCompat +androidx.vectordrawable.R$drawable: R$drawable() +james.adaptiveicon.R$attr +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: void onComplete() +com.google.android.material.textfield.TextInputLayout: void setEndIconVisible(boolean) +androidx.constraintlayout.widget.R$id: int title_template +com.turingtechnologies.materialscrollbar.R$attr: int colorError +io.reactivex.internal.schedulers.ScheduledRunnable: java.lang.Object call() +cyanogenmod.hardware.IThermalListenerCallback$Stub$Proxy: void onThermalChanged(int) +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Caption +okhttp3.internal.http2.Http2Connection: boolean isHealthy(long) +com.jaredrummler.android.colorpicker.R$drawable: int abc_list_selector_disabled_holo_dark +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: int getSubTextColorResId() +wangdaye.com.geometricweather.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView +wangdaye.com.geometricweather.R$id: int circular +androidx.appcompat.resources.R$layout: int notification_template_custom_big +androidx.core.R$drawable: int notification_bg_normal_pressed +com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_dialogTitle +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_DEFAULT_LED_OFF_VALIDATOR +wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle +wangdaye.com.geometricweather.db.entities.WeatherEntity: long getTimeStamp() +wangdaye.com.geometricweather.common.ui.activities.AllergenActivity +androidx.constraintlayout.widget.R$integer: int abc_config_activityDefaultDur +okhttp3.internal.cache.CacheInterceptor: okhttp3.internal.cache.InternalCache cache +com.google.android.material.R$attr: int elevationOverlayEnabled +retrofit2.ParameterHandler$Path +androidx.constraintlayout.widget.R$attr: int layout_constraintHeight_max +androidx.constraintlayout.widget.R$layout: int abc_expanded_menu_layout +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxBackgroundColor +wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_minutelyBar +com.google.android.material.appbar.HeaderBehavior: HeaderBehavior() +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_android_hint +androidx.coordinatorlayout.R$dimen: int compat_notification_large_icon_max_height +wangdaye.com.geometricweather.R$string: int feedback_request_location_in_background +com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType JPEG +wangdaye.com.geometricweather.R$attr: int suffixText +androidx.constraintlayout.widget.R$attr: int gapBetweenBars +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableStartCompat +com.turingtechnologies.materialscrollbar.R$attr: int queryBackground +androidx.hilt.lifecycle.R$styleable: int GradientColor_android_endX +retrofit2.ServiceMethod: retrofit2.ServiceMethod parseAnnotations(retrofit2.Retrofit,java.lang.reflect.Method) +androidx.coordinatorlayout.R$id: int accessibility_custom_action_31 +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ZEN_PRIORITY_ALLOW_LIGHTS_VALIDATOR +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: java.lang.String getSpeed() +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer ragweedLevel +androidx.coordinatorlayout.R$styleable: int GradientColor_android_tileMode +okhttp3.internal.cache.DiskLruCache: void initialize() +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: FitSystemBarNestedScrollView(android.content.Context,android.util.AttributeSet,int) +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void onError(java.lang.Throwable) +com.google.android.material.R$color: int abc_decor_view_status_guard_light +cyanogenmod.profiles.ConnectionSettings: int CM_MODE_2G +androidx.core.R$styleable: int FontFamilyFont_android_fontStyle +wangdaye.com.geometricweather.R$color: int notification_background_l +com.xw.repo.bubbleseekbar.R$color: int primary_dark_material_light +okhttp3.internal.Util: java.util.List immutableList(java.lang.Object[]) +androidx.core.R$dimen: int notification_action_icon_size +androidx.lifecycle.Transformations$1: androidx.lifecycle.MediatorLiveData val$result +wangdaye.com.geometricweather.R$drawable: int shortcuts_partly_cloudy_night +wangdaye.com.geometricweather.R$styleable: int MenuItem_actionLayout +okhttp3.Handshake: java.security.Principal peerPrincipal() +androidx.coordinatorlayout.widget.CoordinatorLayout: void setStatusBarBackgroundColor(int) +androidx.dynamicanimation.R$styleable: int FontFamilyFont_ttcIndex +cyanogenmod.weather.util.WeatherUtils +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_6 +wangdaye.com.geometricweather.R$id: int dialog_weather_hourly_title +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Imperial: int UnitType +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: boolean isDisposed() +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_hideOnContentScroll +com.google.android.material.R$attr: int customFloatValue +androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_TabView +okhttp3.OkHttpClient$Builder: int pingInterval +com.google.android.material.textfield.TextInputLayout: com.google.android.material.textfield.EndIconDelegate getEndIconDelegate() +wangdaye.com.geometricweather.R$styleable: int ArcProgress_bottom_text_color +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_touch_to_seek +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +androidx.preference.R$attr: int actionBarDivider +com.google.android.material.R$id: int search_voice_btn +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionBar_TabView +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: boolean done +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintBaseline_creator +com.jaredrummler.android.colorpicker.R$drawable: int abc_ratingbar_material +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_SearchResult +wangdaye.com.geometricweather.R$id: int easeOut +wangdaye.com.geometricweather.R$drawable: int flag_ko +com.google.android.material.slider.RangeSlider: int getTrackWidth() +com.google.android.material.R$attr: int drawerArrowStyle +com.jaredrummler.android.colorpicker.R$id: int content +okhttp3.RealCall$1: RealCall$1(okhttp3.RealCall) +okhttp3.internal.platform.JdkWithJettyBootPlatform$JettyNegoProvider: java.util.List protocols +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintTop_toTopOf +com.xw.repo.bubbleseekbar.R$drawable: int notify_panel_notification_icon_bg +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_autoSizeStepGranularity +androidx.constraintlayout.widget.R$id: int screen +android.didikee.donate.R$attr: int actionBarTheme +com.google.android.material.R$styleable: int ConstraintLayout_Layout_barrierAllowsGoneWidgets +wangdaye.com.geometricweather.R$layout: int test_action_chip +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.String getDailyForecast() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorBackgroundFloating +com.google.android.material.R$drawable: int btn_checkbox_unchecked_mtrl +com.google.android.material.R$id: int material_hour_text_input +com.turingtechnologies.materialscrollbar.MaterialScrollBar: boolean getHide() +androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_ANY +com.google.android.material.R$color: int mtrl_btn_text_btn_ripple_color +com.google.android.material.navigation.NavigationView: void setItemHorizontalPadding(int) +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property Dbz +wangdaye.com.geometricweather.R$integer: int mtrl_badge_max_character_count +androidx.appcompat.resources.R$dimen: int notification_action_icon_size wangdaye.com.geometricweather.R$styleable: int Badge_maxCharacterCount -com.google.android.material.datepicker.MaterialCalendar$CalendarSelector: com.google.android.material.datepicker.MaterialCalendar$CalendarSelector valueOf(java.lang.String) -com.google.android.material.chip.ChipGroup: void setChipSpacingHorizontalResource(int) -androidx.legacy.coreutils.R$styleable: int FontFamily_fontProviderQuery -android.didikee.donate.R$style: int TextAppearance_AppCompat_Small_Inverse -wangdaye.com.geometricweather.R$drawable: int notif_temp_36 -androidx.transition.R$styleable: int GradientColor_android_gradientRadius -wangdaye.com.geometricweather.R$attr: int colorSurface -io.reactivex.Observable: io.reactivex.Observable window(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -com.bumptech.glide.integration.okhttp.R$integer -wangdaye.com.geometricweather.R$id: int widget_day_week_card -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean current -wangdaye.com.geometricweather.R$drawable: int widget_card_light_0 -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_skipCollapsed -okio.ByteString: okio.ByteString hmacSha256(okio.ByteString) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial Imperial -androidx.preference.R$styleable: int PreferenceImageView_maxHeight -androidx.constraintlayout.widget.R$attr: int colorPrimaryDark -cyanogenmod.app.ICMTelephonyManager: void setDataConnectionSelectedOnSub(int) -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small -wangdaye.com.geometricweather.R$attr: int ensureMinTouchTargetSize -com.google.android.material.R$attr: int contrast -androidx.loader.R$id: int tag_unhandled_key_listeners -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Button -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Imperial: java.lang.String Unit -okhttp3.internal.cache.FaultHidingSink: boolean hasErrors -androidx.constraintlayout.widget.R$id: int action_menu_presenter -android.didikee.donate.R$styleable: int AppCompatTheme_panelMenuListTheme -wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: int getChartTop() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Ice: double Value -androidx.preference.R$dimen -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionMenuTextAppearance -okhttp3.Dispatcher: void finished(okhttp3.RealCall) -com.google.android.material.bottomsheet.BottomSheetBehavior: BottomSheetBehavior(android.content.Context,android.util.AttributeSet) -cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_QUICK_QS_PULLDOWN -wangdaye.com.geometricweather.R$styleable: int AppBarLayout_android_keyboardNavigationCluster -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_default +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeThunderstormPrecipitationDuration +okhttp3.MultipartBody: okhttp3.MediaType ALTERNATIVE +com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getTickActiveTintList() +androidx.vectordrawable.animated.R$color +androidx.appcompat.R$style: int Widget_AppCompat_SearchView +james.adaptiveicon.R$attr: int queryBackground +androidx.preference.R$color: int primary_text_default_material_dark +cyanogenmod.app.CustomTile$ExpandedStyle: int describeContents() +wangdaye.com.geometricweather.R$string: R$string() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorBackgroundFloating +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation: wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation valueOf(java.lang.String) +cyanogenmod.providers.CMSettings$System: java.lang.String PROXIMITY_ON_WAKE +androidx.vectordrawable.R$layout: int notification_template_icon_group +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Dialog +android.didikee.donate.R$id: int bottom +wangdaye.com.geometricweather.R$drawable: int flag_pl +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX: CaiYunMainlyResult$BrandInfoBeanXX() +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge +wangdaye.com.geometricweather.R$attr: int targetId +androidx.appcompat.R$id: int notification_main_column +okhttp3.internal.Util: int delimiterOffset(java.lang.String,int,int,char) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_APP_SWITCH_ACTION_VALIDATOR +androidx.preference.R$styleable: int Spinner_android_popupBackground +androidx.appcompat.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem +okhttp3.Headers: java.lang.String get(java.lang.String[],java.lang.String) +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_FixedSize +com.turingtechnologies.materialscrollbar.R$layout: int design_bottom_sheet_dialog +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: io.reactivex.functions.Function mapper +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider this$1 +wangdaye.com.geometricweather.R$layout: int preference_dialog_edittext +wangdaye.com.geometricweather.R$id: int dialog_location_help_locationTitle +androidx.appcompat.view.menu.StandardMenuPopup: void setOnDismissListener(android.widget.PopupWindow$OnDismissListener) +wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String getWeatherSource() +androidx.hilt.work.R$anim: int fragment_open_exit +androidx.lifecycle.process.R: R() +androidx.constraintlayout.widget.R$attr: int flow_firstHorizontalBias +androidx.constraintlayout.widget.R$color: int abc_search_url_text +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIndicator +androidx.preference.R$styleable: int Preference_android_defaultValue +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar +androidx.appcompat.R$attr: int numericModifiers +cyanogenmod.themes.ThemeManager: void requestThemeChange(java.util.Map) +james.adaptiveicon.R$style: int Theme_AppCompat_DayNight_DarkActionBar +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$6: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.identityscope.IdentityScope identityScope +okhttp3.internal.http2.Http2Stream: boolean isLocallyInitiated() +androidx.appcompat.R$styleable: int[] LinearLayoutCompat +retrofit2.Utils$WildcardTypeImpl: java.lang.reflect.Type[] getUpperBounds() +androidx.dynamicanimation.R$attr: int fontProviderFetchTimeout +james.adaptiveicon.R$attr: int contentInsetEnd +androidx.preference.R$style: int Widget_AppCompat_PopupMenu +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean wind +com.google.android.material.R$attr: int extendMotionSpec +io.reactivex.internal.subscriptions.BasicIntQueueSubscription +cyanogenmod.app.Profile: Profile(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.lang.String PrimaryPostalCode +android.support.v4.os.IResultReceiver$Stub: java.lang.String DESCRIPTOR +okhttp3.internal.cache.CacheStrategy$Factory: java.util.Date servedDate +com.google.android.material.R$styleable: int[] MaterialToolbar +wangdaye.com.geometricweather.R$styleable: int AppBarLayout_expanded +com.jaredrummler.android.colorpicker.ColorPanelView: ColorPanelView(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$attr: int backgroundInsetStart +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_UnelevatedButton +cyanogenmod.power.PerformanceManager: int PROFILE_HIGH_PERFORMANCE +wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_rotationY +wangdaye.com.geometricweather.R$drawable: int weather_cloudy_mini_xml +org.greenrobot.greendao.AbstractDao: void insertInTx(java.lang.Object[]) +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Long readKey(android.database.Cursor,int) +androidx.lifecycle.ComputableLiveData$2: void run() +okhttp3.internal.http2.Http2Writer: void data(boolean,int,okio.Buffer,int) +androidx.preference.R$style: int Widget_AppCompat_Spinner_DropDown +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: CaiYunMainlyResult$CurrentBean$FeelsLikeBean() +androidx.coordinatorlayout.R$id: int accessibility_custom_action_28 +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox +okhttp3.internal.cache.DiskLruCache$Editor: okio.Source newSource(int) +wangdaye.com.geometricweather.db.entities.DaoMaster +wangdaye.com.geometricweather.R$id: int container_alert_display_view_container +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: java.lang.String DESCRIPTOR +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric Metric +androidx.vectordrawable.R$id: int accessibility_custom_action_12 +okhttp3.MediaType +james.adaptiveicon.R$styleable: int TextAppearance_android_typeface +com.turingtechnologies.materialscrollbar.R$string: int status_bar_notification_info_overflow +wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: java.lang.String getMoonPhase(android.content.Context) +androidx.lifecycle.ReflectiveGenericLifecycleObserver: androidx.lifecycle.ClassesInfoCache$CallbackInfo mInfo +androidx.viewpager2.R$styleable: int RecyclerView_android_clipToPadding +cyanogenmod.platform.R$integer: R$integer() +cyanogenmod.externalviews.KeyguardExternalView$5: void run() +android.didikee.donate.R$styleable: int AppCompatTheme_switchStyle +androidx.preference.R$color: int highlighted_text_material_dark +okhttp3.internal.http2.Http2Stream$FramingSink: void write(okio.Buffer,long) +com.xw.repo.bubbleseekbar.R$attr: int collapseContentDescription +okhttp3.internal.tls.DistinguishedNameParser: char[] chars +android.didikee.donate.R$styleable: int ActionBar_displayOptions +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_NoActionBar +androidx.vectordrawable.R$dimen: int notification_subtext_size +cyanogenmod.app.ThemeVersion: java.lang.String MIN_SUPPORTED_THEME_VERSION_FIELD_NAME +cyanogenmod.app.PartnerInterface: cyanogenmod.app.PartnerInterface getInstance(android.content.Context) +com.jaredrummler.android.colorpicker.R$styleable: int[] PreferenceFragmentCompat +com.google.android.material.R$attr: int itemIconSize +cyanogenmod.themes.IThemeService: void registerThemeProcessingListener(cyanogenmod.themes.IThemeProcessingListener) +com.jaredrummler.android.colorpicker.R$id: int search_go_btn +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ListView_Menu +com.google.android.material.R$anim: int btn_radio_to_off_mtrl_ring_outer_path_animation +android.didikee.donate.R$drawable: int abc_tab_indicator_mtrl_alpha +com.google.android.material.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha +androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_font +androidx.constraintlayout.widget.R$id: int decelerate +com.google.android.material.R$styleable: int AppCompatTheme_actionBarStyle +com.xw.repo.bubbleseekbar.R$drawable: int abc_menu_hardkey_panel_mtrl_mult +wangdaye.com.geometricweather.R$dimen: int mtrl_snackbar_margin +wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_container +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_DarkActionBar_Bridge +com.google.android.material.R$attr: int textAppearanceHeadline3 +com.google.android.material.R$dimen: int mtrl_snackbar_background_corner_radius +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Display3 +wangdaye.com.geometricweather.R$styleable: int MaterialButton_backgroundTint +wangdaye.com.geometricweather.R$string: int content_des_sunset +wangdaye.com.geometricweather.R$id: int below_section_mark +androidx.constraintlayout.widget.R$attr: int motionProgress +com.google.android.material.R$styleable: int[] ActionMenuView +okio.RealBufferedSource: boolean rangeEquals(long,okio.ByteString) +androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityStarted(android.app.Activity) +com.turingtechnologies.materialscrollbar.R$id: int icon_group +wangdaye.com.geometricweather.R$attr: int buttonBarNegativeButtonStyle +wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableTransition_android_toId +wangdaye.com.geometricweather.R$id: int transition_scene_layoutid_cache +com.xw.repo.bubbleseekbar.R$dimen: int disabled_alpha_material_light +androidx.work.R$id: int accessibility_custom_action_27 +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List minutelyEntityList +com.turingtechnologies.materialscrollbar.R$id: int alertTitle +cyanogenmod.weatherservice.IWeatherProviderService$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: ArcProgress(android.content.Context,android.util.AttributeSet,int) +androidx.preference.R$style: int Base_Widget_AppCompat_ListMenuView +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_logoDescription +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorButtonNormal +androidx.work.R$dimen: int notification_action_text_size +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_android_fontVariationSettings +com.github.rahatarmanahmed.cpv.CircularProgressView$1 +com.google.android.material.R$string: int abc_menu_enter_shortcut_label +james.adaptiveicon.R$dimen: int abc_seekbar_track_progress_height_material +cyanogenmod.providers.CMSettings$System$1: CMSettings$System$1() +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setCo(java.lang.Float) +wangdaye.com.geometricweather.db.entities.LocationEntity: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource weatherSource +io.reactivex.Observable: io.reactivex.Single toSortedList(java.util.Comparator) +androidx.preference.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_0 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: CaiYunMainlyResult() +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language valueOf(java.lang.String) +androidx.vectordrawable.R$id: int title +com.google.android.material.R$drawable: int mtrl_ic_arrow_drop_down +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_android_thumb +com.xw.repo.bubbleseekbar.R$drawable: int abc_seekbar_track_material +com.google.android.material.card.MaterialCardView: void setCheckedIconSize(int) +androidx.appcompat.R$id: int notification_main_column_container +okhttp3.OkHttpClient$Builder: java.util.List connectionSpecs +retrofit2.Converter$Factory: Converter$Factory() +wangdaye.com.geometricweather.R$id: int activity_widget_config_custom_subtitle_keywords +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.turingtechnologies.materialscrollbar.R$attr: int bottomNavigationStyle +androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_fontVariationSettings +androidx.appcompat.R$attr: int backgroundSplit +com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter: void onProgressUpdate(float) +com.turingtechnologies.materialscrollbar.R$attr: int lineHeight +androidx.appcompat.R$attr: int listLayout +androidx.appcompat.R$dimen: int abc_text_size_headline_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: void setValue(java.lang.String) +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: float getTrimPathOffset() +com.google.android.material.R$dimen: int mtrl_extended_fab_top_padding +retrofit2.adapter.rxjava2.RxJava2CallAdapter: io.reactivex.Scheduler scheduler +androidx.drawerlayout.R$style: int TextAppearance_Compat_Notification +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft +retrofit2.Response: okhttp3.Response rawResponse +io.reactivex.internal.observers.BasicIntQueueDisposable: boolean offer(java.lang.Object) +wangdaye.com.geometricweather.R$attr: int backgroundTintMode +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_AutoCompleteTextView +androidx.appcompat.R$styleable: int[] ActionMenuView +wangdaye.com.geometricweather.R$attr: int onCross +androidx.work.R$attr: int font +com.google.android.material.R$attr: int logoDescription +androidx.appcompat.R$dimen: int tooltip_y_offset_touch +androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_Dialog_Alert +androidx.viewpager2.R$styleable: int RecyclerView_stackFromEnd +com.google.android.material.R$attr: int shapeAppearanceMediumComponent +wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String content +wangdaye.com.geometricweather.location.services.LocationService: LocationService() +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Dialog_MinWidth +androidx.appcompat.R$styleable: int[] ActionBarLayout +cyanogenmod.providers.CMSettings$InclusiveFloatRangeValidator +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: long serialVersionUID +androidx.vectordrawable.animated.R$layout: int notification_action_tombstone +wangdaye.com.geometricweather.R$styleable: int Motion_transitionEasing +com.turingtechnologies.materialscrollbar.R$styleable: int[] RecyclerView +retrofit2.ParameterHandler$Query +androidx.appcompat.widget.ActionMenuView: int getWindowAnimations() +okio.Timeout: long timeoutNanos() +wangdaye.com.geometricweather.R$drawable: int shortcuts_sleet_foreground +wangdaye.com.geometricweather.R$attr: int closeIconEndPadding +androidx.constraintlayout.widget.R$attr: int layout_constraintBottom_toBottomOf +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TabLayout_Colored +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_icon_3 +com.google.android.material.R$attr: int layout_constraintTop_toBottomOf +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life +androidx.viewpager.R$style: int TextAppearance_Compat_Notification_Time +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setAqi(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_113 +cyanogenmod.providers.DataUsageContract: java.lang.String ENABLE +james.adaptiveicon.R$dimen: int abc_action_bar_content_inset_with_nav +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Display1 +io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: boolean isDisposed() +wangdaye.com.geometricweather.R$layout: int abc_tooltip +retrofit2.CompletableFutureCallAdapterFactory: retrofit2.CallAdapter get(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_pivotAnchor +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light_NoActionBar +androidx.appcompat.R$styleable: int[] GradientColorItem +james.adaptiveicon.R$attr: int iconTintMode +androidx.constraintlayout.widget.R$id: int ignoreRequest +com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges +com.turingtechnologies.materialscrollbar.R$string: int path_password_eye +androidx.work.R$id: int tag_accessibility_actions +io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +cyanogenmod.app.CustomTile$ExpandedStyle: android.widget.RemoteViews contentViews +androidx.hilt.work.R$color: int ripple_material_light +wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework +androidx.constraintlayout.widget.R$id: int search_voice_btn +wangdaye.com.geometricweather.R$attr: int drawerArrowStyle +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_dialogPreferenceStyle +androidx.constraintlayout.widget.R$attr: int altSrc +androidx.constraintlayout.widget.R$attr: int alertDialogStyle +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless +cyanogenmod.app.IProfileManager: boolean setActiveProfileByName(java.lang.String) +okhttp3.internal.platform.AndroidPlatform$CloseGuard: AndroidPlatform$CloseGuard(java.lang.reflect.Method,java.lang.reflect.Method,java.lang.reflect.Method) +wangdaye.com.geometricweather.R$styleable: int Layout_constraint_referenced_ids +io.reactivex.internal.util.NotificationLite: java.lang.Object getValue(java.lang.Object) +wangdaye.com.geometricweather.R$id: int item_pollen_daily +com.github.rahatarmanahmed.cpv.R$attr +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setIconSize(int) +com.google.android.material.R$integer: int mtrl_calendar_year_selector_span +android.didikee.donate.R$dimen: int abc_button_padding_vertical_material +androidx.appcompat.R$color: int abc_secondary_text_material_dark +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getProfileByName +okhttp3.RequestBody$3: RequestBody$3(okhttp3.MediaType,java.io.File) +okio.BufferedSink: okio.BufferedSink writeDecimalLong(long) +androidx.appcompat.R$string: int abc_action_menu_overflow_description +james.adaptiveicon.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_textAllCaps +cyanogenmod.providers.CMSettings$Global +androidx.constraintlayout.widget.R$layout: int abc_popup_menu_item_layout +io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: long serialVersionUID +wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit +io.reactivex.internal.util.ArrayListSupplier: io.reactivex.functions.Function asFunction() +org.greenrobot.greendao.AbstractDao: java.lang.String[] getPkColumns() +androidx.lifecycle.Transformations$2$1: Transformations$2$1(androidx.lifecycle.Transformations$2) +wangdaye.com.geometricweather.R$color: int design_dark_default_color_secondary +androidx.hilt.R$id: int tag_transition_group +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_shapeAppearance +androidx.recyclerview.widget.LinearLayoutManager$SavedState: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$animator: int weather_sleet_1 +androidx.appcompat.widget.SearchView: void setIconifiedByDefault(boolean) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Ice: double Value +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxCornerRadiusTopStart +com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemTextColor +androidx.constraintlayout.widget.R$id: int submenuarrow +okhttp3.internal.http2.Http2Connection: void updateConnectionFlowControl(long) +androidx.constraintlayout.widget.R$styleable: int KeyTrigger_motion_triggerOnCollision +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind Wind wangdaye.com.geometricweather.R$attr: int layout_constraintRight_toRightOf -android.didikee.donate.R$attr: int colorControlHighlight -wangdaye.com.geometricweather.R$color: int notification_background_primary -androidx.dynamicanimation.R$dimen -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator INCREASING_RING_START_VOLUME_VALIDATOR -androidx.legacy.coreutils.R$color: int ripple_material_light -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void onComplete() -okio.HashingSource: javax.crypto.Mac mac -okhttp3.EventListener: void connectionAcquired(okhttp3.Call,okhttp3.Connection) -retrofit2.Invocation: java.lang.reflect.Method method -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceTheme -androidx.appcompat.R$styleable: int AppCompatTheme_windowFixedHeightMajor -com.google.android.material.slider.Slider: android.content.res.ColorStateList getTrackActiveTintList() -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionButton_CloseMode -okhttp3.internal.http2.Http2Connection$5 -okio.HashingSink: HashingSink(okio.Sink,java.lang.String) -androidx.constraintlayout.widget.R$styleable: int KeyTrigger_onPositiveCross -com.jaredrummler.android.colorpicker.R$drawable: int abc_textfield_search_activated_mtrl_alpha -james.adaptiveicon.R$color: int material_blue_grey_900 -retrofit2.OptionalConverterFactory: OptionalConverterFactory() -okhttp3.Cookie: okhttp3.Cookie parse(okhttp3.HttpUrl,java.lang.String) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarDivider -okhttp3.Cache$Entry: long receivedResponseMillis -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_chip_pressed_translation_z -com.google.android.material.R$styleable: int Chip_closeIconEndPadding -androidx.constraintlayout.widget.R$attr: int allowStacking -wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode getInstance(java.lang.String) -androidx.constraintlayout.widget.R$anim: int btn_radio_to_off_mtrl_ring_outer_path_animation -android.didikee.donate.R$attr: int icon -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void onError(java.lang.Throwable) -cyanogenmod.weather.WeatherInfo$Builder: int mWindSpeedUnit -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: io.reactivex.functions.BiFunction resultSelector -wangdaye.com.geometricweather.R$styleable: int ColorPickerView_cpv_sliderColor -com.google.android.material.slider.RangeSlider: void setThumbStrokeColorResource(int) -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile build() -com.google.android.material.R$styleable: int[] CardView -android.didikee.donate.R$attr: int trackTint -android.didikee.donate.R$style: int TextAppearance_AppCompat_Medium_Inverse -james.adaptiveicon.R$layout: int notification_action_tombstone -com.google.android.material.R$drawable: int abc_list_focused_holo -james.adaptiveicon.R$attr: int preserveIconSpacing -wangdaye.com.geometricweather.R$attr: int startIconCheckable -android.didikee.donate.R$styleable: int View_android_focusable -wangdaye.com.geometricweather.R$attr: int colorPrimary -com.google.android.material.slider.BaseSlider: void setTrackInactiveTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$dimen: int highlight_alpha_material_dark -androidx.constraintlayout.widget.R$styleable: int ActionBar_contentInsetLeft -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorPrimaryDark -androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType: androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType START -wangdaye.com.geometricweather.R$id: int mtrl_calendar_main_pane -wangdaye.com.geometricweather.R$styleable: int AppBarLayout_statusBarForeground -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: java.lang.String getValue() -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Spinner -androidx.loader.R$id: int title -com.google.android.material.R$color: int design_fab_stroke_top_inner_color -cyanogenmod.app.ProfileManager: cyanogenmod.app.IProfileManager sService -com.xw.repo.bubbleseekbar.R$attr: int maxButtonHeight -com.xw.repo.BubbleSeekBar: void setOnProgressChangedListener(com.xw.repo.BubbleSeekBar$OnProgressChangedListener) -androidx.vectordrawable.R$integer: int status_bar_notification_info_maxnum -wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: java.lang.String country -android.didikee.donate.R$styleable: int[] MenuView -cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void onPause() -wangdaye.com.geometricweather.R$styleable: int[] LinearLayoutCompat_Layout -cyanogenmod.platform.R$bool -wangdaye.com.geometricweather.R$attr: int initialExpandedChildrenCount +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_PSK_WITH_3DES_EDE_CBC_SHA +androidx.constraintlayout.widget.R$integer +com.turingtechnologies.materialscrollbar.R$color: int abc_search_url_text_normal +wangdaye.com.geometricweather.R$attr: int selectableItemBackground +com.google.android.material.textfield.TextInputLayout: void setExpandedHintEnabled(boolean) +wangdaye.com.geometricweather.R$string: int rain +androidx.preference.R$style: int TextAppearance_AppCompat_Subhead_Inverse +androidx.recyclerview.R$string: R$string() +androidx.constraintlayout.widget.R$attr: int placeholder_emptyVisibility +androidx.appcompat.widget.AppCompatButton +androidx.viewpager2.R$color: int notification_action_color_filter +com.google.android.material.internal.NavigationMenuItemView: androidx.appcompat.view.menu.MenuItemImpl getItemData() +com.xw.repo.BubbleSeekBar: float getMin() +androidx.vectordrawable.R$id: int accessibility_custom_action_11 +androidx.appcompat.R$styleable: int AppCompatTheme_colorPrimaryDark +com.google.android.material.slider.RangeSlider: void setTrackActiveTintList(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$drawable: int weather_clear_day_mini_grey +androidx.preference.R$color: int accent_material_dark +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void setCancellable(io.reactivex.functions.Cancellable) +cyanogenmod.providers.CMSettings$Secure: java.lang.String ADB_PORT +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: java.lang.String getAbbreviation(android.content.Context) +com.google.android.material.R$attr: int panelMenuListTheme +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +wangdaye.com.geometricweather.R$id: int transition_layout_save +cyanogenmod.app.StatusBarPanelCustomTile: int getInitialPid() +androidx.lifecycle.extensions.R$styleable: int Fragment_android_name +androidx.appcompat.R$color: int dim_foreground_disabled_material_dark +okhttp3.internal.platform.JdkWithJettyBootPlatform$JettyNegoProvider: java.lang.String selected +com.google.android.material.R$drawable: int design_fab_background +okhttp3.EventListener: void callStart(okhttp3.Call) +androidx.constraintlayout.widget.R$styleable: int Layout_layout_goneMarginBottom +okhttp3.internal.http2.Settings: boolean getEnablePush(boolean) +wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_barLength +androidx.appcompat.widget.SwitchCompat: void setTextOn(java.lang.CharSequence) +okio.GzipSource: java.util.zip.CRC32 crc +james.adaptiveicon.R$styleable: int[] LinearLayoutCompat_Layout +wangdaye.com.geometricweather.R$id: int textTop +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox +com.xw.repo.bubbleseekbar.R$styleable: R$styleable() +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Weather: java.lang.String icon +okhttp3.ConnectionPool: long keepAliveDurationNs +com.google.android.material.R$attr: int contentPaddingBottom +wangdaye.com.geometricweather.R$attr: int actionModeCloseDrawable +com.google.android.material.R$attr: int itemPadding +okhttp3.OkHttpClient$1: void apply(okhttp3.ConnectionSpec,javax.net.ssl.SSLSocket,boolean) +android.didikee.donate.R$attr: int actionMenuTextColor +androidx.appcompat.R$styleable: int AppCompatTheme_checkedTextViewStyle +com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat_ActionBar +androidx.preference.R$styleable: int AppCompatTheme_checkedTextViewStyle +androidx.preference.R$styleable: int[] TextAppearance +androidx.appcompat.R$layout: int notification_template_part_chronometer +com.turingtechnologies.materialscrollbar.R$animator +androidx.fragment.R$color: int secondary_text_default_material_light +wangdaye.com.geometricweather.R$attr: int flow_horizontalBias +com.bumptech.glide.integration.okhttp.R$drawable: int notification_bg_low_pressed +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: long serialVersionUID +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_textAppearance +com.google.android.material.R$attr: int endIconDrawable +io.reactivex.internal.operators.observable.ObservableGroupBy$State: java.util.concurrent.atomic.AtomicBoolean once +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_PopupWindow +androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_rotationX +okhttp3.Response$Builder: Response$Builder() +wangdaye.com.geometricweather.R$styleable: int FontFamily_fontProviderFetchStrategy +wangdaye.com.geometricweather.R$dimen: int notification_subtext_size +androidx.preference.R$drawable: int btn_checkbox_unchecked_to_checked_mtrl_animation +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$TotalLiquid: int UnitType +retrofit2.Utils$ParameterizedTypeImpl: Utils$ParameterizedTypeImpl(java.lang.reflect.Type,java.lang.reflect.Type,java.lang.reflect.Type[]) +androidx.appcompat.R$drawable: int abc_action_bar_item_background_material +androidx.lifecycle.ViewModelProvider$OnRequeryFactory: ViewModelProvider$OnRequeryFactory() +androidx.hilt.work.R$styleable: int[] FragmentContainerView +android.didikee.donate.R$attr: int subtitleTextStyle +com.bumptech.glide.load.DecodeFormat: com.bumptech.glide.load.DecodeFormat valueOf(java.lang.String) +androidx.activity.R$attr: int fontProviderAuthority +retrofit2.HttpServiceMethod$SuspendForBody: java.lang.Object adapt(retrofit2.Call,java.lang.Object[]) +com.google.android.material.R$id: int action_bar +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_text_btn_icon_padding +com.turingtechnologies.materialscrollbar.R$id: int bottom +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title +com.jaredrummler.android.colorpicker.R$attr: int alertDialogStyle +wangdaye.com.geometricweather.R$styleable: int KeyTrigger_onNegativeCross +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: void onError(java.lang.Throwable) +androidx.constraintlayout.widget.R$styleable: int ActionBar_contentInsetEnd +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Tooltip +androidx.appcompat.R$styleable: int TextAppearance_android_fontFamily +com.google.android.material.R$style: int Widget_Design_CollapsingToolbar +com.google.android.material.R$attr: int paddingLeftSystemWindowInsets +androidx.constraintlayout.widget.R$style: int Theme_AppCompat +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_Switch +androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy +android.didikee.donate.R$styleable: int[] ActionMode +androidx.constraintlayout.utils.widget.ImageFilterView: float getCrossfade() +androidx.appcompat.R$string: int abc_menu_space_shortcut_label +com.jaredrummler.android.colorpicker.R$style +com.google.android.material.snackbar.Snackbar$SnackbarLayout: void setOnClickListener(android.view.View$OnClickListener) +android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse +androidx.preference.R$styleable: int CheckBoxPreference_android_summaryOff +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: android.graphics.Rect val$clipRect +androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_typeface +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_logo +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarTabBarStyle +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Subhead +james.adaptiveicon.R$attr: int titleMarginBottom +wangdaye.com.geometricweather.R$drawable: int notif_temp_15 +com.google.android.material.R$styleable: int ConstraintSet_android_rotation +androidx.preference.R$drawable: int notification_template_icon_low_bg +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHeight_percent +wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.String readKey(android.database.Cursor,int) +cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setTodaysLow(double) +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.Astro moon() +com.google.android.material.R$attr: int textEndPadding +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_suggestionRowLayout +com.bumptech.glide.load.resource.gif.GifFrameLoader: void setOnEveryFrameReadyListener(com.bumptech.glide.load.resource.gif.GifFrameLoader$OnEveryFrameListener) +com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginBottom +com.bumptech.glide.integration.okhttp.R$drawable: int notification_template_icon_bg +wangdaye.com.geometricweather.R$string: int appbar_scrolling_view_behavior +james.adaptiveicon.R$styleable: int MenuView_android_itemBackground +io.reactivex.Observable: io.reactivex.Observable timeout(io.reactivex.ObservableSource,io.reactivex.functions.Function,io.reactivex.ObservableSource) +com.google.android.material.R$id: int accessibility_custom_action_27 +io.reactivex.internal.subscriptions.DeferredScalarSubscription +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: long serialVersionUID +cyanogenmod.weatherservice.IWeatherProviderService: void processCityNameLookupRequest(cyanogenmod.weather.RequestInfo) +okhttp3.Cache: int networkCount() +androidx.preference.R$styleable: int BackgroundStyle_selectableItemBackground +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind +wangdaye.com.geometricweather.R$attr: int strokeWidth +androidx.preference.R$string: int abc_shareactionprovider_share_with_application +androidx.viewpager2.R$integer +okhttp3.OkHttpClient$Builder: java.net.Proxy proxy +com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getTickTintList() +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle +james.adaptiveicon.R$styleable: int ViewStubCompat_android_id +okhttp3.RequestBody: void writeTo(okio.BufferedSink) +com.google.android.material.R$attr: int checkedIconTint +wangdaye.com.geometricweather.R$styleable: int CompoundButton_android_button +androidx.constraintlayout.widget.R$attr: int maxVelocity +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: io.reactivex.internal.util.AtomicThrowable errors +androidx.hilt.work.R$style: int TextAppearance_Compat_Notification_Info +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: int bufferSize +james.adaptiveicon.R$styleable: int SearchView_android_focusable +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour PastHour +okhttp3.CipherSuite$1 +androidx.appcompat.R$dimen: int abc_action_button_min_height_material +wangdaye.com.geometricweather.R$drawable: int abc_btn_check_to_on_mtrl_015 +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_firstHorizontalBias +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_content_inset_with_nav +james.adaptiveicon.R$attr: int fontProviderFetchTimeout +com.google.android.material.R$styleable: int Slider_android_valueTo +com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintBaseline_creator +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarViewPager +androidx.preference.R$style: int TextAppearance_AppCompat_Display2 +wangdaye.com.geometricweather.R$dimen: int widget_current_weather_icon_size +com.google.android.material.R$dimen: int material_text_view_test_line_height_override +android.didikee.donate.R$styleable: int MenuView_android_itemTextAppearance +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningConsequence: java.lang.String textConsequence +android.didikee.donate.R$color: int switch_thumb_material_dark +androidx.preference.R$style: int TextAppearance_Compat_Notification_Line2 +androidx.appcompat.R$dimen: int abc_text_size_body_1_material +androidx.hilt.lifecycle.R$styleable: int GradientColor_android_type +james.adaptiveicon.R$id: int scrollView +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_navigationIcon +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getDisplayModes +android.didikee.donate.R$styleable: int LinearLayoutCompat_android_orientation +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onAttachedToWindow() +androidx.constraintlayout.widget.R$attr: int animate_relativeTo +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: int requestFusion(int) +androidx.preference.R$styleable: int Preference_shouldDisableView +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: io.reactivex.internal.operators.observable.ObservableGroupJoin$JoinSupport parent +okhttp3.internal.http2.Http2Reader: void readSettings(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) +com.jaredrummler.android.colorpicker.R$style: int Preference_Material +androidx.constraintlayout.widget.R$drawable: int abc_textfield_activated_mtrl_alpha +androidx.constraintlayout.widget.R$id: int sin +androidx.hilt.lifecycle.R$style: int Widget_Compat_NotificationActionText +android.didikee.donate.R$styleable: int DrawerArrowToggle_drawableSize +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart +wangdaye.com.geometricweather.R$attr: int cardForegroundColor +androidx.lifecycle.extensions.R$drawable: int notification_bg_low_normal +wangdaye.com.geometricweather.R$styleable: int ChipGroup_chipSpacingHorizontal +androidx.customview.R$layout: int notification_action +wangdaye.com.geometricweather.R$styleable: int TextAppearance_fontVariationSettings +com.google.android.material.R$styleable: int Constraint_layout_constraintRight_toLeftOf +androidx.lifecycle.Transformations: Transformations() +io.reactivex.internal.subscriptions.BasicQueueSubscription: void cancel() +com.google.gson.stream.JsonReader: java.lang.String nextString() +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: void onDetachedFromWindow() +okhttp3.internal.platform.Android10Platform: java.lang.String getSelectedProtocol(javax.net.ssl.SSLSocket) +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ListView_DropDown +com.jaredrummler.android.colorpicker.R$styleable: int Preference_shouldDisableView +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Imperial: int UnitType +wangdaye.com.geometricweather.R$id: int action_bar_root +androidx.preference.R$color: int abc_primary_text_disable_only_material_dark +okhttp3.MultipartBody: MultipartBody(okio.ByteString,okhttp3.MediaType,java.util.List) +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView: int getMarginTop() +androidx.coordinatorlayout.R$integer: R$integer() +retrofit2.Response: retrofit2.Response error(okhttp3.ResponseBody,okhttp3.Response) +wangdaye.com.geometricweather.common.basic.models.weather.Base: java.util.Date publishDate +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getCOColor(android.content.Context) +androidx.swiperefreshlayout.R$drawable: int notification_icon_background +androidx.lifecycle.ComputableLiveData: ComputableLiveData(java.util.concurrent.Executor) +com.xw.repo.bubbleseekbar.R$color: int abc_search_url_text_pressed +okhttp3.internal.http2.Http2Codec +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_marginTop +androidx.lifecycle.LiveData: void observe(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Observer) +androidx.preference.R$attr: int listPopupWindowStyle +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Spinner +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_aa_normal +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int level +com.xw.repo.bubbleseekbar.R$color: int highlighted_text_material_dark +androidx.constraintlayout.widget.R$style: int Base_Animation_AppCompat_Dialog +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_onClick +wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_weatherKindTitle +androidx.appcompat.R$styleable: int AppCompatTheme_editTextStyle +wangdaye.com.geometricweather.R$color: int colorAccent +okhttp3.internal.http1.Http1Codec$ChunkedSource: boolean hasMoreChunks +io.reactivex.internal.util.ErrorMode: io.reactivex.internal.util.ErrorMode IMMEDIATE +wangdaye.com.geometricweather.R$id: int ifRoom +androidx.recyclerview.R$id: int right_icon +androidx.constraintlayout.widget.R$attr: int overlay +android.didikee.donate.R$attr: int indeterminateProgressStyle +cyanogenmod.providers.CMSettings$System: java.lang.String ENABLE_MWI_NOTIFICATION +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void onUnsubscribed() +com.google.android.material.R$id: int progress_horizontal +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getRealFeelTemperature(android.content.Context,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ChipGroup +wangdaye.com.geometricweather.R$attr: int expandedTitleMarginTop +androidx.constraintlayout.widget.R$id: int chronometer +org.greenrobot.greendao.AbstractDao: boolean isEntityUpdateable() +androidx.appcompat.resources.R$attr: int fontProviderQuery +androidx.constraintlayout.widget.R$id: int staticLayout +okhttp3.Address: javax.net.ssl.SSLSocketFactory sslSocketFactory +cyanogenmod.externalviews.ExternalView +com.turingtechnologies.materialscrollbar.R$id: int progress_horizontal +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: java.util.List indices +androidx.appcompat.R$styleable: int AppCompatTextView_autoSizePresetSizes +wangdaye.com.geometricweather.R$styleable: int[] MaterialShape +wangdaye.com.geometricweather.R$styleable: int[] GradientColor +okio.Buffer: void flush() +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setTrimPathOffset(float) +wangdaye.com.geometricweather.R$styleable: int[] CoordinatorLayout +cyanogenmod.weatherservice.IWeatherProviderService$Stub: int TRANSACTION_setServiceClient +wangdaye.com.geometricweather.R$attr: int background +androidx.dynamicanimation.R$dimen: int compat_button_padding_vertical_material +okhttp3.RealCall$1 +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: io.reactivex.internal.queue.SpscLinkedArrayQueue getOrCreateQueue() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial: AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial() +androidx.hilt.lifecycle.R$styleable: int GradientColor_android_endColor +com.google.android.material.R$attr: int flow_horizontalGap +io.reactivex.internal.disposables.EmptyDisposable: void complete(io.reactivex.CompletableObserver) +com.google.android.material.R$string: int material_timepicker_select_time +okhttp3.internal.tls.BasicTrustRootIndex +androidx.dynamicanimation.R$id: int action_divider +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow +com.google.android.material.chip.Chip: com.google.android.material.animation.MotionSpec getHideMotionSpec() +com.google.android.material.R$color: int abc_color_highlight_material +com.google.android.material.R$styleable: int ClockHandView_selectorSize +cyanogenmod.app.IProfileManager$Stub: android.os.IBinder asBinder() +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: java.lang.String dept +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 +androidx.preference.R$dimen: int tooltip_horizontal_padding +androidx.preference.R$attr: int adjustable +wangdaye.com.geometricweather.R$string: int settings_title_permanent_service +androidx.constraintlayout.helper.widget.Layer: void setVisibility(int) +wangdaye.com.geometricweather.R$interpolator: int fast_out_slow_in +androidx.preference.R$styleable: int[] AppCompatTextHelper +com.google.android.material.R$layout: int material_time_input +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text +androidx.fragment.R$id: int tag_accessibility_heading +androidx.dynamicanimation.R$attr: R$attr() +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: long mRequested +androidx.activity.R$id: int italic +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dialogPreferredPadding +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_text_size +wangdaye.com.geometricweather.R$drawable: int ic_temperature_celsius +okhttp3.internal.io.FileSystem: void rename(java.io.File,java.io.File) +okhttp3.internal.http2.PushObserver$1: void onReset(int,okhttp3.internal.http2.ErrorCode) +androidx.preference.R$styleable: int AppCompatTheme_alertDialogTheme +androidx.appcompat.R$id: int expanded_menu +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setSuggest(java.lang.String) +androidx.hilt.lifecycle.R$drawable: int notification_bg_low +retrofit2.Utils$ParameterizedTypeImpl: int hashCode() +retrofit2.BuiltInConverters$BufferingResponseBodyConverter: BuiltInConverters$BufferingResponseBodyConverter() +com.google.android.material.R$id: int chronometer +androidx.appcompat.widget.Toolbar: androidx.appcompat.widget.DecorToolbar getWrapper() +com.xw.repo.bubbleseekbar.R$string: int abc_menu_sym_shortcut_label +androidx.preference.R$styleable: int Toolbar_contentInsetEndWithActions +com.google.android.material.R$id: int invisible +wangdaye.com.geometricweather.R$id: int scrollView +wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.Float speed +com.github.rahatarmanahmed.cpv.CircularProgressView: void addListener(com.github.rahatarmanahmed.cpv.CircularProgressViewListener) +androidx.transition.R$styleable +com.google.android.material.R$styleable: int AppCompatTheme_buttonStyleSmall +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: java.util.concurrent.atomic.AtomicReference upstream +android.didikee.donate.R$styleable: int[] Spinner +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: io.reactivex.FlowableEmitter serialize() +cyanogenmod.platform.Manifest$permission: java.lang.String PROTECTED_APP +androidx.hilt.R$id: int async +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Metric: java.lang.String Unit +androidx.hilt.lifecycle.R$drawable: int notification_icon_background +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabMaxWidth +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX: CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX() +androidx.constraintlayout.widget.R$id: int action_bar_spinner +android.didikee.donate.R$attr: int actionModeShareDrawable +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void registerCallback(cyanogenmod.externalviews.IKeyguardExternalViewCallbacks) +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: boolean isDisposed() +cyanogenmod.weather.CMWeatherManager: cyanogenmod.weather.ICMWeatherManager sWeatherManagerService +androidx.appcompat.R$styleable: int AppCompatImageView_tint +wangdaye.com.geometricweather.R$attr: int tabPaddingTop +androidx.fragment.R$layout: int notification_action_tombstone +com.jaredrummler.android.colorpicker.R$attr: int splitTrack +wangdaye.com.geometricweather.R$drawable: int notif_temp_5 +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ProgressIndicator_Linear_Determinate +okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Http2Stream$FramingSource source +cyanogenmod.app.IProfileManager: void addNotificationGroup(android.app.NotificationGroup) +wangdaye.com.geometricweather.R$id: int design_navigation_view +androidx.lifecycle.extensions.R$drawable +com.google.android.material.R$attr: int arcMode +wangdaye.com.geometricweather.R$styleable: int DialogPreference_android_dialogIcon +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Subtitle2 +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse +com.google.android.material.card.MaterialCardView: void setCheckedIconMarginResource(int) +androidx.appcompat.widget.Toolbar: java.lang.CharSequence getCollapseContentDescription() +com.google.android.material.R$color: int mtrl_tabs_legacy_text_color_selector +androidx.lifecycle.AbstractSavedStateViewModelFactory: AbstractSavedStateViewModelFactory(androidx.savedstate.SavedStateRegistryOwner,android.os.Bundle) +androidx.appcompat.resources.R$dimen: int notification_subtext_size +androidx.legacy.coreutils.R$id: int async +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Button_Colored +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String locationKey +cyanogenmod.profiles.RingModeSettings$1: cyanogenmod.profiles.RingModeSettings[] newArray(int) +wangdaye.com.geometricweather.db.entities.LocationEntity: LocationEntity() +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean done +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Display1 +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_content_inset_with_nav +android.support.v4.app.INotificationSideChannel +android.support.v4.os.ResultReceiver$MyResultReceiver +com.xw.repo.bubbleseekbar.R$attr: int backgroundTint +android.didikee.donate.R$style: int Platform_AppCompat_Light +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Dialog_Alert +wangdaye.com.geometricweather.R$color: int colorTextSubtitle +com.xw.repo.bubbleseekbar.R$style: int Base_V7_Theme_AppCompat_Light_Dialog +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_TabBar +wangdaye.com.geometricweather.R$string: int key_daily_trend_display +androidx.activity.R$id: int action_image +com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Dialog +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: double HoursOfRain +com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Light_Dialog +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: long index +okhttp3.internal.Util$1: Util$1() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: java.lang.String getZh_CN() +wangdaye.com.geometricweather.R$string: int uv_index +androidx.fragment.R$id: int line1 +androidx.appcompat.R$style: int Widget_AppCompat_RatingBar +com.google.android.material.R$styleable: int BottomAppBar_hideOnScroll +androidx.hilt.R$styleable: int Fragment_android_tag +com.turingtechnologies.materialscrollbar.R$color: int button_material_light +com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_showTitle +cyanogenmod.hardware.ThermalListenerCallback +com.google.android.material.R$attr: int layout_constraintWidth_min +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Metric Metric +androidx.appcompat.resources.R$layout: int custom_dialog +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintRight_creator +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property Time +com.google.android.material.R$dimen: int design_bottom_sheet_modal_elevation +retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: void onComplete() +james.adaptiveicon.R$color: int switch_thumb_normal_material_dark +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_bias +androidx.recyclerview.R$attr: int layoutManager +androidx.vectordrawable.animated.R$styleable: int ColorStateListItem_android_color +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 +android.support.v4.os.ResultReceiver$1: java.lang.Object[] newArray(int) +androidx.preference.R$style: int TextAppearance_AppCompat_Caption +io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: boolean isDisposed() +okio.HashingSource: long read(okio.Buffer,long) +james.adaptiveicon.R$attr: int alertDialogCenterButtons +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: void onComplete() +wangdaye.com.geometricweather.R$styleable: int[] LiveLockScreen +com.turingtechnologies.materialscrollbar.R$drawable: int avd_hide_password com.turingtechnologies.materialscrollbar.R$id: int title -com.jaredrummler.android.colorpicker.R$anim: int abc_tooltip_exit -wangdaye.com.geometricweather.R$drawable: int abc_ratingbar_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String suggest -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: java.util.concurrent.atomic.AtomicInteger wip -io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: long end -com.xw.repo.bubbleseekbar.R$dimen: int notification_action_text_size -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_SearchResult -io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: void dispose() -androidx.recyclerview.R$id: int accessibility_custom_action_25 -androidx.appcompat.widget.SwitchCompat: void setThumbTintMode(android.graphics.PorterDuff$Mode) -com.google.android.material.slider.RangeSlider: void setTrackActiveTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.db.entities.MinutelyEntity: long time -okio.HashingSink: okio.HashingSink sha256(okio.Sink) -com.google.android.material.R$attr: int dragThreshold -wangdaye.com.geometricweather.R$attr: int materialCalendarMonthNavigationButton -androidx.constraintlayout.widget.R$styleable: int[] ConstraintLayout_placeholder -androidx.preference.R$styleable: int AppCompatTheme_ratingBarStyleSmall -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setLatitude(java.lang.String) -com.google.android.material.R$styleable: int Chip_checkedIconTint -com.google.android.material.R$attr: int chipCornerRadius -wangdaye.com.geometricweather.R$drawable: int weather_clear_night_mini_xml -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: io.reactivex.ObservableSource source -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_android_enabled -androidx.preference.R$attr: int updatesContinuously -wangdaye.com.geometricweather.R$dimen: int mtrl_tooltip_padding -com.google.android.material.chip.Chip: void setLayoutDirection(int) -wangdaye.com.geometricweather.R$string: int cpv_transparency -androidx.coordinatorlayout.R$id: int end -com.google.android.material.R$attr: int transitionDisable -okio.ForwardingTimeout: okio.Timeout deadlineNanoTime(long) -cyanogenmod.hardware.ICMHardwareService$Stub: android.os.IBinder asBinder() -com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_itemIconDisabledAlpha -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) -cyanogenmod.app.CustomTile$ExpandedStyle: int describeContents() -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: io.reactivex.functions.Function rightEnd -com.google.gson.internal.$Gson$Types$WildcardTypeImpl: long serialVersionUID -wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayVerticalProvider: WidgetClockDayVerticalProvider() -io.reactivex.internal.util.VolatileSizeArrayList: java.util.ArrayList list -james.adaptiveicon.R$styleable: int AppCompatTheme_selectableItemBackground -com.google.android.material.chip.Chip: void setCloseIconHovered(boolean) -android.didikee.donate.R$attr: int backgroundTint -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver parent -com.turingtechnologies.materialscrollbar.R$attr: int indeterminateProgressStyle -james.adaptiveicon.R$attr: int windowActionBarOverlay -androidx.preference.R$attr: int fontProviderAuthority -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void addLast(io.reactivex.internal.operators.observable.ObservableReplay$Node) -james.adaptiveicon.R$color: int dim_foreground_material_dark -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property Dbz -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$Geometry: java.lang.String type -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Metric: int UnitType -com.turingtechnologies.materialscrollbar.R$attr: int actionModeSplitBackground -androidx.preference.R$id: int line3 -okhttp3.MultipartBody$Builder: okio.ByteString boundary -com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_font -com.google.android.material.R$id: int action_menu_divider -com.xw.repo.bubbleseekbar.R$color: int abc_background_cache_hint_selector_material_light -okio.Buffer: int hashCode() -wangdaye.com.geometricweather.R$dimen: int widget_large_title_text_size -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.MinutelyEntityDao minutelyEntityDao +okio.Buffer: Buffer() +com.google.android.material.R$styleable: int[] OnSwipe +com.google.android.material.R$style: int Theme_AppCompat_Light_Dialog_Alert +android.didikee.donate.R$drawable: int notification_bg +wangdaye.com.geometricweather.R$drawable: int weather_wind_mini_grey +com.google.android.material.textfield.MaterialAutoCompleteTextView +androidx.appcompat.R$styleable: int[] RecycleListView +com.google.android.material.chip.Chip: void setChipIconResource(int) +androidx.hilt.work.R$id: R$id() +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWeatherText +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Snow: int UnitType +androidx.preference.R$anim: int abc_fade_out +wangdaye.com.geometricweather.R$attr: int tabIndicatorFullWidth +james.adaptiveicon.R$dimen: R$dimen() +io.reactivex.internal.util.VolatileSizeArrayList: int hashCode() +androidx.vectordrawable.animated.R$styleable: int FontFamily_fontProviderQuery +cyanogenmod.app.CMTelephonyManager: cyanogenmod.app.CMTelephonyManager sCMTelephonyManagerInstance +com.google.android.material.R$style: int Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 +com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_selectionRequired +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Large +com.bumptech.glide.integration.okhttp.R$styleable: int[] FontFamilyFont +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability getPrecipitationProbability() +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_item_max_width +wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_levelValue +james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon +androidx.loader.R$styleable: int FontFamily_fontProviderPackage +james.adaptiveicon.R$styleable: int MenuItem_android_numericShortcut +androidx.appcompat.R$color: int abc_tint_btn_checkable +com.google.android.material.internal.NavigationMenuView +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void onComplete() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dialogTheme +com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_android_fontStyle +androidx.loader.R$style: R$style() +io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: int skip +wangdaye.com.geometricweather.R$styleable: int Chip_closeIconSize +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_lastVerticalBias +androidx.constraintlayout.widget.R$color: int abc_tint_switch_track +io.reactivex.Observable: io.reactivex.Single toSortedList() +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_HUMIDITY +com.jaredrummler.android.colorpicker.R$id: int screen +cyanogenmod.providers.CMSettings$Secure: android.net.Uri CONTENT_URI +androidx.preference.R$styleable: int SwitchCompat_switchPadding +androidx.dynamicanimation.R$dimen: int notification_right_icon_size +androidx.appcompat.R$dimen: int highlight_alpha_material_dark +com.google.android.material.textfield.TextInputLayout: void setStartIconTintMode(android.graphics.PorterDuff$Mode) +com.turingtechnologies.materialscrollbar.R$anim: int abc_tooltip_enter +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight_Dialog_Alert +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_setActiveProfileByName +androidx.core.R$string +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.HourlyEntity) +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: void cancel() +okio.Buffer: java.lang.Object clone() +com.turingtechnologies.materialscrollbar.TouchScrollBar +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse +androidx.appcompat.R$interpolator +androidx.drawerlayout.widget.DrawerLayout: void setDrawerLockMode(int) +com.google.android.material.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight +cyanogenmod.profiles.StreamSettings$1 +io.reactivex.internal.util.ErrorMode: io.reactivex.internal.util.ErrorMode[] values() +com.google.android.material.R$styleable: int[] MenuItem +androidx.dynamicanimation.R$id: int action_image +wangdaye.com.geometricweather.R$layout: int mtrl_calendar_months +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void drain() +com.google.android.material.R$styleable: int AppCompatImageView_tintMode +wangdaye.com.geometricweather.R$font: int product_sans_black +androidx.hilt.work.R$id: int accessibility_custom_action_6 +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getCityId() +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_day_width +com.google.android.material.textfield.TextInputLayout: int getErrorTextCurrentColor() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean: java.util.List brands +androidx.drawerlayout.R$layout: int notification_action +wangdaye.com.geometricweather.R$attr: int positiveButtonText +wangdaye.com.geometricweather.db.entities.WeatherEntity: void resetMinutelyEntityList() +io.reactivex.Observable: io.reactivex.Observable buffer(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +com.google.android.material.R$style: int Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow +com.google.android.material.R$id: int multiply +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void onDrop(java.lang.Object) +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_always_show_bubble +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_paddingEnd +com.google.android.material.R$id: int transition_layout_save +androidx.preference.R$string: int abc_capital_off +androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType[] values() +com.google.android.material.R$styleable: int[] AnimatedStateListDrawableItem +com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl +androidx.appcompat.widget.ContentFrameLayout: android.util.TypedValue getFixedWidthMajor() +wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_recyclerView +com.google.android.material.R$styleable: int Motion_motionStagger +cyanogenmod.profiles.AirplaneModeSettings: void writeToParcel(android.os.Parcel,int) +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$6 +androidx.appcompat.resources.R$styleable: int GradientColorItem_android_offset +wangdaye.com.geometricweather.R$attr: int dotGap +wangdaye.com.geometricweather.R$drawable: int ic_filter_off +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title +com.jaredrummler.android.colorpicker.R$styleable: int Preference_widgetLayout +androidx.preference.R$styleable: int AppCompatTheme_colorError +com.google.android.material.button.MaterialButton: android.content.res.ColorStateList getBackgroundTintList() +wangdaye.com.geometricweather.R$animator: int weather_thunder_1 +androidx.preference.R$styleable: int AppCompatTheme_android_windowAnimationStyle +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List getAlertEntityList() +wangdaye.com.geometricweather.R$attr: int actionButtonStyle +com.google.android.material.R$styleable: int AppCompatTheme_toolbarStyle +cyanogenmod.app.BaseLiveLockManagerService: boolean registerChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) +androidx.work.R$dimen: int notification_media_narrow_margin +androidx.preference.R$attr: int windowFixedHeightMajor +androidx.core.R$id: int italic +androidx.hilt.work.R$id: int accessibility_custom_action_1 +wangdaye.com.geometricweather.R$style: int Base_Animation_AppCompat_Dialog +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_fontVariationSettings +wangdaye.com.geometricweather.R$anim: int popup_show_top_left +com.google.android.material.slider.RangeSlider: void setTrackHeight(int) +retrofit2.RequestFactory$Builder: boolean gotPath +androidx.constraintlayout.widget.R$anim: int btn_checkbox_to_unchecked_icon_null_animation +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind: double speed +androidx.dynamicanimation.R$id: int tag_unhandled_key_event_manager +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Snow: java.lang.Integer depth +cyanogenmod.weather.WeatherInfo: double mTodaysLowTemp +androidx.preference.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless +wangdaye.com.geometricweather.R$animator: int weather_thunderstorm_3 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric: java.lang.String Unit +android.didikee.donate.R$styleable: int RecycleListView_paddingBottomNoButtons +com.google.android.material.R$styleable: int ConstraintSet_barrierMargin +com.google.android.material.R$dimen: int notification_big_circle_margin +wangdaye.com.geometricweather.R$drawable: int btn_checkbox_checked_mtrl +cyanogenmod.providers.CMSettings$Global: java.util.List getDelimitedStringAsList(android.content.ContentResolver,java.lang.String,java.lang.String) +org.greenrobot.greendao.identityscope.IdentityScopeType: org.greenrobot.greendao.identityscope.IdentityScopeType Session +androidx.viewpager2.widget.ViewPager2: void setOrientation(int) +androidx.appcompat.R$attr: int initialActivityCount +com.google.android.material.R$styleable: int Constraint_layout_constraintHorizontal_weight +androidx.dynamicanimation.R$string: int status_bar_notification_info_overflow +wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_showDialog +androidx.hilt.lifecycle.R$layout +android.didikee.donate.R$anim: int abc_fade_out +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Headline +wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: SunMoonView(android.content.Context) +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: ObservableConcatMapEager$ConcatMapEagerMainObserver(io.reactivex.Observer,io.reactivex.functions.Function,int,int,io.reactivex.internal.util.ErrorMode) +com.google.android.material.R$style: int Theme_MaterialComponents_Light_DarkActionBar +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: io.reactivex.disposables.Disposable upstream +android.didikee.donate.R$styleable: int AppCompatTheme_actionModeShareDrawable +com.google.android.material.R$styleable: int Chip_checkedIcon +androidx.appcompat.widget.SearchView: void setAppSearchData(android.os.Bundle) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_112 +com.google.android.material.R$dimen: int mtrl_progress_indicator_full_rounded_corner_radius +io.reactivex.Observable: io.reactivex.Observable sample(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +androidx.preference.R$drawable: int abc_item_background_holo_light +com.google.android.material.R$attr: int layout_goneMarginBottom +cyanogenmod.externalviews.IKeyguardExternalViewProvider: void unregisterCallback(cyanogenmod.externalviews.IKeyguardExternalViewCallbacks) +wangdaye.com.geometricweather.R$styleable: int Slider_tickColor +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setAnimationProgress(float) +wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_updatesContinuously +cyanogenmod.app.BaseLiveLockManagerService: android.os.IBinder asBinder() +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String COL_VALUE +androidx.constraintlayout.widget.R$attr: int textAppearancePopupMenuHeader +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Compat_Notification_Title +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_WIND_SPEED +wangdaye.com.geometricweather.R$styleable: int MaterialTextAppearance_android_letterSpacing +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Metric Metric +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer windSpeedGust +wangdaye.com.geometricweather.R$id: int line1 +androidx.transition.R$drawable: int notification_action_background +com.xw.repo.bubbleseekbar.R$dimen: int highlight_alpha_material_light +wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_AppbarPopupTheme +androidx.constraintlayout.widget.R$attr: int seekBarStyle +com.bumptech.glide.integration.okhttp.R$drawable +wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_weather_1 +com.xw.repo.BubbleSeekBar: float getMax() +com.google.android.material.floatingactionbutton.FloatingActionButton: void setExpandedComponentIdHint(int) +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy +cyanogenmod.providers.CMSettings$System: java.lang.String LOCKSCREEN_PIN_SCRAMBLE_LAYOUT +retrofit2.BuiltInConverters$BufferingResponseBodyConverter +wangdaye.com.geometricweather.R$style: int TestStyleWithThemeLineHeightAttribute +androidx.coordinatorlayout.R$attr: int ttcIndex +com.google.android.material.R$dimen: int mtrl_navigation_item_icon_size +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeTemperature(int) +com.jaredrummler.android.colorpicker.R$string: int abc_capital_off +com.bumptech.glide.load.DecodeFormat: com.bumptech.glide.load.DecodeFormat[] values() +wangdaye.com.geometricweather.R$attr: int bsb_thumb_text_color +androidx.viewpager2.R$drawable: int notification_bg_normal_pressed +androidx.activity.R$styleable +androidx.appcompat.widget.ActivityChooserView: ActivityChooserView(android.content.Context) +okhttp3.internal.http2.Http2Connection: void writeSynReset(int,okhttp3.internal.http2.ErrorCode) +com.bumptech.glide.load.PreferredColorSpace: com.bumptech.glide.load.PreferredColorSpace SRGB +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric Metric +android.didikee.donate.R$styleable: int AppCompatTheme_popupMenuStyle +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_selection_text_baseline_to_top +okhttp3.internal.http2.Http2Stream$FramingSource: okio.Buffer receiveBuffer +cyanogenmod.themes.IThemeService$Stub$Proxy: void requestThemeChangeUpdates(cyanogenmod.themes.IThemeChangeListener) +com.google.android.material.R$dimen: int mtrl_fab_translation_z_hovered_focused +cyanogenmod.weather.CMWeatherManager: android.os.Handler access$100(cyanogenmod.weather.CMWeatherManager) +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast: java.util.concurrent.atomic.AtomicInteger wip +wangdaye.com.geometricweather.R$styleable: int AppCompatSeekBar_android_thumb +com.jaredrummler.android.colorpicker.R$styleable: int[] SwitchPreference +com.jaredrummler.android.colorpicker.R$integer: int abc_config_activityShortDur +okhttp3.Headers$Builder: okhttp3.Headers$Builder addAll(okhttp3.Headers) +cyanogenmod.util.ColorUtils: double[] sColorTable +androidx.preference.R$styleable: int AppCompatTextView_drawableTopCompat +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: int getThermalState() +wangdaye.com.geometricweather.R$styleable: int MaterialShape_shapeAppearanceOverlay +androidx.hilt.lifecycle.R$attr: int fontStyle +androidx.constraintlayout.widget.R$attr: int touchRegionId +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean getAddress_detail() +com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_max_width +androidx.constraintlayout.widget.R$styleable: int AlertDialog_singleChoiceItemLayout +androidx.coordinatorlayout.R$style: int Widget_Compat_NotificationActionContainer +androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_android_fontStyle +wangdaye.com.geometricweather.db.entities.DailyEntity: void setRagweedLevel(java.lang.Integer) +androidx.appcompat.widget.AppCompatSpinner: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) +androidx.constraintlayout.widget.R$attr: int motionPathRotate +okio.ByteString: okio.ByteString hmacSha512(okio.ByteString) +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight +androidx.appcompat.R$color: int primary_dark_material_light +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float icePrecipitation +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Direction Direction +androidx.appcompat.widget.AppCompatSpinner: int getDropDownVerticalOffset() +okhttp3.internal.Util: java.nio.charset.Charset UTF_8 +android.didikee.donate.R$styleable: int AppCompatTextHelper_android_drawableEnd +wangdaye.com.geometricweather.R$string: int mtrl_picker_toggle_to_year_selection +wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_dayInvalidStyle +com.xw.repo.bubbleseekbar.R$color: int abc_secondary_text_material_dark +wangdaye.com.geometricweather.R$style: int TextAppearance_Compat_Notification_Line2 +com.google.android.material.R$layout: int design_layout_snackbar_include +androidx.preference.R$attr: int homeLayout +james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float totalPrecipitationProbability +wangdaye.com.geometricweather.background.receiver.widget.WidgetTextProvider: WidgetTextProvider() +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: io.reactivex.Observer observer +com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: int getCircularRevealScrimColor() +androidx.loader.R$id: int right_side +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_singleLineTitle +com.google.android.material.R$styleable: int TabLayout_tabMaxWidth +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setPubTime(java.util.Date) +com.google.android.material.R$style: int TextAppearance_AppCompat_Menu +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: java.lang.String getFrom() +com.jaredrummler.android.colorpicker.R$attr: int actionModeCopyDrawable +com.google.android.material.R$attr: int itemSpacing +wangdaye.com.geometricweather.common.basic.models.options.DarkMode: java.lang.String modeId +io.reactivex.Observable: io.reactivex.Observable skipLast(long,java.util.concurrent.TimeUnit,boolean) +cyanogenmod.themes.IThemeService$Stub$Proxy: int getProgress() +com.google.android.material.button.MaterialButton: int getIconSize() +com.google.android.material.R$styleable: int ShapeableImageView_shapeAppearanceOverlay +com.turingtechnologies.materialscrollbar.R$id: int shortcut +com.xw.repo.bubbleseekbar.R$color: int abc_hint_foreground_material_dark +cyanogenmod.providers.CMSettings$System: java.lang.String INCREASING_RING_START_VOLUME +androidx.legacy.coreutils.R$styleable: int FontFamilyFont_font +wangdaye.com.geometricweather.R$color: int colorLevel_5 +com.google.android.material.chip.ChipGroup: void setSingleLine(boolean) +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: void onError(java.lang.Throwable) +okio.Okio$1: java.lang.String toString() +com.google.android.material.R$attr: int textAppearanceListItem +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_EXPORT_WITH_RC4_40_MD5 +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: java.lang.String color +okhttp3.Request$Builder: okhttp3.Headers$Builder headers +androidx.lifecycle.ProcessLifecycleOwner$2: void onResume() +wangdaye.com.geometricweather.R$string: int restart +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property Latitude +androidx.preference.R$style: int Preference_SeekBarPreference_Material +androidx.preference.R$layout: int preference_widget_switch +wangdaye.com.geometricweather.R$style: int Base_V21_Theme_AppCompat +com.google.android.material.R$dimen: int mtrl_navigation_elevation +wangdaye.com.geometricweather.R$attr: int paddingRightSystemWindowInsets +wangdaye.com.geometricweather.R$string: int material_timepicker_am +androidx.appcompat.R$style: int Widget_AppCompat_Spinner_Underlined +com.jaredrummler.android.colorpicker.R$id: int search_src_text +retrofit2.ParameterHandler: void apply(retrofit2.RequestBuilder,java.lang.Object) +com.jaredrummler.android.colorpicker.R$attr: int actionModeWebSearchDrawable +androidx.appcompat.R$styleable: int ActionBar_titleTextStyle +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: float PRECIPITATION_RAINSTORM +androidx.appcompat.R$attr: int tooltipForegroundColor +com.google.android.material.textfield.TextInputLayout: void setError(java.lang.CharSequence) +com.google.android.material.R$id: int top +james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat_Dark +androidx.preference.R$attr: int singleLineTitle +android.didikee.donate.R$styleable: int TextAppearance_android_textSize +androidx.appcompat.R$styleable: int ViewStubCompat_android_layout +retrofit2.Platform: Platform(boolean) +com.google.android.material.textfield.TextInputLayout: void setBoxStrokeColor(int) +com.google.android.material.R$drawable: int abc_seekbar_track_material +androidx.lifecycle.ProcessLifecycleOwner$3: void onActivityPreCreated(android.app.Activity,android.os.Bundle) +wangdaye.com.geometricweather.R$styleable: int[] ConstraintLayout_Layout +com.google.android.material.R$style: int TextAppearance_AppCompat_Small_Inverse +com.turingtechnologies.materialscrollbar.R$dimen: int abc_control_padding_material +io.reactivex.Observable: io.reactivex.Observable delay(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean) +com.turingtechnologies.materialscrollbar.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: boolean active +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_constraint_referenced_ids +androidx.constraintlayout.widget.R$attr: int chainUseRtl +okhttp3.internal.connection.RouteSelector: okhttp3.Address address +com.google.android.material.R$styleable: int MenuItem_android_menuCategory +androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_android_fontVariationSettings +wangdaye.com.geometricweather.R$drawable: int abc_textfield_activated_mtrl_alpha +wangdaye.com.geometricweather.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours: AccuCurrentResult$PrecipitationSummary$Past24Hours() +android.didikee.donate.R$drawable: int abc_edit_text_material +com.jaredrummler.android.colorpicker.R$attr: int fontStyle +com.bumptech.glide.integration.okhttp.R$drawable: int notification_bg_low_normal +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Overline +com.google.android.material.R$attr: int actionModeSplitBackground +com.google.android.material.R$attr: int circularRadius +androidx.constraintlayout.widget.R$string: int abc_menu_sym_shortcut_label +androidx.viewpager.R$dimen: int compat_button_inset_horizontal_material +com.jaredrummler.android.colorpicker.R$color: int abc_tint_spinner +com.google.android.material.R$color: int foreground_material_dark +androidx.appcompat.widget.ScrollingTabContainerView: void setTabSelected(int) +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position +androidx.constraintlayout.widget.R$attr: int firstBaselineToTopHeight +io.reactivex.internal.subscriptions.DeferredScalarSubscription: java.lang.Object poll() +com.google.android.material.R$styleable: int Motion_pathMotionArc +retrofit2.Utils: java.lang.Class declaringClassOf(java.lang.reflect.TypeVariable) +wangdaye.com.geometricweather.R$drawable: int ic_tag_plus +okhttp3.internal.cache.DiskLruCache: boolean isClosed() +cyanogenmod.externalviews.ExternalViewProviderService$Provider: int DEFAULT_WINDOW_TYPE +com.google.android.material.internal.ForegroundLinearLayout: void setForegroundGravity(int) +okhttp3.Request$Builder: Request$Builder(okhttp3.Request) +com.xw.repo.bubbleseekbar.R$attr: int textAppearanceSearchResultSubtitle +wangdaye.com.geometricweather.R$styleable: int TextInputEditText_textInputLayoutFocusedRectEnabled +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Title +com.google.android.material.R$id: int coordinator +com.google.android.material.R$dimen: int notification_top_pad +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_SCREEN_ON +com.jaredrummler.android.colorpicker.R$styleable: int[] AppCompatTheme +com.jaredrummler.android.colorpicker.R$attr: int dropDownListViewStyle +cyanogenmod.providers.WeatherContract$WeatherColumns$TempUnit: int FAHRENHEIT +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse +cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator sColorValidator +cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_setZenMode +androidx.appcompat.R$style: int TextAppearance_AppCompat_Small_Inverse +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored +androidx.preference.R$styleable: int SwitchCompat_showText +com.turingtechnologies.materialscrollbar.R$id: int right +cyanogenmod.weather.ICMWeatherManager$Stub: int TRANSACTION_getActiveWeatherServiceProviderLabel +okio.RealBufferedSink: okio.BufferedSink writeInt(int) +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Imperial: java.lang.String Unit +androidx.swiperefreshlayout.R$id +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintBaseline_toBaselineOf +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_contentInsetStart +wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Suffix +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_paddingBottom +okhttp3.Response: long sentRequestAtMillis +androidx.constraintlayout.widget.R$attr: int defaultDuration +cyanogenmod.app.Profile$TriggerType: Profile$TriggerType() +com.jaredrummler.android.colorpicker.R$integer: int abc_config_activityDefaultDur +androidx.appcompat.resources.R$dimen: int compat_control_corner_material +cyanogenmod.app.BaseLiveLockManagerService$1: boolean unregisterChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) +com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableTransition_android_fromId +androidx.appcompat.R$id: int scrollView +androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableTransition_android_reversible +com.google.android.material.slider.RangeSlider: void setTrackTintList(android.content.res.ColorStateList) +com.google.android.material.R$interpolator: int btn_radio_to_on_mtrl_animation_interpolator_0 +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_editor_absoluteX +wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: void setIconDrawable(android.graphics.drawable.Drawable) +com.jaredrummler.android.colorpicker.R$integer: int cancel_button_image_alpha +wangdaye.com.geometricweather.R$color: int abc_primary_text_material_dark +com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_buttonIconDimen com.google.android.material.R$id: int dragUp -androidx.preference.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView -androidx.activity.R$dimen: int notification_large_icon_width -com.google.android.material.R$styleable: int[] LinearLayoutCompat_Layout -wangdaye.com.geometricweather.R$string: int settings_title_live_wallpaper -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setUvIndex(java.lang.Integer) -com.google.android.material.R$attr: int layout_goneMarginBottom -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: boolean isDisposed() -androidx.preference.R$attr: int entryValues -wangdaye.com.geometricweather.R$styleable: int MultiSelectListPreference_android_entries -wangdaye.com.geometricweather.R$color: int material_blue_grey_950 -com.google.android.material.card.MaterialCardView: android.content.res.ColorStateList getStrokeColorStateList() -wangdaye.com.geometricweather.R$style: int Base_V7_Theme_AppCompat -androidx.preference.R$id: int search_bar -james.adaptiveicon.R$id: int checkbox -wangdaye.com.geometricweather.R$layout: int mtrl_calendar_month_navigation -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layoutDescription -okhttp3.internal.platform.OptionalMethod: java.lang.Class[] methodParams -androidx.preference.R$styleable: int MenuView_android_horizontalDivider -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Ice Ice -wangdaye.com.geometricweather.R$dimen: int abc_action_bar_subtitle_bottom_margin_material -wangdaye.com.geometricweather.R$layout: int container_main_pollen -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem -androidx.dynamicanimation.R$dimen: int notification_media_narrow_margin -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Pressure -androidx.preference.R$dimen: int abc_action_bar_stacked_tab_max_width -com.google.android.material.appbar.AppBarLayout: void setStatusBarForegroundColor(int) -cyanogenmod.app.CMContextConstants: java.lang.String CM_LIVE_LOCK_SCREEN_SERVICE -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$6: void run() -androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType: androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType END -cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator access$000() -androidx.appcompat.R$drawable: int abc_list_selector_background_transition_holo_dark -cyanogenmod.hardware.ICMHardwareService: boolean setDisplayColorCalibration(int[]) -com.google.android.material.R$styleable: int ActionBar_divider -wangdaye.com.geometricweather.weather.json.mf.MfLocationResult -com.jaredrummler.android.colorpicker.R$attr: int logo -androidx.constraintlayout.widget.R$styleable: int Layout_minHeight -androidx.preference.R$dimen: int abc_list_item_height_small_material -com.google.android.material.tabs.TabItem -androidx.preference.R$style: int TextAppearance_AppCompat_Tooltip -com.turingtechnologies.materialscrollbar.R$attr: int checkedTextViewStyle -com.google.android.material.R$styleable: int Constraint_transitionPathRotate -wangdaye.com.geometricweather.R$string: int key_view_type -wangdaye.com.geometricweather.R$styleable: int NavigationView_shapeAppearance -com.google.android.material.slider.BaseSlider: int getTrackSidePadding() -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: void onComplete() -com.turingtechnologies.materialscrollbar.Handle: void setBackgroundColor(int) -wangdaye.com.geometricweather.R$layout: int dialog_location_permission_statement -com.jaredrummler.android.colorpicker.R$drawable: int notify_panel_notification_icon_bg -okhttp3.Response$Builder: okhttp3.Response priorResponse -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_SearchResult_Title -androidx.swiperefreshlayout.R$attr: int ttcIndex -com.google.gson.stream.JsonReader: java.lang.String nextQuotedValue(char) -com.jaredrummler.android.colorpicker.R$attr: int actionButtonStyle -androidx.appcompat.R$attr: int layout -androidx.preference.R$styleable: int SwitchPreferenceCompat_switchTextOff -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder removePathSegment(int) -okhttp3.internal.ws.RealWebSocket: void onReadMessage(okio.ByteString) -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_subtitle -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.internal.observers.InnerQueuedObserver current -androidx.preference.SeekBarPreference$SavedState -androidx.appcompat.R$style: int RtlOverlay_DialogWindowTitle_AppCompat -com.github.rahatarmanahmed.cpv.CircularProgressViewListener: void onModeChanged(boolean) -wangdaye.com.geometricweather.R$id: int item_about_link_icon +okhttp3.internal.cache.DiskLruCache$Editor: void abortUnlessCommitted() +com.google.android.material.R$color: int mtrl_card_view_ripple +androidx.lifecycle.extensions.R$attr: int fontWeight +com.jaredrummler.android.colorpicker.R$attr: int textAppearanceSmallPopupMenu +cyanogenmod.weatherservice.ServiceRequestResult$Builder: ServiceRequestResult$Builder() +androidx.work.R$id: int accessibility_custom_action_25 +wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges +androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText +wangdaye.com.geometricweather.R$drawable: int notif_temp_70 +com.jaredrummler.android.colorpicker.R$dimen: int notification_small_icon_background_padding +androidx.constraintlayout.widget.R$attr: int actionBarSplitStyle +wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_itemShapeAppearance +wangdaye.com.geometricweather.R$styleable: int Toolbar_contentInsetStart +wangdaye.com.geometricweather.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item +cyanogenmod.weather.WeatherLocation: WeatherLocation(android.os.Parcel,cyanogenmod.weather.WeatherLocation$1) +androidx.preference.R$layout: int preference_widget_checkbox +retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder client(okhttp3.OkHttpClient) +androidx.constraintlayout.widget.R$styleable: int KeyTrigger_triggerReceiver +cyanogenmod.externalviews.KeyguardExternalViewProviderService: java.lang.String SERVICE_INTERFACE +com.jaredrummler.android.colorpicker.R$dimen: int notification_action_text_size +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Object getKey(java.lang.Object) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_60 +com.google.android.material.R$attr: int dividerVertical +androidx.viewpager.R$dimen: int notification_action_text_size +com.jaredrummler.android.colorpicker.R$id: int cpv_arrow_right +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.util.concurrent.atomic.AtomicInteger active +com.google.gson.FieldNamingPolicy$2: java.lang.String translateName(java.lang.reflect.Field) +io.reactivex.internal.disposables.SequentialDisposable: boolean isDisposed() +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_icon +com.bumptech.glide.integration.okhttp.R$id: R$id() +james.adaptiveicon.R$color: int abc_search_url_text +com.google.android.material.R$styleable: int AppCompatTheme_windowActionBarOverlay +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: int getBackgroundColor() +wangdaye.com.geometricweather.R$string: int settings_title_speed_unit +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title +cyanogenmod.app.LiveLockScreenInfo: int PRIORITY_MIN +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Ice: int UnitType +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_138 +androidx.constraintlayout.widget.R$styleable: int[] ConstraintLayout_placeholder +wangdaye.com.geometricweather.resource.utils.ResourceUtils$NullResourceIdException: ResourceUtils$NullResourceIdException() +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_shadowDx +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_RatingBar_Small +com.google.android.material.textfield.TextInputLayout: void setSuffixTextColor(android.content.res.ColorStateList) +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setStrokeAlpha(float) +com.turingtechnologies.materialscrollbar.DateAndTimeIndicator: int getTextSize() +androidx.lifecycle.LifecycleRegistry: void backwardPass(androidx.lifecycle.LifecycleOwner) +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_subtitleTextStyle +james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarTabStyle +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner +android.didikee.donate.R$attr: int maxButtonHeight +androidx.transition.R$attr: int fontStyle +com.turingtechnologies.materialscrollbar.R$color: int primary_text_disabled_material_light +android.didikee.donate.R$styleable: int Toolbar_titleMarginStart +okhttp3.internal.http1.Http1Codec: okhttp3.Headers readHeaders() +androidx.preference.R$styleable: int MenuItem_actionProviderClass +com.google.android.material.R$style: int Theme_AppCompat_CompactMenu +com.jaredrummler.android.colorpicker.R$id: int transparency_title +wangdaye.com.geometricweather.R$styleable: int Toolbar_android_gravity +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_textSize +com.jaredrummler.android.colorpicker.R$attr: int tickMark +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabGravity +androidx.work.R$styleable: int[] GradientColorItem +androidx.preference.R$styleable: int[] GradientColor +wangdaye.com.geometricweather.R$string: int key_forecast_today +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Display4 +androidx.work.impl.diagnostics.DiagnosticsReceiver: DiagnosticsReceiver() +com.turingtechnologies.materialscrollbar.R$dimen: int compat_button_inset_horizontal_material +okhttp3.internal.cache.DiskLruCache: DiskLruCache(okhttp3.internal.io.FileSystem,java.io.File,int,int,long,java.util.concurrent.Executor) +com.google.android.material.R$anim: int abc_slide_in_bottom +com.google.android.material.R$styleable: int MaterialButton_android_checkable +james.adaptiveicon.R$styleable: int SwitchCompat_switchTextAppearance +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments: long endTime +wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Color +com.turingtechnologies.materialscrollbar.R$color: int material_grey_50 +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_cardForegroundColor +androidx.viewpager.R$attr: int fontProviderFetchStrategy +wangdaye.com.geometricweather.R$drawable: int notif_temp_53 +com.turingtechnologies.materialscrollbar.R$anim: int abc_fade_out +okio.BufferedSource: java.lang.String readUtf8Line() +androidx.appcompat.R$styleable: int GradientColor_android_type +cyanogenmod.power.IPerformanceManager$Stub$Proxy: IPerformanceManager$Stub$Proxy(android.os.IBinder) +androidx.lifecycle.extensions.R$layout: int notification_template_custom_big +com.bumptech.glide.integration.okhttp.R$layout: int notification_template_part_chronometer +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_ab_back_material +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_motionProgress +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean requestDismissAndStartActivity(android.content.Intent) +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult: wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position position +james.adaptiveicon.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight +okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.tls.TrustRootIndex buildTrustRootIndex(javax.net.ssl.X509TrustManager) +androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver +james.adaptiveicon.R$styleable: int AppCompatTheme_windowFixedWidthMinor +androidx.swiperefreshlayout.R$id: int dialog_button +wangdaye.com.geometricweather.db.entities.WeatherEntity: void resetHourlyEntityList() +androidx.lifecycle.SavedStateHandle: androidx.lifecycle.MutableLiveData getLiveData(java.lang.String) +com.turingtechnologies.materialscrollbar.R$attr: int helperText +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_shapeAppearance +cyanogenmod.app.suggest.IAppSuggestProvider$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +wangdaye.com.geometricweather.R$id: int progress_circular +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float thunderstorm +wangdaye.com.geometricweather.R$drawable: int flag_si +com.xw.repo.bubbleseekbar.R$attr: int switchTextAppearance +com.google.android.material.R$styleable: int ActionBar_itemPadding +wangdaye.com.geometricweather.db.entities.DailyEntity: void setUvDescription(java.lang.String) +androidx.appcompat.R$id: int accessibility_custom_action_22 +androidx.recyclerview.R$id: int accessibility_custom_action_12 +okio.Segment: boolean owner +androidx.appcompat.widget.LinearLayoutCompat: int getOrientation() +cyanogenmod.themes.ThemeManager$1$2: void run() +com.xw.repo.bubbleseekbar.R$bool +com.google.android.material.R$dimen: int abc_text_size_display_1_material +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property RelativeHumidity +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Metric: double Value +cyanogenmod.externalviews.ExternalView$6: void run() +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_6 +android.didikee.donate.R$styleable: int AppCompatTheme_actionBarWidgetTheme +james.adaptiveicon.R$dimen: int disabled_alpha_material_light +com.google.android.material.slider.Slider: void setLabelBehavior(int) +cyanogenmod.profiles.AirplaneModeSettings$BooleanState +wangdaye.com.geometricweather.background.service.TileService +io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActivityChooserView +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored +com.xw.repo.bubbleseekbar.R$id: int scrollIndicatorUp +com.xw.repo.bubbleseekbar.R$attr: int srcCompat +cyanogenmod.externalviews.ExternalView: void onDetachedFromWindow() +com.google.android.material.R$string: int fab_transformation_sheet_behavior +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: ObservableJoin$JoinDisposable(io.reactivex.Observer,io.reactivex.functions.Function,io.reactivex.functions.Function,io.reactivex.functions.BiFunction) +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow +wangdaye.com.geometricweather.R$color: int colorLevel_3 +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator VOLUME_WAKE_SCREEN_VALIDATOR +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionButton_Overflow +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator +cyanogenmod.profiles.LockSettings$1: LockSettings$1() +com.google.android.material.R$color: int mtrl_bottom_nav_colored_ripple_color +com.turingtechnologies.materialscrollbar.R$id: int labeled +cyanogenmod.externalviews.ExternalViewProviderService$Provider +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX: java.util.List getBrands() +androidx.activity.R$id: int accessibility_custom_action_28 +wangdaye.com.geometricweather.R$string: int mtrl_picker_text_input_month_abbr +androidx.appcompat.widget.SwitchCompat: void setThumbResource(int) +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listMenuViewStyle +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: io.reactivex.Observer downstream +retrofit2.RequestFactory$Builder: void parseHttpMethodAndPath(java.lang.String,java.lang.String,boolean) +androidx.coordinatorlayout.R$styleable: int FontFamily_fontProviderFetchTimeout +androidx.constraintlayout.widget.R$styleable: int[] KeyTimeCycle +androidx.appcompat.R$attr: int autoSizeStepGranularity +com.google.android.material.bottomnavigation.BottomNavigationItemView: androidx.appcompat.view.menu.MenuItemImpl getItemData() +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: boolean done +wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialog_backgroundInsetBottom +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_icon +androidx.preference.R$id: int accessibility_custom_action_5 +androidx.lifecycle.ViewModelProviders: androidx.lifecycle.ViewModelProvider of(androidx.fragment.app.FragmentActivity,androidx.lifecycle.ViewModelProvider$Factory) +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability precipitationProbability +cyanogenmod.app.LiveLockScreenManager: android.content.Context mContext +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_rtl +androidx.lifecycle.ComputableLiveData$1: ComputableLiveData$1(androidx.lifecycle.ComputableLiveData) +wangdaye.com.geometricweather.R$attr: int titleTextStyle +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Small +com.turingtechnologies.materialscrollbar.R$id: int mini +com.google.android.material.slider.BaseSlider: float getValueTo() +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: io.reactivex.functions.Function mapper +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void dispose() +com.google.android.material.R$attr: int thumbTintMode +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: java.lang.Object poll() +wangdaye.com.geometricweather.R$attr: int singleChoiceItemLayout +wangdaye.com.geometricweather.db.entities.WeatherEntity: WeatherEntity(java.lang.Long,java.lang.String,java.lang.String,long,java.util.Date,long,java.util.Date,long,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,int,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WindDegree,java.lang.Float,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.String,java.lang.String) +com.jaredrummler.android.colorpicker.R$attr: int actionModeSplitBackground +wangdaye.com.geometricweather.R$drawable: int widget_day_week +cyanogenmod.profiles.ConnectionSettings: ConnectionSettings(int,int,boolean) +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleMarginTop +android.support.v4.os.ResultReceiver$MyResultReceiver: void send(int,android.os.Bundle) +com.xw.repo.bubbleseekbar.R$styleable: int[] TextAppearance +wangdaye.com.geometricweather.R$animator: int weather_rain_1 +cyanogenmod.externalviews.KeyguardExternalView: void onDetachedFromWindow() +wangdaye.com.geometricweather.R$layout: int text_view_without_line_height +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActivityChooserView +com.xw.repo.bubbleseekbar.R$styleable: int[] ActionMode +androidx.coordinatorlayout.R$styleable: int FontFamily_fontProviderFetchStrategy +androidx.preference.R$drawable: int abc_list_selector_disabled_holo_light +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title +com.bumptech.glide.load.engine.GlideException +com.jaredrummler.android.colorpicker.R$layout: int notification_action_tombstone +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_textColorLink +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light_Dialog +wangdaye.com.geometricweather.R$drawable: int abc_btn_radio_material_anim +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHorizontal_bias +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Imperial: AccuCurrentResult$Temperature$Imperial() +com.google.android.material.R$attr: int layout_goneMarginRight +com.google.android.material.R$attr: int paddingBottomSystemWindowInsets +com.jaredrummler.android.colorpicker.R$layout: int notification_action +androidx.appcompat.R$layout: int notification_template_part_time +wangdaye.com.geometricweather.R$string: int error_icon_content_description +androidx.customview.R$id: int text +androidx.activity.R$drawable: int notification_template_icon_bg +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property Id +androidx.dynamicanimation.R$drawable: int notification_bg_normal +androidx.dynamicanimation.R$style +okhttp3.internal.connection.RealConnection: void connectTunnel(int,int,int,okhttp3.Call,okhttp3.EventListener) +androidx.activity.R$style: int TextAppearance_Compat_Notification_Title +androidx.appcompat.R$id: int search_badge +io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date getSunSetDate() +androidx.lifecycle.ServiceLifecycleDispatcher: android.os.Handler mHandler +androidx.constraintlayout.widget.R$styleable: int CompoundButton_buttonTintMode +com.bumptech.glide.load.engine.GlideException: GlideException(java.lang.String) +com.google.android.material.R$drawable: int abc_list_selector_holo_light +com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_radio_material +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_requestDismissAndStartActivity_1 +com.jaredrummler.android.colorpicker.R$drawable: int notification_bg_normal_pressed +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onWindowFocusChanged(boolean) +wangdaye.com.geometricweather.R$attr: int cpv_sliderColor +androidx.appcompat.R$styleable: int Toolbar_logoDescription +com.jaredrummler.android.colorpicker.ColorPickerView: int getSliderTrackerColor() +wangdaye.com.geometricweather.R$id: int dialog_location_help_title +wangdaye.com.geometricweather.R$string: int settings_title_exchange_day_night_temp_switch +com.google.android.material.R$id: int autoCompleteToStart +androidx.appcompat.R$string: int abc_activitychooserview_choose_application +com.google.android.material.R$styleable: int FloatingActionButton_ensureMinTouchTargetSize +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Body1 +wangdaye.com.geometricweather.R$id: int drawerLayout +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_CollapsingToolbar_Expanded +okhttp3.ResponseBody: java.lang.String string() +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Display2 +androidx.constraintlayout.widget.R$attr: int drawableLeftCompat +android.didikee.donate.R$styleable: int[] PopupWindow +wangdaye.com.geometricweather.R$id: int mtrl_picker_header_toggle +james.adaptiveicon.R$style: int Base_V7_Widget_AppCompat_Toolbar +com.jaredrummler.android.colorpicker.R$id: int preset +com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawableItem_android_drawable +com.xw.repo.bubbleseekbar.R$dimen: R$dimen() +androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type TOP +androidx.constraintlayout.widget.R$layout: int notification_template_custom_big +androidx.recyclerview.R$id: int notification_background +wangdaye.com.geometricweather.db.entities.LocationEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) +cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_getCurrentLiveLockScreen +androidx.preference.R$styleable: int AppCompatTheme_windowFixedHeightMinor +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Imperial: AccuCurrentResult$WetBulbTemperature$Imperial() +androidx.appcompat.R$color: int primary_text_disabled_material_dark +android.didikee.donate.R$styleable: int MenuItem_actionProviderClass +com.google.android.material.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText +com.xw.repo.bubbleseekbar.R$attr: int bsb_show_section_text +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: boolean requestDismissAndStartActivity(android.content.Intent) +androidx.lifecycle.ViewModelProvider$KeyedFactory +wangdaye.com.geometricweather.main.dialogs.LocationPermissionStatementDialog +androidx.preference.R$drawable: int abc_ic_menu_share_mtrl_alpha +wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerSizeTopLeft +okhttp3.internal.http2.Http2Connection$ReaderRunnable: Http2Connection$ReaderRunnable(okhttp3.internal.http2.Http2Connection,okhttp3.internal.http2.Http2Reader) +cyanogenmod.app.CMContextConstants +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: java.lang.String getUnitId() +okhttp3.internal.http2.Http2Stream: boolean isOpen() +wangdaye.com.geometricweather.R$id: int showHome +androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customFloatValue +cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_2G3G4G +wangdaye.com.geometricweather.R$styleable: int Badge_verticalOffset +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_title +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties: MfEphemerisResult$Properties() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle +androidx.fragment.app.SuperNotCalledException: SuperNotCalledException(java.lang.String) +cyanogenmod.app.ICustomTileListener$Stub$Proxy: void onCustomTilePosted(org.cyanogenmod.internal.statusbar.IStatusBarCustomTileHolder) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$DailyTemperature temperature +androidx.vectordrawable.R$styleable: int FontFamily_fontProviderCerts +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_subtitle_bottom_margin_material +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeRainPrecipitationDuration +androidx.activity.R$id: int accessibility_custom_action_31 +androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityResumed(android.app.Activity) +android.support.v4.app.INotificationSideChannel$Stub$Proxy: android.os.IBinder asBinder() +com.turingtechnologies.materialscrollbar.R$color: int mtrl_tabs_icon_color_selector +com.turingtechnologies.materialscrollbar.R$attr: int buttonIconDimen +androidx.hilt.R$id: int forever +com.google.android.material.R$styleable: int NavigationView_android_background +wangdaye.com.geometricweather.background.polling.work.worker.TomorrowForecastUpdateWorker: TomorrowForecastUpdateWorker(android.content.Context,androidx.work.WorkerParameters,wangdaye.com.geometricweather.location.LocationHelper,wangdaye.com.geometricweather.weather.WeatherHelper) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated +com.xw.repo.bubbleseekbar.R$attr: int fontProviderPackage +androidx.constraintlayout.widget.R$style: int Base_V21_Theme_AppCompat_Dialog +okio.ForwardingTimeout: okio.ForwardingTimeout setDelegate(okio.Timeout) +android.didikee.donate.R$styleable: int[] Toolbar +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle +wangdaye.com.geometricweather.R$styleable: int Constraint_android_minWidth +androidx.appcompat.R$style: int Widget_AppCompat_DrawerArrowToggle +cyanogenmod.providers.CMSettings$Secure: java.lang.String DEFAULT_THEME_COMPONENTS +com.turingtechnologies.materialscrollbar.R$attr: int color +androidx.lifecycle.SavedStateHandleController: androidx.lifecycle.SavedStateHandle mHandle +androidx.appcompat.R$id: int action_bar_subtitle +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_1_light +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int MOSTLY_CLOUDY_DAY +androidx.constraintlayout.widget.R$layout: int abc_select_dialog_material +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void innerError(java.lang.Throwable) +androidx.core.R$drawable: int notification_bg_low_pressed +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_fitToContents +cyanogenmod.app.Profile: void removeProfileGroup(java.util.UUID) +wangdaye.com.geometricweather.R$id: int cpv_color_image_view +okhttp3.internal.http2.Header: int hpackSize +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property CurrentPosition +androidx.lifecycle.SavedStateHandle: SavedStateHandle(java.util.Map) +com.turingtechnologies.materialscrollbar.R$color: int material_deep_teal_500 +androidx.appcompat.R$styleable: int ColorStateListItem_android_alpha +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr Precip1hr +android.didikee.donate.R$styleable: int AppCompatTheme_actionOverflowButtonStyle +wangdaye.com.geometricweather.R$layout: int item_weather_daily_wind +okhttp3.TlsVersion: okhttp3.TlsVersion TLS_1_0 +com.google.gson.internal.LinkedTreeMap: java.util.Comparator comparator +wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date date +android.didikee.donate.R$layout: int abc_action_bar_up_container +androidx.lifecycle.ClassesInfoCache: void verifyAndPutHandler(java.util.Map,androidx.lifecycle.ClassesInfoCache$MethodReference,androidx.lifecycle.Lifecycle$Event,java.lang.Class) +wangdaye.com.geometricweather.R$transition: int search_activity_enter +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintLeft_creator +wangdaye.com.geometricweather.R$drawable: int notif_temp_20 +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust WindGust +com.google.android.material.textfield.TextInputLayout: void setEndIconMode(int) +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog +com.jaredrummler.android.colorpicker.R$layout: int select_dialog_item_material +android.support.v4.os.IResultReceiver$Stub$Proxy: android.support.v4.os.IResultReceiver sDefaultImpl +androidx.preference.R$dimen: int abc_floating_window_z +com.turingtechnologies.materialscrollbar.R$styleable: int[] ViewBackgroundHelper +okhttp3.internal.http.HttpCodec: void flushRequest() +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatSeekBar_android_thumb +com.bumptech.glide.R$dimen: int notification_content_margin_start +james.adaptiveicon.R$attr: int arrowHeadLength +androidx.transition.R$drawable: int notification_bg +cyanogenmod.providers.DataUsageContract: int COLUMN_OF_ACTIVE +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_peekHeight +wangdaye.com.geometricweather.R$string: int material_clock_display_divider +wangdaye.com.geometricweather.R$color: int lightPrimary_4 +androidx.fragment.R$id: int line3 +wangdaye.com.geometricweather.R$drawable: int notif_temp_60 +wangdaye.com.geometricweather.R$string: int material_timepicker_minute +james.adaptiveicon.R$attr: int listPreferredItemHeightLarge +james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query +okhttp3.internal.cache.CacheInterceptor: okhttp3.Response stripBody(okhttp3.Response) +io.reactivex.internal.subscriptions.BasicQueueSubscription: boolean isEmpty() +wangdaye.com.geometricweather.R$drawable: int abc_btn_switch_to_on_mtrl_00001 +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_itemPadding +james.adaptiveicon.R$drawable: int notify_panel_notification_icon_bg +com.bumptech.glide.integration.okhttp.R$drawable: int notification_icon_background +com.google.android.material.R$styleable: int KeyAttribute_android_rotationX +com.google.android.material.slider.Slider: void setValueTo(float) +com.bumptech.glide.R$drawable: int notification_bg_normal_pressed +com.jaredrummler.android.colorpicker.R$attr: int tooltipFrameBackground +wangdaye.com.geometricweather.R$styleable: int DialogPreference_android_dialogLayout +com.turingtechnologies.materialscrollbar.R$id: int search_close_btn +com.google.android.material.R$style: int Base_V26_Theme_AppCompat_Light +com.bumptech.glide.integration.okhttp.R$dimen: int notification_right_side_padding_top +androidx.activity.ComponentActivity$3 +wangdaye.com.geometricweather.R$style: int Animation_MaterialComponents_BottomSheetDialog +com.xw.repo.bubbleseekbar.R$id: int expanded_menu +com.google.android.material.R$styleable: int Toolbar_contentInsetStartWithNavigation +wangdaye.com.geometricweather.R$array: int notification_text_color_values +okhttp3.CacheControl: int maxStaleSeconds +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: void setUnit(java.lang.String) +android.didikee.donate.R$styleable: int Toolbar_collapseIcon +com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_text_size +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintBottom_creator +io.reactivex.Observable: io.reactivex.Observable buffer(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,int,java.util.concurrent.Callable,boolean) +com.google.android.material.card.MaterialCardView: void setUseCompatPadding(boolean) +com.jaredrummler.android.colorpicker.R$attr: int titleMargin +androidx.hilt.R$id: int dialog_button +androidx.recyclerview.R$style: int TextAppearance_Compat_Notification_Info +com.google.android.material.R$dimen: int tooltip_corner_radius +androidx.appcompat.widget.Toolbar: Toolbar(android.content.Context,android.util.AttributeSet,int) +io.reactivex.internal.observers.InnerQueuedObserver: boolean isDisposed() +com.turingtechnologies.materialscrollbar.R$attr: int actionModePopupWindowStyle +io.reactivex.Observable: io.reactivex.Observable repeatWhen(io.reactivex.functions.Function) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Imperial: AccuCurrentResult$Precip1hr$Imperial() +cyanogenmod.weatherservice.WeatherProviderService: android.os.IBinder onBind(android.content.Intent) +retrofit2.ParameterHandler$Path: retrofit2.Converter valueConverter +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge +cyanogenmod.providers.ThemesContract$MixnMatchColumns: ThemesContract$MixnMatchColumns() +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Title +james.adaptiveicon.R$id: int up +com.google.android.material.textfield.TextInputLayout: void setTextInputAccessibilityDelegate(com.google.android.material.textfield.TextInputLayout$AccessibilityDelegate) +okio.Buffer: long indexOf(byte,long,long) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_firstBaselineToTopHeight +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Speed Speed +com.google.android.material.navigation.NavigationView: int getItemHorizontalPadding() +wangdaye.com.geometricweather.R$drawable: int weather_rain_mini_light +wangdaye.com.geometricweather.R$styleable: int MockView_mock_labelBackgroundColor +com.jaredrummler.android.colorpicker.R$attr: int switchPadding +androidx.constraintlayout.widget.R$attr: int fontProviderFetchTimeout +cyanogenmod.weather.util.WeatherUtils: boolean isValidTempUnit(int) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintDimensionRatio +com.jaredrummler.android.colorpicker.R$attr: int stackFromEnd +androidx.recyclerview.R$id: int icon_group +wangdaye.com.geometricweather.R$attr: int autoSizeMaxTextSize +okhttp3.internal.http2.Http2Stream: java.util.Deque access$000(okhttp3.internal.http2.Http2Stream) +com.google.android.material.R$layout: int custom_dialog +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_switchStyle +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse +com.jaredrummler.android.colorpicker.R$styleable: int[] ActionMenuItemView +androidx.loader.R$id: int info +io.reactivex.internal.subscriptions.SubscriptionHelper: void reportSubscriptionSet() +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_mini_grey +androidx.preference.R$color: int button_material_light +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_drawableStart +com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_vertical_padding +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone: java.lang.String Name +wangdaye.com.geometricweather.R$id: int widget_remote_card +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder addInterceptor(okhttp3.Interceptor) +okhttp3.internal.ws.WebSocketProtocol: int B0_FLAG_RSV3 +com.google.android.material.R$styleable: int TextAppearance_textLocale +androidx.constraintlayout.widget.R$dimen: int tooltip_precise_anchor_extra_offset +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWindDegree +io.reactivex.internal.observers.ForEachWhileObserver: boolean done +com.jaredrummler.android.colorpicker.R$attr: int logoDescription +com.google.android.material.circularreveal.cardview.CircularRevealCardView: int getCircularRevealScrimColor() +androidx.customview.R$drawable: int notification_tile_bg +cyanogenmod.hardware.ThermalListenerCallback$State: int STATE_WARM_FALLING +com.jaredrummler.android.colorpicker.R$dimen: int notification_subtext_size +com.google.android.material.datepicker.MaterialCalendar$CalendarSelector: com.google.android.material.datepicker.MaterialCalendar$CalendarSelector DAY +androidx.lifecycle.service.R +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_MaterialComponents_Chip com.google.android.material.R$attr: int backgroundInsetEnd -androidx.preference.R$style: int TextAppearance_AppCompat -androidx.constraintlayout.widget.R$attr: int flow_verticalAlign -retrofit2.adapter.rxjava2.Result: retrofit2.Response response() -android.didikee.donate.R$styleable: int MenuItem_android_visible -wangdaye.com.geometricweather.R$attr: int navigationContentDescription -okio.Buffer$UnsafeCursor: long offset -org.greenrobot.greendao.AbstractDaoMaster: int schemaVersion -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ListView_Menu -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Display2 -androidx.appcompat.widget.Toolbar: void setSubtitle(java.lang.CharSequence) -cyanogenmod.providers.CMSettings$InclusiveIntegerRangeValidator: CMSettings$InclusiveIntegerRangeValidator(int,int) -androidx.appcompat.R$styleable: int AlertDialog_singleChoiceItemLayout -james.adaptiveicon.R$dimen: int abc_text_size_small_material -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_toolbarStyle -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_goneMarginTop -okio.BufferedSource: java.lang.String readUtf8() -androidx.core.R$id: int accessibility_custom_action_21 -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxStrokeWidthFocused -com.google.android.material.R$styleable: int AppCompatTheme_windowFixedHeightMinor -okio.Buffer$1: void write(byte[],int,int) -wangdaye.com.geometricweather.R$attr: int deltaPolarRadius -io.reactivex.internal.subscribers.DeferredScalarSubscriber: void onComplete() -com.turingtechnologies.materialscrollbar.R$id: int auto -wangdaye.com.geometricweather.R$styleable: int ListPreference_entries -wangdaye.com.geometricweather.R$styleable: int Chip_closeIcon -wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.String updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.LocationEntity,long) -wangdaye.com.geometricweather.R$styleable: int Constraint_android_maxWidth -com.google.android.material.internal.CheckableImageButton: void setCheckable(boolean) -com.google.android.material.R$drawable: int abc_seekbar_thumb_material -com.google.android.material.R$styleable: int KeyCycle_android_elevation -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void drainLoop() -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver(io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver) -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_progressBarPadding -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: boolean isDisposed() -com.google.android.material.tabs.TabLayout: void setSelectedTabIndicatorHeight(int) -com.google.android.material.R$style: int EmptyTheme -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult: wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties properties -androidx.appcompat.R$styleable: int AppCompatImageView_android_src -wangdaye.com.geometricweather.R$attr: int searchIcon -androidx.preference.R$style: int Base_Theme_AppCompat_Dialog_FixedSize -androidx.appcompat.R$style: int Widget_AppCompat_ActionButton -android.didikee.donate.R$attr: int actionBarItemBackground -org.greenrobot.greendao.AbstractDao: long insertWithoutSettingPk(java.lang.Object) -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay TAG_TEMPERATURE -androidx.recyclerview.R$styleable: R$styleable() -androidx.preference.R$attr: int switchMinWidth -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_8 -com.google.android.material.R$anim: int design_bottom_sheet_slide_out -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed: AccuCurrentResult$WindGust$Speed() -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -james.adaptiveicon.R$style: int Widget_AppCompat_ActionBar_TabBar -okhttp3.WebSocketListener: void onClosed(okhttp3.WebSocket,int,java.lang.String) -retrofit2.Call: retrofit2.Call clone() -com.turingtechnologies.materialscrollbar.R$drawable: int notification_bg_low -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.UV getUV() -wangdaye.com.geometricweather.R$layout: int preference_category -androidx.fragment.R$id: int accessibility_custom_action_3 -io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: boolean inSingle -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: CNWeatherResult$Alert() -cyanogenmod.themes.IThemeService$Stub$Proxy: boolean isThemeApplying() -androidx.drawerlayout.R$styleable: int[] FontFamilyFont -com.google.android.material.R$styleable: int Toolbar_buttonGravity -com.google.android.material.chip.Chip: void setCheckedIcon(android.graphics.drawable.Drawable) -android.didikee.donate.R$layout: int support_simple_spinner_dropdown_item -james.adaptiveicon.R$styleable: int View_android_focusable -com.google.android.material.R$styleable: int ProgressIndicator_indicatorColors -james.adaptiveicon.R$color: int secondary_text_default_material_dark -androidx.drawerlayout.R$id: int action_container -okio.ByteString: int indexOf(okio.ByteString,int) -wangdaye.com.geometricweather.R$dimen: int design_snackbar_action_inline_max_width -wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableItem_android_id -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintWidth_max -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary -androidx.viewpager.R$dimen: int notification_subtext_size -androidx.fragment.R$styleable: int ColorStateListItem_alpha -io.reactivex.internal.util.VolatileSizeArrayList: boolean contains(java.lang.Object) -com.xw.repo.bubbleseekbar.R$attr: int track -io.reactivex.internal.observers.BasicIntQueueDisposable: void dispose() -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Menu -cyanogenmod.app.ICustomTileListener$Stub: int TRANSACTION_onListenerConnected_0 -com.google.android.material.bottomnavigation.BottomNavigationView: android.view.MenuInflater getMenuInflater() -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: void onNext(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$styleable: int ActivityChooserView_initialActivityCount -androidx.appcompat.R$style: int Widget_AppCompat_ActivityChooserView -com.turingtechnologies.materialscrollbar.R$styleable: int[] CardView -com.google.android.material.R$styleable: int ImageFilterView_altSrc -okhttp3.internal.platform.Platform: okhttp3.internal.platform.Platform get() -com.xw.repo.bubbleseekbar.R$string: int abc_searchview_description_submit -androidx.constraintlayout.widget.R$attr: int buttonGravity -com.turingtechnologies.materialscrollbar.R$attr: int strokeColor -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_fixed_width_major -james.adaptiveicon.R$styleable: int AppCompatTheme_buttonStyleSmall -okio.Options: okio.ByteString get(int) -com.xw.repo.bubbleseekbar.R$color: int abc_color_highlight_material -com.turingtechnologies.materialscrollbar.R$styleable: int MenuGroup_android_menuCategory -androidx.constraintlayout.widget.R$style: int Platform_V25_AppCompat_Light -androidx.preference.R$style: int Widget_AppCompat_Light_ListView_DropDown -androidx.appcompat.R$attr: int backgroundStacked -cyanogenmod.platform.Manifest$permission: java.lang.String PERFORMANCE_ACCESS -androidx.appcompat.R$attr: int imageButtonStyle -androidx.preference.R$styleable: int AppCompatTheme_windowActionModeOverlay -wangdaye.com.geometricweather.GeometricWeather: GeometricWeather() -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Headline3 -okio.Timeout$1: okio.Timeout timeout(long,java.util.concurrent.TimeUnit) -androidx.constraintlayout.widget.R$styleable: int ActionBar_titleTextStyle -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) -wangdaye.com.geometricweather.R$id: int widget_week_icon_2 -com.google.android.material.R$attr: int dividerVertical -io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: void dispose() -cyanogenmod.app.CustomTile$GridExpandedStyle: CustomTile$GridExpandedStyle() -com.jaredrummler.android.colorpicker.R$attr: int switchTextAppearance -james.adaptiveicon.R$style: int Widget_AppCompat_Toolbar -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeThunderstormPrecipitation -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_fontVariationSettings -wangdaye.com.geometricweather.R$anim: int abc_fade_in -com.google.android.material.R$attr: int materialAlertDialogBodyTextStyle -androidx.constraintlayout.widget.R$layout: int notification_action -androidx.preference.R$styleable: int PreferenceFragmentCompat_allowDividerAfterLastItem -wangdaye.com.geometricweather.R$array: int dark_mode_values -io.reactivex.internal.subscribers.DeferredScalarSubscriber: DeferredScalarSubscriber(org.reactivestreams.Subscriber) -androidx.preference.R$style: int Base_V7_Widget_AppCompat_Toolbar -wangdaye.com.geometricweather.R$id: int notification_multi_city_icon_3 -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_shadowDy -okio.Buffer: long indexOf(byte,long) -okhttp3.Cache: Cache(java.io.File,long) -com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType[] values() -okhttp3.internal.http2.Http2Connection$6: okhttp3.internal.http2.Http2Connection this$0 -androidx.lifecycle.ServiceLifecycleDispatcher -wangdaye.com.geometricweather.R$color: int abc_tint_spinner -com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_ttcIndex -okhttp3.internal.http2.Http2Connection$Listener: okhttp3.internal.http2.Http2Connection$Listener REFUSE_INCOMING_STREAMS -android.didikee.donate.R$color: int abc_primary_text_material_light -com.google.android.material.R$styleable: int Transition_motionInterpolator -okhttp3.Response: okhttp3.Headers headers -androidx.appcompat.R$styleable: int[] SearchView -androidx.hilt.R$anim: int fragment_open_exit -com.google.android.material.R$styleable: int[] MaterialButtonToggleGroup -okio.AsyncTimeout: okio.Source source(okio.Source) -retrofit2.Call: void cancel() -com.google.android.material.R$styleable: int Chip_chipIconEnabled -wangdaye.com.geometricweather.R$drawable: int weather_hail_mini_light -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_18 -com.google.android.material.R$attr: int subMenuArrow -com.google.android.material.R$styleable: int BottomNavigationView_itemTextColor -androidx.hilt.lifecycle.R$layout -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: io.reactivex.functions.Consumer disposer -wangdaye.com.geometricweather.R$attr: int dotDiameter -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Object readEntity(android.database.Cursor,int) -com.google.android.material.R$attr: int touchAnchorId -wangdaye.com.geometricweather.R$string: int abc_menu_space_shortcut_label -com.turingtechnologies.materialscrollbar.R$color: int primary_material_dark -wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode DAY -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_default_height_material -androidx.recyclerview.widget.RecyclerView$LayoutManager$Properties -androidx.constraintlayout.widget.R$attr: int listChoiceBackgroundIndicator -androidx.appcompat.resources.R$style: int Widget_Compat_NotificationActionContainer -cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_setDataConnectionSelectedOnSub -com.google.android.material.slider.BaseSlider: void setThumbStrokeWidth(float) -androidx.constraintlayout.widget.R$dimen: int abc_dialog_fixed_width_minor -android.didikee.donate.R$color: int abc_background_cache_hint_selector_material_dark -com.google.android.material.R$attr: int drawableTopCompat -androidx.customview.R$id: int icon -androidx.preference.R$drawable: int abc_scrubber_track_mtrl_alpha -james.adaptiveicon.R$attr: int showTitle -androidx.constraintlayout.widget.R$layout: int abc_action_menu_layout -cyanogenmod.hardware.CMHardwareManager: int GAMMA_CALIBRATION_MIN_INDEX -com.xw.repo.bubbleseekbar.R$attr: int panelMenuListTheme -com.jaredrummler.android.colorpicker.R$bool: int abc_allow_stacked_button_bar -androidx.lifecycle.LifecycleOwner: androidx.lifecycle.Lifecycle getLifecycle() -okhttp3.internal.http2.Http2Stream: void addBytesToWriteWindow(long) -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getLtoSource -wangdaye.com.geometricweather.R$color: int primary_material_light -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_PLAY_QUEUE -com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getSuffixTextColor() -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored -okhttp3.RequestBody: okhttp3.RequestBody create(okhttp3.MediaType,byte[]) -com.google.android.material.R$styleable: int BottomNavigationView_itemIconTint -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog -com.google.android.material.R$dimen: int mtrl_alert_dialog_background_inset_start -okhttp3.internal.http1.Http1Codec$ChunkedSource -cyanogenmod.app.CustomTile$ListExpandedStyle: CustomTile$ListExpandedStyle() -androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type LEFT -androidx.hilt.work.R$styleable: int FontFamilyFont_android_fontStyle -androidx.preference.R$attr: int paddingStart -wangdaye.com.geometricweather.R$array: int ui_styles -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamily_fontProviderCerts -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_android_windowIsFloating -io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: void onNext(java.lang.Object) -android.didikee.donate.R$dimen: int abc_dialog_min_width_major -com.turingtechnologies.materialscrollbar.R$attr: int chipStrokeWidth -io.reactivex.internal.queue.SpscArrayQueue: boolean isEmpty() -wangdaye.com.geometricweather.R$attr: int bottomSheetDialogTheme -io.reactivex.Observable: io.reactivex.Observable concatDelayError(io.reactivex.ObservableSource,int,boolean) -androidx.drawerlayout.R$id: int icon_group -com.turingtechnologies.materialscrollbar.R$integer: int config_tooltipAnimTime -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: void onComplete() -com.bumptech.glide.load.EncodeStrategy: com.bumptech.glide.load.EncodeStrategy TRANSFORMED -androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart -cyanogenmod.app.Profile$TriggerType: int BLUETOOTH -com.google.android.material.bottomappbar.BottomAppBar: boolean getHideOnScroll() -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: java.util.List getSubInformation() -wangdaye.com.geometricweather.R$style: int Preference_DialogPreference -androidx.work.impl.background.systemjob.SystemJobService -androidx.viewpager2.R$styleable: int FontFamily_fontProviderPackage -androidx.coordinatorlayout.R$styleable: int[] CoordinatorLayout_Layout -androidx.constraintlayout.widget.R$id: int action_bar_title -wangdaye.com.geometricweather.R$bool: int cpv_default_is_indeterminate -androidx.dynamicanimation.R$styleable: int GradientColor_android_endColor -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay -wangdaye.com.geometricweather.R$font: int product_sans_thin_italic -androidx.preference.R$dimen: int abc_dropdownitem_text_padding_left -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon -androidx.lifecycle.LifecycleRegistry$1: int[] $SwitchMap$androidx$lifecycle$Lifecycle$Event -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_alertDialogCenterButtons -androidx.dynamicanimation.R$id: int right_side -androidx.viewpager2.R$id: int icon_group -okhttp3.Handshake: okhttp3.TlsVersion tlsVersion() -com.github.rahatarmanahmed.cpv.CircularProgressView$5 -wangdaye.com.geometricweather.R$styleable: int Chip_shapeAppearance -androidx.lifecycle.DefaultLifecycleObserver: void onStop(androidx.lifecycle.LifecycleOwner) -wangdaye.com.geometricweather.R$styleable: int BottomAppBar_paddingRightSystemWindowInsets -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow -androidx.lifecycle.extensions.R$id: int time -wangdaye.com.geometricweather.R$layout: int item_trend_daily -cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper: void onCustomTileRemoved(org.cyanogenmod.internal.statusbar.IStatusBarCustomTileHolder) -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life: CNWeatherResult$Life() -cyanogenmod.weather.WeatherInfo: double getWindSpeed() -androidx.recyclerview.R$attr: int fontProviderFetchTimeout -wangdaye.com.geometricweather.location.services.LocationService: android.app.Notification getLocationNotification(android.content.Context) -wangdaye.com.geometricweather.R$dimen: int material_filled_edittext_font_2_0_padding_bottom -androidx.customview.R$id: int chronometer -wangdaye.com.geometricweather.R$attr: int defaultState -androidx.viewpager2.R$id: int accessibility_custom_action_2 -com.google.android.material.R$attr: int thumbColor -wangdaye.com.geometricweather.R$string: int content_des_delete_flag -cyanogenmod.weather.WeatherInfo: int hashCode() -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: cyanogenmod.externalviews.ExternalViewProviderService$Provider this$1 -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeIcePrecipitationProbability(java.lang.Float) +androidx.appcompat.R$style: int Base_Widget_AppCompat_EditText +wangdaye.com.geometricweather.R$array: int precipitation_unit_values +androidx.appcompat.R$styleable: int FontFamilyFont_android_fontStyle +androidx.appcompat.view.menu.ActionMenuItemView: void setTitle(java.lang.CharSequence) +okhttp3.internal.ws.WebSocketProtocol: int B0_FLAG_FIN +io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function9) +com.turingtechnologies.materialscrollbar.R$attr: int paddingEnd +androidx.legacy.coreutils.R$color: int secondary_text_default_material_light +wangdaye.com.geometricweather.common.ui.widgets.DrawerLayout +cyanogenmod.app.Profile: void setDozeMode(int) +io.reactivex.Observable: io.reactivex.Observable take(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +wangdaye.com.geometricweather.R$attr: int tabContentStart +retrofit2.Retrofit: retrofit2.Converter responseBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[]) +androidx.constraintlayout.widget.R$styleable: int KeyTrigger_triggerId +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipMinHeight +com.turingtechnologies.materialscrollbar.R$attr: int spinnerDropDownItemStyle +wangdaye.com.geometricweather.R$attr: int applyMotionScene +com.google.android.material.R$styleable: int SnackbarLayout_animationMode +wangdaye.com.geometricweather.R$dimen: int mtrl_toolbar_default_height +com.google.android.material.R$attr: int cornerRadius +androidx.preference.R$styleable: int DialogPreference_android_dialogMessage +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: io.reactivex.disposables.Disposable upstream +retrofit2.RequestBuilder$ContentTypeOverridingRequestBody: okhttp3.MediaType contentType +retrofit2.ParameterHandler$Body: java.lang.reflect.Method method +androidx.appcompat.R$layout: int abc_list_menu_item_checkbox +io.reactivex.Observable: io.reactivex.Observable delay(io.reactivex.functions.Function) +androidx.vectordrawable.animated.R$id: int tag_screen_reader_focusable +com.google.android.material.R$style: int Widget_MaterialComponents_BottomNavigationView_PrimarySurface +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintTop_toTopOf +androidx.appcompat.R$styleable: int AppCompatTheme_colorAccent +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA +androidx.preference.R$id: int accessibility_custom_action_9 +wangdaye.com.geometricweather.R$id: int async +okhttp3.internal.ws.WebSocketReader$FrameCallback: void onReadPong(okio.ByteString) +android.didikee.donate.R$style: int Widget_AppCompat_Light_PopupMenu +com.google.android.material.R$id: int motion_base +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_tooltipForegroundColor +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setRelativeHumidity(java.lang.Float) +androidx.swiperefreshlayout.R$styleable: int FontFamily_fontProviderQuery +cyanogenmod.app.Profile: void doSelect(android.content.Context,com.android.internal.policy.IKeyguardService) +androidx.preference.R$styleable: int[] EditTextPreference +cyanogenmod.app.BaseLiveLockManagerService$1: cyanogenmod.app.BaseLiveLockManagerService this$0 +androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_width +com.google.android.material.R$color: int mtrl_outlined_icon_tint +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_android_inputType +wangdaye.com.geometricweather.R$drawable: int notif_temp_82 +retrofit2.converter.gson.GsonRequestBodyConverter: com.google.gson.Gson gson +okio.ForwardingSink +wangdaye.com.geometricweather.settings.fragments.SettingsFragment: SettingsFragment() +wangdaye.com.geometricweather.R$id: int dialog_adaptive_icon_title +androidx.coordinatorlayout.R$id: int action_container +android.didikee.donate.R$styleable: int MenuItem_contentDescription +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonBarStyle +wangdaye.com.geometricweather.db.entities.LocationEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.LocationEntity) +androidx.preference.R$anim: int btn_radio_to_on_mtrl_ring_outer_path_animation +com.jaredrummler.android.colorpicker.R$dimen: int abc_button_padding_vertical_material +com.turingtechnologies.materialscrollbar.R$dimen: int abc_button_padding_vertical_material +androidx.viewpager.R$id: int action_container +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setCloudCover(java.lang.Integer) +wangdaye.com.geometricweather.R$id: int notification_big_week_5 +io.reactivex.Observable: io.reactivex.Observable mergeDelayError(io.reactivex.ObservableSource,int) +io.reactivex.Observable: io.reactivex.Observable concat(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource) +androidx.hilt.R$string: int status_bar_notification_info_overflow +wangdaye.com.geometricweather.R$drawable: int widget_card_light_80 +com.google.android.material.R$attr: int percentWidth +androidx.appcompat.R$drawable: int abc_ic_search_api_material +com.jaredrummler.android.colorpicker.R$id: int forever +okhttp3.internal.connection.ConnectInterceptor +androidx.preference.R$color: int material_grey_100 +okhttp3.RequestBody$1: void writeTo(okio.BufferedSink) +androidx.constraintlayout.widget.R$attr: int onNegativeCross +io.reactivex.internal.operators.observable.ObservableGroupBy$State: io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver parent +okio.Buffer: java.lang.String readUtf8LineStrict() +android.didikee.donate.R$dimen: int abc_text_size_title_material_toolbar +android.didikee.donate.R$styleable: int AppCompatTheme_tooltipForegroundColor +android.didikee.donate.R$styleable: int Toolbar_titleTextColor +okhttp3.internal.http2.Http2Reader +okhttp3.internal.Internal: java.io.IOException timeoutExit(okhttp3.Call,java.io.IOException) +com.google.android.material.R$styleable: int Layout_layout_constraintHeight_min +androidx.constraintlayout.widget.R$attr: int barrierMargin +com.jaredrummler.android.colorpicker.R$attr: int buttonBarStyle +androidx.viewpager.R$id: int right_icon +com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_animSwoopDuration +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_PopupMenu +okhttp3.internal.platform.OptionalMethod: java.lang.reflect.Method getMethod(java.lang.Class) +androidx.preference.R$styleable: int AppCompatTheme_textColorAlertDialogListItem +androidx.drawerlayout.R$drawable: int notification_bg_low +io.reactivex.exceptions.UndeliverableException +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean humidity +wangdaye.com.geometricweather.R$id: int collapseActionView +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_selectableItemBackground +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle +james.adaptiveicon.R$style: int Base_DialogWindowTitleBackground_AppCompat +james.adaptiveicon.R$attr: int multiChoiceItemLayout +cyanogenmod.app.CMStatusBarManager: cyanogenmod.app.CMStatusBarManager getInstance(android.content.Context) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: long EpochRise +androidx.appcompat.R$attr: int closeIcon +com.google.android.material.R$anim: int design_bottom_sheet_slide_in +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_centerY +io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: long serialVersionUID +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SUNNY +com.google.android.material.R$id: int mtrl_child_content_container +io.reactivex.Observable: io.reactivex.Observable mergeArray(io.reactivex.ObservableSource[]) +com.google.android.material.R$color: int ripple_material_dark +com.google.android.material.slider.RangeSlider: void setHaloRadiusResource(int) +com.turingtechnologies.materialscrollbar.R$styleable: int[] MaterialScrollBar +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getLongTemperatureText(android.content.Context,int) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoonPhaseDescription(java.lang.String) +cyanogenmod.providers.CMSettings$NameValueCache: android.content.IContentProvider lazyGetProvider(android.content.ContentResolver) +okio.Okio$3: void write(okio.Buffer,long) +james.adaptiveicon.R$dimen: int compat_button_padding_horizontal_material +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHeight_max +com.google.android.material.R$attr: int background +com.turingtechnologies.materialscrollbar.R$attr: int tabIconTint +androidx.preference.R$styleable: int PreferenceTheme_switchPreferenceCompatStyle +com.google.android.material.slider.BaseSlider: float[] getActiveRange() +wangdaye.com.geometricweather.R$string: int action_settings +okhttp3.internal.cache2.Relay: okio.ByteString PREFIX_CLEAN +androidx.appcompat.R$style: int ThemeOverlay_AppCompat_Dialog_Alert +io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object) +wangdaye.com.geometricweather.R$color: int colorTextSubtitle_light +androidx.preference.R$attr: int textAppearanceSmallPopupMenu +okio.HashingSource: okio.ByteString hash() +com.google.android.material.R$styleable: int KeyPosition_percentX +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_Dialog +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void onComplete() +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: boolean isDisposed() +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_25 +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Body2 +com.xw.repo.bubbleseekbar.R$integer: int abc_config_activityShortDur +androidx.viewpager2.R$attr: int fastScrollVerticalTrackDrawable +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_goneMarginEnd +io.reactivex.internal.queue.SpscArrayQueue: int lookAheadStep +com.google.android.material.R$style: int Theme_AppCompat_DayNight_DarkActionBar +androidx.vectordrawable.R$styleable: int FontFamilyFont_fontWeight +com.jaredrummler.android.colorpicker.R$styleable: int[] PreferenceImageView +okhttp3.Cookie: java.lang.String parseDomain(java.lang.String) +james.adaptiveicon.R$attr: int contentInsetRight +androidx.hilt.lifecycle.R$styleable: int[] GradientColor +wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Snackbar_Message +com.xw.repo.bubbleseekbar.R$layout: int abc_action_mode_close_item_material +wangdaye.com.geometricweather.R$styleable: int Chip_chipBackgroundColor +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: java.lang.String getInterfaceDescriptor() +okhttp3.TlsVersion: okhttp3.TlsVersion forJavaName(java.lang.String) +wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: SwipeSwitchLayout(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$styleable: int ConstraintLayout_Layout_constraint_referenced_ids +wangdaye.com.geometricweather.R$styleable: int CardView_android_minWidth +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: void setNames(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX) +com.xw.repo.bubbleseekbar.R$string: int abc_menu_enter_shortcut_label +android.didikee.donate.R$styleable: int ActionBar_contentInsetRight +com.google.android.material.R$style: int Widget_MaterialComponents_CollapsingToolbar +wangdaye.com.geometricweather.R$attr: int motionInterpolator +cyanogenmod.app.BaseLiveLockManagerService$1: void enqueueLiveLockScreen(java.lang.String,int,cyanogenmod.app.LiveLockScreenInfo,int[],int) +cyanogenmod.app.suggest.IAppSuggestManager$Stub: IAppSuggestManager$Stub() +android.didikee.donate.R$style: int Widget_AppCompat_CompoundButton_Switch +androidx.transition.R$integer: R$integer() +androidx.appcompat.widget.LinearLayoutCompat: void setHorizontalGravity(int) +wangdaye.com.geometricweather.R$id: int zero_corner_chip +wangdaye.com.geometricweather.R$styleable: int GradientColor_android_tileMode +retrofit2.adapter.rxjava2.Result: boolean isError() +androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityDestroyed(android.app.Activity) +androidx.constraintlayout.widget.ConstraintLayout: void setMinHeight(int) +com.google.android.material.R$attr: int defaultDuration +androidx.constraintlayout.widget.R$attr: int fontFamily +androidx.constraintlayout.widget.R$attr: int spinBars +cyanogenmod.themes.ThemeManager$1$1 +androidx.constraintlayout.widget.R$id: int jumpToStart +wangdaye.com.geometricweather.R$id: int design_bottom_sheet +com.google.android.material.R$styleable: int ConstraintSet_android_maxHeight +james.adaptiveicon.R$color: int abc_hint_foreground_material_light +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Integer uvIndex +com.google.android.material.R$styleable: int Layout_layout_constraintWidth_percent +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Imperial Imperial +okio.ForwardingSink: java.lang.String toString() +wangdaye.com.geometricweather.R$drawable: int ic_settings +retrofit2.ParameterHandler$PartMap: int p +okhttp3.internal.cache.CacheStrategy$Factory: java.util.Date lastModified +cyanogenmod.providers.CMSettings$System: void putListAsDelimitedString(android.content.ContentResolver,java.lang.String,java.lang.String,java.util.List) +com.google.android.material.slider.Slider: Slider(android.content.Context,android.util.AttributeSet,int) +android.didikee.donate.R$dimen: int abc_dialog_fixed_width_minor +wangdaye.com.geometricweather.R$styleable: int MenuView_android_itemBackground +okio.RealBufferedSource: long readDecimalLong() +wangdaye.com.geometricweather.R$styleable: int NavigationView_shapeAppearance +wangdaye.com.geometricweather.R$id: int triangle +retrofit2.Call: okio.Timeout timeout() +androidx.preference.R$drawable: int abc_list_selector_holo_dark +com.jaredrummler.android.colorpicker.R$drawable: int abc_text_select_handle_right_mtrl_light +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: boolean isEmpty() +androidx.preference.internal.PreferenceImageView: PreferenceImageView(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$styleable: int MenuView_android_horizontalDivider +james.adaptiveicon.R$attr: int popupTheme +androidx.activity.R$styleable: int GradientColor_android_startX +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_DialogWhenLarge +com.google.android.material.R$color: int material_on_surface_emphasis_high_type +com.jaredrummler.android.colorpicker.R$color: int material_grey_900 +androidx.constraintlayout.widget.R$dimen: int abc_text_size_small_material +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_56 +retrofit2.converter.gson.package-info +cyanogenmod.app.PartnerInterface +okhttp3.internal.http2.Hpack$Reader: int readInt(int,int) +com.google.android.material.R$styleable: int AppCompatTheme_actionBarSize +james.adaptiveicon.R$dimen: int abc_button_inset_horizontal_material +androidx.appcompat.widget.Toolbar: void setTitleMarginStart(int) +okhttp3.internal.Util: java.lang.String inet6AddressToAscii(byte[]) +androidx.lifecycle.extensions.R$dimen: int notification_action_text_size +com.google.android.material.R$styleable: int MenuItem_android_onClick +cyanogenmod.providers.CMSettings$System: java.lang.String NAVBAR_LEFT_IN_LANDSCAPE +cyanogenmod.app.ICMStatusBarManager$Stub +io.reactivex.internal.schedulers.RxThreadFactory: java.lang.String toString() +com.github.rahatarmanahmed.cpv.CircularProgressView: int getThickness() +androidx.preference.R$layout: int abc_list_menu_item_icon +com.google.android.material.R$id: int mini +cyanogenmod.app.Profile: void setSecondaryUuids(java.util.List) +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: int IconCode +androidx.appcompat.widget.AppCompatSpinner +cyanogenmod.app.Profile$TriggerState: int ON_A2DP_CONNECT +wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status: wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status valueOf(java.lang.String) +wangdaye.com.geometricweather.R$id: int clip_vertical +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_android_maxWidth +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionMode_Inverse +wangdaye.com.geometricweather.background.receiver.widget.WidgetDayProvider: WidgetDayProvider() +android.didikee.donate.R$string: R$string() +com.google.android.material.R$style: int ThemeOverlay_AppCompat_DayNight_ActionBar +okhttp3.internal.platform.Platform: okhttp3.internal.platform.Platform findJvmPlatform() +retrofit2.http.Path: boolean encoded() +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Inverse +cyanogenmod.externalviews.ExternalViewProviderService$1$1 +okhttp3.internal.platform.Platform: java.lang.String toString() +io.reactivex.internal.observers.LambdaObserver: io.reactivex.functions.Consumer onSubscribe +com.google.android.material.R$style: int Theme_MaterialComponents_Light_LargeTouch +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getPm10Desc() +okhttp3.Cache$1: void trackConditionalCacheHit() +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Large +io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner +com.xw.repo.bubbleseekbar.R$drawable: int abc_ratingbar_small_material +okhttp3.internal.http2.Http2Codec: void finishRequest() +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void innerComplete(int) +com.turingtechnologies.materialscrollbar.R$attr: int chipIcon +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int FREEZING_RAIN +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: DailyTrendItemView(android.content.Context) +wangdaye.com.geometricweather.R$id: int widget_trend_hourly +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: int isRainOrSnow +wangdaye.com.geometricweather.R$id: int item_about_library_content +com.google.android.material.R$id: int zero_corner_chip +wangdaye.com.geometricweather.R$string: int mtrl_picker_range_header_title +wangdaye.com.geometricweather.R$attr: int circularRadius +androidx.preference.R$attr: int actionBarTheme +com.google.android.material.R$styleable: int AppCompatTheme_windowMinWidthMinor +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float co +com.google.android.material.tabs.TabLayout: void setUnboundedRippleResource(int) +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Tooltip +com.google.android.material.R$attr: int colorPrimaryVariant +wangdaye.com.geometricweather.R$drawable: int ic_briefing +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String weatherText +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown +okio.RealBufferedSource: okio.Buffer buffer +com.google.android.material.slider.BaseSlider: float getValueOfTouchPositionAbsolute() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: int Severity +androidx.work.R$style: int TextAppearance_Compat_Notification_Info +com.jaredrummler.android.colorpicker.R$drawable: int abc_list_selector_disabled_holo_light +androidx.activity.R$drawable: int notification_bg_low_pressed +com.google.android.material.navigation.NavigationView: void setCheckedItem(android.view.MenuItem) +com.google.android.material.R$style: int TextAppearance_AppCompat_Display1 +wangdaye.com.geometricweather.R$color: int cpv_default_color +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_RatingBar +com.jaredrummler.android.colorpicker.R$styleable: int[] Toolbar +com.google.android.material.progressindicator.ProgressIndicator: ProgressIndicator(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX() +okio.Okio$1: void write(okio.Buffer,long) +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setO3Desc(java.lang.String) +okio.BufferedSource: void require(long) +okhttp3.Cache$Entry: okhttp3.Handshake handshake +androidx.appcompat.R$styleable: int[] AppCompatSeekBar +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean dispatchGenericMotionEvent(android.view.MotionEvent) +androidx.viewpager2.R$layout: int notification_template_part_chronometer +okio.RealBufferedSink: okio.Buffer buffer() +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property O3 +retrofit2.ParameterHandler$HeaderMap: void apply(retrofit2.RequestBuilder,java.lang.Object) +androidx.constraintlayout.widget.R$drawable: int btn_checkbox_checked_mtrl +cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType[] values() +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIconStartPadding +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: void setZh_CN(java.lang.String) +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_min +androidx.cardview.R$styleable +retrofit2.DefaultCallAdapterFactory$1: java.util.concurrent.Executor val$executor +wangdaye.com.geometricweather.R$animator: int weather_thunderstorm_1 +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_verticalBias +com.google.android.material.chip.Chip: void setCloseIconResource(int) +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowMinWidthMajor +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult +cyanogenmod.app.ThemeVersion: int CM12_PRE_VERSIONING +androidx.preference.R$id: int checkbox +okhttp3.OkHttpClient: int writeTimeout +okhttp3.Credentials: Credentials() +com.google.android.material.R$interpolator: int mtrl_linear +android.didikee.donate.R$drawable: int abc_btn_radio_material +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Light +wangdaye.com.geometricweather.R$id: int dialog_adaptive_icon_icon +androidx.preference.R$style: int Widget_AppCompat_ListView_DropDown +androidx.preference.R$style: int Widget_AppCompat_Light_SearchView +android.didikee.donate.R$attr: int windowActionModeOverlay +cyanogenmod.app.Profile: cyanogenmod.profiles.AirplaneModeSettings getAirplaneMode() +io.reactivex.internal.subscribers.StrictSubscriber: StrictSubscriber(org.reactivestreams.Subscriber) +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit valueOf(java.lang.String) +cyanogenmod.util.ColorUtils: int findPerceptuallyNearestColor(int,int[]) +com.jaredrummler.android.colorpicker.R$attr: int actionBarSize +wangdaye.com.geometricweather.R$attr: int horizontalOffset +com.xw.repo.bubbleseekbar.R$attr: int multiChoiceItemLayout +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getWeatherEnd() +com.google.android.material.R$style: int Widget_AppCompat_ActionBar_TabText +com.google.android.material.R$attr: int startIconTint +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum: int UnitType +wangdaye.com.geometricweather.R$id: int item_card_display_sortButton +cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper: CustomTileListenerService$ICustomTileListenerWrapper(cyanogenmod.app.CustomTileListenerService) +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType LoadAll +com.google.android.material.R$style: int Theme_MaterialComponents_Bridge +cyanogenmod.app.ProfileGroup$Mode: cyanogenmod.app.ProfileGroup$Mode[] values() +androidx.constraintlayout.widget.R$id: int chain +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub$Proxy +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: int getRequiredWidth() +androidx.lifecycle.ViewModelStores: androidx.lifecycle.ViewModelStore of(androidx.fragment.app.Fragment) +cyanogenmod.hardware.CMHardwareManager: int getDisplayColorCalibrationMin() +wangdaye.com.geometricweather.R$layout: int mtrl_alert_dialog +okio.RealBufferedSink: okio.BufferedSink writeLongLe(long) +cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: void lookupCity(cyanogenmod.weather.RequestInfo) +com.google.android.material.R$style: int Widget_MaterialComponents_Toolbar_Surface +com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawable_android_constantSize +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_Chip +com.turingtechnologies.materialscrollbar.R$attr: int iconStartPadding +cyanogenmod.weather.WeatherInfo: long access$1002(cyanogenmod.weather.WeatherInfo,long) +com.google.android.material.R$attr: int mock_labelBackgroundColor +okhttp3.Challenge: java.nio.charset.Charset charset() +androidx.legacy.coreutils.R$drawable: int notification_tile_bg +com.xw.repo.bubbleseekbar.R$attr: int showText +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: int status +wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: void setOnPageSwipeListener(wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout$OnPagerSwipeListener) +okhttp3.internal.http2.Http2Writer: void frameHeader(int,int,byte,byte) +androidx.hilt.lifecycle.R$drawable: int notification_bg_normal +com.google.android.material.R$styleable: int SearchView_layout +wangdaye.com.geometricweather.R$drawable: int weather_hail_pixel +cyanogenmod.power.PerformanceManagerInternal: void launchBoost() +com.jaredrummler.android.colorpicker.R$string: int abc_searchview_description_search +com.google.android.material.chip.Chip: void setLayoutDirection(int) +okio.AsyncTimeout$2: okio.Source val$source +com.turingtechnologies.materialscrollbar.R$attr: int tickMarkTint +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_30 +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowFixedWidthMinor +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: void setSubState(int,boolean) +io.reactivex.internal.schedulers.ScheduledDirectPeriodicTask: void run() +com.google.android.material.R$drawable: int abc_list_selector_disabled_holo_light +cyanogenmod.app.IProfileManager: boolean profileExists(android.os.ParcelUuid) +wangdaye.com.geometricweather.R$styleable: int MaterialButton_strokeColor +com.google.android.material.R$attr: int tabPadding +cyanogenmod.app.Profile: void setExpandedDesktopMode(int) +com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_size_normal +retrofit2.ParameterHandler$Tag: java.lang.Class cls +com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar +okhttp3.HttpUrl: int hashCode() +james.adaptiveicon.R$styleable: int MenuItem_android_enabled +androidx.appcompat.R$attr: int closeItemLayout +com.xw.repo.bubbleseekbar.R$layout: int abc_activity_chooser_view_list_item +androidx.constraintlayout.widget.Guideline: Guideline(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$dimen: int mtrl_fab_translation_z_pressed +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableStartCompat +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_content_inset_with_nav +androidx.appcompat.R$drawable: int abc_ic_menu_cut_mtrl_alpha +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle +com.turingtechnologies.materialscrollbar.R$attr: int font +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorPrimaryDark +okhttp3.OkHttpClient: okhttp3.EventListener$Factory eventListenerFactory +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header +com.google.android.material.R$id: int textinput_counter +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: java.lang.String getAbbreviation(android.content.Context) +okhttp3.internal.http1.Http1Codec$FixedLengthSink: void flush() +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: long serialVersionUID +com.turingtechnologies.materialscrollbar.R$style: int Platform_AppCompat_Light +androidx.appcompat.R$styleable: int ActionBar_contentInsetStartWithNavigation +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties: wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris ephemeris +androidx.appcompat.resources.R$style: int Widget_Compat_NotificationActionText +wangdaye.com.geometricweather.R$id: int mtrl_calendar_main_pane +cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_onAttach_0 +okhttp3.Dispatcher: Dispatcher() +retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: CallEnqueueObservable$CallCallback(retrofit2.Call,io.reactivex.Observer) +wangdaye.com.geometricweather.R$styleable: int[] AppCompatTheme +james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_drawableLeft +androidx.work.impl.background.systemalarm.ConstraintProxy: ConstraintProxy() +androidx.legacy.coreutils.R$dimen: int notification_right_side_padding_top +com.google.android.material.datepicker.DateSelector +okio.Pipe$PipeSink: void write(okio.Buffer,long) +okhttp3.internal.http.RealInterceptorChain: okhttp3.Call call() +androidx.appcompat.resources.R$id: R$id() +androidx.appcompat.view.menu.ExpandedMenuView +androidx.appcompat.R$attr: int contentInsetLeft +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Imperial: java.lang.String Unit +james.adaptiveicon.R$styleable: int CompoundButton_buttonTintMode +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum Minimum +wangdaye.com.geometricweather.R$drawable: int notif_temp_79 +cyanogenmod.themes.IThemeProcessingListener$Stub: android.os.IBinder asBinder() +retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback: CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback(retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter,java.util.concurrent.CompletableFuture) +com.turingtechnologies.materialscrollbar.R$attr: int maxActionInlineWidth +com.google.android.material.R$style: int Widget_AppCompat_CompoundButton_RadioButton +com.google.android.material.R$attr: int themeLineHeight +androidx.viewpager.R$color: int secondary_text_default_material_light +wangdaye.com.geometricweather.R$attr: int expanded +com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo getRevealInfo() +androidx.loader.R$styleable: int GradientColor_android_endX +cyanogenmod.app.CustomTile$Builder: android.app.PendingIntent mDeleteIntent +cyanogenmod.app.CustomTileListenerService$1 +wangdaye.com.geometricweather.R$styleable: int Layout_layout_goneMarginEnd +androidx.fragment.R$id +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Compat_Notification_Time +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode HTTP_1_1_REQUIRED +androidx.constraintlayout.widget.R$drawable: int notification_bg_low +wangdaye.com.geometricweather.R$styleable: int[] ViewBackgroundHelper +retrofit2.RequestFactory +cyanogenmod.externalviews.KeyguardExternalView: void unregisterOnWindowAttachmentChangedListener(cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener) +wangdaye.com.geometricweather.R$attr: int buttonPanelSideLayout +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxStrokeErrorColor +android.didikee.donate.R$attr: int actionModeWebSearchDrawable +androidx.appcompat.widget.SearchView: void setQueryHint(java.lang.CharSequence) +androidx.viewpager.R$id: int actions +cyanogenmod.app.ProfileGroup: void setRingerMode(cyanogenmod.app.ProfileGroup$Mode) +com.google.android.material.R$style: int Widget_Design_BottomSheet_Modal +okhttp3.internal.http2.Http2: java.lang.IllegalArgumentException illegalArgument(java.lang.String,java.lang.Object[]) +androidx.vectordrawable.R$style: int TextAppearance_Compat_Notification_Info +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: void setSpeed(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX) +okhttp3.ConnectionSpec: boolean isCompatible(javax.net.ssl.SSLSocket) +androidx.lifecycle.ViewModelProvider$NewInstanceFactory +com.google.android.material.slider.RangeSlider: RangeSlider(android.content.Context,android.util.AttributeSet) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_tooltipForegroundColor +com.google.android.material.R$styleable: int AppCompatTheme_windowMinWidthMajor +androidx.preference.R$styleable: int AppCompatTheme_android_windowIsFloating +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_115 +io.reactivex.internal.subscriptions.SubscriptionHelper: void reportMoreProduced(long) +androidx.appcompat.R$attr: int actionBarItemBackground +androidx.appcompat.R$styleable: int AppCompatTheme_buttonStyle +okhttp3.internal.ws.RealWebSocket: void onReadMessage(okio.ByteString) +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$1 +wangdaye.com.geometricweather.R$bool: int abc_allow_stacked_button_bar +com.turingtechnologies.materialscrollbar.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog +cyanogenmod.app.IProfileManager$Stub$Proxy: boolean notificationGroupExistsByName(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int[] MaterialAlertDialogTheme +james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_translationY +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_Button_Colored +com.turingtechnologies.materialscrollbar.R$string: int abc_searchview_description_query +com.google.android.material.R$styleable: int MaterialButton_cornerRadius +com.jaredrummler.android.colorpicker.R$id: int search_voice_btn +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: boolean isDisposed() +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void settings(boolean,okhttp3.internal.http2.Settings) +com.google.android.material.checkbox.MaterialCheckBox +com.jaredrummler.android.colorpicker.R$layout: int cpv_preference_square +androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_android_fontStyle +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: int getProgressCircleDiameter() +retrofit2.adapter.rxjava2.ResultObservable$ResultObserver +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: java.util.concurrent.atomic.AtomicReference mainDisposable +com.xw.repo.bubbleseekbar.R$layout: int select_dialog_multichoice_material +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_editTextBackground +james.adaptiveicon.R$styleable: int AppCompatTheme_seekBarStyle +androidx.fragment.R$id: int right_icon +cyanogenmod.power.IPerformanceManager$Stub$Proxy +androidx.lifecycle.Lifecycle$State +android.didikee.donate.R$styleable: int ViewStubCompat_android_layout +androidx.appcompat.widget.AppCompatEditText: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) +androidx.constraintlayout.widget.R$drawable: int abc_seekbar_track_material +androidx.constraintlayout.widget.R$styleable: int Layout_layout_goneMarginRight +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit CM +cyanogenmod.app.Profile: java.util.ArrayList mSecondaryUuids +io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.BiFunction,boolean,int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean getHumidity() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial Imperial +wangdaye.com.geometricweather.R$styleable: int Constraint_pivotAnchor +com.google.android.material.R$string: int material_timepicker_pm +okhttp3.internal.platform.JdkWithJettyBootPlatform$JettyNegoProvider: boolean unsupported +cyanogenmod.power.IPerformanceManager$Stub: java.lang.String DESCRIPTOR +wangdaye.com.geometricweather.R$drawable: int notification_tile_bg +androidx.dynamicanimation.R$dimen: int notification_content_margin_start +android.didikee.donate.R$styleable: int ActionBar_height +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property Longitude +androidx.constraintlayout.helper.widget.Flow: void setOrientation(int) +io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintCircleRadius +androidx.appcompat.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha +com.jaredrummler.android.colorpicker.R$integer: int config_tooltipAnimTime +wangdaye.com.geometricweather.R$attr: int flow_firstVerticalBias +androidx.constraintlayout.widget.R$attr: int contentInsetStart +okhttp3.internal.http2.Http2Connection: void pushResetLater(int,okhttp3.internal.http2.ErrorCode) +androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event[] values() +com.google.gson.stream.JsonReader: java.lang.String nextName() +androidx.lifecycle.extensions.R$dimen: int compat_notification_large_icon_max_width +androidx.constraintlayout.widget.R$styleable: int Transition_layoutDuringTransition +io.reactivex.internal.subscriptions.SubscriptionHelper: boolean setOnce(java.util.concurrent.atomic.AtomicReference,org.reactivestreams.Subscription) +james.adaptiveicon.R$style: int Animation_AppCompat_Dialog +androidx.appcompat.view.menu.ListMenuItemView: void setCheckable(boolean) +com.google.android.material.R$attr: int actionModePasteDrawable +androidx.vectordrawable.animated.R$styleable: int GradientColor_android_centerColor +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintCircle +okhttp3.Response: okhttp3.Request request +cyanogenmod.weatherservice.IWeatherProviderService$Stub: int TRANSACTION_cancelOngoingRequests +cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks access$700(cyanogenmod.externalviews.KeyguardExternalView) +wangdaye.com.geometricweather.R$id: int mtrl_calendar_months +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Chip +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_alpha +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult: wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean Summary +okhttp3.internal.publicsuffix.PublicSuffixDatabase: PublicSuffixDatabase() +wangdaye.com.geometricweather.db.entities.AlertEntityDao: AlertEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) +androidx.preference.R$id: int custom +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeRealFeelTemperature +com.google.android.material.R$styleable: int CustomAttribute_customIntegerValue +cyanogenmod.app.StatusBarPanelCustomTile: android.os.UserHandle user +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Metric: int UnitType +wangdaye.com.geometricweather.R$style: int Base_AlertDialog_AppCompat +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Medium +wangdaye.com.geometricweather.R$styleable: int MenuGroup_android_visible +androidx.loader.R$dimen: R$dimen() +cyanogenmod.profiles.BrightnessSettings: void writeToParcel(android.os.Parcel,int) +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionMode_Inverse +io.reactivex.internal.disposables.DisposableHelper: boolean isDisposed() +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: java.lang.String getNotificationTextColorName(android.content.Context) +androidx.lifecycle.ProcessLifecycleOwnerInitializer: ProcessLifecycleOwnerInitializer() +androidx.appcompat.app.ToolbarActionBar: void removeOnMenuVisibilityListener(androidx.appcompat.app.ActionBar$OnMenuVisibilityListener) +io.reactivex.internal.subscribers.StrictSubscriber: java.util.concurrent.atomic.AtomicReference upstream +james.adaptiveicon.R$drawable: int abc_btn_check_to_on_mtrl_000 +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: ObservableMergeWithMaybe$MergeWithObserver(io.reactivex.Observer) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric: double Value +dagger.hilt.android.internal.managers.ActivityRetainedComponentManager$ActivityRetainedComponentViewModel +com.google.android.material.R$id: int flip +cyanogenmod.app.ProfileManager: void resetAll() +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setOnClickListener(android.view.View$OnClickListener) +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large +com.google.gson.stream.JsonReader: int PEEKED_NULL +wangdaye.com.geometricweather.R$attr: int bsb_show_section_mark +com.jaredrummler.android.colorpicker.R$id: int bottom +androidx.constraintlayout.widget.R$styleable: int[] FontFamilyFont +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_CompoundButton_RadioButton +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Caption +io.reactivex.Observable: io.reactivex.Observable combineLatestDelayError(io.reactivex.ObservableSource[],io.reactivex.functions.Function) +cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: void removeCustomTileFromListener(cyanogenmod.app.ICustomTileListener,java.lang.String,java.lang.String,int) +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_minHeight +wangdaye.com.geometricweather.R$styleable: int OnSwipe_dragDirection +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Inverse +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: java.lang.String IconPhrase +cyanogenmod.weatherservice.WeatherProviderService$1 +wangdaye.com.geometricweather.R$color: int design_default_color_secondary +okhttp3.internal.ws.WebSocketProtocol +wangdaye.com.geometricweather.db.entities.DaoMaster: wangdaye.com.geometricweather.db.entities.DaoSession newSession(org.greenrobot.greendao.identityscope.IdentityScopeType) +james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light +com.bumptech.glide.R$styleable: int FontFamilyFont_android_ttcIndex +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating: java.lang.String Unit +androidx.constraintlayout.widget.R$attr: int windowActionModeOverlay +james.adaptiveicon.R$style: int Widget_AppCompat_ListView +james.adaptiveicon.R$styleable: int SwitchCompat_android_textOn +wangdaye.com.geometricweather.R$attr: int lineSpacing +androidx.constraintlayout.widget.R$attr: int onHide +com.xw.repo.bubbleseekbar.R$attr: int actionModePasteDrawable +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$PhenomenonMaxColor +com.jaredrummler.android.colorpicker.R$styleable: int[] ActivityChooserView +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BATTERY_LIGHT_LOW_COLOR_VALIDATOR +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setStatus(int) +androidx.preference.R$attr: int textAppearancePopupMenuHeader +com.jaredrummler.android.colorpicker.R$color: int primary_dark_material_light +com.google.android.material.R$xml: int standalone_badge_gravity_bottom_start +com.google.android.material.chip.Chip: void setIconStartPadding(float) +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabGravity +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary +androidx.transition.R$integer +androidx.viewpager2.R$id: int accessibility_custom_action_29 +wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: java.lang.String insee +com.xw.repo.bubbleseekbar.R$color +com.google.android.material.appbar.AppBarLayout$BaseBehavior$SavedState +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_toLeftOf +okio.ByteString: okio.ByteString read(java.io.InputStream,int) +com.google.android.material.R$styleable: int KeyTimeCycle_motionTarget +com.google.android.material.R$attr: int colorError +wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout +com.turingtechnologies.materialscrollbar.R$styleable: int ActionMode_closeItemLayout +androidx.appcompat.widget.SwitchCompat: android.graphics.drawable.Drawable getThumbDrawable() +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator VOLBTN_MUSIC_CONTROLS_VALIDATOR +cyanogenmod.profiles.RingModeSettings: void setOverride(boolean) +androidx.fragment.R$id: int accessibility_custom_action_22 +androidx.cardview.R$dimen: int cardview_default_elevation +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_android_switchTextOn +okhttp3.Response: okhttp3.Response cacheResponse +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: io.reactivex.ObservableSource source +com.turingtechnologies.materialscrollbar.R$animator: int mtrl_fab_transformation_sheet_expand_spec +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit valueOf(java.lang.String) +cyanogenmod.externalviews.ExternalViewProviderService$1$1: ExternalViewProviderService$1$1(cyanogenmod.externalviews.ExternalViewProviderService$1,android.os.Bundle) +com.google.android.material.R$animator: int mtrl_extended_fab_change_size_expand_motion_spec +android.didikee.donate.R$style: int TextAppearance_AppCompat_Body1 +androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String ICON_PREVIEW_3 +cyanogenmod.app.StatusBarPanelCustomTile$1 +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode RAIN +wangdaye.com.geometricweather.R$attr: int verticalOffset +com.jaredrummler.android.colorpicker.R$drawable: int abc_list_longpressed_holo +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_CUSTOM_ENABLE +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_MULTIPLE_LEDS_ENABLE +com.google.android.material.R$id: int navigation_header_container +com.google.android.material.R$drawable: int abc_btn_radio_material +androidx.viewpager.R$styleable: int GradientColorItem_android_offset +com.google.android.material.button.MaterialButton: int getCornerRadius() +cyanogenmod.weather.WeatherLocation$Builder: java.lang.String mPostal +androidx.preference.R$drawable: int notification_template_icon_bg +cyanogenmod.profiles.BrightnessSettings: void setValue(int) +androidx.core.R$integer: int status_bar_notification_info_maxnum +com.turingtechnologies.materialscrollbar.R$styleable: int TabItem_android_layout +wangdaye.com.geometricweather.R$style: int widget_progress +androidx.viewpager2.R$id: int title +retrofit2.Response: retrofit2.Response success(java.lang.Object) +okhttp3.Response: okhttp3.Response networkResponse +com.jaredrummler.android.colorpicker.R$string: int abc_shareactionprovider_share_with +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: long serialVersionUID +james.adaptiveicon.R$styleable: int AppCompatTheme_editTextColor +androidx.drawerlayout.R$styleable: int GradientColor_android_startX +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: int getWindowFlags() +cyanogenmod.app.Profile: java.util.Map networkConnectionSubIds +okhttp3.internal.http2.Http2Codec: void cancel() +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_unregisterCallback +com.google.android.material.chip.Chip: void setChipTextResource(int) +com.xw.repo.bubbleseekbar.R$id: int search_bar +androidx.transition.R$styleable: int[] FontFamily +androidx.hilt.R$id: int normal +com.google.android.material.R$styleable: int SearchView_suggestionRowLayout +cyanogenmod.providers.CMSettings$System$3: CMSettings$System$3() +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_trackTint +com.google.android.material.R$styleable: int BottomNavigationView_backgroundTint +com.google.android.material.R$dimen: int mtrl_snackbar_message_margin_horizontal +cyanogenmod.app.CMContextConstants$Features: java.lang.String PARTNER +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: java.lang.String feelslike_c +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: FlowableOnBackpressureLatest$BackpressureLatestSubscriber(org.reactivestreams.Subscriber) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeStyle +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHeight_default +android.support.v4.os.IResultReceiver$Stub: android.support.v4.os.IResultReceiver asInterface(android.os.IBinder) +cyanogenmod.app.Profile: boolean mStatusBarIndicator +com.xw.repo.bubbleseekbar.R$string: int abc_action_menu_overflow_description +wangdaye.com.geometricweather.R$attr: int textAppearanceLargePopupMenu +androidx.appcompat.R$attr: int titleTextColor +wangdaye.com.geometricweather.R$styleable: int ImageFilterView_altSrc +androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type CENTER +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_dividerPadding +cyanogenmod.weather.IRequestInfoListener$Stub: cyanogenmod.weather.IRequestInfoListener asInterface(android.os.IBinder) +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean +com.google.android.material.R$styleable: int Constraint_layout_constraintDimensionRatio +com.turingtechnologies.materialscrollbar.R$attr: int autoSizeMaxTextSize +james.adaptiveicon.R$drawable: int tooltip_frame_light +com.google.android.material.R$attr: int statusBarScrim +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintLeft_toLeftOf +okhttp3.EventListener: void requestHeadersEnd(okhttp3.Call,okhttp3.Request) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$1: cyanogenmod.externalviews.KeyguardExternalViewProviderService this$0 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: void setTemperature(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX) +com.google.android.material.R$styleable: int ActionBar_title +com.google.gson.stream.JsonToken: JsonToken(java.lang.String,int) +retrofit2.Utils$ParameterizedTypeImpl: java.lang.reflect.Type ownerType +cyanogenmod.hardware.CMHardwareManager: int FEATURE_UNIQUE_DEVICE_ID +com.bumptech.glide.request.RequestCoordinator$RequestState: boolean isComplete +androidx.preference.R$drawable: int abc_seekbar_thumb_material +wangdaye.com.geometricweather.R$styleable: int Motion_animate_relativeTo +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cps +okhttp3.CookieJar +com.google.android.material.R$style: int Theme_AppCompat_Light_Dialog_MinWidth +androidx.constraintlayout.widget.R$styleable: int MotionLayout_motionProgress +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric: AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric() +android.didikee.donate.R$styleable: int TextAppearance_android_shadowDy +com.google.android.material.R$styleable: int AppCompatTheme_colorControlActivated +androidx.appcompat.widget.AppCompatCheckBox: void setButtonDrawable(int) +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_25 +cyanogenmod.weather.RequestInfo: boolean mIsQueryOnly +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: void dispose() +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: long time +androidx.preference.R$styleable: int GradientColor_android_endX +james.adaptiveicon.R$string: int abc_shareactionprovider_share_with_application +com.google.android.material.appbar.CollapsingToolbarLayout: void setScrimAlpha(int) +wangdaye.com.geometricweather.R$dimen: int mtrl_snackbar_action_text_color_alpha wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.lang.String getWeek(android.content.Context) -wangdaye.com.geometricweather.R$styleable: int[] ColorPreference -io.reactivex.Observable: io.reactivex.Observable scan(java.lang.Object,io.reactivex.functions.BiFunction) -androidx.preference.R$attr: int colorPrimaryDark -com.google.android.material.R$styleable: int Layout_layout_constraintGuide_begin -okhttp3.CookieJar: okhttp3.CookieJar NO_COOKIES -androidx.recyclerview.R$styleable: int FontFamilyFont_fontStyle -okhttp3.CacheControl: boolean noCache -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintEnd_toStartOf +androidx.appcompat.widget.AppCompatImageView: void setImageDrawable(android.graphics.drawable.Drawable) +androidx.preference.R$styleable: int PreferenceTheme_dropdownPreferenceStyle +com.jaredrummler.android.colorpicker.ColorPickerView: int getPaddingLeft() +okhttp3.internal.connection.RealConnection: java.util.List allocations +wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_weatherKindContainer +io.reactivex.Observable: io.reactivex.Observable map(io.reactivex.functions.Function) +cyanogenmod.providers.CMSettings$DiscreteValueValidator: CMSettings$DiscreteValueValidator(java.lang.String[]) +androidx.legacy.coreutils.R$id: int icon_group +wangdaye.com.geometricweather.R$string: int content_des_no_precipitation +androidx.core.widget.NestedScrollView$SavedState: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$drawable: int ic_temperature_fahrenheit +okio.RealBufferedSource: boolean rangeEquals(long,okio.ByteString,int,int) +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void run() +wangdaye.com.geometricweather.R$style: int notification_large_title_text +androidx.loader.R$dimen: int notification_big_circle_margin +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_20 +okhttp3.internal.Version: Version() +com.google.android.material.R$style: int Widget_MaterialComponents_Light_ActionBar_Solid +androidx.appcompat.widget.AppCompatTextView: int getAutoSizeStepGranularity() +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Metric Metric +androidx.constraintlayout.widget.R$attr: int selectableItemBackgroundBorderless +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode[] $VALUES +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$5: ExternalViewProviderService$Provider$ProviderImpl$5(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) +wangdaye.com.geometricweather.R$attr: int customColorValue +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property China +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_CompactMenu +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: BaiduIPLocationResult$ContentBean$AddressDetailBean() +com.turingtechnologies.materialscrollbar.R$color: int abc_hint_foreground_material_light +wangdaye.com.geometricweather.R$id: int dialog_running_in_background_o_container +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Small +io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: io.reactivex.functions.BiPredicate predicate +okhttp3.internal.http2.Http2Codec: okhttp3.internal.connection.StreamAllocation streamAllocation +wangdaye.com.geometricweather.R$animator: int weather_fog_1 +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth +com.jaredrummler.android.colorpicker.R$attr: int textAppearanceListItemSecondary +cyanogenmod.app.IPartnerInterface$Stub: android.os.IBinder asBinder() +io.reactivex.Observable: io.reactivex.Observable sample(long,java.util.concurrent.TimeUnit,boolean) +cyanogenmod.app.Profile$1: java.lang.Object createFromParcel(android.os.Parcel) +okhttp3.HttpUrl: java.net.URL url() +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_android_imeOptions +retrofit2.RequestBuilder$ContentTypeOverridingRequestBody: RequestBuilder$ContentTypeOverridingRequestBody(okhttp3.RequestBody,okhttp3.MediaType) +com.xw.repo.bubbleseekbar.R$color: int button_material_light +io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: void clear() +okio.Buffer$1: okio.Buffer this$0 +cyanogenmod.providers.CMSettings$Secure: java.lang.String WEATHER_PROVIDER_SERVICE +cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onAttach(android.os.IBinder) +android.didikee.donate.R$styleable: int TextAppearance_android_fontFamily +okhttp3.Cache$1: Cache$1(okhttp3.Cache) +com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl +com.xw.repo.bubbleseekbar.R$styleable: int Spinner_android_entries +okhttp3.CacheControl: boolean onlyIfCached +androidx.appcompat.R$attr: int actionBarSize +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_subtitleTextAppearance +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SLEET +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub$Proxy: android.os.IBinder mRemote +wangdaye.com.geometricweather.R$attr: int fontVariationSettings +com.google.android.material.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float getIce() +okhttp3.Cache$1: okhttp3.internal.cache.CacheRequest put(okhttp3.Response) +okhttp3.internal.http2.Http2Connection: boolean client +wangdaye.com.geometricweather.R$styleable: int[] RadialViewGroup +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeRealFeelShaderTemperature() +androidx.appcompat.widget.LinearLayoutCompat: void setBaselineAlignedChildIndex(int) +com.jaredrummler.android.colorpicker.R$attr: int textAppearanceSearchResultTitle +wangdaye.com.geometricweather.R$id: int widget_day_week_temp_2 +androidx.preference.R$styleable: int ViewStubCompat_android_inflatedId +cyanogenmod.util.ColorUtils: ColorUtils() +okhttp3.internal.ws.RealWebSocket: long MAX_QUEUE_SIZE +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Body2 +retrofit2.RequestFactory$Builder +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_thumbTextPadding +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ENABLE_FORWARD_LOOKUP_VALIDATOR +androidx.fragment.R$layout: int notification_template_icon_group +okio.Timeout +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: java.util.concurrent.atomic.AtomicLong index +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintVertical_chainStyle +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: java.lang.String unitId +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Speed +com.jaredrummler.android.colorpicker.R$attr: int actionBarTheme +james.adaptiveicon.R$styleable: int TextAppearance_android_textStyle +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onLockscreenSlideOffsetChanged(float) +com.google.android.material.R$styleable: int MenuItem_iconTint +james.adaptiveicon.R$styleable: int[] LinearLayoutCompat +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_checkedIconTint +okio.Utf8 +androidx.appcompat.widget.AppCompatSpinner$SavedState: android.os.Parcelable$Creator CREATOR +okhttp3.HttpUrl$Builder: java.lang.String toString() +io.reactivex.Observable: void blockingSubscribe() +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_padding_right +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void onSubscribe(io.reactivex.disposables.Disposable) +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: boolean isDisposed() +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getTreeIndex() +androidx.lifecycle.AbstractSavedStateViewModelFactory: androidx.lifecycle.ViewModel create(java.lang.String,java.lang.Class,androidx.lifecycle.SavedStateHandle) +okhttp3.internal.http2.Header: okio.ByteString RESPONSE_STATUS +wangdaye.com.geometricweather.R$string: int wind_7 +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: io.reactivex.internal.util.AtomicThrowable error +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: void setTo(java.lang.String) +androidx.appcompat.widget.Toolbar: java.lang.CharSequence getSubtitle() +androidx.preference.R$style: int Base_Widget_AppCompat_Light_ActionBar +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: void onComplete() +androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_fontStyle +cyanogenmod.app.BaseLiveLockManagerService$1: boolean registerChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) +wangdaye.com.geometricweather.R$id: int widget_day_week_temp_1 +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: io.reactivex.Observer downstream +com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_layout_behavior +io.reactivex.internal.schedulers.ScheduledRunnable: java.lang.Object SYNC_DISPOSED +james.adaptiveicon.R$drawable: int abc_popup_background_mtrl_mult +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric: int UnitType +com.google.android.material.R$dimen: int mtrl_extended_fab_translation_z_pressed +okhttp3.Address: java.util.List connectionSpecs +androidx.transition.R$id: int title +okhttp3.internal.ws.WebSocketReader: long frameLength +androidx.appcompat.widget.AppCompatRadioButton: void setBackgroundDrawable(android.graphics.drawable.Drawable) +android.support.v4.os.IResultReceiver$Stub$Proxy: android.os.IBinder mRemote +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHorizontal_chainStyle +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void windowUpdate(int,long) +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_horizontalStyle +cyanogenmod.externalviews.KeyguardExternalView: android.content.ServiceConnection access$500(cyanogenmod.externalviews.KeyguardExternalView) +cyanogenmod.providers.CMSettings$Global: boolean putFloat(android.content.ContentResolver,java.lang.String,float) +wangdaye.com.geometricweather.R$styleable: int ActionBar_titleTextStyle +okhttp3.internal.cache.DiskLruCache: java.io.File journalFileBackup +androidx.viewpager2.R$styleable: int GradientColor_android_centerY +wangdaye.com.geometricweather.R$id: int easeInOut +androidx.hilt.work.R$styleable: int FontFamilyFont_android_font +wangdaye.com.geometricweather.R$styleable: int[] AppCompatSeekBar +com.turingtechnologies.materialscrollbar.R$attr: int msb_handleOffColor +com.google.android.material.R$dimen: int mtrl_btn_z +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: long serialVersionUID +androidx.hilt.work.R$id: int notification_background +james.adaptiveicon.R$color: int abc_primary_text_material_dark +retrofit2.RequestBuilder: void setBody(okhttp3.RequestBody) +com.google.android.material.R$styleable: int[] LinearLayoutCompat +androidx.loader.app.LoaderManagerImpl$LoaderViewModel +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIndicatorGravity +androidx.preference.R$attr: int collapseIcon +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_max +io.reactivex.Observable: io.reactivex.Single contains(java.lang.Object) +james.adaptiveicon.R$id: int image +wangdaye.com.geometricweather.R$string: int tag_wind +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Spinner_DropDown +com.turingtechnologies.materialscrollbar.R$drawable: int notification_action_background +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView: void setHistogramAlpha(float) +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_tooltipText +wangdaye.com.geometricweather.R$attr: int layout_insetEdge +com.google.android.material.floatingactionbutton.FloatingActionButton: void setCompatElevation(float) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintStart_toStartOf +androidx.preference.R$styleable: int PreferenceTheme_dialogPreferenceStyle +wangdaye.com.geometricweather.R$dimen: int mtrl_tooltip_cornerSize +wangdaye.com.geometricweather.R$styleable: int ThemeEnforcement_android_textAppearance +okhttp3.internal.http2.Http2Stream: void waitForIo() +wangdaye.com.geometricweather.R$styleable: int Layout_layout_editor_absoluteY +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleTextColor +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_android_inputType +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$4: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_ab_back_material +okhttp3.OkHttpClient$Builder: okhttp3.internal.cache.InternalCache internalCache +androidx.cardview.R$styleable: int CardView_cardElevation +wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Time +okhttp3.RequestBody: long contentLength() +io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +wangdaye.com.geometricweather.R$drawable: int abc_ic_menu_cut_mtrl_alpha +cyanogenmod.app.CustomTile$ExpandedGridItem: CustomTile$ExpandedGridItem() cyanogenmod.app.Profile$ProfileTrigger$1: java.lang.Object createFromParcel(android.os.Parcel) -james.adaptiveicon.R$styleable: int AlertDialog_multiChoiceItemLayout -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.util.Date moonriseTime -com.google.android.material.textview.MaterialTextView: MaterialTextView(android.content.Context) -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation: wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind wind -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Temperature: java.lang.Float windChill -androidx.fragment.R$styleable: int FontFamilyFont_ttcIndex -cyanogenmod.weather.CMWeatherManager$WeatherUpdateRequestListener: void onWeatherRequestCompleted(int,cyanogenmod.weather.WeatherInfo) -androidx.preference.R$attr: int title -cyanogenmod.themes.ThemeManager$2$1: cyanogenmod.themes.ThemeManager$2 this$1 -io.reactivex.internal.subscriptions.DeferredScalarSubscription: int requestFusion(int) -com.google.android.material.circularreveal.CircularRevealGridLayout: void setCircularRevealOverlayDrawable(android.graphics.drawable.Drawable) -androidx.preference.R$styleable: int FontFamilyFont_android_ttcIndex -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: boolean done -androidx.appcompat.R$id: int action_bar_container -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionMode_Inverse -wangdaye.com.geometricweather.R$style: int Animation_AppCompat_Dialog -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_goneMarginTop -com.google.android.material.R$dimen: int design_fab_image_size -com.google.android.material.R$dimen: int design_snackbar_action_text_color_alpha -com.turingtechnologies.materialscrollbar.R$color: int switch_thumb_normal_material_light -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.HistoryEntity) -wangdaye.com.geometricweather.R$styleable: int GradientColor_android_endX -wangdaye.com.geometricweather.R$attr: int bsb_seek_by_section -android.didikee.donate.R$attr: int buttonBarPositiveButtonStyle -androidx.fragment.R$id: int time -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: BlockingObservableIterable$BlockingObservableIterator(int) -androidx.core.app.CoreComponentFactory -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX temperature -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_26 -wangdaye.com.geometricweather.R$id: int row_index_key -wangdaye.com.geometricweather.R$attr: int hintTextAppearance -com.google.android.material.R$attr: int colorAccent -wangdaye.com.geometricweather.R$styleable: int ArcProgress_progress -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_title_divider_material -com.google.android.material.chip.Chip: void setTextStartPadding(float) -androidx.constraintlayout.widget.R$drawable: int abc_ratingbar_indicator_material -androidx.cardview.R$color: R$color() -com.turingtechnologies.materialscrollbar.R$attr: int chipIconSize -com.turingtechnologies.materialscrollbar.R$styleable: int[] LinearLayoutCompat_Layout -androidx.appcompat.resources.R$styleable: int FontFamilyFont_android_font -james.adaptiveicon.R$style: int Widget_AppCompat_PopupMenu_Overflow -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: io.reactivex.ObservableEmitter serialize() -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void onTimeout(long) -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void onNext(java.lang.Object) -io.reactivex.internal.subscriptions.DeferredScalarSubscription: DeferredScalarSubscription(org.reactivestreams.Subscriber) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$LocalSource LocalSource -androidx.preference.R$id: int accessibility_custom_action_6 -james.adaptiveicon.R$styleable: int TextAppearance_textAllCaps -androidx.lifecycle.Lifecycling$1: Lifecycling$1(androidx.lifecycle.LifecycleEventObserver) -androidx.preference.R$color: int highlighted_text_material_light -cyanogenmod.media.MediaRecorder -wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayDetailsWidgetConfigActivity -android.didikee.donate.R$attr: int titleMarginStart -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_panelBackground -com.jaredrummler.android.colorpicker.R$attr: int summary -com.google.android.material.R$style: int Widget_MaterialComponents_Button_TextButton_Snackbar -com.google.android.material.R$attr: int layout_constraintTop_toTopOf -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_prefixTextAppearance -androidx.preference.R$drawable: int abc_ic_voice_search_api_material -com.google.android.material.R$id: int text -androidx.lifecycle.LifecycleDispatcher$DispatcherActivityCallback -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: android.os.IBinder asBinder() -okhttp3.RealCall$AsyncCall: void execute() -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_stacked_max_height -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Imperial: double Value -io.reactivex.internal.schedulers.RxThreadFactory: RxThreadFactory(java.lang.String,int,boolean) -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color: int Green -james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemHeight -androidx.recyclerview.R$layout -androidx.preference.R$id: int edit_query -james.adaptiveicon.R$color: int ripple_material_dark -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: io.reactivex.internal.queue.SpscLinkedArrayQueue queue -androidx.viewpager.R$styleable: int FontFamily_fontProviderFetchTimeout -com.turingtechnologies.materialscrollbar.R$attr: int chipIconVisible -com.jaredrummler.android.colorpicker.R$attr: int preferenceScreenStyle -com.turingtechnologies.materialscrollbar.R$attr: int boxStrokeWidth -androidx.appcompat.widget.AppCompatTextView: int getAutoSizeTextType() -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Imperial: double Value -com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_TabText -androidx.constraintlayout.widget.R$styleable: int Constraint_android_elevation -retrofit2.BuiltInConverters$VoidResponseBodyConverter: BuiltInConverters$VoidResponseBodyConverter() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: int status -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -androidx.transition.R$attr: int fontProviderQuery -androidx.appcompat.R$anim -com.jaredrummler.android.colorpicker.R$attr: int textAppearanceListItemSmall -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: io.reactivex.internal.queue.SpscLinkedArrayQueue queue -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.WeatherEntity) -cyanogenmod.providers.CMSettings$System: java.lang.String CAMERA_LAUNCH -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_SeekBar -com.google.android.material.R$styleable: int ConstraintSet_flow_verticalAlign -com.google.android.material.appbar.AppBarLayout$BaseBehavior -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_Dialog_Alert -wangdaye.com.geometricweather.R$string: int pressure -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float NitrogenDioxide -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Speed: AccuDailyResult$DailyForecasts$Day$Wind$Speed() -wangdaye.com.geometricweather.R$attr: int dividerVertical -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_section_text_interval -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_stacked_max_height -com.google.android.material.R$styleable: int OnSwipe_touchAnchorId -com.jaredrummler.android.colorpicker.R$attr: int allowStacking -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: float getStrokeAlpha() -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: boolean isDisposed() -wangdaye.com.geometricweather.R$styleable: int[] KeyFrame -okhttp3.internal.connection.ConnectionSpecSelector: java.util.List connectionSpecs -com.bumptech.glide.R$styleable: R$styleable() -androidx.recyclerview.widget.StaggeredGridLayoutManager$SavedState: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$drawable: int ic_navigation -androidx.constraintlayout.widget.R$dimen: int compat_button_padding_horizontal_material -androidx.appcompat.widget.AppCompatButton: void setBackgroundDrawable(android.graphics.drawable.Drawable) -com.turingtechnologies.materialscrollbar.R$id: int image -androidx.hilt.lifecycle.R$color: R$color() -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Long id -androidx.lifecycle.extensions.R$id: int action_container -com.google.android.material.floatingactionbutton.FloatingActionButton: androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior getBehavior() -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: boolean hasValue -cyanogenmod.app.CustomTile$ExpandedItem: java.lang.String toString() -androidx.coordinatorlayout.widget.CoordinatorLayout$SavedState -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button -cyanogenmod.app.IPartnerInterface: boolean setZenModeWithDuration(int,long) -com.google.android.material.R$string: int abc_capital_on -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_NoActionBar_Bridge -com.google.android.material.R$attr: int backgroundInsetBottom -cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.WeatherLocation mWeatherLocation -cyanogenmod.hardware.IThermalListenerCallback$Stub$Proxy: IThermalListenerCallback$Stub$Proxy(android.os.IBinder) -com.jaredrummler.android.colorpicker.R$id: int action_mode_close_button -wangdaye.com.geometricweather.R$attr: int thumbElevation -com.xw.repo.bubbleseekbar.R$attr: int actionOverflowMenuStyle -wangdaye.com.geometricweather.R$style: int Base_V21_Theme_MaterialComponents_Dialog -okhttp3.OkHttpClient: javax.net.ssl.SSLSocketFactory newSslSocketFactory(javax.net.ssl.X509TrustManager) -androidx.appcompat.widget.ListPopupWindow: void setOnItemClickListener(android.widget.AdapterView$OnItemClickListener) -androidx.constraintlayout.widget.R$color: int material_grey_800 -androidx.preference.R$id: int action_bar_title -com.google.android.material.internal.ForegroundLinearLayout: void setForeground(android.graphics.drawable.Drawable) -androidx.preference.R$style: int Base_V26_Theme_AppCompat_Light -cyanogenmod.profiles.ConnectionSettings: void getXmlString(java.lang.StringBuilder,android.content.Context) -wangdaye.com.geometricweather.R$animator: int design_fab_show_motion_spec -com.google.android.material.R$layout: int abc_activity_chooser_view -androidx.appcompat.R$dimen: int abc_search_view_preferred_height -com.google.android.material.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 -okio.BufferedSink: okio.Buffer buffer() -okhttp3.internal.platform.Jdk9Platform: okhttp3.internal.platform.Jdk9Platform buildIfSupported() -androidx.vectordrawable.R$styleable -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: void dispose() -androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type UNKNOWN -com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableTransition_android_drawable -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_week_1 -okhttp3.HttpUrl: java.util.List queryParameterValues(java.lang.String) -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.util.Date time -james.adaptiveicon.R$styleable: int DrawerArrowToggle_color -androidx.hilt.R$styleable: int Fragment_android_tag -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_verticalGap -com.turingtechnologies.materialscrollbar.R$drawable: int abc_textfield_search_activated_mtrl_alpha -androidx.constraintlayout.widget.R$styleable: int Toolbar_titleMarginEnd -cyanogenmod.app.CustomTile$RemoteExpandedStyle: CustomTile$RemoteExpandedStyle() -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getTranslateY() -com.bumptech.glide.load.resource.bitmap.RecyclableBufferedInputStream$InvalidMarkException: long serialVersionUID -com.google.android.material.chip.ChipGroup: void setCheckedId(int) -com.turingtechnologies.materialscrollbar.R$id: int design_menu_item_action_area_stub -com.google.android.material.R$styleable: int KeyCycle_waveShape -com.jaredrummler.android.colorpicker.R$styleable: int BackgroundStyle_android_selectableItemBackground -wangdaye.com.geometricweather.R$id: int spline -com.google.android.material.slider.BaseSlider: void setValueTo(float) -androidx.preference.R$styleable: int[] StateListDrawableItem -com.google.android.material.slider.BaseSlider: void setThumbStrokeColorResource(int) -androidx.preference.R$attr: int buttonBarNeutralButtonStyle -okhttp3.internal.platform.JdkWithJettyBootPlatform$JettyNegoProvider: boolean unsupported -android.didikee.donate.R$style: int Platform_V21_AppCompat -androidx.activity.R$id: int accessibility_custom_action_21 -androidx.appcompat.widget.ActivityChooserView: void setDefaultActionButtonContentDescription(int) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeRainPrecipitationDuration -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_android_textOff -com.bumptech.glide.integration.okhttp.R$styleable: int[] ColorStateListItem -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintEnd_toEndOf -wangdaye.com.geometricweather.R$style: int PopupWindowAnimation_Bottom_Right -androidx.transition.R$styleable: int GradientColor_android_centerX -retrofit2.RequestBuilder: okhttp3.Headers$Builder headersBuilder -androidx.constraintlayout.widget.R$color: int dim_foreground_material_dark -com.google.android.material.R$dimen: int design_bottom_navigation_elevation -wangdaye.com.geometricweather.R$layout: int activity_weather_daily -com.google.android.material.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog -io.reactivex.Observable: io.reactivex.Observable delay(long,java.util.concurrent.TimeUnit) -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintWidth_percent -com.google.android.material.R$id: int custom +wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Light_Bridge +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: java.util.concurrent.atomic.AtomicInteger active +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum +com.turingtechnologies.materialscrollbar.R$attr: int hintAnimationEnabled +wangdaye.com.geometricweather.R$attr: int iconifiedByDefault +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_star_half_black_16dp +io.reactivex.Observable: io.reactivex.Observable takeUntil(io.reactivex.ObservableSource) +androidx.loader.R$integer +androidx.drawerlayout.R$styleable: int FontFamily_fontProviderAuthority +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getO3() +wangdaye.com.geometricweather.R$id: int submenuarrow +james.adaptiveicon.R$drawable: int abc_seekbar_thumb_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: void setIndices(java.util.List) +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_PopupWindow +com.jaredrummler.android.colorpicker.R$attr: int listPreferredItemPaddingRight +okhttp3.internal.http2.Http2Reader$ContinuationSource: void readContinuationHeader() +com.turingtechnologies.materialscrollbar.R$attr: int titleMarginEnd +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_goneMarginLeft +com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_reverseLayout +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub$Proxy: android.os.IBinder mRemote +james.adaptiveicon.R$color: int material_grey_50 +cyanogenmod.app.ProfileManager: void updateNotificationGroup(android.app.NotificationGroup) +io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: long produced +wangdaye.com.geometricweather.R$id: int container_main_details +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: int Level +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: int status +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_hovered_z +androidx.viewpager2.widget.ViewPager2: java.lang.CharSequence getAccessibilityClassName() +wangdaye.com.geometricweather.R$layout: int abc_cascading_menu_item_layout +wangdaye.com.geometricweather.R$string: int ice +wangdaye.com.geometricweather.R$id: int edit_query +androidx.appcompat.R$dimen: int abc_button_padding_horizontal_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean +wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: RoundProgress(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind: java.lang.Integer gust +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_editor_absoluteX +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog +com.jaredrummler.android.colorpicker.R$layout: int abc_action_mode_close_item_material +com.google.android.material.floatingactionbutton.FloatingActionButton$BaseBehavior: void setInternalAutoHideListener(com.google.android.material.floatingactionbutton.FloatingActionButton$OnVisibilityChangedListener) +okhttp3.internal.ws.RealWebSocket: boolean close(int,java.lang.String,long) +com.google.android.material.R$attr: int materialCalendarFullscreenTheme +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature: AccuCurrentResult$ApparentTemperature() +wangdaye.com.geometricweather.R$transition +androidx.fragment.R$dimen: int notification_large_icon_height +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeWetBulbTemperature +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation +okio.DeflaterSink: void flush() +retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: void onNext(retrofit2.Response) +androidx.appcompat.R$styleable: int AppCompatTheme_actionModeCutDrawable +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Metric Metric +okhttp3.internal.cache2.Relay: void commit(long) +wangdaye.com.geometricweather.R$id: int mtrl_picker_header_title_and_selection +androidx.fragment.app.Fragment: void setOnStartEnterTransitionListener(androidx.fragment.app.Fragment$OnStartEnterTransitionListener) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: java.lang.String getZh_CN() +com.google.android.material.R$styleable: int Transition_layoutDuringTransition +com.google.gson.FieldNamingPolicy$5 +okhttp3.internal.platform.OptionalMethod: boolean isSupported(java.lang.Object) +okhttp3.internal.http2.Hpack$Reader: okio.BufferedSource source +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.util.List dailyForecast +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Sun: MfForecastResult$DailyForecast$Sun() wangdaye.com.geometricweather.R$drawable: int ic_eye -wangdaye.com.geometricweather.remoteviews.config.Hilt_DailyTrendWidgetConfigActivity: Hilt_DailyTrendWidgetConfigActivity() -com.turingtechnologies.materialscrollbar.R$attr: int colorError -wangdaye.com.geometricweather.R$id: int smallLabel -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property Daylight -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text -androidx.legacy.coreutils.R$styleable: int GradientColor_android_type -androidx.work.R$string: int status_bar_notification_info_overflow -android.didikee.donate.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored -androidx.constraintlayout.widget.R$id: int pathRelative -retrofit2.Utils$ParameterizedTypeImpl: Utils$ParameterizedTypeImpl(java.lang.reflect.Type,java.lang.reflect.Type,java.lang.reflect.Type[]) -okio.BufferedSource: int read(byte[]) -com.google.android.material.chip.Chip: void setBackgroundDrawable(android.graphics.drawable.Drawable) -james.adaptiveicon.R$styleable: int AppCompatTheme_checkedTextViewStyle -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeRainPrecipitation -androidx.vectordrawable.R$layout: int notification_template_custom_big -androidx.hilt.work.R$id: int text -cyanogenmod.weather.WeatherLocation: java.lang.String access$602(cyanogenmod.weather.WeatherLocation,java.lang.String) -androidx.drawerlayout.R$drawable: int notification_template_icon_bg -androidx.vectordrawable.R$dimen: int notification_main_column_padding_top -androidx.vectordrawable.animated.R$dimen: int compat_notification_large_icon_max_width -androidx.preference.R$dimen: int abc_list_item_height_large_material -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast: java.util.concurrent.atomic.AtomicInteger wip -james.adaptiveicon.R$styleable: int[] AppCompatSeekBar -androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event[] $VALUES -com.google.android.material.R$id: int tag_accessibility_actions -com.turingtechnologies.materialscrollbar.R$drawable: int tooltip_frame_light -okio.HashingSource -io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: long serialVersionUID -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX -wangdaye.com.geometricweather.R$attr: int behavior_overlapTop -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_lastHorizontalBias -androidx.appcompat.widget.ViewStubCompat: void setOnInflateListener(androidx.appcompat.widget.ViewStubCompat$OnInflateListener) -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_TabBar -androidx.hilt.lifecycle.R$dimen: int compat_button_padding_vertical_material -androidx.hilt.R$anim: int fragment_close_exit -io.reactivex.internal.util.NotificationLite$ErrorNotification -androidx.preference.internal.PreferenceImageView: void setMaxHeight(int) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight -com.jaredrummler.android.colorpicker.R$color: int switch_thumb_normal_material_dark -com.google.android.material.R$id: int accessibility_custom_action_12 -wangdaye.com.geometricweather.R$attr: int windowMinWidthMinor -androidx.appcompat.widget.ActionMenuPresenter$OverflowPopup -android.didikee.donate.R$attr: int maxButtonHeight -com.jaredrummler.android.colorpicker.R$dimen: int abc_panel_menu_list_width -androidx.constraintlayout.widget.R$dimen: int abc_control_corner_material -androidx.lifecycle.ViewModelStores: androidx.lifecycle.ViewModelStore of(androidx.fragment.app.FragmentActivity) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_barrierDirection -androidx.constraintlayout.widget.R$color: int dim_foreground_disabled_material_light -com.github.rahatarmanahmed.cpv.CircularProgressView$9 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getPubTime() -com.bumptech.glide.MemoryCategory: float getMultiplier() -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabContentStart -com.turingtechnologies.materialscrollbar.R$attr: int tabPaddingBottom -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.lang.Integer RIGHT_VALUE -com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_layout_anchor -wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.Integer getIndex() -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintVertical_bias -wangdaye.com.geometricweather.R$attr: int bsb_thumb_text_size -com.xw.repo.bubbleseekbar.R$id: int async -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_verticalBias -androidx.constraintlayout.widget.R$styleable: int ActionMode_height -androidx.lifecycle.viewmodel.savedstate.R -com.google.android.material.R$style: int Widget_AppCompat_TextView -com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_labelVisibilityMode -androidx.constraintlayout.widget.R$styleable: int Constraint_android_rotationX -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setId(java.lang.Long) -wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerSize -androidx.constraintlayout.widget.R$attr: int actionModeWebSearchDrawable -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_CompoundButton_CheckBox -com.google.android.material.R$styleable: int StateListDrawable_android_constantSize -wangdaye.com.geometricweather.R$styleable: int ColorPickerView_cpv_alphaChannelText -cyanogenmod.providers.CMSettings$Global: boolean putInt(android.content.ContentResolver,java.lang.String,int) -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_BottomLeftDifferentCornerSize -wangdaye.com.geometricweather.R$id: int container_main_pollen_title -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_suffixTextAppearance -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable: void dispose() -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_arrow_drop_right_black_24dp -wangdaye.com.geometricweather.R$string: int live -cyanogenmod.externalviews.IExternalViewProvider: void alterWindow(int,int,int,int,boolean,android.graphics.Rect) -androidx.preference.R$id: int add -androidx.preference.R$id: int accessibility_custom_action_4 -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber -com.xw.repo.bubbleseekbar.R$attr: int bsb_second_track_size -com.google.android.material.textfield.TextInputLayout: void setBoxStrokeWidth(int) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeDegreeDayTemperature -com.google.android.material.R$dimen: int tooltip_margin -james.adaptiveicon.R$attr: R$attr() -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient build() -androidx.hilt.R$id: int normal -com.google.android.material.R$style: int Widget_AppCompat_Light_SearchView -retrofit2.Invocation: Invocation(java.lang.reflect.Method,java.util.List) -cyanogenmod.providers.CMSettings$InclusiveFloatRangeValidator -cyanogenmod.hardware.CMHardwareManager: int VIBRATOR_WARNING_INDEX -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintLeft_toRightOf -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_android_summaryOff -androidx.room.MultiInstanceInvalidationService: MultiInstanceInvalidationService() -androidx.hilt.work.R$styleable: int FragmentContainerView_android_name -cyanogenmod.weather.WeatherLocation$Builder: java.lang.String mState -wangdaye.com.geometricweather.R$attr: int widgetLayout -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_android_textOn -io.reactivex.Observable: io.reactivex.Observable concatMapSingle(io.reactivex.functions.Function) -android.didikee.donate.R$styleable: int MenuItem_android_enabled -androidx.core.R$styleable: int FontFamilyFont_fontWeight -wangdaye.com.geometricweather.R$attr: int background -okhttp3.internal.http2.Http2Stream$FramingSource: boolean finished -com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_android_dialogMessage -androidx.appcompat.R$string: int abc_capital_on -com.turingtechnologies.materialscrollbar.R$style: int Base_V21_Theme_AppCompat_Light_Dialog -com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_corner_radius_material -cyanogenmod.externalviews.KeyguardExternalViewProviderService: java.lang.String META_DATA -androidx.appcompat.R$attr: int dropdownListPreferredItemHeight -com.jaredrummler.android.colorpicker.R$id: int tabMode -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_autoSizeMinTextSize -wangdaye.com.geometricweather.R$id: int circle +wangdaye.com.geometricweather.R$styleable: int Toolbar_navigationIcon +com.google.android.material.R$dimen: int mtrl_calendar_title_baseline_to_top_fullscreen +io.reactivex.observers.TestObserver$EmptyObserver: void onComplete() +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: io.reactivex.disposables.Disposable upstream +wangdaye.com.geometricweather.R$string: int settings_summary_service_provider +androidx.constraintlayout.widget.R$styleable: int[] AppCompatImageView +com.google.android.material.R$drawable: int abc_seekbar_thumb_material +wangdaye.com.geometricweather.R$attr: int actionModeStyle +com.turingtechnologies.materialscrollbar.R$id: int search_go_btn +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating Heating +androidx.hilt.work.R$id: int accessibility_custom_action_13 +cyanogenmod.weather.CMWeatherManager: CMWeatherManager(android.content.Context) +androidx.appcompat.resources.R$id: int right_side +androidx.coordinatorlayout.widget.CoordinatorLayout: int getNestedScrollAxes() +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void onTimeout(long) +wangdaye.com.geometricweather.R$attr: int cardCornerRadius +com.turingtechnologies.materialscrollbar.R$id: int notification_main_column_container +com.google.android.material.R$styleable: int BottomAppBar_fabCradleMargin +com.jaredrummler.android.colorpicker.R$attr: int buttonStyleSmall +com.google.android.material.R$style: int Base_Widget_AppCompat_ProgressBar +androidx.recyclerview.R$dimen: int notification_big_circle_margin +com.xw.repo.bubbleseekbar.R$attr: int voiceIcon +com.xw.repo.bubbleseekbar.R$dimen: int abc_cascading_menus_min_smallest_width +androidx.preference.R$color: int abc_search_url_text_normal +androidx.constraintlayout.widget.R$styleable: int Layout_layout_goneMarginTop +okhttp3.internal.connection.RouteSelector: RouteSelector(okhttp3.Address,okhttp3.internal.connection.RouteDatabase,okhttp3.Call,okhttp3.EventListener) +com.xw.repo.bubbleseekbar.R$color: int abc_secondary_text_material_light +wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig dailyEntityDaoConfig +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String FORECAST_CONDITION +wangdaye.com.geometricweather.R$string: int abc_search_hint +io.reactivex.Observable: io.reactivex.Observable interval(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void onNext(java.lang.Object) +com.google.android.material.R$color: int design_dark_default_color_on_surface +okhttp3.internal.cache.InternalCache: void remove(okhttp3.Request) +com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_statusBarBackground +james.adaptiveicon.R$attr: int colorControlHighlight +androidx.preference.R$styleable: int AppCompatTheme_buttonStyleSmall +okio.BufferedSource: int select(okio.Options) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial: AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial() +com.google.android.material.R$styleable: int KeyCycle_android_scaleY +wangdaye.com.geometricweather.R$id: int search_src_text +androidx.appcompat.R$id: int scrollIndicatorDown +org.greenrobot.greendao.AbstractDaoSession: java.util.List loadAll(java.lang.Class) +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: ObservableSequenceEqualSingle$EqualCoordinator(io.reactivex.SingleObserver,int,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiPredicate) +androidx.preference.R$attr: int alpha +retrofit2.http.POST +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleMarginEnd +okhttp3.Cache$CacheResponseBody +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer getDegreeDayTemperature() +com.google.android.material.R$color: int background_floating_material_light +com.turingtechnologies.materialscrollbar.R$id: R$id() +androidx.preference.R$styleable: int TextAppearance_fontFamily +android.didikee.donate.R$id: int homeAsUp +cyanogenmod.weather.IRequestInfoListener$Stub: android.os.IBinder asBinder() +cyanogenmod.app.Profile: java.util.Map connections wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial: int UnitType -retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: boolean terminated -androidx.appcompat.R$attr: int fontVariationSettings -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_height_fullscreen -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void onSubscribe(io.reactivex.disposables.Disposable) -cyanogenmod.app.ThemeVersion$ThemeVersionImpl2: ThemeVersion$ThemeVersionImpl2() -com.google.android.material.R$style: int Base_Theme_AppCompat_Light -com.google.android.material.bottomappbar.BottomAppBar: androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior getBehavior() -com.turingtechnologies.materialscrollbar.R$dimen: int notification_action_text_size -androidx.appcompat.R$id: int search_badge -cyanogenmod.content.Intent: java.lang.String ACTION_SCREEN_CAMERA_GESTURE -okhttp3.HttpUrl$Builder: java.lang.String scheme -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintVertical_chainStyle -com.google.android.material.slider.BaseSlider: BaseSlider(android.content.Context) -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Tooltip -com.google.android.material.floatingactionbutton.FloatingActionButton$Behavior: FloatingActionButton$Behavior() -androidx.appcompat.widget.Toolbar: void setLogo(int) -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_verticalStyle -com.google.android.material.R$id: int line3 -wangdaye.com.geometricweather.R$string: int content_des_so2 -androidx.preference.R$dimen: int abc_control_inset_material -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText -android.didikee.donate.R$attr: int ratingBarStyle -com.turingtechnologies.materialscrollbar.R$id: int scrollView -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_CITY -wangdaye.com.geometricweather.R$styleable: int KeyPosition_percentWidth -okio.BufferedSink: okio.BufferedSink emitCompleteSegments() -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_goneMarginStart -com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$Node header -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_alertDialogStyle -okhttp3.internal.http2.Http2: byte TYPE_GOAWAY -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_selectableItemBackground -androidx.preference.R$id: int icon_frame -io.reactivex.Observable: Observable() -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property Time -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: java.lang.String messageShort -androidx.vectordrawable.R$id: int line3 -androidx.lifecycle.SavedStateViewModelFactory: android.os.Bundle mDefaultArgs -wangdaye.com.geometricweather.R$drawable: int notif_temp_108 -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getStatusBarThemePackageName() -com.google.android.material.imageview.ShapeableImageView: void setShapeAppearanceModel(com.google.android.material.shape.ShapeAppearanceModel) -wangdaye.com.geometricweather.R$dimen: int large_title_text_size -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: void setBrandId(java.lang.String) -com.google.android.material.internal.ParcelableSparseIntArray: android.os.Parcelable$Creator CREATOR -okhttp3.internal.http2.Http2Stream$FramingSink: boolean $assertionsDisabled -androidx.hilt.lifecycle.R$styleable: int FragmentContainerView_android_tag -cyanogenmod.profiles.BrightnessSettings: void getXmlString(java.lang.StringBuilder,android.content.Context) -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType Delete -com.xw.repo.bubbleseekbar.R$attr: int searchIcon -com.google.android.material.R$attr: int passwordToggleTintMode -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight -retrofit2.Retrofit: java.util.List converterFactories() -com.bumptech.glide.integration.okhttp.R$id: int blocking -wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.String readKey(android.database.Cursor,int) -androidx.dynamicanimation.R$styleable: int ColorStateListItem_android_color -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void trySchedule() -com.google.android.material.R$id: int accessibility_custom_action_23 -androidx.swiperefreshlayout.R$id: int line1 -wangdaye.com.geometricweather.R$drawable: int abc_list_pressed_holo_light -com.jaredrummler.android.colorpicker.R$style: int Base_DialogWindowTitleBackground_AppCompat -androidx.core.R$dimen: int compat_button_padding_horizontal_material -okhttp3.internal.http2.Settings: int MAX_CONCURRENT_STREAMS -okhttp3.internal.http2.Http2Connection$Listener: void onSettings(okhttp3.internal.http2.Http2Connection) -androidx.constraintlayout.widget.R$id: int shortcut -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeInsetEnd -androidx.loader.R$dimen: int compat_notification_large_icon_max_height -io.reactivex.internal.util.VolatileSizeArrayList: int lastIndexOf(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Display1 -com.turingtechnologies.materialscrollbar.R$color: int abc_primary_text_material_light -okhttp3.logging.HttpLoggingInterceptor$Logger -okhttp3.HttpUrl$Builder: HttpUrl$Builder() -cyanogenmod.app.ThemeVersion$ThemeVersionImpl2$1: ThemeVersion$ThemeVersionImpl2$1() -com.bumptech.glide.integration.okhttp.R$id: int tag_unhandled_key_event_manager -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_getLastThemeChangeRequestType -androidx.drawerlayout.R$dimen: int notification_big_circle_margin -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_firstHorizontalStyle -io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.Function,java.util.concurrent.Callable) -com.google.android.material.circularreveal.CircularRevealFrameLayout: void setCircularRevealOverlayDrawable(android.graphics.drawable.Drawable) -androidx.preference.R$style: int Widget_AppCompat_RatingBar_Small -okhttp3.internal.platform.Platform: javax.net.ssl.SSLContext getSSLContext() -com.google.android.material.R$color: int material_slider_active_track_color -wangdaye.com.geometricweather.R$anim: int fragment_close_enter -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_textColorLink -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean -james.adaptiveicon.R$styleable: int MenuGroup_android_enabled -okhttp3.internal.http2.Http2Stream: void receiveRstStream(okhttp3.internal.http2.ErrorCode) -androidx.constraintlayout.widget.R$attr: int fontVariationSettings -android.support.v4.app.INotificationSideChannel$Stub$Proxy: android.os.IBinder asBinder() -androidx.legacy.coreutils.R$dimen: int compat_notification_large_icon_max_height -cyanogenmod.app.ProfileManager: cyanogenmod.app.Profile[] getProfiles() -androidx.lifecycle.extensions.R: R() -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData: void onInactive() -io.reactivex.internal.subscriptions.DeferredScalarSubscription: boolean isEmpty() -androidx.preference.R$attr: int contentInsetEnd -com.turingtechnologies.materialscrollbar.R$color: int mtrl_text_btn_text_color_selector -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: CaiYunMainlyResult$ForecastDailyBean$WeatherBean() -androidx.constraintlayout.widget.R$id: int stop -androidx.preference.R$drawable: int abc_ic_menu_overflow_material -com.google.android.material.R$styleable: int TabLayout_tabTextColor -james.adaptiveicon.R$styleable: int MenuItem_actionProviderClass -com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleTextAppearance(int) -okhttp3.RealCall$1: RealCall$1(okhttp3.RealCall) -cyanogenmod.app.CustomTile: void writeToParcel(android.os.Parcel,int) -wangdaye.com.geometricweather.R$attr: int bottom_text_size -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: io.reactivex.disposables.CompositeDisposable set -androidx.preference.R$attr: int preferenceFragmentStyle -androidx.preference.R$styleable: int CoordinatorLayout_keylines -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_barrierDirection -androidx.work.WorkInfo$State: androidx.work.WorkInfo$State FAILED -cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_TEMPERATURE_NIGHT -okhttp3.HttpUrl$Builder: boolean isDot(java.lang.String) -james.adaptiveicon.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset -okhttp3.MediaType: java.lang.String toString() -wangdaye.com.geometricweather.R$string: int feedback_add_location_manually -okhttp3.logging.HttpLoggingInterceptor$Level: HttpLoggingInterceptor$Level(java.lang.String,int) -cyanogenmod.externalviews.KeyguardExternalView$11: cyanogenmod.externalviews.KeyguardExternalView this$0 -androidx.lifecycle.extensions.R$style: int Widget_Compat_NotificationActionText -wangdaye.com.geometricweather.R$drawable: int shortcuts_clear_day_foreground +androidx.recyclerview.R$id: int chronometer +wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree getDaytimeWindDegree() +androidx.constraintlayout.widget.ConstraintHelper +okio.RealBufferedSink: okio.BufferedSink writeByte(int) +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver(io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver) +com.jaredrummler.android.colorpicker.R$drawable: int abc_cab_background_internal_bg +androidx.constraintlayout.widget.R$interpolator: int btn_radio_to_on_mtrl_animation_interpolator_0 +androidx.constraintlayout.widget.R$id: int off +retrofit2.KotlinExtensions$awaitResponse$2$2 +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts +com.turingtechnologies.materialscrollbar.R$styleable: int FlowLayout_lineSpacing +okhttp3.internal.http1.Http1Codec$AbstractSource +wangdaye.com.geometricweather.R$attr: int actionOverflowMenuStyle +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_anon_WITH_AES_128_CBC_SHA +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_analog_light +io.reactivex.internal.subscriptions.SubscriptionHelper: io.reactivex.internal.subscriptions.SubscriptionHelper CANCELLED +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum: java.lang.String Unit +okhttp3.internal.platform.Platform: Platform() +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getShortTemperature(android.content.Context,java.lang.Integer,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) +cyanogenmod.library.R$styleable: int LiveLockScreen_settingsActivity +androidx.preference.R$styleable: int[] ActionBar +androidx.preference.R$color: int secondary_text_default_material_dark +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeApparentTemperature(java.lang.Integer) +wangdaye.com.geometricweather.R$attr: int badgeGravity +com.google.android.material.R$layout: int mtrl_picker_header_title_text +cyanogenmod.platform.R$bool: R$bool() +wangdaye.com.geometricweather.R$mipmap: R$mipmap() +androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_STOP +android.didikee.donate.R$attr: int commitIcon +wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource access$000(wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource) +com.google.android.material.R$styleable: int ConstraintSet_android_alpha +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: double HoursOfPrecipitation +wangdaye.com.geometricweather.R$id: int guideline +okhttp3.internal.proxy.NullProxySelector +androidx.preference.R$styleable: int FontFamilyFont_android_fontStyle +wangdaye.com.geometricweather.R$layout: int item_aqi +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval[] values() +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast: ObservableSampleWithObservable$SampleMainEmitLast(io.reactivex.Observer,io.reactivex.ObservableSource) +james.adaptiveicon.R$drawable: int abc_ic_star_half_black_48dp +androidx.drawerlayout.R$styleable: R$styleable() +androidx.activity.R$dimen: int compat_button_inset_horizontal_material +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: ObservableSequenceEqual$EqualCoordinator(io.reactivex.Observer,int,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiPredicate) +androidx.loader.R$layout +cyanogenmod.app.ThemeVersion$ComponentVersion: int getCurrentVersion() +androidx.hilt.lifecycle.R$id: int tag_unhandled_key_listeners +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_alertDialogStyle +com.google.android.material.R$styleable: int AppCompatTheme_colorPrimaryDark +androidx.core.R$style: int TextAppearance_Compat_Notification_Info +androidx.preference.R$attr: int showAsAction +com.google.android.material.R$styleable: int Layout_layout_constraintEnd_toStartOf +com.google.android.material.R$dimen: int notification_right_side_padding_top +androidx.preference.R$id: int up +com.google.android.material.R$attr: int tabIndicatorAnimationDuration +cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_PUT_SECURE +wangdaye.com.geometricweather.R$styleable: int NavigationView_android_background +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_shadowColor +com.google.android.material.behavior.SwipeDismissBehavior: void setListener(com.google.android.material.behavior.SwipeDismissBehavior$OnDismissListener) +com.jaredrummler.android.colorpicker.R$attr: int windowActionBarOverlay +james.adaptiveicon.R$styleable: int[] AppCompatTextView +wangdaye.com.geometricweather.R$string: int allergen +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light_NoActionBar +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_onAttachedToWindow +androidx.loader.R$style: int TextAppearance_Compat_Notification_Title +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String description +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_showMotionSpec +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Button_Borderless_Colored +androidx.constraintlayout.widget.R$styleable: int KeyTrigger_onPositiveCross +com.turingtechnologies.materialscrollbar.R$attr: int selectableItemBackground +androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_CUSTOM_ENABLE_VALIDATOR +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SCATTERED_THUNDERSTORMS +com.google.android.material.R$styleable: int Slider_haloRadius +androidx.preference.R$dimen: int abc_list_item_height_material +wangdaye.com.geometricweather.R$id: int bounce +androidx.fragment.app.FragmentTabHost$SavedState +android.didikee.donate.R$style: int Base_DialogWindowTitle_AppCompat +com.google.android.material.R$anim: int btn_checkbox_to_unchecked_icon_null_animation +com.google.android.material.textfield.TextInputLayout: void setStartIconContentDescription(java.lang.CharSequence) +io.reactivex.Observable: void blockingSubscribe(io.reactivex.Observer) +wangdaye.com.geometricweather.R$drawable: int abc_list_selector_disabled_holo_light +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: void onComplete() +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: void setDisplayState(boolean) +james.adaptiveicon.R$styleable: int AppCompatTheme_actionMenuTextAppearance +androidx.coordinatorlayout.R$dimen: int notification_media_narrow_margin +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeCutDrawable +com.google.android.material.textfield.TextInputLayout: void setStartIconCheckable(boolean) +okhttp3.internal.http1.Http1Codec: void finishRequest() +androidx.coordinatorlayout.R$id: int accessibility_custom_action_14 +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver +android.didikee.donate.R$string: int abc_action_bar_home_description +wangdaye.com.geometricweather.R$styleable: int[] Slider +androidx.constraintlayout.widget.R$color: int bright_foreground_inverse_material_dark +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_ASSIST_LONG_PRESS_ACTION_VALIDATOR +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_backgroundTint +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_id +androidx.hilt.work.R$dimen: int notification_action_icon_size +cyanogenmod.profiles.AirplaneModeSettings: boolean isDirty() +com.google.android.material.R$color: int material_on_primary_emphasis_high_type +wangdaye.com.geometricweather.R$attr: int textAppearanceBody1 +com.xw.repo.bubbleseekbar.R$attr: int buttonTintMode +cyanogenmod.providers.CMSettings$System: java.lang.String getString(android.content.ContentResolver,java.lang.String) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeDegreeDayTemperature(java.lang.Integer) +wangdaye.com.geometricweather.R$color: int colorTextContent_dark +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_year_vertical_padding +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoldLevel +okhttp3.internal.http2.Http2Connection$6: Http2Connection$6(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[],int,okio.Buffer,int,boolean) +cyanogenmod.providers.CMSettings$System: java.lang.String REVERSE_LOOKUP_PROVIDER +androidx.lifecycle.ClassesInfoCache$MethodReference: java.lang.reflect.Method mMethod +android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText +okhttp3.Response$Builder: okhttp3.Response$Builder code(int) +com.bumptech.glide.Registry$MissingComponentException: Registry$MissingComponentException(java.lang.String) +com.xw.repo.bubbleseekbar.R$styleable: int CompoundButton_buttonTintMode +com.google.android.material.R$styleable: int MenuItem_android_visible +android.didikee.donate.R$id: int search_close_btn +androidx.lifecycle.LifecycleRegistry: void setCurrentState(androidx.lifecycle.Lifecycle$State) +com.google.android.material.R$id: int list_item +androidx.dynamicanimation.R$dimen +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeThunderstormPrecipitationProbability +android.didikee.donate.R$drawable: int notify_panel_notification_icon_bg +james.adaptiveicon.R$styleable: int RecycleListView_paddingTopNoTitle +androidx.vectordrawable.R$drawable: int notification_icon_background +wangdaye.com.geometricweather.R$id: int dialog_animatable_icon_icon +androidx.constraintlayout.widget.R$attr: int actionBarTheme +retrofit2.Invocation: retrofit2.Invocation of(java.lang.reflect.Method,java.util.List) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TabLayout_PrimarySurface +androidx.preference.R$styleable: int FontFamily_fontProviderCerts +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.AlertEntityDao alertEntityDao +com.turingtechnologies.materialscrollbar.R$attr: int layout_anchor +androidx.appcompat.widget.AppCompatImageButton: void setSupportBackgroundTintList(android.content.res.ColorStateList) +androidx.constraintlayout.widget.R$color: int material_deep_teal_500 +io.reactivex.internal.queue.SpscArrayQueue: boolean offer(java.lang.Object,java.lang.Object) +androidx.constraintlayout.widget.Guideline: Guideline(android.content.Context,android.util.AttributeSet,int) +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_defaultQueryHint +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust WindGust +okhttp3.internal.connection.RouteDatabase: java.util.Set failedRoutes +wangdaye.com.geometricweather.R$animator: int weather_cloudy_2 +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_anim_duration +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.lang.Integer snowHazard6h +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableBottomCompat +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: void setDefenseText(java.lang.String) +com.xw.repo.bubbleseekbar.R$attr: int titleMarginEnd +wangdaye.com.geometricweather.R$id: int notification_big_temp_5 +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_maxElementsWrap +okhttp3.internal.http2.Hpack$Writer: Hpack$Writer(int,boolean,okio.Buffer) +com.turingtechnologies.materialscrollbar.R$style: int Widget_Support_CoordinatorLayout +okio.AsyncTimeout: void scheduleTimeout(okio.AsyncTimeout,long,boolean) +com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableCompat_android_visible +androidx.viewpager.widget.PagerTitleStrip +com.bumptech.glide.R$id: int blocking +androidx.vectordrawable.R$attr: int fontStyle +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver otherObserver +com.google.android.material.R$dimen: int material_clock_period_toggle_margin_left +androidx.hilt.work.R$styleable: int FragmentContainerView_android_tag +androidx.vectordrawable.R$layout +androidx.customview.view.AbsSavedState$1 +wangdaye.com.geometricweather.R$styleable: int[] MaterialAlertDialog +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_android_gravity +com.turingtechnologies.materialscrollbar.R$attr: int background +wangdaye.com.geometricweather.R$color: int lightPrimary_2 +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_splitTrack +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeSnowPrecipitation +androidx.constraintlayout.widget.R$attr: int iconTint +androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft +androidx.dynamicanimation.R$style: int TextAppearance_Compat_Notification_Line2 +wangdaye.com.geometricweather.R$dimen: int cpv_item_horizontal_padding +retrofit2.ParameterHandler$QueryMap: retrofit2.Converter valueConverter +androidx.appcompat.widget.ActionBarOverlayLayout: void setLogo(int) +androidx.coordinatorlayout.R$drawable: int notification_action_background +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_removeUpdates +androidx.preference.R$attr: int autoSizeStepGranularity +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float totalPrecipitationProbability +androidx.viewpager.R$styleable: int FontFamilyFont_android_ttcIndex +androidx.drawerlayout.R$color: int ripple_material_light +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: okio.Timeout timeout() +com.google.android.material.internal.NavigationMenuItemView: void setIconSize(int) +retrofit2.CallAdapter$Factory: CallAdapter$Factory() +com.google.android.material.R$styleable: int Chip_android_textColor +com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_chipSpacingVertical +androidx.preference.R$drawable: int abc_btn_colored_material +com.google.android.material.circularreveal.cardview.CircularRevealCardView: CircularRevealCardView(android.content.Context) +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.MinutelyEntity,long) +wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_TabLayoutTheme +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setUvIndex(java.lang.Integer) +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_Dialog_Bridge +wangdaye.com.geometricweather.R$id: int container_main_sun_moon_moonrise_moonset +okhttp3.ConnectionSpec: int hashCode() +retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: void onFailure(retrofit2.Call,java.lang.Throwable) +androidx.customview.R$dimen: int notification_small_icon_size_as_large +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowActionModeOverlay +com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_check_to_on_mtrl_015 +com.google.android.material.R$styleable: int ConstraintSet_android_transformPivotY +wangdaye.com.geometricweather.R$layout: int mtrl_picker_header_fullscreen +androidx.constraintlayout.widget.R$layout: int abc_cascading_menu_item_layout +wangdaye.com.geometricweather.R$styleable: int Chip_chipIconTint +wangdaye.com.geometricweather.R$attr: int initialActivityCount +androidx.transition.R$id: int parent_matrix +wangdaye.com.geometricweather.R$dimen: int design_fab_size_mini +androidx.appcompat.R$styleable: int FontFamilyFont_fontWeight +com.google.android.material.R$attr: int windowActionBarOverlay +androidx.appcompat.R$anim: int btn_radio_to_off_mtrl_ring_outer_path_animation +cyanogenmod.alarmclock.ClockContract$InstancesColumns: int SNOOZE_STATE +com.google.android.material.R$styleable: int NavigationView_itemHorizontalPadding +com.google.android.material.R$string: int abc_action_menu_overflow_description +com.xw.repo.bubbleseekbar.R$attr: int actionModeCloseButtonStyle +com.jaredrummler.android.colorpicker.R$color: int abc_primary_text_disable_only_material_light +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_percent +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeRealFeelShaderTemperature +retrofit2.ParameterHandler$Part: okhttp3.Headers headers +androidx.transition.R$id: int right_side +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: long dt +androidx.viewpager2.R$integer: R$integer() +androidx.preference.R$styleable: int SwitchPreferenceCompat_android_switchTextOff +androidx.appcompat.R$id: int src_in +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: void setBrandId(java.lang.String) +okio.RealBufferedSink: okio.BufferedSink writeShortLe(int) +wangdaye.com.geometricweather.R$string: int wind_speed +com.xw.repo.bubbleseekbar.R$attr: int dividerPadding +okhttp3.ResponseBody$BomAwareReader: int read(char[],int,int) +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionBar_TabBar +androidx.appcompat.R$layout: int abc_list_menu_item_layout +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric: AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric() +android.didikee.donate.R$layout: int abc_action_bar_title_item +wangdaye.com.geometricweather.R$drawable: int clock_dial_light +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: java.lang.String en_US +android.didikee.donate.R$color: int material_grey_100 +io.reactivex.internal.queue.SpscArrayQueue +io.reactivex.internal.disposables.ArrayCompositeDisposable: ArrayCompositeDisposable(int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial: AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial() +wangdaye.com.geometricweather.R$color: int background_material_dark +androidx.appcompat.view.menu.ListMenuItemView: void setSubMenuArrowVisible(boolean) +cyanogenmod.os.Concierge$ParcelInfo: int mParcelableSize +okhttp3.internal.cache.FaultHidingSink: void write(okio.Buffer,long) +com.google.android.material.R$styleable: int BottomNavigationView_itemTextColor +androidx.transition.R$id: int normal +android.didikee.donate.R$dimen: int abc_seekbar_track_background_height_material +wangdaye.com.geometricweather.R$style: int Theme_AppCompat +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric +okhttp3.internal.connection.RealConnection: okhttp3.ConnectionPool connectionPool +wangdaye.com.geometricweather.R$drawable: int notif_temp_117 +wangdaye.com.geometricweather.R$style: int Test_Widget_MaterialComponents_MaterialCalendar +okio.Options: int size() +okhttp3.internal.connection.RealConnection: okhttp3.Handshake handshake() +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void onComplete() +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_NoActionBar +wangdaye.com.geometricweather.R$dimen: int preference_seekbar_value_minWidth +androidx.constraintlayout.widget.R$attr: int drawableTopCompat +com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_cursor_material +androidx.constraintlayout.widget.R$styleable: int MenuItem_iconTint +okhttp3.RealCall$AsyncCall: okhttp3.Callback responseCallback +androidx.lifecycle.DefaultLifecycleObserver: void onStop(androidx.lifecycle.LifecycleOwner) +androidx.preference.R$style: int TextAppearance_AppCompat_Display1 +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: java.lang.String ShortPhrase +androidx.appcompat.R$anim: int abc_fade_in +com.jaredrummler.android.colorpicker.R$string: R$string() +wangdaye.com.geometricweather.R$attr: int cpv_allowCustom +com.google.android.material.R$drawable: int abc_ic_star_black_16dp +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_transformPivotY +com.xw.repo.bubbleseekbar.R$attr: int subtitle +okhttp3.internal.http2.Http2Connection$ReaderRunnable$2: boolean val$clearPrevious +androidx.preference.R$attr: int entries +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_53 +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_verticalGap +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Toolbar +com.google.android.material.chip.Chip: void setLines(int) +wangdaye.com.geometricweather.R$string: int key_appearance +com.xw.repo.bubbleseekbar.R$bool: int abc_action_bar_embed_tabs +com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleGravity(int) +com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_colored_material +wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_rangeFillColor +okio.RealBufferedSource: okio.Source source +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult +cyanogenmod.providers.CMSettings$System: boolean putLongForUser(android.content.ContentResolver,java.lang.String,long,int) +com.google.android.material.slider.Slider +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Button_Borderless +androidx.appcompat.R$anim: R$anim() +cyanogenmod.app.ProfileGroup: ProfileGroup(android.os.Parcel,cyanogenmod.app.ProfileGroup$1) +com.google.android.material.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset +androidx.core.R$dimen: int notification_media_narrow_margin +com.google.android.material.R$styleable: int ProgressIndicator_circularRadius +androidx.preference.R$styleable: int AppCompatTheme_dropDownListViewStyle +com.google.android.material.R$styleable: int MaterialCardView_checkedIcon +cyanogenmod.themes.ThemeChangeRequest: long mWallpaperId +androidx.appcompat.R$attr: int isLightTheme +com.turingtechnologies.materialscrollbar.R$id: int uniform +com.google.android.material.R$dimen: int material_font_2_0_box_collapsed_padding_top +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatImageView_android_src +retrofit2.Retrofit: java.util.List callAdapterFactories() +com.google.android.material.circularreveal.CircularRevealGridLayout: android.graphics.drawable.Drawable getCircularRevealOverlayDrawable() +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_helperText +wangdaye.com.geometricweather.R$id: int bottomBar +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Snow +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float getRelativeHumidity() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Imperial: int UnitType +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Object readKey(android.database.Cursor,int) +androidx.appcompat.R$style: int Widget_AppCompat_ListMenuView +androidx.appcompat.resources.R$styleable: int ColorStateListItem_android_alpha +retrofit2.ParameterHandler$QueryName: void apply(retrofit2.RequestBuilder,java.lang.Object) +wangdaye.com.geometricweather.R$drawable: int mtrl_ic_arrow_drop_down +io.reactivex.internal.util.NotificationLite$DisposableNotification +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial: java.lang.String Unit +io.reactivex.internal.schedulers.AbstractDirectTask +james.adaptiveicon.R$bool: int abc_config_actionMenuItemAllCaps +cyanogenmod.app.BaseLiveLockManagerService: void notifyChangeListeners(cyanogenmod.app.LiveLockScreenInfo) +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_onClick +com.google.android.material.R$dimen: int abc_alert_dialog_button_bar_height +androidx.constraintlayout.widget.R$styleable: int Constraint_motionProgress +androidx.dynamicanimation.R$attr: int fontProviderCerts +wangdaye.com.geometricweather.R$color: int mtrl_scrim_color +io.reactivex.Observable: io.reactivex.Observable observeOn(io.reactivex.Scheduler) +retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$2: void invoke(java.lang.Throwable) +com.xw.repo.bubbleseekbar.R$style: int Platform_ThemeOverlay_AppCompat_Dark +okhttp3.CipherSuite$1: int compare(java.lang.Object,java.lang.Object) +com.google.android.material.bottomnavigation.BottomNavigationMenuView: BottomNavigationMenuView(android.content.Context) +wangdaye.com.geometricweather.R$id: int mtrl_calendar_day_selector_frame +com.jaredrummler.android.colorpicker.R$id: int start +com.xw.repo.bubbleseekbar.R$id: int text2 +cyanogenmod.weather.WeatherLocation: java.lang.String access$302(cyanogenmod.weather.WeatherLocation,java.lang.String) +okhttp3.internal.connection.StreamAllocation: void release(okhttp3.internal.connection.RealConnection) +androidx.appcompat.R$style: R$style() +wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customBoolean +androidx.appcompat.R$id: int right_side +androidx.appcompat.R$styleable: int MenuItem_actionViewClass +androidx.core.R$styleable: int ColorStateListItem_android_alpha +androidx.appcompat.resources.R$attr: int alpha +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionBar +androidx.work.R$id: int italic +androidx.appcompat.R$styleable: int Spinner_android_prompt +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Metric: double Value +com.google.android.material.navigation.NavigationView: android.content.res.ColorStateList getItemIconTintList() +android.didikee.donate.R$drawable: int notification_action_background +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ButtonBar_AlertDialog +com.google.android.material.R$style: int Theme_MaterialComponents_Light_BottomSheetDialog +androidx.preference.R$styleable: int MenuItem_android_icon +okio.Util: Util() +com.google.android.material.R$id: int accessibility_custom_action_26 +james.adaptiveicon.R$styleable: int Toolbar_titleMarginTop +com.jaredrummler.android.colorpicker.R$color: int abc_secondary_text_material_light +com.github.rahatarmanahmed.cpv.CircularProgressView: android.graphics.Paint paint +cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: java.lang.String VIBRATE +cyanogenmod.weather.RequestInfo$Builder: int mTempUnit +cyanogenmod.hardware.CMHardwareManager: int GAMMA_CALIBRATION_MIN_INDEX +okhttp3.Cache$Entry: long receivedResponseMillis +io.reactivex.Observable: java.lang.Object blockingSingle(java.lang.Object) +com.google.android.material.floatingactionbutton.FloatingActionButton: int getSizeDimension() +cyanogenmod.themes.IThemeService: void applyDefaultTheme() +wangdaye.com.geometricweather.main.dialogs.LocationPermissionStatementDialog: LocationPermissionStatementDialog() +wangdaye.com.geometricweather.R$styleable: int MaterialButton_icon +cyanogenmod.providers.WeatherContract +wangdaye.com.geometricweather.R$layout: int material_clockface_view +wangdaye.com.geometricweather.R$drawable: int cpv_alpha +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: int bufferSize +androidx.vectordrawable.R$id: int accessibility_custom_action_30 +com.google.android.material.R$styleable: int KeyTrigger_onPositiveCross +okio.RealBufferedSource: short readShort() +cyanogenmod.app.ThemeVersion +com.google.android.material.textfield.TextInputLayout: void setErrorTextAppearance(int) +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode HAIL +androidx.constraintlayout.widget.R$styleable: int[] DrawerArrowToggle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: int status +cyanogenmod.providers.CMSettings$Secure: java.lang.String ADVANCED_REBOOT +androidx.hilt.work.R$style: int TextAppearance_Compat_Notification_Time +androidx.preference.R$bool: int abc_config_actionMenuItemAllCaps +wangdaye.com.geometricweather.R$attr: int preferenceFragmentStyle +com.google.android.material.R$attr: int cardPreventCornerOverlap +io.reactivex.Observable: io.reactivex.Single any(io.reactivex.functions.Predicate) +androidx.appcompat.R$string: int abc_menu_enter_shortcut_label +com.jaredrummler.android.colorpicker.R$layout: int preference_dropdown +com.turingtechnologies.materialscrollbar.R$attr: int actionModeWebSearchDrawable +okio.Pipe$PipeSink: void flush() +androidx.preference.R$drawable: int abc_list_divider_material +io.reactivex.Observable: void blockingSubscribe(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer,io.reactivex.functions.Action) +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_2_00 +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Button_Small +wangdaye.com.geometricweather.R$attr: int msb_barThickness +wangdaye.com.geometricweather.R$string: int key_unit +wangdaye.com.geometricweather.R$styleable: int CardView_cardUseCompatPadding +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: long timeout +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult +cyanogenmod.providers.CMSettings$System: java.lang.String INCREASING_RING +android.didikee.donate.R$styleable: int MenuItem_android_enabled +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ProgressBar_Horizontal +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_31 +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: boolean isDisposed() +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getTrendTemperature(android.content.Context,java.lang.Integer,java.lang.Integer,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) +cyanogenmod.app.ICMStatusBarManager: void createCustomTileWithTag(java.lang.String,java.lang.String,java.lang.String,int,cyanogenmod.app.CustomTile,int[],int) +com.google.android.material.chip.Chip: android.graphics.RectF getCloseIconTouchBounds() +okhttp3.internal.Util: boolean verifyAsIpAddress(java.lang.String) +androidx.swiperefreshlayout.R$attr: int fontProviderAuthority +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_title_divider_material +wangdaye.com.geometricweather.R$id: int ignore +wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: java.lang.String admin +androidx.lifecycle.extensions.R$layout: R$layout() +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_passwordToggleDrawable +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small +wangdaye.com.geometricweather.common.basic.models.weather.Base: long timeStamp +com.google.android.material.R$id: int accessibility_custom_action_23 +wangdaye.com.geometricweather.R$attr: int values +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getSnowPrecipitationProbability() +wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar: void setBackgroundColor(int) +androidx.recyclerview.widget.StaggeredGridLayoutManager$LazySpanLookup$FullSpanItem +okhttp3.EventListener$2 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial: java.lang.String Unit +com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getPasswordVisibilityToggleContentDescription() +com.google.android.material.appbar.AppBarLayout$BaseBehavior$SavedState: android.os.Parcelable$Creator CREATOR +androidx.hilt.lifecycle.R$styleable: int FontFamily_fontProviderFetchStrategy +okhttp3.EventListener$2: okhttp3.EventListener val$listener +retrofit2.adapter.rxjava2.Result +james.adaptiveicon.R$styleable: int AppCompatTheme_alertDialogTheme +androidx.constraintlayout.widget.R$style: int Base_V26_Widget_AppCompat_Toolbar +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ListView +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void request(long) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getAqiIndex() +com.google.android.material.textfield.TextInputLayout +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_drawableLeft +com.bumptech.glide.integration.okhttp.R$id: int bottom +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setScaleY(float) +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_numericModifiers +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String LIVE_LOCK_SCREEN_THUMBNAIL +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: java.lang.String toString() +androidx.appcompat.R$style: int Widget_AppCompat_Button_Colored +com.google.android.material.R$style: int Widget_MaterialComponents_Chip_Entry +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintWidth_default +com.xw.repo.bubbleseekbar.R$attr: int tint +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric: double Value +androidx.appcompat.R$styleable: int AppCompatSeekBar_tickMarkTint +androidx.constraintlayout.widget.R$attr: int goIcon +wangdaye.com.geometricweather.R$color: int abc_tint_switch_track +james.adaptiveicon.R$attr: int expandActivityOverflowButtonDrawable +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: io.reactivex.internal.disposables.SequentialDisposable task +androidx.appcompat.R$style: int TextAppearance_AppCompat_Large +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_MaterialComponents_Button +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_width +io.reactivex.internal.util.ExceptionHelper$Termination: java.lang.Throwable fillInStackTrace() +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_lastVerticalStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX +cyanogenmod.weatherservice.WeatherProviderService: cyanogenmod.weatherservice.IWeatherProviderServiceClient access$200(cyanogenmod.weatherservice.WeatherProviderService) +cyanogenmod.app.IProfileManager$Stub$Proxy: void addNotificationGroup(android.app.NotificationGroup) +androidx.fragment.R$id: int actions +com.google.gson.stream.JsonReader: void consumeNonExecutePrefix() +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: void dispose() +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List guomin +androidx.viewpager.R$id: int normal +androidx.appcompat.widget.ActionBarContextView: void setTitle(java.lang.CharSequence) +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha +androidx.hilt.R$dimen: int compat_notification_large_icon_max_width +com.turingtechnologies.materialscrollbar.R$attr: int headerLayout +cyanogenmod.providers.WeatherContract$WeatherColumns$TempUnit: WeatherContract$WeatherColumns$TempUnit() +wangdaye.com.geometricweather.R$styleable: int LiveLockScreen_settingsActivity +com.turingtechnologies.materialscrollbar.R$id: int notification_background +com.google.android.material.R$style: int TextAppearance_AppCompat_Subhead +james.adaptiveicon.R$style: int AlertDialog_AppCompat +wangdaye.com.geometricweather.R$drawable: int cpv_btn_background_pressed +com.google.android.material.R$dimen: int abc_action_bar_subtitle_top_margin_material +com.google.android.material.R$styleable: int Spinner_android_entries +cyanogenmod.app.suggest.IAppSuggestManager$Stub: cyanogenmod.app.suggest.IAppSuggestManager asInterface(android.os.IBinder) +androidx.appcompat.R$styleable: int[] GradientColor +com.google.android.material.chip.Chip: void setChipIcon(android.graphics.drawable.Drawable) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle +wangdaye.com.geometricweather.R$attr: int cornerSizeBottomLeft +cyanogenmod.weatherservice.IWeatherProviderService$Stub: android.os.IBinder asBinder() +cyanogenmod.hardware.DisplayMode: void writeToParcel(android.os.Parcel,int) +android.didikee.donate.R$styleable: int ActionBar_title +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu +io.reactivex.internal.disposables.ArrayCompositeDisposable: void dispose() +wangdaye.com.geometricweather.R$id: int item_weather_daily_air_progress +com.google.android.material.R$attr: int flow_lastHorizontalBias +androidx.lifecycle.extensions.R$anim: int fragment_open_enter +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha +com.google.android.material.R$styleable: int FontFamilyFont_android_fontWeight +com.jaredrummler.android.colorpicker.R$dimen: int disabled_alpha_material_light +io.reactivex.internal.util.ArrayListSupplier: java.util.List apply(java.lang.Object) +cyanogenmod.weatherservice.ServiceRequestResult: java.util.List access$302(cyanogenmod.weatherservice.ServiceRequestResult,java.util.List) +android.didikee.donate.R$styleable: int ActionBar_contentInsetLeft +cyanogenmod.weatherservice.IWeatherProviderService$Stub: int TRANSACTION_cancelRequest +androidx.appcompat.widget.ActionBarContextView: void setContentHeight(int) +okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Stream newStream(java.util.List,boolean) com.google.android.material.R$plurals: R$plurals() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.View onCreatePanelView(int) -androidx.loader.R$attr: int fontProviderFetchStrategy -okhttp3.WebSocket: okhttp3.Request request() -com.google.android.material.R$attr: int endIconCheckable -retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder client(okhttp3.OkHttpClient) -io.reactivex.internal.observers.DeferredScalarObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$attr: int tickColorInactive -com.google.android.material.R$attr: int layout_constraintGuide_begin -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial Imperial -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionBar_Solid -okhttp3.internal.http2.Http2Stream$FramingSink: okio.Buffer sendBuffer -okio.Pipe$PipeSource: okio.Timeout timeout() -retrofit2.HttpException: java.lang.String getMessage(retrofit2.Response) -androidx.activity.R$drawable: int notification_template_icon_bg -retrofit2.ParameterHandler -wangdaye.com.geometricweather.R$styleable: int KeyCycle_motionTarget -androidx.activity.R$dimen: int notification_content_margin_start -androidx.preference.R$styleable: int[] AnimatedStateListDrawableTransition -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Integer uvIndex -androidx.constraintlayout.widget.R$id: int middle -wangdaye.com.geometricweather.R$attr: int showDelay -com.jaredrummler.android.colorpicker.R$attr: int autoSizeMaxTextSize -androidx.appcompat.resources.R$id: int blocking -okio.RealBufferedSource: java.lang.String readString(java.nio.charset.Charset) -androidx.preference.R$style: int Widget_AppCompat_ActionButton -androidx.constraintlayout.widget.ConstraintLayout: void setMinWidth(int) -androidx.preference.R$styleable: int AppCompatTheme_colorButtonNormal -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_creator -james.adaptiveicon.R$color: int dim_foreground_disabled_material_light -com.google.android.material.circularreveal.CircularRevealGridLayout: CircularRevealGridLayout(android.content.Context,android.util.AttributeSet) -com.jaredrummler.android.colorpicker.ColorPanelView: ColorPanelView(android.content.Context,android.util.AttributeSet,int) -james.adaptiveicon.R$drawable: int abc_text_select_handle_right_mtrl_dark -wangdaye.com.geometricweather.R$attr: int drawableSize -androidx.constraintlayout.widget.R$attr: int drawableStartCompat -retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: void onError(java.lang.Throwable) -com.google.android.material.R$attr: int homeAsUpIndicator -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_display_2_material -com.turingtechnologies.materialscrollbar.R$id: R$id() -wangdaye.com.geometricweather.R$attr: int colorPrimaryVariant -com.google.android.material.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse -androidx.preference.R$attr: int subMenuArrow -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowActionBar -com.google.android.material.R$attr: int behavior_halfExpandedRatio -wangdaye.com.geometricweather.R$drawable: int shortcuts_cloudy -androidx.coordinatorlayout.R$dimen: int compat_notification_large_icon_max_height -wangdaye.com.geometricweather.R$string: int mtrl_picker_day_of_week_column_header -com.google.android.material.R$dimen: int mtrl_extended_fab_icon_size -wangdaye.com.geometricweather.R$style: int Base_V26_Theme_AppCompat_Light -wangdaye.com.geometricweather.R$styleable: int Variant_constraints -com.google.android.material.R$style: int Widget_AppCompat_EditText -okhttp3.OkHttpClient: okhttp3.OkHttpClient$Builder newBuilder() -okhttp3.Response$Builder: okhttp3.Response build() +com.google.android.material.R$styleable: int Layout_layout_constraintHorizontal_bias +retrofit2.Retrofit: java.lang.Object create(java.lang.Class) +com.turingtechnologies.materialscrollbar.R$id: int scrollable +com.turingtechnologies.materialscrollbar.R$dimen: int abc_floating_window_z +androidx.core.R$id: int accessibility_custom_action_6 +androidx.preference.R$style: int Theme_AppCompat_Light_DarkActionBar +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Button +androidx.customview.R$id: int action_container +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: void onSubscribe(io.reactivex.disposables.Disposable) +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void onSubscribe(org.reactivestreams.Subscription) +androidx.preference.R$dimen: int abc_disabled_alpha_material_dark +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setOnChildScrollUpCallback(androidx.swiperefreshlayout.widget.SwipeRefreshLayout$OnChildScrollUpCallback) +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties +androidx.lifecycle.extensions.R$styleable: int FontFamily_fontProviderPackage +androidx.work.R$attr: int fontVariationSettings +androidx.coordinatorlayout.R$style: int TextAppearance_Compat_Notification_Line2 +james.adaptiveicon.R$styleable: int ColorStateListItem_alpha +androidx.constraintlayout.widget.R$drawable: int abc_ic_arrow_drop_right_black_24dp +com.google.android.material.R$styleable: int MaterialCalendar_yearStyle +androidx.appcompat.R$attr: int navigationMode +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_second_track_size +androidx.core.R$layout: R$layout() +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setOnClickUri(android.net.Uri) +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_CLOCK_TEXT_COLOR +com.jaredrummler.android.colorpicker.R$style: int PreferenceFragment +androidx.preference.R$style: int Widget_AppCompat_Button_Colored +com.google.android.material.R$dimen: int abc_action_bar_elevation_material +com.google.android.material.R$styleable: int ConstraintSet_android_layout_marginLeft +cyanogenmod.externalviews.ExternalView: void setProviderComponent(android.content.ComponentName) +androidx.preference.R$drawable: int abc_item_background_holo_dark +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int ThunderstormProbability +wangdaye.com.geometricweather.common.ui.transitions.RoundCornerTransition +androidx.appcompat.R$drawable: int abc_ic_star_black_16dp +retrofit2.Retrofit: java.util.List callAdapterFactories +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Body2 +com.turingtechnologies.materialscrollbar.R$id: int expanded_menu +androidx.constraintlayout.widget.ConstraintLayout: void setMaxWidth(int) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowFixedHeightMajor +com.google.gson.JsonIOException: long serialVersionUID +okhttp3.internal.http.HttpDate: java.util.Date parse(java.lang.String) +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.String cityId +wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle +okhttp3.internal.ws.WebSocketProtocol: int B1_FLAG_MASK +androidx.lifecycle.LiveData$LifecycleBoundObserver: androidx.lifecycle.LiveData this$0 +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionButton_Overflow +androidx.core.R$id: int info +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Imperial: java.lang.String Unit +com.jaredrummler.android.colorpicker.R$style: int Preference_Category +androidx.appcompat.widget.ScrollingTabContainerView: ScrollingTabContainerView(android.content.Context) +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_5 +com.google.android.material.R$styleable: int MaterialCardView_state_dragged +androidx.preference.R$style: int Widget_AppCompat_SeekBar_Discrete +androidx.constraintlayout.widget.R$dimen: int abc_dropdownitem_icon_width +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: void setBrandInfo(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX) +androidx.hilt.work.R$styleable: int FontFamilyFont_fontStyle +com.google.android.material.R$string: int mtrl_picker_invalid_format +com.google.android.material.R$style: int Base_Widget_AppCompat_Light_ActionBar +androidx.viewpager2.R$id: int forever +retrofit2.CallAdapter: java.lang.reflect.Type responseType() +io.reactivex.internal.util.VolatileSizeArrayList: void add(int,java.lang.Object) +androidx.appcompat.R$style: int TextAppearance_AppCompat_Small +com.google.android.material.button.MaterialButton: void setBackgroundColor(int) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Ice Ice +wangdaye.com.geometricweather.R$styleable: int MaterialButton_android_checkable +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: cyanogenmod.externalviews.KeyguardExternalViewProviderService this$0 +wangdaye.com.geometricweather.search.SearchActivity +com.turingtechnologies.materialscrollbar.R$attr: int layoutManager +wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout: void setLineColor(int) +cyanogenmod.app.Profile: java.lang.String mName +okio.SegmentedByteString: java.lang.String base64() +android.didikee.donate.R$drawable: int abc_ic_star_black_36dp +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder eventListenerFactory(okhttp3.EventListener$Factory) +android.didikee.donate.R$attr: int actionBarTabStyle +wangdaye.com.geometricweather.R$attr: int layout_constraintRight_toLeftOf +com.google.android.material.R$styleable: int SwitchCompat_splitTrack +androidx.constraintlayout.helper.widget.Flow: void setPaddingTop(int) +com.jaredrummler.android.colorpicker.R$color: int error_color_material_light +androidx.transition.R$styleable: int FontFamilyFont_fontWeight +cyanogenmod.weather.WeatherLocation$Builder: java.lang.String mCityId +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWeatherText(java.lang.String) +james.adaptiveicon.R$style: int TextAppearance_Compat_Notification_Info +io.reactivex.Observable: io.reactivex.Observable fromFuture(java.util.concurrent.Future,long,java.util.concurrent.TimeUnit) +androidx.preference.R$attr: int windowFixedHeightMinor +james.adaptiveicon.R$style: int Theme_AppCompat_Dialog +com.turingtechnologies.materialscrollbar.R$attr: int actionModeSelectAllDrawable +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Direction: java.lang.String English +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult$Temperature +com.google.android.material.R$style: int Base_Widget_AppCompat_ListView_DropDown +cyanogenmod.externalviews.ExternalViewProviderService$1$1: android.os.Bundle val$options +com.jaredrummler.android.colorpicker.R$attr: int layout_anchor +cyanogenmod.externalviews.KeyguardExternalViewProviderService: android.os.IBinder onBind(android.content.Intent) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind: java.lang.Integer direction +androidx.hilt.work.R$styleable: int GradientColor_android_endY +androidx.appcompat.R$styleable: int AppCompatTheme_actionModeFindDrawable +androidx.core.R$id: R$id() +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder dns(okhttp3.Dns) +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: void setOnClickListener(android.view.View$OnClickListener) +wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_android_insetBottom +com.jaredrummler.android.colorpicker.R$layout: int abc_list_menu_item_icon +androidx.preference.R$styleable: int SearchView_iconifiedByDefault +com.google.android.material.R$styleable: int[] StateSet +com.google.android.material.R$styleable: int TabLayout_tabPaddingTop +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Dialog_MinWidth +androidx.dynamicanimation.R$styleable: int GradientColor_android_centerY +wangdaye.com.geometricweather.R$attr: int colorOnError +androidx.constraintlayout.widget.R$id: int animateToEnd +cyanogenmod.weather.WeatherLocation$Builder: cyanogenmod.weather.WeatherLocation$Builder setState(java.lang.String) +wangdaye.com.geometricweather.R$color: int colorLevel_4 +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_DEFAULT_COLOR_VALIDATOR +wangdaye.com.geometricweather.R$drawable: int material_ic_menu_arrow_up_black_24dp +androidx.swiperefreshlayout.R$dimen: int compat_notification_large_icon_max_height +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_track +androidx.constraintlayout.widget.R$styleable: int Toolbar_subtitleTextColor +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintStart_toEndOf +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceListItemSmall +io.reactivex.Observable: io.reactivex.Observable interval(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean getVisibility() +com.google.android.material.R$dimen: int mtrl_badge_text_horizontal_edge_offset +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial: double Value +androidx.appcompat.R$attr: int listPreferredItemPaddingEnd +androidx.constraintlayout.widget.R$styleable: int OnSwipe_limitBoundsTo +okhttp3.Response: okhttp3.CacheControl cacheControl +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_android_baselineAligned +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setThunderstormPrecipitationProbability(java.lang.Float) +retrofit2.HttpServiceMethod$CallAdapted: retrofit2.CallAdapter callAdapter +androidx.constraintlayout.widget.R$layout: int abc_action_menu_item_layout +com.google.android.material.R$attr: int closeIconStartPadding +com.jaredrummler.android.colorpicker.R$attr: int fragment +wangdaye.com.geometricweather.R$attr: int region_widthLessThan +wangdaye.com.geometricweather.R$attr: int boxCornerRadiusBottomStart +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA +com.jaredrummler.android.colorpicker.R$attr: int alphabeticModifiers +okhttp3.internal.http2.Http2Connection$6: boolean val$inFinished +com.google.android.material.R$drawable: int abc_ic_voice_search_api_material +android.didikee.donate.R$styleable: int MenuItem_android_titleCondensed +com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_fontWeight +wangdaye.com.geometricweather.R$color: int colorLine_light +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher: void subscribe(org.reactivestreams.Subscriber) +com.turingtechnologies.materialscrollbar.R$id: int scrollIndicatorUp +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: boolean outputFused +okio.Pipe$PipeSource: okio.Timeout timeout +wangdaye.com.geometricweather.R$dimen: int large_title_text_size +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void onError(java.lang.Throwable) +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: long serialVersionUID +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_light +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Long readKey(android.database.Cursor,int) +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder encodedUsername(java.lang.String) +com.google.android.material.circularreveal.CircularRevealLinearLayout: void setRevealInfo(com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo) +androidx.preference.R$attr: int windowNoTitle +james.adaptiveicon.R$attr: int actionDropDownStyle +androidx.coordinatorlayout.R$styleable: int[] ColorStateListItem +androidx.lifecycle.Lifecycle$State: Lifecycle$State(java.lang.String,int) +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: void run() +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_PopupMenu_Overflow +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setDistanceToTriggerSync(int) +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActivityChooserView +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ButtonBar +io.reactivex.internal.disposables.DisposableHelper: boolean isDisposed(io.reactivex.disposables.Disposable) +okhttp3.Cache: Cache(java.io.File,long,okhttp3.internal.io.FileSystem) +androidx.fragment.R$attr: int ttcIndex +androidx.preference.R$drawable: int abc_list_selector_disabled_holo_dark +wangdaye.com.geometricweather.R$string: int hourly_overview +androidx.preference.R$dimen: int abc_text_size_button_material +androidx.constraintlayout.widget.R$drawable: int abc_text_select_handle_right_mtrl_dark +okhttp3.Cookie: java.lang.String domain() +androidx.appcompat.widget.SwitchCompat: void setThumbPosition(float) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial: double Value +androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_keylines +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: io.reactivex.internal.fuseable.SimplePlainQueue queue +androidx.preference.R$attr: int isPreferenceVisible +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge +androidx.constraintlayout.widget.R$attr: int titleMargins +android.didikee.donate.R$styleable: int AppCompatTheme_searchViewStyle +androidx.preference.R$drawable: int abc_list_pressed_holo_light +com.jaredrummler.android.colorpicker.R$style: int Preference_Information +androidx.appcompat.widget.SwitchCompat: android.graphics.PorterDuff$Mode getThumbTintMode() +androidx.swiperefreshlayout.R$id: int notification_background +androidx.preference.R$styleable: int PreferenceImageView_maxHeight +okhttp3.internal.ws.RealWebSocket: boolean awaitingPong +retrofit2.DefaultCallAdapterFactory: java.util.concurrent.Executor callbackExecutor +androidx.constraintlayout.widget.R$anim: int abc_tooltip_enter +androidx.lifecycle.extensions.R$styleable: R$styleable() +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_OutlinedButton +cyanogenmod.app.Profile$ProfileTrigger: int getState() +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintRight_creator +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getAqiColor(android.content.Context) +androidx.core.R$drawable: int notification_bg_normal +cyanogenmod.externalviews.KeyguardExternalView$5: KeyguardExternalView$5(cyanogenmod.externalviews.KeyguardExternalView) +com.google.android.material.R$dimen: int design_bottom_sheet_elevation +okio.Buffer: okio.BufferedSink writeString(java.lang.String,int,int,java.nio.charset.Charset) +cyanogenmod.app.ICMTelephonyManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +okio.GzipSink: okio.BufferedSink sink +wangdaye.com.geometricweather.R$id: int bottomRecyclerView +androidx.appcompat.widget.SwitchCompat: void setTrackDrawable(android.graphics.drawable.Drawable) +com.google.android.material.R$attr: int homeLayout +androidx.activity.R$id: int accessibility_custom_action_5 +androidx.lifecycle.ViewModelStores +androidx.constraintlayout.widget.R$attr: int contentInsetLeft +okhttp3.internal.http.RealResponseBody: okhttp3.MediaType contentType() +androidx.appcompat.R$color: int abc_tint_seek_thumb +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_viewInflaterClass +com.turingtechnologies.materialscrollbar.R$id: int action_bar_activity_content +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceListItem +androidx.appcompat.R$anim: int abc_shrink_fade_out_from_bottom +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Metric: int UnitType +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query +com.google.android.material.R$styleable: int[] MotionTelltales +io.reactivex.internal.operators.observable.ObservableGroupBy$State: boolean delayError +org.greenrobot.greendao.AbstractDaoMaster: org.greenrobot.greendao.database.Database getDatabase() +androidx.lifecycle.extensions.R$dimen: int notification_content_margin_start +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_passwordToggleContentDescription +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_contentInsetEnd +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Metric: double Value +wangdaye.com.geometricweather.R$styleable: int ActionBar_progressBarStyle +cyanogenmod.app.CustomTile$ExpandedItem: void internalSetOnClickPendingIntent(android.app.PendingIntent) +cyanogenmod.externalviews.IExternalViewProviderFactory +wangdaye.com.geometricweather.R$drawable: int notif_temp_113 +androidx.constraintlayout.widget.R$attr: int alphabeticModifiers +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Metric: int UnitType +james.adaptiveicon.R$styleable: int FontFamilyFont_ttcIndex +io.reactivex.observers.TestObserver$EmptyObserver: void onNext(java.lang.Object) +james.adaptiveicon.R$styleable: int MenuView_android_itemTextAppearance +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintBaseline_creator +io.reactivex.Observable: java.lang.Object blockingFirst() +com.xw.repo.bubbleseekbar.R$attr: int autoSizePresetSizes +com.google.android.material.bottomnavigation.BottomNavigationPresenter$SavedState +com.google.android.material.R$style: int Base_V23_Theme_AppCompat_Light +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver this$0 +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: java.util.Date Date +androidx.preference.R$dimen: int abc_switch_padding +androidx.preference.R$drawable: int ic_arrow_down_24dp +com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_ripple_color +okhttp3.internal.http2.Http2Connection$5: boolean val$inFinished +com.google.android.material.R$attr: int layout_constraintHeight_max +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: int IconCode +wangdaye.com.geometricweather.R$anim: int abc_grow_fade_in_from_bottom +android.didikee.donate.R$styleable: int TextAppearance_textLocale +com.google.android.material.R$attr: int backgroundSplit +okhttp3.internal.http.StatusLine: java.lang.String message +io.reactivex.Observable: io.reactivex.Observable zipArray(io.reactivex.functions.Function,boolean,int,io.reactivex.ObservableSource[]) +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_defaultQueryHint +wangdaye.com.geometricweather.R$color: int design_error +wangdaye.com.geometricweather.background.polling.work.worker.TodayForecastUpdateWorker +com.google.android.material.chip.ChipGroup: int getChipCount() +androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse +androidx.lifecycle.GenericLifecycleObserver +androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customIntegerValue +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver inner +androidx.constraintlayout.widget.R$color: int dim_foreground_disabled_material_dark +wangdaye.com.geometricweather.R$attr: int popupWindowStyle +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderTitle +com.bumptech.glide.integration.okhttp.R$attr: int font +com.bumptech.glide.R$color: int ripple_material_light +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionBar_TabBar +com.google.android.material.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title +androidx.appcompat.widget.AppCompatImageButton: void setImageResource(int) +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light_DialogWhenLarge +wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_indeterminate +cyanogenmod.app.Profile$ProfileTrigger: Profile$ProfileTrigger(android.os.Parcel,cyanogenmod.app.Profile$1) +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_counterEnabled +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_motionProgress +com.google.android.material.R$styleable: int ActionBar_backgroundSplit +androidx.constraintlayout.widget.R$drawable: int abc_ic_voice_search_api_material +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_AES_256_CBC_SHA +okhttp3.Cache: Cache(java.io.File,long) +okhttp3.Cookie$Builder: boolean secure +cyanogenmod.weather.WeatherInfo$DayForecast$Builder +androidx.dynamicanimation.R$layout +io.reactivex.internal.queue.SpscArrayQueue: boolean isEmpty() +james.adaptiveicon.R$styleable: int FontFamily_fontProviderFetchTimeout +io.reactivex.Observable: io.reactivex.Observable fromIterable(java.lang.Iterable) +okhttp3.ResponseBody: java.io.InputStream byteStream() +androidx.dynamicanimation.animation.DynamicAnimation: void removeEndListener(androidx.dynamicanimation.animation.DynamicAnimation$OnAnimationEndListener) +com.xw.repo.bubbleseekbar.R$string: int abc_toolbar_collapse_description +wangdaye.com.geometricweather.R$string: int wind_8 +cyanogenmod.themes.ThemeManager: void unregisterThemeChangeListener(cyanogenmod.themes.ThemeManager$ThemeChangeListener) +com.google.android.material.R$styleable: int BottomAppBar_backgroundTint +com.jaredrummler.android.colorpicker.R$attr: int buttonPanelSideLayout +androidx.appcompat.R$id: int tag_accessibility_actions +io.reactivex.Observable: io.reactivex.Observable window(io.reactivex.ObservableSource) +androidx.appcompat.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize +com.google.android.material.R$dimen: int design_fab_elevation +james.adaptiveicon.R$styleable: int ActionBar_height +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean precipitationProbability +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_thumb_radius_on_dragging +androidx.recyclerview.R$color +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemHeight +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_button_min_width_overflow_material +androidx.hilt.work.R$drawable: int notification_template_icon_bg +com.turingtechnologies.materialscrollbar.R$id: int decor_content_parent +androidx.customview.R$id +androidx.vectordrawable.animated.R$id: int info +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionButton +wangdaye.com.geometricweather.R$id: int BOTTOM_END +androidx.appcompat.R$style: int TextAppearance_AppCompat_Tooltip +androidx.preference.internal.PreferenceImageView: int getMaxWidth() +androidx.preference.R$styleable: int TextAppearance_android_shadowDx +okhttp3.internal.ws.RealWebSocket: void initReaderAndWriter(java.lang.String,okhttp3.internal.ws.RealWebSocket$Streams) +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void onComplete() +okhttp3.CertificatePinner: okio.ByteString sha256(java.security.cert.X509Certificate) +androidx.lifecycle.Transformations: androidx.lifecycle.LiveData distinctUntilChanged(androidx.lifecycle.LiveData) +wangdaye.com.geometricweather.R$styleable: int CheckBoxPreference_summaryOff +cyanogenmod.app.Profile: cyanogenmod.profiles.StreamSettings getSettingsForStream(int) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dividerVertical +com.google.android.material.R$styleable: int MaterialTextView_android_textAppearance +com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_title_divider_material +james.adaptiveicon.R$style: int Base_V7_Theme_AppCompat +com.turingtechnologies.materialscrollbar.R$id: int action_text +androidx.appcompat.R$dimen: int notification_small_icon_size_as_large +com.google.android.material.R$id: int forever +retrofit2.OkHttpCall$ExceptionCatchingResponseBody: okio.BufferedSource delegateSource +wangdaye.com.geometricweather.background.polling.basic.Hilt_AwakeForegroundUpdateService: Hilt_AwakeForegroundUpdateService() +okhttp3.FormBody$Builder: okhttp3.FormBody$Builder add(java.lang.String,java.lang.String) +androidx.appcompat.R$styleable: int[] MenuView +cyanogenmod.providers.ThemesContract$MixnMatchColumns +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: boolean requestDismiss() +io.reactivex.internal.observers.BlockingObserver: void dispose() +com.google.android.material.R$style: int Theme_AppCompat_Light_DialogWhenLarge +com.turingtechnologies.materialscrollbar.R$attr: int fastScrollVerticalTrackDrawable +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxStrokeWidth +wangdaye.com.geometricweather.R$style: int Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected +androidx.fragment.R$layout: int notification_template_part_time +com.google.android.material.R$style: int Widget_AppCompat_CompoundButton_Switch +androidx.dynamicanimation.R$styleable: int FontFamilyFont_android_fontStyle +androidx.preference.R$attr: int dropdownPreferenceStyle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial: java.lang.String Unit +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float co +wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_ttcIndex +wangdaye.com.geometricweather.R$id: int activity_widget_config_styleSpinner +androidx.appcompat.widget.ContentFrameLayout +wangdaye.com.geometricweather.R$styleable: int ColorStateListItem_alpha +cyanogenmod.app.StatusBarPanelCustomTile: long postTime +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean: CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean() +com.google.android.material.R$string: int abc_searchview_description_voice +com.google.android.material.R$styleable: int Constraint_layout_constraintBottom_creator +wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle[] values() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Imperial: double Value +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Metric Metric +androidx.appcompat.app.AppCompatActivity: void setContentView(android.view.View) +androidx.appcompat.widget.ActionMenuView: void setPresenter(androidx.appcompat.widget.ActionMenuPresenter) +wangdaye.com.geometricweather.R$attr: int tabTextColor +okio.ForwardingSource: okio.Source delegate +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Imperial +androidx.activity.R$styleable: int FontFamilyFont_fontVariationSettings +io.reactivex.internal.queue.SpscArrayQueue: SpscArrayQueue(int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: CaiYunForecastResult$PrecipitationBean() +wangdaye.com.geometricweather.R$attr: int itemIconPadding +james.adaptiveicon.R$style: int Base_Theme_AppCompat_Dialog_Alert +com.xw.repo.bubbleseekbar.R$styleable: int ActionMode_closeItemLayout +wangdaye.com.geometricweather.R$string: int settings_title_forecast_today +android.didikee.donate.R$dimen: int abc_edit_text_inset_top_material +okhttp3.internal.connection.RouteException: java.io.IOException getLastConnectException() +com.google.android.material.transformation.FabTransformationSheetBehavior: FabTransformationSheetBehavior(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$style: int Widget_AppCompat_ActionBar_TabView +wangdaye.com.geometricweather.R$styleable: int OnSwipe_onTouchUp +com.google.android.material.slider.RangeSlider: void setTickTintList(android.content.res.ColorStateList) +androidx.lifecycle.FullLifecycleObserverAdapter +androidx.constraintlayout.widget.R$layout: int abc_list_menu_item_layout +androidx.preference.R$anim: int btn_radio_to_on_mtrl_ring_outer_animation +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionButton_CloseMode +cyanogenmod.os.Concierge +wangdaye.com.geometricweather.R$layout: int item_weather_daily_uv +androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPaused(android.app.Activity) +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.identityscope.IdentityScopeLong identityScopeLong +io.reactivex.internal.schedulers.ScheduledDirectTask: java.lang.Runnable getWrappedRunnable() +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void onNext(java.lang.Object) +io.reactivex.Observable: io.reactivex.Observable distinct() +androidx.recyclerview.R$id: int tag_accessibility_pane_title +androidx.hilt.R$styleable: int FontFamily_fontProviderFetchTimeout +androidx.appcompat.R$styleable: int SwitchCompat_track +androidx.preference.R$style: int Base_V21_Theme_AppCompat_Dialog +com.google.android.material.R$dimen: int abc_seekbar_track_progress_height_material +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: boolean isDisposed() +androidx.hilt.R$attr: int fontWeight +io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: void onComplete() +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: long serialVersionUID +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: boolean isDisposed() +okhttp3.Dispatcher: boolean $assertionsDisabled +androidx.preference.R$attr: int borderlessButtonStyle +com.google.android.material.R$styleable: int ConstraintSet_flow_firstVerticalStyle +cyanogenmod.providers.CMSettings$System: android.net.Uri CONTENT_URI +com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableTransition_android_reversible +cyanogenmod.app.CustomTile$1: java.lang.Object createFromParcel(android.os.Parcel) +androidx.preference.R$color: int ripple_material_dark +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_minHeight +androidx.preference.R$dimen: int abc_dialog_min_width_major +androidx.preference.R$styleable: int AppCompatTheme_buttonBarButtonStyle +cyanogenmod.themes.IThemeService$Stub$Proxy: IThemeService$Stub$Proxy(android.os.IBinder) +com.google.android.material.R$id: int material_timepicker_ok_button +com.xw.repo.bubbleseekbar.R$dimen: int tooltip_vertical_padding +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature: AccuCurrentResult$WetBulbTemperature() +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintTop_creator +wangdaye.com.geometricweather.R$string: int settings_summary_live_wallpaper +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_motionProgress +cyanogenmod.app.IProfileManager +okhttp3.internal.http2.Hpack$Reader: int evictToRecoverBytes(int) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Speed: java.lang.String Unit +com.turingtechnologies.materialscrollbar.R$id: int smallLabel +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog +wangdaye.com.geometricweather.R$drawable: int abc_ic_clear_material +cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator sBooleanValidator +com.xw.repo.bubbleseekbar.R$color: int abc_search_url_text_selected +androidx.appcompat.R$styleable: int AppCompatTheme_checkboxStyle +com.turingtechnologies.materialscrollbar.R$attr: int colorSwitchThumbNormal +com.google.android.material.textfield.TextInputLayout: void setHintAnimationEnabled(boolean) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_CompoundButton_CheckBox +com.google.android.material.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_LIVE_LOCK_SCREEN +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType Delete +cyanogenmod.profiles.ConnectionSettings$BooleanState: ConnectionSettings$BooleanState() +androidx.loader.R$id: int action_text +wangdaye.com.geometricweather.R$styleable: int[] Toolbar +wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit valueOf(java.lang.String) +okhttp3.internal.http2.Http2: byte FLAG_PRIORITY +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: HistoryEntityDao(org.greenrobot.greendao.internal.DaoConfig) +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_android_textOff +androidx.constraintlayout.widget.R$id: int action_menu_presenter +okhttp3.internal.ws.RealWebSocket$Close: long cancelAfterCloseMillis +com.google.android.material.R$id: int reverseSawtooth +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric Metric +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: java.lang.String getPubTime() +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.Observer downstream +androidx.dynamicanimation.R$drawable: int notification_bg_low_normal +com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_fixed_height_minor +okhttp3.Response: java.util.List challenges() +wangdaye.com.geometricweather.R$style: int PopupWindowAnimation_Top_Right +androidx.hilt.work.R$dimen: int notification_large_icon_height +com.google.android.material.R$integer: int show_password_duration +retrofit2.http.PartMap +james.adaptiveicon.R$style: int Base_AlertDialog_AppCompat +androidx.appcompat.R$style: int RtlOverlay_DialogWindowTitle_AppCompat +androidx.constraintlayout.widget.R$attr: int flow_horizontalGap +com.jaredrummler.android.colorpicker.R$drawable: int abc_scrubber_primary_mtrl_alpha +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Large_Inverse +cyanogenmod.weather.WeatherInfo$DayForecast$1: cyanogenmod.weather.WeatherInfo$DayForecast createFromParcel(android.os.Parcel) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableRightCompat +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_endIconTintMode +wangdaye.com.geometricweather.R$dimen: int mtrl_bottomappbar_fab_cradle_vertical_offset +androidx.recyclerview.widget.RecyclerView: int getItemDecorationCount() +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: void onSubscribe(org.reactivestreams.Subscription) +com.xw.repo.bubbleseekbar.R$attr: int showAsAction +com.google.android.material.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha +com.google.android.material.R$styleable: int SearchView_android_focusable +androidx.preference.R$styleable: int AlertDialog_listItemLayout +wangdaye.com.geometricweather.R$dimen: int cpv_dialog_preview_width +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: io.reactivex.internal.util.AtomicThrowable error +cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_onStop +okhttp3.internal.http2.Http2Stream: okhttp3.Headers takeHeaders() +androidx.core.view.GestureDetectorCompat$GestureDetectorCompatImpl +androidx.lifecycle.extensions.R$styleable: int FragmentContainerView_android_tag +com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_showTitle +com.jaredrummler.android.colorpicker.R$dimen: int abc_dropdownitem_text_padding_right +com.xw.repo.bubbleseekbar.R$attr: int colorPrimaryDark +androidx.preference.R$drawable: int notification_bg_normal +okhttp3.CacheControl$Builder: boolean noTransform +cyanogenmod.providers.CMSettings$Global: java.lang.String WEATHER_TEMPERATURE_UNIT +retrofit2.Platform: int defaultCallAdapterFactoriesSize() +org.greenrobot.greendao.AbstractDao: void updateKeyAfterInsertAndAttach(java.lang.Object,long,boolean) +wangdaye.com.geometricweather.common.basic.models.weather.Weather: wangdaye.com.geometricweather.common.basic.models.weather.Current getCurrent() +wangdaye.com.geometricweather.R$attr: int chipBackgroundColor +wangdaye.com.geometricweather.R$id: int activity_widget_config_showCardSpinner +okhttp3.internal.http1.Http1Codec$ChunkedSource +androidx.hilt.R$id: int accessibility_custom_action_12 +cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_getLiveLockScreenEnabled +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_queryHint +cyanogenmod.externalviews.KeyguardExternalView$1: void onServiceDisconnected(android.content.ComponentName) +okhttp3.ConnectionPool: ConnectionPool(int,long,java.util.concurrent.TimeUnit) +com.google.android.material.R$dimen: int abc_edit_text_inset_top_material +wangdaye.com.geometricweather.R$array: int speed_unit_voices +androidx.fragment.R$id: int accessibility_custom_action_29 +com.google.android.material.R$styleable: int Constraint_layout_constraintCircle +androidx.hilt.lifecycle.R$id: int text +wangdaye.com.geometricweather.R$styleable: int OnSwipe_touchAnchorId +wangdaye.com.geometricweather.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha +wangdaye.com.geometricweather.R$drawable: int notif_temp_100 +james.adaptiveicon.R$dimen: int highlight_alpha_material_light +okhttp3.internal.ws.RealWebSocket: java.lang.String key +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_editor_absoluteY +com.jaredrummler.android.colorpicker.R$id: int uniform +androidx.appcompat.R$styleable: int AppCompatTheme_actionModeShareDrawable +james.adaptiveicon.R$styleable: int MenuItem_android_titleCondensed +androidx.transition.R$dimen: int compat_button_padding_horizontal_material +wangdaye.com.geometricweather.db.entities.AlertEntity: AlertEntity(java.lang.Long,java.lang.String,java.lang.String,long,java.util.Date,long,java.lang.String,java.lang.String,java.lang.String,int,int) +androidx.preference.R$dimen: R$dimen() +android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge +com.google.android.material.R$drawable: int avd_show_password +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Speed Speed +com.google.android.material.R$color: int abc_tint_edittext +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getCoDesc() +com.google.android.material.R$style: int Base_Widget_AppCompat_Spinner +wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: void setSize(float) +wangdaye.com.geometricweather.R$id: int screen +okhttp3.Response$Builder: okhttp3.Response$Builder addHeader(java.lang.String,java.lang.String) +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputEditText_FilledBox +androidx.appcompat.R$attr: int firstBaselineToTopHeight +wangdaye.com.geometricweather.R$layout: int abc_screen_toolbar +wangdaye.com.geometricweather.R$array: int live_wallpaper_weather_kind_values +androidx.preference.Preference +io.reactivex.internal.util.VolatileSizeArrayList: java.lang.Object get(int) +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedEmitLast: void complete() +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Button_Borderless +io.reactivex.internal.subscriptions.BasicQueueSubscription: boolean offer(java.lang.Object,java.lang.Object) +androidx.lifecycle.ProcessLifecycleOwner$2: void onCreate() +wangdaye.com.geometricweather.R$array: int pollen_units +androidx.preference.R$attr: int backgroundStacked +com.google.android.material.bottomappbar.BottomAppBar$SavedState: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$id: int notification_big_temp_4 +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight_Dialog +android.didikee.donate.R$style: int Widget_AppCompat_ActionBar_TabBar +android.didikee.donate.R$attr: int actionModeFindDrawable +okhttp3.ConnectionSpec: boolean isTls() +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VectorDrawableCompatState: int getChangingConfigurations() +io.reactivex.internal.subscriptions.BasicQueueSubscription: long serialVersionUID +wangdaye.com.geometricweather.remoteviews.config.DayWidgetConfigActivity: DayWidgetConfigActivity() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial Imperial +wangdaye.com.geometricweather.R$string: int ceiling +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: boolean isDisposed() +androidx.appcompat.R$id: int search_mag_icon +android.didikee.donate.R$string: int abc_shareactionprovider_share_with_application +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeIcePrecipitation() +androidx.cardview.R$attr: int contentPaddingLeft +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_iconTint +okhttp3.internal.io.FileSystem: okhttp3.internal.io.FileSystem SYSTEM +cyanogenmod.weather.util.WeatherUtils: WeatherUtils() +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property Date +io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: void replay(io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable) +com.bumptech.glide.load.engine.GlideException: void setLoggingDetails(com.bumptech.glide.load.Key,com.bumptech.glide.load.DataSource,java.lang.Class) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property AqiText +wangdaye.com.geometricweather.R$attr: int indeterminateProgressStyle +androidx.constraintlayout.widget.R$attr: int actionModeFindDrawable +com.google.android.material.R$attr: int shapeAppearanceSmallComponent +com.google.android.material.R$attr: int chipSurfaceColor +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String detail +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_homeLayout +retrofit2.Response: okhttp3.ResponseBody errorBody +androidx.legacy.coreutils.R$styleable: int FontFamily_fontProviderPackage +androidx.constraintlayout.widget.R$styleable: int SearchView_queryHint +cyanogenmod.profiles.RingModeSettings: java.lang.String RING_MODE_VIBRATE +io.reactivex.internal.subscriptions.DeferredScalarSubscription: int HAS_REQUEST_HAS_VALUE +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintRight_toRightOf +wangdaye.com.geometricweather.R$style: int Preference_SeekBarPreference_Material +wangdaye.com.geometricweather.R$drawable: int clock_dial_dark +okhttp3.internal.http2.Hpack$Writer: int dynamicTableByteCount +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_Button +okhttp3.RequestBody$2: byte[] val$content +androidx.fragment.R$drawable: int notification_bg_low_pressed +com.turingtechnologies.materialscrollbar.R$attr: int msb_barThickness +androidx.preference.R$interpolator: R$interpolator() +androidx.preference.R$styleable: int SwitchCompat_trackTint +androidx.preference.R$attr: int subtitleTextStyle +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_counterMaxLength +androidx.appcompat.R$attr: int subtitleTextAppearance +com.google.android.material.R$dimen: int highlight_alpha_material_light +wangdaye.com.geometricweather.R$attr: int attributeName +android.didikee.donate.R$attr: int textAppearanceListItemSmall +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: java.lang.Object leaveTransform(java.lang.Object) +wangdaye.com.geometricweather.R$xml: int widget_text +androidx.appcompat.R$styleable: int ActionBar_homeAsUpIndicator +wangdaye.com.geometricweather.R$styleable: int[] Preference +retrofit2.ParameterHandler$PartMap: java.lang.reflect.Method method +retrofit2.Platform$Android: Platform$Android() +cyanogenmod.weather.CMWeatherManager$2$1: cyanogenmod.weather.CMWeatherManager$2 this$1 +com.xw.repo.bubbleseekbar.R$attr: int isLightTheme +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Badge +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: java.lang.Object resource +com.jaredrummler.android.colorpicker.R$attr: int summary +cyanogenmod.externalviews.KeyguardExternalView$3: cyanogenmod.externalviews.KeyguardExternalView this$0 +androidx.fragment.R$styleable: int FragmentContainerView_android_name +androidx.swiperefreshlayout.R$id: int action_container +com.jaredrummler.android.colorpicker.R$attr: int iconifiedByDefault +cyanogenmod.hardware.ThermalListenerCallback$State: int STATE_UNKNOWN +androidx.preference.R$styleable: int AppCompatTheme_windowNoTitle +com.google.gson.stream.JsonReader: int NUMBER_CHAR_EXP_SIGN +wangdaye.com.geometricweather.R$array: int live_wallpaper_day_night_types +android.didikee.donate.R$id: int notification_main_column +androidx.appcompat.R$attr: int searchViewStyle +com.google.android.material.R$attr: int nestedScrollFlags +android.didikee.donate.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow +io.reactivex.Observable: io.reactivex.Observable retry() +com.bumptech.glide.integration.okhttp.R$dimen: int notification_large_icon_width +androidx.coordinatorlayout.R$styleable: R$styleable() +com.google.android.material.R$styleable: int TextInputLayout_counterTextAppearance +androidx.viewpager.R$styleable: int[] FontFamily +com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat_ActionBar +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_applyDefaultTheme +androidx.recyclerview.R$dimen: int notification_top_pad +okhttp3.OkHttpClient: java.net.Proxy proxy() +wangdaye.com.geometricweather.R$drawable: int ic_google_play +androidx.constraintlayout.widget.R$id: int up +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_subtitle +com.google.android.material.R$dimen: int abc_progress_bar_height_material +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xnp +androidx.legacy.coreutils.R$string: R$string() +okhttp3.EventListener: void secureConnectEnd(okhttp3.Call,okhttp3.Handshake) +com.turingtechnologies.materialscrollbar.R$color: int design_fab_shadow_start_color +androidx.constraintlayout.widget.R$attr: int transitionPathRotate +wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar: void setPrecipitationColor(int) +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_2 +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: void setY(java.lang.String) +com.xw.repo.bubbleseekbar.R$attr: int bsb_show_progress_in_float +wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService: MaterialLiveWallpaperService() +wangdaye.com.geometricweather.R$attr: int ttcIndex +androidx.appcompat.R$styleable: int AppCompatTheme_actionModePasteDrawable +james.adaptiveicon.R$style: int Base_Theme_AppCompat_Dialog_MinWidth +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_icon_1 +androidx.vectordrawable.R$id: int notification_background +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_subtitleTextStyle +androidx.constraintlayout.widget.R$drawable: int abc_ic_menu_share_mtrl_alpha +androidx.constraintlayout.widget.R$styleable: int MotionHelper_onHide +wangdaye.com.geometricweather.R$styleable: int MultiSelectListPreference_entryValues +android.didikee.donate.R$styleable: int AppCompatTextView_firstBaselineToTopHeight +okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder tlsVersions(java.lang.String[]) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric +com.turingtechnologies.materialscrollbar.R$color: int accent_material_light +androidx.appcompat.R$id: int action_menu_presenter +androidx.hilt.lifecycle.R$id: int tag_accessibility_pane_title +retrofit2.BuiltInConverters$RequestBodyConverter +android.didikee.donate.R$drawable: int abc_btn_switch_to_on_mtrl_00001 +androidx.appcompat.R$color: int material_grey_850 +com.google.android.material.R$attr: int counterTextColor +james.adaptiveicon.R$dimen: int abc_text_size_display_1_material +wangdaye.com.geometricweather.R$attr: int flow_lastVerticalStyle +androidx.appcompat.R$color: int abc_search_url_text_selected +okio.Buffer: okio.BufferedSink writeShortLe(int) +okhttp3.internal.http2.Header: Header(okio.ByteString,java.lang.String) +com.google.android.material.R$styleable: int AppCompatTheme_ratingBarStyle +james.adaptiveicon.R$attr: int autoSizeTextType +androidx.swiperefreshlayout.R$id: int line3 +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: java.lang.String Text +wangdaye.com.geometricweather.R$string: int precipitation_probability +com.google.android.material.R$attr: int spinnerDropDownItemStyle +androidx.appcompat.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow +com.google.android.material.R$style: int CardView_Light +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: void onComplete() +cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType USER_REQUEST_MIXNMATCH +wangdaye.com.geometricweather.R$dimen: int mtrl_shape_corner_size_medium_component +androidx.appcompat.resources.R$attr: int fontProviderAuthority +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Button_Borderless +wangdaye.com.geometricweather.R$color: int abc_search_url_text_selected +androidx.preference.R$styleable: int LinearLayoutCompat_divider +retrofit2.ParameterHandler$PartMap: void apply(retrofit2.RequestBuilder,java.lang.Object) +okio.Buffer$1: Buffer$1(okio.Buffer) +retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback: CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback(retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter,java.util.concurrent.CompletableFuture) +androidx.vectordrawable.R$id: int accessibility_custom_action_14 +okhttp3.OkHttpClient: int connectTimeout +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Medium +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: boolean isDisposed() +io.reactivex.internal.functions.Functions$NaturalComparator: int compare(java.lang.Object,java.lang.Object) +com.google.android.material.R$styleable: int NavigationView_shapeAppearanceOverlay +androidx.vectordrawable.R$id: int accessibility_custom_action_15 +cyanogenmod.app.Profile: void writeToParcel(android.os.Parcel,int) +wangdaye.com.geometricweather.R$id: int center +androidx.core.R$styleable: int GradientColor_android_endColor +retrofit2.HttpServiceMethod: java.lang.Object invoke(java.lang.Object[]) +cyanogenmod.app.ICustomTileListener$Stub +wangdaye.com.geometricweather.R$id: int app_bar +cyanogenmod.externalviews.KeyguardExternalView$10: KeyguardExternalView$10(cyanogenmod.externalviews.KeyguardExternalView) +com.google.android.material.R$id: int BOTTOM_END +androidx.preference.R$style: int Widget_AppCompat_ActionBar_Solid +wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_layout_behavior +wangdaye.com.geometricweather.R$dimen: int material_helper_text_font_1_3_padding_top +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: java.lang.String timezone +com.google.android.material.R$styleable: int ScrimInsetsFrameLayout_insetForeground +com.jaredrummler.android.colorpicker.R$styleable: int ColorPanelView_cpv_borderColor +okio.AsyncTimeout$2: void close() +androidx.preference.R$styleable: int AppCompatTheme_actionBarTabStyle +wangdaye.com.geometricweather.R$color: int button_material_dark +com.google.android.material.R$styleable: int FloatingActionButton_showMotionSpec +com.bumptech.glide.Priority: com.bumptech.glide.Priority LOW +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat_Dialog +wangdaye.com.geometricweather.R$dimen: int design_snackbar_text_size +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarTabBarStyle +com.google.android.material.R$id: int staticPostLayout +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintTop_creator +androidx.preference.R$styleable: int ActionBar_height +retrofit2.Utils: java.lang.reflect.Type resolve(java.lang.reflect.Type,java.lang.Class,java.lang.reflect.Type) +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_LIVE_LOCK_SCREEN +com.jaredrummler.android.colorpicker.R$id: int title +okhttp3.internal.cache.DiskLruCache$Entry: java.lang.String key +androidx.constraintlayout.widget.R$attr: int constraintSet +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean getForecastHourly() +com.google.android.material.appbar.AppBarLayout: void setExpanded(boolean) +cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode getRingerMode() +com.turingtechnologies.materialscrollbar.R$styleable: int PopupWindow_android_popupBackground +androidx.swiperefreshlayout.R$attr: int font +cyanogenmod.providers.ThemesContract$ThemesColumns$InstallState: ThemesContract$ThemesColumns$InstallState() +androidx.lifecycle.extensions.R$id: int action_divider +retrofit2.Utils$GenericArrayTypeImpl: java.lang.reflect.Type getGenericComponentType() +com.google.android.material.R$id: int textinput_helper_text +com.jaredrummler.android.colorpicker.R$drawable: int cpv_ic_arrow_right_black_24dp +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionOverflowMenuStyle +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Display2 +android.didikee.donate.R$styleable: int Toolbar_titleMarginEnd +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: java.lang.String getBrandId() +com.google.android.material.R$anim: int abc_tooltip_enter +wangdaye.com.geometricweather.R$styleable: int RoundCornerTransition_radius_to +androidx.drawerlayout.widget.DrawerLayout: void setScrimColor(int) +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_default_height_material +androidx.appcompat.widget.SearchView$SearchAutoComplete: void setSearchView(androidx.appcompat.widget.SearchView) +com.google.android.material.R$dimen: int mtrl_calendar_day_today_stroke +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean +com.turingtechnologies.materialscrollbar.R$attr: int listPreferredItemPaddingRight +james.adaptiveicon.R$styleable: int Toolbar_collapseIcon +wangdaye.com.geometricweather.R$attr +androidx.legacy.coreutils.R$dimen: int notification_main_column_padding_top +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial: java.lang.String Unit +com.google.android.material.R$styleable: int TextInputLayout_helperTextTextAppearance +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat +james.adaptiveicon.R$dimen: int abc_dialog_list_padding_bottom_no_buttons +androidx.constraintlayout.widget.R$attr: int tooltipForegroundColor +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_icon_5 +android.didikee.donate.R$id: int list_item +androidx.appcompat.R$styleable: int ButtonBarLayout_allowStacking +okhttp3.HttpUrl$Builder: int portColonOffset(java.lang.String,int,int) +com.github.rahatarmanahmed.cpv.CircularProgressView: boolean isIndeterminate() +retrofit2.adapter.rxjava2.CallEnqueueObservable +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float pm25 +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_TextView_SpinnerItem +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintRight_toLeftOf +androidx.transition.R$drawable: R$drawable() +okhttp3.MultipartBody: java.util.List parts() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setIndices(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX temperature +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: io.reactivex.ObservableSource first +io.reactivex.Observable: io.reactivex.Observable timestamp(java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem +okhttp3.Cache: java.io.File directory() +wangdaye.com.geometricweather.R$string: int character_counter_content_description +wangdaye.com.geometricweather.R$string: int settings_title_refresh_rate +androidx.preference.R$id: int accessibility_custom_action_15 +okhttp3.logging.LoggingEventListener: void callEnd(okhttp3.Call) +androidx.coordinatorlayout.R$dimen: int compat_button_padding_horizontal_material +androidx.preference.R$style: int Widget_AppCompat_Spinner_Underlined +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String COL_VALUE +androidx.lifecycle.LiveData$LifecycleBoundObserver: void detachObserver() +com.google.android.material.R$styleable: int State_android_id +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_motionTarget +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: int val$y +androidx.activity.R$dimen: int notification_large_icon_height +com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.reflect.Type[] getActualTypeArguments() +cyanogenmod.app.Profile: cyanogenmod.profiles.ConnectionSettings getSettingsForConnection(int) +androidx.lifecycle.LiveData$AlwaysActiveObserver: androidx.lifecycle.LiveData this$0 +android.didikee.donate.R$color: int abc_primary_text_disable_only_material_light +com.google.android.material.R$dimen: int mtrl_calendar_header_toggle_margin_bottom +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_week_3 +androidx.preference.PreferenceFragmentCompat +androidx.work.R$styleable: int ColorStateListItem_android_color +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintLeft_creator +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getShortTemperature(android.content.Context,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) +androidx.constraintlayout.motion.widget.MotionLayout: int getEndState() +okio.Buffer: okio.BufferedSink writeIntLe(int) +androidx.hilt.R$id: int blocking +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_scaleX +cyanogenmod.weatherservice.WeatherProviderService$1: void processCityNameLookupRequest(cyanogenmod.weather.RequestInfo) +wangdaye.com.geometricweather.R$xml: int widget_clock_day_week +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Metric: double Value -wangdaye.com.geometricweather.R$id: int widget_week_icon_1 -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_year_width -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_android_fontVariationSettings -com.google.android.material.R$styleable: int TextAppearance_android_textColorHint -okio.GzipSink: boolean closed -androidx.appcompat.R$drawable: int abc_btn_radio_material_anim -androidx.constraintlayout.widget.R$anim: int abc_slide_in_top -androidx.preference.R$styleable: int AppCompatTheme_colorPrimaryDark -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language HUNGARIAN -androidx.recyclerview.R$styleable: int[] ColorStateListItem -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_HUMIDITY -cyanogenmod.weatherservice.ServiceRequestResult: ServiceRequestResult() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$4 -cyanogenmod.library.R$attr: int settingsActivity -wangdaye.com.geometricweather.R$anim: int btn_radio_to_on_mtrl_ring_outer_animation -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setWetBulbTemperature(java.lang.Integer) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_EXPORT_WITH_RC4_40_MD5 -com.jaredrummler.android.colorpicker.R$string: int abc_searchview_description_submit -okhttp3.Cookie: long parseExpires(java.lang.String,int,int) -retrofit2.OkHttpCall: okhttp3.Call createRawCall() -com.google.android.material.R$drawable: int abc_textfield_search_material -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language -androidx.appcompat.R$color: int material_grey_900 -androidx.appcompat.widget.MenuPopupWindow$MenuDropDownListView: void setSelector(android.graphics.drawable.Drawable) -com.turingtechnologies.materialscrollbar.R$styleable: int MenuGroup_android_id -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeInsetBottom -androidx.appcompat.R$styleable: int AppCompatTextHelper_android_textAppearance -okhttp3.internal.tls.BasicTrustRootIndex: int hashCode() -androidx.dynamicanimation.R$drawable: int notification_bg_normal_pressed -io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver(io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver) -com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_transparent_bg_color -com.google.android.material.R$attr: int cardMaxElevation -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_autoSizeMinTextSize -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: java.util.concurrent.atomic.AtomicReference active -androidx.constraintlayout.widget.R$attr: int actionBarWidgetTheme -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: float getSpeed(float) -com.xw.repo.BubbleSeekBar: BubbleSeekBar(android.content.Context) -androidx.activity.R$id: int normal -androidx.lifecycle.ViewModelStoreOwner -androidx.core.R$drawable: int notification_bg_low_pressed -androidx.preference.R$styleable: int GradientColor_android_type -wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.Integer index -com.github.rahatarmanahmed.cpv.CircularProgressView: void setVisibility(int) -wangdaye.com.geometricweather.R$id: int widget_trend_hourly_item_2 -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: io.reactivex.internal.util.AtomicThrowable errors -wangdaye.com.geometricweather.R$style: int Platform_MaterialComponents_Light +com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_checkedChip +com.google.android.material.R$attr: int tabPaddingBottom +cyanogenmod.app.CMStatusBarManager: cyanogenmod.app.CMStatusBarManager sCMStatusBarManagerInstance +cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener: void onAttachedToWindow() +com.turingtechnologies.materialscrollbar.R$drawable: int notification_bg_low_normal +wangdaye.com.geometricweather.R$attr: int msb_hideDelayInMilliseconds +com.google.android.material.R$styleable: int[] Layout +androidx.preference.R$styleable: int SearchView_commitIcon +okio.RealBufferedSource: long readHexadecimalUnsignedLong() +androidx.drawerlayout.R$color: int notification_action_color_filter +okio.GzipSink: void close() +com.google.android.material.R$drawable: int abc_ic_clear_material +androidx.lifecycle.ViewModelProvider: ViewModelProvider(androidx.lifecycle.ViewModelStoreOwner) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar +androidx.constraintlayout.widget.R$attr: int menu +io.reactivex.Observable: io.reactivex.Observable throttleFirst(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +cyanogenmod.app.ILiveLockScreenChangeListener +wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_counter_margin_start +wangdaye.com.geometricweather.R$attr: int errorIconTint +androidx.hilt.R$attr: int fontProviderFetchStrategy +androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type valueOf(java.lang.String) +android.didikee.donate.R$styleable: int AppCompatTextView_autoSizeMinTextSize +androidx.preference.R$attr: int fragment +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 +com.google.android.material.R$dimen: int material_clock_face_margin_top +wangdaye.com.geometricweather.R$color: int design_dark_default_color_error +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7 +wangdaye.com.geometricweather.R$dimen: int abc_action_bar_overflow_padding_end_material +wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayVerticalWidgetConfigActivity: Hilt_ClockDayVerticalWidgetConfigActivity() +okio.Options: Options(okio.ByteString[],int[]) +wangdaye.com.geometricweather.R$drawable: int notif_temp_68 +com.google.android.material.R$id: int scrollIndicatorUp +androidx.hilt.lifecycle.R$styleable: int FontFamily_fontProviderQuery +androidx.hilt.R$dimen: int notification_content_margin_start +androidx.loader.R$id: int line3 +cyanogenmod.providers.CMSettings$Secure: java.lang.String RING_HOME_BUTTON_BEHAVIOR +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property Temperature +com.google.android.material.R$styleable: int MaterialButton_shapeAppearanceOverlay +com.google.android.material.R$style: int Widget_AppCompat_ButtonBar +androidx.recyclerview.R$id: int item_touch_helper_previous_elevation +androidx.constraintlayout.widget.R$attr: int actionProviderClass +android.didikee.donate.R$style: int RtlOverlay_DialogWindowTitle_AppCompat +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: void dispose() +androidx.hilt.lifecycle.R$style: int TextAppearance_Compat_Notification +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_HelperText +wangdaye.com.geometricweather.R$string: int settings_title_notification_can_be_cleared +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: long firstEmission +okhttp3.Handshake +androidx.dynamicanimation.animation.SpringAnimation +com.github.rahatarmanahmed.cpv.R$attr: int cpv_progress +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowActionBar +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Display2 +androidx.appcompat.R$styleable: int TextAppearance_textAllCaps +okhttp3.internal.cache.DiskLruCache: java.lang.String READ +androidx.appcompat.R$color: int material_deep_teal_200 +james.adaptiveicon.R$id: int search_bar +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: long serialVersionUID +androidx.drawerlayout.R$dimen: int notification_top_pad_large_text +wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_ActionBar +androidx.preference.PreferenceCategory: PreferenceCategory(android.content.Context,android.util.AttributeSet) +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: java.util.concurrent.Callable bufferSupplier +com.google.android.material.slider.Slider: void setThumbStrokeColorResource(int) +com.google.android.material.R$attr: int srcCompat +com.google.android.material.R$attr: int trackColorInactive +com.google.android.material.R$drawable: int btn_checkbox_unchecked_to_checked_mtrl_animation +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar +okhttp3.Protocol: okhttp3.Protocol HTTP_1_0 io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void onNext(java.lang.Object) -com.google.android.material.datepicker.SingleDateSelector -wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: int unitArrayIndex +okhttp3.internal.cache2.FileOperator: void write(long,okio.Buffer,long) +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: retrofit2.Call clone() +androidx.preference.R$id: int accessibility_custom_action_30 +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String getUnitId() +cyanogenmod.weather.CMWeatherManager: android.os.Handler mHandler +wangdaye.com.geometricweather.R$integer: int mtrl_calendar_selection_text_lines +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_unregisterChangeListener +com.xw.repo.bubbleseekbar.R$styleable: int[] ListPopupWindow +okhttp3.internal.http2.ErrorCode: ErrorCode(java.lang.String,int,int) +androidx.lifecycle.ProcessLifecycleOwner: void activityPaused() +androidx.constraintlayout.widget.R$attr: int buttonPanelSideLayout +com.turingtechnologies.materialscrollbar.R$attr: int autoCompleteTextViewStyle +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeRainPrecipitationDuration() +androidx.loader.R$id +wangdaye.com.geometricweather.R$interpolator: int mtrl_fast_out_linear_in +james.adaptiveicon.R$styleable: int[] AppCompatImageView +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_icon_padding +androidx.hilt.R$integer +okio.RealBufferedSource$1: int available() +androidx.constraintlayout.widget.R$id: int time +com.xw.repo.bubbleseekbar.R$style: int Widget_Compat_NotificationActionContainer +okhttp3.internal.http.HttpHeaders: HttpHeaders() +wangdaye.com.geometricweather.R$styleable: int Toolbar_maxButtonHeight +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light_DialogWhenLarge +com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: CircularRevealCoordinatorLayout(android.content.Context) +wangdaye.com.geometricweather.R$layout: int mtrl_calendar_day +wangdaye.com.geometricweather.R$style: int Base_V21_Theme_MaterialComponents +androidx.appcompat.R$attr: int commitIcon +com.google.android.material.transformation.ExpandableTransformationBehavior: ExpandableTransformationBehavior(android.content.Context,android.util.AttributeSet) +com.turingtechnologies.materialscrollbar.R$id: int wrap_content +androidx.viewpager.widget.ViewPager: ViewPager(android.content.Context,android.util.AttributeSet) +androidx.loader.R$style: int TextAppearance_Compat_Notification_Info +com.google.android.material.R$styleable: int Constraint_flow_verticalStyle +androidx.constraintlayout.widget.R$styleable: int AlertDialog_multiChoiceItemLayout +james.adaptiveicon.R$styleable: int ActionBarLayout_android_layout_gravity +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean getUrl() +com.google.android.material.R$styleable: int SwitchCompat_android_textOff +androidx.constraintlayout.widget.R$styleable: int AppCompatImageView_android_src +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Object readKey(android.database.Cursor,int) +androidx.appcompat.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight +io.reactivex.internal.subscriptions.SubscriptionHelper: boolean set(java.util.concurrent.atomic.AtomicReference,org.reactivestreams.Subscription) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowNoTitle +cyanogenmod.app.Profile: cyanogenmod.app.ProfileGroup mDefaultGroup +com.jaredrummler.android.colorpicker.R$id: int parentPanel +com.google.gson.stream.JsonWriter: boolean isHtmlSafe() +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeCloseDrawable +androidx.preference.R$drawable: int abc_btn_check_to_on_mtrl_000 +androidx.activity.R$styleable: int GradientColor_android_endX +android.didikee.donate.R$attr: int navigationIcon +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: java.util.List getValue() +okhttp3.internal.http1.Http1Codec: okio.BufferedSink sink +androidx.viewpager2.R$styleable: int FontFamilyFont_fontWeight +okhttp3.internal.http2.Http2Reader: void close() +io.reactivex.Observable: io.reactivex.Observable withLatestFrom(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function3) +wangdaye.com.geometricweather.R$dimen: int title_text_size +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarTheme +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer wetBulbTemperature +io.reactivex.Observable: io.reactivex.Observable buffer(io.reactivex.ObservableSource) +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver INNER_DISPOSED +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: boolean done +com.google.android.material.R$styleable: int Constraint_layout_editor_absoluteY +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle +androidx.appcompat.R$attr: int customNavigationLayout +retrofit2.http.Query +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean getNames() +androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_android_fontWeight +okhttp3.Cache$1: okhttp3.Response get(okhttp3.Request) +io.reactivex.internal.subscriptions.DeferredScalarSubscription: int requestFusion(int) +james.adaptiveicon.R$style: int Widget_AppCompat_Button +retrofit2.Platform: java.util.List defaultConverterFactories() +androidx.constraintlayout.widget.R$color: R$color() +okio.BufferedSource: int readInt() +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored +io.reactivex.Observable: io.reactivex.Observable buffer(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,int) +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: long serialVersionUID +okhttp3.FormBody$Builder: okhttp3.FormBody build() +wangdaye.com.geometricweather.db.entities.DaoMaster: void dropAllTables(org.greenrobot.greendao.database.Database,boolean) +com.google.android.material.R$styleable: int AppCompatTextView_autoSizePresetSizes +androidx.hilt.R$id: int italic +androidx.core.widget.NestedScrollView: NestedScrollView(android.content.Context,android.util.AttributeSet) +retrofit2.Call: void cancel() +androidx.work.R$id: int tag_accessibility_pane_title +androidx.preference.R$dimen: int notification_action_text_size +androidx.constraintlayout.widget.R$attr: int transitionEasing +com.google.gson.JsonIOException: JsonIOException(java.lang.Throwable) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$TotalLiquid +androidx.recyclerview.R$styleable: int GradientColorItem_android_offset +wangdaye.com.geometricweather.R$string: int mtrl_picker_text_input_date_range_start_hint +androidx.preference.R$id: int accessibility_custom_action_21 +wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider valueOf(java.lang.String) +com.google.android.material.R$style: int Widget_AppCompat_ActionButton_CloseMode +wangdaye.com.geometricweather.R$color: int mtrl_btn_ripple_color +wangdaye.com.geometricweather.R$style: int TextAppearance_Compat_Notification_Title +android.didikee.donate.R$styleable: int SwitchCompat_thumbTint +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_rotation +wangdaye.com.geometricweather.R$styleable: int GradientColor_android_centerY +wangdaye.com.geometricweather.R$attr: int listChoiceBackgroundIndicator +androidx.work.impl.utils.futures.AbstractFuture: java.lang.Object value +androidx.legacy.coreutils.R$string +okhttp3.internal.Util: okio.ByteString UTF_32_BE_BOM +wangdaye.com.geometricweather.R$color: int primary_material_light +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_ellipsize +androidx.vectordrawable.R$id: int tag_accessibility_heading +androidx.preference.R$styleable: int AppCompatTheme_actionDropDownStyle +okhttp3.Headers$Builder: java.util.List namesAndValues +androidx.appcompat.R$attr: int actionModeSelectAllDrawable +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: boolean cancelled +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionBar +androidx.appcompat.R$styleable: int ActionMenuItemView_android_minWidth +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1: void onFailure(retrofit2.Call,java.lang.Throwable) +wangdaye.com.geometricweather.R$drawable: int abc_text_select_handle_middle_mtrl_dark +com.google.android.material.R$attr: int mock_showLabel +james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem +com.jaredrummler.android.colorpicker.R$layout: int abc_action_mode_bar +okhttp3.internal.connection.ConnectionSpecSelector: boolean isFallbackPossible(javax.net.ssl.SSLSocket) +androidx.lifecycle.ViewModelProvider: ViewModelProvider(androidx.lifecycle.ViewModelStore,androidx.lifecycle.ViewModelProvider$Factory) +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: void setContent(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean) +cyanogenmod.app.ProfileGroup: android.os.Parcelable$Creator CREATOR +com.google.android.material.R$style: int Widget_MaterialComponents_ActionBar_Primary +wangdaye.com.geometricweather.R$animator: int weather_clear_day_1 +com.google.android.material.slider.Slider: void setThumbStrokeWidthResource(int) +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.rx.RxDao rxPlain() +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_DialogWindowTitle_AppCompat +cyanogenmod.externalviews.KeyguardExternalView$8: boolean val$showing +wangdaye.com.geometricweather.R$layout: int design_layout_tab_icon +androidx.appcompat.R$styleable: int SearchView_commitIcon +james.adaptiveicon.R$styleable: int Toolbar_menu +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: int getStatus() +io.reactivex.Observable: io.reactivex.Observable timestamp() +wangdaye.com.geometricweather.R$dimen: int mtrl_bottomappbar_height +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: java.util.List value +androidx.appcompat.R$color: int bright_foreground_material_dark +com.google.android.material.R$style: int Base_Widget_AppCompat_ActivityChooserView +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_closeIcon +androidx.constraintlayout.widget.R$attr: int iconTintMode +androidx.appcompat.R$styleable: int MenuView_android_verticalDivider +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Metric: int UnitType +com.google.android.material.R$style: int Widget_AppCompat_ImageButton +com.google.android.material.R$style: int Widget_MaterialComponents_Toolbar_Primary +androidx.appcompat.widget.AppCompatEditText: android.text.Editable getText() +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_android_elevation +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Large +androidx.fragment.R$id: int accessibility_custom_action_23 +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean setDisplayGammaCalibration(int,int[]) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.util.List value +io.reactivex.Observable: io.reactivex.Observable timeout(io.reactivex.functions.Function,io.reactivex.ObservableSource) +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void truncateFinal() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: java.lang.String getEn_US() +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_DrawerArrowToggle +org.greenrobot.greendao.AbstractDao: void saveInTx(java.lang.Iterable) +okhttp3.internal.Util: java.util.Comparator NATURAL_ORDER +com.google.android.material.R$styleable: int StateListDrawable_android_constantSize +androidx.lifecycle.reactivestreams.R +com.jaredrummler.android.colorpicker.R$attr: int negativeButtonText +com.bumptech.glide.R$id: int notification_main_column_container +wangdaye.com.geometricweather.R$id: int baseline +cyanogenmod.app.PartnerInterface: java.lang.String MODIFY_NETWORK_SETTINGS_PERMISSION +androidx.appcompat.R$id: int search_voice_btn +wangdaye.com.geometricweather.R$styleable: int ArcProgress_bottom_text +androidx.preference.R$attr: int actionViewClass +androidx.preference.R$styleable: int Preference_android_persistent +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_default_padding_start_material +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_popupTheme +wangdaye.com.geometricweather.R$attr: int textAllCaps +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit F +org.greenrobot.greendao.AbstractDao: void attachEntity(java.lang.Object,java.lang.Object,boolean) +android.didikee.donate.R$attr: int icon +wangdaye.com.geometricweather.R$color: int material_on_background_emphasis_high_type +androidx.transition.R$id: int ghost_view +androidx.coordinatorlayout.R$layout +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getTempMax() +io.reactivex.Observable: io.reactivex.Observable sorted() +androidx.preference.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: io.reactivex.internal.fuseable.SimpleQueue queue +android.didikee.donate.R$styleable: int Toolbar_logo +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: long serialVersionUID +io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.BiFunction) +android.didikee.donate.R$style: int Base_Widget_AppCompat_PopupWindow +wangdaye.com.geometricweather.db.entities.LocationEntity: boolean residentPosition +androidx.core.app.ComponentActivity +androidx.dynamicanimation.R$attr: int fontProviderPackage +androidx.preference.R$styleable: int LinearLayoutCompat_android_orientation +okio.RealBufferedSource: int select(okio.Options) +com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge +okhttp3.EventListener: void callEnd(okhttp3.Call) +androidx.core.app.CoreComponentFactory: CoreComponentFactory() +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setRainPrecipitation(java.lang.Float) +com.google.gson.stream.JsonReader: int NUMBER_CHAR_DECIMAL +com.xw.repo.bubbleseekbar.R$drawable: int abc_text_cursor_material +com.google.android.material.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item +wangdaye.com.geometricweather.R$layout: int widget_day_pixel +wangdaye.com.geometricweather.R$attr: int splitTrack +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit[] values() +wangdaye.com.geometricweather.R$id: int add +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: void onNext(java.lang.Object) +androidx.viewpager2.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable +com.google.android.material.R$styleable: int MenuGroup_android_visible +retrofit2.HttpServiceMethod: retrofit2.HttpServiceMethod parseAnnotations(retrofit2.Retrofit,java.lang.reflect.Method,retrofit2.RequestFactory) +com.google.android.material.circularreveal.CircularRevealFrameLayout: void setCircularRevealOverlayDrawable(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration +com.xw.repo.bubbleseekbar.R$string: int status_bar_notification_info_overflow +okhttp3.ConnectionSpec$Builder +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_SeekBar +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder authenticator(okhttp3.Authenticator) +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: void cancelLiveLockScreen(java.lang.String,int,int) +james.adaptiveicon.R$style: int Theme_AppCompat_Light +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setPm10(java.lang.Float) +wangdaye.com.geometricweather.R$styleable: int Constraint_android_translationY +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: io.reactivex.Observer downstream +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Body2 +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Toolbar_Primary +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableBottomCompat +wangdaye.com.geometricweather.R$color: int mtrl_text_btn_text_color_selector +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_track +androidx.work.impl.WorkDatabase_Impl +wangdaye.com.geometricweather.db.entities.MinutelyEntity: MinutelyEntity() +wangdaye.com.geometricweather.R$attr: int endIconContentDescription +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: boolean hasPermissions(android.content.Context) +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse +com.bumptech.glide.integration.okhttp.R$dimen: R$dimen() +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_gestureInsetBottomIgnored +wangdaye.com.geometricweather.R$animator: int linear_indeterminate_line1_head_interpolator +okhttp3.ConnectionPool$1: ConnectionPool$1(okhttp3.ConnectionPool) +com.turingtechnologies.materialscrollbar.R$id: int left +com.google.android.material.R$attr: int region_widthLessThan +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeTotalPrecipitationDuration() +com.google.android.material.R$styleable: int AppCompatTextView_textLocale +androidx.appcompat.R$attr: int autoSizeMaxTextSize +com.google.android.material.R$styleable: int ConstraintSet_android_layout_marginStart +retrofit2.RequestFactory$Builder: java.lang.String PARAM +com.google.android.material.R$style: int Theme_MaterialComponents_Light_NoActionBar_Bridge +androidx.preference.R$attr: int textLocale +androidx.constraintlayout.widget.R$attr: int theme +com.google.android.material.R$anim: int abc_slide_out_top +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_track_size +okhttp3.internal.http.RealInterceptorChain: int connectTimeout +com.xw.repo.bubbleseekbar.R$attr: int textAppearancePopupMenuHeader +com.google.android.material.R$styleable: int MenuView_subMenuArrow +wangdaye.com.geometricweather.R$styleable: int MaterialCardView_android_checkable +androidx.viewpager2.R$styleable: int RecyclerView_layoutManager +com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getEndIconContentDescription() +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer windDirection +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_thumbTint +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Display2 +io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: ObservableRetryBiPredicate$RetryBiObserver(io.reactivex.Observer,io.reactivex.functions.BiPredicate,io.reactivex.internal.disposables.SequentialDisposable,io.reactivex.ObservableSource) +com.google.android.material.R$attr: int layout_constraintLeft_creator +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String HOMESCREEN_URI +com.google.android.material.R$styleable: int CardView_contentPaddingTop +com.google.android.material.R$styleable: int NavigationView_itemIconTint +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_goneMarginTop +com.turingtechnologies.materialscrollbar.R$color: int bright_foreground_disabled_material_light +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_toBottomOf +com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat_Dialog +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Small_Inverse +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView +com.turingtechnologies.materialscrollbar.R$id: int icon +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setLongitude(java.lang.String) +com.turingtechnologies.materialscrollbar.R$string: int path_password_eye_mask_strike_through +androidx.constraintlayout.utils.widget.ImageFilterView: void setOverlay(boolean) +com.jaredrummler.android.colorpicker.R$styleable: int CheckBoxPreference_disableDependentsState +androidx.constraintlayout.widget.R$styleable: int KeyCycle_waveOffset +com.google.android.material.R$styleable: int OnClick_clickAction +wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout +wangdaye.com.geometricweather.R$attr: int dragDirection +com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_updatesContinuously +com.google.gson.internal.LinkedTreeMap: void removeInternal(com.google.gson.internal.LinkedTreeMap$Node,boolean) +androidx.lifecycle.ServiceLifecycleDispatcher: androidx.lifecycle.LifecycleRegistry mRegistry +androidx.fragment.R$style: int TextAppearance_Compat_Notification_Line2 +com.google.android.material.R$styleable: int Slider_thumbColor +com.google.android.material.R$dimen: int disabled_alpha_material_dark +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionBar_TabView +androidx.preference.R$id: int accessibility_custom_action_8 +android.didikee.donate.R$drawable: int abc_seekbar_tick_mark_material +androidx.preference.R$id: int normal +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemHeight +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind +io.reactivex.Observable: io.reactivex.disposables.Disposable subscribe(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer,io.reactivex.functions.Action) +androidx.appcompat.R$dimen: int notification_media_narrow_margin +androidx.vectordrawable.R$style +androidx.constraintlayout.widget.R$id: int checked +okhttp3.internal.ws.RealWebSocket$1: okhttp3.internal.ws.RealWebSocket this$0 +james.adaptiveicon.R$attr: int selectableItemBackgroundBorderless +wangdaye.com.geometricweather.R$string: int mtrl_picker_date_header_unselected +okio.RealBufferedSource: java.lang.String readUtf8LineStrict() +com.turingtechnologies.materialscrollbar.R$attr: int counterOverflowTextAppearance +android.didikee.donate.R$styleable: int AppCompatTheme_android_windowIsFloating +cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String MONTH +androidx.customview.R$styleable: int FontFamilyFont_android_ttcIndex +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textColorAlertDialogListItem +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: PrecipitationProbability(java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float) +androidx.customview.R$id: int line3 +androidx.preference.R$color: int abc_tint_switch_track +com.google.android.material.R$styleable: int Constraint_android_orientation +cyanogenmod.providers.DataUsageContract: int COLUMN_OF_LABEL +com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawable_android_variablePadding +androidx.appcompat.R$id: int list_item +james.adaptiveicon.R$styleable: int AppCompatTheme_colorControlActivated +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_star_black_36dp +androidx.appcompat.R$style: int Theme_AppCompat +wangdaye.com.geometricweather.R$attr: int tickColor +cyanogenmod.os.Build$CM_VERSION_CODES: Build$CM_VERSION_CODES() +cyanogenmod.hardware.IThermalListenerCallback$Stub$Proxy: android.os.IBinder asBinder() +androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_android_fontVariationSettings +androidx.work.ListenableWorker: ListenableWorker(android.content.Context,androidx.work.WorkerParameters) +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_seek_step_section +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHorizontal_chainStyle +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: byte[] readPersistentBytes(java.lang.String) +com.google.android.material.R$attr: int daySelectedStyle +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder retryOnConnectionFailure(boolean) +wangdaye.com.geometricweather.R$dimen: int abc_dialog_corner_radius_material +com.google.android.material.R$drawable: int abc_ic_star_black_36dp +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: org.reactivestreams.Subscription receiver +wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.String getShortUVDescription() +okhttp3.internal.http2.Http2Connection: void awaitPong() +cyanogenmod.weather.WeatherInfo: int describeContents() +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language ENGLISH_UK +wangdaye.com.geometricweather.R$attr: int textInputStyle +okhttp3.internal.cache.CacheInterceptor$1: okio.BufferedSource val$source +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: int limit +com.google.android.material.R$style: int Base_Widget_AppCompat_RatingBar_Indicator +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: java.lang.String type +com.google.android.material.textfield.TextInputLayout: void setEnabled(boolean) +androidx.lifecycle.ClassesInfoCache: java.util.Map mCallbackMap +okio.Buffer: long indexOf(byte) +wangdaye.com.geometricweather.R$dimen: int abc_search_view_preferred_height +com.google.android.material.R$styleable: int GradientColor_android_endY +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property SnowPrecipitationProbability +com.turingtechnologies.materialscrollbar.R$anim: int abc_fade_in +com.turingtechnologies.materialscrollbar.R$styleable: int CardView_contentPaddingBottom +androidx.constraintlayout.widget.R$attr: int listPopupWindowStyle +androidx.recyclerview.R$id: int action_text +cyanogenmod.providers.CMSettings$Global: long getLong(android.content.ContentResolver,java.lang.String) +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String THEME_ID +wangdaye.com.geometricweather.R$attr: int animate_relativeTo +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: java.util.concurrent.atomic.AtomicInteger wip +androidx.lifecycle.SavedStateHandle: androidx.lifecycle.SavedStateHandle createHandle(android.os.Bundle,android.os.Bundle) +cyanogenmod.providers.CMSettings: boolean LOCAL_LOGV +cyanogenmod.profiles.LockSettings$1: java.lang.Object[] newArray(int) +wangdaye.com.geometricweather.common.basic.models.weather.UV: boolean isValid() +com.google.android.material.chip.Chip: void setBackgroundTintList(android.content.res.ColorStateList) +cyanogenmod.profiles.AirplaneModeSettings: int mValue +com.jaredrummler.android.colorpicker.R$styleable: int[] MenuView +wangdaye.com.geometricweather.R$drawable: int notif_temp_58 +com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_min_width_minor +com.google.android.material.R$dimen: int mtrl_calendar_content_padding +androidx.lifecycle.ClassesInfoCache$CallbackInfo: void invokeCallbacks(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event,java.lang.Object) +androidx.appcompat.R$drawable: int tooltip_frame_dark +wangdaye.com.geometricweather.R$styleable: int Chip_android_textColor +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_min +com.google.android.material.R$id: int tag_accessibility_pane_title +wangdaye.com.geometricweather.R$attr: int dayStyle +io.reactivex.internal.functions.Functions$HashSetCallable: io.reactivex.internal.functions.Functions$HashSetCallable[] values() +androidx.constraintlayout.widget.R$styleable: int[] KeyAttribute +io.reactivex.internal.subscriptions.BasicQueueSubscription: void request(long) +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents +okhttp3.internal.http2.Http2Connection$Listener: void onSettings(okhttp3.internal.http2.Http2Connection) +com.turingtechnologies.materialscrollbar.R$styleable: int CardView_contentPaddingLeft +androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_fontFamily +cyanogenmod.providers.CMSettings$InclusiveFloatRangeValidator: float mMax +androidx.legacy.coreutils.R$id: int action_divider +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintCircle +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Button +androidx.lifecycle.LiveData: int mVersion +retrofit2.RequestBuilder: void addPart(okhttp3.Headers,okhttp3.RequestBody) +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: float getMilliMeters(float) +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setTemperature(int) +com.google.android.material.R$string: int material_timepicker_hour +com.xw.repo.bubbleseekbar.R$drawable: int notification_bg_normal_pressed +james.adaptiveicon.R$drawable: int abc_list_divider_mtrl_alpha +androidx.legacy.coreutils.R$integer: R$integer() +androidx.swiperefreshlayout.R$id: int icon +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Metric: int UnitType +androidx.constraintlayout.widget.R$styleable: int Toolbar_contentInsetStart +androidx.preference.R$style: int TextAppearance_Compat_Notification_Title +androidx.preference.R$dimen: int abc_dialog_corner_radius_material +okhttp3.internal.connection.StreamAllocation: okhttp3.Route route() +androidx.constraintlayout.widget.R$drawable: int abc_tab_indicator_mtrl_alpha +wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_animDuration +wangdaye.com.geometricweather.R$color: int primary_text_disabled_material_light +com.jaredrummler.android.colorpicker.R$drawable: int abc_textfield_search_activated_mtrl_alpha +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Metric +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: java.lang.String getLtoDestination() +com.xw.repo.bubbleseekbar.R$attr: int spinnerDropDownItemStyle +retrofit2.ParameterHandler$HeaderMap +com.google.android.material.R$drawable: int abc_edit_text_material +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_drawableRight +com.xw.repo.bubbleseekbar.R$layout: int notification_template_custom_big +androidx.preference.R$styleable: int[] ViewStubCompat +com.xw.repo.bubbleseekbar.R$drawable: int abc_text_select_handle_middle_mtrl_dark +androidx.lifecycle.MethodCallsLogger: MethodCallsLogger() +androidx.constraintlayout.widget.R$dimen: int notification_media_narrow_margin +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: boolean mainDone +io.reactivex.Observable: io.reactivex.Single toMap(io.reactivex.functions.Function,io.reactivex.functions.Function) +androidx.constraintlayout.widget.R$attr: int layout_constraintEnd_toStartOf +com.google.android.material.slider.Slider: int getTrackWidth() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle +com.bumptech.glide.MemoryCategory: com.bumptech.glide.MemoryCategory HIGH +androidx.recyclerview.R$attr: int fontProviderPackage +android.didikee.donate.R$styleable: int AppCompatTheme_colorControlNormal +io.reactivex.internal.util.NotificationLite: boolean acceptFull(java.lang.Object,io.reactivex.Observer) +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWetBulbTemperature(java.lang.Integer) +androidx.lifecycle.ReportFragment$ActivityInitializationListener +com.google.android.material.R$styleable: int KeyTimeCycle_android_rotation +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_111 +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver +androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type valueOf(java.lang.String) +com.google.android.material.R$dimen: int mtrl_calendar_selection_baseline_to_top_fullscreen +com.xw.repo.bubbleseekbar.R$drawable: int notification_template_icon_bg +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.CompletableObserver downstream +androidx.loader.R$dimen: int notification_media_narrow_margin +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: java.lang.String ShortPhrase +android.didikee.donate.R$styleable: int AppCompatTextHelper_android_drawableRight +james.adaptiveicon.R$styleable: int SearchView_voiceIcon +com.turingtechnologies.materialscrollbar.R$styleable: int CompoundButton_android_button +com.google.android.material.R$attr: int materialCalendarHeaderSelection +androidx.appcompat.R$dimen: int abc_text_size_button_material +wangdaye.com.geometricweather.R$drawable: int shortcuts_snow +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Spinner +okhttp3.Route: Route(okhttp3.Address,java.net.Proxy,java.net.InetSocketAddress) +androidx.appcompat.R$attr: int checkboxStyle +okhttp3.internal.http2.Http2Reader: boolean nextFrame(boolean,okhttp3.internal.http2.Http2Reader$Handler) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: AccuCurrentResult$PrecipitationSummary() +androidx.appcompat.widget.AlertDialogLayout: AlertDialogLayout(android.content.Context,android.util.AttributeSet) +androidx.preference.R$styleable: int AppCompatTheme_ratingBarStyleIndicator +com.turingtechnologies.materialscrollbar.R$layout: int abc_list_menu_item_icon +wangdaye.com.geometricweather.R$attr: int bsb_seek_step_section +com.google.android.material.R$anim: int mtrl_card_lowers_interpolator +wangdaye.com.geometricweather.R$id: int textinput_error +com.google.android.material.R$attr: int windowActionModeOverlay +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintTop_creator +com.turingtechnologies.materialscrollbar.R$dimen: int abc_disabled_alpha_material_dark +androidx.constraintlayout.widget.R$styleable: int KeyCycle_motionProgress +io.reactivex.internal.functions.Functions$NaturalComparator: io.reactivex.internal.functions.Functions$NaturalComparator valueOf(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_waveOffset +cyanogenmod.weather.IRequestInfoListener$Stub$Proxy: java.lang.String getInterfaceDescriptor() +androidx.constraintlayout.widget.R$styleable: int Toolbar_titleMargin +okhttp3.Response: boolean isSuccessful() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: java.lang.String unit +androidx.drawerlayout.R$style +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float rain +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AppBarLayout_Surface +cyanogenmod.externalviews.KeyguardExternalViewProviderService$1$1: cyanogenmod.externalviews.KeyguardExternalViewProviderService$1 this$1 +com.google.android.material.R$id: int action_bar_title +com.turingtechnologies.materialscrollbar.R$attr: int autoSizeStepGranularity +androidx.core.R$styleable: int FontFamilyFont_font +wangdaye.com.geometricweather.R$id: int selection_type +androidx.preference.R$drawable: int abc_ic_star_half_black_36dp +wangdaye.com.geometricweather.db.entities.DailyEntity: int getDaytimeTemperature() +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_PopupMenu +wangdaye.com.geometricweather.R$styleable: int SearchView_suggestionRowLayout +wangdaye.com.geometricweather.R$style: int TestStyleWithoutLineHeight +wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree nighttimeWindDegree +com.google.android.material.R$attr: int materialCalendarDay +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeFindDrawable +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: long serialVersionUID +androidx.constraintlayout.widget.R$drawable: int abc_list_divider_material +com.google.android.material.R$styleable: int[] FloatingActionButton_Behavior_Layout +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: void setWind(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX) +com.bumptech.glide.R$dimen: int notification_top_pad +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: boolean isLeft +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActivityChooserView +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_19 +io.reactivex.internal.observers.LambdaObserver: boolean hasCustomOnError() +cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_NAME +com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat_Dialog +wangdaye.com.geometricweather.R$dimen: int abc_disabled_alpha_material_light +androidx.transition.R$id: int action_image +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: double lon +com.google.android.material.floatingactionbutton.FloatingActionButton: FloatingActionButton(android.content.Context,android.util.AttributeSet,int) +okhttp3.OkHttpClient: int readTimeoutMillis() +com.google.gson.internal.LazilyParsedNumber: java.lang.Object writeReplace() +androidx.appcompat.R$attr: int buttonStyle +wangdaye.com.geometricweather.settings.fragments.ServiceProviderSettingsFragment +androidx.preference.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_DES_CBC_SHA +androidx.constraintlayout.widget.R$styleable: int TextAppearance_fontVariationSettings +cyanogenmod.app.LiveLockScreenManager +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: float getDistance(float) +com.google.android.material.R$styleable: int ColorStateListItem_android_color +wangdaye.com.geometricweather.R$string: int wind_chill_temperature +io.reactivex.Observable: io.reactivex.Observable sample(long,java.util.concurrent.TimeUnit) +io.reactivex.Observable: io.reactivex.Observable buffer(int) +androidx.preference.R$styleable: int SwitchPreference_switchTextOff +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void innerError(java.lang.Throwable) +wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_arrow +android.didikee.donate.R$styleable: int[] ActivityChooserView +com.github.rahatarmanahmed.cpv.CircularProgressView$8 +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeCloudCover +com.google.android.material.slider.RangeSlider: int getTrackSidePadding() +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: int limit +wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String type +com.bumptech.glide.R$id: int async +cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType THEME_RESET +com.google.android.material.R$style: int Widget_MaterialComponents_ProgressIndicator_Linear_Determinate +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_spinnerStyle +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature: AccuDailyResult$DailyForecasts$RealFeelTemperature() +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse +okio.Buffer: boolean rangeEquals(okio.Segment,int,okio.ByteString,int,int) +okhttp3.internal.ws.RealWebSocket$Streams +retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder callFactory(okhttp3.Call$Factory) +wangdaye.com.geometricweather.R$styleable: int ActionBar_contentInsetStart +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Button_Colored +wangdaye.com.geometricweather.R$attr: int editTextStyle +com.google.android.material.R$styleable: int Constraint_flow_horizontalAlign +androidx.appcompat.R$styleable: int GradientColor_android_tileMode +com.google.gson.stream.JsonReader: int peekedNumberLength +androidx.appcompat.R$color: int abc_primary_text_material_dark +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: long index +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_27 +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_android_inputType +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +androidx.preference.R$styleable: int GradientColor_android_startColor +androidx.loader.R$dimen: int compat_button_inset_horizontal_material +androidx.appcompat.R$id: int italic +android.didikee.donate.R$styleable: int ActionMode_background +androidx.appcompat.widget.ActionMenuView: int getPopupTheme() +com.turingtechnologies.materialscrollbar.R$dimen: int design_tab_text_size_2line +androidx.core.R$drawable: int notification_action_background +com.turingtechnologies.materialscrollbar.R$attr: int checkedIconEnabled +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: CNWeatherResult$Life$Info() +androidx.vectordrawable.R$id: int tag_accessibility_clickable_spans +androidx.cardview.R$attr: int cardCornerRadius +com.google.android.material.textfield.TextInputEditText: void setTextInputLayoutFocusedRectEnabled(boolean) +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ListPopupWindow +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_expandedHintEnabled +retrofit2.RequestBuilder: java.lang.String canonicalizeForPath(java.lang.String,boolean) +cyanogenmod.os.Build: java.lang.String getNameForSDKInt(int) +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Display3 +okhttp3.internal.connection.RealConnection: void onSettings(okhttp3.internal.http2.Http2Connection) +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: org.greenrobot.greendao.query.Query weatherEntity_HourlyEntityListQuery +com.bumptech.glide.R$styleable: int[] FontFamilyFont +com.turingtechnologies.materialscrollbar.R$id: int tag_unhandled_key_event_manager +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Long id +com.google.android.material.R$dimen: int mtrl_switch_thumb_elevation +com.google.android.material.R$dimen: int design_appbar_elevation androidx.hilt.work.R$id: int accessibility_custom_action_24 -androidx.cardview.R$styleable: int CardView_contentPaddingBottom -com.turingtechnologies.materialscrollbar.R$animator: int mtrl_btn_unelevated_state_list_anim +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken NAME +androidx.constraintlayout.widget.R$id: int icon_group +cyanogenmod.alarmclock.ClockContract$InstancesColumns: int LOW_NOTIFICATION_STATE +com.jaredrummler.android.colorpicker.R$style: int Base_Animation_AppCompat_Tooltip +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: long produced +cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_setDefaultPhoneSub +androidx.preference.R$styleable: int MenuItem_android_enabled +james.adaptiveicon.R$drawable: int notification_bg_low +androidx.constraintlayout.widget.R$id: int NO_DEBUG +okio.BufferedSource: void skip(long) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarTabTextStyle +io.reactivex.Observable: io.reactivex.Observable doAfterNext(io.reactivex.functions.Consumer) +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: java.lang.String LanguageCode +com.google.android.material.R$styleable: int KeyAttribute_android_translationX +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String Type +com.jaredrummler.android.colorpicker.R$styleable: int[] DrawerArrowToggle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: CaiYunForecastResult() +androidx.constraintlayout.widget.R$attr: int alertDialogButtonGroupStyle +okhttp3.internal.tls.BasicCertificateChainCleaner: okhttp3.internal.tls.TrustRootIndex trustRootIndex +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_DayTextView +james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart +com.google.android.material.R$style: int Platform_ThemeOverlay_AppCompat_Dark +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: int getDesiredWidth() +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_icon +androidx.preference.R$attr: int thumbTint +wangdaye.com.geometricweather.R$color: int dim_foreground_disabled_material_dark +com.google.android.material.appbar.AppBarLayout: void setLiftOnScroll(boolean) +androidx.appcompat.widget.SearchView: int getSuggestionRowLayout() +wangdaye.com.geometricweather.R$styleable: int BottomAppBar_fabAlignmentMode +androidx.viewpager2.R$styleable: int FontFamily_fontProviderCerts +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIndicatorHeight +wangdaye.com.geometricweather.R$styleable: int MaterialTextView_lineHeight +cyanogenmod.weather.ICMWeatherManager$Stub: android.os.IBinder asBinder() +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeRainPrecipitationProbability(java.lang.Float) +cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode mVibrateMode +androidx.preference.R$attr: int showDividers +androidx.preference.R$styleable: int Toolbar_contentInsetEnd +com.google.android.material.R$attr: int layout_constraintEnd_toStartOf +androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_layout_keyline +okhttp3.internal.http2.Http2Connection$7: okhttp3.internal.http2.Http2Connection this$0 +com.jaredrummler.android.colorpicker.R$dimen: int notification_right_icon_size +androidx.work.R$id: int action_container +okhttp3.ResponseBody: okhttp3.MediaType contentType() +com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleMarginStart(int) +okio.Buffer: okio.Buffer writeUtf8(java.lang.String,int,int) +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd +wangdaye.com.geometricweather.R$styleable: int[] MultiSelectListPreference +androidx.appcompat.widget.AppCompatTextView: void setTextFuture(java.util.concurrent.Future) wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Day_Invalid -com.google.android.material.button.MaterialButton: void setSupportBackgroundTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String getFormattedId() -com.google.android.material.R$styleable: int CollapsingToolbarLayout_scrimAnimationDuration -io.reactivex.Observable: io.reactivex.disposables.Disposable forEach(io.reactivex.functions.Consumer) -com.jaredrummler.android.colorpicker.R$string: R$string() -androidx.constraintlayout.widget.R$styleable: int KeyCycle_transitionEasing -wangdaye.com.geometricweather.R$styleable: int ListPreference_android_entries -wangdaye.com.geometricweather.R$id: int dragStart -com.xw.repo.bubbleseekbar.R$bool: int abc_action_bar_embed_tabs -wangdaye.com.geometricweather.R$attr: int appBarLayoutStyle -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: java.util.Map buffers -com.google.android.material.bottomnavigation.BottomNavigationItemView: com.google.android.material.badge.BadgeDrawable getBadge() -wangdaye.com.geometricweather.R$id: int position -androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour: androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour[] values() -cyanogenmod.power.IPerformanceManager$Stub: IPerformanceManager$Stub() -wangdaye.com.geometricweather.R$attr: int contentPaddingBottom -okio.Base64: java.lang.String encode(byte[]) -com.google.android.material.R$layout: int mtrl_picker_header_title_text -com.google.android.material.R$string: int mtrl_picker_a11y_next_month -com.google.android.material.R$attr: int itemRippleColor -com.google.android.material.R$styleable: int MaterialCalendar_yearStyle -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator -okhttp3.Cache: void abortQuietly(okhttp3.internal.cache.DiskLruCache$Editor) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader -androidx.appcompat.R$styleable: int StateListDrawable_android_dither -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.String hourlyForecast -com.google.android.material.R$color: int primary_material_dark -com.turingtechnologies.materialscrollbar.R$id: int center -okio.GzipSource: byte FHCRC -okhttp3.internal.http2.Http2Writer: void goAway(int,okhttp3.internal.http2.ErrorCode,byte[]) -james.adaptiveicon.R$drawable: int abc_ic_star_black_48dp -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_TabView -androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_drawableLeft -androidx.preference.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_navigationIcon -com.xw.repo.bubbleseekbar.R$id: int title_template -androidx.recyclerview.R$dimen: int compat_notification_large_icon_max_height -com.jaredrummler.android.colorpicker.R$attr: int height -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -androidx.dynamicanimation.R$dimen: int notification_top_pad_large_text -okio.ForwardingTimeout: ForwardingTimeout(okio.Timeout) -androidx.vectordrawable.R$style: int TextAppearance_Compat_Notification_Line2 -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Maximum Maximum -okio.GzipSource: java.util.zip.CRC32 crc -wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: float unitFactor -com.google.android.material.R$styleable: int LinearLayoutCompat_android_orientation -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemHorizontalPadding -com.turingtechnologies.materialscrollbar.R$styleable: int[] MenuView -retrofit2.RequestBuilder$ContentTypeOverridingRequestBody: okhttp3.RequestBody delegate -io.reactivex.Observable: io.reactivex.Single toMap(io.reactivex.functions.Function) -com.google.android.material.R$styleable: int KeyPosition_percentWidth -wangdaye.com.geometricweather.db.entities.AlertEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.AlertEntity,int) -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle -cyanogenmod.providers.CMSettings$3: boolean validate(java.lang.String) -com.google.android.material.datepicker.MaterialCalendar$CalendarSelector: com.google.android.material.datepicker.MaterialCalendar$CalendarSelector DAY -androidx.constraintlayout.widget.R$interpolator: int btn_radio_to_on_mtrl_animation_interpolator_0 -wangdaye.com.geometricweather.R$styleable: int NavigationView_headerLayout -com.turingtechnologies.materialscrollbar.R$styleable: int ViewBackgroundHelper_android_background -androidx.customview.R$drawable: int notification_template_icon_low_bg -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: long serialVersionUID -wangdaye.com.geometricweather.R$attr: int subMenuArrow -okio.AsyncTimeout$1: okio.AsyncTimeout this$0 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Imperial: java.lang.String Unit -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: java.lang.String[] getPermissions() -wangdaye.com.geometricweather.R$drawable: int shortcuts_thunderstorm_foreground -io.reactivex.internal.util.EmptyComponent: boolean isDisposed() -okhttp3.internal.http1.Http1Codec: boolean isClosed() -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_shadowRadius -cyanogenmod.weather.WeatherInfo$Builder: double mTodaysHighTemp -com.google.android.material.circularreveal.CircularRevealGridLayout: int getCircularRevealScrimColor() -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Body1 -com.turingtechnologies.materialscrollbar.R$attr: int switchMinWidth -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_checked -com.google.android.material.R$dimen: int mtrl_calendar_header_height -com.google.android.material.R$styleable: int[] ViewBackgroundHelper -okhttp3.RequestBody$3: void writeTo(okio.BufferedSink) -cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String ALARM_ID -android.didikee.donate.R$style: int Theme_AppCompat_Light_Dialog -okhttp3.ResponseBody: okhttp3.ResponseBody create(okhttp3.MediaType,java.lang.String) -wangdaye.com.geometricweather.R$attr: int bsb_second_track_color -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_alertDialogTheme -okhttp3.internal.http2.Settings: int get(int) -androidx.viewpager.R$dimen: int notification_action_text_size -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_profileExists -io.reactivex.Observable: io.reactivex.Observable switchMapDelayError(io.reactivex.functions.Function) -com.google.gson.stream.JsonReader: java.lang.String getPath() -wangdaye.com.geometricweather.db.entities.LocationEntity: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource weatherSource -androidx.swiperefreshlayout.R$id: int notification_main_column -cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy: android.os.IBinder mRemote -wangdaye.com.geometricweather.R$animator: int linear_indeterminate_line2_head_interpolator -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Imperial: java.lang.String Unit -wangdaye.com.geometricweather.R$attr: int boxStrokeWidth -androidx.hilt.lifecycle.R$anim: int fragment_open_enter -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String aqiText -com.xw.repo.bubbleseekbar.R$drawable: int abc_scrubber_control_off_mtrl_alpha -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_anim_duration -androidx.fragment.R$drawable -com.xw.repo.bubbleseekbar.R$style: int Base_AlertDialog_AppCompat -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer grassLevel -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property Id -androidx.hilt.lifecycle.R$id: int icon_group -wangdaye.com.geometricweather.R$dimen: int mtrl_low_ripple_focused_alpha -androidx.appcompat.widget.ListPopupWindow -androidx.preference.R$style: int Widget_AppCompat_AutoCompleteTextView -wangdaye.com.geometricweather.main.MainActivity: void onSearchBarClicked(android.view.View) -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_passwordToggleTint -okhttp3.internal.http1.Http1Codec$UnknownLengthSource: Http1Codec$UnknownLengthSource(okhttp3.internal.http1.Http1Codec) -wangdaye.com.geometricweather.R$id: int groups -cyanogenmod.profiles.BrightnessSettings$1: cyanogenmod.profiles.BrightnessSettings createFromParcel(android.os.Parcel) -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_visible -androidx.dynamicanimation.R$styleable: int FontFamilyFont_fontWeight +wangdaye.com.geometricweather.R$attr: int itemTextAppearanceInactive +androidx.appcompat.R$drawable: int notification_bg_normal_pressed +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color: java.lang.String Hex +androidx.appcompat.R$dimen: int abc_text_size_medium_material +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_pathMotionArc +com.google.android.material.chip.Chip: void setEllipsize(android.text.TextUtils$TruncateAt) +com.google.android.material.R$attr: int windowNoTitle +androidx.lifecycle.R +com.google.android.material.R$drawable: int abc_btn_colored_material +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 +com.google.android.material.R$styleable: int Layout_barrierAllowsGoneWidgets +retrofit2.Retrofit +wangdaye.com.geometricweather.R$style: int Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog +com.xw.repo.bubbleseekbar.R$drawable: int abc_textfield_search_activated_mtrl_alpha +androidx.appcompat.widget.AppCompatEditText: AppCompatEditText(android.content.Context,android.util.AttributeSet) +androidx.viewpager2.R$id: int tag_accessibility_clickable_spans +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver(io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver) +james.adaptiveicon.R$color: int switch_thumb_normal_material_light +androidx.core.app.CoreComponentFactory +io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: io.reactivex.subjects.UnicastSubject this$0 +com.turingtechnologies.materialscrollbar.R$attr: int enforceTextAppearance +androidx.recyclerview.widget.RecyclerView +com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_arrowHeadLength +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: void dispose() +com.google.android.material.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTheme +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: double HoursOfRain +james.adaptiveicon.R$style: int Base_Widget_AppCompat_AutoCompleteTextView +androidx.activity.R$id: int accessibility_custom_action_22 +wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayVerticalProvider +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: void setValue(java.util.List) com.jaredrummler.android.colorpicker.R$styleable: int RecycleListView_paddingTopNoTitle -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Menu -androidx.appcompat.R$attr: int divider -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_selection_text_baseline_to_bottom_fullscreen -io.reactivex.internal.subscriptions.DeferredScalarSubscription: int HAS_REQUEST_NO_VALUE -android.didikee.donate.R$styleable: int ActionMode_titleTextStyle -com.google.android.material.tabs.TabLayout: void setTabMode(int) -com.google.android.material.R$id: int textinput_error -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle -com.google.android.material.R$id: int accessibility_custom_action_10 -com.google.android.material.R$attr: int fabCradleMargin -wangdaye.com.geometricweather.R$drawable: int mtrl_ic_cancel -androidx.work.R$styleable: int FontFamily_fontProviderPackage -androidx.preference.R$style: int Base_Animation_AppCompat_Tooltip -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_goIcon -james.adaptiveicon.R$attr: int actionModeCloseButtonStyle -androidx.appcompat.R$attr: int navigationContentDescription -cyanogenmod.weather.CMWeatherManager$WeatherServiceProviderChangeListener: void onWeatherServiceProviderChanged(java.lang.String) -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamily_fontProviderAuthority -com.google.android.material.R$dimen: int mtrl_extended_fab_translation_z_base -androidx.vectordrawable.R$id: int italic -androidx.appcompat.R$dimen: int abc_control_corner_material -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void drain() -wangdaye.com.geometricweather.R$styleable: int MultiSelectListPreference_entries -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_radioButtonStyle -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPopupWindowStyle -okhttp3.internal.cache.DiskLruCache: java.lang.String JOURNAL_FILE_TEMP -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: boolean hasError() -okhttp3.internal.platform.Platform: void afterHandshake(javax.net.ssl.SSLSocket) -james.adaptiveicon.R$styleable: int ActionBar_homeLayout -androidx.hilt.R$id: int accessibility_custom_action_6 -wangdaye.com.geometricweather.R$attr: int onNegativeCross -androidx.preference.R$color: int foreground_material_light -androidx.preference.R$color: int secondary_text_default_material_light -cyanogenmod.app.Profile$TriggerState: Profile$TriggerState() -androidx.appcompat.resources.R$dimen: int compat_button_inset_horizontal_material -androidx.fragment.R$id: int accessibility_custom_action_28 -io.reactivex.subjects.PublishSubject$PublishDisposable: void dispose() -com.google.android.material.textfield.TextInputLayout: void removeOnEditTextAttachedListener(com.google.android.material.textfield.TextInputLayout$OnEditTextAttachedListener) -com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_switch_to_on_mtrl_00012 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: java.util.List getValue() -com.jaredrummler.android.colorpicker.R$id: int regular -androidx.appcompat.R$styleable: int SwitchCompat_splitTrack -wangdaye.com.geometricweather.R$id: int sin -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_PopupMenu -com.google.android.material.R$id: int on -com.turingtechnologies.materialscrollbar.R$attr: int actionBarItemBackground -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area$LastAction -android.didikee.donate.R$dimen: int abc_control_padding_material -wangdaye.com.geometricweather.R$color: int mtrl_card_view_foreground -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver parent -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_DialogWhenLarge -org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.rx.RxTransaction rxTxPlain() -okhttp3.Protocol: okhttp3.Protocol HTTP_1_1 -com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getHaloTintList() -okhttp3.Headers: java.lang.String[] namesAndValues -com.google.android.material.R$dimen: int mtrl_btn_elevation -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setProgressBackgroundColor(int) -com.google.android.material.R$style: int Base_Theme_AppCompat_Light_DarkActionBar -wangdaye.com.geometricweather.R$drawable: int material_ic_keyboard_arrow_left_black_24dp -wangdaye.com.geometricweather.R$string: int settings_language -com.google.android.material.R$attr: int drawableStartCompat -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: void dispose() -com.turingtechnologies.materialscrollbar.R$animator: int mtrl_fab_show_motion_spec -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: java.lang.Object poll() -wangdaye.com.geometricweather.R$styleable: int MaterialCardView_android_checkable -androidx.appcompat.R$styleable: int AppCompatTheme_editTextColor -androidx.appcompat.R$styleable: int AppCompatTheme_borderlessButtonStyle -com.google.android.material.card.MaterialCardView: void setRippleColorResource(int) -wangdaye.com.geometricweather.R$styleable: int GradientColorItem_android_color -okhttp3.internal.cache.CacheInterceptor: boolean isEndToEnd(java.lang.String) -wangdaye.com.geometricweather.R$attr: int passwordToggleContentDescription -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_22 -wangdaye.com.geometricweather.R$drawable: int flag_ko -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large -androidx.lifecycle.LiveData: boolean mDispatchingValue -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_titleEnabled -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHorizontal_bias -com.turingtechnologies.materialscrollbar.R$attr: int insetForeground -okio.Buffer: byte getByte(long) -android.didikee.donate.R$style: int Platform_Widget_AppCompat_Spinner +cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy: boolean handles(android.content.Intent) +wangdaye.com.geometricweather.R$dimen: int clock_face_margin_start +androidx.appcompat.widget.LinearLayoutCompat: int getVirtualChildCount() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: void setValue(java.lang.String) +cyanogenmod.app.IProfileManager$Stub$Proxy: void removeNotificationGroup(android.app.NotificationGroup) +android.didikee.donate.R$dimen: int abc_text_size_headline_material +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_Layout_layout_collapseMode +com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_check_material +com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_padding_material +com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_android_fontVariationSettings +cyanogenmod.weather.WeatherInfo: int access$302(cyanogenmod.weather.WeatherInfo,int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean +android.didikee.donate.R$styleable: int SwitchCompat_android_thumb +wangdaye.com.geometricweather.R$id: int activity_widget_config_scrollView +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_maximum_default_fullscreen_minor_axis +cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator access$000() +com.google.android.material.R$attr: int flow_verticalStyle +com.google.android.material.R$color: int mtrl_popupmenu_overlay_color +wangdaye.com.geometricweather.R$styleable: int ColorPanelView_cpv_showOldColor +wangdaye.com.geometricweather.db.entities.WeatherEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode +androidx.drawerlayout.R$layout: int notification_template_icon_group +androidx.preference.R$id: int screen +cyanogenmod.profiles.BrightnessSettings: int mValue +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintVertical_chainStyle +com.google.android.material.bottomappbar.BottomAppBar: void setFabCradleMargin(float) +androidx.recyclerview.R$layout: int notification_action_tombstone +wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: void setColor(boolean) +com.google.android.material.R$attr: int tabContentStart +androidx.viewpager.R$id: int action_divider +cyanogenmod.app.ICMTelephonyManager: boolean isSubActive(int) +cyanogenmod.providers.CMSettings$DelimitedListValidator: CMSettings$DelimitedListValidator(java.lang.String[],java.lang.String,boolean) +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator +wangdaye.com.geometricweather.R$attr: int errorIconTintMode +com.turingtechnologies.materialscrollbar.R$style: int Animation_AppCompat_Dialog +androidx.lifecycle.LifecycleRegistry: void forwardPass(androidx.lifecycle.LifecycleOwner) +androidx.recyclerview.R$dimen: int notification_subtext_size +androidx.work.R$styleable: int FontFamilyFont_android_fontWeight +com.google.android.material.R$attr: int contentPaddingRight +com.google.android.material.R$styleable: int ConstraintSet_flow_maxElementsWrap +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: java.lang.String value +wangdaye.com.geometricweather.R$drawable: int notif_temp_6 +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_fontVariationSettings +okhttp3.Request$Builder: okhttp3.Request build() +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_NULL_MD5 +androidx.appcompat.R$dimen: int notification_content_margin_start +android.didikee.donate.R$color: int dim_foreground_material_dark +androidx.customview.R$dimen: int notification_top_pad_large_text +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon +io.reactivex.internal.disposables.DisposableHelper: io.reactivex.internal.disposables.DisposableHelper[] values() +io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: io.reactivex.Observer downstream +io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: long serialVersionUID +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: java.lang.Object poll() +wangdaye.com.geometricweather.R$attr: int windowFixedWidthMinor +androidx.preference.R$style: int Theme_AppCompat_Light_Dialog_Alert +cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_BRIGHTNESS_CONTROL +androidx.vectordrawable.animated.R$styleable: int[] FontFamily +wangdaye.com.geometricweather.R$string: int mtrl_picker_range_header_only_end_selected +android.didikee.donate.R$drawable: int abc_text_select_handle_middle_mtrl_light +androidx.preference.R$style: int Widget_AppCompat_DrawerArrowToggle +androidx.appcompat.resources.R$drawable: int notification_bg_low_normal +com.google.android.material.timepicker.TimePickerView: void setOnPeriodChangeListener(com.google.android.material.timepicker.TimePickerView$OnPeriodChangeListener) +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_editTextBackground +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind: AccuDailyResult$DailyForecasts$Night$Wind() +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_logo +wangdaye.com.geometricweather.db.entities.HistoryEntity: int getDaytimeTemperature() +android.didikee.donate.R$styleable: int Spinner_popupTheme +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeInsetTop +wangdaye.com.geometricweather.R$animator: int design_fab_show_motion_spec +wangdaye.com.geometricweather.R$string: int settings_category_notification +wangdaye.com.geometricweather.R$dimen: int current_weather_icon_size +androidx.preference.R$attr: int switchTextOn +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceTheme +wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_textAppearance +retrofit2.ParameterHandler$1 +android.didikee.donate.R$color: int switch_thumb_normal_material_dark +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: io.reactivex.internal.util.AtomicThrowable errors +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_23 +androidx.swiperefreshlayout.R$dimen: int notification_small_icon_background_padding +androidx.vectordrawable.R$integer: int status_bar_notification_info_maxnum +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_menu +okhttp3.internal.connection.StreamAllocation: java.net.Socket releaseIfNoNewStreams() +androidx.work.R$id: int blocking +com.google.gson.internal.LinkedTreeMap: int size() +androidx.preference.R$style: int Theme_AppCompat_DialogWhenLarge +com.google.android.material.textfield.TextInputLayout: android.graphics.drawable.Drawable getStartIconDrawable() +androidx.legacy.coreutils.R$color +androidx.appcompat.R$attr: int dialogCornerRadius +wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_width +android.didikee.donate.R$style: int Widget_AppCompat_ActionMode +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title +com.google.android.material.R$attr: int tabIndicatorGravity +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Ice: double Value +com.turingtechnologies.materialscrollbar.R$anim: int abc_tooltip_exit +okio.Buffer: okio.ByteString sha1() +androidx.dynamicanimation.R$integer +retrofit2.ParameterHandler$Header: void apply(retrofit2.RequestBuilder,java.lang.Object) +cyanogenmod.providers.CMSettings$Secure: float getFloatForUser(android.content.ContentResolver,java.lang.String,float,int) +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_thumbTintMode +wangdaye.com.geometricweather.R$layout: int design_text_input_start_icon +com.jaredrummler.android.colorpicker.R$attr: int initialActivityCount +androidx.constraintlayout.widget.R$id: int scrollIndicatorUp +james.adaptiveicon.R$styleable: int[] MenuItem +androidx.preference.R$attr: int spanCount +androidx.drawerlayout.R$id: int tag_transition_group +wangdaye.com.geometricweather.R$id: int container_main_header +wangdaye.com.geometricweather.R$id: int transparency_title +android.didikee.donate.R$style: int Widget_AppCompat_ActionButton +james.adaptiveicon.R$style: int Theme_AppCompat_Dialog_MinWidth +wangdaye.com.geometricweather.R$attr: int itemTextColor +wangdaye.com.geometricweather.R$styleable: int[] ShapeAppearance com.turingtechnologies.materialscrollbar.R$style: int Platform_MaterialComponents_Light_Dialog -com.google.android.material.R$styleable: int CollapsingToolbarLayout_collapsedTitleGravity -wangdaye.com.geometricweather.R$drawable: int notif_temp_111 -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: void onChanged(java.lang.Object) -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeApparentTemperature(java.lang.Integer) -androidx.fragment.R$attr: int fontProviderFetchStrategy -wangdaye.com.geometricweather.R$color: int mtrl_bottom_nav_item_tint -wangdaye.com.geometricweather.R$layout: int mtrl_picker_text_input_date_range -cyanogenmod.themes.ThemeManager: void onClientResumed(cyanogenmod.themes.ThemeManager$ThemeChangeListener) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float icePrecipitationProbability -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle -androidx.preference.R$string: int v7_preference_on -wangdaye.com.geometricweather.R$layout: int dialog_resident_location -wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_disableDependentsState -com.jaredrummler.android.colorpicker.R$attr: int icon -com.google.android.material.R$styleable: int Layout_layout_constraintWidth_percent -androidx.appcompat.R$styleable: int FontFamilyFont_fontVariationSettings -wangdaye.com.geometricweather.R$drawable: int ic_temperature_kelvin -androidx.swiperefreshlayout.R$layout: int notification_template_part_chronometer -cyanogenmod.weather.RequestInfo: java.lang.String mKey -androidx.core.view.ViewCompat$1: ViewCompat$1(androidx.core.view.OnApplyWindowInsetsListener) -wangdaye.com.geometricweather.settings.fragments.UnitSettingsFragment -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$styleable: int Layout_barrierMargin -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat -okhttp3.HttpUrl: int hashCode() -cyanogenmod.app.CustomTile: cyanogenmod.app.CustomTile$ExpandedStyle expandedStyle -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWindLevel(java.lang.String) -androidx.lifecycle.FullLifecycleObserverAdapter: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) -wangdaye.com.geometricweather.R$attr: int checked -com.google.android.material.R$styleable: int KeyAttribute_curveFit -com.turingtechnologies.materialscrollbar.R$string: int path_password_strike_through -androidx.preference.R$styleable: int LinearLayoutCompat_android_gravity -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture Past24HourTemperatureDeparture -okhttp3.logging.HttpLoggingInterceptor -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: io.reactivex.functions.BiPredicate comparer -androidx.work.WorkInfo$State: androidx.work.WorkInfo$State SUCCEEDED -wangdaye.com.geometricweather.R$string: int precipitation_probability -okhttp3.internal.http2.Http2Connection: void failConnection() -okhttp3.internal.http.StatusLine: StatusLine(okhttp3.Protocol,int,java.lang.String) -retrofit2.OkHttpCall$ExceptionCatchingResponseBody: okio.BufferedSource source() -cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_BLUETOOTH -androidx.activity.R$attr: int fontProviderAuthority -androidx.coordinatorlayout.R$style: int TextAppearance_Compat_Notification_Info -okio.BufferedSource: long indexOfElement(okio.ByteString) -cyanogenmod.app.BaseLiveLockManagerService$1: void updateDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String getMilliMetersTextWithoutUnit(float) -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone TimeZone -com.jaredrummler.android.colorpicker.R$styleable: int[] AppCompatSeekBar -androidx.drawerlayout.widget.DrawerLayout: void setDrawerListener(androidx.drawerlayout.widget.DrawerLayout$DrawerListener) -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_Dark_ActionBar -com.google.android.material.R$styleable: int ConstraintSet_flow_horizontalBias -wangdaye.com.geometricweather.R$id: int activity_widget_config_clockFontSpinner -wangdaye.com.geometricweather.R$xml: int network_security_config -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_android_fontStyle -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarWidgetTheme -androidx.lifecycle.ComputableLiveData: java.lang.Runnable mInvalidationRunnable -androidx.appcompat.R$dimen: int compat_control_corner_material -com.turingtechnologies.materialscrollbar.MaterialScrollBar: MaterialScrollBar(android.content.Context,android.util.AttributeSet) -james.adaptiveicon.R$styleable: int[] PopupWindowBackgroundState -androidx.constraintlayout.widget.R$attr: int layout_constraintRight_creator +com.google.android.material.R$plurals +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: int prefetch +com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat_Light +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float getRain() +androidx.recyclerview.R$color: R$color() +cyanogenmod.themes.IThemeService$Stub$Proxy: void unregisterThemeProcessingListener(cyanogenmod.themes.IThemeProcessingListener) +cyanogenmod.externalviews.ExternalViewProviderService$1$1: cyanogenmod.externalviews.ExternalViewProviderService$1 this$1 +io.reactivex.Observable: io.reactivex.Observable doOnEach(io.reactivex.functions.Consumer) +androidx.viewpager2.R$attr: int fontProviderCerts +com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_padding_top_material +cyanogenmod.app.IProfileManager: cyanogenmod.app.Profile getActiveProfile() +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_snackbar_margin_horizontal +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_82 +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeThunderstormPrecipitationDuration() +androidx.core.R$styleable: int GradientColor_android_startColor +com.xw.repo.bubbleseekbar.R$attr: int dialogCornerRadius +james.adaptiveicon.R$dimen: int abc_progress_bar_height_material +com.jaredrummler.android.colorpicker.R$attr: int shouldDisableView +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_android_gravity +wangdaye.com.geometricweather.R$integer: int hide_password_duration +androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event[] $VALUES +com.bumptech.glide.integration.okhttp.R$attr: int fontProviderFetchTimeout +wangdaye.com.geometricweather.R$styleable: int Constraint_pathMotionArc +wangdaye.com.geometricweather.R$id: int activity_widget_config_hideSubtitleContainer +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dialogPreferredPadding +androidx.coordinatorlayout.R$styleable: int FontFamilyFont_android_font +androidx.constraintlayout.widget.R$drawable: int btn_radio_on_mtrl +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String pubTime +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_viewInflaterClass +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionBar +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float so2 +androidx.appcompat.R$dimen: int notification_action_icon_size +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_default_padding_end_material +com.google.android.material.R$string: int mtrl_picker_range_header_title +wangdaye.com.geometricweather.R$id: int disableHome +androidx.constraintlayout.motion.widget.MotionHelper: MotionHelper(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$drawable: int notif_temp_84 +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: io.reactivex.Observer downstream +com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableTransition_android_toId +androidx.constraintlayout.widget.ConstraintHelper: ConstraintHelper(android.content.Context) +james.adaptiveicon.R$dimen: int abc_text_size_subtitle_material_toolbar +okhttp3.internal.http2.Http2Connection: long degradedPongDeadlineNs +cyanogenmod.externalviews.KeyguardExternalView$3: void run() +androidx.appcompat.widget.SearchView: void setOnSuggestionListener(androidx.appcompat.widget.SearchView$OnSuggestionListener) +com.google.android.material.chip.Chip: void setIconEndPadding(float) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setLocationKey(java.lang.String) +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_title_material +cyanogenmod.providers.CMSettings$System: java.lang.String BATTERY_LIGHT_LOW_COLOR +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog +james.adaptiveicon.R$dimen: int compat_button_padding_vertical_material +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: java.util.List toDailyTrendDisplayList(java.lang.String) +androidx.constraintlayout.widget.R$color: int highlighted_text_material_dark +wangdaye.com.geometricweather.R$styleable: int Preference_key +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeBackground +com.google.android.material.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_0 +okhttp3.internal.ws.WebSocketProtocol: int OPCODE_FLAG_CONTROL +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: ObservableCreate$SerializedEmitter(io.reactivex.ObservableEmitter) +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: void onNext(java.lang.Object) +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_indicatorCornerRadius +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_padding +com.google.android.material.R$id: int date_picker_actions +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionButton +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub: java.lang.String DESCRIPTOR +androidx.customview.R$string: int status_bar_notification_info_overflow +androidx.appcompat.resources.R$id: int right_icon +james.adaptiveicon.R$layout: int abc_action_menu_layout +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: ILiveLockScreenManager$Stub$Proxy(android.os.IBinder) +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: java.lang.Object value +com.jaredrummler.android.colorpicker.R$drawable: int cpv_alpha +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode CONNECT_ERROR +okhttp3.Cookie: java.lang.String path +wangdaye.com.geometricweather.R$color: int notification_action_color_filter +androidx.work.R$attr: int alpha +android.didikee.donate.R$styleable: int TextAppearance_fontFamily +wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayHorizontalProvider +com.turingtechnologies.materialscrollbar.R$attr: int dividerPadding +com.google.android.material.R$styleable: int Toolbar_titleMarginStart +com.xw.repo.bubbleseekbar.R$attr: int listLayout +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$TotalLiquid: AccuDailyResult$DailyForecasts$Night$TotalLiquid() +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_editor_absoluteY +wangdaye.com.geometricweather.R$color: int switch_thumb_disabled_material_light +wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_text_size +cyanogenmod.externalviews.KeyguardExternalView: void setProviderComponent(android.content.ComponentName) +com.xw.repo.bubbleseekbar.R$string: R$string() +androidx.recyclerview.widget.RecyclerView: void setRecycledViewPool(androidx.recyclerview.widget.RecyclerView$RecycledViewPool) +okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RealConnection findConnection(int,int,int,int,boolean) +android.didikee.donate.R$string: int abc_searchview_description_voice +androidx.constraintlayout.widget.R$styleable: int[] Spinner +org.greenrobot.greendao.AbstractDao: void insertOrReplaceInTx(java.lang.Object[]) +cyanogenmod.alarmclock.ClockContract$InstancesColumns: android.net.Uri CONTENT_URI +wangdaye.com.geometricweather.R$attr: int expandedTitleMarginBottom +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeSnowPrecipitation +androidx.constraintlayout.widget.R$attr: int overlapAnchor +cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_setDefaultLiveLockScreen +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation +wangdaye.com.geometricweather.R$xml: int icon_provider_animator_filter +androidx.appcompat.R$styleable: int ActionBar_background +androidx.constraintlayout.widget.R$attr: int popupMenuStyle +androidx.viewpager2.R$styleable: int GradientColorItem_android_color +com.jaredrummler.android.colorpicker.R$attr: int collapseContentDescription +james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary +androidx.constraintlayout.widget.R$attr: int textAppearanceSmallPopupMenu +okhttp3.MultipartBody: java.lang.String boundary() +wangdaye.com.geometricweather.R$drawable: int shortcuts_partly_cloudy_day +android.didikee.donate.R$styleable: int MenuView_android_itemIconDisabledAlpha +okhttp3.internal.http2.Hpack$Reader: void adjustDynamicTableByteCount() +androidx.constraintlayout.widget.R$id: int action_bar_title +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float getPM10() +wangdaye.com.geometricweather.db.entities.AlertEntity: void setCityId(java.lang.String) +androidx.constraintlayout.widget.R$id: int async wangdaye.com.geometricweather.R$id: int activity_widget_config_alignEndSwitch -okio.Buffer: void require(long) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX() -androidx.constraintlayout.widget.R$anim: int abc_popup_enter -androidx.preference.R$styleable: int AppCompatImageView_tint -io.reactivex.exceptions.OnErrorNotImplementedException: OnErrorNotImplementedException(java.lang.Throwable) -androidx.constraintlayout.widget.R$attr: int touchAnchorSide -android.didikee.donate.R$attr: int actionBarSplitStyle -androidx.core.app.RemoteActionCompatParcelizer: void write(androidx.core.app.RemoteActionCompat,androidx.versionedparcelable.VersionedParcel) -io.reactivex.internal.observers.DeferredScalarObserver: void onError(java.lang.Throwable) -com.google.android.material.R$color: int cardview_shadow_end_color -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Body1 -wangdaye.com.geometricweather.R$styleable: int[] CollapsingToolbarLayout_Layout -okhttp3.internal.platform.OptionalMethod: boolean isSupported(java.lang.Object) -androidx.appcompat.R$attr: int editTextStyle -com.google.android.material.R$color: int material_grey_850 -androidx.work.R$styleable: int FontFamily_fontProviderCerts -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_startIconDrawable -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_DropDownItem_Spinner -okhttp3.CacheControl: int maxAgeSeconds -okio.Buffer: okio.BufferedSink emit() -androidx.constraintlayout.motion.widget.MotionLayout -wangdaye.com.geometricweather.R$dimen: int abc_alert_dialog_button_dimen -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: org.reactivestreams.Subscription upstream -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_customNavigationLayout -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored -okhttp3.EventListener: void responseHeadersStart(okhttp3.Call) -androidx.hilt.lifecycle.R$id: int italic -androidx.constraintlayout.widget.R$drawable: int abc_scrubber_control_off_mtrl_alpha -wangdaye.com.geometricweather.R$id: int reverseSawtooth -com.google.android.material.internal.NavigationMenuItemView: void setMaxLines(int) -io.reactivex.internal.util.HashMapSupplier: java.util.concurrent.Callable asCallable() -okio.RealBufferedSink: int write(java.nio.ByteBuffer) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr: AccuCurrentResult$Precip1hr() -wangdaye.com.geometricweather.R$styleable: int ActionBar_elevation -androidx.preference.R$style: int Base_Widget_AppCompat_ActionButton -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getO3() -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_EMPTY_RENEGOTIATION_INFO_SCSV -wangdaye.com.geometricweather.R$attr: int backgroundInsetBottom -androidx.constraintlayout.widget.R$attr: int layout_constraintBottom_toBottomOf -com.google.gson.internal.$Gson$Types$WildcardTypeImpl: $Gson$Types$WildcardTypeImpl(java.lang.reflect.Type[],java.lang.reflect.Type[]) -io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: void dispose() -androidx.preference.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_horizontalStyle -wangdaye.com.geometricweather.db.entities.DailyEntity: float hoursOfSun -androidx.appcompat.widget.AppCompatEditText: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) -wangdaye.com.geometricweather.R$attr: int layout_constraintDimensionRatio -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.MinutelyEntityDao getMinutelyEntityDao() +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu +androidx.appcompat.R$attr: int textAppearanceListItemSmall +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_max +wangdaye.com.geometricweather.R$dimen: int cardview_default_elevation +io.reactivex.internal.subscriptions.BasicIntQueueSubscription: int requestFusion(int) +com.google.android.material.R$style: int Widget_MaterialComponents_AppBarLayout_Primary +retrofit2.http.QueryMap +android.didikee.donate.R$dimen: int abc_action_bar_icon_vertical_padding_material +androidx.legacy.coreutils.R$attr: int fontWeight +wangdaye.com.geometricweather.R$string: int briefings +androidx.lifecycle.extensions.R$color: int notification_action_color_filter +androidx.appcompat.R$color: int switch_thumb_material_dark +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_stacked_max_height +cyanogenmod.app.IProfileManager$Stub$Proxy: boolean addProfile(cyanogenmod.app.Profile) +com.bumptech.glide.R$drawable: int notification_action_background +com.google.android.material.chip.Chip: float getCloseIconStartPadding() +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeIcePrecipitationDuration(java.lang.Float) +com.xw.repo.bubbleseekbar.R$attr: int bsb_touch_to_seek +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area$LastAction +wangdaye.com.geometricweather.R$drawable: int widget_text +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_goneMarginLeft +androidx.fragment.R$id: int notification_main_column_container +com.google.android.material.R$layout +com.google.android.material.R$attr: int drawableSize +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_TabBar +wangdaye.com.geometricweather.R$string: int key_forecast_today_time +androidx.lifecycle.LifecycleService: int onStartCommand(android.content.Intent,int,int) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void setInteractivity(boolean) +android.didikee.donate.R$styleable: int[] ActionMenuView +james.adaptiveicon.R$style: int Widget_AppCompat_RatingBar +androidx.preference.R$style: int Base_Theme_AppCompat_DialogWhenLarge +android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow +james.adaptiveicon.R$dimen: int abc_button_inset_vertical_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: java.lang.String zh_CN +wangdaye.com.geometricweather.R$string: int wet_bulb_temperature +androidx.lifecycle.ViewModelStore: java.util.HashMap mMap +okhttp3.ConnectionSpec: okhttp3.ConnectionSpec supportedSpec(javax.net.ssl.SSLSocket,boolean) +androidx.constraintlayout.widget.R$drawable: int abc_btn_check_material +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator PEOPLE_LOOKUP_PROVIDER_VALIDATOR +com.google.gson.internal.$Gson$Types$WildcardTypeImpl: int hashCode() +androidx.constraintlayout.widget.Barrier: int getType() +androidx.appcompat.R$color +com.google.android.material.chip.ChipGroup: ChipGroup(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: java.lang.String caiyun +androidx.dynamicanimation.R$layout: R$layout() +okhttp3.internal.Util: java.nio.charset.Charset UTF_32_LE +james.adaptiveicon.R$styleable: int AppCompatTheme_editTextBackground +androidx.appcompat.R$drawable: int abc_popup_background_mtrl_mult +com.jaredrummler.android.colorpicker.R$styleable: int ColorStateListItem_android_alpha +androidx.hilt.lifecycle.R$string +androidx.preference.R$string: int abc_menu_alt_shortcut_label +wangdaye.com.geometricweather.R$attr: int transitionShapeAppearance +wangdaye.com.geometricweather.R$styleable: int[] PreferenceTheme +com.jaredrummler.android.colorpicker.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView +wangdaye.com.geometricweather.R$string: int not_set +com.google.android.material.R$integer +com.google.android.material.R$styleable: int AppCompatTextView_drawableBottomCompat +com.google.android.material.R$styleable: int MaterialCalendarItem_itemShapeAppearance +wangdaye.com.geometricweather.R$animator: int mtrl_fab_transformation_sheet_collapse_spec +com.google.android.material.slider.BaseSlider: int getTrackHeight() +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_mini_xml +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: void onComplete() +androidx.constraintlayout.widget.R$styleable: int SearchView_layout +com.bumptech.glide.R$styleable: int FontFamily_fontProviderCerts +okhttp3.internal.cache.DiskLruCache$2: void onException(java.io.IOException) +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 +android.didikee.donate.R$id: int shortcut +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: ObservableFlatMapMaybe$FlatMapMaybeObserver(io.reactivex.Observer,io.reactivex.functions.Function,boolean) +io.reactivex.internal.subscriptions.SubscriptionArbiter: void cancel() +androidx.appcompat.widget.AppCompatCheckBox: int getCompoundPaddingLeft() +com.google.android.material.R$styleable: int MaterialShape_shapeAppearance +james.adaptiveicon.R$style: int Widget_AppCompat_ActionButton_Overflow +cyanogenmod.hardware.DisplayMode$1: cyanogenmod.hardware.DisplayMode[] newArray(int) +okio.BufferedSink: okio.BufferedSink writeInt(int) +androidx.fragment.R$styleable: int FontFamilyFont_ttcIndex +com.google.android.material.chip.Chip: void setCheckedIconResource(int) +com.google.android.material.R$styleable: int BottomNavigationView_itemTextAppearanceInactive +android.didikee.donate.R$layout: int notification_template_custom_big +com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_android_layout +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: java.lang.String weatherPhase +wangdaye.com.geometricweather.remoteviews.config.ClockDayDetailsWidgetConfigActivity: ClockDayDetailsWidgetConfigActivity() +james.adaptiveicon.R$style: int Base_Theme_AppCompat_Dialog +james.adaptiveicon.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle +wangdaye.com.geometricweather.R$id: int mtrl_picker_fullscreen +okhttp3.HttpUrl$Builder: HttpUrl$Builder() +androidx.appcompat.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated +okhttp3.internal.cache.CacheStrategy$Factory: long sentRequestMillis +io.reactivex.internal.util.NotificationLite: boolean accept(java.lang.Object,org.reactivestreams.Subscriber) +androidx.appcompat.R$dimen: int abc_cascading_menus_min_smallest_width +androidx.coordinatorlayout.R$id: int accessibility_custom_action_12 +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeThunderstormPrecipitation +wangdaye.com.geometricweather.R$string: int key_notification_color +wangdaye.com.geometricweather.R$string: int key_clock_font +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_BottomSheet_Modal +wangdaye.com.geometricweather.R$dimen: int widget_aa_text_size +io.reactivex.internal.util.EmptyComponent: io.reactivex.internal.util.EmptyComponent INSTANCE +com.google.android.material.R$styleable: int TextAppearance_android_typeface +com.google.android.material.R$color: int mtrl_chip_text_color +wangdaye.com.geometricweather.R$styleable: int Slider_thumbColor +okio.RealBufferedSource: long indexOf(byte) +androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State[] values() +androidx.appcompat.R$styleable: int MenuView_preserveIconSpacing +androidx.lifecycle.service.R: R() +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setDailyForecast(java.lang.String) +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_padding_top_material +com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status CLEARED +okhttp3.internal.http2.Hpack$Reader: okio.ByteString getName(int) +com.jaredrummler.android.colorpicker.R$styleable: int MenuGroup_android_orderInCategory +androidx.appcompat.R$dimen: int abc_action_bar_content_inset_with_nav +androidx.vectordrawable.R$styleable +okhttp3.CacheControl$Builder +wangdaye.com.geometricweather.settings.activities.CardDisplayManageActivity: CardDisplayManageActivity() +androidx.appcompat.R$style: int Theme_AppCompat_NoActionBar +wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_lightOnTouch +james.adaptiveicon.R$id: int info +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_day_height +io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: long serialVersionUID +wangdaye.com.geometricweather.R$anim: int design_snackbar_in +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: int SourceId +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_DropDownItem +androidx.legacy.coreutils.R$styleable: int GradientColorItem_android_color +com.jaredrummler.android.colorpicker.R$color: int background_floating_material_light +androidx.appcompat.R$color: int primary_text_default_material_dark +com.xw.repo.bubbleseekbar.R$drawable: int abc_list_selector_background_transition_holo_dark +com.google.android.material.card.MaterialCardView: android.content.res.ColorStateList getRippleColor() +com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_AppBarLayout +com.jaredrummler.android.colorpicker.R$attr: int paddingTopNoTitle +androidx.constraintlayout.utils.widget.ImageFilterButton: ImageFilterButton(android.content.Context) +retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder addCallAdapterFactory(retrofit2.CallAdapter$Factory) +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver +com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_previewSize +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Spinner +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void innerError(java.lang.Throwable) +wangdaye.com.geometricweather.R$attr: int chipIconVisible +com.jaredrummler.android.colorpicker.R$drawable: int abc_spinner_mtrl_am_alpha +io.reactivex.Observable: io.reactivex.Observable range(int,int) +androidx.preference.R$styleable: int Toolbar_logoDescription +com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity +com.google.android.material.transformation.FabTransformationBehavior: FabTransformationBehavior() +okhttp3.Cache$CacheRequestImpl: Cache$CacheRequestImpl(okhttp3.Cache,okhttp3.internal.cache.DiskLruCache$Editor) +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Display3 +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setColorViewAlpha(int) +com.xw.repo.bubbleseekbar.R$layout: int abc_dialog_title_material +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_Solid +com.google.android.material.R$attr: int coordinatorLayoutStyle +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: java.util.List weather +okhttp3.internal.connection.RouteSelector: okhttp3.internal.connection.RouteSelector$Selection next() +android.didikee.donate.R$styleable: int Toolbar_title +wangdaye.com.geometricweather.common.ui.widgets.AnimatableIconView: AnimatableIconView(android.content.Context) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: java.lang.String getUnit() +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: io.reactivex.internal.util.AtomicThrowable errors +androidx.swiperefreshlayout.widget.SwipeRefreshLayout$SavedState: android.os.Parcelable$Creator CREATOR +okio.RealBufferedSource: void require(long) +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: java.util.concurrent.locks.Lock lock +com.google.android.material.R$id: int transition_position +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getMoldDescription() +wangdaye.com.geometricweather.R$string: int feedback_live_wallpaper_day_night_type +androidx.constraintlayout.widget.R$attr: int layoutDuringTransition +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: java.lang.String to +androidx.preference.R$color: int abc_primary_text_disable_only_material_light +androidx.lifecycle.ProcessLifecycleOwner: androidx.lifecycle.ProcessLifecycleOwner sInstance +com.google.android.material.R$styleable: int GradientColor_android_gradientRadius +com.xw.repo.bubbleseekbar.R$styleable: int MenuGroup_android_orderInCategory +okio.BufferedSink: okio.BufferedSink emit() +com.github.rahatarmanahmed.cpv.CircularProgressView: void onDraw(android.graphics.Canvas) +com.turingtechnologies.materialscrollbar.R$integer: int bottom_sheet_slide_duration +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem +cyanogenmod.themes.IThemeProcessingListener$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +com.jaredrummler.android.colorpicker.R$attr: int activityChooserViewStyle +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_spinnerStyle +cyanogenmod.app.IPartnerInterface$Stub$Proxy +androidx.hilt.R$dimen: int notification_large_icon_height +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Display4 +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_dialogType +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: void onNext(java.lang.Object) +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: java.lang.String getInterfaceDescriptor() +okhttp3.internal.http2.Http2Reader$Handler +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_SearchView +com.google.android.material.R$attr: int fontProviderAuthority +james.adaptiveicon.R$styleable: int AlertDialog_listItemLayout +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_26 +com.google.android.material.R$drawable: int abc_list_divider_mtrl_alpha +io.reactivex.internal.util.VolatileSizeArrayList: VolatileSizeArrayList(int) +wangdaye.com.geometricweather.R$id: int item_weather_daily_uv_title +androidx.core.widget.NestedScrollView: float getTopFadingEdgeStrength() +com.google.android.material.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +com.google.android.material.R$attr: int spinBars +cyanogenmod.app.Profile$Type: Profile$Type() +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_textAllCaps androidx.appcompat.R$attr: R$attr() -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton$ExtendedFloatingActionButtonBehavior -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Metric: java.lang.String Unit -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeRainPrecipitation(java.lang.Float) -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_body_1_material -com.google.android.material.textfield.TextInputLayout: void setEnabled(boolean) -com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_Bridge -androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_fontStyle -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Body2 -com.jaredrummler.android.colorpicker.R$dimen: int abc_seekbar_track_progress_height_material -androidx.appcompat.widget.ActionBarContainer: void setTabContainer(androidx.appcompat.widget.ScrollingTabContainerView) -androidx.appcompat.R$styleable: int AlertDialog_listItemLayout -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DialogWhenLarge -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_default_padding_start_material +androidx.viewpager2.adapter.FragmentStateAdapter$5 +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Speed: int UnitType +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps$WarningTimelapsItem: int colorId +wangdaye.com.geometricweather.R$id: int firstVisible +com.google.android.material.R$style: int TestStyleWithoutLineHeight +androidx.fragment.R$id: int tag_screen_reader_focusable +io.reactivex.Observable: void safeSubscribe(io.reactivex.Observer) +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.util.Date getDate() +androidx.drawerlayout.R$styleable: int GradientColor_android_centerY +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$2: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_setDisplayGammaCalibration +okhttp3.internal.http2.Header: okio.ByteString TARGET_AUTHORITY +wangdaye.com.geometricweather.R$attr: int linearSeamless +wangdaye.com.geometricweather.R$string: int feedback_refresh_notification_after_back +com.jaredrummler.android.colorpicker.R$dimen: int tooltip_margin +androidx.constraintlayout.widget.R$attr: int waveOffset +okhttp3.internal.cache.DiskLruCache: void readJournal() +james.adaptiveicon.R$style: int Widget_AppCompat_Light_SearchView +androidx.constraintlayout.widget.R$styleable: int ActionBar_icon +cyanogenmod.themes.IThemeService: int getLastThemeChangeRequestType() +androidx.appcompat.R$styleable: int AppCompatTheme_windowActionModeOverlay +androidx.hilt.R$id: int text2 +okio.RealBufferedSource: long indexOfElement(okio.ByteString) +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small +android.didikee.donate.R$styleable: int Toolbar_maxButtonHeight +io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: void onSubscribe(org.reactivestreams.Subscription) +com.jaredrummler.android.colorpicker.R$attr: int textAppearanceLargePopupMenu +androidx.constraintlayout.widget.R$styleable: int MenuView_subMenuArrow +com.turingtechnologies.materialscrollbar.R$attr: int thickness +androidx.constraintlayout.widget.R$styleable: int ActionBarLayout_android_layout_gravity +androidx.appcompat.R$attr: int paddingStart +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX +androidx.constraintlayout.widget.R$styleable: int View_android_theme +com.google.android.material.R$layout: int notification_action +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float snow1h +androidx.preference.R$attr: int allowDividerBelow +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: java.lang.String getInterfaceDescriptor() +androidx.lifecycle.EmptyActivityLifecycleCallbacks +androidx.appcompat.resources.R$id: int time +io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable +androidx.recyclerview.R$string +com.google.android.material.switchmaterial.SwitchMaterial: SwitchMaterial(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_temp_4 +com.google.android.material.R$attr: int fastScrollHorizontalThumbDrawable +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_Dialog_MinWidth +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: io.reactivex.Scheduler$Worker worker +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: int getStatus() +android.didikee.donate.R$style: int Base_Widget_AppCompat_Button_Borderless +androidx.recyclerview.widget.RecyclerView$LayoutManager: RecyclerView$LayoutManager() +com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_keylines +com.turingtechnologies.materialscrollbar.R$drawable: int ic_mtrl_chip_close_circle +wangdaye.com.geometricweather.R$id: int peekHeight +wangdaye.com.geometricweather.R$dimen: int design_title_text_size +cyanogenmod.profiles.RingModeSettings: RingModeSettings(java.lang.String,boolean) +androidx.preference.R$layout: int expand_button +okio.Okio$2: Okio$2(okio.Timeout,java.io.InputStream) +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Dialog_Alert +androidx.constraintlayout.widget.R$attr: int region_heightLessThan +wangdaye.com.geometricweather.R$string: int abc_searchview_description_search +androidx.transition.R$string +androidx.preference.R$styleable: int AnimatedStateListDrawableCompat_android_dither +cyanogenmod.profiles.StreamSettings$1: cyanogenmod.profiles.StreamSettings[] newArray(int) +androidx.hilt.work.R$attr: int font +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_firstBaselineToTopHeight +james.adaptiveicon.R$styleable: int AppCompatTheme_listMenuViewStyle +okio.ForwardingSource: java.lang.String toString() +cyanogenmod.alarmclock.ClockContract$InstancesColumns: int HIDE_NOTIFICATION_STATE +com.xw.repo.bubbleseekbar.R$anim: int abc_tooltip_exit +io.reactivex.Observable: io.reactivex.Observable doOnDispose(io.reactivex.functions.Action) +com.turingtechnologies.materialscrollbar.R$styleable: int[] GradientColorItem +wangdaye.com.geometricweather.R$styleable: int[] PopupWindowBackgroundState +wangdaye.com.geometricweather.settings.activities.SelectProviderActivity: SelectProviderActivity() +wangdaye.com.geometricweather.R$attr: int errorEnabled +wangdaye.com.geometricweather.R$attr: int placeholder_emptyVisibility +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_contentInsetLeft +james.adaptiveicon.R$styleable: int AppCompatTheme_buttonStyleSmall +wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_allowPresets +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_firstVerticalBias +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial: java.lang.String Unit +wangdaye.com.geometricweather.R$color: int accent_material_light +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +androidx.preference.R$style: int Base_Widget_AppCompat_Button_Small +com.google.android.material.R$styleable: int TextAppearance_android_shadowColor +androidx.core.R$id: int tag_accessibility_heading +okio.ByteString: okio.ByteString of(byte[],int,int) +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float getTotal() +io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.swiperefreshlayout.R$id: int tag_transition_group +androidx.preference.R$id: int tag_accessibility_actions +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void drain() +wangdaye.com.geometricweather.R$dimen: int notification_action_text_size +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: boolean isDisposed() +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: java.util.List contextList +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeSplitBackground +com.google.gson.stream.JsonReader: int peekKeyword() +wangdaye.com.geometricweather.R$attr: int labelStyle +com.google.android.material.snackbar.Snackbar$SnackbarLayout +james.adaptiveicon.R$styleable: int LinearLayoutCompat_android_gravity +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setHideMotionSpecResource(int) +wangdaye.com.geometricweather.R$layout: int widget_text_end +androidx.preference.R$color: int switch_thumb_normal_material_dark +com.google.android.material.R$layout: int abc_alert_dialog_title_material +com.google.android.material.R$styleable: int Transform_android_transformPivotY +com.google.android.material.R$styleable: int TabItem_android_layout +com.google.android.material.R$attr: int barrierDirection +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade: AccuDailyResult$DailyForecasts$RealFeelTemperatureShade() +com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$Node find(java.lang.Object,boolean) +com.turingtechnologies.materialscrollbar.R$styleable: int CardView_contentPaddingTop +cyanogenmod.externalviews.IExternalViewProvider$Stub: cyanogenmod.externalviews.IExternalViewProvider asInterface(android.os.IBinder) +androidx.preference.R$styleable: int DrawerArrowToggle_gapBetweenBars +com.google.android.material.R$style: int Widget_MaterialComponents_ActionBar_PrimarySurface +wangdaye.com.geometricweather.R$string: int key_widget_week +androidx.viewpager.R$id: int notification_background +wangdaye.com.geometricweather.R$id: int tag_accessibility_clickable_spans +android.didikee.donate.R$style: int Base_Widget_AppCompat_EditText +androidx.recyclerview.R$id: int accessibility_custom_action_24 +okhttp3.ResponseBody: okio.BufferedSource source() +androidx.fragment.app.FragmentState: android.os.Parcelable$Creator CREATOR +androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar +com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_min_width_major +androidx.viewpager.R$layout: int notification_action_tombstone +wangdaye.com.geometricweather.R$styleable: int[] FragmentContainerView +androidx.hilt.work.R$id: int action_image +androidx.viewpager.R$color: R$color() +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse +okhttp3.internal.http.BridgeInterceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) +cyanogenmod.app.suggest.IAppSuggestProvider$Stub: android.os.IBinder asBinder() +com.google.android.material.R$dimen: int mtrl_card_elevation +io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: void spValue(java.lang.Object) +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_queryHint +io.reactivex.internal.schedulers.ScheduledRunnable: boolean isDisposed() +james.adaptiveicon.R$dimen: int notification_subtext_size +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +android.didikee.donate.R$attr: int titleTextColor +com.google.android.material.R$style: int Base_V21_Theme_MaterialComponents_Light_Dialog +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange: AccuCurrentResult$TemperatureSummary$Past12HourRange() +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorEnabled +cyanogenmod.externalviews.KeyguardExternalView$10 +com.google.android.material.R$style: int ShapeAppearance_MaterialComponents_MediumComponent +cyanogenmod.hardware.ICMHardwareService$Stub: ICMHardwareService$Stub() +wangdaye.com.geometricweather.main.layouts.MainLayoutManager +androidx.recyclerview.R$id: int accessibility_custom_action_3 +com.google.android.material.internal.NavigationMenuItemView: NavigationMenuItemView(android.content.Context,android.util.AttributeSet,int) +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorError +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: boolean delayError +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintWidth_percent +com.google.android.material.R$layout: int design_menu_item_action_area +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintGuide_percent +androidx.preference.R$string: int summary_collapsed_preference_list +wangdaye.com.geometricweather.R$string: int phase_full +androidx.work.R$id: int line3 +androidx.appcompat.R$attr: int displayOptions +com.jaredrummler.android.colorpicker.ColorPickerView: java.lang.String getAlphaSliderText() +androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) +wangdaye.com.geometricweather.R$styleable: int ColorPanelView_cpv_colorShape +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Spinner_Underlined +androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight +cyanogenmod.weather.WeatherInfo: double access$1202(cyanogenmod.weather.WeatherInfo,double) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeShareDrawable +androidx.constraintlayout.widget.R$drawable: int tooltip_frame_light +okio.HashingSink: okio.HashingSink sha512(okio.Sink) +wangdaye.com.geometricweather.R$id: int moldIcon +androidx.preference.R$attr: int iconTintMode +wangdaye.com.geometricweather.R$dimen: int abc_dialog_fixed_height_major +okhttp3.FormBody: okhttp3.MediaType CONTENT_TYPE +io.reactivex.Observable: io.reactivex.Observable delaySubscription(io.reactivex.ObservableSource) +com.google.android.material.R$dimen: int mtrl_card_checked_icon_margin +wangdaye.com.geometricweather.R$layout: int abc_activity_chooser_view +androidx.preference.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_enabled +android.didikee.donate.R$styleable: int AlertDialog_singleChoiceItemLayout +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 +androidx.transition.R$styleable: int ColorStateListItem_android_alpha +androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: AppCompatMultiAutoCompleteTextView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse +wangdaye.com.geometricweather.R$drawable: int abc_list_divider_material +cyanogenmod.profiles.RingModeSettings: RingModeSettings(android.os.Parcel) +okhttp3.Cache$CacheResponseBody$1: Cache$CacheResponseBody$1(okhttp3.Cache$CacheResponseBody,okio.Source,okhttp3.internal.cache.DiskLruCache$Snapshot) +io.reactivex.Observable: io.reactivex.Observable throttleLatest(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +androidx.hilt.R$styleable: int GradientColor_android_startY +james.adaptiveicon.R$attr: int height +android.didikee.donate.R$styleable: int ViewBackgroundHelper_backgroundTintMode +androidx.viewpager2.R$dimen: int item_touch_helper_swipe_escape_velocity +cyanogenmod.weather.WeatherLocation: android.os.Parcelable$Creator CREATOR +cyanogenmod.app.suggest.AppSuggestManager: boolean handles(android.content.Intent) +androidx.work.impl.WorkManagerInitializer +com.google.android.material.R$layout: int material_clockface_view +retrofit2.Retrofit$Builder: okhttp3.Call$Factory callFactory +com.google.android.material.R$attr: int boxCollapsedPaddingTop +com.github.rahatarmanahmed.cpv.CircularProgressView: int thickness +com.turingtechnologies.materialscrollbar.R$drawable: int abc_vector_test +james.adaptiveicon.R$styleable: int TextAppearance_android_shadowColor +com.xw.repo.bubbleseekbar.R$id: int right_icon +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatSeekBar_tickMark +cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.IKeyguardExternalViewProvider mExternalViewProvider +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float getSO2() +wangdaye.com.geometricweather.R$attr: int msb_rightToLeft +okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.ErrorCode errorCode +wangdaye.com.geometricweather.R$id: int withinBounds +androidx.lifecycle.FullLifecycleObserverAdapter: androidx.lifecycle.LifecycleEventObserver mLifecycleEventObserver +cyanogenmod.app.LiveLockScreenManager: cyanogenmod.app.ILiveLockScreenManager sService +cyanogenmod.externalviews.KeyguardExternalViewProviderService +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ProgressBar +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_CompoundButton_Switch +wangdaye.com.geometricweather.R$id: int item_weather_daily_uv_icon +androidx.work.R$styleable: int FontFamilyFont_ttcIndex +androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_fontVariationSettings +wangdaye.com.geometricweather.R$drawable: int notif_temp_29 +cyanogenmod.weather.RequestInfo: java.lang.String toString() +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_Button +androidx.recyclerview.R$styleable: int[] GradientColorItem +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_suffixText +retrofit2.Utils: boolean isAnnotationPresent(java.lang.annotation.Annotation[],java.lang.Class) +okhttp3.Cache$CacheResponseBody: okio.BufferedSource source() +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryInnerObserver BOUNDARY_DISPOSED +com.xw.repo.bubbleseekbar.R$attr: int bsb_thumb_color +io.reactivex.Observable: io.reactivex.Observable onErrorResumeNext(io.reactivex.functions.Function) +com.turingtechnologies.materialscrollbar.R$styleable: int[] MaterialCardView +wangdaye.com.geometricweather.R$string +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_Error +okhttp3.internal.http2.Http2Connection$Listener$1: void onStream(okhttp3.internal.http2.Http2Stream) +wangdaye.com.geometricweather.R$color: int background_floating_material_light +com.google.android.material.R$styleable: int Layout_layout_editor_absoluteX +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: java.lang.String BriefPhrase +androidx.preference.R$id: int submit_area +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Imperial: int UnitType +cyanogenmod.profiles.BrightnessSettings: boolean mOverride +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void runAsync() +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_icon +com.turingtechnologies.materialscrollbar.R$drawable: int abc_textfield_search_material +androidx.hilt.work.R$drawable: int notify_panel_notification_icon_bg +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub: android.os.IBinder asBinder() +androidx.vectordrawable.R$id: int action_divider +wangdaye.com.geometricweather.R$styleable: int Preference_title +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: boolean cancelled +android.didikee.donate.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge +okhttp3.Response: java.lang.String message() +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: io.reactivex.ObservableSource source +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon +com.google.android.material.R$styleable: int Constraint_android_rotationY +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Wind: java.lang.String direct +androidx.appcompat.R$attr: int windowActionBarOverlay +cyanogenmod.app.ThemeVersion$ThemeVersionImpl2 +com.google.android.material.R$styleable: int Chip_chipIconTint +com.xw.repo.bubbleseekbar.R$color: int secondary_text_default_material_dark +io.reactivex.Observable: io.reactivex.Observable skipLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean) +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_padding +android.didikee.donate.R$styleable: int[] MenuGroup +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: AccuAlertResult() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Imperial +james.adaptiveicon.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex +com.google.android.material.R$color: int material_on_background_emphasis_high_type +com.google.android.material.R$animator: int mtrl_fab_transformation_sheet_collapse_spec +com.google.android.material.R$attr: int editTextBackground +androidx.activity.R$id: int accessibility_custom_action_3 +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver(io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver) +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Dark +com.google.android.material.R$styleable: int Constraint_layout_constraintWidth_max +androidx.preference.R$attr: int actionMenuTextColor +androidx.appcompat.R$styleable: int AppCompatSeekBar_tickMarkTintMode +wangdaye.com.geometricweather.R$id: int item_icon_provider_get_more_container +okhttp3.internal.http1.Http1Codec: int STATE_READING_RESPONSE_BODY +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColorItem_android_color +androidx.activity.R$dimen: int compat_notification_large_icon_max_width +wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_drawableStart +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: android.os.IBinder asBinder() +com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat_Dialog_Alert +okhttp3.logging.LoggingEventListener: long startNs +androidx.constraintlayout.widget.R$dimen: int tooltip_y_offset_non_touch +okhttp3.internal.http2.Http2Codec: okhttp3.Response$Builder readResponseHeaders(boolean) +cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode getLightsMode() +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: void dispose() +wangdaye.com.geometricweather.R$attr: int trackTintMode +okhttp3.Handshake: okhttp3.Handshake get(javax.net.ssl.SSLSession) +io.reactivex.Observable: io.reactivex.Observable sorted(java.util.Comparator) +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: MaterialWeatherView(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$styleable: int AppBarLayoutStates_state_collapsed +wangdaye.com.geometricweather.R$dimen: int cpv_item_size +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: void run() +wangdaye.com.geometricweather.R$layout: int mtrl_picker_actions +android.didikee.donate.R$attr: int drawableSize +com.jaredrummler.android.colorpicker.R$color: int switch_thumb_material_dark +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_VMAIL_COLOR_VALIDATOR +com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_android_max +androidx.appcompat.R$attr: int dialogTheme +cyanogenmod.providers.DataUsageContract: java.lang.String CONTENT_ITEM_TYPE +wangdaye.com.geometricweather.R$attr: int barrierMargin +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_TabBar +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder setEncodedPathSegment(int,java.lang.String) +androidx.lifecycle.extensions.R$id: int italic +androidx.constraintlayout.widget.R$drawable: int abc_item_background_holo_dark +cyanogenmod.platform.Manifest$permission: java.lang.String WRITE_SETTINGS +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 +androidx.fragment.R$dimen: int compat_button_padding_vertical_material +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_elevation +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_AutoCompleteTextView +io.reactivex.internal.util.ArrayListSupplier: java.lang.Object call() +james.adaptiveicon.R$dimen: int notification_main_column_padding_top +androidx.vectordrawable.animated.R$layout: int notification_template_part_chronometer +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Imperial +cyanogenmod.app.ProfileGroup: boolean validateOverrideUri(android.content.Context,android.net.Uri) +wangdaye.com.geometricweather.R$styleable: int KeyTrigger_framePosition +androidx.preference.R$styleable: int AppCompatTheme_actionBarTabBarStyle +androidx.recyclerview.widget.RecyclerView: void setItemViewCacheSize(int) +com.turingtechnologies.materialscrollbar.R$attr: int gapBetweenBars +com.google.android.material.R$styleable: int ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink +com.xw.repo.bubbleseekbar.R$attr: int bsb_auto_adjust_section_mark +com.google.android.material.R$bool: int abc_config_actionMenuItemAllCaps +cyanogenmod.hardware.CMHardwareManager: int VIBRATOR_INTENSITY_INDEX androidx.preference.R$styleable: int RecyclerView_android_orientation -com.google.android.material.R$styleable: int ActionBar_background -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Light -wangdaye.com.geometricweather.R$anim: int btn_checkbox_to_checked_icon_null_animation -com.google.android.material.circularreveal.CircularRevealLinearLayout: void setRevealInfo(com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo) -com.google.android.material.R$anim: int btn_checkbox_to_unchecked_icon_null_animation -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: java.lang.String pubTime -androidx.hilt.work.R$id: int accessibility_custom_action_11 -com.jaredrummler.android.colorpicker.R$anim: int abc_grow_fade_in_from_bottom -james.adaptiveicon.R$style: int Theme_AppCompat_Light_DarkActionBar -androidx.viewpager2.widget.ViewPager2: int getOffscreenPageLimit() -androidx.appcompat.R$styleable: int ActionBar_title -androidx.hilt.work.R$dimen: int compat_button_padding_vertical_material -com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_android_ttcIndex -com.bumptech.glide.R$styleable: int FontFamilyFont_android_fontWeight -androidx.hilt.R$id: int accessibility_custom_action_0 -okhttp3.internal.http2.Http2Connection: void close() -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title -cyanogenmod.providers.CMSettings$System: java.lang.String __MAGICAL_TEST_PASSING_ENABLER -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: int Rank -androidx.appcompat.R$styleable: int Toolbar_logoDescription -com.google.android.material.R$drawable: int notification_bg_low_pressed -com.google.android.material.R$styleable: int Layout_layout_constraintEnd_toEndOf -androidx.appcompat.R$style: int Base_Widget_AppCompat_ProgressBar -james.adaptiveicon.R$id: int customPanel -io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: void onComplete() -androidx.loader.R$id: R$id() -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver -androidx.preference.R$styleable: int Toolbar_titleMargins -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light -androidx.preference.R$styleable: int SearchView_queryBackground -android.support.v4.app.INotificationSideChannel$Stub$Proxy: android.os.IBinder mRemote -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: void updateDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) -wangdaye.com.geometricweather.R$id: int container_main_aqi_title -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_PopupMenu -james.adaptiveicon.R$styleable: int AppCompatTextView_autoSizeMinTextSize -okhttp3.internal.tls.CertificateChainCleaner: CertificateChainCleaner() -androidx.constraintlayout.widget.R$styleable: int Motion_motionStagger -okio.Buffer: okio.BufferedSink writeString(java.lang.String,int,int,java.nio.charset.Charset) -wangdaye.com.geometricweather.R$color: int switch_thumb_material_light -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void onNext(java.lang.Object) -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String TODAYS_LOW_TEMPERATURE -okio.RealBufferedSink: okio.BufferedSink writeHexadecimalUnsignedLong(long) -androidx.appcompat.R$dimen: int tooltip_vertical_padding -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_actionViewClass -james.adaptiveicon.R$id: int tabMode -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintStart_toStartOf -wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundNormalUpdateService: ForegroundNormalUpdateService() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getUvLevel() -com.google.android.material.R$layout: int design_navigation_menu_item -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ProgressIndicator_Linear_Indeterminate -cyanogenmod.app.Profile$ProfileTrigger: int access$200(cyanogenmod.app.Profile$ProfileTrigger) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int ThunderstormProbability -com.google.android.material.R$styleable: int AppCompatTheme_actionMenuTextAppearance -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWeatherPhase -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintWidth_max -cyanogenmod.app.ICMStatusBarManager$Stub: int TRANSACTION_registerListener -james.adaptiveicon.R$color: int material_grey_850 -com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding: com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding valueOf(java.lang.String) -wangdaye.com.geometricweather.R$drawable: int weather_wind_mini_grey -com.google.android.material.R$style: int Platform_ThemeOverlay_AppCompat_Light -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_switchPadding -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Metric: java.lang.String Unit -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Imperial: AccuLocationResult$GeoPosition$Elevation$Imperial() -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_contentInsetRight -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_android_enabled -com.google.android.material.R$styleable: int KeyCycle_android_translationY -wangdaye.com.geometricweather.R$string: int key_card_display -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintGuide_begin -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabPadding -wangdaye.com.geometricweather.R$layout: int item_weather_daily_margin -com.google.android.material.R$attr: int onShow -io.reactivex.exceptions.MissingBackpressureException: MissingBackpressureException(java.lang.String) -com.google.android.material.button.MaterialButton: android.content.res.ColorStateList getStrokeColor() -com.google.android.material.R$style: int Widget_MaterialComponents_ActionBar_Surface -androidx.preference.R$styleable: int DrawerArrowToggle_thickness -androidx.appcompat.R$styleable: int ActionBar_displayOptions -androidx.appcompat.widget.SearchView: void setIconifiedByDefault(boolean) -okhttp3.ConnectionSpec: okhttp3.ConnectionSpec MODERN_TLS -androidx.fragment.R$drawable: R$drawable() -wangdaye.com.geometricweather.R$color: int colorTextDark -okhttp3.internal.cache2.Relay: okio.ByteString PREFIX_DIRTY -com.xw.repo.bubbleseekbar.R$dimen: int abc_seekbar_track_background_height_material -androidx.preference.R$styleable: int MenuGroup_android_checkableBehavior -james.adaptiveicon.R$styleable: int MenuItem_alphabeticModifiers -cyanogenmod.util.ColorUtils: int[] SOLID_COLORS -james.adaptiveicon.R$style: int Theme_AppCompat_DialogWhenLarge -com.google.android.material.R$styleable: int TextInputLayout_errorEnabled -james.adaptiveicon.R$dimen: int abc_action_button_min_width_material -androidx.dynamicanimation.R$attr: int alpha -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Caption -wangdaye.com.geometricweather.db.entities.MinutelyEntity: long getTime() +james.adaptiveicon.R$drawable: int abc_text_cursor_material +androidx.lifecycle.LiveData$1: void run() +androidx.appcompat.R$style: int Widget_AppCompat_SearchView_ActionBar +io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,boolean,int,int) +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_contentInsetEndWithActions +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeSnowPrecipitation(java.lang.Float) +wangdaye.com.geometricweather.R$color: int colorTextTitle_light +com.jaredrummler.android.colorpicker.R$drawable: int abc_menu_hardkey_panel_mtrl_mult +android.didikee.donate.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable +wangdaye.com.geometricweather.R$style: int Preference_DialogPreference_EditTextPreference +androidx.transition.R$dimen: int compat_control_corner_material +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Display2 +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_Counter_Overflow +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial +com.bumptech.glide.integration.okhttp.R$color: int notification_icon_bg_color +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void innerError(io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver,java.lang.Throwable) +wangdaye.com.geometricweather.R$attr: int helperTextTextColor +android.didikee.donate.R$styleable: int Toolbar_titleMarginTop +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu +com.google.android.material.chip.ChipGroup: void setDividerDrawableHorizontal(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.R$layout: int widget_clock_day_rectangle +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeDegreeDayTemperature(java.lang.Integer) +androidx.legacy.coreutils.R$id: int notification_background +com.google.android.material.textfield.TextInputLayout: void setHint(java.lang.CharSequence) +okhttp3.WebSocket: boolean send(okio.ByteString) +com.jaredrummler.android.colorpicker.R$layout: int cpv_preference_circle_large +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_splitTrack +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Small +androidx.preference.R$dimen: int notification_main_column_padding_top +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_DEFAULT_LED_ON_VALIDATOR +androidx.lifecycle.SavedStateHandleController$OnRecreation +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ButtonBar_AlertDialog +retrofit2.ParameterHandler$Headers +okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection$Builder pushObserver(okhttp3.internal.http2.PushObserver) +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title +okhttp3.OkHttpClient: okhttp3.Cache cache() +androidx.hilt.lifecycle.R$style +androidx.preference.R$dimen: int hint_alpha_material_dark +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setTextColor(android.content.res.ColorStateList) +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_padding_top +cyanogenmod.app.CustomTile: java.lang.String label +james.adaptiveicon.R$styleable: int AppCompatTheme_actionOverflowMenuStyle +androidx.preference.R$styleable: int DialogPreference_dialogMessage +io.reactivex.internal.util.EmptyComponent: io.reactivex.internal.util.EmptyComponent valueOf(java.lang.String) +james.adaptiveicon.R$drawable: int abc_ic_arrow_drop_right_black_24dp +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: IKeyguardExternalViewCallbacks$Stub$Proxy(android.os.IBinder) +wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderDivider +wangdaye.com.geometricweather.R$id: int dialog_minimal_icon_xmlIcon +androidx.core.R$style: int Widget_Compat_NotificationActionText +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar +okhttp3.CacheControl$Builder: int maxAgeSeconds +wangdaye.com.geometricweather.R$string: int key_location_service +cyanogenmod.weather.WeatherInfo$1 +androidx.viewpager2.R$layout: int notification_action +okio.AsyncTimeout: java.io.IOException newTimeoutException(java.io.IOException) +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_9 +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_BottomSheetDialog +com.google.android.material.R$styleable: int KeyAttribute_android_transformPivotX +androidx.fragment.app.FragmentActivity: FragmentActivity() +com.jaredrummler.android.colorpicker.ColorPanelView: ColorPanelView(android.content.Context) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast +com.google.android.material.R$styleable: int TextInputLayout_boxCornerRadiusBottomStart +wangdaye.com.geometricweather.R$style: int Platform_V21_AppCompat_Light +com.google.android.material.R$styleable: int TabLayout_tabIconTintMode +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorBackgroundFloating +wangdaye.com.geometricweather.R$attr: int initialExpandedChildrenCount +androidx.appcompat.R$id: int action_bar_title +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: void dispose() +androidx.recyclerview.R$id: int accessibility_custom_action_30 +okhttp3.internal.publicsuffix.PublicSuffixDatabase: void readTheList() +androidx.appcompat.R$attr: int buttonIconDimen +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_subtitleTextAppearance +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps$WarningTimelapsItem: MfWarningsResult$WarningTimelaps$WarningTimelapsItem() +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarSize +androidx.preference.R$styleable: int DialogPreference_android_dialogTitle +james.adaptiveicon.R$styleable: int AppCompatTheme_switchStyle +com.google.gson.internal.LinkedTreeMap +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHeight_default +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintWidth_max +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Title_Inverse androidx.customview.R$styleable: int FontFamily_fontProviderCerts -com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableItem_android_drawable -com.xw.repo.bubbleseekbar.R$drawable: int notification_template_icon_low_bg -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_Button_Colored -com.turingtechnologies.materialscrollbar.R$attr: int itemIconTint -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_NAVIGATION_BAR -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Country Country -retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback -io.reactivex.internal.subscribers.StrictSubscriber: boolean done -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_pivotY -wangdaye.com.geometricweather.R$id: int item_icon_provider_get_more_chronus -com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity -wangdaye.com.geometricweather.R$styleable: int AppBarLayoutStates_state_lifted -wangdaye.com.geometricweather.R$id: int dialog_weather_hourly_container -androidx.loader.R$id: int chronometer -com.google.android.material.textfield.TextInputLayout: int getHintCurrentCollapsedTextColor() -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleMarginEnd -okhttp3.Dispatcher: void finished(java.util.Deque,java.lang.Object) -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: io.reactivex.disposables.CompositeDisposable set -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_DrawerArrowToggle -android.didikee.donate.R$styleable: int MenuItem_android_orderInCategory -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintRight_creator -android.didikee.donate.R$drawable: int abc_list_divider_mtrl_alpha -androidx.appcompat.R$styleable: int[] FontFamilyFont -androidx.preference.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader -com.google.android.material.R$attr: int tickMarkTint -retrofit2.Retrofit$Builder: java.util.List callAdapterFactories() -io.reactivex.exceptions.UndeliverableException: UndeliverableException(java.lang.Throwable) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatImageView_tint -com.google.android.material.R$style: int Base_Widget_AppCompat_PopupWindow -androidx.work.NetworkType: androidx.work.NetworkType NOT_REQUIRED -com.xw.repo.bubbleseekbar.R$color: int abc_tint_btn_checkable -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintCircleRadius -com.google.android.material.chip.Chip: void setElevation(float) -io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection -androidx.lifecycle.SavedStateHandle$SavingStateLiveData: androidx.lifecycle.SavedStateHandle mHandle -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedEmitLast: void run() -androidx.recyclerview.R$styleable: int[] FontFamily -com.turingtechnologies.materialscrollbar.R$attr: int subtitle -wangdaye.com.geometricweather.R$id: int dimensions -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_3_00 -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_android_imeOptions -com.turingtechnologies.materialscrollbar.R$attr: int contentInsetStartWithNavigation -androidx.preference.R$attr: int colorButtonNormal -androidx.vectordrawable.R$id: int accessibility_custom_action_10 -androidx.appcompat.R$id: int action_menu_presenter -com.turingtechnologies.materialscrollbar.R$string: int search_menu_title -androidx.legacy.coreutils.R$styleable: int FontFamilyFont_font -androidx.lifecycle.LiveData$ObserverWrapper: boolean shouldBeActive() -retrofit2.adapter.rxjava2.RxJava2CallAdapter: io.reactivex.Scheduler scheduler -cyanogenmod.externalviews.KeyguardExternalView$3: boolean val$visible -androidx.activity.R$style: int Widget_Compat_NotificationActionContainer -retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback: java.util.concurrent.CompletableFuture future -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_DialogWhenLarge -androidx.lifecycle.extensions.R$id: int action_text -androidx.transition.R$layout -wangdaye.com.geometricweather.R$id: int dialog_learn_more_about_geocoder_doneBtn -com.google.android.material.R$styleable: int NavigationView_itemTextAppearance -wangdaye.com.geometricweather.location.services.LocationService: android.app.NotificationChannel getLocationNotificationChannel(android.content.Context) -com.google.android.material.floatingactionbutton.FloatingActionButton: void setElevation(float) -okhttp3.OkHttpClient: okhttp3.CertificatePinner certificatePinner() -okhttp3.OkHttpClient: javax.net.ssl.HostnameVerifier hostnameVerifier() -androidx.preference.R$styleable: int SeekBarPreference_showSeekBarValue -androidx.appcompat.R$styleable: int AppCompatTheme_dropDownListViewStyle -okhttp3.internal.cache.DiskLruCache$Entry: okhttp3.internal.cache.DiskLruCache this$0 -androidx.preference.R$attr: int backgroundSplit -androidx.preference.R$attr: int windowFixedHeightMajor -okio.Pipe$PipeSink: Pipe$PipeSink(okio.Pipe) -io.reactivex.internal.util.NotificationLite: org.reactivestreams.Subscription getSubscription(java.lang.Object) -androidx.appcompat.R$anim: int btn_radio_to_on_mtrl_ring_outer_animation -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Weather: MfForecastResult$DailyForecast$Weather() -androidx.constraintlayout.widget.R$id: int linear -androidx.appcompat.R$layout: int abc_search_view -okhttp3.internal.http2.Http2Writer -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: boolean cancelled -com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_backgroundOverlayColorAlpha -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal -com.google.android.material.R$attr: int customColorValue -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title +wangdaye.com.geometricweather.R$attr: int background_color +com.google.android.material.R$attr: int subMenuArrow +com.xw.repo.bubbleseekbar.R$attr: int titleMargin +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintStart_toEndOf +io.reactivex.Observable: io.reactivex.disposables.Disposable forEachWhile(io.reactivex.functions.Predicate) +com.jaredrummler.android.colorpicker.R$bool +wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_marginEnd +org.greenrobot.greendao.DaoException: DaoException() +androidx.appcompat.widget.AppCompatCheckBox: AppCompatCheckBox(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$attr: int tabIconTintMode +androidx.swiperefreshlayout.R$attr: int fontProviderFetchTimeout +android.didikee.donate.R$attr: int homeAsUpIndicator +com.jaredrummler.android.colorpicker.R$attr: int arrowHeadLength +okhttp3.internal.Util: int delimiterOffset(java.lang.String,int,int,java.lang.String) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property Pm10 +androidx.work.R$id: int accessibility_custom_action_6 +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_android_enabled +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date +wangdaye.com.geometricweather.db.entities.HourlyEntity: int temperature +wangdaye.com.geometricweather.R$string: int v7_preference_off +androidx.recyclerview.R$style: int Widget_Compat_NotificationActionText +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Large +wangdaye.com.geometricweather.R$dimen: int abc_dialog_title_divider_material +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_iconTint +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.HalfDay day() +io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: io.reactivex.Scheduler scheduler +com.google.android.material.bottomappbar.BottomAppBar: androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior getBehavior() +android.didikee.donate.R$styleable: int AppCompatTheme_dialogPreferredPadding +com.google.android.material.imageview.ShapeableImageView: void setStrokeWidth(float) +okhttp3.Address: okhttp3.CertificatePinner certificatePinner() +okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.platform.OptionalMethod setUseSessionTickets +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_RatingBar_Indicator +retrofit2.HttpServiceMethod$SuspendForResponse: retrofit2.CallAdapter callAdapter +retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: boolean isAsync +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: AccuDailyResult$DailyForecasts$Moon() +androidx.appcompat.R$layout: int abc_action_menu_layout +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_gradientRadius +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void otherSuccess(java.lang.Object) +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHorizontal_weight +androidx.appcompat.R$attr: int textAppearanceListItemSecondary +okhttp3.internal.connection.RealConnection: int MAX_TUNNEL_ATTEMPTS +io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource[],io.reactivex.functions.Function,int) +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem +cyanogenmod.hardware.ICMHardwareService: cyanogenmod.hardware.DisplayMode[] getDisplayModes() +james.adaptiveicon.R$styleable: int[] FontFamilyFont +wangdaye.com.geometricweather.R$attr: int closeIcon +wangdaye.com.geometricweather.R$drawable: int notif_temp_98 +android.support.v4.graphics.drawable.IconCompatParcelizer +com.google.android.material.R$styleable: int Constraint_flow_lastHorizontalStyle +okhttp3.internal.http2.Http2Connection$Listener +io.reactivex.observers.TestObserver$EmptyObserver: io.reactivex.observers.TestObserver$EmptyObserver valueOf(java.lang.String) +james.adaptiveicon.R$string: int abc_action_mode_done +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Metric: int UnitType +okhttp3.HttpUrl: okhttp3.HttpUrl$Builder newBuilder(java.lang.String) +com.google.android.material.R$styleable: int Transform_android_elevation +androidx.drawerlayout.R$styleable: int GradientColor_android_centerColor +com.bumptech.glide.integration.okhttp.R$styleable: int[] GradientColor +okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder minFresh(int,java.util.concurrent.TimeUnit) +cyanogenmod.app.Profile: void setConnectionSettings(cyanogenmod.profiles.ConnectionSettings) +androidx.preference.R$color: int abc_background_cache_hint_selector_material_dark +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Imperial +androidx.cardview.widget.CardView: float getMaxCardElevation() +com.google.android.material.R$style: int Widget_MaterialComponents_PopupMenu +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Display3 +okhttp3.internal.platform.AndroidPlatform$CloseGuard: java.lang.reflect.Method getMethod +com.jaredrummler.android.colorpicker.R$attr: int allowDividerBelow +androidx.preference.R$styleable: int[] PopupWindow +androidx.lifecycle.LifecycleRegistry$ObserverWithState +androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_android_font +james.adaptiveicon.R$color: int secondary_text_default_material_dark +com.google.android.material.R$attr: int materialCalendarMonth +okhttp3.internal.http2.Http2Connection: java.util.concurrent.ExecutorService access$400() +com.google.android.material.R$styleable: int CardView_contentPadding +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_elevation +cyanogenmod.platform.Manifest$permission: java.lang.String READ_DATAUSAGE +wangdaye.com.geometricweather.R$id: int dialog_location_help_providerTitle +androidx.appcompat.R$styleable: int GradientColor_android_centerX +james.adaptiveicon.R$attr: int overlapAnchor +androidx.constraintlayout.widget.R$dimen: int abc_text_size_display_4_material +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean setDisplayColorCalibration(int[]) +wangdaye.com.geometricweather.R$styleable: int Slider_android_stepSize +com.google.android.material.R$attr: int layout_goneMarginLeft +org.greenrobot.greendao.AbstractDaoSession: long insertOrReplace(java.lang.Object) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: int getStatus() +android.didikee.donate.R$id: int submit_area +android.didikee.donate.R$dimen: int abc_control_inset_material +wangdaye.com.geometricweather.R$attr: int layout_constraintBottom_toBottomOf +wangdaye.com.geometricweather.R$dimen: int mtrl_card_checked_icon_margin +com.google.android.material.appbar.CollapsingToolbarLayout: void setStatusBarScrimColor(int) +wangdaye.com.geometricweather.R$color: int design_fab_shadow_start_color +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_icon +androidx.preference.EditTextPreference: EditTextPreference(android.content.Context,android.util.AttributeSet) +androidx.transition.R$styleable: int FontFamilyFont_font +androidx.vectordrawable.animated.R$drawable: int notification_tile_bg +com.turingtechnologies.materialscrollbar.R$attr: int popupTheme +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: java.util.List value +androidx.appcompat.widget.ActionBarOverlayLayout: int getActionBarHideOffset() +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Medium_Inverse +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.String getCityId() +wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge +okhttp3.internal.http2.Http2Stream$FramingSink: void close() +wangdaye.com.geometricweather.R$layout: int cpv_preference_circle +wangdaye.com.geometricweather.settings.dialogs.WechatDonateDialog: WechatDonateDialog() +com.google.android.material.textfield.TextInputLayout: void setPlaceholderTextEnabled(boolean) +androidx.lifecycle.LifecycleEventObserver +androidx.appcompat.R$dimen: int abc_control_corner_material +wangdaye.com.geometricweather.settings.activities.DailyTrendDisplayManageActivity +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setNo2(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind: AccuCurrentResult$Wind() +androidx.constraintlayout.widget.R$dimen: int abc_text_size_display_1_material +wangdaye.com.geometricweather.R$id: int activity_widget_config_hideLunarTitle +james.adaptiveicon.R$attr: int elevation +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintTop_toBottomOf +com.turingtechnologies.materialscrollbar.R$attr: int switchTextAppearance +com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemIconSize +com.google.android.material.R$style: int Widget_Design_FloatingActionButton +androidx.drawerlayout.R$color: int secondary_text_default_material_light +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintBaseline_toBaselineOf +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_default_height_material +wangdaye.com.geometricweather.R$attr: int itemShapeInsetBottom +androidx.preference.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle +com.google.android.material.R$layout: int material_clock_period_toggle +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarTabStyle +androidx.preference.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner +com.jaredrummler.android.colorpicker.R$color: int accent_material_light +com.google.android.material.timepicker.TimePickerView: void setOnActionUpListener(com.google.android.material.timepicker.ClockHandView$OnActionUpListener) +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay[] values() +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter beginArray() +wangdaye.com.geometricweather.R$drawable: int ic_donate +com.google.android.material.card.MaterialCardView: android.graphics.RectF getBoundsAsRectF() +wangdaye.com.geometricweather.R$layout: int preference_widget_seekbar_material +com.google.android.material.R$attr: int path_percent +okhttp3.internal.http2.Header: okio.ByteString value +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setWeatherStart(java.lang.String) +wangdaye.com.geometricweather.R$string: int next +cyanogenmod.hardware.ICMHardwareService$Stub +androidx.appcompat.widget.ActionMenuView: void setPopupTheme(int) +wangdaye.com.geometricweather.R$styleable: int Preference_enableCopying +wangdaye.com.geometricweather.R$string: int settings_title_trend_horizontal_line_switch +wangdaye.com.geometricweather.R$drawable: int material_ic_calendar_black_24dp +cyanogenmod.alarmclock.ClockContract$AlarmsColumns cyanogenmod.providers.CMSettings$System: java.lang.String HEADSET_CONNECT_PLAYER -com.google.android.material.R$styleable: int Badge_verticalOffset -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.Property[] getProperties() -com.google.android.material.R$attr: int title -wangdaye.com.geometricweather.R$layout: int item_aqi -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeThunderstormPrecipitationDuration() -com.google.android.material.R$color: int design_default_color_on_background -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_goneMarginTop -android.didikee.donate.R$color: int abc_secondary_text_material_dark -james.adaptiveicon.R$attr: int tooltipText -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_drawableLeft -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge -com.google.android.material.R$id: int textSpacerNoTitle -androidx.constraintlayout.widget.R$dimen: int abc_dropdownitem_text_padding_right -androidx.vectordrawable.R$drawable: int notification_action_background -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA -wangdaye.com.geometricweather.R$styleable: int MenuItem_iconTint -androidx.lifecycle.SavedStateHandle: void set(java.lang.String,java.lang.Object) -com.google.android.material.R$color: int mtrl_error -io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy DROP -com.google.android.material.bottomnavigation.BottomNavigationView$SavedState: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat_Dialog -io.reactivex.internal.observers.InnerQueuedObserver: void onComplete() -retrofit2.ParameterHandler$HeaderMap: ParameterHandler$HeaderMap(java.lang.reflect.Method,int,retrofit2.Converter) -com.xw.repo.bubbleseekbar.R$styleable: int Spinner_popupTheme -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Display1 -wangdaye.com.geometricweather.R$attr: int pathMotionArc -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_verticalGap -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_DropDownItem -androidx.appcompat.widget.AppCompatEditText: void setSupportBackgroundTintList(android.content.res.ColorStateList) -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_rotationY -okhttp3.logging.LoggingEventListener: void connectionAcquired(okhttp3.Call,okhttp3.Connection) -io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver -androidx.hilt.R$color: int ripple_material_light -com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawable_android_exitFadeDuration -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionDropDownStyle -wangdaye.com.geometricweather.R$attr: int drawableTopCompat -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: long serialVersionUID -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: int skip -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeCutDrawable -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$DailyTemperature: java.lang.Float min -androidx.appcompat.R$attr: int subtitle +wangdaye.com.geometricweather.R$color: int design_snackbar_background_color +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float getNO2() +james.adaptiveicon.R$styleable: int AppCompatTheme_actionOverflowButtonStyle +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Direction +com.google.android.material.card.MaterialCardView: void setBackground(android.graphics.drawable.Drawable) +androidx.appcompat.R$styleable: int SearchView_closeIcon +com.google.android.material.R$styleable: int CompoundButton_android_button +okhttp3.internal.http2.Http2Connection$3: void execute() +com.google.android.material.R$attr: int layout_constraintLeft_toRightOf +androidx.drawerlayout.R$styleable: int FontFamilyFont_fontVariationSettings +wangdaye.com.geometricweather.R$styleable: int FragmentContainerView_android_name +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Region: java.lang.String LocalizedName +com.xw.repo.bubbleseekbar.R$styleable: int[] StateListDrawable +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_android_insetBottom +android.didikee.donate.R$attr: int dialogPreferredPadding +androidx.appcompat.R$attr: int track +wangdaye.com.geometricweather.R$id: int activity_chooser_view_content +cyanogenmod.hardware.CMHardwareManager: boolean get(int) +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Toolbar_Surface +android.didikee.donate.R$style: int TextAppearance_AppCompat_Display1 +com.google.android.material.button.MaterialButton: void removeOnCheckedChangeListener(com.google.android.material.button.MaterialButton$OnCheckedChangeListener) +io.reactivex.internal.observers.BlockingObserver +io.reactivex.exceptions.CompositeException: int size() +james.adaptiveicon.R$style: int Base_V21_Theme_AppCompat_Light_Dialog +com.google.android.material.R$style: int Widget_Design_TabLayout +io.reactivex.Observable: io.reactivex.Observable mergeArrayDelayError(io.reactivex.ObservableSource[]) +com.jaredrummler.android.colorpicker.R$layout: int abc_cascading_menu_item_layout +wangdaye.com.geometricweather.R$drawable: int abc_ratingbar_material +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_customNavigationLayout +wangdaye.com.geometricweather.R$styleable: int MaterialButton_shapeAppearanceOverlay +androidx.appcompat.R$attr: int buttonBarNegativeButtonStyle +com.google.android.material.R$styleable: int CollapsingToolbarLayout_scrimAnimationDuration +androidx.hilt.R$style: int TextAppearance_Compat_Notification_Time +okhttp3.internal.http1.Http1Codec$ChunkedSink: void write(okio.Buffer,long) +james.adaptiveicon.R$style: int Base_Theme_AppCompat_CompactMenu +okhttp3.internal.ws.RealWebSocket: void writePingFrame() +android.didikee.donate.R$styleable: int MenuView_android_verticalDivider +com.google.android.material.R$styleable: int MaterialCardView_checkedIconTint +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse +okhttp3.internal.http2.Hpack$Writer: void clearDynamicTable() +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView: void setTextColors(int) +com.google.android.material.R$dimen: int mtrl_tooltip_cornerSize +wangdaye.com.geometricweather.db.entities.WeatherEntity: int getTemperature() +com.google.android.material.R$color: int material_blue_grey_950 +androidx.hilt.R$styleable: int FontFamilyFont_font +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceOverline +com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable +com.turingtechnologies.materialscrollbar.R$drawable: int ic_mtrl_chip_checked_circle +com.turingtechnologies.materialscrollbar.R$attr: int thumbTintMode +com.google.android.material.R$styleable: int Toolbar_android_minHeight +io.reactivex.internal.util.NotificationLite$ErrorNotification: long serialVersionUID +cyanogenmod.app.ProfileGroup: void writeToParcel(android.os.Parcel,int) +cyanogenmod.providers.CMSettings$Secure$1: java.lang.String mDelimiter +com.google.android.material.R$attr: int buttonPanelSideLayout +okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder cipherSuites(okhttp3.CipherSuite[]) +okio.GzipSource +okio.ForwardingTimeout: okio.Timeout clearDeadline() +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setExpandedStyle(cyanogenmod.app.CustomTile$ExpandedStyle) +okhttp3.internal.connection.RouteException: java.io.IOException lastException +com.google.android.material.R$color: int design_fab_shadow_start_color +wangdaye.com.geometricweather.R$string: int feedback_interpret_background_notification_content +com.turingtechnologies.materialscrollbar.R$dimen: int abc_seekbar_track_background_height_material +com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_android_font +wangdaye.com.geometricweather.R$layout: int notification_template_part_time +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode +wangdaye.com.geometricweather.R$attr: int paddingBottomNoButtons +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Toolbar_Surface +com.google.android.material.R$anim: int btn_radio_to_off_mtrl_ring_outer_animation +io.reactivex.internal.subscribers.StrictSubscriber: void onNext(java.lang.Object) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String daytimeWindLevel +okhttp3.Handshake: java.util.List localCertificates +androidx.constraintlayout.helper.widget.Layer: Layer(android.content.Context,android.util.AttributeSet,int) +androidx.appcompat.R$style: int Theme_AppCompat_Light_Dialog +androidx.constraintlayout.widget.R$styleable: int ActionBar_itemPadding +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource ACCU +androidx.appcompat.R$attr: int titleMargins +com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat +com.turingtechnologies.materialscrollbar.R$anim: int design_snackbar_in +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation: double qty3H +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_android_enabled +android.didikee.donate.R$attr: int actionButtonStyle +okhttp3.internal.cache2.Relay$RelaySource: long read(okio.Buffer,long) +wangdaye.com.geometricweather.settings.fragments.SettingsFragment +wangdaye.com.geometricweather.R$attr: int iconStartPadding +com.google.android.material.R$styleable: int Constraint_android_rotation +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void innerError(int,java.lang.Throwable) +com.google.android.material.snackbar.Snackbar$SnackbarLayout: Snackbar$SnackbarLayout(android.content.Context,android.util.AttributeSet) +com.xw.repo.bubbleseekbar.R$layout: int abc_screen_simple_overlay_action_mode +com.google.android.material.R$attr: int errorTextColor +okhttp3.internal.http.HttpMethod: HttpMethod() +wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setMinuteInterval(int) +androidx.appcompat.widget.AppCompatAutoCompleteTextView: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() +io.reactivex.internal.operators.observable.ObserverResourceWrapper: boolean isDisposed() +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments$WarningTextBlocItem: java.util.List textHtml +wangdaye.com.geometricweather.R$anim: int btn_radio_to_on_mtrl_dot_group_animation +com.bumptech.glide.integration.okhttp.R$id: int right +wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: void setSunDrawable(android.graphics.drawable.Drawable) +cyanogenmod.externalviews.ExternalView: cyanogenmod.externalviews.ExternalViewProperties mExternalViewProperties +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_selectableItemBackground +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_transitionEasing +androidx.lifecycle.SavedStateHandleController: void attachHandleIfNeeded(androidx.lifecycle.ViewModel,androidx.savedstate.SavedStateRegistry,androidx.lifecycle.Lifecycle) +wangdaye.com.geometricweather.R$attr: int crossfade +james.adaptiveicon.R$id: int textSpacerNoTitle +com.google.android.material.appbar.HeaderScrollingViewBehavior: HeaderScrollingViewBehavior(android.content.Context,android.util.AttributeSet) +cyanogenmod.themes.ThemeChangeRequest$Builder: java.util.Map mThemeComponents +androidx.constraintlayout.widget.R$attr: int layout_constraintBottom_toTopOf +com.google.android.material.R$attr: int state_lifted +wangdaye.com.geometricweather.R$animator: int weather_snow_3 +okhttp3.MultipartBody$Builder: okhttp3.MultipartBody build() +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void disposeInner() +com.google.android.material.R$styleable: int CollapsingToolbarLayout_toolbarId +com.turingtechnologies.materialscrollbar.R$id: int action_menu_presenter +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_closeIcon +com.turingtechnologies.materialscrollbar.R$bool +wangdaye.com.geometricweather.R$id: int widget_trend_hourly_item_3 +okhttp3.internal.Internal: Internal() +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_button_material +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_begin +wangdaye.com.geometricweather.R$id: int cpv_color_picker_view +com.google.android.material.R$styleable: int Slider_tickColorInactive +com.google.gson.FieldNamingPolicy$1: FieldNamingPolicy$1(java.lang.String,int) +com.jaredrummler.android.colorpicker.R$attr: int overlapAnchor +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_CompoundButton_Switch +com.google.android.material.R$dimen: int abc_text_size_title_material +com.google.android.material.R$attr: int dragDirection +io.reactivex.internal.disposables.DisposableHelper +wangdaye.com.geometricweather.R$color: int colorSearchBarBackground_light +okhttp3.internal.http2.Http2Stream$StreamTimeout: Http2Stream$StreamTimeout(okhttp3.internal.http2.Http2Stream) +wangdaye.com.geometricweather.settings.fragments.ServiceProviderSettingsFragment: void setOnWeatherSourceChangedListener(wangdaye.com.geometricweather.settings.fragments.ServiceProviderSettingsFragment$OnWeatherSourceChangedListener) +androidx.preference.R$style: int TextAppearance_Compat_Notification_Time +io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: void onSuccess(java.lang.Object) +com.google.android.material.R$styleable: int Transform_android_rotation +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_counterOverflowTextColor +com.google.android.material.R$styleable: int Transform_android_translationX +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_scaleY +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_barThickness +androidx.activity.R$id: R$id() +okhttp3.internal.cache.DiskLruCache: okhttp3.internal.cache.DiskLruCache$Snapshot get(java.lang.String) +wangdaye.com.geometricweather.R$string: int key_distance_unit +androidx.appcompat.R$styleable: int AppCompatTextView_drawableRightCompat +com.google.android.material.R$styleable: int Layout_layout_constraintGuide_percent +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver +com.bumptech.glide.R$layout: int notification_template_part_time +com.google.android.material.R$string: int mtrl_picker_a11y_prev_month +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getFontThemePackageName() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Direction +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xdwd +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: java.util.ArrayDeque buffers +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Metric +wangdaye.com.geometricweather.R$id: int textinput_prefix_text +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float rain3h +com.jaredrummler.android.colorpicker.R$color: int abc_tint_edittext +cyanogenmod.app.Profile$TriggerState +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit +james.adaptiveicon.R$attr: int listPreferredItemPaddingLeft +androidx.constraintlayout.widget.R$styleable: int KeyPosition_motionTarget +cyanogenmod.weather.WeatherInfo: double access$402(cyanogenmod.weather.WeatherInfo,double) +okhttp3.internal.http2.Http2Connection: long access$708(okhttp3.internal.http2.Http2Connection) +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_startY +android.didikee.donate.R$style: int Platform_V21_AppCompat +okhttp3.EventListener$2: EventListener$2(okhttp3.EventListener) +androidx.constraintlayout.widget.R$styleable: int MenuItem_contentDescription +androidx.core.R$id: int accessibility_custom_action_15 +com.xw.repo.bubbleseekbar.R$layout: int abc_cascading_menu_item_layout +james.adaptiveicon.R$id: int buttonPanel +com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_dialogMessage +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Temperature: java.lang.Float value +androidx.hilt.lifecycle.R$id: int actions +wangdaye.com.geometricweather.R$string: int local_time +androidx.preference.R$id: int action_divider +com.google.android.material.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle +wangdaye.com.geometricweather.R$styleable: int ForegroundLinearLayout_foregroundInsidePadding +okhttp3.Cookie: long expiresAt() +androidx.transition.R$style: int Widget_Compat_NotificationActionContainer +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_iconTintMode +androidx.appcompat.R$styleable: int LinearLayoutCompat_android_baselineAligned +com.jaredrummler.android.colorpicker.R$id: int edit_query +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_get +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$PhenomenonMaxColor: int phenomenonId +androidx.constraintlayout.widget.R$styleable: int ImageFilterView_warmth +retrofit2.adapter.rxjava2.HttpException: HttpException(retrofit2.Response) +cyanogenmod.app.Profile: cyanogenmod.profiles.BrightnessSettings getBrightness() +cyanogenmod.media.MediaRecorder: java.lang.String EXTRA_CURRENT_PACKAGE_NAME +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Day_Invalid +com.google.android.material.tabs.TabLayout$TabView: int getContentWidth() +com.jaredrummler.android.colorpicker.R$attr: int fontProviderFetchTimeout +com.turingtechnologies.materialscrollbar.R$styleable: int MenuGroup_android_visible +wangdaye.com.geometricweather.R$layout: int mtrl_picker_header_dialog +okhttp3.internal.http.HttpCodec: okhttp3.ResponseBody openResponseBody(okhttp3.Response) +retrofit2.ParameterHandler$Field: boolean encoded +retrofit2.HttpException: java.lang.String message() +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Small_Inverse +android.didikee.donate.R$styleable: int ActionMode_titleTextStyle +com.turingtechnologies.materialscrollbar.R$anim: int abc_grow_fade_in_from_bottom +com.turingtechnologies.materialscrollbar.R$color: int mtrl_chip_background_color +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void drain() +okio.RealBufferedSource: void close() +androidx.appcompat.R$styleable: int AppCompatTheme_ratingBarStyle +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_Button +androidx.appcompat.widget.Toolbar: Toolbar(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$attr: int fastScrollVerticalTrackDrawable +wangdaye.com.geometricweather.R$color: int mtrl_chip_surface_color +androidx.recyclerview.R$id: int accessibility_custom_action_4 +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionBar_Solid +com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_progress +com.google.android.material.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation +androidx.preference.R$styleable: int SwitchCompat_thumbTextPadding +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_overflow_padding_start_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setBrandInfo(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd +androidx.appcompat.R$color: int notification_action_color_filter +androidx.appcompat.R$layout: int abc_popup_menu_item_layout +android.didikee.donate.R$attr: int collapseIcon +com.google.android.material.R$styleable: int AppCompatTheme_actionModeStyle +okhttp3.Interceptor$Chain: okhttp3.Response proceed(okhttp3.Request) +wangdaye.com.geometricweather.R$attr: int layout_constraintHorizontal_chainStyle +wangdaye.com.geometricweather.R$attr: int msb_scrollMode +cyanogenmod.profiles.ConnectionSettings: void getXmlString(java.lang.StringBuilder,android.content.Context) +android.didikee.donate.R$styleable: int CompoundButton_buttonTint +okio.Options: okio.Options of(okio.ByteString[]) +wangdaye.com.geometricweather.R$id: int editText +android.didikee.donate.R$style: int Widget_AppCompat_CompoundButton_CheckBox +androidx.lifecycle.extensions.R$color: int secondary_text_default_material_light +wangdaye.com.geometricweather.R$drawable: int notif_temp_73 +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Weather: java.lang.String desc +com.google.android.material.R$style: int Base_Widget_MaterialComponents_ProgressIndicator_Linear +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA +retrofit2.Retrofit$1: java.lang.Object invoke(java.lang.Object,java.lang.reflect.Method,java.lang.Object[]) +androidx.preference.R$attr: int dialogIcon +io.reactivex.Observable: io.reactivex.Observable buffer(int,int,java.util.concurrent.Callable) +com.google.android.material.R$dimen: int mtrl_alert_dialog_picker_background_inset +com.google.android.material.R$id: int accessibility_custom_action_7 +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void startTimeout(long) +androidx.viewpager.R$styleable: int GradientColorItem_android_color +com.google.android.material.R$styleable: int Layout_android_layout_width +androidx.preference.R$dimen: int abc_action_bar_icon_vertical_padding_material +com.jaredrummler.android.colorpicker.R$styleable: int[] ActionBarLayout +okio.ByteString: int hashCode() +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constrainedWidth +james.adaptiveicon.R$style: int Widget_AppCompat_ListView_Menu +androidx.constraintlayout.widget.R$attr: int actionBarStyle +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_stacked_tab_max_width +wangdaye.com.geometricweather.R$drawable: int ic_running_in_background +com.google.android.material.R$attr: int tintMode +io.reactivex.internal.subscriptions.DeferredScalarSubscription: void complete(java.lang.Object) +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_maxButtonHeight +androidx.constraintlayout.widget.R$attr: int voiceIcon +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: android.graphics.Rect getWindowInsets() +androidx.core.R$color: int androidx_core_secondary_text_default_material_light +wangdaye.com.geometricweather.weather.json.mf.MfRainResult: int quality +wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: int getChartBottom() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial: int UnitType +okhttp3.internal.http.CallServerInterceptor: boolean forWebSocket +io.reactivex.internal.observers.LambdaObserver: io.reactivex.functions.Action onComplete +okhttp3.Response$Builder: okhttp3.Response$Builder networkResponse(okhttp3.Response) +okhttp3.internal.http2.Http2Reader: void readPing(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) +androidx.lifecycle.ClassesInfoCache$MethodReference: int mCallType +wangdaye.com.geometricweather.R$id: int action_menu_divider +androidx.preference.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +okhttp3.Request: okhttp3.Headers headers() +okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Connection$ReaderRunnable readerRunnable +com.turingtechnologies.materialscrollbar.R$attr: int theme +android.didikee.donate.R$dimen: int abc_action_bar_subtitle_bottom_margin_material +com.google.android.material.R$color: int bright_foreground_inverse_material_dark +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: boolean cancelled +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_toRightOf +androidx.preference.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle +androidx.hilt.work.R$id: int accessibility_custom_action_8 +okhttp3.Cookie$Builder: java.lang.String domain +android.support.v4.os.IResultReceiver$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title +androidx.appcompat.R$attr: int spinnerDropDownItemStyle +james.adaptiveicon.R$attr: int listPreferredItemPaddingRight +wangdaye.com.geometricweather.R$id: int container_main_footer_editButton +okio.BufferedSource: long readHexadecimalUnsignedLong() +android.didikee.donate.R$style: int Base_V7_Widget_AppCompat_EditText +androidx.appcompat.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow +com.bumptech.glide.integration.okhttp.R$dimen: int notification_top_pad +com.google.gson.stream.JsonWriter: boolean serializeNulls +androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory: android.app.Application mApplication +androidx.lifecycle.AbstractSavedStateViewModelFactory +james.adaptiveicon.R$styleable: int Toolbar_titleMarginStart +com.google.android.material.R$drawable: int ic_keyboard_black_24dp +wangdaye.com.geometricweather.R$attr: int drawableSize +androidx.preference.R$styleable: int[] PreferenceGroup +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_menu_selectall_mtrl_alpha +com.google.android.material.R$integer: int mtrl_btn_anim_duration_ms +wangdaye.com.geometricweather.R$dimen: int notification_large_icon_height +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_mini_light +com.google.android.material.internal.CheckableImageButton: void setChecked(boolean) +com.xw.repo.bubbleseekbar.R$attr: int track +wangdaye.com.geometricweather.R$id: int material_hour_text_input +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionOverflowMenuStyle +wangdaye.com.geometricweather.R$styleable: int MaterialCardView_cardForegroundColor +androidx.appcompat.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton +wangdaye.com.geometricweather.R$dimen: int mtrl_card_spacing +com.google.android.material.R$dimen: int abc_dropdownitem_text_padding_right +com.google.android.material.floatingactionbutton.FloatingActionButton: void setBackgroundTintMode(android.graphics.PorterDuff$Mode) +androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_android_fontVariationSettings +wangdaye.com.geometricweather.R$drawable: int abc_ratingbar_indicator_material +com.xw.repo.BubbleSeekBar: int getProgress() +wangdaye.com.geometricweather.R$string: int mtrl_picker_invalid_format +com.xw.repo.bubbleseekbar.R$layout: int support_simple_spinner_dropdown_item +wangdaye.com.geometricweather.R$drawable: int cpv_ic_arrow_right_black_24dp +com.google.android.material.internal.VisibilityAwareImageButton +com.google.android.material.R$attr: int layout_anchorGravity +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling Cooling +com.google.android.material.R$styleable: int TabLayout_tabIndicator +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceImageView_android_maxWidth +com.google.android.material.bottomnavigation.BottomNavigationView: int getItemIconSize() +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit KPH +wangdaye.com.geometricweather.remoteviews.config.ClockDayDetailsWidgetConfigActivity +android.didikee.donate.R$integer: R$integer() +okhttp3.internal.connection.RealConnection: void establishProtocol(okhttp3.internal.connection.ConnectionSpecSelector,int,okhttp3.Call,okhttp3.EventListener) +androidx.preference.R$color: int bright_foreground_material_dark +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHorizontal_chainStyle +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog +com.google.android.material.R$styleable: int AppCompatTheme_actionBarTabTextStyle +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog_Icon +retrofit2.ParameterHandler$QueryMap: java.lang.reflect.Method method +okhttp3.Route: okhttp3.Address address +android.didikee.donate.R$attr: int controlBackground +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_contentInsetLeft +wangdaye.com.geometricweather.R$attr: int transitionPathRotate +androidx.constraintlayout.widget.R$attr: int actionDropDownStyle +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_HOME_LONG_PRESS_ACTION_VALIDATOR +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub$Proxy: android.os.IBinder asBinder() +com.turingtechnologies.materialscrollbar.R$color: int design_fab_shadow_end_color +com.xw.repo.bubbleseekbar.R$attr: int autoSizeMaxTextSize +cyanogenmod.app.CustomTile$ExpandedStyle: void setBuilder(cyanogenmod.app.CustomTile$Builder) +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light +okio.RealBufferedSource: void readFully(okio.Buffer,long) +cyanogenmod.weatherservice.ServiceRequest$Status: ServiceRequest$Status(java.lang.String,int) +cyanogenmod.externalviews.ExternalView: ExternalView(android.content.Context,android.util.AttributeSet,int) +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void drain() +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer iso0 +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable +com.google.android.material.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem +com.bumptech.glide.integration.okhttp.R$id: int tag_unhandled_key_listeners okhttp3.internal.cache.CacheStrategy$Factory -cyanogenmod.providers.CMSettings$NameValueCache: java.lang.String[] SELECT_VALUE -androidx.appcompat.R$color: int abc_tint_seek_thumb -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton -wangdaye.com.geometricweather.R$id: int recyclerView -com.turingtechnologies.materialscrollbar.R$attr: int itemBackground -com.google.android.material.R$attr: int itemShapeInsetTop -com.google.android.material.R$attr: int motionDebug -wangdaye.com.geometricweather.db.entities.DaoMaster$OpenHelper -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_toBottomOf -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: MfEphemerisResult$Properties$Ephemeris() -cyanogenmod.app.ThemeComponent: ThemeComponent(java.lang.String,int,int) -wangdaye.com.geometricweather.R$dimen: int abc_dialog_title_divider_material -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties: MfEphemerisResult$Properties() +cyanogenmod.app.ThemeVersion$ThemeVersionImpl3: ThemeVersion$ThemeVersionImpl3() +wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: AlertEntityDao$Properties() +com.xw.repo.bubbleseekbar.R$attr: int actionModeCopyDrawable +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_wrapMode +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_section_text_size +wangdaye.com.geometricweather.R$attr: int alertDialogCenterButtons com.jaredrummler.android.colorpicker.R$layout: int abc_search_dropdown_item_icons_2line -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getIcePrecipitationProbability() -wangdaye.com.geometricweather.R$dimen: int preference_seekbar_value_minWidth -okhttp3.Cookie$Builder: okhttp3.Cookie$Builder name(java.lang.String) -com.jaredrummler.android.colorpicker.R$bool -retrofit2.OkHttpCall$NoContentResponseBody: okhttp3.MediaType contentType -androidx.appcompat.widget.Toolbar: android.view.Menu getMenu() -androidx.loader.R$drawable: int notify_panel_notification_icon_bg -wangdaye.com.geometricweather.R$dimen: int abc_action_bar_content_inset_with_nav -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: ObservableCreate$CreateEmitter(io.reactivex.Observer) -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_goneMarginBottom -okhttp3.internal.cache.DiskLruCache: long size -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Metric -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: java.lang.String country -wangdaye.com.geometricweather.background.receiver.widget.WidgetWeekProvider: WidgetWeekProvider() -com.google.android.material.R$styleable: int Constraint_android_translationY -com.google.android.material.R$attr: int itemShapeAppearance -james.adaptiveicon.R$dimen: int abc_edit_text_inset_bottom_material -cyanogenmod.externalviews.KeyguardExternalView$3: int val$x -androidx.appcompat.R$id: int wrap_content -wangdaye.com.geometricweather.R$xml: int widget_clock_day_vertical -wangdaye.com.geometricweather.R$id: int sawtooth +androidx.constraintlayout.widget.R$dimen: int notification_small_icon_background_padding +androidx.preference.R$attr: int popupTheme +android.didikee.donate.R$attr: int titleMarginBottom +james.adaptiveicon.R$styleable: int MenuItem_showAsAction +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light_NoActionBar +com.google.android.material.R$attr: int onNegativeCross +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_android_textAppearance +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void collect(java.util.Collection) +wangdaye.com.geometricweather.R$dimen: int abc_text_size_title_material_toolbar +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: java.lang.String getUnit() +com.google.android.material.R$style: int Base_V21_Theme_AppCompat +androidx.preference.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: java.util.List getValue() +com.google.android.material.R$attr: int actionBarTheme +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintWidth_max +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$LocalSource: java.lang.String Name +androidx.hilt.lifecycle.R$anim: int fragment_open_enter +okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean requestIsUnrepeatable(java.io.IOException,okhttp3.Request) +wangdaye.com.geometricweather.R$string: int mtrl_picker_navigate_to_year_description +com.google.android.material.R$color: int design_dark_default_color_surface +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_AutoCompleteTextView +wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle valueOf(java.lang.String) +androidx.preference.R$dimen: int abc_action_bar_overflow_padding_end_material +androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_translationZ +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setText(java.lang.String) +wangdaye.com.geometricweather.R$dimen: int notification_right_icon_size +androidx.loader.R$color +cyanogenmod.externalviews.ExternalViewProviderService: cyanogenmod.externalviews.ExternalViewProviderService$Provider createExternalView(android.os.Bundle) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeRainPrecipitationProbability() +androidx.fragment.app.FragmentTabHost: FragmentTabHost(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$style: int PreferenceThemeOverlay +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DIALER_OPENCNAM_ACCOUNT_SID_VALIDATOR +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property TreeIndex +androidx.constraintlayout.widget.R$attr: int navigationContentDescription +com.google.android.material.R$styleable: int Layout_barrierMargin +com.bumptech.glide.R$id: int italic +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_toTopOf +com.google.android.material.R$attr: int tint +io.reactivex.exceptions.CompositeException: long serialVersionUID +androidx.preference.R$attr: int autoCompleteTextViewStyle +android.didikee.donate.R$style: int Base_Theme_AppCompat_Light_Dialog +androidx.constraintlayout.widget.R$attr: int round +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: void drain() +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: io.reactivex.Observer downstream +com.turingtechnologies.materialscrollbar.R$attr: int counterMaxLength +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ratingbar_indicator_material +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_star_half_black_36dp +androidx.lifecycle.Transformations$2: void onChanged(java.lang.Object) +cyanogenmod.hardware.CMHardwareManager: int[] getDisplayGammaCalibration(int) +androidx.constraintlayout.widget.R$attr: int editTextBackground +james.adaptiveicon.R$id: int topPanel +james.adaptiveicon.R$dimen: int abc_action_button_min_width_overflow_material +androidx.legacy.coreutils.R$id +com.turingtechnologies.materialscrollbar.R$attr: int tooltipFrameBackground +android.didikee.donate.R$drawable: int abc_seekbar_thumb_material +com.google.android.material.R$dimen: int mtrl_btn_text_btn_padding_right +com.google.android.material.slider.RangeSlider: void setHaloTintList(android.content.res.ColorStateList) +androidx.constraintlayout.widget.R$styleable: int Layout_minHeight +wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_scrollMode +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_2_light +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionBar_TabText +androidx.constraintlayout.widget.R$color: int material_deep_teal_200 +okhttp3.internal.cache.DiskLruCache$3: okhttp3.internal.cache.DiskLruCache this$0 +androidx.appcompat.resources.R$attr: int fontWeight +wangdaye.com.geometricweather.resource.utils.ResourceUtils$NullException com.turingtechnologies.materialscrollbar.R$attr: int listPreferredItemHeightSmall -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintDimensionRatio -wangdaye.com.geometricweather.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog -wangdaye.com.geometricweather.R$attr: int buttonTintMode -io.reactivex.Observable: io.reactivex.Maybe firstElement() -wangdaye.com.geometricweather.R$layout: int design_layout_snackbar_include -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Metric: java.lang.String Unit -android.didikee.donate.R$anim: R$anim() -androidx.vectordrawable.R$id: int action_divider -androidx.lifecycle.extensions.R$drawable: R$drawable() -com.jaredrummler.android.colorpicker.R$color: int primary_text_default_material_dark -okhttp3.internal.http2.Http2Connection: long access$100(okhttp3.internal.http2.Http2Connection) -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem -android.didikee.donate.R$styleable: int AppCompatTheme_android_windowAnimationStyle -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_textAllCaps -okhttp3.internal.http.RetryAndFollowUpInterceptor: java.lang.Object callStackTrace -wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type WIND -com.google.android.material.appbar.CollapsingToolbarLayout -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_11 -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableTint -okio.DeflaterSink: java.lang.String toString() -androidx.hilt.work.R$anim: R$anim() -com.google.gson.internal.LazilyParsedNumber -james.adaptiveicon.R$id: int progress_horizontal -androidx.drawerlayout.widget.DrawerLayout: void setDrawerLockMode(int) -com.xw.repo.bubbleseekbar.R$attr: int ratingBarStyleSmall -androidx.constraintlayout.widget.R$drawable: int abc_seekbar_tick_mark_material -com.bumptech.glide.load.engine.GlideException: void printStackTrace() -androidx.hilt.lifecycle.R$layout: int notification_action_tombstone -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableBottomCompat -com.google.android.material.R$styleable: int AppCompatTheme_popupWindowStyle -androidx.legacy.coreutils.R$styleable: int GradientColor_android_tileMode -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: CaiYunForecastResult() -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse -android.didikee.donate.R$attr: int state_above_anchor -james.adaptiveicon.R$styleable: int MenuItem_tooltipText -androidx.fragment.R$id: int accessibility_custom_action_14 -wangdaye.com.geometricweather.R$color: int primary_text_default_material_light -wangdaye.com.geometricweather.R$id: int treeValue -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ENABLE_REVERSE_LOOKUP_VALIDATOR -wangdaye.com.geometricweather.R$string: int settings_title_trend_horizontal_line_switch -cyanogenmod.app.CustomTile$ExpandedStyle: CustomTile$ExpandedStyle(android.os.Parcel,cyanogenmod.app.CustomTile$1) -com.google.android.material.button.MaterialButton: void setBackgroundTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$id: int container_main_footer_title -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_state_dragged -okhttp3.internal.cache.DiskLruCache: java.util.Iterator snapshots() -okhttp3.WebSocket: void cancel() -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintEnd_toEndOf -com.google.android.material.R$styleable: int ConstraintSet_layout_goneMarginTop -wangdaye.com.geometricweather.R$drawable: int notif_temp_61 -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_showText -wangdaye.com.geometricweather.R$array: int air_quality_co_units -com.jaredrummler.android.colorpicker.R$color: int highlighted_text_material_light -wangdaye.com.geometricweather.R$string: int settings_title_temperature_unit -android.didikee.donate.R$styleable: int SearchView_queryBackground -com.github.rahatarmanahmed.cpv.CircularProgressView: int getThickness() -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_chainUseRtl -okio.Segment: okio.Segment pop() -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer getRealFeelTemperature() +android.didikee.donate.R$dimen: int abc_button_inset_vertical_material +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric: AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric() +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title +wangdaye.com.geometricweather.R$styleable: int Toolbar_buttonGravity +androidx.preference.R$id: int accessibility_custom_action_6 okhttp3.internal.http2.Http2Connection$ReaderRunnable$1: okhttp3.internal.http2.Http2Connection$ReaderRunnable this$1 -wangdaye.com.geometricweather.R$attr: int bsb_section_text_position -androidx.work.R$id: int notification_background -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_weight -okhttp3.HttpUrl: java.net.URL url() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_61 -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: int Level -wangdaye.com.geometricweather.R$styleable: int Transform_android_rotationY -androidx.constraintlayout.widget.R$styleable: int Layout_constraint_referenced_ids -wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_sun -android.didikee.donate.R$styleable: int[] PopupWindow -com.google.android.material.R$layout: R$layout() -okio.BufferedSink: okio.BufferedSink writeDecimalLong(long) -okio.Okio -io.reactivex.internal.operators.observable.ObservableGroupBy$State: boolean isDisposed() -androidx.preference.R$attr: int min -android.didikee.donate.R$drawable: int abc_tab_indicator_material -retrofit2.http.QueryName -androidx.constraintlayout.widget.R$styleable: int Variant_region_heightLessThan -retrofit2.Retrofit$Builder: okhttp3.Call$Factory callFactory -androidx.vectordrawable.animated.R$id: int notification_background -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String FORECAST_CONDITION -androidx.preference.R$dimen: int notification_top_pad_large_text -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Subhead -cyanogenmod.app.Profile$ProfileTrigger: java.lang.String getIdType(int) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Rain: AccuDailyResult$DailyForecasts$Night$Rain() -retrofit2.RequestFactory$Builder: java.lang.reflect.Method method -io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: long subscriberCount -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void innerError(java.lang.Throwable) -com.jaredrummler.android.colorpicker.R$attr: int splitTrack -com.google.android.material.R$attr: int closeIconTint -androidx.appcompat.resources.R$styleable: int FontFamilyFont_android_fontStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX -wangdaye.com.geometricweather.R$string: int transition_activity_search_txt -com.google.android.material.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_1 -androidx.lifecycle.ViewModelStore: void clear() -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle -com.google.android.material.R$styleable: int Layout_minWidth -androidx.preference.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal -androidx.appcompat.R$attr: int borderlessButtonStyle -androidx.preference.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setOnAttachStateChangeListener(com.google.android.material.snackbar.BaseTransientBottomBar$OnAttachStateChangeListener) -androidx.constraintlayout.widget.R$attr: int showPaths -com.google.android.material.slider.RangeSlider: int getFocusedThumbIndex() -cyanogenmod.externalviews.ExternalView -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Large_Inverse -com.google.android.material.R$attr: int counterTextAppearance -androidx.lifecycle.extensions.R$styleable: int FontFamily_fontProviderQuery -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIconStartPadding -cyanogenmod.weather.WeatherInfo$DayForecast$Builder -com.jaredrummler.android.colorpicker.R$styleable: int ActionMenuItemView_android_minWidth -okhttp3.internal.http1.Http1Codec$FixedLengthSink: okio.ForwardingTimeout timeout -cyanogenmod.app.CMContextConstants: java.lang.String CM_WEATHER_SERVICE -androidx.lifecycle.livedata.core.R: R() -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: int complete -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: io.reactivex.functions.Function itemTimeoutIndicator -androidx.preference.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge -com.google.android.material.R$string: int abc_shareactionprovider_share_with_application -androidx.drawerlayout.R$dimen: int notification_action_text_size -com.turingtechnologies.materialscrollbar.R$attr: int goIcon -com.google.android.material.R$dimen -com.google.android.material.R$attr: int dragDirection -androidx.appcompat.R$id: int expanded_menu -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowFixedHeightMinor -com.google.android.material.button.MaterialButton: com.google.android.material.shape.ShapeAppearanceModel getShapeAppearanceModel() -androidx.constraintlayout.widget.R$attr: int layout_constraintTop_toTopOf -wangdaye.com.geometricweather.R$string: int sp_widget_clock_day_week_setting -com.google.android.material.R$layout: int abc_action_menu_layout -wangdaye.com.geometricweather.R$drawable: int notif_temp_14 -androidx.constraintlayout.helper.widget.Flow: void setPaddingLeft(int) -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_TabView -retrofit2.HttpServiceMethod$SuspendForBody: retrofit2.CallAdapter callAdapter -io.reactivex.internal.observers.DeferredScalarDisposable: int TERMINATED -com.google.android.material.R$styleable: int AppCompatTheme_editTextStyle -cyanogenmod.weather.WeatherInfo: java.lang.String getCity() -okio.Timeout: void waitUntilNotified(java.lang.Object) -com.google.android.material.R$layout: int material_clockface_textview -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language DUTCH -wangdaye.com.geometricweather.R$style: int Preference -com.xw.repo.bubbleseekbar.R$color: int material_grey_50 -androidx.activity.R$id: int accessibility_custom_action_18 -james.adaptiveicon.R$styleable: int SwitchCompat_switchMinWidth -androidx.constraintlayout.widget.R$id: int ignoreRequest -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onBouncerShowing -androidx.appcompat.R$styleable: int AppCompatTheme_colorControlActivated -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_10 -wangdaye.com.geometricweather.R$style: int Base_AlertDialog_AppCompat_Light -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle -wangdaye.com.geometricweather.db.entities.DailyEntity: int getDaytimeTemperature() -com.turingtechnologies.materialscrollbar.R$layout: int select_dialog_item_material -wangdaye.com.geometricweather.R$dimen: int mtrl_alert_dialog_background_inset_top -cyanogenmod.platform.Manifest: Manifest() -wangdaye.com.geometricweather.db.entities.DaoMaster$DevOpenHelper -okhttp3.internal.cache.DiskLruCache: void delete() -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabPadding -android.didikee.donate.R$dimen: int abc_action_bar_overflow_padding_end_material -androidx.hilt.work.R$dimen: int notification_top_pad_large_text -wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_Dialog_Alert -com.jaredrummler.android.colorpicker.R$styleable: int[] MenuView -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer grassLevel -com.turingtechnologies.materialscrollbar.R$id: int icon -androidx.appcompat.R$attr: int textAppearanceLargePopupMenu -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Title_Inverse -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth -wangdaye.com.geometricweather.R$string: int thanks -okio.BufferedSink: okio.BufferedSink writeIntLe(int) -wangdaye.com.geometricweather.R$layout: int activity_allergen -androidx.constraintlayout.widget.R$drawable: int notification_bg -android.didikee.donate.R$attr: int listMenuViewStyle -com.turingtechnologies.materialscrollbar.R$animator: int design_appbar_state_list_animator -okhttp3.HttpUrl: java.lang.String scheme -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void drainLoop() -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver(io.reactivex.CompletableObserver,io.reactivex.functions.Function,boolean) -androidx.transition.R$id: int italic -cyanogenmod.externalviews.ExternalView$8 -okhttp3.internal.platform.AndroidPlatform: boolean supportsAlpn() -androidx.fragment.R$style: int TextAppearance_Compat_Notification_Line2 -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float pm25 -com.turingtechnologies.materialscrollbar.R$attr: int listPreferredItemPaddingLeft -com.jaredrummler.android.colorpicker.R$drawable: int notification_bg_low_pressed -cyanogenmod.hardware.ICMHardwareService: int getSupportedFeatures() -james.adaptiveicon.R$dimen: int abc_action_button_min_height_material -com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_border_width -wangdaye.com.geometricweather.R$styleable: int Constraint_drawPath -androidx.appcompat.R$style: int Base_V22_Theme_AppCompat_Light -com.bumptech.glide.load.engine.DecodeJob$RunReason: com.bumptech.glide.load.engine.DecodeJob$RunReason SWITCH_TO_SOURCE_SERVICE -com.google.android.material.R$styleable: int Toolbar_logo -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_title -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle -io.reactivex.observers.TestObserver$EmptyObserver: void onError(java.lang.Throwable) -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small -androidx.core.R$id: int accessibility_custom_action_31 -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeTotalPrecipitationDuration(java.lang.Float) -com.google.android.material.R$dimen: int design_appbar_elevation -okhttp3.OkHttpClient: int writeTimeoutMillis() -cyanogenmod.platform.Manifest$permission: java.lang.String MODIFY_SOUND_SETTINGS -android.didikee.donate.R$styleable: int[] LinearLayoutCompat_Layout -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_FALLBACK_SCSV -cyanogenmod.app.CustomTile$ExpandedStyle: void setBuilder(cyanogenmod.app.CustomTile$Builder) -androidx.customview.R$id -okhttp3.internal.ws.RealWebSocket: boolean enqueuedClose -wangdaye.com.geometricweather.R$styleable: int Transition_transitionDisable +okhttp3.internal.http2.Http2Connection: void flush() +androidx.appcompat.widget.ListPopupWindow: void setOnItemSelectedListener(android.widget.AdapterView$OnItemSelectedListener) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.String frenchDepartment +androidx.preference.R$id: int action_container +com.google.android.material.R$styleable: int ColorStateListItem_alpha +wangdaye.com.geometricweather.db.entities.DaoMaster$DevOpenHelper: DaoMaster$DevOpenHelper(android.content.Context,java.lang.String) +android.didikee.donate.R$styleable: int AppCompatTheme_editTextBackground +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_headline_material +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_ch +cyanogenmod.app.CustomTile$ExpandedGridItem +androidx.appcompat.R$style: int Widget_AppCompat_ButtonBar +androidx.work.R$styleable: int FontFamilyFont_android_font +okhttp3.RequestBody$1: okhttp3.MediaType val$contentType +androidx.appcompat.widget.AppCompatCheckedTextView: void setCustomSelectionActionModeCallback(android.view.ActionMode$Callback) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintGuide_percent +androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_font +android.didikee.donate.R$dimen: R$dimen() +io.reactivex.internal.schedulers.ScheduledRunnable: int FUTURE_INDEX +com.turingtechnologies.materialscrollbar.R$attr: int listItemLayout +com.google.android.material.R$attr: int listDividerAlertDialog +com.jaredrummler.android.colorpicker.R$id: int textSpacerNoTitle +wangdaye.com.geometricweather.R$attr: int closeIconEnabled +wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_dayNightTypeSpinner +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon +james.adaptiveicon.R$styleable: int AppCompatTextView_autoSizeTextType +cyanogenmod.app.PartnerInterface: android.content.Context mContext +io.reactivex.internal.util.VolatileSizeArrayList: java.lang.Object[] toArray() +com.jaredrummler.android.colorpicker.R$anim: int abc_shrink_fade_out_from_bottom +com.xw.repo.bubbleseekbar.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton +androidx.customview.R$layout: int notification_template_part_chronometer +wangdaye.com.geometricweather.R$attr: int behavior_autoShrink +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_EditText +wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_shrinkMotionSpec +cyanogenmod.app.Profile: int getTriggerState(int,java.lang.String) +com.google.android.material.R$drawable: int abc_btn_switch_to_on_mtrl_00012 +okhttp3.internal.http.BridgeInterceptor: BridgeInterceptor(okhttp3.CookieJar) +com.turingtechnologies.materialscrollbar.R$attr: int contentPaddingRight +wangdaye.com.geometricweather.R$styleable: int ShapeableImageView_strokeColor +com.xw.repo.bubbleseekbar.R$attr: int measureWithLargestChild +androidx.customview.R$styleable: int FontFamilyFont_ttcIndex +androidx.lifecycle.SavedStateViewModelFactory: androidx.lifecycle.Lifecycle mLifecycle +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_CompoundButton_Switch +androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_ttcIndex +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getNo2() +okhttp3.Authenticator$1: okhttp3.Request authenticate(okhttp3.Route,okhttp3.Response) +com.bumptech.glide.integration.okhttp.R$styleable: int[] CoordinatorLayout_Layout +androidx.preference.R$style: int Widget_AppCompat_ProgressBar_Horizontal +cyanogenmod.app.ICustomTileListener$Stub$Proxy: android.os.IBinder mRemote +wangdaye.com.geometricweather.R$attr: int actionBarPopupTheme +androidx.preference.R$styleable: int Preference_android_layout +james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_drawableEnd +com.google.android.material.R$color: int mtrl_tabs_icon_color_selector_colored +com.google.gson.stream.JsonReader: int PEEKED_LONG +androidx.work.R$id: int accessibility_custom_action_22 +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_defaultValue +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: AccuLocationResult() +androidx.hilt.work.R$attr +android.didikee.donate.R$attr: int actionModePopupWindowStyle +com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getBoxStrokeErrorColor() +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_19 +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_lastVerticalStyle +okio.BufferedSink: okio.BufferedSink writeShort(int) +com.jaredrummler.android.colorpicker.R$id: int spinner +wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_dayTodayStyle +cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void alterWindow(int,int,int,int,boolean,android.graphics.Rect) +androidx.appcompat.R$string +androidx.coordinatorlayout.R$id: int info +wangdaye.com.geometricweather.R$styleable: int PropertySet_layout_constraintTag +com.google.android.material.R$dimen: int item_touch_helper_max_drag_scroll_per_frame +wangdaye.com.geometricweather.R$color: int colorLevel_1 +com.jaredrummler.android.colorpicker.R$style: int Platform_AppCompat_Light +androidx.lifecycle.extensions.R$styleable: int[] FontFamily +android.didikee.donate.R$style: int Widget_AppCompat_Light_SearchView +com.bumptech.glide.R$attr: int fontProviderQuery +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_subtitle_material_toolbar +androidx.preference.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize +cyanogenmod.app.ICustomTileListener$Stub$Proxy +wangdaye.com.geometricweather.R$dimen: int widget_content_text_size +wangdaye.com.geometricweather.R$integer: int cpv_default_max_progress +androidx.constraintlayout.widget.R$styleable: R$styleable() +cyanogenmod.externalviews.KeyguardExternalView +com.google.android.material.R$attr: int checkedButton +androidx.fragment.R$id: int notification_main_column +com.google.android.material.bottomnavigation.BottomNavigationView: void setItemIconSizeRes(int) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: long EffectiveEpochDate +wangdaye.com.geometricweather.R$styleable: int Slider_tickColorActive +androidx.legacy.coreutils.R$dimen: R$dimen() +android.didikee.donate.R$styleable: int MenuItem_iconTintMode +okhttp3.Cache$Entry: java.lang.String requestMethod +com.bumptech.glide.integration.okhttp.R$id: int notification_main_column +james.adaptiveicon.R$drawable: int abc_list_pressed_holo_dark +com.google.android.material.R$id: int material_minute_tv +wangdaye.com.geometricweather.R$color: int darkPrimary_2 +androidx.coordinatorlayout.R$styleable: int GradientColor_android_endX +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox +android.didikee.donate.R$id: int action_container +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_maxElementsWrap +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: long index +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored +james.adaptiveicon.R$styleable: int AppCompatSeekBar_tickMark +androidx.cardview.R$styleable: int[] CardView +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_BottomSheetDialog +wangdaye.com.geometricweather.R$dimen: int abc_seekbar_track_progress_height_material +cyanogenmod.weather.ICMWeatherManager: void registerWeatherServiceProviderChangeListener(cyanogenmod.weather.IWeatherServiceProviderChangeListener) +wangdaye.com.geometricweather.R$color: int bright_foreground_material_light +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer moldLevel +com.bumptech.glide.integration.okhttp.R$attr: int alpha +androidx.appcompat.widget.ActionMenuView: void setOnMenuItemClickListener(androidx.appcompat.widget.ActionMenuView$OnMenuItemClickListener) +androidx.preference.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated +okio.Buffer: int selectPrefix(okio.Options,boolean) +com.google.android.material.R$string: int abc_action_bar_up_description +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_elevation +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_105 +wangdaye.com.geometricweather.R$style: int ShapeAppearance_MaterialComponents_LargeComponent +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_backgroundSplit +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_3 +androidx.constraintlayout.widget.R$attr: int customStringValue +androidx.preference.R$attr: int titleTextAppearance +com.xw.repo.bubbleseekbar.R$attr: int buttonBarButtonStyle +com.google.gson.internal.$Gson$Types$WildcardTypeImpl: $Gson$Types$WildcardTypeImpl(java.lang.reflect.Type[],java.lang.reflect.Type[]) +androidx.hilt.lifecycle.R$styleable: int GradientColor_android_centerColor +wangdaye.com.geometricweather.R$styleable: int ActionBar_subtitleTextStyle +okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder noTransform() +james.adaptiveicon.R$styleable: int AppCompatTheme_colorControlHighlight +wangdaye.com.geometricweather.R$drawable: int widget_clock_day_vertical +wangdaye.com.geometricweather.R$dimen: int notification_small_icon_size_as_large +com.google.android.material.R$styleable: int Constraint_layout_constraintWidth_min +androidx.appcompat.widget.SearchView: void setOnQueryTextListener(androidx.appcompat.widget.SearchView$OnQueryTextListener) +james.adaptiveicon.R$id: int chronometer +androidx.viewpager.R$styleable: int FontFamilyFont_fontStyle +com.google.android.material.R$styleable: int FontFamilyFont_android_fontStyle +androidx.preference.R$dimen: int notification_media_narrow_margin +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeCloudCover(java.lang.Integer) +wangdaye.com.geometricweather.R$drawable: int widget_clock_day_horizontal +androidx.appcompat.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title +okhttp3.internal.http2.Http2Reader: void readPushPromise(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) +cyanogenmod.app.Profile$TriggerState: int ON_DISCONNECT +androidx.lifecycle.ProcessLifecycleOwner$3: void onActivityPaused(android.app.Activity) +com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_BottomSheet_Modal +wangdaye.com.geometricweather.R$id: int item_touch_helper_previous_elevation +androidx.hilt.R$styleable: int FontFamily_fontProviderFetchStrategy +james.adaptiveicon.R$dimen: int abc_action_bar_elevation_material +wangdaye.com.geometricweather.R$drawable: int ic_menu_up +com.google.android.material.progressindicator.ProgressIndicator: void setTrackColor(int) +com.google.android.material.R$attr: int clickAction +okhttp3.Cache$CacheResponseBody: okhttp3.internal.cache.DiskLruCache$Snapshot snapshot +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: io.reactivex.ObservableSource first +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_rippleColor +com.google.android.material.R$style: int Base_Theme_AppCompat_Light +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPath: void setPathData(androidx.core.graphics.PathParser$PathDataNode[]) +androidx.work.impl.utils.futures.AbstractFuture$Failure$1 +com.google.android.material.appbar.AppBarLayout: int getPendingAction() +com.google.android.material.R$attr: int telltales_tailScale +androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_Light +com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_stackFromEnd +okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean forWebSocket +androidx.appcompat.widget.AppCompatEditText: java.lang.CharSequence getText() +okhttp3.internal.http2.Http2Stream: Http2Stream(int,okhttp3.internal.http2.Http2Connection,boolean,boolean,okhttp3.Headers) +wangdaye.com.geometricweather.R$styleable: int MaterialCardView_checkedIconSize +wangdaye.com.geometricweather.R$animator: int weather_wind_1 +com.google.android.material.R$dimen: int abc_dialog_corner_radius_material +androidx.preference.R$styleable: int AppCompatTheme_dividerVertical +androidx.hilt.R$id: int line3 +com.jaredrummler.android.colorpicker.R$string: int search_menu_title +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_15 +com.google.android.material.R$style: int Platform_Widget_AppCompat_Spinner +com.bumptech.glide.R$styleable: int ColorStateListItem_android_color +okhttp3.Cache: int hitCount() +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) +android.didikee.donate.R$style: int Base_Animation_AppCompat_DropDownUp +cyanogenmod.hardware.CMHardwareManager: boolean setDisplayGammaCalibration(int,int[]) +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property IcePrecipitation +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: int getProgressViewEndOffset() +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title +io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: void onNext(java.lang.Object) +okhttp3.internal.cache.CacheStrategy: CacheStrategy(okhttp3.Request,okhttp3.Response) +cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setWeatherCondition(int) +wangdaye.com.geometricweather.common.basic.models.weather.Weather: boolean isDaylight(java.util.TimeZone) +james.adaptiveicon.R$styleable: int TextAppearance_android_shadowDy +com.google.android.material.R$styleable: int KeyCycle_curveFit +androidx.viewpager2.widget.ViewPager2: int getScrollState() +okio.AsyncTimeout$1: AsyncTimeout$1(okio.AsyncTimeout,okio.Sink) +cyanogenmod.weather.CMWeatherManager$1$1: cyanogenmod.weather.CMWeatherManager$1 this$1 +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_Button +androidx.lifecycle.viewmodel.R +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Temperature: MfHistoryResult$History$Temperature() +com.google.android.material.datepicker.MaterialCalendar$CalendarSelector: com.google.android.material.datepicker.MaterialCalendar$CalendarSelector[] values() +androidx.hilt.lifecycle.R$id: R$id() +com.google.android.material.R$styleable: int Layout_layout_constraintBottom_toBottomOf +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder sslSocketFactory(javax.net.ssl.SSLSocketFactory,javax.net.ssl.X509TrustManager) +cyanogenmod.app.ProfileManager: cyanogenmod.app.IProfileManager sService +cyanogenmod.hardware.CMHardwareManager: int FEATURE_LONG_TERM_ORBITS +androidx.constraintlayout.motion.widget.MotionLayout: void setTransition(int) +wangdaye.com.geometricweather.R$id: int transparency_text +cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: java.lang.String getInterfaceDescriptor() +io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: void setResource(io.reactivex.disposables.Disposable) +androidx.appcompat.R$styleable: int AppCompatTheme_actionOverflowMenuStyle +james.adaptiveicon.R$drawable: int abc_ic_search_api_material +android.didikee.donate.R$drawable: int abc_textfield_search_material +io.reactivex.internal.operators.observable.ObservableReplay$SizeBoundReplayBuffer: void truncate() +androidx.core.R$layout: int custom_dialog +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: io.reactivex.internal.util.AtomicThrowable errors +wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayWeekProvider: WidgetClockDayWeekProvider() +com.google.android.material.datepicker.MaterialCalendar: MaterialCalendar() +com.google.android.material.chip.Chip: void setCloseIconEndPaddingResource(int) +cyanogenmod.externalviews.ExternalViewProviderService: void onCreate() +james.adaptiveicon.R$id: int contentPanel +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 +james.adaptiveicon.R$id: int select_dialog_listview +okio.Okio: okio.Sink sink(java.io.File) +com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_color +retrofit2.ParameterHandler: retrofit2.ParameterHandler iterable() +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$6: KeyguardExternalViewProviderService$Provider$ProviderImpl$6(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) +james.adaptiveicon.R$drawable: int notification_tile_bg +okhttp3.internal.ws.WebSocketReader: okio.BufferedSource source +wangdaye.com.geometricweather.R$styleable: int ChipGroup_singleSelection +androidx.constraintlayout.widget.R$attr: int tooltipText +androidx.preference.internal.PreferenceImageView +com.turingtechnologies.materialscrollbar.R$string: int abc_searchview_description_submit +com.google.android.material.R$id: int src_atop +james.adaptiveicon.R$styleable: int SearchView_goIcon +androidx.preference.R$id: int accessibility_custom_action_10 +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner +cyanogenmod.app.BaseLiveLockManagerService: void enforcePrivateAccessPermission() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Metric: AccuCurrentResult$Temperature$Metric() +com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceListItem +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver[] CANCELLED +androidx.customview.R$integer: R$integer() +com.google.android.material.R$id: int mtrl_picker_header_title_and_selection +wangdaye.com.geometricweather.R$id: int fill_horizontal +com.google.android.material.R$styleable: int Layout_layout_constraintRight_creator +okhttp3.internal.ws.WebSocketReader: void readHeader() +okio.Buffer$2: Buffer$2(okio.Buffer) +androidx.appcompat.R$anim: int btn_checkbox_to_checked_box_inner_merged_animation +wangdaye.com.geometricweather.R$style: int Base_V23_Theme_AppCompat_Light +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setTitle(java.lang.String) +wangdaye.com.geometricweather.R$attr: int itemSpacing +androidx.appcompat.R$style: int Animation_AppCompat_Dialog +wangdaye.com.geometricweather.R$id: int save_non_transition_alpha +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_CALL_LED_ON +cyanogenmod.providers.DataUsageContract: android.net.Uri BASE_CONTENT_URI +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver parent +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Menu +androidx.appcompat.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner +okhttp3.internal.http.RetryAndFollowUpInterceptor: void setCallStackTrace(java.lang.Object) +okhttp3.internal.http.RealInterceptorChain: okhttp3.Call call +com.turingtechnologies.materialscrollbar.MaterialScrollBar: int getMode() +wangdaye.com.geometricweather.R$drawable: int ic_gauge +androidx.activity.ComponentActivity$2 +androidx.constraintlayout.widget.Placeholder: android.view.View getContent() +okhttp3.internal.cache.DiskLruCache: void processJournal() +androidx.work.R$styleable: int[] FontFamilyFont +wangdaye.com.geometricweather.db.entities.AlertEntity: void setType(java.lang.String) +io.reactivex.internal.subscriptions.EmptySubscription +cyanogenmod.app.ThemeVersion$ComponentVersion: cyanogenmod.app.ThemeComponent getComponent() +com.google.android.material.R$id: int smallLabel +wangdaye.com.geometricweather.R$color: int colorRootDark_dark +io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain: java.lang.String getMessage() +com.google.android.material.button.MaterialButtonToggleGroup: java.lang.CharSequence getAccessibilityClassName() +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem +com.google.android.material.R$color: int material_on_primary_emphasis_medium +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_end +wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_showMotionSpec +okhttp3.internal.ws.WebSocketWriter: okio.Buffer sinkBuffer +androidx.appcompat.R$styleable: int[] StateListDrawable +androidx.appcompat.resources.R$styleable: int StateListDrawable_android_exitFadeDuration +wangdaye.com.geometricweather.R$style: int material_icon +androidx.preference.R$style: int ThemeOverlay_AppCompat_Dialog_Alert +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$LocalSource +com.xw.repo.bubbleseekbar.R$style: int Base_AlertDialog_AppCompat +retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: boolean terminated +okhttp3.internal.http2.Http2Connection: boolean $assertionsDisabled +retrofit2.Utils: int indexOf(java.lang.Object[],java.lang.Object) +androidx.appcompat.R$id: int search_bar +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Speed: AccuDailyResult$DailyForecasts$Night$Wind$Speed() +wangdaye.com.geometricweather.R$string: int icon_content_description +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPopupWindowStyle +androidx.recyclerview.R$drawable: int notification_bg_low_pressed +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Spinner_Underlined +wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_2 +com.google.android.material.tabs.TabLayout: void setInlineLabelResource(int) +okio.AsyncTimeout$Watchdog: AsyncTimeout$Watchdog() +wangdaye.com.geometricweather.R$animator: int weather_partly_cloudy_night_1 +cyanogenmod.profiles.ConnectionSettings: void setSubId(int) +androidx.viewpager2.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable +com.xw.repo.bubbleseekbar.R$id: int text +androidx.appcompat.R$id: int search_edit_frame +androidx.activity.R$id: int right_icon +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: long serialVersionUID +retrofit2.SkipCallbackExecutorImpl: java.lang.Class annotationType() +androidx.appcompat.widget.SwitchCompat: int getThumbOffset() +com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_thickness +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_motionProgress +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Headline1 +com.google.android.material.R$drawable: int abc_ratingbar_material +com.google.android.material.R$styleable: int TabLayout_tabInlineLabel +james.adaptiveicon.R$drawable: int abc_list_selector_holo_light +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: java.lang.String getWeatherText() +androidx.lifecycle.OnLifecycleEvent +okhttp3.internal.ws.RealWebSocket$Streams: boolean client +james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge +com.xw.repo.bubbleseekbar.R$id: int search_badge +com.google.android.material.R$attr: int motionStagger +com.google.android.material.R$styleable: int GradientColor_android_endColor +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_hideMotionSpec +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.lang.Integer snowHazard3h +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_lastHorizontalStyle +com.google.android.material.R$string: int abc_searchview_description_clear +com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_CollapsingToolbar +wangdaye.com.geometricweather.R$id: int unchecked +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog +com.xw.repo.bubbleseekbar.R$styleable: int View_android_focusable +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: java.util.concurrent.Callable other +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_fixed_height_minor +androidx.customview.R$id: int notification_main_column_container +com.xw.repo.bubbleseekbar.R$styleable: int CompoundButton_buttonTint +okio.Okio: okio.BufferedSink buffer(okio.Sink) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeThunderstormPrecipitationProbability(java.lang.Float) +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_9 +com.google.android.material.R$id: int wrap_content +com.google.android.material.progressindicator.ProgressIndicator: com.google.android.material.progressindicator.DrawingDelegate getCurrentDrawingDelegate() +android.didikee.donate.R$attr: int windowFixedHeightMajor +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constrainedWidth +androidx.appcompat.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle +wangdaye.com.geometricweather.R$layout: int select_dialog_item_material +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_2 +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIconTintMode +wangdaye.com.geometricweather.R$style: int Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day +wangdaye.com.geometricweather.R$dimen: int material_font_2_0_box_collapsed_padding_top +okhttp3.Dispatcher: void finished(java.util.Deque,java.lang.Object) +android.didikee.donate.R$attr: int seekBarStyle +com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float pressure +wangdaye.com.geometricweather.R$string: int current_location +androidx.constraintlayout.widget.R$drawable: int abc_ic_commit_search_api_mtrl_alpha +com.turingtechnologies.materialscrollbar.R$attr: int subMenuArrow +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_shapeAppearance +androidx.preference.R$style: int Preference_CheckBoxPreference_Material +james.adaptiveicon.R$attr: int textColorAlertDialogListItem +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse +wangdaye.com.geometricweather.R$string: int settings_summary_appearance +cyanogenmod.profiles.AirplaneModeSettings: boolean mDirty +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_firstVerticalStyle +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Tooltip +com.turingtechnologies.materialscrollbar.R$color: int bright_foreground_inverse_material_dark +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_android_textColorHint +cyanogenmod.providers.CMSettings$Secure: java.lang.String ADB_NOTIFY +org.greenrobot.greendao.DaoException: DaoException(java.lang.Throwable) +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setSlingshotDistance(int) +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float ice +com.google.android.material.R$styleable: int MaterialCardView_shapeAppearanceOverlay +wangdaye.com.geometricweather.R$layout: int dialog_providers_previewer +cyanogenmod.platform.Manifest$permission: java.lang.String MANAGE_PERSISTENT_STORAGE +okio.Buffer$UnsafeCursor +com.google.android.material.R$attr: int flow_firstHorizontalStyle +com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_layout_behavior +com.turingtechnologies.materialscrollbar.R$attr: int statusBarScrim +com.google.android.material.R$id: int outline +wangdaye.com.geometricweather.db.entities.DailyEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.DailyEntity) +wangdaye.com.geometricweather.R$styleable: int Toolbar_titleTextColor +wangdaye.com.geometricweather.R$string: int tag_temperature +com.google.android.material.chip.ChipGroup: void setSingleSelection(boolean) +androidx.activity.ImmLeaksCleaner +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: java.lang.String getPubTime() +com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleTextColor(android.content.res.ColorStateList) +com.turingtechnologies.materialscrollbar.R$attr: int cardCornerRadius +com.google.android.material.tabs.TabLayout$TabView: com.google.android.material.badge.BadgeDrawable getOrCreateBadge() +okhttp3.HttpUrl$Builder: void push(java.lang.String,int,int,boolean,boolean) +cyanogenmod.app.CustomTile$ExpandedItem: int describeContents() +okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner: java.lang.reflect.Method checkServerTrusted +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_trackTintMode +androidx.lifecycle.extensions.R$anim: int fragment_fade_enter +android.didikee.donate.R$dimen: int abc_dialog_list_padding_top_no_title +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_7 +com.google.android.material.R$style: int Test_Widget_MaterialComponents_MaterialCalendar +james.adaptiveicon.R$color: int material_grey_800 +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_NULL_SHA256 +androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Button +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation: MfHistoryResult$History$Precipitation() +io.reactivex.Observable: io.reactivex.Single toSortedList(int) +com.google.android.material.R$layout: int mtrl_calendar_day_of_week +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_8 +com.google.android.material.R$dimen: int mtrl_btn_disabled_elevation +com.google.android.material.R$styleable: int State_constraints +com.turingtechnologies.materialscrollbar.R$styleable: int[] AlertDialog +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void onNext(java.lang.Object) +androidx.appcompat.R$attr: int actionModeWebSearchDrawable +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_resetAll +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: java.lang.Object poll() +okio.AsyncTimeout: boolean exit() +androidx.swiperefreshlayout.R$string +androidx.preference.R$styleable: int AppCompatTheme_dialogCornerRadius +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder proxyAuthenticator(okhttp3.Authenticator) +androidx.constraintlayout.widget.R$color: int material_grey_800 +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_editor_absoluteY +android.didikee.donate.R$style +androidx.preference.R$drawable: int abc_ic_star_half_black_48dp +com.google.android.material.R$id: int material_clock_period_toggle +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast +wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setId(java.lang.Long) +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SMOKY +okhttp3.internal.platform.ConscryptPlatform: void configureTlsExtensions(javax.net.ssl.SSLSocket,java.lang.String,java.util.List) +cyanogenmod.weather.RequestInfo: android.location.Location access$502(cyanogenmod.weather.RequestInfo,android.location.Location) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeDegreeDayTemperature +com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_tileMode +wangdaye.com.geometricweather.R$array: int widget_style_values +cyanogenmod.providers.CMSettings$InclusiveIntegerRangeValidator +com.turingtechnologies.materialscrollbar.R$drawable: int notify_panel_notification_icon_bg +io.reactivex.internal.subscriptions.BasicIntQueueSubscription: long serialVersionUID +androidx.viewpager.R$id: int text2 +androidx.preference.R$styleable: int Toolbar_titleMarginEnd +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void innerClose(boolean,io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver) +com.turingtechnologies.materialscrollbar.R$attr: int showAsAction +androidx.appcompat.R$styleable: int PopupWindow_android_popupAnimationStyle +com.google.gson.stream.JsonReader: int PEEKED_END_OBJECT +com.google.android.material.R$attr: int chipIconEnabled +com.jaredrummler.android.colorpicker.R$drawable: int abc_cab_background_top_mtrl_alpha +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_11 +wangdaye.com.geometricweather.R$attr: int layout_constraintVertical_bias +james.adaptiveicon.R$attr: int controlBackground +androidx.constraintlayout.helper.widget.Layer: void setScaleY(float) +androidx.appcompat.R$dimen: int tooltip_y_offset_non_touch +cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status FAILED +com.google.android.material.R$attr: int customStringValue +okhttp3.internal.cache.DiskLruCache: long maxSize +androidx.constraintlayout.widget.R$color: int background_floating_material_dark +wangdaye.com.geometricweather.R$attr: int badgeStyle +com.bumptech.glide.load.resource.bitmap.RecyclableBufferedInputStream$InvalidMarkException +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void onNext(java.lang.Object) +androidx.transition.R$drawable +androidx.preference.ListPreference$SavedState +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_DialogWhenLarge +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_title_material_toolbar +com.google.android.material.R$style: int ThemeOverlay_AppCompat +okhttp3.internal.Util: int checkDuration(java.lang.String,long,java.util.concurrent.TimeUnit) +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_goneMarginRight +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric: AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric() +androidx.appcompat.resources.R$styleable: int GradientColor_android_type +retrofit2.Call: retrofit2.Call clone() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_radioButtonStyle +okio.Buffer: int readInt() +io.reactivex.subjects.PublishSubject$PublishDisposable: void dispose() +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.String TABLENAME +wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_backgroundTint +wangdaye.com.geometricweather.R$drawable: int ic_exercise +androidx.constraintlayout.widget.R$drawable: int abc_menu_hardkey_panel_mtrl_mult +androidx.viewpager2.R$styleable: int[] RecyclerView +retrofit2.OkHttpCall +cyanogenmod.hardware.DisplayMode$1: DisplayMode$1() +androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory: androidx.lifecycle.ViewModel create(java.lang.Class) +cyanogenmod.power.PerformanceManager: int getPowerProfile() +androidx.appcompat.R$styleable: int GradientColor_android_endY +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ListView_Menu +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_section_count +com.turingtechnologies.materialscrollbar.R$id: int save_non_transition_alpha +wangdaye.com.geometricweather.R$attr: int startIconTint +wangdaye.com.geometricweather.R$layout: int mtrl_calendar_days_of_week +androidx.viewpager.widget.PagerTabStrip: int getTabIndicatorColor() +wangdaye.com.geometricweather.R$dimen: int main_title_text_size +okhttp3.internal.http.RealInterceptorChain: okhttp3.Request request() +androidx.appcompat.widget.ActivityChooserModel +wangdaye.com.geometricweather.db.entities.HourlyEntity: boolean getDaylight() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Imperial Imperial +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: int getTemperature() +android.didikee.donate.R$styleable: int LinearLayoutCompat_showDividers +androidx.activity.R$styleable: int GradientColor_android_startColor +okhttp3.RealCall: okhttp3.EventListener eventListener +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void cancel() +androidx.fragment.R$dimen: int notification_big_circle_margin +io.reactivex.internal.operators.observable.ObserverResourceWrapper: void onError(java.lang.Throwable) +com.turingtechnologies.materialscrollbar.R$color: int highlighted_text_material_light +com.google.android.material.textfield.TextInputLayout: void setErrorIconDrawable(int) +com.xw.repo.bubbleseekbar.R$color: int abc_primary_text_material_dark +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void unregisterCallback(cyanogenmod.externalviews.IKeyguardExternalViewCallbacks) +okio.GzipSource: byte FNAME +okio.Sink: void write(okio.Buffer,long) +com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_borderless_material +com.jaredrummler.android.colorpicker.R$id: int customPanel +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Overline +androidx.lifecycle.ProcessLifecycleOwner$2: ProcessLifecycleOwner$2(androidx.lifecycle.ProcessLifecycleOwner) +io.reactivex.Observable: io.reactivex.Completable switchMapCompletable(io.reactivex.functions.Function) +androidx.constraintlayout.widget.R$color: int error_color_material_dark +androidx.appcompat.R$styleable: int AppCompatTheme_actionModeSplitBackground +com.google.android.material.R$style: int Base_Widget_AppCompat_AutoCompleteTextView +androidx.lifecycle.ComputableLiveData: java.lang.Object compute() +com.turingtechnologies.materialscrollbar.DragScrollBar: float getIndicatorOffset() +okhttp3.internal.http1.Http1Codec: int STATE_OPEN_REQUEST_BODY +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Imperial +androidx.preference.R$attr: int gapBetweenBars +com.google.android.material.R$attr: int materialCalendarMonthNavigationButton +androidx.appcompat.R$dimen: int compat_button_inset_horizontal_material +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_BottomSheetDialog +com.google.android.material.R$styleable: int AppCompatTextView_drawableEndCompat +com.google.android.material.R$attr: int boxCornerRadiusBottomStart +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: long count +androidx.appcompat.resources.R$id: int accessibility_custom_action_20 +wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_AppbarTheme +io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: void onNext(java.lang.Object) +okhttp3.internal.http2.Http2Stream: void setHeadersListener(okhttp3.internal.http2.Header$Listener) +okhttp3.internal.platform.JdkWithJettyBootPlatform +com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_focused_holo +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WindSpeed +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather: CNWeatherResult$Realtime$Weather() +wangdaye.com.geometricweather.R$id: int activity_widget_config +androidx.preference.R$attr: int alertDialogTheme +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu +wangdaye.com.geometricweather.R$color: int foreground_material_dark +com.jaredrummler.android.colorpicker.R$attr: int colorAccent +com.google.android.material.R$dimen: int abc_text_size_display_2_material +wangdaye.com.geometricweather.R$styleable: int Constraint_android_rotationX +androidx.preference.R$attr: int listChoiceBackgroundIndicator +androidx.recyclerview.widget.RecyclerView: void setRecyclerListener(androidx.recyclerview.widget.RecyclerView$RecyclerListener) +androidx.constraintlayout.widget.R$drawable: int abc_btn_radio_material_anim +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: BaiduIPLocationResult() +com.google.android.material.R$color: int material_timepicker_button_background +androidx.drawerlayout.R$id: int forever +com.google.android.material.R$id: int layout +com.google.android.material.R$style: int Widget_AppCompat_Button_Small +androidx.loader.R$color: int ripple_material_light +androidx.constraintlayout.widget.R$attr: int listChoiceBackgroundIndicator +com.google.android.material.bottomnavigation.BottomNavigationView: int getItemTextAppearanceInactive() +wangdaye.com.geometricweather.R$string: int character_counter_pattern +wangdaye.com.geometricweather.R$drawable: int ic_pm +androidx.work.R$styleable: int GradientColor_android_tileMode +androidx.dynamicanimation.R$styleable: int GradientColor_android_centerColor +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: void setValue(java.lang.String) +androidx.viewpager.R$styleable: int ColorStateListItem_android_alpha +android.didikee.donate.R$styleable: int TextAppearance_android_textColorHint +com.google.android.material.R$dimen: int abc_action_button_min_height_material +wangdaye.com.geometricweather.R$dimen: int default_dimension +androidx.hilt.work.R$id: int accessibility_custom_action_2 +okhttp3.internal.http2.Hpack: java.util.Map NAME_TO_FIRST_INDEX +okhttp3.internal.ws.RealWebSocket: void awaitTermination(int,java.util.concurrent.TimeUnit) +com.google.android.material.R$style: int Base_TextAppearance_AppCompat +okhttp3.HttpUrl: java.lang.String QUERY_COMPONENT_REENCODE_SET +io.reactivex.internal.schedulers.ScheduledDirectTask +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat +wangdaye.com.geometricweather.R$drawable: int notif_temp_139 +androidx.preference.R$id: int select_dialog_listview +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_alphabeticShortcut +com.google.android.material.R$interpolator: int btn_radio_to_off_mtrl_animation_interpolator_0 +androidx.preference.SwitchPreferenceCompat +wangdaye.com.geometricweather.db.entities.AlertEntity: void setId(java.lang.Long) +androidx.preference.R$attr: int buttonBarNegativeButtonStyle +android.didikee.donate.R$styleable: int DrawerArrowToggle_gapBetweenBars +wangdaye.com.geometricweather.R$attr: int behavior_overlapTop +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: java.lang.Integer clouds +androidx.appcompat.R$attr: int colorPrimary +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float thunderstorm +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_RC4_128_SHA +wangdaye.com.geometricweather.common.basic.models.weather.Daily: long time +com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage valueOf(java.lang.String) +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void clear() +io.reactivex.internal.util.VolatileSizeArrayList: java.lang.Object set(int,java.lang.Object) +androidx.appcompat.R$attr: int actionBarSplitStyle +androidx.dynamicanimation.R$styleable: int[] FontFamilyFont +androidx.appcompat.R$attr: int listPreferredItemPaddingRight +com.google.android.material.R$drawable: int abc_text_select_handle_middle_mtrl_light +androidx.preference.R$layout: R$layout() +androidx.constraintlayout.widget.R$attr: int imageButtonStyle +okhttp3.internal.ws.RealWebSocket: int receivedPongCount +cyanogenmod.app.ThemeVersion$ComponentVersion +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_bias +androidx.preference.R$id: int text2 +okio.HashingSource: HashingSource(okio.Source,okio.ByteString,java.lang.String) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean +androidx.constraintlayout.widget.R$style: int Base_V7_Widget_AppCompat_EditText +com.bumptech.glide.integration.okhttp.R$color: int notification_action_color_filter +com.google.android.material.R$attr: int colorSecondaryVariant +okhttp3.internal.http1.Http1Codec$ChunkedSource: Http1Codec$ChunkedSource(okhttp3.internal.http1.Http1Codec,okhttp3.HttpUrl) +cyanogenmod.weather.WeatherInfo: int access$902(cyanogenmod.weather.WeatherInfo,int) +androidx.preference.R$styleable: int PreferenceTheme_preferenceCategoryTitleTextAppearance +androidx.dynamicanimation.R$string +androidx.preference.R$styleable: int[] PopupWindowBackgroundState +wangdaye.com.geometricweather.R$style: int Preference_CheckBoxPreference +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle +wangdaye.com.geometricweather.R$dimen: int abc_action_bar_default_height_material +okhttp3.internal.http2.Http2Writer: void dataFrame(int,byte,okio.Buffer,int) +com.google.android.material.internal.VisibilityAwareImageButton: int getUserSetVisibility() +android.didikee.donate.R$styleable: int TextAppearance_fontVariationSettings +androidx.drawerlayout.R$dimen: int notification_content_margin_start +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_pre_l_text_clip_padding +androidx.appcompat.R$layout +okhttp3.internal.http2.Http2: byte TYPE_RST_STREAM +cyanogenmod.app.ThemeVersion$ComponentVersion: int getMinVersion() +com.google.android.material.R$layout: int design_layout_snackbar +androidx.constraintlayout.widget.R$drawable: int abc_list_focused_holo +com.turingtechnologies.materialscrollbar.R$attr: int colorSecondary +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHeight_min +androidx.constraintlayout.helper.widget.Flow: void setHorizontalGap(int) +wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_extendMotionSpec +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator CAMERA_WAKE_SCREEN_VALIDATOR +com.google.android.material.R$styleable: int ConstraintSet_android_rotationX +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_dd +androidx.preference.R$attr: int windowMinWidthMinor +androidx.constraintlayout.widget.R$styleable: int Toolbar_titleMargins +cyanogenmod.weatherservice.WeatherProviderService: java.util.Set mWeakRequestsSet +com.google.android.material.R$layout: int text_view_with_line_height_from_layout +wangdaye.com.geometricweather.R$layout: int abc_list_menu_item_layout +retrofit2.Retrofit: void validateServiceInterface(java.lang.Class) com.google.android.material.R$styleable: int TextAppearance_android_fontFamily -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int AQI_INDEX_4 -android.didikee.donate.R$attr: int trackTintMode -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Title -wangdaye.com.geometricweather.R$animator: int weather_thunderstorm_1 -james.adaptiveicon.R$dimen: int abc_text_size_body_2_material -androidx.constraintlayout.widget.R$styleable: int ViewStubCompat_android_layout -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem -com.github.rahatarmanahmed.cpv.CircularProgressView: float getProgress() -cyanogenmod.platform.Manifest$permission: java.lang.String BIND_CUSTOM_TILE_LISTENER_SERVICE -io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: boolean isDisposed() -james.adaptiveicon.R$attr: int showAsAction -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_Dialog_FixedSize -androidx.dynamicanimation.R$attr: int fontProviderFetchStrategy -com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat_Dialog_Alert -wangdaye.com.geometricweather.R$anim: int mtrl_bottom_sheet_slide_in -androidx.vectordrawable.R$id: int accessibility_custom_action_2 -james.adaptiveicon.R$styleable: int ActionBar_contentInsetEndWithActions -wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar -androidx.constraintlayout.widget.R$attr: int backgroundSplit -io.reactivex.internal.util.EmptyComponent: void onNext(java.lang.Object) -com.google.android.material.R$styleable: int CustomAttribute_customStringValue -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Dialog_Alert -wangdaye.com.geometricweather.R$drawable: int ic_water -androidx.lifecycle.extensions.R$styleable: int FontFamily_fontProviderAuthority -cyanogenmod.weather.WeatherInfo: double getTemperature() -androidx.appcompat.resources.R$dimen: int compat_button_padding_vertical_material -com.google.android.material.R$dimen: int hint_pressed_alpha_material_dark -okio.Timeout: boolean hasDeadline -androidx.appcompat.R$styleable: int SearchView_closeIcon -com.google.android.material.R$style: int Platform_AppCompat_Light -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: boolean done -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Body2 -androidx.appcompat.R$styleable: int AppCompatTextView_lineHeight -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_singleLineTitle -cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String EXTRA_ENABLED -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_drawableTop -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Bridge -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonBarStyle -androidx.transition.R$styleable: int ColorStateListItem_android_alpha -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constrainedHeight -androidx.appcompat.R$color: int background_floating_material_dark -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_icon_5 -wangdaye.com.geometricweather.R$attr: int cpv_sliderColor -com.google.android.material.circularreveal.CircularRevealRelativeLayout: void setCircularRevealOverlayDrawable(android.graphics.drawable.Drawable) -com.jaredrummler.android.colorpicker.R$attr: int cpv_sliderColor -okhttp3.MultipartBody: okhttp3.MediaType ALTERNATIVE -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: androidx.lifecycle.LiveData mLiveData -com.xw.repo.bubbleseekbar.R$attr: int ratingBarStyleIndicator -okhttp3.Cookie: java.lang.String domain -androidx.appcompat.R$drawable: int abc_ic_star_half_black_36dp -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void innerError(java.lang.Throwable) -io.reactivex.internal.disposables.ArrayCompositeDisposable: boolean isDisposed() -androidx.appcompat.R$attr -com.github.rahatarmanahmed.cpv.R$string -androidx.lifecycle.extensions.R$styleable: int Fragment_android_tag -androidx.appcompat.R$styleable: int Toolbar_buttonGravity -androidx.constraintlayout.widget.R$id: int tabMode -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeRealFeelTemperature +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver(io.reactivex.Observer,io.reactivex.functions.Function,boolean) +androidx.appcompat.view.menu.ActionMenuItemView: void setExpandedFormat(boolean) +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem +cyanogenmod.providers.CMSettings$System: java.lang.String ASSIST_WAKE_SCREEN +wangdaye.com.geometricweather.R$styleable: int[] PropertySet +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void onStart() +wangdaye.com.geometricweather.R$id: R$id() +androidx.appcompat.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge +cyanogenmod.externalviews.KeyguardExternalView$9 +com.xw.repo.bubbleseekbar.R$layout: int notification_template_part_chronometer +androidx.preference.R$styleable: int PreferenceGroup_initialExpandedChildrenCount +okhttp3.internal.Util: java.nio.charset.Charset UTF_16_BE +androidx.lifecycle.SavedStateHandle: java.lang.Class[] ACCEPTABLE_CLASSES +com.google.android.material.slider.RangeSlider: void setStepSize(float) +com.jaredrummler.android.colorpicker.R$styleable: int Spinner_android_dropDownWidth +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.lifecycle.OnLifecycleEvent: androidx.lifecycle.Lifecycle$Event value() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX +com.google.android.material.button.MaterialButton: void setRippleColor(android.content.res.ColorStateList) +androidx.preference.R$styleable: int Toolbar_navigationContentDescription +android.didikee.donate.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item +cyanogenmod.weather.WeatherLocation$Builder: WeatherLocation$Builder(java.lang.String) +androidx.dynamicanimation.R$integer: int status_bar_notification_info_maxnum +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionButton +androidx.customview.R$style: int TextAppearance_Compat_Notification_Title +androidx.recyclerview.R$styleable: int FontFamilyFont_android_font +androidx.vectordrawable.R$string: R$string() +com.google.android.material.R$styleable: int AppCompatTheme_actionBarDivider +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ListView_DropDown +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_motionStagger +androidx.appcompat.R$dimen: int hint_pressed_alpha_material_dark +com.google.android.material.R$styleable: int KeyTrigger_motion_triggerOnCollision +wangdaye.com.geometricweather.R$styleable: int KeyTrigger_triggerSlack +wangdaye.com.geometricweather.R$dimen: int mtrl_bottomappbar_fab_bottom_margin +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: void setDataConnectionSelectedOnSub(int) +wangdaye.com.geometricweather.R$color: int material_grey_600 +com.google.android.material.R$id: int right_side +com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_endX +com.google.android.material.R$anim +cyanogenmod.providers.DataUsageContract: android.net.Uri CONTENT_URI +wangdaye.com.geometricweather.R$drawable: int shortcuts_clear_night_foreground +wangdaye.com.geometricweather.R$attr: int allowDividerAfterLastItem +androidx.appcompat.R$style: int Base_Theme_AppCompat_CompactMenu +com.jaredrummler.android.colorpicker.R$string: int cpv_custom +io.reactivex.internal.subscribers.StrictSubscriber: void request(long) +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: FlowableRepeatWhen$WhenSourceSubscriber(org.reactivestreams.Subscriber,io.reactivex.processors.FlowableProcessor,org.reactivestreams.Subscription) +androidx.preference.R$dimen: int abc_seekbar_track_progress_height_material +androidx.preference.R$attr: int seekBarIncrement +okio.ForwardingSink: okio.Sink delegate() +android.didikee.donate.R$styleable: int MenuGroup_android_checkableBehavior +cyanogenmod.weatherservice.WeatherProviderService: void onDisconnected() +wangdaye.com.geometricweather.R$attr: int summary +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setDegreeDayTemperature(java.lang.Integer) +wangdaye.com.geometricweather.R$id: int item_aqi_progress +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language ITALIAN +io.reactivex.disposables.ReferenceDisposable: long serialVersionUID +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: java.lang.String getAddress() +androidx.appcompat.R$dimen: int abc_action_bar_icon_vertical_padding_material +androidx.constraintlayout.widget.R$dimen: int notification_large_icon_width +cyanogenmod.app.CustomTile: android.app.PendingIntent onLongClick +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_55 +retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter: java.util.concurrent.CompletableFuture adapt(retrofit2.Call) +com.google.android.material.R$drawable: int abc_list_selector_background_transition_holo_light +okio.GzipSource: byte SECTION_DONE +android.didikee.donate.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem +androidx.coordinatorlayout.R$id: int dialog_button +android.didikee.donate.R$integer: int abc_config_activityShortDur +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintBottom_creator +wangdaye.com.geometricweather.R$styleable: int SearchView_android_focusable +okhttp3.FormBody$Builder: java.util.List names +androidx.preference.R$attr: int actionLayout +com.xw.repo.bubbleseekbar.R$attr: int homeAsUpIndicator +com.google.android.material.chip.Chip: float getIconStartPadding() +wangdaye.com.geometricweather.R$drawable: int abc_btn_radio_to_on_mtrl_015 +androidx.appcompat.R$styleable: int AppCompatTheme_windowMinWidthMinor +wangdaye.com.geometricweather.R$id: int tag_transition_group +wangdaye.com.geometricweather.R$layout: int test_reflow_chipgroup +okhttp3.Challenge: java.lang.String realm() +com.google.android.material.R$attr: int triggerReceiver +com.google.android.material.transformation.ExpandableTransformationBehavior +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver +androidx.hilt.lifecycle.R$layout: int custom_dialog +wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: HourlyTrendItemView(android.content.Context) +androidx.lifecycle.ComputableLiveData$3: ComputableLiveData$3(androidx.lifecycle.ComputableLiveData) +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight_NoActionBar +wangdaye.com.geometricweather.R$layout: int material_clock_display_divider +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult +com.google.gson.stream.JsonWriter: int stackSize +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_endIconTintMode +com.google.android.material.R$styleable: int Constraint_layout_constraintLeft_creator +androidx.preference.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable +com.bumptech.glide.integration.okhttp.R$attr: int fontProviderQuery +wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type AIR_QUALITY +androidx.preference.R$attr: int buttonStyle +androidx.cardview.widget.CardView: int getContentPaddingLeft() +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse +com.bumptech.glide.load.DecodeFormat: com.bumptech.glide.load.DecodeFormat PREFER_ARGB_8888 +com.xw.repo.bubbleseekbar.R$integer +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_YearNavigationButton +androidx.dynamicanimation.R$id: int action_text +com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable +androidx.viewpager.R$styleable: int GradientColor_android_endColor +androidx.drawerlayout.R$attr: int fontWeight +com.jaredrummler.android.colorpicker.R$styleable: int PopupWindow_android_popupAnimationStyle +com.bumptech.glide.R$drawable: int notification_bg_normal +androidx.constraintlayout.widget.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Button_Colored +okhttp3.Response$Builder: okhttp3.Response$Builder handshake(okhttp3.Handshake) +wangdaye.com.geometricweather.settings.fragments.AbstractSettingsFragment: AbstractSettingsFragment() +androidx.preference.R$styleable: int AppCompatTextView_fontVariationSettings +com.google.android.material.R$animator: int design_fab_show_motion_spec +androidx.appcompat.R$attr: int checkedTextViewStyle +com.google.android.material.R$dimen: int mtrl_calendar_year_horizontal_padding +com.jaredrummler.android.colorpicker.R$attr: int dialogCornerRadius +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language[] values() +okhttp3.internal.Util: okhttp3.RequestBody EMPTY_REQUEST +androidx.preference.R$style: int Base_Widget_AppCompat_ActionMode +androidx.constraintlayout.utils.widget.ImageFilterButton: float getSaturation() +cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status[] values() +com.google.android.material.R$styleable: int ImageFilterView_saturation +wangdaye.com.geometricweather.R$string: int precipitation_heavy +cyanogenmod.providers.CMSettings$Secure: java.lang.String DEFAULT_LIVE_LOCK_SCREEN_COMPONENT +com.google.android.material.slider.RangeSlider: void setValues(java.util.List) +androidx.coordinatorlayout.R$id: int right +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver parent +androidx.preference.R$attr: int contentDescription +com.google.android.material.appbar.CollapsingToolbarLayout: void setTitle(java.lang.CharSequence) +wangdaye.com.geometricweather.R$dimen: R$dimen() +androidx.preference.R$styleable: int Toolbar_titleMarginStart +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AppBarLayout_Primary +io.reactivex.internal.util.EmptyComponent: void cancel() +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarDivider +cyanogenmod.power.IPerformanceManager: boolean setPowerProfile(int) +com.google.android.material.R$id: int chip3 +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Dialog_MinWidth +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void setDisposable(io.reactivex.disposables.Disposable) +com.turingtechnologies.materialscrollbar.R$string: int path_password_eye_mask_visible +wangdaye.com.geometricweather.R$style: int notification_title_text +com.xw.repo.bubbleseekbar.R$layout: int abc_screen_toolbar +wangdaye.com.geometricweather.R$layout: int container_alert_display_view +com.turingtechnologies.materialscrollbar.R$id: int text2 +wangdaye.com.geometricweather.R$styleable: int[] TabItem +wangdaye.com.geometricweather.remoteviews.config.Hilt_WeekWidgetConfigActivity +android.didikee.donate.R$styleable: int AppCompatTheme_windowNoTitle +wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit: java.lang.String unitAbbreviation +com.google.android.material.R$attr: int firstBaselineToTopHeight +com.jaredrummler.android.colorpicker.R$styleable: int[] SearchView +com.google.android.material.R$attr: int colorBackgroundFloating +androidx.constraintlayout.widget.R$attr: int fontProviderAuthority +androidx.lifecycle.Transformations$1: androidx.arch.core.util.Function val$mapFunction +com.google.android.material.R$style: int Widget_MaterialComponents_TimePicker +androidx.preference.R$styleable: int PreferenceTheme_preferenceTheme +io.reactivex.internal.disposables.ArrayCompositeDisposable: boolean setResource(int,io.reactivex.disposables.Disposable) +androidx.lifecycle.extensions.R$dimen: int notification_right_side_padding_top +androidx.preference.R$drawable: int abc_list_pressed_holo_dark +com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_spanCount +james.adaptiveicon.R$attr: int itemPadding +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours Past12Hours +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_android_maxWidth +androidx.appcompat.R$dimen: int compat_button_padding_vertical_material +androidx.coordinatorlayout.R$id: int tag_unhandled_key_event_manager +wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig hourlyEntityDaoConfig +cyanogenmod.externalviews.KeyguardExternalViewProviderService$1$1: android.os.IBinder call() +com.xw.repo.bubbleseekbar.R$attr: int listDividerAlertDialog +wangdaye.com.geometricweather.R$id: int regular +com.google.android.material.R$attr: int mock_showDiagonals +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_title +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ListView_Menu +wangdaye.com.geometricweather.R$dimen: int material_clock_hand_padding +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setThunderstormPrecipitation(java.lang.Float) +com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_ScrimInsetsFrameLayout +androidx.swiperefreshlayout.R$styleable: int GradientColor_android_tileMode +retrofit2.OkHttpCall$ExceptionCatchingResponseBody: okio.BufferedSource source() +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: void onNext(java.lang.Object) +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int WEATHER_CODE_MAX +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_7 +okhttp3.internal.http2.PushObserver: void onReset(int,okhttp3.internal.http2.ErrorCode) +androidx.constraintlayout.widget.R$styleable: int[] ButtonBarLayout +okhttp3.ConnectionPool: boolean cleanupRunning +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: io.reactivex.internal.disposables.SequentialDisposable serial +androidx.viewpager.R$string: int status_bar_notification_info_overflow +androidx.appcompat.widget.SearchView$SearchAutoComplete: SearchView$SearchAutoComplete(android.content.Context) +wangdaye.com.geometricweather.R$dimen: int widget_grid_3 +androidx.lifecycle.LifecycleRegistry: void popParentState() +androidx.constraintlayout.widget.R$styleable: int MockView_mock_showLabel +io.reactivex.Observable: io.reactivex.Observable ambArray(io.reactivex.ObservableSource[]) +retrofit2.Utils$GenericArrayTypeImpl: int hashCode() +com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void innerError(java.lang.Throwable) +com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_progress +james.adaptiveicon.R$attr: int contentDescription +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Day +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_Bridge +com.jaredrummler.android.colorpicker.R$style: int Platform_V21_AppCompat +cyanogenmod.app.CMTelephonyManager: boolean isDataConnectionSelectedOnSub(int) +androidx.core.R$attr +okhttp3.internal.Util: java.lang.String[] EMPTY_STRING_ARRAY +com.turingtechnologies.materialscrollbar.R$drawable: int tooltip_frame_light +com.xw.repo.bubbleseekbar.R$style: int Widget_Support_CoordinatorLayout +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_Switch +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void onComplete() +io.reactivex.internal.subscriptions.BasicIntQueueSubscription: java.lang.Object poll() +retrofit2.HttpServiceMethod: retrofit2.Converter responseConverter +wangdaye.com.geometricweather.R$attr: int arc_angle +james.adaptiveicon.R$attr: int actionBarItemBackground +wangdaye.com.geometricweather.R$attr: int actionViewClass +androidx.appcompat.R$style: int Platform_V21_AppCompat +cyanogenmod.app.CustomTileListenerService: void onCustomTileRemoved(cyanogenmod.app.StatusBarPanelCustomTile) +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintEnd_toStartOf +android.didikee.donate.R$drawable: int abc_tab_indicator_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: java.lang.String getUnit() +wangdaye.com.geometricweather.R$array: int distance_unit_values +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver parent +wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_textFontWeight +cyanogenmod.externalviews.ExternalViewProperties: android.view.View mView +james.adaptiveicon.R$attr: int windowMinWidthMajor +cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_unregisterChangeListener +com.google.android.material.R$styleable: int MenuItem_android_titleCondensed +wangdaye.com.geometricweather.R$dimen: int mtrl_snackbar_background_corner_radius +com.bumptech.glide.load.engine.GlideException: void printStackTrace(java.io.PrintStream) +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_BottomAppBar_Primary +android.didikee.donate.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle +com.google.android.material.R$style: int Base_Widget_Design_TabLayout +com.turingtechnologies.materialscrollbar.R$layout: int abc_screen_toolbar +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: java.lang.String getFrom() +androidx.vectordrawable.animated.R$style: int TextAppearance_Compat_Notification_Time +com.google.android.material.R$style: int Widget_AppCompat_ActionBar_TabBar +com.jaredrummler.android.colorpicker.R$color: int secondary_text_disabled_material_light +okhttp3.internal.http2.Http2Reader$Handler: void data(boolean,int,okio.BufferedSource,int) +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemMaxLines +retrofit2.converter.gson.GsonResponseBodyConverter: java.lang.Object convert(okhttp3.ResponseBody) +cyanogenmod.util.ColorUtils: int findPerceptuallyNearestSolidColor(int) +wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayDetailsProvider +wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode AUTO +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$8: KeyguardExternalViewProviderService$Provider$ProviderImpl$8(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl,float) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX +androidx.lifecycle.SavedStateViewModelFactory +com.google.android.material.textfield.TextInputEditText: TextInputEditText(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.widget.R$id: int search_src_text +androidx.hilt.R$id: int accessibility_custom_action_21 +wangdaye.com.geometricweather.R$attr: int curveFit +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours +com.xw.repo.bubbleseekbar.R$styleable: int[] FontFamilyFont +androidx.recyclerview.widget.RecyclerView: RecyclerView(android.content.Context) +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: ObservableReplay$BoundedReplayBuffer() +com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_text_btn_ripple_color +cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_DIALOG_THEME +retrofit2.HttpException: retrofit2.Response response() +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_COLOR_ADJUSTMENT_VALIDATOR +com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getSuffixText() +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void onNext(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$attr: int checkboxStyle +com.google.android.material.appbar.CollapsingToolbarLayout: int getExpandedTitleMarginEnd() +androidx.swiperefreshlayout.R$integer: int status_bar_notification_info_maxnum +okio.RealBufferedSource: java.lang.String readUtf8(long) +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void drain() +android.didikee.donate.R$styleable: int AppCompatTheme_alertDialogTheme +wangdaye.com.geometricweather.R$id: int notification_base_time +okhttp3.internal.http2.Http2Connection$2 +android.didikee.donate.R$color: int switch_thumb_material_light +com.google.android.material.R$styleable: int Constraint_layout_constraintWidth_default +com.google.android.material.R$styleable: int TabLayout_tabIndicatorHeight +com.jaredrummler.android.colorpicker.R$attr: int viewInflaterClass +wangdaye.com.geometricweather.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset +com.google.android.material.R$style: int TextAppearance_Design_Prefix +androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_scaleX +cyanogenmod.providers.CMSettings$Secure: float getFloatForUser(android.content.ContentResolver,java.lang.String,int) +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao +cyanogenmod.app.Profile$DozeMode: Profile$DozeMode() +cyanogenmod.alarmclock.ClockContract$InstancesColumns +com.google.android.material.timepicker.ClockHandView: ClockHandView(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$id: int fixed +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight_Dialog_Alert +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String shortDescription +androidx.lifecycle.LifecycleRegistry$ObserverWithState: void dispatchEvent(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) +io.reactivex.Observable: io.reactivex.Observable amb(java.lang.Iterable) +androidx.hilt.lifecycle.R$dimen: int notification_main_column_padding_top +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_android_disableDependentsState +james.adaptiveicon.R$style: int TextAppearance_AppCompat_SearchResult_Title +wangdaye.com.geometricweather.background.receiver.widget.WidgetWeekProvider: WidgetWeekProvider() +androidx.preference.R$styleable: int AppCompatImageView_android_src +com.google.android.material.datepicker.CalendarConstraints +androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityStopped(android.app.Activity) +androidx.appcompat.R$styleable: int AppCompatTheme_actionBarSize +wangdaye.com.geometricweather.R$string: int feedback_location_list_cannot_be_null +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemIconTint +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored +com.turingtechnologies.materialscrollbar.R$attr: int titleEnabled +io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: ObservableCache$CacheDisposable(io.reactivex.Observer,io.reactivex.internal.operators.observable.ObservableCache) +androidx.customview.R$id: int action_image +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial Imperial +androidx.viewpager.R$color +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Display3 +com.google.android.material.R$dimen: int mtrl_calendar_navigation_height +androidx.preference.R$style: int Platform_AppCompat_Light +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_Dialog_Alert +cyanogenmod.externalviews.ExternalView: void access$000(cyanogenmod.externalviews.ExternalView) +com.jaredrummler.android.colorpicker.R$attr: int showTitle +com.google.android.material.chip.Chip: void setChipIconVisible(boolean) +com.google.android.material.R$styleable: int Chip_ensureMinTouchTargetSize +okio.Okio: okio.Source source(java.io.InputStream,okio.Timeout) +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Large +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_alertDialogCenterButtons +androidx.hilt.work.R$styleable: int Fragment_android_name +com.google.android.material.R$id: int bidirectional +com.turingtechnologies.materialscrollbar.R$attr: int tooltipForegroundColor +cyanogenmod.hardware.ICMHardwareService: cyanogenmod.hardware.DisplayMode getDefaultDisplayMode() +com.turingtechnologies.materialscrollbar.R$attr: int ratingBarStyle +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_menu_material +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse +android.didikee.donate.R$string: int abc_searchview_description_clear +cyanogenmod.hardware.CMHardwareManager: java.lang.String getLtoDestination() +com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_MinWidth_Bridge +wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_minutely +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_spinnerStyle +okhttp3.RequestBody$3: void writeTo(okio.BufferedSink) +com.turingtechnologies.materialscrollbar.R$layout: int notification_template_icon_group +com.google.android.material.R$styleable: int Chip_chipStrokeWidth +wangdaye.com.geometricweather.R$dimen: int abc_search_view_preferred_width +com.turingtechnologies.materialscrollbar.MaterialScrollBar: void removeScrollListener(androidx.recyclerview.widget.RecyclerView$OnScrollListener) +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: float getFillAlpha() +com.google.android.material.bottomappbar.BottomAppBar: BottomAppBar(android.content.Context,android.util.AttributeSet) +androidx.preference.R$drawable: int notification_bg_low +wangdaye.com.geometricweather.R$id: int showCustom +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setNotification(java.lang.String) +com.google.android.material.R$styleable: int ActionBar_indeterminateProgressStyle +androidx.preference.R$style: int PreferenceSummaryTextStyle +retrofit2.Response: java.lang.Object body +com.turingtechnologies.materialscrollbar.R$color: int design_fab_stroke_end_outer_color +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeStyle +cyanogenmod.hardware.CMHardwareManager: int VIBRATOR_MIN_INDEX +wangdaye.com.geometricweather.R$string: int feedback_clock_font +wangdaye.com.geometricweather.R$string: int key_forecast_tomorrow +android.didikee.donate.R$color: int abc_btn_colored_borderless_text_material +io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: void dispose() +wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_drawableEnd +androidx.preference.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common +androidx.activity.R$styleable: int GradientColorItem_android_offset +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: boolean isDisposed() +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputEditText_OutlinedBox +okhttp3.ResponseBody$1: okio.BufferedSource source() +androidx.preference.R$styleable: int EditTextPreference_useSimpleSummaryProvider +retrofit2.ParameterHandler$1: void apply(retrofit2.RequestBuilder,java.lang.Object) +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: boolean tryOnError(java.lang.Throwable) +androidx.fragment.R$style: int TextAppearance_Compat_Notification_Info +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_autoSizePresetSizes +androidx.constraintlayout.widget.R$color: int secondary_text_default_material_light +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_titleTextStyle +androidx.viewpager2.R$id: int accessibility_custom_action_4 +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 +androidx.hilt.R$id: int accessibility_custom_action_22 +androidx.vectordrawable.animated.R$id: int tag_accessibility_heading +android.didikee.donate.R$drawable: int abc_switch_thumb_material +com.google.android.material.R$dimen: int design_navigation_icon_size +io.reactivex.internal.observers.InnerQueuedObserver: int prefetch +androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_shadowRadius +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title +androidx.core.R$id: int line3 +okio.AsyncTimeout$Watchdog: void run() +cyanogenmod.externalviews.KeyguardExternalViewProviderService$1$1: android.os.Bundle val$options +com.google.android.material.R$attr: int fabCustomSize +androidx.preference.R$layout: int preference_dropdown +com.xw.repo.bubbleseekbar.R$dimen: int tooltip_corner_radius +wangdaye.com.geometricweather.R$styleable: int Chip_chipStartPadding +androidx.preference.R$attr: int drawableBottomCompat +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: io.reactivex.functions.Function combiner +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_showText +com.google.android.material.R$integer: int abc_config_activityDefaultDur +wangdaye.com.geometricweather.settings.activities.SelectProviderActivity +com.google.android.material.R$styleable: int AppCompatTheme_borderlessButtonStyle wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getDaytimeWeatherPhase() -wangdaye.com.geometricweather.R$string: int abc_searchview_description_query -androidx.appcompat.widget.SearchView: void setSubmitButtonEnabled(boolean) -androidx.appcompat.widget.Toolbar: android.graphics.drawable.Drawable getOverflowIcon() -okio.Buffer: void skip(long) -androidx.preference.internal.PreferenceImageView: PreferenceImageView(android.content.Context) -io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: void dispose() -wangdaye.com.geometricweather.R$attr: int actionBarTabStyle -androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize -com.google.android.material.R$dimen: int mtrl_snackbar_padding_horizontal -wangdaye.com.geometricweather.settings.dialogs.ProvidersPreviewerDialog -cyanogenmod.util.ColorUtils: float interp(int,float) -androidx.viewpager2.R$attr: int alpha -com.jaredrummler.android.colorpicker.R$attr: int cpv_showDialog -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_58 -com.google.android.material.R$dimen: int mtrl_btn_disabled_elevation -cyanogenmod.weather.RequestInfo: boolean mIsQueryOnly -com.google.android.material.R$string: int mtrl_chip_close_icon_content_description -androidx.hilt.R$id: int accessibility_custom_action_15 -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Badge -wangdaye.com.geometricweather.R$attr: int bsb_always_show_bubble -androidx.recyclerview.R$id: int accessibility_custom_action_1 -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: int sourceMode -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_always_show_bubble -okhttp3.MultipartBody$Builder: okhttp3.MultipartBody$Builder addPart(okhttp3.RequestBody) -james.adaptiveicon.R$drawable: int notification_bg_normal -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored -com.google.android.material.datepicker.MaterialTextInputPicker -com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd -androidx.constraintlayout.widget.ConstraintLayout: void setOptimizationLevel(int) -com.google.gson.stream.JsonReader: char[] NON_EXECUTE_PREFIX -retrofit2.http.OPTIONS: java.lang.String value() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: java.lang.String value -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: void setUrl(java.lang.String) -androidx.appcompat.widget.AppCompatSpinner: int getDropDownVerticalOffset() -com.google.android.material.internal.NavigationMenuItemView: void setHorizontalPadding(int) -cyanogenmod.platform.R$array: R$array() -com.jaredrummler.android.colorpicker.R$attr: int dividerVertical -wangdaye.com.geometricweather.R$color: int colorTextTitle -cyanogenmod.app.Profile$TriggerType: int WIFI -com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_longpressed_holo -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionBar_Solid -com.google.android.material.slider.Slider: java.lang.CharSequence getAccessibilityClassName() -com.google.android.material.R$color: int design_dark_default_color_on_error -android.didikee.donate.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item -com.google.android.material.R$color: int mtrl_on_primary_text_btn_text_color_selector -cyanogenmod.weatherservice.IWeatherProviderService$Stub: int TRANSACTION_cancelRequest -wangdaye.com.geometricweather.R$string: int material_clock_toggle_content_description -james.adaptiveicon.R$styleable: int AppCompatTheme_windowNoTitle -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout: void setOnFitSystemBarListener(wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout$OnFitSystemBarListener) -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setTextColor(int) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_63 -androidx.constraintlayout.widget.R$string: int abc_searchview_description_submit -cyanogenmod.providers.CMSettings$Global: boolean putFloat(android.content.ContentResolver,java.lang.String,float) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: java.util.Date EffectiveDate -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: void setPubTime(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_lastHorizontalStyle -io.reactivex.Observable: io.reactivex.Observable doOnNext(io.reactivex.functions.Consumer) -org.greenrobot.greendao.AbstractDao: java.lang.String[] getNonPkColumns() -androidx.coordinatorlayout.R$drawable -wangdaye.com.geometricweather.R$layout: int abc_dialog_title_material +androidx.appcompat.widget.Toolbar: int getContentInsetRight() +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_commit_search_api_mtrl_alpha +com.google.android.material.textfield.TextInputLayout: int getHintCurrentCollapsedTextColor() +com.google.android.material.R$dimen: int highlight_alpha_material_dark +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: java.lang.String getLogo() +androidx.appcompat.R$drawable: int abc_btn_borderless_material +okhttp3.Interceptor +io.reactivex.Observable: io.reactivex.Observable switchOnNextDelayError(io.reactivex.ObservableSource) +android.didikee.donate.R$styleable: int ActionBar_logo +androidx.constraintlayout.widget.R$dimen: int abc_button_inset_horizontal_material +wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView getChartItemView() +com.turingtechnologies.materialscrollbar.R$attr: int tabPadding +com.google.android.material.R$styleable: int MenuItem_numericModifiers +androidx.constraintlayout.widget.R$id: int linear +com.google.android.material.R$styleable: int[] CompoundButton +com.google.android.material.R$styleable: int BottomAppBar_fabAnimationMode +androidx.hilt.R$styleable: int FontFamily_fontProviderPackage +androidx.preference.R$drawable: int abc_seekbar_track_material +androidx.constraintlayout.widget.R$attr: int layout_constraintHorizontal_weight +com.google.android.material.R$dimen: int mtrl_calendar_header_height_fullscreen +cyanogenmod.externalviews.KeyguardExternalView$7: KeyguardExternalView$7(cyanogenmod.externalviews.KeyguardExternalView) +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void innerSuccess(java.lang.Object) +com.bumptech.glide.R$attr: int fontProviderPackage +okio.Timeout$1: void throwIfReached() +com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: $Gson$Types$ParameterizedTypeImpl(java.lang.reflect.Type,java.lang.reflect.Type,java.lang.reflect.Type[]) +james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarTheme +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: boolean requestDismissAndStartActivity(android.content.Intent) +androidx.preference.R$attr: int fontProviderCerts +wangdaye.com.geometricweather.R$styleable: int TagView_checked_background_color +retrofit2.HttpException: retrofit2.Response response +retrofit2.OkHttpCall: retrofit2.Response execute() +james.adaptiveicon.R$styleable: int ActionMenuItemView_android_minWidth +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: AccuLocationResult$AdministrativeArea() +androidx.preference.PreferenceScreen +androidx.recyclerview.R$dimen: int compat_button_inset_horizontal_material +com.google.android.material.textfield.TextInputLayout: void setBoxStrokeWidth(int) +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 +androidx.constraintlayout.widget.R$attr: int ratingBarStyleIndicator +androidx.core.R$drawable: int notification_template_icon_bg +io.reactivex.exceptions.ProtocolViolationException +james.adaptiveicon.R$integer: int cancel_button_image_alpha +androidx.work.R$styleable: int GradientColorItem_android_color +io.reactivex.Observable: io.reactivex.Observable debounce(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +android.didikee.donate.R$attr: int colorControlHighlight +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float getSnow() +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_actionViewClass +wangdaye.com.geometricweather.R$id: int dialog_weather_hourly_icon +com.google.android.material.R$dimen: int abc_action_bar_overflow_padding_start_material +retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback: java.util.concurrent.CompletableFuture future +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments textAvalanche +wangdaye.com.geometricweather.R$color: int abc_background_cache_hint_selector_material_light +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_homeAsUpIndicator +android.didikee.donate.R$color: int abc_tint_edittext +androidx.preference.R$drawable: int abc_ic_ab_back_material +androidx.preference.R$styleable: int PreferenceFragmentCompat_allowDividerAfterLastItem +com.xw.repo.bubbleseekbar.R$attr: int actionModeCloseDrawable +android.didikee.donate.R$drawable: int abc_text_select_handle_right_mtrl_light +androidx.appcompat.resources.R$drawable: int notification_bg +androidx.constraintlayout.widget.R$color: int foreground_material_light +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: long EpochDateTime +wangdaye.com.geometricweather.R$integer +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title +com.jaredrummler.android.colorpicker.R$attr: int contentInsetStart +com.google.android.material.R$dimen: int design_bottom_navigation_item_max_width +com.google.android.material.R$attr: int cardElevation +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Description Description +androidx.appcompat.R$attr: int logo +wangdaye.com.geometricweather.R$color: int design_default_color_secondary_variant +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_EMPTY_RENEGOTIATION_INFO_SCSV +okio.SegmentedByteString: java.lang.Object writeReplace() +androidx.legacy.coreutils.R$styleable: int GradientColor_android_endColor +android.didikee.donate.R$styleable: int Spinner_android_entries +okhttp3.internal.platform.Platform: okhttp3.internal.tls.CertificateChainCleaner buildCertificateChainCleaner(javax.net.ssl.SSLSocketFactory) +wangdaye.com.geometricweather.remoteviews.trend.TrendLinearLayout: TrendLinearLayout(android.content.Context,android.util.AttributeSet,int) +androidx.preference.PreferenceDialogFragmentCompat +com.google.android.material.R$style: int Widget_Design_BottomNavigationView +okhttp3.CookieJar: void saveFromResponse(okhttp3.HttpUrl,java.util.List) +com.turingtechnologies.materialscrollbar.R$attr: int dropdownListPreferredItemHeight +androidx.work.impl.workers.CombineContinuationsWorker +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getAqiIndex() +androidx.preference.R$attr: int alertDialogButtonGroupStyle +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: java.lang.String getSummary(android.content.Context,java.util.List) +wangdaye.com.geometricweather.R$styleable: int Spinner_popupTheme +com.jaredrummler.android.colorpicker.R$style: int Preference_SeekBarPreference +wangdaye.com.geometricweather.R$style: int Preference_Material +androidx.appcompat.R$styleable: int StateListDrawable_android_constantSize +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_textSize +androidx.hilt.work.R$style: int TextAppearance_Compat_Notification_Title +james.adaptiveicon.R$styleable: int MenuGroup_android_id +okhttp3.internal.http.CallServerInterceptor$CountingSink +okhttp3.internal.ws.RealWebSocket$PingRunnable: okhttp3.internal.ws.RealWebSocket this$0 +okio.HashingSource: okio.HashingSource sha256(okio.Source) +androidx.fragment.R$style +okhttp3.internal.http.StatusLine: int HTTP_TEMP_REDIRECT +wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: void onNext(java.lang.Object) +com.google.android.material.R$style: int Widget_AppCompat_Light_AutoCompleteTextView +androidx.viewpager.widget.ViewPager: void addOnPageChangeListener(androidx.viewpager.widget.ViewPager$OnPageChangeListener) +com.xw.repo.bubbleseekbar.R$dimen: int notification_subtext_size +io.reactivex.internal.util.NotificationLite: java.lang.Object error(java.lang.Throwable) +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult +android.didikee.donate.R$attr: int divider +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Imperial: double Value +android.didikee.donate.R$styleable: int ActionMenuItemView_android_minWidth +androidx.preference.R$style: int Widget_Compat_NotificationActionContainer +wangdaye.com.geometricweather.R$transition: R$transition() +com.google.android.material.R$id: int ghost_view +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIconVisible +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowFixedWidthMinor +androidx.appcompat.R$drawable: int abc_tab_indicator_mtrl_alpha +com.xw.repo.bubbleseekbar.R$attr: int bsb_show_thumb_text +com.turingtechnologies.materialscrollbar.R$id: int search_edit_frame +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceBody2 +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String PKG_NAME +retrofit2.ParameterHandler$RelativeUrl: java.lang.reflect.Method method +com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$Node removeInternalByKey(java.lang.Object) +com.google.android.material.R$style: int Widget_AppCompat_SeekBar_Discrete +wangdaye.com.geometricweather.db.entities.AlertEntity: long alertId +wangdaye.com.geometricweather.R$styleable: int[] ClockHandView +com.google.android.material.R$attr: int scrimVisibleHeightTrigger +io.reactivex.Observable: void blockingSubscribe(io.reactivex.functions.Consumer) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setBrandInfo(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX) +androidx.vectordrawable.R$styleable: int FontFamily_fontProviderQuery +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_goneMarginStart +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getTotalPrecipitationProbability() +io.reactivex.Observable: io.reactivex.Observable takeLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +androidx.appcompat.widget.AppCompatSeekBar: AppCompatSeekBar(android.content.Context,android.util.AttributeSet) +androidx.preference.R$id: int actions +androidx.viewpager2.R$style: int TextAppearance_Compat_Notification +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: io.reactivex.internal.util.AtomicThrowable errors +wangdaye.com.geometricweather.common.ui.widgets.AnimatableIconView: AnimatableIconView(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.widget.R$styleable: int[] KeyPosition +cyanogenmod.themes.ThemeManager: void addClient(cyanogenmod.themes.ThemeManager$ThemeChangeListener) +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: java.lang.String getAbbreviation(android.content.Context) +com.google.android.material.R$dimen: int mtrl_calendar_landscape_header_width +okhttp3.internal.http2.PushObserver: boolean onRequest(int,java.util.List) +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_content_inset_material +okhttp3.Handshake: java.util.List localCertificates() +com.xw.repo.bubbleseekbar.R$attr: int bsb_second_track_color +com.google.android.material.R$dimen: int mtrl_slider_halo_radius +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ButtonBar +okhttp3.internal.http.HttpMethod: boolean permitsRequestBody(java.lang.String) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: void setStatus(int) +androidx.preference.PreferenceGroup +androidx.preference.R$drawable: int preference_list_divider_material +com.google.android.material.R$dimen: int item_touch_helper_swipe_escape_velocity +com.turingtechnologies.materialscrollbar.R$attr: int controlBackground +wangdaye.com.geometricweather.R$attr: int autoSizeTextType +wangdaye.com.geometricweather.R$attr: int endIconCheckable +com.google.android.material.R$attr: int layout_constraintBottom_toTopOf +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_CHACHA20_POLY1305_SHA256 +com.bumptech.glide.R$dimen: int notification_big_circle_margin +com.google.android.material.R$dimen: int mtrl_alert_dialog_background_inset_top +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_content_padding +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_firstVerticalBias +io.reactivex.internal.util.VolatileSizeArrayList: boolean contains(java.lang.Object) +androidx.work.impl.utils.futures.DirectExecutor: androidx.work.impl.utils.futures.DirectExecutor[] values() +wangdaye.com.geometricweather.R$color: int abc_search_url_text +cyanogenmod.app.ILiveLockScreenManagerProvider: boolean unregisterChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) +cyanogenmod.app.ProfileManager: boolean profileExists(java.lang.String) +wangdaye.com.geometricweather.R$id: int slide +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_card +com.google.android.material.R$attr: int tickMarkTint +com.google.android.material.R$dimen: int mtrl_calendar_year_corner +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub: android.os.IBinder asBinder() +cyanogenmod.themes.IThemeService: long getLastThemeChangeTime() +com.turingtechnologies.materialscrollbar.R$attr: int toolbarId +wangdaye.com.geometricweather.R$style: int TextAppearance_Compat_Notification +android.support.v4.os.ResultReceiver: ResultReceiver(android.os.Parcel) +androidx.preference.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar +io.reactivex.internal.functions.Functions$HashSetCallable: java.util.Set call() +wangdaye.com.geometricweather.R$string: int abc_activity_chooser_view_see_all +wangdaye.com.geometricweather.R$attr: int expandedTitleGravity +wangdaye.com.geometricweather.R$color: int test_mtrl_calendar_day_selected +androidx.appcompat.R$integer: int abc_config_activityDefaultDur +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color: AccuAlertResult$Color() +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: long serialVersionUID +com.google.android.material.appbar.CollapsingToolbarLayout: void setScrimVisibleHeightTrigger(int) +com.google.android.material.internal.ParcelableSparseIntArray +com.google.android.material.R$styleable: int AppCompatTheme_ratingBarStyleIndicator +com.xw.repo.bubbleseekbar.R$id: int default_activity_button +wangdaye.com.geometricweather.R$attr: int drawable_res_on +androidx.hilt.work.R$styleable: int FontFamilyFont_fontWeight +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: void setStatus(int) +androidx.preference.R$layout: int abc_list_menu_item_checkbox +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getGrassLevel() +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_Cut +com.google.android.material.R$id: int rectangles +okio.Segment: Segment() +androidx.lifecycle.CompositeGeneratedAdaptersObserver: CompositeGeneratedAdaptersObserver(androidx.lifecycle.GeneratedAdapter[]) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight +okhttp3.ConnectionPool$1: void run() +com.jaredrummler.android.colorpicker.R$styleable: int BackgroundStyle_android_selectableItemBackground +wangdaye.com.geometricweather.remoteviews.config.Hilt_DayWidgetConfigActivity: Hilt_DayWidgetConfigActivity() +com.jaredrummler.android.colorpicker.R$drawable: int abc_list_divider_material +okhttp3.Cookie$Builder +james.adaptiveicon.R$layout: int support_simple_spinner_dropdown_item +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setCityId(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int ArcProgress_arc_angle +com.google.android.material.R$attr: int itemShapeInsetStart +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getLongAbbreviation(android.content.Context) +wangdaye.com.geometricweather.R$attr: int bsb_progress +androidx.room.MultiInstanceInvalidationService +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: void setUnit(java.lang.String) +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxStrokeWidth +wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: void setTextColor(int) +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.lang.String threshold +androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges +james.adaptiveicon.R$style: int Widget_AppCompat_CompoundButton_CheckBox +androidx.preference.R$attr: int enableCopying +wangdaye.com.geometricweather.R$drawable: int ic_mtrl_chip_close_circle +androidx.appcompat.view.menu.ActionMenuItemView: void setItemInvoker(androidx.appcompat.view.menu.MenuBuilder$ItemInvoker) +androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type valueOf(java.lang.String) +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +androidx.preference.R$styleable: int AppCompatTheme_listMenuViewStyle +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_AutoCompleteTextView +cyanogenmod.power.PerformanceManagerInternal +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_firstVerticalStyle +com.xw.repo.bubbleseekbar.R$styleable: int[] ActionBar +james.adaptiveicon.R$styleable: int[] AppCompatTheme +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: void onNext(java.lang.Object) +cyanogenmod.app.ProfileManager: boolean profileExists(java.util.UUID) +androidx.preference.R$id: int none +wangdaye.com.geometricweather.R$dimen: int material_emphasis_disabled +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Display2 +androidx.core.R$id: int actions +wangdaye.com.geometricweather.R$id: int item_weather_icon_title +android.didikee.donate.R$anim: int abc_grow_fade_in_from_bottom +okhttp3.Cookie$Builder: long expiresAt +retrofit2.ParameterHandler$RawPart: ParameterHandler$RawPart() +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.String weatherSource +com.google.android.material.R$styleable: int Chip_checkedIconTint +com.google.android.material.R$styleable: int Chip_closeIconEnabled +androidx.appcompat.R$style: int Base_Widget_AppCompat_Button_Colored +androidx.appcompat.widget.LinearLayoutCompat: void setVerticalGravity(int) +android.didikee.donate.R$drawable: int abc_ic_go_search_api_material +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: void run() +androidx.activity.R$attr: int fontProviderFetchStrategy +wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: int getIconResEnd() +androidx.appcompat.widget.SwitchCompat: int getSwitchMinWidth() +com.google.android.material.R$id: int selected +com.bumptech.glide.R$styleable: int GradientColor_android_gradientRadius +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu +com.google.android.material.R$drawable: int abc_text_select_handle_right_mtrl_light +cyanogenmod.app.CustomTile: java.lang.Object clone() +androidx.preference.R$styleable: int PreferenceFragmentCompat_android_layout +androidx.appcompat.R$style: int Base_V7_Theme_AppCompat_Light +androidx.hilt.lifecycle.R$anim: int fragment_fast_out_extra_slow_in +okio.RealBufferedSource: long indexOf(byte,long,long) +androidx.appcompat.widget.FitWindowsFrameLayout +okhttp3.internal.http2.Header: okio.ByteString TARGET_PATH +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_controlBackground +androidx.swiperefreshlayout.R$style: int Widget_Compat_NotificationActionContainer +com.turingtechnologies.materialscrollbar.R$attr: int chipSpacingHorizontal +wangdaye.com.geometricweather.remoteviews.config.Hilt_DailyTrendWidgetConfigActivity +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$Geometry +com.google.android.material.R$styleable: int CompoundButton_buttonTintMode +io.reactivex.Observable: io.reactivex.Observable startWithArray(java.lang.Object[]) +com.google.android.material.R$anim: int btn_checkbox_to_unchecked_check_path_merged_animation +james.adaptiveicon.R$color: int bright_foreground_disabled_material_light +cyanogenmod.app.CustomTile$ExpandedItem$1: cyanogenmod.app.CustomTile$ExpandedItem[] newArray(int) +com.google.android.material.R$styleable: int ActionBar_homeAsUpIndicator +com.bumptech.glide.R$attr: int statusBarBackground +wangdaye.com.geometricweather.R$dimen: int material_timepicker_dialog_buttons_margin_top +cyanogenmod.app.Profile$DozeMode: int DEFAULT +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_ratingBarStyle +wangdaye.com.geometricweather.R$drawable: int notif_temp_69 +com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getThumbTintList() +cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String getPackage() +com.google.android.material.R$id: int material_minute_text_input +android.didikee.donate.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation +wangdaye.com.geometricweather.R$color: int material_blue_grey_900 +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: ObservableMergeWithCompletable$MergeWithObserver(io.reactivex.Observer) +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: boolean isDisposed() +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onKeyguardDismissed() +com.google.android.material.R$attr: int flow_lastVerticalBias +com.google.android.material.textfield.TextInputLayout: void setHelperTextTextAppearance(int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Metric +com.xw.repo.bubbleseekbar.R$color: int material_grey_100 +wangdaye.com.geometricweather.R$styleable: int CardView_cardElevation +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.Pollen getPollen() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric: int UnitType +com.google.android.material.R$id: int bounce +okhttp3.internal.cache.InternalCache: void update(okhttp3.Response,okhttp3.Response) +com.google.android.material.R$dimen: int mtrl_shape_corner_size_large_component +android.didikee.donate.R$styleable: int ActionMode_height +wangdaye.com.geometricweather.R$attr: int valueTextColor +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver: void onSuccess(java.lang.Object) +cyanogenmod.app.CMTelephonyManager: void setDefaultSmsSub(int) +androidx.customview.R$layout: int notification_action_tombstone +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature +io.reactivex.internal.disposables.DisposableHelper: boolean trySet(java.util.concurrent.atomic.AtomicReference,io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWetBulbTemperature(java.lang.Integer) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Metric: AccuCurrentResult$Pressure$Metric() +com.google.gson.JsonSyntaxException +com.google.android.material.R$styleable: int KeyPosition_percentHeight +androidx.appcompat.R$style: int Theme_AppCompat_Light_NoActionBar +okhttp3.internal.cache.CacheInterceptor$1: void close() +okhttp3.internal.connection.StreamAllocation: java.lang.Object callStackTrace +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_default +cyanogenmod.weather.CMWeatherManager$1$1 +com.google.android.material.R$styleable: int AppCompatTheme_imageButtonStyle +com.jaredrummler.android.colorpicker.R$string: int v7_preference_on +com.google.android.material.chip.Chip: void setChipText(java.lang.CharSequence) +androidx.constraintlayout.widget.R$styleable: int OnSwipe_dragScale +okio.Okio: okio.AsyncTimeout timeout(java.net.Socket) +okio.BufferedSource: long indexOfElement(okio.ByteString) +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_shapeAppearanceOverlay +androidx.preference.R$styleable: int RecyclerView_reverseLayout +com.jaredrummler.android.colorpicker.R$styleable: int Spinner_android_prompt +androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityCreated(android.app.Activity,android.os.Bundle) +okio.Buffer: byte getByte(long) +okio.GzipSink: okio.DeflaterSink deflaterSink +com.google.android.material.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner +androidx.dynamicanimation.R$attr: int fontProviderAuthority +androidx.preference.R$drawable: int btn_radio_on_to_off_mtrl_animation +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_track +wangdaye.com.geometricweather.R$attr: int titleMargin +android.didikee.donate.R$color: int bright_foreground_disabled_material_dark +androidx.lifecycle.Transformations: androidx.lifecycle.LiveData switchMap(androidx.lifecycle.LiveData,androidx.arch.core.util.Function) +com.bumptech.glide.R$id: int notification_background +androidx.constraintlayout.widget.R$attr: int homeLayout +wangdaye.com.geometricweather.R$dimen: int notification_large_icon_width +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Sun: java.lang.Long set +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: java.util.Date StartTime +androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableItem_android_id +wangdaye.com.geometricweather.R$id: int widget_day_week_time +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_divider +androidx.constraintlayout.widget.R$styleable: int Spinner_android_prompt +androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_shadowColor +io.reactivex.internal.util.ErrorMode: io.reactivex.internal.util.ErrorMode valueOf(java.lang.String) +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: ExecutorScheduler$ExecutorWorker$InterruptibleRunnable(java.lang.Runnable,io.reactivex.internal.disposables.DisposableContainer) +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ListView_Menu +cyanogenmod.app.suggest.ApplicationSuggestion +okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RouteSelector routeSelector +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_TextInputLayout +androidx.legacy.coreutils.R$id: int notification_main_column_container +com.google.android.material.R$dimen: int design_tab_scrollable_min_width +james.adaptiveicon.R$id: int spacer +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_android_insetLeft +androidx.lifecycle.ViewModelProvider$NewInstanceFactory: androidx.lifecycle.ViewModel create(java.lang.Class) +androidx.constraintlayout.widget.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum Maximum +androidx.preference.R$styleable: int AppCompatImageView_srcCompat +androidx.appcompat.R$layout: int abc_list_menu_item_icon +wangdaye.com.geometricweather.R$styleable: int KeyTrigger_motion_postLayoutCollision +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float pm25 +androidx.appcompat.R$color: int abc_secondary_text_material_light +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_checkedTextViewStyle +androidx.constraintlayout.widget.R$id: int listMode +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: int val$y +androidx.constraintlayout.widget.Group: void setVisibility(int) +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Dialog_FixedSize +cyanogenmod.weather.RequestInfo: boolean equals(java.lang.Object) +io.reactivex.Observable: io.reactivex.Observable concatDelayError(io.reactivex.ObservableSource,int,boolean) +androidx.fragment.app.Fragment$2 +androidx.preference.R$styleable: int RecyclerView_android_clipToPadding +james.adaptiveicon.R$drawable: int abc_text_select_handle_middle_mtrl_dark +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView +androidx.constraintlayout.widget.R$attr: int homeAsUpIndicator +androidx.preference.R$style: int Preference_SwitchPreferenceCompat_Material +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Chip_Filter +com.xw.repo.bubbleseekbar.R$dimen: int disabled_alpha_material_dark +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String _ID +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode FLOW_CONTROL_ERROR +com.google.android.material.slider.Slider: android.content.res.ColorStateList getTrackInactiveTintList() +wangdaye.com.geometricweather.R$color: int colorSearchBarBackground_dark +wangdaye.com.geometricweather.R$color: int preference_fallback_accent_color +androidx.appcompat.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PressureTendency PressureTendency +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Snackbar_FullWidth +androidx.constraintlayout.utils.widget.MockView +androidx.appcompat.R$color: int material_grey_600 +androidx.preference.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration +android.didikee.donate.R$color: int abc_tint_switch_track +android.didikee.donate.R$styleable: int SwitchCompat_showText +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA +android.didikee.donate.R$styleable: int SearchView_iconifiedByDefault +androidx.preference.R$styleable: int AppCompatTheme_dialogTheme +androidx.lifecycle.extensions.R$dimen: int notification_main_column_padding_top +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_orderInCategory +okhttp3.internal.tls.BasicCertificateChainCleaner: boolean verifySignature(java.security.cert.X509Certificate,java.security.cert.X509Certificate) +wangdaye.com.geometricweather.R$attr: int trackColorActive +io.reactivex.disposables.RunnableDisposable: java.lang.String toString() +androidx.preference.R$attr: int layoutManager +com.google.android.material.R$layout: int mtrl_calendar_months +wangdaye.com.geometricweather.common.basic.models.weather.WindDegree: WindDegree(float,boolean) +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver +com.turingtechnologies.materialscrollbar.R$layout: int abc_tooltip +cyanogenmod.os.Concierge$ParcelInfo: void complete() +wangdaye.com.geometricweather.R$dimen: int content_text_size +retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory create() +androidx.vectordrawable.R$id: int accessibility_custom_action_0 +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator +okhttp3.Dispatcher: void setIdleCallback(java.lang.Runnable) +android.didikee.donate.R$style: int TextAppearance_AppCompat_Small +io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: void cancel() +androidx.activity.R$drawable: int notification_action_background +retrofit2.http.Field: java.lang.String value() +okhttp3.internal.http1.Http1Codec: okhttp3.internal.connection.StreamAllocation streamAllocation +okhttp3.Headers$Builder: okhttp3.Headers$Builder add(java.lang.String,java.util.Date) +com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawable_android_exitFadeDuration +cyanogenmod.providers.CMSettings$System: java.lang.String ZEN_ALLOW_LIGHTS +androidx.appcompat.R$styleable: int[] ButtonBarLayout +okhttp3.HttpUrl$Builder: int schemeDelimiterOffset(java.lang.String,int,int) +okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Writer writer +cyanogenmod.app.CMTelephonyManager: cyanogenmod.app.CMTelephonyManager getInstance(android.content.Context) +cyanogenmod.profiles.AirplaneModeSettings$1: java.lang.Object[] newArray(int) +com.xw.repo.bubbleseekbar.R$color: int abc_background_cache_hint_selector_material_dark +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text +cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_AM_PM +androidx.fragment.R$styleable: int ColorStateListItem_android_color +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_elevation +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_checkedTextViewStyle +androidx.lifecycle.extensions.R$styleable: int GradientColorItem_android_color +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeRainPrecipitation +com.google.android.material.R$attr: int chipStrokeWidth com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource LOCAL -cyanogenmod.providers.CMSettings$System: java.lang.String KEY_ASSIST_LONG_PRESS_ACTION -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Small_Inverse -com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableTransition_android_drawable -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: long serialVersionUID -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_SearchView -io.reactivex.Observable: io.reactivex.Observable buffer(java.util.concurrent.Callable,java.util.concurrent.Callable) -com.google.android.material.R$attr: int drawableEndCompat -io.reactivex.internal.subscriptions.SubscriptionArbiter: boolean cancelled -com.google.android.material.bottomappbar.BottomAppBar: void setHideOnScroll(boolean) -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void onNext(java.lang.Object) -com.google.android.material.R$styleable: int MenuView_android_itemIconDisabledAlpha -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation -com.google.android.material.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize -androidx.lifecycle.ClassesInfoCache$CallbackInfo: void invokeMethodsForEvent(java.util.List,androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event,java.lang.Object) -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_DialogWhenLarge -wangdaye.com.geometricweather.R$drawable: int ic_filter -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: android.graphics.Path getRetreatingJoinPath() -com.xw.repo.bubbleseekbar.R$layout: int abc_action_mode_close_item_material -io.reactivex.internal.operators.observable.ObservableGroupBy$State: boolean done -com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float rain6h -io.reactivex.internal.observers.BasicIntQueueDisposable: long serialVersionUID -wangdaye.com.geometricweather.db.entities.LocationEntity: void setCity(java.lang.String) -androidx.lifecycle.ComputableLiveData$2: ComputableLiveData$2(androidx.lifecycle.ComputableLiveData) -wangdaye.com.geometricweather.R$string: int tag_uv -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: io.reactivex.functions.Function combiner -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void onError(java.lang.Throwable) -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void subscribeNext() -james.adaptiveicon.R$style: int Animation_AppCompat_Tooltip -cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() -okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.platform.OptionalMethod setAlpnProtocols -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_23 -com.jaredrummler.android.colorpicker.R$dimen: R$dimen() -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float rainPrecipitationProbability -wangdaye.com.geometricweather.R$styleable: int Variant_region_heightLessThan -com.turingtechnologies.materialscrollbar.R$attr: int closeIconVisible -com.google.android.material.R$styleable: int Constraint_layout_constraintTag -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Temperature: MfForecastResult$Forecast$Temperature() -wangdaye.com.geometricweather.R$id: int material_clock_period_toggle -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_navigationIcon +androidx.activity.R$dimen: int compat_button_padding_horizontal_material +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl +com.jaredrummler.android.colorpicker.R$drawable: int abc_seekbar_thumb_material +androidx.appcompat.R$dimen: int abc_action_bar_overflow_padding_end_material androidx.constraintlayout.widget.R$attr: int layout_constraintTop_creator -wangdaye.com.geometricweather.R$attr: int inverse -retrofit2.adapter.rxjava2.CallEnqueueObservable: retrofit2.Call originalCall -io.reactivex.observers.DisposableObserver: boolean isDisposed() -okhttp3.internal.http1.Http1Codec$ChunkedSink: okhttp3.internal.http1.Http1Codec this$0 -com.google.android.material.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView -wangdaye.com.geometricweather.R$styleable: int MaterialButton_rippleColor -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_curveFit -wangdaye.com.geometricweather.R$attr: int alpha -android.didikee.donate.R$style: int Theme_AppCompat_Dialog_MinWidth -androidx.fragment.app.FragmentContainerView: FragmentContainerView(android.content.Context) -com.google.android.material.slider.Slider: void setThumbElevation(float) -wangdaye.com.geometricweather.R$string: int settings_title_precipitation_unit -wangdaye.com.geometricweather.R$dimen: int mtrl_high_ripple_pressed_alpha -cyanogenmod.hardware.ICMHardwareService$Stub -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.os.RemoteCallbackList mCallbacks -wangdaye.com.geometricweather.R$color: int abc_search_url_text -wangdaye.com.geometricweather.R$anim: int abc_grow_fade_in_from_bottom -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: int capacityHint -wangdaye.com.geometricweather.R$string: int feedback_black_text -wangdaye.com.geometricweather.R$animator: int weather_clear_day_2 -james.adaptiveicon.R$style: int Platform_AppCompat_Light -androidx.appcompat.R$color: int material_grey_850 -wangdaye.com.geometricweather.R$layout: int container_alert_display_view -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getNo2Color(android.content.Context) -wangdaye.com.geometricweather.R$id: int parentPanel -wangdaye.com.geometricweather.main.dialogs.LocationHelpDialog -com.turingtechnologies.materialscrollbar.R$bool -com.turingtechnologies.materialscrollbar.R$styleable: int MenuGroup_android_visible -cyanogenmod.weather.util.WeatherUtils: boolean isValidTempUnit(int) -androidx.viewpager.widget.PagerTitleStrip: int getTextSpacing() -cyanogenmod.app.CustomTile: cyanogenmod.app.CustomTile clone() -cyanogenmod.power.PerformanceManagerInternal: void activityResumed(android.content.Intent) -cyanogenmod.platform.R$bool: R$bool() -com.google.android.material.progressindicator.ProgressIndicator: void setIndicatorColors(int[]) -com.google.android.material.R$id: int accessibility_custom_action_24 -wangdaye.com.geometricweather.R$id: int standard -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_expandedOffset -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property No2 -wangdaye.com.geometricweather.R$drawable: int ic_circle_white -com.google.android.material.R$id: int easeInOut -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25 -android.didikee.donate.R$style: int Base_Widget_AppCompat_ListView -androidx.appcompat.R$drawable: int abc_list_selector_holo_light -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_editor_absoluteX -wangdaye.com.geometricweather.R$styleable: int MultiSelectListPreference_entryValues -androidx.lifecycle.ComputableLiveData$3 -com.google.android.material.R$attr: int materialCalendarMonthNavigationButton -wangdaye.com.geometricweather.R$styleable: int Chip_ensureMinTouchTargetSize -androidx.appcompat.widget.SwitchCompat: int getCompoundPaddingRight() -com.google.android.material.R$id: int triangle -com.google.android.material.R$styleable: int CustomAttribute_customBoolean -cyanogenmod.app.Profile: boolean mStatusBarIndicator -cyanogenmod.weather.WeatherInfo: int mConditionCode -android.didikee.donate.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int PARTLY_CLOUDY -wangdaye.com.geometricweather.common.basic.models.weather.Wind: Wind(java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WindDegree,java.lang.Float,java.lang.String) -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder pingInterval(java.time.Duration) -io.reactivex.internal.util.EmptyComponent -james.adaptiveicon.R$styleable: int MenuView_android_itemBackground -android.didikee.donate.R$color: int dim_foreground_disabled_material_dark -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_homeAsUpIndicator -androidx.constraintlayout.widget.R$color: int abc_color_highlight_material -wangdaye.com.geometricweather.R$styleable: int StateListDrawable_android_dither -com.xw.repo.bubbleseekbar.R$attr: int actionBarSize -com.google.android.material.R$styleable: int AppCompatImageView_tintMode -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_SeekBar_Discrete -wangdaye.com.geometricweather.R$style: int TextAppearance_Compat_Notification -io.reactivex.Observable: io.reactivex.Observable defaultIfEmpty(java.lang.Object) -cyanogenmod.platform.Manifest$permission: java.lang.String MODIFY_NETWORK_SETTINGS -cyanogenmod.app.IProfileManager$Stub$Proxy: void updateProfile(cyanogenmod.app.Profile) -androidx.hilt.work.R$attr: int ttcIndex -wangdaye.com.geometricweather.R$styleable: int[] PopupWindowBackgroundState -wangdaye.com.geometricweather.R$drawable: int notif_temp_134 -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Headline -com.jaredrummler.android.colorpicker.R$attr: int cpv_showOldColor -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours Past12Hours -com.bumptech.glide.integration.okhttp.R$attr: int coordinatorLayoutStyle -io.reactivex.internal.operators.observable.ObserverResourceWrapper -com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemRippleColor -okhttp3.Cache: void delete() -cyanogenmod.hardware.CMHardwareManager: long getLtoDownloadInterval() -io.reactivex.Observable: io.reactivex.Single single(java.lang.Object) -cyanogenmod.hardware.ThermalListenerCallback$State: int STATE_UNKNOWN -com.google.android.material.R$attr: int autoCompleteTextViewStyle -retrofit2.RequestBuilder$ContentTypeOverridingRequestBody: okhttp3.MediaType contentType() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_65 -cyanogenmod.externalviews.KeyguardExternalView: void registerOnWindowAttachmentChangedListener(cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener) -okhttp3.internal.connection.RealConnection$1: void close() -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: java.lang.Throwable error -wangdaye.com.geometricweather.R$style: int Base_MaterialAlertDialog_MaterialComponents_Title_Icon -wangdaye.com.geometricweather.R$style: int Preference_SwitchPreferenceCompat_Material -com.jaredrummler.android.colorpicker.R$color: int secondary_text_default_material_dark -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_elevation -com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_radio_to_on_mtrl_000 -com.google.android.material.R$string: int mtrl_picker_text_input_month_abbr -okhttp3.internal.http.HttpCodec: int DISCARD_STREAM_TIMEOUT_MILLIS -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: CNWeatherResult$HourlyForecast() -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_thumbTextPadding -wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: MoonPhase(java.lang.Integer,java.lang.String) -com.google.android.material.R$color: int mtrl_btn_text_color_selector -io.reactivex.internal.util.EmptyComponent: void onComplete() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult -androidx.constraintlayout.widget.R$attr: int srcCompat -androidx.recyclerview.R$id: int accessibility_custom_action_21 -com.google.android.material.textfield.TextInputLayout: void addOnEditTextAttachedListener(com.google.android.material.textfield.TextInputLayout$OnEditTextAttachedListener) -wangdaye.com.geometricweather.R$styleable: int OnSwipe_nestedScrollFlags -retrofit2.Call -james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem -com.google.android.material.R$attr: int lineHeight -okio.BufferedSource: long indexOf(byte,long) -com.google.android.material.R$style -wangdaye.com.geometricweather.R$styleable: int[] MaterialCalendar -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Small -wangdaye.com.geometricweather.common.basic.models.weather.UV -retrofit2.HttpException: int code() -retrofit2.OkHttpCall$ExceptionCatchingResponseBody$1: OkHttpCall$ExceptionCatchingResponseBody$1(retrofit2.OkHttpCall$ExceptionCatchingResponseBody,okio.Source) -androidx.dynamicanimation.R$color: int secondary_text_default_material_light -retrofit2.Utils: java.lang.reflect.Type resolve(java.lang.reflect.Type,java.lang.Class,java.lang.reflect.Type) -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: int getSourceColor() -okhttp3.internal.http1.Http1Codec$ChunkedSource: okhttp3.HttpUrl url -io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(int) -wangdaye.com.geometricweather.R$attr: int elevationOverlayColor -androidx.constraintlayout.widget.R$style: int Theme_AppCompat -com.xw.repo.bubbleseekbar.R$color: int primary_dark_material_light -okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder allEnabledCipherSuites() -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: boolean error(java.lang.Throwable) -androidx.constraintlayout.widget.R$styleable: int SearchView_commitIcon -com.google.android.material.R$id: int checked -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionButton -com.bumptech.glide.integration.okhttp.R$layout: int notification_template_part_chronometer -androidx.constraintlayout.widget.R$drawable: int abc_ic_star_black_48dp -wangdaye.com.geometricweather.R$attr: int titleMarginBottom -com.google.android.material.R$styleable: int Layout_layout_constraintWidth_default -androidx.constraintlayout.widget.R$dimen: int abc_panel_menu_list_width -io.reactivex.Observable: io.reactivex.Maybe singleElement() -androidx.preference.R$styleable: int[] TextAppearance -okhttp3.internal.http2.Http2Connection: void setSettings(okhttp3.internal.http2.Settings) -android.didikee.donate.R$styleable: int AppCompatTheme_actionModeCutDrawable -com.google.android.material.chip.Chip: void setEllipsize(android.text.TextUtils$TruncateAt) -androidx.constraintlayout.widget.R$styleable: int Layout_maxWidth -com.google.android.material.R$id: int date_picker_actions -com.google.android.material.R$style: int Widget_MaterialComponents_TimePicker_Display_TextInputEditText -com.bumptech.glide.load.EncodeStrategy: com.bumptech.glide.load.EncodeStrategy[] values() -androidx.core.R$styleable: int[] GradientColorItem -com.google.android.material.card.MaterialCardView: void setBackground(android.graphics.drawable.Drawable) -com.google.android.material.R$style: int Theme_MaterialComponents_Light_BarSize -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX() -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Weather: java.lang.String desc -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color Color -androidx.work.R$id: int accessibility_custom_action_13 -androidx.appcompat.resources.R$style: int Widget_Compat_NotificationActionText -okhttp3.internal.http2.Settings -james.adaptiveicon.R$styleable: int[] CompoundButton -android.didikee.donate.R$dimen: int hint_alpha_material_light -androidx.vectordrawable.R$id: int accessibility_custom_action_21 -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum: double Value -wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerSizeBottomLeft -com.google.android.material.navigation.NavigationView: void setItemIconPadding(int) -retrofit2.OkHttpCall$ExceptionCatchingResponseBody: OkHttpCall$ExceptionCatchingResponseBody(okhttp3.ResponseBody) -io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: boolean isDisposed() -androidx.legacy.coreutils.R$styleable: int ColorStateListItem_alpha -androidx.appcompat.R$color: int secondary_text_disabled_material_dark -com.google.android.material.R$color: int material_grey_800 -okhttp3.internal.platform.Jdk9Platform: java.lang.reflect.Method getProtocolMethod -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX brandInfo -com.google.android.material.timepicker.TimePickerView: void addOnRotateListener(com.google.android.material.timepicker.ClockHandView$OnRotateListener) -james.adaptiveicon.R$styleable: int MenuGroup_android_visible -androidx.dynamicanimation.R$attr: int fontStyle -com.jaredrummler.android.colorpicker.R$string: int cpv_default_title -androidx.appcompat.app.AppCompatActivity: void setContentView(android.view.View) -wangdaye.com.geometricweather.R$attr: int actionProviderClass -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem -androidx.preference.R$dimen: int tooltip_horizontal_padding -cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: ICMWeatherManager$Stub$Proxy(android.os.IBinder) -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setPm25(java.lang.Float) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setWindDircEnd(java.lang.String) -androidx.lifecycle.ReportFragment$LifecycleCallbacks: ReportFragment$LifecycleCallbacks() -com.bumptech.glide.load.DecodeFormat: com.bumptech.glide.load.DecodeFormat PREFER_ARGB_8888 -com.google.android.material.R$style: int Widget_MaterialComponents_Chip_Action -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWeatherCode -com.google.android.material.R$styleable: int ActionBar_contentInsetEndWithActions -com.google.android.material.R$styleable: int KeyTimeCycle_android_translationZ -james.adaptiveicon.R$styleable: int Toolbar_logo -cyanogenmod.app.Profile: void setConnectionSettings(cyanogenmod.profiles.ConnectionSettings) -androidx.appcompat.R$id: int accessibility_custom_action_28 -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeInsetEnd -okio.BufferedSink: void flush() -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_panelBackground -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_menu_share_mtrl_alpha -com.xw.repo.bubbleseekbar.R$dimen: int notification_large_icon_height -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.lang.String getLongDate(android.content.Context) -androidx.recyclerview.R$id: int tag_accessibility_pane_title -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarSwipeRefreshLayout -cyanogenmod.weather.WeatherLocation: java.lang.String getState() -com.google.android.material.R$dimen: int material_clock_period_toggle_width -com.google.android.material.R$styleable: int[] Motion -com.google.android.material.R$id: int accessibility_action_clickable_span -com.google.android.material.R$styleable: int KeyTrigger_onNegativeCross -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_81 -cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.IKeyguardExternalViewProvider access$002(cyanogenmod.externalviews.KeyguardExternalView,cyanogenmod.externalviews.IKeyguardExternalViewProvider) -com.xw.repo.bubbleseekbar.R$anim: int abc_slide_out_top -com.google.android.material.R$color: int abc_tint_spinner -com.google.android.material.R$styleable: int MaterialCardView_cardForegroundColor -io.reactivex.Observable: io.reactivex.Single sequenceEqual(io.reactivex.ObservableSource,io.reactivex.ObservableSource) -cyanogenmod.providers.CMSettings$System: java.lang.String KEY_APP_SWITCH_ACTION -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: long produced -com.google.android.material.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -com.turingtechnologies.materialscrollbar.R$color: int primary_text_disabled_material_dark -androidx.constraintlayout.widget.R$styleable: int AppCompatImageView_android_src -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float rain3h -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_rippleColor -com.google.android.material.R$id: int expand_activities_button -org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database getEncryptedWritableDb(char[]) -wangdaye.com.geometricweather.R$drawable: int ic_tag_off -cyanogenmod.weather.RequestInfo$Builder: int mRequestType -com.google.android.material.R$id: int guideline -androidx.constraintlayout.widget.R$interpolator: int btn_radio_to_off_mtrl_animation_interpolator_0 -androidx.preference.R$layout: int abc_expanded_menu_layout -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline Headline -com.turingtechnologies.materialscrollbar.R$id: int title_template -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_paddingBottom -androidx.appcompat.R$integer: int config_tooltipAnimTime -james.adaptiveicon.R$attr: int autoCompleteTextViewStyle -androidx.constraintlayout.widget.R$attr: int autoSizeTextType -com.google.android.material.R$attr: int textStartPadding -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen -io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: void onNext(java.lang.Object) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_verticalGap -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: java.lang.String wind_speed -com.google.android.material.R$styleable: int MenuItem_android_icon -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial: java.lang.String Unit -okhttp3.Headers: java.lang.String toString() -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$4 -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String WALLPAPER_FULL -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: void setValue(java.lang.String) -okhttp3.internal.http.RealResponseBody: long contentLength -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void collapseNotificationPanel() -wangdaye.com.geometricweather.R$string: int feedback_request_location_permission_failed -com.bumptech.glide.load.PreferredColorSpace: com.bumptech.glide.load.PreferredColorSpace SRGB -cyanogenmod.app.LiveLockScreenInfo: LiveLockScreenInfo(android.content.ComponentName,int) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_editor_absoluteX -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Direction: int Degrees -james.adaptiveicon.R$attr: int actionOverflowMenuStyle -retrofit2.Platform: int defaultConverterFactoriesSize() -androidx.constraintlayout.widget.R$attr: int percentWidth -androidx.preference.R$dimen: int abc_select_dialog_padding_start_material -wangdaye.com.geometricweather.R$array: int air_quality_co_unit_voices -androidx.preference.R$drawable: int abc_cab_background_top_material -com.turingtechnologies.materialscrollbar.R$attr: int boxCornerRadiusBottomStart -james.adaptiveicon.R$integer: int abc_config_activityShortDur -retrofit2.http.Header: java.lang.String value() -androidx.swiperefreshlayout.R$drawable: int notification_bg_low_pressed -com.google.android.material.R$styleable: int TextInputLayout_suffixText -okhttp3.internal.Util: java.util.Comparator NATURAL_ORDER -cyanogenmod.app.IPartnerInterface: void setAirplaneModeEnabled(boolean) -android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionButton_Overflow -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: int getFillColor() -retrofit2.http.Multipart +androidx.hilt.lifecycle.R$dimen: int notification_action_icon_size +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Metric: double Value +com.google.android.material.R$styleable: int Constraint_flow_lastHorizontalBias +com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawable_android_visible +com.google.android.material.R$attr: int actionTextColorAlpha +androidx.constraintlayout.widget.R$attr: int flow_lastVerticalStyle +androidx.swiperefreshlayout.R$drawable: R$drawable() +androidx.appcompat.R$id: int time +cyanogenmod.hardware.CMHardwareManager: int getArrayValue(int[],int,int) +com.google.android.material.R$color: int secondary_text_disabled_material_light +com.bumptech.glide.integration.okhttp.R$styleable: int ColorStateListItem_alpha +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Title_Inverse +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: boolean isEntityUpdateable() +wangdaye.com.geometricweather.R$id: int snackbar_text +wangdaye.com.geometricweather.R$color: int mtrl_chip_close_icon_tint +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void drain() +wangdaye.com.geometricweather.R$layout: int notification_action_tombstone +android.didikee.donate.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Medium +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: io.reactivex.disposables.Disposable upstream +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$NameValueCache sNameValueCache +okhttp3.EventListener: void dnsStart(okhttp3.Call,java.lang.String) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setTreeLevel(java.lang.Integer) +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.Integer rainProductAvailable +com.bumptech.glide.load.engine.GlideException: void setLoggingDetails(com.bumptech.glide.load.Key,com.bumptech.glide.load.DataSource) +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework +okio.ForwardingTimeout: long timeoutNanos() +androidx.lifecycle.ComputableLiveData: java.lang.Runnable mRefreshRunnable +okhttp3.Cookie: boolean hostOnly() +io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: long serialVersionUID +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property So2 +com.google.android.material.R$styleable: int Chip_closeIconTint +androidx.recyclerview.R$id +androidx.core.R$styleable: int FontFamilyFont_android_font +com.google.android.material.bottomappbar.BottomAppBar: void setFabCradleRoundedCornerRadius(float) +com.google.android.material.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView +com.google.android.material.R$dimen: int abc_dialog_padding_top_material +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_android_gravity +cyanogenmod.app.CustomTile$Builder: CustomTile$Builder(android.content.Context) +com.turingtechnologies.materialscrollbar.R$color: int switch_thumb_normal_material_light +com.google.android.material.R$string: int abc_action_bar_home_description +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationApi mApi +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun Sun +androidx.appcompat.R$styleable: int ActionMode_height +io.reactivex.internal.disposables.CancellableDisposable: long serialVersionUID +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeCloudCover() +com.google.android.material.R$styleable: int MaterialCalendarItem_android_insetRight +androidx.customview.R$dimen: R$dimen() +com.google.android.material.textfield.TextInputLayout: void setPrefixText(java.lang.CharSequence) +cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: void cancelOngoingRequests() +com.google.android.material.R$animator: int mtrl_fab_transformation_sheet_expand_spec +com.turingtechnologies.materialscrollbar.R$attr: int counterTextAppearance +com.xw.repo.bubbleseekbar.R$attr: int textAppearanceListItemSmall io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: boolean isEmpty() -wangdaye.com.geometricweather.R$drawable: int shortcuts_hail_foreground -androidx.lifecycle.extensions.R$id -james.adaptiveicon.R$color: int abc_color_highlight_material -wangdaye.com.geometricweather.R$array: int widget_styles -androidx.preference.R$attr: int dropdownPreferenceStyle -wangdaye.com.geometricweather.R$id: int image -com.jaredrummler.android.colorpicker.R$styleable: int ActionMode_closeItemLayout -androidx.appcompat.R$styleable: int[] AppCompatTheme -cyanogenmod.weather.RequestInfo$Builder -cyanogenmod.app.ThemeVersion$ComponentVersion: cyanogenmod.app.ThemeComponent component -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Dialog_FixedSize -com.turingtechnologies.materialscrollbar.R$style: int Animation_AppCompat_Dialog -com.google.android.material.timepicker.TimePickerView: void setOnActionUpListener(com.google.android.material.timepicker.ClockHandView$OnActionUpListener) -androidx.drawerlayout.R$id: int info -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_hintEnabled -androidx.appcompat.widget.Toolbar: int getContentInsetStartWithNavigation() -io.reactivex.internal.functions.Functions$NaturalComparator: io.reactivex.internal.functions.Functions$NaturalComparator[] values() -james.adaptiveicon.R$id: int action_bar_root -androidx.appcompat.R$id: int topPanel -retrofit2.Retrofit$Builder: java.util.List converterFactories -android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionBar_Solid -androidx.viewpager.R$dimen: int compat_button_padding_horizontal_material -androidx.constraintlayout.widget.R$attr: int customColorDrawableValue -wangdaye.com.geometricweather.R$color: int material_on_surface_disabled -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setEnabled(boolean) -androidx.coordinatorlayout.R$id: int tag_accessibility_heading -cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: android.net.Uri NO_RINGTONE_URI -androidx.hilt.R$attr -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean onPreparePanel(int,android.view.View,android.view.Menu) -androidx.preference.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -com.google.android.material.R$bool: int mtrl_btn_textappearance_all_caps -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: long serialVersionUID -com.jaredrummler.android.colorpicker.R$styleable: int[] ColorPickerView -androidx.viewpager2.R$style: R$style() -com.google.android.material.R$attr: int cornerFamilyBottomLeft -okhttp3.Request$Builder: okhttp3.Request$Builder post(okhttp3.RequestBody) -wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_gapBetweenBars -io.reactivex.internal.subscribers.StrictSubscriber: io.reactivex.internal.util.AtomicThrowable error -androidx.constraintlayout.utils.widget.ImageFilterButton: float getRound() -okhttp3.internal.http.HttpHeaders: java.util.List parseChallenges(okhttp3.Headers,java.lang.String) -wangdaye.com.geometricweather.R$id: int item_weather_daily_title_icon -androidx.constraintlayout.widget.R$color: int bright_foreground_inverse_material_light -com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Direction: java.lang.String Localized -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: io.reactivex.Observer downstream -com.jaredrummler.android.colorpicker.R$styleable: int MultiSelectListPreference_entryValues -android.support.v4.app.INotificationSideChannel$Stub$Proxy: void notify(java.lang.String,int,java.lang.String,android.app.Notification) -android.didikee.donate.R$style: int TextAppearance_AppCompat_Title_Inverse -com.google.android.material.slider.BaseSlider: void setTickActiveTintList(android.content.res.ColorStateList) -com.turingtechnologies.materialscrollbar.R$string: int character_counter_content_description -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeTotalPrecipitationDuration -wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemIconSize -com.google.android.material.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding -com.jaredrummler.android.colorpicker.R$attr: int tickMarkTintMode -androidx.core.R$color: int androidx_core_ripple_material_light -wangdaye.com.geometricweather.R$styleable: int TabItem_android_layout -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_13 -com.turingtechnologies.materialscrollbar.R$dimen: int abc_list_item_padding_horizontal_material -com.turingtechnologies.materialscrollbar.DateAndTimeIndicator: int getTextSize() -wangdaye.com.geometricweather.R$attr: int negativeButtonText -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_17 -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_switchMinWidth -wangdaye.com.geometricweather.R$styleable: int GradientColor_android_centerX -androidx.vectordrawable.R$style -com.google.android.material.R$styleable: int[] TabItem -com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_maxActionInlineWidth -com.google.android.material.R$styleable: int AppCompatTheme_colorSwitchThumbNormal -androidx.dynamicanimation.R$attr: int fontWeight -com.google.android.material.R$styleable: int MaterialCalendarItem_android_insetLeft -wangdaye.com.geometricweather.R$string: int wind_2 -cyanogenmod.app.IPartnerInterface$Stub$Proxy: android.os.IBinder asBinder() -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: ICMHardwareService$Stub$Proxy(android.os.IBinder) -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title -wangdaye.com.geometricweather.R$styleable: int[] TabItem -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial -wangdaye.com.geometricweather.R$styleable: int ViewStubCompat_android_inflatedId -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_10 -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: int getAnimationMode() -com.turingtechnologies.materialscrollbar.R$drawable: int notification_bg_low_normal -james.adaptiveicon.R$dimen: int tooltip_vertical_padding -androidx.cardview.R$dimen -cyanogenmod.app.suggest.ApplicationSuggestion: android.os.Parcelable$Creator CREATOR -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_SearchResult -wangdaye.com.geometricweather.R$attr: int textAppearanceSmallPopupMenu -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_icon -okhttp3.MultipartBody: long writeOrCountBytes(okio.BufferedSink,boolean) -cyanogenmod.profiles.LockSettings$1: cyanogenmod.profiles.LockSettings[] newArray(int) -androidx.legacy.coreutils.R$id: int chronometer -okio.SegmentedByteString: java.lang.String base64() -com.jaredrummler.android.colorpicker.R$drawable: int cpv_alpha -wangdaye.com.geometricweather.R$id: int auto -androidx.viewpager2.R$integer: int status_bar_notification_info_maxnum -io.reactivex.internal.subscribers.DeferredScalarSubscriber: long serialVersionUID -androidx.preference.R$styleable: int GradientColor_android_centerColor -cyanogenmod.app.ThemeVersion: java.lang.String MIN_SUPPORTED_THEME_VERSION_FIELD_NAME -wangdaye.com.geometricweather.R$attr: int thumbStrokeColor -androidx.appcompat.R$id: int dialog_button -wangdaye.com.geometricweather.R$string: int wind_8 -com.google.android.material.R$styleable: int AppCompatTheme_toolbarStyle -com.google.android.material.R$attr: int materialButtonToggleGroupStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setWindDircStart(java.lang.String) -wangdaye.com.geometricweather.R$attr: int navigationMode -androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_fontStyle -james.adaptiveicon.R$styleable: int AppCompatTheme_colorButtonNormal -androidx.preference.R$color: int abc_tint_seek_thumb -james.adaptiveicon.R$style: int Widget_AppCompat_AutoCompleteTextView -com.xw.repo.bubbleseekbar.R$color: int abc_secondary_text_material_dark -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator VOLUME_KEYS_CONTROL_RING_STREAM_VALIDATOR -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_switchMinWidth -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: java.lang.String unit -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Dialog_MinWidth -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large -androidx.lifecycle.LifecycleDispatcher$DispatcherActivityCallback: void onActivityStopped(android.app.Activity) -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void drain() -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_goneMarginStart -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: void onComplete() +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int so2 +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_AutoCompleteTextView +wangdaye.com.geometricweather.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow +com.google.android.material.slider.RangeSlider: void setThumbTintList(android.content.res.ColorStateList) +androidx.preference.EditTextPreference +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintBaseline_toBaselineOf +com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType[] $VALUES +com.jaredrummler.android.colorpicker.R$drawable: int abc_tab_indicator_mtrl_alpha +com.google.android.material.R$styleable: int[] Tooltip +com.google.android.material.R$styleable: int[] ShapeableImageView +com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year +wangdaye.com.geometricweather.R$anim: int abc_shrink_fade_out_from_bottom +cyanogenmod.externalviews.ExternalViewProviderService: android.view.WindowManager mWindowManager +com.google.android.material.R$style: int Theme_MaterialComponents_DialogWhenLarge +android.didikee.donate.R$style: int Base_Theme_AppCompat_DialogWhenLarge +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property CityId +okhttp3.WebSocketListener: void onMessage(okhttp3.WebSocket,okio.ByteString) +okhttp3.internal.platform.OptionalMethod: java.lang.reflect.Method getPublicMethod(java.lang.Class,java.lang.String,java.lang.Class[]) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Minimum +io.reactivex.internal.observers.InnerQueuedObserver: int fusionMode +androidx.appcompat.resources.R$id: int accessibility_custom_action_11 +androidx.appcompat.R$styleable: int AppCompatTheme_buttonBarStyle +androidx.appcompat.R$drawable: int abc_ic_star_half_black_16dp +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_verticalBias +androidx.loader.R$dimen: int compat_button_padding_horizontal_material +com.google.android.material.R$attr: int buttonIconDimen +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_dividerPadding +io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: java.lang.Runnable getWrappedRunnable() +androidx.recyclerview.R$id: int notification_main_column +com.google.android.material.bottomappbar.BottomAppBar: int getRightInset() +androidx.viewpager.R$dimen: int notification_content_margin_start +com.google.android.material.R$attr: int scrimBackground +james.adaptiveicon.R$layout: int abc_activity_chooser_view_list_item +androidx.lifecycle.Transformations +com.xw.repo.bubbleseekbar.R$attr: int alertDialogTheme +androidx.hilt.work.R$id: int accessibility_custom_action_25 +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonBarButtonStyle +james.adaptiveicon.R$drawable: int abc_ratingbar_indicator_material +io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: int limit +wangdaye.com.geometricweather.R$drawable: int weather_snow_3 +com.jaredrummler.android.colorpicker.R$drawable: int abc_list_selector_holo_light +com.jaredrummler.android.colorpicker.R$attr: int showAsAction +wangdaye.com.geometricweather.R$styleable: int Layout_barrierDirection +retrofit2.ParameterHandler$Part: ParameterHandler$Part(java.lang.reflect.Method,int,okhttp3.Headers,retrofit2.Converter) +com.turingtechnologies.materialscrollbar.Indicator: int getTextSize() +androidx.appcompat.view.menu.StandardMenuPopup +wangdaye.com.geometricweather.R$drawable: int clock_hour_light +com.google.android.material.R$attr: int tabMaxWidth +androidx.vectordrawable.R$dimen: int notification_main_column_padding_top +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +com.google.android.material.R$attr: int reverseLayout +retrofit2.http.Path: java.lang.String value() +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: void dispose() +cyanogenmod.providers.CMSettings$Secure: java.lang.String ENABLED_EVENT_LIVE_LOCKS_KEY +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Metric: AccuCurrentResult$Ceiling$Metric() +androidx.constraintlayout.widget.R$layout: int abc_popup_menu_header_item_layout +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintEnd_toStartOf +com.bumptech.glide.integration.okhttp.R$attr: int layout_keyline +james.adaptiveicon.R$styleable: int MenuItem_iconTint +wangdaye.com.geometricweather.R$id: int textSpacerNoButtons +com.google.android.material.R$attr: int itemFillColor +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse +androidx.appcompat.R$style: int Theme_AppCompat_Light_Dialog_MinWidth +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_title_material_toolbar +androidx.dynamicanimation.R$id: int notification_main_column +com.github.rahatarmanahmed.cpv.BuildConfig: java.lang.String BUILD_TYPE +androidx.lifecycle.extensions.R$id: int tag_accessibility_clickable_spans +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Weather weather +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_registerChangeListener +wangdaye.com.geometricweather.R$attr: int flow_verticalGap +androidx.preference.R$id: int activity_chooser_view_content +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: io.reactivex.MaybeSource other +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_autoSizeMaxTextSize +com.bumptech.glide.load.EncodeStrategy: com.bumptech.glide.load.EncodeStrategy[] values() +com.turingtechnologies.materialscrollbar.R$attr: int boxStrokeColor +com.jaredrummler.android.colorpicker.R$id: int textSpacerNoButtons +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_42 +androidx.lifecycle.ServiceLifecycleDispatcher +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) +androidx.viewpager.R$dimen: int notification_action_icon_size +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setBottomText(java.lang.String) +androidx.cardview.widget.CardView: int getContentPaddingBottom() +wangdaye.com.geometricweather.R$drawable: int weather_rain_mini_dark +io.reactivex.Observable: io.reactivex.Observable doAfterTerminate(io.reactivex.functions.Action) +com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_layout_keyline +james.adaptiveicon.R$styleable: int TextAppearance_android_shadowRadius +okhttp3.internal.platform.Platform: void configureTlsExtensions(javax.net.ssl.SSLSocket,java.lang.String,java.util.List) +androidx.preference.R$string: int expand_button_title +com.google.android.material.R$styleable: int FloatingActionButton_maxImageSize +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: void setEn_US(java.lang.String) +com.google.android.material.R$styleable: int ChipGroup_checkedChip +com.google.android.material.R$dimen: R$dimen() +androidx.swiperefreshlayout.R$id: int tag_accessibility_pane_title +com.bumptech.glide.R$id: int text +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode CANCEL +cyanogenmod.app.StatusBarPanelCustomTile: cyanogenmod.app.CustomTile customTile +androidx.preference.R$styleable: int[] PreferenceImageView +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ProgressBar +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dialogCornerRadius +androidx.constraintlayout.widget.R$id: int right_side +okhttp3.Protocol: okhttp3.Protocol get(java.lang.String) +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_showDividers +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection connection +cyanogenmod.externalviews.KeyguardExternalView$4: cyanogenmod.externalviews.KeyguardExternalView this$0 +com.bumptech.glide.R$attr: int layout_dodgeInsetEdges +androidx.constraintlayout.widget.R$drawable: int abc_text_cursor_material +wangdaye.com.geometricweather.R$color: int design_default_color_surface +androidx.fragment.R$id: int accessibility_custom_action_24 +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: float unitFactor +com.google.gson.stream.JsonWriter: void setIndent(java.lang.String) +wangdaye.com.geometricweather.common.basic.models.weather.Alert: long getTime() +wangdaye.com.geometricweather.R$string: int feedback_unusable_geocoder +com.bumptech.glide.R$dimen: int notification_large_icon_height +okhttp3.internal.http1.Http1Codec: void flushRequest() +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_progressBarStyle +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ListView_DropDown +james.adaptiveicon.R$dimen: int abc_text_size_body_1_material +androidx.lifecycle.extensions.R$styleable: int GradientColor_android_endColor +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.lang.String comment +okhttp3.internal.http.RetryAndFollowUpInterceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) +wangdaye.com.geometricweather.R$style: int PreferenceFragment_Material +com.google.android.material.R$styleable: int Chip_textEndPadding +wangdaye.com.geometricweather.background.service.TileService: TileService() +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_DialogWhenLarge +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_RINGTONE +com.bumptech.glide.integration.okhttp.R$dimen: int notification_action_icon_size +com.bumptech.glide.load.resource.bitmap.DefaultImageHeaderParser$Reader$EndOfFileException: long serialVersionUID +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property DegreeDayTemperature +com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$Node header +wangdaye.com.geometricweather.R$drawable: int notif_temp_116 +androidx.appcompat.R$styleable: int AppCompatTheme_tooltipFrameBackground +androidx.dynamicanimation.R$styleable: int GradientColor_android_type +wangdaye.com.geometricweather.R$attr: int showDividers +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getUnitId() +com.google.android.material.R$styleable: int ColorStateListItem_android_alpha +androidx.lifecycle.ProcessLifecycleOwner +com.xw.repo.bubbleseekbar.R$attr: int preserveIconSpacing +com.google.android.material.R$styleable: int Chip_closeIconSize +james.adaptiveicon.R$id: int actions +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionButton_Overflow +androidx.core.R$id: int action_image +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow +io.reactivex.Observable: io.reactivex.Observable buffer(io.reactivex.ObservableSource,io.reactivex.functions.Function,java.util.concurrent.Callable) +androidx.constraintlayout.widget.R$styleable: int ActionBar_title +james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu +com.xw.repo.bubbleseekbar.R$attr: int searchIcon +androidx.viewpager2.R$styleable: int GradientColor_android_startY +androidx.constraintlayout.utils.widget.ImageFilterButton: void setRoundPercent(float) +com.google.android.material.navigation.NavigationView: void setItemTextAppearance(int) +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintEnd_toEndOf +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: ObservableRange$RangeDisposable(io.reactivex.Observer,long,long) +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void onNext(java.lang.Object) +io.reactivex.Observable: io.reactivex.Observable concatEager(java.lang.Iterable) +okhttp3.internal.http2.Http2Connection: okhttp3.Protocol getProtocol() +io.reactivex.Observable: java.lang.Iterable blockingLatest() +com.jaredrummler.android.colorpicker.R$color: int switch_thumb_normal_material_light +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property ApparentTemperature +androidx.preference.R$id: int accessibility_custom_action_13 +androidx.swiperefreshlayout.R$id: int info +com.turingtechnologies.materialscrollbar.R$styleable: int ButtonBarLayout_allowStacking +james.adaptiveicon.R$attr: int colorControlNormal +wangdaye.com.geometricweather.R$attr: int fabAnimationMode +com.google.android.material.R$styleable: int TextInputLayout_boxStrokeWidthFocused +wangdaye.com.geometricweather.R$dimen: int design_snackbar_action_text_color_alpha +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: int getCity_code() +com.google.android.material.R$string: int mtrl_exceed_max_badge_number_content_description +james.adaptiveicon.R$attr: int switchPadding +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_paddingBottom +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Dialog_Alert_Framework +okhttp3.ResponseBody$1: okhttp3.MediaType contentType() +james.adaptiveicon.R$color: int highlighted_text_material_dark +wangdaye.com.geometricweather.R$drawable: int weather_cloudy_2 +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float pSea +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ListMenuView +james.adaptiveicon.R$drawable: int abc_ic_star_black_36dp +io.reactivex.disposables.RunnableDisposable: void onDisposed(java.lang.Object) +com.google.android.material.R$styleable: int KeyCycle_framePosition +com.google.android.material.R$styleable: int AppCompatSeekBar_android_thumb +wangdaye.com.geometricweather.R$styleable: int FitSystemBarRecyclerView_rv_side +com.google.android.material.bottomnavigation.BottomNavigationMenuView: android.graphics.drawable.Drawable getItemBackground() +wangdaye.com.geometricweather.R$string: int key_widget_clock_day_vertical +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast +androidx.viewpager2.widget.ViewPager2: void setOffscreenPageLimit(int) +okio.BufferedSink: long writeAll(okio.Source) +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_NULL_SHA +com.google.android.material.R$styleable: int Constraint_android_translationY +wangdaye.com.geometricweather.R$style: int Widget_Design_ScrimInsetsFrameLayout +wangdaye.com.geometricweather.R$drawable: int weather_thunder_mini_dark +cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.CMHardwareManager sCMHardwareManagerInstance +com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_y_offset_touch +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_scaleY +android.didikee.donate.R$style: int Widget_AppCompat_DropDownItem_Spinner +com.xw.repo.bubbleseekbar.R$attr: int divider +com.turingtechnologies.materialscrollbar.R$dimen: int item_touch_helper_swipe_escape_velocity +com.turingtechnologies.materialscrollbar.R$attr: int tickMarkTintMode +okio.RealBufferedSource: okio.ByteString readByteString() +wangdaye.com.geometricweather.R$id: int dialog_resident_location_container +android.didikee.donate.R$styleable: int[] ActionBarLayout +androidx.lifecycle.extensions.R$id: int dialog_button +com.turingtechnologies.materialscrollbar.R$color: int design_fab_stroke_end_inner_color +androidx.preference.R$attr: int buttonCompat +wangdaye.com.geometricweather.R$drawable: int shortcuts_wind +wangdaye.com.geometricweather.R$attr: int behavior_fitToContents +androidx.appcompat.view.menu.ListMenuItemView: void setIcon(android.graphics.drawable.Drawable) +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void onComplete() +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: float unitFactor +wangdaye.com.geometricweather.R$attr: int drawableTint +okio.Buffer: long read(okio.Buffer,long) +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_WIFI_ICON +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: CaiYunMainlyResult$CurrentBean$HumidityBean() +com.google.android.material.R$dimen: int abc_disabled_alpha_material_light +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorAccent +androidx.coordinatorlayout.R$layout: int custom_dialog +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintRight_toLeftOf +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: float intervalInHour +com.google.android.material.R$id: int tabMode +wangdaye.com.geometricweather.R$style: int Widget_Compat_NotificationActionText +cyanogenmod.weather.RequestInfo: android.location.Location getLocation() +wangdaye.com.geometricweather.R$color: int design_dark_default_color_background +com.turingtechnologies.materialscrollbar.R$styleable: int CompoundButton_buttonTint +androidx.coordinatorlayout.R$layout: int notification_template_part_chronometer +androidx.dynamicanimation.R$layout: int notification_template_custom_big +androidx.preference.R$styleable: int RecyclerView_stackFromEnd +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionButton_Overflow +com.google.android.material.R$attr: int textAppearanceSmallPopupMenu +james.adaptiveicon.R$dimen: int compat_control_corner_material +wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.lang.String getLongDate(android.content.Context) +wangdaye.com.geometricweather.R$id: int mtrl_picker_text_input_range_start +wangdaye.com.geometricweather.common.basic.models.weather.History: int getDaytimeTemperature() +androidx.drawerlayout.R$id: int async +com.google.android.material.slider.Slider: int getActiveThumbIndex() +androidx.lifecycle.LiveData: LiveData() +androidx.vectordrawable.R$layout: int notification_template_part_time +com.xw.repo.bubbleseekbar.R$attr: int lineHeight +androidx.appcompat.R$attr: int buttonGravity +okhttp3.Headers$Builder: okhttp3.Headers$Builder removeAll(java.lang.String) +com.bumptech.glide.Registry$NoModelLoaderAvailableException: Registry$NoModelLoaderAvailableException(java.lang.Object) +androidx.appcompat.resources.R$style: int TextAppearance_Compat_Notification +com.google.android.material.slider.BaseSlider: void setThumbStrokeColorResource(int) +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.util.Date sunriseTime +james.adaptiveicon.R$styleable: int SwitchCompat_showText +androidx.work.R$styleable: int FontFamily_fontProviderQuery +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: java.lang.String value +com.github.rahatarmanahmed.cpv.CircularProgressView: void onSizeChanged(int,int,int,int) +cyanogenmod.app.IProfileManager$Stub +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float no2 +okhttp3.internal.http2.Settings: int[] values +com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginStart +wangdaye.com.geometricweather.R$styleable: int TextAppearance_fontFamily +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 +wangdaye.com.geometricweather.R$id: int container_main_header_tempTxt +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_FixedSize +com.xw.repo.bubbleseekbar.R$attr: int autoSizeStepGranularity +com.google.android.material.R$integer: int cancel_button_image_alpha +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_backgroundStacked +wangdaye.com.geometricweather.R$string: int key_refresh_rate +androidx.core.R$id: int accessibility_custom_action_1 +wangdaye.com.geometricweather.R$id: int activity_widget_config_wall +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.lang.String EnglishName +androidx.preference.R$layout: int abc_action_menu_item_layout +wangdaye.com.geometricweather.R$attr: int flow_verticalBias +com.turingtechnologies.materialscrollbar.Indicator: void setScroll(float) +android.didikee.donate.R$attr: int popupMenuStyle +android.didikee.donate.R$style: int Widget_AppCompat_Spinner_DropDown +android.didikee.donate.R$color: int abc_primary_text_material_dark +com.turingtechnologies.materialscrollbar.R$drawable: int abc_item_background_holo_dark +androidx.preference.R$attr: int actionBarWidgetTheme +james.adaptiveicon.R$attr: int windowFixedHeightMajor +com.google.android.material.R$styleable: int KeyTimeCycle_android_elevation +wangdaye.com.geometricweather.R$anim: int design_bottom_sheet_slide_out +androidx.appcompat.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle +wangdaye.com.geometricweather.db.entities.DailyEntityDao: wangdaye.com.geometricweather.db.entities.DailyEntity readEntity(android.database.Cursor,int) +com.xw.repo.bubbleseekbar.R$string: int abc_capital_on +wangdaye.com.geometricweather.R$dimen: int abc_action_button_min_height_material +wangdaye.com.geometricweather.R$color: int mtrl_textinput_disabled_color +com.google.android.material.datepicker.MaterialDatePicker +cyanogenmod.themes.IThemeService: void requestThemeChangeUpdates(cyanogenmod.themes.IThemeChangeListener) +androidx.preference.R$attr: int dialogPreferenceStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setStatus(int) +okhttp3.internal.NamedRunnable: void execute() +android.didikee.donate.R$attr: int buttonTintMode +com.google.android.material.button.MaterialButton: android.graphics.PorterDuff$Mode getBackgroundTintMode() +androidx.preference.R$dimen: int compat_button_inset_vertical_material +androidx.transition.R$id: int icon +cyanogenmod.app.ThemeVersion: java.lang.String THEME_VERSION_FIELD_NAME +androidx.constraintlayout.widget.R$layout: int notification_action_tombstone +androidx.vectordrawable.animated.R$id: int notification_main_column_container +okio.AsyncTimeout +okhttp3.OkHttpClient$1: OkHttpClient$1() +cyanogenmod.app.Profile: void setAirplaneMode(cyanogenmod.profiles.AirplaneModeSettings) +james.adaptiveicon.R$style: int Base_Widget_AppCompat_PopupWindow +com.jaredrummler.android.colorpicker.R$attr: int maxWidth +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder encodedPath(java.lang.String) +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Caption +com.jaredrummler.android.colorpicker.R$style: int Preference_SwitchPreference +androidx.constraintlayout.helper.widget.Flow +wangdaye.com.geometricweather.R$id: int material_clock_period_toggle +okhttp3.logging.HttpLoggingInterceptor$Level: HttpLoggingInterceptor$Level(java.lang.String,int) +wangdaye.com.geometricweather.R$attr: int navigationIcon +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_thumb_radius +com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_layoutManager +androidx.legacy.coreutils.R$style +com.bumptech.glide.R$styleable: int FontFamilyFont_ttcIndex +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void updateVisibility() +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WeatherText +com.turingtechnologies.materialscrollbar.R$styleable: int[] ScrollingViewBehavior_Layout +io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy[] values() +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse +com.bumptech.glide.R$style: int Widget_Compat_NotificationActionContainer +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle +com.turingtechnologies.materialscrollbar.R$styleable: int[] TabItem +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: void onError(java.lang.Throwable) +androidx.appcompat.widget.ActionBarContextView: ActionBarContextView(android.content.Context) +wangdaye.com.geometricweather.R$layout: int support_simple_spinner_dropdown_item +androidx.vectordrawable.animated.R$styleable: int FontFamily_fontProviderCerts +com.xw.repo.bubbleseekbar.R$layout: int abc_action_bar_up_container +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: long serialVersionUID +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup +io.reactivex.exceptions.CompositeException: void printStackTrace(java.io.PrintWriter) +android.didikee.donate.R$attr: int listMenuViewStyle +com.google.android.material.R$styleable: int ActionBarLayout_android_layout_gravity +wangdaye.com.geometricweather.R$id: int item_about_translator +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: android.graphics.Rect val$clipRect +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.disposables.Disposable upstream +cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode mLightsMode +androidx.transition.R$styleable: int GradientColor_android_endX +androidx.constraintlayout.widget.R$dimen: int hint_alpha_material_dark +cyanogenmod.app.ProfileGroup: android.net.Uri mRingerOverride +com.xw.repo.bubbleseekbar.R$dimen: int compat_button_padding_vertical_material +androidx.preference.R$string: int not_set +androidx.preference.R$style: int Widget_AppCompat_Light_ActionButton_Overflow +com.google.android.material.bottomnavigation.BottomNavigationItemView: BottomNavigationItemView(android.content.Context,android.util.AttributeSet,int) +james.adaptiveicon.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha +okhttp3.internal.platform.OptionalMethod: java.lang.Object invokeWithoutCheckedException(java.lang.Object,java.lang.Object[]) +com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status PENDING +androidx.hilt.work.R$styleable: int FragmentContainerView_android_name +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setMax(float) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoonPhaseAngle(java.lang.Integer) +androidx.hilt.lifecycle.R$id: int right_side +androidx.viewpager.widget.PagerTabStrip: void setTabIndicatorColor(int) +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String street_number +wangdaye.com.geometricweather.R$drawable: int notif_temp_36 +cyanogenmod.app.CustomTileListenerService: void registerAsSystemService(android.content.Context,android.content.ComponentName,int) +androidx.fragment.R$attr: int fontProviderFetchStrategy +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_display_3_material +james.adaptiveicon.R$styleable: int Spinner_android_dropDownWidth +androidx.preference.R$drawable: int abc_btn_default_mtrl_shape +com.turingtechnologies.materialscrollbar.AlphabetIndicator: AlphabetIndicator(android.content.Context) +com.google.android.material.R$style: int TextAppearance_Design_Counter_Overflow +wangdaye.com.geometricweather.R$styleable: int MenuItem_actionProviderClass +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: java.lang.String weathercn +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_DialogWhenLarge +com.jaredrummler.android.colorpicker.R$style: int PreferenceThemeOverlay_v14_Material +com.google.android.material.R$string: int status_bar_notification_info_overflow +androidx.constraintlayout.widget.R$attr: int motionInterpolator +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light +androidx.preference.R$drawable: int abc_scrubber_track_mtrl_alpha +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse +com.turingtechnologies.materialscrollbar.R$attr: int actionModeShareDrawable +android.didikee.donate.R$color: int abc_primary_text_disable_only_material_dark +com.turingtechnologies.materialscrollbar.R$attr: int contentInsetEnd +wangdaye.com.geometricweather.R$string: int wind_5 +androidx.viewpager.R$dimen: int compat_button_inset_vertical_material +cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_QUICK_QS_PULLDOWN +androidx.hilt.R$anim: R$anim() +james.adaptiveicon.R$id: int submit_area +okhttp3.internal.tls.DistinguishedNameParser: java.lang.String dn +com.jaredrummler.android.colorpicker.R$styleable: int Preference_title +cyanogenmod.weather.WeatherLocation$Builder: WeatherLocation$Builder(java.lang.String,java.lang.String) +com.google.android.material.R$styleable: int OnSwipe_dragDirection +wangdaye.com.geometricweather.R$dimen: int mtrl_slider_label_square_side +com.google.android.material.slider.BaseSlider: java.lang.CharSequence getAccessibilityClassName() +androidx.swiperefreshlayout.R$id: int title +com.google.android.material.R$attr: int submitBackground +androidx.constraintlayout.widget.R$styleable: int Toolbar_contentInsetEnd +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_android_windowAnimationStyle +android.support.v4.app.INotificationSideChannel$Default: void notify(java.lang.String,int,java.lang.String,android.app.Notification) +wangdaye.com.geometricweather.R$string: int widget_clock_day_details +androidx.appcompat.R$styleable: int AppCompatTheme_popupWindowStyle +wangdaye.com.geometricweather.R$string: int key_week_icon_mode +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintEnd_toEndOf +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeBackground +androidx.constraintlayout.widget.R$attr: int textAppearanceSearchResultTitle +okhttp3.internal.connection.RouteSelector: void connectFailed(okhttp3.Route,java.io.IOException) +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: void onSubscribe(io.reactivex.disposables.Disposable) +james.adaptiveicon.AdaptiveIconView: AdaptiveIconView(android.content.Context,android.util.AttributeSet,int) +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Display2 +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData: org.reactivestreams.Publisher mPublisher +android.didikee.donate.R$dimen: int abc_text_size_display_2_material +androidx.lifecycle.ClassesInfoCache: androidx.lifecycle.ClassesInfoCache$CallbackInfo getInfo(java.lang.Class) +io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy valueOf(java.lang.String) +io.reactivex.internal.schedulers.ScheduledRunnable: void run() +com.google.android.material.R$color: int abc_background_cache_hint_selector_material_light +okio.AsyncTimeout: okio.Sink sink(okio.Sink) +cyanogenmod.hardware.CMHardwareManager: java.lang.String TAG +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position +androidx.fragment.R$drawable +james.adaptiveicon.R$dimen: int abc_dropdownitem_text_padding_right +james.adaptiveicon.R$attr: int titleTextAppearance +wangdaye.com.geometricweather.R$id: int container_alert_display_view_title +wangdaye.com.geometricweather.R$string: int path_password_eye_mask_visible +cyanogenmod.app.CustomTile$RemoteExpandedStyle: CustomTile$RemoteExpandedStyle() +okhttp3.internal.connection.ConnectionSpecSelector: ConnectionSpecSelector(java.util.List) +androidx.appcompat.R$dimen: int abc_edit_text_inset_bottom_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: java.lang.String getDirection() +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_26 +wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: int unitArrayIndex +com.google.android.material.textview.MaterialTextView +androidx.viewpager2.R$styleable: int[] ViewPager2 +com.google.android.material.R$styleable: int AppCompatTheme_tooltipFrameBackground +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon +android.didikee.donate.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset +com.google.android.material.R$attr: int yearSelectedStyle +com.bumptech.glide.R$dimen: int compat_notification_large_icon_max_width +androidx.customview.R$styleable: R$styleable() +androidx.fragment.R$styleable: int GradientColor_android_endX +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowActionModeOverlay +cyanogenmod.providers.ThemesContract: android.net.Uri AUTHORITY_URI +cyanogenmod.providers.CMSettings$System: java.lang.String BATTERY_LIGHT_MEDIUM_COLOR +wangdaye.com.geometricweather.R$styleable: int Constraint_android_scaleX +com.google.android.material.R$drawable +wangdaye.com.geometricweather.R$id: int row_index_key +com.jaredrummler.android.colorpicker.R$color: int material_grey_50 +wangdaye.com.geometricweather.common.basic.models.weather.Base: java.lang.String getCityId() +wangdaye.com.geometricweather.R$attr: int subMenuArrow +com.google.android.material.progressindicator.ProgressIndicator: void setInverse(boolean) +android.support.v4.os.ResultReceiver$MyRunnable: ResultReceiver$MyRunnable(android.support.v4.os.ResultReceiver,int,android.os.Bundle) +com.google.android.material.R$dimen: int mtrl_alert_dialog_background_inset_end +io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: java.util.Locale locale +com.turingtechnologies.materialscrollbar.R$dimen: int notification_subtext_size +androidx.preference.R$dimen: int compat_control_corner_material +james.adaptiveicon.R$id: int customPanel +com.jaredrummler.android.colorpicker.R$layout: int abc_dialog_title_material +cyanogenmod.weather.RequestInfo: RequestInfo(android.os.Parcel,cyanogenmod.weather.RequestInfo$1) +com.google.android.material.R$attr: int windowFixedWidthMinor +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle +com.jaredrummler.android.colorpicker.R$style: int Preference_DropDown_Material +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipIconEnabled +androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType valueOf(java.lang.String) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String windLevel +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_android_weightSum +okhttp3.internal.cache.DiskLruCache$Entry: void setLengths(java.lang.String[]) +androidx.appcompat.resources.R$id: int dialog_button +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: BaiduIPLocationService_Factory(javax.inject.Provider,javax.inject.Provider) +okhttp3.internal.cache.DiskLruCache: boolean $assertionsDisabled +okhttp3.internal.ws.RealWebSocket$CancelRunnable: void run() +androidx.lifecycle.extensions.R$attr: int fontProviderQuery +com.google.android.material.R$attr: int flow_firstVerticalStyle +okhttp3.Response$Builder: okhttp3.Response$Builder removeHeader(java.lang.String) +androidx.constraintlayout.widget.R$styleable: int Layout_android_orientation +androidx.constraintlayout.widget.R$attr: int fontStyle +wangdaye.com.geometricweather.R$styleable: int DialogPreference_android_positiveButtonText +androidx.work.ExistingWorkPolicy: androidx.work.ExistingWorkPolicy APPEND_OR_REPLACE +com.google.android.material.R$attr: int behavior_skipCollapsed +io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,boolean,int) +androidx.legacy.coreutils.R$styleable: int ColorStateListItem_alpha +com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense okhttp3.HttpUrl: void percentDecode(okio.Buffer,java.lang.String,int,int,boolean) -com.google.android.material.R$styleable: int KeyPosition_drawPath -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_DropDownItem_Spinner -wangdaye.com.geometricweather.R$array: int language_values -androidx.constraintlayout.widget.R$dimen: int abc_text_size_subhead_material -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_aa_light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: java.lang.String getValue() -androidx.lifecycle.ViewModelProviders: androidx.lifecycle.ViewModelProvider of(androidx.fragment.app.FragmentActivity,androidx.lifecycle.ViewModelProvider$Factory) -androidx.legacy.coreutils.R$id: int action_container -com.turingtechnologies.materialscrollbar.Indicator: void setSizeCustom(int) -wangdaye.com.geometricweather.R$attr: int snackbarTextViewStyle -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void otherError(java.lang.Throwable) -com.jaredrummler.android.colorpicker.R$styleable: int Preference_icon -com.google.gson.stream.JsonReader: int NUMBER_CHAR_DIGIT -com.google.gson.stream.JsonReader$1 -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_marginRight -com.google.android.material.R$color: int button_material_dark -com.google.android.material.R$style: int Theme_MaterialComponents_Light -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Caption -com.xw.repo.bubbleseekbar.R$attr: int suggestionRowLayout -com.google.android.material.R$color: int mtrl_outlined_stroke_color -android.didikee.donate.R$styleable: int TextAppearance_android_textColorLink -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken BOOLEAN -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setNotification(java.lang.String) -com.google.android.material.progressindicator.ProgressIndicator: ProgressIndicator(android.content.Context,android.util.AttributeSet) -com.jaredrummler.android.colorpicker.R$style: int PreferenceFragment_Material -james.adaptiveicon.R$styleable: int LinearLayoutCompat_android_gravity -androidx.core.R$style: R$style() -wangdaye.com.geometricweather.R$id: int mtrl_child_content_container -com.turingtechnologies.materialscrollbar.R$styleable: int CardView_contentPadding -com.jaredrummler.android.colorpicker.R$id: int cpv_color_picker_view -androidx.work.R$id: int accessibility_custom_action_5 -wangdaye.com.geometricweather.R$anim: int abc_fade_out -com.turingtechnologies.materialscrollbar.R$dimen: int compat_button_inset_horizontal_material +com.google.android.material.R$styleable: int TabLayout_tabIndicatorFullWidth +james.adaptiveicon.R$attr: int contentInsetLeft +james.adaptiveicon.R$drawable: int abc_switch_track_mtrl_alpha +androidx.constraintlayout.widget.R$id: int submit_area +okhttp3.Request$Builder: Request$Builder() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeThunderstormPrecipitation +com.google.android.material.R$styleable: int GradientColor_android_centerX +com.google.android.material.circularreveal.CircularRevealLinearLayout: int getCircularRevealScrimColor() wangdaye.com.geometricweather.R$styleable: int TouchScrollBar_msb_hideDelayInMilliseconds -com.jaredrummler.android.colorpicker.R$drawable: int abc_tab_indicator_material -androidx.work.R$dimen: int notification_right_icon_size -androidx.activity.R$styleable -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void onComplete() -androidx.hilt.lifecycle.R$styleable: int[] GradientColor -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Metric Metric -android.didikee.donate.R$attr: int actionLayout -wangdaye.com.geometricweather.db.entities.DailyEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.DailyEntity) -retrofit2.Retrofit$Builder: retrofit2.Retrofit build() -androidx.cardview.widget.CardView: CardView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light_Dialog -com.bumptech.glide.integration.okhttp.R$id: int text -okhttp3.internal.http2.Http2Reader: Http2Reader(okio.BufferedSource,boolean) -androidx.appcompat.widget.AppCompatRadioButton: void setSupportButtonTintMode(android.graphics.PorterDuff$Mode) -cyanogenmod.alarmclock.ClockContract$CitiesColumns: android.net.Uri CONTENT_URI -android.didikee.donate.R$attr: int isLightTheme -io.reactivex.internal.subscriptions.BasicQueueSubscription: void cancel() -androidx.recyclerview.R$id: int forever -com.turingtechnologies.materialscrollbar.R$drawable: int abc_scrubber_primary_mtrl_alpha -com.xw.repo.bubbleseekbar.R$attr: int actionModeCutDrawable -com.google.android.material.R$styleable: int Toolbar_contentInsetStartWithNavigation -androidx.appcompat.resources.R$dimen: R$dimen() -okhttp3.internal.ws.RealWebSocket$CancelRunnable: okhttp3.internal.ws.RealWebSocket this$0 +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut +cyanogenmod.weather.WeatherInfo: int hashCode() +com.xw.repo.bubbleseekbar.R$attr: int dropDownListViewStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: void setLogo(java.lang.String) +james.adaptiveicon.R$attr: int color +wangdaye.com.geometricweather.db.entities.AlertEntity: void setColor(int) +android.didikee.donate.R$attr: int titleTextStyle +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_divider +androidx.drawerlayout.R$id: int line1 +androidx.appcompat.widget.AppCompatButton: int getAutoSizeMinTextSize() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String getDescription() +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_EditText +cyanogenmod.weather.WeatherInfo$DayForecast$1: java.lang.Object createFromParcel(android.os.Parcel) +androidx.fragment.R$attr: int fontProviderCerts +androidx.loader.R$id: int actions +androidx.appcompat.widget.AppCompatTextView: int getAutoSizeMaxTextSize() +androidx.preference.R$dimen: int abc_text_size_subtitle_material_toolbar +androidx.constraintlayout.widget.R$styleable: int Constraint_pathMotionArc +androidx.preference.R$styleable: int AppCompatTextView_autoSizeStepGranularity +wangdaye.com.geometricweather.R$styleable: int[] FitSystemBarNestedScrollView +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_textAppearance +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile build() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Metric: int UnitType +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: io.reactivex.Observer downstream +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents +okhttp3.internal.cache.FaultHidingSink: boolean hasErrors +cyanogenmod.profiles.RingModeSettings: void processOverride(android.content.Context) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: java.lang.String unit +cyanogenmod.externalviews.KeyguardExternalView$3: int val$x +androidx.activity.R$drawable: int notification_bg_low_normal +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorControlHighlight +wangdaye.com.geometricweather.R$styleable: int NavigationView_shapeAppearanceOverlay +android.didikee.donate.R$attr: int measureWithLargestChild +cyanogenmod.weather.RequestInfo: int mRequestType +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintWidth_default +wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: java.lang.String getUnitId() +okhttp3.ResponseBody$BomAwareReader: ResponseBody$BomAwareReader(okio.BufferedSource,java.nio.charset.Charset) +androidx.recyclerview.widget.RecyclerView: int getBaseline() +androidx.swiperefreshlayout.R$layout: int custom_dialog +com.bumptech.glide.integration.okhttp.R$string: int status_bar_notification_info_overflow +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: CaiYunMainlyResult$AqiBeanXX() +androidx.appcompat.R$drawable: int abc_text_select_handle_right_mtrl_light +com.google.android.material.R$styleable: int[] MaterialCalendar +com.turingtechnologies.materialscrollbar.R$id: int action_image +okhttp3.Cache$CacheRequestImpl: okhttp3.Cache this$0 +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents +androidx.preference.R$attr: int dividerPadding +com.google.android.material.R$attr: int behavior_expandedOffset +okio.Okio$3: void close() +androidx.appcompat.resources.R$style: int Widget_Compat_NotificationActionContainer +io.reactivex.Observable: io.reactivex.Observable concatMapIterable(io.reactivex.functions.Function) +com.google.android.material.R$style: int ShapeAppearance_MaterialComponents_Tooltip +androidx.appcompat.widget.Toolbar: void setLogo(int) +retrofit2.OkHttpCall$1 +com.google.android.material.R$styleable: int Layout_layout_constraintCircleRadius +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintCircleAngle +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Title_Inverse +james.adaptiveicon.R$styleable: int View_theme +androidx.preference.R$id: int scrollView +androidx.constraintlayout.widget.R$attr: int customFloatValue +okhttp3.Cookie$Builder: okhttp3.Cookie$Builder domain(java.lang.String) +cyanogenmod.weather.IRequestInfoListener$Stub: java.lang.String DESCRIPTOR +wangdaye.com.geometricweather.R$array: int notification_text_colors +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String province +io.reactivex.internal.observers.DeferredScalarDisposable: int FUSED_EMPTY +wangdaye.com.geometricweather.R$styleable: int ColorStateListItem_android_color +cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy +com.google.android.material.R$attr: int backgroundTint +com.bumptech.glide.R$styleable: int GradientColor_android_endColor +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_text_btn_padding_left +com.google.android.material.R$style: int Base_Widget_AppCompat_ActionMode +retrofit2.Platform: java.util.List defaultCallAdapterFactories(java.util.concurrent.Executor) +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath +androidx.constraintlayout.widget.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow +wangdaye.com.geometricweather.R$styleable: int ChipGroup_chipSpacing +com.google.android.material.R$styleable: int[] ActionBarLayout +androidx.constraintlayout.widget.R$attr: int maxWidth +com.xw.repo.bubbleseekbar.R$drawable: int abc_textfield_search_default_mtrl_alpha +com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_fontStyle +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List wuran +okhttp3.logging.HttpLoggingInterceptor: HttpLoggingInterceptor() +okhttp3.HttpUrl: char[] HEX_DIGITS +android.support.v4.os.ResultReceiver: boolean mLocal +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$LocalSource: java.lang.String WeatherCode +androidx.customview.R$dimen: int notification_content_margin_start +androidx.activity.R$id: int accessibility_custom_action_0 +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleMargin +io.reactivex.exceptions.UndeliverableException: long serialVersionUID +androidx.constraintlayout.widget.R$color: int accent_material_dark +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.internal.util.AtomicThrowable errors +androidx.constraintlayout.widget.R$styleable: int CompoundButton_buttonTint +com.turingtechnologies.materialscrollbar.R$id: int view_offset_helper +james.adaptiveicon.R$style: int Theme_AppCompat_DayNight_Dialog_Alert +wangdaye.com.geometricweather.R$string: int phase_first +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_101 +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: java.util.List consequences +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_firstHorizontalStyle +com.google.android.material.R$styleable: int MotionLayout_layoutDescription +androidx.appcompat.widget.AppCompatCheckBox: void setButtonDrawable(android.graphics.drawable.Drawable) +com.xw.repo.bubbleseekbar.R$id: int scrollView +androidx.appcompat.widget.SearchView$SearchAutoComplete +retrofit2.OkHttpCall$NoContentResponseBody: okhttp3.MediaType contentType +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX temperature +okhttp3.Cookie: java.util.List parseAll(okhttp3.HttpUrl,okhttp3.Headers) +io.reactivex.internal.observers.DeferredScalarDisposable: void complete(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$styleable: int MenuGroup_android_id +androidx.preference.R$drawable: int notify_panel_notification_icon_bg +wangdaye.com.geometricweather.common.ui.activities.AwakeUpdateActivity +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: java.lang.String timezone +okio.Buffer: void skip(long) +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light_Dialog_Alert +cyanogenmod.app.Profile: boolean isDirty() +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorButtonNormal +androidx.constraintlayout.widget.R$styleable: int Toolbar_logo +wangdaye.com.geometricweather.R$styleable: int[] FontFamilyFont +androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat_Dialog +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf +androidx.lifecycle.FullLifecycleObserver: void onPause(androidx.lifecycle.LifecycleOwner) +androidx.preference.R$attr: int switchPreferenceStyle +com.google.android.material.R$style: int Widget_MaterialComponents_CompoundButton_Switch +com.google.android.material.R$id: int fill +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setBackgroundDrawable(android.graphics.drawable.Drawable) +com.xw.repo.bubbleseekbar.R$color: int notification_icon_bg_color +wangdaye.com.geometricweather.R$dimen: int trend_item_width +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_android_gravity +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setApparentTemperature(java.lang.Integer) +wangdaye.com.geometricweather.common.basic.GeoDialog +com.jaredrummler.android.colorpicker.R$attr: int layout_insetEdge +androidx.appcompat.R$attr: int dividerHorizontal +com.turingtechnologies.materialscrollbar.R$animator: int mtrl_btn_unelevated_state_list_anim +androidx.preference.R$dimen: int abc_action_bar_subtitle_bottom_margin_material +androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_ttcIndex +com.google.android.material.R$dimen: int design_navigation_separator_vertical_padding +androidx.transition.R$styleable: int FontFamily_fontProviderQuery +wangdaye.com.geometricweather.R$id: int item_icon_provider_container +okhttp3.internal.connection.RealConnection: okhttp3.internal.http2.Http2Connection http2Connection +io.reactivex.internal.operators.observable.ObservableGroupBy$State: java.util.concurrent.atomic.AtomicReference actual +io.reactivex.internal.subscriptions.BasicQueueSubscription: void clear() +wangdaye.com.geometricweather.R$attr: int tabMaxWidth +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onKeyguardDismissed +androidx.hilt.R$drawable: R$drawable() +com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getTrackActiveTintList() +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Tooltip +io.reactivex.internal.util.NotificationLite: boolean isDisposable(java.lang.Object) +okhttp3.HttpUrl: java.lang.String host() +cyanogenmod.util.ColorUtils: float interp(int,float) +androidx.preference.R$id: int search_voice_btn +androidx.cardview.R$attr: int contentPaddingTop +com.google.android.material.chip.Chip: void setCloseIconStartPadding(float) +androidx.drawerlayout.R$dimen: int notification_large_icon_height +com.google.android.material.card.MaterialCardView: int getStrokeColor() +retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: retrofit2.Call call +com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage ENCODE +com.xw.repo.bubbleseekbar.R$drawable: int tooltip_frame_light +okhttp3.logging.HttpLoggingInterceptor: boolean bodyHasUnknownEncoding(okhttp3.Headers) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum: AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum() +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: int requestFusion(int) +wangdaye.com.geometricweather.R$drawable: int abc_btn_radio_material okio.GzipSink: okio.Timeout timeout() -androidx.appcompat.R$string: int abc_menu_meta_shortcut_label -androidx.appcompat.R$style: int Base_Theme_AppCompat_Light_Dialog -androidx.hilt.work.R$drawable -retrofit2.RequestBuilder$ContentTypeOverridingRequestBody: okhttp3.MediaType contentType -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_TabBar -cyanogenmod.weather.WeatherInfo: double getTodaysHigh() -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_buttonGravity -androidx.dynamicanimation.R$id: int tag_transition_group -wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List minutelyForecast -wangdaye.com.geometricweather.R$id: int seekbar -com.google.android.material.R$attr: int triggerId -com.google.android.material.R$dimen: int mtrl_calendar_selection_baseline_to_top_fullscreen -cyanogenmod.power.PerformanceManager: java.lang.String POWER_PROFILE_CHANGED -cyanogenmod.app.suggest.AppSuggestManager: boolean handles(android.content.Intent) -cyanogenmod.externalviews.KeyguardExternalView$2 -androidx.appcompat.widget.SearchView: androidx.cursoradapter.widget.CursorAdapter getSuggestionsAdapter() +androidx.constraintlayout.widget.R$drawable: int notification_bg_normal +wangdaye.com.geometricweather.settings.dialogs.AdaptiveIconDialog: AdaptiveIconDialog() +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionBar_TabBar +com.google.android.material.internal.NavigationMenuItemView +com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_verticalDivider +androidx.loader.R$id: int normal +wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String weatherSource +cyanogenmod.app.ThemeVersion$ComponentVersion: int id +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionButton +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: void onComplete() +androidx.preference.R$styleable: int AppCompatTextView_firstBaselineToTopHeight +wangdaye.com.geometricweather.R$id: int widget_clock_day_card +wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getNighttimeWeatherCode() +androidx.appcompat.R$id: int textSpacerNoButtons +wangdaye.com.geometricweather.R$string: int gitHub +cyanogenmod.weatherservice.ServiceRequestResult: int describeContents() +androidx.coordinatorlayout.R$id: int left +androidx.appcompat.R$styleable: int AlertDialog_buttonIconDimen +cyanogenmod.app.ICMStatusBarManager: void removeCustomTileFromListener(cyanogenmod.app.ICustomTileListener,java.lang.String,java.lang.String,int) +wangdaye.com.geometricweather.R$string: int page_indicator +okhttp3.HttpUrl$Builder: void resolvePath(java.lang.String,int,int) +com.google.android.material.R$id: int transition_transform +android.didikee.donate.R$style: int Widget_AppCompat_Button_Colored +okhttp3.internal.http2.Hpack$Reader: okhttp3.internal.http2.Header[] dynamicTable +wangdaye.com.geometricweather.R$attr: int alertDialogStyle +cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String tag +org.greenrobot.greendao.DaoException: void safeInitCause(java.lang.Throwable) +james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert +cyanogenmod.profiles.ConnectionSettings$BooleanState: int STATE_ENABLED +james.adaptiveicon.R$attr: int voiceIcon +com.google.android.material.R$layout: int mtrl_calendar_day +androidx.dynamicanimation.R$styleable: int FontFamilyFont_android_fontWeight +androidx.appcompat.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset +james.adaptiveicon.R$style: int Base_V26_Theme_AppCompat_Light +androidx.drawerlayout.R$styleable: int ColorStateListItem_alpha +android.didikee.donate.R$styleable: int ActionBar_homeAsUpIndicator +wangdaye.com.geometricweather.R$attr: int adjustable +wangdaye.com.geometricweather.R$styleable: int[] ExtendedFloatingActionButton +cyanogenmod.themes.ThemeChangeRequest: void writeToParcel(android.os.Parcel,int) +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Subhead +james.adaptiveicon.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar +wangdaye.com.geometricweather.R$color: int abc_btn_colored_borderless_text_material +wangdaye.com.geometricweather.R$dimen: int mtrl_large_touch_target +okhttp3.internal.tls.OkHostnameVerifier +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_android_switchTextOff +androidx.preference.R$styleable: int AppCompatTheme_listDividerAlertDialog +cyanogenmod.app.suggest.IAppSuggestProvider$Stub: cyanogenmod.app.suggest.IAppSuggestProvider asInterface(android.os.IBinder) +androidx.appcompat.resources.R$style: int TextAppearance_Compat_Notification_Title +androidx.lifecycle.SavedStateHandle: java.lang.Object remove(java.lang.String) +okio.GzipSource: byte FEXTRA +wangdaye.com.geometricweather.R$drawable: int abc_ic_go_search_api_material +androidx.constraintlayout.widget.R$attr: int actionLayout +com.jaredrummler.android.colorpicker.R$dimen: int compat_button_padding_horizontal_material +wangdaye.com.geometricweather.R$attr: int textAppearanceHeadline6 +androidx.drawerlayout.R$dimen: int compat_control_corner_material +androidx.constraintlayout.widget.R$styleable: int AppCompatImageView_tintMode +okhttp3.internal.cache2.FileOperator: java.nio.channels.FileChannel fileChannel +wangdaye.com.geometricweather.R$string: int settings_title_location_service +wangdaye.com.geometricweather.db.entities.AlertEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.AlertEntity) +okhttp3.FormBody: void writeTo(okio.BufferedSink) +wangdaye.com.geometricweather.R$dimen: int mtrl_alert_dialog_background_inset_start +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: androidx.lifecycle.LiveData mLiveData +com.google.android.material.chip.Chip: void setChipBackgroundColorResource(int) +androidx.constraintlayout.widget.R$styleable: int ActionMenuItemView_android_minWidth +com.google.android.material.R$attr: int actionOverflowMenuStyle +okhttp3.internal.platform.ConscryptPlatform: void configureSslSocketFactory(javax.net.ssl.SSLSocketFactory) +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle +okhttp3.MultipartBody: okio.ByteString boundary +androidx.transition.R$styleable: int ColorStateListItem_alpha +com.google.android.material.R$integer: int design_tab_indicator_anim_duration_ms +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle +androidx.lifecycle.ViewModelProvider: androidx.lifecycle.ViewModelProvider$Factory mFactory +james.adaptiveicon.R$dimen: int abc_dialog_title_divider_material +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: boolean isDisposed() +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_bias +androidx.preference.R$color: int material_grey_850 +com.xw.repo.bubbleseekbar.R$dimen: int compat_control_corner_material +com.jaredrummler.android.colorpicker.R$styleable: int Preference_layout +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver +wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowNoTitle +io.reactivex.Observable: io.reactivex.Observable buffer(io.reactivex.ObservableSource,int) +com.google.android.material.R$style: int Widget_MaterialComponents_ActionBar_Solid +com.jaredrummler.android.colorpicker.R$id: int checkbox +androidx.constraintlayout.widget.R$styleable: int Transform_android_translationX +okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder allEnabledCipherSuites() +cyanogenmod.power.PerformanceManager: int PROFILE_BALANCED +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_passwordToggleEnabled +wangdaye.com.geometricweather.R$id: int star_1 +okhttp3.internal.platform.AndroidPlatform: void configureTlsExtensions(javax.net.ssl.SSLSocket,java.lang.String,java.util.List) +android.support.v4.os.ResultReceiver: android.support.v4.os.IResultReceiver mReceiver +androidx.viewpager.widget.ViewPager: void addOnAdapterChangeListener(androidx.viewpager.widget.ViewPager$OnAdapterChangeListener) +com.jaredrummler.android.colorpicker.R$styleable: int FontFamily_fontProviderAuthority +com.google.android.material.R$styleable: int AppCompatTheme_dividerHorizontal +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: java.lang.String en_US +io.reactivex.exceptions.CompositeException: java.util.List exceptions +android.didikee.donate.R$attr: int subMenuArrow +okhttp3.internal.http2.Http2Connection$IntervalPingRunnable: Http2Connection$IntervalPingRunnable(okhttp3.internal.http2.Http2Connection) +okhttp3.internal.connection.RealConnection: void connectSocket(int,int,okhttp3.Call,okhttp3.EventListener) +android.didikee.donate.R$dimen: int abc_text_size_medium_material +androidx.transition.R$attr: int fontProviderCerts +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Sun sun +wangdaye.com.geometricweather.R$id: int ragweedTitle +com.google.android.material.slider.Slider: void setValue(float) +wangdaye.com.geometricweather.R$style: int Platform_MaterialComponents_Dialog +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: io.reactivex.Observer downstream +androidx.preference.R$id: int chronometer +io.reactivex.internal.subscriptions.BasicIntQueueSubscription: void request(long) +com.google.android.material.R$style: int Widget_AppCompat_Light_ListView_DropDown +wangdaye.com.geometricweather.location.services.LocationService: boolean hasPermissions(android.content.Context) +androidx.appcompat.resources.R$id: int tag_accessibility_heading +wangdaye.com.geometricweather.R$id: int transition_transform +wangdaye.com.geometricweather.R$dimen: int widget_title_text_size +com.google.android.material.navigation.NavigationView: void setItemIconSize(int) +androidx.constraintlayout.widget.R$id: int src_atop +wangdaye.com.geometricweather.R$string: int settings_notification_hide_icon_off +android.didikee.donate.R$style: int Base_Widget_AppCompat_Spinner +okhttp3.internal.http2.Http2Writer: void ping(boolean,int,int) +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Chip +androidx.coordinatorlayout.R$dimen: int compat_button_inset_vertical_material +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionButton_Overflow +androidx.preference.R$drawable: int abc_text_cursor_material +wangdaye.com.geometricweather.R$attr: int contentPaddingTop +com.jaredrummler.android.colorpicker.R$style: int Preference_CheckBoxPreference +io.reactivex.Observable: io.reactivex.Observable buffer(io.reactivex.ObservableSource,io.reactivex.functions.Function) +androidx.constraintlayout.widget.R$layout: int abc_dialog_title_material +wangdaye.com.geometricweather.R$anim: int fragment_main_pop_enter +androidx.viewpager.widget.PagerTitleStrip: PagerTitleStrip(android.content.Context) +com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_centerColor +com.xw.repo.bubbleseekbar.R$style: int Platform_AppCompat +wangdaye.com.geometricweather.db.entities.LocationEntity: void setLongitude(float) +androidx.preference.R$styleable: int AppCompatTheme_actionModeCopyDrawable +android.didikee.donate.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle +androidx.appcompat.R$attr: int titleMarginEnd +io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.appcompat.R$anim: int abc_tooltip_enter +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: boolean isValid() +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_maxElementsWrap +wangdaye.com.geometricweather.R$attr: int progress +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Year_Selected +james.adaptiveicon.R$attr: int progressBarStyle +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: java.util.concurrent.TimeUnit unit +androidx.hilt.R$id: int accessibility_custom_action_8 +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintGuide_percent +okhttp3.internal.connection.RouteDatabase +cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent SOUND +wangdaye.com.geometricweather.R$attr: int state_lifted +wangdaye.com.geometricweather.R$attr: int maxHeight +androidx.preference.R$color: int highlighted_text_material_light +okhttp3.internal.ws.RealWebSocket$Streams: RealWebSocket$Streams(boolean,okio.BufferedSource,okio.BufferedSink) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen: int CategoryValue +com.bumptech.glide.integration.okhttp.R$styleable: R$styleable() +cyanogenmod.hardware.CMHardwareManager: int getDisplayGammaCalibrationMax() +androidx.lifecycle.process.R +com.google.android.material.R$id: int search_bar +wangdaye.com.geometricweather.R$string: int ellipsis +okhttp3.internal.cache.CacheInterceptor$1 +com.turingtechnologies.materialscrollbar.R$integer: int show_password_duration +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: java.util.concurrent.atomic.AtomicInteger wip +androidx.constraintlayout.widget.R$attr: int autoCompleteTextViewStyle +okhttp3.EventListener: void connectionAcquired(okhttp3.Call,okhttp3.Connection) +androidx.fragment.R$styleable: R$styleable() +androidx.appcompat.R$integer: R$integer() +androidx.drawerlayout.R$styleable: int[] FontFamily +androidx.vectordrawable.R$dimen: int notification_large_icon_width +wangdaye.com.geometricweather.R$styleable: int MaterialCheckBox_buttonTint +com.google.android.material.R$attr: int shapeAppearance +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintCircle +com.google.android.material.bottomnavigation.BottomNavigationView: void setItemIconSize(int) +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Button +james.adaptiveicon.R$attr: int fontFamily +androidx.loader.R$style: int TextAppearance_Compat_Notification_Time +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: ExternalViewProviderService$Provider$ProviderImpl$7(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl,int,int,int,int,boolean,android.graphics.Rect) +com.google.android.material.R$drawable: int abc_list_pressed_holo_light +androidx.appcompat.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle +okhttp3.ConnectionPool: okhttp3.internal.connection.RouteDatabase routeDatabase +androidx.fragment.R$color: int ripple_material_light +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: int OTHER_STATE_CONSUMED_OR_EMPTY +androidx.appcompat.R$drawable: int btn_checkbox_unchecked_mtrl +com.jaredrummler.android.colorpicker.R$drawable: int abc_ab_share_pack_mtrl_alpha +com.google.android.material.R$dimen: int abc_action_bar_default_padding_start_material +okhttp3.internal.Util: java.util.List immutableList(java.util.List) +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getStatusBarThemePackageName() +cyanogenmod.providers.CMSettings$NameValueCache: java.lang.String NAME_EQ_PLACEHOLDER +wangdaye.com.geometricweather.R$id: int widget_day_week_center +com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemTextColor(android.content.res.ColorStateList) +james.adaptiveicon.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha +com.google.android.material.R$dimen: int mtrl_tooltip_minHeight +cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_LOW_POWER +james.adaptiveicon.R$style: int Base_V21_Theme_AppCompat_Dialog +retrofit2.adapter.rxjava2.BodyObservable +cyanogenmod.app.ICMStatusBarManager$Stub: int TRANSACTION_unregisterListener +androidx.appcompat.R$id: int accessibility_custom_action_2 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX getBrandInfo() +androidx.appcompat.R$attr: int actionOverflowButtonStyle +cyanogenmod.weather.WeatherLocation: java.lang.String access$202(cyanogenmod.weather.WeatherLocation,java.lang.String) +androidx.preference.R$styleable: int AppCompatTheme_searchViewStyle +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: boolean cancelled +wangdaye.com.geometricweather.R$id: int search_mag_icon +com.google.android.material.R$id: int decelerateAndComplete +cyanogenmod.weather.WeatherInfo$DayForecast: void writeToParcel(android.os.Parcel,int) +android.didikee.donate.R$anim: int abc_popup_exit +androidx.preference.R$styleable: int DrawerArrowToggle_thickness +android.didikee.donate.R$attr: int panelMenuListWidth +retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$1: KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$1(retrofit2.Call) +androidx.viewpager.widget.ViewPager$SavedState +com.google.android.material.tabs.TabLayout: void setTabRippleColor(android.content.res.ColorStateList) +com.xw.repo.bubbleseekbar.R$style: int Base_V23_Theme_AppCompat_Light +cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_GET_GLOBAL +androidx.legacy.coreutils.R$styleable: int GradientColor_android_centerX +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Subtitle2 +wangdaye.com.geometricweather.R$drawable: int weather_haze_2 +androidx.fragment.R$styleable +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_android_insetTop +com.google.android.material.internal.CheckableImageButton: CheckableImageButton(android.content.Context) +com.google.android.material.R$id: int customPanel +io.reactivex.internal.util.HashMapSupplier: io.reactivex.internal.util.HashMapSupplier[] values() +androidx.preference.R$attr: int collapseContentDescription +org.greenrobot.greendao.AbstractDao: java.util.List queryRaw(java.lang.String,java.lang.String[]) +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: java.lang.Object NEXT_WINDOW +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setTrimPathStart(float) +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_1_normal +okio.Base64: java.lang.String encode(byte[],byte[]) +com.google.android.material.R$integer: int hide_password_duration +androidx.appcompat.widget.SwitchCompat: void setTrackResource(int) +androidx.constraintlayout.widget.R$styleable: int[] AppCompatSeekBar +okhttp3.internal.http2.Header: Header(okio.ByteString,okio.ByteString) +okhttp3.logging.LoggingEventListener: void connectFailed(okhttp3.Call,java.net.InetSocketAddress,java.net.Proxy,okhttp3.Protocol,java.io.IOException) +james.adaptiveicon.R$bool +com.xw.repo.bubbleseekbar.R$dimen: int abc_control_inset_material +com.xw.repo.bubbleseekbar.R$attr: int actionOverflowMenuStyle +android.didikee.donate.R$styleable: int MenuItem_android_numericShortcut +okio.AsyncTimeout: void timedOut() +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_translationZ +androidx.appcompat.R$dimen: int abc_control_inset_material +com.google.android.material.textfield.TextInputLayout: void setPlaceholderTextColor(android.content.res.ColorStateList) +androidx.constraintlayout.widget.R$styleable: int GradientColor_android_endColor +okhttp3.internal.io.FileSystem: long size(java.io.File) +com.google.android.material.R$style: int TextAppearance_AppCompat_Display2 +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_13 +android.didikee.donate.R$styleable: int[] RecycleListView +com.xw.repo.bubbleseekbar.R$color: int abc_btn_colored_text_material +wangdaye.com.geometricweather.R$layout: int design_navigation_item_separator +com.google.android.material.chip.Chip: void setChipStrokeColor(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$drawable: int btn_checkbox_checked_to_unchecked_mtrl_animation +com.google.android.material.R$id: int parent +androidx.coordinatorlayout.R$dimen: int notification_top_pad +wangdaye.com.geometricweather.R$styleable: int ShapeableImageView_strokeWidth +androidx.constraintlayout.widget.R$string: int abc_menu_ctrl_shortcut_label +retrofit2.Utils: java.lang.RuntimeException methodError(java.lang.reflect.Method,java.lang.String,java.lang.Object[]) +james.adaptiveicon.R$styleable: int ActionBar_background +androidx.constraintlayout.utils.widget.ImageFilterButton: float getRound() +wangdaye.com.geometricweather.R$string: int feedback_enable_location_information +okhttp3.Cookie$Builder: okhttp3.Cookie$Builder hostOnlyDomain(java.lang.String) +androidx.constraintlayout.widget.ConstraintLayout: int getMinHeight() +androidx.constraintlayout.widget.R$color: int abc_secondary_text_material_dark +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_liftOnScroll +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_24 +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property CityId +android.didikee.donate.R$color: int secondary_text_default_material_dark +androidx.lifecycle.LiveData$1: androidx.lifecycle.LiveData this$0 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX getNames() +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean onMenuOpened(int,android.view.Menu) +wangdaye.com.geometricweather.common.basic.models.weather.UV: int UV_INDEX_HIGH +okhttp3.Cookie +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX: void setBrands(java.util.List) +androidx.lifecycle.SavedStateHandleController: androidx.lifecycle.SavedStateHandle getHandle() +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceSubtitle1 +com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_item_horizontal_padding +com.google.android.material.R$color: int material_on_surface_emphasis_medium +android.didikee.donate.R$attr: int imageButtonStyle +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List xiche +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_22 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: java.lang.String getValue() +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_creator +com.google.android.material.R$attr: int titleEnabled +androidx.lifecycle.ProcessLifecycleOwner: void dispatchPauseIfNeeded() +wangdaye.com.geometricweather.R$string: int feedback_resident_location_description +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.String TABLENAME +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth +com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: $Gson$Types$GenericArrayTypeImpl(java.lang.reflect.Type) +androidx.transition.R$id: int info +androidx.preference.R$styleable: int LinearLayoutCompat_Layout_android_layout_height +androidx.constraintlayout.widget.R$id: int group_divider +androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_fontWeight +androidx.hilt.R$id: int accessibility_custom_action_24 +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: boolean registerChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) +androidx.constraintlayout.widget.R$dimen: int abc_dialog_padding_top_material +retrofit2.converter.gson.GsonResponseBodyConverter: GsonResponseBodyConverter(com.google.gson.Gson,com.google.gson.TypeAdapter) +androidx.appcompat.R$dimen: int notification_subtext_size +androidx.multidex.MultiDexExtractor$ExtractedDex +cyanogenmod.providers.CMSettings$System: boolean isLegacySetting(java.lang.String) +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: int getSupportedFeatures() +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: ObservableWindowBoundarySupplier$WindowBoundaryMainObserver(io.reactivex.Observer,int,java.util.concurrent.Callable) +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleGravity +com.google.android.material.R$attr: int contentInsetEndWithActions +com.xw.repo.bubbleseekbar.R$styleable: int ActionMode_height +androidx.constraintlayout.widget.R$attr: int progressBarStyle +wangdaye.com.geometricweather.R$id: int item_weather_daily_air_title +okhttp3.Cache: long maxSize() +androidx.constraintlayout.motion.widget.MotionLayout: void setScene(androidx.constraintlayout.motion.widget.MotionScene) +androidx.preference.R$drawable: int abc_ic_star_black_36dp +androidx.coordinatorlayout.R$dimen: int notification_large_icon_width +com.google.gson.stream.JsonReader: int NUMBER_CHAR_EXP_E +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintEnd_toEndOf +android.didikee.donate.R$dimen: int abc_select_dialog_padding_start_material +com.google.android.material.R$style: int Widget_Design_TextInputEditText +okhttp3.MultipartBody$Builder +com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_MinWidth +cyanogenmod.app.ProfileGroup: java.util.UUID mUuid +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: Precipitation(java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float) +com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: boolean equals(java.lang.Object) +okhttp3.ResponseBody: java.io.Reader charStream() +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void onComplete() +com.google.android.material.slider.Slider: void setThumbStrokeWidth(float) +android.didikee.donate.R$styleable: int Toolbar_titleTextAppearance +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionDropDownStyle +com.jaredrummler.android.colorpicker.R$drawable: int abc_text_select_handle_middle_mtrl_dark +com.google.android.material.R$style: int TextAppearance_AppCompat_Display3 +com.google.android.material.R$style: int Base_V7_Theme_AppCompat_Light_Dialog +com.google.android.material.R$dimen: int mtrl_slider_label_square_side +androidx.cardview.widget.CardView +com.turingtechnologies.materialscrollbar.R$attr: int listPreferredItemHeightLarge +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean +com.google.android.material.R$drawable: int abc_list_selector_holo_dark +androidx.customview.R$styleable: int GradientColor_android_centerX +james.adaptiveicon.R$attr: int iconifiedByDefault +io.reactivex.Observable: io.reactivex.Observable concat(java.lang.Iterable) +io.reactivex.internal.subscriptions.BasicIntQueueSubscription: boolean offer(java.lang.Object) +com.google.android.material.appbar.CollapsingToolbarLayout: android.graphics.drawable.Drawable getStatusBarScrim() +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: java.lang.String country +wangdaye.com.geometricweather.R$string: int settings_title_distance_unit +com.google.android.material.R$styleable: int MenuItem_actionViewClass +androidx.hilt.lifecycle.R$id: int info +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse +retrofit2.Response: boolean isSuccessful() +com.jaredrummler.android.colorpicker.R$styleable: int ColorStateListItem_alpha +cyanogenmod.app.CustomTile$ExpandedStyle: int getStyle() +wangdaye.com.geometricweather.R$array: int week_widget_styles +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_paddingRight +android.support.v4.app.RemoteActionCompatParcelizer +androidx.vectordrawable.R$styleable: int[] ColorStateListItem +wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String getDescription() +androidx.appcompat.R$attr: int lineHeight james.adaptiveicon.R$color: int background_floating_material_light -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeThunderstormPrecipitationDuration -androidx.constraintlayout.widget.R$attr: int actionMenuTextColor -com.github.rahatarmanahmed.cpv.BuildConfig: int VERSION_CODE -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_MULTIPLE_LEDS_ENABLE -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay CARD_ALLERGEN -com.google.android.material.slider.Slider: android.content.res.ColorStateList getTickInactiveTintList() -cyanogenmod.app.Profile: void setNotificationLightMode(int) -androidx.preference.R$dimen: int abc_action_bar_icon_vertical_padding_material -com.xw.repo.bubbleseekbar.R$color: int abc_primary_text_disable_only_material_light -androidx.constraintlayout.widget.R$id: int search_voice_btn -io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: java.lang.Object lpValue() -cyanogenmod.weather.WeatherInfo: double mTemperature -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day -com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_padding_material -okhttp3.internal.tls.BasicTrustRootIndex: boolean equals(java.lang.Object) -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog -androidx.appcompat.R$anim: int abc_popup_exit -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: java.lang.String value -okhttp3.Dispatcher: java.util.List runningCalls() -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_content_inset_with_nav -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemTextAppearance -androidx.constraintlayout.widget.R$id: int decelerate -androidx.preference.R$styleable: int RecycleListView_paddingBottomNoButtons -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: void setDatetime(java.lang.String) -androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_font -androidx.constraintlayout.widget.R$styleable: int Constraint_pathMotionArc -com.google.android.material.R$attr: int pivotAnchor -com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_centerColor -com.turingtechnologies.materialscrollbar.R$attr: int borderlessButtonStyle -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWindChillTemperature(java.lang.Integer) -androidx.viewpager2.R$styleable: int RecyclerView_android_orientation -okhttp3.internal.platform.Platform: java.lang.Object readFieldOrNull(java.lang.Object,java.lang.Class,java.lang.String) -okhttp3.OkHttpClient: java.util.List protocols() -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void drain() -com.bumptech.glide.R$styleable: int FontFamilyFont_font -wangdaye.com.geometricweather.R$id: int widget_week_weather -androidx.appcompat.R$style: int Widget_AppCompat_Spinner_DropDown -wangdaye.com.geometricweather.R$drawable: int notif_temp_54 -io.reactivex.Observable: io.reactivex.Completable concatMapCompletable(io.reactivex.functions.Function) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: AccuDailyResult$Headline() -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) -com.google.android.material.R$id: int tag_screen_reader_focusable -androidx.vectordrawable.R$styleable: int ColorStateListItem_android_color -androidx.constraintlayout.widget.R$drawable: int notification_bg_normal_pressed -wangdaye.com.geometricweather.R$dimen: int mtrl_card_checked_icon_margin -okhttp3.internal.http1.Http1Codec: void detachTimeout(okio.ForwardingTimeout) -com.xw.repo.bubbleseekbar.R$dimen: int abc_button_inset_vertical_material -cyanogenmod.hardware.CMHardwareManager: CMHardwareManager(android.content.Context) -cyanogenmod.weather.ICMWeatherManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: void enqueueLiveLockScreen(java.lang.String,int,cyanogenmod.app.LiveLockScreenInfo,int[],int) -androidx.hilt.lifecycle.R$anim: int fragment_close_exit -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: long serialVersionUID -androidx.appcompat.R$style: int TextAppearance_AppCompat_Menu -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String nighttimeWindLevel -wangdaye.com.geometricweather.R$string: int material_timepicker_minute -androidx.fragment.R$styleable: int FragmentContainerView_android_name -wangdaye.com.geometricweather.R$attr: int actionBarSplitStyle -androidx.appcompat.R$layout: int select_dialog_multichoice_material -com.turingtechnologies.materialscrollbar.R$id: int action_bar_title -okhttp3.internal.cache.DiskLruCache$3: okhttp3.internal.cache.DiskLruCache$Snapshot nextSnapshot -james.adaptiveicon.R$layout: int abc_action_mode_bar -wangdaye.com.geometricweather.R$integer: int cpv_default_start_angle -androidx.appcompat.widget.ListPopupWindow: void setOnItemSelectedListener(android.widget.AdapterView$OnItemSelectedListener) -wangdaye.com.geometricweather.R$style: int ShapeAppearance_MaterialComponents_SmallComponent -com.google.android.material.R$id: int checkbox -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_controlBackground -cyanogenmod.weather.WeatherInfo$DayForecast$1: cyanogenmod.weather.WeatherInfo$DayForecast createFromParcel(android.os.Parcel) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintBaseline_creator -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintBaseline_creator -james.adaptiveicon.R$layout: int abc_list_menu_item_layout -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_DrawerArrowToggle -androidx.constraintlayout.widget.R$styleable: int Toolbar_navigationContentDescription -androidx.appcompat.resources.R$id: int accessibility_custom_action_3 -wangdaye.com.geometricweather.R$attr: int rv_side -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: boolean isDisposed() -wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_android_maxWidth -io.reactivex.internal.observers.InnerQueuedObserver: InnerQueuedObserver(io.reactivex.internal.observers.InnerQueuedObserverSupport,int) -com.google.android.material.R$attr: int colorControlActivated -com.xw.repo.bubbleseekbar.R$attr: int bsb_thumb_text_size -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Speed: int UnitType -io.reactivex.internal.schedulers.AbstractDirectTask: java.lang.Thread runner -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Speed -com.xw.repo.bubbleseekbar.R$color: int material_grey_600 -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int CLOUDY -cyanogenmod.externalviews.KeyguardExternalView$4 -wangdaye.com.geometricweather.R$attr: int materialAlertDialogTitlePanelStyle -okhttp3.logging.LoggingEventListener: void dnsStart(okhttp3.Call,java.lang.String) -okhttp3.OkHttpClient$Builder: OkHttpClient$Builder() -androidx.constraintlayout.widget.R$id: int custom -androidx.constraintlayout.widget.R$styleable: int ImageFilterView_saturation -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: int prefetch -io.reactivex.internal.util.NotificationLite$DisposableNotification: java.lang.String toString() -wangdaye.com.geometricweather.R$drawable: int tooltip_frame_dark -cyanogenmod.alarmclock.ClockContract$AlarmsColumns: java.lang.String MINUTES -com.turingtechnologies.materialscrollbar.R$styleable: int Snackbar_snackbarTextViewStyle -cyanogenmod.app.BaseLiveLockManagerService$1: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: boolean isDisposed() -com.xw.repo.bubbleseekbar.R$style: int Animation_AppCompat_DropDownUp -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_RatingBar -cyanogenmod.profiles.StreamSettings: int mValue -wangdaye.com.geometricweather.R$style: int TestStyleWithThemeLineHeightAttribute +androidx.recyclerview.widget.LinearLayoutManager +com.xw.repo.bubbleseekbar.R$drawable: R$drawable() +androidx.lifecycle.extensions.R$integer: R$integer() +androidx.constraintlayout.widget.R$styleable: int OnSwipe_touchAnchorSide +com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_list_padding_bottom_no_buttons +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeTotalPrecipitation() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void fail(java.lang.Throwable,io.reactivex.Observer,io.reactivex.internal.queue.SpscLinkedArrayQueue) +io.reactivex.internal.functions.Functions$HashSetCallable: io.reactivex.internal.functions.Functions$HashSetCallable valueOf(java.lang.String) +androidx.preference.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog +com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents +com.google.android.material.R$styleable: int FontFamily_fontProviderCerts +androidx.hilt.R$dimen: R$dimen() +okhttp3.ConnectionPool: long cleanup(long) +com.turingtechnologies.materialscrollbar.R$attr: int colorBackgroundFloating +com.github.rahatarmanahmed.cpv.CircularProgressView$2: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 +androidx.recyclerview.R$dimen: int notification_right_icon_size +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice advice +androidx.preference.R$styleable: int PopupWindowBackgroundState_state_above_anchor +wangdaye.com.geometricweather.R$id: int CTRL +com.jaredrummler.android.colorpicker.R$color: int material_deep_teal_500 +okhttp3.internal.http.RealInterceptorChain: okhttp3.Interceptor$Chain withConnectTimeout(int,java.util.concurrent.TimeUnit) +cyanogenmod.app.ILiveLockScreenChangeListener$Stub$Proxy: android.os.IBinder mRemote +wangdaye.com.geometricweather.R$id: int transitionToEnd +androidx.customview.R$attr: int fontProviderPackage +okhttp3.CacheControl: int maxAgeSeconds() +cyanogenmod.weather.WeatherLocation: java.lang.String mCity +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: AccuMinuteResult$SummaryBean() +com.google.android.material.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title +wangdaye.com.geometricweather.R$drawable: int abc_list_selector_background_transition_holo_light +wangdaye.com.geometricweather.R$id: int alerts +james.adaptiveicon.R$attr: int windowNoTitle +android.didikee.donate.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge +wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: java.lang.String admin2 +retrofit2.Retrofit: okhttp3.HttpUrl baseUrl() +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceSearchResultSubtitle +com.google.android.material.R$layout: int test_action_chip +com.google.android.material.R$attr: int overlay +androidx.lifecycle.ServiceLifecycleDispatcher: void postDispatchRunnable(androidx.lifecycle.Lifecycle$Event) +com.google.android.material.R$drawable: int btn_radio_off_mtrl +com.turingtechnologies.materialscrollbar.R$attr: int tabUnboundedRipple +androidx.constraintlayout.widget.R$style: int Base_DialogWindowTitleBackground_AppCompat +com.turingtechnologies.materialscrollbar.R$id: int visible +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox +james.adaptiveicon.R$styleable: int AppCompatTextView_drawableTintMode +androidx.preference.R$style: int PreferenceThemeOverlay_v14_Material +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_endIconTint +wangdaye.com.geometricweather.R$dimen: int mtrl_high_ripple_default_alpha +james.adaptiveicon.R$attr: int buttonStyle +wangdaye.com.geometricweather.R$dimen: int design_snackbar_min_width +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_activityChooserViewStyle +io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: boolean isDisposed() +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_subtitle +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item +androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_marginTop +com.google.android.material.R$styleable: int ChipGroup_chipSpacingHorizontal +okhttp3.HttpUrl: java.lang.String PATH_SEGMENT_ENCODE_SET_URI +okhttp3.internal.http2.Http2Connection$PingRunnable: boolean reply +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: int WeatherIcon +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast: long serialVersionUID +cyanogenmod.providers.CMSettings$System: java.lang.String SYS_PROP_CM_SETTING_VERSION +wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView +retrofit2.adapter.rxjava2.CallExecuteObservable: void subscribeActual(io.reactivex.Observer) +wangdaye.com.geometricweather.R$drawable: int notif_temp_30 +android.didikee.donate.R$dimen: int abc_text_size_large_material +okhttp3.internal.io.FileSystem: okio.Sink appendingSink(java.io.File) +cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_COLOR_ENHANCE +com.google.android.material.appbar.AppBarLayout: void addOnOffsetChangedListener(com.google.android.material.appbar.AppBarLayout$BaseOnOffsetChangedListener) +androidx.constraintlayout.widget.R$styleable: int[] PropertySet +androidx.loader.R$dimen: int notification_large_icon_height +androidx.appcompat.R$style: int Widget_AppCompat_Light_ListPopupWindow +com.turingtechnologies.materialscrollbar.R$layout: int design_bottom_navigation_item +com.turingtechnologies.materialscrollbar.R$dimen: int compat_button_padding_horizontal_material +androidx.work.R$id: int right_icon +okio.SegmentedByteString: void write(okio.Buffer) +okhttp3.Connection: okhttp3.Handshake handshake() +com.jaredrummler.android.colorpicker.R$attr: int displayOptions +okhttp3.internal.cache.DiskLruCache: boolean remove(java.lang.String) +android.didikee.donate.R$styleable: int AppCompatTheme_windowFixedHeightMajor +wangdaye.com.geometricweather.R$string: int feedback_hide_subtitle +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void updateVisibility() +cyanogenmod.app.ThemeVersion$ComponentVersion: java.lang.String name +wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.Object readKey(android.database.Cursor,int) +androidx.preference.R$attr: int actionModeSplitBackground +androidx.preference.R$style: int PreferenceFragment +androidx.preference.R$color: int abc_background_cache_hint_selector_material_light +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber +james.adaptiveicon.R$dimen: int abc_action_bar_stacked_tab_max_width +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_AES_128_CCM_SHA256 +wangdaye.com.geometricweather.R$id: int widget_week +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Metric +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_titleEnabled +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String _ID +com.bumptech.glide.request.RequestCoordinator$RequestState: boolean isComplete() +okhttp3.internal.http2.Http2Codec: java.util.List HTTP_2_SKIPPED_RESPONSE_HEADERS +android.didikee.donate.R$attr: int multiChoiceItemLayout +wangdaye.com.geometricweather.remoteviews.config.HourlyTrendWidgetConfigActivity +androidx.appcompat.R$id: int accessibility_custom_action_30 +com.google.android.material.slider.BaseSlider: BaseSlider(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2 +wangdaye.com.geometricweather.R$animator: int search_container_in +androidx.appcompat.widget.LinearLayoutCompat: void setWeightSum(float) +wangdaye.com.geometricweather.R$id: int dialog_running_in_background_o_setNotificationGroupBtn +androidx.appcompat.R$styleable: int AppCompatTheme_colorControlHighlight +io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver +james.adaptiveicon.R$color: int dim_foreground_disabled_material_light +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_transformPivotX +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listDividerAlertDialog +com.xw.repo.bubbleseekbar.R$styleable: int ViewStubCompat_android_inflatedId +androidx.appcompat.R$dimen: int notification_right_side_padding_top +james.adaptiveicon.R$styleable: int AppCompatTheme_popupMenuStyle +com.jaredrummler.android.colorpicker.R$string: int cpv_presets +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult: java.lang.String Link +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_DarkActionBar_Bridge +com.google.android.material.R$color: int design_snackbar_background_color +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse +wangdaye.com.geometricweather.db.entities.LocationEntity: void setFormattedId(java.lang.String) +james.adaptiveicon.R$attr: int drawerArrowStyle +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Menu +com.google.android.material.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog +okhttp3.internal.http1.Http1Codec: okio.Sink newFixedLengthSink(long) +io.reactivex.Observable: io.reactivex.Observable buffer(int,java.util.concurrent.Callable) +androidx.hilt.lifecycle.R$style: int Widget_Compat_NotificationActionContainer +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription(org.reactivestreams.Subscriber,androidx.lifecycle.LifecycleOwner,androidx.lifecycle.LiveData) +wangdaye.com.geometricweather.R$attr: int colorOnSecondary +com.google.android.material.button.MaterialButton: int getInsetBottom() +com.turingtechnologies.materialscrollbar.R$attr: int thumbTextPadding +io.reactivex.Observable: io.reactivex.Observable skipLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean,int) +retrofit2.adapter.rxjava2.Result: retrofit2.Response response +cyanogenmod.app.LiveLockScreenInfo$1: java.lang.Object[] newArray(int) +wangdaye.com.geometricweather.R$bool: R$bool() +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.Precipitation precipitation +com.google.android.material.R$id: int position +androidx.preference.R$style: int Base_Widget_AppCompat_SearchView_ActionBar +androidx.lifecycle.extensions.R$styleable: int GradientColorItem_android_offset +james.adaptiveicon.R$attr: int alertDialogStyle +com.jaredrummler.android.colorpicker.R$layout: int preference_dropdown_material +androidx.recyclerview.widget.RecyclerView: void setAccessibilityDelegateCompat(androidx.recyclerview.widget.RecyclerViewAccessibilityDelegate) +com.github.rahatarmanahmed.cpv.CircularProgressView$5: void onAnimationCancel(android.animation.Animator) +wangdaye.com.geometricweather.R$layout: int notification_base_big +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: void onNext(java.lang.Object) +androidx.drawerlayout.R$id: int tag_unhandled_key_event_manager +com.google.android.material.navigation.NavigationView +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHeight_max +okio.Pipe: okio.Sink sink() +androidx.legacy.coreutils.R$id: int action_container +com.jaredrummler.android.colorpicker.R$layout: int cpv_dialog_color_picker +androidx.loader.R$layout: int notification_template_part_chronometer +okhttp3.internal.http2.Http2Reader$ContinuationSource: int left +cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_getDefaultLiveLockScreen +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.disposables.Disposable upstream +com.google.android.material.R$id: int select_dialog_listview +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +okhttp3.internal.cache.InternalCache: void trackConditionalCacheHit() +cyanogenmod.providers.CMSettings$DelimitedListValidator: boolean mAllowEmptyList +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX() +james.adaptiveicon.R$styleable: int PopupWindowBackgroundState_state_above_anchor +wangdaye.com.geometricweather.R$color: int secondary_text_default_material_light +cyanogenmod.profiles.BrightnessSettings: void readFromParcel(android.os.Parcel) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility: AccuCurrentResult$Visibility() +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: boolean isDisposed() +androidx.hilt.R$attr: int fontStyle +androidx.activity.R$id: int notification_main_column_container +com.google.android.material.R$dimen: int tooltip_horizontal_padding +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox +com.jaredrummler.android.colorpicker.R$attr: int textAppearanceListItem +androidx.constraintlayout.widget.R$attr: int fontProviderCerts +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void drainAndDispose() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial: int UnitType +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_selectableItemBackground +cyanogenmod.weather.CMWeatherManager: java.util.Map access$200(cyanogenmod.weather.CMWeatherManager) +com.turingtechnologies.materialscrollbar.R$styleable: int View_paddingEnd +cyanogenmod.platform.Manifest$permission: java.lang.String READ_ALARMS +okhttp3.TlsVersion +io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: MpscLinkedQueue$LinkedQueueNode(java.lang.Object) +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceCategoryTitleTextAppearance +com.github.rahatarmanahmed.cpv.CircularProgressView$3: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 +androidx.appcompat.R$id: int icon_group +androidx.appcompat.R$drawable: int abc_ab_share_pack_mtrl_alpha +james.adaptiveicon.R$style: int Widget_AppCompat_SeekBar +cyanogenmod.weather.CMWeatherManager$RequestStatus: CMWeatherManager$RequestStatus() +androidx.preference.R$styleable: int AppCompatTheme_colorControlNormal +wangdaye.com.geometricweather.db.entities.AlertEntity: void setDate(java.util.Date) +wangdaye.com.geometricweather.R$attr: int yearStyle +wangdaye.com.geometricweather.R$id: int item_details_title +androidx.appcompat.widget.AppCompatTextView: android.view.textclassifier.TextClassifier getTextClassifier() +cyanogenmod.app.CMTelephonyManager: void setSubState(int,boolean) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Imperial Imperial +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner +james.adaptiveicon.R$attr: int dialogTheme +cyanogenmod.providers.CMSettings$Secure$1: boolean validate(java.lang.String) +androidx.appcompat.R$attr: int subtitleTextColor +androidx.appcompat.R$color: int abc_background_cache_hint_selector_material_dark +james.adaptiveicon.R$attr: int maxButtonHeight +androidx.constraintlayout.widget.R$color: int bright_foreground_material_light +cyanogenmod.providers.CMSettings$Secure: java.lang.String QS_LOCATION_ADVANCED +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getSo2Desc() +wangdaye.com.geometricweather.R$attr: int colorOnPrimary +wangdaye.com.geometricweather.R$string: int life_details +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: java.lang.String getValue() +cyanogenmod.themes.ThemeManager$1 +wangdaye.com.geometricweather.common.basic.models.weather.Daily: boolean isToday(java.util.TimeZone) +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: io.reactivex.CompletableObserver downstream +com.google.android.material.R$styleable: int TextInputLayout_boxCornerRadiusTopStart +okio.RealBufferedSource: int readInt() +com.turingtechnologies.materialscrollbar.R$dimen: int hint_pressed_alpha_material_light +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_android_windowIsFloating +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_fontVariationSettings +wangdaye.com.geometricweather.R$drawable: int notif_temp_104 +com.jaredrummler.android.colorpicker.R$styleable: int[] AppCompatImageView +okio.InflaterSource: boolean refill() +androidx.preference.R$style: int Base_V7_Theme_AppCompat +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColorItem_android_offset +androidx.vectordrawable.animated.R$string +androidx.preference.R$attr: int allowDividerAfterLastItem +com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_maxProgress +wangdaye.com.geometricweather.R$string: int key_widget_config +okhttp3.internal.ws.WebSocketWriter: void writePing(okio.ByteString) +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintWidth_min +wangdaye.com.geometricweather.R$color: int abc_primary_text_disable_only_material_dark +okhttp3.internal.Util$2: boolean val$daemon +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: java.lang.String getUnitId() +androidx.constraintlayout.widget.R$styleable: int[] ListPopupWindow +androidx.preference.R$styleable: int AppCompatTheme_popupWindowStyle +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VectorDrawableDelegateState +androidx.fragment.R$id: int right_side +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean +okhttp3.CertificatePinner$Pin: boolean matches(java.lang.String) +wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_shadow_height +androidx.preference.R$styleable: int[] GradientColorItem +wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card +androidx.appcompat.R$id: int forever +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarPopupTheme +com.google.android.material.R$styleable: int MaterialButton_android_insetTop +cyanogenmod.app.CustomTile$ExpandedItem: void internalSetItemDrawable(int) +androidx.vectordrawable.R$id: int accessibility_custom_action_4 +wangdaye.com.geometricweather.R$layout: int item_about_translator +wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: java.lang.String description +wangdaye.com.geometricweather.R$id: int cpv_preference_preview_color_panel +com.google.android.material.textfield.TextInputLayout: void setPlaceholderText(java.lang.CharSequence) +androidx.lifecycle.FullLifecycleObserver: void onCreate(androidx.lifecycle.LifecycleOwner) +com.google.android.material.textview.MaterialTextView: MaterialTextView(android.content.Context) +cyanogenmod.themes.ThemeManager$ThemeChangeListener: void onProgress(int) +com.google.gson.stream.JsonScope: int NONEMPTY_DOCUMENT +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void dispose() +androidx.appcompat.resources.R$drawable: int notification_template_icon_bg +cyanogenmod.app.Profile$LockMode: int DISABLE +androidx.preference.R$attr: R$attr() +android.didikee.donate.R$dimen: int abc_dialog_min_width_major +wangdaye.com.geometricweather.R$id: int wrap_content wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_borderlessButtonStyle -io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: SingleToObservable$SingleToObservableObserver(io.reactivex.Observer) -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxBackgroundMode -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeSnowPrecipitation() -androidx.appcompat.R$styleable: int AppCompatTextView_android_textAppearance -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: java.lang.String MobileLink -com.bumptech.glide.integration.okhttp.R$dimen: int notification_action_icon_size -okhttp3.internal.cache.FaultHidingSink: FaultHidingSink(okio.Sink) -com.google.android.material.R$styleable: int KeyTimeCycle_waveDecay -cyanogenmod.profiles.BrightnessSettings: void writeToParcel(android.os.Parcel,int) -androidx.preference.R$dimen: int preference_seekbar_padding_horizontal -android.didikee.donate.R$color -okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder maxAge(int,java.util.concurrent.TimeUnit) -android.didikee.donate.R$attr: int title -androidx.legacy.coreutils.R$attr: int fontProviderCerts -com.google.android.material.slider.Slider: float getValueFrom() -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) -android.didikee.donate.R$styleable: int AppCompatTextView_firstBaselineToTopHeight -androidx.constraintlayout.widget.R$id: int action_menu_divider -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Metric: AccuLocationResult$GeoPosition$Elevation$Metric() -okhttp3.RequestBody$2: int val$byteCount -android.didikee.donate.R$styleable: int DrawerArrowToggle_drawableSize -wangdaye.com.geometricweather.R$id: int text_input_error_icon -androidx.hilt.lifecycle.R$styleable: int FontFamily_fontProviderCerts -androidx.hilt.work.R$drawable: int notification_bg_low_normal -okhttp3.internal.http2.Http2: byte TYPE_PUSH_PROMISE -androidx.lifecycle.ProcessLifecycleOwner: void activityPaused() -wangdaye.com.geometricweather.db.entities.LocationEntity: void setProvince(java.lang.String) -com.xw.repo.bubbleseekbar.R$id: int expanded_menu -androidx.appcompat.R$attr: int listPreferredItemPaddingEnd -com.google.gson.internal.LinkedTreeMap: int size() -cyanogenmod.app.CustomTile: android.app.PendingIntent onLongClick -android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd -io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeIcePrecipitation -james.adaptiveicon.R$styleable -com.xw.repo.bubbleseekbar.R$styleable: int[] ViewBackgroundHelper -com.google.android.material.R$id: int normal -io.reactivex.internal.util.HashMapSupplier -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_horizontalGap -cyanogenmod.externalviews.KeyguardExternalView$3: int val$y -okhttp3.internal.platform.ConscryptPlatform: ConscryptPlatform() -wangdaye.com.geometricweather.R$attr: int counterOverflowTextColor -wangdaye.com.geometricweather.R$drawable: int mtrl_ic_arrow_drop_down -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_PopupMenu -androidx.activity.R$layout: int notification_template_custom_big -androidx.preference.R$dimen: int abc_floating_window_z -androidx.constraintlayout.widget.R$integer: int abc_config_activityDefaultDur -com.google.android.material.R$dimen: int design_navigation_icon_padding -retrofit2.ParameterHandler$QueryName: ParameterHandler$QueryName(retrofit2.Converter,boolean) -androidx.appcompat.widget.AppCompatCheckBox: void setBackgroundResource(int) -com.google.android.material.R$attr: int fontProviderQuery -wangdaye.com.geometricweather.R$string: int action_appStore -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.internal.util.AtomicThrowable errors -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setValue(java.util.List) -androidx.vectordrawable.animated.R$layout: int notification_template_part_time -androidx.preference.R$styleable: int AppCompatTheme_panelMenuListWidth -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: java.lang.String ID -androidx.constraintlayout.widget.R$styleable: int ViewBackgroundHelper_backgroundTint -com.google.android.material.R$styleable: int ConstraintSet_android_scaleY -androidx.preference.R$id: int shortcut -androidx.preference.PreferenceFragmentCompat -com.xw.repo.bubbleseekbar.R$attr: int navigationContentDescription -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderSelection -androidx.customview.R$integer: R$integer() -james.adaptiveicon.R$dimen: int compat_button_padding_horizontal_material -okhttp3.OkHttpClient: java.util.List interceptors -wangdaye.com.geometricweather.R$attr: int contentScrim -com.xw.repo.bubbleseekbar.R$drawable: int abc_dialog_material_background -androidx.viewpager.R$styleable: int FontFamilyFont_android_fontWeight -android.didikee.donate.R$id: int textSpacerNoTitle -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Body1 -okhttp3.HttpUrl: java.lang.String redact() -androidx.appcompat.widget.Toolbar: void setNavigationIcon(android.graphics.drawable.Drawable) -androidx.coordinatorlayout.R$attr: int layout_keyline -wangdaye.com.geometricweather.R$dimen: int mtrl_tooltip_arrowSize -wangdaye.com.geometricweather.R$attr: int materialCalendarFullscreenTheme -wangdaye.com.geometricweather.R$layout: int activity_main -retrofit2.adapter.rxjava2.Result: java.lang.Throwable error() -cyanogenmod.providers.CMSettings$Secure: int getIntForUser(android.content.ContentResolver,java.lang.String,int) -cyanogenmod.app.IProfileManager$Stub$Proxy: boolean isEnabled() -com.google.android.material.R$attr: int textColorSearchUrl -androidx.appcompat.R$attr: int actionModeCloseDrawable -com.google.android.material.card.MaterialCardView: void setShapeAppearanceModel(com.google.android.material.shape.ShapeAppearanceModel) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NAVIGATION_BAR_MENU_ARROW_KEYS_VALIDATOR -cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy -android.support.v4.os.ResultReceiver$MyResultReceiver -androidx.preference.R$dimen: int abc_text_size_subtitle_material_toolbar -wangdaye.com.geometricweather.R$id: int unchecked -wangdaye.com.geometricweather.R$attr: int chipSpacingVertical -wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme -com.google.android.material.R$attr: int cardUseCompatPadding -androidx.appcompat.R$id: int tag_accessibility_actions -wangdaye.com.geometricweather.R$drawable: int weather_clear_day_2 -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Spinner_Underlined -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceHeadline2 -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningMaxCountItems: int colorId -wangdaye.com.geometricweather.R$string: int cpv_custom -com.google.android.material.R$attr: int maxLines -com.google.android.material.R$dimen: int notification_main_column_padding_top -androidx.preference.R$attr: int progressBarPadding -androidx.preference.R$styleable: int CheckBoxPreference_android_disableDependentsState -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_toLeftOf -okhttp3.RealCall: java.lang.Object clone() -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_PopupWindow -androidx.preference.R$dimen: int compat_notification_large_icon_max_width -com.jaredrummler.android.colorpicker.R$color: int accent_material_light -com.jaredrummler.android.colorpicker.R$attr: int actionModeStyle -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: float getTrimPathStart() -com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType GIF -com.google.android.material.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar -okio.ByteString: okio.ByteString substring(int) -androidx.hilt.lifecycle.R$drawable -androidx.work.impl.WorkManagerInitializer: WorkManagerInitializer() -com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_TabView -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintWidth_default -androidx.constraintlayout.widget.R$id: int deltaRelative -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Small_Inverse -okhttp3.internal.http2.Http2Reader$ContinuationSource: int streamId -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Tooltip -com.jaredrummler.android.colorpicker.R$attr: int suggestionRowLayout -wangdaye.com.geometricweather.R$animator: int weather_snow_3 -wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Date -com.google.android.material.slider.Slider: void setValue(float) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial Imperial -com.google.gson.stream.JsonReader: int NUMBER_CHAR_EXP_SIGN -okio.BufferedSink: okio.BufferedSink write(okio.Source,long) -androidx.constraintlayout.widget.R$attr: int actionModeSelectAllDrawable -io.reactivex.internal.schedulers.ScheduledRunnable: java.lang.Object ASYNC_DISPOSED -com.google.android.material.circularreveal.CircularRevealGridLayout: android.graphics.drawable.Drawable getCircularRevealOverlayDrawable() -wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customPixelDimension -androidx.preference.R$styleable: int AppCompatTextView_firstBaselineToTopHeight -androidx.appcompat.R$interpolator: int btn_radio_to_off_mtrl_animation_interpolator_0 -okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.PushObserver pushObserver -com.bumptech.glide.integration.okhttp.R$styleable: int[] FontFamilyFont -androidx.lifecycle.ViewModelProvider -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: int SourceId -androidx.preference.R$id: int accessibility_custom_action_19 -androidx.viewpager.R$styleable: int GradientColor_android_gradientRadius -androidx.preference.R$style: int TextAppearance_Compat_Notification_Info -retrofit2.ParameterHandler$RawPart: void apply(retrofit2.RequestBuilder,java.lang.Object) -com.google.android.material.internal.NavigationMenuItemView: void setTitle(java.lang.CharSequence) -com.google.android.material.datepicker.DateValidatorPointBackward -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void request(long) -com.turingtechnologies.materialscrollbar.R$dimen: int abc_switch_padding -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat -com.jaredrummler.android.colorpicker.R$id: int default_activity_button -android.didikee.donate.R$drawable: int abc_ratingbar_material -cyanogenmod.app.CMContextConstants: java.lang.String CM_STATUS_BAR_SERVICE -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_93 -androidx.legacy.coreutils.R$dimen: int notification_small_icon_size_as_large -com.turingtechnologies.materialscrollbar.R$attr: int autoSizeMinTextSize -android.didikee.donate.R$dimen: int abc_text_size_button_material -androidx.constraintlayout.widget.R$attr: int actionModePopupWindowStyle -wangdaye.com.geometricweather.R$id: int container_main_sun_moon_sun_icon -cyanogenmod.app.CMContextConstants$Features: java.lang.String STATUSBAR -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub$Proxy -cyanogenmod.app.CustomTile$ExpandedStyle$1: cyanogenmod.app.CustomTile$ExpandedStyle createFromParcel(android.os.Parcel) -androidx.lifecycle.SavedStateHandle: java.lang.Object remove(java.lang.String) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer dewPoint -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem -cyanogenmod.weather.WeatherInfo$1: WeatherInfo$1() -androidx.constraintlayout.widget.R$attr: int layout_goneMarginLeft -com.google.android.material.chip.Chip: android.content.res.ColorStateList getChipIconTint() -androidx.viewpager.R$id: int tag_unhandled_key_event_manager -androidx.vectordrawable.R$id: int accessibility_action_clickable_span -wangdaye.com.geometricweather.R$styleable: int Chip_closeIconVisible -okhttp3.internal.ws.WebSocketProtocol: int B0_FLAG_RSV3 -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_counterOverflowTextColor -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: int limit -androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_Dialog -wangdaye.com.geometricweather.R$styleable: int AppBarLayoutStates_state_collapsed -wangdaye.com.geometricweather.R$color: int tooltip_background_dark -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: io.reactivex.internal.util.AtomicThrowable error -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String BOOTANIMATION_THUMBNAIL -wangdaye.com.geometricweather.search.SearchActivity -wangdaye.com.geometricweather.R$string: int settings_title_week_icon_mode -com.bumptech.glide.R$attr: int layout_behavior -androidx.preference.R$drawable: int abc_btn_radio_material -com.google.android.material.R$dimen: int highlight_alpha_material_dark -androidx.hilt.R$styleable: int FontFamilyFont_android_fontWeight -com.jaredrummler.android.colorpicker.R$dimen: int tooltip_y_offset_non_touch -android.support.v4.os.IResultReceiver$Default -wangdaye.com.geometricweather.R$string: int feedback_click_toggle -android.didikee.donate.R$dimen: int notification_top_pad_large_text -io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: boolean done -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_logo -androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_font -com.google.android.material.floatingactionbutton.FloatingActionButton: void setVisibility(int) -okhttp3.internal.connection.StreamAllocation: java.lang.Object callStackTrace -wangdaye.com.geometricweather.R$id: int activity_widget_config_container -android.didikee.donate.R$styleable: int[] AppCompatSeekBar -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorIconDrawable -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowNoTitle -james.adaptiveicon.R$id: int up -cyanogenmod.providers.CMSettings$InclusiveFloatRangeValidator: float mMin -androidx.appcompat.R$styleable: int AppCompatTheme_dialogTheme -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$3: boolean val$screenOn -com.jaredrummler.android.colorpicker.R$attr: int dividerHorizontal -androidx.constraintlayout.widget.R$styleable: int[] ActionBar -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_endIconTintMode -okhttp3.internal.http.RealInterceptorChain: okhttp3.internal.connection.RealConnection connection -com.google.android.material.R$style: int TextAppearance_AppCompat_Tooltip -cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_isSubActive -io.reactivex.exceptions.CompositeException: java.util.List getExceptions() -retrofit2.Platform: java.lang.Object invokeDefaultMethod(java.lang.reflect.Method,java.lang.Class,java.lang.Object,java.lang.Object[]) -com.google.android.material.R$id: int linear -androidx.vectordrawable.R$id: int actions -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$RainForecast: java.lang.String desc -android.didikee.donate.R$styleable: int ViewStubCompat_android_id -androidx.constraintlayout.widget.R$id: int NO_DEBUG -com.google.android.material.R$dimen: int abc_dialog_list_padding_bottom_no_buttons -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialCalendar -wangdaye.com.geometricweather.R$attr: int lastBaselineToBottomHeight -com.google.android.material.R$style: int Widget_MaterialComponents_ProgressIndicator_Linear_Determinate -retrofit2.Retrofit -wangdaye.com.geometricweather.R$styleable: int Snackbar_snackbarButtonStyle -com.google.android.material.R$styleable: int Toolbar_subtitle -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_navigation_item_horizontal_padding -wangdaye.com.geometricweather.R$color: int design_fab_stroke_end_outer_color -cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_SHOW_BATTERY_PERCENT -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Rain: int UnitType -cyanogenmod.app.Profile: void setName(java.lang.String) -cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: void setServiceClient(cyanogenmod.weatherservice.IWeatherProviderServiceClient) -okio.BufferedSource: okio.ByteString readByteString() -cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent ICON -androidx.appcompat.R$drawable: int abc_tab_indicator_mtrl_alpha -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_margin -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem -wangdaye.com.geometricweather.R$animator: int mtrl_extended_fab_state_list_animator -wangdaye.com.geometricweather.R$string: int feedback_click_again_to_exit -androidx.constraintlayout.widget.R$attr: int elevation -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_analog_light -io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: ObservableReplay$SizeAndTimeBoundReplayBuffer(int,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -androidx.vectordrawable.animated.R$styleable: int FontFamily_fontProviderAuthority -wangdaye.com.geometricweather.R$attr: int iconTintMode -wangdaye.com.geometricweather.R$styleable: int ActionMode_background -androidx.transition.R$dimen: int compat_notification_large_icon_max_width -okio.AsyncTimeout$1: void write(okio.Buffer,long) -wangdaye.com.geometricweather.R$color: int mtrl_filled_background_color -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatSeekBar_tickMarkTint -wangdaye.com.geometricweather.common.basic.models.weather.Alert -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: boolean done -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: boolean mainDone -androidx.appcompat.view.menu.ExpandedMenuView: ExpandedMenuView(android.content.Context,android.util.AttributeSet) -androidx.fragment.R$id: int notification_main_column -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_lastHorizontalBias -androidx.vectordrawable.R$attr: int fontWeight -android.didikee.donate.R$styleable: int AppCompatTheme_dialogPreferredPadding -wangdaye.com.geometricweather.R$id: int widget_week_week_5 -androidx.constraintlayout.widget.R$styleable: int Toolbar_contentInsetStartWithNavigation -com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_Alert_Bridge -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_PopupMenu -com.google.android.material.R$style: int Widget_AppCompat_Button_Borderless -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: double lon -com.xw.repo.bubbleseekbar.R$dimen: int notification_subtext_size -androidx.constraintlayout.widget.R$color -wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: void setBackgroundColorStart(int) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceListItemSmall -android.didikee.donate.R$styleable: int AppCompatTheme_listDividerAlertDialog -androidx.appcompat.widget.AppCompatRadioButton: void setSupportButtonTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$drawable: int abc_ic_search_api_material -androidx.hilt.R$styleable: int Fragment_android_id -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: io.reactivex.Scheduler$Worker worker -okio.AsyncTimeout$1: void close() -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ProgressBar_Horizontal +io.reactivex.disposables.ReferenceDisposable: boolean isDisposed() +androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPostCreated(android.app.Activity,android.os.Bundle) +androidx.preference.R$style: int Base_V28_Theme_AppCompat_Light +com.jaredrummler.android.colorpicker.R$id: int notification_main_column +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorControlNormal +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer degreeDayTemperature +io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: void onNext(java.lang.Object) +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: java.util.concurrent.atomic.AtomicReference upstream +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_WIND_DIRECTION +com.google.android.material.R$style: int Base_Theme_AppCompat +james.adaptiveicon.R$attr: int theme +wangdaye.com.geometricweather.R$attr: int multiChoiceItemLayout +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_fontStyle +androidx.lifecycle.LiveData$ObserverWrapper: boolean mActive +io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: void onError(java.lang.Throwable) +com.google.android.material.R$id: int material_timepicker_edit_text +wangdaye.com.geometricweather.R$styleable: int Transform_android_elevation +androidx.legacy.coreutils.R$dimen: int notification_top_pad +com.turingtechnologies.materialscrollbar.R$id: int submenuarrow +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_horizontalAlign +wangdaye.com.geometricweather.R$attr: int motion_postLayoutCollision +cyanogenmod.app.Profile$ProfileTrigger +com.turingtechnologies.materialscrollbar.R$id: int search_button +io.reactivex.observers.TestObserver$EmptyObserver: io.reactivex.observers.TestObserver$EmptyObserver INSTANCE +wangdaye.com.geometricweather.R$styleable: int Toolbar_titleMarginEnd +cyanogenmod.app.CustomTile$ExpandedStyle: void writeToParcel(android.os.Parcel,int) +cyanogenmod.hardware.CMHardwareManager: int getSupportedFeatures() +wangdaye.com.geometricweather.R$string: int wind_9 +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xdtd +androidx.appcompat.view.menu.MenuPopupHelper: void setOnDismissListener(android.widget.PopupWindow$OnDismissListener) +james.adaptiveicon.R$styleable: int AppCompatTheme_toolbarStyle +androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_color +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TabLayout +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DialogWhenLarge +androidx.lifecycle.LifecycleRegistry$1: int[] $SwitchMap$androidx$lifecycle$Lifecycle$State +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void drain() +androidx.loader.R$layout: int notification_template_part_time +wangdaye.com.geometricweather.R$attr: int fragment +com.google.android.material.R$color: int mtrl_tabs_icon_color_selector +wangdaye.com.geometricweather.R$attr: int behavior_hideable +okio.Okio$2: long read(okio.Buffer,long) +com.google.android.material.R$styleable: int[] MaterialCardView +wangdaye.com.geometricweather.R$layout: int abc_dialog_title_material +androidx.viewpager.widget.ViewPager: int getOffscreenPageLimit() +com.xw.repo.bubbleseekbar.R$styleable: int ColorStateListItem_android_alpha +wangdaye.com.geometricweather.R$string: int settings_notification_hide_in_lockScreen_on +com.google.android.material.internal.NavigationMenuItemView: void setHorizontalPadding(int) +james.adaptiveicon.R$id: int src_in +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: int Version +wangdaye.com.geometricweather.R$styleable: int[] MaterialButtonToggleGroup +cyanogenmod.themes.IThemeService$Stub$Proxy: android.os.IBinder asBinder() +com.google.android.material.R$styleable: int MotionLayout_currentState +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_61 +androidx.legacy.coreutils.R$id: int action_text +com.google.gson.internal.$Gson$Types$WildcardTypeImpl: long serialVersionUID +james.adaptiveicon.R$styleable: int AppCompatTheme_windowActionModeOverlay +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceListItemSmall +androidx.constraintlayout.widget.R$styleable: int Motion_motionPathRotate +androidx.hilt.R$color +com.google.android.material.R$styleable: int AppBarLayout_Layout_layout_scrollInterpolator +com.google.android.material.R$id: int floating +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_setDisplayColorCalibration +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String nighttimeWeatherPhase +androidx.appcompat.R$styleable: int AppCompatTheme_buttonBarButtonStyle +james.adaptiveicon.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity +okhttp3.ConnectionSpec$Builder: java.lang.String[] tlsVersions +wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition: wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition ABOVE_LINE +com.xw.repo.bubbleseekbar.R$id: int notification_background +androidx.preference.R$anim: int abc_slide_in_top +wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: int getPosition() +wangdaye.com.geometricweather.R$id: int spread_inside +cyanogenmod.themes.ThemeManager: cyanogenmod.themes.IThemeProcessingListener mThemeProcessingListener +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Metric: java.lang.String Unit +android.didikee.donate.R$style: int Theme_AppCompat_Light_Dialog_MinWidth +com.google.android.material.R$styleable: int TabLayout_tabTextAppearance +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_titleCondensed +com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Title_Icon +cyanogenmod.app.Profile: java.util.ArrayList getTriggersFromType(int) +androidx.customview.R$drawable: int notification_bg_low_normal +androidx.appcompat.R$attr: int arrowShaftLength +androidx.legacy.coreutils.R$styleable: int GradientColor_android_startX +androidx.preference.R$styleable: int GradientColor_android_gradientRadius +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit FTPS +androidx.appcompat.widget.SwitchCompat: void setThumbDrawable(android.graphics.drawable.Drawable) +com.google.android.material.R$attr: int selectionRequired +androidx.appcompat.R$attr: int colorButtonNormal +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getScaleX() +retrofit2.HttpServiceMethod$SuspendForResponse: HttpServiceMethod$SuspendForResponse(retrofit2.RequestFactory,okhttp3.Call$Factory,retrofit2.Converter,retrofit2.CallAdapter) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial: int UnitType +androidx.constraintlayout.widget.R$attr: int collapseContentDescription +wangdaye.com.geometricweather.R$anim: int btn_radio_to_off_mtrl_dot_group_animation +com.google.android.material.R$dimen: int abc_dialog_padding_material +retrofit2.BuiltInConverters$UnitResponseBodyConverter: retrofit2.BuiltInConverters$UnitResponseBodyConverter INSTANCE +io.reactivex.internal.observers.BlockingObserver: long serialVersionUID +androidx.preference.R$style: int Base_V7_Theme_AppCompat_Light_Dialog +okio.Buffer$1: void flush() +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintGuide_begin +cyanogenmod.app.suggest.ApplicationSuggestion: java.lang.String getName() +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView: AbsChartItemView(android.content.Context,android.util.AttributeSet) +retrofit2.RequestBuilder: okhttp3.MultipartBody$Builder multipartBuilder +io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: io.reactivex.CompletableSource other +cyanogenmod.app.CustomTile$ExpandedItem: int itemDrawableResourceId +wangdaye.com.geometricweather.R$id: int TOP_END +wangdaye.com.geometricweather.common.ui.activities.AwakeUpdateActivity: AwakeUpdateActivity() +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_VMAIL_LED_OFF_VALIDATOR +wangdaye.com.geometricweather.R$animator: int touch_raise +wangdaye.com.geometricweather.R$dimen: int abc_action_bar_content_inset_material +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_seekBarStyle +wangdaye.com.geometricweather.R$string: int sp_widget_day_week_setting +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_STATUS_BAR +wangdaye.com.geometricweather.common.basic.models.weather.Base: Base(java.lang.String,long,java.util.Date,long,java.util.Date,long) +androidx.recyclerview.widget.RecyclerView: void suppressLayout(boolean) +wangdaye.com.geometricweather.R$attr: int layout_scrollInterpolator +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintDimensionRatio +wangdaye.com.geometricweather.R$color: int mtrl_textinput_hovered_box_stroke_color +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_EXPORT_WITH_DES_CBC_40_SHA +com.github.rahatarmanahmed.cpv.CircularProgressView$8: CircularProgressView$8(com.github.rahatarmanahmed.cpv.CircularProgressView,float,float) +cyanogenmod.providers.CMSettings$System: CMSettings$System() +com.google.android.material.chip.Chip: void setTextStartPadding(float) +cyanogenmod.providers.CMSettings$Global: android.net.Uri getUriFor(java.lang.String) +wangdaye.com.geometricweather.R$id: int alertTitle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Imperial: AccuCurrentResult$Ceiling$Imperial() +androidx.legacy.coreutils.R$id: int icon +com.bumptech.glide.Registry$NoModelLoaderAvailableException: Registry$NoModelLoaderAvailableException(java.lang.Class,java.lang.Class) +wangdaye.com.geometricweather.db.entities.MinutelyEntity: MinutelyEntity(java.lang.Long,java.lang.String,java.lang.String,java.util.Date,long,boolean,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,int,java.lang.Integer,java.lang.Integer) +androidx.appcompat.R$attr: int fontProviderFetchStrategy +android.didikee.donate.R$styleable: int AppCompatTheme_colorBackgroundFloating +androidx.preference.R$styleable: int AppCompatTheme_controlBackground +okhttp3.internal.cache.CacheStrategy: okhttp3.Request networkRequest +androidx.appcompat.R$styleable: int[] AppCompatTheme +android.didikee.donate.R$attr: int buttonTint +androidx.fragment.R$anim: int fragment_open_enter +okhttp3.internal.http2.Http2Codec: okhttp3.Response$Builder readHttp2HeadersList(okhttp3.Headers,okhttp3.Protocol) +com.turingtechnologies.materialscrollbar.R$attr: int contentDescription +androidx.hilt.work.R$bool: int enable_system_alarm_service_default +okhttp3.Request: boolean isHttps() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: java.lang.String pubTime +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView: AbsChartItemView(android.content.Context) +com.google.android.material.R$dimen: int mtrl_extended_fab_translation_z_base +okio.Buffer: int select(okio.Options) +com.xw.repo.bubbleseekbar.R$style: int Base_V7_Widget_AppCompat_Toolbar +okhttp3.internal.http2.Header: java.lang.String TARGET_PATH_UTF8 +com.google.android.material.internal.NavigationMenuItemView: void setIconTintList(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$id: int currentLocationButton +com.google.android.material.R$attr: int expandedTitleMarginStart +retrofit2.ParameterHandler$QueryName +androidx.work.R$id: int accessibility_custom_action_26 +androidx.fragment.R$id: int icon_group +io.reactivex.Observable: io.reactivex.Observable generate(java.util.concurrent.Callable,io.reactivex.functions.BiConsumer,io.reactivex.functions.Consumer) +android.didikee.donate.R$attr: int switchStyle +androidx.preference.R$attr: int popupMenuStyle +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: void onError(java.lang.Throwable) +okhttp3.OkHttpClient$Builder: javax.net.SocketFactory socketFactory +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void onComplete() +okio.RealBufferedSink: int write(java.nio.ByteBuffer) +wangdaye.com.geometricweather.R$attr: int passwordToggleTint +androidx.preference.R$attr: int measureWithLargestChild +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: java.lang.Throwable error +com.xw.repo.bubbleseekbar.R$color: int secondary_text_disabled_material_dark +cyanogenmod.weatherservice.ServiceRequestResult$Builder: ServiceRequestResult$Builder(cyanogenmod.weather.WeatherInfo) +wangdaye.com.geometricweather.R$drawable: int material_cursor_drawable +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void onError(java.lang.Throwable) +androidx.preference.R$attr: int fontProviderFetchStrategy +com.google.android.material.R$attr: int passwordToggleDrawable +com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_max_progress +com.turingtechnologies.materialscrollbar.R$attr: int helperTextTextAppearance +cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setTodaysHigh(double) +wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_android_insetLeft +androidx.preference.R$color +com.google.android.material.tabs.TabLayout: void setSelectedTabIndicator(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_92 +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_goneMarginRight +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_DrawerArrowToggle +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$1: void run() +androidx.preference.R$style: int TextAppearance_AppCompat_Display3 +com.jaredrummler.android.colorpicker.R$styleable: int MenuGroup_android_visible +wangdaye.com.geometricweather.R$layout: int material_timepicker_textinput_display +okhttp3.internal.http2.Settings +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog +com.google.android.material.R$id: int material_timepicker_view +androidx.recyclerview.R$styleable: int FontFamilyFont_android_fontStyle +okhttp3.internal.http.RealInterceptorChain: int writeTimeoutMillis() +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query +androidx.constraintlayout.widget.R$styleable: int ActionBar_homeLayout +wangdaye.com.geometricweather.R$attr: int materialCalendarMonth +androidx.preference.R$drawable: int abc_ic_star_black_48dp +androidx.swiperefreshlayout.R$dimen: int compat_button_inset_vertical_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean getPrecipitation() +wangdaye.com.geometricweather.R$id: int autoCompleteToStart +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_autoSizeTextType +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float snow +wangdaye.com.geometricweather.R$drawable: int notif_temp_85 +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_contentInsetStartWithNavigation +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionButton_Overflow +androidx.appcompat.R$id: int search_go_btn +org.greenrobot.greendao.database.DatabaseOpenHelper: void setLoadSQLCipherNativeLibs(boolean) +retrofit2.Call: boolean isCanceled() +androidx.legacy.coreutils.R$styleable: int FontFamily_fontProviderFetchStrategy +io.reactivex.Observable: io.reactivex.Observable buffer(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,java.util.concurrent.Callable) +wangdaye.com.geometricweather.R$drawable: int weather_rain_1 +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Caption +androidx.work.R$id: int accessibility_custom_action_24 +androidx.constraintlayout.widget.R$attr: int deltaPolarAngle +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_hintTextAppearance +com.google.android.material.checkbox.MaterialCheckBox: MaterialCheckBox(android.content.Context,android.util.AttributeSet) +cyanogenmod.externalviews.ExternalViewProperties: boolean hasChanged() +com.xw.repo.bubbleseekbar.R$attr: int windowMinWidthMinor +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial: java.lang.String Unit +com.google.android.material.R$id: int progress_circular +androidx.constraintlayout.widget.R$color: int dim_foreground_disabled_material_light +androidx.preference.R$styleable: int MenuItem_android_onClick +io.reactivex.Observable: io.reactivex.Observable concatMapEagerDelayError(io.reactivex.functions.Function,int,int,boolean) +androidx.work.R$id: int tag_accessibility_heading +okhttp3.ConnectionSpec: boolean tls +android.didikee.donate.R$dimen: int abc_dialog_padding_top_material +androidx.constraintlayout.widget.R$id: int search_mag_icon +io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: io.reactivex.functions.BooleanSupplier stop +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String district +androidx.hilt.work.R$dimen: int compat_notification_large_icon_max_height +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: void setZh_CN(java.lang.String) +androidx.drawerlayout.R$attr: int fontProviderCerts +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int DUST +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_normal +wangdaye.com.geometricweather.remoteviews.config.Hilt_DayWeekWidgetConfigActivity +androidx.lifecycle.extensions.R$id: int icon_group +okhttp3.internal.http2.Http2: byte TYPE_WINDOW_UPDATE +okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Settings okHttpSettings +androidx.appcompat.R$id: int action_divider +com.google.android.material.R$dimen: int abc_dialog_min_width_major +androidx.fragment.R$style: R$style() +com.jaredrummler.android.colorpicker.R$anim: int abc_popup_exit +wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableItem_android_id +cyanogenmod.app.StatusBarPanelCustomTile: int getUserId() +wangdaye.com.geometricweather.R$styleable: int ActionBar_title +androidx.constraintlayout.widget.R$attr: int customNavigationLayout +com.jaredrummler.android.colorpicker.R$attr: int tickMarkTintMode +james.adaptiveicon.R$id: int scrollIndicatorDown +cyanogenmod.app.Profile$ExpandedDesktopMode: Profile$ExpandedDesktopMode() +james.adaptiveicon.R$color: int abc_primary_text_disable_only_material_light +android.didikee.donate.R$styleable: int AppCompatTheme_windowActionModeOverlay +androidx.core.R$drawable: R$drawable() androidx.appcompat.R$style: int Theme_AppCompat_Light_DarkActionBar -io.reactivex.Observable: io.reactivex.Observable takeLast(int) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getWeatherSource() -com.xw.repo.bubbleseekbar.R$drawable: int abc_cab_background_top_material -androidx.fragment.R$style: int Widget_Compat_NotificationActionText -androidx.lifecycle.ProcessLifecycleOwner$3$1: void onActivityPostStarted(android.app.Activity) -com.google.android.material.R$styleable: int KeyAttribute_android_transformPivotY -androidx.appcompat.widget.AbsActionBarView: int getAnimatedVisibility() -androidx.preference.R$style: int Widget_AppCompat_Button_Small -androidx.preference.R$styleable: int Preference_key -wangdaye.com.geometricweather.R$attr: int indicatorType -androidx.legacy.coreutils.R$styleable: int FontFamilyFont_android_fontWeight -james.adaptiveicon.R$styleable: R$styleable() -com.google.android.material.R$attr: int backgroundStacked -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$1 -com.turingtechnologies.materialscrollbar.R$attr: int actionModeCutDrawable -androidx.swiperefreshlayout.R$styleable: int GradientColor_android_startY -okhttp3.internal.proxy.NullProxySelector: java.util.List select(java.net.URI) -androidx.viewpager2.widget.ViewPager2$SavedState: android.os.Parcelable$Creator CREATOR -okhttp3.internal.ws.WebSocketWriter$FrameSink: long contentLength -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_SeekBar -androidx.appcompat.widget.Toolbar: void setTitleTextColor(android.content.res.ColorStateList) -io.reactivex.internal.operators.observable.ObserverResourceWrapper: void dispose() -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintLeft_creator -retrofit2.Utils$GenericArrayTypeImpl -wangdaye.com.geometricweather.R$id: int item_weather_icon -okhttp3.internal.http2.Http2Stream$FramingSource: boolean $assertionsDisabled -com.turingtechnologies.materialscrollbar.R$drawable: int abc_scrubber_control_off_mtrl_alpha -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_wrapMode -wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: java.lang.String modeId -com.google.android.material.R$styleable: int ConstraintSet_constraint_referenced_ids -okhttp3.internal.Util: void addSuppressedIfPossible(java.lang.Throwable,java.lang.Throwable) -com.google.android.material.appbar.AppBarLayout$Behavior: AppBarLayout$Behavior() -com.github.rahatarmanahmed.cpv.R: R() -androidx.preference.R$styleable: int[] ActivityChooserView -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: java.lang.String unit +com.google.android.material.R$styleable: int MaterialAlertDialog_backgroundInsetEnd +com.google.android.material.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize +com.xw.repo.bubbleseekbar.R$attr: int backgroundSplit +androidx.cardview.R$style: int Base_CardView +okhttp3.internal.cache.CacheRequest: void abort() +io.reactivex.Observable: io.reactivex.Observable skipUntil(io.reactivex.ObservableSource) +org.greenrobot.greendao.database.DatabaseOpenHelper: DatabaseOpenHelper(android.content.Context,java.lang.String,int) +com.bumptech.glide.R$color +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature +james.adaptiveicon.R$dimen: int abc_panel_menu_list_width +com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_min_width_major +wangdaye.com.geometricweather.R$integer: int bottom_sheet_slide_duration +wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Object readKey(android.database.Cursor,int) +wangdaye.com.geometricweather.R$styleable: int Transform_android_translationX +androidx.appcompat.resources.R$id: int accessibility_custom_action_21 +androidx.preference.R$attr +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float visibility +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: void setPoint(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean) +wangdaye.com.geometricweather.R$style: int PopupWindowAnimation_Top_Left +androidx.hilt.work.R$layout: int custom_dialog +com.google.gson.FieldNamingPolicy$3 +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver parent +okhttp3.logging.LoggingEventListener: void requestHeadersStart(okhttp3.Call) +com.google.android.material.chip.Chip: void setChipStartPaddingResource(int) +okhttp3.internal.ws.WebSocketProtocol: int B0_FLAG_RSV1 +androidx.preference.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle +wangdaye.com.geometricweather.R$id: int transition_current_scene +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModePasteDrawable +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void onNext(java.lang.Object) +androidx.constraintlayout.widget.R$styleable: int OnSwipe_dragThreshold +androidx.dynamicanimation.R$id: int line3 +com.google.android.material.R$xml: int standalone_badge_gravity_bottom_end +wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider +com.google.android.material.R$styleable: int Spinner_android_prompt +androidx.constraintlayout.widget.R$id: int dragLeft +androidx.preference.R$layout: int preference_widget_switch_compat +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float getThunderstorm() +androidx.hilt.work.R$id: int tag_accessibility_heading +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_ratingBarStyle +wangdaye.com.geometricweather.R$drawable: int abc_scrubber_control_off_mtrl_alpha +com.google.android.material.textfield.TextInputLayout: void setBoxStrokeWidthFocused(int) +wangdaye.com.geometricweather.R$id: int container_main_sun_moon_phaseText +com.google.android.material.R$styleable: int KeyCycle_android_rotationY +retrofit2.RequestFactory$Builder: java.util.Set parsePathParameters(java.lang.String) +com.turingtechnologies.materialscrollbar.R$styleable: int[] BottomNavigationView +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_thumb_color +cyanogenmod.weather.WeatherInfo$Builder: WeatherInfo$Builder(java.lang.String,double,int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: CaiYunMainlyResult$ForecastDailyBean$WeatherBean() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableStartCompat +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat +android.support.v4.app.INotificationSideChannel: void notify(java.lang.String,int,java.lang.String,android.app.Notification) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: java.lang.String unit +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Dialog +androidx.vectordrawable.animated.R$attr: int fontProviderCerts +io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: io.reactivex.Observer downstream +androidx.constraintlayout.widget.R$color: int abc_decor_view_status_guard_light +okhttp3.internal.http1.Http1Codec$ChunkedSource: long bytesRemainingInChunk +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: int getHeaderHeight() +wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_scrollContainer +james.adaptiveicon.R$styleable: int ActionBar_divider +androidx.appcompat.widget.AppCompatEditText: AppCompatEditText(android.content.Context,android.util.AttributeSet,int) +com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawable_android_visible +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_ratingBarStyle +wangdaye.com.geometricweather.db.entities.DaoMaster$OpenHelper +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setArcBackgroundColor(int) +james.adaptiveicon.R$string: int abc_searchview_description_submit +androidx.vectordrawable.R$id: int accessibility_custom_action_19 +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_controlBackground +com.turingtechnologies.materialscrollbar.R$styleable: int CardView_contentPadding wangdaye.com.geometricweather.R$string: int content_desc_weather_icon_grey -com.google.android.material.R$styleable: int Constraint_layout_constraintHeight_min -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken END_OBJECT -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_passwordToggleContentDescription -james.adaptiveicon.R$layout: int notification_action -androidx.preference.R$id: int expand_activities_button -wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge -androidx.hilt.lifecycle.R$attr: int font -androidx.hilt.R$styleable: int GradientColor_android_endX -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_switchMinWidth -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_enabled -com.google.android.material.R$color: int material_timepicker_clockface -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean cancelled -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun: long EpochSet -android.didikee.donate.R$dimen: int abc_dialog_fixed_height_major -james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarPopupTheme -com.xw.repo.bubbleseekbar.R$styleable: int[] StateListDrawableItem -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_goneMarginRight -androidx.appcompat.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated -com.google.android.material.R$styleable: int ProgressIndicator_minHideDelay -wangdaye.com.geometricweather.R$integer: int cpv_default_anim_swoop_duration -com.google.android.material.internal.FlowLayout: int getItemSpacing() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust -com.google.android.material.R$styleable: int StateListDrawableItem_android_drawable -okhttp3.internal.http2.Http2Codec -androidx.constraintlayout.widget.R$attr: int subtitleTextColor -androidx.legacy.coreutils.R$id: int normal -cyanogenmod.hardware.ICMHardwareService: long getLtoDownloadInterval() -io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: long serialVersionUID -cyanogenmod.app.ProfileManager: void setActiveProfile(java.lang.String) -okhttp3.internal.ws.WebSocketWriter$FrameSink: WebSocketWriter$FrameSink(okhttp3.internal.ws.WebSocketWriter) -com.jaredrummler.android.colorpicker.R$attr: int listPreferredItemHeightLarge -android.didikee.donate.R$attr: int textColorAlertDialogListItem -wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: NumberAnimTextView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getApparentTemperature() -androidx.core.R$dimen: int notification_big_circle_margin -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarWidgetTheme -androidx.transition.R$color: int ripple_material_light -okio.ByteString: okio.ByteString EMPTY -io.reactivex.Observable: io.reactivex.Observable timeout(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,io.reactivex.ObservableSource) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_goneMarginBottom -androidx.preference.R$id: int action_context_bar -com.google.android.material.progressindicator.ProgressIndicator: com.google.android.material.progressindicator.IndeterminateDrawable getIndeterminateDrawable() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeThunderstormPrecipitation -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintCircle -okhttp3.internal.ws.WebSocketWriter: okio.Buffer sinkBuffer -androidx.appcompat.R$styleable: int MenuGroup_android_visible -okhttp3.internal.http2.Http2Codec: java.util.List HTTP_2_SKIPPED_RESPONSE_HEADERS -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver this$0 -wangdaye.com.geometricweather.R$attr: int paddingRightSystemWindowInsets -cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String HOUR -androidx.vectordrawable.R$styleable: int FontFamilyFont_android_fontWeight -io.reactivex.internal.functions.Functions$HashSetCallable: io.reactivex.internal.functions.Functions$HashSetCallable INSTANCE -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String street -wangdaye.com.geometricweather.R$string: int rain -android.didikee.donate.R$styleable: int AppCompatTheme_actionModeFindDrawable -android.didikee.donate.R$styleable: int AppCompatTheme_colorControlHighlight -android.didikee.donate.R$drawable: int abc_text_select_handle_left_mtrl_light -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon -okhttp3.WebSocket -android.didikee.donate.R$styleable: int SwitchCompat_switchPadding -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: int bufferSize -wangdaye.com.geometricweather.R$dimen: int design_snackbar_padding_vertical -com.google.android.material.R$styleable: int RangeSlider_minSeparation -com.google.android.material.snackbar.BaseTransientBottomBar$Behavior: BaseTransientBottomBar$Behavior() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getCo() -wangdaye.com.geometricweather.db.entities.HistoryEntity: int nighttimeTemperature -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric: AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric() -androidx.core.R$styleable: int FontFamily_fontProviderPackage -androidx.appcompat.R$attr: int seekBarStyle -com.google.android.material.R$styleable: int ColorStateListItem_android_alpha -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_fontStyle -okhttp3.internal.platform.Platform: void configureSslSocketFactory(javax.net.ssl.SSLSocketFactory) -androidx.appcompat.R$drawable: int notification_icon_background -androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType FLOAT_TYPE -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer moldLevel -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX: CaiYunMainlyResult$BrandInfoBeanXX() -androidx.constraintlayout.widget.R$id: int spline -com.turingtechnologies.materialscrollbar.R$layout: int design_layout_tab_icon -cyanogenmod.providers.CMSettings$Secure: int RING_HOME_BUTTON_BEHAVIOR_DEFAULT -androidx.preference.R$drawable: int abc_list_selector_disabled_holo_dark -wangdaye.com.geometricweather.R$string: int tag_precipitation -okhttp3.internal.http2.Http2Connection$Builder: java.lang.String hostname -wangdaye.com.geometricweather.R$color: int switch_thumb_normal_material_dark -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: java.util.ArrayDeque observers -com.google.android.material.R$style: int Base_V22_Theme_AppCompat -androidx.appcompat.R$color: int primary_material_dark -com.jaredrummler.android.colorpicker.ColorPanelView: void setBorderColor(int) -androidx.customview.R$drawable: int notification_bg_low -androidx.coordinatorlayout.R$color: int secondary_text_default_material_light -androidx.constraintlayout.widget.R$string: int abc_menu_ctrl_shortcut_label -androidx.vectordrawable.R$id: int accessibility_custom_action_7 -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: java.lang.String img -wangdaye.com.geometricweather.R$drawable: int notif_temp_65 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Metric Metric -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_motionTarget -okhttp3.logging.HttpLoggingInterceptor$Logger$1: HttpLoggingInterceptor$Logger$1() -cyanogenmod.app.CustomTile$ExpandedStyle: cyanogenmod.app.CustomTile$ExpandedItem[] expandedItems -james.adaptiveicon.AdaptiveIconView: AdaptiveIconView(android.content.Context) -android.didikee.donate.R$style: int Widget_AppCompat_EditText -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean -okhttp3.internal.ws.WebSocketWriter: java.util.Random random -io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large -androidx.vectordrawable.R$style: int TextAppearance_Compat_Notification -okhttp3.FormBody$Builder: okhttp3.FormBody build() -okhttp3.OkHttpClient -androidx.lifecycle.SavedStateHandleController$1: androidx.savedstate.SavedStateRegistry val$registry -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 -wangdaye.com.geometricweather.R$id: int progress_circular -io.reactivex.Observable: io.reactivex.Observable takeUntil(io.reactivex.ObservableSource) -retrofit2.http.QueryName: boolean encoded() -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void innerError(io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver,java.lang.Throwable) -wangdaye.com.geometricweather.R$styleable: int Slider_trackColorInactive -androidx.constraintlayout.widget.R$styleable: int GradientColor_android_centerY -android.didikee.donate.R$drawable: int notification_bg_normal -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_DialogWhenLarge -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$6: ExternalViewProviderService$Provider$ProviderImpl$6(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) -okhttp3.logging.LoggingEventListener: long startNs -cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: void processWeatherUpdateRequest(cyanogenmod.weather.RequestInfo) -androidx.versionedparcelable.CustomVersionedParcelable: CustomVersionedParcelable() -com.jaredrummler.android.colorpicker.ColorPickerView: void setSliderTrackerColor(int) -wangdaye.com.geometricweather.R$color: int darkPrimary_4 -androidx.constraintlayout.widget.Constraints: Constraints(android.content.Context,android.util.AttributeSet) -androidx.drawerlayout.widget.DrawerLayout: DrawerLayout(android.content.Context) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getTreeLevel() -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: boolean isDisposed() -retrofit2.RequestFactory: boolean isKotlinSuspendFunction -com.xw.repo.bubbleseekbar.R$color -androidx.preference.R$styleable: int SwitchPreference_android_disableDependentsState -com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemHorizontalTranslationEnabled(boolean) -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox -com.google.android.material.R$style: int Widget_MaterialComponents_TextInputEditText_FilledBox -okhttp3.internal.http2.Http2Stream: okio.Sink getSink() -com.google.android.material.R$id: int textinput_placeholder -wangdaye.com.geometricweather.R$styleable: int Layout_layout_goneMarginEnd -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property TreeIndex -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator QS_SHOW_BRIGHTNESS_SLIDER_VALIDATOR -io.reactivex.observers.TestObserver$EmptyObserver: void onSubscribe(io.reactivex.disposables.Disposable) -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void cancel() -com.turingtechnologies.materialscrollbar.R$layout: int abc_list_menu_item_radio -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_contentInsetStartWithNavigation -androidx.hilt.work.R$color: int notification_action_color_filter -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours Past6Hours -com.turingtechnologies.materialscrollbar.R$attr: int autoSizeMaxTextSize -com.google.android.material.R$styleable: int AppCompatTheme_textColorAlertDialogListItem -androidx.preference.R$attr: int fastScrollVerticalTrackDrawable -androidx.appcompat.R$styleable: int AlertDialog_listLayout -com.turingtechnologies.materialscrollbar.R$id: int search_bar -james.adaptiveicon.R$layout: int abc_alert_dialog_title_material -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_actionViewClass -com.turingtechnologies.materialscrollbar.R$drawable: int design_password_eye -wangdaye.com.geometricweather.R$layout: int design_navigation_menu -androidx.appcompat.widget.SwitchCompat: android.content.res.ColorStateList getTrackTintList() -wangdaye.com.geometricweather.R$id: int multiply -cyanogenmod.weatherservice.WeatherProviderService: java.util.Set mWeakRequestsSet -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments$WarningTextBlocItem: java.util.List textHtml -io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.preference.R$styleable: int MenuItem_android_icon -wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle DAILY -com.xw.repo.bubbleseekbar.R$anim: int abc_slide_in_top -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_panelMenuListWidth -wangdaye.com.geometricweather.R$animator: int search_container_in -wangdaye.com.geometricweather.R$styleable: int SlidingItemContainerLayout_backgroundColorStart -cyanogenmod.app.IProfileManager$Stub$Proxy: cyanogenmod.app.Profile[] getProfiles() -wangdaye.com.geometricweather.R$id: int date_picker_actions -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_editor_absoluteY -androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_translationZ -com.google.android.material.R$id: int middle -wangdaye.com.geometricweather.R$array: int dark_modes -okhttp3.OkHttpClient: int pingIntervalMillis() -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void onNext(java.lang.Object) -cyanogenmod.weather.WeatherInfo: double getHumidity() -cyanogenmod.app.suggest.ApplicationSuggestion: void writeToParcel(android.os.Parcel,int) -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_6 -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: void dispose() -wangdaye.com.geometricweather.R$attr: int subtitle -androidx.legacy.coreutils.R$id: int time -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: ObservableTimeoutTimed$TimeoutFallbackObserver(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler$Worker,io.reactivex.ObservableSource) -com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder setEncodedPathSegment(int,java.lang.String) -com.jaredrummler.android.colorpicker.R$style: int Platform_ThemeOverlay_AppCompat_Light -io.reactivex.internal.schedulers.AbstractDirectTask: void setFuture(java.util.concurrent.Future) -okhttp3.internal.http1.Http1Codec$AbstractSource: Http1Codec$AbstractSource(okhttp3.internal.http1.Http1Codec) -androidx.appcompat.R$attr: int drawableEndCompat -okhttp3.internal.http2.Http2Writer: void dataFrame(int,byte,okio.Buffer,int) -androidx.coordinatorlayout.R$id: int accessibility_custom_action_12 -androidx.lifecycle.extensions.R$drawable: int notification_bg_low_pressed -com.google.android.material.R$attr: int itemStrokeWidth -com.google.android.material.R$id: int test_radiobutton_android_button_tint -androidx.hilt.work.R$id: int chronometer +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult: java.util.List probabilityForecast +androidx.dynamicanimation.R$style: int Widget_Compat_NotificationActionContainer +com.xw.repo.bubbleseekbar.R$string: int search_menu_title +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActivityChooserView +wangdaye.com.geometricweather.R$id: int item_about_translator_title +com.google.android.material.R$attr: int alertDialogTheme +com.xw.repo.bubbleseekbar.R$attr: int actionProviderClass +androidx.constraintlayout.widget.R$attr: int actionModeCutDrawable +androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar +wangdaye.com.geometricweather.R$attr: int maxCharacterCount +androidx.work.R$id: int tag_unhandled_key_listeners +io.reactivex.internal.schedulers.RxThreadFactory: RxThreadFactory(java.lang.String,int,boolean) +androidx.appcompat.R$attr: int tickMark +androidx.appcompat.resources.R$string: R$string() +androidx.preference.R$style: int Theme_AppCompat_Light_Dialog_MinWidth +okhttp3.FormBody: long contentLength() +androidx.preference.R$layout: int image_frame +androidx.lifecycle.ViewModelProviders$DefaultFactory +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String unitId +cyanogenmod.profiles.LockSettings: LockSettings() +wangdaye.com.geometricweather.R$string: int wind_6 +android.didikee.donate.R$styleable: int View_paddingEnd +androidx.hilt.lifecycle.R$id: int title +androidx.swiperefreshlayout.R$attr: int fontProviderFetchStrategy +androidx.appcompat.widget.Toolbar: void setNavigationContentDescription(java.lang.CharSequence) +cyanogenmod.hardware.DisplayMode$1: java.lang.Object createFromParcel(android.os.Parcel) +io.reactivex.internal.observers.ForEachWhileObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$color: int secondary_text_disabled_material_dark +org.greenrobot.greendao.AbstractDao: void deleteInTx(java.lang.Iterable) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_alertDialogCenterButtons +androidx.lifecycle.ClassesInfoCache: java.lang.reflect.Method[] getDeclaredMethods(java.lang.Class) +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit getInstance(java.lang.String) +androidx.preference.R$styleable: int TextAppearance_textAllCaps +cyanogenmod.app.Profile$ProfileTrigger: java.lang.String access$300(cyanogenmod.app.Profile$ProfileTrigger) +com.google.android.material.chip.Chip: float getIconEndPadding() +androidx.preference.R$color: int abc_hint_foreground_material_light +wangdaye.com.geometricweather.R$attr: int actionModeCutDrawable +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxBackgroundMode +wangdaye.com.geometricweather.R$drawable: int weather_thunder_mini_light +com.google.android.material.R$drawable: int notification_bg_low +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub: cyanogenmod.weather.IWeatherServiceProviderChangeListener asInterface(android.os.IBinder) +android.didikee.donate.R$dimen: int abc_cascading_menus_min_smallest_width +wangdaye.com.geometricweather.R$layout: int abc_alert_dialog_material +com.google.android.material.card.MaterialCardView: android.graphics.drawable.Drawable getCheckedIcon() +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ListView_DropDown +retrofit2.RequestBuilder: okhttp3.HttpUrl baseUrl +wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource +com.bumptech.glide.R$styleable: int FontFamily_fontProviderFetchStrategy +androidx.appcompat.R$styleable: int AlertDialog_android_layout +okhttp3.CacheControl: CacheControl(boolean,boolean,int,int,boolean,boolean,boolean,int,int,boolean,boolean,boolean,java.lang.String) +android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_WITH_DES_CBC_MD5 +com.google.android.material.R$styleable: int RecycleListView_paddingBottomNoButtons +com.turingtechnologies.materialscrollbar.MaterialScrollBar: void setRightToLeft(boolean) +androidx.appcompat.R$style: int Base_V26_Widget_AppCompat_Toolbar +wangdaye.com.geometricweather.search.SearchActivityViewModel +io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: CaiYunMainlyResult$UrlBean() +wangdaye.com.geometricweather.R$string: int follow_system +androidx.vectordrawable.animated.R$id: int text2 +com.google.android.material.R$string: int mtrl_picker_toggle_to_year_selection +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation +wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_mini_grey +wangdaye.com.geometricweather.R$string: int sunrise_sunset +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX() +wangdaye.com.geometricweather.R$styleable: int[] CardView +wangdaye.com.geometricweather.R$color: int mtrl_outlined_icon_tint +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: io.reactivex.Observer downstream +androidx.dynamicanimation.R$dimen: int notification_action_text_size +com.turingtechnologies.materialscrollbar.R$style: int Theme_Design_Light_BottomSheetDialog +wangdaye.com.geometricweather.R$attr: int layout_collapseParallaxMultiplier +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_horizontalBias +androidx.appcompat.R$id: int on +com.turingtechnologies.materialscrollbar.R$attr: int foregroundInsidePadding +com.turingtechnologies.materialscrollbar.R$color: int abc_search_url_text_pressed +com.google.android.material.tabs.TabLayout: void setTabsFromPagerAdapter(androidx.viewpager.widget.PagerAdapter) +androidx.constraintlayout.widget.R$attr: int warmth +wangdaye.com.geometricweather.R$styleable: int[] FontFamily +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_clear_material +androidx.appcompat.resources.R$id: int async +androidx.hilt.lifecycle.R$dimen: int notification_top_pad +androidx.appcompat.R$style: int AlertDialog_AppCompat +cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper: CustomTileListenerService$ICustomTileListenerWrapper(cyanogenmod.app.CustomTileListenerService,cyanogenmod.app.CustomTileListenerService$1) +wangdaye.com.geometricweather.R$attr: int bsb_section_count +okhttp3.internal.http.HttpHeaders: boolean hasVaryAll(okhttp3.Headers) +androidx.constraintlayout.widget.R$styleable: int FontFamily_fontProviderFetchStrategy +androidx.hilt.work.R$styleable: int FontFamilyFont_ttcIndex +james.adaptiveicon.R$drawable: int abc_control_background_material +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: boolean isDisposed() +com.google.android.material.floatingactionbutton.FloatingActionButton: android.graphics.drawable.Drawable getContentBackground() +com.xw.repo.bubbleseekbar.R$attr: int fontProviderFetchTimeout +com.google.android.material.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String getAbbreviation(android.content.Context) +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_getProgress +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_5 +retrofit2.Invocation: java.lang.String toString() +com.google.android.material.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: java.lang.String getPubTime() +com.google.android.material.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity +wangdaye.com.geometricweather.R$dimen: int compat_notification_large_icon_max_height +com.jaredrummler.android.colorpicker.R$styleable: int RecycleListView_paddingBottomNoButtons +com.google.android.material.R$style: int Base_CardView +com.google.android.material.R$styleable: int Constraint_layout_goneMarginLeft +androidx.lifecycle.ViewModelProvider$KeyedFactory: androidx.lifecycle.ViewModel create(java.lang.Class) +com.google.android.material.R$styleable: int AppBarLayout_android_background +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintGuide_end +wangdaye.com.geometricweather.R$drawable: int material_ic_edit_black_24dp +androidx.appcompat.R$color: int abc_btn_colored_borderless_text_material +com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_backgroundTint +wangdaye.com.geometricweather.R$dimen: int mtrl_min_touch_target_size +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: boolean tryOnError(java.lang.Throwable) +androidx.vectordrawable.animated.R$styleable: int GradientColor_android_endX +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setPressure(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean) +androidx.constraintlayout.widget.R$styleable: int[] KeyTrigger +james.adaptiveicon.AdaptiveIconView: james.adaptiveicon.AdaptiveIcon getIcon() +okhttp3.internal.http1.Http1Codec$ChunkedSink: void flush() +com.google.android.material.slider.BaseSlider: void setTrackInactiveTintList(android.content.res.ColorStateList) +com.xw.repo.bubbleseekbar.R$string +com.google.android.material.R$styleable: int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier +com.google.android.material.R$attr: int cardMaxElevation +okio.Buffer: okio.ByteString sha256() +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_shapeAppearanceOverlay +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle +com.turingtechnologies.materialscrollbar.R$attr: int windowFixedHeightMajor +android.didikee.donate.R$styleable: int MenuView_subMenuArrow +cyanogenmod.os.Build$CM_VERSION +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps: java.util.List timelapsItems +wangdaye.com.geometricweather.R$string: int settings_title_forecast_tomorrow +com.turingtechnologies.materialscrollbar.R$layout: int abc_action_bar_title_item +io.reactivex.internal.operators.observable.ObserverResourceWrapper: void dispose() +okhttp3.internal.http2.Http2Writer: void close() +wangdaye.com.geometricweather.R$string: int key_alert_notification_switch +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult +androidx.preference.R$styleable: int Preference_android_iconSpaceReserved +okhttp3.internal.publicsuffix.PublicSuffixDatabase: byte[] publicSuffixListBytes +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView: int getMarginBottom() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX getWind() +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintStart_toStartOf +cyanogenmod.hardware.CMHardwareManager: int FEATURE_HIGH_TOUCH_SENSITIVITY +androidx.appcompat.R$attr: int thumbTextPadding +com.google.gson.stream.JsonReader: int NUMBER_CHAR_SIGN +android.didikee.donate.R$styleable: int ActionBar_subtitleTextStyle +androidx.appcompat.R$style: int TextAppearance_AppCompat_Body1 +androidx.dynamicanimation.R$drawable: int notification_tile_bg +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: float unitFactor +io.reactivex.internal.subscriptions.SubscriptionArbiter: long serialVersionUID +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: void onError(java.lang.Throwable) +cyanogenmod.externalviews.KeyguardExternalView$6: void run() +androidx.lifecycle.extensions.R$styleable: int GradientColor_android_startColor +wangdaye.com.geometricweather.R$attr: int backgroundColorEnd +android.didikee.donate.R$styleable: int[] ListPopupWindow +okio.Buffer$UnsafeCursor: void close() +cyanogenmod.providers.CMSettings$Secure: boolean isLegacySetting(java.lang.String) +androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_TabBar +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Description: java.lang.String English +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: boolean IsAlias +cyanogenmod.profiles.RingModeSettings$1: RingModeSettings$1() +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog +okio.Buffer: int read(byte[],int,int) +androidx.viewpager2.R$dimen: int compat_button_padding_vertical_material +androidx.preference.R$id: int notification_main_column +com.google.android.material.slider.Slider: void setTrackActiveTintList(android.content.res.ColorStateList) +okhttp3.internal.Internal: okhttp3.internal.connection.RouteDatabase routeDatabase(okhttp3.ConnectionPool) +android.didikee.donate.R$color: int material_grey_50 +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColorItem_android_offset +androidx.customview.R$layout: int notification_template_part_time +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse +com.turingtechnologies.materialscrollbar.R$attr: int fabCradleMargin +androidx.swiperefreshlayout.R$styleable: int GradientColor_android_gradientRadius +androidx.swiperefreshlayout.R$drawable: int notification_bg +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property Time +com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_title_divider_material +androidx.constraintlayout.widget.R$attr: int layout_constraintTop_toTopOf +io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: io.reactivex.Observer downstream +okhttp3.ResponseBody$1: ResponseBody$1(okhttp3.MediaType,long,okio.BufferedSource) +androidx.hilt.work.R$styleable: R$styleable() +androidx.viewpager.widget.PagerTitleStrip: void setTextColor(int) +androidx.hilt.R$style: int TextAppearance_Compat_Notification +io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.google.gson.stream.JsonReader: int stackSize +io.reactivex.Observable: io.reactivex.Observable fromCallable(java.util.concurrent.Callable) +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: boolean cancelled +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.lang.String moonPhase +com.xw.repo.bubbleseekbar.R$id: int image +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton +wangdaye.com.geometricweather.R$attr: int layout_constraintVertical_chainStyle +com.google.android.material.slider.BaseSlider: void setLabelBehavior(int) +wangdaye.com.geometricweather.R$color: int abc_primary_text_material_light +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Menu +androidx.vectordrawable.R$styleable: int GradientColor_android_endColor +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void truncate() +android.didikee.donate.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless +wangdaye.com.geometricweather.R$id: int switch_layout +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: java.lang.Object NULL_KEY +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_radioButtonStyle +wangdaye.com.geometricweather.R$dimen: int mtrl_alert_dialog_background_inset_end +retrofit2.HttpException: int code() +cyanogenmod.externalviews.KeyguardExternalView$1 +wangdaye.com.geometricweather.R$color: int lightPrimary_5 +wangdaye.com.geometricweather.R$id: int search_close_btn +com.xw.repo.bubbleseekbar.R$color: int abc_primary_text_disable_only_material_dark +com.google.android.material.slider.Slider: int getFocusedThumbIndex() +com.turingtechnologies.materialscrollbar.R$dimen: int highlight_alpha_material_colored +androidx.constraintlayout.widget.R$attr: int actionModeSplitBackground +androidx.constraintlayout.widget.R$attr: int triggerReceiver +androidx.constraintlayout.widget.R$attr: int radioButtonStyle +com.jaredrummler.android.colorpicker.R$attr: int isPreferenceVisible +androidx.coordinatorlayout.R$layout: int notification_template_custom_big +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWetBulbTemperature +james.adaptiveicon.R$styleable: int Toolbar_android_gravity +com.turingtechnologies.materialscrollbar.R$id: int list_item +androidx.hilt.lifecycle.R$anim: int fragment_open_exit +com.jaredrummler.android.colorpicker.R$attr: int arrowShaftLength +com.google.android.material.slider.RangeSlider: void setMinSeparation(float) +retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback: void onResponse(retrofit2.Call,retrofit2.Response) +cyanogenmod.externalviews.ExternalView$4 +cyanogenmod.app.LiveLockScreenInfo: void writeToParcel(android.os.Parcel,int) +com.google.android.material.R$dimen: int mtrl_btn_snackbar_margin_horizontal +okhttp3.internal.ws.WebSocketProtocol: int PAYLOAD_LONG +com.xw.repo.bubbleseekbar.R$attr: int titleMarginTop +okhttp3.internal.connection.StreamAllocation: void cancel() +androidx.lifecycle.extensions.R$dimen: int compat_control_corner_material +wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_shadowDx +androidx.appcompat.R$id: int screen +androidx.constraintlayout.widget.R$attr: int thumbTint +androidx.fragment.R$id: int accessibility_custom_action_17 +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_processThemeResources +androidx.appcompat.R$anim: int abc_popup_enter +androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding +com.google.android.material.R$id: int easeOut +okhttp3.internal.connection.RouteException: java.io.IOException firstException +com.google.android.material.R$color: int error_color_material_dark +com.jaredrummler.android.colorpicker.R$attr: int cpv_showOldColor +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator SWAP_VOLUME_KEYS_ON_ROTATION_VALIDATOR +okhttp3.internal.http2.Http2Connection: java.util.concurrent.ScheduledExecutorService writerExecutor +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_thumb_text_color +com.google.android.material.R$dimen: int abc_floating_window_z +wangdaye.com.geometricweather.R$string: int key_language +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: java.lang.String getUniqueDeviceId() +com.google.android.material.R$attr: int behavior_peekHeight +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: io.reactivex.internal.util.AtomicThrowable error +com.google.android.material.R$attr: int expandedTitleGravity +com.turingtechnologies.materialscrollbar.R$integer +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_startIconDrawable +com.google.android.material.R$attr: int textAppearanceListItemSecondary +io.reactivex.internal.functions.Functions$NaturalComparator: io.reactivex.internal.functions.Functions$NaturalComparator INSTANCE +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void dispose() +com.xw.repo.bubbleseekbar.R$attr: int autoSizeTextType +androidx.hilt.lifecycle.R$styleable: int GradientColorItem_android_color +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text +io.reactivex.internal.subscriptions.DeferredScalarSubscription: DeferredScalarSubscription(org.reactivestreams.Subscriber) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_PopupWindow +okhttp3.Response: okhttp3.ResponseBody peekBody(long) +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: long id +androidx.appcompat.resources.R$string +io.reactivex.Observable: io.reactivex.Observable retry(long,io.reactivex.functions.Predicate) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setValue(java.util.List) +com.google.android.material.R$dimen: int design_fab_translation_z_pressed +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature: AccuCurrentResult$WindChillTemperature() +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: ObservableFlatMapCompletable$FlatMapCompletableMainObserver(io.reactivex.Observer,io.reactivex.functions.Function,boolean) +androidx.drawerlayout.R$dimen: int compat_button_inset_vertical_material +com.google.android.material.chip.ChipGroup: void setShowDividerHorizontal(int) +androidx.legacy.coreutils.R$dimen: int notification_large_icon_height +androidx.appcompat.R$styleable: int AppCompatTextHelper_android_drawableRight +com.google.gson.stream.JsonWriter: boolean lenient +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionButton_Overflow +retrofit2.Utils: java.lang.reflect.Type getGenericSupertype(java.lang.reflect.Type,java.lang.Class,java.lang.Class) +android.didikee.donate.R$drawable: int abc_list_selector_background_transition_holo_dark +androidx.lifecycle.LiveData$LifecycleBoundObserver: boolean isAttachedTo(androidx.lifecycle.LifecycleOwner) +com.google.android.material.R$attr: int helperTextEnabled +android.didikee.donate.R$style: int Widget_AppCompat_PopupWindow +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: void onSuccess(java.lang.Object) +wangdaye.com.geometricweather.R$drawable: int shortcuts_cloudy_foreground +cyanogenmod.app.ILiveLockScreenManager +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: void setX(java.lang.String) +androidx.hilt.lifecycle.R$id: int line1 +androidx.vectordrawable.animated.R$attr: int fontProviderAuthority +android.didikee.donate.R$style: int Widget_AppCompat_ActionBar_Solid +androidx.appcompat.R$attr: int colorError +wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit[] values() +com.xw.repo.bubbleseekbar.R$styleable: int View_theme +com.xw.repo.bubbleseekbar.R$attr: int windowActionBar +okhttp3.TlsVersion: okhttp3.TlsVersion TLS_1_2 +cyanogenmod.externalviews.ExternalViewProperties: ExternalViewProperties(android.view.View,android.content.Context) +com.google.android.material.R$color: int abc_tint_seek_thumb +io.reactivex.internal.queue.SpscArrayQueue: long producerLookAhead +androidx.activity.R$dimen: int notification_small_icon_size_as_large +androidx.appcompat.R$style: int Widget_AppCompat_CompoundButton_CheckBox +james.adaptiveicon.R$style: int TextAppearance_Compat_Notification +cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setWind(double,double,int) +io.reactivex.Observable: io.reactivex.Observable using(java.util.concurrent.Callable,io.reactivex.functions.Function,io.reactivex.functions.Consumer,boolean) +james.adaptiveicon.R$style: int Base_V21_Theme_AppCompat +androidx.appcompat.R$attr: int actionButtonStyle +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setDewPoint(java.lang.Integer) +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: java.lang.String quality +com.bumptech.glide.Registry$NoImageHeaderParserException +com.google.android.material.R$attr: int backgroundInsetTop +retrofit2.ParameterHandler$Query: ParameterHandler$Query(java.lang.String,retrofit2.Converter,boolean) +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Button +com.xw.repo.bubbleseekbar.R$attr: int closeIcon +cyanogenmod.platform.Manifest$permission: java.lang.String ACCESS_APP_SUGGESTIONS +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void disposeAll() +android.didikee.donate.R$dimen: int highlight_alpha_material_dark +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String getShortDescription() +androidx.appcompat.widget.Toolbar: void setTitle(java.lang.CharSequence) +androidx.fragment.R$drawable: int notification_bg_normal +cyanogenmod.weather.WeatherInfo: int mConditionCode +io.reactivex.internal.disposables.CancellableDisposable: boolean isDisposed() +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Region: java.lang.String EnglishName +androidx.loader.R$styleable: int FontFamily_fontProviderCerts +com.google.android.material.R$id: int time +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_29 +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonBarStyle +androidx.coordinatorlayout.R$styleable: int FontFamilyFont_font +okhttp3.MultipartBody$Part: okhttp3.RequestBody body() +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder proxy(java.net.Proxy) +com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_startY +androidx.customview.R$styleable: int FontFamily_fontProviderFetchStrategy +io.reactivex.internal.subscriptions.SubscriptionArbiter +androidx.transition.R$id: int action_text +android.didikee.donate.R$attr: int buttonGravity +androidx.preference.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable +wangdaye.com.geometricweather.main.fragments.MainFragment +androidx.work.NetworkType: androidx.work.NetworkType NOT_REQUIRED +okhttp3.internal.connection.RouteSelector$Selection: RouteSelector$Selection(java.util.List) +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: boolean getLiveLockScreenEnabled() +android.didikee.donate.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView +james.adaptiveicon.R$drawable: int abc_cab_background_top_material +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Direction +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dialogPreferredPadding +com.xw.repo.bubbleseekbar.R$color: int bright_foreground_inverse_material_light +cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener access$900(cyanogenmod.externalviews.KeyguardExternalView) +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_medium_material +wangdaye.com.geometricweather.db.entities.HistoryEntity: int daytimeTemperature +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.util.Date sunriseTime +wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_elevation +com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_default_mtrl_shape +androidx.constraintlayout.widget.R$drawable: int abc_list_selector_background_transition_holo_light +james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarItemBackground +androidx.viewpager.R$styleable: int FontFamily_fontProviderFetchTimeout +com.google.android.material.R$styleable: int DrawerArrowToggle_barLength +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Large_Inverse +androidx.loader.R$id: int notification_main_column_container +cyanogenmod.app.IProfileManager$Stub$Proxy: android.app.NotificationGroup getNotificationGroupForPackage(java.lang.String) +okhttp3.CertificatePinner$Builder: okhttp3.CertificatePinner build() +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult: long updatedOn +com.turingtechnologies.materialscrollbar.R$styleable: int[] DrawerArrowToggle +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode PARTLY_CLOUDY +james.adaptiveicon.R$id: int search_go_btn +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline Headline +androidx.activity.R$id: int accessibility_custom_action_7 +com.google.android.material.R$styleable: int PropertySet_android_alpha +io.reactivex.internal.util.NotificationLite: java.lang.String toString() +com.google.android.material.R$styleable: int NavigationView_itemBackground +okhttp3.internal.http2.Http2Stream$FramingSource: okio.Timeout timeout() +wangdaye.com.geometricweather.R$attr: int listPreferredItemPaddingRight +androidx.constraintlayout.widget.ConstraintLayout: void setOnConstraintsChanged(androidx.constraintlayout.widget.ConstraintsChangedListener) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow: MfForecastResult$Forecast$Snow() +androidx.hilt.lifecycle.R$styleable: int FontFamily_fontProviderCerts +cyanogenmod.weather.WeatherInfo$1: cyanogenmod.weather.WeatherInfo createFromParcel(android.os.Parcel) +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceFragmentCompatStyle +wangdaye.com.geometricweather.R$styleable: int Toolbar_subtitleTextColor wangdaye.com.geometricweather.R$styleable: int Toolbar_contentInsetLeft -androidx.appcompat.R$attr: int colorBackgroundFloating -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_LOCKSCREEN -cyanogenmod.weather.CMWeatherManager -com.google.gson.internal.LinkedTreeMap: LinkedTreeMap() -androidx.constraintlayout.helper.widget.Flow: Flow(android.content.Context) -wangdaye.com.geometricweather.R$drawable: int weather_snow_1 -com.google.android.material.R$color: int mtrl_filled_stroke_color -wangdaye.com.geometricweather.R$styleable: int GradientColor_android_centerColor -okhttp3.internal.cache2.Relay$RelaySource: okhttp3.internal.cache2.FileOperator fileOperator -androidx.appcompat.widget.Toolbar: void setCollapseIcon(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: void setAddress(java.lang.String) -okio.Segment: okio.Segment split(int) -com.google.android.material.R$styleable: int AppCompatTheme_activityChooserViewStyle -androidx.appcompat.widget.ActionBarOverlayLayout: void setWindowCallback(android.view.Window$Callback) -okhttp3.Cache: int writeSuccessCount -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorAccent -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeCutDrawable -com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_reverseLayout -com.turingtechnologies.materialscrollbar.R$attr: int showTitle -androidx.transition.R$id: int text2 -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_controlBackground -com.google.android.material.R$dimen: int abc_search_view_preferred_height -androidx.recyclerview.R$styleable: int GradientColor_android_centerX -io.reactivex.Observable: io.reactivex.Observable concatMapDelayError(io.reactivex.functions.Function) -androidx.lifecycle.extensions.R$style: int TextAppearance_Compat_Notification -com.xw.repo.bubbleseekbar.R$attr: int bsb_auto_adjust_section_mark -com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_centerX -android.didikee.donate.R$style: int Base_Widget_AppCompat_PopupWindow -wangdaye.com.geometricweather.R$array: int temperature_units_long -io.reactivex.Observable: io.reactivex.Observable range(int,int) -wangdaye.com.geometricweather.R$id: int activity_weather_daily_title -com.xw.repo.bubbleseekbar.R$style: int Base_V22_Theme_AppCompat -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_android_checkable -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getPm10() -james.adaptiveicon.R$id: int action_mode_bar -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: java.lang.String address -cyanogenmod.themes.IThemeProcessingListener$Stub$Proxy: void onFinishedProcessing(java.lang.String) -androidx.appcompat.R$color: int bright_foreground_disabled_material_dark -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_seek_by_section -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: int OTHER_STATE_CONSUMED_OR_EMPTY -retrofit2.KotlinExtensions -androidx.appcompat.R$attr: int drawerArrowStyle -android.didikee.donate.R$id: int shortcut -androidx.appcompat.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation -com.jaredrummler.android.colorpicker.R$attr: int negativeButtonText -androidx.constraintlayout.widget.R$attr: int iconifiedByDefault -cyanogenmod.profiles.LockSettings: LockSettings() -androidx.loader.app.LoaderManagerImpl$LoaderViewModel: LoaderManagerImpl$LoaderViewModel() -com.turingtechnologies.materialscrollbar.R$color: int abc_btn_colored_text_material -android.didikee.donate.R$attr: int commitIcon -com.google.android.material.R$styleable: int NavigationView_android_maxWidth -okhttp3.Cache: java.util.Iterator urls() -com.google.android.material.R$string: int mtrl_picker_day_of_week_column_header -androidx.viewpager.R$attr: int fontVariationSettings -androidx.preference.R$styleable: int ActionBar_navigationMode -androidx.appcompat.R$style: int Base_V26_Theme_AppCompat -androidx.hilt.lifecycle.R$dimen: int compat_notification_large_icon_max_height -james.adaptiveicon.R$attr: int actionMenuTextColor -com.google.android.material.R$id: int tag_accessibility_pane_title -okhttp3.OkHttpClient$Builder -com.xw.repo.bubbleseekbar.R$drawable: int notification_template_icon_bg -wangdaye.com.geometricweather.R$styleable: int Transition_motionInterpolator -androidx.appcompat.R$styleable: int Toolbar_navigationContentDescription -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_strokeColor -com.google.android.material.R$attr: int iconEndPadding -com.jaredrummler.android.colorpicker.R$styleable: int[] ColorStateListItem -com.turingtechnologies.materialscrollbar.R$attr: int actionViewClass -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: java.lang.String unit -androidx.preference.R$styleable: int TextAppearance_android_textColorLink -androidx.viewpager.R$styleable: int[] FontFamily -okhttp3.internal.Util: java.nio.charset.Charset UTF_16_LE -androidx.preference.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title -android.didikee.donate.R$attr: int panelBackground -okhttp3.internal.cache.DiskLruCache$Snapshot: long[] lengths -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setRainPrecipitation(java.lang.Float) -androidx.constraintlayout.helper.widget.Layer: void setTranslationY(float) -wangdaye.com.geometricweather.R$style: int Widget_Design_ScrimInsetsFrameLayout -wangdaye.com.geometricweather.R$animator: int weather_haze_1 -androidx.fragment.R$styleable: int FontFamily_fontProviderPackage -wangdaye.com.geometricweather.remoteviews.trend.TrendLinearLayout: TrendLinearLayout(android.content.Context,android.util.AttributeSet) -com.google.android.material.slider.Slider: float getValue() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_autoSizeStepGranularity -androidx.constraintlayout.widget.R$attr: int actionViewClass -io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: void collapseNotificationPanel() -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small -okhttp3.internal.http2.Http2Connection$1 -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_translationZ -okhttp3.internal.http2.Http2Codec$StreamFinishingSource: long read(okio.Buffer,long) -org.greenrobot.greendao.AbstractDaoSession: long insertOrReplace(java.lang.Object) -okhttp3.internal.tls.DistinguishedNameParser: char[] chars -androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: void setDropDownBackgroundResource(int) -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Caption -okhttp3.internal.ws.WebSocketReader: okio.Buffer controlFrameBuffer -android.didikee.donate.R$styleable: int LinearLayoutCompat_showDividers -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_drawPath -okhttp3.internal.http1.Http1Codec$FixedLengthSink: okio.Timeout timeout() -androidx.legacy.coreutils.R$styleable: int GradientColorItem_android_offset -androidx.preference.R$attr: int drawableSize -androidx.constraintlayout.widget.R$color: int secondary_text_default_material_light -androidx.loader.R$styleable -wangdaye.com.geometricweather.R$attr: int layout_anchor -com.xw.repo.bubbleseekbar.R$styleable: int FontFamily_fontProviderFetchTimeout -retrofit2.Call: okio.Timeout timeout() -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_android_fontVariationSettings -androidx.appcompat.widget.AppCompatButton -wangdaye.com.geometricweather.R$attr: int ratingBarStyleSmall -com.google.android.material.R$styleable: int[] SearchView -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: int getStatus() -androidx.appcompat.R$dimen: int abc_action_button_min_width_material -wangdaye.com.geometricweather.R$dimen: int abc_dialog_fixed_height_minor -androidx.appcompat.R$integer: int abc_config_activityDefaultDur -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_item_max_width -androidx.appcompat.widget.AppCompatButton: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() -okhttp3.internal.http.HttpMethod: boolean redirectsWithBody(java.lang.String) -wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_height -james.adaptiveicon.R$id: int progress_circular -wangdaye.com.geometricweather.R$styleable: int SwitchPreference_switchTextOff -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Medium_Inverse -com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_Chip -wangdaye.com.geometricweather.R$attr: int layout_constraintHeight_default -com.turingtechnologies.materialscrollbar.R$color: int design_fab_stroke_top_outer_color -okhttp3.internal.http2.Http2Connection: java.lang.String hostname -wangdaye.com.geometricweather.R$id: int material_clock_display -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float getSnow() -androidx.recyclerview.R$dimen: int notification_small_icon_size_as_large -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintBottom_toBottomOf -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_minHideDelay -io.reactivex.Observable: io.reactivex.Single collect(java.util.concurrent.Callable,io.reactivex.functions.BiConsumer) -io.reactivex.Observable: io.reactivex.Observable skipLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -io.reactivex.Observable: io.reactivex.Single toMap(io.reactivex.functions.Function,io.reactivex.functions.Function,java.util.concurrent.Callable) -com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_title_divider_material -io.reactivex.internal.operators.observable.ObserverResourceWrapper: ObserverResourceWrapper(io.reactivex.Observer) -wangdaye.com.geometricweather.R$id: int item_alert_title -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_subtitle_top_margin_material -wangdaye.com.geometricweather.R$id: int item_weather_daily_title_title -com.google.android.material.chip.Chip: void setHideMotionSpec(com.google.android.material.animation.MotionSpec) -io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: ObservableSubscribeOn$SubscribeOnObserver(io.reactivex.Observer) -wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit PERCENT -com.google.android.material.R$styleable: int Spinner_popupTheme -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_textAppearance -com.jaredrummler.android.colorpicker.R$integer: R$integer() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeIcePrecipitationProbability -com.xw.repo.bubbleseekbar.R$styleable: int[] Spinner -androidx.constraintlayout.widget.R$id: int wrap -androidx.appcompat.R$styleable: int StateListDrawable_android_visible -okhttp3.CacheControl: boolean mustRevalidate() -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeBackground -okhttp3.internal.http1.Http1Codec$ChunkedSource: long NO_CHUNK_YET -wangdaye.com.geometricweather.R$styleable: int[] ViewPager2 -com.jaredrummler.android.colorpicker.R$dimen: int fastscroll_minimum_range -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dropDownListViewStyle -wangdaye.com.geometricweather.R$color: int notification_background_m -com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_startAngle -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintTop_creator -com.jaredrummler.android.colorpicker.R$styleable: int Preference_allowDividerBelow -io.reactivex.Observable: io.reactivex.Observable fromFuture(java.util.concurrent.Future,io.reactivex.Scheduler) -com.xw.repo.bubbleseekbar.R$attr: int paddingBottomNoButtons -com.jaredrummler.android.colorpicker.R$integer: int cancel_button_image_alpha -com.turingtechnologies.materialscrollbar.R$attr: int chipIconTint -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult -james.adaptiveicon.R$layout: int abc_list_menu_item_checkbox -wangdaye.com.geometricweather.R$attr: int tabInlineLabel -androidx.legacy.coreutils.R$drawable: int notification_template_icon_low_bg -cyanogenmod.hardware.ICMHardwareService: boolean setDisplayGammaCalibration(int,int[]) -cyanogenmod.content.Intent: java.lang.String ACTION_INITIALIZE_CM_HARDWARE -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner -cyanogenmod.profiles.AirplaneModeSettings: AirplaneModeSettings(int,boolean) -com.turingtechnologies.materialscrollbar.R$attr: int ratingBarStyleSmall -wangdaye.com.geometricweather.db.entities.DaoSession: DaoSession(org.greenrobot.greendao.database.Database,org.greenrobot.greendao.identityscope.IdentityScopeType,java.util.Map) -android.didikee.donate.R$drawable: int abc_ab_share_pack_mtrl_alpha -com.jaredrummler.android.colorpicker.R$layout: int cpv_preference_square -com.google.android.material.R$attr: int fabAlignmentMode -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind: java.lang.Integer gust -androidx.vectordrawable.R$id: int accessibility_custom_action_28 -androidx.appcompat.resources.R$id: int accessibility_custom_action_25 -androidx.preference.R$styleable: int MenuGroup_android_menuCategory -androidx.appcompat.R$style: int Base_V7_Theme_AppCompat_Dialog -androidx.lifecycle.ClassesInfoCache: androidx.lifecycle.ClassesInfoCache sInstance -androidx.appcompat.R$anim: int abc_shrink_fade_out_from_bottom -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableEndCompat -wangdaye.com.geometricweather.R$layout: int item_weather_daily_line -com.google.android.material.R$dimen: int material_clock_display_padding -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric Metric -wangdaye.com.geometricweather.R$attr: int fontWeight -com.google.android.material.R$attr: int touchAnchorSide -cyanogenmod.app.ProfileGroup$Mode: cyanogenmod.app.ProfileGroup$Mode[] $VALUES -com.google.android.material.R$attr: int onNegativeCross -wangdaye.com.geometricweather.R$xml: int widget_trend_daily -okhttp3.internal.cache.CacheInterceptor$1: long read(okio.Buffer,long) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintStart_toStartOf -com.turingtechnologies.materialscrollbar.R$attr: int actionDropDownStyle -cyanogenmod.providers.DataUsageContract: int COLUMN_OF_ENABLE -wangdaye.com.geometricweather.R$drawable: int notif_temp_51 -com.google.android.material.bottomappbar.BottomAppBar: int getFabAlignmentMode() -cyanogenmod.externalviews.ExternalViewProviderService$1$1: android.os.Bundle val$options -com.google.android.material.R$styleable: int KeyCycle_motionTarget -androidx.hilt.R$dimen: int compat_notification_large_icon_max_width -androidx.coordinatorlayout.R$id: int accessibility_custom_action_2 -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionButton_CloseMode -wangdaye.com.geometricweather.R$drawable: int notif_temp_58 -okhttp3.internal.http2.Http2Connection$6: int val$byteCount -wangdaye.com.geometricweather.R$drawable: int ic_cloud -wangdaye.com.geometricweather.R$dimen: int design_navigation_item_icon_padding -wangdaye.com.geometricweather.R$styleable: int AlertDialog_multiChoiceItemLayout -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorSwitchThumbNormal -cyanogenmod.app.ProfileGroup: boolean matches(android.app.NotificationGroup,boolean) -androidx.fragment.R$dimen: int notification_media_narrow_margin -james.adaptiveicon.R$drawable: int abc_scrubber_control_off_mtrl_alpha -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void onNext(java.lang.Object) -android.didikee.donate.R$style: int Base_Widget_AppCompat_Button_Borderless -wangdaye.com.geometricweather.R$attr: int materialThemeOverlay -com.google.android.material.bottomnavigation.BottomNavigationView -com.jaredrummler.android.colorpicker.R$anim: int abc_tooltip_enter -com.google.android.material.R$drawable: int ic_mtrl_chip_close_circle -com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_color -androidx.lifecycle.ReportFragment: void onActivityCreated(android.os.Bundle) -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_11 -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX$InfoX: java.util.List day -com.google.android.material.R$integer: int cancel_button_image_alpha -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow -androidx.lifecycle.LifecycleRegistry: boolean mNewEventOccurred -wangdaye.com.geometricweather.R$drawable: int ic_pm -androidx.appcompat.R$style: int Base_Widget_AppCompat_ListView_DropDown -androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type UNKNOWN -com.xw.repo.bubbleseekbar.R$attr: int barLength -androidx.recyclerview.R$attr -androidx.constraintlayout.widget.R$style: int Base_V21_Theme_AppCompat_Light -com.google.gson.stream.JsonReader$1: JsonReader$1() -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_DEFAULT_COLOR_VALIDATOR -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_firstHorizontalBias -cyanogenmod.power.IPerformanceManager: boolean setPowerProfile(int) -com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat_ActionBar -androidx.preference.R$id: int action_bar_subtitle -com.turingtechnologies.materialscrollbar.R$integer: R$integer() -com.google.android.material.R$styleable: int AlertDialog_listLayout -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_firstHorizontalBias -cyanogenmod.hardware.CMHardwareManager: int FEATURE_COLOR_ENHANCEMENT -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_rippleColor -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: void onComplete() -com.turingtechnologies.materialscrollbar.R$drawable: int navigation_empty_icon -com.google.android.material.R$color: int design_default_color_background -wangdaye.com.geometricweather.R$xml: int icon_provider_sun_moon_filter -com.jaredrummler.android.colorpicker.R$style: int AlertDialog_AppCompat -androidx.viewpager.R$styleable: int FontFamily_fontProviderPackage -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.HourlyEntity) -io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy LATEST -com.google.android.material.R$dimen: int design_snackbar_elevation -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: void dispose() -androidx.recyclerview.R$drawable: int notification_bg_normal_pressed -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: java.lang.String getSourceId() -androidx.legacy.coreutils.R$id: int icon_group -com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_Snackbar -cyanogenmod.app.ProfileGroup: void setSoundOverride(android.net.Uri) -cyanogenmod.providers.CMSettings$Secure: CMSettings$Secure() -com.google.android.material.R$attr: int divider -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_checked -androidx.appcompat.R$styleable: int GradientColor_android_endX -androidx.preference.R$id: R$id() -androidx.hilt.lifecycle.R$drawable: int notification_bg_normal -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_creator -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getActiveProfile -com.google.android.material.R$id: int search_mag_icon -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: io.reactivex.functions.Function mapper -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: java.lang.String brandId -okhttp3.HttpUrl: java.lang.String url -cyanogenmod.profiles.LockSettings: void readFromParcel(android.os.Parcel) -androidx.hilt.lifecycle.R$dimen: int notification_right_icon_size -androidx.constraintlayout.widget.R$attr: int dividerVertical -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_summaryOn -androidx.legacy.coreutils.R$styleable: int GradientColorItem_android_color -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeIcePrecipitation -androidx.preference.R$styleable: int SwitchPreferenceCompat_android_disableDependentsState -com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemHorizontalTranslationEnabled -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: int status -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_firstHorizontalBias -androidx.constraintlayout.widget.R$id: int action_bar_spinner -io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: long serialVersionUID -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorControlHighlight -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean requestDismissAndStartActivity(android.content.Intent) -android.didikee.donate.R$style: int Widget_AppCompat_Toolbar -wangdaye.com.geometricweather.common.basic.models.weather.UV: int UV_INDEX_MIDDLE -androidx.appcompat.R$color: int bright_foreground_disabled_material_light -okhttp3.internal.http2.Hpack$Reader: void readLiteralHeaderWithIncrementalIndexingNewName() -com.google.android.material.R$styleable: int NavigationView_itemShapeInsetTop -wangdaye.com.geometricweather.R$string: int settings_title_minimal_icon -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver parent -androidx.constraintlayout.widget.Group: Group(android.content.Context,android.util.AttributeSet,int) -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Subhead -com.google.android.material.R$style: int Widget_MaterialComponents_Button_TextButton_Icon -org.greenrobot.greendao.AbstractDaoSession: AbstractDaoSession(org.greenrobot.greendao.database.Database) -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_passwordToggleDrawable -androidx.appcompat.R$id: int group_divider -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: java.lang.String LocalizedName -io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: boolean connected -wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_itemStrokeColor -androidx.appcompat.resources.R$id: int accessibility_action_clickable_span -wangdaye.com.geometricweather.R$attr: int showAsAction -com.google.android.material.slider.BaseSlider: void setThumbTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Ice -com.google.android.material.R$attr: int collapsedTitleGravity -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void innerError(io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver,java.lang.Throwable) -androidx.constraintlayout.widget.R$attr: int actionBarSplitStyle -androidx.vectordrawable.animated.R$id: int normal -androidx.viewpager2.R$layout: int notification_template_part_chronometer -androidx.lifecycle.LiveData: java.lang.Object mPendingData -com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_ttcIndex -com.google.android.material.R$animator: int mtrl_extended_fab_change_size_collapse_motion_spec -androidx.appcompat.R$attr: int goIcon -cyanogenmod.app.IPartnerInterface: void setMobileDataEnabled(boolean) -com.google.android.material.imageview.ShapeableImageView: void setStrokeWidthResource(int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX() -com.bumptech.glide.R$drawable: int notification_bg_low_normal -wangdaye.com.geometricweather.R$id: int dialog_time_setter_done -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum -com.jaredrummler.android.colorpicker.R$attr: int panelMenuListTheme -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float getO3() -androidx.preference.R$id: int tag_accessibility_clickable_spans -androidx.work.R$id: int icon -james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge -cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_BATTERY_STYLE -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable -androidx.preference.R$dimen: int notification_big_circle_margin -androidx.vectordrawable.animated.R$styleable: int GradientColor_android_endY -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeThunderstormPrecipitationProbability(java.lang.Float) -wangdaye.com.geometricweather.R$styleable: int BottomAppBar_paddingLeftSystemWindowInsets -com.google.android.material.R$integer: int mtrl_card_anim_duration_ms -androidx.constraintlayout.widget.R$styleable: int GradientColor_android_endX -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: java.lang.String getValue() -androidx.appcompat.resources.R$id: int dialog_button +com.google.android.material.R$style: int Widget_AppCompat_Light_PopupMenu +android.didikee.donate.R$styleable: int AppCompatTheme_controlBackground +wangdaye.com.geometricweather.R$color: int material_grey_800 +okhttp3.internal.ws.RealWebSocket: java.util.concurrent.ScheduledExecutorService executor +wangdaye.com.geometricweather.R$layout: int mtrl_picker_text_input_date +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintVertical_chainStyle +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_seekBarStyle +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_AutoCompleteTextView +okhttp3.internal.http2.Http2Connection: void sendDegradedPingLater() +androidx.work.R$style: int Widget_Compat_NotificationActionText +wangdaye.com.geometricweather.R$style: int ShapeAppearance_MaterialComponents_MediumComponent +androidx.core.R$id: int blocking +wangdaye.com.geometricweather.R$dimen: int material_cursor_inset_bottom +com.xw.repo.bubbleseekbar.R$attr: int listPreferredItemHeight +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: java.lang.String languageId +com.google.android.material.R$styleable: int TabLayout_tabRippleColor +com.google.android.material.R$dimen: int mtrl_snackbar_background_overlay_color_alpha +wangdaye.com.geometricweather.R$color: int design_dark_default_color_on_surface +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarSize +androidx.constraintlayout.widget.R$attr: int buttonBarNegativeButtonStyle +com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse +james.adaptiveicon.R$styleable: int ViewBackgroundHelper_backgroundTint +com.google.android.material.floatingactionbutton.FloatingActionButton: void setSupportBackgroundTintList(android.content.res.ColorStateList) +james.adaptiveicon.R$layout: int notification_template_custom_big +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Spinner_DropDown +wangdaye.com.geometricweather.R$attr: int mock_labelBackgroundColor +com.jaredrummler.android.colorpicker.R$id: int cpv_color_panel_view +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: java.lang.String getInterfaceDescriptor() +cyanogenmod.app.suggest.IAppSuggestManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +androidx.appcompat.R$styleable: int AppCompatTextView_textAllCaps +com.turingtechnologies.materialscrollbar.R$attr: int hintTextAppearance +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void error(java.lang.Throwable) +androidx.core.R$layout +androidx.appcompat.R$styleable: int GradientColor_android_startY +cyanogenmod.app.ILiveLockScreenChangeListener: void onLiveLockScreenChanged(cyanogenmod.app.LiveLockScreenInfo) +com.turingtechnologies.materialscrollbar.R$attr: int lineSpacing +cyanogenmod.externalviews.ExternalViewProviderService$1: android.os.IBinder createExternalView(android.os.Bundle) +com.google.android.material.chip.Chip: void setChipIconSizeResource(int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setUvIndex(java.lang.String) +wangdaye.com.geometricweather.R$xml: int widget_day_week +io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: long serialVersionUID +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_android_font +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_verticalBias +com.turingtechnologies.materialscrollbar.R$id: int search_src_text +wangdaye.com.geometricweather.R$interpolator +androidx.preference.R$dimen: int disabled_alpha_material_dark +okhttp3.internal.cache.CacheStrategy$Factory: int ageSeconds +wangdaye.com.geometricweather.R$dimen: int design_snackbar_extra_spacing_horizontal +wangdaye.com.geometricweather.common.basic.models.weather.Astro: java.util.Date setDate +cyanogenmod.weatherservice.ServiceRequest: cyanogenmod.weather.RequestInfo mInfo +androidx.appcompat.widget.AppCompatImageButton: AppCompatImageButton(android.content.Context,android.util.AttributeSet,int) +com.github.rahatarmanahmed.cpv.R$styleable: int[] CircularProgressView +androidx.appcompat.widget.SwitchCompat: SwitchCompat(android.content.Context) +wangdaye.com.geometricweather.R$drawable: int abc_edit_text_material +okhttp3.internal.http2.Http2Codec: java.lang.String HOST +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_autoSizeMinTextSize +android.didikee.donate.R$style: int Theme_AppCompat_Light +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: java.util.concurrent.atomic.AtomicReference upstream +androidx.constraintlayout.widget.R$attr: int flow_firstHorizontalStyle +com.google.android.material.R$dimen: int material_clock_hand_padding +com.google.android.material.textfield.TextInputLayout: void setStartIconDrawable(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationApi +wangdaye.com.geometricweather.R$id: int dialog_time_setter_cancel +com.turingtechnologies.materialscrollbar.R$string: int search_menu_title +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: java.lang.String dept +androidx.hilt.work.R$styleable: int FontFamilyFont_android_fontVariationSettings +com.google.android.material.R$id: int custom +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_DialogWhenLarge +com.google.android.material.R$style: int Widget_AppCompat_ActionBar_Solid +androidx.constraintlayout.widget.R$color: int abc_primary_text_material_light +okhttp3.internal.http2.Header +james.adaptiveicon.R$attr: int isLightTheme +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void next(java.lang.Object) +androidx.lifecycle.SavedStateViewModelFactory: java.lang.reflect.Constructor findMatchingConstructor(java.lang.Class,java.lang.Class[]) +androidx.preference.PreferenceGroup: void setOnExpandButtonClickListener(androidx.preference.PreferenceGroup$OnExpandButtonClickListener) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$DailyTemperature: MfForecastResult$DailyForecast$DailyTemperature() +cyanogenmod.profiles.StreamSettings +com.xw.repo.bubbleseekbar.R$attr: int homeLayout +androidx.appcompat.R$drawable: int notification_bg_low +com.google.android.material.R$attr: int checkedChip +wangdaye.com.geometricweather.R$anim: int fragment_close_exit +com.google.android.material.slider.BaseSlider: void setThumbStrokeWidth(float) +androidx.appcompat.widget.AppCompatEditText: void setBackgroundResource(int) +james.adaptiveicon.R$string: int abc_searchview_description_query +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item com.google.android.material.R$integer: int mtrl_calendar_selection_text_lines -com.google.android.material.R$attr: int materialCalendarHeaderDivider -androidx.legacy.coreutils.R$color -retrofit2.RequestBuilder: boolean hasBody -wangdaye.com.geometricweather.common.ui.widgets.DrawerLayout: DrawerLayout(android.content.Context) -androidx.constraintlayout.widget.R$color: int primary_dark_material_light -androidx.constraintlayout.widget.R$drawable: int abc_ic_menu_share_mtrl_alpha -com.google.android.material.R$style: int Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected -androidx.fragment.R$id: int action_divider -com.google.android.material.button.MaterialButton: void setShapeAppearanceModel(com.google.android.material.shape.ShapeAppearanceModel) -com.google.android.material.R$dimen: int abc_action_button_min_width_overflow_material -wangdaye.com.geometricweather.R$id: int notification_big_week_4 -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade RealFeelTemperatureShade -com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_text_size -com.xw.repo.bubbleseekbar.R$attr: int panelMenuListWidth -com.turingtechnologies.materialscrollbar.R$drawable: int abc_textfield_search_default_mtrl_alpha -com.google.android.material.R$styleable: int MaterialCalendar_dayInvalidStyle -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ListView_Menu -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean precipitationProbability -wangdaye.com.geometricweather.R$attr: int thumbRadius -com.google.android.material.R$dimen: int abc_action_button_min_height_material -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_z -com.google.android.material.R$attr: int actionBarTheme -wangdaye.com.geometricweather.R$color: int dim_foreground_material_light -com.google.android.material.R$attr: int tooltipFrameBackground -retrofit2.RequestBuilder -androidx.appcompat.R$id: int line1 -com.google.android.material.R$attr: int contentInsetStart -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum: java.lang.String Unit -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$3: void run() -com.turingtechnologies.materialscrollbar.R$id: int up -wangdaye.com.geometricweather.R$styleable: int ColorPanelView_cpv_colorShape -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_contentInsetStartWithNavigation -okhttp3.internal.http2.Http2Reader$ContinuationSource: okio.BufferedSource source +com.google.android.material.datepicker.Month +com.jaredrummler.android.colorpicker.R$bool: int abc_allow_stacked_button_bar +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property City +androidx.preference.R$styleable: int SwitchCompat_android_textOff +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void onComplete() +wangdaye.com.geometricweather.R$color: int material_slider_inactive_tick_marks_color +cyanogenmod.weatherservice.WeatherProviderService: void attachBaseContext(android.content.Context) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_38 +com.google.android.material.R$attr: int useCompatPadding +androidx.preference.R$attr: int contentInsetLeft +okhttp3.CookieJar: java.util.List loadForRequest(okhttp3.HttpUrl) +io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: void subscribeNext() +cyanogenmod.hardware.CMHardwareManager: int FEATURE_TAP_TO_WAKE +androidx.viewpager2.widget.ViewPager2$SavedState: android.os.Parcelable$Creator CREATOR +com.xw.repo.bubbleseekbar.R$drawable: int notification_tile_bg +com.google.android.material.R$id: int group_divider +android.didikee.donate.R$color: int button_material_dark +com.jaredrummler.android.colorpicker.R$style: int Base_V23_Theme_AppCompat +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_collapseIcon +okhttp3.CertificatePinner: void check(java.lang.String,java.security.cert.Certificate[]) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_autoSizeStepGranularity +androidx.constraintlayout.widget.R$id: int scrollView +androidx.constraintlayout.widget.ConstraintHelper: ConstraintHelper(android.content.Context,android.util.AttributeSet) +com.github.rahatarmanahmed.cpv.R$attr: int cpv_animDuration +cyanogenmod.app.ILiveLockScreenChangeListener$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) +com.google.android.material.textfield.TextInputLayout: void setCounterTextColor(android.content.res.ColorStateList) +android.didikee.donate.R$styleable: int AppCompatTheme_listMenuViewStyle +androidx.swiperefreshlayout.R$id: R$id() +wangdaye.com.geometricweather.R$attr: int bsb_always_show_bubble +org.greenrobot.greendao.AbstractDao: void readEntity(android.database.Cursor,java.lang.Object,int) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeWindSpeed() +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_firstHorizontalBias +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemTextColor +retrofit2.http.PATCH: java.lang.String value() +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void drain() +wangdaye.com.geometricweather.R$drawable: int weather_wind +wangdaye.com.geometricweather.db.entities.DailyEntity: void setTreeDescription(java.lang.String) +android.didikee.donate.R$drawable: int abc_list_selector_holo_light +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.query.Query queryRawCreate(java.lang.String,java.lang.Object[]) +androidx.appcompat.resources.R$id: int accessibility_custom_action_24 +wangdaye.com.geometricweather.R$id: int activity_widget_config_cardAlphaSeekBar +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_android_disableDependentsState +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored +wangdaye.com.geometricweather.db.entities.DaoSession +wangdaye.com.geometricweather.R$id: int container_main_sun_moon_moonContainer +wangdaye.com.geometricweather.R$drawable: int notif_temp_97 +androidx.preference.R$styleable: int[] Fragment +com.jaredrummler.android.colorpicker.R$color: int switch_thumb_material_light +wangdaye.com.geometricweather.R$drawable: int ic_uv +androidx.transition.R$dimen: int notification_small_icon_background_padding +androidx.constraintlayout.widget.R$attr: int ratingBarStyleSmall +androidx.constraintlayout.widget.R$dimen: int abc_text_size_menu_header_material +com.xw.repo.bubbleseekbar.R$attr: int windowFixedWidthMajor +james.adaptiveicon.R$attr: int colorBackgroundFloating +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu +org.greenrobot.greendao.AbstractDaoMaster: int getSchemaVersion() +android.didikee.donate.R$id: int showHome +wangdaye.com.geometricweather.R$drawable: int weather_snow_2 +okhttp3.internal.platform.Jdk9Platform: void configureTlsExtensions(javax.net.ssl.SSLSocket,java.lang.String,java.util.List) +wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List hourlyForecast +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: ObservableRefCount$RefCountObserver(io.reactivex.Observer,io.reactivex.internal.operators.observable.ObservableRefCount,io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection) +com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status WAITING_FOR_SIZE +james.adaptiveicon.R$attr: int trackTint +androidx.preference.R$styleable: int DialogPreference_android_negativeButtonText +com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_spanCount +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_trackTintMode +okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder cipherSuites(java.lang.String[]) +cyanogenmod.profiles.StreamSettings: int getStreamId() +com.github.rahatarmanahmed.cpv.R$color +androidx.appcompat.R$styleable: int ActionBarLayout_android_layout_gravity +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric +cyanogenmod.weather.ICMWeatherManager: void unregisterWeatherServiceProviderChangeListener(cyanogenmod.weather.IWeatherServiceProviderChangeListener) +com.google.android.material.R$styleable: int NavigationView_menu +wangdaye.com.geometricweather.R$drawable: int abc_ic_commit_search_api_mtrl_alpha +androidx.transition.R$drawable: int notification_icon_background +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void drainLoop() +wangdaye.com.geometricweather.R$drawable: int ic_dress +androidx.appcompat.R$style: int ThemeOverlay_AppCompat +com.google.android.material.R$styleable: int Insets_paddingBottomSystemWindowInsets +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_expanded +com.xw.repo.bubbleseekbar.R$attr: int switchPadding +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void trimHead() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listDividerAlertDialog +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Large +androidx.appcompat.R$styleable: int GradientColor_android_startColor +androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceListItemSmall +com.google.gson.internal.JsonReaderInternalAccess: void promoteNameToValue(com.google.gson.stream.JsonReader) +com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner +androidx.preference.R$drawable: int abc_textfield_search_activated_mtrl_alpha +androidx.constraintlayout.widget.R$color: int material_grey_50 +wangdaye.com.geometricweather.R$dimen: int mtrl_high_ripple_hovered_alpha +okhttp3.ConnectionPool: boolean connectionBecameIdle(okhttp3.internal.connection.RealConnection) +cyanogenmod.app.ILiveLockScreenManagerProvider: void enqueueLiveLockScreen(java.lang.String,int,cyanogenmod.app.LiveLockScreenInfo,int[],int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange Past12HourRange +androidx.core.R$id: int accessibility_custom_action_28 +android.didikee.donate.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$DailyTemperature +okhttp3.internal.Util: java.lang.String[] concat(java.lang.String[],java.lang.String) +androidx.hilt.lifecycle.R$styleable: int FontFamily_fontProviderPackage +androidx.hilt.work.R$id: int accessibility_custom_action_5 +androidx.appcompat.resources.R$id: int accessibility_custom_action_12 +okhttp3.internal.http.HttpHeaders: java.lang.String repeat(char,int) +androidx.lifecycle.ComputableLiveData$2: androidx.lifecycle.ComputableLiveData this$0 +androidx.fragment.R$color +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle +android.didikee.donate.R$string: int abc_capital_off +com.google.android.material.slider.BaseSlider: void removeOnChangeListener(com.google.android.material.slider.BaseOnChangeListener) +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu +com.xw.repo.bubbleseekbar.R$attr: int subtitleTextColor +androidx.appcompat.R$styleable: int AppCompatTheme_actionModeStyle +com.google.android.material.R$dimen: int abc_edit_text_inset_bottom_material +wangdaye.com.geometricweather.R$dimen: int abc_floating_window_z +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Large_Inverse +androidx.transition.R$id: int save_overlay_view +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Large_Inverse +wangdaye.com.geometricweather.weather.apis.AtmoAuraIqaApi +androidx.preference.R$style: int Platform_V21_AppCompat_Light +com.google.android.material.R$string: int appbar_scrolling_view_behavior +com.google.android.material.R$styleable: int CardView_cardCornerRadius +androidx.constraintlayout.widget.R$id: int split_action_bar +androidx.preference.R$id: int action_mode_bar +androidx.lifecycle.ProcessLifecycleOwner: androidx.lifecycle.Lifecycle getLifecycle() +androidx.appcompat.R$id: int accessibility_custom_action_11 +io.reactivex.internal.subscriptions.DeferredScalarSubscription: int FUSED_READY +androidx.appcompat.R$dimen: int compat_notification_large_icon_max_width +okhttp3.internal.Util: java.lang.String canonicalizeHost(java.lang.String) +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.R$attr: int endIconMode +androidx.appcompat.R$styleable: int ActionBar_displayOptions +androidx.constraintlayout.widget.R$styleable: int SearchView_android_imeOptions +androidx.preference.R$attr: int subtitle +wangdaye.com.geometricweather.R$layout: int test_chip_zero_corner_radius +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_goneMarginStart +okhttp3.HttpUrl: java.lang.String username +wangdaye.com.geometricweather.R$string: int humidity +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: int bufferSize +okhttp3.Cache$2: java.util.Iterator delegate +com.jaredrummler.android.colorpicker.R$style: int Platform_V25_AppCompat +com.google.android.material.R$drawable: int notification_action_background +androidx.swiperefreshlayout.R$dimen: int notification_large_icon_width +com.google.android.material.R$styleable: int LinearLayoutCompat_Layout_android_layout_width +androidx.cardview.widget.CardView: android.content.res.ColorStateList getCardBackgroundColor() +okio.AsyncTimeout: long timeoutAt +cyanogenmod.app.ICMStatusBarManager +com.google.android.material.R$styleable: int MaterialRadioButton_buttonTint +okhttp3.ResponseBody$1: long contentLength() +androidx.preference.R$styleable: int PreferenceFragmentCompat_android_divider +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintGuide_end +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void innerComplete(io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver) +okhttp3.internal.http1.Http1Codec: void writeRequestHeaders(okhttp3.Request) +james.adaptiveicon.R$dimen: int abc_dialog_fixed_width_minor +com.google.android.material.R$styleable: int PropertySet_visibilityMode +androidx.constraintlayout.widget.R$attr: int logoDescription +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: long end +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.lang.String moonPhaseDescription +com.jaredrummler.android.colorpicker.R$attr: int commitIcon +com.turingtechnologies.materialscrollbar.R$attr: int fabSize +com.google.android.material.R$id: int mtrl_picker_header +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeSnowPrecipitationProbability(java.lang.Float) +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow +wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_translationZ +com.jaredrummler.android.colorpicker.R$styleable: int[] ActionBar +com.google.android.material.R$style: int Widget_MaterialComponents_TextInputEditText_FilledBox_Dense +androidx.recyclerview.widget.RecyclerView: RecyclerView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$id: int grassIcon +androidx.transition.R$id: int action_container +com.jaredrummler.android.colorpicker.R$drawable: int abc_textfield_default_mtrl_alpha +com.google.android.material.R$attr: int indeterminateProgressStyle +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_switchPreferenceStyle +cyanogenmod.themes.IThemeService: void rebuildResourceCache() +androidx.preference.R$attr: int actionBarTabStyle +wangdaye.com.geometricweather.R$styleable: int SwitchPreference_disableDependentsState +okhttp3.internal.http2.Hpack: Hpack() +androidx.work.R$styleable: int GradientColor_android_startX +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintRight_creator +com.google.android.material.R$styleable: int TextInputLayout_hintTextAppearance +wangdaye.com.geometricweather.R$layout: int mtrl_calendar_horizontal +wangdaye.com.geometricweather.R$attr: int liftOnScroll +wangdaye.com.geometricweather.R$styleable: int[] AppCompatTextView +com.jaredrummler.android.colorpicker.R$attr: int layout +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float thunderstormPrecipitation +androidx.coordinatorlayout.R$dimen: int notification_large_icon_height +okhttp3.Request$Builder: okhttp3.Request$Builder get() +com.google.android.material.R$styleable: int ActionBar_navigationMode +wangdaye.com.geometricweather.R$font: int product_sans_medium +retrofit2.ServiceMethod +wangdaye.com.geometricweather.R$animator: int mtrl_chip_state_list_anim +com.bumptech.glide.integration.okhttp.R$drawable: int notification_template_icon_low_bg +io.reactivex.internal.observers.DeferredScalarDisposable: DeferredScalarDisposable(io.reactivex.Observer) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Metric: AccuCurrentResult$DewPoint$Metric() +androidx.constraintlayout.widget.R$id: int list_item +androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_marginBottom +okhttp3.internal.http2.Hpack$Reader: void readLiteralHeaderWithoutIndexingNewName() +wangdaye.com.geometricweather.R$id: int container_main_sun_moon_controlView +wangdaye.com.geometricweather.remoteviews.config.ClockDayVerticalWidgetConfigActivity: ClockDayVerticalWidgetConfigActivity() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Metric Metric +com.google.android.material.R$attr: int badgeStyle +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintLeft_toLeftOf +cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setHumidity(double) +cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_GET_SYSTEM +cyanogenmod.app.ProfileGroup: int describeContents() +com.google.android.material.R$layout: int select_dialog_singlechoice_material +com.jaredrummler.android.colorpicker.R$layout: int abc_screen_simple_overlay_action_mode +androidx.appcompat.R$attr: int drawableTint +com.google.android.material.appbar.AppBarLayout: AppBarLayout(android.content.Context) +com.google.android.material.R$id: int action_bar_spinner +io.reactivex.observers.TestObserver$EmptyObserver +androidx.appcompat.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog +com.google.android.material.R$attr: int bottomSheetDialogTheme +com.google.android.material.timepicker.ChipTextInputComboView: void setOnClickListener(android.view.View$OnClickListener) +androidx.appcompat.resources.R$styleable: int GradientColor_android_endX +wangdaye.com.geometricweather.main.dialogs.HourlyWeatherDialog +wangdaye.com.geometricweather.R$attr: int onShow +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property TimeZone +androidx.dynamicanimation.R$drawable: int notify_panel_notification_icon_bg +com.xw.repo.bubbleseekbar.R$styleable: int[] AnimatedStateListDrawableItem +com.google.android.material.R$interpolator: int fast_out_slow_in +cyanogenmod.app.ProfileGroup: boolean mDirty +org.greenrobot.greendao.AbstractDao: java.util.List loadAllFromCursor(android.database.Cursor) +androidx.versionedparcelable.CustomVersionedParcelable +wangdaye.com.geometricweather.R$drawable: int notif_temp_41 +androidx.preference.R$styleable: int AppCompatTheme_borderlessButtonStyle +com.google.android.material.R$styleable: int AnimatedStateListDrawableCompat_android_visible +androidx.appcompat.R$styleable: int Toolbar_logo +okio.SegmentedByteString: java.lang.String toString() +androidx.preference.R$styleable: int MultiSelectListPreference_entries +okhttp3.internal.http2.Http2Connection: void writePing(boolean,int,int) +com.google.android.material.R$id: int mtrl_motion_snapshot_view +cyanogenmod.themes.ThemeChangeRequest$RequestType +james.adaptiveicon.R$string: int abc_activity_chooser_view_see_all +com.turingtechnologies.materialscrollbar.R$color: int foreground_material_light +androidx.hilt.lifecycle.R$layout: int notification_template_part_time +io.reactivex.Observable: io.reactivex.Observable retry(long) +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: int Rank +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_fontFamily +wangdaye.com.geometricweather.R$string: int sp_widget_clock_day_horizontal_setting +wangdaye.com.geometricweather.R$attr: int progressIndicatorStyle +com.xw.repo.bubbleseekbar.R$dimen: int abc_config_prefDialogWidth +okhttp3.internal.http.RetryAndFollowUpInterceptor: okhttp3.Address createAddress(okhttp3.HttpUrl) +androidx.hilt.lifecycle.R$dimen: int notification_content_margin_start +com.google.android.material.timepicker.TimePickerView: void addOnRotateListener(com.google.android.material.timepicker.ClockHandView$OnRotateListener) +androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat_Dark +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Spinner_DropDown +james.adaptiveicon.R$styleable: int MenuItem_android_title +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Caption +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title +com.google.android.material.R$color: int dim_foreground_disabled_material_light +cyanogenmod.app.CMTelephonyManager: java.lang.String TAG +com.jaredrummler.android.colorpicker.R$id: int search_mag_icon +wangdaye.com.geometricweather.R$styleable: int Chip_chipIconSize +com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat_Dark +io.reactivex.Observable: io.reactivex.Observable buffer(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +com.google.gson.internal.LinkedTreeMap: int modCount +com.bumptech.glide.integration.okhttp.R$id: int right_side +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionOverflowButtonStyle +okhttp3.internal.connection.RouteException +androidx.lifecycle.extensions.R$attr: R$attr() +android.didikee.donate.R$color: int switch_thumb_disabled_material_light +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode valueOf(java.lang.String) +okhttp3.Response$Builder: okhttp3.Response$Builder cacheResponse(okhttp3.Response) +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ListMenuView +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor valueOf(java.lang.String) +okio.Buffer: okio.Buffer writeUtf8(java.lang.String) +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow +androidx.preference.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode +okhttp3.internal.cache.CacheStrategy$Factory: java.lang.String etag +io.reactivex.Observable: io.reactivex.Observable empty() +cyanogenmod.externalviews.KeyguardExternalViewProviderService: android.view.WindowManager mWindowManager +com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getLabelVisibilityMode() +james.adaptiveicon.R$styleable: int ActionBar_elevation +androidx.lifecycle.SavedStateHandleController +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: void setEn_US(java.lang.String) +androidx.viewpager2.R$layout: R$layout() +com.xw.repo.bubbleseekbar.R$dimen: int abc_button_padding_vertical_material +com.google.android.material.progressindicator.ProgressIndicator: int getIndicatorType() +com.google.android.material.R$dimen: int abc_dialog_fixed_height_major +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert +retrofit2.RequestBuilder: void addFormField(java.lang.String,java.lang.String,boolean) +androidx.lifecycle.DefaultLifecycleObserver: void onCreate(androidx.lifecycle.LifecycleOwner) +okio.BufferedSink: okio.BufferedSink writeIntLe(int) +wangdaye.com.geometricweather.R$drawable: int notification_bg +io.reactivex.internal.util.VolatileSizeArrayList: boolean retainAll(java.util.Collection) +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void dispose() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: java.util.List alerts +androidx.fragment.R$attr: int fontProviderAuthority +com.jaredrummler.android.colorpicker.R$attr: int windowFixedWidthMajor +wangdaye.com.geometricweather.R$string: int sp_widget_clock_day_details_setting +com.jaredrummler.android.colorpicker.R$attr: int windowFixedHeightMajor +android.didikee.donate.R$dimen: int abc_action_bar_elevation_material +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionOverflowMenuStyle +wangdaye.com.geometricweather.R$id: int container_main_details_title +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox +retrofit2.HttpServiceMethod: retrofit2.CallAdapter createCallAdapter(retrofit2.Retrofit,java.lang.reflect.Method,java.lang.reflect.Type,java.lang.annotation.Annotation[]) +wangdaye.com.geometricweather.remoteviews.config.ClockDayHorizontalWidgetConfigActivity: ClockDayHorizontalWidgetConfigActivity() +com.jaredrummler.android.colorpicker.R$style: int Preference_SwitchPreferenceCompat +android.support.v4.app.INotificationSideChannel$Stub: int TRANSACTION_notify +cyanogenmod.providers.CMSettings$NameValueCache: android.net.Uri mUri +com.jaredrummler.android.colorpicker.R$attr: int actionBarTabTextStyle +androidx.constraintlayout.widget.R$dimen: int abc_progress_bar_height_material +cyanogenmod.app.StatusBarPanelCustomTile: void writeToParcel(android.os.Parcel,int) +com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$Node root +james.adaptiveicon.R$id: int shortcut +com.google.gson.stream.JsonWriter: int peek() +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: void onComplete() +com.jaredrummler.android.colorpicker.R$attr: int ratingBarStyle +cyanogenmod.app.ICustomTileListener: void onListenerConnected() +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: long serialVersionUID +cyanogenmod.weather.WeatherInfo$DayForecast: java.lang.String mKey +wangdaye.com.geometricweather.R$styleable: int[] SwitchImageButton +wangdaye.com.geometricweather.R$attr: int goIcon +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeCopyDrawable +androidx.constraintlayout.widget.R$styleable: int Layout_chainUseRtl +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_DrawerArrowToggle +okhttp3.Challenge: java.lang.String scheme() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String getLocationKey() +wangdaye.com.geometricweather.weather.json.mf.MfLocationResult +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeTotalPrecipitationProbability(java.lang.Float) +cyanogenmod.externalviews.ExternalViewProviderService: ExternalViewProviderService() +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getAqiText() +james.adaptiveicon.R$dimen: int hint_pressed_alpha_material_dark +wangdaye.com.geometricweather.R$id: int activity_widget_config_hideSubtitleTitle +wangdaye.com.geometricweather.R$id: int time +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: int status +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) +com.xw.repo.bubbleseekbar.R$id: int bottom_sides +wangdaye.com.geometricweather.R$id: int outgoing +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_end +androidx.constraintlayout.widget.Constraints: Constraints(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: java.lang.String accuracy +james.adaptiveicon.R$attr: int actionModePasteDrawable +wangdaye.com.geometricweather.R$style: int ShapeAppearance_MaterialComponents_Test +androidx.preference.R$id: int forever +androidx.core.widget.NestedScrollView: int getNestedScrollAxes() +cyanogenmod.providers.ThemesContract$ThemesColumns +okio.HashingSink: okio.HashingSink sha256(okio.Sink) +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_contentInsetLeft +androidx.preference.R$style: int PreferenceFragment_Material +com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType UNKNOWN +com.google.android.material.R$color: int abc_primary_text_disable_only_material_dark +wangdaye.com.geometricweather.R$styleable: R$styleable() +wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_moon +wangdaye.com.geometricweather.R$id: int widget_remote_progress +wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayHorizontalProvider: WidgetClockDayHorizontalProvider() +androidx.appcompat.R$attr: int tintMode +io.reactivex.Observable: io.reactivex.Observable publish(io.reactivex.functions.Function) +androidx.lifecycle.SavedStateHandleController: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) +androidx.drawerlayout.R$integer: R$integer() +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris +com.google.android.material.R$styleable: int Layout_layout_constraintTop_creator +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: void setAdaptiveWidthEnabled(boolean) +wangdaye.com.geometricweather.R$string: int widget_day_week +wangdaye.com.geometricweather.R$drawable: int clock_minute_light +james.adaptiveicon.R$drawable: int abc_list_selector_disabled_holo_dark +retrofit2.Converter$Factory: java.lang.reflect.Type getParameterUpperBound(int,java.lang.reflect.ParameterizedType) +wangdaye.com.geometricweather.R$styleable: int MaterialCardView_shapeAppearance +com.google.android.material.R$dimen: int mtrl_calendar_day_vertical_padding +wangdaye.com.geometricweather.R$attr: int limitBoundsTo +androidx.fragment.R$drawable: int notification_template_icon_low_bg +androidx.swiperefreshlayout.R$id: int action_text +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getRagweedLevel() +androidx.work.R$drawable +androidx.lifecycle.MutableLiveData +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_10 +wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_android_fontWeight +androidx.appcompat.view.menu.ListMenuItemView: androidx.appcompat.view.menu.MenuItemImpl getItemData() +androidx.hilt.work.R$id: int normal +wangdaye.com.geometricweather.R$animator: int weather_sleet_3 +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_NULL_SHA +androidx.constraintlayout.widget.R$id: int spread +androidx.lifecycle.extensions.R$attr: int fontProviderPackage +androidx.preference.R$attr: int progressBarPadding +androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_drawableStart +androidx.constraintlayout.widget.R$id: int info +com.google.android.material.R$id: int withinBounds +android.didikee.donate.R$styleable: int AppCompatTheme_actionDropDownStyle +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_CompoundButton_Switch +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Object getKey(java.lang.Object) +androidx.appcompat.resources.R$id: int accessibility_custom_action_3 +com.xw.repo.bubbleseekbar.R$styleable: int ViewBackgroundHelper_backgroundTintMode +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: void clear() +androidx.constraintlayout.widget.R$attr: int buttonIconDimen +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver +retrofit2.http.Query: java.lang.String value() +retrofit2.KotlinExtensions$suspendAndThrow$1: java.lang.Object L$0 +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: io.reactivex.disposables.Disposable upstream +androidx.viewpager2.R$attr: int fontProviderPackage +com.google.android.material.R$drawable: int notification_template_icon_low_bg +james.adaptiveicon.R$style: int Widget_AppCompat_Spinner +james.adaptiveicon.R$attr: int showDividers +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_74 +android.didikee.donate.R$styleable: int AppCompatTextHelper_android_drawableLeft +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: boolean isDisposed() +androidx.appcompat.R$styleable: int Toolbar_titleMarginEnd +wangdaye.com.geometricweather.db.entities.AlertEntity: int color +wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit +com.xw.repo.bubbleseekbar.R$styleable: int View_paddingStart +wangdaye.com.geometricweather.R$attr: int contentPaddingRight +androidx.constraintlayout.widget.R$drawable: int abc_btn_check_material_anim +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver: void onError(java.lang.Throwable) +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_DialogWhenLarge +com.turingtechnologies.materialscrollbar.R$attr: int trackTint +com.google.android.material.bottomappbar.BottomAppBar: BottomAppBar(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info info +wangdaye.com.geometricweather.R$styleable: int OnSwipe_touchAnchorSide +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_shapeAppearanceOverlay +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: java.util.concurrent.Executor callbackExecutor +retrofit2.Utils$WildcardTypeImpl: java.lang.String toString() +io.reactivex.internal.subscriptions.SubscriptionArbiter: void request(long) +wangdaye.com.geometricweather.R$string: int widget_clock_day_vertical +cyanogenmod.weather.RequestInfo$Builder: android.location.Location mLocation +android.didikee.donate.R$color: int primary_text_disabled_material_light +okhttp3.internal.http2.Http2Connection$ReaderRunnable$2: void execute() +wangdaye.com.geometricweather.R$drawable: int abc_ic_menu_overflow_material +com.turingtechnologies.materialscrollbar.R$id: int parent_matrix +wangdaye.com.geometricweather.R$string: int content_des_add_current_location +cyanogenmod.app.StatusBarPanelCustomTile: StatusBarPanelCustomTile(java.lang.String,java.lang.String,java.lang.String,int,java.lang.String,int,int,cyanogenmod.app.CustomTile,android.os.UserHandle,long) +cyanogenmod.themes.ThemeChangeRequest: cyanogenmod.themes.ThemeChangeRequest$RequestType mRequestType +cyanogenmod.weather.IWeatherServiceProviderChangeListener +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_year_width +com.google.android.material.R$drawable: int abc_ic_search_api_material +com.xw.repo.bubbleseekbar.R$styleable: int[] ButtonBarLayout +androidx.coordinatorlayout.R$string: R$string() +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_PopupMenu_Overflow +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable: boolean isDisposed() +com.google.android.material.progressindicator.ProgressIndicator: int getTrackColor() +wangdaye.com.geometricweather.R$id: int material_clock_face +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintRight_toLeftOf +cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_SYNC +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_24 +androidx.constraintlayout.widget.R$attr: int colorAccent +com.google.android.material.circularreveal.CircularRevealLinearLayout: void setCircularRevealOverlayDrawable(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWeatherCode(wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode) +com.google.android.material.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog +androidx.constraintlayout.widget.R$id: int line1 +wangdaye.com.geometricweather.R$styleable: int SlidingItemContainerLayout_backgroundColorStart +wangdaye.com.geometricweather.search.LoadableLocationList$Status: wangdaye.com.geometricweather.search.LoadableLocationList$Status ERROR +com.jaredrummler.android.colorpicker.R$styleable: int[] ActionMode +wangdaye.com.geometricweather.R$id: int container_main_first_card_header_timeIcon +com.xw.repo.bubbleseekbar.R$id: int end +com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_bg_color_selector +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView +androidx.constraintlayout.widget.R$string: int abc_activitychooserview_choose_application +okhttp3.logging.LoggingEventListener: void connectionReleased(okhttp3.Call,okhttp3.Connection) +androidx.hilt.lifecycle.R$layout: int notification_template_part_chronometer +com.google.android.material.R$style: int Platform_AppCompat +wangdaye.com.geometricweather.R$style: int Preference_DialogPreference_EditTextPreference_Material +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void onSubscribe(io.reactivex.disposables.Disposable) +okhttp3.logging.HttpLoggingInterceptor: java.nio.charset.Charset UTF8 +retrofit2.Platform: retrofit2.Platform PLATFORM +cyanogenmod.app.ICustomTileListener +androidx.fragment.R$styleable: int FontFamilyFont_android_fontWeight +com.jaredrummler.android.colorpicker.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton +com.xw.repo.bubbleseekbar.R$attr: int bsb_thumb_radius_on_dragging +androidx.constraintlayout.widget.R$styleable: int Layout_minWidth +androidx.constraintlayout.widget.Guideline: void setVisibility(int) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionButtonStyle +wangdaye.com.geometricweather.R$dimen: int mtrl_slider_track_top +okio.Buffer: long indexOfElement(okio.ByteString,long) +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: long serialVersionUID +android.didikee.donate.R$styleable: int MenuItem_android_onClick +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_seek_by_section +com.google.android.material.bottomsheet.BottomSheetBehavior +com.google.android.material.R$styleable: int FloatingActionButton_android_enabled +com.google.android.material.R$attr: int enforceMaterialTheme +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_19 +wangdaye.com.geometricweather.R$animator: int weather_fog_3 +com.turingtechnologies.materialscrollbar.R$dimen: int design_tab_scrollable_min_width +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_paddingLeft +okio.RealBufferedSource$1: okio.RealBufferedSource this$0 +okhttp3.OkHttpClient$Builder: java.net.ProxySelector proxySelector +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: boolean isDaylight() +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: long serialVersionUID +androidx.preference.R$style: int TextAppearance_AppCompat_Title +androidx.coordinatorlayout.R$drawable: int notification_bg +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView +io.reactivex.Observable: java.lang.Object blockingLast(java.lang.Object) +androidx.appcompat.resources.R$id: int title +cyanogenmod.weather.WeatherInfo: WeatherInfo(cyanogenmod.weather.WeatherInfo$1) +wangdaye.com.geometricweather.R$id: int snap +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar +androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionBar_TabText okhttp3.RealCall: okhttp3.internal.http.RetryAndFollowUpInterceptor retryAndFollowUpInterceptor -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_removeUpdates -com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getWindowAnimations() -com.xw.repo.bubbleseekbar.R$attr: int alpha -wangdaye.com.geometricweather.R$id: int notification_main_column_container -com.google.android.material.R$dimen: int material_clock_number_text_size -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_CompoundButton_RadioButton -james.adaptiveicon.R$styleable: int AppCompatTheme_editTextStyle -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -androidx.appcompat.R$styleable: int Toolbar_contentInsetStartWithNavigation -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_transformPivotX -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WindLevel -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_isThemeApplying -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: io.reactivex.functions.Function mapper -androidx.constraintlayout.widget.R$attr: int queryBackground -cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.IKeyguardExternalViewCallbacks mKeyguardExternalViewCallbacks -james.adaptiveicon.R$attr: int subtitleTextStyle -com.turingtechnologies.materialscrollbar.R$id: int transition_current_scene -okhttp3.ConnectionPool: java.util.Deque connections -james.adaptiveicon.R$styleable: int AppCompatTextView_drawableTopCompat -androidx.customview.R$styleable: int GradientColorItem_android_color -com.google.android.material.R$styleable: int PropertySet_visibilityMode -com.google.android.material.R$style: int Widget_MaterialComponents_Snackbar_FullWidth -androidx.lifecycle.LiveData$LifecycleBoundObserver: boolean isAttachedTo(androidx.lifecycle.LifecycleOwner) -androidx.constraintlayout.widget.R$styleable: int CustomAttribute_attributeName -io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable -com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents_Dialog -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Humidity humidity -androidx.hilt.R$style: int TextAppearance_Compat_Notification_Title -com.turingtechnologies.materialscrollbar.R$dimen: int disabled_alpha_material_light -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: java.lang.String Link -androidx.transition.R$id: int action_container -androidx.appcompat.widget.DialogTitle: DialogTitle(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$string: int abc_toolbar_collapse_description +wangdaye.com.geometricweather.R$drawable: int notification_bg_low +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse +androidx.appcompat.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored +androidx.vectordrawable.R$styleable: int[] GradientColorItem +com.jaredrummler.android.colorpicker.R$attr: int backgroundStacked +androidx.vectordrawable.animated.R$dimen: int notification_main_column_padding_top +com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_android_font +androidx.preference.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader +androidx.appcompat.R$styleable: int[] Toolbar +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_menu_selectall_mtrl_alpha +androidx.constraintlayout.widget.R$id: int decelerateAndComplete +wangdaye.com.geometricweather.R$attr: int hintTextAppearance +com.jaredrummler.android.colorpicker.R$attr: int cpv_sliderColor +com.turingtechnologies.materialscrollbar.R$styleable: int Spinner_popupTheme +androidx.lifecycle.LifecycleDispatcher: void init(android.content.Context) +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarWidgetTheme +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float getPM25() +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_Switch +wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoonRiseDate(java.util.Date) +wangdaye.com.geometricweather.R$attr: int placeholderTextColor +android.didikee.donate.R$id: int action_divider +retrofit2.http.GET: java.lang.String value() +androidx.fragment.R$id: int accessibility_custom_action_31 +com.google.android.material.R$styleable: int BottomAppBar_fabCradleRoundedCornerRadius +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: void setType(java.lang.String) +androidx.preference.R$attr: int listPreferredItemPaddingLeft +cyanogenmod.app.CustomTile$ExpandedItem$1: java.lang.Object createFromParcel(android.os.Parcel) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setCoDesc(java.lang.String) +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_counterMaxLength +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_lat +com.google.android.material.R$styleable: int MockView_mock_showLabel +james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemHeight +james.adaptiveicon.R$dimen: int abc_list_item_padding_horizontal_material +androidx.constraintlayout.widget.R$attr: int customColorDrawableValue +android.didikee.donate.R$attr: int overlapAnchor +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void cancelAllBut(int) +io.reactivex.internal.subscriptions.SubscriptionArbiter: void produced(long) cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BLUETOOTH_ACCEPT_ALL_FILES_VALIDATOR -wangdaye.com.geometricweather.R$layout: int activity_alert -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Region: java.lang.String ID -wangdaye.com.geometricweather.common.ui.transitions.RoundCornerTransition: RoundCornerTransition(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$attr: int flow_firstHorizontalStyle -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void onError(java.lang.Throwable) -androidx.appcompat.R$integer: R$integer() -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Button_Borderless_Colored -io.reactivex.internal.schedulers.ScheduledDirectPeriodicTask: java.lang.Runnable getWrappedRunnable() -androidx.swiperefreshlayout.R$style: R$style() -james.adaptiveicon.R$color: int dim_foreground_material_light -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_search_api_material -androidx.appcompat.R$id: int uniform -retrofit2.adapter.rxjava2.CallExecuteObservable: void subscribeActual(io.reactivex.Observer) -com.google.android.material.button.MaterialButton: MaterialButton(android.content.Context,android.util.AttributeSet,int) -okhttp3.CookieJar$1: CookieJar$1() -wangdaye.com.geometricweather.R$anim: int fragment_fade_enter -james.adaptiveicon.R$styleable: int ActionBar_navigationMode -com.google.android.material.R$attr: int backgroundOverlayColorAlpha -com.google.android.material.R$styleable: int Snackbar_snackbarTextViewStyle -cyanogenmod.platform.Manifest$permission: java.lang.String LIVE_LOCK_SCREEN_MANAGER_PROVIDER -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight_DarkActionBar -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Metric Metric -com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getHintTextColor() -androidx.appcompat.R$styleable -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_corner_radius -james.adaptiveicon.R$styleable: int[] RecycleListView -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void onComplete() -com.xw.repo.bubbleseekbar.R$id: int tabMode -androidx.preference.R$attr: int listDividerAlertDialog -org.greenrobot.greendao.AbstractDao: boolean detach(java.lang.Object) -androidx.appcompat.resources.R$styleable: int[] AnimatedStateListDrawableItem -cyanogenmod.app.ThemeVersion$ThemeVersionImpl2$1 -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_halfExpandedRatio -com.google.android.material.slider.RangeSlider: void setTrackHeight(int) -androidx.swiperefreshlayout.R$styleable: int ColorStateListItem_android_color -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -wangdaye.com.geometricweather.R$attr: int layout_constraintTop_creator -androidx.activity.R$id: int accessibility_custom_action_16 -wangdaye.com.geometricweather.R$id: int useLogo -okhttp3.HttpUrl: java.lang.String username -cyanogenmod.hardware.CMHardwareManager: int FEATURE_SUNLIGHT_ENHANCEMENT -cyanogenmod.power.IPerformanceManager$Stub: android.os.IBinder asBinder() -android.didikee.donate.R$dimen: int abc_action_bar_default_padding_start_material -com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_size_normal -wangdaye.com.geometricweather.R$attr: int collapseContentDescription -wangdaye.com.geometricweather.R$id: int save_overlay_view -com.google.android.material.R$styleable: int AppBarLayout_Layout_layout_scrollInterpolator -androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event[] values() -com.google.android.material.R$color: int mtrl_btn_text_btn_bg_color_selector -retrofit2.ParameterHandler$HeaderMap: void apply(retrofit2.RequestBuilder,java.util.Map) -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_updateDefaultLiveLockScreen -okhttp3.internal.http2.Http2Connection$ReaderRunnable$2: Http2Connection$ReaderRunnable$2(okhttp3.internal.http2.Http2Connection$ReaderRunnable,java.lang.String,java.lang.Object[],boolean,okhttp3.internal.http2.Settings) -okio.Buffer: java.lang.String readUtf8LineStrict() -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber$1: LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber$1(androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber,java.lang.Throwable) -androidx.preference.R$styleable: int MenuItem_actionLayout -com.bumptech.glide.integration.okhttp3.OkHttpGlideModule -com.google.gson.internal.LinkedTreeMap: java.util.Set keySet() -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: boolean done -cyanogenmod.hardware.CMHardwareManager: android.content.Context mContext -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIndicatorAnimationDuration -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.lang.Integer snowHazard6h -com.jaredrummler.android.colorpicker.R$drawable: int notification_bg_low -wangdaye.com.geometricweather.R$id: int container_main_header_weatherTxt -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: java.lang.String getDensityText(android.content.Context,float) -androidx.appcompat.R$id: int search_voice_btn -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeRealFeelShaderTemperature() -cyanogenmod.externalviews.ExternalView$6: ExternalView$6(cyanogenmod.externalviews.ExternalView) -android.didikee.donate.R$style: int Base_Theme_AppCompat_Dialog -cyanogenmod.providers.CMSettings$Global: boolean shouldInterceptSystemProvider(java.lang.String) -androidx.constraintlayout.widget.R$styleable: int[] KeyTimeCycle -wangdaye.com.geometricweather.R$string: int follow_system -wangdaye.com.geometricweather.R$id: int notification_big_temp_2 -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse -androidx.legacy.coreutils.R$style: int TextAppearance_Compat_Notification -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_elevation_material -wangdaye.com.geometricweather.R$styleable: int FitSystemBarNestedScrollView_sv_side -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_25 -cyanogenmod.profiles.ConnectionSettings: boolean mDirty -androidx.constraintlayout.widget.R$id: int src_in -androidx.fragment.R$id: int accessibility_custom_action_23 -james.adaptiveicon.R$attr: int collapseIcon -retrofit2.HttpServiceMethod$SuspendForResponse: HttpServiceMethod$SuspendForResponse(retrofit2.RequestFactory,okhttp3.Call$Factory,retrofit2.Converter,retrofit2.CallAdapter) -wangdaye.com.geometricweather.R$string: int content_desc_check_details -android.didikee.donate.R$styleable: int AppCompatTheme_actionModePopupWindowStyle -androidx.preference.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha -wangdaye.com.geometricweather.R$style: int widget_progress -androidx.recyclerview.R$dimen: int compat_notification_large_icon_max_width -androidx.viewpager.R$styleable: int GradientColor_android_tileMode -com.bumptech.glide.integration.okhttp.R$id: int top -androidx.drawerlayout.R$dimen: int notification_content_margin_start -com.google.android.material.R$id: int material_clock_hand -com.xw.repo.bubbleseekbar.R$string: int abc_action_bar_up_description -android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text -androidx.preference.R$dimen: int compat_button_padding_vertical_material -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemTextAppearance -wangdaye.com.geometricweather.R$id: int dialog_location_permission_statement_summary -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textColorSearchUrl -com.google.android.material.R$attr: int state_liftable -androidx.core.R$styleable: int GradientColor_android_type -com.google.android.material.bottomnavigation.BottomNavigationMenuView: com.google.android.material.bottomnavigation.BottomNavigationItemView getNewItem() -wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_arrowHeadLength -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_SIGNAL_ICON -androidx.hilt.lifecycle.R$id: int action_container -androidx.appcompat.R$attr: int windowFixedWidthMajor -wangdaye.com.geometricweather.R$styleable: int DialogPreference_android_positiveButtonText -androidx.constraintlayout.motion.widget.MotionLayout$TransitionState: androidx.constraintlayout.motion.widget.MotionLayout$TransitionState FINISHED -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Button_Colored -cyanogenmod.app.IProfileManager: boolean profileExists(android.os.ParcelUuid) -cyanogenmod.providers.CMSettings$System: java.lang.String BATTERY_LIGHT_MEDIUM_COLOR -wangdaye.com.geometricweather.main.models.LocationResource$Event: wangdaye.com.geometricweather.main.models.LocationResource$Event valueOf(java.lang.String) -wangdaye.com.geometricweather.R$attr: int summaryOn -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_NAVIGATION_BAR -cyanogenmod.externalviews.KeyguardExternalViewProviderService$1$1: KeyguardExternalViewProviderService$1$1(cyanogenmod.externalviews.KeyguardExternalViewProviderService$1,android.os.Bundle) -androidx.constraintlayout.widget.R$attr: int alertDialogTheme -androidx.preference.R$drawable: int ic_arrow_down_24dp -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer grassIndex -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature WetBulbTemperature -cyanogenmod.themes.IThemeService: boolean isThemeApplying() -io.reactivex.internal.functions.Functions$HashSetCallable: java.lang.Object call() -androidx.preference.R$attr: int layout_dodgeInsetEdges -com.turingtechnologies.materialscrollbar.R$style: int Theme_Design_Light_NoActionBar -com.google.android.material.R$styleable: int TextInputLayout_startIconTint -cyanogenmod.app.Profile$Type -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: void setStatus(int) -wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemBackground -wangdaye.com.geometricweather.R$styleable: int Toolbar_titleMargin -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_title -com.jaredrummler.android.colorpicker.R$style: int Preference_Category_Material -androidx.preference.Preference: void setOnPreferenceClickListener(androidx.preference.Preference$OnPreferenceClickListener) -com.turingtechnologies.materialscrollbar.R$attr: int displayOptions -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast: MfForecastResult$ProbabilityForecast() -androidx.lifecycle.LifecycleRegistry: java.util.ArrayList mParentStates -com.jaredrummler.android.colorpicker.R$attr: int actionModeCutDrawable -okhttp3.internal.platform.ConscryptPlatform: okhttp3.internal.platform.ConscryptPlatform buildIfSupported() -android.didikee.donate.R$style: int Widget_AppCompat_Button_Colored -android.didikee.donate.R$styleable: int CompoundButton_buttonCompat -com.google.android.material.internal.FlowLayout: void setLineSpacing(int) -wangdaye.com.geometricweather.R$id: int item_about_translator_flag -com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableTransition_android_toId -okhttp3.internal.http2.Http2Stream$FramingSink: boolean finished -wangdaye.com.geometricweather.db.entities.DailyEntityDao: DailyEntityDao(org.greenrobot.greendao.internal.DaoConfig) -androidx.constraintlayout.motion.widget.MotionLayout: long getNanoTime() -androidx.appcompat.widget.Toolbar: void setLogo(android.graphics.drawable.Drawable) -com.google.android.material.R$attr: int actionLayout -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_creator -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX -com.turingtechnologies.materialscrollbar.R$attr: int titleTextColor -com.turingtechnologies.materialscrollbar.R$dimen: int highlight_alpha_material_dark -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintStart_toStartOf -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver this$0 -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer ragweedLevel -android.didikee.donate.R$string: int app_name -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: float getBackgroundOverlayColorAlpha() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getMoldIndex() -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamily_fontProviderPackage -com.google.gson.stream.JsonReader: void skipValue() -wangdaye.com.geometricweather.R$string: int abc_action_bar_up_description -androidx.appcompat.widget.AppCompatCheckedTextView -com.xw.repo.bubbleseekbar.R$styleable: int FontFamily_fontProviderFetchStrategy -androidx.constraintlayout.widget.R$styleable: int[] ActivityChooserView -com.google.gson.stream.JsonReader: int PEEKED_NUMBER -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintVertical_chainStyle -com.google.android.material.R$styleable: int MenuView_android_windowAnimationStyle -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorControlActivated -androidx.appcompat.widget.Toolbar: int getContentInsetEnd() -com.google.android.material.R$styleable: int AppCompatTheme_windowFixedHeightMajor -com.github.rahatarmanahmed.cpv.CircularProgressView$1: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_fixed_height_major -com.google.android.material.textfield.TextInputLayout: void setStartIconCheckable(boolean) -com.google.android.material.R$attr: int textColorAlertDialogListItem -com.turingtechnologies.materialscrollbar.MaterialScrollBar: int getMode() -com.google.android.material.R$id: int staticLayout -androidx.preference.R$attr: int collapseIcon -wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_backgroundTint -io.reactivex.Observable: void blockingSubscribe() -com.xw.repo.bubbleseekbar.R$integer: int config_tooltipAnimTime -com.xw.repo.bubbleseekbar.R$id: int tag_transition_group -wangdaye.com.geometricweather.R$attr: int activityChooserViewStyle -com.google.android.material.R$attr: int thumbTint -okhttp3.OkHttpClient: int writeTimeout -com.google.android.material.R$styleable: int ConstraintSet_pathMotionArc -com.google.android.material.tabs.TabLayout: void setSelectedTabIndicatorColor(int) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowFixedHeightMajor -wangdaye.com.geometricweather.R$string: int hours_of_sun -okio.BufferedSource: long readLongLe() -com.github.rahatarmanahmed.cpv.CircularProgressView: float INDETERMINANT_MIN_SWEEP -wangdaye.com.geometricweather.R$styleable: int[] Toolbar -androidx.appcompat.R$dimen: int disabled_alpha_material_dark -android.didikee.donate.R$attr: int textAppearanceListItemSmall -com.jaredrummler.android.colorpicker.R$dimen: int notification_large_icon_width -com.google.android.material.R$string: int material_minute_selection -androidx.drawerlayout.widget.DrawerLayout: android.graphics.drawable.Drawable getStatusBarBackgroundDrawable() -com.google.android.material.R$anim: int mtrl_bottom_sheet_slide_in -com.google.android.material.R$styleable: int FontFamilyFont_fontVariationSettings -james.adaptiveicon.R$styleable: int ActionBar_contentInsetLeft -cyanogenmod.app.CustomTile$ExpandedItem$1 -cyanogenmod.profiles.ConnectionSettings: int getSubId() -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: void collapseNotificationPanel() -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_7 -wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_scrollView -androidx.appcompat.widget.ActionBarOverlayLayout: void setIcon(android.graphics.drawable.Drawable) -androidx.cardview.widget.CardView: int getContentPaddingLeft() -com.turingtechnologies.materialscrollbar.R$layout -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: long serialVersionUID -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Dialog_MinWidth -androidx.customview.R$layout: int notification_template_part_chronometer -wangdaye.com.geometricweather.R$color: int colorTextLight2nd -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber$1: java.lang.Throwable val$ex -org.greenrobot.greendao.AbstractDao: void deleteInTxInternal(java.lang.Iterable,java.lang.Iterable) -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.lang.String getShortDate(android.content.Context) -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.Astro moon() -androidx.constraintlayout.widget.R$styleable: int Layout_barrierDirection -androidx.constraintlayout.widget.R$attr: int layout_constraintHorizontal_chainStyle -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: long end -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Speed: double Value -androidx.preference.R$styleable: int TextAppearance_fontFamily -retrofit2.ParameterHandler$Headers: ParameterHandler$Headers(java.lang.reflect.Method,int) -com.google.android.material.slider.BaseSlider: int getTrackHeight() -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_startIconContentDescription -androidx.appcompat.R$style: int Base_AlertDialog_AppCompat -androidx.appcompat.widget.AppCompatRadioButton: void setSupportBackgroundTintList(android.content.res.ColorStateList) -cyanogenmod.app.ThemeVersion: int CM12_PRE_VERSIONING -okhttp3.internal.http2.Http2Writer: Http2Writer(okio.BufferedSink,boolean) -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton -androidx.constraintlayout.widget.R$attr: int chainUseRtl -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver parent -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_trackTintMode -com.google.android.material.chip.Chip: void setChipStrokeColorResource(int) -cyanogenmod.externalviews.KeyguardExternalView$4: KeyguardExternalView$4(cyanogenmod.externalviews.KeyguardExternalView) -androidx.lifecycle.extensions.R$dimen: int notification_action_text_size -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$DailyTemperature temperature -james.adaptiveicon.R$attr: int backgroundStacked -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: void onError(java.lang.Throwable) -okhttp3.internal.tls.BasicCertificateChainCleaner: boolean verifySignature(java.security.cert.X509Certificate,java.security.cert.X509Certificate) -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_buttonGravity -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: KeyguardExternalViewProviderService$Provider$ProviderImpl(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider,cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider) -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.String getDailyForecast() -androidx.appcompat.widget.ActionMenuView: void setPresenter(androidx.appcompat.widget.ActionMenuPresenter) -androidx.preference.R$styleable: int SeekBarPreference_android_max -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_alertDialogCenterButtons -okio.RealBufferedSource: long readLong() -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: boolean cancelled -wangdaye.com.geometricweather.db.entities.DailyEntity: void setWeatherSource(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_editor_absoluteX -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver this$0 -wangdaye.com.geometricweather.R$id: int ragweedTitle -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit CM -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light_Dialog_MinWidth -wangdaye.com.geometricweather.R$string: int settings_title_notification_color -androidx.drawerlayout.R$attr: int font -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_109 -com.google.android.material.R$styleable: int[] CollapsingToolbarLayout -com.google.android.material.R$style: int Base_Theme_MaterialComponents -cyanogenmod.weather.WeatherLocation$Builder: java.lang.String mCountryId -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: ObservableTakeUntil$TakeUntilMainObserver$OtherObserver(io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver) -okhttp3.internal.http2.Http2Writer: void close() -com.google.android.material.internal.BaselineLayout -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_show_section_text -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: java.lang.String iconUrl -wangdaye.com.geometricweather.R$id: int tag_transition_group -androidx.preference.R$dimen: int abc_text_size_display_1_material -androidx.loader.R$id: int text2 -androidx.appcompat.R$id: int action_text -android.didikee.donate.R$styleable: int AppCompatTheme_buttonStyle -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_enter -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_NoActionBar_Bridge -com.google.android.material.R$drawable: int abc_ic_go_search_api_material -com.bumptech.glide.integration.okhttp.R$id: int line3 -android.didikee.donate.R$drawable: int abc_seekbar_tick_mark_material -androidx.appcompat.R$style: int TextAppearance_AppCompat_Inverse -androidx.preference.R$styleable: int ActionBar_contentInsetStartWithNavigation -androidx.constraintlayout.widget.R$styleable: int MockView_mock_diagonalsColor -androidx.preference.R$attr: int switchPreferenceCompatStyle -wangdaye.com.geometricweather.main.dialogs.LocationPermissionStatementDialog -james.adaptiveicon.AdaptiveIconView: void setPath(int) -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: long serialVersionUID -com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: long serialVersionUID -com.google.android.material.R$drawable: int mtrl_tabs_default_indicator -com.xw.repo.bubbleseekbar.R$attr: int submitBackground -com.turingtechnologies.materialscrollbar.R$attr: int thumbTintMode -io.reactivex.internal.observers.ForEachWhileObserver -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property ApparentTemperature -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableTint -cyanogenmod.app.Profile$ProfileTrigger$1 -okio.Buffer: okio.Buffer writeUtf8(java.lang.String) -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_AutoCompleteTextView -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircleView: CircleView(android.content.Context,android.util.AttributeSet) -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_LIVE_LOCK_SCREEN -io.reactivex.internal.observers.BlockingObserver: void onError(java.lang.Throwable) -androidx.constraintlayout.widget.R$id: int dragUp -wangdaye.com.geometricweather.R$styleable: int[] ExtendedFloatingActionButton_Behavior_Layout -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$2: androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription this$0 -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void setDisposable(io.reactivex.disposables.Disposable) -com.jaredrummler.android.colorpicker.R$attr: int summaryOn -androidx.lifecycle.SingleGeneratedAdapterObserver: SingleGeneratedAdapterObserver(androidx.lifecycle.GeneratedAdapter) -androidx.appcompat.widget.Toolbar: void setLogoDescription(java.lang.CharSequence) -com.google.android.material.R$styleable: int FontFamilyFont_fontStyle -com.turingtechnologies.materialscrollbar.R$styleable: int[] View -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: io.reactivex.Observer downstream -cyanogenmod.app.PartnerInterface: int ZEN_MODE_IMPORTANT_INTERRUPTIONS -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart -james.adaptiveicon.R$dimen: int abc_dialog_title_divider_material -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: boolean getLiveLockScreenEnabled() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeTotalPrecipitation -androidx.appcompat.R$attr: int titleMargin -io.reactivex.internal.util.AtomicThrowable: boolean addThrowable(java.lang.Throwable) -okhttp3.internal.tls.DistinguishedNameParser: java.lang.String hexAV() -androidx.constraintlayout.widget.R$styleable: int MockView_mock_showLabel -okhttp3.internal.http1.Http1Codec$1 -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight -wangdaye.com.geometricweather.R$styleable: int CardView_cardPreventCornerOverlap -androidx.constraintlayout.widget.R$id: int SHOW_ALL -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIndicatorAnimationDuration -androidx.appcompat.widget.AppCompatTextView: int getAutoSizeStepGranularity() -androidx.appcompat.R$style: int Widget_AppCompat_Light_ListView_DropDown -com.google.android.material.R$color: int abc_hint_foreground_material_light -androidx.activity.R$styleable: int ColorStateListItem_android_alpha -androidx.constraintlayout.widget.R$attr: int flow_verticalGap -androidx.preference.R$styleable: int AppCompatTheme_dialogTheme -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_navigationMode -okhttp3.CipherSuite$1 -com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType WEBP -com.google.android.material.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTheme -androidx.preference.R$id: int uniform -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.google.android.material.R$style: int Base_Widget_AppCompat_RatingBar_Small -com.jaredrummler.android.colorpicker.R$styleable: int[] PopupWindow -androidx.appcompat.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex -androidx.lifecycle.LifecycleService: void onStart(android.content.Intent,int) -wangdaye.com.geometricweather.R$attr: int colorPrimaryDark -com.google.android.material.textfield.MaterialAutoCompleteTextView -androidx.appcompat.R$drawable: int notification_bg_low -wangdaye.com.geometricweather.R$attr: int layout_constraintStart_toStartOf -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cuv -wangdaye.com.geometricweather.R$attr: int bsb_show_section_text -androidx.constraintlayout.widget.R$styleable: int Transition_staggered -james.adaptiveicon.R$color: int button_material_light -io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(io.reactivex.Scheduler) -cyanogenmod.app.BaseLiveLockManagerService: boolean hasPrivatePermissions() -cyanogenmod.app.Profile: Profile(java.lang.String) -androidx.appcompat.widget.AlertDialogLayout: AlertDialogLayout(android.content.Context) -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintEnd_toEndOf -okhttp3.internal.http2.Hpack: java.util.Map NAME_TO_FIRST_INDEX -wangdaye.com.geometricweather.R$style: int Base_V21_Theme_AppCompat_Dialog -com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.reflect.Type ownerType -james.adaptiveicon.R$style: int Base_V21_Theme_AppCompat_Light -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.lang.String EnglishName -androidx.appcompat.widget.LinearLayoutCompat: int getDividerPadding() -android.didikee.donate.R$styleable: int ViewBackgroundHelper_android_background -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean disposeAll() -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: long serialVersionUID -androidx.annotation.Keep -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: int limit -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver -cyanogenmod.os.Build$CM_VERSION: Build$CM_VERSION() -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ListView_DropDown -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_DES_CBC_SHA -okio.GzipSource: byte FCOMMENT -com.turingtechnologies.materialscrollbar.R$dimen: int abc_seekbar_track_progress_height_material -wangdaye.com.geometricweather.R$animator: int linear_indeterminate_line1_tail_interpolator +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getPm25Desc() +cyanogenmod.providers.CMSettings$Secure: java.lang.String LOCKSCREEN_TARGETS +retrofit2.RequestFactory: okhttp3.MediaType contentType +wangdaye.com.geometricweather.R$layout: int select_dialog_singlechoice_material +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: boolean active +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_elevation +com.google.android.material.slider.RangeSlider: void setMinSeparationValue(float) +com.jaredrummler.android.colorpicker.R$attr: int listChoiceBackgroundIndicator +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_transitionPathRotate +android.didikee.donate.R$attr: int initialActivityCount +androidx.appcompat.R$color: int secondary_text_disabled_material_light +com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceListItemSmall +android.didikee.donate.R$drawable: int abc_ic_clear_material +retrofit2.converter.gson.GsonConverterFactory: retrofit2.converter.gson.GsonConverterFactory create() +com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_thickness +wangdaye.com.geometricweather.R$layout: int abc_action_mode_close_item_material +wangdaye.com.geometricweather.R$attr: int seekBarPreferenceStyle +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean point +androidx.appcompat.widget.AbsActionBarView: int getAnimatedVisibility() +wangdaye.com.geometricweather.R$styleable: int SearchView_defaultQueryHint +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_android_maxWidth +wangdaye.com.geometricweather.R$attr: int endIconTintMode +io.reactivex.Observable: io.reactivex.observers.TestObserver test(boolean) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_rotationX +cyanogenmod.providers.CMSettings$Global: boolean isLegacySetting(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust +wangdaye.com.geometricweather.R$attr: int materialAlertDialogTitleIconStyle +retrofit2.RequestFactory$Builder: void validatePathName(int,java.lang.String) +okhttp3.internal.http2.Http2Connection$Builder +com.turingtechnologies.materialscrollbar.R$style: int Widget_Compat_NotificationActionText +wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_yearSelectedStyle +androidx.vectordrawable.R$styleable: int FontFamily_fontProviderAuthority +okhttp3.internal.http.RealInterceptorChain: int writeTimeout +io.reactivex.internal.subscriptions.DeferredScalarSubscription: int CANCELLED +com.turingtechnologies.materialscrollbar.R$attr: int closeIcon +android.didikee.donate.R$styleable: int AppCompatTheme_ratingBarStyleSmall +cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: android.os.IBinder asBinder() +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_alpha +com.google.android.material.R$style: int Base_MaterialAlertDialog_MaterialComponents_Title_Panel +wangdaye.com.geometricweather.R$string: int feedback_refresh_ui_after_refresh +androidx.viewpager.R$dimen: int compat_button_padding_vertical_material +androidx.viewpager.R$layout: int notification_template_part_chronometer +com.google.android.material.R$styleable: int ConstraintSet_flow_lastVerticalBias +androidx.appcompat.resources.R$dimen: int notification_large_icon_height +com.google.android.material.R$styleable: int ConstraintLayout_Layout_constraintSet com.google.android.material.R$styleable: int View_android_focusable -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_RINGTONES -android.didikee.donate.R$styleable: int Spinner_android_prompt -com.google.android.material.R$styleable: int AnimatedStateListDrawableTransition_android_drawable -okhttp3.internal.Util: okhttp3.Headers toHeaders(java.util.List) -com.turingtechnologies.materialscrollbar.R$id: int tag_unhandled_key_event_manager -okio.ByteString: okio.ByteString of(byte[]) -androidx.preference.R$styleable: int AppCompatTheme_listDividerAlertDialog -wangdaye.com.geometricweather.R$styleable: int MaterialButton_iconGravity -com.google.android.material.R$anim: int btn_radio_to_off_mtrl_ring_outer_path_animation -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.lang.Integer stormHazard -androidx.viewpager2.widget.ViewPager2: ViewPager2(android.content.Context) -androidx.constraintlayout.widget.R$attr: int contentInsetStartWithNavigation -androidx.recyclerview.R$id: int accessibility_custom_action_15 -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_SeekBar -cyanogenmod.weather.CMWeatherManager$2: void onLookupCityRequestCompleted(cyanogenmod.weather.RequestInfo,int,java.util.List) -wangdaye.com.geometricweather.R$styleable: int KeyTrigger_triggerSlack -com.google.android.material.tabs.TabLayout: int getTabScrollRange() -com.turingtechnologies.materialscrollbar.R$attr: int overlapAnchor -retrofit2.HttpServiceMethod: retrofit2.Converter responseConverter -james.adaptiveicon.R$drawable: int notification_template_icon_bg -androidx.preference.EditTextPreference: EditTextPreference(android.content.Context,android.util.AttributeSet) -androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_android_fontStyle -com.google.android.material.R$attr: int layout_editor_absoluteX -io.reactivex.internal.util.NotificationLite$ErrorNotification: java.lang.Throwable e -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: java.util.List getValue() -com.google.android.material.R$styleable: int AlertDialog_buttonPanelSideLayout -okhttp3.internal.cache2.Relay: long bufferMaxSize -androidx.preference.R$styleable: int PreferenceTheme_preferenceScreenStyle -okhttp3.CacheControl: int minFreshSeconds -androidx.appcompat.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar -com.jaredrummler.android.colorpicker.R$id: int action_mode_bar -androidx.lifecycle.ProcessLifecycleOwner$2: void onCreate() -com.bumptech.glide.R$styleable: int FontFamily_fontProviderFetchStrategy -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_panelMenuListWidth -androidx.preference.R$color -wangdaye.com.geometricweather.R$attr: int autoCompleteTextViewStyle -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$TotalLiquid: AccuDailyResult$DailyForecasts$Night$TotalLiquid() -androidx.constraintlayout.widget.R$styleable: int Toolbar_titleMargins -androidx.appcompat.R$attr: int alphabeticModifiers -wangdaye.com.geometricweather.R$drawable: int ic_router -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem -androidx.constraintlayout.widget.R$id: int startVertical -wangdaye.com.geometricweather.R$attr: int layoutManager -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_BottomSheetDialog -wangdaye.com.geometricweather.R$color: int colorLevel_3 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean -com.jaredrummler.android.colorpicker.R$attr: int navigationContentDescription -org.greenrobot.greendao.database.DatabaseOpenHelper: void onOpen(android.database.sqlite.SQLiteDatabase) -com.xw.repo.bubbleseekbar.R$attr: int tickMark -wangdaye.com.geometricweather.R$styleable: int SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor -cyanogenmod.app.Profile: java.util.Map connections -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$RequestType mRequestType -com.jaredrummler.android.colorpicker.R$id: int scrollIndicatorUp -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_show_section_text -androidx.vectordrawable.animated.R$drawable: R$drawable() -james.adaptiveicon.R$drawable: int abc_scrubber_primary_mtrl_alpha -androidx.work.R$styleable: int FontFamily_fontProviderFetchStrategy -wangdaye.com.geometricweather.R$layout: int expand_button -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow -com.google.android.material.R$id: int mtrl_picker_text_input_range_end -wangdaye.com.geometricweather.R$layout: int abc_alert_dialog_title_material -wangdaye.com.geometricweather.R$attr: int checkedIconTint -cyanogenmod.app.ILiveLockScreenManager$Stub: android.os.IBinder asBinder() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: void setSpeed(java.lang.String) -com.google.android.material.R$style: int Base_Widget_MaterialComponents_TextInputEditText -androidx.constraintlayout.widget.R$id: int chain -androidx.constraintlayout.widget.R$styleable: int[] AnimatedStateListDrawableTransition -io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: io.reactivex.internal.operators.observable.ObservableCache$Node node -james.adaptiveicon.R$styleable: int AppCompatTheme_ratingBarStyleSmall -cyanogenmod.platform.Manifest$permission: java.lang.String THIRD_PARTY_KEYGUARD -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Display4 -retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: void dispose() -androidx.appcompat.R$drawable: int abc_seekbar_tick_mark_material -com.turingtechnologies.materialscrollbar.R$styleable: int CardView_android_minHeight -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_switchStyle -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_summaryOn -androidx.appcompat.R$styleable: int AppCompatTheme_tooltipForegroundColor -android.didikee.donate.R$styleable: int MenuItem_alphabeticModifiers -androidx.preference.R$styleable: int SeekBarPreference_updatesContinuously -wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout: void setRootColor(int) -android.didikee.donate.R$styleable: int Toolbar_titleMarginTop -androidx.preference.R$styleable: int MenuItem_android_checked -androidx.lifecycle.LifecycleService: int onStartCommand(android.content.Intent,int,int) -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onScreenTurnedOn() -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_shapeAppearanceOverlay -com.google.android.material.R$styleable: int LinearLayoutCompat_divider -androidx.preference.R$style: int TextAppearance_AppCompat_Subhead_Inverse -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_background -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_Counter -androidx.viewpager2.R$drawable -retrofit2.ParameterHandler$FieldMap: int p -cyanogenmod.power.PerformanceManager: int PROFILE_BALANCED -androidx.constraintlayout.motion.widget.MotionLayout: androidx.constraintlayout.motion.widget.DesignTool getDesignTool() -com.google.android.material.bottomnavigation.BottomNavigationView: void setItemBackground(android.graphics.drawable.Drawable) -com.jaredrummler.android.colorpicker.R$attr: int textColorAlertDialogListItem -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_endIconDrawable -androidx.preference.R$styleable: int[] Spinner -wangdaye.com.geometricweather.R$styleable: int ActionBar_contentInsetRight -com.jaredrummler.android.colorpicker.R$attr: int actionModeSelectAllDrawable -androidx.constraintlayout.widget.R$styleable: int ActivityChooserView_initialActivityCount -androidx.loader.R$layout: int notification_action -com.google.android.material.appbar.AppBarLayout: int getLiftOnScrollTargetViewId() -wangdaye.com.geometricweather.R$attr: int extendMotionSpec -wangdaye.com.geometricweather.R$styleable: int Slider_thumbColor -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeSnowPrecipitation -cyanogenmod.weather.WeatherLocation$Builder: java.lang.String mCountry -androidx.appcompat.R$styleable: int AppCompatTheme_actionDropDownStyle -okio.RealBufferedSource$1: int read() -okhttp3.Protocol: okhttp3.Protocol HTTP_1_0 -androidx.preference.PreferenceManager: void setOnNavigateToScreenListener(androidx.preference.PreferenceManager$OnNavigateToScreenListener) -com.jaredrummler.android.colorpicker.R$drawable: R$drawable() -wangdaye.com.geometricweather.R$attr: int bsb_thumb_radius -androidx.preference.R$styleable: int Preference_defaultValue -wangdaye.com.geometricweather.R$styleable: int Toolbar_titleTextAppearance -com.bumptech.glide.integration.okhttp.R$layout: int notification_action -androidx.drawerlayout.R$drawable: int notification_bg_normal_pressed -cyanogenmod.externalviews.ExternalViewProperties: boolean mVisible -androidx.constraintlayout.widget.R$color: int ripple_material_dark -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: boolean tryOnError(java.lang.Throwable) -wangdaye.com.geometricweather.common.basic.models.weather.Wind: int getWindColor(android.content.Context) -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_android_enabled -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textColorSearchUrl -retrofit2.Utils: java.lang.reflect.Type resolveTypeVariable(java.lang.reflect.Type,java.lang.Class,java.lang.reflect.TypeVariable) -wangdaye.com.geometricweather.R$dimen: int material_clock_display_padding -retrofit2.RequestFactory$Builder: boolean gotQueryMap -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String type -androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_fontVariationSettings -androidx.preference.R$styleable: int MultiSelectListPreference_android_entries -james.adaptiveicon.R$style: int Widget_Compat_NotificationActionContainer -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer realFeelTemperature -com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemBackground -androidx.constraintlayout.widget.R$attr: int windowFixedHeightMajor -com.github.rahatarmanahmed.cpv.CircularProgressViewListener: void onAnimationReset() -com.bumptech.glide.load.engine.GlideException: java.util.List getCauses() -com.google.android.material.R$styleable: int ActionBar_subtitleTextStyle -com.turingtechnologies.materialscrollbar.R$styleable: int[] BottomNavigationView -james.adaptiveicon.R$color: int primary_text_disabled_material_dark -androidx.lifecycle.ComputableLiveData: java.util.concurrent.atomic.AtomicBoolean mComputing -androidx.constraintlayout.widget.R$layout: int abc_screen_toolbar -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult$Temperature: int UnitType -wangdaye.com.geometricweather.R$styleable: int[] ThemeEnforcement -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIconTint -cyanogenmod.externalviews.ExternalViewProviderService$Provider: android.os.Bundle getOptions() -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Temperature -wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoonPhaseAngle(java.lang.Integer) -com.google.android.material.R$styleable: int Constraint_layout_constraintStart_toEndOf -wangdaye.com.geometricweather.R$styleable: int CheckBoxPreference_disableDependentsState -com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_layoutManager -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Subhead_Inverse -com.xw.repo.bubbleseekbar.R$attr: int statusBarBackground -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Speed: AccuDailyResult$DailyForecasts$Night$Wind$Speed() -android.didikee.donate.R$styleable: int AppCompatTextView_drawableBottomCompat -com.google.android.material.R$style: int Base_Widget_AppCompat_ImageButton -com.google.android.material.R$styleable: int Toolbar_title -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.ChineseCityEntity,int) -com.jaredrummler.android.colorpicker.R$attr: int actionModeWebSearchDrawable -io.reactivex.internal.observers.ForEachWhileObserver: boolean done -wangdaye.com.geometricweather.R$id: int action_container -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_hintTextColor -androidx.preference.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth -okhttp3.logging.LoggingEventListener: void requestBodyEnd(okhttp3.Call,long) -okio.Okio$4: java.net.Socket val$socket -okio.ByteString: byte getByte(int) -com.google.android.material.R$styleable: int SnackbarLayout_maxActionInlineWidth -com.jaredrummler.android.colorpicker.R$attr: int actionBarSplitStyle -wangdaye.com.geometricweather.R$attr: int cpv_color -wangdaye.com.geometricweather.R$id: int notification_main_column -wangdaye.com.geometricweather.R$dimen: int mtrl_low_ripple_hovered_alpha -androidx.hilt.lifecycle.R$styleable: int GradientColor_android_centerX -com.google.android.material.R$attr: int actionViewClass -wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_weatherKindContainer -com.google.android.material.R$attr: int actionBarItemBackground -com.google.android.material.R$attr: int actionModeBackground -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter nullValue() -wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig historyEntityDaoConfig -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onKeyguardShowing(boolean) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial: java.lang.String Unit -com.bumptech.glide.R$styleable: int FontFamily_fontProviderPackage -wangdaye.com.geometricweather.R$attr: int layout_constraintHeight_max -androidx.constraintlayout.widget.R$drawable: int abc_text_select_handle_left_mtrl_light -wangdaye.com.geometricweather.R$attr: int progressBarPadding -wangdaye.com.geometricweather.R$dimen: int material_text_view_test_line_height -android.didikee.donate.R$attr: int controlBackground -james.adaptiveicon.R$style: int Theme_AppCompat_Light_DialogWhenLarge -wangdaye.com.geometricweather.R$drawable: int shortcuts_partly_cloudy_night_foreground -okhttp3.internal.http2.Http2Connection: java.util.concurrent.ExecutorService access$400() -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setRainPrecipitationProbability(java.lang.Float) -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid -wangdaye.com.geometricweather.R$styleable: int Insets_paddingRightSystemWindowInsets -wangdaye.com.geometricweather.R$string: int content_des_no_precipitation -androidx.swiperefreshlayout.R$styleable: int ColorStateListItem_alpha -cyanogenmod.externalviews.KeyguardExternalView: android.os.IBinder access$200(cyanogenmod.externalviews.KeyguardExternalView) -com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_android_font -androidx.core.R$id: int tag_accessibility_pane_title -com.google.android.material.R$style: int Widget_AppCompat_Toolbar -androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionBar_Solid -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleTextAppearance -androidx.vectordrawable.R$style: int TextAppearance_Compat_Notification_Title -wangdaye.com.geometricweather.R$id: int time -androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat_Dialog -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarStyle -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: void dispose() -okhttp3.logging.LoggingEventListener$Factory: okhttp3.EventListener create(okhttp3.Call) -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.Temperature getTemperature() -wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property CityId -com.google.android.material.R$styleable: int StateListDrawable_android_visible -wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_shadowRadius -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintEnd_toStartOf -james.adaptiveicon.R$style: int Base_Theme_AppCompat_Dialog_FixedSize -wangdaye.com.geometricweather.R$id: int activity_widget_config_subtitleDataTitle -james.adaptiveicon.R$styleable: int MenuItem_contentDescription -androidx.drawerlayout.R$attr: int fontStyle -wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig alertEntityDaoConfig -com.turingtechnologies.materialscrollbar.R$attr: int windowFixedHeightMinor -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_growMode -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Compat_Notification -com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawable_android_variablePadding -androidx.lifecycle.extensions.R$anim -com.turingtechnologies.materialscrollbar.R$dimen: int abc_select_dialog_padding_start_material -com.google.android.material.card.MaterialCardView: void setCheckedIcon(android.graphics.drawable.Drawable) -androidx.hilt.R$id: int accessibility_custom_action_3 -retrofit2.ParameterHandler$PartMap: java.lang.reflect.Method method -com.google.android.material.R$styleable: int FontFamily_fontProviderPackage -com.google.android.material.R$style: int Widget_MaterialComponents_Chip_Filter -wangdaye.com.geometricweather.R$color: int switch_thumb_disabled_material_dark -wangdaye.com.geometricweather.R$attr: int textAppearanceSearchResultSubtitle -androidx.constraintlayout.widget.R$drawable: int btn_radio_off_to_on_mtrl_animation -com.google.android.material.R$styleable: int Layout_android_layout_marginBottom -com.google.android.material.R$styleable: int BottomAppBar_fabCradleVerticalOffset -androidx.constraintlayout.widget.R$dimen: int highlight_alpha_material_colored -wangdaye.com.geometricweather.R$dimen: int material_cursor_inset_top -com.turingtechnologies.materialscrollbar.R$attr: int contentDescription -com.google.android.material.R$dimen: int tooltip_corner_radius -io.reactivex.internal.schedulers.AbstractDirectTask: java.lang.Runnable runnable -com.xw.repo.bubbleseekbar.R$id: int italic -androidx.recyclerview.R$attr: int recyclerViewStyle -androidx.fragment.R$anim: int fragment_fast_out_extra_slow_in -com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat_Dark -com.google.android.material.R$styleable: int RecyclerView_android_orientation -androidx.hilt.lifecycle.R$dimen: int compat_button_inset_vertical_material -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_android_thumb -com.turingtechnologies.materialscrollbar.R$layout: int support_simple_spinner_dropdown_item -androidx.hilt.work.R$id: int action_container -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver -io.reactivex.internal.schedulers.RxThreadFactory: RxThreadFactory(java.lang.String) -io.reactivex.Observable: io.reactivex.Observable onErrorReturnItem(java.lang.Object) -retrofit2.Invocation -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: void onError(java.lang.Throwable) -okio.Timeout -okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder onlyIfCached() -androidx.vectordrawable.R$drawable: R$drawable() -androidx.appcompat.widget.FitWindowsFrameLayout: FitWindowsFrameLayout(android.content.Context,android.util.AttributeSet) -android.didikee.donate.R$attr: int dropDownListViewStyle -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_verticalAlign -wangdaye.com.geometricweather.R$drawable: int weather_hail_3 -okhttp3.Credentials: java.lang.String basic(java.lang.String,java.lang.String,java.nio.charset.Charset) -cyanogenmod.weather.RequestInfo$1: cyanogenmod.weather.RequestInfo createFromParcel(android.os.Parcel) -com.google.android.material.R$style: int RtlOverlay_DialogWindowTitle_AppCompat -cyanogenmod.providers.ThemesContract$PreviewColumns -androidx.appcompat.widget.SwitchCompat: void setTrackResource(int) -androidx.appcompat.R$drawable: int abc_btn_check_material_anim -androidx.swiperefreshlayout.R$drawable: R$drawable() -wangdaye.com.geometricweather.R$attr: int cornerFamily -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Small_Inverse -com.google.android.material.R$id: int textinput_prefix_text -androidx.constraintlayout.widget.R$drawable: int abc_textfield_search_default_mtrl_alpha -james.adaptiveicon.R$color: int accent_material_dark -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: io.reactivex.functions.Function rightEnd -androidx.appcompat.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner -james.adaptiveicon.R$styleable: int SwitchCompat_android_textOn -com.turingtechnologies.materialscrollbar.R$color: int secondary_text_disabled_material_dark -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse -com.xw.repo.bubbleseekbar.R$color: int abc_btn_colored_borderless_text_material -okio.RealBufferedSource: okio.Buffer buffer() -io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: FlowableConcatMap$ConcatMapInner(io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapSupport) -com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter -com.google.android.material.R$dimen: int mtrl_edittext_rectangle_top_offset -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub: cyanogenmod.weather.IWeatherServiceProviderChangeListener asInterface(android.os.IBinder) -androidx.appcompat.resources.R$styleable: int[] StateListDrawable -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query -androidx.preference.R$styleable: int AppCompatTextView_fontVariationSettings -androidx.lifecycle.ViewModelStore: ViewModelStore() -wangdaye.com.geometricweather.R$plurals: int mtrl_badge_content_description -retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: retrofit2.Call call -cyanogenmod.providers.CMSettings$System: long getLongForUser(android.content.ContentResolver,java.lang.String,int) -cyanogenmod.providers.CMSettings$System: java.lang.String MENU_WAKE_SCREEN -androidx.lifecycle.LifecycleEventObserver -com.google.android.material.R$style: int Theme_AppCompat_DayNight_NoActionBar -androidx.lifecycle.SavedStateHandle$SavingStateLiveData: SavedStateHandle$SavingStateLiveData(androidx.lifecycle.SavedStateHandle,java.lang.String,java.lang.Object) -cyanogenmod.profiles.AirplaneModeSettings: boolean isOverride() -androidx.dynamicanimation.R$id: int notification_main_column_container -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: io.reactivex.disposables.CompositeDisposable disposables -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: boolean isIsShow() -androidx.appcompat.R$attr: int colorControlHighlight -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AppBarLayout_Primary -androidx.appcompat.widget.ActionBarOverlayLayout: ActionBarOverlayLayout(android.content.Context,android.util.AttributeSet) -cyanogenmod.themes.IThemeService: boolean isThemeBeingProcessed(java.lang.String) -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: Minutely(java.util.Date,long,boolean,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,int,java.lang.Integer,java.lang.Integer) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeCloudCover -androidx.constraintlayout.widget.R$styleable: int StateListDrawable_android_dither -wangdaye.com.geometricweather.settings.fragments.AbstractSettingsFragment -com.google.android.material.R$styleable: int TextAppearance_android_shadowDx -androidx.preference.R$styleable: int AppCompatTextHelper_android_drawableLeft -androidx.constraintlayout.widget.R$attr: int checkedTextViewStyle -io.reactivex.Observable: io.reactivex.Observable map(io.reactivex.functions.Function) -com.google.android.material.R$drawable: int avd_show_password -com.turingtechnologies.materialscrollbar.R$attr: int cardUseCompatPadding -com.turingtechnologies.materialscrollbar.R$layout: int abc_alert_dialog_button_bar_material -com.google.android.material.R$styleable: int Toolbar_contentInsetStart -androidx.appcompat.R$color: int bright_foreground_inverse_material_light -com.turingtechnologies.materialscrollbar.R$attr: int fontProviderPackage -com.google.gson.FieldNamingPolicy -okhttp3.Headers: java.util.List values(java.lang.String) -okhttp3.ConnectionSpec: java.util.List tlsVersions() +wangdaye.com.geometricweather.common.ui.widgets.DrawerLayout: DrawerLayout(android.content.Context) +com.google.android.material.R$layout: int notification_template_icon_group +androidx.preference.R$styleable: int AppCompatTextView_drawableEndCompat +wangdaye.com.geometricweather.R$layout: int mtrl_calendar_month_labeled +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setLevel(java.lang.String) +androidx.preference.R$id: int uniform +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Snow snow +com.google.android.material.bottomnavigation.BottomNavigationView: void setItemIconTintList(android.content.res.ColorStateList) +okio.Options: void buildTrieRecursive(long,okio.Buffer,int,java.util.List,int,int,java.util.List) +androidx.dynamicanimation.R$dimen: int notification_main_column_padding_top +wangdaye.com.geometricweather.R$styleable: int[] SlidingItemContainerLayout +com.turingtechnologies.materialscrollbar.R$dimen: int abc_alert_dialog_button_dimen +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay CARD_HOURLY_OVERVIEW +androidx.drawerlayout.R$styleable: int FontFamilyFont_android_fontVariationSettings +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_firstVerticalStyle +androidx.preference.R$id: int accessibility_custom_action_4 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: java.lang.String getDefenseIcon() +androidx.hilt.R$dimen: int notification_right_side_padding_top +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeThunderstormPrecipitationDuration(java.lang.Float) +com.jaredrummler.android.colorpicker.R$attr: int icon +com.google.android.material.R$style: int Widget_MaterialComponents_PopupMenu_ListPopupWindow +com.google.android.material.R$styleable: int[] Badge +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: boolean done +androidx.viewpager.widget.ViewPager: void setPageMarginDrawable(int) +wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customStringValue +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_maxButtonHeight +cyanogenmod.hardware.ICMHardwareService: boolean set(int,boolean) +wangdaye.com.geometricweather.R$dimen: int compat_notification_large_icon_max_width +okio.Buffer$2: void close() +wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.lang.String description +androidx.constraintlayout.widget.R$styleable: int MockView_mock_labelColor +cyanogenmod.app.ProfileGroup: void applyOverridesToNotification(android.app.Notification) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$2: KeyguardExternalViewProviderService$Provider$ProviderImpl$2(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) +androidx.hilt.R$dimen: int compat_button_inset_vertical_material +okhttp3.logging.LoggingEventListener: void connectEnd(okhttp3.Call,java.net.InetSocketAddress,java.net.Proxy,okhttp3.Protocol) +androidx.appcompat.R$dimen: int abc_dialog_fixed_height_major +james.adaptiveicon.R$styleable: int[] SwitchCompat +androidx.appcompat.R$attr: int gapBetweenBars +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_padding_right +com.google.android.material.R$styleable: int MaterialCalendarItem_itemShapeAppearanceOverlay +cyanogenmod.profiles.ConnectionSettings: int CM_MODE_3G +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property RagweedIndex +androidx.appcompat.R$attr: int actionBarWidgetTheme +cyanogenmod.externalviews.ExternalViewProperties: int getWidth() +com.xw.repo.bubbleseekbar.R$styleable: int View_paddingEnd +okhttp3.internal.cache.DiskLruCache$1: okhttp3.internal.cache.DiskLruCache this$0 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: java.lang.String getValue() +androidx.constraintlayout.widget.R$attr: int layout_constraintStart_toStartOf +cyanogenmod.providers.CMSettings$System: int getInt(android.content.ContentResolver,java.lang.String) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator T9_SEARCH_INPUT_LOCALE_VALIDATOR +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_startIconTint +wangdaye.com.geometricweather.R$id: int text_input_end_icon +androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_drawableLeft +okhttp3.internal.ws.RealWebSocket: okhttp3.Request request() +com.xw.repo.bubbleseekbar.R$color: int primary_text_default_material_dark +com.turingtechnologies.materialscrollbar.R$id: int design_menu_item_action_area_stub +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getDisplayGammaCalibration +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHorizontal_weight +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Button +com.google.android.material.R$attr: int trackColorActive +cyanogenmod.themes.IThemeChangeListener$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog +android.didikee.donate.R$dimen: int hint_pressed_alpha_material_light +androidx.appcompat.R$styleable: int AppCompatTextView_drawableEndCompat +com.google.android.material.R$attr: int tabPaddingStart +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_12 +wangdaye.com.geometricweather.R$anim: int btn_checkbox_to_unchecked_box_inner_merged_animation +okhttp3.internal.Util: okio.ByteString UTF_8_BOM +wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar: PrecipitationBar(android.content.Context) +okio.GzipSource: void consumeHeader() +androidx.swiperefreshlayout.R$style +cyanogenmod.externalviews.KeyguardExternalViewProviderService: boolean DEBUG +androidx.fragment.R$id: int time +com.xw.repo.bubbleseekbar.R$id: int tag_unhandled_key_listeners +androidx.constraintlayout.widget.R$drawable: int abc_control_background_material +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void innerCloseError(java.lang.Throwable) +wangdaye.com.geometricweather.R$color: int abc_decor_view_status_guard_light +androidx.core.R$id: int notification_main_column_container +wangdaye.com.geometricweather.R$styleable: int ChipGroup_singleLine +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.lang.Integer LEFT_VALUE +androidx.constraintlayout.widget.R$styleable: int PopupWindow_android_popupBackground +androidx.constraintlayout.widget.R$dimen: int notification_right_side_padding_top +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonStyleSmall +androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_21 +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: io.reactivex.disposables.Disposable upstream +androidx.vectordrawable.R$styleable: int FontFamily_fontProviderFetchTimeout +james.adaptiveicon.R$styleable: int ActionBar_indeterminateProgressStyle +cyanogenmod.hardware.CMHardwareManager: int getDisplayColorCalibrationDefault() +cyanogenmod.power.IPerformanceManager$Stub: int TRANSACTION_getProfileHasAppProfiles +retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isSingle +com.google.android.material.R$styleable: int AppCompatTheme_textColorAlertDialogListItem +androidx.preference.R$dimen: int notification_large_icon_height +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property SunRiseDate +io.reactivex.internal.queue.SpscArrayQueue: void soConsumerIndex(long) +androidx.coordinatorlayout.R$styleable: int[] GradientColorItem +androidx.appcompat.R$attr: int textAppearanceSmallPopupMenu +com.jaredrummler.android.colorpicker.R$style: int Platform_ThemeOverlay_AppCompat +com.google.android.material.R$styleable: int ViewBackgroundHelper_android_background +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintCircleRadius +androidx.appcompat.R$styleable: int SearchView_queryHint +androidx.vectordrawable.animated.R$styleable: int GradientColor_android_startX +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorControlActivated +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver parent +androidx.appcompat.widget.ActionBarContainer +com.google.android.material.R$style: int ShapeAppearanceOverlay_TopRightDifferentCornerSize +retrofit2.OkHttpCall: okhttp3.Call rawCall +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float getTotal() +wangdaye.com.geometricweather.R$styleable: int Chip_shapeAppearance +wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date getSunRiseDate() +androidx.lifecycle.ClassesInfoCache: int CALL_TYPE_PROVIDER +wangdaye.com.geometricweather.R$attr: int textAppearanceButton +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintBottom_toTopOf +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ListPopupWindow +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeStyle +james.adaptiveicon.R$dimen: int abc_text_size_display_2_material +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_textAppearance +okhttp3.internal.tls.OkHostnameVerifier: java.util.List allSubjectAltNames(java.security.cert.X509Certificate) +androidx.preference.R$style: int AlertDialog_AppCompat +com.bumptech.glide.integration.okhttp.R$drawable: int notify_panel_notification_icon_bg +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.String getHourlyForecast() +com.google.android.material.R$style: int TextAppearance_AppCompat_Body1 +okio.Segment: okio.Segment split(int) +okio.Buffer: long indexOfElement(okio.ByteString) +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.R$layout: int design_navigation_menu_item +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum: AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum() +wangdaye.com.geometricweather.R$string: int key_widget_text +com.google.android.material.R$id: int scrollIndicatorDown +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +cyanogenmod.hardware.CMHardwareManager: int FEATURE_KEY_DISABLE +wangdaye.com.geometricweather.R$color: int material_cursor_color +com.google.android.material.R$id: int submit_area +androidx.preference.R$styleable: int SearchView_queryHint +wangdaye.com.geometricweather.R$layout: int mtrl_layout_snackbar +com.jaredrummler.android.colorpicker.R$styleable: int ActionMode_backgroundSplit +androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$Event upEvent(androidx.lifecycle.Lifecycle$State) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: java.lang.String getPubTime() +com.turingtechnologies.materialscrollbar.R$anim +androidx.constraintlayout.widget.R$attr: int buttonTintMode +androidx.constraintlayout.widget.R$attr: int customDimension +okhttp3.internal.http2.Http2Connection$2: void execute() +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dividerVertical +androidx.lifecycle.Lifecycle: void removeObserver(androidx.lifecycle.LifecycleObserver) +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: void setWeekText(java.lang.String) +com.google.android.material.R$attr: int customColorDrawableValue +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem +com.google.android.material.R$color: int mtrl_btn_stroke_color_selector +androidx.swiperefreshlayout.R$integer +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_fontVariationSettings +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_searchHintIcon +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_android_summaryOff +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial +androidx.appcompat.resources.R$styleable: int[] FontFamilyFont +io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: void setResource(io.reactivex.disposables.Disposable) +androidx.appcompat.R$styleable: int[] ActivityChooserView +com.jaredrummler.android.colorpicker.R$style: int Base_Animation_AppCompat_Dialog +androidx.appcompat.R$styleable: int MenuItem_showAsAction +cyanogenmod.app.CustomTile$Builder: java.lang.String mContentDescription +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode[] values() +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_3DES_EDE_CBC_SHA +okhttp3.CipherSuite: java.lang.String javaName +okhttp3.logging.LoggingEventListener: LoggingEventListener(okhttp3.logging.HttpLoggingInterceptor$Logger) +james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarSize +androidx.constraintlayout.widget.R$id: int standard +wangdaye.com.geometricweather.R$layout: int text_view_with_line_height_from_layout +wangdaye.com.geometricweather.R$color: int material_grey_50 +androidx.activity.R$dimen: int notification_big_circle_margin +androidx.appcompat.R$attr: int singleChoiceItemLayout +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub +com.google.android.material.progressindicator.ProgressIndicator: int getGrowMode() +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintVertical_bias +com.google.android.material.R$style: int Base_Widget_MaterialComponents_Slider +com.turingtechnologies.materialscrollbar.R$attr: int progressBarPadding +androidx.constraintlayout.widget.R$attr: int framePosition +cyanogenmod.profiles.BrightnessSettings$1: cyanogenmod.profiles.BrightnessSettings[] newArray(int) +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult +androidx.activity.R$dimen: int notification_action_icon_size +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarSwipeRefreshLayout +james.adaptiveicon.R$styleable: int Toolbar_titleMargin +cyanogenmod.externalviews.ExternalView$2: android.graphics.Rect val$clipRect +com.google.android.material.R$style: int Base_Theme_MaterialComponents_DialogWhenLarge +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.Wind getWind() +android.didikee.donate.R$attr: int listPreferredItemHeightSmall +wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialog_backgroundInsetTop +com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_startX +wangdaye.com.geometricweather.R$drawable: int weather_clear_day_pixel +androidx.appcompat.widget.AbsActionBarView: void setContentHeight(int) +cyanogenmod.app.CustomTile$Builder +com.google.android.material.R$style: int Widget_MaterialComponents_CompoundButton_RadioButton +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeInsetEnd +wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Object readEntity(android.database.Cursor,int) +wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Long readKey(android.database.Cursor,int) +androidx.appcompat.R$attr: int goIcon +android.didikee.donate.R$attr: int searchHintIcon +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode +james.adaptiveicon.R$styleable: int ActionBar_homeLayout +cyanogenmod.externalviews.KeyguardExternalView: android.os.IBinder access$202(cyanogenmod.externalviews.KeyguardExternalView,android.os.IBinder) +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_4 +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void innerNext(int,java.lang.Object) +io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable +cyanogenmod.hardware.ICMHardwareService: boolean writePersistentBytes(java.lang.String,byte[]) +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Compat_Notification_Time +androidx.work.NetworkType: androidx.work.NetworkType NOT_ROAMING +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.Property getPkProperty() +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: io.reactivex.Observer downstream +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowActionModeOverlay +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String STATUSBAR_URI +cyanogenmod.app.CMStatusBarManager: void publishTile(int,cyanogenmod.app.CustomTile) +okhttp3.OkHttpClient$1: void put(okhttp3.ConnectionPool,okhttp3.internal.connection.RealConnection) +wangdaye.com.geometricweather.R$string: int material_timepicker_hour +androidx.work.impl.utils.futures.AbstractFuture: androidx.work.impl.utils.futures.AbstractFuture$Waiter waiters +androidx.preference.R$styleable: int ColorStateListItem_android_alpha +com.jaredrummler.android.colorpicker.R$attr: int closeItemLayout +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat_Light +cyanogenmod.app.suggest.ApplicationSuggestion: ApplicationSuggestion(android.os.Parcel) +androidx.constraintlayout.widget.R$color: int primary_text_disabled_material_dark +cyanogenmod.app.Profile: java.lang.String getName() +androidx.viewpager2.R$attr: int fontStyle +cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator access$100() +wangdaye.com.geometricweather.R$color: int mtrl_textinput_default_box_stroke_color +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onWindowAttributesChanged(android.view.WindowManager$LayoutParams) +androidx.preference.R$style: int Base_Widget_AppCompat_Button_Colored +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setWindChillTemperature(java.lang.Integer) +wangdaye.com.geometricweather.R$drawable: int notif_temp_135 +cyanogenmod.externalviews.IExternalViewProvider +androidx.vectordrawable.animated.R$layout: int notification_template_part_time +androidx.preference.R$styleable: int PreferenceTheme_editTextPreferenceStyle +androidx.preference.R$attr: int arrowHeadLength +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: boolean isCanceled() +androidx.appcompat.widget.AppCompatButton: AppCompatButton(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$color: int notification_icon_bg_color +androidx.lifecycle.LifecycleRegistry: java.util.ArrayList mParentStates +androidx.preference.R$attr: int defaultQueryHint +androidx.lifecycle.extensions.R$id: int visible_removing_fragment_view_tag +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_fontFamily +androidx.work.impl.workers.ConstraintTrackingWorker +wangdaye.com.geometricweather.R$attr: int textAppearanceListItemSmall +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_6 +okhttp3.internal.http.RealInterceptorChain: RealInterceptorChain(java.util.List,okhttp3.internal.connection.StreamAllocation,okhttp3.internal.http.HttpCodec,okhttp3.internal.connection.RealConnection,int,okhttp3.Request,okhttp3.Call,okhttp3.EventListener,int,int,int) +androidx.preference.R$styleable: int DialogPreference_dialogTitle +com.jaredrummler.android.colorpicker.R$dimen: int compat_button_inset_vertical_material +androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable: androidx.lifecycle.LifecycleRegistry mRegistry +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Subhead +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_toTopOf +org.greenrobot.greendao.database.DatabaseOpenHelper: DatabaseOpenHelper(android.content.Context,java.lang.String,android.database.sqlite.SQLiteDatabase$CursorFactory,int) +com.turingtechnologies.materialscrollbar.R$attr: int showMotionSpec +androidx.recyclerview.R$dimen: int fastscroll_default_thickness +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored +com.google.android.material.button.MaterialButton$SavedState: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List getMinutelyEntityList() +androidx.lifecycle.ViewModelStoreOwner: androidx.lifecycle.ViewModelStore getViewModelStore() +androidx.dynamicanimation.R$drawable: int notification_template_icon_low_bg +com.google.android.material.R$attr: int actionModeShareDrawable +androidx.constraintlayout.widget.R$styleable: int[] ConstraintLayout_Layout +android.didikee.donate.R$styleable: int AppCompatTheme_buttonStyle +com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_windowAnimationStyle +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_android_switchTextOff +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub$Proxy: IExternalViewProviderFactory$Stub$Proxy(android.os.IBinder) +com.jaredrummler.android.colorpicker.R$attr: int ratingBarStyleSmall +okhttp3.Request: java.util.Map tags +cyanogenmod.providers.CMSettings$3: CMSettings$3() +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: int sourceMode +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: void onError(java.lang.Throwable) +com.bumptech.glide.R$color: int secondary_text_default_material_light +okio.BufferedSource: java.lang.String readUtf8LineStrict(long) +com.google.android.material.R$style: int Base_MaterialAlertDialog_MaterialComponents_Title_Icon +retrofit2.Response: int code() +cyanogenmod.hardware.CMHardwareManager: int[] getDisplayColorCalibration() +androidx.appcompat.widget.Toolbar: int getTitleMarginStart() +cyanogenmod.app.Profile$1: cyanogenmod.app.Profile createFromParcel(android.os.Parcel) +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: MinutelyEntityDao$Properties() +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_end_padding_icon +okhttp3.internal.cache.DiskLruCache$Editor: boolean done +wangdaye.com.geometricweather.R$string: int aqi_6 +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorPrimaryDark +cyanogenmod.weather.RequestInfo: int getRequestType() com.jaredrummler.android.colorpicker.R$style: int Preference_SeekBarPreference_Material -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather: java.lang.String temperature -retrofit2.Platform$Android: java.util.concurrent.Executor defaultCallbackExecutor() -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoonPhaseDescription -wangdaye.com.geometricweather.R$string: int key_weather_source -androidx.customview.R$drawable: int notification_bg_low_normal -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void setCancellable(io.reactivex.functions.Cancellable) -com.jaredrummler.android.colorpicker.R$styleable: int Preference_isPreferenceVisible +com.google.android.material.R$attr: int dividerPadding +cyanogenmod.themes.IThemeService$Stub$Proxy: void rebuildResourceCache() +wangdaye.com.geometricweather.R$attr: int actionBarSize +com.google.android.material.bottomnavigation.BottomNavigationMenuView: com.google.android.material.bottomnavigation.BottomNavigationItemView getNewItem() +androidx.dynamicanimation.R$styleable: int GradientColor_android_startY +okio.Okio: okio.BufferedSource buffer(okio.Source) +com.google.android.material.R$attr: int backgroundStacked +com.google.android.material.R$attr: int helperText +com.turingtechnologies.materialscrollbar.R$layout: int abc_dialog_title_material +io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: void dispose() +android.didikee.donate.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setBackground(android.graphics.drawable.Drawable) +com.google.android.material.R$attr: int layout_goneMarginTop +okhttp3.internal.cache.CacheInterceptor$1: okio.Timeout timeout() +okio.RealBufferedSink: okio.BufferedSink writeIntLe(int) +com.turingtechnologies.materialscrollbar.R$drawable: int notification_tile_bg +androidx.core.app.RemoteActionCompat +com.google.android.material.R$style: int Base_V7_Widget_AppCompat_EditText +androidx.preference.internal.PreferenceImageView: PreferenceImageView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWindDirection(java.lang.String) +com.turingtechnologies.materialscrollbar.R$interpolator: int mtrl_fast_out_slow_in +com.google.android.material.datepicker.SingleDateSelector: android.os.Parcelable$Creator CREATOR +com.jaredrummler.android.colorpicker.R$id: int search_edit_frame +com.xw.repo.bubbleseekbar.R$id: int actions +android.didikee.donate.R$dimen: int abc_action_bar_stacked_max_height +retrofit2.Platform$Android$MainThreadExecutor: Platform$Android$MainThreadExecutor() +com.bumptech.glide.load.engine.GlideException: java.lang.String detailMessage +wangdaye.com.geometricweather.R$color: int colorRoot +okhttp3.OkHttpClient: boolean followRedirects() +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void runFinally() +androidx.hilt.lifecycle.R$color: int secondary_text_default_material_light +okhttp3.Cookie: java.util.regex.Pattern TIME_PATTERN +okhttp3.internal.http2.Http2Connection$PingRunnable: Http2Connection$PingRunnable(okhttp3.internal.http2.Http2Connection,boolean,int,int) +com.google.android.material.R$dimen: int abc_button_padding_vertical_material +cyanogenmod.app.ProfileManager: java.lang.String ACTION_PROFILE_PICKER +okhttp3.internal.cache.DiskLruCache: java.io.File getDirectory() +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Medium_Inverse +com.jaredrummler.android.colorpicker.R$string: int abc_searchview_description_submit +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_text +retrofit2.Platform$Android: java.lang.Object invokeDefaultMethod(java.lang.reflect.Method,java.lang.Class,java.lang.Object,java.lang.Object[]) +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light_Dialog_Alert +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_always_show_bubble_delay +com.google.android.material.R$styleable: int AppCompatTheme_actionBarTabBarStyle +cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler +wangdaye.com.geometricweather.R$id: int material_timepicker_container +com.jaredrummler.android.colorpicker.R$layout: int abc_action_menu_layout +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX: java.util.List getBrands() +androidx.core.widget.NestedScrollView: void setOnScrollChangeListener(androidx.core.widget.NestedScrollView$OnScrollChangeListener) +cyanogenmod.app.ICustomTileListener$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +com.jaredrummler.android.colorpicker.R$dimen: int compat_notification_large_icon_max_width +com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_FloatingActionButton +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_textColorLink +android.didikee.donate.R$drawable +okhttp3.OkHttpClient$Builder: void setInternalCache(okhttp3.internal.cache.InternalCache) +androidx.appcompat.R$style: int Theme_AppCompat_DayNight +james.adaptiveicon.R$anim: int abc_slide_in_top +retrofit2.RequestBuilder: java.util.regex.Pattern PATH_TRAVERSAL +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_rotationY +com.google.android.material.R$dimen: int mtrl_progress_circular_radius +androidx.lifecycle.ClassesInfoCache$CallbackInfo: ClassesInfoCache$CallbackInfo(java.util.Map) +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: float PRECIPITATION_MIDDLE +androidx.hilt.R$id: int accessibility_custom_action_11 +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.Astro[] astros +okhttp3.internal.http2.Hpack: okio.ByteString checkLowercase(okio.ByteString) +wangdaye.com.geometricweather.R$drawable: int abc_btn_check_to_on_mtrl_000 +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void drain() +cyanogenmod.hardware.DisplayMode: int id +okhttp3.OkHttpClient$Builder: okhttp3.CertificatePinner certificatePinner +com.turingtechnologies.materialscrollbar.R$attr: int chipMinHeight +com.turingtechnologies.materialscrollbar.R$styleable: int[] AnimatedStateListDrawableCompat +cyanogenmod.app.CMContextConstants: java.lang.String CM_HARDWARE_SERVICE +androidx.core.R$id: int title +com.jaredrummler.android.colorpicker.R$styleable: int Preference_order +wangdaye.com.geometricweather.R$attr: int fabCradleMargin +com.google.android.material.R$style: int Test_Widget_MaterialComponents_MaterialCalendar_Day +androidx.appcompat.resources.R$id: int tag_unhandled_key_event_manager +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionBar_TabView +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeDegreeDayTemperature() +okhttp3.RealCall$AsyncCall: java.lang.String host() +androidx.preference.R$style: int TextAppearance_AppCompat_SearchResult_Title +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorAccent +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer getWindChillTemperature() +androidx.constraintlayout.motion.widget.MotionLayout: java.util.ArrayList getDefinedTransitions() +okhttp3.RequestBody$2: long contentLength() +androidx.coordinatorlayout.R$attr: int alpha +io.reactivex.Observable: io.reactivex.Completable ignoreElements() +cyanogenmod.app.CustomTile$ExpandedItem: java.lang.String itemSummary +cyanogenmod.weather.WeatherLocation: boolean equals(java.lang.Object) +androidx.preference.R$attr: int windowActionBar +okhttp3.internal.io.FileSystem$1: okio.Sink sink(java.io.File) +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: io.reactivex.internal.queue.SpscLinkedArrayQueue queue +com.turingtechnologies.materialscrollbar.R$id: int transition_transform +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionButton_Overflow +androidx.preference.R$id: int listMode +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind Wind +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean names +com.google.android.material.R$id: int material_textinput_timepicker +android.didikee.donate.R$styleable: int MenuView_android_headerBackground +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_hideOnContentScroll +com.google.android.material.R$layout: int material_radial_view_group +wangdaye.com.geometricweather.R$styleable: int GradientColor_android_startY +okhttp3.internal.http1.Http1Codec: int HEADER_LIMIT +cyanogenmod.providers.CMSettings$System: java.lang.String VOLBTN_MUSIC_CONTROLS +android.didikee.donate.R$color: int abc_secondary_text_material_light +com.google.android.material.R$id: int snackbar_text +androidx.preference.R$style: int Base_TextAppearance_AppCompat_SearchResult +okhttp3.internal.http1.Http1Codec$UnknownLengthSource: void close() +retrofit2.KotlinExtensions$suspendAndThrow$1: java.lang.Object invokeSuspend(java.lang.Object) +androidx.constraintlayout.widget.R$drawable: int notification_tile_bg +wangdaye.com.geometricweather.R$string: int mtrl_picker_range_header_only_start_selected +com.xw.repo.bubbleseekbar.R$string: int abc_prepend_shortcut_label +okhttp3.internal.http1.Http1Codec$UnknownLengthSource: okhttp3.internal.http1.Http1Codec this$0 +wangdaye.com.geometricweather.R$styleable: int AlertDialog_buttonIconDimen +com.google.android.material.R$attr: int collapsedTitleGravity +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: long serialVersionUID +james.adaptiveicon.R$attr: int windowActionBar +androidx.appcompat.R$styleable: int AppCompatTheme_actionBarTabBarStyle +androidx.loader.R$styleable: int GradientColor_android_centerColor +com.google.android.material.R$attr: int passwordToggleTint +com.google.android.material.progressindicator.ProgressIndicator: com.google.android.material.progressindicator.IndeterminateDrawable getIndeterminateDrawable() +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float snow +okio.Buffer: okio.Buffer writeTo(java.io.OutputStream) +androidx.swiperefreshlayout.R$attr: int alpha +james.adaptiveicon.R$attr: int titleTextColor +retrofit2.KotlinExtensions$suspendAndThrow$1: java.lang.Object result +cyanogenmod.providers.CMSettings$Secure: long getLong(android.content.ContentResolver,java.lang.String,long) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_padding_material +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoldDescription +androidx.preference.R$style: int Base_V28_Theme_AppCompat +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property No2 +androidx.lifecycle.ReportFragment: void onDestroy() +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Small_Inverse +okhttp3.internal.cache.DiskLruCache$Entry: DiskLruCache$Entry(okhttp3.internal.cache.DiskLruCache,java.lang.String) +io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver +com.google.android.material.R$color: int androidx_core_secondary_text_default_material_light +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: java.lang.String getPressureVoice(android.content.Context,float) +wangdaye.com.geometricweather.R$style: int Platform_ThemeOverlay_AppCompat +androidx.appcompat.R$style +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) +wangdaye.com.geometricweather.R$id: int dialog_background_location_setButton +cyanogenmod.providers.CMSettings$Global: int getIntForUser(android.content.ContentResolver,java.lang.String,int) +cyanogenmod.app.CMContextConstants: java.lang.String CM_LIVE_LOCK_SCREEN_SERVICE +okhttp3.internal.cache.DiskLruCache$Entry +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_SeekBar +cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator sAlwaysTrueValidator +wangdaye.com.geometricweather.R$styleable: int[] AppCompatImageView +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property MinuteInterval +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: long serialVersionUID +com.google.android.material.R$dimen: int mtrl_low_ripple_pressed_alpha +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void onError(java.lang.Throwable) +androidx.constraintlayout.widget.R$dimen: int abc_dialog_fixed_width_minor +james.adaptiveicon.R$drawable: int abc_item_background_holo_dark +androidx.fragment.app.FragmentContainerView: FragmentContainerView(android.content.Context) +com.google.android.material.R$dimen: int mtrl_btn_corner_radius +androidx.constraintlayout.widget.R$attr: int motion_postLayoutCollision +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) +cyanogenmod.themes.ThemeManager: void onClientPaused(cyanogenmod.themes.ThemeManager$ThemeChangeListener) +androidx.appcompat.R$style: int Widget_AppCompat_Light_AutoCompleteTextView com.google.android.material.R$styleable: int AppCompatTheme_panelMenuListTheme -androidx.hilt.work.R$id: int async -com.jaredrummler.android.colorpicker.R$attr: int windowFixedWidthMinor -wangdaye.com.geometricweather.R$attr: int toolbarId -com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_popupTheme -androidx.customview.R$dimen: int notification_top_pad_large_text -com.jaredrummler.android.colorpicker.R$color: int material_grey_300 -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_hovered_z -wangdaye.com.geometricweather.R$styleable: int[] CompoundButton -okio.GzipSink -okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection$Builder pushObserver(okhttp3.internal.http2.PushObserver) -androidx.viewpager.R$id: int action_text -org.greenrobot.greendao.AbstractDao: long count() -androidx.hilt.work.R$styleable: int FontFamily_fontProviderFetchStrategy -com.google.android.material.R$styleable: int Layout_layout_constraintBottom_toBottomOf -cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: android.os.IBinder asBinder() -wangdaye.com.geometricweather.R$id: int activity_widget_config_styleSpinner -androidx.recyclerview.R$id: int accessibility_custom_action_8 -com.turingtechnologies.materialscrollbar.R$integer: int abc_config_activityShortDur -wangdaye.com.geometricweather.R$attr: int flow_lastVerticalBias -okhttp3.ConnectionPool: void put(okhttp3.internal.connection.RealConnection) -androidx.legacy.coreutils.R$dimen: int notification_top_pad -wangdaye.com.geometricweather.R$id: int widget_week_week_4 -androidx.work.R$color -com.jaredrummler.android.colorpicker.ColorPickerView: int getPaddingTop() -com.github.rahatarmanahmed.cpv.CircularProgressView$9: CircularProgressView$9(com.github.rahatarmanahmed.cpv.CircularProgressView) -cyanogenmod.providers.CMSettings$Validator -com.turingtechnologies.materialscrollbar.R$styleable: int[] AlertDialog -wangdaye.com.geometricweather.common.basic.models.weather.Temperature -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setNo2Desc(java.lang.String) -android.didikee.donate.R$styleable: int TextAppearance_fontFamily -wangdaye.com.geometricweather.R$drawable: int weather_cloudy_1 -retrofit2.RequestFactory$Builder: boolean gotBody -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_RatingBar -wangdaye.com.geometricweather.R$drawable: int ic_github -retrofit2.ParameterHandler$2 -org.greenrobot.greendao.AbstractDao: void deleteInTx(java.lang.Iterable) -cyanogenmod.power.PerformanceManager: int PROFILE_HIGH_PERFORMANCE -com.google.android.material.R$styleable: int AppBarLayoutStates_state_collapsed -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Subtitle2 -androidx.drawerlayout.R$id: int time -wangdaye.com.geometricweather.R$color: int striking_red -androidx.appcompat.R$style: int ThemeOverlay_AppCompat_Dialog -james.adaptiveicon.R$styleable: int ViewStubCompat_android_id -androidx.work.R$styleable: int GradientColor_android_startColor -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder writeTimeout(java.time.Duration) -androidx.preference.R$id: int action_mode_bar -retrofit2.CompletableFutureCallAdapterFactory -james.adaptiveicon.R$styleable: int AppCompatTheme_dropDownListViewStyle -cyanogenmod.externalviews.KeyguardExternalViewProviderService: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider createExternalView(android.os.Bundle) -cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType THEME_RESET -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Dialog_FixedSize -com.google.android.material.R$attr: int yearStyle -okhttp3.Protocol: okhttp3.Protocol SPDY_3 -wangdaye.com.geometricweather.R$styleable: int ActionBar_progressBarStyle -cyanogenmod.app.IProfileManager$Stub$Proxy: cyanogenmod.app.Profile getActiveProfile() -com.google.android.material.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal -okhttp3.internal.cache.DiskLruCache: java.lang.String CLEAN -androidx.coordinatorlayout.R$styleable: int FontFamilyFont_android_fontWeight -androidx.preference.R$anim: int abc_grow_fade_in_from_bottom -com.google.android.material.chip.Chip: void setCloseIconSize(float) -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: io.reactivex.internal.util.AtomicThrowable errors -androidx.vectordrawable.animated.R$id: int action_container -androidx.core.R$attr: int fontWeight -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DialogWhenLarge -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeInsetTop -androidx.preference.R$style: int Base_Widget_AppCompat_Button_Borderless -com.google.android.material.appbar.AppBarLayout -androidx.preference.R$id: int accessibility_custom_action_30 -io.reactivex.internal.util.AtomicThrowable: long serialVersionUID -wangdaye.com.geometricweather.R$styleable: int Layout_layout_editor_absoluteY -com.jaredrummler.android.colorpicker.R$style: int Preference_SeekBarPreference -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_corner_radius -wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_rangeFillColor -okhttp3.Headers: java.lang.String value(int) -androidx.appcompat.resources.R$attr: int fontProviderAuthority -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed: AccuCurrentResult$Wind$Speed() -com.google.android.material.R$styleable: int MenuItem_android_titleCondensed -wangdaye.com.geometricweather.R$attr: int checkBoxPreferenceStyle -com.google.android.material.R$styleable: int ActionBar_title -wangdaye.com.geometricweather.R$drawable: int abc_ic_star_black_16dp -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: long getTime() -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setTrimPathStart(float) -androidx.appcompat.resources.R$id: int right_icon -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_SearchView -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_fabCustomSize -androidx.core.R$color: int notification_action_color_filter -androidx.vectordrawable.animated.R$attr: int fontProviderFetchStrategy -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog -androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setAppOverlay(java.lang.String,java.lang.String) -com.xw.repo.bubbleseekbar.R$attr: int bsb_bubble_color -androidx.preference.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem -com.google.gson.stream.JsonReader: int NUMBER_CHAR_EXP_DIGIT -wangdaye.com.geometricweather.R$id: int widget_day_time -wangdaye.com.geometricweather.R$id: int parent_matrix -com.google.android.material.slider.RangeSlider: void setThumbStrokeWidthResource(int) -retrofit2.HttpServiceMethod: retrofit2.HttpServiceMethod parseAnnotations(retrofit2.Retrofit,java.lang.reflect.Method,retrofit2.RequestFactory) +androidx.preference.R$styleable: int[] CompoundButton +android.didikee.donate.R$styleable: int MenuItem_android_title +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxStrokeColor +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionMode +okhttp3.internal.NamedRunnable: NamedRunnable(java.lang.String,java.lang.Object[]) +okhttp3.CertificatePinner$Pin: okio.ByteString hash +com.google.android.material.R$styleable: int ActionBar_divider +androidx.appcompat.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog +okhttp3.HttpUrl: java.lang.String redact() +com.google.android.material.R$styleable: int[] AppCompatTextView +androidx.recyclerview.widget.RecyclerView: void setEdgeEffectFactory(androidx.recyclerview.widget.RecyclerView$EdgeEffectFactory) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Speed Speed +com.google.android.material.R$id: int listMode +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void onComplete() +com.google.android.material.button.MaterialButton: int getStrokeWidth() +okhttp3.internal.platform.AndroidPlatform$CloseGuard: java.lang.reflect.Method warnIfOpenMethod +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_marginRight +io.reactivex.internal.disposables.CancellableDisposable: void dispose() +com.jaredrummler.android.colorpicker.R$attr: int contentDescription +wangdaye.com.geometricweather.R$string: int default_location +com.google.android.material.R$styleable: int MockView_mock_diagonalsColor +com.xw.repo.bubbleseekbar.R$attr: int fontProviderFetchStrategy +androidx.appcompat.widget.SwitchCompat: void setSwitchMinWidth(int) +wangdaye.com.geometricweather.R$attr: int iconPadding +okhttp3.internal.Util: void closeQuietly(java.net.Socket) +androidx.viewpager2.R$drawable: R$drawable() +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_isSunlightEnhancementSelfManaged +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver(io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver) +okio.Buffer: int read(java.nio.ByteBuffer) +cyanogenmod.app.ICMTelephonyManager: java.util.List getSubInformation() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: java.lang.String getType() +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float pm10 +io.reactivex.internal.util.NotificationLite +com.google.android.material.R$attr: int hintAnimationEnabled +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_textAllCaps +androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_spinBars +android.didikee.donate.R$attr: int actionModePasteDrawable +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_body_1_material +androidx.preference.R$drawable: int abc_ratingbar_material +androidx.appcompat.R$dimen: int abc_seekbar_track_background_height_material +androidx.preference.R$drawable: int btn_checkbox_checked_to_unchecked_mtrl_animation +androidx.appcompat.resources.R$dimen: int notification_right_icon_size +com.google.android.material.R$id: int honorRequest +com.google.android.material.floatingactionbutton.FloatingActionButton: void setSupportImageTintList(android.content.res.ColorStateList) +androidx.appcompat.R$styleable: int AppCompatTextHelper_android_drawableEnd +androidx.constraintlayout.utils.widget.ImageFilterView: ImageFilterView(android.content.Context,android.util.AttributeSet,int) +com.turingtechnologies.materialscrollbar.R$id: int scrollView +androidx.constraintlayout.widget.R$styleable: int ColorStateListItem_android_color +androidx.appcompat.R$styleable: int MenuItem_contentDescription +cyanogenmod.weather.WeatherInfo$DayForecast: android.os.Parcelable$Creator CREATOR +androidx.lifecycle.extensions.R$id: int action_image +com.google.android.material.appbar.MaterialToolbar: MaterialToolbar(android.content.Context) +com.google.android.material.R$attr: int layout_constrainedWidth +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_PopupMenu +com.google.android.material.R$id: int content +androidx.fragment.R$dimen: int notification_right_icon_size +androidx.recyclerview.R$styleable: int FontFamily_fontProviderQuery +com.turingtechnologies.materialscrollbar.R$styleable: int Spinner_android_entries +com.google.android.material.R$id: int design_bottom_sheet +okhttp3.internal.http1.Http1Codec$FixedLengthSource +androidx.activity.R$styleable: int FontFamily_fontProviderFetchTimeout +wangdaye.com.geometricweather.R$attr: int showMotionSpec +okhttp3.internal.connection.ConnectionSpecSelector: okhttp3.ConnectionSpec configureSecureSocket(javax.net.ssl.SSLSocket) +androidx.preference.R$dimen: int abc_text_size_small_material +androidx.constraintlayout.widget.R$id: int dialog_button +retrofit2.OptionalConverterFactory: retrofit2.Converter$Factory INSTANCE +wangdaye.com.geometricweather.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: java.util.Date from +wangdaye.com.geometricweather.R$attr: int daySelectedStyle +okhttp3.internal.http2.Http2Reader: void readPriority(okhttp3.internal.http2.Http2Reader$Handler,int) +androidx.coordinatorlayout.R$styleable: int FontFamilyFont_fontVariationSettings +wangdaye.com.geometricweather.R$layout: int widget_week_3 +com.google.android.material.R$attr: int contentInsetStartWithNavigation +com.google.android.material.R$id: int accessibility_custom_action_5 +com.google.android.material.R$string: int abc_menu_shift_shortcut_label +androidx.appcompat.R$drawable: int btn_radio_off_to_on_mtrl_animation +android.didikee.donate.R$styleable: int AppCompatImageView_android_src +james.adaptiveicon.R$styleable: int AppCompatTheme_textColorAlertDialogListItem +android.didikee.donate.R$styleable: int AppCompatTheme_colorControlHighlight +androidx.legacy.coreutils.R$attr: int fontProviderCerts +androidx.preference.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset +androidx.appcompat.R$styleable: int AppCompatTheme_actionMenuTextAppearance +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintBottom_toTopOf +james.adaptiveicon.R$styleable: int SwitchCompat_thumbTintMode +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_autoSizeMinTextSize +wangdaye.com.geometricweather.R$style: int Widget_Design_TabLayout +androidx.constraintlayout.widget.R$styleable: int ImageFilterView_contrast +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void onComplete() +cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String getOpPkg() +androidx.lifecycle.LifecycleObserver +androidx.preference.R$styleable: int[] SwitchPreference +com.github.rahatarmanahmed.cpv.R$dimen: int cpv_default_thickness +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Imperial: double Value +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView +androidx.appcompat.widget.LinearLayoutCompat: int getBaselineAlignedChildIndex() +com.turingtechnologies.materialscrollbar.R$style: int CardView_Dark +androidx.core.R$id: int accessibility_custom_action_11 +com.bumptech.glide.R$styleable: int[] CoordinatorLayout +com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_Solid +com.google.android.material.R$dimen: int mtrl_calendar_day_height +androidx.lifecycle.ProcessLifecycleOwner: void activityStarted() +com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat_Light +io.reactivex.Observable: io.reactivex.Observable error(java.lang.Throwable) +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String moldDescription +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: CNWeatherResult$Pm25() +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_DrawerArrowToggle +com.google.android.material.R$layout: int abc_action_menu_layout +retrofit2.HttpException: HttpException(retrofit2.Response) +io.reactivex.Observable: io.reactivex.Observable distinct(io.reactivex.functions.Function) +james.adaptiveicon.R$styleable: int AppCompatTheme_alertDialogCenterButtons +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_goneMarginEnd +androidx.preference.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable +okio.ByteString: byte[] data +androidx.work.R$attr: int fontProviderFetchTimeout +com.jaredrummler.android.colorpicker.R$attr: int orderingFromXml +okio.ByteString: okio.ByteString sha512() +android.didikee.donate.R$styleable: int AppCompatTheme_panelBackground +com.google.android.material.slider.BaseSlider: void setThumbRadius(int) +com.google.android.material.R$attr: int panelBackground +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber$1: void run() +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: boolean isValid() +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() +com.xw.repo.bubbleseekbar.R$attr: int icon +wangdaye.com.geometricweather.R$id: int filled +wangdaye.com.geometricweather.R$drawable: int abc_list_longpressed_holo +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeTotalPrecipitationDuration() +retrofit2.http.PATCH +com.google.android.material.R$attr: int chipSpacing +androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_android_ttcIndex +androidx.appcompat.widget.AppCompatTextView: int getAutoSizeTextType() +wangdaye.com.geometricweather.R$string: int content_desc_powered_by +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeShareDrawable +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: boolean mShouldShow +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX() +io.reactivex.internal.util.NotificationLite: java.lang.Object next(java.lang.Object) +androidx.appcompat.R$style: int Theme_AppCompat_DayNight_Dialog_Alert +com.google.android.material.R$string: int mtrl_picker_a11y_next_month +androidx.constraintlayout.widget.R$styleable: int Constraint_transitionPathRotate +io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: void subscribeNext() +androidx.preference.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle +okhttp3.MediaType: okhttp3.MediaType get(java.lang.String) +com.turingtechnologies.materialscrollbar.R$attr: int measureWithLargestChild +wangdaye.com.geometricweather.R$drawable: int notif_temp_47 +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_circularRadius +com.google.android.material.R$styleable: int View_android_theme +com.google.android.material.R$attr: int behavior_hideable +com.jaredrummler.android.colorpicker.R$style: int PreferenceFragmentList +com.jaredrummler.android.colorpicker.R$attr: int track +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_backgroundStacked +androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_drawableSize +io.reactivex.Observable: io.reactivex.Single toMultimap(io.reactivex.functions.Function,io.reactivex.functions.Function) +com.jaredrummler.android.colorpicker.R$layout: int abc_screen_content_include retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback -wangdaye.com.geometricweather.db.entities.DailyEntityDao: wangdaye.com.geometricweather.db.converters.WeatherCodeConverter nighttimeWeatherCodeConverter -okhttp3.CipherSuite -retrofit2.Invocation: java.util.List arguments -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.disposables.Disposable upstream -androidx.preference.R$style: int PreferenceFragmentList_Material -cyanogenmod.app.Profile: cyanogenmod.profiles.LockSettings getScreenLockMode() -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Country: java.lang.String ID -com.google.android.material.R$styleable: int AppCompatTheme_actionModeShareDrawable -androidx.work.R$dimen: int notification_action_icon_size -wangdaye.com.geometricweather.R$integer: int bottom_sheet_slide_duration -com.google.android.material.R$styleable: int Badge_number -android.didikee.donate.R$styleable: int SwitchCompat_thumbTint -com.google.android.material.button.MaterialButton: void setCornerRadiusResource(int) -androidx.lifecycle.extensions.R$styleable: int[] ColorStateListItem -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceHeadline4 -wangdaye.com.geometricweather.R$id: int always -com.google.android.material.R$dimen: int mtrl_calendar_selection_text_baseline_to_bottom -androidx.fragment.R$color: int ripple_material_light -wangdaye.com.geometricweather.R$styleable: int CustomAttribute_attributeName -okhttp3.Dns$1: java.util.List lookup(java.lang.String) -okhttp3.internal.cache2.Relay: java.io.RandomAccessFile file -androidx.appcompat.R$styleable: int SearchView_voiceIcon -retrofit2.ParameterHandler$Field: boolean encoded -wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_firstBaselineToTopHeight -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_thumb_radius_on_dragging -wangdaye.com.geometricweather.common.ui.widgets.DrawerLayout: DrawerLayout(android.content.Context,android.util.AttributeSet) -androidx.appcompat.resources.R$styleable: int FontFamilyFont_android_fontVariationSettings -wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: void setTitleText(java.lang.String) -okhttp3.internal.http2.Header: okio.ByteString RESPONSE_STATUS -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_snackbar_background_corner_radius -android.didikee.donate.R$style: int Base_Widget_AppCompat_RatingBar -com.google.android.material.R$style: int TextAppearance_AppCompat_Small -androidx.constraintlayout.widget.R$style: int Platform_V21_AppCompat -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: java.lang.String logo -com.google.android.material.R$attr: int layout_constraintHeight_percent -androidx.preference.R$attr: int colorControlActivated -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionBar_TabView -wangdaye.com.geometricweather.R$id: int widget_text_container -okhttp3.internal.http2.Http2Stream: int id -cyanogenmod.app.Profile$ProfileTrigger: Profile$ProfileTrigger(android.os.Parcel) -androidx.lifecycle.extensions.R$anim: int fragment_close_exit -com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableTransition_android_toId -wangdaye.com.geometricweather.R$styleable: int NavigationView_android_fitsSystemWindows -wangdaye.com.geometricweather.R$string: int feedback_readd_location -androidx.appcompat.R$id: R$id() -androidx.fragment.app.BackStackRecord -wangdaye.com.geometricweather.common.ui.activities.AwakeUpdateActivity -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: java.util.concurrent.TimeUnit unit -androidx.appcompat.R$dimen: int abc_text_size_body_1_material -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setShowMotionSpec(com.google.android.material.animation.MotionSpec) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: CaiYunMainlyResult$AqiBeanXX() -wangdaye.com.geometricweather.R$drawable: int notif_temp_72 -androidx.appcompat.R$styleable: int AppCompatTheme_android_windowAnimationStyle -androidx.vectordrawable.R$styleable: int GradientColor_android_startY -androidx.recyclerview.R$styleable: int GradientColor_android_centerColor -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Small -androidx.core.R$id: int accessibility_custom_action_20 -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer moldIndex -okhttp3.internal.ws.WebSocketReader$FrameCallback -okhttp3.internal.http2.Header: okio.ByteString name -androidx.appcompat.widget.SearchView: int getMaxWidth() -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintWidth_min -android.didikee.donate.R$style: int Base_Theme_AppCompat_Light -okhttp3.Interceptor$Chain: int writeTimeoutMillis() -androidx.appcompat.R$styleable: int SearchView_defaultQueryHint -james.adaptiveicon.R$styleable: int AppCompatTheme_seekBarStyle -wangdaye.com.geometricweather.R$dimen: int current_weather_icon_size -wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_rotation -wangdaye.com.geometricweather.R$styleable: int Tooltip_android_padding -androidx.preference.R$drawable: int abc_ic_arrow_drop_right_black_24dp -androidx.constraintlayout.widget.R$attr: int motion_triggerOnCollision -okhttp3.RequestBody$2: int val$offset -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_day_corner -cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_NAME -androidx.vectordrawable.R$id: int accessibility_custom_action_15 -androidx.constraintlayout.widget.R$drawable: int abc_spinner_textfield_background_material -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: android.os.IBinder mRemote -com.google.android.material.R$styleable: int SearchView_suggestionRowLayout -wangdaye.com.geometricweather.R$id: int incoming -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_shapeAppearanceOverlay -androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_translationY -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX aqi -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header -wangdaye.com.geometricweather.R$drawable: int abc_btn_check_to_on_mtrl_015 -com.turingtechnologies.materialscrollbar.R$styleable: int[] ScrollingViewBehavior_Layout -com.google.android.material.R$styleable: int State_constraints -androidx.constraintlayout.widget.R$attr: int saturation -okhttp3.EventListener: void responseHeadersEnd(okhttp3.Call,okhttp3.Response) -wangdaye.com.geometricweather.R$id: int dialog_providers_previewer_container -com.google.android.material.navigation.NavigationView: void setItemHorizontalPadding(int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: java.util.List getValue() +okhttp3.internal.http2.Http2Stream: java.util.Deque headersQueue +okhttp3.MultipartBody$Part: okhttp3.MultipartBody$Part create(okhttp3.Headers,okhttp3.RequestBody) +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: boolean delayError +com.xw.repo.bubbleseekbar.R$id: int listMode +okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level valueOf(java.lang.String) +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_suffixTextColor +androidx.appcompat.R$drawable: int notification_template_icon_bg +wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView +com.jaredrummler.android.colorpicker.R$id: int scrollIndicatorUp +james.adaptiveicon.R$color: int dim_foreground_disabled_material_dark +wangdaye.com.geometricweather.R$id: int search_button +com.google.android.material.R$styleable: int KeyCycle_waveOffset +androidx.appcompat.R$attr: int fontProviderAuthority +okhttp3.internal.http.HttpDate: HttpDate() +androidx.preference.R$styleable: int AppCompatTheme_actionMenuTextAppearance +com.google.android.material.R$id: int mtrl_picker_fullscreen +androidx.coordinatorlayout.R$id: int right_icon +okhttp3.MediaType: java.lang.String mediaType +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade +com.google.android.material.R$id: int SHOW_PATH +wangdaye.com.geometricweather.R$id: int action_mode_bar_stub +androidx.viewpager2.R$id: int info +com.jaredrummler.android.colorpicker.R$id: int radio +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: org.reactivestreams.Subscription upstream +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: java.util.List value +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_buttonGravity +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ButtonBar_AlertDialog +cyanogenmod.themes.ThemeManager$ThemeChangeListener +io.reactivex.Observable: io.reactivex.Observable takeLast(long,long,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.R$styleable: int AppBarLayoutStates_state_collapsible +com.google.android.material.R$dimen: int material_filled_edittext_font_1_3_padding_bottom +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_FALLBACK_SCSV +androidx.loader.R$id: int icon +com.google.android.material.R$style: int Widget_AppCompat_RatingBar_Indicator +wangdaye.com.geometricweather.db.entities.AlertEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) +cyanogenmod.app.ProfileManager: void updateProfile(cyanogenmod.app.Profile) +androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_logoDescription +android.didikee.donate.R$styleable: int Spinner_android_popupBackground +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property CityId +com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_layout_anchor +wangdaye.com.geometricweather.R$styleable: int Slider_labelStyle +james.adaptiveicon.R$styleable: int MenuItem_android_checkable +wangdaye.com.geometricweather.R$layout: int widget_trend_daily +com.turingtechnologies.materialscrollbar.R$style: int Widget_Compat_NotificationActionContainer +androidx.recyclerview.R$id: int accessibility_custom_action_28 +com.google.android.material.R$styleable: int[] KeyTrigger +wangdaye.com.geometricweather.R$styleable: int TextAppearance_textLocale +androidx.constraintlayout.helper.widget.Flow: Flow(android.content.Context) +okhttp3.internal.ws.WebSocketProtocol: java.lang.String ACCEPT_MAGIC +androidx.recyclerview.R$styleable: int RecyclerView_android_clipToPadding +androidx.fragment.R$dimen: int notification_action_icon_size +wangdaye.com.geometricweather.R$styleable: int AppBarLayout_android_background +androidx.fragment.R$anim +okhttp3.internal.ws.WebSocketProtocol: WebSocketProtocol() +androidx.constraintlayout.widget.R$id: int action_image +wangdaye.com.geometricweather.R$id: int progress +com.google.android.material.R$attr: int windowFixedHeightMajor +cyanogenmod.app.Profile$ProfileTrigger: java.lang.String mName +okio.SegmentedByteString: okio.ByteString md5() +cyanogenmod.profiles.StreamSettings: void writeToParcel(android.os.Parcel,int) +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: boolean val$visible +com.google.android.material.appbar.CollapsingToolbarLayout +androidx.drawerlayout.R$styleable: int FontFamily_fontProviderPackage +okhttp3.internal.ws.RealWebSocket: void connect(okhttp3.OkHttpClient) +com.google.android.material.R$styleable: int TextInputLayout_startIconContentDescription +cyanogenmod.profiles.AirplaneModeSettings: void setOverride(boolean) +wangdaye.com.geometricweather.R$drawable: int notif_temp_18 +androidx.preference.R$string: int abc_action_bar_home_description +io.reactivex.internal.operators.observable.ObservableGroupBy$State: void onNext(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_editTextStyle +wangdaye.com.geometricweather.R$attr: int listPreferredItemHeightSmall +androidx.constraintlayout.widget.R$id: int percent +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_0 +android.support.v4.os.ResultReceiver$MyRunnable: android.support.v4.os.ResultReceiver this$0 +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorButtonNormal +wangdaye.com.geometricweather.R$drawable: int ic_circle_medium +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_shapeAppearance +io.reactivex.internal.disposables.EmptyDisposable: void dispose() +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.lang.Integer getCloudCover() +com.google.android.material.R$styleable: int Constraint_android_rotationX +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_horizontalAlign +androidx.constraintlayout.motion.widget.MotionLayout: float getVelocity() +okhttp3.Challenge: java.util.Map authParams +com.turingtechnologies.materialscrollbar.R$id: int search_plate +wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode[] values() +androidx.constraintlayout.widget.R$dimen: int abc_dropdownitem_text_padding_left +okhttp3.internal.tls.DistinguishedNameParser: java.lang.String findMostSpecific(java.lang.String) +wangdaye.com.geometricweather.R$id: int title_template +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Humidity humidity +androidx.constraintlayout.widget.R$color: int abc_hint_foreground_material_dark +wangdaye.com.geometricweather.R$string: int mini_temp +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall +androidx.constraintlayout.widget.R$id: int src_in +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHorizontal_weight +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_clear_material +cyanogenmod.providers.CMSettings$Secure: java.lang.String DEVICE_HOSTNAME +androidx.appcompat.R$styleable: int MenuItem_numericModifiers +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_20 +okio.ByteString: okio.ByteString sha256() +com.xw.repo.bubbleseekbar.R$attr: int switchMinWidth +androidx.viewpager2.R$id: int action_image +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_android_orientation +androidx.appcompat.R$attr: int selectableItemBackground +james.adaptiveicon.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_fabSize +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_RatingBar_Indicator +android.didikee.donate.R$style: int Theme_AppCompat_Light_DialogWhenLarge +com.google.android.material.textfield.MaterialAutoCompleteTextView: MaterialAutoCompleteTextView(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: java.lang.String Summary +okhttp3.OkHttpClient: okhttp3.Authenticator proxyAuthenticator +com.xw.repo.bubbleseekbar.R$attr: int spinBars +androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type HORIZONTAL_DIMENSION +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation: wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation LEFT +androidx.coordinatorlayout.R$id: int accessibility_custom_action_15 +androidx.constraintlayout.widget.R$color: int abc_search_url_text_pressed +androidx.appcompat.app.AppCompatDelegateImpl$PanelFeatureState$SavedState: android.os.Parcelable$Creator CREATOR +com.google.android.material.slider.RangeSlider: void setValues(java.lang.Float[]) +cyanogenmod.power.PerformanceManager: boolean checkService() +com.google.android.material.R$styleable: int ConstraintLayout_Layout_chainUseRtl +androidx.hilt.R$styleable: int FontFamily_fontProviderAuthority +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: int OTHER_STATE_HAS_VALUE +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.util.Date sunsetTime +androidx.preference.R$style: int Base_Widget_AppCompat_ListView_DropDown +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Metric +androidx.preference.R$styleable: int PreferenceTheme_preferenceStyle +james.adaptiveicon.R$drawable: int notification_bg_low_pressed +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void dispose() +androidx.constraintlayout.widget.R$id: int textSpacerNoTitle +com.bumptech.glide.R$dimen: int notification_top_pad_large_text +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: long idx +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind: java.lang.Integer direction +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxStrokeWidthFocused +okhttp3.internal.ws.RealWebSocket: long queueSize() +androidx.fragment.R$id: int chronometer +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionBar_TabView +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_2_normal +okhttp3.internal.http1.Http1Codec$AbstractSource: okio.Timeout timeout() +wangdaye.com.geometricweather.R$id: int notification_big_temp_1 +com.google.android.material.R$attr: int thumbElevation +com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_fixed_width_major +wangdaye.com.geometricweather.R$attr: int checked_background_color +wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView: void setLineColor(int) +androidx.preference.R$styleable: int RecyclerView_layoutManager +com.google.gson.stream.JsonReader: boolean lenient +androidx.constraintlayout.widget.R$attr: int triggerId +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginEnd +wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customFloatValue +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_navigationMode +com.google.android.material.R$color: int highlighted_text_material_dark +com.jaredrummler.android.colorpicker.R$style: int Preference +com.turingtechnologies.materialscrollbar.R$id: int textSpacerNoTitle +com.google.android.material.textfield.TextInputLayout: void setStartIconOnClickListener(android.view.View$OnClickListener) +androidx.constraintlayout.widget.R$attr: int layout_constraintTop_toBottomOf +cyanogenmod.providers.CMSettings$DelimitedListValidator +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: long serialVersionUID +com.turingtechnologies.materialscrollbar.R$color: int bright_foreground_material_light +androidx.loader.content.Loader: void registerOnLoadCanceledListener(androidx.loader.content.Loader$OnLoadCanceledListener) +io.reactivex.internal.schedulers.ScheduledDirectPeriodicTask: long serialVersionUID +com.google.android.material.R$attr: int alertDialogButtonGroupStyle +james.adaptiveicon.R$dimen: int tooltip_y_offset_touch +android.didikee.donate.R$style: int TextAppearance_AppCompat_Display2 +okhttp3.Cookie: java.lang.String toString(boolean) +androidx.appcompat.widget.AppCompatImageButton: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) +okio.ByteString: java.lang.String toString() +com.google.android.material.R$drawable: int mtrl_ic_cancel +androidx.constraintlayout.widget.R$id: int progress_circular +io.reactivex.internal.util.NotificationLite: java.lang.Object complete() +com.turingtechnologies.materialscrollbar.R$style: int Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: void setZh_TW(java.lang.String) +androidx.preference.R$drawable: int abc_ic_clear_material +androidx.lifecycle.extensions.R$attr: int fontProviderFetchTimeout +io.reactivex.exceptions.CompositeException: java.lang.Throwable cause +androidx.lifecycle.MediatorLiveData$Source: void plug() +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_firstHorizontalStyle +com.google.android.material.floatingactionbutton.FloatingActionButton: void setCompatPressedTranslationZResource(int) +androidx.constraintlayout.widget.R$attr: int allowStacking +androidx.constraintlayout.widget.R$styleable: int KeyPosition_curveFit +okio.BufferedSource: okio.ByteString readByteString(long) +okhttp3.OkHttpClient: okhttp3.Dispatcher dispatcher +okhttp3.Cache$CacheRequestImpl: boolean done wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: double lon -okhttp3.TlsVersion: okhttp3.TlsVersion TLS_1_3 -wangdaye.com.geometricweather.R$attr: int indicatorColor -james.adaptiveicon.R$drawable: int abc_btn_radio_to_on_mtrl_000 -wangdaye.com.geometricweather.R$id: int action_appStore -com.google.android.material.R$attr: int telltales_tailColor -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.WeatherEntity,int) -wangdaye.com.geometricweather.R$styleable: int ImageFilterView_contrast -com.jaredrummler.android.colorpicker.R$styleable: int[] TextAppearance -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality -com.google.android.material.chip.ChipGroup: void setShowDividerHorizontal(int) -wangdaye.com.geometricweather.R$styleable: int ActionBar_homeLayout -cyanogenmod.themes.ThemeManager$2$1: java.lang.String val$pkgName -com.google.android.material.R$styleable: int MaterialAlertDialog_backgroundInsetBottom -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_text_btn_padding_right -okhttp3.internal.http.StatusLine: okhttp3.Protocol protocol -androidx.constraintlayout.widget.R$attr: int dragScale -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.String weatherIcon -wangdaye.com.geometricweather.R$drawable: int shortcuts_snow_foreground -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_goneMarginLeft -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_searchViewStyle -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_ASSIST_LONG_PRESS_ACTION_VALIDATOR -cyanogenmod.profiles.ConnectionSettings: int CM_MODE_ALL -androidx.preference.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_1 -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void onError(java.lang.Throwable) -androidx.preference.R$layout: int abc_action_menu_layout -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: boolean mObserving -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: AccuDailyResult$DailyForecasts$Moon() -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_iconTint -io.reactivex.internal.subscriptions.EmptySubscription: java.lang.Object poll() -com.google.android.material.imageview.ShapeableImageView: android.content.res.ColorStateList getStrokeColor() -wangdaye.com.geometricweather.R$id: int cpv_color_panel_view -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge -androidx.appcompat.R$styleable: int SwitchCompat_thumbTextPadding -okhttp3.internal.Util: java.util.regex.Pattern VERIFY_AS_IP_ADDRESS -cyanogenmod.themes.ThemeChangeRequest -com.google.android.material.R$dimen: int abc_dialog_list_padding_top_no_title -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintWidth_min -androidx.appcompat.R$attr: int measureWithLargestChild -io.reactivex.internal.observers.ForEachWhileObserver: ForEachWhileObserver(io.reactivex.functions.Predicate,io.reactivex.functions.Consumer,io.reactivex.functions.Action) -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge -retrofit2.RequestFactory: okhttp3.HttpUrl baseUrl -okhttp3.internal.http2.Http2Connection: boolean client -androidx.work.R$dimen: int notification_top_pad_large_text -androidx.appcompat.R$id: int info -james.adaptiveicon.R$attr: int homeAsUpIndicator -com.turingtechnologies.materialscrollbar.R$layout: int abc_alert_dialog_material -androidx.legacy.coreutils.R$style: int TextAppearance_Compat_Notification_Info -james.adaptiveicon.R$attr: int expandActivityOverflowButtonDrawable -okio.ForwardingTimeout -com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat_Dialog -wangdaye.com.geometricweather.remoteviews.config.Hilt_HourlyTrendWidgetConfigActivity: Hilt_HourlyTrendWidgetConfigActivity() -wangdaye.com.geometricweather.R$string: int feedback_search_nothing -okhttp3.internal.http2.Http2Reader$ContinuationSource -com.google.android.material.slider.BaseSlider: void setThumbElevationResource(int) -com.jaredrummler.android.colorpicker.R$string: int cpv_select -com.google.android.material.R$id: int material_minute_tv -androidx.appcompat.R$dimen: int abc_seekbar_track_background_height_material -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult: java.util.List Intervals -com.google.android.material.R$style: int Widget_MaterialComponents_Badge -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: void setLogo(java.lang.String) -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver[] observers -okhttp3.OkHttpClient$Builder: java.util.List interceptors() -wangdaye.com.geometricweather.R$drawable: int notif_temp_45 -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getSnowPrecipitationProbability() -wangdaye.com.geometricweather.R$string: int tag_temperature -io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: int index -wangdaye.com.geometricweather.R$styleable: int Preference_fragment -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean getSpeed() -androidx.constraintlayout.widget.R$attr: int listDividerAlertDialog -com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_selector_disabled_holo_dark -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_elevation -androidx.constraintlayout.widget.R$attr: int drawPath -com.turingtechnologies.materialscrollbar.R$layout: int mtrl_layout_snackbar_include -androidx.constraintlayout.widget.R$color: int foreground_material_light -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: int humidity -androidx.core.widget.NestedScrollView$SavedState -james.adaptiveicon.R$style: int Base_Animation_AppCompat_DropDownUp -androidx.work.impl.workers.ConstraintTrackingWorker: ConstraintTrackingWorker(android.content.Context,androidx.work.WorkerParameters) -com.google.android.material.R$color: int design_dark_default_color_on_background +okhttp3.internal.proxy.NullProxySelector: java.util.List select(java.net.URI) +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_android_weightSum +com.google.gson.stream.JsonScope: int NONEMPTY_OBJECT +androidx.preference.R$dimen: int abc_action_bar_default_padding_start_material +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: java.lang.String DESCRIPTOR +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_NoActionBar_Bridge +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getTemperature(android.content.Context,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) +io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiFunction,boolean) +okhttp3.internal.http2.Http2Codec$StreamFinishingSource: void endOfInput(java.io.IOException) +com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents +androidx.lifecycle.MediatorLiveData$Source: void onChanged(java.lang.Object) +cyanogenmod.providers.DataUsageContract: java.lang.String ACTIVE +com.google.android.material.R$styleable: int Toolbar_navigationContentDescription +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ListView_Menu +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleMarginStart +wangdaye.com.geometricweather.R$color: int bright_foreground_disabled_material_light +com.google.android.material.R$attr: int liftOnScrollTargetViewId +com.google.android.material.slider.BaseSlider: void removeOnSliderTouchListener(com.google.android.material.slider.BaseOnSliderTouchListener) +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.String windIcon +com.google.android.material.R$styleable: int ActionBar_elevation +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse +okhttp3.CacheControl$Builder: boolean immutable +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_day_corner +androidx.preference.R$styleable: int AppCompatTheme_dialogPreferredPadding +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog +androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: void setValue(java.lang.String) +androidx.appcompat.widget.AppCompatToggleButton: AppCompatToggleButton(android.content.Context) +androidx.constraintlayout.widget.R$attr: int listPreferredItemHeightSmall +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void onRequested() +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_draggable +android.didikee.donate.R$attr: int windowActionBarOverlay +androidx.appcompat.R$drawable: int abc_scrubber_track_mtrl_alpha +androidx.drawerlayout.R$style: int TextAppearance_Compat_Notification_Title +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_dividerPadding +com.google.android.material.R$id: int scale +com.google.android.material.textfield.TextInputLayout: void setStartIconVisible(boolean) +androidx.appcompat.R$styleable: int AppCompatTheme_tooltipForegroundColor +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setLockWallpaper(java.lang.String) +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ImageButton +androidx.lifecycle.AndroidViewModel: android.app.Application getApplication() +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: ObservableCombineLatest$LatestCoordinator(io.reactivex.Observer,io.reactivex.functions.Function,int,int,boolean) +wangdaye.com.geometricweather.R$id: int textStart +com.jaredrummler.android.colorpicker.R$styleable: int View_theme +com.google.android.material.R$attr: int endIconTintMode +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_CompactMenu +com.turingtechnologies.materialscrollbar.R$color: int foreground_material_dark +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_SEED_CBC_SHA +okio.ByteString: int size() +com.xw.repo.bubbleseekbar.R$styleable: int GradientColorItem_android_offset +androidx.appcompat.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow +android.didikee.donate.R$attr: int submitBackground +com.google.gson.JsonSyntaxException: JsonSyntaxException(java.lang.Throwable) +com.google.android.material.R$styleable: int SwitchCompat_showText +com.xw.repo.bubbleseekbar.R$attr: int displayOptions +com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_precise_anchor_threshold +james.adaptiveicon.R$attr: int paddingBottomNoButtons +com.google.android.material.R$styleable: int AppCompatTextView_drawableTintMode +androidx.constraintlayout.utils.widget.ImageFilterView: float getRound() +com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawable_android_enterFadeDuration +retrofit2.ParameterHandler$FieldMap: void apply(retrofit2.RequestBuilder,java.util.Map) +com.google.android.material.R$dimen: int design_navigation_padding_bottom +io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: ObservableUnsubscribeOn$UnsubscribeObserver(io.reactivex.Observer,io.reactivex.Scheduler) +okhttp3.HttpUrl: java.lang.String percentDecode(java.lang.String,boolean) +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Headline +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_android_keyboardNavigationCluster +io.reactivex.Observable: io.reactivex.Observable retry(io.reactivex.functions.Predicate) +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_verticalGap +io.reactivex.internal.subscriptions.SubscriptionHelper: boolean validate(org.reactivestreams.Subscription,org.reactivestreams.Subscription) +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_3 +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_android_focusable +com.google.android.material.R$styleable: int Layout_layout_goneMarginEnd +androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: AppCompatMultiAutoCompleteTextView(android.content.Context) +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$4: ExternalViewProviderService$Provider$ProviderImpl$4(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) +androidx.lifecycle.extensions.R$styleable: int GradientColor_android_centerY +androidx.viewpager2.R$drawable: int notification_icon_background +okhttp3.internal.connection.RouteSelector: void resetNextProxy(okhttp3.HttpUrl,java.net.Proxy) +okhttp3.internal.http2.Http2Writer: void headers(int,java.util.List) +cyanogenmod.power.PerformanceManager: cyanogenmod.power.IPerformanceManager getService() +androidx.appcompat.resources.R$id: int tag_accessibility_clickable_spans +com.turingtechnologies.materialscrollbar.R$styleable: int Snackbar_snackbarTextViewStyle +androidx.hilt.work.R$id: int accessibility_custom_action_11 +cyanogenmod.app.CustomTile: int describeContents() +com.jaredrummler.android.colorpicker.R$attr: int preferenceFragmentCompatStyle +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView +cyanogenmod.profiles.ConnectionSettings: ConnectionSettings(android.os.Parcel) +okhttp3.Connection: java.net.Socket socket() +com.google.android.material.R$animator: int mtrl_chip_state_list_anim +com.xw.repo.bubbleseekbar.R$styleable: int RecycleListView_paddingBottomNoButtons +cyanogenmod.app.CustomTile$ExpandedItem: CustomTile$ExpandedItem() +androidx.appcompat.R$styleable: int Toolbar_titleMargins +wangdaye.com.geometricweather.R$layout: int widget_day_week_tile +wangdaye.com.geometricweather.R$layout: int item_details +com.turingtechnologies.materialscrollbar.R$id: int action_container +androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_PAUSE +androidx.legacy.coreutils.R$dimen: int notification_action_icon_size +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Display3 +com.jaredrummler.android.colorpicker.R$bool: int abc_action_bar_embed_tabs +okhttp3.internal.connection.RouteSelector +androidx.appcompat.resources.R$layout: int notification_template_icon_group +androidx.vectordrawable.R$dimen: int compat_button_inset_vertical_material +io.reactivex.internal.subscriptions.EmptySubscription: void error(java.lang.Throwable,org.reactivestreams.Subscriber) +wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView +com.google.android.material.R$style: int TextAppearance_AppCompat_Caption +wangdaye.com.geometricweather.R$color: int design_dark_default_color_secondary_variant +cyanogenmod.profiles.StreamSettings: boolean isDirty() +androidx.hilt.work.R$integer: int status_bar_notification_info_maxnum +wangdaye.com.geometricweather.R$color: int material_on_surface_emphasis_medium +wangdaye.com.geometricweather.R$string: int mtrl_picker_range_header_unselected +okio.Okio$1: java.io.OutputStream val$out +androidx.legacy.content.WakefulBroadcastReceiver: WakefulBroadcastReceiver() +wangdaye.com.geometricweather.R$id: int month_navigation_bar +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_20 +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getWindChillTemperature() +androidx.legacy.coreutils.R$drawable +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode INADEQUATE_SECURITY +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_AES_256_CBC_SHA +androidx.preference.R$styleable: int AlertDialog_buttonPanelSideLayout +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property No2 +com.google.android.material.R$dimen: int mtrl_high_ripple_focused_alpha +okhttp3.internal.http2.Http2Connection +androidx.appcompat.R$drawable: int abc_cab_background_internal_bg +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: FitSystemBarNestedScrollView(android.content.Context) +wangdaye.com.geometricweather.R$attr: int prefixTextColor +androidx.coordinatorlayout.R$dimen: int notification_right_icon_size +com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginEnd +androidx.vectordrawable.animated.R$attr: int fontProviderFetchStrategy +com.google.gson.stream.JsonReader: int PEEKED_SINGLE_QUOTED_NAME +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_fixed_width_minor +com.google.android.material.tabs.TabLayout +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarTabTextStyle +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_icon_2 +androidx.preference.R$id: int bottom +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index o3 +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_default +wangdaye.com.geometricweather.common.basic.models.weather.Alert: int getPriority() +james.adaptiveicon.R$drawable: int abc_list_pressed_holo_light +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHorizontal_chainStyle +androidx.fragment.R$id: int accessibility_custom_action_30 +okhttp3.Address: java.util.List protocols() +android.didikee.donate.R$attr: int switchMinWidth +cyanogenmod.app.ProfileGroup$2: int[] $SwitchMap$cyanogenmod$app$ProfileGroup$Mode +androidx.appcompat.widget.AppCompatSpinner: void setDropDownWidth(int) +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light_DarkActionBar +wangdaye.com.geometricweather.db.entities.AlertEntity: void setTime(long) +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_setInteractivity +com.xw.repo.bubbleseekbar.R$styleable: int[] MenuItem com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle -james.adaptiveicon.R$style: int Animation_AppCompat_DropDownUp -androidx.customview.view.AbsSavedState$1 -cyanogenmod.weather.CMWeatherManager: void registerWeatherServiceProviderChangeListener(cyanogenmod.weather.CMWeatherManager$WeatherServiceProviderChangeListener) -wangdaye.com.geometricweather.R$color: int material_grey_50 -androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_marginTop -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: boolean outputFused -retrofit2.KotlinExtensions$awaitResponse$$inlined$suspendCancellableCoroutine$lambda$1 -com.turingtechnologies.materialscrollbar.R$string: int hide_bottom_view_on_scroll_behavior -androidx.viewpager.R$color: int notification_icon_bg_color -cyanogenmod.weather.CMWeatherManager$RequestStatus: int FAILED -androidx.hilt.R$anim: int fragment_open_enter -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver -com.google.android.material.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge -androidx.hilt.lifecycle.R$layout: int notification_action -com.google.android.material.R$styleable: int ExtendedFloatingActionButton_collapsedSize -androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges -androidx.dynamicanimation.R$drawable: int notification_bg_low -cyanogenmod.themes.ThemeManager: void logThemeServiceException(java.lang.Exception) -cyanogenmod.app.Profile: int getProfileType() -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationApi -com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_buttonPanelSideLayout -androidx.swiperefreshlayout.R$drawable: int notification_icon_background -cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler: int MSG_CANCEL_REQUEST -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_tooltipText -androidx.vectordrawable.R$styleable: int FontFamilyFont_android_font -cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) -androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionBar_TabBar -okhttp3.internal.NamedRunnable: java.lang.String name -cyanogenmod.app.IProfileManager: void removeNotificationGroup(android.app.NotificationGroup) -wangdaye.com.geometricweather.R$styleable: int MenuItem_alphabeticModifiers -wangdaye.com.geometricweather.R$attr: int passwordToggleEnabled -androidx.swiperefreshlayout.R$layout: int notification_action -okhttp3.internal.Util: okio.ByteString UTF_32_BE_BOM -wangdaye.com.geometricweather.R$dimen: int mtrl_tooltip_cornerSize -cyanogenmod.externalviews.KeyguardExternalView$11 -androidx.preference.R$dimen: int hint_alpha_material_dark -com.turingtechnologies.materialscrollbar.R$anim: int abc_slide_in_top -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeIcePrecipitationProbability -wangdaye.com.geometricweather.R$dimen: int preference_seekbar_padding_vertical -wangdaye.com.geometricweather.settings.fragments.NotificationColorSettingsFragment -androidx.transition.R$id: int line1 -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeIcePrecipitationDuration() -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Dialog -android.didikee.donate.R$styleable: int TextAppearance_android_textSize -com.google.android.material.snackbar.Snackbar$SnackbarLayout: void setBackground(android.graphics.drawable.Drawable) -com.google.android.material.R$dimen: int material_clock_size -wangdaye.com.geometricweather.R$string: int widget_clock_day_vertical -wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: void setTextColor(int) -com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Title_Text -com.jaredrummler.android.colorpicker.R$id: int split_action_bar -okhttp3.internal.http2.Header: java.lang.String RESPONSE_STATUS_UTF8 -androidx.appcompat.widget.ActivityChooserView -androidx.swiperefreshlayout.R$styleable: int[] FontFamily -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionBar_TabView -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable -io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,int) -androidx.core.R$styleable -okhttp3.FormBody$Builder: java.util.List names -wangdaye.com.geometricweather.R$id: int container_main_aqi_progress -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle -androidx.swiperefreshlayout.R$attr: R$attr() -androidx.swiperefreshlayout.R$id: int tag_unhandled_key_event_manager -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Small -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionBar_TabText -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_ALARMS -com.turingtechnologies.materialscrollbar.R$attr: int lineHeight -com.xw.repo.bubbleseekbar.R$attr: int buttonStyleSmall -com.google.android.material.R$styleable: int SnackbarLayout_animationMode -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_22 -io.reactivex.internal.util.VolatileSizeArrayList: VolatileSizeArrayList() -androidx.appcompat.R$dimen: int abc_action_bar_subtitle_top_margin_material -cyanogenmod.power.IPerformanceManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -wangdaye.com.geometricweather.R$attr: int customIntegerValue -wangdaye.com.geometricweather.R$attr: int tooltipForegroundColor -androidx.swiperefreshlayout.R$styleable: int GradientColor_android_tileMode -androidx.appcompat.R$styleable: int MenuItem_android_id -okhttp3.OkHttpClient: javax.net.ssl.HostnameVerifier hostnameVerifier -com.xw.repo.bubbleseekbar.R$color: int background_floating_material_dark -com.google.android.material.R$styleable: int Constraint_layout_constraintVertical_chainStyle -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: ObservableGroupJoin$LeftRightEndObserver(io.reactivex.internal.operators.observable.ObservableGroupJoin$JoinSupport,boolean,int) -androidx.constraintlayout.motion.widget.MotionLayout: void setTransitionListener(androidx.constraintlayout.motion.widget.MotionLayout$TransitionListener) -androidx.vectordrawable.R$styleable: int FontFamilyFont_fontWeight -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: java.util.concurrent.atomic.AtomicReference inner -com.jaredrummler.android.colorpicker.R$layout: int cpv_color_item_square -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_toolbarId -com.google.android.material.R$styleable: int ChipGroup_selectionRequired -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_star_half_black_48dp -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: ObservableTimeout$TimeoutFallbackObserver(io.reactivex.Observer,io.reactivex.functions.Function,io.reactivex.ObservableSource) -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_hintAnimationEnabled -okhttp3.internal.http2.Http2Connection$7: okhttp3.internal.http2.Http2Connection this$0 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Metric: java.lang.String Unit -androidx.core.R$dimen: int compat_control_corner_material -android.didikee.donate.R$styleable: int AppCompatTheme_checkedTextViewStyle -com.google.android.material.slider.BaseSlider: BaseSlider(android.content.Context,android.util.AttributeSet) -okhttp3.internal.cache.DiskLruCache: void readJournal() -androidx.constraintlayout.widget.R$styleable: int KeyTrigger_framePosition -com.google.android.material.bottomappbar.BottomAppBar: com.google.android.material.bottomappbar.BottomAppBarTopEdgeTreatment getTopEdgeTreatment() -com.jaredrummler.android.colorpicker.R$styleable: int MenuView_preserveIconSpacing -com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$Node root -com.jaredrummler.android.colorpicker.R$color: int primary_text_default_material_light -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: void dispose() -cyanogenmod.weatherservice.ServiceRequestResult$1: java.lang.Object[] newArray(int) -okhttp3.internal.platform.AndroidPlatform: int getSdkInt() -android.support.v4.app.INotificationSideChannel: void notify(java.lang.String,int,java.lang.String,android.app.Notification) -com.google.android.material.internal.FlowLayout: int getRowCount() -androidx.hilt.work.R$id: int tag_accessibility_pane_title -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric -io.reactivex.internal.schedulers.ScheduledRunnable: boolean isDisposed() -com.xw.repo.bubbleseekbar.R$dimen: int notification_large_icon_width -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_divider -androidx.work.R$id: int right_icon -androidx.transition.R$dimen: int notification_big_circle_margin -wangdaye.com.geometricweather.R$attr: int singleLineTitle -android.didikee.donate.R$dimen: int abc_action_bar_stacked_tab_max_width -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind: AccuCurrentResult$Wind() -com.google.android.material.bottomappbar.BottomAppBar -com.google.android.material.R$drawable: int material_cursor_drawable -com.google.android.material.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha -james.adaptiveicon.R$attr: int contentDescription -androidx.constraintlayout.widget.R$styleable: int[] KeyAttribute -androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_shadowDy -com.google.android.material.R$styleable: int LinearLayoutCompat_android_gravity -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title -androidx.hilt.R$styleable: int ColorStateListItem_alpha -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Headline1 -com.google.android.material.R$styleable: int Constraint_layout_goneMarginStart -okhttp3.internal.http2.Http2Reader$ContinuationSource: byte flags -androidx.core.R$id: int accessibility_custom_action_1 -com.google.android.material.R$id: int jumpToStart -androidx.appcompat.R$attr: int drawableBottomCompat -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String aqiText -wangdaye.com.geometricweather.R$id: int container_alert_display_view_container -james.adaptiveicon.R$styleable: int MenuItem_showAsAction -androidx.activity.R$dimen: int notification_action_icon_size -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Precipitation: MfForecastResult$DailyForecast$Precipitation() -android.didikee.donate.R$styleable: int[] AppCompatImageView -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: java.util.List value -wangdaye.com.geometricweather.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_1 -com.google.android.material.R$id: int topPanel -io.reactivex.internal.util.NotificationLite: java.lang.Object error(java.lang.Throwable) -james.adaptiveicon.R$style: int Platform_ThemeOverlay_AppCompat_Dark -com.bumptech.glide.load.HttpException: HttpException(java.lang.String) -com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_fixed_width_major -wangdaye.com.geometricweather.R$drawable: int ic_plus -wangdaye.com.geometricweather.R$interpolator: int mtrl_linear -com.google.android.material.R$styleable: int ConstraintSet_android_layout_marginStart -org.greenrobot.greendao.AbstractDao: void loadAllUnlockOnWindowBounds(android.database.Cursor,android.database.CursorWindow,java.util.List) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Weather weather12H -wangdaye.com.geometricweather.R$id: int search_mag_icon -wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView: TrendRecyclerView(android.content.Context) -androidx.constraintlayout.widget.R$attr: int waveShape +com.google.android.material.button.MaterialButton: void setBackground(android.graphics.drawable.Drawable) +io.reactivex.internal.util.VolatileSizeArrayList +io.reactivex.internal.subscribers.StrictSubscriber: void onError(java.lang.Throwable) +androidx.legacy.coreutils.R$id: R$id() +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_BottomSheetDialog +retrofit2.RequestFactory$Builder: java.util.regex.Pattern PARAM_URL_REGEX +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: io.reactivex.disposables.Disposable upstream +com.google.android.material.R$attr: int boxStrokeWidthFocused +com.turingtechnologies.materialscrollbar.R$style: int Theme_Design_BottomSheetDialog +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWetBulbTemperature(java.lang.Integer) +android.didikee.donate.R$attr: int progressBarPadding +wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout: FitHorizontalSystemBarRootLayout(android.content.Context,android.util.AttributeSet,int) +com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_layout_keyline +android.didikee.donate.R$dimen: int abc_list_item_padding_horizontal_material +androidx.swiperefreshlayout.R$layout: int notification_template_part_time +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_19 +cyanogenmod.os.Concierge: int PARCELABLE_VERSION +cyanogenmod.hardware.CMHardwareManager: boolean checkService() +androidx.appcompat.resources.R$dimen: int notification_big_circle_margin +androidx.core.widget.NestedScrollView: NestedScrollView(android.content.Context,android.util.AttributeSet,int) +androidx.swiperefreshlayout.R$id: int async +androidx.appcompat.widget.SwitchCompat: int getThumbTextPadding() +com.google.android.material.R$attr: int constraintSetStart +retrofit2.Utils +okhttp3.internal.cache.DiskLruCache$2: DiskLruCache$2(okhttp3.internal.cache.DiskLruCache,okio.Sink) +cyanogenmod.app.Profile: int getExpandedDesktopMode() +cyanogenmod.themes.IThemeService$Stub: java.lang.String DESCRIPTOR +wangdaye.com.geometricweather.R$color: int abc_btn_colored_text_material +com.google.android.material.R$color: int material_grey_600 +com.xw.repo.bubbleseekbar.R$attr: int subtitleTextAppearance +androidx.appcompat.widget.AppCompatTextView: void setLineHeight(int) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Speed: int UnitType +android.didikee.donate.R$drawable: int abc_cab_background_top_material +okhttp3.internal.http2.Http2Writer: boolean closed +wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: RoundProgress(android.content.Context) +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_22 +com.google.android.material.internal.NavigationMenuItemView: void setTextAppearance(int) +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable +cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks +okhttp3.OkHttpClient: okhttp3.Cache cache +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void onComplete() +com.google.android.material.R$style: int TextAppearance_Design_Counter +androidx.lifecycle.FullLifecycleObserver: void onStart(androidx.lifecycle.LifecycleOwner) +com.jaredrummler.android.colorpicker.R$layout: int select_dialog_singlechoice_material +wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle CITIES +com.google.android.material.chip.Chip: float getChipIconSize() +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String NAVBAR_BACK_BUTTON +androidx.appcompat.R$anim: int abc_slide_out_top +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property SnowPrecipitation +androidx.transition.R$string: R$string() +org.greenrobot.greendao.AbstractDao: void refresh(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_logoDescription +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String PRESENT_AS_THEME +com.xw.repo.bubbleseekbar.R$styleable: int RecycleListView_paddingTopNoTitle +androidx.constraintlayout.widget.R$styleable: int[] GradientColor +android.didikee.donate.R$id: int time +okhttp3.RequestBody$2: int val$byteCount +com.google.android.material.R$color: int mtrl_filled_icon_tint +io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver +com.jaredrummler.android.colorpicker.R$styleable: int Spinner_android_entries +com.xw.repo.bubbleseekbar.R$attr: int fontStyle +androidx.appcompat.R$id: int accessibility_custom_action_14 +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setWallpaperId(long) +androidx.constraintlayout.widget.R$styleable: int SearchView_android_focusable +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceListItem +wangdaye.com.geometricweather.R$attr: int customStringValue +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Button_Colored +android.didikee.donate.R$styleable: int MenuItem_android_alphabeticShortcut +androidx.preference.R$styleable: int LinearLayoutCompat_android_weightSum +androidx.hilt.work.R$styleable: int FontFamilyFont_font +cyanogenmod.app.IPartnerInterface: void setAirplaneModeEnabled(boolean) +io.reactivex.Observable: io.reactivex.Observable merge(io.reactivex.ObservableSource,io.reactivex.ObservableSource) +com.google.gson.LongSerializationPolicy: com.google.gson.LongSerializationPolicy STRING +com.xw.repo.bubbleseekbar.R$color: int switch_thumb_normal_material_dark +androidx.work.R$attr: int fontProviderQuery +cyanogenmod.providers.CMSettings$System: java.lang.String RECENTS_SHOW_SEARCH_BAR +androidx.constraintlayout.widget.R$styleable: int Motion_drawPath +androidx.appcompat.resources.R$attr: int fontProviderPackage +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_132 +wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider AMAP +com.turingtechnologies.materialscrollbar.R$color: int abc_primary_text_disable_only_material_dark +james.adaptiveicon.R$style: int Widget_AppCompat_RatingBar_Indicator +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored +androidx.core.R$dimen: int compat_notification_large_icon_max_width +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_23 +androidx.constraintlayout.widget.R$id: int textSpacerNoButtons +wangdaye.com.geometricweather.R$dimen: int mtrl_high_ripple_pressed_alpha +io.reactivex.Observable: io.reactivex.Single sequenceEqual(io.reactivex.ObservableSource,io.reactivex.ObservableSource) +wangdaye.com.geometricweather.R$id: int masked +wangdaye.com.geometricweather.R$styleable: int TagView_checked +com.turingtechnologies.materialscrollbar.R$attr: int chipSpacing +io.reactivex.Observable: io.reactivex.Observable distinctUntilChanged(io.reactivex.functions.BiPredicate) +androidx.appcompat.widget.ActivityChooserView: ActivityChooserView(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.widget.R$id: int decor_content_parent +androidx.fragment.R$attr: int fontProviderFetchTimeout +androidx.appcompat.R$id: int add +cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void onStop() +okhttp3.internal.http.StatusLine: java.lang.String toString() +com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: void setCircularRevealScrimColor(int) +io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: void onNext(java.lang.Object) +cyanogenmod.externalviews.KeyguardExternalViewProviderService: android.os.Handler access$100(cyanogenmod.externalviews.KeyguardExternalViewProviderService) +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintWidth_default +okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.lang.String PUBLIC_SUFFIX_RESOURCE +androidx.constraintlayout.widget.R$attr: int percentWidth +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Integer getCloudCover() +androidx.constraintlayout.widget.R$attr: int thumbTextPadding +androidx.transition.R$id: int chronometer +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_RatingBar_Indicator +james.adaptiveicon.R$dimen: int notification_large_icon_height +cyanogenmod.app.CustomTile$ExpandedStyle: android.widget.RemoteViews getContentViews() +james.adaptiveicon.R$styleable: int AppCompatTheme_homeAsUpIndicator +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.util.Date time +james.adaptiveicon.R$id: int home +com.jaredrummler.android.colorpicker.ColorPanelView: void setColor(int) +wangdaye.com.geometricweather.R$dimen: int material_clock_period_toggle_width +com.jaredrummler.android.colorpicker.R$layout: int abc_select_dialog_material +wangdaye.com.geometricweather.R$dimen: int notification_right_side_padding_top +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_actionProviderClass +androidx.appcompat.widget.AppCompatEditText: void setCustomSelectionActionModeCallback(android.view.ActionMode$Callback) +okhttp3.Cache$2: java.lang.String next() +cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onKeyguardShowing(boolean) +okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.lang.String[] findMatchingRule(java.lang.String[]) +androidx.lifecycle.LifecycleDispatcher$DispatcherActivityCallback: void onActivitySaveInstanceState(android.app.Activity,android.os.Bundle) +com.xw.repo.bubbleseekbar.R$color: int material_grey_600 +com.google.android.material.R$styleable: int Toolbar_subtitle +androidx.preference.R$styleable: int Preference_android_fragment +androidx.coordinatorlayout.R$id: int accessibility_custom_action_24 +com.github.rahatarmanahmed.cpv.R +androidx.appcompat.R$string: int abc_prepend_shortcut_label +wangdaye.com.geometricweather.common.basic.models.weather.Alert: long time +com.google.gson.stream.JsonReader: void endArray() +androidx.appcompat.R$attr: int queryBackground +wangdaye.com.geometricweather.R$styleable: int Transform_android_scaleX +retrofit2.Utils$GenericArrayTypeImpl: boolean equals(java.lang.Object) +androidx.appcompat.R$drawable: int abc_spinner_textfield_background_material +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipMinTouchTargetSize +com.jaredrummler.android.colorpicker.R$attr: int autoSizeTextType +androidx.constraintlayout.utils.widget.MockView: MockView(android.content.Context,android.util.AttributeSet) +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setWallpaper(java.lang.String) +androidx.preference.R$styleable: int[] SeekBarPreference +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight +io.reactivex.Observable: io.reactivex.Observable concatMapDelayError(io.reactivex.functions.Function,int,boolean) +com.google.android.material.R$color: int accent_material_dark +wangdaye.com.geometricweather.R$array: int language_values +androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionBar +okhttp3.RequestBody +androidx.vectordrawable.R$id: int accessibility_custom_action_13 +wangdaye.com.geometricweather.R$drawable: int abc_text_select_handle_right_mtrl_dark +androidx.drawerlayout.R$drawable: int notification_bg_low_normal +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWeatherPhase +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: boolean fused +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: java.lang.Object item +cyanogenmod.app.Profile: java.util.UUID getUuid() +androidx.constraintlayout.widget.R$id: int action_mode_bar_stub +com.turingtechnologies.materialscrollbar.R$drawable: int abc_cab_background_internal_bg +okhttp3.EventListener$1 +io.reactivex.Observable: io.reactivex.Single toList() +james.adaptiveicon.R$dimen: int abc_action_bar_overflow_padding_end_material +com.google.android.material.R$styleable: int Snackbar_snackbarStyle +com.xw.repo.bubbleseekbar.R$attr: int contentInsetEndWithActions +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_TextButton_Snackbar +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_drawableRight +androidx.appcompat.R$styleable: int RecycleListView_paddingBottomNoButtons +com.google.android.material.R$string: int password_toggle_content_description +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String getHeadDescription() +okio.BufferedSource: long readDecimalLong() +androidx.coordinatorlayout.R$id: int normal +com.jaredrummler.android.colorpicker.R$attr: int listPreferredItemPaddingLeft +android.didikee.donate.R$styleable: int AppCompatTextView_fontVariationSettings +androidx.appcompat.R$id: int src_atop +okio.ByteString +io.reactivex.internal.observers.DeferredScalarObserver: void onComplete() +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: java.lang.String timezone +androidx.appcompat.widget.ScrollingTabContainerView: void setContentHeight(int) +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_contentInsetLeft +okhttp3.internal.connection.StreamAllocation: void release() +okhttp3.RequestBody: okhttp3.RequestBody create(okhttp3.MediaType,java.io.File) +wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_active_item_min_width +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver parent +androidx.appcompat.R$anim: int abc_grow_fade_in_from_bottom +androidx.lifecycle.ClassesInfoCache: androidx.lifecycle.ClassesInfoCache$CallbackInfo createInfo(java.lang.Class,java.lang.reflect.Method[]) +cyanogenmod.app.CustomTile$ExpandedListItem: void setExpandedListItemOnClickIntent(android.app.PendingIntent) +okhttp3.CacheControl: boolean immutable +wangdaye.com.geometricweather.R$attr: int snackbarStyle +androidx.constraintlayout.widget.R$dimen: int tooltip_horizontal_padding +okhttp3.CertificatePinner$Builder +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemHeight +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver +androidx.lifecycle.ViewModelProvider$NewInstanceFactory: androidx.lifecycle.ViewModelProvider$NewInstanceFactory sInstance +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: MfWarningsResult() +wangdaye.com.geometricweather.R$styleable: int GradientColor_android_startColor +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver +com.turingtechnologies.materialscrollbar.R$id: int fixed +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Body2 +com.google.android.material.R$color: int secondary_text_default_material_dark +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_showDividers +okio.ByteString: okio.ByteString toAsciiLowercase() +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver +wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_marginEnd +james.adaptiveicon.R$dimen: int tooltip_horizontal_padding +com.xw.repo.bubbleseekbar.R$attr: int firstBaselineToTopHeight +com.google.android.material.R$attr: int counterTextAppearance +androidx.recyclerview.widget.RecyclerView: boolean getClipToPadding() +androidx.constraintlayout.widget.R$attr: int defaultState +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType[] values() +androidx.appcompat.R$styleable: int AppCompatTheme_actionBarDivider +android.didikee.donate.R$attr: int listPreferredItemPaddingRight +okhttp3.RealCall: java.lang.String toLoggableString() +wangdaye.com.geometricweather.R$attr: int checkBoxPreferenceStyle +com.google.android.material.chip.Chip: void setCloseIcon(android.graphics.drawable.Drawable) +com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_fontVariationSettings +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX indices +com.google.android.material.R$interpolator: R$interpolator() +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Title +androidx.constraintlayout.widget.R$layout: int abc_action_bar_up_container +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: long serialVersionUID +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Day_Selected +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float snowPrecipitation +androidx.dynamicanimation.R$id: int async +com.google.android.material.R$dimen: int compat_button_inset_vertical_material +io.reactivex.Observable: io.reactivex.Observable distinct(io.reactivex.functions.Function,java.util.concurrent.Callable) +cyanogenmod.providers.DataUsageContract: java.lang.String[] PROJECTION_ALL +com.jaredrummler.android.colorpicker.R$color: int bright_foreground_inverse_material_dark +com.jaredrummler.android.colorpicker.R$id: int italic +org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database wrap(android.database.sqlite.SQLiteDatabase) +okhttp3.ConnectionSpec$Builder: ConnectionSpec$Builder(okhttp3.ConnectionSpec) +androidx.preference.R$styleable: int MenuItem_android_orderInCategory +cyanogenmod.platform.R +androidx.preference.R$id: int italic +com.google.android.material.internal.ForegroundLinearLayout: android.graphics.drawable.Drawable getForeground() +androidx.appcompat.widget.AppCompatImageView: void setBackgroundResource(int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String headDescription +com.google.android.material.R$style: int Base_Widget_AppCompat_ActionButton +io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: io.reactivex.internal.disposables.SequentialDisposable direct +wangdaye.com.geometricweather.R$xml: int icon_provider_sun_moon_filter +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getWeatherText() +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Country +retrofit2.BuiltInConverters$ToStringConverter: BuiltInConverters$ToStringConverter() +io.reactivex.Observable: io.reactivex.Observable timer(long,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.R$id: int sort_button +com.google.gson.FieldNamingPolicy$2 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: java.lang.String getPubTime() +com.turingtechnologies.materialscrollbar.R$attr: int dropDownListViewStyle +com.google.android.material.R$styleable: int[] ViewStubCompat +androidx.preference.R$styleable: int SwitchPreference_android_summaryOn +androidx.appcompat.R$attr: int actionMenuTextColor +androidx.appcompat.R$style: int TextAppearance_AppCompat_Display2 +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle +wangdaye.com.geometricweather.R$bool: int abc_action_bar_embed_tabs +com.google.android.material.R$style: int Widget_AppCompat_Button_Borderless +androidx.viewpager2.R$id: int tag_transition_group +cyanogenmod.profiles.ConnectionSettings: void processOverride(android.content.Context) +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: float getMax() +com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration +androidx.preference.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle +okhttp3.Cache$CacheRequestImpl: okio.Sink body +androidx.viewpager.widget.PagerTitleStrip: int getTextSpacing() +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Body1 +androidx.vectordrawable.R$styleable: int GradientColor_android_centerColor +okhttp3.Connection +retrofit2.http.HEAD: java.lang.String value() +wangdaye.com.geometricweather.R$dimen: int tooltip_corner_radius +com.google.android.material.chip.Chip: void setHideMotionSpecResource(int) +androidx.constraintlayout.widget.R$dimen: int abc_control_padding_material +com.google.android.material.R$attr: int itemShapeFillColor +androidx.constraintlayout.widget.R$styleable: int ImageFilterView_altSrc +com.google.android.material.R$attr: int helperTextTextColor +androidx.swiperefreshlayout.R$dimen: int compat_button_padding_vertical_material +androidx.preference.R$styleable: int[] StateListDrawableItem +com.google.android.material.R$styleable: int TabLayout_tabMinWidth +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_ratingBarStyleSmall +android.didikee.donate.R$styleable: int AppCompatTextView_drawableRightCompat +com.jaredrummler.android.colorpicker.R$attr: int adjustable +wangdaye.com.geometricweather.R$layout: int abc_list_menu_item_checkbox +com.google.android.material.R$id: int tag_unhandled_key_event_manager +androidx.appcompat.R$id: int accessibility_custom_action_21 +org.greenrobot.greendao.AbstractDaoSession: java.util.Map entityToDao +com.turingtechnologies.materialscrollbar.R$dimen: int abc_button_padding_horizontal_material +androidx.appcompat.widget.Toolbar: void setPopupTheme(int) +wangdaye.com.geometricweather.R$attr: int measureWithLargestChild +androidx.loader.R$dimen: int compat_control_corner_material +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float getCO() +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_firstBaselineToTopHeight +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: java.util.concurrent.atomic.AtomicReference inner +retrofit2.OkHttpCall: retrofit2.Call clone() +retrofit2.OkHttpCall: void cancel() +com.turingtechnologies.materialscrollbar.R$styleable: int ColorStateListItem_android_color +android.didikee.donate.R$drawable: int abc_btn_default_mtrl_shape +androidx.constraintlayout.widget.R$attr: int deltaPolarRadius +com.google.android.material.internal.ForegroundLinearLayout: ForegroundLinearLayout(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$drawable: int avd_hide_password +com.jaredrummler.android.colorpicker.R$attr: int titleTextAppearance +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: long serialVersionUID +androidx.loader.R$string +androidx.constraintlayout.widget.R$attr: int flow_wrapMode +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: void run() +com.google.android.material.R$styleable: int DrawerArrowToggle_arrowShaftLength +cyanogenmod.externalviews.ExternalViewProviderService: android.os.IBinder onBind(android.content.Intent) +androidx.viewpager.R$layout: R$layout() +wangdaye.com.geometricweather.R$attr: int backgroundInsetBottom +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_content_inset_with_nav +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int AQI_INDEX_5 +wangdaye.com.geometricweather.R$font: R$font() +androidx.preference.R$id: int right_icon +android.support.v4.os.IResultReceiver$Stub +wangdaye.com.geometricweather.R$layout: int dialog_weather_hourly +wangdaye.com.geometricweather.R$layout: int item_weather_daily_pollen +com.google.android.material.R$id: int test_checkbox_android_button_tint +androidx.constraintlayout.widget.R$drawable: int abc_seekbar_tick_mark_material +com.jaredrummler.android.colorpicker.R$style: int Base_DialogWindowTitleBackground_AppCompat +com.google.android.material.card.MaterialCardView: void setCheckedIcon(android.graphics.drawable.Drawable) +okio.SegmentedByteString: byte[] internalArray() +io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.functions.Function,int,io.reactivex.ObservableSource[]) +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void cancel() +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: int rightIndex +cyanogenmod.externalviews.KeyguardExternalView$8: KeyguardExternalView$8(cyanogenmod.externalviews.KeyguardExternalView,boolean) +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.Property[] getProperties() +androidx.constraintlayout.widget.R$id: int dragDown +com.google.android.material.R$attr: int counterMaxLength +com.google.android.material.R$color: int design_dark_default_color_on_primary +com.xw.repo.bubbleseekbar.R$drawable: int abc_text_select_handle_right_mtrl_dark +androidx.constraintlayout.widget.R$attr: int colorButtonNormal +androidx.appcompat.resources.R$id: int accessibility_custom_action_13 +com.bumptech.glide.integration.okhttp.R$id: int italic +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_max +okhttp3.ResponseBody: long contentLength() +wangdaye.com.geometricweather.R$drawable: int notification_bg_low_pressed +wangdaye.com.geometricweather.db.entities.MinutelyEntity: int getMinuteInterval() +androidx.constraintlayout.widget.R$styleable: int SearchView_android_maxWidth +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_panelMenuListTheme +okhttp3.internal.http2.Http2Stream$StreamTimeout +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPathRenderer: void setRootAlpha(int) +io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: long serialVersionUID +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String city +com.google.android.material.R$attr: int checkedIcon +androidx.preference.R$id: int accessibility_custom_action_31 +okio.HashingSource: java.security.MessageDigest messageDigest +com.jaredrummler.android.colorpicker.R$attr: int drawerArrowStyle +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: long serialVersionUID +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_star_black_48dp +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_Switch +com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity +androidx.hilt.R$id: int accessibility_custom_action_20 +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String latitude +wangdaye.com.geometricweather.R$dimen: int disabled_alpha_material_dark +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_NoActionBar +androidx.hilt.work.R$dimen: int compat_button_inset_vertical_material +io.reactivex.exceptions.CompositeException +okhttp3.OkHttpClient$1: okhttp3.internal.connection.StreamAllocation streamAllocation(okhttp3.Call) +com.google.android.material.chip.Chip: void setCheckedIconEnabledResource(int) +com.google.android.material.R$layout: int design_bottom_navigation_item +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial Imperial +wangdaye.com.geometricweather.R$color: int mtrl_chip_ripple_color +com.turingtechnologies.materialscrollbar.R$styleable: int ViewBackgroundHelper_backgroundTintMode +androidx.viewpager2.R$styleable: int FontFamilyFont_font +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_showText +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_STATUS_BAR +androidx.vectordrawable.animated.R$styleable: int GradientColor_android_centerX +android.didikee.donate.R$attr: int windowFixedWidthMinor +io.reactivex.Observable: io.reactivex.Single isEmpty() +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean requestDismiss() +wangdaye.com.geometricweather.R$id: int item_weather_icon +androidx.appcompat.R$attr: int height +wangdaye.com.geometricweather.R$styleable: int ActionBar_popupTheme +okhttp3.logging.HttpLoggingInterceptor: okhttp3.logging.HttpLoggingInterceptor$Logger logger +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionButton +androidx.constraintlayout.widget.R$attr: int listPreferredItemHeightLarge +androidx.coordinatorlayout.R$id: int accessibility_custom_action_19 +com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleMarginStart +androidx.constraintlayout.widget.R$drawable: int btn_radio_off_mtrl +androidx.constraintlayout.widget.R$string: int abc_searchview_description_voice +androidx.customview.R$id: int right_side +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String AUTHOR +retrofit2.RequestFactory$Builder: java.util.regex.Pattern PARAM_NAME_REGEX +io.reactivex.internal.observers.InnerQueuedObserver: io.reactivex.internal.observers.InnerQueuedObserverSupport parent +wangdaye.com.geometricweather.R$string: int introduce +wangdaye.com.geometricweather.R$font: int product_sans_medium_italic +androidx.preference.R$styleable: int[] AnimatedStateListDrawableCompat +androidx.loader.R$id: int action_divider +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: io.reactivex.disposables.Disposable upstream +wangdaye.com.geometricweather.R$style: int Base_Animation_AppCompat_Tooltip +com.turingtechnologies.materialscrollbar.R$id: int screen okio.SegmentedByteString: void write(java.io.OutputStream) +com.google.gson.internal.JsonReaderInternalAccess: JsonReaderInternalAccess() +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: io.reactivex.functions.Function mapper +com.google.android.material.R$attr: int crossfade +wangdaye.com.geometricweather.R$attr: int textAppearanceHeadline1 +james.adaptiveicon.R$attr: int checkedTextViewStyle +com.jaredrummler.android.colorpicker.R$style: int Widget_Compat_NotificationActionText +androidx.preference.R$style: int Base_V23_Theme_AppCompat_Light +org.greenrobot.greendao.database.DatabaseOpenHelper: void onOpen(org.greenrobot.greendao.database.Database) +com.xw.repo.bubbleseekbar.R$id: int search_button +com.jaredrummler.android.colorpicker.R$attr: int listLayout +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: androidx.lifecycle.LifecycleOwner mLifecycle +cyanogenmod.app.Profile$NotificationLightMode +retrofit2.OkHttpCall$NoContentResponseBody: OkHttpCall$NoContentResponseBody(okhttp3.MediaType,long) +james.adaptiveicon.R$styleable: int AppCompatTheme_windowActionBar +androidx.lifecycle.extensions.R$id: int notification_background +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_110 +com.google.android.material.R$layout: int design_text_input_end_icon +james.adaptiveicon.R$attr: int paddingEnd +androidx.loader.R$styleable: int GradientColorItem_android_offset +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_CompoundButton_CheckBox +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.Integer getDbz() +androidx.viewpager.R$drawable: int notification_template_icon_bg +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +wangdaye.com.geometricweather.R$id: int activity_alert_toolbar +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: void cancel(java.lang.Object) +wangdaye.com.geometricweather.R$array: int widget_text_colors +io.reactivex.Observable: io.reactivex.Observable takeLast(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean,int) +okhttp3.internal.http2.PushObserver: okhttp3.internal.http2.PushObserver CANCEL +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Speed: double Value +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: void onSubscribe(org.reactivestreams.Subscription) +wangdaye.com.geometricweather.R$anim: int abc_slide_out_top +com.google.android.material.R$styleable: int[] KeyCycle +androidx.constraintlayout.widget.R$interpolator: R$interpolator() +james.adaptiveicon.R$attr: int actionModeCopyDrawable +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property FormattedId +okhttp3.internal.ws.WebSocketProtocol: int OPCODE_CONTROL_PONG +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionBar_TabText +com.google.android.material.R$attr: int toolbarNavigationButtonStyle +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_lineHeight +com.google.android.material.card.MaterialCardView: void setCheckedIconResource(int) +androidx.lifecycle.ClassesInfoCache: java.util.Map mHasLifecycleMethods +james.adaptiveicon.AdaptiveIconView: void setPath(java.lang.String) +wangdaye.com.geometricweather.R$layout: int preference_dropdown_material +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionMode +androidx.constraintlayout.widget.R$attr: int listPreferredItemPaddingRight +com.google.android.material.R$attr: int viewInflaterClass +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: io.reactivex.functions.BiFunction resultSelector +com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Title_Text +com.google.android.material.slider.Slider: void setTrackInactiveTintList(android.content.res.ColorStateList) +okhttp3.internal.cache.DiskLruCache$Editor$1: void onException(java.io.IOException) +cyanogenmod.app.LiveLockScreenInfo$1: LiveLockScreenInfo$1() +androidx.constraintlayout.widget.R$drawable: int abc_ic_menu_cut_mtrl_alpha +androidx.constraintlayout.widget.R$id: int action_context_bar +androidx.appcompat.R$attr: int colorSwitchThumbNormal +androidx.preference.R$attr: int selectableItemBackgroundBorderless +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight +androidx.preference.R$styleable: int AppCompatTheme_colorAccent +androidx.appcompat.R$styleable: int AppCompatTheme_activityChooserViewStyle +androidx.preference.R$attr: int preferenceFragmentListStyle +com.turingtechnologies.materialscrollbar.Handle: void setRightToLeft(boolean) +androidx.legacy.coreutils.R$attr: int fontProviderQuery +cyanogenmod.os.Concierge$ParcelInfo: android.os.Parcel mParcel +androidx.constraintlayout.helper.widget.Flow: void setFirstHorizontalStyle(int) +androidx.legacy.coreutils.R$id: int actions +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipCornerRadius +io.reactivex.internal.util.NotificationLite$DisposableNotification: NotificationLite$DisposableNotification(io.reactivex.disposables.Disposable) +com.google.android.material.R$style: int Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense +androidx.appcompat.widget.MenuPopupWindow$MenuDropDownListView: void setSelector(android.graphics.drawable.Drawable) +com.google.android.material.R$styleable: int TextInputLayout_helperText +okio.ByteString: okio.ByteString decodeBase64(java.lang.String) +com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource valueOf(java.lang.String) +com.bumptech.glide.integration.okhttp.R$styleable +wangdaye.com.geometricweather.db.entities.HistoryEntityDao +okhttp3.internal.http.RealInterceptorChain: okhttp3.Request request +android.didikee.donate.R$drawable: int notification_bg_low +android.didikee.donate.R$dimen: int highlight_alpha_material_light +cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setTimestamp(long) +androidx.appcompat.R$dimen: int notification_right_icon_size +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xdt +androidx.preference.R$styleable: int Preference_iconSpaceReserved +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService this$0 +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_EXPORT_WITH_RC4_40_MD5 +com.turingtechnologies.materialscrollbar.R$id: int search_mag_icon +wangdaye.com.geometricweather.R$id: int enterAlways +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layoutDescription +com.google.android.material.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHorizontal_chainStyle +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_subtitle_top_margin_material +cyanogenmod.weather.CMWeatherManager$2$2: cyanogenmod.weather.CMWeatherManager$2 this$1 +com.google.android.material.R$styleable: int Constraint_layout_constraintVertical_bias +androidx.preference.R$styleable: int Preference_android_widgetLayout +cyanogenmod.providers.WeatherContract$WeatherColumns$WindSpeedUnit +okhttp3.Interceptor$Chain: int readTimeoutMillis() +com.jaredrummler.android.colorpicker.R$attr: int windowActionModeOverlay +android.didikee.donate.R$dimen: int abc_text_size_subhead_material +okhttp3.ResponseBody: okhttp3.ResponseBody create(okhttp3.MediaType,java.lang.String) +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: io.reactivex.ObservableEmitter emitter +okhttp3.internal.http2.Http2Stream: boolean $assertionsDisabled +android.didikee.donate.R$styleable: int AppCompatTextView_drawableStartCompat +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_DropDownItem_Spinner +androidx.viewpager2.R$id: int accessibility_custom_action_28 +androidx.appcompat.widget.Toolbar: int getContentInsetStart() +com.turingtechnologies.materialscrollbar.R$styleable: int Snackbar_snackbarButtonStyle +cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper: void onListenerConnected() +com.google.android.material.R$styleable: int Badge_horizontalOffset +androidx.constraintlayout.widget.R$styleable: int Transform_android_elevation +com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_android_fontWeight +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver parent +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +okhttp3.FormBody$Builder: FormBody$Builder() +com.google.android.material.R$drawable: int abc_btn_check_material_anim +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$1: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 +androidx.constraintlayout.widget.R$styleable: int Constraint_android_translationX +androidx.constraintlayout.widget.R$dimen: int abc_list_item_height_small_material +com.google.android.material.R$string: int path_password_eye +com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_anim_sync_duration +cyanogenmod.hardware.DisplayMode: DisplayMode(android.os.Parcel) +okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner: java.util.List clean(java.util.List,java.lang.String) +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_ActionBar_Primary +androidx.vectordrawable.animated.R$color: int notification_action_color_filter +androidx.appcompat.R$id: int home +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: void dispose() +wangdaye.com.geometricweather.R$dimen: int mtrl_progress_indicator_size +androidx.loader.R$id: R$id() +okhttp3.OkHttpClient: boolean retryOnConnectionFailure +okhttp3.internal.http2.Hpack$Reader: int maxDynamicTableByteCount() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setDescription(java.lang.String) +androidx.preference.R$color: int material_blue_grey_950 +com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat_Dialog_Alert +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 +androidx.recyclerview.R$dimen: int notification_media_narrow_margin +okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Connection$Listener listener +wangdaye.com.geometricweather.R$styleable: int AppCompatImageView_tintMode +wangdaye.com.geometricweather.R$style: int Base_V21_Theme_AppCompat_Dialog +androidx.activity.R$id: int accessibility_custom_action_18 +com.turingtechnologies.materialscrollbar.R$id: int expand_activities_button +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow +james.adaptiveicon.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox +androidx.constraintlayout.widget.R$styleable: int Transition_transitionDisable +cyanogenmod.weather.WeatherLocation$Builder: java.lang.String mCity +wangdaye.com.geometricweather.R$color: int highlighted_text_material_light +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem +wangdaye.com.geometricweather.R$styleable: int AlertDialog_listItemLayout +cyanogenmod.providers.CMSettings$System: long getLongForUser(android.content.ContentResolver,java.lang.String,long,int) +androidx.lifecycle.extensions.R$anim: int fragment_open_exit +androidx.constraintlayout.widget.R$attr: int textColorSearchUrl +androidx.constraintlayout.widget.R$styleable: int[] Transform +okio.Util: java.nio.charset.Charset UTF_8 +com.jaredrummler.android.colorpicker.R$attr: int maxButtonHeight +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_bubble_text_color +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text +com.turingtechnologies.materialscrollbar.R$attr: int contentPaddingBottom +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: boolean checkTerminated(boolean,boolean,io.reactivex.Observer,boolean,io.reactivex.internal.operators.observable.ObservableZip$ZipObserver) +com.turingtechnologies.materialscrollbar.R$styleable: R$styleable() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Imperial: AccuCurrentResult$ApparentTemperature$Imperial() +wangdaye.com.geometricweather.R$id: int month_title +androidx.lifecycle.extensions.R$layout: int custom_dialog +androidx.vectordrawable.animated.R$attr: int fontProviderQuery +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_alphabeticShortcut +androidx.viewpager.R$color: int ripple_material_light +com.google.android.material.chip.Chip: android.content.res.ColorStateList getChipStrokeColor() +androidx.constraintlayout.widget.R$styleable: int[] AnimatedStateListDrawableTransition +androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_drawableBottom +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse +com.google.android.material.R$id: int password_toggle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature WetBulbTemperature +com.github.rahatarmanahmed.cpv.CircularProgressView$4: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 +cyanogenmod.themes.IThemeService$Stub$Proxy: void requestThemeChange(cyanogenmod.themes.ThemeChangeRequest,boolean) +androidx.drawerlayout.R$styleable: int GradientColor_android_endY +androidx.constraintlayout.widget.R$styleable: int KeyCycle_transitionEasing +wangdaye.com.geometricweather.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title +okio.ByteString: java.lang.String string(java.nio.charset.Charset) +com.turingtechnologies.materialscrollbar.R$drawable: int abc_textfield_activated_mtrl_alpha +com.turingtechnologies.materialscrollbar.R$anim: int abc_slide_in_bottom +okhttp3.internal.platform.Platform: boolean isAndroid() +androidx.preference.R$anim: int fragment_fast_out_extra_slow_in +android.didikee.donate.R$styleable: int Toolbar_logoDescription +android.didikee.donate.R$styleable: int AppCompatImageView_tint +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result +androidx.fragment.R$id: int async +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light_Dialog +com.xw.repo.bubbleseekbar.R$attr: int windowNoTitle +io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWindSpeed(java.lang.Float) +wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: void setTopIconDrawable(android.graphics.drawable.Drawable) +cyanogenmod.profiles.LockSettings$1: cyanogenmod.profiles.LockSettings[] newArray(int) +androidx.appcompat.R$id: int tag_accessibility_heading +androidx.constraintlayout.widget.R$bool: int abc_action_bar_embed_tabs +androidx.appcompat.resources.R$id: int accessibility_custom_action_14 +android.didikee.donate.R$attr: int ratingBarStyle +cyanogenmod.profiles.BrightnessSettings: BrightnessSettings(int,boolean) +wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: NumberAnimTextView(android.content.Context,android.util.AttributeSet,int) +androidx.appcompat.widget.AppCompatCheckBox: void setSupportButtonTintMode(android.graphics.PorterDuff$Mode) +com.google.android.material.R$styleable: int Toolbar_titleMarginEnd +wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerFamilyBottomLeft +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleMarginEnd +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small +androidx.constraintlayout.helper.widget.Flow: void setFirstHorizontalBias(float) +okhttp3.internal.http2.Http2Connection$ReaderRunnable: okhttp3.internal.http2.Http2Reader reader +okhttp3.logging.HttpLoggingInterceptor: okhttp3.logging.HttpLoggingInterceptor setLevel(okhttp3.logging.HttpLoggingInterceptor$Level) +cyanogenmod.app.LiveLockScreenInfo$Builder: cyanogenmod.app.LiveLockScreenInfo$Builder setComponent(android.content.ComponentName) +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void onStop() +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_Dialog +cyanogenmod.app.ThemeComponent +com.turingtechnologies.materialscrollbar.R$attr: int windowMinWidthMinor +com.turingtechnologies.materialscrollbar.R$layout: int design_menu_item_action_area +androidx.recyclerview.R$dimen: int notification_large_icon_width +okhttp3.internal.io.FileSystem$1 +androidx.legacy.coreutils.R$id: int text2 +wangdaye.com.geometricweather.R$styleable: int Spinner_android_popupBackground +okio.SegmentedByteString: int hashCode() +cyanogenmod.externalviews.ExternalView$2: int val$height +androidx.constraintlayout.widget.R$attr +wangdaye.com.geometricweather.R$attr: int fontStyle +okio.Okio: okio.Source source(java.io.InputStream) +androidx.constraintlayout.widget.R$attr: int mock_labelColor +androidx.hilt.work.R$attr: int fontProviderCerts +com.google.android.material.R$styleable: int[] ConstraintSet +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_content_2 +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ActionBar_Solid +wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_6 +com.google.android.material.R$styleable: int Transition_staggered +wangdaye.com.geometricweather.R$attr: int tabBackground +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: void setUnit(java.lang.String) +androidx.lifecycle.LiveData$ObserverWrapper: void activeStateChanged(boolean) +wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_sunText +androidx.lifecycle.ReportFragment: androidx.lifecycle.ReportFragment$ActivityInitializationListener mProcessListener +wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayVerticalWidgetConfigActivity +androidx.loader.R$styleable: int[] FontFamily +io.reactivex.Observable: io.reactivex.Observable buffer(java.util.concurrent.Callable,java.util.concurrent.Callable) +io.reactivex.internal.disposables.DisposableHelper: boolean validate(io.reactivex.disposables.Disposable,io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$styleable: int Chip_chipSurfaceColor +wangdaye.com.geometricweather.R$bool +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: com.google.android.material.animation.MotionSpec getExtendMotionSpec() +cyanogenmod.app.PartnerInterface: PartnerInterface(android.content.Context) +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult: java.util.List Summaries +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Fullscreen com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_actionProviderClass -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: java.lang.String getDistanceText(android.content.Context,float) -cyanogenmod.weather.CMWeatherManager$RequestStatus: int COMPLETED +james.adaptiveicon.R$attr: int drawableSize +android.didikee.donate.R$styleable: int AppCompatTheme_imageButtonStyle +android.didikee.donate.R$attr: int actionBarTabBarStyle +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_button_min_height_material +com.google.android.material.R$styleable: int Constraint_layout_goneMarginEnd +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_1 +com.bumptech.glide.load.HttpException +com.google.android.material.chip.Chip: void setShowMotionSpec(com.google.android.material.animation.MotionSpec) +wangdaye.com.geometricweather.R$string: int key_text_size +wangdaye.com.geometricweather.R$styleable: int ActionMode_closeItemLayout +com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_android_orientation +androidx.constraintlayout.widget.R$bool: R$bool() +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: void dispose() +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_PopupMenu +com.google.android.material.R$attr: int counterOverflowTextColor +androidx.lifecycle.SavedStateHandleController: void tryToAddRecreator(androidx.savedstate.SavedStateRegistry,androidx.lifecycle.Lifecycle) +james.adaptiveicon.R$drawable: int abc_list_selector_holo_dark +cyanogenmod.themes.ThemeManager$ThemeChangeListener: void onFinish(boolean) +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_backgroundTint +androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver: ConstraintProxyUpdateReceiver() +wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List dailyForecast +wangdaye.com.geometricweather.R$color: int material_grey_100 +retrofit2.KotlinExtensions$await$4$2: void onResponse(retrofit2.Call,retrofit2.Response) +wangdaye.com.geometricweather.main.dialogs.BackgroundLocationDialog +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_13 +android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary +androidx.constraintlayout.widget.R$styleable: int Variant_region_heightLessThan +io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,long,boolean) +retrofit2.ParameterHandler$Field: ParameterHandler$Field(java.lang.String,retrofit2.Converter,boolean) +androidx.vectordrawable.animated.R$styleable: int GradientColor_android_startColor +okio.GzipSink: void writeFooter() +androidx.constraintlayout.widget.R$styleable: int KeyTrigger_onCross +cyanogenmod.app.CustomTileListenerService: java.lang.String access$200(cyanogenmod.app.CustomTileListenerService) +wangdaye.com.geometricweather.R$integer: int mtrl_card_anim_duration_ms +androidx.viewpager2.R$attr: int fontVariationSettings +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle +androidx.appcompat.R$dimen: int abc_config_prefDialogWidth +cyanogenmod.app.ThemeVersion$ThemeVersionImpl3: java.util.List getDeviceComponentVersions() +androidx.recyclerview.widget.RecyclerView: void addOnScrollListener(androidx.recyclerview.widget.RecyclerView$OnScrollListener) +androidx.hilt.lifecycle.R$drawable +wangdaye.com.geometricweather.R$id: int notification_big_week_3 +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_default_height_material +okhttp3.Headers: long byteCount() +okio.Buffer$UnsafeCursor: long resizeBuffer(long) +android.didikee.donate.R$layout: int abc_action_menu_item_layout +com.turingtechnologies.materialscrollbar.R$color +androidx.preference.R$attr: int fontFamily +com.google.android.material.button.MaterialButton: int getIconGravity() +wangdaye.com.geometricweather.R$attr: int closeItemLayout +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_fontFamily +androidx.vectordrawable.animated.R$id: int line1 +com.google.android.material.R$styleable: int TextInputLayout_boxStrokeWidth +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: boolean delayErrors +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_blackContainer +com.turingtechnologies.materialscrollbar.R$styleable: int[] StateListDrawableItem +cyanogenmod.app.IProfileManager$Stub$Proxy: boolean setActiveProfileByName(java.lang.String) +cyanogenmod.weatherservice.WeatherProviderService$1: void cancelRequest(int) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ENABLE_REVERSE_LOOKUP_VALIDATOR +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Title_Inverse +androidx.preference.R$attr: int dropDownListViewStyle +cyanogenmod.app.CMTelephonyManager: boolean isDataConnectionEnabled() +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String grassDescription +wangdaye.com.geometricweather.R$attr: int dayTodayStyle +okhttp3.Cookie: Cookie(okhttp3.Cookie$Builder) +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DialogWhenLarge +com.github.rahatarmanahmed.cpv.CircularProgressView: void setMaxProgress(float) +okhttp3.internal.http2.Http2Connection$Builder: okio.BufferedSink sink +com.xw.repo.bubbleseekbar.R$id: int multiply +retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder baseUrl(java.net.URL) +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean +androidx.vectordrawable.animated.R$dimen: int notification_big_circle_margin +com.xw.repo.bubbleseekbar.R$dimen: int abc_search_view_preferred_height +wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_textColor +wangdaye.com.geometricweather.R$styleable: int MaterialTextAppearance_lineHeight +com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_android_descendantFocusability +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Tooltip +cyanogenmod.weather.WeatherLocation$Builder: java.lang.String mState +io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.R$attr: int backgroundStacked +wangdaye.com.geometricweather.R$dimen: int abc_dialog_list_padding_bottom_no_buttons +wangdaye.com.geometricweather.R$style: int PreferenceFragmentList_Material +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_translationX +com.google.android.material.R$styleable: int MaterialButton_iconGravity +okhttp3.MediaType: okhttp3.MediaType parse(java.lang.String) +androidx.preference.R$styleable: int PreferenceTheme_checkBoxPreferenceStyle +okhttp3.OkHttpClient: int pingInterval +wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_width +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIndicatorFullWidth +androidx.appcompat.R$styleable: int StateListDrawableItem_android_drawable +okhttp3.internal.ws.WebSocketProtocol: int OPCODE_CONTROL_PING +com.google.android.material.R$attr: int collapsedTitleTextAppearance +okhttp3.internal.http2.Http2: okio.ByteString CONNECTION_PREFACE +okhttp3.OkHttpClient$Builder: OkHttpClient$Builder() +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index: java.lang.String color +okhttp3.MediaType: java.lang.String subtype +org.greenrobot.greendao.database.DatabaseOpenHelper: void onUpgrade(org.greenrobot.greendao.database.Database,int,int) +androidx.recyclerview.R$styleable: int FontFamilyFont_ttcIndex +androidx.swiperefreshlayout.R$attr: int ttcIndex +okio.SegmentPool +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light_DarkActionBar +retrofit2.adapter.rxjava2.RxJava2CallAdapter: java.lang.Object adapt(retrofit2.Call) +android.didikee.donate.R$attr: int searchIcon +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_SearchView +wangdaye.com.geometricweather.R$attr: int tabIndicatorColor +androidx.constraintlayout.widget.R$attr: int panelBackground +okhttp3.internal.http2.Http2Connection: int DEGRADED_PING +android.didikee.donate.R$id +androidx.appcompat.R$dimen: int abc_button_padding_vertical_material +androidx.appcompat.R$style: int Widget_AppCompat_PopupMenu +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: double HoursOfIce +wangdaye.com.geometricweather.R$layout: int container_main_hourly_trend_card +wangdaye.com.geometricweather.R$id: int dialog_learn_more_about_geocoder_content +cyanogenmod.externalviews.KeyguardExternalView: android.content.ServiceConnection mServiceConnection +com.google.android.material.R$styleable: int[] OnClick +androidx.activity.R$id: int tag_accessibility_heading +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: boolean tryOnError(java.lang.Throwable) +cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_alterWindow +com.google.gson.stream.MalformedJsonException: long serialVersionUID +wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerFamilyTopLeft +wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_thickness +androidx.viewpager.R$id: int action_text +androidx.constraintlayout.widget.R$styleable: int MenuItem_showAsAction +androidx.constraintlayout.widget.R$styleable: int Toolbar_titleMarginBottom +com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_layout_keyline +wangdaye.com.geometricweather.R$id: int search_voice_btn +android.didikee.donate.R$attr: int popupTheme +okio.Buffer: okio.ByteString readByteString() +okhttp3.internal.http2.PushObserver +android.didikee.donate.R$string: int search_menu_title +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setThunderstormPrecipitation(java.lang.Float) +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken[] $VALUES +retrofit2.BuiltInConverters$VoidResponseBodyConverter: java.lang.Void convert(okhttp3.ResponseBody) +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WindChillTemperature +wangdaye.com.geometricweather.R$styleable: int MotionLayout_currentState +com.google.android.material.R$styleable: int KeyAttribute_android_translationZ +wangdaye.com.geometricweather.R$color: int material_on_background_emphasis_medium +wangdaye.com.geometricweather.R$styleable: int Chip_showMotionSpec +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Empty +androidx.constraintlayout.widget.R$dimen: int abc_switch_padding +com.google.gson.LongSerializationPolicy: LongSerializationPolicy(java.lang.String,int,com.google.gson.LongSerializationPolicy$1) +cyanogenmod.platform.Manifest$permission: java.lang.String LIVE_LOCK_SCREEN_MANAGER_ACCESS_PRIVATE +com.google.android.material.R$styleable: int Constraint_motionStagger +io.reactivex.Observable: io.reactivex.Observable doOnNext(io.reactivex.functions.Consumer) +android.didikee.donate.R$id: int action_bar_spinner +com.xw.repo.bubbleseekbar.R$attr: int bsb_thumb_radius +com.google.android.material.slider.Slider: void setThumbTintList(android.content.res.ColorStateList) +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String TITLE +androidx.viewpager.widget.ViewPager: void removeOnAdapterChangeListener(androidx.viewpager.widget.ViewPager$OnAdapterChangeListener) +com.google.android.material.R$id: int line3 +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_subhead_material +androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_Dark +io.reactivex.exceptions.CompositeException: void printStackTrace() +androidx.appcompat.R$id: int accessibility_custom_action_12 +com.google.android.material.R$string: int mtrl_picker_day_of_week_column_header +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getNotificationGroupForPackage +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxCornerRadiusBottomStart wangdaye.com.geometricweather.R$dimen: int mtrl_fab_min_touch_target -com.google.android.material.R$drawable: int abc_ic_star_half_black_48dp -wangdaye.com.geometricweather.R$attr: int layout_constraintHeight_min -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_numericModifiers -com.google.android.material.floatingactionbutton.FloatingActionButton$Behavior: void setInternalAutoHideListener(com.google.android.material.floatingactionbutton.FloatingActionButton$OnVisibilityChangedListener) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ActionBar_PrimarySurface -james.adaptiveicon.R$drawable: int abc_list_selector_disabled_holo_light -com.google.android.material.R$styleable: int AppCompatTheme_selectableItemBackground -okhttp3.logging.LoggingEventListener: void connectStart(okhttp3.Call,java.net.InetSocketAddress,java.net.Proxy) -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_SeekBar +cyanogenmod.platform.Manifest: Manifest() +okhttp3.internal.connection.StreamAllocation: boolean hasMoreRoutes() +com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_precise_anchor_extra_offset +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Compat_Notification_Info +androidx.preference.internal.PreferenceImageView: int getMaxHeight() +com.turingtechnologies.materialscrollbar.R$id: int notification_main_column +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: java.util.List hourly_forecast +androidx.lifecycle.extensions.R$drawable: int notification_template_icon_low_bg +com.google.android.material.R$layout: int abc_alert_dialog_material +androidx.preference.R$attr: int actionOverflowButtonStyle +com.jaredrummler.android.colorpicker.R$style: int Preference_DialogPreference +androidx.constraintlayout.widget.R$styleable: int SearchView_suggestionRowLayout +androidx.work.R$attr: int fontProviderPackage +androidx.preference.R$id: int search_src_text +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_saveFlags +io.reactivex.internal.observers.InnerQueuedObserver: int fusionMode() +okhttp3.OkHttpClient: OkHttpClient() +androidx.drawerlayout.R$styleable: int FontFamily_fontProviderFetchStrategy +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$DailyTemperature: java.lang.Float min +androidx.appcompat.R$style: int Base_Theme_AppCompat_DialogWhenLarge +cyanogenmod.weather.WeatherInfo: java.lang.String mKey +wangdaye.com.geometricweather.R$attr: int haloRadius +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWindChillTemperature(java.lang.Integer) +wangdaye.com.geometricweather.R$bool: int enable_system_foreground_service_default +androidx.constraintlayout.widget.R$string: int abc_action_mode_done +okhttp3.RequestBody$3: long contentLength() +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid +com.google.android.material.R$styleable: int AppCompatTheme_colorBackgroundFloating +androidx.lifecycle.extensions.R$id: R$id() +wangdaye.com.geometricweather.R$attr: int defaultState +androidx.constraintlayout.widget.R$styleable: int MenuItem_actionLayout +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property Id +com.google.android.material.R$dimen: int mtrl_extended_fab_min_width +androidx.core.R$id: int right_side +wangdaye.com.geometricweather.R$attr: int fontProviderAuthority +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Large_Inverse +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWindDirection +androidx.preference.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_AutoCompleteTextView +cyanogenmod.hardware.IThermalListenerCallback$Stub: cyanogenmod.hardware.IThermalListenerCallback asInterface(android.os.IBinder) +com.google.android.material.R$id: int decor_content_parent +wangdaye.com.geometricweather.R$drawable: int notif_temp_31 +wangdaye.com.geometricweather.R$styleable: int CardView_cardMaxElevation +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getScaleY() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric: AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric() +james.adaptiveicon.R$styleable: int[] ButtonBarLayout +androidx.preference.R$styleable: int GradientColor_android_centerColor +android.didikee.donate.R$styleable: int Toolbar_popupTheme +com.xw.repo.bubbleseekbar.R$color: int bright_foreground_material_dark +androidx.core.R$id: int accessibility_custom_action_31 +android.didikee.donate.R$id: int multiply +androidx.appcompat.resources.R$styleable: int FontFamilyFont_android_ttcIndex +wangdaye.com.geometricweather.R$string: int get_more_store +com.google.android.material.textfield.TextInputLayout: void setStartIconOnLongClickListener(android.view.View$OnLongClickListener) +cyanogenmod.externalviews.KeyguardExternalView$2: void onAttachedToWindow() +androidx.work.impl.background.systemjob.SystemJobService: SystemJobService() +okio.AsyncTimeout: boolean inQueue +androidx.appcompat.R$drawable: int btn_checkbox_checked_to_unchecked_mtrl_animation +com.turingtechnologies.materialscrollbar.R$dimen: int cardview_compat_inset_shadow +androidx.preference.R$dimen: int abc_dialog_title_divider_material +com.google.android.material.R$styleable: int ActionBar_hideOnContentScroll +wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: void setDuration(long) +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void onSubscribe(org.reactivestreams.Subscription) +com.google.android.material.R$styleable: int TextInputLayout_endIconDrawable +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind: java.lang.Integer direction +com.google.android.material.R$style: int Widget_AppCompat_Light_ListPopupWindow +com.google.android.material.R$attr: int layout_constraintTag +androidx.hilt.work.R$attr: int fontWeight +androidx.appcompat.widget.ActionMenuView: android.graphics.drawable.Drawable getOverflowIcon() +androidx.constraintlayout.widget.R$attr: int actionModeStyle +cyanogenmod.util.ColorUtils: int generateAlertColorFromDrawable(android.graphics.drawable.Drawable) +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addPathSegment(java.lang.String) +androidx.fragment.R$id: int accessibility_custom_action_4 +com.google.android.material.R$attr: R$attr() +org.greenrobot.greendao.AbstractDao: void insertOrReplaceInTx(java.lang.Iterable,boolean) +wangdaye.com.geometricweather.R$layout: int widget_clock_day_week +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_bias +james.adaptiveicon.R$style: int Base_Widget_AppCompat_SeekBar +wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: int getChartTop() +androidx.appcompat.R$styleable: int SwitchCompat_thumbTintMode +com.google.android.material.R$attr: int textAppearanceHeadline4 +androidx.constraintlayout.widget.R$styleable: int Constraint_android_rotation +wangdaye.com.geometricweather.R$attr: int warmth +okhttp3.internal.http2.Http2: Http2() +wangdaye.com.geometricweather.R$attr: int elevationOverlayColor +com.google.android.material.R$attr: int collapsingToolbarLayoutStyle +com.google.android.material.chip.Chip: void setChipDrawable(com.google.android.material.chip.ChipDrawable) +androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$State calculateTargetState(androidx.lifecycle.LifecycleObserver) +com.xw.repo.bubbleseekbar.R$id: int action_bar_title +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader +com.turingtechnologies.materialscrollbar.R$styleable: int[] AppBarLayout +okio.ByteString: int lastIndexOf(okio.ByteString) +com.jaredrummler.android.colorpicker.R$attr: int queryHint +com.google.android.material.bottomnavigation.BottomNavigationMenuView: android.content.res.ColorStateList getIconTintList() +wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: java.lang.String getUnitId() +androidx.appcompat.R$styleable: int AppCompatTextView_autoSizeTextType +wangdaye.com.geometricweather.R$string: int settings_title_ui_style +retrofit2.Retrofit$1: java.lang.Object[] emptyArgs +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_35 +io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: ObservableRepeat$RepeatObserver(io.reactivex.Observer,long,io.reactivex.internal.disposables.SequentialDisposable,io.reactivex.ObservableSource) +com.google.android.material.R$style: int TextAppearance_AppCompat +com.google.android.material.button.MaterialButton: void setCornerRadius(int) +com.google.android.material.button.MaterialButtonToggleGroup: void setGeneratedIdIfNeeded(com.google.android.material.button.MaterialButton) +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder sslSocketFactory(javax.net.ssl.SSLSocketFactory) +androidx.fragment.R$id: int dialog_button +com.xw.repo.bubbleseekbar.R$id: int action_menu_presenter +wangdaye.com.geometricweather.R$styleable: int SwitchPreference_switchTextOff +wangdaye.com.geometricweather.R$styleable: int MotionScene_layoutDuringTransition +androidx.vectordrawable.animated.R$style: int TextAppearance_Compat_Notification_Title +com.google.android.material.R$attr: int drawableEndCompat +com.google.android.material.R$dimen: int mtrl_slider_widget_height +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowFixedHeightMajor +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Imperial Imperial +androidx.recyclerview.widget.RecyclerView: int getMaxFlingVelocity() +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeApparentTemperature +androidx.preference.R$attr: int listLayout +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_NULL_SHA +io.reactivex.Observable: io.reactivex.Observable mergeWith(io.reactivex.ObservableSource) +android.support.v4.os.IResultReceiver$Stub: boolean setDefaultImpl(android.support.v4.os.IResultReceiver) +androidx.preference.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation +com.google.android.material.R$styleable: int MaterialButton_iconTintMode +wangdaye.com.geometricweather.R$id: int src_in +com.google.android.material.R$attr: int activityChooserViewStyle +androidx.customview.R$styleable: int GradientColor_android_tileMode +cyanogenmod.media.MediaRecorder$AudioSource: int HOTWORD +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum Maximum +androidx.appcompat.R$styleable: int[] MenuGroup +okio.AsyncTimeout$2 +cyanogenmod.weather.IRequestInfoListener$Stub$Proxy: IRequestInfoListener$Stub$Proxy(android.os.IBinder) +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_editor_absoluteX +com.google.android.material.R$style: int Widget_AppCompat_SeekBar +androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customColorValue +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionMode +com.google.android.material.R$attr: int itemTextAppearance +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub$Proxy: void onWeatherServiceProviderChanged(java.lang.String) +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_begin +com.jaredrummler.android.colorpicker.R$attr: int enabled +androidx.transition.R$color: int notification_icon_bg_color +com.google.android.material.R$styleable: int NavigationView_itemShapeInsetTop +cyanogenmod.app.suggest.IAppSuggestProvider$Stub: int TRANSACTION_getSuggestions +wangdaye.com.geometricweather.R$id: int container_main_pollen_indicator +wangdaye.com.geometricweather.R$drawable: int flag_fr +wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setCityId(java.lang.String) +james.adaptiveicon.R$attr: int searchViewStyle +wangdaye.com.geometricweather.R$id: int search_badge +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: int[] getDisplayColorCalibration() +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintBottom_creator +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_borderWidth +okhttp3.Interceptor$Chain: okhttp3.Connection connection() +com.google.android.material.R$attr: int transitionDisable +okio.RealBufferedSink: okio.BufferedSink writeString(java.lang.String,int,int,java.nio.charset.Charset) +cyanogenmod.themes.ThemeManager: ThemeManager(android.content.Context) +wangdaye.com.geometricweather.R$color: int material_blue_grey_800 +retrofit2.ParameterHandler$Path: java.lang.String name +androidx.appcompat.resources.R$id: int icon_group +wangdaye.com.geometricweather.db.entities.LocationEntity: void setCityId(java.lang.String) +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_mini_dark +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat +okhttp3.internal.http2.Http2Connection: int maxConcurrentStreams() +cyanogenmod.app.ICustomTileListener$Stub: int TRANSACTION_onListenerConnected_0 +com.turingtechnologies.materialscrollbar.R$id: int mtrl_internal_children_alpha_tag +wangdaye.com.geometricweather.R$id: int postLayout +androidx.constraintlayout.widget.R$dimen: int abc_button_padding_vertical_material +androidx.lifecycle.Lifecycle +wangdaye.com.geometricweather.R$id: int searchIcon +cyanogenmod.weather.IRequestInfoListener$Stub: int TRANSACTION_onLookupCityRequestCompleted +androidx.work.impl.utils.futures.AbstractFuture$Failure$1: AbstractFuture$Failure$1(java.lang.String) +com.google.android.material.R$styleable: int BottomNavigationView_labelVisibilityMode +androidx.loader.R$drawable: R$drawable() +androidx.cardview.R$attr: int cardElevation +okhttp3.OkHttpClient$Builder: okhttp3.internal.tls.CertificateChainCleaner certificateChainCleaner +wangdaye.com.geometricweather.R$attr: int cardBackgroundColor +wangdaye.com.geometricweather.db.entities.LocationEntity: boolean getResidentPosition() +androidx.preference.R$drawable: int abc_btn_check_to_on_mtrl_015 +com.xw.repo.bubbleseekbar.R$attr: int actionBarPopupTheme +androidx.cardview.widget.CardView: boolean getPreventCornerOverlap() +cyanogenmod.media.MediaRecorder +wangdaye.com.geometricweather.R$attr: int colorControlActivated +com.turingtechnologies.materialscrollbar.R$attr: int iconifiedByDefault +wangdaye.com.geometricweather.R$attr: int iconEndPadding +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List ziwaixian +com.google.android.material.R$string: int abc_menu_space_shortcut_label +com.jaredrummler.android.colorpicker.R$attr: int fontFamily +okhttp3.internal.Internal: java.net.Socket deduplicate(okhttp3.ConnectionPool,okhttp3.Address,okhttp3.internal.connection.StreamAllocation) +android.didikee.donate.R$styleable: int ActionBar_subtitle +cyanogenmod.app.ThemeVersion$ThemeVersionImpl3: cyanogenmod.app.ThemeVersion$ComponentVersion getDeviceComponentVersion(cyanogenmod.app.ThemeComponent) +androidx.core.R$dimen: int notification_big_circle_margin +wangdaye.com.geometricweather.remoteviews.config.WeekWidgetConfigActivity +wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout: FitHorizontalSystemBarRootLayout(android.content.Context,android.util.AttributeSet) +androidx.lifecycle.SavedStateViewModelFactory: android.app.Application mApplication +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_24 io.reactivex.Observable: io.reactivex.Observable buffer(long,java.util.concurrent.TimeUnit,int) -androidx.preference.R$styleable: int Preference_iconSpaceReserved -okhttp3.internal.connection.StreamAllocation: okhttp3.EventListener eventListener -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit getInstance(java.lang.String) -androidx.drawerlayout.R$layout: R$layout() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric: AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: void setValue(java.util.List) -io.reactivex.Observable: io.reactivex.Single elementAt(long,java.lang.Object) -cyanogenmod.alarmclock.ClockContract -androidx.appcompat.R$dimen: int abc_action_bar_stacked_max_height -wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: RoundProgress(android.content.Context,android.util.AttributeSet) -cyanogenmod.externalviews.KeyguardExternalView: void onLockscreenSlideOffsetChanged(float) -com.google.android.material.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog_Flush -androidx.preference.R$styleable: int GradientColor_android_endY -wangdaye.com.geometricweather.R$string: int mtrl_badge_numberless_content_description -androidx.lifecycle.CompositeGeneratedAdaptersObserver: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) -com.google.android.material.R$style: int Widget_AppCompat_ActionMode -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TimePicker -com.turingtechnologies.materialscrollbar.R$attr: int paddingEnd -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeIcePrecipitationDuration -androidx.appcompat.widget.AppCompatRadioButton: void setButtonDrawable(int) -androidx.appcompat.widget.AppCompatEditText: android.view.textclassifier.TextClassifier getTextClassifier() -androidx.coordinatorlayout.R$id: int accessibility_custom_action_14 -com.google.android.material.R$styleable: int AppCompatSeekBar_android_thumb -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_content_inset_material -io.reactivex.Observable: io.reactivex.Observable compose(io.reactivex.ObservableTransformer) -cyanogenmod.app.ICMStatusBarManager$Stub -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun: long EpochRise -com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_buttonIconDimen -com.google.android.material.R$attr: int snackbarTextViewStyle -com.google.android.material.R$styleable: int Toolbar_menu -wangdaye.com.geometricweather.R$layout: int preference_widget_switch_compat -androidx.preference.R$styleable: int AnimatedStateListDrawableTransition_android_fromId -cyanogenmod.weatherservice.ServiceRequestResult$Builder: cyanogenmod.weather.WeatherInfo mWeatherInfo -okhttp3.internal.http2.StreamResetException: okhttp3.internal.http2.ErrorCode errorCode -wangdaye.com.geometricweather.R$string: int settings_summary_unit -androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityPaused(android.app.Activity) -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintStart_toEndOf -wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity -androidx.appcompat.R$attr: int collapseContentDescription -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ListView_Menu -retrofit2.BuiltInConverters$ToStringConverter: java.lang.Object convert(java.lang.Object) -androidx.dynamicanimation.R$integer: int status_bar_notification_info_maxnum -com.bumptech.glide.integration.okhttp.R$color: int notification_icon_bg_color -com.google.android.material.R$attr: int arrowHeadLength -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_CLOCK_TEXT_COLOR -androidx.constraintlayout.widget.R$id: int search_src_text -androidx.appcompat.resources.R$id: int tag_screen_reader_focusable -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_contentInsetEnd -androidx.legacy.coreutils.R$drawable: int notification_icon_background -android.didikee.donate.R$dimen: int abc_button_padding_horizontal_material -wangdaye.com.geometricweather.R$color: int abc_color_highlight_material -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_saveFlags -io.reactivex.internal.observers.DeferredScalarDisposable -androidx.vectordrawable.animated.R$attr: int font -com.google.android.material.card.MaterialCardView: void setCheckedIconMarginResource(int) -io.reactivex.Observable: io.reactivex.Observable retry(long) -com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_startY -com.google.android.material.progressindicator.ProgressIndicator: com.google.android.material.progressindicator.ProgressIndicatorSpec getSpec() -com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_dialogMessage -com.google.android.material.R$string: int path_password_eye_mask_strike_through -androidx.work.R$layout: int notification_template_part_time -okhttp3.internal.Util: okio.ByteString UTF_16_BE_BOM -com.google.android.material.R$style: int Base_V21_Theme_MaterialComponents -retrofit2.BuiltInConverters: retrofit2.Converter requestBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],java.lang.annotation.Annotation[],retrofit2.Retrofit) -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_android_hint -okhttp3.internal.ws.WebSocketProtocol: int B0_FLAG_FIN -io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWetBulbTemperature(java.lang.Integer) -com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft -com.google.android.material.slider.Slider: int getTrackHeight() -cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType THEME_REMOVED -wangdaye.com.geometricweather.R$attr: int listPopupWindowStyle -androidx.appcompat.resources.R$styleable: int GradientColor_android_startX -androidx.preference.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable -io.reactivex.internal.subscriptions.DeferredScalarSubscription: int FUSED_EMPTY -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.Date updateDate -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: java.lang.String value -androidx.hilt.R$anim: int fragment_fast_out_extra_slow_in -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: int IconCode -androidx.constraintlayout.widget.R$attr: int layout_goneMarginBottom -com.google.android.material.R$attr: int materialCardViewStyle -com.google.android.material.R$styleable: int KeyPosition_motionTarget -androidx.constraintlayout.widget.R$dimen: int notification_small_icon_background_padding -james.adaptiveicon.R$styleable: int SearchView_android_focusable -wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: void setIconResStart(int) -com.google.android.material.slider.Slider: android.content.res.ColorStateList getThumbStrokeColor() -androidx.vectordrawable.animated.R$attr: R$attr() -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.Wind wind -okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RealConnection findConnection(int,int,int,int,boolean) -retrofit2.KotlinExtensions$awaitResponse$2$2: void onResponse(retrofit2.Call,retrofit2.Response) -androidx.constraintlayout.widget.R$color: int switch_thumb_disabled_material_light -androidx.activity.R$dimen: int notification_media_narrow_margin -cyanogenmod.providers.CMSettings$System: java.lang.String ASSIST_WAKE_SCREEN -cyanogenmod.providers.WeatherContract$WeatherColumns -cyanogenmod.app.Profile$NotificationLightMode -androidx.appcompat.R$id: int tag_screen_reader_focusable -wangdaye.com.geometricweather.R$drawable: int notif_temp_124 -androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_ttcIndex -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: java.util.List alerts -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWetBulbTemperature(java.lang.Integer) -com.google.android.material.textfield.TextInputLayout: int getBaseline() -io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: void truncate() -james.adaptiveicon.R$attr: int contentInsetStart -wangdaye.com.geometricweather.R$string: int widget_day_week -okhttp3.internal.connection.RealConnection: int MAX_TUNNEL_ATTEMPTS -cyanogenmod.weather.WeatherInfo: int access$502(cyanogenmod.weather.WeatherInfo,int) -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_editor_absoluteX -james.adaptiveicon.R$attr: int buttonStyle -cyanogenmod.power.PerformanceManager: int PROFILE_POWER_SAVE -com.google.android.material.R$attr: int chipIconEnabled -cyanogenmod.app.CustomTile$Builder: android.app.PendingIntent mOnLongClick -com.xw.repo.bubbleseekbar.R$attr: int fontProviderPackage -io.reactivex.internal.util.VolatileSizeArrayList: long serialVersionUID -com.google.android.material.textfield.TextInputLayout: android.widget.TextView getPrefixTextView() -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_thumb_color -androidx.preference.R$attr: int actionBarStyle -com.turingtechnologies.materialscrollbar.R$id: int default_activity_button -com.google.android.material.R$styleable: int FontFamilyFont_android_fontStyle -com.google.android.material.checkbox.MaterialCheckBox: MaterialCheckBox(android.content.Context,android.util.AttributeSet,int) -retrofit2.Utils: java.lang.reflect.Type getParameterUpperBound(int,java.lang.reflect.ParameterizedType) -com.turingtechnologies.materialscrollbar.R$attr: int spinnerDropDownItemStyle -okhttp3.ResponseBody: okhttp3.ResponseBody create(okhttp3.MediaType,okio.ByteString) -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float rain -com.google.android.material.R$color: int design_dark_default_color_primary_variant -okhttp3.Cache$2: java.lang.String nextUrl -okhttp3.EventListener: void callStart(okhttp3.Call) -com.google.android.material.R$attr: int expandedHintEnabled -cyanogenmod.app.CMTelephonyManager: void setDataConnectionSelectedOnSub(int) -androidx.appcompat.R$id: int checkbox -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Toolbar -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: void setDisposable(io.reactivex.disposables.Disposable) -androidx.vectordrawable.R$attr -androidx.appcompat.resources.R$dimen: int notification_subtext_size -androidx.viewpager2.R$id: int line1 -wangdaye.com.geometricweather.R$id: int widget_day_week_title -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBarLayout_android_layout_gravity -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator LOCKSCREEN_PIN_SCRAMBLE_LAYOUT_VALIDATOR -androidx.recyclerview.R$id: int accessibility_custom_action_28 -wangdaye.com.geometricweather.R$id: int cpv_color_panel_new -okhttp3.logging.LoggingEventListener$Factory -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ListView_DropDown -okhttp3.internal.http2.Http2: byte FLAG_END_PUSH_PROMISE -james.adaptiveicon.R$id: int time -cyanogenmod.externalviews.KeyguardExternalView: java.lang.String access$400() -androidx.appcompat.R$id: int accessibility_custom_action_24 -com.google.android.material.R$styleable: int TabLayout_tabBackground -wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_AppbarTheme_Light -io.reactivex.internal.functions.Functions$HashSetCallable: io.reactivex.internal.functions.Functions$HashSetCallable valueOf(java.lang.String) -com.google.android.material.R$styleable: int MockView_mock_diagonalsColor -okhttp3.Cache$2: boolean hasNext() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean images -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox -androidx.lifecycle.MediatorLiveData$Source: androidx.lifecycle.LiveData mLiveData -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Display1 -androidx.drawerlayout.R$style: int TextAppearance_Compat_Notification_Info -com.xw.repo.bubbleseekbar.R$dimen: int tooltip_margin -wangdaye.com.geometricweather.R$id: int confirm_button -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling Cooling -io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: void subscribeNext() -androidx.constraintlayout.widget.R$attr: int expandActivityOverflowButtonDrawable -wangdaye.com.geometricweather.R$styleable: int Preference_android_iconSpaceReserved -okhttp3.internal.tls.DistinguishedNameParser: java.lang.String escapedAV() -cyanogenmod.weather.WeatherInfo: double access$602(cyanogenmod.weather.WeatherInfo,double) -wangdaye.com.geometricweather.R$styleable: int Layout_minWidth -com.google.android.material.R$styleable: int MaterialCalendarItem_itemShapeAppearance +com.turingtechnologies.materialscrollbar.R$attr: int listChoiceBackgroundIndicator +com.turingtechnologies.materialscrollbar.R$color: int material_grey_300 +wangdaye.com.geometricweather.R$drawable: int notif_temp_138 +io.reactivex.internal.subscriptions.BasicIntQueueSubscription: void cancel() +androidx.appcompat.widget.AppCompatImageButton: AppCompatImageButton(android.content.Context,android.util.AttributeSet) +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: boolean done +androidx.constraintlayout.widget.R$attr: int isLightTheme androidx.activity.R$dimen: int notification_main_column_padding_top -com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getPasswordVisibilityToggleContentDescription() -com.turingtechnologies.materialscrollbar.AlphabetIndicator: AlphabetIndicator(android.content.Context) -com.google.android.material.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText -wangdaye.com.geometricweather.R$style: int notification_title_text -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature: AccuCurrentResult$WetBulbTemperature() -androidx.constraintlayout.widget.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_1 -com.jaredrummler.android.colorpicker.R$dimen: int disabled_alpha_material_dark -wangdaye.com.geometricweather.R$id: int rectangles -com.google.android.material.R$style: int Base_Theme_AppCompat_Dialog_FixedSize -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float getThunderstorm() -cyanogenmod.providers.CMSettings$System: java.lang.String HIGH_TOUCH_SENSITIVITY_ENABLE -androidx.appcompat.R$styleable: int SwitchCompat_thumbTintMode -com.google.android.material.R$dimen: int design_textinput_caption_translate_y -cyanogenmod.app.ProfileGroup: void validateOverrideUris(android.content.Context) -cyanogenmod.app.PartnerInterface: int ZEN_MODE_NO_INTERRUPTIONS -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: int type -okio.GzipSink: void close() -wangdaye.com.geometricweather.R$id: int container_main_sun_moon_phaseText -io.reactivex.internal.subscribers.StrictSubscriber: java.util.concurrent.atomic.AtomicReference upstream -com.google.android.material.internal.NavigationMenuItemView: void setIconSize(int) -androidx.preference.R$dimen: int abc_text_size_menu_header_material -cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent UNKNOWN +okhttp3.internal.connection.StreamAllocation: java.lang.String toString() +androidx.viewpager2.widget.ViewPager2$SavedState +okhttp3.internal.connection.StreamAllocation$StreamAllocationReference +io.reactivex.internal.observers.BasicIntQueueDisposable: boolean offer(java.lang.Object,java.lang.Object) +androidx.preference.R$id: int decor_content_parent +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: void onComplete() +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_translationZ +androidx.hilt.R$attr: int ttcIndex +wangdaye.com.geometricweather.R$id: int search_bar +com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Widget_AppCompat_Toolbar +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: CaiYunMainlyResult$AlertsBean$DefenseBean() +androidx.room.RoomDatabase$JournalMode: androidx.room.RoomDatabase$JournalMode WRITE_AHEAD_LOGGING +wangdaye.com.geometricweather.R$string: int widget_day +androidx.appcompat.R$style: int Widget_AppCompat_Spinner +androidx.constraintlayout.widget.R$attr: int actionMenuTextColor +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeTotalPrecipitationDuration(java.lang.Float) +okhttp3.OkHttpClient: okhttp3.internal.cache.InternalCache internalCache() +com.google.android.material.R$styleable: int Transform_android_translationZ +androidx.lifecycle.extensions.R$style: int TextAppearance_Compat_Notification_Time +androidx.coordinatorlayout.R$dimen: int notification_right_side_padding_top +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: java.util.List getValue() +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int HEAVY_SNOW +wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.String TABLENAME +wangdaye.com.geometricweather.db.entities.DailyEntityDao: boolean isEntityUpdateable() +wangdaye.com.geometricweather.db.entities.LocationEntity: void setResidentPosition(boolean) +wangdaye.com.geometricweather.R$id: int test_radiobutton_android_button_tint +com.jaredrummler.android.colorpicker.ColorPickerView: int getPaddingBottom() +androidx.activity.R$layout: int notification_action +com.google.android.material.R$styleable: int Chip_chipSurfaceColor +android.didikee.donate.R$style: int Widget_AppCompat_Toolbar_Button_Navigation +okhttp3.MediaType: java.lang.String TOKEN +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedEmitLast: java.util.concurrent.atomic.AtomicInteger wip +wangdaye.com.geometricweather.R$styleable: int MenuView_android_headerBackground +okhttp3.logging.HttpLoggingInterceptor$Logger +com.google.android.material.timepicker.TimePickerView: TimePickerView(android.content.Context,android.util.AttributeSet) +androidx.preference.R$style: int ThemeOverlay_AppCompat_DayNight_ActionBar +wangdaye.com.geometricweather.R$styleable: int PreferenceFragmentCompat_android_dividerHeight +cyanogenmod.profiles.AirplaneModeSettings: boolean isOverride() +com.google.android.material.R$styleable: int BottomAppBar_paddingRightSystemWindowInsets +okhttp3.internal.tls.DistinguishedNameParser: DistinguishedNameParser(javax.security.auth.x500.X500Principal) +androidx.customview.R$attr +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Button_Borderless +okhttp3.internal.http2.Hpack$Reader: void readIndexedHeader(int) +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPathRenderer: float getAlpha() +com.google.android.material.R$styleable: int[] RadialViewGroup +com.google.android.material.appbar.MaterialToolbar: MaterialToolbar(android.content.Context,android.util.AttributeSet) +androidx.recyclerview.R$id: int accessibility_custom_action_21 +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_menu_share_mtrl_alpha +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart +androidx.appcompat.resources.R$id: int accessibility_action_clickable_span +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property Time +com.jaredrummler.android.colorpicker.R$id: int decor_content_parent +james.adaptiveicon.R$drawable: int notification_action_background +androidx.preference.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title +androidx.recyclerview.R$drawable: int notification_template_icon_low_bg +com.google.android.material.R$styleable: int KeyPosition_curveFit +androidx.fragment.R$dimen: int notification_content_margin_start +org.greenrobot.greendao.AbstractDao: void insertInTx(java.lang.Iterable,boolean) +androidx.drawerlayout.R$dimen: int notification_action_icon_size +okhttp3.internal.http2.Http2Connection$Listener: Http2Connection$Listener() +wangdaye.com.geometricweather.R$attr: int motion_triggerOnCollision +wangdaye.com.geometricweather.R$layout: int cpv_preference_square_large +androidx.appcompat.widget.SearchView: SearchView(android.content.Context,android.util.AttributeSet) +com.xw.repo.bubbleseekbar.R$id: int top +androidx.appcompat.widget.SearchView$SearchAutoComplete: int getSearchViewTextMinWidthDp() +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex +io.reactivex.internal.observers.BasicIntQueueDisposable: BasicIntQueueDisposable() +com.google.android.material.R$style: int Widget_MaterialComponents_Chip_Filter +james.adaptiveicon.R$style: int Widget_AppCompat_EditText +james.adaptiveicon.R$attr: int initialActivityCount +androidx.constraintlayout.widget.R$drawable: int abc_btn_check_to_on_mtrl_000 +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: ObservableRangeLong$RangeDisposable(io.reactivex.Observer,long,long) +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: CNWeatherResult$HourlyForecast() +okhttp3.internal.ws.WebSocketReader$FrameCallback: void onReadMessage(java.lang.String) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getWindSpeedStart() +wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_drawableSize +androidx.preference.R$styleable: int AppCompatTheme_panelMenuListTheme +androidx.constraintlayout.widget.R$id: int triangle +james.adaptiveicon.R$styleable: int MenuGroup_android_checkableBehavior +androidx.constraintlayout.widget.R$attr: int titleMarginStart +io.reactivex.Observable: io.reactivex.Single elementAtOrError(long) +androidx.lifecycle.AbstractSavedStateViewModelFactory: void onRequery(androidx.lifecycle.ViewModel) +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse +wangdaye.com.geometricweather.R$id: int activity_widget_config_container +com.google.android.material.slider.BaseSlider: void setValuesInternal(java.util.ArrayList) +wangdaye.com.geometricweather.R$drawable: int notif_temp_129 +android.didikee.donate.R$anim +androidx.customview.R$drawable: int notification_bg_low_pressed +com.google.android.material.R$styleable: int[] Transition +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem +cyanogenmod.os.Concierge: cyanogenmod.os.Concierge$ParcelInfo prepareParcel(android.os.Parcel) +androidx.coordinatorlayout.R$styleable: int GradientColorItem_android_offset +com.bumptech.glide.integration.okhttp.R$id: int icon +cyanogenmod.app.CustomTile$ExpandedStyle: int NO_STYLE +cyanogenmod.app.suggest.IAppSuggestManager: boolean handles(android.content.Intent) +okhttp3.CipherSuite +com.google.android.material.R$dimen: int design_bottom_navigation_active_item_max_width +com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_android_orientation +wangdaye.com.geometricweather.R$dimen: int abc_text_size_body_1_material +com.bumptech.glide.load.engine.DecodeJob$RunReason: com.bumptech.glide.load.engine.DecodeJob$RunReason SWITCH_TO_SOURCE_SERVICE +cyanogenmod.app.PartnerInterface: void rebootDevice() +io.reactivex.exceptions.MissingBackpressureException +com.github.rahatarmanahmed.cpv.CircularProgressView: android.animation.ValueAnimator progressAnimator +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Dialog_FixedSize +androidx.appcompat.resources.R$styleable: int GradientColorItem_android_color +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_setVibratorIntensity +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_subtitleTextAppearance +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Body2 +okio.Okio$3: okio.Timeout timeout() +cyanogenmod.providers.DataUsageContract: int COLUMN_OF_SLOW_SAMPLES +com.google.android.material.R$style: int Base_Widget_AppCompat_SearchView_ActionBar +james.adaptiveicon.R$styleable: int AppCompatTheme_radioButtonStyle +androidx.viewpager2.R$styleable: int FontFamilyFont_android_font +androidx.appcompat.R$attr: int color +wangdaye.com.geometricweather.R$style: int Widget_Design_AppBarLayout +okhttp3.ConnectionPool$1 +cyanogenmod.app.Profile: void getXmlString(java.lang.StringBuilder,android.content.Context) +cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo build() +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_large_material +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +io.reactivex.Observable: io.reactivex.Observable takeWhile(io.reactivex.functions.Predicate) +wangdaye.com.geometricweather.background.polling.work.worker.NormalUpdateWorker +androidx.appcompat.widget.Toolbar: void setCollapseIcon(android.graphics.drawable.Drawable) +androidx.appcompat.R$styleable: int MenuItem_android_alphabeticShortcut +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: void dispose() +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: java.lang.Object item +com.google.android.material.imageview.ShapeableImageView: com.google.android.material.shape.ShapeAppearanceModel getShapeAppearanceModel() +androidx.vectordrawable.R$styleable: int[] FontFamilyFont +wangdaye.com.geometricweather.R$dimen: int material_cursor_width +androidx.preference.R$dimen: int abc_text_size_menu_material +okhttp3.internal.Util: Util() +com.google.android.material.button.MaterialButton: void setStrokeColorResource(int) +androidx.appcompat.resources.R$styleable: int FontFamily_fontProviderFetchTimeout +cyanogenmod.app.Profile: cyanogenmod.profiles.ConnectionSettings getConnectionSettingWithSubId(int) +cyanogenmod.weather.WeatherLocation: int describeContents() +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Spinner +androidx.preference.R$color: int material_grey_800 +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SEVERE_THUNDERSTORMS +wangdaye.com.geometricweather.db.entities.DailyEntity: void setHoursOfSun(float) +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem +wangdaye.com.geometricweather.R$attr: int closeIconVisible +cyanogenmod.externalviews.IExternalViewProvider: void onStart() +androidx.preference.R$styleable: int AppCompatTheme_actionModeBackground +wangdaye.com.geometricweather.R$attr: int arrowHeadLength +android.didikee.donate.R$attr: int buttonBarNegativeButtonStyle +okhttp3.Response$Builder: long receivedResponseAtMillis +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_height +wangdaye.com.geometricweather.R$attr: int fastScrollHorizontalTrackDrawable +com.google.android.material.card.MaterialCardView: void setPreventCornerOverlap(boolean) +wangdaye.com.geometricweather.R$layout: int material_clock_period_toggle +com.google.android.material.R$styleable: int Chip_shapeAppearanceOverlay +androidx.coordinatorlayout.R$id: int accessibility_custom_action_8 +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_toolbarId +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse +cyanogenmod.externalviews.ExternalView$4: ExternalView$4(cyanogenmod.externalviews.ExternalView) +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title +okio.Base64: java.lang.String encodeUrl(byte[]) +androidx.preference.R$attr: int colorBackgroundFloating +com.jaredrummler.android.colorpicker.R$attr: int color +wangdaye.com.geometricweather.R$styleable: int DialogPreference_dialogLayout +androidx.vectordrawable.R$dimen: int notification_right_icon_size +wangdaye.com.geometricweather.R$style: int my_switch +retrofit2.ParameterHandler$RawPart: void apply(retrofit2.RequestBuilder,java.lang.Object) +com.google.android.material.R$dimen: int design_bottom_navigation_label_padding +wangdaye.com.geometricweather.R$string: int settings_title_notification_color +wangdaye.com.geometricweather.db.entities.HourlyEntity: HourlyEntity() +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver +android.didikee.donate.R$styleable: int AppCompatTheme_actionModePopupWindowStyle +androidx.dynamicanimation.R$style: int TextAppearance_Compat_Notification_Title +com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_padding_top_material +okhttp3.logging.HttpLoggingInterceptor: void redactHeader(java.lang.String) +android.didikee.donate.R$anim: int abc_fade_in +james.adaptiveicon.R$drawable: int abc_list_selector_background_transition_holo_light +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle +androidx.appcompat.resources.R$styleable: int[] AnimatedStateListDrawableItem +okhttp3.internal.http.RetryAndFollowUpInterceptor: okhttp3.Request followUpRequest(okhttp3.Response,okhttp3.Route) +androidx.appcompat.resources.R$id: int accessibility_custom_action_10 +com.xw.repo.bubbleseekbar.R$anim: int abc_slide_in_bottom +wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree getNighttimeWindDegree() +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintDimensionRatio +okio.RealBufferedSink: java.io.OutputStream outputStream() +androidx.coordinatorlayout.R$styleable +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Minimum Minimum +androidx.appcompat.R$dimen: int abc_dialog_min_width_major +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Body1 +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_AUTO_OUTDOOR_MODE_VALIDATOR +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_toRightOf +com.google.android.material.R$id: int mtrl_calendar_months +androidx.appcompat.view.menu.MenuPopupHelper +cyanogenmod.library.R$attr +james.adaptiveicon.R$style: int Base_Theme_AppCompat_DialogWhenLarge +io.reactivex.exceptions.ProtocolViolationException: ProtocolViolationException(java.lang.String) +okhttp3.TlsVersion: java.util.List forJavaNames(java.lang.String[]) +com.google.android.material.switchmaterial.SwitchMaterial: android.content.res.ColorStateList getMaterialThemeColorsThumbTintList() +wangdaye.com.geometricweather.R$dimen: int abc_action_bar_icon_vertical_padding_material +com.google.android.material.navigation.NavigationView: void setCheckedItem(int) +com.google.android.material.R$styleable: int[] SwitchMaterial +androidx.appcompat.R$style: int ThemeOverlay_AppCompat_DayNight_ActionBar +com.bumptech.glide.R$drawable: int notification_bg_low +io.reactivex.Observable: io.reactivex.Observable concatMapEagerDelayError(io.reactivex.functions.Function,boolean) +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_DrawerArrowToggle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Imperial: double Value +wangdaye.com.geometricweather.R$id: int shortcut +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void drainLoop() +androidx.constraintlayout.widget.R$styleable: int Constraint_android_visibility +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_numericShortcut +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Medium +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_firstHorizontalBias +androidx.appcompat.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar +okhttp3.internal.http1.Http1Codec$ChunkedSource: void readChunkSize() +io.reactivex.Observable: io.reactivex.Observable doFinally(io.reactivex.functions.Action) com.google.android.material.R$styleable: int MenuGroup_android_id -cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: ICMStatusBarManager$Stub$Proxy(android.os.IBinder) -com.google.android.material.R$dimen: int abc_dialog_fixed_width_major -androidx.constraintlayout.widget.ConstraintLayout: int getMinWidth() -com.google.android.material.R$styleable: int TextInputLayout_passwordToggleTint -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: void onError(java.lang.Throwable) -androidx.preference.R$attr: int listChoiceIndicatorSingleAnimated -okhttp3.Cache$CacheRequestImpl$1: okhttp3.Cache$CacheRequestImpl this$1 -okhttp3.Response: long sentRequestAtMillis -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String getPrecipitationTextWithoutUnit(float) -androidx.fragment.R$string -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Metric: int UnitType -io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: void dispose() -wangdaye.com.geometricweather.R$id: int container_main_sun_moon_phaseView -androidx.constraintlayout.widget.R$styleable: int OnSwipe_dragDirection -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode -androidx.lifecycle.extensions.R$dimen: int compat_notification_large_icon_max_width -okhttp3.internal.cache2.Relay$RelaySource: void close() -okio.Util: int reverseBytesInt(int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult -com.xw.repo.bubbleseekbar.R$attr: int indeterminateProgressStyle -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.Wind getWind() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: void setLogo(java.lang.String) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: int getWindowFlags() -wangdaye.com.geometricweather.R$id: int widget_clock_day_todayTemp -androidx.preference.R$style: int Platform_ThemeOverlay_AppCompat -com.jaredrummler.android.colorpicker.R$attr: int spanCount -androidx.appcompat.R$style: int Widget_Compat_NotificationActionText -androidx.constraintlayout.widget.Guideline: void setGuidelinePercent(float) -com.google.android.material.appbar.CollapsingToolbarLayout: void setStatusBarScrimColor(int) -androidx.preference.R$styleable: int TextAppearance_android_shadowDx -com.google.android.material.R$attr: int itemTextAppearance -com.google.android.material.R$styleable: int Insets_paddingRightSystemWindowInsets -android.didikee.donate.R$attr: int checkboxStyle -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: void setDataConnectionState(boolean) -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: java.lang.String feelslike_c -com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Widget_AppCompat_EditText -com.google.android.material.tabs.TabLayout: int getTabMode() -androidx.appcompat.widget.SwitchCompat: boolean getTargetCheckedState() -com.google.android.material.R$color: int design_default_color_on_primary -com.turingtechnologies.materialscrollbar.TouchScrollBar: TouchScrollBar(android.content.Context,android.util.AttributeSet) -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_active_item_min_width -io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: void clear() -retrofit2.Response: java.lang.String toString() -androidx.lifecycle.LiveData: void observeForever(androidx.lifecycle.Observer) -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Caption -androidx.constraintlayout.widget.ConstraintHelper -io.reactivex.internal.observers.InnerQueuedObserver -com.jaredrummler.android.colorpicker.R$attr: int cpv_previewSize -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_toolbarStyle -retrofit2.converter.gson.GsonConverterFactory -com.google.android.material.progressindicator.ProgressIndicator: com.google.android.material.progressindicator.DrawingDelegate getCurrentDrawingDelegate() -wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: java.util.concurrent.atomic.AtomicReference upstream -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_IME_SWITCHER_VALIDATOR -com.google.android.material.R$style: int Widget_Design_NavigationView -androidx.work.R$bool: int enable_system_foreground_service_default -okhttp3.internal.cache.InternalCache: void remove(okhttp3.Request) -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.HalfDay day() -io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: void setResource(io.reactivex.disposables.Disposable) -androidx.preference.R$styleable: int Preference_enabled -io.reactivex.internal.subscriptions.EmptySubscription: io.reactivex.internal.subscriptions.EmptySubscription INSTANCE -cyanogenmod.providers.CMSettings$Secure: java.lang.String LOCKSCREEN_VISUALIZER_ENABLED -wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: boolean isValid() -androidx.customview.R$styleable: int GradientColor_android_centerY -com.google.android.material.slider.BaseSlider: int getAccessibilityFocusedVirtualViewId() -cyanogenmod.externalviews.KeyguardExternalView: android.os.IBinder access$202(cyanogenmod.externalviews.KeyguardExternalView,android.os.IBinder) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List ziwaixian -wangdaye.com.geometricweather.R$styleable: int[] KeyFramesVelocity -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_132 -androidx.preference.R$id: int tabMode -wangdaye.com.geometricweather.R$attr: int closeIconStartPadding -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintVertical_chainStyle -androidx.legacy.coreutils.R$styleable: int ColorStateListItem_android_color -cyanogenmod.weather.WeatherLocation: java.lang.String getCity() -wangdaye.com.geometricweather.R$dimen: int mtrl_shape_corner_size_large_component -okhttp3.internal.connection.RealConnection: java.net.Socket socket() -okhttp3.internal.cache2.Relay: boolean isClosed() -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_counterMaxLength -androidx.recyclerview.R$id -com.bumptech.glide.integration.okhttp.R$id: int async -cyanogenmod.app.CustomTileListenerService: cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper access$100(cyanogenmod.app.CustomTileListenerService) -androidx.customview.R$styleable: int GradientColorItem_android_offset -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: boolean setDisposable(io.reactivex.disposables.Disposable,int) -androidx.coordinatorlayout.R$dimen: int compat_button_inset_vertical_material -retrofit2.adapter.rxjava2.CallExecuteObservable$CallDisposable: CallExecuteObservable$CallDisposable(retrofit2.Call) -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_Layout_layout_scrollInterpolator +androidx.dynamicanimation.R$styleable: int FontFamilyFont_android_ttcIndex +com.google.android.material.chip.Chip: void setTextAppearance(com.google.android.material.resources.TextAppearance) +okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner: boolean equals(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_maxLines +james.adaptiveicon.R$color: int material_grey_100 +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_normalContainer +com.google.android.material.R$string: int fab_transformation_scrim_behavior +androidx.legacy.coreutils.R$id: int info +com.google.android.material.R$id: int info +com.jaredrummler.android.colorpicker.R$color: int abc_search_url_text_selected +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property District james.adaptiveicon.R$styleable: int DrawerArrowToggle_drawableSize -io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: long serialVersionUID -androidx.customview.R$style: int TextAppearance_Compat_Notification_Title -io.reactivex.Observable: io.reactivex.Observable buffer(long,java.util.concurrent.TimeUnit) -com.google.android.material.R$styleable: int ProgressIndicator_android_indeterminate -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse -cyanogenmod.app.ICMTelephonyManager -wangdaye.com.geometricweather.R$attr: int textAppearanceListItemSecondary -androidx.preference.R$style: int Base_V7_Theme_AppCompat_Light -com.google.android.material.appbar.CollapsingToolbarLayout: long getScrimAnimationDuration() -androidx.appcompat.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item -androidx.preference.R$style: int Platform_V25_AppCompat_Light -androidx.constraintlayout.widget.R$dimen: int highlight_alpha_material_light -cyanogenmod.power.IPerformanceManager$Stub -james.adaptiveicon.R$dimen: int notification_large_icon_height -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_5 -io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: boolean isDisposed() -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day -com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_check_material -okhttp3.MultipartBody$Part: MultipartBody$Part(okhttp3.Headers,okhttp3.RequestBody) -wangdaye.com.geometricweather.R$color: int design_default_color_error -okhttp3.Response -androidx.preference.R$drawable: int abc_ic_search_api_material -androidx.appcompat.widget.DialogTitle -com.turingtechnologies.materialscrollbar.R$styleable: int[] ActionBar -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow: java.lang.Float cumul12H -androidx.hilt.lifecycle.R$dimen: int notification_top_pad -cyanogenmod.profiles.AirplaneModeSettings: int mValue -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder connectionPool(okhttp3.ConnectionPool) -wangdaye.com.geometricweather.R$style: int Base_V7_Theme_AppCompat_Light_Dialog -com.turingtechnologies.materialscrollbar.R$interpolator: R$interpolator() -james.adaptiveicon.R$dimen: int tooltip_precise_anchor_extra_offset -android.didikee.donate.R$styleable: int Toolbar_titleMargins -androidx.hilt.work.R$id: int accessibility_custom_action_18 -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void onError(java.lang.Throwable) -com.google.android.material.R$id: int material_value_index -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void dispose() -com.xw.repo.bubbleseekbar.R$id: int search_plate -com.google.android.material.R$styleable: int Slider_tickColorInactive -androidx.constraintlayout.widget.R$attr: int maxButtonHeight -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -retrofit2.http.Path: java.lang.String value() -androidx.core.R$styleable: R$styleable() -james.adaptiveicon.R$color: int ripple_material_light -androidx.constraintlayout.widget.R$string: int abc_menu_space_shortcut_label -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String weatherText -okio.Okio: okio.Sink sink(java.nio.file.Path,java.nio.file.OpenOption[]) -wangdaye.com.geometricweather.R$styleable: int[] AlertDialog -okhttp3.internal.http.RealResponseBody: okhttp3.MediaType contentType() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean getYesterday() -okhttp3.internal.cache.DiskLruCache: long maxSize -androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type BOTTOM -com.google.android.material.R$animator: int mtrl_btn_state_list_anim -james.adaptiveicon.R$drawable: int abc_item_background_holo_light -wangdaye.com.geometricweather.R$styleable: int ImageFilterView_warmth -com.jaredrummler.android.colorpicker.R$styleable: int ViewStubCompat_android_layout -com.bumptech.glide.R$id: int text -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_ActionBar -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_textinput_box_stroke_width_focused -androidx.cardview.R$attr: int cardCornerRadius -cyanogenmod.app.ProfileManager: cyanogenmod.app.ProfileGroup getActiveProfileGroup(java.lang.String) -com.google.android.material.R$dimen: int mtrl_calendar_pre_l_text_clip_padding -androidx.preference.R$color: int switch_thumb_normal_material_dark -android.didikee.donate.R$layout: int abc_screen_simple -androidx.recyclerview.R$style: int Widget_Compat_NotificationActionContainer -okhttp3.Response$Builder: okhttp3.Response$Builder protocol(okhttp3.Protocol) -androidx.fragment.R$layout: int notification_action_tombstone -com.turingtechnologies.materialscrollbar.R$attr: int activityChooserViewStyle -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability precipitationProbability -wangdaye.com.geometricweather.R$attr: int editTextBackground -com.google.android.material.R$styleable: int[] ImageFilterView -androidx.customview.R$style: R$style() -james.adaptiveicon.R$style: int Platform_V25_AppCompat -com.xw.repo.bubbleseekbar.R$bool: int abc_config_actionMenuItemAllCaps -com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar -okhttp3.Headers: Headers(okhttp3.Headers$Builder) -androidx.activity.ComponentActivity -james.adaptiveicon.R$dimen: int notification_top_pad -androidx.appcompat.R$attr: int popupWindowStyle -retrofit2.HttpServiceMethod$CallAdapted -androidx.preference.R$attr: int textAppearanceListItemSmall -com.jaredrummler.android.colorpicker.R$style: int Preference_DropDown -androidx.appcompat.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight -wangdaye.com.geometricweather.R$drawable: int ic_alipay -com.google.android.material.R$dimen: int design_snackbar_padding_horizontal -androidx.hilt.work.R$styleable: int FontFamilyFont_font -cyanogenmod.weather.WeatherInfo: int mTempUnit -android.didikee.donate.R$drawable: int abc_list_selector_background_transition_holo_light -okhttp3.internal.http2.Http2Connection: int lastGoodStreamId -androidx.constraintlayout.widget.ConstraintHelper: ConstraintHelper(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$styleable: int CardView_contentPaddingRight -androidx.viewpager2.R$id: int accessibility_custom_action_25 -okio.RealBufferedSink$1: void close() -io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Imperial: int UnitType -androidx.preference.R$string: int abc_menu_shift_shortcut_label -wangdaye.com.geometricweather.R$id: int normal -androidx.swiperefreshlayout.R$styleable: int GradientColor_android_endColor -android.didikee.donate.R$color: int primary_text_default_material_light -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addEncodedPathSegments(java.lang.String) -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_textinput_box_corner_radius_small -wangdaye.com.geometricweather.R$dimen: int notification_right_icon_size -cyanogenmod.weather.ICMWeatherManager$Stub: java.lang.String DESCRIPTOR -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_AutoCompleteTextView -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: java.lang.String pubTime -androidx.activity.R$dimen: int notification_right_icon_size -wangdaye.com.geometricweather.R$id: int mtrl_picker_header -com.google.gson.stream.JsonReader: boolean nextBoolean() -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$Geometry: java.util.List coordinates -androidx.work.R$id: int accessibility_custom_action_11 -com.turingtechnologies.materialscrollbar.R$attr: int paddingTopNoTitle -androidx.appcompat.R$styleable: int AppCompatTheme_listPopupWindowStyle -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_72 -androidx.legacy.coreutils.R$attr: int fontStyle -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_letter_spacing -okhttp3.Challenge: java.lang.String scheme +com.turingtechnologies.materialscrollbar.R$id: int design_menu_item_text +androidx.appcompat.R$attr: int backgroundStacked +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void innerError(io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver,java.lang.Throwable) +androidx.lifecycle.CompositeGeneratedAdaptersObserver: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) +androidx.constraintlayout.widget.R$styleable: int KeyCycle_wavePeriod +com.bumptech.glide.R$styleable: int FontFamilyFont_fontStyle +androidx.work.impl.utils.futures.AbstractFuture$Waiter: androidx.work.impl.utils.futures.AbstractFuture$Waiter next +okhttp3.internal.http2.Hpack$Reader: void readLiteralHeaderWithIncrementalIndexingIndexedName(int) +wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setTime(long) +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_Button_Colored +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeWindSpeed +androidx.preference.R$id: int search_close_btn +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setSunSet(java.lang.String) +androidx.appcompat.R$id: int action_bar_root +androidx.constraintlayout.widget.R$attr: int flow_verticalAlign +com.turingtechnologies.materialscrollbar.R$style: int Base_V22_Theme_AppCompat +com.turingtechnologies.materialscrollbar.R$color: int mtrl_tabs_ripple_color +androidx.appcompat.view.menu.ActionMenuItemView: ActionMenuItemView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$id: int widget_week_temp_3 +com.bumptech.glide.R$id: int actions +com.google.gson.stream.JsonWriter: JsonWriter(java.io.Writer) +com.google.android.material.R$styleable: int RangeSlider_values +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeWindChillTemperature() +androidx.preference.R$attr: int imageButtonStyle +androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: android.content.res.ColorStateList getSupportBackgroundTintList() +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeTotalPrecipitationProbability +com.jaredrummler.android.colorpicker.R$id: int action_bar_subtitle +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Small_Inverse com.google.android.material.slider.BaseSlider: void addOnSliderTouchListener(com.google.android.material.slider.BaseOnSliderTouchListener) -com.turingtechnologies.materialscrollbar.R$attr: int arrowShaftLength -com.google.android.material.R$color: int design_default_color_primary_dark -wangdaye.com.geometricweather.R$array: int subtitle_data_values -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHeight_max -io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: io.reactivex.ObservableSource source -com.google.android.material.R$dimen: int mtrl_btn_text_size -androidx.preference.R$style: int Base_Animation_AppCompat_DropDownUp -androidx.constraintlayout.widget.R$id: int startHorizontal -wangdaye.com.geometricweather.R$id: int widget_clock_day_week -com.xw.repo.bubbleseekbar.R$layout: int abc_action_bar_up_container -cyanogenmod.providers.CMSettings$CMSettingNotFoundException -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: long endValidityTime -james.adaptiveicon.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder encodedPath(java.lang.String) -androidx.preference.R$attr: int dividerVertical -cyanogenmod.app.suggest.IAppSuggestProvider$Stub: cyanogenmod.app.suggest.IAppSuggestProvider asInterface(android.os.IBinder) -androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_Light -androidx.appcompat.resources.R$id: int tag_accessibility_clickable_spans -androidx.drawerlayout.R$styleable: int ColorStateListItem_alpha -com.google.android.material.appbar.HeaderScrollingViewBehavior: HeaderScrollingViewBehavior() -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void innerNext() -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_autoSizeMinTextSize -okio.Buffer: okio.Buffer copyTo(java.io.OutputStream,long,long) -io.reactivex.internal.operators.observable.ObservableGroupBy$State: void onComplete() -wangdaye.com.geometricweather.db.entities.LocationEntity: void setResidentPosition(boolean) -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode COMPRESSION_ERROR -okhttp3.logging.HttpLoggingInterceptor: okhttp3.logging.HttpLoggingInterceptor$Level getLevel() -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: boolean isDisposed() -org.greenrobot.greendao.AbstractDao: int pkOrdinal -retrofit2.KotlinExtensions: java.lang.Object await(retrofit2.Call,kotlin.coroutines.Continuation) -com.xw.repo.bubbleseekbar.R$attr: int windowFixedWidthMinor -com.google.android.material.R$styleable: int Toolbar_titleMargin -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ENABLE_PEOPLE_LOOKUP_VALIDATOR -io.reactivex.internal.schedulers.RxThreadFactory: boolean nonBlocking -wangdaye.com.geometricweather.R$drawable: int abc_btn_borderless_material -wangdaye.com.geometricweather.db.entities.DailyEntity: void setGrassDescription(java.lang.String) -com.google.android.material.chip.Chip: void setCloseIconSizeResource(int) -androidx.vectordrawable.animated.R$id: int tag_accessibility_actions -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BATTERY_LIGHT_MEDIUM_COLOR_VALIDATOR -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: void onError(java.lang.Throwable) -com.turingtechnologies.materialscrollbar.R$styleable: int[] DrawerArrowToggle -cyanogenmod.app.Profile: void readTriggersFromXml(org.xmlpull.v1.XmlPullParser,android.content.Context,cyanogenmod.app.Profile) -androidx.cardview.R$styleable: int CardView_contentPadding -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Region: AccuLocationResult$Region() -com.google.android.material.floatingactionbutton.FloatingActionButton: void setBackgroundTintMode(android.graphics.PorterDuff$Mode) -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_MaterialComponents_Chip -android.didikee.donate.R$styleable: int AppCompatTheme_actionModeBackground -wangdaye.com.geometricweather.settings.activities.AboutActivity -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_ensureMinTouchTargetSize -io.reactivex.Observable: io.reactivex.Observable buffer(io.reactivex.ObservableSource,io.reactivex.functions.Function,java.util.concurrent.Callable) -com.xw.repo.bubbleseekbar.R$string: int abc_search_hint -androidx.preference.R$bool: int abc_config_actionMenuItemAllCaps -wangdaye.com.geometricweather.R$id: int container_main_first_card_header_alert -com.bumptech.glide.integration.okhttp.R$id: int actions -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver inner -wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: HourlyTrendItemView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: java.lang.String styleId -androidx.preference.R$drawable: int abc_textfield_activated_mtrl_alpha -okhttp3.internal.cache.FaultHidingSink: void onException(java.io.IOException) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Metric: AccuCurrentResult$Past24HourTemperatureDeparture$Metric() -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_blackContainer -cyanogenmod.hardware.ICMHardwareService: int getNumGammaControls() -androidx.lifecycle.Transformations$3: Transformations$3(androidx.lifecycle.MediatorLiveData) -androidx.appcompat.R$layout: int abc_screen_simple_overlay_action_mode -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_panelBackground -androidx.preference.R$styleable: int Toolbar_menu -androidx.constraintlayout.widget.R$styleable: int ColorStateListItem_android_color -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_SearchResult_Title -com.google.android.material.R$style: int Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense -james.adaptiveicon.R$attr: int panelBackground -okhttp3.internal.http1.Http1Codec$FixedLengthSource: okhttp3.internal.http1.Http1Codec this$0 -retrofit2.adapter.rxjava2.BodyObservable$BodyObserver -okhttp3.internal.http1.Http1Codec$ChunkedSource: boolean hasMoreChunks -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric: int UnitType -com.google.gson.stream.JsonReader: int PEEKED_DOUBLE_QUOTED_NAME -com.jaredrummler.android.colorpicker.R$attr: int dropdownPreferenceStyle -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Description: AccuAlertResult$Description() -com.xw.repo.bubbleseekbar.R$color: int bright_foreground_material_dark -androidx.constraintlayout.widget.R$attr: int transitionDisable -androidx.constraintlayout.widget.R$drawable: int abc_action_bar_item_background_material -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setHideMotionSpec(com.google.android.material.animation.MotionSpec) -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_bubble_text_color -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_mini_dark -android.didikee.donate.R$string: int abc_action_bar_home_description -android.didikee.donate.R$style: int TextAppearance_AppCompat_SearchResult_Title -androidx.preference.R$id: int visible_removing_fragment_view_tag -com.google.android.material.R$attr: int tabIconTint -androidx.lifecycle.AbstractSavedStateViewModelFactory: androidx.savedstate.SavedStateRegistry mSavedStateRegistry -wangdaye.com.geometricweather.R$attr: int sliderStyle -wangdaye.com.geometricweather.R$id: int item_icon_provider_get_more_gitHub -com.google.android.material.floatingactionbutton.FloatingActionButton: void setCompatHoveredFocusedTranslationZ(float) -cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper -androidx.preference.R$drawable: int abc_spinner_mtrl_am_alpha -com.google.android.material.R$style: int Widget_AppCompat_Button_Small -wangdaye.com.geometricweather.R$layout: int dialog_learn_more_about_geocoder -wangdaye.com.geometricweather.R$styleable: int MenuGroup_android_enabled -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_toBottomOf -okhttp3.internal.ws.WebSocketReader: boolean closed -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionButton_Overflow -okhttp3.internal.tls.BasicCertificateChainCleaner -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: java.lang.String getLtoDestination() -com.google.android.material.appbar.ViewOffsetBehavior: ViewOffsetBehavior() -cyanogenmod.externalviews.ExternalViewProviderService$Provider: android.os.Bundle mOptions -okhttp3.internal.connection.RouteSelector: void resetNextInetSocketAddress(java.net.Proxy) -androidx.work.impl.background.systemalarm.RescheduleReceiver -com.xw.repo.bubbleseekbar.R$drawable: int notification_tile_bg -com.google.android.material.internal.VisibilityAwareImageButton: int getUserSetVisibility() -androidx.hilt.work.R$attr: int font -com.google.android.material.bottomnavigation.BottomNavigationView: int getLabelVisibilityMode() -wangdaye.com.geometricweather.R$styleable: int Constraint_barrierDirection -com.google.android.material.R$styleable: int TextInputEditText_textInputLayoutFocusedRectEnabled -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float getSnow() -androidx.appcompat.R$attr: int panelMenuListTheme -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Button_Colored -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: int getStatus() -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void applyAndAckSettings(boolean,okhttp3.internal.http2.Settings) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getAqi() -wangdaye.com.geometricweather.R$dimen -com.jaredrummler.android.colorpicker.R$dimen: int abc_cascading_menus_min_smallest_width -com.google.android.material.R$attr: int transitionPathRotate -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: boolean done -com.turingtechnologies.materialscrollbar.R$attr: int layout_scrollFlags -com.google.android.material.floatingactionbutton.FloatingActionButton: FloatingActionButton(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties -androidx.appcompat.R$color: int foreground_material_dark -wangdaye.com.geometricweather.R$drawable: int notif_temp_138 -com.turingtechnologies.materialscrollbar.Indicator: int getIndicatorWidth() -wangdaye.com.geometricweather.R$dimen: int mtrl_navigation_item_horizontal_padding -androidx.viewpager2.R$style: int TextAppearance_Compat_Notification_Line2 -james.adaptiveicon.R$styleable: int LinearLayoutCompat_divider -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_goneMarginBottom -androidx.preference.R$attr: int actionModeCutDrawable -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModePopupWindowStyle -cyanogenmod.app.ProfileGroup: void setSoundMode(cyanogenmod.app.ProfileGroup$Mode) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_CollapsingToolbar -james.adaptiveicon.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle -com.google.android.material.R$attr: int dayInvalidStyle -com.google.android.material.R$styleable: int TabLayout_tabMinWidth -com.google.android.material.R$attr: int windowActionBarOverlay -com.google.android.material.R$attr: int expandedTitleMarginBottom -wangdaye.com.geometricweather.R$style: int Preference_Material -com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse -android.didikee.donate.R$styleable: int[] ColorStateListItem -com.google.android.material.textfield.TextInputLayout: void setEndIconCheckable(boolean) -androidx.viewpager2.widget.ViewPager2$RecyclerViewImpl -androidx.constraintlayout.widget.R$attr: int framePosition -androidx.appcompat.R$color: int primary_text_default_material_light -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_large_material -wangdaye.com.geometricweather.R$string: int wind_12 -androidx.constraintlayout.widget.R$drawable: int abc_ic_star_half_black_48dp +androidx.core.R$dimen: int notification_top_pad +wangdaye.com.geometricweather.R$attr: int altSrc +androidx.constraintlayout.widget.R$styleable: int SearchView_defaultQueryHint +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$attr: int cornerFamilyBottomRight +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeRainPrecipitationDuration(java.lang.Float) +wangdaye.com.geometricweather.R$drawable: int notif_temp_88 +androidx.appcompat.widget.ViewStubCompat: android.view.LayoutInflater getLayoutInflater() +androidx.recyclerview.R$styleable: int GradientColor_android_endX +cyanogenmod.weather.RequestInfo: int access$202(cyanogenmod.weather.RequestInfo,int) +wangdaye.com.geometricweather.R$styleable: int Badge_number +com.google.android.material.R$styleable: int[] MaterialRadioButton +com.google.android.material.transformation.ExpandableBehavior: ExpandableBehavior() +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: void cancel() +james.adaptiveicon.R$styleable: int TextAppearance_android_fontFamily +com.google.android.material.R$styleable: int Snackbar_snackbarButtonStyle +androidx.hilt.R$dimen: int compat_button_padding_horizontal_material +com.google.android.material.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration +okhttp3.CipherSuite: java.lang.String secondaryName(java.lang.String) +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: int getDesiredHeight() +com.google.android.material.internal.BaselineLayout: int getBaseline() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: int getStatus() +wangdaye.com.geometricweather.R$dimen: int large_margin +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: int capacityHint +com.google.android.material.chip.Chip: android.graphics.Rect getCloseIconTouchBoundsInt() +okhttp3.internal.io.FileSystem$1: void delete(java.io.File) +com.turingtechnologies.materialscrollbar.R$styleable: int[] TextInputLayout +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionButton_Overflow +com.google.android.material.R$dimen: int abc_control_corner_material +james.adaptiveicon.R$attr: int colorPrimaryDark +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonStyleSmall +wangdaye.com.geometricweather.R$dimen: int abc_dialog_fixed_width_minor +wangdaye.com.geometricweather.R$id: int activity_widget_config_custom_subtitle +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.String weatherDescription +wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type TEMPERATURE +okhttp3.internal.cache.CacheInterceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) +wangdaye.com.geometricweather.R$dimen: int mtrl_bottomappbar_fabOffsetEndMode +okhttp3.Cache: int readInt(okio.BufferedSource) +okhttp3.Route: java.net.Proxy proxy +cyanogenmod.hardware.DisplayMode$1: java.lang.Object[] newArray(int) +okio.Pipe: boolean sourceClosed +io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: long remaining +com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: boolean active +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_PopupWindow +wangdaye.com.geometricweather.R$styleable: int Chip_chipStrokeColor +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_12 +androidx.viewpager2.R$id: int action_text +cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() +com.google.android.material.R$layout: int design_layout_tab_text +androidx.appcompat.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle +com.google.android.material.R$style: int Widget_MaterialComponents_BottomSheet_Modal +androidx.appcompat.widget.SwitchCompat: void setTrackTintMode(android.graphics.PorterDuff$Mode) +wangdaye.com.geometricweather.R$attr: int showSeekBarValue +com.xw.repo.bubbleseekbar.R$drawable: int abc_popup_background_mtrl_mult +com.google.android.material.R$styleable: int Constraint_layout_constraintHeight_percent +io.reactivex.Observable: io.reactivex.Observable concatArrayEager(io.reactivex.ObservableSource[]) +cyanogenmod.app.IPartnerInterface$Stub$Proxy: void reboot() +com.google.android.material.R$styleable: int[] ButtonBarLayout +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabContentStart +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind wind +com.google.android.material.R$dimen: int mtrl_extended_fab_icon_text_spacing +cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String YEAR +com.jaredrummler.android.colorpicker.R$drawable: int notification_bg_low +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_Button +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: boolean disposed +cyanogenmod.app.Profile: void setBrightness(cyanogenmod.profiles.BrightnessSettings) +okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level[] values() +androidx.constraintlayout.widget.R$styleable: int OnSwipe_nestedScrollFlags +okhttp3.OkHttpClient$1: java.io.IOException timeoutExit(okhttp3.Call,java.io.IOException) +androidx.appcompat.R$id: int title +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constrainedWidth +io.reactivex.internal.observers.DeferredScalarDisposable: int TERMINATED +james.adaptiveicon.R$styleable: int MenuItem_contentDescription +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Toolbar +androidx.constraintlayout.widget.R$dimen: int notification_large_icon_height +okhttp3.CacheControl: CacheControl(okhttp3.CacheControl$Builder) +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ListView_DropDown +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemIconSize +okio.DeflaterSink: void finishDeflate() +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: java.lang.Integer alti +com.google.android.material.R$styleable: int ProgressIndicator_showDelay +com.google.android.material.R$styleable: int ShapeableImageView_strokeWidth +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_LOCKSCREEN +androidx.drawerlayout.R$style: R$style() +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_trackColor +com.google.android.material.textfield.TextInputLayout: void setSuffixText(java.lang.CharSequence) +com.google.android.material.R$id: int mtrl_card_checked_layer_id +androidx.hilt.R$styleable: int GradientColorItem_android_color +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: boolean cancelled +wangdaye.com.geometricweather.R$styleable: int Badge_backgroundColor +com.google.android.material.circularreveal.CircularRevealRelativeLayout: int getCircularRevealScrimColor() +cyanogenmod.app.IProfileManager: void updateNotificationGroup(android.app.NotificationGroup) +io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function3) +androidx.preference.R$style: int Preference_DropDown +android.didikee.donate.R$layout: int select_dialog_singlechoice_material +cyanogenmod.weather.RequestInfo$1: java.lang.Object createFromParcel(android.os.Parcel) +com.github.rahatarmanahmed.cpv.CircularProgressView$1: void onAnimationUpdate(android.animation.ValueAnimator) +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_23 +com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType PNG +androidx.preference.R$styleable: int AppCompatImageView_tintMode +com.google.android.material.button.MaterialButton: void setIcon(android.graphics.drawable.Drawable) +com.jaredrummler.android.colorpicker.R$attr: int textColorAlertDialogListItem +okhttp3.internal.http.StatusLine: okhttp3.internal.http.StatusLine parse(java.lang.String) +com.turingtechnologies.materialscrollbar.R$attr: int tabRippleColor +androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration +androidx.preference.R$styleable: int ActionBar_displayOptions +wangdaye.com.geometricweather.R$dimen: int abc_dropdownitem_text_padding_left +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_Dialog_MinWidth +androidx.constraintlayout.widget.R$layout: int abc_alert_dialog_button_bar_material +okio.AsyncTimeout: void exit(boolean) +androidx.lifecycle.ReflectiveGenericLifecycleObserver: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) +androidx.constraintlayout.widget.R$styleable: int ActionBar_contentInsetLeft +androidx.hilt.work.R$string: R$string() +wangdaye.com.geometricweather.R$menu: R$menu() +com.google.android.material.R$layout: int material_clockface_textview +james.adaptiveicon.R$styleable: int ActionBar_icon +wangdaye.com.geometricweather.R$id: int tag_icon_top +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_10 +androidx.loader.R$id: int text +com.jaredrummler.android.colorpicker.R$attr: int checkboxStyle +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void onDetach() +okhttp3.internal.Util: int skipTrailingAsciiWhitespace(java.lang.String,int,int) +com.google.android.material.R$style: int Widget_AppCompat_Light_ActionButton +com.google.android.material.R$attr: int tabIndicatorFullWidth +androidx.appcompat.R$styleable: int SwitchCompat_android_textOn +androidx.coordinatorlayout.R$style: int TextAppearance_Compat_Notification_Title +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void onComplete() +androidx.preference.R$color: int dim_foreground_material_light +androidx.preference.R$styleable: int AppCompatTheme_alertDialogStyle +wangdaye.com.geometricweather.R$string: int key_notification_minimal_icon +org.greenrobot.greendao.AbstractDao: void updateInTx(java.lang.Iterable) +james.adaptiveicon.R$style: int Base_Animation_AppCompat_Tooltip +androidx.preference.R$styleable: int PreferenceTheme_preferenceCategoryStyle +wangdaye.com.geometricweather.R$attr: int state_above_anchor +cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType USER_REQUEST +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title +androidx.transition.R$dimen: int notification_large_icon_width +androidx.appcompat.view.menu.ExpandedMenuView: ExpandedMenuView(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$attr: int cornerSizeTopLeft +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleMarginStart +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken[] values() +okio.SegmentedByteString: java.lang.String string(java.nio.charset.Charset) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: int UVIndex +androidx.dynamicanimation.R$color: int notification_action_color_filter +androidx.lifecycle.ViewModelStores: ViewModelStores() +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabUnboundedRipple +james.adaptiveicon.R$style: int Base_Widget_AppCompat_SeekBar_Discrete +okhttp3.internal.Util: java.util.TimeZone UTC +io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: boolean isDisposed() +com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_radio_to_on_mtrl_000 +io.reactivex.Observable: io.reactivex.Observable delaySubscription(long,java.util.concurrent.TimeUnit) +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int TROPICAL_STORM +wangdaye.com.geometricweather.R$style: int Preference_DialogPreference +okhttp3.internal.cache.DiskLruCache$Entry: boolean readable +wangdaye.com.geometricweather.R$id: int source +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowFixedHeightMinor +com.google.android.material.R$attr: int titleTextColor +androidx.appcompat.widget.ButtonBarLayout: void setAllowStacking(boolean) +androidx.appcompat.R$style: int TextAppearance_AppCompat_Display3 +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionButton +androidx.appcompat.R$id: int accessibility_custom_action_0 +okio.GzipSource: long read(okio.Buffer,long) +com.google.android.material.R$id: int labeled +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ActionBar_PrimarySurface +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Title +com.google.android.material.R$styleable: int Transition_transitionDisable +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light_Dialog +cyanogenmod.themes.ThemeChangeRequest$Builder +james.adaptiveicon.R$style: int Base_Widget_AppCompat_RatingBar_Small +james.adaptiveicon.R$style: int Widget_AppCompat_DropDownItem_Spinner +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: void setDateText(java.lang.String) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeTemperature(int) +cyanogenmod.app.ILiveLockScreenManager$Stub: cyanogenmod.app.ILiveLockScreenManager asInterface(android.os.IBinder) +androidx.fragment.R$styleable: int[] FontFamily +androidx.dynamicanimation.R$dimen: int notification_subtext_size +wangdaye.com.geometricweather.R$dimen: int fastscroll_minimum_range +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_maxImageSize +androidx.constraintlayout.widget.R$string: int abc_menu_delete_shortcut_label +com.github.rahatarmanahmed.cpv.CircularProgressView: void updatePaint() +com.turingtechnologies.materialscrollbar.R$id: int search_badge +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5 +cyanogenmod.app.ThemeVersion$ComponentVersion: ThemeVersion$ComponentVersion(int,cyanogenmod.app.ThemeComponent,java.lang.String,int,int) +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer grassIndex +wangdaye.com.geometricweather.R$layout: int test_toolbar_custom_background +wangdaye.com.geometricweather.R$styleable: int MenuGroup_android_menuCategory +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_go_search_api_material +retrofit2.Utils: java.lang.Class getRawType(java.lang.reflect.Type) +cyanogenmod.profiles.RingModeSettings$1 +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: java.lang.String IconPhrase +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Long readKey(android.database.Cursor,int) +okio.Buffer: okio.ByteString hmacSha1(okio.ByteString) +com.google.android.material.card.MaterialCardView: void setBackgroundDrawable(android.graphics.drawable.Drawable) +retrofit2.http.Multipart +androidx.viewpager2.R$dimen: int item_touch_helper_max_drag_scroll_per_frame +james.adaptiveicon.R$id: int line3 +com.jaredrummler.android.colorpicker.R$styleable: int CompoundButton_android_button +okhttp3.ResponseBody$BomAwareReader: boolean closed +androidx.lifecycle.LiveData: void removeObserver(androidx.lifecycle.Observer) +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: ILiveLockScreenManagerProvider$Stub() +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Spinner +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setTotalPrecipitation(java.lang.Float) +cyanogenmod.power.IPerformanceManager: void cpuBoost(int) +androidx.appcompat.widget.Toolbar: int getContentInsetStartWithNavigation() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int Icon +androidx.appcompat.widget.Toolbar: android.widget.TextView getTitleTextView() +androidx.lifecycle.FullLifecycleObserverAdapter: FullLifecycleObserverAdapter(androidx.lifecycle.FullLifecycleObserver,androidx.lifecycle.LifecycleEventObserver) +james.adaptiveicon.R$dimen: int abc_action_bar_icon_vertical_padding_material +androidx.constraintlayout.utils.widget.ImageFilterButton: void setContrast(float) +androidx.core.R$id: int dialog_button +com.google.android.material.R$dimen: int mtrl_navigation_item_shape_horizontal_margin +androidx.dynamicanimation.R$attr: int ttcIndex +wangdaye.com.geometricweather.R$styleable: int ImageFilterView_crossfade +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarStyle +com.google.android.material.R$dimen: int mtrl_slider_label_padding +androidx.constraintlayout.widget.Barrier: Barrier(android.content.Context,android.util.AttributeSet,int) +androidx.preference.R$dimen: int abc_dialog_fixed_width_major +com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemRippleColor +android.didikee.donate.R$dimen: int abc_alert_dialog_button_bar_height +androidx.loader.R$layout: int notification_template_icon_group +androidx.drawerlayout.R$drawable: int notification_template_icon_bg +okhttp3.internal.http2.Http2Codec: okhttp3.internal.http2.Http2Stream stream +com.google.android.material.R$attr: int maxImageSize +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String Link +androidx.appcompat.R$style: int TextAppearance_Compat_Notification_Time +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void innerComplete(io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_scaleY +com.google.android.material.floatingactionbutton.FloatingActionButton: void setCompatElevationResource(int) +androidx.appcompat.R$styleable: int TextAppearance_android_shadowDx +org.greenrobot.greendao.AbstractDao: void saveInTx(java.lang.Object[]) +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_menu_header_material +okhttp3.MultipartBody$Part: okhttp3.Headers headers +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator$SavedState: android.os.Parcelable$Creator CREATOR +androidx.vectordrawable.animated.R$layout: int notification_template_custom_big +android.didikee.donate.R$attr: int barLength +com.bumptech.glide.integration.okhttp.R$id: int end +androidx.preference.R$attr: int listPreferredItemHeight +okhttp3.internal.http1.Http1Codec$AbstractSource: long bytesRead +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle +com.google.android.material.R$style: int TextAppearance_AppCompat_Large +com.google.android.material.R$drawable: int abc_list_focused_holo +com.jaredrummler.android.colorpicker.R$attr: int actionOverflowMenuStyle +wangdaye.com.geometricweather.common.ui.widgets.TagView: int getUncheckedBackgroundColor() +wangdaye.com.geometricweather.R$id: int mtrl_child_content_container +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean +wangdaye.com.geometricweather.R$dimen: int material_clock_period_toggle_margin_left +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_headline_material +wangdaye.com.geometricweather.R$styleable: int SearchView_android_imeOptions +wangdaye.com.geometricweather.R$array: int notification_style_values +androidx.preference.R$styleable: int SwitchPreferenceCompat_switchTextOff +androidx.lifecycle.ReflectiveGenericLifecycleObserver: java.lang.Object mWrapped +com.google.android.material.slider.RangeSlider: void setTickInactiveTintList(android.content.res.ColorStateList) +retrofit2.CallAdapter$Factory: retrofit2.CallAdapter get(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) +androidx.appcompat.widget.FitWindowsFrameLayout: FitWindowsFrameLayout(android.content.Context,android.util.AttributeSet) +androidx.lifecycle.ComputableLiveData: java.util.concurrent.Executor mExecutor +androidx.preference.R$attr: int useSimpleSummaryProvider +androidx.constraintlayout.widget.R$attr: int popupWindowStyle +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionButton_Overflow +com.google.android.material.R$color: int design_default_color_on_primary +james.adaptiveicon.R$dimen: int abc_text_size_medium_material +cyanogenmod.power.PerformanceManager: int PROFILE_BIAS_PERFORMANCE +com.google.android.material.R$string: int abc_searchview_description_submit +androidx.constraintlayout.widget.R$attr: int flow_horizontalBias +io.reactivex.internal.disposables.ArrayCompositeDisposable: io.reactivex.disposables.Disposable replaceResource(int,io.reactivex.disposables.Disposable) +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorContentDescription +com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status RUNNING +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getGrassIndex() +com.google.android.material.R$styleable: int BottomAppBar_fabCradleVerticalOffset +com.google.android.material.R$color: int design_fab_stroke_end_inner_color +android.didikee.donate.R$id: int src_over +com.jaredrummler.android.colorpicker.R$styleable: int[] ViewStubCompat +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHeight_percent +io.reactivex.Observable: io.reactivex.Observable concatMapSingle(io.reactivex.functions.Function,int) +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setBackgroundTintMode(android.graphics.PorterDuff$Mode) +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: boolean mAskedShow +com.google.android.material.R$attr: int drawPath +com.google.android.material.R$attr: int switchTextAppearance +wangdaye.com.geometricweather.R$id: int text2 +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: int requestFusion(int) +androidx.constraintlayout.widget.R$styleable: int Spinner_android_dropDownWidth +com.turingtechnologies.materialscrollbar.R$attr: int contentPaddingLeft +wangdaye.com.geometricweather.R$color: int bright_foreground_material_dark +io.reactivex.internal.subscriptions.EmptySubscription: int requestFusion(int) +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: int bufferSize +wangdaye.com.geometricweather.R$id: int textEnd +com.google.android.material.R$style: int Base_Widget_MaterialComponents_PopupMenu_Overflow +com.turingtechnologies.materialscrollbar.R$styleable: int[] SnackbarLayout +com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getStartIconContentDescription() +wangdaye.com.geometricweather.R$attr: int tintMode +androidx.hilt.R$dimen: int notification_small_icon_size_as_large +james.adaptiveicon.R$bool: int abc_action_bar_embed_tabs +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1: retrofit2.Callback val$callback +com.google.android.material.R$dimen: int abc_text_size_subhead_material +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemHeight +wangdaye.com.geometricweather.R$id: int homeAsUp +wangdaye.com.geometricweather.R$attr: int textAppearanceListItem +com.bumptech.glide.integration.okhttp.R$id +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_icon +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String moldDescription +androidx.appcompat.R$attr: int editTextBackground +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_motionProgress +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_lastHorizontalStyle +wangdaye.com.geometricweather.R$attr: int floatingActionButtonStyle +androidx.vectordrawable.R$styleable: int FontFamilyFont_ttcIndex +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_BACKGROUND +androidx.preference.R$layout: int preference +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: boolean mainDone +okhttp3.internal.platform.JdkWithJettyBootPlatform$JettyNegoProvider +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_verticalGap +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Body1 +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight_DarkActionBar +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float total +okhttp3.internal.http2.Http2Stream$StreamTimeout: void exitAndThrowIfTimedOut() +com.google.gson.stream.JsonWriter: java.lang.String[] REPLACEMENT_CHARS +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_voiceIcon +com.google.android.material.slider.BaseSlider: float getMinSeparation() +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain: java.lang.Float cumul6H +com.google.android.material.R$styleable: int ActionMode_closeItemLayout +androidx.preference.R$styleable: int[] AppCompatTheme +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder encodedFragment(java.lang.String) +com.google.android.material.R$styleable: int BottomAppBar_paddingLeftSystemWindowInsets +wangdaye.com.geometricweather.background.polling.PollingUpdateHelper: void setOnPollingUpdateListener(wangdaye.com.geometricweather.background.polling.PollingUpdateHelper$OnPollingUpdateListener) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric: AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric() +com.google.gson.stream.MalformedJsonException: MalformedJsonException(java.lang.Throwable) +androidx.viewpager2.R$drawable: int notification_bg_low_pressed +okhttp3.Dispatcher: int getMaxRequestsPerHost() +wangdaye.com.geometricweather.R$string: int week +androidx.hilt.R$id: int tag_screen_reader_focusable +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: IKeyguardExternalViewProvider$Stub$Proxy(android.os.IBinder) +androidx.appcompat.R$color: int material_deep_teal_500 +androidx.appcompat.R$styleable: int AppCompatTheme_actionModePopupWindowStyle +com.jaredrummler.android.colorpicker.R$id: int time +com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents_Light_Bridge +com.jaredrummler.android.colorpicker.R$drawable: int abc_switch_thumb_material +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWindSpeed(java.lang.Float) +androidx.recyclerview.R$dimen: int item_touch_helper_swipe_escape_max_velocity +androidx.activity.R$attr: int font +androidx.preference.R$style: int Animation_AppCompat_DropDownUp +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_114 +androidx.constraintlayout.widget.R$attr: int switchPadding +android.didikee.donate.R$styleable: int AppCompatTheme_colorPrimary +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintRight_creator +io.reactivex.internal.schedulers.ScheduledDirectPeriodicTask: java.lang.Runnable getWrappedRunnable() +wangdaye.com.geometricweather.db.entities.DailyEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) +com.google.android.material.R$dimen: int abc_edit_text_inset_horizontal_material +androidx.appcompat.widget.ActionBarContextView: void setTitleOptional(boolean) +cyanogenmod.profiles.AirplaneModeSettings +com.google.android.material.R$styleable: int ProgressIndicator_growMode +wangdaye.com.geometricweather.R$styleable: int ViewStubCompat_android_id +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.Pollen pollen +wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Object readKey(android.database.Cursor,int) +com.xw.repo.bubbleseekbar.R$styleable: int PopupWindowBackgroundState_state_above_anchor +androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_marginEnd +retrofit2.KotlinExtensions: java.lang.Object awaitResponse(retrofit2.Call,kotlin.coroutines.Continuation) +com.xw.repo.bubbleseekbar.R$attr: int titleTextStyle +androidx.coordinatorlayout.R$id: int accessibility_custom_action_22 +wangdaye.com.geometricweather.R$style: int widget_text_clock_analog +wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: WidgetItemView(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_RatingBar_Small +androidx.coordinatorlayout.R$dimen: int compat_notification_large_icon_max_width +com.turingtechnologies.materialscrollbar.R$string: int character_counter_pattern +androidx.constraintlayout.widget.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog +com.google.android.material.R$attr: int constraintSetEnd +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_selection_line_height +retrofit2.converter.gson.GsonRequestBodyConverter: java.nio.charset.Charset UTF_8 +cyanogenmod.app.StatusBarPanelCustomTile: long getPostTime() +cyanogenmod.weather.RequestInfo: int getTemperatureUnit() +com.jaredrummler.android.colorpicker.R$id: int add +com.google.android.material.R$styleable: int Chip_closeIcon +com.jaredrummler.android.colorpicker.R$id: int icon_group +cyanogenmod.providers.CMSettings$System: java.lang.String NAV_BUTTONS +androidx.preference.R$attr: int stackFromEnd +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.Temperature getTemperature() +androidx.preference.R$drawable +androidx.viewpager.R$drawable: int notification_bg_low_normal +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatSeekBar_tickMarkTint +wangdaye.com.geometricweather.R$animator: int weather_hail_3 +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: java.util.Date Rise +com.google.android.material.R$attr: int mock_label +androidx.constraintlayout.widget.R$id: int rectangles +androidx.transition.R$attr: R$attr() +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode +com.google.android.material.R$style: int TextAppearance_AppCompat_Medium +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_checkedTextViewStyle +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void onComplete() +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: void cancelLiveLockScreen(java.lang.String,int,int) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_translationY +com.google.android.material.R$style: int Theme_MaterialComponents_Light_DarkActionBar_Bridge +com.google.android.material.R$attr: int waveOffset +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float snow +james.adaptiveicon.R$styleable: int SwitchCompat_track +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight +androidx.preference.R$attr: int preserveIconSpacing +androidx.lifecycle.ProcessLifecycleOwner$3$1: void onActivityPostResumed(android.app.Activity) +wangdaye.com.geometricweather.R$id: int stretch +android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu +com.google.android.material.R$styleable: int Constraint_android_visibility +okio.Timeout: long deadlineNanoTime +com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_borderless_material +com.turingtechnologies.materialscrollbar.R$color: int error_color_material_dark +okhttp3.internal.http2.Http2Reader: okio.BufferedSource source +androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy +androidx.transition.R$styleable: int FontFamily_fontProviderAuthority +androidx.hilt.lifecycle.R$dimen: R$dimen() +androidx.constraintlayout.widget.ConstraintLayout: ConstraintLayout(android.content.Context) +androidx.constraintlayout.widget.R$attr: int panelMenuListWidth +com.google.android.material.R$styleable: int ConstraintSet_flow_firstVerticalBias +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean getBrandInfo() +com.google.android.material.progressindicator.ProgressIndicator: com.google.android.material.progressindicator.DeterminateDrawable getProgressDrawable() +androidx.coordinatorlayout.R$id: int action_image +wangdaye.com.geometricweather.R$styleable: int[] OnClick +androidx.constraintlayout.widget.R$styleable: int MenuItem_iconTintMode +wangdaye.com.geometricweather.R$attr: int editTextPreferenceStyle +com.google.android.material.R$styleable: int Layout_android_layout_marginBottom +com.jaredrummler.android.colorpicker.R$id: int action_mode_close_button +com.google.android.material.R$styleable: int KeyAttribute_android_rotation +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: java.lang.String getTo() +james.adaptiveicon.R$layout: int abc_search_view +com.jaredrummler.android.colorpicker.R$styleable: int ColorPickerView_cpv_alphaChannelVisible +io.reactivex.internal.schedulers.RxThreadFactory: long serialVersionUID +wangdaye.com.geometricweather.db.entities.DailyEntity: void setSo2(java.lang.Float) +com.google.android.material.R$id: int parentPanel +androidx.appcompat.R$attr: int actionMenuTextAppearance +com.bumptech.glide.integration.okhttp.R$id: int glide_custom_view_target_tag +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small +androidx.preference.R$styleable: int[] FragmentContainerView +androidx.loader.R$dimen: int notification_top_pad_large_text +com.google.android.material.appbar.AppBarLayout$BaseBehavior: AppBarLayout$BaseBehavior(android.content.Context,android.util.AttributeSet) +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored +wangdaye.com.geometricweather.db.entities.AlertEntity: int priority +com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_check_material +com.google.android.material.R$color: int switch_thumb_normal_material_dark +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircleView +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_borderlessButtonStyle +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_HOME_DOUBLE_TAP_ACTION_VALIDATOR +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query +androidx.preference.R$styleable: int AppCompatTheme_textAppearanceListItemSmall +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_navigationMode +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: java.lang.String getUvIndex() +androidx.hilt.lifecycle.R$style: int TextAppearance_Compat_Notification_Title +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Imperial: java.lang.String Unit +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: long serialVersionUID +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_Layout_android_layout_width +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: void dispose() +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_selectableItemBackground +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constrainedWidth +cyanogenmod.app.CustomTile: android.app.PendingIntent deleteIntent +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +wangdaye.com.geometricweather.R$styleable: int Toolbar_title +cyanogenmod.app.ILiveLockScreenManagerProvider +androidx.appcompat.R$attr: int splitTrack +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_DarkActionBar +androidx.appcompat.R$drawable: int abc_text_select_handle_middle_mtrl_dark +io.reactivex.Observable: io.reactivex.Observable takeLast(int) +com.xw.repo.bubbleseekbar.R$layout: int abc_popup_menu_header_item_layout +com.google.android.material.R$attr: int drawableTopCompat +cyanogenmod.app.StatusBarPanelCustomTile: cyanogenmod.app.StatusBarPanelCustomTile clone() +androidx.preference.R$anim: int abc_popup_enter +wangdaye.com.geometricweather.R$attr: int materialCalendarFullscreenTheme +com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_anim_swoop_duration +wangdaye.com.geometricweather.R$styleable: int[] Layout +androidx.appcompat.R$style: int TextAppearance_AppCompat_Display4 +io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.R$id: int widget_week_week_3 +james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarTabTextStyle +androidx.preference.R$style: int Widget_Compat_NotificationActionText +okhttp3.internal.platform.Platform: java.util.logging.Logger logger +com.jaredrummler.android.colorpicker.R$attr: int preserveIconSpacing +androidx.viewpager2.R$styleable: int RecyclerView_android_descendantFocusability +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver[] observers +wangdaye.com.geometricweather.remoteviews.config.ClockDayWeekWidgetConfigActivity: ClockDayWeekWidgetConfigActivity() +com.google.android.material.R$style: int TextAppearance_Compat_Notification_Info +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: void onComplete() +androidx.swiperefreshlayout.R$drawable: int notification_template_icon_low_bg +androidx.customview.R$styleable: int FontFamily_fontProviderQuery +james.adaptiveicon.R$attr: int autoSizeMinTextSize +com.jaredrummler.android.colorpicker.R$layout: int abc_popup_menu_item_layout +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionButtonStyle +com.google.android.material.R$styleable: int Chip_chipIconEnabled +wangdaye.com.geometricweather.R$attr: int preferenceInformationStyle +androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior: CoordinatorLayout$Behavior() +wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: void setTitleText(java.lang.String) +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleTextAppearance +com.turingtechnologies.materialscrollbar.R$attr: int errorTextAppearance +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature +androidx.appcompat.app.WindowDecorActionBar +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem +wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_height +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber$1: java.lang.Throwable val$ex +androidx.constraintlayout.widget.R$styleable: int ActionBar_navigationMode +com.google.android.material.R$style: int TestStyleWithLineHeightAppearance +androidx.appcompat.R$layout: int select_dialog_multichoice_material +wangdaye.com.geometricweather.R$styleable: int ShapeableImageView_shapeAppearance +android.didikee.donate.R$drawable: int abc_popup_background_mtrl_mult +org.greenrobot.greendao.AbstractDaoSession: AbstractDaoSession(org.greenrobot.greendao.database.Database) +wangdaye.com.geometricweather.R$color: int colorTextLight2nd +retrofit2.BuiltInConverters$StreamingResponseBodyConverter: java.lang.Object convert(java.lang.Object) +wangdaye.com.geometricweather.R$string: int aqi_4 +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) +com.turingtechnologies.materialscrollbar.R$dimen: int abc_search_view_preferred_height +retrofit2.ParameterHandler$Body +com.google.android.material.R$attr: int titleMarginEnd +okhttp3.internal.tls.DistinguishedNameParser: int cur +androidx.appcompat.app.AppCompatViewInflater: AppCompatViewInflater() +okhttp3.internal.http2.Http2Stream$FramingSink: boolean finished +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: int status +androidx.appcompat.view.menu.ActionMenuItemView: androidx.appcompat.view.menu.MenuItemImpl getItemData() +com.google.android.material.R$styleable: int AppCompatTheme_actionBarSplitStyle +wangdaye.com.geometricweather.R$styleable: int ViewStubCompat_android_layout +androidx.preference.R$attr: int actionModeCopyDrawable okhttp3.ConnectionPool$1: okhttp3.ConnectionPool this$0 -wangdaye.com.geometricweather.R$style: int Base_V26_Theme_AppCompat +com.google.android.material.R$styleable: int AppCompatTheme_actionMenuTextColor +com.turingtechnologies.materialscrollbar.R$attr: int fontProviderAuthority +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeTotalPrecipitationDuration +wangdaye.com.geometricweather.db.entities.WeatherEntity: void resetAlertEntityList() +androidx.preference.R$style: int Preference_Category +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActivityChooserView +androidx.work.R$id: int text +cyanogenmod.app.IProfileManager: android.app.NotificationGroup getNotificationGroupForPackage(java.lang.String) +james.adaptiveicon.R$attr: int title +androidx.preference.R$styleable: int StateListDrawable_android_exitFadeDuration +io.reactivex.internal.util.NotificationLite: org.reactivestreams.Subscription getSubscription(java.lang.Object) +com.google.android.material.R$layout: int abc_select_dialog_material +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice$AdviceContext: java.lang.String level +wangdaye.com.geometricweather.R$attr: int dropdownListPreferredItemHeight +com.google.android.material.R$styleable: int Layout_layout_constraintWidth_min +androidx.appcompat.widget.SearchView$SavedState +androidx.appcompat.R$styleable: int GradientColor_android_centerY +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: java.lang.String getDensityText(android.content.Context,float) +com.bumptech.glide.integration.okhttp.R$attr: int fontProviderCerts +com.google.android.material.progressindicator.ProgressIndicator: void setGrowMode(int) +wangdaye.com.geometricweather.R$string: int abc_searchview_description_clear +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource +cyanogenmod.themes.IThemeService$Stub$Proxy: void applyDefaultTheme() +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: int prefetch +com.xw.repo.bubbleseekbar.R$attr: int controlBackground +retrofit2.KotlinExtensions$suspendAndThrow$$inlined$suspendCoroutineUninterceptedOrReturn$lambda$1: void run() +com.bumptech.glide.R$id: int bottom +wangdaye.com.geometricweather.db.entities.HistoryEntity: int nighttimeTemperature +android.didikee.donate.R$color: int background_material_dark +com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.reflect.Type ownerType +android.didikee.donate.R$attr: int spinnerDropDownItemStyle +androidx.appcompat.resources.R$dimen: int notification_action_text_size +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric: double Value +io.reactivex.internal.operators.observable.ObservableReplay$SizeBoundReplayBuffer: int limit +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_PopupMenu +com.xw.repo.bubbleseekbar.R$attr: int selectableItemBackgroundBorderless +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: int status +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow +com.xw.repo.bubbleseekbar.R$styleable: int PopupWindow_overlapAnchor +cyanogenmod.weather.CMWeatherManager: cyanogenmod.weather.IWeatherServiceProviderChangeListener mProviderChangeListener +okhttp3.Response: okhttp3.Headers headers +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_27 +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String COL_KEY +androidx.preference.R$attr: int actionModePopupWindowStyle +com.google.android.material.R$styleable: int ProgressIndicator_linearSeamless +androidx.constraintlayout.widget.R$styleable: int Transform_android_translationY +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int NOT_AVAILABLE +com.google.android.material.R$styleable: int TextAppearance_fontFamily +com.xw.repo.bubbleseekbar.R$styleable: int[] ActionBarLayout +james.adaptiveicon.R$layout: int select_dialog_item_material +androidx.constraintlayout.widget.R$styleable: int SearchView_iconifiedByDefault +androidx.lifecycle.LifecycleRegistry$ObserverWithState: LifecycleRegistry$ObserverWithState(androidx.lifecycle.LifecycleObserver,androidx.lifecycle.Lifecycle$State) +androidx.preference.R$attr: int progressBarStyle +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dropDownListViewStyle +com.turingtechnologies.materialscrollbar.R$dimen: int notification_big_circle_margin +androidx.preference.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar +cyanogenmod.weather.WeatherInfo$DayForecast$1: java.lang.Object[] newArray(int) +retrofit2.ParameterHandler$Headers: int p +androidx.preference.R$styleable: int AppCompatTheme_actionModeShareDrawable +com.google.android.material.R$style: int ShapeAppearanceOverlay_Cut +retrofit2.ParameterHandler$HeaderMap: java.lang.reflect.Method method +com.xw.repo.bubbleseekbar.R$attr: int bsb_thumb_text_size +com.google.android.material.imageview.ShapeableImageView: float getStrokeWidth() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_autoSizeTextType +androidx.dynamicanimation.R$styleable: int ColorStateListItem_android_alpha +io.reactivex.internal.functions.Functions$HashSetCallable +com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemIconTint +androidx.preference.R$layout: int abc_tooltip +androidx.constraintlayout.widget.R$attr: int color +com.google.android.material.R$style: int Platform_MaterialComponents +androidx.appcompat.R$style: int Base_Theme_AppCompat_Dialog +com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_check_material +com.bumptech.glide.R$id: int forever +androidx.preference.R$style: int Widget_AppCompat_SeekBar +james.adaptiveicon.R$attr: int radioButtonStyle +androidx.fragment.app.FragmentContainerView: void setDrawDisappearingViewsLast(boolean) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$2 +androidx.viewpager.R$styleable: int FontFamilyFont_android_fontVariationSettings +com.turingtechnologies.materialscrollbar.R$color: int error_color_material_light +james.adaptiveicon.R$styleable: int SwitchCompat_switchPadding +james.adaptiveicon.R$attr: int dividerVertical +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating: double Value +com.google.android.material.R$styleable: int BottomNavigationView_itemRippleColor +com.google.android.material.R$color: int design_fab_stroke_end_outer_color +androidx.lifecycle.ReportFragment$LifecycleCallbacks: ReportFragment$LifecycleCallbacks() +okio.Buffer: okio.BufferedSink writeUtf8CodePoint(int) +wangdaye.com.geometricweather.R$attr: int suffixTextColor +okhttp3.Request$Builder: okhttp3.Request$Builder headers(okhttp3.Headers) +okhttp3.MediaType: java.nio.charset.Charset charset(java.nio.charset.Charset) +wangdaye.com.geometricweather.R$color: int highlighted_text_material_dark +cyanogenmod.os.Build +androidx.preference.R$style: int Platform_ThemeOverlay_AppCompat +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setWeather(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean) +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_hideOnContentScroll +wangdaye.com.geometricweather.R$styleable: int[] PreferenceGroup +androidx.hilt.lifecycle.R$id: int right_icon +wangdaye.com.geometricweather.R$attr: int textAppearancePopupMenuHeader +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property RealFeelShaderTemperature +com.google.gson.internal.LazilyParsedNumber: java.lang.String value +androidx.appcompat.app.ActionBar +androidx.viewpager.widget.ViewPager: void setPageMarginDrawable(android.graphics.drawable.Drawable) +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title +androidx.preference.R$style: int PreferenceThemeOverlay +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_android_checkable +wangdaye.com.geometricweather.R$id: int text_input_start_icon +com.google.android.material.R$attr: int boxBackgroundColor +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void request(long) +androidx.coordinatorlayout.R$styleable: int FontFamilyFont_ttcIndex +cyanogenmod.power.IPerformanceManager$Stub$Proxy: android.os.IBinder asBinder() +com.google.android.material.R$dimen: int mtrl_textinput_counter_margin_start +androidx.appcompat.R$styleable: int Toolbar_titleMargin +wangdaye.com.geometricweather.R$attr: int windowActionBar +okhttp3.internal.http2.Http2Connection: int lastGoodStreamId +okhttp3.RealCall: okhttp3.EventListener access$000(okhttp3.RealCall) +james.adaptiveicon.R$styleable: int[] PopupWindow +cyanogenmod.app.LiveLockScreenInfo: LiveLockScreenInfo(android.content.ComponentName,int) +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Imperial: AccuLocationResult$GeoPosition$Elevation$Imperial() +androidx.preference.R$attr: int fastScrollVerticalThumbDrawable +wangdaye.com.geometricweather.R$menu: int activity_main +retrofit2.Utils$WildcardTypeImpl: java.lang.reflect.Type[] getLowerBounds() +wangdaye.com.geometricweather.R$styleable: int Toolbar_titleMargin +wangdaye.com.geometricweather.R$drawable: int notif_temp_63 +com.google.gson.JsonParseException: JsonParseException(java.lang.String,java.lang.Throwable) +androidx.appcompat.R$dimen: int abc_dialog_fixed_width_major +james.adaptiveicon.R$styleable: int MenuItem_actionLayout +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Wind: CNWeatherResult$Realtime$Wind() +com.google.android.material.R$styleable: int RecyclerView_android_orientation +android.didikee.donate.R$style: int Theme_AppCompat_DayNight_Dialog +androidx.preference.ListPreferenceDialogFragmentCompat +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit KM +cyanogenmod.power.PerformanceManager: cyanogenmod.power.IPerformanceManager sService +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: double lon +james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem +cyanogenmod.app.ILiveLockScreenManager: void enqueueLiveLockScreen(java.lang.String,int,cyanogenmod.app.LiveLockScreenInfo,int[],int) +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_pressed_z +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_android_minHeight +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_horizontalBias +com.github.rahatarmanahmed.cpv.CircularProgressView$6 +io.reactivex.internal.queue.SpscArrayQueue: int calcElementOffset(long) +wangdaye.com.geometricweather.R$drawable: int live_wallpaper_thumbnail +androidx.appcompat.R$style: int TextAppearance_AppCompat +cyanogenmod.app.Profile$ProfileTrigger: java.lang.String getIdType(int) +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_action_height +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver +android.didikee.donate.R$attr: int listPreferredItemHeight +james.adaptiveicon.R$styleable: int AppCompatTheme_panelMenuListWidth +wangdaye.com.geometricweather.R$id: int default_activity_button +androidx.preference.R$drawable: int notification_bg_low_pressed +cyanogenmod.app.PartnerInterface: int ZEN_MODE_OFF +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_NULL_SHA +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWeatherText(java.lang.String) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle +com.google.android.material.R$string: int mtrl_picker_out_of_range +androidx.drawerlayout.R$styleable: int[] FontFamilyFont +okhttp3.internal.ws.WebSocketWriter$FrameSink: okhttp3.internal.ws.WebSocketWriter this$0 +androidx.appcompat.R$color: int abc_decor_view_status_guard +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setSunRise(java.lang.String) +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Button_Small +okio.Buffer: okio.BufferedSink writeByte(int) +james.adaptiveicon.R$attr: int actionBarWidgetTheme +okhttp3.MultipartBody$Part +androidx.preference.R$style: int Base_Widget_AppCompat_ActionBar_TabBar +wangdaye.com.geometricweather.R$styleable: int AppBarLayout_android_touchscreenBlocksFocus +androidx.swiperefreshlayout.R$attr: int fontVariationSettings +androidx.loader.R$attr: R$attr() +cyanogenmod.app.CMStatusBarManager: void publishTile(java.lang.String,int,cyanogenmod.app.CustomTile) +com.turingtechnologies.materialscrollbar.R$id: int italic +wangdaye.com.geometricweather.R$styleable: int KeyTrigger_triggerReceiver +retrofit2.BuiltInConverters$StreamingResponseBodyConverter: BuiltInConverters$StreamingResponseBodyConverter() +cyanogenmod.app.ThemeVersion: cyanogenmod.app.ThemeVersion$ComponentVersion getComponentVersion(cyanogenmod.app.ThemeComponent) +androidx.appcompat.widget.ViewStubCompat: ViewStubCompat(android.content.Context,android.util.AttributeSet) +okhttp3.internal.http.RealInterceptorChain: int connectTimeoutMillis() +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse +com.turingtechnologies.materialscrollbar.R$styleable: int[] BottomAppBar +com.google.android.material.R$styleable: int ConstraintSet_android_scaleY +android.didikee.donate.R$styleable: int AppCompatTheme_colorButtonNormal +androidx.loader.R$attr: int fontProviderFetchTimeout +io.reactivex.internal.observers.DeferredScalarDisposable wangdaye.com.geometricweather.R$styleable: int[] MotionLayout -com.jaredrummler.android.colorpicker.R$attr: int actionBarPopupTheme -androidx.hilt.work.R$id: int dialog_button -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_CompoundButton_Switch -cyanogenmod.app.suggest.ApplicationSuggestion: java.lang.String mPackage -wangdaye.com.geometricweather.R$color: int abc_primary_text_material_light -com.google.android.material.R$color: int material_deep_teal_500 -androidx.drawerlayout.R$dimen: int compat_control_corner_material -com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_endColor -wangdaye.com.geometricweather.R$attr: int actionBarItemBackground -androidx.constraintlayout.widget.R$drawable: int abc_ic_commit_search_api_mtrl_alpha -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: io.reactivex.Observer downstream -cyanogenmod.weather.RequestInfo: cyanogenmod.weather.WeatherLocation mWeatherLocation -com.turingtechnologies.materialscrollbar.R$attr: int font -androidx.preference.R$styleable: int ActionBar_logo -okhttp3.internal.http2.Http2Writer: void windowUpdate(int,long) -okhttp3.Headers$Builder: okhttp3.Headers$Builder set(java.lang.String,java.util.Date) -wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_collapsedSize -androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableCompat_android_visible -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: void onNext(java.lang.Object) -wangdaye.com.geometricweather.R$attr: int textAppearanceSearchResultTitle -wangdaye.com.geometricweather.R$attr: int coordinatorLayoutStyle -com.xw.repo.bubbleseekbar.R$styleable: int PopupWindow_android_popupAnimationStyle -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay CARD_AIR_QUALITY -okhttp3.HttpUrl: java.util.List queryStringToNamesAndValues(java.lang.String) -io.reactivex.exceptions.CompositeException: java.lang.Throwable getCause() -androidx.hilt.work.R$styleable: int GradientColor_android_tileMode -androidx.drawerlayout.R$styleable: int FontFamilyFont_fontWeight -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Metric: double Value -androidx.appcompat.R$styleable: int MenuItem_android_menuCategory -cyanogenmod.profiles.AirplaneModeSettings: void processOverride(android.content.Context) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property HoursOfSun -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps$WarningTimelapsItem -cyanogenmod.hardware.CMHardwareManager: int getVibratorWarningIntensity() -okhttp3.ConnectionPool: int pruneAndGetAllocationCount(okhttp3.internal.connection.RealConnection,long) -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setItemBackground(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.R$dimen: int cardview_default_radius -androidx.constraintlayout.widget.R$id: int jumpToEnd -androidx.constraintlayout.widget.R$drawable: int abc_textfield_activated_mtrl_alpha -androidx.activity.R$layout: int notification_template_icon_group -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_peekHeight -cyanogenmod.hardware.ICMHardwareService: cyanogenmod.hardware.DisplayMode[] getDisplayModes() -androidx.preference.R$id: int scrollView -wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableTransition_android_toId -com.turingtechnologies.materialscrollbar.R$attr: int autoSizeStepGranularity -com.google.android.material.R$layout -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeShareDrawable -androidx.appcompat.resources.R$dimen -cyanogenmod.app.Profile$LockMode -androidx.loader.R$id: int italic -wangdaye.com.geometricweather.R$attr: int actionBarPopupTheme -wangdaye.com.geometricweather.R$attr: int state_collapsed -androidx.preference.R$styleable: int AppCompatTheme_actionMenuTextColor -io.reactivex.internal.schedulers.AbstractDirectTask: boolean isDisposed() -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabPaddingEnd -com.google.android.material.R$drawable: int notification_bg -com.google.android.material.R$styleable: int ChipGroup_chipSpacingVertical -okhttp3.logging.LoggingEventListener: void responseBodyEnd(okhttp3.Call,long) -com.google.android.material.R$attr: int layout_goneMarginStart -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Dark -androidx.constraintlayout.widget.R$styleable: int Transition_transitionFlags -androidx.preference.R$id: int list_item -androidx.work.R$dimen: int notification_subtext_size -com.google.android.material.R$styleable: int[] SnackbarLayout -androidx.appcompat.widget.Toolbar -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Small -androidx.preference.R$styleable: int Toolbar_collapseIcon -cyanogenmod.providers.CMSettings$Global: boolean putLong(android.content.ContentResolver,java.lang.String,long) -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: long serialVersionUID -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType Insert -androidx.constraintlayout.widget.R$id: int search_button -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_fontFamily -com.turingtechnologies.materialscrollbar.R$attr: int alertDialogButtonGroupStyle -wangdaye.com.geometricweather.R$styleable: int ActionBar_subtitleTextStyle -com.turingtechnologies.materialscrollbar.R$attr: int bottomSheetStyle -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintTop_creator -android.didikee.donate.R$styleable: int ActionMode_closeItemLayout -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: int Priority -androidx.preference.R$id: int up -okhttp3.internal.cache.DiskLruCache$3: java.util.Iterator delegate -com.bumptech.glide.integration.okhttp.R$style: int TextAppearance_Compat_Notification_Info -wangdaye.com.geometricweather.R$id: int alertTitle -com.google.android.material.R$attr: int startIconDrawable -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Subhead -retrofit2.ParameterHandler$Part: void apply(retrofit2.RequestBuilder,java.lang.Object) -io.reactivex.internal.observers.DeferredScalarDisposable: int FUSED_EMPTY -androidx.constraintlayout.widget.R$attr: int panelMenuListTheme -io.reactivex.internal.operators.observable.ObservableGroupBy$State: void subscribe(io.reactivex.Observer) -io.reactivex.internal.subscriptions.EmptySubscription: io.reactivex.internal.subscriptions.EmptySubscription[] values() -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Dialog_MinWidth -androidx.recyclerview.R$id: int accessibility_custom_action_4 -androidx.appcompat.R$dimen: R$dimen() -okio.SegmentedByteString: boolean equals(java.lang.Object) -james.adaptiveicon.R$attr: int homeLayout -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Long readKey(android.database.Cursor,int) -com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges -androidx.activity.R$dimen: int notification_small_icon_size_as_large -com.google.android.material.R$attr: int layout_constraintRight_creator -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabRippleColor -androidx.lifecycle.extensions.R$id: int tag_unhandled_key_event_manager -com.xw.repo.bubbleseekbar.R$styleable: int RecycleListView_paddingBottomNoButtons -cyanogenmod.app.LiveLockScreenManager: android.content.Context mContext -com.google.android.material.R$color: int abc_secondary_text_material_dark -androidx.recyclerview.R$styleable: int RecyclerView_android_orientation -io.reactivex.Observable: io.reactivex.disposables.Disposable subscribe(io.reactivex.functions.Consumer) -com.xw.repo.bubbleseekbar.R$style: int Base_DialogWindowTitleBackground_AppCompat -cyanogenmod.app.LiveLockScreenInfo$Builder: cyanogenmod.app.LiveLockScreenInfo$Builder setPriority(int) -androidx.appcompat.widget.SearchView: SearchView(android.content.Context) -io.reactivex.internal.functions.Functions$HashSetCallable: io.reactivex.internal.functions.Functions$HashSetCallable[] values() -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: long serialVersionUID -okio.Buffer: okio.Buffer writeUtf8CodePoint(int) -com.google.android.material.R$attr: int state_above_anchor -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float pm25 -com.google.android.material.R$color: int design_dark_default_color_primary_dark -androidx.appcompat.R$style: int Base_Widget_AppCompat_PopupMenu -androidx.appcompat.widget.ActionBarOverlayLayout -androidx.constraintlayout.widget.R$attr: int thickness -androidx.appcompat.R$styleable: int Toolbar_android_gravity -okio.Buffer$1: void write(int) -cyanogenmod.app.IProfileManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() +cyanogenmod.weatherservice.ServiceRequestResult$Builder: java.util.List mLocationLookupList +androidx.hilt.work.R$styleable: int GradientColor_android_centerX +com.google.android.material.R$styleable: int[] PropertySet +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: java.lang.String getUrl() +cyanogenmod.app.CustomTile$ExpandedListItem: void setExpandedListItemSummary(java.lang.String) +james.adaptiveicon.R$styleable: int Spinner_popupTheme +androidx.constraintlayout.widget.R$drawable: int abc_btn_switch_to_on_mtrl_00001 +com.google.android.material.R$styleable: int CardView_cardBackgroundColor +com.google.android.material.textfield.TextInputLayout: void setErrorContentDescription(java.lang.CharSequence) +com.google.android.material.R$id: int search_button +androidx.activity.R$layout: int custom_dialog +io.reactivex.Observable: io.reactivex.Observable generate(java.util.concurrent.Callable,io.reactivex.functions.BiFunction,io.reactivex.functions.Consumer) +wangdaye.com.geometricweather.R$xml: int perference_service_provider +com.google.android.material.R$style: int Widget_AppCompat_TextView +okhttp3.internal.platform.Platform: int WARN +cyanogenmod.themes.ThemeChangeRequest$Builder: ThemeChangeRequest$Builder() +androidx.appcompat.R$styleable: int AppCompatTextView_fontVariationSettings +wangdaye.com.geometricweather.R$dimen: int abc_control_inset_material +com.xw.repo.bubbleseekbar.R$attr: int bsb_always_show_bubble_delay +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void onError(java.lang.Throwable) +cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode getSoundMode() +com.google.android.material.R$styleable: int Toolbar_logoDescription +com.jaredrummler.android.colorpicker.NestedGridView +com.google.android.material.textfield.TextInputLayout: void setErrorIconTintList(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$styleable: int StateListDrawable_android_enterFadeDuration +okhttp3.internal.cache.DiskLruCache: boolean journalRebuildRequired() +okhttp3.internal.ws.WebSocketProtocol: int B1_MASK_LENGTH +androidx.preference.R$attr: int shouldDisableView +androidx.preference.R$color: int material_deep_teal_500 +okhttp3.logging.LoggingEventListener: void responseBodyStart(okhttp3.Call) +com.google.android.material.R$dimen: int material_font_1_3_box_collapsed_padding_top +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_TextButton +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_shadowRadius +androidx.hilt.R$id: int accessibility_custom_action_7 +androidx.appcompat.widget.ActivityChooserView: ActivityChooserView(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String getMoldDescription() +okhttp3.logging.HttpLoggingInterceptor$Logger: okhttp3.logging.HttpLoggingInterceptor$Logger DEFAULT +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_voiceIcon +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Button_Borderless +androidx.preference.R$drawable: int abc_text_select_handle_right_mtrl_light +cyanogenmod.externalviews.ExternalView$2 +com.google.android.material.R$color: int material_grey_800 +androidx.appcompat.widget.AppCompatImageButton: void setSupportImageTintList(android.content.res.ColorStateList) +retrofit2.RequestFactory$Builder: okhttp3.Headers parseHeaders(java.lang.String[]) +androidx.appcompat.R$attr: int fontProviderCerts +com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_fixed_width_major +james.adaptiveicon.R$drawable: int notification_bg +android.didikee.donate.R$layout: int notification_template_part_time +cyanogenmod.platform.Manifest +com.xw.repo.bubbleseekbar.R$id: int start +okhttp3.internal.http2.Huffman: byte[] decode(byte[]) +androidx.appcompat.widget.AppCompatTextView: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) +androidx.lifecycle.FullLifecycleObserver: void onResume(androidx.lifecycle.LifecycleOwner) +androidx.viewpager.widget.PagerTabStrip: void setTextSpacing(int) +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title +wangdaye.com.geometricweather.db.entities.DailyEntity: long time +androidx.activity.R$dimen: int notification_right_side_padding_top +okhttp3.internal.platform.Platform +okhttp3.package-info +cyanogenmod.power.PerformanceManager: java.lang.String POWER_PROFILE_CHANGED +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +androidx.dynamicanimation.R$drawable: int notification_bg_low_pressed +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String getCity() +androidx.preference.R$attr: int buttonGravity +androidx.work.R$style: int TextAppearance_Compat_Notification_Line2 +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_trackTintMode +wangdaye.com.geometricweather.R$attr: int behavior_draggable +android.support.v4.app.INotificationSideChannel$Stub: boolean setDefaultImpl(android.support.v4.app.INotificationSideChannel) +okio.Sink: okio.Timeout timeout() +androidx.cardview.R$color: int cardview_shadow_start_color +com.google.android.material.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable +okhttp3.internal.connection.ConnectionSpecSelector: boolean isFallback +androidx.preference.R$dimen: int notification_top_pad +androidx.preference.R$styleable: int Preference_android_singleLineTitle +okio.Buffer: boolean isOpen() +cyanogenmod.weather.WeatherInfo$DayForecast$Builder: double mHigh +com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_select_handle_left_mtrl_dark +androidx.lifecycle.SavedStateHandle: java.util.Map mRegular +com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_itemIconDisabledAlpha +io.reactivex.internal.operators.observable.ObservableGroupBy$State: boolean checkTerminated(boolean,boolean,io.reactivex.Observer,boolean) +androidx.preference.R$styleable: int Toolbar_title +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) +androidx.transition.R$dimen: R$dimen() +okhttp3.internal.connection.RealConnection: boolean isMultiplexed() +cyanogenmod.providers.CMSettings$NameValueCache: java.util.HashMap mValues +wangdaye.com.geometricweather.R$string: int content_des_co +android.didikee.donate.R$drawable: int abc_ic_star_half_black_48dp +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionMenuTextColor +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX() +wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_android_summaryOn +androidx.coordinatorlayout.R$attr: int layout_dodgeInsetEdges +com.turingtechnologies.materialscrollbar.R$drawable: int design_fab_background +retrofit2.KotlinExtensions$awaitResponse$$inlined$suspendCancellableCoroutine$lambda$1: retrofit2.Call $this_awaitResponse$inlined +com.google.gson.LongSerializationPolicy: com.google.gson.LongSerializationPolicy[] values() +io.reactivex.Observable: io.reactivex.Observable window(long,long) +com.google.android.material.R$style: int Theme_AppCompat_Dialog_Alert +androidx.lifecycle.LifecycleRegistry: androidx.arch.core.internal.FastSafeIterableMap mObserverMap +retrofit2.converter.gson.GsonRequestBodyConverter: java.lang.Object convert(java.lang.Object) +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX: java.lang.String date +okhttp3.Response: okhttp3.ResponseBody body +com.google.android.material.imageview.ShapeableImageView: void setStrokeWidthResource(int) +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver: io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver parent +james.adaptiveicon.R$color: int bright_foreground_inverse_material_light +com.google.android.material.R$attr: int colorControlHighlight +okhttp3.internal.http2.Http2Connection$Builder: okio.BufferedSource source +okio.ByteString: long serialVersionUID +com.google.android.material.circularreveal.CircularRevealRelativeLayout: void setCircularRevealScrimColor(int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: void setStatus(int) +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Button +androidx.constraintlayout.widget.R$layout: int abc_screen_toolbar +androidx.lifecycle.Lifecycling: androidx.lifecycle.GenericLifecycleObserver getCallback(java.lang.Object) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setO3(java.lang.Float) +wangdaye.com.geometricweather.R$string: int feedback_align_end +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_bubble_text_color +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Button +androidx.viewpager.R$integer: R$integer() +com.google.android.material.R$drawable: int btn_radio_on_mtrl +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +com.google.android.material.R$color: int material_on_surface_stroke +com.jaredrummler.android.colorpicker.R$styleable: int[] Spinner +androidx.appcompat.R$interpolator: int btn_radio_to_on_mtrl_animation_interpolator_0 +com.google.android.material.textfield.TextInputLayout: void setHelperTextColor(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$id: int dimensions +com.google.android.material.R$styleable: int ConstraintSet_android_translationZ +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_visible +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Imperial Imperial +wangdaye.com.geometricweather.settings.dialogs.WechatDonateDialog +okhttp3.internal.http2.Http2Connection$ReaderRunnable$2: okhttp3.internal.http2.Settings val$settings +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow +androidx.dynamicanimation.R$drawable: int notification_bg_low +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light +androidx.viewpager.R$drawable: int notification_bg_normal_pressed +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Imperial: int UnitType +androidx.preference.R$style: int Preference_SwitchPreferenceCompat +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeAppearance +cyanogenmod.providers.WeatherContract$WeatherColumns +okhttp3.internal.http2.Http2Connection: int nextStreamId +com.jaredrummler.android.colorpicker.R$color: int abc_hint_foreground_material_dark +androidx.hilt.lifecycle.R$dimen: int notification_small_icon_background_padding +androidx.appcompat.R$attr: int fontProviderFetchTimeout +wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_DayNight_ActionBar +wangdaye.com.geometricweather.R$layout: int dialog_running_in_background_o +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_temp_1 +com.google.android.material.R$attr: int prefixText +com.google.android.material.R$styleable: int TextAppearance_android_textSize +wangdaye.com.geometricweather.R$id: int mtrl_card_checked_layer_id +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl build() +androidx.customview.R$dimen: int compat_button_padding_horizontal_material +androidx.preference.R$styleable: int DrawerArrowToggle_arrowShaftLength +androidx.transition.R$color: int notification_action_color_filter +android.didikee.donate.R$id: int select_dialog_listview +com.google.android.material.R$styleable: int TextInputLayout_prefixTextColor +wangdaye.com.geometricweather.R$string: int greenDAO +androidx.preference.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title +com.google.android.material.R$color: int test_mtrl_calendar_day_selected +io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function5) +com.google.android.material.R$dimen: int mtrl_extended_fab_start_padding_icon +james.adaptiveicon.R$attr: int textAllCaps +retrofit2.CallAdapter: java.lang.Object adapt(retrofit2.Call) +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property District +com.google.android.material.R$styleable: int MaterialAlertDialog_backgroundInsetBottom +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintLeft_toLeftOf +io.reactivex.internal.queue.SpscArrayQueue: java.lang.Object lvElement(int) +androidx.constraintlayout.widget.R$id: int topPanel +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: io.reactivex.functions.Function zipper +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeRealFeelTemperature() +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_DialogWhenLarge +com.google.android.material.R$attr: int singleChoiceItemLayout +wangdaye.com.geometricweather.R$string: int settings_notification_hide_big_view_off +androidx.preference.R$id: int search_button +james.adaptiveicon.R$color +wangdaye.com.geometricweather.R$styleable: int Constraint_barrierAllowsGoneWidgets +com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getCounterOverflowDescription() +androidx.constraintlayout.widget.R$attr: int constraint_referenced_ids +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textColorAlertDialogListItem +james.adaptiveicon.R$styleable: int FontFamilyFont_android_fontVariationSettings +androidx.preference.R$styleable: int CompoundButton_buttonTintMode +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: Pollen(java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String) +io.reactivex.subjects.PublishSubject$PublishDisposable +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Button +com.google.android.material.R$style: int ShapeAppearanceOverlay_BottomLeftDifferentCornerSize +com.turingtechnologies.materialscrollbar.R$attr: int activityChooserViewStyle +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: com.google.android.material.animation.MotionSpec getShowMotionSpec() +wangdaye.com.geometricweather.R$id: int standard +com.google.android.material.R$color: int cardview_shadow_start_color +james.adaptiveicon.R$layout: int notification_action +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeDegreeDayTemperature +com.google.android.material.R$dimen: int design_snackbar_max_width +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: android.os.Bundle mOptions +cyanogenmod.profiles.ConnectionSettings +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: ObservableBufferBoundary$BufferBoundaryObserver(io.reactivex.Observer,io.reactivex.ObservableSource,io.reactivex.functions.Function,java.util.concurrent.Callable) +com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleMarginBottom(int) +com.turingtechnologies.materialscrollbar.R$styleable: int[] FontFamily +androidx.appcompat.R$attr: int listPreferredItemPaddingStart +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_editor_absoluteX +wangdaye.com.geometricweather.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_0 +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: void onNext(java.lang.Object) +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void onError(java.lang.Throwable) +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_navigation_item_icon_padding +wangdaye.com.geometricweather.R$styleable: int BottomAppBar_paddingBottomSystemWindowInsets +com.google.android.material.R$attr: int chipSpacingHorizontal +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity +androidx.vectordrawable.animated.R$id: int action_image +com.google.android.material.R$attr: int chipSpacingVertical +androidx.preference.R$styleable: int SearchView_submitBackground +wangdaye.com.geometricweather.R$attr: int customColorDrawableValue +io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: java.util.concurrent.atomic.AtomicBoolean once +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamily_fontProviderAuthority +wangdaye.com.geometricweather.db.entities.DailyEntityDao +com.bumptech.glide.integration.okhttp.R$layout: int notification_template_icon_group +androidx.hilt.R$drawable +androidx.customview.R$id: int tag_unhandled_key_event_manager +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_autoSizePresetSizes +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: ObservableScalarXMap$ScalarDisposable(io.reactivex.Observer,java.lang.Object) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: java.lang.String logo +wangdaye.com.geometricweather.R$array: int air_quality_co_units +retrofit2.Response: java.lang.String toString() +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView: DoubleHistogramView(android.content.Context) +wangdaye.com.geometricweather.R$id: int activity_widget_config_subtitle_inputter +android.didikee.donate.R$id: int custom +cyanogenmod.app.IProfileManager: boolean isEnabled() +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex yesterday +androidx.coordinatorlayout.R$id: int action_divider +com.jaredrummler.android.colorpicker.R$attr: int hideOnContentScroll +android.didikee.donate.R$anim: int abc_shrink_fade_out_from_bottom +com.google.android.material.button.MaterialButtonToggleGroup: MaterialButtonToggleGroup(android.content.Context,android.util.AttributeSet,int) +okhttp3.Cookie: java.util.regex.Pattern MONTH_PATTERN +okio.BufferedSource: java.io.InputStream inputStream() +io.reactivex.Observable: java.util.concurrent.Future toFuture() +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeTotalPrecipitation(java.lang.Float) +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setIcon(android.graphics.Bitmap) +wangdaye.com.geometricweather.R$id: int item_tag +cyanogenmod.app.ProfileManager: java.lang.String TAG +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Small_Inverse +com.jaredrummler.android.colorpicker.R$color: int dim_foreground_material_dark +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintGuide_end +androidx.constraintlayout.widget.R$styleable: int Toolbar_buttonGravity +android.didikee.donate.R$attr: int activityChooserViewStyle +com.xw.repo.bubbleseekbar.R$color: int primary_dark_material_dark +cyanogenmod.weather.WeatherInfo$DayForecast$Builder: double mLow +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Position +wangdaye.com.geometricweather.background.receiver.widget.WidgetTrendHourlyProvider: WidgetTrendHourlyProvider() +androidx.swiperefreshlayout.R$color: int secondary_text_default_material_light +androidx.lifecycle.Lifecycling$1: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) +androidx.hilt.R$string +androidx.preference.R$attr: int keylines +com.turingtechnologies.materialscrollbar.R$attr: int actionModeSplitBackground +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AppBarLayout_PrimarySurface +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_Solid +androidx.vectordrawable.animated.R$dimen: int compat_control_corner_material +androidx.preference.R$dimen: int abc_select_dialog_padding_start_material +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: io.reactivex.disposables.CompositeDisposable disposables +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_type +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatSeekBar_tickMarkTint +okhttp3.internal.platform.Platform: java.lang.Object getStackTraceForCloseable(java.lang.String) +com.google.android.material.R$styleable: int MenuView_android_itemTextAppearance +androidx.recyclerview.R$color: int notification_icon_bg_color +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_1 +wangdaye.com.geometricweather.R$styleable: int OnSwipe_dragThreshold +androidx.constraintlayout.widget.R$attr: int path_percent +cyanogenmod.power.IPerformanceManager$Stub: int TRANSACTION_getPowerProfile +androidx.appcompat.resources.R$styleable: int FontFamily_fontProviderCerts +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void onComplete() +james.adaptiveicon.R$color: int abc_tint_edittext +com.jaredrummler.android.colorpicker.R$styleable: int[] PopupWindowBackgroundState +androidx.appcompat.widget.Toolbar: android.content.Context getPopupContext() +okio.Utf8: long size(java.lang.String) +okhttp3.internal.http2.Huffman$Node: int symbol +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver: void onComplete() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Maximum: double Value +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Headline3 +android.didikee.donate.R$layout: int select_dialog_item_material +io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,int,io.reactivex.Scheduler) +androidx.viewpager.R$attr: int font +wangdaye.com.geometricweather.R$attr: int persistent +android.didikee.donate.R$attr: int backgroundTintMode +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar +james.adaptiveicon.R$drawable: int abc_textfield_search_activated_mtrl_alpha +androidx.preference.R$dimen: int abc_action_bar_content_inset_material +android.didikee.donate.R$dimen: int abc_dialog_list_padding_bottom_no_buttons +com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_buttonIconDimen +okhttp3.internal.connection.StreamAllocation: void streamFailed(java.io.IOException) +androidx.preference.UnPressableLinearLayout: UnPressableLinearLayout(android.content.Context,android.util.AttributeSet) +io.reactivex.internal.operators.observable.ObservableGroupBy$State: boolean isDisposed() +android.didikee.donate.R$styleable: int SearchView_searchIcon +cyanogenmod.themes.IThemeChangeListener: void onProgress(int) +androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_translationY +cyanogenmod.externalviews.ExternalView$7: cyanogenmod.externalviews.ExternalView this$0 +com.google.android.material.R$styleable: int Layout_layout_constraintDimensionRatio +androidx.constraintlayout.widget.R$anim: int abc_grow_fade_in_from_bottom +androidx.preference.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary +okhttp3.Address: java.util.List connectionSpecs() +com.xw.repo.bubbleseekbar.R$color: int dim_foreground_disabled_material_light +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_optimizationLevel +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +androidx.loader.R$id: int action_container +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getUvLevel() +okhttp3.HttpUrl: java.util.List pathSegments() +com.google.android.material.R$dimen: int mtrl_low_ripple_focused_alpha +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ImageButton +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property IcePrecipitationProbability +wangdaye.com.geometricweather.R$attr: int indicatorColor +james.adaptiveicon.R$dimen: int tooltip_corner_radius +io.reactivex.internal.util.NotificationLite$DisposableNotification: io.reactivex.disposables.Disposable upstream +com.google.android.material.chip.Chip: void setShowMotionSpecResource(int) +android.didikee.donate.R$id: int search_edit_frame +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone: AccuLocationResult$TimeZone() +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer realFeelShaderTemperature +androidx.preference.R$color: int primary_text_disabled_material_dark +cyanogenmod.providers.CMSettings$System: long getLong(android.content.ContentResolver,java.lang.String,long) +androidx.preference.R$style: int Widget_AppCompat_Light_ActionButton +android.didikee.donate.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle +androidx.constraintlayout.widget.R$styleable: int MockView_mock_showDiagonals +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_summaryOn +wangdaye.com.geometricweather.R$drawable: int ic_circle_white +androidx.transition.R$styleable: int[] FontFamilyFont +androidx.room.MultiInstanceInvalidationService: MultiInstanceInvalidationService() +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider +james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void onComplete() +wangdaye.com.geometricweather.R$styleable: int[] KeyFramesAcceleration +org.greenrobot.greendao.AbstractDao: long insertOrReplace(java.lang.Object) +com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day +wangdaye.com.geometricweather.common.basic.models.weather.WindDegree: float getDegree() +androidx.appcompat.R$id: int content +androidx.drawerlayout.R$drawable: int notification_icon_background +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionDropDownStyle +okhttp3.internal.Util: int decodeHexDigit(char) +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: boolean done +io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,io.reactivex.Scheduler) +androidx.appcompat.R$attr: int drawableStartCompat +com.google.gson.stream.JsonReader: boolean isLiteral(char) +wangdaye.com.geometricweather.R$layout: int notification_template_icon_group +com.google.android.material.internal.ParcelableSparseArray: android.os.Parcelable$Creator CREATOR +com.google.android.material.R$attr: int buttonCompat +wangdaye.com.geometricweather.R$styleable: int[] Motion +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: boolean isEntityUpdateable() +wangdaye.com.geometricweather.R$dimen: int abc_text_size_display_3_material +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Rain +wangdaye.com.geometricweather.R$id: int widget_clock_day_week +com.google.android.material.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated +com.google.android.material.R$attr: int cornerFamilyBottomRight +io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: void onNext(java.lang.Object) +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_LAUNCHER +wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List minutelyForecast +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String weatherSource +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX getIndices() +wangdaye.com.geometricweather.R$attr: int actionBarStyle +wangdaye.com.geometricweather.R$color: int material_slider_active_tick_marks_color +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_android_gravity +com.xw.repo.bubbleseekbar.R$string: int abc_activitychooserview_choose_application +androidx.legacy.coreutils.R$styleable: int[] GradientColor +androidx.appcompat.R$dimen: int abc_list_item_height_large_material +cyanogenmod.app.CustomTile$ExpandedItem: void internalSetItemSummary(java.lang.String) +wangdaye.com.geometricweather.R$color: int colorTextContent_light +wangdaye.com.geometricweather.R$color: int material_on_primary_disabled +cyanogenmod.app.LiveLockScreenInfo$Builder +com.turingtechnologies.materialscrollbar.R$attr: int iconSize +androidx.drawerlayout.R$id: int right_side +cyanogenmod.profiles.AirplaneModeSettings: void getXmlString(java.lang.StringBuilder,android.content.Context) +com.google.android.material.R$styleable: int RecyclerView_spanCount +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver +cyanogenmod.app.CustomTile$ExpandedStyle: void internalSetExpandedItems(java.util.ArrayList) +com.google.android.material.R$id: int outgoing +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_android_baselineAligned +com.google.android.material.R$layout: int mtrl_calendar_horizontal +wangdaye.com.geometricweather.R$id: int widget_day_subtitle +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) +wangdaye.com.geometricweather.R$attr: int waveVariesBy +com.bumptech.glide.integration.okhttp.R$id: int start +android.didikee.donate.R$dimen: int abc_button_padding_horizontal_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: java.lang.String logo +wangdaye.com.geometricweather.R$styleable: int AppBarLayout_statusBarForeground +io.reactivex.internal.util.HashMapSupplier: io.reactivex.internal.util.HashMapSupplier valueOf(java.lang.String) +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property ThunderstormPrecipitationProbability +androidx.work.R$id: int accessibility_custom_action_17 +wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: void setDayIndicatorRotation(float) +wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar +android.didikee.donate.R$string: int status_bar_notification_info_overflow +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_icon_3 +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle +okhttp3.logging.LoggingEventListener$Factory: okhttp3.logging.HttpLoggingInterceptor$Logger logger +android.support.v4.app.INotificationSideChannel: void cancel(java.lang.String,int,java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric: double Value +com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawable_android_exitFadeDuration +androidx.core.R$attr: int font +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_106 +cyanogenmod.externalviews.KeyguardExternalView: java.lang.String TAG +cyanogenmod.hardware.IThermalListenerCallback$Stub$Proxy +androidx.appcompat.R$id: int activity_chooser_view_content +io.reactivex.internal.util.HashMapSupplier: java.util.concurrent.Callable asCallable() +okhttp3.HttpUrl: java.lang.String url +wangdaye.com.geometricweather.R$layout: int material_clockface_textview +androidx.appcompat.R$drawable: int abc_ratingbar_indicator_material +cyanogenmod.app.ICMTelephonyManager: void setDefaultPhoneSub(int) +com.google.android.material.bottomappbar.BottomAppBar: int getFabAlignmentMode() +androidx.preference.R$styleable: int MenuItem_android_id +okhttp3.internal.http2.Http2Connection$4: Http2Connection$4(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[],int,java.util.List) +com.google.android.material.R$styleable: int Constraint_android_minWidth +androidx.loader.content.Loader: void unregisterListener(androidx.loader.content.Loader$OnLoadCompleteListener) +androidx.constraintlayout.widget.R$style: int TextAppearance_Compat_Notification_Line2 +com.jaredrummler.android.colorpicker.R$style: int PreferenceThemeOverlay_v14 +wangdaye.com.geometricweather.db.entities.DaoMaster: int SCHEMA_VERSION +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: int state +wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.String level +com.xw.repo.bubbleseekbar.R$id: int action_image +com.google.android.material.R$attr: int suggestionRowLayout +wangdaye.com.geometricweather.R$styleable: int Slider_haloColor +james.adaptiveicon.R$anim: int abc_fade_out +wangdaye.com.geometricweather.R$styleable: int RecyclerView_stackFromEnd +okhttp3.internal.ws.WebSocketReader: boolean isFinalFrame +io.reactivex.internal.util.EmptyComponent: void dispose() +wangdaye.com.geometricweather.R$styleable: int Slider_trackHeight +wangdaye.com.geometricweather.db.entities.DailyEntity: void setRagweedDescription(java.lang.String) +okhttp3.internal.cache.DiskLruCache: boolean closed +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: java.lang.String ShortPhrase +androidx.core.R$drawable: int notification_bg_low_normal +androidx.preference.R$attr: int listDividerAlertDialog +com.jaredrummler.android.colorpicker.R$layout: int preference_category +com.jaredrummler.android.colorpicker.R$dimen: int abc_cascading_menus_min_smallest_width +retrofit2.converter.gson.GsonRequestBodyConverter: GsonRequestBodyConverter(com.google.gson.Gson,com.google.gson.TypeAdapter) +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_NoActionBar +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.internal.util.ErrorMode errorMode +com.google.android.material.R$styleable: int Slider_tickColor +wangdaye.com.geometricweather.R$drawable: int flag_el +wangdaye.com.geometricweather.R$style: int Preference_PreferenceScreen_Material +androidx.preference.R$styleable: int Spinner_popupTheme +okhttp3.internal.http1.Http1Codec$AbstractSource: okio.ForwardingTimeout timeout +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_lastVerticalBias +androidx.appcompat.R$attr: int dividerVertical +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: java.util.Queue sources +com.google.android.material.R$styleable: int ConstraintSet_android_visibility +okhttp3.Cache$CacheRequestImpl +wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_marginLeft +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.HistoryEntity,int) +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$layout: int widget_day_vertical +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_LOW_POWER_VALIDATOR +cyanogenmod.providers.CMSettings$Secure: int getInt(android.content.ContentResolver,java.lang.String) +wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit[] values() +wangdaye.com.geometricweather.R$bool: int enable_system_job_service_default +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut +james.adaptiveicon.R$dimen: int notification_content_margin_start +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle +wangdaye.com.geometricweather.R$id: int toggle +androidx.appcompat.widget.ScrollingTabContainerView: void setAllowCollapse(boolean) +cyanogenmod.profiles.StreamSettings$1: java.lang.Object[] newArray(int) +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation +wangdaye.com.geometricweather.R$attr: int errorTextColor +io.reactivex.Observable: io.reactivex.Observable withLatestFrom(io.reactivex.ObservableSource,io.reactivex.functions.BiFunction) +james.adaptiveicon.R$styleable: int TextAppearance_fontVariationSettings +android.didikee.donate.R$id: int action_bar_subtitle +com.jaredrummler.android.colorpicker.R$dimen: int fastscroll_minimum_range +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_percent +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: io.reactivex.Scheduler scheduler +com.jaredrummler.android.colorpicker.R$styleable: int ColorPanelView_cpv_colorShape +cyanogenmod.themes.IThemeService$Stub$Proxy: android.os.IBinder mRemote +com.xw.repo.bubbleseekbar.R$attr: int titleMarginBottom +okhttp3.internal.io.FileSystem$1: okio.Source source(java.io.File) +com.google.android.material.R$styleable: int StateListDrawable_android_enterFadeDuration +james.adaptiveicon.R$dimen: int abc_select_dialog_padding_start_material +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_title_material_toolbar +com.google.android.material.R$dimen: int notification_content_margin_start +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_collapsedTitleGravity +wangdaye.com.geometricweather.R$styleable: int State_constraints +com.google.android.material.tabs.TabLayout: void setInlineLabel(boolean) +io.reactivex.Observable: java.lang.Iterable blockingNext() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_ratingBarStyle +androidx.drawerlayout.widget.DrawerLayout$SavedState: android.os.Parcelable$Creator CREATOR +androidx.appcompat.widget.ActionBarOverlayLayout: ActionBarOverlayLayout(android.content.Context,android.util.AttributeSet) +androidx.appcompat.R$attr: int paddingBottomNoButtons +android.didikee.donate.R$id: int default_activity_button +com.google.android.material.R$styleable: int CollapsingToolbarLayout_contentScrim +androidx.preference.R$styleable: int ActionBar_divider +com.google.android.material.R$styleable: int[] Chip +okio.Buffer: okio.Buffer writeLongLe(long) +com.bumptech.glide.load.engine.GlideException: java.lang.Exception getOrigin() +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_marginTop +com.google.android.material.R$attr: int pivotAnchor +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void unregisterCallback(cyanogenmod.externalviews.IKeyguardExternalViewCallbacks) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: void setStatus(int) +okio.Timeout: okio.Timeout clearTimeout() +io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer +com.xw.repo.bubbleseekbar.R$attr: int subMenuArrow +com.turingtechnologies.materialscrollbar.R$dimen: int abc_search_view_preferred_width +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ListView_DropDown +wangdaye.com.geometricweather.R$id: int widget_trend_daily_item_5 +wangdaye.com.geometricweather.R$styleable: int ActionBar_background +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void data(boolean,int,okio.BufferedSource,int) +androidx.preference.R$layout: int preference_widget_seekbar_material +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintCircleRadius +wangdaye.com.geometricweather.R$attr: int cpv_startAngle +androidx.customview.R$layout: R$layout() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: java.lang.String pubTime +wangdaye.com.geometricweather.R$string: int key_trend_horizontal_line_switch +com.google.android.material.tabs.TabLayout$TabView +com.google.android.material.R$dimen: int mtrl_calendar_header_toggle_margin_top +cyanogenmod.weatherservice.WeatherProviderService: void onConnected() +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: java.lang.String insee +wangdaye.com.geometricweather.R$drawable: int ic_mtrl_checked_circle +androidx.preference.R$attr: int widgetLayout +wangdaye.com.geometricweather.R$attr: int itemHorizontalPadding +james.adaptiveicon.R$dimen: int abc_dropdownitem_icon_width +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_thumbTint +cyanogenmod.app.ProfileManager +com.turingtechnologies.materialscrollbar.R$bool: int mtrl_btn_textappearance_all_caps +wangdaye.com.geometricweather.R$style: int ShapeAppearance_MaterialComponents +androidx.loader.R$color: int notification_action_color_filter +okhttp3.Cache: okhttp3.internal.cache.InternalCache internalCache +android.didikee.donate.R$attr: int ratingBarStyleSmall +james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 +androidx.appcompat.R$color: int abc_hint_foreground_material_dark +com.google.android.material.R$dimen: int mtrl_fab_elevation +com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_fixed_height_major +wangdaye.com.geometricweather.R$attr: int backgroundTint +com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_elevation +com.google.android.material.R$style: int Animation_AppCompat_Dialog +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout: FitSystemBarAppBarLayout(android.content.Context,android.util.AttributeSet) +io.reactivex.disposables.ReferenceDisposable +okhttp3.RealCall: okhttp3.internal.connection.StreamAllocation streamAllocation() +androidx.hilt.R$drawable: int notification_template_icon_low_bg +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_actionLayout androidx.constraintlayout.widget.R$attr: int minHeight -androidx.preference.R$styleable: int ViewBackgroundHelper_android_background -cyanogenmod.externalviews.KeyguardExternalView$1: void onServiceConnected(android.content.ComponentName,android.os.IBinder) -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language ENGLISH_AU -androidx.lifecycle.SavedStateHandleController$OnRecreation: void onRecreated(androidx.savedstate.SavedStateRegistryOwner) -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu -wangdaye.com.geometricweather.R$attr: int behavior_autoHide -android.didikee.donate.R$styleable: int MenuItem_android_title -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA -androidx.constraintlayout.widget.R$id: int autoCompleteToEnd -com.google.android.material.textfield.TextInputLayout: void setHint(java.lang.CharSequence) -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginTop -cyanogenmod.profiles.AirplaneModeSettings: int getValue() -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu -wangdaye.com.geometricweather.R$attr: int thickness -com.turingtechnologies.materialscrollbar.R$layout: int abc_popup_menu_item_layout -wangdaye.com.geometricweather.R$attr: int fastScrollVerticalThumbDrawable -androidx.lifecycle.LiveData$1: LiveData$1(androidx.lifecycle.LiveData) -androidx.constraintlayout.widget.R$attr: int alertDialogStyle -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: boolean active -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: java.lang.String getDefenseText() -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken valueOf(java.lang.String) -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber -wangdaye.com.geometricweather.R$color: int colorSearchBarBackground_light -james.adaptiveicon.R$id: int info -cyanogenmod.externalviews.IExternalViewProvider: void onPause() -androidx.lifecycle.SavedStateViewModelFactory -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_drawableStart -com.google.android.material.R$attr: int buttonGravity -cyanogenmod.app.IProfileManager$Stub$Proxy: android.os.IBinder mRemote -com.google.android.material.chip.Chip: android.text.TextUtils$TruncateAt getEllipsize() -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_contentInsetStart -com.google.gson.stream.JsonReader: int peekKeyword() -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_section_text_position -wangdaye.com.geometricweather.R$dimen: int mtrl_alert_dialog_background_inset_start -androidx.preference.R$styleable: int ActionMode_backgroundSplit -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_helperTextTextAppearance -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_android_textOn -androidx.customview.R$dimen: int notification_action_text_size -wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Snackbar_Message -androidx.preference.R$dimen: int abc_action_bar_default_padding_start_material -androidx.appcompat.app.WindowDecorActionBar: void removeOnMenuVisibilityListener(androidx.appcompat.app.ActionBar$OnMenuVisibilityListener) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_ensureMinTouchTargetSize -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken BEGIN_ARRAY -james.adaptiveicon.R$dimen: int compat_control_corner_material -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean addInner(io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver) -androidx.appcompat.R$styleable: int AppCompatTextHelper_android_drawableTop -com.google.android.material.R$style: int Widget_MaterialComponents_Chip_Entry -wangdaye.com.geometricweather.R$integer: int mtrl_btn_anim_duration_ms -android.didikee.donate.R$dimen: int highlight_alpha_material_dark -androidx.customview.R$style: int TextAppearance_Compat_Notification_Line2 -com.turingtechnologies.materialscrollbar.R$style: int Base_Animation_AppCompat_Tooltip -androidx.vectordrawable.animated.R$string: R$string() -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem -com.turingtechnologies.materialscrollbar.R$styleable: int MenuGroup_android_checkableBehavior -wangdaye.com.geometricweather.search.LoadableLocationList$Status: wangdaye.com.geometricweather.search.LoadableLocationList$Status SUCCESS -com.turingtechnologies.materialscrollbar.R$attr: int listPreferredItemPaddingRight -com.xw.repo.bubbleseekbar.R$attr: int bsb_hide_bubble -okio.Timeout: okio.Timeout deadline(long,java.util.concurrent.TimeUnit) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial: double Value -com.xw.repo.bubbleseekbar.R$anim: int abc_popup_enter -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float rain -io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: void dispose() -wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_container -androidx.hilt.work.R$style: int TextAppearance_Compat_Notification_Info -cyanogenmod.weather.WeatherInfo: WeatherInfo(android.os.Parcel,cyanogenmod.weather.WeatherInfo$1) -androidx.vectordrawable.animated.R$dimen: int notification_top_pad_large_text -androidx.work.R$id: int accessibility_custom_action_6 -androidx.appcompat.R$color: int tooltip_background_light -android.didikee.donate.R$styleable: int MenuItem_iconTint -androidx.dynamicanimation.R$id: int action_image -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA +james.adaptiveicon.R$drawable: int abc_dialog_material_background +wangdaye.com.geometricweather.R$id: int month_grid +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void clear() +androidx.preference.R$attr: int colorPrimary +com.google.android.material.R$styleable: int RadialViewGroup_materialCircleRadius +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionButton +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Metric: AccuCurrentResult$PrecipitationSummary$Precipitation$Metric() +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub: java.lang.String DESCRIPTOR +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_constraint_referenced_ids +androidx.appcompat.R$style: int Base_V7_Widget_AppCompat_EditText +io.reactivex.internal.subscribers.StrictSubscriber: boolean done +okhttp3.internal.http2.Http2Connection: long awaitPingsSent +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String getLevel() +okhttp3.Cache: int writeAbortCount +wangdaye.com.geometricweather.R$string: int mtrl_picker_day_of_week_column_header +com.google.android.material.R$color: int design_default_color_on_surface +androidx.viewpager.R$id: int tag_transition_group +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult: wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties properties +wangdaye.com.geometricweather.R$attr: int materialCircleRadius +cyanogenmod.alarmclock.ClockContract$CitiesColumns: java.lang.String CITY_NAME +io.reactivex.Observable: io.reactivex.Observable ambWith(io.reactivex.ObservableSource) +wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.lang.String getDescription() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeWindSpeed +okhttp3.internal.ws.WebSocketProtocol: int B0_FLAG_RSV2 +james.adaptiveicon.R$style: int Theme_AppCompat +com.google.android.material.R$styleable: int AppCompatTheme_radioButtonStyle +androidx.constraintlayout.widget.R$attr: int mock_showDiagonals +com.google.android.material.R$anim: int btn_checkbox_to_checked_icon_null_animation +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: java.lang.String CountryID +com.google.android.material.R$id: int save_overlay_view +androidx.preference.R$string: int abc_menu_meta_shortcut_label +okhttp3.internal.cache.DiskLruCache: java.lang.String JOURNAL_FILE_BACKUP +com.jaredrummler.android.colorpicker.R$dimen: int abc_list_item_padding_horizontal_material +com.google.android.material.R$plurals: int mtrl_badge_content_description +wangdaye.com.geometricweather.R$attr: int itemIconSize +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarItemBackground +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomSheet_Modal +com.turingtechnologies.materialscrollbar.R$id: int spacer +wangdaye.com.geometricweather.R$drawable: int ic_state_uncheck +com.google.android.material.R$attr: int flow_maxElementsWrap +okio.BufferedSink: okio.BufferedSink writeHexadecimalUnsignedLong(long) +wangdaye.com.geometricweather.R$attr: int cornerRadius +james.adaptiveicon.R$styleable: int ActionBar_backgroundSplit +io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain: java.lang.String MESSAGE +wangdaye.com.geometricweather.R$styleable: int[] GradientColorItem +okhttp3.internal.cache2.Relay$RelaySource +okhttp3.ConnectionSpec: boolean supportsTlsExtensions() +androidx.constraintlayout.widget.R$dimen: int abc_text_size_title_material_toolbar +androidx.vectordrawable.R$style: int Widget_Compat_NotificationActionText +androidx.appcompat.app.ToolbarActionBar +com.google.android.material.R$styleable: int Constraint_layout_constraintHeight_default +wangdaye.com.geometricweather.R$id: int visible_removing_fragment_view_tag +com.turingtechnologies.materialscrollbar.R$id: int item_touch_helper_previous_elevation +androidx.preference.R$attr: int contentInsetRight +james.adaptiveicon.R$id: int tabMode +wangdaye.com.geometricweather.R$animator: int weather_rain_3 +androidx.appcompat.widget.LinearLayoutCompat +com.google.android.material.tabs.TabLayout: void setupWithViewPager(androidx.viewpager.widget.ViewPager) +android.didikee.donate.R$style: int Theme_AppCompat_Dialog +cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy +okhttp3.Response$Builder: okhttp3.Response$Builder header(java.lang.String,java.lang.String) +com.google.android.material.slider.BaseSlider: void setTickVisible(boolean) +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setLabelVisibilityMode(int) +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: int val$height +androidx.appcompat.R$id: int custom +com.xw.repo.bubbleseekbar.R$bool: int abc_config_actionMenuItemAllCaps +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_MonthNavigationButton +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_popupTheme +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_d +androidx.swiperefreshlayout.R$style: int TextAppearance_Compat_Notification +androidx.preference.R$drawable: int abc_control_background_material +com.google.android.material.R$styleable: int[] RangeSlider +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: java.lang.String weather +cyanogenmod.externalviews.ExternalView$3: ExternalView$3(cyanogenmod.externalviews.ExternalView) +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_4 +okio.SegmentPool: long byteCount +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionButton +com.jaredrummler.android.colorpicker.R$attr: int buttonBarNegativeButtonStyle +com.google.android.material.R$styleable: int SearchView_goIcon +android.didikee.donate.R$styleable: int AppCompatTheme_ratingBarStyleIndicator +wangdaye.com.geometricweather.location.services.LocationService: void cancel() +wangdaye.com.geometricweather.R$layout: int activity_daily_trend_display_manage +android.didikee.donate.R$style: int Widget_AppCompat_PopupMenu +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: void onError(java.lang.Throwable) +okio.RealBufferedSink: void flush() +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: boolean checkTerminated(boolean,boolean,org.reactivestreams.Subscriber,java.util.concurrent.atomic.AtomicReference) +androidx.constraintlayout.widget.R$attr: int actionOverflowMenuStyle +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Toolbar_Button_Navigation +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_lastHorizontalStyle +androidx.preference.R$color: int bright_foreground_inverse_material_dark +cyanogenmod.app.CustomTileListenerService: cyanogenmod.app.ICMStatusBarManager mStatusBarService +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarViewPager: FitSystemBarViewPager(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$styleable: int AppCompatTheme_android_windowAnimationStyle +wangdaye.com.geometricweather.R$id: int mtrl_calendar_year_selector_frame +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceSearchResultTitle +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver(io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver) +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut +james.adaptiveicon.R$drawable: int abc_menu_hardkey_panel_mtrl_mult +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWeatherPhase(java.lang.String) +cyanogenmod.weather.WeatherLocation: WeatherLocation() +com.google.android.material.internal.ScrimInsetsFrameLayout: void setScrimInsetForeground(android.graphics.drawable.Drawable) +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int MIXED_RAIN_AND_SNOW +wangdaye.com.geometricweather.R$style: int Base_DialogWindowTitle_AppCompat +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu +com.google.android.material.R$layout: int abc_tooltip +okhttp3.internal.Internal: okhttp3.internal.connection.RealConnection get(okhttp3.ConnectionPool,okhttp3.Address,okhttp3.internal.connection.StreamAllocation,okhttp3.Route) +com.google.android.material.R$styleable: int MaterialCalendarItem_itemStrokeWidth +androidx.recyclerview.widget.RecyclerView: void setPreserveFocusAfterLayout(boolean) +androidx.vectordrawable.R$id: int accessibility_custom_action_25 +wangdaye.com.geometricweather.R$attr: int preferenceFragmentListStyle +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: ObservableSampleTimed$SampleTimedObserver(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String so2Desc +com.google.android.material.R$styleable: int FontFamilyFont_android_font +com.google.android.material.R$styleable: int ShapeAppearance_cornerFamily +wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: java.lang.String getProviderName(android.content.Context) +com.turingtechnologies.materialscrollbar.R$attr: int listPreferredItemHeight +wangdaye.com.geometricweather.R$drawable: int notif_temp_78 +com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_actionTextColorAlpha +com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableItem_android_drawable +androidx.preference.R$drawable: int notification_bg_low_normal +com.xw.repo.bubbleseekbar.R$attr: int titleTextAppearance +cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: IExternalViewProvider$Stub$Proxy(android.os.IBinder) +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: void onError(java.lang.Throwable) +cyanogenmod.weather.WeatherInfo: double getWindSpeed() +io.reactivex.Observable: io.reactivex.Observable concatWith(io.reactivex.MaybeSource) +androidx.preference.PreferenceManager: void setOnNavigateToScreenListener(androidx.preference.PreferenceManager$OnNavigateToScreenListener) +com.google.android.material.datepicker.CalendarConstraints: android.os.Parcelable$Creator CREATOR +androidx.appcompat.R$drawable: int abc_seekbar_tick_mark_material +androidx.work.R$dimen: int notification_action_icon_size +androidx.preference.R$dimen: int abc_button_padding_vertical_material +com.turingtechnologies.materialscrollbar.R$layout: int abc_alert_dialog_button_bar_material +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Speed: java.lang.String Unit +androidx.preference.R$styleable: int MenuItem_contentDescription +cyanogenmod.externalviews.KeyguardExternalView$8 +wangdaye.com.geometricweather.R$attr: int selectorSize +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_elevation +com.google.android.material.R$styleable: int AppCompatTheme_editTextBackground +androidx.appcompat.R$style: int Base_V21_Theme_AppCompat_Dialog +com.google.android.material.appbar.AppBarLayout: void setOrientation(int) +androidx.appcompat.R$dimen: int abc_button_inset_horizontal_material +com.google.android.material.R$styleable: int KeyCycle_wavePeriod +androidx.preference.R$style: int Base_Widget_AppCompat_SeekBar_Discrete +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +androidx.work.R$id: int title +cyanogenmod.app.CustomTile$ExpandedStyle: cyanogenmod.app.CustomTile$ExpandedItem[] expandedItems +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Medium +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemIconPadding +okhttp3.internal.ws.RealWebSocket: void failWebSocket(java.lang.Exception,okhttp3.Response) +io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) +wangdaye.com.geometricweather.R$dimen: int abc_button_padding_horizontal_material +android.didikee.donate.R$style: int Animation_AppCompat_Dialog +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: IKeyguardExternalViewCallbacks$Stub() +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver +androidx.preference.R$styleable: int Toolbar_subtitleTextAppearance +wangdaye.com.geometricweather.R$string: int content_desc_weather_icon +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_subtitle_bottom_margin_material +com.jaredrummler.android.colorpicker.R$dimen: int notification_large_icon_width +okhttp3.logging.HttpLoggingInterceptor$Logger$1 +retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter: java.lang.reflect.Type responseType() +com.google.android.material.R$attr: int titleMarginStart +androidx.preference.R$color: int accent_material_light +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_horizontalGap +okhttp3.internal.Util: void checkOffsetAndCount(long,long,long) +cyanogenmod.externalviews.ExternalViewProperties: int mWidth +wangdaye.com.geometricweather.R$color: int striking_red +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: java.lang.String unit +com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState valueOf(java.lang.String) +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_SeekBar +wangdaye.com.geometricweather.R$attr: int percentX +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: double seaLevel +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$TotalLiquid: double Value +com.github.rahatarmanahmed.cpv.CircularProgressView: CircularProgressView(android.content.Context,android.util.AttributeSet,int) +androidx.appcompat.R$drawable: int btn_checkbox_unchecked_to_checked_mtrl_animation +androidx.preference.R$style: int TextAppearance_AppCompat_Large_Inverse +wangdaye.com.geometricweather.R$string: int mtrl_picker_text_input_date_range_end_hint +android.didikee.donate.R$id: int action_bar_container +com.jaredrummler.android.colorpicker.R$attr: int cpv_borderColor +cyanogenmod.app.BaseLiveLockManagerService$1 +androidx.recyclerview.R$styleable: int RecyclerView_layoutManager +wangdaye.com.geometricweather.R$styleable: int SearchView_layout +com.google.android.material.floatingactionbutton.FloatingActionButton: com.google.android.material.floatingactionbutton.FloatingActionButtonImpl getImpl() +james.adaptiveicon.R$styleable: int SearchView_android_maxWidth +cyanogenmod.power.IPerformanceManager$Stub: int TRANSACTION_getNumberOfProfiles +okhttp3.MultipartBody: okhttp3.MediaType MIXED +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String TODAYS_LOW_TEMPERATURE +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title +wangdaye.com.geometricweather.remoteviews.config.AbstractWidgetConfigActivity: AbstractWidgetConfigActivity() +io.reactivex.internal.util.NotificationLite: java.lang.Object subscription(org.reactivestreams.Subscription) +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonStyle +com.google.android.material.R$id: int checked +androidx.constraintlayout.widget.R$id: int image +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType TransactionRunnable +com.turingtechnologies.materialscrollbar.R$styleable: int ThemeEnforcement_android_textAppearance +com.bumptech.glide.Priority: com.bumptech.glide.Priority NORMAL +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow: java.lang.Float cumul12H +androidx.appcompat.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar +wangdaye.com.geometricweather.R$string: int cpv_transparency +androidx.preference.R$attr: int commitIcon +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: boolean checkTerminated(boolean,boolean,org.reactivestreams.Subscriber) +cyanogenmod.profiles.StreamSettings: boolean isOverride() +android.didikee.donate.R$attr: int textAppearancePopupMenuHeader +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Headline +com.turingtechnologies.materialscrollbar.R$attr: int actionMenuTextColor +cyanogenmod.app.CustomTile$ExpandedListItem: void setExpandedListItemBitmap(android.graphics.Bitmap) +androidx.constraintlayout.widget.R$attr: int customColorValue +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dialogTheme +com.google.android.material.R$attr: int allowStacking +androidx.constraintlayout.widget.R$styleable: int Variant_region_heightMoreThan +androidx.transition.R$id: int notification_background +com.google.android.material.R$integer: int design_snackbar_text_max_lines +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX: java.util.List brands +androidx.vectordrawable.R$styleable: int GradientColor_android_startX +wangdaye.com.geometricweather.R$attr: int pivotAnchor +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft +com.google.gson.internal.LazilyParsedNumber: boolean equals(java.lang.Object) +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setRealFeelTemperature(java.lang.Integer) +androidx.hilt.lifecycle.R$dimen: int notification_right_side_padding_top +okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level BODY +cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy: boolean handles(android.content.Intent) +com.google.android.material.R$styleable: int Constraint_barrierMargin +okhttp3.internal.http.HttpDate: java.lang.String format(java.util.Date) +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionBar_TabText +wangdaye.com.geometricweather.R$string: int feedback_ignore_battery_optimizations_title +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large +retrofit2.BuiltInConverters$UnitResponseBodyConverter: java.lang.Object convert(java.lang.Object) +okio.Buffer: boolean equals(java.lang.Object) +cyanogenmod.app.CMTelephonyManager: void setDataConnectionSelectedOnSub(int) +retrofit2.KotlinExtensions$suspendAndThrow$1 +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: long getLtoDownloadInterval() +androidx.appcompat.R$id: int default_activity_button +wangdaye.com.geometricweather.R$attr: int summaryOn +wangdaye.com.geometricweather.R$drawable: int ic_water +com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_horizontalDivider +androidx.preference.UnPressableLinearLayout: UnPressableLinearLayout(android.content.Context) +com.google.android.material.R$styleable: int CoordinatorLayout_keylines +android.didikee.donate.R$style: int Base_Widget_AppCompat_ProgressBar +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: boolean isDisposed() +cyanogenmod.weather.WeatherLocation: java.lang.String access$502(cyanogenmod.weather.WeatherLocation,java.lang.String) +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup +com.turingtechnologies.materialscrollbar.R$attr: int singleChoiceItemLayout +androidx.coordinatorlayout.widget.CoordinatorLayout: android.graphics.drawable.Drawable getStatusBarBackground() +wangdaye.com.geometricweather.R$string: int path_password_eye_mask_strike_through +io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy LATEST +james.adaptiveicon.R$styleable: int ActionBar_progressBarPadding +com.google.android.material.R$styleable: int ProgressIndicator_circularInset +androidx.constraintlayout.widget.R$drawable: int notification_bg +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.String getWeatherSource() +cyanogenmod.providers.CMSettings$Global: cyanogenmod.providers.CMSettings$NameValueCache sNameValueCache +com.jaredrummler.android.colorpicker.R$attr: int actionButtonStyle +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth +wangdaye.com.geometricweather.R$string: int feedback_show_widget_card +james.adaptiveicon.R$style: int Theme_AppCompat_Light_Dialog_MinWidth +com.google.android.material.R$id: int mtrl_calendar_selection_frame +cyanogenmod.app.ThemeVersion: int getMinSupportedVersion() +com.google.android.material.datepicker.RangeDateSelector +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeRainPrecipitationProbability +androidx.appcompat.R$styleable: int MenuItem_android_icon +com.google.android.material.R$id: int tag_accessibility_heading +androidx.loader.R$attr: int ttcIndex +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum Maximum +wangdaye.com.geometricweather.R$layout: int preference_widget_switch +androidx.constraintlayout.widget.R$attr: int displayOptions +com.google.android.material.bottomappbar.BottomAppBar: void setSubtitle(java.lang.CharSequence) +cyanogenmod.themes.IThemeService: boolean isThemeBeingProcessed(java.lang.String) +com.turingtechnologies.materialscrollbar.R$id: int action_bar_subtitle +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Maximum Maximum +androidx.hilt.work.R$id: int tag_accessibility_actions +com.jaredrummler.android.colorpicker.ColorPickerView: void setOnColorChangedListener(com.jaredrummler.android.colorpicker.ColorPickerView$OnColorChangedListener) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric +wangdaye.com.geometricweather.R$color: int mtrl_navigation_item_text_color +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_helperTextTextColor +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_FixedSize +cyanogenmod.util.ColorUtils +androidx.vectordrawable.animated.R$dimen: int notification_action_icon_size +okhttp3.internal.http.HttpHeaders: long contentLength(okhttp3.Response) +androidx.constraintlayout.widget.R$id: int search_close_btn +com.bumptech.glide.load.engine.GlideException: long serialVersionUID +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_lastHorizontalBias +com.google.android.material.R$attr: int splitTrack +wangdaye.com.geometricweather.R$id: int mini +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_alphabeticModifiers +androidx.viewpager2.R$styleable: int FontFamilyFont_android_fontStyle +wangdaye.com.geometricweather.R$drawable: int notif_temp_34 +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int DRIZZLE +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_search_api_material +androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour: androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour MATCH_PARENT +wangdaye.com.geometricweather.R$id: int snapMargins +androidx.preference.R$id: int switchWidget +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: java.lang.String MobileLink +wangdaye.com.geometricweather.R$id: int dialog_adaptive_icon_container +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceListItemSmall +com.google.android.material.R$attr: int boxStrokeWidth +androidx.swiperefreshlayout.R$id: int tag_unhandled_key_listeners +androidx.constraintlayout.widget.R$id: int visible +okhttp3.internal.cache.DiskLruCache: java.io.File directory +com.google.android.material.R$attr: int textAllCaps +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeTotalPrecipitation +androidx.preference.R$style: int Widget_AppCompat_RatingBar_Small +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Body2 +io.reactivex.Observable: io.reactivex.Single singleOrError() +cyanogenmod.profiles.RingModeSettings: boolean mOverride +com.bumptech.glide.load.DecodeFormat: com.bumptech.glide.load.DecodeFormat DEFAULT +androidx.preference.R$attr: int dialogCornerRadius +io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function7) +androidx.fragment.R$styleable: int[] FontFamilyFont +androidx.transition.R$dimen: int notification_big_circle_margin +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: int status +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxStrokeWidthFocused +io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: ObservableAmb$AmbInnerObserver(io.reactivex.internal.operators.observable.ObservableAmb$AmbCoordinator,int,io.reactivex.Observer) +com.google.android.material.R$attr: int minTouchTargetSize +okio.AsyncTimeout$2: okio.AsyncTimeout this$0 +okhttp3.internal.platform.Platform: java.lang.Object readFieldOrNull(java.lang.Object,java.lang.Class,java.lang.String) +androidx.appcompat.widget.Toolbar$SavedState: android.os.Parcelable$Creator CREATOR +androidx.loader.R$styleable: int FontFamily_fontProviderFetchTimeout +okhttp3.Dispatcher: int maxRequestsPerHost +androidx.lifecycle.ReportFragment: void dispatch(androidx.lifecycle.Lifecycle$Event) +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) +okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean canceled +cyanogenmod.externalviews.ExternalView$8: ExternalView$8(cyanogenmod.externalviews.ExternalView) +com.google.android.material.R$id: int action_mode_close_button +com.xw.repo.bubbleseekbar.R$id: int action_bar +com.google.android.material.R$anim: int design_snackbar_out +cyanogenmod.app.CMContextConstants$Features: java.lang.String LIVE_LOCK_SCREEN +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_SearchView +com.google.android.material.R$styleable: int GradientColor_android_centerY +com.google.android.material.appbar.CollapsingToolbarLayout: void setContentScrimResource(int) +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String getStreet_number() +wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_min +androidx.constraintlayout.widget.R$id: int position +wangdaye.com.geometricweather.R$styleable: int PreferenceFragmentCompat_android_divider +androidx.appcompat.widget.AppCompatAutoCompleteTextView: void setCustomSelectionActionModeCallback(android.view.ActionMode$Callback) +james.adaptiveicon.R$styleable: int LinearLayoutCompat_Layout_android_layout_width +com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_itemBackground +cyanogenmod.externalviews.KeyguardExternalView: KeyguardExternalView(android.content.Context,android.util.AttributeSet) +cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_USER_KEY +android.support.v4.os.IResultReceiver$Stub: IResultReceiver$Stub() +wangdaye.com.geometricweather.R$styleable: int Constraint_android_orientation +okhttp3.Request: okhttp3.Request$Builder newBuilder() +com.google.android.material.R$style: int Widget_MaterialComponents_BottomNavigationView +androidx.preference.R$attr: int autoSizeMinTextSize +wangdaye.com.geometricweather.R$drawable: int weather_snow_mini_dark +com.jaredrummler.android.colorpicker.R$string: int abc_searchview_description_query +okhttp3.internal.connection.RealConnection: okhttp3.Request createTunnelRequest() +com.google.android.material.R$layout: int abc_action_bar_up_container +james.adaptiveicon.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours: AccuCurrentResult$PrecipitationSummary$Past9Hours() +okhttp3.internal.Util: java.lang.String hostHeader(okhttp3.HttpUrl,boolean) +wangdaye.com.geometricweather.R$drawable: int ic_mold +androidx.coordinatorlayout.widget.CoordinatorLayout$SavedState +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_ASSIST_ACTION_VALIDATOR +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: io.reactivex.Observer downstream +com.google.android.material.R$color: int design_default_color_on_background +androidx.appcompat.R$drawable: int abc_item_background_holo_dark +cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_onDetach +okhttp3.Request: Request(okhttp3.Request$Builder) +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 +com.google.android.material.R$id: int stop +com.turingtechnologies.materialscrollbar.R$styleable: int[] FloatingActionButton +com.google.android.material.R$attr: int titleMarginBottom +com.xw.repo.bubbleseekbar.R$id: int search_go_btn +com.turingtechnologies.materialscrollbar.R$attr: int buttonBarButtonStyle +okio.Okio: okio.Source source(java.nio.file.Path,java.nio.file.OpenOption[]) +cyanogenmod.themes.ThemeChangeRequest$Builder: java.util.Map mPerAppOverlays +com.bumptech.glide.integration.okhttp.R$id: int notification_background +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void onResume() +cyanogenmod.weather.ICMWeatherManager: void cancelRequest(int) +com.google.android.material.R$styleable: int ImageFilterView_roundPercent +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_PopupMenu +android.didikee.donate.R$attr: int textColorSearchUrl +androidx.preference.R$style: int ThemeOverlay_AppCompat_Dark +cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILES_STATE +androidx.appcompat.R$dimen: int abc_switch_padding +androidx.work.BackoffPolicy: androidx.work.BackoffPolicy EXPONENTIAL +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: void onSubscribe(io.reactivex.disposables.Disposable) +okio.Okio$1: void close() +wangdaye.com.geometricweather.R$anim: int x2_accelerate_interpolator +com.turingtechnologies.materialscrollbar.R$drawable: int abc_scrubber_track_mtrl_alpha +okhttp3.OkHttpClient: okhttp3.Call newCall(okhttp3.Request) +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Body1 +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_display_4_material +wangdaye.com.geometricweather.R$id: int action_bar_activity_content +androidx.core.graphics.drawable.IconCompatParcelizer: IconCompatParcelizer() +com.google.android.material.R$styleable: int AppCompatTheme_dialogCornerRadius +androidx.hilt.R$id: int notification_main_column +wangdaye.com.geometricweather.R$attr: int showText +com.jaredrummler.android.colorpicker.R$drawable: int abc_textfield_search_default_mtrl_alpha +wangdaye.com.geometricweather.R$id: int exitUntilCollapsed +android.didikee.donate.R$styleable: int SearchView_android_inputType +com.google.android.material.internal.FlowLayout: int getLineSpacing() +androidx.appcompat.R$styleable: int ActionBar_contentInsetRight +androidx.appcompat.R$id: int accessibility_custom_action_15 +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Object readEntity(android.database.Cursor,int) +wangdaye.com.geometricweather.R$color: int weather_source_accu +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind: MfHistoryResult$History$Wind() +wangdaye.com.geometricweather.weather.apis.MfWeatherApi +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_verticalStyle +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.jaredrummler.android.colorpicker.R$attr: int layout_keyline +androidx.transition.R$attr: int fontWeight +io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: long serialVersionUID +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Small_Inverse +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_ctd +okhttp3.internal.http.HttpMethod +androidx.lifecycle.extensions.R$id: int normal +io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.BiFunction,boolean) +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_displayOptions +androidx.customview.R$id: int action_text +com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton +wangdaye.com.geometricweather.R$layout: int preference_widget_checkbox +android.didikee.donate.R$styleable +androidx.appcompat.widget.AppCompatSpinner: void setAdapter(android.widget.SpinnerAdapter) +wangdaye.com.geometricweather.R$style: int Preference_Information +com.google.android.material.R$attr: int materialTimePickerTheme +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored +androidx.hilt.work.R$styleable: int ColorStateListItem_android_color +androidx.work.R$id: int action_image +com.bumptech.glide.integration.okhttp.R$integer: R$integer() +james.adaptiveicon.R$attr: int textAppearanceSmallPopupMenu +com.google.android.material.tabs.TabLayout: void setTabIconTint(android.content.res.ColorStateList) +okio.ByteString: int indexOf(byte[]) +okhttp3.Address: java.net.ProxySelector proxySelector() +okio.Buffer: java.lang.String readString(java.nio.charset.Charset) +okhttp3.OkHttpClient: okhttp3.Authenticator authenticator +androidx.viewpager2.R$styleable: R$styleable() +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: void onComplete() +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipStartPadding +androidx.lifecycle.extensions.R$dimen: int notification_large_icon_width +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_Dialog_Alert +androidx.preference.R$styleable: int Toolbar_contentInsetLeft +androidx.preference.R$layout: int abc_activity_chooser_view_list_item +wangdaye.com.geometricweather.R$id: int filterBtn +cyanogenmod.themes.ThemeManager$2: void onFinishedProcessing(java.lang.String) +androidx.appcompat.widget.AppCompatCheckBox: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) +retrofit2.http.Header +androidx.hilt.R$styleable: int ColorStateListItem_android_color +androidx.appcompat.widget.Toolbar: void setCollapseContentDescription(int) +okhttp3.OkHttpClient: okhttp3.internal.cache.InternalCache internalCache +androidx.constraintlayout.widget.R$drawable: int abc_list_selector_disabled_holo_light +com.google.android.material.R$attr: int spinnerStyle +io.reactivex.Observable: io.reactivex.Observable zip(java.lang.Iterable,io.reactivex.functions.Function) +androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory +wangdaye.com.geometricweather.common.basic.models.weather.Astro: boolean isValid() +okhttp3.internal.http.HttpHeaders: boolean skipWhitespaceAndCommas(okio.Buffer) +com.xw.repo.bubbleseekbar.R$styleable: int View_android_theme +androidx.appcompat.R$style: int Base_Theme_AppCompat_Light_DarkActionBar +io.reactivex.Observable: io.reactivex.Observable skipLast(int) +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title +androidx.preference.R$styleable: int DialogPreference_android_dialogLayout +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: okhttp3.Request request() +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_section_text_color +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle +com.xw.repo.bubbleseekbar.R$attr: int viewInflaterClass +cyanogenmod.app.ProfileManager: java.lang.String EXTRA_LAST_PROFILE_NAME +wangdaye.com.geometricweather.R$dimen: int design_fab_image_size +androidx.constraintlayout.widget.R$styleable: int KeyCycle_waveVariesBy +okhttp3.internal.ws.WebSocketWriter: okio.Buffer$UnsafeCursor maskCursor +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: long period +androidx.appcompat.R$styleable: int AlertDialog_multiChoiceItemLayout +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WetBulbTemperature +wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig minutelyEntityDaoConfig +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: int getCollapsedPadding() +wangdaye.com.geometricweather.R$string: int key_notification_can_be_cleared +io.reactivex.Observable: io.reactivex.Single first(java.lang.Object) +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setDistrict(java.lang.String) +cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: java.lang.String NO_RINGTONE +cyanogenmod.app.Profile: java.util.Collection getConnectionSettings() +androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat_Light +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_waveOffset +androidx.appcompat.R$attr: int tickMarkTint +com.google.android.material.slider.BaseSlider: void setValueTo(float) +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder fragment(java.lang.String) +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: boolean mainDone +com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemBackground(android.graphics.drawable.Drawable) +com.google.android.material.button.MaterialButtonToggleGroup: MaterialButtonToggleGroup(android.content.Context,android.util.AttributeSet) +androidx.preference.R$style: int Theme_AppCompat_Light_DialogWhenLarge +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: CaiYunMainlyResult$YesterdayBean() +io.reactivex.Observable: io.reactivex.Observable switchMap(io.reactivex.functions.Function,int) +com.jaredrummler.android.colorpicker.ColorPickerView: int getColor() +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_switchMinWidth +wangdaye.com.geometricweather.R$id: int coordinator +com.jaredrummler.android.colorpicker.R$drawable: int abc_text_select_handle_left_mtrl_dark +com.turingtechnologies.materialscrollbar.R$styleable: int ForegroundLinearLayout_android_foreground +okio.Buffer: boolean rangeEquals(long,okio.ByteString,int,int) +cyanogenmod.app.suggest.IAppSuggestManager$Stub: android.os.IBinder asBinder() +wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: AbsTrendItemView(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintDimensionRatio +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_contentInsetRight +androidx.preference.R$style: int Base_Widget_AppCompat_ActivityChooserView +androidx.loader.R$styleable: int FontFamilyFont_android_fontWeight +androidx.constraintlayout.widget.R$attr: int listItemLayout +androidx.appcompat.R$style: int Base_Widget_AppCompat_ListView +com.google.android.material.datepicker.CompositeDateValidator: android.os.Parcelable$Creator CREATOR +android.didikee.donate.R$styleable: int TextAppearance_android_shadowRadius +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorControlHighlight +wangdaye.com.geometricweather.R$layout: int mtrl_alert_dialog_actions +com.jaredrummler.android.colorpicker.R$styleable: int Preference_key +okhttp3.internal.http.HttpHeaders: boolean hasBody(okhttp3.Response) +com.google.android.material.chip.Chip: void setCloseIconTint(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$attr: int materialCalendarTheme +androidx.constraintlayout.widget.R$attr: int dividerHorizontal +okhttp3.RealCall: void cancel() +cyanogenmod.weather.RequestInfo: void writeToParcel(android.os.Parcel,int) +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setIcePrecipitationProbability(java.lang.Float) +cyanogenmod.weather.WeatherInfo: java.lang.String getCity() +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_127 +com.google.android.material.R$styleable: int MaterialAlertDialog_backgroundInsetStart +wangdaye.com.geometricweather.R$styleable: int[] RangeSlider +com.google.android.material.internal.FlowLayout: int getRowCount() +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA +okio.Segment: boolean shared +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constrainedHeight +com.jaredrummler.android.colorpicker.R$attr: int checkBoxPreferenceStyle +com.jaredrummler.android.colorpicker.NestedGridView: NestedGridView(android.content.Context) +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_paddingStart +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_MonthNavigationButton +okio.BufferedSource: okio.ByteString readByteString() +cyanogenmod.content.Intent: java.lang.String ACTION_OPEN_LIVE_LOCKSCREEN_SETTINGS +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: java.lang.Object enterTransform(java.lang.Object) +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property Date +wangdaye.com.geometricweather.R$drawable: int notif_temp_75 +com.turingtechnologies.materialscrollbar.R$attr: int buttonTintMode +okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder maxAge(int,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: void setNames(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX) +com.google.android.material.R$styleable: int Slider_thumbStrokeColor +com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_color +okhttp3.Call: okio.Timeout timeout() +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: int skip +com.google.android.material.chip.Chip: com.google.android.material.shape.ShapeAppearanceModel getShapeAppearanceModel() +wangdaye.com.geometricweather.R$drawable: int widget_trend_daily com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeFindDrawable -androidx.constraintlayout.widget.R$layout: int notification_action_tombstone -com.google.android.material.R$dimen: int abc_disabled_alpha_material_light -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Metric: AccuCurrentResult$Temperature$Metric() -androidx.constraintlayout.widget.R$styleable: int MotionLayout_layoutDescription -android.support.v4.os.ResultReceiver: boolean mLocal -com.google.android.material.R$styleable: int TabLayout_tabIconTintMode -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.WeatherIconControlView: WeatherIconControlView(android.content.Context) -androidx.viewpager.R$id: int async -com.google.android.material.R$attr: int autoSizeMaxTextSize -wangdaye.com.geometricweather.R$styleable: int KeyPosition_pathMotionArc -wangdaye.com.geometricweather.R$attr: int singleSelection -android.didikee.donate.R$attr: int actionModeWebSearchDrawable -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getFontThemePackageName() -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_lastVerticalBias -androidx.hilt.work.R$id: int icon_group -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void windowUpdate(int,long) -androidx.constraintlayout.widget.R$styleable: int SearchView_defaultQueryHint -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse +okhttp3.OkHttpClient$1: okhttp3.Call newWebSocketCall(okhttp3.OkHttpClient,okhttp3.Request) +android.didikee.donate.R$styleable: int Toolbar_subtitle +okhttp3.internal.http.RealInterceptorChain: okhttp3.internal.connection.StreamAllocation streamAllocation() +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: io.reactivex.disposables.Disposable upstream +androidx.appcompat.R$drawable: int abc_textfield_search_activated_mtrl_alpha +wangdaye.com.geometricweather.R$attr: int msb_handleOffColor +com.google.android.material.R$style: int Animation_Design_BottomSheetDialog +androidx.constraintlayout.widget.R$attr: int alpha +wangdaye.com.geometricweather.R$drawable: int shortcuts_hail +wangdaye.com.geometricweather.R$id: int activity_widget_config_showCardTitle +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$Geometry: java.lang.String type +androidx.fragment.app.FragmentManagerImpl +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_RatingBar_Small +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Dialog_MinWidth +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_goneMarginBottom +wangdaye.com.geometricweather.R$id: int both +cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent valueOf(java.lang.String) +android.didikee.donate.R$styleable: int ButtonBarLayout_allowStacking +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_verticalStyle +androidx.constraintlayout.widget.R$id: int startVertical +androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType: androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType START +com.turingtechnologies.materialscrollbar.R$attr: int pressedTranslationZ +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_shapeAppearanceOverlay +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX +androidx.recyclerview.widget.LinearLayoutManager: LinearLayoutManager(android.content.Context,android.util.AttributeSet,int,int) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilitySnow: java.lang.Integer proba3H +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Tooltip +com.jaredrummler.android.colorpicker.R$color: int notification_action_color_filter +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getApparentTemperature() +com.google.android.material.floatingactionbutton.FloatingActionButton: FloatingActionButton(android.content.Context) +okio.HashingSink: okio.HashingSink sha1(okio.Sink) +com.jaredrummler.android.colorpicker.R$styleable: int[] CoordinatorLayout_Layout +wangdaye.com.geometricweather.R$layout: int material_time_chip +android.didikee.donate.R$styleable: int ActionBar_homeLayout +androidx.appcompat.resources.R$style: int TextAppearance_Compat_Notification_Time +wangdaye.com.geometricweather.R$styleable: int Variant_region_widthMoreThan +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_id +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title +androidx.hilt.R$id: int chronometer +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: java.lang.String weatherText +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_iconTintMode +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse +androidx.preference.R$id: int action_bar_container +cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType valueOf(java.lang.String) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator MENU_WAKE_SCREENN_VALIDATOR +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: java.lang.String domain +wangdaye.com.geometricweather.R$layout: int item_location +com.google.android.material.R$id: int mtrl_picker_header_selection_text +okhttp3.MediaType: java.lang.String toString() +androidx.viewpager.widget.PagerTabStrip: void setBackgroundResource(int) +androidx.constraintlayout.widget.R$styleable: int FontFamily_fontProviderCerts +wangdaye.com.geometricweather.R$attr: int telltales_tailColor +cyanogenmod.themes.IThemeService$Stub$Proxy: boolean isThemeApplying() +wangdaye.com.geometricweather.R$attr: int constraintSetStart +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float ice +wangdaye.com.geometricweather.R$attr: int cpv_dialogType +androidx.appcompat.widget.FitWindowsViewGroup: void setOnFitSystemWindowsListener(androidx.appcompat.widget.FitWindowsViewGroup$OnFitSystemWindowsListener) +android.didikee.donate.R$layout: int select_dialog_multichoice_material +okhttp3.internal.tls.BasicTrustRootIndex: java.util.Map subjectToCaCerts +io.reactivex.internal.disposables.EmptyDisposable: void error(java.lang.Throwable,io.reactivex.CompletableObserver) +wangdaye.com.geometricweather.R$id: int submit_area +okhttp3.internal.Util$2: Util$2(java.lang.String,boolean) +com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration +okhttp3.internal.ws.RealWebSocket: boolean failed +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Badge +cyanogenmod.alarmclock.ClockContract$AlarmsColumns: java.lang.String MINUTES +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Body2 +androidx.loader.R$styleable: int ColorStateListItem_alpha +android.support.v4.app.RemoteActionCompatParcelizer: androidx.core.app.RemoteActionCompat read(androidx.versionedparcelable.VersionedParcel) +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.MinutelyEntity) +wangdaye.com.geometricweather.R$styleable: int ChipGroup_chipSpacingVertical +com.jaredrummler.android.colorpicker.R$dimen: int abc_dropdownitem_text_padding_left +okhttp3.internal.http.HttpHeaders: int parseSeconds(java.lang.String,int) +wangdaye.com.geometricweather.R$attr: int boxCornerRadiusBottomEnd +retrofit2.Retrofit$Builder: Retrofit$Builder(retrofit2.Retrofit) +com.turingtechnologies.materialscrollbar.R$id: int message +androidx.appcompat.R$style: int Base_Widget_AppCompat_Button_Borderless +okhttp3.internal.connection.RouteSelector$Selection +androidx.viewpager2.R$dimen: int notification_big_circle_margin +retrofit2.adapter.rxjava2.Result: retrofit2.Response response() +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$2: ExternalViewProviderService$Provider$ProviderImpl$2(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) +james.adaptiveicon.R$id: int add +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Speed Speed +com.google.android.material.R$id: int buttonPanel +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light_Dialog_MinWidth +androidx.loader.R$style: int Widget_Compat_NotificationActionText +androidx.viewpager2.R$id: int accessibility_custom_action_12 +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: ObservableFlatMap$InnerObserver(io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver,long) +androidx.preference.SwitchPreference +wangdaye.com.geometricweather.R$id: int activity_widget_config_textSizeContainer +okhttp3.internal.http2.Http2Connection$3 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setPrimary(java.lang.String) +james.adaptiveicon.R$styleable: int AppCompatTextView_drawableBottomCompat +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.lang.Integer freezingHazard +androidx.appcompat.R$attr: int showDividers +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton +cyanogenmod.app.PartnerInterface: boolean setZenMode(int) +wangdaye.com.geometricweather.R$attr: int thumbStrokeColor +com.google.android.material.circularreveal.CircularRevealFrameLayout: int getCircularRevealScrimColor() +androidx.preference.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog +androidx.appcompat.R$style: int TextAppearance_AppCompat_Subhead_Inverse +androidx.preference.SeekBarPreference$SavedState: android.os.Parcelable$Creator CREATOR +androidx.preference.R$drawable: int abc_ic_star_black_16dp +io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.jaredrummler.android.colorpicker.R$styleable: int ListPreference_android_entries +androidx.dynamicanimation.R$attr: int fontStyle +com.google.android.material.circularreveal.CircularRevealGridLayout: void setCircularRevealOverlayDrawable(android.graphics.drawable.Drawable) +com.github.rahatarmanahmed.cpv.CircularProgressViewListener: void onModeChanged(boolean) +wangdaye.com.geometricweather.R$styleable: int[] AnimatableIconView +cyanogenmod.externalviews.ExternalView$1: cyanogenmod.externalviews.ExternalView this$0 +android.didikee.donate.R$styleable: int AppCompatSeekBar_android_thumb +com.google.android.material.R$styleable: int Tooltip_android_text +com.turingtechnologies.materialscrollbar.R$attr: int listPopupWindowStyle +cyanogenmod.os.Build$CM_VERSION_CODES: int ELDERBERRY +androidx.appcompat.R$drawable: int abc_list_selector_background_transition_holo_light +androidx.viewpager.R$styleable: int FontFamilyFont_fontVariationSettings +com.jaredrummler.android.colorpicker.R$color: int tooltip_background_dark +com.google.android.material.navigation.NavigationView: int getItemMaxLines() +okhttp3.CertificatePinner$Builder: CertificatePinner$Builder() +cyanogenmod.providers.CMSettings$Secure: java.lang.String QS_SHOW_BRIGHTNESS_SLIDER +com.bumptech.glide.integration.okhttp.R$drawable: int notification_bg +androidx.constraintlayout.widget.R$styleable: int Toolbar_android_gravity +wangdaye.com.geometricweather.R$dimen: int material_filled_edittext_font_2_0_padding_top +retrofit2.ParameterHandler$QueryName: retrofit2.Converter nameConverter +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_minHideDelay +com.google.android.material.R$attr: int autoSizeTextType +android.didikee.donate.R$dimen: int notification_right_side_padding_top +wangdaye.com.geometricweather.R$style: int Base_V7_Theme_AppCompat_Dialog +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getDisplayColorCalibration +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: ObservableGroupJoin$LeftRightObserver(io.reactivex.internal.operators.observable.ObservableGroupJoin$JoinSupport,boolean) +androidx.appcompat.R$anim: int btn_radio_to_off_mtrl_dot_group_animation +androidx.appcompat.R$style: int Base_Widget_AppCompat_Spinner +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionButton +com.google.android.material.R$styleable: int AnimatedStateListDrawableCompat_android_dither +android.didikee.donate.R$styleable: int TextAppearance_textAllCaps +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat_Dialog_Alert +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_lastVerticalStyle +androidx.appcompat.R$styleable: int GradientColor_android_endColor +androidx.work.R$id: int notification_main_column +wangdaye.com.geometricweather.R$color: int primary_dark_material_light +android.support.v4.os.IResultReceiver$Default: android.os.IBinder asBinder() +android.didikee.donate.R$color: int abc_tint_btn_checkable +com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getItemTextAppearanceActive() +cyanogenmod.app.ProfileGroup: void setRingerOverride(android.net.Uri) +androidx.coordinatorlayout.R$id: int start +com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents_Light +com.google.android.material.button.MaterialButtonToggleGroup: void setSingleSelection(int) +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: long serialVersionUID +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_shapeAppearance +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode +androidx.constraintlayout.widget.R$id: int motion_base +cyanogenmod.externalviews.KeyguardExternalView: void onBouncerShowing(boolean) +com.google.android.material.R$attr: int triggerSlack +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_BOOT_ANIM +com.xw.repo.bubbleseekbar.R$attr: int height +cyanogenmod.providers.CMSettings$System: java.lang.String DIALER_OPENCNAM_ACCOUNT_SID +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored +wangdaye.com.geometricweather.R$styleable: int RecyclerView_reverseLayout +wangdaye.com.geometricweather.R$attr: int textLocale +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xdw +androidx.customview.R$dimen: int notification_action_text_size +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: java.lang.String getZh_TW() +com.xw.repo.bubbleseekbar.R$attr: int dialogPreferredPadding +androidx.lifecycle.Lifecycling$1 +androidx.appcompat.R$styleable: int FontFamilyFont_fontStyle +okhttp3.internal.cache.DiskLruCache +androidx.preference.R$styleable: int PreferenceFragment_android_divider +androidx.appcompat.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle +com.google.android.material.R$string: int path_password_strike_through +com.bumptech.glide.R$color: int notification_action_color_filter +okhttp3.Response$Builder: okhttp3.Protocol protocol +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getNavBarThemePackageName() +cyanogenmod.app.IProfileManager$Stub$Proxy: cyanogenmod.app.Profile getActiveProfile() +androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type UNKNOWN +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation: java.lang.Float temperature +wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle getInstance(java.lang.String) +androidx.lifecycle.ComputableLiveData$2: ComputableLiveData$2(androidx.lifecycle.ComputableLiveData) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: void setWeather(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX) +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_title_baseline_to_top_fullscreen +com.google.android.material.R$styleable: int BottomAppBar_elevation +androidx.preference.R$style: int Base_ThemeOverlay_AppCompat_Dialog +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: void setLogo(java.lang.String) +okhttp3.Dns: okhttp3.Dns SYSTEM +io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: long count +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String grassDescription +okio.ForwardingSource: okio.Source delegate() +cyanogenmod.app.CustomTileListenerService: cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper mWrapper +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_137 +wangdaye.com.geometricweather.R$attr: int suggestionRowLayout +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabTextAppearance +com.jaredrummler.android.colorpicker.R$style: int Base_V7_Widget_AppCompat_Toolbar +james.adaptiveicon.R$styleable: int AppCompatTheme_windowActionBarOverlay +androidx.constraintlayout.widget.R$attr: int tint +cyanogenmod.media.MediaRecorder: java.lang.String EXTRA_HOTWORD_INPUT_STATE +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder shouldCollapsePanel(boolean) +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void onComplete() +wangdaye.com.geometricweather.R$color: int dim_foreground_material_light +com.google.gson.LongSerializationPolicy: com.google.gson.LongSerializationPolicy valueOf(java.lang.String) +okhttp3.internal.ws.RealWebSocket: boolean close(int,java.lang.String) +com.google.gson.stream.JsonReader: boolean skipTo(java.lang.String) +androidx.constraintlayout.widget.R$drawable: int abc_item_background_holo_light +com.google.android.material.tabs.TabItem +androidx.appcompat.R$id: int radio +retrofit2.OkHttpCall$ExceptionCatchingResponseBody: void close() +com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage INITIALIZE +wangdaye.com.geometricweather.R$id: int parentPanel +james.adaptiveicon.R$style: int Base_Animation_AppCompat_DropDownUp +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintVertical_bias +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat +okhttp3.internal.ws.WebSocketProtocol: int CLOSE_CLIENT_GOING_AWAY +okio.GzipSource: int section +com.turingtechnologies.materialscrollbar.R$color: int tooltip_background_light +wangdaye.com.geometricweather.R$id: int activity_widget_config_blackTextContainer +androidx.transition.R$attr +androidx.constraintlayout.widget.R$attr: int actionBarTabStyle +james.adaptiveicon.R$attr: int homeAsUpIndicator +org.greenrobot.greendao.AbstractDaoSession: void registerDao(java.lang.Class,org.greenrobot.greendao.AbstractDao) +okhttp3.internal.platform.JdkWithJettyBootPlatform$JettyNegoProvider: JdkWithJettyBootPlatform$JettyNegoProvider(java.util.List) +com.turingtechnologies.materialscrollbar.R$attr: int alpha +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: java.lang.String logo +androidx.constraintlayout.widget.R$attr: int pivotAnchor +androidx.cardview.R$color +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void drain() +com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getHaloTintList() +com.google.android.material.R$layout: int text_view_without_line_height +wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: void setSubtitleText(java.lang.String) +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384 +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void onNext(java.lang.Object) +wangdaye.com.geometricweather.R$string: int abc_activitychooserview_choose_application +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BATTERY_LIGHT_ENABLED_VALIDATOR +androidx.swiperefreshlayout.R$color: int notification_icon_bg_color +androidx.lifecycle.LifecycleDispatcher: LifecycleDispatcher() +androidx.activity.R$id: int tag_unhandled_key_listeners +androidx.appcompat.R$drawable: int btn_checkbox_checked_mtrl +com.bumptech.glide.integration.okhttp.R$style: int TextAppearance_Compat_Notification_Time +wangdaye.com.geometricweather.R$string: int content_desc_back +androidx.preference.R$styleable: int ActivityChooserView_initialActivityCount +androidx.preference.R$styleable: int[] CoordinatorLayout_Layout +com.google.android.material.R$style: int Base_TextAppearance_MaterialComponents_Button +cyanogenmod.hardware.IThermalListenerCallback$Stub: IThermalListenerCallback$Stub() +wangdaye.com.geometricweather.R$layout: int preference_dropdown +io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_toolbarStyle +cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_EXISTING_UUID +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_SearchResult +androidx.preference.R$id: int text +androidx.legacy.coreutils.R$layout: int notification_template_custom_big +androidx.constraintlayout.widget.R$styleable: int MotionTelltales_telltales_tailScale +androidx.appcompat.R$styleable: int AppCompatTheme_dialogTheme +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout: FitSystemBarAppBarLayout(android.content.Context) +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_fab_translation_z_hovered_focused +androidx.lifecycle.extensions.R$anim +io.reactivex.internal.subscribers.StrictSubscriber: long serialVersionUID +wangdaye.com.geometricweather.R$layout: int notification_multi_city +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light_Dialog +com.google.android.material.R$attr: int tabIconTint +org.greenrobot.greendao.database.DatabaseOpenHelper: void onOpen(android.database.sqlite.SQLiteDatabase) +cyanogenmod.externalviews.ExternalViewProperties: int[] mScreenCoords +com.jaredrummler.android.colorpicker.R$styleable: int Preference_singleLineTitle +com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: int hashCode() +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_summary +androidx.constraintlayout.widget.R$attr: int dragScale +androidx.preference.R$styleable: int AppCompatTextView_drawableTintMode +androidx.preference.R$attr: int track +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeFillColor +androidx.constraintlayout.widget.R$attr: int layout_constraintTag +com.google.android.material.R$dimen: int abc_text_size_body_2_material +com.google.android.material.R$string: int bottomsheet_action_expand_halfway +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamily_fontProviderFetchStrategy +androidx.lifecycle.extensions.R$drawable: int notification_bg_low_pressed +okhttp3.internal.http.HttpHeaders: okio.ByteString QUOTED_STRING_DELIMITERS +wangdaye.com.geometricweather.common.rxjava.BaseObserver: void onFailed() +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub: int TRANSACTION_onWeatherServiceProviderChanged_0 +androidx.drawerlayout.R$id: int title +com.google.android.material.R$styleable: int LinearLayoutCompat_measureWithLargestChild +com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_singleSelection +androidx.preference.R$attr: int actionBarPopupTheme +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHeight_percent +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: int status +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$LocalSource LocalSource +android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_android_orientation +wangdaye.com.geometricweather.R$attr: int listDividerAlertDialog +com.google.android.material.R$attr: int chipStrokeColor +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small +androidx.vectordrawable.R$layout: int notification_template_part_chronometer +wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_1 +wangdaye.com.geometricweather.R$dimen: int abc_edit_text_inset_horizontal_material +cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_WIMAX +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse +com.google.gson.stream.JsonWriter: void beforeName() +okhttp3.internal.http2.Http2Connection$5: okhttp3.internal.http2.Http2Connection this$0 +okhttp3.internal.http2.Hpack: okhttp3.internal.http2.Header[] STATIC_HEADER_TABLE +okio.GzipSource: byte FHCRC +androidx.hilt.R$id: int tag_accessibility_pane_title +cyanogenmod.profiles.StreamSettings: int getValue() +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.R$layout: int item_alert +androidx.core.R$layout: int notification_action_tombstone +android.didikee.donate.R$style: int Widget_AppCompat_ImageButton +retrofit2.BuiltInConverters$ToStringConverter: retrofit2.BuiltInConverters$ToStringConverter INSTANCE +com.google.android.material.R$attr: int counterOverflowTextAppearance +android.support.v4.os.ResultReceiver$MyRunnable: void run() +androidx.preference.R$style: int Base_Widget_AppCompat_ActionBar_TabView +okhttp3.RequestBody$2: RequestBody$2(okhttp3.MediaType,int,byte[],int) +com.bumptech.glide.load.HttpException: int UNKNOWN +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeIcePrecipitationProbability +androidx.appcompat.R$attr: int radioButtonStyle +okhttp3.HttpUrl$Builder: java.util.List encodedQueryNamesAndValues wangdaye.com.geometricweather.R$drawable: int notif_temp_76 -com.google.android.material.R$id: int chain -wangdaye.com.geometricweather.R$string: int precipitation_duration -com.google.android.material.R$bool: int abc_allow_stacked_button_bar -androidx.room.RoomDatabase$JournalMode: androidx.room.RoomDatabase$JournalMode TRUNCATE -androidx.appcompat.widget.SearchView: void setMaxWidth(int) -okio.GzipSource: java.util.zip.Inflater inflater -androidx.constraintlayout.widget.R$style: int Platform_ThemeOverlay_AppCompat_Light -wangdaye.com.geometricweather.R$id: int material_clock_period_pm_button -com.github.rahatarmanahmed.cpv.CircularProgressView: int animSwoopDuration -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeWindSpeed -cyanogenmod.power.PerformanceManager: cyanogenmod.power.PerformanceManager sInstance -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Maximum: int UnitType -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_SearchView -androidx.appcompat.R$styleable: int AppCompatTextView_textAllCaps -com.google.android.material.R$id: int spline -wangdaye.com.geometricweather.R$styleable: int Chip_checkedIconEnabled -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cdp -okhttp3.internal.connection.StreamAllocation: boolean reportedAcquired -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_fitToContents -wangdaye.com.geometricweather.R$attr: int summary -androidx.viewpager2.R$id: int action_container -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableLeftCompat -androidx.appcompat.R$drawable: int abc_vector_test -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Fullscreen -com.jaredrummler.android.colorpicker.R$styleable: int ActionMode_height -com.google.android.material.R$id: int tabMode -com.google.android.material.slider.RangeSlider: float getStepSize() -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_android_textAppearance -androidx.legacy.coreutils.R$styleable -okhttp3.internal.http.HttpMethod: boolean requiresRequestBody(java.lang.String) -io.reactivex.exceptions.CompositeException: long serialVersionUID -okhttp3.internal.http2.Huffman$Node -androidx.constraintlayout.widget.R$integer: int config_tooltipAnimTime -io.reactivex.observers.DisposableObserver: void dispose() -androidx.fragment.app.FragmentTabHost: FragmentTabHost(android.content.Context,android.util.AttributeSet) -androidx.preference.R$styleable: int CheckBoxPreference_android_summaryOn -androidx.preference.R$id: int off -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowActionModeOverlay -james.adaptiveicon.R$dimen: int abc_action_bar_subtitle_top_margin_material -com.google.android.material.R$styleable: int AppCompatTheme_dialogTheme -cyanogenmod.hardware.ICMHardwareService: int[] getDisplayGammaCalibration(int) +com.google.android.material.R$attr: int contentDescription +wangdaye.com.geometricweather.R$attr: int textInputLayoutFocusedRectEnabled +cyanogenmod.library.R$id: int event +androidx.preference.R$dimen: int abc_action_button_min_width_overflow_material +androidx.legacy.coreutils.R$styleable: int FontFamilyFont_android_font +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer getWetBulbTemperature() +androidx.core.R$id: int accessibility_custom_action_27 +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.WeatherEntity) +wangdaye.com.geometricweather.R$attr: int panelMenuListTheme +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_checkable +okio.ByteString: int indexOf(okio.ByteString) +com.turingtechnologies.materialscrollbar.R$dimen: int design_tab_text_size +wangdaye.com.geometricweather.R$id: int buttonPanel +cyanogenmod.app.IProfileManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +okio.Buffer: okio.BufferedSink writeHexadecimalUnsignedLong(long) +androidx.lifecycle.LiveData$ObserverWrapper: androidx.lifecycle.Observer mObserver +com.turingtechnologies.materialscrollbar.R$string: int abc_menu_ctrl_shortcut_label +androidx.work.R$id: int tag_accessibility_clickable_spans +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModePasteDrawable +okhttp3.WebSocket +wangdaye.com.geometricweather.R$drawable: int ic_arrow_down_24dp +androidx.preference.R$style: int Widget_AppCompat_CompoundButton_RadioButton +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorSwitchThumbNormal +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean getTemperature() +androidx.core.R$styleable: int GradientColor_android_centerX +wangdaye.com.geometricweather.R$layout: int widget_week +okhttp3.Request$Builder: java.lang.String method +cyanogenmod.themes.ThemeManager$ThemeProcessingListener +com.bumptech.glide.R$attr: int layout_keyline +androidx.legacy.coreutils.R$styleable: int FontFamilyFont_android_fontStyle +androidx.preference.R$styleable: int[] CoordinatorLayout +james.adaptiveicon.R$color: int button_material_light +com.google.gson.stream.JsonReader: int PEEKED_EOF +androidx.preference.R$attr: int textAppearanceListItem +androidx.appcompat.R$styleable: int AppCompatTheme_colorSwitchThumbNormal +james.adaptiveicon.R$layout: int abc_screen_simple_overlay_action_mode +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Imperial: AccuCurrentResult$RealFeelTemperatureShade$Imperial() +androidx.work.R$dimen: int compat_control_corner_material +wangdaye.com.geometricweather.R$attr: int tickMark +androidx.fragment.R$id: int accessibility_custom_action_9 +wangdaye.com.geometricweather.main.MainActivityViewModel$Status: wangdaye.com.geometricweather.main.MainActivityViewModel$Status valueOf(java.lang.String) +okhttp3.internal.platform.Platform: void afterHandshake(javax.net.ssl.SSLSocket) +wangdaye.com.geometricweather.R$drawable: int btn_checkbox_unchecked_to_checked_mtrl_animation +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_android_textOn +com.google.android.material.R$styleable: int FloatingActionButton_hideMotionSpec +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: java.util.List getValue() +org.greenrobot.greendao.AbstractDao: void insertOrReplaceInTx(java.lang.Iterable) +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date moonRiseDate +androidx.viewpager.widget.ViewPager: void setScrollingCacheEnabled(boolean) +androidx.recyclerview.R$id: int notification_main_column_container +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: void dispose() +com.xw.repo.bubbleseekbar.R$attr: int checkboxStyle +okhttp3.internal.platform.Platform: okhttp3.internal.tls.CertificateChainCleaner buildCertificateChainCleaner(javax.net.ssl.X509TrustManager) +androidx.constraintlayout.widget.R$string: int abc_searchview_description_clear +okhttp3.RealCall$1: void timedOut() +androidx.vectordrawable.animated.R$dimen: int notification_top_pad_large_text +wangdaye.com.geometricweather.R$styleable: int OnSwipe_limitBoundsTo +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX +androidx.core.R$layout: int notification_template_custom_big +androidx.constraintlayout.widget.R$attr: int contentInsetStartWithNavigation +com.google.android.material.R$layout: int mtrl_calendar_vertical +james.adaptiveicon.R$color: int abc_search_url_text_selected +com.google.android.material.R$attr: int passwordToggleTintMode +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getRealFeelShaderTemperature() +androidx.appcompat.R$drawable: int abc_list_selector_disabled_holo_dark +cyanogenmod.app.IProfileManager: boolean addProfile(cyanogenmod.app.Profile) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: java.util.Date pubTime +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_font +androidx.recyclerview.widget.GridLayoutManager +com.turingtechnologies.materialscrollbar.R$string: int abc_menu_function_shortcut_label +wangdaye.com.geometricweather.R$layout: int item_weather_icon_title +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableTopCompat +wangdaye.com.geometricweather.R$styleable: int Layout_layout_editor_absoluteX +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: KeyguardExternalViewProviderService$Provider$ProviderImpl$9(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl,int,int,int,int,boolean,android.graphics.Rect) +okhttp3.internal.http2.Http2Reader$Handler: void goAway(int,okhttp3.internal.http2.ErrorCode,okio.ByteString) +cyanogenmod.providers.CMSettings$Secure$2 +wangdaye.com.geometricweather.R$attr: int stackFromEnd +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light_DarkActionBar +com.google.android.material.R$styleable: int Constraint_android_maxHeight +io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: long serialVersionUID +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_progressBarPadding +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver +james.adaptiveicon.R$styleable: int TextAppearance_android_textColor +androidx.hilt.R$layout: int notification_template_icon_group +cyanogenmod.profiles.LockSettings: boolean isDirty() +wangdaye.com.geometricweather.R$dimen: int material_emphasis_medium +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: void onSuccess(java.lang.Object) +com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_negativeButtonText +wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle +androidx.fragment.R$id: int normal +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: SwipeRefreshLayout(android.content.Context) +wangdaye.com.geometricweather.R$attr: int state_collapsible +androidx.appcompat.widget.Toolbar: void setOverflowIcon(android.graphics.drawable.Drawable) +androidx.viewpager.R$styleable: int FontFamily_fontProviderQuery +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: AccuAlertResult$Area() +wangdaye.com.geometricweather.R$attr: int fabCradleRoundedCornerRadius +retrofit2.ParameterHandler$Headers: java.lang.reflect.Method method +androidx.appcompat.R$string: int status_bar_notification_info_overflow +androidx.appcompat.R$attr: int titleMarginTop +cyanogenmod.providers.CMSettings$NameValueCache: java.lang.String mCallSetCommand +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_weight +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature Temperature +cyanogenmod.app.CMContextConstants$Features: java.lang.String PROFILES +com.bumptech.glide.GeneratedAppGlideModule +androidx.hilt.work.R$dimen: int notification_right_icon_size +james.adaptiveicon.R$attr: int panelMenuListTheme +androidx.appcompat.resources.R$styleable: int GradientColor_android_centerColor +androidx.appcompat.R$string: int abc_searchview_description_submit +wangdaye.com.geometricweather.R$string: int settings_title_forecast_today_time +wangdaye.com.geometricweather.R$attr: int startIconCheckable +com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_layout_anchor +wangdaye.com.geometricweather.R$styleable: int BottomAppBar_fabAnimationMode +okhttp3.internal.cache.DiskLruCache: long getMaxSize() +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog_Flush +okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean isRecoverable(java.io.IOException,boolean) +com.xw.repo.bubbleseekbar.R$anim: int abc_slide_in_top +com.jaredrummler.android.colorpicker.R$attr: int editTextStyle +wangdaye.com.geometricweather.R$string: int status_bar_notification_info_overflow +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: boolean isDisposed() +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ListPopupWindow +com.google.android.material.R$attr: int suffixTextAppearance +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningConsequence: int phenomenoMaxColorId +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_lon +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_shapeAppearance +com.google.android.material.R$color: int design_default_color_secondary_variant +androidx.appcompat.widget.AppCompatCheckedTextView: AppCompatCheckedTextView(android.content.Context,android.util.AttributeSet,int) +androidx.constraintlayout.helper.widget.Flow: void setVerticalAlign(int) +androidx.appcompat.R$styleable: int SearchView_voiceIcon +androidx.appcompat.R$drawable: int abc_list_selector_disabled_holo_light +wangdaye.com.geometricweather.R$styleable: int[] PreferenceFragment +androidx.legacy.coreutils.R$id: int time +okhttp3.CertificatePinner: okhttp3.internal.tls.CertificateChainCleaner certificateChainCleaner +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setForecastHourly(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean) +com.google.android.material.R$dimen: int mtrl_high_ripple_default_alpha +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: float getProgress() +wangdaye.com.geometricweather.R$attr: int bsb_second_track_size +androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_height +wangdaye.com.geometricweather.R$attr: int cpv_animDuration +cyanogenmod.externalviews.KeyguardExternalView: void onAttachedToWindow() +com.google.android.material.textfield.TextInputLayout: void setErrorIconDrawable(android.graphics.drawable.Drawable) +okhttp3.Cache$Entry: okhttp3.Protocol protocol +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilitySnow: MfForecastResult$ProbabilityForecast$ProbabilitySnow() +com.jaredrummler.android.colorpicker.R$id: int src_in +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getUvIndex() +okhttp3.logging.LoggingEventListener: LoggingEventListener(okhttp3.logging.HttpLoggingInterceptor$Logger,okhttp3.logging.LoggingEventListener$1) +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast: void completion() +wangdaye.com.geometricweather.R$attr: int msb_handleColor +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_SeekBar_Discrete +cyanogenmod.profiles.BrightnessSettings: cyanogenmod.profiles.BrightnessSettings fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) +wangdaye.com.geometricweather.R$attr: int contentPaddingLeft +james.adaptiveicon.R$anim: int abc_slide_out_bottom +com.xw.repo.bubbleseekbar.R$string: int abc_menu_meta_shortcut_label +androidx.core.R$dimen: int compat_button_inset_vertical_material +wangdaye.com.geometricweather.R$dimen: int mtrl_slider_thumb_elevation +wangdaye.com.geometricweather.R$string: int cancel +james.adaptiveicon.R$styleable: int PopupWindow_android_popupAnimationStyle +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +androidx.constraintlayout.widget.R$attr: int layout_constraintHeight_percent +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind: double gust +com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_default_mtrl_shape +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionMode_Inverse +com.jaredrummler.android.colorpicker.R$attr: int tint +cyanogenmod.app.IProfileManager$Stub$Proxy +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: java.lang.String BriefPhrase +com.xw.repo.bubbleseekbar.R$attr: int bsb_second_track_size +okhttp3.ResponseBody: java.nio.charset.Charset charset() +com.turingtechnologies.materialscrollbar.R$layout +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: void onError(java.lang.Throwable) +james.adaptiveicon.R$styleable: int View_android_focusable +com.google.android.material.R$styleable: int ProgressIndicator_inverse +androidx.fragment.R$id: int tag_transition_group +com.turingtechnologies.materialscrollbar.R$attr: int splitTrack +cyanogenmod.alarmclock.ClockContract$CitiesColumns: android.net.Uri CONTENT_URI +androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_fontVariationSettings +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintCircleRadius +retrofit2.Retrofit$1: Retrofit$1(retrofit2.Retrofit,java.lang.Class) +com.google.android.material.R$bool: int abc_action_bar_embed_tabs +okhttp3.MediaType: int hashCode() +com.jaredrummler.android.colorpicker.R$attr: int progressBarPadding +androidx.appcompat.R$attr: int srcCompat +okhttp3.internal.Internal +com.google.android.material.card.MaterialCardView: void setCheckedIconTint(android.content.res.ColorStateList) io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.lang.Integer LEFT_VALUE +android.support.v4.os.ResultReceiver: void writeToParcel(android.os.Parcel,int) +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIconSize +androidx.fragment.R$dimen: int compat_button_inset_vertical_material +wangdaye.com.geometricweather.R$id: int notification_multi_city_3 +com.google.android.material.R$integer: R$integer() +androidx.preference.R$color: int tooltip_background_dark +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Ice +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.HourlyEntityDao hourlyEntityDao +james.adaptiveicon.R$styleable: int FontFamilyFont_fontWeight +james.adaptiveicon.R$styleable: int SwitchCompat_switchMinWidth +androidx.constraintlayout.widget.R$styleable: int MenuGroup_android_checkableBehavior +com.google.android.material.R$color: int material_blue_grey_800 +james.adaptiveicon.R$styleable: int LinearLayoutCompat_android_orientation +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_maxHeight +androidx.vectordrawable.animated.R$drawable: int notification_bg_low_pressed +androidx.appcompat.widget.ActionBarContainer: android.view.View getTabContainer() +wangdaye.com.geometricweather.R$drawable: int notif_temp_50 +com.google.gson.FieldNamingPolicy +androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour: androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour FIXED +androidx.fragment.R$id: int tag_unhandled_key_event_manager +okio.ByteString: int hashCode +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast +androidx.constraintlayout.widget.R$styleable: int MenuView_android_headerBackground +androidx.preference.R$id: int end +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$3: KeyguardExternalViewProviderService$Provider$ProviderImpl$3(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl,boolean) +androidx.appcompat.R$attr: int autoCompleteTextViewStyle +com.google.android.material.R$attr: int growMode +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionBar +com.turingtechnologies.materialscrollbar.R$styleable: int[] ViewStubCompat +wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: void setBackgroundColorStart(int) +james.adaptiveicon.R$string +com.google.android.material.R$attr: int onShow +io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: void onSubscribe(org.reactivestreams.Subscription) +androidx.preference.R$attr: int listChoiceIndicatorSingleAnimated +cyanogenmod.weatherservice.IWeatherProviderService: void cancelRequest(int) +wangdaye.com.geometricweather.common.basic.models.weather.Base: long getPublishTime() +com.google.android.material.R$id: int visible +io.reactivex.Observable: io.reactivex.Maybe reduce(io.reactivex.functions.BiFunction) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Snow +com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu +com.google.android.material.card.MaterialCardView: void setOnCheckedChangeListener(com.google.android.material.card.MaterialCardView$OnCheckedChangeListener) +io.reactivex.Observable: io.reactivex.Observable concatMapEager(io.reactivex.functions.Function) +wangdaye.com.geometricweather.R$string: int night +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_CAMELLIA_128_CBC_SHA +cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_COLOR_ADJUSTMENT +com.jaredrummler.android.colorpicker.R$styleable: int Preference_allowDividerAbove +androidx.viewpager2.widget.ViewPager2: int getOrientation() +com.google.android.material.card.MaterialCardView: void setClickable(boolean) +android.didikee.donate.R$dimen: int notification_large_icon_height +com.google.gson.stream.MalformedJsonException: MalformedJsonException(java.lang.String) +androidx.appcompat.R$attr: int menu +androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_textSize +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Button_Borderless_Colored +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf +okhttp3.internal.http2.Huffman: Huffman() +okhttp3.Dispatcher +androidx.constraintlayout.widget.R$attr: int constraintSetStart +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Imperial Imperial +okhttp3.Response: okhttp3.Response networkResponse() +cyanogenmod.weather.WeatherInfo: double mWindDirection +wangdaye.com.geometricweather.R$dimen: int preference_dropdown_padding_start +retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder validateEagerly(boolean) +cyanogenmod.os.Concierge$ParcelInfo +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow +com.google.android.material.R$styleable: int ActionBar_background +androidx.vectordrawable.animated.R$styleable: int[] ColorStateListItem +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder dispatcher(okhttp3.Dispatcher) +androidx.viewpager2.R$styleable: int[] GradientColor +com.google.gson.FieldNamingPolicy$4: java.lang.String translateName(java.lang.reflect.Field) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean +com.google.android.material.R$color: int abc_primary_text_material_dark +com.google.android.material.R$id: int mtrl_picker_text_input_range_end +wangdaye.com.geometricweather.R$id: int material_textinput_timepicker +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int FAIR_NIGHT +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Temperature: java.lang.Float windChill +com.google.android.material.R$styleable: int MaterialCalendar_dayStyle +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_end_padding +cyanogenmod.weather.CMWeatherManager: int requestWeatherUpdate(android.location.Location,cyanogenmod.weather.CMWeatherManager$WeatherUpdateRequestListener) +cyanogenmod.power.PerformanceManager: java.lang.String TAG +androidx.appcompat.widget.AppCompatButton: android.content.res.ColorStateList getSupportBackgroundTintList() +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Imperial +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: io.reactivex.functions.Function itemTimeoutIndicator +wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoldLevel(java.lang.Integer) +com.jaredrummler.android.colorpicker.R$attr: int contentInsetRight +com.google.android.material.R$drawable: int abc_ic_menu_cut_mtrl_alpha +okhttp3.internal.cache.DiskLruCache: void trimToSize() +androidx.appcompat.R$attr: int dropDownListViewStyle +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomNavigationView +com.google.android.material.R$drawable: int abc_ab_share_pack_mtrl_alpha +com.bumptech.glide.integration.okhttp.R$id: int right_icon +androidx.constraintlayout.widget.R$drawable: int abc_cab_background_top_material +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle +wangdaye.com.geometricweather.R$attr: int spinnerStyle +androidx.constraintlayout.widget.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_1 +com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_android_ttcIndex +androidx.vectordrawable.R$drawable: int notify_panel_notification_icon_bg +com.google.android.material.R$attr: int layout_constraintVertical_chainStyle +io.reactivex.internal.util.NotificationLite: boolean isSubscription(java.lang.Object) +wangdaye.com.geometricweather.R$layout: int abc_alert_dialog_button_bar_material +androidx.lifecycle.extensions.R$layout: int notification_template_icon_group +okhttp3.internal.tls.BasicCertificateChainCleaner: boolean equals(java.lang.Object) +wangdaye.com.geometricweather.R$styleable: int PropertySet_android_visibility +android.didikee.donate.R$bool: int abc_allow_stacked_button_bar +com.jaredrummler.android.colorpicker.R$attr: int buttonIconDimen +wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: void setMax(float) +com.google.android.material.bottomnavigation.BottomNavigationView: void setOnNavigationItemReselectedListener(com.google.android.material.bottomnavigation.BottomNavigationView$OnNavigationItemReselectedListener) +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getPubTime() +james.adaptiveicon.R$attr: int listPreferredItemHeightSmall +com.xw.repo.bubbleseekbar.R$attr: int tooltipText +wangdaye.com.geometricweather.R$style: int Base_V21_Theme_AppCompat_Light +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight +retrofit2.http.OPTIONS +james.adaptiveicon.R$attr: int autoSizeMaxTextSize +wangdaye.com.geometricweather.R$color: int material_on_background_disabled +androidx.lifecycle.ComputableLiveData$3 +androidx.appcompat.resources.R$styleable: int StateListDrawableItem_android_drawable +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property DewPoint +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_motionTarget +wangdaye.com.geometricweather.R$attr: int layout_constraintBottom_toTopOf +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: void onComplete() +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_chainUseRtl +androidx.work.Worker +com.jaredrummler.android.colorpicker.R$style: int Animation_AppCompat_DropDownUp +androidx.appcompat.widget.AppCompatImageView: AppCompatImageView(android.content.Context,android.util.AttributeSet,int) +androidx.constraintlayout.helper.widget.Flow: void setWrapMode(int) +wangdaye.com.geometricweather.R$string: int today +wangdaye.com.geometricweather.db.entities.LocationEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.LocationEntity) +androidx.viewpager.R$color: int notification_action_color_filter +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Small +james.adaptiveicon.R$attr: int dividerPadding +com.google.android.material.R$id: int mtrl_picker_header_toggle +androidx.preference.R$drawable: int abc_tab_indicator_material +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: java.util.Date Date +com.jaredrummler.android.colorpicker.R$layout: int cpv_color_item_square +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoonSetDate +androidx.coordinatorlayout.R$id: int title +cyanogenmod.themes.ThemeManager: boolean isThemeApplying() +androidx.preference.R$attr: int paddingBottomNoButtons +wangdaye.com.geometricweather.R$dimen: int widget_little_weather_icon_size +okhttp3.ResponseBody: void close() +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ProgressIndicator_Circular_Determinate +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Object getKey(java.lang.Object) +androidx.appcompat.resources.R$attr: int fontProviderCerts +com.google.android.material.R$attr: int hintTextColor +android.didikee.donate.R$style: int Theme_AppCompat_NoActionBar +wangdaye.com.geometricweather.R$attr: int flow_lastVerticalBias +cyanogenmod.os.Build: java.lang.String CYANOGENMOD_DISPLAY_VERSION +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay CARD_SUNRISE_SUNSET +wangdaye.com.geometricweather.db.entities.DailyEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.DailyEntity,int) +wangdaye.com.geometricweather.R$drawable: int notif_temp_33 +com.google.android.material.R$attr: int layout_goneMarginEnd +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: boolean requestDismiss() +wangdaye.com.geometricweather.R$bool: int cpv_default_anim_autostart +com.jaredrummler.android.colorpicker.R$dimen: int disabled_alpha_material_dark +cyanogenmod.app.CustomTile$Builder: int mIcon +androidx.constraintlayout.widget.R$styleable: int KeyPosition_keyPositionType +android.didikee.donate.R$attr: int showAsAction +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge +cyanogenmod.providers.CMSettings: java.lang.String AUTHORITY +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getActiveProfile +androidx.viewpager2.R$id: int accessibility_custom_action_7 +james.adaptiveicon.R$style: int Widget_AppCompat_PopupMenu_Overflow +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$TotalLiquid TotalLiquid +androidx.swiperefreshlayout.R$dimen: int notification_top_pad +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay[] values() +com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_Snackbar +androidx.appcompat.R$styleable: int GradientColorItem_android_color +androidx.swiperefreshlayout.R$styleable: int FontFamily_fontProviderFetchStrategy +wangdaye.com.geometricweather.R$id: int action_divider +wangdaye.com.geometricweather.R$id: int activity_widget_config_widgetContainer +wangdaye.com.geometricweather.R$color: int cardview_dark_background +com.google.android.material.R$style: int TextAppearance_Compat_Notification_Title +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Dialog_MinWidth +cyanogenmod.providers.CMSettings$System: java.lang.String KEY_ASSIST_LONG_PRESS_ACTION +okhttp3.Address: boolean equalsNonHost(okhttp3.Address) +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String unitId +com.google.android.material.R$id: int month_navigation_previous +androidx.drawerlayout.R$styleable: int FontFamilyFont_fontWeight +androidx.appcompat.widget.AppCompatImageButton: void setImageURI(android.net.Uri) +androidx.constraintlayout.widget.Barrier: void setAllowsGoneWidget(boolean) +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 +cyanogenmod.app.suggest.IAppSuggestManager$Stub +james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_drawableTop +wangdaye.com.geometricweather.R$style: int ShapeAppearance_MaterialComponents_Tooltip +com.xw.repo.bubbleseekbar.R$attr: int thickness +androidx.customview.R$style: int TextAppearance_Compat_Notification_Info +com.google.android.material.R$attr: int textAppearanceLargePopupMenu +wangdaye.com.geometricweather.R$styleable: int ActionBar_subtitle +io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapSupport parent +androidx.fragment.R$dimen: int notification_large_icon_width +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_checked +okhttp3.Response$Builder: okhttp3.Response networkResponse +cyanogenmod.themes.ThemeChangeRequest$1: ThemeChangeRequest$1() +androidx.dynamicanimation.R$dimen: int compat_button_padding_horizontal_material +io.reactivex.Observable: io.reactivex.Observable concatDelayError(java.lang.Iterable) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_ratingBarStyleSmall +androidx.activity.R$id: int title +retrofit2.Converter$Factory: retrofit2.Converter requestBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],java.lang.annotation.Annotation[],retrofit2.Retrofit) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property GrassDescription +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Imperial: java.lang.String Unit +androidx.core.app.JobIntentService +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: ObservableSwitchMap$SwitchMapInnerObserver(io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver,long,int) +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: void clear() +wangdaye.com.geometricweather.R$bool: int mtrl_btn_textappearance_all_caps +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_Switch +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean getCurrent() +androidx.constraintlayout.widget.R$id: int tag_unhandled_key_event_manager +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: android.os.IBinder asBinder() +wangdaye.com.geometricweather.R$attr: int actionModeSplitBackground +androidx.hilt.work.R$drawable: int notification_action_background +com.google.android.material.R$styleable: int TabLayout_tabPadding +wangdaye.com.geometricweather.R$dimen: int material_text_view_test_line_height_override +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean isEmpty() +io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: void onComplete() +androidx.work.R$drawable: int notification_bg_low_pressed +wangdaye.com.geometricweather.R$id: int widget_text_date +com.google.android.material.R$attr: int listPreferredItemPaddingStart +com.bumptech.glide.integration.okhttp.R$styleable: int[] CoordinatorLayout +com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge +androidx.vectordrawable.R$id: int accessibility_custom_action_23 +androidx.recyclerview.R$style: R$style() +wangdaye.com.geometricweather.R$attr: int tabInlineLabel +com.google.android.material.R$string: int hide_bottom_view_on_scroll_behavior +okhttp3.HttpUrl: boolean isHttps() +cyanogenmod.profiles.StreamSettings: void setValue(int) +wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property Id +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ListView_DropDown +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void alternateService(int,java.lang.String,okio.ByteString,java.lang.String,int,long) +androidx.hilt.R$id: int info +wangdaye.com.geometricweather.R$dimen: int mtrl_alert_dialog_background_inset_top +androidx.constraintlayout.widget.R$id: int buttonPanel +androidx.appcompat.R$attr: int actionBarTheme +androidx.preference.R$style: int TextAppearance_AppCompat_Large +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_peekHeight +androidx.preference.R$styleable: int Preference_android_selectable +cyanogenmod.weather.WeatherInfo$Builder: double mWindSpeed +james.adaptiveicon.R$dimen: int abc_action_button_min_width_material +com.google.android.material.R$attr: int customPixelDimension +io.reactivex.Observable: io.reactivex.Observable concatMapMaybe(io.reactivex.functions.Function) +wangdaye.com.geometricweather.common.basic.models.weather.Astro: java.util.Date riseDate +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ListView_DropDown +com.xw.repo.bubbleseekbar.R$color: int primary_material_dark +wangdaye.com.geometricweather.R$array: int dark_mode_values +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.WindowManager$LayoutParams access$400(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) +wangdaye.com.geometricweather.R$styleable: int MotionHelper_onHide +android.didikee.donate.R$color: int material_blue_grey_900 +androidx.appcompat.widget.AppCompatTextView: void setTextMetricsParamsCompat(androidx.core.text.PrecomputedTextCompat$Params) +wangdaye.com.geometricweather.R$drawable: int weather_clear_day_1 +okhttp3.FormBody +androidx.preference.R$drawable: int abc_textfield_search_default_mtrl_alpha +io.reactivex.Observable: io.reactivex.Observable onExceptionResumeNext(io.reactivex.ObservableSource) +wangdaye.com.geometricweather.R$styleable: int TextAppearance_textAllCaps +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator$SavedState +com.xw.repo.bubbleseekbar.R$id: int textSpacerNoButtons +wangdaye.com.geometricweather.R$attr: int contentDescription +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: io.reactivex.Observer downstream +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: boolean cancelled +io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: long serialVersionUID +com.jaredrummler.android.colorpicker.R$dimen: int abc_progress_bar_height_material +androidx.hilt.R$styleable: int FontFamilyFont_fontStyle +androidx.preference.R$id: int action_bar_title +com.jaredrummler.android.colorpicker.R$attr: int coordinatorLayoutStyle +com.google.android.material.R$dimen: int abc_action_bar_default_height_material +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_min +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.String dailyForecast +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: io.reactivex.internal.disposables.SequentialDisposable upstream +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.Observer downstream +org.greenrobot.greendao.database.DatabaseOpenHelper: void onCreate(android.database.sqlite.SQLiteDatabase) +okio.Buffer: okio.ByteString md5() +okio.ForwardingTimeout +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.util.concurrent.atomic.AtomicReference error +okhttp3.Address: okhttp3.Authenticator proxyAuthenticator() +androidx.transition.R$style: R$style() +com.google.android.material.R$color: int mtrl_btn_text_color_selector +wangdaye.com.geometricweather.R$styleable: int Constraint_android_rotation +james.adaptiveicon.R$color: int dim_foreground_material_light +com.google.android.material.bottomappbar.BottomAppBar: BottomAppBar(android.content.Context) +wangdaye.com.geometricweather.R$string: int feedback_no_data +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_visibility +androidx.preference.R$layout: int preference_dialog_edittext +androidx.viewpager.R$color: int notification_icon_bg_color +okhttp3.internal.http1.Http1Codec: int STATE_OPEN_RESPONSE_BODY +com.xw.repo.bubbleseekbar.R$attr: int panelMenuListTheme +androidx.appcompat.R$attr: int queryHint +androidx.lifecycle.LiveData$AlwaysActiveObserver: boolean shouldBeActive() +okhttp3.internal.cache.DiskLruCache: java.lang.String DIRTY +cyanogenmod.themes.IThemeProcessingListener$Stub: int TRANSACTION_onFinishedProcessing_0 +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_slideLockscreenIn +wangdaye.com.geometricweather.R$string: int password_toggle_content_description +androidx.constraintlayout.widget.R$attr: int circleRadius +android.didikee.donate.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth +android.didikee.donate.R$styleable: int AppCompatTheme_windowActionBar +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem +wangdaye.com.geometricweather.common.basic.models.options.DarkMode: java.lang.String getDarkModeName(android.content.Context) +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionButton +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintRight_toLeftOf +androidx.dynamicanimation.R$styleable: int GradientColor_android_tileMode +wangdaye.com.geometricweather.R$dimen: int share_view_height +androidx.preference.R$styleable: int Toolbar_buttonGravity +androidx.constraintlayout.widget.R$id: int shortcut +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: android.graphics.Path getRetreatingJoinPath() +androidx.transition.R$drawable: int notification_bg_low_pressed +androidx.constraintlayout.widget.R$integer: int abc_config_activityShortDur +com.turingtechnologies.materialscrollbar.R$dimen: int notification_right_icon_size +com.google.android.material.R$styleable: int ConstraintSet_barrierDirection +androidx.appcompat.R$drawable: int abc_scrubber_control_off_mtrl_alpha +wangdaye.com.geometricweather.R$styleable: int MenuView_preserveIconSpacing +cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_getCurrentHotwordPackageName +androidx.preference.R$styleable: int ActionBar_contentInsetEndWithActions +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title +androidx.appcompat.R$drawable: int abc_ic_go_search_api_material +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionMenuTextAppearance +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void applyAndAckSettings(boolean,okhttp3.internal.http2.Settings) +james.adaptiveicon.R$styleable: int AppCompatTheme_controlBackground +com.turingtechnologies.materialscrollbar.R$attr: int bottomAppBarStyle +wangdaye.com.geometricweather.R$drawable: int weather_wind_pixel +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_Alert +wangdaye.com.geometricweather.R$anim: int popup_show_bottom_left +com.google.android.material.R$styleable: int ConstraintSet_android_translationY +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String alarmPic1 +james.adaptiveicon.R$attr: int alphabeticModifiers +okhttp3.internal.ws.WebSocketReader: void readMessage() +com.turingtechnologies.materialscrollbar.R$attr: int buttonTint +android.didikee.donate.R$style: int TextAppearance_AppCompat_Display4 +com.google.android.material.R$dimen: int material_clock_period_toggle_width +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowFixedHeightMajor io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: void onSuccess(java.lang.Object) -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_thumbTintMode -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_menuCategory -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Spinner_Underlined -androidx.drawerlayout.R$id: int forever -com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity -androidx.lifecycle.extensions.R$dimen: int notification_right_icon_size -com.google.android.material.datepicker.CompositeDateValidator: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$attr: int barrierAllowsGoneWidgets -com.google.android.material.R$styleable: int Constraint_android_transformPivotX -wangdaye.com.geometricweather.R$attr: int state_liftable -com.google.android.material.R$attr: int indicatorColor -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: java.util.concurrent.Callable other -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader -wangdaye.com.geometricweather.R$attr: int layout_goneMarginRight -io.reactivex.Observable: io.reactivex.Observable generate(java.util.concurrent.Callable,io.reactivex.functions.BiConsumer,io.reactivex.functions.Consumer) -cyanogenmod.hardware.CMHardwareManager: int VIBRATOR_MAX_INDEX -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_17 -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index pm10 -wangdaye.com.geometricweather.R$attr: int firstBaselineToTopHeight -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String _ID -androidx.hilt.R$dimen: int compat_button_padding_vertical_material -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_textFontWeight -com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status FAILED -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun: java.util.Date Set -wangdaye.com.geometricweather.R$string: int key_speed_unit -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean getForecastDaily() -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void innerComplete() -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void drain() -androidx.preference.R$styleable: int Toolbar_titleMarginBottom -wangdaye.com.geometricweather.R$attr: int onHide -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_showDelay -com.github.rahatarmanahmed.cpv.CircularProgressView -android.didikee.donate.R$attr: int paddingEnd -cyanogenmod.app.Profile$NotificationLightMode: int ENABLE -com.google.android.material.R$id: int decelerateAndComplete -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property TimeZone -androidx.lifecycle.ProcessLifecycleOwner: void init(android.content.Context) -androidx.drawerlayout.R$integer: R$integer() -com.google.android.material.R$attr: int listPreferredItemHeightSmall -retrofit2.KotlinExtensions$awaitResponse$$inlined$suspendCancellableCoroutine$lambda$1: java.lang.Object invoke(java.lang.Object) -com.jaredrummler.android.colorpicker.R$attr: int preferenceTheme -com.google.android.material.R$styleable: int AppCompatTheme_alertDialogTheme -androidx.constraintlayout.widget.R$styleable: int ActionBar_indeterminateProgressStyle -okhttp3.RealCall: okhttp3.OkHttpClient client -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_padding_right -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Headline -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: boolean isEmpty() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Imperial: int UnitType -androidx.constraintlayout.motion.widget.MotionLayout: int getEndState() -com.google.android.material.R$id: int accessibility_custom_action_31 -wangdaye.com.geometricweather.R$attr: int persistent -androidx.legacy.coreutils.R$styleable: int FontFamily_fontProviderFetchTimeout -cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_GET_SECURE -cyanogenmod.app.LiveLockScreenInfo$Builder: cyanogenmod.app.LiveLockScreenInfo build() -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningConsequence: java.lang.String textConsequence -com.google.android.material.R$styleable: int RecyclerView_android_descendantFocusability -androidx.constraintlayout.widget.R$attr: int ratingBarStyle -okhttp3.internal.http.HttpDate: java.lang.String[] BROWSER_COMPATIBLE_DATE_FORMAT_STRINGS -com.turingtechnologies.materialscrollbar.R$styleable: int Snackbar_snackbarButtonStyle -cyanogenmod.platform.R$string -android.didikee.donate.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: int getStatus() -com.turingtechnologies.materialscrollbar.R$attr: int actionOverflowButtonStyle -cyanogenmod.app.CustomTile$ExpandedStyle: android.os.Parcelable$Creator CREATOR -com.bumptech.glide.load.engine.GlideException: com.bumptech.glide.load.Key key -retrofit2.DefaultCallAdapterFactory$1: java.lang.Object adapt(retrofit2.Call) -okhttp3.internal.http2.Http2: java.lang.String[] FLAGS -wangdaye.com.geometricweather.common.basic.models.weather.Base: long updateTime -androidx.preference.R$anim: int abc_slide_in_bottom -okhttp3.HttpUrl: java.util.List pathSegments -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Headline2 -okhttp3.WebSocket: boolean send(java.lang.String) -androidx.dynamicanimation.R$dimen: int notification_action_text_size -retrofit2.Retrofit: java.util.concurrent.Executor callbackExecutor() -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Dialog_MinWidth -wangdaye.com.geometricweather.R$dimen: int normal_margin -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title -androidx.loader.R$dimen: int notification_small_icon_background_padding -com.google.android.material.textfield.MaterialAutoCompleteTextView: MaterialAutoCompleteTextView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit getInstance(java.lang.String) -io.reactivex.internal.disposables.DisposableHelper: io.reactivex.internal.disposables.DisposableHelper DISPOSED -androidx.work.R$id: int accessibility_custom_action_21 -androidx.appcompat.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_97 -cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: java.lang.String WeatherText -com.xw.repo.bubbleseekbar.R$attr: int textAppearanceListItemSmall -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric: java.lang.String Unit -android.didikee.donate.R$attr: int subtitle -com.turingtechnologies.materialscrollbar.R$color: int primary_dark_material_light -retrofit2.ParameterHandler$Path: java.lang.reflect.Method method -okio.BufferedSink: long writeAll(okio.Source) -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_shapeAppearance -okhttp3.internal.Util: int decodeHexDigit(char) -cyanogenmod.app.ILiveLockScreenManager$Stub: java.lang.String DESCRIPTOR -io.reactivex.internal.subscriptions.SubscriptionArbiter: long requested -androidx.hilt.lifecycle.R$id: int line1 -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_fabCustomSize -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Metric: int UnitType -io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: void setResource(io.reactivex.disposables.Disposable) -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown -com.google.android.material.R$styleable: int Motion_animate_relativeTo -wangdaye.com.geometricweather.R$color: int material_on_background_emphasis_medium -wangdaye.com.geometricweather.R$attr: int recyclerViewStyle -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_WITH_3DES_EDE_CBC_SHA -com.google.android.material.R$attr: int behavior_saveFlags -androidx.viewpager2.adapter.FragmentStateAdapter$5 -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_thumbTint -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabUnboundedRipple -okhttp3.Headers: Headers(java.lang.String[]) -com.bumptech.glide.integration.okhttp.R$styleable: int ColorStateListItem_alpha -com.google.android.material.R$string: int mtrl_exceed_max_badge_number_content_description -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon -com.google.android.material.R$style: int Widget_MaterialComponents_Snackbar -wangdaye.com.geometricweather.R$string: int key_hide_lunar -okhttp3.internal.http1.Http1Codec$AbstractSource: long read(okio.Buffer,long) -androidx.fragment.R$styleable: int GradientColor_android_startColor -android.didikee.donate.R$style: int Base_V23_Theme_AppCompat -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionMenuTextAppearance -com.jaredrummler.android.colorpicker.R$styleable: int View_android_theme -retrofit2.HttpServiceMethod: HttpServiceMethod(retrofit2.RequestFactory,okhttp3.Call$Factory,retrofit2.Converter) -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult$Temperature Temperature -io.reactivex.internal.subscriptions.SubscriptionArbiter: boolean isUnbounded() -wangdaye.com.geometricweather.R$styleable: int[] AppCompatTextHelper -androidx.lifecycle.FullLifecycleObserverAdapter: androidx.lifecycle.FullLifecycleObserver mFullLifecycleObserver -androidx.appcompat.R$dimen: int abc_dialog_title_divider_material -androidx.vectordrawable.R$styleable: int FontFamily_fontProviderQuery -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header +james.adaptiveicon.R$color: int abc_tint_seek_thumb +wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: java.lang.String getPollenText(android.content.Context,int) +io.reactivex.Observable: io.reactivex.Observable timeInterval(java.util.concurrent.TimeUnit) +com.google.android.material.R$styleable: int NavigationView_itemTextColor +wangdaye.com.geometricweather.R$attr: int barrierDirection +androidx.coordinatorlayout.R$id: int bottom +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_drawableBottom +com.jaredrummler.android.colorpicker.R$attr: int ratingBarStyleIndicator +wangdaye.com.geometricweather.R$id: int notification_big_icon_3 +wangdaye.com.geometricweather.R$id: int expand_activities_button +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_TabText +com.google.android.material.R$drawable: int abc_scrubber_track_mtrl_alpha +androidx.preference.R$string: int abc_search_hint +wangdaye.com.geometricweather.R$id: int notification_big_week_2 +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult: java.util.List history +androidx.legacy.coreutils.R$drawable: int notification_action_background +cyanogenmod.hardware.ICMHardwareService: long getLtoDownloadInterval() +android.didikee.donate.R$styleable: int AppCompatTheme_actionBarTabBarStyle +androidx.appcompat.widget.Toolbar: void setTitleMarginTop(int) +androidx.core.R$style: int Widget_Compat_NotificationActionContainer +wangdaye.com.geometricweather.R$id: int dialog_learn_more_about_geocoder_doneBtn +wangdaye.com.geometricweather.R$drawable: int flag_es +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void dispose() +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao +androidx.preference.R$styleable: int MenuItem_android_checked +androidx.preference.R$id: int on +com.google.android.material.chip.Chip: void setChipIconTintResource(int) +android.didikee.donate.R$styleable: int Toolbar_contentInsetEnd +androidx.appcompat.widget.ActionBarContextView: int getAnimatedVisibility() +okhttp3.internal.ws.RealWebSocket: int receivedPingCount() +cyanogenmod.externalviews.ExternalViewProviderService: android.os.Handler access$100(cyanogenmod.externalviews.ExternalViewProviderService) +com.google.android.material.R$styleable: int SwitchCompat_thumbTint +okhttp3.Dispatcher: boolean promoteAndExecute() +androidx.preference.R$styleable: int MenuView_android_headerBackground +com.turingtechnologies.materialscrollbar.R$color: int mtrl_tabs_legacy_text_color_selector +cyanogenmod.profiles.BrightnessSettings: void getXmlString(java.lang.StringBuilder,android.content.Context) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: java.util.List value +wangdaye.com.geometricweather.remoteviews.config.Hilt_WeekWidgetConfigActivity: Hilt_WeekWidgetConfigActivity() +androidx.drawerlayout.widget.DrawerLayout: DrawerLayout(android.content.Context) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderCancelButton +com.google.gson.stream.JsonReader: int PEEKED_FALSE +com.google.android.material.R$id: int tag_accessibility_clickable_spans +androidx.preference.R$style: int Base_ThemeOverlay_AppCompat +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult$Temperature: int UnitType +io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: java.lang.Object index +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean +androidx.constraintlayout.widget.R$id: int ignore +james.adaptiveicon.R$styleable: int TextAppearance_fontFamily +com.bumptech.glide.integration.okhttp.R$dimen: int notification_subtext_size +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Display3 +androidx.appcompat.R$attr: int actionProviderClass +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean access$602(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl,boolean) +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: boolean hasCompleted() +wangdaye.com.geometricweather.R$attr: int buttonIconDimen +okhttp3.CacheControl$Builder: CacheControl$Builder() +androidx.appcompat.R$style: int Widget_AppCompat_Button +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 +androidx.constraintlayout.widget.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable +androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$State getStateAfter(androidx.lifecycle.Lifecycle$Event) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float o3 +okio.Buffer: java.lang.String readString(long,java.nio.charset.Charset) +androidx.appcompat.R$attr: int actionBarStyle +com.google.android.material.R$styleable: int ExtendedFloatingActionButton_hideMotionSpec +androidx.hilt.R$styleable +androidx.appcompat.R$id: int accessibility_custom_action_1 +androidx.constraintlayout.widget.R$attr: int searchViewStyle +james.adaptiveicon.R$styleable: int ActionBar_titleTextStyle +androidx.recyclerview.R$integer +okhttp3.internal.http1.Http1Codec$FixedLengthSink: Http1Codec$FixedLengthSink(okhttp3.internal.http1.Http1Codec,long) +james.adaptiveicon.R$styleable: int TextAppearance_android_shadowDx +wangdaye.com.geometricweather.R$attr: int maxAcceleration +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: void setUnit(java.lang.String) +james.adaptiveicon.R$style: int TextAppearance_AppCompat +wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: double lat +androidx.appcompat.R$styleable: int MenuGroup_android_enabled +com.xw.repo.bubbleseekbar.R$id: int line1 +wangdaye.com.geometricweather.R$style: int Base_V26_Theme_AppCompat +android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert +io.reactivex.Observable: io.reactivex.Observable buffer(long,long,java.util.concurrent.TimeUnit) +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_counterOverflowTextAppearance +cyanogenmod.app.CustomTile$Builder: android.net.Uri mOnClickUri +androidx.customview.R$dimen: int notification_right_side_padding_top +com.turingtechnologies.materialscrollbar.R$drawable: int abc_edit_text_material +okhttp3.OkHttpClient$Builder: okhttp3.EventListener$Factory eventListenerFactory +com.xw.repo.bubbleseekbar.R$styleable: int[] BubbleSeekBar +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_navigationContentDescription +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation: MfCurrentResult$Observation() +com.google.android.material.R$styleable: int MaterialToolbar_navigationIconColor +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_TEMPERATURE_UNIT +james.adaptiveicon.R$styleable: int AppCompatTheme_colorError +okhttp3.CookieJar$1: void saveFromResponse(okhttp3.HttpUrl,java.util.List) +cyanogenmod.app.CustomTile$ExpandedStyle: CustomTile$ExpandedStyle() +androidx.viewpager.R$styleable: int FontFamily_fontProviderAuthority +androidx.appcompat.R$color: R$color() +com.google.android.material.R$layout: int mtrl_alert_select_dialog_multichoice +androidx.appcompat.R$string: int abc_searchview_description_voice +io.reactivex.Observable: io.reactivex.Observable wrap(io.reactivex.ObservableSource) +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int FREEZING_DRIZZLE +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: io.reactivex.disposables.CompositeDisposable set +com.turingtechnologies.materialscrollbar.R$attr: int behavior_overlapTop +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property AqiIndex +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: java.util.concurrent.atomic.AtomicInteger active +wangdaye.com.geometricweather.R$dimen: int mtrl_exposed_dropdown_menu_popup_elevation +com.jaredrummler.android.colorpicker.R$attr: int backgroundTintMode +wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.String getLevel() +androidx.preference.R$id: int visible_removing_fragment_view_tag +androidx.lifecycle.LiveData: int START_VERSION +io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: void onComplete() +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver: ObservableMergeWithSingle$MergeWithObserver$OtherObserver(io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver) +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber +wangdaye.com.geometricweather.R$string: int abc_searchview_description_query +okhttp3.internal.ws.WebSocketReader$FrameCallback: void onReadClose(int,java.lang.String) +androidx.preference.R$anim: int btn_radio_to_on_mtrl_dot_group_animation +james.adaptiveicon.R$color: int primary_text_default_material_light +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Display1 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX: void setBrands(java.util.List) +com.jaredrummler.android.colorpicker.R$color: int secondary_text_default_material_light +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeRainPrecipitation(java.lang.Float) +androidx.constraintlayout.widget.R$attr: int percentY +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text +wangdaye.com.geometricweather.R$string: int content_des_pm25 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String weatherEnd +androidx.recyclerview.R$dimen: int notification_large_icon_height +com.turingtechnologies.materialscrollbar.R$attr: int iconTintMode +androidx.vectordrawable.R$id: int icon +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean content +okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RouteSelector$Selection routeSelection +androidx.cardview.widget.CardView: void setCardBackgroundColor(int) +okhttp3.Authenticator: okhttp3.Authenticator NONE +wangdaye.com.geometricweather.background.polling.basic.ForegroundUpdateService: ForegroundUpdateService() +wangdaye.com.geometricweather.R$id: int radio +androidx.work.R$id: int forever +androidx.preference.R$styleable: int BackgroundStyle_android_selectableItemBackground +androidx.preference.R$dimen: int abc_action_bar_elevation_material +wangdaye.com.geometricweather.R$attr: int textAppearanceSubtitle1 +james.adaptiveicon.R$style: int Platform_Widget_AppCompat_Spinner +com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleMarginTop +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHeight_percent +com.bumptech.glide.Priority: com.bumptech.glide.Priority[] values() +androidx.preference.R$id: int tag_screen_reader_focusable +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_activityChooserViewStyle +io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: void dispose() +com.google.gson.stream.JsonReader: long nextLong() +com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_thickness +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: MfForecastV2Result$ForecastProperties$ProbabilityForecastV2() +com.google.android.material.R$dimen: int design_bottom_navigation_icon_size +androidx.constraintlayout.widget.R$styleable: int OnClick_targetId +androidx.viewpager.R$drawable: int notification_bg_low_pressed +wangdaye.com.geometricweather.background.polling.basic.AwakeForegroundUpdateService: AwakeForegroundUpdateService() +com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_singleChoiceItemLayout +okio.GzipSink: java.util.zip.CRC32 crc +com.github.rahatarmanahmed.cpv.CircularProgressView: void removeListener(com.github.rahatarmanahmed.cpv.CircularProgressViewListener) +wangdaye.com.geometricweather.R$attr: int layout_goneMarginEnd +com.xw.repo.bubbleseekbar.R$attr: int buttonGravity +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: boolean setDisposable(io.reactivex.disposables.Disposable,int) +com.google.android.material.R$styleable: int TextAppearance_android_textColor +retrofit2.ParameterHandler$HeaderMap: void apply(retrofit2.RequestBuilder,java.util.Map) +james.adaptiveicon.R$attr: int listPopupWindowStyle +okhttp3.Protocol: java.lang.String protocol +com.google.android.material.slider.RangeSlider +android.didikee.donate.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +wangdaye.com.geometricweather.R$styleable: int MaterialRadioButton_buttonTint +androidx.hilt.lifecycle.R$id: int tag_accessibility_heading +androidx.preference.R$id: int recycler_view +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: java.lang.String chief +com.turingtechnologies.materialscrollbar.R$style: int Platform_MaterialComponents +com.google.android.material.R$dimen: int compat_notification_large_icon_max_height +com.google.android.material.R$attr: int cornerSizeBottomLeft +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_28 +wangdaye.com.geometricweather.R$string: int help +wangdaye.com.geometricweather.R$attr: int bsb_section_text_color +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_AutoCompleteTextView +wangdaye.com.geometricweather.R$attr: int alphabeticModifiers +com.google.android.material.internal.BaselineLayout +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setWind(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX) +com.jaredrummler.android.colorpicker.R$color: int primary_text_default_material_dark +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.Astro sun() +wangdaye.com.geometricweather.R$string: int date_format_widget_long +retrofit2.ParameterHandler$Part +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25 pm25 +com.google.gson.JsonIOException: JsonIOException(java.lang.String,java.lang.Throwable) +androidx.appcompat.widget.AppCompatToggleButton: AppCompatToggleButton(android.content.Context,android.util.AttributeSet) +cyanogenmod.providers.CMSettings$InclusiveIntegerRangeValidator: int mMax +androidx.constraintlayout.widget.R$attr: int panelMenuListTheme +okhttp3.Response$Builder: okhttp3.Response priorResponse +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintRight_toLeftOf +androidx.constraintlayout.widget.R$color: int ripple_material_dark +com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_paddingBottomSystemWindowInsets +com.google.gson.stream.JsonReader: int PEEKED_BUFFERED +okio.ForwardingTimeout: okio.Timeout deadlineNanoTime(long) +wangdaye.com.geometricweather.R$color: int design_dark_default_color_on_primary +androidx.hilt.lifecycle.R$attr: int fontProviderFetchTimeout +androidx.appcompat.R$attr: int theme +androidx.dynamicanimation.R$styleable: int GradientColor_android_gradientRadius +io.reactivex.Observable: void blockingForEach(io.reactivex.functions.Consumer) +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property ThunderstormPrecipitation +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: java.lang.String date +wangdaye.com.geometricweather.R$styleable: int MenuItem_actionViewClass +com.google.android.material.R$styleable: int FontFamily_fontProviderFetchStrategy +cyanogenmod.providers.CMSettings$Global: java.lang.String getString(android.content.ContentResolver,java.lang.String) +cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType THEME_REMOVED +com.google.android.material.R$attr: int actionBarStyle +wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_end_icon_margin_start +androidx.viewpager.R$drawable: R$drawable() +wangdaye.com.geometricweather.R$styleable: int RangeSlider_values +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_layout +com.xw.repo.bubbleseekbar.R$string: int abc_menu_function_shortcut_label +androidx.core.R$drawable: int notification_bg +retrofit2.Retrofit: java.util.List converterFactories() +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: int START +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: void onError(java.lang.Throwable) +okhttp3.RealCall: okhttp3.Response execute() +okio.RealBufferedSource$1 +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void dispose() +james.adaptiveicon.R$drawable: int abc_list_selector_disabled_holo_light +retrofit2.ParameterHandler$Part: retrofit2.Converter converter +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setStatusBar(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen +org.greenrobot.greendao.AbstractDao: java.lang.Object getKey(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_centerX +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ActionBar_Surface +james.adaptiveicon.R$style: int Base_Theme_AppCompat +okhttp3.RealCall: okhttp3.RealCall clone() +com.google.android.material.R$styleable: int[] ShapeAppearance +io.reactivex.internal.schedulers.AbstractDirectTask: java.util.concurrent.FutureTask DISPOSED +androidx.preference.R$styleable: int AlertDialog_singleChoiceItemLayout +com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat_Dark +com.google.android.material.R$id: int material_timepicker_mode_button +androidx.preference.R$attr: int switchPreferenceCompatStyle +wangdaye.com.geometricweather.R$attr: int homeAsUpIndicator +retrofit2.RequestBuilder: void addPart(okhttp3.MultipartBody$Part) +cyanogenmod.platform.Manifest$permission: java.lang.String MANAGE_ALARMS +cyanogenmod.weather.ICMWeatherManager$Stub: java.lang.String DESCRIPTOR +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_68 +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_checkedIconSize io.reactivex.Observable: io.reactivex.Single toList(int) -androidx.preference.R$styleable: int AppCompatTextView_drawableTopCompat -com.xw.repo.bubbleseekbar.R$color: int notification_action_color_filter -io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function4) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: org.reactivestreams.Subscription upstream -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_9 -james.adaptiveicon.R$attr -com.google.android.material.R$id: int mtrl_picker_header_toggle -androidx.vectordrawable.animated.R$attr: int alpha -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox -wangdaye.com.geometricweather.R$id: int exitUntilCollapsed -androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_PopupMenu -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_showDividers -com.google.android.material.slider.BaseSlider: int getThumbRadius() -com.google.android.material.R$color: int switch_thumb_normal_material_dark -wangdaye.com.geometricweather.R$styleable: int MenuItem_tooltipText -androidx.constraintlayout.widget.R$styleable: int[] ActionMode -androidx.hilt.lifecycle.R$styleable: int FontFamily_fontProviderFetchTimeout -okio.BufferedSource: void readFully(okio.Buffer,long) -okhttp3.CacheControl$Builder: CacheControl$Builder() -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_WITH_RC4_128_MD5 -androidx.vectordrawable.animated.R$id: int chronometer -com.google.android.material.R$style: int Base_Widget_AppCompat_SeekBar -androidx.appcompat.R$styleable: int SearchView_submitBackground -androidx.constraintlayout.widget.R$styleable: int[] State -androidx.constraintlayout.widget.Guideline: Guideline(android.content.Context) -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void onSubscribe(org.reactivestreams.Subscription) -wangdaye.com.geometricweather.R$attr: int flow_padding -com.google.android.material.navigation.NavigationView: void setItemMaxLines(int) -com.xw.repo.bubbleseekbar.R$color: int tooltip_background_dark -androidx.preference.R$styleable: int AnimatedStateListDrawableItem_android_drawable -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void open(java.lang.Object) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: void setZh_TW(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int ActionBar_logo -com.google.android.material.R$drawable: int btn_radio_on_to_off_mtrl_animation -com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Title_Icon -james.adaptiveicon.R$dimen: int abc_text_size_title_material -androidx.appcompat.widget.ActionBarContextView: void setContentHeight(int) -androidx.recyclerview.R$style -wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: java.lang.String unitId -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintWidth_default -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation: double qty12H -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderDivider -okhttp3.internal.http1.Http1Codec: int STATE_CLOSED -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableLeftCompat -wangdaye.com.geometricweather.R$attr: int indeterminateProgressStyle -androidx.appcompat.widget.AppCompatSpinner: void setPopupBackgroundResource(int) +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayoutStates_state_collapsed +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableTopCompat +androidx.constraintlayout.widget.R$style: int Animation_AppCompat_DropDownUp +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_SearchView +androidx.core.graphics.drawable.IconCompat +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialCalendar +androidx.constraintlayout.widget.R$styleable: int[] ActionBarLayout +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.util.Map lefts +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: BaseTransientBottomBar$SnackbarBaseLayout(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.widget.R$attr: int dragThreshold +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: java.lang.String value +james.adaptiveicon.R$attr: int contentInsetEndWithActions +com.bumptech.glide.load.HttpException: int statusCode +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_bias +okhttp3.internal.platform.JdkWithJettyBootPlatform: void afterHandshake(javax.net.ssl.SSLSocket) +wangdaye.com.geometricweather.background.polling.permanent.update.Hilt_ForegroundNormalUpdateService: Hilt_ForegroundNormalUpdateService() +androidx.swiperefreshlayout.R$dimen: int notification_main_column_padding_top +wangdaye.com.geometricweather.R$styleable: int[] ChipGroup +wangdaye.com.geometricweather.R$attr: int toolbarId +com.turingtechnologies.materialscrollbar.R$attr: int cardViewStyle +cyanogenmod.weather.ICMWeatherManager: void updateWeather(cyanogenmod.weather.RequestInfo) +androidx.lifecycle.extensions.R$drawable: int notification_tile_bg +wangdaye.com.geometricweather.R$id: int selected +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_TextView_SpinnerItem +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric +androidx.drawerlayout.widget.DrawerLayout +android.didikee.donate.R$dimen: int abc_seekbar_track_progress_height_material +com.google.android.material.transformation.TransformationChildCard: TransformationChildCard(android.content.Context) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: void setEn_US(java.lang.String) +wangdaye.com.geometricweather.R$animator: int linear_indeterminate_line2_head_interpolator +androidx.fragment.R$attr: int fontStyle +wangdaye.com.geometricweather.R$id: int notification_big_icon_1 +wangdaye.com.geometricweather.R$drawable: int notif_temp_8 +com.google.android.material.R$attr: int autoTransition +wangdaye.com.geometricweather.R$style: int Base_DialogWindowTitleBackground_AppCompat +wangdaye.com.geometricweather.remoteviews.config.DailyTrendWidgetConfigActivity: DailyTrendWidgetConfigActivity() +io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: io.reactivex.SingleSource other +retrofit2.BuiltInConverters$ToStringConverter: java.lang.Object convert(java.lang.Object) +com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_Alert +com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_android_clipToPadding +cyanogenmod.weatherservice.ServiceRequest: void reject(int) +wangdaye.com.geometricweather.db.entities.WeatherEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() +androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType: androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType CENTER +androidx.preference.R$style: int Base_Widget_AppCompat_ActionBar +androidx.constraintlayout.widget.ConstraintLayout: void setId(int) +retrofit2.Invocation: java.util.List arguments() +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_contentInsetRight +androidx.constraintlayout.widget.R$dimen: int abc_text_size_button_material +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: java.lang.String getDensityVoice(android.content.Context,float) +com.bumptech.glide.integration.okhttp.R$color: R$color() +androidx.appcompat.R$styleable: int ViewStubCompat_android_id +com.xw.repo.bubbleseekbar.R$attr: int goIcon +wangdaye.com.geometricweather.R$id: int scrollIndicatorUp +wangdaye.com.geometricweather.R$drawable: int abc_text_select_handle_left_mtrl_light +androidx.constraintlayout.widget.R$drawable: int btn_checkbox_unchecked_mtrl +retrofit2.http.Header: java.lang.String value() +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Inverse +com.google.android.material.R$style: int ShapeAppearance_MaterialComponents_SmallComponent +androidx.preference.R$attr: int dialogTheme +androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_android_ttcIndex +androidx.constraintlayout.helper.widget.Flow: Flow(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$layout: int widget_trend_hourly +com.turingtechnologies.materialscrollbar.R$dimen: int notification_top_pad_large_text +androidx.dynamicanimation.R$styleable: int GradientColor_android_centerX +com.google.android.material.R$attr: int buttonGravity +wangdaye.com.geometricweather.background.polling.work.worker.AsyncUpdateWorker: AsyncUpdateWorker(android.content.Context,androidx.work.WorkerParameters,wangdaye.com.geometricweather.location.LocationHelper,wangdaye.com.geometricweather.weather.WeatherHelper) +androidx.hilt.work.R$dimen: int notification_right_side_padding_top +androidx.preference.R$styleable: int TextAppearance_android_textColorLink +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String getProvince() +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_NoActionBar_Bridge +io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: double HoursOfPrecipitation +cyanogenmod.externalviews.KeyguardExternalView: void onKeyguardShowing(boolean) +wangdaye.com.geometricweather.R$string: int key_gravity_sensor_switch +androidx.viewpager.R$dimen: int compat_notification_large_icon_max_width +cyanogenmod.weather.WeatherLocation: java.lang.String getState() +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setIcePrecipitationProbability(java.lang.Float) +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Long readKey(android.database.Cursor,int) +com.google.android.material.R$id: int asConfigured +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_PopupMenu_ContextMenu +androidx.constraintlayout.widget.R$styleable: int View_android_focusable +wangdaye.com.geometricweather.R$color: int weather_source_cn +wangdaye.com.geometricweather.R$drawable: int widget_day +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_icon +retrofit2.BuiltInConverters: retrofit2.Converter responseBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) +retrofit2.KotlinExtensions$awaitResponse$2$2: void onFailure(retrofit2.Call,java.lang.Throwable) androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Button_Borderless_Colored -james.adaptiveicon.R$styleable: int SwitchCompat_thumbTextPadding -com.github.rahatarmanahmed.cpv.CircularProgressView: float access$002(com.github.rahatarmanahmed.cpv.CircularProgressView,float) -com.jaredrummler.android.colorpicker.R$styleable: int[] GradientColorItem -androidx.loader.R$styleable: int GradientColorItem_android_offset -androidx.vectordrawable.R$styleable: int FontFamily_fontProviderFetchStrategy -cyanogenmod.app.Profile: cyanogenmod.profiles.BrightnessSettings mBrightness -com.google.android.material.card.MaterialCardView: void setCardBackgroundColor(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable -com.jaredrummler.android.colorpicker.R$id: int expanded_menu -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Ice: java.lang.String Unit -androidx.lifecycle.LifecycleService: android.os.IBinder onBind(android.content.Intent) -com.google.android.material.R$styleable: int Constraint_flow_verticalAlign -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_75 -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: void onSubscribe(io.reactivex.disposables.Disposable) -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver otherObserver -cyanogenmod.externalviews.ExternalView: ExternalView(android.content.Context,android.util.AttributeSet,int,int) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_25 -retrofit2.RequestFactory$Builder: boolean gotQueryName -androidx.appcompat.R$styleable: int AppCompatTheme_actionBarPopupTheme -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_visible -androidx.appcompat.resources.R$dimen: int notification_big_circle_margin -okhttp3.internal.http2.Http2Reader$Handler: void priority(int,int,int,boolean) -com.google.android.material.R$dimen: int design_snackbar_action_inline_max_width -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle -cyanogenmod.providers.DataUsageContract -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Integer aqiIndex -wangdaye.com.geometricweather.R$attr: int actionLayout -wangdaye.com.geometricweather.R$styleable: int SearchView_layout -androidx.core.app.RemoteActionCompatParcelizer: RemoteActionCompatParcelizer() -androidx.lifecycle.ClassesInfoCache$MethodReference: ClassesInfoCache$MethodReference(int,java.lang.reflect.Method) -retrofit2.converter.gson.GsonConverterFactory: retrofit2.Converter requestBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],java.lang.annotation.Annotation[],retrofit2.Retrofit) -com.google.android.material.textfield.TextInputLayout: int getBoxBackgroundColor() -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void drainFused() -com.google.gson.stream.JsonReader: int PEEKED_NULL -com.google.android.material.R$dimen: int material_clock_period_toggle_margin_left -com.google.android.material.R$color: int primary_dark_material_light -cyanogenmod.weather.RequestInfo: int TYPE_LOOKUP_CITY_NAME_REQ -android.support.v4.os.IResultReceiver$Stub -com.turingtechnologies.materialscrollbar.R$attr: int tabGravity -wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: void setOnClickListener(android.view.View$OnClickListener) -com.xw.repo.bubbleseekbar.R$attr: int bsb_track_color -androidx.legacy.coreutils.R$attr: int fontProviderFetchStrategy -james.adaptiveicon.R$dimen: int abc_action_button_min_width_overflow_material +com.google.android.material.bottomnavigation.BottomNavigationView: void setSelectedItemId(int) +androidx.viewpager2.R$dimen: int notification_large_icon_width +com.google.android.material.slider.RangeSlider: int getFocusedThumbIndex() +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Menu +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_paddingEnd +cyanogenmod.externalviews.KeyguardExternalViewProviderService: android.view.WindowManager access$500(cyanogenmod.externalviews.KeyguardExternalViewProviderService) +io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay() +androidx.viewpager2.R$styleable: int FontFamily_fontProviderPackage +androidx.fragment.R$layout: int notification_template_part_chronometer +com.google.android.material.R$styleable: int AlertDialog_multiChoiceItemLayout +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) +okhttp3.internal.cache.DiskLruCache: void readJournalLine(java.lang.String) +androidx.preference.R$styleable: int Toolbar_subtitleTextColor +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType valueOf(java.lang.String) +okhttp3.internal.cache2.Relay$RelaySource: okhttp3.internal.cache2.FileOperator fileOperator +android.didikee.donate.R$styleable: int ActionBar_itemPadding +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language SLOVENIAN +com.xw.repo.bubbleseekbar.R$dimen: int notification_big_circle_margin +wangdaye.com.geometricweather.R$string: int learn_more +androidx.core.R$id: int accessibility_custom_action_24 +androidx.preference.TwoStatePreference$SavedState: android.os.Parcelable$Creator CREATOR +androidx.preference.R$styleable: int AppCompatTheme_actionBarDivider +com.google.android.material.R$attr: int windowMinWidthMinor +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionBar_TabBar +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_month_horizontal_padding +androidx.recyclerview.R$styleable: int ColorStateListItem_android_color +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: io.reactivex.functions.Action onOverflow +com.google.android.material.R$attr: int statusBarBackground +androidx.preference.R$styleable: int AppCompatTextView_textAllCaps +com.google.android.material.button.MaterialButton: int getInsetTop() +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_PopupMenu +android.didikee.donate.R$attr: int switchTextAppearance +androidx.appcompat.widget.ActivityChooserView$InnerLayout: ActivityChooserView$InnerLayout(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit getInstance(java.lang.String) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String dailyForecast +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light +wangdaye.com.geometricweather.R$string: int tag_precipitation +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean() +com.google.android.material.R$styleable: int TextInputLayout_hintTextColor +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: int getStatus() +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_shapeAppearanceOverlay +androidx.vectordrawable.animated.R$id: int italic +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title +com.google.android.material.snackbar.Snackbar$SnackbarLayout: Snackbar$SnackbarLayout(android.content.Context) +wangdaye.com.geometricweather.R$id: int parallax +com.google.android.material.R$styleable: int OnSwipe_touchAnchorId +cyanogenmod.app.IProfileManager$Stub$Proxy: IProfileManager$Stub$Proxy(android.os.IBinder) +androidx.appcompat.widget.ActionBarContextView: void setSubtitle(java.lang.CharSequence) +com.google.android.material.textfield.TextInputLayout: void setEndIconOnLongClickListener(android.view.View$OnLongClickListener) +okhttp3.internal.http2.Huffman: okhttp3.internal.http2.Huffman get() +wangdaye.com.geometricweather.R$array +com.google.android.material.radiobutton.MaterialRadioButton: void setUseMaterialThemeColors(boolean) +com.google.android.material.R$styleable: int SearchView_defaultQueryHint +com.google.android.material.R$styleable: int TextInputLayout_startIconTint +wangdaye.com.geometricweather.common.basic.models.weather.History: int nighttimeTemperature +wangdaye.com.geometricweather.R$color: int design_bottom_navigation_shadow_color +cyanogenmod.profiles.LockSettings: void setValue(int) +androidx.preference.R$layout: int select_dialog_item_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX +androidx.preference.R$attr: int panelMenuListWidth +wangdaye.com.geometricweather.R$attr: int actionTextColorAlpha +com.google.android.material.R$id: int SHOW_PROGRESS +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator +androidx.recyclerview.R$attr: int spanCount +wangdaye.com.geometricweather.R$color: int design_fab_stroke_top_outer_color +com.xw.repo.bubbleseekbar.R$attr: int alpha +com.google.android.material.slider.Slider: void setFocusedThumbIndex(int) +androidx.preference.R$id: int item_touch_helper_previous_elevation +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit NMI +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Temperature: java.lang.Float value +com.google.android.material.R$attr: int listMenuViewStyle +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.UV getUV() +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_halfExpandedRatio +okio.BufferedSource: okio.Buffer buffer() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String headIconType +wangdaye.com.geometricweather.R$attr: int iconResStart +com.google.android.material.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle +androidx.preference.R$styleable: int AppCompatTheme_colorSwitchThumbNormal +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Metric +wangdaye.com.geometricweather.R$attr: int hideMotionSpec +retrofit2.ParameterHandler$RelativeUrl: void apply(retrofit2.RequestBuilder,java.lang.Object) +wangdaye.com.geometricweather.db.entities.AlertEntity +com.google.android.material.R$styleable: int Layout_layout_constraintVertical_weight +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Chip_Action +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_lastVerticalStyle +androidx.constraintlayout.widget.R$styleable: int[] MenuView +com.google.android.material.R$drawable: int abc_dialog_material_background +com.google.gson.stream.JsonWriter: void newline() +com.google.android.material.R$layout: int mtrl_calendar_month_navigation +io.reactivex.internal.util.NotificationLite: io.reactivex.disposables.Disposable getDisposable(java.lang.Object) +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header +com.google.android.material.R$styleable: int OnSwipe_maxAcceleration +com.google.android.material.R$styleable: int ActionBar_contentInsetStartWithNavigation +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Display3 +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeRealFeelShaderTemperature() +okhttp3.FormBody$Builder: java.util.List values +com.google.android.material.R$drawable: int design_ic_visibility_off +androidx.appcompat.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar +androidx.viewpager2.R$id: int dialog_button +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Caption +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: int getStatus() +androidx.activity.R$styleable: int FontFamily_fontProviderFetchStrategy +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_Button +com.google.android.material.slider.RangeSlider: void setTickActiveTintList(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_tagView +wangdaye.com.geometricweather.R$string: int wind_12 +androidx.drawerlayout.R$attr: int fontProviderPackage +androidx.vectordrawable.R$styleable: int FontFamilyFont_android_fontVariationSettings +cyanogenmod.externalviews.KeyguardExternalView$11: void run() +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: void slideLockscreenIn() +wangdaye.com.geometricweather.R$array: int clock_font +androidx.preference.R$styleable: int LinearLayoutCompat_showDividers +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_editTextPreferenceStyle +cyanogenmod.library.R$id: R$id() +wangdaye.com.geometricweather.R$attr: int tooltipForegroundColor +android.didikee.donate.R$styleable: int[] MenuView +androidx.preference.R$styleable: int ActionBar_titleTextStyle +okhttp3.Headers: java.util.Set names() +androidx.preference.R$attr: int actionModeSelectAllDrawable +cyanogenmod.os.Concierge$ParcelInfo: int getParcelVersion() +wangdaye.com.geometricweather.R$id: int auto +com.google.android.material.R$id: int test_radiobutton_android_button_tint +com.jaredrummler.android.colorpicker.R$attr: int switchTextOn +okhttp3.internal.platform.AndroidPlatform: javax.net.ssl.X509TrustManager trustManager(javax.net.ssl.SSLSocketFactory) +io.reactivex.Observable: io.reactivex.Observable buffer(int,int) +com.google.gson.stream.JsonReader: void endObject() +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void onError(java.lang.Throwable) +okhttp3.internal.platform.AndroidPlatform: void connectSocket(java.net.Socket,java.net.InetSocketAddress,int) +com.google.android.material.card.MaterialCardView: void setCheckable(boolean) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator +com.google.android.material.circularreveal.CircularRevealLinearLayout +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getPm25() +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_dropdownPreferenceStyle +com.google.android.material.textfield.TextInputLayout: TextInputLayout(android.content.Context) +androidx.coordinatorlayout.R$styleable: int[] FontFamily +okhttp3.ConnectionPool: int maxIdleConnections +com.bumptech.glide.load.EncodeStrategy: com.bumptech.glide.load.EncodeStrategy SOURCE +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.lang.Integer LEFT_CLOSE +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List chuanyi +androidx.work.R$id: R$id() +androidx.lifecycle.LifecycleRegistry$1 +wangdaye.com.geometricweather.R$drawable: int notif_temp_121 +retrofit2.ParameterHandler$Field +com.google.android.material.internal.FlowLayout: FlowLayout(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setHeadIconType(java.lang.String) +androidx.viewpager2.R$attr: int fastScrollEnabled +androidx.constraintlayout.widget.R$styleable: int KeyTrigger_onNegativeCross +wangdaye.com.geometricweather.R$attr: int layout_constraintDimensionRatio +wangdaye.com.geometricweather.R$drawable: int weather_sleet_mini_light +com.github.rahatarmanahmed.cpv.CircularProgressView: float indeterminateSweep +com.google.android.material.R$style: int Widget_MaterialComponents_AppBarLayout_PrimarySurface +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onScreenTurnedOff +com.jaredrummler.android.colorpicker.R$attr: int subMenuArrow +androidx.constraintlayout.widget.R$id: int animateToStart +wangdaye.com.geometricweather.R$attr: int textAppearanceHeadline4 +com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleTextAppearance(int) +wangdaye.com.geometricweather.R$anim: int design_snackbar_out +androidx.appcompat.resources.R$styleable: int[] AnimatedStateListDrawableTransition +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeWindChillTemperature +com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getCounterOverflowTextColor() +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.R$animator: int weather_fog_2 +wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_height +androidx.preference.R$styleable: int SeekBarPreference_adjustable +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_android_thumb +io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: boolean isDisposed() +androidx.fragment.R$styleable: int Fragment_android_id +com.xw.repo.bubbleseekbar.R$attr: int subtitleTextStyle +androidx.hilt.work.R$dimen +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setFillAlpha(float) +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_alertDialogStyle +androidx.appcompat.R$styleable: int Toolbar_android_gravity +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Toolbar +androidx.hilt.work.R$dimen: int notification_top_pad +james.adaptiveicon.R$attr: int textAppearanceSearchResultSubtitle +okio.SegmentedByteString: byte getByte(int) +io.reactivex.Observable: io.reactivex.Observable doOnComplete(io.reactivex.functions.Action) +wangdaye.com.geometricweather.R$string: int abc_capital_off +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List hourlyEntityList +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_15 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: int status +androidx.legacy.coreutils.R$id: int italic +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_logo +james.adaptiveicon.R$id: int message +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Weather: java.lang.String desc +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer windChillTemperature +com.turingtechnologies.materialscrollbar.R$attr: int windowMinWidthMajor +com.turingtechnologies.materialscrollbar.R$attr: int iconEndPadding +android.didikee.donate.R$dimen: int notification_right_icon_size +com.google.android.material.R$styleable: int Layout_layout_constraintWidth_default +com.google.android.material.floatingactionbutton.FloatingActionButton: int getRippleColor() +cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_WIFIAP +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getProfiles +com.google.android.material.button.MaterialButton: void setInternalBackground(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: java.util.Date getFrom() +androidx.transition.R$id: int blocking +com.turingtechnologies.materialscrollbar.R$string: int bottom_sheet_behavior +wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle getInstance(java.lang.String) +io.reactivex.internal.subscriptions.SubscriptionArbiter: void drainLoop() +androidx.preference.R$dimen: int abc_action_bar_default_padding_end_material +androidx.work.R$bool: int enable_system_alarm_service_default +cyanogenmod.app.ProfileManager: void setActiveProfile(java.lang.String) +okhttp3.OkHttpClient: okhttp3.internal.tls.CertificateChainCleaner certificateChainCleaner +okhttp3.RealCall: void captureCallStackTrace() +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: io.reactivex.disposables.Disposable upstream +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_switchPadding +com.google.android.material.R$dimen: int mtrl_extended_fab_start_padding +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Subhead +com.google.android.material.R$styleable: int ActionBar_customNavigationLayout +com.turingtechnologies.materialscrollbar.R$layout: int abc_action_bar_up_container +android.didikee.donate.R$attr: int textAllCaps +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_textAllCaps +androidx.appcompat.R$styleable: int AnimatedStateListDrawableTransition_android_drawable +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_constraintSet +com.turingtechnologies.materialscrollbar.R$attr: int ratingBarStyleSmall +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: int activeCount +wangdaye.com.geometricweather.R$attr: int expandedTitleTextAppearance +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_show_section_mark +james.adaptiveicon.R$dimen: int tooltip_precise_anchor_extra_offset +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeRealFeelTemperature() +james.adaptiveicon.R$dimen: int abc_dialog_padding_top_material +okhttp3.Cookie: long expiresAt +com.jaredrummler.android.colorpicker.R$dimen: int abc_switch_padding +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth +james.adaptiveicon.R$styleable: int AppCompatTheme_buttonStyle +wangdaye.com.geometricweather.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable +androidx.preference.R$styleable: int Preference_widgetLayout +okhttp3.internal.http2.Http2Connection: void pushRequestLater(int,java.util.List) +androidx.viewpager.R$style: int TextAppearance_Compat_Notification +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionButton_Overflow +io.reactivex.Observable: io.reactivex.Observable mergeWith(io.reactivex.MaybeSource) +wangdaye.com.geometricweather.R$string: int gson +com.google.android.material.slider.Slider: void setHaloTintList(android.content.res.ColorStateList) +okhttp3.internal.http2.Http2Stream$StreamTimeout: java.io.IOException newTimeoutException(java.io.IOException) +james.adaptiveicon.R$attr: int paddingStart +wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property CityId +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_min_width_major +com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getTickInactiveTintList() +james.adaptiveicon.R$styleable: int DrawerArrowToggle_color +android.didikee.donate.R$layout: int abc_screen_simple +androidx.preference.R$drawable: int abc_cab_background_internal_bg +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_verticalBias +wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_typeface +com.turingtechnologies.materialscrollbar.R$attr: int hintEnabled +com.google.android.material.R$id: int material_clock_period_am_button +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_goneMarginTop +okio.BufferedSource: java.lang.String readString(long,java.nio.charset.Charset) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX getNames() +com.turingtechnologies.materialscrollbar.R$styleable: int[] CompoundButton +wangdaye.com.geometricweather.R$styleable: int Chip_chipIcon +androidx.appcompat.R$attr: int fontFamily +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_icon_vertical_padding_material +wangdaye.com.geometricweather.R$attr: int lineHeight +okhttp3.OkHttpClient$1: void addLenient(okhttp3.Headers$Builder,java.lang.String,java.lang.String) +androidx.viewpager2.R$dimen: int compat_control_corner_material +androidx.preference.R$styleable: int MenuGroup_android_orderInCategory +androidx.customview.R$styleable: int ColorStateListItem_android_color +com.google.android.material.R$attr: int windowFixedHeightMinor +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: void setCaiyun(java.lang.String) +com.google.android.material.R$attr: int textAppearanceSearchResultTitle +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar +cyanogenmod.app.ProfileGroup$Mode: cyanogenmod.app.ProfileGroup$Mode[] $VALUES +wangdaye.com.geometricweather.R$xml +com.turingtechnologies.materialscrollbar.R$attr: int itemIconSize +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator FORWARD_LOOKUP_PROVIDER_VALIDATOR +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: long serialVersionUID +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: io.reactivex.functions.Function mapper +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: java.lang.String getCode() +cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_PUT_SYSTEM +cyanogenmod.profiles.ConnectionSettings: int mSubId +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum: int UnitType +androidx.hilt.work.R$layout: int notification_action_tombstone +com.xw.repo.bubbleseekbar.R$style: int Platform_V21_AppCompat +androidx.constraintlayout.widget.R$attr: int numericModifiers +com.google.android.material.R$attr: int popupMenuStyle +wangdaye.com.geometricweather.R$attr: int spinBars +com.jaredrummler.android.colorpicker.R$string: int abc_menu_function_shortcut_label +wangdaye.com.geometricweather.common.ui.widgets.astro.MoonPhaseView: MoonPhaseView(android.content.Context,android.util.AttributeSet,int) +androidx.core.R$id: int accessibility_custom_action_0 +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void onSubscribe(org.reactivestreams.Subscription) +wangdaye.com.geometricweather.R$id: int listMode +com.jaredrummler.android.colorpicker.R$styleable: int ViewBackgroundHelper_backgroundTint +wangdaye.com.geometricweather.R$id: int notification_base_titleContainer +com.google.android.material.progressindicator.ProgressIndicator: com.google.android.material.progressindicator.DrawableWithAnimatedVisibilityChange getCurrentDrawable() +androidx.hilt.lifecycle.R$anim: R$anim() +androidx.constraintlayout.widget.R$dimen: int notification_action_text_size +com.google.android.material.R$layout: int design_navigation_menu_item +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: boolean done +cyanogenmod.profiles.StreamSettings: void setOverride(boolean) +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_showMotionSpec +androidx.preference.R$attr: int windowMinWidthMajor +androidx.constraintlayout.widget.R$attr: int hideOnContentScroll +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge +wangdaye.com.geometricweather.R$animator: int mtrl_extended_fab_show_motion_spec +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature ApparentTemperature +wangdaye.com.geometricweather.R$string: int path_password_strike_through +cyanogenmod.externalviews.IExternalViewProvider: void alterWindow(int,int,int,int,boolean,android.graphics.Rect) +com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableCompat_android_dither +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs: AtmoAuraQAResult$MultiDaysIndexs() +com.google.gson.stream.JsonReader: char[] NON_EXECUTE_PREFIX +okhttp3.Request$Builder: okhttp3.Request$Builder delete() +com.google.android.material.textfield.TextInputLayout: void setPrefixTextColor(android.content.res.ColorStateList) +com.google.android.material.R$styleable: int OnSwipe_onTouchUp +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: java.util.List getSubInformation() +androidx.appcompat.resources.R$id: int text2 +com.turingtechnologies.materialscrollbar.R$attr: int colorControlActivated +com.jaredrummler.android.colorpicker.R$attr: int cpv_alphaChannelText +com.google.android.material.R$attr: int insetForeground +okhttp3.internal.ws.RealWebSocket: boolean pong(okio.ByteString) +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property CloudCover +androidx.lifecycle.LifecycleEventObserver: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) +com.google.android.material.R$style: int Widget_AppCompat_Button_Colored +androidx.constraintlayout.widget.VirtualLayout: VirtualLayout(android.content.Context) +androidx.cardview.R$dimen: int cardview_default_radius +com.google.android.material.R$style: int Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense +androidx.hilt.R$drawable: int notification_action_background +cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: android.os.IBinder mRemote +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX$InfoX: java.util.List day +androidx.fragment.R$id: int action_text +androidx.legacy.coreutils.R$id: int chronometer +androidx.vectordrawable.animated.R$id: int notification_background +com.jaredrummler.android.colorpicker.R$color: int abc_background_cache_hint_selector_material_light +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: double visibility +wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_speed +com.xw.repo.bubbleseekbar.R$styleable: int ActionMode_subtitleTextStyle +androidx.preference.R$style: int Base_Widget_AppCompat_ListView +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_buttonGravity +com.google.android.material.R$styleable: int MaterialButton_iconSize +com.google.android.material.R$styleable: int MaterialShape_shapeAppearanceOverlay +okio.SegmentedByteString: okio.ByteString substring(int,int) +wangdaye.com.geometricweather.R$dimen: int subtitle_text_size +com.google.android.material.stateful.ExtendableSavedState: android.os.Parcelable$Creator CREATOR +io.reactivex.Observable: void subscribe(io.reactivex.Observer) +androidx.work.R$color: int notification_icon_bg_color +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Button_Colored +wangdaye.com.geometricweather.R$attr: int actionModeCopyDrawable +cyanogenmod.weather.RequestInfo: int describeContents() +wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition: wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition BELOW_LINE +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight +com.turingtechnologies.materialscrollbar.R$layout: int abc_action_menu_item_layout +androidx.preference.R$attr: int drawableTopCompat +com.google.android.material.R$anim: int abc_slide_in_top +androidx.appcompat.R$styleable: int SearchView_suggestionRowLayout +com.turingtechnologies.materialscrollbar.R$color: int material_blue_grey_900 +com.google.android.material.R$styleable: int AppCompatTextHelper_android_drawableEnd +wangdaye.com.geometricweather.R$string: int mtrl_picker_invalid_format_example +com.google.android.material.R$attr: int maxHeight +wangdaye.com.geometricweather.R$drawable: int weather_thunder_mini_grey +okhttp3.Cache: void initialize() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Metric: double Value +com.bumptech.glide.integration.okhttp.R$dimen +okhttp3.internal.http1.Http1Codec$FixedLengthSink: long bytesRemaining +androidx.lifecycle.MediatorLiveData: void addSource(androidx.lifecycle.LiveData,androidx.lifecycle.Observer) +androidx.appcompat.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth +wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle HOURLY +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_71 +com.google.android.material.internal.NavigationMenuItemView: void setTextColor(android.content.res.ColorStateList) +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getPivotX() +com.google.android.material.R$string: int chip_text +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +org.greenrobot.greendao.AbstractDao: void assertSinglePk() +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: java.lang.String y +io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: FlowableConcatMap$ConcatMapInner(io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapSupport) +androidx.preference.R$styleable: int AppCompatSeekBar_tickMark +androidx.appcompat.R$attr: int textAppearanceSearchResultTitle +androidx.core.R$dimen +androidx.constraintlayout.widget.R$drawable: int notification_template_icon_low_bg +wangdaye.com.geometricweather.search.LoadableLocationList$Status: wangdaye.com.geometricweather.search.LoadableLocationList$Status[] values() +com.google.android.material.R$style: int TextAppearance_Design_Placeholder +wangdaye.com.geometricweather.R$attr: int indicatorColors +james.adaptiveicon.R$style: R$style() +wangdaye.com.geometricweather.R$id: int tag_unhandled_key_listeners +com.google.android.material.R$color: int design_default_color_on_error +wangdaye.com.geometricweather.R$drawable: int ic_launcher_background +androidx.lifecycle.viewmodel.savedstate.R +okhttp3.OkHttpClient: java.util.List protocols() +com.bumptech.glide.R$layout +io.reactivex.Observable: io.reactivex.Observable defaultIfEmpty(java.lang.Object) +james.adaptiveicon.R$attr: int showText +wangdaye.com.geometricweather.R$styleable: int Preference_dependency +com.jaredrummler.android.colorpicker.R$drawable: int notification_bg_low_pressed +com.turingtechnologies.materialscrollbar.R$dimen: int highlight_alpha_material_dark +androidx.constraintlayout.widget.R$dimen: int hint_pressed_alpha_material_light +com.google.android.material.R$attr: int valueTextColor +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_93 +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginEnd +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: cyanogenmod.externalviews.ExternalViewProviderService$Provider this$1 +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver androidx.constraintlayout.widget.R$styleable: int[] Variant -cyanogenmod.providers.CMSettings$Secure: float getFloat(android.content.ContentResolver,java.lang.String,float) -com.google.android.material.R$id: int parentRelative -okio.BufferedSource: long readHexadecimalUnsignedLong() -cyanogenmod.app.IProfileManager: void updateProfile(cyanogenmod.app.Profile) -androidx.customview.R$id: int line3 -okhttp3.internal.http2.Http2Connection$4: void execute() -android.didikee.donate.R$id: int useLogo -com.bumptech.glide.R$id: int glide_custom_view_target_tag -androidx.preference.R$style: int Base_Widget_AppCompat_ActionBar_TabBar -okhttp3.Dispatcher: boolean promoteAndExecute() -com.google.android.material.datepicker.MaterialCalendar$CalendarSelector: com.google.android.material.datepicker.MaterialCalendar$CalendarSelector[] values() -wangdaye.com.geometricweather.R$animator -wangdaye.com.geometricweather.R$id: int text_input_start_icon -androidx.constraintlayout.widget.R$id: int on -androidx.hilt.lifecycle.R$color: int notification_action_color_filter -retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isMaybe -com.google.android.material.R$styleable: int Layout_chainUseRtl -androidx.core.R$id: int accessibility_custom_action_26 -androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPaused(android.app.Activity) -com.google.android.material.R$styleable: int Constraint_visibilityMode -okhttp3.internal.ws.RealWebSocket: void checkResponse(okhttp3.Response) -android.didikee.donate.R$attr: int srcCompat -wangdaye.com.geometricweather.R$drawable: int weather_haze_mini_light -androidx.appcompat.R$attr: int titleTextStyle -com.google.android.material.R$styleable: int[] SwitchMaterial -androidx.appcompat.resources.R$id: int accessibility_custom_action_19 -android.didikee.donate.R$attr: R$attr() -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub: java.lang.String DESCRIPTOR -com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setLabelVisibilityMode(int) -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_horizontalBias -androidx.work.R$attr: int fontProviderFetchTimeout -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_YearNavigationButton -cyanogenmod.weather.WeatherInfo: WeatherInfo() -com.bumptech.glide.integration.okhttp.R$dimen: int notification_small_icon_background_padding -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: java.lang.Object poll() -com.xw.repo.bubbleseekbar.R$color: int abc_primary_text_material_light -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onActionModeFinished(android.view.ActionMode) -androidx.coordinatorlayout.R$attr: int layout_behavior -androidx.recyclerview.R$string: R$string() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: java.lang.String getUnit() -androidx.work.R$id: int chronometer -android.didikee.donate.R$drawable: int abc_scrubber_track_mtrl_alpha -io.reactivex.internal.util.HashMapSupplier: io.reactivex.internal.util.HashMapSupplier INSTANCE -androidx.hilt.R$styleable: int FontFamilyFont_fontStyle -com.turingtechnologies.materialscrollbar.R$styleable: int[] BottomAppBar -androidx.preference.R$dimen: int notification_small_icon_size_as_large -androidx.appcompat.R$styleable: int FontFamilyFont_android_ttcIndex -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActivityChooserView -com.turingtechnologies.materialscrollbar.R$color: int background_floating_material_dark -androidx.preference.R$styleable: int AnimatedStateListDrawableItem_android_id -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode REFUSED_STREAM -com.google.android.material.R$styleable: int AppBarLayout_liftOnScrollTargetViewId -com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleTextAppearance -com.google.android.material.chip.Chip: android.content.res.ColorStateList getChipStrokeColor() -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_text_input_padding_top -com.bumptech.glide.integration.okhttp.R$style: int TextAppearance_Compat_Notification -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float rainPrecipitation -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_EditText -io.reactivex.exceptions.MissingBackpressureException: long serialVersionUID -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setRotation(float) -io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: ObservableReplay$InnerDisposable(io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver,io.reactivex.Observer) -james.adaptiveicon.R$attr: int panelMenuListTheme -androidx.constraintlayout.widget.R$id: int forever -androidx.constraintlayout.widget.R$attr: int collapseContentDescription -com.google.android.material.R$styleable: int Layout_maxWidth -androidx.preference.R$id: int accessibility_custom_action_13 -com.xw.repo.bubbleseekbar.R$drawable: int abc_textfield_default_mtrl_alpha -com.xw.repo.bubbleseekbar.R$attr: int tint -okio.GzipSink: void updateCrc(okio.Buffer,long) -james.adaptiveicon.R$integer: int config_tooltipAnimTime -androidx.appcompat.widget.FitWindowsLinearLayout: FitWindowsLinearLayout(android.content.Context) -androidx.preference.R$styleable: int AppCompatTextView_drawableLeftCompat -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleMargin -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay CARD_SUNRISE_SUNSET -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity +com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_elevation +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getVibratorIntensity +androidx.cardview.R$attr: int contentPadding +androidx.constraintlayout.widget.Placeholder: Placeholder(android.content.Context) +com.jaredrummler.android.colorpicker.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog +wangdaye.com.geometricweather.R$dimen: int abc_control_padding_material +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textColorSearchUrl +android.support.v4.os.IResultReceiver$Stub: android.support.v4.os.IResultReceiver getDefaultImpl() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setFeelsLike(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean) +com.turingtechnologies.materialscrollbar.R$attr: int iconTint +com.google.android.material.R$styleable: int Badge_badgeTextColor +cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status[] $VALUES +wangdaye.com.geometricweather.db.entities.DaoMaster$OpenHelper: void onCreate(org.greenrobot.greendao.database.Database) +com.google.android.material.R$styleable: int NavigationView_itemMaxLines +com.google.android.material.R$attr: int queryHint +android.didikee.donate.R$attr: int checkboxStyle +okhttp3.internal.platform.AndroidPlatform: int MAX_LOG_LENGTH +wangdaye.com.geometricweather.R$id: int packed +androidx.preference.R$id: int accessibility_custom_action_25 +com.google.android.material.R$dimen: int test_mtrl_calendar_day_cornerSize +okhttp3.Address: java.lang.String toString() +com.xw.repo.bubbleseekbar.R$dimen: int compat_notification_large_icon_max_width +wangdaye.com.geometricweather.common.basic.models.weather.Base: java.lang.String cityId +wangdaye.com.geometricweather.R$id: int rectangles +cyanogenmod.app.Profile$LockMode: Profile$LockMode() +com.turingtechnologies.materialscrollbar.R$styleable: int PopupWindowBackgroundState_state_above_anchor +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getGrassDescription() +com.jaredrummler.android.colorpicker.R$string: int abc_shareactionprovider_share_with_application +retrofit2.RequestFactory$Builder: boolean gotBody +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabMinWidth +wangdaye.com.geometricweather.R$id: int chronometer +wangdaye.com.geometricweather.R$layout: int test_design_radiobutton +androidx.dynamicanimation.R$styleable: int FontFamilyFont_font +james.adaptiveicon.R$styleable: int SearchView_commitIcon +io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: io.reactivex.Observer downstream +com.turingtechnologies.materialscrollbar.R$attr: int state_above_anchor +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX() +androidx.preference.R$styleable: int SearchView_android_maxWidth +cyanogenmod.app.Profile$ProfileTrigger: java.lang.String getId() +com.google.android.material.R$styleable: int Slider_labelStyle +android.didikee.donate.R$drawable: int notification_template_icon_bg +cyanogenmod.power.PerformanceManager: int mNumberOfProfiles +androidx.hilt.work.R$id: int tag_transition_group +com.jaredrummler.android.colorpicker.R$styleable: int[] CheckBoxPreference +androidx.constraintlayout.widget.R$dimen: int abc_edit_text_inset_bottom_material +com.google.android.material.R$attr: int radioButtonStyle +wangdaye.com.geometricweather.R$drawable: int mtrl_ic_error +com.bumptech.glide.integration.okhttp.R$dimen: int compat_button_padding_vertical_material +io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(int,long,java.util.concurrent.TimeUnit) +androidx.work.R$attr: int fontProviderAuthority +wangdaye.com.geometricweather.R$string: int precipitation_overview +androidx.activity.R$id: int accessibility_custom_action_15 +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer grassIndex +james.adaptiveicon.R$styleable: int CompoundButton_buttonCompat +cyanogenmod.weather.WeatherLocation: java.lang.String mCountry +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: CaiYunMainlyResult$ForecastDailyBean() +androidx.recyclerview.widget.StaggeredGridLayoutManager: StaggeredGridLayoutManager(android.content.Context,android.util.AttributeSet,int,int) +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Headline +cyanogenmod.profiles.AirplaneModeSettings: android.os.Parcelable$Creator CREATOR +androidx.constraintlayout.widget.R$attr: int layout_constraintStart_toEndOf +com.turingtechnologies.materialscrollbar.R$attr: int dialogCornerRadius +wangdaye.com.geometricweather.R$drawable: int preference_list_divider_material +okhttp3.internal.http.RealInterceptorChain: okhttp3.Response proceed(okhttp3.Request) +wangdaye.com.geometricweather.R$id: int container_main_daily_trend_card_title +cyanogenmod.app.CustomTile: java.lang.String toString() +cyanogenmod.weather.ICMWeatherManager$Stub: int TRANSACTION_unregisterWeatherServiceProviderChangeListener +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: void onNext(java.lang.Object) +com.jaredrummler.android.colorpicker.R$attr: int fastScrollHorizontalTrackDrawable +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_displayOptions +okhttp3.internal.connection.StreamAllocation: boolean canceled +okhttp3.CacheControl: okhttp3.CacheControl FORCE_CACHE +com.google.android.material.R$attr: int fastScrollVerticalTrackDrawable +androidx.viewpager2.widget.ViewPager2: ViewPager2(android.content.Context) +androidx.preference.R$string: int preference_copied +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_checkBoxPreferenceStyle +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabContentStart +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: int WeatherIcon +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowFixedWidthMajor +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: long getUpdateTime() +com.google.android.material.R$style: int TextAppearance_AppCompat_SearchResult_Title +com.xw.repo.bubbleseekbar.R$attr: int layout +androidx.constraintlayout.helper.widget.Flow: void setPaddingLeft(int) +com.jaredrummler.android.colorpicker.R$id: int right_icon +okio.RealBufferedSink: boolean closed +com.google.gson.stream.JsonScope: int NONEMPTY_ARRAY +wangdaye.com.geometricweather.R$string: int key_hide_lunar +androidx.lifecycle.Transformations$1 +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_bottom_padding +com.google.android.material.R$attr: int transitionEasing +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Display4 +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String ragweedDescription +wangdaye.com.geometricweather.db.entities.DaoMaster$DevOpenHelper: void onUpgrade(org.greenrobot.greendao.database.Database,int,int) +wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: WidgetItemView(android.content.Context,android.util.AttributeSet,int) +androidx.appcompat.R$style: int Base_Widget_AppCompat_SeekBar +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_chainStyle +androidx.hilt.R$dimen: int notification_main_column_padding_top +androidx.hilt.work.R$styleable: int FontFamilyFont_android_fontWeight +wangdaye.com.geometricweather.R$style: int widget_text_clock_analog_Light +com.google.android.material.card.MaterialCardView: float getProgress() +cyanogenmod.weatherservice.WeatherProviderService: android.os.Handler access$000(cyanogenmod.weatherservice.WeatherProviderService) +androidx.activity.R$id: int text +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Metric: int UnitType +okio.BufferedSink: okio.Buffer buffer() +androidx.constraintlayout.helper.widget.Flow: void setFirstVerticalStyle(int) +androidx.hilt.work.R$attr: int alpha +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_controlBackground +com.turingtechnologies.materialscrollbar.R$attr: int statusBarBackground +wangdaye.com.geometricweather.R$animator: int mtrl_fab_hide_motion_spec +androidx.preference.R$style: int Base_Widget_AppCompat_PopupWindow +com.google.android.material.R$attr: int telltales_tailColor +wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String city +com.jaredrummler.android.colorpicker.R$attr: int homeAsUpIndicator +cyanogenmod.weather.WeatherLocation: java.lang.String getCountry() +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight_DarkActionBar +okhttp3.internal.ws.RealWebSocket$CancelRunnable +androidx.lifecycle.LifecycleRegistry$ObserverWithState: androidx.lifecycle.LifecycleEventObserver mLifecycleObserver +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: long serialVersionUID +com.google.android.material.slider.Slider: void setThumbRadiusResource(int) +androidx.viewpager.widget.ViewPager: void setAdapter(androidx.viewpager.widget.PagerAdapter) +james.adaptiveicon.R$layout: int abc_select_dialog_material +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_TextButton +com.google.android.material.R$styleable: int Transform_android_scaleX +androidx.appcompat.widget.SearchView: void setOnCloseListener(androidx.appcompat.widget.SearchView$OnCloseListener) +retrofit2.Utils: boolean hasUnresolvableType(java.lang.reflect.Type) +retrofit2.Callback +wangdaye.com.geometricweather.R$styleable: int Chip_chipStrokeWidth +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_50 +androidx.preference.R$attr: int titleMarginStart +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.Long getId() +androidx.preference.R$color: int abc_search_url_text_selected +wangdaye.com.geometricweather.R$drawable: int shortcuts_rain_foreground +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: boolean isDaylight() +cyanogenmod.providers.CMSettings$1: CMSettings$1() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Snow: java.lang.String Unit +com.google.android.material.R$style: int Widget_AppCompat_TextView_SpinnerItem +org.greenrobot.greendao.AbstractDaoSession: java.lang.Object load(java.lang.Class,java.lang.Object) +cyanogenmod.providers.CMSettings$Secure: java.lang.String PRIVACY_GUARD_NOTIFICATION +androidx.cardview.R$styleable: int CardView_contentPaddingTop +androidx.preference.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert +okhttp3.internal.platform.Platform: boolean isConscryptPreferred() +wangdaye.com.geometricweather.R$string: int key_exchange_day_night_temp_switch +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String OVERLAYS_URI +wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_animSwoopDuration +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_helperTextEnabled +com.turingtechnologies.materialscrollbar.R$drawable: int abc_spinner_mtrl_am_alpha +okhttp3.internal.http2.Http2Connection: void failConnection() +androidx.appcompat.R$styleable: int ActionBar_customNavigationLayout +wangdaye.com.geometricweather.R$id: int wrap +cyanogenmod.app.ProfileGroup: ProfileGroup(android.os.Parcel) +retrofit2.adapter.rxjava2.BodyObservable: BodyObservable(io.reactivex.Observable) +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure +androidx.viewpager.R$id: int right_side +androidx.viewpager.R$styleable: int GradientColor_android_startColor +wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_marginTop +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Button_Small +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_PopupWindow +cyanogenmod.weather.WeatherInfo: boolean access$000(int) +com.turingtechnologies.materialscrollbar.R$attr: int fabAlignmentMode +com.google.android.material.R$style: int Widget_MaterialComponents_Toolbar +androidx.constraintlayout.widget.R$attr: int tooltipFrameBackground +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Button_Borderless_Colored +wangdaye.com.geometricweather.R$id: int dialog_time_setter_time_picker +wangdaye.com.geometricweather.R$attr: int selectable +com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_check_to_on_mtrl_000 +android.didikee.donate.R$styleable: int[] ButtonBarLayout +androidx.preference.R$style: int Widget_AppCompat_ActionButton_Overflow +wangdaye.com.geometricweather.R$id: int action_text +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_android_fontStyle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PressureTendency: java.lang.String Code +com.google.android.material.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog +androidx.preference.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item +androidx.fragment.R$color: R$color() +com.google.android.material.R$style: int ThemeOverlay_AppCompat_DayNight +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Caption +okhttp3.ConnectionPool: void put(okhttp3.internal.connection.RealConnection) +com.turingtechnologies.materialscrollbar.R$attr: int borderWidth +wangdaye.com.geometricweather.R$layout: int activity_about +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeTotalPrecipitationDuration +wangdaye.com.geometricweather.R$attr: int drawableBottomCompat +com.google.android.material.R$styleable: int Tooltip_android_textAppearance +androidx.preference.R$id: int title +androidx.dynamicanimation.R$style: int Widget_Compat_NotificationActionText +androidx.preference.R$style: int Base_DialogWindowTitleBackground_AppCompat +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_toRightOf +com.google.android.material.R$attr: int badgeTextColor +androidx.preference.R$styleable: int SearchView_queryBackground +androidx.appcompat.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title +com.jaredrummler.android.colorpicker.R$attr: int listPreferredItemHeightLarge +androidx.vectordrawable.animated.R$styleable: int FontFamily_fontProviderFetchStrategy +com.turingtechnologies.materialscrollbar.R$drawable: int abc_scrubber_primary_mtrl_alpha +androidx.preference.R$style: int Base_Widget_AppCompat_Button +wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_statusBarBackground +com.google.android.material.R$id: int sin +com.google.android.material.circularreveal.CircularRevealFrameLayout: android.graphics.drawable.Drawable getCircularRevealOverlayDrawable() +com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_allowPresets +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item +wangdaye.com.geometricweather.R$id: int activity_weather_daily_subtitle +androidx.core.R$id: int accessibility_custom_action_22 +okio.SegmentedByteString: okio.ByteString hmacSha1(okio.ByteString) +com.google.gson.stream.JsonReader: char[] buffer +wangdaye.com.geometricweather.R$drawable: int abc_ic_ab_back_material +com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_layout_anchor +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getRotation() +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$RainForecast +james.adaptiveicon.R$color: int material_blue_grey_900 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation: AccuCurrentResult$PrecipitationSummary$Precipitation() +com.google.gson.internal.LazilyParsedNumber: double doubleValue() +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String LOCKSCREEN_URI +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintGuide_begin +io.reactivex.Observable: io.reactivex.Observable retryUntil(io.reactivex.functions.BooleanSupplier) +okhttp3.internal.http2.Hpack$Writer: int SETTINGS_HEADER_TABLE_SIZE +com.google.android.material.button.MaterialButton: android.graphics.drawable.Drawable getIcon() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String type +wangdaye.com.geometricweather.R$attr: int layout_anchor +james.adaptiveicon.R$color: int accent_material_light +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabPaddingBottom +androidx.appcompat.R$style: int Base_DialogWindowTitle_AppCompat +okio.RealBufferedSink$1: okio.RealBufferedSink this$0 +cyanogenmod.providers.CMSettings$Secure: int RING_HOME_BUTTON_BEHAVIOR_DO_NOTHING +okhttp3.Cache$Entry: long sentRequestMillis +androidx.appcompat.resources.R$integer: R$integer() +okhttp3.internal.http2.Http2Writer: int maxFrameSize +android.didikee.donate.R$attr: int colorControlNormal +james.adaptiveicon.R$styleable: int AppCompatTheme_windowFixedHeightMinor +io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain: CompositeException$CompositeExceptionCausalChain() +android.didikee.donate.R$styleable: int MenuGroup_android_visible +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header +androidx.constraintlayout.widget.R$attr: int keyPositionType +androidx.viewpager2.R$styleable: int RecyclerView_fastScrollEnabled +wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_minutelyEndText +james.adaptiveicon.R$id: int expand_activities_button +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: AirQuality(java.lang.String,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float) +androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_android_font +androidx.appcompat.R$dimen: int compat_notification_large_icon_max_height +james.adaptiveicon.R$attr: int divider +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setStatus(int) +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderSelection +wangdaye.com.geometricweather.R$drawable: int weather_cloudy_1 +com.turingtechnologies.materialscrollbar.R$attr: int switchPadding +wangdaye.com.geometricweather.R$drawable: int ic_temperature_kelvin +com.turingtechnologies.materialscrollbar.R$color: int bright_foreground_material_dark +wangdaye.com.geometricweather.R$attr: int switchPadding +james.adaptiveicon.R$attr: int spinnerDropDownItemStyle +james.adaptiveicon.R$id: int action_text +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceBody1 +cyanogenmod.app.IPartnerInterface$Stub: IPartnerInterface$Stub() +wangdaye.com.geometricweather.R$id: int widget_day_icon +wangdaye.com.geometricweather.R$color: int colorPrimary +androidx.hilt.R$id: int accessibility_custom_action_23 +androidx.appcompat.R$anim: int abc_popup_exit +androidx.vectordrawable.animated.R$attr: int font +androidx.appcompat.R$layout: int abc_activity_chooser_view_list_item +com.xw.repo.bubbleseekbar.R$id: int line3 +androidx.hilt.work.R$id: int action_text +wangdaye.com.geometricweather.R$string: int action_alert +androidx.preference.R$string: int abc_searchview_description_clear +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: int getPrecipitationColor(android.content.Context) +com.google.gson.stream.JsonReader: int NUMBER_CHAR_DIGIT +cyanogenmod.themes.IThemeProcessingListener$Stub$Proxy +wangdaye.com.geometricweather.R$string: int action_appStore +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarItemBackground +androidx.constraintlayout.widget.R$styleable: int ActionBar_backgroundStacked +wangdaye.com.geometricweather.R$attr: int order +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode +androidx.preference.R$attr: int drawableTintMode +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: boolean isIce() +androidx.preference.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity +okhttp3.internal.tls.OkHostnameVerifier: int ALT_IPA_NAME +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Metric: int UnitType +okhttp3.internal.http2.Http2Connection$ReaderRunnable$1: okhttp3.internal.http2.Http2Stream val$newStream +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder followSslRedirects(boolean) +com.google.android.material.circularreveal.CircularRevealRelativeLayout: void setRevealInfo(com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo) +wangdaye.com.geometricweather.R$dimen: int material_clock_period_toggle_height +com.google.android.material.R$dimen: int mtrl_chip_pressed_translation_z +com.google.android.material.R$layout: int material_timepicker_textinput_display +androidx.constraintlayout.widget.R$styleable: int[] MenuItem +okio.Util +androidx.vectordrawable.R$id: int blocking +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_translationZ +androidx.swiperefreshlayout.R$layout: int notification_template_part_chronometer +wangdaye.com.geometricweather.R$string: int v7_preference_on +com.google.android.material.R$style: int Widget_MaterialComponents_BottomAppBar_PrimarySurface +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen: int Value +cyanogenmod.providers.DataUsageContract: int COLUMN_OF_SLOW_AVG +okhttp3.Cookie: java.lang.String toString() +cyanogenmod.app.CustomTile$ExpandedItem: java.lang.String toString() +wangdaye.com.geometricweather.R$styleable: int Constraint_android_maxHeight +cyanogenmod.weather.WeatherLocation$1: WeatherLocation$1() +com.xw.repo.bubbleseekbar.R$styleable +com.google.android.material.R$styleable: int CollapsingToolbarLayout_maxLines +androidx.work.R$styleable: int GradientColor_android_centerColor +okhttp3.internal.ws.RealWebSocket$1: void run() +com.xw.repo.bubbleseekbar.R$id: int contentPanel +android.didikee.donate.R$attr: int actionModeBackground +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_EditText +com.google.android.material.tabs.TabLayout: void setTabGravity(int) +androidx.appcompat.R$color: int switch_thumb_normal_material_light +okhttp3.internal.connection.StreamAllocation: void streamFinished(boolean,okhttp3.internal.http.HttpCodec,long,java.io.IOException) +androidx.appcompat.R$styleable: int Toolbar_navigationContentDescription +androidx.vectordrawable.animated.R$drawable: int notification_bg_normal +okhttp3.internal.http2.Http2Connection$1 +com.google.android.material.R$attr: int cardUseCompatPadding +wangdaye.com.geometricweather.R$id: int dialog_button +androidx.legacy.coreutils.R$dimen: int notification_media_narrow_margin +androidx.cardview.widget.CardView: int getContentPaddingTop() +com.google.android.material.chip.Chip: void setChipIconEnabledResource(int) +android.didikee.donate.R$color: int bright_foreground_disabled_material_light +com.jaredrummler.android.colorpicker.R$style: int Base_Animation_AppCompat_DropDownUp +com.google.android.material.button.MaterialButton: android.content.res.ColorStateList getIconTint() +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone: double GmtOffset +androidx.appcompat.R$attr: int listItemLayout +com.google.android.material.datepicker.MaterialCalendarGridView: MaterialCalendarGridView(android.content.Context,android.util.AttributeSet) +com.xw.repo.bubbleseekbar.R$attr: int navigationIcon +com.google.android.material.R$styleable: int AppCompatTheme_actionOverflowButtonStyle +android.didikee.donate.R$style: int Widget_AppCompat_CompoundButton_RadioButton +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: void onComplete() +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void subscribeNext() +cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy: java.lang.String getInterfaceDescriptor() +wangdaye.com.geometricweather.R$id: int TOP_START +androidx.constraintlayout.utils.widget.ImageFilterButton +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Display1 +androidx.preference.R$color: int primary_material_dark +androidx.preference.R$attr: int layout_anchorGravity wangdaye.com.geometricweather.R$styleable: int Toolbar_subtitle -androidx.appcompat.R$anim: int btn_radio_to_on_mtrl_ring_outer_path_animation -androidx.appcompat.widget.Toolbar: void setContentInsetEndWithActions(int) -com.google.android.material.bottomappbar.BottomAppBar: void setFabAnimationMode(int) -com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage INITIALIZE -james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_drawableTop -android.didikee.donate.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView -wangdaye.com.geometricweather.R$styleable: int ChipGroup_selectionRequired -wangdaye.com.geometricweather.db.entities.LocationEntity: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource getWeatherSource() -wangdaye.com.geometricweather.R$array: int clock_font_values -cyanogenmod.weather.WeatherInfo$DayForecast -cyanogenmod.power.PerformanceManagerInternal: void cpuBoost(int) -androidx.preference.EditTextPreferenceDialogFragmentCompat -com.google.android.material.R$id: int ghost_view_holder -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_Hint -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_width -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setIsRainOrSnow(int) -androidx.preference.R$attr: int maxHeight -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer totalCloudCover -androidx.appcompat.R$dimen: int hint_alpha_material_dark -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getNighttimeWeatherPhase() +androidx.recyclerview.R$layout: int notification_template_part_chronometer +androidx.work.R$id: int accessibility_custom_action_19 +wangdaye.com.geometricweather.R$styleable: int[] ActionMenuView +androidx.preference.R$style: int Widget_AppCompat_Toolbar_Button_Navigation +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub$Proxy: java.lang.String getInterfaceDescriptor() +com.google.android.material.R$attr: int tabGravity +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setDetail(java.lang.String) +androidx.swiperefreshlayout.R$drawable: int notification_bg_low +com.google.android.material.button.MaterialButton: void setSupportBackgroundTintList(android.content.res.ColorStateList) +com.turingtechnologies.materialscrollbar.R$attr: int tabMode +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: long skip +okhttp3.internal.http2.Http2Connection$Listener$1 +cyanogenmod.externalviews.KeyguardExternalView$10: void run() +androidx.preference.R$id: int customPanel +androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type NONE +cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener: void onDetachedFromWindow() +retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: RxJava2CallAdapterFactory(io.reactivex.Scheduler,boolean) +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: io.reactivex.functions.Function leftEnd +wangdaye.com.geometricweather.R$string: int thanks +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: java.util.Map groups +androidx.appcompat.R$id: int accessibility_custom_action_17 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: java.util.List value +androidx.lifecycle.extensions.R$dimen: int compat_notification_large_icon_max_height +wangdaye.com.geometricweather.R$styleable: int Constraint_animate_relativeTo +androidx.preference.R$styleable: int ActionBar_subtitle +io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: void setDisposable(io.reactivex.disposables.Disposable) +android.support.v4.os.IResultReceiver$Default: IResultReceiver$Default() +com.google.android.material.R$styleable: int AppCompatTheme_actionModePasteDrawable +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow +cyanogenmod.app.ThemeVersion$ComponentVersion: ThemeVersion$ComponentVersion(cyanogenmod.app.ThemeVersion$ComponentVersion) +androidx.work.R$layout +com.google.android.material.chip.Chip: android.content.res.ColorStateList getRippleColor() +wangdaye.com.geometricweather.R$attr: int windowMinWidthMinor +wangdaye.com.geometricweather.R$drawable: int btn_radio_on_to_off_mtrl_animation +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int CloudCover +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_CAMELLIA_256_CBC_SHA +androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration +wangdaye.com.geometricweather.R$id: int decelerateAndComplete +wangdaye.com.geometricweather.R$attr: int switchTextOn +wangdaye.com.geometricweather.R$styleable: int FlowLayout_lineSpacing +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: java.lang.String getTo() +androidx.activity.R$string +wangdaye.com.geometricweather.R$styleable: int[] SwipeRefreshLayout +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_section_text_position +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintCircle +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxCornerRadiusBottomEnd +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_panelBackground +androidx.fragment.R$style: int Widget_Compat_NotificationActionContainer +wangdaye.com.geometricweather.R$attr: int layoutDuringTransition +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse +cyanogenmod.app.Profile: void setStreamSettings(cyanogenmod.profiles.StreamSettings) +androidx.lifecycle.extensions.R$styleable: int FontFamily_fontProviderAuthority +androidx.constraintlayout.widget.R$anim: int abc_tooltip_exit +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.String aqiText +androidx.appcompat.resources.R$styleable: int StateListDrawable_android_variablePadding +com.turingtechnologies.materialscrollbar.R$attr: int itemTextAppearance +androidx.constraintlayout.widget.R$style: int Base_V7_Theme_AppCompat_Dialog +androidx.activity.R$attr: int ttcIndex +wangdaye.com.geometricweather.R$attr: int searchIcon +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.DailyEntityDao dailyEntityDao +okhttp3.internal.http.RealInterceptorChain: int readTimeoutMillis() +cyanogenmod.weather.WeatherInfo$DayForecast: double mHigh +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: java.util.concurrent.atomic.AtomicReference upstream +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_endIconTint +androidx.recyclerview.R$id: int action_divider +okhttp3.internal.ws.WebSocketWriter: boolean writerClosed +com.bumptech.glide.integration.okhttp.R$id: int chronometer +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Metric: double Value +android.support.v4.graphics.drawable.IconCompatParcelizer: void write(androidx.core.graphics.drawable.IconCompat,androidx.versionedparcelable.VersionedParcel) +wangdaye.com.geometricweather.R$styleable: int Toolbar_android_minHeight +io.reactivex.internal.schedulers.ScheduledRunnable: int PARENT_INDEX +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_toBottomOf +androidx.coordinatorlayout.R$drawable: int notification_bg_normal_pressed +com.turingtechnologies.materialscrollbar.R$dimen: int compat_control_corner_material +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Metric +james.adaptiveicon.R$style: int Widget_AppCompat_ListPopupWindow +com.google.android.material.R$style: int TextAppearance_Design_CollapsingToolbar_Expanded +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: java.lang.String getUrl() +androidx.appcompat.R$attr: int alertDialogTheme +retrofit2.http.Headers: java.lang.String[] value() +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Small +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setIconTintList(android.content.res.ColorStateList) +okhttp3.MultipartBody$Part: okhttp3.MultipartBody$Part create(okhttp3.RequestBody) +com.google.android.material.R$attr: int attributeName +cyanogenmod.weatherservice.ServiceRequest +okhttp3.Interceptor$Chain: okhttp3.Interceptor$Chain withReadTimeout(int,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService newInstance(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationApi,io.reactivex.disposables.CompositeDisposable) +androidx.appcompat.R$drawable: int abc_menu_hardkey_panel_mtrl_mult +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_TabText +retrofit2.Retrofit: Retrofit(okhttp3.Call$Factory,okhttp3.HttpUrl,java.util.List,java.util.List,java.util.concurrent.Executor,boolean) +com.github.rahatarmanahmed.cpv.R$bool: int cpv_default_is_indeterminate +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button +androidx.constraintlayout.widget.R$styleable: int KeyCycle_waveShape +cyanogenmod.providers.CMSettings$System: java.lang.String BLUETOOTH_ACCEPT_ALL_FILES +james.adaptiveicon.R$id: int src_over +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: java.lang.String getUnitId() +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver(io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver) +com.google.android.material.R$attr: int buttonBarButtonStyle +com.bumptech.glide.R$layout: int notification_template_part_chronometer +com.google.android.material.button.MaterialButton: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() +okio.Okio$1 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: void setZh_CN(java.lang.String) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: java.lang.String zh_TW +okhttp3.internal.cache.CacheInterceptor: okhttp3.Response cacheWritingResponse(okhttp3.internal.cache.CacheRequest,okhttp3.Response) +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void onError(java.lang.Throwable) +cyanogenmod.alarmclock.ClockContract$CitiesColumns: java.lang.String CITY_ID +androidx.appcompat.R$styleable: int AppCompatTheme_dividerHorizontal +com.google.android.material.R$styleable: int MaterialCalendar_yearTodayStyle +androidx.vectordrawable.animated.R$drawable: int notification_template_icon_bg +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_RatingBar +io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: void dispose() +androidx.customview.R$styleable: int FontFamily_fontProviderAuthority +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_bubble_color +wangdaye.com.geometricweather.R$attr: int textAppearanceListItemSecondary +wangdaye.com.geometricweather.R$dimen: int abc_dialog_min_width_minor +androidx.cardview.widget.CardView: CardView(android.content.Context,android.util.AttributeSet,int) +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription +io.reactivex.internal.operators.observable.ObservableGroupBy$State: java.lang.Object key +com.google.android.material.R$styleable: int ActionMenuItemView_android_minWidth +com.xw.repo.bubbleseekbar.R$style: int Base_V23_Theme_AppCompat +com.xw.repo.BubbleSeekBar +wangdaye.com.geometricweather.R$attr: int type +wangdaye.com.geometricweather.R$styleable: int ScrimInsetsFrameLayout_insetForeground +androidx.vectordrawable.animated.R$drawable: R$drawable() +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: void drain() +com.turingtechnologies.materialscrollbar.R$styleable: int ActivityChooserView_initialActivityCount +androidx.preference.R$id: int multiply +retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory +android.didikee.donate.R$attr: int track +com.google.android.material.R$style: int Theme_MaterialComponents_BottomSheetDialog +androidx.constraintlayout.widget.R$styleable: int AppCompatImageView_srcCompat +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_trackTint +com.jaredrummler.android.colorpicker.R$attr: int actionLayout +androidx.core.widget.NestedScrollView +okhttp3.Dispatcher: void finished(okhttp3.RealCall) +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_iconGravity +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night +com.turingtechnologies.materialscrollbar.R$styleable: int[] StateListDrawable +io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,int,long,java.util.concurrent.TimeUnit) +androidx.hilt.lifecycle.R$styleable: int FontFamily_fontProviderFetchTimeout +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult: MfHistoryResult() +androidx.appcompat.resources.R$attr: int font +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Display1 +androidx.lifecycle.ComputableLiveData$2 +com.jaredrummler.android.colorpicker.R$attr: int cpv_showColorShades +okhttp3.Response: java.lang.String header(java.lang.String) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String sunRise +androidx.constraintlayout.widget.R$styleable: int Layout_barrierMargin +androidx.appcompat.widget.ListPopupWindow: void setOnItemClickListener(android.widget.AdapterView$OnItemClickListener) +androidx.customview.R$layout +com.google.android.material.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.ChineseCityEntity) +com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked +androidx.appcompat.widget.AppCompatSpinner: java.lang.CharSequence getPrompt() +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onKeyguardShowing(boolean) +com.google.android.material.R$styleable: int ChipGroup_selectionRequired +com.google.android.material.chip.Chip: void setOnCloseIconClickListener(android.view.View$OnClickListener) +android.didikee.donate.R$id: int top +androidx.preference.R$style: int Base_Widget_AppCompat_ActionButton +androidx.appcompat.widget.ActivityChooserView: void setOnDismissListener(android.widget.PopupWindow$OnDismissListener) +wangdaye.com.geometricweather.R$styleable: int[] ShapeableImageView +com.bumptech.glide.integration.okhttp.R$id: int action_text +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_star_half_black_36dp +androidx.hilt.R$styleable: int FontFamily_fontProviderCerts +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: void dispose() +wangdaye.com.geometricweather.R$animator: int weather_hail_1 +okhttp3.CacheControl: boolean noCache +com.jaredrummler.android.colorpicker.R$attr: int textAppearanceListItemSmall +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange +androidx.work.R$string: R$string() +wangdaye.com.geometricweather.R$styleable: int[] KeyTrigger +wangdaye.com.geometricweather.R$attr: int entryValues +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: void onError(java.lang.Throwable) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_CompoundButton_CheckBox +wangdaye.com.geometricweather.db.entities.DaoMaster: org.greenrobot.greendao.AbstractDaoSession newSession(org.greenrobot.greendao.identityscope.IdentityScopeType) +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String city +androidx.preference.R$drawable: int abc_btn_radio_material_anim +wangdaye.com.geometricweather.R$string: int date_format_widget_oreo_style +androidx.constraintlayout.widget.R$attr: int colorSwitchThumbNormal androidx.constraintlayout.widget.R$attr: int drawableSize -androidx.preference.R$color: int abc_primary_text_disable_only_material_dark -androidx.appcompat.R$style: int Base_Widget_AppCompat_Spinner -io.reactivex.internal.schedulers.ScheduledRunnable: java.lang.Object SYNC_DISPOSED -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: java.lang.String getUnitId() -androidx.appcompat.resources.R$id: int accessibility_custom_action_26 -com.google.android.material.R$style: int Base_Theme_MaterialComponents_CompactMenu -com.turingtechnologies.materialscrollbar.R$style: R$style() -androidx.appcompat.resources.R$string: R$string() -androidx.swiperefreshlayout.R$dimen: int compat_button_padding_vertical_material -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$LocalSource: AccuCurrentResult$LocalSource() -androidx.customview.R$layout: int notification_action -retrofit2.ParameterHandler$Path: boolean encoded -com.turingtechnologies.materialscrollbar.R$dimen: int hint_alpha_material_light -wangdaye.com.geometricweather.R$drawable: int notif_temp_69 -io.reactivex.Observable: io.reactivex.Observable buffer(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,java.util.concurrent.Callable) -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ButtonBar -cyanogenmod.weatherservice.ServiceRequestResult: java.util.List getLocationLookupList() -androidx.transition.R$style: int TextAppearance_Compat_Notification -okhttp3.Protocol: okhttp3.Protocol HTTP_2 -androidx.appcompat.resources.R$dimen: int notification_right_side_padding_top -androidx.constraintlayout.widget.R$attr: int thumbTextPadding -retrofit2.RequestFactory$Builder: void validatePathName(int,java.lang.String) -android.didikee.donate.R$attr: int actionBarTabTextStyle -wangdaye.com.geometricweather.R$styleable: int[] MockView -okhttp3.internal.Internal -wangdaye.com.geometricweather.R$layout: int mtrl_layout_snackbar_include -androidx.constraintlayout.widget.R$attr: int layout_constraintGuide_end -okio.Buffer: Buffer() -androidx.constraintlayout.widget.R$styleable: int Constraint_android_maxWidth -androidx.work.R$id: int accessibility_custom_action_24 -james.adaptiveicon.R$attr: int itemPadding -com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: CircularRevealCoordinatorLayout(android.content.Context) -androidx.constraintlayout.widget.R$dimen: int abc_dialog_min_width_major -cyanogenmod.util.ColorUtils: int dropAlpha(int) -wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.DailyEntity) -wangdaye.com.geometricweather.R$attr: int layout_constraintEnd_toEndOf -okhttp3.OkHttpClient$1 -cyanogenmod.app.Profile: void setTrigger(int,java.lang.String,int,java.lang.String) -com.google.android.material.R$attr: int motion_triggerOnCollision -okhttp3.CookieJar$1: java.util.List loadForRequest(okhttp3.HttpUrl) -wangdaye.com.geometricweather.R$styleable: int MenuView_android_headerBackground -james.adaptiveicon.R$styleable: int FontFamily_fontProviderPackage -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Dialog -androidx.constraintlayout.widget.R$attr: int fontProviderAuthority -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange: AccuCurrentResult$TemperatureSummary$Past24HourRange() -com.google.android.material.R$attr: int textInputLayoutFocusedRectEnabled -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void unregisterCallback(cyanogenmod.externalviews.IKeyguardExternalViewCallbacks) -androidx.appcompat.R$styleable: int Spinner_android_entries -androidx.appcompat.R$dimen: int abc_config_prefDialogWidth -androidx.drawerlayout.R$styleable: int GradientColorItem_android_color -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Metric Metric -android.support.v4.os.IResultReceiver$Default: android.os.IBinder asBinder() -com.google.android.material.R$color: int mtrl_choice_chip_background_color -android.didikee.donate.R$drawable -com.turingtechnologies.materialscrollbar.R$layout: int abc_list_menu_item_layout -androidx.appcompat.widget.AppCompatSpinner: void setBackgroundDrawable(android.graphics.drawable.Drawable) -retrofit2.Retrofit$Builder: Retrofit$Builder() -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: java.lang.String LongPhrase -okhttp3.internal.http1.Http1Codec$AbstractSource: okio.Timeout timeout() -androidx.preference.R$styleable: int AppCompatTheme_actionBarItemBackground -com.google.android.material.R$string: int mtrl_picker_range_header_selected +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_BottomAppBar +okhttp3.CipherSuite: okhttp3.CipherSuite init(java.lang.String,int) +androidx.preference.R$styleable: int ViewBackgroundHelper_backgroundTint +androidx.cardview.widget.CardView: void setRadius(float) +james.adaptiveicon.R$color: int background_floating_material_dark +com.turingtechnologies.materialscrollbar.R$attr: int colorControlHighlight +androidx.dynamicanimation.R$id: int line1 +cyanogenmod.hardware.ICMHardwareService: boolean unRegisterThermalListener(cyanogenmod.hardware.IThermalListenerCallback) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_103 +androidx.preference.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.WeatherIconControlView: WeatherIconControlView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$attr: int radioButtonStyle +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragmentCompat_android_layout +okhttp3.FormBody$Builder +androidx.work.R$drawable: int notification_icon_background +com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawable_android_constantSize +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_caption_material +okhttp3.internal.connection.RouteSelector: boolean hasNextProxy() +androidx.loader.R$drawable: int notification_icon_background +com.google.android.material.R$dimen: int design_snackbar_action_inline_max_width +cyanogenmod.weather.WeatherInfo: int mTempUnit +james.adaptiveicon.R$styleable: int AlertDialog_showTitle +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void dispose() +androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_android_ttcIndex +cyanogenmod.app.suggest.IAppSuggestManager: java.util.List getSuggestions(android.content.Intent) +com.jaredrummler.android.colorpicker.R$dimen: int cpv_color_preference_normal +androidx.customview.R$dimen: int notification_large_icon_width +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_80 +androidx.vectordrawable.animated.R$layout: int custom_dialog +okio.InflaterSource: okio.BufferedSource source +com.xw.repo.bubbleseekbar.R$drawable: int abc_ab_share_pack_mtrl_alpha +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintStart_toEndOf +cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler: int MSG_ON_NEW_REQUEST +androidx.appcompat.R$style: int Base_Widget_AppCompat_CompoundButton_Switch +com.google.android.material.appbar.AppBarLayout: int getDownNestedScrollRange() +wangdaye.com.geometricweather.R$drawable: int ic_cloud +com.turingtechnologies.materialscrollbar.R$attr: int contentInsetRight +io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: io.reactivex.internal.operators.observable.ObservableAmb$AmbCoordinator parent +wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition: wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition[] values() +com.jaredrummler.android.colorpicker.R$attr: int submitBackground +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Imperial Imperial +wangdaye.com.geometricweather.R$id: int cpv_color_panel_new +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setForecastDaily(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean) +james.adaptiveicon.R$color: int secondary_text_disabled_material_dark +androidx.preference.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title +androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart +com.google.android.material.R$styleable: int AppCompatTheme_activityChooserViewStyle +wangdaye.com.geometricweather.R$drawable: int weather_rain_mini_grey +androidx.coordinatorlayout.R$styleable: int FontFamilyFont_fontWeight +com.google.android.material.R$styleable: int BottomNavigationView_itemBackground +androidx.lifecycle.LiveData: androidx.arch.core.internal.SafeIterableMap mObservers +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_CompoundButton_CheckBox +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Body2 +com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabPadding +androidx.coordinatorlayout.R$dimen: int compat_control_corner_material +com.jaredrummler.android.colorpicker.R$dimen: int cpv_item_horizontal_padding +cyanogenmod.weather.WeatherInfo$Builder: int mTempUnit +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX names +okhttp3.internal.http2.Hpack$Writer +com.turingtechnologies.materialscrollbar.R$id: int tabMode +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown +io.reactivex.internal.operators.observable.ObservableGroupBy$State: void subscribe(io.reactivex.Observer) +james.adaptiveicon.R$styleable: int MenuItem_android_id +android.didikee.donate.R$styleable: int SearchView_layout +com.google.android.material.R$styleable: int TextInputLayout_android_enabled +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit getInstance(java.lang.String) +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_padding_bottom +androidx.viewpager2.widget.ViewPager2: void setPageTransformer(androidx.viewpager2.widget.ViewPager2$PageTransformer) +com.google.android.material.R$id: int scrollable +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_star_black_36dp +okhttp3.RequestBody$1: long contentLength() +cyanogenmod.externalviews.KeyguardExternalView: void onScreenTurnedOff() +androidx.preference.R$styleable: int DialogPreference_android_positiveButtonText +com.xw.repo.bubbleseekbar.R$id: int action_mode_bar_stub +com.turingtechnologies.materialscrollbar.R$color: int material_deep_teal_200 +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation: double qty24H +wangdaye.com.geometricweather.R$array: int temperature_units_long +io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: io.reactivex.internal.disposables.SequentialDisposable sd +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature WindChillTemperature +com.turingtechnologies.materialscrollbar.R$attr: int actionModeFindDrawable +wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String getType() +androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_thickness +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float CarbonMonoxide +com.jaredrummler.android.colorpicker.R$dimen: int tooltip_precise_anchor_extra_offset +com.jaredrummler.android.colorpicker.R$styleable: int ListPreference_useSimpleSummaryProvider +com.github.rahatarmanahmed.cpv.CircularProgressView$7: CircularProgressView$7(com.github.rahatarmanahmed.cpv.CircularProgressView) +androidx.recyclerview.R$id: int accessibility_custom_action_13 +io.reactivex.internal.subscribers.DeferredScalarSubscriber: void cancel() +cyanogenmod.app.ICMStatusBarManager$Stub: int TRANSACTION_createCustomTileWithTag +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_progressBarPadding +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_elevation +retrofit2.KotlinExtensions$awaitResponse$$inlined$suspendCancellableCoroutine$lambda$1: void invoke(java.lang.Throwable) +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int ISOLATED_THUNDERSHOWERS +james.adaptiveicon.R$dimen: int abc_search_view_preferred_width +wangdaye.com.geometricweather.R$id: int action_settings +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_actionProviderClass +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipIconVisible +org.greenrobot.greendao.AbstractDao: boolean isStandardSQLite +android.didikee.donate.R$color: int background_floating_material_light +com.xw.repo.bubbleseekbar.R$color: int abc_background_cache_hint_selector_material_light +io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: void onNext(java.lang.Object) +com.jaredrummler.android.colorpicker.R$dimen: int fastscroll_margin +cyanogenmod.app.IProfileManager$Stub$Proxy: boolean isEnabled() +com.google.android.material.R$styleable: int OnSwipe_touchAnchorSide +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void onComplete() +wangdaye.com.geometricweather.R$string: int abc_menu_function_shortcut_label +wangdaye.com.geometricweather.R$array: int week_widget_style_values +com.google.android.material.R$dimen: int mtrl_calendar_day_width +okhttp3.internal.cache.DiskLruCache: boolean mostRecentRebuildFailed +com.google.android.material.R$dimen: int abc_text_size_large_material +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_collapsedTitleGravity +com.google.android.material.R$dimen: int hint_pressed_alpha_material_dark +androidx.preference.R$styleable: int ListPreference_android_entries +com.turingtechnologies.materialscrollbar.R$drawable: int design_ic_visibility_off +com.google.android.material.R$string: int exposed_dropdown_menu_content_description +wangdaye.com.geometricweather.R$styleable: int Constraint_constraint_referenced_ids +androidx.appcompat.R$drawable: int abc_cab_background_top_mtrl_alpha +com.turingtechnologies.materialscrollbar.R$attr: int subtitle +com.bumptech.glide.R$id: int right +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_pressedTranslationZ +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: ObservableFlatMap$MergeObserver(io.reactivex.Observer,io.reactivex.functions.Function,boolean,int,int) +androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_textColor +okhttp3.internal.ws.WebSocketProtocol: java.lang.String closeCodeExceptionMessage(int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setUpdateTime(long) +com.google.android.material.R$style: int Base_Widget_AppCompat_CompoundButton_Switch +com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_fabCradleMargin +james.adaptiveicon.R$attr: int srcCompat +android.support.v4.os.ResultReceiver$MyRunnable +com.google.android.material.R$styleable: int TextInputLayout_hintAnimationEnabled +james.adaptiveicon.R$style: int Base_Widget_AppCompat_CompoundButton_Switch +com.jaredrummler.android.colorpicker.R$styleable: int MenuView_subMenuArrow +androidx.constraintlayout.widget.R$styleable: int SearchView_goIcon +com.jaredrummler.android.colorpicker.R$style: int PreferenceFragmentList_Material +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceListItem +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat +com.turingtechnologies.materialscrollbar.R$layout: int notification_action +android.didikee.donate.R$drawable: int abc_btn_radio_to_on_mtrl_015 +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ImageButton +androidx.fragment.R$anim: int fragment_fast_out_extra_slow_in +wangdaye.com.geometricweather.db.entities.DailyEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Body1 +io.reactivex.Observable: io.reactivex.Observable repeat(long) +com.google.gson.stream.JsonReader: int limit +androidx.lifecycle.ClassesInfoCache: ClassesInfoCache() +okio.Timeout: boolean hasDeadline() +cyanogenmod.media.MediaRecorder: java.lang.String ACTION_HOTWORD_INPUT_CHANGED +io.reactivex.internal.queue.SpscArrayQueue: java.util.concurrent.atomic.AtomicLong producerIndex +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: java.lang.String zh_CN +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color +com.google.android.material.R$dimen: int mtrl_calendar_selection_text_baseline_to_bottom +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_lunar +wangdaye.com.geometricweather.R$id: int disableScroll +wangdaye.com.geometricweather.R$styleable: int[] CompoundButton +androidx.preference.R$styleable: int ActionBar_progressBarPadding +android.didikee.donate.R$styleable: int AppCompatTextView_fontFamily +androidx.preference.R$styleable: int FontFamilyFont_font +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse +androidx.fragment.R$styleable: int FontFamily_fontProviderAuthority +wangdaye.com.geometricweather.R$drawable: int cpv_preset_checked +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_drawableEnd +okhttp3.Response$Builder: java.lang.String message +wangdaye.com.geometricweather.R$drawable: int widget_card_light_0 +com.google.android.material.R$id: int snackbar_action +androidx.appcompat.R$styleable: int AppCompatTextView_drawableBottomCompat +wangdaye.com.geometricweather.R$id: int notification_big_icon_4 +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_onDetachedFromWindow +com.google.android.material.R$id: int largeLabel +com.google.gson.FieldNamingPolicy$3: FieldNamingPolicy$3(java.lang.String,int) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeApparentTemperature(java.lang.Integer) +androidx.appcompat.resources.R$id: int accessibility_custom_action_17 +androidx.lifecycle.extensions.R$styleable: int GradientColor_android_startX +wangdaye.com.geometricweather.R$id: int dragLeft +androidx.preference.R$styleable: int Preference_selectable +androidx.appcompat.R$dimen: int abc_dialog_list_padding_bottom_no_buttons +androidx.constraintlayout.widget.R$attr: R$attr() +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void request(long) +wangdaye.com.geometricweather.db.entities.LocationEntity: void setTimeZone(java.util.TimeZone) +androidx.recyclerview.widget.RecyclerView: boolean getPreserveFocusAfterLayout() +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: int OTHER_STATE_CONSUMED_OR_EMPTY +androidx.core.widget.NestedScrollView: float getBottomFadingEdgeStrength() +android.didikee.donate.R$styleable: int AppCompatTheme_spinnerStyle +wangdaye.com.geometricweather.R$string: int feedback_about_geocoder +com.xw.repo.bubbleseekbar.R$styleable: int[] AlertDialog +androidx.hilt.R$drawable: int notification_bg_low +io.reactivex.internal.schedulers.ScheduledDirectTask: ScheduledDirectTask(java.lang.Runnable) +androidx.appcompat.R$style: int Widget_AppCompat_ButtonBar_AlertDialog +com.turingtechnologies.materialscrollbar.R$id: int forever +androidx.lifecycle.SavedStateHandle$SavingStateLiveData: SavedStateHandle$SavingStateLiveData(androidx.lifecycle.SavedStateHandle,java.lang.String) +wangdaye.com.geometricweather.R$attr: int thumbColor +com.google.android.material.floatingactionbutton.FloatingActionButton: void setElevation(float) +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_checked +okhttp3.OkHttpClient$Builder: int callTimeout +androidx.appcompat.widget.SwitchCompat: int getSwitchPadding() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX brandInfo +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: boolean done +okhttp3.internal.ws.RealWebSocket: void cancel() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Imperial: AccuCurrentResult$Visibility$Imperial() +wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayWeekWidgetConfigActivity +androidx.constraintlayout.widget.R$drawable: int abc_scrubber_control_off_mtrl_alpha +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintGuide_begin +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation: double qty6H +com.github.rahatarmanahmed.cpv.CircularProgressView: float initialStartAngle +cyanogenmod.app.CustomTile$GridExpandedStyle +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_autoSizeStepGranularity +wangdaye.com.geometricweather.R$array: int pollen_unit_voices +okhttp3.internal.cache.DiskLruCache$Entry: java.io.File[] dirtyFiles +retrofit2.Utils$ParameterizedTypeImpl: java.lang.String toString() +androidx.appcompat.R$attr: int textAppearancePopupMenuHeader +android.didikee.donate.R$style: int Platform_ThemeOverlay_AppCompat +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone: boolean IsDaylightSaving +androidx.hilt.R$styleable: int ColorStateListItem_android_alpha +wangdaye.com.geometricweather.R$styleable: int PreferenceFragment_android_layout +com.jaredrummler.android.colorpicker.R$dimen: int abc_edit_text_inset_top_material +com.jaredrummler.android.colorpicker.R$dimen: int notification_top_pad_large_text +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.MinutelyEntity) +androidx.constraintlayout.widget.R$attr: int layout_goneMarginLeft +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Long getId() +androidx.transition.R$drawable: int notify_panel_notification_icon_bg +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: void setPubTime(java.lang.String) +com.xw.repo.bubbleseekbar.R$attr: int actionDropDownStyle +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_button_min_width_material +com.google.android.material.card.MaterialCardView: android.content.res.ColorStateList getCardBackgroundColor() +androidx.appcompat.R$drawable: int abc_text_select_handle_right_mtrl_dark +androidx.recyclerview.R$styleable: int GradientColor_android_type +wangdaye.com.geometricweather.R$attr: int cardUseCompatPadding +james.adaptiveicon.R$attr: int fontProviderPackage +io.reactivex.internal.subscribers.DeferredScalarSubscriber: long serialVersionUID +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintRight_toRightOf +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_splitTrack +wangdaye.com.geometricweather.R$layout: int item_icon_provider +com.xw.repo.bubbleseekbar.R$attr: int windowFixedHeightMinor +wangdaye.com.geometricweather.background.polling.basic.UpdateService: UpdateService() +androidx.constraintlayout.widget.R$styleable: int ActionBar_titleTextStyle +android.support.v4.app.INotificationSideChannel$Stub$Proxy: void cancelAll(java.lang.String) +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Dialog_MinWidth +wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: long serialVersionUID +okhttp3.internal.http2.Http2Stream$FramingSink: Http2Stream$FramingSink(okhttp3.internal.http2.Http2Stream) +com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_elevation_material +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHeight_percent +okhttp3.internal.Version +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintTop_toBottomOf +androidx.constraintlayout.widget.R$drawable: int abc_list_selector_holo_light +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: io.reactivex.internal.queue.SpscLinkedArrayQueue queue +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$attr: int layout_constraintGuide_percent +com.google.android.material.R$style: int Theme_AppCompat_Light_DarkActionBar +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_seekBarStyle +james.adaptiveicon.R$style: int TextAppearance_Compat_Notification_Title +androidx.viewpager2.R$dimen: int compat_notification_large_icon_max_height +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework +androidx.constraintlayout.widget.R$attr: int listPreferredItemPaddingEnd +com.google.android.material.R$layout: int notification_template_custom_big +james.adaptiveicon.R$styleable: int AppCompatTheme_actionButtonStyle +androidx.appcompat.R$styleable: int[] FontFamily +okio.Buffer: int readUtf8CodePoint() +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: io.reactivex.internal.fuseable.SimpleQueue queue +androidx.coordinatorlayout.R$color: int ripple_material_light +com.xw.repo.bubbleseekbar.R$anim: int abc_slide_out_bottom +androidx.preference.R$styleable: int MenuGroup_android_enabled +com.xw.repo.bubbleseekbar.R$styleable: int MenuView_preserveIconSpacing +okhttp3.Response$Builder: okhttp3.Response$Builder protocol(okhttp3.Protocol) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$TotalLiquid: double Value +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: boolean isDisposed() +wangdaye.com.geometricweather.R$drawable: int weather_thunder +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_constraint_referenced_ids +androidx.appcompat.resources.R$color: int notification_icon_bg_color +com.google.android.material.R$styleable: int ConstraintSet_layout_goneMarginLeft +androidx.lifecycle.extensions.R$styleable: int Fragment_android_id +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_18 +com.google.android.material.R$styleable: int DrawerArrowToggle_spinBars +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: java.lang.Object v2 +wangdaye.com.geometricweather.R$attr: int iconTint +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_removeNotificationGroup +wangdaye.com.geometricweather.R$color: int abc_search_url_text_normal +com.google.android.material.slider.BaseSlider: void setValues(java.lang.Float[]) +okhttp3.Address: javax.net.SocketFactory socketFactory() +androidx.appcompat.R$style: int Base_V23_Theme_AppCompat_Light +androidx.appcompat.widget.AppCompatCheckBox: void setBackgroundDrawable(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: java.lang.String unit +cyanogenmod.weather.ICMWeatherManager$Stub: int TRANSACTION_lookupCity +androidx.loader.R$drawable: int notification_bg_low_pressed +okhttp3.HttpUrl$Builder: int port +androidx.viewpager.widget.ViewPager: androidx.viewpager.widget.PagerAdapter getAdapter() +wangdaye.com.geometricweather.R$attr: int shapeAppearanceMediumComponent +io.reactivex.internal.schedulers.RxThreadFactory: RxThreadFactory(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Direction: java.lang.String Localized +androidx.viewpager2.R$dimen: int compat_button_inset_vertical_material +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHeight_max +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_backgroundSplit +wangdaye.com.geometricweather.R$animator: int weather_partly_cloudy_night_2 +cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setOnRefreshListener(androidx.swiperefreshlayout.widget.SwipeRefreshLayout$OnRefreshListener) +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_lastVerticalStyle +androidx.constraintlayout.widget.R$id: int parent +com.google.android.material.bottomappbar.BottomAppBar: int getFabAnimationMode() +okhttp3.internal.publicsuffix.PublicSuffixDatabase: byte EXCEPTION_MARKER +com.turingtechnologies.materialscrollbar.R$attr: int selectableItemBackgroundBorderless +wangdaye.com.geometricweather.R$id: int activity_settings_container +com.turingtechnologies.materialscrollbar.R$styleable: int View_theme +android.didikee.donate.R$attr: int color +androidx.preference.R$styleable: int TextAppearance_android_textSize +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_barrierDirection +wangdaye.com.geometricweather.R$styleable: int[] ListPreference +android.didikee.donate.R$layout: int abc_popup_menu_header_item_layout +retrofit2.Retrofit$1 +androidx.constraintlayout.widget.ConstraintLayout: void setOptimizationLevel(int) +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen +androidx.swiperefreshlayout.R$dimen: int notification_large_icon_height +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderCancelButton +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionBar +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Subhead_Inverse +com.turingtechnologies.materialscrollbar.R$id: int start +com.turingtechnologies.materialscrollbar.R$attr: int subtitleTextColor +androidx.coordinatorlayout.R$dimen: int notification_subtext_size +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_blackContainer +androidx.appcompat.R$styleable: int MenuItem_android_checked +com.xw.repo.bubbleseekbar.R$styleable: int[] ActionMenuView +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: InkPageIndicator(android.content.Context) +wangdaye.com.geometricweather.R$id: int widget_clock_day_wind +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: void setDayIconDrawable(android.graphics.drawable.Drawable) +androidx.appcompat.R$style: int Platform_AppCompat +androidx.constraintlayout.widget.R$styleable: int[] FontFamily +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: android.os.IBinder mRemote +androidx.appcompat.R$style: int Widget_AppCompat_EditText +retrofit2.BuiltInConverters$ToStringConverter +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionBar +wangdaye.com.geometricweather.main.MainActivityViewModel$Status: wangdaye.com.geometricweather.main.MainActivityViewModel$Status IMPLICIT_INITIALIZING +androidx.fragment.R$id: int accessibility_custom_action_14 wangdaye.com.geometricweather.R$styleable: int TextInputLayout_passwordToggleTint -com.google.android.material.R$styleable: int MaterialButtonToggleGroup_singleSelection -cyanogenmod.app.BaseLiveLockManagerService: android.os.RemoteCallbackList mChangeListeners -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorButtonNormal -okio.RealBufferedSink: okio.BufferedSink writeDecimalLong(long) -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: java.lang.String WidgetPhrase -androidx.hilt.R$styleable: int FontFamilyFont_font -androidx.constraintlayout.widget.R$attr: int colorAccent -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling: double Value -com.google.android.material.R$attr: int boxBackgroundMode -wangdaye.com.geometricweather.R$id: int dialog_background_location_summary -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse -io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: ObservableConcatWithSingle$ConcatWithObserver(io.reactivex.Observer,io.reactivex.SingleSource) -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_elevation_material -androidx.appcompat.R$color: int abc_secondary_text_material_light -androidx.transition.R$color: R$color() -cyanogenmod.themes.IThemeService$Stub$Proxy: int getProgress() -com.xw.repo.bubbleseekbar.R$attr: int alphabeticModifiers -org.greenrobot.greendao.AbstractDao: boolean isEntityUpdateable() -com.jaredrummler.android.colorpicker.R$styleable: int[] SeekBarPreference -com.google.android.material.chip.Chip: float getChipStartPadding() -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: boolean isEmpty() -wangdaye.com.geometricweather.R$color: int colorAccent -androidx.lifecycle.GeneratedAdapter -okhttp3.internal.http.RetryAndFollowUpInterceptor: okhttp3.OkHttpClient client -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Imperial: AccuCurrentResult$RealFeelTemperature$Imperial() -wangdaye.com.geometricweather.R$attr: int flow_verticalAlign -okhttp3.Cookie$Builder -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Dialog_FixedSize -okio.RealBufferedSink: RealBufferedSink(okio.Sink) -androidx.appcompat.R$dimen: int abc_text_size_display_2_material -androidx.appcompat.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle -androidx.appcompat.R$drawable: int abc_ic_star_black_48dp -com.xw.repo.bubbleseekbar.R$drawable: int abc_ab_share_pack_mtrl_alpha -com.google.android.material.chip.Chip: void setCheckedIconResource(int) -wangdaye.com.geometricweather.R$id: int actions -wangdaye.com.geometricweather.R$string: int phase_new -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean dispatchKeyEvent(android.view.KeyEvent) -androidx.preference.R$attr: int summaryOff -wangdaye.com.geometricweather.R$animator: int weather_thunder_1 -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_verticalBias -com.google.android.material.R$attr: int textEndPadding -wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoldLevel(java.lang.Integer) -androidx.constraintlayout.widget.R$styleable: int MenuGroup_android_enabled -wangdaye.com.geometricweather.R$string: int mtrl_picker_range_header_title -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Title_Inverse -androidx.customview.R$dimen: int notification_right_icon_size -com.google.android.material.R$attr: int cornerRadius -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver -com.google.android.material.R$styleable: int TextInputLayout_endIconTintMode -james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light -com.google.gson.stream.JsonReader: long peekedLong -androidx.lifecycle.SavedStateHandleController: java.lang.String mKey -okhttp3.OkHttpClient: boolean followRedirects -com.google.android.material.R$style: int Base_Theme_AppCompat_Dialog_Alert -wangdaye.com.geometricweather.R$string: int tree -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge -com.bumptech.glide.load.HttpException: HttpException(java.lang.String,int) -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintStart_toEndOf -com.jaredrummler.android.colorpicker.R$styleable: int[] ViewBackgroundHelper -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean done -io.reactivex.Observable: io.reactivex.Observer subscribeWith(io.reactivex.Observer) -wangdaye.com.geometricweather.location.services.LocationService: void cancel() -com.google.android.material.R$styleable: int ConstraintSet_android_layout_marginRight -wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize -okhttp3.internal.Util: java.lang.String[] EMPTY_STRING_ARRAY -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String weatherSource -com.jaredrummler.android.colorpicker.R$layout: int abc_action_bar_title_item -androidx.constraintlayout.widget.R$attr: int maxHeight -com.xw.repo.bubbleseekbar.R$styleable: int[] AlertDialog -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area$LastAction: java.lang.String Localized -wangdaye.com.geometricweather.R$attr: int chipGroupStyle -androidx.constraintlayout.widget.R$drawable: int abc_spinner_mtrl_am_alpha -com.jaredrummler.android.colorpicker.R$style: int Preference_SwitchPreference_Material -cyanogenmod.weather.WeatherInfo: long mTimestamp -wangdaye.com.geometricweather.R$color: int switch_thumb_normal_material_light -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ProgressBar_Horizontal -wangdaye.com.geometricweather.R$string: int mtrl_picker_invalid_format -com.jaredrummler.android.colorpicker.R$attr: int dialogPreferredPadding -androidx.vectordrawable.animated.R$id: int tag_unhandled_key_event_manager -com.xw.repo.bubbleseekbar.R$dimen: int tooltip_y_offset_touch -io.reactivex.Observable: io.reactivex.Observable takeLast(long,java.util.concurrent.TimeUnit,boolean) -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIconSize -com.bumptech.glide.GeneratedAppGlideModule -androidx.lifecycle.ReportFragment: void dispatchStart(androidx.lifecycle.ReportFragment$ActivityInitializationListener) -wangdaye.com.geometricweather.R$dimen: int mtrl_slider_thumb_elevation -androidx.constraintlayout.widget.R$styleable: int SearchView_layout -androidx.constraintlayout.widget.R$styleable: int Variant_region_heightMoreThan -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getRainPrecipitationProbability() -android.didikee.donate.R$styleable: int DrawerArrowToggle_thickness -androidx.appcompat.R$id: int accessibility_custom_action_15 -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_popupTheme -wangdaye.com.geometricweather.R$id: int below_section_mark -androidx.constraintlayout.widget.R$attr: int textAppearanceListItemSecondary -com.jaredrummler.android.colorpicker.R$attr: int layout_insetEdge -cyanogenmod.weather.ICMWeatherManager: void registerWeatherServiceProviderChangeListener(cyanogenmod.weather.IWeatherServiceProviderChangeListener) -androidx.preference.R$styleable: int Preference_dependency -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog -androidx.preference.R$attr: int activityChooserViewStyle -androidx.appcompat.R$style: int Widget_AppCompat_ActionButton_Overflow -androidx.work.OverwritingInputMerger: OverwritingInputMerger() -wangdaye.com.geometricweather.R$styleable: int View_android_focusable -androidx.work.R$dimen: int compat_notification_large_icon_max_width -wangdaye.com.geometricweather.R$attr: int switchPadding -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: java.lang.String messageLong -com.google.android.material.R$styleable: int ShapeAppearance_cornerFamilyBottomLeft -com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize -cyanogenmod.providers.CMSettings$Global: java.lang.String POWER_NOTIFICATIONS_RINGTONE -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: java.lang.String IconPhrase -com.jaredrummler.android.colorpicker.R$id: int activity_chooser_view_content -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: java.lang.String timezone -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit[] values() -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_EditText -androidx.vectordrawable.animated.R$style: int TextAppearance_Compat_Notification -com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_borderless_material -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean getPressure() -wangdaye.com.geometricweather.R$id: int slide -james.adaptiveicon.R$layout -com.google.android.material.R$attr: int subtitleTextAppearance -okhttp3.internal.cache.DiskLruCache: okhttp3.internal.cache.DiskLruCache$Editor edit(java.lang.String,long) -io.reactivex.Observable: java.lang.Object blockingSingle(java.lang.Object) -io.reactivex.Observable: io.reactivex.Observable skipLast(long,java.util.concurrent.TimeUnit) -com.turingtechnologies.materialscrollbar.R$id: int icon_group -okhttp3.RealCall: boolean isExecuted() -android.didikee.donate.R$styleable: int AppCompatTheme_colorButtonNormal -wangdaye.com.geometricweather.R$color: int secondary_text_default_material_light -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_subtitle -androidx.constraintlayout.widget.R$styleable: int Constraint_animate_relativeTo -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: MinutelyEntityDao$Properties() -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int THUNDERSHOWER -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STYLE_THUMBNAIL -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_16 -android.didikee.donate.R$attr: int subMenuArrow -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_21 -com.google.android.material.R$id: int packed -wangdaye.com.geometricweather.R$styleable: int[] PropertySet -wangdaye.com.geometricweather.R$styleable: int ScrimInsetsFrameLayout_insetForeground -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void drain() -com.google.android.material.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth -com.google.android.material.R$layout: int select_dialog_singlechoice_material -androidx.preference.R$style: int Theme_AppCompat_DayNight_Dialog -com.jaredrummler.android.colorpicker.R$layout: int preference -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA -james.adaptiveicon.R$style: int Widget_AppCompat_RatingBar_Small -wangdaye.com.geometricweather.R$drawable: int dialog_background -com.google.android.material.R$color: int mtrl_chip_surface_color -wangdaye.com.geometricweather.R$string: int real_feel_shade_temperature -io.reactivex.Observable: io.reactivex.Observable mergeWith(io.reactivex.SingleSource) -android.didikee.donate.R$styleable: int SearchView_goIcon -androidx.constraintlayout.widget.R$attr: int switchMinWidth -okhttp3.internal.ws.WebSocketProtocol: int PAYLOAD_LONG -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: java.lang.String ObstructionsToVisibility -com.google.android.material.R$layout: int design_layout_snackbar -wangdaye.com.geometricweather.common.basic.models.weather.Weather: Weather(wangdaye.com.geometricweather.common.basic.models.weather.Base,wangdaye.com.geometricweather.common.basic.models.weather.Current,wangdaye.com.geometricweather.common.basic.models.weather.History,java.util.List,java.util.List,java.util.List,java.util.List) -com.google.android.material.R$attr: int paddingBottomNoButtons -wangdaye.com.geometricweather.R$string: int feedback_updated_in_background -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_iconTintMode -james.adaptiveicon.R$styleable: int AppCompatTheme_ratingBarStyle -okhttp3.internal.platform.Jdk9Platform: Jdk9Platform(java.lang.reflect.Method,java.lang.reflect.Method) -okhttp3.internal.cache.CacheInterceptor$1: okhttp3.internal.cache.CacheRequest val$cacheRequest -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy -androidx.constraintlayout.widget.R$attr: int measureWithLargestChild -james.adaptiveicon.R$dimen: int highlight_alpha_material_dark -androidx.appcompat.R$layout: R$layout() -com.google.android.material.R$styleable: int GradientColor_android_startX -androidx.lifecycle.LiveData: void observe(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Observer) -com.bumptech.glide.R$styleable: int GradientColor_android_startY -androidx.appcompat.R$anim: int abc_slide_out_bottom -com.google.android.material.R$attr: int flow_lastVerticalStyle -okio.Buffer: java.util.List segmentSizes() -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode -com.google.android.material.R$styleable: int AppCompatTheme_editTextBackground -android.didikee.donate.R$string: int abc_capital_on +androidx.fragment.R$dimen +androidx.viewpager.R$dimen: int notification_right_icon_size +androidx.appcompat.R$attr: int windowActionModeOverlay +cyanogenmod.profiles.AirplaneModeSettings: cyanogenmod.profiles.AirplaneModeSettings fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) +io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: ObservableReplay$UnboundedReplayBuffer(int) +io.reactivex.internal.subscriptions.EmptySubscription: java.lang.String toString() +androidx.activity.R$id: int accessibility_custom_action_9 +okhttp3.Cache$CacheResponseBody$1: okhttp3.internal.cache.DiskLruCache$Snapshot val$snapshot +com.jaredrummler.android.colorpicker.R$styleable: int GradientColorItem_android_color +com.google.android.material.R$layout: int abc_popup_menu_item_layout +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_23 +wangdaye.com.geometricweather.R$styleable: int Layout_barrierAllowsGoneWidgets +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_autoSizeTextType +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Subhead_Inverse +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon +james.adaptiveicon.R$styleable: int MenuItem_android_icon +androidx.appcompat.widget.SwitchCompat: void setSwitchTypeface(android.graphics.Typeface) +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float getRain() +androidx.coordinatorlayout.R$dimen: int notification_small_icon_size_as_large +wangdaye.com.geometricweather.R$layout: int cpv_dialog_color_picker +wangdaye.com.geometricweather.R$styleable: int Snackbar_snackbarTextViewStyle +com.google.android.material.slider.RangeSlider: void setValueTo(float) +androidx.appcompat.R$styleable: int AppCompatTheme_actionMenuTextColor +com.google.android.material.R$attr: int fabSize +cyanogenmod.externalviews.KeyguardExternalView: android.graphics.Point mDisplaySize +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight +com.xw.repo.bubbleseekbar.R$attr: int textColorAlertDialogListItem +wangdaye.com.geometricweather.R$drawable: int abc_btn_borderless_material +wangdaye.com.geometricweather.R$dimen: int disabled_alpha_material_light +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_RC4_128_MD5 +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceHeadline3 +com.google.android.material.R$id: int design_navigation_view +james.adaptiveicon.R$color: int material_grey_300 +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: int READY com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_android_positiveButtonText -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position -wangdaye.com.geometricweather.R$attr: int shapeAppearanceOverlay -androidx.activity.R$id: int tag_screen_reader_focusable -com.google.gson.stream.JsonReader: java.lang.String[] pathNames -androidx.appcompat.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge -cyanogenmod.alarmclock.ClockContract$AlarmsColumns: java.lang.String DELETE_AFTER_USE -com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_android_max -android.didikee.donate.R$layout: int abc_alert_dialog_material -okhttp3.Cache$Entry: Cache$Entry(okio.Source) -com.bumptech.glide.R$style -james.adaptiveicon.R$styleable: int ActionMode_closeItemLayout -wangdaye.com.geometricweather.R$style: int Base_CardView -okio.RealBufferedSource: long indexOf(byte,long) -cyanogenmod.externalviews.KeyguardExternalView: android.content.ServiceConnection access$500(cyanogenmod.externalviews.KeyguardExternalView) -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeDegreeDayTemperature(java.lang.Integer) -androidx.preference.R$attr: int summaryOn -wangdaye.com.geometricweather.R$attr: int materialCalendarYearNavigationButton -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX -cyanogenmod.providers.CMSettings$Secure: java.lang.String ADB_PORT -retrofit2.adapter.rxjava2.Result -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_30 -androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer windChillTemperature -okio.Buffer: okio.BufferedSink write(byte[],int,int) -okhttp3.internal.connection.StreamAllocation: void release(okhttp3.internal.connection.RealConnection) -retrofit2.Retrofit: okhttp3.HttpUrl baseUrl() -wangdaye.com.geometricweather.R$dimen: int mtrl_slider_track_height -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: boolean IsDaylight -androidx.work.impl.utils.futures.DirectExecutor -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight_DarkActionBar -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_menu_header_material -androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration -androidx.lifecycle.extensions.R$styleable: int Fragment_android_id -androidx.constraintlayout.widget.R$attr: int drawableTint -androidx.appcompat.app.AppCompatActivity -com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_keylines -androidx.core.R$drawable -wangdaye.com.geometricweather.R$string: int abc_searchview_description_submit -android.didikee.donate.R$color: int foreground_material_light -cyanogenmod.hardware.ICMHardwareService: boolean unRegisterThermalListener(cyanogenmod.hardware.IThermalListenerCallback) -wangdaye.com.geometricweather.R$styleable: int ActionBar_backgroundSplit -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: long serialVersionUID -wangdaye.com.geometricweather.R$styleable: int Chip_checkedIconTint -androidx.appcompat.resources.R$drawable: int notification_action_background -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabTextAppearance -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Tooltip -androidx.work.impl.foreground.SystemForegroundService -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_BATTERY_STYLE_VALIDATOR -androidx.versionedparcelable.ParcelImpl -com.google.android.material.R$id: int accelerate -okio.Buffer$UnsafeCursor: long resizeBuffer(long) -io.reactivex.internal.operators.observable.ObservableGroupBy$State: void drain() -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String LIVE_LOCK_SCREEN_PREVIEW -cyanogenmod.weather.IRequestInfoListener$Stub$Proxy: void onWeatherRequestCompleted(cyanogenmod.weather.RequestInfo,int,cyanogenmod.weather.WeatherInfo) -com.jaredrummler.android.colorpicker.R$attr: int iconSpaceReserved -com.google.android.material.R$attr: int layout_goneMarginEnd -wangdaye.com.geometricweather.R$dimen: int hint_alpha_material_dark -okhttp3.RealCall$AsyncCall: okhttp3.Callback responseCallback -okhttp3.logging.LoggingEventListener: void logWithTime(java.lang.String) -androidx.viewpager.widget.ViewPager: int getCurrentItem() -com.turingtechnologies.materialscrollbar.R$styleable: int[] SearchView -retrofit2.OkHttpCall$ExceptionCatchingResponseBody: void throwIfCaught() -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void drain() -androidx.preference.R$styleable: int AppCompatTheme_ratingBarStyleIndicator -wangdaye.com.geometricweather.R$drawable: int widget_card_light_60 -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: long index -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: IKeyguardExternalViewProvider$Stub$Proxy(android.os.IBinder) -androidx.activity.R$integer: int status_bar_notification_info_maxnum -cyanogenmod.app.CustomTile$ExpandedItem$1: java.lang.Object[] newArray(int) -androidx.appcompat.R$bool: R$bool() -okhttp3.internal.http2.Http2Stream$FramingSource: okio.Timeout timeout() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_viewInflaterClass -com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_FixedSize_Bridge -androidx.coordinatorlayout.R$attr: int fontVariationSettings -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: java.lang.Throwable error -okhttp3.ResponseBody: java.lang.String string() -com.github.rahatarmanahmed.cpv.CircularProgressView: int animSyncDuration -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowFixedHeightMinor -okhttp3.internal.ws.WebSocketReader: WebSocketReader(boolean,okio.BufferedSource,okhttp3.internal.ws.WebSocketReader$FrameCallback) -androidx.preference.R$styleable: int DialogPreference_android_positiveButtonText -cyanogenmod.hardware.IThermalListenerCallback$Stub: java.lang.String DESCRIPTOR -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void drain() -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_toLeftOf -com.turingtechnologies.materialscrollbar.R$color: int abc_tint_btn_checkable -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: ObservableRefCount$RefCountObserver(io.reactivex.Observer,io.reactivex.internal.operators.observable.ObservableRefCount,io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection) -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_removeProfile -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small -com.google.android.material.progressindicator.ProgressIndicator: com.google.android.material.progressindicator.DeterminateDrawable getProgressDrawable() -cyanogenmod.hardware.CMHardwareManager: int getVibratorMaxIntensity() -com.jaredrummler.android.colorpicker.R$attr: int overlapAnchor -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_shapeAppearance -androidx.dynamicanimation.R$styleable: int GradientColor_android_type -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_activityChooserViewStyle -wangdaye.com.geometricweather.R$drawable: int widget_multi_city -okhttp3.Challenge: Challenge(java.lang.String,java.lang.String) -retrofit2.converter.gson.package-info -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: int sourceMode -androidx.preference.R$style: int PreferenceFragment_Material -com.turingtechnologies.materialscrollbar.R$id: int action_image -androidx.drawerlayout.R$attr: int ttcIndex -androidx.constraintlayout.widget.R$styleable: int Transform_android_elevation -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_passwordToggleEnabled -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Long readKey(android.database.Cursor,int) -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWindLevel(java.lang.String) -androidx.preference.R$attr: int arrowHeadLength -com.google.android.material.R$layout: int design_layout_tab_icon -androidx.appcompat.resources.R$id: int accessibility_custom_action_29 -wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: SunMoonView(android.content.Context) -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabTextAppearance -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: boolean isDisposed() -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: void dispose() -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_lastHorizontalBias -androidx.fragment.R$styleable: int FontFamily_fontProviderFetchStrategy -androidx.preference.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView -com.google.android.material.R$style: int Widget_MaterialComponents_BottomAppBar -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void onError(java.lang.Throwable) -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.database.Database getDatabase() -com.google.android.material.R$style: int Widget_AppCompat_CompoundButton_RadioButton -androidx.customview.R$color -wangdaye.com.geometricweather.R$styleable: int ColorStateListItem_android_alpha -wangdaye.com.geometricweather.R$string: int key_widget_clock_day_details -android.didikee.donate.R$color: int material_grey_100 -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: void onComplete() -okhttp3.Response: java.util.List challenges() -androidx.viewpager.R$drawable: int notification_bg_low_normal -com.google.android.material.R$styleable: int SnackbarLayout_actionTextColorAlpha -okio.ByteString: void readObject(java.io.ObjectInputStream) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeStyle -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator PROXIMITY_ON_WAKE_VALIDATOR +okhttp3.Handshake: java.util.List peerCertificates() +okhttp3.Response: java.util.List headers(java.lang.String) +com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_centerY +com.google.android.material.R$attr: int pathMotionArc +androidx.appcompat.R$styleable: int View_theme +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getDegreeDayTemperature() +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: boolean isDisposed() +okio.Okio$4: void timedOut() +retrofit2.Platform$Android$MainThreadExecutor +com.google.android.material.circularreveal.CircularRevealRelativeLayout: void setCircularRevealOverlayDrawable(android.graphics.drawable.Drawable) +james.adaptiveicon.R$id: int multiply +wangdaye.com.geometricweather.R$attr: int chipIconEnabled +com.google.android.material.R$attr: int dayTodayStyle +okhttp3.EventListener$2: okhttp3.EventListener create(okhttp3.Call) +wangdaye.com.geometricweather.R$dimen: int abc_alert_dialog_button_dimen +com.google.android.material.R$string: int mtrl_picker_range_header_unselected okhttp3.internal.cache.DiskLruCache$Editor -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Metric: int UnitType -com.google.android.material.R$id: int mtrl_calendar_year_selector_frame -cyanogenmod.app.suggest.ApplicationSuggestion: java.lang.String getPackageName() -androidx.dynamicanimation.R$styleable: int GradientColor_android_gradientRadius -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated -wangdaye.com.geometricweather.R$string: int key_unit -com.github.rahatarmanahmed.cpv.CircularProgressView: void onDetachedFromWindow() -wangdaye.com.geometricweather.R$drawable: int weather_cloudy_mini_dark -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.fragment.R$layout -wangdaye.com.geometricweather.R$id: int titleDividerNoCustom -androidx.core.R$string: int status_bar_notification_info_overflow -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_android_thumb -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog -androidx.appcompat.R$layout: int abc_popup_menu_header_item_layout -com.bumptech.glide.integration.okhttp.R$dimen: int compat_notification_large_icon_max_height -androidx.swiperefreshlayout.R$styleable: int FontFamily_fontProviderPackage -androidx.vectordrawable.R$id: int accessibility_custom_action_3 -cyanogenmod.providers.CMSettings$Secure: java.lang.String QS_TILES -okhttp3.internal.connection.RealConnection: okhttp3.Route route() -com.turingtechnologies.materialscrollbar.R$layout: int design_layout_snackbar -com.google.android.material.R$attr: int layout_constraintHorizontal_bias -okhttp3.internal.http2.Http2Stream: java.util.Deque access$000(okhttp3.internal.http2.Http2Stream) -james.adaptiveicon.R$dimen: int abc_text_size_headline_material -com.bumptech.glide.request.RequestCoordinator$RequestState: boolean isComplete -android.didikee.donate.R$attr: int colorPrimary -androidx.appcompat.widget.AppCompatImageButton: void setImageResource(int) -androidx.preference.R$color: int background_floating_material_dark -okhttp3.internal.ws.RealWebSocket: java.util.concurrent.ScheduledExecutorService executor -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Speed: java.lang.String Unit -cyanogenmod.app.IProfileManager$Stub$Proxy: boolean notificationGroupExistsByName(java.lang.String) -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: long serialVersionUID -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_Switch -androidx.appcompat.widget.LinearLayoutCompat: float getWeightSum() -wangdaye.com.geometricweather.R$styleable: int[] MotionHelper -com.google.android.material.R$dimen: int material_font_2_0_box_collapsed_padding_top +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: void setDatetime(java.lang.String) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX() +androidx.appcompat.widget.Toolbar: java.lang.CharSequence getLogoDescription() +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int MOSTLY_CLOUDY_NIGHT +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onDetach() +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_textAllCaps +com.google.android.material.R$style: int Widget_MaterialComponents_Button_TextButton +androidx.constraintlayout.widget.R$id: int multiply +androidx.hilt.R$layout: int notification_action +com.google.android.material.R$bool: int mtrl_btn_textappearance_all_caps +com.google.gson.stream.JsonWriter: void push(int) +retrofit2.OkHttpCall$1: void onResponse(okhttp3.Call,okhttp3.Response) +androidx.viewpager2.R$id: int time +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index aggregatedIndex +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Metric: java.lang.String Unit +wangdaye.com.geometricweather.R$attr: int constraintSetEnd +com.google.android.material.slider.BaseSlider: int getAccessibilityFocusedVirtualViewId() +androidx.appcompat.widget.Toolbar: void setNavigationIcon(android.graphics.drawable.Drawable) +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder reencodeForUri() +com.turingtechnologies.materialscrollbar.R$attr: int buttonStyle +androidx.coordinatorlayout.widget.CoordinatorLayout: void setStatusBarBackgroundResource(int) +cyanogenmod.weather.WeatherInfo: java.lang.String toString() +wangdaye.com.geometricweather.db.entities.WeatherEntity: void update() +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Dialog_Bridge +cyanogenmod.app.CMContextConstants$Features: java.lang.String TELEPHONY +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Metric +androidx.constraintlayout.widget.R$id: int square +wangdaye.com.geometricweather.R$attr: int layout_constraintTop_creator +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_horizontalStyle +okio.AsyncTimeout: okio.AsyncTimeout awaitTimeout() +com.google.android.material.R$string: int mtrl_picker_text_input_date_range_start_hint +androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_layout_anchor +com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_radio_material +androidx.lifecycle.ProcessLifecycleOwner: androidx.lifecycle.LifecycleOwner get() +com.google.android.material.R$attr: int itemStrokeColor +androidx.preference.R$styleable: int SwitchCompat_android_textOn +wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status: wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status ERROR +com.jaredrummler.android.colorpicker.R$drawable: int abc_textfield_activated_mtrl_alpha +android.didikee.donate.R$style: int Theme_AppCompat_Dialog_Alert +androidx.lifecycle.LiveData$1: LiveData$1(androidx.lifecycle.LiveData) +androidx.appcompat.resources.R$id: int accessibility_custom_action_23 +androidx.customview.R$style: int TextAppearance_Compat_Notification +james.adaptiveicon.R$styleable: int MenuItem_android_menuCategory +androidx.appcompat.widget.AppCompatTextView: void setSupportCompoundDrawablesTintMode(android.graphics.PorterDuff$Mode) +com.google.android.material.slider.Slider: int getTrackSidePadding() +android.didikee.donate.R$attr: int editTextColor +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_thumbTextPadding +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Spinner +com.turingtechnologies.materialscrollbar.R$anim: int abc_popup_exit +com.xw.repo.bubbleseekbar.R$drawable: int abc_cab_background_internal_bg +android.didikee.donate.R$styleable: int MenuView_android_itemBackground +james.adaptiveicon.R$drawable: int abc_textfield_search_default_mtrl_alpha +com.jaredrummler.android.colorpicker.R$styleable: int[] AppCompatTextHelper +androidx.hilt.work.R$layout: int notification_template_part_time +com.google.android.material.datepicker.MaterialDatePicker: MaterialDatePicker() +com.jaredrummler.android.colorpicker.R$layout: int preference_widget_switch +com.xw.repo.bubbleseekbar.R$id: int wrap_content +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_corner_radius +cyanogenmod.hardware.CMHardwareManager: boolean writePersistentString(java.lang.String,java.lang.String) +com.google.android.material.R$animator: int mtrl_fab_show_motion_spec +wangdaye.com.geometricweather.main.layouts.MainLayoutManager: MainLayoutManager() +com.jaredrummler.android.colorpicker.R$attr: int cpv_previewSize +james.adaptiveicon.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner +androidx.appcompat.R$styleable: int ActionBar_divider +androidx.appcompat.R$drawable: int abc_btn_check_material +com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_AES_256_CBC_SHA256 +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Dialog_Alert +cyanogenmod.weather.CMWeatherManager: cyanogenmod.weather.IRequestInfoListener mRequestInfoListener +androidx.drawerlayout.R$id: int action_text +androidx.appcompat.R$layout: int notification_template_icon_group +okio.Okio$3 +android.didikee.donate.R$id: int beginning +wangdaye.com.geometricweather.R$id: int notification_big_icon_5 +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem +com.google.android.material.R$style: int Widget_AppCompat_ActionButton_Overflow +androidx.core.graphics.drawable.IconCompatParcelizer: androidx.core.graphics.drawable.IconCompat read(androidx.versionedparcelable.VersionedParcel) +com.google.android.material.R$attr: int keylines +android.didikee.donate.R$styleable: int AppCompatTheme_windowFixedWidthMajor +retrofit2.ParameterHandler$FieldMap: java.lang.reflect.Method method +io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: void truncate() +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setProvince(java.lang.String) +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: void onComplete() +androidx.preference.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_SearchView +james.adaptiveicon.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ListView_DropDown +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float snowPrecipitationProbability +androidx.appcompat.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding +cyanogenmod.platform.Manifest$permission: java.lang.String PUBLISH_CUSTOM_TILE +com.google.android.material.R$attr: int bottomNavigationStyle +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog +wangdaye.com.geometricweather.R$string: int clear_text_end_icon_content_description +okhttp3.internal.cache.DiskLruCache: long size() +androidx.hilt.lifecycle.R$id: int tag_accessibility_clickable_spans +com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize +com.xw.repo.bubbleseekbar.R$attr: int itemPadding +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_imageButtonStyle +wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView getChartItemView() +androidx.work.ExistingWorkPolicy: androidx.work.ExistingWorkPolicy[] values() +wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoldDescription(java.lang.String) +wangdaye.com.geometricweather.R$id: int always +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken BEGIN_OBJECT +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_25 +wangdaye.com.geometricweather.R$attr: int layout_optimizationLevel +androidx.lifecycle.extensions.R$styleable: int[] GradientColorItem +com.google.gson.stream.JsonReader: int PEEKED_SINGLE_QUOTED +cyanogenmod.externalviews.KeyguardExternalView$4: void run() +androidx.preference.R$styleable: int FontFamily_fontProviderPackage +com.google.android.material.R$string: int mtrl_picker_navigate_to_year_description +wangdaye.com.geometricweather.R$id: int transitionToStart +com.xw.repo.bubbleseekbar.R$color: int abc_tint_edittext +com.google.android.material.bottomnavigation.BottomNavigationView: int getItemTextAppearanceActive() +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ProgressBar +com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState PAUSED +io.reactivex.Observable: java.lang.Object to(io.reactivex.functions.Function) +com.google.android.material.floatingactionbutton.FloatingActionButton: void setSize(int) +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onKeyguardShowing +androidx.appcompat.widget.AppCompatTextView: void setPrecomputedText(androidx.core.text.PrecomputedTextCompat) +com.google.gson.FieldNamingPolicy: FieldNamingPolicy(java.lang.String,int,com.google.gson.FieldNamingPolicy$1) +okhttp3.internal.connection.RouteSelector: okhttp3.Call call +android.didikee.donate.R$dimen: int abc_text_size_subtitle_material_toolbar +androidx.hilt.work.R$styleable: int ColorStateListItem_alpha +io.reactivex.internal.schedulers.RxThreadFactory: int priority +com.turingtechnologies.materialscrollbar.R$attr: int fontProviderFetchTimeout +wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_textColorHint +androidx.hilt.R$dimen: int notification_big_circle_margin +com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_verticalDivider +com.jaredrummler.android.colorpicker.R$styleable: int[] GradientColor +cyanogenmod.hardware.CMHardwareManager: boolean registerThermalListener(cyanogenmod.hardware.ThermalListenerCallback) +wangdaye.com.geometricweather.R$id: int animateToStart +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Imperial +wangdaye.com.geometricweather.R$drawable: int widget_trend_hourly +okhttp3.internal.http2.Http2Reader$ContinuationSource: short padding +com.google.android.material.R$styleable: int BottomNavigationView_elevation +androidx.recyclerview.R$id: int accessibility_custom_action_17 +com.google.android.material.R$attr: int liftOnScroll +wangdaye.com.geometricweather.db.entities.AlertEntityDao: wangdaye.com.geometricweather.db.entities.AlertEntity readEntity(android.database.Cursor,int) +androidx.drawerlayout.R$integer +okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner: int hashCode() +com.turingtechnologies.materialscrollbar.R$dimen: int abc_panel_menu_list_width +com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked +james.adaptiveicon.R$attr: int paddingTopNoTitle +androidx.appcompat.R$id: int accessibility_custom_action_19 +com.google.android.material.chip.ChipGroup: void setChipSpacing(int) +androidx.constraintlayout.widget.R$styleable: int[] Transition +androidx.loader.R$styleable: int FontFamilyFont_android_ttcIndex +wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_itemFillColor +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_width +androidx.preference.R$dimen: int abc_action_bar_stacked_max_height +androidx.viewpager2.R$styleable: int FontFamilyFont_android_fontVariationSettings +android.didikee.donate.R$dimen: int abc_dropdownitem_text_padding_right +com.xw.repo.bubbleseekbar.R$attr: int splitTrack +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TabLayout_Colored +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: void onComplete() +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: java.lang.String WidgetPhrase +androidx.dynamicanimation.R$drawable: R$drawable() +com.jaredrummler.android.colorpicker.R$layout: int preference_list_fragment +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_FixedSize_Bridge +androidx.lifecycle.SavedStateHandleController$1: androidx.savedstate.SavedStateRegistry val$registry +wangdaye.com.geometricweather.R$string: int hours_of_sun +androidx.appcompat.R$styleable: int AppCompatTheme_listDividerAlertDialog +androidx.viewpager.R$drawable: int notification_bg_normal +com.turingtechnologies.materialscrollbar.R$attr: int checkedIcon +androidx.preference.R$styleable: int DialogPreference_android_dialogIcon +wangdaye.com.geometricweather.R$id: int dialog_minimal_icon_title +com.google.android.material.R$string: int character_counter_overflowed_content_description +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionButton_CloseMode +androidx.vectordrawable.R$id: int accessibility_custom_action_22 +com.google.android.material.R$attr: int colorPrimary +androidx.swiperefreshlayout.R$attr: int swipeRefreshLayoutProgressSpinnerBackgroundColor +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.HalfDay night() +james.adaptiveicon.R$color: int abc_primary_text_disable_only_material_dark +wangdaye.com.geometricweather.common.basic.models.weather.Alert: int priority +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light_Dialog +com.google.android.material.R$style: int Base_Theme_AppCompat_Dialog_FixedSize +cyanogenmod.externalviews.KeyguardExternalView$6 com.jaredrummler.android.colorpicker.R$styleable: int[] DialogPreference -androidx.constraintlayout.widget.R$attr: int viewInflaterClass -com.google.android.material.progressindicator.ProgressIndicator: int getCircularInset() -androidx.appcompat.R$attr: int actionMenuTextColor -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.util.Map lefts -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleTextAppearance -cyanogenmod.weather.WeatherInfo: double getWindDirection() -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_android_switchTextOn -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: int getStatus() -wangdaye.com.geometricweather.R$attr: int actionModeShareDrawable -cyanogenmod.hardware.CMHardwareManager: int[] getDisplayGammaCalibration(int) -com.google.android.material.chip.Chip: android.graphics.drawable.Drawable getBackgroundDrawable() -androidx.transition.R$dimen: int compat_control_corner_material -wangdaye.com.geometricweather.R$id: int activity_widget_config_textSizeSeekBar -cyanogenmod.app.StatusBarPanelCustomTile: int uid -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setPrimary(java.lang.String) -okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner: boolean equals(java.lang.Object) -com.google.android.material.R$attr: int snackbarButtonStyle -com.google.android.material.R$styleable: int[] AlertDialog -com.turingtechnologies.materialscrollbar.R$attr: int boxCornerRadiusTopStart -com.google.android.material.R$dimen: int mtrl_progress_circular_radius -okhttp3.Cache$Entry: int code -com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy[] values() -retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$1: java.lang.Object invoke(java.lang.Object) -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setLabelVisibilityMode(int) -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_subtitleTextStyle -androidx.core.widget.NestedScrollView: float getVerticalScrollFactorCompat() -androidx.swiperefreshlayout.R$styleable: int GradientColor_android_centerColor -androidx.appcompat.R$dimen: int abc_dialog_min_width_minor -okhttp3.internal.http2.Http2Connection: void access$000(okhttp3.internal.http2.Http2Connection) -wangdaye.com.geometricweather.R$attr: int layout_constraintHorizontal_weight -com.google.android.material.R$attr: int layout_constrainedWidth -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric: double Value -wangdaye.com.geometricweather.R$styleable: int Constraint_pivotAnchor -com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_android_layout -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Compat_Notification_Title -com.jaredrummler.android.colorpicker.R$drawable: int notification_bg_normal_pressed -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getTotalPrecipitationProbability() -wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: void setChartItemView(wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView) -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintEnd_toStartOf -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property Pm25 -james.adaptiveicon.R$dimen: int abc_dialog_padding_top_material -wangdaye.com.geometricweather.R$drawable: int notif_temp_80 -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_marginLeft -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_contentInsetLeft -androidx.constraintlayout.widget.R$attr: int brightness -androidx.constraintlayout.widget.R$styleable: int ActionBar_contentInsetEndWithActions -okhttp3.CacheControl$Builder -io.reactivex.Observable: io.reactivex.Observable unsafeCreate(io.reactivex.ObservableSource) -androidx.constraintlayout.widget.R$attr: int actionDropDownStyle -androidx.coordinatorlayout.R$id: int top -android.didikee.donate.R$color: int material_deep_teal_200 -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_Layout_android_layout_height -cyanogenmod.weather.WeatherInfo: double access$402(cyanogenmod.weather.WeatherInfo,double) -james.adaptiveicon.R$attr: int autoSizeStepGranularity -okhttp3.internal.http2.Http2: java.lang.IllegalArgumentException illegalArgument(java.lang.String,java.lang.Object[]) -wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_DayNight -okio.Okio$1: void write(okio.Buffer,long) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial: int UnitType -wangdaye.com.geometricweather.db.entities.DaoMaster$DevOpenHelper: DaoMaster$DevOpenHelper(android.content.Context,java.lang.String) -androidx.lifecycle.extensions.R$id: int fragment_container_view_tag -com.xw.repo.bubbleseekbar.R$dimen: int disabled_alpha_material_light -wangdaye.com.geometricweather.R$attr: int msb_barColor -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: int requestFusion(int) -com.google.android.material.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title -com.github.rahatarmanahmed.cpv.CircularProgressView: void setIndeterminate(boolean) -com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_singleChoiceItemLayout -wangdaye.com.geometricweather.background.polling.permanent.observer.TimeObserverService: TimeObserverService() -wangdaye.com.geometricweather.R$animator: int weather_clear_day_1 -android.didikee.donate.R$styleable: int SwitchCompat_android_thumb -wangdaye.com.geometricweather.common.basic.models.weather.Base: long getUpdateTime() -androidx.appcompat.R$dimen: int abc_edit_text_inset_bottom_material -androidx.activity.R$attr: int fontProviderQuery -com.google.android.material.button.MaterialButton: void setOnPressedChangeListenerInternal(com.google.android.material.button.MaterialButton$OnPressedChangeListener) -com.jaredrummler.android.colorpicker.R$dimen: int abc_button_padding_vertical_material -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: void cancel() -androidx.legacy.coreutils.R$integer: int status_bar_notification_info_maxnum -com.google.android.material.R$styleable: int Transform_android_rotationX -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void dispose() -cyanogenmod.externalviews.IExternalViewProvider: void onResume() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String headIconType -james.adaptiveicon.R$styleable: int Toolbar_titleMargin -androidx.customview.R$dimen: int compat_notification_large_icon_max_height -wangdaye.com.geometricweather.R$style: int EmptyTheme -cyanogenmod.app.ICMStatusBarManager$Stub: int TRANSACTION_removeCustomTileFromListener -com.google.android.material.R$attr: int editTextColor -wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode[] values() -wangdaye.com.geometricweather.R$dimen: int abc_button_inset_vertical_material -cyanogenmod.app.ICustomTileListener$Stub$Proxy -wangdaye.com.geometricweather.R$string: int mtrl_picker_save -okhttp3.internal.http2.Http2Connection$ReaderRunnable$1 -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: java.lang.String getTagName(android.content.Context) -androidx.core.R$style: int TextAppearance_Compat_Notification_Line2 -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onAttach() -okhttp3.internal.http.HttpHeaders: int parseSeconds(java.lang.String,int) -wangdaye.com.geometricweather.main.models.LocationResource$Event: wangdaye.com.geometricweather.main.models.LocationResource$Event INITIALIZE -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionButton_Overflow -wangdaye.com.geometricweather.R$string: int key_widget_day -okhttp3.internal.ws.RealWebSocket: RealWebSocket(okhttp3.Request,okhttp3.WebSocketListener,java.util.Random,long) -io.reactivex.Observable: io.reactivex.Observable throttleWithTimeout(long,java.util.concurrent.TimeUnit) -wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property DaytimeTemperature -wangdaye.com.geometricweather.R$attr: int layout_constraintVertical_weight -androidx.work.R$bool: int workmanager_test_configuration -androidx.core.R$styleable: int FontFamily_fontProviderFetchTimeout -androidx.fragment.R$integer: int status_bar_notification_info_maxnum -wangdaye.com.geometricweather.R$attr: int bottomNavigationStyle -wangdaye.com.geometricweather.R$style: int Base_V7_Widget_AppCompat_Toolbar -com.xw.repo.bubbleseekbar.R$drawable: int abc_ratingbar_indicator_material -androidx.preference.R$attr: int barLength -com.turingtechnologies.materialscrollbar.R$color -androidx.hilt.work.R$dimen: int notification_action_icon_size -com.turingtechnologies.materialscrollbar.R$drawable: int abc_vector_test -okhttp3.internal.Util: java.util.Map immutableMap(java.util.Map) -wangdaye.com.geometricweather.R$attr: int materialTimePickerTheme -james.adaptiveicon.R$style: int Base_Theme_AppCompat_Dialog -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 -androidx.appcompat.R$id: int split_action_bar -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintBaseline_toBaselineOf -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningAdvice: int phenomenonId -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem -wangdaye.com.geometricweather.R$id: int search_badge -androidx.lifecycle.DefaultLifecycleObserver: void onPause(androidx.lifecycle.LifecycleOwner) -androidx.viewpager2.R$id: int accessibility_custom_action_19 -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int HURRICANE -cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator sUriValidator -androidx.constraintlayout.helper.widget.Layer: void setRotation(float) -androidx.constraintlayout.widget.R$attr: int contrast -androidx.activity.R$drawable: int notification_icon_background -com.jaredrummler.android.colorpicker.R$string: int abc_menu_alt_shortcut_label -wangdaye.com.geometricweather.R$attr: int crossfade -androidx.viewpager2.R$attr: int spanCount -androidx.customview.R$dimen: int compat_button_inset_vertical_material -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_78 -wangdaye.com.geometricweather.R$integer: int hide_password_duration -androidx.preference.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner -com.google.android.material.R$id: int cancel_button -wangdaye.com.geometricweather.R$anim: int btn_checkbox_to_unchecked_check_path_merged_animation -okhttp3.internal.http.RealResponseBody: RealResponseBody(java.lang.String,long,okio.BufferedSource) -androidx.dynamicanimation.R$drawable: int notification_bg_low_pressed -androidx.viewpager.R$layout: R$layout() -retrofit2.RequestBuilder: java.lang.String PATH_SEGMENT_ALWAYS_ENCODE_SET -wangdaye.com.geometricweather.R$id: int notification_big_icon_4 -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_section_count -okio.ForwardingSink: void write(okio.Buffer,long) -wangdaye.com.geometricweather.db.entities.DailyEntity: void setRagweedDescription(java.lang.String) -androidx.customview.R$attr: int fontStyle -okhttp3.RealCall: okio.AsyncTimeout timeout -com.google.android.material.R$id: int position +cyanogenmod.app.Profile: cyanogenmod.app.ProfileGroup getDefaultGroup() +androidx.appcompat.widget.AppCompatImageButton: void setImageBitmap(android.graphics.Bitmap) +io.reactivex.internal.disposables.SequentialDisposable: boolean update(io.reactivex.disposables.Disposable) +okio.Buffer: okio.BufferedSink write(byte[]) +wangdaye.com.geometricweather.R$id: int fill +com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_chipSpacingHorizontal +com.google.android.material.R$id: int TOP_END +androidx.appcompat.R$styleable: int AppCompatTheme_windowNoTitle +com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar +android.didikee.donate.R$style: int Widget_AppCompat_ButtonBar_AlertDialog +wangdaye.com.geometricweather.db.entities.DailyEntityDao: wangdaye.com.geometricweather.db.converters.WindDegreeConverter nighttimeWindDegreeConverter +androidx.preference.R$attr: int editTextStyle +wangdaye.com.geometricweather.R$styleable: int PreferenceImageView_maxHeight +androidx.appcompat.R$anim: int btn_radio_to_off_mtrl_ring_outer_animation +androidx.constraintlayout.widget.R$styleable: int[] SwitchCompat +okhttp3.MultipartBody: okhttp3.MediaType PARALLEL +james.adaptiveicon.R$style: int Platform_AppCompat_Light +cyanogenmod.providers.CMSettings$CMSettingNotFoundException +androidx.lifecycle.SavedStateHandle$SavingStateLiveData +okhttp3.internal.http.HttpHeaders: okhttp3.Headers varyHeaders(okhttp3.Response) +wangdaye.com.geometricweather.R$id: int uniform +cyanogenmod.hardware.CMHardwareManager: int FEATURE_COLOR_ENHANCEMENT +okhttp3.internal.cache.CacheInterceptor$1: CacheInterceptor$1(okhttp3.internal.cache.CacheInterceptor,okio.BufferedSource,okhttp3.internal.cache.CacheRequest,okio.BufferedSink) +com.google.gson.stream.JsonWriter: void string(java.lang.String) +okhttp3.internal.platform.Platform: javax.net.ssl.SSLContext getSSLContext() +androidx.transition.R$style: int Widget_Compat_NotificationActionText +androidx.appcompat.R$color: int material_grey_800 +androidx.preference.R$attr: int indeterminateProgressStyle +androidx.fragment.R$dimen: int compat_notification_large_icon_max_width +android.didikee.donate.R$styleable: int MenuGroup_android_enabled +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: java.lang.String getValue() +androidx.preference.R$attr: int preferenceCategoryTitleTextAppearance +com.google.android.material.R$attr: int toolbarStyle +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintCircle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean +androidx.constraintlayout.widget.ConstraintHelper: void setIds(java.lang.String) +wangdaye.com.geometricweather.R$style: int Base_V7_Theme_AppCompat_Light +wangdaye.com.geometricweather.R$attr: int titleMarginBottom +wangdaye.com.geometricweather.R$layout: int design_text_input_end_icon +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean onCreatePanelMenu(int,android.view.Menu) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day +androidx.appcompat.resources.R$id: int actions +androidx.preference.R$drawable: int abc_text_select_handle_middle_mtrl_dark +wangdaye.com.geometricweather.R$style: int ShapeAppearance_MaterialComponents_SmallComponent +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX$InfoX: java.util.List night +wangdaye.com.geometricweather.db.entities.LocationEntity: void setProvince(java.lang.String) +androidx.preference.MultiSelectListPreference +androidx.constraintlayout.widget.R$styleable: int[] MockView +wangdaye.com.geometricweather.R$string: int sp_widget_multi_city +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActivityChooserView +wangdaye.com.geometricweather.R$styleable: int MaterialTextAppearance_android_lineHeight +cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_SHOW_NONE +cyanogenmod.app.CustomTile$Builder: android.content.Intent mOnSettingsClick +androidx.constraintlayout.utils.widget.ImageFilterButton: float getCrossfade() +androidx.lifecycle.LiveDataReactiveStreams +android.didikee.donate.R$id: int text +wangdaye.com.geometricweather.R$style: int Test_Theme_MaterialComponents_MaterialCalendar +androidx.swiperefreshlayout.R$styleable: int GradientColor_android_centerX +com.turingtechnologies.materialscrollbar.R$drawable: int abc_cab_background_top_mtrl_alpha +com.bumptech.glide.load.engine.GlideException: java.util.List getCauses() +androidx.constraintlayout.widget.R$drawable +okhttp3.Cache$CacheRequestImpl$1: okhttp3.internal.cache.DiskLruCache$Editor val$editor +androidx.appcompat.R$bool +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: io.reactivex.Observer downstream +androidx.preference.EditTextPreference$SavedState: android.os.Parcelable$Creator CREATOR +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner inner +com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawable_android_dither wangdaye.com.geometricweather.R$attr: int buttonGravity -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getSuggest() -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property RainPrecipitation -androidx.constraintlayout.widget.R$attr: int flow_firstVerticalStyle -androidx.constraintlayout.widget.R$styleable: int[] ButtonBarLayout -wangdaye.com.geometricweather.R$drawable: int shortcuts_clear_night -androidx.constraintlayout.helper.widget.Flow: void setFirstVerticalStyle(int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary -retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder baseUrl(java.net.URL) -cyanogenmod.providers.CMSettings$Global: boolean putFloatForUser(android.content.ContentResolver,java.lang.String,float,int) -androidx.constraintlayout.widget.R$attr: int contentInsetEndWithActions -androidx.constraintlayout.widget.R$styleable: int Toolbar_titleMarginBottom -com.turingtechnologies.materialscrollbar.R$dimen: int cardview_default_radius -okhttp3.CertificatePinner$Pin: java.lang.String WILDCARD -androidx.appcompat.R$styleable: int ActionBar_contentInsetEndWithActions -cyanogenmod.app.ProfileGroup$1: java.lang.Object createFromParcel(android.os.Parcel) -androidx.appcompat.widget.ActionBarContainer: ActionBarContainer(android.content.Context) -cyanogenmod.externalviews.ExternalView: void setProviderComponent(android.content.ComponentName) -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_gradientRadius -androidx.preference.R$style: int Widget_AppCompat_CompoundButton_CheckBox -com.google.android.material.R$attr: int tabIndicatorColor -androidx.legacy.coreutils.R$id: int text -androidx.appcompat.R$dimen: int abc_text_size_small_material -okhttp3.internal.Util$2: Util$2(java.lang.String,boolean) -androidx.constraintlayout.widget.R$drawable: int abc_btn_radio_to_on_mtrl_015 -okhttp3.Cookie: java.util.regex.Pattern TIME_PATTERN -wangdaye.com.geometricweather.main.dialogs.LearnMoreAboutResidentLocationDialog: LearnMoreAboutResidentLocationDialog() -com.turingtechnologies.materialscrollbar.R$dimen: int fastscroll_default_thickness -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: java.util.List getValue() -androidx.preference.R$styleable: int DialogPreference_dialogIcon -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle -com.turingtechnologies.materialscrollbar.R$attr: int textAppearancePopupMenuHeader -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialCalendar -androidx.customview.R$id: int time -wangdaye.com.geometricweather.R$id: int widget_day_center -okio.AsyncTimeout$Watchdog: void run() -android.didikee.donate.R$styleable: int ActionBar_backgroundSplit -androidx.constraintlayout.widget.R$styleable: int Toolbar_maxButtonHeight -androidx.transition.R$id: int right_icon -okio.Buffer: okio.Buffer writeInt(int) -com.google.android.material.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle -com.jaredrummler.android.colorpicker.R$drawable: int tooltip_frame_light -io.reactivex.Observable: io.reactivex.Observable timeout0(long,java.util.concurrent.TimeUnit,io.reactivex.ObservableSource,io.reactivex.Scheduler) -androidx.lifecycle.Transformations$1: androidx.lifecycle.MediatorLiveData val$result -okhttp3.Request: java.util.Map tags -cyanogenmod.externalviews.ExternalViewProviderService$1: ExternalViewProviderService$1(cyanogenmod.externalviews.ExternalViewProviderService) -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_CONDITION_CODE -androidx.appcompat.R$id: int tag_unhandled_key_listeners -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: boolean delayError -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_TabText -androidx.appcompat.widget.Toolbar: Toolbar(android.content.Context) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter value(double) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorControlActivated -androidx.appcompat.R$attr: int titleMarginEnd -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_TextView -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Headline6 -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense -androidx.swiperefreshlayout.R$dimen: int notification_media_narrow_margin -androidx.dynamicanimation.R$layout: int notification_action_tombstone -androidx.hilt.work.R$id: int accessibility_action_clickable_span -okio.InflaterSource: void releaseInflatedBytes() -androidx.preference.R$id: int spacer -com.google.android.material.R$styleable: int SwitchCompat_android_textOn -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge -androidx.constraintlayout.widget.R$attr: int searchViewStyle -androidx.constraintlayout.widget.R$attr: int windowMinWidthMajor -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void onNext(java.lang.Object) -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver this$0 -com.google.android.material.R$dimen: int mtrl_calendar_year_vertical_padding -com.jaredrummler.android.colorpicker.R$id: int progress_horizontal -retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$1: KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$1(retrofit2.Call) -com.google.android.material.R$styleable: int Badge_backgroundColor -androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType: androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType[] values() -androidx.preference.R$layout: int abc_action_mode_bar -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_default -androidx.appcompat.R$style: int Theme_AppCompat_Light_Dialog_Alert -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: io.reactivex.functions.Function zipper -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionMenuTextColor -androidx.customview.R$layout: int notification_template_icon_group -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintBaseline_creator -wangdaye.com.geometricweather.R$attr: int arcMode -com.google.android.material.floatingactionbutton.FloatingActionButton: com.google.android.material.floatingactionbutton.FloatingActionButtonImpl getImpl() -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Title -okhttp3.CacheControl$Builder: int minFreshSeconds -okio.Okio: okio.Sink sink(java.net.Socket) -androidx.constraintlayout.widget.R$attr: int motion_postLayoutCollision -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_firstVerticalBias -cyanogenmod.weather.WeatherLocation: void writeToParcel(android.os.Parcel,int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: java.lang.String getFrom() -com.google.android.material.R$styleable: int Tooltip_android_padding -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric Metric -androidx.constraintlayout.widget.R$id: int split_action_bar -okhttp3.internal.Internal: void put(okhttp3.ConnectionPool,okhttp3.internal.connection.RealConnection) -androidx.hilt.work.R$id: int accessibility_custom_action_19 -androidx.loader.R$id: int icon_group -androidx.constraintlayout.helper.widget.Flow: void setFirstHorizontalStyle(int) -wangdaye.com.geometricweather.R$styleable: int Preference_android_fragment -androidx.constraintlayout.widget.R$dimen: int compat_control_corner_material -wangdaye.com.geometricweather.R$layout: int widget_text -com.google.android.material.R$style: int TextAppearance_AppCompat_Body2 -io.reactivex.Observable: io.reactivex.Completable switchMapCompletable(io.reactivex.functions.Function) -com.jaredrummler.android.colorpicker.R$bool: R$bool() -com.google.android.material.R$styleable: int AppCompatTextView_firstBaselineToTopHeight -james.adaptiveicon.R$attr: int listPreferredItemPaddingRight -com.jaredrummler.android.colorpicker.R$styleable: int[] MenuItem -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Dialog -wangdaye.com.geometricweather.R$color: int mtrl_textinput_focused_box_stroke_color -com.google.android.material.textfield.TextInputEditText -com.google.android.material.R$styleable: int Transform_android_rotation -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.lang.String comment -com.google.android.material.button.MaterialButton: void setCornerRadius(int) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 -cyanogenmod.providers.CMSettings$Secure: android.net.Uri CONTENT_URI -com.google.android.material.appbar.CollapsingToolbarLayout: android.graphics.drawable.Drawable getContentScrim() -wangdaye.com.geometricweather.R$drawable: int mtrl_ic_arrow_drop_up -wangdaye.com.geometricweather.R$drawable: int abc_seekbar_thumb_material -androidx.appcompat.R$drawable: int notify_panel_notification_icon_bg -wangdaye.com.geometricweather.R$layout: int container_main_footer -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Temperature: java.lang.Float windChill -androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_goneMarginEnd -androidx.core.R$id: int notification_main_column_container -androidx.appcompat.R$dimen: int abc_action_bar_elevation_material -androidx.hilt.R$id: int accessibility_custom_action_11 -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int TORNADO -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours Past18Hours -com.google.android.material.R$styleable: int Slider_trackHeight -okhttp3.CookieJar$1: void saveFromResponse(okhttp3.HttpUrl,java.util.List) -com.google.android.material.R$layout: int abc_screen_simple -com.google.android.material.R$styleable: int KeyAttribute_android_scaleX -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_1_normal -com.google.android.material.R$styleable: int AppCompatTextView_android_textAppearance -androidx.viewpager.R$dimen: int notification_small_icon_background_padding -androidx.appcompat.R$styleable: int AlertDialog_android_layout -com.google.android.material.appbar.CollapsingToolbarLayout: void setMaxLines(int) -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_content_padding -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: java.lang.String MinutesText -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPopupWindowStyle +androidx.lifecycle.extensions.R$dimen: int compat_button_inset_vertical_material +android.didikee.donate.R$id: int right_side +retrofit2.ParameterHandler$Body: int p +androidx.hilt.work.R$dimen: int notification_main_column_padding_top +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial: AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial() +com.google.android.material.internal.NavigationMenuItemView: void setIcon(android.graphics.drawable.Drawable) +com.google.android.material.R$attr: int actionModeFindDrawable +wangdaye.com.geometricweather.R$styleable: int[] SwitchPreferenceCompat +com.google.android.material.R$style: int Base_Widget_AppCompat_TextView +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Object getKey(java.lang.Object) +com.google.android.material.R$attr: int endIconContentDescription +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: java.lang.String en_US +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Toolbar_Button_Navigation +androidx.viewpager2.R$id: int icon +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_16 +com.xw.repo.bubbleseekbar.R$attr: int contentInsetEnd +com.google.android.material.R$color: int mtrl_textinput_focused_box_stroke_color +androidx.constraintlayout.widget.R$attr: int srcCompat +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: void onNext(java.lang.Object) +com.google.android.material.R$styleable: int Toolbar_titleMarginBottom +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.util.Date pubTime +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Metric: java.lang.String Unit +com.google.android.material.R$attr: int percentHeight +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: void setUrl(java.lang.String) +androidx.hilt.R$id: int accessibility_custom_action_5 +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderDivider +com.bumptech.glide.R$layout: int notification_action_tombstone +cyanogenmod.themes.ThemeChangeRequest: java.util.Map getThemeComponentsMap() +androidx.vectordrawable.R$dimen: R$dimen() +okhttp3.internal.http2.Settings: int COUNT +com.google.android.material.R$attr: int tooltipStyle +wangdaye.com.geometricweather.R$styleable: int SearchView_android_maxWidth +androidx.constraintlayout.widget.R$id: int tag_unhandled_key_listeners +androidx.appcompat.R$drawable: int abc_btn_check_material_anim +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize +cyanogenmod.externalviews.ExternalViewProviderService$Provider: ExternalViewProviderService$Provider(cyanogenmod.externalviews.ExternalViewProviderService,android.os.Bundle) +wangdaye.com.geometricweather.R$styleable: int[] TabLayout +androidx.appcompat.R$style: int TextAppearance_AppCompat_Title +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_imageButtonStyle +wangdaye.com.geometricweather.R$layout: int mtrl_layout_snackbar_include +cyanogenmod.weather.WeatherInfo: android.os.Parcelable$Creator CREATOR +com.google.android.material.R$attr: int boxCornerRadiusBottomEnd +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_RC4_128_SHA +android.didikee.donate.R$styleable: int Toolbar_contentInsetStart +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_hideable +com.github.rahatarmanahmed.cpv.CircularProgressView: boolean isIndeterminate +com.google.android.material.chip.Chip: void setCheckedIcon(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String Level +wangdaye.com.geometricweather.R$attr: int closeIconSize +wangdaye.com.geometricweather.R$dimen: int mtrl_bottomappbar_fab_cradle_margin +wangdaye.com.geometricweather.db.entities.AlertEntityDao: org.greenrobot.greendao.query.Query weatherEntity_AlertEntityListQuery +okhttp3.Handshake: okhttp3.CipherSuite cipherSuite +wangdaye.com.geometricweather.R$styleable: int MaterialButtonToggleGroup_singleSelection +com.google.android.material.R$attr: int layout_constraintHeight_default +wangdaye.com.geometricweather.R$color: int mtrl_fab_ripple_color +androidx.viewpager2.widget.ViewPager2 +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ListView_DropDown +io.reactivex.internal.subscriptions.SubscriptionHelper: boolean setOnce(java.util.concurrent.atomic.AtomicReference,org.reactivestreams.Subscription,long) +androidx.viewpager2.R$id: int tag_accessibility_heading +android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_PopupMenu +wangdaye.com.geometricweather.R$anim: int fragment_close_enter +james.adaptiveicon.R$id: int icon +com.google.android.material.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle +androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customDimension +com.google.android.material.R$style: int Base_Animation_AppCompat_DropDownUp +androidx.core.R$id: int notification_main_column +wangdaye.com.geometricweather.R$id: int ratio +com.google.android.material.chip.Chip: void setElevation(float) +okio.SegmentedByteString: okio.ByteString sha256() +cyanogenmod.weather.WeatherInfo: java.util.List access$1102(cyanogenmod.weather.WeatherInfo,java.util.List) +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: long serialVersionUID +wangdaye.com.geometricweather.R$drawable: int weather_clear_night +io.reactivex.Observable: io.reactivex.Observable concat(io.reactivex.ObservableSource) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial: double Value +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large +wangdaye.com.geometricweather.R$style: int Platform_ThemeOverlay_AppCompat_Dark +androidx.preference.R$anim: int btn_checkbox_to_checked_box_outer_merged_animation +okhttp3.internal.http2.Http2Connection: Http2Connection(okhttp3.internal.http2.Http2Connection$Builder) +com.jaredrummler.android.colorpicker.ColorPickerView: int getBorderColor() +androidx.lifecycle.extensions.R$styleable: int GradientColor_android_centerX +wangdaye.com.geometricweather.R$attr: int tabPaddingStart +james.adaptiveicon.R$attr: int closeIcon +cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_getSubInformation_0 +com.google.android.material.R$attr: int layout_constraintTop_creator +wangdaye.com.geometricweather.R$style: int Theme_Design_Light +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getAqi() +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_percent +com.google.android.material.R$styleable: int NavigationView_android_maxWidth +android.didikee.donate.R$styleable: int TextAppearance_android_typeface +androidx.hilt.R$id: int accessibility_custom_action_26 +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setLabel(java.lang.String) +wangdaye.com.geometricweather.background.polling.basic.UpdateService +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText +cyanogenmod.providers.CMSettings$Secure: java.lang.String BUTTON_BRIGHTNESS +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxCollapsedPaddingTop +androidx.preference.R$styleable: int DialogPreference_dialogLayout +com.google.android.material.textfield.TextInputLayout: android.graphics.drawable.Drawable getPasswordVisibilityToggleDrawable() +wangdaye.com.geometricweather.background.polling.work.worker.NormalUpdateWorker: NormalUpdateWorker(android.content.Context,androidx.work.WorkerParameters,wangdaye.com.geometricweather.location.LocationHelper,wangdaye.com.geometricweather.weather.WeatherHelper) +wangdaye.com.geometricweather.R$xml: int widget_clock_day_vertical +cyanogenmod.externalviews.KeyguardExternalView: android.content.Context mContext +com.jaredrummler.android.colorpicker.R$attr: int itemPadding +com.xw.repo.bubbleseekbar.R$layout: int abc_popup_menu_item_layout +com.bumptech.glide.R$dimen: int compat_button_padding_horizontal_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String suggest +com.turingtechnologies.materialscrollbar.R$attr: int singleLine +james.adaptiveicon.R$attr: int backgroundStacked +okhttp3.internal.cache2.Relay: okio.ByteString metadata +io.reactivex.Observable: java.lang.Object blockingSingle() +cyanogenmod.weather.WeatherLocation: java.lang.String mCountryId +androidx.lifecycle.extensions.R$id: int line1 +cyanogenmod.externalviews.KeyguardExternalView$3 +androidx.lifecycle.SavedStateHandleController: java.lang.String mKey +com.google.android.material.R$attr: int tickVisible +androidx.constraintlayout.widget.R$drawable: int abc_ic_star_half_black_36dp +cyanogenmod.providers.CMSettings$Global: boolean putLong(android.content.ContentResolver,java.lang.String,long) +wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit: java.lang.String unitAbbreviation +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualObserver[] observers +androidx.constraintlayout.widget.R$id: int SHOW_ALL +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void onComplete() +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void innerNext(io.reactivex.internal.observers.InnerQueuedObserver,java.lang.Object) +org.greenrobot.greendao.AbstractDao: void loadAllUnlockOnWindowBounds(android.database.Cursor,android.database.CursorWindow,java.util.List) +androidx.preference.R$styleable: int StateListDrawable_android_variablePadding +androidx.appcompat.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle +wangdaye.com.geometricweather.R$attr: int bsb_section_text_size +okio.Base64: byte[] MAP +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void tryEmit(java.lang.Object,io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver) +androidx.customview.R$color: int secondary_text_default_material_light +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle +cyanogenmod.app.ILiveLockScreenManager: boolean getLiveLockScreenEnabled() +androidx.preference.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar +wangdaye.com.geometricweather.R$string: int key_widget_multi_city +wangdaye.com.geometricweather.R$dimen: int preference_icon_minWidth +cyanogenmod.providers.CMSettings$System: java.lang.String CAMERA_LAUNCH +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$8 +com.xw.repo.bubbleseekbar.R$style: int Animation_AppCompat_Dialog +android.didikee.donate.R$drawable: int notification_bg_normal +cyanogenmod.app.ICMTelephonyManager$Stub: ICMTelephonyManager$Stub() +wangdaye.com.geometricweather.common.basic.models.weather.Base: java.util.Date getPublishDate() +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int pm25 +androidx.preference.R$attr: int checkboxStyle +androidx.activity.R$style: int TextAppearance_Compat_Notification +okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection$Builder pingIntervalMillis(int) +com.google.android.material.button.MaterialButtonToggleGroup: void setCheckedId(int) +androidx.appcompat.R$styleable: int AppCompatTheme_actionBarWidgetTheme +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Toolbar +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: CaiYunMainlyResult$ForecastDailyBean$WindBeanX() +wangdaye.com.geometricweather.R$drawable: int notification_bg_normal_pressed +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +okhttp3.OkHttpClient: java.util.List connectionSpecs +com.google.android.material.R$drawable: int abc_text_select_handle_left_mtrl_dark +androidx.lifecycle.extensions.R$dimen: int notification_action_icon_size +androidx.hilt.work.R$id: int tag_screen_reader_focusable +com.xw.repo.bubbleseekbar.R$string: int abc_search_hint +androidx.vectordrawable.animated.R$id: int icon +androidx.appcompat.resources.R$drawable: int notification_bg_low_pressed +io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: void onComplete() +androidx.hilt.R$styleable: int GradientColor_android_gradientRadius +androidx.coordinatorlayout.R$id: int accessibility_action_clickable_span +wangdaye.com.geometricweather.R$dimen: int abc_dialog_list_padding_top_no_title +wangdaye.com.geometricweather.R$attr: int titleMarginEnd +com.turingtechnologies.materialscrollbar.R$dimen: int item_touch_helper_max_drag_scroll_per_frame +wangdaye.com.geometricweather.R$layout: int design_bottom_sheet_dialog +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputEditText_FilledBox_Dense +com.google.android.material.R$attr: int layout_constraintWidth_percent +retrofit2.RequestFactory$Builder: boolean gotUrl +androidx.hilt.lifecycle.R$attr: int fontProviderQuery +retrofit2.converter.gson.GsonRequestBodyConverter +cyanogenmod.providers.CMSettings$Secure: java.util.List getDelimitedStringAsList(android.content.ContentResolver,java.lang.String,java.lang.String) +wangdaye.com.geometricweather.R$array: int pressure_units +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State INITIALIZED +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_thumb_radius_on_dragging +com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_fixed_height_minor +com.turingtechnologies.materialscrollbar.R$styleable: int CompoundButton_buttonTintMode +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: void setUnit(java.lang.String) +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setCity(java.lang.String) +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle +wangdaye.com.geometricweather.remoteviews.config.DayWeekWidgetConfigActivity: DayWeekWidgetConfigActivity() +com.google.android.material.R$styleable: int LinearLayoutCompat_showDividers +wangdaye.com.geometricweather.R$string: int date_format_widget_short +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float getCeiling() +androidx.core.R$string: int status_bar_notification_info_overflow +com.google.android.material.R$attr: int buttonBarStyle +com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_titleTextStyle +okhttp3.ResponseBody$1: long val$contentLength +androidx.appcompat.R$style: int Base_Widget_AppCompat_RatingBar_Indicator +androidx.lifecycle.CompositeGeneratedAdaptersObserver: androidx.lifecycle.GeneratedAdapter[] mGeneratedAdapters +com.google.android.material.textfield.TextInputLayout: com.google.android.material.internal.CheckableImageButton getEndIconToUpdateDummyDrawable() +androidx.appcompat.R$string: int abc_action_bar_up_description +wangdaye.com.geometricweather.R$color: int mtrl_chip_background_color +wangdaye.com.geometricweather.R$styleable: int BottomAppBar_backgroundTint +okhttp3.internal.ws.RealWebSocket: boolean send(java.lang.String) +androidx.appcompat.R$drawable: int abc_ic_clear_material +wangdaye.com.geometricweather.R$integer: int abc_config_activityShortDur +com.google.android.material.R$styleable: int ConstraintSet_android_pivotY +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_android_summaryOn +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit valueOf(java.lang.String) +wangdaye.com.geometricweather.R$color: int primary_material_dark +wangdaye.com.geometricweather.R$drawable: int weather_haze +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_rippleColor +wangdaye.com.geometricweather.R$style: int Widget_Design_NavigationView +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust +androidx.constraintlayout.widget.R$attr: int backgroundStacked +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_rotationX +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String componentToMixNMatchKey(java.lang.String) +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.WeatherEntityDao weatherEntityDao +james.adaptiveicon.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable +androidx.swiperefreshlayout.R$styleable: R$styleable() +cyanogenmod.app.LiveLockScreenInfo: LiveLockScreenInfo() +androidx.coordinatorlayout.R$id: int icon_group +com.google.android.material.slider.RangeSlider: int getTrackHeight() +com.google.android.material.R$id: int sawtooth +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void innerComplete(io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver) +androidx.constraintlayout.widget.R$layout: int abc_tooltip +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_text_size +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather: java.lang.String img +androidx.core.content.FileProvider: FileProvider() +org.greenrobot.greendao.AbstractDao: void update(java.lang.Object) +cyanogenmod.app.CustomTile: java.lang.String getResourcesPackageName() +androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar +com.xw.repo.bubbleseekbar.R$drawable: int abc_cab_background_top_material +android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionBar_TabBar +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$LocalSource +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_maxElementsWrap +com.xw.repo.bubbleseekbar.R$color: int abc_tint_spinner +androidx.preference.R$styleable: int AppCompatTextHelper_android_drawableTop +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: ObservableObserveOn$ObserveOnObserver(io.reactivex.Observer,io.reactivex.Scheduler$Worker,boolean,int) +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: ObservableConcatMapCompletable$ConcatMapCompletableObserver(io.reactivex.CompletableObserver,io.reactivex.functions.Function,io.reactivex.internal.util.ErrorMode,int) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$5 +androidx.lifecycle.Transformations$2: androidx.lifecycle.LiveData mSource +wangdaye.com.geometricweather.R$attr: int colorAccent +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_trackTint +cyanogenmod.hardware.ICMHardwareService: boolean setDisplayMode(cyanogenmod.hardware.DisplayMode,boolean) +wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: float getMax() +okhttp3.Dispatcher: int getMaxRequests() +android.didikee.donate.R$style: int Theme_AppCompat_DayNight_Dialog_Alert +io.reactivex.Observable: io.reactivex.Observable concatArray(io.reactivex.ObservableSource[]) +com.turingtechnologies.materialscrollbar.R$drawable: int abc_cab_background_top_material +okhttp3.internal.http.HttpHeaders: long contentLength(okhttp3.Headers) +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay CARD_AIR_QUALITY +com.xw.repo.bubbleseekbar.R$attr: int fontProviderCerts +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$RainForecast: java.lang.String desc +cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_GPS +james.adaptiveicon.R$style: int Widget_AppCompat_ActionBar +com.turingtechnologies.materialscrollbar.R$layout: int design_navigation_menu_item +com.google.android.material.R$animator: int mtrl_extended_fab_change_size_collapse_motion_spec +androidx.appcompat.widget.Toolbar: android.graphics.drawable.Drawable getLogo() +androidx.hilt.R$id: int accessibility_custom_action_3 +androidx.lifecycle.extensions.R$id: int text +com.turingtechnologies.materialscrollbar.R$id: int textinput_counter +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorError +androidx.preference.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_1 +androidx.constraintlayout.widget.R$styleable: int Constraint_android_minWidth +org.greenrobot.greendao.AbstractDaoMaster: org.greenrobot.greendao.AbstractDaoSession newSession(org.greenrobot.greendao.identityscope.IdentityScopeType) +wangdaye.com.geometricweather.R$animator: int weather_haze_2 +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: io.reactivex.Observer downstream +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 +androidx.preference.R$attr: int toolbarNavigationButtonStyle +com.google.android.material.R$styleable: int KeyTimeCycle_transitionEasing +androidx.appcompat.R$layout: int abc_tooltip +androidx.dynamicanimation.R$id: int info +wangdaye.com.geometricweather.R$styleable: int ThemeEnforcement_enforceMaterialTheme +com.google.android.material.slider.BaseSlider: int getThumbRadius() +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver +androidx.lifecycle.MediatorLiveData$Source +retrofit2.Utils: void throwIfFatal(java.lang.Throwable) +androidx.appcompat.resources.R$style: R$style() +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight +com.google.android.material.R$styleable: int TextInputLayout_hintEnabled +androidx.appcompat.R$style: int Base_Theme_AppCompat_Light +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_textStyle +okhttp3.Response$Builder: okhttp3.Headers$Builder headers +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionMode +com.turingtechnologies.materialscrollbar.R$attr: int listPreferredItemPaddingLeft +android.didikee.donate.R$styleable: int SearchView_defaultQueryHint +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintBaseline_toBaselineOf +com.google.android.material.navigation.NavigationView: NavigationView(android.content.Context,android.util.AttributeSet,int) +androidx.legacy.coreutils.R$dimen: int notification_big_circle_margin +com.xw.repo.bubbleseekbar.R$color: int abc_tint_seek_thumb +android.didikee.donate.R$id: int contentPanel +androidx.preference.R$attr: int colorButtonNormal +com.jaredrummler.android.colorpicker.R$attr: int buttonGravity +com.google.android.material.R$styleable: int[] GradientColor +wangdaye.com.geometricweather.R$drawable: int ic_weather_alert +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarDivider +wangdaye.com.geometricweather.R$string: int ragweed +wangdaye.com.geometricweather.remoteviews.config.DailyTrendWidgetConfigActivity +androidx.legacy.coreutils.R$attr: int alpha +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_text_padding +io.reactivex.Observable: io.reactivex.Observable timeInterval(java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +com.google.android.material.tabs.TabLayout: int getTabIndicatorGravity() +wangdaye.com.geometricweather.R$id: int motion_base +james.adaptiveicon.R$integer: int abc_config_activityShortDur +androidx.constraintlayout.widget.R$attr: int mock_diagonalsColor +com.turingtechnologies.materialscrollbar.R$drawable: int abc_dialog_material_background +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.xw.repo.bubbleseekbar.R$attr: int popupTheme +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void clear() +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean +android.didikee.donate.R$attr: int hideOnContentScroll +okhttp3.internal.ws.RealWebSocket: void onReadPong(okio.ByteString) +com.bumptech.glide.integration.okhttp.R$layout: int notification_template_part_time +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox +com.xw.repo.bubbleseekbar.R$dimen: int abc_switch_padding +io.reactivex.internal.operators.observable.ObserverResourceWrapper +com.jaredrummler.android.colorpicker.R$attr: int actionBarStyle +cyanogenmod.app.BaseLiveLockManagerService: boolean hasPrivatePermissions() +androidx.loader.R$id: int action_image +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_shadow_height +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setTotalPrecipitation(java.lang.Float) +wangdaye.com.geometricweather.R$drawable: int weather_clear_night_pixel +retrofit2.Platform: retrofit2.Platform findPlatform() +wangdaye.com.geometricweather.R$string: int key_background_free +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_animate_relativeTo +io.reactivex.internal.disposables.EmptyDisposable: boolean offer(java.lang.Object,java.lang.Object) +androidx.swiperefreshlayout.R$attr: R$attr() +com.google.android.material.R$attr: int switchMinWidth +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_searchIcon +com.google.android.material.R$styleable: int ConstraintSet_layout_editor_absoluteX +androidx.appcompat.R$color: int material_grey_900 +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: boolean error(java.lang.Throwable) +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: long unique +com.google.android.material.R$string: int abc_prepend_shortcut_label +com.turingtechnologies.materialscrollbar.R$color: int design_fab_stroke_top_outer_color +androidx.constraintlayout.widget.R$attr: int layout_constraintWidth_default +io.reactivex.Observable: io.reactivex.Observable combineLatestDelayError(io.reactivex.ObservableSource[],io.reactivex.functions.Function,int) +cyanogenmod.providers.CMSettings$System: boolean putString(android.content.ContentResolver,java.lang.String,java.lang.String) +com.google.android.material.R$styleable: int MockView_mock_labelColor +cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.RequestInfo$Builder setLocation(android.location.Location) +wangdaye.com.geometricweather.R$drawable: int weather_fog_mini_light +com.google.android.material.appbar.AppBarLayout$Behavior: AppBarLayout$Behavior(android.content.Context,android.util.AttributeSet) +androidx.preference.R$attr: int overlapAnchor +cyanogenmod.app.ILiveLockScreenChangeListener$Stub$Proxy: void onLiveLockScreenChanged(cyanogenmod.app.LiveLockScreenInfo) +androidx.appcompat.widget.AppCompatEditText: android.view.textclassifier.TextClassifier getTextClassifier() +androidx.recyclerview.R$style +wangdaye.com.geometricweather.R$id: int FUNCTION +wangdaye.com.geometricweather.R$id: int clear_text +androidx.appcompat.R$style: int Widget_AppCompat_ActionBar_TabView +wangdaye.com.geometricweather.db.entities.WeatherEntity: long updateTime +android.didikee.donate.R$styleable: int AppCompatTheme_windowMinWidthMinor +wangdaye.com.geometricweather.R$array: int precipitation_units +androidx.work.R$drawable: int notification_template_icon_low_bg +cyanogenmod.externalviews.ExternalViewProperties: boolean mVisible +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void onTimeout(long) +okhttp3.Call: boolean isCanceled() +androidx.appcompat.R$styleable: int[] SearchView +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day +androidx.lifecycle.LiveData: boolean hasActiveObservers() +androidx.appcompat.R$style: int TextAppearance_AppCompat_Subhead +com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy IDENTITY +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay TAG_TEMPERATURE +okhttp3.internal.cache.CacheInterceptor$1: okhttp3.internal.cache.CacheRequest val$cacheRequest +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionBar_TabBar +wangdaye.com.geometricweather.R$layout: int cpv_dialog_presets +wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: java.lang.String getWidgetWeekIconModeName(android.content.Context) +com.jaredrummler.android.colorpicker.R$attr: int listPreferredItemHeightSmall +androidx.loader.R$id: int forever +okhttp3.internal.connection.RealConnection: okhttp3.internal.connection.RealConnection testConnection(okhttp3.ConnectionPool,okhttp3.Route,java.net.Socket,long) +androidx.preference.R$attr: int coordinatorLayoutStyle +okhttp3.OkHttpClient$Builder: java.util.List networkInterceptors +okhttp3.internal.http2.Hpack$Writer: okio.Buffer out +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: long serialVersionUID +com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Bridge +wangdaye.com.geometricweather.R$xml: int widget_day +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: void dispose() +com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode: com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode FIRST_VISIBLE +com.google.android.material.R$styleable: int Constraint_android_minHeight +android.didikee.donate.R$styleable: int AppCompatTextView_drawableLeftCompat +cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: android.os.IBinder asBinder() +androidx.appcompat.resources.R$layout: int notification_action_tombstone +wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider BAIDU +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: MinutelyEntityDao(org.greenrobot.greendao.internal.DaoConfig) +androidx.preference.R$styleable: int[] LinearLayoutCompat_Layout +wangdaye.com.geometricweather.R$attr: int colorPrimaryDark +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit valueOf(java.lang.String) +androidx.preference.R$styleable: int PreferenceTheme_preferenceInformationStyle +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_BATTERY_PORTRAIT +wangdaye.com.geometricweather.R$id: int mtrl_internal_children_alpha_tag +androidx.activity.R$layout: int notification_action_tombstone +com.google.android.material.R$style: int ShapeAppearance_MaterialComponents_LargeComponent +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_viewInflaterClass +wangdaye.com.geometricweather.R$string: int sp_widget_text_setting +androidx.preference.R$anim: int btn_checkbox_to_unchecked_box_inner_merged_animation +androidx.drawerlayout.R$dimen: int notification_action_text_size +cyanogenmod.power.PerformanceManager: cyanogenmod.power.PerformanceManager sInstance +wangdaye.com.geometricweather.R$string: int material_clock_toggle_content_description +wangdaye.com.geometricweather.R$font: int product_sans_thin_italic +android.didikee.donate.R$id: int search_voice_btn +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_focused_z +okhttp3.internal.cache.CacheStrategy$Factory: long nowMillis +wangdaye.com.geometricweather.R$attr: int listItemLayout +com.google.android.material.R$color: int secondary_text_disabled_material_dark +androidx.coordinatorlayout.R$color: int notification_action_color_filter +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: java.lang.String EnglishName +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title +androidx.preference.R$style: int Preference_Information_Material +com.google.android.material.R$anim: int abc_grow_fade_in_from_bottom +androidx.lifecycle.SavedStateViewModelFactory: java.lang.Class[] ANDROID_VIEWMODEL_SIGNATURE +androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_rotationY +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_search_api_material +androidx.viewpager.R$styleable: R$styleable() +com.bumptech.glide.R$attr: int keylines +androidx.preference.R$dimen: int abc_action_bar_subtitle_top_margin_material +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon +androidx.constraintlayout.widget.R$attr: int barrierAllowsGoneWidgets +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather: java.lang.String info +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_elevation +cyanogenmod.library.R$id: int experience +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar +okhttp3.FormBody$Builder: java.nio.charset.Charset charset +wangdaye.com.geometricweather.db.entities.LocationEntity: float getLongitude() +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_DropDownItem_Spinner +com.xw.repo.bubbleseekbar.R$attr: int actionBarDivider +androidx.lifecycle.extensions.R$id: int accessibility_action_clickable_span +androidx.preference.R$styleable: int View_android_focusable +io.reactivex.Observable: io.reactivex.Single reduceWith(java.util.concurrent.Callable,io.reactivex.functions.BiFunction) +okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RealConnection connection +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Title_Inverse +wangdaye.com.geometricweather.R$styleable: int MockView_mock_labelColor +com.google.android.material.R$style: int ThemeOverlay_AppCompat_ActionBar +com.google.android.material.R$styleable: int TextInputLayout_passwordToggleTintMode +james.adaptiveicon.R$styleable: int Spinner_android_popupBackground +androidx.preference.R$dimen: int abc_action_bar_overflow_padding_start_material +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_maxLines +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_AES_128_CBC_SHA256 +com.google.android.material.R$styleable: int Variant_region_heightMoreThan +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum: int UnitType +com.xw.repo.bubbleseekbar.R$attr: int colorSwitchThumbNormal +android.didikee.donate.R$styleable: int MenuItem_actionViewClass +com.bumptech.glide.integration.okhttp.R$drawable: int notification_action_background +wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.String getDirection() +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Description +com.google.android.material.chip.Chip: void setMinLines(int) +wangdaye.com.geometricweather.R$drawable: int ic_toolbar_close +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder followRedirects(boolean) +okhttp3.internal.http2.Huffman: okhttp3.internal.http2.Huffman$Node root +retrofit2.CallAdapter$Factory: java.lang.Class getRawType(java.lang.reflect.Type) +androidx.loader.R$id: int blocking +com.google.android.material.R$id: int accessibility_custom_action_14 +james.adaptiveicon.R$attr: int panelBackground +com.google.android.material.R$attr: int actionModeStyle +androidx.preference.R$bool: int abc_allow_stacked_button_bar +cyanogenmod.platform.R$string: R$string() +okhttp3.Route: java.net.Proxy proxy() +com.jaredrummler.android.colorpicker.R$style: int Base_V21_Theme_AppCompat_Light_Dialog +wangdaye.com.geometricweather.R$dimen: int abc_text_size_subhead_material +okhttp3.internal.connection.RealConnection: boolean isHealthy(boolean) +wangdaye.com.geometricweather.R$drawable: int widget_card_dark_100 +cyanogenmod.providers.CMSettings$CMSettingNotFoundException: CMSettings$CMSettingNotFoundException(java.lang.String) +wangdaye.com.geometricweather.R$attr: int chipStrokeColor +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver +androidx.preference.R$dimen: int abc_text_size_display_3_material +com.turingtechnologies.materialscrollbar.R$attr: int msb_lightOnTouch +cyanogenmod.weatherservice.ServiceRequestResult: java.util.List mLocationLookupList +com.jaredrummler.android.colorpicker.R$styleable: int CheckBoxPreference_summaryOn +com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar +android.didikee.donate.R$styleable: int[] ActionMenuItemView +wangdaye.com.geometricweather.R$string: int aqi_5 +com.google.android.material.R$styleable: int[] PopupWindowBackgroundState +androidx.lifecycle.extensions.R$styleable: int[] Fragment +com.xw.repo.bubbleseekbar.R$drawable: int abc_list_focused_holo +androidx.preference.R$dimen: int compat_notification_large_icon_max_width +io.reactivex.Observable: io.reactivex.Observable takeUntil(io.reactivex.functions.Predicate) +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: int capacityHint +androidx.work.R$drawable: int notify_panel_notification_icon_bg +com.google.android.material.R$styleable: int Transition_autoTransition +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarStyle +androidx.constraintlayout.widget.R$styleable: int[] Constraint +com.xw.repo.bubbleseekbar.R$styleable: int[] AnimatedStateListDrawableTransition +android.didikee.donate.R$styleable: int TextAppearance_android_textFontWeight +com.google.android.material.R$color: int background_material_dark +wangdaye.com.geometricweather.R$drawable: int notif_temp_49 +okhttp3.internal.http2.Http2: byte TYPE_PRIORITY +com.google.android.material.R$interpolator: int mtrl_fast_out_linear_in +com.jaredrummler.android.colorpicker.R$attr: int dropdownListPreferredItemHeight +androidx.constraintlayout.widget.ConstraintLayout: ConstraintLayout(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode +wangdaye.com.geometricweather.R$id: int material_timepicker_edit_text +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_drawableEnd +androidx.appcompat.R$style: int Widget_AppCompat_Toolbar +okhttp3.Headers: java.util.Map toMultimap() +io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: void request(long) +androidx.lifecycle.ViewModelProvider: ViewModelProvider(androidx.lifecycle.ViewModelStoreOwner,androidx.lifecycle.ViewModelProvider$Factory) +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Headline +androidx.lifecycle.Transformations$2$1: void onChanged(java.lang.Object) +wangdaye.com.geometricweather.R$drawable: int abc_item_background_holo_dark +io.reactivex.Observable: io.reactivex.Observable combineLatest(java.lang.Iterable,io.reactivex.functions.Function) +okio.SegmentedByteString +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getLtoSource +wangdaye.com.geometricweather.R$id: int pin +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_6 +wangdaye.com.geometricweather.R$attr: int cornerFamily +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_Button +com.google.android.material.R$dimen: int mtrl_btn_text_btn_padding_left +okhttp3.internal.http2.Http2Connection$Listener$1: Http2Connection$Listener$1() +cyanogenmod.providers.CMSettings$Secure: java.lang.String THEME_PREV_BOOT_API_LEVEL +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.LocationEntityDao getLocationEntityDao() +android.didikee.donate.R$styleable: int View_android_theme +wangdaye.com.geometricweather.R$styleable: int SwitchPreference_android_summaryOff +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_homeAsUpIndicator +androidx.constraintlayout.widget.R$styleable: int[] Motion +okhttp3.CookieJar$1: java.util.List loadForRequest(okhttp3.HttpUrl) +cyanogenmod.externalviews.KeyguardExternalView$2: boolean requestDismissAndStartActivity(android.content.Intent) +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: void setDistrict(java.lang.String) +com.google.android.material.R$attr: int labelBehavior +cyanogenmod.weather.IRequestInfoListener$Stub$Proxy: void onLookupCityRequestCompleted(cyanogenmod.weather.RequestInfo,int,java.util.List) +wangdaye.com.geometricweather.R$id: int widget_trend_daily_item_1 +wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: SunMoonView(android.content.Context,android.util.AttributeSet,int) +androidx.legacy.coreutils.R$dimen: int compat_button_inset_horizontal_material +androidx.cardview.R$styleable: int CardView_android_minWidth +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void subscribeNext() +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float getSnow() +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_rotationY +com.turingtechnologies.materialscrollbar.R$drawable: int abc_control_background_material +com.turingtechnologies.materialscrollbar.R$styleable: int CardView_cardPreventCornerOverlap +androidx.viewpager.widget.PagerTitleStrip: PagerTitleStrip(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type SLACK +james.adaptiveicon.R$style: int Base_AlertDialog_AppCompat_Light +com.xw.repo.bubbleseekbar.R$dimen: int tooltip_y_offset_touch +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Body1 +androidx.legacy.coreutils.R$id: int tag_unhandled_key_listeners +android.didikee.donate.R$attr: int buttonBarStyle +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addEncodedQueryParameter(java.lang.String,java.lang.String) +io.reactivex.internal.observers.DeferredScalarDisposable: boolean tryDispose() +androidx.lifecycle.SavedStateHandleController: androidx.lifecycle.SavedStateHandleController create(androidx.savedstate.SavedStateRegistry,androidx.lifecycle.Lifecycle,java.lang.String,android.os.Bundle) +wangdaye.com.geometricweather.R$styleable: int RecyclerView_layoutManager +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.lang.String weatherText +wangdaye.com.geometricweather.R$string: int settings_title_notification_style +com.jaredrummler.android.colorpicker.R$styleable: int MenuView_preserveIconSpacing +okhttp3.Cache: void delete() +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void drain() +androidx.preference.R$id: int src_atop +com.google.android.material.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle +com.google.android.material.internal.FlowLayout: void setSingleLine(boolean) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: int getStatus() +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: long timeout +androidx.constraintlayout.widget.R$attr: int itemPadding +androidx.viewpager2.R$id: int item_touch_helper_previous_elevation +androidx.constraintlayout.widget.R$drawable: int abc_ratingbar_material +okhttp3.internal.http1.Http1Codec$ChunkedSink: boolean closed +cyanogenmod.app.BaseLiveLockManagerService: void enforceAccessPermission() +okhttp3.Response$Builder: long sentRequestAtMillis +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large +wangdaye.com.geometricweather.R$attr: int selectionRequired +wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type WIND +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light_Dialog_MinWidth +james.adaptiveicon.R$attr: int dropDownListViewStyle +androidx.preference.R$styleable: int SwitchCompat_switchTextAppearance +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer getRealFeelTemperature() +androidx.constraintlayout.widget.R$styleable: int AlertDialog_buttonPanelSideLayout +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_icon_vertical_padding_material +com.google.android.material.R$attr: int wavePeriod +okhttp3.Cache: int hitCount +retrofit2.SkipCallbackExecutorImpl: int hashCode() +androidx.preference.R$styleable: int DrawerArrowToggle_arrowHeadLength +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position +cyanogenmod.themes.ThemeManager$2: ThemeManager$2(cyanogenmod.themes.ThemeManager) +com.google.android.material.R$styleable: int MaterialCalendar_dayTodayStyle +androidx.vectordrawable.animated.R$id: int right_icon +cyanogenmod.hardware.CMHardwareManager: int COLOR_CALIBRATION_RED_INDEX +androidx.swiperefreshlayout.R$styleable: int GradientColor_android_startX +cyanogenmod.weather.WeatherInfo: WeatherInfo(android.os.Parcel) +okhttp3.Request$Builder: okhttp3.Request$Builder url(java.net.URL) +okhttp3.internal.tls.OkHostnameVerifier: boolean verify(java.lang.String,java.security.cert.X509Certificate) +james.adaptiveicon.R$dimen: int abc_text_size_subhead_material +androidx.legacy.coreutils.R$id: int notification_main_column +com.google.gson.LongSerializationPolicy$2: LongSerializationPolicy$2(java.lang.String,int) +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintEnd_toStartOf +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_RatingBar_Small +wangdaye.com.geometricweather.R$string: int feedback_interpret_notification_group_title +androidx.transition.R$id: int notification_main_column +com.turingtechnologies.materialscrollbar.R$attr: int navigationMode +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: boolean cancelled +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionMenuTextColor +okhttp3.RequestBody: okhttp3.RequestBody create(okhttp3.MediaType,okio.ByteString) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWindDegree(wangdaye.com.geometricweather.common.basic.models.weather.WindDegree) +com.google.android.material.R$drawable: int abc_item_background_holo_light +androidx.lifecycle.extensions.R$attr: int alpha +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_title +retrofit2.RequestFactory$Builder: retrofit2.Retrofit retrofit +okhttp3.Address: javax.net.SocketFactory socketFactory +wangdaye.com.geometricweather.R$id: int test_radiobutton_app_button_tint +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_17 +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Temperature temperature +androidx.appcompat.R$style: int TextAppearance_Compat_Notification_Line2 +androidx.preference.R$styleable: int TextAppearance_android_fontFamily +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_MaterialComponents_Headline6 +cyanogenmod.hardware.ThermalListenerCallback$State: int STATE_COOL +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property Date +androidx.appcompat.R$styleable: int StateListDrawable_android_dither +androidx.appcompat.R$style: int Base_Animation_AppCompat_DropDownUp +com.turingtechnologies.materialscrollbar.R$layout: int abc_action_mode_close_item_material +okio.Buffer$UnsafeCursor: okio.Segment segment +wangdaye.com.geometricweather.R$array: int automatic_refresh_rates +okhttp3.Cookie: long parseExpires(java.lang.String,int,int) +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_android_textColorHint +okhttp3.HttpUrl: java.util.List percentDecode(java.util.List,boolean) +androidx.constraintlayout.widget.R$style: int Platform_ThemeOverlay_AppCompat +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property UvLevel +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_pivotY +com.google.android.material.R$styleable: int ConstraintSet_layout_constrainedHeight +okio.Buffer: okio.ByteString readByteString(long) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Weather weather12H +com.google.android.material.R$styleable: int AppCompatTheme_controlBackground +okhttp3.Cookie: int dateCharacterOffset(java.lang.String,int,int,boolean) +com.google.android.material.R$styleable: int Constraint_layout_goneMarginStart +com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleTintMode(android.graphics.PorterDuff$Mode) +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Ceiling +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_show_section_mark +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Speed: double Value +androidx.appcompat.R$dimen: int abc_dialog_corner_radius_material +com.google.android.material.tabs.TabLayout: void setSelectedTabIndicatorColor(int) +com.google.android.material.R$attr: int labelVisibilityMode +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Snow: double Value +wangdaye.com.geometricweather.R$attr: int labelBehavior +com.google.android.material.R$style: int Base_V26_Theme_AppCompat +james.adaptiveicon.R$styleable: int AppCompatTheme_windowNoTitle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: java.lang.String zh_CN +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize +okhttp3.Callback: void onResponse(okhttp3.Call,okhttp3.Response) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: java.lang.String LongPhrase +androidx.constraintlayout.widget.R$style: int Platform_V25_AppCompat +wangdaye.com.geometricweather.R$string: int settings_title_list_animation_switch +androidx.vectordrawable.R$color: int notification_icon_bg_color +wangdaye.com.geometricweather.R$dimen: int design_textinput_caption_translate_y +com.google.android.material.R$attr: int hoveredFocusedTranslationZ +okhttp3.internal.http1.Http1Codec$ChunkedSource: long NO_CHUNK_YET +cyanogenmod.weatherservice.ServiceRequestResult: boolean equals(java.lang.Object) +com.google.android.material.R$styleable: int AppCompatTextView_lineHeight +wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: void setPrefixString(java.lang.String) +androidx.preference.R$styleable: int TextAppearance_android_textColorHint +io.reactivex.Observable: io.reactivex.Observable concat(io.reactivex.ObservableSource,int) +cyanogenmod.hardware.ICMHardwareService: boolean setDisplayGammaCalibration(int,int[]) +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: java.lang.String getX() +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: io.reactivex.internal.fuseable.QueueDisposable qd +com.google.android.material.R$dimen: int material_cursor_inset_bottom +androidx.appcompat.R$color: int background_floating_material_light +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarSplitStyle +wangdaye.com.geometricweather.settings.fragments.NotificationColorSettingsFragment: NotificationColorSettingsFragment() +com.google.android.material.R$styleable: int ConstraintSet_flow_lastVerticalStyle +wangdaye.com.geometricweather.R$styleable: int ActionBar_contentInsetEndWithActions +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintVertical_weight +androidx.preference.R$styleable: int[] AppCompatSeekBar +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: boolean inMaybe +androidx.appcompat.widget.AppCompatAutoCompleteTextView: AppCompatAutoCompleteTextView(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.remoteviews.config.Hilt_DayWidgetConfigActivity +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken STRING +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_contentInsetStart +androidx.appcompat.R$styleable: int MenuItem_android_titleCondensed +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_elevation +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_Tab +cyanogenmod.hardware.CMHardwareManager: int COLOR_CALIBRATION_MIN_INDEX +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeShareDrawable +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +okio.BufferedSource: long indexOf(okio.ByteString,long) +androidx.vectordrawable.animated.R$id: int async com.google.android.material.R$attr: int textAppearanceSubtitle2 -androidx.appcompat.R$styleable: int AppCompatTheme_actionOverflowMenuStyle -com.google.android.material.R$dimen: int design_bottom_navigation_active_item_max_width -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_DialogWhenLarge -okhttp3.internal.tls.DistinguishedNameParser: char getEscaped() -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: void enqueueLiveLockScreen(java.lang.String,int,cyanogenmod.app.LiveLockScreenInfo,int[],int) -androidx.work.R$id: int accessibility_custom_action_26 -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_search_api_material -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow -wangdaye.com.geometricweather.R$dimen: int material_clock_period_toggle_margin_left -okhttp3.CipherSuite: java.util.Comparator ORDER_BY_NAME -wangdaye.com.geometricweather.R$id: int experience -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Tooltip -com.turingtechnologies.materialscrollbar.R$id: int contentPanel -cyanogenmod.externalviews.ExternalViewProperties: android.view.View mView -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionBar_TabBar -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: ObservableSwitchMap$SwitchMapInnerObserver(io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver,long,int) -com.jaredrummler.android.colorpicker.R$id: int group_divider -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Position: java.lang.String timezone -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property Id -james.adaptiveicon.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated -cyanogenmod.library.R$id: int experience -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_goneMarginLeft -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_alpha -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setTrimPathEnd(float) -okhttp3.Response$Builder: void checkPriorResponse(okhttp3.Response) -wangdaye.com.geometricweather.R$styleable: int BottomAppBar_fabAlignmentMode -androidx.preference.R$style: int Base_Theme_AppCompat_Dialog -androidx.preference.R$style: int Widget_AppCompat_Button -androidx.constraintlayout.widget.R$attr: int trackTint -io.reactivex.Observable: void blockingForEach(io.reactivex.functions.Consumer) -io.reactivex.Observable: io.reactivex.Observable observeOn(io.reactivex.Scheduler,boolean,int) -james.adaptiveicon.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item -android.didikee.donate.R$styleable: int AppCompatTheme_colorPrimary -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: java.lang.String EnglishType -com.turingtechnologies.materialscrollbar.R$string: int abc_menu_sym_shortcut_label -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintBaseline_creator -androidx.preference.R$dimen: int abc_search_view_preferred_height -androidx.preference.R$attr: int indeterminateProgressStyle -io.reactivex.internal.schedulers.AbstractDirectTask: void dispose() -com.google.android.material.chip.Chip: void setEnsureMinTouchTargetSize(boolean) -cyanogenmod.app.CustomTileListenerService: java.lang.String SERVICE_INTERFACE -wangdaye.com.geometricweather.R$attr: int unfold -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonBarStyle -cyanogenmod.externalviews.KeyguardExternalViewProviderService$1: android.os.IBinder createExternalView(android.os.Bundle) -androidx.recyclerview.R$id: int normal -wangdaye.com.geometricweather.R$drawable: int abc_btn_radio_to_on_mtrl_015 -com.xw.repo.bubbleseekbar.R$attr: int autoCompleteTextViewStyle -okio.Pipe$PipeSink: okio.Timeout timeout -io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: void dispose() -wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Small -androidx.vectordrawable.animated.R$attr -android.didikee.donate.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable -com.google.android.material.R$styleable: int ConstraintSet_android_scaleX -james.adaptiveicon.R$attr: int buttonBarButtonStyle -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void schedule() -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_elevation -com.google.android.material.R$styleable: int Chip_android_maxWidth -retrofit2.OkHttpCall: boolean executed -wangdaye.com.geometricweather.R$array: int notification_background_colors -okhttp3.internal.http.HttpCodec: okhttp3.ResponseBody openResponseBody(okhttp3.Response) -cyanogenmod.externalviews.ExternalViewProviderService$1: android.os.IBinder createExternalView(android.os.Bundle) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Metric Metric -okio.GzipSource: void consumeHeader() -androidx.recyclerview.R$layout: R$layout() -cyanogenmod.providers.CMSettings$System: java.lang.String INCREASING_RING_RAMP_UP_TIME -com.jaredrummler.android.colorpicker.R$string: int abc_searchview_description_query -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void drainNormal() -wangdaye.com.geometricweather.R$integer: int mtrl_chip_anim_duration -androidx.drawerlayout.R$styleable: int GradientColor_android_centerY -androidx.appcompat.R$style: int Base_V26_Theme_AppCompat_Light -wangdaye.com.geometricweather.db.entities.WeatherEntity: void resetHourlyEntityList() -androidx.core.R$id: int accessibility_custom_action_16 -okhttp3.internal.connection.RouteSelector: java.util.List postponedRoutes -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index aggregatedIndex -wangdaye.com.geometricweather.R$attr: int badgeTextColor -com.xw.repo.bubbleseekbar.R$string: int abc_menu_enter_shortcut_label -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintStart_toEndOf -androidx.core.R$attr: int fontProviderFetchTimeout -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintStart_toStartOf -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableTopCompat -androidx.lifecycle.LifecycleRegistry$ObserverWithState: void dispatchEvent(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) -okhttp3.Cache$CacheRequestImpl: okio.Sink cacheOut -cyanogenmod.providers.CMSettings$Secure: java.lang.String STATS_COLLECTION -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_firstVerticalBias -androidx.appcompat.R$id: int italic -cyanogenmod.providers.CMSettings$System: java.lang.String RECENTS_SHOW_SEARCH_BAR -com.google.android.material.R$string: int status_bar_notification_info_overflow -com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_headerBackground -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: Temperature(int,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle -okio.AsyncTimeout$Watchdog -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_setActiveProfileByName -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken END_ARRAY -androidx.preference.R$attr: int allowDividerAbove -wangdaye.com.geometricweather.R$string: int content_des_add_current_location -cyanogenmod.platform.Manifest$permission: java.lang.String READ_MSIM_PHONE_STATE -androidx.constraintlayout.widget.R$id: int dragRight -james.adaptiveicon.R$id: int activity_chooser_view_content -io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapSupport parent -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit ATM -com.google.android.material.R$string: int mtrl_picker_date_header_title -com.google.android.material.R$layout: int abc_activity_chooser_view_list_item -okhttp3.internal.cache2.Relay: okio.ByteString metadata() -androidx.appcompat.R$color: int switch_thumb_material_light -wangdaye.com.geometricweather.R$string: int feedback_request_location_in_background -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.HistoryEntity) -wangdaye.com.geometricweather.R$string: int ellipsis -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_CALL_LED_ON -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: MaterialWeatherView(android.content.Context) -wangdaye.com.geometricweather.R$dimen: int tooltip_horizontal_padding -androidx.viewpager2.R$layout -androidx.work.R$styleable: int FontFamilyFont_android_fontWeight -io.reactivex.Observable: io.reactivex.Observable groupJoin(io.reactivex.ObservableSource,io.reactivex.functions.Function,io.reactivex.functions.Function,io.reactivex.functions.BiFunction) -com.google.android.material.tabs.TabLayout: void setTabsFromPagerAdapter(androidx.viewpager.widget.PagerAdapter) -androidx.appcompat.R$dimen: int abc_action_button_min_width_overflow_material -okhttp3.internal.http2.Hpack$Writer: int dynamicTableByteCount -okhttp3.internal.http1.Http1Codec: int STATE_WRITING_REQUEST_BODY -james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert -com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_fontWeight -okio.BufferedSource: java.lang.String readString(java.nio.charset.Charset) -com.google.android.material.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog -okhttp3.internal.http2.Http2Writer: void rstStream(int,okhttp3.internal.http2.ErrorCode) -androidx.fragment.app.FragmentContainerView -androidx.preference.R$styleable: int Spinner_android_dropDownWidth -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_contentDescription -android.didikee.donate.R$styleable: int AppCompatTheme_borderlessButtonStyle -com.google.android.material.bottomappbar.BottomAppBar: int getBottomInset() -wangdaye.com.geometricweather.R$anim: R$anim() -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property RainPrecipitationProbability -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceTheme -androidx.appcompat.R$id: int search_src_text -androidx.core.widget.NestedScrollView: void setNestedScrollingEnabled(boolean) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator SYSTEM_PROFILES_ENABLED_VALIDATOR -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Direction: java.lang.String Localized -okhttp3.HttpUrl$Builder: java.lang.String INVALID_HOST -wangdaye.com.geometricweather.R$drawable: int flag_sr -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_19 -androidx.constraintlayout.widget.R$styleable: int View_paddingStart -androidx.constraintlayout.widget.R$color: int highlighted_text_material_light -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Subtitle1 -androidx.appcompat.R$styleable: int ActionBar_subtitle -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: void onSubscribe(org.reactivestreams.Subscription) -com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemTextAppearanceActive(int) -okhttp3.Cookie: int hashCode() -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light_DialogWhenLarge -cyanogenmod.themes.IThemeService$Stub: java.lang.String DESCRIPTOR -cyanogenmod.app.CustomTile: java.lang.String label -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: void setCity(java.lang.String) -com.google.android.material.R$id: int row_index_key -androidx.work.R$styleable: int FontFamilyFont_android_font -wangdaye.com.geometricweather.common.ui.activities.AllergenActivity -android.didikee.donate.R$id: int contentPanel -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay CARD_DAILY_OVERVIEW -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode -com.bumptech.glide.integration.okhttp.R$string: R$string() -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_OutlinedButton -com.google.android.material.textfield.TextInputLayout: void setErrorIconDrawable(int) -cyanogenmod.weather.CMWeatherManager$2$2: CMWeatherManager$2$2(cyanogenmod.weather.CMWeatherManager$2,cyanogenmod.weather.CMWeatherManager$LookupCityRequestListener,int,java.util.List) -com.jaredrummler.android.colorpicker.R$styleable: int PopupWindow_android_popupAnimationStyle -androidx.recyclerview.R$id: int tag_transition_group -james.adaptiveicon.R$color: int abc_search_url_text_selected -wangdaye.com.geometricweather.R$drawable: int abc_ic_star_black_36dp -androidx.preference.R$styleable: int Fragment_android_id -cyanogenmod.app.CMContextConstants: java.lang.String CM_THEME_SERVICE -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver -com.xw.repo.bubbleseekbar.R$id: int content -androidx.appcompat.R$styleable: int AppCompatTheme_actionModeSplitBackground -androidx.appcompat.R$string: int abc_menu_function_shortcut_label -wangdaye.com.geometricweather.R$dimen: int mtrl_card_checked_icon_size -okhttp3.internal.http1.Http1Codec$AbstractSource: long bytesRead -androidx.vectordrawable.animated.R$dimen -com.google.android.material.R$attr: int navigationIcon -wangdaye.com.geometricweather.R$attr: int layout_constraintBottom_toBottomOf -androidx.preference.R$id: int checkbox -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight_Dialog_Alert -com.jaredrummler.android.colorpicker.R$id: int start -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable: java.lang.Runnable actual -androidx.customview.widget.ExploreByTouchHelper: int mHoveredVirtualViewId -androidx.appcompat.resources.R$dimen: int notification_main_column_padding_top -okhttp3.internal.connection.RouteException: java.io.IOException lastException -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property AqiIndex -com.google.android.material.R$styleable: int TextInputLayout_android_hint -androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_fontWeight -com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_image_size -com.google.android.material.R$id: int gone -wangdaye.com.geometricweather.R$drawable: int abc_ic_arrow_drop_right_black_24dp -androidx.preference.R$styleable: int AppCompatTheme_searchViewStyle -android.didikee.donate.R$id: int customPanel -com.google.android.material.R$style: int TestStyleWithThemeLineHeightAttribute -wangdaye.com.geometricweather.R$attr: int hintTextColor -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric: int UnitType -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder followSslRedirects(boolean) -androidx.constraintlayout.widget.R$attr: int listChoiceIndicatorSingleAnimated -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property DewPoint -androidx.work.R$styleable: int GradientColor_android_tileMode -androidx.swiperefreshlayout.R$dimen: int notification_small_icon_size_as_large -androidx.fragment.R$id: int title -androidx.appcompat.R$style: int Theme_AppCompat_Empty -wangdaye.com.geometricweather.R$integer: int abc_config_activityShortDur -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_PopupMenu -okhttp3.internal.cache.CacheInterceptor -cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_getSubInformation_0 -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: ObservableMergeWithMaybe$MergeWithObserver$OtherObserver(io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver) -io.reactivex.internal.subscriptions.EmptySubscription: boolean offer(java.lang.Object,java.lang.Object) -androidx.preference.R$dimen: int preference_seekbar_value_minWidth -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_textColorLink -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setBrandInfo(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX) -cyanogenmod.app.ILiveLockScreenManagerProvider: void enqueueLiveLockScreen(java.lang.String,int,cyanogenmod.app.LiveLockScreenInfo,int[],int) -com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_layout_keyline -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange Past24HourRange -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_wavePeriod -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void otherComplete() -okhttp3.internal.Util: java.nio.charset.Charset UTF_32_LE -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse -androidx.constraintlayout.widget.Group -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 -android.didikee.donate.R$attr: int alertDialogCenterButtons -androidx.loader.R$attr: R$attr() -wangdaye.com.geometricweather.R$styleable: int PopupWindowBackgroundState_state_above_anchor -wangdaye.com.geometricweather.R$color: int lightPrimary_1 -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_shapeAppearanceOverlay -wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.AlertEntity,long) -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void onUnsubscribed() -androidx.preference.R$id: int titleDividerNoCustom -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon -androidx.lifecycle.LiveData$1 -com.google.android.material.R$dimen: int abc_text_size_display_4_material -androidx.dynamicanimation.R$string -okhttp3.internal.http2.Http2Connection$ReaderRunnable$1: void execute() -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionMode -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.R$dimen: int widget_current_weather_icon_size -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Subhead_Inverse -retrofit2.KotlinExtensions$suspendAndThrow$1: int label -androidx.constraintlayout.widget.R$styleable: int ActionBar_progressBarStyle -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setO3(java.lang.Float) -androidx.preference.R$attr: int actionBarWidgetTheme -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: FlowableConcatMap$BaseConcatMapSubscriber(io.reactivex.functions.Function,int) -wangdaye.com.geometricweather.R$attr: int layout_goneMarginStart -com.google.android.material.R$styleable: int CompoundButton_buttonTint -com.google.android.material.R$styleable: int MenuItem_android_enabled -androidx.constraintlayout.widget.R$styleable: int OnSwipe_dragThreshold -wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Object readKey(android.database.Cursor,int) -androidx.constraintlayout.widget.R$styleable: int ImageFilterView_overlay -com.xw.repo.bubbleseekbar.R$style: int Widget_Compat_NotificationActionContainer -wangdaye.com.geometricweather.R$attr: int chipStartPadding -cyanogenmod.providers.CMSettings$Global: java.lang.String[] LEGACY_GLOBAL_SETTINGS -androidx.transition.R$id: int icon -wangdaye.com.geometricweather.R$anim: int abc_slide_out_bottom -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_133 -wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemIconTint -androidx.customview.R$dimen: int compat_button_padding_vertical_material -okio.BufferedSource: int select(okio.Options) -wangdaye.com.geometricweather.R$layout: int notification_template_custom_big -cyanogenmod.weather.util.WeatherUtils -cyanogenmod.app.StatusBarPanelCustomTile: long getPostTime() -androidx.appcompat.widget.Toolbar: void setPopupTheme(int) -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver this$0 -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer aqiIndex -com.google.android.material.R$styleable: int Toolbar_titleMarginEnd -okio.Pipe$PipeSink: okio.Timeout timeout() -android.didikee.donate.R$styleable: int ActionBar_elevation -android.didikee.donate.R$dimen: int notification_action_icon_size -com.bumptech.glide.R$dimen: int notification_media_narrow_margin -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: boolean tryOnError(java.lang.Throwable) -androidx.appcompat.R$styleable: int Toolbar_titleMarginBottom -wangdaye.com.geometricweather.R$anim: int fragment_fade_exit -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather: java.lang.String humidity -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: void dispose() -wangdaye.com.geometricweather.R$id: int activity_card_display_manage_bottomBar -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeRealFeelShaderTemperature() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl access$000(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider) -com.bumptech.glide.integration.okhttp.R$layout: R$layout() -cyanogenmod.app.ProfileGroup: android.net.Uri getSoundOverride() -cyanogenmod.power.IPerformanceManager$Stub$Proxy: int getNumberOfProfiles() -retrofit2.Response: okhttp3.Response raw() -retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory -io.reactivex.internal.schedulers.AbstractDirectTask: java.lang.Runnable getWrappedRunnable() -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setNestedScrollingEnabled(boolean) -james.adaptiveicon.R$drawable: int abc_textfield_search_default_mtrl_alpha -wangdaye.com.geometricweather.R$drawable: int mtrl_dropdown_arrow -androidx.preference.R$id: int icon_group -okhttp3.internal.ws.RealWebSocket: long CANCEL_AFTER_CLOSE_MILLIS -okhttp3.logging.HttpLoggingInterceptor: boolean isPlaintext(okio.Buffer) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_CheckedTextView -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA -androidx.appcompat.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog -okio.ForwardingSource: okio.Timeout timeout() -com.bumptech.glide.R$attr: int ttcIndex -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List getAlertEntityList() -androidx.constraintlayout.widget.R$id: int icon_group -cyanogenmod.weather.CMWeatherManager$1: CMWeatherManager$1(cyanogenmod.weather.CMWeatherManager) -wangdaye.com.geometricweather.R$styleable: int[] Constraint -android.didikee.donate.R$attr: int progressBarPadding -wangdaye.com.geometricweather.R$color: int mtrl_calendar_selected_range -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense -com.bumptech.glide.R$id: R$id() -james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarTabBarStyle -androidx.appcompat.widget.Toolbar: int getTitleMarginStart() -com.google.gson.JsonIOException: long serialVersionUID -wangdaye.com.geometricweather.db.entities.WeatherEntity: long timeStamp -wangdaye.com.geometricweather.R$attr: int chipIconVisible -james.adaptiveicon.R$style: int Platform_AppCompat -com.google.android.material.R$attr: int theme -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit[] values() -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: long serialVersionUID -com.jaredrummler.android.colorpicker.R$styleable: int Preference_singleLineTitle -androidx.preference.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight -wangdaye.com.geometricweather.R$dimen: int abc_select_dialog_padding_start_material -android.didikee.donate.R$styleable: int AppCompatTextView_drawableTintMode -wangdaye.com.geometricweather.R$attr: int checkboxStyle -androidx.constraintlayout.widget.R$string: int abc_action_bar_up_description -org.greenrobot.greendao.AbstractDao: java.lang.String[] getPkColumns() -androidx.viewpager.R$layout: int notification_action_tombstone -okhttp3.internal.ws.RealWebSocket$CancelRunnable: RealWebSocket$CancelRunnable(okhttp3.internal.ws.RealWebSocket) -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer moldLevel -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: int bufferSize -com.google.gson.FieldNamingPolicy$6: FieldNamingPolicy$6(java.lang.String,int) -androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_textColorLink -io.reactivex.internal.schedulers.ScheduledRunnable: java.lang.Object DONE -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: ObservableRetryPredicate$RepeatObserver(io.reactivex.Observer,long,io.reactivex.functions.Predicate,io.reactivex.internal.disposables.SequentialDisposable,io.reactivex.ObservableSource) -com.google.android.material.R$styleable: int PopupWindow_overlapAnchor -wangdaye.com.geometricweather.R$drawable: int notif_temp_48 -com.google.android.material.R$id: int stop -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_onClick -androidx.preference.R$id: int default_activity_button -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text -okio.ForwardingSink: okio.Sink delegate -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) -androidx.constraintlayout.widget.R$dimen: R$dimen() -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense -androidx.lifecycle.ClassesInfoCache$CallbackInfo -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_popupTheme +androidx.transition.R$style: int TextAppearance_Compat_Notification_Line2 +androidx.appcompat.widget.ContentFrameLayout: ContentFrameLayout(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$id: int noScroll +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Toolbar_PrimarySurface +wangdaye.com.geometricweather.R$attr: int customFloatValue +wangdaye.com.geometricweather.R$color: int design_default_color_primary_variant +androidx.appcompat.R$attr: int buttonBarPositiveButtonStyle +com.turingtechnologies.materialscrollbar.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: Minutely(java.util.Date,long,boolean,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,int,java.lang.Integer,java.lang.Integer) +okhttp3.OkHttpClient$Builder: java.util.List interceptors() +wangdaye.com.geometricweather.R$anim: int popup_hide +com.turingtechnologies.materialscrollbar.R$id: int transition_position +com.jaredrummler.android.colorpicker.ColorPickerDialog: ColorPickerDialog() +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean getContent() +io.reactivex.internal.operators.observable.ObservableReplay$Node +okio.Buffer: long readLong() +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult +wangdaye.com.geometricweather.R$styleable: int KeyCycle_motionTarget +androidx.preference.R$styleable: int SeekBarPreference_min +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String getType() +com.turingtechnologies.materialscrollbar.R$drawable: int notification_bg +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_contentInsetStart +com.turingtechnologies.materialscrollbar.R$interpolator: int mtrl_linear +androidx.hilt.work.R$dimen: int notification_large_icon_width +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Body1 +androidx.appcompat.R$attr: int listChoiceIndicatorMultipleAnimated +com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_statusBarBackground +com.google.android.material.R$attr: int layout_constraintHeight_min +androidx.activity.R$dimen: int notification_top_pad +com.google.android.material.R$dimen: int design_tab_text_size +com.google.android.material.R$style: int Base_Widget_AppCompat_SearchView +com.jaredrummler.android.colorpicker.R$id: int line3 +androidx.hilt.R$id: int tag_unhandled_key_event_manager +com.google.android.material.R$dimen: int abc_button_inset_vertical_material +androidx.preference.R$style: int Theme_AppCompat_DayNight_DarkActionBar +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void onError(java.lang.Throwable) +android.support.v4.app.INotificationSideChannel$Default: void cancel(java.lang.String,int,java.lang.String) +wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm +io.reactivex.internal.util.ArrayListSupplier +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: java.lang.String IconPhrase +androidx.transition.R$attr: int ttcIndex +androidx.vectordrawable.animated.R$color: int secondary_text_default_material_light +com.google.android.material.R$color: int abc_tint_btn_checkable +com.jaredrummler.android.colorpicker.R$id: int tag_unhandled_key_listeners +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_76 +retrofit2.Utils$ParameterizedTypeImpl: boolean equals(java.lang.Object) +android.didikee.donate.R$attr: int borderlessButtonStyle +androidx.lifecycle.AbstractSavedStateViewModelFactory: java.lang.String TAG_SAVED_STATE_HANDLE_CONTROLLER +james.adaptiveicon.R$id: int notification_background +androidx.recyclerview.R$dimen: int fastscroll_margin +com.google.gson.stream.JsonToken +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_indicatorColors +wangdaye.com.geometricweather.R$styleable: int BottomAppBar_fabCradleRoundedCornerRadius +androidx.appcompat.resources.R$styleable: int FontFamilyFont_font +wangdaye.com.geometricweather.R$anim: int mtrl_card_lowers_interpolator +androidx.lifecycle.Lifecycling$1: Lifecycling$1(androidx.lifecycle.LifecycleEventObserver) +wangdaye.com.geometricweather.R$layout: int abc_activity_chooser_view_list_item +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property TotalPrecipitation +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_framePosition +com.google.android.material.R$attr: int mock_labelColor +androidx.vectordrawable.R$id: int italic +okhttp3.RealCall$AsyncCall: RealCall$AsyncCall(okhttp3.RealCall,okhttp3.Callback) +androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_font +androidx.constraintlayout.utils.widget.ImageFilterView +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: java.lang.String getSerialNumber() +wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.String direction +cyanogenmod.profiles.BrightnessSettings$1: cyanogenmod.profiles.BrightnessSettings createFromParcel(android.os.Parcel) +androidx.lifecycle.Lifecycle: androidx.lifecycle.Lifecycle$State getCurrentState() +androidx.lifecycle.extensions.R$anim: int fragment_fast_out_extra_slow_in +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.util.List getValue() +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: java.util.concurrent.atomic.AtomicLong requested +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWetBulbTemperature +cyanogenmod.app.Profile$ProfileTrigger: int mState +com.turingtechnologies.materialscrollbar.R$drawable: int abc_scrubber_control_off_mtrl_alpha +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Inverse +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNo2() +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_transformPivotY +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_android_background +androidx.appcompat.widget.AlertDialogLayout: AlertDialogLayout(android.content.Context) +androidx.activity.R$style: int TextAppearance_Compat_Notification_Info +okio.Pipe$PipeSource: Pipe$PipeSource(okio.Pipe) +okhttp3.internal.connection.RealConnection: void connectTls(okhttp3.internal.connection.ConnectionSpecSelector) +okhttp3.logging.LoggingEventListener: void connectionAcquired(okhttp3.Call,okhttp3.Connection) +okhttp3.Cache$Entry: boolean isHttps() +androidx.appcompat.R$drawable: int abc_ic_menu_selectall_mtrl_alpha +cyanogenmod.alarmclock.ClockContract: java.lang.String AUTHORITY +androidx.loader.R$drawable: int notification_action_background +cyanogenmod.externalviews.KeyguardExternalView: java.lang.String EXTRA_PERMISSION_LIST +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit FT +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: java.lang.String co +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_17 +com.google.android.material.slider.Slider: Slider(android.content.Context) +com.google.android.material.transformation.FabTransformationBehavior +androidx.appcompat.R$attr: int actionModeFindDrawable +okio.Buffer: int write(java.nio.ByteBuffer) +androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_fontVariationSettings +wangdaye.com.geometricweather.R$attr: int checkedIconSize +androidx.appcompat.R$style: int Widget_AppCompat_ListView_DropDown +androidx.fragment.R$id: int fragment_container_view_tag +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_30 +cyanogenmod.weather.WeatherLocation: int hashCode() +androidx.preference.R$id: int async +com.jaredrummler.android.colorpicker.R$attr: int listMenuViewStyle +com.google.gson.stream.JsonReader: void close() +androidx.preference.R$id: int progress_circular +wangdaye.com.geometricweather.R$drawable: int widget_card_dark_40 +com.bumptech.glide.load.engine.GlideException: GlideException(java.lang.String,java.lang.Throwable) +androidx.vectordrawable.R$styleable: int FontFamilyFont_fontVariationSettings +com.jaredrummler.android.colorpicker.R$styleable: int ViewBackgroundHelper_backgroundTintMode +androidx.constraintlayout.widget.R$styleable: int ActionMode_height +com.google.android.material.R$color: int material_grey_900 +wangdaye.com.geometricweather.R$string: int feedback_collect_succeed +cyanogenmod.app.CMContextConstants$Features: java.lang.String THEMES +androidx.lifecycle.Lifecycle$Event: Lifecycle$Event(java.lang.String,int) +android.didikee.donate.R$styleable: int SearchView_android_maxWidth +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_horizontalGap +cyanogenmod.themes.ThemeManager$1$2: ThemeManager$1$2(cyanogenmod.themes.ThemeManager$1,boolean) +cyanogenmod.externalviews.ExternalView$4: void run() +androidx.appcompat.R$layout: int notification_action +android.didikee.donate.R$dimen: int abc_dialog_fixed_height_major +com.google.android.material.navigation.NavigationView: android.content.res.ColorStateList getItemTextColor() +james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle +com.google.android.material.R$styleable: int GradientColor_android_startY +androidx.hilt.lifecycle.R$id: int tag_unhandled_key_event_manager +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintGuide_begin +com.xw.repo.bubbleseekbar.R$styleable: int ColorStateListItem_alpha +androidx.constraintlayout.widget.ConstraintLayout: int getMaxWidth() +wangdaye.com.geometricweather.R$string: int widget_text +com.google.android.material.R$styleable: int AnimatedStateListDrawableTransition_android_fromId +com.google.android.material.R$dimen: int design_bottom_navigation_height +com.google.android.material.R$attr: int showDelay +androidx.preference.R$styleable: int AppCompatTheme_actionModeCutDrawable +wangdaye.com.geometricweather.R$attr: int fabCustomSize +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableTintMode +androidx.hilt.R$styleable: R$styleable() +androidx.vectordrawable.animated.R$dimen: int compat_button_inset_vertical_material +com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_Bridge +io.reactivex.Observable: io.reactivex.Maybe firstElement() +com.google.android.material.chip.Chip: void setHideMotionSpec(com.google.android.material.animation.MotionSpec) +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Caption +androidx.appcompat.widget.AppCompatButton: int getAutoSizeTextType() +okhttp3.OkHttpClient$Builder: boolean followRedirects +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: int EndMinute +androidx.appcompat.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal +cyanogenmod.os.Build: android.util.SparseArray sdkMap +com.google.android.material.circularreveal.CircularRevealRelativeLayout: CircularRevealRelativeLayout(android.content.Context,android.util.AttributeSet) +com.turingtechnologies.materialscrollbar.R$style: int Base_V22_Theme_AppCompat_Light +cyanogenmod.app.ILiveLockScreenChangeListener$Stub +okhttp3.internal.http.StatusLine: okhttp3.internal.http.StatusLine get(okhttp3.Response) +okhttp3.internal.http.RealInterceptorChain: int index +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarTabBarStyle +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_isThemeApplying +wangdaye.com.geometricweather.R$attr: int flow_firstHorizontalBias +com.google.android.material.R$attr: int cardBackgroundColor +wangdaye.com.geometricweather.R$string: int settings_title_notification_hide_in_lockScreen +androidx.constraintlayout.widget.R$styleable: int GradientColorItem_android_color +james.adaptiveicon.R$style: int Platform_ThemeOverlay_AppCompat +android.support.v4.app.INotificationSideChannel$Default: android.os.IBinder asBinder() +androidx.preference.R$style: int PreferenceCategoryTitleTextStyle +okhttp3.internal.http2.Hpack$Writer: Hpack$Writer(okio.Buffer) +androidx.preference.R$id: int accessibility_custom_action_16 +wangdaye.com.geometricweather.R$color: int abc_search_url_text_pressed +wangdaye.com.geometricweather.R$drawable: int ic_back +cyanogenmod.profiles.AirplaneModeSettings$BooleanState: int STATE_DISALED +androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType FLOAT_TYPE +wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType Refresh +com.turingtechnologies.materialscrollbar.R$styleable: int ActionMode_height +wangdaye.com.geometricweather.R$dimen: int design_navigation_separator_vertical_padding +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_minWidth +io.reactivex.Observable: io.reactivex.Observable switchIfEmpty(io.reactivex.ObservableSource) +wangdaye.com.geometricweather.R$drawable: int weather_fog_pixel +okhttp3.internal.http.RealInterceptorChain: int calls +com.bumptech.glide.load.EncodeStrategy: com.bumptech.glide.load.EncodeStrategy TRANSFORMED +androidx.constraintlayout.utils.widget.ImageFilterView: void setRoundPercent(float) +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_max +com.google.android.material.R$attr: int textAppearanceBody2 +androidx.constraintlayout.widget.R$attr: int logo +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_1 +wangdaye.com.geometricweather.common.ui.widgets.astro.MoonPhaseView: MoonPhaseView(android.content.Context,android.util.AttributeSet) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dialogTheme +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void ping(boolean,int,int) +com.google.android.material.navigation.NavigationView: void setOverScrollMode(int) +retrofit2.Response: okhttp3.Headers headers() +android.didikee.donate.R$color: int abc_secondary_text_material_dark +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_subtitle +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_minWidth +com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_dialogTitle +wangdaye.com.geometricweather.R$attr: int behavior_saveFlags +wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_minutelyTitle +androidx.appcompat.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert +com.google.android.material.R$attr: int motionTarget +wangdaye.com.geometricweather.R$id: int tag_icon_bottom +cyanogenmod.library.R +com.google.android.material.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge +cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String DAY +cyanogenmod.providers.CMSettings$Secure: boolean putLong(android.content.ContentResolver,java.lang.String,long) +com.turingtechnologies.materialscrollbar.TouchScrollBar: boolean getHide() +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_verticalBias +androidx.lifecycle.ViewModel: java.lang.Object setTagIfAbsent(java.lang.String,java.lang.Object) +com.xw.repo.bubbleseekbar.R$color: int material_grey_300 +cyanogenmod.externalviews.ExternalViewProperties: android.view.View mDecorView +androidx.constraintlayout.widget.R$drawable: int btn_radio_on_to_off_mtrl_animation +org.greenrobot.greendao.DaoException +wangdaye.com.geometricweather.R$styleable: int KeyPosition_pathMotionArc +com.google.android.material.R$styleable: int ActionMode_titleTextStyle +cyanogenmod.app.ICMTelephonyManager$Stub +android.didikee.donate.R$styleable: int SwitchCompat_splitTrack +wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: java.lang.String getProviderId() +wangdaye.com.geometricweather.R$id: int gridView +androidx.lifecycle.SavedStateHandleController: java.lang.String TAG_SAVED_STATE_HANDLE_CONTROLLER +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_maxHeight +okhttp3.Handshake: int hashCode() +androidx.core.R$id: int action_divider +androidx.preference.R$drawable: int abc_textfield_search_material +wangdaye.com.geometricweather.R$attr: int expandActivityOverflowButtonDrawable +wangdaye.com.geometricweather.R$drawable: int notif_temp_125 +androidx.appcompat.widget.ActionBarOverlayLayout: void setActionBarVisibilityCallback(androidx.appcompat.widget.ActionBarOverlayLayout$ActionBarVisibilityCallback) +androidx.appcompat.widget.AppCompatTextView: java.lang.CharSequence getText() +androidx.appcompat.widget.Toolbar: void setContentInsetStartWithNavigation(int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean weather +androidx.constraintlayout.widget.R$id: int action_text +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: io.reactivex.functions.Function mapper +android.didikee.donate.R$attr: int selectableItemBackground +com.jaredrummler.android.colorpicker.R$attr: int switchTextOff +wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: void setEnableAnim(boolean) +wangdaye.com.geometricweather.R$attr: int materialCardViewStyle +wangdaye.com.geometricweather.remoteviews.trend.TrendLinearLayout +com.google.android.material.R$styleable: int KeyCycle_transitionPathRotate +android.didikee.donate.R$styleable: int AppCompatTheme_actionModeCopyDrawable +okhttp3.internal.platform.AndroidPlatform: javax.net.ssl.SSLContext getSSLContext() +wangdaye.com.geometricweather.R$color: int colorTextLight com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Chip_Filter -cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setTimestamp(long) -cyanogenmod.app.ProfileGroup: ProfileGroup(java.lang.String,java.util.UUID,boolean) -androidx.preference.R$style: int Widget_AppCompat_ImageButton -retrofit2.RequestFactory: boolean isFormEncoded -androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_android_ttcIndex -cyanogenmod.app.CustomTile$RemoteExpandedStyle -com.google.android.material.R$attr: int suffixTextColor -androidx.constraintlayout.widget.R$styleable: int KeyCycle_waveShape -com.google.android.material.R$id: int dragDown -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem -james.adaptiveicon.R$drawable: int abc_ratingbar_material -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_star_black_48dp -cyanogenmod.providers.CMSettings$Secure: java.lang.String THEME_PREV_BOOT_API_LEVEL -com.google.android.material.R$color: int background_material_light -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox -androidx.hilt.R$styleable: int GradientColor_android_startY -android.didikee.donate.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth -wangdaye.com.geometricweather.R$styleable: int LiveLockScreen_settingsActivity -cyanogenmod.app.ProfileManager: java.util.UUID NO_PROFILE -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Metric: int UnitType -com.xw.repo.bubbleseekbar.R$id: int right_side -com.jaredrummler.android.colorpicker.R$dimen: int abc_edit_text_inset_horizontal_material -com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_title_divider_material -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_lastHorizontalBias -androidx.lifecycle.Transformations$3 -okhttp3.MultipartBody: okhttp3.MediaType contentType() -cyanogenmod.providers.CMSettings$Secure: java.lang.String DEFAULT_LIVE_LOCK_SCREEN_COMPONENT -io.reactivex.exceptions.OnErrorNotImplementedException -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle -androidx.appcompat.R$color: int abc_primary_text_disable_only_material_light -androidx.work.R$color: R$color() -com.jaredrummler.android.colorpicker.R$id: int cpv_preference_preview_color_panel -wangdaye.com.geometricweather.R$id: int save_non_transition_alpha -android.didikee.donate.R$attr: int buttonBarStyle -okio.BufferedSource: short readShortLe() -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: int ON_NEXT -com.turingtechnologies.materialscrollbar.R$attr: int buttonBarNeutralButtonStyle -android.didikee.donate.R$styleable: int MenuView_subMenuArrow -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense -okio.ByteString: ByteString(byte[]) -com.jaredrummler.android.colorpicker.R$style: int Base_AlertDialog_AppCompat -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_section_text_position -android.didikee.donate.R$style: int Base_Theme_AppCompat_CompactMenu -androidx.recyclerview.widget.RecyclerView: void setNestedScrollingEnabled(boolean) -androidx.recyclerview.R$styleable: int FontFamilyFont_android_fontVariationSettings -wangdaye.com.geometricweather.R$array: int notification_text_color_values -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense -wangdaye.com.geometricweather.main.models.LocationResource$Event: wangdaye.com.geometricweather.main.models.LocationResource$Event BACKGROUND_UPDATE -androidx.activity.R$id: int blocking -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: int getBackgroundColor() -okhttp3.internal.connection.RouteSelector -com.google.android.material.slider.BaseSlider$SliderState: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind: double gust -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: void onError(java.lang.Throwable) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_popupWindowStyle -android.didikee.donate.R$attr: int dividerVertical -retrofit2.RequestFactory: okhttp3.Headers headers -okio.BufferedSource: java.io.InputStream inputStream() -androidx.constraintlayout.widget.R$style: int TextAppearance_Compat_Notification_Title -cyanogenmod.app.ProfileGroup: void setLightsMode(cyanogenmod.app.ProfileGroup$Mode) -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_shadow_height -wangdaye.com.geometricweather.R$id: int progress_horizontal -android.didikee.donate.R$attr: int height -androidx.appcompat.R$layout: int abc_alert_dialog_material -cyanogenmod.util.ColorUtils$1 -wangdaye.com.geometricweather.R$id: int right_side -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property FormattedId -com.google.android.material.R$style: int Widget_AppCompat_Light_ListView_DropDown -com.google.android.material.card.MaterialCardView: android.graphics.RectF getBoundsAsRectF() -cyanogenmod.app.suggest.ApplicationSuggestion: ApplicationSuggestion(android.os.Parcel,cyanogenmod.app.suggest.ApplicationSuggestion$1) -io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable: long serialVersionUID -com.google.android.material.R$color: int abc_tint_seek_thumb -wangdaye.com.geometricweather.R$string: int feedback_hide_lunar -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_AES_256_CBC_SHA256 -cyanogenmod.themes.ThemeManager$1$1: int val$progress -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xnwd -okhttp3.Response$Builder: okhttp3.ResponseBody body -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.ChineseCityEntity) -wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_11 -androidx.preference.R$style: int Base_Widget_AppCompat_PopupWindow -com.google.android.material.R$attr: int windowMinWidthMajor -wangdaye.com.geometricweather.R$attr: int dialogMessage -james.adaptiveicon.R$layout: int abc_list_menu_item_radio -wangdaye.com.geometricweather.R$id: int toolbar -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Button_Borderless_Colored -com.turingtechnologies.materialscrollbar.R$attr: int theme -com.jaredrummler.android.colorpicker.R$style: int Preference_Category -androidx.constraintlayout.widget.R$id: int wrap_content -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title -com.google.android.material.bottomnavigation.BottomNavigationView: void setItemHorizontalTranslationEnabled(boolean) -retrofit2.ParameterHandler$Part: int p -com.bumptech.glide.R$attr: int fontProviderPackage -androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_rotationY -com.xw.repo.bubbleseekbar.R$style: int Platform_ThemeOverlay_AppCompat_Light -com.google.android.material.R$drawable: int abc_action_bar_item_background_material -wangdaye.com.geometricweather.R$styleable: int MaterialButtonToggleGroup_selectionRequired -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: int getRequiredWidth() -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_textLocale -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_transformPivotY -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric: AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric() -androidx.coordinatorlayout.R$dimen: int notification_large_icon_width -com.google.gson.FieldNamingPolicy$1 -wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_mini_light -android.didikee.donate.R$id: int withText +com.google.android.material.R$attr: int indicatorColor +com.google.android.material.R$attr: int chipIcon +io.reactivex.internal.util.ArrayListSupplier: io.reactivex.internal.util.ArrayListSupplier valueOf(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_spinBars +wangdaye.com.geometricweather.location.services.LocationService: android.app.Notification getLocationNotification(android.content.Context) +com.google.android.material.R$attr: int fontProviderPackage +androidx.appcompat.R$dimen: int abc_dialog_list_padding_top_no_title +androidx.preference.R$attr: int subtitleTextAppearance +wangdaye.com.geometricweather.R$id: int appBar +com.jaredrummler.android.colorpicker.R$styleable: int[] PopupWindow +androidx.lifecycle.SingleGeneratedAdapterObserver: androidx.lifecycle.GeneratedAdapter mGeneratedAdapter +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setWindDircStart(java.lang.String) +androidx.appcompat.R$attr: int subMenuArrow +okhttp3.Handshake: okhttp3.TlsVersion tlsVersion +androidx.loader.R$styleable: int FontFamily_fontProviderAuthority +wangdaye.com.geometricweather.R$dimen: int mtrl_slider_label_radius +com.google.android.material.R$styleable: int ConstraintSet_constraint_referenced_ids +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean() +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_menu_material +cyanogenmod.themes.IThemeChangeListener +androidx.constraintlayout.widget.R$styleable: int MenuItem_alphabeticModifiers +com.xw.repo.BubbleSeekBar: BubbleSeekBar(android.content.Context,android.util.AttributeSet,int) +androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customPixelDimension +androidx.lifecycle.MediatorLiveData: void onInactive() +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintCircleAngle +android.didikee.donate.R$attr: int closeIcon +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: int ON_COMPLETE +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse +okhttp3.internal.tls.BasicCertificateChainCleaner +com.turingtechnologies.materialscrollbar.R$attr: int srcCompat +com.google.android.material.R$drawable: int abc_ic_commit_search_api_mtrl_alpha +androidx.appcompat.R$color: int secondary_text_default_material_dark +wangdaye.com.geometricweather.R$attr: int cornerSizeTopRight +androidx.lifecycle.Lifecycle: void addObserver(androidx.lifecycle.LifecycleObserver) +okhttp3.internal.http1.Http1Codec$ChunkedSource: long read(okio.Buffer,long) +androidx.preference.R$style: int Preference_Material +androidx.preference.R$id: int expand_activities_button +io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver +com.google.android.material.R$dimen: int design_tab_text_size_2line +james.adaptiveicon.AdaptiveIconView +wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: java.lang.String unitId +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.WeatherIconControlView: WeatherIconControlView(android.content.Context,android.util.AttributeSet,int) +cyanogenmod.app.suggest.ApplicationSuggestion$1: cyanogenmod.app.suggest.ApplicationSuggestion[] newArray(int) +com.google.android.material.R$styleable: int MockView_mock_showDiagonals +androidx.preference.R$styleable: int AppCompatTextView_android_textAppearance +androidx.appcompat.R$layout: int abc_alert_dialog_button_bar_material +com.bumptech.glide.R$color: int notification_icon_bg_color +androidx.recyclerview.R$id: int accessibility_custom_action_23 +androidx.preference.R$color: int material_grey_300 +com.github.rahatarmanahmed.cpv.CircularProgressView$8: float val$start androidx.appcompat.R$attr: int showAsAction -com.turingtechnologies.materialscrollbar.R$attr: int backgroundTint -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_overflow_padding_end_material -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_default_padding_end_material -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeAppearance -com.google.android.material.R$styleable: int TextInputLayout_hintTextAppearance -okhttp3.internal.cache.DiskLruCache$Entry: long[] lengths -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: int status -com.turingtechnologies.materialscrollbar.R$dimen: int abc_alert_dialog_button_dimen -com.google.android.material.R$styleable: int[] ConstraintLayout_placeholder -okhttp3.internal.Util: java.nio.charset.Charset ISO_8859_1 -com.turingtechnologies.materialscrollbar.R$attr: int allowStacking -com.turingtechnologies.materialscrollbar.R$attr: int singleSelection -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_29 -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeRealFeelTemperature(java.lang.Integer) -com.google.android.material.R$string: int material_minute_suffix -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void innerNext() -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index o3 -androidx.constraintlayout.widget.R$attr: int mock_label -okio.ByteString: int lastIndexOf(okio.ByteString) -androidx.preference.R$styleable: int AppCompatTheme_actionModePopupWindowStyle -androidx.core.R$dimen: int notification_large_icon_width -androidx.constraintlayout.widget.R$style: int Base_V28_Theme_AppCompat -com.github.rahatarmanahmed.cpv.BuildConfig: boolean DEBUG -androidx.lifecycle.SavedStateHandle$1: android.os.Bundle saveState() -wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar -cyanogenmod.weather.WeatherLocation: java.lang.String toString() -wangdaye.com.geometricweather.R$dimen: int mtrl_low_ripple_pressed_alpha -androidx.appcompat.widget.AppCompatSpinner: java.lang.CharSequence getPrompt() -androidx.preference.R$attr: int queryBackground -com.xw.repo.bubbleseekbar.R$color: int abc_search_url_text -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_BottomSheetDialog -cyanogenmod.app.ThemeVersion$ComponentVersion: java.lang.String name -androidx.hilt.lifecycle.R$dimen: int notification_action_icon_size -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintWidth_min -com.jaredrummler.android.colorpicker.R$attr: int showSeekBarValue -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: java.lang.String MobileLink -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorControlHighlight -okio.DeflaterSink: DeflaterSink(okio.BufferedSink,java.util.zip.Deflater) -com.jaredrummler.android.colorpicker.ColorPickerView: ColorPickerView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$drawable: int notif_temp_44 +io.reactivex.internal.observers.LambdaObserver: long serialVersionUID +wangdaye.com.geometricweather.db.entities.LocationEntityDao: LocationEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) +okio.Okio$2: okio.Timeout timeout() +wangdaye.com.geometricweather.R$attr: int checkedIconEnabled +com.xw.repo.bubbleseekbar.R$color: int background_material_light +cyanogenmod.weather.CMWeatherManager$2$1 +wangdaye.com.geometricweather.R$id: int info +com.google.android.material.slider.Slider: android.content.res.ColorStateList getThumbStrokeColor() +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_rotation +androidx.appcompat.R$id: int checked +cyanogenmod.themes.ThemeManager$1: void onFinish(boolean) +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken valueOf(java.lang.String) +okhttp3.internal.http2.Hpack$Writer: int evictToRecoverBytes(int) +androidx.coordinatorlayout.R$id: int blocking +androidx.vectordrawable.R$attr: int fontVariationSettings +cyanogenmod.app.Profile: int getProfileType() +com.google.android.material.floatingactionbutton.FloatingActionButton: com.google.android.material.animation.MotionSpec getShowMotionSpec() +com.google.android.material.card.MaterialCardView: MaterialCardView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_elevation +wangdaye.com.geometricweather.R$animator: int weather_partly_cloudy_day_3 +android.didikee.donate.R$color: int bright_foreground_inverse_material_dark +androidx.customview.R$style: R$style() +wangdaye.com.geometricweather.R$id: int asConfigured +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintEnd_toEndOf +retrofit2.Retrofit: okhttp3.HttpUrl baseUrl +com.turingtechnologies.materialscrollbar.R$color: int accent_material_dark +androidx.constraintlayout.widget.R$id: int checkbox +androidx.preference.PreferenceGroup: PreferenceGroup(android.content.Context,android.util.AttributeSet) +androidx.appcompat.R$layout: int custom_dialog +retrofit2.KotlinExtensions$await$2$2 +androidx.lifecycle.LifecycleRegistryOwner: androidx.lifecycle.LifecycleRegistry getLifecycle() +com.bumptech.glide.integration.okhttp.R$id: int icon_group +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub$Proxy: java.lang.String getInterfaceDescriptor() +androidx.constraintlayout.widget.R$color: int primary_dark_material_light +okio.Okio: okio.Source source(java.net.Socket) +wangdaye.com.geometricweather.R$id: int container_main_details_recyclerView +androidx.appcompat.R$styleable: int LinearLayoutCompat_Layout_android_layout_height +cyanogenmod.app.ProfileGroup$1: java.lang.Object[] newArray(int) +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +com.turingtechnologies.materialscrollbar.R$attr: int goIcon +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result: wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties properties +com.github.rahatarmanahmed.cpv.CircularProgressView: void setThickness(int) +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_orientation +androidx.appcompat.widget.ActionBarContainer: void setTransitioning(boolean) +cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status IN_PROGRESS +com.google.android.material.R$style: int Base_Theme_MaterialComponents_CompactMenu +wangdaye.com.geometricweather.R$color: int colorRootDark +cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy: java.util.List getSuggestions(android.content.Intent) +android.didikee.donate.R$styleable: int AppCompatTheme_selectableItemBackground +com.google.android.material.R$layout: int abc_list_menu_item_radio +wangdaye.com.geometricweather.R$string: int feedback_click_again_to_exit +com.turingtechnologies.materialscrollbar.R$attr: int fontFamily +cyanogenmod.app.CMContextConstants$Features: java.lang.String APP_SUGGEST +com.turingtechnologies.materialscrollbar.R$dimen: int abc_edit_text_inset_horizontal_material +james.adaptiveicon.R$anim: int abc_popup_enter +wangdaye.com.geometricweather.R$id: int material_minute_text_input +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_android_baselineAligned +retrofit2.Retrofit$Builder: java.util.List callAdapterFactories +retrofit2.Response: Response(okhttp3.Response,java.lang.Object,okhttp3.ResponseBody) +androidx.appcompat.widget.SearchView: void setMaxWidth(int) +wangdaye.com.geometricweather.R$attr: int onHide +androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableTransition_android_toId +androidx.preference.R$attr: int listPreferredItemHeightSmall +androidx.preference.R$style: int Preference_SeekBarPreference +com.turingtechnologies.materialscrollbar.R$attr: int textColorSearchUrl +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: org.greenrobot.greendao.query.Query weatherEntity_MinutelyEntityListQuery +com.google.android.material.R$attr: int motionProgress +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: ChineseCityEntityDao$Properties() +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionBar_Solid +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange Past6HourRange +wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit PERCENT +com.google.android.material.R$attr: int autoSizePresetSizes +com.google.android.material.chip.Chip: android.graphics.drawable.Drawable getCheckedIcon() +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceCategoryStyle +com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable +okio.Buffer: okio.Buffer write(okio.ByteString) +com.google.android.material.R$styleable: int SnackbarLayout_backgroundTintMode +com.google.android.material.R$styleable: int AppCompatTheme_ratingBarStyleSmall +okhttp3.internal.platform.JdkWithJettyBootPlatform: void configureTlsExtensions(javax.net.ssl.SSLSocket,java.lang.String,java.util.List) +androidx.appcompat.R$styleable: int ActionBar_itemPadding +androidx.swiperefreshlayout.R$color: int ripple_material_light +io.reactivex.internal.functions.Functions$NaturalComparator: io.reactivex.internal.functions.Functions$NaturalComparator[] values() +wangdaye.com.geometricweather.R$attr: int motionStagger +com.jaredrummler.android.colorpicker.R$id: int src_atop +androidx.preference.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarSize +androidx.hilt.work.R$color: int notification_action_color_filter +com.google.android.material.slider.RangeSlider: void setLabelFormatter(com.google.android.material.slider.LabelFormatter) +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable[] EMPTY +wangdaye.com.geometricweather.R$dimen: int abc_text_size_title_material +io.reactivex.internal.subscriptions.EmptySubscription: io.reactivex.internal.subscriptions.EmptySubscription valueOf(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_lastHorizontalBias +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode INTERNAL_ERROR +androidx.cardview.R$attr: int cardViewStyle +com.google.android.material.R$anim: int mtrl_bottom_sheet_slide_out +androidx.transition.R$styleable: int GradientColor_android_gradientRadius +com.google.android.material.R$dimen: int design_snackbar_elevation +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: ObservableGroupJoin$GroupJoinDisposable(io.reactivex.Observer,io.reactivex.functions.Function,io.reactivex.functions.Function,io.reactivex.functions.BiFunction) +com.turingtechnologies.materialscrollbar.R$drawable: int abc_textfield_search_activated_mtrl_alpha +androidx.constraintlayout.widget.R$styleable: int Constraint_android_orientation +okio.ForwardingSink: ForwardingSink(okio.Sink) +wangdaye.com.geometricweather.db.entities.WeatherEntity: long timeStamp +com.jaredrummler.android.colorpicker.R$style: int Preference_DropDown +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int CLEAR_NIGHT +cyanogenmod.providers.DataUsageContract: java.lang.String LABEL +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: io.reactivex.Observer downstream +androidx.dynamicanimation.R$drawable: int notification_action_background +androidx.activity.R$dimen: int notification_content_margin_start +androidx.work.R$styleable: int GradientColor_android_startColor +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial Imperial +wangdaye.com.geometricweather.R$attr: int expandedTitleMarginStart +androidx.work.R$styleable: int FontFamilyFont_fontVariationSettings +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: java.util.Date EndDate +com.jaredrummler.android.colorpicker.R$styleable: int ListPreference_entryValues +android.didikee.donate.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle +io.reactivex.Observable: io.reactivex.Observable merge(io.reactivex.ObservableSource,int) +android.didikee.donate.R$dimen: int notification_subtext_size +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_bottomappbar_fab_cradle_vertical_offset +androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_android_ttcIndex +androidx.lifecycle.extensions.R$style: int Widget_Compat_NotificationActionText +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$5: void run() +com.google.android.material.R$styleable: int[] ActionMenuItemView +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Button +com.google.android.material.appbar.AppBarLayout: void removeOnOffsetChangedListener(com.google.android.material.appbar.AppBarLayout$BaseOnOffsetChangedListener) +com.google.android.material.floatingactionbutton.FloatingActionButton: void hide(com.google.android.material.floatingactionbutton.FloatingActionButton$OnVisibilityChangedListener) +wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.DailyEntity,long) +wangdaye.com.geometricweather.db.entities.DailyEntity: int daytimeTemperature +com.turingtechnologies.materialscrollbar.R$attr: int windowActionModeOverlay +okio.Okio: okio.Sink appendingSink(java.io.File) +com.turingtechnologies.materialscrollbar.R$id: int textinput_helper_text +com.bumptech.glide.R$drawable +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver(io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver) +androidx.viewpager.R$styleable +androidx.appcompat.R$color: int material_blue_grey_950 +androidx.core.R$layout: int notification_template_part_time +com.jaredrummler.android.colorpicker.R$styleable: int ActivityChooserView_initialActivityCount +com.google.android.material.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Caption +com.google.android.material.internal.NavigationMenuItemView: NavigationMenuItemView(android.content.Context) +androidx.lifecycle.extensions.R$color: int notification_icon_bg_color +okhttp3.internal.http2.Http2Connection$IntervalPingRunnable: void execute() +androidx.appcompat.resources.R$id: int tag_accessibility_pane_title +androidx.preference.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge +androidx.preference.R$styleable: int AppCompatTheme_buttonBarStyle +wangdaye.com.geometricweather.R$dimen: int mtrl_badge_horizontal_edge_offset +okio.Pipe$PipeSource: okio.Timeout timeout() +com.turingtechnologies.materialscrollbar.R$attr: int fastScrollHorizontalTrackDrawable +okhttp3.internal.http2.Hpack$Reader: Hpack$Reader(int,int,okio.Source) +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: void enqueueLiveLockScreen(java.lang.String,int,cyanogenmod.app.LiveLockScreenInfo,int[],int) +okio.SegmentedByteString: java.lang.String utf8() +cyanogenmod.app.Profile: void addProfileGroup(cyanogenmod.app.ProfileGroup) +androidx.appcompat.R$styleable: int ActionBar_popupTheme +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer wetBulbTemperature +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean() +retrofit2.http.Part: java.lang.String value() +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Spinner +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_verticalAlign +okhttp3.internal.tls.CertificateChainCleaner: CertificateChainCleaner() +com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_layoutManager +james.adaptiveicon.R$dimen: int abc_action_bar_overflow_padding_start_material +androidx.core.R$id: int tag_accessibility_clickable_spans +androidx.hilt.R$styleable: int[] ColorStateListItem +okhttp3.internal.platform.ConscryptPlatform +androidx.appcompat.R$attr: int controlBackground +wangdaye.com.geometricweather.R$dimen: int material_font_1_3_box_collapsed_padding_top +androidx.transition.R$id: int save_non_transition_alpha +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_lastHorizontalStyle +okhttp3.internal.http.RetryAndFollowUpInterceptor: void cancel() +okio.BufferedSink: okio.BufferedSink writeLong(long) +wangdaye.com.geometricweather.R$styleable: int[] BottomSheetBehavior_Layout +com.jaredrummler.android.colorpicker.R$attr: int thumbTextPadding +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_maxHeight +cyanogenmod.app.LiveLockScreenManager: cyanogenmod.app.LiveLockScreenManager sInstance +com.google.android.material.R$color: int design_default_color_background +retrofit2.Platform: boolean hasJava8Types +androidx.appcompat.R$styleable: int AppCompatTextView_drawableTintMode +okhttp3.internal.platform.Jdk9Platform: java.lang.String getSelectedProtocol(javax.net.ssl.SSLSocket) +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintStart_toEndOf +okhttp3.internal.ws.WebSocketWriter: byte[] maskKey +androidx.legacy.coreutils.R$style: int TextAppearance_Compat_Notification +james.adaptiveicon.R$styleable: int AppCompatImageView_android_src +androidx.preference.R$style: int Base_V26_Theme_AppCompat_Light +retrofit2.HttpServiceMethod$SuspendForResponse: java.lang.Object adapt(retrofit2.Call,java.lang.Object[]) +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void emit() +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.util.Date getDate() +com.jaredrummler.android.colorpicker.R$attr: int preferenceInformationStyle +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_wrapMode +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Description: AccuAlertResult$Description() +wangdaye.com.geometricweather.R$attr: int materialCalendarDay +com.google.android.material.R$xml: int standalone_badge_gravity_top_start +androidx.activity.R$drawable +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_RC4_128_SHA +okhttp3.logging.HttpLoggingInterceptor: okhttp3.logging.HttpLoggingInterceptor$Level getLevel() +cyanogenmod.providers.CMSettings$Secure: java.lang.String DEV_FORCE_SHOW_NAVBAR +com.google.android.material.R$styleable: int CompoundButton_buttonTint +wangdaye.com.geometricweather.R$string: int key_live_wallpaper +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String o3 +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void run() +wangdaye.com.geometricweather.R$string: int item_view_role_description +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_list_padding_top_no_title +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_4 +io.reactivex.observers.DisposableObserver: DisposableObserver() +com.google.android.material.R$styleable: int Toolbar_contentInsetLeft +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property GrassIndex +com.google.android.material.R$id: int chain +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index: AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index() +android.didikee.donate.R$styleable: int ActionBar_icon +okhttp3.internal.http2.Http2Connection: long access$108(okhttp3.internal.http2.Http2Connection) +com.google.android.material.R$string: int mtrl_picker_invalid_format_example +android.didikee.donate.R$color +com.jaredrummler.android.colorpicker.R$attr: int buttonBarPositiveButtonStyle +com.google.android.material.R$dimen: int mtrl_exposed_dropdown_menu_popup_vertical_offset +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: ObservableSwitchMapSingle$SwitchMapSingleMainObserver(io.reactivex.Observer,io.reactivex.functions.Function,boolean) +androidx.preference.R$drawable: int abc_ic_menu_cut_mtrl_alpha +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintEnd_toEndOf +androidx.preference.R$styleable: int AppCompatTextHelper_android_drawableEnd +androidx.loader.R$id: int line1 +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_lastVerticalStyle +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle +wangdaye.com.geometricweather.R$styleable: int ViewPager2_android_orientation +com.google.android.material.R$attr: int roundPercent +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean() +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_textLocale +com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleGravity +androidx.constraintlayout.widget.R$styleable: int Layout_layout_editor_absoluteX +io.reactivex.Observable: io.reactivex.Observable withLatestFrom(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function4) +wangdaye.com.geometricweather.R$layout: int abc_screen_simple_overlay_action_mode +androidx.coordinatorlayout.R$id: int accessibility_custom_action_25 +androidx.appcompat.R$attr: int preserveIconSpacing +com.google.android.material.card.MaterialCardView: void setStrokeColor(android.content.res.ColorStateList) +androidx.constraintlayout.widget.R$id: int cos +com.google.android.material.floatingactionbutton.FloatingActionButton: void setBackgroundColor(int) +cyanogenmod.app.Profile: android.os.Parcelable$Creator CREATOR +retrofit2.OkHttpCall$1: void onFailure(okhttp3.Call,java.io.IOException) +com.google.android.material.R$drawable: int tooltip_frame_dark +androidx.constraintlayout.helper.widget.Flow: void setMaxElementsWrap(int) +android.didikee.donate.R$attr: int windowMinWidthMinor +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Button_Small +retrofit2.converter.gson.GsonResponseBodyConverter: com.google.gson.Gson gson +okhttp3.internal.cache.DiskLruCache$Snapshot +wangdaye.com.geometricweather.R$styleable: int[] MaterialRadioButton +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Precipitation precipitation +com.xw.repo.bubbleseekbar.R$attr: int closeItemLayout +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: void run() +com.google.android.material.card.MaterialCardView: int getCheckedIconMargin() +com.xw.repo.bubbleseekbar.R$dimen: int abc_dropdownitem_text_padding_right +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_elevation +wangdaye.com.geometricweather.R$id: int dialog_location_help_permissionContainer +com.google.android.material.R$attr: int actionModePopupWindowStyle +androidx.work.R$id: int accessibility_custom_action_3 +okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level HEADERS +wangdaye.com.geometricweather.R$integer: int mtrl_calendar_header_orientation +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_21 +androidx.appcompat.R$styleable: int TextAppearance_android_textFontWeight +cyanogenmod.weatherservice.ServiceRequestResult: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) +com.jaredrummler.android.colorpicker.R$style: int Preference_DialogPreference_EditTextPreference_Material +cyanogenmod.themes.ThemeManager: void registerThemeChangeListener(cyanogenmod.themes.ThemeManager$ThemeChangeListener) +androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type BOTTOM +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_searchViewStyle +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind: double speed +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: java.lang.String toString() +james.adaptiveicon.R$styleable: int Toolbar_contentInsetRight +wangdaye.com.geometricweather.R$styleable: int Chip_chipEndPadding +androidx.preference.R$styleable: int Preference_android_icon +androidx.appcompat.R$drawable: int abc_list_pressed_holo_dark +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Imperial: java.lang.String Unit +com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu +androidx.constraintlayout.widget.R$attr: int listPreferredItemPaddingStart +wangdaye.com.geometricweather.common.rxjava.BaseObserver: void onError(java.lang.Throwable) +android.didikee.donate.R$attr: int actionModeCopyDrawable +james.adaptiveicon.R$styleable: int DrawerArrowToggle_gapBetweenBars +okhttp3.MediaType: java.lang.String subtype() +wangdaye.com.geometricweather.R$interpolator: int btn_radio_to_on_mtrl_animation_interpolator_0 +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layoutDescription +james.adaptiveicon.R$styleable: int AppCompatTheme_android_windowAnimationStyle +com.jaredrummler.android.colorpicker.R$style: int Animation_AppCompat_Tooltip +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_13 +okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.platform.OptionalMethod getAlpnSelectedProtocol +wangdaye.com.geometricweather.R$attr: int textAppearanceSearchResultSubtitle +io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: boolean isDisposed() +com.google.android.material.R$styleable: int OnSwipe_dragThreshold +androidx.appcompat.widget.DialogTitle: DialogTitle(android.content.Context,android.util.AttributeSet,int) +androidx.work.NetworkType: androidx.work.NetworkType[] values() +okio.InflaterSource: okio.Timeout timeout() +retrofit2.RequestFactory$Builder: void validateResolvableType(int,java.lang.reflect.Type) +com.google.android.material.R$styleable: int[] AppBarLayoutStates +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_22 +okio.package-info +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder password(java.lang.String) +cyanogenmod.app.Profile$ProfileTrigger: void getXmlString(java.lang.StringBuilder,android.content.Context) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: int status +com.jaredrummler.android.colorpicker.R$id: int cpv_color_panel_old +com.turingtechnologies.materialscrollbar.R$attr: int tabIndicatorColor +io.reactivex.internal.observers.ForEachWhileObserver: io.reactivex.functions.Action onComplete +androidx.drawerlayout.R$styleable: int GradientColor_android_endX +wangdaye.com.geometricweather.R$drawable: int notif_temp_128 +okhttp3.Challenge: java.lang.String toString() +cyanogenmod.app.BaseLiveLockManagerService: android.os.IBinder mService +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle +wangdaye.com.geometricweather.R$layout: int widget_day_week_symmetry +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_controlBackground +com.turingtechnologies.materialscrollbar.R$attr: int boxStrokeWidth +com.google.android.material.slider.Slider: float getThumbStrokeWidth() +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_fontVariationSettings +com.google.android.material.R$styleable: int GradientColor_android_tileMode +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource valueOf(java.lang.String) +androidx.preference.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog +retrofit2.Utils: java.lang.reflect.Type getParameterUpperBound(int,java.lang.reflect.ParameterizedType) +androidx.preference.R$attr: int arrowShaftLength +com.turingtechnologies.materialscrollbar.R$dimen: int notification_content_margin_start +com.google.android.material.bottomnavigation.BottomNavigationMenuView: BottomNavigationMenuView(android.content.Context,android.util.AttributeSet) +com.bumptech.glide.load.engine.CallbackException: long serialVersionUID +androidx.lifecycle.LifecycleDispatcher +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: int status +androidx.lifecycle.LiveData: java.lang.Object NOT_SET +com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar +cyanogenmod.profiles.ConnectionSettings: void setValue(int) +wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit[] values() +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut +androidx.hilt.work.R$bool: R$bool() +android.didikee.donate.R$id: int src_in +wangdaye.com.geometricweather.R$styleable: int KeyPosition_percentHeight +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getRainPrecipitation() +com.google.android.material.R$color: int dim_foreground_disabled_material_dark +com.jaredrummler.android.colorpicker.R$id: int regular +okhttp3.RequestBody: okhttp3.RequestBody create(okhttp3.MediaType,java.lang.String) +cyanogenmod.weatherservice.WeatherProviderService$1: WeatherProviderService$1(cyanogenmod.weatherservice.WeatherProviderService) +androidx.constraintlayout.widget.R$styleable: int[] OnSwipe +wangdaye.com.geometricweather.R$attr: int spanCount +com.jaredrummler.android.colorpicker.R$attr: int singleLineTitle +com.xw.repo.bubbleseekbar.R$id: int action_bar_container +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionBar_TabView +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_selection_baseline_to_top_fullscreen +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: void onError(java.lang.Throwable) +com.google.android.material.R$styleable: int Chip_chipStartPadding +okhttp3.FormBody: java.lang.String name(int) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorButtonNormal +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: void onComplete() +androidx.viewpager2.R$attr: int stackFromEnd +androidx.appcompat.R$style: int Platform_AppCompat_Light +androidx.hilt.R$styleable: int GradientColor_android_centerY +androidx.appcompat.R$id: int accessibility_custom_action_24 +androidx.appcompat.R$styleable: int AppCompatTextView_firstBaselineToTopHeight +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void access$600(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) +org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.rx.RxTransaction rxTxIo +okhttp3.internal.http2.Hpack$Writer: void writeInt(int,int,int) +cyanogenmod.externalviews.ExternalViewProviderService$Provider: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl access$000(cyanogenmod.externalviews.ExternalViewProviderService$Provider) wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeWindChillTemperature() -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver(io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver) -okhttp3.internal.Util: java.lang.String[] intersect(java.util.Comparator,java.lang.String[],java.lang.String[]) -wangdaye.com.geometricweather.R$attr: int tabIconTint -cyanogenmod.weather.RequestInfo: java.lang.String access$802(cyanogenmod.weather.RequestInfo,java.lang.String) -com.google.android.material.R$styleable: int Layout_layout_constrainedWidth -wangdaye.com.geometricweather.R$id: int widget_day_week_icon_5 -com.turingtechnologies.materialscrollbar.R$attr: int showMotionSpec -androidx.viewpager2.R$dimen: int notification_small_icon_background_padding -wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableCompat_android_visible -okhttp3.internal.cache.DiskLruCache: int appVersion -cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper: CustomTileListenerService$ICustomTileListenerWrapper(cyanogenmod.app.CustomTileListenerService,cyanogenmod.app.CustomTileListenerService$1) -com.bumptech.glide.load.PreferredColorSpace: com.bumptech.glide.load.PreferredColorSpace DISPLAY_P3 -com.turingtechnologies.materialscrollbar.R$layout: int design_bottom_sheet_dialog -okhttp3.internal.http1.Http1Codec: okio.Sink createRequestBody(okhttp3.Request,long) -androidx.viewpager.widget.ViewPager: void setOnPageChangeListener(androidx.viewpager.widget.ViewPager$OnPageChangeListener) -io.reactivex.internal.subscriptions.DeferredScalarSubscription: void complete(java.lang.Object) -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Region -androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_width -com.google.android.material.button.MaterialButton: android.content.res.ColorStateList getIconTint() -okio.AsyncTimeout: long remainingNanos(long) -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Title_Inverse -okhttp3.internal.connection.StreamAllocation -com.xw.repo.bubbleseekbar.R$styleable: int ViewStubCompat_android_inflatedId -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_android_weightSum -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean disposed -com.google.android.material.R$styleable: int TabLayout_tabIndicatorFullWidth -androidx.customview.R$color: int notification_icon_bg_color -james.adaptiveicon.R$drawable: int abc_ic_arrow_drop_right_black_24dp -com.xw.repo.bubbleseekbar.R$styleable: int[] MenuGroup -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_bubble_color -androidx.appcompat.R$anim: int abc_tooltip_enter -com.turingtechnologies.materialscrollbar.R$attr: int arrowHeadLength -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Tooltip -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_contentInsetStart -cyanogenmod.library.R$id -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String getUnitId() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_seekBarStyle -james.adaptiveicon.R$color -okhttp3.internal.io.FileSystem$1: FileSystem$1() -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_28 -android.didikee.donate.R$style: int Widget_AppCompat_Button_Borderless_Colored -com.google.android.material.chip.Chip: float getChipStrokeWidth() -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: io.reactivex.internal.queue.SpscLinkedArrayQueue getOrCreateQueue() -com.turingtechnologies.materialscrollbar.R$id: int customPanel -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: java.lang.String speed -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_android_summaryOff -androidx.dynamicanimation.R$dimen: int notification_small_icon_size_as_large -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_CompoundButton_Switch -org.greenrobot.greendao.AbstractDao: java.lang.Object loadByRowId(long) -androidx.recyclerview.R$id: R$id() -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: boolean cancelled -com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemIconSize(int) -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_stacked_tab_max_width -androidx.appcompat.widget.Toolbar: void setLogoDescription(int) -io.reactivex.internal.operators.observable.ObservableGroupBy$State: void onNext(java.lang.Object) -cyanogenmod.weather.WeatherInfo$DayForecast: void writeToParcel(android.os.Parcel,int) -androidx.constraintlayout.widget.R$styleable: int MotionScene_layoutDuringTransition -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Object readKey(android.database.Cursor,int) -com.google.android.material.R$style: int ThemeOverlay_AppCompat_Dialog -com.bumptech.glide.integration.okhttp.R$id: int icon_group -androidx.recyclerview.R$id: int accessibility_custom_action_16 -okio.Timeout$1: Timeout$1() -com.google.android.material.R$styleable: int Slider_android_stepSize -androidx.preference.R$styleable: int SwitchCompat_android_textOff -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light -androidx.hilt.lifecycle.R$string: R$string() -androidx.fragment.app.Fragment$SavedState -androidx.loader.R$dimen: int compat_button_padding_horizontal_material -androidx.constraintlayout.widget.R$attr: int customIntegerValue -retrofit2.RequestBuilder: java.lang.String relativeUrl -androidx.appcompat.R$dimen: int compat_button_padding_vertical_material -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constrainedHeight -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query -com.google.android.material.R$string: int mtrl_picker_out_of_range -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_MaterialComponents_Headline6 -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeTotalPrecipitationDuration() -androidx.constraintlayout.widget.R$attr: int spinnerStyle -com.jaredrummler.android.colorpicker.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton -cyanogenmod.profiles.ConnectionSettings: int getConnectionId() -cyanogenmod.externalviews.KeyguardExternalView$10: void run() -cyanogenmod.app.StatusBarPanelCustomTile: cyanogenmod.app.StatusBarPanelCustomTile clone() -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: int getTemperature() -androidx.preference.R$dimen: int abc_button_padding_vertical_material -com.google.android.material.R$id: int src_over -io.reactivex.Observable: io.reactivex.Observable switchMapMaybe(io.reactivex.functions.Function) -okhttp3.internal.ws.RealWebSocket: void onReadClose(int,java.lang.String) -androidx.constraintlayout.widget.R$dimen: int hint_alpha_material_dark -androidx.constraintlayout.widget.R$styleable: int GradientColor_android_centerColor -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Small -io.reactivex.Observable: io.reactivex.Single elementAtOrError(long) -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_backgroundSplit -wangdaye.com.geometricweather.R$drawable: int material_ic_menu_arrow_up_black_24dp -com.turingtechnologies.materialscrollbar.R$attr: int subMenuArrow -wangdaye.com.geometricweather.R$array: int speed_units -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getGrassLevel() -androidx.viewpager.R$drawable: int notification_bg_normal_pressed -com.google.android.material.R$attr: int actionButtonStyle -android.didikee.donate.R$style: int ThemeOverlay_AppCompat_Light -androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityResumed(android.app.Activity) -okhttp3.Headers: java.util.Map toMultimap() -okhttp3.OkHttpClient$Builder: okhttp3.internal.cache.InternalCache internalCache -okio.ByteString: boolean rangeEquals(int,okio.ByteString,int,int) -androidx.drawerlayout.R$styleable: int FontFamilyFont_ttcIndex -androidx.appcompat.R$styleable: int GradientColor_android_type -cyanogenmod.hardware.IThermalListenerCallback$Stub$Proxy: android.os.IBinder asBinder() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void slideLockscreenIn() -com.google.android.material.R$styleable: int View_android_theme -cyanogenmod.util.ColorUtils: int generateAlertColorFromDrawable(android.graphics.drawable.Drawable) -com.google.android.material.R$styleable: int TabLayout_tabUnboundedRipple -james.adaptiveicon.R$id: int async -androidx.viewpager.R$styleable: int FontFamilyFont_android_fontVariationSettings -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$1: ExternalViewProviderService$Provider$ProviderImpl$1(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean() -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay -androidx.work.WorkInfo$State: androidx.work.WorkInfo$State ENQUEUED -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_statusBarScrim -androidx.appcompat.R$attr: int listPopupWindowStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: java.util.List value -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionBar_TabText -wangdaye.com.geometricweather.R$dimen: int abc_seekbar_track_progress_height_material -androidx.appcompat.widget.AppCompatSpinner: AppCompatSpinner(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.floatingactionbutton.FloatingActionButton: void setShadowPaddingEnabled(boolean) -com.github.rahatarmanahmed.cpv.CircularProgressView: float indeterminateSweep -wangdaye.com.geometricweather.R$drawable: int widget_trend_hourly -cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler: cyanogenmod.weatherservice.WeatherProviderService this$0 -io.reactivex.Observable: io.reactivex.Single reduceWith(java.util.concurrent.Callable,io.reactivex.functions.BiFunction) -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: io.reactivex.processors.FlowableProcessor processor -io.reactivex.internal.subscriptions.DeferredScalarSubscription: java.lang.Object poll() -com.xw.repo.bubbleseekbar.R$attr: int colorPrimaryDark -james.adaptiveicon.R$attr: int isLightTheme -com.turingtechnologies.materialscrollbar.R$styleable: int[] TabItem -okhttp3.internal.http2.Http2Connection$6: okio.Buffer val$buffer -androidx.preference.R$styleable: int AppCompatTheme_actionBarStyle +io.reactivex.Observable: io.reactivex.Single all(io.reactivex.functions.Predicate) +androidx.coordinatorlayout.R$id: int accessibility_custom_action_5 +wangdaye.com.geometricweather.R$layout: int abc_action_menu_layout +wangdaye.com.geometricweather.R$styleable: int AlertDialog_buttonPanelSideLayout +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onKeyguardDismissed() +androidx.lifecycle.ClassesInfoCache$CallbackInfo +androidx.appcompat.R$dimen: int abc_button_inset_vertical_material +wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getDaytimeWeatherCode() +com.google.android.material.R$styleable: int AppCompatTheme_listDividerAlertDialog +androidx.coordinatorlayout.R$drawable: int notification_bg_low_pressed +wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setWeatherSource(java.lang.String) +android.didikee.donate.R$drawable: R$drawable() +com.google.android.material.R$color: int mtrl_bottom_nav_colored_item_tint +androidx.core.R$id: int accessibility_custom_action_10 +com.jaredrummler.android.colorpicker.R$styleable: int ListPreference_entries +androidx.hilt.work.R$dimen: R$dimen() +com.google.android.material.R$styleable: int Chip_android_checkable +androidx.constraintlayout.widget.Guideline: void setGuidelinePercent(float) +androidx.appcompat.widget.ActivityChooserView: androidx.appcompat.widget.ListPopupWindow getListPopupWindow() +com.google.android.material.R$styleable: int ActionBar_contentInsetRight +android.didikee.donate.R$style: R$style() +com.google.android.material.R$dimen: int mtrl_badge_radius +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Button +wangdaye.com.geometricweather.R$id: int widget_text_container +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: long serialVersionUID +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +cyanogenmod.providers.CMSettings$Secure: cyanogenmod.providers.CMSettings$Validator PROTECTED_COMPONENTS_VALIDATOR +cyanogenmod.providers.CMSettings$Secure: int getIntForUser(android.content.ContentResolver,java.lang.String,int) +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: java.util.concurrent.atomic.AtomicReference mainDisposable +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Small +cyanogenmod.weather.WeatherLocation$Builder: cyanogenmod.weather.WeatherLocation$Builder setCountryId(java.lang.String) +james.adaptiveicon.AdaptiveIconView: AdaptiveIconView(android.content.Context,android.util.AttributeSet) +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Button +wangdaye.com.geometricweather.remoteviews.config.HourlyTrendWidgetConfigActivity: HourlyTrendWidgetConfigActivity() +okhttp3.internal.http2.PushObserver$1: PushObserver$1() +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getShortRealFeeTemperature(android.content.Context,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) +androidx.coordinatorlayout.R$layout: int notification_template_icon_group +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_borderlessButtonStyle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial: java.lang.String Unit +james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: void onNext(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 +androidx.appcompat.R$attr: int buttonBarButtonStyle +androidx.appcompat.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight +com.google.android.material.R$styleable: int Chip_chipIcon +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit[] values() +com.google.android.material.R$color: int mtrl_choice_chip_text_color +android.didikee.donate.R$styleable: int AppCompatTheme_panelMenuListWidth +android.support.v4.os.IResultReceiver +com.bumptech.glide.R$attr: int fontProviderAuthority +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int CloudCover +androidx.appcompat.view.menu.ListMenuItemView: ListMenuItemView(android.content.Context,android.util.AttributeSet) +androidx.work.R$id: int accessibility_action_clickable_span +com.google.android.material.R$styleable: int TextInputLayout_suffixTextColor +okhttp3.Response +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_percent +com.google.android.material.R$id: int stretch +androidx.hilt.R$styleable: int GradientColorItem_android_offset +okhttp3.internal.cache.DiskLruCache$Snapshot: long sequenceNumber +com.google.android.material.R$color: int abc_search_url_text +androidx.constraintlayout.widget.R$attr: int subtitle +cyanogenmod.platform.Manifest$permission: java.lang.String BIND_WEATHER_PROVIDER_SERVICE +cyanogenmod.hardware.CMHardwareManager: int getThermalState() +cyanogenmod.externalviews.KeyguardExternalView$4 +com.google.android.material.floatingactionbutton.FloatingActionButton: android.content.res.ColorStateList getRippleColorStateList() +okhttp3.internal.io.FileSystem: void deleteContents(java.io.File) +androidx.appcompat.resources.R$styleable: int GradientColor_android_startY +androidx.lifecycle.LiveData$LifecycleBoundObserver: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) +androidx.preference.R$styleable: int PreferenceTheme_preferenceFragmentStyle +com.turingtechnologies.materialscrollbar.R$style: int Platform_ThemeOverlay_AppCompat_Dark +androidx.preference.R$drawable: int abc_text_select_handle_left_mtrl_dark +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar +wangdaye.com.geometricweather.R$drawable: int notif_temp_2 +okhttp3.Response$Builder: okhttp3.Response$Builder message(java.lang.String) +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: java.lang.String getCardName(android.content.Context) +androidx.appcompat.widget.ActionMenuView: void setExpandedActionViewsExclusive(boolean) +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Bridge +androidx.constraintlayout.widget.R$color: int switch_thumb_disabled_material_dark +androidx.preference.R$style: int Base_Theme_AppCompat_Light_DarkActionBar +com.turingtechnologies.materialscrollbar.R$attr: int voiceIcon +com.google.gson.stream.JsonReader: void checkLenient() +androidx.room.RoomDatabase$JournalMode: androidx.room.RoomDatabase$JournalMode AUTOMATIC +androidx.appcompat.R$styleable: int AppCompatTheme_actionBarSplitStyle +androidx.constraintlayout.widget.R$id: int text +wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerSizeTopRight +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +okio.Buffer: okio.Buffer buffer() +okhttp3.internal.Util: boolean equal(java.lang.Object,java.lang.Object) +com.xw.repo.bubbleseekbar.R$styleable: int[] PopupWindow +okio.Buffer$UnsafeCursor: int seek(long) +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_day_today_stroke +com.google.android.material.R$dimen: int mtrl_textinput_box_stroke_width_default +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ListPopupWindow +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_autoSizeTextType +okio.Pipe: okio.Buffer buffer +wangdaye.com.geometricweather.R$styleable: int[] ButtonBarLayout +androidx.constraintlayout.widget.R$styleable: int RecycleListView_paddingTopNoTitle +okhttp3.internal.cache.DiskLruCache: java.lang.String REMOVE +androidx.constraintlayout.widget.R$string: int abc_toolbar_collapse_description +com.google.android.material.R$attr: int contentPaddingLeft +wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle CIRCULAR +cyanogenmod.profiles.ConnectionSettings: void setOverride(boolean) +com.turingtechnologies.materialscrollbar.R$attr: int elevation +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void dispose() +com.google.android.material.R$styleable: int[] LinearLayoutCompat_Layout +cyanogenmod.providers.CMSettings$Secure: java.lang.String STATS_COLLECTION_REPORTED +wangdaye.com.geometricweather.R$bool: int abc_config_actionMenuItemAllCaps +androidx.appcompat.R$style: int Widget_AppCompat_AutoCompleteTextView +io.reactivex.internal.disposables.EmptyDisposable: io.reactivex.internal.disposables.EmptyDisposable[] values() +wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: java.lang.String getPollenVoice(android.content.Context,java.lang.Integer) +com.xw.repo.bubbleseekbar.R$style +com.google.android.material.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton +androidx.preference.R$styleable: int AppCompatTheme_actionBarPopupTheme +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeThunderstormPrecipitationDuration +androidx.lifecycle.extensions.R$dimen: int notification_small_icon_background_padding +okhttp3.Call: okhttp3.Request request() +cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: void processCityNameLookupRequest(cyanogenmod.weather.RequestInfo) +cyanogenmod.app.Profile$Type: int CONDITIONAL +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeRealFeelShaderTemperature(java.lang.Integer) +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu +cyanogenmod.weather.ICMWeatherManager: java.lang.String getActiveWeatherServiceProviderLabel() +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_translation_z_hovered_focused +androidx.swiperefreshlayout.R$styleable: int GradientColorItem_android_offset +wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: void setPostfixString(java.lang.String) +james.adaptiveicon.R$attr: int collapseContentDescription +okio.BufferedSource: long indexOf(byte,long,long) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionButtonStyle +androidx.viewpager.R$drawable: int notification_icon_background +androidx.constraintlayout.widget.ConstraintLayout: void setMinWidth(int) +androidx.fragment.R$id: int accessibility_custom_action_10 +com.google.android.material.appbar.CollapsingToolbarLayout: int getScrimAlpha() +androidx.preference.R$id: int accessibility_action_clickable_span +com.turingtechnologies.materialscrollbar.R$attr: int rippleColor +wangdaye.com.geometricweather.R$id: int item_icon_provider_previewButton +okhttp3.internal.ws.WebSocketReader: void processNextFrame() +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_ALARMS +wangdaye.com.geometricweather.R$string: int settings_title_background_free +com.jaredrummler.android.colorpicker.R$attr: int actionBarSplitStyle +com.bumptech.glide.R$styleable: int GradientColor_android_centerColor +androidx.transition.R$color: R$color() +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderLayout +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_BottomAppBar_Primary +wangdaye.com.geometricweather.R$layout: int dialog_location_permission_statement +com.google.android.material.R$dimen: int fastscroll_minimum_range +androidx.work.R$id: int tag_unhandled_key_event_manager +com.jaredrummler.android.colorpicker.R$drawable: int abc_seekbar_tick_mark_material +james.adaptiveicon.R$id: int submenuarrow +okhttp3.internal.cache.CacheStrategy$Factory: java.lang.String servedDateString +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_130 +androidx.coordinatorlayout.R$id: int end +android.didikee.donate.R$styleable: int AppCompatTextView_android_textAppearance +wangdaye.com.geometricweather.R$array: int distance_units +androidx.preference.R$style: int Base_Widget_AppCompat_EditText +com.google.android.material.appbar.AppBarLayout: android.graphics.drawable.Drawable getStatusBarForeground() +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_textStyle +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: boolean isDisposed() +androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type VERTICAL_DIMENSION +com.google.android.material.bottomappbar.BottomAppBar$Behavior: BottomAppBar$Behavior(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.Long id +okhttp3.internal.http2.Http2Stream: int id +wangdaye.com.geometricweather.R$color: int material_on_surface_emphasis_high_type +androidx.viewpager2.R$id: int blocking +com.google.android.material.R$color: int design_box_stroke_color +okhttp3.logging.LoggingEventListener: okhttp3.logging.HttpLoggingInterceptor$Logger logger +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_popupTheme +android.didikee.donate.R$dimen: int abc_action_button_min_height_material +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: io.reactivex.internal.disposables.SequentialDisposable task +com.google.android.material.R$styleable: int ConstraintSet_layout_editor_absoluteY +androidx.appcompat.R$attr: int actionModeCloseButtonStyle +io.reactivex.Observable: io.reactivex.Observable debounce(long,java.util.concurrent.TimeUnit) +androidx.constraintlayout.motion.widget.MotionLayout: void setTransitionListener(androidx.constraintlayout.motion.widget.MotionLayout$TransitionListener) +androidx.preference.R$styleable: int SwitchPreference_summaryOn +androidx.hilt.lifecycle.R$anim: int fragment_close_exit +cyanogenmod.app.CMStatusBarManager: cyanogenmod.app.ICMStatusBarManager getService() +cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String READ_ALARMS_PERMISSION +james.adaptiveicon.R$bool: int abc_allow_stacked_button_bar +androidx.appcompat.widget.AppCompatTextView: AppCompatTextView(android.content.Context) +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_title +android.didikee.donate.R$styleable: int AppCompatTextHelper_android_textAppearance +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Year_Selected +wangdaye.com.geometricweather.R$drawable: int abc_ic_menu_share_mtrl_alpha +androidx.work.R$id: int right_side +androidx.appcompat.R$interpolator: R$interpolator() +android.didikee.donate.R$id: int topPanel +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_year_horizontal_padding +cyanogenmod.profiles.LockSettings: LockSettings(android.os.Parcel) +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_default_padding_start_material +okhttp3.RealCall$AsyncCall: okhttp3.RealCall get() +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem +com.google.android.material.R$styleable: int AppCompatTheme_panelMenuListWidth +com.turingtechnologies.materialscrollbar.R$color: int mtrl_scrim_color +com.google.android.material.R$styleable: int[] FontFamily +androidx.core.R$id: int icon +wangdaye.com.geometricweather.R$drawable: int weather_clear_day_mini_light +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String uvDescription +androidx.recyclerview.R$id: int title +wangdaye.com.geometricweather.R$style: int Base_V7_Theme_AppCompat +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Rain: double Value +androidx.appcompat.view.menu.CascadingMenuPopup: void setOnDismissListener(android.widget.PopupWindow$OnDismissListener) +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_DarkActionBar_Bridge +com.google.android.material.checkbox.MaterialCheckBox: MaterialCheckBox(android.content.Context) +android.didikee.donate.R$attr: int navigationMode +androidx.viewpager.widget.ViewPager: void setScrollState(int) +com.google.android.material.R$styleable: int MenuView_android_horizontalDivider +androidx.transition.R$styleable: int GradientColorItem_android_color +com.bumptech.glide.R$layout: R$layout() +com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_showAlphaSlider +cyanogenmod.app.Profile: java.util.Map mTriggers +androidx.appcompat.widget.AppCompatRadioButton: AppCompatRadioButton(android.content.Context,android.util.AttributeSet) +androidx.drawerlayout.widget.DrawerLayout: void setStatusBarBackgroundColor(int) +james.adaptiveicon.R$style: int AlertDialog_AppCompat_Light +com.google.android.material.internal.VisibilityAwareImageButton: VisibilityAwareImageButton(android.content.Context) +androidx.core.graphics.drawable.IconCompat: IconCompat() +androidx.vectordrawable.R$drawable: int notification_bg +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int HURRICANE +io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: void onNext(java.lang.Object) +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Button_Colored +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language PORTUGUESE +wangdaye.com.geometricweather.R$style: int Animation_AppCompat_Tooltip +wangdaye.com.geometricweather.R$styleable: int[] KeyCycle +androidx.appcompat.R$drawable: int notification_bg_low_pressed +androidx.preference.R$attr: int showSeekBarValue +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_tooltipText +wangdaye.com.geometricweather.R$style: int Widget_Design_TextInputEditText +wangdaye.com.geometricweather.R$dimen: int mtrl_exposed_dropdown_menu_popup_vertical_offset +com.bumptech.glide.load.engine.DecodeJob$RunReason: com.bumptech.glide.load.engine.DecodeJob$RunReason valueOf(java.lang.String) +com.google.android.material.circularreveal.CircularRevealRelativeLayout +androidx.core.R$id +androidx.constraintlayout.widget.R$attr: int autoSizePresetSizes +okhttp3.ResponseBody: okhttp3.ResponseBody create(okhttp3.MediaType,long,okio.BufferedSource) +com.turingtechnologies.materialscrollbar.R$attr: int layout_scrollInterpolator +com.github.rahatarmanahmed.cpv.CircularProgressView$7: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Display4 +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float snow24h +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer treeIndex +com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_y_offset_non_touch +com.xw.repo.bubbleseekbar.R$string: int abc_shareactionprovider_share_with_application +wangdaye.com.geometricweather.R$styleable: int RecycleListView_paddingTopNoTitle +androidx.appcompat.R$style: int TextAppearance_AppCompat_Medium_Inverse +androidx.constraintlayout.widget.R$attr: int titleMarginBottom +com.google.android.material.R$id: int accessibility_custom_action_15 +androidx.preference.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration +okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.lang.String getEffectiveTldPlusOne(java.lang.String) +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver +androidx.constraintlayout.widget.R$drawable: int abc_ic_star_black_16dp +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: boolean isDisposed() +com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemTextAppearanceInactive +wangdaye.com.geometricweather.R$id: int dialog_providers_previewer_progress +com.google.android.material.R$styleable: int Layout_layout_goneMarginRight +androidx.lifecycle.LiveData$ObserverWrapper: void detachObserver() +androidx.preference.R$integer: int config_tooltipAnimTime +wangdaye.com.geometricweather.R$string: int key_dark_mode +wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView: TrendRecyclerView(android.content.Context) +androidx.appcompat.R$style: int Widget_AppCompat_CompoundButton_RadioButton +james.adaptiveicon.R$layout: int select_dialog_multichoice_material +wangdaye.com.geometricweather.R$id: int hideable +androidx.preference.R$attr: int checkBoxPreferenceStyle +com.google.android.material.circularreveal.CircularRevealFrameLayout: CircularRevealFrameLayout(android.content.Context) +com.xw.repo.bubbleseekbar.R$style: int Animation_AppCompat_Tooltip +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: FlowableObserveOn$BaseObserveOnSubscriber(io.reactivex.Scheduler$Worker,boolean,int) +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_verticalBias +com.google.android.material.R$integer: int bottom_sheet_slide_duration +com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_Alert +androidx.preference.R$id: int contentPanel +com.google.android.material.R$styleable: int MenuGroup_android_menuCategory +org.greenrobot.greendao.AbstractDao: void updateInsideSynchronized(java.lang.Object,org.greenrobot.greendao.database.DatabaseStatement,boolean) +wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_labelVisibilityMode +wangdaye.com.geometricweather.R$id: int customPanel +james.adaptiveicon.R$attr: int actionBarTabTextStyle +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.ActionMode onWindowStartingActionMode(android.view.ActionMode$Callback) +wangdaye.com.geometricweather.R$attr: int bottom_text +com.jaredrummler.android.colorpicker.R$drawable: int abc_cab_background_top_material +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.String momentDay +androidx.dynamicanimation.R$styleable: int ColorStateListItem_alpha +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Display2 +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_marginRight +androidx.constraintlayout.widget.R$id: int expand_activities_button +androidx.drawerlayout.widget.DrawerLayout: DrawerLayout(android.content.Context,android.util.AttributeSet,int) +androidx.fragment.R$integer +com.turingtechnologies.materialscrollbar.R$integer: int design_snackbar_text_max_lines +com.google.android.material.R$attr: int startIconDrawable +wangdaye.com.geometricweather.R$attr: int passwordToggleEnabled +com.bumptech.glide.integration.okhttp.R$layout: int notification_action +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Tooltip +androidx.preference.R$styleable: int FragmentContainerView_android_name +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_marginLeft +androidx.hilt.lifecycle.R$dimen: int notification_subtext_size +wangdaye.com.geometricweather.R$styleable: int AppCompatSeekBar_tickMarkTint +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: boolean cancelled +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean direction +cyanogenmod.weather.WeatherLocation: java.lang.String toString() +com.bumptech.glide.integration.okhttp.R$attr: int ttcIndex +com.google.android.material.bottomnavigation.BottomNavigationItemView: BottomNavigationItemView(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.widget.R$color: int secondary_text_disabled_material_light +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: java.util.List getValue() +com.google.android.material.R$attr: int alertDialogCenterButtons +com.google.android.material.R$id: int action_bar_root +wangdaye.com.geometricweather.R$styleable: int AppBarLayout_Layout_layout_scrollInterpolator +james.adaptiveicon.R$styleable: int ActionMode_closeItemLayout +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void onError(java.lang.Throwable) +androidx.preference.R$layout: int abc_activity_chooser_view +com.google.android.material.R$styleable: int SwitchCompat_android_thumb +cyanogenmod.externalviews.KeyguardExternalViewProviderService$1: KeyguardExternalViewProviderService$1(cyanogenmod.externalviews.KeyguardExternalViewProviderService) +io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: io.reactivex.internal.operators.observable.ObservableCache parent +android.didikee.donate.R$color: int switch_thumb_disabled_material_dark +retrofit2.adapter.rxjava2.CallExecuteObservable: retrofit2.Call originalCall +okhttp3.EventListener: void requestBodyStart(okhttp3.Call) +androidx.viewpager2.R$layout: int notification_template_icon_group +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder removeAllQueryParameters(java.lang.String) +com.jaredrummler.android.colorpicker.R$dimen: int highlight_alpha_material_colored +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableTint +wangdaye.com.geometricweather.R$styleable: int DialogPreference_positiveButtonText +androidx.appcompat.R$color: int switch_thumb_disabled_material_dark +android.didikee.donate.R$style: int TextAppearance_AppCompat_Display3 +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: long serialVersionUID +androidx.constraintlayout.widget.Barrier: Barrier(android.content.Context) +com.xw.repo.bubbleseekbar.R$attr: int bsb_always_show_bubble +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Dark_ActionBar +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.ChineseCityEntity) +cyanogenmod.hardware.CMHardwareManager: boolean unRegisterThermalListener(cyanogenmod.hardware.ThermalListenerCallback) +wangdaye.com.geometricweather.db.entities.HistoryEntity: java.lang.String getWeatherSource() +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog +androidx.preference.R$styleable: R$styleable() +okhttp3.internal.cache.DiskLruCache$Editor$1: okhttp3.internal.cache.DiskLruCache$Editor this$1 +okhttp3.internal.cache.FaultHidingSink: FaultHidingSink(okio.Sink) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonStyle +androidx.hilt.work.R$id: int line3 +androidx.appcompat.R$styleable: int DrawerArrowToggle_barLength +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_horizontalGap +androidx.lifecycle.Transformations$2 +wangdaye.com.geometricweather.R$id: int activity_card_display_manage_toolbar +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ListView +cyanogenmod.weather.WeatherLocation: java.lang.String mPostal +cyanogenmod.app.LiveLockScreenInfo: int PRIORITY_MAX +com.google.android.material.R$dimen: int abc_action_bar_stacked_tab_max_width +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean: void setBrands(java.util.List) +com.turingtechnologies.materialscrollbar.R$attr: int alertDialogButtonGroupStyle +com.google.android.material.R$styleable: int Constraint_layout_constraintLeft_toRightOf +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Button +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_CompactMenu +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index no2 +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWindSpeed +wangdaye.com.geometricweather.R$styleable: int[] Variant +androidx.viewpager2.widget.ViewPager2: void setUserInputEnabled(boolean) +com.xw.repo.bubbleseekbar.R$styleable: int[] StateListDrawableItem +androidx.appcompat.R$styleable: int AppCompatTheme_editTextColor +com.google.android.material.appbar.AppBarLayout: void removeOnOffsetChangedListener(com.google.android.material.appbar.AppBarLayout$OnOffsetChangedListener) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceListItemSmall +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: MfForecastResult$DailyForecast() +androidx.preference.R$styleable: int Preference_defaultValue +wangdaye.com.geometricweather.R$styleable: int MenuView_android_itemIconDisabledAlpha +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Metric Metric +okio.GzipSource: void updateCrc(okio.Buffer,long,long) +okhttp3.Headers$Builder +androidx.appcompat.R$styleable: int AnimatedStateListDrawableTransition_android_toId +io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: boolean disconnectedEarly +com.turingtechnologies.materialscrollbar.R$styleable: int MenuGroup_android_orderInCategory +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String pm10 +okhttp3.internal.ws.RealWebSocket: okhttp3.Request originalRequest +cyanogenmod.hardware.IThermalListenerCallback$Stub$Proxy: android.os.IBinder mRemote +com.google.android.material.R$styleable: int FontFamily_fontProviderQuery +wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Id +com.bumptech.glide.request.RequestCoordinator$RequestState +androidx.legacy.coreutils.R$attr: int fontProviderFetchStrategy +androidx.recyclerview.R$dimen: int compat_button_padding_vertical_material +com.xw.repo.bubbleseekbar.R$style: int Base_DialogWindowTitleBackground_AppCompat +androidx.work.R$styleable +cyanogenmod.app.ThemeVersion$ComponentVersion: int minVersion +wangdaye.com.geometricweather.R$attr: int updatesContinuously +androidx.hilt.work.R$id: int accessibility_custom_action_0 +okio.Timeout: long timeoutNanos +androidx.work.impl.WorkManagerInitializer: WorkManagerInitializer() +com.google.android.material.internal.ParcelableSparseBooleanArray +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_16 +androidx.fragment.R$id: int accessibility_custom_action_3 +wangdaye.com.geometricweather.R$styleable: int MenuItem_tooltipText +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Pm10 +com.google.android.material.tabs.TabLayout: android.content.res.ColorStateList getTabTextColors() +androidx.appcompat.R$style: int ThemeOverlay_AppCompat_DayNight +wangdaye.com.geometricweather.R$array: int location_services +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_title +okhttp3.internal.Util$2 +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver +wangdaye.com.geometricweather.R$attr: int layout_constraintHeight_percent +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_SeekBar_Discrete +com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_dialogType +com.google.android.material.R$attr: int content +io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: void onComplete() +wangdaye.com.geometricweather.common.basic.models.weather.Alert: void deduplication(java.util.List) +androidx.preference.R$styleable: int SeekBarPreference_updatesContinuously +androidx.recyclerview.R$id: int accessibility_custom_action_18 +androidx.constraintlayout.widget.R$attr: int colorPrimary +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.recyclerview.R$styleable: int FontFamilyFont_fontStyle +com.google.android.material.R$id: int ghost_view_holder +android.didikee.donate.R$style: int Base_Widget_AppCompat_PopupMenu +android.didikee.donate.R$drawable: int abc_btn_radio_to_on_mtrl_000 +okio.Okio$2: okio.Timeout val$timeout +com.google.android.material.textfield.TextInputLayout: void setEditText(android.widget.EditText) +com.google.android.material.R$styleable: int MenuItem_android_enabled +androidx.lifecycle.ViewModelStores: androidx.lifecycle.ViewModelStore of(androidx.fragment.app.FragmentActivity) +com.google.android.material.R$styleable: int ActionBar_icon +okhttp3.internal.connection.StreamAllocation: boolean $assertionsDisabled +com.google.android.material.R$styleable: int MaterialCalendar_yearSelectedStyle +wangdaye.com.geometricweather.R$attr: int bsb_hide_bubble +wangdaye.com.geometricweather.R$drawable: int abc_list_selector_holo_dark +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getNo2() +androidx.preference.R$id: int action_bar +androidx.constraintlayout.widget.Guideline: void setGuidelineBegin(int) +androidx.constraintlayout.utils.widget.ImageFilterButton: void setWarmth(float) +android.didikee.donate.R$styleable: int Spinner_android_prompt +com.jaredrummler.android.colorpicker.R$dimen: int abc_alert_dialog_button_dimen +io.reactivex.internal.schedulers.AbstractDirectTask: long serialVersionUID +wangdaye.com.geometricweather.db.entities.AlertEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintWidth_percent +io.reactivex.internal.util.EmptyComponent: org.reactivestreams.Subscriber asSubscriber() +androidx.work.R$id +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowMinWidthMinor +com.xw.repo.bubbleseekbar.R$color: int button_material_dark +com.google.android.material.chip.Chip: void setChipStrokeWidthResource(int) +com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_dialogLayout +okio.ByteString: int decodeHexDigit(char) +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: boolean eager +androidx.appcompat.R$color: int secondary_text_default_material_light +wangdaye.com.geometricweather.R$drawable: int widget_clock_day_week +androidx.appcompat.resources.R$id: int accessibility_custom_action_27 +wangdaye.com.geometricweather.R$attr: int buttonStyle +okhttp3.internal.http2.Http2Connection$3: Http2Connection$3(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[]) +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: void dispose() +wangdaye.com.geometricweather.R$id: int item_weather_daily_title_title +wangdaye.com.geometricweather.R$drawable: int notif_temp_112 +androidx.loader.content.Loader +androidx.constraintlayout.widget.R$styleable: int Transform_android_transformPivotY +com.turingtechnologies.materialscrollbar.R$dimen: int highlight_alpha_material_light +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_AES_256_GCM_SHA384 +cyanogenmod.themes.ThemeManager$1: void onProgress(int) +androidx.fragment.R$color: int notification_action_color_filter +wangdaye.com.geometricweather.R$color: int mtrl_error +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setLiveLockScreen(java.lang.String) +com.google.android.material.R$dimen: int design_navigation_item_horizontal_padding +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder scheme(java.lang.String) +io.reactivex.observers.DisposableObserver: void dispose() +wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_showSeekBarValue +cyanogenmod.themes.IThemeService: boolean isThemeApplying() +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation: double qty1H +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments$WarningTextBlocItem: java.lang.String titleHtml +wangdaye.com.geometricweather.R$drawable: int ic_search +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void otherComplete() +com.google.android.material.R$attr: int goIcon +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title +cyanogenmod.providers.CMSettings$Global: java.lang.String POWER_NOTIFICATIONS_ENABLED +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: java.lang.String LongPhrase +androidx.appcompat.R$styleable: int SwitchCompat_showText +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: ObservableMergeWithSingle$MergeWithObserver(io.reactivex.Observer) +wangdaye.com.geometricweather.R$string: int mtrl_picker_invalid_range +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: io.reactivex.internal.disposables.ArrayCompositeDisposable resources +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_summaryOff +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_stacked_max_height +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintStart_toStartOf +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setTotalPrecipitationProbability(java.lang.Float) +androidx.preference.R$attr: int customNavigationLayout +io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: void onError(java.lang.Throwable) +james.adaptiveicon.R$dimen: int tooltip_y_offset_non_touch +retrofit2.RequestFactory$Builder: java.lang.Class boxIfPrimitive(java.lang.Class) +wangdaye.com.geometricweather.R$drawable: int avd_hide_password +androidx.constraintlayout.motion.widget.MotionLayout: MotionLayout(android.content.Context,android.util.AttributeSet) +androidx.lifecycle.ServiceLifecycleDispatcher: void onServicePreSuperOnStart() +androidx.constraintlayout.widget.R$id: int notification_main_column +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeWindChillTemperature +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constrainedWidth +com.jaredrummler.android.colorpicker.R$attr: int checkedTextViewStyle +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_DarkActionBar +cyanogenmod.app.ProfileGroup: java.lang.String mName +com.google.android.material.R$id: int accessibility_custom_action_8 +com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_android_dialogTitle +com.google.android.material.R$color: int mtrl_textinput_disabled_color +wangdaye.com.geometricweather.R$styleable: int Layout_layout_goneMarginStart +retrofit2.adapter.rxjava2.CallEnqueueObservable: CallEnqueueObservable(retrofit2.Call) +wangdaye.com.geometricweather.R$id: int shades_divider +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Dialog_Alert_Framework +wangdaye.com.geometricweather.R$styleable: int Slider_trackColorActive +cyanogenmod.hardware.ICMHardwareService$Stub: java.lang.String DESCRIPTOR +okhttp3.internal.cache.DiskLruCache: java.util.Iterator snapshots() +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver +okio.Okio$4: java.net.Socket val$socket +james.adaptiveicon.R$color: int abc_btn_colored_text_material +cyanogenmod.externalviews.KeyguardExternalViewProviderService$1 +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: void disposeAfter() +cyanogenmod.app.CustomTile$ExpandedStyle: int LIST_STYLE +androidx.hilt.work.R$anim +androidx.appcompat.R$styleable: int[] DrawerArrowToggle +wangdaye.com.geometricweather.R$attr: int collapsingToolbarLayoutStyle +androidx.lifecycle.SavedStateHandleController$1: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Humidity: java.lang.Integer max +cyanogenmod.weather.WeatherInfo$Builder: boolean isValidWindSpeedUnit(int) +cyanogenmod.app.BaseLiveLockManagerService: android.os.IBinder onBind(android.content.Intent) +androidx.appcompat.R$id: int alertTitle +com.turingtechnologies.materialscrollbar.R$dimen: int abc_progress_bar_height_material +androidx.lifecycle.LifecycleRegistry: int mAddingObserverCounter +com.google.android.material.slider.RangeSlider: void setThumbStrokeWidthResource(int) +retrofit2.DefaultCallAdapterFactory: retrofit2.CallAdapter get(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) +wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: MfLocationResult() +com.google.android.material.R$styleable: int CustomAttribute_customColorDrawableValue +androidx.activity.R$dimen: int notification_top_pad_large_text +okhttp3.internal.http2.Http2Connection: long access$100(okhttp3.internal.http2.Http2Connection) +com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_startY +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: boolean cancelled +wangdaye.com.geometricweather.R$style: int Theme_Design +com.google.android.material.R$styleable: int TextInputLayout_errorIconTintMode +wangdaye.com.geometricweather.R$color: int bright_foreground_inverse_material_dark +com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_type +cyanogenmod.providers.CMSettings$System: java.lang.String VOLUME_WAKE_SCREEN +okio.BufferedSource: long readLong() +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_DialogWhenLarge +wangdaye.com.geometricweather.R$attr: int state_collapsed +io.reactivex.internal.subscriptions.SubscriptionArbiter: long requested +android.support.v4.os.IResultReceiver$Stub$Proxy: IResultReceiver$Stub$Proxy(android.os.IBinder) +com.xw.repo.bubbleseekbar.R$style: int Base_V21_Theme_AppCompat_Light +okhttp3.Response$Builder: okhttp3.Response build() +androidx.appcompat.resources.R$styleable: int FontFamilyFont_ttcIndex +okhttp3.internal.platform.OptionalMethod: java.lang.Object invokeOptionalWithoutCheckedException(java.lang.Object,java.lang.Object[]) +androidx.swiperefreshlayout.R$style: int Widget_Compat_NotificationActionText +android.didikee.donate.R$id: int actions +retrofit2.ParameterHandler$2: ParameterHandler$2(retrofit2.ParameterHandler) +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionMode +androidx.preference.PreferenceManager: void setOnPreferenceTreeClickListener(androidx.preference.PreferenceManager$OnPreferenceTreeClickListener) +androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_textColorHint +androidx.hilt.lifecycle.R$id: int tag_transition_group +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Position: MfCurrentResult$Position() +androidx.preference.R$styleable: int ActionBar_homeAsUpIndicator +wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_box_corner_radius_medium +android.didikee.donate.R$attr: int navigationContentDescription +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.R$styleable: int DialogPreference_dialogMessage +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onLockscreenSlideOffsetChanged +androidx.customview.R$integer: int status_bar_notification_info_maxnum +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintWidth_default +com.google.android.material.snackbar.Snackbar$SnackbarLayout: void setBackgroundTintMode(android.graphics.PorterDuff$Mode) +android.didikee.donate.R$drawable: int abc_btn_colored_material +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay TAG_AIR_QUALITY +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_84 +androidx.lifecycle.FullLifecycleObserver: void onStop(androidx.lifecycle.LifecycleOwner) +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable +androidx.constraintlayout.widget.R$attr: int roundPercent +com.jaredrummler.android.colorpicker.R$style: int Base_V7_Theme_AppCompat_Dialog +wangdaye.com.geometricweather.R$drawable: int notif_temp_120 +com.google.android.material.R$attr: int motionPathRotate +io.reactivex.Observable: io.reactivex.Observable window(java.util.concurrent.Callable,int) +cyanogenmod.externalviews.KeyguardExternalView$8: void run() +com.bumptech.glide.R$id: int action_text +com.google.android.material.R$dimen: int mtrl_bottomappbar_fab_cradle_vertical_offset +androidx.preference.R$styleable: int FontFamily_fontProviderFetchTimeout +com.xw.repo.bubbleseekbar.R$attr: int tintMode +androidx.activity.R$id: int action_text +androidx.constraintlayout.widget.R$dimen: int abc_dialog_list_padding_bottom_no_buttons +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionOverflowButtonStyle +cyanogenmod.weatherservice.WeatherProviderService: cyanogenmod.weatherservice.IWeatherProviderServiceClient mClient +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.constraintlayout.widget.R$drawable: int abc_switch_track_mtrl_alpha +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: boolean done +androidx.constraintlayout.widget.R$anim: int abc_popup_exit +com.google.android.material.R$style: int Widget_MaterialComponents_TabLayout_Colored +androidx.lifecycle.extensions.R$styleable: int[] ColorStateListItem +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight +cyanogenmod.profiles.ConnectionSettings$BooleanState +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.google.android.material.R$attr: int actionModeCutDrawable +androidx.appcompat.resources.R$id: int accessibility_custom_action_9 +com.google.android.material.R$attr: int region_heightLessThan +androidx.preference.R$attr: int trackTint +androidx.constraintlayout.widget.R$id: int dragRight +wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_height +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small +wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_start_icon_margin_end +com.jaredrummler.android.colorpicker.R$dimen: int abc_dropdownitem_icon_width +androidx.constraintlayout.widget.R$drawable: int abc_btn_check_to_on_mtrl_015 +androidx.core.view.ViewCompat$1: ViewCompat$1(androidx.core.view.OnApplyWindowInsetsListener) +androidx.appcompat.widget.AppCompatRadioButton: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: long serialVersionUID +io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature Temperature +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void onError(java.lang.Throwable) +com.google.android.material.R$animator: int mtrl_fab_hide_motion_spec +com.google.android.material.appbar.MaterialToolbar: void setElevation(float) +androidx.drawerlayout.R$dimen: int notification_top_pad +com.google.android.material.R$styleable: int KeyTimeCycle_android_rotationX +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Caption +com.google.android.material.textfield.TextInputLayout: void setPrefixTextAppearance(int) +okhttp3.Request: okhttp3.HttpUrl url() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Direction: AccuDailyResult$DailyForecasts$Night$WindGust$Direction() +androidx.vectordrawable.R$id +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: java.lang.String getEn_US() +com.google.android.material.R$styleable: int ConstraintSet_layout_goneMarginRight +com.google.android.material.R$attr: int arrowHeadLength +io.reactivex.internal.util.VolatileSizeArrayList: boolean remove(java.lang.Object) +io.reactivex.internal.subscriptions.DeferredScalarSubscription: int FUSED_EMPTY +androidx.preference.R$style: int TextAppearance_AppCompat_Title_Inverse +james.adaptiveicon.R$drawable: int abc_btn_switch_to_on_mtrl_00012 +com.turingtechnologies.materialscrollbar.R$id: int action_mode_close_button +wangdaye.com.geometricweather.R$styleable: int[] ViewPager2 +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintTop_toBottomOf +com.google.android.material.R$attr: int expandedTitleMarginEnd +okio.BufferedSink: okio.BufferedSink writeUtf8(java.lang.String) +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: io.reactivex.internal.queue.SpscLinkedArrayQueue queue +androidx.lifecycle.SavedStateHandle$1: androidx.lifecycle.SavedStateHandle this$0 +androidx.viewpager.widget.PagerTitleStrip: void setTextSpacing(int) +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void onSubscribe(org.reactivestreams.Subscription) +io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: long serialVersionUID +android.didikee.donate.R$drawable: int abc_ratingbar_material +com.xw.repo.bubbleseekbar.R$style: int Base_Animation_AppCompat_Tooltip +com.turingtechnologies.materialscrollbar.R$attr: int bottomSheetDialogTheme +androidx.work.R$dimen: int notification_main_column_padding_top +wangdaye.com.geometricweather.R$attr: int cpv_maxProgress +wangdaye.com.geometricweather.R$styleable: int ActionBar_icon +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_goIcon +okhttp3.Response$Builder: okhttp3.Request request +cyanogenmod.content.Intent: java.lang.String CATEGORY_THEME_PACKAGE_INSTALLED_STATE_CHANGE +com.google.android.material.R$attr: int switchStyle +wangdaye.com.geometricweather.db.entities.LocationEntity: boolean getCurrentPosition() +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void setDisposable(io.reactivex.disposables.Disposable) +androidx.constraintlayout.utils.widget.ImageFilterView: void setCrossfade(float) +wangdaye.com.geometricweather.R$styleable: int Snackbar_snackbarStyle +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ButtonBar +cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String MODIFY_ALARMS_PERMISSION +androidx.constraintlayout.widget.R$styleable: int ViewStubCompat_android_inflatedId +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_menu_share_mtrl_alpha +androidx.work.R$styleable: int GradientColorItem_android_offset +com.google.android.material.card.MaterialCardView: void setProgress(float) +androidx.preference.R$color: int notification_action_color_filter +androidx.preference.R$color: int abc_search_url_text +com.google.android.material.button.MaterialButton +androidx.drawerlayout.R$styleable: int FontFamily_fontProviderFetchTimeout +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_Button_Colored +com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable +wangdaye.com.geometricweather.R$string: int key_notification_hide_big_view +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String INSTALL_TIME +okio.Buffer$2: okio.Buffer this$0 +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation +com.google.android.material.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle +androidx.hilt.lifecycle.R$styleable: int Fragment_android_name +wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_icon_size +com.jaredrummler.android.colorpicker.R$id: int split_action_bar +cyanogenmod.app.IPartnerInterface$Stub$Proxy: java.lang.String getCurrentHotwordPackageName() +androidx.preference.R$styleable: int AppCompatSeekBar_tickMarkTintMode +com.jaredrummler.android.colorpicker.R$attr: int preferenceScreenStyle +cyanogenmod.weather.RequestInfo: int hashCode() +com.turingtechnologies.materialscrollbar.R$attr: int actionButtonStyle +wangdaye.com.geometricweather.R$attr: int titleMarginTop +io.reactivex.Observable: io.reactivex.Observable repeatUntil(io.reactivex.functions.BooleanSupplier) +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void dispose() +androidx.preference.R$style: int TextAppearance_AppCompat_Body1 +androidx.appcompat.widget.SearchView: void setSuggestionsAdapter(androidx.cursoradapter.widget.CursorAdapter) +wangdaye.com.geometricweather.R$id: int item_card_display_title +wangdaye.com.geometricweather.R$string: int about_circular_progress_view +okio.Util: short reverseBytesShort(short) +androidx.preference.R$attr: int homeAsUpIndicator +wangdaye.com.geometricweather.R$style: int title_text +com.google.android.material.R$styleable: int MaterialButton_iconPadding +cyanogenmod.weather.WeatherInfo: boolean equals(java.lang.Object) +androidx.recyclerview.R$dimen: int notification_right_side_padding_top +wangdaye.com.geometricweather.R$styleable: int[] TextAppearance +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Inverse +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_indicatorColor +wangdaye.com.geometricweather.R$drawable: int flag_sr +io.reactivex.Observable: io.reactivex.Observable mergeWith(io.reactivex.CompletableSource) +androidx.appcompat.widget.SearchView: void setOnSearchClickListener(android.view.View$OnClickListener) +androidx.preference.R$styleable: int ActionBar_contentInsetStart +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large +okhttp3.internal.http1.Http1Codec: okio.Sink newChunkedSink() +androidx.cardview.widget.CardView: void setUseCompatPadding(boolean) +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: java.util.concurrent.atomic.AtomicReference observers +androidx.appcompat.R$style: int Base_Widget_AppCompat_Button_Small +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableTint +wangdaye.com.geometricweather.common.ui.activities.AlertActivity: AlertActivity() +wangdaye.com.geometricweather.R$styleable: int NavigationView_android_maxWidth +androidx.hilt.R$id: int action_image +androidx.lifecycle.extensions.R$drawable: int notification_icon_background +androidx.hilt.R$dimen: int notification_action_text_size +io.reactivex.Observable: io.reactivex.Observable delay(long,java.util.concurrent.TimeUnit) +com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_separator_vertical_padding +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: java.lang.String getTo() +wangdaye.com.geometricweather.R$styleable: int Slider_thumbRadius +com.google.android.material.transformation.ExpandableTransformationBehavior: ExpandableTransformationBehavior() +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_AES_128_GCM_SHA256 +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getTemperatureText(android.content.Context,int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: int getStatus() +androidx.constraintlayout.widget.R$attr: int switchTextAppearance +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_DarkActionBar +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeSnowPrecipitationDuration +wangdaye.com.geometricweather.R$styleable: int ForegroundLinearLayout_android_foregroundGravity +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void clear() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setWindSpeedEnd(java.lang.String) +wangdaye.com.geometricweather.R$attr: int checkedIconMargin +cyanogenmod.providers.ThemesContract$PreviewColumns: ThemesContract$PreviewColumns() +com.xw.repo.bubbleseekbar.R$drawable: int notification_template_icon_low_bg +cyanogenmod.externalviews.ExternalView: android.content.Context mContext +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter nullValue() +okhttp3.internal.http.RealResponseBody: okio.BufferedSource source() +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService get() +james.adaptiveicon.R$styleable: int ActionBar_contentInsetLeft +wangdaye.com.geometricweather.R$attr: int deltaPolarRadius +cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper: void onCustomTilePosted(org.cyanogenmod.internal.statusbar.IStatusBarCustomTileHolder) +okhttp3.internal.http.StatusLine: okhttp3.Protocol protocol +androidx.preference.R$attr: int firstBaselineToTopHeight +wangdaye.com.geometricweather.R$drawable: int widget_multi_city +com.turingtechnologies.materialscrollbar.R$style: int Platform_V25_AppCompat +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer grassLevel +androidx.preference.PreferenceScreen: PreferenceScreen(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setTempMax(java.lang.String) +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index pm10 +androidx.appcompat.R$style: int TextAppearance_AppCompat_Medium +androidx.preference.R$layout: int abc_action_bar_title_item +wangdaye.com.geometricweather.R$id: int widget_week_week_1 +com.xw.repo.bubbleseekbar.R$styleable: int MenuGroup_android_checkableBehavior +okhttp3.EventListener: void requestBodyEnd(okhttp3.Call,long) +okhttp3.internal.http1.Http1Codec: okhttp3.OkHttpClient client +com.google.android.material.R$attr: int materialCalendarHeaderLayout +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult +com.google.android.material.R$styleable: int MaterialTextAppearance_android_letterSpacing +androidx.preference.R$dimen: int abc_config_prefDialogWidth +androidx.constraintlayout.widget.R$styleable: int Toolbar_titleMarginStart +retrofit2.RequestFactory$Builder: retrofit2.ParameterHandler parseParameterAnnotation(int,java.lang.reflect.Type,java.lang.annotation.Annotation[],java.lang.annotation.Annotation) +androidx.work.R$styleable: int GradientColor_android_gradientRadius +com.jaredrummler.android.colorpicker.ColorPanelView: void setShape(int) +androidx.preference.R$id: int tag_accessibility_heading +com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_selector_holo_light +androidx.constraintlayout.widget.R$styleable: int ActionBar_backgroundSplit +okhttp3.Cache: void trackResponse(okhttp3.internal.cache.CacheStrategy) +com.xw.repo.bubbleseekbar.R$id: int topPanel +androidx.fragment.R$attr: int fontWeight +wangdaye.com.geometricweather.R$attr: int endIconDrawable +android.didikee.donate.R$style: int Widget_AppCompat_Button +okio.HashingSource: okio.HashingSource sha1(okio.Source) +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_elevation +okio.HashingSink: okio.HashingSink hmacSha512(okio.Sink,okio.ByteString) +com.jaredrummler.android.colorpicker.R$styleable: int[] AppCompatTextView +com.turingtechnologies.materialscrollbar.R$string: int abc_searchview_description_voice +androidx.preference.R$drawable: int abc_btn_radio_to_on_mtrl_015 +androidx.preference.R$style: int Base_Widget_AppCompat_CompoundButton_Switch +cyanogenmod.weatherservice.ServiceRequestResult: cyanogenmod.weather.WeatherInfo getWeatherInfo() +wangdaye.com.geometricweather.R$id: int item_aqi +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_registerThemeProcessingListener +com.jaredrummler.android.colorpicker.R$layout: int preference_recyclerview +wangdaye.com.geometricweather.R$attr: int percentY +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Medium +okhttp3.Cache$CacheResponseBody: java.lang.String contentLength +wangdaye.com.geometricweather.R$color: int material_timepicker_button_background +com.xw.repo.bubbleseekbar.R$attr: int actionModeCutDrawable +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_corner_radius +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: boolean isDisposed() +com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleTintList(android.content.res.ColorStateList) +androidx.recyclerview.R$id: int accessibility_custom_action_5 +cyanogenmod.platform.R$integer +androidx.appcompat.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge +android.didikee.donate.R$color: int button_material_light +com.xw.repo.bubbleseekbar.R$attr: int defaultQueryHint +androidx.appcompat.widget.AppCompatButton: void setAutoSizeTextTypeWithDefaults(int) +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_anim_duration +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeIcePrecipitationDuration(java.lang.Float) +androidx.loader.R$dimen: int notification_small_icon_background_padding +androidx.core.R$attr: int ttcIndex +okhttp3.Response: okhttp3.Handshake handshake() +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: java.lang.String getSourceVoice(android.content.Context) +wangdaye.com.geometricweather.R$color: int mtrl_btn_text_color_disabled +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getMoldIndex() +okhttp3.RealCall: java.lang.String redactedUrl() +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView +com.xw.repo.bubbleseekbar.R$string: int abc_searchview_description_voice +io.reactivex.Observable: io.reactivex.Observable compose(io.reactivex.ObservableTransformer) +cyanogenmod.weather.ICMWeatherManager$Stub: ICMWeatherManager$Stub() +com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_padding_bottom +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String getLongitude() +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +io.reactivex.internal.util.ArrayListSupplier: io.reactivex.internal.util.ArrayListSupplier[] values() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_drawableLeft +androidx.constraintlayout.widget.R$styleable: int CustomAttribute_attributeName +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoonPhaseDescription +androidx.preference.R$dimen: int abc_dialog_fixed_width_minor +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: boolean isDisposed() +androidx.drawerlayout.R$id: int tag_unhandled_key_listeners +okhttp3.Response: java.lang.String header(java.lang.String,java.lang.String) +okio.AsyncTimeout: okio.Source source(okio.Source) +wangdaye.com.geometricweather.R$attr: int pressedTranslationZ +androidx.constraintlayout.widget.R$attr: int region_widthMoreThan +wangdaye.com.geometricweather.R$drawable: int notif_temp_140 +androidx.drawerlayout.R$attr: int alpha james.adaptiveicon.R$anim: int abc_grow_fade_in_from_bottom -com.turingtechnologies.materialscrollbar.R$attr: int snackbarStyle -wangdaye.com.geometricweather.R$attr: int text_color -androidx.appcompat.widget.ContentFrameLayout -com.google.android.material.R$attr: int barLength -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintStart_toEndOf -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: io.reactivex.internal.util.AtomicThrowable errors -okhttp3.internal.http.HttpDate: java.util.Date parse(java.lang.String) -androidx.constraintlayout.utils.widget.ImageFilterView: ImageFilterView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.db.entities.WeatherEntity: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree windDegree -androidx.appcompat.R$drawable: int abc_textfield_default_mtrl_alpha -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWindChillTemperature(java.lang.Integer) -wangdaye.com.geometricweather.R$animator: int weather_fog_2 -wangdaye.com.geometricweather.R$id: int baseline -androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$State calculateTargetState(androidx.lifecycle.LifecycleObserver) -com.google.android.material.R$string -android.didikee.donate.R$id: int search_go_btn -com.xw.repo.bubbleseekbar.R$color: int bright_foreground_inverse_material_dark -james.adaptiveicon.R$attr: int windowFixedHeightMajor -okhttp3.internal.connection.RealConnection: boolean isMultiplexed() -wangdaye.com.geometricweather.R$styleable: int Snackbar_snackbarStyle -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color: java.lang.String Name -androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_android_fontStyle -androidx.transition.R$id: int transition_position -retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: RxJava2CallAdapterFactory(io.reactivex.Scheduler,boolean) -androidx.dynamicanimation.R$styleable: int FontFamilyFont_android_fontStyle -wangdaye.com.geometricweather.R$attr: int alertDialogStyle -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Headline -james.adaptiveicon.R$drawable -com.xw.repo.bubbleseekbar.R$attr: int thickness -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_VMAIL_LED_ON_VALIDATOR -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large -androidx.constraintlayout.widget.R$attr: int titleMarginTop -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_CHACHA20_POLY1305_SHA256 -okhttp3.FormBody: int size() -com.bumptech.glide.load.engine.GlideException: java.lang.Throwable fillInStackTrace() -com.google.android.material.R$styleable: int ConstraintSet_android_translationX -androidx.constraintlayout.widget.R$attr: int motionInterpolator -androidx.coordinatorlayout.R$style: int Widget_Compat_NotificationActionText -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Display3 -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Title_Inverse -androidx.constraintlayout.widget.R$drawable: int abc_item_background_holo_light -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.google.android.material.R$drawable: int notification_tile_bg -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_isThemeBeingProcessed -com.xw.repo.bubbleseekbar.R$styleable: int ViewBackgroundHelper_backgroundTint -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Snow snow -com.google.android.material.R$string: int abc_prepend_shortcut_label -androidx.preference.R$styleable: int AppCompatTextHelper_android_drawableStart -okhttp3.internal.http2.Http2Reader$ContinuationSource: long read(okio.Buffer,long) -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_BottomSheet -androidx.viewpager2.R$id: int accessibility_custom_action_15 -okhttp3.internal.cache.DiskLruCache$Editor$1: void onException(java.io.IOException) -androidx.coordinatorlayout.R$id: int accessibility_custom_action_21 -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder removeAllEncodedQueryParameters(java.lang.String) -wangdaye.com.geometricweather.R$color: int design_fab_stroke_top_inner_color -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void drain() -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: boolean isDisposed() -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Long getId() -com.google.android.material.R$style: int Widget_AppCompat_PopupWindow -wangdaye.com.geometricweather.R$styleable: int MaterialButton_strokeWidth com.xw.repo.bubbleseekbar.R$styleable: int Spinner_android_prompt -wangdaye.com.geometricweather.R$id: int mtrl_motion_snapshot_view -androidx.appcompat.widget.ActionBarOverlayLayout: void setWindowTitle(java.lang.CharSequence) -wangdaye.com.geometricweather.R$drawable: int ic_launcher -androidx.lifecycle.AndroidViewModel: android.app.Application getApplication() -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String ICON_URI -androidx.lifecycle.ViewModelProvider$NewInstanceFactory: androidx.lifecycle.ViewModel create(java.lang.Class) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean getUrl() -okhttp3.internal.http2.Http2Connection: java.util.Map streams -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeWetBulbTemperature -wangdaye.com.geometricweather.R$animator: int mtrl_fab_transformation_sheet_expand_spec -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_iconifiedByDefault -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$LocalSource LocalSource -okhttp3.internal.http1.Http1Codec: void flushRequest() -com.jaredrummler.android.colorpicker.R$attr: int spinnerStyle -androidx.lifecycle.ReportFragment: void onStart() -okio.RealBufferedSource: boolean isOpen() -com.jaredrummler.android.colorpicker.R$id: int search_voice_btn -wangdaye.com.geometricweather.R$attr: int materialAlertDialogBodyTextStyle -okio.Okio: okio.AsyncTimeout timeout(java.net.Socket) -com.google.android.material.button.MaterialButton: int getInsetTop() -androidx.constraintlayout.widget.R$string: int abc_action_bar_home_description -com.google.android.material.appbar.HeaderBehavior: HeaderBehavior(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeWindSpeed -com.google.android.material.navigation.NavigationView$SavedState: android.os.Parcelable$Creator CREATOR -androidx.recyclerview.R$styleable: int RecyclerView_android_clipToPadding -androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Large_Inverse -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: java.lang.Object leaveTransform(java.lang.Object) -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: AccuMinuteResult$SummariesBean() -android.didikee.donate.R$style: int Widget_AppCompat_RatingBar_Small -wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar: PrecipitationBar(android.content.Context,android.util.AttributeSet) -okhttp3.internal.platform.AndroidPlatform: javax.net.ssl.SSLContext getSSLContext() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: void setFrom(java.lang.String) -com.turingtechnologies.materialscrollbar.R$drawable: int abc_dialog_material_background -james.adaptiveicon.R$style: int Theme_AppCompat_Light -okhttp3.internal.http1.Http1Codec$ChunkedSink: void close() -cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_GET_SYSTEM -androidx.lifecycle.MutableLiveData: MutableLiveData() -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: int[] getVibratorIntensity() -androidx.constraintlayout.widget.R$attr: int dropdownListPreferredItemHeight -wangdaye.com.geometricweather.R$drawable: int abc_ic_commit_search_api_mtrl_alpha -wangdaye.com.geometricweather.R$attr: int shapeAppearance -androidx.appcompat.R$drawable: int abc_spinner_textfield_background_material -androidx.lifecycle.extensions.R$id: int tag_accessibility_clickable_spans -wangdaye.com.geometricweather.R$id: int listMode -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher -wangdaye.com.geometricweather.R$attr: int editTextPreferenceStyle -wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView getChartItemView() -okhttp3.internal.http2.Http2Connection$3 -com.turingtechnologies.materialscrollbar.R$id: int visible -cyanogenmod.alarmclock.ClockContract$InstancesColumns: int LOW_NOTIFICATION_STATE -retrofit2.BuiltInConverters$UnitResponseBodyConverter: BuiltInConverters$UnitResponseBodyConverter() -com.google.android.material.R$styleable: int Transform_android_translationY -android.didikee.donate.R$drawable: int abc_ic_ab_back_material -james.adaptiveicon.R$style: int Widget_AppCompat_ActionButton_CloseMode -com.jaredrummler.android.colorpicker.R$attr: int contentInsetRight -wangdaye.com.geometricweather.R$attr: int flow_verticalStyle -cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_setMobileDataEnabled_1 -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void onError(java.lang.Throwable) -androidx.hilt.lifecycle.R$id: int accessibility_action_clickable_span -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$LocalSource: int Id -wangdaye.com.geometricweather.R$attr: int liftOnScrollTargetViewId -com.xw.repo.bubbleseekbar.R$attr: int buttonPanelSideLayout -wangdaye.com.geometricweather.R$drawable: int notif_temp_132 -androidx.constraintlayout.widget.R$drawable: int abc_ic_star_black_36dp -cyanogenmod.app.StatusBarPanelCustomTile: cyanogenmod.app.CustomTile getCustomTile() -wangdaye.com.geometricweather.R$style: int Preference_Information -com.google.android.material.button.MaterialButtonToggleGroup: int getLastVisibleChildIndex() -okhttp3.OkHttpClient: java.util.List interceptors() -androidx.preference.R$layout: int abc_alert_dialog_button_bar_material -okio.Pipe$PipeSink: void write(okio.Buffer,long) -james.adaptiveicon.R$styleable: int[] ViewStubCompat -com.google.android.material.R$styleable: int AppCompatTheme_actionBarSplitStyle -com.bumptech.glide.load.EncodeStrategy: com.bumptech.glide.load.EncodeStrategy NONE -com.google.android.material.R$dimen: int material_timepicker_dialog_buttons_margin_top -wangdaye.com.geometricweather.R$styleable: int ClockHandView_selectorSize -android.didikee.donate.R$attr: int popupTheme -androidx.appcompat.R$styleable: int SwitchCompat_trackTintMode -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List daisan -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode PARTLY_CLOUDY -james.adaptiveicon.R$attr: int singleChoiceItemLayout -com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat_ActionBar -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowMinWidthMinor -com.bumptech.glide.R$dimen: int compat_notification_large_icon_max_width -androidx.appcompat.widget.ActionBarOverlayLayout: void setActionBarHideOffset(int) -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_typeface -wangdaye.com.geometricweather.R$styleable: int ShapeableImageView_strokeColor -com.google.android.material.R$layout: int abc_action_mode_bar -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: java.lang.String logo -androidx.constraintlayout.utils.widget.ImageFilterView: void setBrightness(float) -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_toRightOf -com.google.android.material.circularreveal.CircularRevealLinearLayout: int getCircularRevealScrimColor() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum -com.bumptech.glide.R$dimen: int notification_small_icon_background_padding -androidx.constraintlayout.widget.R$id: int info -retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback: retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter this$0 -com.turingtechnologies.materialscrollbar.R$attr: int boxStrokeColor -io.reactivex.internal.queue.SpscArrayQueue: boolean offer(java.lang.Object) -androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableItem_android_id -androidx.lifecycle.extensions.R$dimen: int compat_button_inset_horizontal_material -com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Widget_AppCompat_Toolbar -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilityRain: MfForecastResult$ProbabilityForecast$ProbabilityRain() -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_translationX -android.didikee.donate.R$id: int never -retrofit2.OkHttpCall$ExceptionCatchingResponseBody: okhttp3.MediaType contentType() -com.jaredrummler.android.colorpicker.R$id: int line3 -com.turingtechnologies.materialscrollbar.R$dimen: int notification_action_icon_size -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: java.lang.String value -wangdaye.com.geometricweather.remoteviews.config.Hilt_TextWidgetConfigActivity: Hilt_TextWidgetConfigActivity() -com.google.android.material.R$drawable: int btn_checkbox_unchecked_mtrl -com.google.android.material.R$attr: int fontFamily -com.google.android.material.R$attr: int closeIconEnabled -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub -androidx.appcompat.widget.AppCompatTextView: androidx.core.text.PrecomputedTextCompat$Params getTextMetricsParamsCompat() -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath -org.greenrobot.greendao.AbstractDao: java.util.List loadAllAndCloseCursor(android.database.Cursor) -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription(org.reactivestreams.Subscriber,androidx.lifecycle.LifecycleOwner,androidx.lifecycle.LiveData) -com.google.android.material.imageview.ShapeableImageView: ShapeableImageView(android.content.Context,android.util.AttributeSet,int) -james.adaptiveicon.R$id -okio.Timeout: boolean hasDeadline() -io.reactivex.Observable: io.reactivex.Observable dematerialize(io.reactivex.functions.Function) -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableStartCompat -okio.HashingSink: okio.HashingSink hmacSha1(okio.Sink,okio.ByteString) -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: java.lang.String getUnitId() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial: double Value -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_android_gravity -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner -okhttp3.CacheControl: java.lang.String toString() -com.google.gson.internal.LinkedTreeMap: java.lang.Object get(java.lang.Object) -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void cancelAll() -wangdaye.com.geometricweather.db.entities.DailyEntity: void setUvIndex(java.lang.Integer) -androidx.fragment.R$id: int action_container -okhttp3.internal.http2.Header: java.lang.String TARGET_AUTHORITY_UTF8 -com.bumptech.glide.R$styleable: int GradientColor_android_centerX -androidx.preference.R$styleable: int SearchView_layout -wangdaye.com.geometricweather.R$drawable: int abc_ic_menu_overflow_material -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX$InfoX: CNWeatherResult$WeatherX$InfoX() -com.turingtechnologies.materialscrollbar.R$color: int abc_search_url_text_normal -com.turingtechnologies.materialscrollbar.R$attr: int commitIcon -androidx.activity.R$styleable: int FontFamilyFont_fontStyle -com.google.android.material.R$attr: int layoutDuringTransition -wangdaye.com.geometricweather.R$attr: int paddingBottomNoButtons -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: boolean done -androidx.vectordrawable.R$id: int accessibility_custom_action_30 -androidx.preference.R$id: int textSpacerNoButtons -androidx.customview.R$attr: int fontProviderFetchStrategy -wangdaye.com.geometricweather.R$drawable: int notif_temp_2 -androidx.loader.R$attr -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: void onError(java.lang.Throwable) -androidx.constraintlayout.helper.widget.Flow: void setVerticalBias(float) -androidx.lifecycle.livedata.R -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Small -wangdaye.com.geometricweather.R$attr: int cardPreventCornerOverlap -com.xw.repo.bubbleseekbar.R$drawable: int abc_list_selector_background_transition_holo_dark -androidx.viewpager2.R$id: int right_icon -androidx.preference.R$styleable: int AnimatedStateListDrawableTransition_android_drawable -wangdaye.com.geometricweather.R$layout: int item_weather_daily_title -wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit valueOf(java.lang.String) -androidx.transition.R$attr: R$attr() -androidx.appcompat.R$styleable: int[] AlertDialog -com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode: com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode valueOf(java.lang.String) -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_centerX -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeThunderstormPrecipitationProbability -com.google.android.material.R$dimen: int mtrl_low_ripple_default_alpha -com.xw.repo.bubbleseekbar.R$integer -io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: java.lang.Runnable getWrappedRunnable() -com.bumptech.glide.integration.okhttp.R$drawable: int notification_icon_background -james.adaptiveicon.R$drawable: int abc_action_bar_item_background_material -androidx.appcompat.R$styleable: int FontFamilyFont_fontWeight -com.google.android.material.chip.Chip: android.graphics.drawable.Drawable getChipDrawable() -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintBottom_toBottomOf -com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat -androidx.coordinatorlayout.R$layout: int notification_action_tombstone -okhttp3.Request$Builder: okhttp3.Request$Builder addHeader(java.lang.String,java.lang.String) -io.reactivex.Observable: io.reactivex.Single toSortedList(java.util.Comparator,int) -androidx.appcompat.widget.AppCompatButton: AppCompatButton(android.content.Context) -cyanogenmod.providers.CMSettings$Secure: cyanogenmod.providers.CMSettings$Validator PROTECTED_COMPONENTS_MANAGER_VALIDATOR -cyanogenmod.weather.WeatherInfo$Builder: java.util.List mForecastList -okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex: java.security.cert.X509Certificate findByIssuerAndSignature(java.security.cert.X509Certificate) -com.xw.repo.bubbleseekbar.R$id: int submenuarrow -okhttp3.internal.platform.AndroidPlatform: void log(int,java.lang.String,java.lang.Throwable) -androidx.core.app.NotificationCompatSideChannelService -com.turingtechnologies.materialscrollbar.R$styleable: int[] AnimatedStateListDrawableTransition -com.google.android.material.R$attr: int tabPaddingBottom -androidx.appcompat.R$id: int accessibility_custom_action_20 -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light_DarkActionBar -okio.SegmentedByteString: okio.ByteString toAsciiUppercase() -com.google.android.material.R$attr: int shrinkMotionSpec -okio.ForwardingTimeout: boolean hasDeadline() -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_27 -wangdaye.com.geometricweather.R$styleable: int Chip_textEndPadding -cyanogenmod.power.IPerformanceManager$Stub$Proxy: void cpuBoost(int) -com.google.android.material.R$styleable: int GradientColor_android_endX -com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar -com.xw.repo.bubbleseekbar.R$dimen: int notification_big_circle_margin -wangdaye.com.geometricweather.R$attr: int spanCount -androidx.viewpager2.R$styleable: int FontFamily_fontProviderAuthority -com.google.android.material.R$id: int animateToStart -com.google.gson.stream.JsonReader: java.lang.String nextString() -wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setTime(long) -wangdaye.com.geometricweather.R$attr: int altSrc -okhttp3.internal.http.StatusLine: int HTTP_TEMP_REDIRECT -wangdaye.com.geometricweather.R$attr: int listPreferredItemHeightLarge -cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.CMHardwareManager getInstance(android.content.Context) -retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory createAsync() -retrofit2.Utils$ParameterizedTypeImpl: java.lang.String toString() -androidx.appcompat.R$attr: int drawableRightCompat -io.reactivex.Observable: io.reactivex.Observable skipUntil(io.reactivex.ObservableSource) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void slideLockscreenIn() -wangdaye.com.geometricweather.R$attr: int textAppearanceListItem -androidx.work.R$id: int action_image -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_contentInsetEndWithActions -androidx.appcompat.R$attr: int actionModeSplitBackground -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List hourlyEntityList -androidx.appcompat.R$attr: int tooltipFrameBackground -androidx.swiperefreshlayout.R$drawable: int notification_bg_low -com.google.gson.stream.JsonWriter: void replaceTop(int) -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setTrimPathOffset(float) -wangdaye.com.geometricweather.R$drawable: int notif_temp_101 -com.turingtechnologies.materialscrollbar.R$attr: int checkedIconVisible -androidx.appcompat.R$style: int Animation_AppCompat_DropDownUp -io.reactivex.Observable: io.reactivex.Observable concatMapSingleDelayError(io.reactivex.functions.Function,boolean) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeRealFeelTemperature() -okhttp3.Cookie: boolean matches(okhttp3.HttpUrl) -com.google.android.material.R$styleable: int CompoundButton_buttonTintMode -com.google.android.material.R$dimen: int test_mtrl_calendar_day_cornerSize -okio.DeflaterSink: void close() -com.github.rahatarmanahmed.cpv.CircularProgressView$8: void onAnimationUpdate(android.animation.ValueAnimator) -com.turingtechnologies.materialscrollbar.R$attr: int actionOverflowMenuStyle -wangdaye.com.geometricweather.R$attr: int actionBarTheme -androidx.swiperefreshlayout.R$layout: int notification_template_part_time -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: java.lang.String season -com.xw.repo.bubbleseekbar.R$style: int Base_DialogWindowTitle_AppCompat -okio.Buffer: short readShort() -cyanogenmod.providers.CMSettings$InclusiveIntegerRangeValidator: int mMax -wangdaye.com.geometricweather.R$bool: int abc_config_actionMenuItemAllCaps -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result: wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$Geometry geometry -okhttp3.internal.http2.Http2Codec: okhttp3.Interceptor$Chain chain -wangdaye.com.geometricweather.R$string: int key_subtitle_data -okhttp3.Credentials: java.lang.String basic(java.lang.String,java.lang.String) -com.jaredrummler.android.colorpicker.R$id: int line1 -androidx.appcompat.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle -cyanogenmod.app.ThemeVersion$ThemeVersionImpl2: cyanogenmod.app.ThemeVersion$ComponentVersion getDeviceComponentVersion(cyanogenmod.app.ThemeComponent) -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: boolean cancelled -wangdaye.com.geometricweather.R$attr: int multiChoiceItemLayout -androidx.viewpager.R$drawable: R$drawable() -retrofit2.adapter.rxjava2.CallExecuteObservable: CallExecuteObservable(retrofit2.Call) -com.google.android.material.R$id: int accessibility_custom_action_5 -androidx.preference.R$styleable: int RecyclerView_android_clipToPadding -james.adaptiveicon.R$styleable: int ActionBarLayout_android_layout_gravity -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_content_2 -wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: NumberAnimTextView(android.content.Context) -io.reactivex.internal.functions.Functions$HashSetCallable -com.github.rahatarmanahmed.cpv.R$integer -wangdaye.com.geometricweather.R$string: int key_notification_temp_icon -wangdaye.com.geometricweather.R$attr: int itemPadding -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String TARGET_API -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: io.reactivex.internal.disposables.DisposableContainer tasks -wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_marginTop -androidx.hilt.lifecycle.R$attr: int fontProviderCerts -com.bumptech.glide.integration.okhttp.R$id: int forever -james.adaptiveicon.R$styleable: int MenuItem_android_id -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String IS_DEFAULT_THEME -com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState PAUSED -io.reactivex.Observable: io.reactivex.Observable timeout(io.reactivex.ObservableSource,io.reactivex.functions.Function) -wangdaye.com.geometricweather.R$array: int live_wallpaper_weather_kinds -okhttp3.internal.http2.Http2Stream$FramingSource: long read(okio.Buffer,long) -androidx.constraintlayout.widget.R$string: int abc_menu_enter_shortcut_label -com.google.android.material.R$style: int Widget_MaterialComponents_ProgressIndicator_Linear_Indeterminate -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeRainPrecipitation() -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index no2 -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_editor_absoluteY -com.xw.repo.bubbleseekbar.R$anim: int abc_shrink_fade_out_from_bottom -cyanogenmod.externalviews.ExternalViewProviderService$Provider: int getWindowType() -android.didikee.donate.R$color: int ripple_material_dark -wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Dialog_Bridge -wangdaye.com.geometricweather.R$dimen: int material_text_view_test_line_height_override -com.google.android.material.R$dimen: int tooltip_vertical_padding -wangdaye.com.geometricweather.common.basic.models.weather.Alert: long alertId -androidx.recyclerview.R$id: int accessibility_custom_action_9 -com.jaredrummler.android.colorpicker.R$layout: int notification_template_icon_group -wangdaye.com.geometricweather.R$string: int feedback_live_wallpaper_day_night_type -com.google.android.material.R$style: int Base_V28_Theme_AppCompat -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_Button_Colored -com.google.android.material.R$styleable: int MaterialTextView_android_lineHeight -androidx.lifecycle.SavedStateHandle: androidx.lifecycle.SavedStateHandle createHandle(android.os.Bundle,android.os.Bundle) -com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float o3 -wangdaye.com.geometricweather.R$attr: int colorButtonNormal -retrofit2.OkHttpCall: retrofit2.Converter responseConverter -androidx.constraintlayout.motion.widget.MotionLayout$TransitionState: androidx.constraintlayout.motion.widget.MotionLayout$TransitionState UNDEFINED -com.google.android.material.radiobutton.MaterialRadioButton: MaterialRadioButton(android.content.Context,android.util.AttributeSet,int) -androidx.fragment.R$styleable: int[] FragmentContainerView -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_SearchResult -com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_elevation -com.google.android.material.R$styleable: int AppCompatTextView_fontFamily -com.google.android.material.R$styleable: int Constraint_layout_constraintHeight_percent -io.reactivex.internal.subscriptions.EmptySubscription: void clear() -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void onError(java.lang.Throwable) -okhttp3.internal.http2.Http2Connection$Builder: okio.BufferedSink sink -androidx.swiperefreshlayout.R$id: int title -james.adaptiveicon.R$styleable: int Toolbar_menu -com.google.gson.FieldNamingPolicy$6: java.lang.String translateName(java.lang.reflect.Field) -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: void setPoint(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean) -androidx.preference.R$attr: int titleMargins -androidx.constraintlayout.widget.R$attr: int percentY -com.jaredrummler.android.colorpicker.R$dimen: int abc_button_inset_horizontal_material -com.google.android.material.R$id: int up -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void schedule() -james.adaptiveicon.R$attr: int autoSizeMinTextSize -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_android_enabled -james.adaptiveicon.R$drawable: int notification_bg_low_pressed -io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: void onError(java.lang.Throwable) -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_checkedIcon -androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivitySaveInstanceState(android.app.Activity,android.os.Bundle) -com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableCompat_android_visible -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Dialog -wangdaye.com.geometricweather.R$attr: int transitionPathRotate -androidx.preference.R$id: int tag_screen_reader_focusable -wangdaye.com.geometricweather.R$id: int activity_widget_config_blackTextSpinner -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean getHumidity() -com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_layout_anchor -android.didikee.donate.R$style: int Base_V21_Theme_AppCompat_Light_Dialog -com.google.android.material.R$style: int Theme_AppCompat_Light_Dialog_MinWidth -androidx.appcompat.R$anim: int btn_radio_to_on_mtrl_dot_group_animation -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle -retrofit2.adapter.rxjava2.Result: retrofit2.adapter.rxjava2.Result response(retrofit2.Response) -android.didikee.donate.R$styleable: int SearchView_iconifiedByDefault -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver -com.google.android.material.R$styleable: int Constraint_flow_lastHorizontalBias -androidx.lifecycle.SingleGeneratedAdapterObserver: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) -wangdaye.com.geometricweather.R$attr: int constraintSetEnd -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarTheme -wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_android_insetTop -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dropdownitem_text_padding_left -james.adaptiveicon.R$color: int material_grey_100 -androidx.preference.R$styleable: int FontFamilyFont_android_fontVariationSettings -androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityDestroyed(android.app.Activity) -com.google.android.material.R$style: int Platform_V21_AppCompat -androidx.lifecycle.LiveData: boolean hasObservers() -androidx.transition.R$dimen: int notification_small_icon_size_as_large -com.turingtechnologies.materialscrollbar.R$dimen: int item_touch_helper_swipe_escape_max_velocity -io.reactivex.internal.schedulers.RxThreadFactory: java.lang.String toString() -androidx.constraintlayout.widget.R$styleable: int GradientColor_android_startY -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: java.lang.String unit -cyanogenmod.themes.IThemeService$Stub: android.os.IBinder asBinder() -wangdaye.com.geometricweather.R$color: int colorLevel_5 -cyanogenmod.platform.Manifest$permission: java.lang.String BIND_WEATHER_PROVIDER_SERVICE -com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_anim_sync_duration -androidx.swiperefreshlayout.R$styleable: int FontFamily_fontProviderAuthority -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float getCeiling() -wangdaye.com.geometricweather.R$id: int parentRelative -androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_fontStyle -androidx.preference.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 -com.google.android.material.R$style: int Base_Theme_AppCompat_DialogWhenLarge -wangdaye.com.geometricweather.R$drawable: int selectable_item_background_borderless +okhttp3.internal.Version: java.lang.String userAgent() +com.github.rahatarmanahmed.cpv.CircularProgressView: void onDetachedFromWindow() +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: org.reactivestreams.Subscription upstream +androidx.lifecycle.Lifecycling +com.xw.repo.bubbleseekbar.R$attr: int statusBarBackground +androidx.vectordrawable.R$styleable: int GradientColor_android_centerX +androidx.preference.R$style: int Widget_AppCompat_Button_Borderless +wangdaye.com.geometricweather.R$styleable: int SlidingItemContainerLayout_iconResStart +com.google.android.material.R$styleable: int SwitchCompat_track +wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: HourlyTrendItemView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() +okhttp3.internal.Util: void closeQuietly(java.io.Closeable) +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addEncodedPathSegments(java.lang.String) +wangdaye.com.geometricweather.R$color: int switch_thumb_normal_material_light +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: void clear() +androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_ttcIndex androidx.activity.R$attr: int fontProviderPackage -okio.BufferedSource: long readAll(okio.Sink) -com.jaredrummler.android.colorpicker.R$attr: int iconifiedByDefault -cyanogenmod.platform.Manifest$permission: java.lang.String ACCESS_WEATHER_MANAGER -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String alarmTp1 -com.jaredrummler.android.colorpicker.R$attr: int showDividers -wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit: java.lang.String unitAbbreviation -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex -com.google.android.material.bottomnavigation.BottomNavigationView: int getSelectedItemId() -androidx.constraintlayout.widget.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHorizontal_chainStyle -wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_doneButton -com.google.android.material.R$attr: int onHide -james.adaptiveicon.R$styleable: int FontFamily_fontProviderAuthority -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large -com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_dialogLayout -com.google.android.material.R$styleable: int Layout_minHeight -wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String district -androidx.legacy.coreutils.R$dimen: int compat_button_padding_horizontal_material -com.xw.repo.bubbleseekbar.R$string: int abc_activity_chooser_view_see_all -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Subhead -androidx.fragment.app.FragmentState -wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date moonRiseDate -androidx.coordinatorlayout.R$id: int start -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_gestureInsetBottomIgnored -androidx.appcompat.R$style: int Theme_AppCompat_Light_Dialog -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setWeather(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean) -androidx.hilt.work.R$styleable: int GradientColor_android_startX -androidx.hilt.lifecycle.R$integer: R$integer() -androidx.appcompat.resources.R$styleable: int[] FontFamilyFont -com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_padding_top_material -com.google.android.material.bottomnavigation.BottomNavigationView: void setItemIconSize(int) -wangdaye.com.geometricweather.R$layout: int cpv_dialog_presets -androidx.viewpager2.R$id: int accessibility_custom_action_29 -androidx.appcompat.R$attr: int ratingBarStyleSmall -androidx.appcompat.R$style: int Base_Theme_AppCompat_CompactMenu -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowActionBarOverlay -androidx.preference.R$styleable: int TextAppearance_android_textFontWeight -james.adaptiveicon.R$attr: int dividerPadding -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7 -wangdaye.com.geometricweather.R$styleable: int Tooltip_android_minWidth -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties -androidx.lifecycle.extensions.R$id: int forever -androidx.vectordrawable.animated.R$dimen: int notification_media_narrow_margin -androidx.swiperefreshlayout.R$dimen: int compat_button_inset_horizontal_material -io.reactivex.Observable: io.reactivex.observables.ConnectableObservable publish() -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_horizontalStyle -wangdaye.com.geometricweather.background.polling.basic.Hilt_AwakeForegroundUpdateService: Hilt_AwakeForegroundUpdateService() -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: boolean isEmpty() -cyanogenmod.os.Build: java.lang.String UNKNOWN -wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_verticalAlign -androidx.viewpager2.R$styleable: int[] GradientColor -com.google.android.material.chip.Chip: void setCloseIconEnabled(boolean) -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setSnowPrecipitation(java.lang.Float) -wangdaye.com.geometricweather.R$styleable: int Toolbar_buttonGravity -androidx.activity.R$styleable: int GradientColorItem_android_offset -cyanogenmod.providers.CMSettings$System: java.lang.String DIALER_OPENCNAM_AUTH_TOKEN -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Headline4 -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ratingbar_indicator_material -cyanogenmod.power.IPerformanceManager$Stub$Proxy: android.os.IBinder mRemote -retrofit2.OkHttpCall: boolean canceled -com.google.gson.stream.JsonScope: int EMPTY_ARRAY -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_autoSizePresetSizes -james.adaptiveicon.R$attr: int windowFixedWidthMinor -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder hasSensitiveData(boolean) -com.google.android.material.R$style: int Base_V26_Theme_AppCompat_Light -com.xw.repo.bubbleseekbar.R$attr: R$attr() -com.google.android.material.R$style: int Widget_AppCompat_ButtonBar -com.google.android.material.textfield.TextInputLayout: void setCounterEnabled(boolean) -android.didikee.donate.R$style: int Platform_ThemeOverlay_AppCompat -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void onComplete() -com.xw.repo.bubbleseekbar.R$styleable: int ViewBackgroundHelper_android_background -cyanogenmod.app.Profile$ProfileTrigger: int access$202(cyanogenmod.app.Profile$ProfileTrigger,int) -androidx.preference.R$attr: int drawableStartCompat -okhttp3.internal.http2.Hpack$Reader: int maxDynamicTableByteCount -cyanogenmod.app.suggest.ApplicationSuggestion: java.lang.String mName -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Body1 -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean -android.didikee.donate.R$dimen: int abc_text_size_body_1_material -com.google.android.material.textfield.TextInputLayout: void setEndIconVisible(boolean) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DOUBLE_TAP_SLEEP_GESTURE_VALIDATOR -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWindDegree(wangdaye.com.geometricweather.common.basic.models.weather.WindDegree) -androidx.vectordrawable.R$styleable: int GradientColor_android_tileMode -com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_TabLayout -com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding: com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding QUALITY -com.google.android.material.R$id: int material_textinput_timepicker -com.google.android.material.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog -androidx.lifecycle.extensions.R$id: int tag_accessibility_actions -androidx.lifecycle.FullLifecycleObserver: void onResume(androidx.lifecycle.LifecycleOwner) -okhttp3.OkHttpClient: okhttp3.Dispatcher dispatcher() -androidx.vectordrawable.R$id: int accessibility_custom_action_11 -androidx.constraintlayout.widget.R$id: int spread_inside -okhttp3.internal.http2.Hpack$Reader: int maxDynamicTableByteCount() -androidx.drawerlayout.R$layout: int notification_template_custom_big -androidx.vectordrawable.animated.R$drawable: int notification_bg_normal -cyanogenmod.app.Profile$ProfileTrigger: java.lang.String mName -androidx.activity.R$layout: int notification_template_part_time -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_android_textAppearance -com.turingtechnologies.materialscrollbar.R$color: int switch_thumb_material_dark -android.didikee.donate.R$style: int TextAppearance_AppCompat_Medium -com.xw.repo.bubbleseekbar.R$id: int listMode -com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getTrackInactiveTintList() -androidx.preference.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable -okhttp3.internal.http2.Http2Codec: void writeRequestHeaders(okhttp3.Request) -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: void disposeAfter() -wangdaye.com.geometricweather.R$attr: int autoTransition -com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_itemTextAppearance -wangdaye.com.geometricweather.R$string: int geometric_weather -com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_selector_disabled_holo_light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String getHeadIconType() -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void startTimeout(long) -androidx.coordinatorlayout.R$styleable: int GradientColor_android_endColor -okhttp3.internal.http1.Http1Codec: okhttp3.Headers readHeaders() -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: io.reactivex.functions.Function itemTimeoutIndicator -com.turingtechnologies.materialscrollbar.R$layout: int abc_activity_chooser_view_list_item -androidx.constraintlayout.widget.R$attr: int spinnerDropDownItemStyle -androidx.preference.R$anim: int abc_fade_out -cyanogenmod.themes.IThemeChangeListener$Stub$Proxy -com.google.android.material.R$attr: int colorPrimarySurface -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum: int UnitType -com.google.android.material.R$styleable: int ClockFaceView_valueTextColor -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Small -wangdaye.com.geometricweather.R$integer: int config_tooltipAnimTime -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_track_size -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setBackgroundTintList(android.content.res.ColorStateList) -com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_singleChoiceItemLayout -com.google.android.material.R$dimen: int mtrl_snackbar_background_overlay_color_alpha -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setStrokeAlpha(float) -okhttp3.OkHttpClient: java.net.Proxy proxy -wangdaye.com.geometricweather.R$id: int transparency_title -androidx.constraintlayout.widget.R$id: int aligned -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_subtitle_top_margin_material -com.turingtechnologies.materialscrollbar.R$attr: int textInputStyle -com.google.android.material.R$attr: int region_heightMoreThan -com.google.android.material.bottomappbar.BottomAppBar$Behavior: BottomAppBar$Behavior(android.content.Context,android.util.AttributeSet) -com.turingtechnologies.materialscrollbar.R$attr: int backgroundStacked -okhttp3.internal.cache.CacheInterceptor: okhttp3.Response stripBody(okhttp3.Response) -wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.Float getSpeed() -com.xw.repo.bubbleseekbar.R$attr: int viewInflaterClass -android.didikee.donate.R$color: int secondary_text_default_material_dark -androidx.appcompat.R$attr: int actionOverflowMenuStyle -com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableTransition_android_toId -okhttp3.internal.http2.Http2: byte TYPE_PING -okio.RealBufferedSink: okio.BufferedSink writeUtf8(java.lang.String) -com.google.android.material.R$style: int ShapeAppearanceOverlay_TopLeftCut -com.google.android.material.slider.Slider: void setStepSize(float) -io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: long serialVersionUID -okhttp3.internal.ws.WebSocketWriter$FrameSink -com.xw.repo.bubbleseekbar.R$attr: int autoSizeMinTextSize -okio.Buffer: java.lang.String readUtf8Line(long) -wangdaye.com.geometricweather.R$drawable: int notif_temp_31 -android.didikee.donate.R$color: int bright_foreground_disabled_material_dark -androidx.appcompat.R$style: int Widget_AppCompat_AutoCompleteTextView -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_checkBoxPreferenceStyle -androidx.preference.R$id: int scrollIndicatorDown -okhttp3.Cache$Entry: java.lang.String requestMethod -wangdaye.com.geometricweather.R$styleable: int[] MaterialCheckBox -org.greenrobot.greendao.AbstractDao: java.util.List loadAllFromCursor(android.database.Cursor) -okio.Buffer: okio.Buffer readFrom(java.io.InputStream,long) -cyanogenmod.app.ICustomTileListener$Stub$Proxy: android.os.IBinder mRemote -android.didikee.donate.R$drawable: int abc_textfield_search_material -androidx.appcompat.R$attr: int isLightTheme -com.google.android.material.R$dimen: int mtrl_calendar_day_horizontal_padding -com.turingtechnologies.materialscrollbar.R$attr: int hideOnContentScroll -wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: java.lang.Integer angle -okhttp3.internal.http2.Http2Connection$2: Http2Connection$2(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[],int,long) -cyanogenmod.themes.IThemeService$Stub: IThemeService$Stub() -androidx.constraintlayout.widget.R$styleable: int[] GradientColor -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: io.reactivex.disposables.Disposable upstream -androidx.vectordrawable.animated.R$styleable: int ColorStateListItem_android_alpha -wangdaye.com.geometricweather.R$attr: int buttonTint -com.google.android.material.R$attr: int behavior_autoShrink -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: java.lang.String value -james.adaptiveicon.R$style: int Widget_AppCompat_ActivityChooserView -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: java.util.Date date -wangdaye.com.geometricweather.R$id: int widget_clock_day_subtitle -com.google.android.material.R$styleable: int[] GradientColorItem -wangdaye.com.geometricweather.R$id: int jumpToStart -androidx.appcompat.R$dimen: int tooltip_horizontal_padding -wangdaye.com.geometricweather.R$drawable: int ic_launcher_round -androidx.core.R$style: int TextAppearance_Compat_Notification -okio.Buffer: okio.Timeout timeout() -wangdaye.com.geometricweather.db.entities.HistoryEntity: java.lang.String getWeatherSource() -wangdaye.com.geometricweather.R$styleable: int[] DialogPreference -retrofit2.Retrofit$Builder: java.util.List callAdapterFactories -androidx.fragment.R$id -com.google.android.material.R$attr: int duration -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_registerThermalListener -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay valueOf(java.lang.String) -james.adaptiveicon.R$style: int Theme_AppCompat_DayNight_DarkActionBar -cyanogenmod.externalviews.KeyguardExternalViewProviderService$1$1: android.os.IBinder call() -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: void dispose() -io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: void dispose() -com.turingtechnologies.materialscrollbar.R$string: int bottom_sheet_behavior -com.google.android.material.R$drawable: int abc_textfield_search_activated_mtrl_alpha -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse -androidx.appcompat.R$style: int Theme_AppCompat_DialogWhenLarge -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light -androidx.constraintlayout.widget.R$styleable: int GradientColor_android_centerX -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipStrokeWidth -wangdaye.com.geometricweather.db.entities.DailyEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) -com.xw.repo.bubbleseekbar.R$attr: int bsb_section_text_size -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_panelMenuListWidth -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeTotalPrecipitation(java.lang.Float) -com.jaredrummler.android.colorpicker.R$attr: int state_above_anchor -james.adaptiveicon.R$styleable: int ActionBar_backgroundSplit -androidx.dynamicanimation.R$dimen: int notification_right_icon_size -wangdaye.com.geometricweather.R$id: int dialog_background_location_title -okhttp3.internal.ws.WebSocketWriter: boolean writerClosed -cyanogenmod.profiles.BrightnessSettings -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.query.Query queryRawCreate(java.lang.String,java.lang.Object[]) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeStyle -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialButtonToggleGroup -androidx.constraintlayout.widget.R$styleable: int Constraint_chainUseRtl -com.google.android.material.slider.RangeSlider: void setTrackInactiveTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.background.polling.work.worker.AsyncUpdateWorker -wangdaye.com.geometricweather.R$layout: int item_about_header -io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,int,long,java.util.concurrent.TimeUnit) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: boolean done -androidx.constraintlayout.widget.R$attr: int onPositiveCross -retrofit2.OkHttpCall: okhttp3.Call$Factory callFactory -com.jaredrummler.android.colorpicker.R$layout: int abc_cascading_menu_item_layout -androidx.swiperefreshlayout.R$styleable: int[] GradientColorItem -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionBar_TabText -com.google.android.material.R$style: int Base_Theme_AppCompat_Light_Dialog -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: java.lang.String type -com.google.android.material.R$styleable: int Layout_android_layout_marginRight -com.google.android.material.R$attr: int editTextBackground -wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_Light -com.google.android.material.R$styleable: int NavigationView_itemShapeInsetStart -androidx.vectordrawable.R$id: int accessibility_custom_action_31 -com.google.android.material.R$animator: int mtrl_card_state_list_anim -com.google.android.material.R$styleable: int Transition_layoutDuringTransition -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ListPopupWindow -io.reactivex.internal.observers.BasicIntQueueDisposable: void clear() -androidx.appcompat.R$id: int src_in -androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_Dialog_Alert -com.google.android.material.R$dimen: int mtrl_chip_pressed_translation_z -com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert -com.turingtechnologies.materialscrollbar.R$styleable: int[] ListPopupWindow -okhttp3.internal.ws.RealWebSocket: boolean send(java.lang.String) -okhttp3.CipherSuite: java.lang.String toString() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_126 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setAqi(java.lang.String) -com.turingtechnologies.materialscrollbar.R$attr: int trackTint -androidx.constraintlayout.widget.R$drawable: int abc_ic_voice_search_api_material -cyanogenmod.hardware.ICMHardwareService: byte[] readPersistentBytes(java.lang.String) -android.didikee.donate.R$layout: int abc_alert_dialog_title_material -androidx.transition.R$styleable: int FontFamilyFont_android_fontStyle -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Subtitle2 -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_4 -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: io.reactivex.internal.disposables.SequentialDisposable task -wangdaye.com.geometricweather.R$drawable: int weather_clear_night_pixel -wangdaye.com.geometricweather.resource.utils.ResourceUtils$NullResourceIdException -cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String DAY -com.turingtechnologies.materialscrollbar.R$id: int normal -com.xw.repo.bubbleseekbar.R$dimen: int compat_notification_large_icon_max_width -james.adaptiveicon.R$styleable: int MenuItem_android_orderInCategory -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String daytimeWeatherPhase -androidx.drawerlayout.R$style: int TextAppearance_Compat_Notification_Line2 -androidx.appcompat.R$style: int TextAppearance_AppCompat_Display3 -com.xw.repo.bubbleseekbar.R$dimen: int disabled_alpha_material_dark -io.reactivex.internal.schedulers.ScheduledDirectTask: java.lang.Object call() -com.xw.repo.bubbleseekbar.R$id: int right_icon -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_STATUS_BAR -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_creator -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: void setNotice(java.lang.String) -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: io.reactivex.disposables.Disposable upstream -okhttp3.internal.ws.RealWebSocket$PingRunnable: void run() -com.google.android.material.R$dimen: int abc_text_size_display_2_material -wangdaye.com.geometricweather.R$styleable: int Chip_android_ellipsize -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_elevation -wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_fontStyle -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_contentInsetLeft -androidx.appcompat.R$dimen: int notification_small_icon_size_as_large -wangdaye.com.geometricweather.R$id: int notification_base_titleContainer -com.google.gson.internal.JsonReaderInternalAccess: void promoteNameToValue(com.google.gson.stream.JsonReader) -james.adaptiveicon.R$attr: int collapseContentDescription -com.google.android.material.floatingactionbutton.FloatingActionButton: void setCompatElevationResource(int) -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: void onError(java.lang.Throwable) -androidx.legacy.coreutils.R$color: int notification_icon_bg_color -com.jaredrummler.android.colorpicker.R$styleable: int PopupWindow_overlapAnchor -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: ObservableObserveOn$ObserveOnObserver(io.reactivex.Observer,io.reactivex.Scheduler$Worker,boolean,int) -androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse -retrofit2.Platform$Android$MainThreadExecutor: Platform$Android$MainThreadExecutor() -androidx.vectordrawable.animated.R$id: int action_text -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintCircleAngle -wangdaye.com.geometricweather.R$id: int container_main_pollen_subtitle -com.jaredrummler.android.colorpicker.R$attr: int panelBackground -okhttp3.internal.cache.DiskLruCache -androidx.activity.R$id: int tag_accessibility_actions -wangdaye.com.geometricweather.R$styleable: int Toolbar_android_minHeight -wangdaye.com.geometricweather.R$styleable: int[] BottomSheetBehavior_Layout -androidx.core.R$integer: R$integer() -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Title_Inverse -androidx.constraintlayout.helper.widget.Flow: void setHorizontalStyle(int) -okhttp3.internal.platform.OptionalMethod: java.lang.String methodName -okhttp3.internal.connection.RealConnection: okhttp3.internal.ws.RealWebSocket$Streams newWebSocketStreams(okhttp3.internal.connection.StreamAllocation) -io.reactivex.Observable: io.reactivex.Observable repeat(long) -wangdaye.com.geometricweather.R$id: int item_about_header_appVersion -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_iconTintMode -wangdaye.com.geometricweather.R$style: int Widget_Compat_NotificationActionContainer -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton -wangdaye.com.geometricweather.R$color: R$color() -james.adaptiveicon.R$drawable: int abc_ic_menu_cut_mtrl_alpha -android.didikee.donate.R$color: int switch_thumb_normal_material_light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean precipitation -james.adaptiveicon.R$style: int Base_V7_Widget_AppCompat_Toolbar -io.reactivex.internal.queue.SpscArrayQueue: long producerLookAhead -wangdaye.com.geometricweather.R$id: int showHome -androidx.preference.R$style: int Base_Widget_AppCompat_TextView -androidx.preference.R$styleable: int ColorStateListItem_android_color -io.reactivex.internal.subscriptions.BasicQueueSubscription: boolean offer(java.lang.Object,java.lang.Object) -androidx.appcompat.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -androidx.loader.R$integer: R$integer() -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: io.reactivex.disposables.Disposable upstream -androidx.appcompat.R$styleable: int Spinner_android_dropDownWidth -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean -com.turingtechnologies.materialscrollbar.R$attr: int showDividers -androidx.recyclerview.R$id: int accessibility_custom_action_3 -okhttp3.RealCall -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_unregisterThemeProcessingListener -androidx.appcompat.R$attr: int fontProviderFetchTimeout -androidx.constraintlayout.widget.R$styleable: int MotionHelper_onShow -com.bumptech.glide.integration.okhttp.R$style: int TextAppearance_Compat_Notification_Line2 -androidx.appcompat.R$style: int Widget_AppCompat_ListMenuView -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_framePosition -com.google.android.material.R$styleable: int AppCompatTextView_autoSizeTextType -okhttp3.Dns: java.util.List lookup(java.lang.String) -com.bumptech.glide.R$styleable: int GradientColor_android_startColor -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_firstBaselineToTopHeight -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintCircleRadius -wangdaye.com.geometricweather.R$attr: int chipSpacingHorizontal -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: float getActionTextColorAlpha() -com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_listItemLayout -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: ObservableSkipLastTimed$SkipLastTimedObserver(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,int,boolean) -com.google.android.material.R$styleable: int Constraint_layout_constraintDimensionRatio -okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex: AndroidPlatform$AndroidTrustRootIndex(javax.net.ssl.X509TrustManager,java.lang.reflect.Method) -android.didikee.donate.R$style: int Widget_AppCompat_RatingBar -com.jaredrummler.android.colorpicker.R$drawable: int cpv_btn_background -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_rotationY -wangdaye.com.geometricweather.R$dimen: int mtrl_card_elevation -androidx.preference.R$style: int TextAppearance_AppCompat_Display4 -wangdaye.com.geometricweather.R$id: int circular -androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_arrowShaftLength -wangdaye.com.geometricweather.R$attr: int maxImageSize -james.adaptiveicon.R$drawable: int abc_cab_background_internal_bg -okhttp3.internal.http2.Hpack$Reader: int dynamicTableIndex(int) -android.didikee.donate.R$styleable: int MenuGroup_android_visible -androidx.recyclerview.R$styleable: int GradientColor_android_centerY -com.github.rahatarmanahmed.cpv.CircularProgressView$5: void onAnimationCancel(android.animation.Animator) -wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: AlertEntityDao$Properties() -wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.lang.String getDate(java.lang.String) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorControlHighlight -com.google.android.material.textfield.TextInputLayout: void setEditText(android.widget.EditText) -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_PopupMenu_ContextMenu -android.didikee.donate.R$style: int ThemeOverlay_AppCompat_Dialog_Alert -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: java.lang.String getDensityVoice(android.content.Context,float) -io.reactivex.Observable: io.reactivex.Observable sample(io.reactivex.ObservableSource,boolean) -androidx.coordinatorlayout.R$dimen: int notification_small_icon_size_as_large -com.bumptech.glide.MemoryCategory: com.bumptech.glide.MemoryCategory HIGH -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: long serialVersionUID -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_placeholder_content -android.support.v4.app.INotificationSideChannel$Stub$Proxy: void cancelAll(java.lang.String) -androidx.swiperefreshlayout.R$attr: int fontProviderPackage -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Body1 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getSo2() -com.google.android.material.R$styleable: int TextInputLayout_boxStrokeColor -com.xw.repo.bubbleseekbar.R$string: int abc_menu_ctrl_shortcut_label -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getDisplayColorCalibration -androidx.appcompat.R$attr: int arrowHeadLength -androidx.appcompat.widget.AppCompatToggleButton -wangdaye.com.geometricweather.R$attr: int title -wangdaye.com.geometricweather.R$layout: int container_main_first_card_header -wangdaye.com.geometricweather.R$attr: int cornerSizeBottomLeft -androidx.constraintlayout.widget.R$attr: int listPreferredItemHeightLarge -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listDividerAlertDialog -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_SeekBar_Discrete -androidx.appcompat.resources.R$attr: int fontProviderPackage -com.google.android.material.R$dimen: int design_snackbar_padding_vertical -com.bumptech.glide.R$dimen: int notification_large_icon_height -wangdaye.com.geometricweather.R$styleable: int ColorPickerView_cpv_borderColor -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation Elevation -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintWidth_default -androidx.preference.R$styleable: int AppCompatTheme_actionButtonStyle -androidx.constraintlayout.widget.R$color: int secondary_text_default_material_dark -cyanogenmod.app.CustomTile$ExpandedStyle: CustomTile$ExpandedStyle() -wangdaye.com.geometricweather.db.entities.AlertEntity: void setDate(java.util.Date) -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintWidth_max -wangdaye.com.geometricweather.db.entities.LocationEntityDao -com.google.android.material.R$id: int accessibility_custom_action_26 -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle -james.adaptiveicon.R$dimen: int abc_control_inset_material -com.jaredrummler.android.colorpicker.R$layout: int preference_widget_switch_compat -wangdaye.com.geometricweather.R$anim: int btn_radio_to_on_mtrl_ring_outer_path_animation -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_viewInflaterClass -cyanogenmod.externalviews.KeyguardExternalView$7: void run() -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_deriveConstraintsFrom -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property City -wangdaye.com.geometricweather.common.ui.widgets.RoundProgress -wangdaye.com.geometricweather.background.service.CMWeatherProviderService: CMWeatherProviderService() -com.google.android.material.R$id: int mtrl_picker_header_selection_text -androidx.core.R$id: int accessibility_action_clickable_span -com.github.rahatarmanahmed.cpv.CircularProgressView: float access$200(com.github.rahatarmanahmed.cpv.CircularProgressView) -cyanogenmod.externalviews.KeyguardExternalView$11: KeyguardExternalView$11(cyanogenmod.externalviews.KeyguardExternalView,float) -androidx.preference.PreferenceFragmentCompat: PreferenceFragmentCompat() -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_thumbTintMode -androidx.appcompat.R$styleable: int AppCompatTheme_toolbarStyle -cyanogenmod.app.Profile$ProfileTrigger$1: cyanogenmod.app.Profile$ProfileTrigger createFromParcel(android.os.Parcel) -wangdaye.com.geometricweather.R$dimen: int design_navigation_elevation -io.reactivex.Observable: io.reactivex.Observable concatMapSingleDelayError(io.reactivex.functions.Function) -wangdaye.com.geometricweather.common.basic.models.weather.Base: java.lang.String getTime(android.content.Context,java.util.Date) -androidx.fragment.R$attr: R$attr() -androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event valueOf(java.lang.String) -com.google.android.material.internal.CheckableImageButton$SavedState -androidx.hilt.work.R$style: R$style() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial: AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial() -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Small_Inverse -androidx.transition.R$color: int secondary_text_default_material_light -wangdaye.com.geometricweather.R$id: int widget_remote -wangdaye.com.geometricweather.background.polling.permanent.update.Hilt_ForegroundNormalUpdateService: Hilt_ForegroundNormalUpdateService() +wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: void setBackgroundColorEnd(int) +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: int unitArrayIndex +com.turingtechnologies.materialscrollbar.R$attr: int fontProviderFetchStrategy +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getCloudCover() +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title +wangdaye.com.geometricweather.R$id: int widget_day_week_week_2 +androidx.preference.SeekBarPreference +com.jaredrummler.android.colorpicker.R$styleable: int[] LinearLayoutCompat_Layout +wangdaye.com.geometricweather.R$array: int live_wallpaper_weather_kinds +com.google.android.material.R$styleable: int AppCompatTheme_dropDownListViewStyle +wangdaye.com.geometricweather.R$id: int tag_accessibility_actions +androidx.vectordrawable.animated.R$dimen: int notification_small_icon_background_padding +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_panelBackground +androidx.hilt.work.R$id: int text +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_elevation +androidx.hilt.lifecycle.R$color: int ripple_material_light +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.MinutelyEntity) +com.google.android.material.R$id: int uniform +wangdaye.com.geometricweather.R$id: int item_about_header_appName +androidx.preference.R$styleable: int FragmentContainerView_android_tag +wangdaye.com.geometricweather.R$layout: int container_snackbar +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText +retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: BodyObservable$BodyObserver(io.reactivex.Observer) +com.turingtechnologies.materialscrollbar.R$id: int src_atop +wangdaye.com.geometricweather.R$integer: int mtrl_card_anim_delay_ms +com.google.android.material.R$styleable: int AppCompatTextView_fontFamily +com.bumptech.glide.R$integer: int status_bar_notification_info_maxnum +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_drawableStart +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Imperial: int UnitType +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModePasteDrawable +androidx.lifecycle.HasDefaultViewModelProviderFactory: androidx.lifecycle.ViewModelProvider$Factory getDefaultViewModelProviderFactory() +com.bumptech.glide.load.resource.bitmap.DefaultImageHeaderParser$Reader$EndOfFileException +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionBar_TabView +com.turingtechnologies.materialscrollbar.R$attr: int dialogTheme +okio.Buffer: okio.ByteString hmac(java.lang.String,okio.ByteString) +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable +android.didikee.donate.R$styleable: int AppCompatTheme_actionMenuTextAppearance +androidx.appcompat.R$dimen: int abc_alert_dialog_button_bar_height +com.google.android.material.R$dimen: int mtrl_slider_track_top +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarTabTextStyle +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: boolean done +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorIconTint +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color: int Blue +okhttp3.internal.http2.Http2Connection: void writeSynResetLater(int,okhttp3.internal.http2.ErrorCode) +com.google.android.material.stateful.ExtendableSavedState +wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: java.lang.String getDescription() +io.reactivex.Observable: io.reactivex.Observable groupBy(io.reactivex.functions.Function,io.reactivex.functions.Function) +wangdaye.com.geometricweather.R$drawable: int ic_chronus +com.google.android.material.R$id: int transition_current_scene +com.google.android.material.R$styleable: int[] ScrimInsetsFrameLayout +com.google.android.material.R$style: int Base_Widget_AppCompat_Button_Small +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_54 +com.jaredrummler.android.colorpicker.R$dimen: int abc_edit_text_inset_horizontal_material +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator SYSTEM_PROFILES_ENABLED_VALIDATOR +wangdaye.com.geometricweather.R$string: int content_des_m3 +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorControlNormal +cyanogenmod.themes.IThemeProcessingListener$Stub: java.lang.String DESCRIPTOR +androidx.appcompat.R$styleable: int CompoundButton_buttonTintMode +com.jaredrummler.android.colorpicker.R$attr: int cpv_colorPresets +com.turingtechnologies.materialscrollbar.R$drawable: int abc_tab_indicator_material +wangdaye.com.geometricweather.location.services.LocationService: android.app.NotificationChannel getLocationNotificationChannel(android.content.Context) +james.adaptiveicon.R$attr: int spinBars +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_Layout_android_layout_width +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Metric Metric +com.google.android.material.badge.BadgeDrawable$SavedState: android.os.Parcelable$Creator CREATOR +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_SeekBar_Discrete +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedEmitLast: ObservableSampleTimed$SampleTimedEmitLast(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +androidx.core.R$id: int line1 +com.jaredrummler.android.colorpicker.R$attr: int dividerVertical +android.didikee.donate.R$styleable: int ColorStateListItem_alpha +cyanogenmod.hardware.CMHardwareManager: boolean set(int,boolean) +cyanogenmod.app.LiveLockScreenInfo: int PRIORITY_HIGH +okhttp3.Headers: boolean equals(java.lang.Object) +androidx.appcompat.widget.AppCompatTextView: AppCompatTextView(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.R$styleable: int[] AlertDialog +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHeight_min +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeShareDrawable +io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: io.reactivex.disposables.Disposable upstream +com.google.android.material.R$attr: int materialCalendarYearNavigationButton +androidx.constraintlayout.widget.R$styleable: int Constraint_barrierDirection +james.adaptiveicon.R$dimen: int abc_text_size_button_material +com.google.android.material.R$dimen: int mtrl_textinput_box_stroke_width_focused +com.google.android.material.R$dimen: int abc_select_dialog_padding_start_material +androidx.constraintlayout.widget.R$styleable: int MotionTelltales_telltales_velocityMode +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeTotalPrecipitationProbability +androidx.appcompat.R$styleable: int AnimatedStateListDrawableTransition_android_fromId +wangdaye.com.geometricweather.R$dimen: int abc_text_size_display_4_material +com.google.android.material.R$string: int mtrl_picker_toggle_to_calendar_input_mode +retrofit2.Retrofit: retrofit2.ServiceMethod loadServiceMethod(java.lang.reflect.Method) +androidx.hilt.work.R$id: int accessibility_custom_action_16 +com.google.android.material.R$color: int material_cursor_color +com.google.android.material.R$styleable: int ConstraintSet_android_layout_width +com.google.android.material.R$color: int test_mtrl_calendar_day +androidx.preference.R$drawable: int abc_ic_arrow_drop_right_black_24dp +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float icePrecipitation +android.didikee.donate.R$id: int action_context_bar +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void complete() +wangdaye.com.geometricweather.R$styleable: int[] ThemeEnforcement +androidx.core.R$layout: int notification_action +androidx.constraintlayout.widget.R$styleable: int GradientColor_android_tileMode +com.google.android.material.R$styleable: int Layout_chainUseRtl +okhttp3.CipherSuite: java.lang.String javaName() +io.reactivex.internal.schedulers.RxThreadFactory: boolean nonBlocking +androidx.lifecycle.ViewModelProviders: androidx.lifecycle.ViewModelProvider of(androidx.fragment.app.Fragment) +james.adaptiveicon.R$drawable: int abc_action_bar_item_background_material +androidx.coordinatorlayout.R$attr: R$attr() +wangdaye.com.geometricweather.main.dialogs.LearnMoreAboutResidentLocationDialog: LearnMoreAboutResidentLocationDialog() +androidx.appcompat.R$styleable: int SearchView_searchIcon +androidx.preference.R$styleable: int MenuItem_actionLayout +androidx.appcompat.R$drawable: int abc_textfield_search_material +wangdaye.com.geometricweather.R$id: int italic +cyanogenmod.providers.CMSettings$System: java.lang.String T9_SEARCH_INPUT_LOCALE +androidx.preference.R$styleable: int SearchView_layout +com.google.android.material.R$attr: int fabCradleMargin +okio.Buffer: java.lang.String readUtf8() +okhttp3.internal.http1.Http1Codec$UnknownLengthSource: Http1Codec$UnknownLengthSource(okhttp3.internal.http1.Http1Codec) +androidx.customview.R$id: int notification_main_column +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModePopupWindowStyle +okhttp3.HttpUrl: okhttp3.HttpUrl get(java.net.URI) +wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_itemShapeAppearanceOverlay +androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat_ActionBar +androidx.recyclerview.R$styleable: int FontFamily_fontProviderFetchStrategy +james.adaptiveicon.R$drawable: int notification_template_icon_low_bg +wangdaye.com.geometricweather.R$layout: int container_main_daily_trend_card +com.jaredrummler.android.colorpicker.R$integer: R$integer() +androidx.constraintlayout.widget.R$dimen: int abc_seekbar_track_background_height_material +okhttp3.CertificatePinner: int hashCode() +com.google.android.material.R$attr: int layout_dodgeInsetEdges +cyanogenmod.app.ProfileGroup$1: ProfileGroup$1() +androidx.preference.R$dimen: int abc_dialog_list_padding_top_no_title +james.adaptiveicon.R$styleable: int AppCompatTextView_drawableTopCompat +androidx.fragment.R$styleable: int FragmentContainerView_android_tag +android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionBar_TabView +androidx.legacy.coreutils.R$styleable: int[] FontFamilyFont +com.google.android.material.R$attr: int dialogTheme +androidx.drawerlayout.R$style: int Widget_Compat_NotificationActionContainer +wangdaye.com.geometricweather.R$styleable: int CheckBoxPreference_summaryOn +wangdaye.com.geometricweather.R$animator: int weather_haze_3 +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Title_Inverse +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: boolean cancelled +com.google.android.material.floatingactionbutton.FloatingActionButton: void setImageDrawable(android.graphics.drawable.Drawable) +androidx.appcompat.app.WindowDecorActionBar: void addOnMenuVisibilityListener(androidx.appcompat.app.ActionBar$OnMenuVisibilityListener) +androidx.preference.R$styleable: int AppCompatTheme_textColorSearchUrl +james.adaptiveicon.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow +com.bumptech.glide.R$styleable: int GradientColor_android_endY +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.WeatherEntity,long) +wangdaye.com.geometricweather.R$id: int bottom +androidx.constraintlayout.widget.R$attr: int buttonStyle +androidx.constraintlayout.widget.R$attr: int motion_triggerOnCollision +okio.RealBufferedSink: okio.BufferedSink write(okio.ByteString) +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_AES_128_CBC_SHA +com.turingtechnologies.materialscrollbar.R$color: int background_floating_material_dark +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_17 +com.jaredrummler.android.colorpicker.R$drawable: int notification_bg_normal +androidx.appcompat.R$styleable: int AppCompatTheme_ratingBarStyleSmall +wangdaye.com.geometricweather.R$styleable: int[] MotionScene +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_chainUseRtl +wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Content +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight +com.jaredrummler.android.colorpicker.R$layout: int notification_template_part_chronometer +okhttp3.internal.http.HttpHeaders: java.lang.String readQuotedString(okio.Buffer) +androidx.dynamicanimation.R$dimen: int notification_small_icon_background_padding +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: java.lang.Object[] latest +androidx.swiperefreshlayout.R$id: int notification_main_column +com.google.android.material.R$styleable: int Constraint_layout_constraintGuide_percent +com.google.android.material.R$id: int on +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval +com.google.android.material.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode +androidx.lifecycle.LifecycleService +androidx.lifecycle.LifecycleRegistry: void handleLifecycleEvent(androidx.lifecycle.Lifecycle$Event) com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize -com.google.android.material.bottomnavigation.BottomNavigationView: void setSelectedItemId(int) -james.adaptiveicon.R$style: int Widget_AppCompat_ImageButton -androidx.constraintlayout.widget.R$id: int dragDown -androidx.recyclerview.R$styleable: int GradientColor_android_endX -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_translationY -okio.HashingSource: HashingSource(okio.Source,java.lang.String) -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ImageButton -androidx.preference.R$dimen: int abc_action_bar_stacked_max_height -com.jaredrummler.android.colorpicker.R$attr: int alpha -com.xw.repo.bubbleseekbar.R$color: int dim_foreground_disabled_material_light -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_FloatingActionButton -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: HourlyEntityDao(org.greenrobot.greendao.internal.DaoConfig) -com.google.android.material.R$attr: int useMaterialThemeColors -com.xw.repo.bubbleseekbar.R$color: int material_blue_grey_800 -com.jaredrummler.android.colorpicker.R$attr: int switchPreferenceStyle -com.google.android.material.R$dimen: int mtrl_extended_fab_translation_z_hovered_focused -com.google.android.material.chip.ChipGroup: void setChipSpacingHorizontal(int) -wangdaye.com.geometricweather.R$color: int design_dark_default_color_on_error -wangdaye.com.geometricweather.R$string: int feedback_not_yet_location -com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar -com.google.android.material.R$id: int accessibility_custom_action_3 -com.xw.repo.bubbleseekbar.R$id: int title -androidx.constraintlayout.widget.R$styleable: int[] AppCompatSeekBar -com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getHelperText() -androidx.preference.R$style: int TextAppearance_Compat_Notification_Title -okhttp3.internal.http2.Http2Connection$5: java.util.List val$requestHeaders -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_30 -okhttp3.internal.ws.WebSocketReader: boolean isClient -io.reactivex.Observable: void blockingSubscribe(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer,io.reactivex.functions.Action) -com.bumptech.glide.load.engine.GlideException: java.lang.String detailMessage -androidx.appcompat.widget.AppCompatTextView: java.lang.CharSequence getText() -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_ActionBar -okio.Buffer: okio.BufferedSink writeByte(int) -com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat_Dark -okio.Okio$3: Okio$3() -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xms -org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.DatabaseOpenHelper$EncryptedHelper encryptedHelper -com.xw.repo.bubbleseekbar.R$dimen: int highlight_alpha_material_dark -androidx.lifecycle.ViewModel: void onCleared() -androidx.work.R$styleable: int FontFamilyFont_ttcIndex -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_textAllCaps -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Small_Inverse -okhttp3.internal.http2.Http2Stream$FramingSource: long maxByteCount -com.google.android.material.R$dimen: int mtrl_calendar_header_toggle_margin_top -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: float getTrimPathEnd() -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: java.lang.String getDensityVoice(android.content.Context,float) -wangdaye.com.geometricweather.R$string: int abc_menu_sym_shortcut_label -io.reactivex.Observable: io.reactivex.disposables.Disposable subscribe() -androidx.preference.R$style: int Widget_AppCompat_SearchView -com.bumptech.glide.integration.okhttp.R$style: R$style() -android.support.v4.app.INotificationSideChannel -wangdaye.com.geometricweather.R$string: int widget_clock_day_horizontal -wangdaye.com.geometricweather.R$attr: int currentPageIndicatorColor -androidx.lifecycle.SavedStateHandle: androidx.savedstate.SavedStateRegistry$SavedStateProvider savedStateProvider() -com.google.android.material.R$layout: int abc_dialog_title_material -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Dialog -androidx.preference.R$styleable: int AppCompatTextView_drawableStartCompat -retrofit2.Retrofit: java.lang.Object create(java.lang.Class) +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge +wangdaye.com.geometricweather.R$drawable: int weather_haze_3 +androidx.loader.R$styleable: int GradientColor_android_centerX +cyanogenmod.app.suggest.ApplicationSuggestion$1: cyanogenmod.app.suggest.ApplicationSuggestion createFromParcel(android.os.Parcel) +cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: void removeCustomTileWithTag(java.lang.String,java.lang.String,int,int) +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xsr +james.adaptiveicon.R$dimen: int abc_text_size_title_material_toolbar +okhttp3.Cookie$Builder: okhttp3.Cookie build() +com.google.android.material.R$dimen: int mtrl_shape_corner_size_small_component +android.didikee.donate.R$styleable: int AppCompatTextView_drawableTintMode +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial: AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial() +com.jaredrummler.android.colorpicker.R$id: int up +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_divider_thickness +androidx.lifecycle.extensions.R$id: int fragment_container_view_tag +com.google.android.material.floatingactionbutton.FloatingActionButton$Behavior +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constrainedHeight +androidx.customview.R$id: int icon +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getMoonPhaseAngle() +wangdaye.com.geometricweather.db.entities.WeatherEntity: wangdaye.com.geometricweather.db.entities.DaoSession daoSession +wangdaye.com.geometricweather.db.entities.HourlyEntityDao +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader +okhttp3.internal.cache.DiskLruCache: int valueCount +com.google.android.material.R$styleable: int AppCompatTextHelper_android_drawableStart +androidx.viewpager.R$id: int notification_main_column +com.google.android.material.R$dimen: int abc_list_item_padding_horizontal_material +wangdaye.com.geometricweather.R$id: int dragDown +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem +wangdaye.com.geometricweather.R$drawable: int btn_checkbox_unchecked_mtrl +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorIconDrawable +okio.BufferedSource: long indexOf(byte,long) +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List daisan +wangdaye.com.geometricweather.R$animator: int mtrl_fab_show_motion_spec +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX() +com.turingtechnologies.materialscrollbar.R$integer: int mtrl_btn_anim_delay_ms +com.google.android.material.R$id: int mtrl_picker_text_input_date +wangdaye.com.geometricweather.R$id: int activity_widget_config_subtitleDataTitle +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain: java.lang.Float cumul3H +androidx.preference.R$styleable: int AppCompatTheme_actionBarTheme +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintEnd_toEndOf +wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_allowCustom +wangdaye.com.geometricweather.R$color: int background_floating_material_dark +wangdaye.com.geometricweather.R$styleable: int SwitchPreference_switchTextOn +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeIcePrecipitation +okhttp3.internal.platform.Platform: void connectSocket(java.net.Socket,java.net.InetSocketAddress,int) +wangdaye.com.geometricweather.R$layout: int container_main_first_card_header +androidx.preference.R$drawable: int abc_btn_check_material +androidx.preference.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle +com.google.android.material.R$attr: int itemShapeAppearance +com.google.android.material.R$color: int design_bottom_navigation_shadow_color +wangdaye.com.geometricweather.R$styleable: int MaterialButton_android_insetBottom +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: java.lang.String from +com.bumptech.glide.integration.okhttp3.OkHttpGlideModule: OkHttpGlideModule() +com.google.android.material.R$style: int Theme_Design_Light_NoActionBar +wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle valueOf(java.lang.String) +okhttp3.RealCall$AsyncCall: void executeOn(java.util.concurrent.ExecutorService) +com.google.android.material.button.MaterialButton: void setIconTintMode(android.graphics.PorterDuff$Mode) +okhttp3.ResponseBody$1: okhttp3.MediaType val$contentType +androidx.constraintlayout.widget.R$styleable: int GradientColor_android_startY +cyanogenmod.app.ThemeVersion: java.util.List getComponentVersions() +wangdaye.com.geometricweather.main.dialogs.LocationHelpDialog +okhttp3.internal.http2.Http2Codec: java.util.List http2HeadersList(okhttp3.Request) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator RECENTS_SHOW_SEARCH_BAR_VALIDATOR +androidx.constraintlayout.widget.ConstraintHelper: int[] getReferencedIds() +okhttp3.CookieJar$1: CookieJar$1() +androidx.lifecycle.Lifecycling: int REFLECTIVE_CALLBACK +com.google.android.material.R$dimen: int appcompat_dialog_background_inset +androidx.appcompat.resources.R$string: int status_bar_notification_info_overflow +okio.Buffer: okio.Timeout timeout() +cyanogenmod.profiles.AirplaneModeSettings: void processOverride(android.content.Context) +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder host(java.lang.String) +cyanogenmod.externalviews.ExternalView: java.util.LinkedList mQueue +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getTranslateX() +wangdaye.com.geometricweather.R$attr: int windowActionBarOverlay +com.google.android.material.R$style: int Base_Theme_MaterialComponents +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: long serialVersionUID +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_alertDialogCenterButtons +com.google.android.material.R$attr: int errorContentDescription +wangdaye.com.geometricweather.R$styleable: int Chip_closeIcon +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored +android.didikee.donate.R$color: int highlighted_text_material_dark +android.didikee.donate.R$styleable: int[] TextAppearance +androidx.drawerlayout.R$drawable: int notification_action_background +io.reactivex.internal.schedulers.ScheduledRunnable: java.lang.Object DONE +androidx.drawerlayout.R$id: int notification_background +androidx.appcompat.R$styleable: int TextAppearance_android_typeface +androidx.constraintlayout.widget.R$styleable: int Constraint_android_rotationY +wangdaye.com.geometricweather.R$styleable: int Transform_android_translationZ +wangdaye.com.geometricweather.R$drawable: int ic_flower +okhttp3.internal.http2.Hpack$Reader: int dynamicTableIndex(int) +androidx.preference.R$styleable: int SwitchCompat_trackTintMode +cyanogenmod.externalviews.KeyguardExternalView: void performAction(java.lang.Runnable) +androidx.work.WorkerParameters +wangdaye.com.geometricweather.R$drawable: int abc_text_select_handle_right_mtrl_light +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setWeatherCode(wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode) +wangdaye.com.geometricweather.R$string: int mtrl_picker_toggle_to_day_selection +com.jaredrummler.android.colorpicker.R$styleable: int[] StateListDrawableItem +androidx.appcompat.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setWeatherEnd(java.lang.String) +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Dialog_MinWidth +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorError +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton +io.reactivex.internal.observers.LambdaObserver: LambdaObserver(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer,io.reactivex.functions.Action,io.reactivex.functions.Consumer) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: java.lang.String value +androidx.viewpager2.R$attr: int fontProviderFetchStrategy +androidx.constraintlayout.widget.R$color: int tooltip_background_dark +androidx.appcompat.widget.SearchView$SearchAutoComplete: void setThreshold(int) +com.google.gson.stream.JsonReader: java.lang.String nextQuotedValue(char) +cyanogenmod.themes.ThemeManager$2$1: cyanogenmod.themes.ThemeManager$2 this$1 +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: ObservableRetryPredicate$RepeatObserver(io.reactivex.Observer,long,io.reactivex.functions.Predicate,io.reactivex.internal.disposables.SequentialDisposable,io.reactivex.ObservableSource) +androidx.constraintlayout.widget.R$color: int primary_text_default_material_dark +com.bumptech.glide.R$styleable: int GradientColor_android_tileMode +androidx.constraintlayout.widget.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 +android.didikee.donate.R$id: int titleDividerNoCustom +wangdaye.com.geometricweather.R$drawable: int clock_minute_dark +androidx.lifecycle.ReportFragment: androidx.lifecycle.ReportFragment get(android.app.Activity) +com.xw.repo.bubbleseekbar.R$style: int Base_Animation_AppCompat_Dialog +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float icePrecipitationProbability +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_switchTextOff +wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_yearTodayStyle +androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityPaused(android.app.Activity) +androidx.vectordrawable.R$string +okhttp3.internal.http2.Http2Reader$Handler: void windowUpdate(int,long) +androidx.constraintlayout.widget.R$styleable: int View_paddingEnd +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_VMAIL_LED_ON +okio.Buffer: okio.Buffer$UnsafeCursor readAndWriteUnsafe() +androidx.core.R$id: int text2 +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_android_windowAnimationStyle androidx.lifecycle.ViewModelProvider$NewInstanceFactory: ViewModelProvider$NewInstanceFactory() -com.turingtechnologies.materialscrollbar.R$attr: int checkedChip -androidx.hilt.work.R$id: int accessibility_custom_action_9 -androidx.viewpager2.R$styleable: int GradientColor_android_startColor -android.didikee.donate.R$attr: int showText -com.google.android.material.slider.BaseSlider: float getValueTo() -androidx.preference.R$style: int Widget_AppCompat_ActionBar -io.reactivex.internal.queue.SpscArrayQueue: java.lang.Object poll() -com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState[] values() -androidx.activity.R$id: int accessibility_custom_action_26 -com.turingtechnologies.materialscrollbar.R$anim: int abc_grow_fade_in_from_bottom +wangdaye.com.geometricweather.R$attr: int counterTextColor +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_default_padding_start_material +com.google.android.material.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView +cyanogenmod.app.suggest.ApplicationSuggestion$1: java.lang.Object createFromParcel(android.os.Parcel) +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void otherError(java.lang.Throwable) +com.xw.repo.bubbleseekbar.R$attr: int listChoiceBackgroundIndicator +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: java.lang.String LongPhrase +com.google.android.material.R$style: int Base_Widget_AppCompat_RatingBar_Small +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getPm25() +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintVertical_bias +okhttp3.internal.connection.RealConnection: int allocationLimit +androidx.transition.ChangeBounds$7: androidx.transition.ChangeBounds$ViewBounds mViewBounds +androidx.appcompat.R$dimen: int abc_search_view_preferred_height +androidx.viewpager.R$id: int async +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_autoSizeMinTextSize +com.google.android.material.R$dimen: int design_bottom_navigation_margin +wangdaye.com.geometricweather.common.basic.models.weather.Base: java.util.Date getUpdateDate() +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Subhead +androidx.constraintlayout.widget.R$styleable: int ActionBar_subtitleTextStyle +wangdaye.com.geometricweather.R$drawable: int shortcuts_refresh_foreground +io.reactivex.Observable: io.reactivex.Observable merge(io.reactivex.ObservableSource) +androidx.activity.R$styleable: int FontFamily_fontProviderCerts +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_lastHorizontalBias +wangdaye.com.geometricweather.db.entities.AlertEntity: long time +retrofit2.SkipCallbackExecutorImpl: SkipCallbackExecutorImpl() +cyanogenmod.app.ProfileGroup: void getXmlString(java.lang.StringBuilder,android.content.Context) +androidx.appcompat.resources.R$color +com.google.android.material.slider.BaseSlider: void setEnabled(boolean) +com.google.android.material.R$attr: int floatingActionButtonStyle +cyanogenmod.app.PartnerInterface: java.lang.String TAG +james.adaptiveicon.R$styleable: int MenuGroup_android_enabled +com.google.android.material.R$string: R$string() +james.adaptiveicon.R$drawable: int abc_scrubber_control_off_mtrl_alpha +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarPopupTheme +wangdaye.com.geometricweather.background.receiver.widget.AbstractWidgetProvider: AbstractWidgetProvider() +wangdaye.com.geometricweather.R$color: int design_default_color_primary +com.xw.repo.bubbleseekbar.R$attr: int ratingBarStyleSmall +com.google.android.material.R$dimen: int abc_dialog_fixed_width_minor +androidx.preference.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setWind(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean) +androidx.loader.R$color: int notification_icon_bg_color +com.bumptech.glide.integration.okhttp.R$dimen: int compat_button_padding_horizontal_material +com.bumptech.glide.R$styleable: int GradientColorItem_android_color +com.google.android.material.chip.Chip: void setSingleLine(boolean) +wangdaye.com.geometricweather.R$id: int container_main_first_card_header_localTimeText +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_alertDialogStyle +androidx.lifecycle.extensions.R$anim: R$anim() +android.didikee.donate.R$styleable: int AppCompatTextView_drawableTopCompat +com.turingtechnologies.materialscrollbar.R$styleable: int Spinner_android_prompt +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceGroup_initialExpandedChildrenCount +cyanogenmod.themes.IThemeService$Stub$Proxy +com.turingtechnologies.materialscrollbar.R$styleable: int CompoundButton_buttonCompat +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_toTopOf +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIcon +androidx.preference.R$id: int textSpacerNoTitle +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_disableDependentsState +androidx.hilt.work.R$dimen: int notification_media_narrow_margin +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX() +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableRightCompat +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeRainPrecipitationDuration +wangdaye.com.geometricweather.R$id: int tabMode +james.adaptiveicon.R$styleable: int MenuView_android_headerBackground +android.didikee.donate.R$color: int dim_foreground_disabled_material_dark +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$Geometry: java.util.List coordinates +android.support.v4.os.ResultReceiver: void send(int,android.os.Bundle) +wangdaye.com.geometricweather.R$id: int notification_multi_city_text_1 +io.reactivex.Observable: io.reactivex.disposables.Disposable forEachWhile(io.reactivex.functions.Predicate,io.reactivex.functions.Consumer,io.reactivex.functions.Action) +cyanogenmod.themes.IThemeChangeListener$Stub: java.lang.String DESCRIPTOR +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: void setUrl(java.lang.String) +james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar +com.google.android.material.R$attr: int placeholderTextColor +wangdaye.com.geometricweather.R$id: int parent_matrix +androidx.cardview.R$styleable: int CardView_cardMaxElevation +com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat_Light +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void dispose() +wangdaye.com.geometricweather.R$id: int container_main_sun_moon_sunrise_sunset +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_min_width +cyanogenmod.themes.ThemeChangeRequest: ThemeChangeRequest(android.os.Parcel,cyanogenmod.themes.ThemeChangeRequest$1) +wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: void setProgressColor(int) +okio.BufferedSink: okio.BufferedSink write(byte[]) +com.xw.repo.bubbleseekbar.R$attr: int alphabeticModifiers +okhttp3.logging.LoggingEventListener: void dnsStart(okhttp3.Call,java.lang.String) +com.google.android.material.R$attr: int chipCornerRadius +android.didikee.donate.R$attr: int tickMark +okio.Segment: int SIZE +wangdaye.com.geometricweather.R$attr: int tabRippleColor +okhttp3.Call$Factory: okhttp3.Call newCall(okhttp3.Request) +com.jaredrummler.android.colorpicker.ColorPreferenceCompat: ColorPreferenceCompat(android.content.Context,android.util.AttributeSet) +cyanogenmod.app.PartnerInterface: void shutdownDevice() +okhttp3.Callback: void onFailure(okhttp3.Call,java.io.IOException) +cyanogenmod.app.IPartnerInterface: void shutdown() +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$1: void run() +io.reactivex.internal.util.ExceptionHelper$Termination +wangdaye.com.geometricweather.R$drawable: int weather_snow_mini_light +com.google.android.material.R$color: int design_error +okhttp3.OkHttpClient$1: void setCache(okhttp3.OkHttpClient$Builder,okhttp3.internal.cache.InternalCache) +com.google.android.material.R$styleable: int Constraint_transitionPathRotate +wangdaye.com.geometricweather.R$id: int easeIn +com.google.android.material.slider.Slider: int getThumbRadius() +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_26 +okio.DeflaterSink: boolean closed +androidx.vectordrawable.animated.R$styleable: int[] FontFamilyFont +com.google.android.material.progressindicator.ProgressIndicator: int getIndicatorSize() +com.google.android.material.tabs.TabLayout: void setTabTextColors(android.content.res.ColorStateList) +androidx.hilt.lifecycle.R$dimen: int notification_small_icon_size_as_large +androidx.fragment.R$styleable: int FontFamily_fontProviderFetchTimeout +com.google.android.material.R$styleable: int CollapsingToolbarLayout_scrimVisibleHeightTrigger +wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundNormalUpdateService +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STYLE_PREVIEW +cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_SHOW_WEATHER +wangdaye.com.geometricweather.R$styleable: int ActionBar_divider +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_percent +cyanogenmod.themes.IThemeProcessingListener$Stub$Proxy: void onFinishedProcessing(java.lang.String) +wangdaye.com.geometricweather.R$attr: int homeLayout +com.google.android.material.R$id: int action_bar_activity_content +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Body1 +wangdaye.com.geometricweather.R$color: int weather_source_caiyun +cyanogenmod.weather.CMWeatherManager$LookupCityRequestListener +com.google.android.material.R$styleable: int MaterialButton_android_insetLeft +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties +wangdaye.com.geometricweather.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset +cyanogenmod.providers.ThemesContract$PreviewColumns: android.net.Uri APPLIED_URI +com.google.android.material.R$styleable: int Chip_hideMotionSpec +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: void setDefaultSmsSub(int) +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Spinner_Underlined +okhttp3.internal.http2.Http2Connection: java.lang.String hostname +com.google.android.material.R$styleable: int KeyPosition_percentWidth +androidx.vectordrawable.R$attr: int fontProviderPackage +androidx.dynamicanimation.R$id: int notification_main_column_container +android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat_Light +com.google.android.material.timepicker.TimePickerView: void setOnDoubleTapListener(com.google.android.material.timepicker.TimePickerView$OnDoubleTapListener) +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_Button +okhttp3.internal.http1.Http1Codec$ChunkedSink: Http1Codec$ChunkedSink(okhttp3.internal.http1.Http1Codec) +wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation: wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation valueOf(java.lang.String) +cyanogenmod.themes.ThemeManager$1$2: boolean val$isSuccess +okhttp3.internal.http2.Huffman$Node: Huffman$Node(int,int) +com.google.android.material.slider.BaseSlider: void setValueFrom(float) +cyanogenmod.externalviews.KeyguardExternalView$11: cyanogenmod.externalviews.KeyguardExternalView this$0 +james.adaptiveicon.R$attr: int switchMinWidth +com.xw.repo.bubbleseekbar.R$anim: int abc_popup_enter +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_startIconTintMode +cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String MINUTES +wangdaye.com.geometricweather.R$string: int feedback_updated_in_background +okio.RealBufferedSource: long indexOf(byte,long) +android.didikee.donate.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox +okhttp3.internal.ws.RealWebSocket: long queueSize +wangdaye.com.geometricweather.background.receiver.widget.AbstractWidgetProvider +cyanogenmod.app.Profile: void setConditionalType() +com.google.android.material.R$styleable: int KeyTimeCycle_curveFit +wangdaye.com.geometricweather.R$attr: int closeIconTint +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_fontVariationSettings +androidx.cardview.R$styleable: int CardView_contentPaddingLeft +com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleGravity +cyanogenmod.app.ProfileGroup: java.lang.String TAG +androidx.hilt.R$style: R$style() +com.turingtechnologies.materialscrollbar.R$color: int material_grey_600 +androidx.core.R$id: int accessibility_custom_action_9 +androidx.hilt.R$id: int right_side +wangdaye.com.geometricweather.R$attr: int cpv_colorPresets +androidx.constraintlayout.widget.R$drawable: int abc_edit_text_material +com.google.android.material.R$styleable: int ActionBar_contentInsetLeft +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +androidx.legacy.coreutils.R$dimen: int compat_button_padding_vertical_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: java.lang.String uvIndex +wangdaye.com.geometricweather.R$string: int widget_trend_hourly +cyanogenmod.externalviews.KeyguardExternalView$7: cyanogenmod.externalviews.KeyguardExternalView this$0 +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_endColor +james.adaptiveicon.R$attr: int titleMargin +androidx.legacy.coreutils.R$dimen: int notification_right_icon_size +okhttp3.internal.http2.Http2Stream +okio.RealBufferedSource: int read(java.nio.ByteBuffer) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: int getStatus() +com.turingtechnologies.materialscrollbar.R$color: int mtrl_chip_text_color +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX: CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX() +androidx.constraintlayout.widget.R$dimen: int abc_list_item_height_large_material +androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_font +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast: long dt +com.google.android.material.R$styleable: int AppBarLayout_liftOnScrollTargetViewId +okhttp3.internal.io.FileSystem$1: boolean exists(java.io.File) +com.turingtechnologies.materialscrollbar.R$dimen: int abc_config_prefDialogWidth +androidx.lifecycle.MediatorLiveData: void removeSource(androidx.lifecycle.LiveData) +androidx.appcompat.R$id: int decor_content_parent +androidx.loader.R$dimen: int notification_action_text_size +com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_listItemLayout +wangdaye.com.geometricweather.R$string: int settings_notification_hide_big_view_on +wangdaye.com.geometricweather.R$dimen: int material_clock_number_text_size +retrofit2.adapter.rxjava2.Result: retrofit2.adapter.rxjava2.Result response(retrofit2.Response) +androidx.hilt.R$attr +io.reactivex.Observable: io.reactivex.Observable hide() +wangdaye.com.geometricweather.R$drawable: int selectable_item_background +com.jaredrummler.android.colorpicker.R$style: int Preference_DialogPreference_Material +cyanogenmod.profiles.ConnectionSettings: int mConnectionId +io.reactivex.internal.util.HashMapSupplier +okhttp3.Request$Builder: okhttp3.Request$Builder header(java.lang.String,java.lang.String) +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_6 +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_visibility +com.google.android.material.R$layout: int abc_expanded_menu_layout +androidx.constraintlayout.widget.R$styleable: int GradientColorItem_android_offset +androidx.lifecycle.LifecycleOwner: androidx.lifecycle.Lifecycle getLifecycle() +wangdaye.com.geometricweather.R$drawable: int weather_wind_mini_xml +android.didikee.donate.R$id: int parentPanel +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: void dispose() +com.google.gson.internal.LinkedTreeMap: java.util.Set entrySet() +wangdaye.com.geometricweather.R$styleable: int Insets_paddingLeftSystemWindowInsets +com.turingtechnologies.materialscrollbar.Indicator: void setTextColor(int) +wangdaye.com.geometricweather.common.basic.models.weather.History: long time +com.google.android.material.appbar.CollapsingToolbarLayout: CollapsingToolbarLayout(android.content.Context,android.util.AttributeSet) +cyanogenmod.weather.WeatherInfo: double getTemperature() +cyanogenmod.weather.WeatherLocation: java.lang.String mKey +wangdaye.com.geometricweather.R$attr: int msb_barColor +com.google.android.material.R$styleable: int Chip_chipStrokeColor +james.adaptiveicon.R$styleable: int SearchView_searchHintIcon +androidx.appcompat.widget.Toolbar: int getContentInsetEnd() +android.didikee.donate.R$layout: int abc_action_mode_close_item_material +wangdaye.com.geometricweather.R$styleable: int CompoundButton_buttonTintMode +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeWetBulbTemperature() +android.didikee.donate.R$style: int Theme_AppCompat_Light_Dialog +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow +okhttp3.EventListener: void responseHeadersStart(okhttp3.Call) +wangdaye.com.geometricweather.R$drawable: int notif_temp_67 +com.google.android.material.R$id: int dragEnd +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: android.view.WindowManager$LayoutParams mParams +android.didikee.donate.R$style: int Platform_Widget_AppCompat_Spinner +com.turingtechnologies.materialscrollbar.R$attr: int homeAsUpIndicator +com.jaredrummler.android.colorpicker.R$attr: int layout_behavior +io.reactivex.exceptions.CompositeException: java.lang.Throwable getCause() +james.adaptiveicon.R$integer: int config_tooltipAnimTime +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_show_thumb_text +com.google.android.material.R$styleable: int[] TabItem +com.turingtechnologies.materialscrollbar.R$attr: int textAllCaps +android.didikee.donate.R$styleable: int SwitchCompat_switchPadding +androidx.appcompat.R$bool: int abc_action_bar_embed_tabs +androidx.cardview.R$styleable: int CardView_contentPaddingBottom +android.didikee.donate.R$style: int Widget_AppCompat_Light_AutoCompleteTextView +com.jaredrummler.android.colorpicker.R$attr: int paddingStart +wangdaye.com.geometricweather.R$style: int large_title_text +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Direction: java.lang.String English +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Temperature +okhttp3.internal.http2.PushObserver: boolean onData(int,okio.BufferedSource,int,boolean) +wangdaye.com.geometricweather.main.models.LocationResource$Event: wangdaye.com.geometricweather.main.models.LocationResource$Event BACKGROUND_UPDATE +androidx.fragment.R$dimen: int notification_action_text_size +wangdaye.com.geometricweather.R$attr: int key +androidx.preference.R$layout: int custom_dialog +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_BottomRightCut +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar +com.jaredrummler.android.colorpicker.R$id: int src_over +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHorizontal_bias +wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Title_Text +com.google.android.material.R$attr: int behavior_fitToContents +cyanogenmod.profiles.RingModeSettings: int describeContents() +com.google.android.material.R$color: int primary_dark_material_dark +wangdaye.com.geometricweather.R$string: int geometric_weather +wangdaye.com.geometricweather.background.polling.work.worker.AsyncUpdateWorker +android.didikee.donate.R$dimen: int disabled_alpha_material_dark +com.google.android.material.R$styleable: int AppCompatTextView_drawableTint +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain: java.lang.Float cumul12H +com.jaredrummler.android.colorpicker.R$id: int search_button +wangdaye.com.geometricweather.db.entities.LocationEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) +cyanogenmod.weather.CMWeatherManager: java.util.Map mWeatherUpdateRequestListeners +wangdaye.com.geometricweather.R$id: int decor_content_parent +wangdaye.com.geometricweather.R$array: int weather_sources +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setUpdateTime(long) +okio.ByteString: okio.ByteString encodeString(java.lang.String,java.nio.charset.Charset) +com.google.android.material.R$dimen: int abc_text_size_button_material +retrofit2.RequestFactory$Builder: java.lang.String httpMethod +androidx.viewpager.widget.PagerTabStrip: void setBackgroundColor(int) +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: ObservableWindow$WindowExactObserver(io.reactivex.Observer,long,int) +okhttp3.internal.ws.RealWebSocket: void checkResponse(okhttp3.Response) +com.google.android.material.R$attr: int colorOnError +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: ArcProgress(android.content.Context) +android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView +androidx.activity.R$id: int tag_accessibility_actions +okhttp3.internal.platform.OptionalMethod: java.lang.String methodName +wangdaye.com.geometricweather.R$styleable: int SwitchPreference_android_switchTextOff +okhttp3.internal.http.HttpHeaders: int skipUntil(java.lang.String,int,java.lang.String) +retrofit2.Retrofit: retrofit2.Converter requestBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],java.lang.annotation.Annotation[]) io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void innerValue(boolean,java.lang.Object) -com.jaredrummler.android.colorpicker.R$id: int submenuarrow -com.google.android.material.navigation.NavigationView: int getItemMaxLines() -cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable -cyanogenmod.weather.WeatherInfo$DayForecast: int mConditionCode -androidx.preference.R$style: int Base_Widget_AppCompat_Button_Colored -com.google.android.material.R$id: int unchecked -wangdaye.com.geometricweather.R$id: int collapseActionView -okhttp3.internal.tls.DistinguishedNameParser: int getByte(int) -wangdaye.com.geometricweather.R$plurals: R$plurals() -com.xw.repo.bubbleseekbar.R$styleable: int[] ViewStubCompat -androidx.lifecycle.extensions.R$integer: int status_bar_notification_info_maxnum -com.turingtechnologies.materialscrollbar.R$style: int Base_V28_Theme_AppCompat -james.adaptiveicon.R$styleable: int AppCompatTheme_buttonBarButtonStyle -com.google.android.material.R$interpolator: R$interpolator() -androidx.cardview.R$styleable: R$styleable() -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceStyle -com.jaredrummler.android.colorpicker.R$styleable: int[] ViewStubCompat -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: void setSpeed(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX) -com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getItemIconSize() -com.jaredrummler.android.colorpicker.R$anim: int abc_slide_out_top -androidx.lifecycle.ProcessLifecycleOwnerInitializer: java.lang.String getType(android.net.Uri) -com.turingtechnologies.materialscrollbar.R$color: int design_bottom_navigation_shadow_color -androidx.preference.R$attr: int actionDropDownStyle -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_contentInsetEndWithActions -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_suggestionRowLayout -com.turingtechnologies.materialscrollbar.Handle: void setRightToLeft(boolean) -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_thumbTextPadding -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_Switch -com.google.android.material.R$id: int search_plate -androidx.appcompat.R$styleable: int Toolbar_titleTextColor -okhttp3.internal.http.HttpMethod -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver: io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver parent -androidx.appcompat.R$style: int Platform_V21_AppCompat -androidx.appcompat.R$styleable: int ViewBackgroundHelper_backgroundTint -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int MIXED_RAIN_AND_SLEET -android.didikee.donate.R$layout: int notification_template_part_chronometer -androidx.work.R$id: int line3 -okhttp3.CacheControl: int maxStaleSeconds() -androidx.lifecycle.ClassesInfoCache$MethodReference: int hashCode() -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse -okhttp3.TlsVersion: okhttp3.TlsVersion valueOf(java.lang.String) -com.google.android.material.chip.Chip: void setCloseIconPressed(boolean) -james.adaptiveicon.R$style: int Widget_AppCompat_ListView_Menu -androidx.preference.R$id: int accessibility_custom_action_28 -androidx.work.R$layout -james.adaptiveicon.R$styleable: int MenuGroup_android_checkableBehavior -wangdaye.com.geometricweather.R$attr: int actionModeBackground -wangdaye.com.geometricweather.R$drawable: int abc_cab_background_internal_bg -okhttp3.FormBody: java.lang.String encodedName(int) -cyanogenmod.app.Profile$1: Profile$1() -okhttp3.internal.cache.FaultHidingSink -retrofit2.http.PATCH -james.adaptiveicon.R$styleable: int TextAppearance_android_textColorHint -com.google.android.material.textfield.TextInputLayout: void setExpandedHintEnabled(boolean) -androidx.coordinatorlayout.R$layout: int custom_dialog -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: android.os.Bundle mOptions -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorPrimary -com.google.android.material.R$styleable: int Constraint_flow_verticalGap -androidx.appcompat.R$color: int abc_decor_view_status_guard_light -cyanogenmod.themes.IThemeService$Stub$Proxy: java.lang.String getInterfaceDescriptor() -okio.ByteString: char[] HEX_DIGITS -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintRight_toLeftOf -androidx.vectordrawable.animated.R$styleable: int FontFamily_fontProviderFetchStrategy -androidx.work.R$id -retrofit2.OkHttpCall$1: void onResponse(okhttp3.Call,okhttp3.Response) -com.google.android.material.R$attr: int materialCalendarHeaderToggleButton -com.jaredrummler.android.colorpicker.R$attr: int orderingFromXml -androidx.lifecycle.ProcessLifecycleOwner: androidx.lifecycle.LifecycleOwner get() -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_search_api_material -com.google.android.material.R$styleable: int AppCompatTheme_actionModeSplitBackground -androidx.drawerlayout.R$dimen: int notification_main_column_padding_top -com.google.android.material.R$attr: int textAppearanceHeadline4 -com.google.android.material.transformation.ExpandableTransformationBehavior: ExpandableTransformationBehavior(android.content.Context,android.util.AttributeSet) -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void innerComplete(io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver) -james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge -androidx.preference.R$style: int Preference_SwitchPreference_Material -android.didikee.donate.R$id: int decor_content_parent -androidx.dynamicanimation.R$dimen: int notification_action_icon_size -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void truncateFinal() -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Display2 -retrofit2.Utils$GenericArrayTypeImpl: java.lang.String toString() -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu -com.google.android.material.R$styleable: int Constraint_layout_goneMarginBottom -com.bumptech.glide.integration.okhttp.R$id: int normal -okhttp3.internal.http2.Http2Stream$StreamTimeout: void exitAndThrowIfTimedOut() -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_RatingBar_Indicator -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintCircle -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatSeekBar_tickMarkTint -androidx.lifecycle.Transformations$1 -wangdaye.com.geometricweather.R$id: int activity_card_display_manage_appBar -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: BaiduIPLocationService(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationApi,io.reactivex.disposables.CompositeDisposable) -com.google.android.material.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable -androidx.recyclerview.R$id: int action_divider -wangdaye.com.geometricweather.R$styleable: int MaterialCardView_checkedIconSize -wangdaye.com.geometricweather.R$drawable: int weather_haze_2 -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable -androidx.appcompat.app.ActionBar -com.bumptech.glide.load.engine.GlideException -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life -androidx.preference.R$style: int Base_V7_Theme_AppCompat_Light_Dialog -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String nighttimeWeatherText -wangdaye.com.geometricweather.R$style: int Platform_MaterialComponents_Light_Dialog -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dividerVertical -cyanogenmod.app.LiveLockScreenManager: void cancel(int) -com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableTransition_android_reversible -com.google.android.material.R$style: int ShapeAppearanceOverlay_Cut -wangdaye.com.geometricweather.R$string: int item_view_role_description -androidx.vectordrawable.R$styleable: int GradientColor_android_centerY -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setDetail(java.lang.String) -androidx.core.R$styleable: int FontFamilyFont_fontVariationSettings -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_elevation -com.google.android.material.R$styleable: int MaterialShape_shapeAppearanceOverlay -com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_borderless_material -wangdaye.com.geometricweather.R$drawable: int shortcuts_partly_cloudy_day -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: void drain() -wangdaye.com.geometricweather.R$string: int feedback_live_wallpaper_weather_kind -okhttp3.HttpUrl: java.lang.String queryParameterValue(int) -okio.GzipSource: okio.BufferedSource source -wangdaye.com.geometricweather.R$drawable: int weather_cloudy_pixel -wangdaye.com.geometricweather.R$string: int key_trend_horizontal_line_switch -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float thunderstormPrecipitation -androidx.appcompat.R$styleable: int AppCompatTheme_controlBackground -com.google.android.material.R$attr: int counterTextColor -okhttp3.internal.http1.Http1Codec$ChunkedSource: long bytesRemainingInChunk -com.google.android.material.R$drawable: int abc_ic_clear_material -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_creator -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: float getProgress() -androidx.preference.R$layout: int notification_template_icon_group -androidx.work.WorkerParameters -wangdaye.com.geometricweather.R$attr: int backgroundInsetTop -wangdaye.com.geometricweather.db.entities.WeatherEntity: void delete() -okhttp3.RequestBody$2: okhttp3.MediaType contentType() -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: LocationEntityDao$Properties() -retrofit2.ParameterHandler$1: retrofit2.ParameterHandler this$0 -androidx.work.R$id: int accessibility_custom_action_2 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: void setTo(java.lang.String) -androidx.work.R$dimen: R$dimen() -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid -com.xw.repo.bubbleseekbar.R$color: int secondary_text_default_material_light -androidx.preference.R$style: int Widget_AppCompat_RatingBar_Indicator -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents -com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges -wangdaye.com.geometricweather.R$id: int view_offset_helper -io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: long serialVersionUID -wangdaye.com.geometricweather.R$attr: int materialButtonOutlinedStyle -wangdaye.com.geometricweather.R$id: int notification_big_icon_3 -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_tooltipForegroundColor -com.google.android.material.R$dimen: int mtrl_slider_label_radius -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode fromHttp2(int) -androidx.hilt.work.R$styleable: int GradientColor_android_endY -retrofit2.ParameterHandler$HeaderMap: void apply(retrofit2.RequestBuilder,java.lang.Object) -com.google.android.material.R$dimen: int material_filled_edittext_font_2_0_padding_bottom -wangdaye.com.geometricweather.R$drawable: int weather_hail_mini_xml -com.google.android.material.R$string: R$string() -com.google.android.material.bottomappbar.BottomAppBar$SavedState: android.os.Parcelable$Creator CREATOR -com.google.android.material.R$styleable: int TabLayout_tabPaddingEnd -com.google.android.material.R$styleable: int ActionMode_backgroundSplit -androidx.coordinatorlayout.R$id: int tag_screen_reader_focusable -okhttp3.OkHttpClient: int callTimeout -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver[] EMPTY -com.google.android.material.R$styleable: int[] RecyclerView -androidx.preference.R$style: int Widget_AppCompat_DrawerArrowToggle -com.turingtechnologies.materialscrollbar.R$attr: int progressBarStyle -okio.Pipe$PipeSink -cyanogenmod.providers.CMSettings$System: boolean putStringForUser(android.content.ContentResolver,java.lang.String,java.lang.String,int) -androidx.appcompat.R$styleable: int AppCompatTheme_actionModePasteDrawable -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small -androidx.hilt.lifecycle.R$anim: int fragment_open_exit -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: long EndEpochDate -wangdaye.com.geometricweather.R$drawable: int notification_bg_low -wangdaye.com.geometricweather.R$color: int material_blue_grey_800 -wangdaye.com.geometricweather.R$dimen: int fastscroll_margin -com.xw.repo.bubbleseekbar.R$style: int Widget_Compat_NotificationActionText -io.reactivex.internal.operators.observable.ObserverResourceWrapper: void onSubscribe(io.reactivex.disposables.Disposable) -io.reactivex.Observable: io.reactivex.Observable generate(java.util.concurrent.Callable,io.reactivex.functions.BiConsumer) -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton -androidx.lifecycle.ServiceLifecycleDispatcher: androidx.lifecycle.LifecycleRegistry mRegistry -com.turingtechnologies.materialscrollbar.R$attr: int contentInsetLeft -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constrainedWidth -retrofit2.HttpServiceMethod$CallAdapted: HttpServiceMethod$CallAdapted(retrofit2.RequestFactory,okhttp3.Call$Factory,retrofit2.Converter,retrofit2.CallAdapter) -wangdaye.com.geometricweather.R$xml: int widget_clock_day_details -androidx.appcompat.view.menu.ListMenuItemView: androidx.appcompat.view.menu.MenuItemImpl getItemData() -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position position -androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customPixelDimension -cyanogenmod.externalviews.KeyguardExternalView: void access$300(cyanogenmod.externalviews.KeyguardExternalView) -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: cyanogenmod.externalviews.IKeyguardExternalViewProvider asInterface(android.os.IBinder) -wangdaye.com.geometricweather.R$id: int transition_position -androidx.preference.R$attr: int enableCopying -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem -com.google.android.material.slider.Slider: void setThumbStrokeColor(android.content.res.ColorStateList) -okhttp3.internal.ws.RealWebSocket$Streams: RealWebSocket$Streams(boolean,okio.BufferedSource,okio.BufferedSink) -androidx.hilt.work.R$color: R$color() -cyanogenmod.externalviews.KeyguardExternalView$8: cyanogenmod.externalviews.KeyguardExternalView this$0 -androidx.preference.R$attr -james.adaptiveicon.R$attr: int fontProviderQuery -androidx.constraintlayout.widget.R$drawable: int abc_ic_star_half_black_16dp -com.google.android.material.bottomappbar.BottomAppBar: float getFabTranslationX() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Metric: AccuCurrentResult$PrecipitationSummary$Precipitation$Metric() -cyanogenmod.app.ProfileGroup$1: ProfileGroup$1() -james.adaptiveicon.R$drawable: int abc_text_select_handle_middle_mtrl_dark -com.google.android.material.R$id: int action_container -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void drain() -james.adaptiveicon.R$styleable: int MenuItem_android_checkable -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_show_thumb_text -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_fontFamily -androidx.appcompat.R$id: int chronometer -cyanogenmod.externalviews.KeyguardExternalView$8: boolean val$showing -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Dark_ActionBar -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void attachEntity(java.lang.Object) -wangdaye.com.geometricweather.R$string: int settings_title_click_widget_to_refresh -wangdaye.com.geometricweather.background.receiver.widget.WidgetTrendDailyProvider: WidgetTrendDailyProvider() -androidx.viewpager.widget.ViewPager: ViewPager(android.content.Context) -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_itemPadding -wangdaye.com.geometricweather.R$styleable: int CardView_cardUseCompatPadding -com.google.android.material.textfield.TextInputLayout: TextInputLayout(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$styleable: int MaterialButton_iconTint -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult$Temperature: java.lang.String Unit -com.github.rahatarmanahmed.cpv.CircularProgressView: android.graphics.RectF bounds -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorPrimary -wangdaye.com.geometricweather.R$attr: int allowDividerAbove -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ListView_Menu -androidx.drawerlayout.R$dimen: int notification_right_icon_size -androidx.preference.R$attr: int disableDependentsState -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintBottom_toBottomOf -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_text_padding -com.google.android.material.button.MaterialButtonToggleGroup: void setCheckedId(int) -okhttp3.internal.cache.DiskLruCache: okhttp3.internal.cache.DiskLruCache$Editor edit(java.lang.String) -cyanogenmod.weatherservice.IWeatherProviderService$Stub -cyanogenmod.media.MediaRecorder$AudioSource: MediaRecorder$AudioSource() -cyanogenmod.power.PerformanceManager -androidx.work.ExistingPeriodicWorkPolicy: androidx.work.ExistingPeriodicWorkPolicy KEEP -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Display1 -com.google.android.material.navigation.NavigationView -android.didikee.donate.R$style: int Base_V21_Theme_AppCompat_Light -androidx.work.BackoffPolicy: androidx.work.BackoffPolicy[] values() -wangdaye.com.geometricweather.R$id: int transparency_text -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_marginStart -com.google.gson.internal.LazilyParsedNumber: int intValue() -androidx.recyclerview.R$id: int italic -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWeatherText -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade: AccuCurrentResult$RealFeelTemperatureShade() -okhttp3.internal.http2.Hpack$Writer: int headerCount -cyanogenmod.providers.DataUsageContract: java.lang.String EXTRA -androidx.coordinatorlayout.R$id: int bottom -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen -androidx.preference.R$styleable: int[] CheckBoxPreference -com.google.android.material.R$id: int slide -james.adaptiveicon.R$id: int action_bar_activity_content -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_Button -okhttp3.internal.platform.Platform: java.lang.String getPrefix() -androidx.core.R$drawable: int notification_template_icon_low_bg -androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_android_fontStyle -androidx.loader.content.Loader: void unregisterOnLoadCanceledListener(androidx.loader.content.Loader$OnLoadCanceledListener) -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: int getProgressViewStartOffset() -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionButton_Overflow -james.adaptiveicon.R$dimen: int abc_dialog_min_width_minor -wangdaye.com.geometricweather.R$attr: int bsb_anim_duration -com.jaredrummler.android.colorpicker.R$attr: int subMenuArrow -androidx.constraintlayout.widget.R$string -james.adaptiveicon.R$attr: int state_above_anchor -io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: io.reactivex.SingleSource other -cyanogenmod.weather.RequestInfo$1: java.lang.Object createFromParcel(android.os.Parcel) -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: int OTHER_STATE_CONSUMED_OR_EMPTY -com.xw.repo.bubbleseekbar.R$id: int custom -androidx.lifecycle.ProcessLifecycleOwner: void activityResumed() -okhttp3.Challenge: java.util.Map authParams -androidx.preference.R$attr: int tickMark -okhttp3.internal.connection.ConnectionSpecSelector: boolean isFallback -cyanogenmod.app.CustomTile$ExpandedItem: CustomTile$ExpandedItem() -cyanogenmod.app.CMTelephonyManager: cyanogenmod.app.CMTelephonyManager sCMTelephonyManagerInstance -com.google.android.material.R$styleable: int CardView_cardPreventCornerOverlap -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textColorSearchUrl -androidx.vectordrawable.R$color: R$color() -cyanogenmod.weather.ICMWeatherManager$Stub: int TRANSACTION_getActiveWeatherServiceProviderLabel -com.google.android.material.R$color: int design_default_color_primary -wangdaye.com.geometricweather.R$layout: int abc_activity_chooser_view -com.google.gson.stream.JsonReader: java.lang.String locationString() -com.google.android.material.R$style: int Base_V21_Theme_AppCompat_Light -wangdaye.com.geometricweather.db.entities.LocationEntity: void setFormattedId(java.lang.String) -james.adaptiveicon.R$style: int Theme_AppCompat_DayNight_Dialog_Alert -wangdaye.com.geometricweather.R$attr: int sv_side -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_15 -com.google.android.material.R$dimen: int abc_dropdownitem_text_padding_right -androidx.preference.R$styleable: int AlertDialog_singleChoiceItemLayout -cyanogenmod.externalviews.KeyguardExternalViewProviderService: int onStartCommand(android.content.Intent,int,int) -wangdaye.com.geometricweather.R$attr: int radius_to -androidx.hilt.R$styleable: int GradientColorItem_android_color -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_23 -androidx.customview.R$styleable: int GradientColor_android_tileMode -androidx.preference.R$styleable: int Toolbar_navigationIcon -com.google.android.material.R$attr: int collapsedTitleTextAppearance -okio.SegmentedByteString: SegmentedByteString(okio.Buffer,int) -cyanogenmod.app.CustomTileListenerService: android.os.IBinder onBind(android.content.Intent) -wangdaye.com.geometricweather.R$attr: int mock_labelBackgroundColor -cyanogenmod.app.LiveLockScreenManager: cyanogenmod.app.LiveLockScreenManager getInstance(android.content.Context) -james.adaptiveicon.R$attr: int checkedTextViewStyle -io.reactivex.disposables.ReferenceDisposable: void onDisposed(java.lang.Object) -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType Update -androidx.appcompat.R$id: int tag_transition_group -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void onPause() -wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_RatingBar_Indicator -com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_check_to_on_mtrl_015 -wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Title_Icon -cyanogenmod.content.Intent: java.lang.String EXTRA_RECENTS_LONG_PRESS_RELEASE -com.google.android.material.R$id: int mtrl_calendar_days_of_week -com.google.android.material.R$styleable: int OnSwipe_maxAcceleration -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_2 -cyanogenmod.weather.RequestInfo: android.os.Parcelable$Creator CREATOR -retrofit2.Callback: void onResponse(retrofit2.Call,retrofit2.Response) -com.xw.repo.bubbleseekbar.R$style: int Platform_V21_AppCompat_Light -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_15 -okio.Buffer: long readHexadecimalUnsignedLong() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Imperial -com.google.android.material.R$string: int material_timepicker_minute -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeCloseDrawable -wangdaye.com.geometricweather.R$string: int path_password_eye_mask_visible -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_CompactMenu -com.google.android.material.R$styleable: int MockView_mock_labelBackgroundColor -com.turingtechnologies.materialscrollbar.R$id: int search_badge -androidx.constraintlayout.widget.R$attr: int actionBarSize -okhttp3.RequestBody$3: RequestBody$3(okhttp3.MediaType,java.io.File) -io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: io.reactivex.Scheduler scheduler -com.turingtechnologies.materialscrollbar.R$attr: int tabTextAppearance -com.xw.repo.bubbleseekbar.R$style: int Platform_AppCompat_Light -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.transition.R$id: int action_divider -com.google.android.material.R$styleable: int Toolbar_contentInsetLeft -james.adaptiveicon.R$color: int switch_thumb_normal_material_light -com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_FloatingActionButton -cyanogenmod.app.ThemeVersion$ComponentVersion: ThemeVersion$ComponentVersion(int,cyanogenmod.app.ThemeComponent,java.lang.String,int,int) -wangdaye.com.geometricweather.R$array: int widget_style_values -com.google.android.material.chip.ChipGroup: int getChipCount() -com.turingtechnologies.materialscrollbar.R$attr: int checkboxStyle -androidx.lifecycle.ProcessLifecycleOwner: boolean mStopSent -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModePasteDrawable -wangdaye.com.geometricweather.R$styleable: int BottomAppBar_hideOnScroll -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay[] values() -io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function9) -androidx.appcompat.view.menu.CascadingMenuPopup -com.google.android.material.R$dimen: int material_font_1_3_box_collapsed_padding_top -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind -com.google.android.material.R$styleable: int Layout_layout_constraintRight_creator -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_wrapMode -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String NAVBAR_BACK_BUTTON -com.google.android.material.R$styleable: int Layout_barrierAllowsGoneWidgets -wangdaye.com.geometricweather.R$id: int jumpToEnd -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language JAPANESE -com.google.android.material.R$color: int mtrl_btn_bg_color_selector -wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String country -androidx.appcompat.widget.AppCompatCheckedTextView: AppCompatCheckedTextView(android.content.Context,android.util.AttributeSet,int) -okhttp3.internal.Util: okhttp3.RequestBody EMPTY_REQUEST -wangdaye.com.geometricweather.R$id: int material_hour_tv -androidx.preference.R$styleable: int DialogPreference_android_dialogMessage -androidx.dynamicanimation.R$layout: int notification_action -com.google.android.material.progressindicator.ProgressIndicator: int getIndicatorType() -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder proxySelector(java.net.ProxySelector) -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -android.didikee.donate.R$id: int scrollIndicatorUp -wangdaye.com.geometricweather.background.receiver.widget.WidgetTextProvider -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_TabText -io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: boolean isDisposed() -okhttp3.OkHttpClient: okhttp3.Dispatcher dispatcher -james.adaptiveicon.R$attr: int windowNoTitle -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Menu -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: void onComplete() -com.bumptech.glide.Registry$NoResultEncoderAvailableException -io.reactivex.Observable: io.reactivex.Observable zipWith(io.reactivex.ObservableSource,io.reactivex.functions.BiFunction) -org.greenrobot.greendao.AbstractDao: android.database.CursorWindow moveToNextUnlocked(android.database.Cursor) -androidx.dynamicanimation.R$style -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.util.List dailyForecast -wangdaye.com.geometricweather.R$styleable: int PreferenceGroup_initialExpandedChildrenCount -james.adaptiveicon.R$id: int chronometer -com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_BottomSheet_Modal -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial Imperial -androidx.preference.R$styleable: int AppCompatTheme_textAppearanceListItemSmall -androidx.appcompat.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text -wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: java.lang.String getDescription() -com.turingtechnologies.materialscrollbar.R$layout: int design_navigation_item_separator -com.jaredrummler.android.colorpicker.R$dimen: int abc_edit_text_inset_top_material -com.google.android.material.R$layout: int design_navigation_menu -okhttp3.internal.ws.RealWebSocket: java.util.List ONLY_HTTP1 -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_alphabeticModifiers -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_alertDialogTheme -com.google.android.material.R$style: int Base_Theme_AppCompat_CompactMenu -androidx.lifecycle.FullLifecycleObserverAdapter: FullLifecycleObserverAdapter(androidx.lifecycle.FullLifecycleObserver,androidx.lifecycle.LifecycleEventObserver) -com.google.android.material.R$styleable: int Constraint_layout_constraintTop_toBottomOf -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle -wangdaye.com.geometricweather.R$color: int secondary_text_default_material_dark -wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_lightOnTouch -com.google.android.material.R$color: int design_icon_tint -com.google.android.material.R$styleable: int ConstraintSet_android_layout_height -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.String aqiText -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum: AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum() -androidx.appcompat.widget.SearchView -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int pm25 -androidx.appcompat.R$attr: int firstBaselineToTopHeight -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain: MfForecastResult$Forecast$Rain() -androidx.core.R$id: int right_icon -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Headline5 -androidx.preference.R$layout: int image_frame -io.reactivex.internal.util.VolatileSizeArrayList: int indexOf(java.lang.Object) -androidx.customview.R$id: int forever -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void onError(java.lang.Throwable) -com.google.android.material.R$styleable: int AppCompatImageView_srcCompat -james.adaptiveicon.R$styleable: int ButtonBarLayout_allowStacking -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: long timeout -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_PopupMenu -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_min_width_minor -com.turingtechnologies.materialscrollbar.R$styleable: int PopupWindow_android_popupBackground -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getWallpaperThemePackageName() -com.google.android.material.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle -cyanogenmod.power.IPerformanceManager$Stub$Proxy -wangdaye.com.geometricweather.R$drawable: int shortcuts_refresh -com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart -androidx.preference.R$styleable: int TextAppearance_android_textStyle -wangdaye.com.geometricweather.R$layout: int activity_preview_icon -android.didikee.donate.R$layout: int select_dialog_multichoice_material -cyanogenmod.profiles.LockSettings: void setValue(int) -com.xw.repo.bubbleseekbar.R$attr: int bsb_thumb_radius_on_dragging -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void ackSettings() -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String ragweedDescription -androidx.lifecycle.ReportFragment: java.lang.String REPORT_FRAGMENT_TAG -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.lang.Integer RIGHT_CLOSE -com.google.android.material.chip.Chip: void setCheckedIconTintResource(int) -okhttp3.Response: okhttp3.Response cacheResponse() -androidx.fragment.app.BackStackState: android.os.Parcelable$Creator CREATOR -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_PopupWindow -james.adaptiveicon.R$styleable: int AppCompatTheme_actionMenuTextColor -com.google.android.material.circularreveal.CircularRevealFrameLayout: int getCircularRevealScrimColor() -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int AQI_INDEX_2 -com.google.android.material.R$style: int Widget_AppCompat_ListView_Menu -wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setDate(java.util.Date) -androidx.legacy.coreutils.R$drawable: int notification_bg_normal_pressed -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: byte[] readPersistentBytes(java.lang.String) -com.google.android.material.R$styleable: int TabLayout_tabSelectedTextColor -okio.Pipe$PipeSource: Pipe$PipeSource(okio.Pipe) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_134 +androidx.lifecycle.extensions.R$style: int TextAppearance_Compat_Notification_Line2 +wangdaye.com.geometricweather.R$style: int Preference_PreferenceScreen +okhttp3.OkHttpClient: javax.net.ssl.SSLSocketFactory sslSocketFactory +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean requireAdaptiveBacklightForSunlightEnhancement() +com.xw.repo.bubbleseekbar.R$layout: int abc_search_view +androidx.lifecycle.ProcessLifecycleOwnerInitializer: int delete(android.net.Uri,java.lang.String,java.lang.String[]) +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void cancel() +android.didikee.donate.R$styleable: int DrawerArrowToggle_arrowHeadLength +androidx.vectordrawable.animated.R$styleable: int GradientColor_android_tileMode +cyanogenmod.providers.WeatherContract$WeatherColumns$WindSpeedUnit: WeatherContract$WeatherColumns$WindSpeedUnit() +androidx.customview.R$dimen: int notification_big_circle_margin +org.greenrobot.greendao.AbstractDao: void deleteByKey(java.lang.Object) +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintStart_toStartOf +wangdaye.com.geometricweather.R$id: int container_main_sun_moon +androidx.appcompat.R$style: int Widget_AppCompat_ProgressBar +androidx.hilt.work.R$anim: int fragment_fast_out_extra_slow_in +com.google.android.material.chip.ChipGroup: void setChipSpacingHorizontal(int) +org.greenrobot.greendao.AbstractDao: long count() +retrofit2.OkHttpCall$1: void callFailure(java.lang.Throwable) +androidx.constraintlayout.widget.R$attr: int drawerArrowStyle +io.reactivex.internal.subscriptions.EmptySubscription: void complete(org.reactivestreams.Subscriber) +androidx.preference.R$color: int material_grey_900 +androidx.constraintlayout.widget.R$styleable: int[] Toolbar +com.xw.repo.bubbleseekbar.R$anim: int abc_fade_out +wangdaye.com.geometricweather.R$color: int design_default_color_error +wangdaye.com.geometricweather.R$color: int notification_background_rootLight +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.lang.String getShortDate(android.content.Context) +com.turingtechnologies.materialscrollbar.R$layout: int notification_action_tombstone +androidx.preference.R$styleable: int ActionMenuItemView_android_minWidth +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_showText +com.google.android.material.R$styleable: int MaterialCalendar_rangeFillColor +com.google.android.material.button.MaterialButton: void setElevation(float) +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_AutoCompleteTextView +wangdaye.com.geometricweather.R$string: int thunderstorm +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum: AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum() +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void innerNext() +okhttp3.HttpUrl: void canonicalize(okio.Buffer,java.lang.String,int,int,java.lang.String,boolean,boolean,boolean,boolean,java.nio.charset.Charset) +androidx.appcompat.widget.FitWindowsLinearLayout +wangdaye.com.geometricweather.common.rxjava.BaseObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHorizontal_bias +retrofit2.Retrofit: retrofit2.CallAdapter callAdapter(java.lang.reflect.Type,java.lang.annotation.Annotation[]) +android.didikee.donate.R$style: int Base_Theme_AppCompat_Dialog_FixedSize +com.google.android.material.R$string: int abc_capital_on +com.google.android.material.R$styleable: int Chip_iconEndPadding +james.adaptiveicon.R$styleable: int ActivityChooserView_initialActivityCount +wangdaye.com.geometricweather.R$id: int mtrl_picker_text_input_range_end +okio.BufferedSink: okio.BufferedSink writeString(java.lang.String,int,int,java.nio.charset.Charset) +com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_switch_to_on_mtrl_00001 +androidx.core.R$attr: int fontWeight +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: long serialVersionUID +androidx.coordinatorlayout.R$id: int accessibility_custom_action_7 +com.xw.repo.bubbleseekbar.R$attr: int paddingEnd +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ListView_Menu +cyanogenmod.app.IPartnerInterface: void reboot() +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_startX +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_android_baselineAligned +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: void setValue(java.util.List) +cyanogenmod.app.Profile$1 +com.turingtechnologies.materialscrollbar.R$id: int end +androidx.transition.R$id: int actions +androidx.constraintlayout.widget.R$attr: int popupTheme +com.turingtechnologies.materialscrollbar.R$id: int design_navigation_view +com.google.android.material.R$style: int Widget_MaterialComponents_ExtendedFloatingActionButton_Icon +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: int index +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void schedule() +cyanogenmod.weather.WeatherInfo$DayForecast$Builder: int mConditionCode +james.adaptiveicon.R$styleable: int AppCompatTheme_activityChooserViewStyle +okhttp3.MultipartBody: okhttp3.MediaType contentType +androidx.appcompat.R$dimen: int disabled_alpha_material_dark +androidx.appcompat.widget.Toolbar +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constrainedHeight +com.google.android.material.R$dimen: int mtrl_badge_horizontal_edge_offset +retrofit2.OkHttpCall: OkHttpCall(retrofit2.RequestFactory,java.lang.Object[],okhttp3.Call$Factory,retrofit2.Converter) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: void setValue(java.util.List) +okhttp3.Address: Address(java.lang.String,int,okhttp3.Dns,javax.net.SocketFactory,javax.net.ssl.SSLSocketFactory,javax.net.ssl.HostnameVerifier,okhttp3.CertificatePinner,okhttp3.Authenticator,java.net.Proxy,java.util.List,java.util.List,java.net.ProxySelector) +com.turingtechnologies.materialscrollbar.R$dimen: int abc_seekbar_track_progress_height_material +com.google.android.material.R$styleable: int Layout_layout_constraintTop_toTopOf +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Headline +okio.BufferedSink: okio.BufferedSink emitCompleteSegments() +wangdaye.com.geometricweather.R$color: int design_fab_shadow_mid_color +cyanogenmod.weather.RequestInfo: int mTempUnit +com.google.android.material.R$color: int material_on_surface_disabled +cyanogenmod.themes.ThemeChangeRequest: int describeContents() +wangdaye.com.geometricweather.R$id: int search_go_btn +wangdaye.com.geometricweather.R$layout: int dialog_animatable_icon +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean delayError +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String treeDescription +com.jaredrummler.android.colorpicker.R$string: int abc_activity_chooser_view_see_all +com.google.android.material.R$dimen: int notification_top_pad_large_text +android.didikee.donate.R$drawable: int abc_switch_track_mtrl_alpha +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_unregisterThemeProcessingListener +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintTag +com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding +io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: void dispose() +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_endX +com.xw.repo.bubbleseekbar.R$color: int switch_thumb_material_dark +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintTop_toTopOf +wangdaye.com.geometricweather.common.basic.models.weather.Astro +androidx.appcompat.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight +com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat_Dark +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: java.util.List value +androidx.customview.R$id: int notification_background +androidx.recyclerview.R$style: int TextAppearance_Compat_Notification_Title +androidx.coordinatorlayout.R$attr: int fontProviderFetchTimeout +wangdaye.com.geometricweather.R$styleable: int Motion_pathMotionArc +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_3 +androidx.core.R$styleable: int GradientColor_android_gradientRadius +androidx.appcompat.widget.ActionMenuView: ActionMenuView(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$attr: int layout_constraintRight_toLeftOf +com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse +okhttp3.WebSocketListener: void onClosed(okhttp3.WebSocket,int,java.lang.String) +androidx.viewpager.R$dimen: int notification_large_icon_width +james.adaptiveicon.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle +com.google.android.material.R$color: int primary_material_dark +androidx.preference.R$styleable: int FontFamily_fontProviderAuthority +androidx.constraintlayout.widget.R$attr: int dropDownListViewStyle +wangdaye.com.geometricweather.R$color: int design_dark_default_color_primary_dark +okhttp3.internal.http2.Http2Connection: void writeSynReply(int,boolean,java.util.List) +wangdaye.com.geometricweather.R$string: int copy +androidx.activity.R$id: int tag_transition_group +com.google.android.material.R$id: int postLayout +androidx.activity.R$style: int Widget_Compat_NotificationActionText +cyanogenmod.weather.ICMWeatherManager$Stub: cyanogenmod.weather.ICMWeatherManager asInterface(android.os.IBinder) +com.google.gson.stream.JsonReader: void setLenient(boolean) +okhttp3.internal.connection.RealConnection: okio.BufferedSink sink +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Imperial: java.lang.String Unit +com.google.android.material.R$string: int material_minute_selection +wangdaye.com.geometricweather.R$style: int TextAppearance_Compat_Notification_Time +com.turingtechnologies.materialscrollbar.R$color: int mtrl_textinput_filled_box_default_background_color +androidx.constraintlayout.widget.R$layout: int notification_template_part_time +cyanogenmod.content.Intent: Intent() +cyanogenmod.externalviews.ExternalView: void onAttachedToWindow() +wangdaye.com.geometricweather.R$string: int material_timepicker_clock_mode_description +android.didikee.donate.R$dimen: int abc_text_size_menu_header_material +androidx.customview.R$dimen: int notification_right_icon_size +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: MfRainResult$Position() +androidx.customview.R$styleable: int[] ColorStateListItem +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_RatingBar_Indicator +wangdaye.com.geometricweather.common.basic.models.weather.Daily: float getHoursOfSun() +cyanogenmod.app.suggest.AppSuggestManager: cyanogenmod.app.suggest.IAppSuggestManager sImpl +okhttp3.internal.ws.RealWebSocket: okhttp3.internal.ws.WebSocketReader reader +wangdaye.com.geometricweather.R$id: int star_2 +io.reactivex.internal.util.NotificationLite$SubscriptionNotification +com.google.android.material.transformation.TransformationChildLayout +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_disabled_z +james.adaptiveicon.R$color: int bright_foreground_disabled_material_dark +androidx.preference.R$styleable: int ActionBar_popupTheme +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle +wangdaye.com.geometricweather.R$layout: int material_radial_view_group +james.adaptiveicon.R$attr: int searchIcon +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: ILiveLockScreenManagerProvider$Stub$Proxy(android.os.IBinder) +androidx.constraintlayout.widget.R$styleable: int GradientColor_android_startX +com.turingtechnologies.materialscrollbar.R$attr: int fabCradleRoundedCornerRadius +androidx.appcompat.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle +androidx.preference.R$styleable: int ActionBar_contentInsetLeft +james.adaptiveicon.R$id: int search_plate +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeFillColor +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionBar +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: java.lang.String insee +cyanogenmod.providers.CMSettings$System: java.lang.String ZEN_PRIORITY_ALLOW_LIGHTS +androidx.preference.TwoStatePreference +wangdaye.com.geometricweather.R$dimen: int progress_view_size +androidx.core.R$styleable: int FontFamily_fontProviderFetchTimeout +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualObserver[] observers +cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: IWeatherProviderService$Stub$Proxy(android.os.IBinder) +androidx.lifecycle.MutableLiveData: MutableLiveData() +com.jaredrummler.android.colorpicker.R$style: int PreferenceFragment_Material +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_expandedHintEnabled +wangdaye.com.geometricweather.R$string: int settings_notification_can_be_cleared_on +androidx.constraintlayout.widget.R$dimen: int abc_dialog_padding_material +okhttp3.internal.connection.RouteSelector: java.lang.String getHostString(java.net.InetSocketAddress) +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_textColorHint +androidx.appcompat.R$styleable: int Spinner_android_entries +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small +com.google.android.material.R$drawable: int abc_list_divider_material +io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function8) +cyanogenmod.weather.WeatherInfo: int getTemperatureUnit() +com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_headerBackground +okio.Util: void sneakyThrow2(java.lang.Throwable) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getTreeDescription() +androidx.preference.R$style +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.internal.fuseable.SimplePlainQueue queue +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.WeatherIconControlView: WeatherIconControlView(android.content.Context) +androidx.preference.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 +okhttp3.internal.Util: int indexOf(java.util.Comparator,java.lang.String[],java.lang.String) +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType InsertOrReplace +androidx.hilt.R$id: int time +com.google.android.material.R$style: int TextAppearance_Design_Hint +androidx.preference.R$attr: int windowActionModeOverlay +com.xw.repo.bubbleseekbar.R$anim: int abc_tooltip_enter +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void onNext(java.lang.Object) +io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: java.lang.String getValue() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableTint +androidx.preference.R$attr: int selectable +com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.reflect.Type getRawType() +okio.RealBufferedSink$1: void write(byte[],int,int) +com.google.android.material.R$style: int Base_TextAppearance_MaterialComponents_Badge +androidx.preference.R$id: int alertTitle +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Dialog +wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_textColorLink +com.google.android.material.chip.Chip: void setCheckedIconVisible(boolean) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonStyle +com.google.android.material.R$style: int Base_MaterialAlertDialog_MaterialComponents_Title_Text +okhttp3.internal.cache.DiskLruCache: void delete() +com.google.gson.internal.$Gson$Types$WildcardTypeImpl: java.lang.reflect.Type[] getUpperBounds() +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder protocols(java.util.List) +org.greenrobot.greendao.AbstractDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) +okhttp3.Dispatcher: void finished(okhttp3.RealCall$AsyncCall) +androidx.cardview.R$style +com.google.android.material.R$attr: int itemIconPadding +james.adaptiveicon.R$attr: int checkboxStyle +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: long serialVersionUID +androidx.preference.R$style: int Theme_AppCompat_CompactMenu +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setDefense(java.util.List) +com.google.android.material.R$attr: int closeIconEndPadding +io.reactivex.Observable: io.reactivex.Observable window(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,int) +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer degreeDayTemperature +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float getTotal() +androidx.transition.R$layout +com.google.android.material.slider.Slider: void setEnabled(boolean) +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Toolbar_Primary +io.reactivex.internal.subscriptions.SubscriptionHelper: io.reactivex.internal.subscriptions.SubscriptionHelper valueOf(java.lang.String) +com.jaredrummler.android.colorpicker.R$string: int abc_menu_ctrl_shortcut_label +com.google.android.material.R$id: int accessibility_custom_action_18 +org.greenrobot.greendao.AbstractDao: java.lang.Object loadByRowId(long) +androidx.constraintlayout.helper.widget.Flow: void setPadding(int) +com.google.android.material.R$style: int TextAppearance_AppCompat_Headline +retrofit2.ParameterHandler$Query: boolean encoded +androidx.recyclerview.R$styleable: int[] ColorStateListItem +androidx.lifecycle.MediatorLiveData: MediatorLiveData() +wangdaye.com.geometricweather.R$id: int widget_trend_daily_item_3 +androidx.appcompat.view.menu.MenuPopup: void setOnDismissListener(android.widget.PopupWindow$OnDismissListener) +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: java.lang.String advice +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: io.reactivex.functions.Consumer onDrop +wangdaye.com.geometricweather.R$attr: int tabIndicatorHeight +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_track_size +james.adaptiveicon.R$id: int uniform +wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView +com.google.android.material.R$dimen: int abc_panel_menu_list_width +wangdaye.com.geometricweather.R$attr: int seekBarStyle +wangdaye.com.geometricweather.R$style: int PreferenceThemeOverlay_v14 +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area +androidx.fragment.R$styleable: int FontFamily_fontProviderCerts +james.adaptiveicon.R$styleable: int MenuItem_numericModifiers +com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getTrackInactiveTintList() +okhttp3.internal.cache2.Relay$RelaySource: okio.Timeout timeout +cyanogenmod.alarmclock.CyanogenModAlarmClock: android.content.Intent createAlarmIntent(android.content.Context) +com.google.android.material.R$attr: int materialCalendarHeaderToggleButton +androidx.appcompat.widget.AppCompatRadioButton: int getCompoundPaddingLeft() +androidx.constraintlayout.widget.R$styleable: int Constraint_android_minHeight +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA +cyanogenmod.externalviews.IExternalViewProvider: void onAttach(android.os.IBinder) +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: java.lang.String value +wangdaye.com.geometricweather.R$drawable: int flag_tr +okio.Buffer: okio.Buffer writeString(java.lang.String,int,int,java.nio.charset.Charset) +io.reactivex.internal.observers.BasicIntQueueDisposable: java.lang.Object poll() +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability precipitationProbability +retrofit2.ParameterHandler$Tag +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: boolean isEmpty() +wangdaye.com.geometricweather.R$styleable: int KeyPosition_sizePercent +androidx.constraintlayout.widget.R$dimen: int notification_main_column_padding_top +cyanogenmod.weatherservice.ServiceRequestResult: cyanogenmod.weather.WeatherInfo mWeatherInfo +androidx.preference.R$styleable: int FontFamilyFont_fontVariationSettings +james.adaptiveicon.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset +com.google.android.material.floatingactionbutton.FloatingActionButton: float getCompatPressedTranslationZ() +org.greenrobot.greendao.AbstractDao: void delete(java.lang.Object) +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_statusBarScrim +com.google.android.material.R$styleable: int ViewStubCompat_android_layout +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle +wangdaye.com.geometricweather.R$attr: int tooltipStyle +james.adaptiveicon.R$drawable: int abc_textfield_default_mtrl_alpha +androidx.preference.R$styleable: int StateListDrawable_android_enterFadeDuration +okhttp3.Cookie: boolean pathMatch(okhttp3.HttpUrl,java.lang.String) +wangdaye.com.geometricweather.R$attr: int navigationContentDescription +wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme +com.google.android.material.R$style: int Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected +androidx.appcompat.R$drawable: int abc_btn_radio_material +androidx.constraintlayout.widget.R$attr: int motionStagger +okhttp3.ResponseBody: ResponseBody() +wangdaye.com.geometricweather.R$array: int ui_style_values +androidx.appcompat.R$styleable: int AppCompatTheme_viewInflaterClass +androidx.appcompat.R$style: int Widget_AppCompat_ActionBar_TabBar +androidx.fragment.R$styleable: int FontFamilyFont_fontWeight +cyanogenmod.app.BaseLiveLockManagerService$1: void updateDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) +com.jaredrummler.android.colorpicker.R$styleable: int Preference_iconSpaceReserved +androidx.preference.R$string: int abc_menu_delete_shortcut_label +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float thunderstormPrecipitationProbability +android.didikee.donate.R$styleable: int[] CompoundButton +androidx.constraintlayout.widget.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintVertical_bias +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: boolean isSubActive(int) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Ice +okio.Segment: byte[] data +wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition: wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition valueOf(java.lang.String) +androidx.preference.R$styleable: int GradientColorItem_android_offset +com.google.android.material.R$styleable: int Constraint_layout_constraintTop_toTopOf +james.adaptiveicon.R$layout: int abc_action_mode_bar +android.didikee.donate.R$drawable: int abc_btn_switch_to_on_mtrl_00012 +james.adaptiveicon.R$attr: int textAppearanceListItemSmall +com.google.android.material.chip.Chip: void setBackground(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_elevation +cyanogenmod.hardware.CMHardwareManager: int getVibratorMaxIntensity() +com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_spinBars +wangdaye.com.geometricweather.common.basic.models.options.DarkMode +androidx.constraintlayout.utils.widget.MockView: MockView(android.content.Context,android.util.AttributeSet,int) +james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat_Dialog +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest build() +wangdaye.com.geometricweather.R$attr: int thumbTint +com.github.rahatarmanahmed.cpv.CircularProgressView$3: void onAnimationUpdate(android.animation.ValueAnimator) +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabInlineLabel +wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type UV_INDEX +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Display1 +androidx.appcompat.widget.SearchView: void setSubmitButtonEnabled(boolean) okhttp3.HttpUrl: java.lang.String canonicalize(java.lang.String,java.lang.String,boolean,boolean,boolean,boolean,java.nio.charset.Charset) -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Toolbar -okhttp3.internal.http2.Http2Connection: void pushResetLater(int,okhttp3.internal.http2.ErrorCode) -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.xw.repo.BubbleSeekBar: float getMin() -com.google.android.material.R$id: int src_in -androidx.hilt.work.R$id: int accessibility_custom_action_21 -com.turingtechnologies.materialscrollbar.R$id: int select_dialog_listview -android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionBar_TabBar -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Direction: AccuCurrentResult$Wind$Direction() -com.turingtechnologies.materialscrollbar.R$attr: int collapsedTitleGravity -androidx.constraintlayout.widget.R$style: int Base_V7_Theme_AppCompat -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_icon -com.google.android.material.button.MaterialButton: void addOnCheckedChangeListener(com.google.android.material.button.MaterialButton$OnCheckedChangeListener) -androidx.lifecycle.ViewModelProvider: androidx.lifecycle.ViewModel get(java.lang.Class) -com.google.android.material.R$styleable: int[] KeyPosition -androidx.preference.R$layout: int preference_material -com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_android_font -androidx.core.R$styleable: int ColorStateListItem_alpha -wangdaye.com.geometricweather.R$styleable: int[] Preference -cyanogenmod.weather.WeatherInfo$DayForecast: double getHigh() -android.didikee.donate.R$style: int Base_Widget_AppCompat_ActivityChooserView -androidx.hilt.work.R$anim: int fragment_open_enter -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_20 -androidx.preference.R$attr: int textAppearanceSmallPopupMenu -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode INADEQUATE_SECURITY -androidx.hilt.work.R$id: int accessibility_custom_action_1 -wangdaye.com.geometricweather.common.basic.models.weather.WindDegree: WindDegree(float,boolean) -wangdaye.com.geometricweather.R$color: int design_default_color_secondary -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_default_height_material -james.adaptiveicon.R$style: int Base_DialogWindowTitleBackground_AppCompat -com.google.android.material.R$styleable: int CardView_android_minWidth -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_drawableRight -androidx.appcompat.widget.ViewStubCompat: android.view.LayoutInflater getLayoutInflater() -androidx.customview.R$styleable: int FontFamilyFont_android_fontWeight -wangdaye.com.geometricweather.common.basic.models.weather.Weather: boolean isValid(float) -androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_fontStyle -wangdaye.com.geometricweather.R$string: int nighttime -android.didikee.donate.R$layout: int notification_action_tombstone -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionMenuTextAppearance -androidx.constraintlayout.widget.R$attr: int staggered -com.google.android.material.R$id: int test_checkbox_app_button_tint -com.google.android.material.R$styleable: int AppCompatTheme_actionBarWidgetTheme -androidx.legacy.coreutils.R$dimen: int notification_top_pad_large_text -com.google.gson.JsonSyntaxException -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void drain() -androidx.hilt.R$dimen: int notification_top_pad -android.didikee.donate.R$styleable: int AppCompatTextHelper_android_drawableEnd -com.turingtechnologies.materialscrollbar.R$id: int scrollable -com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_statusBarBackground -com.jaredrummler.android.colorpicker.R$color: int material_grey_800 -androidx.constraintlayout.widget.R$dimen: int abc_list_item_height_small_material -com.xw.repo.bubbleseekbar.R$styleable: int Spinner_android_dropDownWidth -com.jaredrummler.android.colorpicker.R$drawable: int abc_scrubber_control_off_mtrl_alpha -okio.ByteString: boolean startsWith(okio.ByteString) -retrofit2.RequestFactory$Builder: void parseHttpMethodAndPath(java.lang.String,java.lang.String,boolean) -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getShortAbbreviation(android.content.Context) -androidx.legacy.coreutils.R$id: int action_divider -com.xw.repo.bubbleseekbar.R$color: int abc_btn_colored_text_material -androidx.preference.R$styleable: int FontFamily_fontProviderPackage -james.adaptiveicon.R$id: int titleDividerNoCustom -androidx.core.R$styleable: int GradientColor_android_centerColor -androidx.fragment.R$anim: int fragment_fade_exit -com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_switch_to_on_mtrl_00012 -com.google.android.material.R$id: int save_overlay_view -james.adaptiveicon.R$color: int material_deep_teal_200 -androidx.appcompat.R$styleable: int Toolbar_titleMarginEnd -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_maxLines -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: java.lang.String getNewX() -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintGuide_end -james.adaptiveicon.R$styleable: int Toolbar_logoDescription -androidx.swiperefreshlayout.R$id: int tag_accessibility_heading -io.reactivex.Observable: io.reactivex.Observable serialize() -wangdaye.com.geometricweather.R$style: int Base_Widget_Design_TabLayout -cyanogenmod.themes.IThemeService$Stub -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_Tab +wangdaye.com.geometricweather.R$string: int content_desc_wechat_payment_code +okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.util.concurrent.atomic.AtomicBoolean listRead +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: java.lang.String value +wangdaye.com.geometricweather.R$dimen: int mtrl_card_corner_radius +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.util.Date modificationDate +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: void setDefaultPhoneSub(int) +com.bumptech.glide.integration.okhttp.R$dimen: int compat_control_corner_material +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) +okhttp3.internal.http2.Http2Connection$5: void execute() +com.jaredrummler.android.colorpicker.R$id: int tag_transition_group +androidx.recyclerview.R$id: int async +androidx.appcompat.widget.ActionBarContainer: ActionBarContainer(android.content.Context) +wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: void setIconResStart(int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial: double Value +android.didikee.donate.R$styleable: int SearchView_android_imeOptions +com.google.android.material.slider.RangeSlider: float getThumbElevation() +okhttp3.internal.http2.Http2Codec: okhttp3.Protocol protocol +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: java.lang.String LocalizedType +com.bumptech.glide.R$dimen: int compat_button_inset_vertical_material +cyanogenmod.app.CustomTile$ExpandedItem$1: cyanogenmod.app.CustomTile$ExpandedItem createFromParcel(android.os.Parcel) +androidx.work.ExistingWorkPolicy: androidx.work.ExistingWorkPolicy KEEP +androidx.appcompat.resources.R$id: int accessibility_custom_action_2 +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling: java.lang.String Unit +wangdaye.com.geometricweather.R$id: int none +androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_marginEnd +wangdaye.com.geometricweather.main.MainActivityViewModel$Status: wangdaye.com.geometricweather.main.MainActivityViewModel$Status IDLE +androidx.hilt.lifecycle.R$layout: int notification_template_icon_group +retrofit2.HttpServiceMethod$CallAdapted +com.bumptech.glide.R$styleable: int[] FontFamily +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit MPS +cyanogenmod.themes.IThemeService: void removeUpdates(cyanogenmod.themes.IThemeChangeListener) +okhttp3.internal.http.RealInterceptorChain +androidx.preference.R$dimen: int notification_small_icon_size_as_large +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: java.lang.String WidgetPhrase +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_width +wangdaye.com.geometricweather.R$layout: int material_timepicker_dialog +android.didikee.donate.R$styleable: int AppCompatTheme_alertDialogCenterButtons +androidx.lifecycle.ProcessLifecycleOwner: void init(android.content.Context) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Metric: AccuCurrentResult$Wind$Speed$Metric() +android.didikee.donate.R$styleable: int ViewBackgroundHelper_backgroundTint +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeIcePrecipitationProbability() +androidx.appcompat.R$attr: int buttonTintMode +com.google.android.material.R$styleable: int AppCompatTheme_colorAccent +com.google.android.material.appbar.CollapsingToolbarLayout: void setContentScrimColor(int) +androidx.constraintlayout.widget.R$attr: int mock_showLabel +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: ObservableWithLatestFrom$WithLatestFromObserver(io.reactivex.Observer,io.reactivex.functions.BiFunction) +wangdaye.com.geometricweather.R$attr: int currentPageIndicatorColor +wangdaye.com.geometricweather.R$layout: int test_design_checkbox +androidx.constraintlayout.widget.R$attr: int attributeName +wangdaye.com.geometricweather.R$string: int wind_2 +com.google.android.material.R$attr: int backgroundTintMode +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_min +okhttp3.internal.cache.DiskLruCache: int redundantOpCount +retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback: void onFailure(retrofit2.Call,java.lang.Throwable) +cyanogenmod.profiles.RingModeSettings: java.lang.String RING_MODE_MUTE +wangdaye.com.geometricweather.R$id: int widget_remote +androidx.preference.R$color: int primary_text_default_material_light +wangdaye.com.geometricweather.R$id: int item_weather_daily_pollen +com.turingtechnologies.materialscrollbar.R$interpolator +cyanogenmod.externalviews.ExternalViewProviderService: boolean DEBUG +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float totalPrecipitation +wangdaye.com.geometricweather.R$id: int textinput_suffix_text +androidx.constraintlayout.widget.R$id: int default_activity_button +androidx.constraintlayout.widget.R$attr: int saturation +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: void setNewX(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_hintEnabled +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: java.lang.String getUnit() +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void drain() +james.adaptiveicon.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton +com.google.android.material.slider.Slider: java.lang.CharSequence getAccessibilityClassName() +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_menu_header_material +okio.HashingSource: okio.HashingSource md5(okio.Source) +cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onBouncerShowing(boolean) +cyanogenmod.providers.CMSettings$System: java.lang.String getStringForUser(android.content.ContentResolver,java.lang.String,int) +com.google.android.material.circularreveal.CircularRevealGridLayout: void setCircularRevealScrimColor(int) +android.didikee.donate.R$styleable: int AppCompatTheme_actionOverflowMenuStyle +androidx.preference.R$attr: int order +wangdaye.com.geometricweather.R$id: int reservedNamedId +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Body1 +com.google.android.material.tabs.TabLayout: void setSelectedTabIndicator(int) +androidx.transition.R$styleable: int FontFamily_fontProviderFetchStrategy +cyanogenmod.externalviews.KeyguardExternalView: java.lang.String CATEGORY_KEYGUARD_GRANT_PERMISSION +com.google.android.material.internal.CheckableImageButton$SavedState +cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent ICON +wangdaye.com.geometricweather.R$style: int Preference_Category_Material +retrofit2.HttpServiceMethod$SuspendForBody +com.xw.repo.bubbleseekbar.R$id: int tag_unhandled_key_event_manager +androidx.preference.R$styleable: int MenuItem_numericModifiers +wangdaye.com.geometricweather.R$styleable: int MaterialButton_elevation +androidx.customview.R$dimen +androidx.hilt.lifecycle.R$layout: int notification_template_custom_big +android.didikee.donate.R$color: int bright_foreground_inverse_material_light +androidx.appcompat.R$color: int tooltip_background_light +wangdaye.com.geometricweather.R$dimen: int cpv_dialog_preview_height +james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarDivider +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: int STATE_INACTIVE +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Imperial: double Value +com.google.android.material.R$drawable: int ic_mtrl_chip_checked_circle +com.google.android.material.R$attr: int extendedFloatingActionButtonStyle +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void dispose() +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_CardView +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Small_Inverse +james.adaptiveicon.R$drawable: int abc_btn_default_mtrl_shape +androidx.viewpager2.R$styleable: int[] FontFamilyFont +com.turingtechnologies.materialscrollbar.R$attr: int titleTextAppearance +okhttp3.internal.http1.Http1Codec$FixedLengthSource: void close() +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: boolean isEntityUpdateable() +com.google.android.material.R$styleable: int KeyCycle_waveShape +com.google.android.material.R$styleable: int MotionLayout_showPaths +androidx.constraintlayout.widget.R$attr: int alertDialogCenterButtons +androidx.activity.R$id: int accessibility_custom_action_25 +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder addNetworkInterceptor(okhttp3.Interceptor) +androidx.coordinatorlayout.R$id: int tag_transition_group +cyanogenmod.app.LiveLockScreenManager: void setLiveLockScreenEnabled(boolean) +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Position: double lat +androidx.coordinatorlayout.R$styleable: int FontFamily_fontProviderCerts +cyanogenmod.platform.Manifest$permission: java.lang.String READ_THEMES +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Toolbar +com.turingtechnologies.materialscrollbar.R$attr: int alertDialogCenterButtons +androidx.appcompat.R$styleable: int AlertDialog_listItemLayout +com.jaredrummler.android.colorpicker.R$attr: int indeterminateProgressStyle +com.turingtechnologies.materialscrollbar.R$id: int action_bar_spinner +com.google.android.material.R$attr: int triggerId +okhttp3.internal.Util: int indexOfControlOrNonAscii(java.lang.String) +cyanogenmod.providers.CMSettings: CMSettings() +androidx.recyclerview.R$attr: int fastScrollEnabled +androidx.viewpager.R$styleable: int GradientColor_android_centerY +android.support.v4.app.INotificationSideChannel$Stub$Proxy: java.lang.String getInterfaceDescriptor() +androidx.viewpager2.adapter.FragmentStateAdapter$FragmentMaxLifecycleEnforcer$3 +androidx.swiperefreshlayout.R$string: R$string() +james.adaptiveicon.R$styleable: int AppCompatTextView_drawableEndCompat +com.google.android.material.R$styleable +com.turingtechnologies.materialscrollbar.R$style: int CardView_Light +com.google.android.material.R$styleable: int ConstraintSet_android_minHeight +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Toolbar +james.adaptiveicon.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle +androidx.hilt.work.R$id: int title +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean onSearchRequested(android.view.SearchEvent) +com.google.android.material.R$string: int mtrl_picker_text_input_year_abbr +com.google.android.material.R$attr: int layout_constraintHeight_percent +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_fontFamily +okio.AsyncTimeout$2: long read(okio.Buffer,long) +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: boolean done +androidx.hilt.work.R$color +io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: void onError(java.lang.Throwable) +com.google.android.material.R$style: int Widget_AppCompat_Spinner_Underlined +android.didikee.donate.R$attr: int preserveIconSpacing +androidx.preference.R$layout: int select_dialog_multichoice_material +wangdaye.com.geometricweather.R$styleable: int TagView_unchecked_background_color +wangdaye.com.geometricweather.R$attr: R$attr() +cyanogenmod.app.Profile: Profile(java.lang.String,int,java.util.UUID) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange +james.adaptiveicon.AdaptiveIconView: android.graphics.Path getPath() +androidx.appcompat.R$attr: int defaultQueryHint +androidx.constraintlayout.widget.R$color +com.bumptech.glide.R$layout: int notification_template_icon_group +wangdaye.com.geometricweather.R$id: int autoComplete +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setTempMin(java.lang.String) +io.reactivex.Observable: io.reactivex.Observable takeLast(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_toolbarStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String pm25Desc +okhttp3.Cache: int writeSuccessCount() +retrofit2.RequestBuilder: void canonicalizeForPath(okio.Buffer,java.lang.String,int,int,boolean) +wangdaye.com.geometricweather.R$drawable: int ic_check_circle_green +com.turingtechnologies.materialscrollbar.R$layout: int mtrl_layout_snackbar_include +androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: void setBackgroundDrawable(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.R$dimen: int mtrl_slider_thumb_radius +androidx.appcompat.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +cyanogenmod.externalviews.KeyguardExternalView: java.lang.String access$400() +okhttp3.MultipartBody: okhttp3.MultipartBody$Part part(int) +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setSnowPrecipitation(java.lang.Float) +wangdaye.com.geometricweather.R$drawable: int design_snackbar_background +com.xw.repo.bubbleseekbar.R$id: int submenuarrow +wangdaye.com.geometricweather.R$color: int accent_material_dark +okhttp3.internal.http2.Http2: byte FLAG_PADDED +james.adaptiveicon.R$attr: int navigationContentDescription +cyanogenmod.app.IPartnerInterface +com.jaredrummler.android.colorpicker.R$id: int action_context_bar +com.xw.repo.bubbleseekbar.R$string: int abc_menu_shift_shortcut_label +androidx.vectordrawable.R$styleable: int GradientColorItem_android_color +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getPm10() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setSo2(java.lang.String) +android.didikee.donate.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle +androidx.preference.R$attr: int buttonBarStyle +com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource REMOTE +androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_marginStart +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen: java.lang.String Type +wangdaye.com.geometricweather.R$color: int mtrl_bottom_nav_ripple_color +androidx.constraintlayout.widget.R$styleable: int Constraint_android_transformPivotX +wangdaye.com.geometricweather.R$styleable: int BackgroundStyle_android_selectableItemBackground +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.wallpaper.LiveWallpaperConfigActivity: LiveWallpaperConfigActivity() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Imperial: int UnitType +wangdaye.com.geometricweather.remoteviews.config.Hilt_HourlyTrendWidgetConfigActivity +com.google.android.material.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_hintAnimationEnabled +wangdaye.com.geometricweather.R$drawable: int tooltip_frame_light +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_goneMarginBottom +james.adaptiveicon.R$id: int notification_main_column_container +androidx.appcompat.R$style: int Base_AlertDialog_AppCompat +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_20 +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: wangdaye.com.geometricweather.db.converters.WindDegreeConverter windDegreeConverter +com.google.android.material.R$styleable: int MaterialButtonToggleGroup_checkedButton +com.google.android.material.R$attr: int showText +cyanogenmod.app.ProfileManager: void addProfile(cyanogenmod.app.Profile) +cyanogenmod.app.ProfileManager: cyanogenmod.app.Profile[] getProfiles() +wangdaye.com.geometricweather.R$styleable: int SearchView_submitBackground +okio.ByteString: okio.ByteString encodeUtf8(java.lang.String) +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Headline5 +com.turingtechnologies.materialscrollbar.R$color: int ripple_material_dark +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintRight_creator +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_69 +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_horizontalAlign +okhttp3.internal.cache.DiskLruCache$Snapshot: long[] lengths +com.github.rahatarmanahmed.cpv.CircularProgressView$3 +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.lang.String saint +james.adaptiveicon.R$style: int Widget_AppCompat_CompoundButton_Switch +cyanogenmod.hardware.ThermalListenerCallback$State +okhttp3.Cache$2: java.lang.Object next() +io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: boolean isDisposed() +androidx.core.R$styleable: int[] FontFamily +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property SnowPrecipitation +james.adaptiveicon.R$attr: int buttonStyleSmall +wangdaye.com.geometricweather.R$array: int automatic_refresh_rate_values +android.didikee.donate.R$style: int Widget_AppCompat_Toolbar +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle +com.google.android.material.bottomappbar.BottomAppBar: float getCradleVerticalOffset() +wangdaye.com.geometricweather.settings.dialogs.TimeSetterDialog +wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTodayForecastUpdateService: ForegroundTodayForecastUpdateService() +retrofit2.Retrofit: java.util.Map serviceMethodCache +androidx.core.R$id: int time +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Inverse +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ImageButton +androidx.appcompat.R$style: int Platform_ThemeOverlay_AppCompat +com.google.android.material.R$styleable: int Slider_thumbStrokeWidth +com.google.android.material.R$drawable: int abc_text_select_handle_right_mtrl_dark +wangdaye.com.geometricweather.R$string: int settings_summary_background_free_off +james.adaptiveicon.R$layout: int abc_action_menu_item_layout +io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy BUFFER +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: io.reactivex.functions.Consumer disposer +com.google.android.material.R$drawable: int mtrl_dropdown_arrow +james.adaptiveicon.R$id: int action_bar_subtitle +wangdaye.com.geometricweather.R$styleable: int[] MaterialCalendarItem james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionBar_TabText -james.adaptiveicon.R$layout: int abc_dialog_title_material -okhttp3.Dispatcher: Dispatcher(java.util.concurrent.ExecutorService) -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.R$dimen: int mtrl_navigation_item_shape_vertical_margin -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceButton -com.google.android.material.R$style: int Base_V23_Theme_AppCompat -com.google.android.material.R$layout: int abc_alert_dialog_title_material -androidx.coordinatorlayout.R$attr: int layout_dodgeInsetEdges -wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: java.lang.String getProviderName(android.content.Context) -com.jaredrummler.android.colorpicker.R$color: int abc_secondary_text_material_light -wangdaye.com.geometricweather.R$dimen: int abc_text_size_title_material_toolbar -androidx.appcompat.R$attr: int initialActivityCount -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_motionProgress -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_days_of_week_height -androidx.coordinatorlayout.R$styleable: int GradientColor_android_centerY -okhttp3.internal.cache.DiskLruCache: okio.BufferedSink journalWriter -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature: AccuCurrentResult$RealFeelTemperature() -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilitySnow: java.lang.Integer proba3H -androidx.preference.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_1 -okhttp3.internal.http2.Http2Stream: void waitForIo() -com.xw.repo.bubbleseekbar.R$attr: int bsb_bubble_text_color -okhttp3.MultipartBody: okhttp3.MediaType FORM -wangdaye.com.geometricweather.R$string: int feels_like -androidx.hilt.work.R$bool: int workmanager_test_configuration -com.google.android.material.bottomnavigation.BottomNavigationView: int getItemIconSize() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_drawableStart -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver parent -okhttp3.MediaType: boolean equals(java.lang.Object) -wangdaye.com.geometricweather.R$drawable: int test_custom_background -cyanogenmod.hardware.CMHardwareManager: byte[] readPersistentBytes(java.lang.String) -androidx.constraintlayout.widget.R$styleable: int GradientColor_android_tileMode -wangdaye.com.geometricweather.R$drawable: int notif_temp_119 -com.google.gson.stream.JsonReader: int peekNumber() -androidx.vectordrawable.animated.R$dimen: int notification_action_text_size -com.google.android.material.imageview.ShapeableImageView: void setStrokeColor(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Headline1 -com.google.android.material.R$drawable: int notification_template_icon_low_bg -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_chainStyle -io.reactivex.Observable: io.reactivex.Observable doOnEach(io.reactivex.functions.Consumer) -cyanogenmod.hardware.CMHardwareManager: int getSupportedFeatures() -wangdaye.com.geometricweather.R$id: int dialog_location_permission_statement_nextButton -wangdaye.com.geometricweather.R$attr: int dividerHorizontal -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_shapeAppearanceOverlay -com.google.android.material.R$string: int mtrl_picker_announce_current_selection -androidx.hilt.lifecycle.R$style: int TextAppearance_Compat_Notification_Info -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_15 -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver parent -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu -wangdaye.com.geometricweather.R$attr: int itemTextAppearanceInactive -com.google.android.material.R$dimen: int mtrl_calendar_navigation_height -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Metric: AccuCurrentResult$PrecipitationSummary$PastHour$Metric() -wangdaye.com.geometricweather.R$integer: int mtrl_badge_max_character_count -com.turingtechnologies.materialscrollbar.R$attr: int actionModeWebSearchDrawable -androidx.preference.R$id: int spinner -cyanogenmod.profiles.StreamSettings: int mStreamId -androidx.constraintlayout.widget.R$styleable: int MenuView_preserveIconSpacing -cyanogenmod.app.CustomTile$ExpandedStyle$1: java.lang.Object createFromParcel(android.os.Parcel) -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void run() -androidx.preference.R$id: int accessibility_custom_action_5 -cyanogenmod.weather.RequestInfo: int getRequestType() -cyanogenmod.themes.IThemeService$Stub$Proxy: void applyDefaultTheme() -io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiFunction) -com.google.android.material.R$drawable: int btn_checkbox_checked_to_unchecked_mtrl_animation -androidx.transition.R$styleable: int GradientColor_android_startY -okio.Segment: int SIZE -wangdaye.com.geometricweather.R$layout: int item_weather_daily_title_large -james.adaptiveicon.R$style: int Widget_AppCompat_Light_SearchView -com.jaredrummler.android.colorpicker.R$dimen: int abc_dropdownitem_text_padding_left -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String Level -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void cancel() -wangdaye.com.geometricweather.R$id: int container_main_daily_trend_card_title -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse -io.reactivex.internal.schedulers.RxThreadFactory: int priority +com.turingtechnologies.materialscrollbar.R$styleable: int[] LinearLayoutCompat_Layout +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$2: androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription this$0 +wangdaye.com.geometricweather.R$id: int META +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase getMoonPhase() +wangdaye.com.geometricweather.R$style: int AlertDialog_AppCompat_Light +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomNavigationView_PrimarySurface +wangdaye.com.geometricweather.R$styleable: int AppCompatImageView_android_src +wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit valueOf(java.lang.String) +wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.AlertEntity) +com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getItemBackgroundRes() +com.turingtechnologies.materialscrollbar.R$attr: int boxBackgroundMode +wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration +androidx.appcompat.widget.AppCompatRatingBar: AppCompatRatingBar(android.content.Context,android.util.AttributeSet,int) +okhttp3.CertificatePinner: java.util.List findMatchingPins(java.lang.String) +com.google.android.material.R$styleable: int[] AppBarLayout_Layout +com.google.android.material.R$styleable: int Constraint_flow_horizontalBias +wangdaye.com.geometricweather.R$dimen: int abc_action_bar_content_inset_with_nav +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_UnelevatedButton_Icon +cyanogenmod.weather.WeatherInfo$DayForecast: java.lang.String toString() +com.xw.repo.bubbleseekbar.R$attr: int fontVariationSettings +wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableTransition_android_reversible +wangdaye.com.geometricweather.R$styleable: int MotionLayout_showPaths +wangdaye.com.geometricweather.R$layout: int mtrl_alert_select_dialog_item +androidx.preference.R$styleable: int MenuView_android_verticalDivider +com.google.android.material.R$attr: int layout_constraintBottom_creator +com.xw.repo.bubbleseekbar.R$drawable: int abc_spinner_mtrl_am_alpha +com.google.android.material.R$attr: int fabCradleVerticalOffset +okhttp3.internal.http2.Http2: byte FLAG_END_HEADERS +cyanogenmod.externalviews.KeyguardExternalView$7: void run() +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut +james.adaptiveicon.R$attr: int fontProviderCerts +androidx.appcompat.R$dimen: int hint_pressed_alpha_material_light +android.didikee.donate.R$layout: int abc_search_view +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter value(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowActionBar +com.turingtechnologies.materialscrollbar.R$drawable: int notification_bg_normal_pressed +io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,boolean) +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setId(java.lang.Long) +com.google.android.material.R$styleable: int ExtendedFloatingActionButton_extendMotionSpec +androidx.constraintlayout.widget.R$styleable: int[] OnClick +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Direction Direction +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionButton +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_inverse +com.google.android.material.R$attr: int tickColorInactive +wangdaye.com.geometricweather.R$array: int precipitation_unit_voices +retrofit2.RequestFactory$Builder: java.lang.reflect.Type[] parameterTypes +wangdaye.com.geometricweather.main.MainActivity: MainActivity() +wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_Dark +com.jaredrummler.android.colorpicker.R$id: int icon +androidx.lifecycle.ReportFragment: java.lang.String REPORT_FRAGMENT_TAG +com.google.android.material.appbar.CollapsingToolbarLayout: android.graphics.drawable.Drawable getContentScrim() +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Snackbar_TextView +androidx.loader.R$id: int tag_unhandled_key_listeners +androidx.legacy.coreutils.R$style: int TextAppearance_Compat_Notification_Line2 +wangdaye.com.geometricweather.R$drawable: int flag_ja +wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.String description +james.adaptiveicon.R$styleable: int AppCompatTextView_firstBaselineToTopHeight +android.didikee.donate.R$attr: int editTextStyle +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_titleTextStyle +cyanogenmod.app.BaseLiveLockManagerService: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() +wangdaye.com.geometricweather.main.MainActivityViewModel$Status: wangdaye.com.geometricweather.main.MainActivityViewModel$Status INITIALIZING +com.turingtechnologies.materialscrollbar.R$attr: int backgroundTint +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_default +com.google.android.material.R$attr: int startIconCheckable +com.google.android.material.R$color: int design_dark_default_color_primary_variant +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorPrimaryDark +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +james.adaptiveicon.R$styleable: int LinearLayoutCompat_divider +androidx.lifecycle.LiveData: void assertMainThread(java.lang.String) +okhttp3.internal.cache.InternalCache: okhttp3.internal.cache.CacheRequest put(okhttp3.Response) +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getSupportedFeatures_0 +wangdaye.com.geometricweather.R$attr: int alertDialogButtonGroupStyle +androidx.constraintlayout.widget.R$styleable: int Motion_motionStagger +androidx.fragment.R$styleable: int GradientColor_android_startY +com.turingtechnologies.materialscrollbar.R$color: int secondary_text_default_material_dark +wangdaye.com.geometricweather.R$id: int item_about_link +okio.Buffer: okio.Buffer writeShortLe(int) +com.google.android.material.textfield.TextInputLayout: void setEndIconContentDescription(java.lang.CharSequence) +androidx.core.R$id: int accessibility_custom_action_26 +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$ExpandedStyle mExpandedStyle +com.xw.repo.BubbleSeekBar: com.xw.repo.BubbleSeekBar$OnProgressChangedListener getOnProgressChangedListener() +com.google.android.material.R$style: int Base_V7_Theme_AppCompat_Dialog +wangdaye.com.geometricweather.R$styleable: int Chip_chipCornerRadius +com.turingtechnologies.materialscrollbar.R$attr: int closeIconSize +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: ArcProgress(android.content.Context,android.util.AttributeSet) +com.jaredrummler.android.colorpicker.R$attr: int contentInsetEnd +com.google.android.material.R$id: int standard +io.reactivex.internal.util.ArrayListSupplier: java.util.concurrent.Callable asCallable() +james.adaptiveicon.R$id: int line1 +androidx.lifecycle.ProcessLifecycleOwner$3: void onActivityCreated(android.app.Activity,android.os.Bundle) +wangdaye.com.geometricweather.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable +com.google.android.material.R$dimen: int mtrl_btn_text_size +androidx.appcompat.widget.Toolbar: void setTitleTextColor(int) +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_progressBarPadding +android.didikee.donate.R$color: int dim_foreground_material_light +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property DailyForecast +com.google.android.material.R$style: int Base_Widget_AppCompat_ButtonBar +androidx.lifecycle.ServiceLifecycleDispatcher: void onServicePreSuperOnCreate() +wangdaye.com.geometricweather.R$string: int summary_collapsed_preference_list +okhttp3.internal.tls.BasicCertificateChainCleaner: int hashCode() +com.google.android.material.R$styleable: int AppCompatTheme_actionOverflowMenuStyle +androidx.activity.R$style: R$style() +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_body_2_material +cyanogenmod.app.ICMStatusBarManager$Stub: android.os.IBinder asBinder() +androidx.fragment.R$id: int accessibility_custom_action_5 +com.google.android.material.R$dimen: int mtrl_btn_padding_right +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: boolean disposed +androidx.constraintlayout.helper.widget.Layer: void setTranslationX(float) +androidx.preference.R$id: int group_divider +com.google.android.material.R$attr: int fontFamily +com.google.android.material.textfield.TextInputEditText: java.lang.CharSequence getHint() +com.google.gson.internal.LinkedTreeMap: int size +com.google.android.material.appbar.CollapsingToolbarLayout: void setStatusBarScrimResource(int) +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedNoLast: long serialVersionUID +androidx.constraintlayout.widget.R$styleable: int Variant_constraints +androidx.constraintlayout.utils.widget.ImageFilterButton: float getWarmth() +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: boolean cancelled +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Rain: AccuDailyResult$DailyForecasts$Day$Rain() +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionButton_Overflow +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_CUSTOM_VALUES_VALIDATOR +androidx.preference.PreferenceManager +androidx.appcompat.R$attr: int windowFixedWidthMinor +com.turingtechnologies.materialscrollbar.R$color: int abc_hint_foreground_material_dark +wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_android_insetRight +okio.SegmentedByteString: okio.ByteString toAsciiLowercase() +com.turingtechnologies.materialscrollbar.R$styleable: int[] MenuGroup +wangdaye.com.geometricweather.R$dimen: int design_snackbar_padding_vertical_2lines +com.google.android.material.R$style: int Base_Widget_MaterialComponents_PopupMenu_ContextMenu +com.xw.repo.bubbleseekbar.R$attr: int layout_anchorGravity +androidx.constraintlayout.widget.R$styleable: int Toolbar_subtitleTextAppearance +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: boolean isDisposed() +com.google.android.material.R$styleable: int Layout_layout_constraintRight_toLeftOf +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem +com.google.android.material.appbar.CollapsingToolbarLayout: void setScrimsShown(boolean) +wangdaye.com.geometricweather.R$dimen: int tooltip_y_offset_non_touch +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup +wangdaye.com.geometricweather.R$styleable: int GradientColor_android_endColor +com.bumptech.glide.R$styleable: int ColorStateListItem_android_alpha +com.google.android.material.R$attr: int layout_constraintVertical_bias +wangdaye.com.geometricweather.R$dimen: int notification_media_narrow_margin +androidx.appcompat.widget.DropDownListView: void setListSelectionHidden(boolean) +com.google.android.material.R$styleable: int AppCompatTheme_buttonBarStyle +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_PopupMenu_Overflow +cyanogenmod.profiles.ConnectionSettings$1: cyanogenmod.profiles.ConnectionSettings[] newArray(int) +androidx.constraintlayout.widget.R$integer: int status_bar_notification_info_maxnum +okhttp3.OkHttpClient$1: okhttp3.internal.connection.RealConnection get(okhttp3.ConnectionPool,okhttp3.Address,okhttp3.internal.connection.StreamAllocation,okhttp3.Route) +com.turingtechnologies.materialscrollbar.R$styleable: int TabItem_android_icon +okhttp3.internal.platform.Platform: java.util.List alpnProtocolNames(java.util.List) +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String WALLPAPER_URI +wangdaye.com.geometricweather.R$color: int material_on_surface_disabled +retrofit2.adapter.rxjava2.RxJava2CallAdapter +androidx.constraintlayout.widget.Constraints: androidx.constraintlayout.widget.ConstraintSet getConstraintSet() +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: io.reactivex.functions.Function valueSelector +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: io.reactivex.internal.fuseable.SimplePlainQueue getOrCreateQueue() +wangdaye.com.geometricweather.common.basic.models.weather.Base: long updateTime +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_closeIcon +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_13 +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_showMotionSpec +androidx.recyclerview.R$styleable: int GradientColor_android_centerY +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric: int UnitType +com.google.android.material.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton +wangdaye.com.geometricweather.R$styleable: int InkPageIndicator_dotGap +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Dialog_Alert +com.google.android.material.R$styleable: int Tooltip_backgroundTint +androidx.constraintlayout.widget.ConstraintLayout: int getMinWidth() +cyanogenmod.app.ILiveLockScreenManager$Stub: java.lang.String DESCRIPTOR +james.adaptiveicon.R$styleable: int[] Toolbar +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_measureWithLargestChild +wangdaye.com.geometricweather.R$dimen: int item_touch_helper_max_drag_scroll_per_frame +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: boolean isDisposed() +io.reactivex.internal.observers.InnerQueuedObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.constraintlayout.widget.R$dimen: int abc_text_size_large_material +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.preference.R$dimen: int abc_control_corner_material +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getO3Color(android.content.Context) +androidx.constraintlayout.widget.R$id: int forever +wangdaye.com.geometricweather.common.ui.widgets.DrawerLayout: void setUnfold(boolean) +james.adaptiveicon.R$style: int ThemeOverlay_AppCompat +wangdaye.com.geometricweather.R$attr: int actionBarTabStyle +com.bumptech.glide.Registry$NoSourceEncoderAvailableException +android.didikee.donate.R$attr: int colorPrimary +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: ObservableWindow$WindowSkipObserver(io.reactivex.Observer,long,long,int) +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_checkedIconEnabled +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeInsetTop +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum Minimum +androidx.lifecycle.MediatorLiveData$Source: void unplug() +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_text_input_padding_top +cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler: int MSG_CANCEL_REQUEST +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String co +com.bumptech.glide.R$integer: R$integer() +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: ChineseCityEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_subtitle +androidx.legacy.coreutils.R$dimen: int notification_content_margin_start +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1: void onResponse(retrofit2.Call,retrofit2.Response) +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: int sourceMode +cyanogenmod.externalviews.KeyguardExternalViewProviderService$1$1: java.lang.Object call() +com.google.android.material.R$attr: int contrast +androidx.fragment.app.FragmentContainerView: FragmentContainerView(android.content.Context,android.util.AttributeSet) +io.reactivex.internal.subscriptions.EmptySubscription: io.reactivex.internal.subscriptions.EmptySubscription INSTANCE +com.jaredrummler.android.colorpicker.R$styleable: int FontFamily_fontProviderPackage +okhttp3.internal.http1.Http1Codec: okhttp3.Response$Builder readResponseHeaders(boolean) +cyanogenmod.app.suggest.ApplicationSuggestion: android.net.Uri getThumbailUri() +com.google.android.material.R$attr: int flow_lastHorizontalStyle +androidx.preference.R$integer +com.google.android.material.R$id: int row_index_key +androidx.preference.R$styleable: int AlertDialog_multiChoiceItemLayout +retrofit2.Callback: void onFailure(retrofit2.Call,java.lang.Throwable) +androidx.appcompat.R$drawable: int abc_ic_arrow_drop_right_black_24dp +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void innerError(io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver,java.lang.Throwable) +com.turingtechnologies.materialscrollbar.R$attr: int tabPaddingEnd +androidx.preference.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void schedule() +com.google.android.material.textfield.TextInputLayout: int getErrorCurrentTextColors() +androidx.constraintlayout.widget.R$styleable: int[] CompoundButton +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title +okhttp3.internal.connection.RealConnection: java.net.Socket socket() +androidx.recyclerview.R$styleable: int[] FontFamily +okhttp3.Protocol: Protocol(java.lang.String,int,java.lang.String) +okhttp3.internal.http.UnrepeatableRequestBody +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: android.os.IBinder mRemote +okhttp3.internal.ws.WebSocketWriter: WebSocketWriter(boolean,okio.BufferedSink,java.util.Random) +androidx.preference.R$attr: int windowActionBarOverlay +com.jaredrummler.android.colorpicker.ColorPickerDialog +com.google.android.material.slider.BaseSlider: BaseSlider(android.content.Context,android.util.AttributeSet) +androidx.vectordrawable.R$attr +androidx.transition.R$dimen: int notification_media_narrow_margin +okio.Pipe: long maxBufferSize +com.google.android.material.R$attr: int labelStyle +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind +retrofit2.ServiceMethod: java.lang.Object invoke(java.lang.Object[]) +androidx.lifecycle.ComputableLiveData: ComputableLiveData() +com.google.android.material.R$style: int Base_Widget_MaterialComponents_PopupMenu +androidx.vectordrawable.R$style: int TextAppearance_Compat_Notification_Time +wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat_Dark +androidx.hilt.work.R$layout +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getWindDirection() +com.google.android.material.R$style: int Widget_AppCompat_DropDownItem_Spinner +com.jaredrummler.android.colorpicker.R$styleable: int MultiSelectListPreference_android_entries +com.google.android.material.R$dimen: int mtrl_btn_elevation +com.google.android.material.R$anim: int btn_checkbox_to_unchecked_box_inner_merged_animation +androidx.viewpager.R$id: int blocking +wangdaye.com.geometricweather.main.models.LocationResource$Event: wangdaye.com.geometricweather.main.models.LocationResource$Event valueOf(java.lang.String) +okhttp3.Address: okhttp3.Dns dns +androidx.preference.R$styleable: int ActionBar_elevation +okhttp3.internal.cache2.Relay: void writeMetadata(long) +com.google.android.material.chip.Chip: void setCloseIconSizeResource(int) +androidx.preference.R$attr: int colorControlActivated +io.reactivex.internal.queue.SpscArrayQueue: boolean offer(java.lang.Object) +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onDetach() +wangdaye.com.geometricweather.R$dimen: int standard_weather_icon_container_size +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver +androidx.core.R$id: int action_container +cyanogenmod.content.Intent: java.lang.String EXTRA_RECENTS_LONG_PRESS_RELEASE +com.google.android.material.R$anim: R$anim() +okhttp3.internal.http2.Http2Connection$Builder: java.lang.String hostname +okhttp3.internal.http1.Http1Codec: void detachTimeout(okio.ForwardingTimeout) +androidx.customview.R$layout: int notification_template_custom_big +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_framePosition +androidx.appcompat.resources.R$attr +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Headline6 +okhttp3.internal.http1.Http1Codec$FixedLengthSink: boolean closed +cyanogenmod.app.ICustomTileListener$Stub: android.os.IBinder asBinder() +okio.RealBufferedSource$1: int read() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: java.lang.String getEn_US() +androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableTransition_android_reversible +com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_itemBackground +cyanogenmod.themes.IThemeChangeListener$Stub$Proxy +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableTintMode +androidx.fragment.R$styleable: int[] ColorStateListItem +androidx.appcompat.widget.SwitchCompat: void setTextOff(java.lang.CharSequence) +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Compat_Notification_Line2 +com.turingtechnologies.materialscrollbar.R$styleable: int[] BottomSheetBehavior_Layout +wangdaye.com.geometricweather.R$drawable: int ic_building +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Medium +com.xw.repo.bubbleseekbar.R$layout: int abc_action_bar_title_item +com.google.android.material.R$attr: int borderWidth +com.google.android.material.R$layout: int mtrl_picker_text_input_date +wangdaye.com.geometricweather.R$drawable: int notif_temp_81 +wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: java.lang.String styleId +com.turingtechnologies.materialscrollbar.MaterialScrollBar: float getHandleOffset() +androidx.fragment.R$styleable: int FontFamilyFont_android_fontStyle +cyanogenmod.power.PerformanceManager: int[] POSSIBLE_POWER_PROFILES +wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_yearStyle +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub$Proxy: android.os.IBinder asBinder() +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void drain() +james.adaptiveicon.R$color: R$color() +wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customIntegerValue +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: java.lang.String type +androidx.coordinatorlayout.R$id: int accessibility_custom_action_20 +cyanogenmod.app.Profile: Profile(android.os.Parcel,cyanogenmod.app.Profile$1) +com.jaredrummler.android.colorpicker.R$attr: int actionBarPopupTheme +james.adaptiveicon.R$styleable: int ActionBar_contentInsetRight +com.turingtechnologies.materialscrollbar.R$styleable: int PopupWindow_overlapAnchor +com.google.android.material.R$color: int material_grey_300 +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorTextColor +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: int mainTextColorResId +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: void setDrawable(boolean) +com.google.android.material.R$color: int abc_hint_foreground_material_light +wangdaye.com.geometricweather.R$layout: int item_tag +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Headline1 +com.google.android.material.slider.Slider: float getValueTo() +com.google.android.material.R$dimen: int mtrl_badge_with_text_radius +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_icon_btn_padding_left +androidx.viewpager.R$styleable: int ColorStateListItem_alpha +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial: java.lang.String Unit +james.adaptiveicon.R$styleable: int SwitchCompat_android_thumb +androidx.dynamicanimation.R$id: R$id() +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: io.reactivex.functions.Function mapper +com.google.android.material.chip.Chip: void setChipEndPaddingResource(int) +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: java.lang.Throwable error +androidx.viewpager2.R$attr: int fastScrollHorizontalThumbDrawable +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult: MfEphemerisResult() +com.google.android.material.R$styleable: int Constraint_android_layout_marginEnd +com.jaredrummler.android.colorpicker.R$attr: int dividerPadding +com.turingtechnologies.materialscrollbar.R$color: int cardview_shadow_end_color +androidx.preference.R$style: int Widget_AppCompat_Button_Small +androidx.appcompat.R$attr: int drawableRightCompat +com.turingtechnologies.materialscrollbar.R$integer: int mtrl_chip_anim_duration +android.didikee.donate.R$drawable: int abc_ic_menu_overflow_material +com.google.android.material.R$styleable: int Tooltip_android_minWidth +io.reactivex.internal.observers.ForEachWhileObserver: io.reactivex.functions.Consumer onError +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_barrierAllowsGoneWidgets +com.turingtechnologies.materialscrollbar.R$dimen: int notification_main_column_padding_top +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_verticalStyle +io.reactivex.internal.observers.ForEachWhileObserver: long serialVersionUID +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_stacked_max_height +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_title +okhttp3.internal.cache.DiskLruCache: long ANY_SEQUENCE_NUMBER +android.didikee.donate.R$id: int checkbox +okhttp3.internal.platform.AndroidPlatform: java.lang.Class sslParametersClass +okhttp3.internal.connection.StreamAllocation: okhttp3.Address address +androidx.lifecycle.DefaultLifecycleObserver: void onStart(androidx.lifecycle.LifecycleOwner) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AutoCompleteTextView_FilledBox +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_skipCollapsed +wangdaye.com.geometricweather.R$drawable: int abc_scrubber_primary_mtrl_alpha +androidx.preference.R$attr: int positiveButtonText +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_switchTextOn +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: boolean isDisposed() +com.xw.repo.bubbleseekbar.R$attr: int actionBarSplitStyle +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintEnd_toStartOf +androidx.preference.ListPreference: ListPreference(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$drawable: int abc_text_cursor_material +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Metric: int UnitType +com.google.android.material.R$attr: int iconTint +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void errorAll(io.reactivex.Observer) +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Body2 +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String cityId +com.xw.repo.bubbleseekbar.R$string: int abc_shareactionprovider_share_with +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: io.reactivex.internal.queue.SpscLinkedArrayQueue queue +wangdaye.com.geometricweather.R$animator: int mtrl_fab_transformation_sheet_expand_spec +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup +com.google.android.material.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex +okio.Buffer: long writeAll(okio.Source) +android.didikee.donate.R$id: int customPanel +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeDegreeDayTemperature +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void onNext(java.lang.Object) +android.didikee.donate.R$styleable: int Toolbar_android_minHeight +okhttp3.internal.http1.Http1Codec$AbstractSource: long read(okio.Buffer,long) +androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy +androidx.constraintlayout.widget.R$attr: int actionModeSelectAllDrawable +com.github.rahatarmanahmed.cpv.R$styleable +wangdaye.com.geometricweather.R$dimen: int mtrl_navigation_item_shape_vertical_margin +wangdaye.com.geometricweather.R$id: int activity_widget_config_viewStyleContainer +wangdaye.com.geometricweather.R$color: int ripple_material_light +androidx.legacy.coreutils.R$styleable: int GradientColor_android_startColor +com.google.android.material.R$dimen: int mtrl_min_touch_target_size +androidx.preference.R$attr: int popupWindowStyle +androidx.appcompat.R$attr: int tooltipText +io.reactivex.Observable: void subscribeActual(io.reactivex.Observer) +com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter: CircularProgressViewAdapter() +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: void setCancellable(io.reactivex.functions.Cancellable) +okhttp3.RealCall: RealCall(okhttp3.OkHttpClient,okhttp3.Request,boolean) +com.google.android.material.R$style: int Widget_MaterialComponents_TimePicker_Display_TextInputEditText +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircleView: CircleView(android.content.Context) +androidx.constraintlayout.widget.R$id: int flip +io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: void dispose() +wangdaye.com.geometricweather.R$attr: int colorSecondary +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData this$0 +com.jaredrummler.android.colorpicker.R$style: int PreferenceThemeOverlay +wangdaye.com.geometricweather.R$dimen: int mtrl_slider_track_height +android.didikee.donate.R$attr: int colorBackgroundFloating +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_android_gravity +cyanogenmod.util.ColorUtils: int[] SOLID_COLORS +com.google.android.material.internal.FlowLayout: FlowLayout(android.content.Context) +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: io.reactivex.functions.Function bufferClose +androidx.constraintlayout.motion.widget.MotionLayout: float getProgress() +james.adaptiveicon.R$style: int Widget_AppCompat_ActionButton +androidx.preference.R$style: int Base_V21_Theme_AppCompat_Light_Dialog +okhttp3.Cache +com.google.android.material.R$attr: int singleLine +wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig chineseCityEntityDaoConfig +james.adaptiveicon.R$anim: int abc_shrink_fade_out_from_bottom +androidx.loader.R$drawable: int notification_bg_normal_pressed +androidx.appcompat.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader +androidx.constraintlayout.widget.R$attr: int limitBoundsTo +okio.Buffer: okio.Buffer copyTo(java.io.OutputStream) +com.turingtechnologies.materialscrollbar.R$integer: R$integer() +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties +androidx.hilt.R$dimen: int notification_top_pad +com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem +wangdaye.com.geometricweather.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable +okhttp3.internal.http2.Http2Connection$PingRunnable: int payload2 +com.xw.repo.bubbleseekbar.R$id: int submit_area +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_chip_pressed_translation_z +androidx.appcompat.R$styleable: int StateListDrawable_android_exitFadeDuration +androidx.coordinatorlayout.R$style +okio.ByteString: boolean startsWith(okio.ByteString) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_77 +com.jaredrummler.android.colorpicker.R$id: int action_bar_root +androidx.recyclerview.widget.StaggeredGridLayoutManager$LazySpanLookup$FullSpanItem: android.os.Parcelable$Creator CREATOR +androidx.preference.SwitchPreferenceCompat: SwitchPreferenceCompat(android.content.Context,android.util.AttributeSet) +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem +com.google.android.material.R$styleable: int Layout_android_layout_marginTop +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Dialog_Alert +com.jaredrummler.android.colorpicker.R$styleable: int ViewStubCompat_android_id +android.didikee.donate.R$layout: int abc_screen_simple_overlay_action_mode +com.google.android.material.R$styleable: int NavigationView_itemShapeInsetBottom +androidx.lifecycle.ViewModelProvider$NewInstanceFactory: androidx.lifecycle.ViewModelProvider$NewInstanceFactory getInstance() +androidx.hilt.work.R$id: int chronometer +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintDimensionRatio +james.adaptiveicon.R$styleable: int AppCompatTheme_dividerVertical +androidx.lifecycle.LiveData: java.lang.Object mPendingData +com.google.android.material.slider.RangeSlider: float getStepSize() +androidx.coordinatorlayout.R$drawable: int notification_template_icon_low_bg +okhttp3.internal.http2.Hpack +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipStrokeWidth +androidx.preference.R$styleable: int CheckBoxPreference_disableDependentsState +cyanogenmod.platform.Manifest$permission: Manifest$permission() +com.google.android.material.R$string: int mtrl_picker_text_input_month_abbr +com.google.android.material.R$color: int design_dark_default_color_background +com.google.android.material.R$dimen: int mtrl_navigation_item_horizontal_padding +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_goneMarginRight +androidx.swiperefreshlayout.R$drawable: int notify_panel_notification_icon_bg +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: java.lang.String url +androidx.activity.R$id: int actions +androidx.constraintlayout.widget.R$styleable: int StateListDrawable_android_enterFadeDuration +retrofit2.KotlinExtensions$suspendAndThrow$$inlined$suspendCoroutineUninterceptedOrReturn$lambda$1 +wangdaye.com.geometricweather.R$animator: int mtrl_extended_fab_state_list_animator +androidx.appcompat.widget.ActivityChooserView: androidx.appcompat.widget.ActivityChooserModel getDataModel() +androidx.legacy.coreutils.R$drawable: int notification_bg_normal_pressed +com.google.android.material.R$style: int Base_Widget_MaterialComponents_TextInputLayout +androidx.activity.R$drawable: int notification_icon_background +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionBar_TabBar +okhttp3.Route: int hashCode() +cyanogenmod.hardware.ICMHardwareService: boolean setVibratorIntensity(int) +androidx.appcompat.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setWeather(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Direction: AccuDailyResult$DailyForecasts$Day$WindGust$Direction() +com.google.android.material.internal.FlowLayout: FlowLayout(android.content.Context,android.util.AttributeSet,int) +com.xw.repo.bubbleseekbar.R$attr: int allowStacking +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getPressure() +androidx.fragment.R$integer: int status_bar_notification_info_maxnum +com.google.android.material.R$styleable: int[] CollapsingToolbarLayout_Layout +okio.RealBufferedSink: okio.BufferedSink emitCompleteSegments() +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub: IWeatherProviderServiceClient$Stub() +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit valueOf(java.lang.String) +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor DARK +com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState SUCCESS +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean writePersistentBytes(java.lang.String,byte[]) +androidx.constraintlayout.widget.R$id: int reverseSawtooth +com.jaredrummler.android.colorpicker.R$id: int expand_activities_button +okhttp3.internal.http2.Http2Connection: void writeWindowUpdateLater(int,long) +com.google.android.material.R$dimen +cyanogenmod.weatherservice.WeatherProviderService: java.lang.String SERVICE_META_DATA +wangdaye.com.geometricweather.R$styleable: int Slider_labelBehavior +okhttp3.internal.http2.Huffman$Node: okhttp3.internal.http2.Huffman$Node[] children +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ListView +com.google.android.material.R$styleable: int[] GradientColorItem +androidx.constraintlayout.widget.R$drawable: int abc_ab_share_pack_mtrl_alpha +com.google.android.material.R$attr: int cornerFamilyTopLeft +io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function9) +cyanogenmod.providers.CMSettings$NameValueCache: boolean putStringForUser(android.content.ContentResolver,java.lang.String,java.lang.String,int) +wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit[] values() +androidx.recyclerview.widget.RecyclerView: void removeOnChildAttachStateChangeListener(androidx.recyclerview.widget.RecyclerView$OnChildAttachStateChangeListener) +com.turingtechnologies.materialscrollbar.R$anim: int abc_popup_enter +org.greenrobot.greendao.database.DatabaseOpenHelper: void onCreate(org.greenrobot.greendao.database.Database) +io.reactivex.subjects.PublishSubject$PublishDisposable: io.reactivex.subjects.PublishSubject parent +android.didikee.donate.R$attr: int contentInsetStartWithNavigation +wangdaye.com.geometricweather.R$attr: int actionModeShareDrawable +androidx.constraintlayout.widget.R$styleable: int PropertySet_android_alpha +cyanogenmod.hardware.DisplayMode$1 +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle +okio.SegmentedByteString: int[] directory +wangdaye.com.geometricweather.R$styleable: int KeyPosition_motionTarget +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem +com.jaredrummler.android.colorpicker.R$layout: R$layout() +androidx.swiperefreshlayout.widget.SwipeRefreshLayout +retrofit2.RequestFactory$Builder: boolean isFormEncoded +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_NAVIGATION_BAR +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_gestureInsetBottomIgnored +wangdaye.com.geometricweather.R$id: int ignoreRequest +com.xw.repo.bubbleseekbar.R$attr: int actionBarTabStyle +com.google.android.material.R$styleable: int KeyCycle_android_translationY +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light_NoActionBar +com.bumptech.glide.R$integer +com.google.android.material.R$attr: int editTextStyle +androidx.appcompat.R$styleable: int AlertDialog_listLayout +androidx.vectordrawable.R$style: R$style() +wangdaye.com.geometricweather.R$styleable: int OnSwipe_moveWhenScrollAtTop +wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: java.lang.String getNotificationStyleName(android.content.Context) +wangdaye.com.geometricweather.R$integer: int design_snackbar_text_max_lines +androidx.constraintlayout.widget.R$styleable: int Constraint_android_maxWidth +okhttp3.CertificatePinner: java.util.Set pins +okhttp3.internal.http2.Http2Connection: void setSettings(okhttp3.internal.http2.Settings) +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_submitBackground +androidx.lifecycle.ServiceLifecycleDispatcher: androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable mLastDispatchRunnable +com.xw.repo.bubbleseekbar.R$attr: int contentDescription +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_DialogWhenLarge +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: float getDensity(float) +androidx.loader.R$string: R$string() +androidx.constraintlayout.widget.Group cyanogenmod.providers.CMSettings$System: boolean putIntForUser(android.content.ContentResolver,java.lang.String,int,int) -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHeight_max -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Imperial: double Value -com.xw.repo.bubbleseekbar.R$style -androidx.constraintlayout.widget.R$attr: int hideOnContentScroll -wangdaye.com.geometricweather.R$string: int feedback_show_widget_card_alpha -cyanogenmod.externalviews.IKeyguardExternalViewProvider: void unregisterCallback(cyanogenmod.externalviews.IKeyguardExternalViewCallbacks) -okhttp3.OkHttpClient$1: boolean connectionBecameIdle(okhttp3.ConnectionPool,okhttp3.internal.connection.RealConnection) -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void onError(java.lang.Throwable) -androidx.constraintlayout.widget.R$attr: int layout_constraintRight_toLeftOf -io.reactivex.internal.disposables.EmptyDisposable: void complete(io.reactivex.MaybeObserver) -androidx.constraintlayout.widget.R$attr: int state_above_anchor -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_updateNotificationGroup -com.jaredrummler.android.colorpicker.R$styleable: int[] AppCompatTextHelper -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_SeekBar_Discrete -com.google.android.material.R$styleable: int Chip_closeIconVisible -okhttp3.Cache$CacheRequestImpl: okhttp3.internal.cache.DiskLruCache$Editor editor -james.adaptiveicon.R$drawable: int abc_ic_menu_share_mtrl_alpha -com.google.android.material.appbar.CollapsingToolbarLayout: CollapsingToolbarLayout(android.content.Context,android.util.AttributeSet) -androidx.customview.R$attr: int font -okio.BufferedSource: int readIntLe() -com.google.android.material.appbar.HeaderBehavior: HeaderBehavior() +cyanogenmod.providers.CMSettings$System$3: boolean validate(java.lang.String) +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_startColor +okhttp3.internal.connection.RouteSelector$Selection: java.util.List getAll() +okhttp3.Cache$CacheResponseBody: java.lang.String contentType +androidx.appcompat.widget.AppCompatImageView: AppCompatImageView(android.content.Context,android.util.AttributeSet) +cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: ICMStatusBarManager$Stub$Proxy(android.os.IBinder) +com.turingtechnologies.materialscrollbar.R$id: int scrollIndicatorDown +wangdaye.com.geometricweather.R$drawable: int ic_time +androidx.preference.R$style: int Widget_AppCompat_ListView +wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_maxProgress +wangdaye.com.geometricweather.R$layout: int item_trend_daily +okhttp3.internal.http.RealInterceptorChain: okhttp3.internal.connection.RealConnection connection +androidx.work.R$drawable: int notification_tile_bg +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_android_summaryOn +com.jaredrummler.android.colorpicker.R$styleable: int ViewStubCompat_android_layout +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHeight_max +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1: void onFailed() +com.google.android.material.R$id: int action_bar_container +io.reactivex.Observable: io.reactivex.Observable throttleLatest(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean) +androidx.dynamicanimation.R$styleable: int FontFamilyFont_android_font +wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework +retrofit2.http.FormUrlEncoded +androidx.recyclerview.R$styleable: int RecyclerView_spanCount +androidx.lifecycle.LiveDataReactiveStreams: org.reactivestreams.Publisher toPublisher(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.LiveData) +wangdaye.com.geometricweather.R$xml: int network_security_config +wangdaye.com.geometricweather.R$attr: int behavior_autoHide +wangdaye.com.geometricweather.R$id: int item_details +com.google.android.material.bottomappbar.BottomAppBar: void setCradleVerticalOffset(float) +androidx.lifecycle.MediatorLiveData: void onActive() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure: AccuCurrentResult$Pressure() +androidx.hilt.work.R$drawable: int notification_bg_normal +androidx.constraintlayout.widget.R$id: int text2 +wangdaye.com.geometricweather.R$attr: int navigationViewStyle +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: java.lang.String Text +com.google.android.material.R$attr: int drawableRightCompat +cyanogenmod.providers.CMSettings$System: java.lang.String LIVE_DISPLAY_HINTED +wangdaye.com.geometricweather.remoteviews.config.Hilt_TextWidgetConfigActivity +androidx.fragment.R$anim: int fragment_close_exit +androidx.cardview.R$attr: int contentPaddingBottom +com.google.android.material.R$styleable: int FontFamilyFont_fontWeight +androidx.lifecycle.extensions.R$dimen: int notification_big_circle_margin +com.google.android.material.R$dimen: int mtrl_calendar_bottom_padding +com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_headerBackground +androidx.preference.R$attr: int actionModePasteDrawable +wangdaye.com.geometricweather.R$attr: int buttonTintMode +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_alpha +cyanogenmod.profiles.AirplaneModeSettings: void setValue(int) +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: long remaining +wangdaye.com.geometricweather.R$drawable: int flag_br +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle +androidx.drawerlayout.R$drawable: R$drawable() +james.adaptiveicon.R$color: int abc_background_cache_hint_selector_material_light +cyanogenmod.app.ThemeVersion$ThemeVersionImpl2: cyanogenmod.app.ThemeVersion$ComponentVersion getDeviceComponentVersion(cyanogenmod.app.ThemeComponent) +com.jaredrummler.android.colorpicker.R$color: int foreground_material_light +androidx.constraintlayout.widget.R$attr: int motionDebug +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float NitrogenMonoxide +org.greenrobot.greendao.AbstractDao: java.lang.String[] getAllColumns() +androidx.viewpager.widget.ViewPager: int getCurrentItem() +wangdaye.com.geometricweather.R$attr: int layout_anchorGravity +wangdaye.com.geometricweather.R$drawable: int weather_sleet_2 +com.turingtechnologies.materialscrollbar.R$styleable: int[] ActivityChooserView +wangdaye.com.geometricweather.R$layout: int abc_popup_menu_header_item_layout +com.google.android.material.R$styleable: int ShapeAppearance_cornerSize +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String getPrecipitationTextWithoutUnit(float) +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_Switch +com.xw.repo.bubbleseekbar.R$styleable: int FontFamily_fontProviderPackage +com.bumptech.glide.integration.okhttp.R$attr: int layout_anchor +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onScreenTurnedOn() +androidx.recyclerview.R$attr: int fontProviderQuery +io.reactivex.exceptions.UndeliverableException: UndeliverableException(java.lang.Throwable) +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_Button +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_ab_back_material +com.jaredrummler.android.colorpicker.R$id: int notification_main_column_container +com.google.android.material.bottomnavigation.BottomNavigationItemView: int getItemVisiblePosition() +androidx.constraintlayout.widget.R$dimen: int abc_action_button_min_width_material +com.google.android.material.R$attr: int sliderStyle +io.reactivex.internal.subscribers.StrictSubscriber: void onComplete() +cyanogenmod.profiles.ConnectionSettings: void writeToParcel(android.os.Parcel,int) +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Inverse +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: long count +wangdaye.com.geometricweather.R$string: int mtrl_picker_a11y_next_month +androidx.constraintlayout.widget.R$attr: int thumbTintMode +okhttp3.internal.platform.OptionalMethod +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: java.lang.String zh_CN +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_RatingBar_Indicator +androidx.hilt.work.R$dimen: int notification_small_icon_size_as_large +com.google.android.material.progressindicator.ProgressIndicator: ProgressIndicator(android.content.Context) +okio.Buffer: java.io.OutputStream outputStream() +androidx.vectordrawable.animated.R$attr: int fontStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: java.lang.String getBrandId() +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_goneMarginEnd +androidx.preference.Preference: Preference(android.content.Context,android.util.AttributeSet,int,int) +com.google.android.material.R$attr: int visibilityMode +wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type PRECIPITATION +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_TextButton_Icon +androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable: androidx.lifecycle.Lifecycle$Event mEvent +okhttp3.Cookie: java.lang.String path() +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult$Temperature: AccuHourlyResult$Temperature() +androidx.appcompat.R$drawable: int abc_btn_radio_material_anim +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setColorSchemeResources(int[]) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer grassLevel +com.turingtechnologies.materialscrollbar.R$attr: int tabIconTintMode +com.google.android.material.R$dimen: int notification_subtext_size +wangdaye.com.geometricweather.R$styleable: int[] MaterialToolbar +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_popupTheme +cyanogenmod.app.CustomTileListenerService: void onListenerConnected() +wangdaye.com.geometricweather.R$bool: int workmanager_test_configuration +androidx.appcompat.R$style: int Widget_AppCompat_DropDownItem_Spinner +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.HalfDay[] halfDays +androidx.vectordrawable.R$id: int action_container +wangdaye.com.geometricweather.R$attr: int closeIconStartPadding +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView: PolylineAndHistogramView(android.content.Context,android.util.AttributeSet) +cyanogenmod.externalviews.KeyguardExternalView: KeyguardExternalView(android.content.Context,android.util.AttributeSet,android.content.ComponentName) +com.google.android.material.R$styleable: int Variant_region_widthLessThan +cyanogenmod.weather.WeatherInfo$DayForecast$1: WeatherInfo$DayForecast$1() +androidx.room.RoomDatabase$JournalMode: androidx.room.RoomDatabase$JournalMode resolve(android.content.Context) +cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent LOCKSCREEN +com.turingtechnologies.materialscrollbar.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionBar_TabText +okhttp3.Handshake: okhttp3.TlsVersion tlsVersion() +wangdaye.com.geometricweather.db.entities.DailyEntity: void setTreeIndex(java.lang.Integer) +com.google.android.material.floatingactionbutton.FloatingActionButton: android.content.res.ColorStateList getSupportBackgroundTintList() +james.adaptiveicon.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Button_Borderless +androidx.appcompat.resources.R$styleable: int FontFamilyFont_fontStyle +cyanogenmod.profiles.ConnectionSettings$1: java.lang.Object[] newArray(int) +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: void onComplete() +com.turingtechnologies.materialscrollbar.R$styleable: int View_android_theme +com.google.android.material.circularreveal.CircularRevealRelativeLayout: android.graphics.drawable.Drawable getCircularRevealOverlayDrawable() +okhttp3.internal.http2.Http2Connection$ReaderRunnable$2 +androidx.work.R$id: int action_text +okhttp3.internal.tls.OkHostnameVerifier: OkHostnameVerifier() +com.google.android.material.R$attr: int minHideDelay +com.xw.repo.bubbleseekbar.R$layout: int abc_screen_content_include +com.google.gson.stream.JsonReader: int pos +io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: void run() +cyanogenmod.themes.ThemeManager +okhttp3.internal.Util: okio.ByteString UTF_16_LE_BOM +wangdaye.com.geometricweather.R$styleable: int MaterialButton_iconSize +androidx.swiperefreshlayout.R$id: int right_side +androidx.appcompat.R$style: int Platform_V25_AppCompat +james.adaptiveicon.R$styleable: int Toolbar_contentInsetLeft +androidx.preference.R$attr: int reverseLayout +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_editTextBackground +androidx.preference.R$style: int ThemeOverlay_AppCompat_Light +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken END_ARRAY +cyanogenmod.providers.CMSettings$InclusiveIntegerRangeValidator: boolean validate(java.lang.String) +androidx.appcompat.R$id: int action_mode_bar_stub +okhttp3.Cookie: int hashCode() +androidx.customview.R$drawable +androidx.appcompat.R$attr: int homeLayout +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Spinner_Underlined +cyanogenmod.app.suggest.IAppSuggestProvider$Stub: int TRANSACTION_handles_0 +cyanogenmod.profiles.ConnectionSettings$BooleanState: int STATE_DISALED +cyanogenmod.weather.CMWeatherManager: void cancelRequest(int) +androidx.appcompat.R$id: int async +wangdaye.com.geometricweather.R$string: int mtrl_picker_date_header_title +wangdaye.com.geometricweather.R$styleable: int BottomAppBar_elevation +com.jaredrummler.android.colorpicker.R$attr: int switchMinWidth +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_Button_Colored +androidx.vectordrawable.animated.R$id: int accessibility_action_clickable_span +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String TypeID +android.didikee.donate.R$id: int radio +com.google.android.material.R$styleable: int KeyPosition_framePosition +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_goneMarginTop +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String alarmTp2 +com.jaredrummler.android.colorpicker.R$styleable: int FontFamily_fontProviderCerts +wangdaye.com.geometricweather.weather.json.mf.MfRainResult +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: boolean cancelled +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_liftOnScrollTargetViewId +wangdaye.com.geometricweather.R$drawable: int design_bottom_navigation_item_background +wangdaye.com.geometricweather.R$layout: int mtrl_picker_dialog +com.google.android.material.R$id: int action_mode_bar +com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_color +androidx.appcompat.widget.Toolbar: void setTitleTextColor(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$layout: int preference_widget_seekbar +wangdaye.com.geometricweather.R$layout: int dialog_adaptive_icon +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String longitude +cyanogenmod.app.CMStatusBarManager: void removeTile(java.lang.String,int) +okhttp3.internal.cache.CacheInterceptor +com.google.android.material.R$attr: int boxCornerRadiusTopEnd +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_14 +cyanogenmod.themes.ThemeManager: cyanogenmod.themes.ThemeManager getInstance(android.content.Context) +io.reactivex.internal.operators.observable.ObserverResourceWrapper: void onComplete() +androidx.appcompat.R$style: int Base_Theme_AppCompat_Dialog_MinWidth +androidx.preference.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light_DarkActionBar +james.adaptiveicon.R$styleable: int AppCompatTheme_checkedTextViewStyle +wangdaye.com.geometricweather.R$attr: int iconTintMode +com.google.android.material.R$styleable: int AppCompatTheme_actionModeBackground +com.turingtechnologies.materialscrollbar.R$id: int time +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.disposables.Disposable upstream +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float rainPrecipitationProbability +wangdaye.com.geometricweather.R$styleable: int FitSystemBarNestedScrollView_sv_side +androidx.preference.R$styleable: int SwitchPreferenceCompat_disableDependentsState +androidx.fragment.app.FragmentTabHost: FragmentTabHost(android.content.Context) +cyanogenmod.hardware.CMHardwareManager: long getLtoDownloadInterval() +wangdaye.com.geometricweather.R$dimen: int mtrl_slider_halo_radius +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setExtendMotionSpec(com.google.android.material.animation.MotionSpec) +retrofit2.KotlinExtensions$awaitResponse$2$2: kotlinx.coroutines.CancellableContinuation $continuation +androidx.drawerlayout.R$styleable: int FontFamilyFont_ttcIndex +okhttp3.internal.cache2.Relay$RelaySource: okhttp3.internal.cache2.Relay this$0 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric: AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric() +com.turingtechnologies.materialscrollbar.R$dimen: int compat_button_inset_vertical_material +com.google.android.material.R$styleable: int NavigationView_itemIconPadding +android.didikee.donate.R$attr: int defaultQueryHint +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: io.reactivex.Observer downstream +androidx.lifecycle.FullLifecycleObserver +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarTabTextStyle +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large +okio.Base64: byte[] URL_MAP +com.xw.repo.bubbleseekbar.R$color: int bright_foreground_material_light +wangdaye.com.geometricweather.db.entities.LocationEntity: void setWeatherSource(wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource) +android.didikee.donate.R$string: int abc_search_hint +cyanogenmod.app.Profile$ProfileTrigger: int getType() +com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getSuffixTextColor() +com.turingtechnologies.materialscrollbar.R$attr: int closeIconStartPadding +androidx.cardview.R$style: R$style() +com.jaredrummler.android.colorpicker.R$attr: int dialogIcon +wangdaye.com.geometricweather.R$style: int Preference_SwitchPreference_Material +androidx.fragment.app.FragmentContainerView +androidx.lifecycle.AbstractSavedStateViewModelFactory: androidx.lifecycle.Lifecycle mLifecycle +cyanogenmod.externalviews.ExternalView: ExternalView(android.content.Context,android.util.AttributeSet) +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light +com.turingtechnologies.materialscrollbar.R$string: int fab_transformation_sheet_behavior +wangdaye.com.geometricweather.R$styleable: int[] CustomAttribute +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Title +androidx.constraintlayout.widget.R$drawable: int abc_text_select_handle_left_mtrl_dark +com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_text_color_selector +wangdaye.com.geometricweather.R$attr: int layout_goneMarginLeft +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_barrierMargin +androidx.transition.R$style: int TextAppearance_Compat_Notification +com.google.android.material.R$styleable: int ActionBar_subtitleTextStyle +wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation: wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation LEFT +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: AccuCurrentResult() +androidx.activity.R$styleable: int GradientColor_android_tileMode +com.google.android.material.R$dimen: int mtrl_btn_stroke_size +com.jaredrummler.android.colorpicker.R$drawable: int abc_switch_track_mtrl_alpha +retrofit2.ParameterHandler$Body: void apply(retrofit2.RequestBuilder,java.lang.Object) +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_horizontalStyle +io.reactivex.internal.operators.observable.ObservableGroupBy$State: void dispose() +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.internal.util.AtomicThrowable errors +retrofit2.Response: retrofit2.Response success(java.lang.Object,okhttp3.Headers) +androidx.drawerlayout.R$styleable: int ColorStateListItem_android_alpha +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarTheme +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String BOOT_ANIM_URI +androidx.vectordrawable.R$id: int accessibility_action_clickable_span +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade RealFeelTemperatureShade +com.google.android.material.R$styleable: int RecyclerView_stackFromEnd +cyanogenmod.app.ICMTelephonyManager: void setDataConnectionState(boolean) +cyanogenmod.weather.RequestInfo$1: cyanogenmod.weather.RequestInfo[] newArray(int) +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +com.google.android.material.R$styleable: int AppCompatTheme_actionBarTheme +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.HourlyEntity) +com.google.android.material.R$layout: int mtrl_picker_header_fullscreen +com.google.android.material.R$style: int Theme_AppCompat_Light_Dialog +wangdaye.com.geometricweather.db.entities.DaoMaster$DevOpenHelper: DaoMaster$DevOpenHelper(android.content.Context,java.lang.String,android.database.sqlite.SQLiteDatabase$CursorFactory) +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: io.reactivex.internal.queue.SpscLinkedArrayQueue queue +com.google.android.material.R$style: int Widget_AppCompat_RatingBar_Small +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarViewPager: android.graphics.Rect getWindowInsets() +com.turingtechnologies.materialscrollbar.R$id: int transition_current_scene +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActivityChooserView +okhttp3.Response: okhttp3.Headers headers() +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode +okhttp3.Cache$CacheRequestImpl$1: okhttp3.Cache$CacheRequestImpl this$1 +com.google.android.material.R$style: int Base_V21_Theme_MaterialComponents +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeRealFeelTemperature +wangdaye.com.geometricweather.R$array: int air_quality_co_unit_values +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_MinWidth +io.reactivex.internal.util.EmptyComponent: io.reactivex.Observer asObserver() +com.google.android.material.R$attr: int gestureInsetBottomIgnored +androidx.preference.R$drawable: int abc_menu_hardkey_panel_mtrl_mult +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceSmallPopupMenu +com.google.android.material.R$styleable: int[] ClockFaceView +wangdaye.com.geometricweather.R$integer: int cpv_default_progress +wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_moonPhaseIcon +androidx.work.R$dimen: int notification_small_icon_background_padding +androidx.preference.R$styleable: int PreferenceTheme_preferenceScreenStyle +androidx.work.R$id: int accessibility_custom_action_16 +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: java.util.concurrent.atomic.AtomicLong requested +com.google.android.material.R$styleable: int StateListDrawable_android_dither +com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_gapBetweenBars +wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog_Alert +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Compat_Notification_Line2 +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Maximum +wangdaye.com.geometricweather.R$layout: int activity_weather_daily +com.jaredrummler.android.colorpicker.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset +android.didikee.donate.R$anim: R$anim() +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_optimizationLevel +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_editTextColor +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder removeAllEncodedQueryParameters(java.lang.String) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: java.lang.String getValue() +com.google.android.material.chip.Chip: void setCloseIconHovered(boolean) +com.google.android.material.R$attr: int initialActivityCount +androidx.swiperefreshlayout.R$drawable: int notification_template_icon_bg +cyanogenmod.app.CMStatusBarManager +androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type UNKNOWN +retrofit2.SkipCallbackExecutorImpl: java.lang.annotation.Annotation[] ensurePresent(java.lang.annotation.Annotation[]) +io.reactivex.Observable: io.reactivex.Observable timeInterval() +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon +androidx.hilt.R$drawable: int notification_bg_normal_pressed +wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialog_backgroundInsetStart +com.google.android.material.R$id: int material_clock_display +androidx.preference.R$attr: int titleTextColor +androidx.appcompat.R$id: int tag_accessibility_clickable_spans +wangdaye.com.geometricweather.R$string: int settings_title_pressure_unit +androidx.recyclerview.widget.RecyclerView: void setChildDrawingOrderCallback(androidx.recyclerview.widget.RecyclerView$ChildDrawingOrderCallback) +androidx.preference.R$dimen: int abc_progress_bar_height_material +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: io.reactivex.Observer downstream +james.adaptiveicon.R$drawable: int abc_vector_test +com.jaredrummler.android.colorpicker.R$id: int scrollIndicatorDown +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: ObservableWindowBoundary$WindowBoundaryMainObserver(io.reactivex.Observer,int) +androidx.preference.R$attr: int drawableEndCompat +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen: java.lang.String Name +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Inverse +androidx.constraintlayout.widget.R$styleable: int[] ActionMenuItemView +com.google.android.material.textfield.TextInputLayout: void setEndIconContentDescription(int) +okhttp3.internal.cache2.Relay: boolean isClosed() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Snow: int UnitType +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_orderInCategory +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Direction: java.lang.String English +james.adaptiveicon.R$color: int button_material_dark +androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_barLength +com.google.android.material.R$dimen: int mtrl_extended_fab_bottom_padding +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String DATE_CREATED +android.didikee.donate.R$drawable: int abc_list_selector_holo_dark +androidx.preference.R$styleable: int View_paddingStart +androidx.vectordrawable.animated.R$dimen: int notification_top_pad +androidx.appcompat.R$attr: int colorPrimaryDark +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ListPopupWindow +com.turingtechnologies.materialscrollbar.R$id: int normal +wangdaye.com.geometricweather.R$styleable: int Spinner_android_dropDownWidth +io.reactivex.internal.operators.observable.ObservableGroupBy$State: java.util.concurrent.atomic.AtomicBoolean cancelled +cyanogenmod.externalviews.KeyguardExternalView$2: void collapseNotificationPanel() +wangdaye.com.geometricweather.R$styleable: int PopupWindow_android_popupAnimationStyle +androidx.work.R$id: int normal +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: io.reactivex.internal.disposables.SequentialDisposable task +com.xw.repo.bubbleseekbar.R$dimen: int tooltip_y_offset_non_touch +com.jaredrummler.android.colorpicker.R$style: int Base_V23_Theme_AppCompat_Light +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: void setEn_US(java.lang.String) +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: void onComplete() +android.didikee.donate.R$styleable: int AppCompatTheme_homeAsUpIndicator +wangdaye.com.geometricweather.R$attr: int animationMode +com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar +com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_buttonPanelSideLayout +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: io.reactivex.Observer downstream +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableEndCompat +androidx.preference.R$attr: int fontProviderQuery +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_drawableStart +androidx.appcompat.R$styleable: int MenuItem_android_orderInCategory +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Day_Selected +wangdaye.com.geometricweather.R$styleable: int[] ImageFilterView +androidx.preference.R$styleable: int Preference_android_enabled +androidx.appcompat.R$dimen: int abc_action_bar_subtitle_bottom_margin_material +androidx.constraintlayout.widget.R$dimen: int compat_control_corner_material +androidx.constraintlayout.widget.R$styleable: int Constraint_android_translationY +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String pubTime +cyanogenmod.app.CMTelephonyManager: CMTelephonyManager(android.content.Context) +okhttp3.MultipartBody$Part: okhttp3.Headers headers() +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: io.reactivex.Scheduler scheduler +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getNo2Color(android.content.Context) +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setPivotX(float) +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabPaddingTop +wangdaye.com.geometricweather.R$string: int abc_action_menu_overflow_description +james.adaptiveicon.R$styleable: int Toolbar_navigationIcon +com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_min_width_minor +androidx.drawerlayout.R$layout: R$layout() +wangdaye.com.geometricweather.search.SearchActivity: SearchActivity() +androidx.preference.R$bool +androidx.appcompat.R$styleable: int FontFamily_fontProviderFetchTimeout +com.jaredrummler.android.colorpicker.R$attr: int font +androidx.hilt.work.R$layout: int notification_template_custom_big +wangdaye.com.geometricweather.R$animator: int mtrl_extended_fab_change_size_collapse_motion_spec +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_1 +io.reactivex.Observable: io.reactivex.disposables.Disposable forEach(io.reactivex.functions.Consumer) +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Position: double lon +com.google.android.material.R$drawable: int abc_ic_star_half_black_36dp +androidx.constraintlayout.widget.R$styleable: int ButtonBarLayout_allowStacking +androidx.recyclerview.R$integer: R$integer() +android.didikee.donate.R$styleable: int AppCompatTheme_dropDownListViewStyle +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1: wangdaye.com.geometricweather.location.services.LocationService$LocationCallback val$callback +cyanogenmod.app.IProfileManager$Stub$Proxy: boolean profileExistsByName(java.lang.String) +cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener mWindowAttachmentListener +androidx.appcompat.resources.R$styleable: int GradientColor_android_startColor +wangdaye.com.geometricweather.R$drawable: int ic_weather +wangdaye.com.geometricweather.R$attr: int layout_behavior +okhttp3.HttpUrl: void namesAndValuesToQueryString(java.lang.StringBuilder,java.util.List) +com.xw.repo.bubbleseekbar.R$styleable: int[] AppCompatTextHelper +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_android_textOff +com.xw.repo.bubbleseekbar.R$color: int material_grey_900 +com.xw.repo.bubbleseekbar.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 +wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_android_disableDependentsState +com.google.android.material.R$drawable: int abc_cab_background_top_mtrl_alpha +androidx.constraintlayout.helper.widget.Flow: void setFirstVerticalBias(float) +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse +wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_11 +cyanogenmod.hardware.CMHardwareManager: int getVibratorIntensity() +io.reactivex.exceptions.CompositeException: CompositeException(java.lang.Throwable[]) +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: java.lang.Throwable error +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_2 +androidx.preference.R$attr: int summaryOff +wangdaye.com.geometricweather.R$styleable: int DialogPreference_android_dialogTitle +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Display2 +wangdaye.com.geometricweather.R$id: int dragRight +wangdaye.com.geometricweather.R$drawable: int material_ic_keyboard_arrow_left_black_24dp +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatImageView_tintMode +retrofit2.ParameterHandler$Tag: ParameterHandler$Tag(java.lang.Class) +com.google.android.material.R$attr: int behavior_overlapTop +cyanogenmod.providers.CMSettings$NameValueCache: long mValuesVersion +com.jaredrummler.android.colorpicker.R$style: int Preference_DialogPreference_EditTextPreference +com.google.android.material.slider.RangeSlider: void setThumbStrokeColor(android.content.res.ColorStateList) +androidx.preference.R$styleable: int[] ActionMenuView +android.didikee.donate.R$string: int abc_activity_chooser_view_see_all +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: float getStrokeAlpha() +androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_fontWeight +io.reactivex.Observable: io.reactivex.Single toMap(io.reactivex.functions.Function) +androidx.customview.R$dimen: int notification_main_column_padding_top +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea AdministrativeArea +androidx.preference.R$attr: int splitTrack +androidx.constraintlayout.widget.R$style: int Base_V7_Theme_AppCompat +androidx.vectordrawable.R$layout: int notification_action +wangdaye.com.geometricweather.R$dimen: int mtrl_badge_text_size +io.reactivex.exceptions.CompositeException: java.util.List getExceptions() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial: double Value +com.jaredrummler.android.colorpicker.R$color: int abc_btn_colored_text_material +androidx.preference.R$style: int Base_Widget_AppCompat_Toolbar +cyanogenmod.externalviews.ExternalViewProviderService$1$1: java.lang.Object call() +cyanogenmod.app.ICMTelephonyManager$Stub: cyanogenmod.app.ICMTelephonyManager asInterface(android.os.IBinder) +com.google.android.material.R$attr: int collapsedSize +wangdaye.com.geometricweather.R$id: int design_menu_item_action_area_stub +com.turingtechnologies.materialscrollbar.R$attr: int colorButtonNormal +okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection$Builder socket(java.net.Socket) +androidx.preference.R$attr: int navigationIcon +androidx.work.R$layout: R$layout() +androidx.hilt.R$layout: int notification_action_tombstone +io.reactivex.internal.util.AtomicThrowable: java.lang.Throwable terminate() +android.didikee.donate.R$attr: int textAppearanceSmallPopupMenu +androidx.appcompat.R$interpolator: int fast_out_slow_in +androidx.viewpager2.R$styleable: int GradientColor_android_endY +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_MonthTextView +wangdaye.com.geometricweather.R$string: int settings_title_notification_temp_icon +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: void setWeathercn(java.lang.String) +com.github.rahatarmanahmed.cpv.CircularProgressView: float access$402(com.github.rahatarmanahmed.cpv.CircularProgressView,float) +wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_gapBetweenBars +wangdaye.com.geometricweather.R$id: int BOTTOM_START +wangdaye.com.geometricweather.R$drawable: int notif_temp_110 +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid +okhttp3.ConnectionSpec: boolean equals(java.lang.Object) +com.google.gson.stream.JsonReader: void skipValue() +com.google.android.material.R$drawable: int abc_ic_menu_share_mtrl_alpha +wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_dayNightTypeContainer +androidx.preference.R$drawable: int btn_radio_off_to_on_mtrl_animation +wangdaye.com.geometricweather.R$id: int widget_day_week_icon_1 +androidx.coordinatorlayout.R$style: R$style() +okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex: java.lang.reflect.Method findByIssuerAndSignatureMethod +com.google.android.material.R$styleable: int TabLayout_tabIconTint +wangdaye.com.geometricweather.R$dimen: int design_navigation_icon_size +androidx.preference.R$string: int abc_prepend_shortcut_label +wangdaye.com.geometricweather.R$drawable: int notif_temp_127 +android.didikee.donate.R$dimen: int hint_alpha_material_dark +com.google.gson.stream.JsonReader +com.turingtechnologies.materialscrollbar.R$layout: int abc_alert_dialog_material +okhttp3.internal.ws.WebSocketProtocol: int PAYLOAD_SHORT +wangdaye.com.geometricweather.R$id: int widget_trend_hourly_item_2 +cyanogenmod.app.IProfileManager: void updateProfile(cyanogenmod.app.Profile) +androidx.preference.R$styleable: int AppCompatTheme_colorPrimary +okhttp3.internal.cache.DiskLruCache: boolean mostRecentTrimFailed +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: java.lang.Object poll() +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_Button +com.xw.repo.bubbleseekbar.R$drawable: int abc_list_selector_holo_light +wangdaye.com.geometricweather.R$attr: int subtitleTextAppearance +com.jaredrummler.android.colorpicker.R$attr: int preferenceFragmentStyle +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: boolean access$702(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl,boolean) +com.xw.repo.bubbleseekbar.R$style: int Platform_ThemeOverlay_AppCompat_Light +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Imperial +androidx.preference.R$style: int Widget_AppCompat_ActionButton_CloseMode +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub: int TRANSACTION_createExternalView_0 +okhttp3.Cookie$Builder: boolean hostOnly +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: java.lang.String getDistanceVoice(android.content.Context,float) +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored +androidx.constraintlayout.widget.R$style: int Platform_AppCompat +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Button_Colored +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String no2 +com.google.android.material.R$attr: int actionMenuTextAppearance +com.google.android.material.R$dimen: int design_textinput_caption_translate_y +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: boolean isDisposed() +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemHorizontalPadding +wangdaye.com.geometricweather.remoteviews.config.Hilt_MultiCityWidgetConfigActivity: Hilt_MultiCityWidgetConfigActivity() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$LocalSource: int Id +com.turingtechnologies.materialscrollbar.R$attr: int chipStrokeColor +james.adaptiveicon.R$styleable: int MenuItem_android_orderInCategory +okhttp3.internal.http2.Http2Connection: int INTERVAL_PING +androidx.customview.R$style: int Widget_Compat_NotificationActionContainer +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless +com.google.android.material.R$attr: int actionModeWebSearchDrawable +com.google.gson.stream.JsonReader: int NUMBER_CHAR_FRACTION_DIGIT +androidx.fragment.R$anim: int fragment_fade_enter +com.jaredrummler.android.colorpicker.R$anim +cyanogenmod.providers.CMSettings$System: java.lang.String HIGH_TOUCH_SENSITIVITY_ENABLE +androidx.preference.R$styleable: int DialogPreference_negativeButtonText +okhttp3.internal.http2.Http2Stream: void closeLater(okhttp3.internal.http2.ErrorCode) +com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getItemTextAppearanceInactive() +com.turingtechnologies.materialscrollbar.R$color: int background_floating_material_light +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Dialog_MinWidth +com.google.android.material.R$string: int character_counter_content_description +com.google.android.material.R$layout: int text_view_with_line_height_from_style +com.xw.repo.bubbleseekbar.R$attr: int layout_dodgeInsetEdges +androidx.loader.R$styleable: int FontFamilyFont_fontVariationSettings +wangdaye.com.geometricweather.R$dimen: int abc_text_size_menu_material +androidx.preference.R$styleable: int SwitchPreferenceCompat_android_disableDependentsState +io.reactivex.Observable: io.reactivex.Observable flatMapIterable(io.reactivex.functions.Function,io.reactivex.functions.BiFunction) +com.jaredrummler.android.colorpicker.R$string: int cpv_select +androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerView$RecycledViewPool getRecycledViewPool() +com.google.android.material.R$id: int screen +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_contentInsetStartWithNavigation +androidx.preference.Preference: void setOnPreferenceChangeInternalListener(androidx.preference.Preference$OnPreferenceChangeInternalListener) +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_order +com.google.android.material.R$string: int abc_menu_ctrl_shortcut_label +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation Precipitation +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: java.lang.String getCaiyun() +com.turingtechnologies.materialscrollbar.R$attr: int scrimBackground +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_firstVerticalBias +cyanogenmod.profiles.BrightnessSettings: BrightnessSettings() +io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: ObservableReplay$SizeAndTimeBoundReplayBuffer(int,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +cyanogenmod.externalviews.ExternalView$5: cyanogenmod.externalviews.ExternalView this$0 +androidx.lifecycle.ProcessLifecycleOwner$1 +com.google.android.material.R$attr: int limitBoundsTo +com.turingtechnologies.materialscrollbar.R$attr: int chipStyle +wangdaye.com.geometricweather.R$drawable: int weather_sleet_1 +com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize +org.greenrobot.greendao.database.DatabaseOpenHelper: int version +androidx.recyclerview.R$styleable: int FontFamilyFont_android_fontVariationSettings +com.jaredrummler.android.colorpicker.R$drawable: int abc_dialog_material_background +okhttp3.Challenge +com.google.android.material.R$attr: int fontProviderCerts +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: AccuMinuteResult$SummariesBean() +com.jaredrummler.android.colorpicker.R$style: int Platform_Widget_AppCompat_Spinner +androidx.appcompat.widget.AppCompatRadioButton: void setButtonDrawable(int) +okhttp3.internal.http.RequestLine: boolean includeAuthorityInRequestLine(okhttp3.Request,java.net.Proxy$Type) +androidx.lifecycle.extensions.R$attr: int fontStyle +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver +androidx.swiperefreshlayout.R$layout: int notification_template_icon_group +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Dialog +android.support.v4.app.INotificationSideChannel$Stub: int TRANSACTION_cancel +com.bumptech.glide.R$styleable: int ColorStateListItem_alpha +com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_horizontal_padding +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_counterEnabled +wangdaye.com.geometricweather.settings.activities.PreviewIconActivity: PreviewIconActivity() +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarSplitStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setTemperature(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX) +io.reactivex.internal.util.VolatileSizeArrayList: java.lang.Object remove(int) +androidx.fragment.R$styleable: int GradientColor_android_endColor +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_SearchResult +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: io.reactivex.internal.util.AtomicThrowable errors +androidx.work.R$dimen: int notification_right_icon_size +androidx.constraintlayout.widget.R$dimen: int highlight_alpha_material_light +androidx.preference.R$style: int Preference +androidx.preference.R$styleable: int SwitchPreferenceCompat_summaryOn +okio.Pipe: boolean sinkClosed +com.google.android.material.R$styleable: int CoordinatorLayout_Layout_layout_behavior +com.google.android.material.R$color: int mtrl_textinput_hovered_box_stroke_color +james.adaptiveicon.R$attr: int indeterminateProgressStyle +wangdaye.com.geometricweather.R$styleable: int Layout_minHeight +okhttp3.internal.tls.BasicCertificateChainCleaner: BasicCertificateChainCleaner(okhttp3.internal.tls.TrustRootIndex) +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_switchPreferenceStyle +androidx.preference.R$id: int action_bar_root +androidx.appcompat.R$attr: int homeAsUpIndicator +androidx.appcompat.R$id: int accessibility_action_clickable_span +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title +cyanogenmod.power.PerformanceManager: int getNumberOfProfiles() +com.google.android.material.R$dimen: int mtrl_btn_inset +com.google.android.material.R$attr: int circleRadius +retrofit2.KotlinExtensions: java.lang.Object await(retrofit2.Call,kotlin.coroutines.Continuation) +androidx.viewpager.R$styleable: int FontFamily_fontProviderPackage +io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: void onError(java.lang.Throwable) +androidx.activity.R$attr: int alpha +com.turingtechnologies.materialscrollbar.R$styleable: int[] Snackbar +okhttp3.internal.http2.Header: boolean equals(java.lang.Object) +com.turingtechnologies.materialscrollbar.Indicator: void setText(int) +wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: void setMoonDrawable(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.R$string: int edit +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintBaseline_toBaselineOf +wangdaye.com.geometricweather.R$id: int actions +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean onMenuItemSelected(int,android.view.MenuItem) +okio.RealBufferedSource$1: RealBufferedSource$1(okio.RealBufferedSource) +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Weather: java.lang.String icon +james.adaptiveicon.R$attr: int tickMark +okhttp3.Dispatcher: java.lang.Runnable idleCallback +wangdaye.com.geometricweather.R$drawable: int notif_temp_44 +okhttp3.HttpUrl$Builder: int parsePort(java.lang.String,int,int) +com.google.android.material.R$attr: int contentPaddingTop +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: io.reactivex.functions.BiFunction combiner +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: long serialVersionUID +androidx.work.R$styleable: int[] FontFamily +androidx.constraintlayout.widget.R$style: int Base_DialogWindowTitle_AppCompat +wangdaye.com.geometricweather.R$id: int date_picker_actions +okio.InflaterSource: boolean closed +androidx.legacy.coreutils.R$styleable: int FontFamilyFont_fontVariationSettings +com.turingtechnologies.materialscrollbar.R$attr: int showText +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial +com.google.android.material.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle +androidx.activity.R$string: R$string() +james.adaptiveicon.R$styleable: int[] ActionBarLayout +com.google.android.material.R$attr: int windowFixedWidthMajor +com.google.android.material.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_autoSizeMaxTextSize +androidx.preference.internal.PreferenceImageView: void setMaxHeight(int) +androidx.lifecycle.AndroidViewModel +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum: double Value +cyanogenmod.app.ILiveLockScreenManagerProvider: boolean getLiveLockScreenEnabled() +com.google.android.material.appbar.AppBarLayout$BaseBehavior +androidx.preference.R$styleable: int SwitchCompat_android_thumb +com.google.android.material.R$id: int save_non_transition_alpha +androidx.preference.R$styleable: int AppCompatTextHelper_android_drawableStart +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: boolean tillTheEnd +com.turingtechnologies.materialscrollbar.R$attr: int tintMode +androidx.preference.R$style: int TextAppearance_Compat_Notification +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeFindDrawable +wangdaye.com.geometricweather.R$layout: int design_navigation_menu +com.google.gson.stream.JsonScope: JsonScope() +com.google.android.material.R$styleable: int ImageFilterView_contrast +wangdaye.com.geometricweather.R$string: int precipitation_light +androidx.appcompat.R$styleable: int AppCompatTextHelper_android_drawableLeft +com.turingtechnologies.materialscrollbar.R$attr: int listDividerAlertDialog +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: long serialVersionUID +cyanogenmod.library.R$id +androidx.constraintlayout.widget.R$style: int Platform_ThemeOverlay_AppCompat_Light +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: java.lang.Object poll() +wangdaye.com.geometricweather.R$attr: int layout_goneMarginStart +cyanogenmod.providers.CMSettings$Secure$2: boolean validate(java.lang.String) +com.google.android.material.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog_Flush +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner +wangdaye.com.geometricweather.R$string: int off +james.adaptiveicon.R$styleable: int ActionBar_subtitleTextStyle +androidx.appcompat.R$styleable: int AppCompatTextView_autoSizeStepGranularity +com.jaredrummler.android.colorpicker.R$attr: int paddingBottomNoButtons +com.google.android.material.R$id: int incoming +androidx.constraintlayout.widget.R$styleable: int Toolbar_contentInsetStartWithNavigation +androidx.vectordrawable.R$dimen: int notification_action_text_size +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Title +retrofit2.HttpServiceMethod +wangdaye.com.geometricweather.R$styleable: int[] MaterialCheckBox +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.Date getPublishDate() +androidx.constraintlayout.widget.R$attr: int backgroundTint +androidx.appcompat.R$styleable: int LinearLayoutCompat_android_weightSum +com.google.android.material.R$dimen: int cardview_default_radius +com.turingtechnologies.materialscrollbar.R$animator: int mtrl_chip_state_list_anim +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_goneMarginLeft +cyanogenmod.app.CMTelephonyManager: java.util.List getSubInformation() +androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State DESTROYED +wangdaye.com.geometricweather.R$dimen: int material_icon_size +retrofit2.KotlinExtensions$await$2$2: kotlinx.coroutines.CancellableContinuation $continuation +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void innerNext(java.lang.Object) +okhttp3.internal.ws.RealWebSocket: long pingIntervalMillis +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$3 +okio.Buffer: void require(long) +wangdaye.com.geometricweather.common.ui.widgets.DonateImageView: DonateImageView(android.content.Context) +android.didikee.donate.R$style: int Base_V7_Theme_AppCompat_Dialog +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_TextView +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowFixedHeightMinor +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: java.lang.Object singleItem +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature: AccuDailyResult$DailyForecasts$Temperature() +androidx.lifecycle.extensions.R$id: int action_text +com.bumptech.glide.R$styleable: int GradientColorItem_android_offset +okio.Okio: okio.Sink sink(java.nio.file.Path,java.nio.file.OpenOption[]) +androidx.preference.R$attr: int fastScrollVerticalTrackDrawable +androidx.constraintlayout.widget.R$style: int Base_V23_Theme_AppCompat +com.google.android.material.R$styleable: int FlowLayout_lineSpacing +androidx.appcompat.R$dimen: int abc_dropdownitem_text_padding_right +com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_endY +com.google.android.material.R$dimen: int mtrl_exposed_dropdown_menu_popup_vertical_padding +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: io.reactivex.Observer downstream +okhttp3.internal.ws.RealWebSocket$Streams: okio.BufferedSink sink +wangdaye.com.geometricweather.R$font +james.adaptiveicon.R$drawable: int notification_bg_normal +com.google.android.material.R$dimen: int abc_dropdownitem_icon_width +com.jaredrummler.android.colorpicker.R$styleable: int ListPreference_android_entryValues +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_verticalGap +retrofit2.http.Body +androidx.appcompat.R$attr: int backgroundTint +com.xw.repo.bubbleseekbar.R$styleable: int[] Toolbar +io.reactivex.internal.schedulers.AbstractDirectTask: java.util.concurrent.FutureTask FINISHED +com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_listLayout +wangdaye.com.geometricweather.db.entities.LocationEntity: float latitude +android.didikee.donate.R$styleable: int AppCompatTheme_actionModeCloseDrawable +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_mini_light +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: java.lang.String name +wangdaye.com.geometricweather.R$styleable: int[] LinearLayoutCompat +cyanogenmod.app.CustomTileListenerService: CustomTileListenerService() +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_39 +com.turingtechnologies.materialscrollbar.R$id: int checkbox +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Rain: AccuDailyResult$DailyForecasts$Night$Rain() +androidx.vectordrawable.R$style: int TextAppearance_Compat_Notification_Line2 +androidx.hilt.work.R$id: int action_container +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintTag +androidx.work.impl.utils.futures.DirectExecutor +wangdaye.com.geometricweather.R$id: int widget_day_weather +wangdaye.com.geometricweather.db.entities.MinutelyEntity: boolean getDaylight() +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: int maxConcurrency +com.google.android.material.R$styleable: int OnSwipe_moveWhenScrollAtTop +androidx.appcompat.R$id +com.turingtechnologies.materialscrollbar.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset +android.didikee.donate.R$style: int Widget_AppCompat_RatingBar_Small +com.jaredrummler.android.colorpicker.R$attr: int actionModeCloseDrawable +okhttp3.MultipartBody$Builder: MultipartBody$Builder(java.lang.String) +io.reactivex.Observable: io.reactivex.Flowable toFlowable(io.reactivex.BackpressureStrategy) +androidx.vectordrawable.animated.R$styleable: int GradientColorItem_android_color +androidx.lifecycle.ProcessLifecycleOwner: int mStartedCounter +com.google.android.material.R$anim: int btn_radio_to_on_mtrl_ring_outer_animation +cyanogenmod.weather.CMWeatherManager: void unregisterWeatherServiceProviderChangeListener(cyanogenmod.weather.CMWeatherManager$WeatherServiceProviderChangeListener) +androidx.vectordrawable.R$dimen: int notification_small_icon_background_padding +android.didikee.donate.R$styleable: int[] DrawerArrowToggle +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: int nameId +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: boolean IsDayTime +androidx.fragment.R$id: int accessibility_custom_action_28 +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated +cyanogenmod.hardware.IThermalListenerCallback$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWeatherCode +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_AES_128_CBC_SHA +wangdaye.com.geometricweather.R$style: int Widget_Design_BottomNavigationView +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial Imperial +wangdaye.com.geometricweather.R$drawable: int notif_temp_137 +androidx.constraintlayout.widget.R$attr: int fontVariationSettings +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: void request(long) +io.reactivex.internal.subscribers.DeferredScalarSubscriber: void onSubscribe(org.reactivestreams.Subscription) +androidx.appcompat.R$styleable: int ActionBar_elevation +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Day_Today +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_DialogWindowTitle_AppCompat +wangdaye.com.geometricweather.R$styleable: int Chip_textStartPadding +com.google.android.material.R$styleable: int DrawerArrowToggle_gapBetweenBars +androidx.constraintlayout.widget.R$attr: int queryBackground +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: java.lang.String info +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Weather: java.lang.String icon +com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getTrackInactiveTintList() +com.google.android.material.R$xml: int standalone_badge_offset +cyanogenmod.app.suggest.IAppSuggestManager$Stub: int TRANSACTION_getSuggestions +androidx.vectordrawable.R$styleable: int FontFamilyFont_android_font +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind: java.lang.Integer speed +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_section_text_position +cyanogenmod.app.LiveLockScreenInfo: LiveLockScreenInfo(android.os.Parcel,cyanogenmod.app.LiveLockScreenInfo$1) +androidx.appcompat.R$layout: int abc_action_menu_item_layout +androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_fontWeight +james.adaptiveicon.R$styleable: int[] View +james.adaptiveicon.R$styleable: int View_android_theme +james.adaptiveicon.AdaptiveIconView: AdaptiveIconView(android.content.Context) +com.google.android.material.R$id: int title +okhttp3.internal.http2.Http2: byte FLAG_END_PUSH_PROMISE +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode +io.reactivex.internal.schedulers.ScheduledRunnable +androidx.core.R$color: int notification_icon_bg_color +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_maxWidth +androidx.dynamicanimation.R$id: int icon +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_display_2_material +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum +android.didikee.donate.R$style: int Widget_AppCompat_SearchView_ActionBar +wangdaye.com.geometricweather.R$drawable: int notif_temp_25 +okhttp3.ConnectionPool: java.net.Socket deduplicate(okhttp3.Address,okhttp3.internal.connection.StreamAllocation) +androidx.appcompat.R$layout: int abc_action_mode_bar +com.turingtechnologies.materialscrollbar.R$styleable: int View_paddingStart +androidx.appcompat.R$styleable: int AppCompatTheme_toolbarStyle +cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType[] $VALUES +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: boolean cancelled +io.reactivex.internal.subscriptions.SubscriptionArbiter: org.reactivestreams.Subscription actual +wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: void setOnClickListener(android.view.View$OnClickListener) +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_1_black +com.google.android.material.R$drawable: int btn_radio_off_to_on_mtrl_animation +com.google.android.material.R$styleable: int Constraint_barrierDirection +android.didikee.donate.R$styleable: int Toolbar_navigationIcon +com.google.android.material.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight +wangdaye.com.geometricweather.R$array: int dark_modes +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: java.lang.String unit +com.google.android.material.bottomnavigation.BottomNavigationView: void setElevation(float) +okhttp3.internal.http2.Hpack: int PREFIX_7_BITS +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void onError(java.lang.Throwable) +androidx.constraintlayout.widget.R$attr: int layout_constraintHorizontal_chainStyle +androidx.activity.R$attr: int fontStyle +androidx.transition.R$attr: int fontProviderFetchStrategy +com.google.android.material.chip.Chip: void setChipIconTint(android.content.res.ColorStateList) +com.google.android.material.R$style: int Widget_Compat_NotificationActionContainer +wangdaye.com.geometricweather.R$attr: int itemStrokeColor +wangdaye.com.geometricweather.R$id: int animateToEnd +android.didikee.donate.R$styleable: int AppCompatTheme_tooltipFrameBackground +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_Switch +com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_padding_vertical +wangdaye.com.geometricweather.R$styleable: int Chip_checkedIcon +androidx.preference.R$dimen: int abc_list_item_height_small_material +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress +okio.Buffer: okio.Buffer writeString(java.lang.String,java.nio.charset.Charset) +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: java.lang.String getPressureText(android.content.Context,float) +okhttp3.Headers$Builder: okhttp3.Headers$Builder addLenient(java.lang.String,java.lang.String) +androidx.appcompat.R$attr: int actionBarTabBarStyle +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: java.lang.String country +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean +com.xw.repo.bubbleseekbar.R$drawable: int abc_scrubber_track_mtrl_alpha +com.google.android.material.R$style: int Widget_MaterialComponents_Snackbar_FullWidth +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_maxButtonHeight +com.google.android.material.circularreveal.CircularRevealFrameLayout: void setRevealInfo(com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo) +androidx.lifecycle.ViewModelProvider: androidx.lifecycle.ViewModelStore mViewModelStore +james.adaptiveicon.R$drawable: int abc_ic_star_black_16dp +okhttp3.FormBody$Builder: okhttp3.FormBody$Builder addEncoded(java.lang.String,java.lang.String) +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_startColor +okhttp3.internal.connection.RealConnection: java.net.Socket socket +androidx.appcompat.R$attr: int actionModePasteDrawable +androidx.loader.R$styleable: int GradientColor_android_startY +wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: void setChartItemView(wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView) +cyanogenmod.app.ICMStatusBarManager$Stub: java.lang.String DESCRIPTOR +io.reactivex.Observable: io.reactivex.Completable concatMapCompletableDelayError(io.reactivex.functions.Function,boolean,int) +retrofit2.http.HeaderMap +com.google.android.material.floatingactionbutton.FloatingActionButton: void setUseCompatPadding(boolean) +com.jaredrummler.android.colorpicker.R$string: int abc_action_bar_home_description +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_translationZ +com.xw.repo.bubbleseekbar.R$attr: int thumbTintMode +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_body_1_material +wangdaye.com.geometricweather.R$drawable: int weather_thunder_mini_xml +james.adaptiveicon.R$layout: int abc_screen_toolbar +androidx.recyclerview.R$drawable: int notification_bg_normal +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getSerialNumber +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_switchStyle +androidx.lifecycle.SingleGeneratedAdapterObserver: SingleGeneratedAdapterObserver(androidx.lifecycle.GeneratedAdapter) +com.turingtechnologies.materialscrollbar.R$id: int buttonPanel +androidx.appcompat.R$string: int abc_shareactionprovider_share_with_application +io.reactivex.internal.util.VolatileSizeArrayList: java.util.Iterator iterator() +androidx.recyclerview.R$attr: int fastScrollHorizontalThumbDrawable okhttp3.Response: okhttp3.ResponseBody body() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun: AccuDailyResult$DailyForecasts$Sun() -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property Country -androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_textColorHint -androidx.constraintlayout.widget.R$styleable: int AlertDialog_listItemLayout -com.turingtechnologies.materialscrollbar.R$attr: int tickMarkTintMode -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Bridge -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: int STATE_RESULT_VALUE -com.google.android.material.R$styleable: int CardView_cardBackgroundColor -io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: UnicastSubject$UnicastQueueDisposable(io.reactivex.subjects.UnicastSubject) -okio.BufferedSource: byte readByte() -androidx.preference.R$color: int abc_tint_spinner -com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawable_android_variablePadding -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: float PRECIPITATION_MIDDLE -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: java.lang.String zh_TW -androidx.fragment.R$style: int TextAppearance_Compat_Notification -james.adaptiveicon.R$attr: int windowFixedWidthMajor -androidx.preference.R$string: int status_bar_notification_info_overflow -com.jaredrummler.android.colorpicker.R$attr: int drawableSize -wangdaye.com.geometricweather.R$color: int highlighted_text_material_light -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder encodedFragment(java.lang.String) -android.didikee.donate.R$styleable: int Toolbar_navigationContentDescription -com.bumptech.glide.load.engine.CallbackException: CallbackException(java.lang.Throwable) -wangdaye.com.geometricweather.remoteviews.config.ClockDayDetailsWidgetConfigActivity -retrofit2.ParameterHandler$QueryMap: ParameterHandler$QueryMap(java.lang.reflect.Method,int,retrofit2.Converter,boolean) -wangdaye.com.geometricweather.R$attr: int listLayout -androidx.appcompat.widget.SearchView$SearchAutoComplete: SearchView$SearchAutoComplete(android.content.Context) -com.google.android.material.R$attr: int attributeName -james.adaptiveicon.R$id: int action_bar_spinner -com.jaredrummler.android.colorpicker.R$bool: int abc_action_bar_embed_tabs -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_29 -james.adaptiveicon.R$styleable: int SearchView_voiceIcon -okhttp3.internal.ws.RealWebSocket$Close: long cancelAfterCloseMillis -androidx.lifecycle.extensions.R$styleable: int GradientColor_android_endX -com.turingtechnologies.materialscrollbar.R$style: int Theme_Design_NoActionBar -io.reactivex.Observable: io.reactivex.Single sequenceEqual(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiPredicate) -retrofit2.RequestFactory$Builder: void validateResolvableType(int,java.lang.reflect.Type) -androidx.fragment.R$attr: int fontStyle -com.google.android.material.R$styleable: int TextInputLayout_endIconCheckable -wangdaye.com.geometricweather.R$color: int mtrl_navigation_item_text_color -wangdaye.com.geometricweather.R$id: int item_weather_daily_overview_icon -wangdaye.com.geometricweather.R$anim: int btn_radio_to_off_mtrl_dot_group_animation -wangdaye.com.geometricweather.R$string: int settings_title_location_service -com.google.android.material.R$id: int percent -com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding -com.jaredrummler.android.colorpicker.R$attr: int key -retrofit2.RequestFactory$Builder: boolean gotPart -com.google.android.material.R$attr: int sliderStyle -androidx.vectordrawable.animated.R$dimen: int compat_button_padding_vertical_material -wangdaye.com.geometricweather.R$id: int dialog_weather_hourly_text -cyanogenmod.providers.ThemesContract$ThemesColumns -james.adaptiveicon.R$attr: int dividerVertical -com.jaredrummler.android.colorpicker.R$layout: int preference_dialog_edittext -cyanogenmod.providers.CMSettings$Secure: boolean putLong(android.content.ContentResolver,java.lang.String,long) -com.google.android.material.R$attr: int chipMinHeight -androidx.customview.R$id: int right_side -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_endY -androidx.customview.R$dimen: int notification_large_icon_width -cyanogenmod.app.IPartnerInterface$Stub$Proxy: void setAirplaneModeEnabled(boolean) -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property IcePrecipitationProbability -android.didikee.donate.R$dimen: int abc_text_size_display_4_material -com.jaredrummler.android.colorpicker.R$layout: int notification_template_part_time -cyanogenmod.themes.IThemeService: void rebuildResourceCache() -android.didikee.donate.R$style: int Theme_AppCompat_DialogWhenLarge -com.google.android.material.R$dimen: int cardview_compat_inset_shadow -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow: java.lang.Float cumul1H +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setUrl(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean) +io.reactivex.internal.observers.BlockingObserver: java.lang.Object TERMINATED +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Metric: AccuCurrentResult$PrecipitationSummary$PastHour$Metric() +wangdaye.com.geometricweather.R$layout: int mtrl_alert_select_dialog_singlechoice +com.google.android.material.textfield.TextInputLayout: void setBoxBackgroundColor(int) +okhttp3.Cache$CacheResponseBody$1 +androidx.lifecycle.ProcessLifecycleOwnerInitializer: int update(android.net.Uri,android.content.ContentValues,java.lang.String,java.lang.String[]) +io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: void onComplete() +wangdaye.com.geometricweather.R$layout: int widget_day_tile +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: cyanogenmod.hardware.DisplayMode getDefaultDisplayMode() +com.turingtechnologies.materialscrollbar.R$styleable: int[] TabLayout +okhttp3.HttpUrl: java.lang.String topPrivateDomain() +android.didikee.donate.R$id: int useLogo +okio.RealBufferedSink$1: RealBufferedSink$1(okio.RealBufferedSink) +androidx.constraintlayout.widget.R$styleable: int PropertySet_layout_constraintTag +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: java.lang.String pubTime +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void onNext(java.lang.Object) +okhttp3.internal.publicsuffix.PublicSuffixDatabase: void readTheListUninterruptibly() +androidx.constraintlayout.widget.R$attr: int flow_lastHorizontalBias +james.adaptiveicon.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer getDegreeDayTemperature() +cyanogenmod.weather.WeatherLocation: java.lang.String getCityId() +com.jaredrummler.android.colorpicker.R$attr: int layoutManager +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Title +androidx.activity.R$color: int notification_action_color_filter +androidx.preference.R$interpolator: int btn_radio_to_on_mtrl_animation_interpolator_0 +cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_TITLE +androidx.constraintlayout.widget.R$string: int abc_searchview_description_query +androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_Solid +wangdaye.com.geometricweather.R$id: int widget_clock_day_date +androidx.appcompat.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex +com.turingtechnologies.materialscrollbar.R$styleable: int[] ActionBar +okhttp3.internal.connection.StreamAllocation: int refusedStreamCount +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_indeterminateProgressStyle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed: AccuCurrentResult$Wind$Speed() +com.jaredrummler.android.colorpicker.R$attr: int maxHeight +com.google.android.material.R$id: int tag_transition_group +wangdaye.com.geometricweather.R$color: int material_grey_900 +wangdaye.com.geometricweather.R$string: int key_notification_background_color +wangdaye.com.geometricweather.R$styleable: int ColorPickerView_cpv_alphaChannelText +cyanogenmod.providers.CMSettings$2: boolean validate(java.lang.String) +cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status REJECTED +okio.ByteString: byte[] internalArray() +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: void onError(java.lang.Throwable) +cyanogenmod.app.StatusBarPanelCustomTile: StatusBarPanelCustomTile(android.os.Parcel) +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_max +wangdaye.com.geometricweather.R$dimen: int material_filled_edittext_font_1_3_padding_top +wangdaye.com.geometricweather.R$styleable: int[] ColorStateListItem +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: java.lang.String getUnit() +com.google.android.material.R$string: int material_clock_display_divider +io.reactivex.internal.observers.ForEachWhileObserver: void onNext(java.lang.Object) +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: long serialVersionUID +com.xw.repo.bubbleseekbar.R$attr: int fontWeight +io.reactivex.internal.operators.observable.ObservableGroupBy$State: long serialVersionUID +com.xw.repo.bubbleseekbar.R$attr: int collapseIcon +wangdaye.com.geometricweather.R$dimen: int design_navigation_elevation +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeSnowPrecipitationDuration +com.xw.repo.bubbleseekbar.R$color: int secondary_text_disabled_material_light +com.google.android.material.R$styleable: int KeyTrigger_motionTarget +wangdaye.com.geometricweather.R$id: int fragment_drawer +androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableCompat_android_dither +androidx.preference.R$styleable: int[] MenuGroup +wangdaye.com.geometricweather.R$id: int image +androidx.lifecycle.LifecycleRegistry$1: int[] $SwitchMap$androidx$lifecycle$Lifecycle$Event +okhttp3.ResponseBody$BomAwareReader +androidx.appcompat.widget.Toolbar: android.view.MenuInflater getMenuInflater() +cyanogenmod.providers.CMSettings$Secure: boolean putString(android.content.ContentResolver,java.lang.String,java.lang.String) +okhttp3.internal.http1.Http1Codec$ChunkedSource: void close() +androidx.preference.R$attr: int color +okhttp3.HttpUrl +cyanogenmod.hardware.CMHardwareManager: int FEATURE_SERIAL_NUMBER +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: MfForecastV2Result$ForecastProperties$HourForecast() +com.xw.repo.bubbleseekbar.R$id: int none +androidx.legacy.coreutils.R$drawable: int notification_bg_low +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode valueOf(java.lang.String) +com.google.android.material.R$attr: int tickMark +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constrainedHeight +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_title +androidx.work.R$id: int actions +androidx.lifecycle.ViewModelProviders: androidx.lifecycle.ViewModelProvider of(androidx.fragment.app.Fragment,androidx.lifecycle.ViewModelProvider$Factory) +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabBackground +com.google.android.material.R$styleable: int ChipGroup_singleLine +com.google.android.material.R$styleable: int AlertDialog_showTitle +retrofit2.CompletableFutureCallAdapterFactory$CallCancelCompletableFuture: boolean cancel(boolean) +cyanogenmod.app.LiveLockScreenInfo: java.lang.Object clone() +androidx.viewpager.widget.PagerTabStrip: PagerTabStrip(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabTextColor +wangdaye.com.geometricweather.common.basic.GeoViewModel: GeoViewModel(android.app.Application) +androidx.appcompat.R$styleable: int AppCompatTheme_colorBackgroundFloating +wangdaye.com.geometricweather.R$attr: int errorIconDrawable +androidx.viewpager.R$style +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: java.lang.String from +com.jaredrummler.android.colorpicker.R$attr: int actionModeFindDrawable +io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: void accept(java.lang.Object) +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceListItem +androidx.legacy.coreutils.R$dimen: int compat_notification_large_icon_max_height +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorPrimary +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: java.lang.String getFrom() +james.adaptiveicon.R$style: int ThemeOverlay_AppCompat_Dialog +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_firstVerticalStyle +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_SearchView_ActionBar +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_queryBackground +com.bumptech.glide.load.PreferredColorSpace: com.bumptech.glide.load.PreferredColorSpace valueOf(java.lang.String) +com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_animationMode +com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_fabAlignmentMode +com.jaredrummler.android.colorpicker.R$styleable: int CheckBoxPreference_android_disableDependentsState +cyanogenmod.app.CustomTile$ExpandedItem +androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_android_fontStyle +cyanogenmod.externalviews.KeyguardExternalView$7 +com.google.android.material.chip.ChipGroup: void setChipSpacingHorizontalResource(int) +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver[] observers +io.reactivex.internal.observers.InnerQueuedObserver: InnerQueuedObserver(io.reactivex.internal.observers.InnerQueuedObserverSupport,int) +com.google.android.material.R$attr: int textAppearanceLineHeightEnabled +cyanogenmod.app.IPartnerInterface$Stub$Proxy: java.lang.String getInterfaceDescriptor() +wangdaye.com.geometricweather.R$id: int container_main_aqi +cyanogenmod.app.Profile$LockMode: int DEFAULT +androidx.appcompat.widget.ActionBarContextView: java.lang.CharSequence getSubtitle() +wangdaye.com.geometricweather.R$attr: int counterTextAppearance +wangdaye.com.geometricweather.R$anim: int abc_fade_in +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse +wangdaye.com.geometricweather.R$attr: int region_heightMoreThan +cyanogenmod.content.Intent: java.lang.String ACTION_PROTECTED +cyanogenmod.app.Profile$ProfileTrigger: cyanogenmod.app.Profile$ProfileTrigger fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: long serialVersionUID +com.google.android.material.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_1 +androidx.appcompat.widget.Toolbar: void setNavigationContentDescription(int) +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: void cancelSubscription() +androidx.work.WorkInfo$State +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeThunderstormPrecipitation(java.lang.Float) +androidx.constraintlayout.widget.R$attr: int actionModeBackground +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dialogTheme +wangdaye.com.geometricweather.db.entities.WeatherEntity +android.didikee.donate.R$styleable: int ActionBar_divider +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer windChillTemperature +androidx.recyclerview.R$styleable: int GradientColor_android_endColor +com.google.android.material.chip.Chip: void setCheckableResource(int) +android.didikee.donate.R$style: int Base_V21_Theme_AppCompat_Light +com.bumptech.glide.integration.okhttp.R$layout: R$layout() +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabBackground +com.jaredrummler.android.colorpicker.R$attr: int lineHeight +androidx.lifecycle.SavedStateHandleController$OnRecreation: SavedStateHandleController$OnRecreation() +james.adaptiveicon.R$styleable: int PopupWindow_overlapAnchor +james.adaptiveicon.R$color: int material_grey_900 +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Medium +com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_menu +androidx.drawerlayout.R$attr: int ttcIndex +androidx.preference.R$layout: int support_simple_spinner_dropdown_item +james.adaptiveicon.R$id: int blocking +wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity +androidx.versionedparcelable.ParcelImpl +androidx.appcompat.widget.AppCompatCheckBox: android.graphics.PorterDuff$Mode getSupportButtonTintMode() +com.google.android.material.textfield.TextInputLayout: void setHintEnabled(boolean) +com.google.android.material.R$dimen: int mtrl_btn_text_btn_icon_padding +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse +wangdaye.com.geometricweather.R$drawable: int abc_ic_star_half_black_36dp +cyanogenmod.app.Profile: java.util.List readSecondaryUuidsFromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) +androidx.appcompat.resources.R$id: int notification_main_column +com.jaredrummler.android.colorpicker.R$attr: int alertDialogButtonGroupStyle +cyanogenmod.app.ProfileGroup: android.net.Uri getRingerOverride() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: void setBrandId(java.lang.String) +androidx.preference.R$attr: int actionModeFindDrawable +androidx.appcompat.R$style: int Widget_AppCompat_PopupWindow +com.jaredrummler.android.colorpicker.R$attr: int thumbTint +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeTotalPrecipitationDuration +com.google.android.material.slider.BaseSlider: float getThumbElevation() +wangdaye.com.geometricweather.R$styleable: int SearchView_iconifiedByDefault +androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event valueOf(java.lang.String) +androidx.appcompat.view.menu.ActionMenuItemView: ActionMenuItemView(android.content.Context,android.util.AttributeSet,int) +androidx.appcompat.widget.AppCompatCheckBox: void setBackgroundResource(int) +android.didikee.donate.R$styleable: int SearchView_queryHint +androidx.dynamicanimation.R$id: int tag_unhandled_key_listeners +okhttp3.Response: okhttp3.CacheControl cacheControl() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer uvIndex +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_small_material +androidx.preference.R$styleable: int AppCompatTheme_alertDialogCenterButtons +wangdaye.com.geometricweather.R$styleable: int[] DrawerArrowToggle +androidx.preference.R$attr: int textAllCaps +wangdaye.com.geometricweather.common.ui.widgets.astro.MoonPhaseView: void setSurfaceAngle(float) +okio.ByteString: boolean startsWith(byte[]) +com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_listLayout +wangdaye.com.geometricweather.R$string: int settings_title_temperature_unit +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX: java.lang.String aqi +james.adaptiveicon.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item +com.turingtechnologies.materialscrollbar.R$color: int abc_tint_btn_checkable +androidx.dynamicanimation.R$dimen: int notification_top_pad_large_text +androidx.constraintlayout.widget.R$styleable: int[] MotionScene +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Toolbar +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_minWidth +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_ensureMinTouchTargetSize +okhttp3.internal.cache.DiskLruCache: java.lang.Runnable cleanupRunnable +retrofit2.KotlinExtensions$awaitResponse$2$2: void onResponse(retrofit2.Call,retrofit2.Response) +androidx.appcompat.R$attr: int actionOverflowMenuStyle +wangdaye.com.geometricweather.R$animator: int linear_indeterminate_line2_tail_interpolator +com.jaredrummler.android.colorpicker.R$attr: int autoCompleteTextViewStyle +com.turingtechnologies.materialscrollbar.R$attr: int textInputStyle +androidx.vectordrawable.animated.R$drawable: int notification_bg_low +cyanogenmod.themes.ThemeManager: void requestThemeChange(java.lang.String,java.util.List) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getAqiText() +io.reactivex.internal.util.NotificationLite$ErrorNotification: NotificationLite$ErrorNotification(java.lang.Throwable) +wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Dialog +androidx.lifecycle.ReportFragment$ActivityInitializationListener: void onResume() +com.turingtechnologies.materialscrollbar.R$layout: int notification_template_part_chronometer +james.adaptiveicon.R$dimen: int abc_action_bar_subtitle_bottom_margin_material +cyanogenmod.hardware.ICMHardwareService: int[] getVibratorIntensity() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: java.lang.String value +wangdaye.com.geometricweather.R$attr: int maxLines +com.google.android.material.R$styleable: int TextAppearance_textAllCaps +com.google.android.material.R$styleable: int ConstraintSet_flow_verticalBias +wangdaye.com.geometricweather.R$dimen: int mtrl_chip_pressed_translation_z +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintGuide_end +okhttp3.internal.http2.Huffman: byte[] CODE_LENGTHS +androidx.core.R$attr: int fontProviderFetchTimeout +com.google.android.material.R$dimen: int mtrl_btn_focused_z +okhttp3.Cache: java.util.Iterator urls() +wangdaye.com.geometricweather.R$styleable: int RecyclerView_spanCount +androidx.hilt.lifecycle.R$id: int tag_screen_reader_focusable +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain: java.lang.Float cumul1H +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void onAttach(android.os.IBinder) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_FloatingActionButton +cyanogenmod.externalviews.KeyguardExternalView$5: cyanogenmod.externalviews.KeyguardExternalView this$0 +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_QUICK_QS_PULLDOWN_VALIDATOR androidx.appcompat.widget.SwitchCompat -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_corner_radius_material -wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_android_insetRight -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_PopupWindow -wangdaye.com.geometricweather.R$anim: int design_snackbar_in -androidx.appcompat.R$styleable: int AlertDialog_buttonIconDimen +androidx.preference.R$styleable: int ColorStateListItem_alpha +androidx.preference.R$id: int shortcut +com.google.android.material.R$styleable: int[] MaterialCheckBox +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintVertical_bias +com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleMarginEnd +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_textEndPadding +androidx.appcompat.R$style: int TextAppearance_AppCompat_SearchResult_Title +androidx.activity.R$styleable: int FontFamily_fontProviderQuery +com.xw.repo.bubbleseekbar.R$attr: int actionMenuTextColor +cyanogenmod.app.CMStatusBarManager: CMStatusBarManager(android.content.Context) +androidx.legacy.coreutils.R$styleable: int[] FontFamily +androidx.preference.R$attr: int summaryOn +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_tooltipForegroundColor +androidx.constraintlayout.widget.R$attr: int actionModeCloseButtonStyle +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: float getSpeed(float) +androidx.appcompat.widget.SearchView$SearchAutoComplete: void setImeVisibility(boolean) +retrofit2.ParameterHandler$1: void apply(retrofit2.RequestBuilder,java.lang.Iterable) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow: java.lang.Float cumul24H +com.google.android.material.R$id: int circle_center +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: io.reactivex.functions.BiPredicate comparer +androidx.preference.R$attr: int multiChoiceItemLayout +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: boolean isValid() +wangdaye.com.geometricweather.R$id: int graph +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: android.os.IBinder mRemote +org.greenrobot.greendao.AbstractDao: java.lang.Object load(java.lang.Object) +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getSnowPrecipitationProbability() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getMoldLevel() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: int getStatus() +androidx.lifecycle.extensions.R +io.reactivex.internal.util.ArrayListSupplier: java.util.List call() +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarDivider +wangdaye.com.geometricweather.R$layout: int abc_alert_dialog_title_material +androidx.legacy.coreutils.R$layout: int notification_action_tombstone +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean cancelled +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getAqi() +com.jaredrummler.android.colorpicker.R$attr: int textAppearancePopupMenuHeader +okhttp3.Route +com.google.android.material.R$id: int startHorizontal +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum: AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum() +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl mImpl +androidx.vectordrawable.R$dimen: int compat_notification_large_icon_max_width +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_measureWithLargestChild +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: boolean isEmpty() +cyanogenmod.os.Build$CM_VERSION_CODES: int DRAGON_FRUIT +androidx.core.R$style: int TextAppearance_Compat_Notification_Time +com.turingtechnologies.materialscrollbar.R$attr: int menu +wangdaye.com.geometricweather.R$style: int notification_subtitle_text +com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_start_angle +android.didikee.donate.R$styleable: int AppCompatTheme_borderlessButtonStyle +com.turingtechnologies.materialscrollbar.R$attr: int showTitle +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_title_material +com.google.android.material.R$attr: int customColorValue +androidx.fragment.R$styleable: int GradientColor_android_centerX +com.google.android.material.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_1 +okhttp3.internal.ws.RealWebSocket: void onReadMessage(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: java.lang.String Phrase +wangdaye.com.geometricweather.main.MainActivity +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_9 +wangdaye.com.geometricweather.R$attr: int layout_constraintCircleRadius +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_Button +wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView getChartItemView() +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit LPSQM +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow +james.adaptiveicon.R$style: int Widget_AppCompat_ListView_DropDown +com.google.android.material.R$animator: int mtrl_extended_fab_show_motion_spec +com.xw.repo.bubbleseekbar.R$attr: int alertDialogButtonGroupStyle +okio.AsyncTimeout$1: okio.AsyncTimeout this$0 +com.google.android.material.R$styleable: int[] CoordinatorLayout_Layout +com.google.android.material.R$styleable: int ConstraintSet_animate_relativeTo +androidx.constraintlayout.widget.R$string: int abc_menu_function_shortcut_label +okio.Buffer: okio.Buffer writeShort(int) +okhttp3.OkHttpClient: int writeTimeoutMillis() +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String cityId +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver(io.reactivex.CompletableObserver,io.reactivex.functions.Function,boolean) +com.google.android.material.R$dimen: int mtrl_extended_fab_end_padding_icon +androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_android_font +okhttp3.internal.tls.DistinguishedNameParser: java.lang.String quotedAV() +android.didikee.donate.R$styleable: int LinearLayoutCompat_android_baselineAligned +com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_radio_to_on_mtrl_000 +retrofit2.ParameterHandler$HeaderMap: int p +androidx.constraintlayout.widget.R$attr: int buttonGravity +cyanogenmod.profiles.BrightnessSettings: void setOverride(boolean) +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getTemperature(android.content.Context,java.lang.Integer,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.Precipitation precipitation +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: java.lang.String UVIndexText +okhttp3.internal.ws.RealWebSocket: void tearDown() +cyanogenmod.providers.CMSettings: java.lang.String ACTION_DATA_USAGE +androidx.appcompat.R$style: int Widget_AppCompat_TextView_SpinnerItem +androidx.preference.R$dimen: int abc_text_size_display_1_material +james.adaptiveicon.R$id: int screen +io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiFunction) +com.turingtechnologies.materialscrollbar.R$id: int right_icon +com.xw.repo.bubbleseekbar.R$id: int buttonPanel +com.jaredrummler.android.colorpicker.R$dimen: int compat_notification_large_icon_max_height +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +androidx.constraintlayout.helper.widget.Layer +com.google.android.material.R$styleable: int Tooltip_android_layout_margin +androidx.constraintlayout.widget.R$string: int status_bar_notification_info_overflow +com.jaredrummler.android.colorpicker.R$layout: int preference_dialog_edittext +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_95 +okhttp3.internal.ws.WebSocketWriter$FrameSink: okio.Timeout timeout() +wangdaye.com.geometricweather.common.basic.models.weather.Weather: wangdaye.com.geometricweather.common.basic.models.weather.History yesterday +okio.Buffer: okio.Segment head +io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_ratingBarStyleIndicator +wangdaye.com.geometricweather.R$attr: int popupMenuBackground +androidx.preference.R$dimen: int item_touch_helper_swipe_escape_velocity +io.reactivex.internal.observers.DeferredScalarDisposable: void error(java.lang.Throwable) +io.reactivex.internal.util.EmptyComponent: io.reactivex.internal.util.EmptyComponent[] values() +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintStart_toStartOf +androidx.work.R$integer: int status_bar_notification_info_maxnum +io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: void dispose() +com.google.android.material.R$styleable: int KeyTimeCycle_android_translationY +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIndicatorAnimationDuration +retrofit2.ParameterHandler$Field: retrofit2.Converter valueConverter +com.bumptech.glide.integration.okhttp.R$style +android.didikee.donate.R$attr: int backgroundTint +androidx.viewpager2.R$id: int action_divider +com.jaredrummler.android.colorpicker.R$attr: int actionBarDivider +android.didikee.donate.R$attr: int thumbTint +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$7: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 +com.google.android.material.R$style: int Base_Widget_AppCompat_Button +androidx.hilt.work.R$id: int accessibility_custom_action_29 +android.didikee.donate.R$style: int Base_Widget_AppCompat_Button_Colored +androidx.vectordrawable.animated.R$id: R$id() +androidx.hilt.R$anim: int fragment_close_enter +android.didikee.donate.R$integer: int abc_config_activityDefaultDur +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_hd +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void drain() +wangdaye.com.geometricweather.R$dimen: int abc_list_item_height_material +cyanogenmod.app.ThemeVersion: java.lang.String THEME_VERSION_CLASS_NAME +cyanogenmod.util.ColorUtils: float[] convertRGBtoLAB(int) +retrofit2.converter.gson.GsonRequestBodyConverter: com.google.gson.TypeAdapter adapter +okhttp3.OkHttpClient$Builder: okhttp3.ConnectionPool connectionPool +cyanogenmod.app.Profile$TriggerState: int ON_A2DP_DISCONNECT +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse +androidx.coordinatorlayout.R$id: int none +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean getImages() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: CaiYunMainlyResult$ForecastHourlyBean() +cyanogenmod.app.ProfileGroup$1: cyanogenmod.app.ProfileGroup createFromParcel(android.os.Parcel) +androidx.preference.R$style: int Base_V7_Theme_AppCompat_Dialog +androidx.hilt.R$id: int accessibility_custom_action_28 +okhttp3.internal.http1.Http1Codec$ChunkedSource: okhttp3.HttpUrl url +com.turingtechnologies.materialscrollbar.R$attr: int floatingActionButtonStyle +androidx.constraintlayout.widget.R$style +cyanogenmod.app.Profile$ProfileTrigger$1 +wangdaye.com.geometricweather.db.entities.DaoMaster: wangdaye.com.geometricweather.db.entities.DaoSession newSession() +com.google.android.material.R$styleable: int ConstraintLayout_Layout_barrierDirection +com.bumptech.glide.R$styleable: int FontFamilyFont_fontVariationSettings +android.didikee.donate.R$styleable: int AppCompatImageView_srcCompat +okhttp3.Protocol: okhttp3.Protocol[] $VALUES +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onKeyguardDismissed() +org.greenrobot.greendao.DaoException: DaoException(java.lang.String) +androidx.transition.R$id: int notification_main_column_container +cyanogenmod.externalviews.IExternalViewProvider$Stub: android.os.IBinder asBinder() +com.turingtechnologies.materialscrollbar.R$attr: int buttonBarNegativeButtonStyle +cyanogenmod.app.Profile$ProfileTrigger: android.os.Parcelable$Creator CREATOR +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void dispose() +com.turingtechnologies.materialscrollbar.R$attr: int tooltipText +cyanogenmod.providers.CMSettings$Secure$2: java.lang.String mDelimiter +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onDetachedFromWindow() +androidx.drawerlayout.widget.DrawerLayout: DrawerLayout(android.content.Context,android.util.AttributeSet) +androidx.fragment.R$id: int title +com.google.android.material.R$attr: int subtitleTextStyle +cyanogenmod.providers.CMSettings$System: java.lang.String TOUCHSCREEN_GESTURE_HAPTIC_FEEDBACK +cyanogenmod.app.CustomTile: cyanogenmod.app.CustomTile$ExpandedStyle expandedStyle +androidx.activity.R$styleable: int GradientColor_android_endY +androidx.recyclerview.R$id: int tag_accessibility_actions +androidx.appcompat.R$drawable: int btn_radio_on_mtrl +cyanogenmod.media.MediaRecorder$AudioSource: MediaRecorder$AudioSource() +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: int Priority +com.google.android.material.button.MaterialButton: android.content.res.ColorStateList getSupportBackgroundTintList() +james.adaptiveicon.R$id: int title +com.jaredrummler.android.colorpicker.R$attr: int colorSwitchThumbNormal +wangdaye.com.geometricweather.R$styleable: int[] Badge +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int PARTLY_CLOUDY +androidx.viewpager2.R$id: int right_side +androidx.transition.R$styleable: int GradientColor_android_type +android.didikee.donate.R$styleable: int PopupWindow_overlapAnchor +com.google.android.material.R$attr: int indicatorSize +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintGuide_begin +androidx.appcompat.R$attr: int dividerPadding +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: java.util.Date date +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_SearchView_ActionBar +io.reactivex.Observable: io.reactivex.Observable merge(java.lang.Iterable,int) +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property Province +com.github.rahatarmanahmed.cpv.CircularProgressView: float access$002(com.github.rahatarmanahmed.cpv.CircularProgressView,float) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWindChillTemperature +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_27 +android.didikee.donate.R$layout: int abc_expanded_menu_layout +cyanogenmod.externalviews.ExternalView$2: int val$width +wangdaye.com.geometricweather.R$attr: int collapsedTitleTextAppearance +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Metric: java.lang.String Unit +androidx.core.R$attr: int fontStyle +com.google.android.material.R$attr: int titleMargin +com.google.android.material.R$styleable: int ForegroundLinearLayout_android_foreground +androidx.constraintlayout.widget.R$styleable: int ActionBar_contentInsetStart +androidx.appcompat.widget.AppCompatSpinner: void setBackgroundResource(int) +wangdaye.com.geometricweather.R$anim: int fragment_fast_out_extra_slow_in +okhttp3.internal.platform.OptionalMethod: java.lang.Class[] methodParams +wangdaye.com.geometricweather.R$attr: int itemPadding +com.google.android.material.R$id: int right +wangdaye.com.geometricweather.R$style: int Preference_CheckBoxPreference_Material +wangdaye.com.geometricweather.R$id: int activity_allergen_toolbar +androidx.preference.R$styleable: int ListPreference_android_entryValues +androidx.core.widget.ContentLoadingProgressBar +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeRealFeelShaderTemperature +androidx.lifecycle.ViewModelProvider$KeyedFactory: ViewModelProvider$KeyedFactory() +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionButton +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: int temperature +com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode: com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode[] values() +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_suffixText +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_Button +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_5 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: boolean isModify +wangdaye.com.geometricweather.R$layout: int widget_clock_day_details +wangdaye.com.geometricweather.R$string: int wind_level +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: java.util.Date EndTime +androidx.appcompat.R$attr: int tickMarkTintMode +wangdaye.com.geometricweather.R$id: int widget_clock_day_title +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorButtonNormal +com.google.android.material.R$style: int Base_Widget_AppCompat_ListPopupWindow +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Inverse +androidx.hilt.work.R$dimen: int notification_small_icon_background_padding +cyanogenmod.app.CMTelephonyManager: boolean localLOGD +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_30 +io.reactivex.Observable: io.reactivex.Observable window(java.util.concurrent.Callable) +com.turingtechnologies.materialscrollbar.R$drawable: int notification_bg_low +android.didikee.donate.R$styleable: int AppCompatTheme_android_windowAnimationStyle +okhttp3.Route: java.lang.String toString() +com.google.android.material.chip.Chip: void setBackgroundColor(int) +androidx.cardview.R$attr: R$attr() +androidx.appcompat.R$dimen: int abc_text_size_subhead_material +com.google.android.material.R$style: int Theme_AppCompat_Dialog_MinWidth +wangdaye.com.geometricweather.R$attr: int bsb_rtl +androidx.swiperefreshlayout.R$attr: int fontProviderQuery +okhttp3.Cache$CacheResponseBody: Cache$CacheResponseBody(okhttp3.internal.cache.DiskLruCache$Snapshot,java.lang.String,java.lang.String) +androidx.preference.R$styleable: int FontFamily_fontProviderQuery +androidx.constraintlayout.widget.R$color: int switch_thumb_material_light +androidx.swiperefreshlayout.R$attr: int fontProviderPackage +cyanogenmod.externalviews.ExternalViewProperties: android.graphics.Rect getHitRect() +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_DarkActionBar +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse +androidx.preference.R$color: int primary_material_light +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: long serialVersionUID +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_summaryOn +android.didikee.donate.R$color: int primary_dark_material_light +retrofit2.adapter.rxjava2.CallExecuteObservable: CallExecuteObservable(retrofit2.Call) +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintBottom_toTopOf +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter endArray() +com.google.android.material.R$styleable: int TextInputLayout_errorIconDrawable +androidx.appcompat.R$drawable: int abc_text_select_handle_left_mtrl_dark +com.google.android.material.R$color: int mtrl_chip_ripple_color +retrofit2.Platform: java.util.concurrent.Executor defaultCallbackExecutor() +io.reactivex.Observable: io.reactivex.Observable timeout(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +com.google.android.material.R$attr: int font +wangdaye.com.geometricweather.R$styleable: int Preference_android_singleLineTitle +androidx.hilt.work.R$layout: R$layout() +okhttp3.HttpUrl: okhttp3.HttpUrl get(java.net.URL) +androidx.dynamicanimation.R$styleable: int FontFamilyFont_android_fontVariationSettings +com.google.gson.stream.JsonWriter: java.lang.String[] HTML_SAFE_REPLACEMENT_CHARS +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: CNWeatherResult() +androidx.preference.R$integer: int abc_config_activityShortDur +wangdaye.com.geometricweather.R$dimen: int mtrl_progress_circular_inset +androidx.preference.R$dimen: int notification_subtext_size +com.google.android.material.R$style: int Base_Theme_AppCompat_Dialog_Alert +androidx.viewpager2.R$drawable: int notification_bg +io.reactivex.Observable: io.reactivex.Observable throttleWithTimeout(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_android_thumb +androidx.recyclerview.R$styleable: int ColorStateListItem_alpha +com.turingtechnologies.materialscrollbar.R$id: int topPanel +okhttp3.Dispatcher: java.util.Deque readyAsyncCalls +androidx.core.R$id: int accessibility_custom_action_5 +okhttp3.internal.tls.OkHostnameVerifier: boolean verify(java.lang.String,javax.net.ssl.SSLSession) +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox +android.didikee.donate.R$id: int search_go_btn +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_Design_TabLayout +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum Minimum +com.turingtechnologies.materialscrollbar.R$attr: int fastScrollVerticalThumbDrawable +androidx.preference.R$styleable: int Toolbar_contentInsetStartWithNavigation +cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: java.lang.String LABEL +wangdaye.com.geometricweather.R$attr: int tabUnboundedRipple +android.didikee.donate.R$attr: int subtitleTextColor +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit[] values() +wangdaye.com.geometricweather.GeometricWeather +cyanogenmod.os.Build$CM_VERSION_CODES +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void onError(java.lang.Throwable) +io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: ObservableRefCount$RefConnection(io.reactivex.internal.operators.observable.ObservableRefCount) +wangdaye.com.geometricweather.R$attr: int customIntegerValue +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_month_vertical_padding +cyanogenmod.weather.IRequestInfoListener$Stub$Proxy: void onWeatherRequestCompleted(cyanogenmod.weather.RequestInfo,int,cyanogenmod.weather.WeatherInfo) +okhttp3.HttpUrl$Builder: java.lang.String host +com.google.android.material.R$style: int Widget_MaterialComponents_CheckedTextView +androidx.lifecycle.AbstractSavedStateViewModelFactory: androidx.savedstate.SavedStateRegistry mSavedStateRegistry +com.turingtechnologies.materialscrollbar.R$color: int material_grey_100 +wangdaye.com.geometricweather.R$styleable: int Preference_android_defaultValue +androidx.constraintlayout.utils.widget.ImageFilterView: float getBrightness() +wangdaye.com.geometricweather.R$styleable: int KeyTrigger_triggerId +androidx.transition.R$attr: int font +androidx.hilt.work.R$drawable: int notification_bg_low_pressed +com.turingtechnologies.materialscrollbar.R$style +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: io.reactivex.internal.queue.SpscLinkedArrayQueue getOrCreateQueue() +cyanogenmod.weatherservice.ServiceRequestResult: void writeToParcel(android.os.Parcel,int) +com.xw.repo.bubbleseekbar.R$id: int split_action_bar +androidx.fragment.R$dimen: int notification_small_icon_background_padding +io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: void dispose() +wangdaye.com.geometricweather.R$dimen: int design_navigation_icon_padding +androidx.viewpager2.R$dimen: int notification_main_column_padding_top +androidx.work.ArrayCreatingInputMerger +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean getYesterday() +wangdaye.com.geometricweather.R$attr: int layout_constraintHorizontal_bias +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Large +com.google.android.material.R$attr: int actionBarTabStyle +androidx.preference.R$style: int Base_Animation_AppCompat_DropDownUp +com.turingtechnologies.materialscrollbar.R$color: int primary_material_dark +wangdaye.com.geometricweather.R$styleable: int AppCompatImageView_srcCompat +okhttp3.Request$Builder: okhttp3.Request$Builder head() +cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.ExternalViewProperties mExternalViewProperties +androidx.vectordrawable.R$id: int actions +james.adaptiveicon.R$attr: int spinnerStyle +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog_Icon +com.google.android.material.R$drawable: int abc_textfield_default_mtrl_alpha +androidx.vectordrawable.R$attr: R$attr() +james.adaptiveicon.R$color: int abc_search_url_text_pressed +cyanogenmod.util.ColorUtils$1: int compare(com.android.internal.util.cm.palette.Palette$Swatch,com.android.internal.util.cm.palette.Palette$Swatch) +okhttp3.internal.platform.OptionalMethod: java.lang.Object invokeOptional(java.lang.Object,java.lang.Object[]) +wangdaye.com.geometricweather.R$animator: int mtrl_btn_state_list_anim +androidx.lifecycle.LifecycleDispatcher$DispatcherActivityCallback: void onActivityCreated(android.app.Activity,android.os.Bundle) +wangdaye.com.geometricweather.R$layout: int widget_multi_city_horizontal +retrofit2.OkHttpCall: boolean isExecuted() +com.xw.repo.bubbleseekbar.R$layout: int abc_screen_simple +androidx.appcompat.R$string: int abc_searchview_description_clear +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamily_fontProviderAuthority +androidx.coordinatorlayout.R$styleable: int GradientColorItem_android_color +wangdaye.com.geometricweather.common.basic.models.weather.UV: int UV_INDEX_MIDDLE +android.support.v4.os.ResultReceiver +androidx.constraintlayout.widget.R$color: int bright_foreground_material_dark +com.bumptech.glide.R$styleable: int[] CoordinatorLayout_Layout +com.turingtechnologies.materialscrollbar.R$layout: int abc_expanded_menu_layout +androidx.hilt.lifecycle.R$styleable: int ColorStateListItem_alpha io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: boolean offer(java.lang.Object) -com.google.android.material.stateful.ExtendableSavedState: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$styleable: int Slider_android_valueTo -com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_borderless_material -androidx.preference.R$styleable: int FontFamily_fontProviderFetchTimeout -james.adaptiveicon.R$drawable: int abc_spinner_textfield_background_material -androidx.core.R$id: int accessibility_custom_action_15 -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_3 -okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder cipherSuites(java.lang.String[]) -io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain: long serialVersionUID -com.jaredrummler.android.colorpicker.R$string -com.google.android.material.R$styleable: int MotionLayout_currentState -com.google.android.material.R$animator: int linear_indeterminate_line1_head_interpolator -androidx.legacy.coreutils.R$dimen: int notification_right_icon_size -okhttp3.internal.connection.RouteSelector: java.util.List proxies -cyanogenmod.app.CustomTile$Builder: java.lang.String mLabel -james.adaptiveicon.R$styleable: int AppCompatTheme_dialogPreferredPadding -wangdaye.com.geometricweather.R$dimen: int abc_action_bar_elevation_material -androidx.constraintlayout.widget.R$anim -com.jaredrummler.android.colorpicker.R$attr: int listPreferredItemHeightSmall -okhttp3.internal.cache.DiskLruCache$3: boolean hasNext() -cyanogenmod.hardware.CMHardwareManager: int getDisplayColorCalibrationMax() -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String LOCKSCREEN_URI -androidx.work.R$drawable: int notify_panel_notification_icon_bg -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: long serialVersionUID -com.google.android.material.slider.Slider: float getStepSize() -wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView: void setLineColor(int) -wangdaye.com.geometricweather.R$styleable: int Transform_android_translationX -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowMinWidthMinor -wangdaye.com.geometricweather.R$attr: int colorBackgroundFloating -androidx.cardview.R$dimen: R$dimen() -com.google.android.material.R$attr: int yearTodayStyle -com.google.android.material.R$styleable: int CollapsingToolbarLayout_title -androidx.appcompat.widget.Toolbar$SavedState: android.os.Parcelable$Creator CREATOR -james.adaptiveicon.R$style: int Widget_AppCompat_Spinner_DropDown -wangdaye.com.geometricweather.R$attr: int rippleColor -wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void onComplete() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$4: void run() -com.google.android.material.navigation.NavigationView: void setItemBackground(android.graphics.drawable.Drawable) -com.xw.repo.bubbleseekbar.R$attr: int backgroundSplit -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_display_1_material -androidx.vectordrawable.animated.R$attr: int fontStyle -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Display1 -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_122 -android.didikee.donate.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle -wangdaye.com.geometricweather.R$font: int product_sans_thin -wangdaye.com.geometricweather.R$attr: int cpv_showDialog -cyanogenmod.themes.ThemeChangeRequest$Builder: java.util.Map mPerAppOverlays -wangdaye.com.geometricweather.R$color: int mtrl_btn_text_color_selector -androidx.hilt.lifecycle.R$string -cyanogenmod.app.ICMTelephonyManager: void setSubState(int,boolean) -com.google.android.material.R$style: int Widget_MaterialComponents_Toolbar_PrimarySurface -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: java.util.List value -com.google.android.material.slider.BaseSlider: int getLabelBehavior() -com.google.android.material.slider.RangeSlider: int getThumbRadius() -james.adaptiveicon.R$style: int Platform_ThemeOverlay_AppCompat_Light -com.google.android.material.R$styleable: int KeyPosition_framePosition -com.google.android.material.R$attr: int liftOnScrollTargetViewId -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks -com.google.android.material.R$attr: int ratingBarStyleSmall -wangdaye.com.geometricweather.R$id: int search_edit_frame -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.lang.Integer cloudCover -androidx.legacy.coreutils.R$styleable: int FontFamily_fontProviderFetchStrategy -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_android_weightSum -androidx.transition.R$string -com.turingtechnologies.materialscrollbar.R$id: int checkbox -androidx.constraintlayout.widget.R$dimen: int abc_text_size_menu_material -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_24 -wangdaye.com.geometricweather.R$string: int mtrl_picker_toggle_to_year_selection -wangdaye.com.geometricweather.R$attr: int alertDialogButtonGroupStyle -androidx.appcompat.R$styleable: int AppCompatTheme_tooltipFrameBackground -wangdaye.com.geometricweather.R$string: int action_manage -wangdaye.com.geometricweather.R$string: int material_clock_display_divider -wangdaye.com.geometricweather.R$attr: int tabMinWidth -com.google.android.material.R$drawable: int mtrl_dropdown_arrow -io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: int index -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_goneMarginRight -androidx.hilt.lifecycle.R$anim -androidx.appcompat.view.menu.ListMenuItemView: void setTitle(java.lang.CharSequence) -androidx.preference.R$id: int textSpacerNoTitle -com.jaredrummler.android.colorpicker.R$style: int Preference_DialogPreference_EditTextPreference -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: java.lang.String MobileLink -androidx.fragment.R$id: int forever -wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: java.lang.String description -android.didikee.donate.R$styleable -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_switchStyle -retrofit2.Utils: java.lang.reflect.Type[] EMPTY_TYPE_ARRAY -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragment_android_dividerHeight -androidx.preference.R$styleable: int CoordinatorLayout_statusBarBackground -androidx.lifecycle.Lifecycling -okhttp3.internal.http.HttpHeaders: void parseChallengeHeader(java.util.List,okio.Buffer) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen: java.lang.String Type -androidx.viewpager.R$styleable: int FontFamily_fontProviderQuery -com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_item_icon_padding -cyanogenmod.externalviews.KeyguardExternalView$10: cyanogenmod.externalviews.KeyguardExternalView this$0 -wangdaye.com.geometricweather.R$drawable: int abc_menu_hardkey_panel_mtrl_mult -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.util.List Area -cyanogenmod.hardware.CMHardwareManager: int COLOR_CALIBRATION_DEFAULT_INDEX -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cpb -com.google.android.material.R$id: int chip2 -com.turingtechnologies.materialscrollbar.R$color: int abc_primary_text_material_dark -okio.AsyncTimeout: okio.AsyncTimeout head -io.reactivex.exceptions.ProtocolViolationException: long serialVersionUID -com.bumptech.glide.R$attr: int layout_anchorGravity -wangdaye.com.geometricweather.R$drawable: int notif_temp_133 -androidx.appcompat.R$style: int Base_Animation_AppCompat_Tooltip -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_seekBarStyle -com.google.android.material.R$id: int action_divider -androidx.constraintlayout.widget.R$attr: int buttonIconDimen -wangdaye.com.geometricweather.background.polling.work.worker.AsyncWorker: AsyncWorker(android.content.Context,androidx.work.WorkerParameters) -androidx.appcompat.R$id: int accessibility_custom_action_14 -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layoutDescription -wangdaye.com.geometricweather.R$styleable: int[] FlowLayout -io.reactivex.Observable: io.reactivex.Single toMultimap(io.reactivex.functions.Function,io.reactivex.functions.Function,java.util.concurrent.Callable) -james.adaptiveicon.R$attr: int closeItemLayout -com.google.android.material.R$attr: int scrimBackground -com.jaredrummler.android.colorpicker.R$id: int radio -wangdaye.com.geometricweather.R$drawable: int weather_clear_night -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: InkPageIndicator(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$id: int search_badge -com.google.android.material.R$style: int Base_TextAppearance_MaterialComponents_Badge -androidx.preference.R$style: int Base_Widget_AppCompat_ListView_DropDown -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: boolean done -okio.Buffer: okio.BufferedSink writeUtf8CodePoint(int) -com.jaredrummler.android.colorpicker.R$styleable: int ViewBackgroundHelper_backgroundTintMode -androidx.constraintlayout.widget.R$attr: int indeterminateProgressStyle -com.google.android.material.R$styleable: int RecycleListView_paddingTopNoTitle -io.reactivex.internal.queue.SpscArrayQueue: void clear() -wangdaye.com.geometricweather.R$drawable: int notif_temp_41 -androidx.preference.R$color: int abc_background_cache_hint_selector_material_light -androidx.hilt.R$string -androidx.appcompat.R$style: int Widget_AppCompat_RatingBar_Indicator -android.didikee.donate.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Small -io.reactivex.observers.DisposableObserver: void onStart() -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_ab_back_material -wangdaye.com.geometricweather.R$attr: int telltales_velocityMode -androidx.appcompat.widget.LinearLayoutCompat: int getVirtualChildCount() -wangdaye.com.geometricweather.R$animator: int mtrl_card_state_list_anim -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_APP_SWITCH_LONG_PRESS_ACTION_VALIDATOR -okio.ByteString: long serialVersionUID -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_centerY -io.reactivex.internal.schedulers.ScheduledDirectTask: java.lang.Void call() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Imperial: int UnitType -okhttp3.internal.cache.CacheInterceptor: okhttp3.Response cacheWritingResponse(okhttp3.internal.cache.CacheRequest,okhttp3.Response) -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ListView_DropDown -androidx.viewpager2.adapter.FragmentStateAdapter$FragmentMaxLifecycleEnforcer$3 -wangdaye.com.geometricweather.R$dimen: int abc_edit_text_inset_top_material -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onScreenTurnedOff() -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getThunderstormPrecipitation() -cyanogenmod.weather.WeatherInfo$DayForecast$1: cyanogenmod.weather.WeatherInfo$DayForecast[] newArray(int) -android.didikee.donate.R$dimen: int abc_progress_bar_height_material -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_maxWidth -com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_fabAnimationMode -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: long size -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog -com.google.android.material.transformation.ExpandableTransformationBehavior: ExpandableTransformationBehavior() -com.google.android.material.chip.Chip: float getChipMinHeight() -com.google.gson.internal.LinkedTreeMap: boolean $assertionsDisabled -com.google.android.material.R$styleable: int Tooltip_backgroundTint +android.didikee.donate.R$attr: int trackTintMode +androidx.recyclerview.widget.RecyclerView$SavedState: android.os.Parcelable$Creator CREATOR +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Large_Inverse +com.google.android.material.tabs.TabItem: TabItem(android.content.Context) +androidx.appcompat.resources.R$id: int notification_background +androidx.constraintlayout.widget.R$id: int SHOW_PATH +com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_navigationIcon +com.google.android.material.R$dimen: int mtrl_badge_long_text_horizontal_padding +wangdaye.com.geometricweather.R$attr: int wavePeriod +cyanogenmod.profiles.ConnectionSettings: int CM_MODE_4G +wangdaye.com.geometricweather.R$color: int error_color_material_dark +androidx.vectordrawable.animated.R$id: int action_divider +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Spinner +androidx.preference.R$id: int action_menu_divider +androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_fontStyle +androidx.preference.R$attr: int icon +com.google.gson.stream.JsonReader: int PEEKED_TRUE +io.reactivex.Observable: io.reactivex.Observable switchMapSingle(io.reactivex.functions.Function) +okhttp3.internal.platform.AndroidPlatform: java.lang.String getSelectedProtocol(javax.net.ssl.SSLSocket) +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_27 +com.turingtechnologies.materialscrollbar.R$attr: int actionBarDivider +wangdaye.com.geometricweather.R$id: int widget_day_week_title +androidx.recyclerview.R$id: int right_side +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: int getStatus() +okhttp3.Connection: okhttp3.Protocol protocol() +androidx.appcompat.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_1 +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments text +cyanogenmod.weather.ICMWeatherManager$Stub +cyanogenmod.app.ICMStatusBarManager$Stub: int TRANSACTION_removeCustomTileWithTag +androidx.preference.R$style: int Theme_AppCompat +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void onNext(java.lang.Object) +androidx.preference.R$string: int abc_shareactionprovider_share_with +cyanogenmod.themes.IThemeProcessingListener$Stub$Proxy: java.lang.String getInterfaceDescriptor() +wangdaye.com.geometricweather.R$string: int mtrl_picker_toggle_to_calendar_input_mode +androidx.appcompat.R$styleable: int ActionBar_navigationMode +com.google.android.material.R$xml: R$xml() +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight_Dialog +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionButton_Overflow +cyanogenmod.app.CustomTile$ListExpandedStyle +androidx.preference.R$drawable: int abc_btn_radio_to_on_mtrl_000 wangdaye.com.geometricweather.R$styleable: int Spinner_android_entries -wangdaye.com.geometricweather.R$color: int design_default_color_primary_dark -com.google.android.material.R$attr: int actionProviderClass -androidx.appcompat.R$styleable: int SwitchCompat_thumbTint -james.adaptiveicon.R$styleable: int SearchView_commitIcon -okhttp3.internal.connection.StreamAllocation: void noNewStreams() -cyanogenmod.externalviews.KeyguardExternalView: void onBouncerShowing(boolean) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: void enqueue(retrofit2.Callback) -com.bumptech.glide.R$layout -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored -wangdaye.com.geometricweather.R$id: int none -androidx.activity.R$id: int action_divider -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Integer getAqiIndex() -wangdaye.com.geometricweather.R$string: int done -wangdaye.com.geometricweather.R$color: int bright_foreground_inverse_material_light -com.google.android.material.R$color: int abc_btn_colored_text_material -androidx.constraintlayout.motion.widget.MotionLayout: void setTransitionState(android.os.Bundle) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Item -retrofit2.Platform$Android -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_bubble_text_color -james.adaptiveicon.R$attr: int actionBarDivider -com.jaredrummler.android.colorpicker.R$id: int action_mode_bar_stub -androidx.preference.R$string: int abc_capital_on -com.google.android.material.R$attr: int layout_constraintWidth_max -okhttp3.CipherSuite: java.lang.String javaName -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: void setOnApplyWindowInsetsListener(android.view.View$OnApplyWindowInsetsListener) -cyanogenmod.app.ThemeComponent: int id -com.google.android.material.checkbox.MaterialCheckBox: void setUseMaterialThemeColors(boolean) -com.google.android.material.R$styleable: int Constraint_flow_horizontalAlign -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.Long id -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle -androidx.appcompat.R$attr: int commitIcon -com.google.android.material.tabs.TabLayout: int getTabMinWidth() -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constrainedWidth -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_Bridge -wangdaye.com.geometricweather.R$attr: int autoSizeMaxTextSize -io.reactivex.internal.observers.InnerQueuedObserver: long serialVersionUID -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_subtitleTextStyle -okhttp3.Cache: int ENTRY_METADATA -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_day_width -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionBar_TabBar +com.jaredrummler.android.colorpicker.R$style: int Preference_CheckBoxPreference_Material +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator USE_EDGE_SERVICE_FOR_GESTURES_VALIDATOR +androidx.appcompat.widget.SwitchCompat: android.content.res.ColorStateList getTrackTintList() +com.google.android.material.textfield.MaterialAutoCompleteTextView: void setAdapter(android.widget.ListAdapter) +cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) +androidx.appcompat.R$drawable: int btn_radio_off_mtrl +com.xw.repo.bubbleseekbar.R$attr: int listPreferredItemHeightLarge +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_SearchResult_Title +androidx.appcompat.R$attr: int switchMinWidth +okio.BufferedSink +wangdaye.com.geometricweather.R$transition: int search_activity_return +wangdaye.com.geometricweather.R$styleable: int Transition_transitionDisable +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableLeftCompat +wangdaye.com.geometricweather.R$string: int apparent_temperature +androidx.appcompat.widget.AppCompatButton: AppCompatButton(android.content.Context) +androidx.constraintlayout.widget.R$styleable: int KeyPosition_pathMotionArc +com.google.android.material.R$color: int material_grey_50 +cyanogenmod.app.CustomTileListenerService: java.lang.String SERVICE_INTERFACE +wangdaye.com.geometricweather.R$styleable: int TabItem_android_text +okhttp3.internal.http2.Http2Stream: void receiveFin() +com.google.android.material.bottomnavigation.BottomNavigationView: int getMaxItemCount() +com.turingtechnologies.materialscrollbar.R$id: int parallax +androidx.appcompat.widget.ViewStubCompat: void setLayoutInflater(android.view.LayoutInflater) +com.turingtechnologies.materialscrollbar.R$attr: int backgroundStacked +androidx.preference.R$styleable: int AppCompatTextView_autoSizeMaxTextSize +wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: void setHourText(java.lang.String) +androidx.appcompat.R$styleable: int[] FontFamilyFont +androidx.preference.R$layout: int abc_alert_dialog_title_material +wangdaye.com.geometricweather.R$transition: int search_activity_shared_enter +okhttp3.internal.http2.Http2Connection$6: int val$streamId +wangdaye.com.geometricweather.R$interpolator: int mtrl_linear_out_slow_in +cyanogenmod.power.IPerformanceManager$Stub: android.os.IBinder asBinder() +com.google.android.material.navigation.NavigationView: void setItemTextColor(android.content.res.ColorStateList) +com.xw.repo.bubbleseekbar.R$id: int bottom +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamily_fontProviderFetchTimeout +com.google.gson.JsonIOException: JsonIOException(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_lastHorizontalBias +retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: io.reactivex.Observer observer +com.bumptech.glide.R$styleable: int GradientColor_android_startY +com.turingtechnologies.materialscrollbar.R$attr: int chipSpacingVertical +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_min +okhttp3.Cookie$Builder: okhttp3.Cookie$Builder httpOnly() +androidx.activity.R$layout: R$layout() +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void innerError(java.lang.Throwable) +android.didikee.donate.R$attr: int buttonStyleSmall +cyanogenmod.profiles.StreamSettings: int mValue +android.didikee.donate.R$attr: int listChoiceBackgroundIndicator +com.jaredrummler.android.colorpicker.R$attr: int preferenceStyle +androidx.work.R$styleable: int FontFamily_fontProviderPackage +okhttp3.internal.http2.Http2Connection$1: void execute() +androidx.constraintlayout.widget.R$styleable: int GradientColor_android_endY +com.google.android.material.transformation.TransformationChildLayout: TransformationChildLayout(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintCircle +james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall +com.google.android.material.R$animator: int linear_indeterminate_line1_head_interpolator +wangdaye.com.geometricweather.R$styleable: int GradientColor_android_endX +androidx.constraintlayout.widget.R$attr: int windowFixedWidthMinor +wangdaye.com.geometricweather.R$string: int key_widget_clock_day_details +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_icon +com.turingtechnologies.materialscrollbar.R$id: int home +androidx.constraintlayout.widget.R$attr: int flow_horizontalAlign +androidx.constraintlayout.widget.R$id: int actions +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableStartCompat +com.google.android.material.R$style: int Base_Widget_AppCompat_DrawerArrowToggle +com.google.android.material.R$string: int mtrl_exceed_max_badge_number_suffix +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean disposed +wangdaye.com.geometricweather.R$layout: int abc_action_bar_up_container +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintLeft_toLeftOf +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver +androidx.constraintlayout.widget.R$id: int action_menu_divider +james.adaptiveicon.R$color: int abc_tint_btn_checkable +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_spinnerStyle +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void cancelTimer() +com.xw.repo.bubbleseekbar.R$attr: int buttonBarNegativeButtonStyle +wangdaye.com.geometricweather.R$font: int product_sans_light +wangdaye.com.geometricweather.db.entities.LocationEntityDao: boolean isEntityUpdateable() +androidx.customview.R$id: int action_divider +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$5: boolean val$showing +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionBar_TabView +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_ratingBarStyleIndicator +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_TIMESTAMP +com.google.android.material.R$style: int Base_Widget_AppCompat_ActionBar_TabView +okhttp3.internal.http2.Http2Codec: Http2Codec(okhttp3.OkHttpClient,okhttp3.Interceptor$Chain,okhttp3.internal.connection.StreamAllocation,okhttp3.internal.http2.Http2Connection) +james.adaptiveicon.R$styleable: int ActionBar_backgroundStacked +com.google.android.material.R$styleable: int NavigationView_itemIconSize +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarStyle +com.google.android.material.chip.Chip: float getChipStrokeWidth() +james.adaptiveicon.R$style: int Widget_AppCompat_PopupWindow +com.google.android.material.R$drawable: int abc_list_longpressed_holo +io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: void onComplete() +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorIconTintMode +cyanogenmod.app.IProfileManager$Stub: java.lang.String DESCRIPTOR +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: long serialVersionUID +wangdaye.com.geometricweather.R$dimen: int material_clock_hand_center_dot_radius +com.google.android.material.R$color: int button_material_dark +com.bumptech.glide.integration.okhttp.R$attr: int layout_behavior +wangdaye.com.geometricweather.R$drawable: int shortcuts_hail_foreground +com.jaredrummler.android.colorpicker.R$attr: int firstBaselineToTopHeight +wangdaye.com.geometricweather.R$id: int container_main_sun_moon_sunContainer +androidx.constraintlayout.widget.R$styleable: int Toolbar_subtitle +com.google.android.material.button.MaterialButtonToggleGroup: void setSelectionRequired(boolean) +androidx.constraintlayout.widget.R$attr: int layout_constraintRight_toRightOf +com.google.android.material.card.MaterialCardView: void setCardForegroundColor(android.content.res.ColorStateList) +okhttp3.internal.http2.Http2Reader$ContinuationSource: Http2Reader$ContinuationSource(okio.BufferedSource) +com.google.android.material.appbar.AppBarLayout$Behavior: AppBarLayout$Behavior() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial: java.lang.String Unit +wangdaye.com.geometricweather.R$array: int weather_source_values +com.google.android.material.R$styleable: int SwitchCompat_trackTint +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: io.reactivex.disposables.Disposable upstream +com.google.android.material.R$styleable: int ConstraintSet_flow_horizontalBias +com.google.android.material.R$attr: int colorOnBackground +com.google.android.material.R$dimen: int material_clock_number_text_size +io.reactivex.Observable: io.reactivex.Observable defer(java.util.concurrent.Callable) +android.didikee.donate.R$styleable: int AppCompatSeekBar_tickMark +android.didikee.donate.R$attr: int toolbarStyle +wangdaye.com.geometricweather.R$drawable: int dialog_background +okhttp3.internal.cache.DiskLruCache$Snapshot: okhttp3.internal.cache.DiskLruCache$Editor edit() +com.turingtechnologies.materialscrollbar.R$color: int abc_btn_colored_text_material +androidx.appcompat.R$styleable: int Toolbar_titleTextColor +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void onComplete() +com.turingtechnologies.materialscrollbar.R$anim: int design_snackbar_out +wangdaye.com.geometricweather.R$integer: int cancel_button_image_alpha +james.adaptiveicon.R$styleable: int[] AppCompatSeekBar +androidx.appcompat.widget.SearchView: SearchView(android.content.Context) +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void onComplete() +com.google.android.material.chip.Chip: java.lang.CharSequence getChipText() +okhttp3.OkHttpClient: javax.net.ssl.HostnameVerifier hostnameVerifier() +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_Button_Colored +retrofit2.BuiltInConverters$RequestBodyConverter: okhttp3.RequestBody convert(okhttp3.RequestBody) +james.adaptiveicon.R$id: int titleDividerNoCustom +com.google.android.material.card.MaterialCardView: void setRadius(float) +wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.Integer index +com.xw.repo.bubbleseekbar.R$style: int Base_AlertDialog_AppCompat_Light +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.Wind getWind() +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated +androidx.preference.PreferenceGroup$SavedState: android.os.Parcelable$Creator CREATOR +io.reactivex.internal.operators.observable.ObserverResourceWrapper: long serialVersionUID +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog +androidx.appcompat.R$id: int accessibility_custom_action_6 +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setOnSettingsClickIntent(android.content.Intent) +com.google.android.material.R$styleable: int AppCompatTheme_checkedTextViewStyle +androidx.recyclerview.R$dimen: int fastscroll_minimum_range +com.google.android.material.R$attr: int layout_constraintWidth_max +androidx.legacy.coreutils.R$drawable: R$drawable() +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: HourlyEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) +androidx.hilt.R$color: int ripple_material_light +wangdaye.com.geometricweather.R$attr: int preserveIconSpacing +okio.Buffer: okio.BufferedSink writeUtf8(java.lang.String,int,int) +wangdaye.com.geometricweather.R$attr: int statusBarScrim +wangdaye.com.geometricweather.R$styleable: int CardView_cardPreventCornerOverlap +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType UpdateInTxArray +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_12 +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_setActiveProfile_0 +wangdaye.com.geometricweather.R$color: int abc_tint_btn_checkable +io.reactivex.internal.observers.LambdaObserver: boolean isDisposed() +james.adaptiveicon.R$styleable: int ActionMode_backgroundSplit +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day +androidx.swiperefreshlayout.R$styleable: int GradientColor_android_endY +androidx.preference.R$style: int Base_V7_Widget_AppCompat_EditText +androidx.constraintlayout.utils.widget.MotionTelltales: MotionTelltales(android.content.Context) +com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType valueOf(java.lang.String) +androidx.loader.R$styleable: int ColorStateListItem_android_color +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ListView +androidx.preference.R$style: int Base_AlertDialog_AppCompat +androidx.swiperefreshlayout.R$layout: int notification_action_tombstone +com.google.android.material.floatingactionbutton.FloatingActionButton: void setTranslationY(float) +com.google.android.material.R$dimen: int notification_media_narrow_margin +okhttp3.WebSocket: okhttp3.Request request() +retrofit2.Utils$ParameterizedTypeImpl: java.lang.reflect.Type[] typeArguments +cyanogenmod.providers.CMSettings$Secure: java.lang.String APP_PERFORMANCE_PROFILES_ENABLED +android.didikee.donate.R$style: int TextAppearance_AppCompat_Medium +androidx.preference.R$style: int Base_Widget_AppCompat_Button_Borderless +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: void onError(java.lang.Throwable) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorPrimary +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_AES_256_CBC_SHA +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: MinutelyEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) +wangdaye.com.geometricweather.R$attr: int textAppearanceBody2 +androidx.swiperefreshlayout.R$style: int TextAppearance_Compat_Notification_Time +wangdaye.com.geometricweather.R$id: int view_offset_helper +com.google.android.material.R$styleable: int ActionBar_backgroundStacked +android.didikee.donate.R$id: int home +okhttp3.Challenge: okhttp3.Challenge withCharset(java.nio.charset.Charset) +cyanogenmod.os.Concierge: Concierge() +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_BottomAppBar_Colored +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: int limit +wangdaye.com.geometricweather.R$interpolator: R$interpolator() +okhttp3.HttpUrl: java.lang.String encodedFragment() +com.google.android.material.R$style: int Base_V14_ThemeOverlay_MaterialComponents_Dialog +cyanogenmod.providers.CMSettings$System +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cpb +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowActionBar +androidx.lifecycle.ReportFragment: void onResume() +androidx.appcompat.resources.R$styleable +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub$Proxy: IWeatherProviderServiceClient$Stub$Proxy(android.os.IBinder) +okhttp3.internal.http1.Http1Codec: okhttp3.ResponseBody openResponseBody(okhttp3.Response) +okhttp3.OkHttpClient$Builder: okhttp3.Authenticator proxyAuthenticator +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void onError(java.lang.Throwable) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionButton_CloseMode +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Object readEntity(android.database.Cursor,int) +okhttp3.internal.connection.RealConnection: okhttp3.internal.ws.RealWebSocket$Streams newWebSocketStreams(okhttp3.internal.connection.StreamAllocation) +androidx.constraintlayout.widget.R$attr: int mock_labelBackgroundColor +com.jaredrummler.android.colorpicker.R$attr: int summaryOn +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon +james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text +com.google.gson.stream.JsonWriter: java.lang.String indent +wangdaye.com.geometricweather.R$styleable: int TouchScrollBar_msb_autoHide +wangdaye.com.geometricweather.R$attr: int passwordToggleContentDescription +okhttp3.RealCall$AsyncCall: void execute() +okhttp3.logging.LoggingEventListener: void secureConnectStart(okhttp3.Call) +androidx.lifecycle.LiveData: void observeForever(androidx.lifecycle.Observer) +androidx.preference.R$styleable: int AppCompatTextView_drawableRightCompat +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: Hourly(java.util.Date,long,boolean,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,wangdaye.com.geometricweather.common.basic.models.weather.Temperature,wangdaye.com.geometricweather.common.basic.models.weather.Precipitation,wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_2 +androidx.preference.R$style: int Preference_DropDown_Material +wangdaye.com.geometricweather.R$drawable: int ic_delete +io.reactivex.Observable: io.reactivex.Observable sample(io.reactivex.ObservableSource) +com.google.android.material.R$color: int design_default_color_secondary +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_elevation_material com.google.android.material.R$styleable: int AppCompatImageView_android_src -androidx.constraintlayout.widget.R$attr: int layout_constraintGuide_begin -com.google.android.material.R$dimen: int notification_top_pad_large_text -okhttp3.internal.connection.ConnectInterceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) -wangdaye.com.geometricweather.R$string: int phase_waning_gibbous -okhttp3.internal.platform.AndroidPlatform: java.lang.Class sslParametersClass -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamily_fontProviderPackage -com.jaredrummler.android.colorpicker.ColorPickerDialog -androidx.work.R$id: int tag_screen_reader_focusable -com.google.android.material.R$styleable: int Layout_layout_constraintVertical_bias -com.google.android.material.R$id: int list_item -wangdaye.com.geometricweather.R$attr: int bsb_rtl -androidx.constraintlayout.widget.R$attr: int buttonBarButtonStyle -okhttp3.WebSocket: long queueSize() +com.google.android.material.R$animator: int linear_indeterminate_line2_head_interpolator +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle +wangdaye.com.geometricweather.R$attr: int popupTheme +wangdaye.com.geometricweather.db.entities.LocationEntity: boolean currentPosition +androidx.constraintlayout.widget.R$attr: int colorBackgroundFloating +james.adaptiveicon.R$attr: int actionModeBackground +wangdaye.com.geometricweather.R$styleable: int Slider_tickColorInactive +james.adaptiveicon.R$styleable: int AlertDialog_listLayout +okhttp3.FormBody: java.lang.String encodedValue(int) +com.turingtechnologies.materialscrollbar.R$layout: int abc_action_menu_layout +com.google.android.material.R$style: int Widget_MaterialComponents_TabLayout_PrimarySurface +retrofit2.BuiltInConverters$RequestBodyConverter: BuiltInConverters$RequestBodyConverter() +com.google.android.material.navigation.NavigationView: void setNavigationItemSelectedListener(com.google.android.material.navigation.NavigationView$OnNavigationItemSelectedListener) +cyanogenmod.app.ProfileGroup +androidx.lifecycle.extensions.R$style: int Widget_Compat_NotificationActionContainer +com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior: AppBarLayout$ScrollingViewBehavior() +com.turingtechnologies.materialscrollbar.R$styleable: int[] CoordinatorLayout_Layout +wangdaye.com.geometricweather.R$attr: int touchRegionId +androidx.lifecycle.ComputableLiveData: void invalidate() +wangdaye.com.geometricweather.R$drawable: int notification_template_icon_low_bg +androidx.fragment.app.SuperNotCalledException +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarTheme +wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: float getProgress() +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Object readKey(android.database.Cursor,int) +androidx.appcompat.resources.R$id: int accessibility_custom_action_22 io.reactivex.Observable: io.reactivex.disposables.Disposable forEachWhile(io.reactivex.functions.Predicate,io.reactivex.functions.Consumer) -com.google.android.material.navigation.NavigationView: android.view.MenuInflater getMenuInflater() -androidx.constraintlayout.widget.R$color: int abc_tint_btn_checkable -okhttp3.RealCall$AsyncCall: okhttp3.Request request() -androidx.viewpager2.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable -cyanogenmod.externalviews.KeyguardExternalView$9: KeyguardExternalView$9(cyanogenmod.externalviews.KeyguardExternalView) -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: int activeCount -android.didikee.donate.R$id: int chronometer -androidx.hilt.R$styleable: int GradientColor_android_centerY -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_android_background -com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_verticalDivider -com.jaredrummler.android.colorpicker.R$id: int left -okio.ForwardingSink: okio.Timeout timeout() -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: AccuLocationResult() -wangdaye.com.geometricweather.R$id: int item_icon_provider_clearIcon -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Large_Inverse -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu -cyanogenmod.content.Intent: java.lang.String ACTION_OPEN_LIVE_LOCKSCREEN_SETTINGS -io.reactivex.Observable: io.reactivex.Single all(io.reactivex.functions.Predicate) -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintEnd_toStartOf -com.google.android.material.R$attr: int actionModeCloseButtonStyle -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: boolean disposed -cyanogenmod.externalviews.KeyguardExternalView$3: cyanogenmod.externalviews.KeyguardExternalView this$0 -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_Solid -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ListMenuView -org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database getWritableDb() -androidx.viewpager2.R$dimen: int compat_notification_large_icon_max_width -okio.Buffer: okio.ByteString digest(java.lang.String) -androidx.customview.R$id: int notification_background -com.turingtechnologies.materialscrollbar.R$styleable: int[] ThemeEnforcement -com.turingtechnologies.materialscrollbar.R$attr: int dialogPreferredPadding -androidx.lifecycle.LiveData$LifecycleBoundObserver -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition: double Latitude -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox -okhttp3.OkHttpClient: javax.net.ssl.SSLSocketFactory sslSocketFactory() -androidx.appcompat.R$id: int textSpacerNoButtons -wangdaye.com.geometricweather.R$id: int action_bar_title -okhttp3.internal.http2.Http2Connection: void start(boolean) +androidx.constraintlayout.widget.R$styleable: int KeyTrigger_motionTarget +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver +wangdaye.com.geometricweather.R$string: int content_desc_search_filter_off +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_alertDialogTheme +com.google.android.material.R$attr: int barrierMargin +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter +androidx.preference.R$integer: int abc_config_activityDefaultDur +wangdaye.com.geometricweather.R$drawable: int btn_radio_off_mtrl +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String level +com.turingtechnologies.materialscrollbar.R$styleable: int TouchScrollBar_msb_hideDelayInMilliseconds +com.google.android.material.R$drawable: int abc_control_background_material +retrofit2.RequestFactory$Builder: retrofit2.RequestFactory build() +androidx.swiperefreshlayout.R$layout: int notification_template_custom_big +com.turingtechnologies.materialscrollbar.R$attr: int collapseContentDescription +cyanogenmod.alarmclock.CyanogenModAlarmClock: CyanogenModAlarmClock() +android.support.v4.os.IResultReceiver$Default +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: long COMPLETE_MASK +android.didikee.donate.R$id: int spacer +com.jaredrummler.android.colorpicker.R$dimen: int notification_large_icon_height +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder removePathSegment(int) +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: FlowableCreate$SerializedEmitter(io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter) +com.google.android.material.R$attr: int materialCalendarHeaderTitle +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Snow: MfHistoryResult$History$Snow() +wangdaye.com.geometricweather.R$dimen: int mtrl_slider_track_side_padding +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_OutlinedButton_Icon +com.google.android.material.R$styleable: int SwitchCompat_switchTextAppearance +androidx.constraintlayout.widget.R$attr: int drawableBottomCompat +androidx.recyclerview.R$drawable: int notification_icon_background +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_barrierDirection +wangdaye.com.geometricweather.R$color: int mtrl_fab_icon_text_color_selector +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryInnerObserver boundaryObserver +androidx.dynamicanimation.R$styleable: int FontFamily_fontProviderAuthority +com.jaredrummler.android.colorpicker.ColorPickerView: int getPreferredHeight() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setAqi(java.lang.String) +okhttp3.Request: java.util.List headers(java.lang.String) +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: float unitFactor +io.reactivex.internal.util.ErrorMode: io.reactivex.internal.util.ErrorMode END +androidx.preference.R$styleable: int AppCompatTheme_actionModePasteDrawable +wangdaye.com.geometricweather.common.basic.models.weather.UV: int UV_INDEX_EXCESSIVE +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: boolean isDisposed() +okio.Buffer: java.lang.String toString() +android.didikee.donate.R$dimen: int hint_pressed_alpha_material_dark +com.turingtechnologies.materialscrollbar.R$color: int mtrl_tabs_icon_color_selector_colored +com.google.android.material.R$attr: int rippleColor +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_AES_256_CBC_SHA +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: java.util.concurrent.atomic.AtomicReference upstream +cyanogenmod.app.IProfileManager: void resetAll() +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps: int phenomenonId +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_HOMESCREEN +android.didikee.donate.R$style: int Widget_AppCompat_ActivityChooserView +wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_outline_box_expanded_padding +okio.RealBufferedSource$1: void close() +android.support.v4.app.RemoteActionCompatParcelizer: void write(androidx.core.app.RemoteActionCompat,androidx.versionedparcelable.VersionedParcel) +wangdaye.com.geometricweather.R$attr: int alertDialogTheme +com.turingtechnologies.materialscrollbar.R$id: int src_over +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cv +wangdaye.com.geometricweather.db.entities.HistoryEntity: java.util.Date getDate() +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DialogWhenLarge +androidx.constraintlayout.widget.R$attr: int telltales_tailColor +com.google.android.material.R$attr: int cornerSizeBottomRight +androidx.appcompat.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item +io.reactivex.Observable: io.reactivex.Observable dematerialize(io.reactivex.functions.Function) +cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_BATTERY_STYLE +com.google.android.material.R$styleable: int Constraint_pathMotionArc +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.query.Query queryRawCreateListArgs(java.lang.String,java.util.Collection) +androidx.preference.R$style: int TextAppearance_AppCompat_Small +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_PopupMenu +com.turingtechnologies.materialscrollbar.R$drawable: int abc_spinner_textfield_background_material +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: io.reactivex.disposables.Disposable upstream +io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: io.reactivex.Observer downstream +android.didikee.donate.R$styleable: int Toolbar_titleMargins +com.google.android.material.R$dimen: int mtrl_alert_dialog_background_inset_start +com.jaredrummler.android.colorpicker.R$styleable: int ColorPickerView_cpv_alphaChannelText +io.reactivex.Observable: io.reactivex.Observable doOnEach(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer,io.reactivex.functions.Action,io.reactivex.functions.Action) +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.functions.Function mapper +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: boolean isDisposed() +wangdaye.com.geometricweather.R$attr: int hoveredFocusedTranslationZ +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title +androidx.preference.R$style: int Animation_AppCompat_Dialog +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningAdvice: MfWarningsResult$WarningAdvice() +com.google.android.material.R$style: int Theme_MaterialComponents +wangdaye.com.geometricweather.R$drawable: int notif_temp_16 +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_barrierDirection +com.xw.repo.bubbleseekbar.R$styleable: int[] CoordinatorLayout +androidx.core.R$id: int tag_screen_reader_focusable +com.google.android.material.textfield.TextInputLayout: void setStartIconDrawable(int) +androidx.viewpager.R$attr: int fontStyle +org.greenrobot.greendao.AbstractDaoMaster: void registerDaoClass(java.lang.Class) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionDropDownStyle +androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableCompat_android_dither +androidx.appcompat.R$attr: int buttonBarNeutralButtonStyle +io.reactivex.Observable: io.reactivex.Single collect(java.util.concurrent.Callable,io.reactivex.functions.BiConsumer) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setSrc(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int KeyPosition_drawPath +com.jaredrummler.android.colorpicker.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable +androidx.work.R$bool: R$bool() +cyanogenmod.themes.ThemeManager$2: cyanogenmod.themes.ThemeManager this$0 +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: java.util.concurrent.atomic.AtomicReference upstream +com.bumptech.glide.R$styleable: int CoordinatorLayout_keylines +okio.Pipe +okhttp3.internal.http1.Http1Codec: long headerLimit +android.didikee.donate.R$color: int abc_tint_seek_thumb +wangdaye.com.geometricweather.R$drawable: int weather_hail_mini_xml +com.google.android.material.R$styleable: int Layout_layout_constraintWidth_max +james.adaptiveicon.R$color: int primary_material_light +wangdaye.com.geometricweather.db.entities.DaoMaster: org.greenrobot.greendao.AbstractDaoSession newSession() +androidx.swiperefreshlayout.R$styleable: int GradientColor_android_endColor +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void onSubscribe(org.reactivestreams.Subscription) +io.reactivex.Observable: io.reactivex.Observable timeout(io.reactivex.ObservableSource,io.reactivex.functions.Function) +okio.Buffer: java.util.List segmentSizes() +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_minWidth +androidx.dynamicanimation.R$integer: R$integer() +androidx.preference.R$color: R$color() +androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_fontWeight +com.turingtechnologies.materialscrollbar.R$id: int none +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Body2 +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse +com.turingtechnologies.materialscrollbar.R$animator: int mtrl_btn_state_list_anim +androidx.preference.R$layout: int abc_popup_menu_header_item_layout +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Imperial: AccuCurrentResult$Wind$Speed$Imperial() +androidx.preference.R$attr: int dialogLayout +wangdaye.com.geometricweather.R$styleable: int ActionMode_background +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_black +com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_subMenuArrow +cyanogenmod.providers.CMSettings$System: java.lang.String SHOW_ALARM_ICON +io.reactivex.internal.util.HashMapSupplier: java.util.Map call() +androidx.preference.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintEnd_toEndOf +androidx.lifecycle.DefaultLifecycleObserver: void onDestroy(androidx.lifecycle.LifecycleOwner) +com.google.android.material.R$drawable: int test_custom_background +androidx.constraintlayout.widget.R$id: int packed +io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.util.List defense +wangdaye.com.geometricweather.R$styleable: int PreferenceFragment_allowDividerAfterLastItem +wangdaye.com.geometricweather.R$string: int widget_trend_daily +com.google.android.material.R$style: int Widget_MaterialComponents_Snackbar +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary +androidx.appcompat.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView +io.reactivex.Observable: io.reactivex.Observable concatMapEager(io.reactivex.functions.Function,int,int) +cyanogenmod.app.CustomTile$ExpandedItem$1: java.lang.Object[] newArray(int) +androidx.vectordrawable.R$id: int async +androidx.drawerlayout.R$dimen: int notification_right_side_padding_top +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Headline5 +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Spinner_Underlined +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_30 +com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemTextAppearanceActive(int) +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Title +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String IS_LEGACY_ICONPACK +com.google.android.material.R$styleable: int Spinner_popupTheme +androidx.preference.R$styleable: int AppCompatTheme_editTextColor +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_queryBackground +com.google.android.material.slider.BaseSlider: void setLabelFormatter(com.google.android.material.slider.LabelFormatter) +com.google.android.material.R$attr: int materialAlertDialogBodyTextStyle +cyanogenmod.app.CustomTileListenerService: void unregisterAsSystemService() +androidx.appcompat.app.AppCompatDelegateImpl$PanelFeatureState$SavedState +com.turingtechnologies.materialscrollbar.R$integer: int mtrl_tab_indicator_anim_duration_ms +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getNotificationGroup +com.google.android.material.R$string: int mtrl_picker_date_header_selected +com.turingtechnologies.materialscrollbar.R$color: int background_material_dark +androidx.lifecycle.extensions.R$id: int right_side +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: java.lang.String getUnit() +com.xw.repo.BubbleSeekBar: void setSecondTrackColor(int) +androidx.hilt.work.R$style: int TextAppearance_Compat_Notification +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_toolbarStyle +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_horizontalBias +wangdaye.com.geometricweather.db.entities.HistoryEntity: void setDaytimeTemperature(int) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void access$700(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) +io.reactivex.Observable: io.reactivex.Observable timeout(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,io.reactivex.ObservableSource) +androidx.constraintlayout.widget.R$color: int abc_decor_view_status_guard +android.support.v4.graphics.drawable.IconCompatParcelizer: IconCompatParcelizer() +com.google.android.material.button.MaterialButton: int getIconPadding() +wangdaye.com.geometricweather.R$id: int item_about_header_appIcon +androidx.preference.R$style: int TextAppearance_AppCompat_Subhead +okhttp3.internal.http2.Http2Connection: long awaitPongsReceived +com.github.rahatarmanahmed.cpv.R$styleable: R$styleable() +androidx.constraintlayout.widget.Barrier: void setDpMargin(int) +wangdaye.com.geometricweather.R$attr: int bsb_bubble_color +com.google.android.material.R$attr: int tooltipFrameBackground +com.google.android.material.R$color: int abc_primary_text_disable_only_material_light +com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat_Dark +androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour: androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour valueOf(java.lang.String) +android.didikee.donate.R$dimen: int abc_disabled_alpha_material_light +androidx.appcompat.widget.Toolbar: void setSubtitle(int) +androidx.lifecycle.SavedStateHandleController$1: SavedStateHandleController$1(androidx.lifecycle.Lifecycle,androidx.savedstate.SavedStateRegistry) +com.google.android.material.R$id: int wrap +cyanogenmod.content.Intent: java.lang.String ACTION_THEME_INSTALLED +james.adaptiveicon.R$drawable: int abc_list_focused_holo +com.bumptech.glide.R$attr: int layout_insetEdge +wangdaye.com.geometricweather.R$id: int chip2 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: java.util.List getValue() +androidx.appcompat.resources.R$id: int tag_unhandled_key_listeners +androidx.legacy.coreutils.R$styleable: int FontFamily_fontProviderQuery +wangdaye.com.geometricweather.R$string: int widget_clock_day_week +androidx.preference.R$dimen: int abc_dropdownitem_icon_width +com.google.android.material.R$attr: int popupWindowStyle +androidx.customview.R$dimen: int notification_subtext_size +cyanogenmod.app.ILiveLockScreenChangeListener$Stub: android.os.IBinder asBinder() +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_CALL_LED_ON_VALIDATOR +wangdaye.com.geometricweather.R$styleable: int MotionTelltales_telltales_tailColor +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language FOLLOW_SYSTEM +androidx.fragment.R$id: int accessibility_custom_action_7 +com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Display3 +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeRainPrecipitationDuration() +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat +androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_marginTop +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX: java.util.List brands +androidx.preference.R$id: int accessibility_custom_action_2 +com.xw.repo.bubbleseekbar.R$integer: R$integer() +com.bumptech.glide.integration.okhttp.R$dimen: int notification_small_icon_background_padding +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_track +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 +okhttp3.internal.cache.CacheInterceptor$1: boolean cacheRequestClosed +cyanogenmod.externalviews.ExternalView: void onActivityResumed(android.app.Activity) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$1 +okhttp3.Address: javax.net.ssl.HostnameVerifier hostnameVerifier() +james.adaptiveicon.R$styleable: int[] PopupWindowBackgroundState +okio.ForwardingSource +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult: AccuMinuteResult() +androidx.constraintlayout.widget.R$attr: int dragDirection +wangdaye.com.geometricweather.R$styleable: int Chip_chipIconEnabled +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorError +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox +android.didikee.donate.R$id: int showTitle +wangdaye.com.geometricweather.R$attr: int progress_color +androidx.preference.R$attr: int showText +androidx.appcompat.R$id: int accessibility_custom_action_9 +androidx.coordinatorlayout.R$id: int forever +androidx.constraintlayout.widget.R$attr: int listChoiceIndicatorSingleAnimated +cyanogenmod.externalviews.KeyguardExternalView$8: cyanogenmod.externalviews.KeyguardExternalView this$0 +com.turingtechnologies.materialscrollbar.R$color: int primary_material_light +androidx.recyclerview.R$id: int accessibility_custom_action_8 +wangdaye.com.geometricweather.R$style: int Base_CardView +io.reactivex.internal.observers.DeferredScalarObserver +retrofit2.ParameterHandler$PartMap: void apply(retrofit2.RequestBuilder,java.util.Map) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeCutDrawable +com.jaredrummler.android.colorpicker.R$attr: int switchTextAppearance +com.google.android.material.R$color: int mtrl_filled_background_color +okhttp3.Cookie: java.util.regex.Pattern DAY_OF_MONTH_PATTERN +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Body1 +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 +okhttp3.Cookie: boolean persistent() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Imperial: AccuCurrentResult$WindChillTemperature$Imperial() +androidx.appcompat.widget.AppCompatTextView +wangdaye.com.geometricweather.R$styleable: int Badge_horizontalOffset +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_android_gravity +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: io.reactivex.ObservableSource fallback +com.bumptech.glide.load.ImageHeaderParser$ImageType: boolean hasAlpha() +com.google.android.material.R$style: int Base_Animation_AppCompat_Tooltip +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum: int UnitType +wangdaye.com.geometricweather.R$styleable: int Chip_checkedIconTint +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintRight_toLeftOf +androidx.recyclerview.R$id: int accessibility_custom_action_7 +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.lang.String getWeatherText() +com.google.android.material.R$attr: int materialCalendarHeaderConfirmButton +wangdaye.com.geometricweather.R$id: int dialog_background_location_summary +androidx.preference.R$color: int bright_foreground_disabled_material_light +androidx.hilt.lifecycle.R$styleable: int GradientColor_android_startX +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_Switch +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$TotalLiquid: AccuDailyResult$DailyForecasts$Day$TotalLiquid() +com.xw.repo.bubbleseekbar.R$styleable: int CompoundButton_buttonCompat +okhttp3.HttpUrl: java.lang.String USERNAME_ENCODE_SET +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VClipPath +retrofit2.adapter.rxjava2.Result: retrofit2.adapter.rxjava2.Result error(java.lang.Throwable) +androidx.lifecycle.Lifecycling: int GENERATED_CALLBACK +androidx.drawerlayout.R$styleable: int[] ColorStateListItem +com.turingtechnologies.materialscrollbar.R$styleable: int[] ScrimInsetsFrameLayout +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintBottom_toBottomOf +androidx.appcompat.R$drawable: int abc_list_selector_holo_dark +okio.GzipSink: GzipSink(okio.Sink) +cyanogenmod.profiles.StreamSettings: StreamSettings(int) +androidx.recyclerview.R$color: int secondary_text_default_material_light +wangdaye.com.geometricweather.R$attr: int dialogMessage +com.github.rahatarmanahmed.cpv.CircularProgressView: android.animation.ValueAnimator startAngleRotate +com.jaredrummler.android.colorpicker.R$attr: int toolbarStyle +androidx.appcompat.R$dimen: int abc_text_size_display_1_material +androidx.hilt.R$styleable: int FontFamilyFont_android_ttcIndex +com.google.android.material.internal.ParcelableSparseArray +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Pressure +androidx.viewpager.R$drawable +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void goAway(int,okhttp3.internal.http2.ErrorCode,okio.ByteString) +okhttp3.internal.http2.Header: okio.ByteString TARGET_SCHEME +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowMinWidthMinor +androidx.constraintlayout.widget.R$drawable: int abc_ic_ab_back_material +com.xw.repo.bubbleseekbar.R$attr: int popupMenuStyle +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onBouncerShowing(boolean) +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getPm10Color(android.content.Context) +wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: void setBottomIconDrawable(android.graphics.drawable.Drawable) +okio.Util: void sneakyRethrow(java.lang.Throwable) +com.turingtechnologies.materialscrollbar.R$style: int Base_V21_Theme_AppCompat_Light_Dialog +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: void setBrandId(java.lang.String) +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: void setDisposable(io.reactivex.disposables.Disposable) +com.xw.repo.bubbleseekbar.R$id: int blocking +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable +wangdaye.com.geometricweather.R$styleable: int Toolbar_popupTheme +androidx.appcompat.widget.AppCompatImageView: android.graphics.PorterDuff$Mode getSupportImageTintMode() +com.google.android.material.R$attr: int progressBarStyle +com.google.android.material.appbar.AppBarLayout: void setLiftOnScrollTargetViewId(int) +android.didikee.donate.R$style: int Base_V23_Theme_AppCompat +androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_height +androidx.appcompat.R$attr: int listChoiceIndicatorSingleAnimated +com.google.android.material.R$color: int cardview_shadow_end_color +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable[] TERMINATED +cyanogenmod.themes.IThemeChangeListener$Stub: int TRANSACTION_onProgress_0 +androidx.lifecycle.SavedStateViewModelFactory: androidx.savedstate.SavedStateRegistry mSavedStateRegistry +android.didikee.donate.R$attr: int titleMargin +com.turingtechnologies.materialscrollbar.R$attr: int textEndPadding +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getWeatherSource() +androidx.preference.R$layout: int abc_list_menu_item_layout +androidx.preference.R$id +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorControlActivated +com.github.rahatarmanahmed.cpv.CircularProgressView: java.util.List listeners +james.adaptiveicon.R$attr: int gapBetweenBars +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title +wangdaye.com.geometricweather.R$string: int sp_widget_clock_day_week_setting +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: boolean cancelled +androidx.appcompat.R$drawable: int abc_seekbar_track_material +com.turingtechnologies.materialscrollbar.R$anim: int design_bottom_sheet_slide_out +androidx.vectordrawable.animated.R$id: int right_side +james.adaptiveicon.R$color: int ripple_material_dark +cyanogenmod.app.ProfileGroup: java.util.UUID getUuid() +wangdaye.com.geometricweather.R$attr: int colorOnPrimarySurface +cyanogenmod.app.ThemeVersion$ComponentVersion: java.lang.String getName() +cyanogenmod.weather.WeatherInfo$DayForecast: WeatherInfo$DayForecast() +com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleTextAppearance +okhttp3.internal.http2.Http2Connection$6: okio.Buffer val$buffer +io.reactivex.Observable: io.reactivex.Observable lift(io.reactivex.ObservableOperator) +com.google.android.material.chip.Chip: void setChipCornerRadius(float) +com.google.android.material.R$id: int off +com.google.android.material.R$styleable: int MenuView_android_verticalDivider +cyanogenmod.providers.CMSettings$Global: java.lang.String ZEN_DISABLE_DUCKING_DURING_MEDIA_PLAYBACK +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintTop_toTopOf +okhttp3.internal.http2.Http2Connection: java.net.Socket socket +wangdaye.com.geometricweather.R$id: int position +cyanogenmod.weather.WeatherInfo: int getWindSpeedUnit() +wangdaye.com.geometricweather.R$attr: int nestedScrollFlags +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large +okio.SegmentPool: void recycle(okio.Segment) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ImageButton +com.xw.repo.bubbleseekbar.R$styleable: int[] DrawerArrowToggle +com.google.android.material.R$styleable: int SearchView_iconifiedByDefault +wangdaye.com.geometricweather.R$color: int abc_tint_edittext +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintStart_toEndOf +androidx.preference.R$attr: int actionModeShareDrawable +com.github.rahatarmanahmed.cpv.R$string: R$string() +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Toolbar +okhttp3.Response: long receivedResponseAtMillis() +wangdaye.com.geometricweather.R$styleable: int MaterialButton_android_insetTop +wangdaye.com.geometricweather.R$id: int activity_widget_config_subtitleDataContainer +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_Switch +okhttp3.logging.LoggingEventListener: void callStart(okhttp3.Call) +com.github.rahatarmanahmed.cpv.CircularProgressView$5: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 +androidx.preference.DropDownPreference: DropDownPreference(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_lastHorizontalStyle +androidx.vectordrawable.animated.R$drawable: int notify_panel_notification_icon_bg +wangdaye.com.geometricweather.R$id: int widget_day +okio.BufferedSource: int readUtf8CodePoint() +androidx.hilt.lifecycle.R$id: int action_text +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_contentInsetStart +cyanogenmod.app.IProfileManager: cyanogenmod.app.Profile[] getProfiles() +androidx.customview.R$id: int title +wangdaye.com.geometricweather.R$id: int notification_base_weather +com.google.android.material.R$attr: int fontProviderFetchStrategy +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_Behavior_Layout_behavior_autoHide +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getCo() +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String COL_UPDATE_TIME +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource +wangdaye.com.geometricweather.R$anim: R$anim() +com.google.android.material.R$styleable: int Layout_minWidth +androidx.viewpager.widget.PagerTabStrip: boolean getDrawFullUnderline() +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeInsetBottom +wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: java.lang.Integer getAngle() +androidx.constraintlayout.widget.R$attr: int percentX +okhttp3.RequestBody$2: int val$offset +com.google.android.material.R$color: int material_deep_teal_500 +okhttp3.internal.NamedRunnable: void run() +wangdaye.com.geometricweather.R$string: int week_6 +com.google.android.material.textfield.TextInputLayout: void setEndIconOnClickListener(android.view.View$OnClickListener) +androidx.viewpager2.R$styleable: int GradientColor_android_endColor +com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_horizontalDivider +wangdaye.com.geometricweather.R$styleable: int Snackbar_snackbarButtonStyle +com.jaredrummler.android.colorpicker.R$styleable: int MenuGroup_android_menuCategory +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_orientation +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: io.reactivex.ObservableSource second +com.google.android.material.R$styleable: int AppCompatSeekBar_tickMarkTintMode +com.google.android.material.R$styleable: int View_paddingEnd +com.google.android.material.R$styleable: int Chip_chipMinTouchTargetSize +wangdaye.com.geometricweather.R$id: int test_checkbox_android_button_tint +james.adaptiveicon.R$dimen: int abc_dialog_min_width_minor +cyanogenmod.themes.IThemeChangeListener$Stub$Proxy: java.lang.String getInterfaceDescriptor() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric +com.google.android.material.R$styleable: int Constraint_chainUseRtl +com.google.android.material.R$dimen: int mtrl_calendar_header_content_padding +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: boolean syncFused +com.google.android.material.textfield.TextInputLayout: TextInputLayout(android.content.Context,android.util.AttributeSet,int) +androidx.preference.R$styleable: int AppCompatTheme_radioButtonStyle +com.github.rahatarmanahmed.cpv.CircularProgressView: void stopAnimation() +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_13 +io.reactivex.internal.observers.LambdaObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Button_Borderless +android.didikee.donate.R$styleable: int Toolbar_titleMargin +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu +com.jaredrummler.android.colorpicker.R$attr: int windowMinWidthMinor +androidx.activity.R$id: int chronometer +androidx.constraintlayout.widget.R$attr: int layout_constraintHeight_min +androidx.vectordrawable.R$styleable: int FontFamilyFont_fontStyle +android.didikee.donate.R$id: int listMode +cyanogenmod.externalviews.ExternalViewProperties: int getY() +com.bumptech.glide.R$id: int glide_custom_view_target_tag +wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: int getTotalCount() +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: boolean isDisposed() +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void onComplete() +okhttp3.internal.cache.FaultHidingSink: void onException(java.io.IOException) +okhttp3.MultipartBody$Builder: okhttp3.MultipartBody$Builder addPart(okhttp3.MultipartBody$Part) +com.turingtechnologies.materialscrollbar.R$style: int AlertDialog_AppCompat_Light +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown +cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.DisplayMode getDefaultDisplayMode() +androidx.appcompat.R$id: int normal +cyanogenmod.platform.Manifest$permission: java.lang.String MODIFY_NETWORK_SETTINGS +wangdaye.com.geometricweather.R$attr: int chipIconTint +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.HistoryEntity,long) +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter value(double) +com.github.rahatarmanahmed.cpv.CircularProgressView$4 +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Dialog_Alert +com.google.android.material.R$styleable: int MaterialCalendar_daySelectedStyle +com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleDrawable(int) cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: void setInteractivity(boolean) -wangdaye.com.geometricweather.R$styleable: int ColorStateListItem_android_color -cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType valueOf(java.lang.String) -wangdaye.com.geometricweather.R$color: int weather_source_accu -com.jaredrummler.android.colorpicker.R$attr: int actionViewClass -wangdaye.com.geometricweather.R$styleable: int FlowLayout_itemSpacing -com.bumptech.glide.integration.okhttp.R$attr: int fontProviderCerts -wangdaye.com.geometricweather.R$id: int TOP_END -wangdaye.com.geometricweather.R$attr: int subtitleTextColor -com.jaredrummler.android.colorpicker.R$drawable: int notification_action_background -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse -androidx.preference.R$styleable: int RecyclerView_reverseLayout -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorIconTint -com.google.android.material.R$styleable: int[] FontFamily -wangdaye.com.geometricweather.R$styleable: int[] ListPreference -com.turingtechnologies.materialscrollbar.R$attr: int enforceMaterialTheme -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog -wangdaye.com.geometricweather.R$attr: int fastScrollHorizontalTrackDrawable -io.reactivex.Observable: io.reactivex.Single toMultimap(io.reactivex.functions.Function) -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow -org.greenrobot.greendao.AbstractDao: void assertSinglePk() -okhttp3.logging.LoggingEventListener: void responseHeadersEnd(okhttp3.Call,okhttp3.Response) -androidx.fragment.R$id: int accessibility_custom_action_1 -james.adaptiveicon.R$styleable: int ActionBar_subtitleTextStyle -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionButton -androidx.drawerlayout.R$dimen: int compat_button_padding_horizontal_material -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceSearchResultTitle -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle -cyanogenmod.weather.WeatherLocation: java.lang.String mState -wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List getHourlyForecast() -com.jaredrummler.android.colorpicker.R$styleable: int MenuView_subMenuArrow -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarTabBarStyle -android.didikee.donate.R$attr: int navigationIcon -retrofit2.ParameterHandler$Headers: void apply(retrofit2.RequestBuilder,okhttp3.Headers) -androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType INT_TYPE -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Display3 -androidx.preference.R$color: int bright_foreground_disabled_material_dark -wangdaye.com.geometricweather.R$styleable: int[] AppCompatTheme -wangdaye.com.geometricweather.R$styleable: int[] RoundCornerTransition -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title -okhttp3.internal.connection.StreamAllocation: StreamAllocation(okhttp3.ConnectionPool,okhttp3.Address,okhttp3.Call,okhttp3.EventListener,java.lang.Object) -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionButton -com.google.android.material.R$style: int TextAppearance_Design_Prefix -androidx.swiperefreshlayout.R$styleable: int GradientColor_android_endX +wangdaye.com.geometricweather.R$id: int notification_background +wangdaye.com.geometricweather.R$attr: int enforceTextAppearance +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header +wangdaye.com.geometricweather.R$dimen: int current_weather_icon_container_size +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void onSubscribe(org.reactivestreams.Subscription) +com.google.android.material.R$id: int edit_query +wangdaye.com.geometricweather.R$styleable: int[] ClockFaceView +androidx.appcompat.R$dimen: int notification_large_icon_width +retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter: java.lang.Object adapt(retrofit2.Call) +wangdaye.com.geometricweather.main.Hilt_MainActivity +okhttp3.internal.ws.RealWebSocket$1: RealWebSocket$1(okhttp3.internal.ws.RealWebSocket) +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.util.Date endDate +com.google.android.material.R$dimen: int mtrl_extended_fab_translation_z_hovered_focused +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWindDirection(java.lang.String) +com.jaredrummler.android.colorpicker.R$dimen: int cpv_dialog_preview_width +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_subhead_material +io.reactivex.internal.observers.DeferredScalarDisposable: int FUSED_READY +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: java.lang.String getDatetime() +androidx.core.R$id: int accessibility_custom_action_12 +androidx.recyclerview.R$id: int dialog_button +com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status valueOf(java.lang.String) +androidx.viewpager2.R$dimen: int notification_right_icon_size +androidx.constraintlayout.widget.R$dimen: int abc_text_size_title_material +com.xw.repo.bubbleseekbar.R$styleable: int[] AppCompatSeekBar +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property SunSetDate +com.google.android.material.R$styleable: int MaterialRadioButton_useMaterialThemeColors +wangdaye.com.geometricweather.R$color: int mtrl_btn_transparent_bg_color +cyanogenmod.platform.Manifest$permission: java.lang.String HARDWARE_ABSTRACTION_ACCESS +androidx.constraintlayout.widget.R$id: int gone +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Sun +com.turingtechnologies.materialscrollbar.R$id: int fill +cyanogenmod.providers.CMSettings$System$2 +com.google.android.material.R$styleable: int ConstraintSet_android_translationX +androidx.constraintlayout.widget.R$layout: int custom_dialog +androidx.drawerlayout.R$styleable: int FontFamilyFont_android_fontWeight +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayoutStates_state_collapsible +okhttp3.internal.http.CallServerInterceptor +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX getTemperature() +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_18 +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_4_00 +android.didikee.donate.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: io.reactivex.internal.queue.SpscLinkedArrayQueue queue +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_29 +cyanogenmod.weather.WeatherInfo: java.lang.String access$202(cyanogenmod.weather.WeatherInfo,java.lang.String) +com.bumptech.glide.R$attr: int fontProviderFetchStrategy +okhttp3.internal.http2.Header: okio.ByteString PSEUDO_PREFIX +wangdaye.com.geometricweather.R$drawable: int weather_sleet_pixel +com.xw.repo.bubbleseekbar.R$drawable: int abc_list_pressed_holo_dark +androidx.legacy.coreutils.R$dimen: int notification_top_pad_large_text +androidx.constraintlayout.widget.R$drawable: int abc_textfield_search_default_mtrl_alpha +wangdaye.com.geometricweather.R$styleable: int[] MaterialAutoCompleteTextView +com.google.android.material.R$attr: int actionBarTabTextStyle +com.jaredrummler.android.colorpicker.R$dimen: int abc_control_inset_material +com.google.android.material.R$dimen: int abc_disabled_alpha_material_dark +io.reactivex.Observable: io.reactivex.Observable retry(io.reactivex.functions.BiPredicate) +wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Light_Dialog +com.google.android.material.R$style: int TextAppearance_AppCompat_Body2 +com.bumptech.glide.integration.okhttp.R$attr: int fontProviderPackage +wangdaye.com.geometricweather.R$id: int activity_widget_config_hideLunarContainer +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_TextView +okhttp3.internal.http2.Http2Stream$FramingSink: boolean closed +com.google.android.material.R$styleable: int BottomNavigationView_itemIconSize +com.google.android.material.R$styleable: int MenuItem_alphabeticModifiers +wangdaye.com.geometricweather.R$attr: int switchTextOff +android.didikee.donate.R$dimen: int notification_top_pad +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_goneMarginEnd +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_typeface +io.reactivex.observers.DisposableObserver: boolean isDisposed() +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_toRightOf +james.adaptiveicon.R$anim: int abc_slide_in_bottom +androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_gapBetweenBars +wangdaye.com.geometricweather.R$id: int material_hour_tv +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float rain12h +androidx.transition.R$id: int text +wangdaye.com.geometricweather.R$styleable: int SearchView_commitIcon +androidx.hilt.R$id: int accessibility_custom_action_25 +com.google.android.material.R$attr: int ratingBarStyleIndicator +wangdaye.com.geometricweather.R$color: int colorTextDark +cyanogenmod.power.IPerformanceManager: int getNumberOfProfiles() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Imperial: int UnitType +com.google.android.material.bottomappbar.BottomAppBar$Behavior: BottomAppBar$Behavior() +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_backgroundTintMode +cyanogenmod.weather.CMWeatherManager$2$1: int val$status +com.xw.repo.bubbleseekbar.R$attr: int queryHint +androidx.customview.R$string: R$string() +androidx.appcompat.R$style: int Widget_AppCompat_ListPopupWindow +wangdaye.com.geometricweather.R$attr: int chipSpacing +androidx.lifecycle.extensions.R$string +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_2 +wangdaye.com.geometricweather.common.ui.widgets.TagView: void setChecked(boolean) +okhttp3.internal.cache.CacheStrategy$Factory: okhttp3.Request request +androidx.viewpager2.R$style: int Widget_Compat_NotificationActionContainer +okhttp3.internal.http2.Http2Codec: java.lang.String UPGRADE +com.xw.repo.bubbleseekbar.R$drawable: int notification_icon_background +com.google.android.material.R$styleable: int Transform_android_rotationX +androidx.recyclerview.R$styleable: int RecyclerView_stackFromEnd +com.xw.repo.bubbleseekbar.R$attr: int numericModifiers +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setExtended(boolean) +androidx.preference.R$styleable: int AppCompatTheme_imageButtonStyle +com.google.android.material.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode +androidx.preference.R$id: int tag_unhandled_key_listeners +wangdaye.com.geometricweather.R$style: int CardView_Light +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.util.Map rights +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 +androidx.preference.R$style: int Widget_AppCompat_AutoCompleteTextView +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_SearchView +wangdaye.com.geometricweather.R$drawable: int abc_item_background_holo_light +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver CANCELLED +wangdaye.com.geometricweather.R$id: int activity_widget_config_scrollContainer +com.google.android.material.R$color: int background_floating_material_dark +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial Imperial +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small +com.jaredrummler.android.colorpicker.R$styleable: int MenuGroup_android_enabled +com.jaredrummler.android.colorpicker.R$string: int abc_menu_space_shortcut_label +com.jaredrummler.android.colorpicker.R$drawable: int abc_item_background_holo_dark +com.turingtechnologies.materialscrollbar.R$id: int transition_layout_save +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getSo2() +com.google.android.material.R$drawable: int mtrl_ic_error androidx.preference.R$styleable: int SeekBarPreference_android_layout -okhttp3.CacheControl: boolean onlyIfCached -wangdaye.com.geometricweather.R$attr: int prefixTextColor -wangdaye.com.geometricweather.R$color: int mtrl_tabs_legacy_text_color_selector -android.didikee.donate.R$bool: R$bool() -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType QueryUnique -com.jaredrummler.android.colorpicker.R$drawable: int abc_text_select_handle_middle_mtrl_light -wangdaye.com.geometricweather.db.entities.LocationEntity: LocationEntity() -android.didikee.donate.R$styleable: int AppCompatTextHelper_android_drawableBottom -com.google.android.material.R$color: int cardview_shadow_start_color -okhttp3.internal.http.HttpHeaders: int skipWhitespace(java.lang.String,int) -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_registerChangeListener -okhttp3.internal.cache.CacheStrategy$Factory: java.util.Date lastModified -android.didikee.donate.R$id: int wrap_content -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Minimum: java.lang.String Unit -com.google.android.material.slider.BaseSlider: void setValueFrom(float) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: boolean delayError -androidx.hilt.work.R$id: int italic -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: int START -android.didikee.donate.R$id: int middle -james.adaptiveicon.R$attr: int autoSizeTextType -wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: java.lang.String getProviderId() -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_cornerRadius -com.google.android.material.R$dimen: int material_filled_edittext_font_2_0_padding_top -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintEnd_toStartOf -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: io.reactivex.ObservableSource fallback -androidx.appcompat.widget.ViewStubCompat: int getInflatedId() -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: java.lang.String getCode() -wangdaye.com.geometricweather.R$layout: int item_pollen_daily -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Large -androidx.preference.R$style: int Base_V26_Widget_AppCompat_Toolbar -okhttp3.OkHttpClient: okhttp3.Dns dns() -com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_corner_radius -com.jaredrummler.android.colorpicker.R$drawable: int abc_text_select_handle_right_mtrl_dark -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: org.reactivestreams.Subscriber downstream -okhttp3.OkHttpClient: boolean retryOnConnectionFailure -android.didikee.donate.R$styleable: int MenuView_android_itemTextAppearance -androidx.coordinatorlayout.R$id: int time -retrofit2.Response: int code() -cyanogenmod.providers.CMSettings$System: java.lang.String SYS_PROP_CM_SETTING_VERSION -androidx.preference.R$dimen: int abc_action_bar_content_inset_material -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.Astro[] astros -okhttp3.Address: okhttp3.Authenticator proxyAuthenticator -com.turingtechnologies.materialscrollbar.R$anim: int abc_popup_enter -com.jaredrummler.android.colorpicker.R$dimen: int abc_list_item_padding_horizontal_material -androidx.viewpager2.R$styleable: int GradientColorItem_android_offset -okhttp3.internal.connection.RealConnection: RealConnection(okhttp3.ConnectionPool,okhttp3.Route) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Speed: double Value -com.google.android.material.R$id: int largeLabel -okhttp3.Route: java.net.InetSocketAddress socketAddress() -retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder baseUrl(java.lang.String) -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: ExtendedFloatingActionButton(android.content.Context,android.util.AttributeSet) -okhttp3.internal.http2.Http2Connection$Builder: java.net.Socket socket -okhttp3.Headers: java.lang.String name(int) -okhttp3.internal.cache.DiskLruCache: int redundantOpCount -com.google.android.material.R$styleable: int BottomNavigationView_itemBackground -androidx.viewpager.R$attr -androidx.preference.R$drawable: int abc_ic_go_search_api_material -androidx.recyclerview.R$styleable -james.adaptiveicon.R$color: int material_blue_grey_950 -retrofit2.Utils: boolean equals(java.lang.reflect.Type,java.lang.reflect.Type) -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setOnClickIntent(android.app.PendingIntent) -wangdaye.com.geometricweather.R$string: int abc_shareactionprovider_share_with_application -androidx.appcompat.R$styleable: int GradientColor_android_startX -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatSeekBar_android_thumb -com.google.android.material.R$style: int ShapeAppearance_MaterialComponents_Tooltip -okhttp3.HttpUrl$Builder: java.lang.String canonicalizeHost(java.lang.String,int,int) -com.google.android.material.floatingactionbutton.FloatingActionButton: float getCompatHoveredFocusedTranslationZ() -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind: MfForecastResult$Forecast$Wind() -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: io.reactivex.Observer downstream -com.xw.repo.bubbleseekbar.R$drawable: int abc_list_longpressed_holo -androidx.appcompat.R$styleable: int PopupWindow_android_popupBackground -android.didikee.donate.R$attr: int displayOptions -com.google.android.material.R$styleable: int AppCompatTheme_ratingBarStyleSmall -cyanogenmod.hardware.CMHardwareManager: boolean unRegisterThermalListener(cyanogenmod.hardware.ThermalListenerCallback) -wangdaye.com.geometricweather.R$drawable: int abc_list_divider_mtrl_alpha -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_icon -okhttp3.Protocol: okhttp3.Protocol valueOf(java.lang.String) -james.adaptiveicon.R$styleable: int TextAppearance_fontVariationSettings -cyanogenmod.weatherservice.WeatherProviderService: void onConnected() -androidx.dynamicanimation.R$style: R$style() -androidx.loader.content.Loader -androidx.coordinatorlayout.R$drawable: int notification_bg_low_normal -okhttp3.internal.ws.WebSocketWriter$FrameSink: boolean closed -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String SECONDARY_COLOR -wangdaye.com.geometricweather.R$drawable: int notif_temp_30 -androidx.hilt.work.R$styleable: int GradientColor_android_endColor -wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: HourlyTrendItemView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setO3(java.lang.String) -wangdaye.com.geometricweather.R$id: int dialog_location_help_locationTitle -androidx.vectordrawable.animated.R$id: int time -retrofit2.converter.gson.GsonRequestBodyConverter: java.nio.charset.Charset UTF_8 -com.google.android.material.R$styleable: int KeyPosition_percentX -com.google.android.material.R$styleable: int AppCompatTheme_actionModeCutDrawable -okhttp3.internal.annotations.EverythingIsNonNull -io.reactivex.Observable: io.reactivex.Observable takeLast(long,java.util.concurrent.TimeUnit) -androidx.preference.R$layout: int abc_action_mode_close_item_material -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int aqi -cyanogenmod.themes.ThemeManager$2 -androidx.viewpager2.R$attr: int fastScrollHorizontalTrackDrawable -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_overflow_padding_start_material -android.didikee.donate.R$drawable: int abc_ic_arrow_drop_right_black_24dp -androidx.constraintlayout.widget.R$drawable: int abc_cab_background_top_mtrl_alpha -james.adaptiveicon.R$styleable: int ActionMode_background -wangdaye.com.geometricweather.R$styleable: int Constraint_android_elevation -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_startIconContentDescription -androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_drawableEnd -androidx.lifecycle.ClassesInfoCache$MethodReference: void invokeCallback(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event,java.lang.Object) -cyanogenmod.externalviews.KeyguardExternalViewProviderService: void onCreate() -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: long serialVersionUID -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Year_Today -androidx.appcompat.R$id: int action_bar_activity_content -james.adaptiveicon.R$drawable: int abc_btn_check_material -com.google.android.material.R$drawable: int mtrl_ic_arrow_drop_down -com.turingtechnologies.materialscrollbar.R$attr: int actionBarTabBarStyle -androidx.viewpager2.R$dimen: int notification_big_circle_margin -com.turingtechnologies.materialscrollbar.R$attr: int itemHorizontalTranslationEnabled -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.Pollen getPollen() -androidx.constraintlayout.widget.R$styleable: int[] PropertySet -com.google.android.material.R$style: int CardView_Dark -wangdaye.com.geometricweather.R$color: int colorRootDark_dark -retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback: void onResponse(retrofit2.Call,retrofit2.Response) -com.google.gson.stream.JsonReader: int PEEKED_BEGIN_OBJECT -androidx.appcompat.view.menu.MenuPopup: void setOnDismissListener(android.widget.PopupWindow$OnDismissListener) -io.reactivex.internal.queue.SpscArrayQueue -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_96 -wangdaye.com.geometricweather.R$drawable: int notif_temp_52 -james.adaptiveicon.R$styleable: int AppCompatTheme_windowFixedWidthMajor -android.didikee.donate.R$bool -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_1_00 -com.google.android.material.R$id: int accessibility_custom_action_6 -io.reactivex.internal.subscribers.DeferredScalarSubscriber -okhttp3.Request$Builder: okhttp3.Request build() -android.didikee.donate.R$id: int titleDividerNoCustom -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: java.lang.String getUnitId() -wangdaye.com.geometricweather.R$attr: int isMaterialTheme -com.jaredrummler.android.colorpicker.R$attr: int homeLayout -okio.Pipe$PipeSource -okhttp3.internal.cache.DiskLruCache: void setMaxSize(long) -wangdaye.com.geometricweather.R$styleable: int[] KeyAttribute -com.google.android.material.chip.Chip: void setChipStrokeWidth(float) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_textLocale -androidx.appcompat.R$attr: int ratingBarStyleIndicator -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_textLocale -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon -com.github.rahatarmanahmed.cpv.R$string: int app_name -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout: FitSystemBarAppBarLayout(android.content.Context,android.util.AttributeSet,int) -retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback: void onFailure(retrofit2.Call,java.lang.Throwable) -androidx.constraintlayout.widget.R$attr: int layout_constraintCircle -okhttp3.Cookie: java.util.List parseAll(okhttp3.HttpUrl,okhttp3.Headers) -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.functions.Function mapper -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult: AtmoAuraQAResult() -okhttp3.CacheControl: int maxAgeSeconds() -com.turingtechnologies.materialscrollbar.R$string: int abc_action_menu_overflow_description -james.adaptiveicon.R$string: int abc_searchview_description_voice -wangdaye.com.geometricweather.R$attr: int suffixTextColor -androidx.constraintlayout.widget.R$attr: int actionModeCopyDrawable -wangdaye.com.geometricweather.R$string: int ragweed -wangdaye.com.geometricweather.db.entities.AlertEntity: void setType(java.lang.String) -cyanogenmod.providers.DataUsageContract: int COLUMN_OF_UID -androidx.preference.R$layout: int abc_search_view -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean requestDismiss() -android.didikee.donate.R$attr: int listPreferredItemPaddingLeft -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Metric: java.lang.String Unit -androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityResumed(android.app.Activity) -androidx.drawerlayout.R$styleable: int GradientColor_android_endColor -androidx.appcompat.R$color: int dim_foreground_material_dark -androidx.constraintlayout.widget.R$styleable: int ActionBar_logo -wangdaye.com.geometricweather.R$attr: int behavior_fitToContents -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHeight_min -com.google.android.material.R$string: int abc_menu_ctrl_shortcut_label +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_popupMenuStyle +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_checkedIconTint +james.adaptiveicon.R$styleable: int AppCompatTheme_panelMenuListTheme +com.jaredrummler.android.colorpicker.R$id: int circle +cyanogenmod.weather.CMWeatherManager$2: CMWeatherManager$2(cyanogenmod.weather.CMWeatherManager) +com.google.android.material.R$attr: int itemShapeInsetBottom +android.didikee.donate.R$id: int title +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight_Dialog_Alert +okio.AsyncTimeout$1: okio.Sink val$sink +cyanogenmod.profiles.ConnectionSettings$1: ConnectionSettings$1() +androidx.swiperefreshlayout.R$id: int right_icon +com.google.android.material.R$style: int Base_Widget_AppCompat_Light_PopupMenu +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_firstVerticalBias +com.google.android.material.R$attr: int actionBarWidgetTheme +okhttp3.ResponseBody$BomAwareReader: okio.BufferedSource source +wangdaye.com.geometricweather.R$id: int item_icon_provider_title +androidx.constraintlayout.widget.R$color: int material_grey_100 +com.google.android.material.appbar.CollapsingToolbarLayout: void setMaxLines(int) +androidx.lifecycle.R: R() +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onActionModeFinished(android.view.ActionMode) +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.HourlyEntity) +cyanogenmod.externalviews.KeyguardExternalViewProviderService: android.os.Handler mHandler +androidx.appcompat.R$attr: int thumbTintMode +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_maxWidth +wangdaye.com.geometricweather.R$attr: int chipGroupStyle +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode COMPRESSION_ERROR +cyanogenmod.app.IProfileManager: boolean removeProfile(cyanogenmod.app.Profile) +com.google.android.material.R$styleable: int AppCompatImageView_srcCompat +com.jaredrummler.android.colorpicker.R$id: int line1 +androidx.constraintlayout.widget.R$styleable: int SearchView_searchHintIcon +androidx.core.view.GestureDetectorCompat$GestureDetectorCompatImplJellybeanMr2: void setOnDoubleTapListener(android.view.GestureDetector$OnDoubleTapListener) +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorTextColor +james.adaptiveicon.R$id: int notification_main_column +com.turingtechnologies.materialscrollbar.R$attr: int searchIcon +androidx.preference.PreferenceGroup$SavedState +androidx.hilt.work.R$styleable: int[] Fragment +androidx.dynamicanimation.R$drawable: int notification_bg +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_Solid +okio.SegmentedByteString: int lastIndexOf(byte[],int) +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$3: ExternalViewProviderService$Provider$ProviderImpl$3(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer dewPoint +com.turingtechnologies.materialscrollbar.R$dimen: R$dimen() +androidx.core.R$color: int notification_action_color_filter +androidx.appcompat.resources.R$drawable: int notification_tile_bg +com.google.android.material.R$styleable: int ConstraintSet_flow_verticalGap +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_PopupMenu_Overflow +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours Past6Hours +androidx.lifecycle.extensions.R$id: int async +androidx.preference.R$styleable: int[] RecyclerView +androidx.appcompat.R$color: int foreground_material_light +com.google.android.material.R$style: int Base_V7_Theme_AppCompat +android.didikee.donate.R$id: int notification_background +com.jaredrummler.android.colorpicker.R$id: int notification_background +androidx.preference.R$dimen: int notification_big_circle_margin +wangdaye.com.geometricweather.R$attr: int rv_side +androidx.lifecycle.LifecycleDispatcher$DispatcherActivityCallback +android.didikee.donate.R$styleable: int AppCompatTheme_actionBarSplitStyle +wangdaye.com.geometricweather.R$drawable: int abc_textfield_search_material +wangdaye.com.geometricweather.R$attr: int flow_firstVerticalStyle +com.google.android.material.R$attr: int colorControlActivated +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_DropDownItem +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: long serialVersionUID +androidx.appcompat.widget.Toolbar: int getContentInsetLeft() +androidx.preference.R$styleable: int ActionBar_indeterminateProgressStyle +retrofit2.OptionalConverterFactory: OptionalConverterFactory() +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: void onDetachedFromWindow() +cyanogenmod.externalviews.ExternalViewProperties: int getHeight() +androidx.preference.R$styleable: int ActionMode_height +wangdaye.com.geometricweather.R$string: int resident_location +androidx.appcompat.R$styleable: int AppCompatTheme_buttonStyleSmall +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: long serialVersionUID +com.xw.repo.bubbleseekbar.R$attr: int lastBaselineToBottomHeight +com.xw.repo.bubbleseekbar.R$style: int Base_V7_Theme_AppCompat_Dialog +com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_TextInputLayout +androidx.preference.R$attr: int actionButtonStyle +androidx.fragment.R$id: int accessibility_custom_action_20 +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_CheckedTextView +cyanogenmod.weather.WeatherInfo: double access$802(cyanogenmod.weather.WeatherInfo,double) +com.google.android.material.R$attr: int checkedIconSize +com.google.android.material.R$styleable: int[] CardView +com.google.android.material.R$attr: int hideMotionSpec +com.google.android.material.R$id: int mtrl_calendar_main_pane +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_updateNotificationGroup +com.google.android.material.R$styleable: int AppCompatTheme_editTextStyle +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: long EpochSet +wangdaye.com.geometricweather.R$string: int abc_menu_alt_shortcut_label +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_7 +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable: ExecutorScheduler$ExecutorWorker$BooleanRunnable(java.lang.Runnable) +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_snackbar_margin +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature +com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_android_dialogIcon +cyanogenmod.providers.CMSettings$Global: float getFloatForUser(android.content.ContentResolver,java.lang.String,float,int) +androidx.appcompat.widget.AppCompatCheckBox: void setSupportBackgroundTintList(android.content.res.ColorStateList) +androidx.recyclerview.widget.RecyclerView: void setLayoutFrozen(boolean) +okhttp3.Cache: void close() +okio.Buffer: long readHexadecimalUnsignedLong() +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_homeLayout +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title +com.google.android.material.R$attr: int materialCalendarHeaderCancelButton +androidx.work.R$id: int accessibility_custom_action_0 +com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_layout_behavior +com.xw.repo.bubbleseekbar.R$integer: int status_bar_notification_info_maxnum +com.turingtechnologies.materialscrollbar.R$attr: int lastBaselineToBottomHeight +wangdaye.com.geometricweather.R$drawable: int notif_temp_106 +androidx.vectordrawable.animated.R$color: int ripple_material_light +androidx.constraintlayout.widget.R$attr: int targetId +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleTextAppearance +okio.ByteString: int lastIndexOf(byte[]) +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit MMHG +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter +androidx.constraintlayout.widget.R$style: int Base_AlertDialog_AppCompat +james.adaptiveicon.R$drawable +io.reactivex.internal.util.VolatileSizeArrayList: boolean removeAll(java.util.Collection) +androidx.preference.R$styleable: int ActionMode_closeItemLayout +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Ice: AccuDailyResult$DailyForecasts$Night$Ice() +androidx.appcompat.R$style: int Base_V7_Theme_AppCompat +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_title_1 +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float NitrogenDioxide +androidx.appcompat.R$styleable: int AppCompatTheme_android_windowIsFloating +wangdaye.com.geometricweather.R$styleable: int[] AppBarLayout +wangdaye.com.geometricweather.R$string: int key_list_animation_switch +com.google.android.material.R$dimen: int mtrl_low_ripple_default_alpha +com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_drawableSize +wangdaye.com.geometricweather.R$id: int widget_day_title +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Subhead +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_handleColor +androidx.constraintlayout.widget.R$styleable: int[] StateListDrawableItem +cyanogenmod.app.LiveLockScreenInfo$1: cyanogenmod.app.LiveLockScreenInfo createFromParcel(android.os.Parcel) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionOverflowMenuStyle +android.didikee.donate.R$styleable: int ActionBar_contentInsetEnd +androidx.constraintlayout.widget.R$style: int TextAppearance_Compat_Notification_Info +okhttp3.CertificatePinner: okhttp3.CertificatePinner DEFAULT +io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: void dispose() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated +cyanogenmod.power.PerformanceManager: boolean setPowerProfile(int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric: int UnitType +androidx.viewpager.R$string +androidx.work.R$drawable: int notification_bg_normal +okhttp3.internal.http2.Settings: int MAX_CONCURRENT_STREAMS +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_textinput_outline_box_expanded_padding +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_UnelevatedButton_Icon +retrofit2.http.QueryMap: boolean encoded() +com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_TabText +androidx.viewpager2.R$id: int accessibility_custom_action_5 +androidx.constraintlayout.widget.R$attr: int listPreferredItemPaddingLeft +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: io.reactivex.disposables.Disposable upstream +okhttp3.internal.ws.RealWebSocket: int receivedPingCount +retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isMaybe +io.reactivex.internal.disposables.EmptyDisposable: void complete(io.reactivex.Observer) +androidx.constraintlayout.widget.R$attr: int listDividerAlertDialog +android.didikee.donate.R$styleable: int AppCompatTextView_autoSizeMaxTextSize +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.String getCityId() +okhttp3.internal.http1.Http1Codec +com.jaredrummler.android.colorpicker.R$color: int abc_search_url_text +wangdaye.com.geometricweather.R$attr: int layout_keyline +androidx.constraintlayout.widget.R$attr: int titleTextStyle +com.github.rahatarmanahmed.cpv.BuildConfig: int VERSION_CODE +androidx.appcompat.R$styleable: int AppCompatTheme_textColorSearchUrl +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader +james.adaptiveicon.R$attr: int panelMenuListWidth +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabSelectedTextColor +androidx.customview.R$style: int TextAppearance_Compat_Notification_Line2 +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_DropDownItem +com.google.android.material.chip.Chip: void setChecked(boolean) +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: ObservableTimeout$TimeoutFallbackObserver(io.reactivex.Observer,io.reactivex.functions.Function,io.reactivex.ObservableSource) +androidx.preference.Preference: Preference(android.content.Context) +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer moldLevel +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Medium_Inverse +com.google.gson.stream.JsonReader: int NUMBER_CHAR_EXP_DIGIT +androidx.activity.R$dimen +androidx.lifecycle.MutableLiveData: void setValue(java.lang.Object) +okhttp3.internal.ws.RealWebSocket: okhttp3.internal.ws.RealWebSocket$Streams streams +io.reactivex.internal.schedulers.RxThreadFactory: RxThreadFactory(java.lang.String,int) +com.google.android.material.R$styleable: int Motion_drawPath +android.didikee.donate.R$attr: int colorAccent +androidx.appcompat.widget.ContentFrameLayout: android.util.TypedValue getFixedWidthMinor() +cyanogenmod.hardware.ICMHardwareService: boolean requireAdaptiveBacklightForSunlightEnhancement() +io.reactivex.internal.observers.DeferredScalarDisposable: void complete() +wangdaye.com.geometricweather.R$attr: int shapeAppearance +com.google.android.material.R$styleable: int CoordinatorLayout_Layout_layout_anchor +androidx.preference.R$style: int Base_Widget_AppCompat_TextView +cyanogenmod.app.CMTelephonyManager: int ASK_FOR_SUBSCRIPTION_ID +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: int INTERRUPTING +androidx.loader.R$layout: int notification_action_tombstone +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorAccent +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_enabled +wangdaye.com.geometricweather.R$string: int key_widget_minimal_icon +io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: long serialVersionUID +wangdaye.com.geometricweather.R$attr: int expandedTitleMargin +androidx.appcompat.R$color: int switch_thumb_material_light +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_weight +io.reactivex.exceptions.CompositeException: java.lang.String getMessage() +org.greenrobot.greendao.AbstractDaoSession: java.util.List queryRaw(java.lang.Class,java.lang.String,java.lang.String[]) +cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.CMHardwareManager getInstance(android.content.Context) +io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: java.util.concurrent.TimeUnit unit androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: android.graphics.Matrix getLocalMatrix() -james.adaptiveicon.R$style: int Widget_AppCompat_ActionBar_TabText -androidx.hilt.R$color: int notification_action_color_filter -androidx.hilt.lifecycle.R$attr: int fontWeight -james.adaptiveicon.R$styleable: int ActionBar_progressBarStyle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Metric Metric -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_isSunlightEnhancementSelfManaged -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeIcePrecipitationDuration() -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_trackTint -androidx.preference.R$drawable: int abc_seekbar_thumb_material -com.jaredrummler.android.colorpicker.R$attr: int titleMarginStart -android.didikee.donate.R$id: int search_bar -com.google.android.material.R$attr: int trackColorActive -james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon -retrofit2.converter.gson.GsonRequestBodyConverter: com.google.gson.TypeAdapter adapter -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: ParallelRunOn$BaseRunOnSubscriber(int,io.reactivex.internal.queue.SpscArrayQueue,io.reactivex.Scheduler$Worker) -com.google.android.material.R$attr: int popupMenuBackground -cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent OVERLAY -com.google.android.material.R$styleable: int AppCompatTheme_actionModeFindDrawable -cyanogenmod.weatherservice.ServiceRequestResult -okio.RealBufferedSource: long readDecimalLong() -cyanogenmod.providers.CMSettings$Secure: boolean shouldInterceptSystemProvider(java.lang.String) -com.google.android.material.R$attr: int fontStyle -androidx.appcompat.R$styleable: int Toolbar_contentInsetLeft -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_defaultQueryHint -okio.Pipe$PipeSink: okio.Pipe this$0 -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_marginTop -androidx.appcompat.R$color: int abc_background_cache_hint_selector_material_light -android.didikee.donate.R$style: int Base_V7_Theme_AppCompat_Light -cyanogenmod.providers.CMSettings$System: java.lang.String PROXIMITY_ON_WAKE -androidx.constraintlayout.widget.R$styleable: int FontFamily_fontProviderFetchStrategy -com.google.android.material.R$styleable: int[] AppCompatTextView -io.reactivex.internal.util.VolatileSizeArrayList: java.util.List subList(int,int) -james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceListItemSmall -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemIconTint -androidx.preference.R$attr: int spinBars -androidx.loader.R$id: int blocking -com.xw.repo.bubbleseekbar.R$attr: int titleMarginBottom -androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_height -cyanogenmod.providers.CMSettings$Secure: java.lang.String PERFORMANCE_PROFILE -com.turingtechnologies.materialscrollbar.R$attr: int titleMarginBottom -com.xw.repo.bubbleseekbar.R$bool -androidx.customview.R$drawable: int notification_bg_normal -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat_Dialog_Alert -androidx.preference.R$styleable: int View_paddingEnd -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: void clear() -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle -com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleTintList(android.content.res.ColorStateList) -okhttp3.MultipartBody: okhttp3.MediaType PARALLEL -androidx.hilt.work.R$id: int tag_accessibility_heading -com.jaredrummler.android.colorpicker.R$dimen: int notification_subtext_size -com.google.gson.JsonParseException: JsonParseException(java.lang.String,java.lang.Throwable) -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_TEMPERATURE_UNIT -wangdaye.com.geometricweather.R$layout: int fragment_main -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService -com.google.android.material.R$color: int design_box_stroke_color -com.google.android.material.R$styleable: int Constraint_android_rotationX -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_TextView -android.didikee.donate.R$styleable: int[] LinearLayoutCompat -com.google.android.material.R$attr: int region_widthMoreThan -james.adaptiveicon.R$id: int topPanel -com.jaredrummler.android.colorpicker.R$anim: int abc_slide_in_bottom -james.adaptiveicon.R$attr: int tooltipFrameBackground -android.didikee.donate.R$attr: int thumbTintMode -com.jaredrummler.android.colorpicker.R$styleable: int ColorStateListItem_android_color -io.reactivex.Observable: io.reactivex.Observable merge(java.lang.Iterable,int,int) -io.reactivex.internal.util.NotificationLite$SubscriptionNotification: long serialVersionUID -com.google.android.material.R$id: int withinBounds -wangdaye.com.geometricweather.R$color: int weather_source_cn -wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_progress -androidx.appcompat.R$styleable: int AppCompatTextView_autoSizePresetSizes -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean -okhttp3.OkHttpClient: javax.net.SocketFactory socketFactory() -cyanogenmod.app.ProfileManager: void removeProfile(cyanogenmod.app.Profile) -wangdaye.com.geometricweather.R$drawable: int shortcuts_fog -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property Pm10 -com.jaredrummler.android.colorpicker.R$id: int select_dialog_listview -wangdaye.com.geometricweather.R$color: int mtrl_btn_text_color_disabled -io.reactivex.internal.util.ArrayListSupplier: java.util.List call() -androidx.hilt.work.R$anim: int fragment_close_exit -com.google.android.material.R$style: int Base_TextAppearance_MaterialComponents_Headline6 -androidx.constraintlayout.widget.R$styleable: int FontFamily_fontProviderFetchTimeout -wangdaye.com.geometricweather.R$styleable: int[] Fragment -james.adaptiveicon.R$styleable: int FontFamilyFont_font -wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_moonPhase -androidx.appcompat.widget.AppCompatTextView: void setLastBaselineToBottomHeight(int) -androidx.recyclerview.R$dimen: int item_touch_helper_swipe_escape_max_velocity -androidx.constraintlayout.widget.R$styleable: int[] ActionMenuItemView -retrofit2.OkHttpCall$1 -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property WeatherCode -wangdaye.com.geometricweather.R$attr: int buttonBarStyle -androidx.drawerlayout.R$styleable: int FontFamilyFont_font -androidx.constraintlayout.widget.R$anim: R$anim() -android.didikee.donate.R$styleable: int AppCompatTheme_actionBarTabTextStyle -android.didikee.donate.R$style: int Theme_AppCompat_DayNight_DarkActionBar -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintVertical_chainStyle -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_Alert_Bridge -androidx.appcompat.R$layout: int abc_screen_content_include -io.reactivex.internal.schedulers.AbstractDirectTask: AbstractDirectTask(java.lang.Runnable) -androidx.activity.R$attr: int font -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionButton_Overflow -com.xw.repo.bubbleseekbar.R$attr: int actionModeStyle -com.turingtechnologies.materialscrollbar.R$styleable: int FlowLayout_lineSpacing -wangdaye.com.geometricweather.R$attr: int behavior_skipCollapsed -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: long serialVersionUID -com.google.gson.stream.JsonReader: boolean skipTo(java.lang.String) -retrofit2.OkHttpCall: java.lang.Object clone() -androidx.appcompat.R$styleable: int AppCompatTheme_colorControlNormal -com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_pressed_holo_dark -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: void setEn_US(java.lang.String) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Imperial Imperial -androidx.appcompat.R$styleable: int LinearLayoutCompat_android_orientation -androidx.lifecycle.SavedStateHandle$SavingStateLiveData: void setValue(java.lang.Object) -wangdaye.com.geometricweather.common.ui.widgets.TagView: int getCheckedBackgroundColor() -com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_icon_size -james.adaptiveicon.R$attr: int iconTint -wangdaye.com.geometricweather.R$attr: int fabCradleRoundedCornerRadius -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat -androidx.constraintlayout.widget.R$styleable: int MenuGroup_android_orderInCategory -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void onNext(java.lang.Object) -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_android_switchTextOn -james.adaptiveicon.R$styleable: int CompoundButton_buttonTint -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_maxHeight -com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity -okhttp3.internal.cache.DiskLruCache$3: okhttp3.internal.cache.DiskLruCache$Snapshot next() -androidx.appcompat.R$dimen: int abc_action_button_min_height_material -androidx.constraintlayout.widget.R$style -androidx.appcompat.widget.ButtonBarLayout: ButtonBarLayout(android.content.Context,android.util.AttributeSet) -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_shapeAppearanceOverlay -com.google.android.material.R$attr: int dividerPadding -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionMode -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_button_min_width_overflow_material -androidx.appcompat.R$styleable: int StateListDrawable_android_enterFadeDuration -androidx.constraintlayout.widget.R$styleable: int MockView_mock_labelBackgroundColor -androidx.activity.R$id: int accessibility_custom_action_29 -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit valueOf(java.lang.String) -cyanogenmod.app.Profile: cyanogenmod.app.ProfileGroup mDefaultGroup -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub$Proxy: java.lang.String getInterfaceDescriptor() -androidx.preference.R$id: int contentPanel -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_maxElementsWrap -androidx.drawerlayout.R$styleable: int[] GradientColor -wangdaye.com.geometricweather.R$styleable: int KeyTrigger_motionTarget -com.google.android.material.R$style: int Widget_MaterialComponents_Snackbar_TextView -wangdaye.com.geometricweather.R$id: int item_weather_icon_image -wangdaye.com.geometricweather.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha -androidx.recyclerview.widget.RecyclerView$LayoutManager: RecyclerView$LayoutManager() -cyanogenmod.app.Profile: cyanogenmod.profiles.LockSettings mScreenLockMode -okio.ForwardingSource: java.lang.String toString() -cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator access$200() -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight -okhttp3.internal.http2.Hpack: int PREFIX_6_BITS -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableBottomCompat -com.google.android.material.R$dimen: int mtrl_fab_translation_z_pressed -androidx.hilt.work.R$styleable: int GradientColorItem_android_offset -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: java.util.List Sources -cyanogenmod.themes.IThemeProcessingListener -com.google.android.material.R$styleable: int Constraint_layout_constraintGuide_percent -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_RatingBar_Small -io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHeight_percent -wangdaye.com.geometricweather.R$styleable: int[] ActionMode -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean -com.turingtechnologies.materialscrollbar.R$attr: int selectableItemBackground -android.didikee.donate.R$attr: int hideOnContentScroll -cyanogenmod.power.IPerformanceManager$Stub: cyanogenmod.power.IPerformanceManager asInterface(android.os.IBinder) -wangdaye.com.geometricweather.R$attr: int tabPaddingStart -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: java.lang.String dept -androidx.viewpager.R$styleable: int[] GradientColorItem -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: java.lang.String direction -wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_previewSize -com.turingtechnologies.materialscrollbar.R$style: int Base_V23_Theme_AppCompat -okhttp3.internal.cache.DiskLruCache: boolean mostRecentRebuildFailed -com.google.android.material.R$styleable: int ConstraintSet_android_pivotX -androidx.transition.R$id: int transition_current_scene -wangdaye.com.geometricweather.R$layout: int preference_dropdown_material -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_padding_bottom -james.adaptiveicon.R$dimen: int abc_action_bar_stacked_tab_max_width -com.google.android.material.R$attr: int number -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_TEMPERATURE_DAY_VALIDATOR -com.turingtechnologies.materialscrollbar.R$style: int Platform_ThemeOverlay_AppCompat_Light -android.didikee.donate.R$attr: int switchMinWidth -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX getIndices() -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_thumb_text_color -com.jaredrummler.android.colorpicker.ColorPickerView: int getBorderColor() -androidx.appcompat.R$bool: int abc_config_actionMenuItemAllCaps -retrofit2.BuiltInConverters$RequestBodyConverter -com.turingtechnologies.materialscrollbar.R$styleable: int[] AppBarLayoutStates -wangdaye.com.geometricweather.common.basic.GeoActivity: GeoActivity() -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_Layout_android_layout_height -androidx.legacy.coreutils.R$dimen: int notification_media_narrow_margin -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_130 -wangdaye.com.geometricweather.R$attr: int closeIconEndPadding -james.adaptiveicon.R$drawable: int notification_icon_background -wangdaye.com.geometricweather.R$attr: int circularRadius -android.didikee.donate.R$dimen: int abc_edit_text_inset_bottom_material -wangdaye.com.geometricweather.R$string: int feedback_resident_location -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_verticalStyle -androidx.hilt.R$id: int async -retrofit2.ParameterHandler$QueryMap: int p -android.didikee.donate.R$styleable: int AppCompatTextView_drawableTint -android.didikee.donate.R$styleable: int Spinner_popupTheme -retrofit2.KotlinExtensions$await$4$2 -com.google.android.material.R$drawable: int abc_ic_star_black_48dp -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getRealFeelTemperature() -com.jaredrummler.android.colorpicker.R$drawable: int abc_text_cursor_material -com.google.android.material.navigation.NavigationView: int getHeaderCount() -okhttp3.ConnectionPool: int maxIdleConnections -wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_directionValue -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void cancel() -james.adaptiveicon.R$style: int Widget_AppCompat_CompoundButton_CheckBox -okhttp3.internal.http2.Http2Connection$6: boolean val$inFinished -io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function7) -com.jaredrummler.android.colorpicker.ColorPanelView: int getShape() -wangdaye.com.geometricweather.R$anim: int design_bottom_sheet_slide_in -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_1 -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: InkPageIndicator(android.content.Context,android.util.AttributeSet,int) -androidx.transition.R$dimen: int notification_top_pad_large_text -retrofit2.OkHttpCall$ExceptionCatchingResponseBody -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Year -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_elevation -okhttp3.Response: okhttp3.CacheControl cacheControl -com.xw.repo.bubbleseekbar.R$id: int action_bar_subtitle -io.reactivex.Observable: io.reactivex.Observable flatMapSingle(io.reactivex.functions.Function) -james.adaptiveicon.R$drawable: int abc_list_focused_holo -okhttp3.internal.http2.Http2Connection$ReaderRunnable$1: Http2Connection$ReaderRunnable$1(okhttp3.internal.http2.Http2Connection$ReaderRunnable,java.lang.String,java.lang.Object[],okhttp3.internal.http2.Http2Stream) -androidx.preference.R$dimen: int notification_top_pad -com.xw.repo.bubbleseekbar.R$styleable: int ActionMenuItemView_android_minWidth -com.xw.repo.bubbleseekbar.R$layout: int abc_list_menu_item_icon -com.google.android.material.R$attr: int customBoolean -androidx.transition.R$styleable: int FontFamilyFont_ttcIndex -androidx.coordinatorlayout.R$styleable: int FontFamily_fontProviderFetchStrategy -com.jaredrummler.android.colorpicker.R$attr: int dialogLayout -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Direction: java.lang.String Localized -androidx.transition.R$dimen: int notification_media_narrow_margin -io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function5) -androidx.appcompat.widget.ActionBarContextView: int getAnimatedVisibility() -cyanogenmod.app.Profile: int getExpandedDesktopMode() -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ButtonBar_AlertDialog -com.google.android.material.R$style: int Base_Widget_AppCompat_ListView +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +androidx.activity.R$id: int icon_group +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: boolean isDisposed() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonStyleSmall +cyanogenmod.externalviews.KeyguardExternalView$3: int val$width +retrofit2.CompletableFutureCallAdapterFactory$CallCancelCompletableFuture: CompletableFutureCallAdapterFactory$CallCancelCompletableFuture(retrofit2.Call) +com.google.android.material.R$dimen: int mtrl_calendar_days_of_week_height +androidx.activity.R$drawable: int notification_bg_normal_pressed +wangdaye.com.geometricweather.R$drawable: int weather_snow_1 +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_tooltipFrameBackground +androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type CENTER_Y +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_lastHorizontalBias +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_writePersistentBytes +androidx.constraintlayout.widget.R$attr: int dialogCornerRadius +com.google.android.material.R$styleable: int MaterialCalendarItem_itemFillColor +androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_ttcIndex +wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_handleColor +james.adaptiveicon.R$color: int primary_text_disabled_material_dark +com.jaredrummler.android.colorpicker.R$drawable: int preference_list_divider_material +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_RatingBar_Small +com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_BottomNavigationView +com.xw.repo.bubbleseekbar.R$drawable: int abc_control_background_material +cyanogenmod.externalviews.ExternalViewProviderService$Provider: int getWindowFlags() +android.didikee.donate.R$styleable: int Toolbar_subtitleTextAppearance +androidx.appcompat.R$attr: int arrowHeadLength +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Caption +retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: void onComplete() +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getPm10() +wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.util.Date date +cyanogenmod.externalviews.ExternalView: ExternalView(android.content.Context,android.util.AttributeSet,int,int) +wangdaye.com.geometricweather.R$attr: int preferenceCategoryStyle +com.google.android.material.R$styleable: int CompoundButton_buttonCompat +wangdaye.com.geometricweather.R$styleable: int BottomAppBar_paddingLeftSystemWindowInsets +com.google.android.material.R$color: int design_fab_shadow_mid_color +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric: int UnitType +james.adaptiveicon.R$attr: int actionModeCloseButtonStyle +com.google.android.material.R$style: int Widget_Support_CoordinatorLayout +com.turingtechnologies.materialscrollbar.R$string: int password_toggle_content_description +com.google.android.material.R$attr: int layoutManager +wangdaye.com.geometricweather.common.basic.models.weather.WindDegree: java.lang.String getWindArrow() +com.google.android.material.R$style: int Widget_AppCompat_Light_SearchView +android.didikee.donate.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha +com.google.android.material.textfield.TextInputLayout: void setCounterOverflowTextColor(android.content.res.ColorStateList) +okhttp3.internal.connection.RouteSelector$Selection: int nextRouteIndex +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: void cancel() +androidx.viewpager2.R$id: int tag_accessibility_actions +io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: long serialVersionUID +android.didikee.donate.R$attr: int drawerArrowStyle +androidx.appcompat.R$id: int action_image +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ListView_Menu +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Country Country +com.google.android.material.R$id: int src_over +androidx.preference.R$attr: int preferenceFragmentStyle +androidx.preference.R$dimen: int abc_text_size_display_2_material +com.google.android.material.R$animator: int mtrl_extended_fab_hide_motion_spec +com.google.gson.stream.JsonWriter +com.turingtechnologies.materialscrollbar.R$attr: int navigationContentDescription +androidx.constraintlayout.widget.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_0 +okhttp3.internal.cache.DiskLruCache: java.lang.String JOURNAL_FILE_TEMP +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_menu_overflow_material +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language GERMAN +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_customNavigationLayout +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainNoLast: void completion() +com.google.android.material.R$attr: int passwordToggleEnabled +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void innerSuccess(io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver,java.lang.Object) +androidx.recyclerview.R$drawable: int notify_panel_notification_icon_bg +com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_statusBarBackground +io.reactivex.disposables.RunnableDisposable: RunnableDisposable(java.lang.Runnable) +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: int prefetch +okhttp3.internal.cache.InternalCache: okhttp3.Response get(okhttp3.Request) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX names +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: java.lang.String getNewX() +okhttp3.internal.http2.Header: okio.ByteString TARGET_METHOD +okhttp3.Cookie$Builder: boolean persistent +cyanogenmod.app.Profile$ExpandedDesktopMode +okhttp3.OkHttpClient$1: okhttp3.internal.connection.RouteDatabase routeDatabase(okhttp3.ConnectionPool) +android.didikee.donate.R$style: int Widget_AppCompat_ListView +androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type RIGHT +james.adaptiveicon.R$drawable: int abc_ic_star_half_black_16dp +wangdaye.com.geometricweather.R$drawable: int notif_temp_107 +com.google.android.material.R$styleable: int Chip_chipBackgroundColor +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256 +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_second_track_color +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Subhead +wangdaye.com.geometricweather.R$attr: int collapsedTitleGravity +com.google.android.material.snackbar.Snackbar$SnackbarLayout: void setBackgroundTintList(android.content.res.ColorStateList) +androidx.appcompat.widget.ActivityChooserView: void setDefaultActionButtonContentDescription(int) +okhttp3.HttpUrl: java.lang.String FORM_ENCODE_SET +com.jaredrummler.android.colorpicker.R$attr: int drawableSize +com.google.android.material.R$id: int tag_screen_reader_focusable +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintLeft_toLeftOf +androidx.preference.R$color: int tooltip_background_light +androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_goIcon +android.didikee.donate.R$attr: int backgroundStacked +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex tomorrow +com.bumptech.glide.R$styleable: int FontFamily_fontProviderAuthority +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index: double val +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_SeekBar_Discrete +okhttp3.Dispatcher: java.util.concurrent.ExecutorService executorService +com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_showColorShades +org.greenrobot.greendao.AbstractDao: void deleteAll() +retrofit2.OkHttpCall: okhttp3.Call createRawCall() +com.xw.repo.bubbleseekbar.R$dimen: int notification_small_icon_background_padding +com.turingtechnologies.materialscrollbar.R$attr: int initialActivityCount +com.google.gson.LongSerializationPolicy$1 +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric: java.lang.String Unit +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight_Dialog +io.reactivex.Observable: io.reactivex.Observable withLatestFrom(java.lang.Iterable,io.reactivex.functions.Function) +androidx.constraintlayout.widget.R$attr: int customPixelDimension +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.util.Date date +androidx.appcompat.R$styleable: int TextAppearance_fontVariationSettings +wangdaye.com.geometricweather.R$color: int mtrl_navigation_item_background_color +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setSize(int) +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_textFontWeight +com.turingtechnologies.materialscrollbar.R$dimen: int design_tab_max_width +androidx.appcompat.R$id: int wrap_content +androidx.preference.R$id: int icon +james.adaptiveicon.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar +com.jaredrummler.android.colorpicker.R$styleable: int MultiSelectListPreference_entries +androidx.constraintlayout.widget.R$attr: int layout_goneMarginTop +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: wangdaye.com.geometricweather.db.converters.WeatherCodeConverter weatherCodeConverter +wangdaye.com.geometricweather.R$attr: int materialAlertDialogBodyTextStyle +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_disabled_elevation +androidx.drawerlayout.R$color: R$color() +wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider getInstance(java.lang.String) +android.didikee.donate.R$id: int icon +com.jaredrummler.android.colorpicker.R$id: int group_divider +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintLeft_toRightOf +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void onTimeoutError(long,java.lang.Throwable) +wangdaye.com.geometricweather.R$styleable: int TabItem_android_layout +android.didikee.donate.R$id: int screen +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver otherObserver +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.internal.fuseable.SimplePlainQueue queue +james.adaptiveicon.R$dimen: int notification_top_pad +cyanogenmod.providers.CMSettings$Global: void putListAsDelimitedString(android.content.ContentResolver,java.lang.String,java.lang.String,java.util.List) +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Menu +io.reactivex.Observable: io.reactivex.Observable delay(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +wangdaye.com.geometricweather.R$styleable: int KeyCycle_transitionPathRotate +com.google.android.material.transformation.FabTransformationSheetBehavior: FabTransformationSheetBehavior() +wangdaye.com.geometricweather.R$array: int duration_unit_voices +androidx.appcompat.R$style: int TextAppearance_AppCompat_Button +com.google.android.material.R$styleable: int TabLayout_tabIndicatorAnimationDuration +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA +androidx.constraintlayout.widget.R$styleable: int PopupWindowBackgroundState_state_above_anchor +cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.ICMHardwareService sService +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_fragment +com.google.android.material.R$animator: int linear_indeterminate_line1_tail_interpolator +com.google.android.material.R$styleable: int[] ListPopupWindow +wangdaye.com.geometricweather.R$drawable: int avd_show_password +android.didikee.donate.R$attr: int goIcon +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.util.Date time +james.adaptiveicon.R$attr: int windowFixedWidthMajor +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult +okhttp3.EventListener: okhttp3.EventListener NONE +cyanogenmod.profiles.BrightnessSettings$1: java.lang.Object[] newArray(int) +com.google.android.material.datepicker.MaterialCalendar$CalendarSelector: com.google.android.material.datepicker.MaterialCalendar$CalendarSelector valueOf(java.lang.String) +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_button_min_width_material +com.google.android.material.R$styleable: int[] Slider +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property Country +androidx.constraintlayout.widget.R$styleable: int View_theme +okhttp3.OkHttpClient$Builder: int readTimeout +retrofit2.converter.gson.GsonResponseBodyConverter: java.lang.Object convert(java.lang.Object) +cyanogenmod.power.PerformanceManager: int PROFILE_BIAS_POWER_SAVE +android.didikee.donate.R$styleable: int ActionBar_background +retrofit2.RequestFactory$Builder: boolean hasBody +com.google.android.material.timepicker.ClockHandView +androidx.constraintlayout.widget.R$styleable: int[] PopupWindow +okhttp3.internal.http.RealInterceptorChain: okhttp3.EventListener eventListener() +com.google.android.material.appbar.CollapsingToolbarLayout: android.graphics.Typeface getCollapsedTitleTypeface() +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int BLOWING_SNOW +wangdaye.com.geometricweather.R$array: int widget_card_styles +wangdaye.com.geometricweather.R$string: int mtrl_chip_close_icon_content_description +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_rotationY +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure measure +wangdaye.com.geometricweather.R$layout: int abc_expanded_menu_layout +androidx.viewpager2.R$id: int tag_unhandled_key_listeners +com.github.rahatarmanahmed.cpv.CircularProgressView$7: void onAnimationUpdate(android.animation.ValueAnimator) +wangdaye.com.geometricweather.R$attr: int listPreferredItemPaddingEnd +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintBottom_toBottomOf +okhttp3.internal.cache.DiskLruCache: void rebuildJournal() +com.google.android.material.R$attr: int theme +cyanogenmod.externalviews.ExternalView$3: cyanogenmod.externalviews.ExternalView this$0 +wangdaye.com.geometricweather.R$attr: int cpv_alphaChannelVisible +androidx.constraintlayout.widget.R$id: int dragUp +androidx.fragment.R$dimen: int compat_button_padding_horizontal_material +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setColorScheme(int[]) +androidx.hilt.work.R$anim: int fragment_fade_enter +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_overflow_padding_end_material +android.didikee.donate.R$style: int TextAppearance_AppCompat_Button +androidx.appcompat.widget.AppCompatImageButton +cyanogenmod.providers.DataUsageContract: int COLUMN_OF_UID +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_android_windowAnimationStyle +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: AtmoAuraQAResult$Measure() +wangdaye.com.geometricweather.R$id: int select_dialog_listview +okio.Buffer: okio.Buffer writeTo(java.io.OutputStream,long) +wangdaye.com.geometricweather.R$styleable: int[] KeyFramesVelocity +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void innerSuccess(java.lang.Object) +retrofit2.Utils: java.lang.RuntimeException parameterError(java.lang.reflect.Method,java.lang.Throwable,int,java.lang.String,java.lang.Object[]) +androidx.vectordrawable.animated.R$layout: R$layout() +com.google.android.material.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity +androidx.lifecycle.ServiceLifecycleDispatcher: androidx.lifecycle.Lifecycle getLifecycle() +androidx.recyclerview.R$style: int Widget_Compat_NotificationActionContainer +io.reactivex.Observable: io.reactivex.Observable window(long) +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String IS_DEFAULT_THEME +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox +androidx.core.R$dimen: int compat_notification_large_icon_max_height +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintRight_toRightOf +com.turingtechnologies.materialscrollbar.R$attr: int closeIconEnabled +com.turingtechnologies.materialscrollbar.R$attr: int queryHint +androidx.hilt.work.R$styleable: int Fragment_android_id +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableRightCompat +androidx.appcompat.R$id: int accessibility_custom_action_8 +retrofit2.http.PartMap: java.lang.String encoding() +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemIconTint +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_Dialog_Alert +androidx.preference.R$style: int TextAppearance_Compat_Notification_Info +okio.RealBufferedSource: long readLongLe() +cyanogenmod.providers.CMSettings$Validator +com.google.android.material.R$dimen: int material_helper_text_font_1_3_padding_top +okhttp3.internal.http2.Http2Connection: java.util.Map streams +com.google.android.material.card.MaterialCardView: int getContentPaddingTop() +okhttp3.Cache$CacheRequestImpl$1: okhttp3.Cache val$this$0 +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: java.lang.String hour +io.reactivex.Observable: java.lang.Object blockingLast() +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_android_background +com.turingtechnologies.materialscrollbar.R$color: int abc_tint_default +com.turingtechnologies.materialscrollbar.R$attr: int enforceMaterialTheme +io.reactivex.Observable: io.reactivex.Observable generate(io.reactivex.functions.Consumer) +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Body2 +cyanogenmod.externalviews.KeyguardExternalView: boolean access$802(cyanogenmod.externalviews.KeyguardExternalView,boolean) +androidx.lifecycle.HasDefaultViewModelProviderFactory +retrofit2.adapter.rxjava2.BodyObservable$BodyObserver +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder cookieJar(okhttp3.CookieJar) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintTag +androidx.appcompat.R$attr: int activityChooserViewStyle +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_commitIcon +androidx.appcompat.R$style: int ThemeOverlay_AppCompat_Light +io.reactivex.internal.schedulers.ScheduledRunnable: long serialVersionUID +wangdaye.com.geometricweather.R$attr: int haloColor +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice$AdviceContext: AtmoAuraQAResult$Advice$AdviceContext() +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String PRIMARY_COLOR +androidx.preference.R$anim: int btn_checkbox_to_unchecked_check_path_merged_animation +androidx.appcompat.R$style: int Widget_AppCompat_ListView +androidx.constraintlayout.widget.R$styleable: int[] StateSet +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActivityChooserView +androidx.constraintlayout.widget.R$attr: int autoSizeStepGranularity +cyanogenmod.power.IPerformanceManager$Stub$Proxy: boolean setPowerProfile(int) +james.adaptiveicon.R$styleable: int Toolbar_subtitle +com.turingtechnologies.materialscrollbar.R$attr: int tabIndicator +okhttp3.CertificatePinner$Pin: java.lang.String hashAlgorithm +cyanogenmod.providers.CMSettings$NameValueCache: java.lang.String[] SELECT_VALUE +com.turingtechnologies.materialscrollbar.R$attr: int layout_collapseParallaxMultiplier +com.google.android.material.appbar.MaterialToolbar: void setNavigationIcon(android.graphics.drawable.Drawable) +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: io.reactivex.Observer downstream +androidx.constraintlayout.widget.R$anim: int abc_slide_in_top +wangdaye.com.geometricweather.R$id: int rounded +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VectorDrawableDelegateState: int getChangingConfigurations() +androidx.core.R$attr: int alpha +com.google.android.material.checkbox.MaterialCheckBox: android.content.res.ColorStateList getMaterialThemeColorsTintList() +wangdaye.com.geometricweather.R$color: int design_default_color_background +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.Temperature temperature +androidx.hilt.work.R$id: int icon +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableTopCompat +com.jaredrummler.android.colorpicker.ColorPickerView: ColorPickerView(android.content.Context,android.util.AttributeSet,int) +io.reactivex.Observable: io.reactivex.Observable concatMapSingleDelayError(io.reactivex.functions.Function) +com.google.android.material.timepicker.TimePickerView +com.google.android.material.slider.RangeSlider: int getLabelBehavior() +androidx.vectordrawable.R$id: int tag_transition_group +android.didikee.donate.R$color: int primary_text_default_material_dark okio.SegmentedByteString: int size() -io.reactivex.internal.util.NotificationLite: io.reactivex.disposables.Disposable getDisposable(java.lang.Object) -androidx.preference.R$attr: int actionButtonStyle -wangdaye.com.geometricweather.R$attr: int suffixTextAppearance -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIndicatorFullWidth -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_maxButtonHeight -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: void drain() -androidx.hilt.lifecycle.R$id: int time -wangdaye.com.geometricweather.R$styleable: int[] TextInputEditText -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.HistoryEntityDao historyEntityDao -com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year -androidx.viewpager2.R$dimen: int item_touch_helper_swipe_escape_velocity -okio.Buffer: long indexOf(okio.ByteString,long) -okhttp3.internal.http2.Http2Connection$PingRunnable -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse -com.google.android.material.R$color: int mtrl_btn_ripple_color -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title -com.google.android.material.R$styleable: int[] OnClick -androidx.work.R$color: int notification_icon_bg_color -cyanogenmod.themes.ThemeManager$1$1: void run() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean onSearchRequested(android.view.SearchEvent) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getTempMin() -wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit[] values() -androidx.lifecycle.extensions.R$id: int right_side -com.google.android.material.R$attr: int chipIconTint -wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_fontVariationSettings -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String getType() -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: void setDistrict(java.lang.String) -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_suggestionRowLayout -com.jaredrummler.android.colorpicker.R$id: int action_bar_spinner -androidx.viewpager2.R$dimen: int compat_button_padding_vertical_material -android.didikee.donate.R$id: int action_mode_bar -androidx.constraintlayout.widget.R$attr: int flow_firstVerticalBias -cyanogenmod.profiles.RingModeSettings: java.lang.String RING_MODE_MUTE -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setLabel(java.lang.String) -wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Light_Bridge -okhttp3.internal.http2.Http2Stream$FramingSource: okio.Buffer readBuffer -com.xw.repo.bubbleseekbar.R$attr: int fontWeight -okhttp3.Cookie$Builder: boolean hostOnly -wangdaye.com.geometricweather.R$string: int week_5 -wangdaye.com.geometricweather.R$color: int secondary_text_disabled_material_dark -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse -wangdaye.com.geometricweather.R$drawable: int weather_sleet -androidx.constraintlayout.widget.R$string: int search_menu_title -com.jaredrummler.android.colorpicker.R$attr: int spinnerDropDownItemStyle -com.google.android.material.R$color: int mtrl_fab_ripple_color -androidx.constraintlayout.widget.R$id: int accessibility_action_clickable_span -com.google.android.material.R$styleable: int TextInputLayout_android_textColorHint -james.adaptiveicon.R$color: int secondary_text_default_material_light -io.reactivex.internal.subscriptions.SubscriptionArbiter -androidx.lifecycle.CompositeGeneratedAdaptersObserver +androidx.dynamicanimation.R$styleable: int GradientColor_android_startX +cyanogenmod.weather.RequestInfo: int access$602(cyanogenmod.weather.RequestInfo,int) +androidx.lifecycle.ProcessLifecycleOwner$3$1 +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Object readEntity(android.database.Cursor,int) +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningConsequence +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWindLevel +james.adaptiveicon.R$id: int action_bar_activity_content +androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu +okhttp3.internal.http2.Http2Connection$ReaderRunnable$3: void execute() +okhttp3.internal.ws.RealWebSocket$CancelRunnable: RealWebSocket$CancelRunnable(okhttp3.internal.ws.RealWebSocket) +androidx.constraintlayout.widget.R$drawable: int btn_checkbox_checked_to_unchecked_mtrl_animation +com.google.android.material.R$dimen: int abc_text_size_body_1_material +wangdaye.com.geometricweather.R$styleable: int StateListDrawableItem_android_drawable +com.bumptech.glide.Registry$NoSourceEncoderAvailableException: Registry$NoSourceEncoderAvailableException(java.lang.Class) +com.google.android.material.R$attr: int itemShapeAppearanceOverlay cyanogenmod.providers.CMSettings$Global: boolean putString(android.content.ContentResolver,java.lang.String,java.lang.String) -com.google.android.material.R$id: int autoComplete -androidx.appcompat.R$color: int secondary_text_disabled_material_light -wangdaye.com.geometricweather.R$styleable: int State_android_id -com.jaredrummler.android.colorpicker.R$styleable: int[] StateListDrawable -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: io.reactivex.disposables.CompositeDisposable disposables -com.bumptech.glide.integration.okhttp.R$id: int left -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: io.reactivex.internal.fuseable.SimpleQueue queue -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: boolean isValid() -io.reactivex.disposables.ReferenceDisposable: long serialVersionUID -com.google.android.material.chip.Chip: void setCloseIconContentDescription(java.lang.CharSequence) -cyanogenmod.content.Intent: java.lang.String ACTION_THEME_UPDATED -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setLiveLockScreen(java.lang.String) -androidx.appcompat.resources.R$layout: R$layout() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: java.lang.String getTo() -androidx.constraintlayout.widget.R$drawable: int abc_vector_test -com.google.android.material.R$style: int Base_V21_Theme_AppCompat_Light_Dialog -wangdaye.com.geometricweather.R$string: int mtrl_picker_text_input_month_abbr -android.didikee.donate.R$attr: int track -androidx.preference.R$styleable: int ActionMode_background -com.turingtechnologies.materialscrollbar.R$styleable: int CompoundButton_buttonTintMode -okhttp3.internal.Util: javax.net.ssl.X509TrustManager platformTrustManager() -retrofit2.http.HeaderMap -com.google.android.material.card.MaterialCardView: MaterialCardView(android.content.Context,android.util.AttributeSet,int) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_WITH_3DES_EDE_CBC_MD5 -com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_adjustable -com.turingtechnologies.materialscrollbar.R$attr: int actionBarTabTextStyle -com.google.gson.LongSerializationPolicy -retrofit2.KotlinExtensions$awaitResponse$2$2 -androidx.preference.R$styleable: int FontFamily_fontProviderCerts -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -cyanogenmod.app.Profile: int getDozeMode() -james.adaptiveicon.R$style: int Base_V21_Theme_AppCompat_Light_Dialog -androidx.core.R$dimen: int notification_large_icon_height -okhttp3.internal.http.HttpCodec: void cancel() -androidx.viewpager2.R$id: int accessibility_custom_action_24 -com.jaredrummler.android.colorpicker.R$color: int error_color_material_light -io.reactivex.internal.observers.DeferredScalarObserver -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_android_weightSum -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: java.lang.String getWeather() -android.didikee.donate.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle -james.adaptiveicon.R$drawable: int abc_item_background_holo_dark -androidx.lifecycle.extensions.R$anim: int fragment_close_enter -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarSplitStyle -androidx.swiperefreshlayout.R$dimen: int notification_small_icon_background_padding -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_bubble_color -io.reactivex.Observable: io.reactivex.Observable onExceptionResumeNext(io.reactivex.ObservableSource) -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getVibratorIntensity -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: ObservableFlatMapCompletable$FlatMapCompletableMainObserver(io.reactivex.Observer,io.reactivex.functions.Function,boolean) -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_lightOnTouch -androidx.legacy.coreutils.R$drawable: int notification_bg_low_normal -android.didikee.donate.R$color: int abc_hint_foreground_material_light -com.turingtechnologies.materialscrollbar.R$bool: int abc_action_bar_embed_tabs -com.google.android.material.R$styleable: int NavigationView_shapeAppearance -androidx.viewpager.widget.PagerTitleStrip: void setTextColor(int) -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionBar_Solid -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ImageButton -com.turingtechnologies.materialscrollbar.R$style: int Animation_Design_BottomSheetDialog -androidx.viewpager2.R$styleable: R$styleable() -cyanogenmod.app.ProfileGroup$Mode: cyanogenmod.app.ProfileGroup$Mode[] values() -io.reactivex.internal.util.VolatileSizeArrayList: void clear() -io.reactivex.internal.observers.BasicIntQueueDisposable: java.lang.Object poll() -com.xw.repo.bubbleseekbar.R$layout: int support_simple_spinner_dropdown_item -com.google.android.material.R$dimen: int abc_button_padding_vertical_material -okhttp3.internal.http2.Header: Header(java.lang.String,java.lang.String) -com.google.android.material.R$attr: int wavePeriod -wangdaye.com.geometricweather.R$styleable: int InkPageIndicator_animationDuration -cyanogenmod.app.CMTelephonyManager: void setDataConnectionState(boolean) -androidx.hilt.R$styleable: int FontFamily_fontProviderCerts -io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,long,java.util.concurrent.TimeUnit) -androidx.preference.R$attr: int queryHint -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Snow -okio.ForwardingSource: okio.Source delegate -androidx.constraintlayout.widget.R$interpolator: R$interpolator() -james.adaptiveicon.R$style: int Base_Theme_AppCompat_Dialog_MinWidth -okhttp3.Cache: void close() -androidx.constraintlayout.widget.R$attr: int layout_editor_absoluteX -cyanogenmod.app.suggest.IAppSuggestManager: boolean handles(android.content.Intent) -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Light_BottomSheetDialog -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getGrassIndex() +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_SearchResult_Title +androidx.preference.R$style: int Base_Widget_AppCompat_ActionBar_Solid +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode REFUSED_STREAM +com.google.gson.stream.JsonReader: java.io.IOException syntaxError(java.lang.String) +androidx.preference.R$attr: int ratingBarStyleIndicator +com.turingtechnologies.materialscrollbar.R$styleable: int ViewStubCompat_android_inflatedId +wangdaye.com.geometricweather.R$styleable: int PreferenceGroup_orderingFromXml +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_divider +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeIcePrecipitationDuration +wangdaye.com.geometricweather.R$interpolator: int mtrl_fast_out_slow_in +com.jaredrummler.android.colorpicker.R$attr: int initialExpandedChildrenCount +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_NavigationView +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getAbbreviation(android.content.Context) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String primary +wangdaye.com.geometricweather.R$attr: int path_percent +wangdaye.com.geometricweather.R$styleable: int AnimatableIconView_inner_margins +okhttp3.internal.http2.Header$Listener: void onHeaders(okhttp3.Headers) +android.didikee.donate.R$styleable: int PopupWindowBackgroundState_state_above_anchor +wangdaye.com.geometricweather.R$id: int list_item +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: io.reactivex.internal.operators.observable.ObservableZip$ZipObserver[] observers +com.google.android.material.R$styleable: int Layout_layout_goneMarginBottom +androidx.dynamicanimation.R$drawable: int notification_template_icon_bg +james.adaptiveicon.R$style: int Theme_AppCompat_DayNight +androidx.transition.R$styleable: int FontFamilyFont_fontVariationSettings +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean +androidx.cardview.R$styleable: R$styleable() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha +wangdaye.com.geometricweather.R$styleable: int[] SwitchPreference +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: org.reactivestreams.Subscriber downstream +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.String getWeatherSource() +androidx.preference.R$style: int Base_V26_Theme_AppCompat +com.google.android.material.R$dimen: int abc_text_size_subtitle_material_toolbar +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_toRightOf +androidx.hilt.lifecycle.R$id: int accessibility_action_clickable_span +androidx.recyclerview.R$layout: int notification_template_icon_group +wangdaye.com.geometricweather.R$style: int Preference_SwitchPreferenceCompat +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_displayOptions +com.google.android.material.chip.Chip: void setChipIconSize(float) +wangdaye.com.geometricweather.R$styleable: int Transform_android_translationY +wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_toolbar +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_min_width_minor +androidx.viewpager.R$styleable: int GradientColor_android_endY +wangdaye.com.geometricweather.R$id: int bottom_sides +androidx.preference.R$color: int background_floating_material_light +com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_barLength +com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_maxActionInlineWidth +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_updateDefaultLiveLockScreen +androidx.preference.R$attr: int alertDialogCenterButtons +io.reactivex.Observable: io.reactivex.Observable concatEager(java.lang.Iterable,int,int) +okio.Base64: java.lang.String encode(byte[]) +androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityDestroyed(android.app.Activity) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator LIVE_DISPLAY_HINTED_VALIDATOR +wangdaye.com.geometricweather.R$attr: int itemShapeInsetTop +wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Light +com.google.android.material.R$styleable: int DrawerArrowToggle_arrowHeadLength wangdaye.com.geometricweather.R$layout: int text_view_with_theme_line_height -wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type AIR_QUALITY -androidx.appcompat.widget.AppCompatImageView: android.content.res.ColorStateList getSupportImageTintList() -com.google.android.material.textfield.TextInputLayout: void setPrefixTextColor(android.content.res.ColorStateList) -okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean forWebSocket -okhttp3.internal.http2.Huffman: okhttp3.internal.http2.Huffman$Node root -retrofit2.Retrofit: void validateServiceInterface(java.lang.Class) -com.turingtechnologies.materialscrollbar.R$attr: int layout_keyline -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult: java.util.List probabilityForecast -com.google.android.material.progressindicator.ProgressIndicator: void setProgressDrawable(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.R$drawable: int notif_temp_117 -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void onTimeout(long) -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_maxLines -com.google.android.material.R$styleable: int TextInputLayout_startIconCheckable -com.xw.repo.bubbleseekbar.R$style: int Base_V26_Theme_AppCompat_Light -com.google.android.material.R$dimen: int mtrl_extended_fab_start_padding_icon -okhttp3.internal.ws.RealWebSocket: boolean $assertionsDisabled -cyanogenmod.app.CustomTile$ExpandedGridItem: void setExpandedGridItemDrawable(int) -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView: PolylineAndHistogramView(android.content.Context,android.util.AttributeSet,int) -okhttp3.internal.http.HttpDate$1: HttpDate$1() -android.support.v4.os.IResultReceiver$Stub$Proxy: java.lang.String getInterfaceDescriptor() -androidx.swiperefreshlayout.widget.SwipeRefreshLayout$SavedState: android.os.Parcelable$Creator CREATOR -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: io.reactivex.internal.fuseable.SimpleQueue queue -cyanogenmod.platform.Manifest$permission: java.lang.String ACCESS_THEME_MANAGER -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum Maximum -com.jaredrummler.android.colorpicker.R$attr: int paddingBottomNoButtons -androidx.viewpager.widget.ViewPager: void setPageMarginDrawable(android.graphics.drawable.Drawable) -androidx.lifecycle.MediatorLiveData$Source: void plug() -wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_summaryOff -cyanogenmod.hardware.ThermalListenerCallback$State: ThermalListenerCallback$State() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_checked -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: long id -androidx.constraintlayout.widget.R$dimen: int abc_search_view_preferred_height -androidx.appcompat.R$dimen: int abc_edit_text_inset_top_material -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_shapeAppearance -com.google.android.material.R$attr: int flow_lastHorizontalStyle -com.turingtechnologies.materialscrollbar.R$color: int background_material_light -androidx.lifecycle.MediatorLiveData -com.turingtechnologies.materialscrollbar.R$style: int Platform_AppCompat -okhttp3.internal.http.RealInterceptorChain: int writeTimeout -cyanogenmod.weather.WeatherLocation$Builder: WeatherLocation$Builder(java.lang.String,java.lang.String) -androidx.fragment.R$drawable: int notification_icon_background -com.google.android.material.R$string: int mtrl_picker_invalid_format -androidx.preference.R$styleable: int[] ViewStubCompat -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: long serialVersionUID -androidx.lifecycle.LifecycleRegistry: void markState(androidx.lifecycle.Lifecycle$State) -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_android_touchscreenBlocksFocus -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: void setLiveLockScreenEnabled(boolean) -wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_backgroundTintMode -wangdaye.com.geometricweather.R$string: int abc_capital_off -com.google.android.material.card.MaterialCardView: void setCheckable(boolean) -androidx.preference.ListPreference$SavedState -com.turingtechnologies.materialscrollbar.R$anim: int abc_tooltip_enter -cyanogenmod.externalviews.ExternalView: ExternalView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_levelValue -wangdaye.com.geometricweather.R$attr: int region_widthLessThan -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light_Dialog_MinWidth -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Dialog -okio.Pipe: boolean sinkClosed -okhttp3.OkHttpClient$Builder: int pingInterval -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_peekHeight -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_star_black_16dp -com.jaredrummler.android.colorpicker.R$drawable: int abc_text_select_handle_left_mtrl_light -wangdaye.com.geometricweather.R$styleable: int OnSwipe_dragScale -com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_switch_to_on_mtrl_00001 -com.jaredrummler.android.colorpicker.R$dimen: int compat_button_padding_horizontal_material -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: boolean requestDismissAndStartActivity(android.content.Intent) -androidx.constraintlayout.widget.R$styleable: int FontFamily_fontProviderCerts -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: boolean isDisposed() -androidx.appcompat.R$style: int Base_V7_Theme_AppCompat_Light -com.turingtechnologies.materialscrollbar.R$attr: int behavior_peekHeight -cyanogenmod.profiles.StreamSettings: void getXmlString(java.lang.StringBuilder,android.content.Context) -wangdaye.com.geometricweather.R$attr: int itemRippleColor -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_38 -com.google.android.material.R$anim: int design_bottom_sheet_slide_in -wangdaye.com.geometricweather.R$styleable: int AppBarLayout_expanded -wangdaye.com.geometricweather.R$layout: int cpv_preference_square -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Sun -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: boolean isDisposed() -androidx.appcompat.R$dimen: int highlight_alpha_material_dark -cyanogenmod.content.Intent: java.lang.String CATEGORY_THEME_PACKAGE_INSTALLED_STATE_CHANGE -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void setCancellable(io.reactivex.functions.Cancellable) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_69 -androidx.appcompat.R$id: int accessibility_custom_action_7 -com.google.android.material.R$styleable: int SearchView_commitIcon -androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_translationX -com.turingtechnologies.materialscrollbar.R$dimen: int design_tab_text_size -cyanogenmod.providers.CMSettings$System: java.lang.String BATTERY_LIGHT_PULSE -android.didikee.donate.R$styleable: int TextAppearance_android_shadowDy -com.xw.repo.bubbleseekbar.R$id: int topPanel -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Button_Borderless_Colored -androidx.appcompat.R$dimen: int abc_action_bar_default_padding_start_material -okhttp3.logging.LoggingEventListener$Factory: okhttp3.logging.HttpLoggingInterceptor$Logger logger -cyanogenmod.app.ProfileManager: cyanogenmod.app.ProfileManager getInstance(android.content.Context) -james.adaptiveicon.R$styleable: int AppCompatTextView_firstBaselineToTopHeight -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_elevation -wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_textStyle -james.adaptiveicon.R$color: int abc_secondary_text_material_light -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: int hasRain -com.turingtechnologies.materialscrollbar.R$integer: int bottom_sheet_slide_duration -wangdaye.com.geometricweather.R$string: int feedback_location_list_cannot_be_null -wangdaye.com.geometricweather.R$id: int item_touch_helper_previous_elevation -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored -wangdaye.com.geometricweather.R$color: int material_slider_inactive_tick_marks_color -okhttp3.internal.connection.RealConnection -com.github.rahatarmanahmed.cpv.CircularProgressView$4: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 -com.jaredrummler.android.colorpicker.R$attr: int srcCompat -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_startColor -cyanogenmod.weather.RequestInfo$Builder: java.lang.String mCityName -wangdaye.com.geometricweather.R$drawable: int weather_thunder_mini_grey -wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout: FitHorizontalSystemBarRootLayout(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_goneMarginRight -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_handleColor -com.google.android.material.appbar.CollapsingToolbarLayout: void setScrimAnimationDuration(long) -wangdaye.com.geometricweather.R$string: int settings_title_notification_hide_in_lockScreen -com.xw.repo.bubbleseekbar.R$styleable: int[] AnimatedStateListDrawableTransition -okio.Buffer: int write(java.nio.ByteBuffer) -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title -wangdaye.com.geometricweather.R$dimen: int highlight_alpha_material_light -androidx.appcompat.widget.ContentFrameLayout: ContentFrameLayout(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: java.lang.String unit -com.jaredrummler.android.colorpicker.R$string: int abc_menu_space_shortcut_label -james.adaptiveicon.R$styleable: int AppCompatTheme_tooltipForegroundColor -androidx.appcompat.R$attr: int subtitleTextAppearance -james.adaptiveicon.AdaptiveIconView -com.google.android.material.textfield.TextInputLayout: void setStartIconTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$styleable: int Badge_horizontalOffset -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1: wangdaye.com.geometricweather.location.services.LocationService$LocationCallback val$callback -androidx.coordinatorlayout.R$styleable: int FontFamilyFont_fontVariationSettings -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_toolbarStyle -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonBarButtonStyle -wangdaye.com.geometricweather.R$layout: int spinner_text -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_RatingBar_Small -com.xw.repo.bubbleseekbar.R$attr: int dividerPadding -androidx.constraintlayout.widget.R$styleable: int ActionBar_homeAsUpIndicator -com.turingtechnologies.materialscrollbar.R$attr: int itemPadding -wangdaye.com.geometricweather.R$drawable: int notif_temp_78 -wangdaye.com.geometricweather.R$xml: int standalone_badge_offset -wangdaye.com.geometricweather.R$attr: int dividerPadding -com.google.android.material.navigation.NavigationView: void setItemBackgroundResource(int) -com.turingtechnologies.materialscrollbar.R$id: int end -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintEnd_toEndOf -androidx.customview.R$drawable: int notification_bg -androidx.constraintlayout.widget.R$color: int tooltip_background_dark -androidx.vectordrawable.animated.R$dimen: int compat_notification_large_icon_max_height -wangdaye.com.geometricweather.R$drawable: int weather_sleet_mini_light -io.reactivex.observers.TestObserver$EmptyObserver: io.reactivex.observers.TestObserver$EmptyObserver valueOf(java.lang.String) -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: int getPollenColor(android.content.Context,java.lang.Integer) -androidx.recyclerview.R$styleable: int FontFamilyFont_fontVariationSettings -androidx.preference.R$style: int Widget_AppCompat_ProgressBar -androidx.lifecycle.LiveData$LifecycleBoundObserver: androidx.lifecycle.LifecycleOwner mOwner -com.google.android.material.R$style: int Widget_AppCompat_Light_ActivityChooserView -androidx.preference.R$styleable: int Preference_android_enabled -cyanogenmod.themes.ThemeChangeRequest: cyanogenmod.themes.ThemeChangeRequest$RequestType mRequestType -androidx.constraintlayout.widget.R$id: int src_over -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle -com.google.android.material.button.MaterialButton: int getIconPadding() -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_type -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: android.graphics.Rect val$clipRect -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Imperial: AccuCurrentResult$Past24HourTemperatureDeparture$Imperial() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial -androidx.lifecycle.SavedStateViewModelFactory: java.lang.Class[] ANDROID_VIEWMODEL_SIGNATURE -com.jaredrummler.android.colorpicker.R$layout: int preference_widget_switch -okhttp3.internal.http2.Hpack: java.util.Map nameToFirstIndex() -okhttp3.internal.Util: void closeQuietly(java.io.Closeable) -wangdaye.com.geometricweather.R$attr: int titleTextColor -androidx.appcompat.R$styleable: int ViewBackgroundHelper_backgroundTintMode -cyanogenmod.platform.Manifest$permission: java.lang.String PUBLISH_CUSTOM_TILE -wangdaye.com.geometricweather.R$id: int chip -androidx.appcompat.R$styleable: int FontFamily_fontProviderCerts -wangdaye.com.geometricweather.R$string: int uv_index -wangdaye.com.geometricweather.R$string: int feedback_restart -okhttp3.Cookie: java.lang.String path -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Button_Borderless +com.google.android.material.R$attr: int saturation +com.google.android.material.R$layout: int test_design_radiobutton +cyanogenmod.profiles.ConnectionSettings$1: java.lang.Object createFromParcel(android.os.Parcel) +wangdaye.com.geometricweather.R$drawable: int shortcuts_sleet +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: io.reactivex.internal.util.AtomicThrowable errors +androidx.swiperefreshlayout.R$dimen: int notification_media_narrow_margin +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWeatherPhase(java.lang.String) +io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: void onError(java.lang.Throwable) +com.github.rahatarmanahmed.cpv.CircularProgressViewListener: void onAnimationReset() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Snow +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.os.RemoteCallbackList mCallbacks +okio.Pipe$PipeSink: void close() +androidx.lifecycle.LiveData$AlwaysActiveObserver +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_Slider +cyanogenmod.profiles.RingModeSettings: boolean isOverride() +wangdaye.com.geometricweather.R$id: int dialog_location_help_locationContainer +androidx.lifecycle.ProcessLifecycleOwner: java.lang.Runnable mDelayedPauseRunnable +com.google.android.material.R$string: int material_timepicker_am +androidx.preference.R$styleable: int StateListDrawable_android_dither +androidx.vectordrawable.animated.R$dimen: int compat_button_padding_horizontal_material +android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft +com.google.android.material.R$anim: int btn_checkbox_to_checked_box_outer_merged_animation +android.support.v4.app.INotificationSideChannel$Stub$Proxy: void cancel(java.lang.String,int,java.lang.String) +androidx.appcompat.R$drawable: int abc_btn_check_to_on_mtrl_015 +com.google.gson.internal.LinkedTreeMap: java.lang.Object get(java.lang.Object) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Minimum: AccuDailyResult$DailyForecasts$Temperature$Minimum() +wangdaye.com.geometricweather.common.basic.models.weather.Weather: wangdaye.com.geometricweather.common.basic.models.weather.Base base +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Imperial Imperial +wangdaye.com.geometricweather.R$attr: int passwordToggleTintMode +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_weight +cyanogenmod.app.IPartnerInterface: void setMobileDataEnabled(boolean) +androidx.activity.R$styleable: int FontFamilyFont_fontStyle +james.adaptiveicon.R$styleable: int SearchView_submitBackground +com.google.android.material.R$styleable: int MaterialCardView_strokeWidth +com.google.gson.stream.JsonScope: int EMPTY_DOCUMENT +io.reactivex.Observable: io.reactivex.Observable timestamp(java.util.concurrent.TimeUnit) +okio.Pipe: okio.Sink sink +wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView: void setKeyLineVisibility(boolean) +com.google.android.material.appbar.AppBarLayout: int getLiftOnScrollTargetViewId() +androidx.preference.R$styleable: int SwitchPreferenceCompat_android_summaryOn +wangdaye.com.geometricweather.R$id: int ghost_view +com.google.android.material.card.MaterialCardView: MaterialCardView(android.content.Context) +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_switchPadding +com.jaredrummler.android.colorpicker.R$drawable: int ic_arrow_down_24dp +retrofit2.Retrofit$1: retrofit2.Platform platform +com.jaredrummler.android.colorpicker.R$attr: int dividerHorizontal +com.google.android.material.R$attr: int actionModeCloseDrawable +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int Icon +android.didikee.donate.R$attr: R$attr() +wangdaye.com.geometricweather.R$drawable: int ic_ragweed +android.didikee.donate.R$layout: int abc_alert_dialog_title_material +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Weather +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void onError(java.lang.Throwable) +com.google.android.material.R$styleable: int MotionScene_defaultDuration +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String getLatitude() +com.bumptech.glide.R$id: int line1 +androidx.vectordrawable.animated.R$dimen: int notification_large_icon_height +androidx.room.RoomDatabase$JournalMode +androidx.appcompat.R$styleable: int SwitchCompat_trackTintMode +androidx.preference.R$style: int TextAppearance_AppCompat_Inverse +androidx.preference.R$styleable: int AppCompatTextView_autoSizeTextType +androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_textFontWeight +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void subscribe(io.reactivex.ObservableSource[],int) +com.xw.repo.bubbleseekbar.R$drawable: int abc_vector_test +com.jaredrummler.android.colorpicker.R$color: int material_grey_100 +com.turingtechnologies.materialscrollbar.CustomIndicator +com.turingtechnologies.materialscrollbar.R$attr: int chipIconTint +androidx.appcompat.R$attr: int divider +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_TextView_SpinnerItem +okio.RealBufferedSource: long readLong() +com.google.gson.stream.JsonReader: int PEEKED_DOUBLE_QUOTED_NAME +io.reactivex.internal.schedulers.ScheduledDirectPeriodicTask +androidx.appcompat.R$style: int Widget_AppCompat_SeekBar +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_dialog_btn_min_width +android.didikee.donate.R$id: int add +com.google.android.material.R$styleable: int[] MaterialAutoCompleteTextView +wangdaye.com.geometricweather.R$string: int key_click_widget_to_refresh +com.google.android.material.bottomnavigation.BottomNavigationView: void setItemRippleColor(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$id: int container_main_footer_title +androidx.appcompat.R$attr: int titleMargin +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_TabBar +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: double HoursOfSun +androidx.constraintlayout.widget.R$styleable: int ActionBar_hideOnContentScroll +androidx.constraintlayout.widget.R$color: int abc_tint_default +com.google.android.material.R$styleable: int Constraint_layout_constraintHorizontal_chainStyle +com.google.android.material.R$string: int mtrl_picker_toggle_to_text_input_mode +okio.Sink +com.google.android.material.R$anim: int btn_checkbox_to_checked_box_inner_merged_animation +android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceListItemSmall +android.didikee.donate.R$id: int collapseActionView +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeWindSpeed() +androidx.appcompat.R$styleable: int[] ViewStubCompat +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: java.lang.String to +okhttp3.internal.platform.Android10Platform: Android10Platform(java.lang.Class) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_66 +com.jaredrummler.android.colorpicker.R$color: int abc_tint_switch_track +com.google.android.material.R$style: int Widget_MaterialComponents_ProgressIndicator_Circular_Indeterminate +com.google.android.material.R$style: int Widget_AppCompat_AutoCompleteTextView +android.didikee.donate.R$dimen: int abc_action_button_min_width_material +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Dialog_MinWidth +androidx.lifecycle.livedata.R: R() +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setPressure(java.lang.Float) +androidx.appcompat.R$styleable: int ActionBar_subtitle +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: int getAnimationMode() +androidx.preference.R$styleable: int DrawerArrowToggle_spinBars +androidx.constraintlayout.widget.R$id: int wrap +com.google.android.material.slider.BaseSlider: int getActiveThumbIndex() +okio.Base64: Base64() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Metric Metric +cyanogenmod.weather.CMWeatherManager$2$1: void run() +androidx.viewpager.widget.PagerTabStrip: PagerTabStrip(android.content.Context) +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$RainForecast: int rain +com.turingtechnologies.materialscrollbar.R$attr: int customNavigationLayout +androidx.constraintlayout.widget.R$attr: int flow_verticalGap +okhttp3.Cache$Entry: boolean matches(okhttp3.Request,okhttp3.Response) +androidx.appcompat.R$style: int Base_Widget_AppCompat_TextView +androidx.viewpager2.R$attr: int fastScrollHorizontalTrackDrawable +com.xw.repo.bubbleseekbar.R$attr: int actionModePopupWindowStyle +wangdaye.com.geometricweather.common.ui.behaviors.InkPageIndicatorBehavior: InkPageIndicatorBehavior(android.content.Context,android.util.AttributeSet) +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_BOOT_ANIM +com.google.android.material.R$color: int design_dark_default_color_primary_dark +okhttp3.internal.cache.DiskLruCache$3: okhttp3.internal.cache.DiskLruCache$Snapshot next() +androidx.constraintlayout.widget.R$attr: int fontProviderFetchStrategy +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_PopupMenu +cyanogenmod.externalviews.KeyguardExternalViewProviderService: int onStartCommand(android.content.Intent,int,int) +retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_marginLeft +com.google.android.material.R$attr: int listPreferredItemHeightSmall +androidx.lifecycle.LiveDataReactiveStreams: LiveDataReactiveStreams() +com.jaredrummler.android.colorpicker.R$style: int Base_V21_Theme_AppCompat +wangdaye.com.geometricweather.R$attr: int chipStandaloneStyle +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_firstVerticalBias +okhttp3.internal.http2.Http2Stream$FramingSink: okhttp3.internal.http2.Http2Stream this$0 +wangdaye.com.geometricweather.R$attr: int startIconTintMode +wangdaye.com.geometricweather.R$style: int TestThemeWithLineHeightDisabled +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_autoSizePresetSizes +com.turingtechnologies.materialscrollbar.R$styleable: int[] GradientColor +androidx.swiperefreshlayout.R$id: int tag_screen_reader_focusable +androidx.dynamicanimation.R$id: int italic +okhttp3.internal.http2.Header: java.lang.String TARGET_SCHEME_UTF8 +okhttp3.internal.tls.DistinguishedNameParser: java.lang.String nextAT() +wangdaye.com.geometricweather.R$styleable: int Constraint_android_translationZ +io.reactivex.Observable: io.reactivex.Observable cache() +androidx.appcompat.R$style: int Widget_AppCompat_Light_PopupMenu +wangdaye.com.geometricweather.R$attr: int layout_constraintCircleAngle +cyanogenmod.externalviews.KeyguardExternalView: void executeQueue() +io.reactivex.Observable: io.reactivex.Observable withLatestFrom(io.reactivex.ObservableSource[],io.reactivex.functions.Function) +com.jaredrummler.android.colorpicker.R$attr: int keylines +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setWeatherSource(java.lang.String) +com.google.android.material.R$styleable: int KeyAttribute_android_elevation +wangdaye.com.geometricweather.R$id: int notification_multi_city_icon_3 +com.google.android.material.R$dimen: int design_bottom_navigation_active_text_size +androidx.appcompat.R$styleable: int MenuGroup_android_checkableBehavior +com.google.android.material.R$attr: int region_widthMoreThan +com.google.android.material.R$styleable: int SwitchCompat_thumbTintMode +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_8 +com.github.rahatarmanahmed.cpv.CircularProgressView: void startAnimation() +wangdaye.com.geometricweather.R$attr: int textEndPadding +androidx.constraintlayout.widget.R$style: int RtlOverlay_DialogWindowTitle_AppCompat +wangdaye.com.geometricweather.R$id: int textinput_helper_text +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_tooltipFrameBackground +android.didikee.donate.R$layout: int abc_action_mode_bar +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ListView +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int COLD +androidx.constraintlayout.widget.R$attr: int arrowShaftLength +com.google.android.material.R$styleable: int CardView_cardMaxElevation +androidx.swiperefreshlayout.R$layout: R$layout() +com.google.android.material.R$attr: int textAppearancePopupMenuHeader +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.ChineseCityEntity,int) +com.google.android.material.R$styleable: int KeyAttribute_android_scaleY +androidx.vectordrawable.R$styleable: int GradientColor_android_endY +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ListPopupWindow +wangdaye.com.geometricweather.background.service.CMWeatherProviderService: CMWeatherProviderService() +com.google.android.material.R$id: int message +okhttp3.MultipartBody$Builder: okhttp3.MultipartBody$Builder addPart(okhttp3.RequestBody) +cyanogenmod.providers.CMSettings$Secure: int getInt(android.content.ContentResolver,java.lang.String,int) +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: boolean timerRunning +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver this$0 +io.reactivex.Observable: io.reactivex.Observable merge(java.lang.Iterable,int,int) +retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$1: void invoke(java.lang.Throwable) +cyanogenmod.app.IProfileManager$Stub$Proxy: boolean setActiveProfile(android.os.ParcelUuid) +okhttp3.Dispatcher: int maxRequests +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer ragweedLevel +androidx.constraintlayout.widget.R$styleable: int Transform_android_rotationY +com.google.android.material.R$id: int dialog_button +wangdaye.com.geometricweather.common.basic.models.weather.Wind +com.google.android.material.R$style +wangdaye.com.geometricweather.R$id: int seekbar +com.jaredrummler.android.colorpicker.R$styleable: int[] FontFamilyFont +okhttp3.internal.ws.WebSocketProtocol: long PAYLOAD_SHORT_MAX +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: float getStrokeWidth() +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void onSubscribe(io.reactivex.disposables.Disposable) +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +com.turingtechnologies.materialscrollbar.R$color: int secondary_text_disabled_material_dark +androidx.preference.DropDownPreference +wangdaye.com.geometricweather.common.ui.widgets.DonateImageView +androidx.cardview.R$attr: int contentPaddingRight +wangdaye.com.geometricweather.R$drawable: int shortcuts_partly_cloudy_day_foreground +androidx.hilt.work.R$drawable +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle +com.google.android.material.R$attr: int dropDownListViewStyle +androidx.dynamicanimation.R$dimen: int compat_notification_large_icon_max_height +retrofit2.RequestFactory: java.lang.String httpMethod +okhttp3.internal.tls.BasicTrustRootIndex: BasicTrustRootIndex(java.security.cert.X509Certificate[]) +com.xw.repo.bubbleseekbar.R$styleable: int FontFamily_fontProviderQuery +com.google.android.material.R$dimen: int mtrl_navigation_item_icon_padding +com.google.android.material.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth +androidx.legacy.coreutils.R$dimen: int notification_small_icon_size_as_large +androidx.preference.R$styleable: int MenuItem_showAsAction +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.lang.String Key +wangdaye.com.geometricweather.R$styleable: int PreferenceFragment_android_dividerHeight +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle +androidx.viewpager.R$dimen: int notification_top_pad +com.google.android.material.R$drawable: int notification_bg +wangdaye.com.geometricweather.R$style: int Widget_Design_CollapsingToolbar +androidx.constraintlayout.widget.R$styleable: int TextAppearance_fontFamily +com.google.android.material.R$id: int bottom +androidx.preference.R$attr: int tint +androidx.coordinatorlayout.R$id: int top +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView: int getMarginTop() +okhttp3.internal.http2.Http2: byte TYPE_PING +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_checkedIcon +okhttp3.CertificatePinner: void check(java.lang.String,java.util.List) +cyanogenmod.app.ThemeVersion$ThemeVersionImpl2$1 +com.jaredrummler.android.colorpicker.R$color: int abc_background_cache_hint_selector_material_dark +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: boolean isLeft +com.google.android.material.R$string: int icon_content_description +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_centerColor +androidx.activity.R$styleable: int ColorStateListItem_alpha +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: long serialVersionUID +okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.platform.AndroidPlatform$CloseGuard closeGuard +james.adaptiveicon.R$dimen: int abc_text_size_small_material +androidx.lifecycle.ComputableLiveData$1 +wangdaye.com.geometricweather.R$dimen: int cpv_color_preference_large +com.google.android.material.R$attr: int titleTextAppearance +androidx.appcompat.widget.ListPopupWindow +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse +com.turingtechnologies.materialscrollbar.R$attr: int navigationViewStyle +androidx.appcompat.widget.Toolbar: Toolbar(android.content.Context) +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void complete() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial Imperial +androidx.appcompat.R$styleable: int SearchView_searchHintIcon +com.turingtechnologies.materialscrollbar.R$attr: int buttonPanelSideLayout +android.didikee.donate.R$attr: int itemPadding +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder socketFactory(javax.net.SocketFactory) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Metric Metric +androidx.coordinatorlayout.R$id: int accessibility_custom_action_26 +androidx.core.R$styleable: int GradientColor_android_endY +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float so2 +android.didikee.donate.R$styleable: int AlertDialog_multiChoiceItemLayout +james.adaptiveicon.R$styleable: int AppCompatTheme_windowFixedHeightMajor +io.reactivex.internal.queue.SpscArrayQueue: int mask +wangdaye.com.geometricweather.R$style: int Base_AlertDialog_AppCompat_Light +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonBarStyle +wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Tab +androidx.lifecycle.SavedStateHandleController: void attachToLifecycle(androidx.savedstate.SavedStateRegistry,androidx.lifecycle.Lifecycle) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$6: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 +com.google.android.material.R$styleable: int ExtendedFloatingActionButton_collapsedSize +androidx.constraintlayout.widget.R$layout: int abc_search_view +cyanogenmod.themes.ThemeChangeRequest: ThemeChangeRequest(java.util.Map,java.util.Map,cyanogenmod.themes.ThemeChangeRequest$RequestType,long,cyanogenmod.themes.ThemeChangeRequest$1) +okio.Okio$2: void close() +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Tooltip +com.google.android.material.R$styleable: int[] MenuView +androidx.appcompat.resources.R$id: int accessibility_custom_action_19 +com.google.android.material.R$styleable: int StateSet_defaultState +cyanogenmod.themes.ThemeManager: long getLastThemeChangeTime() +wangdaye.com.geometricweather.R$id: int honorRequest +com.jaredrummler.android.colorpicker.R$attr: int actionDropDownStyle +io.reactivex.Observable: io.reactivex.Observable distinctUntilChanged() +io.reactivex.Observable: io.reactivex.Completable concatMapCompletableDelayError(io.reactivex.functions.Function) +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintEnd_toEndOf +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Chip +com.turingtechnologies.materialscrollbar.R$attr: int chipEndPadding +retrofit2.BuiltInConverters$RequestBodyConverter: java.lang.Object convert(java.lang.Object) +androidx.fragment.R$id: int accessibility_custom_action_12 +androidx.appcompat.R$styleable: int AlertDialog_showTitle +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder port(int) +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void dispose() +wangdaye.com.geometricweather.R$drawable: int abc_textfield_search_activated_mtrl_alpha +com.turingtechnologies.materialscrollbar.R$attr: int chipGroupStyle +androidx.coordinatorlayout.R$id: int accessibility_custom_action_21 +com.jaredrummler.android.colorpicker.R$attr: int fontProviderCerts +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_elevation_material +com.github.rahatarmanahmed.cpv.CircularProgressView$4: CircularProgressView$4(com.github.rahatarmanahmed.cpv.CircularProgressView) +wangdaye.com.geometricweather.R$styleable: int ColorPickerView_cpv_borderColor +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: int active +wangdaye.com.geometricweather.R$attr: int extendedFloatingActionButtonStyle +androidx.hilt.R$styleable: int[] GradientColor +com.google.android.material.R$dimen: int design_navigation_icon_padding +com.google.android.material.R$styleable: int Layout_layout_constraintBottom_creator +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_75 +androidx.loader.R$styleable: int FontFamilyFont_fontStyle +com.google.android.material.R$styleable: int Slider_tickVisible +com.turingtechnologies.materialscrollbar.R$dimen: int notification_action_text_size +retrofit2.RequestBuilder$ContentTypeOverridingRequestBody: okhttp3.RequestBody delegate +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: java.lang.String Phase +wangdaye.com.geometricweather.R$attr: int checkboxStyle +com.google.android.material.R$styleable: int Constraint_layout_goneMarginRight +wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit PERCENT +androidx.preference.R$style: int Widget_AppCompat_ListPopupWindow +wangdaye.com.geometricweather.R$attr: int text_color +com.google.android.material.R$id: int accessibility_custom_action_29 +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem +cyanogenmod.app.IPartnerInterface$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: java.lang.String unitId +wangdaye.com.geometricweather.R$attr: int customBoolean +retrofit2.ParameterHandler$RawPart: retrofit2.ParameterHandler$RawPart INSTANCE +androidx.preference.R$attr: int alertDialogStyle +james.adaptiveicon.R$styleable: int ActionMode_height +com.google.android.material.R$dimen: int mtrl_card_corner_radius +com.google.gson.stream.JsonReader: int NUMBER_CHAR_NONE +com.google.android.material.R$styleable: int CardView_android_minWidth +androidx.dynamicanimation.R$styleable: R$styleable() +androidx.constraintlayout.widget.R$anim: int abc_fade_out +androidx.lifecycle.ClassesInfoCache$MethodReference +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary +androidx.appcompat.R$attr: int textAppearanceSearchResultSubtitle +com.google.android.material.R$styleable: int AppCompatTheme_spinnerStyle +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ListView +androidx.hilt.lifecycle.R$integer: R$integer() +wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_animSyncDuration +com.google.android.material.tabs.TabLayout: android.content.res.ColorStateList getTabIconTint() +cyanogenmod.weatherservice.ServiceRequestResult$Builder: cyanogenmod.weatherservice.ServiceRequestResult build() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind +wangdaye.com.geometricweather.R$attr: int snackbarTextViewStyle +androidx.preference.R$id: int checked +com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_multiChoiceItemLayout +okhttp3.logging.HttpLoggingInterceptor$Level +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textColorSearchUrl +io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.preference.R$integer: R$integer() +okhttp3.internal.tls.DistinguishedNameParser: char getEscaped() +cyanogenmod.app.CMContextConstants$Features: java.lang.String WEATHER_SERVICES +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ImageButton +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: void setValue(java.util.List) +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_0 +com.google.android.material.R$styleable: int AppCompatTextView_firstBaselineToTopHeight +androidx.hilt.lifecycle.R$id: int action_image +androidx.preference.R$dimen: int tooltip_vertical_padding +wangdaye.com.geometricweather.R$id: int material_clock_hand +androidx.constraintlayout.widget.R$styleable: int KeyTrigger_triggerSlack +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: boolean isCancelled() +okhttp3.internal.cache2.Relay: okio.Source newSource() +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: void onComplete() +com.google.android.material.R$dimen: int mtrl_calendar_header_selection_line_height +okio.RealBufferedSource: short readShortLe() +io.reactivex.internal.observers.ForEachWhileObserver: ForEachWhileObserver(io.reactivex.functions.Predicate,io.reactivex.functions.Consumer,io.reactivex.functions.Action) +wangdaye.com.geometricweather.R$attr: int progress_width +com.turingtechnologies.materialscrollbar.R$attr: int tabIndicatorHeight +io.reactivex.Observable: io.reactivex.Observable mergeArray(int,int,io.reactivex.ObservableSource[]) +okhttp3.internal.http2.Http2: byte FLAG_ACK +cyanogenmod.profiles.LockSettings$1 +android.didikee.donate.R$string: int abc_toolbar_collapse_description +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: java.lang.String Link +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintCircle +androidx.preference.internal.PreferenceImageView: PreferenceImageView(android.content.Context) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintBottom_toTopOf +retrofit2.Utils$WildcardTypeImpl +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void dispose() +wangdaye.com.geometricweather.db.entities.HistoryEntity: java.lang.String getCityId() +androidx.vectordrawable.animated.R$dimen: int notification_subtext_size +okhttp3.OkHttpClient: java.util.List DEFAULT_CONNECTION_SPECS +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_34 +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_18 +james.adaptiveicon.R$id: int checkbox +okhttp3.internal.Internal: boolean isInvalidHttpUrlHost(java.lang.IllegalArgumentException) +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) +okio.Buffer: int read(byte[]) +cyanogenmod.themes.IThemeChangeListener$Stub +com.google.android.material.R$dimen: int mtrl_calendar_year_height +wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.lang.String getContent() +wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Error +com.xw.repo.bubbleseekbar.R$attr: int indeterminateProgressStyle +wangdaye.com.geometricweather.daily.DailyWeatherActivity +androidx.constraintlayout.widget.R$layout: int abc_action_mode_bar +com.bumptech.glide.load.engine.DecodeJob$RunReason: com.bumptech.glide.load.engine.DecodeJob$RunReason[] values() +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_94 +retrofit2.KotlinExtensions: java.lang.Object suspendAndThrow(java.lang.Exception,kotlin.coroutines.Continuation) +android.didikee.donate.R$attr: int showDividers +com.jaredrummler.android.colorpicker.R$styleable: int[] AppCompatSeekBar +com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource[] values() +androidx.preference.R$styleable: int ActionMode_subtitleTextStyle +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle +com.google.android.material.slider.BaseSlider: float getThumbStrokeWidth() +androidx.appcompat.R$dimen: int hint_alpha_material_light +com.turingtechnologies.materialscrollbar.R$attr: int arrowShaftLength +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title +android.didikee.donate.R$dimen: int abc_search_view_preferred_height +androidx.preference.R$styleable: int AppCompatTheme_windowFixedWidthMajor +io.reactivex.internal.observers.DeferredScalarDisposable: int FUSED_CONSUMED +com.google.android.material.R$style: int Platform_MaterialComponents_Dialog +wangdaye.com.geometricweather.R$attr: int dialogLayout +androidx.preference.R$string: int abc_activity_chooser_view_see_all +wangdaye.com.geometricweather.R$string: int character_counter_overflowed_content_description +androidx.hilt.R$id: int accessibility_custom_action_31 +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String getCity() +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void request(long) +com.turingtechnologies.materialscrollbar.R$styleable: int[] MenuItem +wangdaye.com.geometricweather.R$id: int staticPostLayout +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipBackgroundColor +androidx.recyclerview.R$id: int italic +wangdaye.com.geometricweather.R$styleable: int Chip_shapeAppearanceOverlay +androidx.appcompat.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu +androidx.core.R$id: int accessibility_custom_action_18 +james.adaptiveicon.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall +androidx.constraintlayout.widget.R$attr: int measureWithLargestChild +android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup +com.google.android.material.R$dimen: int design_snackbar_padding_vertical +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: int leftIndex +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void innerError(java.lang.Throwable) +wangdaye.com.geometricweather.R$attr: int flow_verticalStyle +okhttp3.Call: okhttp3.Call clone() +androidx.preference.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity +androidx.preference.R$dimen: int abc_list_item_padding_horizontal_material +androidx.cardview.R$styleable: int CardView_cardBackgroundColor +wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerFamilyBottomRight +okhttp3.OkHttpClient: java.net.ProxySelector proxySelector() +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_checkedTextViewStyle +wangdaye.com.geometricweather.R$styleable: int Layout_maxWidth +okio.Okio: boolean isAndroidGetsocknameError(java.lang.AssertionError) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_maxWidth +cyanogenmod.weather.WeatherLocation: java.lang.String getPostalCode() +com.google.android.material.R$style: int Base_Widget_AppCompat_ActionBar_TabBar +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_contentInsetEndWithActions +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_goneMarginBottom +androidx.cardview.widget.CardView: CardView(android.content.Context,android.util.AttributeSet) +io.reactivex.Observable: io.reactivex.Observable concatDelayError(io.reactivex.ObservableSource) +androidx.legacy.coreutils.R$style: int TextAppearance_Compat_Notification_Info +android.didikee.donate.R$styleable: int Spinner_android_dropDownWidth +io.reactivex.Observable: io.reactivex.Observable mergeDelayError(java.lang.Iterable,int,int) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_horizontalBias +com.google.android.material.card.MaterialCardView: float getRadius() +com.google.android.material.R$color: int mtrl_indicator_text_color +cyanogenmod.providers.ThemesContract$ThemesColumns: android.net.Uri CONTENT_URI +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: boolean setOther(io.reactivex.disposables.Disposable) +com.google.android.material.slider.BaseSlider +wangdaye.com.geometricweather.background.polling.permanent.observer.TimeObserverService +wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTodayForecastUpdateService +com.google.android.material.R$attr: int thumbStrokeWidth +james.adaptiveicon.R$attr: int titleMargins +wangdaye.com.geometricweather.R$attr: int preferenceCategoryTitleTextAppearance +wangdaye.com.geometricweather.R$attr: int radius_from +wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_color +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableLeftCompat +james.adaptiveicon.R$attr: int toolbarStyle +io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function8) +wangdaye.com.geometricweather.R$id: int treeValue +androidx.swiperefreshlayout.R$integer: R$integer() +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ListView +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowMinWidthMinor +androidx.activity.R$dimen: int compat_notification_large_icon_max_height +android.didikee.donate.R$drawable: int abc_cab_background_top_mtrl_alpha +okio.Options: int[] trie +android.didikee.donate.R$attr: int actionBarItemBackground +com.google.android.material.tabs.TabLayout: void removeOnTabSelectedListener(com.google.android.material.tabs.TabLayout$BaseOnTabSelectedListener) +android.didikee.donate.R$color: int notification_action_color_filter +androidx.preference.R$id: int accessibility_custom_action_22 +okio.AsyncTimeout$2: AsyncTimeout$2(okio.AsyncTimeout,okio.Source) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean getSpeed() +com.turingtechnologies.materialscrollbar.R$color: int mtrl_bottom_nav_item_tint +okio.Segment: okio.Segment prev +wangdaye.com.geometricweather.R$attr: int color +androidx.core.R$drawable +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_contentInsetEnd +james.adaptiveicon.R$attr: int icon +android.didikee.donate.R$styleable: int ActionBar_navigationMode +wangdaye.com.geometricweather.R$styleable: int[] ActivityChooserView +okhttp3.ConnectionSpec: java.util.List tlsVersions() +james.adaptiveicon.R$styleable: int Toolbar_collapseContentDescription +okhttp3.internal.platform.JdkWithJettyBootPlatform: JdkWithJettyBootPlatform(java.lang.reflect.Method,java.lang.reflect.Method,java.lang.reflect.Method,java.lang.Class,java.lang.Class) +androidx.hilt.lifecycle.R$id: int blocking +androidx.preference.R$styleable: int[] AnimatedStateListDrawableItem +wangdaye.com.geometricweather.R$styleable: int Chip_android_ellipsize +androidx.appcompat.R$attr: int showTitle +io.reactivex.internal.util.EmptyComponent: void request(long) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_pivotX +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_temp_5 +okhttp3.internal.http2.Http2Connection$ReaderRunnable$3: okhttp3.internal.http2.Http2Connection$ReaderRunnable this$1 +androidx.constraintlayout.widget.R$color: int button_material_dark +cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent WALLPAPER +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable: long serialVersionUID +com.google.android.material.R$styleable: int Constraint_android_layout_height +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: void setStreet(java.lang.String) +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse +androidx.appcompat.widget.ActionBarContextView: int getContentHeight() +okhttp3.RequestBody$3: okhttp3.MediaType val$contentType +androidx.constraintlayout.widget.Guideline: void setGuidelineEnd(int) +androidx.preference.R$attr: int displayOptions +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric: double Value +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setRainPrecipitationProbability(java.lang.Float) +com.google.android.material.R$attr: int colorSurface +androidx.appcompat.widget.ContentFrameLayout: android.util.TypedValue getMinWidthMinor() +androidx.constraintlayout.widget.R$styleable: int[] AppCompatTheme +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Headline +cyanogenmod.weather.WeatherInfo$1: cyanogenmod.weather.WeatherInfo[] newArray(int) +com.google.android.material.R$dimen: int abc_text_size_title_material_toolbar +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: boolean done +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) +cyanogenmod.app.IProfileManager: void removeNotificationGroup(android.app.NotificationGroup) +androidx.appcompat.widget.AppCompatButton: AppCompatButton(android.content.Context,android.util.AttributeSet,int) +okhttp3.Headers: void checkValue(java.lang.String,java.lang.String) +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: long serialVersionUID +android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionBar_TabText +cyanogenmod.app.PartnerInterface: int ZEN_MODE_IMPORTANT_INTERRUPTIONS +com.xw.repo.bubbleseekbar.R$attr: int fontFamily +com.google.android.material.chip.Chip: android.content.res.ColorStateList getCheckedIconTint() +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabRippleColor +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionMenuTextAppearance +io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: io.reactivex.disposables.Disposable upstream +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: boolean done +retrofit2.Call: retrofit2.Response execute() +androidx.preference.R$id: int tabMode +androidx.preference.R$style: int Preference_Category_Material +wangdaye.com.geometricweather.R$dimen: int mtrl_card_checked_icon_size +androidx.appcompat.widget.AppCompatRadioButton: void setBackgroundResource(int) +okhttp3.internal.http1.Http1Codec$ChunkedSink: okio.Timeout timeout() +wangdaye.com.geometricweather.R$attr: int dragScale +io.reactivex.internal.subscriptions.EmptySubscription: void request(long) +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_iconTint +androidx.core.widget.NestedScrollView: int getScrollRange() +com.google.android.material.slider.BaseSlider: void setValues(java.util.List) +com.google.android.material.R$styleable: int[] MotionScene +com.google.android.material.progressindicator.ProgressIndicator: com.google.android.material.progressindicator.ProgressIndicatorSpec getSpec() +okhttp3.OkHttpClient$Builder: okhttp3.Dns dns +james.adaptiveicon.R$drawable: int abc_btn_radio_to_on_mtrl_000 +com.google.android.material.R$style: int ThemeOverlay_AppCompat_Dialog_Alert +okhttp3.CacheControl +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Imperial: int UnitType +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter emitter +androidx.preference.Preference$BaseSavedState: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: void setNames(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean) +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse +com.xw.repo.bubbleseekbar.R$styleable: int[] RecycleListView +wangdaye.com.geometricweather.R$style: int Animation_AppCompat_Dialog +james.adaptiveicon.R$layout: int abc_list_menu_item_checkbox +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.Integer getCloudCover() +com.jaredrummler.android.colorpicker.R$attr: int fontProviderPackage +okhttp3.internal.tls.OkHostnameVerifier: int ALT_DNS_NAME +wangdaye.com.geometricweather.settings.fragments.UnitSettingsFragment: UnitSettingsFragment() +androidx.constraintlayout.helper.widget.Flow: void setVerticalStyle(int) +wangdaye.com.geometricweather.settings.activities.PreviewIconActivity +com.turingtechnologies.materialscrollbar.R$styleable: int[] AppCompatSeekBar +io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: void dispose() +androidx.activity.R$drawable: int notification_template_icon_low_bg +android.didikee.donate.R$drawable: int abc_control_background_material +okhttp3.internal.cache.DiskLruCache$Editor: okio.Sink newSink(int) +androidx.hilt.lifecycle.R$id: int notification_main_column +com.google.android.material.chip.ChipGroup: int getCheckedChipId() +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void onNext(java.lang.Object) +androidx.lifecycle.LiveData$ObserverWrapper +androidx.fragment.R$attr: int font +wangdaye.com.geometricweather.R$styleable: int MaterialButton_shapeAppearance +androidx.preference.R$id: int buttonPanel +androidx.work.impl.background.systemalarm.RescheduleReceiver: RescheduleReceiver() +androidx.appcompat.widget.Toolbar: void setLogoDescription(java.lang.CharSequence) +android.didikee.donate.R$style: int Platform_ThemeOverlay_AppCompat_Dark +androidx.appcompat.R$styleable: int Toolbar_popupTheme +retrofit2.BuiltInConverters$UnitResponseBodyConverter io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: boolean isDisposed() -wangdaye.com.geometricweather.R$drawable: int notif_temp_24 -androidx.core.R$styleable: int GradientColor_android_endY -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarTabBarStyle -wangdaye.com.geometricweather.R$id: int mtrl_picker_title_text -android.didikee.donate.R$style: int Base_Widget_AppCompat_DrawerArrowToggle -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionMode_Inverse -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse -wangdaye.com.geometricweather.R$id: int item_weather_daily_air_content -com.turingtechnologies.materialscrollbar.R$attr: int windowMinWidthMajor -androidx.appcompat.R$style: int Base_V23_Theme_AppCompat_Light -android.didikee.donate.R$dimen: int abc_control_corner_material -james.adaptiveicon.R$styleable: int LinearLayoutCompat_android_baselineAligned -android.didikee.donate.R$style: int Base_Widget_AppCompat_SearchView -okhttp3.internal.cache.DiskLruCache: java.lang.Runnable cleanupRunnable -cyanogenmod.app.ThemeComponent -io.reactivex.internal.queue.SpscArrayQueue: int calcElementOffset(long,int) -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Day -androidx.constraintlayout.widget.R$color: int bright_foreground_inverse_material_dark -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xdwd -androidx.coordinatorlayout.R$styleable: int FontFamilyFont_android_font -wangdaye.com.geometricweather.R$id: int widget_day_week_time -android.didikee.donate.R$attr: int popupMenuStyle -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_24 -okhttp3.Route: int hashCode() -androidx.preference.R$layout: int preference_information_material -com.google.android.material.R$dimen: int highlight_alpha_material_colored -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_controlBackground -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float thunderstormPrecipitationProbability -com.turingtechnologies.materialscrollbar.R$attr: int lineSpacing -com.turingtechnologies.materialscrollbar.MaterialScrollBar: void removeScrollListener(androidx.recyclerview.widget.RecyclerView$OnScrollListener) -com.google.android.material.R$styleable: int Layout_layout_constraintBottom_toTopOf -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xntd -androidx.preference.R$styleable: int PreferenceGroup_initialExpandedChildrenCount -androidx.activity.R$string -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_translationZ -com.google.android.material.textfield.TextInputLayout: void setCounterOverflowTextAppearance(int) -androidx.lifecycle.SavedStateHandle: java.util.Map mLiveDatas -androidx.appcompat.widget.AppCompatCheckBox: android.content.res.ColorStateList getSupportButtonTintList() -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments$WarningTextBlocItem: java.lang.String titleHtml -androidx.vectordrawable.animated.R$drawable: int notification_icon_background -com.google.android.material.R$styleable: int Constraint_layout_constraintRight_creator -wangdaye.com.geometricweather.R$string: int key_alert_notification_switch -com.google.android.material.textfield.TextInputLayout: void setStartIconOnClickListener(android.view.View$OnClickListener) -org.greenrobot.greendao.AbstractDaoSession: java.util.Map entityToDao -androidx.fragment.R$layout: int notification_action -com.google.android.material.R$styleable: int DrawerArrowToggle_drawableSize -com.google.android.material.R$style: int Widget_AppCompat_ActionButton -wangdaye.com.geometricweather.R$drawable: int flag_si -wangdaye.com.geometricweather.R$string: int settings_summary_background_free_on -wangdaye.com.geometricweather.R$string: int sp_widget_day_week_setting -okio.Okio$2: okio.Timeout timeout() -com.jaredrummler.android.colorpicker.R$styleable: int[] Spinner -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemIconSize -androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type UNRESTRICTED -androidx.constraintlayout.widget.R$attr: int alertDialogCenterButtons -androidx.lifecycle.ViewModelProviders$DefaultFactory: ViewModelProviders$DefaultFactory(android.app.Application) -com.google.android.material.R$dimen: int mtrl_snackbar_margin -io.reactivex.Observable: java.lang.Object as(io.reactivex.ObservableConverter) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean getNames() -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult: long updatedOn -cyanogenmod.hardware.ICMHardwareService -wangdaye.com.geometricweather.R$styleable: int ArcProgress_arc_angle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: java.lang.String getValue() -wangdaye.com.geometricweather.R$styleable: int[] CardView -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: int FINISHED -com.google.android.material.card.MaterialCardView: android.content.res.ColorStateList getCardForegroundColor() -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: io.reactivex.disposables.Disposable upstream -android.didikee.donate.R$styleable: int SearchView_searchHintIcon -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_AES_128_CBC_SHA -james.adaptiveicon.R$styleable: int SearchView_layout -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_PopupWindow -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Caption -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: java.lang.String Summary -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_searchHintIcon -androidx.vectordrawable.animated.R$id: int tag_unhandled_key_listeners -com.jaredrummler.android.colorpicker.R$attr: int showText -okhttp3.internal.http2.ErrorCode: int httpCode -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getTreeIndex() -com.google.gson.stream.JsonWriter: int peek() -com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_android_fontVariationSettings -androidx.hilt.R$attr: int ttcIndex -io.reactivex.Observable: io.reactivex.Observable retryUntil(io.reactivex.functions.BooleanSupplier) -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.WeatherIconControlView: WeatherIconControlView(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.R$attr: int contentPaddingTop -androidx.coordinatorlayout.R$dimen: int notification_action_icon_size -wangdaye.com.geometricweather.R$attr: int bsb_min -wangdaye.com.geometricweather.R$dimen: int material_emphasis_medium -cyanogenmod.externalviews.KeyguardExternalView: void binderDied() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeRealFeelShaderTemperature -androidx.appcompat.R$styleable: int MenuView_android_verticalDivider -com.google.android.material.R$drawable: int mtrl_ic_cancel -android.didikee.donate.R$style: int Platform_V21_AppCompat_Light -cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent[] $VALUES -androidx.constraintlayout.widget.R$id: int ignore -androidx.constraintlayout.widget.R$attr: int layout_constraintHeight_max -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipEndPadding -android.didikee.donate.R$attr: int actionBarSize -androidx.appcompat.R$attr: int customNavigationLayout -androidx.constraintlayout.widget.R$styleable: int FontFamily_fontProviderPackage -io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: boolean isDisposed() -androidx.vectordrawable.animated.R$drawable: int notification_action_background -wangdaye.com.geometricweather.R$attr: int rangeFillColor -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getCOColor(android.content.Context) -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void onStart() -james.adaptiveicon.R$style: int Base_Widget_AppCompat_SearchView -cyanogenmod.profiles.RingModeSettings: cyanogenmod.profiles.RingModeSettings fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) -com.google.android.material.R$styleable: int Constraint_android_id -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeTotalPrecipitationProbability -androidx.customview.R$layout: int notification_template_part_time -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List diaoyu -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setUrl(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean) -okhttp3.HttpUrl: okhttp3.HttpUrl$Builder newBuilder(java.lang.String) -com.xw.repo.bubbleseekbar.R$id: int action_mode_close_button -okhttp3.internal.connection.StreamAllocation: void acquire(okhttp3.internal.connection.RealConnection,boolean) -com.google.android.material.slider.Slider: int getHaloRadius() -com.google.android.material.R$attr: int ttcIndex -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather: java.lang.String info -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: java.util.concurrent.atomic.AtomicReference upstream -wangdaye.com.geometricweather.R$color: int mtrl_chip_surface_color -androidx.preference.R$styleable: int PreferenceImageView_android_maxHeight -com.google.android.material.R$styleable: int FloatingActionButton_useCompatPadding -james.adaptiveicon.R$attr: int actionBarTabStyle -androidx.preference.R$styleable: int AppCompatTextView_autoSizePresetSizes -androidx.preference.R$dimen: int fastscroll_margin -com.xw.repo.bubbleseekbar.R$color: int bright_foreground_disabled_material_light -cyanogenmod.themes.ThemeManager$1$1 -wangdaye.com.geometricweather.R$attr: int progress_color -okhttp3.internal.connection.RealConnection: okhttp3.internal.http.HttpCodec newCodec(okhttp3.OkHttpClient,okhttp3.Interceptor$Chain,okhttp3.internal.connection.StreamAllocation) -wangdaye.com.geometricweather.R$bool: int enable_system_alarm_service_default -com.google.android.material.R$styleable: int Constraint_flow_firstVerticalStyle -com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage FINISHED -okhttp3.internal.http.RealInterceptorChain: okhttp3.internal.connection.StreamAllocation streamAllocation() -androidx.core.R$id: int accessibility_custom_action_22 -cyanogenmod.app.IProfileManager: void resetAll() -okhttp3.internal.ws.RealWebSocket: void onReadPing(okio.ByteString) -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_trackTintMode -androidx.preference.R$styleable: int ActionBar_hideOnContentScroll -androidx.constraintlayout.widget.R$styleable: int AppCompatImageView_tint -androidx.hilt.R$styleable: int GradientColor_android_gradientRadius -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_83 -com.github.rahatarmanahmed.cpv.CircularProgressView: boolean isIndeterminate -wangdaye.com.geometricweather.R$attr: int adjustable -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder username(java.lang.String) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ENABLE_FORWARD_LOOKUP_VALIDATOR -james.adaptiveicon.R$style: int Widget_AppCompat_Button -okhttp3.Route: okhttp3.Address address() -androidx.swiperefreshlayout.R$attr: int fontVariationSettings -io.reactivex.Observable: io.reactivex.Observable concatMapEager(io.reactivex.functions.Function) -com.google.android.material.R$style: int Base_Widget_MaterialComponents_CheckedTextView -androidx.appcompat.widget.AppCompatRadioButton: int getCompoundPaddingLeft() -cyanogenmod.app.CustomTileListenerService: java.lang.String access$200(cyanogenmod.app.CustomTileListenerService) -com.google.android.material.bottomnavigation.BottomNavigationView: android.view.Menu getMenu() -androidx.activity.R$color: int ripple_material_light -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial: AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial() -wangdaye.com.geometricweather.R$color: int colorTextGrey2nd -com.google.android.material.R$styleable: int ProgressIndicator_indicatorSize -com.google.android.material.R$styleable: int[] Slider -wangdaye.com.geometricweather.R$id: int selection_type -okhttp3.FormBody: java.lang.String encodedValue(int) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceListItemSmall -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton -cyanogenmod.weather.WeatherLocation: java.lang.String access$402(cyanogenmod.weather.WeatherLocation,java.lang.String) -androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_marginRight -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight_Dialog_Alert -androidx.lifecycle.ProcessLifecycleOwner: boolean mPauseSent -okhttp3.Dispatcher: int maxRequests -retrofit2.Platform$Android$MainThreadExecutor: void execute(java.lang.Runnable) -androidx.preference.R$styleable: int ActivityChooserView_initialActivityCount -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDate(java.util.Date) -com.google.android.material.R$color: int design_error -cyanogenmod.library.R$attr -androidx.preference.R$style: int Preference -androidx.constraintlayout.widget.R$attr: int editTextBackground -androidx.appcompat.R$attr: int titleMarginBottom -retrofit2.BuiltInConverters$VoidResponseBodyConverter: java.lang.Object convert(java.lang.Object) -androidx.preference.R$drawable: int abc_list_divider_mtrl_alpha -androidx.fragment.R$drawable: int notification_bg_normal -android.didikee.donate.R$color: int abc_search_url_text -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric Metric -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_second_track_size -james.adaptiveicon.R$attr: int indeterminateProgressStyle -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setDegreeDayTemperature(java.lang.Integer) -androidx.preference.R$attr: int initialActivityCount -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_height -android.didikee.donate.R$attr: int buttonBarNeutralButtonStyle -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_percent -wangdaye.com.geometricweather.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item -io.reactivex.Observable: io.reactivex.Observable mergeDelayError(java.lang.Iterable) -io.reactivex.internal.disposables.SequentialDisposable: void dispose() -androidx.lifecycle.ProcessLifecycleOwner: void activityStopped() -james.adaptiveicon.R$styleable: int SwitchCompat_android_thumb -androidx.lifecycle.extensions.R$styleable: int[] FragmentContainerView -androidx.appcompat.R$id: int src_over -com.google.gson.stream.JsonReader: int PEEKED_END_OBJECT -com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_showColorShades -cyanogenmod.os.Concierge$ParcelInfo: android.os.Parcel mParcel -com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_listLayout -com.turingtechnologies.materialscrollbar.R$attr: int chipGroupStyle -com.google.android.material.R$styleable: int ImageFilterView_round -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$8: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.String getHourlyForecast() -androidx.preference.R$styleable: int PreferenceFragmentCompat_android_layout -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light -wangdaye.com.geometricweather.R$attr: int order -cyanogenmod.providers.CMSettings$System: boolean putLongForUser(android.content.ContentResolver,java.lang.String,long,int) -com.google.android.material.R$dimen: int design_tab_text_size -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: void dispose() -androidx.constraintlayout.widget.R$drawable: int abc_edit_text_material -com.xw.repo.bubbleseekbar.R$layout: int abc_screen_simple_overlay_action_mode -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: io.reactivex.Observer downstream -androidx.viewpager2.R$styleable: int FontFamily_fontProviderFetchStrategy -androidx.appcompat.R$styleable: int AppCompatTheme_actionBarStyle -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: io.reactivex.disposables.Disposable upstream -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Weather -wangdaye.com.geometricweather.R$styleable: int ActionBar_displayOptions -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_editor_absoluteY -wangdaye.com.geometricweather.R$styleable: int[] GradientColor -okio.Pipe$PipeSink: void flush() -androidx.lifecycle.LiveData$AlwaysActiveObserver: androidx.lifecycle.LiveData this$0 -androidx.activity.R$dimen: int compat_button_padding_vertical_material -okhttp3.internal.http2.Hpack$Reader: void readIndexedHeader(int) -cyanogenmod.themes.ThemeManager: void onClientDestroyed(cyanogenmod.themes.ThemeManager$ThemeChangeListener) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listDividerAlertDialog -com.xw.repo.bubbleseekbar.R$color: int bright_foreground_inverse_material_light -com.xw.repo.bubbleseekbar.R$styleable: int ActionMode_background -wangdaye.com.geometricweather.R$id: int activity_widget_config_widgetContainer -com.google.gson.stream.JsonWriter: boolean getSerializeNulls() -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: io.reactivex.Observer downstream -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: void dispose() -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Button -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setWeatherEnd(java.lang.String) -androidx.recyclerview.R$id: int time -wangdaye.com.geometricweather.R$layout: int widget_day_rectangle -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_title -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_AES_256_CBC_SHA -com.google.android.material.snackbar.Snackbar$SnackbarLayout -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light_Dialog -cyanogenmod.themes.IThemeService$Stub: cyanogenmod.themes.IThemeService asInterface(android.os.IBinder) -com.jaredrummler.android.colorpicker.R$attr: int maxButtonHeight -com.jaredrummler.android.colorpicker.R$id: int transparency_text -com.jaredrummler.android.colorpicker.R$layout: int abc_list_menu_item_layout -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_suffixTextColor -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: java.lang.String getZh_CN() -com.google.android.material.internal.CheckableImageButton: CheckableImageButton(android.content.Context) -com.bumptech.glide.R$dimen: int compat_button_padding_vertical_material -cyanogenmod.externalviews.KeyguardExternalViewProviderService$1$1: android.os.Bundle val$options -cyanogenmod.app.suggest.AppSuggestManager: java.util.List getSuggestions(android.content.Intent) -androidx.constraintlayout.widget.R$color: int primary_text_disabled_material_dark -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position -wangdaye.com.geometricweather.common.basic.GeoActivity -androidx.preference.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton -wangdaye.com.geometricweather.R$attr: int chipStrokeWidth -androidx.preference.R$id: int title -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintWidth_percent -com.turingtechnologies.materialscrollbar.R$style: int Base_V26_Theme_AppCompat -okhttp3.internal.connection.RealConnection: java.util.List allocations -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void runFinally() -androidx.lifecycle.SavedStateHandle: androidx.lifecycle.MutableLiveData getLiveData(java.lang.String,java.lang.Object) -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: java.lang.Object NULL_KEY -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone: java.lang.String Name -wangdaye.com.geometricweather.R$styleable: int MotionTelltales_telltales_velocityMode -wangdaye.com.geometricweather.R$style: int ThemeOverlay_Design_TextInputEditText -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleMarginStart -com.jaredrummler.android.colorpicker.R$attr: int barLength -wangdaye.com.geometricweather.R$attr: int helperTextEnabled -com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.reflect.Type rawType -androidx.hilt.work.R$styleable: int FontFamilyFont_android_fontVariationSettings -james.adaptiveicon.R$attr: int iconTintMode -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintCircleAngle -androidx.hilt.work.R$id: int right_side -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.lifecycle.ViewModelProvider: java.lang.String DEFAULT_KEY -wangdaye.com.geometricweather.R$animator: int weather_hail_2 -androidx.constraintlayout.widget.R$drawable: int abc_list_focused_holo -com.turingtechnologies.materialscrollbar.R$styleable: int ColorStateListItem_android_alpha -james.adaptiveicon.R$attr: int dialogTheme -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_suffixText -androidx.preference.R$id: int accessibility_custom_action_24 -wangdaye.com.geometricweather.R$attr: int buttonStyle -com.turingtechnologies.materialscrollbar.R$dimen: int disabled_alpha_material_dark -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningConsequence -com.google.android.material.R$attr: int placeholderTextAppearance -com.google.android.material.R$string: int bottomsheet_action_expand_halfway -cyanogenmod.app.CMContextConstants$Features: java.lang.String APP_SUGGEST -cyanogenmod.providers.DataUsageContract: java.lang.String FAST_SAMPLES -com.google.android.material.R$dimen: int design_snackbar_max_width -androidx.transition.R$id: R$id() -io.reactivex.internal.disposables.DisposableHelper: void reportDisposableSet() -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor LIGHT -androidx.hilt.R$drawable: int notification_template_icon_low_bg -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ListMenuView -android.support.v4.os.ResultReceiver: void send(int,android.os.Bundle) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomNavigationView_PrimarySurface -androidx.preference.R$attr: int ratingBarStyleIndicator -okhttp3.internal.http2.Http2Stream: void setHeadersListener(okhttp3.internal.http2.Header$Listener) -androidx.constraintlayout.utils.widget.MockView: MockView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_showSeekBarValue -james.adaptiveicon.R$styleable: int AppCompatTheme_actionOverflowButtonStyle -com.turingtechnologies.materialscrollbar.R$attr: int foregroundInsidePadding -cyanogenmod.app.BaseLiveLockManagerService: java.lang.String TAG -io.reactivex.internal.disposables.DisposableHelper -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.MinutelyEntity) -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setDistrict(java.lang.String) -android.didikee.donate.R$style: int Widget_AppCompat_ActionBar -androidx.constraintlayout.widget.R$attr: int actionButtonStyle -io.reactivex.Observable: io.reactivex.Single toList(java.util.concurrent.Callable) -com.google.android.material.R$attr: int checkedButton -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial: double Value -wangdaye.com.geometricweather.R$style: int spinner_item -androidx.constraintlayout.widget.R$attr: int color -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_icon_padding -wangdaye.com.geometricweather.R$string: int content_desc_weather_icon_dark -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton$ExtendedFloatingActionButtonBehavior: ExtendedFloatingActionButton$ExtendedFloatingActionButtonBehavior() -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: boolean isPrecipitation() -androidx.lifecycle.extensions.R$styleable: int ColorStateListItem_android_color -androidx.viewpager.R$id: int text -wangdaye.com.geometricweather.R$dimen: int material_clock_number_text_size -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_editTextPreferenceStyle -okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RouteDatabase routeDatabase() -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: io.reactivex.disposables.Disposable upstream -androidx.appcompat.R$drawable: int abc_ic_star_black_36dp -androidx.fragment.R$id: int text2 -cyanogenmod.weatherservice.WeatherProviderService: android.os.Handler mHandler -io.reactivex.internal.subscriptions.SubscriptionArbiter: SubscriptionArbiter(boolean) -io.reactivex.exceptions.CompositeException: java.lang.String message -com.google.android.material.R$styleable: int[] ScrimInsetsFrameLayout -androidx.constraintlayout.widget.R$id: int radio -com.google.android.material.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle -james.adaptiveicon.R$color: int abc_tint_btn_checkable -wangdaye.com.geometricweather.R$attr: int maxAcceleration -cyanogenmod.power.IPerformanceManager$Stub$Proxy: int getPowerProfile() -wangdaye.com.geometricweather.R$attr: int motion_postLayoutCollision -android.didikee.donate.R$drawable: int notification_icon_background -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense -wangdaye.com.geometricweather.R$drawable: int weather_hail_2 -androidx.swiperefreshlayout.R$id: int line3 -cyanogenmod.themes.ThemeChangeRequest: java.util.Map mThemeComponents -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getUniqueDeviceId -com.turingtechnologies.materialscrollbar.R$styleable: int[] ActivityChooserView -cyanogenmod.profiles.RingModeSettings$1: cyanogenmod.profiles.RingModeSettings createFromParcel(android.os.Parcel) -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_inset -io.reactivex.Observable: io.reactivex.Single any(io.reactivex.functions.Predicate) -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_shapeAppearanceOverlay -android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_percent -androidx.appcompat.R$attr: int actionBarWidgetTheme -com.google.android.material.R$interpolator: int btn_radio_to_off_mtrl_animation_interpolator_0 -com.jaredrummler.android.colorpicker.R$styleable: int Preference_persistent -androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_drawableRight -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_expandedOffset -com.google.android.material.R$styleable: int TextInputLayout_boxCollapsedPaddingTop -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge -android.didikee.donate.R$attr: int searchHintIcon -retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback: retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter this$0 -wangdaye.com.geometricweather.R$attr: int saturation -com.turingtechnologies.materialscrollbar.R$attr: int listPreferredItemHeightLarge -cyanogenmod.power.IPerformanceManager$Stub: int TRANSACTION_getNumberOfProfiles -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.String getWindDescription(android.content.Context,wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit) -androidx.preference.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Ice: java.lang.String Unit -androidx.appcompat.R$color: int material_deep_teal_200 -androidx.constraintlayout.widget.R$attr: int listPopupWindowStyle -retrofit2.RequestBuilder$ContentTypeOverridingRequestBody: long contentLength() +androidx.appcompat.resources.R$layout +com.google.android.material.R$styleable: int FloatingActionButton_fabCustomSize +okhttp3.internal.http2.Http2Reader$Handler: void headers(boolean,int,int,java.util.List) +androidx.coordinatorlayout.R$id: int tag_unhandled_key_listeners +james.adaptiveicon.R$styleable: int[] SearchView +okhttp3.internal.Util: java.lang.AssertionError assertionError(java.lang.String,java.lang.Exception) +wangdaye.com.geometricweather.R$id: int action_about +com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_reverseLayout +com.google.android.material.R$attr: int actionBarSplitStyle +androidx.lifecycle.LiveData: void postValue(java.lang.Object) +com.google.android.material.chip.Chip: void setTextEndPadding(float) +androidx.vectordrawable.R$drawable: int notification_bg_normal +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area$LastAction: java.lang.String English +android.didikee.donate.R$styleable: int DrawerArrowToggle_arrowShaftLength +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeAppearanceOverlay +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight_DarkActionBar +com.google.android.material.R$attr: int layoutDescription +com.google.android.material.internal.StaticLayoutBuilderCompat$StaticLayoutBuilderCompatException: StaticLayoutBuilderCompat$StaticLayoutBuilderCompatException(java.lang.Throwable) +com.xw.repo.bubbleseekbar.R$styleable: int Spinner_android_dropDownWidth +com.google.android.material.R$dimen: int design_snackbar_background_corner_radius +androidx.core.R$dimen: int notification_small_icon_size_as_large +androidx.appcompat.R$styleable: int AppCompatImageView_android_src +io.reactivex.Observable: io.reactivex.Observable combineLatestDelayError(java.lang.Iterable,io.reactivex.functions.Function,int) cyanogenmod.weather.WeatherInfo$Builder -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_editor_absoluteY -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textColorSearchUrl -wangdaye.com.geometricweather.R$styleable: int Layout_layout_goneMarginTop -retrofit2.ParameterHandler$Tag: ParameterHandler$Tag(java.lang.Class) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dialogPreferredPadding -androidx.appcompat.R$attr: int actionModeCopyDrawable -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: MfRainResult$Position() -androidx.hilt.work.R$attr -org.greenrobot.greendao.AbstractDaoSession: java.util.Collection getAllDaos() -wangdaye.com.geometricweather.R$style: int Widget_Design_BottomSheet_Modal -wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle MATERIAL -androidx.hilt.R$dimen: int compat_button_inset_horizontal_material -wangdaye.com.geometricweather.common.basic.models.weather.Current: Current(java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,wangdaye.com.geometricweather.common.basic.models.weather.Temperature,wangdaye.com.geometricweather.common.basic.models.weather.Precipitation,wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability,wangdaye.com.geometricweather.common.basic.models.weather.Wind,wangdaye.com.geometricweather.common.basic.models.weather.UV,wangdaye.com.geometricweather.common.basic.models.weather.AirQuality,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.String,java.lang.String) -com.google.android.material.R$id: int mtrl_calendar_selection_frame -wangdaye.com.geometricweather.R$id: int SHOW_PROGRESS -okhttp3.OkHttpClient$Builder: okhttp3.Dispatcher dispatcher -wangdaye.com.geometricweather.R$color: int material_on_primary_emphasis_high_type -androidx.core.R$drawable: int notification_icon_background -androidx.drawerlayout.R$attr: int fontVariationSettings -android.didikee.donate.R$id: int search_edit_frame -com.google.android.material.timepicker.ClockHandView: void setOnActionUpListener(com.google.android.material.timepicker.ClockHandView$OnActionUpListener) -com.google.android.material.R$color: int material_on_surface_emphasis_high_type -okio.ByteString: int indexOf(byte[]) -okhttp3.internal.tls.DistinguishedNameParser: DistinguishedNameParser(javax.security.auth.x500.X500Principal) -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_subtitle -com.google.android.material.R$color: int abc_btn_colored_borderless_text_material -androidx.appcompat.resources.R$styleable: int StateListDrawable_android_visible -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_BATTERY_LANDSCAPE -wangdaye.com.geometricweather.R$styleable: int Preference_title -okhttp3.internal.ws.RealWebSocket: okhttp3.WebSocketListener listener -android.didikee.donate.R$drawable: int abc_scrubber_control_off_mtrl_alpha -androidx.constraintlayout.widget.R$styleable: int MenuGroup_android_menuCategory -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeSnowPrecipitation() -androidx.constraintlayout.widget.R$color: int abc_tint_spinner -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Dialog -cyanogenmod.app.Profile$ProfileTrigger: int getType() -com.turingtechnologies.materialscrollbar.R$id: int parallax -okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Connection$ReaderRunnable readerRunnable -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial Imperial -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: java.util.Date Date -androidx.appcompat.widget.ActionMenuView: android.view.Menu getMenu() -androidx.transition.R$drawable: int notification_icon_background -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: boolean done -android.didikee.donate.R$color: int dim_foreground_material_dark -androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType BOOLEAN_TYPE -androidx.loader.R$styleable: int FontFamily_fontProviderAuthority -android.support.v4.os.ResultReceiver -androidx.fragment.R$drawable: int notification_template_icon_bg -cyanogenmod.app.IProfileManager$Stub$Proxy -james.adaptiveicon.R$style: int Widget_AppCompat_ListView -okio.package-info -androidx.loader.R$id: int line1 -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatImageView_android_src -okhttp3.internal.connection.RealConnection: long idleAtNanos -com.turingtechnologies.materialscrollbar.R$attr: int collapseContentDescription -com.google.android.material.R$attr: int materialCalendarYearNavigationButton -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: ObservableWithLatestFrom$WithLatestFromObserver(io.reactivex.Observer,io.reactivex.functions.BiFunction) -com.turingtechnologies.materialscrollbar.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset -com.google.android.material.R$styleable: int MotionLayout_showPaths -androidx.preference.R$dimen: int preference_seekbar_padding_vertical -wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderCancelButton -com.google.android.material.R$styleable: int MenuView_preserveIconSpacing -androidx.constraintlayout.widget.R$id: int scrollIndicatorDown -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric: java.lang.String Unit -com.xw.repo.bubbleseekbar.R$id: int textSpacerNoButtons -okhttp3.Call: boolean isExecuted() -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIndicator -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setWindChillTemperature(java.lang.Integer) -io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: ObservableTimer$TimerObserver(io.reactivex.Observer) -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_visible -okhttp3.Cookie: java.lang.String path() -androidx.preference.R$styleable: int AppCompatImageView_srcCompat -wangdaye.com.geometricweather.R$attr: int thumbTextPadding -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Object readEntity(android.database.Cursor,int) -com.google.android.material.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation -okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.util.concurrent.CountDownLatch readCompleteLatch -james.adaptiveicon.R$style: R$style() -androidx.preference.R$styleable: int[] RecyclerView -androidx.constraintlayout.widget.R$styleable: int Transition_motionInterpolator -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Metric: AccuCurrentResult$Precip1hr$Metric() -okhttp3.internal.platform.JdkWithJettyBootPlatform: JdkWithJettyBootPlatform(java.lang.reflect.Method,java.lang.reflect.Method,java.lang.reflect.Method,java.lang.Class,java.lang.Class) -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Snow: java.lang.Integer fresh -okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection$Builder socket(java.net.Socket) -androidx.constraintlayout.widget.R$style: int Base_AlertDialog_AppCompat -com.google.android.material.R$attr: int drawableBottomCompat -androidx.constraintlayout.widget.R$anim: int abc_tooltip_enter -androidx.fragment.R$styleable: int FontFamily_fontProviderQuery -com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_allowCustom -com.google.android.material.R$styleable: int FloatingActionButton_shapeAppearanceOverlay +retrofit2.ParameterHandler$2: void apply(retrofit2.RequestBuilder,java.lang.Object) +com.turingtechnologies.materialscrollbar.R$styleable: int[] AppCompatTextView +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_show_thumb_text +retrofit2.RequestBuilder$ContentTypeOverridingRequestBody: long contentLength() +androidx.appcompat.R$attr: int fontWeight +okhttp3.internal.ws.WebSocketWriter$FrameSink: WebSocketWriter$FrameSink(okhttp3.internal.ws.WebSocketWriter) +com.turingtechnologies.materialscrollbar.R$attr: int numericModifiers +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse +com.google.android.material.R$attr: int itemIconTint +com.jaredrummler.android.colorpicker.R$style: int Base_V7_Theme_AppCompat_Light_Dialog +com.xw.repo.bubbleseekbar.R$id: int content +android.didikee.donate.R$styleable: int AppCompatTheme_listDividerAlertDialog +okhttp3.Headers: java.lang.String name(int) +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: io.reactivex.internal.util.AtomicThrowable error +com.jaredrummler.android.colorpicker.R$string: int abc_toolbar_collapse_description +com.jaredrummler.android.colorpicker.R$layout: int cpv_preference_square_large +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onAttach(android.os.IBinder) +com.bumptech.glide.R$id: int notification_main_column +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: java.lang.String ShortPhrase +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setPm25Desc(java.lang.String) +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.Temperature temperature +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String tempMin +com.google.android.material.internal.NavigationMenuItemView: void setActionView(android.view.View) +com.jaredrummler.android.colorpicker.R$attr: int spinnerDropDownItemStyle +wangdaye.com.geometricweather.R$styleable: int Layout_layout_goneMarginBottom +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_cancelLiveLockScreen +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling +retrofit2.ParameterHandler$HeaderMap: ParameterHandler$HeaderMap(java.lang.reflect.Method,int,retrofit2.Converter) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeStyle +androidx.legacy.coreutils.R$style: R$style() com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_SeekBar_Discrete -okhttp3.internal.http2.Http2Stream$StreamTimeout: okhttp3.internal.http2.Http2Stream this$0 -com.xw.repo.bubbleseekbar.R$attr: int listPreferredItemPaddingLeft -cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks: void providerDied() -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getLongAbbreviation(android.content.Context) -androidx.coordinatorlayout.R$id: int accessibility_custom_action_28 -androidx.recyclerview.widget.StaggeredGridLayoutManager: StaggeredGridLayoutManager(android.content.Context,android.util.AttributeSet,int,int) -androidx.appcompat.R$styleable: int TextAppearance_android_shadowColor -wangdaye.com.geometricweather.R$id: int dropdown_menu -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: void onComplete() -wangdaye.com.geometricweather.R$attr: int tabIndicatorHeight -androidx.preference.R$anim: int abc_popup_enter -com.bumptech.glide.R$attr: R$attr() -com.google.android.material.R$attr: int themeLineHeight -cyanogenmod.app.ProfileGroup$Mode -retrofit2.ParameterHandler$1: void apply(retrofit2.RequestBuilder,java.lang.Object) -wangdaye.com.geometricweather.R$id: int dialog_button -com.turingtechnologies.materialscrollbar.R$styleable: int[] MenuItem -wangdaye.com.geometricweather.remoteviews.config.ClockDayHorizontalWidgetConfigActivity -android.didikee.donate.R$dimen: int abc_search_view_preferred_width -androidx.vectordrawable.animated.R$id: int title -wangdaye.com.geometricweather.R$animator: int weather_thunderstorm_3 -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xnp -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_title -com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat -wangdaye.com.geometricweather.settings.fragments.AppearanceSettingsFragment -com.google.android.material.chip.Chip: void setChipTextResource(int) -com.xw.repo.bubbleseekbar.R$attr: int selectableItemBackground -wangdaye.com.geometricweather.R$id: int activity_widget_config_showCardContainer -wangdaye.com.geometricweather.R$array: int precipitation_unit_voices -wangdaye.com.geometricweather.R$color: int abc_btn_colored_text_material -cyanogenmod.themes.IThemeService$Stub$Proxy: void registerThemeProcessingListener(cyanogenmod.themes.IThemeProcessingListener) -com.jaredrummler.android.colorpicker.ColorPanelView: void setColor(int) -cyanogenmod.profiles.ConnectionSettings$BooleanState -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_contentInsetEndWithActions -com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawable_android_dither -io.reactivex.Observable: io.reactivex.Observable combineLatestDelayError(io.reactivex.ObservableSource[],io.reactivex.functions.Function) -androidx.recyclerview.R$id: int actions -androidx.constraintlayout.widget.R$styleable: int ActionBar_height -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_drawableEnd -androidx.appcompat.R$style: int Theme_AppCompat_Light_NoActionBar -com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_MinWidth -androidx.preference.R$style: int Preference_SwitchPreferenceCompat_Material -androidx.constraintlayout.widget.R$attr: int flow_lastVerticalStyle -okhttp3.Cookie: long expiresAt -cyanogenmod.app.LiveLockScreenManager -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Ice: int UnitType -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_translationZ -com.google.android.material.R$attr: int titleMarginBottom -androidx.viewpager.R$dimen: int notification_media_narrow_margin -androidx.appcompat.R$drawable: int abc_ic_arrow_drop_right_black_24dp -com.turingtechnologies.materialscrollbar.R$drawable: int avd_hide_password -wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.util.List _queryWeatherEntity_MinutelyEntityList(java.lang.String,java.lang.String) -androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityDestroyed(android.app.Activity) -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Subhead -wangdaye.com.geometricweather.R$styleable: int MotionTelltales_telltales_tailScale -androidx.swiperefreshlayout.R$styleable: int ColorStateListItem_android_alpha -cyanogenmod.app.Profile$ProfileTrigger: int describeContents() -com.turingtechnologies.materialscrollbar.R$attr: int cardElevation -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionBar_TabBar -com.google.android.material.textfield.TextInputLayout: float getBoxCornerRadiusTopEnd() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: java.lang.String LongPhrase -com.google.android.material.R$attr: int buttonCompat -androidx.lifecycle.extensions.R$drawable: int notification_template_icon_low_bg -com.xw.repo.bubbleseekbar.R$attr: int selectableItemBackgroundBorderless -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintCircle -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_Switch -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_slideLockscreenIn -wangdaye.com.geometricweather.R$attr: int tickColorActive -okio.RealBufferedSink$1 -androidx.dynamicanimation.R$styleable: int FontFamily_fontProviderCerts -android.didikee.donate.R$styleable: int[] ActionBarLayout -wangdaye.com.geometricweather.R$attr: int cpv_showAlphaSlider -com.google.android.material.bottomnavigation.BottomNavigationView: void setOnNavigationItemSelectedListener(com.google.android.material.bottomnavigation.BottomNavigationView$OnNavigationItemSelectedListener) -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_android_baselineAligned -androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableTransition_android_reversible -androidx.recyclerview.R$dimen: int compat_button_padding_vertical_material -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: cyanogenmod.hardware.DisplayMode[] getDisplayModes() -wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type PRECIPITATION -androidx.appcompat.R$color: int bright_foreground_material_dark -james.adaptiveicon.R$attr: int imageButtonStyle -androidx.customview.R$id: int text2 -com.bumptech.glide.R$attr: int fontWeight -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragmentCompat_android_layout -wangdaye.com.geometricweather.R$anim -androidx.constraintlayout.widget.R$attr: int font -retrofit2.RequestFactory$Builder: retrofit2.ParameterHandler parseParameterAnnotation(int,java.lang.reflect.Type,java.lang.annotation.Annotation[],java.lang.annotation.Annotation) -wangdaye.com.geometricweather.R$attr: int cornerSize -com.google.android.material.slider.RangeSlider: void setStepSize(float) -wangdaye.com.geometricweather.R$drawable: int widget_text -com.turingtechnologies.materialscrollbar.R$attr: int contentInsetStart -wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_marginRight -androidx.drawerlayout.R$dimen: int compat_button_padding_vertical_material -okio.ByteString: int indexOf(okio.ByteString) -androidx.transition.R$styleable: int FontFamilyFont_fontStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: java.lang.String getEn_US() -io.reactivex.observers.DisposableObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.turingtechnologies.materialscrollbar.R$attr: int drawerArrowStyle -androidx.appcompat.R$color: int abc_secondary_text_material_dark -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_SearchResult -androidx.viewpager.R$styleable: int FontFamilyFont_android_fontStyle -androidx.appcompat.R$styleable: int AppCompatTheme_actionOverflowButtonStyle -okhttp3.Cookie: Cookie(okhttp3.Cookie$Builder) -com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_android_orientation -androidx.viewpager2.R$id: int accessibility_custom_action_11 -com.jaredrummler.android.colorpicker.R$attr: int windowActionModeOverlay -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow -androidx.coordinatorlayout.R$id: int tag_accessibility_clickable_spans -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase moonPhase -okio.Pipe$PipeSource: void close() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$6 -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_UnelevatedButton -com.google.android.material.R$attr: int selectorSize -androidx.appcompat.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight_NoActionBar -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintTop_toBottomOf -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_seek_by_section -okio.Timeout: long deadlineNanoTime() -androidx.loader.R$style: int Widget_Compat_NotificationActionText -androidx.preference.R$style: int Widget_AppCompat_Button_Colored -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionButtonStyle -com.turingtechnologies.materialscrollbar.R$styleable: int[] NavigationView -cyanogenmod.app.CustomTile$ExpandedStyle: void writeToParcel(android.os.Parcel,int) -wangdaye.com.geometricweather.R$attr: int checkedIconSize -androidx.dynamicanimation.animation.DynamicAnimation: void removeEndListener(androidx.dynamicanimation.animation.DynamicAnimation$OnAnimationEndListener) -androidx.preference.R$attr: int layout_keyline -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getThunderstormPrecipitationProbability() -androidx.recyclerview.R$id: int notification_main_column -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: java.lang.String logo -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.Observer downstream -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: void run() -com.google.android.material.circularreveal.CircularRevealGridLayout: CircularRevealGridLayout(android.content.Context) -android.support.v4.app.INotificationSideChannel$Stub: android.support.v4.app.INotificationSideChannel asInterface(android.os.IBinder) -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void drain() -androidx.appcompat.widget.AppCompatImageView: AppCompatImageView(android.content.Context,android.util.AttributeSet) -androidx.constraintlayout.widget.R$styleable: int KeyCycle_curveFit -wangdaye.com.geometricweather.R$attr: int itemHorizontalPadding -com.google.android.material.R$styleable: int ProgressIndicator_circularRadius -okio.Buffer: int select(okio.Options) -wangdaye.com.geometricweather.R$attr: int flow_firstHorizontalStyle -androidx.constraintlayout.widget.R$dimen: int disabled_alpha_material_dark -androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable: void run() -com.turingtechnologies.materialscrollbar.R$attr: int fontStyle -com.google.android.material.R$style: int Base_V14_ThemeOverlay_MaterialComponents_Dialog -androidx.appcompat.R$attr: int colorButtonNormal -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable -com.turingtechnologies.materialscrollbar.R$attr: int iconSize -androidx.preference.R$attr: int buttonBarPositiveButtonStyle -androidx.dynamicanimation.R$id -androidx.appcompat.R$string: int abc_activity_chooser_view_see_all -com.turingtechnologies.materialscrollbar.R$color: int bright_foreground_inverse_material_light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX() -androidx.customview.R$styleable: int FontFamily_fontProviderFetchStrategy -com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_listLayout -wangdaye.com.geometricweather.R$attr: int layout_constraintLeft_toRightOf -androidx.drawerlayout.R$id: int text2 -com.google.android.material.R$id: int action_menu_presenter -com.jaredrummler.android.colorpicker.R$layout: int abc_select_dialog_material -james.adaptiveicon.R$attr: int iconifiedByDefault -com.google.android.material.progressindicator.ProgressIndicator: void setInverse(boolean) -com.google.android.material.R$styleable: int ConstraintSet_android_rotationX -cyanogenmod.themes.ThemeChangeRequest$1: java.lang.Object[] newArray(int) -retrofit2.BuiltInConverters$RequestBodyConverter: retrofit2.BuiltInConverters$RequestBodyConverter INSTANCE -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Metric Metric -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_29 -androidx.appcompat.R$attr: int alertDialogButtonGroupStyle -okhttp3.internal.connection.StreamAllocation: okhttp3.ConnectionPool connectionPool -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_passwordToggleEnabled -wangdaye.com.geometricweather.R$styleable: int Chip_textStartPadding -okhttp3.Cookie$Builder: okhttp3.Cookie$Builder hostOnlyDomain(java.lang.String) -androidx.viewpager2.R$styleable: int[] FontFamily -wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableTransition_android_drawable -androidx.vectordrawable.animated.R$styleable: int[] FontFamilyFont -cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_setAirplaneModeEnabled_0 -okio.BufferedSource: boolean request(long) -com.google.android.material.floatingactionbutton.FloatingActionButton: com.google.android.material.shape.ShapeAppearanceModel getShapeAppearanceModel() -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void innerSuccess(io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver,java.lang.Object) -androidx.constraintlayout.widget.R$attr: int subtitle -cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String pkg -james.adaptiveicon.R$style: int Widget_AppCompat_PopupWindow -androidx.hilt.lifecycle.R$dimen: int notification_small_icon_background_padding -androidx.constraintlayout.widget.R$attr: int layout_optimizationLevel -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_AES_128_CBC_SHA256 -androidx.constraintlayout.widget.R$styleable: int[] KeyTrigger -wangdaye.com.geometricweather.R$attr: int contentDescription -androidx.appcompat.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog -androidx.fragment.R$dimen: int notification_large_icon_width -wangdaye.com.geometricweather.R$color: int mtrl_chip_text_color -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Toolbar_Button_Navigation -androidx.appcompat.resources.R$styleable: int GradientColorItem_android_offset -cyanogenmod.platform.R$integer: R$integer() -wangdaye.com.geometricweather.R$id: int activity_widget_config_cardAlphaSeekBar -com.google.android.material.slider.Slider -okhttp3.internal.http2.Hpack$Reader: int evictToRecoverBytes(int) -cyanogenmod.hardware.ICMHardwareService: boolean writePersistentBytes(java.lang.String,byte[]) -com.jaredrummler.android.colorpicker.R$styleable: int Spinner_android_entries -okhttp3.internal.http2.Huffman: okhttp3.internal.http2.Huffman get() -cyanogenmod.weather.WeatherInfo -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Imperial: double Value -com.google.android.material.R$attr: int layout_anchor -james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert -androidx.vectordrawable.animated.R$id: int text2 -com.jaredrummler.android.colorpicker.R$layout: int preference_dropdown_material -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarSize -james.adaptiveicon.R$id: int search_go_btn -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: boolean cancelled -com.turingtechnologies.materialscrollbar.R$id: int edit_query -androidx.constraintlayout.widget.R$color: int secondary_text_disabled_material_dark -okhttp3.internal.cache.DiskLruCache$Snapshot: DiskLruCache$Snapshot(okhttp3.internal.cache.DiskLruCache,java.lang.String,long,okio.Source[],long[]) -androidx.preference.R$style: int Preference_CheckBoxPreference_Material -androidx.legacy.coreutils.R$dimen: int compat_button_inset_vertical_material -wangdaye.com.geometricweather.R$drawable: int abc_list_selector_disabled_holo_light -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_editTextColor -androidx.work.impl.utils.futures.DirectExecutor: androidx.work.impl.utils.futures.DirectExecutor valueOf(java.lang.String) -androidx.coordinatorlayout.R$id: int accessibility_custom_action_31 -io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) -androidx.constraintlayout.widget.VirtualLayout: VirtualLayout(android.content.Context,android.util.AttributeSet) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarSize -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActivityChooserView -androidx.hilt.lifecycle.R$layout: int notification_template_icon_group -com.google.android.material.R$styleable: int CollapsingToolbarLayout_maxLines -com.google.android.material.R$drawable: int abc_list_divider_material -io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Spinner_DropDown -okhttp3.internal.http.HttpDate$1: java.lang.Object initialValue() -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.lang.String Key -com.google.android.material.R$id: int chip -com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_check_to_on_mtrl_000 -retrofit2.SkipCallbackExecutorImpl: java.lang.String toString() -wangdaye.com.geometricweather.R$dimen: int mtrl_exposed_dropdown_menu_popup_vertical_offset -androidx.appcompat.widget.ActionBarContainer: ActionBarContainer(android.content.Context,android.util.AttributeSet) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarWidgetTheme -androidx.hilt.work.R$color: int secondary_text_default_material_light +wangdaye.com.geometricweather.R$style: int Platform_Widget_AppCompat_Spinner +androidx.activity.R$styleable: int GradientColor_android_centerY +androidx.vectordrawable.animated.R$style: int TextAppearance_Compat_Notification_Line2 +com.xw.repo.bubbleseekbar.R$attr: int layout_keyline +androidx.appcompat.R$dimen: int abc_text_size_title_material_toolbar +androidx.customview.R$style +okhttp3.internal.http2.Http2Connection$ReaderRunnable$1: Http2Connection$ReaderRunnable$1(okhttp3.internal.http2.Http2Connection$ReaderRunnable,java.lang.String,java.lang.Object[],okhttp3.internal.http2.Http2Stream) +wangdaye.com.geometricweather.R$attr: int clickAction +cyanogenmod.platform.Manifest$permission: java.lang.String OBSERVE_AUDIO_SESSIONS +android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu +androidx.preference.R$styleable: int[] PreferenceFragment +android.didikee.donate.R$dimen: int abc_dialog_min_width_minor +wangdaye.com.geometricweather.R$string: int settings_title_notification_hide_icon +wangdaye.com.geometricweather.R$drawable: int abc_menu_hardkey_panel_mtrl_mult +io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: io.reactivex.Scheduler scheduler +com.google.android.material.R$drawable: int notification_bg_normal android.didikee.donate.R$styleable: int AppCompatTextView_autoSizeStepGranularity -androidx.appcompat.R$styleable: int Toolbar_menu -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_SearchView_ActionBar -retrofit2.Retrofit: java.util.Map serviceMethodCache -androidx.recyclerview.R$style: int TextAppearance_Compat_Notification_Title -com.jaredrummler.android.colorpicker.R$color: int material_blue_grey_800 -androidx.lifecycle.LifecycleService: void onDestroy() -androidx.coordinatorlayout.R$id: int tag_transition_group -james.adaptiveicon.R$attr: int subtitleTextColor -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: java.lang.String getSummary(android.content.Context,java.util.List) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionOverflowButtonStyle -com.turingtechnologies.materialscrollbar.R$attr: int actionButtonStyle -wangdaye.com.geometricweather.R$id: int outgoing -android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionBar -org.greenrobot.greendao.AbstractDao: void refresh(java.lang.Object) -wangdaye.com.geometricweather.R$id: int item_about_library_title -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -androidx.hilt.lifecycle.R$id: int forever -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintTop_creator -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_toBottomOf -androidx.loader.R$dimen: int notification_action_text_size -wangdaye.com.geometricweather.R$string: int settings_notification_hide_icon_off -wangdaye.com.geometricweather.R$drawable: int weather_thunder_pixel -androidx.vectordrawable.animated.R$id: int notification_main_column -okhttp3.internal.cache.CacheStrategy$Factory: java.util.Date expires -androidx.constraintlayout.widget.R$styleable: int Transition_constraintSetEnd -james.adaptiveicon.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title -com.google.android.material.R$styleable: int Constraint_layout_constraintTop_toTopOf -okhttp3.HttpUrl$Builder: java.util.List encodedQueryNamesAndValues -okhttp3.internal.ws.RealWebSocket: java.util.concurrent.ScheduledFuture cancelFuture -androidx.appcompat.R$color: int abc_hint_foreground_material_light -james.adaptiveicon.R$string: R$string() -wangdaye.com.geometricweather.R$drawable: int widget_day_week -wangdaye.com.geometricweather.R$attr: int autoSizeTextType -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_iconTint -okhttp3.internal.cache.CacheStrategy$Factory: java.lang.String servedDateString -okhttp3.internal.ws.RealWebSocket: java.lang.String receivedCloseReason -androidx.preference.R$attr: int contentInsetEndWithActions -wangdaye.com.geometricweather.R$attr: int scrimAnimationDuration -androidx.appcompat.R$drawable: int abc_list_pressed_holo_dark -com.google.android.material.chip.Chip -androidx.appcompat.R$styleable: int AppCompatTheme_actionModeCloseDrawable -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layoutDescription -com.github.rahatarmanahmed.cpv.CircularProgressView: java.util.List access$100(com.github.rahatarmanahmed.cpv.CircularProgressView) -androidx.appcompat.widget.ScrollingTabContainerView: void setAllowCollapse(boolean) -androidx.constraintlayout.widget.R$anim: int btn_radio_to_off_mtrl_dot_group_animation -james.adaptiveicon.R$attr: int titleMarginBottom -androidx.fragment.R$attr: int fontVariationSettings -androidx.appcompat.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorButtonNormal -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void onNext(java.lang.Object) -com.xw.repo.bubbleseekbar.R$attr: int drawableSize -androidx.dynamicanimation.R$styleable: int[] GradientColor -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha -androidx.hilt.R$layout: int notification_action -androidx.legacy.content.WakefulBroadcastReceiver -com.google.android.material.R$dimen: int mtrl_calendar_maximum_default_fullscreen_minor_axis +androidx.coordinatorlayout.R$id: int action_text +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Weather +com.turingtechnologies.materialscrollbar.R$anim: int abc_slide_in_top +okhttp3.internal.platform.AndroidPlatform +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult: long updatedOn +wangdaye.com.geometricweather.R$id: int widget_week_icon_1 com.google.android.material.R$styleable: int MotionScene_layoutDuringTransition -com.google.android.material.circularreveal.CircularRevealRelativeLayout: com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo getRevealInfo() -com.google.gson.internal.LazilyParsedNumber: java.lang.Object writeReplace() -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: io.reactivex.Observer downstream -com.bumptech.glide.integration.okhttp.R$attr: int font -io.reactivex.Observable: io.reactivex.Observable take(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$4: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents -okhttp3.internal.ws.RealWebSocket: int sentPingCount -wangdaye.com.geometricweather.R$dimen: int abc_action_bar_content_inset_material -james.adaptiveicon.R$styleable: int Toolbar_contentInsetEndWithActions -androidx.fragment.R$id: int actions -androidx.lifecycle.ServiceLifecycleDispatcher: void onServicePreSuperOnCreate() -com.jaredrummler.android.colorpicker.R$styleable: int Preference_key -com.turingtechnologies.materialscrollbar.R$attr: int actionBarPopupTheme -androidx.loader.R$styleable: int FontFamily_fontProviderFetchTimeout -com.xw.repo.bubbleseekbar.R$attr: int bsb_section_text_position -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderTitle -androidx.constraintlayout.widget.R$styleable: int OnSwipe_touchRegionId -cyanogenmod.weatherservice.IWeatherProviderService$Stub: int TRANSACTION_setServiceClient -android.didikee.donate.R$style: int Theme_AppCompat_Light_Dialog_MinWidth -okhttp3.Request$Builder: okhttp3.Request$Builder delete(okhttp3.RequestBody) -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_divider -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void onComplete() -okhttp3.ResponseBody$1: long contentLength() +wangdaye.com.geometricweather.R$string: int feedback_interpret_notification_group_content +androidx.constraintlayout.widget.R$attr: int layout_constraintHeight_default +wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: java.lang.String postCode +okhttp3.internal.ws.RealWebSocket: okhttp3.WebSocketListener listener +androidx.work.R$id: int dialog_button +james.adaptiveicon.R$attr: int textAppearanceSearchResultTitle +wangdaye.com.geometricweather.R$id: int activity_settings +com.turingtechnologies.materialscrollbar.R$styleable: int ActionMenuItemView_android_minWidth +androidx.constraintlayout.widget.R$color: int foreground_material_dark +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: java.lang.String getDesc() +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: io.reactivex.subjects.UnicastSubject window +wangdaye.com.geometricweather.R$attr: int checked +com.xw.repo.bubbleseekbar.R$layout: int abc_select_dialog_material +com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$Node findByObject(java.lang.Object) +androidx.lifecycle.Lifecycle$State: boolean isAtLeast(androidx.lifecycle.Lifecycle$State) +okhttp3.internal.Util: int skipLeadingAsciiWhitespace(java.lang.String,int,int) +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: long end +wangdaye.com.geometricweather.R$dimen: int design_fab_translation_z_hovered_focused +james.adaptiveicon.R$color: int tooltip_background_light +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_ProgressIndicator +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Region +com.google.android.material.R$id: int accessibility_custom_action_4 +com.jaredrummler.android.colorpicker.R$attr: int fastScrollVerticalTrackDrawable +androidx.preference.R$color: int abc_secondary_text_material_dark +android.didikee.donate.R$style: int TextAppearance_AppCompat_Large +com.google.android.material.R$drawable: int abc_ic_star_half_black_16dp +androidx.lifecycle.ViewModelStoreOwner +androidx.appcompat.R$attr: int alphabeticModifiers +com.bumptech.glide.R$attr: int ttcIndex +wangdaye.com.geometricweather.R$drawable: int notif_temp_61 +com.jaredrummler.android.colorpicker.R$dimen: int fastscroll_default_thickness +wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_AppbarTheme_Light +okhttp3.Dispatcher: int runningCallsCount() +androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_android_fontWeight +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_MaterialComponents_Badge +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_16 +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_Chip +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_title +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light_DialogWhenLarge +wangdaye.com.geometricweather.R$styleable: int Layout_layout_goneMarginTop +com.xw.repo.bubbleseekbar.R$attr: int colorControlActivated +wangdaye.com.geometricweather.R$attr: int useSimpleSummaryProvider +androidx.fragment.R$id: int accessibility_custom_action_6 +androidx.drawerlayout.R$string: R$string() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Imperial Imperial +retrofit2.HttpServiceMethod: okhttp3.Call$Factory callFactory +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Menu +androidx.constraintlayout.widget.R$styleable: int ImageFilterView_overlay +com.jaredrummler.android.colorpicker.R$style: int Preference_PreferenceScreen_Material +androidx.preference.ExpandButton +wangdaye.com.geometricweather.R$id: int activity_widget_config_alignEndTitle +androidx.coordinatorlayout.R$style: int Widget_Compat_NotificationActionText +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: void setSwitchView(wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu +com.google.android.material.R$styleable: int ThemeEnforcement_enforceTextAppearance +androidx.appcompat.resources.R$styleable: int GradientColor_android_tileMode +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Headline +androidx.appcompat.R$dimen: int abc_text_size_subtitle_material_toolbar +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode CLEAR +androidx.customview.R$styleable: int GradientColor_android_endY +com.jaredrummler.android.colorpicker.R$attr: int toolbarNavigationButtonStyle +androidx.hilt.R$styleable: int GradientColor_android_centerX +androidx.preference.R$bool: int config_materialPreferenceIconSpaceReserved +wangdaye.com.geometricweather.R$styleable: int Constraint_android_elevation +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: android.os.IBinder mRemote +cyanogenmod.providers.CMSettings$Secure: java.lang.String SYS_PROP_CM_SETTING_VERSION +com.google.android.material.R$styleable: int TextInputLayout_passwordToggleEnabled +androidx.appcompat.R$styleable: int AppCompatTheme_popupMenuStyle +com.google.android.material.R$color: int design_dark_default_color_error +okio.Buffer: short readShortLe() +cyanogenmod.hardware.DisplayMode: DisplayMode(int,java.lang.String) +wangdaye.com.geometricweather.R$dimen: int abc_text_size_display_2_material +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen +com.google.android.material.R$dimen: int mtrl_calendar_month_vertical_padding +com.google.android.material.R$styleable: int[] ColorStateListItem +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setRainPrecipitation(java.lang.Float) +wangdaye.com.geometricweather.R$drawable: int material_ic_keyboard_arrow_right_black_24dp +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void dispose() +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title +androidx.constraintlayout.widget.R$dimen: int abc_text_size_body_2_material +com.google.android.material.button.MaterialButton: void setBackgroundTintMode(android.graphics.PorterDuff$Mode) +androidx.coordinatorlayout.R$attr: int fontWeight +com.turingtechnologies.materialscrollbar.R$attr: int buttonGravity +com.google.android.material.R$layout: int abc_search_dropdown_item_icons_2line +androidx.preference.R$styleable: int TextAppearance_android_shadowRadius +androidx.constraintlayout.widget.R$attr: int layout_constraintBaseline_creator +cyanogenmod.providers.CMSettings$System$1: boolean validate(java.lang.String) +wangdaye.com.geometricweather.R$attr: int materialAlertDialogTitleTextStyle +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintCircle +com.google.android.material.R$styleable: int[] View +androidx.constraintlayout.widget.R$attr: int listMenuViewStyle +androidx.appcompat.resources.R$styleable: int FontFamilyFont_android_font +androidx.work.BackoffPolicy: androidx.work.BackoffPolicy[] values() +androidx.activity.R$dimen: int compat_button_inset_vertical_material +okio.BufferedSource: int read(byte[]) +okhttp3.CacheControl: int sMaxAgeSeconds +androidx.preference.R$styleable: int AppCompatTextView_drawableLeftCompat +androidx.constraintlayout.widget.R$styleable: int KeyCycle_transitionPathRotate +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: void setLiveLockScreenEnabled(boolean) +com.jaredrummler.android.colorpicker.R$dimen: R$dimen() +androidx.constraintlayout.widget.R$style: int Base_V26_Theme_AppCompat +androidx.preference.R$dimen: int highlight_alpha_material_dark +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_IME_SWITCHER_VALIDATOR +io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: ObservablePublishSelector$TargetObserver(io.reactivex.Observer) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWindSpeed +com.turingtechnologies.materialscrollbar.R$attr: int actionBarStyle +androidx.constraintlayout.widget.R$styleable: int ImageFilterView_round +androidx.fragment.app.DialogFragment: DialogFragment() +wangdaye.com.geometricweather.R$styleable: int Constraint_chainUseRtl +wangdaye.com.geometricweather.R$styleable: int StateListDrawable_android_visible +wangdaye.com.geometricweather.R$style: int Widget_Design_BottomSheet_Modal +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.UV uv +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void onError(java.lang.Throwable) +com.turingtechnologies.materialscrollbar.R$attr: int spanCount +cyanogenmod.hardware.CMHardwareManager: int getNumGammaControls() +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_elevation +androidx.lifecycle.SavedStateHandleController$1: androidx.lifecycle.Lifecycle val$lifecycle +retrofit2.KotlinExtensions$await$2$2: void onResponse(retrofit2.Call,retrofit2.Response) +io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.preference.R$layout: int abc_list_menu_item_radio +androidx.appcompat.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog +androidx.work.R$integer +cyanogenmod.weather.CMWeatherManager$2$1: cyanogenmod.weather.WeatherInfo val$weatherInfo +okhttp3.internal.http2.Http2Writer: void flush() +com.google.android.material.internal.ForegroundLinearLayout: void setForeground(android.graphics.drawable.Drawable) +com.google.android.material.slider.RangeSlider: void setThumbStrokeWidth(float) +wangdaye.com.geometricweather.R$attr: int boxStrokeWidth +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Metric +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonStyleSmall +androidx.preference.R$attr: int closeIcon +com.google.android.material.R$id: int accessibility_custom_action_10 +wangdaye.com.geometricweather.R$drawable: int weather_rain_3 +wangdaye.com.geometricweather.R$drawable: int notif_temp_52 +com.jaredrummler.android.colorpicker.R$anim: int abc_tooltip_exit +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer aqiIndex +com.google.android.material.R$styleable: int AppCompatTheme_listMenuViewStyle +androidx.viewpager2.R$layout: int custom_dialog +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_measureWithLargestChild +cyanogenmod.app.LiveLockScreenManager: cyanogenmod.app.LiveLockScreenManager getInstance(android.content.Context) +android.didikee.donate.R$dimen: int abc_action_bar_overflow_padding_start_material +androidx.viewpager.R$styleable: int GradientColor_android_type +androidx.preference.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView +com.google.android.material.R$layout: int mtrl_calendar_year +okhttp3.CacheControl: boolean noStore +com.xw.repo.bubbleseekbar.R$attr: int listPreferredItemPaddingLeft +wangdaye.com.geometricweather.R$styleable: int SwitchPreference_android_summaryOn +wangdaye.com.geometricweather.R$id: int widget_day_week_icon_4 +james.adaptiveicon.R$attr: int fontStyle +androidx.appcompat.resources.R$styleable: int StateListDrawable_android_dither +com.jaredrummler.android.colorpicker.R$string: int abc_searchview_description_clear +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_checkable +okio.BufferedSink: java.io.OutputStream outputStream() +androidx.appcompat.widget.ActionBarContainer: void setSplitBackground(android.graphics.drawable.Drawable) +androidx.constraintlayout.widget.R$dimen: int tooltip_margin +io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: long serialVersionUID +cyanogenmod.app.suggest.AppSuggestManager +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item +cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_isDataConnectionEnabled +com.google.android.material.R$drawable: int abc_cab_background_top_material +wangdaye.com.geometricweather.R$styleable: int SearchView_voiceIcon +androidx.preference.R$dimen: int tooltip_precise_anchor_threshold +wangdaye.com.geometricweather.R$string: int feedback_location_failed +james.adaptiveicon.R$dimen: int abc_dialog_fixed_height_major +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_shapeAppearanceOverlay +com.google.android.material.R$attr: int startIconTintMode +retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: void dispose() +james.adaptiveicon.R$attr: int thumbTextPadding +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title +androidx.activity.R$id: int forever +io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator parent +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorTextAppearance +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area$LastAction: AccuAlertResult$Area$LastAction() +io.reactivex.Observable: io.reactivex.Observable mergeDelayError(io.reactivex.ObservableSource) +io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: ObservableCombineLatest$CombinerObserver(io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator,int) +cyanogenmod.weather.RequestInfo: int TYPE_LOOKUP_CITY_NAME_REQ +com.bumptech.glide.integration.okhttp.R$dimen: int notification_right_icon_size +okio.GzipSource: void checkEqual(java.lang.String,int,int) +retrofit2.SkipCallbackExecutorImpl: java.lang.String toString() +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean set(int,boolean) +com.google.gson.stream.JsonReader: java.lang.String peekedString +wangdaye.com.geometricweather.R$id: int item_alert_title +cyanogenmod.os.Concierge$ParcelInfo: int mParcelableVersion +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum: AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum() +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Menu +androidx.preference.R$attr: int tooltipForegroundColor +okhttp3.internal.platform.ConscryptPlatform: okhttp3.internal.platform.ConscryptPlatform buildIfSupported() +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat_Dark +wangdaye.com.geometricweather.R$styleable: int KeyPosition_keyPositionType +androidx.preference.R$color: int abc_hint_foreground_material_dark +okhttp3.HttpUrl$Builder +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_textSize +androidx.preference.R$attr: int orderingFromXml +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle +com.jaredrummler.android.colorpicker.R$layout: int abc_alert_dialog_button_bar_material +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean onPreparePanel(int,android.view.View,android.view.Menu) +okhttp3.internal.http2.Http2Writer: void synStream(boolean,int,int,java.util.List) +com.turingtechnologies.materialscrollbar.R$attr: int dividerVertical +okio.Buffer: okio.BufferedSink emit() +wangdaye.com.geometricweather.R$color: int design_default_color_primary_dark +androidx.viewpager2.widget.ViewPager2$RecyclerViewImpl +androidx.preference.R$string: int abc_activitychooserview_choose_application +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_elevation +com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding: com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding QUALITY +okio.ByteString: ByteString(byte[]) +cyanogenmod.app.ICMTelephonyManager$Stub: java.lang.String DESCRIPTOR +com.jaredrummler.android.colorpicker.R$id: int activity_chooser_view_content +okhttp3.internal.http2.Http2Connection: void writePing() +androidx.legacy.coreutils.R$attr: int fontProviderAuthority +com.google.android.material.R$attr: int chainUseRtl +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Dialog_MinWidth +okhttp3.Headers: java.lang.String[] namesAndValues +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Geometry: MfEphemerisResult$Geometry() +wangdaye.com.geometricweather.R$attr: int transitionDisable +wangdaye.com.geometricweather.R$attr: int textColorSearchUrl +androidx.appcompat.widget.AppCompatSeekBar: AppCompatSeekBar(android.content.Context,android.util.AttributeSet,int) +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceHeadline2 +james.adaptiveicon.R$color: int switch_thumb_material_dark +wangdaye.com.geometricweather.R$layout: int container_main_pollen +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onBouncerShowing +wangdaye.com.geometricweather.R$string: int fab_transformation_sheet_behavior +okhttp3.EventListener: void connectionReleased(okhttp3.Call,okhttp3.Connection) +wangdaye.com.geometricweather.R$layout: int cpv_color_item_square +com.jaredrummler.android.colorpicker.R$attr: int subtitleTextAppearance +wangdaye.com.geometricweather.R$string: int temperature +com.google.android.material.R$color: R$color() +androidx.appcompat.R$attr: int tooltipFrameBackground +com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_select_handle_middle_mtrl_light +okio.ByteString: java.lang.String hex() +androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar +androidx.viewpager2.R$id: int line1 +androidx.preference.R$styleable: int PopupWindow_android_popupAnimationStyle +wangdaye.com.geometricweather.R$id: int refresh_layout +james.adaptiveicon.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView +wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation: wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation TOP +wangdaye.com.geometricweather.R$color: int error_color_material_light +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: SinglePostCompleteSubscriber(org.reactivestreams.Subscriber) +com.jaredrummler.android.colorpicker.R$attr: int actionModeBackground +wangdaye.com.geometricweather.R$id: int touch_outside +com.google.android.material.R$style: int Widget_Design_NavigationView +androidx.lifecycle.extensions.R$id: int tag_accessibility_heading +androidx.appcompat.R$styleable: int DrawerArrowToggle_thickness +androidx.preference.R$dimen: int preference_seekbar_padding_vertical +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours Past18Hours +com.turingtechnologies.materialscrollbar.R$attr: int multiChoiceItemLayout +okhttp3.internal.http.HttpMethod: boolean redirectsWithBody(java.lang.String) +androidx.lifecycle.extensions.R$id: int notification_main_column_container +com.google.android.material.R$id: int spread +okhttp3.internal.ws.WebSocketReader: byte[] maskKey +retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory createAsync() +androidx.constraintlayout.widget.R$color: int material_grey_900 +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: io.reactivex.Observer downstream +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_contentDescription +wangdaye.com.geometricweather.R$attr: int itemShapeFillColor +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 +cyanogenmod.hardware.CMHardwareManager: boolean setDisplayColorCalibration(int[]) +com.jaredrummler.android.colorpicker.R$styleable: int[] SwitchCompat +okhttp3.internal.http2.Http2Stream$FramingSink: void emitFrame(boolean) +okhttp3.internal.http2.PushObserver$1: boolean onHeaders(int,java.util.List,boolean) +com.google.android.material.R$styleable: int Constraint_flow_firstVerticalBias +com.google.android.material.imageview.ShapeableImageView +cyanogenmod.app.CustomTile$1: java.lang.Object[] newArray(int) +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getIcePrecipitationProbability() +android.didikee.donate.R$styleable: int LinearLayoutCompat_divider +okio.InflaterSource: InflaterSource(okio.Source,java.util.zip.Inflater) +io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: ObservableRepeatUntil$RepeatUntilObserver(io.reactivex.Observer,io.reactivex.functions.BooleanSupplier,io.reactivex.internal.disposables.SequentialDisposable,io.reactivex.ObservableSource) +retrofit2.OkHttpCall: retrofit2.Response parseResponse(okhttp3.Response) +androidx.preference.R$attr: int tickMark +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void onNext(java.lang.Object) +androidx.fragment.R$attr: int alpha +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Object readEntity(android.database.Cursor,int) +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xdp +james.adaptiveicon.R$attr: int actionModeFindDrawable +wangdaye.com.geometricweather.R$styleable: int Fragment_android_name +com.turingtechnologies.materialscrollbar.R$style: int Base_Animation_AppCompat_Tooltip +androidx.hilt.R$dimen: int compat_notification_large_icon_max_height +androidx.appcompat.R$styleable: int TextAppearance_android_textColorLink +androidx.vectordrawable.R$layout: int notification_action_tombstone +com.google.android.material.R$styleable: int SwitchCompat_switchPadding +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_checkedIcon +com.google.android.material.R$attr: int dragThreshold +okhttp3.OkHttpClient: okhttp3.ConnectionPool connectionPool +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu +wangdaye.com.geometricweather.R$id: int title +android.didikee.donate.R$integer: int status_bar_notification_info_maxnum +com.google.android.material.R$styleable: int CustomAttribute_customStringValue +com.google.gson.stream.MalformedJsonException: MalformedJsonException(java.lang.String,java.lang.Throwable) +com.google.android.material.internal.FlowLayout +okhttp3.internal.http2.Http2Writer: void applyAndAckSettings(okhttp3.internal.http2.Settings) +okhttp3.FormBody$Builder: FormBody$Builder(java.nio.charset.Charset) +cyanogenmod.themes.ThemeChangeRequest: cyanogenmod.themes.ThemeChangeRequest$RequestType getReqeustType() +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: float getTrimPathEnd() +androidx.appcompat.R$color: int abc_search_url_text +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: ObservableCreate$CreateEmitter(io.reactivex.Observer) +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher: androidx.lifecycle.LifecycleOwner mLifecycle +com.google.android.material.R$dimen: int material_emphasis_disabled +androidx.appcompat.resources.R$id: int tag_screen_reader_focusable +androidx.hilt.work.R$id: int fragment_container_view_tag +cyanogenmod.app.ProfileManager: cyanogenmod.app.Profile getProfile(java.lang.String) +com.google.android.material.R$anim: int btn_radio_to_on_mtrl_dot_group_animation +io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver +androidx.appcompat.R$styleable: int MenuView_android_headerBackground +com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_pressed_holo_dark +androidx.work.WorkInfo$State: androidx.work.WorkInfo$State SUCCEEDED +james.adaptiveicon.R$styleable: int Toolbar_contentInsetStart +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Imperial: java.lang.String Unit +com.xw.repo.bubbleseekbar.R$id: int spacer +com.google.android.material.R$attr: int thickness +wangdaye.com.geometricweather.R$color: int notification_background_rootDark +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_orderInCategory +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_goneMarginBottom +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1: BaiduIPLocationService$1(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService,wangdaye.com.geometricweather.location.services.LocationService$LocationCallback) +com.jaredrummler.android.colorpicker.R$layout: int abc_alert_dialog_title_material +com.google.android.material.R$attr: int onTouchUp +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter +com.turingtechnologies.materialscrollbar.R$styleable: int[] ActionBarLayout +androidx.constraintlayout.widget.R$id: int notification_background +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_Button_Colored +cyanogenmod.hardware.DisplayMode: java.lang.String name +androidx.core.R$styleable: int FontFamilyFont_ttcIndex +androidx.constraintlayout.widget.R$styleable: int StateListDrawable_android_constantSize +cyanogenmod.providers.CMSettings$Secure$1 +androidx.preference.EditTextPreferenceDialogFragmentCompat: EditTextPreferenceDialogFragmentCompat() +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean dispatchPopulateAccessibilityEvent(android.view.accessibility.AccessibilityEvent) +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_CompoundButton_CheckBox +wangdaye.com.geometricweather.R$attr: int growMode +wangdaye.com.geometricweather.db.entities.AlertEntity: java.util.Date date +io.reactivex.internal.observers.ForEachWhileObserver: io.reactivex.functions.Predicate onNext +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonBarButtonStyle +wangdaye.com.geometricweather.R$id: int circular_sky +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void onNext(java.lang.Object) +okio.ForwardingSink: void close() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Speed: double Value +wangdaye.com.geometricweather.db.entities.HistoryEntity: void setNighttimeTemperature(int) +retrofit2.Retrofit$Builder: java.util.List converterFactories() +android.didikee.donate.R$color: int material_grey_900 +androidx.appcompat.R$styleable: int AppCompatTheme_actionDropDownStyle +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: MfForecastV2Result$ForecastProperties$ForecastV2() +wangdaye.com.geometricweather.R$id +androidx.hilt.lifecycle.R$dimen: int notification_large_icon_height +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowActionBarOverlay +com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge +com.turingtechnologies.materialscrollbar.R$animator: int mtrl_fab_show_motion_spec +cyanogenmod.weather.WeatherLocation: java.lang.String access$402(cyanogenmod.weather.WeatherLocation,java.lang.String) +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleMargins +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Imperial +androidx.customview.R$styleable: int FontFamilyFont_font +wangdaye.com.geometricweather.R$id: int preset +androidx.preference.R$styleable: int AppCompatTheme_panelBackground +androidx.recyclerview.widget.RecyclerView: void setScrollingTouchSlop(int) +com.google.android.material.R$attr: int alphabeticModifiers +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver this$0 +com.google.android.material.R$dimen: int abc_text_size_display_3_material +cyanogenmod.app.Profile: int mNameResId +androidx.preference.R$style: int Widget_AppCompat_EditText +com.jaredrummler.android.colorpicker.R$attr: int imageButtonStyle +com.xw.repo.bubbleseekbar.R$styleable: int[] View +retrofit2.internal.EverythingIsNonNull +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_placeholderText +androidx.customview.R$id: int tag_transition_group +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_ttcIndex +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void innerComplete() +wangdaye.com.geometricweather.R$font: int product_sans_bold +androidx.appcompat.widget.DropDownListView: void setSelector(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.R$layout: int activity_search +com.google.android.material.R$styleable: int ConstraintSet_flow_verticalStyle +androidx.drawerlayout.R$id: int blocking +androidx.constraintlayout.widget.R$attr: int barLength +androidx.transition.R$drawable: int notification_template_icon_bg +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_scaleY +com.jaredrummler.android.colorpicker.R$styleable: int FontFamily_fontProviderFetchStrategy +com.google.android.material.slider.BaseSlider: float getValueOfTouchPosition() +androidx.appcompat.R$style: int Base_V7_Theme_AppCompat_Light_Dialog +io.reactivex.Observable: io.reactivex.Observable takeLast(long,java.util.concurrent.TimeUnit) +com.google.gson.stream.JsonReader: void beginArray() +retrofit2.http.DELETE: java.lang.String value() +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_9 +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getOverlayThemePackageName() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: java.util.List value +wangdaye.com.geometricweather.R$styleable: int PopupWindowBackgroundState_state_above_anchor +retrofit2.RequestBuilder +io.reactivex.Observable: io.reactivex.Observable concatWith(io.reactivex.ObservableSource) +cyanogenmod.app.IProfileManager$Stub$Proxy: android.app.NotificationGroup getNotificationGroup(android.os.ParcelUuid) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getWindDircStart() +com.google.android.material.R$styleable: int KeyPosition_transitionEasing +com.turingtechnologies.materialscrollbar.R$color: int switch_thumb_disabled_material_light +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean onSearchRequested() +io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: void onComplete() +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Dialog +cyanogenmod.externalviews.ExternalView: cyanogenmod.externalviews.IExternalViewProvider mExternalViewProvider +com.bumptech.glide.integration.okhttp.R$color: int ripple_material_light +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language FRENCH +androidx.core.R$id: int tag_unhandled_key_listeners +com.turingtechnologies.materialscrollbar.R$styleable: int Spinner_android_popupBackground +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_creator +androidx.preference.R$styleable: int CoordinatorLayout_Layout_layout_behavior +cyanogenmod.content.Intent: java.lang.String URI_SCHEME_PACKAGE +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabTextColor +androidx.appcompat.widget.AppCompatButton: void setBackgroundDrawable(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen +android.didikee.donate.R$styleable: int AlertDialog_buttonPanelSideLayout +wangdaye.com.geometricweather.R$styleable: int Layout_layout_goneMarginRight +androidx.vectordrawable.R$id: int forever +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintGuide_percent +com.google.android.material.R$style: int Base_Widget_AppCompat_SeekBar +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_title_3 +androidx.transition.R$dimen: int notification_main_column_padding_top +cyanogenmod.app.ICMStatusBarManager$Stub: ICMStatusBarManager$Stub() +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: int getMinuteInterval() +wangdaye.com.geometricweather.common.basic.models.weather.Wind: boolean isValidSpeed() +androidx.work.R$dimen: int notification_large_icon_width +com.xw.repo.bubbleseekbar.R$attr: int textAppearanceListItem +androidx.viewpager.R$id: int tag_unhandled_key_listeners +androidx.appcompat.R$style: int TextAppearance_Compat_Notification +wangdaye.com.geometricweather.R$string: int cpv_default_title +com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_borderless_material +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light_DarkActionBar +okio.HashingSink: okio.ByteString hash() +com.google.android.material.R$drawable: int design_snackbar_background +cyanogenmod.app.CustomTile$ExpandedItem: android.os.Parcelable$Creator CREATOR +androidx.lifecycle.extensions.R$layout: int notification_template_part_time +androidx.vectordrawable.animated.R$dimen: int compat_button_padding_vertical_material +wangdaye.com.geometricweather.R$anim: int abc_popup_enter +com.google.android.material.internal.NavigationMenuView: NavigationMenuView(android.content.Context,android.util.AttributeSet,int) +com.xw.repo.bubbleseekbar.R$styleable: int ViewBackgroundHelper_android_background +androidx.vectordrawable.animated.R$style: int TextAppearance_Compat_Notification_Info +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_passwordToggleTintMode +com.google.android.material.R$style: int Base_Animation_AppCompat_Dialog +wangdaye.com.geometricweather.R$layout: int item_about_link +com.google.android.material.transformation.FabTransformationScrimBehavior +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy +wangdaye.com.geometricweather.R$style: int Base_Animation_AppCompat_DropDownUp +androidx.constraintlayout.widget.R$attr: int onShow +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Compat_Notification_Info +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: boolean done +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_textLocale +wangdaye.com.geometricweather.R$attr: int materialCalendarMonthNavigationButton +okhttp3.internal.cache.DiskLruCache: long size +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Integer cloudCover +wangdaye.com.geometricweather.R$id: int fixed +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean registerThermalListener(cyanogenmod.hardware.IThermalListenerCallback) +wangdaye.com.geometricweather.R$style: int Base_Widget_Design_TabLayout +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWindDegree(wangdaye.com.geometricweather.common.basic.models.weather.WindDegree) +androidx.viewpager.R$style: int TextAppearance_Compat_Notification_Title +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: java.lang.String from +com.jaredrummler.android.colorpicker.R$color: int bright_foreground_disabled_material_dark +androidx.recyclerview.R$id: int tag_transition_group +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.google.android.material.R$color: int material_grey_100 +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dialogCornerRadius +com.google.android.material.R$attr: int waveShape +androidx.preference.R$styleable: int MenuView_android_windowAnimationStyle +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_android_windowIsFloating +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActivityChooserView +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_toTopOf +com.turingtechnologies.materialscrollbar.R$anim: int abc_shrink_fade_out_from_bottom +com.google.android.material.R$color: int accent_material_light +com.google.android.material.R$layout: int abc_action_mode_close_item_material +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType DeleteAll +com.turingtechnologies.materialscrollbar.R$styleable: int TabItem_android_text +android.didikee.donate.R$styleable: int[] View +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Body2 +cyanogenmod.providers.CMSettings$Secure: java.lang.String DISPLAY_GAMMA_CALIBRATION_PREFIX +com.bumptech.glide.MemoryCategory +androidx.work.WorkInfo$State: androidx.work.WorkInfo$State BLOCKED +com.turingtechnologies.materialscrollbar.R$id: int content +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarTabTextStyle +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorIconTint +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_TEMPERATURE +com.google.android.material.R$styleable: int AppCompatTheme_colorButtonNormal +com.jaredrummler.android.colorpicker.R$drawable: int abc_ratingbar_small_material +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_autoSizeMaxTextSize +wangdaye.com.geometricweather.R$string: int feedback_request_location_permission_success +com.jaredrummler.android.colorpicker.R$dimen: int compat_button_inset_horizontal_material +androidx.appcompat.R$attr: int overlapAnchor +wangdaye.com.geometricweather.R$id: int item_alert_content +com.google.android.material.chip.Chip: android.graphics.drawable.Drawable getChipDrawable() +wangdaye.com.geometricweather.db.entities.HourlyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() +com.google.android.material.R$dimen: int cardview_compat_inset_shadow +cyanogenmod.providers.CMSettings$Secure: boolean putIntForUser(android.content.ContentResolver,java.lang.String,int,int) +wangdaye.com.geometricweather.R$string: int wind_4 +com.google.android.material.R$styleable: int KeyAttribute_motionProgress +cyanogenmod.app.CustomTile$ExpandedStyle: cyanogenmod.app.CustomTile$ExpandedItem[] getExpandedItems() +androidx.activity.R$id: int action_container +androidx.appcompat.R$style: int Widget_Compat_NotificationActionText +com.turingtechnologies.materialscrollbar.R$color: int abc_primary_text_material_light +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Button +org.greenrobot.greendao.AbstractDao: void updateInsideSynchronized(java.lang.Object,android.database.sqlite.SQLiteStatement,boolean) +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_hintTextColor +androidx.preference.R$styleable: int LinearLayoutCompat_android_gravity +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: java.lang.String Link +com.google.android.material.R$styleable: int CustomAttribute_customDimension +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX$InfoX: CNWeatherResult$WeatherX$InfoX() +androidx.constraintlayout.widget.R$attr: int navigationMode +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActivityChooserView +okhttp3.Interceptor$Chain: int writeTimeoutMillis() +com.google.android.material.R$id: int text +wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode SYSTEM +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: ObservableDoFinally$DoFinallyObserver(io.reactivex.Observer,io.reactivex.functions.Action) +wangdaye.com.geometricweather.R$dimen: int test_mtrl_calendar_day_cornerSize +cyanogenmod.app.CustomTileListenerService: java.lang.String TAG +com.google.android.material.R$id: int material_value_index +io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: void run() +wangdaye.com.geometricweather.R$id: int parentRelative +androidx.vectordrawable.animated.R$drawable: int notification_template_icon_low_bg +wangdaye.com.geometricweather.R$id: int widget_trend_hourly_item_1 +cyanogenmod.weather.WeatherInfo$Builder: java.lang.String mCity +com.google.android.material.chip.ChipGroup: ChipGroup(android.content.Context) +com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat_ActionBar +okhttp3.internal.http1.Http1Codec$FixedLengthSource: okhttp3.internal.http1.Http1Codec this$0 +androidx.constraintlayout.widget.R$dimen: int tooltip_corner_radius +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: boolean delayError +okhttp3.EventListener: void responseBodyStart(okhttp3.Call) +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton$ExtendedFloatingActionButtonBehavior +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light +james.adaptiveicon.R$drawable: int abc_ic_go_search_api_material +com.bumptech.glide.integration.okhttp.R$drawable: int notification_bg_normal_pressed +com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Theme_AppCompat_Dialog +androidx.preference.R$id: int message +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void onSubscribe(io.reactivex.disposables.Disposable) +io.reactivex.Observable: io.reactivex.Observable doOnError(io.reactivex.functions.Consumer) +wangdaye.com.geometricweather.R$attr: int mock_label +androidx.appcompat.R$color: int bright_foreground_disabled_material_light +com.google.android.material.R$styleable: int AppBarLayoutStates_state_liftable +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_actionViewClass +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_enabled +james.adaptiveicon.R$style: int Platform_V25_AppCompat_Light +androidx.lifecycle.extensions.R$layout +wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit: java.lang.String getProbabilityText(android.content.Context,float) +androidx.coordinatorlayout.R$string +com.google.android.material.chip.Chip: void setMaxWidth(int) +com.turingtechnologies.materialscrollbar.R$styleable: int[] RecycleListView +wangdaye.com.geometricweather.R$drawable: int flag_cs +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void dispose() +androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_START +androidx.fragment.R$styleable: int Fragment_android_tag +wangdaye.com.geometricweather.R$interpolator: int mtrl_linear +wangdaye.com.geometricweather.R$attr: int iconResEnd +com.turingtechnologies.materialscrollbar.R$id: int snackbar_text +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeRealFeelTemperature +android.didikee.donate.R$dimen: int abc_dropdownitem_text_padding_left +wangdaye.com.geometricweather.R$layout: int widget_day_temp +io.reactivex.internal.queue.SpscArrayQueue: java.lang.Object poll() +com.jaredrummler.android.colorpicker.R$layout: int support_simple_spinner_dropdown_item +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_verticalStyle +cyanogenmod.hardware.CMHardwareManager: byte[] readPersistentBytes(java.lang.String) +androidx.swiperefreshlayout.R$dimen: int compat_button_padding_horizontal_material +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_switchPadding +androidx.appcompat.R$styleable: int SwitchCompat_switchTextAppearance +androidx.appcompat.R$dimen: int highlight_alpha_material_colored +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_PopupMenu +okhttp3.OkHttpClient$Builder: java.util.List protocols +androidx.preference.R$styleable: int PopupWindow_android_popupBackground +wangdaye.com.geometricweather.R$styleable: int Constraint_drawPath +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_progressBarStyle +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_SearchView +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: void onComplete() +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_AES_256_CBC_SHA +com.google.android.material.chip.Chip: void setEnsureMinTouchTargetSize(boolean) +wangdaye.com.geometricweather.R$bool: int cpv_default_is_indeterminate +androidx.hilt.lifecycle.R$dimen: int compat_notification_large_icon_max_width +wangdaye.com.geometricweather.R$dimen: int design_snackbar_padding_horizontal +wangdaye.com.geometricweather.R$animator: int start_shine_1 +io.reactivex.Observable: io.reactivex.Observable switchMapSingleDelayError(io.reactivex.functions.Function) +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: io.reactivex.Observer downstream +cyanogenmod.power.PerformanceManager +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_textinput_box_corner_radius_medium +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.query.QueryBuilder queryBuilder() +org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.database.Database db +wangdaye.com.geometricweather.R$string: int precipitation_rainstorm +androidx.appcompat.R$string: int abc_action_mode_done +com.xw.repo.bubbleseekbar.R$drawable: int abc_list_selector_holo_dark +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionMode_Inverse +androidx.core.R$style: int TextAppearance_Compat_Notification_Title +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NAVBAR_LEFT_IN_LANDSCAPE_VALIDATOR +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_dialog_btn_min_width +okio.ByteString: java.nio.ByteBuffer asByteBuffer() +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_contentInsetStartWithNavigation +okio.Buffer: okio.BufferedSink writeShort(int) +androidx.lifecycle.Transformations$3: Transformations$3(androidx.lifecycle.MediatorLiveData) +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: int StartMinute +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_horizontalGap +wangdaye.com.geometricweather.R$attr: int behavior_peekHeight +com.google.android.material.R$attr: int fontStyle +androidx.appcompat.R$styleable: int View_paddingEnd +wangdaye.com.geometricweather.db.entities.HistoryEntity: HistoryEntity(java.lang.Long,java.lang.String,java.lang.String,java.util.Date,long,int,int) +androidx.preference.R$style: int Widget_AppCompat_Toolbar +io.reactivex.internal.disposables.EmptyDisposable: boolean offer(java.lang.Object) +androidx.work.R$styleable: int FontFamily_fontProviderAuthority +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getWindDircEnd() +androidx.preference.R$styleable: int AppCompatTheme_actionModeCloseDrawable +com.turingtechnologies.materialscrollbar.R$color: int material_blue_grey_800 +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHeight_max +james.adaptiveicon.R$style: int Widget_AppCompat_AutoCompleteTextView +android.didikee.donate.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader +com.github.rahatarmanahmed.cpv.CircularProgressView$1: CircularProgressView$1(com.github.rahatarmanahmed.cpv.CircularProgressView) +cyanogenmod.externalviews.ExternalView$6: ExternalView$6(cyanogenmod.externalviews.ExternalView) +okhttp3.HttpUrl: java.net.URI uri() +io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,long) +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: io.reactivex.internal.fuseable.SimpleQueue queue +cyanogenmod.content.Intent: java.lang.String ACTION_APP_FAILURE +com.google.gson.stream.JsonReader: int nextInt() +com.xw.repo.bubbleseekbar.R$id: R$id() +com.google.android.material.R$style: int Widget_AppCompat_Light_ActionButton_Overflow +okio.RealBufferedSource: java.lang.String readString(java.nio.charset.Charset) +com.google.android.material.R$attr: int iconEndPadding +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void innerError(java.lang.Throwable) +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: long requested() +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: io.reactivex.Observer downstream +com.xw.repo.bubbleseekbar.R$attr: int layout_anchor +io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: java.lang.Object enterTransform(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$style: int Animation_Design_BottomSheetDialog +okio.BufferedSource: java.lang.String readString(java.nio.charset.Charset) +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_horizontalStyle +androidx.appcompat.widget.AppCompatImageView: void setImageBitmap(android.graphics.Bitmap) +androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_elevation +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated +com.google.android.material.R$integer: int mtrl_card_anim_duration_ms +wangdaye.com.geometricweather.R$attr: int bsb_thumb_text_size +android.didikee.donate.R$style: int Widget_AppCompat_PopupMenu_Overflow +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.Integer cloudCover +com.google.android.material.R$styleable: int Constraint_android_translationX +androidx.legacy.coreutils.R$styleable: int GradientColor_android_gradientRadius +wangdaye.com.geometricweather.R$styleable: int SwitchPreference_summaryOff +androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$State mState +james.adaptiveicon.R$attr: int actionBarTabStyle +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_visible +james.adaptiveicon.R$string: int search_menu_title +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer treeLevel +androidx.appcompat.R$id: int textSpacerNoTitle +androidx.recyclerview.R$id: int accessibility_custom_action_11 +okhttp3.internal.http1.Http1Codec$UnknownLengthSource +androidx.appcompat.R$attr: int actionModeCutDrawable +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_customNavigationLayout +io.reactivex.Observable: io.reactivex.Observable dematerialize() +androidx.hilt.R$styleable: int FontFamily_fontProviderQuery +androidx.customview.R$style: int Widget_Compat_NotificationActionText +androidx.recyclerview.R$id: int accessibility_custom_action_27 +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: int unitArrayIndex +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature: AccuCurrentResult$Temperature() +androidx.recyclerview.R$drawable: int notification_bg_low_normal +androidx.hilt.R$anim: int fragment_fade_enter +james.adaptiveicon.R$attr: int actionModeWebSearchDrawable +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintRight_toRightOf +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String TARGET_API +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX() +okio.ForwardingSource: void close() +cyanogenmod.app.StatusBarPanelCustomTile: int getId() +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Small +com.jaredrummler.android.colorpicker.R$anim: int abc_tooltip_enter +androidx.transition.R$layout: int notification_action +androidx.appcompat.R$attr: int buttonBarStyle +cyanogenmod.app.StatusBarPanelCustomTile: int id +com.turingtechnologies.materialscrollbar.R$id: int outline +com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_action_inline_max_width +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintStart_toEndOf +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Button_Small +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle +androidx.preference.R$layout: int abc_alert_dialog_button_bar_material +com.xw.repo.bubbleseekbar.R$style: int Base_V28_Theme_AppCompat_Light +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_AES_256_CCM_8_SHA256 +com.turingtechnologies.materialscrollbar.R$color: int notification_icon_bg_color +com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_singleLine +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_CompoundButton_Switch +okhttp3.internal.cache2.Relay: okio.ByteString metadata() +com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox +com.turingtechnologies.materialscrollbar.R$attr: int state_collapsible +com.jaredrummler.android.colorpicker.R$attr: int thumbTintMode +com.xw.repo.bubbleseekbar.R$color: int bright_foreground_disabled_material_light +com.google.android.material.R$style: int TextAppearance_AppCompat_Medium_Inverse +androidx.preference.R$attr: int dialogMessage +android.didikee.donate.R$attr: int arrowShaftLength +james.adaptiveicon.R$drawable: int abc_text_select_handle_right_mtrl_dark +wangdaye.com.geometricweather.R$styleable: int ImageFilterView_roundPercent +com.turingtechnologies.materialscrollbar.R$attr: int msb_autoHide +wangdaye.com.geometricweather.R$anim: int design_bottom_sheet_slide_in +wangdaye.com.geometricweather.R$styleable: int Chip_android_checkable +androidx.fragment.R$id: int accessibility_custom_action_19 +io.reactivex.Observable: io.reactivex.Observable timer(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: boolean isDisposed() +com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_buttonPanelSideLayout +retrofit2.adapter.rxjava2.CallExecuteObservable$CallDisposable: CallExecuteObservable$CallDisposable(retrofit2.Call) +androidx.appcompat.R$style: int Widget_Compat_NotificationActionContainer +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: void dispose() +androidx.appcompat.R$styleable: int MenuGroup_android_orderInCategory +androidx.fragment.app.FragmentTabHost +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: boolean delayErrors +com.bumptech.glide.load.PreferredColorSpace: com.bumptech.glide.load.PreferredColorSpace[] values() +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: void cleanup() +com.google.android.material.R$id: int header_title +okhttp3.internal.http2.Huffman: void encode(okio.ByteString,okio.BufferedSink) +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_optimizationLevel +io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: long serialVersionUID +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$LocalSource: java.lang.String WeatherCode androidx.preference.R$styleable: int AlertDialog_buttonIconDimen -io.reactivex.Observable: io.reactivex.Observable window(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,int) -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver otherObserver -androidx.appcompat.R$color: int androidx_core_ripple_material_light -com.google.android.material.R$styleable: int MaterialButton_iconPadding -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorTextAppearance -androidx.constraintlayout.widget.R$drawable: int abc_dialog_material_background -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: boolean done -androidx.constraintlayout.widget.R$string: int abc_capital_on -com.bumptech.glide.load.engine.GlideException: void printStackTrace(java.io.PrintWriter) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: void setStatus(int) -androidx.appcompat.R$dimen: int abc_list_item_padding_horizontal_material -wangdaye.com.geometricweather.R$styleable: int[] ActivityChooserView -androidx.appcompat.widget.ActionBarContextView: ActionBarContextView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.remoteviews.config.Hilt_WeekWidgetConfigActivity: Hilt_WeekWidgetConfigActivity() -androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy -androidx.customview.R$dimen: int notification_small_icon_background_padding -androidx.hilt.lifecycle.R$anim: int fragment_fade_enter -wangdaye.com.geometricweather.R$attr: int flow_maxElementsWrap -wangdaye.com.geometricweather.R$drawable: int weather_snow_mini_grey -james.adaptiveicon.R$attr: int listPreferredItemHeightLarge -wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode getInstance(java.lang.String) -androidx.constraintlayout.widget.R$style: int Platform_ThemeOverlay_AppCompat_Dark -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar -com.google.android.material.R$styleable: int[] AppCompatTheme -com.google.android.material.R$layout: int abc_select_dialog_material -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeAppearance -androidx.preference.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar -okhttp3.internal.http2.Http2Reader: void readHeaders(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) -okhttp3.internal.http2.Http2Connection: int AWAIT_PING -androidx.customview.R$styleable: int FontFamily_fontProviderFetchTimeout -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String pm25Desc -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean onMenuOpened(int,android.view.Menu) -androidx.lifecycle.extensions.R$dimen: R$dimen() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String sunRise -io.reactivex.internal.queue.SpscArrayQueue: java.lang.Object lvElement(int) -okhttp3.internal.http2.Http2Stream: int getId() -com.bumptech.glide.integration.okhttp.R$id: int tag_transition_group -androidx.appcompat.resources.R$id: int accessibility_custom_action_2 -wangdaye.com.geometricweather.db.entities.MinutelyEntity: MinutelyEntity(java.lang.Long,java.lang.String,java.lang.String,java.util.Date,long,boolean,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,int,java.lang.Integer,java.lang.Integer) -com.xw.repo.bubbleseekbar.R$color: int abc_hint_foreground_material_dark -androidx.appcompat.widget.ActionMenuView: void setOverflowIcon(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.R$attr: int tabPaddingBottom -okhttp3.ConnectionSpec: okhttp3.ConnectionSpec COMPATIBLE_TLS -wangdaye.com.geometricweather.R$drawable: int ic_search -wangdaye.com.geometricweather.R$drawable: int notif_temp_74 -androidx.vectordrawable.animated.R$drawable: int notification_template_icon_low_bg -okio.Buffer: int read(byte[]) -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void onError(java.lang.Throwable) -com.turingtechnologies.materialscrollbar.R$attr: int actionBarTheme -androidx.work.R$style: int Widget_Compat_NotificationActionContainer -androidx.preference.R$style: int Base_Widget_AppCompat_Light_ActionBar -androidx.appcompat.resources.R$id: int italic -com.google.android.material.snackbar.SnackbarContentLayout: android.widget.TextView getMessageView() -androidx.constraintlayout.widget.R$style: R$style() -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeSnowPrecipitationDuration(java.lang.Float) -com.jaredrummler.android.colorpicker.R$attr: int contentInsetEnd -wangdaye.com.geometricweather.R$attr: int mock_label -com.google.android.material.R$style: int Widget_MaterialComponents_Toolbar_Primary -wangdaye.com.geometricweather.R$string: int key_refresh_rate -androidx.appcompat.R$style: int Theme_AppCompat_Light_Dialog_MinWidth -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_23 -cyanogenmod.media.MediaRecorder: MediaRecorder() -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: java.util.concurrent.atomic.AtomicReference current -androidx.preference.R$attr: int drawableTopCompat -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_setDisplayColorCalibration +com.google.android.material.internal.ScrimInsetsFrameLayout +io.reactivex.internal.subscribers.DeferredScalarSubscriber +okhttp3.ConnectionPool: boolean $assertionsDisabled +androidx.constraintlayout.widget.R$attr: int layout_constrainedWidth +wangdaye.com.geometricweather.R$string: int air_quality +okhttp3.internal.ws.WebSocketWriter: boolean activeWriter +wangdaye.com.geometricweather.R$attr: int tickMarkTint +androidx.appcompat.R$styleable: int TextAppearance_android_shadowColor +com.google.android.material.datepicker.DateValidatorPointForward: android.os.Parcelable$Creator CREATOR +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver this$0 +okio.Buffer: long size() +com.google.android.material.R$color: int material_on_primary_disabled +androidx.preference.R$attr: int iconSpaceReserved +cyanogenmod.providers.CMSettings$System: java.lang.String KEY_MENU_ACTION +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Imperial +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: void setValue(java.lang.String) +wangdaye.com.geometricweather.R$dimen: int material_clock_display_padding +com.google.android.material.R$id: int masked +com.google.android.material.R$styleable: int SnackbarLayout_actionTextColorAlpha +androidx.preference.R$id: int topPanel +com.turingtechnologies.materialscrollbar.R$id: int textinput_error +com.google.android.material.R$layout: int design_navigation_menu +com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat_Light +wangdaye.com.geometricweather.R$attr: int counterMaxLength +com.bumptech.glide.R$drawable: R$drawable() +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: java.lang.String getUnitId() +androidx.preference.MultiSelectListPreference: MultiSelectListPreference(android.content.Context,android.util.AttributeSet) +androidx.legacy.coreutils.R$color: int notification_action_color_filter +com.google.android.material.R$color: int design_default_color_surface +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition: double Latitude +androidx.constraintlayout.widget.R$color: int notification_action_color_filter +com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableTransition_android_reversible +okhttp3.internal.connection.RealConnection: java.net.Socket rawSocket +wangdaye.com.geometricweather.R$attr: int appBarLayoutStyle +androidx.constraintlayout.widget.R$id: int activity_chooser_view_content +com.jaredrummler.android.colorpicker.R$string +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_showDelay +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle +androidx.viewpager.R$id: int tag_unhandled_key_event_manager +com.google.android.material.R$style: int Widget_AppCompat_ListView_Menu +james.adaptiveicon.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog +com.turingtechnologies.materialscrollbar.R$id: int container +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.MinutelyEntity,int) +com.google.android.material.R$style: int AndroidThemeColorAccentYellow +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_RatingBar_Small +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_goneMarginBottom +okio.Timeout: boolean hasDeadline +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.lang.String getDate(java.lang.String) +com.google.android.material.R$id: int left +com.google.android.material.R$attr: int suffixTextColor +wangdaye.com.geometricweather.common.basic.models.weather.Temperature +cyanogenmod.providers.CMSettings$Secure: float getFloat(android.content.ContentResolver,java.lang.String) +james.adaptiveicon.R$drawable: int abc_ic_star_black_48dp +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: io.reactivex.disposables.Disposable upstream +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Display4 +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableRightCompat +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionBar_TabText +wangdaye.com.geometricweather.R$styleable: int CardView_contentPaddingLeft +cyanogenmod.weather.CMWeatherManager$2$2 +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_mini_xml +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: io.reactivex.Observer downstream +okhttp3.internal.http.HttpDate$1 +com.google.android.material.R$style: int Widget_AppCompat_Spinner_DropDown +androidx.work.R$id: int tag_transition_group +io.reactivex.Observable: io.reactivex.Observable intervalRange(long,long,long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator sNonNegativeIntegerValidator +io.reactivex.internal.disposables.EmptyDisposable: void error(java.lang.Throwable,io.reactivex.SingleObserver) +com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart +androidx.core.R$id: int normal +com.google.android.material.chip.ChipGroup: int getChipSpacingHorizontal() +androidx.constraintlayout.widget.R$dimen: int abc_dialog_list_padding_top_no_title +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_imageButtonStyle +androidx.lifecycle.FullLifecycleObserver: void onDestroy(androidx.lifecycle.LifecycleOwner) +com.google.android.material.navigation.NavigationView: NavigationView(android.content.Context) +wangdaye.com.geometricweather.R$attr: int contentInsetStartWithNavigation +androidx.constraintlayout.widget.R$attr: int height +androidx.lifecycle.Transformations$3: void onChanged(java.lang.Object) +com.google.android.material.R$styleable: int ForegroundLinearLayout_android_foregroundGravity +androidx.drawerlayout.R$styleable: int FontFamily_fontProviderCerts +wangdaye.com.geometricweather.R$string: int action_preview +com.google.android.material.R$attr: int materialAlertDialogTitleIconStyle +androidx.preference.R$attr: int entryValues +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_rotation +wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date moonSetDate +wangdaye.com.geometricweather.R$string: int content_desc_app_store +cyanogenmod.app.ProfileManager: boolean notificationGroupExists(java.lang.String) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX direction +com.turingtechnologies.materialscrollbar.R$attr: int liftOnScroll +com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getError() +com.jaredrummler.android.colorpicker.R$color: int dim_foreground_disabled_material_light +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ListMenuView +cyanogenmod.app.Profile: void setRingMode(cyanogenmod.profiles.RingModeSettings) +com.google.android.material.R$attr: int actionBarSize +androidx.transition.R$attr: int fontProviderPackage +androidx.constraintlayout.widget.R$styleable: int KeyCycle_framePosition +androidx.vectordrawable.R$id: int notification_main_column +com.google.android.material.R$dimen: int compat_button_padding_vertical_material +com.google.android.material.R$color: int abc_primary_text_material_light +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: FlowableOnBackpressureBuffer$BackpressureBufferSubscriber(org.reactivestreams.Subscriber,int,boolean,boolean,io.reactivex.functions.Action) +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind: java.lang.String icon +wangdaye.com.geometricweather.R$string: int content_desc_weather_alert_button +androidx.hilt.R$drawable: int notification_bg_normal +cyanogenmod.platform.R$attr: R$attr() +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleMarginTop +okhttp3.OkHttpClient: java.util.List networkInterceptors +androidx.appcompat.R$attr: int actionLayout +okhttp3.HttpUrl: java.lang.String toString() +androidx.constraintlayout.widget.R$styleable: int KeyPosition_percentWidth +androidx.appcompat.R$color: int material_grey_300 +com.xw.repo.bubbleseekbar.R$attr: int searchHintIcon +wangdaye.com.geometricweather.R$styleable: int CardView_cardBackgroundColor +androidx.constraintlayout.widget.R$styleable: int Variant_region_widthMoreThan +okhttp3.MultipartBody: java.lang.StringBuilder appendQuotedString(java.lang.StringBuilder,java.lang.String) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_NOTIF_COUNT_VALIDATOR +androidx.preference.R$styleable: int ActionBar_contentInsetRight +wangdaye.com.geometricweather.R$string: int glide +android.didikee.donate.R$style: int Widget_AppCompat_EditText +com.turingtechnologies.materialscrollbar.R$color: int switch_thumb_normal_material_dark +androidx.viewpager2.R$color: int notification_icon_bg_color +com.jaredrummler.android.colorpicker.R$styleable: int[] AnimatedStateListDrawableCompat +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle +cyanogenmod.app.LiveLockScreenManager: void logServiceException(java.lang.Exception) +cyanogenmod.externalviews.ExternalView$7: ExternalView$7(cyanogenmod.externalviews.ExternalView) +okio.BufferedSink: okio.BufferedSink write(okio.ByteString) +cyanogenmod.profiles.RingModeSettings: void readFromParcel(android.os.Parcel) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable +com.jaredrummler.android.colorpicker.R$drawable: int abc_list_selector_background_transition_holo_dark +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense +com.google.android.material.R$styleable: int ConstraintLayout_placeholder_placeholder_emptyVisibility +com.google.android.material.R$id: int middle +com.google.android.material.textfield.TextInputLayout: android.graphics.Typeface getTypeface() +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Body1 +androidx.constraintlayout.widget.R$styleable: int GradientColor_android_startColor +cyanogenmod.providers.CMSettings$System: java.lang.String KEY_APP_SWITCH_ACTION +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintEnd_toEndOf +androidx.lifecycle.CompositeGeneratedAdaptersObserver +wangdaye.com.geometricweather.R$id: int action_context_bar +com.google.android.material.R$attr: int errorIconDrawable +wangdaye.com.geometricweather.R$styleable: int SlidingItemContainerLayout_iconResEnd +cyanogenmod.platform.Manifest$permission: java.lang.String MODIFY_SOUND_SETTINGS +io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: long serialVersionUID +androidx.appcompat.R$styleable: int SwitchCompat_android_textOff +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +androidx.dynamicanimation.animation.DynamicAnimation: void removeUpdateListener(androidx.dynamicanimation.animation.DynamicAnimation$OnAnimationUpdateListener) +com.google.android.material.R$attr: int progressBarPadding +com.google.android.material.R$styleable: int TextInputLayout_expandedHintEnabled +okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean sameConnection(okhttp3.Response,okhttp3.HttpUrl) +com.google.android.material.R$style: int ShapeAppearance_MaterialComponents_Test +wangdaye.com.geometricweather.R$styleable: int View_android_theme +androidx.core.app.ComponentActivity: ComponentActivity() +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Spinner +okhttp3.internal.connection.StreamAllocation: StreamAllocation(okhttp3.ConnectionPool,okhttp3.Address,okhttp3.Call,okhttp3.EventListener,java.lang.Object) +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircularSkyWeatherView: void setGravitySensorEnabled(boolean) +okhttp3.internal.io.FileSystem$1: okio.Sink appendingSink(java.io.File) +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: io.reactivex.Observer downstream +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_registerCallback +wangdaye.com.geometricweather.R$attr: int errorTextAppearance +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_BottomSheet +com.google.android.material.R$layout: int abc_screen_toolbar +com.google.android.material.R$style: int Theme_MaterialComponents_Light_DialogWhenLarge +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemIconSize +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: io.reactivex.disposables.Disposable upstream +wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property NighttimeTemperature +androidx.hilt.lifecycle.R$drawable: int notification_template_icon_low_bg +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum Minimum +android.didikee.donate.R$bool: int abc_config_actionMenuItemAllCaps +com.xw.repo.bubbleseekbar.R$drawable: int abc_cab_background_top_mtrl_alpha +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: boolean isDisposed() +james.adaptiveicon.R$style: int Platform_ThemeOverlay_AppCompat_Dark +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_fontWeight +androidx.viewpager.R$attr: int fontWeight +androidx.appcompat.R$styleable: int TextAppearance_android_shadowRadius +wangdaye.com.geometricweather.R$dimen: int design_fab_elevation +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_translationY +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean getAqi() +wangdaye.com.geometricweather.R$attr: int switchPreferenceCompatStyle +wangdaye.com.geometricweather.R$string: int feedback_not_yet_location +okio.Pipe: okio.Source source +retrofit2.RequestFactory$Builder: java.lang.reflect.Method method +androidx.preference.R$string: int abc_searchview_description_query +androidx.appcompat.R$styleable: int[] ViewBackgroundHelper +com.jaredrummler.android.colorpicker.R$style: int Base_V21_Theme_AppCompat_Dialog +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setIcon(android.graphics.drawable.Drawable) +cyanogenmod.app.Profile +android.didikee.donate.R$color: int secondary_text_default_material_light +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_id +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float getSnow() +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Title +androidx.customview.R$attr: int fontVariationSettings wangdaye.com.geometricweather.background.polling.permanent.observer.FakeForegroundService: FakeForegroundService() -com.google.android.material.chip.Chip: void setCheckedIconVisible(boolean) -wangdaye.com.geometricweather.R$styleable: int MenuView_android_horizontalDivider -androidx.drawerlayout.R$styleable: int FontFamilyFont_android_fontWeight -com.jaredrummler.android.colorpicker.R$styleable: int MultiSelectListPreference_android_entries -okhttp3.Headers: java.lang.String get(java.lang.String[],java.lang.String) -com.google.android.material.textfield.TextInputLayout: TextInputLayout(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.R$styleable: int Badge_badgeTextColor -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox -wangdaye.com.geometricweather.R$id: int regular -cyanogenmod.providers.CMSettings$Secure: java.util.List getDelimitedStringAsList(android.content.ContentResolver,java.lang.String,java.lang.String) -cyanogenmod.app.CustomTile$Builder: java.lang.String mContentDescription -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Rain: java.lang.String Unit -androidx.appcompat.widget.AppCompatButton: int getAutoSizeMinTextSize() -cyanogenmod.externalviews.ExternalViewProviderService$Provider: int DEFAULT_WINDOW_TYPE -james.adaptiveicon.R$styleable: int AppCompatTheme_colorPrimaryDark -androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customColorValue -androidx.hilt.work.R$drawable: int notification_bg_normal_pressed -cyanogenmod.util.ColorUtils: int findPerceptuallyNearestColor(int,int[]) -com.google.android.material.R$styleable: int MaterialAlertDialog_backgroundInsetTop -androidx.appcompat.R$style: int Base_V28_Theme_AppCompat_Light -com.google.android.material.chip.Chip: void setChipIconSize(float) -cyanogenmod.app.CustomTile$ExpandedItem: int itemDrawableResourceId -cyanogenmod.hardware.ThermalListenerCallback: ThermalListenerCallback() -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: boolean isDisposed() -androidx.appcompat.R$color: int error_color_material_dark -com.jaredrummler.android.colorpicker.R$attr: int autoSizePresetSizes -com.turingtechnologies.materialscrollbar.R$id: int search_voice_btn -com.google.android.material.textfield.TextInputLayout: android.graphics.drawable.Drawable getErrorIconDrawable() -cyanogenmod.app.ICustomTileListener$Stub: ICustomTileListener$Stub() -com.google.android.material.R$attr: int layout_constraintHorizontal_chainStyle -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight -okhttp3.internal.http2.Http2Stream$FramingSource: okio.Buffer receiveBuffer -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void pushPromise(int,int,java.util.List) -com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableCompat_android_visible -okhttp3.internal.connection.RealConnection$1: okhttp3.internal.connection.RealConnection this$0 -cyanogenmod.power.PerformanceManager: cyanogenmod.power.PerformanceManager getInstance(android.content.Context) -androidx.appcompat.R$attr: int actionModeCutDrawable -androidx.lifecycle.ReportFragment: void dispatchCreate(androidx.lifecycle.ReportFragment$ActivityInitializationListener) -cyanogenmod.hardware.CMHardwareManager: int getVibratorDefaultIntensity() -okio.AsyncTimeout: java.io.IOException exit(java.io.IOException) -com.google.android.material.transformation.TransformationChildLayout: TransformationChildLayout(android.content.Context) -android.didikee.donate.R$attr: int tickMark -androidx.recyclerview.R$dimen: int notification_large_icon_width -androidx.vectordrawable.animated.R$styleable: R$styleable() -wangdaye.com.geometricweather.R$id: int container_main_sun_moon_moonContainer -cyanogenmod.weatherservice.ServiceRequestResult$1 -cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.RequestInfo build() -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_toTopOf -okhttp3.Handshake: okhttp3.Handshake get(javax.net.ssl.SSLSession) -okhttp3.internal.cache.CacheInterceptor$1: CacheInterceptor$1(okhttp3.internal.cache.CacheInterceptor,okio.BufferedSource,okhttp3.internal.cache.CacheRequest,okio.BufferedSink) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: java.lang.String getBrandId() -com.google.android.material.R$drawable: int notify_panel_notification_icon_bg -androidx.constraintlayout.widget.R$styleable: int Transition_transitionDisable -android.support.v4.os.IResultReceiver$Stub: android.os.IBinder asBinder() -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer getRealFeelShaderTemperature() -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ProgressBar -wangdaye.com.geometricweather.R$string: int content_desc_search_filter_off -com.jaredrummler.android.colorpicker.R$color: int foreground_material_light -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver -com.turingtechnologies.materialscrollbar.R$attr: int isLightTheme -james.adaptiveicon.R$dimen: int notification_content_margin_start -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_hideOnContentScroll -androidx.appcompat.R$attr: int contentInsetEnd -androidx.drawerlayout.R$styleable: R$styleable() -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.DailyEntityDao getDailyEntityDao() -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: AccuAlertResult() -androidx.preference.R$color: int abc_hint_foreground_material_dark -io.reactivex.Observable: io.reactivex.Observable delay(long,java.util.concurrent.TimeUnit,boolean) -io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver parent -com.xw.repo.bubbleseekbar.R$layout: int abc_alert_dialog_button_bar_material -cyanogenmod.weatherservice.ServiceRequestResult: void writeToParcel(android.os.Parcel,int) -wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView getChartItemView() -com.google.android.material.textfield.TextInputLayout: com.google.android.material.internal.CheckableImageButton getEndIconToUpdateDummyDrawable() -okhttp3.internal.http1.Http1Codec$ChunkedSource: long read(okio.Buffer,long) -androidx.preference.PreferenceGroup$SavedState: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog_Flush -androidx.constraintlayout.widget.R$attr: int fontWeight -cyanogenmod.app.ProfileManager: java.lang.String ACTION_PROFILE_PICKER -androidx.work.ExistingWorkPolicy: androidx.work.ExistingWorkPolicy APPEND -com.google.android.material.R$id: int material_clock_period_am_button -wangdaye.com.geometricweather.R$id: int item_about_library -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: void cancel() -com.google.android.material.R$style: int Widget_AppCompat_ActionBar -androidx.constraintlayout.widget.R$id: int honorRequest -wangdaye.com.geometricweather.R$string: int app_name -android.didikee.donate.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title -wangdaye.com.geometricweather.R$styleable: int Layout_android_orientation -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void onSubscribe(org.reactivestreams.Subscription) -wangdaye.com.geometricweather.R$layout: int dialog_providers_previewer -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.ChineseCityEntity) -retrofit2.Platform: java.util.List defaultConverterFactories() -androidx.appcompat.R$style: int Widget_AppCompat_PopupMenu_Overflow -okhttp3.logging.LoggingEventListener -androidx.lifecycle.SavedStateHandle$SavingStateLiveData -androidx.preference.R$drawable: int abc_list_selector_holo_light -androidx.drawerlayout.R$style: int Widget_Compat_NotificationActionContainer -james.adaptiveicon.R$style: int Theme_AppCompat -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: boolean daylight -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Dialog -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Imperial -io.reactivex.internal.util.NotificationLite: java.lang.Object subscription(org.reactivestreams.Subscription) -androidx.coordinatorlayout.R$id: int line3 -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_framePosition -androidx.preference.R$attr: int autoCompleteTextViewStyle -wangdaye.com.geometricweather.R$styleable: int[] BubbleSeekBar -androidx.hilt.lifecycle.R$id: R$id() -okhttp3.internal.http2.Http2Connection: java.net.Socket socket -com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_animSwoopDuration -com.jaredrummler.android.colorpicker.R$styleable: int CheckBoxPreference_android_summaryOn -com.google.gson.stream.JsonReader: void nextNull() -james.adaptiveicon.R$attr: int ratingBarStyleSmall -okhttp3.internal.ws.RealWebSocket: void onReadPong(okio.ByteString) -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_menu_cut_mtrl_alpha -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText -wangdaye.com.geometricweather.R$attr: int tickMarkTintMode -james.adaptiveicon.R$dimen: int abc_text_size_subhead_material -wangdaye.com.geometricweather.R$attr: int switchStyle -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: int maxColor -com.xw.repo.bubbleseekbar.R$id: int split_action_bar -com.google.android.material.R$styleable: int KeyPosition_transitionEasing -androidx.appcompat.widget.Toolbar: android.view.MenuInflater getMenuInflater() -com.xw.repo.bubbleseekbar.R$attr: int windowFixedWidthMajor -okhttp3.CipherSuite: java.util.List forJavaNames(java.lang.String[]) -io.reactivex.Observable: io.reactivex.Observable mergeDelayError(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource) -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: int unitArrayIndex -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: boolean isIsModify() -retrofit2.Utils: java.lang.RuntimeException methodError(java.lang.reflect.Method,java.lang.String,java.lang.Object[]) -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: java.lang.String getSourceUrl() -com.google.android.material.R$id: int mtrl_picker_title_text -androidx.appcompat.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 -com.google.android.material.R$styleable: int ConstraintSet_barrierMargin -androidx.appcompat.widget.Toolbar: void setTitle(int) -cyanogenmod.app.suggest.IAppSuggestManager -wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.util.List _queryWeatherEntity_DailyEntityList(java.lang.String,java.lang.String) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property GrassLevel +cyanogenmod.power.PerformanceManagerInternal: void activityResumed(android.content.Intent) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeApparentTemperature +wangdaye.com.geometricweather.R$dimen: int hint_alpha_material_dark +com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_paddingRightSystemWindowInsets +androidx.preference.R$attr: int updatesContinuously +androidx.appcompat.R$styleable: int View_android_theme +com.turingtechnologies.materialscrollbar.R$attr: int contentInsetLeft +okhttp3.EventListener$1: EventListener$1() +com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_multiChoiceItemLayout +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeTotalPrecipitation +androidx.constraintlayout.helper.widget.Layer: Layer(android.content.Context) +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: java.util.concurrent.atomic.AtomicReference upstream +io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: int index +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: void setTo(java.lang.String) +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_weather +androidx.preference.R$attr: int iconifiedByDefault +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHeight_min +wangdaye.com.geometricweather.R$attr: int windowMinWidthMajor +androidx.appcompat.R$bool: R$bool() +com.google.android.material.snackbar.SnackbarContentLayout +wangdaye.com.geometricweather.R$id: int transparency_layout +cyanogenmod.weather.WeatherLocation$Builder: java.lang.String mCountryId +io.reactivex.internal.util.NotificationLite$ErrorNotification: java.lang.String toString() +androidx.dynamicanimation.R$id: int time +androidx.appcompat.R$style: int TextAppearance_AppCompat_Large_Inverse +wangdaye.com.geometricweather.db.entities.WeatherEntity: void __setDaoSession(wangdaye.com.geometricweather.db.entities.DaoSession) +androidx.lifecycle.extensions.R$styleable: int GradientColor_android_type +okio.Segment: void compact() +androidx.transition.R$dimen: int notification_action_icon_size +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button +okhttp3.internal.http2.Hpack$Writer: void setHeaderTableSizeSetting(int) +androidx.appcompat.R$drawable: int btn_radio_on_to_off_mtrl_animation +androidx.preference.R$style: int Widget_AppCompat_ActionBar_TabBar +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber$1: androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber this$1 +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_logo +okhttp3.Request$Builder: okhttp3.Request$Builder method(java.lang.String,okhttp3.RequestBody) +androidx.drawerlayout.R$id: int action_divider +androidx.hilt.R$styleable: int FontFamilyFont_android_fontVariationSettings +com.xw.repo.bubbleseekbar.R$attr: int textAppearanceLargePopupMenu +androidx.appcompat.R$styleable: int AppCompatTheme_dialogPreferredPadding +wangdaye.com.geometricweather.R$menu: int activity_settings +okhttp3.internal.http2.Http2Connection: boolean pushedStream(int) +okhttp3.internal.platform.Android10Platform: void configureTlsExtensions(javax.net.ssl.SSLSocket,java.lang.String,java.util.List) +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver +wangdaye.com.geometricweather.R$attr: int minHideDelay +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabMode +androidx.lifecycle.extensions.R$dimen: int notification_media_narrow_margin +io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: io.reactivex.internal.operators.observable.ObservableRefCount parent +james.adaptiveicon.R$attr: int subtitleTextColor +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: java.util.concurrent.atomic.AtomicReference upstream +android.didikee.donate.R$style: int TextAppearance_AppCompat +com.jaredrummler.android.colorpicker.R$attr: int actionMenuTextAppearance +cyanogenmod.app.StatusBarPanelCustomTile: java.lang.Object clone() +wangdaye.com.geometricweather.R$attr: int ratingBarStyleIndicator +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense +wangdaye.com.geometricweather.R$styleable: int RecycleListView_paddingBottomNoButtons +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: void run() +androidx.fragment.app.Fragment$SavedState: android.os.Parcelable$Creator CREATOR +androidx.appcompat.R$styleable: int StateListDrawable_android_variablePadding +androidx.appcompat.R$styleable: int ActionBar_hideOnContentScroll +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_AES_128_GCM_SHA256 +wangdaye.com.geometricweather.R$dimen: int mtrl_navigation_elevation +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float windSpeed +wangdaye.com.geometricweather.R$string: int sp_widget_week_setting +com.google.android.material.chip.Chip: void setIconEndPaddingResource(int) +androidx.preference.R$color: int error_color_material_dark +wangdaye.com.geometricweather.R$style: int Base_V7_Widget_AppCompat_Toolbar +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_popupMenuStyle +androidx.constraintlayout.widget.R$attr: int textLocale +androidx.lifecycle.MediatorLiveData$Source: int mVersion +com.google.android.material.R$dimen: int design_tab_max_width +cyanogenmod.app.StatusBarPanelCustomTile$1: java.lang.Object createFromParcel(android.os.Parcel) +androidx.preference.R$drawable: int btn_checkbox_checked_mtrl +wangdaye.com.geometricweather.R$attr: int onPositiveCross +android.didikee.donate.R$id: int textSpacerNoButtons +androidx.preference.R$dimen: int fastscroll_margin +cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_onResume +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeRainPrecipitation() +com.google.android.material.R$attr: int actionOverflowButtonStyle +james.adaptiveicon.R$dimen: int abc_action_bar_default_padding_end_material +wangdaye.com.geometricweather.R$id: int dialog_background_location_container +com.jaredrummler.android.colorpicker.R$style: int Base_AlertDialog_AppCompat +james.adaptiveicon.R$attr: int subtitleTextStyle +androidx.preference.R$styleable: int AppCompatTheme_editTextStyle +com.google.android.material.R$attr: int iconifiedByDefault +cyanogenmod.hardware.IThermalListenerCallback +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber +com.jaredrummler.android.colorpicker.R$dimen: int abc_select_dialog_padding_start_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: java.lang.String getZh_CN() +androidx.appcompat.R$id: int action_bar +io.reactivex.Observable: io.reactivex.Observable switchMapDelayError(io.reactivex.functions.Function,int) +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_inset +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_Dialog_Alert +androidx.appcompat.R$color: int dim_foreground_material_light +androidx.drawerlayout.R$dimen: int compat_button_padding_vertical_material +wangdaye.com.geometricweather.R$attr: int materialThemeOverlay +com.turingtechnologies.materialscrollbar.R$integer: int app_bar_elevation_anim_duration +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeSnowPrecipitationDuration +com.google.android.material.R$color: int mtrl_filled_stroke_color +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.String getWeatherText() +org.greenrobot.greendao.AbstractDao: java.lang.String[] getNonPkColumns() +okhttp3.internal.connection.RealConnection: okhttp3.Route route() +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: boolean isDisposed() +androidx.hilt.work.R$dimen: int compat_button_padding_horizontal_material +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language ROMANIAN +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabSelectedTextColor +android.didikee.donate.R$id: int never +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: boolean isDisposed() +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$6: ExternalViewProviderService$Provider$ProviderImpl$6(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) +okhttp3.MultipartBody$Part: MultipartBody$Part(okhttp3.Headers,okhttp3.RequestBody) +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_creator +wangdaye.com.geometricweather.R$styleable: int KeyCycle_waveShape +wangdaye.com.geometricweather.R$drawable: int ic_alipay +okhttp3.internal.http2.Http2Connection: int openStreamCount() +androidx.lifecycle.ViewModelProvider$OnRequeryFactory: void onRequery(androidx.lifecycle.ViewModel) +cyanogenmod.hardware.ICMHardwareService: int getSupportedFeatures() +androidx.appcompat.widget.ViewStubCompat: void setInflatedId(int) +android.didikee.donate.R$styleable: int Toolbar_collapseContentDescription +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_textAllCaps +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int RainProbability +com.google.android.material.appbar.HeaderScrollingViewBehavior: HeaderScrollingViewBehavior() +james.adaptiveicon.R$styleable: int AppCompatSeekBar_tickMarkTintMode +org.greenrobot.greendao.AbstractDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) +com.google.android.material.internal.FlowLayout: int getItemSpacing() +androidx.fragment.R$layout: R$layout() +androidx.vectordrawable.animated.R$dimen: int notification_media_narrow_margin +android.didikee.donate.R$drawable: int abc_btn_borderless_material +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_DialogWindowTitle_AppCompat +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: HourlyEntityDao$Properties() +com.google.android.material.R$attr: int contentInsetStart +okhttp3.logging.LoggingEventListener: void secureConnectEnd(okhttp3.Call,okhttp3.Handshake) +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.internal.util.AtomicThrowable error +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_menu_overflow_material +james.adaptiveicon.R$styleable: int TextAppearance_android_textColorLink +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: double lat +wangdaye.com.geometricweather.R$color: int mtrl_tabs_icon_color_selector +androidx.lifecycle.LifecycleDispatcher$DispatcherActivityCallback: LifecycleDispatcher$DispatcherActivityCallback() +com.bumptech.glide.Registry$NoModelLoaderAvailableException +james.adaptiveicon.R$anim +androidx.viewpager2.R$styleable: int GradientColor_android_gradientRadius +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: void setOnApplyWindowInsetsListener(android.view.View$OnApplyWindowInsetsListener) +com.xw.repo.bubbleseekbar.R$dimen: int hint_pressed_alpha_material_light +wangdaye.com.geometricweather.R$dimen: int tooltip_horizontal_padding +com.xw.repo.bubbleseekbar.R$id: int edit_query +james.adaptiveicon.R$attr: int fontProviderQuery +wangdaye.com.geometricweather.R$anim: int fragment_main_exit +com.google.android.material.behavior.HideBottomViewOnScrollBehavior: HideBottomViewOnScrollBehavior() +cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType THEME_UPDATED +com.google.android.material.card.MaterialCardView: void setMaxCardElevation(float) +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void remove(io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable) +com.google.android.material.R$attr: int circularInset +james.adaptiveicon.R$style: int Theme_AppCompat_Light_DialogWhenLarge +com.google.android.material.R$styleable: int MaterialCardView_checkedIconMargin +com.google.android.material.floatingactionbutton.FloatingActionButton: void setBackgroundTintList(android.content.res.ColorStateList) +com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_border_width +okhttp3.EventListener +com.turingtechnologies.materialscrollbar.R$id: int top +androidx.preference.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum Minimum +com.google.android.material.R$dimen: int material_clock_period_toggle_height +wangdaye.com.geometricweather.db.entities.DailyEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.DailyEntity) +com.jaredrummler.android.colorpicker.R$attr: int cpv_colorShape +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintGuide_begin +okhttp3.Cache$CacheRequestImpl: okhttp3.internal.cache.DiskLruCache$Editor editor +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: int unitArrayIndex +com.google.android.material.theme.MaterialComponentsViewInflater: MaterialComponentsViewInflater() +androidx.constraintlayout.widget.Placeholder +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilityRain: java.lang.Integer proba3H +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: void setDefenseIcon(java.lang.String) +com.jaredrummler.android.colorpicker.R$style: int cpv_ColorPickerViewStyle +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabRippleColor +com.google.android.material.R$id: int radio +com.turingtechnologies.materialscrollbar.R$attr: int bottomSheetStyle +com.google.android.material.R$styleable: int Constraint_layout_constraintHorizontal_bias +io.reactivex.internal.observers.InnerQueuedObserver: io.reactivex.internal.fuseable.SimpleQueue queue() +wangdaye.com.geometricweather.R$color: int mtrl_fab_bg_color_selector +com.turingtechnologies.materialscrollbar.DragScrollBar: DragScrollBar(android.content.Context,android.util.AttributeSet,int) +cyanogenmod.app.LiveLockScreenInfo$1 +androidx.appcompat.resources.R$styleable: int[] FontFamily +androidx.vectordrawable.animated.R$id: int forever +james.adaptiveicon.R$style: int ThemeOverlay_AppCompat_Dark +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHorizontal_weight +com.xw.repo.bubbleseekbar.R$id: int left +com.google.android.material.tabs.TabLayout: void setTabMode(int) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust: AccuDailyResult$DailyForecasts$Day$WindGust() +androidx.preference.R$style: int Base_Theme_AppCompat_Dialog +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Large_Inverse +com.google.android.material.tabs.TabLayout: int getDefaultHeight() +wangdaye.com.geometricweather.R$drawable: int ic_wechat_pay +wangdaye.com.geometricweather.R$styleable: int MenuGroup_android_id +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipSurfaceColor +androidx.appcompat.R$id: R$id() +wangdaye.com.geometricweather.remoteviews.config.Hilt_TextWidgetConfigActivity: Hilt_TextWidgetConfigActivity() +wangdaye.com.geometricweather.R$drawable: int selectable_ripple +androidx.lifecycle.LifecycleRegistry: boolean mNewEventOccurred +androidx.cardview.widget.CardView: void setMaxCardElevation(float) +androidx.appcompat.R$styleable: int AppCompatTheme_radioButtonStyle +com.google.android.material.R$attr: int layout_editor_absoluteY +wangdaye.com.geometricweather.db.entities.HistoryEntity: int getNighttimeTemperature() +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void alterWindow(int,int,int,int,boolean,android.graphics.Rect) +androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableTransition_android_fromId +com.jaredrummler.android.colorpicker.R$color: int primary_dark_material_dark +com.google.android.material.R$styleable: int AppCompatTheme_actionBarTabStyle +com.jaredrummler.android.colorpicker.R$styleable: int View_android_focusable +wangdaye.com.geometricweather.R$id: int ghost_view_holder +wangdaye.com.geometricweather.R$drawable: int notif_temp_101 +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Dialog_Alert +okhttp3.ConnectionSpec: ConnectionSpec(okhttp3.ConnectionSpec$Builder) +androidx.preference.R$styleable: int DialogPreference_positiveButtonText +okhttp3.Dns$1 +cyanogenmod.weather.RequestInfo: int TYPE_WEATHER_BY_WEATHER_LOCATION_REQ +android.didikee.donate.R$attr: int progressBarStyle +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabPadding +io.reactivex.internal.subscriptions.BasicQueueSubscription: java.lang.Object poll() +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability precipitationProbability +androidx.constraintlayout.widget.R$id: int message +wangdaye.com.geometricweather.db.entities.LocationEntity: void setCurrentPosition(boolean) +com.turingtechnologies.materialscrollbar.R$dimen: int abc_control_corner_material +com.jaredrummler.android.colorpicker.R$style: int Base_V22_Theme_AppCompat_Light +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature +android.didikee.donate.R$styleable: int SearchView_android_focusable +com.google.android.material.R$styleable: int GradientColor_android_startColor +wangdaye.com.geometricweather.R$string: int aqi_2 +androidx.hilt.work.R$id: int icon_group +androidx.transition.R$styleable: int FontFamilyFont_android_font +okhttp3.HttpUrl: okhttp3.HttpUrl parse(java.lang.String) +wangdaye.com.geometricweather.R$string: int wait_refresh androidx.preference.R$anim: int abc_fade_in -wangdaye.com.geometricweather.R$id: int bottomBar -androidx.appcompat.widget.FitWindowsViewGroup -androidx.constraintlayout.widget.R$styleable: int[] OnSwipe -wangdaye.com.geometricweather.R$dimen: int abc_text_size_title_material -com.google.android.material.R$attr: int waveOffset -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint: AccuCurrentResult$DewPoint() -android.didikee.donate.R$dimen: int abc_edit_text_inset_horizontal_material -androidx.preference.R$styleable: int[] ActionMenuView -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Chip -androidx.activity.R$drawable: int notification_bg -androidx.cardview.widget.CardView: void setMinimumHeight(int) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: AccuDailyResult$DailyForecasts$Day() -androidx.viewpager.R$styleable: int GradientColor_android_centerY -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: java.util.Date EndTime -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean content -androidx.constraintlayout.widget.R$attr: int autoTransition -androidx.hilt.work.R$styleable -androidx.viewpager2.R$id: int accessibility_custom_action_7 -okhttp3.Route: okhttp3.Address address -com.xw.repo.bubbleseekbar.R$color: int background_material_dark -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_enqueueLiveLockScreen +com.jaredrummler.android.colorpicker.R$color: int abc_tint_seek_thumb +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: void setFrom(java.lang.String) +com.jaredrummler.android.colorpicker.R$drawable: int abc_textfield_search_material +com.google.android.material.R$styleable: int Slider_android_enabled +com.jaredrummler.android.colorpicker.R$styleable: int Preference_summary +androidx.constraintlayout.widget.R$dimen: int abc_seekbar_track_progress_height_material +wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Priority +wangdaye.com.geometricweather.R$integer: int config_tooltipAnimTime +cyanogenmod.providers.CMSettings$Secure: java.lang.String BUTTON_BACKLIGHT_TIMEOUT +androidx.recyclerview.widget.RecyclerView: void removeOnItemTouchListener(androidx.recyclerview.widget.RecyclerView$OnItemTouchListener) +wangdaye.com.geometricweather.R$attr: int isMaterialTheme +com.google.android.material.R$style: int Base_Widget_MaterialComponents_Chip +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorControlHighlight +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_collapseNotificationPanel_2 +androidx.appcompat.widget.AppCompatRadioButton +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void setCancellable(io.reactivex.functions.Cancellable) +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: org.reactivestreams.Subscription upstream +io.reactivex.internal.observers.ForEachWhileObserver +androidx.viewpager.R$string: R$string() +james.adaptiveicon.R$color: int material_blue_grey_950 +wangdaye.com.geometricweather.R$drawable: int weather_cloudy_mini_grey +androidx.preference.R$attr: int layout_dodgeInsetEdges +cyanogenmod.app.ICustomTileListener$Stub: ICustomTileListener$Stub() +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setOverlay(java.lang.String) +retrofit2.http.DELETE +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Button_Colored +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_translationY +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Imperial: AccuCurrentResult$DewPoint$Imperial() +cyanogenmod.externalviews.KeyguardExternalView$6: cyanogenmod.externalviews.KeyguardExternalView this$0 +com.google.android.material.R$style: int RtlOverlay_DialogWindowTitle_AppCompat +com.google.android.material.R$styleable: int TextInputLayout_boxCollapsedPaddingTop +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours: AccuCurrentResult$PrecipitationSummary$Past6Hours() org.greenrobot.greendao.AbstractDao: void save(java.lang.Object) -okhttp3.internal.http2.Http2Connection: int DEGRADED_PING -okhttp3.MultipartBody$Builder: java.util.List parts -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: void onError(java.lang.Throwable) -com.bumptech.glide.MemoryCategory -wangdaye.com.geometricweather.R$drawable: int notification_bg_low_normal -com.xw.repo.bubbleseekbar.R$attr: int backgroundTint -androidx.viewpager2.R$styleable: int RecyclerView_fastScrollEnabled -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_showDividers -androidx.preference.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration -com.google.android.material.R$styleable: int KeyTimeCycle_android_rotationY -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatSeekBar_android_thumb -wangdaye.com.geometricweather.R$attr: int colorError -com.google.android.material.slider.BaseSlider: void setTickTintList(android.content.res.ColorStateList) -android.didikee.donate.R$styleable: int SearchView_android_maxWidth -io.reactivex.Observable: io.reactivex.Observable concat(io.reactivex.ObservableSource) -cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setForecast(java.util.List) -androidx.vectordrawable.R$dimen: int notification_small_icon_size_as_large -com.google.gson.stream.JsonReader$1: void promoteNameToValue(com.google.gson.stream.JsonReader) -androidx.appcompat.R$styleable: int[] ActionMenuItemView -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_trackTintMode -androidx.vectordrawable.animated.R$style: int TextAppearance_Compat_Notification_Info -androidx.vectordrawable.animated.R$styleable: int GradientColor_android_endColor -androidx.constraintlayout.widget.R$attr: int colorControlNormal -androidx.appcompat.R$styleable: int LinearLayoutCompat_android_weightSum -androidx.hilt.work.R$id: int accessibility_custom_action_12 -com.google.android.material.R$color: int material_grey_300 -wangdaye.com.geometricweather.R$styleable: int View_android_theme -retrofit2.ParameterHandler$Headers: java.lang.reflect.Method method -wangdaye.com.geometricweather.R$string: int content_des_no2 -android.didikee.donate.R$attr: int buttonStyle -androidx.vectordrawable.animated.R$dimen: int notification_right_icon_size -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Overline -androidx.lifecycle.SavedStateHandle$SavingStateLiveData: void detach() -com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding: com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding MEMORY -james.adaptiveicon.R$layout: int abc_screen_toolbar -io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: void onNext(java.lang.Object) -android.didikee.donate.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar -wangdaye.com.geometricweather.R$id: int mini -retrofit2.HttpServiceMethod: java.lang.Object invoke(java.lang.Object[]) -com.google.android.material.R$attr: int layout_constraintEnd_toEndOf -wangdaye.com.geometricweather.R$id: int widget_week_week_2 -wangdaye.com.geometricweather.R$id: int item_weather_icon_title -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Body2 -cyanogenmod.app.Profile: void getXmlString(java.lang.StringBuilder,android.content.Context) -com.google.android.material.R$styleable: int Variant_region_widthLessThan -android.didikee.donate.R$id: int list_item -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeSnowPrecipitationProbability(java.lang.Float) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_translationY -com.google.android.material.R$styleable: int Transform_android_scaleY -androidx.appcompat.widget.SearchView: int getSuggestionRowLayout() -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: SwipeRefreshLayout(android.content.Context) -retrofit2.OkHttpCall$NoContentResponseBody -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric -wangdaye.com.geometricweather.R$drawable: int weather_thunder_2 -wangdaye.com.geometricweather.R$id: int outline -retrofit2.Utils: java.lang.Class getRawType(java.lang.reflect.Type) -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem -cyanogenmod.providers.CMSettings$Global: java.lang.String getStringForUser(android.content.ContentResolver,java.lang.String,int) -wangdaye.com.geometricweather.R$id: int material_timepicker_ok_button -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Weather: MfCurrentResult$Observation$Weather() -androidx.appcompat.R$drawable: int abc_ic_clear_material -com.google.android.material.R$id: int titleDividerNoCustom -wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_TabLayoutTheme -com.google.android.material.R$color: int design_snackbar_background_color -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_shapeAppearance -cyanogenmod.content.Intent: java.lang.String ACTION_PROTECTED_CHANGED -io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable: void dispose() -com.google.gson.stream.MalformedJsonException -androidx.constraintlayout.widget.R$string: int abc_searchview_description_search -androidx.appcompat.widget.AbsActionBarView: int getContentHeight() -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$3 -androidx.coordinatorlayout.R$drawable: int notification_action_background -androidx.preference.R$styleable: int Preference_android_shouldDisableView -androidx.constraintlayout.widget.R$styleable: int ImageFilterView_warmth -io.reactivex.Observable: io.reactivex.Observable cacheWithInitialCapacity(int) -androidx.appcompat.widget.AppCompatAutoCompleteTextView: AppCompatAutoCompleteTextView(android.content.Context,android.util.AttributeSet) -cyanogenmod.app.CustomTile$ExpandedGridItem -com.google.android.material.circularreveal.CircularRevealFrameLayout: void setRevealInfo(com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo) -androidx.loader.R$style: int TextAppearance_Compat_Notification_Info -wangdaye.com.geometricweather.R$id: int tag_icon_day -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_RC4_128_MD5 -okhttp3.Response: java.lang.String message -androidx.work.R$id: int accessibility_custom_action_28 -androidx.transition.R$styleable: int GradientColorItem_android_offset -com.google.android.material.R$color: int material_timepicker_button_background -com.google.android.material.chip.Chip: void setTextAppearanceResource(int) -androidx.appcompat.R$color: int abc_primary_text_material_dark -android.didikee.donate.R$dimen: int abc_seekbar_track_progress_height_material -com.google.android.material.R$styleable: int ShapeAppearance_cornerSizeBottomLeft -androidx.appcompat.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title -androidx.core.R$drawable: int notification_bg_normal_pressed -com.google.android.material.R$attr: int behavior_expandedOffset -okio.Buffer: long indexOfElement(okio.ByteString,long) -com.google.android.material.R$dimen: int mtrl_toolbar_default_height -wangdaye.com.geometricweather.R$array: int speed_unit_voices -com.jaredrummler.android.colorpicker.R$attr: int fontWeight -okio.Buffer$UnsafeCursor: long expandBuffer(int) -cyanogenmod.app.CustomTile$ExpandedItem: java.lang.String itemTitle -cyanogenmod.themes.IThemeService: void unregisterThemeProcessingListener(cyanogenmod.themes.IThemeProcessingListener) -com.google.android.material.R$style: int TextAppearance_Design_HelperText -com.google.android.material.R$id: int tag_unhandled_key_listeners -androidx.recyclerview.R$style: int TextAppearance_Compat_Notification -com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_layout_behavior -androidx.vectordrawable.R$styleable: int FontFamilyFont_fontVariationSettings -cyanogenmod.weatherservice.IWeatherProviderService$Stub: android.os.IBinder asBinder() -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: DailyTrendItemView(android.content.Context,android.util.AttributeSet) -androidx.work.OverwritingInputMerger -wangdaye.com.geometricweather.R$styleable: int Chip_chipIconEnabled -com.jaredrummler.android.colorpicker.R$dimen: int cpv_required_padding -androidx.preference.R$drawable: int notification_icon_background -retrofit2.Utils$WildcardTypeImpl: java.lang.reflect.Type lowerBound -androidx.appcompat.R$styleable: int MenuItem_android_numericShortcut -wangdaye.com.geometricweather.R$string: int key_week_icon_mode -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.rx.RxDao rxDaoPlain -androidx.preference.R$style: int Base_ThemeOverlay_AppCompat_Light -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property CityId -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: void setNewX(java.lang.String) -okhttp3.internal.http2.Http2Codec: okhttp3.internal.connection.StreamAllocation streamAllocation -androidx.cardview.R$color -cyanogenmod.weather.RequestInfo: RequestInfo(cyanogenmod.weather.RequestInfo$1) -okhttp3.internal.http2.Header: okio.ByteString TARGET_METHOD -com.github.rahatarmanahmed.cpv.R$attr: int cpv_animSwoopDuration -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_iconEndPadding -androidx.viewpager2.R$id: int action_image -wangdaye.com.geometricweather.R$styleable: int GradientColor_android_tileMode -androidx.appcompat.widget.SearchView$SearchAutoComplete: void setThreshold(int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setIsShow(boolean) -com.google.android.material.R$anim: int btn_checkbox_to_unchecked_box_inner_merged_animation -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_display_3_material -com.google.android.material.R$attr: int transitionEasing -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_divider -wangdaye.com.geometricweather.R$string: int mtrl_picker_text_input_date_range_end_hint -androidx.lifecycle.SavedStateHandle: androidx.savedstate.SavedStateRegistry$SavedStateProvider mSavedStateProvider -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: boolean isDisposed() -cyanogenmod.weather.WeatherLocation: java.lang.String access$302(cyanogenmod.weather.WeatherLocation,java.lang.String) -wangdaye.com.geometricweather.db.entities.DailyEntity: long getTime() -wangdaye.com.geometricweather.R$attr: int chipBackgroundColor -androidx.constraintlayout.widget.R$attr: int contentInsetLeft -wangdaye.com.geometricweather.R$dimen: int notification_main_column_padding_top -okhttp3.internal.connection.ConnectionSpecSelector -com.jaredrummler.android.colorpicker.ColorPickerView: java.lang.String getAlphaSliderText() -android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_fitToContents -wangdaye.com.geometricweather.R$dimen: int abc_list_item_height_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: java.util.List value -retrofit2.HttpServiceMethod: java.lang.Object adapt(retrofit2.Call,java.lang.Object[]) -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_NoActionBar -james.adaptiveicon.R$styleable: int LinearLayoutCompat_Layout_android_layout_width -androidx.appcompat.R$styleable: int AppCompatTextView_drawableTint -androidx.recyclerview.R$styleable: int FontFamily_fontProviderAuthority -com.google.android.material.R$style: int Base_Widget_AppCompat_Spinner_Underlined -okhttp3.internal.ws.RealWebSocket: long queueSize() -wangdaye.com.geometricweather.R$styleable: int DialogPreference_dialogMessage -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int LIGHT_SNOW_SHOWERS -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: java.util.Date Rise -cyanogenmod.weather.IRequestInfoListener$Stub -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property Date -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Light -androidx.preference.R$style: int TextAppearance_AppCompat_Small -androidx.drawerlayout.R$drawable: R$drawable() -com.xw.repo.bubbleseekbar.R$style: int Platform_ThemeOverlay_AppCompat_Dark -wangdaye.com.geometricweather.R$styleable: int Chip_shapeAppearanceOverlay -cyanogenmod.providers.CMSettings$Global -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_PopupMenu -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_AutoCompleteTextView +com.google.android.material.R$attr: int expandedTitleTextAppearance +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_indeterminateProgressStyle +androidx.lifecycle.LiveData: java.lang.Object mData +wangdaye.com.geometricweather.R$attr: int spinnerDropDownItemStyle +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_CompoundButton_CheckBox +com.google.android.material.R$styleable: int Toolbar_contentInsetStart +wangdaye.com.geometricweather.common.basic.models.weather.Weather: boolean isValid(float) +wangdaye.com.geometricweather.R$attr: int fontWeight +james.adaptiveicon.R$id: int custom +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay valueOf(java.lang.String) +com.xw.repo.bubbleseekbar.R$integer: int config_tooltipAnimTime +androidx.coordinatorlayout.R$attr: int fontStyle +androidx.appcompat.R$styleable: int MenuItem_alphabeticModifiers +androidx.preference.Preference$BaseSavedState +androidx.recyclerview.R$id: int accessibility_custom_action_25 +android.didikee.donate.R$drawable: int abc_ic_commit_search_api_mtrl_alpha +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setProgressBackgroundColorSchemeResource(int) +com.google.android.material.chip.Chip: void setChipStartPadding(float) +com.google.android.material.R$style: int Base_Widget_MaterialComponents_TextInputEditText +okhttp3.internal.platform.JdkWithJettyBootPlatform: java.lang.reflect.Method removeMethod +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX getBrandInfo() +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: io.reactivex.Observer downstream +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowMinWidthMajor +androidx.appcompat.widget.SwitchCompat: int getThumbScrollRange() +james.adaptiveicon.R$style: int Theme_AppCompat_Dialog_Alert +okio.BufferedSink: okio.BufferedSink writeLongLe(long) +okhttp3.internal.http2.Hpack$Reader: Hpack$Reader(int,okio.Source) +androidx.lifecycle.LiveData: java.lang.Runnable mPostValueRunnable +androidx.vectordrawable.R$id: int line3 +com.turingtechnologies.materialscrollbar.R$color: int design_default_color_primary_dark +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_31 +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl access$000(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider) +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver +wangdaye.com.geometricweather.common.basic.models.Location +okio.RealBufferedSink: okio.BufferedSink writeString(java.lang.String,java.nio.charset.Charset) +cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String getTag() +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_min +com.xw.repo.bubbleseekbar.R$attr: int dialogTheme +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.util.List SupplementalAdminAreas +wangdaye.com.geometricweather.R$dimen: int design_bottom_sheet_modal_elevation +android.didikee.donate.R$style: int Base_Widget_AppCompat_Button_Small +androidx.appcompat.R$color: int abc_btn_colored_text_material +com.jaredrummler.android.colorpicker.R$color: int material_deep_teal_200 +com.turingtechnologies.materialscrollbar.R$id: int selected +com.xw.repo.bubbleseekbar.R$attr: int maxButtonHeight +com.bumptech.glide.integration.okhttp.R$color: int secondary_text_default_material_light +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: int unitArrayIndex +cyanogenmod.weather.WeatherLocation$1: cyanogenmod.weather.WeatherLocation createFromParcel(android.os.Parcel) +android.support.v4.os.ResultReceiver$MyRunnable: int mResultCode +okio.ByteString: int indexOf(okio.ByteString,int) +com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_image_size +androidx.work.R$dimen: int notification_subtext_size +com.google.android.material.R$drawable: int abc_list_selector_background_transition_holo_dark +retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.google.android.material.textfield.TextInputLayout: void setErrorIconTintMode(android.graphics.PorterDuff$Mode) +com.google.android.material.R$drawable: int design_bottom_navigation_item_background +com.google.android.material.button.MaterialButton: java.lang.String getA11yClassName() +androidx.preference.R$styleable: int AppCompatTextHelper_android_textAppearance +com.google.android.material.R$styleable: int ThemeEnforcement_enforceMaterialTheme +wangdaye.com.geometricweather.R$attr: int listPreferredItemPaddingStart +wangdaye.com.geometricweather.R$animator: int weather_cloudy_1 +com.xw.repo.bubbleseekbar.R$bool: int abc_allow_stacked_button_bar +androidx.transition.R$color: int secondary_text_default_material_light +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.lifecycle.extensions.R$id: int tag_accessibility_pane_title +androidx.preference.R$attr: int tintMode +wangdaye.com.geometricweather.R$drawable: int notif_temp_12 +okio.Buffer: okio.Buffer$UnsafeCursor readUnsafe(okio.Buffer$UnsafeCursor) +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_28 +okhttp3.internal.cache2.Relay$RelaySource: long sourcePos +android.didikee.donate.R$attr: int expandActivityOverflowButtonDrawable +androidx.appcompat.R$id: int accessibility_custom_action_28 +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeRainPrecipitationProbability +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: void onComplete() +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: void onComplete() +wangdaye.com.geometricweather.R$styleable: int AlertDialog_android_layout +androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow: java.lang.Float cumul6H +cyanogenmod.providers.CMSettings$System: java.lang.String SYSTEM_PROFILES_ENABLED +com.google.android.material.R$styleable: int NavigationView_itemShapeInsetEnd +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_BottomSheetDialog +cyanogenmod.externalviews.ExternalView$8 +android.didikee.donate.R$id: int action_mode_close_button +com.google.android.material.datepicker.MaterialCalendar +androidx.appcompat.resources.R$id: int action_image +okio.BufferedSink: okio.BufferedSink writeUtf8(java.lang.String,int,int) +io.reactivex.internal.subscribers.StrictSubscriber: java.util.concurrent.atomic.AtomicBoolean once +androidx.hilt.R$dimen: int notification_right_icon_size +androidx.appcompat.R$attr: int state_above_anchor +com.turingtechnologies.materialscrollbar.R$attr: int tabPaddingBottom +androidx.preference.R$styleable: int[] View +okhttp3.Headers: int size() +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Dialog +com.google.android.material.R$styleable: int AppBarLayout_android_keyboardNavigationCluster +com.xw.repo.bubbleseekbar.R$id: int action_mode_bar +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$TotalLiquid: java.lang.String Unit +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_ratingBarStyleSmall +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleMarginBottom +com.google.android.material.R$string: int abc_search_hint +cyanogenmod.externalviews.ExternalView$2: ExternalView$2(cyanogenmod.externalviews.ExternalView,int,int,int,int,boolean,android.graphics.Rect) +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_CALL_LED_OFF +com.jaredrummler.android.colorpicker.R$styleable: int[] AlertDialog +james.adaptiveicon.R$style: int Base_Theme_AppCompat_Dialog_FixedSize +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit MB +com.google.android.material.R$id: int mtrl_calendar_text_input_frame +com.turingtechnologies.materialscrollbar.R$attr: int itemHorizontalTranslationEnabled +com.turingtechnologies.materialscrollbar.R$attr: int fontProviderCerts +com.turingtechnologies.materialscrollbar.R$anim: int abc_slide_out_bottom +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_thumbTintMode +com.bumptech.glide.integration.okhttp.R$attr: int fontStyle +cyanogenmod.weatherservice.ServiceRequestResult: java.lang.String mKey +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language JAPANESE +androidx.constraintlayout.widget.R$dimen: int tooltip_y_offset_touch +wangdaye.com.geometricweather.R$id: int activity_widget_config_textSizeSeekBar +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_OutlinedButton +androidx.preference.R$id: int src_in +wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_keylines +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_MULTIPLE_LEDS_ENABLE_VALIDATOR +com.google.android.material.R$styleable: int ConstraintSet_transitionPathRotate +com.google.android.material.appbar.HeaderBehavior: HeaderBehavior(android.content.Context,android.util.AttributeSet) +com.xw.repo.bubbleseekbar.R$attr: int barLength +androidx.appcompat.R$attr: int autoSizeMinTextSize +androidx.coordinatorlayout.R$id: int text +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setTranslateY(float) +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: ExternalViewProviderService$Provider$ProviderImpl(cyanogenmod.externalviews.ExternalViewProviderService$Provider,cyanogenmod.externalviews.ExternalViewProviderService$Provider) +com.google.android.material.slider.Slider: void setTickTintList(android.content.res.ColorStateList) +okhttp3.internal.cache2.Relay$RelaySource: Relay$RelaySource(okhttp3.internal.cache2.Relay) +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder hostnameVerifier(javax.net.ssl.HostnameVerifier) +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_sheet_peek_height_min +androidx.customview.R$drawable: int notification_icon_background +com.jaredrummler.android.colorpicker.R$styleable: int ColorPickerView_cpv_borderColor +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Ice Ice +androidx.appcompat.widget.AppCompatAutoCompleteTextView: AppCompatAutoCompleteTextView(android.content.Context) +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat +androidx.recyclerview.R$attr: int fontStyle +androidx.constraintlayout.widget.R$attr: int layout_constraintLeft_toRightOf +androidx.appcompat.R$styleable: int AppCompatTheme_dialogCornerRadius +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial: int UnitType +androidx.loader.R$id: int italic +androidx.viewpager.R$attr: R$attr() +wangdaye.com.geometricweather.db.entities.DaoMaster: wangdaye.com.geometricweather.db.entities.DaoSession newDevSession(android.content.Context,java.lang.String) +cyanogenmod.app.ILiveLockScreenChangeListener$Stub: java.lang.String DESCRIPTOR +androidx.preference.R$color: int dim_foreground_material_dark +okhttp3.internal.http1.Http1Codec: int STATE_WRITING_REQUEST_BODY +androidx.constraintlayout.utils.widget.MockView: MockView(android.content.Context) +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Headline2 +wangdaye.com.geometricweather.R$styleable: int Preference_android_shouldDisableView +androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType: androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType END +androidx.appcompat.widget.LinearLayoutCompat: void setBaselineAligned(boolean) +wangdaye.com.geometricweather.R$attr: int subtitleTextColor +androidx.vectordrawable.R$styleable: int GradientColor_android_gradientRadius +cyanogenmod.weather.CMWeatherManager: cyanogenmod.weather.CMWeatherManager sInstance +android.didikee.donate.R$dimen: int notification_action_icon_size +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: int status +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer uvIndex +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getRagweedLevel() +androidx.swiperefreshlayout.R$id: int time +androidx.preference.R$dimen: int abc_text_size_title_material_toolbar +com.google.android.material.appbar.CollapsingToolbarLayout: void setCollapsedTitleTextAppearance(int) +androidx.appcompat.R$dimen: int tooltip_precise_anchor_threshold +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: boolean isDisposed() +com.google.android.material.R$attr: int navigationMode +retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: void onNext(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$attr: int dialogPreferredPadding +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall +com.google.android.material.R$styleable: int RecyclerView_layoutManager +wangdaye.com.geometricweather.R$drawable: int notif_temp_19 +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Display1 +androidx.preference.R$attr: int switchPadding +androidx.preference.R$styleable: int AnimatedStateListDrawableTransition_android_drawable +com.google.android.material.R$attr: int tabIndicatorHeight +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_translationZ +androidx.hilt.work.R$id: int accessibility_custom_action_27 android.didikee.donate.R$style: int Theme_AppCompat_Light_DarkActionBar -wangdaye.com.geometricweather.R$id: int item_alert_content -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceCategoryStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: void setStatus(int) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_minHeight -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_horizontalStyle -cyanogenmod.externalviews.KeyguardExternalViewProviderService: android.view.WindowManager mWindowManager -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_showAsAction -wangdaye.com.geometricweather.R$attr: int deriveConstraintsFrom -com.google.android.material.R$styleable: int OnClick_clickAction -com.turingtechnologies.materialscrollbar.DateAndTimeIndicator: int getIndicatorWidth() -com.turingtechnologies.materialscrollbar.R$layout: int design_layout_tab_text -com.turingtechnologies.materialscrollbar.R$string: int path_password_eye_mask_strike_through -okhttp3.internal.http2.Http2Connection: void start() -cyanogenmod.weather.WeatherLocation: java.lang.String mCity +cyanogenmod.profiles.ConnectionSettings: int describeContents() +androidx.constraintlayout.widget.R$dimen: int abc_list_item_height_material +wangdaye.com.geometricweather.R$string: int key_subtitle_data +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getThunderstormPrecipitationProbability() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeSnowPrecipitationProbability() +com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy LOWER_CASE_WITH_DOTS +com.google.android.material.R$color: int mtrl_error +okio.Base64 +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Imperial: java.lang.String Unit +io.reactivex.Observable: io.reactivex.Observable delay(long,java.util.concurrent.TimeUnit,boolean) +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String getGrassDescription() +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_autoSizeStepGranularity +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintWidth_min +androidx.cardview.R$styleable: int CardView_android_minHeight +androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: void setBackgroundResource(int) +com.google.android.material.R$attr: int colorSecondary +androidx.preference.R$style: int TextAppearance_AppCompat +androidx.fragment.app.FragmentState +james.adaptiveicon.R$styleable: int AppCompatTheme_dialogPreferredPadding +androidx.constraintlayout.widget.R$dimen: int abc_text_size_caption_material +androidx.lifecycle.ViewModel: void clear() +androidx.constraintlayout.widget.R$color: int abc_search_url_text_selected +androidx.drawerlayout.R$attr: int fontProviderAuthority +wangdaye.com.geometricweather.R$id: int widget_day_week +androidx.work.R$styleable: int FontFamilyFont_fontWeight +okhttp3.internal.platform.Platform: okhttp3.internal.platform.Platform get() +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Large_Inverse +com.google.android.material.R$styleable: int TextInputLayout_shapeAppearanceOverlay +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeRainPrecipitation +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text +okhttp3.internal.cache.CacheStrategy$Factory: long computeFreshnessLifetime() +okhttp3.internal.ws.RealWebSocket$Close: okio.ByteString reason +james.adaptiveicon.R$styleable: int AppCompatTextView_autoSizeMaxTextSize +androidx.coordinatorlayout.widget.CoordinatorLayout: void setFitsSystemWindows(boolean) +androidx.appcompat.R$id: int accessibility_custom_action_4 +wangdaye.com.geometricweather.R$id: int dialog_location_help_permissionIcon +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_body_1_material +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHeight_min +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeSnowPrecipitationProbability +wangdaye.com.geometricweather.db.entities.HistoryEntity: void setWeatherSource(java.lang.String) +androidx.preference.R$drawable: int abc_ic_go_search_api_material +androidx.core.R$dimen: int notification_large_icon_width +android.didikee.donate.R$styleable: int AppCompatTheme_viewInflaterClass +androidx.appcompat.view.menu.ActionMenuItemView: void setChecked(boolean) +okhttp3.Cookie: boolean secure +com.github.rahatarmanahmed.cpv.CircularProgressView: void setProgress(float) +wangdaye.com.geometricweather.R$dimen: int widget_large_title_text_size +androidx.constraintlayout.widget.R$layout: int abc_alert_dialog_title_material +com.xw.repo.bubbleseekbar.R$drawable: int abc_ratingbar_indicator_material +com.google.android.material.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader +com.google.android.material.R$styleable: int ShapeableImageView_strokeColor +okio.HashingSource: okio.HashingSource hmacSha256(okio.Source,okio.ByteString) +com.google.android.material.R$dimen: int fastscroll_margin +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: io.reactivex.subjects.Subject signaller +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: void cancel(io.reactivex.internal.queue.SpscLinkedArrayQueue,io.reactivex.internal.queue.SpscLinkedArrayQueue) +androidx.constraintlayout.widget.R$attr: int sizePercent +io.reactivex.internal.util.ExceptionHelper$Termination: ExceptionHelper$Termination() +com.turingtechnologies.materialscrollbar.R$attr: int autoSizeMinTextSize +androidx.legacy.coreutils.R$attr +cyanogenmod.app.Profile: java.util.UUID[] getSecondaryUuids() +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments: java.util.List textBlocItems +com.jaredrummler.android.colorpicker.R$attr: int title +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle +io.reactivex.internal.subscriptions.SubscriptionHelper: io.reactivex.internal.subscriptions.SubscriptionHelper[] values() +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_CompactMenu +com.google.android.material.behavior.SwipeDismissBehavior: SwipeDismissBehavior() +android.didikee.donate.R$layout: int abc_alert_dialog_material +androidx.appcompat.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize +androidx.constraintlayout.widget.R$style: int Widget_Compat_NotificationActionContainer +wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_active_item_max_width +com.turingtechnologies.materialscrollbar.R$attr: int toolbarStyle +com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_corner_radius_material +wangdaye.com.geometricweather.remoteviews.config.TextWidgetConfigActivity +com.google.android.material.chip.Chip: void setChipStrokeColorResource(int) +cyanogenmod.library.R$attr: int type +com.jaredrummler.android.colorpicker.R$styleable: int[] StateListDrawable +androidx.appcompat.widget.AppCompatSpinner: void setPopupBackgroundDrawable(android.graphics.drawable.Drawable) +com.google.android.material.R$dimen: int mtrl_high_ripple_pressed_alpha +com.turingtechnologies.materialscrollbar.R$attr: int actionLayout +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.Observer downstream +okhttp3.internal.ws.WebSocketProtocol: int OPCODE_BINARY +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_notificationGroupExistsByName +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getThermalState +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: void setNotice(java.lang.String) +androidx.viewpager2.R$styleable: int FontFamily_fontProviderFetchStrategy +androidx.preference.R$styleable: int CoordinatorLayout_keylines +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: java.lang.String to +com.google.android.material.R$styleable: int LinearLayoutCompat_android_gravity +com.google.android.material.R$styleable: int Layout_maxWidth +com.google.android.material.R$dimen: int mtrl_calendar_navigation_bottom_padding +wangdaye.com.geometricweather.R$id: int labelGroup +androidx.lifecycle.SingleGeneratedAdapterObserver +com.bumptech.glide.R$dimen: R$dimen() +com.jaredrummler.android.colorpicker.R$styleable: int ActionBarLayout_android_layout_gravity +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_drawableTop +com.turingtechnologies.materialscrollbar.R$attr: int actionOverflowButtonStyle +com.google.android.material.R$anim: int abc_slide_out_bottom +androidx.preference.R$id: int split_action_bar +okhttp3.internal.http1.Http1Codec$UnknownLengthSource: boolean inputExhausted +com.bumptech.glide.integration.okhttp.R$style: int TextAppearance_Compat_Notification +wangdaye.com.geometricweather.R$styleable: int ImageFilterView_brightness +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: void setStatus(int) +wangdaye.com.geometricweather.R$id: int widget_day_week_week_1 +james.adaptiveicon.R$attr: int fontWeight +com.google.android.material.R$styleable: int AppCompatTextHelper_android_drawableLeft +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ProgressBar_Horizontal +androidx.core.R$styleable: int FontFamilyFont_fontVariationSettings +androidx.hilt.R$id: int tag_unhandled_key_listeners +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_transitionPathRotate +android.didikee.donate.R$attr: int actionOverflowButtonStyle +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Display2 +com.google.android.material.bottomappbar.BottomAppBar: int getLeftInset() +io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: long serialVersionUID +com.xw.repo.bubbleseekbar.R$color: int material_blue_grey_800 +io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.legacy.coreutils.R$integer +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult +com.turingtechnologies.materialscrollbar.R$attr: int preserveIconSpacing +com.google.android.material.circularreveal.CircularRevealGridLayout: void setRevealInfo(com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo) +com.xw.repo.bubbleseekbar.R$dimen: int abc_control_corner_material +com.google.android.material.R$styleable: int AppCompatTextHelper_android_drawableRight +com.google.android.material.R$dimen: int notification_action_icon_size +okhttp3.HttpUrl: java.lang.String PATH_SEGMENT_ENCODE_SET +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: long count +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: java.util.Date getTo() +james.adaptiveicon.R$attr: int thickness +androidx.vectordrawable.R$drawable: int notification_template_icon_low_bg +wangdaye.com.geometricweather.R$attr: int cpv_previewSize +androidx.preference.R$styleable: int CoordinatorLayout_Layout_layout_keyline +okio.Options +okhttp3.internal.http.HttpHeaders: void parseChallengeHeader(java.util.List,okio.Buffer) +cyanogenmod.weather.WeatherInfo: java.util.List mForecastList +com.google.android.material.R$style: int Widget_AppCompat_ListPopupWindow +wangdaye.com.geometricweather.R$attr: int checkedIconVisible +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_seekBarStyle +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ListMenuView +com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_NavigationView +com.bumptech.glide.integration.okhttp.R$attr: int keylines +james.adaptiveicon.R$styleable: int ActionBar_contentInsetStartWithNavigation +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: io.reactivex.Scheduler$Worker worker +androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType COLOR_DRAWABLE_TYPE +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum: double Value +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.WeatherEntity) +androidx.appcompat.widget.ActionBarContextView: ActionBarContextView(android.content.Context,android.util.AttributeSet) +cyanogenmod.externalviews.KeyguardExternalView$2 +com.turingtechnologies.materialscrollbar.R$attr: int collapsedTitleGravity +wangdaye.com.geometricweather.R$style: int content_text +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_6_00 +androidx.lifecycle.ServiceLifecycleDispatcher: ServiceLifecycleDispatcher(androidx.lifecycle.LifecycleOwner) +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintWidth_default +androidx.appcompat.widget.SwitchCompat: void setShowText(boolean) +cyanogenmod.weather.CMWeatherManager: java.lang.String getActiveWeatherServiceProviderLabel() +wangdaye.com.geometricweather.R$attr: int circleRadius +androidx.constraintlayout.widget.R$id: int center +wangdaye.com.geometricweather.R$attr: int enabled +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_elevation +androidx.lifecycle.LiveData$ObserverWrapper: boolean shouldBeActive() +androidx.constraintlayout.widget.R$styleable: int KeyPosition_percentX +androidx.constraintlayout.widget.VirtualLayout +okio.Segment: okio.Segment push(okio.Segment) +wangdaye.com.geometricweather.R$styleable: int Preference_selectable +androidx.constraintlayout.widget.Guideline +androidx.appcompat.R$styleable: int MenuView_android_itemBackground +com.jaredrummler.android.colorpicker.R$id: int home +androidx.constraintlayout.widget.Placeholder: void setContentId(int) +okhttp3.internal.http2.Http2Reader$Handler: void pushPromise(int,int,java.util.List) +wangdaye.com.geometricweather.R$attr: int fontProviderCerts +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialButtonToggleGroup +androidx.constraintlayout.widget.R$layout: int abc_search_dropdown_item_icons_2line +androidx.preference.R$id: int spacer +androidx.appcompat.R$attr: int elevation +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather: java.lang.String temperature +com.google.android.material.R$dimen: int design_bottom_navigation_elevation +androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable: void run() +okio.SegmentedByteString: java.lang.String hex() +okhttp3.TlsVersion: TlsVersion(java.lang.String,int,java.lang.String) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$8: void run() +com.google.android.material.R$styleable: int Chip_chipCornerRadius +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_motionTarget +androidx.preference.R$color: int primary_dark_material_dark +wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat_Dialog +wangdaye.com.geometricweather.R$color: int mtrl_bottom_nav_colored_ripple_color +android.didikee.donate.R$attr: int actionBarDivider +androidx.appcompat.R$attr: int textAppearanceLargePopupMenu +wangdaye.com.geometricweather.R$id: int widget_day_week_week_5 +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeSplitBackground +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.lang.Integer RIGHT_CLOSE +com.xw.repo.bubbleseekbar.R$attr: int dropdownListPreferredItemHeight +androidx.appcompat.R$dimen: int abc_dialog_padding_top_material +com.google.android.material.button.MaterialButton: MaterialButton(android.content.Context) +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_24 +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: java.lang.String getLanguageName(android.content.Context) +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: float getPrecipitation(float) +com.github.rahatarmanahmed.cpv.CircularProgressView$9 +androidx.appcompat.resources.R$dimen: int compat_button_padding_vertical_material +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeApparentTemperature +okio.Okio$2: java.io.InputStream val$in +com.google.gson.internal.LazilyParsedNumber: int hashCode() +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setBottomTextColor(int) +wangdaye.com.geometricweather.R$dimen: int abc_config_prefDialogWidth +com.jaredrummler.android.colorpicker.R$dimen: int preference_icon_minWidth +wangdaye.com.geometricweather.R$attr: int cornerSizeBottomRight +androidx.activity.R$id: int icon +cyanogenmod.weatherservice.ServiceRequestResult: ServiceRequestResult(cyanogenmod.weatherservice.ServiceRequestResult$1) +io.reactivex.internal.util.VolatileSizeArrayList: java.util.ListIterator listIterator() +io.reactivex.Observable: io.reactivex.Observable scan(java.lang.Object,io.reactivex.functions.BiFunction) +androidx.preference.R$attr: int layout_behavior +wangdaye.com.geometricweather.R$id: int floating +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_UnelevatedButton +cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_TEMPERATURE_NIGHT +wangdaye.com.geometricweather.R$attr: int bottomSheetDialogTheme +androidx.preference.R$drawable: int abc_ic_commit_search_api_mtrl_alpha +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintStart_toStartOf +okhttp3.internal.http2.Settings: int getMaxHeaderListSize(int) +com.google.android.material.R$styleable: int ImageFilterView_overlay +androidx.recyclerview.R$drawable: int notification_template_icon_bg +wangdaye.com.geometricweather.R$styleable: int OnSwipe_dragScale +androidx.constraintlayout.widget.R$attr: int layout_constraintCircleRadius +wangdaye.com.geometricweather.R$styleable: int[] ConstraintSet +james.adaptiveicon.R$style: int Widget_AppCompat_SearchView_ActionBar +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Tooltip +wangdaye.com.geometricweather.db.entities.LocationEntity: void setCity(java.lang.String) +cyanogenmod.app.StatusBarPanelCustomTile: cyanogenmod.app.CustomTile getCustomTile() +io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: java.lang.Object lpValue() +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: BlockingObservableIterable$BlockingObservableIterator(int) +androidx.hilt.work.R$id: int dialog_button +androidx.appcompat.R$id: int text2 +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_large_material +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: java.lang.String getSpeedVoice(android.content.Context,float) +retrofit2.Platform$Android$MainThreadExecutor: void execute(java.lang.Runnable) +org.greenrobot.greendao.AbstractDao: java.lang.Object loadCurrentOther(org.greenrobot.greendao.AbstractDao,android.database.Cursor,int) +wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_item_max_width +okhttp3.internal.tls.DistinguishedNameParser: int getByte(int) +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$2: void run() +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ProgressBar_Horizontal +wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource: wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource valueOf(java.lang.String) +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_Solid +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_panelMenuListTheme +io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: java.lang.Object value +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onDetach +androidx.activity.R$style: int TextAppearance_Compat_Notification_Line2 +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_verticalGap +androidx.preference.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle +androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_shadowDx +retrofit2.Invocation: java.lang.reflect.Method method +android.didikee.donate.R$id: int ifRoom +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_checkedTextViewStyle +cyanogenmod.themes.ThemeManager: cyanogenmod.themes.IThemeChangeListener mThemeChangeListener +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.AirQuality getAirQuality() +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_corner_radius_material +android.didikee.donate.R$styleable: int ActionMode_backgroundSplit +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void dispose() +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_button_material +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_toggle_margin_bottom +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Compat_Notification_Info +okhttp3.Cache: int VERSION +androidx.constraintlayout.motion.widget.MotionLayout: android.os.Bundle getTransitionState() +androidx.preference.R$dimen: int tooltip_precise_anchor_extra_offset +androidx.hilt.work.R$styleable: int Fragment_android_tag +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar +com.google.android.material.button.MaterialButton$SavedState +androidx.preference.Preference: void setOnPreferenceClickListener(androidx.preference.Preference$OnPreferenceClickListener) +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver +com.google.android.material.R$color: int abc_decor_view_status_guard +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_goneMarginTop +androidx.preference.R$id: int accessibility_custom_action_14 +wangdaye.com.geometricweather.R$attr: int defaultDuration +wangdaye.com.geometricweather.R$styleable: int[] View +retrofit2.HttpException: java.lang.String getMessage(retrofit2.Response) +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: boolean delayErrors +wangdaye.com.geometricweather.R$styleable: int Preference_layout +cyanogenmod.app.Profile: cyanogenmod.profiles.LockSettings mScreenLockMode +com.google.android.material.R$id: int accessibility_custom_action_0 +james.adaptiveicon.R$styleable: int ActionBar_displayOptions +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_android_minHeight +cyanogenmod.app.LiveLockScreenInfo$Builder: cyanogenmod.app.LiveLockScreenInfo build() +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setItemBackground(android.graphics.drawable.Drawable) +androidx.transition.R$id: int icon_group +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWeatherCode(wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode) +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property CityId +androidx.preference.R$styleable: int AppCompatTextView_fontFamily +wangdaye.com.geometricweather.remoteviews.trend.TrendLinearLayout: void setColor(boolean) +com.xw.repo.bubbleseekbar.R$dimen: int abc_edit_text_inset_top_material +james.adaptiveicon.R$styleable: int MenuItem_actionProviderClass +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Compat_Notification_Time +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: int getProgressViewStartOffset() +com.jaredrummler.android.colorpicker.R$attr: int disableDependentsState +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_WIFI_COMBO_MARGIN_END +androidx.loader.R$styleable: int FontFamilyFont_android_font +wangdaye.com.geometricweather.R$color: int material_grey_300 +com.xw.repo.bubbleseekbar.R$styleable: int[] SwitchCompat +androidx.vectordrawable.R$id: int tag_accessibility_pane_title +wangdaye.com.geometricweather.R$id: int lastElement +wangdaye.com.geometricweather.R$attr: int rangeFillColor +wangdaye.com.geometricweather.R$string: int key_widget_clock_day_week +cyanogenmod.externalviews.KeyguardExternalViewProviderService$1$1 +io.reactivex.internal.util.NotificationLite$ErrorNotification: int hashCode() +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void headers(boolean,int,int,java.util.List) +com.turingtechnologies.materialscrollbar.R$id: int touch_outside +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_Dialog +com.google.android.material.R$style: int Base_Theme_AppCompat_CompactMenu +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String alarmPic2 +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_DarkActionBar_Bridge +wangdaye.com.geometricweather.R$attr: int barrierAllowsGoneWidgets +com.xw.repo.bubbleseekbar.R$dimen: int hint_alpha_material_dark +wangdaye.com.geometricweather.R$drawable: int notif_temp_134 +com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_windowAnimationStyle +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_15 +com.google.android.material.R$styleable: int[] CollapsingToolbarLayout +androidx.drawerlayout.R$dimen: int compat_notification_large_icon_max_height +io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: boolean disposed +wangdaye.com.geometricweather.R$attr: int singleSelection +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver: ObservableMergeWithCompletable$MergeWithObserver$OtherObserver(io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver) +com.turingtechnologies.materialscrollbar.R$layout: int abc_cascading_menu_item_layout +okhttp3.EventListener$Factory: okhttp3.EventListener create(okhttp3.Call) +com.jaredrummler.android.colorpicker.R$id: int default_activity_button +androidx.appcompat.widget.FitWindowsFrameLayout: void setOnFitSystemWindowsListener(androidx.appcompat.widget.FitWindowsViewGroup$OnFitSystemWindowsListener) +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabPaddingStart +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputEditText_OutlinedBox +retrofit2.RequestFactory$Builder: okhttp3.Headers headers +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean unRegisterThermalListener(cyanogenmod.hardware.IThermalListenerCallback) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: java.lang.String getZh_CN() +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Chip_Choice +wangdaye.com.geometricweather.R$id: int container_main_pollen_title +com.xw.repo.bubbleseekbar.R$style: int Base_V22_Theme_AppCompat +androidx.core.R$id: int accessibility_custom_action_23 +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragment_android_dividerHeight +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.lang.String LocalizedName +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: void onNext(java.lang.Object) +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored +androidx.preference.R$style: int Platform_V25_AppCompat_Light +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color Color +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title +wangdaye.com.geometricweather.R$style: int notification_content_text +cyanogenmod.app.CustomTileListenerService: android.os.IBinder onBind(android.content.Intent) +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: int count +androidx.appcompat.R$attr: int windowFixedHeightMinor +james.adaptiveicon.R$attr: int listMenuViewStyle +com.jaredrummler.android.colorpicker.R$layout: int abc_list_menu_item_layout +james.adaptiveicon.R$color: int abc_hint_foreground_material_dark +okhttp3.internal.ws.WebSocketWriter$FrameSink: boolean isFirstFrame +wangdaye.com.geometricweather.R$styleable: int PreferenceFragment_android_divider +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_DayTextView +okhttp3.internal.http2.Http2Stream$FramingSink: okio.Buffer sendBuffer +james.adaptiveicon.R$dimen: int tooltip_vertical_padding +androidx.preference.R$styleable: int TextAppearance_android_shadowDy +james.adaptiveicon.R$styleable: int ViewBackgroundHelper_backgroundTintMode +retrofit2.Retrofit$1: retrofit2.Retrofit this$0 +wangdaye.com.geometricweather.R$color +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.util.Date startDate +cyanogenmod.profiles.StreamSettings: int mStreamId +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: long serialVersionUID +okhttp3.logging.LoggingEventListener$1 +com.google.android.material.R$id: int month_navigation_next +com.google.android.material.R$id: int chip2 +androidx.preference.R$attr: int listChoiceIndicatorMultipleAnimated +io.reactivex.internal.subscriptions.SubscriptionArbiter: java.util.concurrent.atomic.AtomicReference missedSubscription +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Imperial Imperial +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setSo2Desc(java.lang.String) +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_homeLayout +okhttp3.internal.Util$2: java.lang.Thread newThread(java.lang.Runnable) +io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: io.reactivex.internal.disposables.SequentialDisposable upstream +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_lineHeight +com.google.android.material.R$styleable: int KeyTimeCycle_android_alpha +androidx.preference.R$layout: int abc_screen_content_include +androidx.lifecycle.DefaultLifecycleObserver: void onPause(androidx.lifecycle.LifecycleOwner) +okio.Buffer$UnsafeCursor: byte[] data +wangdaye.com.geometricweather.R$string: int feedback_collect_failed +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_wrapMode +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintTag +androidx.preference.R$attr: int tooltipFrameBackground +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_switchMinWidth +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight_DarkActionBar +com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration +androidx.constraintlayout.widget.R$styleable: int OnSwipe_touchAnchorId +androidx.appcompat.R$dimen: int abc_text_size_small_material +okio.GzipSource: okio.BufferedSource source +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon Moon +com.google.android.material.R$style: int Theme_MaterialComponents_NoActionBar_Bridge +com.jaredrummler.android.colorpicker.R$styleable: int[] CoordinatorLayout +wangdaye.com.geometricweather.R$dimen: int mtrl_navigation_item_horizontal_padding +androidx.lifecycle.ClassesInfoCache: int CALL_TYPE_PROVIDER_WITH_EVENT +androidx.preference.R$attr: int listItemLayout +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilitySnow: java.lang.Integer proba6H +com.google.android.material.R$styleable: int ShapeAppearance_cornerFamilyTopLeft +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TimePicker_Display_TextInputEditText +cyanogenmod.app.ILiveLockScreenManager: void cancelLiveLockScreen(java.lang.String,int,int) +james.adaptiveicon.R$attr: int actionModeSplitBackground +androidx.work.R$id: int accessibility_custom_action_10 +androidx.hilt.work.R$dimen: int notification_big_circle_margin +com.google.android.material.R$styleable: int ImageFilterView_crossfade +wangdaye.com.geometricweather.R$string: int key_card_display +wangdaye.com.geometricweather.R$string: int alipay +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_backgroundTint +androidx.drawerlayout.R$drawable +okio.Buffer: long indexOf(okio.ByteString) +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: ICMTelephonyManager$Stub$Proxy(android.os.IBinder) +james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light_DarkActionBar +androidx.preference.R$attr: int queryHint +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit C +wangdaye.com.geometricweather.db.entities.DailyEntity: void setUvIndex(java.lang.Integer) +com.google.android.material.R$attr: int constraints +cyanogenmod.externalviews.ExternalViewProviderService$Provider: void onAttach() +com.turingtechnologies.materialscrollbar.R$attr: int tabPaddingStart +androidx.hilt.R$layout +cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String getKey() +androidx.hilt.work.R$id: int italic +com.turingtechnologies.materialscrollbar.R$layout: int design_layout_snackbar_include +android.didikee.donate.R$style: int Theme_AppCompat_DayNight_NoActionBar +com.xw.repo.bubbleseekbar.R$layout: int select_dialog_item_material +androidx.preference.R$id: int titleDividerNoCustom +cyanogenmod.weatherservice.WeatherProviderService: java.util.Set access$100(cyanogenmod.weatherservice.WeatherProviderService) +cyanogenmod.providers.CMSettings$System: java.lang.String SWAP_VOLUME_KEYS_ON_ROTATION +wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String district +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: java.lang.Integer poll() +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_subtitle +androidx.viewpager2.R$id: int chronometer +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_120 +androidx.preference.ListPreference$SavedState: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.util.Date date +androidx.vectordrawable.animated.R$style: int Widget_Compat_NotificationActionContainer +wangdaye.com.geometricweather.weather.json.mf.MfRainResult: long updatedOn +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeIcePrecipitationProbability +okio.Buffer +wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_android_maxWidth +com.turingtechnologies.materialscrollbar.R$style: int CardView +androidx.preference.R$styleable: int SearchView_suggestionRowLayout +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_FONT +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: long serialVersionUID +androidx.constraintlayout.widget.R$attr: int windowFixedWidthMajor +okhttp3.HttpUrl: java.lang.String QUERY_COMPONENT_ENCODE_SET +com.jaredrummler.android.colorpicker.R$id: int cpv_color_picker_view +retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isAsync +retrofit2.ParameterHandler$Path: boolean encoded +androidx.recyclerview.R$id: int info +androidx.preference.R$styleable: int RecycleListView_paddingBottomNoButtons +com.turingtechnologies.materialscrollbar.R$attr: int counterEnabled +cyanogenmod.app.ICMStatusBarManager$Stub$Proxy +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintTop_creator +com.google.android.material.bottomnavigation.BottomNavigationView: android.view.MenuInflater getMenuInflater() +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse +com.google.android.material.R$id: int month_navigation_bar +com.google.android.material.R$attr: int tabIndicatorColor +com.turingtechnologies.materialscrollbar.R$attr: int itemIconTint +com.jaredrummler.android.colorpicker.R$styleable: int Spinner_popupTheme +james.adaptiveicon.R$attr: int actionBarSplitStyle +androidx.core.R$attr: R$attr() +cyanogenmod.externalviews.KeyguardExternalView: void access$300(cyanogenmod.externalviews.KeyguardExternalView) +com.google.android.material.transformation.FabTransformationScrimBehavior: FabTransformationScrimBehavior(android.content.Context,android.util.AttributeSet) +cyanogenmod.providers.CMSettings$System: boolean putStringForUser(android.content.ContentResolver,java.lang.String,java.lang.String,int) +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Dialog_Alert +androidx.preference.R$styleable: int ActionBar_subtitleTextStyle +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast: void run() +androidx.loader.R$styleable +com.turingtechnologies.materialscrollbar.R$drawable: int abc_textfield_search_default_mtrl_alpha +androidx.viewpager2.R$id: int accessibility_custom_action_20 +androidx.constraintlayout.widget.R$id: int expanded_menu +androidx.activity.R$id: int tag_unhandled_key_event_manager +androidx.hilt.R$id: int icon_group +wangdaye.com.geometricweather.R$id: int widget_day_center +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_onClick +io.reactivex.internal.subscriptions.SubscriptionHelper +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircularSkyWeatherView: int getWeatherKind() +com.google.android.material.R$attr: int flow_horizontalAlign +wangdaye.com.geometricweather.R$id: int item_about_link_text +cyanogenmod.app.Profile$ProfileTrigger: Profile$ProfileTrigger(android.os.Parcel) +james.adaptiveicon.R$attr: int listPreferredItemHeight +okhttp3.internal.http1.Http1Codec$ChunkedSink: okhttp3.internal.http1.Http1Codec this$0 +androidx.preference.R$styleable: int[] ActionBarLayout +com.google.android.material.R$attr: int actionLayout +com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_allowCustom +com.turingtechnologies.materialscrollbar.R$string: int appbar_scrolling_view_behavior +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: void dispose() +com.xw.repo.bubbleseekbar.R$color: int error_color_material_dark +android.didikee.donate.R$style: int Widget_AppCompat_Spinner_Underlined +retrofit2.ParameterHandler$1: retrofit2.ParameterHandler this$0 +com.google.android.material.R$style: int Widget_AppCompat_Button +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver otherObserver +androidx.vectordrawable.R$styleable: int FontFamilyFont_android_fontWeight +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Subhead +io.reactivex.internal.disposables.SequentialDisposable: SequentialDisposable() +wangdaye.com.geometricweather.R$dimen: int design_snackbar_action_inline_max_width +com.google.android.material.R$color +okhttp3.Response$Builder: okhttp3.ResponseBody body +wangdaye.com.geometricweather.R$attr: int thumbElevation +androidx.preference.R$attr: int autoSizeTextType +okio.SegmentPool: long MAX_SIZE +androidx.loader.R$dimen: int notification_right_side_padding_top +com.xw.repo.bubbleseekbar.R$attr: int editTextBackground +androidx.coordinatorlayout.R$styleable: int GradientColor_android_startColor +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircularSkyWeatherView: int getHeaderHeight() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle +androidx.appcompat.widget.AppCompatButton: int getAutoSizeMaxTextSize() +com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_BottomSheet +okio.DeflaterSink: DeflaterSink(okio.Sink,java.util.zip.Deflater) +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_max +com.google.android.material.button.MaterialButton: void setCornerRadiusResource(int) +androidx.lifecycle.ProcessLifecycleOwner$3$1: ProcessLifecycleOwner$3$1(androidx.lifecycle.ProcessLifecycleOwner$3) +androidx.appcompat.resources.R$dimen: int compat_notification_large_icon_max_width +com.xw.repo.bubbleseekbar.R$styleable: int ColorStateListItem_android_color +retrofit2.OkHttpCall: void enqueue(retrofit2.Callback) +com.turingtechnologies.materialscrollbar.R$drawable: int abc_action_bar_item_background_material +io.reactivex.internal.schedulers.AbstractDirectTask: AbstractDirectTask(java.lang.Runnable) +cyanogenmod.profiles.RingModeSettings$1: java.lang.Object[] newArray(int) +com.xw.repo.bubbleseekbar.R$color: int colorPrimary +com.google.android.material.R$styleable: int Variant_constraints +androidx.constraintlayout.widget.R$attr: int layout_constraintRight_toLeftOf +com.google.android.material.R$dimen: int mtrl_badge_text_size +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$3: void run() +james.adaptiveicon.R$layout: int abc_alert_dialog_title_material +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: java.lang.String x +wangdaye.com.geometricweather.R$attr: int chainUseRtl +androidx.lifecycle.extensions.R$id: int tag_unhandled_key_listeners +wangdaye.com.geometricweather.R$dimen: int design_fab_border_width +android.didikee.donate.R$style: int Base_Theme_AppCompat +android.didikee.donate.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable +androidx.lifecycle.ViewModelProvider$Factory: androidx.lifecycle.ViewModel create(java.lang.Class) +androidx.constraintlayout.widget.R$styleable: int[] ImageFilterView +cyanogenmod.themes.ThemeManager$1$1: int val$progress +okhttp3.internal.http2.Http2Writer: okhttp3.internal.http2.Hpack$Writer hpackWriter +retrofit2.SkipCallbackExecutorImpl +okhttp3.Request$Builder: okhttp3.Request$Builder post(okhttp3.RequestBody) +com.xw.repo.bubbleseekbar.R$color: int abc_search_url_text_normal +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Display3 +io.reactivex.Observable: io.reactivex.disposables.Disposable subscribe() +com.google.android.material.R$styleable: int[] BottomSheetBehavior_Layout +com.google.android.material.chip.Chip: void setCloseIconTintResource(int) +okhttp3.HttpUrl: java.lang.String QUERY_ENCODE_SET +james.adaptiveicon.R$attr: int barLength +android.didikee.donate.R$drawable: int abc_list_pressed_holo_dark +wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String getCityId() +okhttp3.internal.platform.Android10Platform +android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle +android.didikee.donate.R$dimen +com.google.android.material.floatingactionbutton.FloatingActionButton: android.content.res.ColorStateList getSupportImageTintList() +wangdaye.com.geometricweather.R$string: int key_widget_day +okhttp3.logging.LoggingEventListener$Factory: LoggingEventListener$Factory() +androidx.appcompat.widget.AppCompatButton: void setSupportAllCaps(boolean) +com.turingtechnologies.materialscrollbar.R$attr: int actionModeCopyDrawable +wangdaye.com.geometricweather.R$id: int action_bar_subtitle +wangdaye.com.geometricweather.R$attr: int prefixTextAppearance +cyanogenmod.hardware.IThermalListenerCallback$Stub$Proxy: java.lang.String getInterfaceDescriptor() +com.turingtechnologies.materialscrollbar.R$attr: int actionModeBackground +com.google.android.material.R$style: int TextAppearance_Compat_Notification +wangdaye.com.geometricweather.search.LoadableLocationList$Status: wangdaye.com.geometricweather.search.LoadableLocationList$Status valueOf(java.lang.String) +com.google.android.material.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert +com.google.android.material.bottomappbar.BottomAppBar: boolean getHideOnScroll() +com.jaredrummler.android.colorpicker.R$color: int background_material_dark +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_getLastThemeChangeRequestType +androidx.preference.R$attr: int maxButtonHeight +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircularSkyWeatherView: void setDrawable(boolean) +androidx.preference.R$attr: int autoSizeMaxTextSize +wangdaye.com.geometricweather.R$id: int mtrl_calendar_selection_frame +wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_fontStyle +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: cyanogenmod.externalviews.IKeyguardExternalViewCallbacks asInterface(android.os.IBinder) +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_scaleY +com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_barLength +androidx.preference.R$dimen: int abc_dialog_min_width_minor +wangdaye.com.geometricweather.R$styleable: int Preference_android_iconSpaceReserved +com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy valueOf(java.lang.String) +wangdaye.com.geometricweather.R$attr: int contentScrim +androidx.preference.R$styleable: int AppCompatTheme_ratingBarStyleSmall +com.google.android.material.R$styleable: int Constraint_flow_verticalBias +androidx.legacy.coreutils.R$attr: int fontVariationSettings +android.didikee.donate.R$styleable: int AppCompatTheme_windowActionBarOverlay +com.google.android.material.R$styleable: int TabLayout_tabGravity +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Display1 +androidx.appcompat.R$styleable: int ActionBar_subtitleTextStyle +io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar: void setMinutelyList(java.util.List) +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_backgroundTint +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_creator +okhttp3.OkHttpClient$1: boolean connectionBecameIdle(okhttp3.ConnectionPool,okhttp3.internal.connection.RealConnection) +com.google.android.material.R$drawable: int abc_cab_background_internal_bg +androidx.preference.R$attr: int editTextPreferenceStyle +com.jaredrummler.android.colorpicker.R$dimen: int abc_seekbar_track_progress_height_material +androidx.hilt.R$styleable: int[] FontFamilyFont +okhttp3.internal.http2.Http2Connection$2: Http2Connection$2(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[],int,long) +wangdaye.com.geometricweather.R$attr: int visibilityMode +com.google.android.material.R$styleable: int ImageFilterView_warmth +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Region: java.lang.String ID +wangdaye.com.geometricweather.R$string: int get_more_github wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWeatherPhase -james.adaptiveicon.R$styleable: int ActionMode_backgroundSplit -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: int CloudCover -androidx.constraintlayout.widget.R$id: int right_icon -androidx.preference.R$id: int select_dialog_listview -okhttp3.CacheControl: okhttp3.CacheControl parse(okhttp3.Headers) -cyanogenmod.app.ICMTelephonyManager: void setDataConnectionState(boolean) -android.didikee.donate.R$attr: int listLayout -com.google.android.material.R$styleable: int Chip_chipSurfaceColor -com.google.android.material.R$styleable: int ProgressIndicator_growMode -wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String cityId -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_show_progress_in_float -androidx.appcompat.R$styleable: int[] LinearLayoutCompat_Layout -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: io.reactivex.internal.util.AtomicThrowable error -com.turingtechnologies.materialscrollbar.R$color: int mtrl_textinput_filled_box_default_background_color -wangdaye.com.geometricweather.R$dimen: int abc_dialog_min_width_major -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowFixedWidthMinor -okhttp3.internal.ws.RealWebSocket: long pingIntervalMillis -wangdaye.com.geometricweather.R$styleable: int[] ArcProgress -com.bumptech.glide.R$dimen: int compat_button_padding_horizontal_material -com.bumptech.glide.integration.okhttp.R$styleable: int[] GradientColorItem -com.turingtechnologies.materialscrollbar.R$id: int snackbar_action -androidx.constraintlayout.widget.R$styleable: int ActionBar_contentInsetStartWithNavigation -cyanogenmod.providers.CMSettings$System: java.lang.String USE_EDGE_SERVICE_FOR_GESTURES -com.google.android.material.R$styleable: int FloatingActionButton_android_enabled -wangdaye.com.geometricweather.R$id: int cpv_arrow_right -com.google.android.material.R$anim: int btn_radio_to_off_mtrl_ring_outer_animation -androidx.cardview.R$styleable: int CardView_contentPaddingTop -android.didikee.donate.R$styleable: int AppCompatTextHelper_android_drawableRight -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_weight -com.xw.repo.bubbleseekbar.R$color: int switch_thumb_disabled_material_dark -com.google.android.material.R$dimen: int mtrl_min_touch_target_size -wangdaye.com.geometricweather.R$layout: int design_navigation_menu_item -androidx.preference.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: java.lang.String WidgetPhrase -wangdaye.com.geometricweather.R$styleable: int SlidingItemContainerLayout_iconResEnd -wangdaye.com.geometricweather.R$styleable: int Slider_trackColor -com.google.android.material.R$color: int dim_foreground_disabled_material_dark -com.google.android.material.textfield.TextInputLayout: void setErrorIconTintList(android.content.res.ColorStateList) -james.adaptiveicon.R$id: int blocking -androidx.appcompat.R$styleable: int RecycleListView_paddingTopNoTitle -cyanogenmod.app.IProfileManager: boolean isEnabled() -com.google.android.material.R$attr: int checkedIconTint -wangdaye.com.geometricweather.R$drawable: int notif_temp_68 -androidx.work.ExistingPeriodicWorkPolicy: androidx.work.ExistingPeriodicWorkPolicy[] values() -com.google.android.material.R$string: int mtrl_picker_invalid_format_use -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: ChineseCityEntityDao$Properties() -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Large -com.google.android.material.slider.BaseSlider: void setThumbElevation(float) -androidx.appcompat.resources.R$styleable: int[] GradientColorItem -androidx.constraintlayout.widget.ConstraintLayout: int getMaxHeight() -androidx.work.R$id: int accessibility_custom_action_8 -com.google.android.material.R$drawable: int notification_template_icon_bg -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setCeiling(java.lang.Float) -com.jaredrummler.android.colorpicker.R$id: int message -com.xw.repo.bubbleseekbar.R$color: int material_grey_900 -cyanogenmod.app.LiveLockScreenManager: cyanogenmod.app.ILiveLockScreenManager getService() -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: long requested() -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_firstBaselineToTopHeight -cyanogenmod.providers.CMSettings$Secure: java.lang.String LOCKSCREEN_INTERNALLY_ENABLED -wangdaye.com.geometricweather.R$id: int aligned -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Spinner -retrofit2.ParameterHandler$RawPart: ParameterHandler$RawPart() -androidx.vectordrawable.R$id: int action_container -androidx.appcompat.R$id: int accessibility_custom_action_17 -androidx.recyclerview.R$styleable: int[] FontFamilyFont -com.bumptech.glide.integration.okhttp.R$id: int notification_main_column -com.xw.repo.BubbleSeekBar -okhttp3.internal.connection.RouteSelector$Selection: RouteSelector$Selection(java.util.List) -retrofit2.ParameterHandler$Part -com.jaredrummler.android.colorpicker.R$color: int ripple_material_dark -wangdaye.com.geometricweather.R$attr: int panelBackground -wangdaye.com.geometricweather.common.basic.models.weather.Astro: boolean isValid() -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_28 -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintVertical_bias -james.adaptiveicon.R$style: int TextAppearance_Compat_Notification -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult -android.didikee.donate.R$attr: int activityChooserViewStyle -cyanogenmod.externalviews.ExternalViewProviderService$Provider: void onResume() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintTag -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getCo() -com.jaredrummler.android.colorpicker.R$attr: int order -com.google.android.material.R$bool: int abc_config_actionMenuItemAllCaps -wangdaye.com.geometricweather.db.entities.LocationEntity: float longitude -cyanogenmod.themes.ThemeChangeRequest: android.os.Parcelable$Creator CREATOR -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: int requestFusion(int) -com.google.android.material.R$styleable -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_action_confirm_button_min_width -androidx.lifecycle.ReportFragment -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.Wind wind -androidx.loader.R$drawable: int notification_bg_normal_pressed -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: void setEn_US(java.lang.String) -com.google.android.material.R$attr: int spinBars +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher +james.adaptiveicon.R$dimen: int notification_small_icon_background_padding +androidx.preference.R$dimen: int tooltip_margin +okhttp3.RealCall: okio.Timeout timeout() +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title +com.google.android.material.R$color: int primary_text_disabled_material_light +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: java.lang.String getWeather() +com.google.android.material.datepicker.CalendarConstraints$DateValidator +com.google.android.material.R$styleable: int TabLayout_tabTextColor +com.jaredrummler.android.colorpicker.R$color: int switch_thumb_disabled_material_dark +retrofit2.Platform: int defaultConverterFactoriesSize() +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: boolean add(io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable) +androidx.customview.R$dimen: int compat_button_inset_horizontal_material +com.google.android.material.R$attr: int tickColor +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle +wangdaye.com.geometricweather.R$color: int material_timepicker_clockface +wangdaye.com.geometricweather.R$drawable: int abc_ic_star_half_black_16dp +com.google.android.material.R$styleable: int Chip_android_ellipsize +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_searchViewStyle +androidx.dynamicanimation.R$id: int blocking +com.google.gson.stream.JsonReader: java.lang.String[] pathNames +com.google.android.material.chip.Chip: void setChipCornerRadiusResource(int) +com.google.android.material.R$dimen: int design_snackbar_min_width +android.didikee.donate.R$dimen: int abc_switch_padding +wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List getHourlyForecast() +okhttp3.internal.ws.RealWebSocket$Message +cyanogenmod.providers.WeatherContract$WeatherColumns$TempUnit +io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: ObservableInterval$IntervalObserver(io.reactivex.Observer) +com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat_ActionBar +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: float getDensity(float) +wangdaye.com.geometricweather.R$attr: int viewInflaterClass +androidx.customview.R$dimen: int compat_button_padding_vertical_material +wangdaye.com.geometricweather.R$attr: int cpv_showDialog +retrofit2.CallAdapter$Factory: java.lang.reflect.Type getParameterUpperBound(int,java.lang.reflect.ParameterizedType) +androidx.appcompat.R$id: int right_icon +androidx.customview.R$styleable: int GradientColorItem_android_offset +com.google.android.material.R$drawable: int abc_menu_hardkey_panel_mtrl_mult +okhttp3.internal.platform.AndroidPlatform: boolean api23IsCleartextTrafficPermitted(java.lang.String,java.lang.Class,java.lang.Object) +androidx.viewpager2.R$color: int ripple_material_light +wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemTextAppearanceInactive +androidx.customview.R$styleable: int GradientColor_android_endX +androidx.core.R$id: int accessibility_custom_action_29 +cyanogenmod.hardware.CMHardwareManager: int FEATURE_PERSISTENT_STORAGE +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light_DarkActionBar +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getHourlyForecast() +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void onNext(java.lang.Object) +wangdaye.com.geometricweather.R$attr: int itemIconTint +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_creator +cyanogenmod.providers.ThemesContract$PreviewColumns: android.net.Uri CONTENT_URI +io.reactivex.Observable: io.reactivex.Observable throttleLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +wangdaye.com.geometricweather.R$styleable: int CheckBoxPreference_disableDependentsState +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarItemBackground +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Integer relativeHumidityMin +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX wind +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorAccent +okio.RealBufferedSource$1: java.lang.String toString() +cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_UUID +androidx.recyclerview.R$dimen: int compat_control_corner_material +android.didikee.donate.R$styleable: int ActionBar_progressBarPadding +james.adaptiveicon.R$attr: int contentInsetStart +androidx.preference.R$layout: int notification_template_part_time +androidx.appcompat.R$dimen: int abc_action_bar_overflow_padding_start_material +cyanogenmod.externalviews.ExternalViewProviderService$1: cyanogenmod.externalviews.ExternalViewProviderService this$0 +com.google.gson.stream.JsonReader$1: JsonReader$1() +com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_multiChoiceItemLayout +com.bumptech.glide.load.EncodeStrategy: com.bumptech.glide.load.EncodeStrategy NONE +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Display3 +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer realFeelTemperature +com.turingtechnologies.materialscrollbar.R$attr: int layout_keyline +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.lang.Integer stormHazard +androidx.constraintlayout.widget.R$styleable: int[] ColorStateListItem +retrofit2.DefaultCallAdapterFactory$1: java.lang.Object adapt(retrofit2.Call) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Snow Snow +androidx.appcompat.widget.AlertDialogLayout +cyanogenmod.app.CustomTile$ExpandedStyle: android.os.Parcelable$Creator CREATOR +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void onComplete() +okhttp3.Headers: java.lang.String get(java.lang.String) +com.google.android.material.R$styleable: int Badge_maxCharacterCount +com.google.android.material.R$styleable: int ConstraintSet_android_layout_marginRight +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle +okio.HashingSink: HashingSink(okio.Sink,okio.ByteString,java.lang.String) +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData: void onInactive() +wangdaye.com.geometricweather.R$attr: int contentPadding +wangdaye.com.geometricweather.R$drawable: int widget_card_light_40 +com.jaredrummler.android.colorpicker.R$drawable: int notify_panel_notification_icon_bg +androidx.appcompat.R$styleable: int AppCompatTheme_actionModeCloseDrawable +com.jaredrummler.android.colorpicker.R$dimen: int abc_control_padding_material +androidx.viewpager.R$layout +com.google.android.material.R$styleable: int NavigationView_itemShapeAppearance +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_dialog_background_inset +androidx.work.BackoffPolicy: androidx.work.BackoffPolicy LINEAR +androidx.constraintlayout.widget.R$id: int search_bar +io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: io.reactivex.ObservableSource source +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum: java.lang.String Unit +com.google.android.material.R$id: int spread_inside +wangdaye.com.geometricweather.R$attr: int controlBackground +retrofit2.ParameterHandler$RelativeUrl: int p +cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: java.lang.String INCREASING_VOLUME +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWeatherText +androidx.constraintlayout.widget.R$dimen: int abc_dialog_fixed_height_major +android.didikee.donate.R$style: int Widget_AppCompat_ActionBar_TabText +com.xw.repo.bubbleseekbar.R$drawable: int abc_seekbar_thumb_material +androidx.constraintlayout.widget.R$styleable: int Constraint_motionStagger +com.google.android.material.bottomappbar.BottomAppBar: float getFabCradleRoundedCornerRadius() +androidx.constraintlayout.widget.R$styleable: int[] State +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPopupWindowStyle +com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_anim_duration +com.jaredrummler.android.colorpicker.R$layout: int preference +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: int status +com.google.android.material.R$attr: int mock_diagonalsColor +okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Http2Stream$StreamTimeout readTimeout +com.google.android.material.R$dimen: int abc_dialog_fixed_height_minor +io.reactivex.Observable: io.reactivex.Observable throttleFirst(long,java.util.concurrent.TimeUnit) +com.jaredrummler.android.colorpicker.R$attr: int entries +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result: java.util.Date updateTime +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling: AccuCurrentResult$Ceiling() +com.google.android.material.bottomnavigation.BottomNavigationView: BottomNavigationView(android.content.Context,android.util.AttributeSet,int) +androidx.viewpager.R$styleable: int FontFamily_fontProviderFetchStrategy +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.util.Date getPubTime() +okio.GzipSink: boolean closed +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_progress +androidx.appcompat.resources.R$color: R$color() +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result: java.lang.String type +androidx.dynamicanimation.R$dimen: int notification_large_icon_width +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_shapeAppearance +wangdaye.com.geometricweather.R$id: int widget_week_weather +wangdaye.com.geometricweather.R$id: int material_timepicker_cancel_button +com.google.android.material.R$animator: int mtrl_btn_state_list_anim +com.google.android.material.R$id: int search_src_text +okhttp3.FormBody: java.lang.String encodedName(int) +androidx.viewpager.R$dimen: int notification_small_icon_size_as_large +retrofit2.Utils$WildcardTypeImpl: Utils$WildcardTypeImpl(java.lang.reflect.Type[],java.lang.reflect.Type[]) +james.adaptiveicon.R$attr: int buttonBarPositiveButtonStyle +androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionButton_Overflow +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintEnd_toStartOf +okhttp3.Cache: int ENTRY_COUNT +wangdaye.com.geometricweather.db.entities.HistoryEntity: HistoryEntity() +androidx.preference.R$style: int Base_Theme_AppCompat_Dialog_MinWidth +androidx.cardview.R$dimen +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setPubTime(java.lang.String) +wangdaye.com.geometricweather.R$dimen: int mtrl_tooltip_minHeight +com.google.android.material.chip.Chip: void setTextAppearance(int) +io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: void truncateFinal() +wangdaye.com.geometricweather.R$attr: int bottomAppBarStyle +androidx.viewpager2.R$dimen: int fastscroll_minimum_range +androidx.appcompat.widget.ScrollingTabContainerView +androidx.preference.R$styleable: int AppCompatTheme_tooltipForegroundColor +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Metric: java.lang.String Unit +okhttp3.internal.ws.RealWebSocket$PingRunnable +com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_TabLayout +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: java.util.List alert +androidx.preference.R$style: int Base_Widget_AppCompat_RatingBar_Small +okhttp3.internal.http.HttpCodec: okhttp3.Response$Builder readResponseHeaders(boolean) +com.jaredrummler.android.colorpicker.R$styleable: int[] PreferenceFragment +com.google.android.material.R$color: int mtrl_btn_transparent_bg_color +cyanogenmod.app.Profile$DozeMode: int DISABLE +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_percent +wangdaye.com.geometricweather.R$string: int phase_waning_crescent +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float rain24h +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: java.lang.String getLogo() +wangdaye.com.geometricweather.R$id: int square +androidx.swiperefreshlayout.R$dimen: int notification_big_circle_margin +wangdaye.com.geometricweather.R$id: int ALT +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_DialogWhenLarge +com.jaredrummler.android.colorpicker.R$attr: int autoSizeMaxTextSize +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours +androidx.constraintlayout.utils.widget.ImageFilterButton: ImageFilterButton(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$styleable: int Constraint_android_minHeight +com.google.android.material.progressindicator.ProgressIndicator: android.graphics.drawable.Drawable getProgressDrawable() +com.xw.repo.bubbleseekbar.R$attr: int searchViewStyle +androidx.viewpager2.R$attr: int fontProviderAuthority +wangdaye.com.geometricweather.R$drawable: int shortcuts_clear_night +androidx.preference.R$string: int search_menu_title +okhttp3.internal.http2.Settings: void merge(okhttp3.internal.http2.Settings) +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver +wangdaye.com.geometricweather.R$styleable: int AppBarLayoutStates_state_liftable +okhttp3.internal.http2.Hpack$Writer: void adjustDynamicTableByteCount() +com.xw.repo.bubbleseekbar.R$attr: int panelBackground +cyanogenmod.providers.CMSettings$System: java.lang.String CALL_RECORDING_FORMAT +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getLockWallpaperThemePackageName() +wangdaye.com.geometricweather.db.entities.WeatherEntity: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree windDegree +james.adaptiveicon.R$id: int progress_horizontal +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_MaterialComponents_Subtitle2 +okhttp3.internal.http2.Http2Stream: void cancelStreamIfNecessary() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeCloseDrawable +androidx.recyclerview.R$dimen: int notification_action_text_size +io.reactivex.internal.subscriptions.DeferredScalarSubscription: int FUSED_CONSUMED +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setRainPrecipitationProbability(java.lang.Float) +com.google.android.material.R$drawable: int abc_ratingbar_indicator_material +com.google.android.material.R$styleable: int Constraint_flow_firstHorizontalBias +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind Wind androidx.preference.R$attr: int enabled -androidx.viewpager.widget.PagerTabStrip: void setDrawFullUnderline(boolean) -androidx.fragment.R$id: int accessibility_custom_action_24 -androidx.preference.R$style: int ThemeOverlay_AppCompat_DayNight_ActionBar -cyanogenmod.profiles.ConnectionSettings: ConnectionSettings(android.os.Parcel) -retrofit2.adapter.rxjava2.RxJava2CallAdapter: java.lang.reflect.Type responseType -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language TURKISH -com.google.android.material.R$styleable: int ShapeAppearance_cornerFamilyBottomRight -wangdaye.com.geometricweather.R$layout: int test_chip_zero_corner_radius -androidx.preference.R$attr: int textAppearancePopupMenuHeader -androidx.work.impl.workers.DiagnosticsWorker: DiagnosticsWorker(android.content.Context,androidx.work.WorkerParameters) -james.adaptiveicon.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox -wangdaye.com.geometricweather.remoteviews.config.MultiCityWidgetConfigActivity: MultiCityWidgetConfigActivity() -com.jaredrummler.android.colorpicker.R$string: int cpv_presets -io.reactivex.internal.operators.observable.ObservableReplay$SizeBoundReplayBuffer: void truncate() -com.google.android.material.internal.CheckableImageButton: CheckableImageButton(android.content.Context,android.util.AttributeSet) -androidx.recyclerview.R$attr: int fontProviderAuthority -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_endX -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void dispose() -com.jaredrummler.android.colorpicker.R$color -cyanogenmod.themes.ThemeChangeRequest$Builder: long mWallpaperId -androidx.legacy.coreutils.R$color: int secondary_text_default_material_light -okhttp3.internal.http2.Http2Connection: void writeSynReset(int,okhttp3.internal.http2.ErrorCode) -wangdaye.com.geometricweather.R$dimen: int design_appbar_elevation -androidx.appcompat.widget.ContentFrameLayout: android.util.TypedValue getFixedWidthMajor() -cyanogenmod.app.CMStatusBarManager: void publishTile(java.lang.String,int,cyanogenmod.app.CustomTile) -okio.GzipSource: byte FNAME -james.adaptiveicon.R$styleable: int MenuItem_android_visible -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setCo(java.lang.String) -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_CALL_LED_OFF -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void innerSuccess(java.lang.Object) -cyanogenmod.providers.ThemesContract$ThemesColumns$InstallState -cyanogenmod.app.Profile$1: java.lang.Object createFromParcel(android.os.Parcel) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableTint -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.disposables.Disposable upstream -okhttp3.Headers: int size() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric -androidx.preference.R$styleable: int DialogPreference_negativeButtonText -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor GREY -wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoldDescription(java.lang.String) -androidx.dynamicanimation.R$attr: int fontProviderPackage -androidx.recyclerview.R$id: int dialog_button -okio.RealBufferedSource: byte[] readByteArray(long) -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintBottom_creator -com.google.android.material.R$color: int error_color_material_light -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceHeadline1 -wangdaye.com.geometricweather.R$font: R$font() -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse -androidx.loader.R$drawable: int notification_bg_low_normal -wangdaye.com.geometricweather.search.LoadableLocationList$Status: wangdaye.com.geometricweather.search.LoadableLocationList$Status[] values() -com.google.android.material.slider.BaseSlider: void setValues(java.util.List) +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_ChipGroup +com.google.android.material.R$attr: int layout_constraintWidth_default +android.didikee.donate.R$styleable: int MenuItem_android_visible +wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle[] values() +androidx.appcompat.R$attr: int autoSizeTextType +android.didikee.donate.R$anim: int abc_slide_out_top +james.adaptiveicon.R$color: int material_deep_teal_200 +io.reactivex.internal.observers.LambdaObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text +androidx.swiperefreshlayout.R$styleable: int[] GradientColorItem +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_CompactMenu +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: java.lang.String Source +com.google.gson.internal.$Gson$Types$WildcardTypeImpl: java.lang.reflect.Type lowerBound +wangdaye.com.geometricweather.R$attr: int windowFixedWidthMajor +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String street +com.google.android.material.textfield.TextInputLayout: int getBoxBackgroundMode() +com.xw.repo.bubbleseekbar.R$attr: R$attr() +androidx.hilt.R$styleable: int FragmentContainerView_android_tag +androidx.appcompat.R$style: int Base_Widget_AppCompat_Spinner_Underlined +androidx.constraintlayout.widget.R$attr: int font +cyanogenmod.providers.CMSettings$Secure: java.lang.String LOCK_PASS_TO_SECURITY_VIEW +androidx.constraintlayout.widget.R$id: int normal +androidx.appcompat.widget.SearchView: java.lang.CharSequence getQueryHint() +com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView +android.didikee.donate.R$attr: int tickMarkTintMode +okhttp3.internal.http2.Http2Reader: int readMedium(okio.BufferedSource) +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: ObservableSampleWithObservable$SampleMainObserver(io.reactivex.Observer,io.reactivex.ObservableSource) +io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit,long,boolean) +retrofit2.RequestBuilder: okhttp3.RequestBody body +com.jaredrummler.android.colorpicker.ColorPickerView: void setColor(int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric: double Value +androidx.recyclerview.R$dimen: int compat_notification_large_icon_max_width +com.jaredrummler.android.colorpicker.R$dimen: int highlight_alpha_material_dark +androidx.loader.R$dimen: int notification_content_margin_start +com.xw.repo.bubbleseekbar.R$color: int accent_material_dark +com.github.rahatarmanahmed.cpv.R$string +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property UvIndex +androidx.hilt.lifecycle.R$string: int status_bar_notification_info_overflow +androidx.appcompat.R$attr: int measureWithLargestChild +androidx.vectordrawable.R$id: int tag_screen_reader_focusable +androidx.appcompat.R$attr: int titleMarginBottom +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_Switch +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: boolean isValidIndex() +androidx.constraintlayout.widget.R$attr: int touchAnchorSide +com.turingtechnologies.materialscrollbar.R$styleable: int[] Toolbar +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeTotalPrecipitationProbability +com.jaredrummler.android.colorpicker.R$attr: int preferenceTheme +com.google.android.material.R$dimen: int design_fab_size_mini +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: java.lang.String unit +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.AbstractDaoSession getSession() +wangdaye.com.geometricweather.R$attr: int bottomSheetStyle +wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_android_summaryOff +james.adaptiveicon.R$attr: int actionLayout +androidx.loader.R$drawable +androidx.lifecycle.ProcessLifecycleOwner$3: androidx.lifecycle.ProcessLifecycleOwner this$0 +wangdaye.com.geometricweather.R$id: int indicator +wangdaye.com.geometricweather.R$styleable: int ArcProgress_bottom_text_size +androidx.fragment.R$styleable: int GradientColorItem_android_color +wangdaye.com.geometricweather.R$color: int button_material_light +okhttp3.internal.http.RealInterceptorChain: okhttp3.Response proceed(okhttp3.Request,okhttp3.internal.connection.StreamAllocation,okhttp3.internal.http.HttpCodec,okhttp3.internal.connection.RealConnection) +io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.BiFunction,boolean,int,int) +androidx.appcompat.R$styleable: int[] AppCompatTextView +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void drain() +com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Light_Bridge +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void drainLoop() +james.adaptiveicon.R$attr: int actionModeStyle +wangdaye.com.geometricweather.R$attr: int layout_constraintVertical_weight +cyanogenmod.weather.CMWeatherManager$1$1: void run() +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: org.reactivestreams.Subscription upstream +io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: ObservableSkipLast$SkipLastObserver(io.reactivex.Observer,int) +com.google.android.material.R$styleable: int ConstraintSet_flow_lastHorizontalBias +wangdaye.com.geometricweather.db.entities.DailyEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.DailyEntity) +androidx.constraintlayout.widget.R$style: int Base_Animation_AppCompat_Tooltip +androidx.appcompat.R$dimen: int notification_top_pad_large_text +androidx.hilt.lifecycle.R$color: R$color() +wangdaye.com.geometricweather.R$id: int skipCollapsed +okhttp3.internal.io.FileSystem: okio.Sink sink(java.io.File) +wangdaye.com.geometricweather.R$animator +androidx.preference.R$drawable: int abc_ic_menu_selectall_mtrl_alpha +com.jaredrummler.android.colorpicker.R$attr: int alpha +com.google.android.material.theme.MaterialComponentsViewInflater +com.turingtechnologies.materialscrollbar.MaterialScrollBar: float getHideRatio() +com.google.android.material.R$styleable: int Transition_motionInterpolator +wangdaye.com.geometricweather.R$id: int item_icon_provider_get_more_appStore +androidx.customview.R$drawable: int notify_panel_notification_icon_bg +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating +androidx.coordinatorlayout.R$id: int accessibility_custom_action_3 +wangdaye.com.geometricweather.R$attr: int popupMenuStyle +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_ActionBar +com.google.android.material.R$drawable: int mtrl_ic_arrow_drop_up +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowActionBarOverlay +cyanogenmod.profiles.ConnectionSettings: java.lang.String EXTRA_SUB_ID +com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge +com.google.android.material.R$styleable: int Chip_shapeAppearance +wangdaye.com.geometricweather.background.polling.permanent.observer.FakeForegroundService +androidx.constraintlayout.widget.R$layout: int abc_screen_content_include +androidx.appcompat.R$anim: int btn_checkbox_to_unchecked_icon_null_animation +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_RC4_128_SHA +okhttp3.Cookie: java.util.regex.Pattern YEAR_PATTERN +retrofit2.ParameterHandler$FieldMap +com.xw.repo.bubbleseekbar.R$layout: int abc_activity_chooser_view +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle +retrofit2.Utils: okhttp3.ResponseBody buffer(okhttp3.ResponseBody) +wangdaye.com.geometricweather.R$attr: int tabIndicatorAnimationDuration +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: long serialVersionUID +androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy: ConstraintProxy$StorageNotLowProxy() +com.xw.repo.bubbleseekbar.R$dimen: int hint_alpha_material_light +com.jaredrummler.android.colorpicker.R$drawable: int abc_list_pressed_holo_light +wangdaye.com.geometricweather.R$styleable: int Toolbar_contentInsetEnd +androidx.appcompat.R$attr: int trackTint +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_android_minHeight +com.google.android.material.R$attr: int flow_horizontalBias +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionBar_TabText +cyanogenmod.app.LiveLockScreenManager: boolean show(int,cyanogenmod.app.LiveLockScreenInfo) +androidx.vectordrawable.R$id: int action_image +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_temp_2 +com.google.android.material.R$dimen: int mtrl_calendar_header_text_padding +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: boolean done +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Small +android.didikee.donate.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton +okhttp3.Headers$Builder: okhttp3.Headers$Builder set(java.lang.String,java.util.Date) +com.bumptech.glide.integration.okhttp.R$dimen: int notification_main_column_padding_top +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_goneMarginBottom +okhttp3.internal.http2.Http2Connection$2: okhttp3.internal.http2.Http2Connection this$0 +com.bumptech.glide.Priority: com.bumptech.glide.Priority valueOf(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int Badge_badgeTextColor +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Temperature temperature +android.didikee.donate.R$drawable: int abc_ic_menu_selectall_mtrl_alpha +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionMenuTextColor +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_tooltipFrameBackground +androidx.hilt.R$id: int line1 +com.google.android.material.R$dimen: int mtrl_extended_fab_corner_radius +okhttp3.internal.http1.Http1Codec: okio.Sink createRequestBody(okhttp3.Request,long) +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void onNext(java.lang.Object) +com.bumptech.glide.R$style: R$style() +com.google.android.material.R$attr: int layout_keyline +cyanogenmod.themes.ThemeManager: void requestThemeChange(java.util.Map,boolean) +james.adaptiveicon.R$attr: int actionProviderClass +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_toolbar_default_height +com.turingtechnologies.materialscrollbar.R$color: int abc_tint_spinner +wangdaye.com.geometricweather.R$id: int material_clock_period_am_button +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_NoActionBar +androidx.preference.R$styleable: int Preference_layout +androidx.constraintlayout.widget.R$styleable: int Layout_maxHeight +wangdaye.com.geometricweather.common.basic.models.weather.UV +com.google.android.material.R$id: int animateToStart +com.xw.repo.bubbleseekbar.R$attr: int ttcIndex +cyanogenmod.app.CMContextConstants$Features +wangdaye.com.geometricweather.R$string: int week_3 +wangdaye.com.geometricweather.R$attr: int bsb_touch_to_seek +james.adaptiveicon.R$styleable: int[] ActionBar +wangdaye.com.geometricweather.R$attr: int circularInset +wangdaye.com.geometricweather.R$style: int TestThemeWithLineHeight +wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_title +androidx.coordinatorlayout.R$drawable: int notification_icon_background +androidx.fragment.R$id: int accessibility_custom_action_25 +wangdaye.com.geometricweather.common.basic.models.weather.UV: int getUVColor(android.content.Context) +cyanogenmod.weather.WeatherLocation$Builder: cyanogenmod.weather.WeatherLocation$Builder setCountry(java.lang.String) +androidx.preference.R$drawable: int abc_spinner_textfield_background_material +androidx.constraintlayout.widget.R$drawable: int abc_btn_switch_to_on_mtrl_00012 +okhttp3.internal.http2.Http2Writer: void writeContinuationFrames(int,long) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Minimum: double Value +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: float getBackgroundOverlayColorAlpha() +androidx.transition.R$styleable: int GradientColor_android_startX +androidx.hilt.work.R$id: int accessibility_custom_action_23 +androidx.preference.R$dimen: int abc_dialog_padding_top_material +android.didikee.donate.R$styleable: int MenuItem_android_checked +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: boolean isDataConnectionEnabled() +wangdaye.com.geometricweather.R$style: int Base_MaterialAlertDialog_MaterialComponents_Title_Icon +wangdaye.com.geometricweather.R$styleable: int MenuItem_showAsAction +androidx.preference.R$attr: int dividerHorizontal +wangdaye.com.geometricweather.R$attr: int editTextBackground +wangdaye.com.geometricweather.R$styleable: int Toolbar_titleMargins +com.google.android.material.R$styleable: int[] MockView +androidx.appcompat.R$string: int abc_toolbar_collapse_description +cyanogenmod.profiles.AirplaneModeSettings$1: java.lang.Object createFromParcel(android.os.Parcel) +android.support.v4.os.ResultReceiver$1 +androidx.appcompat.R$styleable: int ViewBackgroundHelper_backgroundTintMode +james.adaptiveicon.R$drawable: int abc_textfield_activated_mtrl_alpha +androidx.fragment.R$id: int accessibility_custom_action_11 +androidx.constraintlayout.widget.R$drawable: int notification_bg_low_pressed +wangdaye.com.geometricweather.db.entities.HistoryEntity: void setDate(java.util.Date) +okhttp3.internal.ws.RealWebSocket: boolean send(okio.ByteString) +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: wangdaye.com.geometricweather.db.entities.WeatherEntity readEntity(android.database.Cursor,int) +androidx.core.view.GestureDetectorCompat +okhttp3.internal.http.HttpHeaders: long stringToLong(java.lang.String) +com.xw.repo.bubbleseekbar.R$attr: int arrowHeadLength +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: boolean registerChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) +okhttp3.internal.http2.Settings: int getMaxFrameSize(int) +androidx.lifecycle.LifecycleService: androidx.lifecycle.ServiceLifecycleDispatcher mDispatcher +androidx.preference.R$styleable: int Preference_android_title +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary PrecipitationSummary +androidx.constraintlayout.widget.R$styleable: int MenuView_android_itemBackground +okhttp3.internal.http2.Http2Reader$ContinuationSource: void close() +android.support.v4.os.IResultReceiver$Stub: android.os.IBinder asBinder() +wangdaye.com.geometricweather.R$id: int autoCompleteToEnd +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_CompactMenu +androidx.appcompat.R$styleable: int Toolbar_contentInsetStartWithNavigation +cyanogenmod.app.Profile$ProfileTrigger: java.lang.String mId +james.adaptiveicon.R$dimen: int notification_small_icon_size_as_large +androidx.lifecycle.ViewModelStore: void clear() +android.didikee.donate.R$attr: int autoCompleteTextViewStyle +wangdaye.com.geometricweather.R$drawable: int notif_temp_77 +com.google.android.material.R$attr: int maxActionInlineWidth +cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void onPause() +androidx.fragment.R$dimen: int notification_top_pad_large_text +androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse +cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: void cancelRequest(int) +org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database getEncryptedWritableDb(char[]) +wangdaye.com.geometricweather.R$anim: int btn_radio_to_off_mtrl_ring_outer_animation +cyanogenmod.providers.CMSettings$InclusiveFloatRangeValidator: float mMin +android.didikee.donate.R$attr: int panelMenuListTheme +com.github.rahatarmanahmed.cpv.CircularProgressView$6: void onAnimationUpdate(android.animation.ValueAnimator) +cyanogenmod.app.Profile$ProfileTrigger: int mType +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) +retrofit2.converter.gson.GsonConverterFactory: retrofit2.Converter requestBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],java.lang.annotation.Annotation[],retrofit2.Retrofit) +com.xw.repo.bubbleseekbar.R$id: int src_atop +androidx.lifecycle.Transformations$2: Transformations$2(androidx.arch.core.util.Function,androidx.lifecycle.MediatorLiveData) +androidx.viewpager2.R$styleable: int ViewPager2_android_orientation +android.didikee.donate.R$dimen: int abc_floating_window_z +com.google.android.material.R$id: int pin +androidx.hilt.lifecycle.R$drawable: int notify_panel_notification_icon_bg +okio.Pipe$PipeSink: Pipe$PipeSink(okio.Pipe) +com.turingtechnologies.materialscrollbar.R$attr: int autoSizeTextType +androidx.preference.R$string: int v7_preference_on +wangdaye.com.geometricweather.R$drawable: int weather_cloudy_pixel +cyanogenmod.profiles.LockSettings: int getValue() +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_65 +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Rain: java.lang.String Unit +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial: java.lang.String Unit +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_124 +androidx.constraintlayout.widget.R$attr: int paddingStart +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA +cyanogenmod.app.ProfileManager: ProfileManager(android.content.Context) +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: int INTERRUPTED +wangdaye.com.geometricweather.R$array: R$array() +wangdaye.com.geometricweather.R$drawable: int ic_filter +com.google.android.material.R$styleable: int CoordinatorLayout_statusBarBackground +androidx.appcompat.widget.AppCompatTextView: void setFirstBaselineToTopHeight(int) +okhttp3.internal.cache.DiskLruCache: java.util.LinkedHashMap lruEntries +retrofit2.Utils$ParameterizedTypeImpl +com.google.android.material.textfield.TextInputLayout: void setBoxStrokeWidthFocusedResource(int) +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dividerVertical +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large +okhttp3.HttpUrl$Builder: void removeAllCanonicalQueryParameters(java.lang.String) +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.google.android.material.R$id: int split_action_bar +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WindDirection +okhttp3.internal.ws.WebSocketWriter$FrameSink: int formatOpcode +wangdaye.com.geometricweather.R$id: int top +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: boolean hasKey(java.lang.Object) +james.adaptiveicon.R$styleable: int Toolbar_titleMarginEnd +wangdaye.com.geometricweather.R$styleable: int Preference_persistent +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA +androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat +okio.RealBufferedSink$1 +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List alertEntityList +com.google.android.material.internal.ScrimInsetsFrameLayout: ScrimInsetsFrameLayout(android.content.Context) +wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_marginBottom +wangdaye.com.geometricweather.R$attr: int thickness +wangdaye.com.geometricweather.R$attr: int touchAnchorId +com.google.android.material.textfield.TextInputLayout: android.widget.TextView getSuffixTextView() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: java.lang.String LongPhrase +wangdaye.com.geometricweather.R$styleable: int MenuGroup_android_orderInCategory +com.jaredrummler.android.colorpicker.R$attr: int gapBetweenBars +okio.HashingSource: javax.crypto.Mac mac +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_119 +cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_setZenModeWithDuration +androidx.core.R$attr: int fontProviderAuthority +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintTag +com.jaredrummler.android.colorpicker.R$styleable: int Preference_enableCopying +android.didikee.donate.R$style: int AlertDialog_AppCompat_Light +com.google.android.material.appbar.CollapsingToolbarLayout: void setScrimAnimationDuration(long) +cyanogenmod.weather.WeatherInfo$DayForecast: WeatherInfo$DayForecast(cyanogenmod.weather.WeatherInfo$1) +com.turingtechnologies.materialscrollbar.R$styleable: int[] ChipGroup +wangdaye.com.geometricweather.R$string: int settings_notification_hide_in_lockScreen_off +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle +cyanogenmod.externalviews.KeyguardExternalViewProviderService: java.lang.String access$200() +androidx.core.R$string: R$string() +androidx.work.R$color: int ripple_material_light +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric: AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric() +androidx.appcompat.R$dimen: int abc_disabled_alpha_material_dark +androidx.preference.R$id: int submenuarrow +androidx.coordinatorlayout.R$id: int tag_accessibility_pane_title +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Imperial +androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type TOP +wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.String getLevel() +okhttp3.internal.http2.Huffman +okhttp3.CipherSuite: java.util.Map INSTANCES +com.google.android.material.R$color: int material_grey_850 +wangdaye.com.geometricweather.R$layout: int widget_text +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_EXPORT_WITH_RC4_40_SHA +okio.Buffer: okio.Buffer emitCompleteSegments() +com.google.android.material.appbar.AppBarLayout: int getDownNestedPreScrollRange() +com.google.android.material.R$styleable: int AppCompatTheme_windowActionModeOverlay +cyanogenmod.externalviews.KeyguardExternalView$3: boolean val$visible +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult: java.util.List dailyForecasts +retrofit2.converter.gson.GsonResponseBodyConverter +wangdaye.com.geometricweather.R$attr: int materialButtonOutlinedStyle +com.turingtechnologies.materialscrollbar.R$dimen: int compat_button_padding_vertical_material +com.xw.repo.bubbleseekbar.R$attr: int listPopupWindowStyle +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedEmitLast: long serialVersionUID +androidx.constraintlayout.widget.R$drawable: int abc_scrubber_track_mtrl_alpha +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_android_fontWeight +com.bumptech.glide.load.engine.GlideException: java.lang.Throwable fillInStackTrace() +com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked +com.google.android.material.card.MaterialCardView: void setStrokeColor(int) +retrofit2.RequestFactory$Builder: java.lang.annotation.Annotation[] methodAnnotations +androidx.recyclerview.R$id: int blocking +androidx.appcompat.R$id: int tag_unhandled_key_event_manager +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Medium +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_firstBaselineToTopHeight +androidx.preference.R$attr: int voiceIcon +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText +androidx.appcompat.R$styleable: int AlertDialog_singleChoiceItemLayout +wangdaye.com.geometricweather.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable +okio.SegmentedByteString: int indexOf(byte[],int) +com.google.android.material.R$id: int unlabeled +androidx.lifecycle.SavedStateHandle: androidx.savedstate.SavedStateRegistry$SavedStateProvider savedStateProvider() +okhttp3.ConnectionSpec$Builder: ConnectionSpec$Builder(boolean) +okhttp3.internal.http1.Http1Codec: int STATE_CLOSED +wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_8 +wangdaye.com.geometricweather.search.Hilt_SearchActivity: Hilt_SearchActivity() +androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_android_ttcIndex +wangdaye.com.geometricweather.R$color: int primary_text_default_material_light +com.google.android.material.internal.ParcelableSparseBooleanArray: android.os.Parcelable$Creator CREATOR +androidx.constraintlayout.widget.R$styleable: int ActionBar_elevation +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_marginBottom +cyanogenmod.app.ILiveLockScreenManager: boolean registerChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) +cyanogenmod.hardware.CMHardwareManager: int COLOR_CALIBRATION_GREEN_INDEX +okio.Buffer$1 +okhttp3.Request$Builder: okhttp3.Request$Builder tag(java.lang.Class,java.lang.Object) +androidx.constraintlayout.widget.R$styleable: int MotionTelltales_telltales_tailColor +com.jaredrummler.android.colorpicker.R$attr: int cpv_dialogType +cyanogenmod.themes.ThemeManager: void removeClient(cyanogenmod.themes.ThemeManager$ThemeChangeListener) +com.jaredrummler.android.colorpicker.R$attr: int actionModeCloseButtonStyle +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +com.google.android.material.R$attr: int textAppearanceCaption +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property ThunderstormPrecipitationProbability +androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult$Temperature: java.lang.String Unit +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: long lastId +james.adaptiveicon.R$layout: int abc_action_bar_title_item +androidx.appcompat.widget.LinearLayoutCompat: int getGravity() +okhttp3.CacheControl: java.lang.String headerValue() +cyanogenmod.app.ProfileManager: java.util.UUID NO_PROFILE +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: io.reactivex.functions.Function rightEnd +com.google.android.material.chip.Chip: Chip(android.content.Context,android.util.AttributeSet) +com.bumptech.glide.R$dimen: int notification_action_icon_size +wangdaye.com.geometricweather.R$styleable: int GradientColor_android_centerColor +retrofit2.SkipCallbackExecutor +com.google.android.material.button.MaterialButton: void setOnPressedChangeListenerInternal(com.google.android.material.button.MaterialButton$OnPressedChangeListener) +android.didikee.donate.R$dimen: int abc_text_size_small_material +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title +androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType BOOLEAN_TYPE +androidx.vectordrawable.animated.R$id: int title +cyanogenmod.externalviews.ExternalView$5: ExternalView$5(cyanogenmod.externalviews.ExternalView) +com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleDrawable(android.graphics.drawable.Drawable) +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: io.reactivex.Observer downstream +com.xw.repo.bubbleseekbar.R$drawable: int notification_bg +com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding: com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding[] values() +com.google.android.material.R$styleable: int SwitchCompat_switchMinWidth +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime +com.google.android.material.R$styleable: int BottomNavigationView_menu +wangdaye.com.geometricweather.R$attr: int state_dragged +io.reactivex.Observable: io.reactivex.Observable ofType(java.lang.Class) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoonRiseDate +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_CompactMenu +cyanogenmod.app.PartnerInterface: cyanogenmod.app.IPartnerInterface sService +androidx.customview.R$string +androidx.vectordrawable.animated.R$attr: int fontWeight +com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents_Dialog +okhttp3.internal.ws.WebSocketWriter$FrameSink: void close() +wangdaye.com.geometricweather.R$drawable: int abc_btn_switch_to_on_mtrl_00012 +androidx.transition.R$color +okhttp3.internal.cache2.Relay$RelaySource: okio.Timeout timeout() +wangdaye.com.geometricweather.R$dimen: int tooltip_margin +okio.Source +retrofit2.Retrofit: okhttp3.Call$Factory callFactory() +androidx.preference.R$styleable: int TextAppearance_textLocale +androidx.appcompat.R$styleable: int AppCompatTextView_drawableStartCompat +okhttp3.Protocol +okhttp3.internal.Util: javax.net.ssl.X509TrustManager platformTrustManager() +androidx.vectordrawable.animated.R$drawable: int notification_icon_background +android.didikee.donate.R$drawable: int abc_scrubber_track_mtrl_alpha +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text +okhttp3.internal.platform.Platform: java.lang.String getSelectedProtocol(javax.net.ssl.SSLSocket) +androidx.vectordrawable.R$styleable: int GradientColor_android_tileMode +androidx.preference.R$id: int accessibility_custom_action_20 +okio.BufferedSource: void readFully(okio.Buffer,long) +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.turingtechnologies.materialscrollbar.R$string: int abc_menu_delete_shortcut_label +io.reactivex.internal.observers.DeferredScalarDisposable: boolean isEmpty() +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActivityChooserView +com.turingtechnologies.materialscrollbar.R$layout: int select_dialog_item_material +androidx.appcompat.widget.LinearLayoutCompat: android.graphics.drawable.Drawable getDividerDrawable() +okio.AsyncTimeout$1: okio.Timeout timeout() +androidx.preference.R$attr: int logoDescription +cyanogenmod.app.CustomTile: android.app.PendingIntent onClick +com.jaredrummler.android.colorpicker.R$id: int text +android.didikee.donate.R$drawable: int abc_text_select_handle_right_mtrl_dark +okhttp3.HttpUrl$Builder: java.util.List encodedPathSegments +retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder baseUrl(okhttp3.HttpUrl) +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit +wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode DAY +androidx.constraintlayout.widget.R$id: int jumpToEnd +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_tooltipFrameBackground +james.adaptiveicon.R$style: int Animation_AppCompat_DropDownUp +com.turingtechnologies.materialscrollbar.R$styleable: int ForegroundLinearLayout_android_foregroundGravity +androidx.preference.R$id: int accessibility_custom_action_1 +com.google.gson.JsonSyntaxException: long serialVersionUID +wangdaye.com.geometricweather.R$attr: int ensureMinTouchTargetSize +androidx.work.R$id: int notification_background +wangdaye.com.geometricweather.R$attr: int hintAnimationEnabled +wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.lang.String getDate(java.lang.String) +androidx.viewpager2.R$id: int accessibility_custom_action_9 +androidx.preference.R$style: int Preference_DialogPreference_Material +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: android.view.Window access$200(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) +okhttp3.internal.platform.JdkWithJettyBootPlatform: java.lang.String getSelectedProtocol(javax.net.ssl.SSLSocket) +androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat_Dark +com.google.android.material.R$dimen: int mtrl_transition_shared_axis_slide_distance +com.turingtechnologies.materialscrollbar.R$styleable: int ActionMode_background +wangdaye.com.geometricweather.R$attr: int flow_horizontalGap +androidx.preference.R$id: int expanded_menu +wangdaye.com.geometricweather.db.entities.MinutelyEntity: boolean daylight +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_LargeTouch +com.google.android.material.textfield.TextInputLayout: int getHelperTextCurrentTextColor() +com.github.rahatarmanahmed.cpv.CircularProgressView: void setColor(int) +cyanogenmod.externalviews.ExternalViewProperties: int mHeight +androidx.preference.R$attr: int menu +com.jaredrummler.android.colorpicker.R$string: int abc_action_bar_up_description +android.didikee.donate.R$styleable: int ActionBar_contentInsetStart +james.adaptiveicon.R$drawable: int abc_text_select_handle_middle_mtrl_light +androidx.constraintlayout.utils.widget.ImageFilterView: void setContrast(float) +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setO3(java.lang.Float) +androidx.appcompat.R$style: int Widget_AppCompat_Button_Borderless_Colored +androidx.constraintlayout.widget.R$attr: int expandActivityOverflowButtonDrawable +retrofit2.RequestFactory$Builder: retrofit2.ParameterHandler parseParameter(int,java.lang.reflect.Type,java.lang.annotation.Annotation[],boolean) +com.bumptech.glide.integration.okhttp.R$id: int normal +android.didikee.donate.R$attr: int dividerHorizontal +com.google.android.material.internal.VisibilityAwareImageButton: VisibilityAwareImageButton(android.content.Context,android.util.AttributeSet) +com.google.android.material.slider.RangeSlider: void setValueFrom(float) +androidx.lifecycle.ServiceLifecycleDispatcher: void onServicePreSuperOnDestroy() +androidx.preference.R$style: int Theme_AppCompat_DayNight_Dialog_Alert +com.google.android.material.R$styleable: int AlertDialog_buttonIconDimen +com.google.android.material.R$layout: int mtrl_layout_snackbar +androidx.constraintlayout.widget.R$styleable: int MenuView_preserveIconSpacing +okhttp3.Headers$Builder: okhttp3.Headers$Builder add(java.lang.String,java.lang.String) +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: void onNext(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$attr: int scrimVisibleHeightTrigger +com.google.android.material.floatingactionbutton.FloatingActionButton: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) +com.turingtechnologies.materialscrollbar.R$style: int Base_Animation_AppCompat_Dialog +com.google.android.material.R$id: int guideline +wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_5 +com.turingtechnologies.materialscrollbar.R$drawable: int notification_bg_normal +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_58 +android.didikee.donate.R$style: int Widget_AppCompat_SeekBar +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_MinWidth +james.adaptiveicon.R$attr: int actionModePopupWindowStyle +com.google.android.material.R$dimen: int mtrl_shape_corner_size_medium_component +androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_android_fontStyle +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_11 +androidx.vectordrawable.R$id: int accessibility_custom_action_8 +androidx.lifecycle.SingleGeneratedAdapterObserver: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) +com.google.android.material.R$styleable: int KeyTimeCycle_transitionPathRotate +okhttp3.TlsVersion: okhttp3.TlsVersion TLS_1_3 +okhttp3.internal.cache.DiskLruCache$Entry: long sequenceNumber +wangdaye.com.geometricweather.R$id: int dialog_providers_previewer_container +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_star_black_16dp +wangdaye.com.geometricweather.background.receiver.MainReceiver: MainReceiver() +cyanogenmod.hardware.CMHardwareManager: int GAMMA_CALIBRATION_MAX_INDEX +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_profileExists +io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: ExecutorScheduler$DelayedRunnable(java.lang.Runnable) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric: AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean +com.google.android.material.R$styleable: int ConstraintSet_android_maxWidth +cyanogenmod.themes.IThemeChangeListener$Stub: int TRANSACTION_onFinish_1 +james.adaptiveicon.R$dimen: int abc_text_size_caption_material +okhttp3.HttpUrl: java.lang.String queryParameterValue(int) +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView +wangdaye.com.geometricweather.db.entities.LocationEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) +cyanogenmod.platform.R$attr +com.turingtechnologies.materialscrollbar.R$attr: int spinnerStyle +com.google.android.material.R$attr: int startIconContentDescription +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: boolean mCanceled +androidx.dynamicanimation.R$layout: int notification_template_part_time +io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: void onError(java.lang.Throwable) +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_fontVariationSettings +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$1: LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$1(androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription,long) +com.google.android.material.R$attr: int layout_optimizationLevel +com.bumptech.glide.integration.okhttp.R$layout +androidx.work.R$string: int status_bar_notification_info_overflow +okhttp3.internal.http2.Http2Connection$1: int val$streamId +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: HistoryEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) +androidx.preference.R$styleable: int CompoundButton_buttonTint +com.jaredrummler.android.colorpicker.R$attr: int colorButtonNormal +wangdaye.com.geometricweather.db.entities.DailyEntity: void setGrassDescription(java.lang.String) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatSeekBar_tickMarkTintMode +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: void onComplete() +com.google.android.material.R$styleable: int FontFamilyFont_ttcIndex +com.jaredrummler.android.colorpicker.R$string: int summary_collapsed_preference_list +com.google.gson.stream.JsonReader: java.io.Reader in +androidx.constraintlayout.widget.R$id: int action_container +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.lang.Integer RIGHT_CLOSE +com.google.android.material.R$style: int Theme_AppCompat_DialogWhenLarge +wangdaye.com.geometricweather.R$style: int Platform_V25_AppCompat_Light +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_Dialog_FixedSize +cyanogenmod.providers.WeatherContract$WeatherColumns: WeatherContract$WeatherColumns() +androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable: boolean mWasExecuted +james.adaptiveicon.R$styleable: int SwitchCompat_trackTintMode +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_showAsAction +androidx.lifecycle.ReflectiveGenericLifecycleObserver: ReflectiveGenericLifecycleObserver(java.lang.Object) +james.adaptiveicon.R$style: int Base_V26_Theme_AppCompat +wangdaye.com.geometricweather.R$styleable: int ActionBar_customNavigationLayout +wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_colorPresets +james.adaptiveicon.R$color: int primary_text_disabled_material_light +android.didikee.donate.R$styleable: int ActionBar_contentInsetEndWithActions +com.google.android.material.R$styleable: int Toolbar_subtitleTextAppearance +james.adaptiveicon.R$styleable: int AppCompatTheme_actionMenuTextColor +androidx.drawerlayout.R$styleable +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver +cyanogenmod.profiles.ConnectionSettings: int mValue +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: java.util.concurrent.atomic.AtomicReference active +com.google.android.material.slider.RangeSlider: int getHaloRadius() +io.reactivex.internal.util.VolatileSizeArrayList: java.lang.String toString() +androidx.constraintlayout.widget.R$attr: int spinnerStyle +cyanogenmod.app.StatusBarPanelCustomTile: int describeContents() +androidx.lifecycle.LifecycleService: LifecycleService() +androidx.appcompat.R$attr: int textColorAlertDialogListItem +com.google.android.material.R$layout: int abc_action_bar_title_item +com.google.android.material.R$style: int Widget_Design_TextInputLayout +androidx.vectordrawable.animated.R$styleable: int GradientColor_android_type +androidx.preference.R$id: int right_side +com.jaredrummler.android.colorpicker.R$layout: int select_dialog_multichoice_material +com.jaredrummler.android.colorpicker.R$styleable: int ColorStateListItem_android_color +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small +okhttp3.ConnectionPool: java.util.Deque connections +wangdaye.com.geometricweather.R$color: int mtrl_bottom_nav_colored_item_tint +androidx.loader.R$dimen: int compat_notification_large_icon_max_height +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: boolean done +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse +james.adaptiveicon.R$attr: int measureWithLargestChild +com.google.android.material.slider.BaseSlider: void setThumbTintList(android.content.res.ColorStateList) +androidx.appcompat.R$attr: int allowStacking +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer getApparentTemperature() +androidx.coordinatorlayout.R$attr: int statusBarBackground +androidx.appcompat.resources.R$dimen: int notification_top_pad +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: long serialVersionUID +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setPublishTime(long) +okhttp3.CertificatePinner: CertificatePinner(java.util.Set,okhttp3.internal.tls.CertificateChainCleaner) +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: java.util.concurrent.atomic.AtomicInteger windows +wangdaye.com.geometricweather.R$layout: int notification_template_custom_big +com.google.android.material.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable +com.google.android.material.R$styleable: int TextInputLayout_boxStrokeColor +wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_moonPhase +wangdaye.com.geometricweather.R$id: int circle +com.xw.repo.bubbleseekbar.R$attr: int bsb_seek_step_section +wangdaye.com.geometricweather.R$dimen: int preference_seekbar_padding_horizontal +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_PopupMenu +com.google.android.material.R$attr: int fastScrollHorizontalTrackDrawable +cyanogenmod.weather.WeatherInfo$Builder: java.util.List mForecastList +okio.InflaterSource: long read(okio.Buffer,long) +androidx.appcompat.resources.R$dimen: int compat_notification_large_icon_max_height +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_99 +wangdaye.com.geometricweather.R$style: int Base_V26_Theme_AppCompat_Light +wangdaye.com.geometricweather.R$id: int mtrl_picker_header +com.google.android.material.R$layout: int mtrl_alert_select_dialog_singlechoice +james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarWidgetTheme +com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleMarginBottom +wangdaye.com.geometricweather.R$attr: int thumbStrokeWidth +com.turingtechnologies.materialscrollbar.R$attr: int homeLayout +com.google.android.material.R$color: int mtrl_calendar_item_stroke_color +com.google.android.material.R$id: int BOTTOM_START +com.turingtechnologies.materialscrollbar.R$style: int Base_V21_Theme_AppCompat_Dialog +cyanogenmod.externalviews.ExternalView: void onActivityStopped(android.app.Activity) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintEnd_toEndOf +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +androidx.activity.R$id: int text2 +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle +cyanogenmod.providers.CMSettings$Secure: java.lang.String ADVANCED_MODE +io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: void dispose() +io.reactivex.Observable: io.reactivex.Observable groupJoin(io.reactivex.ObservableSource,io.reactivex.functions.Function,io.reactivex.functions.Function,io.reactivex.functions.BiFunction) +androidx.preference.R$dimen: int abc_edit_text_inset_horizontal_material +james.adaptiveicon.R$dimen: int abc_button_padding_vertical_material +com.google.android.material.floatingactionbutton.FloatingActionButton: void setVisibility(int) +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton$ExtendedFloatingActionButtonBehavior: ExtendedFloatingActionButton$ExtendedFloatingActionButtonBehavior(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: java.lang.Integer humidity +androidx.constraintlayout.widget.R$interpolator +cyanogenmod.themes.IThemeChangeListener$Stub$Proxy: android.os.IBinder asBinder() +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_fitToContents +androidx.viewpager.R$styleable: int FontFamilyFont_android_fontWeight +okio.Buffer$1: void close() +androidx.constraintlayout.widget.R$styleable: int Constraint_android_translationZ +okhttp3.EventListener: void requestHeadersStart(okhttp3.Call) +com.google.android.material.R$styleable: int AppCompatTheme_actionModeCloseDrawable +com.google.android.material.R$styleable: int[] MenuGroup +com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleContentDescription(java.lang.CharSequence) +androidx.constraintlayout.widget.R$dimen: int notification_top_pad +cyanogenmod.hardware.ICMHardwareService: boolean setDisplayColorCalibration(int[]) +org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.DatabaseOpenHelper$EncryptedHelper checkEncryptedHelper() +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintBaseline_toBaselineOf +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setTextColor(android.content.res.ColorStateList) +wangdaye.com.geometricweather.settings.dialogs.ProvidersPreviewerDialog: ProvidersPreviewerDialog() +com.google.android.material.R$attr: int constraint_referenced_ids +com.google.android.material.R$style: int Widget_MaterialComponents_FloatingActionButton +androidx.constraintlayout.widget.R$string: int abc_prepend_shortcut_label +androidx.lifecycle.extensions.R$integer: int status_bar_notification_info_maxnum +android.didikee.donate.R$dimen: int abc_text_size_body_2_material +wangdaye.com.geometricweather.R$styleable: int[] MockView +androidx.viewpager2.R$id: int tag_screen_reader_focusable +androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State RESUMED +com.google.android.material.R$styleable: int KeyAttribute_transitionEasing +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_4 +androidx.recyclerview.R$attr: int reverseLayout +com.google.android.material.chip.Chip: float getCloseIconEndPadding() +com.turingtechnologies.materialscrollbar.R$string: int abc_menu_shift_shortcut_label +androidx.activity.R$dimen: int notification_large_icon_width +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void onTimeoutError(long,java.lang.Throwable) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getTotalPrecipitation() +androidx.activity.R$id: int normal +james.adaptiveicon.R$attr: int layout +androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceListItem +okhttp3.logging.HttpLoggingInterceptor$Logger: void log(java.lang.String) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeTotalPrecipitation +cyanogenmod.app.CustomTile$ExpandedItem: void internalSetItemBitmap(android.graphics.Bitmap) +retrofit2.Platform$Android +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: java.lang.String defenseText +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay TAG_PRECIPITATION +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: io.reactivex.internal.operators.observable.ObservableGroupJoin$JoinSupport parent +com.google.android.material.R$dimen: int hint_alpha_material_dark +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: void onError(java.lang.Throwable) +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1: retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall this$0 +androidx.constraintlayout.widget.R$style: int Base_V7_Widget_AppCompat_Toolbar +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: java.lang.String Phrase_60 +wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_fontWeight +androidx.appcompat.widget.AppCompatEditText: AppCompatEditText(android.content.Context) +com.google.android.material.R$styleable: int Transition_constraintSetStart +cyanogenmod.app.PartnerInterface: void setAirplaneModeEnabled(boolean) +cyanogenmod.app.IPartnerInterface$Stub$Proxy: void shutdown() +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeBackground +com.bumptech.glide.R$attr: int font +retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: void onNext(java.lang.Object) +androidx.viewpager.R$styleable: int GradientColor_android_centerColor +com.google.android.material.R$attr: int motion_postLayoutCollision +wangdaye.com.geometricweather.R$dimen: int abc_panel_menu_list_width androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customStringValue -androidx.fragment.R$id: int accessibility_custom_action_31 -com.bumptech.glide.integration.okhttp.R$id: int info -okio.Okio$2: java.io.InputStream val$in -android.didikee.donate.R$id: int action_text -retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter: java.lang.Object adapt(retrofit2.Call) -okio.AsyncTimeout$1: okio.Sink val$sink -wangdaye.com.geometricweather.R$string: int widget_trend_daily -androidx.appcompat.R$style: int Platform_AppCompat_Light -com.google.android.material.R$dimen: int design_bottom_sheet_peek_height_min -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_requestDismiss_0 -androidx.appcompat.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner -com.google.android.material.R$styleable: int ShapeAppearance_cornerFamilyTopRight -androidx.appcompat.widget.ActionBarOverlayLayout: int getActionBarHideOffset() -com.xw.repo.bubbleseekbar.R$id: int scrollView -wangdaye.com.geometricweather.R$attr: int theme -cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_onPause -androidx.viewpager2.R$id: int italic -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -wangdaye.com.geometricweather.R$attr: int paddingTopNoTitle -wangdaye.com.geometricweather.R$dimen: int title_text_size -wangdaye.com.geometricweather.R$id: int search_button -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light -james.adaptiveicon.R$color: int primary_material_dark -com.bumptech.glide.integration.okhttp.R$id: int action_text -wangdaye.com.geometricweather.R$attr: int dropdownListPreferredItemHeight -cyanogenmod.themes.IThemeChangeListener$Stub -androidx.lifecycle.LiveData: java.lang.Object mData -cyanogenmod.app.CMContextConstants$Features: java.lang.String PROFILES -wangdaye.com.geometricweather.R$layout: int dialog_weather_hourly -androidx.coordinatorlayout.R$layout: int notification_template_custom_big -androidx.lifecycle.extensions.R$id: int async -androidx.appcompat.R$attr: int actionModeFindDrawable -wangdaye.com.geometricweather.db.entities.DailyEntity: void setTime(long) -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_6 -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_android_maxWidth -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String windSpeedStart -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Small_Inverse -com.google.android.material.R$id: int uniform -com.google.android.material.R$dimen: int mtrl_shape_corner_size_medium_component -wangdaye.com.geometricweather.R$attr: int flow_firstHorizontalBias -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: com.google.android.material.animation.MotionSpec getHideMotionSpec() -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_DialogWhenLarge -com.google.android.material.button.MaterialButton -android.didikee.donate.R$style: int TextAppearance_AppCompat_Display1 -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: boolean delayError -com.google.android.material.R$styleable: int AppCompatTheme_actionModePopupWindowStyle -james.adaptiveicon.R$attr: int fontFamily -androidx.preference.R$styleable: int View_android_focusable -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.String getWeatherText() -com.google.android.material.R$attr: int colorOnSecondary -com.xw.repo.bubbleseekbar.R$attr: int buttonGravity -androidx.constraintlayout.widget.R$attr: int textAllCaps -androidx.lifecycle.ReportFragment: void dispatchResume(androidx.lifecycle.ReportFragment$ActivityInitializationListener) -androidx.appcompat.widget.ViewStubCompat -androidx.hilt.work.R$dimen: R$dimen() -androidx.appcompat.resources.R$id: int accessibility_custom_action_30 -com.google.android.material.R$attr: int autoSizeStepGranularity -com.google.android.material.R$attr: int materialCalendarFullscreenTheme -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Body2 -androidx.vectordrawable.animated.R$style: int TextAppearance_Compat_Notification_Time -androidx.appcompat.widget.Toolbar: int getPopupTheme() -wangdaye.com.geometricweather.R$attr: int textAllCaps -com.google.android.material.R$dimen: int compat_button_padding_vertical_material -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setDaylight(boolean) -okhttp3.Dispatcher: void cancelAll() -com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu -androidx.preference.R$styleable: int[] GradientColor -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void onNext(java.lang.Object) -james.adaptiveicon.R$styleable: int AppCompatTheme_panelMenuListWidth -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog -james.adaptiveicon.R$color: int switch_thumb_material_light -wangdaye.com.geometricweather.R$id: int activity_widget_config_hideLunarSwitch -com.google.android.material.datepicker.CalendarConstraints: android.os.Parcelable$Creator CREATOR -androidx.preference.R$styleable: int[] PreferenceImageView -wangdaye.com.geometricweather.R$string: int settings_title_card_display -wangdaye.com.geometricweather.R$id: int container_main_first_card_header -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_ch -androidx.appcompat.widget.Toolbar: void setSubtitleTextColor(int) -wangdaye.com.geometricweather.R$string: int wind_0 -com.google.android.material.R$string: int material_timepicker_pm -okhttp3.OkHttpClient$Builder: okhttp3.Authenticator authenticator -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: ObservableGroupBy$GroupByObserver(io.reactivex.Observer,io.reactivex.functions.Function,io.reactivex.functions.Function,int,boolean) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: java.lang.String getZh_TW() -wangdaye.com.geometricweather.R$styleable: int[] PreferenceFragment -com.xw.repo.bubbleseekbar.R$color: int material_grey_100 -okhttp3.RequestBody: void writeTo(okio.BufferedSink) -james.adaptiveicon.R$attr: int colorControlActivated -cyanogenmod.externalviews.ExternalView: ExternalView(android.content.Context,android.util.AttributeSet,android.content.ComponentName) -androidx.constraintlayout.widget.R$attr: int titleTextStyle -cyanogenmod.hardware.CMHardwareManager: boolean setDisplayColorCalibration(int[]) -james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight -com.google.android.material.R$dimen: int material_clock_hand_padding -androidx.appcompat.widget.ActionBarOverlayLayout: void setShowingForActionMode(boolean) -com.google.android.material.R$styleable: int LinearLayoutCompat_android_weightSum -com.turingtechnologies.materialscrollbar.R$attr: int tabMode -io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: boolean isDisposed() -cyanogenmod.app.IProfileManager$Stub$Proxy: boolean addProfile(cyanogenmod.app.Profile) -okio.Buffer$UnsafeCursor: byte[] data -androidx.lifecycle.ProcessLifecycleOwner: void dispatchPauseIfNeeded() -androidx.lifecycle.ProcessLifecycleOwner: androidx.lifecycle.ProcessLifecycleOwner sInstance -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Metric -wangdaye.com.geometricweather.R$dimen: int abc_action_bar_default_padding_start_material -okio.Segment: Segment(byte[],int,int,boolean,boolean) -androidx.swiperefreshlayout.R$drawable: int notification_bg_low_normal -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title -androidx.appcompat.R$attr: int font -cyanogenmod.hardware.CMHardwareManager: int VIBRATOR_DEFAULT_INDEX -io.reactivex.internal.observers.DeferredScalarDisposable: boolean isEmpty() -androidx.appcompat.R$attr: int subMenuArrow -com.google.android.material.R$dimen: int mtrl_calendar_selection_text_baseline_to_top -com.github.rahatarmanahmed.cpv.R$color -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$6 -com.google.android.material.R$attr: int singleSelection -com.google.android.material.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog_Icon -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_searchIcon -okhttp3.internal.http2.Http2Writer: int maxDataLength() -com.google.android.material.tabs.TabLayout: android.content.res.ColorStateList getTabIconTint() -okhttp3.internal.Util$2: java.lang.String val$name -retrofit2.http.PUT -com.turingtechnologies.materialscrollbar.R$attr: R$attr() -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setOnClickUri(android.net.Uri) -androidx.dynamicanimation.R$attr: int fontProviderCerts -james.adaptiveicon.R$id: int message -com.google.android.material.R$attr: int viewInflaterClass -com.turingtechnologies.materialscrollbar.R$attr: int contentInsetEndWithActions -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintLeft_creator -com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawable_android_visible -wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Counter_Overflow -wangdaye.com.geometricweather.R$string: int expand_button_title -androidx.work.R$attr: int ttcIndex -retrofit2.RequestFactory$Builder: boolean isFormEncoded -androidx.preference.R$color: int abc_primary_text_material_light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: java.util.List getValue() -androidx.constraintlayout.widget.R$style: int Base_V22_Theme_AppCompat -com.google.android.material.chip.Chip: float getCloseIconSize() -com.google.android.material.slider.BaseSlider: float getStepSize() -androidx.fragment.R$attr: int fontProviderQuery -wangdaye.com.geometricweather.R$array: int live_wallpaper_day_night_types -cyanogenmod.weather.WeatherLocation: java.lang.String access$502(cyanogenmod.weather.WeatherLocation,java.lang.String) -com.google.android.material.appbar.HeaderScrollingViewBehavior: HeaderScrollingViewBehavior(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: void setZh_TW(java.lang.String) -com.google.android.material.R$styleable: int KeyCycle_wavePeriod -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Toolbar -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String ICON_PREVIEW_3 -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWindSpeed(java.lang.Float) -android.didikee.donate.R$dimen: int notification_big_circle_margin -okio.Buffer: okio.Buffer writeHexadecimalUnsignedLong(long) -androidx.fragment.R$id: int tag_screen_reader_focusable -okhttp3.internal.tls.BasicCertificateChainCleaner: java.util.List clean(java.util.List,java.lang.String) -androidx.preference.R$attr: int subtitleTextColor -com.google.android.material.button.MaterialButton: void setBackgroundTintMode(android.graphics.PorterDuff$Mode) -wangdaye.com.geometricweather.R$layout: int design_text_input_start_icon -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_logoDescription -okhttp3.HttpUrl$Builder: void pop() -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void settings(boolean,okhttp3.internal.http2.Settings) -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int WINDY -androidx.lifecycle.LiveDataReactiveStreams: org.reactivestreams.Publisher toPublisher(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.LiveData) -com.xw.repo.bubbleseekbar.R$styleable: int Spinner_android_popupBackground -com.google.android.material.R$dimen: int notification_media_narrow_margin -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.WeatherEntityDao weatherEntityDao -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_indicatorType -io.reactivex.internal.util.VolatileSizeArrayList: java.lang.Object[] toArray() -okhttp3.Cache$1: Cache$1(okhttp3.Cache) -wangdaye.com.geometricweather.R$attr: int cpv_progress -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_42 -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String daytimeWindLevel -cyanogenmod.app.ICustomTileListener$Stub: int TRANSACTION_onCustomTilePosted -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dropdownitem_icon_width -cyanogenmod.weatherservice.WeatherProviderService: cyanogenmod.weatherservice.IWeatherProviderServiceClient access$202(cyanogenmod.weatherservice.WeatherProviderService,cyanogenmod.weatherservice.IWeatherProviderServiceClient) -android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup -com.google.android.material.R$styleable: int OnSwipe_onTouchUp -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: long serialVersionUID -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver parent -androidx.appcompat.resources.R$color: int secondary_text_default_material_light -wangdaye.com.geometricweather.R$style: int Base_V21_Theme_AppCompat_Light -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_maxWidth -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_clear_material -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Metric: java.lang.String Unit -okhttp3.internal.http.RetryAndFollowUpInterceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) -androidx.preference.R$color: int tooltip_background_dark -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_horizontalGap -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableTopCompat -cyanogenmod.app.suggest.ApplicationSuggestion: android.net.Uri getDownloadUri() -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: io.reactivex.internal.disposables.ArrayCompositeDisposable resources -com.turingtechnologies.materialscrollbar.R$attr: int controlBackground -wangdaye.com.geometricweather.R$id: int disableHome -com.google.android.material.R$attr: int paddingEnd -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: boolean cancelled -wangdaye.com.geometricweather.R$drawable: int abc_action_bar_item_background_material -wangdaye.com.geometricweather.R$attr: int cpv_dialogType -wangdaye.com.geometricweather.R$dimen: int default_dimension -com.jaredrummler.android.colorpicker.R$attr: int dialogMessage -cyanogenmod.hardware.CMHardwareManager: int FEATURE_DISPLAY_MODES -com.xw.repo.bubbleseekbar.R$id: int default_activity_button -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void dispose() -com.xw.repo.bubbleseekbar.R$attr: int listPreferredItemHeight -androidx.loader.R$dimen: int notification_small_icon_size_as_large -androidx.preference.R$id: int async -retrofit2.adapter.rxjava2.BodyObservable: BodyObservable(io.reactivex.Observable) -wangdaye.com.geometricweather.R$styleable: int SwitchPreference_android_switchTextOff -wangdaye.com.geometricweather.R$attr: int singleChoiceItemLayout -okhttp3.ConnectionPool: void evictAll() -androidx.hilt.work.R$id: int accessibility_custom_action_7 -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void attachEntity(wangdaye.com.geometricweather.db.entities.WeatherEntity) -androidx.vectordrawable.animated.R$id: int tag_accessibility_clickable_spans -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_numericShortcut -com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getItemBackgroundRes() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String getLocationKey() -okhttp3.internal.cache2.Relay: int sourceCount -com.turingtechnologies.materialscrollbar.R$attr: int contentPaddingBottom -cyanogenmod.app.CustomTile: java.lang.String resourcesPackageName -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver -okio.Buffer: okio.ByteString md5() -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void dispose() -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_pixel -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat -okhttp3.internal.http2.Http2Connection -wangdaye.com.geometricweather.R$styleable: int MaterialButton_iconPadding -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber(androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData) -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: int getCity_code() -com.github.rahatarmanahmed.cpv.R$attr -com.google.android.material.R$styleable: int[] BottomAppBar -wangdaye.com.geometricweather.R$drawable: int abc_text_select_handle_left_mtrl_dark -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listMenuViewStyle -androidx.hilt.R$id: int italic -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation -com.google.android.material.R$drawable: int abc_btn_radio_material_anim -androidx.customview.view.AbsSavedState -okhttp3.RequestBody: RequestBody() -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain: java.lang.Float cumul3H +okhttp3.internal.cache2.Relay: okio.Buffer buffer +com.turingtechnologies.materialscrollbar.Handle +androidx.fragment.R$styleable: int GradientColor_android_type +wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked +cyanogenmod.profiles.StreamSettings$1: StreamSettings$1() +okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Metric: AccuCurrentResult$ApparentTemperature$Metric() +wangdaye.com.geometricweather.R$id: int activity_settings_toolbar +androidx.appcompat.R$style: int Theme_AppCompat_CompactMenu +james.adaptiveicon.R$styleable: int MenuItem_android_alphabeticShortcut +com.xw.repo.bubbleseekbar.R$attr: int colorButtonNormal +androidx.preference.R$style: int Base_Theme_AppCompat_CompactMenu +wangdaye.com.geometricweather.R$drawable: int weather_hail_mini_light +com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getPlaceholderTextColor() +com.google.android.material.R$attr: int chipBackgroundColor +android.didikee.donate.R$style: int TextAppearance_AppCompat_Medium_Inverse +android.didikee.donate.R$styleable: int[] ViewBackgroundHelper +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours Past9Hours +cyanogenmod.app.BaseLiveLockManagerService: android.os.RemoteCallbackList mChangeListeners +androidx.appcompat.R$id: int progress_circular +androidx.legacy.coreutils.R$id: int blocking +com.bumptech.glide.R$style: int Widget_Compat_NotificationActionText +androidx.constraintlayout.widget.R$attr: int windowActionBar +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer getRealFeelShaderTemperature() +androidx.activity.R$style: int TextAppearance_Compat_Notification_Time +com.google.android.material.R$dimen: int material_filled_edittext_font_1_3_padding_top +androidx.appcompat.R$id: int submenuarrow +com.xw.repo.bubbleseekbar.R$color: int switch_thumb_material_light +okhttp3.Dns$1: java.util.List lookup(java.lang.String) +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_textAllCaps +androidx.core.R$drawable: int notification_tile_bg +com.google.android.material.R$styleable: int SearchView_android_imeOptions +wangdaye.com.geometricweather.R$dimen: int abc_action_bar_elevation_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean forecastHourly +com.jaredrummler.android.colorpicker.R$attr: int preferenceCategoryStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: java.util.List getValue() +androidx.fragment.app.FragmentManager: void removeOnBackStackChangedListener(androidx.fragment.app.FragmentManager$OnBackStackChangedListener) +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_contentInsetEnd +androidx.appcompat.R$drawable: int notification_action_background +cyanogenmod.externalviews.ExternalViewProviderService +com.google.android.material.R$attr: int showPaths +okhttp3.internal.http2.Http2Connection$ReaderRunnable$3 +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void innerNext(int,java.lang.Object) +com.turingtechnologies.materialscrollbar.R$bool: int abc_config_actionMenuItemAllCaps +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String ragweedDescription +cyanogenmod.providers.CMSettings$Secure: java.lang.String[] NAVIGATION_RING_TARGETS +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: ObservableTakeUntil$TakeUntilMainObserver$OtherObserver(io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver) +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX() +cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.RequestInfo$Builder setTemperatureUnit(int) +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: java.lang.Integer alti +com.google.android.material.R$style: int EmptyTheme +com.xw.repo.bubbleseekbar.R$drawable: int abc_list_longpressed_holo +cyanogenmod.weatherservice.WeatherProviderService$1: cyanogenmod.weatherservice.WeatherProviderService this$0 +androidx.preference.R$styleable: int Toolbar_subtitle +androidx.preference.R$layout: int abc_screen_simple +androidx.appcompat.R$color: int ripple_material_dark +wangdaye.com.geometricweather.R$drawable: int snackbar_background +com.google.android.material.R$id: int actions +retrofit2.RequestBuilder: java.lang.String method +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_week_4 +androidx.coordinatorlayout.R$color: int secondary_text_default_material_light +james.adaptiveicon.R$styleable: int MenuItem_actionViewClass +okhttp3.internal.tls.CertificateChainCleaner: okhttp3.internal.tls.CertificateChainCleaner get(java.security.cert.X509Certificate[]) +wangdaye.com.geometricweather.common.basic.models.weather.Daily: long getTime() +com.google.android.material.R$color: int abc_tint_spinner +com.google.android.material.chip.Chip: void setCheckable(boolean) +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken NUMBER +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: boolean cancelled +wangdaye.com.geometricweather.common.basic.models.weather.Weather: wangdaye.com.geometricweather.common.basic.models.weather.Base getBase() +wangdaye.com.geometricweather.R$drawable: int weather_snow_pixel +wangdaye.com.geometricweather.R$anim: int btn_checkbox_to_checked_box_outer_merged_animation +wangdaye.com.geometricweather.R$id: int right_side +androidx.preference.R$drawable: int btn_radio_off_mtrl +wangdaye.com.geometricweather.settings.activities.AboutActivity: AboutActivity() +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd +com.turingtechnologies.materialscrollbar.MaterialScrollBar: void setScrollBarHidden(boolean) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_32 +androidx.appcompat.R$id: int action_context_bar +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_scrimVisibleHeightTrigger +androidx.preference.R$styleable: int Preference_allowDividerAbove +cyanogenmod.power.IPerformanceManager$Stub$Proxy: android.os.IBinder mRemote +wangdaye.com.geometricweather.R$styleable: int MockView_mock_showLabel +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric: double Value +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.String dailyWeatherIcon +wangdaye.com.geometricweather.R$attr: int trackHeight +androidx.preference.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText +io.reactivex.Observable: io.reactivex.Observable observeOn(io.reactivex.Scheduler,boolean) +androidx.appcompat.R$attr: int drawableLeftCompat +com.xw.repo.bubbleseekbar.R$attr: int elevation +com.bumptech.glide.load.engine.GlideException: java.lang.String getMessage() +com.google.android.material.R$bool: R$bool() +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_textLocale +androidx.constraintlayout.widget.R$color: int material_blue_grey_800 +androidx.constraintlayout.widget.R$attr: int showAsAction +com.google.gson.stream.JsonWriter: void setHtmlSafe(boolean) +com.google.android.material.chip.Chip: float getTextStartPadding() +io.reactivex.Observable: io.reactivex.Observable window(long,long,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.R$style: int week_weather_week_info +wangdaye.com.geometricweather.R$attr: int fabCradleVerticalOffset +androidx.preference.R$style: int Widget_AppCompat_Button +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Display2 +com.google.android.material.R$style: int Widget_AppCompat_ActivityChooserView +wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ListMenuView +androidx.viewpager.R$attr: int fontVariationSettings +com.xw.repo.bubbleseekbar.R$id: int search_voice_btn +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_actionLayout +androidx.preference.DialogPreference: DialogPreference(android.content.Context,android.util.AttributeSet) +com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_endX +com.jaredrummler.android.colorpicker.R$dimen: int abc_button_padding_horizontal_material +wangdaye.com.geometricweather.settings.dialogs.RunningInBackgroundODialog +io.reactivex.exceptions.ProtocolViolationException: long serialVersionUID +android.didikee.donate.R$styleable: int MenuItem_iconTint +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_6 +android.didikee.donate.R$styleable: int Toolbar_contentInsetLeft +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowActionModeOverlay +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: boolean hasKey(java.lang.Object) +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse +wangdaye.com.geometricweather.R$string: int refresh_at +com.google.android.material.slider.RangeSlider: void setLabelBehavior(int) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft +wangdaye.com.geometricweather.R$id: int textinput_placeholder +io.reactivex.Observable: io.reactivex.Observable join(io.reactivex.ObservableSource,io.reactivex.functions.Function,io.reactivex.functions.Function,io.reactivex.functions.BiFunction) +wangdaye.com.geometricweather.R$id: int item_about_translator_subtitle +james.adaptiveicon.R$styleable: int MenuItem_alphabeticModifiers +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Rain Rain +com.turingtechnologies.materialscrollbar.R$style: int Base_V26_Theme_AppCompat_Light +okio.Buffer: long completeSegmentByteCount() +wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig historyEntityDaoConfig +wangdaye.com.geometricweather.R$layout: int container_circular_sky_view +wangdaye.com.geometricweather.R$id: int middle +wangdaye.com.geometricweather.R$attr: int bsb_bubble_text_size +androidx.lifecycle.LiveData: boolean mDispatchInvalidated +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_Dialog_FixedSize +cyanogenmod.providers.WeatherContract$WeatherColumns$WindSpeedUnit: int MPH +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionBar_Solid +androidx.appcompat.R$styleable: int MenuItem_android_visible +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean aqi +androidx.appcompat.R$style: int Base_Animation_AppCompat_Tooltip +retrofit2.KotlinExtensions$suspendAndThrow$$inlined$suspendCoroutineUninterceptedOrReturn$lambda$1: java.lang.Exception $this_suspendAndThrow$inlined +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_updateProfile +androidx.preference.R$attr: int editTextBackground +androidx.constraintlayout.widget.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_0 +james.adaptiveicon.R$drawable: int abc_scrubber_primary_mtrl_alpha +com.google.android.material.floatingactionbutton.FloatingActionButton: void setTranslationZ(float) +james.adaptiveicon.R$styleable: int Toolbar_title +androidx.recyclerview.R$styleable: R$styleable() +wangdaye.com.geometricweather.R$attr: int inverse +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: java.lang.String time +android.didikee.donate.R$styleable: int SearchView_searchHintIcon +androidx.preference.R$attr: int searchViewStyle +androidx.constraintlayout.widget.R$attr: int maxButtonHeight +com.jaredrummler.android.colorpicker.R$color: int foreground_material_dark +wangdaye.com.geometricweather.R$layout: int material_chip_input_combo +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.HistoryEntity) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dialogCornerRadius +androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft +android.didikee.donate.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset +com.turingtechnologies.materialscrollbar.R$layout: int mtrl_layout_snackbar +wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle +wangdaye.com.geometricweather.db.entities.DailyEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) +com.google.android.material.R$styleable: int[] ViewPager2 +androidx.constraintlayout.widget.R$id: int search_plate +okhttp3.internal.cache.DiskLruCache$Editor$1: DiskLruCache$Editor$1(okhttp3.internal.cache.DiskLruCache$Editor,okio.Sink) +wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.String TABLENAME +io.reactivex.internal.disposables.ArrayCompositeDisposable: boolean isDisposed() +okio.Buffer: java.lang.String readUtf8LineStrict(long) +okhttp3.HttpUrl: int port() +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_textStartPadding +io.reactivex.Observable: io.reactivex.Observable window(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +cyanogenmod.externalviews.KeyguardExternalView: boolean isInteractive() +wangdaye.com.geometricweather.R$attr: int titleMarginStart +androidx.preference.R$id: int tag_accessibility_pane_title +androidx.constraintlayout.widget.R$attr: int dividerVertical +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningMaxCountItems +cyanogenmod.app.Profile: void setScreenLockMode(cyanogenmod.profiles.LockSettings) +okhttp3.MultipartBody: int size() +androidx.hilt.lifecycle.R$anim: int fragment_fade_exit +wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setDaylight(boolean) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button +wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView +wangdaye.com.geometricweather.R$style: int Platform_ThemeOverlay_AppCompat_Light +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonStyle +com.google.android.material.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable +wangdaye.com.geometricweather.R$string: int date_format_long +cyanogenmod.alarmclock.ClockContract$InstancesColumns: int PREDISMISSED_STATE +wangdaye.com.geometricweather.R$id: int activity_card_display_manage_container +wangdaye.com.geometricweather.R$drawable: int weather_clear_night_mini_light +androidx.preference.R$attr: int actionBarItemBackground +com.xw.repo.bubbleseekbar.R$styleable: int FontFamily_fontProviderAuthority +wangdaye.com.geometricweather.R$styleable: int Preference_shouldDisableView +androidx.dynamicanimation.R$id: int forever +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button +okhttp3.internal.connection.RealConnection: int successCount +wangdaye.com.geometricweather.R$id: int icon +androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge +androidx.preference.R$attr: int buttonStyleSmall +retrofit2.RequestBuilder: void addHeaders(okhttp3.Headers) +androidx.work.R$id: int accessibility_custom_action_21 +com.google.android.material.R$styleable: int[] ConstraintLayout_Layout +cyanogenmod.app.ILiveLockScreenChangeListener$Stub$Proxy: ILiveLockScreenChangeListener$Stub$Proxy(android.os.IBinder) +androidx.preference.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_0 +androidx.preference.R$attr: int initialActivityCount +wangdaye.com.geometricweather.R$attr: int colorControlHighlight +androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableTransition_android_fromId +androidx.hilt.lifecycle.R$layout: R$layout() +androidx.lifecycle.ProcessLifecycleOwner$2: void onStart() +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxCornerRadiusBottomEnd +okhttp3.Headers: okhttp3.Headers of(java.util.Map) +androidx.coordinatorlayout.R$id: int accessibility_custom_action_29 +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ImageButton +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Country: java.lang.String LocalizedName +wangdaye.com.geometricweather.R$attr: int cpv_showOldColor +wangdaye.com.geometricweather.R$style: int Base_V21_Theme_AppCompat_Light_Dialog +wangdaye.com.geometricweather.R$attr: int layout_constraintWidth_percent androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Metric: double Value -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5 -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: java.lang.String getX() -com.jaredrummler.android.colorpicker.R$styleable: int[] ActionBar -io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_23 -com.google.android.material.R$styleable: int SwitchCompat_trackTintMode -androidx.constraintlayout.widget.R$drawable: int abc_text_select_handle_right_mtrl_light -com.google.android.material.R$dimen: int mtrl_card_elevation -okhttp3.internal.http2.Hpack$Writer -retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$2: void invoke(java.lang.Throwable) -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored -androidx.preference.R$attr: int titleTextColor -com.jaredrummler.android.colorpicker.R$id: int right_icon -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: ArcProgress(android.content.Context) -com.google.android.material.R$attr: int content -com.google.android.material.R$style: int Widget_MaterialComponents_CollapsingToolbar -androidx.constraintlayout.widget.R$styleable: int SearchView_queryBackground -com.xw.repo.bubbleseekbar.R$style: int Base_V21_Theme_AppCompat_Light_Dialog -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: java.util.Date LocalObservationDateTime -wangdaye.com.geometricweather.R$attr: int reverseLayout -com.google.android.material.button.MaterialButton: void setRippleColorResource(int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: java.lang.String value -com.bumptech.glide.R$attr: int layout_anchor -androidx.constraintlayout.widget.R$styleable: int GradientColorItem_android_offset -android.didikee.donate.R$dimen: R$dimen() -cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent BOOT_ANIM -cyanogenmod.app.IProfileManager$Stub$Proxy: IProfileManager$Stub$Proxy(android.os.IBinder) -io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiFunction,boolean,int) -androidx.preference.R$attr: int maxWidth -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int DUST -com.turingtechnologies.materialscrollbar.MaterialScrollBar: void addScrollListener(androidx.recyclerview.widget.RecyclerView$OnScrollListener) -io.reactivex.internal.subscriptions.DeferredScalarSubscription: int FUSED_CONSUMED -wangdaye.com.geometricweather.common.basic.models.weather.Base: long getPublishTime() -com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_max_width -okhttp3.internal.http2.Http2Reader$Handler: void data(boolean,int,okio.BufferedSource,int) -com.turingtechnologies.materialscrollbar.R$drawable: int abc_switch_thumb_material -androidx.constraintlayout.widget.R$styleable: int OnSwipe_dragScale -okhttp3.internal.http2.Http2Writer: okhttp3.internal.http2.Hpack$Writer hpackWriter -androidx.appcompat.R$dimen: int abc_seekbar_track_progress_height_material -cyanogenmod.app.suggest.AppSuggestManager: cyanogenmod.app.suggest.IAppSuggestManager getService() -android.didikee.donate.R$attr: int selectableItemBackgroundBorderless -androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_statusBarBackground -cyanogenmod.providers.ThemesContract$PreviewColumns: android.net.Uri COMPONENTS_URI -org.greenrobot.greendao.AbstractDaoSession: java.lang.Object callInTx(java.util.concurrent.Callable) -com.google.android.material.R$styleable: int AppCompatTheme_actionBarPopupTheme -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: double seaLevel -org.greenrobot.greendao.AbstractDaoSession: void registerDao(java.lang.Class,org.greenrobot.greendao.AbstractDao) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder connectTimeout(java.time.Duration) -io.reactivex.Observable: io.reactivex.Observable unsubscribeOn(io.reactivex.Scheduler) -androidx.viewpager2.R$id: int tag_accessibility_pane_title -okhttp3.CacheControl: java.lang.String headerValue() -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_textStyle -androidx.viewpager.R$id: int chronometer +androidx.constraintlayout.widget.R$dimen: int abc_dialog_corner_radius_material +okhttp3.internal.http2.Http2Reader$ContinuationSource: okio.BufferedSource source +cyanogenmod.weather.CMWeatherManager$2$2: void run() +android.didikee.donate.R$id: int icon_group +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_goneMarginEnd +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxBackgroundColor +androidx.hilt.R$styleable: int FontFamilyFont_android_fontWeight +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_5 +okhttp3.HttpUrl: int port +wangdaye.com.geometricweather.R$styleable: int[] SwitchCompat +android.didikee.donate.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize +james.adaptiveicon.R$color: int notification_action_color_filter +io.reactivex.internal.util.VolatileSizeArrayList: java.util.ArrayList list +com.xw.repo.bubbleseekbar.R$bool: R$bool() +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_ratingBarStyle +android.didikee.donate.R$attr: int buttonBarButtonStyle +androidx.preference.R$styleable: int Fragment_android_id +wangdaye.com.geometricweather.R$anim: int abc_slide_in_top +androidx.coordinatorlayout.R$id: int line1 +com.xw.repo.bubbleseekbar.R$dimen: int abc_select_dialog_padding_start_material +androidx.constraintlayout.widget.R$attr: int flow_lastHorizontalStyle +androidx.appcompat.widget.LinearLayoutCompat: void setGravity(int) +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: int STATE_INACTIVE +okio.BufferedSink: okio.BufferedSink writeString(java.lang.String,java.nio.charset.Charset) +io.reactivex.internal.subscriptions.SubscriptionArbiter: java.util.concurrent.atomic.AtomicLong missedProduced +com.turingtechnologies.materialscrollbar.R$attr: int state_liftable +wangdaye.com.geometricweather.db.entities.AlertEntity: void setDescription(java.lang.String) +james.adaptiveicon.R$styleable: int LinearLayoutCompat_android_weightSum +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_Dark_ActionBar +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String getDistrict() +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_13 +wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat +wangdaye.com.geometricweather.R$attr: int layout_constraintTag +com.turingtechnologies.materialscrollbar.R$attr: int itemPadding +wangdaye.com.geometricweather.R$styleable: int ColorPickerView_cpv_alphaChannelVisible +androidx.activity.R$styleable: int GradientColor_android_startY +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: int unitArrayIndex +wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayWeekWidgetConfigActivity: Hilt_ClockDayWeekWidgetConfigActivity() +org.greenrobot.greendao.AbstractDao: boolean detach(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ProgressBar +james.adaptiveicon.R$style: int Widget_AppCompat_SearchView +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: WeatherEntityDao$Properties() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX getDirection() +james.adaptiveicon.R$styleable: int AppCompatTextView_textLocale +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int LIGHT_SNOW_SHOWERS +com.google.android.material.R$styleable: int SnackbarLayout_backgroundTint +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Speed: AccuDailyResult$DailyForecasts$Night$WindGust$Speed() +com.jaredrummler.android.colorpicker.R$layout: int preference_category_material +com.turingtechnologies.materialscrollbar.R$attr: int itemBackground +androidx.appcompat.widget.AppCompatSpinner$SavedState +androidx.swiperefreshlayout.R$styleable: int GradientColor_android_centerY +com.google.android.material.textfield.TextInputLayout: float getBoxCornerRadiusTopEnd() +james.adaptiveicon.R$style +androidx.customview.R$drawable: R$drawable() +com.xw.repo.bubbleseekbar.R$attr: int progressBarPadding +androidx.fragment.R$drawable: int notification_tile_bg +androidx.vectordrawable.R$id: int accessibility_custom_action_24 +okhttp3.internal.http.HttpHeaders: void receiveHeaders(okhttp3.CookieJar,okhttp3.HttpUrl,okhttp3.Headers) +okhttp3.internal.tls.CertificateChainCleaner: java.util.List clean(java.util.List,java.lang.String) +okhttp3.HttpUrl: java.lang.String percentDecode(java.lang.String,int,int,boolean) +com.bumptech.glide.R$id: int action_image +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common +cyanogenmod.app.CustomTile$ExpandedGridItem: void setExpandedGridItemOnClickIntent(android.app.PendingIntent) +androidx.appcompat.R$style: int Base_Widget_AppCompat_SearchView_ActionBar +wangdaye.com.geometricweather.R$attr: int allowDividerAbove +io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: io.reactivex.Observer downstream +android.didikee.donate.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow +cyanogenmod.app.StatusBarPanelCustomTile +com.github.rahatarmanahmed.cpv.CircularProgressView$2 +okhttp3.Request$Builder: okhttp3.HttpUrl url +cyanogenmod.weather.WeatherInfo$Builder: int mConditionCode +com.xw.repo.bubbleseekbar.R$color: int error_color_material_light +okio.InflaterSource: void close() +androidx.constraintlayout.helper.widget.Flow: void setHorizontalBias(float) +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Dialog_Alert +com.turingtechnologies.materialscrollbar.R$attr: int boxCollapsedPaddingTop +androidx.preference.R$style: int TextAppearance_AppCompat_Menu +com.turingtechnologies.materialscrollbar.R$attr: int paddingTopNoTitle +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DOUBLE_TAP_SLEEP_GESTURE_VALIDATOR +androidx.constraintlayout.widget.R$anim: int abc_slide_in_bottom +wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: java.lang.String getDurationText(android.content.Context,float) +com.google.android.material.chip.Chip: android.content.res.ColorStateList getChipBackgroundColor() +wangdaye.com.geometricweather.R$string: int on +wangdaye.com.geometricweather.common.ui.widgets.TagView: TagView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: int getIconResStart() +com.jaredrummler.android.colorpicker.R$drawable: int abc_ratingbar_indicator_material +androidx.constraintlayout.utils.widget.ImageFilterView: void setWarmth(float) +com.google.android.material.R$attr: int flow_lastVerticalStyle +android.didikee.donate.R$dimen: int abc_dialog_fixed_height_minor +android.didikee.donate.R$style: int Theme_AppCompat +com.turingtechnologies.materialscrollbar.R$attr: int colorControlNormal +com.jaredrummler.android.colorpicker.ColorPanelView: int getBorderColor() +com.google.android.material.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator +org.greenrobot.greendao.AbstractDao: AbstractDao(org.greenrobot.greendao.internal.DaoConfig,org.greenrobot.greendao.AbstractDaoSession) +androidx.appcompat.R$attr: int listPreferredItemHeightLarge +wangdaye.com.geometricweather.R$id: int container_alert_display_view_indicator +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver +com.bumptech.glide.R$layout: int notification_template_custom_big +com.jaredrummler.android.colorpicker.R$style: int Base_V26_Theme_AppCompat_Light +okio.Buffer$1: java.lang.String toString() +james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_drawableStart +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintCircleRadius +wangdaye.com.geometricweather.settings.dialogs.MinimalIconDialog +wangdaye.com.geometricweather.R$attr: int keylines +com.xw.repo.bubbleseekbar.R$attr: int buttonBarNeutralButtonStyle +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModePasteDrawable +com.xw.repo.bubbleseekbar.R$dimen: int compat_button_inset_horizontal_material +com.google.android.material.R$styleable: int Layout_layout_goneMarginTop +com.google.android.material.R$string: int error_icon_content_description +wangdaye.com.geometricweather.R$layout: int custom_dialog +james.adaptiveicon.R$styleable: int View_paddingEnd +android.didikee.donate.R$styleable: int MenuItem_tooltipText +androidx.activity.R$id: int accessibility_custom_action_8 +androidx.recyclerview.widget.RecyclerView: void removeOnScrollListener(androidx.recyclerview.widget.RecyclerView$OnScrollListener) +androidx.preference.R$id: int tag_transition_group +wangdaye.com.geometricweather.R$string: int settings_title_icon_provider +com.google.android.material.R$id: int text_input_error_icon +wangdaye.com.geometricweather.R$id: int widget_trend_hourly_item_4 +com.google.android.material.R$styleable: int TabItem_android_text +wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_scrollView +com.google.android.material.R$attr: int minSeparation +androidx.constraintlayout.widget.R$styleable: int ActionBar_background +wangdaye.com.geometricweather.R$style: int Platform_MaterialComponents_Light +wangdaye.com.geometricweather.R$styleable: int Transition_constraintSetEnd +androidx.lifecycle.ViewModelProviders +androidx.preference.R$style: int ThemeOverlay_AppCompat +wangdaye.com.geometricweather.R$styleable: int MotionLayout_motionDebug +androidx.loader.R$id: int text2 +androidx.constraintlayout.widget.R$attr: int buttonBarButtonStyle +android.didikee.donate.R$styleable: int AppCompatSeekBar_tickMarkTint +com.jaredrummler.android.colorpicker.R$layout: int cpv_color_item_circle +wangdaye.com.geometricweather.R$drawable: int widget_card_dark_0 +androidx.hilt.lifecycle.R$dimen: int notification_big_circle_margin +wangdaye.com.geometricweather.common.basic.models.weather.Alert: void descByTime(java.util.List) +wangdaye.com.geometricweather.R$id: int month_navigation_previous +wangdaye.com.geometricweather.R$color: int colorAccent_light +james.adaptiveicon.R$styleable: int FontFamily_fontProviderAuthority +androidx.preference.R$styleable: int AppCompatTheme_switchStyle +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeThunderstormPrecipitationProbability() +com.google.android.material.R$styleable: int AnimatedStateListDrawableItem_android_drawable +okhttp3.OkHttpClient: boolean followSslRedirects +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_requestThemeChange +androidx.appcompat.R$attr: int toolbarStyle +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_android_elevation +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int BLUSTERY +wangdaye.com.geometricweather.R$id: int notification_multi_city_text_3 +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView: AbsChartItemView(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$attr: int showAsAction +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode WIND +okhttp3.internal.ws.WebSocketReader: void readUntilNonControlFrame() +james.adaptiveicon.R$styleable: int Toolbar_titleTextColor +androidx.preference.R$style: int Widget_Support_CoordinatorLayout +androidx.constraintlayout.widget.R$id: int layout +okhttp3.internal.http2.Http2Codec: okio.Sink createRequestBody(okhttp3.Request,long) +org.greenrobot.greendao.AbstractDao: void attachEntity(java.lang.Object) +androidx.preference.R$drawable: int abc_action_bar_item_background_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: java.lang.String getLogo() +androidx.constraintlayout.widget.R$attr: int drawableEndCompat +androidx.constraintlayout.widget.R$drawable: int abc_ic_search_api_material +cyanogenmod.providers.CMSettings$DiscreteValueValidator: java.lang.String[] mValues +okhttp3.CacheControl: boolean isPrivate +androidx.appcompat.R$attr: int actionBarPopupTheme androidx.appcompat.R$attr: int alpha -cyanogenmod.weather.CMWeatherManager$2: CMWeatherManager$2(cyanogenmod.weather.CMWeatherManager) -com.google.android.material.chip.Chip: void setChecked(boolean) -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: ExtendedFloatingActionButton(android.content.Context) -wangdaye.com.geometricweather.R$id: int fragment_container_view_tag -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Snow: MfHistoryResult$History$Snow() -wangdaye.com.geometricweather.R$styleable: int ArcProgress_progress_width -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleMarginTop -io.reactivex.internal.subscribers.StrictSubscriber: StrictSubscriber(org.reactivestreams.Subscriber) -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int MIXED_RAIN_AND_HAIL -cyanogenmod.app.IPartnerInterface: java.lang.String getCurrentHotwordPackageName() -com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Dialog -com.turingtechnologies.materialscrollbar.R$attr: int tabIndicatorFullWidth -cyanogenmod.externalviews.ExternalViewProviderService: ExternalViewProviderService() -okio.Timeout: long timeoutNanos() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed -wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_scrollMode -okhttp3.internal.Util: java.nio.charset.Charset bomAwareCharset(okio.BufferedSource,java.nio.charset.Charset) -com.google.android.material.R$attr: int rippleColor -com.google.android.material.R$color: int mtrl_chip_text_color -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: java.lang.String getPubTime() -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_sheet_modal_elevation -io.reactivex.exceptions.CompositeException: CompositeException(java.lang.Throwable[]) -wangdaye.com.geometricweather.R$attr: int collapsedSize -com.xw.repo.bubbleseekbar.R$attr: int windowFixedHeightMajor -wangdaye.com.geometricweather.R$styleable: int[] StateListDrawable -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: io.reactivex.internal.util.AtomicThrowable error -androidx.coordinatorlayout.R$id: int async -okio.Options: okio.ByteString[] byteStrings -com.google.android.material.R$attr: int itemFillColor -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: java.lang.String DESCRIPTOR -com.google.android.material.R$style: int Widget_AppCompat_RatingBar_Small -androidx.lifecycle.Transformations: androidx.lifecycle.LiveData map(androidx.lifecycle.LiveData,androidx.arch.core.util.Function) -androidx.preference.R$attr: int panelMenuListWidth -androidx.appcompat.R$id: int action_menu_divider -wangdaye.com.geometricweather.background.receiver.widget.WidgetTrendHourlyProvider: WidgetTrendHourlyProvider() -com.google.android.material.R$xml: int standalone_badge_gravity_bottom_start -androidx.preference.R$style: int Widget_AppCompat_CompoundButton_RadioButton -androidx.preference.R$styleable: int SwitchCompat_thumbTint -cyanogenmod.themes.ThemeManager$1$2: boolean val$isSuccess -androidx.lifecycle.AbstractSavedStateViewModelFactory: androidx.lifecycle.ViewModel create(java.lang.String,java.lang.Class,androidx.lifecycle.SavedStateHandle) -com.google.android.material.R$integer: int mtrl_calendar_year_selector_span -wangdaye.com.geometricweather.R$attr: int minHideDelay -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: void dispose() -androidx.appcompat.R$drawable: int btn_checkbox_unchecked_mtrl -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableLeftCompat -james.adaptiveicon.R$style: int Base_V7_Theme_AppCompat_Dialog +wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Date +com.google.android.material.R$style: int Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day +wangdaye.com.geometricweather.R$color: int primary_dark_material_dark +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents +com.xw.repo.bubbleseekbar.R$string: int abc_action_bar_home_description +retrofit2.adapter.rxjava2.BodyObservable: void subscribeActual(io.reactivex.Observer) +androidx.appcompat.R$dimen: int abc_edit_text_inset_horizontal_material +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_checkedIconMargin +com.google.android.material.R$attr: int titleMargins +cyanogenmod.hardware.IThermalListenerCallback$Stub: java.lang.String DESCRIPTOR +androidx.dynamicanimation.R$styleable: int[] ColorStateListItem +cyanogenmod.providers.CMSettings$Global: float getFloat(android.content.ContentResolver,java.lang.String) +com.google.android.material.internal.CheckableImageButton$SavedState: android.os.Parcelable$Creator CREATOR +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: void onError(java.lang.Throwable) +com.xw.repo.bubbleseekbar.R$dimen: int abc_button_inset_vertical_material +androidx.loader.R$id: int tag_unhandled_key_event_manager +androidx.constraintlayout.widget.R$attr: int actionMenuTextAppearance +wangdaye.com.geometricweather.common.basic.models.weather.WindDegree: float degree +okhttp3.internal.io.FileSystem$1: long size(java.io.File) +retrofit2.RequestFactory: okhttp3.Headers headers +com.jaredrummler.android.colorpicker.R$style: int Preference_SwitchPreferenceCompat_Material +com.google.android.material.chip.Chip: Chip(android.content.Context) +james.adaptiveicon.R$styleable: int[] ColorStateListItem +androidx.preference.R$styleable: int TextAppearance_android_textFontWeight +okhttp3.internal.Util: boolean skipAll(okio.Source,int,java.util.concurrent.TimeUnit) +androidx.preference.R$style: int Theme_AppCompat_Light_NoActionBar +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_barrierMargin +androidx.preference.R$styleable: int MenuView_subMenuArrow +androidx.constraintlayout.widget.R$styleable: int Constraint_android_scaleX +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeThunderstormPrecipitation() +okio.Buffer: void clear() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String windSpeedStart +com.bumptech.glide.R$styleable: R$styleable() +androidx.constraintlayout.widget.R$style: int Platform_V21_AppCompat +io.reactivex.internal.observers.ForEachWhileObserver: void onComplete() +james.adaptiveicon.R$id: int action_divider +com.google.android.material.R$color: int primary_material_light +cyanogenmod.app.ILiveLockScreenManagerProvider: boolean registerChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) +wangdaye.com.geometricweather.R$id: int spline +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: void setLogo(java.lang.String) +okhttp3.HttpUrl: java.lang.String encodedPassword() +com.google.android.material.R$style: int Theme_AppCompat_Empty +wangdaye.com.geometricweather.R$dimen: int material_emphasis_high_type +androidx.preference.R$styleable: int PreferenceFragment_allowDividerAfterLastItem +com.turingtechnologies.materialscrollbar.R$color: int primary_text_default_material_dark +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_DropDownItem_Spinner +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorControlHighlight +wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property Date +wangdaye.com.geometricweather.R$attr: int fontProviderFetchStrategy +okhttp3.internal.ws.RealWebSocket$1 +com.google.android.material.R$style: int Theme_AppCompat_DayNight_Dialog +androidx.appcompat.R$dimen: int highlight_alpha_material_light +wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_shadowColor +androidx.appcompat.R$attr: int icon +wangdaye.com.geometricweather.R$id: int jumpToStart +wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: java.lang.String getPollenVoice(android.content.Context,int) +wangdaye.com.geometricweather.R$styleable: int KeyCycle_waveOffset +com.google.android.material.bottomnavigation.BottomNavigationView: android.view.Menu getMenu() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_homeAsUpIndicator +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setPivotY(float) +androidx.hilt.R$dimen: int notification_large_icon_width +android.didikee.donate.R$styleable: int SwitchCompat_thumbTintMode +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorBackgroundFloating +wangdaye.com.geometricweather.R$styleable: int[] MaterialTextView +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Imperial: double Value +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_3 com.jaredrummler.android.colorpicker.R$styleable: int[] ListPopupWindow -com.jaredrummler.android.colorpicker.R$attr: int titleMarginEnd -androidx.preference.R$style: int Base_V21_Theme_AppCompat -james.adaptiveicon.R$attr: int trackTint -com.google.android.material.R$styleable: int MaterialTextAppearance_android_lineHeight -wangdaye.com.geometricweather.R$string: int night -com.google.android.material.R$attr: int itemShapeInsetBottom -wangdaye.com.geometricweather.R$id: int mtrl_calendar_text_input_frame -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_LIVE_LOCK_SCREEN -androidx.lifecycle.SavedStateViewModelFactory: java.lang.Class[] VIEWMODEL_SIGNATURE -io.reactivex.Observable: io.reactivex.Observable concatEager(java.lang.Iterable,int,int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Imperial -com.google.android.material.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionButton -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowFixedHeightMinor -com.jaredrummler.android.colorpicker.R$attr: int fontProviderCerts -james.adaptiveicon.R$string: int abc_searchview_description_clear -androidx.appcompat.R$drawable: int notification_action_background -okhttp3.MultipartBody: byte[] CRLF -com.google.android.material.R$id: int accessibility_custom_action_22 -wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_speed -wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: java.lang.String getUnitId() -android.didikee.donate.R$styleable: int SwitchCompat_trackTintMode -com.xw.repo.bubbleseekbar.R$string: int abc_menu_function_shortcut_label -com.github.rahatarmanahmed.cpv.CircularProgressView$6 -androidx.loader.R$layout: int notification_template_part_time -okhttp3.internal.platform.AndroidPlatform: boolean api24IsCleartextTrafficPermitted(java.lang.String,java.lang.Class,java.lang.Object) -retrofit2.HttpServiceMethod: retrofit2.Converter createResponseConverter(retrofit2.Retrofit,java.lang.reflect.Method,java.lang.reflect.Type) -cyanogenmod.themes.ThemeChangeRequest$RequestType: ThemeChangeRequest$RequestType(java.lang.String,int) -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -androidx.preference.R$attr: int reverseLayout -androidx.appcompat.widget.AppCompatImageButton: android.content.res.ColorStateList getSupportImageTintList() -com.google.gson.FieldNamingPolicy$3: FieldNamingPolicy$3(java.lang.String,int) -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: boolean done -wangdaye.com.geometricweather.R$color: int colorTextAlert -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator CALL_RECORDING_FORMAT_VALIDATOR -com.google.android.material.R$style: int Base_V21_Theme_MaterialComponents_Dialog -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder followRedirects(boolean) -wangdaye.com.geometricweather.R$drawable: int ic_circle_medium -androidx.work.R$attr: R$attr() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider -com.google.android.material.R$style: int Widget_AppCompat_Button_Borderless_Colored -cyanogenmod.app.CustomTile$GridExpandedStyle -androidx.preference.R$style: int Base_Theme_AppCompat_CompactMenu -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: boolean mainDone -androidx.preference.R$attr: int actionModeCloseButtonStyle -androidx.preference.R$attr: int textColorAlertDialogListItem -io.reactivex.internal.operators.observable.ObservableReplay$SizeBoundReplayBuffer: int limit -com.google.android.material.appbar.AppBarLayout: AppBarLayout(android.content.Context,android.util.AttributeSet) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_EXPORT_WITH_RC4_40_MD5 -androidx.lifecycle.SavedStateViewModelFactory: android.app.Application mApplication -okhttp3.HttpUrl: java.lang.String FRAGMENT_ENCODE_SET_URI -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void fail(java.lang.Throwable,io.reactivex.Observer,io.reactivex.internal.queue.SpscLinkedArrayQueue) -androidx.hilt.work.R$styleable: int GradientColor_android_startY -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse -wangdaye.com.geometricweather.R$string: int sunrise_sunset -androidx.preference.R$styleable: int Preference_enableCopying -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense -okio.SegmentedByteString: okio.ByteString substring(int) -wangdaye.com.geometricweather.R$styleable: int ChipGroup_singleLine -wangdaye.com.geometricweather.R$id: int showTitle -androidx.coordinatorlayout.R$id: int text2 -androidx.appcompat.resources.R$drawable: int notification_bg_low_pressed -wangdaye.com.geometricweather.R$layout: int select_dialog_item_material -io.reactivex.internal.schedulers.RxThreadFactory: java.lang.String prefix -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.util.List getDefense() -androidx.coordinatorlayout.R$color: int notification_action_color_filter -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_13 -com.google.android.material.R$styleable: int Layout_layout_goneMarginEnd -cyanogenmod.app.ILiveLockScreenChangeListener$Stub: cyanogenmod.app.ILiveLockScreenChangeListener asInterface(android.os.IBinder) -wangdaye.com.geometricweather.R$attr: int actionButtonStyle -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_spinnerStyle -wangdaye.com.geometricweather.R$string: int clear_text_end_icon_content_description -okio.RealBufferedSink: boolean isOpen() -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_contentInsetEnd -androidx.work.R$id: int time -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_99 -io.reactivex.internal.schedulers.ScheduledRunnable: int FUTURE_INDEX -com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Button -androidx.constraintlayout.helper.widget.Flow: void setOrientation(int) -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_barThickness -com.github.rahatarmanahmed.cpv.CircularProgressView$6: void onAnimationUpdate(android.animation.ValueAnimator) -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Subtitle1 -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: java.lang.String LongPhrase -com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_fontStyle -com.google.android.material.textfield.TextInputEditText: com.google.android.material.textfield.TextInputLayout getTextInputLayout() -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton -androidx.hilt.work.R$id: int fragment_container_view_tag -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_switchPadding -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_registerThemeProcessingListener -james.adaptiveicon.R$styleable: int ActionBar_contentInsetStartWithNavigation -android.didikee.donate.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha -okio.Util: void sneakyThrow2(java.lang.Throwable) -androidx.preference.R$id: int action_menu_presenter -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber -com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleGravity -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_WIFI_COMBO_MARGIN_END -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen: java.lang.String Name -com.google.android.material.snackbar.Snackbar$SnackbarLayout: void setOnClickListener(android.view.View$OnClickListener) -wangdaye.com.geometricweather.R$string: int abc_action_bar_home_description -androidx.constraintlayout.widget.R$styleable: int[] ListPopupWindow -com.google.android.material.R$dimen: int mtrl_extended_fab_bottom_padding -io.reactivex.Observable: io.reactivex.Single contains(java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int OnClick_targetId -androidx.activity.R$styleable: int FontFamilyFont_font -wangdaye.com.geometricweather.R$attr: int overlay -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void errorAll(io.reactivex.Observer) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial: AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial() -wangdaye.com.geometricweather.R$layout: int text_view_with_line_height_from_appearance -wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit[] values() -androidx.preference.R$attr: int navigationContentDescription -wangdaye.com.geometricweather.R$id: int action_mode_bar -wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: void setIndicatorPosition(int) -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_shapeAppearance -com.google.android.material.R$drawable: int abc_text_cursor_material -retrofit2.CallAdapter$Factory: java.lang.reflect.Type getParameterUpperBound(int,java.lang.reflect.ParameterizedType) -com.jaredrummler.android.colorpicker.R$color: int material_grey_50 -androidx.appcompat.widget.AppCompatTextView: void setLineHeight(int) -androidx.preference.R$attr: int listLayout -okhttp3.internal.http.HttpDate$1: java.text.DateFormat initialValue() -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void drain() -com.google.android.material.R$attr: int dialogCornerRadius -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_setInteractivity -okhttp3.internal.http1.Http1Codec$ChunkedSource: okhttp3.internal.http1.Http1Codec this$0 -com.google.android.material.floatingactionbutton.FloatingActionButton: void setCompatPressedTranslationZ(float) -okhttp3.Cache: int writeAbortCount -wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_mini_grey -io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: long serialVersionUID -io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: boolean isEmpty() -androidx.preference.R$integer: int status_bar_notification_info_maxnum -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: java.util.concurrent.Callable bufferSupplier -com.turingtechnologies.materialscrollbar.R$color: int design_fab_shadow_start_color -cyanogenmod.externalviews.KeyguardExternalView: KeyguardExternalView(android.content.Context,android.util.AttributeSet) -com.google.android.material.floatingactionbutton.FloatingActionButton: android.content.res.ColorStateList getSupportImageTintList() -cyanogenmod.weather.RequestInfo: int access$602(cyanogenmod.weather.RequestInfo,int) -cyanogenmod.weather.WeatherInfo$1 -james.adaptiveicon.R$layout: int abc_alert_dialog_button_bar_material -com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse -android.didikee.donate.R$id: int beginning -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionBar_TabBar -com.xw.repo.bubbleseekbar.R$style: int Base_V23_Theme_AppCompat_Light -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeWindSpeed() -james.adaptiveicon.R$dimen: int abc_floating_window_z -com.xw.repo.bubbleseekbar.R$color: int highlighted_text_material_light -com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableTransition_android_fromId -androidx.preference.R$attr: int stackFromEnd -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_icon -james.adaptiveicon.R$styleable: int AppCompatTheme_popupWindowStyle -wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation: wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation LEFT -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Imperial: double Value -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.HourlyEntity,long) -com.google.android.material.R$attr: int contentPadding -wangdaye.com.geometricweather.R$styleable: int MockView_mock_labelBackgroundColor -wangdaye.com.geometricweather.R$id: int lastElement -androidx.vectordrawable.animated.R$integer +androidx.appcompat.R$dimen: int tooltip_precise_anchor_extra_offset +com.jaredrummler.android.colorpicker.R$id: int left +androidx.dynamicanimation.R$color: R$color() +androidx.preference.R$style: int Base_Theme_AppCompat_Dialog_FixedSize +androidx.hilt.work.R$id: int accessibility_custom_action_26 +androidx.appcompat.R$dimen: int tooltip_corner_radius +com.google.android.material.R$attr: int thumbColor +wangdaye.com.geometricweather.R$dimen: int abc_action_bar_stacked_tab_max_width +wangdaye.com.geometricweather.R$color: int abc_secondary_text_material_light +androidx.viewpager2.R$id: int accessibility_custom_action_19 +com.google.android.material.R$styleable: int ThemeEnforcement_android_textAppearance +androidx.hilt.work.R$id: int accessibility_custom_action_20 +androidx.vectordrawable.animated.R$dimen: int compat_button_inset_horizontal_material +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours +com.jaredrummler.android.colorpicker.R$drawable: int notification_icon_background +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult: java.util.List DailyForecasts +com.google.android.material.R$styleable: int MotionHelper_onShow +james.adaptiveicon.R$layout: int abc_alert_dialog_material +androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPostStarted(android.app.Activity) +androidx.preference.R$attr: int paddingStart +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintCircleRadius +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum +com.xw.repo.bubbleseekbar.R$attr: int state_above_anchor +cyanogenmod.weather.WeatherInfo: double access$702(cyanogenmod.weather.WeatherInfo,double) +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_thumbTintMode +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonBarButtonStyle +wangdaye.com.geometricweather.R$string: int sp_widget_clock_day_vertical_setting +wangdaye.com.geometricweather.R$styleable: int DialogPreference_android_dialogMessage +okhttp3.EventListener: void dnsEnd(okhttp3.Call,java.lang.String,java.util.List) +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xms +com.google.android.material.R$styleable: int[] RecyclerView +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeThunderstormPrecipitation +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_android_font +io.reactivex.Observable: io.reactivex.Observable throttleWithTimeout(long,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind: AccuDailyResult$DailyForecasts$Day$Wind() +androidx.appcompat.view.menu.MenuPopup +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float total +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Snow: java.lang.String Unit +com.turingtechnologies.materialscrollbar.R$attr: R$attr() +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_editTextBackground +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ActionBar_Primary +wangdaye.com.geometricweather.R$color: int design_default_color_on_secondary +com.bumptech.glide.load.engine.GlideException: com.bumptech.glide.load.Key key +okhttp3.internal.connection.RouteException: void addConnectException(java.io.IOException) +android.didikee.donate.R$attr: int buttonStyle +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionBar_TabView +android.didikee.donate.R$color: int abc_tint_spinner +wangdaye.com.geometricweather.R$color: int primary_text_default_material_dark +androidx.constraintlayout.widget.R$id: int action_bar_activity_content +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item +okhttp3.HttpUrl: java.lang.String fragment() +com.jaredrummler.android.colorpicker.R$attr: int buttonTint +androidx.transition.R$styleable: int GradientColor_android_centerColor +com.xw.repo.bubbleseekbar.R$attr: int actionModeFindDrawable +androidx.appcompat.R$styleable: int AnimatedStateListDrawableTransition_android_reversible +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle +cyanogenmod.providers.CMSettings$Global: int getInt(android.content.ContentResolver,java.lang.String,int) +cyanogenmod.profiles.StreamSettings: StreamSettings(android.os.Parcel) +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: boolean delayError +wangdaye.com.geometricweather.R$attr: int colorOnBackground +wangdaye.com.geometricweather.R$drawable: int abc_list_pressed_holo_dark +com.jaredrummler.android.colorpicker.R$attr: int cpv_dialogTitle +androidx.constraintlayout.widget.R$attr: int waveShape +retrofit2.BuiltInConverters +james.adaptiveicon.R$drawable: int notification_template_icon_bg +com.google.android.material.R$styleable: int ConstraintSet_flow_horizontalGap +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property HourlyForecast +io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable: io.reactivex.Observer child +com.google.gson.FieldNamingPolicy: java.lang.String separateCamelCase(java.lang.String,java.lang.String) +androidx.coordinatorlayout.R$id: int text2 +androidx.preference.R$styleable: int PreferenceTheme_switchPreferenceStyle +com.jaredrummler.android.colorpicker.R$id: int expanded_menu +com.google.android.material.appbar.MaterialToolbar: void setNavigationIconColor(int) +okhttp3.RealCall: okhttp3.RealCall newRealCall(okhttp3.OkHttpClient,okhttp3.Request,boolean) +cyanogenmod.app.IProfileManager: android.app.NotificationGroup[] getNotificationGroups() +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constrainedWidth +android.didikee.donate.R$drawable: int abc_textfield_activated_mtrl_alpha +com.google.android.material.datepicker.MaterialTextInputPicker +com.google.android.material.R$attr: int onHide +com.google.android.material.R$color: int bright_foreground_disabled_material_dark +com.google.android.material.R$drawable: int abc_textfield_search_default_mtrl_alpha +com.google.android.material.R$styleable: int KeyPosition_keyPositionType +androidx.recyclerview.widget.RecyclerView: void setHasFixedSize(boolean) +com.xw.repo.bubbleseekbar.R$color: int abc_tint_default +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilityRain: MfForecastResult$ProbabilityForecast$ProbabilityRain() +android.didikee.donate.R$styleable: int MenuView_android_windowAnimationStyle +wangdaye.com.geometricweather.R$color: int mtrl_tabs_icon_color_selector_colored +wangdaye.com.geometricweather.R$attr: int gapBetweenBars +com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_switch_to_on_mtrl_00001 +android.didikee.donate.R$styleable: int[] MenuItem +androidx.appcompat.R$style: int Base_Widget_AppCompat_Toolbar +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_panelMenuListTheme +okhttp3.ConnectionSpec$Builder: java.lang.String[] cipherSuites +cyanogenmod.externalviews.KeyguardExternalView$9: void run() +retrofit2.BuiltInConverters$VoidResponseBodyConverter: retrofit2.BuiltInConverters$VoidResponseBodyConverter INSTANCE +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_halfExpandedRatio +com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle +cyanogenmod.app.Profile$NotificationLightMode: int ENABLE +androidx.preference.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarWidgetTheme +wangdaye.com.geometricweather.R$drawable: int notif_temp_21 +okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner: java.lang.Object x509TrustManagerExtensions +com.google.android.material.R$styleable: int Layout_layout_constraintBaseline_toBaselineOf +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property UvDescription +wangdaye.com.geometricweather.R$attr: int tickMarkTintMode +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored +androidx.preference.R$styleable: int AppCompatTheme_windowFixedHeightMajor +cyanogenmod.app.StatusBarPanelCustomTile$1: cyanogenmod.app.StatusBarPanelCustomTile[] newArray(int) +io.reactivex.internal.schedulers.ScheduledRunnable: ScheduledRunnable(java.lang.Runnable,io.reactivex.internal.disposables.DisposableContainer) +okhttp3.internal.http2.Http2Connection: long access$200(okhttp3.internal.http2.Http2Connection) +io.reactivex.internal.disposables.EmptyDisposable: io.reactivex.internal.disposables.EmptyDisposable INSTANCE +okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.tls.CertificateChainCleaner buildCertificateChainCleaner(javax.net.ssl.X509TrustManager) +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_top_padding +wangdaye.com.geometricweather.R$string: int daily_overview +cyanogenmod.profiles.BrightnessSettings: boolean isOverride() +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getBootanimationThemePackageName() +android.didikee.donate.R$styleable: int SwitchCompat_android_textOn +com.turingtechnologies.materialscrollbar.R$styleable: int[] CollapsingToolbarLayout_Layout +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: java.lang.Object mLatest +androidx.coordinatorlayout.R$attr: int font +com.google.android.material.R$styleable: int Slider_android_stepSize +com.jaredrummler.android.colorpicker.R$attr: int textColorSearchUrl +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: void otherError(java.lang.Throwable) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorSwitchThumbNormal +androidx.lifecycle.extensions.R$id: int actions +androidx.constraintlayout.widget.R$style: int Animation_AppCompat_Tooltip +okhttp3.HttpUrl$Builder: boolean isDotDot(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int PreferenceImageView_maxWidth +androidx.viewpager.R$dimen: int compat_button_padding_horizontal_material +wangdaye.com.geometricweather.R$attr: int layout_constraintHorizontal_weight +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Wind wind +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver INNER_DISPOSED +androidx.activity.R$integer +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_menuCategory +com.google.android.material.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2 +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorEnabled +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_28 +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: java.lang.Object item +androidx.transition.R$styleable: int GradientColorItem_android_offset +com.google.android.material.slider.RangeSlider: RangeSlider(android.content.Context,android.util.AttributeSet,int) +androidx.preference.R$dimen: int abc_list_item_height_large_material +com.google.android.material.R$styleable: int Transition_duration +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHorizontal_bias +android.didikee.donate.R$attr: int paddingStart +androidx.core.R$attr: int fontProviderFetchStrategy +com.xw.repo.bubbleseekbar.R$styleable: int ActionMode_backgroundSplit +android.didikee.donate.R$styleable: int[] AlertDialog +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: java.lang.String MinutesText +androidx.constraintlayout.widget.R$styleable: int[] GradientColorItem +androidx.fragment.R$color: int notification_icon_bg_color +wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableItem_android_drawable +com.google.android.material.textfield.TextInputLayout: void removeOnEndIconChangedListener(com.google.android.material.textfield.TextInputLayout$OnEndIconChangedListener) +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: long serialVersionUID +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade RealFeelTemperatureShade +com.google.android.material.slider.RangeSlider: float getMinSeparation() +okio.Buffer: boolean rangeEquals(long,okio.ByteString) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_firstVerticalStyle +wangdaye.com.geometricweather.R$style: int Preference_DialogPreference_Material +okhttp3.Request$Builder: okhttp3.Request$Builder put(okhttp3.RequestBody) +com.jaredrummler.android.colorpicker.R$style: int Platform_ThemeOverlay_AppCompat_Dark +androidx.constraintlayout.motion.widget.MotionLayout: int[] getConstraintSetIds() +james.adaptiveicon.R$dimen: int abc_dialog_padding_material +androidx.appcompat.R$string: int abc_shareactionprovider_share_with +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: boolean isDisposed() +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxStrokeErrorColor +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Wind +com.google.android.material.card.MaterialCardView: void setCardElevation(float) +com.turingtechnologies.materialscrollbar.R$attr: int actionModeStyle +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_transformPivotY +okhttp3.internal.cache2.Relay: okio.Source upstream +james.adaptiveicon.R$styleable: int[] Spinner +androidx.constraintlayout.widget.R$styleable: int FontFamily_fontProviderPackage +com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_font +okio.RealBufferedSource: void readFully(byte[]) +androidx.customview.view.AbsSavedState: android.os.Parcelable$Creator CREATOR +okhttp3.FormBody: FormBody(java.util.List,java.util.List) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setDate(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_circularInset +cyanogenmod.externalviews.ExternalView$2: cyanogenmod.externalviews.ExternalView this$0 +wangdaye.com.geometricweather.R$attr: int layout_constraintWidth_max +androidx.work.R$dimen: int notification_large_icon_height +okhttp3.OkHttpClient$Builder: javax.net.ssl.SSLSocketFactory sslSocketFactory +cyanogenmod.themes.IThemeProcessingListener$Stub$Proxy: android.os.IBinder mRemote +androidx.vectordrawable.R$styleable: int ColorStateListItem_alpha +com.google.android.material.chip.Chip: void setBackgroundDrawable(android.graphics.drawable.Drawable) +androidx.constraintlayout.widget.R$styleable: int MenuView_android_itemIconDisabledAlpha +cyanogenmod.themes.ThemeChangeRequest$Builder: ThemeChangeRequest$Builder(android.content.res.ThemeConfig) +wangdaye.com.geometricweather.R$attr: int dotDiameter +okio.RealBufferedSource: java.lang.String readString(long,java.nio.charset.Charset) +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ProgressBar +com.google.android.material.R$drawable: int abc_ic_go_search_api_material +wangdaye.com.geometricweather.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog +com.turingtechnologies.materialscrollbar.R$attr: int closeIconVisible +okhttp3.OkHttpClient: okhttp3.Dns dns() +com.google.android.material.R$dimen: int abc_text_size_medium_material +cyanogenmod.weather.ICMWeatherManager$Stub: int TRANSACTION_cancelRequest +com.jaredrummler.android.colorpicker.R$id: int tag_unhandled_key_event_manager +com.google.android.material.button.MaterialButtonToggleGroup: int getVisibleButtonCount() +wangdaye.com.geometricweather.R$color: int darkPrimary_1 +cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy: android.os.IBinder asBinder() +wangdaye.com.geometricweather.R$attr: int motionProgress +wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.lang.String getLunar() +wangdaye.com.geometricweather.R$string: int feedback_search_nothing +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_21 +wangdaye.com.geometricweather.R$style: int Platform_V25_AppCompat +com.jaredrummler.android.colorpicker.R$drawable: int abc_text_select_handle_middle_mtrl_light +com.turingtechnologies.materialscrollbar.R$styleable: int ScrollingViewBehavior_Layout_behavior_overlapTop +androidx.appcompat.R$style: int Theme_AppCompat_Dialog_Alert +androidx.constraintlayout.widget.R$attr: int buttonTint +wangdaye.com.geometricweather.R$dimen: int mtrl_navigation_item_shape_horizontal_margin +androidx.constraintlayout.widget.R$styleable: int ActionBar_subtitle +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeIcePrecipitationDuration +okio.RealBufferedSink: okio.BufferedSink emit() +androidx.hilt.R$styleable: int GradientColor_android_endColor +androidx.hilt.R$dimen: int notification_small_icon_background_padding +androidx.appcompat.R$style: int Theme_AppCompat_DialogWhenLarge +cyanogenmod.app.ICMStatusBarManager: void registerListener(cyanogenmod.app.ICustomTileListener,android.content.ComponentName,int) +io.reactivex.exceptions.CompositeException: java.lang.Throwable getRootCause(java.lang.Throwable) +com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_preserveIconSpacing +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: void subscribe(io.reactivex.ObservableSource[],int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric: double Value +androidx.appcompat.R$color: int primary_text_disabled_material_light +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: long serialVersionUID +com.jaredrummler.android.colorpicker.R$attr: int titleTextStyle +com.xw.repo.bubbleseekbar.R$id: int up +androidx.lifecycle.LiveData: void setValue(java.lang.Object) +retrofit2.Utils: java.lang.String typeToString(java.lang.reflect.Type) +androidx.preference.R$style: int Base_Widget_AppCompat_AutoCompleteTextView +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintCircleAngle +androidx.constraintlayout.widget.R$drawable: int abc_popup_background_mtrl_mult +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: int val$width +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum Maximum +wangdaye.com.geometricweather.R$attr: int boxCornerRadiusTopStart +wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerFamilyTopRight +com.google.android.material.R$attr: int rangeFillColor +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setHourlyForecast(java.lang.String) +wangdaye.com.geometricweather.R$attr: int layout_editor_absoluteY +com.jaredrummler.android.colorpicker.NestedGridView: NestedGridView(android.content.Context,android.util.AttributeSet) +cyanogenmod.hardware.IThermalListenerCallback$Stub: android.os.IBinder asBinder() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Metric Metric +wangdaye.com.geometricweather.R$styleable: int AppBarLayoutStates_state_lifted +androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_translationX +wangdaye.com.geometricweather.R$attr: int summaryOff +androidx.viewpager2.R$id: int accessibility_custom_action_22 +com.google.gson.JsonParseException: long serialVersionUID +cyanogenmod.app.IProfileManager: android.app.NotificationGroup getNotificationGroup(android.os.ParcelUuid) +com.google.android.material.R$styleable: int KeyTimeCycle_waveOffset +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_helperTextTextAppearance +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_alpha +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float getO3() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int IceProbability +okhttp3.OkHttpClient: javax.net.SocketFactory socketFactory +com.google.android.material.R$styleable: int AppCompatTheme_tooltipForegroundColor +com.google.android.material.R$attr: int materialAlertDialogTitleTextStyle +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeRainPrecipitation(java.lang.Float) +androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_translationX +androidx.lifecycle.extensions.R$styleable: int FragmentContainerView_android_name +androidx.constraintlayout.widget.R$attr: int searchHintIcon +androidx.viewpager2.R$dimen: int notification_small_icon_background_padding +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String no2Desc +androidx.hilt.work.R$layout: int notification_template_part_chronometer +org.greenrobot.greendao.AbstractDaoSession: void update(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$drawable: R$drawable() +android.didikee.donate.R$styleable: int Toolbar_buttonGravity +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: java.lang.String getUnit() +com.jaredrummler.android.colorpicker.R$layout: int abc_list_menu_item_radio +androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_alpha +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: int[] getVibratorIntensity() +okio.Options: int intCount(okio.Buffer) +androidx.coordinatorlayout.R$drawable: int notify_panel_notification_icon_bg +com.google.android.material.bottomnavigation.BottomNavigationItemView: BottomNavigationItemView(android.content.Context) +androidx.legacy.coreutils.R$layout: R$layout() +androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge +okhttp3.Credentials: java.lang.String basic(java.lang.String,java.lang.String) +androidx.preference.R$drawable: int abc_list_selector_background_transition_holo_dark +com.xw.repo.bubbleseekbar.R$dimen: int notification_media_narrow_margin +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$2: void run() +androidx.viewpager2.R$color: R$color() +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property TotalPrecipitationProbability +retrofit2.KotlinExtensions$awaitResponse$$inlined$suspendCancellableCoroutine$lambda$1 +com.google.android.material.R$styleable: int[] SwitchCompat +androidx.appcompat.R$drawable: int abc_text_cursor_material +com.jaredrummler.android.colorpicker.R$color: int material_blue_grey_800 +androidx.constraintlayout.widget.R$id: int tag_transition_group +okhttp3.Cookie$Builder: okhttp3.Cookie$Builder value(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintCircleAngle +com.google.android.material.textfield.TextInputLayout: int getBoxStrokeWidth() +wangdaye.com.geometricweather.R$animator: int weather_clear_day_2 +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit KGFPSQCM +com.google.android.material.R$dimen: int mtrl_calendar_action_confirm_button_min_width +androidx.hilt.R$dimen: int notification_top_pad_large_text +cyanogenmod.providers.DataUsageContract: int COLUMN_OF_EXTRA +com.google.android.material.tabs.TabLayout: int getSelectedTabPosition() +androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_DESTROY +com.google.android.material.R$styleable: int NavigationView_itemShapeInsetStart +androidx.preference.R$id: int list_item +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: long serialVersionUID +com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun: AccuDailyResult$DailyForecasts$Sun() +android.didikee.donate.R$attr: int actionModeCutDrawable +io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.Function,java.util.concurrent.Callable) +android.didikee.donate.R$style: int Base_Widget_AppCompat_RatingBar +com.jaredrummler.android.colorpicker.R$string: int abc_activitychooserview_choose_application +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: org.reactivestreams.Subscription upstream +io.reactivex.internal.util.EmptyComponent: void onError(java.lang.Throwable) +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: long serialVersionUID +com.google.android.material.datepicker.RangeDateSelector: android.os.Parcelable$Creator CREATOR +com.google.android.material.R$id: int jumpToEnd +com.jaredrummler.android.colorpicker.R$attr: int allowDividerAbove +okio.Timeout$1: okio.Timeout deadlineNanoTime(long) +android.didikee.donate.R$styleable: int ActionBarLayout_android_layout_gravity +wangdaye.com.geometricweather.R$layout: int item_weather_daily_value +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse +android.didikee.donate.R$bool: int abc_action_bar_embed_tabs +wangdaye.com.geometricweather.R$dimen: int mtrl_badge_with_text_radius +androidx.constraintlayout.widget.R$styleable: int Toolbar_contentInsetEndWithActions +io.reactivex.internal.operators.observable.ObservableGroupBy$State: java.lang.Throwable error +androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPrePaused(android.app.Activity) +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.ChineseCityEntity,long) +cyanogenmod.providers.CMSettings$System: java.lang.String VOLUME_KEYS_CONTROL_RING_STREAM +cyanogenmod.providers.CMSettings$Global: long getLongForUser(android.content.ContentResolver,java.lang.String,long,int) +androidx.appcompat.R$drawable: int abc_list_longpressed_holo +wangdaye.com.geometricweather.R$styleable: int Preference_summary +androidx.activity.R$dimen: int notification_small_icon_background_padding +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: boolean offer(java.lang.Object,java.lang.Object) +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void drainLoop() +wangdaye.com.geometricweather.R$styleable: int MenuItem_numericModifiers +androidx.work.R$id: int accessibility_custom_action_4 +wangdaye.com.geometricweather.R$styleable: int[] CircularProgressView +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: ObservableConcatWithMaybe$ConcatWithObserver(io.reactivex.Observer,io.reactivex.MaybeSource) +wangdaye.com.geometricweather.R$styleable: int Constraint_android_rotationY +wangdaye.com.geometricweather.R$color: int mtrl_popupmenu_overlay_color +okhttp3.logging.LoggingEventListener: void responseBodyEnd(okhttp3.Call,long) +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_explanation +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() +com.google.android.material.R$color: int abc_secondary_text_material_dark +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox +com.google.android.material.R$styleable: int ConstraintSet_android_minWidth +androidx.cardview.widget.CardView: CardView(android.content.Context) +com.jaredrummler.android.colorpicker.ColorPreferenceCompat: void setOnShowDialogListener(com.jaredrummler.android.colorpicker.ColorPreferenceCompat$OnShowDialogListener) +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_divider +androidx.hilt.lifecycle.R$styleable: int Fragment_android_tag +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_creator +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void cancelSources() +com.jaredrummler.android.colorpicker.R$styleable: int ButtonBarLayout_allowStacking +androidx.lifecycle.extensions.R$color +androidx.constraintlayout.widget.R$layout: int abc_action_bar_title_item +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float pm10 +androidx.appcompat.widget.ActionBarOverlayLayout: void setShowingForActionMode(boolean) +android.didikee.donate.R$style: int Theme_AppCompat_DayNight +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$LocalSource LocalSource +androidx.hilt.work.R$attr: int ttcIndex +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: java.lang.Integer getCloudCover() +james.adaptiveicon.R$styleable: int TextAppearance_android_textFontWeight +com.turingtechnologies.materialscrollbar.R$attr: int tabMaxWidth +androidx.recyclerview.R$id: int tag_accessibility_clickable_spans +androidx.appcompat.R$color: int material_blue_grey_800 +wangdaye.com.geometricweather.R$style: int Base_V28_Theme_AppCompat_Light +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeThunderstormPrecipitationDuration +com.google.android.material.R$attr: int state_liftable +android.didikee.donate.R$id: int right_icon +retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: boolean terminated +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String FORECAST_LOW +com.turingtechnologies.materialscrollbar.R$styleable: int[] AppCompatImageView +androidx.core.R$id: int tag_unhandled_key_event_manager +android.didikee.donate.R$drawable: int abc_spinner_textfield_background_material +androidx.activity.R$attr: int fontVariationSettings +androidx.appcompat.widget.SearchView: void setQueryRefinementEnabled(boolean) +androidx.vectordrawable.R$dimen: int compat_button_padding_vertical_material +androidx.preference.R$attr: int windowFixedWidthMinor +io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function6) +retrofit2.RequestFactory$Builder: okhttp3.MediaType contentType +okhttp3.internal.tls.DistinguishedNameParser: char getUTF8() +com.google.android.material.R$styleable: int TextAppearance_android_shadowRadius +com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar +okhttp3.internal.http2.Http2Stream$FramingSource +androidx.transition.R$dimen: int notification_large_icon_height +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String ICON_PREVIEW_1 +androidx.viewpager.R$attr: int fontProviderAuthority +io.reactivex.observers.TestObserver$EmptyObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_startIconCheckable +androidx.appcompat.resources.R$id: int accessibility_custom_action_0 +com.turingtechnologies.materialscrollbar.R$attr: int allowStacking +com.jaredrummler.android.colorpicker.R$id: int search_plate +androidx.hilt.R$anim: int fragment_open_enter +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_TopLeftCut +androidx.appcompat.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +okhttp3.internal.tls.DistinguishedNameParser: java.lang.String escapedAV() +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_second_track_color +okhttp3.MultipartBody: okhttp3.MediaType FORM +cyanogenmod.weatherservice.IWeatherProviderServiceClient: void setServiceRequestState(cyanogenmod.weather.RequestInfo,cyanogenmod.weatherservice.ServiceRequestResult,int) +com.google.android.material.switchmaterial.SwitchMaterial: SwitchMaterial(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonStyle +wangdaye.com.geometricweather.common.ui.widgets.TagView +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$Geometry: MfForecastV2Result$Geometry() +wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String getProvince() androidx.preference.R$drawable: int abc_text_select_handle_right_mtrl_dark -cyanogenmod.weather.WeatherInfo: int mWindSpeedUnit +com.google.android.material.internal.ForegroundLinearLayout: int getForegroundGravity() +retrofit2.Response: okhttp3.Response raw() +androidx.swiperefreshlayout.R$styleable: int[] ColorStateListItem +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse +androidx.viewpager2.R$id: int normal +androidx.fragment.R$id: int visible_removing_fragment_view_tag +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer getApparentTemperature() +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor[] values() +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Button_Borderless +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getSo2() +com.google.android.material.appbar.AppBarLayout +com.google.android.material.R$drawable: int abc_textfield_activated_mtrl_alpha +wangdaye.com.geometricweather.R$styleable: int Constraint_android_maxWidth +android.didikee.donate.R$anim: int abc_slide_out_bottom +wangdaye.com.geometricweather.R$drawable: int abc_tab_indicator_material +com.google.android.material.R$attr: int animationMode +okhttp3.internal.http2.Http2Codec: void writeRequestHeaders(okhttp3.Request) +cyanogenmod.app.CustomTile$ExpandedStyle: CustomTile$ExpandedStyle(android.os.Parcel,cyanogenmod.app.CustomTile$1) +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_contentInsetLeft +com.google.android.material.R$attr: int showTitle +androidx.cardview.R$attr: int cardMaxElevation +wangdaye.com.geometricweather.R$styleable: int[] PopupWindow +wangdaye.com.geometricweather.R$styleable: int ActionBar_height +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ListView_DropDown +wangdaye.com.geometricweather.R$dimen: int highlight_alpha_material_colored +james.adaptiveicon.R$drawable: int abc_scrubber_track_mtrl_alpha +android.didikee.donate.R$style: int ThemeOverlay_AppCompat_Dialog_Alert +com.google.android.material.R$layout: int select_dialog_multichoice_material +androidx.constraintlayout.widget.R$string: int abc_action_bar_up_description +com.google.android.material.internal.BaselineLayout: BaselineLayout(android.content.Context) +com.xw.repo.bubbleseekbar.R$drawable: int tooltip_frame_dark +wangdaye.com.geometricweather.R$dimen: int default_drawer_width +wangdaye.com.geometricweather.R$drawable: int mtrl_dropdown_arrow +androidx.constraintlayout.widget.R$id: int right_icon +androidx.preference.R$styleable: int SwitchPreference_android_summaryOff +wangdaye.com.geometricweather.R$dimen: int notification_big_circle_margin +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_AES_256_GCM_SHA384 +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setTrimPathEnd(float) +james.adaptiveicon.R$drawable: int notification_icon_background +androidx.preference.R$styleable: int MenuView_preserveIconSpacing +androidx.vectordrawable.animated.R$styleable: int[] GradientColorItem +okhttp3.internal.http2.Http2Stream$FramingSource: long read(okio.Buffer,long) +com.jaredrummler.android.colorpicker.R$anim: R$anim() +com.xw.repo.bubbleseekbar.R$id: int normal +android.didikee.donate.R$style: int Base_Widget_AppCompat_Spinner_Underlined +cyanogenmod.externalviews.ExternalViewProviderService$Provider: void onStart() +cyanogenmod.providers.CMSettings$Secure: boolean putStringForUser(android.content.ContentResolver,java.lang.String,java.lang.String,int) +cyanogenmod.weather.RequestInfo: boolean access$702(cyanogenmod.weather.RequestInfo,boolean) +com.google.android.material.bottomnavigation.BottomNavigationItemView: int getItemPosition() +android.didikee.donate.R$drawable: int abc_ratingbar_indicator_material +com.google.android.material.R$interpolator +com.google.android.material.circularreveal.CircularRevealLinearLayout: CircularRevealLinearLayout(android.content.Context) +com.jaredrummler.android.colorpicker.R$id: int progress_horizontal +io.reactivex.internal.observers.DeferredScalarObserver: void dispose() +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_AutoCompleteTextView +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow +com.google.android.material.R$color: int mtrl_btn_bg_color_selector +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.String weatherIcon +io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: io.reactivex.Observer downstream +okhttp3.OkHttpClient$Builder: java.util.List interceptors +androidx.lifecycle.LifecycleRegistry: void moveToState(androidx.lifecycle.Lifecycle$State) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_78 +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar +cyanogenmod.app.ILiveLockScreenManagerProvider: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() +cyanogenmod.weather.IRequestInfoListener$Stub$Proxy: android.os.IBinder asBinder() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatImageView_tintMode +wangdaye.com.geometricweather.R$string: int content_des_delete_flag +com.jaredrummler.android.colorpicker.R$string: int abc_action_mode_done +wangdaye.com.geometricweather.common.basic.models.weather.Astro: java.lang.String getRiseTime(android.content.Context) +io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter +androidx.appcompat.R$style: int Theme_AppCompat_Light_Dialog_Alert +com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog +com.jaredrummler.android.colorpicker.R$attr: int barLength +wangdaye.com.geometricweather.R$string: int pressure +okhttp3.internal.tls.BasicTrustRootIndex: java.security.cert.X509Certificate findByIssuerAndSignature(java.security.cert.X509Certificate) +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_horizontalAlign +androidx.hilt.lifecycle.R$anim +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_width +com.bumptech.glide.integration.okhttp.R$styleable: int[] FontFamily +androidx.appcompat.widget.AppCompatTextView: void setLastBaselineToBottomHeight(int) +com.xw.repo.bubbleseekbar.R$styleable: int ActionMode_background +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceListItem +androidx.appcompat.R$styleable: int AppCompatTheme_actionBarTabTextStyle +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_android_textOff +androidx.fragment.R$styleable: int GradientColor_android_tileMode +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.String TABLENAME +androidx.loader.R$styleable: int FontFamilyFont_android_fontStyle +wangdaye.com.geometricweather.common.ui.widgets.DrawerLayout: void setProgress(float) +com.google.android.material.R$styleable: int PopupWindow_android_popupAnimationStyle +retrofit2.ParameterHandler$FieldMap: retrofit2.Converter valueConverter +androidx.appcompat.widget.ActionBarContextView: void setVisibility(int) +okhttp3.internal.ws.RealWebSocket$2: okhttp3.internal.ws.RealWebSocket this$0 +wangdaye.com.geometricweather.R$integer: int mtrl_btn_anim_delay_ms +androidx.preference.R$attr: int barLength +okio.Source: okio.Timeout timeout() +androidx.work.WorkInfo$State: boolean isFinished() +androidx.drawerlayout.R$styleable: int ColorStateListItem_android_color +android.didikee.donate.R$attr: int actionModeSelectAllDrawable +androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type CONSTANT +okhttp3.Headers$Builder: okhttp3.Headers$Builder add(java.lang.String) +androidx.appcompat.resources.R$color: int ripple_material_light +com.google.android.material.slider.Slider: void setThumbStrokeColor(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$styleable: int[] MaterialTextAppearance +cyanogenmod.providers.CMSettings$System: java.lang.String KEY_HOME_LONG_PRESS_ACTION +android.didikee.donate.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle +james.adaptiveicon.R$dimen: int abc_action_button_min_height_material +androidx.hilt.work.R$color: R$color() +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Display2 +wangdaye.com.geometricweather.R$id: int dialog_location_help_providerContainer +androidx.appcompat.R$style: int Base_V28_Theme_AppCompat +androidx.swiperefreshlayout.R$style: int TextAppearance_Compat_Notification_Line2 +androidx.constraintlayout.widget.R$attr: int thickness +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Metric: AccuCurrentResult$RealFeelTemperature$Metric() +wangdaye.com.geometricweather.R$string: int feedback_black_text +wangdaye.com.geometricweather.R$drawable: int weather_hail_mini_grey +wangdaye.com.geometricweather.R$styleable: int Chip_android_textSize +cyanogenmod.app.ICMTelephonyManager: void setDefaultSmsSub(int) +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color: int Green +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_splitTrack +cyanogenmod.app.IPartnerInterface: boolean setZenMode(int) +androidx.appcompat.R$drawable: int abc_list_divider_mtrl_alpha +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: void cancelSources() +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_centerY +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_14 +wangdaye.com.geometricweather.R$attr: int actionModePopupWindowStyle +okio.BufferedSource +io.reactivex.Observable: io.reactivex.Observable concatMapMaybe(io.reactivex.functions.Function,int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Direction Direction +wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayVerticalProvider: WidgetClockDayVerticalProvider() +okhttp3.internal.cache2.FileOperator: FileOperator(java.nio.channels.FileChannel) +androidx.legacy.coreutils.R$styleable: int GradientColor_android_centerColor +okio.Pipe$PipeSink: okio.Timeout timeout() +com.jaredrummler.android.colorpicker.R$attr: int controlBackground +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_creator +retrofit2.Utils: java.lang.reflect.Type getSupertype(java.lang.reflect.Type,java.lang.Class,java.lang.Class) +androidx.vectordrawable.R$attr: int ttcIndex +com.jaredrummler.android.colorpicker.R$styleable: int[] Preference +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModePopupWindowStyle +cyanogenmod.app.ProfileGroup$Mode: ProfileGroup$Mode(java.lang.String,int) +com.google.android.material.R$id: int action_divider +wangdaye.com.geometricweather.R$string: int key_text_color +androidx.recyclerview.R$id: int accessibility_custom_action_20 +wangdaye.com.geometricweather.R$id: int item_card_display +wangdaye.com.geometricweather.common.ui.activities.AlertActivity +com.turingtechnologies.materialscrollbar.R$styleable: int[] Chip +androidx.loader.R$styleable: int FontFamily_fontProviderFetchStrategy +com.google.android.material.textfield.TextInputLayout: float getBoxCornerRadiusBottomStart() +androidx.constraintlayout.widget.R$layout: int notification_action +retrofit2.OkHttpCall$ExceptionCatchingResponseBody: long contentLength() +androidx.constraintlayout.widget.R$attr: int touchAnchorId +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean isDisposed() +androidx.constraintlayout.widget.R$anim: int abc_slide_out_top +androidx.appcompat.R$drawable: int abc_ic_star_half_black_48dp +com.github.rahatarmanahmed.cpv.CircularProgressView: android.graphics.RectF bounds +com.jaredrummler.android.colorpicker.R$dimen: int hint_pressed_alpha_material_dark +wangdaye.com.geometricweather.R$styleable: int Variant_region_heightMoreThan +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Display1 +wangdaye.com.geometricweather.R$color: int colorRoot_light +wangdaye.com.geometricweather.R$styleable: int ChipGroup_checkedChip +com.jaredrummler.android.colorpicker.R$layout: int cpv_preference_circle +io.reactivex.Observable: io.reactivex.observables.ConnectableObservable publish() +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow +io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: java.lang.Object leaveTransform(java.lang.Object) +androidx.viewpager2.R$string: R$string() +com.google.android.material.R$drawable: int abc_scrubber_control_off_mtrl_alpha +cyanogenmod.power.IPerformanceManager$Stub$Proxy: int getNumberOfProfiles() +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Region Region +cyanogenmod.externalviews.KeyguardExternalView$2: cyanogenmod.externalviews.KeyguardExternalView this$0 +cyanogenmod.providers.ThemesContract$ThemesColumns: ThemesContract$ThemesColumns() +androidx.appcompat.R$id: int blocking +james.adaptiveicon.R$style: int Widget_AppCompat_Spinner_Underlined +com.turingtechnologies.materialscrollbar.R$attr: int switchStyle +com.google.android.material.tabs.TabLayout: void setOnTabSelectedListener(com.google.android.material.tabs.TabLayout$OnTabSelectedListener) +androidx.preference.R$color: int background_material_light +com.google.android.material.R$attr: int touchRegionId +androidx.constraintlayout.widget.R$styleable: int OnSwipe_maxAcceleration +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_5 +com.google.android.material.button.MaterialButton: void setIconResource(int) +okio.ByteString: int compareTo(java.lang.Object) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ImageButton +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setAnimationMode(int) +androidx.lifecycle.SavedStateHandle: androidx.savedstate.SavedStateRegistry$SavedStateProvider mSavedStateProvider +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData: LiveDataReactiveStreams$PublisherLiveData(org.reactivestreams.Publisher) +io.reactivex.internal.util.VolatileSizeArrayList: int lastIndexOf(java.lang.Object) +wangdaye.com.geometricweather.R$attr: int chipSpacingVertical +cyanogenmod.app.Profile$NotificationLightMode: Profile$NotificationLightMode() +okhttp3.CertificatePinner: java.lang.String pin(java.security.cert.Certificate) +retrofit2.BuiltInConverters$BufferingResponseBodyConverter: java.lang.Object convert(java.lang.Object) +wangdaye.com.geometricweather.R$drawable: int abc_spinner_textfield_background_material +com.google.android.material.R$style: int Base_V21_Theme_AppCompat_Light +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textColorAlertDialogListItem +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_content_inset_material +cyanogenmod.app.ProfileGroup: int mNameResId +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours: AccuCurrentResult$PrecipitationSummary$Past3Hours() +wangdaye.com.geometricweather.R$styleable: int Chip_closeIconVisible +com.google.android.material.R$styleable: int[] MaterialAlertDialogTheme +cyanogenmod.platform.Manifest$permission: java.lang.String WRITE_ALARMS +com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getHaloTintList() +wangdaye.com.geometricweather.R$plurals +retrofit2.Retrofit: java.util.concurrent.Executor callbackExecutor +com.xw.repo.bubbleseekbar.R$style: int Base_V21_Theme_AppCompat_Dialog +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier +androidx.preference.R$styleable: int SearchView_android_imeOptions +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: java.util.concurrent.atomic.AtomicLong index +androidx.preference.R$id: int accessibility_custom_action_3 +com.google.android.material.R$styleable: int OnSwipe_nestedScrollFlags okhttp3.internal.tls.OkHostnameVerifier: okhttp3.internal.tls.OkHostnameVerifier INSTANCE -okhttp3.Cookie: java.lang.String name() -androidx.hilt.R$dimen: int compat_button_inset_vertical_material -james.adaptiveicon.R$id: int right_side -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_SeekBar -android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat_Light -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ListPopupWindow -androidx.core.os.CancellationSignal -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_PLAY_QUEUE_VALIDATOR -com.google.android.material.R$styleable: int Slider_thumbColor -cyanogenmod.externalviews.ExternalViewProviderService$Provider: void onAttach() -com.google.android.material.slider.RangeSlider: void setThumbElevationResource(int) -cyanogenmod.profiles.AirplaneModeSettings$1: cyanogenmod.profiles.AirplaneModeSettings[] newArray(int) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu -wangdaye.com.geometricweather.R$xml: int cm_weather_provider_options -com.google.android.material.R$attr: int onCross -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: java.lang.Integer alti -com.google.android.material.slider.Slider: void setTrackTintList(android.content.res.ColorStateList) -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_Switch -okhttp3.internal.http2.Http2Reader$Handler: void goAway(int,okhttp3.internal.http2.ErrorCode,okio.ByteString) -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem -com.google.android.material.R$styleable: int SearchView_queryHint -androidx.constraintlayout.widget.R$id: int staticLayout -androidx.appcompat.widget.SearchView: int getInputType() -com.jaredrummler.android.colorpicker.R$id: int buttonPanel -cyanogenmod.util.ColorUtils: double[] sColorTable -wangdaye.com.geometricweather.background.receiver.widget.AbstractWidgetProvider -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver -okhttp3.EventListener: void responseBodyEnd(okhttp3.Call,long) -androidx.constraintlayout.widget.R$dimen: int compat_button_padding_vertical_material -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer getDegreeDayTemperature() -io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: long remaining -retrofit2.adapter.rxjava2.ResultObservable$ResultObserver -androidx.appcompat.R$id: int default_activity_button -androidx.preference.R$style: int PreferenceThemeOverlay_v14 -com.xw.repo.bubbleseekbar.R$styleable: int[] SearchView -wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Id -androidx.constraintlayout.widget.R$styleable: int[] AppCompatTextHelper -androidx.appcompat.resources.R$styleable: int FontFamilyFont_ttcIndex -com.turingtechnologies.materialscrollbar.R$attr: int fastScrollVerticalThumbDrawable -wangdaye.com.geometricweather.R$color: int colorRoot -okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.lang.String PUBLIC_SUFFIX_RESOURCE -wangdaye.com.geometricweather.R$dimen: int abc_floating_window_z -com.google.android.material.R$string: int mtrl_picker_toggle_to_day_selection -cyanogenmod.providers.CMSettings$System: java.lang.String HOME_WAKE_SCREEN -androidx.appcompat.widget.AppCompatImageButton: void setSupportBackgroundTintList(android.content.res.ColorStateList) -com.jaredrummler.android.colorpicker.R$layout: int notification_template_custom_big -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_logoDescription -com.github.rahatarmanahmed.cpv.CircularProgressView: java.util.List listeners -androidx.preference.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void innerComplete() -wangdaye.com.geometricweather.R$animator: int weather_haze_3 -okhttp3.internal.ws.RealWebSocket: void loopReader() -com.turingtechnologies.materialscrollbar.MaterialScrollBar: float getHideRatio() -wangdaye.com.geometricweather.R$attr: int actionModeFindDrawable -james.adaptiveicon.R$color: int highlighted_text_material_light -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getNotificationThemePackageName() -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: PrecipitationProbability(java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float) -james.adaptiveicon.R$id: int italic -wangdaye.com.geometricweather.R$attr: int selectionRequired -cyanogenmod.app.CustomTileListenerService: CustomTileListenerService() -cyanogenmod.app.ProfileGroup: android.net.Uri mSoundOverride -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_week_3 -androidx.preference.R$attr: int lastBaselineToBottomHeight -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_textLocale -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric: java.lang.String Unit -okhttp3.internal.http.HttpMethod: boolean redirectsToGet(java.lang.String) -cyanogenmod.profiles.StreamSettings$1: cyanogenmod.profiles.StreamSettings createFromParcel(android.os.Parcel) -com.google.android.material.R$style: int Base_Widget_MaterialComponents_ProgressIndicator_Circular -wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_trendRecyclerView -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_large_material -com.google.android.material.R$attr: int navigationContentDescription -com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_animSyncDuration -androidx.appcompat.R$styleable: int AppCompatTheme_buttonStyleSmall -okhttp3.CacheControl: okhttp3.CacheControl FORCE_NETWORK -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_113 -cyanogenmod.profiles.ConnectionSettings: java.lang.String EXTRA_SUB_ID -okhttp3.HttpUrl: okhttp3.HttpUrl get(java.net.URL) -com.google.android.material.R$attr: int titleTextColor -androidx.fragment.R$id: int icon_group -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: io.reactivex.ObservableEmitter serialize() -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer wetBulbTemperature -androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver -wangdaye.com.geometricweather.R$attr: int tabPaddingEnd -com.google.android.material.R$styleable: int Constraint_barrierDirection -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX getAqi() -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer realFeelShaderTemperature -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: boolean done -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_minWidth -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: void setEn_US(java.lang.String) -cyanogenmod.app.CustomTile$ExpandedStyle: CustomTile$ExpandedStyle(cyanogenmod.app.CustomTile$1) -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setRequestType(cyanogenmod.themes.ThemeChangeRequest$RequestType) -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle -androidx.customview.R$id: int text -androidx.constraintlayout.widget.R$id: int chronometer -androidx.customview.R$styleable: int FontFamilyFont_fontVariationSettings -com.google.android.material.R$styleable: int SwitchCompat_showText -androidx.constraintlayout.widget.R$attr: int initialActivityCount -androidx.preference.R$drawable: int btn_radio_off_mtrl -androidx.constraintlayout.utils.widget.ImageFilterButton: void setBrightness(float) -okhttp3.internal.http.StatusLine: java.lang.String message -android.didikee.donate.R$attr: int actionProviderClass -androidx.recyclerview.R$drawable: int notification_action_background -io.reactivex.Observable: io.reactivex.disposables.Disposable subscribe(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer,io.reactivex.functions.Action,io.reactivex.functions.Consumer) -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dropdownitem_text_padding_right -wangdaye.com.geometricweather.R$attr: int colorOnPrimarySurface -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHeight_min -com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_cursor_material -wangdaye.com.geometricweather.R$styleable: int BottomAppBar_backgroundTint -android.didikee.donate.R$id: int right_icon -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWeatherCode -androidx.preference.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset -android.didikee.donate.R$styleable: int Toolbar_collapseContentDescription -com.google.android.material.R$style: int Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert -james.adaptiveicon.R$styleable: int FontFamilyFont_ttcIndex -james.adaptiveicon.R$attr: int tickMarkTint -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableTopCompat -okhttp3.RequestBody$3: okhttp3.MediaType contentType() -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: boolean isDisposed() -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_DarkActionBar_Bridge -cyanogenmod.app.Profile$1: java.lang.Object[] newArray(int) -androidx.preference.R$attr: int switchPadding -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.WeatherEntityDao getWeatherEntityDao() -wangdaye.com.geometricweather.R$id: int contentPanel -com.turingtechnologies.materialscrollbar.R$styleable: int[] ColorStateListItem -io.reactivex.internal.util.AtomicThrowable: java.lang.Throwable terminate() -wangdaye.com.geometricweather.db.entities.AlertEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) -androidx.appcompat.resources.R$styleable: int FontFamily_fontProviderAuthority -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionButton -io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: io.reactivex.disposables.Disposable upstream -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_expanded -com.jaredrummler.android.colorpicker.R$dimen: int tooltip_horizontal_padding -com.xw.repo.bubbleseekbar.R$styleable: int CompoundButton_buttonCompat -com.xw.repo.bubbleseekbar.R$attr: int tooltipText -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginEnd -cyanogenmod.app.ProfileGroup$Mode: cyanogenmod.app.ProfileGroup$Mode DEFAULT -com.google.android.material.R$styleable: int[] MenuItem -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Bridge -okhttp3.internal.http.RetryAndFollowUpInterceptor: void cancel() -retrofit2.OkHttpCall$ExceptionCatchingResponseBody: void close() -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintBottom_creator -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_verticalStyle -androidx.core.R$id: R$id() -com.jaredrummler.android.colorpicker.R$attr: int switchStyle -wangdaye.com.geometricweather.R$layout: int test_reflow_chipgroup -cyanogenmod.app.ProfileGroup: android.net.Uri mRingerOverride -androidx.preference.R$styleable: int SwitchPreference_summaryOn -androidx.appcompat.R$styleable: int AnimatedStateListDrawableTransition_android_drawable -androidx.appcompat.resources.R$styleable: int StateListDrawableItem_android_drawable -cyanogenmod.app.CustomTile$ExpandedItem$1: CustomTile$ExpandedItem$1() -wangdaye.com.geometricweather.R$color: int material_timepicker_button_stroke -wangdaye.com.geometricweather.R$drawable: int abc_text_select_handle_right_mtrl_light -james.adaptiveicon.R$styleable: int Toolbar_title -retrofit2.converter.gson.GsonResponseBodyConverter: com.google.gson.Gson gson -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$TotalLiquid TotalLiquid -androidx.constraintlayout.widget.R$color: int abc_secondary_text_material_light -androidx.legacy.coreutils.R$drawable: int notify_panel_notification_icon_bg -okhttp3.internal.publicsuffix.PublicSuffixDatabase: PublicSuffixDatabase() +androidx.preference.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar +androidx.coordinatorlayout.R$styleable: int FontFamilyFont_android_fontVariationSettings +androidx.appcompat.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle +james.adaptiveicon.R$style: int Widget_AppCompat_Button_Borderless_Colored +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ListMenuView +wangdaye.com.geometricweather.R$id: int dialog_minimal_icon_darkIcon +com.google.android.material.R$id: int gone +android.didikee.donate.R$styleable: int MenuItem_android_icon +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_endY +com.xw.repo.bubbleseekbar.R$drawable: int abc_list_divider_material +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer getRealFeelTemperature() +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration getPrecipitationDuration() +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceImageView_maxWidth +androidx.constraintlayout.widget.ConstraintHelper: ConstraintHelper(android.content.Context,android.util.AttributeSet,int) +androidx.core.app.RemoteActionCompatParcelizer: void write(androidx.core.app.RemoteActionCompat,androidx.versionedparcelable.VersionedParcel) +cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void onResume() +androidx.lifecycle.extensions.R$dimen: int notification_small_icon_size_as_large +cyanogenmod.weather.ICMWeatherManager$Stub$Proxy +okio.ByteString: okio.ByteString hmac(java.lang.String,okio.ByteString) +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_numericShortcut +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeCopyDrawable +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getRingtoneThemePackageName() +androidx.dynamicanimation.R$styleable: int GradientColor_android_startColor +androidx.appcompat.R$styleable: int[] AppCompatTextHelper +okhttp3.internal.http.HttpCodec: int DISCARD_STREAM_TIMEOUT_MILLIS +wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase +androidx.constraintlayout.widget.R$styleable: int OnSwipe_onTouchUp +wangdaye.com.geometricweather.R$id: int activity_widget_config_top +retrofit2.RequestFactory$Builder: void parseMethodAnnotation(java.lang.annotation.Annotation) +androidx.fragment.R$id: int text2 +androidx.viewpager.R$attr: int fontProviderCerts +james.adaptiveicon.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle +android.didikee.donate.R$attr: int editTextBackground +androidx.preference.R$id: int radio +androidx.appcompat.R$styleable: int SearchView_layout +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: java.util.Date Set +androidx.swiperefreshlayout.R$string: int status_bar_notification_info_overflow +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: int sourceMode +com.google.android.material.textfield.TextInputLayout: int getEndIconMode() +wangdaye.com.geometricweather.R$id: int searchBar +okhttp3.internal.http2.Hpack$Reader +androidx.appcompat.widget.AppCompatImageView: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() +okhttp3.internal.http.RetryAndFollowUpInterceptor: int MAX_FOLLOW_UPS +io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: io.reactivex.disposables.Disposable upstream +android.didikee.donate.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated +wangdaye.com.geometricweather.R$id: int chains +com.google.android.material.R$styleable: int Layout_layout_constraintEnd_toEndOf +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Imperial: AccuCurrentResult$Past24HourTemperatureDeparture$Imperial() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String getTitle() +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Headline3 +com.jaredrummler.android.colorpicker.R$attr: int buttonBarNeutralButtonStyle +james.adaptiveicon.R$styleable: int ActionBar_popupTheme +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintBottom_creator +androidx.preference.R$style: int Widget_AppCompat_ActionButton +androidx.preference.R$style: int Widget_AppCompat_TextView_SpinnerItem +wangdaye.com.geometricweather.R$string: int preference_copied +androidx.constraintlayout.widget.R$attr: int subtitleTextStyle +wangdaye.com.geometricweather.R$styleable: int[] MenuView +wangdaye.com.geometricweather.R$color: int material_deep_teal_500 +okhttp3.EventListener: void connectEnd(okhttp3.Call,java.net.InetSocketAddress,java.net.Proxy,okhttp3.Protocol) +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable +okhttp3.OkHttpClient$Builder: java.util.List networkInterceptors() +okhttp3.MultipartBody$Builder: MultipartBody$Builder() +cyanogenmod.content.Intent: java.lang.String ACTION_SCREEN_CAMERA_GESTURE +androidx.lifecycle.extensions.R$string: int status_bar_notification_info_overflow +com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleMargin +cyanogenmod.weather.WeatherInfo$DayForecast$Builder: cyanogenmod.weather.WeatherInfo$DayForecast$Builder setLow(double) +com.google.android.material.R$id: int fade +androidx.lifecycle.LifecycleService: androidx.lifecycle.Lifecycle getLifecycle() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: void setZh_CN(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Metric Metric +com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_backgroundOverlayColorAlpha +cyanogenmod.externalviews.ExternalView$6: cyanogenmod.externalviews.ExternalView this$0 +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constrainedHeight +com.turingtechnologies.materialscrollbar.R$attr: int useCompatPadding +androidx.constraintlayout.widget.R$style: int TextAppearance_Compat_Notification +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleTextColor +com.xw.repo.bubbleseekbar.R$id: int sides +androidx.legacy.coreutils.R$styleable: int FontFamilyFont_fontStyle +com.google.android.material.R$attr: int isLightTheme +androidx.drawerlayout.R$string: int status_bar_notification_info_overflow +androidx.constraintlayout.widget.R$styleable: int SearchView_android_inputType +androidx.constraintlayout.widget.R$attr: int curveFit +com.bumptech.glide.R$drawable: int notification_bg_low_normal +androidx.appcompat.R$dimen: int abc_action_bar_default_padding_start_material +androidx.vectordrawable.animated.R$attr +okio.Segment: int limit +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_collapseIcon +com.google.android.material.chip.Chip: void setCloseIconStartPaddingResource(int) +androidx.lifecycle.extensions.R$id: int info +io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: long subscriberCount +wangdaye.com.geometricweather.R$id: int item_icon_provider_get_more_chronus +com.jaredrummler.android.colorpicker.ColorPickerView: void setAlphaSliderText(java.lang.String) +androidx.preference.TwoStatePreference$SavedState +okhttp3.Cache$Entry: java.lang.String message +wangdaye.com.geometricweather.R$drawable: int notif_temp_3 +cyanogenmod.platform.Manifest$permission: java.lang.String ACCESS_WEATHER_MANAGER +com.jaredrummler.android.colorpicker.R$style: int Base_V7_Widget_AppCompat_EditText +androidx.customview.R$styleable: int FontFamilyFont_android_fontStyle +wangdaye.com.geometricweather.R$styleable: int Transform_android_rotationX +wangdaye.com.geometricweather.R$styleable: int MaterialButton_android_insetLeft +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getRainPrecipitationProbability() +cyanogenmod.app.ILiveLockScreenChangeListener$Stub$Proxy: android.os.IBinder asBinder() +android.didikee.donate.R$dimen: int notification_big_circle_margin +cyanogenmod.app.suggest.ApplicationSuggestion$1 +com.google.android.material.R$attr: int motion_triggerOnCollision +com.xw.repo.bubbleseekbar.R$attr: int tickMarkTintMode +androidx.activity.R$layout: int notification_template_part_chronometer +okhttp3.internal.http.CallServerInterceptor$CountingSink: CallServerInterceptor$CountingSink(okio.Sink) +com.xw.repo.bubbleseekbar.R$color: int foreground_material_dark +retrofit2.RequestBuilder: okhttp3.MediaType contentType +androidx.appcompat.R$styleable: int Toolbar_titleMarginTop +com.bumptech.glide.integration.okhttp.R$attr: int fontProviderAuthority +com.google.android.material.R$attr: int strokeColor +android.didikee.donate.R$color: int material_grey_800 +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: float PRECIPITATION_LIGHT +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_108 +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Display1 +okhttp3.RealCall$AsyncCall +okhttp3.internal.ws.WebSocketWriter: okio.BufferedSink sink +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_TextView_SpinnerItem +com.xw.repo.bubbleseekbar.R$anim: R$anim() +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_BottomSheetDialog +com.github.rahatarmanahmed.cpv.R$attr: int cpv_indeterminate +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Large +okhttp3.Request$Builder: okhttp3.RequestBody body +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_icon_padding +com.google.android.material.R$attr: int textAppearanceHeadline2 +io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: java.util.concurrent.atomic.AtomicReference upstream +androidx.constraintlayout.widget.R$styleable: int ViewStubCompat_android_layout +cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String HOUR +androidx.drawerlayout.R$id: int actions +androidx.preference.R$styleable: int StateListDrawable_android_constantSize +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: java.lang.String pubTime +com.turingtechnologies.materialscrollbar.R$id: int edit_query +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Imperial: java.lang.String Unit +com.google.android.material.R$style: int Widget_MaterialComponents_Snackbar_TextView +cyanogenmod.app.CustomTile$1: cyanogenmod.app.CustomTile createFromParcel(android.os.Parcel) +com.google.android.material.R$id: int default_activity_button +com.google.android.material.R$drawable: int mtrl_tabs_default_indicator +androidx.preference.R$style: int Base_V26_Widget_AppCompat_Toolbar +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorPrimary +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light_NoActionBar +com.xw.repo.bubbleseekbar.R$attr: int tooltipFrameBackground +io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver +androidx.appcompat.R$styleable: int[] PopupWindowBackgroundState +james.adaptiveicon.R$string: int abc_toolbar_collapse_description +com.xw.repo.bubbleseekbar.R$dimen: int compat_button_inset_vertical_material +okhttp3.internal.http1.Http1Codec$AbstractSource: boolean closed +android.didikee.donate.R$styleable: int AppCompatTextView_textLocale +androidx.viewpager.R$id: int line3 +android.didikee.donate.R$layout: int abc_alert_dialog_button_bar_material +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_type +androidx.swiperefreshlayout.R$id: int action_image +wangdaye.com.geometricweather.R$attr: int waveShape +james.adaptiveicon.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle +androidx.drawerlayout.R$id: int icon +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Dialog_FixedSize +com.turingtechnologies.materialscrollbar.R$attr: int buttonBarStyle +com.turingtechnologies.materialscrollbar.R$id: int coordinator +androidx.appcompat.R$dimen: int abc_text_size_title_material +wangdaye.com.geometricweather.R$dimen: int material_clock_size +okhttp3.Route: java.net.InetSocketAddress inetSocketAddress +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow +com.bumptech.glide.R$drawable: int notification_icon_background +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder username(java.lang.String) +io.reactivex.internal.subscriptions.SubscriptionHelper: void cancel() +androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat_ActionBar +cyanogenmod.providers.DataUsageContract: java.lang.String FAST_SAMPLES +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_translationX +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Display2 +com.google.android.material.R$id: int accessibility_custom_action_25 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: java.lang.String getUnit() +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorIconTintMode +androidx.recyclerview.R$attr: int fontProviderAuthority +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_SearchView_ActionBar +com.xw.repo.bubbleseekbar.R$style: int Platform_ThemeOverlay_AppCompat +okhttp3.internal.cache.DiskLruCache$Entry: okhttp3.internal.cache.DiskLruCache$Editor currentEditor +androidx.vectordrawable.animated.R$dimen: R$dimen() +androidx.activity.R$dimen: int notification_action_text_size +androidx.activity.R$dimen: int notification_subtext_size +androidx.lifecycle.Transformations$1: Transformations$1(androidx.lifecycle.MediatorLiveData,androidx.arch.core.util.Function) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorControlNormal +androidx.work.ExistingWorkPolicy: androidx.work.ExistingWorkPolicy APPEND +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_seekBarStyle +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: java.lang.Integer cloudCover +com.google.android.material.navigation.NavigationView: android.view.MenuItem getCheckedItem() +androidx.appcompat.resources.R$drawable: int notify_panel_notification_icon_bg +wangdaye.com.geometricweather.R$id: int off +okhttp3.internal.http2.Http2Connection$2: int val$streamId +wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderCancelButton +cyanogenmod.providers.CMSettings$System: java.util.List getDelimitedStringAsList(android.content.ContentResolver,java.lang.String,java.lang.String) +androidx.activity.R$id: int info +com.google.android.material.R$layout: int test_reflow_chipgroup +io.reactivex.internal.util.NotificationLite: boolean acceptFull(java.lang.Object,org.reactivestreams.Subscriber) +androidx.vectordrawable.animated.R$integer +okhttp3.OkHttpClient: java.util.List networkInterceptors() +cyanogenmod.externalviews.KeyguardExternalView$6: KeyguardExternalView$6(cyanogenmod.externalviews.KeyguardExternalView,boolean) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarPopupTheme +wangdaye.com.geometricweather.R$styleable: int ActionBar_contentInsetStartWithNavigation +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_popupMenuStyle +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: int requestFusion(int) +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintCircleRadius +okhttp3.Request: java.lang.Object tag() +okhttp3.MultipartBody$Builder: okhttp3.MultipartBody$Builder addFormDataPart(java.lang.String,java.lang.String) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: void setUnit(java.lang.String) +androidx.appcompat.widget.AppCompatTextView: int[] getAutoSizeTextAvailableSizes() +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: boolean isDisposed() +com.turingtechnologies.materialscrollbar.R$attr: int actionMenuTextAppearance +com.jaredrummler.android.colorpicker.R$color: int bright_foreground_material_dark +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIndicatorHeight +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeRainPrecipitationDuration +cyanogenmod.app.ILiveLockScreenManager$Stub +james.adaptiveicon.R$styleable: int Toolbar_contentInsetEnd +cyanogenmod.themes.IThemeService +com.google.android.material.R$dimen: int mtrl_slider_thumb_elevation +androidx.transition.R$id: int transition_current_scene +okhttp3.ConnectionSpec: okhttp3.ConnectionSpec RESTRICTED_TLS +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintGuide_end +wangdaye.com.geometricweather.R$layout: int notification_big +okhttp3.RequestBody$1 +cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String ALARM_STATE +android.didikee.donate.R$attr: int listPreferredItemHeightLarge +wangdaye.com.geometricweather.R$string: int settings_notification_hide_icon_on +androidx.drawerlayout.R$color +com.google.android.material.R$drawable: int abc_list_pressed_holo_dark +okhttp3.internal.http1.Http1Codec: java.lang.String readHeaderLine() +androidx.appcompat.R$styleable: int AppCompatTheme_windowActionBar +androidx.preference.ListPreference +androidx.lifecycle.LifecycleOwner +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer moldIndex +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat +com.xw.repo.bubbleseekbar.R$string: int abc_searchview_description_submit +io.reactivex.Observable: java.lang.Iterable blockingIterable() +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: java.lang.String getSpeedText(android.content.Context,float) +androidx.cardview.widget.CardView: float getCardElevation() +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipIconTint +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) +com.google.android.material.R$attr: int expandedHintEnabled +com.google.android.material.card.MaterialCardView: MaterialCardView(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Humidity: MfForecastResult$DailyForecast$Humidity() +androidx.constraintlayout.widget.R$color: int bright_foreground_inverse_material_light +com.xw.repo.bubbleseekbar.R$attr: int contentInsetRight +wangdaye.com.geometricweather.R$id: int item_weather_icon_image +android.didikee.donate.R$style: int Theme_AppCompat_DayNight_DarkActionBar +io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: boolean isDisposed() +com.google.android.material.R$styleable: int ActionBar_contentInsetEnd +cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onScreenTurnedOff() +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: org.reactivestreams.Subscriber downstream +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice$AdviceContext +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BATTERY_LIGHT_MEDIUM_COLOR_VALIDATOR +cyanogenmod.app.ILiveLockScreenManager$Stub: ILiveLockScreenManager$Stub() +androidx.preference.R$anim: int abc_grow_fade_in_from_bottom +androidx.preference.R$drawable: int abc_text_select_handle_middle_mtrl_light +android.didikee.donate.R$style: int Widget_AppCompat_ListView_Menu +james.adaptiveicon.R$style: int Widget_AppCompat_TextView_SpinnerItem +io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.work.impl.background.systemalarm.SystemAlarmService +com.jaredrummler.android.colorpicker.R$color: int accent_material_dark +androidx.constraintlayout.widget.R$attr: int actionModeShareDrawable +com.google.android.material.R$layout: int abc_alert_dialog_button_bar_material +com.turingtechnologies.materialscrollbar.R$attr: int actionModePasteDrawable +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Imperial: double Value +com.google.android.material.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity +androidx.hilt.work.R$id: int info +android.didikee.donate.R$anim: int abc_popup_enter +okio.SegmentedByteString: java.lang.String base64Url() +com.google.android.material.R$styleable: int TextInputLayout_endIconTintMode +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA +androidx.constraintlayout.widget.R$styleable: int Toolbar_logoDescription +cyanogenmod.alarmclock.ClockContract$InstancesColumns: int DISMISSED_STATE +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: java.lang.String getValue() +androidx.preference.R$layout: int preference_widget_seekbar +wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit[] values() +androidx.core.R$styleable: R$styleable() +com.turingtechnologies.materialscrollbar.R$attr: int coordinatorLayoutStyle +androidx.appcompat.widget.ActionMenuView: android.view.Menu getMenu() +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property IcePrecipitation +androidx.preference.R$layout: int preference_material +com.xw.repo.bubbleseekbar.R$style: int Base_V21_Theme_AppCompat_Light_Dialog +wangdaye.com.geometricweather.R$drawable: int notif_temp_123 +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dropdownitem_text_padding_left +wangdaye.com.geometricweather.R$dimen: int design_navigation_item_horizontal_padding +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilitySnow +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature +com.google.android.material.R$styleable: int AppCompatTheme_actionDropDownStyle +androidx.recyclerview.R$id: int accessibility_action_clickable_span +wangdaye.com.geometricweather.R$attr: int actionModeWebSearchDrawable +com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_stacked_tab_max_width +android.didikee.donate.R$color: int abc_background_cache_hint_selector_material_dark +androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$State getCurrentState() +androidx.core.R$styleable: int ColorStateListItem_android_color +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_PopupMenu_Overflow +wangdaye.com.geometricweather.R$layout: int test_toolbar_elevation +android.didikee.donate.R$drawable: int abc_list_selector_disabled_holo_dark +com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setIsModify(boolean) +com.google.android.material.circularreveal.CircularRevealLinearLayout: CircularRevealLinearLayout(android.content.Context,android.util.AttributeSet) +androidx.appcompat.R$style: int ThemeOverlay_AppCompat_Dialog +com.turingtechnologies.materialscrollbar.R$id: int tag_unhandled_key_listeners +wangdaye.com.geometricweather.weather.json.mf.MfRainResult: java.util.List rainForecasts +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_week_5 +androidx.fragment.R$string: R$string() +androidx.recyclerview.R$dimen: int notification_small_icon_background_padding +com.google.android.material.slider.RangeSlider$RangeSliderState +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_ratingBarStyleSmall +okio.SegmentPool: okio.Segment take() +com.google.android.material.R$styleable: int AppCompatTextView_android_textAppearance +androidx.hilt.work.R$anim: int fragment_open_enter +cyanogenmod.profiles.RingModeSettings: java.lang.String getValue() +wangdaye.com.geometricweather.R$dimen: int highlight_alpha_material_dark +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_navigation_top_padding +cyanogenmod.profiles.RingModeSettings: boolean mDirty +androidx.appcompat.R$id: int off +com.jaredrummler.android.colorpicker.R$attr: int customNavigationLayout +com.turingtechnologies.materialscrollbar.R$attr: int colorPrimaryDark +okhttp3.internal.connection.RouteSelector: okhttp3.internal.connection.RouteDatabase routeDatabase +androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_drawableEnd +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ListView_DropDown +io.reactivex.Observable: io.reactivex.Observable never() +com.xw.repo.bubbleseekbar.R$style: int Platform_V25_AppCompat_Light +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: java.lang.String getDistanceText(android.content.Context,float) +wangdaye.com.geometricweather.R$string: int time +androidx.preference.R$attr: int dependency +wangdaye.com.geometricweather.R$styleable: int GradientColor_android_type +com.google.android.material.R$attr: int percentX +androidx.work.WorkInfo$State: androidx.work.WorkInfo$State ENQUEUED +androidx.legacy.coreutils.R$styleable +com.turingtechnologies.materialscrollbar.R$styleable: int[] AppBarLayoutStates +androidx.constraintlayout.widget.R$color: int primary_dark_material_dark +androidx.preference.R$dimen: int abc_dialog_fixed_height_minor +com.turingtechnologies.materialscrollbar.R$attr: int drawerArrowStyle +androidx.preference.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator +androidx.vectordrawable.R$string: int status_bar_notification_info_overflow +wangdaye.com.geometricweather.R$dimen: int mtrl_exposed_dropdown_menu_popup_vertical_padding +androidx.constraintlayout.widget.R$id: int parentRelative +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: void drain() +androidx.appcompat.R$dimen: int abc_disabled_alpha_material_light +james.adaptiveicon.R$style: int Theme_AppCompat_DayNight_Dialog +wangdaye.com.geometricweather.R$styleable: int[] KeyFrame +wangdaye.com.geometricweather.R$drawable: int ic_wind +wangdaye.com.geometricweather.R$id: int notification_big_week_1 +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_Layout_layout_scrollFlags +io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_content_1 +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: long serialVersionUID +com.google.android.material.R$styleable: int Constraint_layout_constrainedWidth +com.google.android.material.R$style: int Base_TextAppearance_MaterialComponents_Headline6 +com.turingtechnologies.materialscrollbar.R$color: int background_material_light +androidx.constraintlayout.widget.R$layout: int abc_alert_dialog_material +io.reactivex.internal.operators.observable.ObservableGroupBy$State: void drain() +cyanogenmod.externalviews.KeyguardExternalView$5 +com.jaredrummler.android.colorpicker.R$dimen: int tooltip_vertical_padding +androidx.lifecycle.ProcessLifecycleOwnerInitializer: android.net.Uri insert(android.net.Uri,android.content.ContentValues) +com.turingtechnologies.materialscrollbar.R$string: int character_counter_content_description +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: java.util.concurrent.atomic.AtomicReference boundaryObserver +okhttp3.internal.cache.DiskLruCache: okhttp3.internal.io.FileSystem fileSystem +androidx.hilt.lifecycle.R$layout: int notification_action_tombstone +com.google.android.material.R$style: int Widget_AppCompat_SearchView +james.adaptiveicon.R$dimen: int abc_disabled_alpha_material_light +okio.Util: long reverseBytesLong(long) +wangdaye.com.geometricweather.R$drawable: int notif_temp_95 +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_shadowRadius +io.reactivex.Observable: io.reactivex.Maybe elementAt(long) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean dispatchKeyShortcutEvent(android.view.KeyEvent) +okio.Buffer: void close() +com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_check_to_on_mtrl_015 +cyanogenmod.providers.CMSettings$System: java.lang.String CAMERA_SLEEP_ON_RELEASE +cyanogenmod.app.LiveLockScreenInfo: LiveLockScreenInfo(android.os.Parcel) +cyanogenmod.app.LiveLockScreenInfo: android.os.Parcelable$Creator CREATOR +com.jaredrummler.android.colorpicker.R$dimen: int notification_top_pad +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintWidth_percent +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textColorAlertDialogListItem +com.google.android.material.R$style: int Widget_MaterialComponents_Toolbar_PrimarySurface +com.google.android.material.tabs.TabLayout: int getTabMaxWidth() +androidx.preference.R$attr: int iconTint +com.google.android.material.R$styleable: int ConstraintSet_android_layout_marginBottom +androidx.appcompat.widget.Toolbar: java.lang.CharSequence getTitle() +androidx.appcompat.widget.SearchView: void setIconified(boolean) +com.jaredrummler.android.colorpicker.R$attr: int goIcon +androidx.swiperefreshlayout.R$id: int icon_group +wangdaye.com.geometricweather.R$attr: int telltales_tailScale +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: void setTo(java.lang.String) +android.didikee.donate.R$attr: int contentInsetLeft +com.google.android.material.R$attr: int subtitle +okhttp3.WebSocket$Factory +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarStyle +com.google.android.material.internal.ForegroundLinearLayout +james.adaptiveicon.R$styleable: int Toolbar_maxButtonHeight +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality +com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge +wangdaye.com.geometricweather.background.receiver.widget.WidgetMultiCityProvider +cyanogenmod.app.ProfileManager: int PROFILES_STATE_ENABLED +okio.AsyncTimeout$1 +android.didikee.donate.R$dimen: int notification_small_icon_size_as_large +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_passwordToggleEnabled +androidx.hilt.R$styleable: int Fragment_android_name +androidx.core.R$styleable: int[] GradientColor +okhttp3.internal.ws.WebSocketReader: okio.Buffer controlFrameBuffer +android.didikee.donate.R$drawable: int abc_item_background_holo_light +androidx.constraintlayout.widget.R$id: int on +androidx.appcompat.widget.Toolbar: void setLogoDescription(int) +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_AutoCompleteTextView +wangdaye.com.geometricweather.R$drawable: int weather_haze_mini_light +com.google.android.material.R$dimen: int mtrl_btn_disabled_z +james.adaptiveicon.R$style: int Widget_AppCompat_Toolbar +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_translationX +okhttp3.internal.http.HttpCodec +androidx.appcompat.widget.ContentFrameLayout: android.util.TypedValue getFixedHeightMajor() +wangdaye.com.geometricweather.R$style: int Base_V21_Theme_MaterialComponents_Light +com.jaredrummler.android.colorpicker.R$dimen: int abc_button_inset_horizontal_material james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup -com.google.android.material.R$string: int path_password_strike_through -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_second_track_color -wangdaye.com.geometricweather.R$drawable: int notification_bg -com.jaredrummler.android.colorpicker.R$drawable: int cpv_preset_checked -com.xw.repo.bubbleseekbar.R$styleable: int[] View -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String IS_LEGACY_THEME -com.jaredrummler.android.colorpicker.R$styleable: int FontFamily_fontProviderPackage -androidx.constraintlayout.widget.R$attr: int minWidth -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer getWindChillTemperature() -cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String getTag() -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.functions.Function mapper -androidx.appcompat.R$dimen: int abc_text_size_display_3_material -okhttp3.internal.platform.Platform: okhttp3.internal.tls.CertificateChainCleaner buildCertificateChainCleaner(javax.net.ssl.X509TrustManager) -android.support.v4.app.INotificationSideChannel$Stub: int TRANSACTION_cancel -io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: ObservablePublishSelector$TargetObserver(io.reactivex.Observer) -androidx.appcompat.R$style: int Widget_AppCompat_ListView_Menu -androidx.preference.R$drawable: int abc_ic_menu_cut_mtrl_alpha -wangdaye.com.geometricweather.R$styleable: int KeyPosition_percentX -com.turingtechnologies.materialscrollbar.R$drawable: int ic_mtrl_chip_close_circle -io.reactivex.internal.util.NotificationLite$ErrorNotification: java.lang.String toString() -okhttp3.internal.cache.CacheInterceptor$1 -cyanogenmod.providers.CMSettings$NameValueCache: java.util.HashMap mValues -okhttp3.internal.http.RealInterceptorChain: int readTimeout -androidx.appcompat.R$id: int line3 -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModePopupWindowStyle -androidx.constraintlayout.widget.R$styleable: int KeyTrigger_motion_postLayoutCollision -okhttp3.internal.connection.RealConnection: boolean isEligible(okhttp3.Address,okhttp3.Route) -com.google.android.material.R$id: int TOP_END -cyanogenmod.providers.CMSettings$Secure: int RING_HOME_BUTTON_BEHAVIOR_ANSWER -cyanogenmod.externalviews.KeyguardExternalView$7 -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: long serialVersionUID -cyanogenmod.providers.ThemesContract -wangdaye.com.geometricweather.R$anim: int fragment_main_exit -androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_marginEnd -com.jaredrummler.android.colorpicker.R$dimen: int abc_control_padding_material -com.turingtechnologies.materialscrollbar.DragScrollBar -androidx.lifecycle.ClassesInfoCache: ClassesInfoCache() -androidx.appcompat.view.menu.ActionMenuItemView: void setExpandedFormat(boolean) -android.didikee.donate.R$drawable: int abc_text_select_handle_middle_mtrl_light -androidx.vectordrawable.animated.R$drawable: int notify_panel_notification_icon_bg -com.bumptech.glide.load.engine.GlideException: void setLoggingDetails(com.bumptech.glide.load.Key,com.bumptech.glide.load.DataSource) -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ListMenuView -androidx.preference.R$drawable: int abc_ic_star_half_black_16dp -wangdaye.com.geometricweather.common.ui.widgets.DrawerLayout: DrawerLayout(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.db.entities.AlertEntityDao: AlertEntityDao(org.greenrobot.greendao.internal.DaoConfig) -okhttp3.internal.http2.Http2Codec: Http2Codec(okhttp3.OkHttpClient,okhttp3.Interceptor$Chain,okhttp3.internal.connection.StreamAllocation,okhttp3.internal.http2.Http2Connection) -com.google.android.material.R$style: int Widget_AppCompat_Light_AutoCompleteTextView -com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_buttonIconDimen -cyanogenmod.hardware.CMHardwareManager: int getVibratorMinIntensity() -cyanogenmod.weatherservice.ServiceRequest: cyanogenmod.weatherservice.IWeatherProviderServiceClient mClient -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void innerComplete() -cyanogenmod.weather.CMWeatherManager: int requestWeatherUpdate(android.location.Location,cyanogenmod.weather.CMWeatherManager$WeatherUpdateRequestListener) -androidx.viewpager2.R$color: R$color() -james.adaptiveicon.R$styleable: int MenuItem_android_enabled -wangdaye.com.geometricweather.R$string: int mtrl_picker_navigate_to_year_description -cyanogenmod.app.ILiveLockScreenChangeListener$Stub -okhttp3.internal.platform.ConscryptPlatform: java.lang.String getSelectedProtocol(javax.net.ssl.SSLSocket) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Imperial -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut -androidx.appcompat.R$drawable: int abc_btn_borderless_material -com.jaredrummler.android.colorpicker.R$attr: int listPreferredItemHeight -androidx.constraintlayout.widget.R$dimen -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionMode_Inverse -io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.R$layout: int material_time_input -com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_actionTextColorAlpha -cyanogenmod.weather.util.WeatherUtils: double celsiusToFahrenheit(double) -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light_DarkActionBar -okio.SegmentedByteString: java.lang.String utf8() -androidx.lifecycle.extensions.R$id: int notification_background -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial: AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_panelBackground -androidx.work.impl.WorkManagerInitializer -androidx.appcompat.R$style: int Widget_AppCompat_Spinner -androidx.preference.R$style: int Base_Widget_AppCompat_AutoCompleteTextView -cyanogenmod.weather.CMWeatherManager$1: void onWeatherServiceProviderChanged(java.lang.String) -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: boolean tryOnError(java.lang.Throwable) -androidx.constraintlayout.widget.R$styleable: int Toolbar_contentInsetEnd -com.google.android.material.R$attr: int colorSwitchThumbNormal -com.bumptech.glide.integration.okhttp.R$styleable: int ColorStateListItem_android_alpha -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: java.lang.String EnglishName -retrofit2.Response: retrofit2.Response success(int,java.lang.Object) -com.turingtechnologies.materialscrollbar.AlphabetIndicator -com.xw.repo.bubbleseekbar.R$attr: int bsb_track_size -okhttp3.FormBody: okhttp3.MediaType contentType() -com.google.android.material.chip.Chip: void setCheckableResource(int) -androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_TabView -retrofit2.SkipCallbackExecutorImpl: int hashCode() -com.google.android.material.R$string: int mtrl_picker_a11y_prev_month -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STYLE_PREVIEW -james.adaptiveicon.R$id: int action_context_bar -wangdaye.com.geometricweather.R$styleable: int KeyCycle_curveFit -com.google.android.material.slider.Slider: void setHaloTintList(android.content.res.ColorStateList) -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_homeAsUpIndicator -cyanogenmod.weather.IRequestInfoListener: void onWeatherRequestCompleted(cyanogenmod.weather.RequestInfo,int,cyanogenmod.weather.WeatherInfo) -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_editor_absoluteX -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle -androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_STOP -retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: io.reactivex.Scheduler scheduler -io.reactivex.Observable: io.reactivex.Observable window(long,long,java.util.concurrent.TimeUnit) -wangdaye.com.geometricweather.R$id: int expand_activities_button -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_verticalBias -com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat_Dark +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation: wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation BOTTOM +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_drawableLeft +androidx.appcompat.R$attr: int searchHintIcon +io.reactivex.internal.observers.BlockingObserver: void onComplete() +com.google.android.material.R$attr: int fastScrollVerticalThumbDrawable +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintCircleRadius +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Dialog_MinWidth +androidx.appcompat.R$styleable: int FontFamilyFont_font +io.reactivex.Observable: io.reactivex.Observable timeout(long,java.util.concurrent.TimeUnit,io.reactivex.ObservableSource) +com.google.android.material.R$styleable: int SearchView_submitBackground +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_display_1_material +androidx.fragment.app.FragmentManagerViewModel +wangdaye.com.geometricweather.R$id: int circle_center +okhttp3.internal.cache2.Relay: okio.Buffer upstreamBuffer +com.jaredrummler.android.colorpicker.R$styleable: int PopupWindow_android_popupBackground +androidx.hilt.R$id: int action_text +androidx.lifecycle.extensions.R$style: int TextAppearance_Compat_Notification_Info +androidx.activity.R$style +io.reactivex.exceptions.OnErrorNotImplementedException: long serialVersionUID +androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type ERROR +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: void setCurrentIndicatorColor(int) +android.didikee.donate.R$style: int Base_V21_Theme_AppCompat_Dialog +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ListView_Menu +com.jaredrummler.android.colorpicker.R$attr: int queryBackground +wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: java.lang.String country +com.xw.repo.bubbleseekbar.R$integer: int cancel_button_image_alpha +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Small +cyanogenmod.hardware.CMHardwareManager: int FEATURE_AUTO_CONTRAST +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: io.reactivex.Observer downstream +com.google.android.material.R$styleable: int FontFamily_fontProviderAuthority +cyanogenmod.app.IProfileManager: cyanogenmod.app.Profile getProfile(android.os.ParcelUuid) +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_PLAY_QUEUE +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_EXPORT_WITH_DES40_CBC_SHA +androidx.preference.R$dimen: int notification_action_icon_size +cyanogenmod.power.IPerformanceManager +com.turingtechnologies.materialscrollbar.R$attr: int maxButtonHeight +com.google.android.material.R$styleable: int[] MaterialAlertDialog +androidx.preference.R$layout: int abc_action_mode_close_item_material +androidx.preference.R$styleable: int ViewBackgroundHelper_backgroundTintMode +cyanogenmod.externalviews.KeyguardExternalView: android.content.Context access$600(cyanogenmod.externalviews.KeyguardExternalView) +androidx.preference.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle +androidx.hilt.R$styleable: int FontFamilyFont_fontVariationSettings +wangdaye.com.geometricweather.R$styleable: int[] ConstraintLayout_placeholder +wangdaye.com.geometricweather.R$id: int dialog_location_permission_statement_nextButton +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int HAZE +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: boolean delayError +cyanogenmod.profiles.LockSettings: void writeToParcel(android.os.Parcel,int) +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: io.reactivex.disposables.Disposable upstream +retrofit2.RequestBuilder: java.lang.String relativeUrl +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast: java.lang.Integer freezing +io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function4) +androidx.constraintlayout.widget.R$id: int staticPostLayout +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Inverse +wangdaye.com.geometricweather.R$style: int TextAppearance_Design_CollapsingToolbar_Expanded +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: long serialVersionUID +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: long serialVersionUID +okio.Okio$4 +androidx.appcompat.R$layout: int select_dialog_singlechoice_material +androidx.appcompat.R$attr: int indeterminateProgressStyle +com.turingtechnologies.materialscrollbar.R$styleable +wangdaye.com.geometricweather.R$styleable: int[] Snackbar +androidx.appcompat.R$id: int search_src_text +com.jaredrummler.android.colorpicker.ColorPickerView: void setBorderColor(int) +androidx.lifecycle.SavedStateViewModelFactory: SavedStateViewModelFactory(android.app.Application,androidx.savedstate.SavedStateRegistryOwner,android.os.Bundle) +retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: void onResponse(retrofit2.Call,retrofit2.Response) +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_android_ttcIndex +com.google.android.material.progressindicator.ProgressIndicator: void setProgress(int) +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: CNWeatherResult$Alert() +androidx.preference.R$dimen: int abc_button_padding_horizontal_material +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatImageView_android_src +wangdaye.com.geometricweather.R$styleable: int GradientColorItem_android_offset +androidx.transition.R$layout: int notification_template_icon_group +wangdaye.com.geometricweather.R$layout: int preference +retrofit2.OkHttpCall: okio.Timeout timeout() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeIcePrecipitation() +androidx.appcompat.R$style: int Base_AlertDialog_AppCompat_Light +okhttp3.EventListener: EventListener() +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: java.util.Map buffers +androidx.preference.R$attr: int tickMarkTint +wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.String getShortWindDescription() +androidx.appcompat.R$id: int actions +com.google.android.material.chip.ChipGroup: void setDividerDrawableVertical(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.util.List _queryWeatherEntity_MinutelyEntityList(java.lang.String,java.lang.String) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_MonthTextView +wangdaye.com.geometricweather.R$id: int header_title +com.turingtechnologies.materialscrollbar.R$attr: int tabTextAppearance +com.turingtechnologies.materialscrollbar.R$string: int abc_menu_enter_shortcut_label +com.google.android.material.R$id: int textinput_placeholder +cyanogenmod.providers.CMSettings$System: java.lang.String QS_SHOW_BRIGHTNESS_SLIDER +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeThunderstormPrecipitationProbability +androidx.preference.R$style: int Platform_ThemeOverlay_AppCompat_Light +androidx.preference.R$layout: int abc_screen_toolbar +com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_singleChoiceItemLayout +okhttp3.Headers$Builder: okhttp3.Headers$Builder set(java.lang.String,java.lang.String) +com.google.android.material.R$attr: int switchPadding +androidx.drawerlayout.R$id: int icon_group +james.adaptiveicon.R$style: int Base_V23_Theme_AppCompat +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setOnLayoutChangeListener(com.google.android.material.snackbar.BaseTransientBottomBar$OnLayoutChangeListener) +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode +cyanogenmod.weather.WeatherInfo$Builder: double mTemperature +wangdaye.com.geometricweather.R$attr: int onNegativeCross +com.bumptech.glide.R$drawable: int notification_bg_low_pressed +okio.RealBufferedSource: java.lang.String toString() +james.adaptiveicon.R$style: int Base_V22_Theme_AppCompat_Light +androidx.constraintlayout.widget.R$attr: int barrierDirection +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents +androidx.transition.R$drawable: int notification_bg_normal_pressed +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_contentInsetEndWithActions +cyanogenmod.hardware.CMHardwareManager: int getDisplayGammaCalibrationMin() +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_autoSizeMinTextSize +com.google.android.material.chip.Chip: android.text.TextUtils$TruncateAt getEllipsize() +androidx.core.R$attr: int fontProviderPackage +androidx.hilt.lifecycle.R$styleable +com.google.android.material.R$styleable: int RecyclerView_reverseLayout +androidx.hilt.lifecycle.R$anim: int fragment_close_enter +wangdaye.com.geometricweather.R$drawable: int weather_snow +wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout: FitHorizontalSystemBarRootLayout(android.content.Context) +com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration +wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderSelection +com.turingtechnologies.materialscrollbar.R$style: int Base_V21_Theme_AppCompat +retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: void onSubscribe(io.reactivex.disposables.Disposable) +android.didikee.donate.R$drawable: int abc_btn_check_material +okio.DeflaterSink: DeflaterSink(okio.BufferedSink,java.util.zip.Deflater) +com.xw.repo.bubbleseekbar.R$drawable: int abc_scrubber_primary_mtrl_alpha +wangdaye.com.geometricweather.R$string: int key_notification_style +com.google.android.material.R$styleable: int Constraint_flow_firstVerticalStyle +io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(io.reactivex.Scheduler) +okhttp3.internal.connection.StreamAllocation$StreamAllocationReference: StreamAllocation$StreamAllocationReference(okhttp3.internal.connection.StreamAllocation,java.lang.Object) +androidx.hilt.R$id: int tag_accessibility_heading +wangdaye.com.geometricweather.R$layout: int image_frame +wangdaye.com.geometricweather.R$drawable: int flag_it +com.google.android.material.R$styleable: int ConstraintSet_flow_horizontalAlign +com.google.android.material.R$style: int Base_Widget_AppCompat_ActionBar_Solid +androidx.preference.R$attr: int colorAccent +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_lineHeight +wangdaye.com.geometricweather.db.entities.LocationEntity: void setLatitude(float) +com.google.android.material.textfield.TextInputEditText: TextInputEditText(android.content.Context) +cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: void registerWeatherServiceProviderChangeListener(cyanogenmod.weather.IWeatherServiceProviderChangeListener) +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_SearchView +okhttp3.MultipartBody: byte[] COLONSPACE +androidx.recyclerview.R$styleable: int GradientColor_android_centerColor +com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemHeight +wangdaye.com.geometricweather.R$styleable: int ActionBar_itemPadding +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy +com.google.android.material.R$styleable: int KeyCycle_transitionEasing +retrofit2.BuiltInConverters$StreamingResponseBodyConverter +retrofit2.RequestBuilder: okhttp3.Request$Builder requestBuilder +com.google.android.material.card.MaterialCardView: void setDragged(boolean) +com.google.android.material.button.MaterialButton: void setBackgroundTintList(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$color: int colorLine +androidx.lifecycle.LifecycleService: void onStart(android.content.Intent,int) +android.didikee.donate.R$color: int abc_tint_default +androidx.preference.R$dimen: int abc_dialog_list_padding_bottom_no_buttons +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Display4 +okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Http2Stream$FramingSink sink +com.github.rahatarmanahmed.cpv.R$attr: R$attr() +com.google.android.material.R$id: int title_template +james.adaptiveicon.R$dimen: int disabled_alpha_material_dark +androidx.preference.R$attr: int font +androidx.preference.R$attr: int negativeButtonText +com.google.android.material.navigation.NavigationView: int getItemIconPadding() com.turingtechnologies.materialscrollbar.R$styleable: int Chip_iconStartPadding -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getNighttimeWeatherText() -wangdaye.com.geometricweather.R$attr: int behavior_halfExpandedRatio -androidx.appcompat.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.internal.fuseable.SimplePlainQueue queue -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: void dispose() -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation: AccuLocationResult$GeoPosition$Elevation() -cyanogenmod.providers.CMSettings$System: void putListAsDelimitedString(android.content.ContentResolver,java.lang.String,java.lang.String,java.util.List) -com.google.android.material.R$style: int Theme_MaterialComponents_CompactMenu -androidx.constraintlayout.widget.R$id: int invisible -com.google.android.material.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator -wangdaye.com.geometricweather.R$string: int character_counter_overflowed_content_description -androidx.viewpager.R$attr: int font -io.reactivex.internal.util.NotificationLite$SubscriptionNotification: NotificationLite$SubscriptionNotification(org.reactivestreams.Subscription) -androidx.lifecycle.Lifecycling: int GENERATED_CALLBACK -androidx.work.R$id: R$id() -androidx.preference.R$style: int Base_V28_Theme_AppCompat_Light -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 -androidx.lifecycle.LifecycleRegistry: void moveToState(androidx.lifecycle.Lifecycle$State) -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_18 -com.jaredrummler.android.colorpicker.R$color: int bright_foreground_disabled_material_light +wangdaye.com.geometricweather.R$styleable: int Chip_android_text +wangdaye.com.geometricweather.R$styleable: int MaterialTextView_android_textAppearance +androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableItem_android_drawable +androidx.appcompat.R$styleable: int Toolbar_contentInsetRight +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: java.lang.String getUnit() +okio.ForwardingSource: okio.Timeout timeout() +okhttp3.HttpUrl: java.lang.String scheme +com.google.android.material.R$attr: int bottomAppBarStyle +wangdaye.com.geometricweather.R$styleable: int Chip_chipMinTouchTargetSize +cyanogenmod.app.Profile$ExpandedDesktopMode: int DISABLE +wangdaye.com.geometricweather.R$styleable: int[] PreferenceFragmentCompat +androidx.preference.R$styleable: int[] SwitchCompat +wangdaye.com.geometricweather.R$id: int dialog_minimal_icon_greyIcon +com.google.android.material.R$style: int Theme_MaterialComponents_Light_Bridge +androidx.appcompat.widget.ActionBarOverlayLayout: void setHasNonEmbeddedTabs(boolean) +cyanogenmod.providers.CMSettings$DiscreteValueValidator: boolean validate(java.lang.String) +androidx.appcompat.widget.AppCompatTextView: androidx.core.text.PrecomputedTextCompat$Params getTextMetricsParamsCompat() +wangdaye.com.geometricweather.R$attr: int useMaterialThemeColors +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub +androidx.lifecycle.livedata.core.R +wangdaye.com.geometricweather.R$drawable: int notification_template_icon_bg +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored +androidx.viewpager.R$styleable: int[] GradientColor +cyanogenmod.app.CustomTile$1: CustomTile$1() +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder certificatePinner(okhttp3.CertificatePinner) +com.google.android.material.slider.RangeSlider: void setTrackInactiveTintList(android.content.res.ColorStateList) +androidx.activity.R$id: int accessibility_custom_action_1 +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_SearchResult +cyanogenmod.app.ProfileManager: void removeNotificationGroup(android.app.NotificationGroup) +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition GeoPosition +wangdaye.com.geometricweather.R$drawable: int notif_temp_94 +com.google.android.material.textfield.TextInputLayout: void setEndIconActivated(boolean) +androidx.dynamicanimation.R$styleable: int[] FontFamily +com.turingtechnologies.materialscrollbar.R$attr: int tint +androidx.preference.R$attr: int dropdownListPreferredItemHeight +android.didikee.donate.R$drawable: int abc_vector_test +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay CARD_LIFE_DETAILS +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getRelativeHumidity() +retrofit2.KotlinExtensions$awaitResponse$$inlined$suspendCancellableCoroutine$lambda$1: KotlinExtensions$awaitResponse$$inlined$suspendCancellableCoroutine$lambda$1(retrofit2.Call) +com.google.android.material.R$style: int Widget_MaterialComponents_BottomAppBar_Colored +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_2 +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: java.lang.Object v1 +androidx.preference.R$styleable: int AppCompatTheme_windowMinWidthMinor +wangdaye.com.geometricweather.R$attr: int trackColorInactive +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.String insee +cyanogenmod.app.ProfileGroup$Mode: cyanogenmod.app.ProfileGroup$Mode DEFAULT +androidx.hilt.lifecycle.R$styleable: int FontFamily_fontProviderAuthority +androidx.constraintlayout.helper.widget.Flow: void setVerticalGap(int) +androidx.work.R$color: int secondary_text_default_material_light +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling: double Value +androidx.preference.R$id: int spinner +androidx.lifecycle.Transformations$2$1 +retrofit2.OkHttpCall: okhttp3.Call getRawCall() +retrofit2.HttpServiceMethod: retrofit2.Converter createResponseConverter(retrofit2.Retrofit,java.lang.reflect.Method,java.lang.reflect.Type) +cyanogenmod.app.CustomTile$ExpandedItem: void internalSetItemTitle(java.lang.String) +androidx.preference.R$styleable: int Toolbar_logo +androidx.preference.R$id: int fragment_container_view_tag +james.adaptiveicon.R$styleable: int ViewBackgroundHelper_android_background +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: io.reactivex.Observer downstream +com.xw.repo.bubbleseekbar.R$attr: int listMenuViewStyle +okhttp3.Cookie: boolean matches(okhttp3.HttpUrl) +cyanogenmod.weather.CMWeatherManager: cyanogenmod.weather.ICMWeatherManager getService() +wangdaye.com.geometricweather.R$id: int notification_multi_city_text_2 +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem +androidx.appcompat.widget.SearchView: void setInputType(int) +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Body1 +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: java.lang.String MobileLink +wangdaye.com.geometricweather.R$styleable: int Toolbar_subtitleTextAppearance +retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder addConverterFactory(retrofit2.Converter$Factory) +wangdaye.com.geometricweather.common.basic.GeoActivity +androidx.appcompat.R$attr: int thumbTint +retrofit2.http.HTTP: boolean hasBody() +okhttp3.internal.cache.DiskLruCache: java.util.concurrent.Executor executor +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_Button +okhttp3.internal.http2.Http2Writer: void goAway(int,okhttp3.internal.http2.ErrorCode,byte[]) +wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_alpha +com.turingtechnologies.materialscrollbar.R$interpolator: R$interpolator() +androidx.lifecycle.LifecycleRegistry: java.lang.ref.WeakReference mLifecycleOwner +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.String cityId +androidx.constraintlayout.widget.R$style: int Base_V23_Theme_AppCompat_Light +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_CompactMenu +okhttp3.CertificatePinner$Pin: int hashCode() +com.google.android.material.R$styleable: int AppBarLayout_Layout_layout_scrollFlags +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_switchPadding +com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_stackFromEnd +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_DES_CBC_SHA +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.rx.RxDao rxDaoPlain +retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback: void onFailure(retrofit2.Call,java.lang.Throwable) +retrofit2.Response: retrofit2.Response error(int,okhttp3.ResponseBody) +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void onNext(java.lang.Object) +okhttp3.internal.http2.Settings: int HEADER_TABLE_SIZE +androidx.hilt.work.R$id +androidx.appcompat.resources.R$id: int forever +com.google.android.material.circularreveal.cardview.CircularRevealCardView: CircularRevealCardView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$dimen: int spinner_drop_width +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_NOTIFICATIONS +wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_backgroundTint +android.didikee.donate.R$attr: int isLightTheme +org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.async.AsyncSession startAsyncSession() +androidx.preference.R$style: int Base_V22_Theme_AppCompat_Light +androidx.customview.R$attr: int ttcIndex +com.jaredrummler.android.colorpicker.R$styleable: int[] ColorPickerView +androidx.lifecycle.SavedStateHandle$SavingStateLiveData: java.lang.String mKey +androidx.fragment.R$integer: R$integer() +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: long serialVersionUID +com.google.android.material.circularreveal.CircularRevealFrameLayout: CircularRevealFrameLayout(android.content.Context,android.util.AttributeSet) +cyanogenmod.app.CMTelephonyManager +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_enabled +androidx.hilt.lifecycle.R$color: int notification_action_color_filter +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_BottomLeftDifferentCornerSize +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen: AccuDailyResult$DailyForecasts$AirAndPollen() +androidx.lifecycle.EmptyActivityLifecycleCallbacks: EmptyActivityLifecycleCallbacks() +com.google.android.material.R$color: int material_timepicker_button_stroke +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: void dispose() +wangdaye.com.geometricweather.R$string: int real_feel_shade_temperature +cyanogenmod.app.IPartnerInterface$Stub: java.lang.String DESCRIPTOR +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: java.lang.String direction +cyanogenmod.app.ICMStatusBarManager$Stub: int TRANSACTION_removeCustomTileFromListener +androidx.constraintlayout.helper.widget.Flow: void setHorizontalStyle(int) +com.google.android.material.R$animator: int design_appbar_state_list_animator +org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database getEncryptedWritableDb(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Metric: double Value +com.google.android.material.R$styleable: int MaterialButton_android_background +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onLockscreenSlideOffsetChanged(float) +james.adaptiveicon.R$drawable: int abc_btn_colored_material +androidx.preference.R$styleable: int[] MultiSelectListPreference +android.didikee.donate.R$style: int Widget_AppCompat_RatingBar +com.google.android.material.R$id: int material_timepicker_container +com.google.android.material.R$layout: int mtrl_alert_select_dialog_item +okhttp3.logging.LoggingEventListener$Factory: LoggingEventListener$Factory(okhttp3.logging.HttpLoggingInterceptor$Logger) +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_textColorLink +wangdaye.com.geometricweather.R$id: int dragEnd +androidx.activity.R$id: int accessibility_custom_action_21 +cyanogenmod.app.CMContextConstants: java.lang.String CM_THEME_SERVICE +androidx.appcompat.widget.Toolbar: int getTitleMarginBottom() +wangdaye.com.geometricweather.R$color: int colorTextGrey +io.reactivex.Observable: io.reactivex.Observable concatMapSingle(io.reactivex.functions.Function) +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ProgressBar +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: void setPubTime(java.lang.String) +wangdaye.com.geometricweather.R$string: int abc_menu_space_shortcut_label +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_android_weightSum +com.jaredrummler.android.colorpicker.R$drawable: int abc_list_selector_holo_dark +com.google.android.material.R$styleable: int Layout_layout_constraintBottom_toTopOf +okhttp3.internal.http2.Http2Connection: long bytesLeftInWriteWindow +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: void setAddress_detail(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean) +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup +androidx.lifecycle.ProcessLifecycleOwner: void activityStopped() +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_prefixTextColor +wangdaye.com.geometricweather.R$style: int PreferenceSummaryTextStyle +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.lang.Integer dbz +androidx.lifecycle.ViewModelProvider: androidx.lifecycle.ViewModel get(java.lang.String,java.lang.Class) +wangdaye.com.geometricweather.R$id: int activity_widget_config_alignEndContainer +james.adaptiveicon.R$styleable: int[] ListPopupWindow +com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_anim_steps +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onAttach_0 +com.google.android.material.appbar.AppBarLayout$BaseBehavior: AppBarLayout$BaseBehavior() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary TemperatureSummary +androidx.appcompat.R$color: int abc_primary_text_material_light +androidx.viewpager.R$integer: int status_bar_notification_info_maxnum +wangdaye.com.geometricweather.R$drawable: int notif_temp_108 +com.turingtechnologies.materialscrollbar.R$attr: int divider +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Spinner_Underlined +wangdaye.com.geometricweather.weather.json.mf.MfRainResult: MfRainResult() +okhttp3.internal.http2.Http2Codec$StreamFinishingSource: long read(okio.Buffer,long) +cyanogenmod.weather.CMWeatherManager: void registerWeatherServiceProviderChangeListener(cyanogenmod.weather.CMWeatherManager$WeatherServiceProviderChangeListener) +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_goneMarginStart +org.greenrobot.greendao.AbstractDaoSession: void deleteAll(java.lang.Class) +james.adaptiveicon.R$dimen: int abc_text_size_display_3_material +androidx.constraintlayout.widget.R$color: int button_material_light +com.google.android.material.R$string: int path_password_eye_mask_visible +androidx.lifecycle.SavedStateViewModelFactory: androidx.lifecycle.ViewModel create(java.lang.Class) +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_DEFAULT_COLOR +androidx.preference.R$styleable: int LinearLayoutCompat_Layout_android_layout_width +com.jaredrummler.android.colorpicker.R$string: int abc_menu_delete_shortcut_label +com.google.android.material.R$dimen: int material_clock_display_padding +wangdaye.com.geometricweather.R$styleable: int Preference_android_selectable +com.turingtechnologies.materialscrollbar.R$attr: int boxCornerRadiusBottomStart +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceScreenStyle +androidx.viewpager.R$id: int notification_main_column_container +com.google.gson.stream.JsonReader: int PEEKED_END_ARRAY +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone TimeZone +androidx.loader.R$integer: int status_bar_notification_info_maxnum +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: java.lang.String getUpdateIntervalName(android.content.Context) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_verticalAlign +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowFixedWidthMinor +wangdaye.com.geometricweather.R$string: int feedback_readd_location_after_changing_source +okhttp3.internal.http2.Hpack$Reader: java.util.List headerList +com.jaredrummler.android.colorpicker.R$layout: int abc_alert_dialog_material +com.google.android.material.R$string: int search_menu_title +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_editor_absoluteY +okhttp3.internal.connection.RealConnection: boolean noNewStreams +io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.R$id: int large +cyanogenmod.providers.CMSettings$System: float getFloatForUser(android.content.ContentResolver,java.lang.String,int) +io.reactivex.internal.schedulers.ScheduledDirectPeriodicTask: ScheduledDirectPeriodicTask(java.lang.Runnable) +com.google.android.material.R$id: int parallax +android.didikee.donate.R$attr: int backgroundSplit +wangdaye.com.geometricweather.R$styleable: int ImageFilterView_overlay +com.xw.repo.bubbleseekbar.R$color: int dim_foreground_material_dark +io.reactivex.Observable: io.reactivex.Observable timeInterval(io.reactivex.Scheduler) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Imperial: int UnitType +com.xw.repo.bubbleseekbar.R$style: int Base_V22_Theme_AppCompat_Light +cyanogenmod.app.LiveLockScreenManager: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver +cyanogenmod.media.MediaRecorder: MediaRecorder() +okhttp3.internal.http.RequestLine +com.jaredrummler.android.colorpicker.R$attr: int seekBarIncrement +com.google.android.material.R$attr: int textColorSearchUrl +io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: ObservableSubscribeOn$SubscribeOnObserver(io.reactivex.Observer) +okio.DeflaterSink: okio.BufferedSink sink +androidx.core.widget.ContentLoadingProgressBar: ContentLoadingProgressBar(android.content.Context,android.util.AttributeSet) +androidx.transition.R$styleable: int FontFamilyFont_android_fontVariationSettings +com.google.android.material.R$attr: int recyclerViewStyle +okhttp3.internal.http2.Http2Connection$ReaderRunnable$3: Http2Connection$ReaderRunnable$3(okhttp3.internal.http2.Http2Connection$ReaderRunnable,java.lang.String,java.lang.Object[]) +com.google.android.material.datepicker.PickerFragment +android.didikee.donate.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity +com.turingtechnologies.materialscrollbar.R$style: int Animation_AppCompat_DropDownUp +android.didikee.donate.R$attr: int alertDialogStyle +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorControlActivated wangdaye.com.geometricweather.R$id: int accessibility_custom_action_0 -androidx.preference.R$drawable: int abc_ic_star_black_16dp -wangdaye.com.geometricweather.R$styleable: int Toolbar_contentInsetStart -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_minWidth -okhttp3.MultipartBody$Part -com.google.android.material.R$id: int mtrl_calendar_months -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.LocationEntityDao locationEntityDao -androidx.appcompat.R$drawable: int abc_seekbar_thumb_material -retrofit2.RequestBuilder: okhttp3.RequestBody body -com.turingtechnologies.materialscrollbar.R$styleable: int[] GradientColorItem -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_ICONS -wangdaye.com.geometricweather.search.Hilt_SearchActivity: Hilt_SearchActivity() -androidx.constraintlayout.widget.R$id: int action_context_bar -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse -androidx.constraintlayout.widget.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void headers(boolean,int,int,java.util.List) -com.xw.repo.bubbleseekbar.R$attr: int actionModeBackground -okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Http2Stream$FramingSink sink -com.jaredrummler.android.colorpicker.R$styleable: int[] AnimatedStateListDrawableItem -cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks: boolean requestDismiss() -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_DarkActionBar -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPathRenderer: void setAlpha(float) -okhttp3.Cache$CacheResponseBody$1: void close() -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_homeLayout -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void onNext(java.lang.Object) -okhttp3.internal.platform.Platform: int WARN -com.turingtechnologies.materialscrollbar.R$color: int mtrl_textinput_default_box_stroke_color -androidx.appcompat.R$styleable: int MenuItem_iconTint -cyanogenmod.hardware.ICMHardwareService: cyanogenmod.hardware.DisplayMode getCurrentDisplayMode() -androidx.constraintlayout.widget.R$attr: int searchHintIcon -wangdaye.com.geometricweather.R$drawable: int shortcuts_cloudy_foreground -androidx.preference.R$layout: int abc_list_menu_item_icon -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: ObservableWithLatestFromMany$WithLatestFromObserver(io.reactivex.Observer,io.reactivex.functions.Function,int) -androidx.viewpager2.R$attr: int fontProviderQuery -androidx.preference.R$style: int Theme_AppCompat_Light_DarkActionBar -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse -james.adaptiveicon.R$style: int Widget_AppCompat_ActionBar_TabView -wangdaye.com.geometricweather.R$layout: int text_view_with_line_height_from_layout -wangdaye.com.geometricweather.R$attr: int bsb_auto_adjust_section_mark -androidx.constraintlayout.utils.widget.MotionTelltales: MotionTelltales(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: int unitArrayIndex -io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: long serialVersionUID -com.google.android.material.R$style: int Widget_AppCompat_Light_ActionButton -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_OutlinedButton_Icon -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_measureWithLargestChild -okhttp3.internal.http2.ErrorCode: ErrorCode(java.lang.String,int,int) -io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource[],io.reactivex.functions.Function,int) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWindSpeed -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu -androidx.preference.R$style: int Widget_AppCompat_Light_ActionButton -androidx.preference.R$styleable: int MenuItem_tooltipText -com.google.android.material.R$style: int Theme_AppCompat_NoActionBar -wangdaye.com.geometricweather.R$styleable: int Transition_constraintSetEnd -androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type TOP -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listMenuViewStyle -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setIcePrecipitation(java.lang.Float) -androidx.preference.R$layout: int abc_list_menu_item_checkbox -wangdaye.com.geometricweather.R$style: int Preference_DialogPreference_Material -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleMargin -okio.Buffer: okio.Buffer writeShort(int) -com.turingtechnologies.materialscrollbar.MaterialScrollBar: float getIndicatorOffset() -cyanogenmod.providers.CMSettings$System: int getInt(android.content.ContentResolver,java.lang.String,int) -com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge -com.google.android.material.R$styleable: int KeyCycle_android_scaleX -cyanogenmod.app.ICMTelephonyManager: boolean isSubActive(int) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_115 -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_DrawerArrowToggle -wangdaye.com.geometricweather.R$style: int Test_Widget_MaterialComponents_MaterialCalendar -okhttp3.RequestBody$3: okhttp3.MediaType val$contentType -wangdaye.com.geometricweather.R$attr: int msb_scrollMode -androidx.constraintlayout.widget.R$string: int abc_menu_delete_shortcut_label -james.adaptiveicon.R$attr: int actionBarItemBackground -wangdaye.com.geometricweather.R$string: int mtrl_chip_close_icon_content_description -androidx.lifecycle.ClassesInfoCache$MethodReference: boolean equals(java.lang.Object) -androidx.lifecycle.extensions.R$styleable: int GradientColor_android_startX -com.google.android.material.R$attr: int passwordToggleEnabled -okio.Buffer: boolean rangeEquals(okio.Segment,int,okio.ByteString,int,int) -wangdaye.com.geometricweather.R$layout: int item_weather_daily_wind -wangdaye.com.geometricweather.R$styleable: int Toolbar_title -com.google.android.material.R$color: int material_on_surface_stroke -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_CompoundButton_Switch -androidx.constraintlayout.widget.R$styleable: int OnSwipe_onTouchUp -androidx.dynamicanimation.R$styleable: int FontFamilyFont_android_ttcIndex -wangdaye.com.geometricweather.R$attr: int expandedTitleMarginStart -com.google.android.material.R$attr: int onPositiveCross -androidx.activity.R$styleable: int FontFamily_fontProviderQuery -retrofit2.ParameterHandler$QueryName: retrofit2.Converter nameConverter -wangdaye.com.geometricweather.R$attr: int chipSpacing -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_3DES_EDE_CBC_SHA -androidx.coordinatorlayout.R$styleable: int GradientColor_android_centerX -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableTint -com.xw.repo.bubbleseekbar.R$styleable: int ColorStateListItem_alpha -wangdaye.com.geometricweather.R$dimen: int cpv_default_thickness -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_2 -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_translation_z_pressed -com.turingtechnologies.materialscrollbar.R$id: int navigation_header_container -wangdaye.com.geometricweather.R$id: int widget_day_weather -androidx.swiperefreshlayout.R$dimen: int compat_button_inset_vertical_material -com.google.android.material.R$styleable: int Chip_iconEndPadding -okio.SegmentedByteString: okio.ByteString toAsciiLowercase() -androidx.hilt.lifecycle.R$attr: R$attr() -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_track -wangdaye.com.geometricweather.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 -androidx.constraintlayout.widget.R$styleable: int Constraint_android_orientation -wangdaye.com.geometricweather.R$attr: int expandedTitleTextAppearance -wangdaye.com.geometricweather.R$styleable: int[] BottomAppBar -wangdaye.com.geometricweather.R$id: int custom -android.support.v4.app.INotificationSideChannel$Stub$Proxy: java.lang.String getInterfaceDescriptor() -retrofit2.Converter$Factory -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_year_height -com.google.android.material.R$styleable: int AppCompatTheme_editTextColor -io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: ObservableConcatWithCompletable$ConcatWithObserver(io.reactivex.Observer,io.reactivex.CompletableSource) -retrofit2.RequestBuilder: void addHeaders(okhttp3.Headers) -com.google.android.material.R$styleable: int MaterialCardView_checkedIconTint -cyanogenmod.app.CustomTile: int PSEUDO_GRID_ITEM_MAX_COUNT -com.google.android.material.R$styleable: int GradientColor_android_tileMode -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_orderInCategory -com.google.android.material.appbar.CollapsingToolbarLayout: void setContentScrim(android.graphics.drawable.Drawable) -okhttp3.HttpUrl: char[] HEX_DIGITS -androidx.appcompat.R$drawable: int abc_seekbar_track_material -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonStyle -cyanogenmod.weather.WeatherInfo$DayForecast: int hashCode() -io.reactivex.subjects.PublishSubject$PublishDisposable: io.reactivex.subjects.PublishSubject parent -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_22 -androidx.appcompat.R$style: int Widget_AppCompat_Toolbar_Button_Navigation -okhttp3.OkHttpClient$Builder: int connectTimeout -android.didikee.donate.R$styleable: int AppCompatTheme_actionMenuTextAppearance -com.google.android.material.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable -okio.Buffer: java.lang.String readString(java.nio.charset.Charset) -com.turingtechnologies.materialscrollbar.R$attr: int buttonBarPositiveButtonStyle -androidx.preference.R$styleable: int AppCompatTheme_actionMenuTextAppearance -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language CHINESE -okhttp3.Authenticator: okhttp3.Request authenticate(okhttp3.Route,okhttp3.Response) -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert -androidx.core.R$id: int dialog_button -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHeight_max -okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex: int hashCode() -com.google.android.material.R$dimen: int tooltip_precise_anchor_extra_offset -wangdaye.com.geometricweather.R$id: int activity_widget_config_clockFontContainer -androidx.lifecycle.LiveData: java.lang.Object NOT_SET -wangdaye.com.geometricweather.R$styleable: int Tooltip_android_text -wangdaye.com.geometricweather.R$styleable: int ChipGroup_singleSelection -android.didikee.donate.R$dimen: int abc_dropdownitem_icon_width -okhttp3.internal.cache.CacheInterceptor$1: okio.BufferedSink val$cacheBody -com.google.android.material.circularreveal.cardview.CircularRevealCardView: void setCircularRevealScrimColor(int) -okhttp3.internal.connection.RealConnection: void connectSocket(int,int,okhttp3.Call,okhttp3.EventListener) -com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_gradientRadius -wangdaye.com.geometricweather.R$id: int item_weather_daily_uv_title -com.google.android.material.R$dimen: int abc_text_size_button_material -wangdaye.com.geometricweather.R$attr: int layout_constrainedHeight -androidx.dynamicanimation.R$dimen: int compat_notification_large_icon_max_width -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getPressure() -com.google.android.material.textfield.TextInputLayout: void removeOnEndIconChangedListener(com.google.android.material.textfield.TextInputLayout$OnEndIconChangedListener) -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_DEFAULT_LED_ON -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu -com.xw.repo.bubbleseekbar.R$attr: int fontFamily -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModePasteDrawable -wangdaye.com.geometricweather.R$styleable: int GradientColor_android_centerY -androidx.preference.R$styleable: int TextAppearance_android_textColor -androidx.preference.R$style: int Theme_AppCompat_Light_Dialog_Alert -android.didikee.donate.R$styleable: int SwitchCompat_android_textOff -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Button -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWindChillTemperature -androidx.core.R$attr: int fontProviderQuery -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small -com.google.android.material.R$drawable: int abc_ab_share_pack_mtrl_alpha -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: boolean isDisposed() -okio.Buffer: long indexOf(byte) -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_counterEnabled -androidx.coordinatorlayout.R$color: int notification_icon_bg_color -james.adaptiveicon.R$attr: int actionBarSize -io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain: java.lang.String MESSAGE -wangdaye.com.geometricweather.R$attr: int checkedIconVisible -androidx.recyclerview.R$id: int item_touch_helper_previous_elevation -android.didikee.donate.R$attr: int colorBackgroundFloating -okhttp3.Handshake: java.util.List localCertificates -com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceOverline -androidx.lifecycle.ReportFragment$ActivityInitializationListener: void onStart() -wangdaye.com.geometricweather.R$color: int design_dark_default_color_background -androidx.lifecycle.extensions.R$styleable: int[] Fragment -com.google.android.material.bottomappbar.BottomAppBar: BottomAppBar(android.content.Context,android.util.AttributeSet) -androidx.transition.R$dimen -com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat_ActionBar -androidx.preference.R$styleable: int ActionBar_progressBarPadding -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean feelsLike -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_title_2 -androidx.appcompat.resources.R$integer: R$integer() -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_UnelevatedButton_Icon -androidx.activity.R$id: int action_image -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: long serialVersionUID -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer apparentTemperature -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum: AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum() -android.didikee.donate.R$styleable: int TextAppearance_android_shadowDx -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: java.lang.Object value -com.google.android.material.R$layout: int abc_tooltip -com.jaredrummler.android.colorpicker.R$attr: int actionDropDownStyle -androidx.recyclerview.R$styleable: int GradientColor_android_endY -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeApparentTemperature -okio.Buffer: okio.Buffer writeIntLe(int) -com.google.android.material.R$styleable: int FontFamily_fontProviderFetchTimeout -com.jaredrummler.android.colorpicker.R$attr: int toolbarNavigationButtonStyle -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String PRIMARY_COLOR -wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_level -wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String getDescription() -androidx.viewpager2.R$id: int accessibility_action_clickable_span -com.google.android.material.R$attr: int layout_constraintWidth_min -com.jaredrummler.android.colorpicker.R$style: int Base_AlertDialog_AppCompat_Light -com.turingtechnologies.materialscrollbar.R$attr: int layout_dodgeInsetEdges -androidx.appcompat.widget.AppCompatCheckBox: AppCompatCheckBox(android.content.Context) -com.turingtechnologies.materialscrollbar.R$id: int custom -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Speed Speed -androidx.dynamicanimation.R$integer: R$integer() -androidx.preference.Preference -androidx.hilt.R$attr: int font -androidx.vectordrawable.animated.R$id: int right_side -androidx.hilt.lifecycle.R$layout: int custom_dialog -com.google.android.material.progressindicator.ProgressIndicator: int getCircularRadius() -wangdaye.com.geometricweather.settings.fragments.AbstractSettingsFragment: AbstractSettingsFragment() -wangdaye.com.geometricweather.R$color: int design_fab_shadow_end_color -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarSplitStyle -androidx.appcompat.R$layout: int abc_action_bar_up_container -okhttp3.RequestBody -com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu -com.google.android.material.slider.RangeSlider: float getMinSeparation() -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall -cyanogenmod.weather.WeatherInfo$DayForecast: int getConditionCode() -wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String formattedId -androidx.fragment.R$drawable: int notification_action_background -wangdaye.com.geometricweather.R$anim: int popup_show_bottom_right -okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex -androidx.appcompat.R$attr: int paddingBottomNoButtons -wangdaye.com.geometricweather.R$styleable: R$styleable() -androidx.fragment.app.FragmentTabHost$SavedState: android.os.Parcelable$Creator CREATOR -androidx.drawerlayout.R$layout: int notification_template_part_time -androidx.constraintlayout.widget.R$styleable: int Spinner_android_prompt -cyanogenmod.app.ProfileGroup: android.os.Parcelable$Creator CREATOR -androidx.swiperefreshlayout.R$layout: int notification_template_icon_group -wangdaye.com.geometricweather.R$color: int highlighted_text_material_dark -wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Placeholder -wangdaye.com.geometricweather.R$string: int settings_title_notification_style -cyanogenmod.app.StatusBarPanelCustomTile: android.os.UserHandle user -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Button -androidx.viewpager.R$styleable: int FontFamilyFont_font -com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource[] values() -android.didikee.donate.R$style: int Base_Widget_AppCompat_SeekBar -androidx.constraintlayout.widget.R$drawable: int abc_btn_check_to_on_mtrl_015 -com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat_Dialog_Alert -com.google.android.material.R$styleable: int AppCompatTheme_windowNoTitle -wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.String TABLENAME -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_RC4_128_SHA -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_Button -org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.database.Database getDatabase() -cyanogenmod.app.StatusBarPanelCustomTile$1: cyanogenmod.app.StatusBarPanelCustomTile[] newArray(int) -com.google.android.material.R$dimen: int abc_text_size_title_material_toolbar -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_android_weightSum -io.reactivex.internal.util.ArrayListSupplier: io.reactivex.internal.util.ArrayListSupplier INSTANCE -androidx.lifecycle.ClassesInfoCache: void verifyAndPutHandler(java.util.Map,androidx.lifecycle.ClassesInfoCache$MethodReference,androidx.lifecycle.Lifecycle$Event,java.lang.Class) -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_scrimVisibleHeightTrigger -cyanogenmod.app.suggest.IAppSuggestManager$Stub: IAppSuggestManager$Stub() -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub: android.os.IBinder asBinder() -cyanogenmod.providers.CMSettings$System: java.lang.String ENABLE_REVERSE_LOOKUP -wangdaye.com.geometricweather.common.basic.models.weather.Base: java.util.Date getPublishDate() -com.xw.repo.bubbleseekbar.R$id: int customPanel -cyanogenmod.hardware.ThermalListenerCallback -androidx.recyclerview.R$layout: int custom_dialog -com.google.android.material.R$styleable: int MenuItem_android_id -android.didikee.donate.R$style: int Widget_AppCompat_PopupMenu -androidx.lifecycle.ViewModelProviders: ViewModelProviders() -com.google.android.material.R$id: int mini -cyanogenmod.externalviews.KeyguardExternalView -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_textAllCaps -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable -androidx.appcompat.widget.SwitchCompat: SwitchCompat(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_start_icon_margin_end -android.didikee.donate.R$dimen: int abc_action_bar_elevation_material -androidx.core.widget.NestedScrollView: int getMaxScrollAmount() -okhttp3.internal.http.RealInterceptorChain: okhttp3.Response proceed(okhttp3.Request,okhttp3.internal.connection.StreamAllocation,okhttp3.internal.http.HttpCodec,okhttp3.internal.connection.RealConnection) -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse -com.google.gson.stream.JsonWriter: boolean isLenient() -io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: ObservableDebounceTimed$DebounceEmitter(java.lang.Object,long,io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceTimedObserver) -okhttp3.RealCall: void captureCallStackTrace() -wangdaye.com.geometricweather.R$attr: int tabIndicatorGravity -wangdaye.com.geometricweather.R$id: int cpv_color_panel_old -wangdaye.com.geometricweather.db.entities.DailyEntity: int getNighttimeTemperature() -androidx.drawerlayout.R$id: int chronometer -cyanogenmod.externalviews.KeyguardExternalView$1: KeyguardExternalView$1(cyanogenmod.externalviews.KeyguardExternalView) -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getLtoDestination -cyanogenmod.app.Profile$TriggerType: Profile$TriggerType() -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_android_hint -cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_onAttach_0 -okhttp3.internal.platform.Android10Platform: void enableSessionTickets(javax.net.ssl.SSLSocket) -com.google.android.material.R$integer: int design_snackbar_text_max_lines -androidx.preference.R$attr: int alertDialogCenterButtons -com.google.android.material.R$style: int Base_Theme_AppCompat_Dialog -androidx.appcompat.R$drawable: int notification_tile_bg -androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_android_font -androidx.appcompat.R$styleable: int ActionBar_hideOnContentScroll +wangdaye.com.geometricweather.R$string: int date_format_short +wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String getCity() +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_subtitle +androidx.appcompat.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar +cyanogenmod.weather.CMWeatherManager +james.adaptiveicon.R$attr: int font +cyanogenmod.providers.CMSettings$NameValueCache +com.bumptech.glide.integration.okhttp.R$id: int top +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_light +com.xw.repo.bubbleseekbar.R$attr: int colorControlNormal +androidx.loader.R$layout: R$layout() +androidx.preference.R$color: int switch_thumb_material_light +android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart +wangdaye.com.geometricweather.remoteviews.config.Hilt_DayWeekWidgetConfigActivity: Hilt_DayWeekWidgetConfigActivity() +androidx.lifecycle.SavedStateHandle +androidx.customview.R$id: R$id() +okio.Okio$1: Okio$1(okio.Timeout,java.io.OutputStream) +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: org.reactivestreams.Subscriber downstream +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX: java.util.List getBrands() +okhttp3.internal.connection.StreamAllocation: okhttp3.Call call +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_scaleX +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title +androidx.constraintlayout.widget.R$styleable: int[] MenuGroup +android.didikee.donate.R$style: int Base_V7_Theme_AppCompat_Light_Dialog +android.didikee.donate.R$layout: int abc_activity_chooser_view_list_item +androidx.transition.R$layout: int notification_template_part_chronometer +wangdaye.com.geometricweather.R$styleable: int KeyPosition_percentX +wangdaye.com.geometricweather.R$color: int material_blue_grey_950 +wangdaye.com.geometricweather.R$styleable: int SearchView_android_inputType +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_suffixTextColor +com.turingtechnologies.materialscrollbar.R$attr: int windowActionBar +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilityRain rain +com.jaredrummler.android.colorpicker.R$id: int image +androidx.transition.R$id: int line3 +com.google.android.material.R$dimen: int clock_face_margin_start +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: java.util.List maxCountItems +wangdaye.com.geometricweather.R$attr: int tabStyle +wangdaye.com.geometricweather.R$id: int widget_week_week_5 +wangdaye.com.geometricweather.R$string: int content_desc_weather_icon_light +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog +android.didikee.donate.R$string: int abc_searchview_description_search +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_constraint_referenced_ids +androidx.constraintlayout.widget.R$attr: int customIntegerValue +cyanogenmod.weatherservice.ServiceRequest: void cancel() +com.google.gson.stream.JsonWriter: java.lang.String deferredName +cyanogenmod.hardware.CMHardwareManager: java.lang.String getLtoSource() +androidx.core.R$style: R$style() +com.google.android.material.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar +cyanogenmod.providers.CMSettings$Secure: cyanogenmod.providers.CMSettings$NameValueCache sNameValueCache +wangdaye.com.geometricweather.R$attr: int autoSizeStepGranularity +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: int nameId +androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_android_fontWeight +androidx.viewpager2.R$styleable: int FontFamilyFont_android_fontWeight +androidx.appcompat.R$attr: int listDividerAlertDialog +androidx.constraintlayout.widget.R$layout: int support_simple_spinner_dropdown_item +androidx.viewpager.widget.ViewPager: int getClientWidth() +androidx.appcompat.R$styleable: int AppCompatTheme_actionModeBackground +okhttp3.internal.http2.Huffman$Node +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningAdvice: int phenomenonId +com.bumptech.glide.integration.okhttp.R$style: int TextAppearance_Compat_Notification_Info +james.adaptiveicon.R$styleable: int ActionBar_logo +okhttp3.TlsVersion: java.lang.String javaName() +okhttp3.CacheControl: boolean isPrivate() +wangdaye.com.geometricweather.R$styleable: int ActionBar_progressBarPadding +androidx.appcompat.R$styleable: int SearchView_android_focusable +retrofit2.RequestFactory$Builder: java.util.Set relativeUrlParamNames +androidx.appcompat.R$id: int none +com.google.android.material.textfield.TextInputLayout: void setHintTextAppearance(int) +wangdaye.com.geometricweather.R$string: int mtrl_picker_text_input_day_abbr +cyanogenmod.power.IPerformanceManager$Stub: cyanogenmod.power.IPerformanceManager asInterface(android.os.IBinder) +okhttp3.OkHttpClient: okhttp3.Authenticator authenticator() +androidx.appcompat.resources.R$dimen: int notification_large_icon_width +android.didikee.donate.R$dimen: int abc_control_corner_material +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void ackSettings() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getUvLevel() +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void cancel() +androidx.lifecycle.extensions.R$styleable: int FontFamily_fontProviderFetchTimeout +androidx.appcompat.R$attr: int titleMarginStart +wangdaye.com.geometricweather.R$attr: int touchAnchorSide +cyanogenmod.app.ThemeComponent: ThemeComponent(java.lang.String,int,int) +androidx.constraintlayout.widget.R$styleable: int ActionBar_progressBarStyle +androidx.preference.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable +androidx.preference.R$styleable: int Spinner_android_dropDownWidth +com.google.android.material.R$style: int Platform_V25_AppCompat_Light +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut +androidx.viewpager2.R$styleable +okhttp3.internal.http2.Huffman: int[] CODES +retrofit2.ParameterHandler$Tag: void apply(retrofit2.RequestBuilder,java.lang.Object) +wangdaye.com.geometricweather.R$string: int settings_title_card_order +wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_sun +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_switchPadding +okhttp3.ConnectionSpec: okhttp3.ConnectionSpec MODERN_TLS +com.bumptech.glide.integration.okhttp.R$attr: int fontProviderFetchStrategy +okhttp3.internal.http2.Http2Codec: okhttp3.internal.http2.Http2Connection connection +com.google.android.material.bottomnavigation.BottomNavigationView: android.content.res.ColorStateList getItemTextColor() +androidx.drawerlayout.R$styleable: int[] GradientColor +wangdaye.com.geometricweather.R$attr: int logo +wangdaye.com.geometricweather.R$string: int sensible_temp +androidx.preference.R$color: int abc_tint_edittext +wangdaye.com.geometricweather.R$styleable: int ForegroundLinearLayout_android_foreground +wangdaye.com.geometricweather.R$style: int TestStyleWithLineHeightAppearance +okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Header$Listener headersListener +androidx.recyclerview.widget.RecyclerView: void setLayoutTransition(android.animation.LayoutTransition) +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_title +wangdaye.com.geometricweather.main.models.LocationResource$Event: wangdaye.com.geometricweather.main.models.LocationResource$Event INITIALIZE +okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex: javax.net.ssl.X509TrustManager trustManager +okhttp3.internal.Internal: void initializeInstanceForTests() +cyanogenmod.app.IPartnerInterface: java.lang.String getCurrentHotwordPackageName() +cyanogenmod.app.ILiveLockScreenChangeListener$Stub: int TRANSACTION_onLiveLockScreenChanged_0 +androidx.appcompat.R$drawable: int tooltip_frame_light +androidx.constraintlayout.widget.R$color: int bright_foreground_disabled_material_dark +androidx.appcompat.R$style: int Base_Widget_AppCompat_ImageButton +com.turingtechnologies.materialscrollbar.R$styleable: int Snackbar_snackbarStyle +cyanogenmod.app.PartnerInterface: java.lang.String MODIFY_SOUND_SETTINGS_PERMISSION +androidx.appcompat.R$attr: int popupWindowStyle +retrofit2.Retrofit: okhttp3.Call$Factory callFactory +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: void onSubscribe(io.reactivex.disposables.Disposable) +james.adaptiveicon.R$attr: int splitTrack +com.google.android.material.R$styleable: int ConstraintSet_transitionEasing +androidx.preference.R$dimen: int notification_content_margin_start +wangdaye.com.geometricweather.R$string: int key_notification +wangdaye.com.geometricweather.R$dimen: int tooltip_vertical_padding +com.xw.repo.bubbleseekbar.R$id: int info +androidx.constraintlayout.widget.R$drawable: int abc_dialog_material_background +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: java.lang.String unit +com.google.android.material.R$styleable: int Spinner_android_dropDownWidth +wangdaye.com.geometricweather.R$drawable: int weather_sleet_mini_grey +androidx.preference.R$drawable: int abc_scrubber_primary_mtrl_alpha +androidx.appcompat.R$color: int accent_material_dark +wangdaye.com.geometricweather.R$id: int notification_big_week_4 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Metric: double Value +wangdaye.com.geometricweather.R$id: int container +wangdaye.com.geometricweather.R$drawable: int weather_clear_day +cyanogenmod.weather.RequestInfo: java.lang.String access$802(cyanogenmod.weather.RequestInfo,java.lang.String) +wangdaye.com.geometricweather.R$styleable: int Preference_defaultValue +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_21 +cyanogenmod.providers.CMSettings$System$3 +wangdaye.com.geometricweather.db.entities.LocationEntity: void setDistrict(java.lang.String) +wangdaye.com.geometricweather.R$string: int settings_title_click_widget_to_refresh +androidx.dynamicanimation.R$layout: int notification_template_icon_group +androidx.constraintlayout.widget.R$styleable: int View_paddingStart +androidx.drawerlayout.R$id: int time +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ListPopupWindow +okhttp3.internal.ws.RealWebSocket: void onReadPing(okio.ByteString) +wangdaye.com.geometricweather.R$style: int widget_text_clock +wangdaye.com.geometricweather.R$attr: int moveWhenScrollAtTop +okio.RealBufferedSink: okio.BufferedSink writeUtf8(java.lang.String) +androidx.hilt.lifecycle.R$integer: int status_bar_notification_info_maxnum +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionBar_Solid +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_fontFamily +androidx.fragment.R$id: int forever +okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.platform.OptionalMethod setAlpnProtocols +wangdaye.com.geometricweather.R$attr: int cardElevation +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: boolean isDisposed() +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: boolean hasError() +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.HistoryEntityDao historyEntityDao +okhttp3.internal.http2.Http2Codec: okhttp3.ResponseBody openResponseBody(okhttp3.Response) +cyanogenmod.app.suggest.IAppSuggestProvider +com.bumptech.glide.load.HttpException: HttpException(int) +androidx.customview.R$styleable: int GradientColor_android_startColor +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void setCancellable(io.reactivex.functions.Cancellable) +com.google.android.material.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeIcePrecipitationProbability(java.lang.Float) +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_prefixTextColor +okhttp3.internal.platform.Jdk9Platform +cyanogenmod.app.ProfileGroup$Mode: cyanogenmod.app.ProfileGroup$Mode valueOf(java.lang.String) +com.google.android.material.R$dimen: int design_bottom_navigation_text_size +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: void setFrom(java.util.Date) +android.didikee.donate.R$style: int Base_AlertDialog_AppCompat +wangdaye.com.geometricweather.settings.activities.CardDisplayManageActivity +james.adaptiveicon.R$attr: int goIcon +androidx.constraintlayout.widget.R$color: int abc_tint_edittext +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getRainPrecipitationProbability() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorPrimaryDark +com.google.android.material.bottomnavigation.BottomNavigationView: void setItemHorizontalTranslationEnabled(boolean) +androidx.hilt.R$styleable: int GradientColor_android_tileMode +androidx.core.widget.ContentLoadingProgressBar: ContentLoadingProgressBar(android.content.Context) +androidx.constraintlayout.widget.R$attr: int layout_constraintVertical_chainStyle +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamily_fontProviderCerts +androidx.preference.MultiSelectListPreferenceDialogFragmentCompat +com.xw.repo.bubbleseekbar.R$styleable: int ViewStubCompat_android_id +retrofit2.ParameterHandler$QueryName: ParameterHandler$QueryName(retrofit2.Converter,boolean) +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: boolean disposed +com.google.android.material.R$dimen: int compat_button_padding_horizontal_material +com.google.android.material.R$drawable: int material_ic_keyboard_arrow_next_black_24dp +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_gestureInsetBottomIgnored +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void onComplete() +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ImageButton +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_android_fontStyle +okio.ByteString: okio.ByteString of(byte[]) +okhttp3.internal.http2.Http2Connection: void writeData(int,boolean,okio.Buffer,long) +com.jaredrummler.android.colorpicker.R$attr: int textAppearanceSearchResultSubtitle +okhttp3.internal.ws.RealWebSocket$Close: int code +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_checkedIconVisible +com.google.android.material.R$drawable: int abc_action_bar_item_background_material +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_Switch +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_subtitle_bottom_margin_material +com.google.android.material.R$attr: int badgeGravity +wangdaye.com.geometricweather.R$array: int pressure_unit_values +android.didikee.donate.R$style: int TextAppearance_AppCompat_Headline +com.jaredrummler.android.colorpicker.R$drawable: int abc_seekbar_track_material +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float pm10 +androidx.loader.R$id: int notification_main_column +com.google.gson.stream.JsonReader: void skipUnquotedValue() +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void slideLockscreenIn() +com.xw.repo.bubbleseekbar.R$attr: int buttonTint +com.xw.repo.bubbleseekbar.R$color: int material_grey_800 +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: void clear() +wangdaye.com.geometricweather.R$styleable: int Slider_trackColorInactive +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Button +androidx.constraintlayout.widget.R$attr: int paddingEnd +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu +wangdaye.com.geometricweather.R$style: int Preference_SeekBarPreference +cyanogenmod.externalviews.IExternalViewProvider$Stub: IExternalViewProvider$Stub() +james.adaptiveicon.R$dimen: int abc_dialog_min_width_major +com.jaredrummler.android.colorpicker.R$styleable: int Preference_icon +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: ObservableRetryWhen$RepeatWhenObserver(io.reactivex.Observer,io.reactivex.subjects.Subject,io.reactivex.ObservableSource) +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver(io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver) +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: io.reactivex.internal.fuseable.SimpleQueue queue +androidx.hilt.lifecycle.R$id +okio.Buffer$2: java.lang.String toString() +wangdaye.com.geometricweather.R$string: int bottomsheet_action_expand_halfway +androidx.hilt.work.R$drawable: int notification_bg_low_normal +com.google.android.material.appbar.CollapsingToolbarLayout: void setVisibility(int) +cyanogenmod.app.CustomTile$RemoteExpandedStyle: void setRemoteViews(android.widget.RemoteViews) +com.xw.repo.bubbleseekbar.R$attr: int buttonIconDimen +androidx.constraintlayout.widget.R$id: int SHOW_PROGRESS +okio.RealBufferedSink: java.lang.String toString() +okio.BufferedSource: byte[] readByteArray() +com.google.android.material.R$styleable: int AppCompatTheme_dividerVertical +com.jaredrummler.android.colorpicker.R$drawable: int abc_vector_test +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart +com.turingtechnologies.materialscrollbar.R$id: int customPanel +com.google.android.material.textfield.TextInputLayout: void setBoxStrokeErrorColor(android.content.res.ColorStateList) +okio.BufferedSource: java.lang.String readUtf8(long) +androidx.preference.R$styleable: int MenuItem_android_title +com.google.android.material.slider.BaseSlider: BaseSlider(android.content.Context) +com.bumptech.glide.R$dimen: int compat_control_corner_material +james.adaptiveicon.R$attr: int numericModifiers +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA +androidx.appcompat.R$attr: int textAllCaps +cyanogenmod.externalviews.KeyguardExternalView$2: void setInteractivity(boolean) +android.didikee.donate.R$drawable: int abc_ic_arrow_drop_right_black_24dp +com.bumptech.glide.module.AppGlideModule: AppGlideModule() +james.adaptiveicon.R$styleable: int[] DrawerArrowToggle +wangdaye.com.geometricweather.R$integer: int cpv_default_anim_swoop_duration +wangdaye.com.geometricweather.R$color: int mtrl_tabs_ripple_color +androidx.viewpager2.R$dimen: int notification_content_margin_start +androidx.core.R$dimen: int compat_button_padding_horizontal_material +androidx.hilt.R$drawable: int notification_tile_bg +okhttp3.Response: long sentRequestAtMillis() +com.google.gson.stream.JsonWriter: void setSerializeNulls(boolean) +android.didikee.donate.R$styleable: int[] AppCompatSeekBar +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_scaleX +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_RatingBar_Indicator +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub: int TRANSACTION_setServiceRequestState +androidx.core.R$styleable: int GradientColor_android_type +com.google.android.material.behavior.SwipeDismissBehavior +android.didikee.donate.R$styleable: int LinearLayoutCompat_android_gravity +cyanogenmod.app.ILiveLockScreenManager: cyanogenmod.app.LiveLockScreenInfo getDefaultLiveLockScreen() +cyanogenmod.externalviews.ExternalViewProviderService$Provider: int DEFAULT_WINDOW_FLAGS +okhttp3.internal.connection.RealConnection$1 +com.google.android.material.R$id: int textinput_suffix_text +wangdaye.com.geometricweather.R$id: int left +androidx.dynamicanimation.R$styleable: int FontFamily_fontProviderFetchTimeout +james.adaptiveicon.R$color: int abc_secondary_text_material_light +com.jaredrummler.android.colorpicker.R$id: int action_bar_title +wangdaye.com.geometricweather.R$styleable: int[] Transform +wangdaye.com.geometricweather.R$attr: int paddingLeftSystemWindowInsets +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void innerComplete() +retrofit2.HttpServiceMethod: HttpServiceMethod(retrofit2.RequestFactory,okhttp3.Call$Factory,retrofit2.Converter) +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog +androidx.preference.R$color: int material_grey_600 +com.turingtechnologies.materialscrollbar.R$styleable: int[] SwitchCompat +androidx.lifecycle.LiveDataReactiveStreams: androidx.lifecycle.LiveData fromPublisher(org.reactivestreams.Publisher) +androidx.appcompat.R$color: int highlighted_text_material_light +android.didikee.donate.R$styleable: int MenuView_android_horizontalDivider +com.google.android.material.R$attr: int behavior_autoHide +androidx.constraintlayout.widget.R$attr: int textAllCaps +androidx.lifecycle.Lifecycling: java.util.Map sCallbackCache +androidx.preference.R$drawable: int abc_list_divider_mtrl_alpha +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown +com.xw.repo.bubbleseekbar.R$dimen: int tooltip_margin +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_24 +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha +cyanogenmod.hardware.CMHardwareManager: android.content.Context mContext +retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$2: retrofit2.Call $this_await$inlined +wangdaye.com.geometricweather.db.entities.HourlyEntity: HourlyEntity(java.lang.Long,java.lang.String,java.lang.String,java.util.Date,long,boolean,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,int,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float) +androidx.constraintlayout.widget.R$styleable: int Layout_layout_goneMarginEnd +androidx.swiperefreshlayout.R$style: int TextAppearance_Compat_Notification_Title +okhttp3.HttpUrl$Builder: java.lang.String encodedPassword +okhttp3.Cache: int writeAbortCount() +com.google.android.material.R$styleable: int ActionBar_progressBarStyle +androidx.preference.R$dimen: int highlight_alpha_material_light +wangdaye.com.geometricweather.R$id: int widget_day_week_temp_3 +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String NAVBAR_BACKGROUND +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_4 +com.jaredrummler.android.colorpicker.R$drawable: int abc_control_background_material +androidx.customview.R$styleable: int FontFamilyFont_fontStyle +wangdaye.com.geometricweather.R$drawable: int weather_thunder_2 +okhttp3.OkHttpClient$Builder: int writeTimeout +com.google.android.material.R$color: int dim_foreground_material_dark +wangdaye.com.geometricweather.R$layout: int material_timepicker +okhttp3.internal.cache.DiskLruCache$Entry: okhttp3.internal.cache.DiskLruCache$Snapshot snapshot() +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.HourlyEntity,long) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_autoSizeMaxTextSize +androidx.appcompat.R$id: int line1 +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_body_2_material +androidx.work.R$style: int TextAppearance_Compat_Notification_Title +androidx.vectordrawable.animated.R$styleable: int GradientColorItem_android_offset +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Display4 +com.xw.repo.bubbleseekbar.R$id: int title +com.bumptech.glide.integration.okhttp.R$id: int notification_main_column_container +retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: boolean isDisposed() +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void run() +retrofit2.OkHttpCall: java.lang.Throwable creationFailure +wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_android_switchTextOn +wangdaye.com.geometricweather.R$styleable: int Preference_android_title +wangdaye.com.geometricweather.R$styleable: int Constraint_transitionPathRotate +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void onComplete() +com.xw.repo.bubbleseekbar.R$layout: int abc_expanded_menu_layout +androidx.appcompat.R$attr: int editTextStyle +android.didikee.donate.R$style: int Widget_AppCompat_AutoCompleteTextView +cyanogenmod.providers.CMSettings$System: java.lang.String FORWARD_LOOKUP_PROVIDER +com.google.android.material.R$color: int design_fab_stroke_top_inner_color +wangdaye.com.geometricweather.R$attr: int bsb_second_track_color +wangdaye.com.geometricweather.R$attr: int flow_firstHorizontalStyle +wangdaye.com.geometricweather.R$styleable: int AppBarLayout_android_keyboardNavigationCluster +com.google.android.material.R$dimen: int mtrl_bottomappbar_fabOffsetEndMode +wangdaye.com.geometricweather.R$attr: int itemTextAppearanceActive +okio.Buffer$UnsafeCursor: long offset +com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_TabView +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: void onError(java.lang.Throwable) +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: int requestFusion(int) +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_android_textOn +io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.Function,java.util.concurrent.Callable,int) +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_LOCKSCREEN +androidx.appcompat.R$color: int ripple_material_light +android.didikee.donate.R$styleable: int AppCompatTheme_ratingBarStyle +wangdaye.com.geometricweather.db.entities.LocationEntity: void setChina(boolean) +com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_listItemLayout +io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: void onComplete() +james.adaptiveicon.R$style: int Widget_AppCompat_ActionButton_CloseMode +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse +androidx.core.R$drawable: int notify_panel_notification_icon_bg +io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver parent +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getSo2() +android.didikee.donate.R$styleable: int AppCompatTheme_panelMenuListTheme +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_transformPivotX +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_menuCategory +androidx.appcompat.R$attr: int listPreferredItemHeightSmall +androidx.activity.R$id: int accessibility_custom_action_27 +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintCircle +com.jaredrummler.android.colorpicker.R$color: int abc_secondary_text_material_dark +androidx.hilt.lifecycle.R$drawable: int notification_bg_normal_pressed +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_checkboxStyle +cyanogenmod.app.CustomTile$ExpandedStyle: java.lang.String toString() +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionBar_Solid +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHorizontal_bias +cyanogenmod.themes.ThemeManager: void logThemeServiceException(java.lang.Exception) +wangdaye.com.geometricweather.R$styleable: int Chip_closeIconStartPadding +cyanogenmod.weather.RequestInfo$Builder: boolean isValidTempUnit(int) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Snow: AccuDailyResult$DailyForecasts$Day$Snow() +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableTintMode +james.adaptiveicon.R$drawable: int abc_btn_check_material +com.jaredrummler.android.colorpicker.R$id: int search_badge +cyanogenmod.weatherservice.ServiceRequestResult: ServiceRequestResult() +android.didikee.donate.R$id: int action_bar +wangdaye.com.geometricweather.R$id: int widget_day_symbol +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_toLeftOf +androidx.viewpager2.R$style: int Widget_Compat_NotificationActionText +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xntd +com.google.android.material.R$attr: int layout_constraintGuide_end +androidx.drawerlayout.R$dimen: int notification_small_icon_size_as_large +okhttp3.CacheControl: boolean isPublic() +androidx.vectordrawable.animated.R$dimen: int notification_large_icon_width +okhttp3.internal.cache.DiskLruCache: java.lang.String VERSION_1 +cyanogenmod.app.suggest.ApplicationSuggestion: void writeToParcel(android.os.Parcel,int) +com.jaredrummler.android.colorpicker.R$attr: int actionOverflowButtonStyle +wangdaye.com.geometricweather.R$id: int container_main_header_weatherTxt +com.xw.repo.bubbleseekbar.R$anim: int abc_fade_in +androidx.appcompat.widget.AppCompatImageButton: android.content.res.ColorStateList getSupportImageTintList() +com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_color +wangdaye.com.geometricweather.R$layout: int dialog_donate_wechat +wangdaye.com.geometricweather.R$attr: int constraint_referenced_ids +androidx.hilt.R$id: int accessibility_custom_action_29 +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeCloudCover +androidx.appcompat.R$styleable: int AppCompatTheme_panelMenuListWidth +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_shapeAppearance +retrofit2.ParameterHandler$Headers: void apply(retrofit2.RequestBuilder,java.lang.Object) +com.google.android.material.R$attr: int expandedTitleMarginTop +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_30 +androidx.work.R$styleable: int GradientColor_android_endX +com.google.android.material.R$id: int cos +okhttp3.TlsVersion: java.lang.String javaName +androidx.activity.R$drawable: int notification_bg_normal +com.xw.repo.bubbleseekbar.R$id: int icon_group +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust: AccuCurrentResult$WindGust() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Direction Direction +wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource source +wangdaye.com.geometricweather.R$drawable: int ic_collected +com.google.android.material.R$dimen: int abc_dialog_fixed_width_major +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeCloseDrawable +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableLeftCompat +okhttp3.internal.cache.DiskLruCache: void completeEdit(okhttp3.internal.cache.DiskLruCache$Editor,boolean) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX names +com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_gapBetweenBars +wangdaye.com.geometricweather.R$styleable: int[] AnimatedStateListDrawableCompat +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory create(javax.inject.Provider,javax.inject.Provider) +okio.Buffer: okio.Buffer writeInt(int) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Direction: int Degrees +retrofit2.http.Query: boolean encoded() +com.bumptech.glide.R$style +android.didikee.donate.R$styleable: int[] SwitchCompat +wangdaye.com.geometricweather.R$id: int widget_text_temperature +androidx.viewpager.R$id: int forever +androidx.constraintlayout.widget.R$drawable: int btn_radio_off_to_on_mtrl_animation +com.google.android.material.chip.Chip: void setCloseIconEnabled(boolean) +com.bumptech.glide.load.HttpException: HttpException(java.lang.String) +androidx.constraintlayout.widget.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView +okio.ForwardingSink: okio.Timeout timeout() +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult: java.lang.String type +wangdaye.com.geometricweather.R$drawable: int shortcuts_haze_foreground +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu +com.jaredrummler.android.colorpicker.R$attr: int defaultValue +james.adaptiveicon.R$attr: int closeItemLayout +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_text_size +androidx.fragment.R$id: int notification_background +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$1: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 +androidx.preference.R$attr: int titleMarginEnd +okhttp3.internal.cache2.Relay: boolean complete +androidx.lifecycle.AbstractSavedStateViewModelFactory: androidx.lifecycle.ViewModel create(java.lang.Class) +androidx.constraintlayout.widget.R$color: int bright_foreground_disabled_material_light +androidx.preference.R$id: int time +android.didikee.donate.R$attr: int popupWindowStyle +androidx.appcompat.R$styleable: int TextAppearance_android_textSize +wangdaye.com.geometricweather.R$attr: int preferenceTheme +wangdaye.com.geometricweather.R$attr: int materialTimePickerTheme +androidx.core.view.GestureDetectorCompat$GestureDetectorCompatImplBase +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_7 +com.google.android.material.R$styleable: int AppCompatTheme_buttonBarButtonStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX: void setBrands(java.util.List) +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Subhead_Inverse +okhttp3.internal.http2.Http2Connection$PingRunnable: okhttp3.internal.http2.Http2Connection this$0 +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Body1 +androidx.customview.R$styleable: int GradientColor_android_startY +androidx.constraintlayout.widget.R$anim: int btn_radio_to_off_mtrl_ring_outer_path_animation +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean +wangdaye.com.geometricweather.R$color: int test_mtrl_calendar_day +androidx.vectordrawable.animated.R$dimen: int notification_action_text_size +android.didikee.donate.R$color: int material_grey_300 +james.adaptiveicon.R$attr: int listChoiceBackgroundIndicator +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_menu_share_mtrl_alpha +androidx.viewpager.R$styleable: int GradientColor_android_startY +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_104 +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: java.lang.String messageShort +com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_divider_material +androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityCreated(android.app.Activity,android.os.Bundle) +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_verticalAlign +cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String DESKCLOCK_PACKAGE +wangdaye.com.geometricweather.R$attr: int suffixTextAppearance +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipStrokeColor +androidx.constraintlayout.utils.widget.ImageFilterView: void setSaturation(float) +wangdaye.com.geometricweather.R$drawable: int weather_fog +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWindChillTemperature(java.lang.Integer) +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.rx.RxDao rxDao +androidx.constraintlayout.utils.widget.ImageFilterView: float getRoundPercent() +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.google.android.material.R$layout: int mtrl_picker_header_toggle +com.google.android.material.R$dimen: int tooltip_y_offset_touch +android.support.v4.os.IResultReceiver$Stub$Proxy +androidx.hilt.work.R$dimen: int notification_top_pad_large_text +com.google.android.material.chip.Chip: void setBackgroundResource(int) +james.adaptiveicon.R$layout: int notification_action_tombstone +androidx.dynamicanimation.R$styleable: int FontFamily_fontProviderFetchStrategy +io.reactivex.internal.schedulers.ScheduledRunnable: java.lang.Object PARENT_DISPOSED +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeTemperature +cyanogenmod.weather.RequestInfo$Builder: boolean mIsQueryOnly +retrofit2.RequestBuilder: void addQueryParam(java.lang.String,java.lang.String,boolean) +cyanogenmod.providers.CMSettings +androidx.appcompat.R$attr: int titleTextStyle +androidx.work.impl.utils.futures.DirectExecutor: void execute(java.lang.Runnable) +wangdaye.com.geometricweather.remoteviews.config.DayWeekWidgetConfigActivity +cyanogenmod.providers.CMSettings$System: java.lang.String VOLUME_ADJUST_SOUNDS_ENABLED +com.github.rahatarmanahmed.cpv.CircularProgressView: float access$200(com.github.rahatarmanahmed.cpv.CircularProgressView) +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_27 +com.google.android.material.R$styleable: int AppCompatTheme_actionModeShareDrawable +com.google.android.material.R$attr: int materialButtonStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX +retrofit2.ParameterHandler$Path: java.lang.reflect.Method method +cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String pkg +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_contentInsetLeft +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_29 +wangdaye.com.geometricweather.R$dimen: int mtrl_badge_radius +cyanogenmod.providers.CMSettings$3 +com.xw.repo.bubbleseekbar.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable +okhttp3.internal.http2.Http2Connection$Builder: Http2Connection$Builder(boolean) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Imperial Imperial +androidx.coordinatorlayout.R$styleable: int GradientColor_android_centerColor +androidx.work.impl.background.systemalarm.SystemAlarmService: SystemAlarmService() +wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: java.lang.String getPollenText(android.content.Context,java.lang.Integer) +androidx.constraintlayout.widget.R$attr: int titleMarginEnd +wangdaye.com.geometricweather.R$attr: int settingsActivity +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean dispatchKeyEvent(android.view.KeyEvent) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer moonPhaseAngle +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_default_padding_end_material +androidx.preference.R$style: int Preference_Information +com.google.android.material.R$styleable: int KeyPosition_sizePercent +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem +androidx.appcompat.R$styleable: int AppCompatTextHelper_android_textAppearance +com.google.android.material.R$styleable: int MenuItem_android_icon +androidx.constraintlayout.widget.R$string: int abc_capital_off +wangdaye.com.geometricweather.R$string: int mtrl_picker_confirm +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onKeyguardShowing(boolean) +androidx.legacy.coreutils.R$color: R$color() +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.xw.repo.bubbleseekbar.R$string: int abc_searchview_description_search +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textColorSearchUrl +wangdaye.com.geometricweather.R$dimen: int item_touch_helper_swipe_escape_velocity +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dropDownListViewStyle +com.google.android.material.snackbar.Snackbar$SnackbarLayout: void setBackgroundDrawable(android.graphics.drawable.Drawable) +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Large +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable: java.lang.Runnable actual +androidx.preference.R$styleable: int[] AppCompatImageView +com.turingtechnologies.materialscrollbar.R$attr: int alertDialogTheme +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Temperature +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: ObservableConcatMapMaybe$ConcatMapMaybeMainObserver(io.reactivex.Observer,io.reactivex.functions.Function,int,io.reactivex.internal.util.ErrorMode) +io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: boolean isDisposed() +androidx.appcompat.widget.DropDownListView: void setSelectorEnabled(boolean) +okhttp3.internal.ws.RealWebSocket: java.util.ArrayDeque messageAndCloseQueue +cyanogenmod.themes.ThemeManager$1: cyanogenmod.themes.ThemeManager this$0 +wangdaye.com.geometricweather.R$layout: int item_weather_daily_air +wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource: wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource CN +wangdaye.com.geometricweather.R$drawable: int ic_android +androidx.lifecycle.LiveData: void dispatchingValue(androidx.lifecycle.LiveData$ObserverWrapper) +android.didikee.donate.R$attr: int textAppearanceListItem +wangdaye.com.geometricweather.R$drawable: int ic_map_clock +cyanogenmod.themes.ThemeChangeRequest +com.google.android.material.R$attr: int fontProviderQuery +androidx.core.app.RemoteActionCompatParcelizer: RemoteActionCompatParcelizer() +wangdaye.com.geometricweather.common.basic.models.weather.Base: long getTimeStamp() +androidx.vectordrawable.R$id: int accessibility_custom_action_29 +com.google.android.material.R$attr: int number +wangdaye.com.geometricweather.R$layout: int container_snackbar_card +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: void setValue(java.lang.String) +wangdaye.com.geometricweather.R$drawable: int shortcuts_wind_foreground +androidx.appcompat.R$styleable: int ActivityChooserView_initialActivityCount +retrofit2.http.Headers +androidx.constraintlayout.widget.R$dimen: int compat_notification_large_icon_max_width +androidx.dynamicanimation.R$id: int notification_background +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary +cyanogenmod.app.ThemeVersion$ThemeVersionImpl2$1: ThemeVersion$ThemeVersionImpl2$1() +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: io.reactivex.internal.disposables.ArrayCompositeDisposable resources +androidx.work.R$drawable: int notification_bg +wangdaye.com.geometricweather.R$styleable: int MockView_mock_label +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.String TABLENAME +com.github.rahatarmanahmed.cpv.R: R() +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setThunderstormPrecipitationProbability(java.lang.Float) +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse +androidx.hilt.R$id: int tag_accessibility_actions +com.google.android.material.appbar.AppBarLayout: int getMinimumHeightForVisibleOverlappingContent() +wangdaye.com.geometricweather.db.entities.AlertEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.AlertEntity) +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ListPopupWindow +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Button_Small +com.google.android.material.R$color: int tooltip_background_dark +cyanogenmod.app.suggest.ApplicationSuggestion: java.lang.String mName +com.google.android.material.R$color: int material_timepicker_modebutton_tint +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableLeftCompat +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String getCityId() +okhttp3.internal.ws.RealWebSocket$Close: RealWebSocket$Close(int,okio.ByteString,long) +androidx.hilt.work.R$styleable: int GradientColor_android_tileMode +com.turingtechnologies.materialscrollbar.R$string: int abc_action_bar_up_description +androidx.work.R$id: int async +androidx.work.R$styleable: int GradientColor_android_centerY +okhttp3.ResponseBody$1: okio.BufferedSource val$content +wangdaye.com.geometricweather.R$attr: int layout_goneMarginRight +androidx.appcompat.R$anim: int abc_slide_in_top +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_collapseIcon +androidx.appcompat.R$styleable: int[] ColorStateListItem +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_centerX +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Dialog_FixedSize +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun: long EpochRise +wangdaye.com.geometricweather.R$attr: int actionBarSplitStyle +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemTextAppearance +androidx.drawerlayout.widget.DrawerLayout: void setDrawerElevation(float) +com.turingtechnologies.materialscrollbar.R$style: int Platform_ThemeOverlay_AppCompat +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getGrassLevel() +wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: void setChartItemView(wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView) +wangdaye.com.geometricweather.R$attr: int lastBaselineToBottomHeight +james.adaptiveicon.R$dimen: int abc_disabled_alpha_material_dark +okhttp3.Response: okhttp3.Response priorResponse() +wangdaye.com.geometricweather.common.basic.models.weather.UV: UV(java.lang.Integer,java.lang.String,java.lang.String) +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_autoSizePresetSizes +androidx.preference.R$attr: int preferenceFragmentCompatStyle +com.xw.repo.bubbleseekbar.R$attr: int alertDialogStyle +com.google.android.material.R$style: int Base_TextAppearance_MaterialComponents_Subtitle2 +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Headline6 +com.turingtechnologies.materialscrollbar.R$attr: int listMenuViewStyle +com.jaredrummler.android.colorpicker.R$attr: int actionViewClass +okhttp3.HttpUrl: java.util.List queryNamesAndValues +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Dialog_Alert +com.github.rahatarmanahmed.cpv.CircularProgressView$5: void onAnimationEnd(android.animation.Animator) +com.jaredrummler.android.colorpicker.R$drawable: int abc_list_divider_mtrl_alpha +com.bumptech.glide.load.engine.GlideException: void printStackTrace() +androidx.preference.R$attr: int divider +androidx.preference.R$styleable: int ActionBar_navigationMode +okio.Buffer: int readIntLe() +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float ice +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void innerNext() +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Title_Inverse +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeIcePrecipitation +androidx.hilt.work.R$id: int accessibility_custom_action_18 +com.turingtechnologies.materialscrollbar.R$attr: int actionModeCloseDrawable +wangdaye.com.geometricweather.R$drawable: int notif_temp_136 +james.adaptiveicon.R$styleable +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNo2(java.lang.Float) +com.turingtechnologies.materialscrollbar.R$color: int abc_background_cache_hint_selector_material_dark +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_text_btn_padding_right +android.didikee.donate.R$styleable: int SearchView_commitIcon +androidx.hilt.R$id: int accessibility_custom_action_0 +androidx.recyclerview.widget.StaggeredGridLayoutManager$SavedState: android.os.Parcelable$Creator CREATOR +androidx.drawerlayout.R$styleable: int GradientColor_android_centerX +com.google.android.material.card.MaterialCardView: android.content.res.ColorStateList getCheckedIconTint() +androidx.work.R$id: int notification_main_column_container +androidx.dynamicanimation.R$id: int tag_transition_group +wangdaye.com.geometricweather.R$id: int line3 +android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode +wangdaye.com.geometricweather.R$color: int design_fab_stroke_end_inner_color +com.turingtechnologies.materialscrollbar.R$drawable: int abc_item_background_holo_light +androidx.constraintlayout.motion.widget.MotionLayout: void setDebugMode(int) androidx.loader.R$styleable: int GradientColor_android_tileMode -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String tempMin -wangdaye.com.geometricweather.R$dimen: int compat_notification_large_icon_max_width -androidx.dynamicanimation.R$dimen: int compat_button_padding_horizontal_material -james.adaptiveicon.R$anim: int abc_popup_exit -androidx.appcompat.resources.R$styleable: int StateListDrawable_android_dither -androidx.appcompat.widget.AppCompatCheckedTextView: void setCustomSelectionActionModeCallback(android.view.ActionMode$Callback) -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float co -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getTotalPrecipitationProbability() -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode HAIL -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem -androidx.lifecycle.LifecycleRegistry: boolean mHandlingEvent -retrofit2.ParameterHandler$FieldMap: retrofit2.Converter valueConverter -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Title -androidx.constraintlayout.widget.R$id: int progress_horizontal -androidx.customview.R$id: int normal -wangdaye.com.geometricweather.R$drawable: int abc_text_select_handle_right_mtrl_dark -okhttp3.internal.ws.WebSocketWriter: byte[] maskKey -wangdaye.com.geometricweather.R$styleable: int MaterialButton_iconTintMode -androidx.appcompat.R$dimen: int hint_alpha_material_light -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: java.lang.Object[] latest -androidx.appcompat.resources.R$id: int text -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem -okhttp3.internal.cache.CacheStrategy$Factory: CacheStrategy$Factory(long,okhttp3.Request,okhttp3.Response) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date sunSetDate +com.google.gson.internal.LinkedTreeMap: java.lang.Object remove(java.lang.Object) +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver[] EMPTY +wangdaye.com.geometricweather.R$attr: int cpv_allowPresets +com.google.android.material.R$string: int abc_capital_off +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void onError(java.lang.Throwable) +androidx.work.R$styleable: int GradientColor_android_startY +com.google.android.material.internal.VisibilityAwareImageButton: VisibilityAwareImageButton(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$styleable: int Chip_ensureMinTouchTargetSize +com.google.android.material.navigation.NavigationView: NavigationView(android.content.Context,android.util.AttributeSet) +android.didikee.donate.R$styleable: int AppCompatTextView_lineHeight +io.reactivex.internal.disposables.SequentialDisposable: void dispose() +james.adaptiveicon.R$styleable: int AppCompatTheme_viewInflaterClass +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: int bufferSize +wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemTextColor +androidx.preference.R$attr: int submitBackground +james.adaptiveicon.R$styleable: int AppCompatTheme_borderlessButtonStyle +com.google.android.material.internal.NavigationMenuView: NavigationMenuView(android.content.Context,android.util.AttributeSet) +androidx.viewpager.R$attr: int alpha +androidx.loader.R$style +cyanogenmod.hardware.CMHardwareManager: int FEATURE_ADAPTIVE_BACKLIGHT +cyanogenmod.weather.WeatherLocation: WeatherLocation(cyanogenmod.weather.WeatherLocation$1) +com.jaredrummler.android.colorpicker.R$attr: int buttonStyle +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getRainPrecipitation() +com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_Chip +wangdaye.com.geometricweather.R$string: int content_des_o3 +com.xw.repo.bubbleseekbar.R$attr: int actionModeShareDrawable +androidx.activity.R$styleable: int GradientColor_android_type +androidx.preference.R$attr: int allowStacking +wangdaye.com.geometricweather.R$id: int month_navigation_fragment_toggle +com.google.gson.stream.JsonReader: boolean nextBoolean() +androidx.constraintlayout.widget.R$dimen: int abc_text_size_menu_material +android.didikee.donate.R$color: int material_blue_grey_950 +androidx.fragment.R$dimen: int notification_small_icon_size_as_large +com.google.android.material.R$style: int Theme_MaterialComponents_Light_BarSize +androidx.customview.R$styleable: int GradientColor_android_centerY +com.google.android.material.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_contentInsetStartWithNavigation +androidx.activity.R$id: int accessibility_custom_action_13 +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: void setFitSide(int) +cyanogenmod.app.BaseLiveLockManagerService: boolean getLiveLockScreenEnabled() +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: java.lang.String DESCRIPTOR +io.reactivex.internal.schedulers.AbstractDirectTask: java.lang.Thread runner +androidx.preference.UnPressableLinearLayout +okhttp3.internal.http2.Http2Reader: void readRstStream(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) +androidx.lifecycle.extensions.R$drawable: int notification_template_icon_bg +cyanogenmod.externalviews.KeyguardExternalViewProviderService$1$1: KeyguardExternalViewProviderService$1$1(cyanogenmod.externalviews.KeyguardExternalViewProviderService$1,android.os.Bundle) +com.google.android.material.R$attr: int motionInterpolator +com.xw.repo.bubbleseekbar.R$attr: int actionBarItemBackground +wangdaye.com.geometricweather.R$attr: int textStartPadding +cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator access$200() +androidx.legacy.coreutils.R$layout: int notification_template_part_chronometer +com.github.rahatarmanahmed.cpv.CircularProgressView$2: void onAnimationEnd(android.animation.Animator) +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: void setStreet_number(java.lang.String) +com.google.android.material.R$attr: int actionDropDownStyle +wangdaye.com.geometricweather.db.entities.MinutelyEntity +com.turingtechnologies.materialscrollbar.R$style: int Base_V26_Widget_AppCompat_Toolbar +okhttp3.internal.connection.StreamAllocation: okhttp3.Route route +androidx.constraintlayout.widget.R$dimen: int compat_button_padding_vertical_material +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_radioButtonStyle +androidx.appcompat.R$styleable: int View_android_focusable +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Bridge +android.didikee.donate.R$attr: int selectableItemBackgroundBorderless +com.google.android.material.floatingactionbutton.FloatingActionButton: void setRippleColor(int) +com.turingtechnologies.materialscrollbar.R$color: int material_grey_800 +com.jaredrummler.android.colorpicker.R$drawable: int abc_popup_background_mtrl_mult +com.google.android.material.button.MaterialButton: void setIconSize(int) +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int MIXED_SNOW_AND_SLEET +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle +wangdaye.com.geometricweather.R$styleable: int RecyclerView_android_clipToPadding +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_bottomappbar_height +wangdaye.com.geometricweather.R$layout: int cpv_color_item_circle +androidx.appcompat.widget.SwitchCompat: java.lang.CharSequence getTextOff() +com.google.android.material.R$attr: int materialCalendarStyle +wangdaye.com.geometricweather.R$id: int cut +james.adaptiveicon.R$id: int action_mode_close_button +com.google.android.material.textfield.TextInputLayout: int getBoxStrokeWidthFocused() +wangdaye.com.geometricweather.R$dimen: int mtrl_navigation_item_icon_size +androidx.constraintlayout.widget.R$drawable: int abc_text_select_handle_right_mtrl_light +com.google.android.material.R$layout: int mtrl_alert_dialog +androidx.appcompat.widget.AppCompatCheckedTextView: AppCompatCheckedTextView(android.content.Context) +james.adaptiveicon.R$attr: int colorControlActivated +androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_android_font +androidx.preference.R$attr: int singleChoiceItemLayout +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setBackgroundTintList(android.content.res.ColorStateList) +com.google.android.material.R$id: int square +wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_direction +com.google.android.material.chip.Chip: void setChipIconEnabled(boolean) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: java.lang.String WeatherText +androidx.appcompat.R$styleable: int SearchView_android_maxWidth +com.xw.repo.bubbleseekbar.R$style: int Base_V21_Theme_AppCompat +james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarPopupTheme +androidx.activity.R$id: int accessibility_custom_action_17 +wangdaye.com.geometricweather.R$drawable: int weather_haze_pixel +com.google.android.material.R$styleable: int AppCompatTheme_buttonStyle +retrofit2.BuiltInConverters$ToStringConverter: java.lang.String convert(java.lang.Object) +james.adaptiveicon.R$attr: int popupMenuStyle +wangdaye.com.geometricweather.R$styleable: int BottomAppBar_hideOnScroll +androidx.preference.R$style: int Theme_AppCompat_Dialog +androidx.appcompat.resources.R$layout: int notification_template_part_time +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_helperTextTextColor +com.jaredrummler.android.colorpicker.R$attr: int switchPreferenceCompatStyle +com.google.android.material.R$attr: int contentInsetRight +cyanogenmod.app.LiveLockScreenInfo: android.content.ComponentName component +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_motionProgress +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Metric Metric +androidx.work.R$dimen: int notification_right_side_padding_top +androidx.vectordrawable.R$drawable: int notification_tile_bg +com.xw.repo.bubbleseekbar.R$drawable: int abc_item_background_holo_dark +com.google.android.material.R$styleable: int Layout_android_layout_marginLeft +com.jaredrummler.android.colorpicker.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 +wangdaye.com.geometricweather.R$attr: int orderingFromXml +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_MaterialComponents_TextInputEditText +androidx.appcompat.R$attr: int switchTextAppearance +wangdaye.com.geometricweather.R$id: int useLogo +androidx.recyclerview.R$id: int accessibility_custom_action_31 +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored +com.turingtechnologies.materialscrollbar.R$styleable: int Spinner_android_dropDownWidth +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipIcon +okhttp3.Cache$CacheRequestImpl$1: Cache$CacheRequestImpl$1(okhttp3.Cache$CacheRequestImpl,okio.Sink,okhttp3.Cache,okhttp3.internal.cache.DiskLruCache$Editor) +com.turingtechnologies.materialscrollbar.R$color: int abc_search_url_text +james.adaptiveicon.R$dimen: int abc_control_corner_material +androidx.dynamicanimation.R$styleable: int FontFamily_fontProviderCerts +okhttp3.FormBody: int size() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: CaiYunMainlyResult$CurrentBean$TemperatureBean() +cyanogenmod.weatherservice.IWeatherProviderServiceClient +cyanogenmod.app.Profile: int mNotificationLightMode +james.adaptiveicon.R$styleable: int SearchView_closeIcon +cyanogenmod.hardware.CMHardwareManager +cyanogenmod.weatherservice.WeatherProviderService: WeatherProviderService() +cyanogenmod.app.Profile$ProfileTrigger$1: Profile$ProfileTrigger$1() +okhttp3.internal.http.CallServerInterceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) +com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_background_corner_radius +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_imageButtonStyle +android.didikee.donate.R$style: int Base_Widget_AppCompat_CompoundButton_Switch +androidx.constraintlayout.widget.R$attr: int layout_constraintLeft_creator +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintVertical_chainStyle +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_action_padding +com.google.android.material.R$styleable: int Chip_rippleColor +com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox +androidx.constraintlayout.widget.R$styleable: int MotionHelper_onShow +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_CompoundButton_RadioButton +com.xw.repo.bubbleseekbar.R$anim: int abc_shrink_fade_out_from_bottom +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle +androidx.loader.R$dimen: int compat_button_inset_vertical_material +androidx.preference.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable +okhttp3.HttpUrl: java.lang.String queryParameter(java.lang.String) +com.bumptech.glide.integration.okhttp.R$attr: int layout_dodgeInsetEdges +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$TotalLiquid: int UnitType +com.jaredrummler.android.colorpicker.R$id: int action_menu_presenter +io.reactivex.Observable: io.reactivex.Observable intervalRange(long,long,long,long,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_Alert +james.adaptiveicon.R$dimen: int abc_cascading_menus_min_smallest_width +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Subhead +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored +androidx.constraintlayout.widget.R$attr: int onCross +androidx.constraintlayout.helper.widget.Layer: void setPivotY(float) +com.turingtechnologies.materialscrollbar.R$attr: int titleMarginTop +androidx.transition.R$attr: int alpha +james.adaptiveicon.R$id: int search_edit_frame +okhttp3.internal.http.BridgeInterceptor +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Button +james.adaptiveicon.R$styleable: int SwitchCompat_android_textOff +okhttp3.Cache$Entry +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: void setStatus(int) +androidx.transition.R$styleable: int GradientColor_android_endY +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_shapeAppearance +androidx.constraintlayout.widget.R$dimen: int abc_button_inset_vertical_material +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void completion() +androidx.appcompat.R$styleable: int TextAppearance_android_textStyle +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceGroup_orderingFromXml +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Direction: AccuCurrentResult$Wind$Direction() +androidx.appcompat.R$styleable: int Toolbar_titleMarginStart +androidx.dynamicanimation.R$styleable: int FontFamily_fontProviderPackage +android.didikee.donate.R$styleable: int ActionMode_closeItemLayout +androidx.lifecycle.ClassesInfoCache$MethodReference: int hashCode() +okhttp3.internal.connection.RealConnection: okhttp3.internal.http.HttpCodec newCodec(okhttp3.OkHttpClient,okhttp3.Interceptor$Chain,okhttp3.internal.connection.StreamAllocation) +wangdaye.com.geometricweather.R$id: int container_main_header_aqiOrWindTxt +wangdaye.com.geometricweather.R$id: int widget_day_week_weather +androidx.lifecycle.LiveData$ObserverWrapper: androidx.lifecycle.LiveData this$0 +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit M +com.xw.repo.bubbleseekbar.R$drawable: int abc_spinner_textfield_background_material +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void priority(int,int,int,boolean) +com.google.android.material.R$styleable: int AppCompatTheme_windowFixedHeightMajor +com.google.android.material.R$attr: int materialCircleRadius +james.adaptiveicon.R$attr: int tint +wangdaye.com.geometricweather.R$drawable: int notification_bg_normal +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getUvDescription() +okhttp3.internal.tls.TrustRootIndex: java.security.cert.X509Certificate findByIssuerAndSignature(java.security.cert.X509Certificate) +androidx.preference.R$style: int Base_Widget_AppCompat_SeekBar +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onBouncerShowing(boolean) +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_0_30 +org.greenrobot.greendao.AbstractDaoMaster: org.greenrobot.greendao.AbstractDaoSession newSession() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Large_Inverse +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property WindChillTemperature +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: java.util.concurrent.atomic.AtomicBoolean cancelled +com.google.android.material.R$attr: int state_collapsed +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleTextAppearance +wangdaye.com.geometricweather.R$id: int activity_about_recyclerView +androidx.preference.R$style: int Preference_DialogPreference_EditTextPreference +androidx.constraintlayout.widget.R$attr: int buttonBarNeutralButtonStyle +wangdaye.com.geometricweather.db.entities.AlertEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) +cyanogenmod.app.CMContextConstants: java.lang.String CM_STATUS_BAR_SERVICE +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addEncodedPathSegment(java.lang.String) +io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: io.reactivex.Observer downstream +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: boolean cancelled +okio.RealBufferedSink: okio.BufferedSink write(okio.Source,long) +androidx.preference.R$dimen: int abc_alert_dialog_button_dimen +com.bumptech.glide.R$dimen: int notification_action_text_size +com.google.android.material.R$dimen: int abc_action_bar_default_padding_end_material +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial: int UnitType +okhttp3.RealCall: boolean isExecuted() +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator INCREASING_RING_VALIDATOR +androidx.constraintlayout.widget.R$layout: int abc_action_mode_close_item_material +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.lang.String getHour(android.content.Context) +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView +androidx.constraintlayout.widget.R$styleable: int KeyCycle_curveFit +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarItemBackground +androidx.hilt.R$layout: R$layout() +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_backgroundTintMode +androidx.preference.R$attr: int listMenuViewStyle +wangdaye.com.geometricweather.R$color: int colorRootDark_light +cyanogenmod.themes.ThemeManager: void onClientDestroyed(cyanogenmod.themes.ThemeManager$ThemeChangeListener) +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: io.reactivex.disposables.Disposable upstream +wangdaye.com.geometricweather.R$styleable: int Toolbar_collapseContentDescription +wangdaye.com.geometricweather.R$anim: int x2_decelerate_interpolator +wangdaye.com.geometricweather.db.entities.DailyEntity: int nighttimeTemperature +androidx.appcompat.R$attr: int windowActionBar +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowFixedWidthMajor +okhttp3.OkHttpClient$1: int code(okhttp3.Response$Builder) +androidx.loader.R$attr: int fontProviderFetchStrategy +okhttp3.internal.Util$1: int compare(java.lang.String,java.lang.String) +wangdaye.com.geometricweather.R$string: int material_hour_suffix +okhttp3.internal.http.RequestLine: java.lang.String get(okhttp3.Request,java.net.Proxy$Type) +cyanogenmod.providers.CMSettings$Global: int getIntForUser(android.content.ContentResolver,java.lang.String,int,int) +wangdaye.com.geometricweather.R$id: int sin +io.reactivex.internal.subscribers.StrictSubscriber: java.util.concurrent.atomic.AtomicLong requested +cyanogenmod.providers.DataUsageContract: int COLUMN_OF_BYTES +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: void onComplete() +androidx.preference.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode +com.google.android.material.chip.Chip: float getChipEndPadding() +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: android.os.Bundle getOptions() +com.google.android.material.textfield.TextInputLayout: void setEndIconTintMode(android.graphics.PorterDuff$Mode) +com.turingtechnologies.materialscrollbar.R$attr: int suggestionRowLayout +cyanogenmod.providers.DataUsageContract: int COLUMN_OF_ENABLE +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void cancel() +android.didikee.donate.R$id: int action_menu_divider +wangdaye.com.geometricweather.R$array: int air_quality_co_unit_voices +com.xw.repo.bubbleseekbar.R$attr: int hideOnContentScroll +com.google.android.material.R$style: int Base_Widget_AppCompat_ListMenuView +retrofit2.Utils$GenericArrayTypeImpl: java.lang.reflect.Type componentType +wangdaye.com.geometricweather.R$attr: int headerLayout +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: cyanogenmod.app.ILiveLockScreenManagerProvider asInterface(android.os.IBinder) +james.adaptiveicon.R$attr: int actionMenuTextAppearance +cyanogenmod.weather.RequestInfo$Builder +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_Button_Colored +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_readPersistentBytes +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_collapsedTitleTextAppearance +cyanogenmod.app.ProfileManager: void removeProfile(cyanogenmod.app.Profile) +com.google.android.material.R$styleable: int LinearLayoutCompat_android_orientation +cyanogenmod.providers.CMSettings$Secure: boolean putFloatForUser(android.content.ContentResolver,java.lang.String,float,int) +io.reactivex.internal.subscriptions.SubscriptionHelper: void deferredRequest(java.util.concurrent.atomic.AtomicReference,java.util.concurrent.atomic.AtomicLong,long) +io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.R$id: int flip +androidx.work.impl.utils.futures.AbstractFuture$Failure$1: java.lang.Throwable fillInStackTrace() +com.bumptech.glide.integration.okhttp.R$id: int none +androidx.appcompat.widget.ButtonBarLayout +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_drawableTop +androidx.constraintlayout.widget.R$color: int abc_primary_text_disable_only_material_dark +cyanogenmod.app.ICustomTileListener$Stub: int TRANSACTION_onCustomTileRemoved +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: boolean isEntityUpdateable() +com.turingtechnologies.materialscrollbar.R$style: int Platform_V21_AppCompat +io.reactivex.Observable: io.reactivex.Observable concatMapMaybeDelayError(io.reactivex.functions.Function,boolean) +androidx.loader.R$styleable: int FontFamilyFont_ttcIndex +okhttp3.internal.Util: okhttp3.ResponseBody EMPTY_RESPONSE +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Small_Inverse +androidx.appcompat.widget.ActionBarOverlayLayout: void setActionBarHideOffset(int) +james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_drawableRight +androidx.coordinatorlayout.R$attr: int fontProviderQuery +androidx.lifecycle.ProcessLifecycleOwner$3: ProcessLifecycleOwner$3(androidx.lifecycle.ProcessLifecycleOwner) +androidx.vectordrawable.R$dimen: int compat_notification_large_icon_max_height +com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_Bridge +cyanogenmod.app.ThemeVersion$ComponentVersion: ThemeVersion$ComponentVersion(int,cyanogenmod.app.ThemeComponent,int) +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void innerError(io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver,java.lang.Throwable) +androidx.hilt.lifecycle.R$styleable: int[] Fragment +android.didikee.donate.R$style: int ThemeOverlay_AppCompat_Dialog +wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: SlidingItemContainerLayout(android.content.Context,android.util.AttributeSet,int) +androidx.appcompat.R$styleable: int AppCompatTheme_colorButtonNormal +cyanogenmod.profiles.AirplaneModeSettings: int getValue() +com.google.android.material.slider.Slider: android.content.res.ColorStateList getTrackTintList() +com.xw.repo.bubbleseekbar.R$string: int abc_menu_delete_shortcut_label +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_placeholderTextColor +wangdaye.com.geometricweather.R$styleable: int ActionBar_homeAsUpIndicator +wangdaye.com.geometricweather.R$styleable: int KeyPosition_transitionEasing +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.lang.Integer RIGHT_VALUE +com.google.android.material.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item +androidx.dynamicanimation.R$styleable: int FontFamilyFont_fontVariationSettings +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_medium_material +com.google.android.material.R$styleable: int Motion_transitionEasing +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: java.lang.String value +james.adaptiveicon.R$layout: int abc_popup_menu_header_item_layout +com.google.android.material.R$attr: int behavior_saveFlags +okio.Pipe: okio.Source source() +okhttp3.Interceptor$Chain: int connectTimeoutMillis() +com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse +com.google.android.material.R$drawable: int abc_vector_test +wangdaye.com.geometricweather.R$styleable: int[] TextInputEditText +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language SERBIAN +cyanogenmod.weather.WeatherInfo: WeatherInfo() +androidx.constraintlayout.widget.R$id: int action_mode_close_button +okio.Buffer: okio.ByteString hmacSha512(okio.ByteString) +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.HourlyEntityDao getHourlyEntityDao() +okhttp3.CipherSuite: java.util.List forJavaNames(java.lang.String[]) +okio.Buffer: boolean request(long) +androidx.loader.R$id: int chronometer +com.turingtechnologies.materialscrollbar.R$attr: int contentInsetStart +com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleTypeface(android.graphics.Typeface) +androidx.constraintlayout.widget.R$attr: int colorError +james.adaptiveicon.R$anim: R$anim() +androidx.activity.R$styleable: int[] ColorStateListItem +androidx.appcompat.R$dimen: int disabled_alpha_material_light +androidx.fragment.R$id: int blocking +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String getStreet() +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_percent +wangdaye.com.geometricweather.settings.activities.SettingsActivity +com.google.android.material.R$styleable: int PopupWindowBackgroundState_state_above_anchor +androidx.recyclerview.widget.GridLayoutManager: GridLayoutManager(android.content.Context,android.util.AttributeSet,int,int) +wangdaye.com.geometricweather.R$string: int content_desc_weather_icon_dark +androidx.lifecycle.extensions.R$dimen: int compat_button_padding_horizontal_material +android.didikee.donate.R$styleable: int ColorStateListItem_android_alpha +com.turingtechnologies.materialscrollbar.R$attr: int actionProviderClass +okhttp3.internal.io.FileSystem$1: void rename(java.io.File,java.io.File) +androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_arrowHeadLength +wangdaye.com.geometricweather.R$attr: int boxCollapsedPaddingTop +okhttp3.internal.cache.CacheInterceptor$1: okhttp3.internal.cache.CacheInterceptor this$0 +cyanogenmod.themes.ThemeManager$2$1 +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void disposeInner() +androidx.appcompat.widget.ActionBarOverlayLayout +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceFragmentListStyle +androidx.constraintlayout.widget.R$attr: int defaultQueryHint +wangdaye.com.geometricweather.R$layout: int design_layout_tab_text +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: void onNext(java.lang.Object) +cyanogenmod.providers.CMSettings$Secure: java.lang.String KILL_APP_LONGPRESS_BACK +com.google.android.material.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless +wangdaye.com.geometricweather.R$styleable: int CompoundButton_buttonCompat +androidx.constraintlayout.widget.R$attr: int triggerSlack +androidx.viewpager2.R$dimen: R$dimen() +com.turingtechnologies.materialscrollbar.R$animator: int design_fab_show_motion_spec +com.google.android.material.R$styleable: int AlertDialog_listLayout +androidx.preference.R$id: int accessibility_custom_action_18 +com.xw.repo.bubbleseekbar.R$attr: int listPreferredItemHeightSmall +wangdaye.com.geometricweather.R$plurals: int mtrl_badge_content_description +okhttp3.Cache: int ENTRY_METADATA +io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: void run() +wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode AUTO +com.google.android.material.R$styleable: int TextInputLayout_android_hint +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedNoLast: ObservableSampleTimed$SampleTimedNoLast(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +wangdaye.com.geometricweather.db.entities.HistoryEntity: java.util.Date date +androidx.preference.R$styleable: int SwitchPreference_switchTextOn +okhttp3.Cache$CacheResponseBody$1: okhttp3.Cache$CacheResponseBody this$0 +com.google.android.material.R$id: int TOP_START +androidx.vectordrawable.R$layout: int custom_dialog +androidx.preference.R$styleable: int AppCompatSeekBar_android_thumb +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: float getActionTextColorAlpha() +android.didikee.donate.R$drawable: int abc_list_longpressed_holo +wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_android_max +android.didikee.donate.R$style: int TextAppearance_AppCompat_Title +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String content +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Minimum: int UnitType +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow snow +com.google.android.material.R$style: int CardView +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_paddingStart +com.google.android.material.tabs.TabLayout: int getTabCount() +androidx.legacy.coreutils.R$styleable: R$styleable() +androidx.hilt.lifecycle.R$attr +wangdaye.com.geometricweather.R$style: int AndroidThemeColorAccentYellow +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light_Dialog +androidx.lifecycle.FullLifecycleObserverAdapter$1 +com.turingtechnologies.materialscrollbar.R$styleable: int ViewStubCompat_android_layout +android.didikee.donate.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +io.reactivex.internal.disposables.CancellableDisposable: CancellableDisposable(io.reactivex.functions.Cancellable) +androidx.preference.R$styleable: int MenuGroup_android_visible +cyanogenmod.app.ThemeVersion: int CM11 +wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status: wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status SUCCESS +com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$Node findByEntry(java.util.Map$Entry) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String pm10Desc +com.bumptech.glide.load.HttpException: int getStatusCode() +wangdaye.com.geometricweather.R$styleable: int Constraint_android_id +androidx.preference.MultiSelectListPreference$SavedState: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_rotationX +androidx.appcompat.widget.SwitchCompat: SwitchCompat(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$attr: int passwordToggleDrawable +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setTextColor(int) +com.google.android.material.appbar.CollapsingToolbarLayout: void setCollapsedTitleTextColor(int) +com.github.rahatarmanahmed.cpv.R$attr: int cpv_thickness +com.turingtechnologies.materialscrollbar.R$attr: int titleTextColor +androidx.appcompat.widget.MenuPopupWindow$MenuDropDownListView +androidx.preference.R$color: int bright_foreground_inverse_material_light +okio.Buffer: okio.Buffer$UnsafeCursor readUnsafe() +com.google.android.material.R$attr: int checkedIconMargin +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean brandInfo +retrofit2.KotlinExtensions$await$2$2: void onFailure(retrofit2.Call,java.lang.Throwable) +okhttp3.internal.connection.RealConnection: okhttp3.Handshake handshake +okio.BufferedSource: int read(byte[],int,int) +james.adaptiveicon.R$style: int ThemeOverlay_AppCompat_Light +com.google.android.material.R$styleable: int Slider_trackColor +cyanogenmod.app.ProfileGroup: android.net.Uri getSoundOverride() +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: void cancel() +androidx.hilt.R$id: int action_container +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_BATTERY_LANDSCAPE +com.google.android.material.R$style: int Widget_MaterialComponents_PopupMenu_Overflow +okio.ByteString: int codePointIndexToCharIndex(java.lang.String,int) +okhttp3.Request: java.lang.Object tag(java.lang.Class) +androidx.hilt.lifecycle.R$attr: int font +james.adaptiveicon.R$dimen: int notification_action_text_size +wangdaye.com.geometricweather.R$string: int key_view_type +androidx.constraintlayout.widget.ConstraintLayout +com.google.android.material.R$id: int accessibility_custom_action_21 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: java.lang.String url +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light_Dialog_Alert +com.turingtechnologies.materialscrollbar.Indicator: int getIndicatorWidth() +androidx.preference.R$styleable: int[] ViewBackgroundHelper +com.google.android.material.R$dimen: int mtrl_textinput_outline_box_expanded_padding +com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource RESOURCE_DISK_CACHE +okhttp3.HttpUrl: java.lang.String host +okhttp3.internal.http.RealInterceptorChain: okhttp3.EventListener eventListener +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: io.reactivex.disposables.CompositeDisposable disposables +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setPm10(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int[] BackgroundStyle +com.google.android.material.R$styleable: int CardView_cardElevation +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse +wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_rotation +cyanogenmod.themes.ThemeChangeRequest: java.util.Map getPerAppOverlays() +wangdaye.com.geometricweather.R$attr: int colorButtonNormal +james.adaptiveicon.R$style: int Base_V22_Theme_AppCompat +com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_icon_padding +okio.HashingSink: void write(okio.Buffer,long) +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: io.reactivex.Observer downstream +com.turingtechnologies.materialscrollbar.R$attr: int popupWindowStyle +wangdaye.com.geometricweather.R$id: int dialog_animatable_icon_container +wangdaye.com.geometricweather.R$color: int mtrl_bottom_nav_item_tint +okhttp3.internal.ws.RealWebSocket: int sentPingCount() +androidx.preference.R$attr: int backgroundTint +okhttp3.Cache$Entry: int code +androidx.preference.DialogPreference +wangdaye.com.geometricweather.R$dimen: int mtrl_low_ripple_focused_alpha +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setWindDircEnd(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_scaleX +wangdaye.com.geometricweather.R$attr: int colorPrimaryVariant +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property AqiText +wangdaye.com.geometricweather.R$dimen: int compat_button_inset_vertical_material +com.google.android.material.R$dimen: int design_navigation_max_width +androidx.core.R$id: int right_icon +androidx.hilt.R$attr: int fontProviderQuery +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxCornerRadiusTopEnd +com.jaredrummler.android.colorpicker.R$attr: int searchIcon +com.google.android.material.R$dimen: int mtrl_calendar_dialog_background_inset +wangdaye.com.geometricweather.R$styleable: int Transition_staggered +androidx.hilt.work.R$styleable: int GradientColor_android_endX +okhttp3.internal.ws.WebSocketReader +androidx.appcompat.R$styleable: int AppCompatTheme_spinnerStyle +io.reactivex.internal.disposables.EmptyDisposable: int requestFusion(int) +io.reactivex.Observable: io.reactivex.Observable concat(io.reactivex.ObservableSource,io.reactivex.ObservableSource) +androidx.lifecycle.extensions.R$id: int action_container +com.google.android.material.R$styleable: int Slider_trackColorInactive +okhttp3.HttpUrl: java.lang.String FRAGMENT_ENCODE_SET_URI +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256 +androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy: ConstraintProxy$BatteryNotLowProxy() +com.google.android.material.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse +io.reactivex.internal.operators.observable.ObservableReplay$SizeBoundReplayBuffer: ObservableReplay$SizeBoundReplayBuffer(int) +androidx.cardview.widget.CardView: void setCardBackgroundColor(android.content.res.ColorStateList) +androidx.preference.R$styleable: int CheckBoxPreference_android_summaryOn +androidx.swiperefreshlayout.R$id: int tag_accessibility_clickable_spans +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_chainUseRtl +com.google.gson.FieldNamingPolicy$4 +androidx.constraintlayout.widget.R$drawable: R$drawable() +androidx.appcompat.R$layout: int abc_alert_dialog_title_material +okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.lang.String[] PREVAILING_RULE +com.jaredrummler.android.colorpicker.R$color: int material_grey_800 +cyanogenmod.app.CustomTile: void writeToParcel(android.os.Parcel,int) +androidx.preference.R$attr: int textAppearanceSearchResultTitle +androidx.appcompat.R$attr: int itemPadding +cyanogenmod.weather.CMWeatherManager$RequestStatus: int COMPLETED +androidx.viewpager.R$style: int TextAppearance_Compat_Notification_Line2 +com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_centerY +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial: int UnitType +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title +com.jaredrummler.android.colorpicker.R$drawable: int abc_scrubber_control_off_mtrl_alpha +com.jaredrummler.android.colorpicker.R$attr: int ttcIndex +wangdaye.com.geometricweather.R$color: int secondary_text_default_material_dark +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: java.util.List getValue() +com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge +com.jaredrummler.android.colorpicker.R$color: int highlighted_text_material_dark +androidx.hilt.work.R$style: R$style() +androidx.lifecycle.SavedStateHandle$1: SavedStateHandle$1(androidx.lifecycle.SavedStateHandle) +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao getChineseCityEntityDao() +androidx.preference.R$attr: int subMenuArrow +androidx.constraintlayout.motion.widget.MotionLayout: void setTransition(androidx.constraintlayout.motion.widget.MotionScene$Transition) +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: void dispose() +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_RatingBar_Indicator +androidx.appcompat.R$id: int checkbox +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Headline +com.google.android.material.R$style: int TestStyleWithLineHeight +wangdaye.com.geometricweather.db.entities.HourlyEntity +com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_padding_vertical_2lines +retrofit2.ParameterHandler$QueryMap +com.google.android.material.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 +com.google.android.material.R$id: int decelerate +com.google.android.material.textfield.TextInputLayout: void setSuffixTextAppearance(int) +com.google.android.material.R$attr: int lastBaselineToBottomHeight +cyanogenmod.themes.ThemeManager: void requestThemeChange(java.lang.String,java.util.List,boolean) +androidx.preference.R$styleable: int ActionBar_itemPadding +com.jaredrummler.android.colorpicker.R$dimen: int compat_button_padding_vertical_material +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: MfForecastResult$Forecast() +retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: void onError(java.lang.Throwable) +androidx.appcompat.R$drawable: int abc_spinner_mtrl_am_alpha +cyanogenmod.app.CustomTile$Builder: android.graphics.Bitmap mRemoteIcon +androidx.legacy.coreutils.R$dimen: int compat_button_inset_vertical_material +james.adaptiveicon.R$styleable: int DrawerArrowToggle_thickness +wangdaye.com.geometricweather.R$id: int dialog_location_permission_statement_title +okhttp3.internal.http2.ErrorCode +okhttp3.Handshake: java.util.List peerCertificates +org.greenrobot.greendao.AbstractDao: long insertWithoutSettingPk(java.lang.Object) +james.adaptiveicon.R$string: int abc_searchview_description_voice +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: java.util.List value +james.adaptiveicon.R$styleable: int AppCompatTheme_colorButtonNormal +wangdaye.com.geometricweather.R$drawable: int ic_tree +wangdaye.com.geometricweather.settings.fragments.ServiceProviderSettingsFragment: ServiceProviderSettingsFragment() +androidx.constraintlayout.utils.widget.ImageFilterView: float getWarmth() +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getThunderstormPrecipitation() +androidx.hilt.lifecycle.R$styleable: int[] FontFamilyFont +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property DegreeDayTemperature +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar +okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.lang.String binarySearchBytes(byte[],byte[][],int) +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_7 +androidx.preference.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle +com.google.android.material.button.MaterialButtonToggleGroup: java.util.List getCheckedButtonIds() +androidx.appcompat.R$styleable: int[] ActionBar +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_horizontalAlign +james.adaptiveicon.R$dimen: int notification_right_icon_size +com.jaredrummler.android.colorpicker.R$drawable: int tooltip_frame_light +androidx.preference.R$styleable: int SwitchCompat_thumbTint +com.turingtechnologies.materialscrollbar.R$styleable: int[] ThemeEnforcement +wangdaye.com.geometricweather.R$id: int cancel_button +wangdaye.com.geometricweather.R$layout: int container_main_aqi +wangdaye.com.geometricweather.R$string: int refresh +com.xw.repo.bubbleseekbar.R$attr: int ratingBarStyle +androidx.appcompat.R$drawable: int notification_bg_normal +cyanogenmod.os.Concierge$ParcelInfo: int mStartPosition +com.google.android.material.R$dimen: int mtrl_slider_track_side_padding +androidx.lifecycle.LiveData: int mActiveCount +okhttp3.OkHttpClient: java.net.Proxy proxy +james.adaptiveicon.R$id +androidx.lifecycle.Transformations$2: androidx.lifecycle.MediatorLiveData val$result +com.google.android.material.R$styleable: int TextInputLayout_counterEnabled +io.reactivex.internal.operators.observable.ObservableGroupBy$State: void onError(java.lang.Throwable) +okhttp3.internal.cache.CacheStrategy$Factory: okhttp3.Response cacheResponse +cyanogenmod.providers.CMSettings$System: java.lang.String CAMERA_WAKE_SCREEN +wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_marginStart +cyanogenmod.platform.Manifest$permission: java.lang.String ACCESS_THEME_MANAGER +cyanogenmod.providers.CMSettings$Global: boolean putLongForUser(android.content.ContentResolver,java.lang.String,long,int) +androidx.preference.R$drawable: int abc_cab_background_top_mtrl_alpha +james.adaptiveicon.R$style: int Theme_AppCompat_DialogWhenLarge +com.google.android.material.textfield.TextInputLayout: void setCounterMaxLength(int) +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintRight_creator +wangdaye.com.geometricweather.R$attr: int elevationOverlayEnabled +androidx.core.R$styleable +com.jaredrummler.android.colorpicker.R$attr: int summaryOff +android.didikee.donate.R$layout: int notification_template_part_chronometer +okio.Segment +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Title +okio.GzipSink +com.google.android.material.R$color: int background_material_light +wangdaye.com.geometricweather.R$drawable: int ic_launcher_round +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintBaseline_creator +okhttp3.logging.LoggingEventListener +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: void setTo(java.lang.String) +com.google.android.material.R$attr: int haloRadius +androidx.core.R$styleable: int GradientColor_android_centerY +cyanogenmod.app.CMTelephonyManager: cyanogenmod.app.ICMTelephonyManager sService +androidx.recyclerview.widget.RecyclerView: void setClipToPadding(boolean) +androidx.preference.R$attr: int radioButtonStyle +androidx.appcompat.R$color: int switch_thumb_normal_material_dark +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.String timezone +com.turingtechnologies.materialscrollbar.R$style: int Theme_Design_NoActionBar +com.google.android.material.R$attr: int listLayout +androidx.vectordrawable.R$id: int info +okio.SegmentedByteString: boolean rangeEquals(int,byte[],int,int) +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: java.util.concurrent.atomic.AtomicReference inner +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: int maxConcurrency +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_translationZ +com.google.android.material.slider.RangeSlider: float getValueFrom() +androidx.preference.R$attr: int lastBaselineToBottomHeight +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub$Proxy: android.os.IBinder mRemote +wangdaye.com.geometricweather.R$attr: int strokeColor +com.google.android.material.R$style: int Widget_AppCompat_EditText +com.jaredrummler.android.colorpicker.R$styleable: int[] ColorStateListItem +okhttp3.internal.ws.RealWebSocket: boolean send(okio.ByteString,int) +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintStart_toStartOf +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_android_weightSum +okio.RealBufferedSource: java.lang.String readUtf8() +okhttp3.Cookie: java.lang.String name +com.google.android.material.tabs.TabLayout: android.content.res.ColorStateList getTabRippleColor() +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer windSpeed +wangdaye.com.geometricweather.R$id: int dialog_weather_hourly_text +com.xw.repo.bubbleseekbar.R$attr: int showDividers +wangdaye.com.geometricweather.R$id: int notification_multi_city_2 +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_Hint +androidx.constraintlayout.widget.R$styleable: int ActivityChooserView_initialActivityCount +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: void setPubTime(java.lang.String) +androidx.loader.R$id: int icon_group +okhttp3.Response$Builder: okhttp3.Response$Builder priorResponse(okhttp3.Response) +okhttp3.FormBody: java.lang.String value(int) +android.didikee.donate.R$dimen: int abc_text_size_display_4_material +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void onComplete() +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: void onSubscribe(io.reactivex.disposables.Disposable) +cyanogenmod.app.CustomTile: void cloneInto(cyanogenmod.app.CustomTile) +okhttp3.CertificatePinner +james.adaptiveicon.R$style: int Widget_AppCompat_Button_Colored +wangdaye.com.geometricweather.R$attr: int cpv_showColorShades +wangdaye.com.geometricweather.R$styleable: int MenuItem_iconTintMode +james.adaptiveicon.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setCheckable(boolean) +androidx.hilt.work.R$id: int async +org.greenrobot.greendao.AbstractDao: java.lang.Object readKey(android.database.Cursor,int) +com.bumptech.glide.load.EncodeStrategy: com.bumptech.glide.load.EncodeStrategy valueOf(java.lang.String) +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_9 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX speed +com.google.android.material.R$styleable: int Toolbar_android_gravity +androidx.constraintlayout.widget.R$attr: int closeIcon +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainNoLast: ObservableSampleWithObservable$SampleMainNoLast(io.reactivex.Observer,io.reactivex.ObservableSource) +androidx.appcompat.R$styleable: int AnimatedStateListDrawableItem_android_id +androidx.preference.R$styleable: int AppCompatTheme_actionBarStyle +com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_FixedSize +androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: void setDropDownBackgroundResource(int) +okhttp3.internal.ws.RealWebSocket: okhttp3.internal.ws.WebSocketWriter writer +james.adaptiveicon.R$id: int search_close_btn +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float getRain() +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: float getIntervalInHour() +wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.AlertEntity,long) +okhttp3.internal.http2.Http2Connection: void start(boolean) +james.adaptiveicon.R$style: int Theme_AppCompat_DayNight_NoActionBar +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: boolean isDisposed() +com.xw.repo.bubbleseekbar.R$drawable: int abc_text_select_handle_left_mtrl_dark +androidx.constraintlayout.widget.R$styleable: int Transition_transitionFlags +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void request(long) +androidx.recyclerview.R$styleable: int RecyclerView_fastScrollEnabled +com.turingtechnologies.materialscrollbar.R$attr: int iconPadding +com.google.android.material.R$style: int Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense +androidx.vectordrawable.R$styleable: int[] GradientColor +wangdaye.com.geometricweather.common.basic.models.weather.WindDegree: boolean noDirection +com.google.android.material.chip.Chip: void setCheckedIconVisible(int) +com.turingtechnologies.materialscrollbar.R$style: int Base_V21_Theme_AppCompat_Light +com.google.android.material.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog_Alert +wangdaye.com.geometricweather.background.receiver.widget.WidgetDayWeekProvider +com.xw.repo.bubbleseekbar.R$attr: int toolbarNavigationButtonStyle +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableRightCompat +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: boolean done +wangdaye.com.geometricweather.R$dimen: int notification_top_pad_large_text +androidx.lifecycle.SavedStateHandle: java.lang.String KEYS +com.xw.repo.bubbleseekbar.R$attr: int imageButtonStyle +com.turingtechnologies.materialscrollbar.R$layout: int abc_select_dialog_material +androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Metric: int UnitType +com.google.android.material.R$styleable: int KeyTrigger_onCross +wangdaye.com.geometricweather.R$drawable: int notif_temp_109 +okhttp3.CacheControl$Builder: int minFreshSeconds +retrofit2.KotlinExtensions +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean +androidx.lifecycle.SavedStateHandleController$1 +com.google.android.material.R$id: int aligned +wangdaye.com.geometricweather.R$attr: int scrimAnimationDuration +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_DropDownItem_Spinner +androidx.appcompat.R$styleable: int ColorStateListItem_alpha +com.google.android.material.R$styleable: int PopupWindow_android_popupBackground +wangdaye.com.geometricweather.R$styleable: int CardView_contentPaddingBottom +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: boolean cancelled +com.google.android.material.navigation.NavigationView: android.view.MenuInflater getMenuInflater() +wangdaye.com.geometricweather.R$drawable: int ic_aqi +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: int fusionMode +wangdaye.com.geometricweather.R$drawable: int notification_bg_low_normal +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Tooltip +okhttp3.internal.http2.Settings: int MAX_HEADER_LIST_SIZE +org.greenrobot.greendao.identityscope.IdentityScopeType: org.greenrobot.greendao.identityscope.IdentityScopeType[] values() +okhttp3.internal.http.RealInterceptorChain: okhttp3.Connection connection() +okio.Buffer: long readLongLe() +androidx.activity.R$drawable: int notify_panel_notification_icon_bg +cyanogenmod.app.IProfileManager$Stub$Proxy: cyanogenmod.app.Profile getProfileByName(java.lang.String) +com.google.android.material.R$styleable: int ConstraintSet_android_orientation +wangdaye.com.geometricweather.R$styleable: int Preference_android_key +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_aa_black +okhttp3.CacheControl: boolean noTransform() +androidx.lifecycle.extensions.R$styleable: int FontFamily_fontProviderCerts +androidx.constraintlayout.widget.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: float unitFactor +com.xw.repo.bubbleseekbar.R$drawable: int notification_bg_normal +androidx.fragment.R$id: int accessibility_custom_action_26 +okio.ByteString: okio.ByteString sha1() +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_PopupMenu +cyanogenmod.power.IPerformanceManager: int getPowerProfile() +com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: java.lang.String toString() +wangdaye.com.geometricweather.R$attr: int textAppearanceSearchResultTitle +wangdaye.com.geometricweather.R$id: int right +com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_switch_to_on_mtrl_00001 +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Small_Inverse +androidx.coordinatorlayout.R$id: int right_side +com.xw.repo.bubbleseekbar.R$string: int abc_searchview_description_query +androidx.activity.R$id: int tag_screen_reader_focusable +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: void setStatus(int) +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_showDividers +james.adaptiveicon.R$styleable: int SearchView_iconifiedByDefault +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialButtonToggleGroup +okhttp3.CipherSuite: okhttp3.CipherSuite forJavaName(java.lang.String) +okhttp3.HttpUrl$Builder: int slashCount(java.lang.String,int,int) androidx.core.content.FileProvider -com.google.android.material.chip.ChipGroup: ChipGroup(android.content.Context) -com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_android_fontVariationSettings -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowMinWidthMajor -james.adaptiveicon.R$styleable: int MenuView_preserveIconSpacing -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: boolean isDisposed() -androidx.preference.R$dimen: int abc_text_size_subhead_material -androidx.preference.R$styleable: int AppCompatTheme_windowFixedHeightMinor -androidx.preference.R$styleable: int CheckBoxPreference_summaryOff -io.reactivex.internal.util.ArrayListSupplier: io.reactivex.internal.util.ArrayListSupplier valueOf(java.lang.String) -com.xw.repo.bubbleseekbar.R$attr: int navigationIcon -wangdaye.com.geometricweather.common.basic.models.weather.History: long getTime() -com.google.android.material.R$style: int Theme_Design_BottomSheetDialog -wangdaye.com.geometricweather.R$id: int dialog_resident_location_container -androidx.lifecycle.LifecycleDispatcher -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_lineHeight -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: boolean delayErrors -androidx.constraintlayout.widget.R$color: int abc_background_cache_hint_selector_material_light -james.adaptiveicon.R$color: int material_blue_grey_800 -com.google.android.material.chip.ChipGroup: void setDividerDrawableVertical(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxStrokeErrorColor -com.google.android.material.R$id: int accessibility_custom_action_9 -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: java.lang.String getAbbreviation(android.content.Context) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 -android.didikee.donate.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton -androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_ActionBar -androidx.coordinatorlayout.R$dimen: int notification_top_pad_large_text -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: boolean isDisposed() -okhttp3.EventListener$1 -okhttp3.internal.http2.Http2Codec: java.lang.String TE -wangdaye.com.geometricweather.R$integer: int mtrl_card_anim_delay_ms -com.jaredrummler.android.colorpicker.R$styleable: int[] AppCompatTheme -wangdaye.com.geometricweather.R$string: int key_notification_color -android.didikee.donate.R$styleable: int MenuItem_numericModifiers -com.jaredrummler.android.colorpicker.R$style: int Preference_CheckBoxPreference -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_year_horizontal_padding -wangdaye.com.geometricweather.R$attr: int actionBarTabTextStyle -com.google.android.material.R$id: int animateToEnd -com.google.android.material.R$styleable: int RangeSlider_values -wangdaye.com.geometricweather.R$id: int textinput_helper_text -com.google.android.material.chip.Chip: android.graphics.drawable.Drawable getChipIcon() -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setIcePrecipitationProbability(java.lang.Float) -androidx.constraintlayout.widget.Barrier: void setMargin(int) -androidx.lifecycle.extensions.R$id: int visible_removing_fragment_view_tag -wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_mini_dark -com.google.gson.FieldNamingPolicy$2 -wangdaye.com.geometricweather.R$styleable: int Slider_thumbElevation -androidx.work.R$id: int tag_accessibility_pane_title -wangdaye.com.geometricweather.R$drawable: int abc_textfield_default_mtrl_alpha -io.reactivex.Observable: io.reactivex.Observable concatMap(io.reactivex.functions.Function) -androidx.appcompat.widget.SearchView$SavedState -okhttp3.logging.LoggingEventListener$Factory: LoggingEventListener$Factory() -android.didikee.donate.R$drawable: int abc_ic_star_half_black_48dp -androidx.constraintlayout.widget.R$attr: int arrowShaftLength -wangdaye.com.geometricweather.R$layout: int abc_list_menu_item_icon -wangdaye.com.geometricweather.R$id: int META -androidx.preference.R$style: int Widget_AppCompat_TextView -androidx.appcompat.R$attr: int listPreferredItemPaddingStart -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: java.util.Date Date -retrofit2.RequestFactory: okhttp3.Request create(java.lang.Object[]) -com.google.android.material.R$color: int accent_material_light -io.reactivex.exceptions.CompositeException: java.lang.String getMessage() -wangdaye.com.geometricweather.R$styleable: int Chip_chipIconSize -com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$Node findByObject(java.lang.Object) -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_30 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean -androidx.constraintlayout.widget.R$bool: int abc_config_actionMenuItemAllCaps -wangdaye.com.geometricweather.R$styleable: int MenuItem_showAsAction -wangdaye.com.geometricweather.R$attr: int onCross -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: float getFillAlpha() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setWeatherStart(java.lang.String) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ENABLE_MWI_NOTIFICATION_VALIDATOR -androidx.preference.R$styleable: int MenuItem_actionProviderClass -wangdaye.com.geometricweather.R$dimen: int mtrl_slider_widget_height -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: java.lang.String getIcon() -androidx.appcompat.R$style: int Base_V23_Theme_AppCompat -okhttp3.internal.http2.Http2Connection: boolean shutdown -wangdaye.com.geometricweather.R$id: int icon_group -androidx.constraintlayout.widget.R$attr: int flow_lastVerticalBias -androidx.preference.R$anim: int btn_checkbox_to_checked_box_outer_merged_animation -okhttp3.MediaType: okhttp3.MediaType parse(java.lang.String) -com.google.android.material.slider.BaseSlider: void setEnabled(boolean) -com.google.android.material.R$styleable: int BottomNavigationView_backgroundTint -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType TransactionCallable -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Ice: double Value -james.adaptiveicon.R$styleable: int AppCompatTextView_autoSizeMaxTextSize -james.adaptiveicon.R$attr: int windowMinWidthMajor -androidx.preference.R$attr: int autoSizePresetSizes -com.google.android.material.R$style: int ThemeOverlay_AppCompat_Dark -com.jaredrummler.android.colorpicker.R$attr: int panelMenuListWidth -androidx.hilt.work.R$id: int accessibility_custom_action_23 -androidx.preference.R$styleable: int PreferenceTheme_dialogPreferenceStyle -cyanogenmod.util.ColorUtils: int findPerceptuallyNearestSolidColor(int) -com.google.android.material.R$styleable: int AppCompatTheme_dialogCornerRadius -androidx.preference.R$style: int TextAppearance_AppCompat_SearchResult_Title -cyanogenmod.providers.CMSettings$Global: int getInt(android.content.ContentResolver,java.lang.String) -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_android_insetBottom -wangdaye.com.geometricweather.R$attr: int boxStrokeErrorColor +androidx.legacy.coreutils.R$color: int ripple_material_light +james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle +androidx.preference.R$id: int start +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver +com.jaredrummler.android.colorpicker.R$layout: int preference_information +com.google.android.material.R$style: int Base_V7_Theme_AppCompat_Light +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar +retrofit2.RequestBuilder: void addTag(java.lang.Class,java.lang.Object) +com.google.android.material.R$styleable: int[] MaterialTextAppearance +com.jaredrummler.android.colorpicker.R$attr: int editTextColor +wangdaye.com.geometricweather.R$color: R$color() +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Caption +androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemHeight +androidx.constraintlayout.widget.R$styleable: int[] AlertDialog +com.google.android.material.textfield.TextInputLayout$SavedState +androidx.lifecycle.extensions.R$id: int line3 +com.google.android.material.R$dimen: int mtrl_calendar_selection_text_baseline_to_top +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceStyle +wangdaye.com.geometricweather.R$drawable: int indicator +androidx.transition.R$id: int async +wangdaye.com.geometricweather.R$drawable: int ic_grass +androidx.core.graphics.drawable.IconCompatParcelizer: void write(androidx.core.graphics.drawable.IconCompat,androidx.versionedparcelable.VersionedParcel) +android.didikee.donate.R$styleable: int MenuItem_alphabeticModifiers +androidx.constraintlayout.widget.R$color: int accent_material_light +com.google.android.material.R$id: int mtrl_picker_title_text +com.google.android.material.R$attr: int layout_insetEdge +androidx.lifecycle.extensions.R$dimen: int notification_top_pad +androidx.viewpager2.R$styleable: int ColorStateListItem_android_color +com.google.android.material.circularreveal.cardview.CircularRevealCardView: android.graphics.drawable.Drawable getCircularRevealOverlayDrawable() +com.jaredrummler.android.colorpicker.R$styleable: int[] AnimatedStateListDrawableItem com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox -okhttp3.internal.cache.DiskLruCache$Entry: void setLengths(java.lang.String[]) -androidx.lifecycle.ViewModelStoreOwner: androidx.lifecycle.ViewModelStore getViewModelStore() -androidx.preference.R$attr: int switchPreferenceStyle -androidx.appcompat.widget.ScrollingTabContainerView: ScrollingTabContainerView(android.content.Context) -androidx.dynamicanimation.R$id: int right_icon -androidx.appcompat.R$drawable: int abc_textfield_search_activated_mtrl_alpha -androidx.appcompat.R$attr: int buttonGravity -wangdaye.com.geometricweather.R$dimen: int standard_weather_icon_container_size -io.reactivex.internal.subscriptions.SubscriptionHelper: boolean replace(java.util.concurrent.atomic.AtomicReference,org.reactivestreams.Subscription) -androidx.constraintlayout.widget.R$attr: int sizePercent -com.bumptech.glide.R$id: int action_text -cyanogenmod.profiles.LockSettings: void processOverride(android.content.Context,com.android.internal.policy.IKeyguardService) -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property WeatherText -wangdaye.com.geometricweather.R$attr: int flow_firstVerticalStyle -retrofit2.HttpServiceMethod$SuspendForBody: boolean isNullable -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_barrierMargin -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getProfiles -wangdaye.com.geometricweather.R$id: int dialog_animatable_icon_icon -com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_item_horizontal_padding -com.google.android.material.chip.Chip: void setCloseIconEndPadding(float) -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse -androidx.preference.R$id: int action_bar -okio.Pipe$PipeSource: okio.Timeout timeout -cyanogenmod.profiles.ConnectionSettings: void setOverride(boolean) -com.jaredrummler.android.colorpicker.R$style: int Widget_Support_CoordinatorLayout -wangdaye.com.geometricweather.R$id: int container_main_first_card_header_line -wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type[] values() -james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarTabStyle -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_borderlessButtonStyle -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xdtd -retrofit2.ParameterHandler$Query: retrofit2.Converter valueConverter -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String FORECAST_CONDITION_CODE -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setPressure(java.lang.Float) -com.turingtechnologies.materialscrollbar.R$id: int multiply -cyanogenmod.app.IProfileManager -androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type valueOf(java.lang.String) -androidx.appcompat.R$drawable: int btn_radio_on_mtrl -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_autoSizeMaxTextSize -androidx.customview.R$styleable -com.turingtechnologies.materialscrollbar.R$integer: int status_bar_notification_info_maxnum -wangdaye.com.geometricweather.R$drawable: int ic_settings -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_rippleColor -androidx.transition.R$color: int notification_icon_bg_color -androidx.constraintlayout.widget.R$string: int abc_searchview_description_query -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode RAIN -wangdaye.com.geometricweather.R$string: int key_widget_trend_daily -androidx.lifecycle.extensions.R$color: int secondary_text_default_material_light -cyanogenmod.profiles.RingModeSettings: java.lang.String mValue -androidx.preference.R$styleable: int ButtonBarLayout_allowStacking -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_Button -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_DialogWindowTitle_AppCompat -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean get(int) -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_indeterminateProgressStyle -com.xw.repo.bubbleseekbar.R$attr: int colorControlNormal -wangdaye.com.geometricweather.R$id: int mtrl_picker_fullscreen -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ListPopupWindow -okio.RealBufferedSource: short readShortLe() -okio.SegmentedByteString: byte getByte(int) -androidx.dynamicanimation.R$drawable: int notification_icon_background -com.google.android.material.progressindicator.ProgressIndicator: int getIndicatorSize() -androidx.transition.R$styleable -androidx.loader.R$string: R$string() -wangdaye.com.geometricweather.R$string: int key_text_size -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum -androidx.lifecycle.ProcessLifecycleOwner$3$1: androidx.lifecycle.ProcessLifecycleOwner$3 this$1 -okio.RealBufferedSink: okio.BufferedSink writeShortLe(int) -okhttp3.internal.platform.ConscryptPlatform: void configureTlsExtensions(javax.net.ssl.SSLSocket,java.lang.String,java.util.List) -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_card +androidx.constraintlayout.widget.R$dimen: int abc_list_item_padding_horizontal_material +okhttp3.internal.http2.Http2Connection: long intervalPingsSent +retrofit2.ParameterHandler$HeaderMap: retrofit2.Converter valueConverter +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: boolean disposed +cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.RequestInfo$Builder setWeatherLocation(cyanogenmod.weather.WeatherLocation) +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.String dailyWeatherDescription +com.google.android.material.R$drawable: int material_ic_edit_black_24dp +com.turingtechnologies.materialscrollbar.DragScrollBar: float getHideRatio() +androidx.appcompat.R$string: int abc_menu_delete_shortcut_label +cyanogenmod.app.CMContextConstants: java.lang.String CM_PARTNER_INTERFACE +okhttp3.internal.Util: java.nio.charset.Charset bomAwareCharset(okio.BufferedSource,java.nio.charset.Charset) +cyanogenmod.app.CMContextConstants: java.lang.String CM_APP_SUGGEST_SERVICE wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_12 -wangdaye.com.geometricweather.common.basic.models.weather.UV: UV(java.lang.Integer,java.lang.String,java.lang.String) -com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_thickness -wangdaye.com.geometricweather.R$layout: int design_navigation_item -okio.ForwardingTimeout: okio.Timeout delegate() -wangdaye.com.geometricweather.R$styleable: int ActionMode_closeItemLayout -wangdaye.com.geometricweather.R$id: int widget_week_temp -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_14 -wangdaye.com.geometricweather.settings.fragments.SettingsFragment: SettingsFragment() -wangdaye.com.geometricweather.R$id: int notification_big_icon_5 -com.jaredrummler.android.colorpicker.R$id: int notification_main_column -com.google.android.material.R$styleable: int ImageFilterView_roundPercent +wangdaye.com.geometricweather.R$dimen: int material_helper_text_font_1_3_padding_horizontal +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPath: java.lang.String getPathName() +com.jaredrummler.android.colorpicker.R$styleable: int View_paddingStart +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintRight_toLeftOf +androidx.swiperefreshlayout.R$styleable: int GradientColorItem_android_color +androidx.hilt.R$id: int accessibility_custom_action_16 +com.google.android.material.floatingactionbutton.FloatingActionButton: android.content.res.ColorStateList getBackgroundTintList() +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_switchTextAppearance +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_10 +okhttp3.internal.proxy.NullProxySelector: void connectFailed(java.net.URI,java.net.SocketAddress,java.io.IOException) +com.google.android.material.R$attr: int materialButtonToggleGroupStyle +com.google.android.material.R$attr: int layout_goneMarginStart +com.turingtechnologies.materialscrollbar.DateAndTimeIndicator: int getIndicatorWidth() +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: io.reactivex.disposables.Disposable upstream +io.reactivex.internal.disposables.EmptyDisposable: io.reactivex.internal.disposables.EmptyDisposable valueOf(java.lang.String) +com.google.android.material.R$styleable: int Constraint_transitionEasing +androidx.constraintlayout.widget.R$color: int primary_text_disabled_material_light +okhttp3.internal.ws.WebSocketReader$FrameCallback +wangdaye.com.geometricweather.db.entities.WeatherEntityDao +com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getErrorContentDescription() +io.reactivex.internal.util.VolatileSizeArrayList: int indexOf(java.lang.Object) wangdaye.com.geometricweather.R$dimen: int design_fab_size_normal -com.google.android.material.chip.ChipGroup: void setSelectionRequired(boolean) -cyanogenmod.weather.WeatherLocation$Builder: WeatherLocation$Builder(java.lang.String) -okio.SegmentedByteString: byte[] internalArray() -com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents_Light -androidx.appcompat.R$attr: int titleMarginStart -androidx.constraintlayout.widget.R$color: int foreground_material_dark -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.HourlyEntityDao hourlyEntityDao -com.google.android.material.R$style: int Widget_MaterialComponents_Toolbar_Surface -com.google.android.material.R$dimen: int abc_dialog_min_width_minor -android.didikee.donate.R$attr: int buttonGravity -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Dialog_Bridge -androidx.drawerlayout.R$attr: int fontProviderAuthority -com.google.android.material.R$dimen: int abc_dialog_corner_radius_material -cyanogenmod.app.ProfileGroup: ProfileGroup(java.util.UUID,boolean) -com.jaredrummler.android.colorpicker.R$attr: int indeterminateProgressStyle -com.google.android.material.R$styleable: int AppCompatTheme_actionModeCloseDrawable -androidx.hilt.lifecycle.R$styleable: int GradientColor_android_startColor -okhttp3.internal.http2.Http2Stream$FramingSink: okhttp3.internal.http2.Http2Stream this$0 -cyanogenmod.hardware.ICMHardwareService$Stub: java.lang.String DESCRIPTOR -com.google.android.material.progressindicator.ProgressIndicator: void setIndicatorSize(int) -androidx.preference.R$attr: int textAppearanceSearchResultSubtitle -androidx.constraintlayout.widget.R$styleable: int Constraint_barrierAllowsGoneWidgets -cyanogenmod.providers.CMSettings$System: java.lang.String VOLUME_ADJUST_SOUNDS_ENABLED -android.didikee.donate.R$drawable: int abc_btn_radio_to_on_mtrl_000 -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_WITH_DES_CBC_MD5 -wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Body_Text -com.bumptech.glide.R$id: int title -com.xw.repo.bubbleseekbar.R$attr: int actionBarStyle -androidx.vectordrawable.animated.R$styleable: int FontFamily_fontProviderFetchTimeout -com.google.android.material.R$styleable: int[] CustomAttribute -androidx.viewpager2.widget.ViewPager2: void setOffscreenPageLimit(int) -james.adaptiveicon.R$attr: int listDividerAlertDialog -com.google.android.material.R$styleable: int TabLayout_tabPaddingStart -android.didikee.donate.R$id: int select_dialog_listview -cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper: cyanogenmod.app.CustomTileListenerService this$0 -okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.platform.OptionalMethod setUseSessionTickets -com.bumptech.glide.R$id: int time -androidx.appcompat.widget.Toolbar: androidx.appcompat.widget.DecorToolbar getWrapper() -okhttp3.internal.http2.Http2Connection$4 -androidx.appcompat.R$style: int Widget_AppCompat_Toolbar -okhttp3.internal.http.HttpCodec: void writeRequestHeaders(okhttp3.Request) -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: SinglePostCompleteSubscriber(org.reactivestreams.Subscriber) -io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: io.reactivex.Observer downstream -james.adaptiveicon.R$attr: int actionOverflowButtonStyle -com.google.android.material.R$id: int mtrl_internal_children_alpha_tag -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property SnowPrecipitation -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowFixedWidthMajor -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_stacked_tab_max_width -wangdaye.com.geometricweather.R$styleable: int Preference_android_defaultValue -wangdaye.com.geometricweather.R$string: int local_time -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum: double Value -wangdaye.com.geometricweather.R$layout: int design_bottom_sheet_dialog -com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleMarginStart(int) -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_useCompatPadding -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 -io.reactivex.internal.observers.InnerQueuedObserver: boolean done -james.adaptiveicon.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog -cyanogenmod.externalviews.KeyguardExternalView: void onScreenTurnedOff() -okio.GzipSource: GzipSource(okio.Source) -androidx.recyclerview.R$styleable: int RecyclerView_reverseLayout -wangdaye.com.geometricweather.R$layout: int material_clockface_view -cyanogenmod.hardware.IThermalListenerCallback$Stub: int TRANSACTION_onThermalChanged_0 -com.google.android.material.R$id: int transition_layout_save -wangdaye.com.geometricweather.R$styleable: int ColorPanelView_cpv_showOldColor -cyanogenmod.platform.R$array -androidx.core.widget.NestedScrollView: float getTopFadingEdgeStrength() -james.adaptiveicon.R$color: int primary_dark_material_light -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabBackground -wangdaye.com.geometricweather.R$style: int Widget_Compat_NotificationActionText -com.turingtechnologies.materialscrollbar.R$id: int screen -androidx.recyclerview.widget.RecyclerView$SavedState: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit -com.google.gson.stream.JsonWriter: void newline() -cyanogenmod.profiles.RingModeSettings: int describeContents() -android.support.v4.app.INotificationSideChannel$Stub -cyanogenmod.providers.CMSettings$Secure: java.lang.String FEATURE_TOUCH_HOVERING -com.jaredrummler.android.colorpicker.R$attr: int navigationMode -wangdaye.com.geometricweather.R$attr: int swipeRefreshLayoutProgressSpinnerBackgroundColor -com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode: com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode[] values() -io.reactivex.internal.util.NotificationLite$SubscriptionNotification: org.reactivestreams.Subscription upstream -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_Button_Colored -wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.util.Date getDate() -androidx.preference.R$styleable: int Toolbar_logoDescription -com.google.android.material.R$dimen: int abc_list_item_height_large_material -wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit valueOf(java.lang.String) -wangdaye.com.geometricweather.R$color: int mtrl_bottom_nav_colored_ripple_color -wangdaye.com.geometricweather.R$styleable: int PreferenceImageView_maxWidth -androidx.constraintlayout.widget.R$id: int none -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Imperial Imperial -androidx.constraintlayout.widget.R$attr: int tint -okhttp3.CacheControl: CacheControl(okhttp3.CacheControl$Builder) -wangdaye.com.geometricweather.R$style: int ShapeAppearance_MaterialComponents_MediumComponent -androidx.constraintlayout.widget.R$id: int search_go_btn -retrofit2.Converter$Factory: retrofit2.Converter requestBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],java.lang.annotation.Annotation[],retrofit2.Retrofit) -com.google.android.material.appbar.CollapsingToolbarLayout: void setScrimVisibleHeightTrigger(int) -com.google.android.material.navigation.NavigationView: void setCheckedItem(int) -androidx.lifecycle.ViewModelProvider: androidx.lifecycle.ViewModelProvider$Factory mFactory -com.google.android.material.R$attr: int tintMode -io.reactivex.internal.schedulers.AbstractDirectTask: java.util.concurrent.FutureTask FINISHED -com.google.android.material.card.MaterialCardView: android.content.res.ColorStateList getCheckedIconTint() -wangdaye.com.geometricweather.R$id: int notification_big -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleTextColor -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: void onError(java.lang.Throwable) -androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight -com.google.android.material.R$styleable: int[] Transform -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setApparentTemperature(java.lang.Integer) -androidx.vectordrawable.R$id: int right_side -com.jaredrummler.android.colorpicker.R$attr: int thumbTintMode -cyanogenmod.os.Build$CM_VERSION: int SDK_INT -retrofit2.HttpException: retrofit2.Response response -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: java.lang.Object poll() -cyanogenmod.weatherservice.ServiceRequestResult: int hashCode() -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind: double speed -retrofit2.RequestBuilder: java.lang.String canonicalizeForPath(java.lang.String,boolean) -com.google.android.material.R$id: int accessibility_custom_action_11 -androidx.hilt.R$layout: int notification_template_custom_big -james.adaptiveicon.R$attr: int background -android.didikee.donate.R$style: int Theme_AppCompat_DayNight_Dialog_Alert -android.didikee.donate.R$attr: int textAppearanceSearchResultTitle -androidx.transition.R$styleable: int GradientColor_android_centerColor -com.xw.repo.bubbleseekbar.R$color: int bright_foreground_disabled_material_dark -okhttp3.internal.cache.DiskLruCache: java.util.regex.Pattern LEGAL_KEY_PATTERN -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_measureWithLargestChild -com.google.android.material.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_icon_size -com.bumptech.glide.integration.okhttp.R$color: R$color() -wangdaye.com.geometricweather.R$styleable: int[] AnimatedStateListDrawableCompat +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintTop_toBottomOf +cyanogenmod.weatherservice.IWeatherProviderService: void processWeatherUpdateRequest(cyanogenmod.weather.RequestInfo) +androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: AppCompatMultiAutoCompleteTextView(android.content.Context,android.util.AttributeSet,int) +io.reactivex.Observable: io.reactivex.Observable throttleLatest(long,java.util.concurrent.TimeUnit,boolean) +androidx.appcompat.widget.AppCompatSpinner: void setDropDownVerticalOffset(int) +okhttp3.ConnectionPool: void evictAll() +okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Stream removeStream(int) +com.google.gson.internal.$Gson$Types$WildcardTypeImpl: java.lang.reflect.Type upperBound +io.reactivex.internal.subscriptions.DeferredScalarSubscription: org.reactivestreams.Subscriber downstream +okhttp3.Request$Builder: okhttp3.Request$Builder patch(okhttp3.RequestBody) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Direction: java.lang.String English +androidx.appcompat.widget.ActionMenuView: ActionMenuView(android.content.Context) +androidx.constraintlayout.widget.R$styleable: int ActionBar_homeAsUpIndicator +androidx.appcompat.R$id: int tag_unhandled_key_listeners +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: boolean isEmpty() +com.google.android.material.R$styleable: int MenuView_android_itemBackground +wangdaye.com.geometricweather.R$styleable: int MultiSelectListPreference_android_entryValues +androidx.viewpager2.R$styleable: int GradientColor_android_centerX +cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_TEMPERATURE_MODE +com.google.android.material.bottomappbar.BottomAppBar: void setFabAlignmentMode(int) +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: Temperature(int,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer) +io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable +androidx.appcompat.widget.AppCompatImageView +androidx.hilt.work.R$styleable: int ColorStateListItem_android_alpha +cyanogenmod.app.Profile: void validateRingtones(android.content.Context) +com.google.android.material.R$styleable: int SnackbarLayout_backgroundOverlayColorAlpha +com.google.android.material.R$attr: int layout_constraintTop_toTopOf +com.bumptech.glide.R$style: int TextAppearance_Compat_Notification_Title +wangdaye.com.geometricweather.R$attr: int backgroundSplit +com.google.android.material.R$styleable: int ActionMode_height +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void onNext(java.lang.Object) +androidx.preference.R$styleable: int[] SwitchPreferenceCompat +com.google.android.material.R$color: int design_default_color_primary_dark +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xss +com.xw.repo.bubbleseekbar.R$styleable: int[] CompoundButton +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.AirQuality airQuality +wangdaye.com.geometricweather.R$dimen: int abc_dialog_padding_material +com.google.android.material.R$style: int Platform_V21_AppCompat +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse +androidx.constraintlayout.widget.R$styleable: int MotionLayout_layoutDescription +okhttp3.internal.http2.Http2Codec: java.lang.String TRANSFER_ENCODING +com.google.android.material.R$dimen: int mtrl_textinput_box_label_cutout_padding +wangdaye.com.geometricweather.R$attr: int thumbRadius +com.xw.repo.bubbleseekbar.R$id: int action_mode_close_button +cyanogenmod.externalviews.KeyguardExternalView: void registerKeyguardExternalViewCallback(cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks) +okhttp3.internal.http2.Huffman$Node: Huffman$Node() +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: long dt +androidx.coordinatorlayout.R$drawable: int notification_bg_normal +okio.Okio$2 +com.google.android.material.chip.Chip: void setChipStrokeWidth(float) +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_DrawerArrowToggle +com.google.android.material.R$attr: int backgroundOverlayColorAlpha +androidx.constraintlayout.widget.R$anim: R$anim() +wangdaye.com.geometricweather.R$styleable: int ActionBar_backgroundSplit +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: android.os.IBinder asBinder() +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: long dt +com.xw.repo.bubbleseekbar.R$styleable: int MenuGroup_android_enabled +com.google.android.material.R$attr: int customNavigationLayout +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ButtonBar +wangdaye.com.geometricweather.db.entities.HistoryEntity +androidx.hilt.R$id: int accessibility_custom_action_18 +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments: long beginTime +android.didikee.donate.R$styleable: int AppCompatTheme_actionButtonStyle +com.jaredrummler.android.colorpicker.R$layout: int preference_widget_seekbar_material +com.turingtechnologies.materialscrollbar.R$drawable +com.google.android.material.R$styleable: int TextAppearance_android_textFontWeight +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setAqi(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX) +com.google.android.material.textfield.TextInputLayout: void setTypeface(android.graphics.Typeface) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarDivider +com.turingtechnologies.materialscrollbar.R$attr: int hideOnContentScroll +androidx.vectordrawable.R$drawable: int notification_action_background +com.google.android.material.R$layout: int material_timepicker_dialog +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderSelection +okhttp3.internal.publicsuffix.PublicSuffixDatabase: void setListBytes(byte[],byte[]) +james.adaptiveicon.R$style: int Base_Animation_AppCompat_Dialog +androidx.appcompat.widget.LinearLayoutCompat: LinearLayoutCompat(android.content.Context) +okio.Buffer$UnsafeCursor: okio.Buffer buffer +androidx.appcompat.R$styleable: int MenuItem_android_enabled +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void onSubscribe(io.reactivex.disposables.Disposable) +james.adaptiveicon.R$styleable: int ButtonBarLayout_allowStacking +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_icon_size +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_18 +androidx.preference.R$style: int ThemeOverlay_AppCompat_Dialog +wangdaye.com.geometricweather.R$style: int Preference_DropDown +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowNoTitle +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: boolean isDisposed() +wangdaye.com.geometricweather.R$attr: int tabIndicatorGravity +wangdaye.com.geometricweather.R$styleable: int[] EditTextPreference +com.jaredrummler.android.colorpicker.R$dimen: int cpv_item_size +io.reactivex.Observable: io.reactivex.Observable combineLatest(java.lang.Iterable,io.reactivex.functions.Function,int) +com.google.android.material.R$styleable: int MaterialTextAppearance_lineHeight +androidx.cardview.widget.CardView: float getRadius() +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void startTimeout(long) +android.didikee.donate.R$styleable: int DrawerArrowToggle_spinBars +androidx.preference.R$style: int Widget_AppCompat_ActionMode +androidx.constraintlayout.widget.R$attr: int flow_verticalBias +androidx.preference.R$styleable: int AppCompatTheme_panelMenuListWidth androidx.coordinatorlayout.R$integer: int status_bar_notification_info_maxnum -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_28 -androidx.cardview.R$attr: int contentPaddingRight -wangdaye.com.geometricweather.R$layout: int container_main_header -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragment_allowDividerAfterLastItem -androidx.appcompat.R$styleable: int AppCompatTheme_actionButtonStyle -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_shapeAppearanceOverlay -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Dialog_Alert -com.google.android.material.R$styleable: int ConstraintSet_barrierDirection -okhttp3.internal.http2.Http2Connection: java.util.concurrent.ScheduledExecutorService writerExecutor -androidx.viewpager2.R$id: int tag_unhandled_key_event_manager -okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection build() -retrofit2.OkHttpCall: retrofit2.OkHttpCall clone() -okhttp3.internal.ws.WebSocketProtocol: WebSocketProtocol() -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWindDegree(wangdaye.com.geometricweather.common.basic.models.weather.WindDegree) -okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Http2Connection connection -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_android_checkable -com.google.android.material.R$styleable: int Chip_chipMinHeight -com.google.android.material.R$style: int Widget_AppCompat_Light_ActionMode_Inverse -com.google.android.material.R$styleable: int Insets_paddingBottomSystemWindowInsets -com.google.android.material.R$styleable: int CoordinatorLayout_statusBarBackground -com.jaredrummler.android.colorpicker.R$attr: int font -james.adaptiveicon.R$drawable: int abc_textfield_search_material -androidx.cardview.R$styleable: int CardView_android_minHeight -android.didikee.donate.R$id: int src_atop -com.google.android.material.R$dimen: int abc_text_size_menu_header_material -okhttp3.internal.ws.WebSocketReader: int opcode -james.adaptiveicon.R$styleable: int ActionBar_contentInsetStart -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator VOLUME_WAKE_SCREEN_VALIDATOR -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: int size -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter value(java.lang.String) -wangdaye.com.geometricweather.R$drawable: int notif_temp_63 -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$2 -androidx.constraintlayout.widget.R$id: int staticPostLayout -wangdaye.com.geometricweather.R$layout: int material_time_chip -okhttp3.Call: void enqueue(okhttp3.Callback) -com.turingtechnologies.materialscrollbar.R$attr: int closeIconEndPadding -io.reactivex.Observable: void blockingSubscribe(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer) -com.jaredrummler.android.colorpicker.R$dimen: int tooltip_y_offset_touch -james.adaptiveicon.R$attr: int actionMenuTextAppearance -org.greenrobot.greendao.DaoException: DaoException(java.lang.String) -cyanogenmod.app.ProfileGroup$1 -android.didikee.donate.R$styleable: int SwitchCompat_track -com.jaredrummler.android.colorpicker.R$dimen: int abc_dropdownitem_text_padding_right -okhttp3.internal.cache.FaultHidingSink: void close() -androidx.coordinatorlayout.widget.CoordinatorLayout: int getSuggestedMinimumWidth() -org.greenrobot.greendao.AbstractDaoSession: void delete(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$color: int button_material_light -androidx.preference.R$styleable: int AppCompatTextView_fontFamily -cyanogenmod.app.ThemeVersion$ThemeVersionImpl2 -com.turingtechnologies.materialscrollbar.R$attr: int dialogCornerRadius -wangdaye.com.geometricweather.R$id: int disablePostScroll -james.adaptiveicon.R$attr: int dropDownListViewStyle -androidx.appcompat.R$color: int primary_dark_material_light -android.didikee.donate.R$attr: int borderlessButtonStyle -androidx.preference.R$dimen: int notification_right_side_padding_top -cyanogenmod.externalviews.ExternalViewProviderService: java.lang.String TAG -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Dialog -com.google.android.material.button.MaterialButton: int getIconGravity() -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_collapseIcon -wangdaye.com.geometricweather.R$string: int cpv_default_title -okhttp3.internal.http2.Http2: java.lang.String frameLog(boolean,int,int,byte,byte) -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String treeDescription -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void dispose() -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeRainPrecipitationProbability -wangdaye.com.geometricweather.R$layout: int abc_screen_simple_overlay_action_mode -com.google.android.material.R$styleable: int Chip_android_checkable -androidx.viewpager.R$drawable: int notification_action_background -androidx.preference.R$style: int Theme_AppCompat_CompactMenu -androidx.appcompat.R$drawable: int abc_textfield_search_material -androidx.appcompat.R$style: int Base_Widget_AppCompat_Button -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: boolean isCanceled() -androidx.constraintlayout.widget.R$attr: int visibilityMode -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setItemBackground(int) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHeight_max -wangdaye.com.geometricweather.R$attr: int srcCompat -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_enabled -com.xw.repo.bubbleseekbar.R$layout: int abc_list_menu_item_radio -androidx.constraintlayout.widget.R$styleable: int[] View -cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_onStop -james.adaptiveicon.R$drawable: int abc_ic_star_half_black_48dp -io.reactivex.internal.disposables.EmptyDisposable: io.reactivex.internal.disposables.EmptyDisposable[] values() -androidx.work.R$id: int accessibility_action_clickable_span -androidx.fragment.R$id: int info -james.adaptiveicon.R$drawable: int abc_list_selector_background_transition_holo_light -io.reactivex.Observable: io.reactivex.Observable concatMapMaybeDelayError(io.reactivex.functions.Function,boolean) -io.reactivex.Observable: io.reactivex.Observable concat(io.reactivex.ObservableSource,int) -androidx.preference.PreferenceCategory: PreferenceCategory(android.content.Context,android.util.AttributeSet) -androidx.appcompat.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration -androidx.appcompat.R$styleable: int ActionBar_icon -androidx.appcompat.resources.R$attr: int font -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd +androidx.appcompat.R$style: int Animation_AppCompat_Tooltip +io.reactivex.Observable: io.reactivex.Observable materialize() +james.adaptiveicon.R$attr: int hideOnContentScroll +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_OVERLAYS +androidx.hilt.lifecycle.R$dimen: int notification_media_narrow_margin +cyanogenmod.weatherservice.IWeatherProviderService$Stub: int TRANSACTION_processWeatherUpdateRequest_0 +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: io.reactivex.Observer downstream +com.google.android.material.R$style: int Base_Theme_AppCompat_Light_DarkActionBar +androidx.hilt.work.R$id: int right_side +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: void subscribe() +io.reactivex.internal.subscriptions.EmptySubscription: io.reactivex.internal.subscriptions.EmptySubscription[] values() +androidx.cardview.R$attr: int cardBackgroundColor +androidx.constraintlayout.widget.R$styleable: int ActionBar_contentInsetRight +okhttp3.OkHttpClient: java.net.ProxySelector proxySelector +androidx.preference.R$string: int abc_toolbar_collapse_description +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_android_textOn +com.google.android.material.R$attr: int behavior_draggable +cyanogenmod.providers.WeatherContract: java.lang.String AUTHORITY +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_textColor +com.xw.repo.bubbleseekbar.R$id: int title_template +com.jaredrummler.android.colorpicker.R$id: int submenuarrow +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow +com.turingtechnologies.materialscrollbar.R$string: int abc_menu_space_shortcut_label +wangdaye.com.geometricweather.R$string: int key_forecast_tomorrow_time +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getWindLevel() +com.google.android.material.R$attr: int actionViewClass +wangdaye.com.geometricweather.R$color: int mtrl_tabs_legacy_text_color_selector +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: io.reactivex.Observer downstream +com.google.android.material.R$integer: int mtrl_tab_indicator_anim_duration_ms +com.jaredrummler.android.colorpicker.R$id: int select_dialog_listview +okhttp3.Headers: int hashCode() +androidx.vectordrawable.R$dimen: int notification_top_pad_large_text +james.adaptiveicon.R$attr: int navigationIcon +androidx.constraintlayout.widget.R$attr: int actionBarTabTextStyle +wangdaye.com.geometricweather.R$attr: int bsb_thumb_radius_on_dragging +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_TabView +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay valueOf(java.lang.String) +com.google.android.material.R$string: int mtrl_picker_text_input_date_hint +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties +com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_arrowHeadLength +io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object) +wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTheme +wangdaye.com.geometricweather.R$drawable: int notif_temp_114 +wangdaye.com.geometricweather.R$id: int widget_week_temp_5 +com.jaredrummler.android.colorpicker.R$color: int background_floating_material_dark +com.github.rahatarmanahmed.cpv.CircularProgressView: int size +james.adaptiveicon.R$layout: int select_dialog_singlechoice_material +james.adaptiveicon.R$style: int Widget_AppCompat_ListMenuView +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.util.Map rights +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Humidity: java.lang.Integer min +wangdaye.com.geometricweather.location.services.LocationService: java.lang.String[] getPermissions() +androidx.appcompat.R$color: int secondary_text_disabled_material_dark +androidx.preference.R$dimen: int compat_button_padding_vertical_material +com.google.android.material.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder callTimeout(long,java.util.concurrent.TimeUnit) +okhttp3.internal.tls.BasicTrustRootIndex: int hashCode() +com.google.gson.LongSerializationPolicy$2: com.google.gson.JsonElement serialize(java.lang.Long) +cyanogenmod.themes.IThemeChangeListener$Stub$Proxy: IThemeChangeListener$Stub$Proxy(android.os.IBinder) +wangdaye.com.geometricweather.R$attr: int switchStyle +io.reactivex.internal.observers.BasicIntQueueDisposable: boolean isEmpty() +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionBar_TabBar +com.turingtechnologies.materialscrollbar.R$layout: int abc_action_mode_bar +com.turingtechnologies.materialscrollbar.R$color: int mtrl_chip_ripple_color +androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat +retrofit2.ParameterHandler$Part: java.lang.reflect.Method method +com.xw.repo.bubbleseekbar.R$drawable: int notification_bg_low +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_Switch +wangdaye.com.geometricweather.R$attr: int layout_constraintEnd_toEndOf +com.turingtechnologies.materialscrollbar.R$attr: int drawableSize +okhttp3.internal.http2.Http2Connection$IntervalPingRunnable: okhttp3.internal.http2.Http2Connection this$0 +james.adaptiveicon.R$attr: int singleChoiceItemLayout +androidx.constraintlayout.widget.R$attr: int textAppearanceLargePopupMenu +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: void setGravitySensorEnabled(boolean) +io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(int,io.reactivex.Scheduler) +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_overflow_padding_start_material +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title +com.turingtechnologies.materialscrollbar.R$dimen: int hint_alpha_material_light +retrofit2.Retrofit$Builder: java.util.List converterFactories +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_goneMarginLeft +com.turingtechnologies.materialscrollbar.R$attr: int boxBackgroundColor +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_visibility +com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity +androidx.lifecycle.ProcessLifecycleOwner: androidx.lifecycle.ReportFragment$ActivityInitializationListener mInitializationListener +androidx.recyclerview.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable +io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource[],io.reactivex.functions.Function) +com.jaredrummler.android.colorpicker.R$styleable: int Preference_dependency +okhttp3.internal.http2.Http2Connection$5: int val$streamId +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property PublishTime +james.adaptiveicon.R$attr: int colorAccent +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: ObservableBuffer$BufferSkipObserver(io.reactivex.Observer,int,int,java.util.concurrent.Callable) +james.adaptiveicon.R$styleable: int[] AppCompatTextHelper +com.google.android.material.textfield.TextInputLayout: void setEndIconDrawable(int) +okhttp3.internal.Internal: okhttp3.internal.connection.StreamAllocation streamAllocation(okhttp3.Call) +wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout +androidx.fragment.R$id: R$id() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarTabStyle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature: AccuCurrentResult$RealFeelTemperature() +wangdaye.com.geometricweather.db.entities.WeatherEntity: long publishTime +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_motionStagger +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: long serialVersionUID +wangdaye.com.geometricweather.R$attr: int listPreferredItemHeightLarge +com.google.gson.stream.JsonReader: com.google.gson.stream.JsonToken peek() +com.github.rahatarmanahmed.cpv.CircularProgressView$8: float val$maxSweep +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceListItemSmall +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Metric: double Value +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_COLOR_AUTO +androidx.recyclerview.R$id: int accessibility_custom_action_14 +androidx.loader.R$styleable: int ColorStateListItem_android_alpha +com.xw.repo.bubbleseekbar.R$style: int Base_V7_Theme_AppCompat_Light +wangdaye.com.geometricweather.R$attr: int queryBackground +com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_selector_disabled_holo_light +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex inTwoDays +android.didikee.donate.R$drawable: int abc_text_select_handle_left_mtrl_light +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_fontFamily +okhttp3.internal.http2.Http2: byte FLAG_COMPRESSED +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property TotalPrecipitationProbability +androidx.preference.R$styleable: int[] AnimatedStateListDrawableTransition +androidx.appcompat.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration +com.google.android.material.R$styleable: int KeyCycle_motionProgress +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void setDisposable(io.reactivex.disposables.Disposable) +androidx.lifecycle.extensions.R$attr: int fontProviderFetchStrategy +androidx.hilt.R$anim: int fragment_fade_exit +androidx.hilt.lifecycle.R$drawable: int notification_template_icon_bg +androidx.drawerlayout.R$styleable: int FontFamilyFont_android_font +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property SnowPrecipitationProbability +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_state_dragged +okhttp3.internal.ws.WebSocketProtocol: java.lang.String acceptHeader(java.lang.String) +io.reactivex.Observable: io.reactivex.Observable startWith(io.reactivex.ObservableSource) +com.google.android.material.R$attr: int buttonTintMode +okhttp3.ResponseBody$BomAwareReader: java.io.Reader delegate +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Rain: double Value +android.support.v4.app.INotificationSideChannel$Stub$Proxy +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_24 +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken END_DOCUMENT +com.google.android.material.R$style: int Base_V21_Theme_AppCompat_Dialog +com.jaredrummler.android.colorpicker.R$color: int abc_btn_colored_borderless_text_material +com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: void setRevealInfo(com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo) +io.reactivex.internal.util.NotificationLite$ErrorNotification +okio.BufferedSource: long indexOfElement(okio.ByteString,long) +com.google.android.material.floatingactionbutton.FloatingActionButton: void setTranslationX(float) +com.bumptech.glide.integration.okhttp.R$styleable: int ColorStateListItem_android_color +io.reactivex.Observable: io.reactivex.Observable sample(io.reactivex.ObservableSource,boolean) +io.reactivex.Observable: io.reactivex.Observable takeLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean,int) +androidx.constraintlayout.widget.R$id: int spacer +com.jaredrummler.android.colorpicker.R$attr: int allowDividerAfterLastItem +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_109 +wangdaye.com.geometricweather.common.basic.models.weather.Astro: java.lang.String getSetTime(android.content.Context) +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void onError(java.lang.Throwable) +james.adaptiveicon.R$id: int text +com.turingtechnologies.materialscrollbar.R$id: int add +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_alertDialogTheme +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_second_track_size +cyanogenmod.providers.CMSettings$DiscreteValueValidator +cyanogenmod.profiles.LockSettings +cyanogenmod.app.Profile: cyanogenmod.app.ProfileGroup[] getProfileGroups() +wangdaye.com.geometricweather.R$drawable: int ic_close +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_useCompatPadding +okio.Buffer: okio.Buffer writeDecimalLong(long) +wangdaye.com.geometricweather.R$styleable: int Preference_allowDividerBelow +com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_headerBackground +androidx.appcompat.R$string: int abc_search_hint +com.bumptech.glide.R$styleable: int FontFamily_fontProviderPackage +wangdaye.com.geometricweather.R$attr: int cpv_progress +com.turingtechnologies.materialscrollbar.R$styleable: int[] View +com.google.android.material.R$attr: int maxAcceleration +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: java.lang.String getSourceName(android.content.Context) +cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: java.lang.String getInterfaceDescriptor() +okhttp3.internal.http.StatusLine: int HTTP_PERM_REDIRECT +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_useCompatPadding +androidx.hilt.lifecycle.R$attr: int fontProviderPackage +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean setVibratorIntensity(int) +androidx.cardview.R$attr +okhttp3.internal.http2.Http2: byte FLAG_NONE +okhttp3.internal.cache.DiskLruCache$3: void remove() +androidx.appcompat.widget.ContentFrameLayout: android.util.TypedValue getMinWidthMajor() +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_contentInsetRight +wangdaye.com.geometricweather.background.receiver.widget.WidgetWeekProvider +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatImageView_android_src +wangdaye.com.geometricweather.R$attr: int cpv_animSteps +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleMarginBottom +android.support.v4.app.RemoteActionCompatParcelizer: RemoteActionCompatParcelizer() +wangdaye.com.geometricweather.R$string: int key_widget_trend_daily +okhttp3.internal.http2.Http2Reader: boolean client +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ListMenuView +com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getTrackTintList() +wangdaye.com.geometricweather.common.basic.models.weather.Daily: float hoursOfSun +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.String weatherText +com.jaredrummler.android.colorpicker.R$layout: int abc_action_bar_up_container +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter value(long) +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.lang.String pollutant +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float pressure +com.jaredrummler.android.colorpicker.R$layout: int abc_expanded_menu_layout +com.turingtechnologies.materialscrollbar.R$styleable: int[] AnimatedStateListDrawableItem +cyanogenmod.weather.WeatherInfo: java.lang.String mCity +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: boolean isDisposed() +cyanogenmod.app.ProfileGroup: void validateOverrideUris(android.content.Context) +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Temperature: java.lang.Float windChill +cyanogenmod.weatherservice.IWeatherProviderService$Stub: java.lang.String DESCRIPTOR +com.google.android.material.R$id: int action_context_bar +androidx.work.Worker: Worker(android.content.Context,androidx.work.WorkerParameters) +androidx.vectordrawable.animated.R$id: int action_container +androidx.constraintlayout.widget.R$color: int dim_foreground_material_light +com.xw.repo.bubbleseekbar.R$attr: int windowActionModeOverlay +androidx.dynamicanimation.R$style: int TextAppearance_Compat_Notification +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver: long serialVersionUID +okhttp3.internal.ws.WebSocketProtocol: int CLOSE_NO_STATUS_CODE +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_DEFAULT_LED_OFF +james.adaptiveicon.R$style: int Widget_AppCompat_SeekBar_Discrete +com.jaredrummler.android.colorpicker.R$attr: int actionModeStyle +wangdaye.com.geometricweather.R$id: int invisible +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange: AccuCurrentResult$TemperatureSummary$Past6HourRange() +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_27 +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_Layout_layout_scrollInterpolator +android.didikee.donate.R$style: int Base_V23_Theme_AppCompat_Light +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_transformPivotY +wangdaye.com.geometricweather.R$styleable: int OnSwipe_touchRegionId +okio.BufferedSink: okio.BufferedSink writeShortLe(int) +android.didikee.donate.R$drawable: int abc_scrubber_primary_mtrl_alpha +io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: void run() +com.google.android.material.R$dimen: int mtrl_calendar_year_width +retrofit2.OptionalConverterFactory$OptionalConverter +androidx.constraintlayout.widget.R$color: int notification_icon_bg_color +cyanogenmod.app.CustomTile$Builder: android.app.PendingIntent mOnLongClick +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder cache(okhttp3.Cache) +wangdaye.com.geometricweather.R$id: int scrollBar +com.google.android.material.textfield.TextInputLayout: void setEndIconDrawable(android.graphics.drawable.Drawable) +androidx.constraintlayout.widget.R$attr: int backgroundTintMode +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: boolean cancelled +wangdaye.com.geometricweather.R$id: int material_clock_display +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getRagweedIndex() +james.adaptiveicon.R$attr: int searchHintIcon +com.xw.repo.bubbleseekbar.R$styleable: int GradientColorItem_android_color +cyanogenmod.app.CustomTile: boolean sensitiveData +androidx.preference.R$anim: int abc_popup_exit +cyanogenmod.app.CustomTile: CustomTile() +wangdaye.com.geometricweather.background.polling.permanent.update.Hilt_ForegroundTomorrowForecastUpdateService: Hilt_ForegroundTomorrowForecastUpdateService() +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType InsertOrReplaceInTxIterable +androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State[] $VALUES +androidx.fragment.R$styleable: int ColorStateListItem_android_alpha +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_scrimAnimationDuration +okio.RealBufferedSink: boolean isOpen() +wangdaye.com.geometricweather.common.basic.models.weather.Wind: int getWindColor(android.content.Context) +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable: void dispose() +androidx.appcompat.R$styleable: int AppCompatTheme_windowFixedHeightMinor +com.google.android.material.R$attr: int tabMinWidth +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$2: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 +wangdaye.com.geometricweather.R$styleable: int SearchView_searchHintIcon +wangdaye.com.geometricweather.R$string: int chip_text +com.google.android.material.R$styleable: int ActionMode_subtitleTextStyle +androidx.hilt.work.R$styleable: int[] ColorStateListItem +wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_android_insetTop +wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_3 +androidx.constraintlayout.widget.R$attr: int layout_constraintDimensionRatio +com.google.android.material.R$dimen: int mtrl_calendar_text_input_padding_top +com.turingtechnologies.materialscrollbar.R$attr: int strokeColor +wangdaye.com.geometricweather.R$string: int about_retrofit +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder connectTimeout(java.time.Duration) +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void innerSuccess(io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver,java.lang.Object) +com.google.android.material.floatingactionbutton.FloatingActionButton: void setSupportImageTintMode(android.graphics.PorterDuff$Mode) +androidx.preference.R$attr: int maxHeight +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_textColorHint +okhttp3.FormBody: java.util.List encodedNames +com.github.rahatarmanahmed.cpv.CircularProgressView$2: float val$currentProgress +wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog +wangdaye.com.geometricweather.R$dimen: int abc_action_button_min_width_overflow_material +io.reactivex.internal.disposables.SequentialDisposable: boolean replace(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric: AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric() +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getTotalPrecipitation() +com.jaredrummler.android.colorpicker.R$style: int Base_V28_Theme_AppCompat_Light +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: boolean cancelled +cyanogenmod.library.R$styleable: R$styleable() +okhttp3.internal.http2.Header: java.lang.String RESPONSE_STATUS_UTF8 +androidx.appcompat.R$id: int accessibility_custom_action_29 +com.turingtechnologies.materialscrollbar.R$id: int progress_circular +wangdaye.com.geometricweather.R$id: int widget_week_container +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Imperial +io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver +androidx.fragment.R$styleable: int FontFamilyFont_android_fontVariationSettings +com.google.android.material.R$id: int test_radiobutton_app_button_tint +wangdaye.com.geometricweather.R$string: int feedback_readd_location +androidx.swiperefreshlayout.R$attr +wangdaye.com.geometricweather.R$layout: int design_navigation_item_header +androidx.constraintlayout.widget.R$styleable: int[] CustomAttribute +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Display4 +com.google.android.material.R$id: int accessibility_custom_action_2 +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property GrassLevel +androidx.work.R$id: int tag_screen_reader_focusable +androidx.constraintlayout.widget.R$color: int abc_primary_text_disable_only_material_light +okhttp3.internal.http2.Http2Connection: long DEGRADED_PONG_TIMEOUT_NS +androidx.constraintlayout.widget.R$styleable: int Transition_constraintSetStart +androidx.coordinatorlayout.R$id: int tag_accessibility_actions +androidx.preference.R$styleable: int[] FontFamily +wangdaye.com.geometricweather.R$string: int tag_uv +wangdaye.com.geometricweather.R$style: int Base_V21_Theme_MaterialComponents_Dialog +okhttp3.Call: boolean isExecuted() +com.xw.repo.bubbleseekbar.R$dimen: int notification_small_icon_size_as_large +io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: long serialVersionUID +james.adaptiveicon.R$styleable: int AppCompatTheme_colorControlNormal +com.google.android.material.R$attr: int spanCount +androidx.appcompat.app.AppCompatDelegateImpl$ListMenuDecorView +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_numericModifiers +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionBar_Solid +androidx.appcompat.resources.R$id: int accessibility_custom_action_18 +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_drawableRight +com.google.android.material.R$attr: int tabBackground +cyanogenmod.weather.WeatherInfo: java.util.List getForecasts() +com.github.rahatarmanahmed.cpv.CircularProgressView: float startAngle +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String[] VALID_KEYS +androidx.preference.R$styleable: int SwitchPreferenceCompat_switchTextOn +wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_mini_dark +wangdaye.com.geometricweather.daily.DailyWeatherActivity: DailyWeatherActivity() +wangdaye.com.geometricweather.R$styleable: int[] FloatingActionButton +okio.SegmentedByteString: byte[] toByteArray() +cyanogenmod.weatherservice.ServiceRequestResult$Builder: cyanogenmod.weather.WeatherInfo mWeatherInfo +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_verticalGap +android.didikee.donate.R$attr: int paddingEnd +retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$1: java.lang.Object invoke(java.lang.Object) +retrofit2.OkHttpCall$NoContentResponseBody: long contentLength() +com.google.android.material.R$styleable: int KeyCycle_waveVariesBy +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: java.util.concurrent.atomic.AtomicReference current +okio.Timeout: long deadlineNanoTime() +com.google.android.material.R$styleable: int ActionBar_logo +android.didikee.donate.R$id: int expanded_menu +com.google.android.material.R$attr: int textAppearanceButton +android.support.v4.os.ResultReceiver: int describeContents() +androidx.appcompat.R$style: int ThemeOverlay_AppCompat_Dark +wangdaye.com.geometricweather.R$id: int dialog_learn_more_about_geocoder_container +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleMargin +com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_itemTextAppearance +cyanogenmod.externalviews.KeyguardExternalViewProviderService: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider createExternalView(android.os.Bundle) +com.turingtechnologies.materialscrollbar.R$attr: int radioButtonStyle +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Body1 +androidx.appcompat.R$drawable: int abc_textfield_activated_mtrl_alpha +cyanogenmod.externalviews.KeyguardExternalView$6: boolean val$screenOn +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar +com.jaredrummler.android.colorpicker.R$color: int material_grey_600 +androidx.constraintlayout.widget.R$attr: int listLayout +com.jaredrummler.android.colorpicker.R$attr: int listDividerAlertDialog +james.adaptiveicon.R$drawable: int abc_ic_menu_share_mtrl_alpha +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setRealFeelShaderTemperature(java.lang.Integer) +androidx.transition.R$styleable: int GradientColor_android_centerY +android.didikee.donate.R$styleable: int AppCompatTextView_drawableBottomCompat +com.google.android.material.R$dimen: int mtrl_fab_translation_z_pressed +wangdaye.com.geometricweather.remoteviews.config.DayWidgetConfigActivity +androidx.constraintlayout.widget.R$id: int alertTitle +androidx.constraintlayout.widget.R$attr: int collapseIcon +wangdaye.com.geometricweather.R$string: int mtrl_picker_text_input_date_hint +wangdaye.com.geometricweather.R$dimen: int abc_action_bar_subtitle_top_margin_material +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setDate(java.util.Date) +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_maxImageSize +androidx.vectordrawable.R$attr: int font +androidx.appcompat.R$dimen: int abc_action_button_min_width_material +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceGroup_android_orderingFromXml +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Button_Colored +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: java.lang.String zh_TW +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: boolean isValid() +com.turingtechnologies.materialscrollbar.R$attr: int itemIconPadding +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Display1 +retrofit2.Utils: boolean equals(java.lang.reflect.Type,java.lang.reflect.Type) +okhttp3.WebSocket: void cancel() +wangdaye.com.geometricweather.R$id: int mtrl_calendar_text_input_frame +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ListMenuView +okhttp3.RequestBody$1: okio.ByteString val$content +wangdaye.com.geometricweather.R$styleable: int[] CoordinatorLayout_Layout +androidx.preference.R$drawable: int abc_text_select_handle_left_mtrl_light +androidx.preference.R$attr: int listPreferredItemPaddingRight +cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_cancelLiveLockScreen +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: long serialVersionUID +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_activityChooserViewStyle +cyanogenmod.profiles.LockSettings$1: java.lang.Object createFromParcel(android.os.Parcel) +okio.Okio: okio.Sink sink(java.net.Socket) +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: ParallelRunOn$BaseRunOnSubscriber(int,io.reactivex.internal.queue.SpscArrayQueue,io.reactivex.Scheduler$Worker) +com.google.android.material.R$dimen: int abc_alert_dialog_button_dimen +com.xw.repo.bubbleseekbar.R$attr: int textAppearanceSearchResultTitle +androidx.recyclerview.R$id: int accessibility_custom_action_6 +com.jaredrummler.android.colorpicker.R$styleable: int ActionMode_background +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text +androidx.viewpager2.R$attr: int fontProviderFetchTimeout +com.google.android.material.R$attr: int behavior_autoShrink +okhttp3.TlsVersion: okhttp3.TlsVersion TLS_1_1 +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_star_half_black_36dp +androidx.viewpager.R$styleable: int FontFamilyFont_font +android.didikee.donate.R$drawable: int abc_item_background_holo_dark +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String NAVBAR_RECENT_BUTTON +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: FitSystemBarRecyclerView(android.content.Context) +cyanogenmod.weather.WeatherInfo: int getConditionCode() +io.reactivex.subjects.PublishSubject$PublishDisposable: PublishSubject$PublishDisposable(io.reactivex.Observer,io.reactivex.subjects.PublishSubject) +androidx.loader.R$style: int Widget_Compat_NotificationActionContainer +com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableCompat_android_dither +retrofit2.RequestFactory$Builder: java.lang.annotation.Annotation[][] parameterAnnotationsArray +wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemTextAppearanceActive +com.google.android.material.R$styleable: int Constraint_android_elevation +androidx.appcompat.R$string: int abc_searchview_description_query com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: boolean isDisposed() -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind: double speed -com.google.android.material.progressindicator.ProgressIndicator: int getTrackColor() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$LocalSource: int Id -james.adaptiveicon.R$attr: int buttonPanelSideLayout -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: io.reactivex.internal.util.AtomicThrowable errors -com.turingtechnologies.materialscrollbar.R$attr: int checkedIconEnabled -android.didikee.donate.R$attr: int buttonPanelSideLayout -james.adaptiveicon.R$styleable: int Toolbar_titleMarginStart -retrofit2.ParameterHandler: void apply(retrofit2.RequestBuilder,java.lang.Object) -androidx.core.R$id: int text2 -com.google.android.material.R$attr: int itemHorizontalTranslationEnabled -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: int temperature -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar -cyanogenmod.app.suggest.IAppSuggestProvider$Stub: int TRANSACTION_getSuggestions -androidx.hilt.R$drawable: int notification_bg_normal -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_android_fitsSystemWindows -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintRight_toRightOf +android.didikee.donate.R$attr: int singleChoiceItemLayout +androidx.appcompat.R$attr: int listMenuViewStyle +wangdaye.com.geometricweather.db.entities.LocationEntity: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource getWeatherSource() +wangdaye.com.geometricweather.R$attr: int voiceIcon +com.bumptech.glide.R$id: int time +androidx.recyclerview.R$layout +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintDimensionRatio +androidx.vectordrawable.animated.R$styleable: int FontFamily_fontProviderAuthority +james.adaptiveicon.R$drawable: int notification_bg_low_normal +android.didikee.donate.R$attr: int logoDescription +com.google.android.material.card.MaterialCardView: float getCardViewRadius() +com.google.android.material.card.MaterialCardView: void setCardBackgroundColor(int) +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_PopupWindow +org.greenrobot.greendao.AbstractDaoSession: void runInTx(java.lang.Runnable) +wangdaye.com.geometricweather.R$attr: int bsb_show_thumb_text +cyanogenmod.themes.ThemeManager$ThemeProcessingListener: void onFinishedProcessing(java.lang.String) +com.turingtechnologies.materialscrollbar.R$attr: int logo +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listDividerAlertDialog +com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawable_android_visible +cyanogenmod.app.Profile$NotificationLightMode: int DEFAULT +com.github.rahatarmanahmed.cpv.CircularProgressView: float maxProgress +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384 +android.didikee.donate.R$styleable: int Toolbar_contentInsetRight +androidx.vectordrawable.R$id: int accessibility_custom_action_17 +androidx.preference.R$styleable: int TextAppearance_android_textColor +androidx.preference.R$styleable: int ButtonBarLayout_allowStacking +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.util.Date getDate() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float pm25 +androidx.appcompat.resources.R$id: int accessibility_custom_action_16 +wangdaye.com.geometricweather.R$id: int dialog_time_setter_done +okhttp3.Challenge: int hashCode() +androidx.preference.R$id: int title_template +cyanogenmod.providers.CMSettings$Secure: float getFloat(android.content.ContentResolver,java.lang.String,float) +wangdaye.com.geometricweather.R$id: int widget_day_week_temp_4 +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit getInstance(java.lang.String) +wangdaye.com.geometricweather.common.basic.models.weather.History: java.util.Date date +androidx.hilt.R$integer: int status_bar_notification_info_maxnum +androidx.vectordrawable.R$dimen: int compat_button_inset_horizontal_material +androidx.appcompat.widget.ActivityChooserView: void setActivityChooserModel(androidx.appcompat.widget.ActivityChooserModel) +androidx.constraintlayout.widget.R$dimen: int abc_config_prefDialogWidth +okhttp3.internal.http2.Http2Connection$Listener: void onStream(okhttp3.internal.http2.Http2Stream) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowMinWidthMajor +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void drain() +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25 +androidx.transition.R$styleable: int ColorStateListItem_android_color +com.bumptech.glide.R$id: int left +wangdaye.com.geometricweather.location.services.LocationService: void requestLocation(android.content.Context,wangdaye.com.geometricweather.location.services.LocationService$LocationCallback) +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Body2 +okhttp3.internal.http.RequestLine: java.lang.String requestPath(okhttp3.HttpUrl) +com.google.android.material.R$attr: int layout_constraintCircleRadius +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.HourlyEntity) +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constrainedWidth +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_anon_WITH_AES_256_CBC_SHA +wangdaye.com.geometricweather.db.entities.DailyEntity: DailyEntity(java.lang.Long,java.lang.String,java.lang.String,java.util.Date,long,java.lang.String,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,int,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WindDegree,java.lang.Float,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,int,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WindDegree,java.lang.Float,java.lang.String,java.lang.Integer,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.Integer,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,float) +io.reactivex.disposables.ReferenceDisposable: ReferenceDisposable(java.lang.Object) +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_firstVerticalStyle +okhttp3.internal.ws.WebSocketProtocol: void validateCloseCode(int) +wangdaye.com.geometricweather.R$styleable: int ActionBar_contentInsetEnd +cyanogenmod.app.CMContextConstants: java.lang.String CM_PROFILE_SERVICE +wangdaye.com.geometricweather.R$color: int design_dark_default_color_primary +androidx.work.R$id: int chronometer +wangdaye.com.geometricweather.R$style: int Base_V26_Widget_AppCompat_Toolbar +com.google.android.material.textfield.TextInputLayout: int getBoxBackgroundColor() +com.jaredrummler.android.colorpicker.R$attr: int dialogLayout +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: java.lang.Object singleItem +androidx.preference.R$anim: int abc_slide_in_bottom +io.reactivex.internal.observers.DeferredScalarDisposable: java.lang.Object poll() +wangdaye.com.geometricweather.common.basic.models.weather.Alert: void writeToParcel(android.os.Parcel,int) +android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text +okhttp3.internal.connection.RealConnection$1: RealConnection$1(okhttp3.internal.connection.RealConnection,boolean,okio.BufferedSource,okio.BufferedSink,okhttp3.internal.connection.StreamAllocation) +cyanogenmod.externalviews.ExternalView: void onActivitySaveInstanceState(android.app.Activity,android.os.Bundle) +com.xw.repo.bubbleseekbar.R$attr: int tickMark +wangdaye.com.geometricweather.R$id: int item_aqi_title +james.adaptiveicon.R$attr: int textAppearancePopupMenuHeader +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableTint +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: int ON_NEXT +wangdaye.com.geometricweather.R$id: int widget_clock_day_center +com.google.android.material.R$attr: int backgroundColor +cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status CANCELLED +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: long time +wangdaye.com.geometricweather.R$dimen: int mtrl_snackbar_background_overlay_color_alpha +com.google.android.material.R$style: int Widget_MaterialComponents_ChipGroup +okhttp3.ConnectionSpec: java.lang.String[] cipherSuites +com.turingtechnologies.materialscrollbar.R$attr: int toolbarNavigationButtonStyle +com.google.gson.stream.JsonScope: int EMPTY_OBJECT +com.google.android.material.R$styleable: int Constraint_layout_constraintBaseline_creator +com.turingtechnologies.materialscrollbar.Indicator: int getIndicatorHeight() +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: io.reactivex.disposables.Disposable upstream +okhttp3.internal.http2.Header$Listener +wangdaye.com.geometricweather.settings.fragments.AppearanceSettingsFragment: AppearanceSettingsFragment() +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit KN +androidx.swiperefreshlayout.R$styleable: int GradientColor_android_type +com.google.android.material.floatingactionbutton.FloatingActionButton: com.google.android.material.animation.MotionSpec getHideMotionSpec() +android.didikee.donate.R$dimen: int hint_alpha_material_light +com.google.android.material.R$attr: int actionModeSelectAllDrawable +okhttp3.internal.platform.AndroidPlatform: boolean isCleartextTrafficPermitted(java.lang.String) +okhttp3.RealCall: void enqueue(okhttp3.Callback) +com.google.android.material.R$styleable: int TextInputEditText_textInputLayoutFocusedRectEnabled +com.turingtechnologies.materialscrollbar.R$color: int tooltip_background_dark +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: void drain() +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean done +com.google.android.material.R$style: int ThemeOverlayColorAccentRed +james.adaptiveicon.R$style: int Widget_AppCompat_ActionBar_TabBar +wangdaye.com.geometricweather.R$animator: int design_appbar_state_list_animator +james.adaptiveicon.R$dimen: int abc_edit_text_inset_top_material +okhttp3.internal.ws.RealWebSocket: int receivedCloseCode +com.google.android.material.R$styleable: int ActivityChooserView_initialActivityCount +androidx.constraintlayout.widget.R$styleable: int Toolbar_maxButtonHeight +okhttp3.MultipartBody$Builder: okhttp3.MediaType type +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Minimum: java.lang.String Unit +android.didikee.donate.R$drawable: int abc_text_select_handle_left_mtrl_dark +androidx.preference.R$styleable: int Toolbar_maxButtonHeight +androidx.preference.R$attr: int editTextColor +cyanogenmod.weather.WeatherLocation$Builder: java.lang.String mCountry +androidx.dynamicanimation.R$color: int secondary_text_default_material_light +io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode lvNext() +cyanogenmod.profiles.ConnectionSettings: int getSubId() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial: double Value +androidx.appcompat.R$attr: int logoDescription +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_id +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_textinput_box_corner_radius_small +com.google.android.material.R$attr: int hintTextAppearance +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_36 +io.reactivex.internal.operators.observable.ObserverResourceWrapper: void setResource(io.reactivex.disposables.Disposable) +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_searchViewStyle +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem +wangdaye.com.geometricweather.R$styleable: int MaterialButton_iconGravity +androidx.activity.R$id: int notification_main_column +okhttp3.internal.http.HttpMethod: boolean requiresRequestBody(java.lang.String) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator INCREASING_RING_RAMP_UP_TIME_VALIDATOR +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: int Minute +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_RatingBar_Small +com.jaredrummler.android.colorpicker.R$id: int seekbar_value +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_w +com.google.android.material.R$styleable: int ConstraintSet_drawPath +com.google.android.material.R$styleable: int Layout_layout_constraintStart_toStartOf +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView: PolylineAndHistogramView(android.content.Context,android.util.AttributeSet,int) +com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat +cyanogenmod.profiles.AirplaneModeSettings$1 +okhttp3.RequestBody$1: RequestBody$1(okhttp3.MediaType,okio.ByteString) +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_elevation +androidx.work.R$drawable: int notification_bg_low +androidx.lifecycle.ProcessLifecycleOwner: void activityResumed() +wangdaye.com.geometricweather.R$styleable: int Transition_motionInterpolator +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cwd +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_placeholder_content +okio.SegmentedByteString: okio.ByteString sha1() +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_toBottomOf +androidx.recyclerview.R$styleable: int GradientColor_android_centerX +james.adaptiveicon.R$attr: int defaultQueryHint +androidx.constraintlayout.widget.R$attr: int windowFixedHeightMinor +cyanogenmod.app.IPartnerInterface$Stub$Proxy: boolean setZenMode(int) +androidx.preference.R$string: int abc_menu_sym_shortcut_label +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_iconSize +androidx.hilt.R$id +cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy: android.os.IBinder mRemote +cyanogenmod.providers.CMSettings$Secure: long getLongForUser(android.content.ContentResolver,java.lang.String,int) +android.support.v4.os.IResultReceiver$Default: void send(int,android.os.Bundle) +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setOnLongClickIntent(android.app.PendingIntent) +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.lang.String getWeatherText() +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Medium_Inverse +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight_NoActionBar +com.bumptech.glide.R$id: int start +wangdaye.com.geometricweather.R$attr: int autoSizeMinTextSize +cyanogenmod.app.Profile: boolean mDirty +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: void onError(java.lang.Throwable) +androidx.work.R$drawable: int notification_action_background +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$8: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight_Dialog +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.String name +androidx.constraintlayout.helper.widget.Flow: void setHorizontalAlign(int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: java.lang.String unit +james.adaptiveicon.R$attr: int actionBarPopupTheme +cyanogenmod.externalviews.ExternalView$2: int val$x +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: io.reactivex.internal.util.AtomicThrowable error +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: java.lang.Runnable run +androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart +wangdaye.com.geometricweather.R$layout: int widget_day_oreo +io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy ERROR +com.google.android.material.R$styleable: int MenuItem_android_orderInCategory +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarDivider +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_divider +androidx.preference.R$styleable: int SeekBarPreference_showSeekBarValue +cyanogenmod.providers.CMSettings$Global: CMSettings$Global() +james.adaptiveicon.R$attr: int queryHint +com.google.android.material.R$styleable: int TabLayout_tabSelectedTextColor +wangdaye.com.geometricweather.R$string: int tree +androidx.lifecycle.SavedStateHandle: androidx.lifecycle.MutableLiveData getLiveData(java.lang.String,java.lang.Object) wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Geometry: java.lang.String type -cyanogenmod.providers.CMSettings$Secure: java.lang.String PROTECTED_COMPONENT_MANAGERS -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowActionBarOverlay -wangdaye.com.geometricweather.R$dimen: int abc_seekbar_track_background_height_material -androidx.preference.R$attr: int switchTextOff -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem -androidx.preference.R$id: int accessibility_action_clickable_span -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_onClick -james.adaptiveicon.R$drawable: int abc_btn_colored_material -wangdaye.com.geometricweather.R$styleable: int PreferenceFragmentCompat_android_layout -androidx.coordinatorlayout.R$drawable: int notification_bg_normal_pressed -wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode NIGHT -androidx.preference.R$attr: int height -wangdaye.com.geometricweather.R$drawable: int abc_textfield_search_activated_mtrl_alpha -wangdaye.com.geometricweather.R$string: int settings_notification_background_off -cyanogenmod.externalviews.KeyguardExternalView: android.content.ServiceConnection mServiceConnection -io.reactivex.internal.subscriptions.BasicQueueSubscription: int requestFusion(int) -com.google.android.material.R$style: int Widget_AppCompat_Spinner_Underlined -androidx.appcompat.R$color: int button_material_light -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_motionProgress -wangdaye.com.geometricweather.background.polling.permanent.update.Hilt_ForegroundTomorrowForecastUpdateService: Hilt_ForegroundTomorrowForecastUpdateService() -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_Switch -com.google.android.material.R$style: int Widget_AppCompat_Toolbar_Button_Navigation +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void errorAll(io.reactivex.Observer) +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void innerError(int,java.lang.Throwable) +okhttp3.internal.http2.PushObserver$1: boolean onData(int,okio.BufferedSource,int,boolean) +androidx.preference.R$styleable: int DrawerArrowToggle_barLength +com.google.android.material.slider.Slider: android.content.res.ColorStateList getHaloTintList() +james.adaptiveicon.R$string: R$string() +com.google.android.material.R$id: int animateToEnd +wangdaye.com.geometricweather.R$drawable: int ic_clock_black_24dp +androidx.preference.R$style: int Widget_AppCompat_Button_Borderless_Colored +wangdaye.com.geometricweather.R$color: int material_on_surface_stroke +okhttp3.internal.tls.BasicCertificateChainCleaner: java.util.List clean(java.util.List,java.lang.String) +com.google.android.material.R$id: int material_clock_period_pm_button +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_TEMPERATURE_DAY_VALIDATOR +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric +androidx.constraintlayout.widget.R$drawable: int abc_cab_background_internal_bg +wangdaye.com.geometricweather.R$styleable: int Constraint_android_transformPivotX +com.jaredrummler.android.colorpicker.R$attr: int tooltipText +wangdaye.com.geometricweather.R$attr: int backgroundInsetEnd +androidx.dynamicanimation.R$styleable +cyanogenmod.weather.util.WeatherUtils: java.lang.String formatTemperature(double,int) +com.google.android.material.button.MaterialButton: void setStrokeWidth(int) +cyanogenmod.profiles.BrightnessSettings: int describeContents() +cyanogenmod.weather.CMWeatherManager$2$1: cyanogenmod.weather.CMWeatherManager$WeatherUpdateRequestListener val$listener +androidx.appcompat.R$style: int Base_Theme_AppCompat_Dialog_FixedSize +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_curveFit +wangdaye.com.geometricweather.R$attr: int chipEndPadding +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$plurals: R$plurals() +android.didikee.donate.R$attr: int trackTint +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu +androidx.preference.R$styleable: int PopupWindow_overlapAnchor +wangdaye.com.geometricweather.R$drawable: int abc_ic_star_black_16dp +androidx.preference.R$attr: int theme +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Spinner_DropDown +android.didikee.donate.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal +wangdaye.com.geometricweather.R$drawable: int material_ic_keyboard_arrow_next_black_24dp +androidx.viewpager2.R$style: int TextAppearance_Compat_Notification_Info +okio.ForwardingTimeout: okio.Timeout delegate +android.didikee.donate.R$drawable: int abc_ic_star_half_black_36dp +cyanogenmod.app.Profile: Profile(android.os.Parcel) +wangdaye.com.geometricweather.R$attr: int cardViewStyle +james.adaptiveicon.R$styleable: int[] AlertDialog +com.jaredrummler.android.colorpicker.R$style: int Base_V7_Theme_AppCompat +io.reactivex.Observable: io.reactivex.Observable merge(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource) +androidx.constraintlayout.widget.R$attr: int drawableRightCompat +wangdaye.com.geometricweather.R$attr: int triggerId +okhttp3.CertificatePinner$Pin: java.lang.String canonicalHostname +james.adaptiveicon.R$attr: int textAppearanceLargePopupMenu +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: wangdaye.com.geometricweather.db.entities.HourlyEntity readEntity(android.database.Cursor,int) +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_lastHorizontalBias +androidx.vectordrawable.R$id: int action_text +androidx.viewpager2.R$id: int accessibility_custom_action_17 +wangdaye.com.geometricweather.R$drawable: int notif_temp_46 +androidx.lifecycle.LiveData$LifecycleBoundObserver +com.jaredrummler.android.colorpicker.R$attr: int panelBackground +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onPanelClosed(int,android.view.Menu) +wangdaye.com.geometricweather.R$drawable: int abc_cab_background_top_mtrl_alpha +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Metric: int UnitType +wangdaye.com.geometricweather.R$string: int settings_title_card_display +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float rain +wangdaye.com.geometricweather.R$attr: int pageIndicatorColor +androidx.activity.R$id: int tag_accessibility_pane_title +okhttp3.internal.http.HttpDate: java.lang.String[] BROWSER_COMPATIBLE_DATE_FORMAT_STRINGS +com.google.android.material.R$style: int Widget_AppCompat_Spinner +com.google.android.material.R$style: int Theme_Design_Light +cyanogenmod.app.ILiveLockScreenManager$Stub: android.os.IBinder asBinder() +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_ActionBar_Surface +cyanogenmod.externalviews.IExternalViewProvider$Stub +android.didikee.donate.R$id: int expand_activities_button +androidx.recyclerview.R$attr: int fontProviderCerts +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_itemPadding +com.google.android.material.R$styleable: int KeyTimeCycle_framePosition +com.google.android.material.R$id: int search_mag_icon +wangdaye.com.geometricweather.R$attr: int panelBackground +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.HistoryEntityDao getHistoryEntityDao() +androidx.drawerlayout.R$layout +androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration +retrofit2.CompletableFutureCallAdapterFactory$CallCancelCompletableFuture +androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse +com.google.android.material.R$styleable: int Constraint_drawPath +wangdaye.com.geometricweather.R$layout: int dialog_background_location +wangdaye.com.geometricweather.R$id: int item_about_library +androidx.hilt.lifecycle.R$styleable: int GradientColor_android_gradientRadius +com.google.android.material.R$styleable: int ButtonBarLayout_allowStacking +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub: cyanogenmod.weatherservice.IWeatherProviderServiceClient asInterface(android.os.IBinder) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed +cyanogenmod.app.CustomTile$ListExpandedStyle: void setListItems(java.util.ArrayList) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX getWeather() +androidx.swiperefreshlayout.R$dimen: int compat_button_inset_horizontal_material +wangdaye.com.geometricweather.R$color: int abc_primary_text_disable_only_material_light +com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_centerX +com.google.android.material.R$styleable: int MaterialButton_android_insetRight +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer apparentTemperature +cyanogenmod.app.ProfileManager: cyanogenmod.app.IProfileManager getService() +wangdaye.com.geometricweather.settings.activities.AboutActivity +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintVertical_bias +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_CONDITION_CODE +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language ARABIC +wangdaye.com.geometricweather.R$layout: int activity_live_wallpaper_config +androidx.viewpager2.R$id: int accessibility_custom_action_11 +okhttp3.Route: boolean equals(java.lang.Object) +james.adaptiveicon.R$drawable: int abc_btn_check_to_on_mtrl_015 +james.adaptiveicon.R$style: int Platform_ThemeOverlay_AppCompat_Light +cyanogenmod.themes.ThemeManager: boolean isThemeBeingProcessed(java.lang.String) +com.turingtechnologies.materialscrollbar.R$style: int Base_AlertDialog_AppCompat +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintDimensionRatio +wangdaye.com.geometricweather.R$attr: int alpha +androidx.preference.R$attr: int buttonBarButtonStyle +android.didikee.donate.R$attr: int actionMenuTextAppearance +com.jaredrummler.android.colorpicker.R$attr: int layout_anchorGravity +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder connectionPool(okhttp3.ConnectionPool) +com.turingtechnologies.materialscrollbar.R$styleable: int[] ForegroundLinearLayout +okhttp3.Cache$1: void remove(okhttp3.Request) +wangdaye.com.geometricweather.R$drawable: int material_ic_menu_arrow_down_black_24dp +com.bumptech.glide.load.resource.bitmap.RecyclableBufferedInputStream$InvalidMarkException: long serialVersionUID +com.xw.repo.bubbleseekbar.R$color: int abc_primary_text_material_light +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: boolean done +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_shadowColor +retrofit2.converter.gson.GsonConverterFactory: retrofit2.Converter responseBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) +wangdaye.com.geometricweather.R$dimen: int daily_trend_item_height +androidx.viewpager2.R$dimen: int notification_large_icon_height +com.google.android.material.R$dimen: int hint_alpha_material_light +com.google.android.material.R$styleable: int TextInputLayout_endIconContentDescription +androidx.appcompat.R$attr: int titleTextAppearance +androidx.hilt.work.R$styleable: int FontFamily_fontProviderAuthority +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_height +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX getWind() +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHeight_default +androidx.fragment.R$anim: int fragment_open_exit +retrofit2.ParameterHandler$Part: void apply(retrofit2.RequestBuilder,java.lang.Object) +com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState[] values() +androidx.recyclerview.R$id: int accessibility_custom_action_16 +wangdaye.com.geometricweather.common.ui.widgets.TagView: void setCheckedBackgroundColor(int) +com.google.android.material.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored +wangdaye.com.geometricweather.R$string: int content_des_moonrise +okhttp3.internal.cache2.Relay: int SOURCE_UPSTREAM +wangdaye.com.geometricweather.R$id: int item_card_display_deleteBtn +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: io.reactivex.Scheduler$Worker worker +android.didikee.donate.R$attr: int colorSwitchThumbNormal +com.google.android.material.R$styleable: int AppCompatTheme_editTextColor +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_goneMarginTop +cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.IRequestInfoListener mListener +com.google.android.material.chip.Chip: float getChipMinHeight() +com.turingtechnologies.materialscrollbar.R$id: int listMode +androidx.hilt.work.R$id: int tag_unhandled_key_listeners +wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.DailyEntity) +android.support.v4.app.INotificationSideChannel$Stub$Proxy: android.support.v4.app.INotificationSideChannel sDefaultImpl +wangdaye.com.geometricweather.R$id: int dialog_location_help_container +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.String hourlyForecast +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_SeekBar +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatImageView_tint +androidx.appcompat.widget.AppCompatSpinner: void setPopupBackgroundResource(int) +androidx.preference.R$dimen: int abc_text_size_subhead_material +cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: android.net.Uri NO_RINGTONE_URI +androidx.preference.R$style: int Base_Widget_AppCompat_ActionBar_TabText +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +james.adaptiveicon.R$style: int Widget_AppCompat_ButtonBar +androidx.coordinatorlayout.R$id: int notification_main_column +cyanogenmod.weather.WeatherInfo$Builder: double mWindDirection +androidx.appcompat.R$styleable: int LinearLayoutCompat_dividerPadding +androidx.coordinatorlayout.R$styleable: int FontFamilyFont_android_fontStyle +androidx.preference.R$dimen: int abc_button_inset_vertical_material +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xnw +androidx.lifecycle.GeneratedAdapter +com.xw.repo.bubbleseekbar.R$color: int switch_thumb_disabled_material_light +androidx.preference.R$style: int Platform_V25_AppCompat +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: boolean delayErrors +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setUvLevel(java.lang.String) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart +wangdaye.com.geometricweather.R$id: int action_appStore +com.google.android.material.R$styleable: int Toolbar_titleTextColor +androidx.loader.R$attr: int fontVariationSettings +wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_android_font +com.xw.repo.bubbleseekbar.R$drawable: int abc_switch_track_mtrl_alpha +wangdaye.com.geometricweather.common.basic.models.weather.WindDegree +wangdaye.com.geometricweather.R$styleable: int PopupWindow_android_popupBackground +wangdaye.com.geometricweather.R$drawable: int flag_nl +androidx.recyclerview.R$drawable: int notification_bg_normal_pressed +androidx.work.R$layout: int notification_template_part_time +androidx.appcompat.R$string: int abc_menu_sym_shortcut_label +androidx.constraintlayout.widget.R$styleable: int[] ActionMode +androidx.loader.R$attr: int alpha +com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setBadgeDrawables(android.util.SparseArray) +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language GREEK +okhttp3.HttpUrl: java.util.List queryParameterValues(java.lang.String) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowFixedWidthMinor +androidx.appcompat.widget.ViewStubCompat +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_goneMarginEnd +com.jaredrummler.android.colorpicker.R$style: int Base_V26_Theme_AppCompat +okhttp3.internal.http1.Http1Codec$ChunkedSink: void close() +com.bumptech.glide.R$attr: int alpha +com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawable_android_exitFadeDuration +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse +okhttp3.HttpUrl: java.util.List queryStringToNamesAndValues(java.lang.String) +okhttp3.internal.http2.Http2Codec$StreamFinishingSource: void close() +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: void setAddress(java.lang.String) +androidx.transition.R$style: int TextAppearance_Compat_Notification_Title +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric: java.lang.String Unit +okio.GzipSource: void consumeTrailer() +james.adaptiveicon.R$drawable: int abc_item_background_holo_light +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeRainPrecipitationDuration +wangdaye.com.geometricweather.R$string: int mtrl_picker_save +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_key +james.adaptiveicon.R$id: int action_context_bar +wangdaye.com.geometricweather.R$string: int feedback_location_help_title +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments$WarningTextBlocItem +wangdaye.com.geometricweather.R$string: int material_timepicker_text_input_mode_description +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: java.lang.String pubTime +wangdaye.com.geometricweather.R$id: int activity_card_display_manage_bottomBar +io.reactivex.Observable: io.reactivex.Observable groupBy(io.reactivex.functions.Function,io.reactivex.functions.Function,boolean) +androidx.core.R$styleable: int GradientColor_android_endX +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: int fusionMode +wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date sunRiseDate +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: io.reactivex.Observer downstream +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceHeadline6 +wangdaye.com.geometricweather.R$string: int expand_button_title +androidx.appcompat.resources.R$styleable: int[] ColorStateListItem +wangdaye.com.geometricweather.background.receiver.widget.WidgetTrendDailyProvider: WidgetTrendDailyProvider() +androidx.constraintlayout.widget.R$styleable: int Transform_android_translationZ +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property So2 +androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivitySaveInstanceState(android.app.Activity,android.os.Bundle) +com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat_ActionBar +com.google.gson.stream.JsonReader: int lineStart +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionButton +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: java.lang.String value +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setAlerts(java.util.List) +com.turingtechnologies.materialscrollbar.R$dimen: int compat_notification_large_icon_max_height +okhttp3.Cookie: boolean persistent +okhttp3.RealCall: boolean executed +com.bumptech.glide.load.ImageHeaderParser$ImageType +androidx.vectordrawable.R$integer +wangdaye.com.geometricweather.R$drawable: int notif_temp_57 +androidx.appcompat.R$dimen: int abc_control_padding_material +james.adaptiveicon.R$id: int none +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_26 +okio.Okio$4: java.io.IOException newTimeoutException(java.io.IOException) +com.turingtechnologies.materialscrollbar.R$color: int abc_tint_switch_track +androidx.drawerlayout.R$style: int TextAppearance_Compat_Notification_Info +androidx.constraintlayout.widget.R$attr: int contentDescription +wangdaye.com.geometricweather.R$dimen: int abc_text_size_menu_header_material +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: boolean done +android.didikee.donate.R$styleable: int AppCompatImageView_tintMode +wangdaye.com.geometricweather.R$attr: int flow_wrapMode +android.didikee.donate.R$id: int up +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_DropDownItem +com.google.android.material.slider.BaseSlider: void setTrackTintList(android.content.res.ColorStateList) +retrofit2.ParameterHandler$Query: void apply(retrofit2.RequestBuilder,java.lang.Object) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult: MfForecastResult() +androidx.viewpager2.R$attr: R$attr() +com.google.android.material.R$styleable: int SnackbarLayout_maxActionInlineWidth +androidx.constraintlayout.widget.VirtualLayout: void setVisibility(int) +com.google.android.material.R$color: int bright_foreground_disabled_material_light +androidx.preference.R$styleable: int LinearLayoutCompat_measureWithLargestChild +okhttp3.Handshake: Handshake(okhttp3.TlsVersion,okhttp3.CipherSuite,java.util.List,java.util.List) +io.reactivex.Observable: io.reactivex.Observer subscribeWith(io.reactivex.Observer) +androidx.preference.R$layout: int preference_list_fragment +okhttp3.internal.tls.TrustRootIndex +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ENABLE_PEOPLE_LOOKUP_VALIDATOR +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: io.reactivex.functions.Function combiner +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int AQI_INDEX_4 +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_12 +androidx.constraintlayout.widget.R$attr: int trackTintMode +cyanogenmod.app.suggest.AppSuggestManager: AppSuggestManager(android.content.Context) +com.turingtechnologies.materialscrollbar.R$dimen: int abc_switch_padding +androidx.viewpager2.R$color: int secondary_text_default_material_light +james.adaptiveicon.R$id: int scrollIndicatorUp +com.turingtechnologies.materialscrollbar.R$id: int pin +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial: int UnitType +androidx.activity.R$id: int accessibility_custom_action_20 +wangdaye.com.geometricweather.R$drawable: int abc_ic_star_half_black_48dp +com.google.android.material.R$styleable: int ImageFilterView_brightness +wangdaye.com.geometricweather.common.basic.models.weather.Weather: wangdaye.com.geometricweather.common.basic.models.weather.Current current +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle +wangdaye.com.geometricweather.R$id: int treeTitle +wangdaye.com.geometricweather.R$styleable: int[] BottomNavigationView +com.bumptech.glide.R$styleable: int FontFamilyFont_fontWeight +wangdaye.com.geometricweather.R$drawable: int widget_card_dark_60 +androidx.appcompat.widget.SwitchCompat: boolean getSplitTrack() +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_107 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric: int UnitType +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource CAIYUN +retrofit2.ParameterHandler$QueryMap: void apply(retrofit2.RequestBuilder,java.util.Map) +okhttp3.Cache: okhttp3.internal.cache.DiskLruCache cache +androidx.constraintlayout.widget.R$attr: int onPositiveCross +androidx.constraintlayout.widget.Placeholder: Placeholder(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$LocalSource: AccuCurrentResult$LocalSource() +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_RINGTONES +okhttp3.internal.cache.DiskLruCache$Editor: DiskLruCache$Editor(okhttp3.internal.cache.DiskLruCache,okhttp3.internal.cache.DiskLruCache$Entry) +okhttp3.internal.io.FileSystem: okio.Source source(java.io.File) +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: ObservableTakeLast$TakeLastObserver(io.reactivex.Observer,int) +android.didikee.donate.R$styleable: int DrawerArrowToggle_color +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_elevation_material +androidx.preference.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha +cyanogenmod.platform.R: R() +wangdaye.com.geometricweather.R$styleable: int[] FlowLayout +androidx.coordinatorlayout.R$id: int tag_accessibility_clickable_spans +com.turingtechnologies.materialscrollbar.R$style: int Base_DialogWindowTitleBackground_AppCompat com.google.android.material.R$attr: int materialButtonOutlinedStyle -retrofit2.CompletableFutureCallAdapterFactory: CompletableFutureCallAdapterFactory() -android.didikee.donate.R$style: int Base_Widget_AppCompat_Button_Small -androidx.preference.R$dimen: int abc_dialog_title_divider_material -androidx.preference.R$attr: int listMenuViewStyle -com.google.android.material.R$string: int abc_searchview_description_query -wangdaye.com.geometricweather.R$drawable: int navigation_empty_icon -com.jaredrummler.android.colorpicker.R$dimen: int tooltip_vertical_padding -com.turingtechnologies.materialscrollbar.R$color: int primary_dark_material_dark -androidx.loader.R$id: int tag_unhandled_key_event_manager -androidx.cardview.R$attr: int cardPreventCornerOverlap -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_analog_dark -wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_8 -wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: int getBackgroundColorEnd() -wangdaye.com.geometricweather.R$string: int key_notification_can_be_cleared -com.google.android.material.R$layout: int design_layout_tab_text -com.google.android.material.R$styleable: int Chip_checkedIconEnabled -com.turingtechnologies.materialscrollbar.R$dimen: int notification_small_icon_background_padding -wangdaye.com.geometricweather.R$styleable: int Snackbar_snackbarTextViewStyle -wangdaye.com.geometricweather.R$string: int key_notification_minimal_icon -wangdaye.com.geometricweather.R$drawable: int material_ic_calendar_black_24dp -cyanogenmod.themes.ThemeManager: void requestThemeChange(java.lang.String,java.util.List,boolean) -android.didikee.donate.R$attr: int dialogPreferredPadding -com.google.android.material.R$styleable: int AppBarLayoutStates_state_lifted -io.reactivex.Observable: io.reactivex.Observable takeLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl mImpl -cyanogenmod.app.ILiveLockScreenManagerProvider: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_curveFit -wangdaye.com.geometricweather.R$color: int design_fab_shadow_start_color -androidx.constraintlayout.motion.widget.MotionLayout: void setInteractionEnabled(boolean) -android.didikee.donate.R$styleable: int MenuGroup_android_enabled -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_trackTintMode -androidx.preference.R$id: int end -wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_active_item_min_width -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: long EpochRise -wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents -wangdaye.com.geometricweather.R$drawable: int weather_clear_night_mini_dark -cyanogenmod.weather.WeatherInfo: android.os.Parcelable$Creator CREATOR -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SNOW_SHOWERS -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: ObservableCreate$SerializedEmitter(io.reactivex.ObservableEmitter) -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable -com.turingtechnologies.materialscrollbar.R$dimen: int notification_content_margin_start -com.google.android.material.R$attr: int fabAnimationMode -cyanogenmod.providers.CMSettings$System: android.net.Uri getUriFor(java.lang.String) -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: boolean cancelled -cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy: IAppSuggestProvider$Stub$Proxy(android.os.IBinder) -com.google.android.material.R$dimen: int abc_action_button_min_width_material -okhttp3.CertificatePinner$Pin: okio.ByteString hash -cyanogenmod.externalviews.ExternalView$2: int val$x -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber -okio.Timeout: long deadlineNanoTime -wangdaye.com.geometricweather.R$xml: int perference_service_provider -com.google.android.material.R$id: int actions -wangdaye.com.geometricweather.main.MainActivityViewModel -androidx.coordinatorlayout.R$styleable: int[] GradientColorItem -com.jaredrummler.android.colorpicker.R$style: int Preference_DialogPreference_EditTextPreference_Material -androidx.dynamicanimation.R$layout: int notification_template_part_chronometer -com.google.android.material.card.MaterialCardView: int getCheckedIconSize() -wangdaye.com.geometricweather.remoteviews.trend.TrendLinearLayout -com.google.android.material.R$style: int Widget_MaterialComponents_Button -androidx.constraintlayout.widget.R$attr: int popupTheme -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder dispatcher(okhttp3.Dispatcher) -retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void onNext(java.lang.Object) -androidx.hilt.lifecycle.R$styleable: int ColorStateListItem_android_alpha -retrofit2.RequestBuilder: okhttp3.MediaType contentType -androidx.appcompat.widget.ActivityChooserView$InnerLayout -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_0 -androidx.constraintlayout.widget.R$styleable: int KeyTrigger_triggerId -wangdaye.com.geometricweather.R$id: int test_radiobutton_app_button_tint -wangdaye.com.geometricweather.R$attr: int msb_handleOffColor -com.google.android.material.R$styleable: int AppCompatTheme_tooltipForegroundColor -io.reactivex.internal.schedulers.ScheduledRunnable: long serialVersionUID -androidx.preference.R$styleable: int[] CompoundButton -okio.Buffer: long readLongLe() -wangdaye.com.geometricweather.db.entities.ChineseCityEntity -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void drain() -wangdaye.com.geometricweather.R$dimen: int fastscroll_minimum_range -james.adaptiveicon.R$integer: R$integer() -okhttp3.Request: java.lang.String method -wangdaye.com.geometricweather.R$attr: int labelStyle -io.reactivex.Observable: io.reactivex.Observable throttleLatest(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean) -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: void onSuccess(java.lang.Object) -wangdaye.com.geometricweather.R$string: int circular_progress_view -james.adaptiveicon.R$styleable: int FontFamilyFont_android_ttcIndex -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Humidity: java.lang.Integer min -wangdaye.com.geometricweather.R$color: int mtrl_filled_icon_tint -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_backgroundTint -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_77 -io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: long serialVersionUID -com.xw.repo.bubbleseekbar.R$attr: int actionModeCloseDrawable +cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.RequestInfo$Builder queryOnly() +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void startFirstTimeout(io.reactivex.ObservableSource) +androidx.appcompat.resources.R$id: int tag_accessibility_actions +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_min +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_android_gravity +com.google.android.material.R$attr: int fontProviderFetchTimeout +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_20 +com.github.rahatarmanahmed.cpv.R$attr: int cpv_maxProgress +android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query +com.google.android.material.button.MaterialButton: void setStrokeWidthResource(int) +androidx.drawerlayout.R$styleable: int GradientColor_android_startY +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse +androidx.constraintlayout.widget.R$styleable: int[] AppCompatTextView +androidx.appcompat.widget.AppCompatSeekBar +com.github.rahatarmanahmed.cpv.CircularProgressView$9: void onAnimationUpdate(android.animation.ValueAnimator) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: void setValue(java.util.List) +james.adaptiveicon.R$attr: int toolbarNavigationButtonStyle +androidx.preference.R$styleable: int RecycleListView_paddingTopNoTitle +androidx.recyclerview.R$styleable: int FontFamilyFont_fontVariationSettings +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_popupWindowStyle +wangdaye.com.geometricweather.R$styleable: int Preference_android_fragment +androidx.transition.R$drawable: int notification_bg_low_normal +androidx.appcompat.R$dimen: int compat_control_corner_material +androidx.hilt.lifecycle.R$styleable: int[] GradientColorItem +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Speed: int UnitType +androidx.loader.R$dimen: int notification_right_icon_size +com.jaredrummler.android.colorpicker.ColorPickerView: void setSliderTrackerColor(int) +androidx.appcompat.resources.R$dimen: int notification_small_icon_background_padding +androidx.preference.R$styleable: int RecyclerView_spanCount +androidx.constraintlayout.widget.R$attr: int colorControlNormal +androidx.appcompat.R$styleable: int MenuView_android_itemIconDisabledAlpha +com.google.android.material.R$attr: int values +com.google.android.material.R$style: int Widget_MaterialComponents_TimePicker_Button +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_id +okio.RealBufferedSink: okio.Buffer buffer +com.google.android.material.R$attr: int autoSizeMaxTextSize +cyanogenmod.app.CustomTile$ExpandedGridItem: void setExpandedGridItemBitmap(android.graphics.Bitmap) +com.github.rahatarmanahmed.cpv.R$color: int cpv_default_color +androidx.viewpager2.R$dimen: int notification_action_text_size +com.github.rahatarmanahmed.cpv.CircularProgressViewListener: void onProgressUpdateEnd(float) +androidx.coordinatorlayout.widget.CoordinatorLayout: int getSuggestedMinimumWidth() +wangdaye.com.geometricweather.R$styleable: int ArcProgress_progress +androidx.preference.R$styleable: int FontFamilyFont_android_ttcIndex +com.bumptech.glide.R$attr: int layout_anchor +wangdaye.com.geometricweather.R$attr: int chipIcon +wangdaye.com.geometricweather.R$layout: int select_dialog_multichoice_material +okhttp3.internal.http2.Http2Stream: boolean closeInternal(okhttp3.internal.http2.ErrorCode) +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: boolean isCancelled() +okio.Buffer: okio.BufferedSink write(byte[],int,int) +cyanogenmod.app.ICMStatusBarManager: void unregisterListener(cyanogenmod.app.ICustomTileListener,int) +androidx.lifecycle.ViewModelStore: java.util.Set keys() +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_rotation +android.didikee.donate.R$style: int Base_Theme_AppCompat_Dialog +okhttp3.internal.http2.Hpack$Reader: void readLiteralHeaderWithoutIndexingIndexedName(int) +androidx.appcompat.R$attr: int listPopupWindowStyle +com.google.android.material.R$attr: int listChoiceIndicatorMultipleAnimated +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamily_fontProviderCerts +androidx.appcompat.R$drawable: int abc_switch_thumb_material +okhttp3.internal.platform.Jdk9Platform: java.lang.reflect.Method getProtocolMethod +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getSuggest() +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_android_textOff +okhttp3.internal.http1.Http1Codec$FixedLengthSink: okio.ForwardingTimeout timeout +androidx.hilt.R$styleable: int[] FontFamily +com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu +com.google.android.material.R$drawable: int design_password_eye +com.google.android.material.chip.Chip: float getChipStartPadding() +retrofit2.Invocation +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_TEMPERATURE_MODE_VALIDATOR +james.adaptiveicon.R$attr: int actionBarStyle +wangdaye.com.geometricweather.R$dimen: int mtrl_progress_circular_radius +androidx.constraintlayout.widget.R$styleable: int MotionLayout_showPaths +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabPaddingEnd +wangdaye.com.geometricweather.R$layout: int abc_screen_content_include +com.turingtechnologies.materialscrollbar.R$attr: int msb_scrollMode +androidx.drawerlayout.R$attr: int fontProviderFetchTimeout +com.bumptech.glide.integration.okhttp.R$dimen: int notification_media_narrow_margin +android.didikee.donate.R$id: int edit_query +com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_layout_behavior +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: int unitArrayIndex +androidx.hilt.lifecycle.R$attr: int fontProviderCerts +wangdaye.com.geometricweather.R$string: int material_minute_suffix +androidx.appcompat.R$dimen: int abc_text_size_large_material +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_TabView +james.adaptiveicon.R$styleable: int MenuItem_android_visible +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle +androidx.appcompat.resources.R$integer: int status_bar_notification_info_maxnum +james.adaptiveicon.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton +com.turingtechnologies.materialscrollbar.R$style: int Platform_MaterialComponents_Dialog +androidx.preference.R$styleable: int Toolbar_collapseContentDescription +android.didikee.donate.R$style: int Base_Widget_AppCompat_DrawerArrowToggle +com.google.android.material.R$styleable: int[] ScrollingViewBehavior_Layout +androidx.drawerlayout.R$id: int right_icon +android.didikee.donate.R$style: int ThemeOverlay_AppCompat_Light +androidx.viewpager2.R$id: int tag_unhandled_key_event_manager +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_auto_adjust_section_mark +android.support.v4.app.INotificationSideChannel$Stub +wangdaye.com.geometricweather.R$style: int material_card +android.didikee.donate.R$styleable: int LinearLayoutCompat_Layout_android_layout_width +com.xw.repo.bubbleseekbar.R$layout: int abc_alert_dialog_title_material +io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: void onComplete() +androidx.appcompat.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle +wangdaye.com.geometricweather.R$string: int settings_title_item_animation_switch +androidx.preference.R$dimen: int compat_button_padding_horizontal_material +cyanogenmod.app.LiveLockScreenManager: LiveLockScreenManager(android.content.Context) +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: android.os.IBinder asBinder() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric: java.lang.String Unit +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: boolean delayErrors +com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_corner_radius +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric: java.lang.String Unit +okhttp3.internal.ws.RealWebSocket$Message: int formatOpcode +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum: double Value +io.reactivex.Observable: io.reactivex.Maybe lastElement() +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_icon_vertical_padding_material +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy +wangdaye.com.geometricweather.R$style: int Theme_Design_Light_NoActionBar +wangdaye.com.geometricweather.R$drawable: int shortcuts_fog_foreground +com.google.android.material.R$styleable: int NavigationView_headerLayout +okio.Buffer: java.lang.String readUtf8Line() +androidx.appcompat.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_0 +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_stroke_size +com.google.android.material.R$attr: int yearTodayStyle +com.google.gson.stream.JsonReader$1 +cyanogenmod.weather.RequestInfo: cyanogenmod.weather.WeatherLocation getWeatherLocation() +androidx.drawerlayout.R$dimen: int notification_big_circle_margin +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs indexs +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_87 +com.google.android.material.R$id: int mtrl_calendar_days_of_week +com.google.android.material.R$styleable: int CardView_cardPreventCornerOverlap +io.reactivex.Observable: io.reactivex.disposables.Disposable subscribe(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer) +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_endY +wangdaye.com.geometricweather.R$drawable: int notif_temp_74 +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Compat_Notification +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeCloseDrawable +com.google.android.material.R$attr: int actionModeBackground +cyanogenmod.weather.WeatherInfo: WeatherInfo(android.os.Parcel,cyanogenmod.weather.WeatherInfo$1) +io.reactivex.internal.subscribers.StrictSubscriber: void onSubscribe(org.reactivestreams.Subscription) +retrofit2.KotlinExtensions$suspendAndThrow$$inlined$suspendCoroutineUninterceptedOrReturn$lambda$1: KotlinExtensions$suspendAndThrow$$inlined$suspendCoroutineUninterceptedOrReturn$lambda$1(kotlin.coroutines.Continuation,java.lang.Exception) +com.google.android.material.R$styleable: int ViewBackgroundHelper_backgroundTintMode +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: void setValue(java.util.List) +com.google.android.material.R$styleable: int Chip_closeIconEndPadding +com.turingtechnologies.materialscrollbar.R$attr: int displayOptions +io.reactivex.internal.schedulers.RxThreadFactory: java.lang.Thread newThread(java.lang.Runnable) +androidx.constraintlayout.utils.widget.ImageFilterButton: float getRoundPercent() +com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_switch_to_on_mtrl_00012 +com.google.android.material.floatingactionbutton.FloatingActionButton: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() +com.google.android.material.R$attr: int tabPaddingEnd +com.google.android.material.R$styleable: int AppCompatTextView_textAllCaps +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemMaxLines +okhttp3.internal.ws.WebSocketReader: boolean closed +io.reactivex.internal.observers.LambdaObserver: io.reactivex.functions.Consumer onError +com.google.android.material.R$style: int Widget_MaterialComponents_BottomAppBar +androidx.preference.R$style: int Base_V7_Theme_AppCompat_Light +androidx.constraintlayout.widget.R$anim: int btn_radio_to_on_mtrl_dot_group_animation +wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle NATIVE +com.jaredrummler.android.colorpicker.R$drawable: int abc_item_background_holo_light +retrofit2.RequestFactory$Builder: boolean gotQueryName +androidx.appcompat.R$styleable: int RecycleListView_paddingTopNoTitle +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large +com.google.android.material.internal.FlowLayout: void setLineSpacing(int) +cyanogenmod.os.Concierge$ParcelInfo: int mSizePosition +cyanogenmod.hardware.DisplayMode +com.google.android.material.R$attr: int fastScrollEnabled +cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener +androidx.activity.R$id: int blocking +androidx.preference.R$styleable: int AppCompatTheme_windowActionModeOverlay +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: long serialVersionUID +androidx.appcompat.R$color: int primary_material_light +james.adaptiveicon.R$attr: int actionMenuTextColor +wangdaye.com.geometricweather.R$styleable: int[] Transition +wangdaye.com.geometricweather.R$styleable: int ColorPickerView_cpv_sliderColor +okhttp3.TlsVersion: okhttp3.TlsVersion[] values() +com.bumptech.glide.R$styleable: int FontFamily_fontProviderFetchTimeout +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Toolbar +androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour: androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour WRAP_CONTENT +androidx.appcompat.resources.R$dimen: int compat_button_inset_vertical_material +com.turingtechnologies.materialscrollbar.R$dimen: int abc_edit_text_inset_bottom_material +okhttp3.internal.ws.WebSocketWriter: void writePong(okio.ByteString) +androidx.dynamicanimation.R$id: int text +androidx.constraintlayout.widget.R$attr: int title +io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(int) +androidx.recyclerview.widget.RecyclerView: void setScrollState(int) +com.turingtechnologies.materialscrollbar.R$attr: int borderlessButtonStyle +com.google.android.material.internal.CheckableImageButton: void setCheckable(boolean) +wangdaye.com.geometricweather.R$id: int staticLayout +com.turingtechnologies.materialscrollbar.R$color: int cardview_shadow_start_color +com.jaredrummler.android.colorpicker.R$drawable: int abc_edit_text_material +james.adaptiveicon.R$style: int Base_V7_Theme_AppCompat_Light +androidx.lifecycle.livedata.core.R: R() +androidx.preference.R$styleable: int ActionBar_hideOnContentScroll +com.google.android.material.R$attr: int textAppearanceOverline +com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$EntrySet entrySet +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: boolean done +wangdaye.com.geometricweather.R$styleable: int MenuItem_contentDescription +com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat +okhttp3.internal.platform.AndroidPlatform$CloseGuard: java.lang.Object createAndOpen(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int ImageFilterView_round +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_Switch +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.AbstractDaoSession session +com.google.android.material.R$styleable: int Layout_layout_constraintHeight_default +cyanogenmod.app.BaseLiveLockManagerService$1: BaseLiveLockManagerService$1(cyanogenmod.app.BaseLiveLockManagerService) +com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_buttonIconDimen +io.reactivex.internal.observers.DeferredScalarDisposable: void dispose() +wangdaye.com.geometricweather.R$id: int widget_week_week_4 +androidx.preference.R$styleable: int DrawerArrowToggle_drawableSize +okio.Buffer: okio.ByteString hmacSha256(okio.ByteString) +io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: MpscLinkedQueue$LinkedQueueNode() +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life: java.lang.String date +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_seek_by_section +wangdaye.com.geometricweather.R$anim: int btn_checkbox_to_checked_icon_null_animation +com.google.android.material.R$dimen: int mtrl_calendar_day_horizontal_padding +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIconEnabled +com.jaredrummler.android.colorpicker.R$string: int status_bar_notification_info_overflow +okhttp3.internal.Util: boolean discard(okio.Source,int,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionMode +com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents_Light_Dialog +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean +wangdaye.com.geometricweather.R$attr: int placeholderText +io.reactivex.Observable: java.lang.Object as(io.reactivex.ObservableConverter) +android.didikee.donate.R$dimen: int abc_text_size_button_material +org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.rx.RxTransaction rxTx() +androidx.preference.R$attr: int layout_anchor +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_ActionBar +okhttp3.internal.http2.Http2Reader: java.util.logging.Logger logger +com.jaredrummler.android.colorpicker.R$attr: int showText +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: boolean cancelled +wangdaye.com.geometricweather.R$drawable: int material_ic_keyboard_arrow_previous_black_24dp +androidx.constraintlayout.widget.R$styleable: int GradientColor_android_endX +androidx.appcompat.R$anim: int btn_checkbox_to_unchecked_check_path_merged_animation +com.google.android.material.R$drawable: int abc_popup_background_mtrl_mult +androidx.appcompat.widget.LinearLayoutCompat: int getDividerWidth() +androidx.core.R$attr: int fontProviderQuery +androidx.drawerlayout.R$layout: int notification_template_custom_big +androidx.transition.R$styleable: int FontFamily_fontProviderFetchTimeout +com.google.android.material.R$styleable: int Constraint_android_layout_marginBottom +wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Dialog -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHeight_percent -androidx.appcompat.widget.SwitchCompat: void setTextOn(java.lang.CharSequence) -com.google.android.material.appbar.MaterialToolbar: void setElevation(float) -androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart -androidx.lifecycle.reactivestreams.R -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_ProgressIndicator -james.adaptiveicon.R$string: int abc_capital_off -com.google.android.material.R$attr: int saturation -cyanogenmod.themes.ThemeManager: void removeClient(cyanogenmod.themes.ThemeManager$ThemeChangeListener) -wangdaye.com.geometricweather.R$attr: int progress_width -androidx.dynamicanimation.R$id: int tag_unhandled_key_event_manager -com.google.android.material.R$color: int mtrl_fab_bg_color_selector -com.jaredrummler.android.colorpicker.R$id: int cpv_hex -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: long serialVersionUID -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setId(java.lang.Long) -cyanogenmod.app.ProfileManager: int PROFILES_STATE_ENABLED -androidx.preference.R$attr: int color -android.support.v4.app.INotificationSideChannel: void cancel(java.lang.String,int,java.lang.String) -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintTop_creator -okhttp3.internal.http2.Http2Reader -androidx.recyclerview.R$attr: R$attr() -com.github.rahatarmanahmed.cpv.R$attr: R$attr() -cyanogenmod.app.Profile: int getTriggerState(int,java.lang.String) -io.reactivex.internal.subscriptions.SubscriptionHelper: boolean set(java.util.concurrent.atomic.AtomicReference,org.reactivestreams.Subscription) -io.reactivex.disposables.ReferenceDisposable: void dispose() -okhttp3.Handshake: boolean equals(java.lang.Object) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange -cyanogenmod.providers.CMSettings$Secure: cyanogenmod.providers.CMSettings$Validator PROTECTED_COMPONENTS_VALIDATOR -androidx.constraintlayout.widget.R$attr: int actionModeCutDrawable -com.google.android.material.textfield.TextInputLayout: void setStartIconDrawable(android.graphics.drawable.Drawable) -androidx.hilt.R$style: int Widget_Compat_NotificationActionContainer -androidx.preference.R$attr: int buttonStyleSmall -androidx.viewpager2.R$style: int TextAppearance_Compat_Notification -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: io.reactivex.internal.queue.SpscLinkedArrayQueue queue -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Direction -androidx.vectordrawable.R$attr: int fontProviderFetchStrategy -wangdaye.com.geometricweather.R$id: int action_divider -androidx.appcompat.R$id: int src_atop -com.bumptech.glide.integration.okhttp.R$id -james.adaptiveicon.R$styleable: int Toolbar_titleMarginTop -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void innerComplete(io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver) -com.google.android.material.appbar.AppBarLayout$BaseBehavior: AppBarLayout$BaseBehavior() -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_numericShortcut -com.bumptech.glide.load.PreferredColorSpace: com.bumptech.glide.load.PreferredColorSpace[] values() -wangdaye.com.geometricweather.db.entities.MinutelyEntity: boolean getDaylight() -com.jaredrummler.android.colorpicker.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_toTopOf -com.google.android.material.timepicker.ClockFaceView -james.adaptiveicon.R$attr: int textColorAlertDialogListItem -wangdaye.com.geometricweather.R$styleable: int KeyTrigger_onNegativeCross -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_autoSizeMinTextSize -wangdaye.com.geometricweather.R$string: int material_minute_selection -cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void onStart() -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_card_spacing -james.adaptiveicon.R$dimen: int notification_top_pad_large_text -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial: double Value -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean -androidx.viewpager2.R$dimen: int compat_button_inset_horizontal_material -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeBackground -androidx.constraintlayout.widget.R$layout: int notification_template_custom_big -com.xw.repo.bubbleseekbar.R$styleable: int[] CoordinatorLayout -com.jaredrummler.android.colorpicker.R$attr: int gapBetweenBars -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Metric: java.lang.String Unit -io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: io.reactivex.disposables.Disposable upstream -com.bumptech.glide.integration.okhttp.R$attr: int layout_behavior -com.google.android.material.internal.BaselineLayout: BaselineLayout(android.content.Context) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_TEMPERATURE_NIGHT_VALIDATOR -com.google.android.material.R$styleable: int Chip_shapeAppearance -androidx.lifecycle.extensions.R$attr: int fontProviderPackage -androidx.constraintlayout.widget.R$style: int Base_V23_Theme_AppCompat_Light -com.google.android.material.R$dimen: int material_cursor_width -wangdaye.com.geometricweather.R$layout: int text_view_without_line_height -okhttp3.internal.cache.CacheInterceptor$1: okio.BufferedSource val$source -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Medium_Inverse -wangdaye.com.geometricweather.R$styleable: int SearchView_closeIcon -cyanogenmod.themes.IThemeChangeListener$Stub: cyanogenmod.themes.IThemeChangeListener asInterface(android.os.IBinder) -wangdaye.com.geometricweather.R$attr: int cornerFamilyTopLeft -com.turingtechnologies.materialscrollbar.R$layout: int abc_action_bar_title_item -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation: double qty1H -wangdaye.com.geometricweather.R$styleable: int[] Snackbar -wangdaye.com.geometricweather.R$id: int title_template -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_waveOffset -wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_recyclerView -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256 -cyanogenmod.app.CustomTile: void cloneInto(cyanogenmod.app.CustomTile) -androidx.viewpager.widget.PagerTabStrip: void setTabIndicatorColor(int) -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_track -android.didikee.donate.R$styleable: int AppCompatTheme_selectableItemBackground -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments comments -com.google.android.material.chip.Chip: void setChipStrokeColor(android.content.res.ColorStateList) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_maxElementsWrap -okhttp3.internal.ws.WebSocketWriter: WebSocketWriter(boolean,okio.BufferedSink,java.util.Random) -com.google.android.material.R$styleable: int TabLayout_tabGravity -okhttp3.internal.platform.Platform: okhttp3.internal.platform.Platform PLATFORM -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Toolbar_Button_Navigation -wangdaye.com.geometricweather.R$attr: int extendedFloatingActionButtonStyle -james.adaptiveicon.R$attr: int tintMode -cyanogenmod.weather.WeatherInfo$DayForecast$Builder: WeatherInfo$DayForecast$Builder(int) -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_button_min_height_material -cyanogenmod.app.Profile: cyanogenmod.profiles.ConnectionSettings getSettingsForConnection(int) -com.xw.repo.bubbleseekbar.R$attr: int arrowHeadLength -io.reactivex.internal.observers.LambdaObserver: io.reactivex.functions.Consumer onSubscribe -wangdaye.com.geometricweather.R$styleable: int[] BottomNavigationView -wangdaye.com.geometricweather.R$string: int minutely_overview -com.google.android.material.R$color: int design_dark_default_color_secondary -androidx.constraintlayout.widget.R$color: int background_floating_material_light -com.google.android.material.R$attr: int layout_constraintTop_creator -okhttp3.WebSocketListener: void onClosing(okhttp3.WebSocket,int,java.lang.String) -com.google.android.material.R$styleable: int MenuItem_android_alphabeticShortcut -androidx.appcompat.R$id: int notification_main_column -com.turingtechnologies.materialscrollbar.R$color: int design_fab_stroke_end_inner_color -wangdaye.com.geometricweather.R$styleable: int CheckBoxPreference_android_summaryOn -com.google.android.material.R$id: int accessibility_custom_action_29 -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: android.graphics.Rect getWindowInsets() -com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.reflect.Type[] getActualTypeArguments() -com.google.android.material.R$styleable: int[] ClockHandView -wangdaye.com.geometricweather.R$attr: int boxCornerRadiusTopEnd -androidx.preference.R$style: int Theme_AppCompat_DayNight_DarkActionBar -com.google.android.material.slider.Slider: android.content.res.ColorStateList getTrackInactiveTintList() -com.xw.repo.bubbleseekbar.R$styleable: int[] AnimatedStateListDrawableItem -androidx.lifecycle.extensions.R$dimen: int notification_right_side_padding_top -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean -com.turingtechnologies.materialscrollbar.R$attr: int hintAnimationEnabled -okhttp3.internal.platform.Platform: java.lang.String toString() -okhttp3.CacheControl: boolean mustRevalidate -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_7 -com.google.android.material.R$styleable: int ActionBar_hideOnContentScroll -androidx.preference.R$style: int Widget_AppCompat_Toolbar -com.google.android.material.R$attr: int searchHintIcon -androidx.appcompat.R$attr: int actionModeShareDrawable -com.google.android.material.R$attr: int textAppearanceHeadline6 -androidx.swiperefreshlayout.R$drawable: int notification_bg -com.google.gson.internal.JsonReaderInternalAccess: com.google.gson.internal.JsonReaderInternalAccess INSTANCE -okio.Base64: java.lang.String encode(byte[],byte[]) -cyanogenmod.os.Concierge -cyanogenmod.weather.CMWeatherManager$2$1: int val$status -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation Precipitation -android.didikee.donate.R$style: int Widget_AppCompat_ProgressBar -james.adaptiveicon.R$color: int abc_background_cache_hint_selector_material_light -com.google.android.material.R$attr: int alertDialogStyle -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void clear() -com.xw.repo.bubbleseekbar.R$dimen: int abc_cascading_menus_min_smallest_width -james.adaptiveicon.R$style: int ThemeOverlay_AppCompat_Dark -james.adaptiveicon.R$drawable: int abc_btn_default_mtrl_shape -wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_marginBottom -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: void onError(java.lang.Throwable) -okio.ForwardingTimeout: long deadlineNanoTime() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen: java.lang.String Category -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float pm10 -io.reactivex.internal.queue.SpscArrayQueue: long serialVersionUID -com.xw.repo.bubbleseekbar.R$attr: int bsb_bubble_text_size -james.adaptiveicon.R$color: int material_deep_teal_500 -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_Dialog_FixedSize -androidx.work.R$styleable: int[] FontFamily -com.bumptech.glide.R$styleable: int GradientColor_android_startX -android.didikee.donate.R$style: int Widget_AppCompat_AutoCompleteTextView -com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_multiChoiceItemLayout -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) -androidx.appcompat.R$id: int action_mode_close_button -com.turingtechnologies.materialscrollbar.R$id: int action_context_bar -wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_drawableLeft -cyanogenmod.app.Profile$ExpandedDesktopMode: Profile$ExpandedDesktopMode() -com.google.android.material.R$attr: int currentState -androidx.recyclerview.R$id: int accessibility_custom_action_26 -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Large -okhttp3.ResponseBody: okhttp3.ResponseBody create(okhttp3.MediaType,long,okio.BufferedSource) -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_content_inset_material -cyanogenmod.providers.CMSettings$Global: float getFloat(android.content.ContentResolver,java.lang.String,float) -com.google.android.material.R$styleable: int Constraint_flow_firstHorizontalBias -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property SnowPrecipitation -com.google.android.material.R$styleable: int NavigationView_itemShapeInsetEnd -okio.Base64 -wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: java.lang.String getDurationVoice(android.content.Context,float) -androidx.lifecycle.LiveData$1: void run() -wangdaye.com.geometricweather.R$drawable: int notif_temp_135 -io.reactivex.Observable: io.reactivex.Observable mergeDelayError(java.lang.Iterable,int,int) -android.didikee.donate.R$attr: int panelMenuListTheme -android.didikee.donate.R$styleable: int ButtonBarLayout_allowStacking -cyanogenmod.profiles.ConnectionSettings: int describeContents() -androidx.appcompat.R$styleable: int AnimatedStateListDrawableItem_android_id -com.xw.repo.bubbleseekbar.R$integer: R$integer() -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.String weatherSource -com.google.android.material.R$styleable: int ProgressIndicator_circularInset -androidx.dynamicanimation.R$styleable: int GradientColor_android_centerColor -android.didikee.donate.R$styleable: int AppCompatTheme_ratingBarStyleSmall -com.google.android.material.R$styleable: int Constraint_android_orientation -okhttp3.internal.cache2.Relay: okio.Source newSource() -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.lang.String name -androidx.constraintlayout.widget.R$attr: int actionBarTabTextStyle -com.google.android.material.internal.NavigationMenuItemView: void setCheckable(boolean) -wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String content -james.adaptiveicon.R$styleable: int AlertDialog_android_layout -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_showDividers -cyanogenmod.app.suggest.AppSuggestManager: cyanogenmod.app.suggest.AppSuggestManager getInstance(android.content.Context) -com.jaredrummler.android.colorpicker.ColorPanelView: void setOriginalColor(int) -androidx.preference.R$styleable: int AppCompatTheme_viewInflaterClass -james.adaptiveicon.R$styleable: int AlertDialog_listLayout -androidx.swiperefreshlayout.R$drawable: int notification_template_icon_bg -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial: AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial() -com.google.gson.stream.JsonReader: void endObject() -cyanogenmod.externalviews.ExternalViewProperties: int[] mScreenCoords -james.adaptiveicon.R$attr: int spinnerStyle -com.turingtechnologies.materialscrollbar.R$style: int Base_V14_ThemeOverlay_MaterialComponents_Dialog -com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status[] values() -com.google.android.material.R$string: int mtrl_picker_text_input_date_range_start_hint -cyanogenmod.providers.CMSettings$Secure: java.lang.String DEVELOPMENT_SHORTCUT -android.didikee.donate.R$attr: int alpha -wangdaye.com.geometricweather.R$styleable: int ChipGroup_checkedChip -wangdaye.com.geometricweather.R$array: int widget_text_color_values -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light -cyanogenmod.app.ICustomTileListener -okio.Util: boolean arrayRangeEquals(byte[],int,byte[],int,int) -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: ChineseCityEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) -com.jaredrummler.android.colorpicker.R$attr: int listItemLayout -com.xw.repo.bubbleseekbar.R$id: int top -wangdaye.com.geometricweather.R$color: int button_material_light -androidx.preference.R$styleable: int AppCompatImageView_tintMode -io.reactivex.internal.observers.LambdaObserver -androidx.recyclerview.R$attr: int fastScrollEnabled -androidx.appcompat.R$styleable: int AppCompatTheme_popupMenuStyle -cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_SHOW_WEATHER -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property O3 -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property SnowPrecipitationProbability -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintEnd_toStartOf -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_dividerPadding -androidx.preference.R$id: int italic -com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawable_android_variablePadding -com.turingtechnologies.materialscrollbar.R$attr: int selectableItemBackgroundBorderless -androidx.preference.R$styleable: int SwitchPreference_disableDependentsState -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: void dispose() -androidx.core.R$integer: int status_bar_notification_info_maxnum -io.reactivex.Observable: io.reactivex.Observable using(java.util.concurrent.Callable,io.reactivex.functions.Function,io.reactivex.functions.Consumer,boolean) -androidx.work.NetworkType: androidx.work.NetworkType NOT_ROAMING -androidx.appcompat.R$styleable: int[] PopupWindow -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceListItem -okhttp3.internal.ws.WebSocketProtocol: java.lang.String ACCEPT_MAGIC -cyanogenmod.app.CustomTile$ExpandedStyle$1: CustomTile$ExpandedStyle$1() -androidx.appcompat.R$styleable: int TextAppearance_android_shadowDx -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void request(long) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableEndCompat -android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 -com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_progress -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void onDetach() -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_YearNavigationButton -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_editor_absoluteX -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu -wangdaye.com.geometricweather.R$layout: int abc_cascading_menu_item_layout -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: long EpochEndTime -androidx.dynamicanimation.R$styleable: int FontFamily_fontProviderPackage -com.jaredrummler.android.colorpicker.R$layout: int cpv_dialog_color_picker -com.google.android.material.R$attr: int indeterminateProgressStyle -com.google.android.material.R$dimen: int abc_action_bar_elevation_material -com.xw.repo.bubbleseekbar.R$dimen: int tooltip_y_offset_non_touch -wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Description -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_radioButtonStyle -okhttp3.internal.http2.Http2Connection$Listener -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_editTextColor -android.didikee.donate.R$dimen: int abc_text_size_title_material_toolbar +androidx.constraintlayout.widget.R$color: int abc_btn_colored_borderless_text_material +androidx.constraintlayout.widget.R$color: int switch_thumb_normal_material_dark +com.xw.repo.bubbleseekbar.R$attr: int contentInsetStartWithNavigation +android.didikee.donate.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_57 +wangdaye.com.geometricweather.common.basic.models.weather.History: java.util.Date getDate() +androidx.preference.R$attr: int thumbTintMode +com.google.android.material.chip.ChipGroup: void setChipSpacingResource(int) +com.google.android.material.R$dimen: int mtrl_alert_dialog_background_inset_bottom +com.turingtechnologies.materialscrollbar.R$style: int AlertDialog_AppCompat +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_progress +okhttp3.internal.http2.Http2Stream$FramingSource: void receive(okio.BufferedSource,long) +androidx.preference.R$layout: int preference_information +wangdaye.com.geometricweather.R$layout: int text_view_with_line_height_from_appearance +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat +androidx.preference.R$attr: int backgroundTintMode +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginStart +com.xw.repo.bubbleseekbar.R$anim +com.google.android.material.R$color: int mtrl_navigation_item_text_color +androidx.preference.R$attr: int paddingEnd +com.turingtechnologies.materialscrollbar.R$drawable: int abc_switch_track_mtrl_alpha +androidx.appcompat.R$layout: int abc_dialog_title_material +com.xw.repo.bubbleseekbar.R$dimen: int notification_large_icon_height +retrofit2.Retrofit: java.util.concurrent.Executor callbackExecutor() +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: int requestFusion(int) +wangdaye.com.geometricweather.R$id: int group_divider +wangdaye.com.geometricweather.R$styleable: int Constraint_motionProgress +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Light +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox +wangdaye.com.geometricweather.R$transition: int search_activity_shared_return +james.adaptiveicon.R$styleable: int AppCompatTextView_drawableTint +androidx.appcompat.R$dimen: int abc_select_dialog_padding_start_material +wangdaye.com.geometricweather.R$attr: int cardPreventCornerOverlap +org.greenrobot.greendao.AbstractDao: void deleteByKeyInTx(java.lang.Iterable) +androidx.appcompat.R$style: int Base_Widget_AppCompat_RatingBar +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_firstHorizontalStyle +androidx.recyclerview.R$id: int accessibility_custom_action_2 +androidx.customview.R$styleable: int ColorStateListItem_android_alpha +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light_Dialog +com.google.android.material.R$attr: int ratingBarStyleSmall +wangdaye.com.geometricweather.R$id: int design_menu_item_action_area +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_AES_128_CBC_SHA +okio.Buffer: java.lang.String readUtf8Line(long) +androidx.appcompat.R$id: int accessibility_custom_action_5 +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: int prefetch +androidx.preference.R$dimen: int abc_action_button_min_height_material +com.google.android.material.R$attr: int contentPadding +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_menu +wangdaye.com.geometricweather.R$styleable: int[] MaterialButton +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language +wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableCompat_android_visible +androidx.preference.R$styleable: int DialogPreference_dialogIcon +com.google.android.material.floatingactionbutton.FloatingActionButton$BaseBehavior +cyanogenmod.app.CustomTile$Builder: java.lang.String mLabel +wangdaye.com.geometricweather.R$string: int feels_like +wangdaye.com.geometricweather.search.LoadableLocationList$Status: wangdaye.com.geometricweather.search.LoadableLocationList$Status SUCCESS +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common +androidx.appcompat.R$drawable: int abc_textfield_search_default_mtrl_alpha +cyanogenmod.power.PerformanceManager: void cpuBoost(int) +android.didikee.donate.R$drawable: int abc_list_focused_holo +androidx.appcompat.R$drawable: int abc_btn_default_mtrl_shape +com.google.android.material.R$style: int Widget_AppCompat_ListMenuView +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionButton_CloseMode +androidx.swiperefreshlayout.R$dimen: int notification_right_side_padding_top +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: int status +okhttp3.ConnectionPool: java.lang.Runnable cleanupRunnable +com.github.rahatarmanahmed.cpv.CircularProgressView$6: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 +okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder allEnabledTlsVersions() +wangdaye.com.geometricweather.db.entities.LocationEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) +wangdaye.com.geometricweather.R$drawable: int cpv_btn_background +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_letter_spacing +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_AES_128_CBC_SHA +wangdaye.com.geometricweather.R$attr: int paddingTopNoTitle +wangdaye.com.geometricweather.R$styleable: int AppBarLayout_liftOnScrollTargetViewId +com.google.android.material.R$string: int mtrl_picker_save +okhttp3.Interceptor$Chain: okhttp3.Call call() +androidx.work.ArrayCreatingInputMerger: ArrayCreatingInputMerger() +james.adaptiveicon.R$style: int Base_Widget_AppCompat_PopupMenu +cyanogenmod.app.ProfileManager: android.app.NotificationGroup[] getNotificationGroups() +wangdaye.com.geometricweather.R$drawable: int ic_sunrise +androidx.legacy.coreutils.R$color: int notification_icon_bg_color +okhttp3.internal.cache.DiskLruCache: int appVersion +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Metric: double Value +io.reactivex.Observable: io.reactivex.Observable mergeDelayError(java.lang.Iterable,int) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TimePicker_Display +androidx.preference.R$dimen: int compat_button_inset_horizontal_material +androidx.core.R$dimen: int notification_large_icon_height +okhttp3.internal.http2.ErrorCode: int httpCode +wangdaye.com.geometricweather.R$color: int material_slider_inactive_track_color +com.google.android.material.R$attr: int colorPrimaryDark +okhttp3.Cookie: boolean httpOnly() +androidx.recyclerview.widget.RecyclerView$SavedState +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Headline +androidx.vectordrawable.R$id: int tag_unhandled_key_listeners +androidx.viewpager.widget.PagerTitleStrip: void setNonPrimaryAlpha(float) +com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView: int getMarginBottom() +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean isSunlightEnhancementSelfManaged() +cyanogenmod.app.CustomTile: int PSEUDO_GRID_ITEM_MAX_COUNT +com.xw.repo.bubbleseekbar.R$attr: int actionBarTabBarStyle +cyanogenmod.weather.IWeatherServiceProviderChangeListener: void onWeatherServiceProviderChanged(java.lang.String) +com.xw.repo.bubbleseekbar.R$id: int activity_chooser_view_content +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Id +com.google.android.material.progressindicator.ProgressIndicator: android.graphics.drawable.Drawable getIndeterminateDrawable() +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_contentInsetEnd +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: long index +wangdaye.com.geometricweather.common.basic.models.weather.Base: long getUpdateTime() +wangdaye.com.geometricweather.R$style: int Preference_Information_Material +wangdaye.com.geometricweather.R$drawable: int test_custom_background +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_16 +wangdaye.com.geometricweather.common.basic.models.weather.Alert: int getColor() +androidx.vectordrawable.animated.R$integer: int status_bar_notification_info_maxnum +wangdaye.com.geometricweather.R$id: int icon_frame +wangdaye.com.geometricweather.background.polling.work.worker.TomorrowForecastUpdateWorker +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_subtitle +okhttp3.internal.platform.AndroidPlatform: boolean api24IsCleartextTrafficPermitted(java.lang.String,java.lang.Class,java.lang.Object) +wangdaye.com.geometricweather.R$id: int month_navigation_next +androidx.legacy.coreutils.R$styleable: int FontFamily_fontProviderAuthority +wangdaye.com.geometricweather.R$string: int sp_widget_hourly_trend_setting +io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.BiFunction,int) +okhttp3.internal.http.HttpHeaders: boolean hasVaryAll(okhttp3.Response) +james.adaptiveicon.R$string: int abc_searchview_description_search +com.google.android.material.R$styleable: int Constraint_android_maxWidth +androidx.hilt.lifecycle.R$layout: int notification_action +com.google.android.material.R$layout: int mtrl_alert_dialog_actions +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_android_insetRight +com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode: com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode LAST_ELEMENT +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: int wip +com.google.android.material.R$dimen: int abc_cascading_menus_min_smallest_width +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: io.reactivex.functions.Function mapper +wangdaye.com.geometricweather.R$drawable: int widget_card_dark_80 +com.google.android.material.R$style: int Widget_MaterialComponents_Button +com.turingtechnologies.materialscrollbar.R$attr: int alertDialogStyle +wangdaye.com.geometricweather.R$styleable: int CardView_contentPaddingRight com.google.android.material.appbar.AppBarLayout: void setElevation(float) -androidx.appcompat.widget.ActivityChooserModel -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: long StartEpochDateTime -androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_arrowHeadLength -cyanogenmod.weather.CMWeatherManager: cyanogenmod.weather.ICMWeatherManager sWeatherManagerService -wangdaye.com.geometricweather.R$id: int widget_trend_daily_item_4 -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_min -wangdaye.com.geometricweather.remoteviews.config.TextWidgetConfigActivity: TextWidgetConfigActivity() -okhttp3.Request$Builder: Request$Builder() -wangdaye.com.geometricweather.R$attr: int actionModeSplitBackground -com.google.android.material.R$attr: int colorSecondaryVariant -com.github.rahatarmanahmed.cpv.CircularProgressView: int animDuration -wangdaye.com.geometricweather.R$attr: int drawableStartCompat -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowActionBarOverlay -retrofit2.Response -com.google.android.material.R$attr: int behavior_autoHide -wangdaye.com.geometricweather.R$styleable: int MenuItem_numericModifiers -androidx.customview.R$dimen: int notification_subtext_size -io.reactivex.disposables.RunnableDisposable -io.reactivex.Observable: io.reactivex.Completable concatMapCompletableDelayError(io.reactivex.functions.Function,boolean) -androidx.appcompat.R$anim: int abc_slide_out_top -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeIcePrecipitationDuration -androidx.lifecycle.MediatorLiveData: void removeSource(androidx.lifecycle.LiveData) -androidx.loader.R$dimen: int notification_big_circle_margin -wangdaye.com.geometricweather.R$attr: int iconifiedByDefault -com.google.android.material.R$styleable: int[] ButtonBarLayout -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: java.lang.String zh_TW -wangdaye.com.geometricweather.R$dimen: int abc_action_bar_icon_vertical_padding_material -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_lastHorizontalStyle -wangdaye.com.geometricweather.R$string: int phase_first -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric: int UnitType -androidx.constraintlayout.widget.R$color: int bright_foreground_material_dark -androidx.constraintlayout.widget.R$id: int dialog_button -wangdaye.com.geometricweather.R$id: int action_context_bar -wangdaye.com.geometricweather.R$array: int week_icon_modes -okhttp3.internal.ws.WebSocketProtocol: int OPCODE_CONTROL_PONG -io.reactivex.internal.subscriptions.EmptySubscription: void cancel() -okhttp3.internal.http2.Http2: byte TYPE_HEADERS -com.jaredrummler.android.colorpicker.R$attr: int actionBarTheme -wangdaye.com.geometricweather.R$id: int activity_widget_config_alignEndContainer -wangdaye.com.geometricweather.R$layout: int design_text_input_end_icon -com.google.android.material.R$dimen: int mtrl_bottomappbar_fabOffsetEndMode -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.String TABLENAME -androidx.hilt.lifecycle.R$attr: int fontStyle -wangdaye.com.geometricweather.R$styleable: int ViewStubCompat_android_layout -com.google.android.material.R$attr: int colorButtonNormal -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: void setOnApplyWindowInsetsListener(android.view.View$OnApplyWindowInsetsListener) -okhttp3.Address: javax.net.SocketFactory socketFactory -androidx.vectordrawable.animated.R$styleable: int[] FontFamily -com.jaredrummler.android.colorpicker.R$styleable: int Spinner_android_popupBackground -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_DayTextView +wangdaye.com.geometricweather.R$string: int settings_title_widget_config +androidx.constraintlayout.widget.R$styleable: int MenuItem_numericModifiers +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial Imperial +com.google.android.material.R$attr: int buttonBarNeutralButtonStyle +wangdaye.com.geometricweather.R$layout: int activity_alert +androidx.constraintlayout.widget.R$id: int start +wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode NIGHT +androidx.legacy.coreutils.R$dimen: int notification_action_text_size +com.xw.repo.bubbleseekbar.R$attr: int bsb_track_size +wangdaye.com.geometricweather.R$drawable: int ic_cold +androidx.recyclerview.R$drawable: int notification_bg_low +com.jaredrummler.android.colorpicker.NestedGridView: NestedGridView(android.content.Context,android.util.AttributeSet,int) +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth +retrofit2.BuiltInConverters$BufferingResponseBodyConverter: retrofit2.BuiltInConverters$BufferingResponseBodyConverter INSTANCE +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionOverflowButtonStyle +androidx.appcompat.widget.ContentFrameLayout: android.util.TypedValue getFixedHeightMinor() +james.adaptiveicon.R$styleable: int ViewStubCompat_android_layout +com.google.android.material.R$color: int primary_dark_material_light +cyanogenmod.app.Profile$NotificationLightMode: int DISABLE +io.reactivex.internal.observers.LambdaObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX() +okio.Timeout$1 +androidx.activity.R$styleable: int FontFamily_fontProviderAuthority +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: void setStatus(int) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintStart_toEndOf +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: java.lang.Integer iso0 +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintLeft_toLeftOf +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 +android.didikee.donate.R$styleable: int AppCompatTextView_drawableTint +wangdaye.com.geometricweather.R$layout: int container_main_header +wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.Integer getIndex() +com.google.android.material.appbar.AppBarLayout: void setVisibility(int) +androidx.appcompat.R$styleable: int AppCompatTheme_selectableItemBackground +com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_statusBarBackground +androidx.appcompat.R$attr: int switchPadding +android.didikee.donate.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle +wangdaye.com.geometricweather.R$styleable: int BottomAppBar_paddingRightSystemWindowInsets +cyanogenmod.providers.CMSettings$System: java.lang.String KEY_MENU_LONG_PRESS_ACTION +cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_NFC +com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setPresenter(com.google.android.material.bottomnavigation.BottomNavigationPresenter) +androidx.cardview.R$style: int CardView_Dark +wangdaye.com.geometricweather.R$drawable: int abc_switch_thumb_material +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWindSpeed(java.lang.Float) +com.turingtechnologies.materialscrollbar.R$color: int button_material_dark +okhttp3.internal.ws.RealWebSocket: java.util.Random random +cyanogenmod.externalviews.ExternalViewProperties: int getX() +io.reactivex.Observable: io.reactivex.Single lastOrError() +androidx.fragment.R$id: int tag_unhandled_key_listeners +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHeight_max +com.google.android.material.R$id: int test_checkbox_app_button_tint +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: boolean isDisposed() +com.google.android.material.R$attr: int waveDecay +androidx.dynamicanimation.R$layout: int notification_action_tombstone +androidx.appcompat.R$style: int Base_DialogWindowTitleBackground_AppCompat +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Subhead_Inverse +wangdaye.com.geometricweather.R$attr: int cpv_showAlphaSlider +androidx.appcompat.resources.R$id: int accessibility_custom_action_28 +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$PhenomenonMaxColor: MfWarningsResult$PhenomenonMaxColor() +androidx.appcompat.R$attr: int windowFixedHeightMajor +wangdaye.com.geometricweather.R$styleable: int RecyclerView_android_descendantFocusability +cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String getResPkg() +cyanogenmod.providers.CMSettings$Global: long getLongForUser(android.content.ContentResolver,java.lang.String,int) +androidx.constraintlayout.widget.R$styleable: int AppCompatSeekBar_tickMark +io.reactivex.internal.subscriptions.DeferredScalarSubscription: boolean isCancelled() +androidx.hilt.R$id: int notification_main_column_container +io.reactivex.Observable: io.reactivex.Observable buffer(io.reactivex.ObservableSource,java.util.concurrent.Callable) +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int AQI_INDEX_3 +androidx.constraintlayout.widget.R$styleable: int OnSwipe_maxVelocity +wangdaye.com.geometricweather.R$drawable: int abc_text_select_handle_middle_mtrl_light +cyanogenmod.app.CustomTile$ExpandedStyle: void internalStyleId(int) +androidx.loader.R$drawable: int notification_bg +androidx.preference.R$bool: int abc_action_bar_embed_tabs +org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database getEncryptedReadableDb(char[]) +io.reactivex.exceptions.CompositeException: void printStackTrace(java.io.PrintStream) +android.didikee.donate.R$style: int ThemeOverlay_AppCompat_ActionBar +okhttp3.MultipartBody: okhttp3.MediaType DIGEST +retrofit2.Converter$Factory: retrofit2.Converter stringConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) +androidx.constraintlayout.widget.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset +cyanogenmod.externalviews.KeyguardExternalView$11: KeyguardExternalView$11(cyanogenmod.externalviews.KeyguardExternalView,float) +com.google.android.material.R$id: int textinput_prefix_text +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: ObservableThrottleFirstTimed$DebounceTimedObserver(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler$Worker) +wangdaye.com.geometricweather.R$dimen: int hint_pressed_alpha_material_dark +com.xw.repo.bubbleseekbar.R$attr: int bsb_min +com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_singleChoiceItemLayout +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_voice_search_api_material +wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode nighttimeWeatherCode +android.didikee.donate.R$style: int Base_V7_Theme_AppCompat +cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy +com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat_Dark +androidx.constraintlayout.widget.R$attr: int dividerPadding +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_scaleY +com.google.android.material.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset +androidx.viewpager2.R$id: int accessibility_custom_action_24 +wangdaye.com.geometricweather.R$attr: int hintTextColor +io.reactivex.internal.subscribers.DeferredScalarSubscriber: org.reactivestreams.Subscription upstream +okhttp3.internal.connection.RealConnection: boolean isEligible(okhttp3.Address,okhttp3.Route) +com.google.android.material.R$styleable: int MaterialButtonToggleGroup_selectionRequired +cyanogenmod.app.ProfileGroup: boolean isDirty() +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void rstStream(int,okhttp3.internal.http2.ErrorCode) +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse +james.adaptiveicon.R$styleable: int AppCompatImageView_srcCompat +com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_FixedSize +com.google.android.material.R$attr: int seekBarStyle +androidx.core.R$styleable: int ColorStateListItem_alpha +okhttp3.CacheControl$Builder: boolean onlyIfCached +wangdaye.com.geometricweather.R$styleable: int[] Constraint +androidx.coordinatorlayout.R$style: int Widget_Support_CoordinatorLayout +wangdaye.com.geometricweather.R$string: int feedback_request_location_permission_failed +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_elevation +com.google.android.material.R$anim: int abc_fade_out +androidx.core.R$id: int accessibility_custom_action_3 +androidx.appcompat.view.menu.ListMenuItemView +com.google.android.material.R$color: int mtrl_chip_surface_color +android.didikee.donate.R$styleable: int SearchView_suggestionRowLayout +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_OutlinedButton_Icon +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: FlowableConcatMap$BaseConcatMapSubscriber(io.reactivex.functions.Function,int) +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_collapseContentDescription +com.xw.repo.bubbleseekbar.R$id: int search_edit_frame +android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat_Dark +androidx.appcompat.resources.R$dimen: int compat_button_padding_horizontal_material +androidx.lifecycle.MediatorLiveData +com.turingtechnologies.materialscrollbar.R$attr: int alphabeticModifiers +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listMenuViewStyle +androidx.preference.R$styleable: int ActionBar_homeLayout +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_homeAsUpIndicator +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: void onError(java.lang.Throwable) +androidx.core.R$id: int notification_background +com.google.android.material.R$string: int mtrl_picker_announce_current_selection +okhttp3.Headers$Builder: java.lang.String get(java.lang.String) +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.internal.observers.InnerQueuedObserver current +wangdaye.com.geometricweather.R$drawable: int abc_list_selector_disabled_holo_dark +okhttp3.internal.ws.RealWebSocket: int sentPingCount +okhttp3.internal.http1.Http1Codec$ChunkedSource: okhttp3.internal.http1.Http1Codec this$0 +com.google.android.material.tabs.TabLayout: android.graphics.drawable.Drawable getTabSelectedIndicator() +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeThunderstormPrecipitation +wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_AppbarPopupTheme_Light +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: ObservableTimeoutTimed$TimeoutFallbackObserver(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler$Worker,io.reactivex.ObservableSource) +okhttp3.internal.http2.Http2Codec: java.util.List HTTP_2_SKIPPED_REQUEST_HEADERS +android.didikee.donate.R$attr: int height +androidx.preference.R$styleable: int AppCompatTheme_spinnerStyle +james.adaptiveicon.R$drawable: int abc_ic_menu_selectall_mtrl_alpha +androidx.appcompat.R$dimen: int notification_large_icon_height +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun: java.util.Date Set +wangdaye.com.geometricweather.R$style: int Base_V22_Theme_AppCompat_Light +androidx.loader.R$drawable: int notify_panel_notification_icon_bg +androidx.constraintlayout.widget.R$bool: int abc_allow_stacked_button_bar +cyanogenmod.profiles.ConnectionSettings: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Dark +james.adaptiveicon.R$style: int Widget_AppCompat_ProgressBar_Horizontal +androidx.work.R$id: int accessibility_custom_action_29 +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableEndCompat +androidx.appcompat.R$dimen: int abc_text_size_display_4_material +okhttp3.internal.http2.Http2Writer: Http2Writer(okio.BufferedSink,boolean) +okhttp3.WebSocket: long queueSize() +wangdaye.com.geometricweather.db.entities.HistoryEntity: java.lang.Long getId() +wangdaye.com.geometricweather.R$styleable: int ImageFilterView_saturation +com.xw.repo.bubbleseekbar.R$style: int Base_Animation_AppCompat_DropDownUp +androidx.constraintlayout.widget.R$styleable: int Layout_layout_goneMarginLeft +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver: void onError(java.lang.Throwable) +com.xw.repo.bubbleseekbar.R$attr: int panelMenuListWidth +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_Bridge +androidx.versionedparcelable.ParcelImpl: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.background.polling.permanent.update.Hilt_ForegroundTodayForecastUpdateService: Hilt_ForegroundTodayForecastUpdateService() +wangdaye.com.geometricweather.R$drawable: int notif_temp_102 +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeIcePrecipitation(java.lang.Float) +androidx.preference.R$attr: int drawableSize +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintEnd_toStartOf +androidx.preference.R$styleable: int SwitchPreference_android_disableDependentsState +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_android_ttcIndex +androidx.drawerlayout.R$dimen: int notification_right_icon_size +com.xw.repo.bubbleseekbar.R$attr: int fontProviderQuery +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIconTintMode +androidx.constraintlayout.widget.R$attr: int layout_constrainedHeight +org.greenrobot.greendao.AbstractDao: void deleteByKeyInsideSynchronized(java.lang.Object,org.greenrobot.greendao.database.DatabaseStatement) +androidx.preference.R$id: int src_over +wangdaye.com.geometricweather.R$color: int mtrl_btn_text_color_selector +com.google.android.material.R$color: int primary_text_disabled_material_dark +androidx.constraintlayout.widget.R$drawable: int abc_btn_radio_material +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: boolean cancelled +com.google.android.material.R$dimen: int material_clock_size +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: void onNext(java.lang.Object) +androidx.viewpager2.R$attr: int recyclerViewStyle +wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_1 +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: java.lang.String value +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: int city_code +androidx.dynamicanimation.R$attr: int fontProviderFetchStrategy +androidx.lifecycle.ComputableLiveData +wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_backgroundOverlayColorAlpha +androidx.appcompat.widget.ActionBarContainer: void setTabContainer(androidx.appcompat.widget.ScrollingTabContainerView) +androidx.loader.R$color: R$color() +okhttp3.Cache$Entry: Cache$Entry(okio.Source) +wangdaye.com.geometricweather.R$drawable: int design_password_eye +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_checkable +androidx.preference.R$color: int abc_primary_text_material_light +com.jaredrummler.android.colorpicker.R$style: int Platform_AppCompat +wangdaye.com.geometricweather.db.entities.AlertEntityDao: boolean hasKey(java.lang.Object) +okio.Buffer: short readShort() +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_PopupWindow +android.didikee.donate.R$id: int text2 +androidx.constraintlayout.helper.widget.Flow: void setPaddingBottom(int) +com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_verticalDivider +wangdaye.com.geometricweather.R$attr: int actionBarTheme +androidx.appcompat.R$dimen: int abc_action_bar_stacked_tab_max_width +com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_itemBackground +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: void setNames(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX) +okhttp3.internal.http.HttpDate +com.google.android.material.slider.Slider: android.content.res.ColorStateList getThumbTintList() +androidx.appcompat.widget.SearchView: int getMaxWidth() +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: int[] getDisplayGammaCalibration(int) +androidx.constraintlayout.utils.widget.ImageFilterButton: void setCrossfade(float) +android.didikee.donate.R$color: int abc_search_url_text_pressed +io.reactivex.Observable: io.reactivex.Observable doOnEach(io.reactivex.Observer) +cyanogenmod.app.ProfileGroup$Mode +wangdaye.com.geometricweather.R$styleable: int BottomAppBar_fabCradleMargin +wangdaye.com.geometricweather.R$string: int week_7 +wangdaye.com.geometricweather.R$attr: int minWidth +androidx.appcompat.widget.AppCompatRatingBar: AppCompatRatingBar(android.content.Context,android.util.AttributeSet) +androidx.coordinatorlayout.widget.CoordinatorLayout: CoordinatorLayout(android.content.Context) +androidx.preference.R$color: int abc_color_highlight_material +com.google.android.material.slider.Slider: Slider(android.content.Context,android.util.AttributeSet) +com.google.android.material.imageview.ShapeableImageView: android.content.res.ColorStateList getStrokeColor() +androidx.lifecycle.ProcessLifecycleOwnerInitializer: boolean onCreate() +androidx.preference.R$attr: int titleTextStyle +com.google.android.material.bottomsheet.BottomSheetBehavior: BottomSheetBehavior() +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: void onNext(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_select_handle_right_mtrl_dark +androidx.swiperefreshlayout.R$id: int italic +com.bumptech.glide.integration.okhttp.R$dimen: int notification_top_pad_large_text +james.adaptiveicon.R$styleable: int Toolbar_titleMargins +com.turingtechnologies.materialscrollbar.R$attr: int behavior_hideable +androidx.preference.R$drawable: int notification_tile_bg +com.google.android.material.R$attr: int navigationIcon +wangdaye.com.geometricweather.R$attr: int coordinatorLayoutStyle +com.bumptech.glide.integration.okhttp.R$attr: R$attr() +androidx.legacy.coreutils.R$dimen: int notification_large_icon_width +okhttp3.internal.http2.Http2Stream$FramingSource: boolean closed +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarWidgetTheme +com.xw.repo.bubbleseekbar.R$id: int search_close_btn +android.didikee.donate.R$color: int background_material_light +androidx.lifecycle.ViewModelStore: ViewModelStore() +androidx.hilt.R$id: R$id() +okhttp3.internal.http2.Http2Connection$4: okhttp3.internal.http2.Http2Connection this$0 +wangdaye.com.geometricweather.R$id: int dragUp +okio.ByteString: void writeObject(java.io.ObjectOutputStream) +com.google.android.material.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_0 +wangdaye.com.geometricweather.R$drawable: int weather_clear_night_mini_dark +com.google.android.material.appbar.MaterialToolbar: MaterialToolbar(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.R$styleable: int Layout_constraint_referenced_ids +cyanogenmod.providers.CMSettings$Secure: cyanogenmod.providers.CMSettings$Validator PROTECTED_COMPONENTS_MANAGER_VALIDATOR +androidx.preference.R$attr: int defaultValue +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_focused_z +com.google.android.material.R$styleable: int Layout_android_orientation +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Headline1 +com.xw.repo.bubbleseekbar.R$attr: int backgroundTintMode +com.bumptech.glide.integration.okhttp.R$styleable: int[] GradientColorItem +com.turingtechnologies.materialscrollbar.R$attr: int tabStyle +com.google.android.material.R$attr: int layout_constraintRight_toRightOf +com.turingtechnologies.materialscrollbar.R$attr: int titleMarginStart +android.didikee.donate.R$styleable: int LinearLayoutCompat_measureWithLargestChild +com.google.android.material.R$styleable: int PopupWindow_overlapAnchor +wangdaye.com.geometricweather.R$id: int item_aqi_content +wangdaye.com.geometricweather.R$layout: int item_weather_daily_overview +wangdaye.com.geometricweather.R$attr: int chipStrokeWidth +androidx.hilt.lifecycle.R$id: int dialog_button +okhttp3.internal.http2.Http2Connection$4: void execute() +androidx.preference.R$layout: int preference_recyclerview +wangdaye.com.geometricweather.R$dimen: int mtrl_badge_long_text_horizontal_padding +wangdaye.com.geometricweather.db.entities.HistoryEntity: void setId(java.lang.Long) +com.google.android.material.R$styleable: int Layout_android_layout_marginRight +com.turingtechnologies.materialscrollbar.R$string: int abc_menu_sym_shortcut_label +wangdaye.com.geometricweather.db.entities.HistoryEntity: java.lang.String cityId +wangdaye.com.geometricweather.R$attr: int paddingStart +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_DialogWhenLarge +com.xw.repo.bubbleseekbar.R$layout: int abc_tooltip +wangdaye.com.geometricweather.R$array: int ui_styles +com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_TabBar +cyanogenmod.weather.RequestInfo$1: java.lang.Object[] newArray(int) +androidx.preference.R$layout: int notification_action +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: HourlyEntityDao(org.greenrobot.greendao.internal.DaoConfig) +com.google.android.material.appbar.AppBarLayout: void setStatusBarForegroundResource(int) +wangdaye.com.geometricweather.R$drawable: int design_fab_background +androidx.constraintlayout.widget.R$styleable: int CompoundButton_buttonCompat +retrofit2.CompletableFutureCallAdapterFactory +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: int getCollapsedSize() +androidx.recyclerview.R$styleable: int GradientColor_android_startY +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_minHeight +androidx.constraintlayout.motion.widget.MotionLayout$TransitionState: androidx.constraintlayout.motion.widget.MotionLayout$TransitionState FINISHED +androidx.constraintlayout.widget.R$attr: int region_heightMoreThan +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_week_2 +wangdaye.com.geometricweather.R$attr: int pathMotionArc +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit getInstance(java.lang.String) +androidx.constraintlayout.widget.R$color: int switch_thumb_normal_material_light +wangdaye.com.geometricweather.R$styleable: int Constraint_android_transformPivotY +okhttp3.internal.cache.DiskLruCache: okhttp3.internal.cache.DiskLruCache$Editor edit(java.lang.String,long) +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String NAVBAR_HOME_BUTTON +cyanogenmod.hardware.CMHardwareManager: int COLOR_CALIBRATION_DEFAULT_INDEX +org.greenrobot.greendao.DaoException: DaoException(java.lang.String,java.lang.Throwable) +androidx.preference.R$id: int top +io.reactivex.internal.util.NotificationLite: boolean isComplete(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Theme_AppCompat_Light +io.reactivex.Observable: io.reactivex.disposables.Disposable subscribe(io.reactivex.functions.Consumer) +androidx.appcompat.R$styleable: int StateListDrawable_android_visible +wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_rightToLeft +cyanogenmod.providers.CMSettings$System: java.lang.String DIALER_OPENCNAM_AUTH_TOKEN +com.google.android.material.R$styleable: int Toolbar_logo +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: boolean fused +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Rain Rain +wangdaye.com.geometricweather.R$string: int material_timepicker_pm +androidx.swiperefreshlayout.R$styleable: int ColorStateListItem_alpha +wangdaye.com.geometricweather.R$drawable: int abc_cab_background_top_material +cyanogenmod.app.Profile: java.lang.String TAG +james.adaptiveicon.R$attr: int editTextStyle +com.turingtechnologies.materialscrollbar.R$attr: int boxCornerRadiusBottomEnd +wangdaye.com.geometricweather.common.basic.models.weather.Wind: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree degree +wangdaye.com.geometricweather.weather.apis.CaiYunApi +com.xw.repo.bubbleseekbar.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset +androidx.vectordrawable.R$color: R$color() +cyanogenmod.themes.ThemeChangeRequest: java.util.Map mPerAppOverlays +okhttp3.internal.platform.JdkWithJettyBootPlatform: java.lang.reflect.Method putMethod +androidx.work.impl.WorkDatabase +androidx.appcompat.widget.AppCompatAutoCompleteTextView: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) +io.reactivex.Observable: io.reactivex.Observable scan(io.reactivex.functions.BiFunction) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeThunderstormPrecipitationDuration(java.lang.Float) +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService +com.google.android.material.R$integer: int mtrl_btn_anim_delay_ms +androidx.appcompat.widget.ContentFrameLayout: ContentFrameLayout(android.content.Context) +com.google.android.material.R$attr: int layout_editor_absoluteX +okhttp3.internal.http2.Http2Stream: void addBytesToWriteWindow(long) +androidx.hilt.R$attr: R$attr() +com.xw.repo.bubbleseekbar.R$color: int abc_hint_foreground_material_light +com.google.android.material.R$styleable: int Chip_chipMinHeight +okhttp3.internal.platform.OptionalMethod: java.lang.Class returnType +io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 +com.jaredrummler.android.colorpicker.R$layout: int abc_list_menu_item_checkbox +androidx.work.impl.workers.DiagnosticsWorker: DiagnosticsWorker(android.content.Context,androidx.work.WorkerParameters) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setStatus(int) +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Large_Inverse +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: int getMainTextColorResId() +androidx.hilt.R$styleable: int GradientColor_android_startColor +io.reactivex.internal.disposables.DisposableHelper: boolean set(java.util.concurrent.atomic.AtomicReference,io.reactivex.disposables.Disposable) +androidx.preference.R$id: int add +wangdaye.com.geometricweather.R$id: int blocking +cyanogenmod.app.IProfileManager: boolean setActiveProfile(android.os.ParcelUuid) +androidx.preference.R$color: int background_floating_material_dark +retrofit2.Platform +androidx.recyclerview.R$id: int actions +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: boolean hasValue +androidx.preference.R$styleable: int AppCompatTheme_homeAsUpIndicator +okio.Buffer$UnsafeCursor: int next() +com.google.android.material.R$styleable: int Layout_android_layout_marginStart +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Spinner_Underlined +okio.BufferedSource: boolean request(long) +androidx.preference.R$styleable: int PreferenceImageView_maxWidth +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: void dispose() +android.didikee.donate.R$style: int Widget_AppCompat_TextView_SpinnerItem +com.google.android.material.bottomappbar.BottomAppBar: int getBottomInset() +androidx.appcompat.resources.R$styleable: int GradientColor_android_centerX +org.greenrobot.greendao.database.DatabaseOpenHelper: DatabaseOpenHelper(android.content.Context,java.lang.String,android.database.sqlite.SQLiteDatabase$CursorFactory,int,android.database.DatabaseErrorHandler) +wangdaye.com.geometricweather.R$styleable: int CheckBoxPreference_android_disableDependentsState +android.didikee.donate.R$styleable: int TextAppearance_android_textStyle +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarTheme +androidx.constraintlayout.motion.widget.MotionLayout: int getCurrentState() +androidx.appcompat.R$color: int abc_primary_text_disable_only_material_dark +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title +com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getTrackActiveTintList() +cyanogenmod.weatherservice.WeatherProviderService: android.os.Handler mHandler +com.google.android.material.internal.StaticLayoutBuilderCompat$StaticLayoutBuilderCompatException +androidx.constraintlayout.widget.R$id: int middle +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader +cyanogenmod.app.CMStatusBarManager: void removeTileAsUser(java.lang.String,int,android.os.UserHandle) +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: io.reactivex.functions.Function leftEnd +androidx.viewpager2.R$id: int accessibility_custom_action_8 +cyanogenmod.hardware.ICMHardwareService: int[] getDisplayColorCalibration() +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox +androidx.appcompat.R$styleable: int ActionBar_progressBarPadding +com.google.android.material.chip.Chip: android.graphics.drawable.Drawable getCloseIcon() +com.google.android.material.R$id: int labelGroup +wangdaye.com.geometricweather.R$id: int activity_weather_daily_pager +io.reactivex.Observable: io.reactivex.Observable sample(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean) +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher: androidx.lifecycle.LiveData mLiveData +wangdaye.com.geometricweather.R$styleable: int Toolbar_collapseIcon +okhttp3.RealCall: boolean isCanceled() +androidx.viewpager2.R$id: int line3 +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property Province +androidx.appcompat.R$styleable: int Spinner_popupTheme +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_TabText +androidx.appcompat.R$style: int TextAppearance_AppCompat_Display1 +androidx.constraintlayout.widget.R$attr: int minWidth +androidx.preference.R$attr: int trackTintMode +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_android_textOff +okhttp3.internal.http2.Http2Stream: okio.Source getSource() +wangdaye.com.geometricweather.R$id: int percent +wangdaye.com.geometricweather.R$string: int cpv_select +retrofit2.RequestFactory$Builder: boolean gotQueryMap +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Dialog +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: ObservableWithLatestFromMany$WithLatestInnerObserver(io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver,int) +com.google.android.material.slider.RangeSlider$RangeSliderState: android.os.Parcelable$Creator CREATOR +androidx.activity.R$id: int dialog_button +com.turingtechnologies.materialscrollbar.R$attr: int passwordToggleTint +androidx.core.R$id: int tag_accessibility_actions +androidx.preference.R$attr: int tooltipText +wangdaye.com.geometricweather.R$attr: int windowNoTitle +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginBottom +androidx.appcompat.R$attr: int submitBackground +androidx.appcompat.R$attr: int showText +james.adaptiveicon.R$id: int textSpacerNoButtons +com.google.android.material.R$styleable: int AppCompatTheme_windowNoTitle +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_creator +com.google.android.material.bottomnavigation.BottomNavigationView: android.content.res.ColorStateList getItemIconTintList() +com.google.android.material.tabs.TabLayout: void addOnTabSelectedListener(com.google.android.material.tabs.TabLayout$BaseOnTabSelectedListener) +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_fabCustomSize +com.xw.repo.bubbleseekbar.R$id: int progress_circular +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleMargin +com.google.android.material.card.MaterialCardView: void setRippleColor(android.content.res.ColorStateList) +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_horizontalGap +james.adaptiveicon.R$dimen: int abc_action_bar_subtitle_top_margin_material +com.google.android.material.R$styleable: int FloatingActionButton_useCompatPadding +wangdaye.com.geometricweather.R$attr: int cornerSizeTopLeft +com.google.android.material.R$styleable: int FloatingActionButton_Behavior_Layout_behavior_autoHide +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Metric: java.lang.String Unit +cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: android.os.IBinder mRemote +android.didikee.donate.R$dimen: int abc_action_bar_default_padding_start_material +wangdaye.com.geometricweather.R$color: int abc_tint_seek_thumb +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Title +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getDaytimeWindLevel() +androidx.core.R$color: R$color() +cyanogenmod.app.ICustomTileListener$Stub$Proxy: android.os.IBinder asBinder() +androidx.recyclerview.R$styleable: int FontFamily_fontProviderFetchTimeout +wangdaye.com.geometricweather.R$color: int colorTextSubtitle_dark +cyanogenmod.app.CMStatusBarManager: android.content.Context mContext +retrofit2.RequestFactory: boolean hasBody +wangdaye.com.geometricweather.R$attr: int layout_scrollFlags +com.google.android.material.R$id: int icon_group +android.didikee.donate.R$id: int decor_content_parent +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void onSubscribe(io.reactivex.disposables.Disposable) +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_isThemeBeingProcessed +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void drainNormal() +android.didikee.donate.R$styleable: int SearchView_queryBackground +com.google.android.material.R$styleable: int GradientColorItem_android_offset +cyanogenmod.themes.ThemeManager: java.lang.String TAG +com.google.android.material.R$styleable: int MaterialButton_icon +com.google.android.material.chip.Chip: android.graphics.drawable.Drawable getChipIcon() +io.reactivex.internal.disposables.EmptyDisposable: java.lang.Object poll() +androidx.appcompat.widget.AppCompatAutoCompleteTextView: void setSupportBackgroundTintList(android.content.res.ColorStateList) +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +androidx.appcompat.R$styleable: int LinearLayoutCompat_divider +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor +com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_padding_material +io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: void onError(java.lang.Throwable) +androidx.swiperefreshlayout.R$color: int notification_action_color_filter +okhttp3.Cache$Entry: void writeTo(okhttp3.internal.cache.DiskLruCache$Editor) +io.reactivex.internal.util.AtomicThrowable: boolean addThrowable(java.lang.Throwable) +wangdaye.com.geometricweather.db.entities.DaoSession: void clear() +androidx.hilt.work.R$styleable: int GradientColor_android_centerColor +com.turingtechnologies.materialscrollbar.R$color: int abc_primary_text_disable_only_material_light +com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_endY +androidx.customview.R$attr: int fontStyle +okhttp3.Cache$1: void trackResponse(okhttp3.internal.cache.CacheStrategy) +cyanogenmod.profiles.BrightnessSettings: void processOverride(android.content.Context) +wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_marginLeft +wangdaye.com.geometricweather.R$string: int settings_title_notification_custom_color +com.google.android.material.R$styleable: int TabLayout_tabPaddingBottom +com.jaredrummler.android.colorpicker.R$drawable: int cpv_preset_checked +okhttp3.OkHttpClient: int connectTimeoutMillis() +androidx.preference.R$styleable: int[] PreferenceFragmentCompat +com.google.android.material.R$attr: int flow_wrapMode +wangdaye.com.geometricweather.R$drawable: int weather_rain_pixel +cyanogenmod.weatherservice.ServiceRequest: ServiceRequest(cyanogenmod.weather.RequestInfo,cyanogenmod.weatherservice.IWeatherProviderServiceClient) +com.google.android.material.R$id: int material_clock_face +androidx.constraintlayout.widget.R$id: int dragEnd +androidx.preference.R$styleable: int[] Preference +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_SHOW_BATTERY_PERCENT_VALIDATOR +cyanogenmod.app.CustomTile$ExpandedStyle$1 +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarSize +androidx.appcompat.R$styleable: int AppCompatTheme_editTextBackground +androidx.appcompat.R$styleable: int AppCompatTheme_colorControlNormal +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_popupWindowStyle +okhttp3.internal.http.HttpHeaders: int skipAll(okio.Buffer,byte) +retrofit2.CompletableFutureCallAdapterFactory$CallCancelCompletableFuture: retrofit2.Call call +wangdaye.com.geometricweather.R$style: int subtitle_text +com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getHint() +com.turingtechnologies.materialscrollbar.R$attr: int panelMenuListTheme +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: cyanogenmod.hardware.DisplayMode[] getDisplayModes() +androidx.preference.R$string: int abc_menu_function_shortcut_label +com.bumptech.glide.integration.okhttp.R$drawable: int notification_tile_bg +androidx.vectordrawable.R$style: int Widget_Compat_NotificationActionContainer +okhttp3.internal.http.HttpCodec: void cancel() +cyanogenmod.externalviews.ExternalView: boolean onPreDraw() +wangdaye.com.geometricweather.R$attr: int layout_constraintGuide_end +cyanogenmod.weather.WeatherInfo$DayForecast: double mLow +androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory: ViewModelProvider$AndroidViewModelFactory(android.app.Application) +com.google.android.material.R$attr: int dayInvalidStyle +androidx.constraintlayout.widget.R$attr: int constraints +com.google.gson.internal.LinkedTreeMap: boolean $assertionsDisabled +com.google.android.material.R$id: int accessibility_custom_action_24 +retrofit2.BuiltInConverters$StreamingResponseBodyConverter: retrofit2.BuiltInConverters$StreamingResponseBodyConverter INSTANCE +androidx.transition.R$dimen: int notification_content_margin_start +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_days_of_week_height +wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit: java.lang.String getRelativeHumidityText(float) +com.turingtechnologies.materialscrollbar.R$attr: int fontProviderQuery +okio.HashingSink: okio.HashingSink hmacSha256(okio.Sink,okio.ByteString) +cyanogenmod.app.CMContextConstants: java.lang.String CM_TELEPHONY_MANAGER_SERVICE +wangdaye.com.geometricweather.R$style: int RtlOverlay_DialogWindowTitle_AppCompat +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: boolean timerFired +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_begin +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_transitionPathRotate +androidx.appcompat.R$color: int abc_search_url_text_pressed +wangdaye.com.geometricweather.R$color: int mtrl_on_primary_text_btn_text_color_selector +wangdaye.com.geometricweather.R$string: int transition_activity_search_txt +wangdaye.com.geometricweather.R$styleable: int StateSet_defaultState +com.google.android.material.internal.NavigationMenuItemView: void setNeedsEmptyIcon(boolean) +wangdaye.com.geometricweather.R$styleable: int RoundCornerTransition_radius_from +wangdaye.com.geometricweather.db.entities.HourlyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode +androidx.customview.R$id: int actions +com.github.rahatarmanahmed.cpv.R$bool +okio.Timeout: okio.Timeout deadlineNanoTime(long) +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeShareDrawable +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintVertical_chainStyle +com.google.android.material.R$styleable: int Transition_constraintSetEnd +wangdaye.com.geometricweather.R$styleable: int ActionBar_homeLayout +androidx.appcompat.R$attr: int dropdownListPreferredItemHeight +okio.Buffer: okio.Buffer clone() +com.turingtechnologies.materialscrollbar.R$style: int Base_Animation_AppCompat_DropDownUp +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title +com.google.android.material.R$attr: int actionBarDivider +com.jaredrummler.android.colorpicker.R$id: int blocking +androidx.appcompat.R$drawable: int abc_scrubber_primary_mtrl_alpha +wangdaye.com.geometricweather.R$xml: int perference_notification_color +okhttp3.OkHttpClient +okhttp3.internal.platform.AndroidPlatform: boolean supportsAlpn() +cyanogenmod.platform.R$xml +com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableItem_android_drawable +androidx.dynamicanimation.R$styleable: int FontFamily_fontProviderQuery +android.didikee.donate.R$styleable: int MenuItem_showAsAction +android.didikee.donate.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 +wangdaye.com.geometricweather.R$string: int real_feel_temperature +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_Layout_android_layout_width +okhttp3.internal.http.HttpMethod: boolean redirectsToGet(java.lang.String) +james.adaptiveicon.R$styleable: int AppCompatTheme_dropDownListViewStyle +com.google.android.material.R$attr: int collapseIcon +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem +com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_startAngle +androidx.hilt.lifecycle.R$integer +okhttp3.internal.http2.Http2Reader$ContinuationSource: long read(okio.Buffer,long) +androidx.viewpager2.adapter.FragmentStateAdapter$2 +com.google.android.material.R$styleable: int[] MaterialButtonToggleGroup +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_OVERLAYS +com.google.android.material.R$styleable: int AppBarLayout_liftOnScroll +androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_marginStart +androidx.preference.R$attr: int summary +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_weather_3 +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_43 +cyanogenmod.weather.IRequestInfoListener +com.google.android.material.R$id: int checkbox +com.google.android.material.R$attr: int tickColorActive +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: java.lang.String getZh_TW() +okhttp3.CertificatePinner$Builder: java.util.List pins +cyanogenmod.app.IProfileManager: cyanogenmod.app.Profile getProfileByName(java.lang.String) +androidx.appcompat.widget.ViewStubCompat: void setLayoutResource(int) +com.turingtechnologies.materialscrollbar.R$attr: int layout_dodgeInsetEdges +androidx.vectordrawable.R$drawable: int notification_template_icon_bg +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_TabText +com.google.android.material.R$drawable: int abc_text_select_handle_left_mtrl_light +com.google.android.material.R$styleable: int AlertDialog_android_layout +androidx.preference.R$styleable: int LinearLayoutCompat_dividerPadding +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_start_padding +wangdaye.com.geometricweather.R$attr: int backgroundColor +com.xw.repo.bubbleseekbar.R$id: int src_over +com.google.android.material.R$attr: int searchViewStyle +androidx.preference.R$styleable: int AppCompatTheme_actionModeFindDrawable +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem +com.google.android.material.R$attr: int tabRippleColor +androidx.appcompat.R$styleable: int MenuItem_actionProviderClass +androidx.coordinatorlayout.R$id: int accessibility_custom_action_13 +io.reactivex.Observable: io.reactivex.Observable withLatestFrom(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function5) +androidx.lifecycle.AndroidViewModel: android.app.Application mApplication +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial: java.lang.String Unit +androidx.lifecycle.Transformations$3 +wangdaye.com.geometricweather.R$id: int chip_group +com.github.rahatarmanahmed.cpv.CircularProgressView: int animSwoopDuration +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void dispose() +androidx.appcompat.resources.R$styleable: int StateListDrawable_android_constantSize +com.google.android.material.R$styleable: int Toolbar_titleMargin +com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_android_fontStyle +android.didikee.donate.R$id: int action_bar_title +wangdaye.com.geometricweather.R$style: int Animation_Design_BottomSheetDialog +wangdaye.com.geometricweather.R$attr: int numericModifiers +androidx.preference.R$attr: int searchHintIcon +androidx.preference.R$styleable: int Preference_key +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: io.reactivex.Scheduler$Worker worker +com.google.android.material.R$string: int abc_menu_sym_shortcut_label +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_pathMotionArc +com.google.android.material.R$styleable: int Layout_layout_constraintCircleAngle +wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayHorizontalWidgetConfigActivity +wangdaye.com.geometricweather.R$attr: int actionBarItemBackground +androidx.customview.R$drawable: int notification_template_icon_bg +androidx.appcompat.R$styleable: int MenuGroup_android_id +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: void onNext(java.lang.Object) +androidx.work.R$bool: int workmanager_test_configuration +io.reactivex.Observable: io.reactivex.Observable skipLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Direction: int Degrees +io.reactivex.internal.observers.BasicIntQueueDisposable +androidx.hilt.work.R$id: int action_divider +com.github.rahatarmanahmed.cpv.CircularProgressView +james.adaptiveicon.R$styleable: int ActionBar_itemPadding +okhttp3.internal.cache.DiskLruCache: java.util.regex.Pattern LEGAL_KEY_PATTERN +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_scrollMode +com.google.gson.stream.JsonWriter: void beforeValue() +androidx.preference.R$style: int Base_V22_Theme_AppCompat +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_startIconContentDescription +wangdaye.com.geometricweather.R$styleable: int Chip_textEndPadding +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_CompactMenu androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dialogCornerRadius -cyanogenmod.profiles.ConnectionSettings$BooleanState: int STATE_DISALED -wangdaye.com.geometricweather.R$styleable: int BackgroundStyle_selectableItemBackground -androidx.coordinatorlayout.R$drawable: int notification_icon_background -androidx.preference.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common -com.xw.repo.bubbleseekbar.R$attr: int bsb_seek_step_section -wangdaye.com.geometricweather.R$drawable: int ic_delete +com.jaredrummler.android.colorpicker.R$attr: int thickness +androidx.swiperefreshlayout.R$dimen: int notification_action_icon_size +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHorizontal_chainStyle +io.reactivex.Observable: io.reactivex.Observable rangeLong(long,long) +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large +com.google.android.material.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float so2 +wangdaye.com.geometricweather.R$drawable: int ic_github_dark +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintBottom_toBottomOf +okhttp3.internal.http.CallServerInterceptor$CountingSink: long successfulCount +com.jaredrummler.android.colorpicker.ColorPanelView: void setOriginalColor(int) +androidx.legacy.coreutils.R$styleable: int FontFamily_fontProviderFetchTimeout +io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: java.lang.Object index() +androidx.constraintlayout.widget.R$styleable: int ActionBar_divider +com.google.android.material.R$attr: int actionBarPopupTheme +androidx.preference.R$anim: int fragment_open_exit +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_stacked_tab_max_width +com.google.android.material.R$styleable: int GradientColor_android_endX +androidx.constraintlayout.widget.R$styleable: int MenuView_android_horizontalDivider +wangdaye.com.geometricweather.R$attr: int placeholderTextAppearance +james.adaptiveicon.R$attr: int imageButtonStyle +androidx.hilt.work.R$id: int accessibility_custom_action_31 +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintStart_toEndOf +com.google.android.material.R$dimen: int abc_button_inset_horizontal_material +com.turingtechnologies.materialscrollbar.R$attr: int tabIndicatorGravity +okhttp3.Protocol: okhttp3.Protocol HTTP_2 +com.google.android.material.R$layout: int abc_list_menu_item_layout +com.turingtechnologies.materialscrollbar.R$styleable: int[] SearchView +androidx.preference.R$styleable: int RecyclerView_android_descendantFocusability +androidx.appcompat.R$styleable: int Toolbar_maxButtonHeight +com.jaredrummler.android.colorpicker.R$dimen: int tooltip_y_offset_touch +okhttp3.OkHttpClient: java.util.List protocols +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintLeft_creator +okhttp3.Cookie: boolean domainMatch(java.lang.String,java.lang.String) +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_removeProfile +wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.util.List _queryWeatherEntity_AlertEntityList(java.lang.String,java.lang.String) +cyanogenmod.profiles.BrightnessSettings +com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemHorizontalTranslationEnabled(boolean) +com.jaredrummler.android.colorpicker.R$attr: int contentInsetEndWithActions +retrofit2.ParameterHandler$Path: int p +androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customBoolean +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_layout +androidx.constraintlayout.widget.R$attr: int telltales_tailScale +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_SearchView +retrofit2.Call: boolean isExecuted() +io.reactivex.observers.DisposableObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.google.android.material.R$attr: int itemHorizontalTranslationEnabled +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_17 +androidx.constraintlayout.widget.R$attr: int content +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_iconTintMode +androidx.preference.R$styleable: int GradientColor_android_type +wangdaye.com.geometricweather.R$dimen: int abc_text_size_button_material +com.google.android.material.R$id: int accessibility_action_clickable_span +wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_adjustable +androidx.preference.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit[] values() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: CaiYunMainlyResult$AlertsBean$ImagesBean() +androidx.recyclerview.widget.RecyclerView: int getMinFlingVelocity() +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_text_btn_padding_right +com.jaredrummler.android.colorpicker.R$attr: int actionBarTabBarStyle +wangdaye.com.geometricweather.R$id: int spread +androidx.swiperefreshlayout.R$style: R$style() +okhttp3.OkHttpClient: boolean retryOnConnectionFailure() +wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_android_windowFullscreen +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_1 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: java.lang.String url +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_waveShape +com.google.android.material.card.MaterialCardView: android.content.res.ColorStateList getCardForegroundColor() +androidx.appcompat.R$dimen: int compat_button_padding_horizontal_material +com.google.android.material.R$styleable: int[] CoordinatorLayout +androidx.vectordrawable.R$dimen: int notification_right_side_padding_top +retrofit2.BuiltInConverters$BufferingResponseBodyConverter: okhttp3.ResponseBody convert(okhttp3.ResponseBody) +wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked +androidx.recyclerview.R$styleable: int[] RecyclerView +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_shapeAppearanceOverlay +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Display3 +com.bumptech.glide.integration.okhttp.R$drawable: int notification_bg_low +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Description: java.lang.String Localized +wangdaye.com.geometricweather.R$drawable: int notif_temp_22 +com.google.android.material.R$styleable: int ProgressIndicator_indicatorType +wangdaye.com.geometricweather.background.service.CMWeatherProviderService +androidx.appcompat.widget.SwitchCompat: void setThumbTintMode(android.graphics.PorterDuff$Mode) +android.didikee.donate.R$style: int Base_Widget_AppCompat_Button +wangdaye.com.geometricweather.R$dimen: int compat_control_corner_material +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addQueryParameter(java.lang.String,java.lang.String) +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_shapeAppearance +androidx.lifecycle.ReportFragment: void onActivityCreated(android.os.Bundle) +io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: boolean inSingle +retrofit2.OkHttpCall$NoContentResponseBody: okhttp3.MediaType contentType() +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWeatherText(java.lang.String) +io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: SingleToObservable$SingleToObservableObserver(io.reactivex.Observer) +androidx.constraintlayout.widget.R$attr: int actionBarPopupTheme +wangdaye.com.geometricweather.R$layout: int widget_day_mini +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_android_elevation +wangdaye.com.geometricweather.R$styleable: int CheckBoxPreference_android_summaryOn +androidx.appcompat.resources.R$dimen: int notification_content_margin_start +okhttp3.internal.http1.Http1Codec$ChunkedSink +androidx.constraintlayout.widget.R$styleable: int MockView_mock_diagonalsColor +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property IcePrecipitationProbability +com.google.android.material.R$styleable: int Constraint_android_layout_width +wangdaye.com.geometricweather.R$xml: int icon_provider_config +wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: boolean isValid() +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_goneMarginRight +okhttp3.WebSocketListener: WebSocketListener() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: java.lang.String Category +com.turingtechnologies.materialscrollbar.R$id: int custom +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPopupWindowStyle +androidx.recyclerview.widget.RecyclerView$LayoutManager$Properties: RecyclerView$LayoutManager$Properties() +com.google.android.material.R$style: int Base_V28_Theme_AppCompat_Light +android.didikee.donate.R$integer +wangdaye.com.geometricweather.R$id: int container_main_pollen_subtitle +com.google.android.material.R$style: int Theme_AppCompat_DayNight_NoActionBar +com.xw.repo.bubbleseekbar.R$styleable: int[] AppCompatTheme +com.google.android.material.R$layout: int abc_activity_chooser_view +com.google.android.material.R$styleable: int Toolbar_collapseIcon +androidx.swiperefreshlayout.R$style: int TextAppearance_Compat_Notification_Info +androidx.appcompat.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation +com.google.android.material.card.MaterialCardView: void setStrokeWidth(int) +cyanogenmod.providers.CMSettings$Secure: java.lang.String QS_USE_MAIN_TILES +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: java.lang.String getUrl() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int PrecipitationProbability +androidx.appcompat.R$string: int abc_menu_ctrl_shortcut_label +io.reactivex.internal.disposables.CancellableDisposable +com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_buttonPanelSideLayout +androidx.recyclerview.R$id: int tag_unhandled_key_event_manager +androidx.hilt.lifecycle.R$styleable: int GradientColor_android_tileMode +androidx.coordinatorlayout.R$attr: int fontProviderFetchStrategy +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Subhead +wangdaye.com.geometricweather.R$string: int content_des_moonset +wangdaye.com.geometricweather.R$styleable: int Tooltip_android_text +cyanogenmod.os.Build$CM_VERSION_CODES: int CANTALOUPE +org.greenrobot.greendao.AbstractDao: void deleteInTx(java.lang.Object[]) +androidx.lifecycle.extensions.R: R() +com.google.gson.stream.JsonReader: int nextNonWhitespace(boolean) +io.reactivex.observers.DisposableObserver: void onStart() +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Title_Inverse +okhttp3.internal.http2.Http2: byte TYPE_GOAWAY +androidx.core.R$style: int TextAppearance_Compat_Notification_Line2 +retrofit2.OkHttpCall$ExceptionCatchingResponseBody: okhttp3.ResponseBody delegate +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_anon_WITH_RC4_128_SHA +cyanogenmod.app.LiveLockScreenInfo$Builder: int mPriority +wangdaye.com.geometricweather.R$id: int graph_wrap +retrofit2.ParameterHandler$FieldMap: int p +androidx.constraintlayout.widget.R$attr: int showDividers +cyanogenmod.app.CMContextConstants: java.lang.String CM_WEATHER_SERVICE +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Title_Inverse +james.adaptiveicon.R$color: int abc_tint_switch_track +androidx.preference.R$id: int textSpacerNoButtons +com.google.android.material.R$attr: int chipStandaloneStyle +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header +retrofit2.ParameterHandler$Header: java.lang.String name +androidx.constraintlayout.widget.R$attr: int drawableStartCompat +androidx.coordinatorlayout.R$id +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: io.reactivex.SingleObserver downstream +wangdaye.com.geometricweather.R$attr: int bsb_thumb_radius +io.reactivex.Observable: io.reactivex.Single last(java.lang.Object) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX +com.turingtechnologies.materialscrollbar.R$id: int snackbar_action +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xmp +androidx.coordinatorlayout.R$drawable +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setShowMotionSpec(com.google.android.material.animation.MotionSpec) +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: org.reactivestreams.Subscription upstream +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintBaseline_creator +androidx.constraintlayout.motion.widget.MotionLayout: void setTransitionState(android.os.Bundle) +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$4 +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu +androidx.vectordrawable.animated.R$dimen: int notification_right_side_padding_top +com.xw.repo.bubbleseekbar.R$id: int screen +wangdaye.com.geometricweather.R$string: int key_hide_subtitle +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 +wangdaye.com.geometricweather.R$attr: int fastScrollVerticalThumbDrawable +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_rotation +androidx.appcompat.widget.SwitchCompat: android.graphics.drawable.Drawable getTrackDrawable() +james.adaptiveicon.R$anim: int abc_fade_in +androidx.lifecycle.ReportFragment: void injectIfNeededIn(android.app.Activity) +okhttp3.Cache$1: okhttp3.Cache this$0 +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher: LiveDataReactiveStreams$LiveDataPublisher(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.LiveData) +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_overflow_padding_start_material +james.adaptiveicon.R$styleable: int MenuItem_tooltipText +retrofit2.adapter.rxjava2.package-info +wangdaye.com.geometricweather.R$attr: int defaultValue +james.adaptiveicon.R$color: int ripple_material_light +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle +androidx.constraintlayout.widget.R$styleable: int AppCompatSeekBar_tickMarkTint +wangdaye.com.geometricweather.R$attr: int statusBarBackground +wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService +okio.Sink: void flush() +androidx.appcompat.R$styleable: int ActionBar_height +okhttp3.internal.ws.WebSocketWriter: void writeClose(int,okio.ByteString) +com.xw.repo.bubbleseekbar.R$styleable: int[] SearchView +cyanogenmod.app.CustomTile: cyanogenmod.app.CustomTile clone() +com.google.android.material.textfield.TextInputLayout: void addOnEditTextAttachedListener(com.google.android.material.textfield.TextInputLayout$OnEditTextAttachedListener) +wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_Search +com.google.android.material.R$styleable: int AppCompatSeekBar_tickMark +com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemBackground +com.xw.repo.bubbleseekbar.R$style: int Base_V26_Theme_AppCompat_Light +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_suffixTextAppearance +wangdaye.com.geometricweather.R$dimen: int abc_seekbar_track_background_height_material +io.reactivex.Observable: io.reactivex.Observable concatWith(io.reactivex.CompletableSource) +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer treeIndex +androidx.recyclerview.R$styleable: int FontFamilyFont_fontWeight +androidx.work.R$bool: int enable_system_foreground_service_default +androidx.preference.R$attr: int dividerVertical +com.bumptech.glide.R$attr: int layout_anchorGravity +wangdaye.com.geometricweather.R$string: int abc_shareactionprovider_share_with_application +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setIcons(java.lang.String) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String weather +wangdaye.com.geometricweather.R$attr: int commitIcon +wangdaye.com.geometricweather.R$attr: int layout_constraintHeight_default +okhttp3.Cache$Entry: okhttp3.Headers varyHeaders +okhttp3.CacheControl: int minFreshSeconds +androidx.loader.R$integer: R$integer() +androidx.constraintlayout.widget.R$styleable: int StateListDrawable_android_variablePadding +okhttp3.WebSocketListener: void onFailure(okhttp3.WebSocket,java.lang.Throwable,okhttp3.Response) +androidx.preference.R$dimen: int abc_action_button_min_width_material +cyanogenmod.weather.WeatherInfo +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_android_windowIsFloating +cyanogenmod.weather.WeatherInfo$DayForecast +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_19 +okhttp3.Request$Builder: okhttp3.Request$Builder url(okhttp3.HttpUrl) +com.google.android.material.R$styleable: int AppCompatTheme_dialogPreferredPadding +com.google.android.material.R$attr: int layout_scrollFlags +cyanogenmod.weather.CMWeatherManager$2: cyanogenmod.weather.CMWeatherManager this$0 +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_verticalAlign +james.adaptiveicon.R$style: int Base_V21_Theme_AppCompat_Light +androidx.vectordrawable.animated.R$layout: int notification_action +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Display1 +com.google.android.material.R$styleable: int ProgressIndicator_indicatorColors +james.adaptiveicon.R$layout: int abc_action_mode_close_item_material +james.adaptiveicon.R$layout: int abc_expanded_menu_layout +okhttp3.internal.http2.Hpack$Writer: void writeHeaders(java.util.List) +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: boolean done +io.reactivex.internal.functions.Functions$HashSetCallable: io.reactivex.internal.functions.Functions$HashSetCallable INSTANCE +android.support.v4.app.INotificationSideChannel$Default +james.adaptiveicon.R$styleable: int ActionMode_background +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_endIconDrawable +androidx.lifecycle.ClassesInfoCache: boolean hasLifecycleMethods(java.lang.Class) +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer wetBulbTemperature +cyanogenmod.weatherservice.ServiceRequestResult$1: ServiceRequestResult$1() +android.didikee.donate.R$attr: int actionBarSize +androidx.appcompat.widget.AppCompatRadioButton: android.graphics.PorterDuff$Mode getSupportButtonTintMode() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeApparentTemperature() +wangdaye.com.geometricweather.R$drawable: int abc_ab_share_pack_mtrl_alpha +androidx.hilt.work.R$id: int blocking +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String nighttimeWindLevel +cyanogenmod.hardware.CMHardwareManager: int FEATURE_TOUCH_HOVERING +com.google.android.material.R$style: int Base_V26_Widget_AppCompat_Toolbar +wangdaye.com.geometricweather.R$styleable: int ActionMode_titleTextStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: int getStatus() +wangdaye.com.geometricweather.R$id: int mtrl_picker_text_input_date +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_NOTIFICATIONS +androidx.constraintlayout.widget.R$attr: int autoSizeMinTextSize +okhttp3.internal.connection.RealConnection: java.lang.String toString() +androidx.lifecycle.SavedStateHandle$SavingStateLiveData: void detach() +com.jaredrummler.android.colorpicker.R$style: int AlertDialog_AppCompat +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver inner +wangdaye.com.geometricweather.R$integer: int abc_config_activityDefaultDur +cyanogenmod.providers.CMSettings$Secure: java.lang.String[] LEGACY_SECURE_SETTINGS +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: java.lang.String pressure +cyanogenmod.themes.IThemeService: boolean processThemeResources(java.lang.String) +com.google.android.material.R$attr: int customBoolean +androidx.constraintlayout.widget.R$styleable: int Constraint_android_maxHeight +wangdaye.com.geometricweather.R$layout: int item_weather_daily_title +androidx.work.WorkInfo$State: androidx.work.WorkInfo$State RUNNING +androidx.core.R$integer: R$integer() +james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize +okhttp3.internal.ws.RealWebSocket: void loopReader() +androidx.preference.R$drawable: int tooltip_frame_dark +cyanogenmod.app.suggest.IAppSuggestProvider: java.util.List getSuggestions(android.content.Intent) +androidx.work.R$color: R$color() +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_TabText +androidx.loader.R$drawable: int notification_bg_normal +okhttp3.internal.http2.Http2Connection: long access$208(okhttp3.internal.http2.Http2Connection) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWindDegree(wangdaye.com.geometricweather.common.basic.models.weather.WindDegree) +com.google.android.material.R$integer: int abc_config_activityShortDur +cyanogenmod.providers.CMSettings$Global: java.lang.String[] LEGACY_GLOBAL_SETTINGS +wangdaye.com.geometricweather.R$styleable: int Tooltip_android_layout_margin +android.didikee.donate.R$style: int Base_Theme_AppCompat_Light_DarkActionBar +wangdaye.com.geometricweather.R$drawable: int abc_cab_background_internal_bg +io.reactivex.Observable: io.reactivex.Observable concatMap(io.reactivex.functions.Function,int) +androidx.lifecycle.ViewModelProviders$DefaultFactory: ViewModelProviders$DefaultFactory(android.app.Application) +com.google.android.material.R$styleable: int CardView_contentPaddingBottom +wangdaye.com.geometricweather.R$id: int mtrl_view_tag_bottom_padding +james.adaptiveicon.R$string: int abc_shareactionprovider_share_with +okhttp3.internal.cache2.Relay: void writeHeader(okio.ByteString,long,long) +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox +androidx.preference.R$styleable: int SearchView_closeIcon +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_switchTextAppearance +cyanogenmod.app.suggest.IAppSuggestManager +io.reactivex.internal.util.NotificationLite: io.reactivex.internal.util.NotificationLite valueOf(java.lang.String) +androidx.constraintlayout.widget.R$id: int dragStart +androidx.cardview.widget.CardView: void setMinimumWidth(int) +okhttp3.internal.connection.RouteSelector: java.util.List inetSocketAddresses +androidx.drawerlayout.R$styleable: int GradientColor_android_type +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_Bridge +com.google.android.material.R$style: int Widget_MaterialComponents_AutoCompleteTextView_FilledBox +cyanogenmod.providers.CMSettings$System: java.lang.String MENU_WAKE_SCREEN +wangdaye.com.geometricweather.db.entities.DailyEntity: long getTime() +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text +wangdaye.com.geometricweather.R$styleable: int RecyclerView_fastScrollEnabled +wangdaye.com.geometricweather.R$styleable: int KeyCycle_waveVariesBy +com.bumptech.glide.Registry$NoResultEncoderAvailableException: Registry$NoResultEncoderAvailableException(java.lang.Class) +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: float getPressure(float) +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_textSize +wangdaye.com.geometricweather.db.entities.DaoMaster: DaoMaster(android.database.sqlite.SQLiteDatabase) +com.google.android.material.R$styleable: int[] ChipGroup +com.google.android.material.R$attr: int cornerSizeTopRight +wangdaye.com.geometricweather.R$integer: int cpv_default_anim_duration +okio.Timeout: okio.Timeout timeout(long,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.Date getUpdateDate() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeSnowPrecipitationProbability +com.xw.repo.bubbleseekbar.R$attr: int bsb_section_text_interval +wangdaye.com.geometricweather.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 +wangdaye.com.geometricweather.R$drawable: int weather_hail +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_Layout_android_layout_height +androidx.preference.R$string: int abc_searchview_description_search +wangdaye.com.geometricweather.R$string: int transition_activity_search_bar +cyanogenmod.providers.CMSettings$DelimitedListValidator: boolean validate(java.lang.String) +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: boolean isDisposed() +cyanogenmod.app.PartnerInterface: java.lang.String getCurrentHotwordPackageName() +wangdaye.com.geometricweather.R$attr: int fabAlignmentMode +wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String description +androidx.constraintlayout.widget.R$styleable: int State_android_id +okhttp3.OkHttpClient: int callTimeoutMillis() +androidx.fragment.R$dimen: int compat_control_corner_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: CaiYunMainlyResult$CurrentBean() +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat +okhttp3.CacheControl: boolean mustRevalidate() +androidx.coordinatorlayout.R$id: int accessibility_custom_action_0 +com.google.android.material.R$styleable: int Constraint_constraint_referenced_ids +com.turingtechnologies.materialscrollbar.R$id: int line1 +com.google.android.material.R$styleable: int AppCompatTheme_windowActionBar +wangdaye.com.geometricweather.R$string: int sp_widget_day_setting +okhttp3.Route: okhttp3.Address address() +james.adaptiveicon.R$attr: int buttonGravity +androidx.constraintlayout.widget.R$styleable: int[] LinearLayoutCompat_Layout +retrofit2.DefaultCallAdapterFactory$1: DefaultCallAdapterFactory$1(retrofit2.DefaultCallAdapterFactory,java.lang.reflect.Type,java.util.concurrent.Executor) +android.didikee.donate.R$attr: int actionBarPopupTheme +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemBackground +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: android.os.IBinder asBinder() +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: int complete +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: void onSubscribe(org.reactivestreams.Subscription) +androidx.preference.R$attr: int alphabeticModifiers +james.adaptiveicon.R$attr: int switchTextAppearance +com.google.android.material.R$attr: int state_dragged +okhttp3.OkHttpClient: boolean followSslRedirects() +com.google.android.material.textfield.TextInputLayout: void addOnEndIconChangedListener(com.google.android.material.textfield.TextInputLayout$OnEndIconChangedListener) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Metric: AccuCurrentResult$RealFeelTemperatureShade$Metric() +com.google.gson.internal.LinkedTreeMap: LinkedTreeMap() +androidx.preference.R$style: int Base_Widget_AppCompat_ListPopupWindow +com.google.android.material.bottomappbar.BottomAppBar: void setTitle(java.lang.CharSequence) +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_titleCondensed +com.google.android.material.R$style: int Widget_AppCompat_ProgressBar +com.google.android.material.R$style: int Base_Widget_AppCompat_Button_Colored +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Country: java.lang.String EnglishName +okio.Okio +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light_DarkActionBar +cyanogenmod.alarmclock.ClockContract$InstancesColumns: int MISSED_STATE +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_ratingBarStyleIndicator +com.jaredrummler.android.colorpicker.R$attr: int actionModePasteDrawable +androidx.vectordrawable.animated.R$attr: int ttcIndex +cyanogenmod.library.R$attr: int settingsActivity +wangdaye.com.geometricweather.R$string: int tomorrow +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void onNext(java.lang.Object) +okhttp3.Address: java.net.Proxy proxy() +com.jaredrummler.android.colorpicker.R$style: int Base_V28_Theme_AppCompat +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_fontWeight +com.google.android.material.R$styleable: int TextInputLayout_placeholderTextColor +com.github.rahatarmanahmed.cpv.CircularProgressView$5 +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeTotalPrecipitationProbability +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_barrierAllowsGoneWidgets +androidx.core.R$style: int TextAppearance_Compat_Notification +com.google.android.material.badge.BadgeDrawable$SavedState +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_default +io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function6) +wangdaye.com.geometricweather.db.entities.LocationEntity: float longitude +okhttp3.Cookie: java.lang.String value() +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIconEndPadding +androidx.coordinatorlayout.R$attr: int fontVariationSettings +okhttp3.WebSocket: boolean send(java.lang.String) +androidx.transition.R$layout: int notification_template_custom_big +cyanogenmod.profiles.StreamSettings: boolean mDirty +cyanogenmod.profiles.BrightnessSettings: int getValue() +cyanogenmod.hardware.ICMHardwareService: int[] getDisplayGammaCalibration(int) +com.google.android.material.R$styleable: int MaterialCheckBox_buttonTint +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_DrawerArrowToggle +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: long produced +wangdaye.com.geometricweather.R$drawable: int notif_temp_39 +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_TextView +androidx.activity.R$styleable: R$styleable() +com.google.android.material.R$styleable: int MenuGroup_android_checkableBehavior +okhttp3.internal.http.RealResponseBody +okhttp3.internal.connection.RouteSelector: int nextProxyIndex +com.google.android.material.R$attr: int alertDialogStyle +com.xw.repo.bubbleseekbar.R$drawable: int abc_textfield_activated_mtrl_alpha +androidx.preference.R$attr: int contentInsetStart +retrofit2.RequestBuilder: okhttp3.FormBody$Builder formBuilder +retrofit2.adapter.rxjava2.ResultObservable +com.xw.repo.bubbleseekbar.R$string: int abc_searchview_description_clear +androidx.hilt.R$id: int visible_removing_fragment_view_tag +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: java.lang.String defenseIcon +james.adaptiveicon.R$attr: int buttonTintMode +androidx.constraintlayout.widget.R$attr: int layout_constraintVertical_weight +com.google.android.material.R$id: int action_menu_divider +wangdaye.com.geometricweather.R$dimen: int mtrl_card_elevation +androidx.preference.R$styleable: int PreferenceTheme_preferenceFragmentCompatStyle +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$LocalSource: AccuDailyResult$DailyForecasts$Night$LocalSource() +wangdaye.com.geometricweather.R$layout: int fragment_main +com.jaredrummler.android.colorpicker.R$dimen: int notification_content_margin_start +android.didikee.donate.R$styleable: int SearchView_voiceIcon +wangdaye.com.geometricweather.R$drawable: int notif_temp_27 +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_toBottomOf +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) +com.google.android.material.R$styleable: int BottomAppBar_paddingBottomSystemWindowInsets +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ListView +okhttp3.MultipartBody$Builder: okhttp3.MultipartBody$Builder setType(okhttp3.MediaType) +james.adaptiveicon.R$drawable: int abc_seekbar_track_material +com.google.android.material.internal.VisibilityAwareImageButton: void setVisibility(int) +okio.BufferedSource: short readShort() +wangdaye.com.geometricweather.db.entities.AlertEntity: void setContent(java.lang.String) +james.adaptiveicon.R$layout: int notification_template_part_chronometer +james.adaptiveicon.R$styleable: int ActionBar_contentInsetEndWithActions +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_1 +wangdaye.com.geometricweather.R$drawable: int weather_rain +com.jaredrummler.android.colorpicker.R$attr: int positiveButtonText +io.reactivex.internal.subscribers.DeferredScalarSubscriber: boolean hasValue +wangdaye.com.geometricweather.GeometricWeather: GeometricWeather() +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintLeft_toRightOf +com.jaredrummler.android.colorpicker.ColorPickerView: int getPaddingRight() +io.reactivex.internal.subscriptions.DeferredScalarSubscription: void cancel() +androidx.preference.R$styleable: int TextAppearance_android_typeface +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Body2 +androidx.appcompat.R$drawable: int abc_ic_star_half_black_36dp +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric: int UnitType +com.turingtechnologies.materialscrollbar.R$layout: int notification_template_part_time +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: io.reactivex.internal.util.AtomicThrowable errors +androidx.fragment.R$layout: int notification_action +androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_DayNight +androidx.hilt.work.R$attr: R$attr() +wangdaye.com.geometricweather.R$styleable: int Variant_constraints +androidx.lifecycle.ProcessLifecycleOwner$3: void onActivityStopped(android.app.Activity) +com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_radio_to_on_mtrl_000 +androidx.appcompat.R$dimen: int notification_small_icon_background_padding +cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: java.lang.String PROFILE +cyanogenmod.weather.WeatherInfo$1: WeatherInfo$1() +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float o3 +cyanogenmod.app.CustomTile$ExpandedItem$1: CustomTile$ExpandedItem$1() +android.didikee.donate.R$attr: int closeItemLayout +com.google.android.material.R$color: int material_slider_thumb_color +com.google.android.material.datepicker.DateValidatorPointBackward +android.didikee.donate.R$styleable: int AppCompatTheme_actionBarTabTextStyle +androidx.legacy.coreutils.R$attr: int fontProviderPackage +android.didikee.donate.R$styleable: int TextAppearance_android_textColorLink +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$TotalLiquid: java.lang.String Unit +wangdaye.com.geometricweather.R$attr: int actionModeBackground +wangdaye.com.geometricweather.R$string: int abc_action_mode_done +wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.Long id +wangdaye.com.geometricweather.R$layout: int spinner_text +cyanogenmod.hardware.CMHardwareManager: int getVibratorDefaultIntensity() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun: java.util.Date Rise +cyanogenmod.providers.CMSettings: java.lang.String TAG +androidx.constraintlayout.widget.R$style: int Widget_Compat_NotificationActionText +com.jaredrummler.android.colorpicker.R$styleable: int[] PreferenceTheme +com.google.android.material.R$string: int mtrl_picker_text_input_date_range_end_hint +okhttp3.internal.Util: java.lang.String format(java.lang.String,java.lang.Object[]) +androidx.appcompat.R$attr: int iconTintMode +androidx.preference.R$styleable: int Preference_persistent +com.google.android.material.R$attr: int deltaPolarRadius +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_isEnabled +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_height_fullscreen +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableTopCompat +wangdaye.com.geometricweather.db.entities.LocationEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) +okhttp3.internal.ws.WebSocketWriter: okio.Sink newMessageSink(int,long) +wangdaye.com.geometricweather.R$string: int settings_title_unit +androidx.preference.R$style: int Theme_AppCompat_Light +com.google.android.material.R$attr: int textAppearanceBody1 +androidx.appcompat.R$style: int Base_Theme_AppCompat_Light_Dialog +androidx.constraintlayout.widget.R$attr: int drawPath +retrofit2.Platform: boolean isDefaultMethod(java.lang.reflect.Method) +com.google.android.material.R$styleable: int TextInputLayout_boxCornerRadiusTopEnd +android.didikee.donate.R$attr: int actionModeCloseButtonStyle +androidx.appcompat.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox +com.jaredrummler.android.colorpicker.R$id: int icon_frame +androidx.hilt.R$id: int action_divider +okio.Util: void checkOffsetAndCount(long,long,long) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dividerHorizontal +androidx.vectordrawable.animated.R$integer: R$integer() +wangdaye.com.geometricweather.R$attr: int actionOverflowButtonStyle +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Medium +androidx.appcompat.resources.R$styleable: int GradientColor_android_endColor +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_counterTextColor +androidx.constraintlayout.widget.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha +androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerView$ItemAnimator getItemAnimator() +androidx.constraintlayout.widget.R$drawable: int abc_list_selector_background_transition_holo_dark +com.google.android.material.R$attr: int cornerFamilyBottomLeft +retrofit2.KotlinExtensions$await$4$2: void onFailure(retrofit2.Call,java.lang.Throwable) +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Title_Inverse +androidx.constraintlayout.widget.R$attr: int tickMarkTintMode +android.didikee.donate.R$styleable: int AppCompatTheme_colorError +androidx.hilt.work.R$dimen: int compat_button_padding_vertical_material +com.google.android.material.chip.Chip: float getTextEndPadding() +androidx.drawerlayout.R$drawable: int notification_bg_normal +okhttp3.internal.Internal: void setCache(okhttp3.OkHttpClient$Builder,okhttp3.internal.cache.InternalCache) +cyanogenmod.themes.ThemeChangeRequest: ThemeChangeRequest(android.os.Parcel) +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_contentScrim +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setO3(java.lang.String) +androidx.hilt.lifecycle.R$styleable: int[] ColorStateListItem com.jaredrummler.android.colorpicker.R$attr: int subtitleTextStyle -cyanogenmod.app.Profile$Type: Profile$Type() -cyanogenmod.weather.WeatherInfo: java.util.List access$1102(cyanogenmod.weather.WeatherInfo,java.util.List) -com.xw.repo.bubbleseekbar.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionMode_Inverse -androidx.appcompat.R$color: int abc_search_url_text_selected -androidx.hilt.work.R$anim: int fragment_fade_enter -okhttp3.internal.ws.RealWebSocket: void writePingFrame() -okhttp3.internal.connection.RouteException: java.io.IOException firstException -androidx.customview.R$styleable: int ColorStateListItem_alpha -androidx.core.R$id: int icon -androidx.appcompat.R$attr: int switchStyle -com.bumptech.glide.R$styleable: int FontFamily_fontProviderQuery -com.google.android.material.R$color: int androidx_core_ripple_material_light -wangdaye.com.geometricweather.R$styleable: int Variant_region_heightMoreThan -androidx.preference.R$styleable: int AppCompatTheme_alertDialogCenterButtons -com.xw.repo.bubbleseekbar.R$style: int Base_V21_Theme_AppCompat_Dialog -androidx.preference.R$styleable: int FontFamilyFont_android_font -com.google.android.material.slider.Slider: float getThumbStrokeWidth() -cyanogenmod.externalviews.KeyguardExternalView$2: void onAttachedToWindow() -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void onRequested() -retrofit2.adapter.rxjava2.ResultObservable: void subscribeActual(io.reactivex.Observer) -james.adaptiveicon.R$style: int Widget_AppCompat_ButtonBar +androidx.lifecycle.MethodCallsLogger androidx.coordinatorlayout.R$id: int accessibility_custom_action_6 -android.didikee.donate.R$dimen: int notification_small_icon_size_as_large -androidx.appcompat.R$styleable: int Toolbar_titleMarginTop -okhttp3.ConnectionSpec$Builder: ConnectionSpec$Builder(boolean) -com.xw.repo.bubbleseekbar.R$style: int Platform_V25_AppCompat_Light -androidx.appcompat.R$style: int Base_Theme_AppCompat_Light_DarkActionBar -com.jaredrummler.android.colorpicker.R$attr: int buttonStyleSmall -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Description: java.lang.String English +com.google.android.material.R$styleable: int ProgressIndicator_minHideDelay +androidx.preference.R$dimen: int abc_action_bar_default_height_material +com.turingtechnologies.materialscrollbar.R$attr: int submitBackground +io.reactivex.Observable: io.reactivex.Observable combineLatestDelayError(io.reactivex.functions.Function,int,io.reactivex.ObservableSource[]) +okhttp3.internal.http2.Http2Stream$StreamTimeout: okhttp3.internal.http2.Http2Stream this$0 +androidx.preference.R$attr: int queryBackground +com.turingtechnologies.materialscrollbar.R$styleable: int[] AppCompatTextHelper +androidx.core.R$dimen: int notification_main_column_padding_top +cyanogenmod.weather.CMWeatherManager: java.util.Set access$000(cyanogenmod.weather.CMWeatherManager) +io.reactivex.internal.subscriptions.BasicQueueSubscription: boolean offer(java.lang.Object) +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String getTreeDescription() +com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior: AppBarLayout$ScrollingViewBehavior(android.content.Context,android.util.AttributeSet) +com.google.android.material.behavior.HideBottomViewOnScrollBehavior: HideBottomViewOnScrollBehavior(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$id: int activity_card_display_manage_recyclerView +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_8 +com.google.android.material.R$style: int Base_Widget_AppCompat_Spinner_Underlined +androidx.appcompat.widget.Toolbar: int getCurrentContentInsetLeft() +androidx.appcompat.R$styleable: int SwitchCompat_trackTint +androidx.lifecycle.extensions.R$styleable: int GradientColor_android_centerColor +wangdaye.com.geometricweather.db.entities.HistoryEntity: java.lang.Long id +com.jaredrummler.android.colorpicker.R$styleable +com.jaredrummler.android.colorpicker.R$attr: int multiChoiceItemLayout +okio.Buffer: okio.ByteString digest(java.lang.String) +androidx.hilt.work.R$dimen: int compat_button_inset_horizontal_material +com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_elevation +cyanogenmod.themes.IThemeProcessingListener: void onFinishedProcessing(java.lang.String) +com.google.android.material.R$styleable: int Constraint_layout_goneMarginTop +androidx.activity.R$attr: R$attr() +androidx.recyclerview.widget.RecyclerView: void setViewCacheExtension(androidx.recyclerview.widget.RecyclerView$ViewCacheExtension) +retrofit2.ParameterHandler$Header: ParameterHandler$Header(java.lang.String,retrofit2.Converter) +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColorItem_android_color +androidx.appcompat.R$attr: int ratingBarStyleSmall +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_MaterialComponents_TextInputLayout +com.bumptech.glide.integration.okhttp.R$layout: int notification_action_tombstone +cyanogenmod.app.CMTelephonyManager: android.content.Context mContext +com.google.android.material.R$style: int Base_DialogWindowTitleBackground_AppCompat +com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_min +cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void onStart() +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval valueOf(java.lang.String) +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragment_allowDividerAfterLastItem +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem +androidx.lifecycle.ClassesInfoCache: androidx.lifecycle.ClassesInfoCache sInstance +com.google.android.material.R$layout: int mtrl_picker_dialog +com.turingtechnologies.materialscrollbar.R$attr: int checkedTextViewStyle +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource +wangdaye.com.geometricweather.R$drawable: int ic_star_outline +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +androidx.vectordrawable.R$dimen: int notification_top_pad +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxCornerRadiusTopEnd +androidx.transition.R$dimen +wangdaye.com.geometricweather.R$id: int startVertical +okhttp3.internal.http2.PushObserver$1 +cyanogenmod.themes.ThemeManager$1$1: void run() +com.turingtechnologies.materialscrollbar.R$id: int blocking +androidx.appcompat.widget.ActionMenuView: void setOverflowReserved(boolean) +com.google.android.material.R$attr: int paddingRightSystemWindowInsets +androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_marginLeft +com.turingtechnologies.materialscrollbar.DateAndTimeIndicator: int getIndicatorHeight() +androidx.hilt.work.R$attr: int fontProviderPackage +io.reactivex.Observable: io.reactivex.Observable zipWith(io.reactivex.ObservableSource,io.reactivex.functions.BiFunction) +cyanogenmod.app.ProfileGroup$1: cyanogenmod.app.ProfileGroup[] newArray(int) +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void dispose() +okhttp3.internal.http2.Header: int hashCode() +com.google.android.material.R$dimen: int mtrl_textinput_box_corner_radius_medium +wangdaye.com.geometricweather.R$style: int Base_V22_Theme_AppCompat +androidx.coordinatorlayout.R$attr: int fontProviderPackage +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemHorizontalPadding +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: java.lang.String unitId +com.google.android.material.R$styleable: int TextInputLayout_counterMaxLength +androidx.constraintlayout.widget.R$drawable: int abc_cab_background_top_mtrl_alpha +androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_drawableRight +com.google.android.material.bottomsheet.BottomSheetBehavior$SavedState: android.os.Parcelable$Creator CREATOR +com.bumptech.glide.R$dimen +cyanogenmod.app.IProfileManager$Stub$Proxy: cyanogenmod.app.Profile[] getProfiles() +androidx.viewpager2.R$dimen: int fastscroll_margin +wangdaye.com.geometricweather.R$string: int abc_shareactionprovider_share_with +com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_layout_anchor +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintWidth_min +okhttp3.ConnectionSpec: okhttp3.CipherSuite[] APPROVED_CIPHER_SUITES +cyanogenmod.app.CustomTile: CustomTile(android.os.Parcel) +com.jaredrummler.android.colorpicker.R$string: int v7_preference_off +wangdaye.com.geometricweather.db.entities.DailyEntityDao: DailyEntityDao(org.greenrobot.greendao.internal.DaoConfig) +wangdaye.com.geometricweather.R$string: int settings_category_widget +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: boolean setDisposable(io.reactivex.disposables.Disposable,int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Imperial: java.lang.String Unit +okhttp3.Cookie: Cookie(java.lang.String,java.lang.String,long,java.lang.String,java.lang.String,boolean,boolean,boolean,boolean) +wangdaye.com.geometricweather.R$attr: int editTextColor +wangdaye.com.geometricweather.R$attr: int behavior_expandedOffset +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarTabStyle +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Item +com.google.android.material.R$string: int material_slider_range_end +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver +androidx.lifecycle.LifecycleRegistry: int getObserverCount() +android.didikee.donate.R$layout: int abc_search_dropdown_item_icons_2line +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActivityChooserView +android.didikee.donate.R$attr: int actionBarStyle +io.reactivex.internal.subscriptions.BasicIntQueueSubscription: boolean offer(java.lang.Object,java.lang.Object) +wangdaye.com.geometricweather.R$attr: int indicatorType +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableBottomCompat +wangdaye.com.geometricweather.R$id: int mtrl_picker_title_text +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void run() +androidx.recyclerview.R$attr: int alpha +androidx.vectordrawable.animated.R$id: int normal +wangdaye.com.geometricweather.R$dimen: int highlight_alpha_material_light +com.jaredrummler.android.colorpicker.R$attr: int colorBackgroundFloating +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceStyle +androidx.appcompat.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: boolean done +io.reactivex.internal.subscribers.StrictSubscriber +androidx.appcompat.R$color: int highlighted_text_material_dark +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_id +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_textLocale +wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked +android.didikee.donate.R$id: int search_src_text +com.google.android.material.R$styleable: int MaterialButtonToggleGroup_singleSelection +com.google.android.material.chip.Chip: void setCloseIconVisible(int) +com.google.android.material.R$attr: int dividerHorizontal +com.google.android.material.bottomnavigation.BottomNavigationView: void setItemTextAppearanceActive(int) +wangdaye.com.geometricweather.R$id: int container_main_daily_trend_card_trendRecyclerView +androidx.preference.R$color: int material_grey_50 +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Small_Inverse +androidx.constraintlayout.widget.R$styleable: int ImageFilterView_roundPercent +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_item_min_width +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDate(java.util.Date) +wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: com.google.android.material.animation.MotionSpec getShrinkMotionSpec() +com.google.android.material.R$drawable: int abc_btn_borderless_material +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub$Proxy: java.lang.String getInterfaceDescriptor() +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_title_2 +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_menu_cut_mtrl_alpha +androidx.viewpager.R$styleable: int FontFamily_fontProviderCerts +wangdaye.com.geometricweather.R$drawable: int weather_sleet_mini_xml +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_31 +wangdaye.com.geometricweather.R$attr: int backgroundInsetStart +okhttp3.internal.platform.ConscryptPlatform: javax.net.ssl.X509TrustManager trustManager(javax.net.ssl.SSLSocketFactory) +cyanogenmod.weather.WeatherLocation$1: java.lang.Object[] newArray(int) +com.google.android.material.navigation.NavigationView$SavedState +com.google.android.material.R$styleable: int ConstraintSet_flow_firstHorizontalBias +com.xw.repo.bubbleseekbar.R$string: int abc_activity_chooser_view_see_all +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$2 +wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_showColorShades +james.adaptiveicon.R$styleable: int AppCompatTextView_drawableLeftCompat +io.reactivex.internal.observers.DeferredScalarObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.google.android.material.R$dimen: int mtrl_btn_icon_padding +james.adaptiveicon.R$dimen: int notification_big_circle_margin +com.google.android.material.R$styleable: int Transition_android_id +androidx.constraintlayout.widget.R$styleable: int MenuItem_tooltipText +wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: NumberAnimTextView(android.content.Context) +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_showText +wangdaye.com.geometricweather.R$styleable: int AppBarLayout_liftOnScroll +com.google.android.material.R$dimen: int mtrl_exposed_dropdown_menu_popup_elevation +androidx.legacy.coreutils.R$styleable: int FontFamilyFont_fontWeight +com.google.android.material.R$styleable: int AppBarLayoutStates_state_lifted +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void innerNext() +com.jaredrummler.android.colorpicker.R$id: R$id() +android.didikee.donate.R$dimen: int abc_dialog_padding_material +wangdaye.com.geometricweather.R$styleable: int View_paddingStart +com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_list_padding_top_no_title +androidx.appcompat.R$attr: int paddingEnd +wangdaye.com.geometricweather.R$attr: int layout_constraintLeft_creator +wangdaye.com.geometricweather.R$string: int key_speed_unit +okhttp3.internal.connection.RealConnection$1: okhttp3.internal.connection.StreamAllocation val$streamAllocation +androidx.constraintlayout.widget.R$color: int abc_search_url_text_normal +okhttp3.internal.Util: java.util.regex.Pattern VERIFY_AS_IP_ADDRESS +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void drain() +wangdaye.com.geometricweather.db.entities.DailyEntity: DailyEntity() +androidx.appcompat.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: ExtendedFloatingActionButton(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Year +wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar: PrecipitationBar(android.content.Context,android.util.AttributeSet,int) +androidx.hilt.lifecycle.R$id: int icon +cyanogenmod.hardware.ICMHardwareService: java.lang.String getLtoDestination() +androidx.legacy.coreutils.R$styleable: int FontFamily_fontProviderCerts +com.turingtechnologies.materialscrollbar.R$styleable: int[] AnimatedStateListDrawableTransition +com.turingtechnologies.materialscrollbar.R$string: int abc_action_bar_home_description +androidx.preference.R$style: int Animation_AppCompat_Tooltip +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: void setAddress(java.lang.String) +james.adaptiveicon.R$styleable: int AppCompatImageView_tint +androidx.appcompat.R$attr: int background +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language HUNGARIAN +androidx.appcompat.R$styleable: int CompoundButton_buttonCompat +okhttp3.internal.http.HttpHeaders: java.util.Set varyFields(okhttp3.Response) +wangdaye.com.geometricweather.R$styleable: int AlertDialog_showTitle +androidx.preference.R$dimen: int abc_text_size_menu_header_material +okhttp3.RequestBody$3: java.io.File val$file +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_letter_spacing +androidx.constraintlayout.widget.R$attr: int toolbarNavigationButtonStyle okhttp3.CacheControl: int sMaxAgeSeconds() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getCoDesc() -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_CompoundButton_RadioButton -androidx.activity.R$id: int notification_background -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_maxButtonHeight -cyanogenmod.providers.CMSettings$Global: boolean putIntForUser(android.content.ContentResolver,java.lang.String,int,int) -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_FixedSize -cyanogenmod.profiles.StreamSettings: boolean mOverride -cyanogenmod.hardware.ICMHardwareService: boolean setVibratorIntensity(int) -androidx.hilt.R$id: int icon -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: void onSubscribe(org.reactivestreams.Subscription) -com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_fixed_height_major -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowFixedHeightMajor -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Metric -io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$id: int resident_icon -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: void setSpeed(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean) -cyanogenmod.externalviews.ExternalViewProperties: boolean hasChanged() -androidx.work.R$styleable: int GradientColor_android_gradientRadius -androidx.appcompat.R$attr: int fontStyle -com.google.android.material.R$attr: int layout_collapseMode -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: boolean requestDismiss() -androidx.constraintlayout.widget.R$attr: int paddingBottomNoButtons -wangdaye.com.geometricweather.R$drawable: int mtrl_ic_error -androidx.recyclerview.R$dimen: int notification_action_text_size -com.google.android.material.R$styleable: int AppCompatTheme_radioButtonStyle -wangdaye.com.geometricweather.R$drawable: int ic_check_circle_green -james.adaptiveicon.R$dimen: int abc_text_size_menu_header_material -androidx.preference.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable -androidx.hilt.R$id: int accessibility_custom_action_21 -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property TotalPrecipitationProbability -androidx.lifecycle.Lifecycle$Event: Lifecycle$Event(java.lang.String,int) -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_CompoundButton_Switch -com.google.android.material.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_shadowColor -okhttp3.internal.http2.Http2Connection$3: okhttp3.internal.http2.Http2Connection this$0 -com.google.android.material.R$dimen: int mtrl_calendar_navigation_bottom_padding -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: java.util.concurrent.atomic.AtomicInteger active -com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleMargin -androidx.appcompat.R$drawable: int abc_dialog_material_background -wangdaye.com.geometricweather.R$id: int bottom_sides -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation: java.lang.Float temperature -wangdaye.com.geometricweather.R$dimen: int material_filled_edittext_font_1_3_padding_top -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: int getProgressCircleDiameter() -james.adaptiveicon.R$style: int Base_Theme_AppCompat_DialogWhenLarge -retrofit2.adapter.rxjava2.Result: Result(retrofit2.Response,java.lang.Throwable) -androidx.viewpager2.R$drawable: int notification_icon_background -androidx.preference.R$styleable: int DrawerArrowToggle_arrowHeadLength -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode -wangdaye.com.geometricweather.R$dimen: int design_navigation_icon_size -wangdaye.com.geometricweather.R$attr: int progressIndicatorStyle -androidx.preference.R$style: int Theme_AppCompat_Light -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_52 -cyanogenmod.app.IProfileManager: cyanogenmod.app.Profile getProfileByName(java.lang.String) -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver(io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver) -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_stacked_max_height -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean direction -io.reactivex.Observable: io.reactivex.Observable doAfterTerminate(io.reactivex.functions.Action) -com.jaredrummler.android.colorpicker.R$attr: int listPreferredItemPaddingLeft -android.didikee.donate.R$styleable: int AlertDialog_showTitle -androidx.appcompat.R$style: int Theme_AppCompat -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_AUTO_OUTDOOR_MODE_VALIDATOR -wangdaye.com.geometricweather.R$dimen: int mtrl_slider_track_top -james.adaptiveicon.R$color: int material_grey_800 -james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar -com.turingtechnologies.materialscrollbar.R$attr: int actionBarSplitStyle -android.didikee.donate.R$layout: int notification_template_icon_group -com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_gapBetweenBars -androidx.constraintlayout.widget.R$drawable: int btn_checkbox_checked_to_unchecked_mtrl_animation -wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: java.lang.String providerId -org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.rx.RxTransaction rxTxIo -okio.RealBufferedSource: int select(okio.Options) -androidx.viewpager2.R$drawable: int notification_bg_normal -androidx.viewpager2.R$drawable: int notification_action_background -okhttp3.ConnectionSpec: boolean tls -james.adaptiveicon.R$color: int button_material_dark -james.adaptiveicon.R$styleable: int AppCompatTheme_listDividerAlertDialog -okio.Buffer: java.lang.String readUtf8LineStrict(long) -wangdaye.com.geometricweather.R$styleable: int KeyPosition_percentHeight -android.didikee.donate.R$styleable: int AppCompatTheme_controlBackground -androidx.appcompat.resources.R$id: int accessibility_custom_action_22 -android.didikee.donate.R$attr: int searchViewStyle -wangdaye.com.geometricweather.R$layout: int item_icon_provider -com.google.android.material.transformation.FabTransformationScrimBehavior -cyanogenmod.app.CustomTile$ExpandedItem: android.graphics.Bitmap itemBitmapResource -james.adaptiveicon.R$styleable: int SearchView_iconifiedByDefault -cyanogenmod.os.Concierge$ParcelInfo: Concierge$ParcelInfo(android.os.Parcel) -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabTextColor -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: int getStatus() -com.xw.repo.bubbleseekbar.R$attr: int bsb_section_text_color -com.google.gson.internal.LazilyParsedNumber: LazilyParsedNumber(java.lang.String) -com.google.android.material.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha -com.google.android.material.R$styleable: int ConstraintSet_android_minWidth -com.google.android.material.bottomappbar.BottomAppBar: float getFabCradleMargin() -wangdaye.com.geometricweather.R$drawable: int abc_textfield_search_material -androidx.appcompat.R$id: int action_bar -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_numericShortcut -cyanogenmod.alarmclock.ClockContract$InstancesColumns: int FIRED_STATE -com.bumptech.glide.R$string: R$string() -wangdaye.com.geometricweather.R$id: int dialog_location_help_permissionContainer -okhttp3.HttpUrl: java.lang.String queryParameter(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintTop_toTopOf -androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy: ConstraintProxy$BatteryNotLowProxy() -wangdaye.com.geometricweather.R$id: int notification_multi_city_2 -androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_drawableSize -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Direction Direction -com.google.android.material.R$attr: int expandedTitleTextAppearance -androidx.constraintlayout.widget.R$styleable: int Toolbar_subtitle -cyanogenmod.profiles.LockSettings$1: java.lang.Object createFromParcel(android.os.Parcel) -androidx.lifecycle.SavedStateHandle: void validateValue(java.lang.Object) -androidx.appcompat.widget.Toolbar: int getContentInsetStart() -androidx.viewpager.widget.PagerTitleStrip: PagerTitleStrip(android.content.Context,android.util.AttributeSet) -io.reactivex.internal.disposables.SequentialDisposable: boolean replace(io.reactivex.disposables.Disposable) -cyanogenmod.app.CustomTile: java.lang.String contentDescription -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeIcePrecipitationProbability -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Button_Borderless -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_paddingEnd -androidx.coordinatorlayout.R$attr: int fontProviderQuery -androidx.coordinatorlayout.R$dimen: int notification_large_icon_height +com.github.rahatarmanahmed.cpv.BuildConfig: boolean DEBUG +cyanogenmod.app.BaseLiveLockManagerService: void updateDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) +james.adaptiveicon.R$styleable: int AppCompatTextView_lineHeight +wangdaye.com.geometricweather.R$layout: int activity_card_display_manage +android.didikee.donate.R$attr: int dialogTheme +androidx.appcompat.resources.R$drawable: int notification_template_icon_low_bg +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_tooltipForegroundColor +androidx.work.R$layout: int notification_action +okhttp3.internal.platform.Platform: javax.net.ssl.X509TrustManager trustManager(javax.net.ssl.SSLSocketFactory) +androidx.customview.R$styleable: int[] FontFamily +wangdaye.com.geometricweather.R$style: int Base_V7_Theme_AppCompat_Light_Dialog +wangdaye.com.geometricweather.R$attr: int layout +com.google.gson.stream.JsonScope: int CLOSED +okhttp3.internal.http2.Http2Connection: boolean access$300(okhttp3.internal.http2.Http2Connection) +wangdaye.com.geometricweather.R$drawable: int indicator_ltr +androidx.core.R$id: int tag_accessibility_pane_title +wangdaye.com.geometricweather.R$styleable: int Chip_checkedIconEnabled +wangdaye.com.geometricweather.R$string: int mtrl_picker_cancel +okhttp3.HttpUrl: java.lang.String PASSWORD_ENCODE_SET +okhttp3.RealCall: okhttp3.Call clone() +io.reactivex.internal.disposables.EmptyDisposable: void clear() +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_requestThemeChangeUpdates +com.turingtechnologies.materialscrollbar.R$id: int textSpacerNoButtons +cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onDetach() +wangdaye.com.geometricweather.background.polling.work.worker.AsyncWorker +com.xw.repo.bubbleseekbar.R$id: int search_mag_icon +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: java.lang.String en_US +androidx.preference.R$styleable: int Fragment_android_tag +com.xw.repo.bubbleseekbar.R$string: int abc_menu_space_shortcut_label +com.google.android.material.R$attr: int transitionFlags +androidx.work.impl.workers.CombineContinuationsWorker: CombineContinuationsWorker(android.content.Context,androidx.work.WorkerParameters) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall +wangdaye.com.geometricweather.R$layout: int item_weather_icon +androidx.recyclerview.R$drawable: int notification_bg +com.xw.repo.bubbleseekbar.R$id: int tabMode +wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: HourlyTrendItemView(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_padding_top +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator +androidx.appcompat.R$styleable: int PopupWindow_android_popupBackground +wangdaye.com.geometricweather.R$drawable: int notif_temp_65 +cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent BOOT_ANIM +android.didikee.donate.R$attr: int actionModeStyle +wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize +wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_fontFamily +wangdaye.com.geometricweather.R$id: int action_menu_presenter +com.google.android.material.chip.ChipGroup: void setShowDividerVertical(int) +com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableTransition_android_reversible +cyanogenmod.providers.CMSettings$Secure: java.lang.String KEYBOARD_BRIGHTNESS +wangdaye.com.geometricweather.R$attr: int trackTint +androidx.lifecycle.extensions.R$id: int time +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setPm10Desc(java.lang.String) +james.adaptiveicon.R$attr: int actionViewClass +androidx.core.widget.NestedScrollView: float getVerticalScrollFactorCompat() +androidx.constraintlayout.widget.R$attr: int waveDecay +wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_android_ttcIndex +okhttp3.internal.tls.DistinguishedNameParser +androidx.preference.R$styleable: int AppCompatTheme_toolbarStyle +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_scrimVisibleHeightTrigger +androidx.appcompat.R$style: int Base_V21_Theme_AppCompat +androidx.preference.R$styleable: int GradientColor_android_startX +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_2_30 +wangdaye.com.geometricweather.R$attr: int buttonBarNeutralButtonStyle +com.google.android.material.R$styleable: int AppCompatTheme_actionMenuTextAppearance +wangdaye.com.geometricweather.R$string: int week_2 +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_maxWidth +androidx.recyclerview.R$styleable: int FontFamily_fontProviderCerts +androidx.dynamicanimation.R$color: int notification_icon_bg_color +com.jaredrummler.android.colorpicker.R$layout: int abc_screen_toolbar +androidx.appcompat.widget.SearchView$SearchAutoComplete: SearchView$SearchAutoComplete(android.content.Context,android.util.AttributeSet) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dropDownListViewStyle +okhttp3.RealCall: okhttp3.Request originalRequest +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getLtoDownloadInterval +androidx.lifecycle.extensions.R$dimen: int notification_top_pad_large_text +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: void setSelectedPage(int) +io.reactivex.disposables.ReferenceDisposable: void dispose() +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: java.lang.String img +androidx.appcompat.R$id: int customPanel +io.reactivex.internal.schedulers.ScheduledRunnable: java.lang.Runnable actual +cyanogenmod.weather.WeatherLocation: void writeToParcel(android.os.Parcel,int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial: java.lang.String Unit +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: java.util.List timelaps +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice +retrofit2.RequestBuilder: void addHeader(java.lang.String,java.lang.String) +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void removeInner(io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver) +com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status FAILED +android.didikee.donate.R$drawable: int abc_list_divider_mtrl_alpha +androidx.constraintlayout.widget.R$dimen: int tooltip_vertical_padding +androidx.lifecycle.extensions.R$layout: int notification_action_tombstone +androidx.preference.R$anim: int abc_slide_out_top +com.google.android.material.R$styleable: int MaterialCardView_checkedIconSize +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_unRegisterThermalListener +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowFixedHeightMajor +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void drain() +wangdaye.com.geometricweather.R$styleable: int MenuView_subMenuArrow +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Button +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintBottom_toTopOf +com.google.android.material.R$attr: int paddingEnd +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeCloudCover +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: void onError(java.lang.Throwable) +com.google.android.material.R$attr: int closeIcon +cyanogenmod.app.PartnerInterface: cyanogenmod.app.PartnerInterface sPartnerInterfaceInstance +wangdaye.com.geometricweather.R$layout: int preference_recyclerview +androidx.lifecycle.extensions.R$anim: int fragment_close_exit +com.jaredrummler.android.colorpicker.R$style: int Widget_Compat_NotificationActionContainer +wangdaye.com.geometricweather.R$drawable: int weather_wind_mini_dark +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dropDownListViewStyle +androidx.drawerlayout.R$dimen: int notification_main_column_padding_top +com.google.android.material.internal.ScrimInsetsFrameLayout: ScrimInsetsFrameLayout(android.content.Context,android.util.AttributeSet) +cyanogenmod.providers.CMSettings$Secure: java.lang.String QS_TILES +androidx.activity.R$styleable: int FontFamily_fontProviderPackage +io.reactivex.exceptions.OnErrorNotImplementedException +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_88 +com.google.android.material.R$attr: int itemStrokeWidth +okhttp3.OkHttpClient: okhttp3.Dispatcher dispatcher() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String aqiText +com.google.android.material.R$style: int Base_Widget_AppCompat_SeekBar_Discrete +com.turingtechnologies.materialscrollbar.R$attr: int collapseIcon +wangdaye.com.geometricweather.R$string: int phase_waning_gibbous +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_toolbarStyle +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_Bridge +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: java.util.concurrent.TimeUnit unit +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List yundong +android.support.v4.os.IResultReceiver$Stub$Proxy: android.os.IBinder asBinder() +retrofit2.converter.gson.GsonConverterFactory: com.google.gson.Gson gson +com.google.gson.FieldNamingPolicy$1 +cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler: cyanogenmod.weatherservice.WeatherProviderService this$0 +okhttp3.Cache$Entry: Cache$Entry(okhttp3.Response) +james.adaptiveicon.R$styleable: int AppCompatTheme_panelBackground +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_homeAsUpIndicator +androidx.preference.R$styleable: int AppCompatTextView_autoSizeMinTextSize +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: io.reactivex.Observer downstream +cyanogenmod.hardware.ICMHardwareService: int getNumGammaControls() +retrofit2.Converter$Factory: java.lang.Class getRawType(java.lang.reflect.Type) +android.didikee.donate.R$style: int Widget_AppCompat_ButtonBar +okhttp3.CookieJar: okhttp3.CookieJar NO_COOKIES +james.adaptiveicon.R$style: int Widget_AppCompat_ActionBar_TabView +com.jaredrummler.android.colorpicker.R$id: int action_mode_bar +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWindLevel +androidx.customview.R$styleable: int FontFamilyFont_fontWeight +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Metric: java.lang.String Unit +com.google.android.material.R$styleable: int Badge_verticalOffset +com.xw.repo.bubbleseekbar.R$attr: int toolbarStyle +com.google.android.material.card.MaterialCardView: int getContentPaddingLeft() +com.turingtechnologies.materialscrollbar.R$attr: int stackFromEnd +com.github.rahatarmanahmed.cpv.CircularProgressView: float actualProgress +android.didikee.donate.R$color: int abc_search_url_text_selected +androidx.work.R$drawable: int notification_bg_normal_pressed +androidx.core.R$dimen: int compat_control_corner_material +cyanogenmod.app.Profile$1: cyanogenmod.app.Profile[] newArray(int) +androidx.transition.R$dimen: int notification_top_pad_large_text +com.xw.repo.bubbleseekbar.R$style: int Animation_AppCompat_DropDownUp +wangdaye.com.geometricweather.R$style: int Preference +com.google.android.material.R$color: int secondary_text_default_material_light +com.google.android.material.R$string: int material_hour_selection +com.google.android.material.R$attr: int iconGravity +androidx.recyclerview.R$attr: int fastScrollVerticalTrackDrawable +com.bumptech.glide.integration.okhttp.R$id: int action_divider +io.reactivex.Observable: io.reactivex.Observable zipWith(io.reactivex.ObservableSource,io.reactivex.functions.BiFunction,boolean) +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void onComplete() +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_paddingTop +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.lang.Integer LEFT_CLOSE +cyanogenmod.app.ILiveLockScreenChangeListener$Stub: ILiveLockScreenChangeListener$Stub() +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: long upDateTime +androidx.work.R$dimen: int notification_big_circle_margin +com.google.android.material.R$styleable: int CustomAttribute_customColorValue +wangdaye.com.geometricweather.R$id: int tag_icon_night +androidx.appcompat.R$dimen: int abc_action_bar_elevation_material +io.reactivex.internal.schedulers.ScheduledDirectTask: java.lang.Object call() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Direction: AccuDailyResult$DailyForecasts$Day$Wind$Direction() +androidx.preference.R$styleable: int MenuItem_android_checkable +com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_endColor +com.xw.repo.bubbleseekbar.R$styleable: int PopupWindow_android_popupBackground +com.google.gson.stream.JsonReader: long peekedLong +cyanogenmod.themes.ThemeChangeRequest$Builder: long mWallpaperId +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String MobileLink +com.google.android.material.bottomnavigation.BottomNavigationMenuView +com.google.android.material.R$dimen: int abc_dialog_min_width_minor +james.adaptiveicon.R$attr: int editTextBackground +io.reactivex.Observable: io.reactivex.Observable onErrorReturnItem(java.lang.Object) +cyanogenmod.externalviews.KeyguardExternalView$3: KeyguardExternalView$3(cyanogenmod.externalviews.KeyguardExternalView,int,int,int,int,boolean,android.graphics.Rect) +io.reactivex.internal.observers.DeferredScalarDisposable: long serialVersionUID +com.google.android.material.R$attr: int textStartPadding +wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_weather_2 +com.github.rahatarmanahmed.cpv.R$integer: R$integer() +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setCeiling(java.lang.Float) +com.jaredrummler.android.colorpicker.R$layout: int abc_popup_menu_header_item_layout +com.google.android.material.bottomappbar.BottomAppBar$Behavior +androidx.lifecycle.Lifecycling: androidx.lifecycle.GeneratedAdapter createGeneratedAdapter(java.lang.reflect.Constructor,java.lang.Object) +io.reactivex.internal.observers.InnerQueuedObserver: void setDone() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: java.util.List value +okio.RealBufferedSink: okio.Sink sink +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Direction: int Degrees +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Small_Inverse +cyanogenmod.app.ThemeVersion: ThemeVersion() +io.reactivex.internal.observers.InnerQueuedObserver: boolean done +wangdaye.com.geometricweather.R$attr: int listPopupWindowStyle +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getThemePackageNameForComponent(java.lang.String) +james.adaptiveicon.R$styleable: int SearchView_queryBackground +okhttp3.OkHttpClient: okhttp3.WebSocket newWebSocket(okhttp3.Request,okhttp3.WebSocketListener) +wangdaye.com.geometricweather.R$string: int settings_title_minimal_icon +android.didikee.donate.R$color: int material_deep_teal_200 +androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableTransition_android_toId +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: io.reactivex.internal.queue.MpscLinkedQueue queue +cyanogenmod.app.IPartnerInterface$Stub$Proxy: android.os.IBinder asBinder() +wangdaye.com.geometricweather.R$id: int checkbox +com.turingtechnologies.materialscrollbar.R$drawable: int abc_seekbar_track_material +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored +androidx.appcompat.widget.ActionBarContextView: java.lang.CharSequence getTitle() +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_caption_material +androidx.constraintlayout.widget.R$drawable: int abc_ic_star_black_48dp +com.turingtechnologies.materialscrollbar.R$dimen: int abc_control_inset_material +okhttp3.internal.connection.RealConnection: RealConnection(okhttp3.ConnectionPool,okhttp3.Route) +okhttp3.HttpUrl: java.lang.String encodedUsername() +com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getThumbStrokeColor() +androidx.appcompat.widget.ActionBarContainer: void setVisibility(int) io.reactivex.internal.subscriptions.BasicQueueSubscription: BasicQueueSubscription() -okhttp3.internal.http2.Http2Codec$StreamFinishingSource: boolean completed -wangdaye.com.geometricweather.db.entities.LocationEntity: java.util.TimeZone getTimeZone() -com.github.rahatarmanahmed.cpv.CircularProgressView: void removeListener(com.github.rahatarmanahmed.cpv.CircularProgressViewListener) -androidx.appcompat.view.menu.ExpandedMenuView -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: void onError(java.lang.Throwable) -com.turingtechnologies.materialscrollbar.R$color: int notification_action_color_filter -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setUpdateTime(long) -androidx.preference.R$styleable: int AppCompatTheme_dividerHorizontal -androidx.constraintlayout.widget.R$dimen: int abc_button_padding_horizontal_material -com.google.android.material.textfield.TextInputLayout: float getHintCollapsedTextHeight() -okhttp3.internal.cache.DiskLruCache$1: okhttp3.internal.cache.DiskLruCache this$0 +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: FlowableCreate$BaseEmitter(org.reactivestreams.Subscriber) +androidx.hilt.lifecycle.R$dimen: int notification_top_pad_large_text +androidx.constraintlayout.widget.R$attr: int progressBarPadding +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_CompoundButton_Switch +com.google.android.material.R$dimen: int material_filled_edittext_font_2_0_padding_bottom +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeIcePrecipitationProbability(java.lang.Float) +androidx.customview.R$styleable: int GradientColor_android_centerColor +com.google.android.material.R$styleable: int Snackbar_snackbarTextViewStyle +com.google.android.material.R$anim: int abc_popup_exit +androidx.appcompat.R$styleable: int FontFamilyFont_android_fontWeight +james.adaptiveicon.R$styleable: int View_paddingStart +com.google.android.material.R$dimen: int abc_text_size_menu_material +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarPopupTheme +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: WeatherEntityDao(org.greenrobot.greendao.internal.DaoConfig) +com.google.android.material.circularreveal.CircularRevealRelativeLayout: com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo getRevealInfo() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: java.util.Date LocalObservationDateTime +okhttp3.internal.cache2.Relay: long bufferMaxSize +okhttp3.internal.http2.Hpack$Writer: void writeByteString(okio.ByteString) +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_requestDismiss_0 +retrofit2.Invocation: java.lang.reflect.Method method() +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_Layout_layout_collapseMode +com.xw.repo.bubbleseekbar.R$id: int textSpacerNoTitle +io.reactivex.Observable: io.reactivex.Single sequenceEqual(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiPredicate,int) +okhttp3.internal.http2.Http2Reader$Handler: void settings(boolean,okhttp3.internal.http2.Settings) +com.turingtechnologies.materialscrollbar.R$attr: int windowFixedHeightMinor +androidx.constraintlayout.widget.Guideline: Guideline(android.content.Context) +com.turingtechnologies.materialscrollbar.R$attr: int titleMargin +androidx.appcompat.R$attr: int subtitle +androidx.appcompat.R$styleable: int AppCompatTextView_android_textAppearance +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Metric: int UnitType +okhttp3.internal.ws.RealWebSocket$2: okhttp3.Request val$request +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void innerNext(io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryInnerObserver) +com.jaredrummler.android.colorpicker.R$styleable: int ColorPickerView_cpv_sliderColor +james.adaptiveicon.R$drawable: int abc_list_selector_background_transition_holo_dark +james.adaptiveicon.R$attr: int actionModeCutDrawable +android.didikee.donate.R$styleable: int AppCompatTheme_editTextColor +cyanogenmod.app.Profile: cyanogenmod.profiles.LockSettings getScreenLockMode() +wangdaye.com.geometricweather.R$attr: int tabPaddingEnd +com.google.android.material.R$id: int dropdown_menu +androidx.preference.R$styleable: int MenuView_android_itemBackground +com.google.android.material.R$styleable: int TextInputLayout_boxBackgroundColor +androidx.constraintlayout.widget.R$id: int invisible +cyanogenmod.weather.CMWeatherManager$WeatherServiceProviderChangeListener: void onWeatherServiceProviderChanged(java.lang.String) +com.bumptech.glide.integration.okhttp.R$id: int forever +com.xw.repo.bubbleseekbar.R$style: int Platform_V21_AppCompat_Light +com.google.android.material.R$styleable: int KeyAttribute_android_rotationY +wangdaye.com.geometricweather.R$dimen: int mtrl_chip_text_size +retrofit2.ParameterHandler$QueryName: boolean encoded +com.turingtechnologies.materialscrollbar.R$attr: int trackTintMode +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: java.lang.String unitId +wangdaye.com.geometricweather.R$string: int settings_title_alert_notification_switch +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: void setStatus(int) +com.google.android.material.bottomnavigation.BottomNavigationView: int getSelectedItemId() +com.google.android.material.R$color: int checkbox_themeable_attribute_color +wangdaye.com.geometricweather.db.entities.WeatherEntity: void delete() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.util.List getDefense() +com.google.android.material.floatingactionbutton.FloatingActionButton: void setRippleColor(android.content.res.ColorStateList) +android.didikee.donate.R$attr: int layout +com.xw.repo.bubbleseekbar.R$styleable: int[] ViewStubCompat +cyanogenmod.app.PartnerInterface: cyanogenmod.app.IPartnerInterface getService() +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: boolean isDisposed() +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layoutDescription +james.adaptiveicon.R$attr: int progressBarPadding +androidx.preference.R$styleable: int AppCompatTextView_textLocale +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure Pressure +cyanogenmod.app.suggest.IAppSuggestManager$Stub: java.lang.String DESCRIPTOR +com.google.android.material.R$styleable: int ConstraintSet_layout_goneMarginBottom +wangdaye.com.geometricweather.R$string: int translator +wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar: PrecipitationBar(android.content.Context,android.util.AttributeSet) androidx.hilt.work.R$id: int line1 -com.google.android.material.appbar.AppBarLayout: void setStatusBarForegroundResource(int) -androidx.constraintlayout.widget.R$dimen: int notification_top_pad -cyanogenmod.app.suggest.ApplicationSuggestion$1: cyanogenmod.app.suggest.ApplicationSuggestion[] newArray(int) -wangdaye.com.geometricweather.R$string: int action_preview -androidx.appcompat.R$drawable: int btn_checkbox_checked_mtrl -com.xw.repo.bubbleseekbar.R$drawable: R$drawable() -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Chip_Choice -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_thumbTintMode -com.google.gson.stream.JsonScope: int NONEMPTY_DOCUMENT -okhttp3.internal.http1.Http1Codec: okio.Sink newChunkedSink() -androidx.legacy.coreutils.R$string: R$string() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun: java.util.Date Rise -wangdaye.com.geometricweather.R$styleable: int TagView_unchecked_background_color -okio.Buffer: int readInt() -androidx.lifecycle.LifecycleRegistryOwner -androidx.preference.R$attr: int listPreferredItemHeightSmall -androidx.preference.R$styleable: int AppCompatTextHelper_android_textAppearance -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean delayErrors -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice$AdviceContext: java.lang.String[] population -okio.RealBufferedSource: void readFully(okio.Buffer,long) -retrofit2.Utils$ParameterizedTypeImpl: boolean equals(java.lang.Object) -wangdaye.com.geometricweather.R$id: int ignoreRequest -androidx.appcompat.R$dimen: int hint_pressed_alpha_material_dark -cyanogenmod.app.CMContextConstants$Features: java.lang.String THEMES -com.turingtechnologies.materialscrollbar.R$id: int line3 -cyanogenmod.weather.WeatherInfo$DayForecast: WeatherInfo$DayForecast(android.os.Parcel) -android.didikee.donate.R$styleable: int MenuView_android_horizontalDivider -retrofit2.adapter.rxjava2.Result: retrofit2.adapter.rxjava2.Result error(java.lang.Throwable) -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_placeholderText -com.google.android.material.R$styleable: int AppBarLayout_android_touchscreenBlocksFocus -com.turingtechnologies.materialscrollbar.R$id: int search_edit_frame -wangdaye.com.geometricweather.R$styleable: int MaterialButton_iconTint -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_subhead_material -androidx.hilt.R$drawable: int notification_action_background -wangdaye.com.geometricweather.R$attr: int percentHeight -com.bumptech.glide.R$id: int top -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_Button_Colored -androidx.appcompat.R$dimen: int abc_cascading_menus_min_smallest_width -wangdaye.com.geometricweather.R$string: int settings_notification_hide_in_lockScreen_off -com.google.android.material.R$styleable: int TextInputLayout_errorTextAppearance -cyanogenmod.weather.CMWeatherManager: CMWeatherManager(android.content.Context) -com.google.android.material.button.MaterialButtonToggleGroup: MaterialButtonToggleGroup(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_endIconContentDescription -androidx.constraintlayout.widget.R$attr: int drawableRightCompat -io.reactivex.internal.observers.DeferredScalarDisposable: int requestFusion(int) -com.google.android.material.R$styleable: int[] ExtendedFloatingActionButton_Behavior_Layout -android.didikee.donate.R$layout: int abc_action_bar_up_container -wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: RoundProgress(android.content.Context,android.util.AttributeSet,int) -okhttp3.internal.http2.Http2Stream$FramingSink: void write(okio.Buffer,long) -androidx.appcompat.R$color: int dim_foreground_disabled_material_dark -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_79 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: void setUnit(java.lang.String) -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_menu -com.google.gson.stream.JsonReader: JsonReader(java.io.Reader) -androidx.appcompat.widget.AppCompatRatingBar: AppCompatRatingBar(android.content.Context,android.util.AttributeSet,int) -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: int ON_COMPLETE -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningMaxCountItems: MfWarningsResult$WarningMaxCountItems() -wangdaye.com.geometricweather.R$attr: int buttonPanelSideLayout +androidx.appcompat.resources.R$styleable: int[] GradientColorItem +cyanogenmod.app.Profile: cyanogenmod.profiles.RingModeSettings getRingMode() +androidx.appcompat.widget.AppCompatTextView: void setSupportCompoundDrawablesTintList(android.content.res.ColorStateList) +androidx.hilt.R$drawable: int notification_bg +com.turingtechnologies.materialscrollbar.R$string: int abc_toolbar_collapse_description +androidx.appcompat.widget.ActionBarOverlayLayout: void setIcon(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setPm25(java.lang.Float) +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult +com.google.android.material.tabs.TabLayout: void setTabRippleColorResource(int) +okhttp3.internal.platform.OptionalMethod: OptionalMethod(java.lang.Class,java.lang.String,java.lang.Class[]) +okhttp3.MediaType: java.lang.String charset +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: void setPageCount(int) +androidx.appcompat.widget.AppCompatImageView: android.content.res.ColorStateList getSupportBackgroundTintList() +com.xw.repo.bubbleseekbar.R$color: int highlighted_text_material_light +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Direction: AccuDailyResult$DailyForecasts$Night$Wind$Direction() +androidx.viewpager2.R$dimen: int notification_top_pad +okhttp3.internal.http2.Hpack: int PREFIX_4_BITS +com.google.android.material.radiobutton.MaterialRadioButton: android.content.res.ColorStateList getMaterialThemeColorsTintList() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Metric: java.lang.String Unit +okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder noStore() +wangdaye.com.geometricweather.R$id: int widget_week_icon_3 +androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour: androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour MATCH_CONSTRAINT +wangdaye.com.geometricweather.R$font: int product_sans_bold_italic +com.google.gson.stream.JsonWriter: void close() +android.didikee.donate.R$id: int action_bar_root +wangdaye.com.geometricweather.R$color: int abc_tint_spinner +androidx.work.R$styleable: int FontFamilyFont_android_ttcIndex +wangdaye.com.geometricweather.R$attr: int checkedIcon +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void remove() +com.google.android.material.R$id: int scrollView +io.reactivex.Observable: io.reactivex.Observable interval(long,long,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle +androidx.activity.R$attr: int fontWeight +cyanogenmod.app.CMStatusBarManager: void publishTileAsUser(java.lang.String,int,cyanogenmod.app.CustomTile,android.os.UserHandle) +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getShortTemperatureText(android.content.Context,int) +com.bumptech.glide.load.engine.GlideException: GlideException(java.lang.String,java.util.List) +androidx.viewpager.R$dimen: int notification_large_icon_height +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_alertDialogStyle +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_ws +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog +retrofit2.adapter.rxjava2.RxJava2CallAdapter: java.lang.reflect.Type responseType() +androidx.lifecycle.extensions.R$styleable: int[] FragmentContainerView +com.turingtechnologies.materialscrollbar.R$string: int abc_activity_chooser_view_see_all +wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableTransition_android_drawable +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_titleEnabled +okhttp3.Request$Builder: okhttp3.Request$Builder removeHeader(java.lang.String) +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_star_half_black_48dp +androidx.preference.R$attr: int fontVariationSettings +com.google.android.material.R$styleable: int ProgressIndicator_indicatorSize +com.google.android.material.floatingactionbutton.FloatingActionButton: void setCompatHoveredFocusedTranslationZResource(int) +androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type BOTTOM +wangdaye.com.geometricweather.R$attr: int fastScrollEnabled +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_titleCondensed +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabTextAppearance +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextView +wangdaye.com.geometricweather.R$drawable: int shortcuts_clear_day +androidx.dynamicanimation.R$layout: int notification_action +androidx.appcompat.widget.SwitchCompat: android.content.res.ColorStateList getThumbTintList() +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_startIconContentDescription +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: long serialVersionUID +wangdaye.com.geometricweather.R$drawable: int notif_temp_119 +com.google.android.material.R$id: int center +com.jaredrummler.android.colorpicker.R$attr: int subtitle +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: java.util.Date EffectiveDate +cyanogenmod.providers.CMSettings$Secure: int RING_HOME_BUTTON_BEHAVIOR_DEFAULT +com.google.android.material.R$styleable: int[] KeyAttribute +androidx.constraintlayout.widget.R$styleable: int Constraint_transitionEasing +android.didikee.donate.R$color: int notification_icon_bg_color +com.jaredrummler.android.colorpicker.R$attr: int colorControlNormal +wangdaye.com.geometricweather.R$dimen: int design_navigation_padding_bottom +okhttp3.Cookie: long parseMaxAge(java.lang.String) +com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_translation_z_hovered_focused +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_title +androidx.preference.R$dimen: int notification_large_icon_width +androidx.preference.R$attr: int min +james.adaptiveicon.R$id: int src_atop +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_track_color +com.google.android.material.R$attr: int buttonBarNegativeButtonStyle +cyanogenmod.alarmclock.ClockContract$InstancesColumns: int FIRED_STATE +wangdaye.com.geometricweather.weather.apis.AccuWeatherApi +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: java.lang.String Name +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_checkBoxPreferenceStyle +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem +wangdaye.com.geometricweather.R$styleable: int ActionBar_contentInsetLeft +androidx.appcompat.R$styleable: int AppCompatTextView_lineHeight +androidx.customview.R$styleable: int GradientColor_android_gradientRadius +james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarTabBarStyle +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: java.lang.Object item +okhttp3.Cache: void trackConditionalCacheHit() +wangdaye.com.geometricweather.R$attr: int actionModeCloseButtonStyle +io.reactivex.Observable: io.reactivex.Completable switchMapCompletableDelayError(io.reactivex.functions.Function) +androidx.constraintlayout.widget.R$attr: int actionModeWebSearchDrawable +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionBar_Solid +james.adaptiveicon.R$styleable: int MenuGroup_android_orderInCategory +androidx.constraintlayout.widget.R$id: int easeIn +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintVertical_weight +android.didikee.donate.R$style: int Base_Theme_AppCompat_CompactMenu +wangdaye.com.geometricweather.R$color: int mtrl_chip_text_color +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: java.lang.String iconUrl +androidx.activity.R$dimen: int compat_button_padding_vertical_material +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit IN +androidx.appcompat.widget.SwitchCompat: SwitchCompat(android.content.Context,android.util.AttributeSet) +com.xw.repo.bubbleseekbar.R$string: int abc_capital_off +wangdaye.com.geometricweather.R$string: int feedback_resident_location +com.google.android.material.button.MaterialButton: void setIconPadding(int) +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void onNext(java.lang.Object) +androidx.lifecycle.extensions.R$drawable: int notification_bg_normal_pressed +io.reactivex.internal.util.EmptyComponent: boolean isDisposed() +wangdaye.com.geometricweather.main.fragments.MainFragment: MainFragment() +com.xw.repo.bubbleseekbar.R$color: int foreground_material_light +wangdaye.com.geometricweather.db.entities.LocationEntityDao: wangdaye.com.geometricweather.db.converters.TimeZoneConverter timeZoneConverter +okio.BufferedSource: short readShortLe() +androidx.viewpager2.R$color +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$RainForecast: MfRainResult$RainForecast() +com.google.android.material.R$dimen: int mtrl_btn_padding_left +com.google.android.material.slider.RangeSlider: java.lang.CharSequence getAccessibilityClassName() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getNighttimeWeatherText() +com.jaredrummler.android.colorpicker.R$anim: int abc_popup_enter +wangdaye.com.geometricweather.R$layout: int item_about_line +android.didikee.donate.R$styleable: int AppCompatTheme_actionBarSize +wangdaye.com.geometricweather.R$animator: int weather_snow_1 +androidx.appcompat.widget.SwitchCompat: void setSplitTrack(boolean) +wangdaye.com.geometricweather.R$styleable: int ListPreference_entryValues +okhttp3.Cookie$Builder: java.lang.String path +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: ObservableZip$ZipCoordinator(io.reactivex.Observer,io.reactivex.functions.Function,int,boolean) +okio.AsyncTimeout: AsyncTimeout() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Snow: double Value +androidx.drawerlayout.R$dimen: R$dimen() +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_aa_normal +james.adaptiveicon.R$integer: int status_bar_notification_info_maxnum +androidx.lifecycle.ViewModelProvider: java.lang.String DEFAULT_KEY +androidx.constraintlayout.widget.R$styleable: int[] LinearLayoutCompat +com.google.android.material.R$attr: int customDimension +androidx.appcompat.R$style: int Widget_AppCompat_PopupMenu_Overflow +io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: void onComplete() +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_barrierDirection +wangdaye.com.geometricweather.main.Hilt_MainActivity: Hilt_MainActivity() +androidx.lifecycle.extensions.R$dimen: int notification_right_icon_size +com.google.android.material.R$styleable: int MotionTelltales_telltales_tailColor +androidx.customview.R$attr: int fontWeight +wangdaye.com.geometricweather.R$styleable: int ActivityChooserView_initialActivityCount +wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_mini_xml +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: io.reactivex.Observer downstream +com.jaredrummler.android.colorpicker.R$attr: int fontProviderAuthority +androidx.lifecycle.reactivestreams.R: R() +okhttp3.internal.connection.RealConnection: okio.BufferedSource source +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_framePosition +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Subtitle2 +com.google.android.material.bottomnavigation.BottomNavigationItemView +com.xw.repo.bubbleseekbar.R$id: int shortcut +com.xw.repo.bubbleseekbar.R$style: int Platform_Widget_AppCompat_Spinner +android.didikee.donate.R$anim: int abc_slide_in_top +androidx.preference.R$styleable: int CompoundButton_buttonCompat +androidx.constraintlayout.widget.R$layout: int select_dialog_item_material +androidx.drawerlayout.R$dimen +androidx.constraintlayout.widget.R$styleable: int Constraint_android_rotationX +com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_MinWidth +com.bumptech.glide.R$style: int TextAppearance_Compat_Notification_Time +androidx.vectordrawable.animated.R$string: int status_bar_notification_info_overflow +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String getWeather() +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.HistoryEntity) +okhttp3.internal.connection.ConnectInterceptor: okhttp3.OkHttpClient client +androidx.appcompat.R$styleable: int AppCompatTheme_listPopupWindowStyle +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.Integer dbz +androidx.preference.R$string: int abc_menu_ctrl_shortcut_label +io.reactivex.internal.queue.SpscArrayQueue: void clear() +androidx.appcompat.widget.AppCompatTextView: int getFirstBaselineToTopHeight() +com.xw.repo.bubbleseekbar.R$style: int Base_V7_Theme_AppCompat +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_goneMarginTop +com.google.android.material.R$string: int material_hour_suffix +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setChecked(boolean) +com.github.rahatarmanahmed.cpv.CircularProgressView$8: void onAnimationUpdate(android.animation.ValueAnimator) +io.reactivex.Observable: io.reactivex.Observable retryWhen(io.reactivex.functions.Function) +wangdaye.com.geometricweather.R$color: int design_dark_default_color_on_background +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle +com.google.android.material.R$attr: int textAppearanceHeadline5 +io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: io.reactivex.internal.disposables.SequentialDisposable upstream +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: java.util.List phenomenonsItems +io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: void dispose() +wangdaye.com.geometricweather.R$drawable: int weather_clear_night_mini_xml +com.google.android.material.slider.RangeSlider: void setThumbElevationResource(int) +androidx.preference.R$drawable: int abc_ab_share_pack_mtrl_alpha +com.google.android.material.R$styleable: int ConstraintSet_android_layout_marginTop +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable +android.didikee.donate.R$style: int Base_Theme_AppCompat_Dialog_Alert +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA +io.reactivex.internal.operators.observable.ObserverResourceWrapper: io.reactivex.Observer downstream +android.didikee.donate.R$style: int Widget_AppCompat_Light_ListView_DropDown +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: io.reactivex.disposables.CompositeDisposable observers +com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu +com.google.android.material.R$id: int autoCompleteToEnd +androidx.appcompat.R$styleable: int AppCompatTheme_actionBarItemBackground +com.google.android.material.R$styleable: int StateListDrawable_android_exitFadeDuration +cyanogenmod.app.ProfileManager: boolean isProfilesEnabled() +androidx.preference.R$styleable: int CoordinatorLayout_Layout_layout_anchor +com.xw.repo.bubbleseekbar.R$color: int abc_btn_colored_borderless_text_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setModifyInHour(boolean) +androidx.preference.R$attr: int fastScrollHorizontalThumbDrawable +okhttp3.internal.http.HttpDate: java.text.DateFormat[] BROWSER_COMPATIBLE_DATE_FORMATS +com.jaredrummler.android.colorpicker.R$attr: int popupTheme +androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_marginRight +wangdaye.com.geometricweather.R$drawable: int notif_temp_56 +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property UvDescription +okhttp3.internal.ws.RealWebSocket: java.util.concurrent.ScheduledFuture cancelFuture +io.reactivex.internal.disposables.EmptyDisposable: void complete(io.reactivex.MaybeObserver) +wangdaye.com.geometricweather.R$attr: int cornerFamilyBottomLeft +okio.ByteString: boolean equals(java.lang.Object) +androidx.appcompat.R$styleable: int[] LinearLayoutCompat_Layout +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorSwitchThumbNormal +wangdaye.com.geometricweather.R$style: int PreferenceCategoryTitleTextStyle +androidx.coordinatorlayout.R$dimen: R$dimen() +com.xw.repo.bubbleseekbar.R$attr: int selectableItemBackground +androidx.constraintlayout.widget.R$styleable: int PropertySet_motionProgress +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: ObservableWithLatestFromMany$WithLatestFromObserver(io.reactivex.Observer,io.reactivex.functions.Function,int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum +com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemBackgroundRes(int) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeRealFeelShaderTemperature +com.xw.repo.bubbleseekbar.R$attr: int expandActivityOverflowButtonDrawable +com.bumptech.glide.integration.okhttp.R$integer: int status_bar_notification_info_maxnum +wangdaye.com.geometricweather.R$attr: int titleTextAppearance +okhttp3.internal.http2.Http2Codec: java.lang.String PROXY_CONNECTION +com.google.android.material.floatingactionbutton.FloatingActionButton: int getSize() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeCloseDrawable +com.google.android.material.R$id: int action_menu_presenter +androidx.viewpager2.R$id: int accessibility_custom_action_15 +wangdaye.com.geometricweather.R$styleable: int InkPageIndicator_pageIndicatorColor +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_DropDownItem +okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.lang.String[] EMPTY_RULE +android.didikee.donate.R$attr: int switchPadding +androidx.appcompat.view.menu.ActionMenuItemView: void setPopupCallback(androidx.appcompat.view.menu.ActionMenuItemView$PopupCallback) +androidx.constraintlayout.widget.R$id: int action_bar_subtitle +android.didikee.donate.R$dimen: int abc_button_inset_horizontal_material +wangdaye.com.geometricweather.R$drawable: int notif_temp_118 +okhttp3.Cache$CacheRequestImpl: okio.Sink body() +okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection$Builder listener(okhttp3.internal.http2.Http2Connection$Listener) +okhttp3.ConnectionSpec: okhttp3.CipherSuite[] RESTRICTED_CIPHER_SUITES +com.jaredrummler.android.colorpicker.R$color: int switch_thumb_normal_material_dark +com.google.android.material.snackbar.BaseTransientBottomBar$Behavior: BaseTransientBottomBar$Behavior() +androidx.constraintlayout.widget.R$attr: int actionModePasteDrawable +com.xw.repo.bubbleseekbar.R$dimen: int tooltip_precise_anchor_threshold +okhttp3.WebSocketListener: void onClosing(okhttp3.WebSocket,int,java.lang.String) +com.google.android.material.R$style: int Widget_AppCompat_ActionMode +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_TEMPERATURE_NIGHT_VALIDATOR +androidx.appcompat.R$dimen: int abc_action_bar_subtitle_top_margin_material +wangdaye.com.geometricweather.R$id: int dialog_running_in_background_o_ignoreBatteryOptBtn +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_goIcon +com.google.gson.stream.JsonReader: int PEEKED_BEGIN_OBJECT +cyanogenmod.providers.CMSettings$Global: float getFloat(android.content.ContentResolver,java.lang.String,float) +androidx.constraintlayout.widget.Constraints +com.google.android.material.R$attr: int selectableItemBackground +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void dispose() +androidx.hilt.lifecycle.R$attr: int fontProviderAuthority +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void attachEntity(java.lang.Object) +androidx.preference.R$style: int Widget_AppCompat_ImageButton +com.bumptech.glide.R$id: int line3 +com.google.android.material.R$style: int Platform_MaterialComponents_Light +com.google.android.material.progressindicator.ProgressIndicator: void setCircularInset(int) +com.google.android.material.R$styleable: int[] SearchView +androidx.preference.R$attr: int controlBackground +androidx.core.R$id: int accessibility_custom_action_21 +retrofit2.KotlinExtensions$await$4$2: kotlinx.coroutines.CancellableContinuation $continuation +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: java.util.Locale getLocale() +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric: java.lang.String Unit +io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: void subscribeNext() +androidx.lifecycle.SavedStateHandle$SavingStateLiveData: SavedStateHandle$SavingStateLiveData(androidx.lifecycle.SavedStateHandle,java.lang.String,java.lang.Object) +androidx.hilt.lifecycle.R$attr: int fontWeight +cyanogenmod.profiles.BrightnessSettings: boolean isDirty() +androidx.preference.R$styleable: int FontFamilyFont_android_font +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_SeekBar +com.turingtechnologies.materialscrollbar.R$string: int abc_capital_off +androidx.recyclerview.R$dimen: R$dimen() +androidx.preference.R$color: int notification_icon_bg_color +androidx.constraintlayout.widget.R$integer: int config_tooltipAnimTime +com.google.android.material.R$dimen: int notification_small_icon_background_padding +retrofit2.http.HTTP +androidx.coordinatorlayout.R$drawable: int notification_bg_low_normal +com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_endIconDrawable +wangdaye.com.geometricweather.R$string: int material_minute_selection +okhttp3.internal.http2.Hpack$Reader: boolean isStaticHeader(int) +com.google.android.material.R$layout: int design_navigation_item_subheader +androidx.preference.R$layout: int abc_screen_simple_overlay_action_mode +wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_translationY +cyanogenmod.platform.R$xml: R$xml() +androidx.preference.R$layout: int abc_cascading_menu_item_layout +wangdaye.com.geometricweather.R$color: int background_material_light +okhttp3.internal.http2.Http2Stream: okio.Sink getSink() +wangdaye.com.geometricweather.R$styleable: int DialogPreference_dialogIcon +androidx.constraintlayout.widget.R$styleable: int SearchView_queryBackground +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_button_min_width_material +com.turingtechnologies.materialscrollbar.R$attr: int behavior_peekHeight +androidx.viewpager2.R$dimen: int notification_action_icon_size +com.xw.repo.bubbleseekbar.R$styleable: int ActionBarLayout_android_layout_gravity +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float visibility +cyanogenmod.app.IPartnerInterface: boolean setZenModeWithDuration(int,long) +com.google.android.material.chip.Chip: void setIconStartPaddingResource(int) +androidx.appcompat.widget.AppCompatRadioButton: AppCompatRadioButton(android.content.Context) +com.google.android.material.R$dimen: int mtrl_textinput_end_icon_margin_start +androidx.dynamicanimation.R$styleable: int[] GradientColorItem +com.turingtechnologies.materialscrollbar.R$attr: int collapsedTitleTextAppearance +com.google.android.material.R$color: int design_default_color_primary_variant +androidx.recyclerview.widget.StaggeredGridLayoutManager$SavedState +wangdaye.com.geometricweather.R$dimen: int cpv_column_width +com.jaredrummler.android.colorpicker.R$attr: int panelMenuListWidth +cyanogenmod.app.ThemeVersion$ComponentVersion: int currentVersion +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer realFeelShaderTemperature +wangdaye.com.geometricweather.R$style: int activity_create_widget_done_button +com.jaredrummler.android.colorpicker.R$dimen: int item_touch_helper_max_drag_scroll_per_frame +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer ragweedIndex +androidx.appcompat.R$attr: int textColorSearchUrl +com.turingtechnologies.materialscrollbar.R$string: int hide_bottom_view_on_scroll_behavior +androidx.hilt.lifecycle.R$id: int visible_removing_fragment_view_tag +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorSwitchThumbNormal +com.google.android.material.floatingactionbutton.FloatingActionButton: void setShowMotionSpec(com.google.android.material.animation.MotionSpec) +okhttp3.Address: javax.net.ssl.HostnameVerifier hostnameVerifier +androidx.constraintlayout.widget.R$color: int material_blue_grey_950 +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.R$id: int recyclerView +androidx.hilt.work.R$id: int accessibility_custom_action_15 +androidx.constraintlayout.motion.widget.MotionLayout: MotionLayout(android.content.Context,android.util.AttributeSet,int) +io.reactivex.internal.subscriptions.SubscriptionHelper: boolean deferredSetOnce(java.util.concurrent.atomic.AtomicReference,java.util.concurrent.atomic.AtomicLong,org.reactivestreams.Subscription) +cyanogenmod.app.suggest.AppSuggestManager: cyanogenmod.app.suggest.AppSuggestManager getInstance(android.content.Context) +com.google.android.material.textfield.TextInputLayout: android.widget.TextView getPrefixTextView() +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float Ozone +com.turingtechnologies.materialscrollbar.R$interpolator: int mtrl_linear_out_slow_in +com.xw.repo.BubbleSeekBar: void setBubbleColor(int) +com.google.gson.stream.JsonReader: int PEEKED_DOUBLE_QUOTED +com.google.android.material.R$style: int ShapeAppearanceOverlay_BottomRightCut +com.google.android.material.R$styleable: int[] BottomAppBar +cyanogenmod.weatherservice.ServiceRequestResult: int hashCode() +wangdaye.com.geometricweather.R$attr: int logoDescription +com.google.android.material.R$styleable: int Layout_layout_constraintLeft_toRightOf +com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableTransition_android_fromId +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +cyanogenmod.alarmclock.ClockContract$AlarmsColumns: android.net.Uri CONTENT_URI +com.jaredrummler.android.colorpicker.R$id: int shades_layout +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$1 +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_63 +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Large +com.bumptech.glide.MemoryCategory: float getMultiplier() +com.google.android.material.R$styleable: int MaterialButton_strokeWidth +androidx.fragment.R$id: int action_divider +cyanogenmod.providers.CMSettings$System: java.lang.String APP_SWITCH_WAKE_SCREEN +com.xw.repo.bubbleseekbar.R$layout: int abc_list_menu_item_icon +androidx.dynamicanimation.R$color: int ripple_material_light +cyanogenmod.externalviews.IExternalViewProvider$Stub: java.lang.String DESCRIPTOR +androidx.vectordrawable.animated.R$styleable: int[] GradientColor +androidx.constraintlayout.widget.R$styleable: int RecycleListView_paddingBottomNoButtons +com.google.android.material.R$styleable: int MotionLayout_motionDebug +androidx.constraintlayout.widget.VirtualLayout: VirtualLayout(android.content.Context,android.util.AttributeSet) +io.reactivex.Observable: io.reactivex.Observable concatMapDelayError(io.reactivex.functions.Function) +androidx.work.R$styleable: int ColorStateListItem_alpha +org.greenrobot.greendao.AbstractDaoSession: java.lang.Object callInTxNoException(java.util.concurrent.Callable) +cyanogenmod.app.CustomTile$ListExpandedStyle: CustomTile$ListExpandedStyle() +com.google.android.material.R$drawable: int abc_textfield_search_material +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Headline +androidx.coordinatorlayout.R$styleable: int FontFamilyFont_fontStyle +com.google.android.material.R$color: int mtrl_chip_background_color +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$7 +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getDaytimeWindDirection() +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: java.lang.String wind_speed +androidx.lifecycle.LifecycleRegistry: void markState(androidx.lifecycle.Lifecycle$State) +wangdaye.com.geometricweather.R$drawable: int shortcuts_snow_foreground +wangdaye.com.geometricweather.R$attr: int unfold +okio.Buffer$UnsafeCursor: int start +cyanogenmod.hardware.ThermalListenerCallback$State: int STATE_WARM_RISING +com.google.android.material.R$id: int confirm_button +wangdaye.com.geometricweather.R$attr: int layout_constraintWidth_default +cyanogenmod.app.Profile$TriggerType +com.google.android.material.R$styleable: int FloatingActionButton_elevation +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeInsetEnd +com.xw.repo.bubbleseekbar.R$color: int background_material_dark +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableTopCompat +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getNotificationThemePackageName() +androidx.work.R$integer: R$integer() +androidx.lifecycle.ProcessLifecycleOwner: boolean mStopSent +wangdaye.com.geometricweather.R$string: int abc_action_bar_home_description +wangdaye.com.geometricweather.R$dimen: int mtrl_low_ripple_pressed_alpha +retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter: CompletableFutureCallAdapterFactory$ResponseCallAdapter(java.lang.reflect.Type) +androidx.preference.R$dimen: int tooltip_y_offset_non_touch +james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert +androidx.constraintlayout.widget.R$dimen: int abc_text_size_subhead_material +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Tooltip +com.xw.repo.bubbleseekbar.R$attr: int arrowShaftLength +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: int prefetch +io.reactivex.internal.subscribers.DeferredScalarSubscriber: void onNext(java.lang.Object) +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight +com.google.android.material.bottomappbar.BottomAppBar: float getFabTranslationX() +wangdaye.com.geometricweather.R$string: int widget_week +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: FitSystemBarRecyclerView(android.content.Context,android.util.AttributeSet) +com.jaredrummler.android.colorpicker.R$attr: int paddingEnd +androidx.preference.R$dimen: int tooltip_y_offset_touch +com.google.android.material.R$style: int TextAppearance_AppCompat_Large_Inverse +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_lightContainer +wangdaye.com.geometricweather.R$string: int settings_title_precipitation_notification_switch +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean getForecastDaily() +cyanogenmod.themes.IThemeChangeListener$Stub: android.os.IBinder asBinder() +retrofit2.http.GET +retrofit2.RequestBuilder: java.lang.String PATH_SEGMENT_ALWAYS_ENCODE_SET +wangdaye.com.geometricweather.R$attr: int barLength +wangdaye.com.geometricweather.R$attr: int theme +com.google.android.material.R$style: int Widget_AppCompat_Toolbar_Button_Navigation +androidx.preference.R$attr: int actionModeCloseButtonStyle +wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode daytimeWeatherCode +okio.Buffer: okio.BufferedSink writeInt(int) +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType Update +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: io.reactivex.subjects.UnicastSubject window +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Region: AccuLocationResult$Region() +com.jaredrummler.android.colorpicker.R$id: int buttonPanel +android.didikee.donate.R$id: int search_mag_icon +com.xw.repo.bubbleseekbar.R$style: int Base_DialogWindowTitle_AppCompat +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Display1 +androidx.appcompat.R$drawable: int abc_switch_track_mtrl_alpha +androidx.customview.R$dimen: int notification_media_narrow_margin +cyanogenmod.app.Profile: void setTrigger(int,java.lang.String,int,java.lang.String) +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: io.reactivex.functions.BiPredicate comparer +androidx.constraintlayout.widget.R$attr: int dialogTheme +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_overflow_padding_end_material +james.adaptiveicon.R$styleable: int ActionBar_homeAsUpIndicator +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric: double Value +androidx.lifecycle.extensions.R$id: int icon +cyanogenmod.providers.CMSettings$System: java.lang.String[] LEGACY_SYSTEM_SETTINGS +com.jaredrummler.android.colorpicker.R$styleable: int ActionMode_subtitleTextStyle +wangdaye.com.geometricweather.R$styleable: int TabItem_android_icon +com.turingtechnologies.materialscrollbar.R$color: int abc_btn_colored_borderless_text_material +com.bumptech.glide.load.PreferredColorSpace: com.bumptech.glide.load.PreferredColorSpace DISPLAY_P3 +okhttp3.internal.http2.Http2Stream$FramingSource: okhttp3.internal.http2.Http2Stream this$0 +com.xw.repo.bubbleseekbar.R$drawable: int notification_action_background +cyanogenmod.profiles.LockSettings: boolean mDirty +cyanogenmod.providers.CMSettings$Secure: java.lang.String PROTECTED_COMPONENTS +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Imperial +androidx.vectordrawable.R$style: int TextAppearance_Compat_Notification_Title +cyanogenmod.app.ICMStatusBarManager$Stub: int TRANSACTION_registerListener +wangdaye.com.geometricweather.R$drawable: int tooltip_frame_dark +wangdaye.com.geometricweather.R$attr: int backgroundOverlayColorAlpha +com.google.android.material.R$attr: int prefixTextColor +wangdaye.com.geometricweather.R$id: int incoming +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_endColor +androidx.appcompat.R$styleable: int AppCompatTheme_colorControlActivated +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.util.Date getPubTime() +wangdaye.com.geometricweather.db.entities.HourlyEntity: long getTime() +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle +com.google.android.material.R$styleable: int AppCompatTextView_drawableTopCompat +wangdaye.com.geometricweather.common.basic.models.weather.Alert: android.os.Parcelable$Creator CREATOR +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_alertDialogCenterButtons +com.google.android.material.behavior.HideBottomViewOnScrollBehavior +okhttp3.internal.platform.Platform: void log(int,java.lang.String,java.lang.Throwable) +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_Switch +wangdaye.com.geometricweather.R$string: int wechat +androidx.appcompat.R$string: int abc_menu_shift_shortcut_label +androidx.fragment.R$id: int accessibility_custom_action_8 +wangdaye.com.geometricweather.R$dimen: int design_tab_scrollable_min_width +wangdaye.com.geometricweather.background.polling.work.worker.AsyncWorker: AsyncWorker(android.content.Context,androidx.work.WorkerParameters) +com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemTextAppearanceInactive(int) +androidx.preference.R$interpolator: int fast_out_slow_in +androidx.loader.R$attr: int fontProviderQuery +androidx.preference.R$styleable: int AppCompatTheme_activityChooserViewStyle +wangdaye.com.geometricweather.R$styleable: int PreferenceGroup_initialExpandedChildrenCount +io.reactivex.internal.operators.observable.ObservableReplay$Node: long serialVersionUID +cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent[] values() +com.google.android.material.R$attr: int fabCradleRoundedCornerRadius +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String title +wangdaye.com.geometricweather.R$id: int fragment +okhttp3.FormBody: long writeOrCountBytes(okio.BufferedSink,boolean) +com.google.android.material.R$styleable: int MaterialCardView_shapeAppearance +androidx.appcompat.widget.AppCompatCheckedTextView +androidx.constraintlayout.widget.R$id: int tabMode +androidx.core.R$attr: int fontProviderCerts +com.google.android.material.R$color: int bright_foreground_inverse_material_light +androidx.appcompat.resources.R$styleable: int StateListDrawable_android_enterFadeDuration +androidx.preference.R$styleable: int Spinner_android_prompt +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_WITH_3DES_EDE_CBC_SHA +android.didikee.donate.R$color: int secondary_text_disabled_material_light +androidx.vectordrawable.R$id: int accessibility_custom_action_10 +com.google.android.material.R$styleable: int Variant_region_heightLessThan +com.google.android.material.timepicker.ChipTextInputComboView +com.google.android.material.R$styleable: int Layout_android_layout_height +com.bumptech.glide.integration.okhttp.R$style: int Widget_Compat_NotificationActionContainer +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Large_Inverse +androidx.constraintlayout.widget.R$drawable: int abc_vector_test +wangdaye.com.geometricweather.R$dimen: int material_cursor_inset_top +com.jaredrummler.android.colorpicker.R$color: int primary_text_default_material_light +wangdaye.com.geometricweather.R$dimen: int widget_grid_1 +androidx.constraintlayout.motion.widget.MotionHelper: MotionHelper(android.content.Context,android.util.AttributeSet) +okhttp3.Response$Builder: okhttp3.Response$Builder receivedResponseAtMillis(long) +com.google.gson.internal.LinkedTreeMap: java.lang.Object put(java.lang.Object,java.lang.Object) +com.google.android.material.R$style: int Base_Widget_AppCompat_Button_Borderless +wangdaye.com.geometricweather.R$style: int Platform_AppCompat +wangdaye.com.geometricweather.R$dimen: int abc_action_bar_default_padding_start_material +com.jaredrummler.android.colorpicker.ColorPreference: void setOnShowDialogListener(com.jaredrummler.android.colorpicker.ColorPreference$OnShowDialogListener) +androidx.appcompat.widget.Toolbar: androidx.appcompat.widget.ActionMenuPresenter getOuterActionMenuPresenter() +io.reactivex.internal.util.ArrayListSupplier: io.reactivex.internal.util.ArrayListSupplier INSTANCE +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property TimeStamp +com.xw.repo.bubbleseekbar.R$attr: int iconifiedByDefault +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_23 +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_layout +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setHeadDescription(java.lang.String) +androidx.vectordrawable.animated.R$styleable +cyanogenmod.app.LiveLockScreenInfo: int describeContents() +wangdaye.com.geometricweather.R$attr: int actionModeFindDrawable +wangdaye.com.geometricweather.R$drawable: int notif_temp_35 +okio.RealBufferedSink: okio.Timeout timeout() +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActivityChooserView +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX getAqi() +androidx.viewpager.R$id: int line1 +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceInformationStyle +androidx.preference.R$styleable: int MenuView_android_horizontalDivider +androidx.constraintlayout.widget.R$attr: int layout_constraintCircleAngle +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() +androidx.drawerlayout.R$styleable: int FontFamilyFont_fontStyle +androidx.activity.R$style: int Widget_Compat_NotificationActionContainer +com.jaredrummler.android.colorpicker.R$drawable: int abc_text_cursor_material +com.google.android.material.R$styleable: int MaterialButton_elevation +cyanogenmod.weather.RequestInfo: RequestInfo(cyanogenmod.weather.RequestInfo$1) +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: boolean delayErrors +james.adaptiveicon.R$styleable: int AppCompatSeekBar_android_thumb +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipEndPadding +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_expandedOffset +io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: java.lang.Object value +com.google.android.material.R$styleable: int TextInputLayout_android_textColorHint +androidx.viewpager.R$layout: int notification_template_part_time +com.google.android.material.floatingactionbutton.FloatingActionButton$Behavior: FloatingActionButton$Behavior() +wangdaye.com.geometricweather.main.layouts.TrendHorizontalLinearLayoutManager +android.didikee.donate.R$styleable: int View_android_focusable +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleGravity +androidx.hilt.R$styleable: int FontFamilyFont_android_font +james.adaptiveicon.R$styleable: int[] FontFamily +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light_Dialog_MinWidth +cyanogenmod.app.ICMStatusBarManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode CLOUDY +cyanogenmod.externalviews.ExternalView$5: void run() +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: io.reactivex.ObservableEmitter serialize() +androidx.appcompat.R$string: int abc_capital_on +cyanogenmod.app.Profile$ProfileTrigger: int access$202(cyanogenmod.app.Profile$ProfileTrigger,int) +com.bumptech.glide.integration.okhttp.R$dimen: int compat_button_inset_horizontal_material +com.google.android.material.slider.BaseSlider: void setTickTintList(android.content.res.ColorStateList) +james.adaptiveicon.R$styleable: int MenuView_preserveIconSpacing +androidx.dynamicanimation.R$dimen: int notification_media_narrow_margin +com.google.android.material.slider.BaseSlider: float getValueFrom() +james.adaptiveicon.R$styleable: int AppCompatTheme_colorAccent +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: org.reactivestreams.Subscriber mSubscriber +okhttp3.Authenticator$1: Authenticator$1() +androidx.preference.R$color: int switch_thumb_material_dark +androidx.appcompat.R$dimen: int abc_action_bar_stacked_max_height +com.xw.repo.bubbleseekbar.R$attr: int initialActivityCount +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List ganmao +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Toolbar +com.google.android.material.chip.Chip: void setCloseIconSize(float) +james.adaptiveicon.R$layout +wangdaye.com.geometricweather.R$drawable: int abc_ic_search_api_material +retrofit2.ParameterHandler$Body: ParameterHandler$Body(java.lang.reflect.Method,int,retrofit2.Converter) +com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_itemIconDisabledAlpha +androidx.loader.R$styleable: int GradientColorItem_android_color +com.turingtechnologies.materialscrollbar.R$string: int abc_action_mode_done +retrofit2.OkHttpCall: boolean canceled +cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks: boolean requestDismiss() +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit HPA +androidx.lifecycle.SavedStateHandle: java.lang.Object get(java.lang.String) +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored +wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String cityId +androidx.preference.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox +android.didikee.donate.R$id: int action_menu_presenter +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Button +wangdaye.com.geometricweather.R$anim: int fragment_manange_pop_exit +androidx.preference.SwitchPreference: SwitchPreference(android.content.Context,android.util.AttributeSet) +james.adaptiveicon.R$styleable: int AppCompatTextView_fontVariationSettings +com.turingtechnologies.materialscrollbar.R$layout: int abc_list_menu_item_layout +androidx.appcompat.R$styleable: int SearchView_android_inputType +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX$InfoX info +androidx.hilt.R$styleable: int GradientColor_android_endY +androidx.constraintlayout.widget.R$attr: int paddingTopNoTitle +com.google.android.material.R$attr: int elevation +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.R$attr: int thumbTextPadding +androidx.constraintlayout.widget.R$attr: int layout_goneMarginStart +retrofit2.Converter: java.lang.Object convert(java.lang.Object) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: java.lang.String getFrom() +wangdaye.com.geometricweather.background.service.Hilt_CMWeatherProviderService: Hilt_CMWeatherProviderService() +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_thumb_text_size +androidx.drawerlayout.R$style: int Widget_Compat_NotificationActionText +androidx.preference.R$id: int accessibility_custom_action_17 +okio.Buffer: int hashCode() +cyanogenmod.app.ThemeVersion$ThemeVersionImpl2: java.util.ArrayList cVersions +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: void setAdaptiveWidthEnabled(boolean) +com.xw.repo.bubbleseekbar.R$styleable: int MenuGroup_android_menuCategory +okhttp3.Headers$Builder: okhttp3.Headers$Builder addUnsafeNonAscii(java.lang.String,java.lang.String) com.google.android.material.R$color: int mtrl_text_btn_text_color_selector -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintRight_toLeftOf -com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_listItemLayout -android.didikee.donate.R$styleable: int AppCompatTheme_switchStyle -io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: void onError(java.lang.Throwable) -androidx.appcompat.R$styleable: int SearchView_suggestionRowLayout -androidx.fragment.R$id: int icon -androidx.work.R$id: int accessibility_custom_action_30 -wangdaye.com.geometricweather.R$layout: int container_main_sun_moon -okhttp3.Challenge: Challenge(java.lang.String,java.util.Map) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_56 -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_20 -androidx.appcompat.widget.AppCompatButton: void setAutoSizeTextTypeWithDefaults(int) -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: java.lang.String languageId -cyanogenmod.providers.WeatherContract -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constrainedWidth -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: java.lang.String getLtoSource() -com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_android_negativeButtonText -com.xw.repo.BubbleSeekBar: int getProgress() -com.google.android.material.R$styleable: int ConstraintSet_barrierAllowsGoneWidgets -android.didikee.donate.R$drawable: int abc_action_bar_item_background_material -cyanogenmod.app.IProfileManager: void addNotificationGroup(android.app.NotificationGroup) -androidx.constraintlayout.widget.R$attr: int dropDownListViewStyle -androidx.recyclerview.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: long REQUEST_MASK -androidx.fragment.R$id: int tag_accessibility_actions -com.bumptech.glide.R$styleable: int GradientColorItem_android_color -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_lastVerticalStyle -james.adaptiveicon.R$styleable: int AppCompatTheme_switchStyle -androidx.customview.R$style: int Widget_Compat_NotificationActionContainer -cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: java.lang.String NO_RINGTONE -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int CloudCover -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatImageView_srcCompat -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: int getChartTop() -androidx.hilt.lifecycle.R$id: int dialog_button -wangdaye.com.geometricweather.R$styleable: int[] MaterialButton -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: double visibility -androidx.vectordrawable.R$dimen: int notification_right_icon_size -wangdaye.com.geometricweather.R$id: int activity_widget_config_subtitle_inputLayout -androidx.constraintlayout.widget.R$attr: int navigationMode -okhttp3.OkHttpClient$Builder: java.util.List networkInterceptors +wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: MoonPhase(java.lang.Integer,java.lang.String) +androidx.constraintlayout.widget.R$attr: int drawableTintMode +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.appcompat.widget.ActionBarContainer: void setStackedBackground(android.graphics.drawable.Drawable) +androidx.constraintlayout.widget.R$id: int action_bar_root +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ListPopupWindow +com.google.android.material.R$attr: int framePosition +com.google.android.material.R$style: int Platform_MaterialComponents_Light_Dialog +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_AES_256_GCM_SHA384 +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_25 +com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_fixed_width_minor +com.xw.repo.bubbleseekbar.R$color: int background_floating_material_light +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks +wangdaye.com.geometricweather.common.ui.widgets.DonateImageView: DonateImageView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_label_padding +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Object readKey(android.database.Cursor,int) +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_android_orientation +okhttp3.RealCall: okio.AsyncTimeout timeout +okio.RealBufferedSource: java.io.InputStream inputStream() +com.google.gson.internal.LazilyParsedNumber: LazilyParsedNumber(java.lang.String) +com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_showTitle +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: long serialVersionUID +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.LocationEntityDao locationEntityDao +com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_startColor +com.google.android.material.R$style: int Theme_MaterialComponents_Light_NoActionBar +com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_fontVariationSettings +androidx.customview.R$attr: int font +com.google.gson.stream.JsonReader: boolean fillBuffer(int) +okhttp3.internal.cache.DiskLruCache: java.io.File journalFile +james.adaptiveicon.R$styleable: int FontFamilyFont_font +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge +androidx.coordinatorlayout.R$id: int accessibility_custom_action_9 +android.didikee.donate.R$style: int Base_Widget_AppCompat_ImageButton +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: void onNext(java.lang.Object) +android.didikee.donate.R$styleable: int AppCompatTheme_actionModeCutDrawable +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text +androidx.hilt.lifecycle.R$anim: int fragment_fade_enter +james.adaptiveicon.R$color: int switch_thumb_disabled_material_light +androidx.vectordrawable.animated.R$attr: int fontProviderPackage +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_panelBackground +com.google.android.material.R$style: int Animation_AppCompat_Tooltip +io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: void onNext(java.lang.Object) +androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory: androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory getInstance(android.app.Application) +okhttp3.internal.Util: java.nio.charset.Charset UTF_32_BE +androidx.work.R$styleable: int GradientColor_android_type +com.google.android.material.R$styleable: int KeyTimeCycle_android_translationX +cyanogenmod.weather.RequestInfo: android.location.Location mLocation +cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator sUriValidator +okhttp3.internal.http2.StreamResetException: StreamResetException(okhttp3.internal.http2.ErrorCode) +wangdaye.com.geometricweather.R$style: int Base_V28_Theme_AppCompat +com.google.android.material.R$styleable: int AppCompatTheme_panelBackground +io.reactivex.internal.subscriptions.SubscriptionArbiter: void setSubscription(org.reactivestreams.Subscription) +androidx.preference.R$styleable: int MultiSelectListPreference_android_entryValues +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setBadge(com.google.android.material.badge.BadgeDrawable) +androidx.viewpager.R$attr: int ttcIndex +okio.RealBufferedSink: okio.BufferedSink writeDecimalLong(long) +cyanogenmod.externalviews.KeyguardExternalView$3: int val$height +com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_colored_material +com.google.android.material.R$attr: int maxButtonHeight +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval getInstance(java.lang.String) +androidx.preference.R$styleable: int Toolbar_popupTheme +com.google.android.material.circularreveal.CircularRevealFrameLayout: com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo getRevealInfo() +okhttp3.internal.http2.Header: java.lang.String TARGET_AUTHORITY_UTF8 +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_height +androidx.appcompat.R$styleable: int PopupWindowBackgroundState_state_above_anchor +com.xw.repo.bubbleseekbar.R$dimen: int abc_panel_menu_list_width +androidx.work.R$styleable: int FontFamily_fontProviderFetchStrategy +retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback: java.util.concurrent.CompletableFuture future +wangdaye.com.geometricweather.R$drawable: int flag_de +james.adaptiveicon.R$styleable: int AppCompatTheme_windowMinWidthMinor +retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter: java.util.concurrent.CompletableFuture adapt(retrofit2.Call) +okhttp3.MultipartBody +androidx.dynamicanimation.R$attr: int fontVariationSettings +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Body2 +com.xw.repo.bubbleseekbar.R$color: int colorPrimaryDark +cyanogenmod.hardware.ICMHardwareService$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +com.bumptech.glide.R$styleable: int FontFamilyFont_android_font +androidx.appcompat.R$attr: int collapseIcon +com.turingtechnologies.materialscrollbar.R$anim: int design_bottom_sheet_slide_in +wangdaye.com.geometricweather.R$string: int settings_title_live_wallpaper +androidx.appcompat.view.menu.ActionMenuItemView: ActionMenuItemView(android.content.Context) +com.xw.repo.bubbleseekbar.R$attr: int bsb_section_text_size +androidx.lifecycle.ReportFragment: void dispatchCreate(androidx.lifecycle.ReportFragment$ActivityInitializationListener) +androidx.appcompat.R$anim: int abc_slide_in_bottom +okio.ByteString: byte[] toByteArray() +cyanogenmod.providers.CMSettings$Global: boolean putIntForUser(android.content.ContentResolver,java.lang.String,int,int) +androidx.lifecycle.extensions.R$style: int TextAppearance_Compat_Notification +androidx.swiperefreshlayout.R$id: int text2 +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String WALLPAPER_PREVIEW +androidx.appcompat.widget.ButtonBarLayout: ButtonBarLayout(android.content.Context,android.util.AttributeSet) +com.xw.repo.bubbleseekbar.R$dimen: int abc_alert_dialog_button_dimen +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ImageButton +wangdaye.com.geometricweather.R$drawable: int navigation_empty_icon +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable +io.reactivex.internal.util.AtomicThrowable +com.google.android.material.R$styleable: int[] AppCompatSeekBar +androidx.vectordrawable.animated.R$color: R$color() +com.google.android.material.R$attr: int onPositiveCross +cyanogenmod.providers.CMSettings$Global: java.lang.String getStringForUser(android.content.ContentResolver,java.lang.String,int) +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_centerColor +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Title +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_129 +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ListView_Menu +com.turingtechnologies.materialscrollbar.R$attr: int paddingStart +okhttp3.Cache: java.lang.String key(okhttp3.HttpUrl) +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language PORTUGUESE_BR +cyanogenmod.weatherservice.ServiceRequest: void complete(cyanogenmod.weatherservice.ServiceRequestResult) +androidx.lifecycle.LiveData +androidx.appcompat.R$attr: int drawableTintMode +wangdaye.com.geometricweather.R$attr: int collapseIcon +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_android_baselineAligned +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_creator +com.google.android.material.appbar.CollapsingToolbarLayout: long getScrimAnimationDuration() +cyanogenmod.platform.Manifest$permission: java.lang.String LIVE_LOCK_SCREEN_MANAGER_ACCESS +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: java.lang.String brandId +androidx.appcompat.R$styleable: int[] ListPopupWindow +okhttp3.internal.http2.Http2Reader: void readWindowUpdate(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) +com.jaredrummler.android.colorpicker.R$color: int abc_color_highlight_material +androidx.preference.R$color: int secondary_text_disabled_material_dark +cyanogenmod.weather.CMWeatherManager$LookupCityRequestListener: void onLookupCityRequestCompleted(int,java.util.List) +com.github.rahatarmanahmed.cpv.R$string: int app_name +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Display2 +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Small +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintGuide_percent +james.adaptiveicon.R$styleable: int MenuItem_android_onClick +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Direction: int Degrees +com.jaredrummler.android.colorpicker.R$style: int Platform_V25_AppCompat_Light +com.google.android.material.R$styleable: int BottomNavigationView_itemTextAppearanceActive +androidx.appcompat.resources.R$attr: int fontProviderFetchStrategy +androidx.preference.R$color: int preference_fallback_accent_color +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float getThunderstorm() +wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding +wangdaye.com.geometricweather.R$id: int SYM +android.didikee.donate.R$dimen: int abc_text_size_body_1_material +cyanogenmod.providers.DataUsageContract: java.lang.String BYTES +com.google.android.material.R$dimen: int material_emphasis_high_type +wangdaye.com.geometricweather.R$attr: int msb_autoHide +com.github.rahatarmanahmed.cpv.R$integer +james.adaptiveicon.R$id: int text2 +androidx.preference.R$styleable: int SwitchPreferenceCompat_summaryOff +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: java.lang.String EnglishType +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarSplitStyle +com.google.android.material.R$dimen: int mtrl_edittext_rectangle_top_offset +io.reactivex.Observable: io.reactivex.Observable zipWith(io.reactivex.ObservableSource,io.reactivex.functions.BiFunction,boolean,int) +wangdaye.com.geometricweather.R$attr: int dialogTheme +wangdaye.com.geometricweather.R$styleable: int[] KeyTimeCycle +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_seekBarPreferenceStyle +android.didikee.donate.R$style: int ThemeOverlay_AppCompat_Dark +io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: io.reactivex.Observer downstream +androidx.appcompat.R$style: int Base_V21_Theme_AppCompat_Light +cyanogenmod.power.PerformanceManager: boolean getProfileHasAppProfiles(int) +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_backgroundTint +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_29 +okio.SegmentPool: SegmentPool() +com.google.android.material.appbar.CollapsingToolbarLayout: android.graphics.Typeface getExpandedTitleTypeface() +okhttp3.internal.cache.DiskLruCache$Entry: long[] lengths +androidx.appcompat.widget.SwitchCompat: boolean getShowText() +com.turingtechnologies.materialscrollbar.R$style: int Animation_AppCompat_Tooltip +androidx.dynamicanimation.R$dimen: int compat_button_inset_vertical_material +retrofit2.OkHttpCall$1: OkHttpCall$1(retrofit2.OkHttpCall,retrofit2.Callback) +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeAppearance +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintCircleAngle +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem +wangdaye.com.geometricweather.common.basic.models.weather.Weather: void setYesterday(wangdaye.com.geometricweather.common.basic.models.weather.History) +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: int CloudCover +james.adaptiveicon.R$drawable: int abc_spinner_mtrl_am_alpha +androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableItem_android_id +com.jaredrummler.android.colorpicker.R$string: int abc_menu_shift_shortcut_label +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_DrawerArrowToggle +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: long serialVersionUID +wangdaye.com.geometricweather.common.basic.models.weather.History: int daytimeTemperature +androidx.appcompat.R$styleable: int TextAppearance_android_textColor +wangdaye.com.geometricweather.R$attr: int icon +okhttp3.internal.http2.Http2Codec: void flushRequest() +androidx.preference.R$style: int Base_Animation_AppCompat_Dialog +com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Body_Text +com.google.android.material.R$style: int TextAppearance_AppCompat_Small +wangdaye.com.geometricweather.R$dimen: int little_margin +io.reactivex.internal.util.AtomicThrowable: boolean isTerminated() +com.google.android.material.R$styleable: int Motion_motionPathRotate +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_arrow_drop_right_black_24dp +okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level NONE +com.github.rahatarmanahmed.cpv.CircularProgressView: void setVisibility(int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: long updateTime +com.google.android.material.R$attr: int constraintSet +james.adaptiveicon.R$style: int Platform_V25_AppCompat +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List dailyEntityList +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_1 +androidx.customview.R$drawable: int notification_action_background +androidx.appcompat.R$attr: int borderlessButtonStyle +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +cyanogenmod.weatherservice.ServiceRequest: void fail() +okhttp3.internal.tls.OkHostnameVerifier: boolean verifyHostname(java.lang.String,java.security.cert.X509Certificate) +com.google.android.material.internal.NavigationMenuItemView: void setMaxLines(int) +androidx.preference.R$color: int foreground_material_light +retrofit2.OkHttpCall$ExceptionCatchingResponseBody$1: retrofit2.OkHttpCall$ExceptionCatchingResponseBody this$0 +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_fixed_height_major +androidx.appcompat.widget.SwitchCompat: java.lang.CharSequence getTextOn() +androidx.appcompat.R$color: int androidx_core_secondary_text_default_material_light +androidx.appcompat.R$style: int Widget_AppCompat_Button_Borderless +okhttp3.Address: javax.net.ssl.SSLSocketFactory sslSocketFactory() +cyanogenmod.providers.DataUsageContract: java.lang.String DATAUSAGE_AUTHORITY +okhttp3.RequestBody$2 +retrofit2.Retrofit: retrofit2.Converter nextResponseBodyConverter(retrofit2.Converter$Factory,java.lang.reflect.Type,java.lang.annotation.Annotation[]) +james.adaptiveicon.R$styleable: int ActionBar_navigationMode +androidx.constraintlayout.widget.R$style: int AlertDialog_AppCompat_Light +wangdaye.com.geometricweather.R$styleable: int OnSwipe_nestedScrollFlags +androidx.lifecycle.ViewModelProvider: androidx.lifecycle.ViewModel get(java.lang.Class) +androidx.hilt.work.R$styleable: int GradientColor_android_gradientRadius +cyanogenmod.app.CustomTile$ExpandedItem: android.app.PendingIntent onClickPendingIntent +androidx.appcompat.R$id: int action_mode_bar +okhttp3.internal.connection.ConnectionSpecSelector: boolean isFallbackPossible +com.turingtechnologies.materialscrollbar.R$attr: int tabInlineLabel +james.adaptiveicon.R$dimen: int abc_button_padding_horizontal_material +androidx.hilt.work.R$styleable: int[] FontFamilyFont +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast: boolean done +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life life +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_3 +cyanogenmod.weather.RequestInfo$1: RequestInfo$1() +androidx.hilt.lifecycle.R$drawable: int notification_action_background +retrofit2.adapter.rxjava2.CallExecuteObservable$CallDisposable: retrofit2.Call call +androidx.lifecycle.extensions.R$styleable: int[] GradientColor +cyanogenmod.externalviews.ExternalViewProviderService$1$1: android.os.IBinder call() +cyanogenmod.power.PerformanceManagerInternal: void cpuBoost(int) +androidx.appcompat.R$attr: int toolbarNavigationButtonStyle +androidx.constraintlayout.widget.R$style: int Base_V22_Theme_AppCompat +okhttp3.internal.http2.Http2Writer +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_29 +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_numericShortcut +com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat_Dark +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature RealFeelTemperature +wangdaye.com.geometricweather.R$attr: int thumbTintMode +wangdaye.com.geometricweather.R$id: int widget_clock_day_aqiHumidity +androidx.preference.R$id: int search_badge +androidx.viewpager2.widget.ViewPager2: ViewPager2(android.content.Context,android.util.AttributeSet) +androidx.appcompat.widget.AppCompatImageButton: AppCompatImageButton(android.content.Context) +com.turingtechnologies.materialscrollbar.R$attr: int itemTextColor +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: void dispose() +android.didikee.donate.R$styleable: int AlertDialog_listItemLayout +wangdaye.com.geometricweather.R$id: int text +androidx.constraintlayout.widget.R$styleable: int Constraint_barrierAllowsGoneWidgets +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_firstHorizontalStyle +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowMinWidthMinor +androidx.appcompat.R$attr: int title +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setOnAttachStateChangeListener(com.google.android.material.snackbar.BaseTransientBottomBar$OnAttachStateChangeListener) +androidx.vectordrawable.R$attr: int fontProviderFetchTimeout +com.google.android.material.R$dimen: int mtrl_btn_padding_top +com.google.android.material.R$styleable: int ConstraintSet_flow_wrapMode +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_actionViewClass +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void onError(java.lang.Throwable) +cyanogenmod.app.Profile: java.util.UUID mUuid +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_transitionEasing +androidx.preference.R$styleable: int AppCompatTheme_actionBarSize +cyanogenmod.profiles.ConnectionSettings: int CM_MODE_2G3G +androidx.hilt.R$id: int notification_background +io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: void onError(java.lang.Throwable) +io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: io.reactivex.Observer downstream +androidx.constraintlayout.widget.R$attr: int layout_editor_absoluteX +wangdaye.com.geometricweather.R$color: int material_slider_halo_color +androidx.appcompat.R$dimen: R$dimen() +cyanogenmod.weather.WeatherLocation: java.lang.String getCountryId() +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult: wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Geometry geometry +okio.RealBufferedSource: byte readByte() +wangdaye.com.geometricweather.R$id: int widget_day_week_week_4 +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.DailyEntityDao getDailyEntityDao() +wangdaye.com.geometricweather.R$drawable: int abc_action_bar_item_background_material +androidx.activity.R$attr: int fontProviderQuery +androidx.constraintlayout.widget.R$dimen: int notification_content_margin_start +com.turingtechnologies.materialscrollbar.R$styleable: int[] ColorStateListItem +okio.ByteString: okio.ByteString toAsciiUppercase() +androidx.appcompat.R$styleable: int ViewStubCompat_android_inflatedId +androidx.preference.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog +androidx.constraintlayout.widget.R$drawable: int tooltip_frame_dark +io.reactivex.internal.observers.LambdaObserver: void onComplete() +wangdaye.com.geometricweather.R$attr: int flow_horizontalStyle +com.google.android.material.R$animator: int mtrl_extended_fab_state_list_animator +android.didikee.donate.R$style: int TextAppearance_AppCompat_Small_Inverse +wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_Dialog +wangdaye.com.geometricweather.R$color: int abc_color_highlight_material +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text +wangdaye.com.geometricweather.R$dimen: int design_appbar_elevation +androidx.customview.R$id: int normal +androidx.preference.R$styleable: int[] AlertDialog +com.turingtechnologies.materialscrollbar.R$layout: int abc_screen_simple +cyanogenmod.externalviews.ExternalView$1: void onServiceDisconnected(android.content.ComponentName) +cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: android.os.IBinder mRemote +com.turingtechnologies.materialscrollbar.R$id: int right_side +okhttp3.internal.http2.Settings: void clear() +com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight +androidx.hilt.R$integer: R$integer() +io.reactivex.internal.subscriptions.BasicQueueSubscription +cyanogenmod.app.LiveLockScreenInfo$Builder: cyanogenmod.app.LiveLockScreenInfo$Builder setPriority(int) +com.xw.repo.bubbleseekbar.R$dimen: int notification_main_column_padding_top +okio.Okio: okio.Source source(java.io.File) +okhttp3.internal.http2.Http2Writer: void pushPromise(int,int,java.util.List) +com.google.gson.FieldNamingPolicy$6 +com.bumptech.glide.R$style: int TextAppearance_Compat_Notification_Line2 +com.jaredrummler.android.colorpicker.R$dimen: int abc_button_inset_vertical_material +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: void onError(java.lang.Throwable) +okhttp3.Dispatcher: Dispatcher(java.util.concurrent.ExecutorService) +androidx.preference.R$interpolator: int btn_radio_to_off_mtrl_animation_interpolator_0 +cyanogenmod.os.Concierge: cyanogenmod.os.Concierge$ParcelInfo receiveParcel(android.os.Parcel) +com.xw.repo.bubbleseekbar.R$color: int switch_thumb_disabled_material_dark +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionOverflowButtonStyle +com.xw.repo.bubbleseekbar.R$id: int action_container +android.didikee.donate.R$attr: int buttonBarPositiveButtonStyle +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind: double gust +com.google.android.material.R$color: int abc_hint_foreground_material_dark +wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_android_fontVariationSettings +okhttp3.internal.http2.Http2Stream: void close(okhttp3.internal.http2.ErrorCode) +androidx.appcompat.resources.R$id: int action_text +okio.Segment: int SHARE_MINIMUM +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: double HoursOfSnow +wangdaye.com.geometricweather.R$drawable: int star_2 +okhttp3.HttpUrl: java.lang.String QUERY_COMPONENT_ENCODE_SET_URI +wangdaye.com.geometricweather.R$attr: int roundPercent +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_android_windowIsFloating +com.google.android.material.R$styleable: int MenuItem_actionProviderClass +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.Observer downstream +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setAppOverlay(java.lang.String,java.lang.String) +com.xw.repo.bubbleseekbar.R$attr +com.google.android.material.slider.BaseSlider: int getHaloRadius() +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: int STATE_RESULT_VALUE +com.google.android.material.R$style: int AlertDialog_AppCompat_Light +androidx.preference.R$attr: int contentInsetEnd +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense +androidx.fragment.app.FragmentTabHost: void setOnTabChangedListener(android.widget.TabHost$OnTabChangeListener) +com.jaredrummler.android.colorpicker.R$drawable: int abc_list_focused_holo +androidx.appcompat.R$styleable: int ActionBar_homeLayout +retrofit2.converter.gson.GsonResponseBodyConverter: com.google.gson.TypeAdapter adapter +android.didikee.donate.R$attr: int dropDownListViewStyle +cyanogenmod.weather.RequestInfo: java.lang.String access$302(cyanogenmod.weather.RequestInfo,java.lang.String) +androidx.constraintlayout.widget.R$color: int abc_hint_foreground_material_light +io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: boolean isDisposed() +androidx.appcompat.resources.R$styleable: int FontFamilyFont_android_fontWeight +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Bridge +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_titleCondensed +wangdaye.com.geometricweather.R$styleable: int Transition_pathMotionArc +com.jaredrummler.android.colorpicker.R$drawable: int cpv_btn_background_pressed +androidx.appcompat.R$styleable: int DrawerArrowToggle_arrowShaftLength +io.reactivex.internal.util.HashMapSupplier: java.lang.Object call() +androidx.lifecycle.LiveData$LifecycleBoundObserver: androidx.lifecycle.LifecycleOwner mOwner +com.google.android.material.circularreveal.cardview.CircularRevealCardView: void setCircularRevealOverlayDrawable(android.graphics.drawable.Drawable) +com.google.android.material.R$styleable: int TextInputLayout_errorEnabled +com.xw.repo.bubbleseekbar.R$dimen: int abc_alert_dialog_button_bar_height +james.adaptiveicon.R$attr: int autoSizeStepGranularity +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: void setValue(java.util.List) +cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_AUTO_OUTDOOR_MODE +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Imperial: double Value +wangdaye.com.geometricweather.R$style: int Widget_Design_FloatingActionButton +android.didikee.donate.R$styleable: int MenuGroup_android_id +io.reactivex.Observable: java.lang.Iterable blockingIterable(int) +android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd +wangdaye.com.geometricweather.R$dimen: int abc_button_padding_vertical_material +android.didikee.donate.R$dimen: int notification_main_column_padding_top +com.google.android.material.R$drawable: int mtrl_popupmenu_background_dark +com.google.android.material.R$attr: int overlapAnchor +okhttp3.internal.ws.WebSocketProtocol: void toggleMask(okio.Buffer$UnsafeCursor,byte[]) +wangdaye.com.geometricweather.R$string: int settings_title_weather_source +com.google.android.material.R$attr: int targetId +io.reactivex.Observable: io.reactivex.Observable merge(java.lang.Iterable) +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: io.reactivex.internal.operators.observable.ObservableReplay$Node getHead() +android.didikee.donate.R$dimen: int disabled_alpha_material_light +androidx.coordinatorlayout.R$id: int accessibility_custom_action_2 +android.didikee.donate.R$id: int activity_chooser_view_content +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_hintTextColor +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless +androidx.customview.R$attr: int fontProviderFetchTimeout +androidx.viewpager2.R$id: int italic +android.didikee.donate.R$color: int ripple_material_dark +androidx.preference.R$attr: int suggestionRowLayout +io.reactivex.internal.subscriptions.EmptySubscription: void clear() +androidx.hilt.lifecycle.R$styleable: int FragmentContainerView_android_name +androidx.appcompat.R$attr: int alertDialogCenterButtons +james.adaptiveicon.R$id: int search_button +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_actionProviderClass +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_bottom_padding +androidx.constraintlayout.widget.R$styleable: int ColorStateListItem_android_alpha +androidx.preference.Preference: void setOnPreferenceChangeListener(androidx.preference.Preference$OnPreferenceChangeListener) +okhttp3.internal.cache.CacheStrategy$Factory: okhttp3.internal.cache.CacheStrategy getCandidate() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableTintMode +retrofit2.RequestFactory: java.lang.String relativeUrl +com.google.android.material.internal.NavigationMenuItemView: NavigationMenuItemView(android.content.Context,android.util.AttributeSet) +androidx.core.R$styleable: int GradientColor_android_tileMode +wangdaye.com.geometricweather.R$id: int activity_preview_icon_container +okio.RealBufferedSource: okio.ByteString readByteString(long) +com.google.android.material.R$attr: int showAsAction +cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_setMobileDataEnabled_1 +wangdaye.com.geometricweather.R$attr: int shapeAppearanceLargeComponent +wangdaye.com.geometricweather.R$color: int abc_background_cache_hint_selector_material_dark +okhttp3.MultipartBody$Part: okhttp3.MultipartBody$Part createFormData(java.lang.String,java.lang.String,okhttp3.RequestBody) +com.google.android.material.R$id: int dragRight +retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback +cyanogenmod.profiles.RingModeSettings$1: java.lang.Object createFromParcel(android.os.Parcel) +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode THUNDERSTORM +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_section_text_interval +com.turingtechnologies.materialscrollbar.R$id: int info +androidx.preference.R$styleable: int MenuGroup_android_checkableBehavior +wangdaye.com.geometricweather.R$string: int widget_multi_city +cyanogenmod.app.CustomTile$ExpandedStyle$1: java.lang.Object[] newArray(int) +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_4_30 +com.jaredrummler.android.colorpicker.R$attr: int selectable +androidx.appcompat.R$style: int ThemeOverlay_AppCompat_ActionBar +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial: int UnitType +com.jaredrummler.android.colorpicker.R$attr: int dialogMessage +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle +androidx.appcompat.R$styleable: int AppCompatTheme_actionModeCopyDrawable +com.jaredrummler.android.colorpicker.R$attr: int editTextPreferenceStyle +james.adaptiveicon.R$styleable: int LinearLayoutCompat_dividerPadding +com.jaredrummler.android.colorpicker.R$attr: int iconSpaceReserved +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer apparentTemperature +com.xw.repo.bubbleseekbar.R$layout: R$layout() +com.turingtechnologies.materialscrollbar.R$dimen: int design_textinput_caption_translate_y +com.jaredrummler.android.colorpicker.R$layout: int abc_tooltip +wangdaye.com.geometricweather.R$color: int material_deep_teal_200 +android.didikee.donate.R$style: int Platform_ThemeOverlay_AppCompat_Light +com.jaredrummler.android.colorpicker.R$id: int alertTitle +wangdaye.com.geometricweather.R$styleable: int View_theme +io.reactivex.internal.observers.DeferredScalarObserver: DeferredScalarObserver(io.reactivex.Observer) +cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void onDetach() +cyanogenmod.profiles.AirplaneModeSettings$1: AirplaneModeSettings$1() +androidx.constraintlayout.widget.R$attr: int dialogPreferredPadding +androidx.appcompat.R$integer +android.didikee.donate.R$style: int Base_Widget_AppCompat_ActivityChooserView +okhttp3.CertificatePinner: boolean equals(java.lang.Object) +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_navigationMode +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_waveDecay +retrofit2.RequestFactory$Builder: java.lang.String relativeUrl +com.jaredrummler.android.colorpicker.R$color: int abc_hint_foreground_material_light +androidx.constraintlayout.widget.R$id: int spline +cyanogenmod.app.ProfileManager: android.app.NotificationGroup getNotificationGroupForPackage(java.lang.String) +androidx.constraintlayout.widget.R$style: int Platform_Widget_AppCompat_Spinner +androidx.fragment.R$styleable: int ColorStateListItem_alpha +androidx.appcompat.R$styleable: int AppCompatSeekBar_tickMark +com.jaredrummler.android.colorpicker.R$id: int chronometer +com.turingtechnologies.materialscrollbar.R$id +com.turingtechnologies.materialscrollbar.R$attr: int colorPrimary +com.google.android.material.R$layout: int abc_action_menu_item_layout +androidx.constraintlayout.widget.R$attr: int showTitle +android.didikee.donate.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_Solid +retrofit2.HttpServiceMethod$SuspendForBody: boolean isNullable +com.turingtechnologies.materialscrollbar.DragScrollBar: boolean getHide() +androidx.constraintlayout.widget.R$styleable: int ImageFilterView_crossfade +wangdaye.com.geometricweather.R$id: int item_weather_daily_value_value +androidx.constraintlayout.widget.R$id: int autoCompleteToEnd +wangdaye.com.geometricweather.R$styleable: int AlertDialog_listLayout +android.didikee.donate.R$style: int Base_Widget_AppCompat_SeekBar_Discrete +androidx.constraintlayout.widget.R$attr: int buttonCompat +com.jaredrummler.android.colorpicker.R$anim: int abc_slide_in_top +io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle +androidx.constraintlayout.widget.R$id: int deltaRelative +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationApi: io.reactivex.Observable getLocation(java.lang.String,java.lang.String) +com.google.android.material.R$id: int search_go_btn +okhttp3.internal.connection.StreamAllocation: boolean released +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: java.lang.String getGroupName() +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Compat_Notification_Line2 +io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_14 +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Large +james.adaptiveicon.R$styleable: int AlertDialog_buttonIconDimen +wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_doneButton +com.turingtechnologies.materialscrollbar.R$styleable: int ColorStateListItem_android_alpha +androidx.lifecycle.extensions.R$dimen: R$dimen() +android.didikee.donate.R$styleable: int[] ViewStubCompat +androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy: ConstraintProxy$NetworkStateProxy() +com.bumptech.glide.R$id: int tag_transition_group +androidx.preference.R$styleable: int MenuItem_android_visible +com.google.android.material.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar +androidx.appcompat.widget.AppCompatImageView: void setSupportImageTintList(android.content.res.ColorStateList) +io.reactivex.Observable: io.reactivex.Observable onErrorReturn(io.reactivex.functions.Function) +androidx.preference.R$anim: int fragment_close_exit +androidx.viewpager2.R$id: int accessibility_custom_action_13 +androidx.appcompat.R$style: int Base_V26_Theme_AppCompat +com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleColor(int) +androidx.constraintlayout.widget.R$attr: int layout_constraintWidth_min +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String cityId +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +wangdaye.com.geometricweather.db.entities.DailyEntity: void setPm25(java.lang.Float) +com.google.android.material.R$styleable: int KeyAttribute_curveFit +android.support.v4.os.ResultReceiver$1: android.support.v4.os.ResultReceiver createFromParcel(android.os.Parcel) +com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter: void onProgressUpdateEnd(float) +com.turingtechnologies.materialscrollbar.MaterialScrollBar +wangdaye.com.geometricweather.R$styleable: int ImageFilterView_contrast +okhttp3.RequestBody: okhttp3.RequestBody create(okhttp3.MediaType,byte[]) +androidx.preference.R$styleable: int[] ColorStateListItem +com.google.gson.internal.LinkedTreeMap: void clear() +com.jaredrummler.android.colorpicker.R$style: int Widget_Support_CoordinatorLayout +com.google.android.material.R$dimen: int mtrl_tooltip_padding +okhttp3.internal.http2.Http2Reader$ContinuationSource: okio.Timeout timeout() +cyanogenmod.app.CMTelephonyManager: boolean isSubActive(int) +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.R$styleable: int MaterialCardView_state_dragged +com.google.android.material.internal.ScrimInsetsFrameLayout: ScrimInsetsFrameLayout(android.content.Context,android.util.AttributeSet,int) +androidx.constraintlayout.widget.R$attr: int layout_constraintBaseline_toBaselineOf +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: long serialVersionUID +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeSnowPrecipitationDuration() +android.didikee.donate.R$styleable: int[] LinearLayoutCompat_Layout +com.google.android.material.R$attr: int height +androidx.preference.R$styleable: int ActionBar_progressBarStyle +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceFragmentCompatStyle +okhttp3.internal.http2.Http2Stream$FramingSource: Http2Stream$FramingSource(okhttp3.internal.http2.Http2Stream,long) +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth +okhttp3.internal.platform.ConscryptPlatform: javax.net.ssl.SSLContext getSSLContext() +androidx.constraintlayout.widget.R$styleable: int Constraint_pivotAnchor +com.google.android.material.R$dimen: int notification_small_icon_size_as_large +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +com.google.android.material.R$styleable: int KeyPosition_motionTarget +androidx.hilt.R$dimen: int notification_subtext_size +androidx.constraintlayout.widget.R$drawable: int abc_btn_borderless_material +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense +androidx.work.impl.foreground.SystemForegroundService +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeIcePrecipitationDuration +androidx.appcompat.R$attr: int multiChoiceItemLayout +androidx.preference.R$style: int Theme_AppCompat_Light_Dialog +wangdaye.com.geometricweather.R$id: int mtrl_motion_snapshot_view +androidx.preference.R$styleable: int AppCompatTheme_seekBarStyle +wangdaye.com.geometricweather.R$attr: int listChoiceIndicatorSingleAnimated +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHorizontal_weight +okhttp3.internal.http2.Http2: java.lang.String[] FRAME_NAMES +androidx.preference.R$styleable: int MenuItem_android_numericShortcut +com.google.android.material.R$integer: int mtrl_chip_anim_duration +androidx.coordinatorlayout.R$style: int TextAppearance_Compat_Notification_Info +com.google.android.material.R$attr: int indicatorType +com.google.android.material.R$styleable: int AppCompatTheme_actionModeFindDrawable +androidx.preference.R$layout: int notification_template_icon_group +cyanogenmod.weather.WeatherInfo: double getWindDirection() +com.google.android.material.R$layout: int mtrl_alert_dialog_title +com.xw.repo.BubbleSeekBar: void setProgress(float) +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeBackground +androidx.loader.R$styleable: int[] GradientColorItem +okhttp3.internal.connection.RealConnection: okhttp3.Request createTunnel(int,int,okhttp3.Request,okhttp3.HttpUrl) +com.github.rahatarmanahmed.cpv.R$bool: int cpv_default_anim_autostart +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX +com.google.android.material.R$attr: int haloColor +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void drain() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: java.lang.String getZh_TW() +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWindDirection +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: java.lang.String address +okhttp3.Cache$CacheRequestImpl$1: void close() +okhttp3.internal.connection.RouteSelector: java.net.Proxy nextProxy() +androidx.core.R$styleable: int[] FontFamilyFont +com.google.android.material.R$dimen: int mtrl_tooltip_arrowSize +okhttp3.CertificatePinner$Pin: boolean equals(java.lang.Object) +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_voice_search_api_material +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property Id +androidx.appcompat.R$layout: int abc_action_bar_title_item +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilityRain: java.lang.Integer proba6H +androidx.appcompat.R$styleable: int SwitchCompat_android_thumb +androidx.constraintlayout.widget.R$styleable: int PopupWindow_android_popupAnimationStyle +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_textColor +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: void enqueueLiveLockScreen(java.lang.String,int,cyanogenmod.app.LiveLockScreenInfo,int[],int) +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SCATTERED_SHOWERS +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void onComplete() +com.google.android.material.R$style: int Platform_V25_AppCompat +com.google.android.material.R$attr: int flow_firstVerticalBias +com.google.android.material.R$attr: int cardForegroundColor +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle +james.adaptiveicon.R$id: int action_image +cyanogenmod.app.CMStatusBarManager: void removeTile(int) +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow +com.google.android.material.R$attr: int controlBackground +com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_ttcIndex +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: int getSuggestedMinimumHeight() +wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_pixel +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.google.android.material.chip.Chip +androidx.vectordrawable.R$attr: int fontProviderCerts +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Display2 +okio.Buffer$UnsafeCursor: long expandBuffer(int) +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: double Dbz +wangdaye.com.geometricweather.R$styleable: int StateListDrawable_android_constantSize +com.turingtechnologies.materialscrollbar.R$drawable: int ic_mtrl_chip_checked_black +androidx.appcompat.R$styleable: int AppCompatTheme_windowFixedWidthMajor +androidx.recyclerview.widget.RecyclerView: void setLayoutManager(androidx.recyclerview.widget.RecyclerView$LayoutManager) +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: void collapseNotificationPanel() +okhttp3.internal.http2.Http2Stream: boolean hasResponseHeaders +androidx.hilt.work.R$styleable: int[] FontFamily +wangdaye.com.geometricweather.R$attr: int actionProviderClass +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: long EpochDate +androidx.viewpager2.R$styleable: int FontFamily_fontProviderQuery +com.bumptech.glide.R$dimen: int compat_button_inset_horizontal_material +androidx.constraintlayout.widget.R$styleable: int ActionBar_height +com.google.android.material.R$styleable: int Constraint_layout_constraintVertical_chainStyle +io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: boolean isEmpty() +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: android.os.IBinder mRemote +androidx.hilt.R$style: int TextAppearance_Compat_Notification_Title +com.google.android.material.R$id: int ignore +wangdaye.com.geometricweather.R$id: int test_checkbox_app_button_tint +com.xw.repo.bubbleseekbar.R$styleable: int[] PopupWindowBackgroundState +com.jaredrummler.android.colorpicker.R$attr: int autoSizeStepGranularity +com.google.android.material.R$attr: int autoSizeStepGranularity +com.google.android.material.R$id: int accessibility_custom_action_28 +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_DropDownItem +com.xw.repo.bubbleseekbar.R$attr: int spinnerStyle +androidx.preference.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth +wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_android_layout +androidx.appcompat.widget.ViewStubCompat: ViewStubCompat(android.content.Context,android.util.AttributeSet,int) +io.reactivex.Observable: io.reactivex.Single count() +android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight +com.google.android.material.R$dimen: int compat_notification_large_icon_max_width +androidx.constraintlayout.widget.R$drawable: int btn_checkbox_unchecked_to_checked_mtrl_animation +com.bumptech.glide.MemoryCategory: com.bumptech.glide.MemoryCategory valueOf(java.lang.String) +com.google.android.material.R$string: int abc_action_mode_done +cyanogenmod.app.Profile$ProfileTrigger$1: cyanogenmod.app.Profile$ProfileTrigger createFromParcel(android.os.Parcel) +androidx.activity.R$id +androidx.dynamicanimation.R$dimen: int notification_small_icon_size_as_large +com.google.android.material.R$styleable: int Chip_closeIconStartPadding +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_goneMarginTop +com.google.android.material.R$styleable: int KeyTrigger_motion_postLayoutCollision +wangdaye.com.geometricweather.R$string: int feedback_hide_lunar +okhttp3.Cache$2: java.lang.String nextUrl +okhttp3.HttpUrl: boolean percentEncoded(java.lang.String,int,int) +okio.ForwardingTimeout: void throwIfReached() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable +androidx.appcompat.widget.SwitchCompat: void setThumbTextPadding(int) +okhttp3.OkHttpClient: int pingIntervalMillis() +androidx.appcompat.widget.Toolbar: int getCurrentContentInsetRight() +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Large +okhttp3.internal.http2.Http2Writer: boolean client +com.jaredrummler.android.colorpicker.R$color: int bright_foreground_inverse_material_light +com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHorizontal_bias +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult: wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Position position +wangdaye.com.geometricweather.R$attr: int indicatorSize +okio.HashingSink +android.didikee.donate.R$color: int secondary_text_disabled_material_dark +wangdaye.com.geometricweather.R$styleable: int KeyTrigger_motion_triggerOnCollision +james.adaptiveicon.R$styleable: int SearchView_defaultQueryHint +com.google.android.material.R$styleable: int AppBarLayout_expanded +com.google.android.material.R$drawable: int abc_ratingbar_small_material +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Maximum: int UnitType +com.google.android.material.R$color: int mtrl_bottom_nav_ripple_color +wangdaye.com.geometricweather.R$attr: int tooltipText +android.didikee.donate.R$color: int foreground_material_dark +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionMode +james.adaptiveicon.R$id: int action_bar_container +cyanogenmod.externalviews.KeyguardExternalView$11 +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_handleOffColor +okhttp3.Cache: long size() +cyanogenmod.os.Concierge$ParcelInfo: boolean mCreation +retrofit2.adapter.rxjava2.CallExecuteObservable$CallDisposable: void dispose() +io.reactivex.internal.subscriptions.SubscriptionArbiter: boolean cancelOnReplace +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric: int UnitType +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_counterTextAppearance +androidx.coordinatorlayout.R$styleable: int GradientColor_android_startX +wangdaye.com.geometricweather.R$dimen: int compat_button_inset_horizontal_material +okio.Segment: int pos +androidx.appcompat.R$id: int multiply +androidx.work.R$style: int Widget_Compat_NotificationActionContainer +androidx.viewpager2.R$id: int accessibility_custom_action_25 +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Inverse +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_SearchView +androidx.appcompat.R$id: int icon +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX weather +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_touch_to_seek +wangdaye.com.geometricweather.R$styleable: int MenuGroup_android_enabled +com.xw.repo.bubbleseekbar.R$style: int Widget_Compat_NotificationActionText +cyanogenmod.alarmclock.ClockContract$CitiesColumns +james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceListItem +retrofit2.ParameterHandler$Headers: void apply(retrofit2.RequestBuilder,okhttp3.Headers) +cyanogenmod.externalviews.KeyguardExternalViewProviderService: java.lang.String META_DATA +com.jaredrummler.android.colorpicker.R$color: int preference_fallback_accent_color +androidx.hilt.work.R$anim: R$anim() +androidx.core.view.GestureDetectorCompat$GestureDetectorCompatImplJellybeanMr2 +androidx.appcompat.R$id: int message +com.google.android.material.R$attr: int itemShapeInsetEnd +androidx.preference.R$color: int abc_tint_btn_checkable +com.turingtechnologies.materialscrollbar.R$attr: int expandActivityOverflowButtonDrawable +com.turingtechnologies.materialscrollbar.R$color: int switch_thumb_disabled_material_dark +com.google.android.material.R$style: int Theme_AppCompat_Light +com.bumptech.glide.load.DecodeFormat: com.bumptech.glide.load.DecodeFormat PREFER_RGB_565 +com.google.android.material.R$dimen: int abc_dialog_list_padding_top_no_title +androidx.dynamicanimation.R$id: int title +androidx.appcompat.widget.AppCompatImageButton: void setImageDrawable(android.graphics.drawable.Drawable) +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Item +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight +okhttp3.ConnectionPool: okhttp3.internal.connection.RealConnection get(okhttp3.Address,okhttp3.internal.connection.StreamAllocation,okhttp3.Route) +androidx.preference.R$drawable: int abc_seekbar_tick_mark_material +com.jaredrummler.android.colorpicker.R$attr +cyanogenmod.app.IProfileManager$Stub: IProfileManager$Stub() +androidx.legacy.coreutils.R$dimen: int notification_subtext_size +androidx.legacy.coreutils.R$drawable: int notification_bg_low_normal +wangdaye.com.geometricweather.R$drawable: int notif_temp_105 +okhttp3.internal.ws.WebSocketWriter$FrameSink: long contentLength +cyanogenmod.weather.IRequestInfoListener$Stub: IRequestInfoListener$Stub() +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Spinner_Underlined +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: int subTextColorResId +wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String getDistrict() +io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver +cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy: java.util.List getSuggestions(android.content.Intent) +okio.Okio$3: Okio$3() +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Headline4 +retrofit2.adapter.rxjava2.Result: java.lang.Throwable error() +com.jaredrummler.android.colorpicker.R$id: int action_menu_divider +com.turingtechnologies.materialscrollbar.R$styleable: int[] MaterialButton +android.didikee.donate.R$styleable: int ActionBar_backgroundSplit +androidx.hilt.work.R$attr: int fontProviderFetchTimeout +wangdaye.com.geometricweather.R$attr: int materialButtonStyle +wangdaye.com.geometricweather.R$id: int notification_base_aqiAndWind +androidx.constraintlayout.widget.R$styleable: int Transition_android_id +androidx.viewpager2.R$styleable: int GradientColorItem_android_offset +androidx.hilt.work.R$styleable: int GradientColor_android_startColor +com.turingtechnologies.materialscrollbar.R$attr: int itemSpacing +com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_backgroundTintMode +com.google.android.material.R$styleable: int Toolbar_popupTheme +cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_shapeAppearanceOverlay +okhttp3.internal.cache.DiskLruCache: okio.BufferedSink journalWriter +io.reactivex.internal.observers.BlockingObserver: boolean isDisposed() +com.google.android.material.R$dimen: int abc_button_padding_horizontal_material +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.ActionMode onWindowStartingActionMode(android.view.ActionMode$Callback,int) +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_android_imeOptions +wangdaye.com.geometricweather.R$layout: int mtrl_picker_text_input_date_range +com.turingtechnologies.materialscrollbar.R$attr: int checkedChip +org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.query.QueryBuilder queryBuilder(java.lang.Class) +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Medium_Inverse +io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: io.reactivex.disposables.Disposable timer +wangdaye.com.geometricweather.R$attr: int drawableRightCompat +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: int sourceColor +com.google.android.material.appbar.AppBarLayout: AppBarLayout(android.content.Context,android.util.AttributeSet,int) +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: io.reactivex.ObservableSource sampler +androidx.constraintlayout.widget.R$drawable: int abc_text_select_handle_left_mtrl_light +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer +androidx.preference.R$color: int material_deep_teal_200 +androidx.appcompat.R$styleable: int GradientColor_android_startX +wangdaye.com.geometricweather.R$styleable: int Transform_android_transformPivotX +androidx.viewpager.R$id: int chronometer +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionButton_Overflow +cyanogenmod.app.LiveLockScreenInfo +androidx.preference.R$styleable: int GradientColor_android_endColor +wangdaye.com.geometricweather.R$drawable: int btn_radio_on_mtrl +okhttp3.CookieJar$1 +wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_elevation +com.google.gson.stream.JsonReader: int[] stack +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder pingInterval(java.time.Duration) +okhttp3.internal.http.StatusLine +androidx.appcompat.widget.AppCompatTextView: void setBackgroundDrawable(android.graphics.drawable.Drawable) +androidx.preference.R$layout: int notification_template_part_chronometer +wangdaye.com.geometricweather.R$string: int content_des_swipe_left_to_delete +androidx.preference.R$style: int TextAppearance_AppCompat_Tooltip +androidx.customview.R$drawable: int notification_bg_low +androidx.transition.R$style +cyanogenmod.app.CustomTile$ExpandedItem: android.graphics.Bitmap itemBitmapResource +android.didikee.donate.R$attr: int queryHint +cyanogenmod.hardware.CMHardwareManager: int getDisplayColorCalibrationMax() +org.greenrobot.greendao.AbstractDao: int pkOrdinal +okhttp3.MediaType: java.lang.String QUOTED +com.jaredrummler.android.colorpicker.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset +okio.DeflaterSink: void close() +cyanogenmod.providers.ThemesContract$ThemesColumns$InstallState: int INSTALLED +com.xw.repo.bubbleseekbar.R$dimen: int abc_disabled_alpha_material_dark +wangdaye.com.geometricweather.R$attr: int firstBaselineToTopHeight +cyanogenmod.app.ProfileGroup: void setVibrateMode(cyanogenmod.app.ProfileGroup$Mode) +androidx.appcompat.R$attr: int windowMinWidthMajor +androidx.hilt.R$layout: int notification_template_part_time +com.turingtechnologies.materialscrollbar.AlphabetIndicator: int getIndicatorHeight() +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_TabView +io.reactivex.internal.disposables.DisposableHelper: void dispose() +androidx.constraintlayout.widget.R$anim: int abc_slide_out_bottom +okhttp3.internal.http2.Http2Stream: void checkOutNotClosed() +okhttp3.internal.http2.PushObserver: boolean onHeaders(int,java.util.List,boolean) +androidx.appcompat.R$id: int group_divider +com.google.android.material.R$styleable: int[] ThemeEnforcement +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_startIconCheckable +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: long timeout +wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: java.lang.Integer angle +androidx.core.R$id: int icon_group +com.xw.repo.bubbleseekbar.R$layout: int abc_list_menu_item_layout +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceImageView_maxHeight +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_rotationY +androidx.preference.R$attr: int expandActivityOverflowButtonDrawable +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_switchMinWidth +androidx.hilt.work.R$drawable: int notification_tile_bg +com.turingtechnologies.materialscrollbar.R$styleable: int[] AppBarLayout_Layout +io.reactivex.subjects.PublishSubject$PublishDisposable: long serialVersionUID +io.reactivex.Observable: io.reactivex.Observable take(long,java.util.concurrent.TimeUnit) +cyanogenmod.app.CustomTile$ExpandedItem: java.lang.String itemTitle +com.turingtechnologies.materialscrollbar.R$attr +wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.util.List _queryWeatherEntity_DailyEntityList(java.lang.String,java.lang.String) +cyanogenmod.app.ICustomTileListener$Stub: int TRANSACTION_onCustomTilePosted +wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_textColor +com.google.android.material.bottomappbar.BottomAppBar: void setElevation(float) +com.google.android.material.R$styleable: int TextInputLayout_shapeAppearance +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_endIconCheckable +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_startIconTint +com.jaredrummler.android.colorpicker.R$attr: int seekBarPreferenceStyle +com.google.gson.stream.JsonReader: int PEEKED_NONE +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float getVisibility() +com.google.android.material.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog +wangdaye.com.geometricweather.R$attr: int colorBackgroundFloating +com.bumptech.glide.R$dimen: int notification_large_icon_width +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property RainPrecipitationProbability +cyanogenmod.alarmclock.CyanogenModAlarmClock +android.didikee.donate.R$drawable: int abc_text_cursor_material +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_0 +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_contentScrim +com.jaredrummler.android.colorpicker.R$id: int progress_circular +androidx.appcompat.R$attr: int actionViewClass +com.google.android.material.R$styleable: int Badge_backgroundColor +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_25 +wangdaye.com.geometricweather.R$attr: int maxVelocity +wangdaye.com.geometricweather.db.entities.AlertEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) +androidx.appcompat.R$dimen: int abc_text_size_body_2_material +com.xw.repo.bubbleseekbar.R$color: int colorAccent +okhttp3.internal.connection.RouteSelector: boolean hasNext() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowFixedHeightMinor +androidx.constraintlayout.widget.R$styleable: int[] StateListDrawable +cyanogenmod.app.IProfileManager$Stub$Proxy: void resetAll() +okhttp3.CipherSuite$1: int compare(java.lang.String,java.lang.String) +wangdaye.com.geometricweather.R$styleable: int AppBarLayoutStates_state_collapsed +com.google.android.material.R$styleable: int TabLayout_tabPaddingStart +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActivityChooserView +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_CompoundButton_RadioButton +com.google.android.material.R$styleable: int[] AppBarLayout +com.xw.repo.bubbleseekbar.R$attr: int windowActionBarOverlay +com.google.android.material.R$attr: int listPreferredItemHeight +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getNighttimeWeatherPhase() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: boolean isShow +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Title_Inverse +com.google.android.material.R$attr: int waveVariesBy +wangdaye.com.geometricweather.R$styleable: int SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Toolbar_Surface +okhttp3.RequestBody$3: okhttp3.MediaType contentType() +androidx.fragment.R$drawable: int notification_template_icon_bg +android.didikee.donate.R$styleable: int AppCompatTheme_colorControlActivated +okhttp3.internal.http2.Http2Reader: int lengthWithoutPadding(int,byte,short) +com.google.gson.stream.JsonWriter: boolean getSerializeNulls() +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_firstHorizontalStyle +okio.SegmentedByteString: okio.ByteString toAsciiUppercase() okhttp3.logging.LoggingEventListener: void requestHeadersEnd(okhttp3.Call,okhttp3.Request) -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void innerNext(int,java.lang.Object) -androidx.lifecycle.SavedStateHandle$1 -android.didikee.donate.R$attr: int listItemLayout -retrofit2.http.Path -androidx.appcompat.resources.R$id: int accessibility_custom_action_31 -androidx.constraintlayout.widget.R$attr: int textAppearanceLargePopupMenu -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: java.util.concurrent.atomic.AtomicBoolean shouldConnect -android.didikee.donate.R$styleable: int SearchView_commitIcon -wangdaye.com.geometricweather.R$id: int invisible -retrofit2.KotlinExtensions: java.lang.Object suspendAndThrow(java.lang.Exception,kotlin.coroutines.Continuation) -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.appcompat.widget.ActionMenuView -androidx.dynamicanimation.R$dimen: int notification_subtext_size -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void startTimeout(long) -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: void dispose() -androidx.appcompat.R$styleable: int[] AppCompatSeekBar -androidx.vectordrawable.animated.R$styleable: int ColorStateListItem_alpha -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setIcePrecipitation(java.lang.Float) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu -androidx.constraintlayout.widget.R$dimen: int abc_action_button_min_width_material -com.jaredrummler.android.colorpicker.R$id: int transparency_title -okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Header$Listener headersListener -io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: long serialVersionUID -wangdaye.com.geometricweather.R$integer: int design_snackbar_text_max_lines -androidx.appcompat.R$color: int abc_tint_default -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_SearchView_ActionBar -android.didikee.donate.R$id: int action_mode_close_button -com.google.android.material.bottomnavigation.BottomNavigationView: void setItemTextAppearanceActive(int) -com.turingtechnologies.materialscrollbar.R$id: int parentPanel -okhttp3.Cache: int writeSuccessCount() -wangdaye.com.geometricweather.R$styleable: int Toolbar_popupTheme -io.reactivex.internal.observers.DeferredScalarDisposable: void clear() -okhttp3.Cookie: java.util.regex.Pattern DAY_OF_MONTH_PATTERN -androidx.appcompat.resources.R$dimen: int compat_control_corner_material -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_8 -com.jaredrummler.android.colorpicker.R$attr: int windowFixedHeightMajor -james.adaptiveicon.R$styleable: int AppCompatTheme_viewInflaterClass -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_marginEnd -io.reactivex.Observable: io.reactivex.Observable concatWith(io.reactivex.SingleSource) -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_horizontalBias -james.adaptiveicon.R$styleable: int[] AppCompatImageView -okio.Buffer$1: Buffer$1(okio.Buffer) -wangdaye.com.geometricweather.R$attr: int bsb_seek_step_section -com.google.android.material.R$dimen: int item_touch_helper_max_drag_scroll_per_frame -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_homeAsUpIndicator -com.github.rahatarmanahmed.cpv.CircularProgressView$5: boolean wasCancelled -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeRealFeelShaderTemperature -com.google.android.material.R$attr: int horizontalOffset -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatImageView_srcCompat -com.jaredrummler.android.colorpicker.R$attr: int dialogTitle -okio.BufferedSource: java.lang.String readUtf8Line() -androidx.recyclerview.R$integer -wangdaye.com.geometricweather.R$id: int alerts -androidx.work.R$id: int action_divider -com.bumptech.glide.load.engine.GlideException: void logRootCauses(java.lang.String) -com.xw.repo.bubbleseekbar.R$color: int dim_foreground_material_dark -retrofit2.Converter$Factory: retrofit2.Converter responseBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) -androidx.work.R$styleable -wangdaye.com.geometricweather.R$string: int publish_at -androidx.constraintlayout.widget.R$id: int packed -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_orderInCategory -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: int requestFusion(int) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeSnowPrecipitationProbability -wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: java.lang.String unitId -androidx.appcompat.R$attr: int dividerHorizontal -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialButtonToggleGroup -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_elevation_material -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float visibility -androidx.appcompat.widget.SwitchCompat: java.lang.CharSequence getTextOn() -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_shapeAppearance -androidx.constraintlayout.widget.R$attr: int defaultQueryHint -wangdaye.com.geometricweather.R$attr: int actionModeCutDrawable -wangdaye.com.geometricweather.R$color: int colorTextSubtitle_dark -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean: CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean() -james.adaptiveicon.R$styleable: int SearchView_android_maxWidth -wangdaye.com.geometricweather.main.dialogs.HourlyWeatherDialog -com.google.android.material.R$styleable: int AppCompatTheme_ratingBarStyleIndicator -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: int PrecipitationProbability -com.xw.repo.bubbleseekbar.R$drawable: int abc_action_bar_item_background_material -com.google.android.material.R$animator: R$animator() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_ratingBarStyleSmall -androidx.appcompat.widget.ContentFrameLayout: ContentFrameLayout(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$drawable: int shortcuts_partly_cloudy_day_foreground -androidx.fragment.R$id: int accessibility_custom_action_19 -com.google.android.material.R$integer -androidx.constraintlayout.widget.R$styleable: int[] MenuView -com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_max_width -james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light_Dialog -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Direction: java.lang.String English -retrofit2.OkHttpCall: boolean isExecuted() -okhttp3.MultipartBody$Builder: okhttp3.MultipartBody$Builder addFormDataPart(java.lang.String,java.lang.String,okhttp3.RequestBody) -androidx.viewpager2.widget.ViewPager2: void setOrientation(int) -io.reactivex.internal.util.ExceptionHelper$Termination: long serialVersionUID -wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: float getMax() -wangdaye.com.geometricweather.R$string: int sp_widget_day_setting -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHeight_min -androidx.legacy.coreutils.R$style: int TextAppearance_Compat_Notification_Time -wangdaye.com.geometricweather.R$attr: int cpv_animSteps -com.jaredrummler.android.colorpicker.R$dimen: int hint_alpha_material_dark -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintBottom_creator -okhttp3.internal.http2.Http2Connection: void flush() -com.google.android.material.R$layout: int material_time_input -com.google.android.material.R$dimen: int highlight_alpha_material_light -com.turingtechnologies.materialscrollbar.R$color: int primary_text_default_material_light -androidx.lifecycle.extensions.R$styleable: int FragmentContainerView_android_name -com.google.android.material.R$style: int Widget_AppCompat_RatingBar +com.google.android.material.R$id: int material_clock_hand +io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: void onError(java.lang.Throwable) +androidx.preference.R$styleable: int TextAppearance_fontVariationSettings +androidx.preference.R$dimen: int preference_dropdown_padding_start +com.google.android.material.R$id: int material_timepicker_cancel_button +okio.SegmentedByteString: okio.ByteString substring(int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial: int UnitType +okhttp3.MultipartBody$Part: okhttp3.RequestBody body +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: void setAqi(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX) +android.didikee.donate.R$styleable: int ActionBar_indeterminateProgressStyle +com.turingtechnologies.materialscrollbar.R$id: int action_context_bar +wangdaye.com.geometricweather.R$font: int google_sans +android.didikee.donate.R$style: int Platform_V25_AppCompat_Light +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: cyanogenmod.externalviews.IKeyguardExternalViewProvider asInterface(android.os.IBinder) +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_contentInsetEndWithActions +wangdaye.com.geometricweather.R$layout: int activity_widget_config +retrofit2.OptionalConverterFactory$OptionalConverter: OptionalConverterFactory$OptionalConverter(retrofit2.Converter) +wangdaye.com.geometricweather.R$styleable: int Motion_drawPath +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge +wangdaye.com.geometricweather.R$anim: int abc_fade_out +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex today +wangdaye.com.geometricweather.R$attr: int shrinkMotionSpec +com.google.android.material.R$attr: int layout_constraintDimensionRatio +wangdaye.com.geometricweather.R$dimen: int material_clock_face_margin_top +androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall +cyanogenmod.themes.ThemeChangeRequest: int DEFAULT_WALLPAPER_ID +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: boolean isDisposed() +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void innerComplete(io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver) +com.google.android.material.R$drawable: int material_cursor_drawable +okhttp3.OkHttpClient: boolean followRedirects +org.greenrobot.greendao.AbstractDaoSession: java.lang.Object callInTx(java.util.concurrent.Callable) +wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.lang.String getType() +com.google.android.material.R$styleable: int Chip_iconStartPadding +okhttp3.internal.http2.Http2Codec$StreamFinishingSource: okhttp3.internal.http2.Http2Codec this$0 +com.google.android.material.R$id: int icon +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionButton +com.google.android.material.R$id: int action_image +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton +com.turingtechnologies.materialscrollbar.R$attr: int reverseLayout +james.adaptiveicon.R$id: int action_mode_bar_stub +wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.String getWindDescription(android.content.Context,wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit) +androidx.hilt.R$style: int TextAppearance_Compat_Notification_Info +wangdaye.com.geometricweather.R$string: int key_widget_trend_hourly +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_drawableEnd +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small +com.xw.repo.bubbleseekbar.R$id: int radio +com.google.android.material.R$styleable: int TextInputLayout_startIconTintMode +wangdaye.com.geometricweather.R$id: int activity_widget_config_hideLunarSwitch +io.reactivex.exceptions.OnErrorNotImplementedException: OnErrorNotImplementedException(java.lang.Throwable) +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Toolbar +com.google.android.material.R$color: int mtrl_btn_text_btn_bg_color_selector +wangdaye.com.geometricweather.remoteviews.config.Hilt_DailyTrendWidgetConfigActivity: Hilt_DailyTrendWidgetConfigActivity() +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_prefixText +wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date getMoonRiseDate() +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_DialogWhenLarge +cyanogenmod.weatherservice.WeatherProviderService$1: void cancelOngoingRequests() +com.github.rahatarmanahmed.cpv.CircularProgressView: void resetAnimation() +okhttp3.Headers: okhttp3.Headers of(java.lang.String[]) +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: int getSuggestedMinimumWidth() +okhttp3.Cache$CacheResponseBody: long contentLength() +okhttp3.internal.http2.Hpack$Reader: void insertIntoDynamicTable(int,okhttp3.internal.http2.Header) +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Button +wangdaye.com.geometricweather.R$attr: int checkedChip +com.turingtechnologies.materialscrollbar.R$id: int navigation_header_container +com.turingtechnologies.materialscrollbar.R$attr: int panelMenuListWidth +androidx.lifecycle.LiveData: void removeObservers(androidx.lifecycle.LifecycleOwner) +androidx.viewpager2.R$id: int accessibility_custom_action_0 +com.google.android.material.chip.ChipGroup: java.util.List getCheckedChipIds() +com.google.android.material.R$attr: int hintEnabled +wangdaye.com.geometricweather.R$styleable: int[] RoundCornerTransition +cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: java.lang.String getActiveWeatherServiceProviderLabel() +wangdaye.com.geometricweather.R$attr: int tickColorInactive +wangdaye.com.geometricweather.R$anim: int mtrl_bottom_sheet_slide_in +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_android_weightSum +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation: wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Weather weather +com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawable_android_constantSize +cyanogenmod.weather.RequestInfo: java.lang.String getCityName() +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: java.lang.String toString() +retrofit2.OkHttpCall$1: retrofit2.Callback val$callback +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: boolean isDisposed() +com.jaredrummler.android.colorpicker.R$styleable: int CheckBoxPreference_summaryOff +com.google.android.material.R$attr: int dayStyle +androidx.activity.R$styleable: int GradientColor_android_endColor +wangdaye.com.geometricweather.R$style: int PopupWindowAnimation_Bottom_Right +com.jaredrummler.android.colorpicker.R$styleable: int MultiSelectListPreference_entryValues +com.bumptech.glide.integration.okhttp.R$id: int info +com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getThumbStrokeColor() +wangdaye.com.geometricweather.R$color: int design_dark_default_color_primary_variant +okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner: AndroidPlatform$AndroidCertificateChainCleaner(java.lang.Object,java.lang.reflect.Method) +james.adaptiveicon.R$styleable: int Toolbar_navigationContentDescription +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_icon_btn_padding_left +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_commitIcon +androidx.recyclerview.R$color: int notification_action_color_filter +cyanogenmod.profiles.LockSettings: int mValue +androidx.core.R$styleable: int FontFamily_fontProviderPackage +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light_DialogWhenLarge +androidx.coordinatorlayout.widget.CoordinatorLayout$SavedState: android.os.Parcelable$Creator CREATOR +com.google.android.material.R$styleable: int NavigationView_elevation +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_always_show_bubble_delay +wangdaye.com.geometricweather.R$styleable: int Layout_android_orientation +androidx.preference.Preference: Preference(android.content.Context,android.util.AttributeSet) +android.didikee.donate.R$attr: int spinnerStyle +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title +okhttp3.internal.http2.Http2: java.lang.String[] BINARY +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$LocalSource +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone: java.lang.Object NextOffsetChange +androidx.transition.R$id: int tag_transition_group +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Year_Today +androidx.transition.R$color: int ripple_material_light +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintWidth_percent +androidx.cardview.widget.CardView: void setCardElevation(float) +androidx.lifecycle.ProcessLifecycleOwner$2: androidx.lifecycle.ProcessLifecycleOwner this$0 +wangdaye.com.geometricweather.R$id: int notification_main_column_container +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void otherError(java.lang.Throwable) +cyanogenmod.profiles.StreamSettings$1: java.lang.Object createFromParcel(android.os.Parcel) +okhttp3.MediaType: MediaType(java.lang.String,java.lang.String,java.lang.String,java.lang.String) +org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.rx.RxTransaction rxTxPlain() +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_max +com.xw.repo.bubbleseekbar.R$dimen: int abc_seekbar_track_progress_height_material +com.google.android.material.R$styleable: int Constraint_layout_constraintGuide_end +wangdaye.com.geometricweather.R$id: int visible +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_Dialog_Alert +androidx.loader.R$dimen: int compat_button_padding_vertical_material +okhttp3.Headers: java.lang.String value(int) +androidx.constraintlayout.widget.R$dimen: int notification_action_icon_size +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow +wangdaye.com.geometricweather.R$attr: int windowFixedHeightMinor +androidx.preference.R$attr: int ratingBarStyle +cyanogenmod.app.CustomTile$ExpandedItem$1 +androidx.constraintlayout.widget.R$id: int progress_horizontal +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem +cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_onStart_1 +io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver +cyanogenmod.app.IPartnerInterface$Stub +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_5 +androidx.work.R$id: int text2 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour +androidx.appcompat.R$styleable: int MenuView_android_horizontalDivider +androidx.lifecycle.Lifecycle$Event +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void subscribeInner(io.reactivex.ObservableSource) +okhttp3.internal.http2.Http2Connection: boolean shutdown +io.reactivex.internal.util.NotificationLite: java.lang.Object disposable(io.reactivex.disposables.Disposable) +androidx.viewpager2.R$id: int accessibility_custom_action_1 +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Dialog_FixedSize +cyanogenmod.hardware.CMHardwareManager: int readPersistentInt(java.lang.String) +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) +androidx.legacy.coreutils.R$drawable: int notification_bg +androidx.constraintlayout.widget.R$styleable: int KeyTrigger_motion_postLayoutCollision +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: boolean isRain() +wangdaye.com.geometricweather.common.basic.GeoViewModel +androidx.recyclerview.R$styleable: int[] GradientColor +com.turingtechnologies.materialscrollbar.R$bool: int abc_allow_stacked_button_bar +wangdaye.com.geometricweather.R$attr: int boxStrokeErrorColor +com.google.android.material.radiobutton.MaterialRadioButton: MaterialRadioButton(android.content.Context) +james.adaptiveicon.R$drawable: R$drawable() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Direction: java.lang.String Localized +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ButtonBar +androidx.drawerlayout.widget.DrawerLayout: void setStatusBarBackground(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$TotalLiquid TotalLiquid +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_font +com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_fabAnimationMode +wangdaye.com.geometricweather.R$attr: int actionDropDownStyle +com.xw.repo.bubbleseekbar.R$id: int notification_main_column +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: ObservableMergeWithMaybe$MergeWithObserver$OtherObserver(io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver) +androidx.preference.R$style: int ThemeOverlay_AppCompat_DayNight +wangdaye.com.geometricweather.common.basic.models.weather.History: History(java.util.Date,long,int,int) +androidx.preference.R$attr: int navigationMode +androidx.constraintlayout.helper.widget.Layer: void setTranslationY(float) +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_SeekBar +wangdaye.com.geometricweather.R$drawable: int abc_ic_menu_selectall_mtrl_alpha +okhttp3.internal.http2.Http2Codec: java.lang.String KEEP_ALIVE +com.google.android.material.R$styleable: int Constraint_android_layout_marginTop +james.adaptiveicon.R$styleable: int MenuView_android_horizontalDivider +androidx.appcompat.view.menu.ActionMenuItemView +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: ObservableBufferBoundary$BufferCloseObserver(io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver,long) +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_10 +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver +androidx.appcompat.R$attr: int actionModeStyle +com.xw.repo.bubbleseekbar.R$styleable: int ButtonBarLayout_allowStacking +okhttp3.internal.cache.DiskLruCache$Entry: okhttp3.internal.cache.DiskLruCache this$0 +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String hourlyForecast +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addPathSegments(java.lang.String,boolean) +androidx.work.impl.workers.ConstraintTrackingWorker: ConstraintTrackingWorker(android.content.Context,androidx.work.WorkerParameters) +androidx.preference.R$style: R$style() +okhttp3.internal.cache.DiskLruCache$1: DiskLruCache$1(okhttp3.internal.cache.DiskLruCache) +wangdaye.com.geometricweather.R$color: int androidx_core_secondary_text_default_material_light +androidx.hilt.lifecycle.R$styleable: int[] FragmentContainerView +androidx.constraintlayout.widget.R$styleable: int[] AnimatedStateListDrawableCompat +io.reactivex.internal.operators.observable.ObservableGroupBy$State: boolean done +com.google.android.material.R$styleable: int[] ConstraintLayout_placeholder +com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_check_to_on_mtrl_000 +cyanogenmod.app.ILiveLockScreenManager: void setLiveLockScreenEnabled(boolean) +androidx.appcompat.R$style: int Base_Theme_AppCompat_Dialog_Alert +androidx.preference.R$id: int image +okhttp3.HttpUrl: HttpUrl(okhttp3.HttpUrl$Builder) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Metric: java.lang.String Unit +wangdaye.com.geometricweather.R$id: int item_trend_hourly +wangdaye.com.geometricweather.common.ui.widgets.astro.MoonPhaseView: MoonPhaseView(android.content.Context) +androidx.dynamicanimation.R$attr: int fontWeight +com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat_Dialog +cyanogenmod.providers.CMSettings$System: java.lang.String BACK_WAKE_SCREEN +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_alphabeticShortcut +wangdaye.com.geometricweather.R$layout: int expand_button +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: io.reactivex.internal.operators.observable.ObservableReplay$ReplayBuffer buffer +androidx.activity.R$attr: int fontProviderCerts +wangdaye.com.geometricweather.R$string: int feedback_background_location_summary +com.google.android.material.R$id: int search_edit_frame +com.turingtechnologies.materialscrollbar.R$layout: int notification_template_custom_big +wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_AppbarPopupTheme_Dark +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_disabled_elevation +androidx.viewpager.R$styleable: int FontFamilyFont_android_fontStyle +androidx.recyclerview.widget.RecyclerView: void setItemAnimator(androidx.recyclerview.widget.RecyclerView$ItemAnimator) +wangdaye.com.geometricweather.R$string: int total +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Weather: java.lang.String icon +androidx.appcompat.widget.Toolbar: android.widget.TextView getSubtitleTextView() +com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_selector_background_transition_holo_light +wangdaye.com.geometricweather.R$attr: int titleEnabled +com.google.android.material.R$styleable: int Constraint_layout_constraintGuide_begin +wangdaye.com.geometricweather.R$id: int activity_widget_config_blackTextTitle +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonStyleSmall +androidx.preference.R$style: int Theme_AppCompat_DayNight_NoActionBar +cyanogenmod.providers.WeatherContract$WeatherColumns: android.net.Uri CURRENT_AND_FORECAST_WEATHER_URI +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: android.os.IBinder asBinder() +com.google.android.material.R$dimen: int hint_pressed_alpha_material_light +com.google.android.material.R$style: int Platform_V21_AppCompat_Light +com.google.android.material.bottomappbar.BottomAppBar: com.google.android.material.bottomappbar.BottomAppBar$Behavior getBehavior() +com.turingtechnologies.materialscrollbar.R$id: int stretch +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial Imperial +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: boolean isModifyInHour() +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeInsetBottom +androidx.activity.R$id: int line1 +james.adaptiveicon.R$drawable: int tooltip_frame_dark +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Metric: java.lang.String Unit +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dividerVertical +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_horizontalGap +com.google.android.material.R$drawable: R$drawable() +com.turingtechnologies.materialscrollbar.R$attr: int editTextStyle +android.didikee.donate.R$styleable: int ActionBar_customNavigationLayout +com.jaredrummler.android.colorpicker.R$styleable: int FontFamily_fontProviderQuery +wangdaye.com.geometricweather.R$styleable: int[] ProgressIndicator +android.didikee.donate.R$dimen: int abc_text_size_title_material +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title +com.jaredrummler.android.colorpicker.R$attr: int windowFixedWidthMinor +com.google.android.material.R$attr: int preserveIconSpacing +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedNoLast +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_curveFit +androidx.legacy.coreutils.R$layout: int notification_template_icon_group +wangdaye.com.geometricweather.R$id: int item_about_header_appVersion +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.R$layout: int mtrl_picker_header_toggle +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable +james.adaptiveicon.R$color: int abc_background_cache_hint_selector_material_dark +okhttp3.internal.cache.DiskLruCache$3 +com.jaredrummler.android.colorpicker.R$attr: int panelMenuListTheme +io.reactivex.Observable: io.reactivex.Observable switchMapDelayError(io.reactivex.functions.Function) +android.support.v4.graphics.drawable.IconCompatParcelizer: androidx.core.graphics.drawable.IconCompat read(androidx.versionedparcelable.VersionedParcel) +wangdaye.com.geometricweather.R$id: int SHOW_ALL +wangdaye.com.geometricweather.R$styleable: int Chip_chipMinHeight +okhttp3.internal.connection.RouteDatabase: void connected(okhttp3.Route) +retrofit2.ParameterHandler$RelativeUrl +cyanogenmod.providers.CMSettings$Secure: java.lang.String POWER_MENU_ACTIONS +wangdaye.com.geometricweather.R$style: int Theme_Design_BottomSheetDialog +io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: void dispose() +androidx.appcompat.R$styleable: int[] AnimatedStateListDrawableCompat +com.google.android.material.R$attr: int navigationContentDescription +wangdaye.com.geometricweather.R$layout: int item_line +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onBouncerShowing(boolean) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int RainProbability +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ExtendedFloatingActionButton +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Light_BottomSheetDialog +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_editTextStyle +io.reactivex.internal.observers.BasicIntQueueDisposable: boolean isDisposed() +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Dialog +okhttp3.ConnectionSpec: java.lang.String[] tlsVersions +com.xw.repo.bubbleseekbar.R$attr: int radioButtonStyle +androidx.legacy.coreutils.R$id: int line3 +androidx.preference.R$attr: int actionBarTabTextStyle +james.adaptiveicon.R$attr: int preserveIconSpacing +com.turingtechnologies.materialscrollbar.R$color: int switch_thumb_material_dark +androidx.appcompat.widget.AppCompatCheckBox: AppCompatCheckBox(android.content.Context,android.util.AttributeSet) +androidx.recyclerview.widget.RecyclerView: java.lang.CharSequence getAccessibilityClassName() +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_deriveConstraintsFrom +com.google.gson.stream.JsonReader: void beginObject() +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_Switch +james.adaptiveicon.R$style: int Widget_AppCompat_Spinner_DropDown +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: void onError(java.lang.Throwable) +com.turingtechnologies.materialscrollbar.R$attr: int strokeWidth +wangdaye.com.geometricweather.R$color: int lightPrimary_1 +androidx.appcompat.resources.R$styleable: int FontFamily_fontProviderAuthority +androidx.preference.R$style: int Preference_PreferenceScreen_Material +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric: java.lang.String Unit +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_android_textAppearance +retrofit2.OkHttpCall$NoContentResponseBody: okio.BufferedSource source() +cyanogenmod.providers.CMSettings$System: float getFloat(android.content.ContentResolver,java.lang.String,float) +androidx.appcompat.R$styleable: int TextAppearance_textLocale +androidx.hilt.R$dimen +androidx.legacy.coreutils.R$styleable: int FontFamilyFont_ttcIndex +cyanogenmod.providers.CMSettings$Global: long getLong(android.content.ContentResolver,java.lang.String,long) +cyanogenmod.hardware.CMHardwareManager: int COLOR_CALIBRATION_BLUE_INDEX +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Metric: AccuCurrentResult$Past24HourTemperatureDeparture$Metric() +androidx.preference.R$color: int abc_primary_text_material_dark +androidx.loader.R$dimen: int notification_large_icon_width +androidx.appcompat.R$attr: int imageButtonStyle +com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_itemTextAppearance +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Speed: int UnitType +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonBarButtonStyle +wangdaye.com.geometricweather.R$color: int androidx_core_ripple_material_light +com.google.android.material.R$id: int notification_main_column_container +okhttp3.Dispatcher: java.util.List runningCalls() +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_overflow_padding_end_material +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: long StartEpochDateTime +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_skipCollapsed +androidx.coordinatorlayout.R$styleable: int ColorStateListItem_android_color +com.google.android.material.R$attr: int fontWeight +wangdaye.com.geometricweather.R$attr: int expandedTitleMarginEnd +androidx.recyclerview.widget.RecyclerView$LayoutManager$Properties +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +androidx.appcompat.R$color: int primary_material_dark +com.github.rahatarmanahmed.cpv.CircularProgressView: void onAttachedToWindow() +androidx.preference.R$drawable: int abc_btn_check_material_anim +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_ratingBarStyleIndicator +androidx.fragment.R$styleable: int[] FragmentContainerView +okio.BufferedSource: java.lang.String readUtf8LineStrict() +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Title +io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function7) +com.xw.repo.bubbleseekbar.R$styleable: int[] GradientColor +androidx.hilt.R$styleable: int ColorStateListItem_alpha +okhttp3.internal.Util: java.net.InetAddress decodeIpv6(java.lang.String,int,int) +okio.Buffer: boolean exhausted() +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setUvDescription(java.lang.String) +wangdaye.com.geometricweather.R$attr: int listLayout +com.google.android.material.R$attr: int dialogPreferredPadding +com.google.android.material.progressindicator.ProgressIndicator: int getCircularInset() +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_z +androidx.cardview.R$color: R$color() +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +io.reactivex.Observable: io.reactivex.Observable window(io.reactivex.ObservableSource,io.reactivex.functions.Function) +cyanogenmod.externalviews.KeyguardExternalView$9: cyanogenmod.externalviews.KeyguardExternalView this$0 +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_selection_text_baseline_to_bottom +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatSeekBar_tickMarkTint +wangdaye.com.geometricweather.R$layout: int item_about_library +wangdaye.com.geometricweather.R$string: int feedback_location_permissions_title +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setAqiIndex(java.lang.Integer) +com.google.android.material.R$styleable: int TextAppearance_android_textColorHint +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.Date updateDate +wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderTitle +androidx.preference.R$styleable: int MenuItem_android_menuCategory +okhttp3.internal.http2.Http2Reader: okhttp3.internal.http2.Hpack$Reader hpackReader +wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoldIndex(java.lang.Integer) +androidx.appcompat.R$styleable: int[] Spinner +okhttp3.internal.ws.RealWebSocket$2: void onFailure(okhttp3.Call,java.io.IOException) +wangdaye.com.geometricweather.R$dimen: int mtrl_progress_indicator_full_rounded_corner_radius +androidx.appcompat.R$id: int accessibility_custom_action_10 +androidx.appcompat.R$styleable: int ActionBar_contentInsetEnd +androidx.preference.R$style: int Widget_AppCompat_ListView_Menu +com.google.android.material.bottomappbar.BottomAppBar: android.content.res.ColorStateList getBackgroundTint() +androidx.vectordrawable.R$dimen: int notification_small_icon_size_as_large +androidx.recyclerview.widget.RecyclerView: int getScrollState() +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ListPopupWindow +androidx.hilt.work.R$id: int accessibility_custom_action_14 +okhttp3.Response: boolean isRedirect() +io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver parent +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property UpdateTime +com.google.android.material.R$styleable: int ConstraintSet_pivotAnchor +android.didikee.donate.R$style: int Widget_AppCompat_Light_ListPopupWindow +okhttp3.RequestBody$2: okhttp3.MediaType val$contentType +wangdaye.com.geometricweather.R$layout: int mtrl_calendar_month +android.didikee.donate.R$style: int Base_Widget_AppCompat_ListPopupWindow +okhttp3.Challenge: boolean equals(java.lang.Object) +android.didikee.donate.R$styleable: int AppCompatTheme_dialogCornerRadius +android.didikee.donate.R$attr: int contentInsetRight +wangdaye.com.geometricweather.db.entities.LocationEntity +com.google.gson.FieldNamingPolicy: java.lang.String translateName(java.lang.reflect.Field) +androidx.cardview.R$style: int CardView +androidx.loader.R$styleable: int GradientColor_android_startColor +com.google.android.material.R$styleable: int AppCompatTextHelper_android_drawableBottom +james.adaptiveicon.R$dimen: int abc_text_size_title_material +com.turingtechnologies.materialscrollbar.R$color: int design_bottom_navigation_shadow_color com.jaredrummler.android.colorpicker.R$attr: int actionProviderClass -okhttp3.HttpUrl: boolean equals(java.lang.Object) -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: io.reactivex.disposables.Disposable upstream -wangdaye.com.geometricweather.settings.dialogs.AdaptiveIconDialog: AdaptiveIconDialog() -com.jaredrummler.android.colorpicker.R$attr: int summaryOff -android.didikee.donate.R$id: int custom -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color: java.lang.String Hex -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Tooltip -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_transformPivotY -cyanogenmod.app.CustomTile: java.lang.Object clone() -james.adaptiveicon.R$style: int Base_V7_Widget_AppCompat_EditText -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void onNext(java.lang.Object) -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void cancel() -org.greenrobot.greendao.AbstractDaoSession: void update(java.lang.Object) -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void onComplete() -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored -com.turingtechnologies.materialscrollbar.R$attr: int titleMarginEnd -com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_fixed_height_minor -com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_BottomNavigationView +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String COMPONENT_ID +androidx.constraintlayout.utils.widget.MotionTelltales: MotionTelltales(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getNo2Desc() +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_hideMotionSpec +androidx.coordinatorlayout.R$id: int tag_accessibility_heading +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Small_Inverse +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorTextAppearance +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean dispatchTouchEvent(android.view.MotionEvent) +io.reactivex.internal.observers.BasicIntQueueDisposable: int requestFusion(int) +cyanogenmod.app.ProfileGroup$Mode: cyanogenmod.app.ProfileGroup$Mode SUPPRESS +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_RatingBar +james.adaptiveicon.R$color: int abc_btn_colored_borderless_text_material +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: void onChanged(java.lang.Object) +wangdaye.com.geometricweather.R$id: int navigation_header_container +com.google.android.material.bottomnavigation.BottomNavigationView: void setLabelVisibilityMode(int) +okhttp3.Address: okhttp3.Authenticator proxyAuthenticator +android.didikee.donate.R$styleable: int ActionBar_elevation +android.didikee.donate.R$attr: int windowFixedHeightMinor +androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_fontStyle +com.google.android.material.tabs.TabLayout$TabView: void setSelected(boolean) +androidx.lifecycle.SavedStateHandle: java.util.Map mLiveDatas +okhttp3.internal.Util: java.util.concurrent.ThreadFactory threadFactory(java.lang.String,boolean) +androidx.appcompat.R$style: int Base_Widget_AppCompat_DrawerArrowToggle +com.jaredrummler.android.colorpicker.R$styleable: int PopupWindowBackgroundState_state_above_anchor +wangdaye.com.geometricweather.R$drawable: int ic_star +wangdaye.com.geometricweather.common.ui.widgets.DrawerLayout: DrawerLayout(android.content.Context,android.util.AttributeSet) +android.didikee.donate.R$style: int TextAppearance_AppCompat_Subhead +com.bumptech.glide.Registry$NoResultEncoderAvailableException +com.google.android.material.slider.Slider: float getStepSize() +wangdaye.com.geometricweather.R$attr: int chipMinTouchTargetSize +com.google.android.material.R$styleable: int GradientColor_android_type +com.google.android.material.R$style: int Widget_MaterialComponents_BottomNavigationView_Colored +com.xw.repo.BubbleSeekBar: void setOnProgressChangedListener(com.xw.repo.BubbleSeekBar$OnProgressChangedListener) +androidx.appcompat.widget.ActionBarOverlayLayout: void setOverlayMode(boolean) +okhttp3.Headers: java.util.List values(java.lang.String) +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver inner +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge +com.turingtechnologies.materialscrollbar.R$dimen +wangdaye.com.geometricweather.R$color: int radiobutton_themeable_attribute_color +androidx.appcompat.view.menu.ListMenuItemView: void setForceShowIcon(boolean) +wangdaye.com.geometricweather.R$drawable: int btn_radio_off_to_on_mtrl_animation +cyanogenmod.app.CustomTile$ExpandedStyle: CustomTile$ExpandedStyle(android.os.Parcel) +com.xw.repo.bubbleseekbar.R$attr: int keylines +okhttp3.internal.platform.Platform: byte[] concatLengthPrefixed(java.util.List) +io.reactivex.Observable: io.reactivex.Observable mergeArrayDelayError(int,int,io.reactivex.ObservableSource[]) +androidx.drawerlayout.R$id: int notification_main_column_container +androidx.appcompat.widget.FitWindowsLinearLayout: FitWindowsLinearLayout(android.content.Context,android.util.AttributeSet) +androidx.lifecycle.extensions.R$color: int ripple_material_light +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_editor_absoluteY +androidx.appcompat.R$drawable: int abc_edit_text_material +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: void dispose() +wangdaye.com.geometricweather.common.basic.models.weather.Alert: long alertId +com.google.android.material.R$style: int Widget_MaterialComponents_BottomSheet +wangdaye.com.geometricweather.R$id: int widget_week_temp_4 +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void runBackfused() +androidx.viewpager.widget.ViewPager: ViewPager(android.content.Context) +androidx.preference.R$styleable: int AppCompatTheme_ratingBarStyle +android.didikee.donate.R$id: int textSpacerNoTitle +androidx.activity.R$styleable: int[] FontFamily +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_textinput_box_stroke_width_focused +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_subtitle_bottom_margin_material +androidx.hilt.work.R$styleable: int[] GradientColor +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_11 +wangdaye.com.geometricweather.common.basic.models.weather.Astro: Astro(java.util.Date,java.util.Date) +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintTop_toTopOf +wangdaye.com.geometricweather.R$color: int mtrl_filled_background_color +wangdaye.com.geometricweather.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_0 +androidx.lifecycle.extensions.R$drawable: int notification_bg_normal +okhttp3.Dns$1: Dns$1() +wangdaye.com.geometricweather.db.entities.DaoMaster: DaoMaster(org.greenrobot.greendao.database.Database) +androidx.appcompat.widget.SearchView: void setSearchableInfo(android.app.SearchableInfo) +androidx.hilt.R$id: int accessibility_custom_action_6 +retrofit2.converter.gson.GsonConverterFactory: retrofit2.converter.gson.GsonConverterFactory create(com.google.gson.Gson) +wangdaye.com.geometricweather.R$string: int settings_category_basic +com.bumptech.glide.R$dimen: int compat_button_padding_vertical_material +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintStart_toStartOf +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.lang.Integer rainHazard6h +com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getPrefixTextColor() +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void onError(java.lang.Throwable) +com.turingtechnologies.materialscrollbar.R$attr: int actionBarTheme +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.lang.String Type +com.xw.repo.bubbleseekbar.R$dimen: int notification_action_text_size +androidx.appcompat.widget.LinearLayoutCompat: float getWeightSum() +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime realtime +com.jaredrummler.android.colorpicker.R$id: int action_mode_bar_stub +com.google.android.material.chip.ChipGroup: void setFlexWrap(int) +com.xw.repo.bubbleseekbar.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset +com.google.gson.stream.JsonWriter: boolean htmlSafe +okhttp3.OkHttpClient: int readTimeout +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeRainPrecipitationProbability() +androidx.activity.R$id: int accessibility_custom_action_30 +okhttp3.internal.ws.WebSocketWriter: void writeControlFrame(int,okio.ByteString) +wangdaye.com.geometricweather.R$styleable: int ListPreference_android_entryValues +androidx.transition.R$layout: int notification_action_tombstone +androidx.preference.R$id: int blocking +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_overflow_padding_start_material +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.util.concurrent.atomic.AtomicInteger active +wangdaye.com.geometricweather.R$animator: int weather_thunder_2 +androidx.activity.R$integer: R$integer() +cyanogenmod.app.CustomTile$Builder: android.content.Context mContext +wangdaye.com.geometricweather.R$drawable: int abc_seekbar_thumb_material +androidx.transition.R$styleable: R$styleable() +androidx.lifecycle.MutableLiveData: void postValue(java.lang.Object) +wangdaye.com.geometricweather.db.entities.WeatherEntity: void refresh() +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: void requestLocation(android.content.Context,wangdaye.com.geometricweather.location.services.LocationService$LocationCallback) +okhttp3.internal.connection.ConnectInterceptor: ConnectInterceptor(okhttp3.OkHttpClient) +com.google.android.material.R$dimen: int mtrl_slider_thumb_radius +com.turingtechnologies.materialscrollbar.R$color: int secondary_text_disabled_material_light +james.adaptiveicon.R$style: int Widget_AppCompat_ActivityChooserView +androidx.appcompat.R$style: int Widget_AppCompat_CompoundButton_Switch +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningConsequence: int phenomenonId +androidx.appcompat.R$attr: int maxButtonHeight +wangdaye.com.geometricweather.R$animator: int mtrl_btn_unelevated_state_list_anim +cyanogenmod.hardware.CMHardwareManager: int[] getDisplayColorCalibrationArray() +androidx.lifecycle.extensions.R$attr: int fontVariationSettings +com.turingtechnologies.materialscrollbar.TouchScrollBar: float getHandleOffset() +androidx.preference.R$style: int Base_Theme_AppCompat_Dialog_Alert +cyanogenmod.externalviews.KeyguardExternalView: android.os.IBinder access$200(cyanogenmod.externalviews.KeyguardExternalView) +com.turingtechnologies.materialscrollbar.R$attr: int textColorAlertDialogListItem +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: java.lang.String type +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Display4 +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.Precipitation precipitation +wangdaye.com.geometricweather.R$color: int material_grey_850 +wangdaye.com.geometricweather.R$drawable: int notif_temp_26 +androidx.drawerlayout.R$styleable: int GradientColor_android_startColor +com.xw.repo.bubbleseekbar.R$attr: int font +androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow +cyanogenmod.app.LiveLockScreenInfo: int priority +james.adaptiveicon.R$styleable: int Toolbar_popupTheme +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float rain1h +androidx.appcompat.widget.AppCompatSpinner: void setPrompt(java.lang.CharSequence) +com.bumptech.glide.R$styleable: int GradientColor_android_endX +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight +com.github.rahatarmanahmed.cpv.CircularProgressView: CircularProgressView(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.widget.R$id: int home +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder pingInterval(long,java.util.concurrent.TimeUnit) +com.google.android.material.R$color: int abc_search_url_text_normal +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout: void setOnFitSystemBarListener(wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout$OnFitSystemBarListener) +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: java.lang.Object value +wangdaye.com.geometricweather.R$string: int material_timepicker_select_time +cyanogenmod.hardware.CMHardwareManager: boolean isSunlightEnhancementSelfManaged() +com.google.android.material.R$style: int Widget_MaterialComponents_Tooltip +com.google.android.material.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable +cyanogenmod.app.suggest.ApplicationSuggestion: ApplicationSuggestion(android.os.Parcel,cyanogenmod.app.suggest.ApplicationSuggestion$1) +com.google.android.material.textfield.TextInputLayout: void removeOnEditTextAttachedListener(com.google.android.material.textfield.TextInputLayout$OnEditTextAttachedListener) +androidx.work.impl.utils.futures.DirectExecutor: androidx.work.impl.utils.futures.DirectExecutor INSTANCE +androidx.preference.R$attr: int actionBarSplitStyle +androidx.appcompat.R$attr: int listPreferredItemHeight +androidx.work.R$id: int icon +com.google.android.material.R$styleable: int RecyclerView_android_descendantFocusability +androidx.constraintlayout.widget.R$styleable: int KeyPosition_transitionEasing +io.reactivex.Observable: io.reactivex.Observable window(io.reactivex.ObservableSource,int) +androidx.hilt.lifecycle.R$styleable: int ColorStateListItem_android_color +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit[] values() +com.google.android.material.R$attr: int layout_constrainedHeight +cyanogenmod.themes.ThemeManager$2$1: java.lang.String val$pkgName +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration precipitationDuration +androidx.appcompat.R$styleable: int AppCompatTheme_ratingBarStyleIndicator +com.google.android.material.R$attr: int buttonBarPositiveButtonStyle +wangdaye.com.geometricweather.R$id: int normal +wangdaye.com.geometricweather.R$string: int material_hour_selection +androidx.appcompat.R$id: int scrollIndicatorUp +androidx.appcompat.widget.SearchView: int getPreferredWidth() +okio.Options: java.lang.Object get(int) +androidx.legacy.coreutils.R$layout +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_menuCategory +androidx.constraintlayout.widget.R$styleable: int SearchView_voiceIcon +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: long serialVersionUID +wangdaye.com.geometricweather.R$attr: int motionTarget +wangdaye.com.geometricweather.R$string: int settings_title_service_provider +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator +retrofit2.KotlinExtensions$awaitResponse$$inlined$suspendCancellableCoroutine$lambda$1: java.lang.Object invoke(java.lang.Object) +androidx.appcompat.R$drawable: int abc_seekbar_thumb_material +androidx.coordinatorlayout.R$attr +cyanogenmod.themes.ThemeManager: java.util.Set mChangeListeners +james.adaptiveicon.R$styleable: int MenuGroup_android_visible +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_pixel +androidx.customview.R$id: int italic +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: java.lang.Object get() +androidx.preference.R$attr: int contentInsetEndWithActions +com.google.android.material.transformation.TransformationChildCard +android.didikee.donate.R$styleable: int MenuItem_actionLayout +com.jaredrummler.android.colorpicker.R$styleable: int GradientColorItem_android_offset +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void complete() +wangdaye.com.geometricweather.R$attr: int recyclerViewStyle +wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_drawableBottom +androidx.lifecycle.Lifecycling: java.util.Map sClassToAdapters +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String province +com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleTextAppearance +cyanogenmod.weather.WeatherLocation: java.lang.String access$602(cyanogenmod.weather.WeatherLocation,java.lang.String) +wangdaye.com.geometricweather.R$id: int action_manage +com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableTransition_android_fromId +retrofit2.Utils$WildcardTypeImpl: boolean equals(java.lang.Object) +wangdaye.com.geometricweather.R$styleable: int KeyCycle_curveFit +wangdaye.com.geometricweather.R$id: int toolbar +okhttp3.logging.HttpLoggingInterceptor: HttpLoggingInterceptor(okhttp3.logging.HttpLoggingInterceptor$Logger) +io.reactivex.internal.util.NotificationLite$SubscriptionNotification: java.lang.String toString() +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: int FINISHED +androidx.appcompat.R$attr: int autoSizePresetSizes +androidx.viewpager.R$dimen: int notification_right_side_padding_top +androidx.viewpager2.R$id: int text2 +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: wangdaye.com.geometricweather.db.converters.WeatherCodeConverter weatherCodeConverter +retrofit2.RequestFactory: retrofit2.ParameterHandler[] parameterHandlers +com.google.android.material.R$attr: int actionBarTabBarStyle +james.adaptiveicon.R$drawable: int abc_ab_share_pack_mtrl_alpha +cyanogenmod.app.CustomTile: java.lang.String resourcesPackageName +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_16 +com.google.gson.stream.MalformedJsonException +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int FOGGY +okio.RealBufferedSource: long read(okio.Buffer,long) +james.adaptiveicon.R$styleable: int LinearLayoutCompat_measureWithLargestChild +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_125 +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionBar_TabBar +cyanogenmod.hardware.DisplayMode: DisplayMode(android.os.Parcel,cyanogenmod.hardware.DisplayMode$1) +retrofit2.http.Field +wangdaye.com.geometricweather.R$id: int activity_weather_daily_container +com.google.android.material.R$styleable: int AppCompatSeekBar_tickMarkTint +com.jaredrummler.android.colorpicker.ColorPickerView: ColorPickerView(android.content.Context) +androidx.appcompat.R$id: int search_close_btn +io.reactivex.internal.observers.BasicIntQueueDisposable: void dispose() +wangdaye.com.geometricweather.R$layout: int item_card_display +com.google.android.material.R$id: int cancel_button +cyanogenmod.profiles.ConnectionSettings: java.lang.String EXTRA_NETWORK_MODE +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$1: androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription this$0 +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setEnabled(boolean) +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_hide_bubble +com.turingtechnologies.materialscrollbar.R$style: int Base_DialogWindowTitle_AppCompat +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableTint +okhttp3.Protocol: java.lang.String toString() +androidx.constraintlayout.widget.R$drawable: int abc_list_divider_mtrl_alpha +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getThunderstormPrecipitationProbability() +wangdaye.com.geometricweather.R$id: int widget_day_week_icon_5 +com.xw.repo.bubbleseekbar.R$dimen: int notification_top_pad +wangdaye.com.geometricweather.main.dialogs.LearnMoreAboutResidentLocationDialog +androidx.work.R$attr: int fontProviderFetchStrategy +wangdaye.com.geometricweather.R$color: int darkPrimary_4 +com.xw.repo.bubbleseekbar.R$drawable: int abc_textfield_search_material +okio.Buffer: void readFrom(java.io.InputStream,long,boolean) +wangdaye.com.geometricweather.R$attr: int actionModePasteDrawable +okhttp3.Protocol: okhttp3.Protocol QUIC +james.adaptiveicon.R$style: int Widget_AppCompat_ProgressBar +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeIcePrecipitationDuration +wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_textSize +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean getDirection() +android.didikee.donate.R$styleable: int ActionBar_titleTextStyle +androidx.appcompat.widget.FitWindowsFrameLayout: FitWindowsFrameLayout(android.content.Context) +androidx.hilt.lifecycle.R$styleable: int[] FontFamily +com.turingtechnologies.materialscrollbar.R$attr: int editTextColor +wangdaye.com.geometricweather.R$id: int outline +okhttp3.internal.http2.Http2Stream$FramingSource: void updateConnectionFlowControl(long) +wangdaye.com.geometricweather.common.ui.widgets.TagView: TagView(android.content.Context) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: java.lang.String getLogo() +wangdaye.com.geometricweather.R$styleable: int Slider_android_valueTo +androidx.constraintlayout.widget.R$dimen: int abc_dialog_min_width_minor +com.google.android.material.R$color: int design_fab_stroke_top_outer_color +wangdaye.com.geometricweather.R$attr: int sliderStyle +james.adaptiveicon.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem +io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: io.reactivex.disposables.Disposable upstream +retrofit2.adapter.rxjava2.RxJava2CallAdapter: RxJava2CallAdapter(java.lang.reflect.Type,io.reactivex.Scheduler,boolean,boolean,boolean,boolean,boolean,boolean,boolean) +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber +androidx.work.ExistingWorkPolicy: androidx.work.ExistingWorkPolicy valueOf(java.lang.String) +androidx.hilt.R$styleable: int GradientColor_android_type +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setContentDescription(java.lang.String) +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_display_2_material +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.transition.R$dimen: int notification_action_text_size +androidx.lifecycle.LifecycleService: void onCreate() +androidx.constraintlayout.widget.R$attr: int lastBaselineToBottomHeight +wangdaye.com.geometricweather.R$styleable: int Variant_region_widthLessThan +okhttp3.internal.cache.DiskLruCache: void flush() +cyanogenmod.app.CustomTile$ExpandedItem: void writeToParcel(android.os.Parcel,int) +androidx.preference.R$color: int bright_foreground_material_light +com.jaredrummler.android.colorpicker.R$attr: int measureWithLargestChild +okio.Okio: okio.Sink sink(java.io.OutputStream,okio.Timeout) +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_voiceIcon +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getO3() +com.google.android.material.R$id: int view_offset_helper +wangdaye.com.geometricweather.R$id: int disablePostScroll +cyanogenmod.themes.IThemeProcessingListener$Stub: cyanogenmod.themes.IThemeProcessingListener asInterface(android.os.IBinder) +james.adaptiveicon.R$id: int normal +com.google.android.material.R$styleable: int Constraint_layout_constraintRight_toRightOf +cyanogenmod.app.IProfileManager: boolean notificationGroupExistsByName(java.lang.String) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Spinner_Underlined +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut +com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_ttcIndex +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) +com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage RESOURCE_CACHE +cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String EXTRA_ENABLED +androidx.customview.R$styleable: int GradientColor_android_type +androidx.preference.R$styleable: int MenuItem_android_alphabeticShortcut +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_caption_material +io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy MISSING +androidx.appcompat.R$styleable: int[] SwitchCompat +cyanogenmod.alarmclock.ClockContract$InstancesColumns: int HIGH_NOTIFICATION_STATE +okhttp3.internal.http2.Hpack$Reader: int headerCount +androidx.appcompat.R$styleable: int AppCompatTextHelper_android_drawableStart +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String SECONDARY_COLOR +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setBootanimation(java.lang.String) +com.google.android.material.R$style: int Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework +androidx.hilt.R$styleable: int FontFamilyFont_android_fontStyle +io.reactivex.Observable: io.reactivex.Observable throttleLatest(long,java.util.concurrent.TimeUnit) +androidx.preference.R$id: int seekbar +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$string: int degree_day_temperature +wangdaye.com.geometricweather.db.entities.LocationEntity: java.util.TimeZone timeZone +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation +androidx.lifecycle.GeneratedAdapter: void callMethods(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event,boolean,androidx.lifecycle.MethodCallsLogger) +cyanogenmod.weatherservice.IWeatherProviderService$Stub +com.google.android.material.R$styleable: int[] KeyPosition +com.google.android.material.R$dimen: int abc_list_item_height_large_material +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource[] values() +com.jaredrummler.android.colorpicker.R$attr: int dialogPreferredPadding +james.adaptiveicon.R$id: int action_bar_title +okhttp3.Address +androidx.appcompat.widget.AppCompatSpinner: android.content.res.ColorStateList getSupportBackgroundTintList() +androidx.preference.R$styleable: int SearchView_voiceIcon +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onScreenTurnedOn() +com.xw.repo.bubbleseekbar.R$drawable: int abc_action_bar_item_background_material +androidx.constraintlayout.widget.R$attr: int titleMarginTop +wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: float unitFactor +androidx.constraintlayout.widget.R$id: int tag_accessibility_pane_title +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +com.turingtechnologies.materialscrollbar.R$id: int title_template +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionBar_TabView +cyanogenmod.weather.WeatherLocation: java.lang.String getCity() +cyanogenmod.weather.IRequestInfoListener$Stub$Proxy +cyanogenmod.app.CMContextConstants: java.lang.String CM_PERFORMANCE_SERVICE +okhttp3.ConnectionPool +com.google.android.material.R$styleable: int Transition_pathMotionArc +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeCloseDrawable +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setTitle(java.lang.CharSequence) +wangdaye.com.geometricweather.R$string: int settings_title_dark_mode +wangdaye.com.geometricweather.R$id: int activity_widget_config_custom_scrollView +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: MfEphemerisResult$Properties$Ephemeris() +androidx.dynamicanimation.R$style: int TextAppearance_Compat_Notification_Info +com.google.android.material.R$attr: int textAppearanceHeadline1 +io.reactivex.Observable: io.reactivex.Observable repeat() +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_26 +androidx.appcompat.R$style: int Base_V22_Theme_AppCompat_Light +com.google.android.material.R$string +androidx.lifecycle.SavedStateHandle: void set(java.lang.String,java.lang.Object) +cyanogenmod.hardware.CMHardwareManager: int[] getVibratorIntensityArray() +wangdaye.com.geometricweather.db.entities.DailyEntity: void setAqiIndex(java.lang.Integer) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_21 +androidx.work.R$id: int accessibility_custom_action_2 +com.xw.repo.bubbleseekbar.R$style: int AlertDialog_AppCompat +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Light_ActionBar_Solid +com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setIconTintList(android.content.res.ColorStateList) +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_switchPreferenceCompatStyle +okhttp3.CacheControl: okhttp3.CacheControl parse(okhttp3.Headers) +androidx.legacy.coreutils.R$string: int status_bar_notification_info_overflow +wangdaye.com.geometricweather.db.entities.HistoryEntity: long getTime() +wangdaye.com.geometricweather.R$id: int dialog_location_help_manageTitle +androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_marginRight +androidx.appcompat.R$attr: int ratingBarStyle +retrofit2.OkHttpCall$ExceptionCatchingResponseBody: OkHttpCall$ExceptionCatchingResponseBody(okhttp3.ResponseBody) +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIconTint +wangdaye.com.geometricweather.R$styleable: int Preference_iconSpaceReserved +androidx.constraintlayout.widget.R$styleable: int ViewBackgroundHelper_backgroundTint +androidx.appcompat.R$attr: int dialogPreferredPadding +okhttp3.MediaType: java.util.regex.Pattern PARAMETER +androidx.preference.PreferenceCategory +com.google.android.material.R$style: int Base_Widget_AppCompat_RatingBar +wangdaye.com.geometricweather.settings.activities.DailyTrendDisplayManageActivity: DailyTrendDisplayManageActivity() +com.google.android.material.floatingactionbutton.FloatingActionButton: void setCompatHoveredFocusedTranslationZ(float) +okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Http2Connection getConnection() +com.jaredrummler.android.colorpicker.R$color: int abc_tint_btn_checkable +wangdaye.com.geometricweather.R$attr: int animationDuration com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayoutStates_state_lifted -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_navigationIcon -wangdaye.com.geometricweather.R$styleable: int Preference_summary -androidx.constraintlayout.widget.R$styleable: int[] ConstraintSet -wangdaye.com.geometricweather.R$dimen: int material_clock_face_margin_top -cyanogenmod.providers.DataUsageContract: DataUsageContract() -com.google.android.material.R$id: int container -android.didikee.donate.R$style: int Base_Widget_AppCompat_CompoundButton_Switch -androidx.constraintlayout.widget.R$id: int baseline -retrofit2.Retrofit: okhttp3.Call$Factory callFactory() -androidx.preference.R$styleable: int CheckBoxPreference_summaryOn -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge -cyanogenmod.app.CustomTile$Builder: android.content.Intent mOnSettingsClick -io.reactivex.internal.observers.DeferredScalarDisposable: void complete() -cyanogenmod.hardware.ICMHardwareService: cyanogenmod.hardware.DisplayMode getDefaultDisplayMode() -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeCopyDrawable -okhttp3.internal.http2.PushObserver$1: boolean onHeaders(int,java.util.List,boolean) -wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView: TrendRecyclerView(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.R$attr: int alertDialogCenterButtons -androidx.appcompat.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth -androidx.activity.R$id: int accessibility_custom_action_20 -com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_pressed_holo_light -okio.RealBufferedSource: int read(java.nio.ByteBuffer) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_editTextStyle -cyanogenmod.os.Concierge: cyanogenmod.os.Concierge$ParcelInfo prepareParcel(android.os.Parcel) -com.xw.repo.bubbleseekbar.R$layout: int select_dialog_item_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setUvIndex(java.lang.String) -com.xw.repo.bubbleseekbar.R$attr: int textColorAlertDialogListItem -wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: SwipeSwitchLayout(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.AirQuality airQuality -androidx.preference.R$styleable: int AppCompatTheme_toolbarStyle -com.google.android.material.R$id: int end -wangdaye.com.geometricweather.background.receiver.widget.WidgetTrendHourlyProvider -cyanogenmod.app.ICustomTileListener: void onCustomTileRemoved(org.cyanogenmod.internal.statusbar.IStatusBarCustomTileHolder) -androidx.constraintlayout.widget.R$style: int RtlOverlay_DialogWindowTitle_AppCompat -com.jaredrummler.android.colorpicker.R$dimen: int notification_media_narrow_margin -com.google.android.material.R$drawable: int abc_text_select_handle_middle_mtrl_light -androidx.vectordrawable.animated.R$style: int TextAppearance_Compat_Notification_Title +wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_mini_light +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputEditText_FilledBox +androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPostResumed(android.app.Activity) +com.google.android.material.R$styleable: int MaterialCalendar_android_windowFullscreen +androidx.vectordrawable.R$styleable: int[] FontFamily +okhttp3.internal.http1.Http1Codec: okio.Source newFixedLengthSource(long) +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode PROTOCOL_ERROR +wangdaye.com.geometricweather.R$attr: int number +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dropDownListViewStyle +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Headline +wangdaye.com.geometricweather.R$attr: int borderlessButtonStyle +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: FlowableOnBackpressureDrop$BackpressureDropSubscriber(org.reactivestreams.Subscriber,io.reactivex.functions.Consumer) +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle +androidx.appcompat.R$attr: int actionModeBackground +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9 +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Button_Borderless +okhttp3.CacheControl$Builder: okhttp3.CacheControl build() +com.bumptech.glide.R$dimen: int notification_main_column_padding_top +wangdaye.com.geometricweather.R$id: int dialog_minimal_icon_container +io.reactivex.subjects.PublishSubject$PublishDisposable: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.R$attr: int materialAlertDialogTheme +androidx.constraintlayout.widget.R$attr: int listPreferredItemHeight +androidx.preference.R$id: int accessibility_custom_action_12 +com.google.android.material.R$style: int Base_V21_Theme_MaterialComponents_Dialog +com.jaredrummler.android.colorpicker.R$layout: int abc_activity_chooser_view_list_item +james.adaptiveicon.R$style: int Theme_AppCompat_CompactMenu +james.adaptiveicon.R$attr: int suggestionRowLayout +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: DefaultCallAdapterFactory$ExecutorCallbackCall(java.util.concurrent.Executor,retrofit2.Call) +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_placeholder_placeholder_emptyVisibility +com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getPrefixText() +okhttp3.internal.connection.ConnectInterceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: io.reactivex.internal.util.AtomicThrowable errors +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: int hasSeaBulletin +wangdaye.com.geometricweather.R$string: int about_page_indicator +androidx.appcompat.widget.LinearLayoutCompat: void setMeasureWithLargestChildEnabled(boolean) +androidx.preference.R$dimen: int notification_small_icon_background_padding +cyanogenmod.profiles.AirplaneModeSettings: void readFromParcel(android.os.Parcel) +androidx.loader.R$dimen: int compat_notification_large_icon_max_width +android.didikee.donate.R$styleable: int AppCompatTheme_actionBarPopupTheme +androidx.dynamicanimation.R$drawable: int notification_bg_normal_pressed +androidx.viewpager.R$styleable: int ColorStateListItem_android_color +com.google.android.material.R$attr: int maxWidth +okhttp3.internal.http2.Http2Connection$Builder: int pingIntervalMillis +wangdaye.com.geometricweather.R$attr: int cpv_animSwoopDuration +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_paddingTop +androidx.constraintlayout.widget.R$style: int Platform_V25_AppCompat_Light +com.google.android.material.R$styleable: int KeyTrigger_triggerReceiver +androidx.vectordrawable.animated.R$id: int blocking +cyanogenmod.weather.WeatherInfo: boolean isValidWeatherCode(int) +com.google.android.material.floatingactionbutton.FloatingActionButton: int getCustomSize() +androidx.appcompat.R$dimen: int abc_text_size_display_3_material +james.adaptiveicon.R$drawable: int abc_ic_menu_cut_mtrl_alpha +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean temperature +wangdaye.com.geometricweather.R$id: int dialog_providers_previewer_title +androidx.preference.R$attr: int fontWeight +androidx.constraintlayout.widget.R$attr: int alertDialogTheme +android.didikee.donate.R$styleable: int ViewBackgroundHelper_android_background +wangdaye.com.geometricweather.R$string: int action_manage +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: boolean delayError +com.jaredrummler.android.colorpicker.R$attr: int fontVariationSettings +com.google.android.material.R$attr: int indicatorCornerRadius +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr: AccuCurrentResult$Precip1hr() +com.google.android.material.R$attr: int listPreferredItemPaddingEnd +io.reactivex.Observable: io.reactivex.Single toMultimap(io.reactivex.functions.Function,io.reactivex.functions.Function,java.util.concurrent.Callable) +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: io.reactivex.internal.disposables.DisposableContainer tasks +wangdaye.com.geometricweather.R$dimen: int mtrl_alert_dialog_picker_background_inset +james.adaptiveicon.R$attr: int colorButtonNormal +com.google.android.material.R$drawable: int abc_seekbar_tick_mark_material +james.adaptiveicon.R$attr: int titleMarginEnd +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_Button +androidx.appcompat.widget.AppCompatRadioButton: android.content.res.ColorStateList getSupportButtonTintList() +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_searchViewStyle +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomNavigationView_Colored +io.reactivex.observers.TestObserver$EmptyObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.appcompat.R$color: int abc_search_url_text_normal +okio.Buffer: long indexOf(okio.ByteString,long) +okio.GzipSink: void writeHeader() +wangdaye.com.geometricweather.R$id: int activity_widget_config_showCardContainer +com.google.android.material.R$attr: int showMotionSpec +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: java.lang.String getPubTime() +okhttp3.internal.http2.Http2Reader: void readConnectionPreface(okhttp3.internal.http2.Http2Reader$Handler) +com.turingtechnologies.materialscrollbar.R$id: int design_bottom_sheet +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: java.lang.String getNotice() +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter value(java.lang.Number) +androidx.appcompat.R$drawable: int abc_cab_background_top_material +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_drawableBottom +androidx.appcompat.R$attr: int spinnerStyle +wangdaye.com.geometricweather.db.entities.AlertEntityDao: boolean isEntityUpdateable() +wangdaye.com.geometricweather.R$styleable: int Preference_android_enabled +wangdaye.com.geometricweather.R$animator: int weather_thunderstorm_2 +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Dark_ActionBar +com.google.android.material.R$styleable: int AppCompatTextView_autoSizeMinTextSize +androidx.preference.R$attr: int colorError +com.turingtechnologies.materialscrollbar.R$styleable: int[] TouchScrollBar +cyanogenmod.externalviews.ExternalViewProperties: android.graphics.Rect mHitRect +wangdaye.com.geometricweather.R$attr: int itemShapeInsetEnd +androidx.preference.EditTextPreference$SavedState +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation: AccuLocationResult$GeoPosition$Elevation() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: java.lang.String desc +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout: void setOnApplyWindowInsetsListener(android.view.View$OnApplyWindowInsetsListener) +wangdaye.com.geometricweather.R$string: int content_desc_check_details +cyanogenmod.hardware.ICMHardwareService: java.lang.String getUniqueDeviceId() +com.google.android.material.slider.Slider: android.content.res.ColorStateList getTickInactiveTintList() +androidx.constraintlayout.widget.R$attr: int layout +androidx.loader.R$attr: int fontProviderAuthority +james.adaptiveicon.R$style: int Theme_AppCompat_Light_DarkActionBar +androidx.appcompat.R$attr: int alertDialogButtonGroupStyle +com.turingtechnologies.materialscrollbar.R$attr: int tabPaddingTop +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_AES_128_CBC_SHA +retrofit2.SkipCallbackExecutorImpl: retrofit2.SkipCallbackExecutor INSTANCE +io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,int) +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: AtmoAuraQAResult$Advice() +androidx.hilt.work.R$id: int accessibility_custom_action_28 +android.didikee.donate.R$styleable: int View_theme +wangdaye.com.geometricweather.R$string: int key_widget_clock_day_horizontal +wangdaye.com.geometricweather.R$attr: int bsb_bubble_text_color +com.google.android.material.textfield.TextInputLayout: void setDefaultHintTextColor(android.content.res.ColorStateList) +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginBottom +com.google.android.material.R$color: int material_slider_active_track_color +com.google.android.material.R$styleable: int TextInputLayout_counterOverflowTextColor +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_APP_SWITCH_LONG_PRESS_ACTION_VALIDATOR +wangdaye.com.geometricweather.R$id: int ragweedValue +androidx.customview.R$dimen: int notification_large_icon_height +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Headline +android.didikee.donate.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated +androidx.preference.R$styleable: int ActionMode_titleTextStyle +okhttp3.internal.ws.WebSocketReader$FrameCallback: void onReadMessage(okio.ByteString) +androidx.preference.R$drawable: int btn_radio_on_mtrl +james.adaptiveicon.R$id: int alertTitle +androidx.appcompat.R$styleable: int Toolbar_collapseContentDescription +com.google.android.material.timepicker.RadialViewGroup: RadialViewGroup(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$id: int end +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: int CountMinute +com.google.android.material.R$styleable: int TabLayout_tabUnboundedRipple +cyanogenmod.app.LiveLockScreenInfo$1: cyanogenmod.app.LiveLockScreenInfo[] newArray(int) +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property RainPrecipitation +androidx.coordinatorlayout.R$id: int tag_screen_reader_focusable +james.adaptiveicon.R$attr: int actionModeCloseDrawable +wangdaye.com.geometricweather.R$layout: int cpv_preference_circle_large +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void innerComplete() +androidx.recyclerview.R$attr: int fontProviderFetchTimeout +wangdaye.com.geometricweather.R$styleable: int MotionTelltales_telltales_tailScale +wangdaye.com.geometricweather.R$id: int withText +androidx.dynamicanimation.R$styleable: int[] GradientColor +androidx.preference.EditTextPreferenceDialogFragmentCompat +okhttp3.Authenticator: okhttp3.Request authenticate(okhttp3.Route,okhttp3.Response) +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_AutoCompleteTextView +android.didikee.donate.R$dimen: int abc_text_size_display_1_material +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: java.util.List AirAndPollen +io.reactivex.Observable: io.reactivex.Observable timeout0(io.reactivex.ObservableSource,io.reactivex.functions.Function,io.reactivex.ObservableSource) +com.bumptech.glide.R$id: int tag_unhandled_key_listeners +com.google.android.material.R$styleable: int Constraint_android_layout_marginLeft +androidx.vectordrawable.R$styleable: int FontFamily_fontProviderFetchStrategy +com.google.android.material.R$styleable: int Constraint_layout_constraintRight_creator +com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_radio_to_on_mtrl_015 +wangdaye.com.geometricweather.R$drawable: int ic_tag_off +james.adaptiveicon.R$styleable: int SearchView_queryHint +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber +wangdaye.com.geometricweather.R$attr: int unchecked_background_color +cyanogenmod.providers.DataUsageContract: java.lang.String FAST_AVG +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: boolean isChinese() +com.google.android.material.R$style: int Widget_AppCompat_PopupMenu +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Imperial: double Value +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintLeft_creator +okio.RealBufferedSink: okio.BufferedSink write(byte[]) +androidx.recyclerview.R$styleable: int GradientColorItem_android_color +com.jaredrummler.android.colorpicker.R$attr: int titleMarginBottom +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_CompoundButton_Switch +com.google.android.material.R$string: int abc_searchview_description_query +com.jaredrummler.android.colorpicker.R$drawable: int abc_tab_indicator_material +wangdaye.com.geometricweather.R$attr: int collapseContentDescription +okhttp3.CipherSuite$1: CipherSuite$1() +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ab_share_pack_mtrl_alpha +cyanogenmod.platform.R$bool +com.google.android.material.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties +com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getHelperText() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setWeather(java.lang.String) +wangdaye.com.geometricweather.background.receiver.widget.WidgetDayProvider +wangdaye.com.geometricweather.R$attr: int maxActionInlineWidth +com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableCompat_android_visible +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_textAppearance +com.google.android.material.R$style: int ShapeAppearance_MaterialComponents +com.google.android.material.R$dimen: int mtrl_extended_fab_elevation +com.google.android.material.textfield.TextInputEditText +androidx.appcompat.widget.SearchView$SearchAutoComplete: SearchView$SearchAutoComplete(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Tooltip +androidx.constraintlayout.motion.widget.MotionLayout: void setInterpolatedProgress(float) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_51 +james.adaptiveicon.R$styleable: int ColorStateListItem_android_color +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.functions.Function mapper +cyanogenmod.weather.CMWeatherManager$2$2: cyanogenmod.weather.CMWeatherManager$LookupCityRequestListener val$listener +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Float tMax +io.reactivex.internal.util.VolatileSizeArrayList: VolatileSizeArrayList() +androidx.work.R$bool +wangdaye.com.geometricweather.R$attr: int itemRippleColor +james.adaptiveicon.R$styleable: int AppCompatTextView_drawableRightCompat +wangdaye.com.geometricweather.R$attr: int msb_recyclerView +com.google.android.material.R$drawable: int abc_ic_arrow_drop_right_black_24dp +com.bumptech.glide.R$id: int end +androidx.appcompat.R$integer: int config_tooltipAnimTime +androidx.preference.R$styleable: int DrawerArrowToggle_color +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: java.util.List getValue() +androidx.preference.R$styleable: int MenuItem_iconTintMode +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Dialog +androidx.customview.R$styleable: int GradientColorItem_android_color +androidx.hilt.work.R$layout: int notification_action +cyanogenmod.app.CustomTile$ExpandedStyle: CustomTile$ExpandedStyle(cyanogenmod.app.CustomTile$1) +okhttp3.Response$Builder: okhttp3.Response$Builder body(okhttp3.ResponseBody) +androidx.appcompat.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: CaiYunMainlyResult$ForecastDailyBean$AqiBean() +com.jaredrummler.android.colorpicker.ColorPickerView: void setAlphaSliderVisible(boolean) +androidx.preference.R$color: int secondary_text_disabled_material_light +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionButtonStyle +com.xw.repo.bubbleseekbar.R$styleable: int[] LinearLayoutCompat_Layout +wangdaye.com.geometricweather.R$integer: int mtrl_btn_anim_duration_ms +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$6: void run() +okhttp3.Response: java.lang.String toString() +android.didikee.donate.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth +com.xw.repo.bubbleseekbar.R$attr: int textAppearanceListItemSecondary +androidx.appcompat.resources.R$drawable: int notification_bg_low +wangdaye.com.geometricweather.R$drawable: int notif_temp_92 +com.google.android.material.R$styleable: int Transform_android_scaleY +androidx.customview.R$color: int notification_icon_bg_color +james.adaptiveicon.R$string: int abc_searchview_description_clear +com.google.android.material.appbar.CollapsingToolbarLayout: int getCollapsedTitleGravity() +androidx.constraintlayout.widget.R$color: int abc_background_cache_hint_selector_material_dark +androidx.lifecycle.extensions.R$id: int right_icon +wangdaye.com.geometricweather.R$drawable: int notif_temp_59 +com.turingtechnologies.materialscrollbar.R$layout: int abc_screen_simple_overlay_action_mode +cyanogenmod.weatherservice.WeatherProviderService$1: void processWeatherUpdateRequest(cyanogenmod.weather.RequestInfo) +com.google.android.material.bottomnavigation.BottomNavigationView: android.graphics.drawable.Drawable getItemBackground() +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Integer dewPoint +com.google.android.material.R$styleable: int SwitchCompat_thumbTextPadding +okhttp3.internal.http2.Http2Connection$1: Http2Connection$1(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[],int,okhttp3.internal.http2.ErrorCode) +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_transitionEasing +androidx.lifecycle.extensions.R$styleable: int Fragment_android_tag +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: long serialVersionUID +com.turingtechnologies.materialscrollbar.R$layout: int support_simple_spinner_dropdown_item +com.xw.repo.bubbleseekbar.R$color: int primary_text_default_material_light +androidx.appcompat.R$attr: int drawerArrowStyle +cyanogenmod.app.CustomTile$ExpandedStyle +okhttp3.internal.http.HttpCodec: okio.Sink createRequestBody(okhttp3.Request,long) +androidx.customview.R$id: int text2 +com.google.android.material.R$id: int dragDown +com.google.android.material.R$styleable: int TextInputLayout_passwordToggleTint +androidx.coordinatorlayout.widget.CoordinatorLayout: androidx.core.view.WindowInsetsCompat getLastWindowInsets() +cyanogenmod.externalviews.KeyguardExternalView$10: cyanogenmod.externalviews.KeyguardExternalView this$0 +cyanogenmod.weather.CMWeatherManager$1: cyanogenmod.weather.CMWeatherManager this$0 +androidx.fragment.R$styleable: int[] GradientColor +wangdaye.com.geometricweather.R$attr: int waveOffset +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: java.lang.Integer alti +androidx.viewpager.R$dimen: int notification_top_pad_large_text +okhttp3.internal.http2.Http2Connection$7: Http2Connection$7(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[],int,okhttp3.internal.http2.ErrorCode) wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_47 -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum: java.lang.String Unit -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onKeyguardDismissed() -com.google.android.material.circularreveal.CircularRevealFrameLayout: CircularRevealFrameLayout(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: void setChartItemView(wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView) -com.google.android.material.R$string: int mtrl_picker_confirm -androidx.activity.R$id: int accessibility_custom_action_30 -okhttp3.Challenge: int hashCode() -wangdaye.com.geometricweather.R$attr: int drawableTint -com.google.android.material.R$styleable: int KeyAttribute_android_transformPivotX -com.google.android.material.R$styleable: int NavigationView_itemIconTint -com.google.android.material.appbar.AppBarLayout: int getTotalScrollRange() -com.turingtechnologies.materialscrollbar.R$attr: int textColorAlertDialogListItem -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_fontVariationSettings -wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource source -com.jaredrummler.android.colorpicker.R$color: int abc_secondary_text_material_dark -james.adaptiveicon.R$attr: int colorAccent -wangdaye.com.geometricweather.R$id: int both -android.didikee.donate.R$color: int abc_search_url_text_selected -android.didikee.donate.R$layout: int abc_action_mode_bar -com.jaredrummler.android.colorpicker.R$color: int abc_btn_colored_text_material -wangdaye.com.geometricweather.R$layout: int widget_day_temp -okhttp3.Cache: int VERSION -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_MaterialComponents_Subtitle2 -androidx.recyclerview.R$styleable: int[] GradientColorItem -wangdaye.com.geometricweather.R$styleable: int ActionMode_titleTextStyle -android.didikee.donate.R$attr: int paddingStart -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: boolean fused -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog -com.google.android.material.R$dimen: int design_bottom_sheet_modal_elevation -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large -com.google.android.material.R$styleable: int Constraint_layout_constraintBaseline_creator -com.xw.repo.bubbleseekbar.R$drawable: int abc_cab_background_internal_bg -com.google.android.material.R$styleable: int AppCompatTheme_listMenuViewStyle -android.didikee.donate.R$dimen: int hint_pressed_alpha_material_dark -wangdaye.com.geometricweather.R$color: int colorTextContent -androidx.viewpager.R$styleable: int ColorStateListItem_alpha -okhttp3.Request$Builder: java.lang.String method -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_max -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintRight_toRightOf -wangdaye.com.geometricweather.R$dimen: int design_bottom_sheet_modal_elevation +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.internal.util.ErrorMode errorMode +androidx.constraintlayout.motion.widget.MotionLayout: void setProgress(float) +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ProgressBar_Horizontal +okio.BufferedSource: long readAll(okio.Sink) +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getPivotY() +wangdaye.com.geometricweather.R$attr: int mock_showDiagonals +wangdaye.com.geometricweather.R$attr: int panelMenuListWidth +wangdaye.com.geometricweather.db.entities.AlertEntity: long getTime() +com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents_Bridge +androidx.lifecycle.Transformations$2: androidx.arch.core.util.Function val$switchMapFunction +com.jaredrummler.android.colorpicker.R$attr: int expandActivityOverflowButtonDrawable +com.turingtechnologies.materialscrollbar.R$id: int design_menu_item_action_area +okhttp3.OkHttpClient: javax.net.ssl.SSLSocketFactory sslSocketFactory() +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_background +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Title_Inverse +com.bumptech.glide.integration.okhttp.R$id: int line1 +androidx.recyclerview.R$attr: int font +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_PLAY_QUEUE_VALIDATOR +com.jaredrummler.android.colorpicker.R$layout: int abc_search_view +com.turingtechnologies.materialscrollbar.R$attr: int keylines +androidx.appcompat.R$attr: int actionModeCloseDrawable +wangdaye.com.geometricweather.db.entities.LocationEntityDao +androidx.fragment.R$id: int tag_accessibility_pane_title +com.turingtechnologies.materialscrollbar.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton +androidx.hilt.work.R$drawable: int notification_bg +wangdaye.com.geometricweather.R$color: int abc_tint_default +cyanogenmod.power.IPerformanceManager$Stub: int TRANSACTION_cpuBoost_0 +okio.HashingSink: okio.HashingSink hmacSha1(okio.Sink,okio.ByteString) +james.adaptiveicon.R$attr: int state_above_anchor +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder hasSensitiveData(boolean) +androidx.recyclerview.R$drawable +wangdaye.com.geometricweather.R$attr: int subtitle +wangdaye.com.geometricweather.R$style: int Preference_DropDown_Material +com.google.android.material.R$attr: int panelMenuListWidth +com.google.android.material.tabs.TabLayout: void setSelectedTabIndicatorGravity(int) +androidx.swiperefreshlayout.R$dimen: int notification_top_pad_large_text +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse +okio.BufferedSink: okio.BufferedSink write(okio.Source,long) +com.google.android.material.R$dimen: int mtrl_calendar_pre_l_text_clip_padding +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: java.util.concurrent.TimeUnit unit +androidx.appcompat.R$anim +com.google.android.material.R$attr: int currentState +com.jaredrummler.android.colorpicker.R$dimen: int abc_alert_dialog_button_bar_height +androidx.appcompat.resources.R$drawable: int notification_icon_background +wangdaye.com.geometricweather.R$string: int settings_title_appearance +com.google.android.material.R$attr: int expandActivityOverflowButtonDrawable +com.bumptech.glide.integration.okhttp.R$dimen: int notification_large_icon_height +james.adaptiveicon.R$attr: int trackTintMode +io.reactivex.Observable: io.reactivex.Single toMultimap(io.reactivex.functions.Function) +androidx.constraintlayout.widget.R$attr: int buttonBarStyle +wangdaye.com.geometricweather.common.basic.models.weather.Base: long publishTime +cyanogenmod.platform.Manifest$permission: java.lang.String READ_WEATHER +wangdaye.com.geometricweather.db.entities.WeatherEntity: long getUpdateTime() +com.google.android.material.R$styleable: int ViewStubCompat_android_id +wangdaye.com.geometricweather.R$drawable: int notif_temp_96 +wangdaye.com.geometricweather.R$attr: int dropdownPreferenceStyle io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: io.reactivex.internal.queue.SpscLinkedArrayQueue queue -wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_width -androidx.viewpager2.widget.ViewPager2$SavedState -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: void onNext(java.lang.Object) -io.reactivex.Observable: io.reactivex.Observable fromFuture(java.util.concurrent.Future) -androidx.constraintlayout.widget.R$styleable: int Toolbar_popupTheme -okio.SegmentedByteString: java.nio.ByteBuffer asByteBuffer() -wangdaye.com.geometricweather.R$id: int activity_about_toolbar -androidx.constraintlayout.widget.R$styleable: int Transform_android_rotation -android.didikee.donate.R$color: int abc_background_cache_hint_selector_material_light -cyanogenmod.app.CMContextConstants: CMContextConstants() -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_min_width_major -com.google.android.material.R$color: int design_default_color_secondary_variant -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView -wangdaye.com.geometricweather.R$style: int Base_Animation_AppCompat_DropDownUp -com.turingtechnologies.materialscrollbar.R$string: int abc_menu_ctrl_shortcut_label -okhttp3.Cache$CacheResponseBody: long contentLength() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange: AccuCurrentResult$TemperatureSummary$Past6HourRange() -androidx.appcompat.R$attr: int showText -james.adaptiveicon.R$dimen: int notification_media_narrow_margin -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPathRenderer: float getAlpha() -okio.AsyncTimeout$2: okio.Source val$source -cyanogenmod.themes.ThemeManager: cyanogenmod.themes.ThemeChangeRequest$RequestType getLastThemeChangeRequestType() -okhttp3.internal.cache.CacheInterceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabInlineLabel -androidx.preference.R$id: int action_bar_container -androidx.appcompat.widget.AppCompatTextView: void setBackgroundResource(int) -com.google.android.material.R$dimen: int abc_button_inset_horizontal_material -wangdaye.com.geometricweather.R$attr: int chipCornerRadius -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_counterOverflowTextAppearance -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_COLOR_ADJUSTMENT_VALIDATOR -com.google.android.material.R$styleable: int Snackbar_snackbarStyle -com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_radio_to_on_mtrl_015 -androidx.appcompat.R$styleable: int ButtonBarLayout_allowStacking -retrofit2.Invocation: retrofit2.Invocation of(java.lang.reflect.Method,java.util.List) -wangdaye.com.geometricweather.R$styleable: int TouchScrollBar_msb_autoHide -wangdaye.com.geometricweather.R$bool: R$bool() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Metric: AccuCurrentResult$Pressure$Metric() -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Body1 -com.jaredrummler.android.colorpicker.ColorPickerView: int getPreferredHeight() -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float t -androidx.constraintlayout.widget.R$layout: int abc_list_menu_item_radio -com.xw.repo.bubbleseekbar.R$id: int line3 -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_begin -androidx.appcompat.R$styleable: int StateListDrawable_android_variablePadding -com.xw.repo.bubbleseekbar.R$drawable: int abc_text_select_handle_left_mtrl_dark -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_DrawerArrowToggle -androidx.vectordrawable.animated.R$dimen: int notification_large_icon_height -androidx.viewpager2.R$styleable: int FontFamilyFont_fontStyle -okhttp3.internal.http.RealInterceptorChain: int connectTimeout -com.google.android.material.R$layout: int notification_template_icon_group -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: void setDisplayState(boolean) -wangdaye.com.geometricweather.R$string: int sp_widget_clock_day_details_setting -james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_DarkActionBar -io.reactivex.Observable: io.reactivex.Observable generate(java.util.concurrent.Callable,io.reactivex.functions.BiFunction) -com.bumptech.glide.load.PreferredColorSpace: com.bumptech.glide.load.PreferredColorSpace valueOf(java.lang.String) -okhttp3.Dispatcher: java.util.Deque runningSyncCalls -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: boolean cancelled -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_hovered_z -androidx.legacy.coreutils.R$style: int Widget_Compat_NotificationActionContainer -retrofit2.http.PUT: java.lang.String value() -com.google.android.material.chip.Chip: void setChipStartPadding(float) -wangdaye.com.geometricweather.db.entities.DaoMaster: void createAllTables(org.greenrobot.greendao.database.Database,boolean) -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void run() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: long getUpdateTime() -com.google.android.material.R$string: int error_icon_content_description +cyanogenmod.themes.ThemeManager: void onClientResumed(cyanogenmod.themes.ThemeManager$ThemeChangeListener) +android.didikee.donate.R$attr: int customNavigationLayout +james.adaptiveicon.R$dimen: int notification_action_icon_size +retrofit2.ParameterHandler$RawPart: void apply(retrofit2.RequestBuilder,okhttp3.MultipartBody$Part) +androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_android_fontVariationSettings +com.google.android.material.textfield.TextInputLayout: float getBoxCornerRadiusBottomEnd() +wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_elevation +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_default +androidx.hilt.work.R$dimen: int notification_action_text_size +com.google.android.material.R$id: int deltaRelative +androidx.drawerlayout.R$id: int normal +wangdaye.com.geometricweather.R$id: int widget_week_icon_2 +wangdaye.com.geometricweather.R$attr: int itemStrokeWidth +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarTabStyle +androidx.appcompat.R$dimen: int abc_dialog_title_divider_material +com.google.android.material.R$styleable: int[] ActionBar +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintTop_creator +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: int lastIndex +androidx.preference.R$id: int default_activity_button +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xnwd +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_horizontalStyle +androidx.loader.R$attr: int fontProviderCerts +com.turingtechnologies.materialscrollbar.R$styleable: int[] TextAppearance +androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$State min(androidx.lifecycle.Lifecycle$State,androidx.lifecycle.Lifecycle$State) +com.jaredrummler.android.colorpicker.R$attr: int dialogPreferenceStyle +com.google.android.material.R$dimen: int mtrl_progress_indicator_size +com.jaredrummler.android.colorpicker.R$styleable: int[] LinearLayoutCompat +androidx.legacy.coreutils.R$styleable: int ColorStateListItem_android_color +androidx.constraintlayout.widget.R$attr: int layout_constraintWidth_percent +androidx.appcompat.resources.R$id: int accessibility_custom_action_6 +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_padding_bottom +com.google.gson.stream.JsonReader: void skipToEndOfLine() +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: int FUSED +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit +io.reactivex.Observable: io.reactivex.Observable unsubscribeOn(io.reactivex.Scheduler) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: void setUrl(java.lang.String) +androidx.preference.R$styleable: int[] ListPreference +cyanogenmod.externalviews.ExternalView: ExternalView(android.content.Context,android.util.AttributeSet,android.content.ComponentName) +androidx.appcompat.widget.AppCompatAutoCompleteTextView: void setBackgroundResource(int) +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_passwordToggleTint +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragment_android_layout +wangdaye.com.geometricweather.main.fragments.ManagementFragment +wangdaye.com.geometricweather.R$id: int SHOW_PATH +androidx.constraintlayout.widget.R$dimen: int abc_control_inset_material +okhttp3.internal.http1.Http1Codec$FixedLengthSink +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setTranslateX(float) +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Weather: java.lang.String desc +com.google.android.material.R$styleable: int KeyCycle_android_translationZ +wangdaye.com.geometricweather.common.basic.models.weather.UV: boolean isValidIndex() +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void innerError(java.lang.Throwable) +androidx.constraintlayout.widget.R$id: int parentPanel +io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: boolean isDisposed() +wangdaye.com.geometricweather.R$attr: int dialogPreferenceStyle +androidx.preference.R$attr: int actionModeWebSearchDrawable +com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_Alert_Bridge +okhttp3.internal.http2.Http2Connection: long unacknowledgedBytesRead +com.turingtechnologies.materialscrollbar.R$drawable: int abc_switch_thumb_material +james.adaptiveicon.R$styleable: int Toolbar_subtitleTextColor +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: java.lang.String getValue() +android.didikee.donate.R$attr: int showText +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void onComplete() +com.google.android.material.checkbox.MaterialCheckBox: MaterialCheckBox(android.content.Context,android.util.AttributeSet,int) +com.jaredrummler.android.colorpicker.R$attr: R$attr() +com.google.android.material.R$style: int Widget_MaterialComponents_Button_OutlinedButton_Icon +wangdaye.com.geometricweather.R$drawable: int clock_hour_dark +androidx.appcompat.widget.ActionMenuPresenter$SavedState: android.os.Parcelable$Creator CREATOR +okhttp3.internal.cache.DiskLruCache$Editor: boolean[] written +wangdaye.com.geometricweather.R$drawable: int widget_card_light_60 +androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_ActionBar +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_AutoCompleteTextView +cyanogenmod.app.CustomTileListenerService: cyanogenmod.app.ICMStatusBarManager getStatusBarInterface() +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: long serialVersionUID +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: java.lang.String getUnitId() +androidx.appcompat.R$id: int notification_background +wangdaye.com.geometricweather.R$id: int home +androidx.swiperefreshlayout.R$styleable: int[] SwipeRefreshLayout +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void alterWindow(int,int,int,int,boolean,android.graphics.Rect) +wangdaye.com.geometricweather.R$styleable: int ClockFaceView_valueTextColor +com.google.android.material.R$layout: int mtrl_picker_actions +wangdaye.com.geometricweather.R$styleable: int PreferenceFragmentCompat_allowDividerAfterLastItem +com.google.android.material.appbar.AppBarLayout: void setStatusBarForeground(android.graphics.drawable.Drawable) +cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks: boolean requestDismissAndStartActivity(android.content.Intent) +androidx.appcompat.resources.R$styleable: int FontFamilyFont_fontVariationSettings +com.jaredrummler.android.colorpicker.R$dimen: int cpv_required_padding +com.google.android.material.slider.BaseSlider: int getFocusedThumbIndex() +androidx.constraintlayout.widget.R$attr: int deriveConstraintsFrom +androidx.fragment.R$styleable: int FontFamilyFont_fontVariationSettings +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setCo(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_rotationX +androidx.appcompat.resources.R$style: int TextAppearance_Compat_Notification_Line2 +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setDaylight(boolean) +cyanogenmod.profiles.RingModeSettings: java.lang.String RING_MODE_NORMAL +androidx.viewpager2.R$layout: int notification_action_tombstone +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void onComplete() +androidx.appcompat.R$id: int action_bar_container +com.google.android.material.R$styleable: int MaterialButton_rippleColor +okhttp3.internal.http2.Hpack$Writer: boolean useCompression +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int PARTLY_CLOUDY_NIGHT androidx.preference.R$attr: int fontProviderPackage -androidx.constraintlayout.widget.R$color: int switch_thumb_normal_material_dark -androidx.preference.R$dimen: int abc_action_bar_overflow_padding_start_material -okhttp3.logging.LoggingEventListener: void responseHeadersStart(okhttp3.Call) -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutSelectorSupport parent -com.google.android.material.appbar.AppBarLayout: int getUpNestedPreScrollRange() -wangdaye.com.geometricweather.R$attr: int constraint_referenced_ids -cyanogenmod.providers.ThemesContract: android.net.Uri AUTHORITY_URI -com.google.android.material.R$attr: int switchTextAppearance -wangdaye.com.geometricweather.R$dimen: int widget_standard_weather_icon_size -com.google.android.material.R$id: int NO_DEBUG -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric: double Value -wangdaye.com.geometricweather.R$styleable: int Layout_minHeight -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer getApparentTemperature() -wangdaye.com.geometricweather.R$id: int scale -com.jaredrummler.android.colorpicker.R$color: int abc_search_url_text_pressed -io.reactivex.Observable: io.reactivex.Observable doFinally(io.reactivex.functions.Action) -wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.lang.String getDescription() -cyanogenmod.hardware.CMHardwareManager: int getDisplayGammaCalibrationMin() -wangdaye.com.geometricweather.R$drawable: int notif_temp_8 -retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter: java.lang.Object adapt(retrofit2.Call) -okio.InflaterSource: boolean closed -androidx.coordinatorlayout.widget.CoordinatorLayout: void setOnHierarchyChangeListener(android.view.ViewGroup$OnHierarchyChangeListener) -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_DayTextView -com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_default_mtrl_shape -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_chainStyle -cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode getVibrateMode() -com.jaredrummler.android.colorpicker.R$id: int edit_query -wangdaye.com.geometricweather.R$color: int background_floating_material_dark -wangdaye.com.geometricweather.R$layout: int mtrl_picker_header_fullscreen -androidx.preference.R$styleable: int StateListDrawable_android_exitFadeDuration -james.adaptiveicon.R$layout: int notification_template_part_chronometer -wangdaye.com.geometricweather.R$styleable: int ActivityChooserView_initialActivityCount -james.adaptiveicon.R$styleable: int AppCompatTheme_actionButtonStyle -com.jaredrummler.android.colorpicker.R$attr: int customNavigationLayout -androidx.hilt.work.R$id: R$id() -com.jaredrummler.android.colorpicker.R$styleable: int ActionMode_titleTextStyle -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon -wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.lang.String getType() -james.adaptiveicon.R$drawable: int abc_vector_test -androidx.preference.R$styleable: int SwitchPreferenceCompat_android_switchTextOn -okhttp3.internal.cache.DiskLruCache: boolean initialized -cyanogenmod.app.ProfileManager: android.app.NotificationGroup getNotificationGroupForPackage(java.lang.String) -wangdaye.com.geometricweather.R$drawable: int notif_temp_27 -android.didikee.donate.R$styleable: int AppCompatTheme_colorBackgroundFloating -androidx.fragment.R$styleable: int Fragment_android_name -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: java.lang.String weatherText -io.reactivex.Observable: io.reactivex.Observable fromArray(java.lang.Object[]) -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String moldDescription -james.adaptiveicon.R$dimen: int notification_main_column_padding_top -com.turingtechnologies.materialscrollbar.R$style: int Base_DialogWindowTitleBackground_AppCompat -io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,int) -com.google.android.material.R$color: int material_timepicker_modebutton_tint -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: io.reactivex.Observer downstream -androidx.constraintlayout.widget.R$color: R$color() -com.google.android.material.transformation.FabTransformationSheetBehavior -androidx.appcompat.R$color: int androidx_core_secondary_text_default_material_light -androidx.preference.R$style: int Base_Widget_AppCompat_CompoundButton_Switch -wangdaye.com.geometricweather.R$drawable: int abc_tab_indicator_material -androidx.vectordrawable.animated.R$dimen: int notification_small_icon_size_as_large -com.turingtechnologies.materialscrollbar.R$styleable: int[] PopupWindowBackgroundState -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_Bridge -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$LocalSource -androidx.appcompat.widget.SwitchCompat: void setSwitchTypeface(android.graphics.Typeface) -androidx.customview.R$dimen: int notification_main_column_padding_top -okhttp3.internal.http2.Settings: okhttp3.internal.http2.Settings set(int,int) -androidx.vectordrawable.R$id: int icon -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.internal.util.AtomicThrowable errors -androidx.appcompat.widget.SwitchCompat: void setThumbPosition(float) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_DEFAULT_LED_ON_VALIDATOR -wangdaye.com.geometricweather.R$styleable: int[] Badge -com.turingtechnologies.materialscrollbar.R$drawable: int notification_template_icon_low_bg -cyanogenmod.externalviews.KeyguardExternalViewProviderService: android.view.WindowManager access$500(cyanogenmod.externalviews.KeyguardExternalViewProviderService) -retrofit2.OkHttpCall$NoContentResponseBody: OkHttpCall$NoContentResponseBody(okhttp3.MediaType,long) -androidx.constraintlayout.widget.R$styleable: int Toolbar_subtitleTextColor -com.turingtechnologies.materialscrollbar.TouchScrollBar: boolean getHide() -androidx.preference.R$layout: int preference_category -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabMode -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX() -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_Dialog_Alert -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setColorViewAlpha(int) -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: java.lang.Integer poll() -com.google.android.material.R$color: int mtrl_btn_text_btn_ripple_color -com.google.android.material.R$styleable: int ForegroundLinearLayout_android_foregroundGravity -wangdaye.com.geometricweather.R$anim: int abc_slide_out_top -androidx.work.R$bool -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: java.lang.String Link -james.adaptiveicon.R$string: int abc_shareactionprovider_share_with_application -com.bumptech.glide.manager.SupportRequestManagerFragment: SupportRequestManagerFragment() -com.google.android.material.chip.Chip: void setChipMinHeight(float) -androidx.viewpager.R$drawable: int notification_template_icon_bg -wangdaye.com.geometricweather.R$string: int edit -com.google.gson.stream.JsonReader: boolean isLiteral(char) -androidx.preference.R$attr: int icon -retrofit2.ParameterHandler$Query -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_onClick -com.xw.repo.bubbleseekbar.R$attr: int alertDialogButtonGroupStyle -com.jaredrummler.android.colorpicker.R$styleable: int[] AnimatedStateListDrawableTransition -androidx.constraintlayout.widget.R$styleable: int[] AppCompatImageView -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer grassIndex -wangdaye.com.geometricweather.R$attr: int tabPadding +cyanogenmod.providers.DataUsageContract +androidx.preference.R$styleable: int Preference_allowDividerBelow +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$4: void run() +androidx.constraintlayout.widget.R$attr: int borderlessButtonStyle +io.reactivex.observers.TestObserver$EmptyObserver: io.reactivex.observers.TestObserver$EmptyObserver[] values() +androidx.preference.R$drawable: int abc_ic_menu_overflow_material +androidx.constraintlayout.widget.R$styleable: int ActionBar_progressBarPadding +com.turingtechnologies.materialscrollbar.R$attr: int actionDropDownStyle +com.google.android.material.R$styleable: int AlertDialog_singleChoiceItemLayout +android.support.v4.os.IResultReceiver$Stub: int TRANSACTION_send +com.google.android.material.textfield.TextInputLayout: int getCounterMaxLength() +io.reactivex.Observable: io.reactivex.Observable fromFuture(java.util.concurrent.Future,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +com.google.android.material.R$id: int startVertical +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_Button +okhttp3.Credentials +wangdaye.com.geometricweather.R$attr: int perpendicularPath_percent +com.xw.repo.bubbleseekbar.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_VMAIL_LED_OFF +androidx.appcompat.R$style: int Theme_AppCompat_Dialog +androidx.legacy.coreutils.R$attr: R$attr() +androidx.appcompat.R$styleable: int MenuGroup_android_menuCategory +androidx.appcompat.R$string: int abc_capital_off +retrofit2.OkHttpCall: java.lang.Object[] args +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_strokeWidth +com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_selector_disabled_holo_dark +cyanogenmod.weather.WeatherInfo: int access$502(cyanogenmod.weather.WeatherInfo,int) +james.adaptiveicon.R$style: int Base_V7_Theme_AppCompat_Light_Dialog +james.adaptiveicon.R$attr: int tickMarkTintMode +wangdaye.com.geometricweather.R$id: int dialog_donate_wechat_img +com.jaredrummler.android.colorpicker.R$string: int expand_button_title +androidx.appcompat.R$attr: int selectableItemBackgroundBorderless +com.google.android.material.transformation.TransformationChildLayout: TransformationChildLayout(android.content.Context) +androidx.recyclerview.R$dimen: int notification_small_icon_size_as_large +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int FAIR_DAY +wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_box_stroke_width_default +com.google.android.material.R$attr: int titleTextStyle +androidx.customview.R$color: R$color() +com.google.android.material.R$string: int abc_activitychooserview_choose_application +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_helperText +com.bumptech.glide.R$drawable: int notification_template_icon_bg +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title +androidx.preference.R$attr: int actionOverflowMenuStyle +androidx.recyclerview.R$styleable: int FontFamilyFont_android_fontWeight +cyanogenmod.profiles.ConnectionSettings$1: cyanogenmod.profiles.ConnectionSettings createFromParcel(android.os.Parcel) +androidx.legacy.coreutils.R$styleable: int ColorStateListItem_android_alpha +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle +com.google.android.material.R$attr: int multiChoiceItemLayout +androidx.appcompat.resources.R$dimen: int notification_top_pad_large_text +androidx.appcompat.widget.Toolbar: int getTitleMarginTop() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Imperial: int UnitType +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Subhead +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeDegreeDayTemperature() +com.google.android.material.R$attr: int barLength +androidx.preference.R$dimen: int hint_pressed_alpha_material_light +androidx.constraintlayout.widget.R$dimen: int abc_text_size_medium_material +cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper: void onCustomTileRemoved(org.cyanogenmod.internal.statusbar.IStatusBarCustomTileHolder) +com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_adjustable +androidx.coordinatorlayout.R$id: int icon +com.xw.repo.bubbleseekbar.R$id: int titleDividerNoCustom +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_growMode +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String coDesc +com.bumptech.glide.integration.okhttp.R$drawable: int notification_bg_normal +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constrainedHeight +com.google.android.material.R$style: int Widget_MaterialComponents_TimePicker_Display +cyanogenmod.app.BaseLiveLockManagerService$1: boolean getLiveLockScreenEnabled() +cyanogenmod.providers.CMSettings$System: java.lang.String KEY_APP_SWITCH_LONG_PRESS_ACTION +androidx.legacy.coreutils.R$id: int title +wangdaye.com.geometricweather.R$dimen: int abc_text_size_headline_material +com.google.android.material.R$styleable: int Layout_layout_constraintGuide_begin +com.bumptech.glide.integration.okhttp.R$attr +wangdaye.com.geometricweather.common.basic.models.weather.Alert: Alert(android.os.Parcel) +io.reactivex.Observable: io.reactivex.Observable scanWith(java.util.concurrent.Callable,io.reactivex.functions.BiFunction) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX() +wangdaye.com.geometricweather.R$color: int mtrl_calendar_item_stroke_color +wangdaye.com.geometricweather.R$array: int location_service_values +androidx.constraintlayout.widget.R$attr: int actionBarDivider +okhttp3.internal.http2.Http2: int INITIAL_MAX_FRAME_SIZE +wangdaye.com.geometricweather.R$style: R$style() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorControlActivated +com.google.android.material.R$attr: int cornerSize +com.jaredrummler.android.colorpicker.R$id: int action_bar_spinner +androidx.preference.R$style: int Base_V7_Widget_AppCompat_Toolbar +james.adaptiveicon.R$anim: int abc_popup_exit +wangdaye.com.geometricweather.R$drawable: int weather_cloudy +okhttp3.logging.LoggingEventListener: void requestBodyEnd(okhttp3.Call,long) +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_hide_bubble +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setTemperature(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean) +com.google.android.material.card.MaterialCardView: int getCheckedIconSize() +com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginTop +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_star_black_16dp +wangdaye.com.geometricweather.R$styleable: int[] StateListDrawable +androidx.hilt.lifecycle.R$id: int time +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$PhenomenonMaxColor: int phenomenoMaxColorId +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner +io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: void setResource(io.reactivex.disposables.Disposable) +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintLeft_creator +okhttp3.internal.Util: java.util.Map immutableMap(java.util.Map) +com.google.android.material.R$style: int Base_Widget_MaterialComponents_CheckedTextView +androidx.appcompat.R$dimen: int abc_alert_dialog_button_dimen +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatImageView_tintMode +cyanogenmod.externalviews.KeyguardExternalViewProviderService$1: android.os.IBinder createExternalView(android.os.Bundle) +com.google.android.material.R$dimen: int design_snackbar_padding_vertical_2lines +androidx.constraintlayout.widget.R$styleable: int Motion_animate_relativeTo +androidx.appcompat.R$style: int Base_Widget_AppCompat_SeekBar_Discrete +com.jaredrummler.android.colorpicker.R$dimen: int notification_media_narrow_margin +cyanogenmod.app.Profile: void readTriggersFromXml(org.xmlpull.v1.XmlPullParser,android.content.Context,cyanogenmod.app.Profile) +android.didikee.donate.R$style: int Platform_V25_AppCompat +com.google.android.material.R$id: int home +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_subtitleTextColor +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: long EpochDate +com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_thickness +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_FixedSize +wangdaye.com.geometricweather.R$string: int feedback_background_location_title +com.jaredrummler.android.colorpicker.R$attr: int showSeekBarValue +wangdaye.com.geometricweather.R$array: int weather_source_voices +androidx.appcompat.R$style: int Theme_AppCompat_DayNight_Dialog +com.google.android.material.R$attr: int listPreferredItemPaddingRight +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Title_Inverse +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomSheet +wangdaye.com.geometricweather.background.polling.permanent.observer.TimeObserverService: TimeObserverService() +androidx.lifecycle.extensions.R$id: int tag_transition_group +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_fontFamily +com.turingtechnologies.materialscrollbar.R$dimen: int abc_alert_dialog_button_bar_height +androidx.appcompat.R$bool: int abc_allow_stacked_button_bar +wangdaye.com.geometricweather.R$string: int precipitation_middle +wangdaye.com.geometricweather.R$styleable: int GradientColor_android_startX +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 +com.google.android.material.R$styleable: int TextAppearance_android_textColorLink +android.didikee.donate.R$layout: int abc_select_dialog_material +james.adaptiveicon.R$attr: int logo +android.didikee.donate.R$attr: int elevation +wangdaye.com.geometricweather.R$layout: int cpv_preference_square +com.bumptech.glide.R$id: int title +retrofit2.Response: okhttp3.ResponseBody errorBody() +androidx.vectordrawable.animated.R$id: int tag_accessibility_pane_title +cyanogenmod.externalviews.ExternalView: void onActivityPaused(android.app.Activity) +com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage SOURCE +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_Button +wangdaye.com.geometricweather.R$styleable: int ArcProgress_background_color +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: java.lang.String sourceUrl +com.google.android.material.R$attr: int textLocale +androidx.hilt.work.R$style: int Widget_Compat_NotificationActionContainer +androidx.appcompat.R$id: int dialog_button +android.didikee.donate.R$color: int bright_foreground_material_dark +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: io.reactivex.Observer downstream +com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_layout_behavior +com.google.android.material.R$style: int Widget_AppCompat_ButtonBar_AlertDialog +okhttp3.Call$Factory +com.turingtechnologies.materialscrollbar.R$attr: int msb_rightToLeft +wangdaye.com.geometricweather.R$dimen: int mtrl_shape_corner_size_large_component +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_Behavior_Layout_behavior_autoHide +com.bumptech.glide.integration.okhttp.R$dimen: int notification_action_text_size +com.google.android.material.R$style: int Widget_AppCompat_PopupMenu_Overflow +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_horizontalBias +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialCalendar +androidx.preference.R$dimen: int abc_edit_text_inset_bottom_material +androidx.preference.R$style: int Preference_DialogPreference +androidx.constraintlayout.widget.R$dimen: int abc_text_size_body_1_material +com.google.android.material.R$styleable: int KeyPosition_percentY +io.reactivex.internal.util.AtomicThrowable: AtomicThrowable() +com.jaredrummler.android.colorpicker.R$styleable: int ActionMode_closeItemLayout +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setContentDescription(int) +wangdaye.com.geometricweather.R$string: int feedback_cannot_start_live_wallpaper_activity +androidx.preference.R$styleable: int[] AppCompatTextView +com.google.android.material.R$style: int ThemeOverlay_AppCompat_Light +wangdaye.com.geometricweather.R$id: int material_timepicker_mode_button +com.google.android.material.floatingactionbutton.FloatingActionButton: androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior getBehavior() +james.adaptiveicon.R$style: int ThemeOverlay_AppCompat_Dialog_Alert +okhttp3.Response$Builder: Response$Builder(okhttp3.Response) +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_NoActionBar_Bridge +android.didikee.donate.R$styleable: int AppCompatTheme_actionBarTabStyle +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat +androidx.preference.R$style: int PreferenceFragmentList +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA +androidx.appcompat.widget.AppCompatTextView: void setSupportBackgroundTintList(android.content.res.ColorStateList) +okhttp3.Headers$Builder: Headers$Builder() +com.google.android.material.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textColorSearchUrl +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeThunderstormPrecipitationDuration() +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer realFeelShaderTemperature +com.xw.repo.bubbleseekbar.R$attr: int overlapAnchor +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPopupWindowStyle +androidx.recyclerview.R$id: int accessibility_custom_action_15 +cyanogenmod.hardware.CMHardwareManager: boolean requireAdaptiveBacklightForSunlightEnhancement() +com.google.android.material.R$color: int switch_thumb_disabled_material_dark +com.bumptech.glide.integration.okhttp.R$id: int time +okhttp3.internal.cache.DiskLruCache$3: okhttp3.internal.cache.DiskLruCache$Snapshot nextSnapshot +com.google.android.material.bottomappbar.BottomAppBar: void setBackgroundTint(android.content.res.ColorStateList) +com.xw.repo.bubbleseekbar.R$layout: int abc_list_menu_item_checkbox +okhttp3.internal.cache.DiskLruCache$Snapshot: java.lang.String access$000(okhttp3.internal.cache.DiskLruCache$Snapshot) +okio.ForwardingTimeout: okio.Timeout clearTimeout() +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.disposables.Disposable upstream +com.xw.repo.bubbleseekbar.R$id: int italic +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$attr: int yearTodayStyle +androidx.hilt.lifecycle.R$dimen: int notification_action_text_size +com.google.android.material.R$styleable: int BottomAppBar_fabAlignmentMode +cyanogenmod.weather.RequestInfo: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial Imperial +com.bumptech.glide.load.engine.DecodeJob$RunReason: com.bumptech.glide.load.engine.DecodeJob$RunReason DECODE_DATA +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_alphabeticModifiers +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWindChillTemperature +com.google.android.material.R$integer: int app_bar_elevation_anim_duration +android.didikee.donate.R$attr: int homeLayout +com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Dialog_Bridge +wangdaye.com.geometricweather.remoteviews.config.ClockDayVerticalWidgetConfigActivity +wangdaye.com.geometricweather.R$attr: int counterOverflowTextColor +com.google.android.material.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog +androidx.appcompat.widget.AppCompatButton: void setSupportCompoundDrawablesTintList(android.content.res.ColorStateList) +com.google.android.material.R$style: int Theme_AppCompat_Light_NoActionBar +wangdaye.com.geometricweather.R$attr: int cpv_thickness +com.google.android.material.button.MaterialButton: void setShouldDrawSurfaceColorStroke(boolean) +wangdaye.com.geometricweather.R$attr: int checkedIconTint +cyanogenmod.app.CustomTile$GridExpandedStyle: CustomTile$GridExpandedStyle() +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog +androidx.appcompat.widget.AppCompatEditText +cyanogenmod.app.ProfileGroup: void setSoundMode(cyanogenmod.app.ProfileGroup$Mode) +android.didikee.donate.R$styleable: int PopupWindow_android_popupBackground +android.didikee.donate.R$styleable: int SwitchCompat_trackTint +androidx.work.impl.background.systemjob.SystemJobService +wangdaye.com.geometricweather.weather.json.mf.MfRainResult: wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position position +com.google.android.material.R$style: int Animation_MaterialComponents_BottomSheetDialog +androidx.appcompat.R$drawable: int abc_ic_menu_share_mtrl_alpha +james.adaptiveicon.R$layout: int abc_list_menu_item_icon +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Large_Inverse +android.support.v4.app.INotificationSideChannel: void cancelAll(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_maxHeight +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle +androidx.recyclerview.R$id: int normal +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintGuide_begin +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: io.reactivex.internal.util.AtomicThrowable errors +androidx.customview.R$dimen: int notification_action_icon_size +wangdaye.com.geometricweather.R$attr: int badgeTextColor +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX getTemperature() +okhttp3.internal.cache.CacheStrategy$Factory: java.util.Date expires +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: int hasRain +androidx.preference.R$attr: int selectableItemBackground +com.google.android.material.R$attr: int imageButtonStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.util.Date pubTime +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Menu +androidx.coordinatorlayout.R$drawable: int notification_bg_low +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void replay(io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable) +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void innerError(java.lang.Throwable) +retrofit2.adapter.rxjava2.HttpException +androidx.preference.R$styleable: int AppCompatTextHelper_android_drawableRight +com.google.android.material.R$attr: int commitIcon +io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function4) +androidx.transition.R$style: int TextAppearance_Compat_Notification_Info +wangdaye.com.geometricweather.R$attr: int tabMode +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_AES_256_CBC_SHA256 +com.jaredrummler.android.colorpicker.R$id: int multiply +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemHeight +androidx.appcompat.R$id: int action_mode_close_button +wangdaye.com.geometricweather.R$dimen: int cardview_default_radius +androidx.constraintlayout.widget.R$attr: int layout_goneMarginBottom +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position position +io.reactivex.internal.observers.DeferredScalarDisposable: io.reactivex.Observer downstream +androidx.appcompat.R$styleable: int MenuItem_android_title +wangdaye.com.geometricweather.R$styleable: int Chip_android_textAppearance +androidx.appcompat.R$attr: int trackTintMode +androidx.appcompat.resources.R$id: int normal +androidx.appcompat.widget.AppCompatRadioButton: android.content.res.ColorStateList getSupportBackgroundTintList() +cyanogenmod.weather.WeatherLocation$Builder +com.google.android.material.R$attr: int state_collapsible +wangdaye.com.geometricweather.R$array: int widget_text_color_values +androidx.hilt.lifecycle.R$dimen: int compat_control_corner_material +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningAdvice +androidx.versionedparcelable.CustomVersionedParcelable: CustomVersionedParcelable() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Metric +androidx.swiperefreshlayout.R$drawable: int notification_bg_low_normal +okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.ErrorCode getErrorCode() +androidx.core.R$layout: int notification_template_icon_group +okhttp3.internal.http.HttpDate: java.lang.ThreadLocal STANDARD_DATE_FORMAT +retrofit2.Utils: Utils() +com.xw.repo.bubbleseekbar.R$attr: int bsb_is_float_type +wangdaye.com.geometricweather.R$string: int week_5 +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_iconifiedByDefault +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_drawableRight +wangdaye.com.geometricweather.R$attr: int layout_goneMarginTop +wangdaye.com.geometricweather.R$layout: int dialog_running_in_background +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_divider +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getAlarmThemePackageName() +com.google.android.material.R$integer: int status_bar_notification_info_maxnum +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List kongtiao +wangdaye.com.geometricweather.R$styleable: int Chip_android_maxWidth +androidx.preference.R$id: int action_bar_activity_content +androidx.recyclerview.R$style: int TextAppearance_Compat_Notification +androidx.constraintlayout.widget.R$dimen: int abc_action_button_min_height_material +retrofit2.BuiltInConverters$VoidResponseBodyConverter +wangdaye.com.geometricweather.R$styleable: int[] TouchScrollBar +com.google.android.material.navigation.NavigationView: void setItemMaxLines(int) +androidx.loader.R$layout: int notification_template_custom_big +wangdaye.com.geometricweather.R$style: int CardView_Dark +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: PrecipitationDuration(java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float) +androidx.appcompat.R$style: int TextAppearance_AppCompat_Caption +com.jaredrummler.android.colorpicker.R$attr: int actionModePopupWindowStyle +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: boolean emitLast +com.jaredrummler.android.colorpicker.R$styleable: int Preference_enabled +james.adaptiveicon.R$dimen +androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle +retrofit2.ParameterHandler$Query: retrofit2.Converter valueConverter +com.turingtechnologies.materialscrollbar.R$integer: int hide_password_duration +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Dialog_Alert +retrofit2.RequestFactory$Builder: boolean isKotlinSuspendFunction +com.google.android.material.R$id: int shortcut +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse +androidx.appcompat.R$id: int info +wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Counter +okhttp3.internal.http2.Http2Writer: void settings(okhttp3.internal.http2.Settings) +retrofit2.OptionalConverterFactory$OptionalConverter: java.util.Optional convert(okhttp3.ResponseBody) +androidx.viewpager.R$drawable: int notification_action_background +androidx.customview.R$attr: R$attr() +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_EditText +cyanogenmod.externalviews.KeyguardExternalView: KeyguardExternalView(android.content.Context,android.util.AttributeSet,int,int) +androidx.appcompat.R$styleable: int Toolbar_titleTextAppearance +okhttp3.internal.platform.Jdk9Platform: Jdk9Platform(java.lang.reflect.Method,java.lang.reflect.Method) +wangdaye.com.geometricweather.R$styleable: int Toolbar_contentInsetEndWithActions +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void subscribe(io.reactivex.ObservableSource[]) +wangdaye.com.geometricweather.db.entities.DaoSession: DaoSession(org.greenrobot.greendao.database.Database,org.greenrobot.greendao.identityscope.IdentityScopeType,java.util.Map) +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_android_orientation +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_0 +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem +androidx.preference.R$id: int scrollIndicatorUp +com.jaredrummler.android.colorpicker.R$dimen: int item_touch_helper_swipe_escape_max_velocity +androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type RIGHT +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: boolean isDisposed() +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_iconifiedByDefault +retrofit2.RequestFactory$Builder: boolean isMultipart +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_android_textAppearance +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STYLE_THUMBNAIL +com.google.android.material.R$styleable: int Layout_layout_constraintVertical_bias +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ButtonBar +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Precipitation +okio.RealBufferedSource: long indexOfElement(okio.ByteString,long) +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Toolbar_Button_Navigation +androidx.constraintlayout.widget.R$attr: int state_above_anchor +wangdaye.com.geometricweather.R$string: int mtrl_picker_a11y_prev_month +cyanogenmod.app.StatusBarPanelCustomTile: int initialPid +androidx.constraintlayout.widget.R$drawable: int abc_spinner_mtrl_am_alpha +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_recyclerView +com.google.android.material.appbar.CollapsingToolbarLayout: java.lang.CharSequence getTitle() +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft +wangdaye.com.geometricweather.R$styleable: int ActionBarLayout_android_layout_gravity +androidx.work.R$id: int time +com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableTransition_android_drawable +androidx.constraintlayout.widget.R$attr: int buttonStyleSmall +okio.AsyncTimeout$1: void flush() +cyanogenmod.app.CustomTile$Builder: boolean mSensitiveData +com.google.android.material.R$attr: int contentScrim +androidx.preference.R$styleable: int SwitchPreferenceCompat_android_summaryOff +android.didikee.donate.R$attr: int paddingBottomNoButtons +cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator access$300() +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_thumbTextPadding +com.google.android.material.R$anim: int btn_radio_to_on_mtrl_ring_outer_path_animation +androidx.fragment.R$id: int accessibility_action_clickable_span +androidx.constraintlayout.widget.R$styleable: int Toolbar_collapseContentDescription +androidx.preference.R$dimen: int hint_pressed_alpha_material_dark +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_height +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Metric: double Value +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_disabled_elevation +com.google.android.material.R$attr: int yearStyle +james.adaptiveicon.R$id: int title_template +com.turingtechnologies.materialscrollbar.R$attr: int msb_hideDelayInMilliseconds +james.adaptiveicon.R$drawable: int abc_btn_radio_to_on_mtrl_015 +james.adaptiveicon.R$styleable: int AppCompatTheme_editTextStyle +androidx.appcompat.R$styleable: int FontFamily_fontProviderAuthority +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_placeholderTextColor +com.google.android.material.R$layout: int mtrl_calendar_days_of_week +androidx.preference.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title +com.google.android.material.R$styleable: int OnSwipe_touchRegionId +cyanogenmod.externalviews.ExternalViewProviderService$Provider: android.view.View onCreateView() +androidx.preference.R$styleable: int CoordinatorLayout_statusBarBackground +wangdaye.com.geometricweather.R$id: int checked +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Rain: int UnitType +wangdaye.com.geometricweather.R$styleable: int ActionBar_hideOnContentScroll +wangdaye.com.geometricweather.R$color: int abc_secondary_text_material_dark +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator HOME_WAKE_SCREEN_VALIDATOR +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: boolean done +io.reactivex.internal.schedulers.AbstractDirectTask: java.lang.Runnable runnable +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: io.reactivex.Observer downstream +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DialogWhenLarge +androidx.appcompat.R$dimen: int notification_action_text_size +com.turingtechnologies.materialscrollbar.R$color: int mtrl_fab_ripple_color +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: void onComplete() +com.google.android.material.R$styleable: int[] AppCompatImageView +com.jaredrummler.android.colorpicker.R$layout: int expand_button +com.google.android.material.R$attr: int layout_constraintStart_toStartOf +com.google.android.material.R$color: int mtrl_calendar_selected_range +android.didikee.donate.R$styleable: int AppCompatTheme_windowFixedHeightMinor +androidx.constraintlayout.widget.VirtualLayout: VirtualLayout(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintEnd_toStartOf +androidx.appcompat.R$anim: int abc_fade_out +androidx.appcompat.R$attr: int windowMinWidthMinor +okhttp3.internal.NamedRunnable +wangdaye.com.geometricweather.db.entities.ChineseCityEntity +androidx.swiperefreshlayout.R$styleable: int[] FontFamily +io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: java.lang.Object getAndNullValue() +androidx.transition.R$id: int time +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_RatingBar_Indicator +androidx.hilt.R$id: int accessibility_custom_action_10 +androidx.swiperefreshlayout.R$layout +wangdaye.com.geometricweather.R$style: int TextAppearance_Design_HelperText +cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_setDefaultSmsSub +wangdaye.com.geometricweather.R$id: int container_main_first_card_header_line +wangdaye.com.geometricweather.R$styleable: int ColorStateListItem_android_alpha +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dividerHorizontal +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial: AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial() +androidx.preference.R$styleable: int Toolbar_titleMarginBottom +okhttp3.internal.http1.Http1Codec$UnknownLengthSource: long read(okio.Buffer,long) +com.turingtechnologies.materialscrollbar.R$style: int Base_CardView +okhttp3.internal.ws.RealWebSocket: boolean writeOneFrame() +wangdaye.com.geometricweather.main.MainActivityViewModel$Status: wangdaye.com.geometricweather.main.MainActivityViewModel$Status[] values() +android.didikee.donate.R$drawable: int abc_ab_share_pack_mtrl_alpha +com.xw.repo.bubbleseekbar.R$attr: int switchStyle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial: AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial() +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_contentDescription +androidx.coordinatorlayout.R$attr: int layout_behavior +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setHideMotionSpec(com.google.android.material.animation.MotionSpec) +com.turingtechnologies.materialscrollbar.R$attr: int defaultQueryHint +okio.BufferedSink: okio.BufferedSink writeByte(int) +io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_indeterminateProgressStyle +android.support.v4.app.INotificationSideChannel$Stub$Proxy: android.os.IBinder mRemote +com.xw.repo.bubbleseekbar.R$attr: int fontProviderAuthority +androidx.recyclerview.R$layout: int notification_template_part_time +androidx.constraintlayout.widget.R$dimen: int abc_search_view_preferred_width +james.adaptiveicon.R$styleable: int Toolbar_subtitleTextAppearance +androidx.appcompat.widget.AppCompatSpinner: androidx.appcompat.widget.AppCompatSpinner$SpinnerPopup getInternalPopup() +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView: PolylineAndHistogramView(android.content.Context) +androidx.appcompat.R$color: int dim_foreground_material_dark +com.jaredrummler.android.colorpicker.R$styleable: int Preference_persistent +androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ListView_DropDown +androidx.preference.R$layout: int abc_search_dropdown_item_icons_2line +androidx.preference.R$styleable: int AppCompatTheme_colorPrimaryDark +io.reactivex.internal.util.NotificationLite$DisposableNotification: long serialVersionUID +okhttp3.internal.http1.Http1Codec$AbstractSource: void endOfInput(boolean,java.io.IOException) +io.reactivex.internal.operators.observable.ObserverResourceWrapper: void onNext(java.lang.Object) com.google.android.material.R$attr: int minWidth -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments$WarningTextBlocItem: MfWarningsResult$WarningComments$WarningTextBlocItem() -com.turingtechnologies.materialscrollbar.R$dimen: int abc_config_prefDialogWidth -cyanogenmod.externalviews.ExternalViewProperties: ExternalViewProperties(android.view.View,android.content.Context) -androidx.constraintlayout.widget.R$styleable: int ActionMode_backgroundSplit -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: ObservableThrottleLatest$ThrottleLatestObserver(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler$Worker,boolean) -okhttp3.EventListener: EventListener() -androidx.constraintlayout.widget.R$attr: int selectableItemBackgroundBorderless -androidx.cardview.widget.CardView: android.content.res.ColorStateList getCardBackgroundColor() -cyanogenmod.app.ICustomTileListener$Stub: cyanogenmod.app.ICustomTileListener asInterface(android.os.IBinder) -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog -wangdaye.com.geometricweather.R$attr: int startIconTintMode -androidx.appcompat.R$dimen: int abc_button_inset_vertical_material -androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPostCreated(android.app.Activity,android.os.Bundle) -cyanogenmod.externalviews.KeyguardExternalViewProviderService: java.lang.String SERVICE_INTERFACE -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String description -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: float unitFactor -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void innerComplete(io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver) -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver -com.google.android.material.R$styleable: int ConstraintSet_android_minHeight -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: long serialVersionUID -wangdaye.com.geometricweather.R$anim: int abc_tooltip_exit -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_shadowDx -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.String insee -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Title_Inverse -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_popupMenuStyle -wangdaye.com.geometricweather.R$attr: int itemTextColor -com.jaredrummler.android.colorpicker.R$attr: int cpv_alphaChannelText -com.google.android.material.R$attr: int materialCalendarStyle -cyanogenmod.profiles.BrightnessSettings: void setValue(int) -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: io.reactivex.Scheduler scheduler -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text -cyanogenmod.providers.CMSettings$Secure$2 -androidx.appcompat.view.menu.ListMenuItemView: void setIcon(android.graphics.drawable.Drawable) -com.google.android.material.R$styleable: int AnimatedStateListDrawableItem_android_drawable -androidx.viewpager.R$id: int tag_transition_group -androidx.appcompat.R$dimen: int abc_dialog_fixed_height_major -androidx.appcompat.R$dimen: int abc_dialog_fixed_width_minor -io.reactivex.Observable: void safeSubscribe(io.reactivex.Observer) -cyanogenmod.weatherservice.ServiceRequestResult: cyanogenmod.weather.WeatherInfo access$202(cyanogenmod.weatherservice.ServiceRequestResult,cyanogenmod.weather.WeatherInfo) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setAqi(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator INCREASING_RING_VALIDATOR -androidx.constraintlayout.widget.R$styleable: int FontFamily_fontProviderAuthority -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarViewPager: void setOnApplyWindowInsetsListener(android.view.View$OnApplyWindowInsetsListener) -wangdaye.com.geometricweather.R$attr: int cpv_alphaChannelText -androidx.legacy.coreutils.R$drawable: int notification_action_background -com.turingtechnologies.materialscrollbar.R$string: int fab_transformation_sheet_behavior -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceFragmentStyle -okhttp3.internal.Internal: boolean isInvalidHttpUrlHost(java.lang.IllegalArgumentException) -cyanogenmod.providers.CMSettings$InclusiveFloatRangeValidator: float mMax -cyanogenmod.weather.ICMWeatherManager$Stub: ICMWeatherManager$Stub() -androidx.preference.R$styleable: int ActionBar_itemPadding -cyanogenmod.providers.DataUsageContract: int COLUMN_OF_ID -okhttp3.Response: void close() -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Small_Inverse -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_shouldDisableView -com.google.android.material.R$animator: int linear_indeterminate_line2_head_interpolator -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeSnowPrecipitation -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal -james.adaptiveicon.R$layout: int abc_screen_simple_overlay_action_mode -com.google.android.material.chip.Chip: void setTextEndPaddingResource(int) -com.jaredrummler.android.colorpicker.R$styleable: int[] PreferenceGroup -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property UpdateTime -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_title -androidx.constraintlayout.widget.R$attr: int colorControlHighlight -wangdaye.com.geometricweather.R$style: int AlertDialog_AppCompat -com.turingtechnologies.materialscrollbar.R$dimen: int notification_top_pad -okhttp3.internal.http1.Http1Codec$UnknownLengthSource -androidx.preference.R$attr: int showText -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatSeekBar_android_thumb -com.google.android.material.R$attr: int color -wangdaye.com.geometricweather.R$drawable: int notif_temp_0 -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: boolean isDataConnectionSelectedOnSub(int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: void setLogo(java.lang.String) -wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: void setNumberString(java.lang.String) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeWetBulbTemperature -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle -androidx.constraintlayout.widget.R$attr: int titleMarginStart -wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_spinBars -android.didikee.donate.R$anim -okhttp3.ConnectionSpec: okhttp3.CipherSuite[] RESTRICTED_CIPHER_SUITES -com.bumptech.glide.integration.okhttp.R$dimen: int notification_right_side_padding_top -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_overflow_padding_end_material -wangdaye.com.geometricweather.R$string: int key_clock_font -okhttp3.internal.connection.StreamAllocation$StreamAllocationReference -android.didikee.donate.R$color: R$color() -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1: void onFailed() -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text -com.google.android.material.R$interpolator: int mtrl_linear_out_slow_in -com.jaredrummler.android.colorpicker.R$id: int blocking -com.xw.repo.bubbleseekbar.R$layout: int abc_list_menu_item_layout -cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setHumidity(double) -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Dialog_MinWidth -io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: void onError(java.lang.Throwable) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: org.reactivestreams.Subscriber downstream -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult: java.util.List dailyForecasts -okio.Buffer: okio.BufferedSink write(byte[]) -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: void dispose() -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_22 -com.google.android.material.R$style: int AlertDialog_AppCompat_Light -com.google.android.material.R$style: int TextAppearance_AppCompat_Headline -okhttp3.internal.http.StatusLine: int code -retrofit2.RequestBuilder: void addPart(okhttp3.Headers,okhttp3.RequestBody) -wangdaye.com.geometricweather.weather.apis.CNWeatherApi -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind: double gust -com.jaredrummler.android.colorpicker.R$styleable: int FontFamily_fontProviderCerts -wangdaye.com.geometricweather.R$id: int gone -com.jaredrummler.android.colorpicker.R$attr: int layout_anchorGravity -androidx.constraintlayout.widget.R$drawable: int abc_menu_hardkey_panel_mtrl_mult -androidx.constraintlayout.widget.R$layout: int abc_action_bar_title_item -androidx.preference.R$styleable: int SwitchCompat_switchPadding -cyanogenmod.weather.CMWeatherManager: cyanogenmod.weather.IRequestInfoListener mRequestInfoListener -james.adaptiveicon.R$color: int bright_foreground_inverse_material_dark -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: boolean isDisposed() -wangdaye.com.geometricweather.R$attr: int haloRadius -okio.RealBufferedSink -wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_android_fontWeight -androidx.appcompat.R$attr: int expandActivityOverflowButtonDrawable -wangdaye.com.geometricweather.R$attr: int preferenceFragmentCompatStyle -com.google.android.material.R$styleable: int CustomAttribute_customDimension -com.google.android.material.R$id: int mtrl_child_content_container -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored -androidx.appcompat.R$drawable: int notification_template_icon_low_bg -androidx.activity.R$color: int notification_icon_bg_color -cyanogenmod.app.CustomTile$ExpandedStyle: int GRID_STYLE -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast: void run() -androidx.recyclerview.R$styleable: int RecyclerView_android_descendantFocusability -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.HourlyEntity) -com.google.android.material.R$styleable: int Toolbar_titleTextAppearance -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric: int UnitType -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode FOG -retrofit2.ParameterHandler$Part: java.lang.reflect.Method method -com.turingtechnologies.materialscrollbar.R$layout: int abc_dialog_title_material -wangdaye.com.geometricweather.R$dimen: int widget_grid_3 -wangdaye.com.geometricweather.R$dimen: int abc_dialog_padding_top_material -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onKeyguardDismissed() -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_Dialog_Bridge -com.google.android.material.R$styleable: int TextInputLayout_android_enabled -com.jaredrummler.android.colorpicker.R$drawable: int abc_control_background_material -wangdaye.com.geometricweather.R$id: int test_checkbox_android_button_tint -androidx.appcompat.R$styleable: int AppCompatTheme_colorError -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: int minuteInterval -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setCheckable(boolean) -androidx.appcompat.R$string: int abc_action_bar_up_description -androidx.work.R$drawable: int notification_action_background -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Object getKey(java.lang.Object) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$5: boolean val$showing -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_hoveredFocusedTranslationZ -okio.Okio$2: void close() -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintCircle -com.jaredrummler.android.colorpicker.R$dimen: int cpv_column_width -okhttp3.internal.http2.Http2Reader$Handler: void settings(boolean,okhttp3.internal.http2.Settings) -james.adaptiveicon.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge -com.google.android.material.R$layout: int mtrl_picker_fullscreen -com.xw.repo.bubbleseekbar.R$id: int uniform -com.google.android.material.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_CompactMenu -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: void onSuccess(java.lang.Object) -com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_Alert_Bridge -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoldIndex -okhttp3.internal.http2.Http2Connection: boolean pushedStream(int) -com.google.android.material.R$style: int TextAppearance_Design_CollapsingToolbar_Expanded -androidx.preference.R$dimen: int abc_dialog_fixed_width_major -androidx.preference.R$styleable: int[] ButtonBarLayout -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle -okio.RealBufferedSource: java.lang.String readString(long,java.nio.charset.Charset) -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult$Temperature: double Value -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_editTextStyle -androidx.activity.R$id: int accessibility_custom_action_0 -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xdp -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: void setUrl(java.lang.String) -com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleDrawable(int) -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Tooltip -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningMaxCountItems: java.lang.String textCount -com.google.android.material.R$styleable: int Slider_labelBehavior -cyanogenmod.providers.CMSettings$System: java.lang.String SYSTEM_PROFILES_ENABLED -com.google.android.material.R$dimen: int abc_dialog_min_width_major -androidx.appcompat.R$styleable: int MenuGroup_android_orderInCategory -androidx.recyclerview.R$id: int accessibility_custom_action_13 -androidx.appcompat.R$styleable: int AppCompatTextView_firstBaselineToTopHeight -cyanogenmod.app.CustomTile$1 -com.jaredrummler.android.colorpicker.R$attr: int windowNoTitle -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeSnowPrecipitationProbability(java.lang.Float) -com.github.rahatarmanahmed.cpv.CircularProgressView: void stopAnimation() -james.adaptiveicon.R$attr: int actionLayout -wangdaye.com.geometricweather.remoteviews.config.Hilt_TextWidgetConfigActivity -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean() -androidx.preference.R$style: int Widget_AppCompat_ActionBar_TabText -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_138 -cyanogenmod.externalviews.KeyguardExternalView: android.os.IBinder mService -com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_statusBarBackground -okhttp3.CacheControl: CacheControl(boolean,boolean,int,int,boolean,boolean,boolean,int,int,boolean,boolean,boolean,java.lang.String) -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void onComplete() -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_layout -okhttp3.Address: boolean equalsNonHost(okhttp3.Address) -androidx.preference.R$styleable: int Preference_title -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeWetBulbTemperature() -com.jaredrummler.android.colorpicker.R$attr: int fontProviderPackage -wangdaye.com.geometricweather.common.basic.models.weather.Daily: long time -com.xw.repo.bubbleseekbar.R$color: int dim_foreground_material_light -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.internal.DaoConfig config -androidx.hilt.lifecycle.R$id: int text2 -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_gestureInsetBottomIgnored -com.turingtechnologies.materialscrollbar.R$attr: int switchStyle -com.turingtechnologies.materialscrollbar.R$styleable: int ActionMode_subtitleTextStyle -wangdaye.com.geometricweather.db.entities.DailyEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.DailyEntity) -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Float tMin -james.adaptiveicon.R$integer: int cancel_button_image_alpha -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeIcePrecipitation() -androidx.preference.R$attr: int paddingBottomNoButtons -com.turingtechnologies.materialscrollbar.R$integer: int abc_config_activityDefaultDur -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: FitSystemBarRecyclerView(android.content.Context) -okhttp3.internal.http.HttpDate: HttpDate() -okhttp3.internal.http2.Http2Reader$ContinuationSource: void close() -android.didikee.donate.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator -android.didikee.donate.R$styleable: int MenuItem_actionViewClass -wangdaye.com.geometricweather.R$attr: int mock_diagonalsColor -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void onNext(java.lang.Object) -androidx.lifecycle.Transformations$1: Transformations$1(androidx.lifecycle.MediatorLiveData,androidx.arch.core.util.Function) -cyanogenmod.weather.WeatherLocation: java.lang.String mCityId -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_goneMarginEnd -cyanogenmod.providers.DataUsageContract: int COLUMN_OF_LABEL -androidx.fragment.R$attr: int fontProviderPackage -com.google.android.material.R$styleable: int ConstraintLayout_placeholder_content -com.turingtechnologies.materialscrollbar.R$color: int switch_thumb_material_light -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: retrofit2.Call delegate -com.google.android.material.R$attr: int autoSizePresetSizes -cyanogenmod.library.R$styleable -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_textFontWeight -okhttp3.internal.http1.Http1Codec: okio.Source newFixedLengthSource(long) -cyanogenmod.library.R$id: R$id() -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void drainLoop() -com.google.android.material.timepicker.ChipTextInputComboView: ChipTextInputComboView(android.content.Context,android.util.AttributeSet) -io.reactivex.Observable: io.reactivex.Observable debounce(io.reactivex.functions.Function) -james.adaptiveicon.R$styleable: int Spinner_android_popupBackground -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_padding -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_explanation -androidx.constraintlayout.widget.R$attr: int drawableTopCompat -wangdaye.com.geometricweather.R$color: int design_default_color_on_background -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric: java.lang.String Unit -wangdaye.com.geometricweather.R$attr: int chipMinTouchTargetSize -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_weather_1 -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language ITALIAN -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_icon -com.google.android.material.R$styleable: int FloatingActionButton_fabCustomSize -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider this$1 -wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_AppbarPopupTheme_Light -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintEnd_toEndOf -wangdaye.com.geometricweather.R$drawable: int notif_temp_55 -okio.Okio: okio.Sink sink(java.io.OutputStream) -com.google.android.material.R$animator: int mtrl_fab_hide_motion_spec -com.jaredrummler.android.colorpicker.R$attr: int isLightTheme -androidx.swiperefreshlayout.R$styleable: int GradientColor_android_endY -com.turingtechnologies.materialscrollbar.R$attr: int passwordToggleDrawable -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setStrokeColor(int) -com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource RESOURCE_DISK_CACHE -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Bridge -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_textSize -wangdaye.com.geometricweather.R$attr: int tickColor -androidx.preference.R$styleable: int Toolbar_android_minHeight -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintCircleAngle -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void innerComplete(int,boolean) -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPath: java.lang.String getPathName() -io.reactivex.Observable: io.reactivex.Observable timeout(long,java.util.concurrent.TimeUnit,io.reactivex.ObservableSource) -okhttp3.internal.connection.RouteSelector$Selection: boolean hasNext() -androidx.coordinatorlayout.R$id: int accessibility_custom_action_16 -androidx.constraintlayout.utils.widget.ImageFilterButton: void setRound(float) -io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: io.reactivex.disposables.Disposable upstream -androidx.appcompat.widget.SwitchCompat: int getThumbTextPadding() -com.google.android.material.R$attr: int constraintSet -wangdaye.com.geometricweather.R$color: int mtrl_tabs_colored_ripple_color -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: void onNext(java.lang.Object) -com.google.android.material.bottomnavigation.BottomNavigationMenuView: android.graphics.drawable.Drawable getItemBackground() -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Menu -cyanogenmod.app.StatusBarPanelCustomTile: int describeContents() -com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource MEMORY_CACHE -james.adaptiveicon.R$color: int bright_foreground_material_light -com.google.android.material.appbar.MaterialToolbar -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: void setTo(java.util.Date) -james.adaptiveicon.R$styleable: int Toolbar_contentInsetStartWithNavigation -androidx.appcompat.R$style: int Widget_AppCompat_Spinner_Underlined -androidx.preference.R$attr: int homeLayout -wangdaye.com.geometricweather.R$layout: int test_toolbar_custom_background -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_BACKGROUND -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean access$602(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl,boolean) -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: io.reactivex.Observer downstream -androidx.lifecycle.FullLifecycleObserverAdapter$1 -cyanogenmod.providers.DataUsageContract: java.lang.String FAST_AVG -com.turingtechnologies.materialscrollbar.R$bool: R$bool() -com.google.android.material.progressindicator.ProgressIndicator: int[] getIndicatorColors() -android.didikee.donate.R$dimen: int abc_search_view_preferred_height -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorBackgroundFloating -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_card -com.jaredrummler.android.colorpicker.R$attr: int colorBackgroundFloating -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean isDisposed() -androidx.preference.R$style: int Widget_AppCompat_PopupMenu -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_ratingBarStyle -okio.GzipSource -androidx.coordinatorlayout.R$styleable: int ColorStateListItem_android_color -androidx.work.R$dimen: int notification_right_side_padding_top -android.didikee.donate.R$layout: int abc_expanded_menu_layout -androidx.constraintlayout.widget.R$styleable: int SearchView_suggestionRowLayout -cyanogenmod.externalviews.KeyguardExternalView: void setProviderComponent(android.content.ComponentName) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 -androidx.work.R$styleable: int ColorStateListItem_alpha -wangdaye.com.geometricweather.R$id: int design_navigation_view -com.xw.repo.bubbleseekbar.R$dimen: int abc_dropdownitem_text_padding_right -wangdaye.com.geometricweather.R$color: int design_dark_default_color_secondary_variant -retrofit2.ParameterHandler$Tag -com.xw.repo.bubbleseekbar.R$id: int action_bar_root -androidx.preference.R$style: int Widget_AppCompat_CompoundButton_Switch -james.adaptiveicon.R$style: int Theme_AppCompat_Dialog_MinWidth -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintEnd_toEndOf -androidx.constraintlayout.widget.R$attr: int buttonBarNeutralButtonStyle -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarTabStyle -com.turingtechnologies.materialscrollbar.R$attr: int textAllCaps -androidx.appcompat.R$attr: int fontWeight -wangdaye.com.geometricweather.R$attr: int endIconContentDescription -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: io.reactivex.Observer downstream -cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy: android.os.IBinder asBinder() -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_SearchView_ActionBar -okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder noCache() -androidx.appcompat.widget.FitWindowsLinearLayout: FitWindowsLinearLayout(android.content.Context,android.util.AttributeSet) -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Imperial: java.lang.String Unit -cyanogenmod.providers.CMSettings$NameValueCache: java.lang.String NAME_EQ_PLACEHOLDER -androidx.work.R$styleable: int GradientColor_android_startY -wangdaye.com.geometricweather.R$styleable: int Motion_motionStagger -androidx.preference.R$color: int abc_search_url_text_pressed -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_collapsedTitleGravity -wangdaye.com.geometricweather.common.basic.models.weather.WindDegree -com.github.rahatarmanahmed.cpv.CircularProgressView: float access$202(com.github.rahatarmanahmed.cpv.CircularProgressView,float) -io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating: double Value -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_11 -james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarSize -androidx.transition.R$id: int text +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Button +com.google.android.material.R$attr: int ratingBarStyle +io.reactivex.Observable: io.reactivex.Single toMap(io.reactivex.functions.Function,io.reactivex.functions.Function,java.util.concurrent.Callable) +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_NoActionBar +androidx.transition.ChangeBounds$7 +com.google.android.material.card.MaterialCardView: void setCheckedIconMargin(int) +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$5 +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionButton +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_active_item_min_width +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_section_count +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_trackTintMode +androidx.recyclerview.widget.RecyclerView: boolean isLayoutSuppressed() +wangdaye.com.geometricweather.R$styleable: int[] AnimatedStateListDrawableItem +io.reactivex.exceptions.MissingBackpressureException: MissingBackpressureException(java.lang.String) +android.didikee.donate.R$attr: int ratingBarStyleIndicator +com.jaredrummler.android.colorpicker.R$id: int transparency_text +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: double HoursOfIce +james.adaptiveicon.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_autoSizePresetSizes +androidx.preference.R$id: int icon_group +io.reactivex.Observable: io.reactivex.Observable concatMap(io.reactivex.functions.Function) +com.turingtechnologies.materialscrollbar.R$attr: int chipStrokeWidth +com.google.android.material.R$dimen: int abc_action_bar_content_inset_with_nav +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: java.lang.String url +androidx.constraintlayout.widget.R$styleable: int[] AnimatedStateListDrawableItem +com.google.android.material.R$anim: int design_snackbar_in +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_ICONS +androidx.hilt.work.R$styleable: int GradientColorItem_android_offset +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable +okhttp3.EventListener: void secureConnectStart(okhttp3.Call) +okhttp3.internal.http2.Hpack$Reader: int maxDynamicTableByteCount +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listMenuViewStyle +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: AccuDailyResult$DailyForecasts$Night() +retrofit2.ParameterHandler$Path: void apply(retrofit2.RequestBuilder,java.lang.Object) +wangdaye.com.geometricweather.common.basic.models.weather.WindDegree: boolean isNoDirection() +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: void updateDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) +com.google.android.material.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult: MfCurrentResult() +androidx.appcompat.R$attr: int font +androidx.work.R$id: int accessibility_custom_action_12 +androidx.appcompat.R$color: int bright_foreground_inverse_material_dark +com.google.android.material.R$layout: R$layout() +cyanogenmod.providers.ThemesContract$MixnMatchColumns: android.net.Uri CONTENT_URI +james.adaptiveicon.R$drawable: int abc_edit_text_material +wangdaye.com.geometricweather.R$color: int colorTextContent +wangdaye.com.geometricweather.R$id: int spacer +androidx.preference.R$style: int Theme_AppCompat_Dialog_MinWidth +com.google.android.material.R$id: int item_touch_helper_previous_elevation +android.didikee.donate.R$styleable: int ActionBar_popupTheme +io.reactivex.internal.util.NotificationLite$ErrorNotification: boolean equals(java.lang.Object) +androidx.preference.R$styleable: int AppCompatTheme_actionModeSplitBackground +okhttp3.Cookie: java.lang.String name() +retrofit2.Platform: java.lang.Object invokeDefaultMethod(java.lang.reflect.Method,java.lang.Class,java.lang.Object,java.lang.Object[]) +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_17 +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatImageView_srcCompat +okhttp3.Cookie: boolean secure() +wangdaye.com.geometricweather.R$string: int week_4 +okhttp3.HttpUrl$Builder: void pop() +androidx.hilt.R$styleable: int GradientColor_android_startX +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item +androidx.transition.R$id: int tag_unhandled_key_event_manager +wangdaye.com.geometricweather.R$attr: int selectableItemBackgroundBorderless +okhttp3.internal.http2.Header: java.lang.String TARGET_METHOD_UTF8 +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored +com.bumptech.glide.Registry$NoModelLoaderAvailableException: Registry$NoModelLoaderAvailableException(java.lang.Object,java.util.List) +androidx.appcompat.resources.R$drawable +androidx.work.R$styleable: int GradientColor_android_endColor +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial: java.lang.String Unit +com.bumptech.glide.integration.okhttp.R$attr: int layout_anchorGravity +com.turingtechnologies.materialscrollbar.R$drawable: int tooltip_frame_dark +androidx.hilt.work.R$string: int status_bar_notification_info_overflow +androidx.appcompat.R$id: int action_bar_spinner +com.google.gson.JsonSyntaxException: JsonSyntaxException(java.lang.String,java.lang.Throwable) +com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_android_dialogLayout +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_search_api_material +androidx.constraintlayout.widget.R$styleable: int ActionMode_backgroundSplit +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric +androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize +androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type BASELINE +com.google.android.material.R$attr: int helperTextTextAppearance +cyanogenmod.app.ProfileGroup$1 +com.turingtechnologies.materialscrollbar.R$color: int material_grey_850 +androidx.preference.R$drawable: int abc_list_longpressed_holo +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: void slideLockscreenIn() +cyanogenmod.themes.IThemeService$Stub: IThemeService$Stub() +android.didikee.donate.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog +com.google.android.material.R$drawable: int notification_bg_low_pressed +okio.ByteString: okio.ByteString md5() +com.xw.repo.bubbleseekbar.R$drawable +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken BEGIN_ARRAY +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver +okhttp3.internal.cache.FaultHidingSink: void flush() +okhttp3.internal.ws.WebSocketReader: okhttp3.internal.ws.WebSocketReader$FrameCallback frameCallback +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeTotalPrecipitationDuration(java.lang.Float) +androidx.appcompat.R$attr: int contentInsetEnd +io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: io.reactivex.internal.operators.observable.ObservableReplay$Node getHead() +com.jaredrummler.android.colorpicker.R$color: int ripple_material_dark +cyanogenmod.themes.ThemeChangeRequest$RequestType: ThemeChangeRequest$RequestType(java.lang.String,int) +james.adaptiveicon.R$attr: int buttonBarNeutralButtonStyle +android.didikee.donate.R$id: int search_button +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_contentInsetRight +wangdaye.com.geometricweather.R$styleable: int[] ExtendedFloatingActionButton_Behavior_Layout +com.google.android.material.R$drawable: int abc_ic_menu_overflow_material +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_horizontalStyle +com.turingtechnologies.materialscrollbar.R$id: int mtrl_child_content_container +james.adaptiveicon.R$style: int Widget_AppCompat_Light_AutoCompleteTextView +wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_moonText +wangdaye.com.geometricweather.R$id: int scroll +androidx.appcompat.widget.Toolbar: void setTitleMarginBottom(int) +wangdaye.com.geometricweather.R$style: int Widget_Compat_NotificationActionContainer +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean getWind() +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: void onComplete() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial Imperial +com.google.android.material.R$id: int auto +android.didikee.donate.R$dimen: int abc_action_bar_content_inset_material +com.google.android.material.R$layout: int test_toolbar_surface +retrofit2.adapter.rxjava2.RxJava2CallAdapter: java.lang.reflect.Type responseType +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: boolean active +androidx.viewpager2.R$id: int accessibility_action_clickable_span +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: void onError(java.lang.Throwable) wangdaye.com.geometricweather.R$attr: int itemFillColor -james.adaptiveicon.R$attr: int goIcon -com.google.android.material.R$attr: int helperTextTextColor -androidx.loader.R$id: int action_text -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_temp_3 -android.didikee.donate.R$drawable: int abc_cab_background_top_mtrl_alpha -androidx.preference.R$styleable: int AppCompatTextView_autoSizeMaxTextSize -com.google.android.material.R$dimen: int fastscroll_margin -io.reactivex.Observable: io.reactivex.Observable doOnDispose(io.reactivex.functions.Action) -cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_TITLE -wangdaye.com.geometricweather.search.SearchActivityViewModel -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ImageButton -okhttp3.internal.http2.Settings: boolean getEnablePush(boolean) -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Medium -com.google.android.material.R$id: int accessibility_custom_action_25 -okhttp3.internal.Util: java.lang.String format(java.lang.String,java.lang.Object[]) -com.jaredrummler.android.colorpicker.R$attr: int dividerPadding -james.adaptiveicon.R$style: int AlertDialog_AppCompat -com.google.android.material.R$attr: int tabStyle -okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean isCanceled() -androidx.work.R$id: int icon_group -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: ObservableReplay$ReplayObserver(io.reactivex.internal.operators.observable.ObservableReplay$ReplayBuffer) -androidx.constraintlayout.widget.R$dimen: int abc_text_size_button_material -androidx.hilt.lifecycle.R$id: int right_icon -wangdaye.com.geometricweather.R$styleable: int MaterialButton_backgroundTintMode -wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: void setProgressColor(int) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeTotalPrecipitationProbability -james.adaptiveicon.R$attr: int spinnerDropDownItemStyle -com.google.android.material.appbar.CollapsingToolbarLayout: android.graphics.Typeface getExpandedTitleTypeface() -wangdaye.com.geometricweather.R$drawable: int ic_sunset -cyanogenmod.externalviews.KeyguardExternalView$2: void slideLockscreenIn() -androidx.constraintlayout.widget.R$id: int checkbox -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_NoActionBar_Bridge -androidx.fragment.R$id: int blocking -com.turingtechnologies.materialscrollbar.R$attr: int srcCompat -androidx.lifecycle.DefaultLifecycleObserver: void onResume(androidx.lifecycle.LifecycleOwner) -wangdaye.com.geometricweather.R$attr: int listPreferredItemPaddingStart -cyanogenmod.app.Profile$ProfileTrigger: java.lang.String mId -cyanogenmod.providers.CMSettings$System: boolean putInt(android.content.ContentResolver,java.lang.String,int) -androidx.preference.R$attr: int buttonGravity -cyanogenmod.weather.CMWeatherManager: android.os.Handler mHandler -retrofit2.RequestFactory: java.lang.reflect.Method method -com.google.android.material.floatingactionbutton.FloatingActionButton$BaseBehavior -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_padding_material -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_popupWindowStyle -com.google.android.material.R$attr: int boxBackgroundColor -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: io.reactivex.disposables.Disposable upstream -com.google.android.material.R$id: int activity_chooser_view_content -cyanogenmod.providers.DataUsageContract: android.net.Uri CONTENT_URI -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit MPS -retrofit2.RequestFactory$Builder: java.lang.reflect.Type[] parameterTypes -cyanogenmod.platform.Manifest$permission: Manifest$permission() -com.google.android.material.R$id: int accessibility_custom_action_8 -androidx.coordinatorlayout.R$color -androidx.core.widget.ContentLoadingProgressBar: ContentLoadingProgressBar(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$styleable: int PreferenceImageView_maxHeight -com.xw.repo.bubbleseekbar.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView -okhttp3.Cache: void evictAll() -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast -okhttp3.internal.http2.Hpack$Writer: void adjustDynamicTableByteCount() -com.google.android.material.R$styleable: int Toolbar_titleMarginStart -com.google.android.material.floatingactionbutton.FloatingActionButton: void setHideMotionSpec(com.google.android.material.animation.MotionSpec) -com.jaredrummler.android.colorpicker.R$id: int text2 -okhttp3.Request: okhttp3.CacheControl cacheControl() -wangdaye.com.geometricweather.R$id: int mtrl_picker_header_selection_text -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean dispatchTrackballEvent(android.view.MotionEvent) -wangdaye.com.geometricweather.R$id: int center -com.google.android.material.R$dimen: int mtrl_calendar_day_width -cyanogenmod.providers.CMSettings$Secure: java.lang.String LIVE_LOCK_SCREEN_ENABLED -androidx.preference.R$styleable: int MenuItem_android_titleCondensed -cyanogenmod.providers.CMSettings$Secure: java.lang.String PROTECTED_COMPONENTS -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_goneMarginTop -androidx.appcompat.widget.AppCompatButton: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) -com.turingtechnologies.materialscrollbar.R$styleable: int[] RecycleListView -androidx.constraintlayout.widget.R$anim: int btn_radio_to_on_mtrl_ring_outer_path_animation -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void drain() -okhttp3.internal.cache2.FileOperator: void read(long,okio.Buffer,long) -android.didikee.donate.R$dimen: int abc_text_size_caption_material -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_thumbTint -com.jaredrummler.android.colorpicker.R$styleable: int CheckBoxPreference_summaryOff -androidx.recyclerview.widget.RecyclerView: RecyclerView(android.content.Context,android.util.AttributeSet,int) -androidx.coordinatorlayout.R$id: int icon_group -com.google.android.material.R$style: int ShapeAppearance_MaterialComponents_Test -com.google.android.material.R$styleable: int AppCompatTheme_checkboxStyle -james.adaptiveicon.R$id: int search_edit_frame -okhttp3.Response: okhttp3.Response priorResponse() +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_14 +com.google.android.material.R$styleable: int ConstraintSet_android_layout_marginEnd +retrofit2.Utils: java.lang.RuntimeException methodError(java.lang.reflect.Method,java.lang.Throwable,java.lang.String,java.lang.Object[]) +com.google.android.material.R$styleable: int MaterialCardView_android_checkable +com.google.android.material.R$dimen: int mtrl_card_spacing +androidx.constraintlayout.motion.widget.MotionLayout: void setOnHide(float) +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language getInstance(java.lang.String) +io.reactivex.Observable: io.reactivex.Observable timestamp(io.reactivex.Scheduler) +wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderLayout +androidx.viewpager.R$dimen: int compat_control_corner_material +androidx.appcompat.widget.SearchView$SavedState: android.os.Parcelable$Creator CREATOR +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_8 +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String getDistrict() +wangdaye.com.geometricweather.R$attr: int paddingEnd +com.bumptech.glide.load.HttpException: long serialVersionUID +com.turingtechnologies.materialscrollbar.R$dimen: int fastscroll_default_thickness +com.jaredrummler.android.colorpicker.R$style: int Base_AlertDialog_AppCompat_Light +cyanogenmod.themes.ThemeManager$2$1: void run() +androidx.vectordrawable.R$drawable: int notification_bg_low +okhttp3.internal.platform.JdkWithJettyBootPlatform: okhttp3.internal.platform.Platform buildIfSupported() +com.google.android.material.floatingactionbutton.FloatingActionButton: FloatingActionButton(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: void setDirection(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX) +androidx.coordinatorlayout.R$id: int accessibility_custom_action_27 +okio.ForwardingTimeout: ForwardingTimeout(okio.Timeout) +cyanogenmod.app.ICMStatusBarManager$Stub: cyanogenmod.app.ICMStatusBarManager asInterface(android.os.IBinder) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPopupWindowStyle +androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_width +com.google.android.material.R$drawable: int abc_btn_default_mtrl_shape +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeSnowPrecipitation() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX getAqi() +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_card_spacing +okhttp3.internal.http2.Hpack$Reader: int readByte() +cyanogenmod.providers.CMSettings$Secure$2: CMSettings$Secure$2() +cyanogenmod.providers.CMSettings$Secure: java.lang.String LIVE_DISPLAY_COLOR_MATRIX +androidx.appcompat.R$id: int split_action_bar +okhttp3.internal.http2.Http2Connection$6 +james.adaptiveicon.R$attr: int commitIcon +android.didikee.donate.R$style: int Base_Theme_AppCompat_Dialog_MinWidth +androidx.preference.R$style: int Widget_AppCompat_RatingBar +androidx.constraintlayout.utils.widget.ImageFilterButton: ImageFilterButton(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int PrecipitationProbability +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onLockscreenSlideOffsetChanged(float) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Imperial: double Value +com.google.gson.stream.JsonReader: JsonReader(java.io.Reader) +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light_Dialog_MinWidth +androidx.constraintlayout.widget.R$id: int title +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver parent +cyanogenmod.providers.CMSettings$System: java.lang.String ENABLE_REVERSE_LOOKUP +com.google.android.material.R$dimen: int abc_action_bar_icon_vertical_padding_material +com.google.android.material.R$attr: int iconStartPadding +androidx.appcompat.R$styleable: int AppCompatImageView_tintMode +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain: MfForecastResult$Forecast$Rain() +wangdaye.com.geometricweather.R$xml: int widget_trend_hourly +androidx.coordinatorlayout.widget.CoordinatorLayout: CoordinatorLayout(android.content.Context,android.util.AttributeSet,int) +com.turingtechnologies.materialscrollbar.R$animator: int design_fab_hide_motion_spec +androidx.preference.R$attr: int buttonTintMode +james.adaptiveicon.R$dimen: int abc_edit_text_inset_bottom_material +com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: android.graphics.Rect getWindowInsets() +androidx.hilt.work.R$id: int forever +wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation: wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation BOTTOM +com.turingtechnologies.materialscrollbar.R$layout: int abc_popup_menu_header_item_layout +com.turingtechnologies.materialscrollbar.R$id: int action_mode_bar_stub +com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage[] values() +androidx.appcompat.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_0 +com.google.android.material.R$styleable: int Constraint_layout_constraintBaseline_toBaselineOf +com.google.android.material.R$styleable: int TextInputLayout_passwordToggleDrawable +androidx.viewpager2.R$styleable: int FontFamilyFont_fontVariationSettings +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: long serialVersionUID +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setRefreshing(boolean) +com.google.android.material.R$styleable: int Constraint_flow_wrapMode +androidx.activity.R$layout: int notification_template_part_time +wangdaye.com.geometricweather.R$layout: int mtrl_picker_fullscreen +androidx.constraintlayout.widget.R$dimen: int abc_dialog_title_divider_material +androidx.loader.R$string: int status_bar_notification_info_overflow +wangdaye.com.geometricweather.R$style: int Animation_AppCompat_DropDownUp +androidx.swiperefreshlayout.R$dimen +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float getIce() +james.adaptiveicon.R$styleable: int AppCompatTheme_popupWindowStyle +james.adaptiveicon.R$styleable: int AppCompatTheme_checkboxStyle +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_goneMarginRight +wangdaye.com.geometricweather.db.entities.DailyEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) +com.turingtechnologies.materialscrollbar.R$color: int mtrl_textinput_default_box_stroke_color +androidx.viewpager2.R$layout: int notification_template_part_time +wangdaye.com.geometricweather.R$id: int parent +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_android_touchscreenBlocksFocus +androidx.appcompat.widget.SearchView: int getSuggestionCommitIconResId() +androidx.constraintlayout.widget.R$attr: int windowActionBarOverlay +cyanogenmod.providers.CMSettings$DelimitedListValidator: java.lang.String mDelimiter +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean: java.util.List getBrands() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated +cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String key() +okhttp3.Call: void cancel() +okhttp3.internal.http1.Http1Codec$FixedLengthSource: long bytesRemaining +com.bumptech.glide.R$styleable: int FontFamilyFont_android_fontVariationSettings +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Imperial: double Value +androidx.constraintlayout.widget.R$color: int highlighted_text_material_light +wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.String TABLENAME +okhttp3.internal.http2.Http2Connection: java.util.concurrent.ExecutorService listenerExecutor +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int THUNDERSTORMS +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: long uniqueId +com.xw.repo.bubbleseekbar.R$id: int uniform +okhttp3.Request: java.lang.String method +wangdaye.com.geometricweather.R$string: int cloud_cover +com.google.android.material.R$styleable: int MenuItem_android_id +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: java.lang.String getUrl() +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_startY +com.turingtechnologies.materialscrollbar.R$animator: int mtrl_fab_hide_motion_spec +androidx.vectordrawable.animated.R$drawable: int notification_bg_normal_pressed +com.github.rahatarmanahmed.cpv.BuildConfig: BuildConfig() +com.xw.repo.bubbleseekbar.R$attr: int customNavigationLayout +james.adaptiveicon.R$attr: int listLayout +com.google.android.material.R$dimen: int mtrl_calendar_header_height +io.reactivex.internal.schedulers.ScheduledRunnable: java.lang.Object ASYNC_DISPOSED +cyanogenmod.themes.ThemeManager: void registerProcessingListener(cyanogenmod.themes.ThemeManager$ThemeProcessingListener) +androidx.appcompat.R$styleable: int AppCompatTheme_actionBarTabStyle +androidx.preference.R$color: int abc_btn_colored_text_material +com.jaredrummler.android.colorpicker.R$attr: int order +androidx.appcompat.resources.R$styleable: int FontFamily_fontProviderQuery +androidx.swiperefreshlayout.R$drawable: int notification_bg_low_pressed +wangdaye.com.geometricweather.R$id: int deltaRelative +com.google.android.material.R$dimen: int abc_text_size_display_4_material +io.reactivex.Observable: io.reactivex.Completable concatMapCompletableDelayError(io.reactivex.functions.Function,boolean) +wangdaye.com.geometricweather.R$styleable: int Constraint_android_translationX +james.adaptiveicon.R$styleable: int DrawerArrowToggle_barLength +android.didikee.donate.R$styleable: int MenuItem_android_id +okhttp3.internal.http2.Http2Reader: java.util.List readHeaderBlock(int,short,byte,int) +com.google.android.material.R$attr: int textAppearanceSubtitle1 +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Dialog_Alert +androidx.constraintlayout.widget.R$layout: int abc_activity_chooser_view +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_deriveConstraintsFrom +wangdaye.com.geometricweather.R$layout: int abc_action_menu_item_layout +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String LIVE_LOCK_SCREEN_PREVIEW +cyanogenmod.providers.CMSettings$System: long getLongForUser(android.content.ContentResolver,java.lang.String,int) +androidx.appcompat.R$styleable: int AppCompatTheme_homeAsUpIndicator +com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge +androidx.hilt.lifecycle.R$dimen +com.turingtechnologies.materialscrollbar.Handle: void setBackgroundColor(int) +io.reactivex.internal.util.VolatileSizeArrayList: boolean addAll(int,java.util.Collection) +com.jaredrummler.android.colorpicker.R$attr: int divider +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_26 +androidx.appcompat.R$styleable: int AppCompatTextView_drawableLeftCompat +cyanogenmod.hardware.CMHardwareManager: java.util.List BOOLEAN_FEATURES +androidx.constraintlayout.widget.R$attr: int submitBackground +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: long serialVersionUID +retrofit2.Retrofit$Builder: Retrofit$Builder() +com.google.android.material.R$styleable: int ProgressIndicator_trackColor +androidx.constraintlayout.widget.R$attr: int textAppearanceListItem +okhttp3.internal.Util: java.nio.charset.Charset UTF_16_LE +cyanogenmod.externalviews.IKeyguardExternalViewProvider: void alterWindow(int,int,int,int,boolean,android.graphics.Rect) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator HIGH_TOUCH_SENSITIVITY_ENABLE_VALIDATOR +android.didikee.donate.R$styleable: int AlertDialog_listLayout +james.adaptiveicon.R$id: int forever +com.turingtechnologies.materialscrollbar.R$id: int masked +com.xw.repo.bubbleseekbar.R$attr: int actionBarStyle +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_drawableTop +androidx.recyclerview.R$id: int accessibility_custom_action_0 +wangdaye.com.geometricweather.R$drawable: int abc_control_background_material +androidx.transition.R$drawable: int notification_bg_normal +james.adaptiveicon.R$styleable: int MenuView_android_verticalDivider +com.google.android.material.R$styleable: int OnSwipe_limitBoundsTo +com.jaredrummler.android.colorpicker.R$attr: int tintMode +wangdaye.com.geometricweather.common.basic.models.weather.Alert: long getAlertId() +wangdaye.com.geometricweather.R$dimen: int abc_list_item_height_large_material +com.google.android.material.R$dimen: int mtrl_btn_padding_bottom +okio.AsyncTimeout: long IDLE_TIMEOUT_NANOS +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: int status +wangdaye.com.geometricweather.R$id: int center_vertical +okhttp3.internal.cache.DiskLruCache: java.lang.String CLEAN +androidx.vectordrawable.R$id: int accessibility_custom_action_21 +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day +com.jaredrummler.android.colorpicker.R$dimen: int abc_floating_window_z +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_79 +com.google.android.material.R$drawable: int abc_btn_radio_to_on_mtrl_015 +androidx.core.R$id: int accessibility_action_clickable_span +okhttp3.OkHttpClient: okhttp3.ConnectionPool connectionPool() +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void run() +androidx.preference.R$style: int Widget_AppCompat_Light_PopupMenu +okhttp3.internal.http2.Http2: byte FLAG_END_STREAM +cyanogenmod.externalviews.ExternalViewProviderService$Provider: void onResume() +wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: java.lang.String getDurationVoice(android.content.Context,float) +com.turingtechnologies.materialscrollbar.R$color: int notification_action_color_filter +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_textFontWeight +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Position: java.lang.String timezone +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_marginStart +wangdaye.com.geometricweather.R$styleable: int Toolbar_logoDescription +com.google.android.material.R$attr: int applyMotionScene +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_card_elevation +androidx.preference.R$style: int ThemeOverlay_AppCompat_ActionBar +wangdaye.com.geometricweather.R$array: int week_icon_modes +androidx.recyclerview.R$id: int line1 +com.google.android.material.slider.BaseSlider: float getStepSize() +okio.RealBufferedSource: okio.Timeout timeout() +com.jaredrummler.android.colorpicker.R$attr: int colorControlHighlight +com.google.android.material.R$color: int mtrl_textinput_filled_box_default_background_color +androidx.preference.R$attr: int isLightTheme +androidx.coordinatorlayout.R$id: int time +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_SearchResult +io.reactivex.Observable: io.reactivex.Observable zipIterable(java.lang.Iterable,io.reactivex.functions.Function,boolean,int) +wangdaye.com.geometricweather.R$attr: int snackbarButtonStyle +wangdaye.com.geometricweather.R$string: int aqi_1 +com.google.android.material.R$attr: int useMaterialThemeColors +io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: void onNext(java.lang.Object) +androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType: androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType valueOf(java.lang.String) +androidx.constraintlayout.widget.R$string: int abc_activity_chooser_view_see_all +com.google.android.material.R$styleable: int LinearLayoutCompat_divider +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: java.util.concurrent.atomic.AtomicReference other +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Chip_Action +com.jaredrummler.android.colorpicker.R$id: int submit_area +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice$AdviceContext: java.lang.String[] population +androidx.constraintlayout.widget.R$attr: int visibilityMode +androidx.fragment.R$id: int italic +android.didikee.donate.R$attr: int alertDialogButtonGroupStyle +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_display_4_material +com.google.android.material.R$drawable: int abc_btn_check_to_on_mtrl_015 +wangdaye.com.geometricweather.R$styleable: int Transition_layoutDuringTransition +io.reactivex.internal.util.VolatileSizeArrayList: java.util.List subList(int,int) +androidx.lifecycle.AbstractSavedStateViewModelFactory: android.os.Bundle mDefaultArgs +androidx.preference.R$styleable: int[] ActionMode +androidx.appcompat.R$styleable: int LinearLayoutCompat_android_orientation +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_translationY +com.turingtechnologies.materialscrollbar.R$attr: int itemHorizontalPadding +wangdaye.com.geometricweather.R$drawable: int abc_ratingbar_small_material +okhttp3.internal.io.FileSystem +wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Object getKey(java.lang.Object) +com.google.android.material.R$drawable: int material_ic_calendar_black_24dp +retrofit2.adapter.rxjava2.ResultObservable: ResultObservable(io.reactivex.Observable) +androidx.appcompat.R$attr: int suggestionRowLayout +okio.GzipSink: java.util.zip.Deflater deflater +androidx.appcompat.R$id: int src_over +wangdaye.com.geometricweather.R$array: int subtitle_data_values +cyanogenmod.app.LiveLockScreenInfo$1: java.lang.Object createFromParcel(android.os.Parcel) +wangdaye.com.geometricweather.R$styleable: int Toolbar_contentInsetRight +com.jaredrummler.android.colorpicker.R$drawable: int abc_list_pressed_holo_dark +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_minHeight +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setStrokeWidth(float) +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_10 +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header +androidx.constraintlayout.widget.R$id: int customPanel +com.google.android.material.R$attr: int textColorAlertDialogListItem +okhttp3.EventListener: void callFailed(okhttp3.Call,java.io.IOException) +androidx.hilt.lifecycle.R$id: int tag_accessibility_actions +androidx.lifecycle.extensions.R$styleable: int FontFamily_fontProviderFetchStrategy +okhttp3.ConnectionSpec: java.lang.String toString() +androidx.hilt.R$id: int accessibility_custom_action_15 +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_VMAIL_LED_ON_VALIDATOR +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintBottom_creator +wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_itemStrokeWidth +cyanogenmod.app.CustomTile$ExpandedStyle: int styleId +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: io.reactivex.internal.util.AtomicThrowable errors +james.adaptiveicon.R$id: int parentPanel +androidx.coordinatorlayout.R$attr: int layout_keyline +wangdaye.com.geometricweather.R$xml: int icon_provider_shortcut_filter +cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status COMPLETED +com.jaredrummler.android.colorpicker.R$id: int large +androidx.activity.R$id: int accessibility_custom_action_14 +com.google.android.material.R$dimen: int design_bottom_navigation_item_min_width +androidx.dynamicanimation.R$attr: int font +okio.Timeout: void waitUntilNotified(java.lang.Object) +com.google.android.material.tabs.TabLayout: int getTabMode() +com.google.android.material.R$styleable: int ConstraintSet_android_id +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarTabBarStyle +androidx.appcompat.resources.R$styleable: int FontFamilyFont_fontWeight +com.jaredrummler.android.colorpicker.R$styleable: int Spinner_android_popupBackground +retrofit2.adapter.rxjava2.CallExecuteObservable$CallDisposable +com.bumptech.glide.load.engine.GlideException: com.bumptech.glide.load.DataSource dataSource +com.google.android.material.R$styleable: int AppCompatTextView_drawableRightCompat +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getPm25Color(android.content.Context) +com.google.android.material.snackbar.SnackbarContentLayout: void setMaxInlineActionWidth(int) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.Window access$300(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) +androidx.preference.R$layout: int abc_action_mode_bar +okio.AsyncTimeout: java.io.IOException exit(java.io.IOException) +androidx.preference.R$styleable: int AppCompatTheme_windowFixedWidthMinor +wangdaye.com.geometricweather.R$string: int action_search +wangdaye.com.geometricweather.R$string: int cpv_presets +androidx.coordinatorlayout.R$styleable: int GradientColor_android_endY +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_DrawerArrowToggle +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light_DarkActionBar +com.google.android.material.R$attr: int trackTintMode +androidx.hilt.R$id: int actions com.google.android.material.R$styleable: int Layout_layout_constraintHeight_max -androidx.lifecycle.ReportFragment$LifecycleCallbacks -wangdaye.com.geometricweather.R$animator: int start_shine_2 -com.xw.repo.bubbleseekbar.R$string: int abc_searchview_description_search -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Imperial: java.lang.String Unit -com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: java.lang.reflect.Type componentType -androidx.preference.R$attr: int logo -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_progressBarStyle -wangdaye.com.geometricweather.R$drawable: int flag_ro -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: java.lang.String getSummary(android.content.Context,java.util.List) -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: long serialVersionUID -okhttp3.internal.tls.BasicTrustRootIndex -wangdaye.com.geometricweather.db.entities.HourlyEntityDao -androidx.appcompat.widget.LinearLayoutCompat: void setShowDividers(int) -io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.functions.Function) -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_creator -com.turingtechnologies.materialscrollbar.R$id: int transition_position -androidx.appcompat.R$attr: int trackTintMode -wangdaye.com.geometricweather.R$animator: int weather_cloudy_1 -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit MI -com.google.android.material.R$styleable: int Constraint_android_translationZ -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Display1 -okhttp3.ResponseBody: okhttp3.ResponseBody create(okhttp3.MediaType,byte[]) -androidx.work.R$id: int tag_unhandled_key_listeners -com.google.android.material.R$attr: int tabIndicatorFullWidth -james.adaptiveicon.R$color: int switch_thumb_normal_material_dark -androidx.constraintlayout.helper.widget.Flow: Flow(android.content.Context,android.util.AttributeSet) -cyanogenmod.weather.WeatherLocation$1: WeatherLocation$1() -androidx.loader.R$styleable: int FontFamily_fontProviderFetchStrategy -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeSnowPrecipitationDuration -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeBackground -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: java.lang.String unitId -wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_typeface -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_15 -wangdaye.com.geometricweather.R$dimen: int mtrl_navigation_item_icon_size -wangdaye.com.geometricweather.R$attr: int iconStartPadding -james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat_Dark -androidx.preference.R$attr: int popupWindowStyle -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeIcePrecipitationDuration -com.google.android.material.chip.Chip: float getChipEndPadding() -com.turingtechnologies.materialscrollbar.R$drawable: int abc_textfield_activated_mtrl_alpha -com.jaredrummler.android.colorpicker.R$attr: int ratingBarStyleIndicator -com.google.android.material.slider.RangeSlider: void setTrackTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_goneMarginLeft -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_Bridge -okhttp3.MultipartBody: java.util.List parts -cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_MIGRATE_SETTINGS_FOR_USER -wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider AMAP -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Temperature temperature +androidx.core.R$id: int accessibility_custom_action_20 +wangdaye.com.geometricweather.R$styleable: int NavigationView_headerLayout +androidx.constraintlayout.widget.R$attr: int tickMark +com.google.android.material.textfield.TextInputLayout: void setBoxBackgroundColorStateList(android.content.res.ColorStateList) +wangdaye.com.geometricweather.db.entities.HistoryEntity: long time +com.google.android.material.navigation.NavigationView: void setItemIconTintList(android.content.res.ColorStateList) +com.jaredrummler.android.colorpicker.R$attr: int widgetLayout +androidx.constraintlayout.utils.widget.ImageFilterView: ImageFilterView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language CZECH +androidx.preference.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu +com.google.android.material.R$attr: int customIntegerValue +com.jaredrummler.android.colorpicker.R$dimen: int cpv_dialog_preview_height +okio.Okio$3: void flush() +com.jaredrummler.android.colorpicker.R$dimen: int abc_disabled_alpha_material_light +com.google.android.material.floatingactionbutton.FloatingActionButton +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_shadowColor +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: AccuDailyResult$DailyForecasts$Day() +cyanogenmod.themes.ThemeChangeRequest: long getWallpaperId() +androidx.appcompat.R$dimen: int abc_text_size_caption_material +androidx.preference.R$styleable: int AppCompatTheme_popupMenuStyle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Bridge +okhttp3.internal.cache.DiskLruCache$2: boolean $assertionsDisabled +com.turingtechnologies.materialscrollbar.R$attr: int actionBarTabTextStyle +androidx.preference.R$styleable: int AppCompatTextView_drawableTint +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps +androidx.preference.R$color: int switch_thumb_disabled_material_dark +android.didikee.donate.R$dimen: int abc_dropdownitem_icon_width +androidx.hilt.work.R$id: int notification_main_column +com.xw.repo.bubbleseekbar.R$attr: int popupWindowStyle +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property RagweedDescription +androidx.appcompat.R$styleable: int DrawerArrowToggle_spinBars +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_title +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_1_30 +androidx.appcompat.R$styleable: int AppCompatTheme_panelBackground +okio.Buffer: okio.BufferedSink writeLong(long) +androidx.preference.R$styleable: int AppCompatTheme_colorControlHighlight +androidx.appcompat.R$dimen: int abc_seekbar_track_progress_height_material +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.database.Database db +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String alarmTp1 +androidx.appcompat.R$color: int error_color_material_dark +wangdaye.com.geometricweather.R$attr: int layout_constraintRight_creator +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area$LastAction: java.lang.String Localized +wangdaye.com.geometricweather.R$animator: int weather_sleet_2 +wangdaye.com.geometricweather.R$id: int notification_multi_city_icon_1 +androidx.preference.R$styleable: int Preference_singleLineTitle +androidx.appcompat.R$id: int accessibility_custom_action_7 +io.reactivex.Observable: io.reactivex.Observable cacheWithInitialCapacity(int) +androidx.lifecycle.ViewModelProvider +james.adaptiveicon.R$dimen: int hint_pressed_alpha_material_light +androidx.appcompat.R$style: int Animation_AppCompat_DropDownUp +android.didikee.donate.R$styleable: int AppCompatTheme_editTextStyle +androidx.viewpager2.R$id: int tag_accessibility_pane_title +androidx.swiperefreshlayout.R$layout: int notification_action +com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawable_android_enterFadeDuration +com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_stroke_color_selector +cyanogenmod.weatherservice.ServiceRequestResult$1: cyanogenmod.weatherservice.ServiceRequestResult[] newArray(int) +wangdaye.com.geometricweather.R$id: int searchContainer +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_96 +okhttp3.MultipartBody: void writeTo(okio.BufferedSink) +androidx.appcompat.widget.ActionBarOverlayLayout: int getNestedScrollAxes() +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_week_1 +androidx.lifecycle.ProcessLifecycleOwnerInitializer: android.database.Cursor query(android.net.Uri,java.lang.String[],java.lang.String,java.lang.String[],java.lang.String) +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: boolean cancelled +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric: java.lang.String Unit +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header +androidx.appcompat.widget.AppCompatCheckBox: void setSupportButtonTintList(android.content.res.ColorStateList) +com.jaredrummler.android.colorpicker.R$attr: int colorControlActivated +com.jaredrummler.android.colorpicker.R$styleable: int FontFamily_fontProviderFetchTimeout +okio.RealBufferedSink: RealBufferedSink(okio.Sink) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWindLevel(java.lang.String) +androidx.coordinatorlayout.R$dimen: int compat_button_inset_horizontal_material +com.google.android.material.chip.Chip: java.lang.CharSequence getCloseIconContentDescription() +james.adaptiveicon.R$styleable: int SwitchCompat_thumbTextPadding +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: java.util.List getAlerts() +androidx.viewpager2.R$id: int accessibility_custom_action_6 +androidx.appcompat.resources.R$color: int notification_action_color_filter +cyanogenmod.os.Build: java.lang.String getString(java.lang.String) +androidx.swiperefreshlayout.R$dimen: int compat_control_corner_material +okhttp3.RequestBody$2: okhttp3.MediaType contentType() +androidx.appcompat.R$attr: int hideOnContentScroll +com.jaredrummler.android.colorpicker.R$styleable: int[] ButtonBarLayout +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: long EpochTime +androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionBar_Solid +okhttp3.internal.http2.Http2Codec$StreamFinishingSource: Http2Codec$StreamFinishingSource(okhttp3.internal.http2.Http2Codec,okio.Source) +androidx.appcompat.R$attr: int alertDialogStyle +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog +wangdaye.com.geometricweather.R$attr: int checkedButton +com.turingtechnologies.materialscrollbar.R$attr: int passwordToggleDrawable +wangdaye.com.geometricweather.R$id: int widget_day_week_icon_3 +okio.RealBufferedSource: byte[] readByteArray(long) +com.xw.repo.bubbleseekbar.R$drawable: int abc_switch_thumb_material +androidx.viewpager2.R$styleable: int FontFamily_fontProviderFetchTimeout +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setId(java.lang.Long) +com.bumptech.glide.R$attr: int fontProviderFetchTimeout +com.google.android.material.R$drawable: int abc_tab_indicator_material +james.adaptiveicon.R$styleable: int Toolbar_buttonGravity +com.jaredrummler.android.colorpicker.R$attr: int persistent +androidx.appcompat.resources.R$styleable: int FontFamilyFont_android_fontVariationSettings +com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat_Light +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ButtonBar +wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.util.Date getDate() +cyanogenmod.app.Profile$ProfileTrigger$1: java.lang.Object[] newArray(int) +androidx.preference.R$attr: int maxWidth +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable +androidx.constraintlayout.widget.Barrier: void setType(int) +cyanogenmod.profiles.BrightnessSettings$1: java.lang.Object createFromParcel(android.os.Parcel) +wangdaye.com.geometricweather.R$drawable: int notif_temp_62 +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void dispose() +james.adaptiveicon.R$styleable: int FontFamilyFont_android_fontStyle +com.turingtechnologies.materialscrollbar.R$attr: int fontWeight +com.jaredrummler.android.colorpicker.R$id: int action_image +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ButtonBar +com.turingtechnologies.materialscrollbar.R$style: int Platform_ThemeOverlay_AppCompat_Light +androidx.appcompat.R$dimen: int abc_list_item_height_material +androidx.activity.R$styleable: int FontFamilyFont_android_fontStyle +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: boolean hasKey(java.lang.Object) +com.bumptech.glide.integration.okhttp.R$id: int tag_unhandled_key_event_manager +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver +com.turingtechnologies.materialscrollbar.R$attr: int textStartPadding +androidx.preference.R$style: int Platform_AppCompat +androidx.constraintlayout.widget.R$bool: int abc_config_actionMenuItemAllCaps +androidx.fragment.R$styleable: int Fragment_android_name +com.google.android.material.R$attr: int tabPaddingTop +okhttp3.HttpUrl: void pathSegmentsToString(java.lang.StringBuilder,java.util.List) +wangdaye.com.geometricweather.R$layout: int material_clock_period_toggle_land +com.turingtechnologies.materialscrollbar.R$layout: int abc_activity_chooser_view_list_item +wangdaye.com.geometricweather.R$integer: int status_bar_notification_info_maxnum +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial +wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Body_Text +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial +com.google.android.material.R$styleable: int SearchView_android_inputType +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: java.lang.Throwable error +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: io.reactivex.internal.util.AtomicThrowable error +com.google.android.material.R$color: int abc_search_url_text_selected +com.google.android.material.R$style: int Widget_MaterialComponents_NavigationView +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX brandInfo +retrofit2.RequestFactory: okhttp3.Request create(java.lang.Object[]) +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_11 +wangdaye.com.geometricweather.R$dimen: int standard_weather_icon_size +androidx.preference.R$attr: int thickness +cyanogenmod.providers.DataUsageContract: int COLUMN_OF_FAST_SAMPLES +wangdaye.com.geometricweather.R$anim: int btn_checkbox_to_unchecked_icon_null_animation +com.turingtechnologies.materialscrollbar.R$styleable: int TouchScrollBar_msb_autoHide +androidx.constraintlayout.widget.R$attr: int buttonBarPositiveButtonStyle +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_showDividers +okhttp3.CacheControl: boolean noTransform +androidx.core.widget.NestedScrollView: int getMaxScrollAmount() +androidx.recyclerview.R$id: int forever +com.bumptech.glide.integration.okhttp.R$drawable: R$drawable() +androidx.hilt.lifecycle.R$dimen: int compat_button_inset_vertical_material +androidx.constraintlayout.widget.R$attr: int layout_constraintBottom_creator +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean get(int) +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setStrokeColor(int) +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +wangdaye.com.geometricweather.R$array: int notification_styles +wangdaye.com.geometricweather.R$styleable: int[] ColorPreference +androidx.loader.R$attr +james.adaptiveicon.R$color: int material_blue_grey_800 +io.reactivex.internal.subscriptions.DeferredScalarSubscription: boolean isEmpty() +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: io.reactivex.Observer observer +com.xw.repo.bubbleseekbar.R$drawable: int abc_textfield_default_mtrl_alpha +androidx.appcompat.R$style: int Widget_AppCompat_ActionButton_CloseMode +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Button +androidx.preference.R$styleable: int ViewStubCompat_android_id +androidx.preference.R$styleable: int SearchView_searchIcon +cyanogenmod.profiles.StreamSettings: StreamSettings(int,int,boolean) +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: java.lang.String getCardValue() +okhttp3.Cookie$Builder: java.lang.String value +james.adaptiveicon.R$dimen: int abc_alert_dialog_button_bar_height +okhttp3.EventListener: void responseBodyEnd(okhttp3.Call,long) +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean getPoint() +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_suggestionRowLayout +androidx.vectordrawable.R$dimen: int compat_control_corner_material +androidx.appcompat.R$styleable: int ActionBar_icon +com.xw.repo.bubbleseekbar.R$attr: int actionModeWebSearchDrawable +androidx.loader.R$styleable: R$styleable() +wangdaye.com.geometricweather.R$attr: int useCompatPadding +wangdaye.com.geometricweather.R$styleable: int ActionMode_subtitleTextStyle +androidx.vectordrawable.R$attr: int fontWeight +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String Source +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_android_orientation +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner +io.reactivex.internal.disposables.EmptyDisposable: io.reactivex.internal.disposables.EmptyDisposable NEVER +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_0 +androidx.coordinatorlayout.R$dimen: int notification_small_icon_background_padding +wangdaye.com.geometricweather.R$attr: int arcMode +com.bumptech.glide.integration.okhttp.R$id: int tag_transition_group +com.xw.repo.bubbleseekbar.R$style: int Base_V26_Widget_AppCompat_Toolbar +androidx.transition.R$id: int text2 +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver(io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver) +wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundNormalUpdateService: ForegroundNormalUpdateService() +androidx.coordinatorlayout.R$id: int notification_main_column_container +androidx.fragment.app.BackStackState: android.os.Parcelable$Creator CREATOR +com.google.android.material.appbar.CollapsingToolbarLayout: void setContentScrim(android.graphics.drawable.Drawable) +com.jaredrummler.android.colorpicker.R$color: int abc_primary_text_disable_only_material_dark +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle +com.xw.repo.bubbleseekbar.R$color: int material_grey_850 +okhttp3.internal.http.HttpCodec: void writeRequestHeaders(okhttp3.Request) +androidx.lifecycle.LifecycleRegistryOwner androidx.preference.R$styleable: int Toolbar_titleMarginTop -cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status[] values() -com.xw.repo.bubbleseekbar.R$drawable: int notify_panel_notification_icon_bg -com.turingtechnologies.materialscrollbar.R$styleable: int[] AppBarLayout_Layout -wangdaye.com.geometricweather.R$attr: int subtitleTextStyle -com.google.gson.JsonIOException -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: int val$height -com.google.android.material.R$styleable: int MaterialAlertDialog_backgroundInsetEnd -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_wrapMode -wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.String getUVDescription() -com.turingtechnologies.materialscrollbar.R$attr: int actionBarStyle -wangdaye.com.geometricweather.R$attr: int barrierDirection -com.google.android.material.R$styleable: int MaterialTextAppearance_android_letterSpacing -wangdaye.com.geometricweather.R$animator: int weather_haze_2 -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_ab_back_material -okhttp3.ConnectionSpec: ConnectionSpec(okhttp3.ConnectionSpec$Builder) -com.turingtechnologies.materialscrollbar.R$dimen: int hint_pressed_alpha_material_dark -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Spinner_DropDown -androidx.coordinatorlayout.R$layout: int notification_action -io.reactivex.Observable: io.reactivex.Single sequenceEqual(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiPredicate,int) -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: boolean isDisposed() -com.google.android.material.bottomnavigation.BottomNavigationItemView: BottomNavigationItemView(android.content.Context,android.util.AttributeSet,int) -androidx.preference.R$style: int Widget_AppCompat_Button_Borderless_Colored -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatImageView_tintMode -wangdaye.com.geometricweather.R$attr: int height -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String COL_KEY -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void cancelAll() -okhttp3.internal.cache.CacheStrategy$Factory: okhttp3.Response cacheResponse -james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarDivider -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title -androidx.constraintlayout.utils.widget.ImageFilterView: ImageFilterView(android.content.Context) -androidx.appcompat.R$attr: int tintMode -android.didikee.donate.R$styleable: int AppCompatTheme_actionBarStyle -com.turingtechnologies.materialscrollbar.R$string: int abc_capital_on -com.jaredrummler.android.colorpicker.R$attr: int searchIcon -com.bumptech.glide.integration.okhttp.R$attr: int alpha -com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_endColor -androidx.vectordrawable.R$dimen: int compat_notification_large_icon_max_height -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_23 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Imperial: java.lang.String Unit -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int HAIL -cyanogenmod.weather.ICMWeatherManager: void updateWeather(cyanogenmod.weather.RequestInfo) -androidx.appcompat.R$color: int notification_icon_bg_color -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderTitle -android.didikee.donate.R$styleable: int AppCompatTheme_actionBarItemBackground -wangdaye.com.geometricweather.R$styleable: int Badge_verticalOffset -com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState CLEARED -androidx.legacy.coreutils.R$style: R$style() -com.turingtechnologies.materialscrollbar.R$attr: int actionBarTabStyle -wangdaye.com.geometricweather.R$string: int settings_title_widget_config -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void cancelAllBut(int) -okhttp3.Address: okhttp3.Authenticator proxyAuthenticator() -androidx.preference.R$style: int Base_V23_Theme_AppCompat -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeTotalPrecipitation(java.lang.Float) -james.adaptiveicon.R$attr: int titleTextStyle -com.xw.repo.bubbleseekbar.R$id: int up -com.google.android.material.R$drawable: int abc_scrubber_primary_mtrl_alpha -android.didikee.donate.R$attr: int logoDescription -wangdaye.com.geometricweather.common.basic.models.weather.History: int nighttimeTemperature -wangdaye.com.geometricweather.R$drawable: int weather_sleet_pixel -okhttp3.internal.http2.Http2Connection: void writeWindowUpdateLater(int,long) -io.reactivex.internal.disposables.ArrayCompositeDisposable: ArrayCompositeDisposable(int) -wangdaye.com.geometricweather.R$animator: int weather_rain_1 -androidx.appcompat.R$attr: int arrowShaftLength -cyanogenmod.platform.Manifest$permission: java.lang.String READ_THEMES -androidx.preference.R$styleable: int MenuView_android_itemIconDisabledAlpha -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: void setStatus(int) -androidx.appcompat.widget.Toolbar: Toolbar(android.content.Context,android.util.AttributeSet) +com.jaredrummler.android.colorpicker.ColorPanelView: int getShape() +com.google.android.material.R$styleable: int Constraint_flow_lastVerticalBias +com.google.android.material.R$integer: int mtrl_card_anim_delay_ms +com.google.android.material.tabs.TabLayout: void setElevation(float) +android.didikee.donate.R$drawable: int notification_icon_background +wangdaye.com.geometricweather.R$string: int phase_waxing_crescent +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_Solid +androidx.recyclerview.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable +androidx.preference.R$styleable: int GradientColor_android_centerY +androidx.drawerlayout.R$attr: int fontProviderFetchStrategy +wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_marginRight +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow +wangdaye.com.geometricweather.resource.utils.ResourceUtils$NullException: ResourceUtils$NullException() +com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status[] values() +cyanogenmod.app.ProfileManager: java.lang.String PROFILES_STATE_CHANGED_ACTION +wangdaye.com.geometricweather.R$attr: int motionPathRotate +com.google.android.material.tabs.TabLayout: int getTabScrollRange() +com.turingtechnologies.materialscrollbar.CustomIndicator: int getIndicatorHeight() +androidx.preference.R$styleable: int[] LinearLayoutCompat +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon +wangdaye.com.geometricweather.R$styleable: int MaterialButtonToggleGroup_selectionRequired +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_contentInsetStartWithNavigation +com.google.android.material.chip.Chip: void setGravity(int) +com.jaredrummler.android.colorpicker.R$dimen: int hint_pressed_alpha_material_light +wangdaye.com.geometricweather.R$xml: int standalone_badge_offset +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber(androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData) +androidx.loader.R$styleable: int GradientColor_android_endColor +wangdaye.com.geometricweather.R$string: int feedback_location_permissions_statement +com.jaredrummler.android.colorpicker.R$attr: int spanCount +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_tooltipForegroundColor +io.reactivex.Observable: io.reactivex.Observable window(io.reactivex.ObservableSource,io.reactivex.functions.Function,int) +okhttp3.internal.cache.CacheStrategy: boolean isCacheable(okhttp3.Response,okhttp3.Request) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$LocalSource: int Id +android.didikee.donate.R$styleable: int LinearLayoutCompat_android_weightSum +okhttp3.Request$Builder: okhttp3.Request$Builder addHeader(java.lang.String,java.lang.String) +com.xw.repo.bubbleseekbar.R$drawable: int abc_text_select_handle_left_mtrl_light +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceLargePopupMenu +androidx.hilt.work.R$style +androidx.dynamicanimation.R$styleable: int GradientColor_android_endY +androidx.viewpager2.R$id: int notification_background +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: java.util.Date StartDateTime +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: java.util.concurrent.atomic.AtomicReference latest +com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setLabelVisibilityMode(int) +com.google.android.material.floatingactionbutton.FloatingActionButton: float getCompatHoveredFocusedTranslationZ() +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void drain() +okhttp3.MultipartBody: okhttp3.MediaType originalType +androidx.recyclerview.R$attr: R$attr() +cyanogenmod.externalviews.IExternalViewProvider: void onDetach() +wangdaye.com.geometricweather.R$styleable: int MotionLayout_motionProgress +androidx.appcompat.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle +wangdaye.com.geometricweather.R$styleable: int KeyCycle_motionProgress +io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver +wangdaye.com.geometricweather.R$drawable: int notif_temp_131 +androidx.preference.R$dimen: int fastscroll_default_thickness +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_lineHeight +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_icon_text_spacing +androidx.core.widget.NestedScrollView: NestedScrollView(android.content.Context) +androidx.hilt.lifecycle.R$styleable: int GradientColor_android_startY +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listMenuViewStyle +androidx.preference.R$styleable: int MenuView_android_itemTextAppearance +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_8 +okhttp3.internal.cache2.Relay: java.io.RandomAccessFile file +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionMenuTextColor +wangdaye.com.geometricweather.R$animator: R$animator() +com.google.android.material.button.MaterialButton: android.content.res.ColorStateList getStrokeColor() +com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_keylines +com.google.android.material.R$attr: int tabMode +io.reactivex.internal.util.NotificationLite: java.lang.Throwable getError(java.lang.Object) +androidx.appcompat.R$anim: int btn_radio_to_on_mtrl_dot_group_animation +androidx.customview.R$styleable: int FontFamilyFont_android_fontWeight +cyanogenmod.profiles.AirplaneModeSettings$1: cyanogenmod.profiles.AirplaneModeSettings[] newArray(int) +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem +com.turingtechnologies.materialscrollbar.R$dimen: int notification_large_icon_height +wangdaye.com.geometricweather.R$styleable: int[] FloatingActionButton_Behavior_Layout +androidx.preference.R$style: int TextAppearance_AppCompat_Medium_Inverse +android.didikee.donate.R$styleable: int MenuItem_numericModifiers +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Float tSea +androidx.hilt.work.R$styleable: int GradientColor_android_centerY +okhttp3.internal.http.HttpCodec: void finishRequest() +cyanogenmod.hardware.IThermalListenerCallback$Stub +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial: AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial() +okhttp3.internal.cache2.Relay: okio.ByteString PREFIX_DIRTY +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_placeholderTextAppearance +androidx.preference.R$styleable: int AnimatedStateListDrawableItem_android_id +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_popupTheme +wangdaye.com.geometricweather.R$string: int publish_at +wangdaye.com.geometricweather.R$styleable: int GradientColor_android_centerX +wangdaye.com.geometricweather.R$attr: int dividerVertical +android.support.v4.app.INotificationSideChannel$Stub: android.support.v4.app.INotificationSideChannel getDefaultImpl() +wangdaye.com.geometricweather.db.entities.AlertEntityDao: AlertEntityDao(org.greenrobot.greendao.internal.DaoConfig) +androidx.preference.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding +okhttp3.internal.connection.ConnectionSpecSelector: boolean connectionFailed(java.io.IOException) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintWidth_percent +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: boolean val$visible +okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.PushObserver pushObserver +cyanogenmod.weatherservice.ServiceRequest: cyanogenmod.weather.RequestInfo getRequestInfo() +com.google.android.material.R$styleable: int TabLayout_tabIndicatorColor +com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense +com.google.android.material.R$styleable: int TextInputLayout_errorContentDescription +android.didikee.donate.R$id: int progress_horizontal +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: java.lang.String getUnit() +wangdaye.com.geometricweather.main.MainActivity: void onSearchBarClicked(android.view.View) +androidx.constraintlayout.widget.R$styleable: int Transition_staggered +androidx.appcompat.R$attr: int buttonStyleSmall +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_iconPadding +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver +androidx.appcompat.R$id: int topPanel +wangdaye.com.geometricweather.R$attr: int overlay +com.google.android.material.R$styleable: int Chip_android_text +wangdaye.com.geometricweather.R$id: int container_main_sun_moon_title +okhttp3.Cache$CacheResponseBody: okhttp3.MediaType contentType() +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver parent +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored +com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_android_layout +com.turingtechnologies.materialscrollbar.R$color: int abc_color_highlight_material +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void addLast(io.reactivex.internal.operators.observable.ObservableReplay$Node) +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintLeft_toRightOf +wangdaye.com.geometricweather.R$attr: int cardMaxElevation +wangdaye.com.geometricweather.R$dimen: int cardview_compat_inset_shadow +wangdaye.com.geometricweather.R$styleable: int ClockHandView_selectorSize +androidx.preference.R$dimen: int preference_seekbar_value_minWidth +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constrainedHeight +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean isDisposed() +androidx.viewpager2.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Small_Inverse +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_RatingBar +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language RUSSIAN +okhttp3.CacheControl: boolean noCache() +androidx.preference.R$styleable: int CompoundButton_android_button +wangdaye.com.geometricweather.R$id: int container_main_daily_trend_card +com.google.android.material.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow +com.github.rahatarmanahmed.cpv.CircularProgressView$1: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_autoSizeTextType +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorError +wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String formattedId +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property HoursOfSun +androidx.customview.R$id: int chronometer +wangdaye.com.geometricweather.R$styleable: int[] MaterialCalendar +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: void setUnit(java.lang.String) +androidx.constraintlayout.widget.R$id: int bottom +android.didikee.donate.R$styleable: int AppCompatTheme_buttonStyleSmall +retrofit2.http.QueryName +androidx.lifecycle.extensions.R$styleable: int GradientColor_android_endY +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatSeekBar_android_thumb +okhttp3.internal.http2.Http2Connection$7 +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setRequestType(cyanogenmod.themes.ThemeChangeRequest$RequestType) +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void replayFinal() +wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_Main +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_contentInsetEnd +wangdaye.com.geometricweather.R$drawable: int notif_temp_103 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setIsRainOrSnow(int) +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: io.reactivex.Scheduler$Worker worker +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowFixedHeightMajor +com.turingtechnologies.materialscrollbar.R$attr: int layout_scrollFlags +wangdaye.com.geometricweather.R$styleable: int KeyCycle_transitionEasing +com.google.android.material.slider.BaseSlider: int getTrackSidePadding() +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: boolean isSnow() +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_barColor +com.xw.repo.bubbleseekbar.R$styleable: int MenuView_subMenuArrow +androidx.coordinatorlayout.R$id: int accessibility_custom_action_1 +io.reactivex.exceptions.MissingBackpressureException: long serialVersionUID +androidx.appcompat.resources.R$drawable: int notification_bg_normal_pressed +com.google.android.material.R$attr: int singleSelection +wangdaye.com.geometricweather.R$string: int exposed_dropdown_menu_content_description +okhttp3.MultipartBody: long contentLength() +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_maxElementsWrap +okhttp3.logging.LoggingEventListener: void responseHeadersStart(okhttp3.Call) +androidx.fragment.app.FragmentActivity +androidx.recyclerview.R$id: int text2 +androidx.swiperefreshlayout.R$id: int actions +retrofit2.Utils: void checkNotPrimitive(java.lang.reflect.Type) +androidx.constraintlayout.widget.R$dimen: int abc_disabled_alpha_material_light +com.jaredrummler.android.colorpicker.R$attr: int cpv_allowCustom +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_switchStyle +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_measureWithLargestChild +cyanogenmod.externalviews.KeyguardExternalView: void binderDied() +wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_handleOffColor +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_percent +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setCurrent(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean) +wangdaye.com.geometricweather.R$id: int chip +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle +wangdaye.com.geometricweather.R$id: int dragStart +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: java.lang.String sourceId +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void onNext(java.lang.Object) +okhttp3.EventListener: void connectStart(okhttp3.Call,java.net.InetSocketAddress,java.net.Proxy) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputEditText_FilledBox_Dense +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_curveFit +okhttp3.Response$Builder: okhttp3.Response$Builder request(okhttp3.Request) +io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: UnicastSubject$UnicastQueueDisposable(io.reactivex.subjects.UnicastSubject) +okio.RealBufferedSource: boolean exhausted() +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_searchIcon +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +android.didikee.donate.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner +wangdaye.com.geometricweather.common.basic.models.weather.Base: java.util.Date updateDate +androidx.preference.R$drawable: int abc_btn_switch_to_on_mtrl_00001 +com.google.android.material.chip.ChipGroup: void setSingleLine(int) +wangdaye.com.geometricweather.R$style: int Platform_V21_AppCompat +com.google.android.material.navigation.NavigationView: void setItemIconPaddingResource(int) +androidx.appcompat.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title +androidx.coordinatorlayout.widget.CoordinatorLayout: void setVisibility(int) +com.google.android.material.R$styleable: int ConstraintLayout_Layout_barrierMargin +androidx.drawerlayout.R$attr: int font +androidx.lifecycle.ComputableLiveData: androidx.lifecycle.LiveData getLiveData() +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: int STATE_ACTIVE +com.turingtechnologies.materialscrollbar.R$attr: int itemTextAppearanceInactive +james.adaptiveicon.R$color: int foreground_material_dark +com.google.android.material.R$layout: int design_layout_tab_icon +wangdaye.com.geometricweather.R$attr: int shouldDisableView +androidx.preference.R$attr: int checkedTextViewStyle +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Speed: AccuDailyResult$DailyForecasts$Day$Wind$Speed() +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Headline2 +cyanogenmod.profiles.BrightnessSettings: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWeatherCode(wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode) +wangdaye.com.geometricweather.common.basic.models.weather.Alert: Alert(long,java.util.Date,long,java.lang.String,java.lang.String,java.lang.String,int,int) +androidx.transition.R$styleable: int GradientColor_android_tileMode +wangdaye.com.geometricweather.common.ui.transitions.RoundCornerTransition: RoundCornerTransition(android.content.Context,android.util.AttributeSet) +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: io.reactivex.Observer downstream +okio.RealBufferedSource: okio.Buffer buffer() +androidx.coordinatorlayout.R$dimen: int notification_action_text_size +wangdaye.com.geometricweather.R$dimen: int notification_main_column_padding_top +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatSeekBar_tickMark +androidx.preference.R$styleable: int[] SearchView +androidx.swiperefreshlayout.R$styleable: int[] GradientColor +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase moonPhase +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: boolean isPrecipitation() +com.bumptech.glide.load.engine.DecodeJob$RunReason: com.bumptech.glide.load.engine.DecodeJob$RunReason INITIALIZE +okhttp3.internal.http2.Http2: byte TYPE_DATA +com.google.android.material.R$anim: int abc_fade_in +okhttp3.OkHttpClient$Builder: okhttp3.CookieJar cookieJar +com.google.android.material.slider.Slider: float getThumbElevation() +com.jaredrummler.android.colorpicker.R$attr: int alertDialogTheme +okhttp3.internal.http2.Http2Connection$1: okhttp3.internal.http2.ErrorCode val$errorCode +androidx.drawerlayout.R$dimen: int notification_small_icon_background_padding +james.adaptiveicon.R$style: int Widget_AppCompat_Toolbar_Button_Navigation +wangdaye.com.geometricweather.R$layout: int abc_screen_simple +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: io.reactivex.Observer observer +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Display3 +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder setPathSegment(int,java.lang.String) +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setExtendMotionSpecResource(int) +androidx.preference.R$dimen: int preference_seekbar_padding_horizontal +androidx.loader.R$dimen: int notification_top_pad +okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner +androidx.preference.R$styleable: int AppCompatTheme_selectableItemBackground +com.google.android.material.R$styleable: int MenuView_preserveIconSpacing +wangdaye.com.geometricweather.R$drawable: int weather_haze_mini_xml +com.xw.repo.bubbleseekbar.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow +okhttp3.Route: boolean requiresTunnel() +androidx.hilt.work.R$bool: int enable_system_foreground_service_default +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: long serialVersionUID +cyanogenmod.externalviews.ExternalView: android.content.ServiceConnection mServiceConnection +wangdaye.com.geometricweather.R$styleable: int[] KeyPosition +wangdaye.com.geometricweather.R$attr: int percentHeight +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_text_btn_padding_left +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver: long serialVersionUID +com.jaredrummler.android.colorpicker.R$dimen: int cpv_column_width +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_panelMenuListWidth +androidx.transition.R$dimen: int compat_button_inset_horizontal_material +com.google.android.material.floatingactionbutton.FloatingActionButton: com.google.android.material.shape.ShapeAppearanceModel getShapeAppearanceModel() +com.google.android.material.R$attr: int errorEnabled +cyanogenmod.profiles.RingModeSettings$1: cyanogenmod.profiles.RingModeSettings createFromParcel(android.os.Parcel) +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintVertical_chainStyle +android.didikee.donate.R$dimen: int highlight_alpha_material_colored +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Imperial +wangdaye.com.geometricweather.R$styleable: int MaterialButton_android_background +com.jaredrummler.android.colorpicker.R$layout: int notification_template_part_time +androidx.constraintlayout.widget.R$attr: int listChoiceIndicatorMultipleAnimated +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_2 +wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Hint +okhttp3.internal.platform.JdkWithJettyBootPlatform: java.lang.Class clientProviderClass +android.didikee.donate.R$styleable: int MenuItem_android_menuCategory +com.turingtechnologies.materialscrollbar.R$id: int async +com.google.android.material.radiobutton.MaterialRadioButton: MaterialRadioButton(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$id: int tag_accessibility_pane_title +io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.R$attr: int contentInsetStart +io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable: void dispose() +androidx.constraintlayout.widget.R$layout: int select_dialog_multichoice_material +androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: boolean active +cyanogenmod.weather.RequestInfo: java.lang.String mKey +cyanogenmod.providers.CMSettings$Secure: java.lang.String PRIVACY_GUARD_DEFAULT +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_switchTextAppearance +androidx.core.app.NotificationCompatSideChannelService +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setNavBar(java.lang.String) +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionBar +okhttp3.internal.cache.CacheStrategy: okhttp3.Response cacheResponse +com.google.android.material.R$styleable: int ConstraintSet_android_layout_height +okhttp3.Dns +com.google.android.material.R$attr: int tooltipText +com.google.android.material.card.MaterialCardView: android.content.res.ColorStateList getStrokeColorStateList() +okhttp3.Cookie$Builder: boolean httpOnly +androidx.lifecycle.LiveData$ObserverWrapper: int mLastVersion +james.adaptiveicon.R$styleable: int MenuGroup_android_menuCategory +com.google.android.material.R$styleable: int Chip_android_maxWidth +androidx.appcompat.resources.R$drawable: R$drawable() +com.jaredrummler.android.colorpicker.R$styleable: int[] MenuItem +androidx.core.R$id: int accessibility_custom_action_13 +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_toolbarId +androidx.viewpager.R$style: R$style() +james.adaptiveicon.R$attr: int displayOptions +com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status COMPLETE +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter value(boolean) +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_saveFlags +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint: AccuCurrentResult$DewPoint() +com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_item_icon_padding +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: int status +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowActionBar +okhttp3.internal.platform.Platform: boolean isCleartextTrafficPermitted(java.lang.String) +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void onNext(java.lang.Object) +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: java.util.concurrent.atomic.AtomicInteger windows +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_lastHorizontalBias +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_l +androidx.swiperefreshlayout.R$styleable: int ColorStateListItem_android_color +okhttp3.internal.cache.DiskLruCache$3: java.lang.Object next() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult: AccuDailyResult() +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: long serialVersionUID +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: boolean gate +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: void onComplete() +com.google.android.material.R$styleable: int AppCompatTheme_alertDialogTheme +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_panelMenuListWidth +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setRealFeelTemperature(java.lang.Integer) +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.MinutelyEntity) +androidx.constraintlayout.widget.R$attr: int fontProviderQuery +com.google.android.material.R$styleable: int ActionBar_popupTheme +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_PopupWindow +okio.SegmentedByteString: boolean equals(java.lang.Object) +com.google.android.material.R$style: int Theme_AppCompat_NoActionBar +cyanogenmod.app.CustomTile$ExpandedGridItem: void setExpandedGridItemTitle(java.lang.String) +cyanogenmod.app.CustomTile$1 +androidx.appcompat.R$styleable: int ActionBar_indeterminateProgressStyle +androidx.appcompat.resources.R$id: int action_divider +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored +okhttp3.Dispatcher: void cancelAll() +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Weather: MfCurrentResult$Observation$Weather() +androidx.hilt.work.R$styleable: int FontFamilyFont_android_ttcIndex +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_dependency +cyanogenmod.themes.ThemeChangeRequest$1: cyanogenmod.themes.ThemeChangeRequest createFromParcel(android.os.Parcel) +com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_positiveButtonText +james.adaptiveicon.R$styleable: int FontFamilyFont_android_fontWeight +okhttp3.internal.http2.Http2Stream$FramingSource: boolean $assertionsDisabled +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Small +wangdaye.com.geometricweather.R$attr: int shapeAppearanceOverlay +wangdaye.com.geometricweather.R$id: int container_main_sun_moon_phaseView +androidx.preference.R$styleable: int SwitchCompat_thumbTintMode +com.turingtechnologies.materialscrollbar.R$attr: int icon +com.jaredrummler.android.colorpicker.R$attr: int editTextBackground +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: void setPubTime(java.lang.String) +okio.ByteString: byte getByte(int) +cyanogenmod.providers.ThemesContract$PreviewColumns: android.net.Uri COMPONENTS_URI +androidx.cardview.R$styleable: int CardView_contentPadding +okhttp3.Cache: okhttp3.Response get(okhttp3.Request) +okhttp3.HttpUrl: java.lang.String fragment +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_maxWidth +cyanogenmod.providers.CMSettings$Global: android.net.Uri CONTENT_URI +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_VMAIL_COLOR +android.didikee.donate.R$styleable: int SearchView_submitBackground +wangdaye.com.geometricweather.R$id: int notification_multi_city_1 +cyanogenmod.weatherservice.WeatherProviderService$1: void setServiceClient(cyanogenmod.weatherservice.IWeatherProviderServiceClient) +com.turingtechnologies.materialscrollbar.R$color: int abc_search_url_text_selected +okhttp3.internal.ws.WebSocketWriter: java.util.Random random +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX +com.xw.repo.bubbleseekbar.R$attr: int actionBarTheme +wangdaye.com.geometricweather.R$styleable: int[] AppBarLayout_Layout +com.google.android.material.slider.Slider: void setStepSize(float) +com.jaredrummler.android.colorpicker.R$styleable: int[] CompoundButton +androidx.preference.R$color: int material_blue_grey_900 +okio.Buffer: java.io.InputStream inputStream() +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast: MfForecastResult$ProbabilityForecast() +androidx.lifecycle.extensions.R$drawable: int notify_panel_notification_icon_bg +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Metric: AccuCurrentResult$WetBulbTemperature$Metric() +wangdaye.com.geometricweather.R$font: int product_sans_black_italic +wangdaye.com.geometricweather.R$styleable: int[] Tooltip +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeCopyDrawable +com.google.android.material.R$dimen: int mtrl_tooltip_minWidth +okhttp3.Call: okhttp3.Response execute() +wangdaye.com.geometricweather.R$attr: int buttonCompat +com.google.android.material.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar +okhttp3.internal.cache.CacheStrategy$Factory: boolean hasConditions(okhttp3.Request) +org.greenrobot.greendao.AbstractDao: void insertInTx(java.lang.Iterable) +okhttp3.logging.HttpLoggingInterceptor: void logHeader(okhttp3.Headers,int) +okio.Segment: okio.Segment sharedCopy() +io.reactivex.internal.subscribers.StrictSubscriber: void cancel() +androidx.preference.R$styleable: int ActionBar_backgroundSplit +io.reactivex.internal.subscriptions.SubscriptionArbiter: java.util.concurrent.atomic.AtomicLong missedRequested +com.google.android.material.R$styleable: int AppBarLayout_statusBarForeground +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: boolean delayErrors +com.google.android.material.R$attr: int maxCharacterCount +androidx.lifecycle.extensions.R$styleable: int ColorStateListItem_android_alpha +cyanogenmod.externalviews.ExternalView$1: ExternalView$1(cyanogenmod.externalviews.ExternalView) +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float snow6h +wangdaye.com.geometricweather.R$drawable: int ic_location +com.google.android.material.R$styleable: int Toolbar_contentInsetEndWithActions +androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonBarStyle +io.reactivex.internal.subscriptions.BasicIntQueueSubscription: boolean isEmpty() +wangdaye.com.geometricweather.main.dialogs.HourlyWeatherDialog: HourlyWeatherDialog() +com.google.android.material.transformation.ExpandableBehavior: ExpandableBehavior(android.content.Context,android.util.AttributeSet) +androidx.drawerlayout.R$drawable: int notify_panel_notification_icon_bg +androidx.vectordrawable.R$id: int icon_group +android.didikee.donate.R$styleable: int SwitchCompat_track +androidx.lifecycle.extensions.R$id: int forever +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setApparentTemperature(java.lang.Integer) +james.adaptiveicon.R$dimen: int abc_control_padding_material +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_EditText +james.adaptiveicon.R$styleable: int ActionBar_subtitle +androidx.appcompat.R$attr: int navigationContentDescription +wangdaye.com.geometricweather.R$styleable: int ActionBar_contentInsetRight +io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: void setResource(io.reactivex.disposables.Disposable) +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void replay() +androidx.preference.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse +james.adaptiveicon.R$style: int Base_Widget_AppCompat_SearchView +android.didikee.donate.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 +com.jaredrummler.android.colorpicker.R$attr: int suggestionRowLayout +androidx.constraintlayout.widget.Barrier: void setMargin(int) +androidx.constraintlayout.widget.R$dimen: int abc_dialog_min_width_major +cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_PICKED_UUID +cyanogenmod.weather.CMWeatherManager: cyanogenmod.weather.CMWeatherManager getInstance(android.content.Context) +androidx.coordinatorlayout.R$string: int status_bar_notification_info_overflow +james.adaptiveicon.R$dimen: int highlight_alpha_material_dark +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintEnd_toStartOf +wangdaye.com.geometricweather.R$drawable: int notif_temp_133 +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_thumbTextPadding +androidx.appcompat.resources.R$styleable: int FontFamilyFont_android_fontStyle +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamily_fontProviderPackage +com.bumptech.glide.MemoryCategory: float multiplier +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator SHOW_ALARM_ICON_VALIDATOR +cyanogenmod.app.Profile$ProfileTrigger: int access$200(cyanogenmod.app.Profile$ProfileTrigger) +com.google.android.material.R$styleable: int ExtendedFloatingActionButton_showMotionSpec +james.adaptiveicon.R$color: int abc_primary_text_material_light +androidx.appcompat.widget.ActivityChooserView: void setExpandActivityOverflowButtonDrawable(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.R$dimen +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: boolean cancelled +wangdaye.com.geometricweather.R$string: int daytime +com.google.android.material.textfield.TextInputLayout: void setErrorIconVisible(boolean) +androidx.dynamicanimation.R$style: int TextAppearance_Compat_Notification_Time +androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type LEFT +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setRotation(float) +androidx.drawerlayout.R$attr +wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property AlertId +androidx.recyclerview.R$styleable: int GradientColor_android_startX androidx.drawerlayout.R$styleable: int FontFamilyFont_android_fontStyle -com.google.android.material.R$style: int Base_V7_Widget_AppCompat_EditText -wangdaye.com.geometricweather.R$style: int ShapeAppearance_MaterialComponents_LargeComponent -okio.Pipe: okio.Source source -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout: FitSystemBarAppBarLayout(android.content.Context) -io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit) -androidx.preference.R$style: int TextAppearance_AppCompat_Large -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setNo2(java.lang.String) -com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_list_padding_top_no_title -wangdaye.com.geometricweather.R$styleable: int CardView_cardCornerRadius -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: int requestFusion(int) -okhttp3.internal.connection.StreamAllocation: okhttp3.internal.http.HttpCodec codec -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_elevation -okhttp3.RealCall: okhttp3.EventListener access$000(okhttp3.RealCall) -com.jaredrummler.android.colorpicker.R$attr: int paddingStart -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -androidx.preference.R$styleable: int ActionMode_subtitleTextStyle -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ActionBar_Solid -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_android_windowAnimationStyle -cyanogenmod.app.CustomTile$ExpandedItem$1: java.lang.Object createFromParcel(android.os.Parcel) -okio.Buffer$2: int read(byte[],int,int) -androidx.preference.R$anim: int btn_checkbox_to_checked_box_inner_merged_animation -wangdaye.com.geometricweather.R$attr: int boxBackgroundColor -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_MinWidth -androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_drawableBottom -wangdaye.com.geometricweather.R$drawable: int abc_item_background_holo_dark -james.adaptiveicon.R$styleable: int TextAppearance_fontFamily -okhttp3.Request: java.lang.Object tag() -wangdaye.com.geometricweather.R$id: int activity_widget_config_alignEndTitle -james.adaptiveicon.R$styleable: int Toolbar_navigationContentDescription -com.google.android.material.R$style: int Base_Animation_AppCompat_Tooltip -androidx.preference.R$styleable: int LinearLayoutCompat_Layout_android_layout_width -cyanogenmod.app.CustomTile$Builder: android.app.PendingIntent mDeleteIntent -com.turingtechnologies.materialscrollbar.R$id: int labeled -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments: long beginTime -androidx.preference.R$drawable: int notification_bg_low -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query -com.google.android.material.R$style: int Widget_MaterialComponents_BottomAppBar_Colored -com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: long serialVersionUID -androidx.appcompat.R$dimen: int abc_action_bar_subtitle_bottom_margin_material -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarViewPager: FitSystemBarViewPager(android.content.Context,android.util.AttributeSet) -com.jaredrummler.android.colorpicker.R$styleable: int ActivityChooserView_initialActivityCount -androidx.preference.R$styleable: int Preference_allowDividerBelow -wangdaye.com.geometricweather.R$layout: int abc_screen_content_include -android.didikee.donate.R$styleable: int PopupWindow_overlapAnchor -okhttp3.internal.http1.Http1Codec$AbstractSource: boolean closed -androidx.lifecycle.extensions.R$drawable: int notification_bg_normal_pressed -com.jaredrummler.android.colorpicker.R$style: int Base_V21_Theme_AppCompat_Light -io.reactivex.internal.disposables.EmptyDisposable: void dispose() -androidx.activity.R$style: int TextAppearance_Compat_Notification -androidx.preference.R$styleable: int Toolbar_contentInsetStartWithNavigation -wangdaye.com.geometricweather.R$styleable: int Insets_paddingLeftSystemWindowInsets -com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_headerBackground -com.bumptech.glide.integration.okhttp.R$dimen: int notification_action_text_size -androidx.viewpager.R$id: R$id() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Metric: AccuCurrentResult$WindGust$Speed$Metric() -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void innerComplete() -androidx.preference.R$styleable: int Preference_allowDividerAbove -okhttp3.Response$Builder: Response$Builder(okhttp3.Response) -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem -androidx.appcompat.R$layout: int abc_list_menu_item_icon -wangdaye.com.geometricweather.common.basic.models.options.DarkMode -com.xw.repo.bubbleseekbar.R$id: int below_section_mark -com.google.android.material.R$attr: int dialogPreferredPadding -com.google.android.material.button.MaterialButtonToggleGroup -com.google.android.material.R$dimen: int design_tab_text_size_2line -com.google.android.material.imageview.ShapeableImageView: ShapeableImageView(android.content.Context) -com.google.android.material.R$dimen: int mtrl_progress_indicator_size -com.google.android.material.R$style: int Base_Widget_AppCompat_ListMenuView -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: long serialVersionUID -wangdaye.com.geometricweather.R$id: int notification_big_icon_1 -wangdaye.com.geometricweather.R$layout: int widget_clock_day_mini -android.didikee.donate.R$styleable: int AppCompatTheme_windowMinWidthMinor -android.didikee.donate.R$styleable: int AppCompatTextView_fontFamily -com.google.android.material.R$attr: int dropDownListViewStyle -androidx.preference.R$attr: int fastScrollHorizontalThumbDrawable -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_Alert_Bridge -wangdaye.com.geometricweather.R$string: int settings_title_permanent_service -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_is_float_type -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_android_textOff -retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: retrofit2.CallAdapter get(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) -com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_TabBar -com.google.android.material.R$layout: int abc_expanded_menu_layout -androidx.lifecycle.LiveData$ObserverWrapper: LiveData$ObserverWrapper(androidx.lifecycle.LiveData,androidx.lifecycle.Observer) -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_tooltipText -androidx.legacy.coreutils.R$style -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) -androidx.appcompat.R$styleable: int StateListDrawable_android_exitFadeDuration -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse -com.jaredrummler.android.colorpicker.R$attr: int switchTextOff -wangdaye.com.geometricweather.R$string: int retrofit -androidx.preference.R$color: int primary_material_dark -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintBottom_creator -androidx.appcompat.R$style: int TextAppearance_AppCompat_Title_Inverse -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean getPoint() -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void cancel() -wangdaye.com.geometricweather.R$drawable: int notif_temp_60 -wangdaye.com.geometricweather.R$id: int item_weather_daily_air_progress -androidx.preference.R$dimen: int abc_text_size_medium_material -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void onSubscribe(org.reactivestreams.Subscription) -okhttp3.internal.Internal: okhttp3.internal.connection.RealConnection get(okhttp3.ConnectionPool,okhttp3.Address,okhttp3.internal.connection.StreamAllocation,okhttp3.Route) -androidx.activity.R$id: int accessibility_custom_action_15 -com.google.android.material.R$dimen: int mtrl_card_corner_radius -cyanogenmod.externalviews.ExternalView$8: cyanogenmod.externalviews.ExternalView this$0 -androidx.constraintlayout.widget.R$attr: int layout_constraintHeight_default -androidx.vectordrawable.R$styleable: int GradientColor_android_endColor -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_ratingBarStyle -wangdaye.com.geometricweather.db.entities.DailyEntity: int daytimeTemperature -com.google.android.material.R$styleable: int[] Chip -androidx.appcompat.R$styleable: int AppCompatTheme_colorControlHighlight -androidx.activity.R$id: int line1 -wangdaye.com.geometricweather.R$id: int list_item -android.didikee.donate.R$drawable: int abc_text_select_handle_middle_mtrl_dark -com.jaredrummler.android.colorpicker.R$styleable: int ColorStateListItem_android_alpha -androidx.appcompat.widget.FitWindowsFrameLayout -okio.BufferedSource: void readFully(byte[]) -io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: void spValue(java.lang.Object) -wangdaye.com.geometricweather.common.ui.widgets.AnimatableIconView: AnimatableIconView(android.content.Context,android.util.AttributeSet,int) -retrofit2.adapter.rxjava2.ResultObservable -androidx.appcompat.R$attr: int windowFixedHeightMajor -androidx.drawerlayout.R$id: R$id() -androidx.constraintlayout.widget.R$styleable: int[] PopupWindowBackgroundState -wangdaye.com.geometricweather.db.entities.HistoryEntity: java.lang.String getCityId() -androidx.lifecycle.FullLifecycleObserver: void onDestroy(androidx.lifecycle.LifecycleOwner) -android.didikee.donate.R$attr: int spinnerStyle -com.google.android.material.slider.RangeSlider: void setMinSeparationValue(float) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Imperial -androidx.swiperefreshlayout.R$dimen: int notification_large_icon_width -wangdaye.com.geometricweather.R$dimen: int design_fab_image_size -okhttp3.Cookie: boolean pathMatch(okhttp3.HttpUrl,java.lang.String) -com.bumptech.glide.Registry$NoModelLoaderAvailableException: Registry$NoModelLoaderAvailableException(java.lang.Object) -wangdaye.com.geometricweather.R$dimen: int widget_time_text_size -com.google.android.material.R$styleable: int TextAppearance_android_shadowDy -cyanogenmod.profiles.ConnectionSettings: void setSubId(int) -androidx.appcompat.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored -androidx.hilt.R$id: int forever -com.google.android.material.R$styleable: int ConstraintLayout_Layout_barrierDirection -com.bumptech.glide.R$id: int blocking -androidx.cardview.widget.CardView: int getContentPaddingTop() -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: BaiduIPLocationService_Factory(javax.inject.Provider,javax.inject.Provider) -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_splitTrack -cyanogenmod.externalviews.KeyguardExternalViewProviderService: android.os.Handler mHandler -androidx.appcompat.R$attr: int textAllCaps -cyanogenmod.app.StatusBarPanelCustomTile: int initialPid -com.google.android.material.R$dimen: int abc_control_corner_material -androidx.appcompat.R$attr: int background -com.jaredrummler.android.colorpicker.R$dimen: int notification_right_icon_size -wangdaye.com.geometricweather.R$drawable: int notif_temp_15 -james.adaptiveicon.R$styleable: int PopupWindow_overlapAnchor -wangdaye.com.geometricweather.R$string: int content_des_swipe_right_to_delete -com.google.android.material.R$attr: int actionBarTabTextStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: void setValue(java.util.List) -wangdaye.com.geometricweather.R$id: int activity_widget_config_subtitleDataSpinner -io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: io.reactivex.internal.operators.observable.ObservableCache parent -io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function7) -androidx.preference.R$styleable: int AppCompatTheme_actionModeCloseDrawable -james.adaptiveicon.R$attr: int overlapAnchor -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_year_vertical_padding -androidx.transition.R$styleable: int GradientColor_android_startX -androidx.preference.R$styleable: int GradientColor_android_startX -androidx.preference.R$drawable: int abc_item_background_holo_dark -james.adaptiveicon.R$styleable: int MenuItem_android_menuCategory -com.jaredrummler.android.colorpicker.R$attr: int colorPrimaryDark -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse -wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Object getKey(java.lang.Object) -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode THUNDERSTORM -androidx.appcompat.R$styleable: int AppCompatTheme_listDividerAlertDialog -com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents -android.didikee.donate.R$style: int Widget_AppCompat_ListView_Menu -wangdaye.com.geometricweather.R$layout: int item_weather_daily_pollen -wangdaye.com.geometricweather.R$dimen: int design_navigation_padding_bottom -com.google.android.material.R$styleable: int Constraint_android_translationX -cyanogenmod.weatherservice.WeatherProviderService: cyanogenmod.weatherservice.IWeatherProviderService$Stub mBinder -io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.functions.Function,int,io.reactivex.ObservableSource[]) -wangdaye.com.geometricweather.R$drawable: int ic_chronus -androidx.cardview.R$dimen: int cardview_compat_inset_shadow -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: CaiYunMainlyResult$AlertsBean$ImagesBean() -android.didikee.donate.R$styleable: int TextAppearance_android_textStyle -okio.BufferedSource: long indexOf(byte,long,long) -com.jaredrummler.android.colorpicker.R$drawable: int abc_textfield_search_default_mtrl_alpha -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Toolbar -androidx.vectordrawable.animated.R$layout: int notification_template_icon_group -androidx.preference.R$styleable: int[] AnimatedStateListDrawableItem -cyanogenmod.app.suggest.AppSuggestManager: android.graphics.drawable.Drawable loadIcon(cyanogenmod.app.suggest.ApplicationSuggestion) -androidx.appcompat.resources.R$id: int tag_accessibility_pane_title -android.didikee.donate.R$style: int Widget_AppCompat_ButtonBar_AlertDialog -com.google.android.material.chip.Chip: float getCloseIconStartPadding() -com.turingtechnologies.materialscrollbar.R$drawable: int abc_spinner_mtrl_am_alpha -com.google.android.material.R$id: int action_bar -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_switchTextOn -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.String frenchDepartment -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionMenuTextColor -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable -androidx.hilt.lifecycle.R$dimen: R$dimen() -com.google.android.material.radiobutton.MaterialRadioButton: android.content.res.ColorStateList getMaterialThemeColorsTintList() -com.bumptech.glide.R$style: int TextAppearance_Compat_Notification_Time -com.turingtechnologies.materialscrollbar.R$drawable -okio.ByteString: okio.ByteString encodeUtf8(java.lang.String) -wangdaye.com.geometricweather.R$attr: int mock_showLabel -androidx.constraintlayout.utils.widget.ImageFilterButton: ImageFilterButton(android.content.Context) -io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: long maxAge -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_stroke_size -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator CAMERA_LAUNCH_VALIDATOR -wangdaye.com.geometricweather.R$string: int cpv_select -android.didikee.donate.R$drawable: int abc_ic_menu_selectall_mtrl_alpha -android.didikee.donate.R$styleable: int AppCompatSeekBar_tickMarkTint -com.google.android.material.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable -com.google.android.material.R$styleable: int AppCompatTextView_fontVariationSettings -wangdaye.com.geometricweather.R$string: int key_forecast_today_time -wangdaye.com.geometricweather.R$id: int decor_content_parent -androidx.hilt.R$drawable: R$drawable() -androidx.appcompat.widget.Toolbar: void setOnMenuItemClickListener(androidx.appcompat.widget.Toolbar$OnMenuItemClickListener) -android.didikee.donate.R$style: int Theme_AppCompat_DayNight_Dialog -retrofit2.http.PATCH: java.lang.String value() -retrofit2.RequestFactory: java.lang.String relativeUrl -androidx.recyclerview.R$id: int accessibility_custom_action_11 -okhttp3.internal.http2.Http2Codec: okhttp3.ResponseBody openResponseBody(okhttp3.Response) -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ImageButton -wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_marginEnd -androidx.preference.R$anim: int abc_popup_exit -okio.ForwardingSource -androidx.fragment.app.FragmentContainerView: void setDrawDisappearingViewsLast(boolean) -androidx.appcompat.R$styleable: int AppCompatImageView_srcCompat -okhttp3.internal.ws.RealWebSocket$1 -okhttp3.internal.cache2.Relay$RelaySource: long read(okio.Buffer,long) -com.google.android.material.R$layout: int abc_list_menu_item_checkbox -android.didikee.donate.R$style: int Base_V22_Theme_AppCompat -com.google.android.material.R$attr: int tabIndicator -androidx.swiperefreshlayout.R$styleable: int FontFamily_fontProviderCerts -wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView -com.google.android.material.R$layout: int notification_action -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Medium -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_default_height_material -androidx.legacy.coreutils.R$id: int action_image -com.google.android.material.bottomappbar.BottomAppBar: float getCradleVerticalOffset() -android.didikee.donate.R$styleable: int Toolbar_subtitle -io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: void setDisposable(io.reactivex.disposables.Disposable) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowFixedWidthMajor -wangdaye.com.geometricweather.R$dimen: int cpv_color_preference_normal -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder connectionSpecs(java.util.List) -wangdaye.com.geometricweather.R$attr: int bsb_hide_bubble -cyanogenmod.themes.IThemeProcessingListener$Stub$Proxy -cyanogenmod.themes.IThemeChangeListener$Stub$Proxy: android.os.IBinder mRemote -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.util.Date getPubTime() -wangdaye.com.geometricweather.R$attr: int materialButtonToggleGroupStyle -okhttp3.internal.http2.Http2Codec: java.util.List HTTP_2_SKIPPED_REQUEST_HEADERS -androidx.lifecycle.Lifecycle$State -wangdaye.com.geometricweather.R$styleable: int ActionMenuItemView_android_minWidth +androidx.coordinatorlayout.R$dimen: int notification_top_pad_large_text +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void close(io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver,long) +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult: java.util.List Intervals +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getUvDescription() +com.jaredrummler.android.colorpicker.R$id: int square +okhttp3.HttpUrl: boolean equals(java.lang.Object) +com.google.android.material.R$id: int titleDividerNoCustom +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: io.reactivex.internal.queue.MpscLinkedQueue queue +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeSnowPrecipitationDuration() +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setSnowPrecipitation(java.lang.Float) +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub$Proxy: IWeatherServiceProviderChangeListener$Stub$Proxy(android.os.IBinder) +androidx.constraintlayout.widget.R$attr: int autoSizeMaxTextSize +wangdaye.com.geometricweather.R$styleable: int ColorPanelView_cpv_borderColor +wangdaye.com.geometricweather.R$drawable: int notif_temp_130 +com.google.android.material.circularreveal.cardview.CircularRevealCardView +androidx.appcompat.R$styleable: int Toolbar_collapseIcon +wangdaye.com.geometricweather.R$id: int item_about_link_icon +androidx.hilt.R$dimen: int compat_button_inset_horizontal_material +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: io.reactivex.internal.util.AtomicThrowable error +com.google.android.material.R$layout: int mtrl_picker_header_selection_text +wangdaye.com.geometricweather.R$array: int notification_background_colors +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_SearchResult +androidx.preference.R$styleable: int Preference_title +com.turingtechnologies.materialscrollbar.R$attr: int cardMaxElevation +androidx.drawerlayout.R$dimen: int notification_large_icon_width +androidx.appcompat.R$styleable: int MenuItem_android_numericShortcut +com.google.android.material.R$styleable: int ActionMode_background +wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: SlidingItemContainerLayout(android.content.Context) +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_checked +io.reactivex.Observable: io.reactivex.Observable flatMapIterable(io.reactivex.functions.Function) +com.google.android.material.R$styleable: int MaterialCalendarItem_android_insetLeft +com.google.android.material.R$styleable: int[] TextAppearance +okio.Buffer: void readFully(okio.Buffer,long) +androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd +com.turingtechnologies.materialscrollbar.R$styleable: int CardView_cardCornerRadius +com.xw.repo.bubbleseekbar.R$color: int abc_primary_text_disable_only_material_light +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_Layout_android_layout_height +wangdaye.com.geometricweather.R$dimen: int compat_button_padding_vertical_material +androidx.activity.R$styleable: int GradientColor_android_centerX +androidx.coordinatorlayout.R$id: int accessibility_custom_action_16 +wangdaye.com.geometricweather.R$id: int container_main_sun_moon_moon_icon +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_alphabeticModifiers +androidx.cardview.R$color: int cardview_shadow_end_color +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float t +okhttp3.internal.http2.Http2: java.lang.String formatFlags(byte,byte) +org.greenrobot.greendao.AbstractDao: void deleteInTxInternal(java.lang.Iterable,java.lang.Iterable) +androidx.appcompat.R$style: int Theme_AppCompat_Empty +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SCATTERED_SNOW_SHOWERS +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$4: void run() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getDaytimeWeatherPhase() +com.jaredrummler.android.colorpicker.R$color: int error_color_material_dark +androidx.viewpager2.R$string +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_borderlessButtonStyle +androidx.coordinatorlayout.R$drawable: int notification_tile_bg +io.reactivex.internal.subscriptions.EmptySubscription: java.lang.Object poll() +wangdaye.com.geometricweather.R$array: int speed_units +wangdaye.com.geometricweather.remoteviews.config.MultiCityWidgetConfigActivity: MultiCityWidgetConfigActivity() +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: boolean delayError +androidx.appcompat.R$styleable: int AppCompatTheme_actionOverflowButtonStyle +androidx.appcompat.R$style: int Widget_AppCompat_Light_SearchView +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_creator +com.google.android.material.R$attr: int closeIconVisible +androidx.vectordrawable.animated.R$dimen: int notification_small_icon_size_as_large +com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.MinutelyEntityDao minutelyEntityDao +androidx.hilt.lifecycle.R$styleable: int GradientColorItem_android_offset +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_Bridge +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: KeyguardExternalViewProviderService$Provider$ProviderImpl(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider,cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_popupWindowStyle +com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_showDialog +okhttp3.internal.connection.RealConnection: java.lang.String NPE_THROW_WITH_NULL +cyanogenmod.app.Profile: java.util.Map profileGroups +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_waveShape +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_prefixTextAppearance +okhttp3.internal.http1.Http1Codec: void writeRequest(okhttp3.Headers,java.lang.String) +androidx.hilt.work.R$id: int accessibility_action_clickable_span +androidx.activity.R$id: int accessibility_custom_action_11 +cyanogenmod.app.CMContextConstants: CMContextConstants() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeTotalPrecipitation() +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: HalfDay(java.lang.String,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,wangdaye.com.geometricweather.common.basic.models.weather.Temperature,wangdaye.com.geometricweather.common.basic.models.weather.Precipitation,wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability,wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration,wangdaye.com.geometricweather.common.basic.models.weather.Wind,java.lang.Integer) +cyanogenmod.themes.IThemeService$Stub: cyanogenmod.themes.IThemeService asInterface(android.os.IBinder) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean sunRiseSet +retrofit2.adapter.rxjava2.Result: Result(retrofit2.Response,java.lang.Throwable) +androidx.lifecycle.SavedStateViewModelFactory: void onRequery(androidx.lifecycle.ViewModel) +com.jaredrummler.android.colorpicker.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog +androidx.appcompat.R$attr: int layout +com.google.android.material.R$style: int TextAppearance_Design_Suffix +com.jaredrummler.android.colorpicker.R$color: int bright_foreground_disabled_material_light +android.didikee.donate.R$id: int submenuarrow +wangdaye.com.geometricweather.common.basic.models.weather.Current: Current(java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,wangdaye.com.geometricweather.common.basic.models.weather.Temperature,wangdaye.com.geometricweather.common.basic.models.weather.Precipitation,wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability,wangdaye.com.geometricweather.common.basic.models.weather.Wind,wangdaye.com.geometricweather.common.basic.models.weather.UV,wangdaye.com.geometricweather.common.basic.models.weather.AirQuality,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.String,java.lang.String) +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayoutStates_state_liftable +wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: java.lang.String providerId +com.xw.repo.bubbleseekbar.R$color: int abc_tint_switch_track +com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawable_android_variablePadding +wangdaye.com.geometricweather.R$styleable: int Tooltip_backgroundTint +io.reactivex.Observable: io.reactivex.Observable generate(java.util.concurrent.Callable,io.reactivex.functions.BiConsumer) +androidx.core.R$color: int androidx_core_ripple_material_light +com.turingtechnologies.materialscrollbar.R$attr: int spinBars +wangdaye.com.geometricweather.R$styleable: int Preference_singleLineTitle +androidx.legacy.coreutils.R$drawable: int notification_bg_normal +androidx.appcompat.R$layout: int abc_list_menu_item_radio +cyanogenmod.app.Profile$ProfileTrigger: void writeToParcel(android.os.Parcel,int) +androidx.hilt.R$string: R$string() +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_lc +okhttp3.Protocol: okhttp3.Protocol HTTP_1_1 +com.turingtechnologies.materialscrollbar.R$color: int mtrl_textinput_disabled_color +wangdaye.com.geometricweather.R$drawable: int weather_hail_1 +okhttp3.internal.http2.Hpack$Writer: int headerTableSizeSetting +okhttp3.internal.platform.Platform: okhttp3.internal.tls.TrustRootIndex buildTrustRootIndex(javax.net.ssl.X509TrustManager) +com.google.android.material.R$string: int material_slider_range_start +wangdaye.com.geometricweather.R$string: int material_slider_range_start +androidx.lifecycle.extensions.R$style +okhttp3.internal.http2.Hpack$Reader: int headerTableSizeSetting +org.greenrobot.greendao.AbstractDao: android.database.CursorWindow moveToNextUnlocked(android.database.Cursor) +androidx.viewpager.R$styleable: int FontFamilyFont_ttcIndex +com.xw.repo.bubbleseekbar.R$attr: int bsb_bubble_color +com.turingtechnologies.materialscrollbar.R$drawable: int abc_tab_indicator_mtrl_alpha +wangdaye.com.geometricweather.R$xml: int standalone_badge_gravity_bottom_end +androidx.appcompat.R$styleable: int Toolbar_menu +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Inverse +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoonPhaseAngle +wangdaye.com.geometricweather.R$layout: int widget_day_week_rectangle +androidx.appcompat.widget.LinearLayoutCompat: void setShowDividers(int) +com.google.android.material.R$id: int search_badge +androidx.lifecycle.LiveData: java.lang.Object getValue() +androidx.constraintlayout.widget.R$attr: int customBoolean +wangdaye.com.geometricweather.R$styleable: int MotionScene_defaultDuration +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay TAG_UV_INDEX +android.didikee.donate.R$attr: int actionBarWidgetTheme +com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_type +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver(io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver) +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_icon_4 +wangdaye.com.geometricweather.search.Hilt_SearchActivity +com.turingtechnologies.materialscrollbar.R$string: int abc_searchview_description_clear +androidx.preference.R$attr: int ttcIndex +james.adaptiveicon.R$attr: int switchStyle +james.adaptiveicon.R$attr: int subMenuArrow +android.didikee.donate.R$id: int buttonPanel +com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_check_to_on_mtrl_000 +com.google.android.material.R$attr: int snackbarTextViewStyle +wangdaye.com.geometricweather.R$color: int design_fab_stroke_end_outer_color +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: void dispose() +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean +retrofit2.Platform$Android$MainThreadExecutor: android.os.Handler handler +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments +com.google.android.material.R$attr: int selectorSize +okhttp3.HttpUrl: java.util.List encodedPathSegments() +com.github.rahatarmanahmed.cpv.CircularProgressView: java.util.List access$100(com.github.rahatarmanahmed.cpv.CircularProgressView) +james.adaptiveicon.R$color: int abc_color_highlight_material +wangdaye.com.geometricweather.R$string: int key_notification_text_color +androidx.activity.R$id: int accessibility_custom_action_16 +retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isFlowable +wangdaye.com.geometricweather.R$layout: int widget_clock_day_mini +androidx.appcompat.R$styleable: R$styleable() +androidx.appcompat.R$drawable: int abc_text_select_handle_left_mtrl_light +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String weatherSource +wangdaye.com.geometricweather.R$style: int Widget_Design_TextInputLayout +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric: java.lang.String Unit +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: ObservableSwitchMap$SwitchMapObserver(io.reactivex.Observer,io.reactivex.functions.Function,int,boolean) +androidx.lifecycle.FullLifecycleObserverAdapter: androidx.lifecycle.FullLifecycleObserver mFullLifecycleObserver +com.google.android.material.snackbar.SnackbarContentLayout: android.widget.TextView getMessageView() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum: AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum() +james.adaptiveicon.R$attr: int windowActionBarOverlay +androidx.viewpager2.R$style: int TextAppearance_Compat_Notification_Time +com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy UPPER_CAMEL_CASE_WITH_SPACES +androidx.constraintlayout.widget.R$attr: int activityChooserViewStyle +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeRainPrecipitationProbability(java.lang.Float) +james.adaptiveicon.R$drawable: int abc_list_longpressed_holo +okhttp3.internal.http2.Http2Stream: int getId() +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: io.reactivex.disposables.Disposable upstream +wangdaye.com.geometricweather.R$id: int textSpacerNoTitle +androidx.coordinatorlayout.R$id: int accessibility_custom_action_10 +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setNestedScrollingEnabled(boolean) +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_dropdownPreferenceStyle +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_DropDownItem_Spinner +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorBackgroundFloating +io.reactivex.Observable: io.reactivex.observers.TestObserver test() +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: ObservableRepeatWhen$RepeatWhenObserver(io.reactivex.Observer,io.reactivex.subjects.Subject,io.reactivex.ObservableSource) +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_is_float_type +androidx.coordinatorlayout.R$drawable: R$drawable() +com.google.android.material.R$color: int design_dark_default_color_secondary_variant +wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat_Light +okhttp3.internal.cache.DiskLruCache: okhttp3.internal.cache.DiskLruCache$Editor edit(java.lang.String) +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) +androidx.preference.R$attr: int textAppearanceListItemSmall +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.String getWeatherText() +com.google.android.material.R$id: int contentPanel +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHeight_percent +james.adaptiveicon.R$styleable: int FontFamilyFont_fontVariationSettings +wangdaye.com.geometricweather.R$id: int progress_horizontal +com.google.android.material.floatingactionbutton.FloatingActionButton: void setShapeAppearanceModel(com.google.android.material.shape.ShapeAppearanceModel) +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather: java.lang.String humidity +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_PopupMenu +com.google.android.material.slider.Slider: void setThumbElevation(float) wangdaye.com.geometricweather.R$drawable: int abc_list_focused_holo -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintCircleAngle -androidx.swiperefreshlayout.R$styleable: int[] ColorStateListItem -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: int getSuggestedMinimumWidth() -androidx.appcompat.R$dimen: int notification_subtext_size -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void onNext(java.lang.Object) -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_WIND_SPEED -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_goneMarginEnd -okio.ByteString: okio.ByteString digest(java.lang.String) -androidx.loader.R$style: int Widget_Compat_NotificationActionContainer -com.github.rahatarmanahmed.cpv.BuildConfig -okio.BufferedSource: int readInt() -com.google.android.material.R$color: int material_grey_600 -cyanogenmod.profiles.ConnectionSettings: boolean isDirty() -androidx.work.R$styleable: int GradientColor_android_endY -wangdaye.com.geometricweather.R$styleable: int Constraint_android_transformPivotX -com.google.android.material.button.MaterialButton: void setRippleColor(android.content.res.ColorStateList) -okhttp3.internal.http2.Http2Stream$FramingSource -wangdaye.com.geometricweather.R$id: int transition_scene_layoutid_cache -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog_Icon -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property City -okhttp3.internal.cache2.FileOperator: void write(long,okio.Buffer,long) -cyanogenmod.providers.WeatherContract$WeatherColumns$TempUnit: int FAHRENHEIT -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property CityId -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setShrinkMotionSpec(com.google.android.material.animation.MotionSpec) -androidx.constraintlayout.widget.R$styleable: int Toolbar_android_minHeight -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind -james.adaptiveicon.R$attr: int popupWindowStyle -okio.BufferedSink: okio.BufferedSink writeShortLe(int) -androidx.appcompat.R$attr: int buttonCompat -cyanogenmod.app.BaseLiveLockManagerService: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() -james.adaptiveicon.R$styleable: int Toolbar_maxButtonHeight -com.google.android.material.R$styleable: int Toolbar_popupTheme -io.reactivex.Observable: io.reactivex.Observable timestamp() -retrofit2.ParameterHandler$QueryMap: void apply(retrofit2.RequestBuilder,java.util.Map) -wangdaye.com.geometricweather.R$xml: int perference_unit -com.turingtechnologies.materialscrollbar.R$attr: int headerLayout -android.didikee.donate.R$styleable: int ColorStateListItem_android_color -com.google.android.material.R$dimen: int mtrl_textinput_outline_box_expanded_padding -com.github.rahatarmanahmed.cpv.CircularProgressView: void initAttributes(android.util.AttributeSet,int) -androidx.preference.R$attr: int textAppearanceListItemSecondary -androidx.appcompat.widget.AppCompatAutoCompleteTextView: void setBackgroundResource(int) -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder password(java.lang.String) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: java.util.List getValue() -android.didikee.donate.R$id -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer treeIndex -wangdaye.com.geometricweather.R$id: int line3 -androidx.vectordrawable.R$styleable: int FontFamilyFont_android_ttcIndex -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onLockscreenSlideOffsetChanged -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: java.util.concurrent.atomic.AtomicInteger windows -org.greenrobot.greendao.AbstractDao: void insertOrReplaceInTx(java.lang.Iterable,boolean) -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: android.os.IBinder asBinder() -wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.Long id -wangdaye.com.geometricweather.db.entities.MinutelyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() -com.google.android.material.R$styleable: int Motion_motionPathRotate +androidx.appcompat.widget.AbsActionBarView: int getContentHeight() +com.google.android.material.R$attr: int thumbTint +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: CaiYunMainlyResult$CurrentBean$PressureBean() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorControlActivated +wangdaye.com.geometricweather.db.entities.DailyEntityDao: wangdaye.com.geometricweather.db.converters.WeatherCodeConverter daytimeWeatherCodeConverter +com.google.android.material.R$styleable: int SearchView_queryBackground +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Overline +androidx.appcompat.widget.ActionBarContainer: void setPrimaryBackground(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.R$dimen: int mtrl_switch_thumb_elevation +okhttp3.internal.http2.Settings: int INITIAL_WINDOW_SIZE +wangdaye.com.geometricweather.R$id: int fragment_container_view_tag +com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat_ActionBar +wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_itemStrokeColor +com.jaredrummler.android.colorpicker.R$anim: int abc_slide_in_bottom +wangdaye.com.geometricweather.R$styleable: int ViewBackgroundHelper_backgroundTintMode +io.reactivex.Observable: io.reactivex.Observable cast(java.lang.Class) +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_toLeftOf +androidx.appcompat.R$attr: int drawableEndCompat +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: boolean disposed +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse +james.adaptiveicon.R$id: int action_mode_bar +androidx.preference.R$attr: int preferenceScreenStyle +wangdaye.com.geometricweather.R$attr: int bsb_track_color +wangdaye.com.geometricweather.R$string: int abc_capital_on +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: WeatherEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) +androidx.appcompat.widget.AppCompatButton: android.content.res.ColorStateList getSupportCompoundDrawablesTintList() +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_translationY +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: java.lang.Object rainSnowLimitRaw +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_button_material +androidx.constraintlayout.widget.R$styleable: int Constraint_constraint_referenced_ids +androidx.constraintlayout.widget.R$styleable: int[] Layout +androidx.lifecycle.ViewModel: java.util.Map mBagOfTags +cyanogenmod.providers.CMSettings$NameValueCache: CMSettings$NameValueCache(java.lang.String,android.net.Uri,java.lang.String,java.lang.String) +wangdaye.com.geometricweather.R$drawable: int abc_popup_background_mtrl_mult +android.didikee.donate.R$dimen: int abc_action_bar_content_inset_with_nav +wangdaye.com.geometricweather.R$drawable: int weather_snow_mini_grey +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: java.lang.String to +androidx.lifecycle.Transformations$3: boolean mFirstTime +com.google.android.material.R$id: int italic +wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Placeholder +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_enqueueLiveLockScreen +okhttp3.ConnectionPool: int idleConnectionCount() +com.google.android.material.circularreveal.CircularRevealLinearLayout: com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo getRevealInfo() +wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource: wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource[] values() +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Headline6 +okhttp3.internal.ws.WebSocketReader$FrameCallback: void onReadPing(okio.ByteString) +com.google.android.material.R$attr: int verticalOffset +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_editTextColor +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource +com.turingtechnologies.materialscrollbar.R$styleable: int[] CardView +okhttp3.CacheControl: int minFreshSeconds() +androidx.constraintlayout.widget.R$styleable: int MenuGroup_android_orderInCategory +cyanogenmod.externalviews.ExternalViewProviderService$Provider: void onPause() +com.jaredrummler.android.colorpicker.R$id: int text2 +androidx.constraintlayout.widget.R$drawable: int abc_btn_radio_to_on_mtrl_015 +com.google.android.material.slider.Slider: void setTrackHeight(int) +cyanogenmod.externalviews.ExternalView$8: cyanogenmod.externalviews.ExternalView this$0 +com.google.android.material.R$styleable: int TextInputLayout_counterTextColor +androidx.transition.R$id: int transition_scene_layoutid_cache +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIconTint +com.google.android.material.card.MaterialCardView: void setCardBackgroundColor(android.content.res.ColorStateList) +androidx.appcompat.R$style: int Base_V26_Theme_AppCompat_Light +james.adaptiveicon.R$styleable: int AppCompatImageView_tintMode +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Title_Inverse +com.turingtechnologies.materialscrollbar.R$layout: int abc_screen_content_include +androidx.constraintlayout.widget.R$attr: int mock_label +cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks: void slideLockscreenIn() +okio.Buffer$2: int read() +wangdaye.com.geometricweather.R$drawable: int weather_fog_mini_xml +wangdaye.com.geometricweather.R$styleable: int Tooltip_android_textAppearance +okhttp3.Cookie$Builder: okhttp3.Cookie$Builder path(java.lang.String) +com.google.android.material.R$styleable: int ConstraintSet_pathMotionArc +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_horizontalBias +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: void dispose() +androidx.hilt.work.R$id: int accessibility_custom_action_9 +io.reactivex.Observable: io.reactivex.Observable skip(long) +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ImageButton +com.github.rahatarmanahmed.cpv.CircularProgressView$3: CircularProgressView$3(com.github.rahatarmanahmed.cpv.CircularProgressView) +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_borderWidth +androidx.appcompat.R$bool: int abc_config_actionMenuItemAllCaps +io.reactivex.internal.subscriptions.BasicQueueSubscription: int requestFusion(int) +retrofit2.DefaultCallAdapterFactory$1: java.lang.reflect.Type val$responseType +com.google.android.material.R$styleable: int Layout_layout_constraintTop_toBottomOf +cyanogenmod.alarmclock.ClockContract$AlarmsColumns: java.lang.String DELETE_AFTER_USE +wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String getFormattedId() +io.reactivex.internal.schedulers.ScheduledRunnable: int THREAD_INDEX +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeCloudCover(java.lang.Integer) +wangdaye.com.geometricweather.common.basic.models.weather.History: int getNighttimeTemperature() +com.turingtechnologies.materialscrollbar.R$attr: int actionViewClass +com.jaredrummler.android.colorpicker.R$bool: R$bool() +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Day_Today +androidx.appcompat.R$styleable: int AppCompatSeekBar_android_thumb +com.turingtechnologies.materialscrollbar.R$animator: int mtrl_fab_transformation_sheet_collapse_spec +cyanogenmod.providers.CMSettings$DelimitedListValidator: android.util.ArraySet mValidValueSet +androidx.preference.R$styleable: int ListPreference_entryValues +wangdaye.com.geometricweather.R$drawable: int notif_temp_122 +retrofit2.HttpServiceMethod: java.lang.Object adapt(retrofit2.Call,java.lang.Object[]) +com.turingtechnologies.materialscrollbar.R$string: int abc_action_menu_overflow_description +cyanogenmod.weather.WeatherLocation: WeatherLocation(android.os.Parcel) +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_contentInsetRight +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Subhead +com.turingtechnologies.materialscrollbar.R$attr: int actionModeCloseButtonStyle +androidx.appcompat.R$style: int TextAppearance_AppCompat_Body2 +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_shadowDy +androidx.appcompat.R$style: int Base_Widget_AppCompat_ListMenuView +androidx.activity.R$styleable: int GradientColor_android_centerColor +androidx.preference.R$styleable: int MultiSelectListPreference_entryValues +androidx.preference.R$styleable: int FontFamilyFont_android_fontWeight +androidx.drawerlayout.widget.DrawerLayout: android.graphics.drawable.Drawable getStatusBarBackgroundDrawable() +wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemIconTint +io.reactivex.internal.util.VolatileSizeArrayList: boolean equals(java.lang.Object) +com.xw.repo.bubbleseekbar.R$attr: int colorBackgroundFloating +android.didikee.donate.R$attr: int actionLayout +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: void onError(java.lang.Throwable) +com.jaredrummler.android.colorpicker.R$styleable: int[] BackgroundStyle +com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat_Dialog +cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_MOBILEDATA +io.reactivex.Observable: io.reactivex.Observable serialize() +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_CompoundButton_Switch +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver inner +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Integer aqiIndex +androidx.dynamicanimation.R$id: int chronometer +wangdaye.com.geometricweather.R$dimen: int abc_text_size_display_1_material +io.reactivex.internal.subscriptions.SubscriptionArbiter: SubscriptionArbiter(boolean) +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: void onComplete() +androidx.appcompat.R$layout: int notification_template_custom_big +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: long serialVersionUID +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean mShouldShow +io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,int) +james.adaptiveicon.R$style: int Base_Widget_AppCompat_RatingBar_Indicator +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_marginEnd +cyanogenmod.providers.ThemesContract$ThemesColumns$InstallState: int INSTALLING +com.jaredrummler.android.colorpicker.R$id: int transparency_seekbar +com.google.android.material.R$styleable: int ActionBar_height +cyanogenmod.weather.WeatherInfo$DayForecast: double getHigh() +androidx.legacy.coreutils.R$attr: int font +com.jaredrummler.android.colorpicker.R$string: int cpv_default_title +okhttp3.internal.http2.Http2Connection$IntervalPingRunnable +com.turingtechnologies.materialscrollbar.R$layout: int abc_popup_menu_item_layout +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_switchMinWidth +android.support.v4.app.INotificationSideChannel$Stub: android.support.v4.app.INotificationSideChannel asInterface(android.os.IBinder) +androidx.constraintlayout.widget.R$styleable: int MenuView_android_verticalDivider +okio.Buffer: okio.BufferedSink writeDecimalLong(long) +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Object getKey(java.lang.Object) +wangdaye.com.geometricweather.R$styleable: int[] ScrollingViewBehavior_Layout +com.google.android.material.R$drawable: int tooltip_frame_light +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_135 +okhttp3.internal.http2.Http2Reader$ContinuationSource: byte flags +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather +com.xw.repo.bubbleseekbar.R$color: int background_floating_material_dark +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem +com.google.android.material.floatingactionbutton.FloatingActionButton: void setScaleY(float) +androidx.vectordrawable.animated.R$style: R$style() +okio.HashingSink: HashingSink(okio.Sink,java.lang.String) +android.didikee.donate.R$id: int wrap_content +com.jaredrummler.android.colorpicker.R$layout: int preference_widget_checkbox +android.support.v4.os.IResultReceiver$Stub$Proxy: java.lang.String getInterfaceDescriptor() +com.google.android.material.R$styleable: int[] Spinner +androidx.recyclerview.R$id: int accessibility_custom_action_1 +com.google.android.material.R$styleable: int CardView_cardUseCompatPadding +okhttp3.internal.http2.ConnectionShutdownException +cyanogenmod.providers.CMSettings$System: java.lang.String PEOPLE_LOOKUP_PROVIDER +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX +com.turingtechnologies.materialscrollbar.R$layout: int design_layout_tab_icon +androidx.appcompat.widget.AppCompatImageView: AppCompatImageView(android.content.Context) +androidx.appcompat.resources.R$drawable: int notification_action_background +com.bumptech.glide.R$attr: R$attr() +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_Dialog_FixedSize +wangdaye.com.geometricweather.db.entities.LocationEntity: java.util.TimeZone getTimeZone() +okhttp3.Address: okhttp3.Dns dns() +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constrainedHeight +com.google.android.material.R$styleable: int Layout_layout_constraintLeft_toLeftOf +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_PSK_WITH_AES_256_CBC_SHA +android.didikee.donate.R$id: int action_mode_bar +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_android_hint +com.google.android.material.datepicker.DateValidatorPointBackward: android.os.Parcelable$Creator CREATOR +cyanogenmod.weather.CMWeatherManager$2$2: java.util.List val$weatherLocations +wangdaye.com.geometricweather.R$color: int mtrl_filled_icon_tint +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_chainUseRtl +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_SearchView_ActionBar +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.String weatherText +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getVisibility() +cyanogenmod.externalviews.KeyguardExternalView: android.os.IBinder mService +okio.Okio: java.util.logging.Logger logger +androidx.drawerlayout.R$styleable: int FontFamily_fontProviderQuery +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: long endValidityTime +wangdaye.com.geometricweather.R$layout: int widget_day_nano +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHeight_default +okhttp3.internal.http1.Http1Codec$AbstractSource: okhttp3.internal.http1.Http1Codec this$0 +androidx.appcompat.R$styleable: int SwitchCompat_splitTrack +io.reactivex.Observable: io.reactivex.Observable delay(io.reactivex.ObservableSource,io.reactivex.functions.Function) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge +androidx.constraintlayout.widget.R$drawable: int abc_btn_default_mtrl_shape +com.google.android.material.R$styleable: int FontFamilyFont_font +androidx.constraintlayout.widget.R$attr: int brightness +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber$1: LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber$1(androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber,java.lang.Throwable) +com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout +cyanogenmod.externalviews.KeyguardExternalView: boolean mIsInteractive +com.jaredrummler.android.colorpicker.R$styleable: int[] SeekBarPreference +androidx.lifecycle.extensions.R$styleable: int[] FontFamilyFont +com.google.android.material.R$styleable: int MaterialButton_iconTint +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Subtitle1 +com.google.android.material.button.MaterialButton: void setCheckable(boolean) +com.google.android.material.R$attr: int layout_anchor +wangdaye.com.geometricweather.R$styleable: int[] ActionBar +androidx.constraintlayout.widget.R$dimen: int abc_search_view_preferred_height +com.jaredrummler.android.colorpicker.R$dimen: int notification_small_icon_size_as_large +wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_item_min_width +com.google.android.material.internal.BaselineLayout: BaselineLayout(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.background.polling.basic.AwakeForegroundUpdateService +com.turingtechnologies.materialscrollbar.R$dimen: int disabled_alpha_material_dark +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric: java.lang.String Unit +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionBar_Solid +wangdaye.com.geometricweather.R$color: int mtrl_calendar_selected_range +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean precipitation +android.didikee.donate.R$attr: int toolbarNavigationButtonStyle +wangdaye.com.geometricweather.R$drawable: int notif_temp_66 +androidx.appcompat.R$drawable: int abc_list_pressed_holo_light +com.turingtechnologies.materialscrollbar.R$styleable: int ForegroundLinearLayout_foregroundInsidePadding +cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_onPause +wangdaye.com.geometricweather.R$attr: int content +wangdaye.com.geometricweather.R$attr: int itemTextAppearance +okhttp3.MultipartBody: long contentLength +com.google.android.material.R$attr: int drawableTint +androidx.preference.R$drawable: int notification_bg +androidx.constraintlayout.widget.R$drawable: int abc_list_selector_disabled_holo_dark +com.bumptech.glide.R$id: int chronometer +wangdaye.com.geometricweather.R$drawable: int flag_ru +androidx.appcompat.R$styleable: int Spinner_android_dropDownWidth +cyanogenmod.externalviews.ExternalView: void performAction(java.lang.Runnable) +com.google.android.material.R$drawable: int ic_mtrl_chip_close_circle +com.google.android.material.R$style: int Widget_Design_ScrimInsetsFrameLayout +com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_android_clipToPadding +android.didikee.donate.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator +androidx.legacy.coreutils.R$drawable: int notification_template_icon_low_bg +com.google.android.material.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize +wangdaye.com.geometricweather.R$attr: int drawable_res_off +androidx.swiperefreshlayout.R$color: R$color() +com.google.android.material.R$style: int Widget_MaterialComponents_Button_TextButton_Snackbar +com.google.android.material.R$styleable: int Slider_trackHeight +com.google.android.material.R$attr: int endIconMode +com.google.android.material.R$attr: int errorIconTintMode +androidx.constraintlayout.widget.R$id: int uniform +com.google.android.material.R$style: int Base_V22_Theme_AppCompat +okhttp3.internal.ws.WebSocketWriter$FrameSink: boolean closed +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small +androidx.constraintlayout.widget.R$attr: int titleTextColor +com.google.android.material.card.MaterialCardView: int getContentPaddingRight() +androidx.appcompat.R$style: int Widget_AppCompat_ProgressBar_Horizontal +androidx.preference.R$string: int abc_action_menu_overflow_description +cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler: int MSG_SET_CLIENT +androidx.fragment.R$drawable: int notification_bg_normal_pressed +wangdaye.com.geometricweather.R$attr: int percentWidth +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: void setBrandInfo(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean) +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void dispose() +cyanogenmod.hardware.IThermalListenerCallback: void onThermalChanged(int) +james.adaptiveicon.AdaptiveIconView: void setPath(int) +cyanogenmod.app.CustomTile$ExpandedListItem: void setExpandedListItemDrawable(int) +com.google.android.material.R$attr: int motionDebug +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean mAskedShow +wangdaye.com.geometricweather.R$drawable: int ic_navigation +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub$Proxy: android.os.IBinder asBinder() +okhttp3.internal.connection.RealConnection: okhttp3.Protocol protocol +cyanogenmod.hardware.ICMHardwareService: byte[] readPersistentBytes(java.lang.String) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_72 +james.adaptiveicon.R$drawable: int abc_ratingbar_small_material +wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_scaleX +androidx.appcompat.R$dimen: int abc_edit_text_inset_top_material +com.google.android.material.slider.BaseSlider: int getLabelBehavior() +wangdaye.com.geometricweather.R$styleable: int Preference_enabled +com.turingtechnologies.materialscrollbar.R$layout: int select_dialog_singlechoice_material +com.xw.repo.bubbleseekbar.R$dimen: int abc_search_view_preferred_width +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: boolean isIsModify() +androidx.constraintlayout.widget.R$color: int primary_material_dark +androidx.appcompat.resources.R$id: int accessibility_custom_action_7 +com.google.android.material.bottomsheet.BottomSheetBehavior$SavedState +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_transitionEasing +retrofit2.ParameterHandler$Part: int p +com.turingtechnologies.materialscrollbar.R$drawable: int abc_textfield_default_mtrl_alpha +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float Lead +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: void setChartItemView(wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView) +androidx.vectordrawable.R$styleable: int FontFamily_fontProviderPackage +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData: java.util.concurrent.atomic.AtomicReference mSubscriber +androidx.appcompat.resources.R$id: int tag_transition_group +com.google.android.material.textfield.TextInputLayout: void setBoxStrokeWidthResource(int) +wangdaye.com.geometricweather.R$styleable: int[] TagView +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ListPopupWindow +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Speed +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Long getId() +james.adaptiveicon.R$dimen: int abc_search_view_preferred_height +james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd +com.turingtechnologies.materialscrollbar.R$animator: R$animator() +android.didikee.donate.R$attr: int windowMinWidthMajor +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_ActionBar +okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean recover(java.io.IOException,okhttp3.internal.connection.StreamAllocation,boolean,okhttp3.Request) +androidx.appcompat.R$style: int Base_Widget_AppCompat_ButtonBar +wangdaye.com.geometricweather.db.entities.DailyEntity: float getHoursOfSun() +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_barrierMargin +cyanogenmod.externalviews.ExternalView$1 +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void onError(java.lang.Throwable) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NAV_BUTTONS_VALIDATOR +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Display4 +com.google.android.material.R$styleable: int ConstraintSet_flow_lastHorizontalStyle +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property UpdateDate +com.google.android.material.R$id: int add +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintTag +wangdaye.com.geometricweather.R$id: int dialog_running_in_background_setBtn +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceTheme +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: int getStatus() +retrofit2.ParameterHandler$PartMap +wangdaye.com.geometricweather.R$color: int colorRoot_dark +androidx.viewpager.R$id: int italic +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: java.util.concurrent.TimeUnit unit +androidx.lifecycle.viewmodel.savedstate.R: R() +com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable +okhttp3.OkHttpClient: okhttp3.CookieJar cookieJar() +com.google.android.material.R$color: int mtrl_choice_chip_background_color +androidx.customview.R$drawable: int notification_bg_normal_pressed +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onScreenTurnedOn +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_firstBaselineToTopHeight +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: int index +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup +james.adaptiveicon.R$color: int primary_dark_material_dark +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal +androidx.legacy.coreutils.R$id: int right_icon +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header +com.google.android.material.R$styleable: int AppCompatTheme_actionModeCopyDrawable +com.google.android.material.R$attr: int arrowShaftLength +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer confidence +org.greenrobot.greendao.AbstractDao: java.lang.String getTablename() +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1: void onSucceed(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_133 +com.google.android.material.R$styleable: int KeyTrigger_framePosition +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setComponent(java.lang.String,java.lang.String) +com.google.android.material.button.MaterialButton: void setInsetTop(int) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_TabView +androidx.work.R$styleable: int[] GradientColor +com.turingtechnologies.materialscrollbar.R$styleable: int RecycleListView_paddingTopNoTitle +com.xw.repo.bubbleseekbar.R$attr: int titleTextColor +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: io.reactivex.internal.fuseable.SimplePlainQueue getOrCreateQueue() +wangdaye.com.geometricweather.R$string: int visibility +androidx.work.WorkInfo$State: androidx.work.WorkInfo$State CANCELLED +androidx.appcompat.R$styleable: int[] ActionMenuItemView +com.google.android.material.R$styleable: int Layout_minHeight +com.google.android.material.R$drawable: int abc_scrubber_primary_mtrl_alpha +androidx.coordinatorlayout.R$layout: int notification_action_tombstone +com.google.android.material.internal.NavigationMenuView: NavigationMenuView(android.content.Context) +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cw +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric: int UnitType +androidx.recyclerview.R$style: int TextAppearance_Compat_Notification_Line2 +okhttp3.internal.cache.DiskLruCache$Snapshot: okio.Source getSource(int) +com.xw.repo.bubbleseekbar.R$id: int below_section_mark +cyanogenmod.app.CMTelephonyManager: void setDataConnectionState(boolean) +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_trackTintMode +james.adaptiveicon.R$styleable: int Spinner_android_prompt +com.google.android.material.textfield.TextInputLayout: void setErrorIconOnClickListener(android.view.View$OnClickListener) +com.google.android.material.R$attr: int colorPrimarySurface +com.github.rahatarmanahmed.cpv.CircularProgressView$9: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton +com.google.android.material.R$id: int action_container +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color: int Red +androidx.constraintlayout.motion.widget.MotionLayout: long getTransitionTimeMs() +android.didikee.donate.R$styleable: int[] LinearLayoutCompat +androidx.lifecycle.ViewModel: boolean mCleared +okhttp3.OkHttpClient: okhttp3.EventListener$Factory eventListenerFactory() +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_fixed_width_major +wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customColorValue +james.adaptiveicon.R$attr: int actionModeShareDrawable +retrofit2.Retrofit: retrofit2.CallAdapter nextCallAdapter(retrofit2.CallAdapter$Factory,java.lang.reflect.Type,java.lang.annotation.Annotation[]) +androidx.coordinatorlayout.R$id: int accessibility_custom_action_23 +wangdaye.com.geometricweather.R$attr: int drawableTopCompat +wangdaye.com.geometricweather.db.entities.DailyEntity: float hoursOfSun +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: ExtendedFloatingActionButton(android.content.Context) +com.bumptech.glide.integration.okhttp.R$id: int action_image +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial: AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial() +wangdaye.com.geometricweather.R$attr: int textAppearanceSmallPopupMenu +io.reactivex.Observable: io.reactivex.Observable startWith(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$styleable: int[] Spinner +james.adaptiveicon.R$style: int Widget_AppCompat_ActionBar_Solid +james.adaptiveicon.R$attr: int editTextColor +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_contentInsetEndWithActions +wangdaye.com.geometricweather.R$color: int material_timepicker_modebutton_tint +androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type UNRESTRICTED +wangdaye.com.geometricweather.R$attr: int msb_lightOnTouch +okhttp3.Interceptor$Chain: okhttp3.Interceptor$Chain withConnectTimeout(int,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: java.lang.String name +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setId(java.lang.Long) +james.adaptiveicon.R$styleable: int[] RecycleListView +okhttp3.internal.cache.DiskLruCache$3: boolean hasNext() +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_menu +wangdaye.com.geometricweather.R$drawable: int shortcuts_thunder_foreground +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Dialog_Alert +okio.HashingSource: HashingSource(okio.Source,java.lang.String) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$4: KeyguardExternalViewProviderService$Provider$ProviderImpl$4(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) +cyanogenmod.app.ILiveLockScreenChangeListener$Stub$Proxy: java.lang.String getInterfaceDescriptor() +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void fail(java.lang.Throwable,io.reactivex.Observer,io.reactivex.internal.queue.SpscLinkedArrayQueue) +androidx.appcompat.resources.R$id: int notification_main_column_container +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getSnowPrecipitation() +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_firstVerticalBias +wangdaye.com.geometricweather.R$id: int container_main_first_card_header_timeText +com.google.android.material.R$styleable: int Constraint_layout_editor_absoluteX +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_commit_search_api_mtrl_alpha +cyanogenmod.providers.CMSettings$System: java.lang.String __MAGICAL_TEST_PASSING_ENABLER +com.google.android.material.R$styleable: int ChipGroup_chipSpacing +wangdaye.com.geometricweather.R$dimen: int abc_dialog_fixed_height_minor +wangdaye.com.geometricweather.R$id: int dialog_weather_hourly_container +james.adaptiveicon.R$style: int Platform_V21_AppCompat +com.google.android.material.textfield.TextInputLayout: void setHintTextColor(android.content.res.ColorStateList) +com.google.android.material.chip.Chip: android.content.res.ColorStateList getChipIconTint() +cyanogenmod.app.CustomTile$ExpandedListItem: CustomTile$ExpandedListItem() +android.didikee.donate.R$attr: int dropdownListPreferredItemHeight +com.google.android.material.R$styleable: int ConstraintSet_flow_firstHorizontalStyle +androidx.appcompat.R$style: int Widget_AppCompat_RatingBar_Small +wangdaye.com.geometricweather.R$drawable: int notif_temp_91 +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_showAsAction +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: void dispose() +com.jaredrummler.android.colorpicker.R$styleable: int ActionMode_titleTextStyle +com.jaredrummler.android.colorpicker.R$styleable: int CheckBoxPreference_android_summaryOff +retrofit2.RequestFactory$Builder: boolean gotQuery +com.google.android.material.R$styleable: int TextInputLayout_boxStrokeErrorColor +androidx.lifecycle.extensions.R$dimen: int notification_subtext_size +android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text +wangdaye.com.geometricweather.R$string: int content_des_drag_flag +androidx.appcompat.R$styleable: int AppCompatTheme_alertDialogTheme +wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: RoundProgress(android.content.Context,android.util.AttributeSet,int) +io.reactivex.internal.operators.observable.ObservableReplay$SizeBoundReplayBuffer: long serialVersionUID +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarTabStyle +androidx.preference.R$id: int right +androidx.constraintlayout.widget.R$styleable: int ActionBar_indeterminateProgressStyle +com.jaredrummler.android.colorpicker.R$attr: int iconTint +wangdaye.com.geometricweather.background.receiver.widget.WidgetMultiCityProvider: WidgetMultiCityProvider() +cyanogenmod.app.LiveLockScreenManager: cyanogenmod.app.ILiveLockScreenManager getService() +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String LOCK_WALLPAPER_THUMBNAIL +cyanogenmod.hardware.CMHardwareManager: CMHardwareManager(android.content.Context) +okhttp3.Cache: int networkCount +wangdaye.com.geometricweather.R$drawable: int weather_rain_mini_xml +cyanogenmod.weather.WeatherLocation$1: cyanogenmod.weather.WeatherLocation[] newArray(int) +wangdaye.com.geometricweather.R$attr: int layout_constraintTop_toBottomOf +cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_reboot +com.google.android.material.R$styleable: int FloatingActionButton_fabSize +wangdaye.com.geometricweather.R$attr: int colorSwitchThumbNormal +androidx.appcompat.widget.AppCompatButton: void setBackgroundResource(int) +androidx.constraintlayout.widget.R$styleable: int Constraint_drawPath +cyanogenmod.weather.WeatherInfo: double getHumidity() +cyanogenmod.app.CMContextConstants$Features: java.lang.String STATUSBAR +io.reactivex.internal.functions.Functions$HashSetCallable: java.lang.Object call() +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void onComplete() +james.adaptiveicon.R$dimen: int abc_dialog_fixed_width_major +com.google.android.material.R$style: int TextAppearance_AppCompat_Title_Inverse +androidx.preference.R$drawable: int abc_scrubber_control_off_mtrl_alpha +android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_ActionBar +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_18 +com.turingtechnologies.materialscrollbar.R$layout: int design_layout_snackbar +com.google.android.material.R$styleable: int LinearLayoutCompat_android_weightSum +james.adaptiveicon.R$anim: int abc_slide_out_top +okhttp3.Cache$Entry: java.lang.String RECEIVED_MILLIS +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setAlarm(java.lang.String) +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: IKeyguardExternalViewProvider$Stub() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: java.lang.String zh_TW +wangdaye.com.geometricweather.R$id: int tag_unhandled_key_event_manager +com.google.android.material.R$attr: int layout_constraintBaseline_toBaselineOf +james.adaptiveicon.R$styleable: int AppCompatTheme_dialogCornerRadius +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_fontVariationSettings +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_toggle_margin_top +com.google.android.material.R$id: int mtrl_view_tag_bottom_padding +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_checkable +com.bumptech.glide.integration.okhttp.R$attr: int layout_insetEdge +android.didikee.donate.R$styleable: int AppCompatTheme_toolbarStyle +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String[] ROWS +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_hovered_z +com.xw.repo.bubbleseekbar.R$attr: int color +com.google.android.material.R$attr: int maxLines +com.xw.repo.bubbleseekbar.R$style: int Base_V26_Theme_AppCompat +cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_BLUETOOTH +james.adaptiveicon.R$id: int right_icon +androidx.vectordrawable.animated.R$dimen: int compat_notification_large_icon_max_width +androidx.appcompat.widget.AppCompatTextView: AppCompatTextView(android.content.Context,android.util.AttributeSet) +androidx.drawerlayout.R$styleable: int GradientColor_android_gradientRadius +james.adaptiveicon.R$style: int Widget_AppCompat_CompoundButton_RadioButton +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintGuide_percent +retrofit2.http.HTTP: java.lang.String path() +cyanogenmod.externalviews.ExternalView$5 +cyanogenmod.profiles.RingModeSettings: java.lang.String mValue +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void onError(java.lang.Throwable) +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Title_Inverse +wangdaye.com.geometricweather.R$attr: int bsb_always_show_bubble_delay +okio.Pipe$PipeSink +androidx.vectordrawable.animated.R$styleable: int GradientColor_android_startY +com.jaredrummler.android.colorpicker.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow +okhttp3.Cache: int writeSuccessCount +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown +androidx.lifecycle.MethodCallsLogger: boolean approveCall(java.lang.String,int) +wangdaye.com.geometricweather.R$styleable: int CardView_contentPadding +androidx.viewpager2.widget.ViewPager2: int getOffscreenPageLimit() +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_46 +com.jaredrummler.android.colorpicker.R$styleable: int[] MenuGroup +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid +cyanogenmod.externalviews.KeyguardExternalView$1: void onServiceConnected(android.content.ComponentName,android.os.IBinder) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_activityChooserViewStyle +wangdaye.com.geometricweather.R$styleable: int DrawerLayout_unfold +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Button_Small +com.google.android.material.R$styleable: int Constraint_layout_constraintBottom_toBottomOf +okhttp3.internal.connection.RealConnection$1: okhttp3.internal.connection.RealConnection this$0 +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onScreenTurnedOff() +com.google.android.material.R$styleable: int Constraint_android_scaleY +wangdaye.com.geometricweather.R$attr: int state_liftable +com.jaredrummler.android.colorpicker.R$style: int Base_V26_Widget_AppCompat_Toolbar +androidx.cardview.R$attr: int cardUseCompatPadding +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void pushPromise(int,int,java.util.List) +androidx.constraintlayout.widget.Barrier: Barrier(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$attr: int fabAnimationMode +com.google.android.material.R$styleable: int KeyTimeCycle_motionProgress +androidx.appcompat.R$dimen: int abc_action_bar_default_padding_end_material +androidx.appcompat.R$style: int Widget_AppCompat_Button_Small +androidx.constraintlayout.widget.R$string: int abc_menu_alt_shortcut_label +wangdaye.com.geometricweather.R$id: int spinner +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionMode_Inverse +com.google.android.material.R$styleable: int ShapeAppearance_cornerSizeTopRight +wangdaye.com.geometricweather.R$anim: int popup_show_top_right +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_buttonGravity +androidx.swiperefreshlayout.R$styleable: int GradientColor_android_startColor +com.google.android.material.textfield.TextInputLayout: void setPlaceholderTextAppearance(int) +com.google.android.material.R$id: int up +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property RainPrecipitationProbability +retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: retrofit2.CallAdapter get(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceHeadline5 +okhttp3.EventListener: okhttp3.EventListener$Factory factory(okhttp3.EventListener) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: java.lang.String getDefenseText() +androidx.preference.R$dimen: int highlight_alpha_material_colored +androidx.activity.R$id: int right_side +android.didikee.donate.R$id: int scrollView +com.google.android.material.floatingactionbutton.FloatingActionButton: void setBackgroundDrawable(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_firstHorizontalBias +androidx.recyclerview.R$drawable: int notification_tile_bg +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_28 +androidx.appcompat.R$color: int abc_background_cache_hint_selector_material_light +android.didikee.donate.R$integer: int cancel_button_image_alpha +okio.Buffer: okio.Buffer writeHexadecimalUnsignedLong(long) +androidx.preference.internal.PreferenceImageView: void setMaxWidth(int) +io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: void run() +james.adaptiveicon.R$dimen: int abc_dropdownitem_text_padding_left +com.xw.repo.bubbleseekbar.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView +androidx.lifecycle.MethodCallsLogger: java.util.Map mCalledMethods +wangdaye.com.geometricweather.R$string: int content_desc_search_filter_on +com.google.android.material.R$attr: int logo +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit MI +androidx.preference.R$styleable: int MenuItem_android_titleCondensed +retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isBody +androidx.lifecycle.extensions.R$styleable: int GradientColor_android_endX +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: boolean isEntityUpdateable() +wangdaye.com.geometricweather.R$dimen: int hourly_trend_item_height +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_editTextColor +wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerSizeBottomRight +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_translationX +wangdaye.com.geometricweather.R$id: int activity_weather_daily_indicator +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder setQueryParameter(java.lang.String,java.lang.String) +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Display4 +cyanogenmod.weather.CMWeatherManager$2 +com.turingtechnologies.materialscrollbar.R$color: int primary_text_disabled_material_dark +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Tooltip +androidx.viewpager.R$dimen +wangdaye.com.geometricweather.R$attr: int tabTextAppearance +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Metric: java.lang.String Unit +com.google.android.material.R$drawable: int abc_spinner_textfield_background_material +com.google.android.material.R$styleable: int Layout_layout_constraintVertical_chainStyle +com.google.gson.FieldNamingPolicy$1: java.lang.String translateName(java.lang.reflect.Field) +wangdaye.com.geometricweather.R$style: int Theme_Design_Light_BottomSheetDialog +androidx.vectordrawable.R$dimen: int notification_large_icon_height +androidx.preference.R$attr: int ratingBarStyleSmall +com.bumptech.glide.integration.okhttp.R$integer +androidx.preference.R$dimen: int abc_button_inset_horizontal_material +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Small +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable +cyanogenmod.app.Profile$Type: int TOGGLE +com.google.android.material.R$layout: int abc_screen_content_include +com.google.android.material.R$style: int Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert +com.google.android.material.R$styleable: int[] Constraint +com.google.android.material.R$styleable: int ProgressIndicator_indicatorColor +cyanogenmod.app.BaseLiveLockManagerService$1: void cancelLiveLockScreen(java.lang.String,int,int) +wangdaye.com.geometricweather.R$styleable: int SearchView_closeIcon +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_popupTheme +cyanogenmod.content.Intent: java.lang.String EXTRA_PROTECTED_STATE +com.turingtechnologies.materialscrollbar.R$id: int action_bar_container +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: org.reactivestreams.Subscriber downstream +wangdaye.com.geometricweather.R$styleable: int AlertDialog_singleChoiceItemLayout +james.adaptiveicon.R$drawable: int abc_textfield_search_material +wangdaye.com.geometricweather.db.entities.MinutelyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode +com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Theme_AppCompat_Light_Dialog +androidx.swiperefreshlayout.R$id: int notification_main_column_container +io.reactivex.Observable: io.reactivex.Single collectInto(java.lang.Object,io.reactivex.functions.BiConsumer) +com.bumptech.glide.R$drawable: int notify_panel_notification_icon_bg +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder encodedQuery(java.lang.String) +wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_9 +com.xw.repo.bubbleseekbar.R$attr: int ratingBarStyleIndicator +com.jaredrummler.android.colorpicker.R$dimen: int highlight_alpha_material_light +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: java.lang.String getY() +wangdaye.com.geometricweather.R$string: int wind +com.xw.repo.bubbleseekbar.R$styleable: int ActionMode_titleTextStyle +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken NULL +androidx.fragment.R$anim: int fragment_close_enter +android.didikee.donate.R$drawable: int abc_menu_hardkey_panel_mtrl_mult +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_Icon +james.adaptiveicon.R$styleable: int ColorStateListItem_android_alpha +retrofit2.Utils: java.lang.reflect.Type[] EMPTY_TYPE_ARRAY +com.google.android.material.R$styleable: int MenuView_android_itemIconDisabledAlpha +com.turingtechnologies.materialscrollbar.R$attr: int fastScrollEnabled +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_endIconCheckable +io.reactivex.internal.disposables.DisposableHelper: boolean dispose(java.util.concurrent.atomic.AtomicReference) +androidx.appcompat.widget.ActivityChooserView$InnerLayout +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.WindowManager$LayoutParams mParams +wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode +androidx.constraintlayout.widget.R$styleable: int MenuItem_actionViewClass +cyanogenmod.externalviews.ExternalView: void executeQueue() +androidx.appcompat.R$styleable: int SearchView_goIcon +com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableTransition_android_toId +cyanogenmod.os.Build: java.lang.String CYANOGENMOD_VERSION +okhttp3.internal.http.RealInterceptorChain: okhttp3.internal.http.HttpCodec httpStream() +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle +com.turingtechnologies.materialscrollbar.R$drawable: int design_password_eye +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setFont(java.lang.String) +androidx.transition.R$styleable: int FontFamilyFont_android_ttcIndex +okhttp3.Request: okhttp3.RequestBody body +androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerView$LayoutManager getLayoutManager() +wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_box_stroke_width_focused +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: wangdaye.com.geometricweather.db.entities.ChineseCityEntity readEntity(android.database.Cursor,int) +com.google.android.material.R$style: int TextAppearance_AppCompat_Subhead_Inverse +okhttp3.internal.cache.CacheStrategy$Factory: CacheStrategy$Factory(long,okhttp3.Request,okhttp3.Response) +wangdaye.com.geometricweather.R$id: int action_bar +com.jaredrummler.android.colorpicker.R$color: int switch_thumb_disabled_material_light +com.google.android.material.R$dimen: int abc_text_size_menu_header_material +retrofit2.RequestFactory$Builder: boolean gotField +okhttp3.internal.cache.DiskLruCache$Entry: void writeLengths(okio.BufferedSink) +android.didikee.donate.R$attr: int contentInsetEnd +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver(io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver) +androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_ttcIndex +com.google.android.material.R$styleable: int Layout_maxHeight +com.google.android.material.R$color: int design_fab_shadow_end_color +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header +androidx.appcompat.resources.R$dimen +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void collapseNotificationPanel() +androidx.preference.R$styleable: int Preference_android_order +androidx.preference.R$style: int Base_Widget_AppCompat_Spinner +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light_Dialog_Alert +androidx.recyclerview.widget.RecyclerView: androidx.core.view.NestedScrollingChildHelper getScrollingChildHelper() +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary: AccuCurrentResult$TemperatureSummary() +androidx.coordinatorlayout.R$id: int chronometer +cyanogenmod.externalviews.ExternalViewProviderService$Provider: void onStop() +androidx.preference.R$style: int Widget_AppCompat_Light_AutoCompleteTextView +com.jaredrummler.android.colorpicker.R$string: int abc_action_menu_overflow_description +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActivityChooserView +androidx.preference.R$id: int content +com.google.android.material.R$id: int clear_text +com.github.rahatarmanahmed.cpv.CircularProgressViewListener: void onProgressUpdate(float) +androidx.fragment.R$dimen: int compat_notification_large_icon_max_height +wangdaye.com.geometricweather.common.ui.widgets.TagView: int getCheckedBackgroundColor() +com.google.android.material.R$attr: int thumbTextPadding +androidx.constraintlayout.widget.R$drawable: int abc_list_longpressed_holo +androidx.appcompat.R$dimen: int abc_search_view_preferred_width +wangdaye.com.geometricweather.common.basic.models.weather.Current +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_body_2_material +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatImageView_tint +com.xw.repo.bubbleseekbar.R$id: int action_text +com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_padding_horizontal +androidx.preference.R$style: int PreferenceThemeOverlay_v14 +wangdaye.com.geometricweather.R$styleable: int FontFamily_fontProviderAuthority +android.didikee.donate.R$style: int Animation_AppCompat_DropDownUp +com.google.android.material.R$color: int design_dark_default_color_secondary +com.google.android.material.R$attr: int thumbStrokeColor +wangdaye.com.geometricweather.R$color: int abc_hint_foreground_material_dark +retrofit2.Retrofit: retrofit2.Converter nextRequestBodyConverter(retrofit2.Converter$Factory,java.lang.reflect.Type,java.lang.annotation.Annotation[],java.lang.annotation.Annotation[]) +cyanogenmod.weather.WeatherInfo$1: java.lang.Object[] newArray(int) +androidx.preference.SeekBarPreference$SavedState +com.turingtechnologies.materialscrollbar.R$styleable: int[] ActionMenuItemView +androidx.preference.R$styleable: int SearchView_android_focusable +android.didikee.donate.R$styleable: int CompoundButton_buttonTintMode +com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_arrowShaftLength +android.didikee.donate.R$attr: int alertDialogCenterButtons +cyanogenmod.weather.WeatherInfo: double mTodaysHighTemp +com.jaredrummler.android.colorpicker.R$id: int cpv_hex +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_verticalAlign +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int SnowProbability +androidx.appcompat.R$styleable: int TextAppearance_android_textColorHint +androidx.constraintlayout.motion.widget.MotionLayout +james.adaptiveicon.R$styleable: int LinearLayoutCompat_Layout_android_layout_height +androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_textAppearance +com.google.android.material.R$styleable: int MenuItem_tooltipText +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_fontStyle +androidx.appcompat.R$color: int tooltip_background_dark +android.didikee.donate.R$styleable: int TextAppearance_android_shadowColor +cyanogenmod.app.ICMTelephonyManager$Stub: android.os.IBinder asBinder() +androidx.transition.R$drawable: int notification_tile_bg +wangdaye.com.geometricweather.R$dimen: int mtrl_slider_widget_height +androidx.hilt.R$attr: int fontProviderAuthority +androidx.coordinatorlayout.R$styleable: int[] CoordinatorLayout_Layout +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_aa_light +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_117 +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult +com.google.android.material.floatingactionbutton.FloatingActionButton: void setHideMotionSpec(com.google.android.material.animation.MotionSpec) +androidx.constraintlayout.widget.R$drawable: int abc_ic_star_black_36dp +wangdaye.com.geometricweather.settings.dialogs.RunningInBackgroundODialog: RunningInBackgroundODialog() +com.turingtechnologies.materialscrollbar.R$attr: int popupMenuStyle +wangdaye.com.geometricweather.R$id: int dropdown_menu +io.reactivex.Observable: io.reactivex.Maybe singleElement() +android.didikee.donate.R$id: int search_plate +wangdaye.com.geometricweather.R$color: int colorPrimaryDark +okio.ForwardingSource: ForwardingSource(okio.Source) +cyanogenmod.profiles.StreamSettings: boolean mOverride +androidx.multidex.MultiDexApplication: MultiDexApplication() +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments: MfWarningsResult$WarningComments() +androidx.lifecycle.ProcessLifecycleOwner$1: androidx.lifecycle.ProcessLifecycleOwner this$0 +androidx.vectordrawable.animated.R$styleable: int GradientColor_android_endColor +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_menu_selectall_mtrl_alpha +androidx.constraintlayout.widget.R$attr: int staggered +okhttp3.internal.Util$1 +com.turingtechnologies.materialscrollbar.R$id: int contentPanel +androidx.viewpager2.R$styleable: int FontFamilyFont_android_ttcIndex +androidx.appcompat.view.menu.ListMenuItemView: android.view.LayoutInflater getInflater() +com.google.android.material.R$id: int material_hour_tv +com.turingtechnologies.materialscrollbar.DateAndTimeIndicator +androidx.constraintlayout.helper.widget.Layer: void setRotation(float) +androidx.appcompat.R$styleable: int[] AnimatedStateListDrawableItem +wangdaye.com.geometricweather.R$layout: int dialog_learn_more_about_geocoder +com.jaredrummler.android.colorpicker.R$attr: int contentInsetLeft +androidx.constraintlayout.widget.R$attr: int showPaths +com.google.android.material.R$styleable: int GradientColorItem_android_color +wangdaye.com.geometricweather.R$anim: int abc_popup_exit +androidx.core.R$id: int accessibility_custom_action_16 +io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: boolean won +androidx.appcompat.R$attr: int contentInsetStart +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_hintTextAppearance +androidx.viewpager2.R$attr: int spanCount +androidx.vectordrawable.R$styleable: int GradientColorItem_android_offset +okhttp3.ConnectionPool: java.util.concurrent.Executor executor +com.google.gson.FieldNamingPolicy: java.lang.String upperCaseFirstLetter(java.lang.String) +io.reactivex.internal.disposables.EmptyDisposable: void error(java.lang.Throwable,io.reactivex.MaybeObserver) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer aqiIndex +wangdaye.com.geometricweather.R$attr: int backgroundInsetTop +com.google.android.material.R$attr: int telltales_velocityMode android.didikee.donate.R$attr: int alertDialogTheme -androidx.transition.R$drawable: int notification_template_icon_low_bg -com.google.android.material.R$attr: int scrimVisibleHeightTrigger -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse -okhttp3.internal.http2.Http2: byte TYPE_RST_STREAM -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_subhead_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_goneMarginLeft -androidx.appcompat.widget.SwitchCompat: void setTrackDrawable(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float ceiling -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_88 -wangdaye.com.geometricweather.main.models.LocationResource$Event: wangdaye.com.geometricweather.main.models.LocationResource$Event UPDATE -okhttp3.Cookie: java.util.regex.Pattern MONTH_PATTERN -android.support.v4.app.INotificationSideChannel$Stub: java.lang.String DESCRIPTOR -cyanogenmod.hardware.CMHardwareManager: boolean writePersistentBytes(java.lang.String,byte[]) -androidx.customview.R$styleable: int GradientColor_android_centerColor -androidx.hilt.R$string: R$string() -retrofit2.HttpServiceMethod -cyanogenmod.app.suggest.IAppSuggestManager$Stub -cyanogenmod.app.CMTelephonyManager: android.content.Context mContext -wangdaye.com.geometricweather.R$attr: int tint -wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_textColor -okhttp3.logging.HttpLoggingInterceptor$Logger$1 -com.jaredrummler.android.colorpicker.R$style: int PreferenceThemeOverlay -androidx.appcompat.R$attr: int preserveIconSpacing -okhttp3.Cache: java.lang.String key(okhttp3.HttpUrl) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: CaiYunMainlyResult$ForecastDailyBean() -cyanogenmod.weatherservice.WeatherProviderService: java.util.Set access$100(cyanogenmod.weatherservice.WeatherProviderService) -androidx.preference.R$styleable: int PreferenceGroup_orderingFromXml -wangdaye.com.geometricweather.R$color: int primary_dark_material_light -james.adaptiveicon.R$string: int abc_search_hint -com.google.android.material.R$integer: int config_tooltipAnimTime -androidx.swiperefreshlayout.R$style: int Widget_Compat_NotificationActionText -wangdaye.com.geometricweather.db.entities.AlertEntity: void setWeatherSource(java.lang.String) -okhttp3.internal.cache2.Relay$RelaySource -androidx.hilt.lifecycle.R$anim: R$anim() -androidx.appcompat.R$styleable: int LinearLayoutCompat_Layout_android_layout_width -io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: void run() -com.google.android.material.slider.RangeSlider: void setValues(java.lang.Float[]) -androidx.preference.R$dimen: int preference_icon_minWidth -wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.Long getId() -androidx.constraintlayout.widget.Placeholder: Placeholder(android.content.Context,android.util.AttributeSet) -io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense -james.adaptiveicon.R$styleable: int AppCompatTheme_radioButtonStyle -androidx.appcompat.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge -com.google.android.material.R$attr: int layout_constraintBottom_toTopOf -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_list_padding_bottom_no_buttons -james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart -okhttp3.ConnectionPool: int connectionCount() -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void setCancellable(io.reactivex.functions.Cancellable) -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: int capacityHint -wangdaye.com.geometricweather.R$string: int feedback_cannot_start_live_wallpaper_activity -cyanogenmod.externalviews.KeyguardExternalView: KeyguardExternalView(android.content.Context,android.util.AttributeSet,int,int) -io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_min -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit MB -androidx.work.impl.background.systemalarm.RescheduleReceiver: RescheduleReceiver() -androidx.coordinatorlayout.R$id: int accessibility_custom_action_8 -wangdaye.com.geometricweather.R$string: int gson -cyanogenmod.providers.CMSettings$System$1 +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_CALL_COLOR +wangdaye.com.geometricweather.R$menu: int activity_preview_icon +io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: long end +wangdaye.com.geometricweather.common.basic.models.weather.History: long getTime() +androidx.lifecycle.Transformations$3: androidx.lifecycle.MediatorLiveData val$outputLiveData +okio.Buffer: okio.BufferedSink writeUtf8(java.lang.String) +cyanogenmod.platform.R$drawable: R$drawable() +androidx.coordinatorlayout.R$color +wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Title_Panel +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_MinWidth +androidx.constraintlayout.widget.R$attr: int contentInsetEnd +androidx.recyclerview.R$id: int accessibility_custom_action_10 +androidx.constraintlayout.widget.R$attr: int windowNoTitle +okhttp3.CacheControl: java.lang.String headerValue +cyanogenmod.app.ProfileGroup: boolean mDefaultGroup +androidx.constraintlayout.widget.R$styleable: int Toolbar_menu +androidx.preference.R$style: int TextAppearance_AppCompat_Display4 +androidx.preference.R$styleable: int AppCompatTheme_actionMenuTextColor +com.turingtechnologies.materialscrollbar.R$style: int Theme_Design_Light_NoActionBar +androidx.activity.R$drawable: int notification_bg_low +wangdaye.com.geometricweather.R$font: int product_sans_regular +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int WINDY +com.jaredrummler.android.colorpicker.R$drawable: int notification_bg_low_normal +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_WITH_RC4_128_SHA +androidx.preference.R$styleable: int SeekBarPreference_seekBarIncrement +androidx.hilt.lifecycle.R$dimen: int notification_right_icon_size +com.google.android.material.R$styleable: int Constraint_barrierAllowsGoneWidgets +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List getHourlyEntityList() +okio.ByteString: boolean rangeEquals(int,byte[],int,int) +androidx.constraintlayout.widget.R$styleable: int Transition_motionInterpolator +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintCircleAngle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String sunSet +androidx.constraintlayout.widget.R$attr: int autoTransition +com.xw.repo.bubbleseekbar.R$string: int abc_action_bar_up_description +androidx.constraintlayout.widget.R$color: int secondary_text_default_material_dark +wangdaye.com.geometricweather.R$attr: int max +com.google.android.material.R$dimen: int mtrl_navigation_item_shape_vertical_margin +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: java.lang.String newX +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModePopupWindowStyle +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeRainPrecipitation +androidx.appcompat.R$integer: int abc_config_activityShortDur +james.adaptiveicon.R$drawable: int abc_btn_borderless_material +androidx.hilt.work.R$id: int time +com.google.android.material.progressindicator.ProgressIndicator: void setIndicatorSize(int) +androidx.constraintlayout.widget.R$styleable: int AppCompatImageView_tint +androidx.legacy.coreutils.R$attr: int fontStyle +androidx.viewpager2.R$styleable: int GradientColor_android_tileMode +wangdaye.com.geometricweather.R$mipmap: int ic_launcher_round +androidx.vectordrawable.animated.R$styleable: int FontFamily_fontProviderPackage +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: void drain() +com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType[] values() +okhttp3.OkHttpClient$1: boolean isInvalidHttpUrlHost(java.lang.IllegalArgumentException) +com.google.android.material.R$style: int Base_Widget_MaterialComponents_TextView +com.google.android.material.R$drawable: int abc_ic_menu_selectall_mtrl_alpha +okhttp3.internal.http1.Http1Codec$FixedLengthSink: okhttp3.internal.http1.Http1Codec this$0 +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: boolean cancelled +wangdaye.com.geometricweather.R$attr: int inner_margins +okhttp3.Request: okhttp3.CacheControl cacheControl +com.jaredrummler.android.colorpicker.R$color: int notification_icon_bg_color +com.xw.repo.bubbleseekbar.R$layout: int abc_action_menu_layout +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property WeatherText +wangdaye.com.geometricweather.R$color: int secondary_text_disabled_material_light +okhttp3.internal.Util$1: int compare(java.lang.Object,java.lang.Object) +retrofit2.RequestFactory: okhttp3.HttpUrl baseUrl +wangdaye.com.geometricweather.R$layout: int fragment_management +androidx.appcompat.R$style: int Widget_AppCompat_Toolbar_Button_Navigation +com.google.android.material.R$drawable: int abc_item_background_holo_dark +androidx.constraintlayout.utils.widget.ImageFilterButton: void setBrightness(float) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getNighttimeWindDirection() +wangdaye.com.geometricweather.R$dimen: int design_bottom_sheet_elevation +com.google.android.material.R$drawable: int btn_checkbox_checked_to_unchecked_mtrl_animation +james.adaptiveicon.R$style: int Base_Widget_AppCompat_SearchView_ActionBar +androidx.customview.R$layout: int notification_template_icon_group +wangdaye.com.geometricweather.R$drawable: int abc_tab_indicator_mtrl_alpha +androidx.preference.R$attr: int spinBars +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: io.reactivex.Scheduler$Worker worker +androidx.constraintlayout.widget.R$styleable: int ActionBar_popupTheme +com.jaredrummler.android.colorpicker.R$layout: int abc_activity_chooser_view +androidx.legacy.coreutils.R$layout: int notification_template_part_time +james.adaptiveicon.R$style: int Widget_AppCompat_PopupMenu +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_panelBackground +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.UV getUV() +androidx.preference.R$attr: int preferenceTheme +wangdaye.com.geometricweather.R$attr: int framePosition +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: java.lang.String datetime +androidx.preference.R$style: int TextAppearance_AppCompat_Medium +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: CaiYunMainlyResult$IndicesBeanX() +androidx.constraintlayout.widget.R$drawable: int abc_text_select_handle_middle_mtrl_light +com.google.android.material.R$styleable: int Constraint_layout_constraintStart_toEndOf +com.google.android.material.R$drawable: int abc_ic_star_half_black_48dp +wangdaye.com.geometricweather.R$styleable: int Variant_region_heightLessThan +com.google.android.material.R$styleable: int TextInputLayout_startIconCheckable +com.bumptech.glide.integration.okhttp.R$style: R$style() +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat +wangdaye.com.geometricweather.R$id: int search_plate +wangdaye.com.geometricweather.R$string: int feedback_get_weather_failed +androidx.lifecycle.extensions.R$id +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Imperial Imperial +com.turingtechnologies.materialscrollbar.R$dimen: int abc_select_dialog_padding_start_material +com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_selector_background_transition_holo_dark +com.google.android.material.R$styleable: int AlertDialog_buttonPanelSideLayout +androidx.constraintlayout.widget.R$attr: int icon +com.google.android.material.R$styleable: int[] Toolbar +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_weight +wangdaye.com.geometricweather.R$string: int content_des_pm10 +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_DropDownItem +cyanogenmod.providers.CMSettings$Secure: int getIntForUser(android.content.ContentResolver,java.lang.String,int,int) +james.adaptiveicon.R$attr: int autoSizePresetSizes +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_rightToLeft +androidx.core.R$styleable: int FontFamilyFont_fontStyle +com.google.android.material.R$color: int mtrl_on_primary_text_btn_text_color_selector +androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_textColorLink +okhttp3.internal.platform.OptionalMethod: java.lang.Object invoke(java.lang.Object,java.lang.Object[]) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Long getId() +wangdaye.com.geometricweather.R$drawable: int notif_temp_45 +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) +wangdaye.com.geometricweather.R$animator: int mtrl_extended_fab_hide_motion_spec +wangdaye.com.geometricweather.R$style: int PreferenceThemeOverlay_v14_Material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: java.lang.String getUnit() +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: java.lang.Object poll() +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub$Proxy +wangdaye.com.geometricweather.common.ui.widgets.SquareFrameLayout +com.google.android.material.internal.NavigationMenuItemView: void setTitle(java.lang.CharSequence) +androidx.swiperefreshlayout.R$id: int chronometer +wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_textStyle +androidx.preference.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog +com.xw.repo.bubbleseekbar.R$layout: int notification_action +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIconTint +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginStart +com.google.android.material.R$attr: int layout_constraintStart_toEndOf +androidx.appcompat.widget.AppCompatButton: android.graphics.PorterDuff$Mode getSupportCompoundDrawablesTintMode() +androidx.activity.R$drawable: int notification_tile_bg +com.google.android.material.R$styleable: int[] AnimatedStateListDrawableCompat +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: void dispose() +wangdaye.com.geometricweather.R$styleable: int MaterialButton_strokeWidth +android.didikee.donate.R$style: int Base_V21_Theme_AppCompat_Light_Dialog +io.reactivex.internal.subscribers.StrictSubscriber: io.reactivex.internal.util.AtomicThrowable error +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: CNWeatherResult$Realtime() +com.google.android.material.bottomnavigation.BottomNavigationView: BottomNavigationView(android.content.Context,android.util.AttributeSet) +com.google.android.material.slider.BaseSlider: void setTrackHeight(int) +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: void onError(java.lang.Throwable) +james.adaptiveicon.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 +androidx.swiperefreshlayout.R$id: int action_divider +wangdaye.com.geometricweather.R$drawable: int mtrl_dialog_background com.google.android.material.slider.RangeSlider: void setFocusedThumbIndex(int) -com.google.android.material.R$id: int wrap_content -androidx.activity.R$dimen: int notification_top_pad -okhttp3.OkHttpClient$Builder: java.net.ProxySelector proxySelector -wangdaye.com.geometricweather.R$id: int dialog_learn_more_about_geocoder_container -androidx.work.R$id: int accessibility_custom_action_16 -com.xw.repo.bubbleseekbar.R$drawable: int notification_bg_low_normal -android.didikee.donate.R$anim: int abc_slide_out_bottom -okhttp3.HttpUrl: java.lang.String canonicalize(java.lang.String,int,int,java.lang.String,boolean,boolean,boolean,boolean,java.nio.charset.Charset) -com.google.android.material.R$color: int abc_search_url_text_pressed -com.jaredrummler.android.colorpicker.R$attr: int contentInsetEndWithActions -android.support.v4.os.IResultReceiver$Stub: boolean setDefaultImpl(android.support.v4.os.IResultReceiver) -okhttp3.ConnectionSpec: boolean isTls() -androidx.constraintlayout.widget.R$style: int Base_V7_Theme_AppCompat_Dialog -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: java.lang.String type -com.google.android.material.R$dimen: int mtrl_badge_horizontal_edge_offset -androidx.coordinatorlayout.R$attr: int fontProviderFetchTimeout -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial: java.lang.String Unit -wangdaye.com.geometricweather.R$attr: int onTouchUp -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHorizontal_chainStyle -wangdaye.com.geometricweather.R$styleable: int ListPreference_android_entryValues -okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder supportsTlsExtensions(boolean) -cyanogenmod.themes.IThemeChangeListener$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_toolbarStyle -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light_Dialog -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Object getKey(java.lang.Object) -androidx.loader.R$attr: int ttcIndex -wangdaye.com.geometricweather.R$id: int notification_background -wangdaye.com.geometricweather.R$drawable: int shortcuts_sleet -com.turingtechnologies.materialscrollbar.R$attr: int height -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth -cyanogenmod.hardware.IThermalListenerCallback$Stub$Proxy: android.os.IBinder mRemote -com.jaredrummler.android.colorpicker.R$attr: int elevation -com.google.android.material.R$dimen: int mtrl_textinput_start_icon_margin_end -androidx.appcompat.R$attr: int colorControlActivated -com.jaredrummler.android.colorpicker.R$color: int secondary_text_disabled_material_dark -androidx.preference.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex -cyanogenmod.app.CustomTileListenerService: java.lang.String TAG -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$TotalLiquid: int UnitType -android.didikee.donate.R$styleable: int AppCompatImageView_srcCompat -com.google.android.material.R$styleable: int Constraint_flow_horizontalBias -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Toolbar_Primary -wangdaye.com.geometricweather.R$color: int colorLevel_1 -com.jaredrummler.android.colorpicker.R$styleable: int FontFamily_fontProviderFetchStrategy -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_title -wangdaye.com.geometricweather.db.entities.LocationEntity: float getLongitude() -okio.BufferedSink: okio.BufferedSink emit() -wangdaye.com.geometricweather.R$drawable: int abc_list_pressed_holo_dark -androidx.core.view.GestureDetectorCompat$GestureDetectorCompatImplJellybeanMr2 -wangdaye.com.geometricweather.resource.utils.ResourceUtils$NullResourceIdException: ResourceUtils$NullResourceIdException() -com.xw.repo.bubbleseekbar.R$drawable: int abc_list_selector_holo_dark -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ListView_Menu -okhttp3.logging.HttpLoggingInterceptor: void logHeader(okhttp3.Headers,int) -retrofit2.HttpServiceMethod$SuspendForBody: HttpServiceMethod$SuspendForBody(retrofit2.RequestFactory,okhttp3.Call$Factory,retrofit2.Converter,retrofit2.CallAdapter,boolean) -androidx.constraintlayout.widget.R$attr: int lastBaselineToBottomHeight -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large -androidx.preference.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert -com.google.android.material.timepicker.TimeModel: android.os.Parcelable$Creator CREATOR -com.google.android.material.R$id: int ghost_view -com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity -wangdaye.com.geometricweather.R$attr: int tintMode -cyanogenmod.app.CMStatusBarManager: void removeTileAsUser(java.lang.String,int,android.os.UserHandle) -androidx.appcompat.R$attr: int activityChooserViewStyle -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintEnd_toEndOf -com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_paddingLeftSystemWindowInsets -wangdaye.com.geometricweather.R$styleable: int Chip_closeIconEnabled -androidx.appcompat.widget.AppCompatTextView: void setFirstBaselineToTopHeight(int) -com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration -com.google.android.material.R$attr: int textAppearanceCaption -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_corner_radius -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation -androidx.appcompat.R$layout: int abc_activity_chooser_view_list_item -james.adaptiveicon.R$attr: int submitBackground -james.adaptiveicon.R$attr: int listItemLayout -cyanogenmod.app.LiveLockScreenInfo$Builder: android.content.ComponentName mComponent +james.adaptiveicon.R$dimen: int abc_floating_window_z +wangdaye.com.geometricweather.R$drawable: int weather_thunder_pixel +androidx.hilt.work.R$id: int accessibility_custom_action_17 +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: void dispose() +cyanogenmod.providers.CMSettings$Global: java.lang.String WAKE_WHEN_PLUGGED_OR_UNPLUGGED +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub$Proxy: android.os.IBinder createExternalView(android.os.Bundle) +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_subtitle_top_margin_material +com.google.android.material.R$styleable: int Chip_chipIconVisible +com.google.android.material.R$styleable: int SearchView_queryHint +com.turingtechnologies.materialscrollbar.R$color: int cardview_dark_background +com.turingtechnologies.materialscrollbar.R$styleable: int CardView_cardBackgroundColor +androidx.customview.R$dimen: int compat_button_inset_vertical_material +wangdaye.com.geometricweather.R$color: int colorLine_dark +com.google.android.material.R$id: int linear +retrofit2.Utils: java.lang.reflect.Type getParameterLowerBound(int,java.lang.reflect.ParameterizedType) +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_thumb_text_color +androidx.viewpager2.R$drawable: int notification_bg_normal +james.adaptiveicon.R$style: int Widget_AppCompat_ImageButton +com.google.android.material.R$layout: int abc_screen_simple +androidx.constraintlayout.motion.widget.MotionHelper +androidx.appcompat.R$drawable: int abc_btn_check_to_on_mtrl_000 +wangdaye.com.geometricweather.R$layout: int item_weather_daily_title_large +com.google.android.material.R$styleable: int SwitchCompat_trackTintMode +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setPubTime(java.util.Date) +wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_marginBottom +androidx.appcompat.widget.Toolbar: android.graphics.drawable.Drawable getOverflowIcon() +com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_spinBars +com.github.rahatarmanahmed.cpv.CircularProgressView: float currentProgress +androidx.constraintlayout.widget.R$anim: int abc_fade_in +com.google.android.material.R$styleable: int Constraint_flow_horizontalStyle +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_toRightOf +com.turingtechnologies.materialscrollbar.R$id: int select_dialog_listview +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_SearchResult_Title +okhttp3.internal.ws.WebSocketReader: int opcode +okhttp3.Cache$2: okhttp3.Cache this$0 +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: ObservableConcatMap$ConcatMapDelayErrorObserver(io.reactivex.Observer,io.reactivex.functions.Function,int,boolean) +androidx.appcompat.R$id: int submit_area +com.google.android.material.R$style: int Widget_AppCompat_PopupWindow +wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setWeatherText(java.lang.String) +com.jaredrummler.android.colorpicker.R$color: int abc_tint_default +androidx.preference.R$attr: int seekBarPreferenceStyle +androidx.legacy.coreutils.R$dimen +androidx.swiperefreshlayout.R$drawable: int notification_tile_bg +com.google.android.material.R$id: int parentRelative +cyanogenmod.weather.ICMWeatherManager +androidx.lifecycle.extensions.R$styleable: int ColorStateListItem_alpha +cyanogenmod.app.IPartnerInterface$Stub$Proxy: void setMobileDataEnabled(boolean) +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: java.lang.String getTagName(android.content.Context) +james.adaptiveicon.R$styleable: int AlertDialog_singleChoiceItemLayout +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: ExtendedFloatingActionButton(android.content.Context,android.util.AttributeSet,int) +androidx.coordinatorlayout.R$style: int TextAppearance_Compat_Notification_Time +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: java.util.Date getPubTime() +androidx.coordinatorlayout.R$dimen: int notification_action_icon_size +wangdaye.com.geometricweather.R$style: int Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String aqi +androidx.coordinatorlayout.R$styleable: int FontFamilyFont_android_fontWeight +androidx.cardview.widget.CardView: boolean getUseCompatPadding() +com.bumptech.glide.R$dimen: int notification_media_narrow_margin +androidx.appcompat.R$styleable: int FontFamily_fontProviderCerts +wangdaye.com.geometricweather.R$string: int feedback_ignore_battery_optimizations_content +cyanogenmod.app.suggest.AppSuggestManager: boolean DEBUG +wangdaye.com.geometricweather.settings.activities.SettingsActivity: SettingsActivity() +com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setBadgeIfNeeded(com.google.android.material.bottomnavigation.BottomNavigationItemView) +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String BOOTANIMATION_THUMBNAIL +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar +com.google.android.material.R$id: int action_bar_subtitle +androidx.swiperefreshlayout.R$drawable: int notification_action_background +com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat +cyanogenmod.app.CustomTile$1: cyanogenmod.app.CustomTile[] newArray(int) +retrofit2.OkHttpCall$ExceptionCatchingResponseBody$1: long read(okio.Buffer,long) +io.reactivex.internal.observers.BlockingObserver: java.util.Queue queue +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setShortDescription(java.lang.String) +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: io.reactivex.Observer downstream +com.google.android.material.R$drawable: int material_ic_keyboard_arrow_left_black_24dp +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleMargin +wangdaye.com.geometricweather.R$styleable: int[] FitSystemBarRecyclerView +com.google.android.material.R$layout: int material_clock_display_divider +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorPrimary +okio.Buffer$2: int available() +androidx.appcompat.R$style: int Base_Widget_AppCompat_Button +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_shadowDy +com.jaredrummler.android.colorpicker.R$string: int abc_menu_sym_shortcut_label +androidx.viewpager2.widget.ViewPager2: androidx.recyclerview.widget.RecyclerView$Adapter getAdapter() +com.turingtechnologies.materialscrollbar.R$color: R$color() +androidx.constraintlayout.widget.R$attr: int editTextStyle +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: int consumed +james.adaptiveicon.R$styleable: int SwitchCompat_thumbTint +wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customDimension +com.google.android.material.R$dimen: int material_cursor_width +com.google.android.material.button.MaterialButton: void setIconTint(android.content.res.ColorStateList) +okio.BufferedSource: boolean exhausted() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dividerVertical +retrofit2.HttpServiceMethod$CallAdapted: HttpServiceMethod$CallAdapted(retrofit2.RequestFactory,okhttp3.Call$Factory,retrofit2.Converter,retrofit2.CallAdapter) +com.jaredrummler.android.colorpicker.R$color: int bright_foreground_material_light +com.google.android.material.R$styleable: int ConstraintSet_android_transformPivotX +com.turingtechnologies.materialscrollbar.R$styleable: int[] FontFamilyFont +androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State CREATED +androidx.constraintlayout.widget.R$drawable: int abc_tab_indicator_material +com.google.android.material.R$attr: int actionBarItemBackground +cyanogenmod.providers.CMSettings$System: java.lang.String ENABLE_PEOPLE_LOOKUP +androidx.hilt.R$color: int notification_icon_bg_color +com.turingtechnologies.materialscrollbar.R$attr: int behavior_fitToContents +androidx.constraintlayout.widget.R$styleable: int Spinner_android_popupBackground +androidx.preference.R$attr: int preferenceInformationStyle +androidx.work.R$styleable: int FontFamily_fontProviderFetchTimeout +wangdaye.com.geometricweather.R$drawable: int notif_temp_89 +com.jaredrummler.android.colorpicker.R$styleable: int MenuGroup_android_id +cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_setSubState +wangdaye.com.geometricweather.R$style: int Base_V21_Theme_MaterialComponents_Light_Dialog +com.google.android.material.R$attr: int actionProviderClass +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setTimeStamp(long) +cyanogenmod.library.R$styleable: int LiveLockScreen_type +androidx.vectordrawable.R$id: int accessibility_custom_action_7 +com.google.android.material.appbar.CollapsingToolbarLayout: int getExpandedTitleMarginBottom() +androidx.preference.R$attr: int titleMarginTop +wangdaye.com.geometricweather.R$dimen: int widget_grid_2 +wangdaye.com.geometricweather.R$attr: int cpv_borderColor +androidx.appcompat.widget.SwitchCompat: int getCompoundPaddingRight() +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getO3() +androidx.fragment.R$styleable: int FontFamilyFont_font +androidx.fragment.R$layout +wangdaye.com.geometricweather.R$array: int clock_font_values +wangdaye.com.geometricweather.R$animator: int weather_haze_1 +okhttp3.internal.http2.Hpack$Writer: boolean emitDynamicTableSizeUpdate +okhttp3.OkHttpClient: okhttp3.CertificatePinner certificatePinner() +james.adaptiveicon.R$attr: int ratingBarStyleSmall +androidx.loader.R$styleable: int FontFamilyFont_font +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void onNext(java.lang.Object) +com.xw.repo.bubbleseekbar.R$styleable: int[] ViewBackgroundHelper +androidx.recyclerview.R$dimen +androidx.appcompat.resources.R$attr: int ttcIndex +okhttp3.Response$Builder: int code +androidx.fragment.R$string +com.xw.repo.bubbleseekbar.R$dimen: int tooltip_horizontal_padding +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void dispose() +androidx.appcompat.R$styleable: int Toolbar_contentInsetStart +com.jaredrummler.android.colorpicker.R$styleable: int[] SwitchPreferenceCompat +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: WeatherContract$WeatherColumns$WeatherCode() +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_arrow_drop_right_black_24dp +wangdaye.com.geometricweather.R$attr: int bsb_show_progress_in_float +james.adaptiveicon.R$style: int Theme_AppCompat_Light_Dialog +okhttp3.internal.cache.DiskLruCache$2 +cyanogenmod.weather.CMWeatherManager$RequestStatus: int ALREADY_IN_PROGRESS +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintBottom_toTopOf +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_wrapMode +cyanogenmod.weather.CMWeatherManager$2$2: int val$status +wangdaye.com.geometricweather.R$styleable: int[] SearchView +retrofit2.Platform: retrofit2.Platform get() +cyanogenmod.hardware.ICMHardwareService: boolean get(int) +james.adaptiveicon.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_switchMinWidth +androidx.fragment.R$style: int TextAppearance_Compat_Notification +com.turingtechnologies.materialscrollbar.R$attr: int tickMark +wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner +okhttp3.MediaType: java.nio.charset.Charset charset() +cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler: void handleMessage(android.os.Message) +androidx.dynamicanimation.R$drawable +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_analog_dark +androidx.constraintlayout.widget.R$id: int autoComplete +com.jaredrummler.android.colorpicker.R$attr: int fontProviderFetchStrategy +com.jaredrummler.android.colorpicker.R$id: int search_close_btn +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void innerError(java.lang.Throwable) +okhttp3.internal.platform.JdkWithJettyBootPlatform: java.lang.Class serverProviderClass +androidx.appcompat.R$style: int Base_Widget_AppCompat_AutoCompleteTextView +androidx.vectordrawable.R$dimen: int notification_action_icon_size +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_radioButtonStyle +androidx.constraintlayout.widget.R$dimen: int notification_subtext_size +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation: wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation RIGHT +james.adaptiveicon.R$color: int secondary_text_default_material_light +androidx.hilt.lifecycle.R$string: R$string() +androidx.preference.R$styleable: int AnimatedStateListDrawableItem_android_drawable +wangdaye.com.geometricweather.R$dimen: int abc_dropdownitem_icon_width +android.didikee.donate.R$color: int abc_primary_text_material_light +okhttp3.Interceptor$Chain: okhttp3.Request request() +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.AirQuality airQuality +wangdaye.com.geometricweather.R$color: int mtrl_tabs_colored_ripple_color +cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String ALARM_ID +retrofit2.adapter.rxjava2.ResultObservable: void subscribeActual(io.reactivex.Observer) +androidx.appcompat.R$style: int TextAppearance_AppCompat_Menu +com.google.android.material.R$styleable: int TabLayout_tabPaddingEnd +androidx.preference.R$styleable: int AppCompatTheme_viewInflaterClass +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setRealFeelShaderTemperature(java.lang.Integer) +com.bumptech.glide.integration.okhttp.R$style: int TextAppearance_Compat_Notification_Title +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: int RelativeHumidity +com.google.android.material.floatingactionbutton.FloatingActionButton: void setScaleX(float) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean images +com.google.android.material.R$animator: int design_fab_hide_motion_spec +com.turingtechnologies.materialscrollbar.R$attr: int fontStyle +com.google.android.material.R$drawable: int abc_btn_switch_to_on_mtrl_00001 +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_helperTextEnabled +androidx.swiperefreshlayout.R$drawable +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: void onAttachedToWindow() +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_16 +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType InsertOrReplaceInTxArray +com.google.android.material.R$dimen: int tooltip_vertical_padding +androidx.recyclerview.R$style: int TextAppearance_Compat_Notification_Time +cyanogenmod.providers.CMSettings$Secure +com.google.android.material.R$layout: int abc_cascading_menu_item_layout +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Chip_Entry +okhttp3.internal.http2.Http2Writer: void synReply(boolean,int,java.util.List) +com.google.android.material.textfield.TextInputLayout: void setStartIconContentDescription(int) +wangdaye.com.geometricweather.R$id: int notification_main_column +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Metric: double Value +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_12 +androidx.viewpager2.R$id: int accessibility_custom_action_2 +io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: long serialVersionUID +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_TabText +com.google.android.material.R$string: int abc_toolbar_collapse_description +androidx.vectordrawable.R$id: int accessibility_custom_action_3 +com.google.android.material.R$attr: int windowMinWidthMajor +com.google.android.material.tabs.TabLayout: void addOnTabSelectedListener(com.google.android.material.tabs.TabLayout$OnTabSelectedListener) +androidx.preference.R$styleable: int AnimatedStateListDrawableTransition_android_reversible +wangdaye.com.geometricweather.R$style: int Base_MaterialAlertDialog_MaterialComponents_Title_Text +com.jaredrummler.android.colorpicker.ColorPanelView: ColorPanelView(android.content.Context,android.util.AttributeSet,int) +com.xw.repo.bubbleseekbar.R$attr: int bsb_anim_duration +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_thumb_radius +com.google.android.material.internal.BaselineLayout: BaselineLayout(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$id: int packed +wangdaye.com.geometricweather.R$string: int settings_language +androidx.constraintlayout.widget.R$styleable: int Constraint_android_id +com.bumptech.glide.module.LibraryGlideModule: LibraryGlideModule() +androidx.preference.R$attr: int drawerArrowStyle +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property Id +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_iconTintMode +com.xw.repo.bubbleseekbar.R$attr: int colorAccent +androidx.preference.R$drawable: int tooltip_frame_light +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setSnowPrecipitationProbability(java.lang.Float) +com.google.android.material.R$styleable: int MaterialCalendarItem_itemTextColor +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionDropDownStyle +androidx.customview.R$color +com.google.android.material.circularreveal.cardview.CircularRevealCardView: com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo getRevealInfo() +io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver(io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver) +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void attachEntity(wangdaye.com.geometricweather.db.entities.WeatherEntity) +wangdaye.com.geometricweather.R$drawable: int weather_clear_day_2 +androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver: ForceStopRunnable$BroadcastReceiver() +com.turingtechnologies.materialscrollbar.R$attr: int fabCustomSize +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Metric: java.lang.String Unit +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void onComplete() +wangdaye.com.geometricweather.R$styleable: int ActionBar_displayOptions +james.adaptiveicon.R$styleable: int FontFamilyFont_android_ttcIndex +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: android.view.Window mWindow +com.google.android.material.datepicker.SingleDateSelector +com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.reflect.Type rawType +wangdaye.com.geometricweather.R$styleable: int MaterialButton_rippleColor +androidx.work.R$dimen: int compat_notification_large_icon_max_width +androidx.preference.R$styleable: int[] MenuItem +wangdaye.com.geometricweather.R$drawable: int abc_btn_check_material_anim +androidx.constraintlayout.widget.R$dimen: int abc_text_size_display_3_material +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight +okhttp3.internal.platform.Android10Platform: void enableSessionTickets(javax.net.ssl.SSLSocket) +com.xw.repo.bubbleseekbar.R$styleable: int[] ActivityChooserView +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$4 +androidx.preference.ListPreferenceDialogFragmentCompat: ListPreferenceDialogFragmentCompat() +androidx.core.graphics.drawable.IconCompatParcelizer +com.google.android.material.R$dimen: int mtrl_btn_letter_spacing +androidx.preference.R$id: int line3 +com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.reflect.Type getOwnerType() +wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialog_backgroundInsetEnd +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setTargetOffsetTopAndBottom(int) +androidx.constraintlayout.widget.R$attr: int windowMinWidthMinor +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar +wangdaye.com.geometricweather.R$integer: int mtrl_tab_indicator_anim_duration_ms +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: boolean cancelled +com.google.android.material.R$styleable: int AppCompatTheme_viewInflaterClass +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX() +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind: MfForecastResult$Forecast$Wind() +okhttp3.internal.http2.Http2Connection: java.util.concurrent.ScheduledExecutorService access$500(okhttp3.internal.http2.Http2Connection) +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: boolean outputFused +androidx.hilt.lifecycle.R$color: int notification_icon_bg_color +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float snow12h +wangdaye.com.geometricweather.R$id: int beginning +androidx.viewpager.R$style: int Widget_Compat_NotificationActionText +androidx.hilt.R$drawable: int notification_template_icon_bg +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Body1 +androidx.constraintlayout.widget.R$styleable: int ViewBackgroundHelper_backgroundTintMode +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintLeft_creator +androidx.constraintlayout.widget.R$attr: int selectableItemBackground +com.github.rahatarmanahmed.cpv.BuildConfig: java.lang.String FLAVOR +james.adaptiveicon.R$styleable: int Toolbar_contentInsetStartWithNavigation +okhttp3.internal.connection.StreamAllocation: void noNewStreams() +cyanogenmod.providers.CMSettings$Secure: java.lang.String RECENTS_LONG_PRESS_ACTIVITY +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: java.lang.String mslp +androidx.preference.R$styleable: int View_theme +androidx.preference.R$id: int left +androidx.activity.R$color: int ripple_material_light +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void complete(java.lang.Object) +androidx.transition.R$styleable: int GradientColor_android_centerX +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_editTextStyle +androidx.preference.R$styleable: int Toolbar_android_gravity +androidx.appcompat.R$styleable: int AppCompatTheme_actionButtonStyle +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA +wangdaye.com.geometricweather.R$styleable: int MaterialToolbar_navigationIconColor +androidx.appcompat.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle +androidx.core.R$dimen: int notification_content_margin_start +com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_switch_to_on_mtrl_00012 +androidx.vectordrawable.R$styleable: int ColorStateListItem_android_alpha +com.turingtechnologies.materialscrollbar.R$attr: int progressBarStyle +android.didikee.donate.R$id: int chronometer +com.jaredrummler.android.colorpicker.R$drawable: int abc_scrubber_track_mtrl_alpha +androidx.dynamicanimation.R$dimen: int notification_top_pad +wangdaye.com.geometricweather.R$styleable: int Preference_android_summary +okhttp3.Challenge: Challenge(java.lang.String,java.lang.String) +com.google.android.material.R$dimen: int mtrl_extended_fab_end_padding +androidx.coordinatorlayout.widget.CoordinatorLayout: void setStatusBarBackground(android.graphics.drawable.Drawable) +com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawableItem_android_drawable +androidx.constraintlayout.widget.R$color: int error_color_material_light +androidx.preference.R$string: int status_bar_notification_info_overflow +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_NoActionBar +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 +retrofit2.Utils$WildcardTypeImpl: java.lang.reflect.Type upperBound +com.jaredrummler.android.colorpicker.R$color: int dim_foreground_disabled_material_dark +com.google.android.material.chip.Chip: void setRippleColorResource(int) +cyanogenmod.app.Profile$Type +cyanogenmod.weather.WeatherInfo$DayForecast: double getLow() +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float rainPrecipitation +androidx.lifecycle.SavedStateHandleController$OnRecreation: void onRecreated(androidx.savedstate.SavedStateRegistryOwner) +io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: FlowableOnBackpressureError$BackpressureErrorSubscriber(org.reactivestreams.Subscriber) +com.google.android.material.R$layout: int abc_screen_simple_overlay_action_mode +wangdaye.com.geometricweather.R$layout: int widget_clock_day_temp +wangdaye.com.geometricweather.R$dimen: int abc_disabled_alpha_material_dark +wangdaye.com.geometricweather.R$attr: int drawableEndCompat +com.google.android.material.R$styleable: int StateListDrawable_android_variablePadding +com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_drawableSize +android.didikee.donate.R$attr: int titleTextAppearance +androidx.cardview.R$styleable: int CardView_contentPaddingRight +com.google.android.material.R$dimen: int abc_dialog_list_padding_bottom_no_buttons +com.turingtechnologies.materialscrollbar.R$string: R$string() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Direction: java.lang.String English +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: boolean isEmpty() +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Dialog_MinWidth +wangdaye.com.geometricweather.R$style: int widget_text_clock_aa +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData: void onActive() +wangdaye.com.geometricweather.R$styleable: int Toolbar_titleMarginStart +com.google.android.material.R$styleable: int TextAppearance_android_shadowDx +com.google.android.material.R$id: int expanded_menu +com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_corner_radius_material +android.didikee.donate.R$attr: int titleMarginEnd +com.turingtechnologies.materialscrollbar.R$attr: int switchMinWidth +androidx.core.app.RemoteActionCompatParcelizer +androidx.appcompat.R$drawable: int abc_btn_switch_to_on_mtrl_00001 +okhttp3.Cookie$Builder: Cookie$Builder() +okio.RealBufferedSource: long indexOf(okio.ByteString,long) +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void otherComplete() +com.google.android.material.R$styleable: int TabLayout_tabIndicatorGravity +androidx.appcompat.widget.AppCompatImageButton: void setBackgroundResource(int) +wangdaye.com.geometricweather.R$styleable: int Tooltip_android_minHeight +androidx.preference.R$dimen: int abc_seekbar_track_background_height_material +wangdaye.com.geometricweather.R$string: int key_card_alpha +androidx.appcompat.R$attr: int progressBarStyle +androidx.constraintlayout.widget.R$styleable: int MotionLayout_motionDebug +okhttp3.internal.http2.Http2Connection: long intervalPongsReceived +com.google.android.material.textfield.TextInputLayout: void setCounterEnabled(boolean) +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_horizontalStyle +androidx.preference.R$attr: int toolbarStyle +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Caption +io.reactivex.internal.observers.InnerQueuedObserver: long serialVersionUID +com.google.android.material.R$attr: int flow_padding +com.turingtechnologies.materialscrollbar.R$attr: int itemTextAppearanceActive +com.jaredrummler.android.colorpicker.R$style: int Base_V21_Theme_AppCompat_Light +androidx.appcompat.R$attr: int iconifiedByDefault +androidx.constraintlayout.widget.R$color: int abc_tint_spinner +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric: int UnitType +androidx.preference.R$attr: int drawableTint +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getMoldLevel() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeBackground +wangdaye.com.geometricweather.R$color: int switch_thumb_material_light +androidx.recyclerview.R$drawable: int notification_action_background +com.jaredrummler.android.colorpicker.R$layout: int preference_information_material +okhttp3.Cache$Entry: java.lang.String SENT_MILLIS +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Rain: java.lang.String Unit +androidx.viewpager.R$drawable: int notify_panel_notification_icon_bg +com.jaredrummler.android.colorpicker.R$attr: int closeIcon +cyanogenmod.app.Profile: java.util.Map streams +com.turingtechnologies.materialscrollbar.R$dimen: int abc_edit_text_inset_top_material +wangdaye.com.geometricweather.R$layout: int widget_clock_day_tile +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver parent +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintStart_toStartOf +okhttp3.internal.http2.Http2Connection$Builder: java.net.Socket socket +com.xw.repo.bubbleseekbar.R$attr: int theme +androidx.work.R$attr: int fontProviderCerts +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeStyle +com.bumptech.glide.R$id: R$id() +cyanogenmod.platform.Manifest$permission: java.lang.String MODIFY_PROFILES +androidx.viewpager2.R$styleable: int ColorStateListItem_alpha +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: java.lang.String MobileLink +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Dialog +wangdaye.com.geometricweather.R$attr: int liftOnScrollTargetViewId +com.jaredrummler.android.colorpicker.R$id: int none +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric Metric +wangdaye.com.geometricweather.db.entities.DaoMaster$OpenHelper: DaoMaster$OpenHelper(android.content.Context,java.lang.String) +com.jaredrummler.android.colorpicker.R$id: int right +okhttp3.internal.http2.Http2Codec$StreamFinishingSource: long bytesRead +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial: AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial() +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getIcePrecipitationProbability() +android.didikee.donate.R$dimen: int abc_dialog_fixed_width_major +okhttp3.internal.http2.Http2Stream: okio.Timeout writeTimeout() +com.google.android.material.R$color: int mtrl_tabs_colored_ripple_color +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: java.lang.String unitId +cyanogenmod.weather.WeatherInfo$DayForecast: int hashCode() +android.didikee.donate.R$style: int Widget_AppCompat_Button_Small +com.google.android.material.R$attr: int cardCornerRadius +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_52 +androidx.constraintlayout.widget.R$attr: int actionBarSize +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarSize +io.reactivex.Observable: io.reactivex.Observable interval(long,java.util.concurrent.TimeUnit) +io.reactivex.internal.disposables.DisposableHelper: boolean setOnce(java.util.concurrent.atomic.AtomicReference,io.reactivex.disposables.Disposable) +com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getCounterTextColor() +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_SearchResult +androidx.recyclerview.widget.RecyclerView: void addOnChildAttachStateChangeListener(androidx.recyclerview.widget.RecyclerView$OnChildAttachStateChangeListener) +wangdaye.com.geometricweather.R$dimen: int little_weather_icon_size +wangdaye.com.geometricweather.R$attr: int checkedTextViewStyle +androidx.legacy.coreutils.R$id: int action_image +android.didikee.donate.R$layout: int notification_action_tombstone +androidx.appcompat.widget.AppCompatSpinner: void setSupportBackgroundTintList(android.content.res.ColorStateList) +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: io.reactivex.functions.Action onFinally +androidx.transition.R$id: int transition_transform +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getShortAbbreviation(android.content.Context) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String uvLevel +okhttp3.HttpUrl: int querySize() +androidx.constraintlayout.widget.R$color: int tooltip_background_light +androidx.preference.R$styleable: int AppCompatTextView_lineHeight +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeShareDrawable +androidx.constraintlayout.helper.widget.Flow: void setVerticalBias(float) +okio.RealBufferedSource: boolean closed +androidx.preference.R$id: int wrap_content +androidx.constraintlayout.widget.R$attr: int wavePeriod +wangdaye.com.geometricweather.R$attr: int drawableStartCompat +com.google.android.material.R$color: int material_blue_grey_900 +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: java.lang.Thread thread +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Direction: java.lang.String Localized +wangdaye.com.geometricweather.R$id: int item_trend_daily +okhttp3.Connection: okhttp3.Route route() +cyanogenmod.providers.CMSettings$System: boolean putFloat(android.content.ContentResolver,java.lang.String,float) +okhttp3.internal.platform.AndroidPlatform: AndroidPlatform(java.lang.Class,okhttp3.internal.platform.OptionalMethod,okhttp3.internal.platform.OptionalMethod,okhttp3.internal.platform.OptionalMethod,okhttp3.internal.platform.OptionalMethod) +wangdaye.com.geometricweather.R$attr: int scrimBackground +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceListItemSecondary +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Small +com.google.android.material.R$style: int Widget_MaterialComponents_TextInputEditText_FilledBox +com.xw.repo.bubbleseekbar.R$attr: int logo +androidx.appcompat.R$style: int Base_V7_Theme_AppCompat_Dialog +okhttp3.logging.package-info +okhttp3.internal.http2.Http2Reader: Http2Reader(okio.BufferedSource,boolean) +com.jaredrummler.android.colorpicker.R$attr: int spinnerStyle +okhttp3.internal.http2.Header: okio.ByteString name +cyanogenmod.profiles.AirplaneModeSettings$BooleanState: int STATE_ENABLED +com.google.android.material.R$styleable: int ImageFilterView_round +wangdaye.com.geometricweather.R$integer: int show_password_duration +androidx.constraintlayout.widget.R$anim: int btn_radio_to_off_mtrl_ring_outer_animation +androidx.appcompat.R$layout: int abc_cascading_menu_item_layout +wangdaye.com.geometricweather.R$xml: int widget_week +com.google.android.material.R$color: int material_slider_halo_color +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_editor_absoluteX +okhttp3.internal.http2.Http2Connection$ReaderRunnable$2: Http2Connection$ReaderRunnable$2(okhttp3.internal.http2.Http2Connection$ReaderRunnable,java.lang.String,java.lang.Object[],boolean,okhttp3.internal.http2.Settings) +cyanogenmod.media.MediaRecorder$AudioSource +wangdaye.com.geometricweather.R$styleable: int ArcProgress_progress_width +wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customPixelDimension +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$LocalSource: int Id +wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_barColor +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Compat_Notification +wangdaye.com.geometricweather.R$id: int activity_card_display_manage_bottomRecyclerView +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedEmitLast: void run() +james.adaptiveicon.R$styleable: int MenuView_android_windowAnimationStyle +cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: void unregisterListener(cyanogenmod.app.ICustomTileListener,int) +wangdaye.com.geometricweather.R$string: int mtrl_picker_out_of_range +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: void setUrl(java.lang.String) +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String COL_KEY +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.util.List probabilityForecast +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: void dispose() +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query +wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Prefix +wangdaye.com.geometricweather.R$string: int forecast +okhttp3.internal.platform.Platform: java.lang.String getPrefix() +cyanogenmod.weather.WeatherInfo: double getTodaysHigh() +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle +androidx.constraintlayout.widget.R$styleable: int Toolbar_title +cyanogenmod.app.Profile$TriggerState: int DISABLED +com.google.gson.internal.$Gson$Types$WildcardTypeImpl: java.lang.reflect.Type[] getLowerBounds() +android.didikee.donate.R$drawable: int notification_bg_low_normal +com.google.android.material.R$attr: int listItemLayout +com.xw.repo.bubbleseekbar.R$color: int accent_material_light +wangdaye.com.geometricweather.R$layout: int abc_search_view +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModePopupWindowStyle +com.google.android.material.chip.Chip: void setChipMinHeightResource(int) +james.adaptiveicon.R$string: int status_bar_notification_info_overflow +wangdaye.com.geometricweather.db.entities.AlertEntityDao +com.google.android.material.R$attr: int itemHorizontalPadding +cyanogenmod.app.BaseLiveLockManagerService: void cancelLiveLockScreen(java.lang.String,int,int) +com.turingtechnologies.materialscrollbar.R$attr: int backgroundSplit +androidx.hilt.R$styleable: int Fragment_android_id +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_iconEndPadding +androidx.constraintlayout.widget.R$drawable: int notification_bg_low_normal +com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_android_descendantFocusability +com.google.gson.stream.JsonWriter: void setLenient(boolean) +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeInsetStart +com.google.android.material.timepicker.ClockFaceView: ClockFaceView(android.content.Context,android.util.AttributeSet) +com.jaredrummler.android.colorpicker.R$id: int list_item +james.adaptiveicon.R$attr: int windowFixedHeightMinor +okhttp3.Dns: java.util.List lookup(java.lang.String) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getSnowPrecipitation() +wangdaye.com.geometricweather.R$attr: int hideOnContentScroll +androidx.swiperefreshlayout.R$attr: int fontStyle +cyanogenmod.content.Intent: java.lang.String ACTION_PROTECTED_CHANGED +wangdaye.com.geometricweather.R$styleable: int LiveLockScreen_type +cyanogenmod.profiles.StreamSettings: android.os.Parcelable$Creator CREATOR +androidx.appcompat.R$styleable: int AppCompatTheme_listMenuViewStyle +com.google.android.material.R$id: int design_menu_item_action_area +wangdaye.com.geometricweather.R$drawable: int ic_precipitation +cyanogenmod.weather.IRequestInfoListener$Stub$Proxy: android.os.IBinder mRemote +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: void setFrom(java.lang.String) +com.google.android.material.R$styleable: int Toolbar_buttonGravity +wangdaye.com.geometricweather.R$styleable: int Slider_android_enabled +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit valueOf(java.lang.String) +james.adaptiveicon.R$color: int notification_icon_bg_color +androidx.appcompat.R$attr: int actionModeCopyDrawable +com.google.android.material.R$style: int Test_Theme_MaterialComponents_MaterialCalendar +androidx.customview.R$styleable: int GradientColor_android_endColor +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Metric +retrofit2.ParameterHandler$2: retrofit2.ParameterHandler this$0 +com.turingtechnologies.materialscrollbar.R$attr: int actionBarPopupTheme +wangdaye.com.geometricweather.R$layout: int dialog_location_help +androidx.hilt.lifecycle.R$attr: R$attr() +com.google.android.material.R$styleable: int Constraint_android_scaleX +okio.Buffer: okio.Buffer readFrom(java.io.InputStream,long) +okhttp3.WebSocketListener: void onOpen(okhttp3.WebSocket,okhttp3.Response) +wangdaye.com.geometricweather.R$id: int activity_widget_config_subtitle_inputLayout +androidx.vectordrawable.animated.R$layout: int notification_template_icon_group +com.google.android.material.R$attr: int contentInsetEnd +james.adaptiveicon.R$layout: int notification_template_icon_group +androidx.work.R$id: int accessibility_custom_action_15 +okhttp3.internal.http2.Hpack$Writer: int smallestHeaderTableSizeSetting +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: int getStatus() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX: java.util.List brands +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_strokeColor +androidx.customview.R$attr: int alpha +wangdaye.com.geometricweather.R$dimen: int mtrl_alert_dialog_background_inset_bottom +androidx.vectordrawable.animated.R$id: int notification_main_column +com.google.android.material.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onContentChanged() +james.adaptiveicon.R$styleable: int AppCompatSeekBar_tickMarkTint +androidx.constraintlayout.widget.R$attr: int closeItemLayout +cyanogenmod.app.BaseLiveLockManagerService: void enqueueLiveLockScreen(java.lang.String,int,cyanogenmod.app.LiveLockScreenInfo,int[],int) +wangdaye.com.geometricweather.db.entities.LocationEntity: boolean getChina() +androidx.preference.R$drawable: int abc_btn_radio_material +com.google.android.material.R$attr: int snackbarButtonStyle +com.google.android.material.R$styleable: int AppCompatTextView_drawableStartCompat +androidx.preference.R$style: int Preference_PreferenceScreen +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_toLeftOf +io.reactivex.Observable: io.reactivex.Observable concatMapMaybeDelayError(io.reactivex.functions.Function) +androidx.constraintlayout.widget.R$style: int Platform_ThemeOverlay_AppCompat_Dark +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver +okhttp3.Cache$CacheRequestImpl: okio.Sink cacheOut +wangdaye.com.geometricweather.R$style: int ThemeOverlayColorAccentRed +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX +com.jaredrummler.android.colorpicker.R$id: int message +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Title_Inverse +cyanogenmod.providers.CMSettings$Global: java.lang.String WIFI_AUTO_PRIORITIES_CONFIGURATION +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_6 +retrofit2.KotlinExtensions$suspendAndThrow$1: int label +wangdaye.com.geometricweather.R$drawable: int notif_temp_99 +androidx.lifecycle.LifecycleRegistry: boolean mHandlingEvent +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_85 +androidx.constraintlayout.widget.R$attr: int perpendicularPath_percent +com.jaredrummler.android.colorpicker.R$attr: int contentInsetStartWithNavigation +wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider BAIDU_IP +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode NO_ERROR +com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_android_negativeButtonText +androidx.preference.R$styleable: int ColorStateListItem_android_color +com.turingtechnologies.materialscrollbar.R$string: int abc_shareactionprovider_share_with_application +com.google.android.material.R$attr: int checkedIconEnabled +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Direction: int Degrees +androidx.viewpager2.widget.ViewPager2: int getCurrentItem() +okhttp3.logging.HttpLoggingInterceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) +io.reactivex.Observable: io.reactivex.Completable concatMapCompletable(io.reactivex.functions.Function,int) +com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_elevation +com.google.android.material.R$styleable: int ProgressIndicator_indicatorCornerRadius +com.google.android.material.R$dimen: int material_helper_text_font_1_3_padding_horizontal +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.String getWeatherText() +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: long serialVersionUID +cyanogenmod.externalviews.ExternalViewProviderService$Provider: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl mImpl +james.adaptiveicon.R$color: int background_material_dark +wangdaye.com.geometricweather.R$dimen: int material_text_view_test_line_height +androidx.appcompat.resources.R$styleable: int[] AnimatedStateListDrawableCompat +wangdaye.com.geometricweather.R$attr: int flow_padding +wangdaye.com.geometricweather.R$attr: int mock_diagonalsColor +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Imperial: java.lang.String Unit +james.adaptiveicon.R$style: int TextAppearance_Compat_Notification_Line2 +com.xw.repo.bubbleseekbar.R$id: int action_bar_root +com.google.android.material.R$styleable: int KeyAttribute_framePosition +com.google.android.material.R$attr: int buttonTint +com.google.android.material.R$style: int Theme_AppCompat_DayNight +com.jaredrummler.android.colorpicker.R$id: int title_template +androidx.preference.R$drawable: int abc_btn_switch_to_on_mtrl_00012 +wangdaye.com.geometricweather.R$animator: int weather_partly_cloudy_day_2 +com.turingtechnologies.materialscrollbar.R$attr: int searchHintIcon +okhttp3.internal.connection.RouteDatabase: boolean shouldPostpone(okhttp3.Route) +android.didikee.donate.R$attr: int actionModeCloseDrawable +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_Dialog +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeSnowPrecipitation +wangdaye.com.geometricweather.R$drawable: int abc_text_select_handle_left_mtrl_dark +com.google.android.material.bottomappbar.BottomAppBar: float getFabCradleMargin() +com.google.android.material.internal.FlowLayout: void setItemSpacing(int) +androidx.activity.R$color: int secondary_text_default_material_light +com.bumptech.glide.integration.okhttp.R$attr: int fontVariationSettings +androidx.constraintlayout.widget.R$styleable: int KeyPosition_sizePercent +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: boolean disposed +androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerView$Adapter getAdapter() +androidx.viewpager.R$styleable: int[] GradientColorItem +com.google.android.material.bottomnavigation.BottomNavigationView: void setItemTextAppearanceInactive(int) +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text +wangdaye.com.geometricweather.R$attr: int saturation +okhttp3.internal.http2.Http2: byte TYPE_HEADERS +cyanogenmod.alarmclock.ClockContract$CitiesColumns: java.lang.String TIMEZONE_OFFSET +androidx.preference.R$styleable: int MenuItem_iconTint +com.google.android.material.R$attr: int itemBackground +com.turingtechnologies.materialscrollbar.R$drawable: int design_bottom_navigation_item_background +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_SearchResult +org.greenrobot.greendao.identityscope.IdentityScopeType: org.greenrobot.greendao.identityscope.IdentityScopeType valueOf(java.lang.String) +android.didikee.donate.R$style: int Base_Widget_AppCompat_ButtonBar +okhttp3.internal.cache.CacheStrategy$Factory: boolean isFreshnessLifetimeHeuristic() +wangdaye.com.geometricweather.R$drawable: int notification_icon_background +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator __MAGICAL_TEST_PASSING_ENABLER_VALIDATOR +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability +com.turingtechnologies.materialscrollbar.R$styleable: int View_android_focusable +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: int val$height +com.google.android.material.slider.RangeSlider: int getActiveThumbIndex() +com.jaredrummler.android.colorpicker.R$attr: int selectableItemBackground +com.google.android.material.R$styleable: int MaterialButton_backgroundTintMode +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property CityId +androidx.vectordrawable.R$id: int accessibility_custom_action_26 +wangdaye.com.geometricweather.R$attr: int counterOverflowTextAppearance +wangdaye.com.geometricweather.R$attr: int minTouchTargetSize +okhttp3.Cache$2: Cache$2(okhttp3.Cache) +android.didikee.donate.R$dimen: int notification_large_icon_width +james.adaptiveicon.R$style: int Theme_AppCompat_Light_NoActionBar +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth +wangdaye.com.geometricweather.R$styleable: int State_android_id +androidx.vectordrawable.R$id: int tag_unhandled_key_event_manager +com.google.android.material.R$styleable: int NavigationView_shapeAppearance +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WindDegree +okhttp3.HttpUrl: java.util.Set queryParameterNames() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getTreeIndex() +androidx.appcompat.R$color: int abc_hint_foreground_material_light +com.google.android.material.R$color: int primary_text_default_material_dark +wangdaye.com.geometricweather.R$styleable: int[] AppBarLayoutStates +androidx.hilt.R$layout: int notification_template_custom_big +com.google.gson.stream.JsonWriter: java.lang.String separator +wangdaye.com.geometricweather.R$styleable: int MaterialButton_iconTintMode +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionBar_TabText +android.didikee.donate.R$color: int abc_search_url_text +okhttp3.internal.ws.WebSocketProtocol: int B0_MASK_OPCODE +androidx.preference.R$styleable: int MenuItem_alphabeticModifiers +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_sheet_modal_elevation +wangdaye.com.geometricweather.R$id: int activity_preview_icon_recyclerView +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours +wangdaye.com.geometricweather.R$id: int container_main_pollen_pager +wangdaye.com.geometricweather.R$styleable: int[] ListPopupWindow +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintTop_toTopOf +com.google.android.material.R$styleable: int Chip_closeIconVisible +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_searchHintIcon +wangdaye.com.geometricweather.R$id: int controller +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter close(int,int,java.lang.String) +android.support.v4.os.ResultReceiver$1: ResultReceiver$1() +io.reactivex.Observable: io.reactivex.Observable flatMapMaybe(io.reactivex.functions.Function) +com.turingtechnologies.materialscrollbar.R$attr: int errorEnabled +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$LocalSource: java.lang.String Name +okhttp3.internal.cache.DiskLruCache$3: okhttp3.internal.cache.DiskLruCache$Snapshot removeSnapshot +com.google.android.material.R$drawable: int abc_btn_check_to_on_mtrl_000 +com.github.rahatarmanahmed.cpv.CircularProgressView: int color +com.bumptech.glide.load.engine.CallbackException +androidx.preference.R$string: int abc_searchview_description_submit +cyanogenmod.providers.CMSettings$Secure: java.lang.String getStringForUser(android.content.ContentResolver,java.lang.String,int) +com.google.android.material.R$attr: int bottomSheetStyle +okio.Timeout$1: Timeout$1() +james.adaptiveicon.R$dimen: int compat_button_inset_horizontal_material +androidx.recyclerview.R$id: int tag_screen_reader_focusable +com.google.android.material.slider.Slider: void setTickActiveTintList(android.content.res.ColorStateList) +androidx.transition.R$styleable: int[] GradientColorItem +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: AccuDailyResult$Headline() +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_orderInCategory +com.bumptech.glide.load.ImageHeaderParser$ImageType: boolean hasAlpha +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_icon_size +androidx.constraintlayout.widget.R$dimen: int tooltip_precise_anchor_threshold +io.reactivex.Observable: int bufferSize() +com.xw.repo.bubbleseekbar.R$attr: int dividerVertical +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_5 +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_SeekBar +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintVertical_weight +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: void run() +com.google.android.material.tabs.TabLayout: TabLayout(android.content.Context,android.util.AttributeSet) +okhttp3.Interceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) +android.didikee.donate.R$drawable: int notification_tile_bg +com.turingtechnologies.materialscrollbar.R$string: int mtrl_chip_close_icon_content_description +androidx.lifecycle.SavedStateHandleController: boolean isAttached() +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleMargin +okhttp3.internal.http2.Http2Writer: okio.Buffer hpackBuffer +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum: AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum() +okhttp3.CertificatePinner$Pin +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatSeekBar_tickMarkTintMode +com.google.android.material.bottomnavigation.BottomNavigationView +android.didikee.donate.R$drawable: int abc_ic_star_black_48dp +androidx.hilt.work.R$styleable: int GradientColor_android_startY +james.adaptiveicon.R$attr: int thumbTint +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_Dialog_Bridge +wangdaye.com.geometricweather.R$id: int widget_week_card +androidx.preference.R$layout +com.turingtechnologies.materialscrollbar.R$id: int reservedNamedId +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String getProvince() +io.reactivex.internal.schedulers.ScheduledRunnable: void dispose() +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_commit_search_api_mtrl_alpha +androidx.fragment.R$id: int tag_accessibility_actions +androidx.appcompat.resources.R$dimen: int notification_media_narrow_margin +wangdaye.com.geometricweather.R$string: int feedback_show_widget_card_alpha +androidx.appcompat.resources.R$layout: int notification_template_part_chronometer +wangdaye.com.geometricweather.R$attr: int customDimension +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_collapseContentDescription +wangdaye.com.geometricweather.R$styleable: int ThemeEnforcement_enforceTextAppearance +androidx.core.R$styleable: int GradientColor_android_centerColor +cyanogenmod.hardware.CMHardwareManager: int FEATURE_THERMAL_MONITOR +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean dispatchTrackballEvent(android.view.MotionEvent) +okhttp3.internal.http2.Http2Stream: long unacknowledgedBytesRead +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Imperial Imperial +wangdaye.com.geometricweather.R$id: int cpv_hex +androidx.core.R$attr: int fontVariationSettings +com.google.android.material.R$styleable: int Chip_chipEndPadding +wangdaye.com.geometricweather.R$drawable: int ic_email +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_spinnerStyle +okhttp3.Request$Builder: okhttp3.Request$Builder tag(java.lang.Object) okhttp3.CacheControl$Builder: boolean noCache -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.Long id -wangdaye.com.geometricweather.R$attr: int errorIconTintMode -com.google.android.material.tabs.TabLayout: void setOnTabSelectedListener(com.google.android.material.tabs.TabLayout$OnTabSelectedListener) -com.google.android.material.R$styleable: int Constraint_layout_constraintLeft_toRightOf -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title -cyanogenmod.profiles.BrightnessSettings$1: BrightnessSettings$1() -retrofit2.ParameterHandler$Part: ParameterHandler$Part(java.lang.reflect.Method,int,okhttp3.Headers,retrofit2.Converter) -com.jaredrummler.android.colorpicker.R$attr: int allowDividerAbove -com.jaredrummler.android.colorpicker.R$style: int Base_V26_Theme_AppCompat -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void onTimeout(long) -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Title -wangdaye.com.geometricweather.R$id: int action_bar_root -android.didikee.donate.R$dimen: int notification_main_column_padding_top -com.google.android.material.R$string: int abc_action_bar_up_description -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeRainPrecipitationDuration -androidx.lifecycle.Transformations$2 -com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_horizontalDivider -cyanogenmod.app.LiveLockScreenInfo$1 -com.google.android.material.R$dimen: int mtrl_navigation_item_icon_size -com.google.android.material.R$id: int icon_group -com.xw.repo.bubbleseekbar.R$attr: int actionBarWidgetTheme -wangdaye.com.geometricweather.R$string: int wind_10 -androidx.constraintlayout.widget.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle -androidx.fragment.R$styleable: int Fragment_android_id -androidx.drawerlayout.R$id: int async -com.jaredrummler.android.colorpicker.R$attr: int windowActionBar -retrofit2.HttpException: java.lang.String message() -com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding -okhttp3.Address: int hashCode() -wangdaye.com.geometricweather.R$string: int settings_title_daily_trend_display -com.google.android.material.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework -androidx.work.R$id: int async -androidx.preference.R$layout: int abc_list_menu_item_radio -androidx.preference.R$styleable: int AppCompatTextView_android_textAppearance -com.google.android.material.slider.BaseSlider: void setValuesInternal(java.util.ArrayList) -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeTemperature(int) -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.util.Date getDate() -okhttp3.internal.cache.DiskLruCache$3: DiskLruCache$3(okhttp3.internal.cache.DiskLruCache) -androidx.constraintlayout.widget.R$drawable: int abc_cab_background_internal_bg -org.greenrobot.greendao.DaoException: DaoException(java.lang.String,java.lang.Throwable) -com.google.android.material.button.MaterialButton: void setIconTintMode(android.graphics.PorterDuff$Mode) -wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTomorrowForecastUpdateService: ForegroundTomorrowForecastUpdateService() -wangdaye.com.geometricweather.R$bool: int config_materialPreferenceIconSpaceReserved -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 +cyanogenmod.weather.IRequestInfoListener$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setProgressBackgroundColor(int) +okhttp3.internal.http2.Http2Reader$Handler: void ackSettings() +okhttp3.Handshake: okhttp3.CipherSuite cipherSuite() +cyanogenmod.providers.CMSettings$Validator: boolean validate(java.lang.String) +okhttp3.ConnectionSpec$Builder: boolean supportsTlsExtensions +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void onComplete() +androidx.lifecycle.extensions.R$string: R$string() +com.turingtechnologies.materialscrollbar.R$color: int dim_foreground_material_dark +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation +androidx.work.R$id: int accessibility_custom_action_31 +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language TURKISH +okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level[] $VALUES +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.util.Date date +wangdaye.com.geometricweather.R$styleable: int RecyclerView_android_orientation +okhttp3.TlsVersion: okhttp3.TlsVersion valueOf(java.lang.String) +wangdaye.com.geometricweather.settings.dialogs.ProvidersPreviewerDialog +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text +cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String ACTION_SET_ALARM_ENABLED +okio.ForwardingSource: long read(okio.Buffer,long) +com.turingtechnologies.materialscrollbar.R$attr: int boxCornerRadiusTopStart +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String aqiText +com.google.android.material.R$styleable: int SearchView_commitIcon +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setItemPosition(int) +wangdaye.com.geometricweather.R$drawable: int ic_launcher_foreground +okhttp3.HttpUrl$Builder: java.lang.String INVALID_HOST +androidx.lifecycle.ReportFragment$ActivityInitializationListener: void onCreate() +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DialogWhenLarge +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: void onComplete() +com.google.android.material.R$style: int Widget_MaterialComponents_Button_OutlinedButton +com.google.android.material.R$styleable: int MotionLayout_motionProgress +wangdaye.com.geometricweather.R$string: int feedback_view_style +android.didikee.donate.R$color: int primary_material_light +androidx.hilt.work.R$attr: int fontStyle +okio.RealBufferedSink +com.google.gson.FieldNamingPolicy$5: FieldNamingPolicy$5(java.lang.String,int) +com.google.android.material.R$color: int mtrl_btn_text_color_disabled +okhttp3.internal.http.RetryAndFollowUpInterceptor: java.lang.Object callStackTrace +wangdaye.com.geometricweather.R$id: int material_timepicker_view +com.google.android.material.R$styleable: int Constraint_flow_lastVerticalStyle +androidx.appcompat.R$styleable: int AppCompatTheme_imageButtonStyle +androidx.viewpager.widget.ViewPager: void setOnPageChangeListener(androidx.viewpager.widget.ViewPager$OnPageChangeListener) +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void innerError(io.reactivex.internal.observers.InnerQueuedObserver,java.lang.Throwable) +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: int count +android.didikee.donate.R$string: int abc_shareactionprovider_share_with +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX getBrandInfo() +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.constraintlayout.widget.R$attr: int titleMargin +wangdaye.com.geometricweather.R$color: int colorLevel_6 +wangdaye.com.geometricweather.common.ui.widgets.AnimatableIconView +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_seekBarPreferenceStyle +androidx.preference.R$id: int parentPanel +wangdaye.com.geometricweather.R$string: int feedback_initializing +cyanogenmod.power.IPerformanceManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType InsertInTxArray +androidx.hilt.R$styleable: int[] FragmentContainerView +androidx.hilt.work.R$color: int secondary_text_default_material_light +james.adaptiveicon.R$styleable: int Toolbar_contentInsetEndWithActions +wangdaye.com.geometricweather.R$attr: int colorPrimarySurface +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionMode_Inverse +okhttp3.internal.cache.DiskLruCache: boolean removeEntry(okhttp3.internal.cache.DiskLruCache$Entry) +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit MM +cyanogenmod.app.Profile: java.util.Collection getStreamSettings() +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Wind: java.lang.String windspeed +androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityResumed(android.app.Activity) +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_anon_WITH_NULL_SHA +cyanogenmod.profiles.StreamSettings: void getXmlString(java.lang.StringBuilder,android.content.Context) +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_halfExpandedRatio +android.didikee.donate.R$style: int Theme_AppCompat_Light_Dialog_Alert +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Imperial: int UnitType +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_weight +com.google.android.material.appbar.ViewOffsetBehavior: ViewOffsetBehavior() +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator CAMERA_SLEEP_ON_RELEASE_VALIDATOR +cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$2: LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$2(androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription) +androidx.vectordrawable.animated.R$styleable: int ColorStateListItem_alpha +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_CompoundButton_RadioButton +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_13 +com.google.android.material.chip.ChipGroup: int getChipSpacingVertical() +com.jaredrummler.android.colorpicker.R$color: int material_blue_grey_900 +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Weather +androidx.viewpager.R$styleable: int GradientColor_android_gradientRadius +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle +android.didikee.donate.R$styleable: int AppCompatTheme_textColorAlertDialogListItem +com.google.android.material.R$style: int Widget_AppCompat_Button_Borderless_Colored +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_BottomAppBar_Surface +androidx.activity.R$styleable: int FontFamilyFont_android_fontVariationSettings +io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(int,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: ObservableConcatMapSingle$ConcatMapSingleMainObserver(io.reactivex.Observer,io.reactivex.functions.Function,int,io.reactivex.internal.util.ErrorMode) +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_navigationContentDescription +androidx.preference.R$styleable: int[] CheckBoxPreference +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX +wangdaye.com.geometricweather.R$id: int activity_allergen_recyclerView +james.adaptiveicon.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog +androidx.constraintlayout.widget.ConstraintHelper: void setReferencedIds(int[]) +com.github.rahatarmanahmed.cpv.CircularProgressView: android.animation.AnimatorSet indeterminateAnimator +okhttp3.Cache: void abortQuietly(okhttp3.internal.cache.DiskLruCache$Editor) +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void dispose() +com.xw.repo.bubbleseekbar.R$color: int primary_material_light +com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu +okhttp3.internal.http.RealResponseBody: java.lang.String contentTypeString +wangdaye.com.geometricweather.R$string: int settings_title_gravity_sensor_switch +cyanogenmod.profiles.BrightnessSettings: BrightnessSettings(android.os.Parcel) +okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.PushObserver pushObserver +android.didikee.donate.R$styleable: int AppCompatTextView_drawableEndCompat +androidx.appcompat.widget.Toolbar: void setSubtitleTextColor(int) +com.google.android.material.progressindicator.ProgressIndicator: void setCircularRadius(int) +androidx.preference.R$style: int Widget_AppCompat_PopupMenu_Overflow +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver observer +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowFixedWidthMajor +androidx.lifecycle.ClassesInfoCache: int CALL_TYPE_NO_ARG +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeCloudCover +androidx.preference.R$style: int Widget_AppCompat_ActionBar +cyanogenmod.providers.CMSettings$Secure: java.lang.String VIBRATOR_INTENSITY +androidx.preference.R$dimen: int abc_dropdownitem_text_padding_left +okhttp3.RequestBody$3 +androidx.constraintlayout.widget.R$drawable: int notification_template_icon_bg +wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) +com.google.gson.stream.JsonScope: int EMPTY_ARRAY +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void clear() +androidx.appcompat.R$styleable: int ActionBar_contentInsetLeft +androidx.appcompat.widget.AppCompatImageView: void setImageResource(int) +com.xw.repo.bubbleseekbar.R$attr: int windowMinWidthMajor +wangdaye.com.geometricweather.R$attr: int drawPath +cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: void createCustomTileWithTag(java.lang.String,java.lang.String,java.lang.String,int,cyanogenmod.app.CustomTile,int[],int) +cyanogenmod.app.ProfileGroup: boolean isDefaultGroup() +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarViewPager: FitSystemBarViewPager(android.content.Context) +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Bridge +androidx.appcompat.resources.R$id: int action_container +android.didikee.donate.R$styleable: int DrawerArrowToggle_barLength +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: java.util.concurrent.atomic.AtomicLong requested +com.google.android.material.R$dimen: int highlight_alpha_material_colored +com.turingtechnologies.materialscrollbar.R$attr: int buttonStyleSmall +retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: boolean disposed +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_drawableBottom +androidx.core.R$id: int async +io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: long count +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_EditText +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Integer getDewPoint() +com.turingtechnologies.materialscrollbar.R$attr: int chipCornerRadius +androidx.loader.R$id: int title +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator +com.turingtechnologies.materialscrollbar.R$id: int image +androidx.preference.R$attr: int spinnerDropDownItemStyle +androidx.constraintlayout.widget.R$drawable: int abc_ic_go_search_api_material +io.reactivex.Observable: io.reactivex.Single toSortedList(java.util.Comparator,int) +okhttp3.internal.ws.RealWebSocket$PingRunnable: void run() +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: MaterialWeatherView(android.content.Context) +com.google.android.material.R$style: int Widget_MaterialComponents_Button_UnelevatedButton +retrofit2.DefaultCallAdapterFactory$1 +cyanogenmod.app.IPartnerInterface$Stub$Proxy: boolean setZenModeWithDuration(int,long) +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float rainPrecipitationProbability +androidx.preference.R$color: int abc_secondary_text_material_light +com.google.android.material.R$styleable: int TextInputLayout_endIconMode +okhttp3.ResponseBody: okhttp3.ResponseBody create(okhttp3.MediaType,byte[]) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_checkboxStyle +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_year_corner +com.google.android.material.floatingactionbutton.FloatingActionButton: void setShadowPaddingEnabled(boolean) +androidx.recyclerview.R$dimen: int notification_main_column_padding_top +androidx.appcompat.widget.SwitchCompat: void setCustomSelectionActionModeCallback(android.view.ActionMode$Callback) +okhttp3.MultipartBody$Builder: java.util.List parts +wangdaye.com.geometricweather.R$id: int chip1 +com.google.android.material.R$attr: int colorSwitchThumbNormal +com.jaredrummler.android.colorpicker.R$layout: int preference_material +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getGrassIndex() +wangdaye.com.geometricweather.R$id: int item_weather_daily_overview_text +james.adaptiveicon.R$attr: int colorPrimary +androidx.appcompat.R$styleable: int ActionBar_contentInsetStart +okhttp3.internal.http2.Http2Connection$7: okhttp3.internal.http2.ErrorCode val$errorCode +com.jaredrummler.android.colorpicker.R$color: int abc_primary_text_material_light +wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_subtitle +cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_WIFI +wangdaye.com.geometricweather.db.entities.DailyEntity: void setCityId(java.lang.String) +io.reactivex.internal.subscriptions.DeferredScalarSubscription: boolean tryCancel() +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.Date publishDate +cyanogenmod.platform.Manifest$permission: java.lang.String PERFORMANCE_ACCESS +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Metric: double Value +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: java.util.List advices +wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_hideMotionSpec +com.google.android.material.R$string: int abc_menu_delete_shortcut_label +wangdaye.com.geometricweather.R$attr: int cpv_color +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: ObservableSkipLastTimed$SkipLastTimedObserver(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,int,boolean) +com.google.android.material.R$attr: int collapseContentDescription +com.google.android.material.R$attr: int enforceTextAppearance +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX +android.didikee.donate.R$dimen: int notification_action_text_size +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void onError(java.lang.Throwable) +com.jaredrummler.android.colorpicker.R$layout: int preference_widget_switch_compat +androidx.lifecycle.SavedStateHandle$1: android.os.Bundle saveState() +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void onError(java.lang.Throwable) +androidx.preference.R$styleable: int AppCompatTheme_actionModePopupWindowStyle +com.google.android.material.R$styleable: int ConstraintSet_android_rotationY +james.adaptiveicon.R$style: int Base_V7_Theme_AppCompat_Dialog +com.google.android.material.button.MaterialButtonToggleGroup +com.google.android.material.R$id: int normal +androidx.constraintlayout.widget.R$styleable: int ActionMode_background +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPath +com.google.android.material.R$color: int material_deep_teal_200 +androidx.preference.R$color: int material_blue_grey_800 +cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String opPkg +com.github.rahatarmanahmed.cpv.CircularProgressView: boolean autostartAnimation +android.didikee.donate.R$dimen: int notification_content_margin_start +androidx.preference.R$attr: int title +james.adaptiveicon.R$style: int Base_Widget_AppCompat_RatingBar +james.adaptiveicon.R$style: int Widget_AppCompat_RatingBar_Small +com.google.android.material.slider.RangeSlider: void setEnabled(boolean) +cyanogenmod.profiles.AirplaneModeSettings: int describeContents() +com.bumptech.glide.integration.okhttp.R$dimen: int compat_button_inset_vertical_material +com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_animSteps +okhttp3.Headers: java.lang.String toString() +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: io.reactivex.internal.operators.observable.ObservableReplay$Node tail +wangdaye.com.geometricweather.R$anim: int popup_show_bottom_right +androidx.viewpager2.R$dimen: int fastscroll_default_thickness +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWindDegree +retrofit2.Invocation: java.util.List arguments +cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_MIGRATE_SETTINGS +james.adaptiveicon.R$styleable: int AppCompatTheme_tooltipForegroundColor +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setTotalPrecipitationProbability(java.lang.Float) +android.didikee.donate.R$attr: int gapBetweenBars +wangdaye.com.geometricweather.R$attr: int iconSize +com.google.android.material.R$style: int Base_Theme_AppCompat_Dialog_MinWidth +wangdaye.com.geometricweather.R$styleable: int MockView_mock_diagonalsColor +androidx.appcompat.R$drawable: int abc_btn_colored_material +androidx.appcompat.R$drawable: int notification_bg +james.adaptiveicon.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title +wangdaye.com.geometricweather.db.entities.AlertEntity: long getAlertId() +com.turingtechnologies.materialscrollbar.R$attr: int tabIndicatorAnimationDuration +james.adaptiveicon.R$attr: int actionButtonStyle +com.bumptech.glide.integration.okhttp3.OkHttpGlideModule +com.google.android.material.radiobutton.MaterialRadioButton: MaterialRadioButton(android.content.Context,android.util.AttributeSet,int) +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: java.util.concurrent.atomic.AtomicReference upstream +com.google.android.material.R$drawable: int abc_switch_thumb_material +com.turingtechnologies.materialscrollbar.R$style: int Base_V23_Theme_AppCompat +cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_GET_SECURE wangdaye.com.geometricweather.db.entities.WeatherEntity: wangdaye.com.geometricweather.db.entities.WeatherEntityDao myDao -com.bumptech.glide.R$drawable: R$drawable() -com.github.rahatarmanahmed.cpv.R$color: R$color() -com.google.android.material.R$styleable: int ConstraintSet_android_layout_marginTop -com.google.android.material.R$id: int accessibility_custom_action_2 -cyanogenmod.app.IPartnerInterface: boolean setZenMode(int) -cyanogenmod.app.ProfileGroup: java.lang.String mName -androidx.hilt.lifecycle.R$drawable: int notify_panel_notification_icon_bg -com.google.android.material.R$styleable: int AppCompatTheme_borderlessButtonStyle -james.adaptiveicon.R$attr: int dropdownListPreferredItemHeight -androidx.appcompat.resources.R$dimen: int notification_content_margin_start -com.google.android.material.datepicker.DateValidatorPointForward: android.os.Parcelable$Creator CREATOR -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeFindDrawable -io.reactivex.internal.util.ExceptionHelper$Termination -io.reactivex.Observable: io.reactivex.Observable concatArrayEager(io.reactivex.ObservableSource[]) -androidx.appcompat.R$styleable: int AppCompatTheme_dialogCornerRadius -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator HEADSET_CONNECT_PLAYER_VALIDATOR -androidx.preference.R$drawable: int abc_ic_commit_search_api_mtrl_alpha -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: long EpochStartTime -okhttp3.internal.Util$1 -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Dialog -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.query.Query queryRawCreateListArgs(java.lang.String,java.util.Collection) -androidx.fragment.R$styleable: int[] ColorStateListItem -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit KN -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String ICON_PREVIEW_2 -androidx.swiperefreshlayout.R$color: int notification_icon_bg_color -com.google.android.material.R$styleable: int[] ActivityChooserView -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_SeekBar_Discrete -okio.Buffer: okio.ByteString snapshot() -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_BOOT_ANIM -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_translationY -android.didikee.donate.R$attr: int actionOverflowMenuStyle -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int RainProbability -okhttp3.internal.http1.Http1Codec: okhttp3.internal.connection.StreamAllocation streamAllocation -com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_backgroundTint -androidx.lifecycle.ProcessLifecycleOwner$2: void onResume() -com.google.android.material.R$layout: int mtrl_picker_header_selection_text -okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Header$Listener access$100(okhttp3.internal.http2.Http2Stream) -okhttp3.RealCall$1: okhttp3.RealCall this$0 -wangdaye.com.geometricweather.R$styleable: int AppBarLayout_android_background -androidx.constraintlayout.widget.R$attr: int onNegativeCross -wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String getCityId() -cyanogenmod.weather.RequestInfo: RequestInfo(android.os.Parcel) -io.reactivex.internal.disposables.EmptyDisposable: boolean isEmpty() -androidx.coordinatorlayout.R$string: R$string() -androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView -androidx.work.R$dimen: int compat_control_corner_material -okhttp3.Cache$CacheRequestImpl$1: okhttp3.internal.cache.DiskLruCache$Editor val$editor -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceListItem +com.turingtechnologies.materialscrollbar.R$string: int abc_shareactionprovider_share_with +cyanogenmod.weather.RequestInfo: int TYPE_WEATHER_BY_GEO_LOCATION_REQ +androidx.preference.R$color: int abc_tint_spinner +wangdaye.com.geometricweather.R$id: int cos +wangdaye.com.geometricweather.R$styleable: int Toolbar_titleMarginTop +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_textAllCaps +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float getThunderstorm() +cyanogenmod.providers.CMSettings$2 +com.xw.repo.bubbleseekbar.R$dimen: int highlight_alpha_material_colored +com.jaredrummler.android.colorpicker.R$color: int button_material_dark +androidx.loader.R$drawable: int notification_template_icon_bg +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_voice_search_api_material +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean delayErrors +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: CaiYunMainlyResult$CurrentBean$VisibilityBean() androidx.appcompat.R$style: int Base_Widget_AppCompat_PopupWindow -cyanogenmod.app.CustomTile$ExpandedGridItem: void setExpandedGridItemTitle(java.lang.String) -androidx.work.R$styleable: int FontFamilyFont_android_fontStyle -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -cyanogenmod.externalviews.KeyguardExternalView: android.graphics.Point mDisplaySize -wangdaye.com.geometricweather.R$dimen: int share_view_height -androidx.core.R$id: int accessibility_custom_action_0 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric -com.google.gson.stream.MalformedJsonException: MalformedJsonException(java.lang.String,java.lang.Throwable) -okhttp3.ConnectionSpec$Builder: boolean tls -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: int prefetch -com.google.android.material.R$id: int accessibility_custom_action_16 -com.google.android.material.R$styleable: int AppBarLayout_elevation -com.google.android.material.R$attr: int layout_constraintCircle -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String COL_PREV_VALUE -wangdaye.com.geometricweather.R$drawable: int weather_wind -com.google.android.material.R$attr: int passwordToggleDrawable -com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_statusBarBackground -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult: MfForecastResult() -okhttp3.internal.http2.Http2: byte FLAG_PRIORITY +android.didikee.donate.R$style: int Base_V22_Theme_AppCompat_Light +okhttp3.Interceptor$Chain: okhttp3.Interceptor$Chain withWriteTimeout(int,java.util.concurrent.TimeUnit) +androidx.hilt.lifecycle.R$style: int TextAppearance_Compat_Notification_Line2 +android.didikee.donate.R$id: int progress_circular +com.google.android.material.R$styleable: int[] AnimatedStateListDrawableTransition +cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent UNKNOWN +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintTop_toTopOf +androidx.preference.R$styleable: int Preference_android_key +okhttp3.OkHttpClient: okhttp3.CookieJar cookieJar +com.turingtechnologies.materialscrollbar.R$id: int src_in +wangdaye.com.geometricweather.R$xml: int widget_multi_city +cyanogenmod.profiles.RingModeSettings +com.google.android.material.R$drawable: int notification_bg_low_normal +androidx.hilt.R$attr: int fontVariationSettings +androidx.vectordrawable.R$id: int accessibility_custom_action_1 +okhttp3.TlsVersion: okhttp3.TlsVersion SSL_3_0 +wangdaye.com.geometricweather.common.ui.widgets.TagView: void setUncheckedBackgroundColor(int) +okhttp3.internal.publicsuffix.PublicSuffixDatabase: byte[] publicSuffixExceptionListBytes +androidx.appcompat.R$style: int Widget_AppCompat_ActionButton_Overflow +androidx.viewpager2.widget.ViewPager2: void setCurrentItem(int) +com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_itemTextAppearance +com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Light +androidx.work.R$id: int accessibility_custom_action_30 +androidx.fragment.R$dimen: int notification_media_narrow_margin +com.google.android.material.R$color: int dim_foreground_material_light +androidx.legacy.coreutils.R$styleable: int GradientColor_android_tileMode +androidx.hilt.lifecycle.R$dimen: int notification_large_icon_width +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: boolean daylight +com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton +okhttp3.Request$Builder: okhttp3.Request$Builder cacheControl(okhttp3.CacheControl) +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_NoActionBar_Bridge +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_3 +androidx.lifecycle.LiveData$AlwaysActiveObserver: LiveData$AlwaysActiveObserver(androidx.lifecycle.LiveData,androidx.lifecycle.Observer) +com.xw.repo.bubbleseekbar.R$color: int bright_foreground_disabled_material_dark +androidx.preference.R$dimen: int abc_text_size_headline_material +androidx.appcompat.R$styleable: int ActionBar_backgroundSplit +okio.ForwardingSink: void write(okio.Buffer,long) +okhttp3.internal.ws.RealWebSocket: void onReadClose(int,java.lang.String) +com.turingtechnologies.materialscrollbar.R$attr: int windowFixedWidthMinor +cyanogenmod.weather.RequestInfo: cyanogenmod.weather.WeatherLocation mWeatherLocation +com.jaredrummler.android.colorpicker.R$attr: int cpv_showAlphaSlider +com.google.android.material.R$dimen: int design_bottom_navigation_shadow_height +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void startFirstTimeout(io.reactivex.ObservableSource) +androidx.preference.R$id: int action_mode_bar_stub +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionMenuTextAppearance +io.reactivex.internal.subscriptions.DeferredScalarSubscription: int NO_REQUEST_HAS_VALUE +com.xw.repo.bubbleseekbar.R$attr: int paddingTopNoTitle +wangdaye.com.geometricweather.common.basic.models.weather.Weather +androidx.constraintlayout.widget.VirtualLayout: void setElevation(float) +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: void setFitSide(int) +androidx.activity.R$dimen: int notification_media_narrow_margin +androidx.preference.R$styleable: int SwitchPreference_disableDependentsState +com.google.android.material.R$styleable: int[] MaterialButton +android.didikee.donate.R$style: int TextAppearance_AppCompat_SearchResult_Title +wangdaye.com.geometricweather.R$id: int grassValue +androidx.preference.R$layout: int abc_popup_menu_item_layout +okio.Source: long read(okio.Buffer,long) +okhttp3.internal.http2.Http2Connection$ReaderRunnable$1 +wangdaye.com.geometricweather.R$attr: int divider +androidx.hilt.work.R$id: int accessibility_custom_action_12 +com.google.android.material.R$attr: int deltaPolarAngle +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: ObservableTakeLastTimed$TakeLastTimedObserver(io.reactivex.Observer,long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,int,boolean) +androidx.work.NetworkType: androidx.work.NetworkType METERED +androidx.appcompat.widget.Toolbar: void setTitle(int) +android.didikee.donate.R$styleable: int AlertDialog_android_layout +com.xw.repo.bubbleseekbar.R$attr: int actionOverflowButtonStyle +androidx.appcompat.widget.LinearLayoutCompat: int getBaseline() +com.google.android.material.R$string: int mtrl_picker_text_input_day_abbr +wangdaye.com.geometricweather.R$dimen: int cpv_default_thickness +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutSelectorSupport parent +io.reactivex.internal.observers.DeferredScalarObserver: void onNext(java.lang.Object) +retrofit2.ParameterHandler$Query: java.lang.String name +com.google.android.material.R$attr: int chipIconTint +androidx.preference.R$style: int Widget_AppCompat_PopupWindow +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Weather +android.didikee.donate.R$drawable: int abc_list_selector_disabled_holo_light +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: long serialVersionUID +androidx.preference.R$attr: int seekBarStyle +okhttp3.Cache$2: void remove() +cyanogenmod.app.StatusBarPanelCustomTile: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX aqi +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property Daylight +androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_android_fontWeight +android.didikee.donate.R$drawable: int abc_action_bar_item_background_material +android.support.v4.os.ResultReceiver$MyRunnable: android.os.Bundle mResultData +androidx.preference.R$layout: int abc_search_view +org.greenrobot.greendao.AbstractDao: java.lang.Object readEntity(android.database.Cursor,int) +androidx.appcompat.R$styleable: int SearchView_defaultQueryHint +android.didikee.donate.R$style: int Base_Widget_AppCompat_ListMenuView +androidx.appcompat.R$drawable: int notification_icon_background +cyanogenmod.providers.CMSettings$Secure: java.lang.String DEVELOPMENT_SHORTCUT +com.xw.repo.bubbleseekbar.R$id: int search_plate +wangdaye.com.geometricweather.R$attr: int customPixelDimension +io.reactivex.Observable: io.reactivex.Observable startWith(java.lang.Iterable) +androidx.preference.R$attr: int actionProviderClass +androidx.constraintlayout.widget.R$dimen: int abc_dropdownitem_text_padding_right +wangdaye.com.geometricweather.R$styleable: int ActionMode_backgroundSplit +com.google.android.material.R$styleable: int GradientColor_android_startX +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_translation_z_base +androidx.constraintlayout.widget.R$styleable: int[] SearchView +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: void setLogo(java.lang.String) +cyanogenmod.themes.ThemeManager: int getProgress() +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarViewPager: void setOnApplyWindowInsetsListener(android.view.View$OnApplyWindowInsetsListener) +com.jaredrummler.android.colorpicker.R$attr: int trackTint +wangdaye.com.geometricweather.R$styleable: int Slider_thumbElevation +com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_startColor +okio.ByteString: okio.ByteString substring(int,int) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarWidgetTheme +com.google.android.material.bottomnavigation.BottomNavigationItemView: com.google.android.material.badge.BadgeDrawable getBadge() +james.adaptiveicon.R$style: int TextAppearance_Compat_Notification_Time +com.xw.repo.bubbleseekbar.R$color: int tooltip_background_light +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWindLevel(java.lang.String) +com.google.android.material.R$styleable: int ForegroundLinearLayout_foregroundInsidePadding +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_Layout_android_layout_height +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: boolean hasNext() +cyanogenmod.alarmclock.ClockContract$AlarmsColumns: java.lang.String HOUR +cyanogenmod.externalviews.KeyguardExternalView$11: float val$swipeProgress +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionMode_Inverse +androidx.constraintlayout.widget.R$attr: int layout_constraintGuide_percent +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver +com.google.android.material.circularreveal.cardview.CircularRevealCardView: void setRevealInfo(com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo) +com.turingtechnologies.materialscrollbar.R$styleable: int ActionMode_titleTextStyle +com.google.android.material.R$styleable: int TabLayout_tabBackground +androidx.preference.R$drawable: int notification_bg_normal_pressed +com.google.android.material.textfield.TextInputLayout: void setEndIconCheckable(boolean) +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Small +com.google.android.material.R$attr: int colorOnPrimarySurface +cyanogenmod.app.StatusBarPanelCustomTile$1: cyanogenmod.app.StatusBarPanelCustomTile createFromParcel(android.os.Parcel) +okhttp3.internal.http2.Http2Connection: void access$000(okhttp3.internal.http2.Http2Connection) +cyanogenmod.weather.WeatherLocation: java.lang.String mCityId +james.adaptiveicon.R$drawable: int abc_ratingbar_material +wangdaye.com.geometricweather.R$dimen: int mtrl_snackbar_padding_horizontal +cyanogenmod.profiles.ConnectionSettings: boolean isDirty() +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: long serialVersionUID +wangdaye.com.geometricweather.R$id: int item_weather_daily_overview_icon +com.turingtechnologies.materialscrollbar.R$attr: int windowNoTitle +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_59 +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeTotalPrecipitationProbability() +androidx.constraintlayout.widget.Placeholder: int getEmptyVisibility() +io.reactivex.internal.observers.DeferredScalarDisposable: java.lang.Object value +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: int capacityHint +retrofit2.BuiltInConverters$StreamingResponseBodyConverter: okhttp3.ResponseBody convert(okhttp3.ResponseBody) +wangdaye.com.geometricweather.R$attr: int chipIconSize +wangdaye.com.geometricweather.R$styleable: int MaterialAutoCompleteTextView_android_inputType +com.xw.repo.bubbleseekbar.R$attr: int thumbTextPadding +com.google.android.material.R$styleable: int PropertySet_layout_constraintTag +cyanogenmod.app.suggest.IAppSuggestProvider$Stub: IAppSuggestProvider$Stub() +androidx.constraintlayout.widget.R$styleable: int MockView_mock_labelBackgroundColor +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner +android.didikee.donate.R$style: int TextAppearance_AppCompat_Caption +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_horizontalGap +cyanogenmod.app.suggest.ApplicationSuggestion: java.lang.String mPackage +wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: SunMoonView(android.content.Context,android.util.AttributeSet) +com.google.android.material.textfield.TextInputLayout: void setCounterOverflowTextAppearance(int) +okhttp3.internal.http2.Http2Connection$3: okhttp3.internal.http2.Http2Connection this$0 +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Co +com.google.android.material.R$styleable: int TextInputLayout_errorTextAppearance +james.adaptiveicon.R$style: int Widget_AppCompat_DrawerArrowToggle +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_wavePeriod +cyanogenmod.providers.CMSettings$System: java.util.Map VALIDATORS +androidx.preference.R$color: int error_color_material_light +com.bumptech.glide.load.engine.CallbackException: CallbackException(java.lang.Throwable) +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_14 +com.google.android.material.navigation.NavigationView: void setItemBackgroundResource(int) +com.google.android.material.R$styleable: int SnackbarLayout_android_maxWidth +com.google.android.material.R$attr: int elevationOverlayColor +io.reactivex.internal.schedulers.ScheduledDirectTask: java.lang.Void call() +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_tooltipText +wangdaye.com.geometricweather.R$styleable: int KeyPosition_percentY +okhttp3.internal.http2.Http2Connection$1: okhttp3.internal.http2.Http2Connection this$0 +com.google.android.material.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title +androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityStarted(android.app.Activity) +com.google.android.material.R$styleable: int MenuItem_iconTintMode +com.turingtechnologies.materialscrollbar.R$color: int primary_dark_material_dark +wangdaye.com.geometricweather.db.entities.DailyEntity: void setAqiText(java.lang.String) +wangdaye.com.geometricweather.R$layout: int mtrl_alert_select_dialog_multichoice +com.google.android.material.R$styleable: int KeyAttribute_android_alpha +androidx.appcompat.resources.R$integer +okhttp3.MediaType: java.lang.String type +okhttp3.Callback +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintVertical_bias +okhttp3.internal.platform.AndroidPlatform: java.lang.Object getStackTraceForCloseable(java.lang.String) +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPathRenderer: void setAlpha(float) +wangdaye.com.geometricweather.R$styleable: int Layout_minWidth +okhttp3.Headers +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_CLOCK_VALIDATOR +androidx.preference.R$integer: int status_bar_notification_info_maxnum +android.didikee.donate.R$styleable: int[] AppCompatTheme +androidx.activity.R$styleable: int[] GradientColorItem +okio.RealBufferedSink: okio.BufferedSink writeHexadecimalUnsignedLong(long) +com.turingtechnologies.materialscrollbar.R$dimen: int notification_right_side_padding_top +com.jaredrummler.android.colorpicker.ColorPickerView: ColorPickerView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$color: int colorTextTitle_dark +io.reactivex.Observable: io.reactivex.Observable concatMapMaybeDelayError(io.reactivex.functions.Function,boolean,int) +androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize +cyanogenmod.app.Profile: void setName(java.lang.String) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getCeiling() +wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_marginRight +androidx.swiperefreshlayout.R$styleable: int GradientColor_android_startY +okhttp3.internal.ws.WebSocketWriter: void writeMessageFrame(int,long,boolean,boolean) +androidx.transition.R$attr: int fontProviderQuery +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setCityId(java.lang.String) +com.turingtechnologies.materialscrollbar.R$color: int dim_foreground_material_light +cyanogenmod.externalviews.ExternalViewProviderService$Provider: int getWindowType() +androidx.appcompat.widget.SearchView: void setImeOptions(int) +okhttp3.internal.cache.DiskLruCache: void checkNotClosed() +james.adaptiveicon.R$color: int background_material_light +cyanogenmod.externalviews.IKeyguardExternalViewProvider +wangdaye.com.geometricweather.R$dimen: int abc_progress_bar_height_material +androidx.appcompat.R$style: int Widget_AppCompat_ActionMode +androidx.preference.R$dimen: int abc_control_inset_material +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String ICON_URI +cyanogenmod.weather.WeatherInfo$DayForecast$1 +androidx.preference.R$drawable: int abc_vector_test +com.google.android.material.R$attr: int scrimAnimationDuration +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow +com.google.android.material.R$drawable: int abc_list_selector_disabled_holo_dark +com.google.android.material.R$id: int triangle +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_text_btn_icon_padding +com.bumptech.glide.R$id: int action_container +android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionBar +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getSunRise() +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_textinput_box_stroke_width_default +androidx.hilt.R$styleable: int GradientColor_android_endX +wangdaye.com.geometricweather.R$attr: int colorControlNormal +com.xw.repo.bubbleseekbar.R$attr: int titleMargins +wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig locationEntityDaoConfig +wangdaye.com.geometricweather.background.receiver.MainReceiver +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated +com.google.android.material.textfield.TextInputLayout: void setEndIconTintList(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$id: int activity_widget_config_subtitleDataSpinner +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub$Proxy: void setServiceRequestState(cyanogenmod.weather.RequestInfo,cyanogenmod.weatherservice.ServiceRequestResult,int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial +com.jaredrummler.android.colorpicker.R$id: int tabMode +wangdaye.com.geometricweather.R$styleable: int Preference_allowDividerAbove +wangdaye.com.geometricweather.R$styleable: int ViewStubCompat_android_inflatedId +cyanogenmod.externalviews.ExternalView$7 +androidx.constraintlayout.widget.R$style: int Base_V28_Theme_AppCompat +com.google.android.material.R$id: int month_navigation_fragment_toggle +wangdaye.com.geometricweather.R$attr: int behavior_skipCollapsed +wangdaye.com.geometricweather.R$styleable: int FontFamily_fontProviderPackage +com.xw.repo.bubbleseekbar.R$dimen: int notification_content_margin_start +james.adaptiveicon.R$drawable: int abc_tab_indicator_mtrl_alpha +androidx.preference.R$styleable: int PreferenceFragment_android_layout +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_menu_cut_mtrl_alpha +androidx.appcompat.widget.AppCompatSpinner: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() +wangdaye.com.geometricweather.R$string: int key_service_provider +okhttp3.Address: boolean equals(java.lang.Object) +androidx.preference.R$attr: int closeItemLayout +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Large_Inverse +wangdaye.com.geometricweather.R$id: int seekbar_value +wangdaye.com.geometricweather.R$id: int notification_multi_city_icon_2 +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeIcePrecipitationDuration() +com.google.android.material.R$id: int src_in +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_PopupMenu +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: java.util.ArrayDeque windows +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_DES_CBC_SHA +retrofit2.Utils$ParameterizedTypeImpl: java.lang.reflect.Type getRawType() +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: int getChartBottom() +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ProgressBar +com.google.android.material.R$style: int Widget_MaterialComponents_ShapeableImageView +com.bumptech.glide.integration.okhttp.R$dimen: int notification_content_margin_start +com.turingtechnologies.materialscrollbar.R$color: int highlighted_text_material_dark +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric: java.lang.String Unit +okhttp3.internal.http2.Hpack$Writer: int headerCount +okhttp3.internal.cache2.FileOperator +com.xw.repo.bubbleseekbar.R$id: int checkbox +androidx.work.impl.WorkDatabase_Impl: WorkDatabase_Impl() +androidx.constraintlayout.widget.R$styleable: int GradientColor_android_centerColor +androidx.appcompat.R$dimen +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$3: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 +wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) +com.turingtechnologies.materialscrollbar.R$styleable: int MenuGroup_android_enabled +cyanogenmod.app.ProfileManager: java.lang.String[] getProfileNames() +com.google.android.material.slider.RangeSlider: java.util.List getValues() +james.adaptiveicon.R$styleable: int Toolbar_logo +androidx.lifecycle.ComputableLiveData: java.util.concurrent.atomic.AtomicBoolean mComputing +com.google.android.material.imageview.ShapeableImageView: void setStrokeColorResource(int) +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property ApparentTemperature +com.google.android.material.R$styleable: int Toolbar_contentInsetEnd +com.google.android.material.R$styleable: int Slider_trackColorActive +androidx.viewpager.R$attr: int fontProviderFetchTimeout +cyanogenmod.profiles.AirplaneModeSettings: boolean mOverride +cyanogenmod.app.LiveLockScreenInfo$Builder: android.content.ComponentName mComponent +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_navigationIcon +androidx.appcompat.R$attr: int progressBarPadding +retrofit2.ParameterHandler$PartMap: retrofit2.Converter valueConverter +androidx.lifecycle.Transformations: androidx.lifecycle.LiveData map(androidx.lifecycle.LiveData,androidx.arch.core.util.Function) +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language KOREAN +io.reactivex.internal.disposables.EmptyDisposable +com.google.android.material.R$dimen: int material_filled_edittext_font_2_0_padding_top +androidx.appcompat.app.AlertController$RecycleListView: AlertController$RecycleListView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$styleable: int KeyCycle_framePosition +com.google.android.material.R$attr: int queryBackground +okhttp3.internal.ws.RealWebSocket$Message: okio.ByteString data +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Imperial: double Value +androidx.constraintlayout.widget.R$attr: int trackTint +cyanogenmod.externalviews.KeyguardExternalView$1: cyanogenmod.externalviews.KeyguardExternalView this$0 +androidx.constraintlayout.widget.R$style: int Base_V21_Theme_AppCompat_Light_Dialog +cyanogenmod.weatherservice.ServiceRequestResult: ServiceRequestResult(android.os.Parcel,cyanogenmod.weatherservice.ServiceRequestResult$1) +android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceListItem +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_firstHorizontalStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: void setZh_TW(java.lang.String) +wangdaye.com.geometricweather.R$attr: int iconGravity +okhttp3.Cache$Entry: void writeCertList(okio.BufferedSink,java.util.List) +com.google.android.material.R$dimen: int mtrl_extended_fab_min_height +androidx.viewpager2.R$attr: int ttcIndex +com.google.android.material.floatingactionbutton.FloatingActionButton: float getCompatElevation() +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: io.reactivex.disposables.Disposable upstream +okio.Buffer: okio.ByteString snapshot() +cyanogenmod.externalviews.ExternalView$2: int val$y +com.google.android.material.R$drawable: int abc_spinner_mtrl_am_alpha +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipIconSize +okhttp3.internal.ws.WebSocketReader: void readMessageFrame() +androidx.preference.R$attr: int spinnerStyle +android.didikee.donate.R$attr: int displayOptions +androidx.constraintlayout.widget.R$style: int Base_AlertDialog_AppCompat_Light +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceCategoryTitleTextAppearance +wangdaye.com.geometricweather.R$id: int cpv_color_panel_old +android.didikee.donate.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title +com.jaredrummler.android.colorpicker.ColorPickerView: int getPreferredWidth() +cyanogenmod.weather.WeatherInfo$DayForecast: int getConditionCode() +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constrainedHeight +androidx.preference.R$style: int Platform_Widget_AppCompat_Spinner +com.google.android.material.R$styleable: int MaterialCheckBox_useMaterialThemeColors +wangdaye.com.geometricweather.db.entities.AlertEntity: int getColor() +wangdaye.com.geometricweather.R$id: int widget_text_weather +wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customColorDrawableValue +androidx.constraintlayout.widget.R$styleable: int GradientColor_android_type +wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property CityId +com.google.android.material.R$styleable: int Layout_layout_constraintHorizontal_chainStyle +okhttp3.Handshake: boolean equals(java.lang.Object) +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_29 +wangdaye.com.geometricweather.R$styleable: int Layout_layout_goneMarginLeft +james.adaptiveicon.R$color: int primary_dark_material_light +androidx.constraintlayout.widget.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog +james.adaptiveicon.R$id: int search_src_text +androidx.constraintlayout.widget.R$attr: int flow_maxElementsWrap +okhttp3.internal.http.RealInterceptorChain: okhttp3.Interceptor$Chain withWriteTimeout(int,java.util.concurrent.TimeUnit) +android.didikee.donate.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_26 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX() +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_submitBackground +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SNOW +okhttp3.internal.http2.Hpack$Reader: okio.ByteString readByteString() +androidx.constraintlayout.widget.R$styleable: int Constraint_android_alpha +com.google.android.material.R$attr: int autoSizeMinTextSize +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_hideable +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.lang.String zone +cyanogenmod.themes.ThemeManager$1$2: cyanogenmod.themes.ThemeManager$1 this$1 +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: boolean done +james.adaptiveicon.R$drawable: int abc_ic_star_half_black_36dp +androidx.cardview.R$dimen: R$dimen() +retrofit2.RequestBuilder$ContentTypeOverridingRequestBody: okhttp3.MediaType contentType() +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float thunderstormPrecipitation +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title +com.jaredrummler.android.colorpicker.R$styleable: int PopupWindow_overlapAnchor +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: void dispose() androidx.lifecycle.ViewModelProvider$KeyedFactory: androidx.lifecycle.ViewModel create(java.lang.String,java.lang.Class) -wangdaye.com.geometricweather.R$style: int Base_V28_Theme_AppCompat_Light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: java.lang.String url -io.reactivex.internal.disposables.DisposableHelper: boolean isDisposed(io.reactivex.disposables.Disposable) -okhttp3.internal.cache.DiskLruCache: java.io.File journalFileBackup -android.didikee.donate.R$attr: int drawerArrowStyle -okhttp3.internal.cache.CacheStrategy$Factory: java.lang.String etag -androidx.appcompat.R$styleable: int AppCompatTextView_drawableTintMode -okhttp3.internal.http2.Http2: byte FLAG_ACK -wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_color -okhttp3.internal.http1.Http1Codec: okhttp3.ResponseBody openResponseBody(okhttp3.Response) -android.didikee.donate.R$id: int top -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ListView -android.didikee.donate.R$styleable: int AppCompatTheme_tooltipFrameBackground -james.adaptiveicon.R$style: int Widget_AppCompat_ProgressBar -okhttp3.internal.ws.WebSocketReader: void readMessage() -cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String MINUTES +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: boolean active +com.google.android.material.chip.Chip: Chip(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability getPrecipitationProbability() +com.google.android.material.R$style: int AlertDialog_AppCompat +androidx.appcompat.R$attr: int colorControlHighlight +wangdaye.com.geometricweather.R$attr: int tabSelectedTextColor +james.adaptiveicon.R$attr: int arrowShaftLength +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_navigation_item_horizontal_padding +androidx.hilt.lifecycle.R$id: int italic +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setTextAppearanceActive(int) +com.turingtechnologies.materialscrollbar.R$attr: int tabIndicatorFullWidth +androidx.constraintlayout.widget.R$attr: int actionButtonStyle +wangdaye.com.geometricweather.R$drawable: int notif_temp_48 +androidx.constraintlayout.widget.R$styleable: int OnSwipe_moveWhenScrollAtTop +cyanogenmod.providers.CMSettings$System: java.lang.String ENABLE_FORWARD_LOOKUP +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int HOT +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: io.reactivex.internal.util.AtomicThrowable error +com.google.gson.internal.LinkedTreeMap: boolean containsKey(java.lang.Object) +com.google.android.material.R$style: int TextAppearance_Design_HelperText +androidx.preference.R$dimen: int disabled_alpha_material_light +com.jaredrummler.android.colorpicker.R$id: int spacer +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_rippleColor +androidx.customview.R$drawable: int notification_bg +com.turingtechnologies.materialscrollbar.R$color: int secondary_text_default_material_light +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getPrimary() +okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder immutable() +retrofit2.HttpServiceMethod$SuspendForBody: retrofit2.CallAdapter callAdapter +com.google.android.material.R$xml: int standalone_badge +androidx.work.R$string +cyanogenmod.externalviews.IExternalViewProvider: void onResume() +wangdaye.com.geometricweather.R$styleable: int[] MotionHelper +com.google.android.material.snackbar.BaseTransientBottomBar$Behavior +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation: wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation[] values() +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small wangdaye.com.geometricweather.common.basic.models.weather.Minutely -io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: io.reactivex.internal.operators.observable.ObservableRefCount parent -com.turingtechnologies.materialscrollbar.R$color: int error_color_material_light -androidx.appcompat.widget.SwitchCompat: void setTextOff(java.lang.CharSequence) -retrofit2.HttpServiceMethod$SuspendForBody -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog -retrofit2.Retrofit$1: java.lang.Object invoke(java.lang.Object,java.lang.reflect.Method,java.lang.Object[]) -com.bumptech.glide.R$id: int action_image -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX: CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX() -com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat -wangdaye.com.geometricweather.R$drawable: int weather_sleet_2 -okio.RealBufferedSource: short readShort() -wangdaye.com.geometricweather.R$dimen: int abc_action_button_min_width_material -androidx.appcompat.R$layout: int notification_template_icon_group -androidx.lifecycle.extensions.R$styleable: int GradientColor_android_endColor -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: void dispose() -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cv -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_translationY -androidx.hilt.work.R$styleable: int Fragment_android_id -androidx.appcompat.widget.LinearLayoutCompat: void setWeightSum(float) -androidx.preference.R$drawable: int abc_btn_check_to_on_mtrl_000 -wangdaye.com.geometricweather.R$string: int settings_summary_live_wallpaper -wangdaye.com.geometricweather.R$array: int widget_card_style_values -androidx.constraintlayout.widget.R$attr: int spinBars -okio.ForwardingSink: ForwardingSink(okio.Sink) -wangdaye.com.geometricweather.R$animator: int weather_hail_1 -okhttp3.internal.http2.Http2Connection: long awaitPingsSent -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragment_android_divider -james.adaptiveicon.R$dimen: int notification_right_icon_size -com.xw.repo.bubbleseekbar.R$attr: int elevation -androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_fontWeight -com.bumptech.glide.load.HttpException -androidx.preference.R$styleable: int[] DrawerArrowToggle -com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge -androidx.lifecycle.MediatorLiveData: void onActive() -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float ParticulateMatter10 -wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: int getTotalCount() -com.google.android.material.R$styleable: int AppCompatTheme_colorPrimary -androidx.constraintlayout.widget.R$drawable: int notification_icon_background -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHorizontal_chainStyle -androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String IS_LEGACY_ICONPACK -androidx.preference.Preference: Preference(android.content.Context,android.util.AttributeSet,int,int) -wangdaye.com.geometricweather.R$id: int activity_widget_config_clockFontTitle -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_headerLayout -androidx.viewpager.R$drawable: int notification_bg_normal -wangdaye.com.geometricweather.R$id: int scrollable -wangdaye.com.geometricweather.R$drawable: int btn_checkbox_checked_to_unchecked_mtrl_animation -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_textFontWeight -androidx.appcompat.R$styleable: int ActionBar_popupTheme -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: void setValue(java.lang.String) -androidx.preference.R$id: int content -androidx.appcompat.widget.DropDownListView: void setSelector(android.graphics.drawable.Drawable) -androidx.constraintlayout.widget.R$styleable: int Transform_android_scaleY -com.google.android.material.R$color: int mtrl_btn_text_color_disabled -cyanogenmod.app.ProfileManager: void setActiveProfile(java.util.UUID) -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar -wangdaye.com.geometricweather.R$styleable: int MaterialTextAppearance_android_lineHeight -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$5: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 -androidx.preference.R$styleable: int SwitchPreferenceCompat_summaryOn -android.didikee.donate.R$drawable: int abc_ic_clear_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: java.lang.String getBrandId() -com.google.android.material.R$style: int Base_Widget_MaterialComponents_TextView -io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: void onSubscribe(io.reactivex.disposables.Disposable) -android.didikee.donate.R$id: int notification_main_column -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Button -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void onComplete() -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_editor_absoluteY -james.adaptiveicon.R$drawable: int notification_bg_low_normal -androidx.appcompat.R$dimen: int abc_button_padding_horizontal_material -androidx.viewpager2.R$styleable: int GradientColor_android_endY -wangdaye.com.geometricweather.R$drawable: int flag_nl -com.google.android.material.R$styleable: int MaterialShape_shapeAppearance -com.google.android.material.R$attr: int listPreferredItemPaddingLeft -com.jaredrummler.android.colorpicker.R$style: int PreferenceThemeOverlay_v14_Material -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_lightContainer -james.adaptiveicon.R$attr: int title -androidx.appcompat.widget.AppCompatTextView: int getFirstBaselineToTopHeight() -wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode daytimeWeatherCode -com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage RESOURCE_CACHE -androidx.preference.R$attr: int fontProviderFetchStrategy -com.github.rahatarmanahmed.cpv.CircularProgressView: void setMaxProgress(float) -androidx.appcompat.R$attr: int actionModePopupWindowStyle -cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy: boolean handles(android.content.Intent) -com.jaredrummler.android.colorpicker.R$color: int foreground_material_dark -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeIcePrecipitation -okhttp3.internal.cache.DiskLruCache$Snapshot: java.lang.String key() -androidx.preference.R$styleable: int AppCompatTheme_windowFixedHeightMajor -okhttp3.OkHttpClient: okhttp3.Dns dns -wangdaye.com.geometricweather.R$layout: int widget_clock_day_symmetry -com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy IDENTITY -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: boolean isDisposed() -androidx.work.ListenableWorker -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light_DarkActionBar -wangdaye.com.geometricweather.R$styleable: int[] OnSwipe -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) -io.reactivex.subjects.PublishSubject$PublishDisposable: io.reactivex.Observer downstream -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ActionBar_Primary -cyanogenmod.themes.ThemeChangeRequest$Builder: ThemeChangeRequest$Builder(android.content.res.ThemeConfig) -androidx.recyclerview.R$styleable: int GradientColor_android_type -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -androidx.work.R$id: int accessibility_custom_action_31 -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: void onComplete() -wangdaye.com.geometricweather.remoteviews.config.DayWeekWidgetConfigActivity: DayWeekWidgetConfigActivity() -wangdaye.com.geometricweather.R$styleable: int View_paddingStart -cyanogenmod.providers.CMSettings$System$1: boolean validate(java.lang.String) -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType valueOf(java.lang.String) -com.bumptech.glide.Priority: com.bumptech.glide.Priority HIGH -io.reactivex.internal.subscriptions.SubscriptionArbiter: long serialVersionUID -androidx.vectordrawable.R$id: int accessibility_custom_action_8 -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: void dispose() -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_endIconTintMode -com.google.android.material.R$styleable: int Layout_layout_constraintEnd_toStartOf -com.bumptech.glide.R$layout: int notification_action_tombstone -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_orientation -cyanogenmod.themes.IThemeService: boolean processThemeResources(java.lang.String) -androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_collapseIcon -wangdaye.com.geometricweather.R$attr: int yearSelectedStyle -cyanogenmod.profiles.ConnectionSettings: void processOverride(android.content.Context) -io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: void run() -com.jaredrummler.android.colorpicker.R$color: int secondary_text_default_material_light -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String COL_VALUE -wangdaye.com.geometricweather.R$string: int feedback_location_permissions_statement -androidx.constraintlayout.widget.R$styleable: int StateListDrawableItem_android_drawable -com.google.android.material.R$dimen: int abc_control_padding_material -com.jaredrummler.android.colorpicker.R$attr: int checkedTextViewStyle -androidx.lifecycle.extensions.R$id: int normal -androidx.preference.R$drawable: int btn_radio_off_to_on_mtrl_animation -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle -com.turingtechnologies.materialscrollbar.R$color: int design_fab_stroke_end_outer_color -wangdaye.com.geometricweather.R$styleable: int FlowLayout_lineSpacing -cyanogenmod.providers.ThemesContract: java.lang.String AUTHORITY -androidx.dynamicanimation.R$color: int notification_action_color_filter -com.turingtechnologies.materialscrollbar.R$attr: int chipSpacingHorizontal -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse -com.turingtechnologies.materialscrollbar.R$styleable: int[] ViewStubCompat -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property RealFeelShaderTemperature -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModePopupWindowStyle -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_android_insetTop -cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status FAILED -androidx.preference.R$id: int accessibility_custom_action_3 -com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset -wangdaye.com.geometricweather.R$id: int item_details_icon -wangdaye.com.geometricweather.R$drawable: int notif_temp_122 -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Button -cyanogenmod.app.CustomTileListenerService: boolean isBound() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_textAllCaps -android.didikee.donate.R$styleable: int SearchView_queryHint -cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_android_maxWidth -io.reactivex.internal.subscriptions.EmptySubscription: boolean isEmpty() -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: FlowableOnBackpressureDrop$BackpressureDropSubscriber(org.reactivestreams.Subscriber,io.reactivex.functions.Consumer) -androidx.vectordrawable.R$styleable: int FontFamilyFont_ttcIndex -androidx.preference.UnPressableLinearLayout: UnPressableLinearLayout(android.content.Context) -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: io.reactivex.functions.Function leftEnd -okhttp3.internal.platform.OptionalMethod -okhttp3.internal.tls.TrustRootIndex -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: java.util.concurrent.atomic.AtomicReferenceArray values -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionButton -wangdaye.com.geometricweather.R$string: int mtrl_picker_date_header_selected -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_TopLeftCut -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setOnSettingsClickIntent(android.content.Intent) -androidx.lifecycle.ProcessLifecycleOwner$3: ProcessLifecycleOwner$3(androidx.lifecycle.ProcessLifecycleOwner) -com.google.android.material.R$styleable: int[] ChipGroup -io.reactivex.exceptions.CompositeException: void printStackTrace(java.io.PrintWriter) -com.turingtechnologies.materialscrollbar.R$id: int textSpacerNoTitle -androidx.legacy.coreutils.R$id: int tag_unhandled_key_event_manager -cyanogenmod.providers.CMSettings$Secure: java.lang.String LOCKSCREEN_TARGETS -com.google.android.material.slider.Slider: void setThumbStrokeColorResource(int) -wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayHorizontalProvider: WidgetClockDayHorizontalProvider() -com.bumptech.glide.R$styleable: int FontFamilyFont_android_font -com.google.android.material.card.MaterialCardView: android.content.res.ColorStateList getRippleColor() -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Display2 -androidx.coordinatorlayout.R$id: int info -android.didikee.donate.R$styleable: int MenuItem_android_onClick -com.google.android.material.R$dimen: int cardview_default_radius -androidx.preference.R$drawable: int btn_checkbox_checked_mtrl -cyanogenmod.app.Profile$TriggerState: int ON_CONNECT -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub$Proxy: void onWeatherServiceProviderChanged(java.lang.String) -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title -com.google.android.material.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode -wangdaye.com.geometricweather.R$attr: int errorEnabled -james.adaptiveicon.R$attr: int windowMinWidthMinor -cyanogenmod.app.suggest.IAppSuggestProvider$Stub: IAppSuggestProvider$Stub() -cyanogenmod.app.ILiveLockScreenManagerProvider: void cancelLiveLockScreen(java.lang.String,int,int) -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_content_1 -io.reactivex.internal.subscriptions.EmptySubscription: void error(java.lang.Throwable,org.reactivestreams.Subscriber) -okhttp3.Cache: int ENTRY_COUNT -wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider BAIDU -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setRealFeelTemperature(java.lang.Integer) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial: java.lang.String Unit -wangdaye.com.geometricweather.R$dimen: int material_clock_period_toggle_height -androidx.loader.R$styleable: int FontFamilyFont_android_fontVariationSettings -wangdaye.com.geometricweather.R$color: int material_slider_active_tick_marks_color -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: HistoryEntityDao(org.greenrobot.greendao.internal.DaoConfig) -wangdaye.com.geometricweather.R$styleable: int AppCompatSeekBar_tickMarkTint -retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$1: retrofit2.Call $this_await$inlined -wangdaye.com.geometricweather.db.entities.HourlyEntity: int getTemperature() -com.xw.repo.bubbleseekbar.R$id: int home -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_switchPreferenceCompatStyle -androidx.preference.R$styleable: int MenuItem_numericModifiers -wangdaye.com.geometricweather.R$color: int mtrl_outlined_icon_tint -androidx.appcompat.resources.R$id: int normal -io.reactivex.internal.util.NotificationLite$SubscriptionNotification: java.lang.String toString() -androidx.transition.R$styleable: int FontFamily_fontProviderPackage -wangdaye.com.geometricweather.R$layout: int widget_remote -wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider[] values() -wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property CityId -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Imperial Imperial -com.turingtechnologies.materialscrollbar.R$dimen: int notification_large_icon_height -com.xw.repo.bubbleseekbar.R$attr: int height -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: void cancel() -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_Switch -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getAqiText() -wangdaye.com.geometricweather.R$string: int dew_point -androidx.vectordrawable.R$styleable: int FontFamilyFont_android_fontStyle -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Tooltip -androidx.preference.R$styleable: int MenuItem_android_enabled +cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_isDataConnectionSelectedOnSub +com.google.android.material.R$styleable: int DrawerArrowToggle_color +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setEnabled(boolean) +com.turingtechnologies.materialscrollbar.R$styleable: int[] ListPopupWindow +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_verticalAlign +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: boolean tryOnError(java.lang.Throwable) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: int getStatus() +android.didikee.donate.R$drawable: int abc_btn_check_to_on_mtrl_015 +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIndicator +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_TopRightDifferentCornerSize +com.google.gson.stream.JsonReader: java.lang.String toString() +com.google.android.material.R$color: int design_dark_default_color_on_background +com.github.rahatarmanahmed.cpv.R$attr: int cpv_animSwoopDuration +io.reactivex.Observable: io.reactivex.Single sequenceEqual(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiPredicate) +wangdaye.com.geometricweather.R$attr: int triggerSlack +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionButton +cyanogenmod.providers.CMSettings$System: java.lang.String BATTERY_LIGHT_PULSE +androidx.viewpager.R$drawable: int notification_bg_low +com.xw.repo.bubbleseekbar.R$string: int abc_action_mode_done +androidx.hilt.R$dimen: int compat_control_corner_material +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_passwordToggleTintMode +com.google.android.material.navigation.NavigationView: void setItemIconPadding(int) +wangdaye.com.geometricweather.R$id: int transition_position +androidx.preference.R$style: int Widget_AppCompat_RatingBar_Indicator +io.reactivex.Observable: io.reactivex.Observable fromArray(java.lang.Object[]) +james.adaptiveicon.R$attr: int buttonPanelSideLayout +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_marginBottom +wangdaye.com.geometricweather.R$dimen: int material_filled_edittext_font_2_0_padding_bottom +cyanogenmod.providers.CMSettings$System: java.lang.String USE_EDGE_SERVICE_FOR_GESTURES +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: int getChartTop() +androidx.lifecycle.SavedStateHandle$SavingStateLiveData: void setValue(java.lang.Object) +wangdaye.com.geometricweather.R$string: int abc_menu_shift_shortcut_label +com.google.android.material.R$styleable: int TextInputLayout_startIconDrawable +com.google.android.material.R$dimen: int notification_main_column_padding_top +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge +wangdaye.com.geometricweather.R$drawable: int notif_temp_1 +androidx.appcompat.resources.R$dimen: int notification_main_column_padding_top +com.google.android.material.R$drawable: int abc_switch_track_mtrl_alpha +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Caption +com.google.android.material.R$style: int Theme_MaterialComponents_Dialog +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceFragmentStyle +android.didikee.donate.R$style: int TextAppearance_AppCompat_Subhead_Inverse +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments$WarningTextBlocItem: MfWarningsResult$WarningComments$WarningTextBlocItem() +okhttp3.internal.tls.BasicTrustRootIndex: boolean equals(java.lang.Object) +cyanogenmod.externalviews.ExternalView: void onActivityDestroyed(android.app.Activity) +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void onComplete() +android.support.v4.app.INotificationSideChannel$Stub$Proxy: INotificationSideChannel$Stub$Proxy(android.os.IBinder) +androidx.vectordrawable.R$id: int normal +com.google.android.material.R$attr: int barrierAllowsGoneWidgets +wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit +wangdaye.com.geometricweather.R$styleable: int Transform_android_rotation +wangdaye.com.geometricweather.R$string: int wind_3 +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WindLevel +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$6 +wangdaye.com.geometricweather.R$styleable: int ArcProgress_text_size +com.google.android.material.R$attr: int popupTheme +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton +james.adaptiveicon.R$attr: int dividerHorizontal +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int ISOLATED_THUNDERSTORMS +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_3 +androidx.fragment.R$dimen: R$dimen() +androidx.transition.R$drawable: int notification_bg_low +androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_fontWeight +androidx.preference.R$drawable: int btn_checkbox_unchecked_mtrl +com.google.android.material.R$styleable: int AnimatedStateListDrawableTransition_android_toId +okhttp3.internal.http2.Http2Connection$PingRunnable +wangdaye.com.geometricweather.R$id: int container_main_first_daily_card_container +retrofit2.http.Part: java.lang.String encoding() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableStartCompat +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.Precipitation getPrecipitation() +wangdaye.com.geometricweather.settings.dialogs.AdaptiveIconDialog +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Imperial: double Value +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Fullscreen +cyanogenmod.weatherservice.IWeatherProviderService +androidx.hilt.work.R$styleable: int GradientColor_android_endColor +androidx.loader.R$attr: int fontProviderPackage +androidx.activity.R$id: int accessibility_custom_action_4 +okhttp3.internal.http2.Http2Reader: void readHeaders(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) +androidx.lifecycle.extensions.R$attr +androidx.preference.R$id: int tag_accessibility_clickable_spans +com.google.android.material.R$attr: int iconTintMode +androidx.appcompat.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog +cyanogenmod.app.ICustomTileListener$Stub: java.lang.String DESCRIPTOR +com.xw.repo.bubbleseekbar.R$id: int action_bar_subtitle +com.jaredrummler.android.colorpicker.R$color: int button_material_light +com.xw.repo.bubbleseekbar.R$dimen: int abc_dropdownitem_text_padding_left +com.google.android.material.R$attr: int tooltipForegroundColor +android.didikee.donate.R$styleable: int AppCompatTextView_autoSizeTextType +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large +com.google.android.material.R$id: int easeIn +androidx.recyclerview.R$dimen: int notification_content_margin_start +wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.lang.String content +wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String province +android.didikee.donate.R$styleable: int AppCompatTheme_actionModeStyle +com.turingtechnologies.materialscrollbar.R$layout: int abc_search_view +androidx.appcompat.R$style: int TextAppearance_AppCompat_Inverse +androidx.constraintlayout.widget.R$attr: int flow_verticalStyle +com.google.android.material.R$attr: int flow_verticalBias +com.google.android.material.navigation.NavigationView: int getHeaderCount() +androidx.constraintlayout.widget.R$attr: int maxAcceleration +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorIconDrawable +wangdaye.com.geometricweather.R$styleable: int AppCompatImageView_tint +android.didikee.donate.R$attr: int textColorAlertDialogListItem +androidx.appcompat.widget.Toolbar: int getCurrentContentInsetStart() +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer totalCloudCover +wangdaye.com.geometricweather.R$string: int get_more +okio.ByteString: boolean rangeEquals(int,okio.ByteString,int,int) +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +com.turingtechnologies.materialscrollbar.R$id: int center +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_android_textOn +james.adaptiveicon.R$id: int list_item +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_popupMenuStyle +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void dispose() +wangdaye.com.geometricweather.R$id: int accessibility_action_clickable_span +androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_arrowShaftLength +androidx.constraintlayout.widget.R$attr: int actionBarWidgetTheme +com.jaredrummler.android.colorpicker.R$attr: int navigationMode +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: boolean isExecuted() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_8 +androidx.swiperefreshlayout.R$dimen: int notification_right_icon_size +android.didikee.donate.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle +androidx.constraintlayout.widget.R$styleable: int SearchView_commitIcon +com.bumptech.glide.integration.okhttp.R$dimen: int compat_notification_large_icon_max_width +io.reactivex.Observable: io.reactivex.Observable buffer(long,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.db.entities.DailyEntityDao: wangdaye.com.geometricweather.db.converters.WeatherCodeConverter nighttimeWeatherCodeConverter +com.google.android.material.R$styleable: int Constraint_layout_constraintCircleAngle +androidx.preference.R$layout: int abc_dialog_title_material +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_horizontalAlign +io.reactivex.internal.subscriptions.DeferredScalarSubscription: int NO_REQUEST_NO_VALUE +com.turingtechnologies.materialscrollbar.R$attr: int title +androidx.swiperefreshlayout.R$styleable: int FontFamily_fontProviderFetchTimeout +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_button_min_width_overflow_material +android.didikee.donate.R$dimen: int abc_edit_text_inset_bottom_material +wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_maxActionInlineWidth +com.google.android.material.R$attr: int behavior_halfExpandedRatio +androidx.viewpager.R$id +cyanogenmod.weather.RequestInfo$Builder: RequestInfo$Builder(cyanogenmod.weather.IRequestInfoListener) +androidx.preference.R$styleable: int PreferenceImageView_android_maxHeight +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric Metric +com.google.android.material.chip.Chip: void setRippleColor(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$styleable: int MaterialCardView_checkedIconTint +androidx.legacy.coreutils.R$id: int text +cyanogenmod.app.LiveLockScreenInfo: int PRIORITY_DEFAULT +wangdaye.com.geometricweather.R$id: int labeled +com.google.android.material.R$id: int spline +androidx.appcompat.widget.Toolbar: void setCollapsible(boolean) +wangdaye.com.geometricweather.R$id: int jumpToEnd +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: void subscribe() +james.adaptiveicon.R$styleable: int AppCompatTheme_android_windowIsFloating +wangdaye.com.geometricweather.R$dimen: int tooltip_precise_anchor_threshold +cyanogenmod.themes.IThemeService$Stub$Proxy: void removeUpdates(cyanogenmod.themes.IThemeChangeListener) +wangdaye.com.geometricweather.R$id: int moldValue +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: ObservableFlatMapSingle$FlatMapSingleObserver(io.reactivex.Observer,io.reactivex.functions.Function,boolean) +com.google.android.material.R$attr: int layout_constraintCircleAngle +android.didikee.donate.R$styleable: int CompoundButton_buttonCompat +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintCircleAngle +com.google.android.material.internal.NavigationMenuItemView: void setIconPadding(int) +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Medium +android.didikee.donate.R$styleable: int AppCompatTheme_radioButtonStyle +wangdaye.com.geometricweather.R$id: int activity_widget_config_viewStyleTitle +androidx.drawerlayout.R$id: int text2 +wangdaye.com.geometricweather.R$drawable: int design_ic_visibility_off +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl +wangdaye.com.geometricweather.common.ui.widgets.TagView: TagView(android.content.Context,android.util.AttributeSet,int) +android.didikee.donate.R$style: int Widget_AppCompat_Spinner +okhttp3.Dispatcher: void setMaxRequestsPerHost(int) +androidx.appcompat.R$attr: int fontProviderPackage +android.didikee.donate.R$styleable: int ActionBar_backgroundStacked +com.google.android.material.R$attr: int duration +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_paddingLeft +cyanogenmod.app.suggest.ApplicationSuggestion: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments$WarningTextBlocItem: java.util.List text +androidx.legacy.coreutils.R$id: int tag_transition_group +androidx.constraintlayout.widget.R$attr: int textColorAlertDialogListItem +com.google.android.material.floatingactionbutton.FloatingActionButton$Behavior: FloatingActionButton$Behavior(android.content.Context,android.util.AttributeSet) +com.turingtechnologies.materialscrollbar.R$attr: int actionBarSize +com.turingtechnologies.materialscrollbar.R$style: int Platform_AppCompat +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.HourlyEntity,int) +wangdaye.com.geometricweather.R$string: int tag_aqi +io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: void dispose() +com.google.android.material.R$interpolator: int mtrl_linear_out_slow_in +androidx.fragment.R$attr: int fontProviderPackage +com.xw.repo.bubbleseekbar.R$attr: int trackTint +okio.Buffer: okio.Buffer readFrom(java.io.InputStream) +androidx.lifecycle.extensions.R$drawable: R$drawable() +com.xw.repo.bubbleseekbar.R$attr: int actionModeSplitBackground +wangdaye.com.geometricweather.common.rxjava.BaseObserver: BaseObserver() +io.reactivex.internal.schedulers.AbstractDirectTask: void dispose() +com.turingtechnologies.materialscrollbar.R$attr: int cornerRadius +james.adaptiveicon.R$dimen: int tooltip_precise_anchor_threshold +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getNumGammaControls +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIndicatorFullWidth +androidx.work.R$styleable: int FontFamilyFont_fontStyle +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_aa_black +io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_23 +androidx.constraintlayout.widget.R$styleable: int GradientColor_android_gradientRadius +androidx.lifecycle.extensions.R$drawable: int notification_bg_low +androidx.vectordrawable.R$id: int accessibility_custom_action_28 +androidx.appcompat.widget.ActionMenuView +okio.Pipe$PipeSource: long read(okio.Buffer,long) +okhttp3.HttpUrl: java.lang.String password +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: int otherState +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: void setStatus(int) +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_20 +androidx.constraintlayout.widget.R$id: int custom +org.greenrobot.greendao.AbstractDaoSession: long insert(java.lang.Object) +androidx.hilt.R$anim +androidx.fragment.R$styleable: int FontFamilyFont_android_font +wangdaye.com.geometricweather.R$id: int chain +wangdaye.com.geometricweather.R$id: int all +androidx.lifecycle.SavedStateHandleController: boolean mIsAttached +androidx.work.R$id: int line1 +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_128 +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Body2 +com.xw.repo.bubbleseekbar.R$attr: int editTextColor +wangdaye.com.geometricweather.R$attr: int cpv_colorShape +com.google.android.material.R$attr: int passwordToggleContentDescription +io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: ObservableReplay$InnerDisposable(io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver,io.reactivex.Observer) +wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_itemTextColor +com.google.android.material.R$attr: int onCross wangdaye.com.geometricweather.R$dimen: int mtrl_btn_disabled_z -wangdaye.com.geometricweather.R$styleable: int DialogPreference_dialogLayout -cyanogenmod.app.Profile$ExpandedDesktopMode -cyanogenmod.profiles.ConnectionSettings: int mConnectionId -cyanogenmod.themes.IThemeChangeListener$Stub$Proxy: java.lang.String getInterfaceDescriptor() -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language ENGLISH_US -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: ObservableSwitchMapSingle$SwitchMapSingleMainObserver(io.reactivex.Observer,io.reactivex.functions.Function,boolean) -com.google.android.material.R$attr: int labelBehavior -com.google.android.material.R$attr: int counterEnabled -android.support.v4.app.RemoteActionCompatParcelizer: androidx.core.app.RemoteActionCompat read(androidx.versionedparcelable.VersionedParcel) -com.google.android.material.R$id: int right_icon -com.google.android.material.R$styleable: int ScrimInsetsFrameLayout_insetForeground -com.google.android.material.R$color: int design_dark_default_color_primary -wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_direction -androidx.fragment.app.FragmentContainerView: FragmentContainerView(android.content.Context,android.util.AttributeSet,int) -james.adaptiveicon.R$drawable: int abc_text_cursor_material -com.jaredrummler.android.colorpicker.R$styleable: int[] SwitchPreferenceCompat -wangdaye.com.geometricweather.R$styleable: int[] ScrimInsetsFrameLayout -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_editTextStyle -androidx.appcompat.R$styleable: int GradientColor_android_centerColor -okhttp3.internal.http.RealResponseBody -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_typeface -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: void setBrandId(java.lang.String) -androidx.constraintlayout.motion.widget.MotionLayout: float getVelocity() -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getLongTemperatureText(android.content.Context,int) -com.google.android.material.R$dimen: int mtrl_btn_icon_btn_padding_left +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_14 +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float totalPrecipitation +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintCircleRadius +com.google.android.material.R$style: int Base_Widget_AppCompat_ActionBar +wangdaye.com.geometricweather.R$styleable: int MotionLayout_applyMotionScene +cyanogenmod.providers.CMSettings$System: java.lang.String BATTERY_LIGHT_ENABLED +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer getRealFeelShaderTemperature() +androidx.constraintlayout.widget.R$id: int pathRelative +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.Precipitation getPrecipitation() +androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityStopped(android.app.Activity) +wangdaye.com.geometricweather.R$styleable: int SwitchImageButton_drawable_res_on +androidx.constraintlayout.motion.widget.MotionLayout$TransitionState: androidx.constraintlayout.motion.widget.MotionLayout$TransitionState valueOf(java.lang.String) +androidx.activity.OnBackPressedDispatcher$LifecycleOnBackPressedCancellable +cyanogenmod.providers.CMSettings$3: boolean validate(java.lang.String) +cyanogenmod.util.ColorUtils$1: int compare(java.lang.Object,java.lang.Object) +okio.RealBufferedSource: int read(byte[]) +com.xw.repo.bubbleseekbar.R$styleable: int[] CoordinatorLayout_Layout +androidx.appcompat.widget.AppCompatImageView: android.content.res.ColorStateList getSupportImageTintList() +com.google.android.material.R$attr: int lineHeight +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +james.adaptiveicon.R$styleable: int Toolbar_titleMarginBottom +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: void onSuccess(java.lang.Object) +james.adaptiveicon.R$styleable: int FontFamilyFont_fontStyle +cyanogenmod.providers.WeatherContract: android.net.Uri AUTHORITY_URI +androidx.preference.R$styleable: int AppCompatTextView_autoSizePresetSizes +androidx.vectordrawable.R$attr: int fontProviderAuthority +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: javax.inject.Provider disposableProvider +cyanogenmod.app.ILiveLockScreenManagerProvider: void cancelLiveLockScreen(java.lang.String,int,int) +james.adaptiveicon.R$dimen: int abc_text_size_display_4_material +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_25 +com.google.android.material.R$styleable: int Constraint_layout_constraintHeight_min +com.google.android.material.snackbar.SnackbarContentLayout: SnackbarContentLayout(android.content.Context) +com.google.android.material.R$xml +com.google.android.material.R$attr: int isMaterialTheme +wangdaye.com.geometricweather.R$attr: int text_size +wangdaye.com.geometricweather.R$style +androidx.coordinatorlayout.R$attr: int fontProviderCerts +cyanogenmod.app.BaseLiveLockManagerService +com.google.android.material.slider.RangeSlider: float getThumbStrokeWidth() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Snow: AccuDailyResult$DailyForecasts$Night$Snow() +androidx.appcompat.resources.R$id: int text +androidx.appcompat.R$styleable: int AppCompatTextView_fontFamily +androidx.viewpager2.widget.ViewPager2: int getPageSize() +com.jaredrummler.android.colorpicker.R$attr: int state_above_anchor +com.bumptech.glide.R$id: int info +android.didikee.donate.R$dimen: int abc_action_bar_default_height_material +com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemHorizontalTranslationEnabled +okhttp3.Route: java.net.InetSocketAddress socketAddress() +cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.IKeyguardExternalViewCallbacks mKeyguardExternalViewCallbacks +androidx.appcompat.R$attr: int ratingBarStyleIndicator +androidx.constraintlayout.widget.R$drawable: int abc_btn_colored_material +androidx.constraintlayout.widget.R$id: int italic +okhttp3.MultipartBody$Builder: okio.ByteString boundary +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: CaiYunMainlyResult$AlertsBean() +androidx.lifecycle.extensions.R$integer +cyanogenmod.weatherservice.ServiceRequestResult: java.lang.String access$402(cyanogenmod.weatherservice.ServiceRequestResult,java.lang.String) +cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.IKeyguardExternalViewCallbacks access$100(cyanogenmod.externalviews.KeyguardExternalView) +okhttp3.Cookie: okhttp3.Cookie parse(long,okhttp3.HttpUrl,java.lang.String) +android.support.v4.app.INotificationSideChannel$Stub: int TRANSACTION_cancelAll +androidx.recyclerview.R$id: int accessibility_custom_action_29 +com.google.android.material.R$color: int abc_btn_colored_borderless_text_material +wangdaye.com.geometricweather.R$drawable: int ic_about +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: ObservableConcatMap$SourceObserver$InnerObserver(io.reactivex.Observer,io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver) +androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionBar_TabBar +com.google.android.material.R$attr: int shrinkMotionSpec +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Caption +wangdaye.com.geometricweather.R$attr: int showPaths +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: long serialVersionUID +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_dividerPadding +cyanogenmod.weather.WeatherInfo$1: java.lang.Object createFromParcel(android.os.Parcel) +android.didikee.donate.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle +wangdaye.com.geometricweather.R$styleable: int MenuGroup_android_checkableBehavior +androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_android_fontVariationSettings +com.google.android.material.R$styleable: int AppCompatTheme_actionBarPopupTheme +com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy LOWER_CASE_WITH_UNDERSCORES +com.xw.repo.bubbleseekbar.R$attr: int bsb_show_section_mark +wangdaye.com.geometricweather.R$styleable: int MaterialButton_iconTint +okhttp3.Dispatcher: java.util.List queuedCalls() +com.google.gson.stream.JsonReader: int lineNumber +wangdaye.com.geometricweather.R$id: int multiply +com.google.android.material.R$style: int Animation_AppCompat_DropDownUp +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowActionBarOverlay +com.google.android.material.R$id: int accessibility_custom_action_6 +com.google.android.material.R$style: int Base_Widget_AppCompat_Toolbar +wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List alertList +com.google.android.material.R$styleable: int TextInputLayout_placeholderText +wangdaye.com.geometricweather.R$styleable: int Preference_android_dependency +androidx.appcompat.widget.AppCompatImageView: void setSupportBackgroundTintList(android.content.res.ColorStateList) +androidx.appcompat.R$styleable: int AppCompatTheme_colorError +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionButton_Overflow +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Imperial: AccuCurrentResult$WindGust$Speed$Imperial() +com.google.gson.stream.JsonReader: void nextNull() +androidx.constraintlayout.widget.R$attr: int tintMode +androidx.appcompat.R$styleable: int Toolbar_subtitleTextAppearance +androidx.constraintlayout.motion.widget.MotionLayout: MotionLayout(android.content.Context) +androidx.vectordrawable.R$id: int accessibility_custom_action_9 +android.didikee.donate.R$id: int scrollIndicatorUp +com.turingtechnologies.materialscrollbar.R$bool: R$bool() +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_BottomSheetDialog +com.turingtechnologies.materialscrollbar.R$attr: int chipStartPadding +androidx.constraintlayout.widget.R$color: int abc_btn_colored_text_material +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_maxHeight +okhttp3.internal.http2.Header: java.lang.String toString() +androidx.constraintlayout.widget.R$id: int sawtooth +com.jaredrummler.android.colorpicker.R$attr: int autoSizeMinTextSize +com.google.android.material.R$dimen: int abc_list_item_height_small_material +cyanogenmod.externalviews.IExternalViewProvider: void onPause() +wangdaye.com.geometricweather.R$attr: int fontFamily +cyanogenmod.app.ProfileGroup: boolean matches(android.app.NotificationGroup,boolean) +androidx.preference.R$id: int seekbar_value +wangdaye.com.geometricweather.R$layout: int container_main_details +org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database getEncryptedReadableDb(java.lang.String) +androidx.fragment.R$id: int action_container +okio.Pipe$PipeSink: okio.Timeout timeout +androidx.lifecycle.SavedStateViewModelFactory: java.lang.Class[] VIEWMODEL_SIGNATURE +com.github.rahatarmanahmed.cpv.CircularProgressViewListener +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Ice: int UnitType +android.didikee.donate.R$attr: int subtitle +cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy: android.os.IBinder asBinder() +androidx.hilt.work.R$styleable +com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_icon_size +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_alphabeticShortcut +com.jaredrummler.android.colorpicker.R$styleable: int Preference_isPreferenceVisible +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX getSpeed() +wangdaye.com.geometricweather.R$color: int colorAccent_dark +androidx.appcompat.widget.AppCompatImageView: void setSupportImageTintMode(android.graphics.PorterDuff$Mode) +com.google.android.material.circularreveal.CircularRevealLinearLayout: void setCircularRevealScrimColor(int) +okhttp3.internal.platform.AndroidPlatform$CloseGuard +androidx.preference.R$styleable: int SwitchCompat_splitTrack +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: io.reactivex.Scheduler scheduler +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: long requested() +com.xw.repo.bubbleseekbar.R$color: int tooltip_background_dark +okhttp3.internal.connection.RouteSelector: void resetNextInetSocketAddress(java.net.Proxy) +com.jaredrummler.android.colorpicker.R$layout +wangdaye.com.geometricweather.R$attr: int scrimVisibleHeightTrigger +androidx.constraintlayout.widget.R$styleable: int ActionMode_closeItemLayout +cyanogenmod.app.ProfileManager: int PROFILES_STATE_DISABLED +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_display_1_material +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder writeTimeout(java.time.Duration) +wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit H +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setLatitude(java.lang.String) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_viewInflaterClass +okio.ByteString: void readObject(java.io.ObjectInputStream) +com.xw.repo.bubbleseekbar.R$layout: int abc_list_menu_item_radio +com.google.android.material.R$id: int container +androidx.appcompat.R$styleable: int DrawerArrowToggle_gapBetweenBars +cyanogenmod.alarmclock.ClockContract +retrofit2.Utils: java.lang.reflect.Type resolveTypeVariable(java.lang.reflect.Type,java.lang.Class,java.lang.reflect.TypeVariable) +okhttp3.HttpUrl: okhttp3.HttpUrl resolve(java.lang.String) +androidx.core.R$styleable: int FontFamilyFont_android_fontVariationSettings +james.adaptiveicon.R$styleable: int AppCompatTheme_searchViewStyle +androidx.work.R$id: int info +wangdaye.com.geometricweather.R$attr: int actionBarWidgetTheme +androidx.work.impl.utils.futures.AbstractFuture$Waiter: java.lang.Thread thread +androidx.appcompat.R$styleable: int Toolbar_contentInsetEndWithActions +okhttp3.internal.platform.Platform: okhttp3.internal.platform.Platform PLATFORM +wangdaye.com.geometricweather.R$color: int mtrl_btn_bg_color_selector +okhttp3.Address: okhttp3.HttpUrl url() +androidx.recyclerview.R$styleable: int[] FontFamilyFont +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_constraintSet +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Display4 +androidx.dynamicanimation.R$id: int text2 +wangdaye.com.geometricweather.R$styleable: int[] ActionMode +androidx.appcompat.widget.DialogTitle: DialogTitle(android.content.Context) +com.google.android.material.slider.Slider: void setThumbRadius(int) +android.didikee.donate.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen +androidx.customview.R$style: int TextAppearance_Compat_Notification_Time +androidx.preference.R$style: int AlertDialog_AppCompat_Light +com.google.android.material.R$attr: int ensureMinTouchTargetSize +androidx.preference.R$drawable: int abc_ic_star_half_black_16dp +androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemHeight +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle +androidx.customview.R$dimen: int compat_control_corner_material +com.bumptech.glide.R$styleable: int GradientColor_android_type +androidx.vectordrawable.R$drawable: int notification_bg_low_normal +androidx.preference.R$styleable: int Toolbar_titleTextAppearance +com.google.android.material.R$styleable: int[] ForegroundLinearLayout +com.google.android.material.card.MaterialCardView: void setChecked(boolean) +androidx.appcompat.R$style: int Widget_AppCompat_ImageButton +okio.BufferedSource: long readLongLe() +androidx.work.R$attr: int fontWeight +james.adaptiveicon.R$id: int action_bar +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: int getStatus() +wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit: java.lang.String getCloudCoverText(int) +wangdaye.com.geometricweather.R$attr: int flow_maxElementsWrap +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String daytimeWeatherPhase +androidx.preference.R$dimen: int abc_alert_dialog_button_bar_height +com.jaredrummler.android.colorpicker.R$styleable: int CompoundButton_buttonCompat +okhttp3.internal.ws.WebSocketReader: void readControlFrame() +androidx.preference.R$attr: int titleMarginBottom +androidx.appcompat.R$attr: int actionBarTabTextStyle +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_headline_material +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_Icon +io.reactivex.internal.operators.observable.ObservableGroupBy$State: void onComplete() +okhttp3.internal.ws.WebSocketWriter$FrameSink +com.google.android.material.R$style: int TextAppearance_AppCompat_Display4 +androidx.lifecycle.extensions.R$attr: int fontProviderCerts +com.turingtechnologies.materialscrollbar.R$color: int design_snackbar_background_color +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: ICMHardwareService$Stub$Proxy(android.os.IBinder) +com.google.android.material.R$dimen: int mtrl_extended_fab_disabled_translation_z +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: ObservableUsing$UsingObserver(io.reactivex.Observer,java.lang.Object,io.reactivex.functions.Consumer,boolean) +wangdaye.com.geometricweather.R$attr: int contentInsetEnd +cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent[] $VALUES +android.didikee.donate.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert +okhttp3.TlsVersion: okhttp3.TlsVersion[] $VALUES +androidx.hilt.work.R$dimen: int notification_content_margin_start +retrofit2.http.FieldMap: boolean encoded() +androidx.appcompat.R$styleable: int View_paddingStart +okio.Buffer$UnsafeCursor: boolean readWrite +okio.Buffer: okio.BufferedSink write(okio.Source,long) +cyanogenmod.app.CMContextConstants$Features: java.lang.String PERFORMANCE +com.bumptech.glide.integration.okhttp.R$id: int async +com.google.android.material.R$id: int chip +androidx.appcompat.R$styleable: int LinearLayoutCompat_measureWithLargestChild +android.didikee.donate.R$styleable: int Toolbar_subtitleTextColor +okhttp3.internal.cache.DiskLruCache: java.lang.String MAGIC +wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayHorizontalWidgetConfigActivity: Hilt_ClockDayHorizontalWidgetConfigActivity() +wangdaye.com.geometricweather.R$drawable: int weather_clear_day_mini_dark +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.appcompat.R$styleable: int AppCompatTheme_alertDialogStyle +wangdaye.com.geometricweather.settings.fragments.AppearanceSettingsFragment +com.turingtechnologies.materialscrollbar.R$attr: int closeIconEndPadding +androidx.appcompat.R$styleable: int[] MenuItem +cyanogenmod.weather.WeatherInfo$DayForecast: int mConditionCode +androidx.loader.R$styleable: int[] FontFamilyFont +cyanogenmod.weather.CMWeatherManager$1: CMWeatherManager$1(cyanogenmod.weather.CMWeatherManager) +wangdaye.com.geometricweather.R$attr: int contentInsetEndWithActions +androidx.appcompat.widget.SwitchCompat: void setThumbTintList(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$id: int activity_widget_config_clockFontSpinner +okio.InflaterSource: InflaterSource(okio.BufferedSource,java.util.zip.Inflater) +cyanogenmod.app.BaseLiveLockManagerService: void enforceSamePackageOrSystem(java.lang.String,cyanogenmod.app.LiveLockScreenInfo) +cyanogenmod.weather.RequestInfo$Builder: int mRequestType +androidx.constraintlayout.widget.R$attr: int subMenuArrow +androidx.hilt.R$id: int accessibility_custom_action_30 +okio.RealBufferedSource: java.lang.String readUtf8Line() +wangdaye.com.geometricweather.R$dimen: int mtrl_card_dragged_z +android.didikee.donate.R$styleable: int MenuItem_android_checkable +com.google.android.material.R$style: int Widget_AppCompat_ListView_DropDown +androidx.constraintlayout.utils.widget.ImageFilterButton: void setSaturation(float) +androidx.viewpager.R$styleable: int GradientColor_android_centerX +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Subhead +com.google.android.material.R$attr: int textInputStyle +androidx.hilt.lifecycle.R$attr: int fontProviderFetchStrategy +com.google.android.material.R$attr: int flow_firstHorizontalBias +wangdaye.com.geometricweather.R$color: int colorRipple +wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat +okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.util.concurrent.CountDownLatch readCompleteLatch +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_goneMarginStart +androidx.customview.R$id: int info +com.google.android.material.R$color: int foreground_material_light +retrofit2.ParameterHandler$RelativeUrl: ParameterHandler$RelativeUrl(java.lang.reflect.Method,int) +okhttp3.internal.ws.RealWebSocket: java.lang.Runnable writerRunnable +androidx.appcompat.widget.ActivityChooserModel: void setOnChooseActivityListener(androidx.appcompat.widget.ActivityChooserModel$OnChooseActivityListener) +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small +cyanogenmod.weather.CMWeatherManager$WeatherUpdateRequestListener +com.google.android.material.R$style: int Theme_Design_NoActionBar +androidx.core.R$dimen: int notification_top_pad_large_text +com.google.android.material.tabs.TabLayout: void setTabIndicatorFullWidth(boolean) +android.didikee.donate.R$drawable: int abc_textfield_search_activated_mtrl_alpha +androidx.appcompat.R$styleable: int AnimatedStateListDrawableCompat_android_dither +wangdaye.com.geometricweather.R$styleable: int Slider_android_value +com.turingtechnologies.materialscrollbar.R$attr: int hideMotionSpec +androidx.drawerlayout.R$styleable: int GradientColorItem_android_offset +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation precipitation +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_visibility +okhttp3.internal.http.RetryAndFollowUpInterceptor: okhttp3.internal.connection.StreamAllocation streamAllocation +wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode LIGHT +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Snow Snow +okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Http2Stream$StreamTimeout writeTimeout +okio.Timeout: okio.Timeout clearDeadline() +io.reactivex.internal.disposables.SequentialDisposable +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.Integer bulletinCote +wangdaye.com.geometricweather.R$id: int widget_clock_day_subtitle +okio.GzipSource: GzipSource(okio.Source) +androidx.vectordrawable.animated.R$style +cyanogenmod.themes.IThemeChangeListener$Stub$Proxy: android.os.IBinder mRemote +androidx.preference.R$id: int accessibility_custom_action_24 +com.google.android.material.R$styleable: int CollapsingToolbarLayout_collapsedTitleGravity +androidx.appcompat.R$attr: int drawableSize +io.reactivex.internal.queue.SpscArrayQueue: long serialVersionUID +cyanogenmod.externalviews.ExternalViewProviderService: android.view.WindowManager access$400(cyanogenmod.externalviews.ExternalViewProviderService) +wangdaye.com.geometricweather.R$id: int enterAlwaysCollapsed +androidx.work.R$styleable: int FontFamilyFont_android_fontVariationSettings +com.google.android.material.R$style: int Widget_MaterialComponents_ActionBar_Surface +androidx.appcompat.R$styleable: int MenuItem_android_onClick +cyanogenmod.externalviews.KeyguardExternalView$3: int val$y +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer treeLevel +wangdaye.com.geometricweather.R$layout: int mtrl_calendar_month_navigation +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: long serialVersionUID +io.reactivex.Observable: Observable() +wangdaye.com.geometricweather.R$styleable: int ArcProgress_progress_color +com.google.android.material.R$color: int abc_tint_switch_track +wangdaye.com.geometricweather.R$attr: int drawableLeftCompat +androidx.viewpager.widget.PagerTabStrip +wangdaye.com.geometricweather.db.entities.AlertEntity: void setWeatherSource(java.lang.String) +com.google.android.material.card.MaterialCardView: void setShapeAppearanceModel(com.google.android.material.shape.ShapeAppearanceModel) +androidx.appcompat.widget.SearchView: int getInputType() +wangdaye.com.geometricweather.remoteviews.config.Hilt_MultiCityWidgetConfigActivity +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintWidth_min +james.adaptiveicon.R$attr: int titleMarginStart +wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_dialogTitle +wangdaye.com.geometricweather.R$drawable: int ic_toolbar_back +com.google.android.material.bottomappbar.BottomAppBar: float getFabTranslationY() +android.didikee.donate.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight +androidx.drawerlayout.widget.DrawerLayout$SavedState +com.jaredrummler.android.colorpicker.R$drawable: int notification_template_icon_low_bg +cyanogenmod.weather.CMWeatherManager: java.util.Map mLookupNameRequestListeners +com.bumptech.glide.R$styleable +androidx.activity.R$dimen: int notification_right_icon_size +androidx.hilt.lifecycle.R$id: int fragment_container_view_tag +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer moldIndex +retrofit2.OptionalConverterFactory$OptionalConverter: retrofit2.Converter delegate +com.google.android.material.R$dimen: int abc_switch_padding +okhttp3.Handshake: okhttp3.Handshake get(okhttp3.TlsVersion,okhttp3.CipherSuite,java.util.List,java.util.List) +com.google.android.material.floatingactionbutton.FloatingActionButton: void setCompatPressedTranslationZ(float) +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void onError(java.lang.Throwable) +com.google.android.material.R$attr: int titleMarginTop +wangdaye.com.geometricweather.settings.fragments.AbstractSettingsFragment +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowMinWidthMinor +androidx.fragment.R$drawable: R$drawable() +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_transformPivotX +androidx.appcompat.R$id: int accessibility_custom_action_20 +androidx.appcompat.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable +wangdaye.com.geometricweather.R$attr: int chipSpacingHorizontal +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listMenuViewStyle +androidx.preference.PreferenceManager: void setOnDisplayPreferenceDialogListener(androidx.preference.PreferenceManager$OnDisplayPreferenceDialogListener) +com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: long serialVersionUID +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle +wangdaye.com.geometricweather.R$id: int activity_widget_config_textSizeTitle +com.bumptech.glide.R$id: int icon_group +wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_animSteps +com.google.android.material.R$color: int androidx_core_ripple_material_light +androidx.constraintlayout.widget.R$id: int postLayout +android.support.v4.app.INotificationSideChannel$Stub: INotificationSideChannel$Stub() +androidx.coordinatorlayout.R$layout: R$layout() +james.adaptiveicon.R$id: int action_container +wangdaye.com.geometricweather.R$color: int mtrl_btn_text_btn_ripple_color +androidx.hilt.work.R$styleable: int GradientColor_android_startX +wangdaye.com.geometricweather.R$styleable: int ViewBackgroundHelper_backgroundTint +james.adaptiveicon.R$attr: int subtitleTextAppearance +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_RatingBar +wangdaye.com.geometricweather.R$styleable: int Toolbar_titleTextAppearance +com.google.gson.internal.LinkedTreeMap: LinkedTreeMap(java.util.Comparator) +okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RouteDatabase routeDatabase() +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_maxWidth +cyanogenmod.profiles.ConnectionSettings: int getValue() +james.adaptiveicon.R$attr: int subtitle +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: DailyEntityDao$Properties() +wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.util.Date date +androidx.preference.R$id: int search_edit_frame +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property City +com.jaredrummler.android.colorpicker.R$drawable: R$drawable() +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_CITY +androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State STARTED +wangdaye.com.geometricweather.R$drawable: int notif_temp_32 +com.google.android.material.chip.Chip: void setCheckedIconEnabled(boolean) +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal +androidx.constraintlayout.widget.R$id: int asConfigured +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_scaleX +androidx.preference.R$attr: int buttonPanelSideLayout +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_5_30 +androidx.appcompat.widget.Toolbar: android.graphics.drawable.Drawable getCollapseIcon() +cyanogenmod.weather.RequestInfo: cyanogenmod.weather.WeatherLocation access$402(cyanogenmod.weather.RequestInfo,cyanogenmod.weather.WeatherLocation) +okhttp3.internal.cache.DiskLruCache$Snapshot: DiskLruCache$Snapshot(okhttp3.internal.cache.DiskLruCache,java.lang.String,long,okio.Source[],long[]) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeSnowPrecipitation(java.lang.Float) +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text +cyanogenmod.app.CustomTile$ExpandedStyle$1: cyanogenmod.app.CustomTile$ExpandedStyle[] newArray(int) +com.google.android.material.R$styleable: int AppCompatTheme_popupWindowStyle +okhttp3.internal.http2.Http2Reader: void readData(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ListView_DropDown +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar +androidx.constraintlayout.widget.R$styleable: int TextAppearance_textLocale +com.jaredrummler.android.colorpicker.R$styleable: int ViewBackgroundHelper_android_background +androidx.swiperefreshlayout.R$attr: int fontProviderCerts +io.reactivex.Observable: io.reactivex.Observable unsafeCreate(io.reactivex.ObservableSource) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: void setZh_TW(java.lang.String) +james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_drawableBottom +retrofit2.HttpException: int code +androidx.activity.R$id: int accessibility_custom_action_6 +com.google.android.material.R$styleable: int ConstraintSet_flow_verticalAlign +wangdaye.com.geometricweather.R$drawable: int ic_router +okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RealConnection connection() +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: void setStatus(int) +okhttp3.OkHttpClient: java.util.List interceptors() +com.google.android.material.floatingactionbutton.FloatingActionButton$BaseBehavior: FloatingActionButton$BaseBehavior(android.content.Context,android.util.AttributeSet) +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: long index +james.adaptiveicon.R$style: int RtlOverlay_DialogWindowTitle_AppCompat +androidx.vectordrawable.animated.R$id: int action_text +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer cloudCover +james.adaptiveicon.R$dimen: int abc_control_inset_material +cyanogenmod.profiles.ConnectionSettings: boolean mOverride +james.adaptiveicon.R$string: int abc_action_menu_overflow_description +android.didikee.donate.R$attr: int actionBarSplitStyle +io.reactivex.Observable: io.reactivex.Observable switchMapMaybe(io.reactivex.functions.Function) +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day +com.github.rahatarmanahmed.cpv.R$bool: R$bool() +okhttp3.internal.cache.DiskLruCache$1 +com.turingtechnologies.materialscrollbar.R$attr: int layout +com.turingtechnologies.materialscrollbar.R$id: int search_voice_btn +cyanogenmod.library.R: R() +cyanogenmod.app.IPartnerInterface$Stub$Proxy: android.os.IBinder mRemote +androidx.constraintlayout.widget.R$dimen: int highlight_alpha_material_dark +androidx.appcompat.R$styleable: int ActionMode_background +androidx.hilt.work.R$styleable: int GradientColor_android_type +james.adaptiveicon.R$id: int action_menu_presenter +okhttp3.internal.cache2.Relay: int sourceCount +com.jaredrummler.android.colorpicker.R$attr: int progressBarStyle +io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: void complete() +cyanogenmod.app.CustomTileListenerService: int mCurrentUser +com.google.android.material.R$styleable: int Constraint_android_alpha +cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_MIGRATE_SETTINGS_FOR_USER +cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onLockscreenSlideOffsetChanged(float) +io.reactivex.Observable: io.reactivex.Observable create(io.reactivex.ObservableOnSubscribe) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeCutDrawable +androidx.appcompat.R$styleable: int AppCompatTextHelper_android_drawableTop +com.google.android.material.R$styleable: int Constraint_motionProgress +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Button_Small +androidx.appcompat.R$style: int Base_V28_Theme_AppCompat_Light +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: ObservableTimeout$TimeoutObserver(io.reactivex.Observer,io.reactivex.functions.Function) +com.turingtechnologies.materialscrollbar.R$id: int titleDividerNoCustom +wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_trendRecyclerView +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_max +io.reactivex.internal.operators.observable.ObservableGroupBy$State: io.reactivex.internal.queue.SpscLinkedArrayQueue queue +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: io.reactivex.Observer downstream +okio.Buffer: okio.BufferedSink writeString(java.lang.String,java.nio.charset.Charset) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_48 +com.google.android.material.R$id: int accessibility_custom_action_12 +okhttp3.internal.http.HttpHeaders: java.lang.String readToken(okio.Buffer) +androidx.hilt.work.R$id: int accessibility_custom_action_21 +james.adaptiveicon.R$string: int abc_activitychooserview_choose_application +com.google.android.material.appbar.CollapsingToolbarLayout: int getExpandedTitleGravity() +io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: long serialVersionUID +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric: double Value +wangdaye.com.geometricweather.R$styleable: int MenuView_android_windowAnimationStyle +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_BRIGHTNESS_CONTROL_VALIDATOR +com.google.android.material.R$styleable: int ImageFilterView_altSrc +com.google.android.material.slider.BaseSlider: void setThumbStrokeColor(android.content.res.ColorStateList) +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHeight_min +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Caption +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_TabView +james.adaptiveicon.R$attr: int buttonBarButtonStyle +wangdaye.com.geometricweather.R$id: int widget_week_temp_2 +com.google.android.material.R$styleable: int LinearLayoutCompat_dividerPadding +okio.Segment: Segment(byte[],int,int,boolean,boolean) +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_enter +wangdaye.com.geometricweather.main.utils.MainPalette: android.os.Parcelable$Creator CREATOR +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_placeholder_content +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_CALL_COLOR_VALIDATOR +cyanogenmod.weather.WeatherLocation: java.lang.String access$102(cyanogenmod.weather.WeatherLocation,java.lang.String) +com.google.android.material.R$id: int dragStart +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light_Dialog +cyanogenmod.providers.CMSettings$Secure: boolean putInt(android.content.ContentResolver,java.lang.String,int) +wangdaye.com.geometricweather.R$string: int about_gson +cyanogenmod.app.CustomTile$ExpandedItem: CustomTile$ExpandedItem(android.os.Parcel) +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintGuide_end +androidx.legacy.coreutils.R$attr: int ttcIndex +wangdaye.com.geometricweather.main.MainActivityViewModel +wangdaye.com.geometricweather.db.entities.AlertEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) +wangdaye.com.geometricweather.R$id: int item_weather_daily_title_icon +wangdaye.com.geometricweather.R$color: int design_icon_tint +androidx.coordinatorlayout.R$attr: int coordinatorLayoutStyle +wangdaye.com.geometricweather.R$color: int colorTextGrey2nd +com.jaredrummler.android.colorpicker.R$integer: int status_bar_notification_info_maxnum +com.google.android.material.R$layout: int select_dialog_item_material +androidx.preference.R$attr: int dialogPreferredPadding +wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity +android.didikee.donate.R$styleable: int ActionBar_hideOnContentScroll +io.reactivex.Observable: io.reactivex.Observable concatMapIterable(io.reactivex.functions.Function,int) +com.xw.repo.bubbleseekbar.R$attr: int queryBackground +androidx.constraintlayout.widget.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title +com.bumptech.glide.R$styleable: int[] GradientColor +wangdaye.com.geometricweather.R$layout: int material_clock_display +androidx.recyclerview.R$attr: int ttcIndex +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: int getStatus() +com.google.android.material.button.MaterialButton: MaterialButton(android.content.Context,android.util.AttributeSet,int) +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_iconifiedByDefault +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_textColor +android.didikee.donate.R$layout: int abc_list_menu_item_checkbox +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setPublishDate(java.util.Date) +android.didikee.donate.R$style: int Base_Widget_AppCompat_AutoCompleteTextView +wangdaye.com.geometricweather.R$dimen: int abc_dropdownitem_text_padding_right +androidx.legacy.coreutils.R$dimen: int compat_button_padding_horizontal_material +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.internal.TableStatements getStatements() +wangdaye.com.geometricweather.R$id: int contentPanel +io.reactivex.Observable: io.reactivex.Observable combineLatestDelayError(java.lang.Iterable,io.reactivex.functions.Function) +com.google.android.material.slider.Slider: float getValueFrom() +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_EditText +com.turingtechnologies.materialscrollbar.R$drawable: int indicator_ltr +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void onNext(java.lang.Object) +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.functions.Function mapper +com.google.android.material.R$attr: int icon +wangdaye.com.geometricweather.common.basic.models.weather.Pollen +androidx.lifecycle.ProcessLifecycleOwner: long TIMEOUT_MS +androidx.transition.R$id: int italic +com.google.android.material.progressindicator.ProgressIndicator: void setLinearSeamless(boolean) +com.google.android.material.circularreveal.CircularRevealGridLayout: CircularRevealGridLayout(android.content.Context) +org.greenrobot.greendao.AbstractDao: java.util.List loadAll() +okhttp3.internal.http2.Http2Stream$FramingSource: boolean finished +wangdaye.com.geometricweather.R$styleable: int Preference_android_icon +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionButton +androidx.constraintlayout.widget.R$attr: int percentHeight +androidx.constraintlayout.widget.R$attr: int divider +android.didikee.donate.R$layout: int support_simple_spinner_dropdown_item +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float total +androidx.appcompat.R$drawable +com.turingtechnologies.materialscrollbar.R$drawable: int notification_template_icon_low_bg +androidx.coordinatorlayout.R$layout: int notification_action +com.google.android.material.appbar.MaterialToolbar +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_android_focusable +androidx.fragment.R$styleable: int FontFamilyFont_fontStyle +wangdaye.com.geometricweather.R$style: int PreferenceFragmentList +com.google.android.material.R$dimen: int tooltip_margin +com.google.android.material.R$attr: int displayOptions +androidx.viewpager.R$styleable: int FontFamilyFont_android_font +com.google.android.material.appbar.CollapsingToolbarLayout: void setCollapsedTitleTextColor(android.content.res.ColorStateList) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_transitionPathRotate +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_TabView +com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_Alert_Bridge +com.google.android.material.R$dimen: int mtrl_bottomappbar_height +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionButton +androidx.constraintlayout.widget.R$string: int abc_searchview_description_submit +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int aqi +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_checkable +com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_backgroundTint +com.jaredrummler.android.colorpicker.R$attr: int listPopupWindowStyle +com.xw.repo.bubbleseekbar.R$dimen: int compat_notification_large_icon_max_height +com.turingtechnologies.materialscrollbar.R$styleable: int[] PopupWindow +com.turingtechnologies.materialscrollbar.R$styleable: int PopupWindow_android_popupAnimationStyle +wangdaye.com.geometricweather.common.basic.models.weather.History +androidx.dynamicanimation.R$dimen: int notification_big_circle_margin +retrofit2.DefaultCallAdapterFactory$1: java.lang.reflect.Type responseType() +com.google.android.material.chip.Chip: void setBackgroundTintMode(android.graphics.PorterDuff$Mode) +com.google.android.material.R$dimen: int mtrl_chip_text_size +androidx.constraintlayout.widget.R$attr: int moveWhenScrollAtTop +cyanogenmod.app.CMStatusBarManager: boolean localLOGV +com.turingtechnologies.materialscrollbar.R$attr: int overlapAnchor +com.google.android.material.R$styleable: int AppCompatTextView_autoSizeTextType +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ListView_Menu +android.didikee.donate.R$styleable: int TextAppearance_android_shadowDx +okhttp3.internal.http.RealResponseBody: long contentLength() +cyanogenmod.themes.ThemeManager: cyanogenmod.themes.IThemeService getService() androidx.transition.R$dimen: int compat_button_inset_vertical_material -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric: AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric() -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex tomorrow -androidx.core.R$styleable: int FontFamily_fontProviderFetchStrategy -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber -com.google.android.material.transformation.TransformationChildCard: TransformationChildCard(android.content.Context) -androidx.activity.R$id: int accessibility_custom_action_6 -android.didikee.donate.R$integer -com.google.android.material.R$styleable: int RadialViewGroup_materialCircleRadius -androidx.preference.R$style: int TextAppearance_AppCompat_Medium -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_menu_material -wangdaye.com.geometricweather.R$styleable: int Transform_android_scaleX -cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status[] $VALUES -com.google.android.material.R$dimen: int tooltip_precise_anchor_threshold -wangdaye.com.geometricweather.R$drawable: int shortcuts_thunder -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: java.lang.Object resource -androidx.fragment.app.FragmentTabHost: void setOnTabChangedListener(android.widget.TabHost$OnTabChangeListener) -androidx.appcompat.R$styleable: int Toolbar_collapseIcon -okhttp3.CacheControl: boolean noTransform -androidx.appcompat.R$styleable: int FontFamilyFont_android_fontVariationSettings -com.bumptech.glide.integration.okhttp.R$attr: int fontProviderQuery -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Metric: int UnitType -androidx.constraintlayout.widget.R$attr: int searchIcon -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onAttach(android.os.IBinder) -androidx.activity.R$styleable: int FontFamilyFont_android_fontWeight -io.reactivex.internal.util.NotificationLite: boolean accept(java.lang.Object,org.reactivestreams.Subscriber) -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_searchHintIcon -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: int leftIndex -com.turingtechnologies.materialscrollbar.R$attr: int msb_autoHide -androidx.appcompat.widget.Toolbar: android.graphics.drawable.Drawable getLogo() -wangdaye.com.geometricweather.R$styleable: int[] StateSet -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight -okio.ByteString: int indexOf(byte[],int) -io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: void onSuccess(java.lang.Object) -com.bumptech.glide.load.engine.GlideException: java.lang.Class dataClass -com.github.rahatarmanahmed.cpv.CircularProgressView: float access$402(com.github.rahatarmanahmed.cpv.CircularProgressView,float) -androidx.appcompat.R$styleable: int FontFamilyFont_android_fontStyle -cyanogenmod.platform.Manifest$permission: java.lang.String LIVE_LOCK_SCREEN_MANAGER_ACCESS -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_CompactMenu -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String alarmPic2 -com.jaredrummler.android.colorpicker.R$color: int primary_dark_material_light -androidx.preference.CheckBoxPreference: CheckBoxPreference(android.content.Context,android.util.AttributeSet) -io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: void onComplete() -androidx.constraintlayout.widget.R$attr: int tickMarkTintMode -com.google.android.material.chip.ChipGroup: void setChipSpacingResource(int) -wangdaye.com.geometricweather.R$dimen: int hint_pressed_alpha_material_light -com.google.android.material.slider.RangeSlider: RangeSlider(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$id: int mtrl_calendar_days_of_week -wangdaye.com.geometricweather.R$attr: int cpv_animAutostart -com.jaredrummler.android.colorpicker.R$string: int summary_collapsed_preference_list -okhttp3.internal.http2.Header: java.lang.String toString() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric: java.lang.String Unit -wangdaye.com.geometricweather.R$id: int notification_multi_city -androidx.activity.R$id: int tag_accessibility_heading -io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: io.reactivex.Observer downstream -cyanogenmod.externalviews.KeyguardExternalView: void unregisterOnWindowAttachmentChangedListener(cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener) -androidx.lifecycle.Transformations$1: void onChanged(java.lang.Object) -okio.BufferedSource: void skip(long) -cyanogenmod.app.CustomTile$ExpandedListItem -androidx.appcompat.widget.AppCompatButton: AppCompatButton(android.content.Context,android.util.AttributeSet) -androidx.vectordrawable.R$layout -androidx.appcompat.R$dimen: int abc_dialog_list_padding_bottom_no_buttons -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_contentInsetEndWithActions -androidx.appcompat.widget.AppCompatSeekBar -wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date date -wangdaye.com.geometricweather.R$drawable: int notif_temp_49 -io.reactivex.internal.observers.ForEachWhileObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: float PRECIPITATION_LIGHT -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem -okhttp3.Handshake: okhttp3.CipherSuite cipherSuite() -retrofit2.Platform$Android$MainThreadExecutor: android.os.Handler handler -james.adaptiveicon.R$styleable: int[] DrawerArrowToggle -wangdaye.com.geometricweather.remoteviews.config.DayWidgetConfigActivity -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean checkTerminated(boolean,boolean,io.reactivex.Observer) -io.reactivex.internal.subscriptions.SubscriptionArbiter: void drainLoop() -wangdaye.com.geometricweather.R$layout: int activity_settings -okhttp3.internal.platform.AndroidPlatform$CloseGuard: AndroidPlatform$CloseGuard(java.lang.reflect.Method,java.lang.reflect.Method,java.lang.reflect.Method) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Metric: int UnitType -android.didikee.donate.R$dimen: int abc_dialog_padding_material -okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.ErrorCode getErrorCode() -okhttp3.internal.cache2.Relay: long upstreamPos -androidx.transition.R$id: int transition_layout_save -com.turingtechnologies.materialscrollbar.R$id: int stretch -wangdaye.com.geometricweather.R$string: int settings_summary_service_provider -cyanogenmod.power.IPerformanceManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() -androidx.legacy.coreutils.R$layout: int notification_template_icon_group -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.String weatherText -com.turingtechnologies.materialscrollbar.R$id: int unlabeled -androidx.appcompat.R$color: R$color() -com.google.android.material.chip.ChipGroup: void setSingleLine(boolean) -androidx.appcompat.R$dimen: int abc_button_inset_horizontal_material -androidx.appcompat.widget.AppCompatSpinner: android.content.Context getPopupContext() -wangdaye.com.geometricweather.R$styleable: int ViewStubCompat_android_id -com.google.android.material.internal.ForegroundLinearLayout: ForegroundLinearLayout(android.content.Context) -com.turingtechnologies.materialscrollbar.R$string: int abc_menu_enter_shortcut_label -cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: android.os.IBinder asBinder() -androidx.appcompat.R$styleable: int GradientColor_android_tileMode -com.jaredrummler.android.colorpicker.ColorPickerView: void setOnColorChangedListener(com.jaredrummler.android.colorpicker.ColorPickerView$OnColorChangedListener) -androidx.constraintlayout.widget.R$styleable: int[] CustomAttribute -android.didikee.donate.R$string: int abc_searchview_description_clear -com.turingtechnologies.materialscrollbar.R$id: int touch_outside -com.jaredrummler.android.colorpicker.R$style: int Base_V28_Theme_AppCompat -androidx.vectordrawable.R$id: int title -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_max -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade -androidx.preference.R$styleable: int MenuItem_android_title -james.adaptiveicon.R$id: int alertTitle -androidx.constraintlayout.widget.R$attr: int displayOptions -com.google.android.material.R$styleable: int Motion_drawPath -com.turingtechnologies.materialscrollbar.R$id: int action_text -androidx.preference.R$styleable: int[] FontFamily -james.adaptiveicon.R$styleable: int AppCompatTextView_autoSizeTextType -wangdaye.com.geometricweather.R$styleable: int[] MenuItem -com.xw.repo.bubbleseekbar.R$id: int src_in -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: MinutelyEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) -android.didikee.donate.R$style: int TextAppearance_AppCompat -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric: java.lang.String Unit -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_orderInCategory -androidx.preference.R$style: int TextAppearance_AppCompat_Subhead -com.google.android.material.button.MaterialButton$SavedState: android.os.Parcelable$Creator CREATOR -com.google.android.material.slider.BaseSlider: int getFocusedThumbIndex() -wangdaye.com.geometricweather.R$color: int darkPrimary_2 -androidx.hilt.work.R$attr: int fontProviderQuery -androidx.hilt.lifecycle.R$dimen -okhttp3.internal.http2.Http2Writer: void settings(okhttp3.internal.http2.Settings) -okio.RealBufferedSource: int readIntLe() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float no2 -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation: wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation RIGHT -cyanogenmod.profiles.BrightnessSettings: boolean isDirty() -wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: void setProgress(float) -androidx.preference.R$dimen: int abc_switch_padding -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver observer -androidx.loader.R$id: int right_side -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: int unitArrayIndex -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String pm10Desc -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_22 -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header -wangdaye.com.geometricweather.R$id: int dialog_weather_hourly_subtitle -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_homeAsUpIndicator -androidx.appcompat.R$styleable: int AppCompatTextView_drawableEndCompat -io.reactivex.Observable: io.reactivex.Observable window(io.reactivex.ObservableSource,io.reactivex.functions.Function,int) -wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: java.lang.String getPollenVoice(android.content.Context,int) -com.xw.repo.bubbleseekbar.R$color: int highlighted_text_material_dark -wangdaye.com.geometricweather.R$string: int cpv_presets -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: long serialVersionUID -com.xw.repo.bubbleseekbar.R$styleable: int[] CoordinatorLayout_Layout -com.google.android.material.internal.StaticLayoutBuilderCompat$StaticLayoutBuilderCompatException -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_contentDescription -androidx.drawerlayout.R$color -androidx.appcompat.R$style: int Base_Widget_AppCompat_Button_Small -okhttp3.internal.ws.WebSocketWriter: void writeControlFrame(int,okio.ByteString) -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_star_half_black_16dp -okhttp3.OkHttpClient: okhttp3.Cache cache -cyanogenmod.app.PartnerInterface -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: long serialVersionUID -com.google.android.material.R$attr: int iconGravity -io.reactivex.internal.operators.observable.ObservableReplay$SizeBoundReplayBuffer: long serialVersionUID -androidx.appcompat.resources.R$id: int info -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: boolean eager -com.xw.repo.bubbleseekbar.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow -io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: io.reactivex.internal.disposables.SequentialDisposable timed -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_rotationX +wangdaye.com.geometricweather.R$styleable: int MaterialTextView_android_lineHeight +com.xw.repo.bubbleseekbar.R$color: int bright_foreground_inverse_material_dark +androidx.appcompat.R$style: int Theme_AppCompat_Light +com.jaredrummler.android.colorpicker.R$color: int ripple_material_light +androidx.constraintlayout.widget.R$attr: int constraintSetEnd +androidx.constraintlayout.widget.R$attr: int switchStyle +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleMargins +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_is_float_type +androidx.preference.R$color: int dim_foreground_disabled_material_light +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder proxySelector(java.net.ProxySelector) +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_paddingBottom +com.google.android.material.R$styleable: int KeyCycle_android_translationX +androidx.appcompat.R$color: int button_material_light +io.reactivex.internal.subscribers.DeferredScalarSubscriber: void onComplete() +wangdaye.com.geometricweather.R$styleable: int Preference_android_layout +com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_colored_material +wangdaye.com.geometricweather.R$attr: int keyPositionType +androidx.drawerlayout.R$drawable: int notification_bg_low_pressed +android.didikee.donate.R$id: int split_action_bar +com.google.android.material.R$styleable: int ConstraintSet_layout_constrainedWidth +androidx.customview.R$styleable: int FontFamily_fontProviderPackage +androidx.constraintlayout.widget.R$attr: int track +com.google.android.material.R$dimen: int mtrl_bottomappbar_fab_cradle_rounded_corner_radius +cyanogenmod.providers.WeatherContract$WeatherColumns$TempUnit: int CELSIUS +androidx.hilt.lifecycle.R$id: int action_container +com.jaredrummler.android.colorpicker.R$attr: int entryValues +com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_layout_keyline +androidx.customview.R$attr: int fontProviderCerts +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeThunderstormPrecipitation() +wangdaye.com.geometricweather.R$styleable: int ImageFilterView_warmth +com.google.android.material.R$styleable: int[] ActionMode +retrofit2.Response: retrofit2.Response success(int,java.lang.Object) +com.google.android.material.R$styleable: int TextInputLayout_passwordToggleContentDescription +com.google.android.material.R$styleable: int MotionTelltales_telltales_tailScale +androidx.legacy.coreutils.R$drawable: int notify_panel_notification_icon_bg +retrofit2.RequestFactory$Builder: RequestFactory$Builder(retrofit2.Retrofit,java.lang.reflect.Method) +androidx.activity.R$styleable: int FontFamilyFont_fontWeight +okio.Buffer: okio.Buffer writeByte(int) +james.adaptiveicon.R$attr: int allowStacking +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void otherSuccess(java.lang.Object) +retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter: CompletableFutureCallAdapterFactory$BodyCallAdapter(java.lang.reflect.Type) +wangdaye.com.geometricweather.R$attr: int tabIconTint +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_TextView +wangdaye.com.geometricweather.R$string: int mtrl_exceed_max_badge_number_content_description +com.jaredrummler.android.colorpicker.R$attr: int backgroundSplit +androidx.activity.R$id: int accessibility_custom_action_12 +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SNOW_SHOWERS +androidx.viewpager2.R$styleable: int RecyclerView_android_orientation +wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: void setIndicatorPosition(int) +cyanogenmod.profiles.LockSettings: java.lang.String TAG +cyanogenmod.providers.CMSettings$1: boolean validate(java.lang.String) +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: io.reactivex.Observer downstream +com.google.android.material.R$styleable: int CustomAttribute_customBoolean +okhttp3.RealCall +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_24 +wangdaye.com.geometricweather.R$style: int Preference_SwitchPreferenceCompat_Material +wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: int getChartTop() +com.google.android.material.R$styleable: int AppCompatTheme_actionBarWidgetTheme +androidx.constraintlayout.widget.R$anim: int btn_checkbox_to_unchecked_box_inner_merged_animation +com.xw.repo.bubbleseekbar.R$attr: int title +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_136 +retrofit2.adapter.rxjava2.CallEnqueueObservable: retrofit2.Call originalCall +androidx.appcompat.resources.R$id: int accessibility_custom_action_1 +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: void enqueue(retrofit2.Callback) +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay CARD_ALLERGEN +android.didikee.donate.R$color: int background_floating_material_dark +com.google.android.material.R$styleable: int CardView_contentPaddingRight +retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: io.reactivex.Scheduler scheduler +androidx.viewpager2.R$id: R$id() +androidx.preference.R$attr: int height +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionButton_Overflow +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_CompactMenu +com.google.android.material.slider.BaseSlider$SliderState +androidx.appcompat.resources.R$id: int chronometer +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_background +androidx.loader.R$attr: int fontWeight +androidx.appcompat.R$style: int TextAppearance_Compat_Notification_Info +com.google.android.material.internal.CheckableImageButton +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void onComplete() +com.jaredrummler.android.colorpicker.R$styleable: int[] ColorPanelView +james.adaptiveicon.R$id: int radio +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: long serialVersionUID +com.github.rahatarmanahmed.cpv.CircularProgressView: void init(android.util.AttributeSet,int) +androidx.legacy.coreutils.R$style: int Widget_Compat_NotificationActionText +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_visible +androidx.viewpager.widget.ViewPager: int getPageMargin() +wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_seekBarIncrement +wangdaye.com.geometricweather.R$id: int item_details_icon +wangdaye.com.geometricweather.R$id: int mtrl_picker_header_selection_text +androidx.constraintlayout.widget.R$drawable: int abc_textfield_search_material +okhttp3.internal.publicsuffix.PublicSuffixDatabase +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int MIXED_RAIN_AND_HAIL +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_paddingLeft +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: android.view.WindowManager$LayoutParams access$300(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) +wangdaye.com.geometricweather.weather.apis.CNWeatherApi +okhttp3.internal.http2.Settings: int size() +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.WeatherEntity) +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void onSubscribe(io.reactivex.disposables.Disposable) +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: io.reactivex.disposables.Disposable upstream +androidx.preference.R$color: int ripple_material_light +androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert +com.google.android.material.R$attr: int checkedIconVisible +okhttp3.OkHttpClient$Builder: javax.net.ssl.HostnameVerifier hostnameVerifier +androidx.constraintlayout.widget.R$attr: int actionModeCloseDrawable +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeRealFeelTemperature(java.lang.Integer) +com.xw.repo.bubbleseekbar.R$drawable: int abc_text_select_handle_middle_mtrl_light +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal +androidx.appcompat.widget.LinearLayoutCompat: void setOrientation(int) +wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_box_label_cutout_padding +wangdaye.com.geometricweather.R$styleable: int Toolbar_contentInsetStartWithNavigation +wangdaye.com.geometricweather.R$styleable: int Slider_haloRadius +retrofit2.DefaultCallAdapterFactory$1: retrofit2.DefaultCallAdapterFactory this$0 +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid +okhttp3.internal.cache.CacheInterceptor: boolean isEndToEnd(java.lang.String) +androidx.vectordrawable.R$drawable +com.google.android.material.bottomnavigation.BottomNavigationView$SavedState +wangdaye.com.geometricweather.R$attr: int radius_to +com.google.android.material.R$layout: int mtrl_picker_fullscreen +androidx.appcompat.R$color: int dim_foreground_disabled_material_light +androidx.appcompat.R$style: int Platform_V21_AppCompat_Light +okhttp3.ResponseBody$BomAwareReader: void close() +androidx.work.R$styleable: int ColorStateListItem_android_alpha +androidx.appcompat.R$styleable: int ViewBackgroundHelper_android_background +androidx.appcompat.R$color: int abc_color_highlight_material +androidx.constraintlayout.widget.R$styleable: int AlertDialog_buttonIconDimen +wangdaye.com.geometricweather.R$styleable: int[] Insets +okhttp3.internal.http.HttpHeaders: okio.ByteString TOKEN_DELIMITERS +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: ObservableReplay$ReplayObserver(io.reactivex.internal.operators.observable.ObservableReplay$ReplayBuffer) +wangdaye.com.geometricweather.R$drawable: int weather_cloudy_mini_dark +wangdaye.com.geometricweather.R$styleable: int InkPageIndicator_dotDiameter +com.google.android.material.R$styleable: int AppCompatTextHelper_android_textAppearance +com.google.android.material.R$styleable: int[] FloatingActionButton +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.Precipitation getPrecipitation() +wangdaye.com.geometricweather.R$styleable: int MultiSelectListPreference_android_entries +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void onComplete() +cyanogenmod.providers.CMSettings$Secure: long getLongForUser(android.content.ContentResolver,java.lang.String,long,int) +android.support.v4.os.ResultReceiver$MyResultReceiver: android.support.v4.os.ResultReceiver this$0 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Metric: double Value +com.google.android.material.R$attr: int tabInlineLabel +cyanogenmod.app.suggest.AppSuggestManager: android.graphics.drawable.Drawable loadIcon(cyanogenmod.app.suggest.ApplicationSuggestion) +com.google.android.material.R$styleable: int ActionBar_homeLayout +wangdaye.com.geometricweather.R$drawable: int mtrl_popupmenu_background_dark +cyanogenmod.profiles.LockSettings: void processOverride(android.content.Context,com.android.internal.policy.IKeyguardService) +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: java.lang.Object next() +okhttp3.Cache: void remove(okhttp3.Request) +cyanogenmod.providers.DataUsageContract: int COLUMN_OF_FAST_AVG +wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_marginTop +wangdaye.com.geometricweather.R$id: int widget_week_temp_1 +io.reactivex.internal.observers.BlockingObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.R$drawable: int abc_list_selector_background_transition_holo_dark +android.didikee.donate.R$string: int app_name +wangdaye.com.geometricweather.R$anim: int abc_tooltip_enter +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_verticalBias +wangdaye.com.geometricweather.R$string: int about_greenDAO +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation Elevation +androidx.appcompat.R$styleable: int MenuView_android_windowAnimationStyle +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Compat_Notification_Title +wangdaye.com.geometricweather.db.entities.LocationEntity: float getLatitude() +androidx.preference.R$styleable: int AppCompatTheme_listPopupWindowStyle +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: FitSystemBarRecyclerView(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Imperial: java.lang.String Unit +james.adaptiveicon.R$attr: int track +androidx.constraintlayout.widget.R$attr: int layout_constraintEnd_toEndOf +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_counterOverflowTextColor +cyanogenmod.externalviews.ExternalView$3: void run() +cyanogenmod.providers.CMSettings$NameValueCache: java.lang.String getStringForUser(android.content.ContentResolver,java.lang.String,int) +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Long id +androidx.appcompat.widget.Toolbar: void setContentInsetEndWithActions(int) +androidx.preference.R$styleable: int MenuGroup_android_id +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: io.reactivex.Scheduler$Worker worker +com.google.android.material.appbar.AppBarLayout: float getTargetElevation() +okio.RealBufferedSink: long writeAll(okio.Source) +wangdaye.com.geometricweather.R$styleable: int Constraint_motionStagger +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.lang.Integer cloudCover +androidx.preference.R$style: int Base_AlertDialog_AppCompat_Light +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_7 +io.reactivex.internal.subscriptions.SubscriptionHelper: boolean cancel(java.util.concurrent.atomic.AtomicReference) +com.xw.repo.bubbleseekbar.R$attr: int checkedTextViewStyle +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: long serialVersionUID +com.xw.repo.bubbleseekbar.R$drawable: int abc_dialog_material_background +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date +okhttp3.internal.http2.Http2Connection$5: java.util.List val$requestHeaders +wangdaye.com.geometricweather.R$attr: int actionLayout +com.turingtechnologies.materialscrollbar.R$attr: int titleMargins +james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text +com.turingtechnologies.materialscrollbar.R$string: int abc_search_hint +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean +okhttp3.CertificatePinner$Pin: CertificatePinner$Pin(java.lang.String,java.lang.String) +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String district +androidx.appcompat.R$style: int Widget_AppCompat_ListView_Menu +com.google.android.material.bottomnavigation.BottomNavigationView$SavedState: android.os.Parcelable$Creator CREATOR +androidx.swiperefreshlayout.R$dimen: int notification_content_margin_start +com.xw.repo.bubbleseekbar.R$color: int abc_tint_btn_checkable +com.google.android.material.R$attr: int foregroundInsidePadding +okhttp3.Call: void enqueue(okhttp3.Callback) +cyanogenmod.app.StatusBarPanelCustomTile: int getUid() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionMenuTextColor +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleMarginTop +okhttp3.internal.http2.Http2Stream$FramingSink: long EMIT_BUFFER_SIZE +androidx.preference.R$attr: int panelBackground +com.google.android.material.R$anim: int mtrl_bottom_sheet_slide_in +james.adaptiveicon.R$id: int action_bar_spinner +androidx.dynamicanimation.R$dimen: int compat_control_corner_material +wangdaye.com.geometricweather.R$layout: int item_icon_provider_get_more +com.google.gson.JsonParseException +androidx.work.ExistingPeriodicWorkPolicy: androidx.work.ExistingPeriodicWorkPolicy REPLACE +android.didikee.donate.R$attr: int titleMargins +androidx.viewpager2.R$styleable: int GradientColor_android_startColor +cyanogenmod.hardware.CMHardwareManager: int COLOR_CALIBRATION_MAX_INDEX +androidx.preference.R$id: int edit_query +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: boolean done +okhttp3.internal.connection.RealConnection: void connect(int,int,int,int,boolean,okhttp3.Call,okhttp3.EventListener) +com.google.android.material.chip.Chip: void setCloseIconEndPadding(float) +com.turingtechnologies.materialscrollbar.R$drawable: int notification_bg_low_pressed +wangdaye.com.geometricweather.R$dimen: int design_navigation_item_icon_padding +wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_dayNightTypeTitle +okhttp3.internal.http.BridgeInterceptor: java.lang.String cookieHeader(java.util.List) +androidx.appcompat.resources.R$layout: R$layout() +androidx.swiperefreshlayout.R$id: int tag_unhandled_key_event_manager +okhttp3.Handshake: java.security.Principal localPrincipal() +com.google.android.material.R$styleable: int Layout_layout_constraintHeight_percent +com.google.android.material.R$attr: int itemTextAppearanceInactive +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX +com.google.android.material.R$styleable: int Chip_textStartPadding +okhttp3.internal.platform.AndroidPlatform$CloseGuard: java.lang.reflect.Method openMethod +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_lastVerticalBias +cyanogenmod.themes.IThemeProcessingListener$Stub: IThemeProcessingListener$Stub() +com.google.android.material.chip.ChipGroup: void setChipSpacingVerticalResource(int) +wangdaye.com.geometricweather.R$dimen: int abc_list_item_padding_horizontal_material +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_checkboxStyle +wangdaye.com.geometricweather.R$id: int up +com.turingtechnologies.materialscrollbar.R$layout: int abc_search_dropdown_item_icons_2line +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored +com.google.android.material.R$styleable: int TextInputLayout_endIconCheckable +com.google.android.material.R$attr: int closeIconSize +androidx.appcompat.R$drawable: int abc_ratingbar_small_material +androidx.preference.R$attr: int colorControlHighlight +androidx.hilt.R$layout: int notification_template_part_chronometer +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: boolean done +android.didikee.donate.R$styleable: int AppCompatTheme_actionBarItemBackground +wangdaye.com.geometricweather.R$drawable: int abc_list_divider_mtrl_alpha +cyanogenmod.content.Intent: java.lang.String ACTION_THEME_UPDATED +wangdaye.com.geometricweather.R$id: int accelerate +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_1_00 +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Small +com.google.android.material.R$style: int Base_V23_Theme_AppCompat +androidx.preference.R$styleable: int TextAppearance_android_shadowColor +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceButton +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight_Dialog_Alert +androidx.constraintlayout.widget.R$anim: int btn_checkbox_to_unchecked_check_path_merged_animation +wangdaye.com.geometricweather.R$id: int widget_clock_day_lunar +wangdaye.com.geometricweather.R$id: int transparency_seekbar +okhttp3.internal.connection.RouteSelector$Selection: boolean hasNext() +com.bumptech.glide.R$id: int right_side +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info +com.turingtechnologies.materialscrollbar.R$styleable: int[] ActionMode +okio.RealBufferedSink: okio.BufferedSink writeLong(long) +androidx.fragment.R$drawable: int notification_icon_background +com.google.android.material.R$style: int Widget_MaterialComponents_CardView +james.adaptiveicon.R$id: int search_mag_icon +androidx.cardview.R$styleable: int CardView_cardCornerRadius +com.turingtechnologies.materialscrollbar.R$string: int abc_capital_on +com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType PNG_A +james.adaptiveicon.R$styleable: int AppCompatTheme_windowFixedWidthMajor +com.google.android.material.R$styleable: int ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderDivider +androidx.appcompat.widget.AppCompatButton: void setSupportCompoundDrawablesTintMode(android.graphics.PorterDuff$Mode) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TimePicker_Button +androidx.legacy.coreutils.R$styleable: int GradientColor_android_startY +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: boolean isDisposed() +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Integer getAqiIndex() +wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout: void setOnApplyWindowInsetsListener(android.view.View$OnApplyWindowInsetsListener) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeSnowPrecipitationProbability +com.bumptech.glide.R$id: int none +androidx.viewpager.widget.PagerTabStrip: void setTabIndicatorColorResource(int) +com.xw.repo.bubbleseekbar.R$attr: int bsb_bubble_text_size +wangdaye.com.geometricweather.R$id: int center_horizontal +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xmr +com.jaredrummler.android.colorpicker.R$id: int action_text +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_submitBackground +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamily_fontProviderFetchTimeout +wangdaye.com.geometricweather.R$animator: int weather_snow_2 +androidx.lifecycle.ProcessLifecycleOwner$1: ProcessLifecycleOwner$1(androidx.lifecycle.ProcessLifecycleOwner) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintCircle +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Dialog +wangdaye.com.geometricweather.R$styleable: int[] CheckBoxPreference wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: int getIsRainOrSnow() -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_Button -wangdaye.com.geometricweather.R$attr: int indicatorSize -android.didikee.donate.R$color: int primary_text_disabled_material_dark -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: void cancelSources() -android.didikee.donate.R$styleable: int AppCompatTextView_autoSizeTextType -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_android_background -wangdaye.com.geometricweather.R$string: int abc_capital_on -com.google.android.material.R$styleable: int MaterialCalendar_android_windowFullscreen -androidx.constraintlayout.widget.R$integer -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_Chip -androidx.fragment.app.FragmentManagerImpl -androidx.appcompat.R$anim: int btn_checkbox_to_checked_icon_null_animation -androidx.preference.R$styleable: int AppCompatTheme_colorSwitchThumbNormal -androidx.work.R$dimen: int notification_media_narrow_margin -com.jaredrummler.android.colorpicker.R$dimen: int notification_main_column_padding_top -com.google.gson.stream.JsonReader: int NUMBER_CHAR_SIGN -james.adaptiveicon.R$styleable: int[] AppCompatTheme -cyanogenmod.themes.IThemeChangeListener$Stub: int TRANSACTION_onProgress_0 -com.jaredrummler.android.colorpicker.R$styleable: int ListPreference_entryValues -androidx.appcompat.R$dimen: int abc_text_size_menu_header_material -com.google.android.material.R$attr: int buttonTint -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() -com.google.android.material.R$dimen: int abc_cascading_menus_min_smallest_width -androidx.hilt.R$styleable: int FontFamilyFont_fontVariationSettings -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_DarkActionBar -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: int AlertID -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_goneMarginStart -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void onComplete() -com.jaredrummler.android.colorpicker.R$id: int checkbox +androidx.legacy.coreutils.R$styleable: int GradientColor_android_endX +com.google.android.material.R$styleable: int MaterialButton_android_insetBottom +wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatSeekBar_tickMarkTintMode +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VectorDrawableCompatState +androidx.constraintlayout.widget.R$attr: int iconifiedByDefault +androidx.preference.R$layout: int notification_action_tombstone +io.reactivex.Observable: io.reactivex.Single single(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_shadowRadius +cyanogenmod.providers.CMSettings$System: boolean putInt(android.content.ContentResolver,java.lang.String,int) +com.google.android.material.R$styleable: int RecyclerView_fastScrollEnabled +wangdaye.com.geometricweather.R$attr: int insetForeground +wangdaye.com.geometricweather.R$attr: int deriveConstraintsFrom +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onKeyguardShowing(boolean) +okhttp3.internal.tls.OkHostnameVerifier: boolean verifyIpAddress(java.lang.String,java.security.cert.X509Certificate) +okhttp3.internal.http2.Http2Reader$Handler: void alternateService(int,java.lang.String,okio.ByteString,java.lang.String,int,long) +wangdaye.com.geometricweather.R$string: int app_name +cyanogenmod.content.Intent: java.lang.String ACTION_RECENTS_LONG_PRESS +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: long index +androidx.appcompat.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless +james.adaptiveicon.R$dimen: int notification_large_icon_width +okhttp3.ConnectionSpec: okhttp3.ConnectionSpec COMPATIBLE_TLS +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_DropDownItem +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowMinWidthMajor +androidx.preference.R$styleable: int Fragment_android_name +com.google.android.material.R$layout: int design_bottom_sheet_dialog +androidx.constraintlayout.widget.R$styleable: int KeyPosition_framePosition +com.google.android.material.R$id: int accessibility_custom_action_3 +com.google.android.material.R$anim: int abc_shrink_fade_out_from_bottom +androidx.viewpager.R$id: int text +com.turingtechnologies.materialscrollbar.R$drawable: int abc_seekbar_tick_mark_material +james.adaptiveicon.R$styleable: int ActionBar_progressBarStyle +androidx.coordinatorlayout.R$id: int async +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionBar +com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Widget_AppCompat_EditText +okhttp3.Cache$1 com.google.android.material.R$attr: int chipMinTouchTargetSize -james.adaptiveicon.R$styleable: int Toolbar_android_minHeight -androidx.activity.R$attr: R$attr() -androidx.activity.R$styleable: int FontFamilyFont_ttcIndex -androidx.appcompat.resources.R$styleable: int GradientColor_android_endColor -cyanogenmod.app.CustomTileListenerService: cyanogenmod.app.ICMStatusBarManager mStatusBarService -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_SHOW_WEATHER_VALIDATOR -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemHeight -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay TAG_UV_INDEX -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean speed -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle -okhttp3.internal.http2.Hpack$Writer: Hpack$Writer(int,boolean,okio.Buffer) -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamily_fontProviderFetchTimeout -androidx.lifecycle.extensions.R$styleable: int FragmentContainerView_android_tag -cyanogenmod.alarmclock.ClockContract$CitiesColumns: java.lang.String TIMEZONE_NAME -wangdaye.com.geometricweather.R$string: int sp_widget_hourly_trend_setting -wangdaye.com.geometricweather.R$styleable: int Preference_android_singleLineTitle -androidx.appcompat.widget.SwitchCompat: void setTrackTintMode(android.graphics.PorterDuff$Mode) -com.google.android.material.R$styleable: int Layout_layout_constraintHorizontal_chainStyle -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonStyleSmall -androidx.preference.R$styleable: int View_paddingStart -wangdaye.com.geometricweather.R$string: int key_notification_hide_big_view -androidx.fragment.R$styleable: int GradientColor_android_gradientRadius -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getWeatherSource() -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_thumb_radius_on_dragging -com.google.android.material.R$id: int radio -okhttp3.internal.http2.Http2Connection: Http2Connection(okhttp3.internal.http2.Http2Connection$Builder) -io.reactivex.internal.observers.InnerQueuedObserver: void onNext(java.lang.Object) -androidx.viewpager.R$attr: R$attr() -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property No2 -james.adaptiveicon.R$styleable: int Spinner_android_entries -com.google.android.material.R$dimen: int notification_right_icon_size -okhttp3.MultipartBody: okhttp3.MediaType type() -androidx.preference.R$attr: int itemPadding -wangdaye.com.geometricweather.R$drawable: int notif_temp_33 -androidx.constraintlayout.widget.R$attr: int contentInsetEnd -com.turingtechnologies.materialscrollbar.R$attr: int colorPrimaryDark -okio.SegmentedByteString: okio.ByteString md5() -cyanogenmod.os.Build: java.lang.String getString(java.lang.String) -okhttp3.internal.http2.Http2Stream$StreamTimeout: void timedOut() -okhttp3.Cookie: java.util.regex.Pattern YEAR_PATTERN -androidx.loader.R$attr: int fontWeight -androidx.hilt.R$drawable: int notification_bg -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1: retrofit2.Callback val$callback -com.google.android.material.textfield.TextInputLayout: void setSuffixTextAppearance(int) -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionBar -androidx.preference.R$styleable: int Toolbar_title -com.google.android.material.R$styleable: int Transition_constraintSetStart -androidx.vectordrawable.animated.R$attr: int fontProviderCerts -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_25 -androidx.appcompat.R$styleable: int TextAppearance_android_fontFamily -androidx.appcompat.R$dimen: int notification_top_pad_large_text -io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: java.lang.Object value -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipMinTouchTargetSize -androidx.dynamicanimation.R$styleable: int GradientColor_android_endX -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal -androidx.constraintlayout.widget.R$string: int abc_menu_meta_shortcut_label -cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_setLiveLockScreenEnabled -wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView -com.jaredrummler.android.colorpicker.R$attr: int iconTintMode -wangdaye.com.geometricweather.remoteviews.config.Hilt_DayWidgetConfigActivity -androidx.appcompat.widget.AppCompatAutoCompleteTextView: AppCompatAutoCompleteTextView(android.content.Context) -com.turingtechnologies.materialscrollbar.R$styleable: int ColorStateListItem_alpha -com.google.android.material.bottomnavigation.BottomNavigationView: BottomNavigationView(android.content.Context) -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Medium -com.bumptech.glide.R$styleable: int GradientColor_android_gradientRadius -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Compat_Notification_Title -wangdaye.com.geometricweather.R$styleable: int Toolbar_contentInsetEnd -com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_showTitle -wangdaye.com.geometricweather.R$string: int feedback_running_in_background -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_weight -androidx.preference.R$styleable: int AppCompatTheme_editTextBackground -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric: AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX: CNWeatherResult$WeatherX() -androidx.lifecycle.LiveData: void postValue(java.lang.Object) -androidx.activity.R$id: int icon -com.google.android.material.R$dimen: int material_cursor_inset_bottom -android.didikee.donate.R$style: int Base_Theme_AppCompat_DialogWhenLarge -okio.RealBufferedSink: okio.Buffer buffer() -wangdaye.com.geometricweather.R$attr: int cornerSizeTopRight -com.google.android.material.R$bool -wangdaye.com.geometricweather.db.entities.HistoryEntity: void setCityId(java.lang.String) -wangdaye.com.geometricweather.R$string: int feedback_select_location_provider -com.google.android.material.textfield.TextInputLayout: void setBoxBackgroundColor(int) -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Title -com.bumptech.glide.load.HttpException: int statusCode -cyanogenmod.providers.CMSettings$System: java.lang.String KEY_ASSIST_ACTION -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256 -okhttp3.ConnectionSpec: int hashCode() -com.google.android.material.switchmaterial.SwitchMaterial: SwitchMaterial(android.content.Context,android.util.AttributeSet,int) -com.jaredrummler.android.colorpicker.R$dimen: int notification_big_circle_margin -james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft -com.google.android.material.R$attr: int alpha -androidx.coordinatorlayout.R$id: int accessibility_custom_action_5 -com.google.android.material.R$layout: int abc_list_menu_item_layout -com.google.android.material.R$id: int accessibility_custom_action_18 -androidx.preference.R$style: int PreferenceFragmentList -com.google.android.material.R$dimen: int mtrl_extended_fab_elevation -com.jaredrummler.android.colorpicker.R$styleable: int Preference_widgetLayout -com.bumptech.glide.integration.okhttp.R$layout -com.google.android.material.button.MaterialButton: void setIconTint(android.content.res.ColorStateList) -androidx.dynamicanimation.R$id: int forever -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: void dispose() -okhttp3.Cache$Entry: long sentRequestMillis -androidx.preference.R$dimen: int hint_pressed_alpha_material_dark -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_logo -com.turingtechnologies.materialscrollbar.R$string: int abc_searchview_description_query -okhttp3.internal.http.RetryAndFollowUpInterceptor: void setCallStackTrace(java.lang.Object) -james.adaptiveicon.R$attr: int arrowShaftLength -cyanogenmod.util.ColorUtils -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: float getMax() -wangdaye.com.geometricweather.R$styleable: int MaterialCardView_cardForegroundColor -com.jaredrummler.android.colorpicker.R$color: int material_deep_teal_200 -androidx.appcompat.R$attr: int actionBarTheme -com.google.gson.stream.JsonScope: int DANGLING_NAME -okio.BufferedSource: java.lang.String readUtf8(long) -androidx.appcompat.R$integer: int cancel_button_image_alpha -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$LocalSource -okio.Okio: okio.Source source(java.io.File) -okhttp3.HttpUrl$Builder: int schemeDelimiterOffset(java.lang.String,int,int) -wangdaye.com.geometricweather.R$attr: int boxCollapsedPaddingTop -okhttp3.CacheControl: boolean isPrivate() -androidx.preference.R$styleable: int AppCompatTheme_actionBarPopupTheme -okhttp3.Cache$CacheResponseBody: okhttp3.MediaType contentType() -androidx.appcompat.R$styleable: int AppCompatTextView_autoSizeTextType -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Direction: java.lang.String Localized -wangdaye.com.geometricweather.common.ui.widgets.SquareFrameLayout -androidx.lifecycle.Transformations: Transformations() -androidx.appcompat.R$drawable: int abc_btn_switch_to_on_mtrl_00012 -androidx.preference.R$styleable: int[] AppCompatTheme -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_constraint_referenced_ids -wangdaye.com.geometricweather.R$layout: int material_chip_input_combo -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light_Dialog_Alert -android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem -android.didikee.donate.R$color: int highlighted_text_material_light -androidx.preference.R$attr: int actionModePopupWindowStyle -cyanogenmod.themes.ThemeManager$2$1: void run() -androidx.appcompat.R$bool -retrofit2.BuiltInConverters$BufferingResponseBodyConverter: okhttp3.ResponseBody convert(okhttp3.ResponseBody) -com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode: com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode FIRST_VISIBLE -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() -com.jaredrummler.android.colorpicker.R$style: int Preference_SwitchPreferenceCompat_Material -androidx.constraintlayout.widget.R$anim: int abc_fade_in -android.didikee.donate.R$drawable: int notification_template_icon_low_bg -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void subscribeActual() -androidx.constraintlayout.widget.R$dimen: int abc_text_size_body_1_material -io.reactivex.internal.util.NotificationLite: java.lang.Object disposable(io.reactivex.disposables.Disposable) -androidx.preference.R$styleable: int PreferenceTheme_preferenceCategoryTitleTextAppearance -cyanogenmod.app.CustomTile$ExpandedStyle: void internalStyleId(int) -okhttp3.internal.http.HttpHeaders: long contentLength(okhttp3.Response) -okhttp3.internal.platform.AndroidPlatform: java.lang.String getSelectedProtocol(javax.net.ssl.SSLSocket) -androidx.coordinatorlayout.R$id: int line1 -androidx.constraintlayout.utils.widget.ImageFilterView: float getBrightness() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated -com.jaredrummler.android.colorpicker.R$attr: int seekBarIncrement -io.reactivex.Observable: io.reactivex.Observable throttleLatest(long,java.util.concurrent.TimeUnit,boolean) -cyanogenmod.externalviews.KeyguardExternalView$2: boolean requestDismissAndStartActivity(android.content.Intent) -com.xw.repo.bubbleseekbar.R$drawable: int notification_bg_normal_pressed -com.xw.repo.bubbleseekbar.R$attr: int alertDialogTheme -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_contentInsetStartWithNavigation -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_pivotX -androidx.constraintlayout.widget.R$id: int submit_area -wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_marginEnd -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX: void setBrands(java.util.List) -androidx.coordinatorlayout.R$dimen: int notification_right_side_padding_top -wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle[] values() -androidx.lifecycle.extensions.R$styleable: int GradientColorItem_android_color -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_recyclerView -com.google.android.material.floatingactionbutton.FloatingActionButton: void setTranslationY(float) -androidx.fragment.app.DialogFragment -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange -wangdaye.com.geometricweather.R$id: int app_bar -okhttp3.internal.http1.Http1Codec: okio.BufferedSink sink -androidx.drawerlayout.R$id: int tag_unhandled_key_listeners -androidx.appcompat.widget.AppCompatSpinner: void setPopupBackgroundDrawable(android.graphics.drawable.Drawable) -androidx.appcompat.R$styleable: int GradientColor_android_startColor -android.support.v4.app.INotificationSideChannel$Stub$Proxy: void cancel(java.lang.String,int,java.lang.String) -wangdaye.com.geometricweather.R$styleable: int Constraint_motionProgress -androidx.viewpager2.R$attr: int fontStyle -wangdaye.com.geometricweather.R$styleable: int SearchView_submitBackground -android.didikee.donate.R$styleable: int TextAppearance_android_shadowRadius -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableEndCompat -androidx.appcompat.R$style: int Widget_AppCompat_DrawerArrowToggle -androidx.appcompat.widget.LinearLayoutCompat: void setHorizontalGravity(int) -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_star_half_black_48dp -androidx.activity.R$integer: R$integer() -okhttp3.internal.http2.Http2Connection$7: void execute() -com.jaredrummler.android.colorpicker.R$attr: int cpv_showColorShades -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_maxHeight -androidx.drawerlayout.R$style: int Widget_Compat_NotificationActionText -okhttp3.internal.http.HttpHeaders: java.lang.String readQuotedString(okio.Buffer) -androidx.hilt.lifecycle.R$styleable: int GradientColorItem_android_offset -io.reactivex.internal.subscribers.DeferredScalarSubscriber: void onSubscribe(org.reactivestreams.Subscription) -wangdaye.com.geometricweather.db.entities.DailyEntity: void setO3(java.lang.Float) -com.google.android.material.R$dimen: int abc_text_size_display_1_material -androidx.preference.R$attr: int drawableTint -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayoutStates_state_collapsed -wangdaye.com.geometricweather.R$attr: int tickMark -james.adaptiveicon.R$attr: int divider -io.reactivex.Observable: io.reactivex.Observable buffer(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void innerSuccess(java.lang.Object) -wangdaye.com.geometricweather.R$string: int settings_title_exchange_day_night_temp_switch -com.google.android.material.R$id: int progress_horizontal -android.didikee.donate.R$styleable: int ActionBar_contentInsetEnd -wangdaye.com.geometricweather.R$attr: int cpv_showColorShades -androidx.appcompat.R$styleable: int MenuItem_android_title -okhttp3.Request$Builder: okhttp3.HttpUrl url -cyanogenmod.themes.IThemeChangeListener$Stub: android.os.IBinder asBinder() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Ice: int UnitType -androidx.swiperefreshlayout.R$color: int notification_action_color_filter -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_118 -androidx.appcompat.resources.R$styleable: int[] FontFamily -androidx.drawerlayout.R$drawable: int notification_tile_bg -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintStart_toStartOf -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_switchStyle -com.google.android.material.R$styleable: int TextInputLayout_suffixTextColor -com.google.android.material.R$id: int group_divider -com.bumptech.glide.integration.okhttp.R$layout: int notification_template_part_time -okhttp3.Cache$CacheRequestImpl: Cache$CacheRequestImpl(okhttp3.Cache,okhttp3.internal.cache.DiskLruCache$Editor) -com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status RUNNING -com.google.android.material.R$drawable: int abc_scrubber_control_off_mtrl_alpha -androidx.hilt.lifecycle.R$id: int tag_unhandled_key_listeners -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: java.util.concurrent.atomic.AtomicReference mainDisposable -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: java.util.ArrayDeque buffers -com.turingtechnologies.materialscrollbar.R$attr: int buttonBarNegativeButtonStyle -okhttp3.MultipartBody: byte[] DASHDASH -androidx.constraintlayout.widget.R$dimen: int abc_list_item_height_material -cyanogenmod.themes.ThemeManager$2: ThemeManager$2(cyanogenmod.themes.ThemeManager) -wangdaye.com.geometricweather.R$id: int mtrl_picker_text_input_date -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void error(java.lang.Throwable) -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean unRegisterThermalListener(cyanogenmod.hardware.IThermalListenerCallback) -io.reactivex.internal.util.ErrorMode: io.reactivex.internal.util.ErrorMode valueOf(java.lang.String) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: java.lang.String getFrom() -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -androidx.lifecycle.LiveData$1: androidx.lifecycle.LiveData this$0 -io.reactivex.internal.schedulers.AbstractDirectTask: long serialVersionUID -androidx.constraintlayout.widget.R$id: int action_bar_root -cyanogenmod.app.IProfileManager: android.app.NotificationGroup getNotificationGroup(android.os.ParcelUuid) -cyanogenmod.themes.IThemeChangeListener$Stub: java.lang.String DESCRIPTOR -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircleView -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_percent -androidx.coordinatorlayout.R$id: int accessibility_custom_action_23 -okhttp3.internal.NamedRunnable -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void access$700(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) -androidx.constraintlayout.widget.R$dimen: int tooltip_horizontal_padding -james.adaptiveicon.R$drawable: int abc_list_selector_background_transition_holo_dark -com.turingtechnologies.materialscrollbar.R$color: int mtrl_textinput_hovered_box_stroke_color -okhttp3.Challenge: java.lang.String realm() -cyanogenmod.alarmclock.ClockContract$AlarmsColumns -io.reactivex.Observable: io.reactivex.Observable combineLatest(java.lang.Iterable,io.reactivex.functions.Function) -com.google.android.material.chip.Chip: com.google.android.material.animation.MotionSpec getHideMotionSpec() -android.didikee.donate.R$color: int primary_dark_material_dark -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: long serialVersionUID -com.google.android.material.R$drawable: int abc_ic_star_black_36dp -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintStart_toStartOf -wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status: wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status valueOf(java.lang.String) -okhttp3.internal.http2.Huffman$Node: int terminalBits -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Imperial: java.lang.String Unit -james.adaptiveicon.R$styleable: int[] MenuItem -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_android_inputType -androidx.viewpager2.R$styleable: int GradientColor_android_startX -wangdaye.com.geometricweather.R$string: int key_widget_clock_day_week -com.google.android.material.slider.RangeSlider: void setValueTo(float) -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeAppearanceOverlay -android.didikee.donate.R$attr: int tickMarkTint -com.google.android.material.R$styleable: int StateListDrawable_android_enterFadeDuration -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_SearchResult_Title -james.adaptiveicon.R$dimen: int tooltip_precise_anchor_threshold -androidx.constraintlayout.widget.R$id: int accelerate -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Imperial: double Value -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Spinner_Underlined -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_Dialog -com.google.android.material.internal.CheckableImageButton: CheckableImageButton(android.content.Context,android.util.AttributeSet,int) -com.bumptech.glide.integration.okhttp.R$id: int start -androidx.swiperefreshlayout.R$dimen: int notification_action_text_size -okhttp3.internal.http2.Http2Reader: okio.BufferedSource source -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getAqiText() -com.google.android.material.floatingactionbutton.FloatingActionButton: void setBackgroundColor(int) -cyanogenmod.themes.IThemeService: void removeUpdates(cyanogenmod.themes.IThemeChangeListener) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Large_Inverse -com.google.android.material.R$dimen: int design_bottom_navigation_shadow_height -com.jaredrummler.android.colorpicker.R$attr: R$attr() -wangdaye.com.geometricweather.R$attr: int suffixText -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeApparentTemperature() -com.google.android.material.R$styleable: int Toolbar_navigationIcon -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: void setY(java.lang.String) -androidx.preference.R$styleable: int ActionBar_homeLayout -com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_buttonPanelSideLayout -cyanogenmod.weather.WeatherInfo: java.lang.String access$202(cyanogenmod.weather.WeatherInfo,java.lang.String) -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_Bridge -com.xw.repo.bubbleseekbar.R$attr: int singleChoiceItemLayout -androidx.coordinatorlayout.R$attr: int fontProviderFetchStrategy -wangdaye.com.geometricweather.background.receiver.widget.WidgetDayWeekProvider: WidgetDayWeekProvider() -retrofit2.http.Field +androidx.constraintlayout.widget.R$styleable: int Toolbar_popupTheme +wangdaye.com.geometricweather.R$color: int design_fab_shadow_end_color +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_PopupWindow +wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayDetailsWidgetConfigActivity +wangdaye.com.geometricweather.R$dimen: int abc_alert_dialog_button_bar_height +androidx.viewpager2.R$attr: int reverseLayout +cyanogenmod.weatherservice.ServiceRequestResult +cyanogenmod.profiles.ConnectionSettings$1 +com.xw.repo.bubbleseekbar.R$attr: int gapBetweenBars +androidx.constraintlayout.widget.R$attr: int initialActivityCount +android.didikee.donate.R$dimen: int abc_search_view_preferred_width +androidx.work.R$color: int notification_action_color_filter +com.turingtechnologies.materialscrollbar.DragScrollBar: float getHandleOffset() +wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setWeatherCode(wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode) +okhttp3.internal.http2.Hpack$Writer: int nextHeaderIndex +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_BRIGHTNESS_LEVEL +androidx.constraintlayout.widget.R$attr: int subtitleTextColor +io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain: long serialVersionUID +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningConsequence: MfWarningsResult$WarningConsequence() +cyanogenmod.hardware.CMHardwareManager: int FEATURE_DISPLAY_COLOR_CALIBRATION +com.google.android.material.R$layout: int mtrl_layout_snackbar_include +io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: void onSuccess(java.lang.Object) +com.google.android.material.slider.Slider: void setValueFrom(float) +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_CompactMenu +androidx.constraintlayout.widget.R$attr: int maxHeight +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Medium +androidx.appcompat.widget.Toolbar: void setNavigationIcon(int) +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: int requestFusion(int) +cyanogenmod.app.Profile$ProfileTrigger: Profile$ProfileTrigger(int,java.lang.String,int,java.lang.String) +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: java.lang.Object NEXT_WINDOW +androidx.constraintlayout.widget.R$attr: int transitionDisable +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Tooltip +com.jaredrummler.android.colorpicker.R$string: int abc_menu_enter_shortcut_label +retrofit2.HttpServiceMethod$SuspendForResponse +androidx.work.NetworkType: androidx.work.NetworkType UNMETERED +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: int getTemperature(int) +androidx.viewpager2.R$drawable +wangdaye.com.geometricweather.R$drawable: int notif_temp_90 +androidx.appcompat.widget.AppCompatTextView: android.graphics.PorterDuff$Mode getSupportCompoundDrawablesTintMode() +cyanogenmod.library.R$styleable: int[] LiveLockScreen +okhttp3.internal.cache.CacheStrategy$Factory: long cacheResponseAge() +okhttp3.internal.tls.CertificateChainCleaner +wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property DaytimeTemperature +com.turingtechnologies.materialscrollbar.R$color: int abc_background_cache_hint_selector_material_light +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_30 +wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type valueOf(java.lang.String) +wangdaye.com.geometricweather.R$array: int temperature_units +org.greenrobot.greendao.AbstractDao: void detachAll() +wangdaye.com.geometricweather.R$attr: int listPreferredItemHeight +com.jaredrummler.android.colorpicker.R$color: int abc_search_url_text_pressed +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ListPopupWindow +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void registerCallback(cyanogenmod.externalviews.IKeyguardExternalViewCallbacks) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeFindDrawable +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: InkPageIndicator(android.content.Context,android.util.AttributeSet) +androidx.viewpager.widget.ViewPager +org.greenrobot.greendao.AbstractDaoSession: java.util.Collection getAllDaos() +okhttp3.Cookie: boolean hostOnly +wangdaye.com.geometricweather.R$layout: int material_textinput_timepicker +androidx.constraintlayout.widget.R$styleable: int Toolbar_titleMarginTop +retrofit2.converter.gson.GsonRequestBodyConverter: okhttp3.RequestBody convert(java.lang.Object) +androidx.preference.R$id: int progress_horizontal +wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode valueOf(java.lang.String) +cyanogenmod.hardware.CMHardwareManager: int FEATURE_VIBRATOR +wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation: wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation RIGHT +wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: HistoryEntityDao$Properties() +com.google.android.material.R$dimen: int mtrl_low_ripple_hovered_alpha +com.google.android.material.R$dimen: int abc_text_size_headline_material +androidx.appcompat.R$styleable: int TextAppearance_android_shadowDy +androidx.preference.R$anim: int fragment_open_enter +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeCutDrawable +android.didikee.donate.R$styleable: int Toolbar_titleMarginBottom +wangdaye.com.geometricweather.R$id: int startHorizontal +androidx.appcompat.R$layout: int abc_search_view +wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_font +com.google.android.material.R$attr: int layout_constraintHorizontal_weight +androidx.viewpager.R$id: R$id() +io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps$WarningTimelapsItem +com.jaredrummler.android.colorpicker.R$anim: int abc_slide_out_top +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Metric: double Value +wangdaye.com.geometricweather.R$attr: int iconSpaceReserved +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse +okhttp3.MultipartBody$Part: okhttp3.MultipartBody$Part createFormData(java.lang.String,java.lang.String) +cyanogenmod.weatherservice.WeatherProviderService: java.lang.String SERVICE_INTERFACE +androidx.preference.R$attr: int listPreferredItemPaddingStart +cyanogenmod.weather.WeatherLocation$1 +com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration +io.reactivex.internal.operators.observable.ObserverResourceWrapper: ObserverResourceWrapper(io.reactivex.Observer) +com.bumptech.glide.R$drawable: int notification_bg +com.google.android.material.R$dimen: int mtrl_calendar_day_corner +wangdaye.com.geometricweather.R$dimen: int cpv_color_preference_normal +com.google.android.material.R$dimen: int material_timepicker_dialog_buttons_margin_top +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.internal.fuseable.SimpleQueue queue +okhttp3.internal.cache.InternalCache: void trackResponse(okhttp3.internal.cache.CacheStrategy) +androidx.vectordrawable.R$id: int text +androidx.hilt.lifecycle.R$styleable: R$styleable() +com.xw.repo.bubbleseekbar.R$dimen: int abc_control_padding_material +wangdaye.com.geometricweather.R$integer: int design_tab_indicator_anim_duration_ms +wangdaye.com.geometricweather.R$styleable: int Toolbar_titleMarginBottom +com.google.android.material.floatingactionbutton.FloatingActionButton: boolean getUseCompatPadding() +androidx.constraintlayout.widget.R$styleable: int FontFamily_fontProviderAuthority +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title +wangdaye.com.geometricweather.R$id: int glide_custom_view_target_tag +wangdaye.com.geometricweather.R$string: int feedback_request_location +com.jaredrummler.android.colorpicker.R$color: int material_grey_300 +android.didikee.donate.R$style: int Widget_AppCompat_Button_Borderless +com.google.android.material.R$attr: int drawableTintMode +retrofit2.Invocation: Invocation(java.lang.reflect.Method,java.util.List) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Temperature: MfForecastResult$Forecast$Temperature() +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Badge +okhttp3.Address: java.net.Proxy proxy +android.didikee.donate.R$styleable: int AppCompatTextView_autoSizePresetSizes +wangdaye.com.geometricweather.R$attr: int transitionFlags +com.bumptech.glide.R$id: int tag_unhandled_key_event_manager wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeSnowPrecipitationProbability() -com.google.android.material.slider.Slider: void setThumbStrokeWidthResource(int) -com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_verticalDivider -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeThunderstormPrecipitationProbability -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Direction: int Degrees -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeShareDrawable -androidx.coordinatorlayout.widget.CoordinatorLayout: androidx.core.view.WindowInsetsCompat getLastWindowInsets() -com.google.android.material.R$color: int material_deep_teal_200 -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_order -james.adaptiveicon.R$styleable: int AppCompatTextView_drawableRightCompat -okio.InflaterSource: void close() com.google.android.material.R$string: int abc_menu_function_shortcut_label -androidx.constraintlayout.widget.R$color: int primary_text_default_material_light -androidx.preference.R$styleable: int DialogPreference_dialogMessage -okhttp3.internal.connection.RealConnection: okhttp3.ConnectionPool connectionPool -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem -com.xw.repo.bubbleseekbar.R$styleable: int MenuView_subMenuArrow -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: long serialVersionUID -com.google.android.material.bottomappbar.BottomAppBar: com.google.android.material.bottomappbar.BottomAppBar$Behavior getBehavior() -okhttp3.HttpUrl: java.lang.String toString() -cyanogenmod.providers.CMSettings$System: long getLong(android.content.ContentResolver,java.lang.String) -androidx.appcompat.widget.ButtonBarLayout: void setAllowStacking(boolean) -cyanogenmod.externalviews.ExternalViewProviderService$Provider: void onPause() -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation -james.adaptiveicon.R$attr: int actionModeCutDrawable -okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner: java.util.List clean(java.util.List,java.lang.String) -io.reactivex.Observable: io.reactivex.Observable merge(io.reactivex.ObservableSource,int) -wangdaye.com.geometricweather.R$string: int hourly_overview -wangdaye.com.geometricweather.R$drawable: int weather_clear_day -wangdaye.com.geometricweather.R$style: int Preference_DialogPreference_EditTextPreference -androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_font -cyanogenmod.providers.WeatherContract$WeatherColumns: android.net.Uri CURRENT_AND_FORECAST_WEATHER_URI -androidx.recyclerview.widget.RecyclerView: void addOnScrollListener(androidx.recyclerview.widget.RecyclerView$OnScrollListener) -com.google.android.material.R$style: int TextAppearance_AppCompat_Display4 -com.turingtechnologies.materialscrollbar.R$id: int fill -cyanogenmod.themes.ThemeManager$1$2: cyanogenmod.themes.ThemeManager$1 this$1 -okhttp3.WebSocket: boolean close(int,java.lang.String) -androidx.constraintlayout.widget.R$attr: int windowActionBar -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningMaxCountItems: int count -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Display3 -retrofit2.DefaultCallAdapterFactory: java.util.concurrent.Executor callbackExecutor -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: java.lang.String getUnit() -wangdaye.com.geometricweather.R$color: int lightPrimary_2 -wangdaye.com.geometricweather.R$styleable: int StateListDrawable_android_exitFadeDuration -com.xw.repo.bubbleseekbar.R$attr: int actionViewClass -com.google.android.material.R$styleable: int ViewBackgroundHelper_android_background -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_TabBar -androidx.appcompat.widget.ListPopupWindow: void setOnDismissListener(android.widget.PopupWindow$OnDismissListener) -com.turingtechnologies.materialscrollbar.R$anim: int design_bottom_sheet_slide_out -com.google.android.material.R$styleable: int ActionBar_customNavigationLayout -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX() -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: int EndMinute -androidx.appcompat.widget.ActivityChooserView: void setExpandActivityOverflowButtonContentDescription(int) -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property TotalPrecipitation -com.google.android.material.R$style: int Base_Widget_AppCompat_SearchView -wangdaye.com.geometricweather.R$styleable: int ButtonBarLayout_allowStacking -androidx.preference.R$dimen: int item_touch_helper_swipe_escape_velocity -androidx.core.R$attr: int fontVariationSettings -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Float tMax -cyanogenmod.providers.DataUsageContract: java.lang.String ENABLE -cyanogenmod.app.LiveLockScreenInfo$1: java.lang.Object[] newArray(int) -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.internal.fuseable.SimplePlainQueue queue -okhttp3.internal.http2.Http2Reader: void readConnectionPreface(okhttp3.internal.http2.Http2Reader$Handler) -okhttp3.Cookie: java.lang.String toString(boolean) -androidx.preference.R$dimen: int abc_seekbar_track_background_height_material -wangdaye.com.geometricweather.R$styleable: int[] CollapsingToolbarLayout -james.adaptiveicon.R$styleable: int MenuGroup_android_id -wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_rightToLeft -wangdaye.com.geometricweather.R$attr: int chainUseRtl -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: android.os.IBinder mRemote -androidx.constraintlayout.widget.R$layout: R$layout() -wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig dailyEntityDaoConfig -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_icon -james.adaptiveicon.R$styleable: int AppCompatTheme_alertDialogStyle -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_star_half_black_16dp -com.turingtechnologies.materialscrollbar.R$attr: int tabPaddingStart -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer windSpeedGust -okhttp3.internal.http2.Http2Connection: int openStreamCount() -cyanogenmod.app.ILiveLockScreenManager: void setLiveLockScreenEnabled(boolean) -androidx.recyclerview.R$style: int TextAppearance_Compat_Notification_Info -android.didikee.donate.R$styleable: int AppCompatTheme_alertDialogCenterButtons -androidx.hilt.R$id: int notification_main_column_container -androidx.constraintlayout.widget.R$styleable: int ViewStubCompat_android_id -okhttp3.TlsVersion: okhttp3.TlsVersion TLS_1_1 -james.adaptiveicon.R$attr: int closeIcon -cyanogenmod.app.Profile: java.util.Map profileGroups -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_Dialog -androidx.activity.R$drawable: int notification_bg_low_pressed -cyanogenmod.hardware.CMHardwareManager: java.lang.String getLtoDestination() -androidx.appcompat.R$attr: int overlapAnchor -androidx.lifecycle.ProcessLifecycleOwnerInitializer: boolean onCreate() -cyanogenmod.weather.RequestInfo: java.lang.String access$302(cyanogenmod.weather.RequestInfo,java.lang.String) -okhttp3.internal.platform.AndroidPlatform: void connectSocket(java.net.Socket,java.net.InetSocketAddress,int) -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language PORTUGUESE_BR -wangdaye.com.geometricweather.R$style: int TextAppearance_Compat_Notification_Title -androidx.vectordrawable.R$id: int accessibility_custom_action_18 -androidx.viewpager2.widget.ViewPager2: int getScrollState() -okio.RealBufferedSource: boolean rangeEquals(long,okio.ByteString,int,int) -com.google.android.material.R$color: int bright_foreground_disabled_material_dark -wangdaye.com.geometricweather.R$attr: int motionPathRotate -wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle getInstance(java.lang.String) -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.db.entities.WeatherEntity -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintBaseline_toBaselineOf -com.jaredrummler.android.colorpicker.R$dimen: int cpv_dialog_preview_height -com.google.android.material.R$drawable: int mtrl_ic_arrow_drop_up -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ListView -androidx.constraintlayout.widget.R$styleable: int Motion_pathMotionArc -wangdaye.com.geometricweather.R$id: int enterAlways -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: long serialVersionUID -wangdaye.com.geometricweather.remoteviews.config.Hilt_DailyTrendWidgetConfigActivity -com.github.rahatarmanahmed.cpv.CircularProgressView: android.animation.ValueAnimator progressAnimator -james.adaptiveicon.R$style: int Base_V22_Theme_AppCompat_Light -com.google.android.material.slider.RangeSlider: java.lang.CharSequence getAccessibilityClassName() -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.lang.Integer LEFT_CLOSE -wangdaye.com.geometricweather.R$attr: int actionTextColorAlpha -androidx.preference.R$dimen: int notification_subtext_size -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Button_Small -wangdaye.com.geometricweather.R$drawable: int ic_building -wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: java.lang.String getPollenVoice(android.content.Context,java.lang.Integer) -android.support.v4.app.INotificationSideChannel$Stub: int TRANSACTION_notify -cyanogenmod.platform.Manifest$permission: java.lang.String HARDWARE_ABSTRACTION_ACCESS -android.didikee.donate.R$id: int showTitle -okhttp3.ResponseBody: void close() -wangdaye.com.geometricweather.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_1 -com.xw.repo.bubbleseekbar.R$dimen: int abc_dropdownitem_icon_width -com.google.android.material.bottomnavigation.BottomNavigationMenuView -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: java.lang.String ShortPhrase -okio.RealBufferedSink: okio.BufferedSink emitCompleteSegments() -cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: void removeCustomTileWithTag(java.lang.String,java.lang.String,int,int) -okio.BufferedSource: okio.ByteString readByteString(long) -james.adaptiveicon.R$color: int material_grey_300 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: java.lang.String MobileLink -okhttp3.Cache$Entry -wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: MfLocationResult() -androidx.appcompat.R$style: int Widget_AppCompat_CompoundButton_RadioButton -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintTop_toBottomOf -androidx.legacy.coreutils.R$style: int TextAppearance_Compat_Notification_Title -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_display_1_material -retrofit2.adapter.rxjava2.HttpException: HttpException(retrofit2.Response) -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: io.reactivex.subjects.UnicastSubject window -androidx.activity.R$attr: int ttcIndex -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_height -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_padding_left -wangdaye.com.geometricweather.R$anim: int abc_slide_in_top -wangdaye.com.geometricweather.R$styleable: int[] FitSystemBarRecyclerView -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_title_material -com.google.android.material.R$attr: int materialCircleRadius -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionBar_TabText -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: java.lang.Integer alti -com.google.android.material.R$dimen: int mtrl_calendar_title_baseline_to_top_fullscreen -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar -com.jaredrummler.android.colorpicker.R$attr: int divider -com.google.android.material.R$layout: int mtrl_alert_dialog_actions -androidx.appcompat.resources.R$id: int action_text -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: boolean gate -androidx.transition.R$styleable: int ColorStateListItem_android_color -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult: wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Geometry geometry -com.google.android.material.R$styleable: int KeyAttribute_android_translationY -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String windSpeedEnd -androidx.customview.R$id: int italic -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowNoTitle -androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_android_font -cyanogenmod.externalviews.KeyguardExternalView$6 -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title -wangdaye.com.geometricweather.R$id: R$id() -okhttp3.internal.io.FileSystem: long size(java.io.File) -androidx.hilt.work.R$id: int visible_removing_fragment_view_tag +wangdaye.com.geometricweather.R$styleable: int KeyCycle_wavePeriod +cyanogenmod.themes.ThemeManager: android.os.Handler mHandler +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginTop +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_NoActionBar +cyanogenmod.themes.ThemeManager$1$1: ThemeManager$1$1(cyanogenmod.themes.ThemeManager$1,int) +com.google.android.material.R$drawable: int abc_btn_radio_to_on_mtrl_000 +com.turingtechnologies.materialscrollbar.R$attr: int tabContentStart +okhttp3.Cache$Entry: okhttp3.Headers responseHeaders +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_textinput_box_label_cutout_padding +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintWidth_min +androidx.constraintlayout.widget.R$styleable: int ActionBar_contentInsetEndWithActions +androidx.constraintlayout.widget.R$color: int androidx_core_secondary_text_default_material_light +wangdaye.com.geometricweather.common.ui.widgets.RoundProgress +wangdaye.com.geometricweather.R$styleable: int SwitchMaterial_useMaterialThemeColors +androidx.fragment.R$attr: int fontProviderQuery +cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String WRITE_ALARMS_PERMISSION +com.google.android.material.R$attr: int layout_collapseMode +okhttp3.RealCall$1: okhttp3.RealCall this$0 +androidx.preference.R$dimen: int item_touch_helper_max_drag_scroll_per_frame +com.jaredrummler.android.colorpicker.R$id: int end +androidx.preference.R$color: int primary_text_disabled_material_light +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_endIconContentDescription +com.google.android.material.R$attr: int flow_verticalGap +androidx.preference.R$dimen: int compat_notification_large_icon_max_height +retrofit2.Utils$ParameterizedTypeImpl: java.lang.reflect.Type[] getActualTypeArguments() +androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_font +androidx.constraintlayout.widget.R$id: int wrap_content +com.xw.repo.bubbleseekbar.R$attr: int borderlessButtonStyle +androidx.constraintlayout.widget.R$drawable: int abc_ic_star_half_black_48dp +retrofit2.ParameterHandler$Headers: ParameterHandler$Headers(java.lang.reflect.Method,int) +wangdaye.com.geometricweather.R$integer: int cpv_default_start_angle +com.turingtechnologies.materialscrollbar.R$attr: int hideOnScroll +com.google.android.material.R$id: int staticLayout +james.adaptiveicon.R$attr: int iconTint +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_rotationX +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense +com.xw.repo.bubbleseekbar.R$attr: int windowFixedWidthMinor +wangdaye.com.geometricweather.R$attr: int layout_constraintLeft_toRightOf +com.google.android.material.switchmaterial.SwitchMaterial: SwitchMaterial(android.content.Context) +okhttp3.internal.http1.Http1Codec: int state +cyanogenmod.themes.ThemeChangeRequest$1 +com.google.android.material.R$styleable: int Layout_layout_goneMarginLeft +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_BATTERY_CIRCLE +androidx.preference.R$attr: int preferenceCategoryStyle +okio.RealBufferedSink$1: void close() +com.jaredrummler.android.colorpicker.R$drawable: int notification_tile_bg +wangdaye.com.geometricweather.R$id: int chip3 +androidx.constraintlayout.utils.widget.ImageFilterView: void setBrightness(float) +cyanogenmod.hardware.CMHardwareManager: int FEATURE_DISPLAY_GAMMA_CALIBRATION +androidx.appcompat.R$style: int Base_V23_Theme_AppCompat +com.jaredrummler.android.colorpicker.R$attr: int fastScrollVerticalThumbDrawable +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionButtonStyle +wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: int getBackgroundColorEnd() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: int status +androidx.activity.R$attr +okio.HashingSource +androidx.appcompat.R$id: int unchecked +wangdaye.com.geometricweather.R$id: int beginOnFirstDraw +com.google.android.material.button.MaterialButton: void setStrokeColor(android.content.res.ColorStateList) +okhttp3.internal.ws.RealWebSocket: java.util.ArrayDeque pongQueue +cyanogenmod.weather.WeatherInfo$Builder: double mTodaysLowTemp +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: void dispose() +androidx.preference.R$id: int action_bar_subtitle +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintDimensionRatio +androidx.constraintlayout.widget.R$drawable: int abc_list_selector_holo_dark +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_DifferentCornerSize +androidx.hilt.lifecycle.R$id: int async +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Speed +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Metric: AccuCurrentResult$WindChillTemperature$Metric() +com.google.android.material.R$drawable: int abc_text_cursor_material +wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_switchTextOff +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxBackgroundMode +com.google.android.material.R$id: int rounded +com.jaredrummler.android.colorpicker.R$color: int primary_text_disabled_material_dark +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_15 +com.google.android.material.R$attr: int touchAnchorSide +okhttp3.internal.http2.Huffman: okhttp3.internal.http2.Huffman INSTANCE +james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator +com.bumptech.glide.R$dimen: int notification_small_icon_size_as_large +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Ice: AccuDailyResult$DailyForecasts$Day$Ice() +androidx.appcompat.widget.AppCompatTextView: int getLastBaselineToBottomHeight() +com.google.android.material.internal.ScrimInsetsFrameLayout: void setDrawTopInsetForeground(boolean) +androidx.recyclerview.R$attr: int fastScrollHorizontalTrackDrawable +okio.BufferedSink: void flush() +com.google.android.material.R$attr: int errorIconTint +com.google.android.material.imageview.ShapeableImageView: ShapeableImageView(android.content.Context,android.util.AttributeSet,int) +androidx.hilt.lifecycle.R$styleable: int Fragment_android_id +wangdaye.com.geometricweather.R$styleable: int Preference_widgetLayout +androidx.hilt.R$id: int accessibility_action_clickable_span +com.google.android.material.R$dimen: int tooltip_precise_anchor_threshold +android.didikee.donate.R$attr: int actionModeSplitBackground +cyanogenmod.weather.WeatherLocation: java.lang.String access$702(cyanogenmod.weather.WeatherLocation,java.lang.String) +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property ThunderstormPrecipitation +wangdaye.com.geometricweather.R$styleable: int StateListDrawable_android_variablePadding +wangdaye.com.geometricweather.R$dimen: int design_fab_translation_z_pressed +com.xw.repo.bubbleseekbar.R$attr: int iconTint +wangdaye.com.geometricweather.R$styleable: int[] DrawerLayout +androidx.constraintlayout.widget.R$styleable: int Constraint_barrierMargin +okio.GzipSource: okio.InflaterSource inflaterSource +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub +androidx.core.app.RemoteActionCompat: RemoteActionCompat() +wangdaye.com.geometricweather.R$styleable: int[] ActionMenuItemView +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPath: androidx.core.graphics.PathParser$PathDataNode[] getPathData() +com.turingtechnologies.materialscrollbar.TouchScrollBar: TouchScrollBar(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: double seaLevel +okio.AsyncTimeout$2: okio.Timeout timeout() +androidx.drawerlayout.R$styleable: int[] GradientColorItem +wangdaye.com.geometricweather.R$styleable: int EditTextPreference_useSimpleSummaryProvider +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Metric: int UnitType +android.didikee.donate.R$color: int foreground_material_light +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowActionBarOverlay +com.google.android.material.R$attr: int layout_constraintBaseline_creator +android.didikee.donate.R$attr: int logo +cyanogenmod.app.ProfileGroup: ProfileGroup(java.lang.String,java.util.UUID,boolean) +android.didikee.donate.R$attr: int listLayout +james.adaptiveicon.R$drawable: int abc_switch_thumb_material +com.bumptech.glide.R$dimen: int notification_small_icon_background_padding +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver +wangdaye.com.geometricweather.R$anim: int btn_checkbox_to_checked_box_inner_merged_animation +androidx.constraintlayout.widget.R$drawable: int abc_text_select_handle_middle_mtrl_dark +wangdaye.com.geometricweather.R$id: int fitToContents +cyanogenmod.weather.WeatherInfo: double mHumidity +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_padding +com.google.android.material.R$styleable: int MenuItem_android_numericShortcut +cyanogenmod.app.CustomTile: android.graphics.Bitmap remoteIcon +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_backgroundTintMode +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver +androidx.swiperefreshlayout.R$drawable: int notification_bg_normal_pressed +okio.RealBufferedSink$1: java.lang.String toString() +wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerSize +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModePopupWindowStyle +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeSnowPrecipitationDuration(java.lang.Float) +androidx.preference.R$styleable: int ListPreference_entries +com.google.gson.stream.JsonReader: int PEEKED_NUMBER +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: void subscribeNext() +cyanogenmod.profiles.StreamSettings: int describeContents() +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_endX +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: void setIndicatorColor(int) +retrofit2.KotlinExtensions$await$4$2 +com.google.android.material.R$anim: int abc_popup_enter +com.google.android.material.circularreveal.CircularRevealGridLayout: com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo getRevealInfo() +com.xw.repo.bubbleseekbar.R$layout: int abc_alert_dialog_button_bar_material +cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: android.os.IBinder mRemote +androidx.constraintlayout.motion.widget.MotionLayout$TransitionState: androidx.constraintlayout.motion.widget.MotionLayout$TransitionState[] values() +android.didikee.donate.R$dimen: int abc_action_bar_default_padding_end_material +androidx.appcompat.widget.MenuPopupWindow$MenuDropDownListView: void setHoverListener(androidx.appcompat.widget.MenuItemHoverListener) +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_horizontalAlign +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.internal.util.ErrorMode errorMode +com.turingtechnologies.materialscrollbar.R$id: int radio +com.xw.repo.bubbleseekbar.R$id: int list_item +wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: int unitArrayIndex +com.turingtechnologies.materialscrollbar.R$attr: int state_lifted +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: void onNext(java.lang.Object) +okhttp3.internal.cache.DiskLruCache$3: java.util.Iterator delegate +wangdaye.com.geometricweather.db.entities.DailyEntity: void setRagweedIndex(java.lang.Integer) +androidx.hilt.lifecycle.R$id: int icon_group +io.reactivex.Observable: java.lang.Iterable blockingMostRecent(java.lang.Object) +com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleMarginTop(int) +wangdaye.com.geometricweather.R$style: int Base_V7_Widget_AppCompat_EditText +androidx.work.BackoffPolicy: androidx.work.BackoffPolicy valueOf(java.lang.String) +androidx.appcompat.R$styleable: int ActionBar_logo +com.google.android.material.R$string: int mtrl_picker_date_header_title +androidx.core.R$integer +com.google.android.material.R$id +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small +androidx.vectordrawable.R$color: int ripple_material_light +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow +okio.Okio$1: okio.Timeout val$timeout +cyanogenmod.profiles.ConnectionSettings: void readFromParcel(android.os.Parcel) +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit ATM +com.google.android.material.R$styleable: int ScrollingViewBehavior_Layout_behavior_overlapTop +io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: void soNext(io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode) +cyanogenmod.profiles.RingModeSettings: cyanogenmod.profiles.RingModeSettings fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) +wangdaye.com.geometricweather.R$attr: int activityChooserViewStyle +wangdaye.com.geometricweather.R$id: int showTitle +cyanogenmod.alarmclock.ClockContract$InstancesColumns: int POWER_OFF_ALARM_STATE +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: long serialVersionUID +cyanogenmod.weatherservice.ServiceRequest$Status +okhttp3.internal.ws.RealWebSocket$Streams: okio.BufferedSource source +io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: long maxAge +com.xw.repo.bubbleseekbar.R$id: int action_context_bar +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator REVERSE_LOOKUP_PROVIDER_VALIDATOR +androidx.coordinatorlayout.R$styleable: int GradientColor_android_endColor +androidx.viewpager.R$id: int icon_group +androidx.appcompat.R$id: int text +android.support.v4.os.ResultReceiver: void onReceiveResult(int,android.os.Bundle) +com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding: com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding valueOf(java.lang.String) +okhttp3.Dispatcher: void setMaxRequests(int) +com.turingtechnologies.materialscrollbar.R$attr: int labelVisibilityMode +android.didikee.donate.R$dimen: int abc_action_button_min_width_overflow_material +wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Dialog_Bridge +wangdaye.com.geometricweather.R$color: int mtrl_choice_chip_text_color +cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String key +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_android_enabled +james.adaptiveicon.R$layout: int abc_action_bar_up_container +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_star_black_48dp +com.jaredrummler.android.colorpicker.R$color: int material_blue_grey_950 +androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableCompat_android_visible +cyanogenmod.app.Profile: int getDozeMode() +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode +androidx.appcompat.widget.AppCompatSpinner: int getDropDownHorizontalOffset() +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float relativeHumidity +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void execute() +androidx.constraintlayout.widget.R$styleable: int State_constraints +com.jaredrummler.android.colorpicker.R$color: int tooltip_background_light +cyanogenmod.app.ICustomTileListener$Stub$Proxy: java.lang.String getInterfaceDescriptor() +wangdaye.com.geometricweather.R$layout: int abc_action_mode_bar +cyanogenmod.weather.ICMWeatherManager: void lookupCity(cyanogenmod.weather.RequestInfo) +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_bottomappbar_fabOffsetEndMode +androidx.appcompat.R$dimen: int abc_dropdownitem_text_padding_left +androidx.cardview.R$styleable: int CardView_cardPreventCornerOverlap +wangdaye.com.geometricweather.R$string: int maxi_temp +wangdaye.com.geometricweather.R$drawable: int weather_clear_day_mini_xml +james.adaptiveicon.R$styleable: int TextAppearance_textLocale +androidx.appcompat.R$dimen: int abc_dialog_fixed_width_minor +cyanogenmod.app.CustomTileListenerService: boolean isBound() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Long id +androidx.preference.R$styleable: int Toolbar_android_minHeight +okhttp3.Response$Builder: okhttp3.Response$Builder headers(okhttp3.Headers) +okhttp3.internal.connection.ConnectionSpecSelector +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode FOG +androidx.constraintlayout.widget.R$dimen: int abc_button_padding_horizontal_material +androidx.appcompat.R$styleable: int ViewBackgroundHelper_backgroundTint +com.google.android.material.R$attr: int layout_constraintBottom_toBottomOf +com.google.android.material.R$styleable: int Toolbar_contentInsetRight +com.xw.repo.bubbleseekbar.R$style: int Platform_AppCompat_Light +cyanogenmod.util.ColorUtils$1 +wangdaye.com.geometricweather.R$attr: int brightness +wangdaye.com.geometricweather.R$attr: int duration +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize +james.adaptiveicon.R$dimen: int highlight_alpha_material_colored +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title +okhttp3.internal.cache.CacheStrategy$Factory: okhttp3.internal.cache.CacheStrategy get() +androidx.swiperefreshlayout.R$color +android.didikee.donate.R$style: int TextAppearance_AppCompat_Title_Inverse +wangdaye.com.geometricweather.R$xml: int perference_unit +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric Metric +com.google.android.material.slider.BaseSlider: void setHaloTintList(android.content.res.ColorStateList) +okhttp3.Call +okhttp3.internal.http2.Http2Connection: void pushDataLater(int,okio.BufferedSource,int,boolean) +wangdaye.com.geometricweather.R$drawable: int weather_thunder_1 +wangdaye.com.geometricweather.R$styleable: int AlertDialog_multiChoiceItemLayout +io.reactivex.Observable: io.reactivex.Completable flatMapCompletable(io.reactivex.functions.Function,boolean) +cyanogenmod.weather.CMWeatherManager$2: void onWeatherRequestCompleted(cyanogenmod.weather.RequestInfo,int,cyanogenmod.weather.WeatherInfo) +com.google.android.material.R$layout: int abc_popup_menu_header_item_layout +com.google.android.material.bottomappbar.BottomAppBar: androidx.appcompat.widget.ActionMenuView getActionMenuView() +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light_Dialog_MinWidth +io.reactivex.exceptions.MissingBackpressureException: MissingBackpressureException() +androidx.activity.R$id: int async +com.google.android.material.R$id: int line1 +androidx.drawerlayout.R$id: int action_image +james.adaptiveicon.R$attr: int actionOverflowButtonStyle +wangdaye.com.geometricweather.settings.dialogs.TimeSetterDialog: TimeSetterDialog() +com.google.android.material.R$styleable: int ConstraintSet_layout_goneMarginEnd +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowNoTitle +james.adaptiveicon.R$styleable: int MenuItem_iconTintMode +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getUniqueDeviceId +androidx.preference.R$attr: int switchMinWidth +james.adaptiveicon.R$styleable: int AppCompatTheme_ratingBarStyle +wangdaye.com.geometricweather.R$styleable: int PopupWindow_overlapAnchor +com.turingtechnologies.materialscrollbar.R$dimen: int hint_pressed_alpha_material_dark +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeCutDrawable +androidx.appcompat.widget.Toolbar: android.graphics.drawable.Drawable getNavigationIcon() +wangdaye.com.geometricweather.R$styleable: int[] SwitchMaterial +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String daytimeWindDirection +cyanogenmod.hardware.ICMHardwareService: int getThermalState() +wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.Long getId() +androidx.preference.R$styleable: int SeekBarPreference_android_max +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: java.util.List getIndices() +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle +wangdaye.com.geometricweather.R$dimen: int abc_text_size_caption_material +wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String country +com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_gradientRadius +wangdaye.com.geometricweather.R$style: int material_image_button +androidx.viewpager.widget.PagerTabStrip: void setDrawFullUnderline(boolean) +cyanogenmod.externalviews.KeyguardExternalViewProviderService: void onCreate() +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse +com.xw.repo.bubbleseekbar.R$attr: int buttonBarStyle +james.adaptiveicon.R$dimen: int abc_text_size_large_material +com.google.android.material.slider.BaseSlider: void setThumbElevationResource(int) +androidx.preference.R$styleable: int ActionBar_backgroundStacked +com.jaredrummler.android.colorpicker.R$id: int action_bar +com.google.android.material.R$color: int mtrl_choice_chip_ripple_color +com.google.android.material.button.MaterialButtonToggleGroup: MaterialButtonToggleGroup(android.content.Context) +androidx.room.RoomDatabase: RoomDatabase() +androidx.appcompat.app.AppCompatActivity +james.adaptiveicon.R$styleable: int ActionBar_title +wangdaye.com.geometricweather.R$attr: int fontProviderFetchTimeout +james.adaptiveicon.R$color: int bright_foreground_material_dark +androidx.constraintlayout.widget.R$dimen: int abc_alert_dialog_button_bar_height +com.google.android.material.R$dimen: int design_navigation_item_icon_padding +com.turingtechnologies.materialscrollbar.R$attr: int passwordToggleContentDescription +android.didikee.donate.R$style: int TextAppearance_AppCompat_Inverse +com.jaredrummler.android.colorpicker.R$anim: int abc_fade_out +james.adaptiveicon.R$style: int Base_V23_Theme_AppCompat_Light +com.google.android.material.R$styleable: int Constraint_layout_constraintEnd_toStartOf +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: void onComplete() +wangdaye.com.geometricweather.R$layout: int item_weather_daily_astro +cyanogenmod.library.R$styleable +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_waveDecay +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter name(java.lang.String) +okhttp3.WebSocketListener: void onMessage(okhttp3.WebSocket,java.lang.String) +io.reactivex.internal.subscriptions.DeferredScalarSubscription: void request(long) +com.github.rahatarmanahmed.cpv.CircularProgressView: int animDuration +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: int getStatus() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum: AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum() +james.adaptiveicon.R$color: int primary_material_dark +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: long index +androidx.constraintlayout.widget.R$styleable: int PropertySet_android_visibility +cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_setAirplaneModeEnabled_0 +com.xw.repo.bubbleseekbar.R$attr: int paddingStart +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle +com.google.android.material.R$styleable: int AppCompatTheme_seekBarStyle +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain: java.lang.Float cumul24H +androidx.constraintlayout.widget.R$dimen: int notification_right_icon_size +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_RESUME +com.google.android.material.slider.Slider: int getHaloRadius() +com.jaredrummler.android.colorpicker.R$attr: int background +com.google.android.material.R$styleable: int MenuItem_showAsAction +com.google.android.material.R$dimen: int default_dimension +cyanogenmod.themes.ThemeChangeRequest$Builder: void buildChangeRequestFromThemeConfig(android.content.res.ThemeConfig) +wangdaye.com.geometricweather.R$attr: int layout_constraintWidth_min +com.google.android.material.R$style: int Widget_AppCompat_ProgressBar_Horizontal +com.jaredrummler.android.colorpicker.R$attr: int fontProviderQuery +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeThunderstormPrecipitationProbability(java.lang.Float) +com.google.android.material.R$drawable: int btn_radio_on_to_off_mtrl_animation +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.util.Date moonriseTime +android.didikee.donate.R$drawable: int abc_seekbar_track_material +com.google.android.material.R$attr: int chipStyle +androidx.appcompat.widget.ViewStubCompat: void setVisibility(int) +okhttp3.internal.ws.RealWebSocket: int receivedPongCount() +com.google.android.material.R$color: int mtrl_fab_ripple_color +com.google.android.material.R$styleable: int Layout_layout_constrainedWidth +androidx.preference.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert +androidx.appcompat.R$styleable: int LinearLayoutCompat_android_gravity +androidx.appcompat.R$styleable: int ActionBar_progressBarStyle +okhttp3.HttpUrl$Builder: java.lang.String encodedUsername +wangdaye.com.geometricweather.R$drawable: int abc_btn_colored_material +androidx.appcompat.R$style: int Widget_AppCompat_ActionBar_Solid +okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Stream pushStream(int,java.util.List,boolean) +androidx.appcompat.app.ActionBar: void addOnMenuVisibilityListener(androidx.appcompat.app.ActionBar$OnMenuVisibilityListener) +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: io.reactivex.internal.disposables.SequentialDisposable task +androidx.recyclerview.R$id: int tag_unhandled_key_listeners +wangdaye.com.geometricweather.R$color: int mtrl_card_view_foreground +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_RatingBar +android.didikee.donate.R$id: int normal +wangdaye.com.geometricweather.R$id: int widget_clock_day_icon +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: java.lang.String Link +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: int uv +androidx.lifecycle.LifecycleRegistry: LifecycleRegistry(androidx.lifecycle.LifecycleOwner) +androidx.vectordrawable.R$id: int time +okhttp3.Address: java.util.List protocols +androidx.drawerlayout.widget.DrawerLayout: void setDrawerListener(androidx.drawerlayout.widget.DrawerLayout$DrawerListener) +okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Header$Listener access$100(okhttp3.internal.http2.Http2Stream) +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar +cyanogenmod.app.IPartnerInterface$Stub: cyanogenmod.app.IPartnerInterface asInterface(android.os.IBinder) +com.google.android.material.R$layout: int mtrl_calendar_month_labeled +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String alertId +androidx.preference.R$color: int bright_foreground_disabled_material_dark +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean +androidx.legacy.coreutils.R$dimen: int compat_control_corner_material +androidx.constraintlayout.widget.R$attr: int contentInsetRight +wangdaye.com.geometricweather.R$string: int feedback_click_to_get_more +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: java.lang.Object poll() +androidx.vectordrawable.animated.R$attr: int fontVariationSettings +org.greenrobot.greendao.database.DatabaseOpenHelper: void onUpgrade(android.database.sqlite.SQLiteDatabase,int,int) +android.didikee.donate.R$attr: int colorButtonNormal +wangdaye.com.geometricweather.R$attr: int searchHintIcon +androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable: ServiceLifecycleDispatcher$DispatchRunnable(androidx.lifecycle.LifecycleRegistry,androidx.lifecycle.Lifecycle$Event) +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Inverse +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle +androidx.legacy.coreutils.R$styleable: int GradientColor_android_endY +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean getPressure() +com.google.android.material.appbar.AppBarLayout: int getTopInset() +androidx.fragment.R$id: int text +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_divider +com.turingtechnologies.materialscrollbar.R$attr: int colorAccent +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_checkboxStyle +wangdaye.com.geometricweather.R$drawable: int abc_switch_track_mtrl_alpha +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: long time +androidx.constraintlayout.widget.R$id: int accessibility_action_clickable_span +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange: AccuCurrentResult$TemperatureSummary$Past24HourRange() +wangdaye.com.geometricweather.R$drawable: int notif_temp_72 +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_thumbTintMode +androidx.constraintlayout.widget.R$styleable: int[] MotionLayout +wangdaye.com.geometricweather.db.entities.MinutelyEntity: int minuteInterval +cyanogenmod.util.ColorUtils$1: ColorUtils$1() +com.turingtechnologies.materialscrollbar.R$attr: int expanded +androidx.appcompat.R$layout: int abc_screen_content_include +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay +androidx.appcompat.resources.R$id: int accessibility_custom_action_25 +com.google.android.material.R$layout: int abc_search_view +wangdaye.com.geometricweather.R$attr: int cpv_animAutostart +androidx.fragment.app.Fragment$InstantiationException: Fragment$InstantiationException(java.lang.String,java.lang.Exception) +androidx.appcompat.widget.AppCompatAutoCompleteTextView: AppCompatAutoCompleteTextView(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$id: int blocking +wangdaye.com.geometricweather.R$attr: int textAppearanceSubtitle2 +androidx.viewpager.R$dimen: int notification_media_narrow_margin +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Metric +com.xw.repo.bubbleseekbar.R$attr: int layout_insetEdge +androidx.vectordrawable.R$dimen: int notification_content_margin_start +android.didikee.donate.R$attr: int state_above_anchor +cyanogenmod.externalviews.KeyguardExternalViewProviderService: java.lang.String TAG +androidx.hilt.work.R$id: int tag_unhandled_key_event_manager +androidx.drawerlayout.R$drawable: int notification_template_icon_low_bg +androidx.constraintlayout.widget.R$styleable: int Motion_transitionEasing +androidx.constraintlayout.widget.R$color: int abc_tint_seek_thumb +android.didikee.donate.R$attr: int thickness +wangdaye.com.geometricweather.R$attr: int collapsedSize +wangdaye.com.geometricweather.R$drawable: int abc_ic_star_black_36dp +cyanogenmod.weather.WeatherInfo$Builder: int mWindSpeedUnit +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$1: void run() +wangdaye.com.geometricweather.db.entities.DailyEntity: void setWeatherSource(java.lang.String) +wangdaye.com.geometricweather.R$dimen: int abc_dialog_padding_top_material +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Float totalPrecipitation24h +io.reactivex.internal.queue.SpscArrayQueue: void soProducerIndex(long) +okio.Sink: void close() +wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_barThickness +androidx.appcompat.R$styleable: int Toolbar_navigationIcon +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() +okhttp3.ConnectionSpec +androidx.appcompat.widget.ButtonBarLayout: int getMinimumHeight() +okhttp3.internal.cache.DiskLruCache$Entry: java.io.File[] cleanFiles +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture +cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_90 +androidx.appcompat.R$dimen: int abc_list_item_padding_horizontal_material +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatSeekBar_android_thumb +androidx.appcompat.R$styleable: int DrawerArrowToggle_drawableSize +james.adaptiveicon.R$color: int material_deep_teal_500 +wangdaye.com.geometricweather.R$attr: int swipeRefreshLayoutProgressSpinnerBackgroundColor +androidx.appcompat.resources.R$styleable: int ColorStateListItem_android_color com.jaredrummler.android.colorpicker.R$dimen: int item_touch_helper_swipe_escape_velocity -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_ChipGroup -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowFixedWidthMinor -com.google.android.material.R$attr: int queryHint -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_DialogWindowTitle_AppCompat -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setTranslateX(float) -io.reactivex.Observable: io.reactivex.Observable withLatestFrom(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function3) -androidx.preference.PreferenceGroup$SavedState -cyanogenmod.hardware.ThermalListenerCallback$State: int STATE_CRITICAL +com.bumptech.glide.manager.SupportRequestManagerFragment +wangdaye.com.geometricweather.remoteviews.config.Hilt_HourlyTrendWidgetConfigActivity: Hilt_HourlyTrendWidgetConfigActivity() +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_subtitle_top_margin_material +com.google.android.material.R$bool: int abc_allow_stacked_button_bar +okio.GzipSource: byte SECTION_TRAILER +com.google.android.material.datepicker.MaterialCalendarGridView +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Subtitle1 +io.reactivex.internal.subscriptions.SubscriptionArbiter: void drain() +okhttp3.internal.cache.DiskLruCache: boolean hasJournalErrors +com.google.android.material.circularreveal.CircularRevealLinearLayout: android.graphics.drawable.Drawable getCircularRevealOverlayDrawable() +androidx.drawerlayout.R$dimen: int compat_button_inset_horizontal_material +io.reactivex.internal.schedulers.ScheduledDirectTask: long serialVersionUID +okhttp3.OkHttpClient: OkHttpClient(okhttp3.OkHttpClient$Builder) +androidx.constraintlayout.widget.R$color: int material_blue_grey_900 +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxStrokeColor +com.google.android.material.R$style: int Widget_MaterialComponents_PopupMenu_ContextMenu +com.google.android.material.R$attr: int shapeAppearanceOverlay +com.jaredrummler.android.colorpicker.R$attr: int radioButtonStyle +androidx.vectordrawable.animated.R$id: int tag_unhandled_key_listeners +retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback: retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter this$0 +androidx.appcompat.R$drawable: int abc_ic_star_black_48dp +com.turingtechnologies.materialscrollbar.R$styleable: int CardView_cardElevation +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_ProgressIndicator_Circular +androidx.constraintlayout.widget.R$attr: int dropdownListPreferredItemHeight +androidx.preference.SeekBarPreference: SeekBarPreference(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$attr: int fabSize +com.google.android.material.slider.BaseSlider: void setThumbElevation(float) +wangdaye.com.geometricweather.R$styleable: int SearchView_searchIcon +okhttp3.EventListener: void connectFailed(okhttp3.Call,java.net.InetSocketAddress,java.net.Proxy,okhttp3.Protocol,java.io.IOException) +androidx.hilt.lifecycle.R$style: int TextAppearance_Compat_Notification_Time +cyanogenmod.app.ProfileGroup$1: java.lang.Object createFromParcel(android.os.Parcel) +androidx.constraintlayout.widget.Group: void setElevation(float) +james.adaptiveicon.R$styleable: int AppCompatTheme_colorPrimary +retrofit2.OptionalConverterFactory +wangdaye.com.geometricweather.common.basic.models.weather.Wind: Wind(java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WindDegree,java.lang.Float,java.lang.String) +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_SIGNAL_ICON +androidx.constraintlayout.widget.R$style: int TextAppearance_Compat_Notification_Time +wangdaye.com.geometricweather.R$attr: int flow_horizontalAlign +okhttp3.OkHttpClient$Builder: okhttp3.Authenticator authenticator +io.reactivex.internal.observers.InnerQueuedObserver +com.github.rahatarmanahmed.cpv.CircularProgressView: float indeterminateRotateOffset +com.jaredrummler.android.colorpicker.R$drawable: int cpv_btn_background +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_COLOR_ENHANCE_VALIDATOR +io.reactivex.Observable: io.reactivex.Observable concat(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource) +com.google.android.material.R$style: int Base_V21_Theme_MaterialComponents_Light +wangdaye.com.geometricweather.R$dimen: int abc_action_bar_stacked_max_height +androidx.appcompat.R$attr: int listPreferredItemPaddingLeft +android.didikee.donate.R$styleable: int RecycleListView_paddingTopNoTitle +androidx.constraintlayout.widget.R$styleable: int[] View +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_placeholderTextAppearance +androidx.legacy.coreutils.R$style: int TextAppearance_Compat_Notification_Time +android.didikee.donate.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored +com.google.android.material.R$style: int TextAppearance_AppCompat_Inverse +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Imperial Imperial +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List getDailyEntityList() +android.didikee.donate.R$styleable: int ActionBar_progressBarStyle +wangdaye.com.geometricweather.R$dimen: int hint_pressed_alpha_material_light +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_switchStyle +okhttp3.internal.connection.StreamAllocation: void acquire(okhttp3.internal.connection.RealConnection,boolean) +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: java.util.concurrent.atomic.AtomicBoolean stopWindows +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHeight_min +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float rainPrecipitation +james.adaptiveicon.R$id: int wrap_content +androidx.core.app.JobIntentService: JobIntentService() +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Tooltip +wangdaye.com.geometricweather.R$styleable: int OnSwipe_maxVelocity +androidx.preference.R$id: int action_bar_spinner +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_selection_text_baseline_to_bottom_fullscreen +androidx.appcompat.view.menu.ExpandedMenuView: int getWindowAnimations() +wangdaye.com.geometricweather.R$dimen: int compat_button_padding_horizontal_material +okio.Buffer: okio.Buffer writeLong(long) +wangdaye.com.geometricweather.R$styleable: int[] NavigationView +com.google.android.material.datepicker.DateValidatorPointForward +androidx.constraintlayout.widget.R$styleable: int Spinner_popupTheme +com.google.android.material.chip.Chip: float getChipCornerRadius() +cyanogenmod.weather.WeatherInfo$DayForecast$1: cyanogenmod.weather.WeatherInfo$DayForecast[] newArray(int) +com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_size_mini +wangdaye.com.geometricweather.R$attr: int flow_lastHorizontalBias +android.didikee.donate.R$attr: int windowActionBar +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_startIconDrawable +androidx.appcompat.R$color: int androidx_core_ripple_material_light +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Snow: java.lang.Integer fresh +wangdaye.com.geometricweather.R$styleable: int Slider_trackColor +cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy: IAppSuggestProvider$Stub$Proxy(android.os.IBinder) +wangdaye.com.geometricweather.R$styleable: int MaterialCardView_rippleColor +androidx.constraintlayout.widget.R$styleable: int Layout_layout_goneMarginStart +com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Title_Panel +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: void onError(java.lang.Throwable) +com.google.android.material.R$styleable: int AppBarLayout_elevation +wangdaye.com.geometricweather.R$drawable: R$drawable() +com.turingtechnologies.materialscrollbar.MaterialScrollBar: float getIndicatorOffset() +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_motionTarget +com.google.android.material.R$styleable: int[] MaterialCalendarItem +androidx.preference.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem +cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode mSoundMode +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_fontFamily +retrofit2.ParameterHandler$QueryMap: ParameterHandler$QueryMap(java.lang.reflect.Method,int,retrofit2.Converter,boolean) +wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setDbz(java.lang.Integer) +androidx.appcompat.widget.AppCompatTextView: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() +com.github.rahatarmanahmed.cpv.CircularProgressView: void updateBounds() +wangdaye.com.geometricweather.R$drawable: int selectable_item_background_borderless +androidx.legacy.content.WakefulBroadcastReceiver +androidx.appcompat.widget.Toolbar: int getContentInsetEndWithActions() +wangdaye.com.geometricweather.R$styleable: int Toolbar_logo +james.adaptiveicon.R$attr: int actionBarDivider +androidx.lifecycle.ViewModel: void onCleared() +com.google.android.material.R$styleable: int View_theme +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability getPrecipitationProbability() +com.google.android.material.appbar.AppBarLayout: AppBarLayout(android.content.Context,android.util.AttributeSet) +androidx.drawerlayout.R$drawable: int notification_bg_normal_pressed +io.reactivex.Observable: io.reactivex.Observable flatMapSingle(io.reactivex.functions.Function,boolean) +androidx.appcompat.R$id: int accessibility_custom_action_26 +io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: ObservableDebounceTimed$DebounceEmitter(java.lang.Object,long,io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceTimedObserver) +androidx.appcompat.widget.AppCompatImageButton: void setBackgroundDrawable(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.R$style: int cpv_ColorPickerViewStyle +androidx.core.R$id: int accessibility_custom_action_2 +androidx.appcompat.R$anim: int btn_checkbox_to_checked_box_outer_merged_animation +androidx.preference.R$attr: int itemPadding +com.google.android.material.R$color: int mtrl_btn_ripple_color +wangdaye.com.geometricweather.R$styleable: int[] ForegroundLinearLayout +cyanogenmod.weather.CMWeatherManager$1 +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_subtitle_top_margin_material +androidx.activity.R$id: int notification_background +com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_keylines +cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status valueOf(java.lang.String) +com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_fixed_height_major +androidx.preference.R$string: int abc_menu_space_shortcut_label +androidx.appcompat.R$drawable: int abc_ratingbar_material +okio.HashingSink: java.security.MessageDigest messageDigest +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) +cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent FONT +androidx.preference.R$style: int Base_V21_Theme_AppCompat_Light +com.google.android.material.R$style: int Widget_MaterialComponents_Badge +androidx.appcompat.R$layout: int abc_activity_chooser_view +okhttp3.RealCall$AsyncCall: okhttp3.Request request() +androidx.preference.R$anim: int abc_slide_out_bottom +androidx.lifecycle.LiveData: void onActive() +androidx.swiperefreshlayout.R$id: int normal +androidx.constraintlayout.widget.R$color: int dim_foreground_material_dark +com.jaredrummler.android.colorpicker.R$dimen: int abc_panel_menu_list_width +androidx.appcompat.widget.AppCompatButton: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) +com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_margin +androidx.lifecycle.MediatorLiveData$Source: androidx.lifecycle.Observer mObserver +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_small_material +okhttp3.internal.http1.Http1Codec$FixedLengthSink: void write(okio.Buffer,long) +androidx.appcompat.R$styleable: int[] ActionMode +androidx.preference.R$drawable: int notification_icon_background +androidx.appcompat.view.menu.ActionMenuItemView: void setIcon(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.R$string: int feedback_short_term_precipitation_alert +wangdaye.com.geometricweather.R$id: int SHOW_PROGRESS +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_ActionBar +wangdaye.com.geometricweather.R$attr: int drawableTintMode +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: io.reactivex.internal.fuseable.SimpleQueue queue +james.adaptiveicon.R$color: int abc_tint_spinner +wangdaye.com.geometricweather.R$attr: int trackColor +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void emit() +wangdaye.com.geometricweather.common.basic.models.weather.Astro: java.util.Date getRiseDate() +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_divider +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintBaseline_toBaselineOf +com.turingtechnologies.materialscrollbar.CustomIndicator: CustomIndicator(android.content.Context) +cyanogenmod.app.ThemeVersion$ThemeVersionImpl3: cyanogenmod.app.ThemeVersion$ComponentVersion fwCompVersionToSdkVersion(android.content.ThemeVersion$ComponentVersion) +com.bumptech.glide.integration.okhttp.R$id: int title +cyanogenmod.providers.DataUsageContract: java.lang.String DATAUSAGE_TABLE +wangdaye.com.geometricweather.R$styleable: int MaterialCardView_strokeWidth +okhttp3.Request$Builder: okhttp3.Request$Builder delete(okhttp3.RequestBody) +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_content_padding +androidx.constraintlayout.widget.R$dimen: int compat_button_inset_horizontal_material +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_fabSize +io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: void onNext(java.lang.Object) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onAttach(android.os.IBinder) +androidx.preference.R$id: R$id() +androidx.preference.R$id: int accessibility_custom_action_7 +wangdaye.com.geometricweather.R$id: int mtrl_calendar_frame +cyanogenmod.hardware.ThermalListenerCallback: ThermalListenerCallback() +io.reactivex.exceptions.CompositeException: CompositeException(java.lang.Iterable) +wangdaye.com.geometricweather.R$styleable: int Layout_maxHeight +androidx.preference.R$string: R$string() +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +android.didikee.donate.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_Alert +androidx.appcompat.R$id: int action_bar_activity_content +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: DailyTrendItemView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.db.entities.DailyEntity: int getNighttimeTemperature() +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String IS_LEGACY_THEME okhttp3.internal.cache2.Relay: long FILE_HEADER_SIZE -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: java.lang.String name -com.jaredrummler.android.colorpicker.R$id: int search_mag_icon -com.google.android.material.appbar.CollapsingToolbarLayout: android.graphics.drawable.Drawable getStatusBarScrim() -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeApparentTemperature -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: boolean cancelled -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_SearchView -com.google.android.material.R$styleable: int MaterialButton_android_background -okio.Buffer$UnsafeCursor: okio.Segment segment -androidx.viewpager2.R$attr -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_PopupMenu -com.google.android.material.R$color: int material_on_primary_emphasis_high_type -androidx.transition.R$styleable: int GradientColor_android_endColor -wangdaye.com.geometricweather.db.entities.DailyEntity: void setCityId(java.lang.String) -wangdaye.com.geometricweather.R$attr: int homeLayout -cyanogenmod.app.CustomTileListenerService: void registerAsSystemService(android.content.Context,android.content.ComponentName,int) -wangdaye.com.geometricweather.R$attr: int chipStandaloneStyle -com.google.android.material.R$styleable: int ActivityChooserView_initialActivityCount -androidx.core.R$attr: int fontProviderAuthority -cyanogenmod.app.ProfileGroup$Mode: ProfileGroup$Mode(java.lang.String,int) -androidx.viewpager.widget.ViewPager$SavedState: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$attr: int defaultQueryHint -com.turingtechnologies.materialscrollbar.R$string: int abc_searchview_description_search -androidx.recyclerview.R$id: int line3 -wangdaye.com.geometricweather.R$dimen: int design_bottom_sheet_elevation -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Spinner_Underlined -com.google.android.material.textfield.TextInputLayout: void setStartIconOnLongClickListener(android.view.View$OnLongClickListener) -androidx.constraintlayout.widget.R$id: int tag_accessibility_heading -okhttp3.internal.http2.Http2Codec: java.lang.String HOST -androidx.appcompat.R$dimen: int notification_top_pad -okhttp3.Interceptor$Chain: okhttp3.Connection connection() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: void setUnit(java.lang.String) -androidx.loader.content.Loader: void unregisterListener(androidx.loader.content.Loader$OnLoadCompleteListener) -wangdaye.com.geometricweather.R$drawable: int shortcuts_haze_foreground -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 -wangdaye.com.geometricweather.R$styleable: int Toolbar_titleMarginEnd -androidx.appcompat.R$attr: int controlBackground -androidx.constraintlayout.utils.widget.ImageFilterView: void setRoundPercent(float) -androidx.constraintlayout.widget.R$style: int Base_V21_Theme_AppCompat -io.reactivex.Observable: io.reactivex.Observable distinct() -com.github.rahatarmanahmed.cpv.CircularProgressView$9: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 -cyanogenmod.app.ProfileGroup$1: cyanogenmod.app.ProfileGroup[] newArray(int) -com.xw.repo.bubbleseekbar.R$drawable: int notification_icon_background -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Medium -okhttp3.RequestBody$1: okhttp3.MediaType contentType() -cyanogenmod.app.StatusBarPanelCustomTile: int getUid() -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Year_Selected -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: java.lang.String to +androidx.coordinatorlayout.R$attr: int keylines +androidx.appcompat.R$drawable: int abc_ic_star_black_36dp +com.google.android.material.R$dimen: int notification_large_icon_width +com.jaredrummler.android.colorpicker.R$string: int abc_menu_meta_shortcut_label +androidx.appcompat.R$styleable: int AppCompatTextView_autoSizeMinTextSize +retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder callbackExecutor(java.util.concurrent.Executor) +androidx.viewpager2.R$drawable: int notification_template_icon_bg +com.google.android.material.R$layout: int material_textinput_timepicker +androidx.preference.R$style: int Base_Theme_AppCompat_Light +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_editor_absoluteY +okhttp3.internal.tls.BasicCertificateChainCleaner: int MAX_SIGNERS +cyanogenmod.externalviews.ExternalView$3 +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_animate_relativeTo +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float icePrecipitationProbability +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_android_windowIsFloating +wangdaye.com.geometricweather.common.basic.models.weather.Hourly +com.github.rahatarmanahmed.cpv.CircularProgressView$4: void onAnimationUpdate(android.animation.ValueAnimator) +com.google.android.material.navigation.NavigationView: void setElevation(float) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getIcePrecipitation() +okhttp3.internal.cache.DiskLruCache$Editor: void commit() +com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleMargin +com.google.android.material.R$styleable: int MaterialTextView_lineHeight +android.didikee.donate.R$string: int abc_action_mode_done +androidx.vectordrawable.animated.R$id: int tag_accessibility_actions +androidx.hilt.work.R$id: int visible_removing_fragment_view_tag +androidx.work.R$dimen +com.google.android.material.floatingactionbutton.FloatingActionButton: void setEnsureMinTouchTargetSize(boolean) +androidx.constraintlayout.motion.widget.MotionLayout: void setState(androidx.constraintlayout.motion.widget.MotionLayout$TransitionState) +androidx.appcompat.R$styleable: int SwitchCompat_thumbTextPadding +com.google.android.material.appbar.AppBarLayout: androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior getBehavior() +cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.RequestInfo build() +androidx.appcompat.widget.ViewStubCompat: void setOnInflateListener(androidx.appcompat.widget.ViewStubCompat$OnInflateListener) +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: java.lang.String name +wangdaye.com.geometricweather.common.basic.models.weather.Astro: java.util.Date getSetDate() +wangdaye.com.geometricweather.R$styleable: int[] StateListDrawableItem +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeSplitBackground +com.google.android.material.R$id: int accessibility_custom_action_13 +androidx.viewpager.R$layout: int notification_action +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_firstHorizontalBias +cyanogenmod.app.BaseLiveLockManagerService: java.lang.String TAG +wangdaye.com.geometricweather.R$id: int treeIcon +com.google.android.material.internal.ScrimInsetsFrameLayout: void setDrawBottomInsetForeground(boolean) +androidx.core.R$dimen: int notification_right_icon_size +com.google.android.material.R$attr: int windowActionBar +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter value(java.lang.Boolean) +android.didikee.donate.R$string: int abc_capital_on +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: java.util.List area +androidx.constraintlayout.widget.R$drawable: int abc_list_pressed_holo_light +retrofit2.RequestFactory: boolean isFormEncoded +androidx.preference.R$attr: int thumbTextPadding +wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_drawableLeft +androidx.hilt.R$style +androidx.dynamicanimation.R$layout: int notification_template_part_chronometer +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: java.lang.String value +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: java.util.List value +wangdaye.com.geometricweather.R$styleable: int Constraint_android_alpha +wangdaye.com.geometricweather.R$attr: int fastScrollHorizontalThumbDrawable +androidx.lifecycle.ComputableLiveData: androidx.lifecycle.LiveData mLiveData +androidx.constraintlayout.widget.R$styleable: int Transform_android_scaleX +wangdaye.com.geometricweather.R$attr: int switchPreferenceStyle +cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy: IAppSuggestManager$Stub$Proxy(android.os.IBinder) +okio.Buffer: okio.Segment writableSegment(int) +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_alphabeticShortcut +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_tileMode +androidx.preference.R$styleable: int MenuView_android_itemIconDisabledAlpha +androidx.appcompat.R$styleable: int AppCompatTheme_windowFixedWidthMinor +cyanogenmod.providers.ThemesContract$ThemesColumns$InstallState: int UNKNOWN +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String INSTALL_STATE +androidx.work.R$styleable: int FontFamilyFont_android_fontStyle +okhttp3.CipherSuite: CipherSuite(java.lang.String) +wangdaye.com.geometricweather.db.entities.WeatherEntity: WeatherEntity() +io.reactivex.Observable: io.reactivex.Observable switchOnNext(io.reactivex.ObservableSource) +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.Long getId() +com.jaredrummler.android.colorpicker.R$attr: int dialogTitle +io.reactivex.Observable: io.reactivex.Observable delaySubscription(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +wangdaye.com.geometricweather.R$style: int Widget_Support_CoordinatorLayout +androidx.preference.R$drawable: int abc_edit_text_material +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText +androidx.constraintlayout.motion.widget.MotionHelper: void setProgress(float) +com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleContentDescription(int) +james.adaptiveicon.R$attr: int dialogPreferredPadding +wangdaye.com.geometricweather.R$id: int activity_widget_config_cardAlphaContainer +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: java.lang.Throwable error +james.adaptiveicon.R$attr: int background +androidx.preference.R$style: int Base_Widget_AppCompat_ListView_Menu +io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial: AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial() +androidx.vectordrawable.R$id: int accessibility_custom_action_27 +com.google.android.material.snackbar.SnackbarContentLayout: SnackbarContentLayout(android.content.Context,android.util.AttributeSet) +androidx.appcompat.R$styleable: int AppCompatTextView_autoSizeMaxTextSize +cyanogenmod.app.BaseLiveLockManagerService: boolean unregisterChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) +androidx.recyclerview.R$string: int status_bar_notification_info_overflow +android.didikee.donate.R$attr: int checkedTextViewStyle +wangdaye.com.geometricweather.R$drawable: int weather_sleet_3 +okhttp3.RequestBody: okhttp3.RequestBody create(okhttp3.MediaType,byte[],int,int) +cyanogenmod.app.Profile: int describeContents() +com.turingtechnologies.materialscrollbar.R$animator: int design_appbar_state_list_animator +androidx.work.R$styleable: int GradientColor_android_centerX +wangdaye.com.geometricweather.R$attr: int disableDependentsState +com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd +android.didikee.donate.R$style: int ThemeOverlay_AppCompat +com.turingtechnologies.materialscrollbar.R$attr: int chipIconEnabled +wangdaye.com.geometricweather.R$color: int notification_background_o +wangdaye.com.geometricweather.R$styleable: int Constraint_transitionEasing +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintVertical_weight +wangdaye.com.geometricweather.R$integer: int mtrl_calendar_year_selector_span +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem +com.xw.repo.BubbleSeekBar: void setThumbColor(int) +android.didikee.donate.R$layout +wangdaye.com.geometricweather.R$id: int container_main_first_card_header_alert +cyanogenmod.providers.CMSettings$System: boolean shouldInterceptSystemProvider(java.lang.String) +okhttp3.OkHttpClient: java.util.List DEFAULT_PROTOCOLS +android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown +androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPreDestroyed(android.app.Activity) +com.google.android.material.R$style: int Widget_AppCompat_Light_ActivityChooserView +james.adaptiveicon.R$id: int italic +com.xw.repo.bubbleseekbar.R$attr: int colorControlHighlight +com.jaredrummler.android.colorpicker.R$integer +wangdaye.com.geometricweather.R$styleable: int[] Spinner +com.google.android.material.R$styleable: int[] AppCompatTextHelper +okhttp3.internal.http2.Http2Stream$FramingSink: boolean $assertionsDisabled +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ListPopupWindow +androidx.preference.R$styleable: int MenuItem_tooltipText +wangdaye.com.geometricweather.R$string: int settings_title_notification +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_firstHorizontalBias +okhttp3.Cache$CacheResponseBody$1: void close() +wangdaye.com.geometricweather.R$color: int abc_hint_foreground_material_light +androidx.constraintlayout.widget.R$styleable: int Constraint_android_scaleY +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property Pm25 +androidx.constraintlayout.widget.R$dimen: int hint_alpha_material_light +wangdaye.com.geometricweather.common.basic.GeoDialog: GeoDialog() +com.google.android.material.R$attr: int layout_constraintEnd_toEndOf +cyanogenmod.app.Profile$ProfileTrigger$1: cyanogenmod.app.Profile$ProfileTrigger[] newArray(int) +com.google.gson.stream.JsonWriter: void writeDeferredName() +okhttp3.internal.http2.Http2Connection$Builder: boolean client +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_MENU_LONG_PRESS_ACTION_VALIDATOR +cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_IME_SWITCHER +androidx.customview.R$drawable: int notification_bg_normal +com.jaredrummler.android.colorpicker.R$style: int Preference_SwitchPreference_Material +wangdaye.com.geometricweather.R$xml: int perference_appearance +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: java.lang.String from +com.google.android.material.R$id: int path +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionBar_Solid +androidx.coordinatorlayout.R$dimen: int notification_big_circle_margin +com.google.android.material.R$attr: int fabAlignmentMode +androidx.constraintlayout.widget.R$id: int spread_inside +com.google.android.material.R$attr: int textAppearanceSearchResultSubtitle +retrofit2.Retrofit: retrofit2.Converter stringConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[]) +io.reactivex.internal.util.NotificationLite$DisposableNotification: java.lang.String toString() +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: long serialVersionUID +cyanogenmod.hardware.CMHardwareManager: java.lang.String getUniqueDeviceId() +cyanogenmod.app.ICMTelephonyManager: void setSubState(int,boolean) +cyanogenmod.weatherservice.IWeatherProviderService$Stub: IWeatherProviderService$Stub() +cyanogenmod.themes.IThemeProcessingListener +androidx.constraintlayout.widget.R$layout: int abc_activity_chooser_view_list_item +androidx.recyclerview.R$attr: int fontWeight +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: java.util.concurrent.Callable bufferSupplier +com.xw.repo.bubbleseekbar.R$attr: int listItemLayout +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilityRain +androidx.hilt.R$anim: int fragment_close_exit +com.google.android.material.R$attr: int colorOnSurface +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator VOLUME_ADJUST_SOUNDS_ENABLED_VALIDATOR +androidx.fragment.app.BackStackRecord +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_EditText +com.google.android.material.R$styleable: int ConstraintSet_chainUseRtl +wangdaye.com.geometricweather.R$attr: int triggerReceiver +cyanogenmod.externalviews.KeyguardExternalView: void unregisterKeyguardExternalViewCallback(cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks) +io.reactivex.internal.util.VolatileSizeArrayList: boolean addAll(java.util.Collection) +io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: org.reactivestreams.Subscription upstream +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_corner_radius +okhttp3.RequestBody: RequestBody() +okio.Timeout: void throwIfReached() +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_homeAsUpIndicator +cyanogenmod.hardware.CMHardwareManager: boolean setVibratorIntensity(int) +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: java.lang.String getAddress() +androidx.swiperefreshlayout.R$id: int tag_accessibility_actions +androidx.appcompat.R$styleable: int MenuItem_android_id +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_DropDownItem +androidx.preference.R$drawable: int abc_list_focused_holo +androidx.transition.R$id: R$id() +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void setInteractivity(boolean) +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Subhead_Inverse +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: java.lang.String season +wangdaye.com.geometricweather.R$drawable: int notif_temp_23 +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: boolean isPrecipitation() +androidx.lifecycle.LifecycleRegistry +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$5: void run() +androidx.appcompat.widget.FitWindowsLinearLayout: void setOnFitSystemWindowsListener(androidx.appcompat.widget.FitWindowsViewGroup$OnFitSystemWindowsListener) +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_height +cyanogenmod.app.suggest.ApplicationSuggestion: java.lang.String getPackageName() +cyanogenmod.app.suggest.IAppSuggestManager$Stub: int TRANSACTION_handles_0 +androidx.constraintlayout.widget.R$style: int TextAppearance_Compat_Notification_Title +james.adaptiveicon.R$attr: int showTitle +androidx.constraintlayout.widget.R$id: int line3 +wangdaye.com.geometricweather.db.entities.DailyEntity: void setUvLevel(java.lang.String) +androidx.constraintlayout.widget.R$drawable: int abc_ic_menu_overflow_material +androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_android_fontStyle +wangdaye.com.geometricweather.R$attr: int currentState +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: BaiduIPLocationResult$ContentBean() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_android_textAppearance +androidx.constraintlayout.widget.R$dimen: int abc_edit_text_inset_top_material +androidx.preference.R$id: int off +androidx.appcompat.R$attr: int textLocale +com.google.android.material.R$styleable: int FloatingActionButton_rippleColor +com.google.android.material.R$attr: int headerLayout +retrofit2.OkHttpCall$ExceptionCatchingResponseBody +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_67 +com.google.android.material.chip.Chip: void setCheckedIconTintResource(int) +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: long serialVersionUID +androidx.swiperefreshlayout.R$styleable: int FontFamily_fontProviderPackage +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: int status +okio.RealBufferedSink: okio.BufferedSink writeUtf8(java.lang.String,int,int) +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_elevation +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean yesterday +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_122 +androidx.constraintlayout.widget.R$attr: int actionModeCopyDrawable +cyanogenmod.themes.IThemeService: void requestThemeChange(cyanogenmod.themes.ThemeChangeRequest,boolean) +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleTextColor +wangdaye.com.geometricweather.R$string: int key_precipitation_notification_switch +okhttp3.internal.http2.Http2Connection: void start() +wangdaye.com.geometricweather.R$drawable: int weather_hail_3 +wangdaye.com.geometricweather.R$dimen: int widget_grid_4 +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_analogContainer_light +cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.IKeyguardExternalViewProvider access$002(cyanogenmod.externalviews.KeyguardExternalView,cyanogenmod.externalviews.IKeyguardExternalViewProvider) +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_android_indeterminate +android.didikee.donate.R$style: int Widget_AppCompat_SearchView +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeSnowPrecipitationProbability +com.jaredrummler.android.colorpicker.R$attr: int tickMarkTint +io.reactivex.Observable: io.reactivex.Observable merge(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource) +androidx.viewpager2.R$id: int accessibility_custom_action_10 +androidx.work.R$id: int accessibility_custom_action_18 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean +wangdaye.com.geometricweather.R$styleable: int MaterialCardView_checkedIcon +org.greenrobot.greendao.AbstractDao: java.lang.Object getKeyVerified(java.lang.Object) +androidx.constraintlayout.widget.R$attr: int ratingBarStyle +androidx.fragment.R$dimen: int notification_main_column_padding_top +cyanogenmod.hardware.CMHardwareManager: int[] getDisplayGammaCalibrationArray(int) +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_chip_text_size +com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawable_android_dither +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout +androidx.loader.R$layout: int notification_action +wangdaye.com.geometricweather.common.rxjava.BaseObserver: void onSucceed(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$attr: int panelBackground +androidx.transition.R$dimen: int notification_right_side_padding_top +wangdaye.com.geometricweather.R$attr: int imageButtonStyle +androidx.recyclerview.R$dimen: int compat_notification_large_icon_max_height +androidx.preference.R$style: int Base_Widget_AppCompat_Light_PopupMenu +io.reactivex.Observable: io.reactivex.Observable using(java.util.concurrent.Callable,io.reactivex.functions.Function,io.reactivex.functions.Consumer) +androidx.appcompat.resources.R$id: int accessibility_custom_action_29 +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_active_text_size +com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_dialogIcon +com.turingtechnologies.materialscrollbar.TouchScrollBar: TouchScrollBar(android.content.Context,android.util.AttributeSet,int) +io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.common.basic.models.weather.Weather: wangdaye.com.geometricweather.common.basic.models.weather.History getYesterday() +io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: boolean inCompletable +wangdaye.com.geometricweather.R$styleable: int DialogPreference_android_negativeButtonText +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.Wind wind +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Medium +com.jaredrummler.android.colorpicker.R$string: int abc_prepend_shortcut_label +androidx.work.R$dimen: int notification_small_icon_size_as_large +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_lastHorizontalStyle +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Toolbar_Button_Navigation +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: void setStatus(int) +androidx.coordinatorlayout.R$styleable: int FontFamily_fontProviderQuery +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_RatingBar_Small +com.google.android.material.R$styleable: int AppCompatTheme_homeAsUpIndicator +okio.Util: int reverseBytesInt(int) +androidx.hilt.work.R$anim: int fragment_close_exit +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean url +cyanogenmod.themes.ThemeManager: java.util.Set access$000(cyanogenmod.themes.ThemeManager) +android.didikee.donate.R$styleable: int AppCompatSeekBar_tickMarkTintMode +james.adaptiveicon.R$color: int switch_thumb_disabled_material_dark +com.xw.repo.bubbleseekbar.R$attr: int drawableSize +androidx.constraintlayout.widget.R$id: R$id() +com.google.android.material.R$styleable: int TextInputLayout_suffixText +androidx.work.impl.utils.futures.DirectExecutor: androidx.work.impl.utils.futures.DirectExecutor valueOf(java.lang.String) +wangdaye.com.geometricweather.R$drawable: int weather_fog_mini_grey +james.adaptiveicon.R$layout: int abc_list_menu_item_radio +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Weather: java.lang.String desc +com.jaredrummler.android.colorpicker.R$drawable: int abc_spinner_textfield_background_material +com.google.android.material.R$styleable: int RecyclerView_android_clipToPadding +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintLeft_toRightOf +androidx.constraintlayout.widget.R$dimen: int abc_text_size_display_2_material +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_star_black_48dp +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_MinWidth +wangdaye.com.geometricweather.R$layout: int widget_clock_day_horizontal +androidx.appcompat.R$drawable: int abc_dialog_material_background +com.xw.repo.bubbleseekbar.R$id: int home +androidx.preference.R$layout: int preference_category +org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.database.Database getDatabase() +androidx.constraintlayout.widget.R$layout: int abc_action_menu_layout +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: int Index +okhttp3.internal.http2.StreamResetException: okhttp3.internal.http2.ErrorCode errorCode +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: void onSuccess(java.lang.Object) +androidx.appcompat.R$styleable: int[] AnimatedStateListDrawableTransition +com.jaredrummler.android.colorpicker.R$layout: int abc_screen_simple +okhttp3.Response: okhttp3.Response priorResponse +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_endIconContentDescription +com.xw.repo.bubbleseekbar.R$color: int material_deep_teal_500 +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Empty +androidx.preference.R$id: int accessibility_custom_action_27 +androidx.lifecycle.LiveData: void considerNotify(androidx.lifecycle.LiveData$ObserverWrapper) +com.google.android.material.R$style: int Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor GREY +wangdaye.com.geometricweather.R$color: int mtrl_filled_stroke_color +io.reactivex.observers.DisposableObserver: java.util.concurrent.atomic.AtomicReference upstream +okhttp3.Request: java.lang.String toString() +wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_previewSize +androidx.work.R$drawable: int notification_template_icon_bg +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Small_Inverse +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void error(java.lang.Throwable) +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Dialog_MinWidth +androidx.lifecycle.extensions.R$id: int chronometer +com.turingtechnologies.materialscrollbar.R$integer: int mtrl_btn_anim_duration_ms +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamily_fontProviderQuery +com.google.android.material.R$attr: int chipStartPadding +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: boolean IsDaylight +androidx.coordinatorlayout.R$styleable: int[] CoordinatorLayout +androidx.lifecycle.SavedStateViewModelFactory: SavedStateViewModelFactory(android.app.Application,androidx.savedstate.SavedStateRegistryOwner) +androidx.appcompat.R$attr: int actionModeShareDrawable +androidx.constraintlayout.widget.R$attr: int drawableTint +com.google.android.material.R$style: int Widget_AppCompat_RatingBar +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_DarkActionBar +com.jaredrummler.android.colorpicker.R$styleable: int ViewStubCompat_android_inflatedId +com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: boolean isIsShow() +wangdaye.com.geometricweather.R$id: int dialog_location_help_manageIcon +android.didikee.donate.R$styleable: int ActivityChooserView_initialActivityCount +androidx.appcompat.R$styleable: int SearchView_android_imeOptions +retrofit2.OkHttpCall: retrofit2.RequestFactory requestFactory +wangdaye.com.geometricweather.R$id: int expanded_menu +cyanogenmod.app.Profile: void readFromParcel(android.os.Parcel) +androidx.preference.R$styleable: int[] StateListDrawable +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Rain: int UnitType +wangdaye.com.geometricweather.R$styleable: int CompoundButton_buttonTint +wangdaye.com.geometricweather.R$attr: int yearSelectedStyle +okhttp3.internal.http2.Http2Connection$ReaderRunnable: okhttp3.internal.http2.Http2Connection this$0 +androidx.hilt.lifecycle.R$styleable: int GradientColor_android_endY +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: io.reactivex.disposables.CompositeDisposable set +androidx.multidex.MultiDexExtractor$ExtractedDex: long crc +com.google.android.material.R$animator +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setIcePrecipitation(java.lang.Float) +wangdaye.com.geometricweather.R$attr: int mock_showLabel +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String WALLPAPER_THUMBNAIL +com.google.android.material.R$styleable: int KeyTimeCycle_android_translationZ +com.google.android.material.R$attr: int alpha +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: android.os.IBinder asBinder() +com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary +okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec build() +cyanogenmod.providers.CMSettings$1 +wangdaye.com.geometricweather.R$string: int settings_title_precipitation_unit +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_ct +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Small_Inverse +cyanogenmod.platform.Manifest$permission: java.lang.String BIND_CUSTOM_TILE_LISTENER_SERVICE +okhttp3.Response: Response(okhttp3.Response$Builder) +cyanogenmod.app.ICustomTileListener$Stub$Proxy: void onListenerConnected() +wangdaye.com.geometricweather.R$string: int feedback_text_size +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.View onCreatePanelView(int) +com.google.android.material.R$styleable: int[] ActivityChooserView +androidx.activity.R$drawable: int notification_bg +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_RatingBar +androidx.fragment.R$styleable: int FontFamily_fontProviderQuery +cyanogenmod.hardware.CMHardwareManager: int GAMMA_CALIBRATION_GREEN_INDEX +android.didikee.donate.R$style: int Widget_AppCompat_ProgressBar_Horizontal +wangdaye.com.geometricweather.R$id: int design_menu_item_text +cyanogenmod.app.CustomTile: android.net.Uri onClickUri +com.google.android.material.R$style: int Base_Widget_MaterialComponents_AutoCompleteTextView +okio.AsyncTimeout: int TIMEOUT_WRITE_SIZE +com.jaredrummler.android.colorpicker.ColorPickerView: void setAlphaSliderText(int) +androidx.transition.R$id: int transition_position +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_CompoundButton_RadioButton +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: long EpochStartTime +androidx.constraintlayout.widget.R$attr: int layout_constraintHorizontal_bias +okio.BufferedSource: long indexOf(okio.ByteString) +androidx.preference.R$styleable: int[] BackgroundStyle +cyanogenmod.app.suggest.ApplicationSuggestion: android.net.Uri mDownloadUri +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_endIconMode +wangdaye.com.geometricweather.R$attr: int helperTextTextAppearance +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_creator +androidx.appcompat.widget.AppCompatAutoCompleteTextView: void setBackgroundDrawable(android.graphics.drawable.Drawable) +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_checkable +wangdaye.com.geometricweather.R$attr: int cornerFamilyTopLeft +androidx.preference.R$attr: int persistent +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_height +com.google.gson.FieldNamingPolicy$6: FieldNamingPolicy$6(java.lang.String,int) +com.turingtechnologies.materialscrollbar.R$id: int search_bar +com.google.android.material.R$id: int textSpacerNoTitle com.google.android.material.R$styleable: int ShapeAppearance_cornerSizeBottomRight +io.reactivex.internal.observers.DeferredScalarDisposable: int DISPOSED +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeRainPrecipitationProbability +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setDeleteIntent(android.app.PendingIntent) +androidx.hilt.lifecycle.R$attr: int alpha +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintBottom_toBottomOf +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Body2 +com.turingtechnologies.materialscrollbar.R$attr: int backgroundTintMode +com.google.android.material.R$styleable: int[] BottomNavigationView +com.xw.repo.bubbleseekbar.R$attr: int actionBarSize +androidx.appcompat.R$styleable: int FontFamilyFont_android_ttcIndex +wangdaye.com.geometricweather.R$string: int settings_category_forecast +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean speed +io.reactivex.Observable: io.reactivex.Observable doOnLifecycle(io.reactivex.functions.Consumer,io.reactivex.functions.Action) +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: int OTHER_STATE_HAS_VALUE +wangdaye.com.geometricweather.R$attr: int allowStacking +okhttp3.internal.http2.Http2: java.io.IOException ioException(java.lang.String,java.lang.Object[]) +com.google.android.material.R$styleable: int MaterialCalendar_dayInvalidStyle +com.google.android.material.R$styleable: int Insets_paddingRightSystemWindowInsets +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String TODAYS_HIGH_TEMPERATURE +com.bumptech.glide.R$styleable: int GradientColor_android_centerY +wangdaye.com.geometricweather.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 +cyanogenmod.app.StatusBarPanelCustomTile$1: StatusBarPanelCustomTile$1() +okhttp3.internal.Util: okio.ByteString UTF_32_LE_BOM +wangdaye.com.geometricweather.R$attr: int switchMinWidth +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: java.util.ArrayDeque observers +wangdaye.com.geometricweather.R$id: int cpv_arrow_right +androidx.preference.R$dimen: int fastscroll_minimum_range +com.google.android.material.bottomnavigation.BottomNavigationView: int getLabelVisibilityMode() +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_bubble_color +androidx.preference.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated +wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink +wangdaye.com.geometricweather.R$string: int feedback_running_in_background +com.google.android.material.R$styleable: int ConstraintSet_flow_horizontalStyle +wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status: wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status[] values() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: java.lang.String getBrandId() +com.turingtechnologies.materialscrollbar.R$color: int design_error +wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String cityId +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void drain() +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: boolean isDisposed() +okio.Buffer: okio.ByteString snapshot(int) +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$2 +okhttp3.internal.cache.DiskLruCache: void validateKey(java.lang.String) +okhttp3.internal.platform.Platform: void configureSslSocketFactory(javax.net.ssl.SSLSocketFactory) +io.reactivex.Observable: io.reactivex.disposables.Disposable subscribe(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer,io.reactivex.functions.Action,io.reactivex.functions.Consumer) +wangdaye.com.geometricweather.background.polling.work.worker.TodayForecastUpdateWorker: TodayForecastUpdateWorker(android.content.Context,androidx.work.WorkerParameters,wangdaye.com.geometricweather.location.LocationHelper,wangdaye.com.geometricweather.weather.WeatherHelper) +cyanogenmod.weather.CMWeatherManager$1: void onWeatherServiceProviderChanged(java.lang.String) +com.google.android.material.button.MaterialButtonToggleGroup: void addOnButtonCheckedListener(com.google.android.material.button.MaterialButtonToggleGroup$OnButtonCheckedListener) +com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$KeySet keySet +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver +com.turingtechnologies.materialscrollbar.R$layout: int select_dialog_multichoice_material +com.jaredrummler.android.colorpicker.R$id: int transparency_layout +okhttp3.internal.connection.RealConnection: boolean supportsUrl(okhttp3.HttpUrl) +cyanogenmod.providers.CMSettings$Global: float getFloatForUser(android.content.ContentResolver,java.lang.String,int) +retrofit2.HttpServiceMethod$SuspendForBody: HttpServiceMethod$SuspendForBody(retrofit2.RequestFactory,okhttp3.Call$Factory,retrofit2.Converter,retrofit2.CallAdapter,boolean) +cyanogenmod.providers.CMSettings$System: boolean putFloatForUser(android.content.ContentResolver,java.lang.String,float,int) +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_alterWindow +cyanogenmod.externalviews.ExternalViewProviderService$1 +androidx.constraintlayout.widget.R$layout: R$layout() +james.adaptiveicon.R$styleable: int ActionMode_subtitleTextStyle +androidx.appcompat.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 +wangdaye.com.geometricweather.R$attr: int tint +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_BottomNavigationView_Colored +androidx.constraintlayout.widget.R$id: int tag_screen_reader_focusable +okhttp3.internal.http2.Http2Codec$StreamFinishingSource: boolean completed +androidx.preference.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored +wangdaye.com.geometricweather.R$styleable: int[] PreferenceImageView +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Menu +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index: java.lang.String quali +androidx.hilt.work.R$layout: int notification_template_icon_group +okhttp3.HttpUrl: java.lang.String scheme() +okhttp3.internal.ws.WebSocketProtocol: int OPCODE_TEXT +androidx.preference.R$styleable: int ListPreference_useSimpleSummaryProvider +james.adaptiveicon.R$attr: int buttonBarNegativeButtonStyle +android.didikee.donate.R$id: int always +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: boolean isDisposed() +com.google.android.material.R$styleable: int[] ViewBackgroundHelper +wangdaye.com.geometricweather.R$attr: int mock_labelColor +androidx.preference.R$styleable: int[] Toolbar +okhttp3.Response$Builder: void checkSupportResponse(java.lang.String,okhttp3.Response) +io.reactivex.internal.util.AtomicThrowable: long serialVersionUID +android.didikee.donate.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog +androidx.preference.R$styleable: int PreferenceGroup_orderingFromXml +wangdaye.com.geometricweather.R$styleable: int PreferenceGroup_android_orderingFromXml +com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_showSeekBarValue +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_textColor +com.google.gson.stream.JsonWriter: boolean isLenient() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_alertDialogTheme +androidx.appcompat.widget.AppCompatRadioButton: AppCompatRadioButton(android.content.Context,android.util.AttributeSet,int) +cyanogenmod.providers.CMSettings$System: android.net.Uri getUriFor(java.lang.String) +wangdaye.com.geometricweather.common.basic.models.weather.Base: java.lang.String getTime(android.content.Context,java.util.Date) +wangdaye.com.geometricweather.R$id: int groups +wangdaye.com.geometricweather.background.polling.PollingUpdateHelper +androidx.activity.R$styleable: int FontFamilyFont_android_font +androidx.appcompat.app.AppCompatActivity: AppCompatActivity() +androidx.constraintlayout.widget.R$style: int Platform_V21_AppCompat_Light +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_mini_dark +com.xw.repo.bubbleseekbar.R$dimen: int abc_disabled_alpha_material_light +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PressureTendency +okhttp3.Dispatcher: void enqueue(okhttp3.RealCall$AsyncCall) +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Spinner_DropDown +androidx.transition.R$styleable: int GradientColor_android_startY +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constrainedWidth +androidx.legacy.coreutils.R$drawable: int notification_template_icon_bg +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void setFirst(io.reactivex.internal.operators.observable.ObservableReplay$Node) +wangdaye.com.geometricweather.R$id: int widget_trend_daily_item_2 +androidx.appcompat.R$style: int Widget_AppCompat_RatingBar_Indicator +com.google.android.material.R$style: int Widget_MaterialComponents_Button_TextButton_Icon +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: boolean isValid() +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: wangdaye.com.geometricweather.db.converters.WeatherCodeConverter weatherCodeConverter +androidx.appcompat.R$styleable: int GradientColor_android_endX +androidx.vectordrawable.R$dimen +androidx.appcompat.R$styleable: int SearchView_submitBackground +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeCopyDrawable +androidx.preference.R$attr: int actionModeBackground +wangdaye.com.geometricweather.R$attr: int buttonBarStyle +com.google.android.material.R$attr: int materialCardViewStyle +okio.AsyncTimeout: long remainingNanos(long) +retrofit2.Response +okhttp3.internal.http1.Http1Codec$1 +androidx.fragment.R$id: int icon +com.bumptech.glide.R$styleable: int CoordinatorLayout_statusBarBackground +org.greenrobot.greendao.DaoException: long serialVersionUID +wangdaye.com.geometricweather.R$color: int design_dark_default_color_surface +wangdaye.com.geometricweather.settings.dialogs.AnimatableIconDialog +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxCollapsedPaddingTop +com.google.android.material.R$styleable: int KeyTrigger_onNegativeCross +androidx.recyclerview.R$styleable: int GradientColor_android_endY +androidx.appcompat.widget.SearchView: void setOnQueryTextFocusChangeListener(android.view.View$OnFocusChangeListener) +androidx.vectordrawable.animated.R$id: int dialog_button +androidx.hilt.work.R$anim: int fragment_close_enter +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_android_imeOptions wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintVertical_weight -com.google.android.material.R$string: int abc_menu_alt_shortcut_label -okhttp3.CertificatePinner: java.lang.String pin(java.security.cert.Certificate) -wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource: wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource CN -androidx.swiperefreshlayout.R$id -androidx.viewpager.R$styleable: int[] ColorStateListItem -androidx.constraintlayout.widget.R$id: int listMode -wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_showColorShades -com.google.android.material.R$styleable: int Constraint_layout_goneMarginEnd -okhttp3.Cache$Entry: java.lang.String url -com.google.android.material.R$drawable: int abc_seekbar_tick_mark_material -com.xw.repo.bubbleseekbar.R$style: R$style() -androidx.appcompat.R$styleable: int[] ActionMode -com.turingtechnologies.materialscrollbar.R$id: int tabMode -wangdaye.com.geometricweather.R$id: int wrap -com.google.android.material.R$styleable: int PropertySet_layout_constraintTag -com.xw.repo.bubbleseekbar.R$drawable: int notification_action_background -com.google.android.material.R$styleable: int Chip_checkedIcon -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure -wangdaye.com.geometricweather.db.entities.DaoMaster$DevOpenHelper: DaoMaster$DevOpenHelper(android.content.Context,java.lang.String,android.database.sqlite.SQLiteDatabase$CursorFactory) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_begin -com.google.android.material.R$color: int mtrl_textinput_focused_box_stroke_color -androidx.preference.R$styleable: int PreferenceFragmentCompat_android_dividerHeight -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Small -cyanogenmod.app.Profile: java.util.Map mTriggers -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void onNext(java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int[] RangeSlider -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Metric: AccuCurrentResult$RealFeelTemperature$Metric() -wangdaye.com.geometricweather.db.entities.AlertEntity: long getAlertId() -wangdaye.com.geometricweather.R$styleable: int Toolbar_titleMarginTop -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.Integer rainProductAvailable -wangdaye.com.geometricweather.R$layout: int widget_day_pixel -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer relativeHumidity -wangdaye.com.geometricweather.R$styleable: int[] PreferenceTheme -com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_colored_material -wangdaye.com.geometricweather.R$dimen: int mtrl_snackbar_background_corner_radius -androidx.appcompat.R$dimen -james.adaptiveicon.R$id: int action_container -com.jaredrummler.android.colorpicker.R$styleable: int ActionMode_subtitleTextStyle -com.turingtechnologies.materialscrollbar.R$drawable: int abc_tab_indicator_material -androidx.vectordrawable.R$dimen: int notification_large_icon_height -com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_27 -androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType COLOR_TYPE -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver(io.reactivex.Observer,io.reactivex.functions.Function,boolean) -wangdaye.com.geometricweather.db.entities.HistoryEntity: void setWeatherSource(java.lang.String) -com.google.android.material.R$dimen: int notification_big_circle_margin -okhttp3.TlsVersion: okhttp3.TlsVersion forJavaName(java.lang.String) -androidx.legacy.coreutils.R$styleable: int[] FontFamily -androidx.preference.R$style: int Theme_AppCompat_DayNight_Dialog_Alert -androidx.constraintlayout.widget.R$styleable: int MenuItem_actionProviderClass -cyanogenmod.themes.ThemeManager: boolean processThemeResources(java.lang.String) -wangdaye.com.geometricweather.R$attr: int closeIconTint -com.jaredrummler.android.colorpicker.ColorPickerView -okhttp3.internal.ws.RealWebSocket$Close -com.xw.repo.bubbleseekbar.R$styleable: int[] MenuItem -com.google.android.material.R$styleable: int SwitchCompat_switchPadding -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation: double qty24H -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionBar_Solid -retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isBody -androidx.constraintlayout.widget.R$drawable: int abc_text_cursor_material -io.reactivex.Observable: io.reactivex.Observable skipWhile(io.reactivex.functions.Predicate) -com.google.android.material.R$styleable: int ImageFilterView_warmth -androidx.loader.R$styleable: int FontFamilyFont_android_ttcIndex -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: ObservableConcatMapMaybe$ConcatMapMaybeMainObserver(io.reactivex.Observer,io.reactivex.functions.Function,int,io.reactivex.internal.util.ErrorMode) -androidx.constraintlayout.widget.R$dimen: int abc_config_prefDialogWidth -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabMaxWidth -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getAqi() -wangdaye.com.geometricweather.common.basic.GeoViewModel -androidx.appcompat.R$styleable: int[] Toolbar -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_ratingBarStyleSmall -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric: java.lang.String Unit -wangdaye.com.geometricweather.db.entities.HistoryEntity: void setTime(long) -wangdaye.com.geometricweather.R$menu: int activity_settings -cyanogenmod.weather.IRequestInfoListener$Stub: IRequestInfoListener$Stub() -androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour: androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour valueOf(java.lang.String) -cyanogenmod.hardware.DisplayMode$1 -okio.RealBufferedSource: okio.ByteString readByteString(long) -wangdaye.com.geometricweather.R$dimen: int highlight_alpha_material_colored -okhttp3.CertificatePinner: java.util.List findMatchingPins(java.lang.String) -james.adaptiveicon.R$styleable: int AlertDialog_singleChoiceItemLayout -androidx.fragment.R$styleable: int GradientColorItem_android_offset -com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat_Dialog -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Sun: java.lang.Long set -wangdaye.com.geometricweather.db.entities.WeatherEntity: void resetDailyEntityList() -wangdaye.com.geometricweather.R$attr: int selectable -com.google.android.material.chip.Chip: void setChipIconResource(int) -retrofit2.Call: void enqueue(retrofit2.Callback) -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: boolean isDisposed() -okhttp3.internal.cache.DiskLruCache$Snapshot: okio.Source[] sources -okhttp3.internal.connection.RealConnection: okhttp3.Handshake handshake() -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_paddingRight -androidx.appcompat.R$id: int parentPanel -retrofit2.ParameterHandler$Header: void apply(retrofit2.RequestBuilder,java.lang.Object) -wangdaye.com.geometricweather.R$string: int refresh -okhttp3.internal.cache.DiskLruCache$1: void run() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionOverflowMenuStyle -wangdaye.com.geometricweather.R$styleable: int MaterialTextView_android_lineHeight -cyanogenmod.app.IProfileManager: android.app.NotificationGroup getNotificationGroupForPackage(java.lang.String) -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language ENGLISH_UK -io.reactivex.internal.util.VolatileSizeArrayList: java.lang.String toString() -androidx.vectordrawable.animated.R$drawable: int notification_tile_bg -okhttp3.WebSocketListener: void onOpen(okhttp3.WebSocket,okhttp3.Response) -cyanogenmod.app.CustomTile$ExpandedStyle$1: java.lang.Object[] newArray(int) -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.Observer downstream -androidx.hilt.work.R$dimen: int compat_button_padding_horizontal_material -com.google.android.material.R$styleable: int TextAppearance_android_typeface -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: java.lang.String defenseIcon -com.google.android.material.R$id: int off -com.turingtechnologies.materialscrollbar.R$color: int switch_thumb_disabled_material_light -wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) -androidx.preference.R$dimen: int compat_control_corner_material -androidx.fragment.R$dimen: int compat_button_inset_vertical_material -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_SearchView -cyanogenmod.app.Profile: java.util.List readSecondaryUuidsFromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) -wangdaye.com.geometricweather.R$styleable: int AlertDialog_listLayout +com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_drawableSize +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleMargins +com.jaredrummler.android.colorpicker.R$id: int actions +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: long serialVersionUID +com.google.android.material.R$id: int accessibility_custom_action_19 +androidx.constraintlayout.widget.R$color: int abc_background_cache_hint_selector_material_light +androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$Event downEvent(androidx.lifecycle.Lifecycle$State) +wangdaye.com.geometricweather.R$styleable: int Transform_android_transformPivotY +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintEnd_toStartOf +com.google.android.material.R$attr: int transitionPathRotate +androidx.loader.R$drawable: int notification_tile_bg +com.xw.repo.bubbleseekbar.R$attr: int bsb_bubble_text_color +androidx.appcompat.R$dimen: int tooltip_margin +com.google.android.material.internal.CheckableImageButton: void setPressed(boolean) +wangdaye.com.geometricweather.R$style: int Test_Widget_MaterialComponents_MaterialCalendar_Day +io.reactivex.internal.subscriptions.EmptySubscription: boolean offer(java.lang.Object) +androidx.constraintlayout.widget.R$styleable: int ActionMode_titleTextStyle +com.xw.repo.bubbleseekbar.R$dimen: int abc_edit_text_inset_bottom_material +com.google.android.material.R$style: int Widget_MaterialComponents_Chip_Choice +androidx.preference.R$styleable: int SwitchCompat_track +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void onSubscribe(io.reactivex.disposables.Disposable) +james.adaptiveicon.R$dimen: int abc_text_size_body_2_material +androidx.preference.R$attr: int windowFixedWidthMajor +com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableItem_android_id +android.didikee.donate.R$id: int search_bar +com.google.android.material.R$dimen: int compat_control_corner_material +androidx.vectordrawable.animated.R$layout +io.reactivex.Observable: io.reactivex.Observable groupBy(io.reactivex.functions.Function) +com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_spinBars +androidx.constraintlayout.widget.R$dimen: int notification_small_icon_size_as_large +androidx.preference.R$styleable: int AnimatedStateListDrawableTransition_android_fromId +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Body1 +com.jaredrummler.android.colorpicker.R$dimen +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: java.util.concurrent.atomic.AtomicReference other +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getTempMin() +wangdaye.com.geometricweather.R$attr: int contentPaddingBottom +androidx.preference.R$style: int Base_ThemeOverlay_AppCompat_ActionBar +androidx.recyclerview.R$attr: int recyclerViewStyle +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title +wangdaye.com.geometricweather.db.entities.DailyEntity: void setGrassLevel(java.lang.Integer) +com.turingtechnologies.materialscrollbar.R$styleable: int[] ActionMenuView +androidx.constraintlayout.widget.R$styleable: int MockView_mock_label +wangdaye.com.geometricweather.R$integer: int cpv_default_anim_steps +cyanogenmod.power.IPerformanceManager$Stub$Proxy: void cpuBoost(int) +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getDefaultDisplayMode +androidx.constraintlayout.widget.R$attr: int layout_constraintVertical_bias +cyanogenmod.app.CustomTileListenerService: cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper access$100(cyanogenmod.app.CustomTileListenerService) +androidx.appcompat.R$attr: int actionDropDownStyle +okhttp3.internal.platform.AndroidPlatform: void log(int,java.lang.String,java.lang.Throwable) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getDaytimeWeatherText() +com.google.android.material.textfield.MaterialAutoCompleteTextView: java.lang.CharSequence getHint() +okhttp3.internal.cache2.FileOperator: void read(long,okio.Buffer,long) +com.google.android.material.R$attr: int navigationIconColor +com.google.android.material.R$style: int TextAppearance_Compat_Notification_Line2 +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_navigationContentDescription +wangdaye.com.geometricweather.R$styleable: int[] MenuItem +cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.DisplayMode[] getDisplayModes() +cyanogenmod.power.IPerformanceManager: boolean getProfileHasAppProfiles(int) +wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode valueOf(java.lang.String) +com.xw.repo.bubbleseekbar.R$dimen: int abc_button_padding_horizontal_material +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog +james.adaptiveicon.R$attr: int autoCompleteTextViewStyle +com.github.rahatarmanahmed.cpv.CircularProgressView$5: CircularProgressView$5(com.github.rahatarmanahmed.cpv.CircularProgressView) +androidx.viewpager.R$style: int TextAppearance_Compat_Notification_Info +wangdaye.com.geometricweather.R$attr: int title +com.google.android.material.floatingactionbutton.FloatingActionButton: void setImageResource(int) +androidx.appcompat.resources.R$styleable: int FontFamily_fontProviderPackage +com.google.android.material.R$attr: int listChoiceIndicatorSingleAnimated +androidx.constraintlayout.widget.R$style: int Base_V7_Theme_AppCompat_Light +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float getIce() +android.didikee.donate.R$id: int disableHome +wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_android_fontStyle +androidx.lifecycle.LiveData$1 +cyanogenmod.weather.WeatherInfo$DayForecast$Builder: WeatherInfo$DayForecast$Builder(int) +com.turingtechnologies.materialscrollbar.R$dimen: int notification_action_icon_size +com.google.android.material.R$styleable: int TextInputLayout_prefixText +retrofit2.OkHttpCall: boolean executed +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_switchTextOff +android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon +com.google.android.material.R$style: int ShapeAppearanceOverlay +wangdaye.com.geometricweather.R$layout: int design_menu_item_action_area +wangdaye.com.geometricweather.R$drawable: int weather_clear_night_mini_grey +androidx.constraintlayout.widget.R$styleable: int ActionBar_contentInsetStartWithNavigation +wangdaye.com.geometricweather.R$id: int scrollIndicatorDown +wangdaye.com.geometricweather.R$id: int item_details_content +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedNoLast: void run() +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_day_horizontal_padding +okio.AsyncTimeout: void enter() +androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType: androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType NONE +com.google.android.material.R$string: int path_password_eye_mask_strike_through +wangdaye.com.geometricweather.R$id: int item_icon_provider_get_more_gitHub +wangdaye.com.geometricweather.R$drawable: int ic_thx +com.jaredrummler.android.colorpicker.R$attr: int fastScrollEnabled +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_ratingBarStyleIndicator +com.turingtechnologies.materialscrollbar.DragScrollBar: int getMode() +androidx.appcompat.widget.AppCompatSpinner: void setBackgroundDrawable(android.graphics.drawable.Drawable) +com.jaredrummler.android.colorpicker.ColorPickerView: int getPaddingTop() +androidx.preference.R$style: int Theme_AppCompat_NoActionBar +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int ThunderstormProbability +androidx.appcompat.R$attr: int seekBarStyle +androidx.preference.R$attr: int fontProviderFetchTimeout +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Toolbar_Primary +androidx.viewpager2.R$id: int accessibility_custom_action_26 +okhttp3.internal.platform.Platform: okhttp3.internal.platform.Platform findPlatform() +wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type[] values() +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: java.util.concurrent.locks.Condition condition +com.google.android.material.button.MaterialButton: MaterialButton(android.content.Context,android.util.AttributeSet) +androidx.loader.R$id: int notification_background +androidx.preference.R$attr: int showTitle +androidx.preference.R$attr: int switchStyle +android.support.v4.os.ResultReceiver: android.os.Parcelable$Creator CREATOR +androidx.lifecycle.LiveData: int getVersion() +okhttp3.internal.http2.Http2Connection$5: Http2Connection$5(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[],int,java.util.List,boolean) +com.google.android.material.appbar.CollapsingToolbarLayout: void setTitleEnabled(boolean) +com.google.android.material.R$attr: int tabIconTintMode +com.jaredrummler.android.colorpicker.R$id: int titleDividerNoCustom +cyanogenmod.app.LiveLockScreenInfo: cyanogenmod.app.LiveLockScreenInfo clone() +com.google.gson.FieldNamingPolicy$5: java.lang.String translateName(java.lang.reflect.Field) +androidx.preference.R$styleable: int SwitchPreference_summaryOff +okhttp3.internal.connection.RealConnection: long idleAtNanos +androidx.hilt.R$id: int text +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating: int UnitType +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: java.util.concurrent.atomic.AtomicReference observers +com.turingtechnologies.materialscrollbar.R$integer: int abc_config_activityDefaultDur +okhttp3.Response: void close() +androidx.preference.R$color: int abc_tint_default +androidx.constraintlayout.widget.R$attr: int layout_constraintGuide_end +james.adaptiveicon.R$styleable: int SearchView_layout +com.google.android.material.R$attr: int searchHintIcon +okhttp3.internal.http2.Http2Writer: void writeMedium(okio.BufferedSink,int) +cyanogenmod.externalviews.ExternalView$6 +androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_statusBarBackground +com.xw.repo.bubbleseekbar.R$styleable: int[] Spinner +androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type[] values() +com.google.android.material.R$attr: int divider +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setPubTime(java.lang.String) +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getThunderstormPrecipitation() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Imperial: AccuCurrentResult$PrecipitationSummary$PastHour$Imperial() +wangdaye.com.geometricweather.R$string: int content_des_minutely_precipitation +androidx.lifecycle.extensions.R$style: R$style() +androidx.constraintlayout.widget.R$drawable: int abc_btn_radio_to_on_mtrl_000 +androidx.viewpager2.R$drawable: int notification_tile_bg +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setPrecipitationProbability(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean) +androidx.appcompat.resources.R$styleable: int[] GradientColor +wangdaye.com.geometricweather.R$layout: int abc_list_menu_item_icon +cyanogenmod.providers.WeatherContract$WeatherColumns$WindSpeedUnit: int KPH +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: ObservableGroupJoin$LeftRightEndObserver(io.reactivex.internal.operators.observable.ObservableGroupJoin$JoinSupport,boolean,int) +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: ObservableTimeout$TimeoutConsumer(long,io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutSelectorSupport) +okhttp3.internal.cache.CacheStrategy +retrofit2.Utils$WildcardTypeImpl: int hashCode() +wangdaye.com.geometricweather.R$array: int pressure_unit_voices +com.bumptech.glide.integration.okhttp.R$id: int actions +androidx.appcompat.widget.AppCompatTextView: android.content.res.ColorStateList getSupportCompoundDrawablesTintList() +okhttp3.internal.cache.DiskLruCache: void setMaxSize(long) +okhttp3.internal.http2.Hpack$Writer: void insertIntoDynamicTable(okhttp3.internal.http2.Header) +wangdaye.com.geometricweather.R$layout: int design_navigation_item +okhttp3.internal.platform.Jdk9Platform: javax.net.ssl.X509TrustManager trustManager(javax.net.ssl.SSLSocketFactory) +cyanogenmod.providers.WeatherContract$WeatherColumns: android.net.Uri CURRENT_WEATHER_URI +james.adaptiveicon.R$styleable: int AppCompatTheme_windowMinWidthMajor +com.xw.repo.bubbleseekbar.R$color: int abc_search_url_text +retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$1 +okio.Okio$4: Okio$4(java.net.Socket) +wangdaye.com.geometricweather.R$styleable: int Chip_closeIconEndPadding +androidx.preference.R$style: int Widget_AppCompat_Light_ActionMode_Inverse +io.reactivex.internal.subscriptions.DeferredScalarSubscription: java.lang.Object value +androidx.customview.R$dimen: int notification_small_icon_background_padding +com.google.android.material.tabs.TabLayout: void setScrollAnimatorListener(android.animation.Animator$AnimatorListener) +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.util.Map lefts +wangdaye.com.geometricweather.R$string: int settings_summary_unit +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_10 +androidx.preference.R$attr: int buttonBarPositiveButtonStyle +com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter: void onModeChanged(boolean) +com.xw.repo.bubbleseekbar.R$style: int Platform_V25_AppCompat +cyanogenmod.weather.WeatherLocation$1: java.lang.Object createFromParcel(android.os.Parcel) +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense +androidx.core.R$styleable: int[] GradientColorItem +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox +com.google.android.material.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog +cyanogenmod.weather.WeatherInfo$DayForecast: WeatherInfo$DayForecast(android.os.Parcel) +com.turingtechnologies.materialscrollbar.DragScrollBar: DragScrollBar(android.content.Context,android.util.AttributeSet) +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_Button_Colored +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$3 +wangdaye.com.geometricweather.R$drawable: int shortcuts_refresh +wangdaye.com.geometricweather.R$styleable: int ListPreference_entries +androidx.fragment.R$drawable: int notification_action_background +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Button +com.google.android.material.R$string: int material_timepicker_minute +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableTintMode +com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_colorPresets +cyanogenmod.weather.WeatherInfo: double access$602(cyanogenmod.weather.WeatherInfo,double) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onActionModeStarted(android.view.ActionMode) +com.xw.repo.bubbleseekbar.R$styleable: int[] FontFamily +androidx.lifecycle.ReportFragment: void setProcessListener(androidx.lifecycle.ReportFragment$ActivityInitializationListener) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeRealFeelShaderTemperature(java.lang.Integer) +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_SeekBar_Discrete +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void innerComplete(int,boolean) +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setPubTime(java.util.Date) +androidx.viewpager.widget.ViewPager: void setCurrentItem(int) +com.google.android.material.R$styleable: int Constraint_layout_constraintStart_toStartOf +okhttp3.EventListener: void responseHeadersEnd(okhttp3.Call,okhttp3.Response) +com.google.android.material.progressindicator.ProgressIndicator: void setAnimatorDurationScaleProvider(com.google.android.material.progressindicator.AnimatorDurationScaleProvider) +com.google.android.material.button.MaterialButton: android.content.res.ColorStateList getRippleColor() +james.adaptiveicon.R$dimen: int abc_action_bar_content_inset_material +com.xw.repo.bubbleseekbar.R$drawable: int notification_bg_low_normal +wangdaye.com.geometricweather.db.entities.AlertEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.AlertEntity) +androidx.constraintlayout.widget.R$dimen: R$dimen() +androidx.work.R$id: int accessibility_custom_action_20 +com.google.android.material.R$styleable: int Transform_android_translationY +com.google.android.material.R$styleable: int ProgressIndicator_android_indeterminate +cyanogenmod.app.ICustomTileListener: void onCustomTilePosted(org.cyanogenmod.internal.statusbar.IStatusBarCustomTileHolder) +android.didikee.donate.R$drawable: int notification_bg_normal_pressed +io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,int,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +com.google.android.material.R$style: int Theme_AppCompat_Dialog +io.reactivex.Observable: io.reactivex.Observable switchMap(io.reactivex.functions.Function) +androidx.hilt.lifecycle.R$styleable: int GradientColor_android_startColor +com.google.android.material.R$styleable: int MenuItem_android_alphabeticShortcut +wangdaye.com.geometricweather.R$attr: int paddingBottomSystemWindowInsets +wangdaye.com.geometricweather.R$layout: int notification_action +com.google.android.material.R$styleable: int Badge_number +com.google.android.material.R$style: int TestStyleWithThemeLineHeightAttribute +androidx.preference.R$style: int Widget_AppCompat_Light_ListPopupWindow +cyanogenmod.weatherservice.IWeatherProviderService: void setServiceClient(cyanogenmod.weatherservice.IWeatherProviderServiceClient) +james.adaptiveicon.R$style: int Widget_Compat_NotificationActionText +james.adaptiveicon.R$styleable: int ActionBar_hideOnContentScroll +com.jaredrummler.android.colorpicker.R$styleable: int[] GradientColorItem +okio.Buffer: void write(okio.Buffer,long) +wangdaye.com.geometricweather.R$color: int mtrl_choice_chip_ripple_color +androidx.loader.content.Loader: void unregisterOnLoadCanceledListener(androidx.loader.content.Loader$OnLoadCanceledListener) +okio.ForwardingSink: void flush() +okhttp3.OkHttpClient: okhttp3.Authenticator proxyAuthenticator() +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_visibility +androidx.appcompat.R$attr: int contentInsetRight +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_firstVerticalBias +wangdaye.com.geometricweather.R$layout: int item_weather_daily_line +retrofit2.BuiltInConverters$UnitResponseBodyConverter: kotlin.Unit convert(okhttp3.ResponseBody) +androidx.transition.R$dimen: int notification_subtext_size +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_scrimAnimationDuration +androidx.hilt.R$id: int title +androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_ALARM +androidx.constraintlayout.widget.R$color: int ripple_material_light +com.google.android.material.R$styleable: int[] ProgressIndicator +wangdaye.com.geometricweather.R$color: int colorTextAlert +wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_marginStart +com.google.android.material.R$id: int accessibility_custom_action_20 +okhttp3.internal.http.RealInterceptorChain: int readTimeout +wangdaye.com.geometricweather.R$attr: int windowActionModeOverlay +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial: int UnitType +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item +com.xw.repo.bubbleseekbar.R$attr: int coordinatorLayoutStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: java.lang.String unit +com.google.android.material.R$id: int ignoreRequest +androidx.preference.R$attr: int actionMenuTextAppearance +android.didikee.donate.R$id: int notification_main_column_container +com.google.android.material.chip.Chip: void setTextEndPaddingResource(int) +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_horizontalBias +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode ENHANCE_YOUR_CALM +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour: AccuCurrentResult$PrecipitationSummary$PastHour() +wangdaye.com.geometricweather.R$attr: int contentInsetLeft +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_lastHorizontalStyle +com.google.android.material.R$color: int mtrl_fab_icon_text_color_selector +androidx.appcompat.R$color: int bright_foreground_material_light +com.google.android.material.R$attr: int track +androidx.constraintlayout.motion.widget.MotionLayout$TransitionState: androidx.constraintlayout.motion.widget.MotionLayout$TransitionState UNDEFINED +com.xw.repo.BubbleSeekBar: BubbleSeekBar(android.content.Context) +okhttp3.internal.connection.RealConnection: okhttp3.Route route +androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType INT_TYPE +com.bumptech.glide.R$styleable: int[] GradientColorItem +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: void onNext(java.lang.Object) +androidx.recyclerview.R$id: int action_container +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao chineseCityEntityDao +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeThunderstormPrecipitationProbability +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_WIND_SPEED_UNIT +androidx.lifecycle.ProcessLifecycleOwner$1: void run() +com.google.android.material.circularreveal.CircularRevealGridLayout +io.reactivex.Observable: io.reactivex.Observable fromFuture(java.util.concurrent.Future) +androidx.customview.R$attr: int fontProviderFetchStrategy +androidx.appcompat.R$dimen: int compat_button_inset_vertical_material +com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getHintTextColor() +androidx.lifecycle.ViewModelProviders: ViewModelProviders() +wangdaye.com.geometricweather.R$drawable: int abc_btn_radio_to_on_mtrl_000 +com.turingtechnologies.materialscrollbar.R$drawable: int abc_popup_background_mtrl_mult +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_weight +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_section_text_interval +com.jaredrummler.android.colorpicker.R$dimen: int tooltip_horizontal_padding +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: java.util.concurrent.TimeUnit unit +com.google.android.material.R$attr: int tabStyle +androidx.constraintlayout.widget.R$attr: int textAppearanceListItemSmall +cyanogenmod.util.ColorUtils: com.android.internal.util.cm.palette.Palette$Swatch getDominantSwatch(com.android.internal.util.cm.palette.Palette) +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_getLastThemeChangeTime +com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getPlaceholderText() +androidx.appcompat.widget.LinearLayoutCompat: void setDividerDrawable(android.graphics.drawable.Drawable) +android.didikee.donate.R$id: int action_mode_bar_stub +com.turingtechnologies.materialscrollbar.R$interpolator: int mtrl_fast_out_linear_in +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void onNext(java.lang.Object) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight +cyanogenmod.app.ILiveLockScreenManager: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() +com.google.android.material.R$dimen: int mtrl_bottomappbar_fab_cradle_margin +okhttp3.Cookie: java.lang.String value +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_landscape_header_width +cyanogenmod.hardware.ThermalListenerCallback$State: java.lang.String toString(int) +okio.Pipe$PipeSource: void close() +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: void onAttachedToWindow() +wangdaye.com.geometricweather.R$attr: int autoCompleteTextViewStyle +okhttp3.internal.ws.RealWebSocket: boolean processNextFrame() +androidx.multidex.MultiDexExtractor$ExtractedDex: MultiDexExtractor$ExtractedDex(java.io.File,java.lang.String) +com.google.android.material.R$layout: int notification_template_part_chronometer +androidx.constraintlayout.widget.R$id: int tag_accessibility_clickable_spans +cyanogenmod.app.Profile$TriggerType: int BLUETOOTH +com.google.android.material.R$animator: R$animator() +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabPaddingBottom +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarSwipeRefreshLayout: void setOnApplyWindowInsetsListener(android.view.View$OnApplyWindowInsetsListener) +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_display_2_material +cyanogenmod.os.Build: java.lang.String UNKNOWN +androidx.appcompat.R$id: int accessibility_custom_action_25 +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Large +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light_Dialog_Alert +cyanogenmod.platform.Manifest$permission: java.lang.String WRITE_WEATHER +androidx.vectordrawable.R$attr: int fontProviderFetchStrategy +wangdaye.com.geometricweather.R$id: int on +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_showDividers +com.google.android.material.R$attr: int layout_constraintCircle +androidx.fragment.app.Fragment +com.google.android.material.slider.RangeSlider: void setThumbStrokeColorResource(int) +com.google.android.material.R$color: int ripple_material_light +com.google.android.material.R$styleable: int ConstraintSet_android_elevation +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight_Dialog +wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle MATERIAL +androidx.hilt.work.R$id: int tag_accessibility_clickable_spans +androidx.appcompat.widget.LinearLayoutCompat: LinearLayoutCompat(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$color: int design_default_color_on_surface +androidx.preference.R$id: int accessibility_custom_action_26 +wangdaye.com.geometricweather.R$string: int abc_searchview_description_voice +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String Category +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_panelMenuListTheme +james.adaptiveicon.R$style: int Widget_AppCompat_Light_PopupMenu +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse +com.turingtechnologies.materialscrollbar.TouchScrollBar: int getMode() +androidx.appcompat.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator +androidx.preference.R$layout: int abc_alert_dialog_material +com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableItem_android_id +com.google.android.material.R$color: int design_icon_tint +com.google.android.material.R$styleable: int Layout_layout_constraintHorizontal_weight +androidx.appcompat.R$styleable: int[] AppCompatImageView +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult: java.lang.String MobileLink +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_4 +com.google.android.material.button.MaterialButton: void setIconGravity(int) +com.turingtechnologies.materialscrollbar.R$color: int ripple_material_light +cyanogenmod.app.Profile: cyanogenmod.profiles.RingModeSettings mRingMode +com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy UPPER_CAMEL_CASE +io.reactivex.internal.util.EmptyComponent: void onNext(java.lang.Object) +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_action_confirm_button_min_width +com.xw.repo.bubbleseekbar.R$styleable: int[] MenuView +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Imperial: double Value +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_registerThermalListener +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: long serialVersionUID +androidx.work.R$id: int accessibility_custom_action_13 +wangdaye.com.geometricweather.R$attr: int toolbarStyle +androidx.recyclerview.R$styleable: int RecyclerView_android_orientation +com.xw.repo.bubbleseekbar.R$styleable: int ActionMenuItemView_android_minWidth +okhttp3.internal.ws.RealWebSocket +androidx.constraintlayout.widget.R$attr: int actionViewClass +okhttp3.internal.connection.StreamAllocation: okhttp3.internal.http.HttpCodec codec() +androidx.vectordrawable.animated.R$styleable: R$styleable() +androidx.preference.R$id: int search_go_btn +androidx.hilt.lifecycle.R$id: int text2 +androidx.preference.R$styleable: int AppCompatTheme_actionOverflowMenuStyle +james.adaptiveicon.R$styleable: int[] ViewBackgroundHelper +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: void setValue(java.util.List) +androidx.fragment.R$layout: int custom_dialog +com.google.android.material.R$styleable: int Toolbar_title +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeThunderstormPrecipitationDuration +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_91 +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableBottomCompat +androidx.preference.R$styleable: int Toolbar_collapseIcon +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated +retrofit2.OkHttpCall: okhttp3.Request request() +com.google.android.material.R$id: int pathRelative +wangdaye.com.geometricweather.R$drawable: int abc_dialog_material_background +androidx.preference.R$attr: int panelMenuListTheme +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric: int UnitType +androidx.vectordrawable.R$styleable: int FontFamilyFont_android_ttcIndex +androidx.preference.R$style: int PreferenceFragmentList_Material +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintStart_toEndOf +okio.SegmentPool: okio.Segment next +androidx.appcompat.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration +wangdaye.com.geometricweather.R$attr: int backgroundColorStart +com.jaredrummler.android.colorpicker.R$styleable: int[] MultiSelectListPreference +com.google.android.material.R$dimen: int abc_config_prefDialogWidth +com.google.android.material.R$color: int bright_foreground_material_light +androidx.customview.R$styleable: int FontFamilyFont_android_fontVariationSettings +io.reactivex.internal.util.EmptyComponent: void onComplete() +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.UV uv +android.didikee.donate.R$attr: int alpha +androidx.fragment.app.Fragment$SavedState +cyanogenmod.themes.ThemeManager: void requestThemeChange(cyanogenmod.themes.ThemeChangeRequest,boolean) +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Dialog_Alert +com.xw.repo.bubbleseekbar.R$attr: int tickMarkTint +androidx.constraintlayout.widget.R$styleable: int StateListDrawable_android_exitFadeDuration +com.google.android.material.R$attr: int navigationViewStyle +androidx.constraintlayout.widget.R$styleable: int Variant_region_widthLessThan +okio.Segment: okio.Segment pop() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: void setPubTime(java.lang.String) +androidx.appcompat.view.menu.ListMenuItemView: void setGroupDividerEnabled(boolean) +androidx.constraintlayout.widget.R$style: int Base_V22_Theme_AppCompat_Light +com.turingtechnologies.materialscrollbar.R$attr: int msb_recyclerView +com.jaredrummler.android.colorpicker.R$styleable: int BackgroundStyle_selectableItemBackground +androidx.preference.R$styleable: int Toolbar_titleTextColor +com.jaredrummler.android.colorpicker.R$dimen: int tooltip_corner_radius +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric: AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric() +com.jaredrummler.android.colorpicker.R$styleable: int MenuGroup_android_checkableBehavior +okhttp3.MultipartBody: java.util.List parts +com.google.android.material.R$style: int ShapeAppearanceOverlay_TopLeftCut +androidx.appcompat.R$id: int up +androidx.hilt.work.R$id: int tag_accessibility_pane_title +com.google.android.material.R$styleable: int Constraint_layout_goneMarginBottom +com.google.android.material.R$attr: int colorControlNormal +com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_list_padding_top_no_title +com.xw.repo.bubbleseekbar.R$styleable: int ActivityChooserView_initialActivityCount +com.google.android.material.timepicker.ClockHandView: void addOnRotateListener(com.google.android.material.timepicker.ClockHandView$OnRotateListener) +com.jaredrummler.android.colorpicker.R$id: int shades_divider +androidx.activity.R$id: int line3 +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Ice: java.lang.String Unit +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setUpdateDate(java.util.Date) +cyanogenmod.externalviews.KeyguardExternalView: java.util.LinkedList mQueue +android.didikee.donate.R$attr: int actionProviderClass +androidx.constraintlayout.widget.R$dimen: int hint_pressed_alpha_material_dark +androidx.preference.R$dimen: int abc_cascading_menus_min_smallest_width +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getCurrentDisplayMode +androidx.legacy.coreutils.R$styleable: int FontFamilyFont_android_fontVariationSettings +wangdaye.com.geometricweather.R$id: int tag_icon_day +com.google.android.material.R$styleable: int TextInputLayout_counterOverflowTextAppearance +androidx.core.R$id: int text +wangdaye.com.geometricweather.R$layout: int abc_search_dropdown_item_icons_2line +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Button +com.turingtechnologies.materialscrollbar.R$attr: int passwordToggleEnabled +com.xw.repo.bubbleseekbar.R$color: int primary_text_disabled_material_light +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Button_Small +wangdaye.com.geometricweather.R$dimen: int cpv_required_padding +androidx.appcompat.resources.R$styleable: int[] StateListDrawableItem +com.google.android.material.R$styleable: int AppCompatTheme_checkboxStyle +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: void onComplete() +com.google.android.material.R$attr: int borderlessButtonStyle +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: org.reactivestreams.Subscriber downstream +androidx.dynamicanimation.R$id: int icon_group +okio.Buffer: okio.Buffer copyTo(java.io.OutputStream,long,long) +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_expandedOffset +com.google.android.material.datepicker.MaterialTextInputPicker: MaterialTextInputPicker() +wangdaye.com.geometricweather.R$attr: int isPreferenceVisible +cyanogenmod.weather.CMWeatherManager: java.util.Set mProviderChangedListeners +okhttp3.internal.http2.Http2Reader$ContinuationSource: int streamId +okhttp3.Cookie$Builder: okhttp3.Cookie$Builder name(java.lang.String) +androidx.constraintlayout.widget.R$dimen: int abc_dialog_fixed_width_major +com.google.android.material.R$color: int abc_tint_default +androidx.constraintlayout.widget.R$styleable: int MotionScene_defaultDuration +com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_windowAnimationStyle +io.reactivex.Observable: io.reactivex.Observable concatArrayDelayError(io.reactivex.ObservableSource[]) +com.google.android.material.R$dimen: int notification_action_text_size +com.turingtechnologies.materialscrollbar.R$attr: int height +android.didikee.donate.R$id: int end +wangdaye.com.geometricweather.R$attr: int foregroundInsidePadding +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_wrapMode +okhttp3.Cache$Entry: okhttp3.Response response(okhttp3.internal.cache.DiskLruCache$Snapshot) +androidx.appcompat.R$style: int TextAppearance_AppCompat_Headline +cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: ICMWeatherManager$Stub$Proxy(android.os.IBinder) +androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy: ConstraintProxy$BatteryChargingProxy() +okhttp3.internal.Internal: boolean equalsNonHost(okhttp3.Address,okhttp3.Address) +cyanogenmod.themes.ThemeChangeRequest: int getNumChangesRequested() +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle +androidx.constraintlayout.widget.R$drawable: int abc_seekbar_thumb_material +android.didikee.donate.R$id: int middle +com.turingtechnologies.materialscrollbar.R$layout: int abc_alert_dialog_title_material +com.google.android.material.R$style: int Base_DialogWindowTitle_AppCompat +wangdaye.com.geometricweather.R$attr: int bsb_section_text_interval +com.google.android.material.R$style: int Base_Theme_AppCompat_Light_Dialog +android.didikee.donate.R$dimen: int abc_progress_bar_height_material +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +androidx.constraintlayout.widget.R$styleable: int[] PopupWindowBackgroundState +com.google.android.material.R$styleable: int Toolbar_collapseContentDescription +james.adaptiveicon.R$styleable: int LinearLayoutCompat_showDividers +com.google.android.material.R$styleable: int ViewStubCompat_android_inflatedId +cyanogenmod.providers.DataUsageContract: java.lang.String SLOW_SAMPLES +com.google.android.material.R$attr: int layout_constraintRight_creator +wangdaye.com.geometricweather.R$styleable: int[] MaterialCardView +androidx.appcompat.R$styleable: int MenuItem_tooltipText +okio.RealBufferedSource: int readIntLe() +com.google.android.material.R$id: int search_plate +okhttp3.OkHttpClient$Builder: int connectTimeout +okio.ByteString: java.lang.String base64Url() +androidx.viewpager2.R$style: int TextAppearance_Compat_Notification_Line2 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Imperial: AccuCurrentResult$RealFeelTemperature$Imperial() +com.bumptech.glide.integration.okhttp.R$id: int text +androidx.constraintlayout.widget.R$layout: int abc_screen_simple_overlay_action_mode +cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String resPkg +androidx.drawerlayout.R$id: int text +org.greenrobot.greendao.AbstractDao: boolean hasKey(java.lang.Object) +android.didikee.donate.R$styleable: int[] PopupWindowBackgroundState +cyanogenmod.app.ILiveLockScreenManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +okio.Util: boolean arrayRangeEquals(byte[],int,byte[],int,int) +wangdaye.com.geometricweather.R$attr: int navigationIconColor +androidx.viewpager2.R$layout: int notification_template_custom_big +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) +okhttp3.internal.http2.Http2Connection: int OKHTTP_CLIENT_WINDOW_SIZE +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: int getStrokeColor() +com.google.android.material.R$attr: int tickMarkTintMode +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: void cancel() +com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getTrackTintList() +wangdaye.com.geometricweather.R$color: int mtrl_textinput_focused_box_stroke_color +androidx.core.widget.NestedScrollView: void setSmoothScrollingEnabled(boolean) +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_itemPadding +com.google.android.material.R$styleable: int KeyAttribute_motionTarget +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView: DoubleHistogramView(android.content.Context,android.util.AttributeSet,int) +com.turingtechnologies.materialscrollbar.R$style: int Theme_Design +com.google.android.material.R$styleable: int Spinner_android_popupBackground +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_selectable +james.adaptiveicon.R$style: int Base_Widget_AppCompat_DrawerArrowToggle +android.didikee.donate.R$id: int withText +okhttp3.internal.http2.Http2Stream: okio.Timeout readTimeout() +okhttp3.Response: int code +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: void dispose() +androidx.vectordrawable.R$style: int TextAppearance_Compat_Notification +androidx.constraintlayout.widget.R$styleable: int AlertDialog_listItemLayout +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: int getNestedScrollAxes() +androidx.core.R$styleable: int FontFamily_fontProviderQuery +com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage DATA_CACHE +okhttp3.internal.http2.Http2Reader$ContinuationSource: int length +androidx.preference.R$attr: int actionBarSize +com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_labelVisibilityMode +com.google.android.material.R$dimen: int mtrl_textinput_box_corner_radius_small +com.google.android.material.R$styleable: int ExtendedFloatingActionButton_shrinkMotionSpec +com.turingtechnologies.materialscrollbar.R$styleable: int MenuGroup_android_menuCategory +androidx.drawerlayout.R$dimen: int notification_media_narrow_margin +wangdaye.com.geometricweather.R$id: int stop +androidx.hilt.work.R$dimen: int compat_control_corner_material +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_CUSTOM_VALUES +com.jaredrummler.android.colorpicker.R$attr: int borderlessButtonStyle +com.google.android.material.R$attr: int indicatorColors +androidx.hilt.work.R$integer +james.adaptiveicon.R$dimen: int tooltip_margin +androidx.vectordrawable.R$id: int right_side +com.turingtechnologies.materialscrollbar.R$style: int Base_V28_Theme_AppCompat +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_drawPath +com.google.android.material.textfield.TextInputLayout: void setHelperText(java.lang.CharSequence) +okhttp3.HttpUrl: okhttp3.HttpUrl$Builder newBuilder() +wangdaye.com.geometricweather.R$id: int dialog_location_help_permissionTitle +james.adaptiveicon.R$styleable: int AppCompatTextView_autoSizeStepGranularity +retrofit2.Retrofit$Builder: okhttp3.HttpUrl baseUrl +com.xw.repo.bubbleseekbar.R$styleable: int[] MenuGroup +wangdaye.com.geometricweather.R$dimen: int design_tab_text_size +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: void setStatus(int) +wangdaye.com.geometricweather.R$drawable: int notif_temp_54 +wangdaye.com.geometricweather.R$styleable: int OnClick_clickAction +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.util.Date getDate() +androidx.preference.R$attr: int autoSizePresetSizes +james.adaptiveicon.R$attr: int popupWindowStyle +wangdaye.com.geometricweather.R$drawable: int notif_temp_80 +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_searchHintIcon +com.github.rahatarmanahmed.cpv.BuildConfig +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Imperial Imperial +androidx.work.R$dimen: int notification_content_margin_start +retrofit2.Response: retrofit2.Response success(java.lang.Object,okhttp3.Response) +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse +com.google.android.material.R$styleable: int TextAppearance_android_shadowDy +wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_thickness +retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback: retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter this$0 +androidx.coordinatorlayout.widget.CoordinatorLayout +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain rain +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_queryHint +androidx.dynamicanimation.R$dimen: int compat_notification_large_icon_max_width +wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderConfirmButton +wangdaye.com.geometricweather.db.entities.LocationEntity: void setCountry(java.lang.String) +wangdaye.com.geometricweather.R$color: int cardview_light_background +okhttp3.internal.connection.RouteDatabase: void failed(okhttp3.Route) +wangdaye.com.geometricweather.R$styleable: int AppBarLayout_Layout_layout_scrollFlags +androidx.vectordrawable.R$styleable: int FontFamilyFont_font +androidx.preference.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner +wangdaye.com.geometricweather.R$mipmap +wangdaye.com.geometricweather.settings.dialogs.RunningInBackgroundDialog: RunningInBackgroundDialog() +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: boolean isDisposed() +okio.AsyncTimeout$2: java.lang.String toString() +androidx.preference.R$style: int TextAppearance_AppCompat_Button +androidx.preference.R$layout: int preference_category_material +com.google.android.material.R$id: int SHOW_ALL +androidx.appcompat.R$id: int action_container +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: io.reactivex.internal.util.AtomicThrowable error +okio.AsyncTimeout$1: java.lang.String toString() +com.turingtechnologies.materialscrollbar.R$dimen: int abc_button_inset_horizontal_material +android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 +cyanogenmod.app.ILiveLockScreenManager: boolean unregisterChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) +io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: org.reactivestreams.Subscriber downstream +io.reactivex.internal.observers.InnerQueuedObserver: io.reactivex.internal.fuseable.SimpleQueue queue +james.adaptiveicon.R$id: int action_bar_root +com.google.android.material.R$attr: int expandedTitleMargin +com.google.android.material.R$styleable: int Constraint_android_layout_marginRight +androidx.savedstate.Recreator +com.github.rahatarmanahmed.cpv.CircularProgressView: int animSteps +androidx.transition.R$styleable: int[] ColorStateListItem +com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_arrowShaftLength +androidx.coordinatorlayout.widget.CoordinatorLayout: CoordinatorLayout(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_layout_keyline +retrofit2.ParameterHandler: retrofit2.ParameterHandler array() +androidx.appcompat.R$anim: int abc_tooltip_exit +androidx.hilt.work.R$attr: int fontVariationSettings +james.adaptiveicon.R$styleable: int CompoundButton_buttonTint +androidx.preference.R$styleable: int FontFamilyFont_fontWeight +wangdaye.com.geometricweather.R$string: int precipitation_duration +androidx.appcompat.R$style: int Platform_ThemeOverlay_AppCompat_Dark +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String o3Desc +com.google.android.material.R$styleable: int KeyTimeCycle_android_scaleY +androidx.constraintlayout.widget.R$string: int abc_shareactionprovider_share_with +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: java.util.Date DateTime +androidx.preference.R$anim: int btn_checkbox_to_unchecked_icon_null_animation +wangdaye.com.geometricweather.settings.dialogs.MinimalIconDialog: MinimalIconDialog() +wangdaye.com.geometricweather.R$string: int background_information +com.bumptech.glide.load.resource.gif.GifFrameLoader +com.google.android.material.R$style: int Theme_AppCompat_DayNight_Dialog_Alert +cyanogenmod.externalviews.IKeyguardExternalViewProvider: void registerCallback(cyanogenmod.externalviews.IKeyguardExternalViewCallbacks) +com.google.android.material.R$styleable: int AppCompatTheme_popupMenuStyle +wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: void setOnSwitchListener(wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout$OnSwitchListener) +wangdaye.com.geometricweather.R$interpolator: int btn_radio_to_off_mtrl_animation_interpolator_0 +androidx.appcompat.R$layout: int notification_action_tombstone +androidx.lifecycle.extensions.R$id: int text2 +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_marginEnd +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat_ActionBar +io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: void onComplete() +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: AccuAqiResult() +james.adaptiveicon.R$string: int abc_capital_on +wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Counter_Overflow +androidx.constraintlayout.widget.R$attr: int multiChoiceItemLayout +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Dialog_Bridge +com.google.android.material.R$styleable: int[] ExtendedFloatingActionButton +io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiFunction) +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: java.lang.String colorId +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: java.lang.String toString() +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_start_padding_icon +com.google.gson.JsonSyntaxException: JsonSyntaxException(java.lang.String) +okhttp3.internal.http2.Http2Reader: void readGoAway(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) +com.google.android.material.R$attr: int numericModifiers +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_SearchView_ActionBar +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer windChillTemperature +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWindChillTemperature(java.lang.Integer) +com.google.android.material.R$color: int switch_thumb_disabled_material_light +okio.GzipSource: byte FCOMMENT +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomAppBar_PrimarySurface wangdaye.com.geometricweather.R$string: int mtrl_exceed_max_badge_number_suffix -retrofit2.ParameterHandler$PartMap: java.lang.String transferEncoding -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_endIconMode -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintDimensionRatio -androidx.transition.R$attr: int fontProviderCerts -androidx.preference.R$drawable: int abc_control_background_material -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 -com.google.android.material.R$attr: int textAppearanceListItem -android.didikee.donate.R$styleable: int DrawerArrowToggle_color -androidx.constraintlayout.widget.R$id: int end -okhttp3.Cache: long maxSize() -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem -okhttp3.internal.http2.Http2: java.io.IOException ioException(java.lang.String,java.lang.Object[]) -io.reactivex.internal.schedulers.ScheduledDirectTask: java.lang.Runnable getWrappedRunnable() -androidx.preference.R$styleable: int[] PreferenceFragmentCompat +retrofit2.KotlinExtensions$await$2$2: KotlinExtensions$await$2$2(kotlinx.coroutines.CancellableContinuation) +io.reactivex.internal.queue.SpscArrayQueue: int calcElementOffset(long,int) +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_TabView +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator INCREASING_RING_START_VOLUME_VALIDATOR +com.google.android.material.R$id: int dragLeft +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property RealFeelTemperature +com.google.android.material.R$style: int Base_Widget_AppCompat_ActionButton_Overflow +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ButtonBar +androidx.appcompat.widget.SwitchCompat: void setTrackTintList(android.content.res.ColorStateList) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_editTextBackground +cyanogenmod.app.ILiveLockScreenManagerProvider: void updateDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setShrinkMotionSpec(com.google.android.material.animation.MotionSpec) +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView: int getMarginBottom() +okhttp3.RealCall: java.lang.Object clone() +io.reactivex.Observable: io.reactivex.Observable groupBy(io.reactivex.functions.Function,boolean) +androidx.constraintlayout.widget.R$id: int tag_accessibility_actions +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: int getSourceColor() +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeThunderstormPrecipitation(java.lang.Float) +androidx.customview.R$dimen: int notification_top_pad +androidx.swiperefreshlayout.R$styleable: int GradientColor_android_endX +androidx.hilt.R$color: R$color() +wangdaye.com.geometricweather.R$styleable: int Chip_chipIconVisible +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void slideLockscreenIn() +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property O3 +androidx.constraintlayout.widget.R$integer: int cancel_button_image_alpha +wangdaye.com.geometricweather.R$style: int widget_week_icon +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_homeAsUpIndicator +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Speed: java.lang.String Unit +com.xw.repo.bubbleseekbar.R$attr: int editTextStyle +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarItemBackground +androidx.hilt.work.R$id: int accessibility_custom_action_19 +okio.Pipe: Pipe(long) +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: void run() +android.didikee.donate.R$color: int abc_color_highlight_material +com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored +com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat_Dialog +androidx.appcompat.R$integer: int cancel_button_image_alpha +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small +io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Imperial: java.lang.String Unit +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List diaoyu +androidx.appcompat.resources.R$id: int accessibility_custom_action_8 +okio.Buffer: long indexOf(byte,long) +cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: android.os.IBinder asBinder() +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: java.lang.String getSourceId() +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void open(java.lang.Object) +androidx.drawerlayout.R$id +cyanogenmod.themes.ThemeManager: android.os.Handler access$200() +android.didikee.donate.R$style: int Base_V21_Theme_AppCompat +wangdaye.com.geometricweather.R$string: int key_align_end +io.reactivex.internal.util.VolatileSizeArrayList: java.lang.Object[] toArray(java.lang.Object[]) +androidx.coordinatorlayout.R$drawable: int notification_template_icon_bg +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: int otherState +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_setDisplayMode +okhttp3.RealCall: boolean forWebSocket +androidx.constraintlayout.widget.R$drawable: int abc_list_pressed_holo_dark +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large +androidx.preference.R$styleable +androidx.appcompat.widget.AppCompatSpinner: int getDropDownWidth() +com.google.android.material.appbar.CollapsingToolbarLayout: void setStatusBarScrim(android.graphics.drawable.Drawable) +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Medium +com.google.android.material.R$id: int accessibility_custom_action_22 +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1: DefaultCallAdapterFactory$ExecutorCallbackCall$1(retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall,retrofit2.Callback) +androidx.drawerlayout.R$color: int notification_icon_bg_color +com.google.android.material.R$style: int Widget_MaterialComponents_AppBarLayout_Surface +com.google.android.material.R$integer: int mtrl_badge_max_character_count +wangdaye.com.geometricweather.R$attr: int layout_constraintEnd_toStartOf +com.google.android.material.R$attr: int selectableItemBackgroundBorderless +wangdaye.com.geometricweather.R$attr: int showTitle +com.github.rahatarmanahmed.cpv.CircularProgressView: void initAttributes(android.util.AttributeSet,int) +wangdaye.com.geometricweather.db.entities.AlertEntity: void setAlertId(long) +androidx.appcompat.resources.R$id: int accessibility_custom_action_15 +androidx.loader.R$styleable: int FontFamily_fontProviderQuery +androidx.appcompat.resources.R$attr: int fontStyle +cyanogenmod.power.IPerformanceManager$Stub +androidx.appcompat.R$drawable: int abc_vector_test +androidx.constraintlayout.widget.R$attr: int waveVariesBy +okhttp3.internal.http2.Http2Connection: boolean access$302(okhttp3.internal.http2.Http2Connection,boolean) +androidx.lifecycle.LifecycleRegistry$ObserverWithState: androidx.lifecycle.Lifecycle$State mState +androidx.dynamicanimation.R$dimen: R$dimen() +io.reactivex.Observable: io.reactivex.Single reduce(java.lang.Object,io.reactivex.functions.BiFunction) +androidx.preference.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow +wangdaye.com.geometricweather.R$styleable: int InkPageIndicator_currentPageIndicatorColor +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_SeekBar_Discrete +androidx.appcompat.widget.AppCompatEditText: android.content.res.ColorStateList getSupportBackgroundTintList() +androidx.hilt.lifecycle.R$id: int chronometer +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse +wangdaye.com.geometricweather.db.entities.AlertEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.AlertEntity,int) +androidx.appcompat.R$styleable: int Toolbar_contentInsetLeft +com.google.android.material.R$attr: int flow_horizontalStyle +androidx.constraintlayout.widget.R$styleable: int ActionBar_logo +com.google.android.material.switchmaterial.SwitchMaterial: void setUseMaterialThemeColors(boolean) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: java.lang.String notice +com.xw.repo.bubbleseekbar.R$dimen: int abc_floating_window_z +com.xw.repo.bubbleseekbar.R$attr: int autoSizeMinTextSize +okio.Buffer: void readFully(byte[]) +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Display3 +wangdaye.com.geometricweather.R$id: int activity_widget_config_hideSubtitleSwitch +james.adaptiveicon.R$attr: int homeLayout +wangdaye.com.geometricweather.R$style: int widget_text_clock_analog_Dark +androidx.preference.R$anim: R$anim() +androidx.activity.R$styleable: int ColorStateListItem_android_alpha +io.reactivex.internal.subscriptions.DeferredScalarSubscription: long serialVersionUID +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionButton_Overflow +com.turingtechnologies.materialscrollbar.R$dimen: int notification_large_icon_width +wangdaye.com.geometricweather.R$styleable: int SwitchPreference_android_switchTextOn +org.greenrobot.greendao.database.DatabaseOpenHelper: android.content.Context context +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter beginObject() +com.google.android.material.textfield.TextInputLayout: void setBoxStrokeColorStateList(android.content.res.ColorStateList) +com.google.android.material.R$dimen: int mtrl_snackbar_margin +androidx.appcompat.R$styleable: int FontFamilyFont_fontVariationSettings +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_Button_Colored +wangdaye.com.geometricweather.R$styleable: int ListPreference_android_entries +wangdaye.com.geometricweather.R$styleable: int Slider_android_valueFrom +com.google.android.material.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle +wangdaye.com.geometricweather.R$dimen: int abc_button_inset_horizontal_material +android.didikee.donate.R$color: int highlighted_text_material_light +cyanogenmod.app.suggest.AppSuggestManager: java.lang.String TAG +androidx.hilt.R$drawable: int notification_bg_low_pressed +cyanogenmod.weather.WeatherLocation$Builder: cyanogenmod.weather.WeatherLocation$Builder setPostalCode(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int InkPageIndicator_animationDuration +retrofit2.OkHttpCall$ExceptionCatchingResponseBody$1: OkHttpCall$ExceptionCatchingResponseBody$1(retrofit2.OkHttpCall$ExceptionCatchingResponseBody,okio.Source) +wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit PPCM +androidx.appcompat.R$attr: int colorControlActivated +android.didikee.donate.R$attr: int listItemLayout +okhttp3.internal.connection.StreamAllocation: okhttp3.ConnectionPool connectionPool +androidx.appcompat.resources.R$styleable: int GradientColor_android_gradientRadius +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_alpha +wangdaye.com.geometricweather.R$attr: int textAppearanceHeadline2 +wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Bridge +androidx.lifecycle.DefaultLifecycleObserver: void onResume(androidx.lifecycle.LifecycleOwner) +com.google.android.material.slider.Slider: void setThumbElevationResource(int) +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ListPopupWindow +androidx.hilt.R$id: int accessibility_custom_action_27 +android.didikee.donate.R$attr: int srcCompat +androidx.constraintlayout.widget.R$dimen: int highlight_alpha_material_colored +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: void setValue(java.util.List) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String windDircStart +wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig alertEntityDaoConfig +wangdaye.com.geometricweather.db.entities.HistoryEntity: void setTime(long) +com.google.android.material.R$styleable: int TextInputLayout_placeholderTextAppearance +androidx.constraintlayout.widget.R$attr: int lineHeight +androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableItem_android_drawable +androidx.work.R$attr +cyanogenmod.externalviews.IExternalViewProvider$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +cyanogenmod.providers.CMSettings$System: int getIntForUser(android.content.ContentResolver,java.lang.String,int) +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_wrapMode +androidx.work.OverwritingInputMerger: OverwritingInputMerger() +com.turingtechnologies.materialscrollbar.R$attr: int materialCardViewStyle +androidx.appcompat.R$style: int TextAppearance_AppCompat_Title_Inverse +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void innerValue(boolean,java.lang.Object) +james.adaptiveicon.R$style: int Base_V26_Widget_AppCompat_Toolbar +com.google.android.material.R$dimen: int design_fab_translation_z_hovered_focused +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver +wangdaye.com.geometricweather.R$id: int container_main_aqi_title +com.google.android.material.R$styleable: int Constraint_layout_constraintCircleRadius +okio.ForwardingTimeout: boolean hasDeadline() +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_tileMode +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType DeleteInTxArray +james.adaptiveicon.R$styleable: int AppCompatTheme_spinnerStyle +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Toolbar +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton$ExtendedFloatingActionButtonBehavior: ExtendedFloatingActionButton$ExtendedFloatingActionButtonBehavior() +androidx.constraintlayout.widget.R$attr: int actionOverflowButtonStyle +androidx.constraintlayout.widget.ConstraintLayout: int getPaddingWidth() +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float relativeHumidity +wangdaye.com.geometricweather.R$anim: int abc_slide_in_bottom +androidx.transition.R$layout: R$layout() +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_RatingBar_Indicator +wangdaye.com.geometricweather.R$dimen: int widget_standard_weather_icon_size +cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.RequestInfo$Builder setCityName(java.lang.String) +androidx.lifecycle.LiveData: LiveData(java.lang.Object) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean() +com.turingtechnologies.materialscrollbar.R$attr: int viewInflaterClass +androidx.recyclerview.R$integer: int status_bar_notification_info_maxnum +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_MENU_ACTION_VALIDATOR +wangdaye.com.geometricweather.R$attr: int itemShapeInsetStart +com.jaredrummler.android.colorpicker.R$styleable: int CompoundButton_buttonTint +wangdaye.com.geometricweather.R$layout: int preference_information +com.google.android.material.R$styleable: int FontFamilyFont_fontStyle +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_rotationY +com.turingtechnologies.materialscrollbar.R$dimen: int abc_disabled_alpha_material_light +cyanogenmod.themes.ThemeChangeRequest$1: cyanogenmod.themes.ThemeChangeRequest[] newArray(int) +androidx.constraintlayout.widget.R$dimen: int abc_text_size_headline_material +james.adaptiveicon.R$id: R$id() +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String originUrl +cyanogenmod.profiles.ConnectionSettings: java.lang.String ACTION_MODIFY_NETWORK_MODE +io.reactivex.Observable: io.reactivex.Observable takeLast(long,java.util.concurrent.TimeUnit,boolean) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property TreeDescription +com.turingtechnologies.materialscrollbar.R$string: int abc_menu_meta_shortcut_label +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_22 +com.google.android.material.R$styleable: int Layout_layout_constraintCircle +androidx.appcompat.R$attr: int panelMenuListWidth +com.google.android.material.R$attr: int drawableStartCompat +cyanogenmod.app.CustomTile: android.os.Parcelable$Creator CREATOR +io.reactivex.Observable: io.reactivex.Observable concatEager(io.reactivex.ObservableSource) +cyanogenmod.weatherservice.IWeatherProviderService$Stub: int TRANSACTION_processCityNameLookupRequest +wangdaye.com.geometricweather.R$attr: int layout_constraintLeft_toLeftOf +androidx.vectordrawable.R$dimen: int compat_button_padding_horizontal_material +okhttp3.internal.ws.WebSocketWriter: boolean isClient +wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String getCountry() +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeSnowPrecipitationDuration(java.lang.Float) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: void setStatus(int) +io.reactivex.disposables.RunnableDisposable: void onDisposed(java.lang.Runnable) +androidx.lifecycle.Lifecycle: Lifecycle() +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIndicatorGravity +okhttp3.internal.http2.Settings: int getInitialWindowSize() +androidx.work.R$id: int accessibility_custom_action_1 +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_Switch +android.didikee.donate.R$id: int search_badge +wangdaye.com.geometricweather.R$color: int mtrl_navigation_item_icon_tint +android.didikee.donate.R$string: int abc_searchview_description_submit +com.google.android.material.R$styleable: int KeyAttribute_android_transformPivotY +androidx.core.R$id: int accessibility_custom_action_25 +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Small_Inverse +android.didikee.donate.R$attr: int colorPrimaryDark +okhttp3.internal.cache.FaultHidingSink: void close() +androidx.appcompat.R$styleable: int Toolbar_subtitleTextColor +cyanogenmod.providers.CMSettings$Global: boolean putFloatForUser(android.content.ContentResolver,java.lang.String,float,int) +james.adaptiveicon.R$layout: int abc_activity_chooser_view +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_EXPORT_WITH_RC4_40_MD5 +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +androidx.activity.R$id: int accessibility_custom_action_10 +com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_indeterminate +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Inverse +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void onNext(java.lang.Object) +androidx.coordinatorlayout.R$color: int notification_icon_bg_color +androidx.constraintlayout.widget.R$style: int Base_V7_Theme_AppCompat_Light_Dialog +com.google.android.material.R$styleable: int SwitchCompat_android_textOn +com.google.android.material.chip.Chip: void setCheckedIconTint(android.content.res.ColorStateList) +okhttp3.internal.http2.Hpack$Reader: void readLiteralHeaderWithIncrementalIndexingNewName() +james.adaptiveicon.R$styleable: int FontFamily_fontProviderPackage +cyanogenmod.app.ThemeVersion$ThemeVersionImpl2: java.util.List getDeviceComponentVersions() +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cp +wangdaye.com.geometricweather.R$layout: int abc_popup_menu_item_layout +androidx.recyclerview.R$styleable +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: void setUnit(java.lang.String) +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String FONT_URI +wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar +james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light_Dialog +com.xw.repo.bubbleseekbar.R$id +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_transformPivotX +okhttp3.internal.Internal: okhttp3.Call newWebSocketCall(okhttp3.OkHttpClient,okhttp3.Request) +androidx.constraintlayout.widget.R$styleable: int PropertySet_visibilityMode +androidx.preference.R$style: int Base_DialogWindowTitle_AppCompat +wangdaye.com.geometricweather.R$string: int go_to_set +com.google.android.material.R$attr: int textAppearanceHeadline6 +okhttp3.internal.ws.RealWebSocket: java.util.List ONLY_HTTP1 +okhttp3.Cookie$Builder: okhttp3.Cookie$Builder domain(java.lang.String,boolean) +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit MGPCUM +wangdaye.com.geometricweather.R$styleable: int Chip_closeIconTint +androidx.appcompat.R$attr: int panelMenuListTheme +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_textLocale +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_TextButton_Icon +com.xw.repo.bubbleseekbar.R$drawable: int abc_scrubber_control_off_mtrl_alpha +wangdaye.com.geometricweather.R$layout: int activity_main +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeCloudCover() +androidx.recyclerview.R$id: int icon +wangdaye.com.geometricweather.R$string: int key_weather_source +com.xw.repo.bubbleseekbar.R$drawable: int abc_text_select_handle_right_mtrl_light +wangdaye.com.geometricweather.R$anim: int btn_radio_to_on_mtrl_ring_outer_path_animation +okhttp3.internal.ws.WebSocketProtocol: int OPCODE_CONTROL_CLOSE +com.google.android.material.transformation.FabTransformationBehavior: FabTransformationBehavior(android.content.Context,android.util.AttributeSet) +androidx.preference.R$styleable: int AnimatedStateListDrawableTransition_android_toId +androidx.constraintlayout.widget.R$attr: int searchIcon +com.google.gson.stream.JsonReader: java.lang.String nextUnquotedValue() +com.google.android.material.chip.Chip: void setChipIconVisible(int) +com.google.android.material.R$styleable: int FloatingActionButton_shapeAppearance +cyanogenmod.providers.CMSettings$Global: java.lang.String POWER_NOTIFICATIONS_VIBRATE +okhttp3.Headers: java.util.Date getDate(java.lang.String) +io.reactivex.Observable: io.reactivex.Observable switchMapMaybeDelayError(io.reactivex.functions.Function) +com.jaredrummler.android.colorpicker.ColorPanelView +androidx.viewpager2.widget.ViewPager2: void setLayoutDirection(int) +com.google.android.material.R$attr: int flow_verticalAlign +androidx.customview.R$id: int tag_unhandled_key_listeners +okhttp3.Cache: boolean isClosed() +com.google.android.material.R$styleable: int KeyTimeCycle_android_rotationY +james.adaptiveicon.R$drawable: int abc_cab_background_internal_bg +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void runSync() +com.google.android.material.slider.BaseSlider: void setSeparationUnit(int) +com.google.android.material.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_section_text_size +com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_backgroundTint +okio.Okio: okio.Sink blackhole() +wangdaye.com.geometricweather.R$styleable: int MaterialButton_android_insetRight +wangdaye.com.geometricweather.R$animator: int mtrl_card_state_list_anim +wangdaye.com.geometricweather.R$style: int ThemeOverlay_Design_TextInputEditText +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintTag +okhttp3.internal.http.RetryAndFollowUpInterceptor: okhttp3.internal.connection.StreamAllocation streamAllocation() +io.reactivex.internal.subscribers.DeferredScalarSubscriber: DeferredScalarSubscriber(org.reactivestreams.Subscriber) +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getLtoDestination +wangdaye.com.geometricweather.R$id: int activity_weather_daily_toolbar +androidx.constraintlayout.widget.R$styleable: int ImageFilterView_brightness +com.google.android.material.R$dimen: int abc_dialog_title_divider_material +retrofit2.RequestFactory: java.lang.reflect.Method method +com.jaredrummler.android.colorpicker.R$attr: int windowActionBar +okhttp3.internal.http.RealResponseBody: RealResponseBody(java.lang.String,long,okio.BufferedSource) +wangdaye.com.geometricweather.R$attr: int colorPrimary +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int IceProbability +wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_DayNight +com.jaredrummler.android.colorpicker.R$attr: int listItemLayout +com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_divider_mtrl_alpha +okhttp3.internal.http2.Http2Connection: void pushExecutorExecute(okhttp3.internal.NamedRunnable) +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_ActionBar +androidx.hilt.work.R$id: int accessibility_custom_action_30 +wangdaye.com.geometricweather.R$drawable: int abc_seekbar_track_material +androidx.preference.R$style: int Base_TextAppearance_AppCompat +android.didikee.donate.R$style: int Base_V7_Theme_AppCompat_Light +androidx.hilt.R$styleable: int FontFamilyFont_fontWeight +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_86 +cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: void updateWeather(cyanogenmod.weather.RequestInfo) +com.google.android.material.R$style: int Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog +cyanogenmod.providers.CMSettings$NameValueCache: android.content.IContentProvider mContentProvider +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: java.util.List value +com.turingtechnologies.materialscrollbar.R$dimen: int design_appbar_elevation +retrofit2.ParameterHandler$Field: void apply(retrofit2.RequestBuilder,java.lang.Object) +cyanogenmod.themes.ThemeChangeRequest: java.util.Map mThemeComponents +cyanogenmod.app.suggest.AppSuggestManager: cyanogenmod.app.suggest.AppSuggestManager sInstance +cyanogenmod.app.IProfileManager$Stub$Proxy: void updateProfile(cyanogenmod.app.Profile) +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_show_progress_in_float +wangdaye.com.geometricweather.R$string: int mtrl_badge_numberless_content_description +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind: java.lang.String icon +androidx.constraintlayout.widget.R$styleable: int AlertDialog_listLayout +androidx.appcompat.widget.ActionMenuPresenter$OverflowPopup +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int AQI_INDEX_1 +okio.HashingSource: okio.HashingSource hmacSha1(okio.Source,okio.ByteString) +com.google.android.material.R$styleable: int Slider_thumbRadius +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_counterTextColor +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver +okhttp3.internal.http2.Http2Stream$FramingSource: okio.Buffer readBuffer +wangdaye.com.geometricweather.R$id: int dialog_providers_previewer_list +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cuv +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header +androidx.lifecycle.MediatorLiveData: androidx.arch.core.internal.SafeIterableMap mSources +androidx.hilt.lifecycle.R$drawable: int notification_bg_low_pressed +com.xw.repo.bubbleseekbar.R$attr: int bsb_section_count +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_orientation +cyanogenmod.app.CustomTile$ExpandedItem: CustomTile$ExpandedItem(cyanogenmod.app.CustomTile$1) +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_toLeftOf +com.google.android.material.R$layout: int test_toolbar +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void cancel() +com.turingtechnologies.materialscrollbar.R$anim: R$anim() +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Year_Today +okhttp3.internal.http1.Http1Codec$AbstractSource: Http1Codec$AbstractSource(okhttp3.internal.http1.Http1Codec,okhttp3.internal.http1.Http1Codec$1) +cyanogenmod.externalviews.KeyguardExternalView: boolean onPreDraw() +androidx.loader.R$styleable: int GradientColor_android_startX +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_97 +wangdaye.com.geometricweather.R$styleable: int Motion_motionPathRotate +androidx.appcompat.widget.AppCompatImageButton: android.graphics.PorterDuff$Mode getSupportImageTintMode() +android.didikee.donate.R$dimen: int abc_text_size_caption_material +retrofit2.adapter.rxjava2.Result: java.lang.Throwable error +com.google.android.material.R$attr: int tabIndicator +okhttp3.internal.Util: boolean containsInvalidHostnameAsciiCodes(java.lang.String) +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog +okio.Pipe$PipeSink: okio.Pipe this$0 +cyanogenmod.hardware.ThermalListenerCallback$State: ThermalListenerCallback$State() +wangdaye.com.geometricweather.db.entities.WeatherEntity: int temperature +wangdaye.com.geometricweather.R$attr: int materialCalendarStyle +wangdaye.com.geometricweather.R$xml: int icon_provider_drawable_filter +com.google.android.material.R$style: int Widget_MaterialComponents_Button_UnelevatedButton_Icon +wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_drawableTop +androidx.preference.R$styleable: int[] PreferenceTheme +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_hintEnabled +androidx.appcompat.widget.Toolbar: void setOnMenuItemClickListener(androidx.appcompat.widget.Toolbar$OnMenuItemClickListener) +androidx.fragment.R$style: int TextAppearance_Compat_Notification_Title +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: io.reactivex.internal.util.AtomicThrowable errors +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dropdownitem_text_padding_right +com.turingtechnologies.materialscrollbar.R$id: int action_bar +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_rippleColor +wangdaye.com.geometricweather.R$styleable: int Transition_constraintSetStart +androidx.legacy.coreutils.R$attr: int fontProviderFetchTimeout +androidx.appcompat.R$drawable: int abc_ic_voice_search_api_material +android.didikee.donate.R$id: int action_bar_activity_content +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_contentInsetStart +androidx.hilt.R$id: int accessibility_custom_action_2 +com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding: com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding MEMORY +okhttp3.internal.http2.Http2Connection$ReaderRunnable$1: void execute() +com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_paddingLeftSystemWindowInsets +wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Type +wangdaye.com.geometricweather.R$styleable: int[] StateSet +io.reactivex.Observable: io.reactivex.Observable concatArrayEagerDelayError(int,int,io.reactivex.ObservableSource[]) +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: io.reactivex.functions.Function itemTimeoutIndicator +androidx.drawerlayout.R$drawable: int notification_bg +androidx.customview.R$dimen: int compat_notification_large_icon_max_width +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_TabText +androidx.constraintlayout.widget.R$layout: int notification_template_part_chronometer +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionBar_Solid +okhttp3.internal.http2.Hpack$Reader: java.util.List getAndResetHeaderList() +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void trySchedule() +wangdaye.com.geometricweather.R$font: int product_sans_thin +com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert +com.jaredrummler.android.colorpicker.R$dimen: int abc_control_corner_material +wangdaye.com.geometricweather.R$dimen: int design_tab_max_width +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Float tMin +androidx.lifecycle.extensions.R$color: R$color() +com.google.android.material.R$styleable: int Constraint_layout_constraintTop_toBottomOf +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_helperTextTextAppearance +com.google.android.material.R$id: int percent +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor LIGHT +com.google.android.material.R$styleable: int GradientColor_android_centerColor +com.google.android.material.chip.Chip: void setTextStartPaddingResource(int) +androidx.constraintlayout.widget.R$color: int background_material_light +com.google.android.material.R$style: int Widget_AppCompat_ListView +wangdaye.com.geometricweather.R$integer: int mtrl_chip_anim_duration +io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: void dispose() +androidx.lifecycle.SavedStateViewModelFactory: androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory mFactory +james.adaptiveicon.R$color: int abc_search_url_text_normal +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_2_black +cyanogenmod.weather.RequestInfo$1: cyanogenmod.weather.RequestInfo createFromParcel(android.os.Parcel) +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: io.reactivex.internal.fuseable.SimplePlainQueue queue +okhttp3.Protocol: okhttp3.Protocol[] values() +wangdaye.com.geometricweather.R$id: int item_alert_subtitle +retrofit2.http.FieldMap +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircularSkyWeatherView: int getBackgroundColor() +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_default_height_material +okio.SegmentedByteString: java.nio.ByteBuffer asByteBuffer() +wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTomorrowForecastUpdateService +com.google.android.material.R$id: int alertTitle +androidx.appcompat.widget.LinearLayoutCompat: int getDividerPadding() +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxCornerRadiusTopStart +retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isCompletable +io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver +wangdaye.com.geometricweather.R$id: int switchWidget +james.adaptiveicon.R$styleable: int SwitchCompat_splitTrack +cyanogenmod.hardware.CMHardwareManager: int VIBRATOR_MAX_INDEX +com.xw.repo.bubbleseekbar.R$dimen: int abc_seekbar_track_background_height_material +androidx.appcompat.R$style: int Base_Widget_AppCompat_ActivityChooserView +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: boolean isDisposed() +wangdaye.com.geometricweather.R$id: int sides +com.google.android.material.R$attr: int listChoiceBackgroundIndicator +retrofit2.adapter.rxjava2.CallExecuteObservable$CallDisposable: boolean isDisposed() +com.google.android.material.button.MaterialButtonToggleGroup: void removeOnButtonCheckedListener(com.google.android.material.button.MaterialButtonToggleGroup$OnButtonCheckedListener) +com.google.android.material.R$dimen: int mtrl_slider_label_radius +android.didikee.donate.R$style: int Base_Widget_AppCompat_RatingBar_Small +com.xw.repo.bubbleseekbar.R$styleable: int FontFamily_fontProviderFetchStrategy +wangdaye.com.geometricweather.R$string: int snow +androidx.viewpager.R$dimen: R$dimen() +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_BLUETOOTH_ICON +androidx.viewpager2.R$style: int TextAppearance_Compat_Notification_Title +james.adaptiveicon.R$dimen: int abc_action_bar_default_height_material +okhttp3.logging.HttpLoggingInterceptor: java.util.Set headersToRedact +cyanogenmod.weatherservice.ServiceRequestResult: java.util.List getLocationLookupList() +com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_radio_to_on_mtrl_015 +com.turingtechnologies.materialscrollbar.CustomIndicator: int getTextSize() +cyanogenmod.externalviews.ExternalViewProviderService$Provider: cyanogenmod.externalviews.ExternalViewProviderService this$0 +wangdaye.com.geometricweather.R$styleable: int NavigationView_android_fitsSystemWindows +wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_subtitleTextColor +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.lang.Integer getDbz() +james.adaptiveicon.R$color: int abc_tint_default +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial: AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial() +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionButton_Overflow +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum: AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum() +com.google.android.material.R$styleable: int Constraint_layout_constraintHeight_max +okhttp3.CertificatePinner$Pin: java.lang.String WILDCARD +cyanogenmod.app.ThemeVersion$ThemeVersionImpl2: ThemeVersion$ThemeVersionImpl2() +okhttp3.internal.http2.Http2: byte TYPE_CONTINUATION +com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableCompat_android_dither +androidx.constraintlayout.widget.R$drawable: int abc_action_bar_item_background_material +wangdaye.com.geometricweather.R$id: int notification_big_temp_2 +james.adaptiveicon.R$id: int time +androidx.appcompat.resources.R$style: int TextAppearance_Compat_Notification_Info +androidx.appcompat.R$style: int Base_Widget_AppCompat_ProgressBar +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: int state +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub$Proxy +com.google.android.material.R$attr: int color +okhttp3.internal.http2.Http2Stream$FramingSink +com.jaredrummler.android.colorpicker.R$anim: int abc_grow_fade_in_from_bottom +com.google.android.material.R$id: int selection_type +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: AtmoAuraQAResult$MultiDaysIndexs$MultiIndex() +wangdaye.com.geometricweather.R$styleable: int[] TextInputLayout +androidx.legacy.coreutils.R$id: int forever +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintWidth_max +okhttp3.Cookie: boolean httpOnly +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_pressed_z +wangdaye.com.geometricweather.db.entities.DailyEntity +com.google.android.material.chip.ChipGroup: ChipGroup(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$id: int gone +com.google.android.material.R$style: int Widget_Design_Snackbar +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_18 +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle +wangdaye.com.geometricweather.R$string: int circular_progress_view +okhttp3.internal.ws.RealWebSocket$2: RealWebSocket$2(okhttp3.internal.ws.RealWebSocket,okhttp3.Request) +androidx.preference.R$attr: int logo +wangdaye.com.geometricweather.common.ui.widgets.SquareFrameLayout: SquareFrameLayout(android.content.Context) +com.turingtechnologies.materialscrollbar.R$string: int fab_transformation_scrim_behavior +okhttp3.internal.connection.RouteException: RouteException(java.io.IOException) +com.google.android.material.R$layout: int material_clock_display +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$3: void run() +okhttp3.Address: okhttp3.CertificatePinner certificatePinner +james.adaptiveicon.R$attr: int borderlessButtonStyle +androidx.hilt.lifecycle.R$drawable: R$drawable() +com.google.android.material.R$id: int transition_scene_layoutid_cache +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setIsShow(boolean) +io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: io.reactivex.internal.disposables.SequentialDisposable timed +com.turingtechnologies.materialscrollbar.R$attr: int insetForeground +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_addProfile +cyanogenmod.weather.IRequestInfoListener$Stub +androidx.constraintlayout.widget.R$string: int abc_capital_on +retrofit2.OkHttpCall$ExceptionCatchingResponseBody: okhttp3.MediaType contentType() +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_15 +io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable: ObservablePublish$InnerDisposable(io.reactivex.Observer) +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Weather: MfHistoryResult$History$Weather() +com.google.android.material.R$styleable: int Constraint_layout_constraintWidth_percent +cyanogenmod.os.Concierge$ParcelInfo: Concierge$ParcelInfo(android.os.Parcel,int) +androidx.appcompat.R$attr: int buttonCompat +com.google.gson.stream.JsonReader: char readEscapeCharacter() +androidx.constraintlayout.widget.Barrier +okhttp3.internal.platform.AndroidPlatform$CloseGuard: okhttp3.internal.platform.AndroidPlatform$CloseGuard get() +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int TORNADO +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilitySnow snow +com.google.android.material.internal.ParcelableSparseIntArray: android.os.Parcelable$Creator CREATOR +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated +wangdaye.com.geometricweather.R$styleable: int MenuView_android_itemTextAppearance +androidx.preference.R$styleable: int[] Spinner +androidx.appcompat.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PressureTendency: java.lang.String LocalizedText +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeSnowPrecipitation +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: void onSuccess(java.lang.Object) +androidx.preference.R$styleable: int AppCompatTextHelper_android_drawableLeft +wangdaye.com.geometricweather.R$styleable: int[] Chip +androidx.activity.R$layout +com.jaredrummler.android.colorpicker.R$attr: int titleMargins +com.google.android.material.R$dimen: int tooltip_y_offset_non_touch +wangdaye.com.geometricweather.R$id: int widget_trend_daily_item_4 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial: double Value +androidx.lifecycle.ProcessLifecycleOwner: ProcessLifecycleOwner() +com.google.android.material.R$drawable: int ic_mtrl_checked_circle +com.google.android.material.R$styleable: int Toolbar_navigationIcon +wangdaye.com.geometricweather.R$attr: int dependency +androidx.work.ExistingPeriodicWorkPolicy: androidx.work.ExistingPeriodicWorkPolicy[] values() +androidx.appcompat.R$attr: int textAppearanceListItem +androidx.hilt.lifecycle.R$drawable: int notification_bg +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_Counter +androidx.constraintlayout.widget.R$drawable: int abc_ratingbar_small_material +androidx.recyclerview.R$id: int accessibility_custom_action_19 +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintWidth_min +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: java.lang.String brandId +com.google.android.material.R$anim: int btn_radio_to_off_mtrl_dot_group_animation +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_Alert +wangdaye.com.geometricweather.R$layout: int design_layout_snackbar +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse +wangdaye.com.geometricweather.R$id: int backBtn +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType DeleteInTxIterable +wangdaye.com.geometricweather.R$styleable: int Constraint_android_visibility +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow: java.lang.Float cumul3H +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle +androidx.loader.R$styleable: int GradientColor_android_centerY +androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableTransition_android_drawable +com.google.android.material.R$dimen: int abc_action_bar_stacked_max_height +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_textColor +com.jaredrummler.android.colorpicker.R$drawable: int notification_action_background +androidx.appcompat.R$dimen: int abc_action_bar_default_height_material +okhttp3.internal.cache2.Relay: Relay(java.io.RandomAccessFile,okio.Source,long,okio.ByteString,long) okio.BufferedSource: boolean rangeEquals(long,okio.ByteString) -cyanogenmod.app.ProfileManager: void updateNotificationGroup(android.app.NotificationGroup) -com.turingtechnologies.materialscrollbar.R$styleable: int CompoundButton_buttonCompat -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Imperial: AccuCurrentResult$Ceiling$Imperial() -james.adaptiveicon.R$styleable: int DrawerArrowToggle_arrowHeadLength -androidx.preference.R$attr: int listPopupWindowStyle -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionButton_Overflow -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: void onComplete() -androidx.preference.R$drawable: int btn_radio_on_mtrl -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorTextColor -androidx.fragment.R$id: int accessibility_custom_action_8 -wangdaye.com.geometricweather.R$string: int key_daily_trend_display -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_PSK_WITH_RC4_128_SHA -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: io.reactivex.internal.operators.observable.ObservableRefCount parent -com.google.android.material.R$color: int switch_thumb_disabled_material_dark -androidx.appcompat.widget.AppCompatImageView: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) -androidx.appcompat.R$dimen: int abc_alert_dialog_button_dimen -com.google.android.material.tabs.TabLayout: void addOnTabSelectedListener(com.google.android.material.tabs.TabLayout$OnTabSelectedListener) -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver -io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver parent -io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver -okhttp3.CertificatePinner$Builder: okhttp3.CertificatePinner$Builder add(java.lang.String,java.lang.String[]) -androidx.constraintlayout.widget.R$attr: int switchPadding -androidx.recyclerview.R$dimen: int notification_top_pad_large_text -androidx.hilt.R$anim: int fragment_fade_exit -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial: double Value -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Title_Inverse -com.google.android.material.R$id: int accessibility_custom_action_1 -okhttp3.OkHttpClient$1: void addLenient(okhttp3.Headers$Builder,java.lang.String,java.lang.String) -com.google.android.material.R$style: int Base_Widget_AppCompat_DrawerArrowToggle -com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_padding_horizontal -androidx.viewpager2.R$id: int accessibility_custom_action_13 -wangdaye.com.geometricweather.R$drawable: int ic_github_dark -androidx.fragment.R$id: int notification_background -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: void onNext(java.lang.Object) -androidx.constraintlayout.widget.R$id: int activity_chooser_view_content -androidx.constraintlayout.widget.R$attr: int alpha -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float getTotal() -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: java.lang.Long poll() -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_selectableItemBackground -androidx.appcompat.R$style: int Base_Theme_AppCompat_DialogWhenLarge -retrofit2.Response: java.lang.Object body() -com.google.android.material.R$styleable: int[] Layout -androidx.preference.R$layout: int abc_popup_menu_header_item_layout -com.google.android.material.R$drawable: int material_ic_clear_black_24dp -cyanogenmod.os.Build$CM_VERSION_CODES -androidx.appcompat.R$attr: int listPreferredItemHeight -okio.BufferedSource: okio.Buffer buffer() -retrofit2.Retrofit: okhttp3.HttpUrl baseUrl -com.google.android.material.datepicker.CalendarConstraints -okhttp3.OkHttpClient$Builder: OkHttpClient$Builder(okhttp3.OkHttpClient) -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense -com.xw.repo.bubbleseekbar.R$attr: int windowActionBarOverlay -wangdaye.com.geometricweather.R$id: int largeLabel -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxCornerRadiusTopStart -android.didikee.donate.R$styleable: int TextAppearance_fontVariationSettings -wangdaye.com.geometricweather.R$id: int container_main_pollen_indicator -com.xw.repo.bubbleseekbar.R$attr: int dropDownListViewStyle -com.xw.repo.bubbleseekbar.R$attr: int textAppearanceSearchResultSubtitle -com.google.android.material.R$style: int TextAppearance_Design_Error -androidx.lifecycle.ClassesInfoCache$CallbackInfo: java.util.Map mEventToHandlers -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: io.reactivex.internal.util.AtomicThrowable errors -com.xw.repo.bubbleseekbar.R$drawable: int abc_textfield_activated_mtrl_alpha -com.turingtechnologies.materialscrollbar.R$id: int uniform -com.google.android.material.R$attr: int motionPathRotate -com.xw.repo.bubbleseekbar.R$attr: int editTextColor -androidx.appcompat.R$id: int accessibility_custom_action_18 -androidx.viewpager.R$id: int line1 -androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: android.content.res.ColorStateList getSupportBackgroundTintList() -okhttp3.internal.http2.Http2Reader$ContinuationSource: int length -com.jaredrummler.android.colorpicker.R$drawable: int ic_arrow_down_24dp -wangdaye.com.geometricweather.R$styleable: int MotionHelper_onHide -androidx.preference.R$color: int dim_foreground_material_light -okhttp3.OkHttpClient: boolean followRedirects() -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -androidx.work.R$id: int accessibility_custom_action_9 -androidx.constraintlayout.widget.R$attr: int colorPrimary -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: void dispose() -com.google.android.material.R$drawable: int btn_checkbox_checked_mtrl -cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: void cancelOngoingRequests() -androidx.preference.R$layout: int abc_alert_dialog_title_material -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: ObservableFlatMap$MergeObserver(io.reactivex.Observer,io.reactivex.functions.Function,boolean,int,int) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle -com.google.android.material.R$styleable: int[] Toolbar -androidx.recyclerview.R$drawable: int notification_bg_normal -wangdaye.com.geometricweather.R$layout: int item_icon_provider_get_more -androidx.constraintlayout.motion.widget.MotionLayout: float getProgress() -wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List getDailyForecast() -androidx.lifecycle.LifecycleRegistry: void setCurrentState(androidx.lifecycle.Lifecycle$State) -androidx.preference.R$style: int TextAppearance_Compat_Notification_Line2 -androidx.appcompat.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_0 -androidx.fragment.R$attr: int ttcIndex -com.turingtechnologies.materialscrollbar.TouchScrollBar: TouchScrollBar(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String getLongitude() -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator -androidx.coordinatorlayout.R$id: int accessibility_custom_action_30 -wangdaye.com.geometricweather.R$integer: int design_tab_indicator_anim_duration_ms -androidx.appcompat.R$drawable: int abc_btn_switch_to_on_mtrl_00001 -androidx.appcompat.R$anim: int abc_fade_in -androidx.appcompat.R$attr: int titleTextAppearance -wangdaye.com.geometricweather.R$dimen: int abc_text_size_button_material -wangdaye.com.geometricweather.R$attr: int round -androidx.viewpager.R$id: int notification_background -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_thumbTextPadding -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_fontFamily -android.didikee.donate.R$style: int Base_Widget_AppCompat_ButtonBar -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder removeAllQueryParameters(java.lang.String) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast: java.lang.Integer freezing -android.didikee.donate.R$style: int Widget_AppCompat_Button_Borderless -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: io.reactivex.Observer downstream -androidx.appcompat.R$anim: int btn_checkbox_to_checked_box_outer_merged_animation -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHeight_default -androidx.preference.R$drawable: int abc_item_background_holo_light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: java.lang.String en_US -wangdaye.com.geometricweather.R$id: int disableScroll -wangdaye.com.geometricweather.R$attr: int lineSpacing -com.google.android.material.R$style: int Widget_MaterialComponents_AppBarLayout_PrimarySurface -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_paddingEnd -okhttp3.internal.Internal: okhttp3.internal.Internal instance -com.xw.repo.bubbleseekbar.R$style: int Base_V7_Theme_AppCompat_Dialog -androidx.constraintlayout.widget.R$dimen: int abc_control_inset_material -androidx.appcompat.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle -androidx.vectordrawable.R$layout: int notification_template_part_time -com.google.android.material.R$color: int abc_tint_btn_checkable -wangdaye.com.geometricweather.R$dimen: int notification_large_icon_width -retrofit2.RequestFactory: boolean isMultipart -wangdaye.com.geometricweather.R$attr: int drawableTintMode -com.turingtechnologies.materialscrollbar.R$string: int abc_toolbar_collapse_description -okhttp3.WebSocket$Factory: okhttp3.WebSocket newWebSocket(okhttp3.Request,okhttp3.WebSocketListener) -james.adaptiveicon.R$styleable: int AlertDialog_listItemLayout -androidx.appcompat.R$styleable: int AnimatedStateListDrawableCompat_android_dither -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: boolean isDisposed() -wangdaye.com.geometricweather.R$attr: int shapeAppearanceMediumComponent -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: long serialVersionUID -wangdaye.com.geometricweather.R$color: int mtrl_choice_chip_text_color -cyanogenmod.hardware.CMHardwareManager: boolean registerThermalListener(cyanogenmod.hardware.ThermalListenerCallback) -wangdaye.com.geometricweather.R$styleable: int[] SlidingItemContainerLayout -wangdaye.com.geometricweather.R$style: int Base_MaterialAlertDialog_MaterialComponents_Title_Panel -okhttp3.internal.cache.DiskLruCache: java.lang.String JOURNAL_FILE -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX getNames() -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_unRegisterThermalListener -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void onError(java.lang.Throwable) -androidx.appcompat.R$style: int Platform_ThemeOverlay_AppCompat_Dark -okhttp3.internal.http1.Http1Codec$FixedLengthSink: long bytesRemaining -androidx.preference.R$style: int Theme_AppCompat_Light_Dialog -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_day_horizontal_padding -cyanogenmod.providers.CMSettings$System: java.lang.String KEY_HOME_DOUBLE_TAP_ACTION -android.support.v4.app.INotificationSideChannel$Stub$Proxy: INotificationSideChannel$Stub$Proxy(android.os.IBinder) -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWindDegree(wangdaye.com.geometricweather.common.basic.models.weather.WindDegree) -androidx.vectordrawable.R$styleable: int GradientColor_android_endY -androidx.constraintlayout.widget.R$styleable: int ImageFilterView_roundPercent -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constrainedHeight -okhttp3.internal.cache.DiskLruCache: long nextSequenceNumber -com.google.android.material.transformation.ExpandableBehavior -wangdaye.com.geometricweather.db.entities.LocationEntity: boolean currentPosition -androidx.viewpager.R$styleable -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Button -com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_Alert -com.google.android.material.R$attr: int mock_labelBackgroundColor -androidx.constraintlayout.widget.R$styleable: int[] KeyCycle -androidx.core.view.GestureDetectorCompat$GestureDetectorCompatImpl -android.support.v4.os.IResultReceiver$Stub: java.lang.String DESCRIPTOR -com.google.android.material.button.MaterialButtonToggleGroup: void setSelectionRequired(boolean) -com.jaredrummler.android.colorpicker.R$styleable: int Spinner_android_dropDownWidth -okhttp3.ConnectionPool: int idleConnectionCount() -androidx.fragment.R$id: int fragment_container_view_tag -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setTextColor(android.content.res.ColorStateList) -androidx.constraintlayout.widget.R$string: int abc_action_menu_overflow_description -wangdaye.com.geometricweather.R$id: int fade -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_title_baseline_to_top_fullscreen -okhttp3.RealCall$AsyncCall: okhttp3.RealCall get() -cyanogenmod.app.LiveLockScreenManager: void logServiceException(java.lang.Exception) -com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceListItem -wangdaye.com.geometricweather.db.entities.AlertEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType Refresh -wangdaye.com.geometricweather.R$id: int tag_icon_night -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setLevel(java.lang.String) -com.jaredrummler.android.colorpicker.R$attr: int borderlessButtonStyle -cyanogenmod.content.Intent: java.lang.String EXTRA_PROTECTED_STATE -wangdaye.com.geometricweather.R$drawable: int clock_dial_dark -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_NoActionBar -com.google.android.material.R$attr: int flow_firstHorizontalBias -com.google.android.material.R$attr: int haloRadius -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: java.lang.Object clone() -com.github.rahatarmanahmed.cpv.CircularProgressView: float initialStartAngle -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionButton_Overflow -androidx.preference.R$attr: int positiveButtonText -com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_BottomSheet -io.reactivex.Observable: java.lang.Object blockingLast(java.lang.Object) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$1 -io.reactivex.internal.subscriptions.SubscriptionHelper: void deferredRequest(java.util.concurrent.atomic.AtomicReference,java.util.concurrent.atomic.AtomicLong,long) -com.google.gson.stream.JsonReader: void skipUnquotedValue() -com.google.android.material.R$id: int TOP_START -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_5 -wangdaye.com.geometricweather.R$id: int on -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight -wangdaye.com.geometricweather.R$id: int showCustom -androidx.appcompat.R$styleable: int Spinner_android_popupBackground -cyanogenmod.providers.CMSettings$Validator: boolean validate(java.lang.String) -androidx.lifecycle.extensions.R$id: int tag_transition_group -androidx.preference.R$attr: int tint -com.google.android.material.R$styleable: int BottomNavigationView_itemRippleColor -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: io.reactivex.internal.util.AtomicThrowable error -wangdaye.com.geometricweather.R$drawable: int abc_switch_thumb_material -androidx.dynamicanimation.R$dimen: int notification_right_side_padding_top -okio.Okio$4: void timedOut() -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView: PolylineAndHistogramView(android.content.Context) -androidx.constraintlayout.widget.R$id: int text2 -com.google.android.material.R$attr: int transitionFlags -com.google.android.material.R$styleable: int[] StateSet -com.xw.repo.bubbleseekbar.R$id: int actions -com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable -retrofit2.BuiltInConverters$RequestBodyConverter: BuiltInConverters$RequestBodyConverter() -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_DropDownItem -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView -okhttp3.TlsVersion -okhttp3.internal.Internal: boolean connectionBecameIdle(okhttp3.ConnectionPool,okhttp3.internal.connection.RealConnection) -okhttp3.CacheControl: boolean noStore() -wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_handleOffColor -com.google.android.material.internal.ParcelableSparseBooleanArray -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_RatingBar_Small -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowFixedHeightMajor -okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean isRecoverable(java.io.IOException,boolean) -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode valueOf(java.lang.String) -io.reactivex.internal.subscriptions.BasicQueueSubscription: long serialVersionUID -com.google.gson.FieldNamingPolicy: java.lang.String translateName(java.lang.reflect.Field) -wangdaye.com.geometricweather.R$style: int Theme_AppCompat -cyanogenmod.providers.CMSettings$NameValueCache -cyanogenmod.app.ICMStatusBarManager$Stub: int TRANSACTION_removeCustomTileWithTag -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: int StartMinute -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void clear(io.reactivex.internal.queue.SpscLinkedArrayQueue) -wangdaye.com.geometricweather.R$attr: int actionModeCloseDrawable -com.google.android.material.switchmaterial.SwitchMaterial: SwitchMaterial(android.content.Context,android.util.AttributeSet) -com.google.android.material.textfield.TextInputLayout: void setHelperTextColor(android.content.res.ColorStateList) -cyanogenmod.app.IProfileManager$Stub$Proxy: boolean removeProfile(cyanogenmod.app.Profile) -com.turingtechnologies.materialscrollbar.R$attr: int bottomAppBarStyle -com.google.android.material.internal.ForegroundLinearLayout -androidx.preference.R$styleable: int[] PreferenceGroup -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void onSubscribe(org.reactivestreams.Subscription) -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: void onError(java.lang.Throwable) -androidx.preference.R$styleable: int AppCompatTextView_textAllCaps -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer realFeelShaderTemperature -com.turingtechnologies.materialscrollbar.R$styleable: int TabItem_android_layout -okhttp3.internal.ws.RealWebSocket$Streams: okio.BufferedSink sink -cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_NFC -wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Object readEntity(android.database.Cursor,int) -android.didikee.donate.R$attr: int ratingBarStyleSmall -android.didikee.donate.R$style: int TextAppearance_AppCompat_Subhead_Inverse -androidx.constraintlayout.widget.R$drawable: int abc_btn_check_material_anim -wangdaye.com.geometricweather.R$attr: int materialAlertDialogTheme -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_PopupWindow -wangdaye.com.geometricweather.R$attr: int cardMaxElevation -androidx.appcompat.R$attr: int selectableItemBackground -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWeatherPhase(java.lang.String) -wangdaye.com.geometricweather.R$id: int touch_outside -wangdaye.com.geometricweather.common.basic.models.weather.UV: int UV_INDEX_LOW -james.adaptiveicon.R$drawable: int abc_ratingbar_small_material -wangdaye.com.geometricweather.R$drawable: int notif_temp_126 -com.google.android.material.R$styleable: int NavigationView_headerLayout -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int CloudCover -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX() -wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_backgroundTint -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: java.lang.String color -cyanogenmod.themes.ThemeChangeRequest: ThemeChangeRequest(java.util.Map,java.util.Map,cyanogenmod.themes.ThemeChangeRequest$RequestType,long) -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: ObservableSequenceEqual$EqualCoordinator(io.reactivex.Observer,int,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiPredicate) -io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: void complete() -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver(io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver) -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_chainUseRtl -androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_ActionBar -androidx.activity.R$string: R$string() -android.didikee.donate.R$layout: int notification_template_part_time -cyanogenmod.weather.WeatherInfo: double mTodaysLowTemp -wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: void setEnableAnim(boolean) -androidx.hilt.lifecycle.R$styleable: int FontFamily_fontProviderPackage -james.adaptiveicon.R$drawable: int abc_ic_menu_selectall_mtrl_alpha -com.google.android.material.card.MaterialCardView: MaterialCardView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int SnowProbability -com.xw.repo.bubbleseekbar.R$style: int Base_Animation_AppCompat_Tooltip -androidx.hilt.R$id: R$id() -com.google.android.material.slider.RangeSlider: java.util.List getValues() -com.turingtechnologies.materialscrollbar.R$color: int tooltip_background_light -retrofit2.package-info -com.jaredrummler.android.colorpicker.R$id: int action_divider -com.jaredrummler.android.colorpicker.R$color: int background_material_light -com.xw.repo.bubbleseekbar.R$layout: int abc_search_view -cyanogenmod.app.CMContextConstants$Features: java.lang.String LIVE_LOCK_SCREEN -cyanogenmod.platform.R$drawable -com.turingtechnologies.materialscrollbar.R$attr: int boxCollapsedPaddingTop -androidx.hilt.R$id: int title +androidx.hilt.work.R$id: int accessibility_custom_action_3 +androidx.preference.R$styleable: int SwitchPreference_android_switchTextOff +androidx.constraintlayout.widget.R$styleable: int FontFamily_fontProviderFetchTimeout +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint DewPoint +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle +cyanogenmod.weather.CMWeatherManager: int requestWeatherUpdate(cyanogenmod.weather.WeatherLocation,cyanogenmod.weather.CMWeatherManager$WeatherUpdateRequestListener) +okhttp3.OkHttpClient$1 +androidx.preference.R$style: int TextAppearance_AppCompat_Small_Inverse +org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.DatabaseOpenHelper$EncryptedHelper encryptedHelper +okhttp3.internal.http2.Hpack$Writer: okhttp3.internal.http2.Header[] dynamicTable +com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: int hashCode() +com.jaredrummler.android.colorpicker.R$attr: int titleMarginTop +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result: wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$Geometry geometry +androidx.preference.R$attr: int textAppearanceLargePopupMenu +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String STYLE_URI +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String daytimeWeatherText +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: int AlertID +androidx.preference.R$dimen: int abc_text_size_caption_material +okhttp3.internal.platform.ConscryptPlatform: ConscryptPlatform() +wangdaye.com.geometricweather.R$attr: int tickVisible +okhttp3.CacheControl: java.lang.String toString() +androidx.preference.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle +wangdaye.com.geometricweather.search.LoadableLocationList$Status: wangdaye.com.geometricweather.search.LoadableLocationList$Status LOADING +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: void collapseNotificationPanel() +com.google.android.material.R$styleable: int OnClick_targetId +com.google.android.material.slider.BaseSlider: void setStepSize(float) +okio.ByteString: okio.ByteString digest(java.lang.String) +com.google.android.material.R$attr: int iconSize +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Wind: java.lang.String power +com.xw.repo.bubbleseekbar.R$attr: int tooltipForegroundColor +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: java.lang.String brandId +android.didikee.donate.R$styleable: int AlertDialog_showTitle +com.turingtechnologies.materialscrollbar.R$style: int Platform_V21_AppCompat_Light +james.adaptiveicon.R$color: int primary_text_default_material_dark +wangdaye.com.geometricweather.R$string: int key_notification_custom_color +okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level BASIC +james.adaptiveicon.R$id: int search_voice_btn +androidx.constraintlayout.widget.R$layout +androidx.appcompat.R$style: int Theme_AppCompat_Dialog_MinWidth +androidx.activity.R$id: int accessibility_custom_action_29 +james.adaptiveicon.R$attr: int buttonBarStyle +okhttp3.RealCall: okhttp3.Response getResponseWithInterceptorChain() +cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: void cancelRequest(int) +com.google.android.material.R$styleable: int[] SnackbarLayout +androidx.lifecycle.extensions.R$id: int tag_unhandled_key_event_manager +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIndicatorColor +okio.Okio: Okio() +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_SearchView +com.google.android.material.textview.MaterialTextView: MaterialTextView(android.content.Context,android.util.AttributeSet,int) +cyanogenmod.hardware.ICMHardwareService: boolean isSunlightEnhancementSelfManaged() +wangdaye.com.geometricweather.R$attr: int prefixText +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit +com.google.android.material.R$layout: int mtrl_picker_header_dialog +android.didikee.donate.R$color: int material_blue_grey_800 +cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_registerChangeListener +org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.rx.RxTransaction rxTxPlain +android.didikee.donate.R$color: int switch_thumb_normal_material_light +androidx.constraintlayout.widget.R$color: int primary_material_light +androidx.hilt.lifecycle.R$dimen: int compat_button_padding_horizontal_material +androidx.appcompat.R$anim: int btn_checkbox_to_checked_icon_null_animation +okio.ForwardingTimeout: long deadlineNanoTime() +com.google.android.material.R$styleable: int Constraint_layout_constraintBottom_toTopOf +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_orientation +io.reactivex.Observable: io.reactivex.Completable flatMapCompletable(io.reactivex.functions.Function) +com.google.android.material.R$dimen: int mtrl_textinput_start_icon_margin_end +io.reactivex.Observable: io.reactivex.Observable skip(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +com.xw.repo.bubbleseekbar.R$attr: int actionBarWidgetTheme +okhttp3.Request: java.lang.String method() +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeInsetStart +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: int getWeatherKind() +com.jaredrummler.android.colorpicker.R$styleable: int[] PreferenceGroup +androidx.loader.R$dimen: int notification_subtext_size +wangdaye.com.geometricweather.main.models.LocationResource$Event: wangdaye.com.geometricweather.main.models.LocationResource$Event UPDATE +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowFixedWidthMinor +okio.HashingSink: javax.crypto.Mac mac +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_title_material +okhttp3.Cookie: java.lang.String domain +cyanogenmod.weatherservice.IWeatherProviderService$Stub: cyanogenmod.weatherservice.IWeatherProviderService asInterface(android.os.IBinder) +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_fitToContents +okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Stream getStream(int) +wangdaye.com.geometricweather.R$array: int live_wallpaper_day_night_type_values +wangdaye.com.geometricweather.R$array: int subtitle_data +com.jaredrummler.android.colorpicker.R$styleable: int[] ActionMenuView +okhttp3.internal.http2.Http2Connection$Listener: okhttp3.internal.http2.Http2Connection$Listener REFUSE_INCOMING_STREAMS +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintTop_toBottomOf +retrofit2.RequestFactory: boolean isKotlinSuspendFunction +com.google.android.material.R$attr: int state_above_anchor +cyanogenmod.util.ColorUtils: float[] temperatureToRGB(int) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_CALL_LED_OFF_VALIDATOR +okio.HashingSink: okio.HashingSink md5(okio.Sink) +james.adaptiveicon.R$attr: int activityChooserViewStyle +io.reactivex.internal.observers.BlockingObserver: BlockingObserver(java.util.Queue) +androidx.viewpager2.R$style: R$style() +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void dispose() +io.reactivex.Observable: io.reactivex.Observable concatMapSingleDelayError(io.reactivex.functions.Function,boolean,int) +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: boolean requestDismissAndStartActivity(android.content.Intent) +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_FloatingActionButton +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: int getWindowType() +com.google.android.material.R$layout: int text_view_with_line_height_from_appearance +androidx.appcompat.widget.AppCompatSpinner: android.graphics.drawable.Drawable getPopupBackground() +androidx.preference.R$dimen: int abc_dropdownitem_text_padding_right +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay TAG_WIND +com.google.gson.LongSerializationPolicy: com.google.gson.JsonElement serialize(java.lang.Long) +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup +wangdaye.com.geometricweather.R$drawable: int notif_temp_13 +wangdaye.com.geometricweather.R$id: int widget_week_icon_5 +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: java.lang.String getSourceUrl() +wangdaye.com.geometricweather.R$drawable: int abc_ic_arrow_drop_right_black_24dp +wangdaye.com.geometricweather.common.basic.models.weather.Alert: int color +androidx.hilt.work.R$bool: int workmanager_test_configuration +com.google.android.material.chip.Chip: void setChipMinHeight(float) +wangdaye.com.geometricweather.R$color: int switch_thumb_material_dark +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Metric: int UnitType +james.adaptiveicon.R$styleable: int SearchView_android_imeOptions +com.google.android.material.R$styleable: int ActionMode_backgroundSplit +io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: boolean done +okhttp3.ConnectionSpec: boolean supportsTlsExtensions +okhttp3.internal.Internal: boolean connectionBecameIdle(okhttp3.ConnectionPool,okhttp3.internal.connection.RealConnection) +com.google.android.material.R$styleable: int[] MaterialTextView +cyanogenmod.profiles.LockSettings: void readFromParcel(android.os.Parcel) +com.jaredrummler.android.colorpicker.R$attr: int searchViewStyle +cyanogenmod.themes.ThemeManager$2 +wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayWeekProvider +androidx.preference.R$dimen: int abc_search_view_preferred_width +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeSnowPrecipitationProbability(java.lang.Float) +androidx.appcompat.R$attr: int actionBarTabStyle +cyanogenmod.hardware.CMHardwareManager: boolean writePersistentBytes(java.lang.String,byte[]) +com.google.android.material.R$styleable: int MaterialButton_strokeColor +com.google.android.material.R$styleable: int DrawerArrowToggle_thickness +wangdaye.com.geometricweather.R$dimen: int abc_switch_padding +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_editTextColor +com.google.android.material.textfield.TextInputEditText: java.lang.CharSequence getHintFromLayout() +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setLegacyRequestDisallowInterceptTouchEventEnabled(boolean) +androidx.fragment.R$id: int accessibility_custom_action_2 +okhttp3.RealCall: okhttp3.Request request() +androidx.appcompat.R$styleable: int CompoundButton_buttonTint +io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.preference.R$style: int Widget_AppCompat_Light_ListView_DropDown +wangdaye.com.geometricweather.R$styleable +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionBar_TabText +androidx.preference.R$integer: int cancel_button_image_alpha +james.adaptiveicon.R$attr: int collapseIcon +okhttp3.logging.LoggingEventListener: void callFailed(okhttp3.Call,java.io.IOException) +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_28 +com.turingtechnologies.materialscrollbar.R$id: int unlabeled +androidx.appcompat.R$styleable: int MenuView_subMenuArrow +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.turingtechnologies.materialscrollbar.AlphabetIndicator: int getTextSize() +james.adaptiveicon.R$styleable: int ActionBar_customNavigationLayout +androidx.preference.R$dimen: int preference_icon_minWidth +wangdaye.com.geometricweather.settings.fragments.UnitSettingsFragment +androidx.transition.R$styleable: int FontFamily_fontProviderCerts +androidx.constraintlayout.widget.R$styleable: int AppCompatSeekBar_android_thumb +com.jaredrummler.android.colorpicker.R$dimen: int abc_search_view_preferred_height +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_BRIGHTNESS_LEVEL_VALIDATOR +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: void setCity(java.lang.String) +wangdaye.com.geometricweather.R$string: int mtrl_picker_invalid_format_use +android.didikee.donate.R$styleable: int AppCompatTheme_actionBarTheme +androidx.appcompat.widget.ActivityChooserView +android.didikee.donate.R$color: int primary_text_disabled_material_dark +okhttp3.internal.http2.StreamResetException +com.google.android.material.R$style: int Widget_MaterialComponents_TextInputEditText_OutlinedBox +wangdaye.com.geometricweather.R$xml: int live_wallpaper +androidx.appcompat.resources.R$drawable: int notification_bg_normal +com.google.android.material.R$drawable: int ic_clock_black_24dp +com.google.android.material.R$styleable: int TextInputLayout_helperTextEnabled +androidx.appcompat.R$layout: int abc_screen_simple +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: io.reactivex.ObservableSource source +android.didikee.donate.R$style: int Platform_AppCompat +okhttp3.internal.ws.WebSocketReader: okio.Buffer$UnsafeCursor maskCursor +androidx.activity.R$string: int status_bar_notification_info_overflow +wangdaye.com.geometricweather.R$id: int container_main_daily_trend_card_tagView +wangdaye.com.geometricweather.R$color: int cardview_shadow_end_color +androidx.appcompat.R$styleable: int Toolbar_subtitle +okio.GzipSink: java.util.zip.Deflater deflater() +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_getCurrentLiveLockScreen +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.String TABLENAME +cyanogenmod.profiles.StreamSettings$1: cyanogenmod.profiles.StreamSettings createFromParcel(android.os.Parcel) +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: int bufferSize +wangdaye.com.geometricweather.R$id: int dialog_location_permission_statement_container +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_checked +androidx.preference.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity +android.didikee.donate.R$dimen: int abc_action_bar_stacked_tab_max_width +wangdaye.com.geometricweather.R$dimen: int design_bottom_sheet_peek_height_min +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Imperial: int UnitType +okio.ForwardingTimeout: okio.Timeout delegate() +com.turingtechnologies.materialscrollbar.R$dimen: int hint_alpha_material_dark +com.jaredrummler.android.colorpicker.R$dimen: int abc_config_prefDialogWidth +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_padding_left +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setOnClickIntent(android.app.PendingIntent) +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintWidth_percent +android.didikee.donate.R$id: int src_atop +androidx.viewpager2.R$id: int text +wangdaye.com.geometricweather.R$color: int tooltip_background_light +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: void dispose() +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceHeadline4 +wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.lang.String type +androidx.preference.R$drawable: int abc_textfield_activated_mtrl_alpha +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$7: void run() +androidx.appcompat.widget.AppCompatRadioButton: void setSupportButtonTintMode(android.graphics.PorterDuff$Mode) +okhttp3.internal.http1.Http1Codec: okio.BufferedSource source +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit valueOf(java.lang.String) +retrofit2.RequestBuilder$ContentTypeOverridingRequestBody: void writeTo(okio.BufferedSink) +james.adaptiveicon.R$style: int Base_V7_Widget_AppCompat_EditText +wangdaye.com.geometricweather.R$id: int notification_big +androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory: androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory sInstance +james.adaptiveicon.R$attr: int windowActionModeOverlay +com.turingtechnologies.materialscrollbar.R$layout: int design_navigation_item +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: BaiduIPLocationService(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationApi,io.reactivex.disposables.CompositeDisposable) +android.didikee.donate.R$layout: int notification_action +androidx.loader.R$attr: int font +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_Button_Colored +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed: AccuCurrentResult$WindGust$Speed() +cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode mRingerMode +okhttp3.ConnectionPool: ConnectionPool() +okhttp3.internal.http2.Settings: int get(int) +com.google.android.material.R$dimen: int material_text_view_test_line_height +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_stacked_max_height +okhttp3.internal.http2.Http2Reader$Handler: void priority(int,int,int,boolean) +androidx.hilt.R$style: int Widget_Compat_NotificationActionContainer +wangdaye.com.geometricweather.R$styleable: int[] ScrimInsetsFrameLayout +wangdaye.com.geometricweather.R$color: int notification_background_primary +androidx.preference.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge +com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity com.google.android.material.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle -io.reactivex.Observable: io.reactivex.Observable switchOnNext(io.reactivex.ObservableSource,int) -com.xw.repo.bubbleseekbar.R$attr: int overlapAnchor -wangdaye.com.geometricweather.R$dimen: int mtrl_bottomappbar_fab_cradle_vertical_offset -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemBackground -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Humidity: java.lang.Integer max -androidx.viewpager.R$styleable: R$styleable() -com.google.android.material.R$interpolator: int fast_out_slow_in -com.xw.repo.bubbleseekbar.R$attr: int buttonStyle -okhttp3.internal.http2.Settings: int MAX_FRAME_SIZE -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_EditText -wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.String TABLENAME -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHorizontal_bias -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: ObservableJoin$JoinDisposable(io.reactivex.Observer,io.reactivex.functions.Function,io.reactivex.functions.Function,io.reactivex.functions.BiFunction) -io.reactivex.internal.operators.observable.ObservableGroupBy$State: ObservableGroupBy$State(int,io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver,java.lang.Object,boolean) -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: void setStatus(int) -okio.AsyncTimeout$1: okio.Timeout timeout() -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: void dispose() -com.turingtechnologies.materialscrollbar.R$styleable: int[] ChipGroup -io.reactivex.Observable: java.lang.Iterable blockingNext() -com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_color -android.didikee.donate.R$attr: int paddingBottomNoButtons -james.adaptiveicon.R$style: int Base_Theme_AppCompat_Dialog_Alert -com.turingtechnologies.materialscrollbar.R$attr: int passwordToggleEnabled -com.google.android.material.internal.ScrimInsetsFrameLayout: void setDrawTopInsetForeground(boolean) -com.google.android.material.R$styleable: int Layout_layout_constraintBaseline_toBaselineOf -wangdaye.com.geometricweather.R$dimen: int abc_list_item_padding_horizontal_material -androidx.constraintlayout.widget.R$string: int abc_prepend_shortcut_label -androidx.constraintlayout.widget.Group: Group(android.content.Context) -com.google.android.material.R$color: int primary_text_default_material_dark -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: io.reactivex.internal.util.AtomicThrowable error -com.google.android.material.R$attr: int logo -androidx.core.R$id: int action_container -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Menu -com.google.android.material.R$attr: int valueTextColor -retrofit2.Retrofit: retrofit2.Converter nextRequestBodyConverter(retrofit2.Converter$Factory,java.lang.reflect.Type,java.lang.annotation.Annotation[],java.lang.annotation.Annotation[]) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintTop_toTopOf -com.jaredrummler.android.colorpicker.R$color: int error_color_material_dark -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWindDirection -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintDimensionRatio -com.google.android.material.transformation.TransformationChildCard: TransformationChildCard(android.content.Context,android.util.AttributeSet) -androidx.appcompat.R$styleable: int AppCompatTextHelper_android_drawableBottom -com.google.android.material.internal.VisibilityAwareImageButton: VisibilityAwareImageButton(android.content.Context,android.util.AttributeSet,int) -com.jaredrummler.android.colorpicker.R$attr: int subtitleTextAppearance -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver -androidx.core.R$styleable: int FontFamilyFont_font -com.google.android.material.textfield.TextInputLayout: int getErrorCurrentTextColors() -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1: void onSucceed(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult) -android.didikee.donate.R$attr: int suggestionRowLayout -okhttp3.Address: java.util.List protocols -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void onSubscribe(org.reactivestreams.Subscription) -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionButton -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void innerComplete(io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver) +android.didikee.donate.R$styleable: int AppCompatTheme_actionMenuTextColor +com.xw.repo.bubbleseekbar.R$attr: int bsb_section_text_color com.google.android.material.R$styleable: int Layout_layout_editor_absoluteY -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getNotificationGroupForPackage -wangdaye.com.geometricweather.R$id: int fill_vertical -wangdaye.com.geometricweather.R$color: int colorTextDark2nd -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_13 -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: int[] getDisplayColorCalibration() -wangdaye.com.geometricweather.R$attr: int statusBarForeground -androidx.appcompat.widget.AppCompatEditText: void setTextClassifier(android.view.textclassifier.TextClassifier) -androidx.preference.R$styleable: int[] GradientColorItem -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: boolean isDisposed() -james.adaptiveicon.R$id: int notification_main_column_container -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWindDirection(java.lang.String) -com.google.android.material.R$dimen: int abc_action_bar_subtitle_bottom_margin_material -com.google.android.material.bottomnavigation.BottomNavigationView: int getItemTextAppearanceInactive() -retrofit2.Utils$ParameterizedTypeImpl -com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior: AppBarLayout$ScrollingViewBehavior() -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: void dispose() -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: boolean isDisposed() -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_AES_256_GCM_SHA384 -androidx.constraintlayout.widget.R$anim: int abc_tooltip_exit -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_spinnerStyle -com.bumptech.glide.integration.okhttp.R$drawable: int notification_bg_low -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String locationKey -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionButton -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_7 -cyanogenmod.app.LiveLockScreenInfo: int describeContents() -android.didikee.donate.R$dimen: int abc_dialog_list_padding_top_no_title -wangdaye.com.geometricweather.R$drawable: int selectable_ripple -com.jaredrummler.android.colorpicker.R$attr: int showTitle -com.bumptech.glide.integration.okhttp.R$color: int notification_action_color_filter -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_horizontalGap -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_text_size -com.google.android.material.circularreveal.CircularRevealLinearLayout: void setCircularRevealScrimColor(int) -wangdaye.com.geometricweather.R$styleable: int CardView_android_minHeight -okhttp3.internal.tls.BasicTrustRootIndex: BasicTrustRootIndex(java.security.cert.X509Certificate[]) -io.reactivex.exceptions.CompositeException: java.lang.Throwable cause -wangdaye.com.geometricweather.db.entities.DailyEntity: void setCo(java.lang.Float) -com.turingtechnologies.materialscrollbar.R$styleable: int[] CoordinatorLayout_Layout -com.google.android.material.R$style: int Widget_Design_BottomNavigationView -com.xw.repo.bubbleseekbar.R$styleable: int[] Toolbar -android.didikee.donate.R$layout: int abc_dialog_title_material -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_android_textOff -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: CaiYunMainlyResult$IndicesBeanX$IndicesBean() -wangdaye.com.geometricweather.db.entities.LocationEntity -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_backgroundTintMode -com.xw.repo.bubbleseekbar.R$color: int abc_search_url_text_selected -androidx.recyclerview.widget.RecyclerView: void setItemViewCacheSize(int) -androidx.legacy.coreutils.R$styleable: int[] ColorStateListItem -android.didikee.donate.R$style: int ThemeOverlay_AppCompat_ActionBar -androidx.lifecycle.ViewModelProvider$OnRequeryFactory -androidx.constraintlayout.widget.R$attr: int layout_constraintCircleAngle -okhttp3.logging.LoggingEventListener: void secureConnectEnd(okhttp3.Call,okhttp3.Handshake) -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit MPH -androidx.preference.R$color: int material_grey_800 -okio.Buffer: okio.Buffer$UnsafeCursor readUnsafe() -wangdaye.com.geometricweather.R$dimen: int tooltip_precise_anchor_extra_offset -wangdaye.com.geometricweather.R$dimen: int notification_subtext_size -androidx.viewpager2.R$drawable: int notification_bg_normal_pressed -android.support.v4.app.RemoteActionCompatParcelizer: void write(androidx.core.app.RemoteActionCompat,androidx.versionedparcelable.VersionedParcel) -android.didikee.donate.R$dimen: int abc_dropdownitem_text_padding_left -cyanogenmod.app.BaseLiveLockManagerService$1: BaseLiveLockManagerService$1(cyanogenmod.app.BaseLiveLockManagerService) -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintLeft_toLeftOf -okhttp3.internal.cache.DiskLruCache: java.lang.String DIRTY -com.jaredrummler.android.colorpicker.R$integer -androidx.constraintlayout.widget.R$styleable: int GradientColor_android_startColor -androidx.lifecycle.GeneratedAdapter: void callMethods(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event,boolean,androidx.lifecycle.MethodCallsLogger) -com.google.android.material.R$styleable: int FloatingActionButton_elevation -retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: void onNext(java.lang.Object) -androidx.preference.R$attr: int listPreferredItemPaddingLeft -james.adaptiveicon.R$drawable: int abc_menu_hardkey_panel_mtrl_mult -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String LOCK_WALLPAPER_THUMBNAIL -io.reactivex.Observable: io.reactivex.Observable concatMapMaybeDelayError(io.reactivex.functions.Function) -okio.Segment: int pos -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_108 -androidx.preference.PreferenceDialogFragmentCompat: PreferenceDialogFragmentCompat() -wangdaye.com.geometricweather.R$layout: int abc_popup_menu_header_item_layout -com.google.android.material.R$attr: int state_lifted -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_title_material -com.google.android.material.R$id: int title_template -com.google.android.material.R$style: int Widget_AppCompat_ListView -cyanogenmod.weather.ICMWeatherManager: void cancelRequest(int) -android.didikee.donate.R$attr: int actionBarTabStyle -okhttp3.Cache$Entry: void writeTo(okhttp3.internal.cache.DiskLruCache$Editor) -retrofit2.ServiceMethod: retrofit2.ServiceMethod parseAnnotations(retrofit2.Retrofit,java.lang.reflect.Method) -com.xw.repo.bubbleseekbar.R$attr: int bsb_is_float_type -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintDimensionRatio -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$1: KeyguardExternalViewProviderService$Provider$ProviderImpl$1(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setUpdateDate(java.util.Date) -androidx.swiperefreshlayout.R$style: int TextAppearance_Compat_Notification_Time -okhttp3.internal.ws.RealWebSocket: java.util.ArrayDeque pongQueue -android.didikee.donate.R$drawable: int abc_list_selector_disabled_holo_light -com.google.android.material.R$styleable: int DrawerArrowToggle_gapBetweenBars -androidx.appcompat.resources.R$id: int tag_unhandled_key_listeners -retrofit2.OkHttpCall: java.lang.Object[] args -wangdaye.com.geometricweather.R$attr: int foregroundInsidePadding -com.google.android.material.R$attr: int keyPositionType -cyanogenmod.app.CMTelephonyManager: void setSubState(int,boolean) -androidx.customview.R$styleable: int ColorStateListItem_android_color -com.google.android.material.slider.BaseSlider: void removeOnSliderTouchListener(com.google.android.material.slider.BaseOnSliderTouchListener) -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$4: ExternalViewProviderService$Provider$ProviderImpl$4(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) -com.jaredrummler.android.colorpicker.R$color: int abc_search_url_text_normal -retrofit2.OkHttpCall$1: retrofit2.Callback val$callback -okhttp3.internal.http2.StreamResetException: StreamResetException(okhttp3.internal.http2.ErrorCode) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dividerVertical -com.xw.repo.bubbleseekbar.R$styleable: int[] ActionMode -androidx.preference.R$anim: int btn_checkbox_to_unchecked_icon_null_animation -wangdaye.com.geometricweather.R$layout: int widget_clock_day_details -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_18 -wangdaye.com.geometricweather.R$id: int weather_icon -io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function) -com.google.android.material.R$styleable: int MaterialButton_backgroundTint -com.google.android.material.R$attr: int iconSize -com.google.android.material.R$drawable: int abc_menu_hardkey_panel_mtrl_mult -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_normal -io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function3) -wangdaye.com.geometricweather.R$string: int abc_menu_delete_shortcut_label -com.turingtechnologies.materialscrollbar.R$integer: int mtrl_btn_anim_delay_ms -okhttp3.internal.http2.Hpack$Reader: void clearDynamicTable() -androidx.constraintlayout.widget.R$attr: int windowMinWidthMinor -io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: long serialVersionUID -androidx.appcompat.R$styleable: int MenuItem_android_enabled -androidx.viewpager2.R$id: int chronometer -com.xw.repo.bubbleseekbar.R$attr: int backgroundStacked -androidx.appcompat.R$dimen: int abc_text_size_large_material -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: FitSystemBarNestedScrollView(android.content.Context) -androidx.viewpager2.R$color: int secondary_text_default_material_light -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property ThunderstormPrecipitationProbability -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: io.reactivex.Observer downstream -androidx.appcompat.widget.AppCompatSpinner: void setDropDownVerticalOffset(int) -cyanogenmod.profiles.StreamSettings$1: cyanogenmod.profiles.StreamSettings[] newArray(int) -com.google.android.material.appbar.CollapsingToolbarLayout: int getExpandedTitleMarginEnd() -wangdaye.com.geometricweather.R$styleable: int Preference_android_selectable -wangdaye.com.geometricweather.remoteviews.config.MultiCityWidgetConfigActivity -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void dispose() -androidx.constraintlayout.widget.R$styleable: int KeyPosition_keyPositionType -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_textLocale -androidx.vectordrawable.R$styleable: int[] ColorStateListItem -io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.appcompat.R$styleable: int AppCompatTheme_actionModeCutDrawable -cyanogenmod.providers.CMSettings$System: java.lang.String VOLUME_KEYS_CONTROL_RING_STREAM -com.google.android.material.R$dimen: int mtrl_badge_with_text_radius -wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Type -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setYesterday(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean) -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintCircleAngle -androidx.appcompat.resources.R$id: int time -androidx.customview.R$id: int actions -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setTranslateY(float) -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode PROTOCOL_ERROR -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: double lon -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.String getCityId() -android.didikee.donate.R$id: int icon_group -cyanogenmod.providers.CMSettings$InclusiveIntegerRangeValidator: boolean validate(java.lang.String) -androidx.vectordrawable.R$id: int notification_background -androidx.preference.R$styleable: int PopupWindowBackgroundState_state_above_anchor -okio.ForwardingTimeout: okio.Timeout timeout(long,java.util.concurrent.TimeUnit) -okhttp3.internal.http.RealInterceptorChain: okhttp3.Connection connection() -wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTomorrowForecastUpdateService -com.google.android.material.R$style: int Widget_MaterialComponents_NavigationView -com.xw.repo.bubbleseekbar.R$style: int AlertDialog_AppCompat_Light -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceStyle -wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Title_Panel -com.google.android.material.R$attr: int fastScrollVerticalThumbDrawable -okhttp3.Cache$Entry: okhttp3.Handshake handshake -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large -cyanogenmod.app.ILiveLockScreenManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -wangdaye.com.geometricweather.R$attr: int dotGap -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarTabTextStyle -wangdaye.com.geometricweather.R$animator: int weather_snow_2 -com.google.android.material.navigation.NavigationView: void setElevation(float) -androidx.customview.R$styleable: int FontFamily_fontProviderQuery -com.turingtechnologies.materialscrollbar.TouchScrollBar: float getIndicatorOffset() -com.google.android.material.R$styleable: int KeyTimeCycle_transitionPathRotate -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: boolean cancelled -wangdaye.com.geometricweather.R$drawable: int ic_star_outline -androidx.appcompat.R$drawable: int abc_list_pressed_holo_light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: void setBrandId(java.lang.String) -wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: void setDayIndicatorRotation(float) -cyanogenmod.app.ILiveLockScreenChangeListener$Stub: ILiveLockScreenChangeListener$Stub() -androidx.preference.R$styleable: int Preference_fragment -wangdaye.com.geometricweather.R$styleable: int[] Variant -com.google.android.material.R$string: int abc_searchview_description_voice -androidx.lifecycle.extensions.R$styleable: int ColorStateListItem_android_alpha -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPathRenderer: void setRootAlpha(int) -com.google.android.material.R$id: int tag_unhandled_key_event_manager -wangdaye.com.geometricweather.R$xml: int icon_provider_drawable_filter -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float pressure -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_bias -androidx.preference.R$styleable: int SwitchPreferenceCompat_android_switchTextOff -com.google.android.material.R$styleable: int Chip_showMotionSpec -com.jaredrummler.android.colorpicker.R$layout: int abc_action_bar_up_container -androidx.constraintlayout.widget.R$styleable: int[] LinearLayoutCompat -wangdaye.com.geometricweather.R$string: int key_forecast_tomorrow_time -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarSwipeRefreshLayout: FitSystemBarSwipeRefreshLayout(android.content.Context,android.util.AttributeSet) -androidx.core.app.CoreComponentFactory: CoreComponentFactory() -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabMinWidth -androidx.constraintlayout.widget.R$attr: int gapBetweenBars -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: java.util.List getAlerts() -wangdaye.com.geometricweather.R$attr: int measureWithLargestChild -androidx.hilt.lifecycle.R$dimen: int notification_main_column_padding_top -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind: java.lang.Integer direction -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber$1 -wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView -wangdaye.com.geometricweather.R$styleable: int Tooltip_backgroundTint -cyanogenmod.app.Profile: void setAirplaneMode(cyanogenmod.profiles.AirplaneModeSettings) -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_showAsAction -wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: void setBackgroundColorEnd(int) -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabPaddingStart -com.jaredrummler.android.colorpicker.R$dimen: int highlight_alpha_material_light -com.google.android.material.timepicker.ClockHandView: ClockHandView(android.content.Context,android.util.AttributeSet) -com.xw.repo.bubbleseekbar.R$attr: int thumbTextPadding -androidx.constraintlayout.widget.Placeholder: void setEmptyVisibility(int) -wangdaye.com.geometricweather.R$color: int background_material_light -com.google.android.material.R$style: int ThemeOverlay_AppCompat_Light -androidx.appcompat.widget.AppCompatImageView: AppCompatImageView(android.content.Context) -com.google.android.material.R$style: int Animation_MaterialComponents_BottomSheetDialog -androidx.appcompat.widget.ActionBarContainer: void setStackedBackground(android.graphics.drawable.Drawable) -androidx.customview.R$styleable: int GradientColor_android_endColor +wangdaye.com.geometricweather.R$style: int Platform_AppCompat_Light +androidx.preference.R$id: int accessibility_custom_action_11 +com.google.android.material.appbar.ViewOffsetBehavior: ViewOffsetBehavior(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit MUGPCUM +androidx.appcompat.R$style: int Theme_AppCompat_DayNight_DarkActionBar +okhttp3.internal.cache.DiskLruCache$Editor$1 +wangdaye.com.geometricweather.R$attr: int shapeAppearanceSmallComponent +wangdaye.com.geometricweather.R$drawable: int ic_state_checked +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_section_text_color +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_typeface +com.google.android.material.floatingactionbutton.FloatingActionButton: void setBackgroundResource(int) +com.google.android.material.R$id: int text_input_start_icon +okhttp3.internal.connection.StreamAllocation: boolean reportedAcquired +androidx.appcompat.R$dimen: int hint_alpha_material_dark +androidx.viewpager2.R$styleable: int RecyclerView_reverseLayout +androidx.transition.R$styleable: int FontFamilyFont_fontStyle +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Dialog +retrofit2.HttpServiceMethod$CallAdapted: java.lang.Object adapt(retrofit2.Call,java.lang.Object[]) +com.google.android.material.textfield.TextInputLayout$SavedState: android.os.Parcelable$Creator CREATOR +cyanogenmod.providers.CMSettings$System: java.lang.String NAVIGATION_BAR_MENU_ARROW_KEYS +androidx.hilt.lifecycle.R$styleable: int GradientColor_android_centerX +okhttp3.internal.http2.Http2Connection: int AWAIT_PING +com.bumptech.glide.R$style: int Widget_Support_CoordinatorLayout +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind: MfCurrentResult$Observation$Wind() +androidx.activity.R$styleable: int[] GradientColor +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_arrow_drop_right_black_24dp +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: io.reactivex.disposables.CompositeDisposable set +wangdaye.com.geometricweather.R$id: int activity_alert_container +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: java.lang.Long poll() +androidx.appcompat.widget.AppCompatRadioButton: void setButtonDrawable(android.graphics.drawable.Drawable) +cyanogenmod.weather.WeatherLocation: java.lang.String mState +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: double HoursOfSnow +com.google.android.material.R$id: int submenuarrow +androidx.appcompat.widget.Toolbar: void setCollapseIcon(int) +androidx.constraintlayout.widget.R$attr: int layout_optimizationLevel +android.didikee.donate.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog +androidx.lifecycle.ViewModelProviders: androidx.lifecycle.ViewModelProvider of(androidx.fragment.app.FragmentActivity) +com.google.android.material.R$anim: int abc_tooltip_exit +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float ParticulateMatter10 +com.github.rahatarmanahmed.cpv.BuildConfig: java.lang.String VERSION_NAME +okhttp3.internal.Util: boolean decodeIpv4Suffix(java.lang.String,int,int,byte[],int) +androidx.legacy.coreutils.R$id: int right_side +androidx.constraintlayout.widget.R$attr: int flow_lastVerticalBias +androidx.preference.R$attr: int state_above_anchor +retrofit2.Utils$GenericArrayTypeImpl: java.lang.String toString() +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean outputFused +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_SeekBar_Discrete +androidx.viewpager2.R$style +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: AccuHourlyResult() +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_toBottomOf +androidx.preference.R$id: int accessibility_custom_action_23 +androidx.viewpager.R$styleable: int GradientColor_android_startX +james.adaptiveicon.R$attr: int navigationMode +android.didikee.donate.R$attr: int paddingTopNoTitle +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer apparentTemperature +com.turingtechnologies.materialscrollbar.R$attr: int paddingBottomNoButtons +com.google.android.material.chip.Chip: float getCloseIconSize() +androidx.work.OverwritingInputMerger +com.google.android.material.R$color: int design_dark_default_color_primary +wangdaye.com.geometricweather.R$drawable: int mtrl_ic_arrow_drop_up +androidx.hilt.R$styleable: int[] Fragment +io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: void accept(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$attr: int boxStrokeColor +com.google.android.material.R$id: int tag_unhandled_key_listeners +com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity +com.github.rahatarmanahmed.cpv.CircularProgressView: CircularProgressView(android.content.Context) +androidx.vectordrawable.R$styleable: R$styleable() +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_contentInsetEnd +wangdaye.com.geometricweather.R$dimen: int tooltip_precise_anchor_extra_offset +androidx.lifecycle.extensions.R$attr: int fontProviderAuthority +androidx.lifecycle.ProcessLifecycleOwner: androidx.lifecycle.LifecycleRegistry mRegistry +wangdaye.com.geometricweather.R$styleable: int[] BubbleSeekBar +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_fontFamily +com.turingtechnologies.materialscrollbar.R$id: int ghost_view +androidx.preference.R$styleable: int SwitchPreference_android_switchTextOn +cyanogenmod.weather.WeatherInfo: double mTemperature +com.google.android.material.textfield.TextInputLayout: void setCounterTextAppearance(int) +androidx.lifecycle.ReportFragment: void onPause() +androidx.core.R$dimen: int notification_subtext_size +okhttp3.Request: okhttp3.HttpUrl url +androidx.constraintlayout.widget.R$drawable: int abc_ic_menu_selectall_mtrl_alpha +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView: DoubleHistogramView(android.content.Context,android.util.AttributeSet) +androidx.loader.R$styleable: int[] ColorStateListItem +com.turingtechnologies.materialscrollbar.R$integer: int config_tooltipAnimTime +androidx.dynamicanimation.R$id +wangdaye.com.geometricweather.R$attr: int deltaPolarAngle +com.google.android.material.R$styleable: int Toolbar_maxButtonHeight +androidx.appcompat.R$styleable: int AppCompatImageView_srcCompat +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String getHeadIconType() +androidx.dynamicanimation.R$styleable: int GradientColor_android_endColor +wangdaye.com.geometricweather.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_1 +com.turingtechnologies.materialscrollbar.R$attr: int actionBarTabStyle +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_ProgressIndicator_Linear +com.turingtechnologies.materialscrollbar.R$style: int Base_V28_Theme_AppCompat_Light +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeIcePrecipitation +okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex: boolean equals(java.lang.Object) +wangdaye.com.geometricweather.R$id: int topPanel +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable: void run() +androidx.viewpager.widget.PagerTitleStrip: void setGravity(int) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: java.lang.String Link +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_bubble_text_size +okhttp3.internal.Internal: void put(okhttp3.ConnectionPool,okhttp3.internal.connection.RealConnection) +james.adaptiveicon.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight +androidx.transition.R$attr: int fontVariationSettings +wangdaye.com.geometricweather.R$color: int design_default_color_on_background +cyanogenmod.app.suggest.ApplicationSuggestion: int describeContents() cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: void setInteractivity(boolean) -android.didikee.donate.R$id: int spacer -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Metric: double Value -androidx.appcompat.R$color: int material_grey_50 -james.adaptiveicon.R$color: int abc_secondary_text_material_dark -wangdaye.com.geometricweather.R$dimen: int widget_title_text_size -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.lang.String weatherText -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_26 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: java.lang.String getUvIndex() -io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: boolean disconnectedEarly +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void innerComplete(io.reactivex.internal.observers.InnerQueuedObserver) +com.google.android.material.R$string: int mtrl_picker_toggle_to_day_selection +wangdaye.com.geometricweather.R$styleable: int ActionBar_indeterminateProgressStyle +io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: long serialVersionUID +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night Night +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void innerComplete() +com.turingtechnologies.materialscrollbar.R$id: int firstVisible +androidx.lifecycle.FullLifecycleObserverAdapter: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) +wangdaye.com.geometricweather.R$style: int Platform_MaterialComponents +com.google.android.material.R$attr: int prefixTextAppearance +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorContentDescription +androidx.constraintlayout.widget.R$id: int left +androidx.hilt.lifecycle.R$styleable: int ColorStateListItem_android_alpha +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeRealFeelShaderTemperature +wangdaye.com.geometricweather.R$dimen: int material_clock_hand_stroke_width +androidx.appcompat.R$drawable: int abc_list_selector_background_transition_holo_dark +com.turingtechnologies.materialscrollbar.R$attr: int indeterminateProgressStyle +com.google.android.material.R$styleable: int MenuItem_contentDescription +androidx.preference.R$styleable: int SwitchCompat_switchMinWidth +cyanogenmod.weatherservice.ServiceRequestResult: ServiceRequestResult(android.os.Parcel) +androidx.appcompat.R$styleable: int ActionBar_backgroundStacked +wangdaye.com.geometricweather.R$attr: int height +retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: ResultObservable$ResultObserver(io.reactivex.Observer) +okhttp3.MultipartBody: okhttp3.MediaType type() +com.bumptech.glide.R$styleable: int GradientColor_android_startColor +wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_arrowShaftLength +android.didikee.donate.R$id: R$id() +cyanogenmod.platform.Manifest$permission: java.lang.String READ_MSIM_PHONE_STATE +androidx.hilt.work.R$styleable: int FontFamily_fontProviderQuery +android.didikee.donate.R$styleable: int SearchView_closeIcon +com.google.android.material.R$style: int Widget_Design_AppBarLayout +com.jaredrummler.android.colorpicker.R$attr: int preferenceFragmentListStyle +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TimePicker +com.google.android.material.R$color: int material_timepicker_clockface +com.turingtechnologies.materialscrollbar.R$attr: int fabCradleVerticalOffset +com.bumptech.glide.integration.okhttp.R$dimen: int notification_small_icon_size_as_large +androidx.viewpager2.R$attr: int layoutManager +androidx.lifecycle.ProcessLifecycleOwner$2 +androidx.hilt.R$attr: int alpha +cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy: android.os.IBinder mRemote +cyanogenmod.weatherservice.ServiceRequestResult$1: cyanogenmod.weatherservice.ServiceRequestResult createFromParcel(android.os.Parcel) +com.google.android.material.appbar.AppBarLayout$Behavior +james.adaptiveicon.R$color: int foreground_material_light +com.google.android.material.R$styleable: int AppCompatTheme_alertDialogStyle +okhttp3.internal.http1.Http1Codec$ChunkedSink: okio.ForwardingTimeout timeout +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_PopupMenu +wangdaye.com.geometricweather.R$string: int mtrl_picker_announce_current_selection +wangdaye.com.geometricweather.R$dimen: int abc_action_bar_subtitle_bottom_margin_material +androidx.drawerlayout.R$styleable: int GradientColor_android_endColor +james.adaptiveicon.R$drawable: int abc_spinner_textfield_background_material +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder setEncodedQueryParameter(java.lang.String,java.lang.String) +cyanogenmod.providers.DataUsageContract: java.lang.String _ID +android.didikee.donate.R$drawable: int abc_ratingbar_small_material +com.turingtechnologies.materialscrollbar.R$dimen: int disabled_alpha_material_light +androidx.lifecycle.LifecycleRegistry: void addObserver(androidx.lifecycle.LifecycleObserver) +wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout: void setRootColor(int) +com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_endColor +cyanogenmod.app.ProfileManager: java.lang.String INTENT_ACTION_PROFILE_UPDATED +androidx.lifecycle.extensions.R$drawable: int notification_bg +com.jaredrummler.android.colorpicker.R$id: int action_bar_container +androidx.constraintlayout.utils.widget.ImageFilterView: float getSaturation() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModePasteDrawable +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_default +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_counterOverflowTextAppearance +androidx.appcompat.R$styleable: int DrawerArrowToggle_color +okhttp3.CacheControl: boolean mustRevalidate +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: boolean isDisposed() +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: cyanogenmod.app.LiveLockScreenInfo getDefaultLiveLockScreen() +androidx.appcompat.R$dimen: int abc_dialog_min_width_minor +cyanogenmod.hardware.ICMHardwareService$Stub: cyanogenmod.hardware.ICMHardwareService asInterface(android.os.IBinder) +okhttp3.HttpUrl$Builder: int effectivePort() +androidx.viewpager.widget.ViewPager: void setPageMargin(int) +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_suffixTextAppearance +androidx.appcompat.R$attr: int fontVariationSettings +com.google.android.material.R$dimen: int material_cursor_inset_top +com.jaredrummler.android.colorpicker.R$styleable: int View_android_theme +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void onSubscribe(io.reactivex.disposables.Disposable) +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String FORECAST_CONDITION_CODE +androidx.preference.R$styleable: int[] RecycleListView +cyanogenmod.weather.RequestInfo: RequestInfo() +androidx.preference.R$styleable: int GradientColor_android_startY +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionMode +com.google.gson.internal.LazilyParsedNumber: long longValue() +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow +androidx.vectordrawable.R$styleable: int ColorStateListItem_android_color +okio.Timeout$1: okio.Timeout timeout(long,java.util.concurrent.TimeUnit) +okhttp3.Request: okhttp3.CacheControl cacheControl() +wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property Time +com.google.android.material.bottomappbar.BottomAppBar +okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder onlyIfCached() +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Inverse +wangdaye.com.geometricweather.R$id: int activity_widget_config_doneButton +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_49 +androidx.preference.R$drawable: R$drawable() +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored +androidx.preference.R$styleable: int Toolbar_contentInsetStart +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_widgetLayout +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType Count +androidx.preference.R$id: int dialog_button +androidx.core.R$drawable: int notification_bg_low +james.adaptiveicon.R$styleable: int[] ActionMenuItemView +com.google.android.material.R$styleable: int SearchView_closeIcon +wangdaye.com.geometricweather.R$drawable: int notif_temp_87 +com.google.android.material.R$style: int Widget_MaterialComponents_Slider +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu +okhttp3.internal.http2.Hpack$Reader: int nextHeaderIndex +wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider[] values() +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Menu +com.xw.repo.bubbleseekbar.R$color: int material_deep_teal_200 +com.jaredrummler.android.colorpicker.R$styleable: int Preference_selectable +androidx.appcompat.R$dimen: int abc_floating_window_z +io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: void onError(java.lang.Throwable) +cyanogenmod.app.BaseLiveLockManagerService$1: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() +androidx.work.WorkInfo$State: androidx.work.WorkInfo$State valueOf(java.lang.String) +wangdaye.com.geometricweather.R$attr: int behavior_halfExpandedRatio +wangdaye.com.geometricweather.R$id: int widget_day_week_week_3 +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: io.reactivex.ObservableSource second +androidx.preference.R$layout: int preference_information_material +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActivityChooserView +androidx.customview.R$attr: int fontProviderAuthority +androidx.appcompat.widget.ContentFrameLayout: ContentFrameLayout(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_arrowHeadLength +james.adaptiveicon.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item +okhttp3.internal.http2.Http2Connection$7: int val$streamId +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Sun: java.lang.Long rise +okhttp3.internal.ws.WebSocketReader: boolean isControlFrame +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onScreenTurnedOn() +android.didikee.donate.R$style: int Widget_AppCompat_DrawerArrowToggle +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: io.reactivex.subjects.UnicastSubject window +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_ut +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator CAMERA_LAUNCH_VALIDATOR +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse +com.google.android.material.R$color: int mtrl_tabs_ripple_color +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: java.lang.Object clone() +androidx.constraintlayout.widget.ConstraintLayout: void setConstraintSet(androidx.constraintlayout.widget.ConstraintSet) +androidx.preference.R$dimen: int abc_control_padding_material +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void onError(java.lang.Throwable) +androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_ActionBar +android.didikee.donate.R$style: int Base_V22_Theme_AppCompat +com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_check_to_on_mtrl_015 +wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date getMoonSetDate() +com.google.android.material.bottomsheet.BottomSheetBehavior: BottomSheetBehavior(android.content.Context,android.util.AttributeSet) +com.turingtechnologies.materialscrollbar.R$layout: int design_navigation_item_separator +wangdaye.com.geometricweather.R$id: int activity_weather_daily_title +okhttp3.internal.cache.DiskLruCache: void evictAll() +wangdaye.com.geometricweather.common.basic.models.weather.UV: int UV_INDEX_LOW +wangdaye.com.geometricweather.R$attr: int text +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_44 +com.google.android.material.R$styleable: int Constraint_android_transformPivotY +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ProgressIndicator_Linear_Indeterminate +okio.DeflaterSink: void write(okio.Buffer,long) +cyanogenmod.providers.CMSettings$System: java.lang.String DOUBLE_TAP_SLEEP_GESTURE +james.adaptiveicon.R$styleable: int AppCompatTheme_dividerHorizontal +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceFragmentListStyle +androidx.appcompat.R$id: int buttonPanel +com.xw.repo.bubbleseekbar.R$drawable: int abc_seekbar_tick_mark_material +com.google.android.material.slider.Slider: int getTrackHeight() +com.github.rahatarmanahmed.cpv.CircularProgressView: int getColor() +io.reactivex.Observable: io.reactivex.Observable mergeDelayError(io.reactivex.ObservableSource,io.reactivex.ObservableSource) +cyanogenmod.weather.RequestInfo$1 +androidx.constraintlayout.widget.R$attr: int fontWeight +com.google.gson.stream.JsonWriter: java.io.Writer out +androidx.coordinatorlayout.R$id: R$id() +androidx.appcompat.resources.R$id: int accessibility_custom_action_30 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getO3Desc() +wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_active_text_size +wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_translationX +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String LOCK_WALLPAPER_PREVIEW +com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getWindowAnimations() +androidx.constraintlayout.widget.R$layout: int select_dialog_singlechoice_material +android.didikee.donate.R$color: int dim_foreground_disabled_material_light +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd +james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarSplitStyle +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void request(long) +androidx.appcompat.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner +com.xw.repo.bubbleseekbar.R$id: int async +com.jaredrummler.android.colorpicker.R$attr: int buttonBarButtonStyle +okhttp3.Cache$2 +com.xw.repo.bubbleseekbar.R$dimen: int highlight_alpha_material_dark +com.google.android.material.R$styleable: int KeyTimeCycle_android_scaleX +androidx.appcompat.widget.ActionBarOverlayLayout: void setWindowCallback(android.view.Window$Callback) +androidx.recyclerview.widget.RecyclerView: void setAdapter(androidx.recyclerview.widget.RecyclerView$Adapter) +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_expandedOffset +androidx.constraintlayout.widget.R$styleable: int Layout_layout_editor_absoluteY +okio.Segment: okio.Segment unsharedCopy() +okio.Pipe$PipeSource +com.google.android.material.R$attr: int expanded +james.adaptiveicon.R$attr: int ratingBarStyle +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem +cyanogenmod.app.ICMTelephonyManager: boolean isDataConnectionSelectedOnSub(int) +com.xw.repo.bubbleseekbar.R$id: int alertTitle +wangdaye.com.geometricweather.R$layout: int mtrl_picker_header_title_text +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: int size +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintWidth_max +retrofit2.RequestBuilder: okhttp3.Headers$Builder headersBuilder +com.google.android.material.R$attr: int dialogCornerRadius +okhttp3.internal.http2.Settings: Settings() +wangdaye.com.geometricweather.common.basic.models.weather.Base +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_AES_128_GCM_SHA256 +okio.RealBufferedSource: long indexOf(okio.ByteString) +cyanogenmod.hardware.CMHardwareManager: int GAMMA_CALIBRATION_RED_INDEX +wangdaye.com.geometricweather.R$color: int colorTextDark2nd +com.google.android.material.R$layout: int notification_template_part_time +com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_tileMode +com.turingtechnologies.materialscrollbar.R$string: int abc_activitychooserview_choose_application +okhttp3.internal.cache.DiskLruCache: okhttp3.internal.cache.DiskLruCache create(okhttp3.internal.io.FileSystem,java.io.File,int,int,long) +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.Temperature temperature +androidx.constraintlayout.widget.R$id: int none +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_rippleColor +androidx.preference.R$styleable: int AppCompatTheme_colorButtonNormal +retrofit2.RequestBuilder: void addPathParam(java.lang.String,java.lang.String,boolean) +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_SearchView_ActionBar +com.google.android.material.R$animator: int mtrl_card_state_list_anim +com.bumptech.glide.integration.okhttp.R$style: int Widget_Compat_NotificationActionText +wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_margin +androidx.constraintlayout.widget.R$styleable: int Constraint_chainUseRtl +okio.Timeout: Timeout() +okhttp3.ResponseBody$BomAwareReader: java.nio.charset.Charset charset +cyanogenmod.app.ILiveLockScreenManager: void setDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) +wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_3 +wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit: java.lang.String unitAbbreviation +com.google.android.material.R$attr: int materialAlertDialogTheme +wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle DAILY +io.reactivex.internal.observers.LambdaObserver: io.reactivex.functions.Consumer onNext +androidx.vectordrawable.animated.R$color: int notification_icon_bg_color +androidx.preference.R$styleable: int Preference_isPreferenceVisible +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Ice: java.lang.String Unit +okhttp3.WebSocket$Factory: okhttp3.WebSocket newWebSocket(okhttp3.Request,okhttp3.WebSocketListener) +james.adaptiveicon.R$dimen: int hint_alpha_material_light +okhttp3.CertificatePinner$Pin: java.lang.String toString() +cyanogenmod.providers.CMSettings$System: java.lang.String HOME_WAKE_SCREEN +androidx.appcompat.view.menu.ListMenuItemView: void setTitle(java.lang.CharSequence) +cyanogenmod.providers.CMSettings$System: float getFloatForUser(android.content.ContentResolver,java.lang.String,float,int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: java.lang.String logo +androidx.viewpager.R$styleable: int[] ColorStateListItem +com.google.android.material.R$style: int TestThemeWithLineHeightDisabled +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: int type +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Light_BottomSheetDialog +okhttp3.Request: okhttp3.Headers headers +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter jsonValue(java.lang.String) +wangdaye.com.geometricweather.R$id: int container_main_sun_moon_sun_icon +com.google.android.material.R$dimen: int mtrl_calendar_title_baseline_to_top +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum Maximum +com.google.android.material.R$styleable: int ShapeAppearance_cornerFamilyTopRight +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_backgroundSplit +io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: ObservableConcatWithCompletable$ConcatWithObserver(io.reactivex.Observer,io.reactivex.CompletableSource) +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleTextAppearance +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_editTextColor +com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState FAILED +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintWidth_percent +io.reactivex.exceptions.OnErrorNotImplementedException: OnErrorNotImplementedException(java.lang.String,java.lang.Throwable) +com.xw.repo.bubbleseekbar.R$attr: int bsb_thumb_text_color +androidx.constraintlayout.widget.R$attr: int spinnerDropDownItemStyle +io.reactivex.internal.observers.InnerQueuedObserver: void dispose() +androidx.cardview.widget.CardView: void setMinimumHeight(int) +wangdaye.com.geometricweather.db.entities.LocationEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.LocationEntity) +androidx.loader.R$dimen +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen: java.lang.String Category +androidx.swiperefreshlayout.R$styleable: int GradientColor_android_centerColor +androidx.fragment.R$style: int Widget_Compat_NotificationActionText +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator CALL_RECORDING_FORMAT_VALIDATOR +wangdaye.com.geometricweather.R$attr: int bottom_text_color +com.turingtechnologies.materialscrollbar.R$layout: int design_navigation_menu +james.adaptiveicon.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated +james.adaptiveicon.R$style: int Animation_AppCompat_Tooltip +com.turingtechnologies.materialscrollbar.R$color: int mtrl_chip_close_icon_tint +com.google.android.material.R$layout: int material_time_chip +com.google.android.material.button.MaterialButton: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: boolean isDisposed() +androidx.vectordrawable.animated.R$dimen: int notification_right_icon_size +wangdaye.com.geometricweather.db.entities.LocationEntityDao: boolean hasKey(java.lang.Object) +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_AM_PM_VALIDATOR +com.google.gson.FieldNamingPolicy$3: java.lang.String translateName(java.lang.reflect.Field) +com.google.android.material.R$attr: int cornerFamily +com.bumptech.glide.R$string +io.reactivex.Observable: io.reactivex.Observable subscribeOn(io.reactivex.Scheduler) +com.google.android.material.chip.Chip: void setCloseIconEnabledResource(int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_shapeAppearanceOverlay +com.jaredrummler.android.colorpicker.R$attr: int actionBarTabStyle +wangdaye.com.geometricweather.R$id: int scrollable +com.turingtechnologies.materialscrollbar.R$styleable: int[] ButtonBarLayout +james.adaptiveicon.R$styleable: int AppCompatTextView_android_textAppearance +androidx.preference.R$styleable: int Toolbar_titleMargins +androidx.viewpager2.R$dimen: int compat_notification_large_icon_max_width +wangdaye.com.geometricweather.R$string: int abc_action_bar_up_description +androidx.transition.R$attr: int fontProviderAuthority +wangdaye.com.geometricweather.db.entities.WeatherEntity: long getPublishTime() +androidx.appcompat.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated +com.google.android.material.R$styleable: int MotionTelltales_telltales_velocityMode +wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: SwipeSwitchLayout(android.content.Context) +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode +com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_default_mtrl_shape +com.google.android.material.R$attr: int fontVariationSettings +com.google.android.material.R$styleable: int AppCompatTheme_actionBarItemBackground +cyanogenmod.os.Concierge$ParcelInfo: Concierge$ParcelInfo(android.os.Parcel) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: int hasRain +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: int hasSeaBulletin +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: java.util.concurrent.atomic.AtomicLong requested +androidx.preference.R$attr: int initialExpandedChildrenCount +okhttp3.internal.http.RealInterceptorChain: java.util.List interceptors +okhttp3.Request +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_peekHeight +com.google.android.material.R$style: int Base_Widget_MaterialComponents_Snackbar +com.google.android.material.R$drawable: int material_ic_clear_black_24dp +androidx.customview.R$id: int line1 +wangdaye.com.geometricweather.R$attr: int materialButtonToggleGroupStyle +androidx.lifecycle.ReflectiveGenericLifecycleObserver +james.adaptiveicon.R$id: int decor_content_parent +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_PopupMenu +wangdaye.com.geometricweather.R$attr: int chipStartPadding +cyanogenmod.weather.RequestInfo: cyanogenmod.weather.IRequestInfoListener access$102(cyanogenmod.weather.RequestInfo,cyanogenmod.weather.IRequestInfoListener) +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: void onError(java.lang.Throwable) +com.turingtechnologies.materialscrollbar.R$styleable: int CardView_cardUseCompatPadding +wangdaye.com.geometricweather.R$attr: int cpv_alphaChannelText +org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database getWritableDb() +androidx.appcompat.R$drawable: int notification_bg_low_normal +androidx.lifecycle.LiveData: boolean mDispatchingValue +com.google.android.material.textfield.TextInputLayout: android.graphics.drawable.Drawable getErrorIconDrawable() +wangdaye.com.geometricweather.db.entities.LocationEntityDao: LocationEntityDao(org.greenrobot.greendao.internal.DaoConfig) +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer relativeHumidity +androidx.hilt.R$id: int fragment_container_view_tag +wangdaye.com.geometricweather.R$array: int speed_unit_values +cyanogenmod.weather.WeatherInfo$DayForecast: WeatherInfo$DayForecast(android.os.Parcel,cyanogenmod.weather.WeatherInfo$1) +androidx.legacy.coreutils.R$style: int Widget_Compat_NotificationActionContainer +android.didikee.donate.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_height +wangdaye.com.geometricweather.common.ui.widgets.AnimatableIconView: AnimatableIconView(android.content.Context,android.util.AttributeSet,int) +androidx.preference.R$styleable: int PreferenceFragmentCompat_android_dividerHeight +com.jaredrummler.android.colorpicker.R$attr: int autoSizePresetSizes +okio.Source: void close() +com.google.android.material.R$drawable: int material_ic_menu_arrow_up_black_24dp +androidx.preference.R$styleable: int ActionBar_background +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: void setValue(java.util.List) +com.google.android.material.R$style: int Base_V28_Theme_AppCompat +androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPreStopped(android.app.Activity) +wangdaye.com.geometricweather.R$layout: int text_view_with_line_height_from_style +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_SearchResult_Title +cyanogenmod.providers.ThemesContract: ThemesContract() +cyanogenmod.weather.WeatherLocation$Builder: cyanogenmod.weather.WeatherLocation build() +android.didikee.donate.R$styleable: int AppCompatTextView_textAllCaps +wangdaye.com.geometricweather.R$attr: int borderWidth +androidx.viewpager.R$style: int Widget_Compat_NotificationActionContainer +com.google.android.material.progressindicator.ProgressIndicator: ProgressIndicator(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index +james.adaptiveicon.R$color: int tooltip_background_dark +androidx.appcompat.R$styleable +cyanogenmod.providers.CMSettings$Global: boolean putStringForUser(android.content.ContentResolver,java.lang.String,java.lang.String,int) +androidx.appcompat.view.menu.ActionMenuItemView: void setCheckable(boolean) +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: ObservableConcatMap$SourceObserver(io.reactivex.Observer,io.reactivex.functions.Function,int) +com.xw.repo.bubbleseekbar.R$dimen: int notification_action_icon_size +androidx.constraintlayout.widget.R$styleable: int Layout_constraint_referenced_ids +androidx.preference.R$style: int Preference_DialogPreference_EditTextPreference_Material +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setScaleX(float) +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +androidx.coordinatorlayout.R$attr: int fontProviderAuthority +wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode getInstance(java.lang.String) +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_getLiveLockScreenEnabled +androidx.preference.R$attr: int background +androidx.appcompat.resources.R$drawable: int abc_vector_test +com.google.android.material.R$attr: int tabSelectedTextColor +wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_moonPhaseText +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language ENGLISH_US +wangdaye.com.geometricweather.R$attr: int tabPaddingBottom +wangdaye.com.geometricweather.db.entities.DailyEntity: void setGrassIndex(java.lang.Integer) +com.google.android.material.timepicker.ClockFaceView +wangdaye.com.geometricweather.R$color: int mtrl_btn_text_btn_bg_color_selector +wangdaye.com.geometricweather.R$drawable: int abc_scrubber_track_mtrl_alpha +wangdaye.com.geometricweather.R$id: int src_over +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_queryBackground +android.didikee.donate.R$style: int Base_Animation_AppCompat_Dialog +io.reactivex.Observable: io.reactivex.Observable mergeDelayError(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource) +com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage FINISHED +com.bumptech.glide.integration.okhttp.R$attr: int statusBarBackground +cyanogenmod.weather.WeatherInfo: java.lang.String access$1402(cyanogenmod.weather.WeatherInfo,java.lang.String) +com.github.rahatarmanahmed.cpv.CircularProgressView$6: CircularProgressView$6(com.github.rahatarmanahmed.cpv.CircularProgressView) +androidx.viewpager2.R$id: int accessibility_custom_action_23 +com.turingtechnologies.materialscrollbar.R$style: int Base_AlertDialog_AppCompat_Light +wangdaye.com.geometricweather.R$attr: int transitionEasing +com.google.android.material.R$styleable: int ConstraintSet_barrierAllowsGoneWidgets +com.google.android.material.R$styleable: int Layout_layout_constraintBaseline_creator +wangdaye.com.geometricweather.R$id: int activity_card_display_manage_appBar +com.jaredrummler.android.colorpicker.R$color: int primary_material_dark +wangdaye.com.geometricweather.settings.fragments.NotificationColorSettingsFragment +com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_fastScrollEnabled +org.greenrobot.greendao.AbstractDaoMaster: int schemaVersion +okio.ByteString: okio.ByteString of(java.nio.ByteBuffer) +com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_PopupMenu +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_dialogPreferenceStyle +cyanogenmod.app.Profile$ExpandedDesktopMode: int DEFAULT +com.xw.repo.bubbleseekbar.R$dimen: int notification_top_pad_large_text +androidx.appcompat.widget.SwitchCompat: boolean getTargetCheckedState() +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight_NoActionBar +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_at +com.turingtechnologies.materialscrollbar.R$id: int action_bar_title +wangdaye.com.geometricweather.R$styleable: int Preference_icon +wangdaye.com.geometricweather.R$attr: int bsb_show_section_text +com.turingtechnologies.materialscrollbar.R$styleable: int CardView_cardMaxElevation +io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver +james.adaptiveicon.R$style: int Widget_Compat_NotificationActionContainer +android.support.v4.os.ResultReceiver: ResultReceiver(android.os.Handler) +com.google.android.material.R$drawable: int abc_text_select_handle_middle_mtrl_dark +cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent OVERLAY +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningMaxCountItems: MfWarningsResult$WarningMaxCountItems() +wangdaye.com.geometricweather.R$animator: int weather_partly_cloudy_day_1 +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub: java.lang.String DESCRIPTOR +androidx.preference.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_1 +okhttp3.internal.cache.DiskLruCache$Snapshot: long getLength(int) +androidx.lifecycle.SavedStateHandle: androidx.lifecycle.MutableLiveData getLiveDataInternal(java.lang.String,boolean,java.lang.Object) +okio.BufferedSource: int readIntLe() +io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: ObservableTimer$TimerObserver(io.reactivex.Observer) +com.jaredrummler.android.colorpicker.R$style: int Preference_Category_Material +wangdaye.com.geometricweather.R$styleable: int ArcProgress_text +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setTextAppearanceInactive(int) +retrofit2.http.PUT: java.lang.String value() +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_BATTERY_STYLE_VALIDATOR +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String moonPhaseDescription +androidx.appcompat.R$attr: int iconTint +android.didikee.donate.R$styleable: int AppCompatTheme_activityChooserViewStyle +android.didikee.donate.R$attr: int title +wangdaye.com.geometricweather.R$attr: int flow_lastHorizontalStyle +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: void onError(java.lang.Throwable) +cyanogenmod.app.IProfileManager$Stub$Proxy: boolean profileExists(android.os.ParcelUuid) +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean getPrecipitationProbability() +androidx.preference.R$styleable: int[] FontFamilyFont +wangdaye.com.geometricweather.R$array: int duration_units +androidx.hilt.work.R$drawable: R$drawable() +wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemBackground +cyanogenmod.profiles.RingModeSettings: void writeToParcel(android.os.Parcel,int) +wangdaye.com.geometricweather.R$attr: int arrowShaftLength +com.google.android.material.R$attr: int layout_constraintGuide_begin +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeRealFeelTemperature +androidx.constraintlayout.widget.R$id: int search_go_btn +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: java.util.concurrent.atomic.AtomicInteger wip +androidx.constraintlayout.widget.R$attr: int onTouchUp +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: java.lang.String getZh_TW() +okhttp3.internal.connection.RouteSelector: java.util.List proxies +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_activityChooserViewStyle +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ProgressBar +androidx.hilt.R$color: int secondary_text_default_material_light +com.google.android.material.R$layout: int design_text_input_start_icon +cyanogenmod.app.CustomTile: java.lang.String contentDescription +com.google.android.material.R$id: int slide +wangdaye.com.geometricweather.R$layout: int activity_allergen +androidx.constraintlayout.widget.R$id: int search_button +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void cancelAll() +androidx.constraintlayout.widget.R$styleable: int PopupWindow_overlapAnchor +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: void onError(java.lang.Throwable) +cyanogenmod.externalviews.KeyguardExternalView: void onLockscreenSlideOffsetChanged(float) +james.adaptiveicon.R$styleable: int Toolbar_android_minHeight +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_android_maxWidth +james.adaptiveicon.R$style: int Theme_AppCompat_Light_Dialog_Alert +james.adaptiveicon.R$attr: int backgroundTint +com.google.android.material.R$styleable: int MaterialTextView_android_lineHeight +com.bumptech.glide.R$styleable: int GradientColor_android_centerX +android.didikee.donate.R$styleable: int LinearLayoutCompat_dividerPadding +james.adaptiveicon.R$attr: int dropdownListPreferredItemHeight +androidx.swiperefreshlayout.R$styleable: int SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor +com.google.android.material.R$dimen: int abc_action_bar_content_inset_material +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_goneMarginRight +io.reactivex.internal.queue.SpscArrayQueue: java.util.concurrent.atomic.AtomicLong consumerIndex +androidx.preference.R$attr: int colorPrimaryDark +com.google.android.material.card.MaterialCardView: int getContentPaddingBottom() +com.google.android.material.R$styleable: int AppCompatTheme_windowFixedHeightMinor +com.google.android.material.R$dimen: int cardview_default_elevation +james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat_ActionBar +james.adaptiveicon.R$attr: int colorError +androidx.constraintlayout.widget.R$id: int content +androidx.appcompat.R$id: int accessibility_custom_action_3 +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_98 +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceListItem +com.google.android.material.R$styleable: int AppCompatTheme_textColorSearchUrl +com.google.android.material.R$styleable: int StateListDrawableItem_android_drawable +james.adaptiveicon.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow +okhttp3.logging.HttpLoggingInterceptor: boolean isPlaintext(okio.Buffer) +android.didikee.donate.R$style: int Base_Theme_AppCompat_Light +wangdaye.com.geometricweather.R$style: int AlertDialog_AppCompat +com.google.android.material.R$style: int Widget_MaterialComponents_CompoundButton_CheckBox +wangdaye.com.geometricweather.R$string: int phase_waxing_gibbous +android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon +com.google.android.material.R$styleable: int PropertySet_motionProgress +james.adaptiveicon.R$styleable: int ViewStubCompat_android_inflatedId +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult +com.xw.repo.bubbleseekbar.R$id: int search_src_text +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int pm10 +com.google.android.material.R$attr: int materialCalendarHeaderDivider +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float getPressure() +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_radioButtonStyle +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter endObject() +com.jaredrummler.android.colorpicker.R$attr: int actionBarWidgetTheme +androidx.appcompat.resources.R$id: int accessibility_custom_action_31 +wangdaye.com.geometricweather.R$string: int settings_notification_can_be_cleared_off +okhttp3.internal.cache.InternalCache +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Rain +com.turingtechnologies.materialscrollbar.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable +cyanogenmod.weather.CMWeatherManager$1$1: java.lang.String val$providerName +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_addNotificationGroup +io.reactivex.Observable: io.reactivex.Observable window(long,long,int) +retrofit2.ParameterHandler$1: ParameterHandler$1(retrofit2.ParameterHandler) +androidx.appcompat.resources.R$id: int accessibility_custom_action_26 +com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges +wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActivityChooserView +wangdaye.com.geometricweather.R$dimen: int little_weather_icon_container_size +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_81 +okhttp3.internal.http1.Http1Codec: Http1Codec(okhttp3.OkHttpClient,okhttp3.internal.connection.StreamAllocation,okio.BufferedSource,okio.BufferedSink) +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Integer relativeHumidityMax +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: java.lang.Throwable error +wangdaye.com.geometricweather.R$dimen: int mtrl_tooltip_padding +okhttp3.internal.http2.Settings: boolean isSet(int) +com.google.android.material.R$string: int mtrl_picker_date_header_unselected +retrofit2.RequestBuilder: void setRelativeUrl(java.lang.Object) +androidx.appcompat.R$attr: int editTextColor +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Display2 +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$2: void run() +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_RatingBar +james.adaptiveicon.R$drawable: int abc_tab_indicator_material +cyanogenmod.app.Profile$TriggerState: int ON_CONNECT +com.google.android.material.R$styleable: int View_paddingStart +com.xw.repo.bubbleseekbar.R$attr: int bsb_track_color +wangdaye.com.geometricweather.R$layout: int widget_clock_day_symmetry +wangdaye.com.geometricweather.R$attr: int progressBarStyle +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceImageView_android_maxHeight +com.google.android.material.R$attr: int counterEnabled +okhttp3.Authenticator$1 +com.google.android.material.R$attr: int percentY +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.google.android.material.R$string: int bottom_sheet_behavior +android.didikee.donate.R$attr: int splitTrack +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_star_half_black_48dp +androidx.appcompat.R$id: int expand_activities_button +wangdaye.com.geometricweather.R$layout: int mtrl_picker_header_selection_text +io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone: java.lang.String Code +android.didikee.donate.R$style: int Widget_AppCompat_Button_Borderless_Colored +com.google.android.material.button.MaterialButton: void setBackgroundDrawable(android.graphics.drawable.Drawable) +androidx.lifecycle.SavedStateHandleController: SavedStateHandleController(java.lang.String,androidx.lifecycle.SavedStateHandle) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionMenuTextAppearance +androidx.core.R$style +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_Alert_Bridge +com.google.android.material.R$styleable: int MaterialTextAppearance_android_lineHeight +androidx.hilt.R$drawable: int notification_bg_low_normal +okhttp3.internal.cache.CacheStrategy$Factory: long receivedResponseMillis +androidx.appcompat.R$attr: int fontStyle +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: void onComplete() +androidx.lifecycle.extensions.R$dimen: int compat_button_padding_vertical_material +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Menu +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_fontFamily +wangdaye.com.geometricweather.R$anim: int fragment_open_enter +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Headline +androidx.constraintlayout.widget.R$string: R$string() +wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge +androidx.work.R$dimen: int notification_top_pad +cyanogenmod.app.CustomTile$GridExpandedStyle: void setGridItems(java.util.ArrayList) +wangdaye.com.geometricweather.R$attr: int windowFixedHeightMajor +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getWeatherSource() +wangdaye.com.geometricweather.R$styleable: int ShapeableImageView_shapeAppearanceOverlay +wangdaye.com.geometricweather.R$styleable: int SwitchPreference_android_disableDependentsState +com.google.android.material.progressindicator.ProgressIndicator: void setIndicatorCornerRadius(int) +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal +wangdaye.com.geometricweather.R$array: int air_quality_unit_values +androidx.viewpager2.R$dimen: int notification_small_icon_size_as_large +okhttp3.internal.http2.Huffman$Node: int terminalBits +cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler: WeatherProviderService$ServiceHandler(cyanogenmod.weatherservice.WeatherProviderService,android.os.Looper) +androidx.vectordrawable.animated.R$dimen: int compat_notification_large_icon_max_height +okhttp3.internal.cache.DiskLruCache$3: DiskLruCache$3(okhttp3.internal.cache.DiskLruCache) +wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.String getDescription() +com.google.android.material.tabs.TabLayout: void removeOnTabSelectedListener(com.google.android.material.tabs.TabLayout$OnTabSelectedListener) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric: java.lang.String Unit +com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity +wangdaye.com.geometricweather.R$styleable: int MultiSelectListPreference_entries +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintStart_toEndOf +wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView: TrendRecyclerView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerSizeBottomLeft +wangdaye.com.geometricweather.R$id: int confirm_button +io.reactivex.internal.disposables.DisposableHelper: void reportDisposableSet() +james.adaptiveicon.R$style: int Base_Widget_AppCompat_EditText +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void alterWindow(int,int,int,int,boolean,android.graphics.Rect) +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_lastVerticalBias +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_searchViewStyle +com.google.android.material.internal.NavigationMenuItemView: void setChecked(boolean) +io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: void dispose() +okhttp3.internal.http2.Settings: int getMaxConcurrentStreams(int) +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay CARD_DAILY_OVERVIEW +androidx.appcompat.resources.R$id: int accessibility_custom_action_4 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: boolean modifyInHour +cyanogenmod.themes.IThemeChangeListener: void onFinish(boolean) +android.support.v4.os.ResultReceiver: android.os.Handler mHandler +io.reactivex.Observable: io.reactivex.Observable take(long) +org.greenrobot.greendao.AbstractDao: long insertInsideTx(java.lang.Object,org.greenrobot.greendao.database.DatabaseStatement) +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setTemperature(int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: void setDirection(java.lang.String) +retrofit2.OptionalConverterFactory$OptionalConverter: java.lang.Object convert(java.lang.Object) +wangdaye.com.geometricweather.R$drawable: int flag_ro +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense +com.google.android.material.R$styleable: int Constraint_layout_constraintEnd_toEndOf +wangdaye.com.geometricweather.R$attr: int layout_goneMarginBottom +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_goneMarginLeft +com.google.android.material.R$attr: int itemTextColor +androidx.lifecycle.Lifecycling$1: androidx.lifecycle.LifecycleEventObserver val$observer +cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: java.lang.String RINGTONE +android.didikee.donate.R$style: int Base_Widget_AppCompat_ListView_DropDown +android.didikee.donate.R$styleable: int ViewStubCompat_android_id +androidx.fragment.R$id: int accessibility_custom_action_21 +wangdaye.com.geometricweather.R$dimen: int tooltip_y_offset_touch +com.turingtechnologies.materialscrollbar.R$attr: int autoSizePresetSizes +wangdaye.com.geometricweather.R$id: int widget_day_week_icon +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow +okhttp3.internal.http2.Http2Codec: okhttp3.Interceptor$Chain chain +wangdaye.com.geometricweather.R$attr: int layout_editor_absoluteX +wangdaye.com.geometricweather.R$color: int mtrl_textinput_filled_box_default_background_color +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle +wangdaye.com.geometricweather.R$id: int textinput_counter +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: java.lang.String getDensityVoice(android.content.Context,float) +okhttp3.internal.http2.Settings: int getHeaderTableSize() +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: boolean setOther(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean +com.jaredrummler.android.colorpicker.R$attr: int actionModeShareDrawable +okhttp3.internal.ws.WebSocketReader: boolean isClient +wangdaye.com.geometricweather.R$styleable: int KeyPosition_curveFit +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Display4 +com.xw.repo.bubbleseekbar.R$dimen: int abc_progress_bar_height_material +android.didikee.donate.R$drawable: int abc_ic_ab_back_material +wangdaye.com.geometricweather.R$style: int spinner_item +wangdaye.com.geometricweather.R$dimen: int preference_seekbar_padding_vertical +wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree daytimeWindDegree +androidx.appcompat.R$styleable: int AppCompatTextView_drawableTint +androidx.preference.R$style: int Widget_AppCompat_SearchView_ActionBar +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType DeleteByKey +androidx.preference.R$styleable: int Preference_order +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_statusBarScrim +okio.Buffer: okio.Buffer write(byte[]) +com.google.android.material.R$styleable: int Chip_android_textAppearance +okhttp3.CacheControl$Builder: boolean noStore +okhttp3.internal.http2.Http2Writer: java.util.logging.Logger logger +cyanogenmod.hardware.IThermalListenerCallback$Stub: int TRANSACTION_onThermalChanged_0 +androidx.appcompat.R$id: int spacer +androidx.preference.R$attr: int titleMargins +cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_NOTIF_COUNT +okio.ByteString: int compareTo(okio.ByteString) +wangdaye.com.geometricweather.common.ui.widgets.trend.TrendLayoutManager +com.google.gson.internal.LinkedTreeMap: java.util.Set keySet() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: void setUnit(java.lang.String) +com.xw.repo.bubbleseekbar.R$id: int message +okio.BufferedSource: boolean rangeEquals(long,okio.ByteString,int,int) +com.google.android.material.R$layout: int text_view_with_theme_line_height +io.reactivex.internal.subscriptions.SubscriptionArbiter: boolean cancelled +com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: CircularRevealCoordinatorLayout(android.content.Context,android.util.AttributeSet) +com.turingtechnologies.materialscrollbar.R$attr: int layout_insetEdge +com.turingtechnologies.materialscrollbar.R$dimen: int cardview_default_elevation +wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.Object getKey(java.lang.Object) +wangdaye.com.geometricweather.R$attr: int maxImageSize +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure +wangdaye.com.geometricweather.R$id: int clip_horizontal +androidx.vectordrawable.R$styleable: int FontFamilyFont_android_fontStyle +com.google.android.material.R$string: int abc_activity_chooser_view_see_all +cyanogenmod.app.ProfileGroup$Mode: cyanogenmod.app.ProfileGroup$Mode OVERRIDE +james.adaptiveicon.R$drawable: int abc_ic_commit_search_api_mtrl_alpha +james.adaptiveicon.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog +com.google.android.material.R$styleable: int SearchView_searchHintIcon +cyanogenmod.app.CustomTile$ExpandedListItem: void setExpandedListItemTitle(java.lang.String) +androidx.lifecycle.ProcessLifecycleOwner$3$1: void onActivityPostStarted(android.app.Activity) +wangdaye.com.geometricweather.R$styleable: int[] DialogPreference +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_40 +retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: io.reactivex.Observer observer +androidx.appcompat.widget.AppCompatTextView: void setTextClassifier(android.view.textclassifier.TextClassifier) +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_SearchView +androidx.work.ExistingWorkPolicy: androidx.work.ExistingWorkPolicy REPLACE +cyanogenmod.providers.CMSettings$Global: int getInt(android.content.ContentResolver,java.lang.String) +com.xw.repo.bubbleseekbar.R$attr: int activityChooserViewStyle +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse +wangdaye.com.geometricweather.R$string: int precipitation +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_icon_2 +androidx.preference.R$dimen: int abc_panel_menu_list_width +okio.AsyncTimeout: okio.AsyncTimeout next +android.didikee.donate.R$color: R$color() +android.didikee.donate.R$id: int action_image +com.google.android.material.R$dimen: int abc_text_size_small_material +wangdaye.com.geometricweather.R$styleable: int[] LinearLayoutCompat_Layout +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_min +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHorizontal_bias +wangdaye.com.geometricweather.db.entities.LocationEntity: boolean china +com.google.android.material.R$styleable: int CollapsingToolbarLayout_title +wangdaye.com.geometricweather.R$styleable: int SlidingItemContainerLayout_backgroundColorEnd +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property UvIndex +wangdaye.com.geometricweather.db.entities.DailyEntity: void setTime(long) +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_contentInsetEndWithActions +com.google.android.material.switchmaterial.SwitchMaterial +androidx.appcompat.app.AlertController$RecycleListView +androidx.appcompat.R$styleable: int AppCompatTheme_dropDownListViewStyle +wangdaye.com.geometricweather.main.fragments.ManagementFragment: ManagementFragment() +okio.ByteString: okio.ByteString hmacSha256(okio.ByteString) +wangdaye.com.geometricweather.R$styleable: int OnSwipe_maxAcceleration +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String so2 +com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert +com.jaredrummler.android.colorpicker.R$attr: int colorPrimaryDark +androidx.vectordrawable.R$color +android.didikee.donate.R$styleable: int AppCompatTheme_actionModePasteDrawable +com.google.android.material.R$styleable: int AppCompatTheme_switchStyle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial +wangdaye.com.geometricweather.R$attr: int boxBackgroundColor +com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_max_width +retrofit2.ParameterHandler$RawPart +wangdaye.com.geometricweather.R$drawable: int notif_temp_93 +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getProfile +androidx.hilt.R$attr: int fontProviderPackage +com.google.android.material.R$string: int mtrl_picker_range_header_only_end_selected +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange Past24HourRange +wangdaye.com.geometricweather.R$id: int item +androidx.core.view.GestureDetectorCompat: void setOnDoubleTapListener(android.view.GestureDetector$OnDoubleTapListener) +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Button_Small +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored +wangdaye.com.geometricweather.R$layout: int mtrl_calendar_year +wangdaye.com.geometricweather.R$id: int experience +com.turingtechnologies.materialscrollbar.R$layout: int abc_list_menu_item_checkbox +wangdaye.com.geometricweather.R$id: int never +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableLeftCompat +okhttp3.Cookie: boolean equals(java.lang.Object) +wangdaye.com.geometricweather.common.basic.models.weather.Weather: Weather(wangdaye.com.geometricweather.common.basic.models.weather.Base,wangdaye.com.geometricweather.common.basic.models.weather.Current,wangdaye.com.geometricweather.common.basic.models.weather.History,java.util.List,java.util.List,java.util.List,java.util.List) +cyanogenmod.weather.CMWeatherManager: android.content.Context mContext +okhttp3.internal.http2.Http2Writer: void headers(boolean,int,java.util.List) +androidx.appcompat.R$color: int abc_tint_default +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_subtitleTextStyle +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: void setProvince(java.lang.String) +io.reactivex.internal.util.EmptyComponent +com.xw.repo.bubbleseekbar.R$color: int material_blue_grey_900 +androidx.appcompat.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset +androidx.constraintlayout.widget.R$styleable: int[] RecycleListView +cyanogenmod.app.CustomTile$ExpandedStyle$1: CustomTile$ExpandedStyle$1() +androidx.fragment.app.FragmentManagerState: android.os.Parcelable$Creator CREATOR +okhttp3.internal.http1.Http1Codec: void cancel() +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: io.reactivex.internal.queue.SpscLinkedArrayQueue queue +com.bumptech.glide.Registry$MissingComponentException +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintRight_toRightOf +james.adaptiveicon.R$color: int bright_foreground_material_light +io.reactivex.Observable: io.reactivex.Observable concatArrayEager(int,int,io.reactivex.ObservableSource[]) +androidx.appcompat.R$styleable: int FontFamily_fontProviderPackage +androidx.constraintlayout.widget.R$id: int action_bar +com.google.android.material.R$attr: int drawableLeftCompat +com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable +androidx.vectordrawable.R$drawable: int notification_bg_low_pressed +androidx.core.R$color +wangdaye.com.geometricweather.R$styleable: int GradientColor_android_gradientRadius +io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: long index +com.google.android.material.R$styleable: int AnimatedStateListDrawableTransition_android_drawable +wangdaye.com.geometricweather.R$drawable: int widget_card_dark_20 +com.google.android.material.R$styleable: int ConstraintSet_android_pivotX +androidx.work.InputMerger: InputMerger() +wangdaye.com.geometricweather.R$attr: int hintEnabled +androidx.loader.R$drawable: int notification_bg_low_normal +com.xw.repo.BubbleSeekBar: BubbleSeekBar(android.content.Context,android.util.AttributeSet) +com.jaredrummler.android.colorpicker.R$attr: int cpv_alphaChannelVisible +wangdaye.com.geometricweather.R$id: int container_main_first_card_header +wangdaye.com.geometricweather.R$dimen: int mtrl_high_ripple_focused_alpha +androidx.preference.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_ICONS +androidx.preference.R$drawable: int abc_btn_borderless_material +androidx.viewpager.R$attr: int fontProviderPackage +wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: SwipeSwitchLayout(android.content.Context,android.util.AttributeSet,int) +cyanogenmod.profiles.AirplaneModeSettings: AirplaneModeSettings() +com.bumptech.glide.integration.okhttp.R$id: int line3 +androidx.appcompat.view.menu.CascadingMenuPopup +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric: double Value +androidx.constraintlayout.motion.widget.MotionLayout: void setTransitionDuration(int) +com.google.gson.internal.LazilyParsedNumber: java.lang.String toString() +wangdaye.com.geometricweather.R$layout: int mtrl_alert_dialog_title +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setAqiText(java.lang.String) +android.didikee.donate.R$drawable: int notification_template_icon_low_bg +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +com.turingtechnologies.materialscrollbar.R$attr: int tabGravity +retrofit2.BuiltInConverters$VoidResponseBodyConverter: BuiltInConverters$VoidResponseBodyConverter() +com.google.android.material.R$dimen: int mtrl_calendar_year_vertical_padding +androidx.activity.R$dimen: int compat_control_corner_material +androidx.preference.R$style: int Widget_AppCompat_TextView androidx.preference.R$style: int Base_Widget_AppCompat_Spinner_Underlined -wangdaye.com.geometricweather.R$drawable: int weather_wind_mini_xml -androidx.legacy.coreutils.R$drawable -james.adaptiveicon.R$id: int notification_background -okhttp3.Cookie$Builder: okhttp3.Cookie$Builder domain(java.lang.String) -james.adaptiveicon.R$attr: int buttonStyleSmall -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ListView_Menu -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String FORECAST_HIGH -wangdaye.com.geometricweather.R$attr: int suggestionRowLayout -james.adaptiveicon.R$attr: int queryBackground -cyanogenmod.externalviews.KeyguardExternalView: void onDetachedFromWindow() -wangdaye.com.geometricweather.R$drawable: int weather_snow_2 -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_PopupMenu -androidx.preference.R$id: int decor_content_parent -androidx.hilt.work.R$color: int notification_icon_bg_color -com.google.android.material.textfield.TextInputLayout: void setCounterOverflowTextColor(android.content.res.ColorStateList) -com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawable_android_dither -okhttp3.internal.http.RetryAndFollowUpInterceptor: okhttp3.Address createAddress(okhttp3.HttpUrl) -com.jaredrummler.android.colorpicker.R$dimen: int abc_alert_dialog_button_dimen -com.turingtechnologies.materialscrollbar.Indicator -android.didikee.donate.R$attr: int actionModePasteDrawable -com.google.android.material.R$attr: int tabUnboundedRipple -androidx.constraintlayout.widget.R$drawable: int abc_btn_radio_to_on_mtrl_000 -androidx.appcompat.R$styleable: int AppCompatTheme_selectableItemBackground -wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_startAngle -cyanogenmod.os.Concierge$ParcelInfo: int getParcelVersion() -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float total -androidx.preference.MultiSelectListPreferenceDialogFragmentCompat -wangdaye.com.geometricweather.common.basic.models.weather.Astro -com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableItem_android_id -james.adaptiveicon.R$dimen: int notification_small_icon_background_padding -wangdaye.com.geometricweather.R$style: int Preference_SwitchPreferenceCompat +cyanogenmod.externalviews.KeyguardExternalView: KeyguardExternalView(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: void setPosition(int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Metric: AccuCurrentResult$WindGust$Speed$Metric() +wangdaye.com.geometricweather.R$attr: int layout_constraintCircle +com.google.android.material.textfield.TextInputLayout: android.graphics.drawable.Drawable getEndIconDrawable() +wangdaye.com.geometricweather.db.entities.HourlyEntity: int getTemperature() +androidx.appcompat.R$attr: int ttcIndex +com.bumptech.glide.integration.okhttp.R$string: R$string() +com.google.android.material.R$drawable: int notification_icon_background +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: java.lang.String unitId +com.jaredrummler.android.colorpicker.R$id: int wrap_content +wangdaye.com.geometricweather.R$attr: int dialogCornerRadius +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight_Dialog_Alert +androidx.preference.R$attr: int textAppearanceListItemSecondary +com.google.android.material.R$style: int Theme_MaterialComponents_NoActionBar +okhttp3.internal.http.RealInterceptorChain: okhttp3.internal.connection.StreamAllocation streamAllocation +androidx.appcompat.widget.AppCompatEditText: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() +androidx.preference.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle +io.reactivex.internal.util.VolatileSizeArrayList: int size() +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon +com.bumptech.glide.MemoryCategory: com.bumptech.glide.MemoryCategory LOW +androidx.work.NetworkType: androidx.work.NetworkType valueOf(java.lang.String) +android.didikee.donate.R$styleable: int AppCompatTheme_colorAccent +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_black +androidx.recyclerview.R$attr: int stackFromEnd +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: double lat +cyanogenmod.profiles.ConnectionSettings: int getConnectionId() +com.turingtechnologies.materialscrollbar.R$dimen: int notification_top_pad +com.google.android.material.timepicker.TimeModel: android.os.Parcelable$Creator CREATOR +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void dispose() +cyanogenmod.themes.IThemeService$Stub: android.os.IBinder asBinder() +io.reactivex.internal.operators.observable.ObservableReplay$Node: java.lang.Object value +wangdaye.com.geometricweather.R$id: int icon_group +james.adaptiveicon.R$color: int material_grey_600 +wangdaye.com.geometricweather.R$id: int material_value_index +androidx.appcompat.view.menu.ListMenuItemView: ListMenuItemView(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.internal.ForegroundLinearLayout: ForegroundLinearLayout(android.content.Context) +james.adaptiveicon.R$styleable: int PopupWindow_android_popupBackground +okio.Timeout: okio.Timeout deadline(long,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.R$attr: int extendMotionSpec +androidx.constraintlayout.motion.widget.MotionLayout$TransitionState: androidx.constraintlayout.motion.widget.MotionLayout$TransitionState SETUP +androidx.lifecycle.ViewModel +okio.RealBufferedSink: okio.BufferedSink writeShort(int) +androidx.appcompat.R$color: int abc_decor_view_status_guard_light +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_70 +james.adaptiveicon.R$attr: int textAppearanceListItemSecondary +com.turingtechnologies.materialscrollbar.R$styleable: int ViewBackgroundHelper_android_background +androidx.legacy.coreutils.R$style: int TextAppearance_Compat_Notification_Title +okhttp3.Headers: Headers(okhttp3.Headers$Builder) +wangdaye.com.geometricweather.db.entities.HourlyEntity: long time +com.google.android.material.R$styleable: int Slider_android_value +androidx.constraintlayout.widget.R$styleable: int Toolbar_titleMarginEnd +wangdaye.com.geometricweather.R$color: int darkPrimary_3 +com.google.android.material.R$styleable: int[] TextInputEditText +wangdaye.com.geometricweather.R$color: int lightPrimary_3 +wangdaye.com.geometricweather.R$color: int material_slider_thumb_color +wangdaye.com.geometricweather.R$attr: int tabPadding +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_transitionEasing +com.xw.repo.bubbleseekbar.R$styleable: int[] AppCompatImageView +wangdaye.com.geometricweather.R$color: int material_timepicker_button_stroke +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult +wangdaye.com.geometricweather.R$drawable: int notif_temp_37 +wangdaye.com.geometricweather.R$styleable: int MaterialButton_cornerRadius +com.turingtechnologies.materialscrollbar.CustomIndicator: int getIndicatorWidth() +io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: long serialVersionUID +wangdaye.com.geometricweather.R$layout: int preference_widget_switch_compat +okhttp3.Protocol: okhttp3.Protocol H2_PRIOR_KNOWLEDGE +wangdaye.com.geometricweather.R$layout: int design_bottom_navigation_item +androidx.preference.R$layout: int abc_action_menu_layout +cyanogenmod.app.StatusBarPanelCustomTile$1: java.lang.Object[] newArray(int) +com.xw.repo.bubbleseekbar.R$attr: int buttonStyle +androidx.drawerlayout.R$styleable: int FontFamilyFont_android_ttcIndex +androidx.appcompat.R$dimen: int tooltip_vertical_padding +com.turingtechnologies.materialscrollbar.R$styleable: int[] MenuView +androidx.appcompat.widget.AppCompatRatingBar: AppCompatRatingBar(android.content.Context) +androidx.lifecycle.ClassesInfoCache$CallbackInfo: void invokeMethodsForEvent(java.util.List,androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event,java.lang.Object) +wangdaye.com.geometricweather.R$styleable: int ActionBar_logo +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property Co +com.google.android.material.R$color: int abc_background_cache_hint_selector_material_dark +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: boolean isDisposed() +wangdaye.com.geometricweather.R$id: int unlabeled +okhttp3.internal.connection.StreamAllocation: okhttp3.internal.http.HttpCodec codec +com.jaredrummler.android.colorpicker.R$dimen: int hint_alpha_material_light +android.didikee.donate.R$styleable: int AppCompatTextHelper_android_drawableStart +androidx.core.R$styleable: int FontFamilyFont_android_ttcIndex +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHeight_default +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModePasteDrawable +androidx.constraintlayout.widget.R$attr: int layout_constraintGuide_begin +retrofit2.CompletableFutureCallAdapterFactory: retrofit2.CallAdapter$Factory INSTANCE +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeIcePrecipitation +com.google.android.material.R$style: int Widget_AppCompat_Toolbar +wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: WidgetItemView(android.content.Context) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator TOUCHSCREEN_GESTURE_HAPTIC_FEEDBACK_VALIDATOR +wangdaye.com.geometricweather.R$drawable: int notif_temp_7 +androidx.lifecycle.ComputableLiveData$3: void run() +com.google.android.material.R$styleable: int FontFamilyFont_android_ttcIndex com.google.android.material.R$styleable: int LinearLayoutCompat_android_baselineAligned -wangdaye.com.geometricweather.R$drawable: int ic_ragweed -com.google.android.material.R$attr: int chipBackgroundColor -wangdaye.com.geometricweather.R$styleable: int KeyCycle_wavePeriod -io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: boolean isDisposed() -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_horizontalBias +cyanogenmod.themes.ThemeManager: java.util.Set mProcessingListeners +com.google.android.material.bottomappbar.BottomAppBar: void setFabAnimationMode(int) +androidx.drawerlayout.R$id: int notification_main_column +androidx.core.R$id: int accessibility_custom_action_7 +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabInlineLabel +androidx.viewpager2.R$id: int accessibility_custom_action_18 +wangdaye.com.geometricweather.db.entities.MinutelyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BATTERY_LIGHT_PULSE_VALIDATOR +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.util.Date moonsetTime +io.reactivex.disposables.RunnableDisposable +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.internal.util.ErrorMode errorMode +androidx.appcompat.widget.AppCompatImageView: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) +androidx.appcompat.R$style: int Widget_AppCompat_TextView +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ListView_DropDown +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Title +com.turingtechnologies.materialscrollbar.R$dimen: int fastscroll_margin +androidx.appcompat.R$style: int Base_Widget_AppCompat_ListView_DropDown +okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Settings peerSettings +androidx.coordinatorlayout.R$id: int italic +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_height +com.xw.repo.bubbleseekbar.R$attr: int windowFixedHeightMajor +android.didikee.donate.R$dimen: int abc_dialog_title_divider_material +wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Object getKey(java.lang.Object) +com.google.android.material.R$styleable: int ShapeAppearance_cornerSizeTopLeft +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Display4 +cyanogenmod.weather.CMWeatherManager: int lookupCity(java.lang.String,cyanogenmod.weather.CMWeatherManager$LookupCityRequestListener) +androidx.constraintlayout.widget.R$id: int easeInOut +retrofit2.RequestFactory: RequestFactory(retrofit2.RequestFactory$Builder) +wangdaye.com.geometricweather.R$layout: int preference_category +androidx.drawerlayout.R$id: int info +retrofit2.Retrofit: java.util.List converterFactories +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Spinner +androidx.preference.R$id: int search_bar +androidx.vectordrawable.animated.R$id: int text +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode +cyanogenmod.providers.CMSettings$Secure: java.lang.String LIVE_LOCK_SCREEN_ENABLED +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Menu +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: ChineseCityEntityDao(org.greenrobot.greendao.internal.DaoConfig) +cyanogenmod.weatherservice.WeatherProviderService: cyanogenmod.weatherservice.IWeatherProviderService$Stub mBinder +com.google.android.material.R$styleable: int[] StateListDrawable +com.xw.repo.bubbleseekbar.R$color: int secondary_text_default_material_light +androidx.vectordrawable.R$styleable: int GradientColor_android_startColor +com.xw.repo.BubbleSeekBar: void setCustomSectionTextArray(com.xw.repo.BubbleSeekBar$CustomSectionTextArray) +androidx.hilt.work.R$id: int notification_main_column_container +android.didikee.donate.R$style: int Widget_AppCompat_SeekBar_Discrete +james.adaptiveicon.R$styleable: int AppCompatTheme_imageButtonStyle +wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_backgroundTintMode +cyanogenmod.app.Profile$ExpandedDesktopMode: int ENABLE +com.google.android.material.bottomnavigation.BottomNavigationMenuView: android.util.SparseArray getBadgeDrawables() +androidx.appcompat.R$id: int uniform +wangdaye.com.geometricweather.R$attr: int region_heightLessThan +wangdaye.com.geometricweather.R$string: int wind_1 +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header +com.xw.repo.bubbleseekbar.R$attr: int thumbTint +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintWidth_max +com.google.android.material.R$dimen: int material_clock_hand_center_dot_radius +com.turingtechnologies.materialscrollbar.R$id: int text +androidx.cardview.R$styleable: int CardView_cardUseCompatPadding +com.google.android.material.R$attr: int maxVelocity +io.reactivex.internal.util.NotificationLite$SubscriptionNotification: long serialVersionUID +androidx.appcompat.widget.Toolbar: int getTitleMarginEnd() +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Snackbar_FullWidth +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_hintAnimationEnabled +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup +wangdaye.com.geometricweather.R$string: int mtrl_picker_range_header_selected +com.jaredrummler.android.colorpicker.R$styleable: int MultiSelectListPreference_android_entryValues +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: io.reactivex.disposables.Disposable upstream +io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,long,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_134 +com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getDefaultHintTextColor() +wangdaye.com.geometricweather.R$styleable: int ListPreference_useSimpleSummaryProvider +retrofit2.OkHttpCall: boolean isCanceled() +androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_PopupMenu +retrofit2.converter.gson.GsonRequestBodyConverter: okhttp3.MediaType MEDIA_TYPE +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: java.lang.String dept +org.greenrobot.greendao.AbstractDao: java.lang.Object loadUniqueAndCloseCursor(android.database.Cursor) +wangdaye.com.geometricweather.R$styleable: int[] ColorPickerView +androidx.appcompat.resources.R$id: int icon +androidx.appcompat.R$style: int Widget_AppCompat_ActivityChooserView +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Metric Metric +com.xw.repo.bubbleseekbar.R$attr: int actionModeStyle +cyanogenmod.app.ProfileManager: cyanogenmod.app.Profile getProfile(java.util.UUID) com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge -com.bumptech.glide.load.DecodeFormat: com.bumptech.glide.load.DecodeFormat DEFAULT -androidx.appcompat.R$style: int Widget_AppCompat_Light_AutoCompleteTextView -androidx.vectordrawable.R$dimen: R$dimen() -io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable: io.reactivex.Observer child -okhttp3.internal.http.RealInterceptorChain: okhttp3.internal.connection.StreamAllocation streamAllocation -com.turingtechnologies.materialscrollbar.R$styleable: int[] FontFamily -androidx.preference.R$style: int Widget_AppCompat_SearchView_ActionBar -wangdaye.com.geometricweather.search.LoadableLocationList$Status: wangdaye.com.geometricweather.search.LoadableLocationList$Status LOADING -com.bumptech.glide.load.resource.bitmap.DefaultImageHeaderParser$Reader$EndOfFileException: DefaultImageHeaderParser$Reader$EndOfFileException() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setStatus(int) -wangdaye.com.geometricweather.db.entities.LocationEntityDao: wangdaye.com.geometricweather.db.converters.WeatherSourceConverter weatherSourceConverter -com.google.android.material.R$id: int home -androidx.transition.R$dimen: int notification_small_icon_background_padding -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActivityChooserView -wangdaye.com.geometricweather.R$drawable: int flag_es -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_checkedTextViewStyle -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Button -androidx.hilt.R$styleable: int GradientColor_android_centerColor -wangdaye.com.geometricweather.R$dimen: int design_snackbar_extra_spacing_horizontal -io.reactivex.internal.disposables.EmptyDisposable: void error(java.lang.Throwable,io.reactivex.MaybeObserver) -com.turingtechnologies.materialscrollbar.R$string: int abc_capital_off -androidx.viewpager2.R$dimen: int notification_large_icon_width -james.adaptiveicon.R$id: int spacer -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_set -com.google.android.material.badge.BadgeDrawable$SavedState: android.os.Parcelable$Creator CREATOR -okio.ByteString: java.lang.String toString() -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_second_track_size -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver -james.adaptiveicon.R$styleable: int AppCompatTheme_activityChooserViewStyle -okio.Buffer: okio.ByteString hmacSha1(okio.ByteString) -wangdaye.com.geometricweather.R$dimen: int mtrl_exposed_dropdown_menu_popup_vertical_padding -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: java.lang.String Link -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: int rightIndex -wangdaye.com.geometricweather.R$id: int triangle -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_DropDownItem -wangdaye.com.geometricweather.R$dimen: int cardview_default_elevation -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void runAsync() -wangdaye.com.geometricweather.R$layout: int abc_screen_toolbar -com.google.android.material.R$styleable: int Transition_autoTransition -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_9 -androidx.appcompat.R$styleable: int View_paddingEnd -com.google.android.material.R$styleable: int GradientColor_android_gradientRadius -okio.DeflaterSink -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setTempMin(java.lang.String) -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_SearchView_ActionBar -com.xw.repo.bubbleseekbar.R$styleable: int[] MenuView -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void otherSuccess(java.lang.Object) -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: java.util.concurrent.atomic.AtomicInteger wip -com.jaredrummler.android.colorpicker.R$id: int shades_layout -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircleView: CircleView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$color: int cardview_dark_background -com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status WAITING_FOR_SIZE -cyanogenmod.themes.IThemeService$Stub$Proxy: long getLastThemeChangeTime() -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Medium -okhttp3.HttpUrl: java.lang.String query() -com.google.android.material.bottomnavigation.BottomNavigationView: BottomNavigationView(android.content.Context,android.util.AttributeSet,int) -androidx.appcompat.R$styleable: int AppCompatTheme_ratingBarStyle -okhttp3.Response$Builder -androidx.constraintlayout.widget.R$attr: int arrowHeadLength -com.turingtechnologies.materialscrollbar.R$layout: int abc_screen_content_include -wangdaye.com.geometricweather.R$styleable: int FragmentContainerView_android_name -wangdaye.com.geometricweather.R$styleable: int[] PreferenceFragmentCompat -androidx.vectordrawable.animated.R$drawable: int notification_bg -androidx.swiperefreshlayout.R$id: int text2 -okhttp3.internal.http2.Http2Stream$FramingSink: boolean closed -com.github.rahatarmanahmed.cpv.CircularProgressView: void setColor(int) -androidx.constraintlayout.widget.R$styleable: int MotionHelper_onHide -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_TextButton -androidx.fragment.R$id: int tag_unhandled_key_event_manager -io.reactivex.Observable: io.reactivex.Observable materialize() -com.google.android.material.chip.ChipGroup: ChipGroup(android.content.Context,android.util.AttributeSet,int) -androidx.preference.R$style: int AlertDialog_AppCompat -androidx.preference.R$id: int actions -com.google.android.material.R$styleable: int KeyPosition_curveFit -com.google.android.material.card.MaterialCardView: void setCheckedIconSizeResource(int) -androidx.preference.R$style: int Base_V21_Theme_AppCompat_Dialog -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_activityChooserViewStyle -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String getPrecipitationVoice(android.content.Context,float) -com.google.android.material.R$styleable: int AppBarLayout_android_background -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: io.reactivex.internal.fuseable.SimplePlainQueue queue -androidx.preference.R$style: int Base_Widget_AppCompat_ListView -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: java.lang.Object next() -androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable: ServiceLifecycleDispatcher$DispatchRunnable(androidx.lifecycle.LifecycleRegistry,androidx.lifecycle.Lifecycle$Event) -com.google.android.material.R$dimen: int design_fab_translation_z_hovered_focused -androidx.activity.R$id: int accessibility_custom_action_13 -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void onComplete() -com.google.android.material.R$styleable: int MaterialTextAppearance_lineHeight -io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver -wangdaye.com.geometricweather.R$attr: int materialCalendarStyle -androidx.preference.R$style: int Base_Theme_AppCompat_Light -retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: boolean disposed -wangdaye.com.geometricweather.common.basic.models.weather.History: int daytimeTemperature -com.google.android.material.appbar.AppBarLayout: androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior getBehavior() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather -io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeFindDrawable -com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_list_padding_top_no_title -okhttp3.CertificatePinner: void check(java.lang.String,java.util.List) -androidx.appcompat.R$styleable: int TextAppearance_android_textColorHint -com.google.android.material.R$style: int Base_Widget_MaterialComponents_Snackbar -com.google.gson.stream.JsonReader: void push(int) -androidx.appcompat.resources.R$string: int status_bar_notification_info_overflow -wangdaye.com.geometricweather.R$styleable: int MaterialTextView_lineHeight -com.google.android.material.R$dimen: int mtrl_btn_padding_bottom -com.google.android.material.R$attr: int layout_optimizationLevel -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem -com.turingtechnologies.materialscrollbar.R$color: int mtrl_bottom_nav_item_tint -wangdaye.com.geometricweather.R$styleable: int Transition_staggered -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_25 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setVisibility(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean) -androidx.lifecycle.ServiceLifecycleDispatcher: ServiceLifecycleDispatcher(androidx.lifecycle.LifecycleOwner) -com.xw.repo.bubbleseekbar.R$id: int bottom_sides -androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerViewAccessibilityDelegate getCompatAccessibilityDelegate() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean() -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Small -okhttp3.logging.LoggingEventListener: LoggingEventListener(okhttp3.logging.HttpLoggingInterceptor$Logger,okhttp3.logging.LoggingEventListener$1) -cyanogenmod.externalviews.ExternalViewProviderService: android.os.IBinder onBind(android.content.Intent) -james.adaptiveicon.R$attr: int actionModeSelectAllDrawable -androidx.appcompat.R$styleable: int MenuView_android_itemIconDisabledAlpha -androidx.constraintlayout.widget.R$id: int start -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.String getAqiText() -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean done -androidx.constraintlayout.widget.R$color: int abc_decor_view_status_guard_light -com.google.android.material.R$styleable: int TextInputLayout_placeholderTextColor -androidx.constraintlayout.widget.R$color: int abc_primary_text_material_light -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter open(int,java.lang.String) -androidx.work.R$id: int accessibility_custom_action_25 -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Headline -androidx.hilt.work.R$styleable: int GradientColor_android_startColor -androidx.constraintlayout.widget.R$id: int default_activity_button -wangdaye.com.geometricweather.R$styleable: int MenuView_preserveIconSpacing -cyanogenmod.profiles.StreamSettings: void setOverride(boolean) -androidx.lifecycle.MediatorLiveData: androidx.arch.core.internal.SafeIterableMap mSources -android.didikee.donate.R$attr: int titleTextColor -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Metric Metric -android.didikee.donate.R$drawable: int abc_list_selector_holo_light -androidx.constraintlayout.widget.R$attr: int actionModeSplitBackground -androidx.activity.R$drawable: int notification_bg_normal_pressed -androidx.hilt.R$styleable: int FontFamily_fontProviderQuery -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getNotificationGroups -androidx.constraintlayout.widget.R$styleable: int Constraint_android_translationX -james.adaptiveicon.R$styleable: int PopupWindow_android_popupAnimationStyle -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_fontVariationSettings -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWeatherText(java.lang.String) -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight_Dialog_Alert -cyanogenmod.externalviews.ExternalViewProviderService$1$1: android.os.IBinder call() -wangdaye.com.geometricweather.R$layout: int design_navigation_item_subheader -okhttp3.logging.HttpLoggingInterceptor: okhttp3.logging.HttpLoggingInterceptor$Logger logger -wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type UV_INDEX -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum: int UnitType -androidx.hilt.R$layout -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setWeatherCode(wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode) -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Button_Colored -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Tooltip -cyanogenmod.externalviews.KeyguardExternalView$8: void run() -com.google.android.material.R$dimen: int abc_action_bar_subtitle_top_margin_material -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_Dialog_Alert -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_min_height -com.google.android.material.R$styleable: int ConstraintLayout_Layout_barrierAllowsGoneWidgets -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.util.Date time -wangdaye.com.geometricweather.R$layout: int mtrl_picker_header_dialog -wangdaye.com.geometricweather.main.models.LocationResource$Event: wangdaye.com.geometricweather.main.models.LocationResource$Event[] values() -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: boolean checkTerminated(boolean,boolean,io.reactivex.Observer,boolean,io.reactivex.internal.operators.observable.ObservableZip$ZipObserver) -androidx.vectordrawable.animated.R$styleable: int GradientColor_android_type +androidx.preference.R$interpolator +androidx.lifecycle.Lifecycling: java.lang.String getAdapterName(java.lang.String) +com.google.android.material.button.MaterialButtonToggleGroup: int getLastVisibleChildIndex() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: void setDesc(java.lang.String) +androidx.preference.R$attr: int subtitleTextColor +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ListPopupWindow +com.xw.repo.bubbleseekbar.R$styleable: int ViewStubCompat_android_layout +okio.Buffer: java.lang.String readUtf8(long) +wangdaye.com.geometricweather.R$attr: int helperTextEnabled +cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode getVibrateMode() +com.google.android.material.R$styleable: int Chip_chipIconSize +okhttp3.internal.http2.Hpack: int PREFIX_6_BITS +com.google.android.material.R$id: int notification_main_column +android.didikee.donate.R$attr: int listDividerAlertDialog +android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: cyanogenmod.hardware.DisplayMode getCurrentDisplayMode() +okio.GzipSource: void close() +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_selectableItemBackground +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource CN +cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_SHOW_BATTERY_PERCENT +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: java.lang.String getDensityText(android.content.Context,float) +androidx.preference.R$dimen: int abc_search_view_preferred_height +androidx.constraintlayout.widget.R$style: int Base_V21_Theme_AppCompat_Light +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_27 +com.google.android.material.R$layout: int abc_action_mode_bar +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_fab_translation_z_pressed +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_title +wangdaye.com.geometricweather.R$styleable: int MaterialButton_iconPadding +com.jaredrummler.android.colorpicker.R$attr: int srcCompat +androidx.core.view.GestureDetectorCompat$GestureDetectorCompatImplBase: void setOnDoubleTapListener(android.view.GestureDetector$OnDoubleTapListener) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_64 +wangdaye.com.geometricweather.R$dimen: int widget_design_title_text_size +com.google.android.material.R$attr: int defaultQueryHint +com.google.android.material.R$color: int cardview_light_background +androidx.appcompat.R$styleable: int SearchView_queryBackground +io.reactivex.internal.util.NotificationLite$SubscriptionNotification: org.reactivestreams.Subscription upstream +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableEndCompat +wangdaye.com.geometricweather.common.ui.widgets.DrawerLayout: DrawerLayout(android.content.Context,android.util.AttributeSet,int) +androidx.lifecycle.extensions.R$dimen +wangdaye.com.geometricweather.R$anim: int btn_radio_to_off_mtrl_ring_outer_path_animation +androidx.constraintlayout.widget.R$attr: int windowMinWidthMajor +wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.lang.String getShortDate(android.content.Context) +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_menuCategory +androidx.appcompat.R$id: int tag_transition_group +wangdaye.com.geometricweather.R$attr: int toolbarNavigationButtonStyle +androidx.preference.R$layout: int select_dialog_singlechoice_material +androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_drawableTop +com.jaredrummler.android.colorpicker.R$styleable: int[] RecyclerView +james.adaptiveicon.R$style: int Widget_AppCompat_Button_Borderless +com.google.android.material.textfield.TextInputLayout: void setHintInternal(java.lang.CharSequence) +com.turingtechnologies.materialscrollbar.R$attr: int titleTextStyle +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps$WarningTimelapsItem: long beginTime +okhttp3.internal.http.HttpHeaders: boolean varyMatches(okhttp3.Response,okhttp3.Headers,okhttp3.Request) +okio.RealBufferedSink: void write(okio.Buffer,long) +androidx.work.R$id: int accessibility_custom_action_11 +com.google.android.material.appbar.CollapsingToolbarLayout: int getMaxLines() +wangdaye.com.geometricweather.R$layout: int widget_clock_day_vertical +com.google.android.material.R$style: int ShapeAppearanceOverlay_DifferentCornerSize +com.bumptech.glide.R$styleable: int FontFamilyFont_font +android.didikee.donate.R$drawable: int abc_btn_check_to_on_mtrl_000 +android.didikee.donate.R$attr: int actionOverflowMenuStyle +android.didikee.donate.R$layout: int abc_list_menu_item_radio +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver parent +com.google.android.material.R$styleable: int ConstraintSet_layout_goneMarginTop +androidx.coordinatorlayout.widget.CoordinatorLayout: int getSuggestedMinimumHeight() +okhttp3.internal.http.BridgeInterceptor: okhttp3.CookieJar cookieJar +androidx.work.impl.background.systemalarm.RescheduleReceiver +androidx.preference.R$attr: int colorControlNormal +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_imageButtonStyle +androidx.lifecycle.MediatorLiveData$Source: MediatorLiveData$Source(androidx.lifecycle.LiveData,androidx.lifecycle.Observer) +com.google.android.material.bottomnavigation.BottomNavigationView: void setItemTextColor(android.content.res.ColorStateList) +androidx.lifecycle.extensions.R$styleable +com.turingtechnologies.materialscrollbar.R$id: int chronometer +androidx.appcompat.R$styleable: int SwitchCompat_switchMinWidth +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void boundaryError(io.reactivex.disposables.Disposable,java.lang.Throwable) +com.bumptech.glide.R$dimen: int notification_subtext_size +androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType COLOR_TYPE +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean addInner(io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver) +cyanogenmod.hardware.CMHardwareManager: java.lang.String readPersistentString(java.lang.String) +wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String getCityId() +wangdaye.com.geometricweather.R$dimen: int widget_subtitle_text_size +com.jaredrummler.android.colorpicker.R$attr: int reverseLayout +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_WITH_RC4_128_MD5 +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun: long EpochSet +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeSplitBackground +androidx.preference.R$drawable: int abc_dialog_material_background +androidx.vectordrawable.animated.R$styleable: int FontFamily_fontProviderFetchTimeout +cyanogenmod.app.ICMTelephonyManager: void setDataConnectionSelectedOnSub(int) +com.google.android.material.R$styleable: int SearchView_android_maxWidth +com.google.android.material.appbar.CollapsingToolbarLayout: CollapsingToolbarLayout(android.content.Context) +androidx.appcompat.R$id: int select_dialog_listview +com.jaredrummler.android.colorpicker.R$attr: int fastScrollHorizontalThumbDrawable +cyanogenmod.power.PerformanceManager: cyanogenmod.power.PerformanceManager getInstance(android.content.Context) +androidx.preference.R$style: int Base_ThemeOverlay_AppCompat_Light +com.google.android.material.textfield.TextInputLayout: void setStartIconTintList(android.content.res.ColorStateList) +io.reactivex.internal.subscribers.DeferredScalarSubscriber: void onError(java.lang.Throwable) +androidx.hilt.R$style: int TextAppearance_Compat_Notification_Line2 +androidx.preference.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable +okhttp3.internal.connection.RealConnection$1: void close() +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_navigation_bottom_padding +com.jaredrummler.android.colorpicker.ColorPreferenceCompat: ColorPreferenceCompat(android.content.Context,android.util.AttributeSet,int) +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_default_padding_end_material +androidx.constraintlayout.motion.widget.MotionLayout$TransitionState: androidx.constraintlayout.motion.widget.MotionLayout$TransitionState MOVING +com.bumptech.glide.R$string: int status_bar_notification_info_overflow +io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable +wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_AppbarTheme_Dark +wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Title_Icon +com.xw.repo.bubbleseekbar.R$id: int progress_horizontal +wangdaye.com.geometricweather.R$id: int widget_clock_day_time +androidx.constraintlayout.widget.R$dimen: int compat_button_padding_horizontal_material +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +androidx.preference.R$styleable: int Preference_enabled +com.google.android.material.R$anim: int design_bottom_sheet_slide_out +okhttp3.internal.http.HttpHeaders: okhttp3.Headers varyHeaders(okhttp3.Headers,okhttp3.Headers) +okhttp3.MultipartBody: byte[] DASHDASH +io.reactivex.Observable: io.reactivex.Observable onTerminateDetach() +james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader +androidx.preference.R$attr: int fontStyle +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeWetBulbTemperature +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintGuide_percent +androidx.activity.R$color: R$color() +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void onNext(java.lang.Object) +com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState RUNNING +androidx.appcompat.R$styleable: int ActionMode_subtitleTextStyle +androidx.appcompat.resources.R$id: int line1 +okhttp3.internal.http2.Http2Connection$4 +okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Http2Connection connection +okhttp3.internal.Util: void closeQuietly(java.net.ServerSocket) +com.xw.repo.bubbleseekbar.R$id: int right_side +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_switchTextAppearance +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder connectionSpecs(java.util.List) +androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_DayNight_ActionBar +com.google.android.material.circularreveal.CircularRevealGridLayout: CircularRevealGridLayout(android.content.Context,android.util.AttributeSet) +com.turingtechnologies.materialscrollbar.R$layout: int design_navigation_item_header +com.xw.repo.bubbleseekbar.R$attr: int iconTintMode +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary +com.google.android.material.R$attr: int endIconCheckable +com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_chipSpacing +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer degreeDayTemperature +com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_fontStyle +cyanogenmod.app.CustomTile$Builder: android.app.PendingIntent mOnClick +androidx.lifecycle.Observer +com.xw.repo.bubbleseekbar.R$id: int icon +androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type CENTER_X +retrofit2.http.OPTIONS: java.lang.String value() +com.turingtechnologies.materialscrollbar.R$attr: int logoDescription +james.adaptiveicon.R$styleable: int AppCompatTheme_ratingBarStyleIndicator +androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat_Dialog +james.adaptiveicon.R$bool: R$bool() +androidx.vectordrawable.animated.R$dimen +james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge +androidx.preference.R$id: int notification_background +okhttp3.HttpUrl: java.lang.String canonicalize(java.lang.String,int,int,java.lang.String,boolean,boolean,boolean,boolean,java.nio.charset.Charset) +cyanogenmod.hardware.ICMHardwareService: boolean registerThermalListener(cyanogenmod.hardware.IThermalListenerCallback) +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_switchPreferenceCompatStyle +wangdaye.com.geometricweather.R$color: int abc_decor_view_status_guard +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language SPANISH +okhttp3.internal.http2.Http2Reader: okhttp3.internal.http2.Http2Reader$ContinuationSource continuation +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: long getTime() +okhttp3.internal.connection.StreamAllocation$StreamAllocationReference: java.lang.Object callStackTrace +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_bubble_text_size +wangdaye.com.geometricweather.R$dimen: int action_bar_size +cyanogenmod.providers.CMSettings$Secure: java.lang.String FEATURE_TOUCH_HOVERING +wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.Object readEntity(android.database.Cursor,int) +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_button_min_height_material +cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.ICMHardwareService getService() +cyanogenmod.app.suggest.ApplicationSuggestion: android.net.Uri mThumbnailUri +com.jaredrummler.android.colorpicker.R$style: int Animation_AppCompat_Dialog +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: LocationEntityDao$Properties() +android.didikee.donate.R$attr: int iconifiedByDefault +com.turingtechnologies.materialscrollbar.R$attr: int commitIcon +com.google.android.material.textfield.TextInputLayout: float getHintCollapsedTextHeight() +androidx.preference.R$styleable: int AppCompatTheme_actionButtonStyle +wangdaye.com.geometricweather.R$attr: int negativeButtonText com.xw.repo.bubbleseekbar.R$attr: int showTitle -com.xw.repo.bubbleseekbar.R$attr: int lineHeight -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_SearchResult_Title -okhttp3.internal.http2.Http2Codec: okhttp3.Response$Builder readHttp2HeadersList(okhttp3.Headers,okhttp3.Protocol) -okhttp3.HttpUrl: boolean percentEncoded(java.lang.String,int,int) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_Icon -androidx.core.R$styleable: int FontFamily_fontProviderQuery -wangdaye.com.geometricweather.R$attr: int fragment -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_aa_light -com.jaredrummler.android.colorpicker.R$id: int search_badge -androidx.core.app.ComponentActivity: ComponentActivity() -okhttp3.MultipartBody$Part: okhttp3.RequestBody body() -wangdaye.com.geometricweather.R$dimen: int abc_dialog_min_width_minor -io.reactivex.internal.observers.LambdaObserver: void onSubscribe(io.reactivex.disposables.Disposable) -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_icon_btn_padding_left -cyanogenmod.weather.WeatherLocation$Builder: cyanogenmod.weather.WeatherLocation$Builder setCountry(java.lang.String) -wangdaye.com.geometricweather.R$drawable: int abc_btn_check_to_on_mtrl_000 -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.lang.String pollutant -james.adaptiveicon.R$attr: int contentInsetRight -wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_verticalStyle -android.didikee.donate.R$styleable: int AppCompatTheme_actionOverflowMenuStyle -cyanogenmod.app.Profile: void addSecondaryUuid(java.util.UUID) -wangdaye.com.geometricweather.R$drawable: int cpv_alpha -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setCoDesc(java.lang.String) -androidx.lifecycle.Transformations$3: androidx.lifecycle.MediatorLiveData val$outputLiveData -wangdaye.com.geometricweather.R$layout: int mtrl_alert_select_dialog_singlechoice -androidx.cardview.R$attr: int cardViewStyle -okhttp3.internal.http2.Http2Reader$Handler -wangdaye.com.geometricweather.R$dimen: int notification_action_text_size -androidx.constraintlayout.widget.R$attr: int fontProviderPackage -androidx.customview.R$dimen: int compat_notification_large_icon_max_width -com.google.android.material.R$style: int TextAppearance_AppCompat_Title_Inverse -wangdaye.com.geometricweather.common.basic.models.weather.Base: Base(java.lang.String,long,java.util.Date,long,java.util.Date,long) -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Large_Inverse -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light_NoActionBar -com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar -androidx.swiperefreshlayout.R$dimen: int notification_subtext_size -androidx.preference.R$styleable: int Preference_singleLineTitle -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: java.lang.String getAddress() -androidx.appcompat.widget.AppCompatButton: void setSupportCompoundDrawablesTintMode(android.graphics.PorterDuff$Mode) -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: void run() -android.didikee.donate.R$id: int search_mag_icon -androidx.constraintlayout.widget.R$styleable: int AlertDialog_singleChoiceItemLayout -com.google.android.material.datepicker.MaterialCalendar -wangdaye.com.geometricweather.R$string: int settings_notification_hide_icon_on -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setThunderstormPrecipitation(java.lang.Float) -cyanogenmod.weather.RequestInfo: cyanogenmod.weather.IRequestInfoListener mListener -com.jaredrummler.android.colorpicker.R$id: int right -androidx.constraintlayout.widget.R$attr: int titleMarginBottom -okhttp3.Cookie$Builder: long expiresAt -com.turingtechnologies.materialscrollbar.R$dimen: int notification_big_circle_margin -cyanogenmod.providers.CMSettings: java.lang.String AUTHORITY -com.google.android.material.R$dimen: int notification_subtext_size -wangdaye.com.geometricweather.R$layout: int widget_trend_daily -retrofit2.OptionalConverterFactory$OptionalConverter: java.lang.Object convert(java.lang.Object) -com.google.android.material.R$styleable: int FontFamily_fontProviderQuery -com.google.android.material.R$styleable: int Chip_chipEndPadding -okhttp3.internal.ws.WebSocketWriter: boolean activeWriter -androidx.hilt.R$id: int text -wangdaye.com.geometricweather.R$drawable: int cpv_btn_background_pressed -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SHOWERS -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval valueOf(java.lang.String) -cyanogenmod.app.ILiveLockScreenChangeListener$Stub$Proxy -cyanogenmod.weatherservice.IWeatherProviderService$Stub: java.lang.String DESCRIPTOR -com.jaredrummler.android.colorpicker.R$drawable: int notification_tile_bg -cyanogenmod.externalviews.KeyguardExternalViewProviderService$1: cyanogenmod.externalviews.KeyguardExternalViewProviderService this$0 -james.adaptiveicon.R$attr: int dividerHorizontal -okhttp3.Address: javax.net.ssl.HostnameVerifier hostnameVerifier -wangdaye.com.geometricweather.R$array: int live_wallpaper_weather_kind_values -com.turingtechnologies.materialscrollbar.R$attr: int actionModePopupWindowStyle -retrofit2.Converter$Factory: Converter$Factory() -cyanogenmod.providers.CMSettings$Secure: java.lang.String QS_LOCATION_ADVANCED -retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback: CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback(retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter,java.util.concurrent.CompletableFuture) -com.google.android.material.R$styleable: int Chip_android_text -wangdaye.com.geometricweather.R$string: int wind_6 -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dialogCornerRadius -wangdaye.com.geometricweather.R$layout: int design_navigation_item_header -com.xw.repo.bubbleseekbar.R$layout: int abc_activity_chooser_view_list_item -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorError -androidx.lifecycle.extensions.R$attr: int fontProviderFetchTimeout -com.xw.repo.bubbleseekbar.R$styleable: R$styleable() -com.turingtechnologies.materialscrollbar.R$attr: int chipStartPadding -wangdaye.com.geometricweather.R$id: int widget_day_sign -com.google.android.material.R$styleable: int Toolbar_contentInsetRight -androidx.appcompat.widget.AppCompatCheckBox: void setSupportBackgroundTintList(android.content.res.ColorStateList) -androidx.preference.R$layout: int abc_activity_chooser_view -com.jaredrummler.android.colorpicker.R$id: int search_bar -androidx.appcompat.widget.AppCompatRadioButton: AppCompatRadioButton(android.content.Context,android.util.AttributeSet,int) -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_motionProgress -okio.Okio: Okio() -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void innerError(int,java.lang.Throwable) -com.google.android.material.R$id: int material_clock_display -com.bumptech.glide.integration.okhttp.R$color: int secondary_text_default_material_light -com.jaredrummler.android.colorpicker.ColorPickerView: ColorPickerView(android.content.Context) -retrofit2.RequestFactory$Builder: java.util.Set relativeUrlParamNames -com.jaredrummler.android.colorpicker.R$attr: int cpv_allowCustom -cyanogenmod.app.StatusBarPanelCustomTile: android.os.UserHandle getUser() -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_17 -androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceListItem -wangdaye.com.geometricweather.R$dimen: int mtrl_high_ripple_default_alpha -com.google.android.material.tabs.TabLayout: void setScrollAnimatorListener(android.animation.Animator$AnimatorListener) -wangdaye.com.geometricweather.R$styleable: int[] MaterialRadioButton -com.google.android.material.appbar.AppBarLayout: int getDownNestedPreScrollRange() -com.turingtechnologies.materialscrollbar.R$attr: int chipBackgroundColor -okhttp3.Address: okhttp3.CertificatePinner certificatePinner -androidx.preference.R$color: int abc_primary_text_disable_only_material_light -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabPaddingTop -android.didikee.donate.R$id: int action_bar_container -com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_centerY -wangdaye.com.geometricweather.R$styleable: int[] BackgroundStyle -okhttp3.internal.http2.Http2Connection: void awaitPong() -com.turingtechnologies.materialscrollbar.R$id: int notification_main_column -wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card -androidx.preference.R$styleable: int Preference_icon -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight_DarkActionBar -com.bumptech.glide.R$string -okhttp3.Handshake: okhttp3.CipherSuite cipherSuite +okhttp3.internal.http1.Http1Codec$FixedLengthSink: okio.Timeout timeout() +androidx.viewpager.R$drawable: int notification_template_icon_low_bg +androidx.preference.R$anim: int abc_shrink_fade_out_from_bottom +wangdaye.com.geometricweather.R$string: int donate +com.jaredrummler.android.colorpicker.R$attr: int numericModifiers +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: io.reactivex.ObservableEmitter serialize() +james.adaptiveicon.R$style: int Widget_AppCompat_ActionMode +com.google.android.material.R$styleable: int ClockFaceView_valueTextColor +androidx.appcompat.R$attr: int panelBackground +androidx.preference.R$drawable: int abc_switch_thumb_material +androidx.appcompat.widget.AppCompatImageButton: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() +androidx.constraintlayout.widget.R$styleable: int MenuItem_actionProviderClass +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: void setSpeed(java.lang.String) +com.jaredrummler.android.colorpicker.R$id: int topPanel +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_textFontWeight +okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.platform.OptionalMethod setHostname +retrofit2.BuiltInConverters$RequestBodyConverter: retrofit2.BuiltInConverters$RequestBodyConverter INSTANCE +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver +okhttp3.internal.platform.Android10Platform: okhttp3.internal.platform.Platform buildIfSupported() +android.didikee.donate.R$drawable: int abc_ic_star_black_16dp +wangdaye.com.geometricweather.R$color: int darkPrimary_5 +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float SulfurDioxide +android.didikee.donate.R$styleable: int AppCompatTheme_actionBarStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: java.lang.String getTo() +com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_itemIconDisabledAlpha +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_transitionPathRotate +androidx.appcompat.widget.LinearLayoutCompat: LinearLayoutCompat(android.content.Context,android.util.AttributeSet,int) +james.adaptiveicon.R$styleable: int Toolbar_logoDescription +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Headline +androidx.activity.ComponentActivity +wangdaye.com.geometricweather.R$drawable: int weather_haze_mini_grey +android.didikee.donate.R$style: int Widget_AppCompat_ListView_DropDown +androidx.appcompat.widget.AppCompatImageView: void setImageURI(android.net.Uri) +okhttp3.internal.http2.Hpack$Reader: void clearDynamicTable() +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_paddingTop +okhttp3.internal.connection.StreamAllocation: okhttp3.internal.http.HttpCodec newStream(okhttp3.OkHttpClient,okhttp3.Interceptor$Chain,boolean) +androidx.preference.R$id: int accessibility_custom_action_28 +wangdaye.com.geometricweather.R$dimen: int abc_button_inset_vertical_material +cyanogenmod.providers.CMSettings$Secure: int RING_HOME_BUTTON_BEHAVIOR_ANSWER +wangdaye.com.geometricweather.R$attr: int layout_constraintGuide_begin +com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_android_fontWeight +androidx.dynamicanimation.R$string: R$string() +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String uvLevel +androidx.fragment.R$attr: int fontVariationSettings +androidx.constraintlayout.widget.R$anim: int btn_radio_to_off_mtrl_dot_group_animation +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_star_black_36dp +com.google.android.material.R$styleable: int KeyTimeCycle_waveShape +androidx.work.R$id: int accessibility_custom_action_5 +androidx.activity.R$id: int accessibility_custom_action_26 +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Spinner_Underlined +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_140 +androidx.recyclerview.widget.RecyclerView: void setOnFlingListener(androidx.recyclerview.widget.RecyclerView$OnFlingListener) +wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.String level +com.google.android.material.R$dimen: int mtrl_progress_circular_inset +com.google.android.material.R$attr: int shapeAppearanceLargeComponent +androidx.hilt.work.R$drawable: int notification_template_icon_low_bg +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_backgroundStacked +com.xw.repo.bubbleseekbar.R$layout: int notification_action_tombstone +androidx.preference.R$dimen: int notification_right_side_padding_top +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_wavePeriod +okhttp3.Response$Builder: okhttp3.Response cacheResponse +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_panelBackground +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox +androidx.constraintlayout.widget.R$id: int src_over +com.google.android.material.circularreveal.CircularRevealRelativeLayout: CircularRevealRelativeLayout(android.content.Context) +com.google.android.material.R$string: int mtrl_picker_range_header_only_start_selected +com.turingtechnologies.materialscrollbar.R$drawable: int avd_show_password +androidx.vectordrawable.animated.R$drawable: int notification_bg_low_normal +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_DropDownItem +com.jaredrummler.android.colorpicker.R$style: int Preference_PreferenceScreen +wangdaye.com.geometricweather.db.entities.AlertEntity: void setPriority(int) +com.google.android.material.R$dimen: int material_clock_hand_stroke_width +androidx.lifecycle.extensions.R$anim: int fragment_close_enter +android.didikee.donate.R$attr +androidx.constraintlayout.widget.R$attr: int layout_constraintWidth_max +com.google.android.material.R$attr: int defaultState +cyanogenmod.externalviews.KeyguardExternalView$2: KeyguardExternalView$2(cyanogenmod.externalviews.KeyguardExternalView) +wangdaye.com.geometricweather.R$drawable: int notif_temp_40 +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowFixedWidthMajor +com.google.android.material.R$styleable: int[] TabLayout +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintDimensionRatio +wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_0 +retrofit2.OkHttpCall$ExceptionCatchingResponseBody: java.io.IOException thrownException +androidx.hilt.lifecycle.R$color +wangdaye.com.geometricweather.R$styleable: int Constraint_visibilityMode +com.turingtechnologies.materialscrollbar.R$integer: int abc_config_activityShortDur +wangdaye.com.geometricweather.db.entities.DaoMaster$OpenHelper: DaoMaster$OpenHelper(android.content.Context,java.lang.String,android.database.sqlite.SQLiteDatabase$CursorFactory) +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common +android.support.v4.app.INotificationSideChannel$Default: INotificationSideChannel$Default() +android.didikee.donate.R$styleable: int SwitchCompat_trackTintMode +com.google.android.material.R$style: int Theme_AppCompat +androidx.preference.R$style: int Base_V21_Theme_AppCompat +io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable: void setParent(io.reactivex.internal.operators.observable.ObservablePublish$PublishObserver) +wangdaye.com.geometricweather.R$attr: int layout_constraintTop_toTopOf +com.google.android.material.progressindicator.ProgressIndicator: void setIndicatorType(int) +cyanogenmod.profiles.AirplaneModeSettings$BooleanState: AirplaneModeSettings$BooleanState() +com.jaredrummler.android.colorpicker.R$styleable: int Preference_allowDividerBelow +androidx.recyclerview.widget.RecyclerView: void addOnItemTouchListener(androidx.recyclerview.widget.RecyclerView$OnItemTouchListener) +retrofit2.DefaultCallAdapterFactory$1: retrofit2.Call adapt(retrofit2.Call) +androidx.activity.R$attr: int fontProviderFetchTimeout +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties +android.didikee.donate.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle +com.xw.repo.bubbleseekbar.R$attr: int buttonBarPositiveButtonStyle +com.google.android.material.R$styleable: int FloatingActionButton_backgroundTintMode +androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_TabText +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments comments +wangdaye.com.geometricweather.R$styleable: int Preference_android_widgetLayout +com.google.android.material.R$attr: int layout_constraintHorizontal_bias +retrofit2.KotlinExtensions$await$4$2: KotlinExtensions$await$4$2(kotlinx.coroutines.CancellableContinuation) +retrofit2.Response: java.lang.String message() +androidx.constraintlayout.widget.R$attr: int telltales_velocityMode +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: java.lang.Throwable error +androidx.transition.R$id: int tag_unhandled_key_listeners +wangdaye.com.geometricweather.R$bool: int enable_system_alarm_service_default +wangdaye.com.geometricweather.R$attr: int bsb_seek_by_section +retrofit2.ParameterHandler$QueryMap: void apply(retrofit2.RequestBuilder,java.lang.Object) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowActionBar +androidx.work.R$id: int accessibility_custom_action_14 +wangdaye.com.geometricweather.R$attr: int statusBarForeground +androidx.fragment.R$styleable: int[] Fragment +androidx.core.R$id: int accessibility_custom_action_14 +james.adaptiveicon.R$id: int default_activity_button +androidx.fragment.R$styleable: int GradientColor_android_centerColor +androidx.vectordrawable.animated.R$style: int Widget_Compat_NotificationActionText +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ButtonBar +androidx.viewpager2.R$attr: int fastScrollVerticalThumbDrawable +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_content_padding_fullscreen +wangdaye.com.geometricweather.R$id: int tag_accessibility_heading +com.google.android.material.R$color: int design_default_color_error +cyanogenmod.externalviews.ExternalViewProviderService: java.lang.String TAG +com.google.android.material.R$attr: int closeIconTint +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_goneMarginLeft +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: DailyTrendItemView(android.content.Context,android.util.AttributeSet,int) +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_star_half_black_16dp +androidx.preference.R$styleable: int AppCompatTheme_buttonStyle +okhttp3.HttpUrl: java.lang.String encodedQuery() +com.google.android.material.R$color: int mtrl_scrim_color +com.turingtechnologies.materialscrollbar.R$dimen: int notification_small_icon_size_as_large +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: io.reactivex.disposables.Disposable upstream +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: int STATE_RESULT_VALUE +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384 +com.google.android.material.R$dimen: int design_snackbar_extra_spacing_horizontal +okhttp3.CipherSuite: java.util.Comparator ORDER_BY_NAME +wangdaye.com.geometricweather.R$styleable: int Transform_android_scaleY +wangdaye.com.geometricweather.R$dimen: int abc_edit_text_inset_top_material +wangdaye.com.geometricweather.R$anim: int fragment_fade_enter +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.String weatherText +cyanogenmod.app.Profile$1: Profile$1() +okhttp3.MediaType: boolean equals(java.lang.Object) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ListView_DropDown +android.didikee.donate.R$styleable: int AppCompatTheme_textColorSearchUrl +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: io.reactivex.functions.BiFunction resultSelector +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: java.lang.String parent +androidx.appcompat.R$layout: int abc_search_dropdown_item_icons_2line +androidx.legacy.coreutils.R$styleable: int GradientColor_android_centerY +com.github.rahatarmanahmed.cpv.R$attr: int cpv_animAutostart androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constrainedWidth -com.google.android.material.R$id: int chronometer -com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: int getCircularRevealScrimColor() -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common -wangdaye.com.geometricweather.R$string: int mold -okhttp3.CertificatePinner$Pin: java.lang.String toString() -com.turingtechnologies.materialscrollbar.R$attr: int fabCradleRoundedCornerRadius -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Medium -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: void onSubscribe(io.reactivex.disposables.Disposable) -io.reactivex.internal.subscribers.StrictSubscriber -androidx.constraintlayout.widget.R$layout: int select_dialog_singlechoice_material -wangdaye.com.geometricweather.R$attr: int helperTextTextColor -wangdaye.com.geometricweather.R$layout: int abc_search_view -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -io.reactivex.internal.disposables.DisposableHelper: void dispose() -com.google.android.material.progressindicator.ProgressIndicator: void setLinearSeamless(boolean) -wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_hideMotionSpec -com.google.android.material.R$drawable: int abc_tab_indicator_material -com.turingtechnologies.materialscrollbar.R$attr: int layout_anchorGravity -retrofit2.RequestBuilder$ContentTypeOverridingRequestBody: void writeTo(okio.BufferedSink) -androidx.coordinatorlayout.R$attr: int alpha -cyanogenmod.weather.CMWeatherManager: android.content.Context mContext -wangdaye.com.geometricweather.R$styleable: int[] MenuGroup -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.database.Database db -wangdaye.com.geometricweather.R$array: int live_wallpaper_day_night_type_values -wangdaye.com.geometricweather.R$id: int mtrl_picker_text_input_range_start -androidx.appcompat.R$dimen: int abc_action_bar_icon_vertical_padding_material -wangdaye.com.geometricweather.R$string: int total -androidx.preference.R$attr: int tickMarkTint -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getMoldLevel() -wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) -io.reactivex.internal.observers.ForEachWhileObserver: void onError(java.lang.Throwable) -retrofit2.converter.gson.GsonResponseBodyConverter: com.google.gson.TypeAdapter adapter -android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat_ActionBar -wangdaye.com.geometricweather.R$drawable: int widget_card_dark_100 -okhttp3.Cache: okhttp3.Response get(okhttp3.Request) -androidx.appcompat.R$color: int abc_search_url_text_pressed -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language CZECH -wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String getContent() -com.turingtechnologies.materialscrollbar.R$color: int material_grey_800 -wangdaye.com.geometricweather.db.entities.WeatherEntity: long updateTime -com.turingtechnologies.materialscrollbar.R$styleable: int ActionMode_titleTextStyle -okhttp3.internal.http2.Huffman$Node: okhttp3.internal.http2.Huffman$Node[] children -androidx.appcompat.widget.AppCompatRadioButton: void setButtonDrawable(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.R$id: int cpv_color_image_view -androidx.appcompat.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common -com.xw.repo.bubbleseekbar.R$drawable: int abc_text_select_handle_middle_mtrl_light -com.google.android.material.R$layout: int mtrl_alert_select_dialog_item -okhttp3.OkHttpClient: int pingInterval -wangdaye.com.geometricweather.R$array: int week_widget_styles -james.adaptiveicon.R$attr: int editTextStyle -androidx.preference.R$styleable: int AppCompatSeekBar_tickMarkTintMode -androidx.appcompat.R$attr: int paddingStart -io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit,long) -cyanogenmod.providers.CMSettings: java.lang.String ACTION_DATA_USAGE -wangdaye.com.geometricweather.R$styleable: int Layout_constraint_referenced_ids -wangdaye.com.geometricweather.R$styleable: int[] SwitchImageButton -com.turingtechnologies.materialscrollbar.R$attr: int toolbarStyle -androidx.appcompat.R$layout: int abc_screen_simple -cyanogenmod.themes.ThemeManager: void unregisterThemeChangeListener(cyanogenmod.themes.ThemeManager$ThemeChangeListener) -wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.util.Date date -com.turingtechnologies.materialscrollbar.R$animator: int mtrl_chip_state_list_anim -wangdaye.com.geometricweather.R$id: int widget_day_week_icon_1 -wangdaye.com.geometricweather.R$drawable: int flag_br -okhttp3.CacheControl$Builder: boolean immutable -androidx.preference.R$color: int secondary_text_disabled_material_light -com.turingtechnologies.materialscrollbar.R$attr: int reverseLayout -wangdaye.com.geometricweather.R$attr: int waveShape -com.google.android.material.R$styleable: int CardView_contentPaddingTop -wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_arrow -com.jaredrummler.android.colorpicker.R$attr: int listMenuViewStyle -androidx.recyclerview.R$id: int accessibility_custom_action_19 -androidx.appcompat.R$dimen: int tooltip_y_offset_non_touch -org.greenrobot.greendao.AbstractDaoSession: void refresh(java.lang.Object) -androidx.constraintlayout.widget.R$attr: int divider -androidx.appcompat.R$styleable: int SwitchCompat_android_textOn -okhttp3.internal.cache.DiskLruCache$Editor: okio.Sink newSink(int) -wangdaye.com.geometricweather.R$dimen: int compat_notification_large_icon_max_height -cyanogenmod.providers.CMSettings$System: java.lang.String VOLUME_WAKE_SCREEN -cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_TEMPERATURE_MODE -cyanogenmod.weather.IRequestInfoListener$Stub$Proxy: void onLookupCityRequestCompleted(cyanogenmod.weather.RequestInfo,int,java.util.List) -androidx.constraintlayout.widget.R$dimen: int tooltip_y_offset_touch -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceFragmentCompatStyle -wangdaye.com.geometricweather.R$dimen: int daily_trend_item_height -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_6 -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Minimum: int UnitType -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum: AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum() -androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_ttcIndex -cyanogenmod.externalviews.ExternalViewProviderService$1 -com.google.android.material.R$styleable: int ActionBar_itemPadding -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: void cancelLiveLockScreen(java.lang.String,int,int) -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void dispose() -androidx.appcompat.widget.AppCompatCheckBox: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_enabled -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeTotalPrecipitationProbability -androidx.constraintlayout.widget.R$anim: int abc_slide_in_bottom -wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_3 -io.reactivex.internal.subscriptions.SubscriptionHelper: boolean deferredSetOnce(java.util.concurrent.atomic.AtomicReference,java.util.concurrent.atomic.AtomicLong,org.reactivestreams.Subscription) -android.support.v4.os.ResultReceiver: int describeContents() -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionMode -retrofit2.CallAdapter$Factory: retrofit2.CallAdapter get(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) -androidx.cardview.widget.CardView: void setMaxCardElevation(float) -cyanogenmod.profiles.RingModeSettings: RingModeSettings() -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Subhead -cyanogenmod.profiles.RingModeSettings: java.lang.String RING_MODE_NORMAL -wangdaye.com.geometricweather.R$styleable: int MotionLayout_motionDebug -com.google.android.material.R$attr: int navigationViewStyle -com.turingtechnologies.materialscrollbar.R$drawable: int abc_seekbar_thumb_material -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure: AccuCurrentResult$Pressure() -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Button -com.jaredrummler.android.colorpicker.R$layout: int support_simple_spinner_dropdown_item -okhttp3.HttpUrl: java.lang.String PATH_SEGMENT_ENCODE_SET -cyanogenmod.profiles.LockSettings: LockSettings(int) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getAqiIndex() -io.reactivex.Observable: io.reactivex.Observable takeUntil(io.reactivex.functions.Predicate) -androidx.lifecycle.ClassesInfoCache: androidx.lifecycle.ClassesInfoCache$CallbackInfo getInfo(java.lang.Class) -wangdaye.com.geometricweather.R$attr: int cpv_animDuration -androidx.preference.R$dimen: int abc_dialog_padding_material -cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String EXTRA_ALARM_ID -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: WeatherContract$WeatherColumns$WeatherCode() -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_content_padding -wangdaye.com.geometricweather.R$styleable: int GradientColor_android_startY -okhttp3.Request$Builder: okhttp3.Request$Builder method(java.lang.String,okhttp3.RequestBody) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: CaiYunMainlyResult$ForecastHourlyBean() -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: void onNext(java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerSizeTopRight -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability getPrecipitationProbability() -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeCutDrawable +androidx.preference.R$dimen: int abc_text_size_body_1_material +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox +android.didikee.donate.R$style: int Widget_AppCompat_ListPopupWindow +okhttp3.Cache: okhttp3.internal.cache.CacheRequest put(okhttp3.Response) +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_numericModifiers +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind: java.lang.String icon +com.google.android.material.R$attr: int errorTextAppearance +androidx.lifecycle.LifecycleRegistry: void sync() +androidx.hilt.lifecycle.R$id: int line3 +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void dispose() +androidx.loader.R$styleable: int FontFamilyFont_android_fontVariationSettings +androidx.preference.R$attr: int layout_insetEdge +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_editor_absoluteX +cyanogenmod.externalviews.ExternalView: void onActivityCreated(android.app.Activity,android.os.Bundle) +com.google.android.material.R$dimen: int abc_dropdownitem_text_padding_left +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_iconSpaceReserved +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_pivotY +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode HAZE +androidx.core.R$styleable: int[] ColorStateListItem +wangdaye.com.geometricweather.R$drawable: int abc_btn_check_material +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_navigation_height +retrofit2.Retrofit$1: java.lang.Class val$service +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum: java.lang.String Unit +wangdaye.com.geometricweather.common.rxjava.BaseObserver: void onComplete() +com.google.android.material.R$attr: int appBarLayoutStyle +androidx.recyclerview.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintCircleAngle +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_barrierAllowsGoneWidgets +cyanogenmod.providers.CMSettings$System$1 +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_NavigationView +james.adaptiveicon.R$drawable: int abc_ic_ab_back_material +wangdaye.com.geometricweather.R$string: int feedback_delete_succeed +androidx.dynamicanimation.R$id: int right_side +androidx.appcompat.widget.Toolbar: void setSubtitleTextColor(android.content.res.ColorStateList) +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_contentDescription +androidx.loader.R$id: int async +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode +com.xw.repo.bubbleseekbar.R$attr: int contentInsetStart +cyanogenmod.app.CustomTile$ExpandedStyle: int REMOTE_STYLE +wangdaye.com.geometricweather.R$attr: int chipStyle +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: void onSuccess(java.lang.Object) +retrofit2.Call: void enqueue(retrofit2.Callback) +cyanogenmod.app.CustomTileListenerService +wangdaye.com.geometricweather.R$drawable: int ic_plus +androidx.preference.R$styleable: int ActionBar_contentInsetEnd +io.reactivex.internal.subscriptions.EmptySubscription: void cancel() +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_lightContainer +cyanogenmod.profiles.AirplaneModeSettings: AirplaneModeSettings(android.os.Parcel) +androidx.constraintlayout.widget.R$styleable: int[] MotionTelltales +wangdaye.com.geometricweather.R$id: int smallLabel +com.google.android.material.slider.BaseSlider: void setThumbStrokeWidthResource(int) +com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: android.graphics.drawable.Drawable getCircularRevealOverlayDrawable() +androidx.constraintlayout.widget.R$attr: int navigationIcon +androidx.constraintlayout.widget.R$attr: int colorControlActivated +androidx.vectordrawable.R$styleable: int GradientColor_android_startY +com.google.android.material.R$attr: int moveWhenScrollAtTop +okhttp3.internal.cache.CacheInterceptor$1: okio.BufferedSink val$cacheBody +com.google.android.material.R$drawable: int notify_panel_notification_icon_bg +androidx.transition.R$layout: int notification_template_part_time +androidx.constraintlayout.widget.R$styleable: int Motion_pathMotionArc +androidx.appcompat.R$attr: int popupMenuStyle +james.adaptiveicon.R$drawable: int abc_text_select_handle_left_mtrl_light +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal +io.reactivex.internal.disposables.SequentialDisposable: long serialVersionUID +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX brandInfo +com.jaredrummler.android.colorpicker.R$style: R$style() +androidx.lifecycle.ClassesInfoCache$CallbackInfo: java.util.Map mEventToHandlers +com.google.android.material.R$dimen: int abc_action_bar_overflow_padding_end_material +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber +cyanogenmod.app.ProfileGroup: void setSoundOverride(android.net.Uri) +com.google.android.material.R$styleable: int ClockHandView_materialCircleRadius +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void dispose() +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge +android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionBar_Solid +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_3_30 +androidx.cardview.R$color: int cardview_dark_background +com.google.android.material.R$color: int design_default_color_primary +android.didikee.donate.R$attr: int thumbTintMode +cyanogenmod.app.CMTelephonyManager: cyanogenmod.app.ICMTelephonyManager getService() +android.didikee.donate.R$styleable: int Toolbar_contentInsetEndWithActions +androidx.constraintlayout.widget.R$interpolator: int btn_radio_to_off_mtrl_animation_interpolator_0 +androidx.appcompat.R$styleable: int ActionBar_title +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: java.lang.String unit +wangdaye.com.geometricweather.R$styleable: int KeyTrigger_motionTarget +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintBaseline_creator +cyanogenmod.media.MediaRecorder: java.lang.String CAPTURE_AUDIO_HOTWORD_PERMISSION +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamily_fontProviderFetchStrategy +com.google.android.material.R$attr: int expandedTitleMarginBottom +com.jaredrummler.android.colorpicker.R$style: int Base_DialogWindowTitle_AppCompat +androidx.constraintlayout.widget.R$styleable: int Transition_constraintSetEnd +androidx.appcompat.R$attr: int subtitleTextStyle +wangdaye.com.geometricweather.R$attr: int waveDecay +com.google.android.material.R$id: int NO_DEBUG +james.adaptiveicon.R$style: int Widget_AppCompat_ActionBar_TabText +com.google.android.material.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow +androidx.appcompat.R$attr: int backgroundTintMode +wangdaye.com.geometricweather.R$string: int feedback_click_toggle +retrofit2.converter.gson.GsonConverterFactory: GsonConverterFactory(com.google.gson.Gson) +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void otherComplete() +cyanogenmod.hardware.CMHardwareManager: int VIBRATOR_DEFAULT_INDEX +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainNoLast: void run() +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: com.google.android.material.animation.MotionSpec getHideMotionSpec() +wangdaye.com.geometricweather.R$string: int bottom_sheet_behavior +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float snow3h +cyanogenmod.profiles.StreamSettings: void readFromParcel(android.os.Parcel) +com.jaredrummler.android.colorpicker.ColorPreferenceCompat +cyanogenmod.weather.RequestInfo: cyanogenmod.weather.IRequestInfoListener getRequestListener() +com.google.android.material.transformation.FabTransformationScrimBehavior: FabTransformationScrimBehavior() +androidx.hilt.R$id: int accessibility_custom_action_4 +com.google.android.material.R$styleable: int ConstraintSet_deriveConstraintsFrom +androidx.preference.R$string +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem +androidx.appcompat.R$styleable: int[] AlertDialog +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup +okhttp3.internal.http2.Http2Connection$6: int val$byteCount +okhttp3.internal.ws.RealWebSocket: long CANCEL_AFTER_CLOSE_MILLIS +com.google.android.material.progressindicator.ProgressIndicator: void setProgressDrawable(android.graphics.drawable.Drawable) +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text +wangdaye.com.geometricweather.R$attr: int layout_constraintHeight_min +james.adaptiveicon.R$attr: int actionModeSelectAllDrawable +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_transitionPathRotate +androidx.constraintlayout.utils.widget.ImageFilterButton: void setRound(float) +android.didikee.donate.R$style: int Base_DialogWindowTitleBackground_AppCompat +cyanogenmod.alarmclock.ClockContract$CitiesColumns: java.lang.String TIMEZONE_NAME +android.didikee.donate.R$layout: int abc_screen_content_include +com.google.android.material.button.MaterialButtonToggleGroup: int getFirstVisibleChildIndex() +androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat +wangdaye.com.geometricweather.R$string: int settings_title_notification_hide_big_view +wangdaye.com.geometricweather.R$color: int colorSearchBarBackground +android.didikee.donate.R$attr: int actionViewClass +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver this$0 +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeFindDrawable +wangdaye.com.geometricweather.R$string: int key_icon_provider +com.google.android.material.R$styleable: int Toolbar_subtitleTextColor +wangdaye.com.geometricweather.R$layout: int design_layout_snackbar_include +okio.Options: okio.ByteString[] byteStrings +com.google.android.material.chip.Chip: void setOnCheckedChangeListenerInternal(android.widget.CompoundButton$OnCheckedChangeListener) +androidx.constraintlayout.widget.R$color: int androidx_core_ripple_material_light +okhttp3.HttpUrl: java.lang.String canonicalize(java.lang.String,java.lang.String,boolean,boolean,boolean,boolean) +wangdaye.com.geometricweather.R$id: int scale +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionButton_Overflow +androidx.constraintlayout.widget.R$styleable: int[] KeyCycle +okio.BufferedSource: long indexOf(byte) +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_DarkActionBar +io.reactivex.Observable: io.reactivex.Observable concatWith(io.reactivex.SingleSource) +wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.String getKey(wangdaye.com.geometricweather.db.entities.LocationEntity) +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_menu +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_go_search_api_material +cyanogenmod.app.IProfileManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() +androidx.appcompat.R$style: int Base_Widget_AppCompat_PopupMenu +androidx.constraintlayout.widget.R$drawable: int abc_ratingbar_indicator_material +androidx.appcompat.R$dimen: int abc_dropdownitem_icon_width +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeRainPrecipitation() +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void dispose() +james.adaptiveicon.R$styleable: int[] MenuGroup +io.reactivex.internal.observers.DeferredScalarDisposable: void clear() +androidx.work.R$dimen: int notification_top_pad_large_text +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void disposeBoundary() +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_dividerPadding +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: int leftIndex +wangdaye.com.geometricweather.Hilt_GeometricWeather: Hilt_GeometricWeather() +androidx.lifecycle.LiveData: boolean hasObservers() +wangdaye.com.geometricweather.R$styleable: int ArcProgress_max +okhttp3.internal.ws.WebSocketReader: okio.Buffer messageFrameBuffer +androidx.appcompat.R$attr: int switchStyle +androidx.activity.R$drawable: R$drawable() +com.turingtechnologies.materialscrollbar.R$styleable: int[] FloatingActionButton_Behavior_Layout +androidx.appcompat.R$styleable: int SwitchCompat_thumbTint +wangdaye.com.geometricweather.R$drawable: int ic_sunset +com.turingtechnologies.materialscrollbar.R$string: int path_password_strike_through +james.adaptiveicon.R$attr: int actionOverflowMenuStyle +okhttp3.CipherSuite: java.lang.String toString() +androidx.preference.R$dimen: int abc_text_size_large_material +androidx.appcompat.R$id: int title_template +wangdaye.com.geometricweather.R$drawable: int notif_temp_14 +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningMaxCountItems: java.lang.String textCount +androidx.appcompat.widget.AppCompatSpinner: void setAdapter(android.widget.Adapter) +com.xw.repo.bubbleseekbar.R$styleable: int MenuGroup_android_id +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: void onError(java.lang.Throwable) +com.turingtechnologies.materialscrollbar.R$styleable: int FlowLayout_itemSpacing +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ListMenuView +com.google.android.material.R$dimen: int mtrl_calendar_selection_text_baseline_to_bottom_fullscreen +com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_barLength +com.google.android.material.R$id: int touch_outside +wangdaye.com.geometricweather.R$drawable: int notif_temp_38 +androidx.appcompat.R$id: int accessibility_custom_action_31 +androidx.viewpager.R$styleable: int FontFamilyFont_fontWeight +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData +okio.SegmentedByteString: byte[][] segments +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$styleable: int SearchView_queryHint +cyanogenmod.app.IProfileManager$Stub$Proxy: boolean removeProfile(cyanogenmod.app.Profile) +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: int rightIndex +com.google.android.material.R$string: int mtrl_picker_confirm +com.google.android.material.R$styleable: int[] PopupWindow +androidx.preference.R$attr: int buttonTint +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_fontVariationSettings +androidx.activity.R$id: int accessibility_custom_action_24 +androidx.preference.R$styleable: int PreferenceFragment_android_dividerHeight +com.google.android.material.R$dimen: int design_navigation_elevation +com.bumptech.glide.integration.okhttp.R$layout: int notification_template_custom_big +com.xw.repo.bubbleseekbar.R$id: int action_menu_divider +androidx.preference.R$attr: int drawableRightCompat +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps: MfWarningsResult$WarningTimelaps() +io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function3) +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: long produced +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Headline4 +com.google.android.material.internal.CheckableImageButton: CheckableImageButton(android.content.Context,android.util.AttributeSet,int) +com.xw.repo.bubbleseekbar.R$styleable: int PopupWindow_android_popupAnimationStyle +com.google.android.material.chip.Chip: void setCloseIconContentDescription(java.lang.CharSequence) +com.turingtechnologies.materialscrollbar.R$styleable: int MenuGroup_android_checkableBehavior +androidx.preference.MultiSelectListPreference$SavedState +io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: long idx +org.greenrobot.greendao.AbstractDao: AbstractDao(org.greenrobot.greendao.internal.DaoConfig) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onAttach() +okio.ByteString: java.lang.String utf8() +wangdaye.com.geometricweather.R$attr: int counterEnabled +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatSeekBar_tickMark +wangdaye.com.geometricweather.R$drawable: int shortcuts_cloudy +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Imperial: AccuCurrentResult$Pressure$Imperial() +cyanogenmod.app.Profile: void setTrigger(cyanogenmod.app.Profile$ProfileTrigger) +androidx.appcompat.R$anim: int btn_checkbox_to_unchecked_box_inner_merged_animation +com.google.android.material.card.MaterialCardView: int getStrokeWidth() +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_DrawerArrowToggle +okio.Buffer$UnsafeCursor: int end +cyanogenmod.providers.CMSettings$Global: java.lang.String POWER_NOTIFICATIONS_RINGTONE +androidx.viewpager2.R$dimen +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_paddingRight +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver +com.google.android.material.textfield.MaterialAutoCompleteTextView: MaterialAutoCompleteTextView(android.content.Context) +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_thumbTint +com.google.android.material.R$styleable: int MockView_mock_labelBackgroundColor +james.adaptiveicon.R$styleable: int AppCompatTheme_colorPrimaryDark +cyanogenmod.providers.CMSettings$System: int getIntForUser(android.content.ContentResolver,java.lang.String,int,int) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_goneMarginLeft +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_prefixText +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.internal.util.AtomicThrowable errors +okhttp3.internal.cache.DiskLruCache$1: void run() +com.google.android.material.radiobutton.MaterialRadioButton +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_trackTint +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Metric: AccuCurrentResult$Visibility$Metric() +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_10 +androidx.appcompat.app.AlertController$RecycleListView: AlertController$RecycleListView(android.content.Context) +androidx.preference.R$attr: int switchTextOff +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_overflow_padding_end_material +okio.DeflaterSink +wangdaye.com.geometricweather.R$string: int mtrl_picker_text_input_year_abbr +wangdaye.com.geometricweather.R$id: int largeLabel +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getWallpaperThemePackageName() +wangdaye.com.geometricweather.R$id: int widget_remote_drawable +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_typeface +james.adaptiveicon.R$id: int async +cyanogenmod.providers.CMSettings$Secure: long getLong(android.content.ContentResolver,java.lang.String) +com.google.android.material.R$styleable: int MotionHelper_onHide +com.jaredrummler.android.colorpicker.R$color +com.jaredrummler.android.colorpicker.R$color: int primary_text_disabled_material_light +wangdaye.com.geometricweather.R$string: int minutely_overview +org.greenrobot.greendao.AbstractDaoSession: void delete(java.lang.Object) +cyanogenmod.platform.R$drawable +wangdaye.com.geometricweather.R$styleable: int Preference_android_persistent +com.jaredrummler.android.colorpicker.R$dimen: int cpv_color_preference_large +okhttp3.internal.http2.Http2Connection$6: void execute() +androidx.appcompat.widget.ButtonBarLayout: void setStacked(boolean) +androidx.core.R$id: int accessibility_custom_action_30 +androidx.constraintlayout.widget.R$attr: int region_widthLessThan +wangdaye.com.geometricweather.R$drawable: int ic_mtrl_chip_checked_circle +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_41 +android.didikee.donate.R$attr: int theme +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub: android.os.IBinder asBinder() +com.xw.repo.bubbleseekbar.R$layout: int select_dialog_singlechoice_material +cyanogenmod.profiles.ConnectionSettings: boolean isOverride() +androidx.preference.R$layout: int abc_select_dialog_material +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.lang.String weatherText +android.didikee.donate.R$styleable: int Toolbar_android_gravity +okhttp3.WebSocket: boolean close(int,java.lang.String) +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout: FitSystemBarAppBarLayout(android.content.Context,android.util.AttributeSet,int) androidx.hilt.lifecycle.R$id: int action_divider -com.google.android.material.R$styleable: int Toolbar_titleMarginBottom -androidx.vectordrawable.animated.R$id: int right_icon -androidx.hilt.R$id: int right_icon -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_writePersistentBytes -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: ObservableRange$RangeDisposable(io.reactivex.Observer,long,long) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_popupWindowStyle -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_popupTheme -io.reactivex.Observable: io.reactivex.Observable concatMapMaybe(io.reactivex.functions.Function,int) -wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.Object readKey(android.database.Cursor,int) -cyanogenmod.externalviews.KeyguardExternalView$1: cyanogenmod.externalviews.KeyguardExternalView this$0 -com.jaredrummler.android.colorpicker.R$layout: int abc_screen_simple_overlay_action_mode -cyanogenmod.themes.ThemeChangeRequest: ThemeChangeRequest(java.util.Map,java.util.Map,cyanogenmod.themes.ThemeChangeRequest$RequestType,long,cyanogenmod.themes.ThemeChangeRequest$1) -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: boolean isDisposed() -com.google.android.material.R$layout: int text_view_without_line_height -okhttp3.internal.ws.WebSocketWriter: void writeMessageFrame(int,long,boolean,boolean) -wangdaye.com.geometricweather.R$id: int activity_widget_config_custom_scrollView -androidx.preference.R$attr: int background -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_ActionBar -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_end -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_autoSizeMaxTextSize -cyanogenmod.weatherservice.ServiceRequest: cyanogenmod.weather.RequestInfo mInfo -androidx.customview.R$dimen: int compat_button_inset_horizontal_material -okhttp3.internal.http2.Hpack$Reader: void readHeaders() -com.jaredrummler.android.colorpicker.R$id: int italic -androidx.viewpager.widget.ViewPager: void addOnAdapterChangeListener(androidx.viewpager.widget.ViewPager$OnAdapterChangeListener) -com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setPresenter(com.google.android.material.bottomnavigation.BottomNavigationPresenter) -androidx.legacy.coreutils.R$id: int line3 -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$array: int temperature_unit_values -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Wind: java.lang.String windspeed -androidx.fragment.R$color: int notification_action_color_filter -androidx.preference.R$layout: int select_dialog_item_material -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Title -retrofit2.RequestBuilder: java.lang.String method -james.adaptiveicon.R$dimen: int abc_action_bar_icon_vertical_padding_material -io.reactivex.Observable: io.reactivex.Observable mergeDelayError(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource) -androidx.preference.R$styleable: int[] PreferenceFragment -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index: java.lang.String color -okhttp3.internal.http2.Http2Connection: int OKHTTP_CLIENT_WINDOW_SIZE -androidx.preference.R$string: int abc_searchview_description_voice -com.google.android.material.appbar.CollapsingToolbarLayout: void setVisibility(int) -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments: long endTime -com.turingtechnologies.materialscrollbar.R$dimen: int abc_search_view_preferred_height -wangdaye.com.geometricweather.R$id: int container_main_header_tempTxt -androidx.appcompat.R$id: int accessibility_custom_action_19 -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setTextAppearanceActive(int) -androidx.appcompat.resources.R$drawable: R$drawable() -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int BLOWING_SNOW -androidx.vectordrawable.R$attr: int fontProviderFetchTimeout -com.google.android.material.R$styleable: int TextInputLayout_counterTextColor -wangdaye.com.geometricweather.R$styleable: int[] FragmentContainerView -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Medium -okhttp3.internal.http2.PushObserver: okhttp3.internal.http2.PushObserver CANCEL -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header -androidx.preference.R$attr: int showDividers -android.didikee.donate.R$color: int primary_dark_material_light -okhttp3.internal.cache.CacheInterceptor: CacheInterceptor(okhttp3.internal.cache.InternalCache) -androidx.appcompat.R$styleable: int[] StateListDrawableItem -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX -wangdaye.com.geometricweather.R$layout: int container_main_aqi -okhttp3.internal.http2.PushObserver$1: boolean onData(int,okio.BufferedSource,int,boolean) -androidx.appcompat.R$drawable: int abc_ic_commit_search_api_mtrl_alpha -com.google.android.material.R$color: int abc_primary_text_material_light -okhttp3.internal.ws.WebSocketProtocol: int B1_MASK_LENGTH -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult: MfHistoryResult() -androidx.appcompat.resources.R$drawable: int notification_tile_bg -cyanogenmod.app.Profile: cyanogenmod.profiles.RingModeSettings mRingMode -com.jaredrummler.android.colorpicker.ColorPanelView: int getColor() -wangdaye.com.geometricweather.R$attr: int chipEndPadding -com.jaredrummler.android.colorpicker.R$id: int transparency_seekbar -retrofit2.ParameterHandler$1: void apply(retrofit2.RequestBuilder,java.lang.Iterable) -wangdaye.com.geometricweather.R$attr: int flow_horizontalBias -wangdaye.com.geometricweather.R$id: int ragweedIcon -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionDropDownStyle -com.google.android.material.R$dimen: int mtrl_btn_z -cyanogenmod.providers.CMSettings$System: java.lang.String getStringForUser(android.content.ContentResolver,java.lang.String,int) -androidx.appcompat.widget.AppCompatRatingBar: AppCompatRatingBar(android.content.Context,android.util.AttributeSet) -com.google.android.material.textfield.TextInputLayout: void setHintEnabled(boolean) -wangdaye.com.geometricweather.R$attr: int colorSwitchThumbNormal -androidx.appcompat.R$style: int Base_Widget_AppCompat_EditText -okio.InflaterSource: okio.Timeout timeout() -androidx.vectordrawable.R$styleable: int ColorStateListItem_alpha -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean onSearchRequested() -com.jaredrummler.android.colorpicker.R$drawable: int abc_text_select_handle_right_mtrl_light -com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_elevation -androidx.preference.R$styleable: int DrawerArrowToggle_color -androidx.appcompat.R$id: int tag_accessibility_clickable_spans -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge -wangdaye.com.geometricweather.resource.utils.ResourceUtils$NullException: ResourceUtils$NullException() +android.didikee.donate.R$id: int scrollIndicatorDown +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamily_fontProviderQuery +com.bumptech.glide.R$dimen: int notification_right_side_padding_top +com.jaredrummler.android.colorpicker.R$attr: int navigationContentDescription +okhttp3.Dispatcher: void executed(okhttp3.RealCall) +com.xw.repo.bubbleseekbar.R$dimen: int hint_pressed_alpha_material_dark +com.jaredrummler.android.colorpicker.R$attr: int spinBars +cyanogenmod.weatherservice.ServiceRequestResult$Builder +androidx.lifecycle.AndroidViewModel: AndroidViewModel(android.app.Application) +com.xw.repo.bubbleseekbar.R$attr: int backgroundStacked +com.google.android.material.R$styleable: int MaterialCardView_rippleColor +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_maxElementsWrap +okhttp3.internal.cache.DiskLruCache: java.lang.String JOURNAL_FILE +com.google.android.material.R$styleable: int CustomAttribute_attributeName +retrofit2.CallAdapter$Factory +com.google.android.material.R$styleable: int Chip_checkedIconVisible +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: boolean isDisposed() +com.turingtechnologies.materialscrollbar.R$id: int parentPanel +com.google.android.material.chip.Chip: void setChipEndPadding(float) +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Button_Small +okio.InflaterSource +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_goneMarginStart +androidx.constraintlayout.helper.widget.Layer: void setPivotX(float) +wangdaye.com.geometricweather.R$color: int bright_foreground_disabled_material_dark +com.google.android.material.R$id: int month_title +cyanogenmod.app.ILiveLockScreenChangeListener$Stub$Proxy +androidx.customview.R$id: int blocking +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_SearchView_ActionBar +androidx.preference.R$styleable: int AppCompatTheme_windowActionBarOverlay +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle +wangdaye.com.geometricweather.R$styleable: int Chip_iconEndPadding +androidx.appcompat.R$styleable: int ActionBar_contentInsetEndWithActions +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: boolean isDisposed() +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +androidx.preference.R$drawable: int abc_list_selector_background_transition_holo_light +wangdaye.com.geometricweather.R$string: int widget_clock_day_horizontal +androidx.appcompat.R$color: int material_grey_100 +com.google.android.material.R$styleable: int Layout_layout_constraintGuide_end +wangdaye.com.geometricweather.R$id: int action_bar_container +wangdaye.com.geometricweather.R$attr: int layout_constraintBottom_creator +wangdaye.com.geometricweather.R$string: int grass +com.google.android.material.R$styleable: int KeyTrigger_triggerSlack +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse +androidx.lifecycle.SavedStateHandle: boolean contains(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_verticalAlign +io.reactivex.Observable: io.reactivex.Observable zipWith(java.lang.Iterable,io.reactivex.functions.BiFunction) +com.xw.repo.bubbleseekbar.R$dimen: int abc_button_inset_horizontal_material +android.didikee.donate.R$styleable: int AppCompatTheme_colorPrimaryDark +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: java.util.List Sources +cyanogenmod.app.ProfileManager: cyanogenmod.app.Profile getActiveProfile() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum +cyanogenmod.profiles.LockSettings$1: cyanogenmod.profiles.LockSettings createFromParcel(android.os.Parcel) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: int getStatus() +cyanogenmod.themes.ThemeManager: cyanogenmod.themes.ThemeChangeRequest$RequestType getLastThemeChangeRequestType() +com.google.android.material.slider.Slider: android.content.res.ColorStateList getTickActiveTintList() +wangdaye.com.geometricweather.R$drawable: int donate_wechat +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemBackground +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense +wangdaye.com.geometricweather.R$dimen: int mtrl_snackbar_message_margin_horizontal +com.google.android.material.progressindicator.ProgressIndicator: void setIndeterminate(boolean) +com.jaredrummler.android.colorpicker.R$dimen: int abc_edit_text_inset_bottom_material +com.google.android.material.R$dimen: int compat_button_inset_horizontal_material +okio.DeflaterSink: java.lang.String toString() +com.google.android.material.R$styleable: int AppCompatTheme_dialogTheme +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_ActionBar +androidx.appcompat.resources.R$styleable: R$styleable() +cyanogenmod.externalviews.ExternalViewProviderService$Provider: void onDetach() +com.google.android.material.R$attr: int materialAlertDialogTitlePanelStyle +androidx.preference.R$style: int Theme_AppCompat_DayNight_Dialog +wangdaye.com.geometricweather.R$styleable: int MaterialCardView_shapeAppearanceOverlay +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language CHINESE +com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getThumbTintList() +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Menu +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String ICON_PREVIEW_2 +james.adaptiveicon.R$attr: int ratingBarStyleIndicator +com.jaredrummler.android.colorpicker.R$string: int cpv_transparency +com.google.android.material.datepicker.CompositeDateValidator +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ZEN_ALLOW_LIGHTS_VALIDATOR +wangdaye.com.geometricweather.R$dimen: int mtrl_low_ripple_default_alpha +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: io.reactivex.processors.FlowableProcessor processor +com.turingtechnologies.materialscrollbar.R$attr: int isLightTheme +androidx.lifecycle.extensions.R$id: int tag_screen_reader_focusable +wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTomorrowForecastUpdateService: ForegroundTomorrowForecastUpdateService() +com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter +androidx.dynamicanimation.R$attr: int fontProviderQuery +com.google.android.material.R$styleable: int Constraint_android_id +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$LocalSource LocalSource +com.turingtechnologies.materialscrollbar.R$style: int Platform_Widget_AppCompat_Spinner +com.google.gson.stream.JsonReader: double nextDouble() +com.xw.repo.bubbleseekbar.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog +cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_setDataConnectionSelectedOnSub +wangdaye.com.geometricweather.R$id: int notification_base_icon +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String aqi +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_thumbTint +io.reactivex.Observable: io.reactivex.Observable onErrorResumeNext(io.reactivex.ObservableSource) +io.reactivex.Observable: io.reactivex.Observable mergeDelayError(java.lang.Iterable) +com.xw.repo.bubbleseekbar.R$id: int group_divider +com.google.android.material.R$style: int Base_Widget_AppCompat_ListView_Menu +okhttp3.internal.http.RetryAndFollowUpInterceptor: okhttp3.OkHttpClient client +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: void setFrom(java.lang.String) +james.adaptiveicon.R$dimen: int abc_text_size_menu_material +wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_daySelectedStyle +com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_arrowShaftLength +androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() +okio.SegmentedByteString: boolean rangeEquals(int,okio.ByteString,int,int) +wangdaye.com.geometricweather.R$attr: int searchViewStyle +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_borderlessButtonStyle +com.bumptech.glide.R$dimen: int notification_right_icon_size +com.google.android.material.slider.BaseSlider: void setTickInactiveTintList(android.content.res.ColorStateList) +com.google.android.material.R$styleable: int KeyCycle_android_alpha +cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: android.os.IBinder asBinder() +com.jaredrummler.android.colorpicker.R$attr: int seekBarStyle +okhttp3.internal.http2.Http2Connection: void close() +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle +androidx.constraintlayout.widget.R$drawable: int abc_textfield_default_mtrl_alpha +cyanogenmod.app.ProfileManager: android.app.NotificationGroup getNotificationGroup(java.util.UUID) +okhttp3.OkHttpClient: java.util.List interceptors +androidx.appcompat.resources.R$id: int accessibility_custom_action_5 +wangdaye.com.geometricweather.R$drawable: int mtrl_ic_cancel +okhttp3.internal.ws.RealWebSocket: void runWriter() +com.bumptech.glide.R$dimen: int compat_notification_large_icon_max_height +cyanogenmod.weather.CMWeatherManager$2$2: CMWeatherManager$2$2(cyanogenmod.weather.CMWeatherManager$2,cyanogenmod.weather.CMWeatherManager$LookupCityRequestListener,int,java.util.List) +androidx.constraintlayout.helper.widget.Flow: void setPaddingRight(int) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind wind +wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.String getUVDescription() +androidx.legacy.coreutils.R$styleable: int FontFamilyFont_android_ttcIndex +com.xw.repo.bubbleseekbar.R$attr: int paddingBottomNoButtons +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver +androidx.preference.R$style: int Widget_AppCompat_ListMenuView +okhttp3.internal.http1.Http1Codec$AbstractSource: Http1Codec$AbstractSource(okhttp3.internal.http1.Http1Codec) +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.lang.String level +com.google.gson.LongSerializationPolicy +wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_2 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Metric +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Country: java.lang.String ID +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String COL_COMPONENT_ID +com.google.android.material.R$attr: int cornerFamilyTopRight +io.reactivex.Observable: io.reactivex.Observable flatMapMaybe(io.reactivex.functions.Function,boolean) +com.google.android.material.R$styleable: int AppCompatTheme_selectableItemBackground +androidx.constraintlayout.widget.R$styleable: int MenuGroup_android_menuCategory +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_cornerRadius +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean +cyanogenmod.providers.WeatherContract: WeatherContract() +com.google.android.material.R$styleable: int MaterialAutoCompleteTextView_android_inputType +wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_level +cyanogenmod.themes.IThemeService$Stub$Proxy: boolean isThemeBeingProcessed(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModePopupWindowStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String src +android.didikee.donate.R$styleable: int TextAppearance_android_textColor +android.support.v4.os.IResultReceiver: void send(int,android.os.Bundle) +androidx.appcompat.R$attr: int viewInflaterClass +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_placeholderText +io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: void onError(java.lang.Throwable) +androidx.work.ExistingPeriodicWorkPolicy: androidx.work.ExistingPeriodicWorkPolicy KEEP +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void onError(java.lang.Throwable) +androidx.work.R$dimen: int compat_button_padding_vertical_material +com.google.android.material.internal.NavigationMenuView: int getWindowAnimations() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatImageView_srcCompat +okhttp3.Response: long receivedResponseAtMillis +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_SearchView +wangdaye.com.geometricweather.R$animator: int design_fab_hide_motion_spec +wangdaye.com.geometricweather.R$styleable: int View_android_focusable +wangdaye.com.geometricweather.R$drawable: int notif_temp_24 +androidx.preference.R$style: int Base_Widget_AppCompat_ProgressBar +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_3DES_EDE_CBC_SHA +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver +com.google.android.material.R$style: int Widget_MaterialComponents_ExtendedFloatingActionButton +com.xw.repo.bubbleseekbar.R$id: int right +com.turingtechnologies.materialscrollbar.R$styleable: int[] CoordinatorLayout +wangdaye.com.geometricweather.R$styleable: int StateListDrawable_android_dither +okhttp3.internal.http2.ConnectionShutdownException: ConnectionShutdownException() +androidx.appcompat.resources.R$styleable: int GradientColor_android_startX +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating: AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating() +okio.BufferedSource: byte[] readByteArray(long) +com.google.android.material.bottomappbar.BottomAppBar$SavedState +cyanogenmod.app.IProfileManager$Stub$Proxy: void updateNotificationGroup(android.app.NotificationGroup) +io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: io.reactivex.ObservableSource source +wangdaye.com.geometricweather.R$attr: int dialogTitle +com.google.android.material.tabs.TabLayout: void setSelectedTabIndicatorHeight(int) +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_numericShortcut +io.reactivex.internal.disposables.DisposableHelper: io.reactivex.internal.disposables.DisposableHelper valueOf(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle +com.google.android.material.R$color: int design_default_color_on_secondary +wangdaye.com.geometricweather.R$attr: int listPreferredItemPaddingLeft +com.google.android.material.R$styleable: int ShapeAppearance_cornerFamilyBottomRight +androidx.preference.R$styleable: int Preference_enableCopying +com.google.android.material.slider.BaseSlider: void setHaloRadius(int) +okhttp3.internal.tls.DistinguishedNameParser: java.lang.String hexAV() +wangdaye.com.geometricweather.R$id: int item_icon_provider_clearIcon +androidx.appcompat.R$styleable: int GradientColorItem_android_offset +androidx.lifecycle.ClassesInfoCache +com.google.gson.stream.JsonReader: int PEEKED_UNQUOTED_NAME +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setShowMotionSpecResource(int) +androidx.appcompat.R$styleable: int Toolbar_android_minHeight +wangdaye.com.geometricweather.R$drawable: int ic_drag +wangdaye.com.geometricweather.R$string: int settings_notification_background_off +james.adaptiveicon.R$style: int Base_DialogWindowTitle_AppCompat +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_defaultQueryHint +wangdaye.com.geometricweather.R$attr: int colorOnSurface +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean getSunRiseSet() +wangdaye.com.geometricweather.R$styleable: int Fragment_android_id +wangdaye.com.geometricweather.db.entities.DailyEntityDao: org.greenrobot.greendao.query.Query weatherEntity_DailyEntityListQuery +com.jaredrummler.android.colorpicker.R$drawable: int abc_text_select_handle_right_mtrl_dark +androidx.vectordrawable.R$id: int notification_main_column_container +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setShifting(boolean) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_goneMarginStart +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void innerClose(boolean,io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver) +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Medium +wangdaye.com.geometricweather.R$styleable: int ActionMenuItemView_android_minWidth +androidx.dynamicanimation.R$dimen: int notification_action_icon_size +cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks mCallback +wangdaye.com.geometricweather.R$id: int activity_about_toolbar +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial Imperial +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_NoActionBar +cyanogenmod.themes.IThemeProcessingListener$Stub$Proxy: IThemeProcessingListener$Stub$Proxy(android.os.IBinder) +com.google.gson.stream.JsonScope: int DANGLING_NAME +androidx.constraintlayout.widget.R$attr: int background +okhttp3.internal.cache.DiskLruCache$Snapshot: okhttp3.internal.cache.DiskLruCache this$0 +cyanogenmod.externalviews.ExternalView$1: void onServiceConnected(android.content.ComponentName,android.os.IBinder) +com.turingtechnologies.materialscrollbar.R$attr: int dividerHorizontal +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textColorAlertDialogListItem +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_NULL_SHA +androidx.preference.R$styleable: int FontFamilyFont_ttcIndex +cyanogenmod.os.Build$CM_VERSION: int SDK_INT +com.turingtechnologies.materialscrollbar.R$string: int abc_prepend_shortcut_label +androidx.appcompat.widget.SearchView: androidx.cursoradapter.widget.CursorAdapter getSuggestionsAdapter() +androidx.viewpager2.R$string: int status_bar_notification_info_overflow +james.adaptiveicon.R$attr: int fontProviderAuthority +okhttp3.internal.http1.Http1Codec$FixedLengthSource: long read(okio.Buffer,long) +wangdaye.com.geometricweather.R$dimen: int widget_time_text_size +okhttp3.CertificatePinner: okhttp3.CertificatePinner withCertificateChainCleaner(okhttp3.internal.tls.CertificateChainCleaner) +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircularSkyWeatherView +io.reactivex.Observable: io.reactivex.Observable switchOnNextDelayError(io.reactivex.ObservableSource,int) +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ListMenuView +androidx.recyclerview.R$styleable: int ColorStateListItem_android_alpha +com.google.android.material.button.MaterialButton: com.google.android.material.shape.ShapeAppearanceModel getShapeAppearanceModel() +androidx.hilt.lifecycle.R$drawable: int notification_bg_low_normal +wangdaye.com.geometricweather.R$id: int item_weather_daily_value_title +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean setDisplayMode(cyanogenmod.hardware.DisplayMode,boolean) +androidx.work.impl.workers.DiagnosticsWorker +androidx.room.RoomDatabase$JournalMode: androidx.room.RoomDatabase$JournalMode TRUNCATE +okhttp3.internal.cache.DiskLruCache: long nextSequenceNumber +androidx.constraintlayout.widget.R$id: int radio +androidx.viewpager2.R$id: int notification_main_column_container +com.google.android.material.R$style: int TestThemeWithLineHeight +wangdaye.com.geometricweather.R$drawable: int weather_rain_2 +com.google.android.material.R$dimen: int material_emphasis_medium +com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_min_width +okio.RealBufferedSource$1: int read(byte[],int,int) +okio.SegmentedByteString: SegmentedByteString(okio.Buffer,int) +androidx.appcompat.R$dimen: int tooltip_horizontal_padding +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void onComplete() +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_Button +james.adaptiveicon.R$color: int material_grey_850 +com.google.android.material.R$attr: int colorOnSecondary +com.turingtechnologies.materialscrollbar.R$attr: int msb_textColor +wangdaye.com.geometricweather.R$string: int abc_menu_meta_shortcut_label +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setNo2Desc(java.lang.String) +androidx.constraintlayout.widget.R$styleable: int OnSwipe_touchRegionId +androidx.vectordrawable.R$dimen: int notification_media_narrow_margin +com.google.android.material.R$attr: int ttcIndex +com.jaredrummler.android.colorpicker.R$styleable: int[] View +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeSnowPrecipitation() +androidx.constraintlayout.widget.R$attr: int tickMarkTint +androidx.constraintlayout.widget.R$styleable: int Layout_barrierDirection +okio.Segment: void writeTo(okio.Segment,int) +cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy +androidx.transition.R$attr: int fontProviderFetchTimeout +androidx.constraintlayout.widget.R$style: int Animation_AppCompat_Dialog +com.google.android.material.R$styleable: int[] MaterialShape +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircleView: CircleView(android.content.Context,android.util.AttributeSet,int) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_alertDialogTheme +androidx.constraintlayout.widget.R$styleable: int MenuGroup_android_visible +androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_layout_behavior +wangdaye.com.geometricweather.remoteviews.config.ClockDayWeekWidgetConfigActivity +wangdaye.com.geometricweather.R$styleable: int MockView_mock_showDiagonals +androidx.appcompat.R$color: int abc_tint_edittext +okhttp3.logging.LoggingEventListener: void logWithTime(java.lang.String) +cyanogenmod.app.CMTelephonyManager: void setDefaultPhoneSub(int) +okhttp3.internal.Internal: okhttp3.internal.Internal instance +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge +androidx.preference.R$styleable: int ViewBackgroundHelper_android_background +androidx.appcompat.widget.AppCompatTextView: int getAutoSizeMinTextSize() +okio.Timeout: okio.Timeout NONE +com.turingtechnologies.materialscrollbar.R$color: int design_default_color_primary +com.google.android.material.progressindicator.ProgressIndicator +android.didikee.donate.R$attr: int voiceIcon +james.adaptiveicon.R$styleable: int AppCompatTextView_drawableStartCompat +com.xw.repo.bubbleseekbar.R$styleable: int[] LinearLayoutCompat +okio.InflaterSource: void releaseInflatedBytes() +androidx.constraintlayout.widget.R$styleable: int Layout_maxWidth +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_editTextStyle +com.google.android.material.R$layout: int abc_list_menu_item_icon +okhttp3.internal.tls.DistinguishedNameParser: int pos +androidx.transition.R$drawable: int notification_template_icon_low_bg +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver +wangdaye.com.geometricweather.R$id: int material_clock_period_pm_button +androidx.preference.R$id: int info +androidx.lifecycle.ViewModelProvider$OnRequeryFactory +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit[] values() +cyanogenmod.app.ProfileGroup: ProfileGroup(java.util.UUID,boolean) +androidx.swiperefreshlayout.R$attr: int fontWeight +com.google.android.material.internal.CheckableImageButton: CheckableImageButton(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX() +wangdaye.com.geometricweather.R$string: int feedback_updating_weather_data +androidx.constraintlayout.widget.R$attr: int ttcIndex +wangdaye.com.geometricweather.R$id: int split_action_bar +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void onError(java.lang.Throwable) +androidx.constraintlayout.motion.widget.MotionLayout: void setOnShow(float) +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: int val$width +androidx.appcompat.R$styleable: int ActionMode_backgroundSplit +androidx.hilt.R$id: int accessibility_custom_action_17 +com.jaredrummler.android.colorpicker.R$attr: int subtitleTextColor +com.turingtechnologies.materialscrollbar.R$bool: int abc_action_bar_embed_tabs +okhttp3.internal.cache.DiskLruCache$Snapshot: java.lang.String key +wangdaye.com.geometricweather.R$attr: int layout_dodgeInsetEdges +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition: double Longitude +androidx.preference.R$style: int Base_Widget_AppCompat_ButtonBar +wangdaye.com.geometricweather.R$drawable +androidx.constraintlayout.widget.R$styleable: int Constraint_android_elevation +androidx.constraintlayout.widget.R$styleable: int Transition_pathMotionArc +wangdaye.com.geometricweather.R$drawable: int abc_list_selector_holo_light +wangdaye.com.geometricweather.R$drawable: int notif_temp_9 +com.turingtechnologies.materialscrollbar.Indicator: void setRTL(boolean) +wangdaye.com.geometricweather.R$xml: int widget_clock_day_details +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType Load +james.adaptiveicon.R$styleable: int AppCompatTheme_textColorSearchUrl +androidx.preference.R$styleable: int Preference_android_summary +com.google.gson.stream.JsonReader: void skipQuotedValue(char) +androidx.preference.R$bool: R$bool() +wangdaye.com.geometricweather.common.basic.models.weather.Alert +cyanogenmod.providers.CMSettings$Secure: CMSettings$Secure() +androidx.appcompat.R$dimen: int abc_text_size_display_2_material +android.didikee.donate.R$attr: int listPreferredItemPaddingLeft +androidx.appcompat.widget.SearchView: int getImeOptions() +androidx.appcompat.R$string: int abc_menu_function_shortcut_label +androidx.viewpager.R$dimen: int notification_main_column_padding_top +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: boolean isEmpty() +com.google.android.material.R$id: int text2 +james.adaptiveicon.R$styleable: int AppCompatTheme_actionDropDownStyle +com.turingtechnologies.materialscrollbar.R$dimen: int compat_notification_large_icon_max_width +okhttp3.internal.http2.Http2Connection: void close(okhttp3.internal.http2.ErrorCode,okhttp3.internal.http2.ErrorCode) +androidx.appcompat.R$styleable: int GradientColor_android_gradientRadius +com.bumptech.glide.R$styleable: int FontFamily_fontProviderQuery +androidx.appcompat.R$layout: int support_simple_spinner_dropdown_item +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Dialog_Alert +com.xw.repo.bubbleseekbar.R$attr: int dividerHorizontal +wangdaye.com.geometricweather.R$style: int Platform_MaterialComponents_Light_Dialog +com.google.android.material.R$attr: int brightness +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_auto_adjust_section_mark +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Metric Metric +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabUnboundedRipple +wangdaye.com.geometricweather.background.receiver.widget.WidgetDayWeekProvider: WidgetDayWeekProvider() +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_116 +androidx.appcompat.R$attr: int buttonTint +androidx.viewpager2.R$id: int accessibility_custom_action_14 +cyanogenmod.providers.CMSettings$System$2: CMSettings$System$2() +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: int STATE_ACTIVE +wangdaye.com.geometricweather.R$style: int EmptyTheme +com.jaredrummler.android.colorpicker.R$color: int material_grey_850 +james.adaptiveicon.R$layout: int notification_template_part_time +wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert +com.google.android.material.R$string: int character_counter_pattern +com.turingtechnologies.materialscrollbar.R$styleable: int[] AppCompatTheme +james.adaptiveicon.R$dimen: int notification_top_pad_large_text +cyanogenmod.weather.CMWeatherManager$1$1: CMWeatherManager$1$1(cyanogenmod.weather.CMWeatherManager$1,java.lang.String) +com.google.android.material.tabs.TabLayout: void setTabIconTintResource(int) +androidx.appcompat.R$style: int Base_Widget_AppCompat_ListView_Menu +androidx.fragment.R$dimen: int notification_subtext_size +cyanogenmod.app.suggest.AppSuggestManager: java.util.List getSuggestions(android.content.Intent) +androidx.constraintlayout.widget.Group: Group(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.widget.R$styleable: int OnSwipe_dragDirection +androidx.preference.R$attr: int hideOnContentScroll +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation: wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind wind +wangdaye.com.geometricweather.R$animator: int weather_rain_2 +io.reactivex.internal.observers.DeferredScalarObserver: io.reactivex.disposables.Disposable upstream +okhttp3.internal.Util: java.lang.String trimSubstring(java.lang.String,int,int) +okhttp3.internal.http2.Http2Codec$StreamFinishingSource +okhttp3.OkHttpClient: javax.net.ssl.SSLSocketFactory newSslSocketFactory(javax.net.ssl.X509TrustManager) +com.xw.repo.bubbleseekbar.R$attr: int buttonPanelSideLayout +androidx.constraintlayout.widget.R$attr: int editTextColor +okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection$Builder socket(java.net.Socket,java.lang.String,okio.BufferedSource,okio.BufferedSink) +wangdaye.com.geometricweather.R$styleable: int AppCompatSeekBar_tickMark +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintBaseline_creator +com.xw.repo.bubbleseekbar.R$color: int primary_text_disabled_material_dark +okhttp3.HttpUrl$Builder: java.lang.String scheme +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 +androidx.appcompat.widget.AppCompatSpinner: AppCompatSpinner(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Subtitle1 +wangdaye.com.geometricweather.db.entities.HistoryEntity: java.lang.String weatherSource +wangdaye.com.geometricweather.R$styleable: int SearchView_goIcon +androidx.appcompat.R$styleable: int FontFamilyFont_android_fontVariationSettings +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_small_material +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver: io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver parent +com.google.android.material.appbar.AppBarLayout: void addOnOffsetChangedListener(com.google.android.material.appbar.AppBarLayout$OnOffsetChangedListener) +com.google.android.material.R$attr: int pressedTranslationZ +wangdaye.com.geometricweather.R$styleable: int Transform_android_rotationY +com.jaredrummler.android.colorpicker.R$color: int dim_foreground_material_light +androidx.constraintlayout.utils.widget.ImageFilterView: ImageFilterView(android.content.Context) +com.google.android.material.timepicker.TimeModel +retrofit2.http.Streaming +okhttp3.internal.http2.Http2Connection$7: void execute() +androidx.preference.Preference: Preference(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.R$string: int mtrl_chip_close_icon_content_description +androidx.constraintlayout.widget.R$attr: int elevation +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningMaxCountItems: int count +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_RatingBar_Indicator +wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode DARK +wangdaye.com.geometricweather.main.dialogs.LocationHelpDialog: LocationHelpDialog() +wangdaye.com.geometricweather.R$styleable: int Chip_rippleColor +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: boolean mObserving +androidx.loader.R$id: int time +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_chainStyle +wangdaye.com.geometricweather.R$attr: int itemBackground +io.reactivex.internal.util.NotificationLite: boolean accept(java.lang.Object,io.reactivex.Observer) +okio.Okio$1: void flush() +okhttp3.internal.connection.RouteSelector$Selection: java.util.List routes +androidx.drawerlayout.widget.DrawerLayout: void setStatusBarBackground(int) +okhttp3.internal.Util: java.nio.charset.Charset ISO_8859_1 +androidx.viewpager.R$id: int title +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_pressedTranslationZ +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_editTextPreferenceStyle +cyanogenmod.profiles.BrightnessSettings$1: BrightnessSettings$1() +wangdaye.com.geometricweather.R$attr: int layout_constraintBaseline_creator +cyanogenmod.weather.RequestInfo: cyanogenmod.weather.IRequestInfoListener mListener +wangdaye.com.geometricweather.R$styleable: int RangeSlider_minSeparation +androidx.appcompat.R$attr: int actionModePopupWindowStyle +androidx.preference.R$styleable: int GradientColor_android_centerX +androidx.lifecycle.ReportFragment: void dispatchStart(androidx.lifecycle.ReportFragment$ActivityInitializationListener) +james.adaptiveicon.R$id: int search_badge +wangdaye.com.geometricweather.R$drawable: int notif_temp_17 +com.turingtechnologies.materialscrollbar.R$attr: int behavior_skipCollapsed +androidx.constraintlayout.widget.R$anim: int btn_radio_to_on_mtrl_ring_outer_path_animation +com.google.android.material.chip.ChipGroup: void setChipSpacingVertical(int) +com.xw.repo.bubbleseekbar.R$id: int action_bar_activity_content +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionMenuTextAppearance +okio.ByteString: java.lang.String utf8 +retrofit2.http.QueryName: boolean encoded() +okhttp3.OkHttpClient$Builder: boolean retryOnConnectionFailure +retrofit2.ParameterHandler$Field: java.lang.String name +com.google.android.material.R$drawable: int abc_ic_star_black_48dp +androidx.constraintlayout.widget.R$styleable: int Toolbar_android_minHeight +wangdaye.com.geometricweather.R$attr: int bsb_max +androidx.appcompat.R$dimen: int notification_top_pad +android.didikee.donate.R$style: int Base_Widget_AppCompat_SearchView +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: java.lang.String temperature +okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder maxStale(int,java.util.concurrent.TimeUnit) +android.didikee.donate.R$layout: R$layout() +okhttp3.internal.http2.Http2Connection$4: int val$streamId +cyanogenmod.weather.IRequestInfoListener$Stub: int TRANSACTION_onWeatherRequestCompleted +okio.BufferedSource: void readFully(byte[]) +com.google.android.material.R$id: int action_text +android.didikee.donate.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar +com.turingtechnologies.materialscrollbar.R$color: int material_grey_900 +okhttp3.Headers$Builder: okhttp3.Headers build() +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_height +com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_fontWeight +android.didikee.donate.R$color: int bright_foreground_material_light +androidx.appcompat.view.menu.ExpandedMenuView: ExpandedMenuView(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_Switch +cyanogenmod.platform.R$array +wangdaye.com.geometricweather.R$styleable: int Slider_thumbStrokeWidth +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_ttcIndex +okhttp3.OkHttpClient$1: java.net.Socket deduplicate(okhttp3.ConnectionPool,okhttp3.Address,okhttp3.internal.connection.StreamAllocation) +wangdaye.com.geometricweather.R$styleable: int AppCompatSeekBar_tickMarkTintMode +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.util.List DataSets +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver +androidx.transition.R$style: int TextAppearance_Compat_Notification_Time +androidx.viewpager2.R$integer: int status_bar_notification_info_maxnum +io.reactivex.internal.schedulers.AbstractDirectTask: java.lang.Runnable getWrappedRunnable() +com.google.android.material.R$style: int TextAppearance_Design_Snackbar_Message +com.turingtechnologies.materialscrollbar.R$attr: int contentInsetEndWithActions +androidx.appcompat.R$drawable: int abc_control_background_material +com.google.android.material.R$styleable: int Constraint_layout_constraintLeft_toLeftOf +androidx.preference.R$id: int action_image +androidx.customview.view.AbsSavedState +cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setForecast(java.util.List) +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addPathSegments(java.lang.String) +cyanogenmod.themes.IThemeService$Stub$Proxy: int getLastThemeChangeRequestType() +com.google.android.material.button.MaterialButton: void setRippleColorResource(int) +wangdaye.com.geometricweather.db.entities.DaoMaster$DevOpenHelper com.xw.repo.bubbleseekbar.R$id: int select_dialog_listview -com.google.android.material.R$id: int transition_transform -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Display1 -okhttp3.internal.platform.AndroidPlatform$CloseGuard: java.lang.Object createAndOpen(java.lang.String) -androidx.constraintlayout.widget.R$styleable: int OnSwipe_maxVelocity -com.google.android.material.R$styleable: int SearchView_android_imeOptions -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_pixel -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemMaxLines -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: boolean delayErrors -wangdaye.com.geometricweather.R$string: int feedback_delete_succeed -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem -james.adaptiveicon.R$id: int textSpacerNoButtons -androidx.preference.R$drawable: int abc_action_bar_item_background_material -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_icon_1 -com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getThumbStrokeColor() -androidx.constraintlayout.widget.R$style: int TextAppearance_Compat_Notification -androidx.work.R$integer: R$integer() -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable -cyanogenmod.weather.WeatherInfo: java.lang.String mCity -com.jaredrummler.android.colorpicker.R$styleable: int Preference_layout -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: boolean unregisterChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) -com.turingtechnologies.materialscrollbar.R$attr: int tickMark -androidx.appcompat.R$id: int accessibility_custom_action_13 -cyanogenmod.themes.ThemeChangeRequest: void writeToParcel(android.os.Parcel,int) -androidx.appcompat.R$styleable: int TextAppearance_fontVariationSettings -cyanogenmod.hardware.ICMHardwareService: int[] getDisplayColorCalibration() -james.adaptiveicon.R$style: int Theme_AppCompat_Light_NoActionBar -androidx.viewpager2.R$layout: int notification_template_custom_big -androidx.dynamicanimation.R$drawable: int notification_action_background -cyanogenmod.externalviews.ExternalView$2: boolean val$visible -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void innerError(java.lang.Throwable) -wangdaye.com.geometricweather.R$styleable: int FontFamily_fontProviderFetchStrategy -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_AM_PM_VALIDATOR -okhttp3.Headers$Builder: okhttp3.Headers$Builder removeAll(java.lang.String) -okhttp3.internal.cache.DiskLruCache: boolean hasJournalErrors -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int HAZE -io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: io.reactivex.ObservableSource source -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Imperial: AccuCurrentResult$ApparentTemperature$Imperial() -okhttp3.internal.publicsuffix.PublicSuffixDatabase: void setListBytes(byte[],byte[]) -com.google.android.material.R$styleable: int KeyTimeCycle_android_scaleY -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_contentDescription -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean isDisposed() -wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerFamilyBottomLeft -cyanogenmod.hardware.ThermalListenerCallback$State -com.google.android.material.R$attr: int flow_horizontalAlign -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Headline -com.google.android.material.R$style: int Widget_AppCompat_ListPopupWindow -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle -androidx.hilt.work.R$dimen: int notification_media_narrow_margin -okhttp3.HttpUrl: java.util.List encodedPathSegments() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: java.util.List area -wangdaye.com.geometricweather.R$color: int primary_text_default_material_dark -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_overflow_padding_start_material -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea AdministrativeArea -com.google.android.material.R$style: int Animation_AppCompat_Dialog -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: void onComplete() -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getPivotY() -retrofit2.KotlinExtensions$awaitResponse$2$2: void onFailure(retrofit2.Call,java.lang.Throwable) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: void setUnit(java.lang.String) -androidx.recyclerview.R$dimen: int notification_small_icon_background_padding -okhttp3.internal.ws.RealWebSocket: void connect(okhttp3.OkHttpClient) -com.google.android.material.card.MaterialCardView: void setBackgroundInternal(android.graphics.drawable.Drawable) -com.xw.repo.bubbleseekbar.R$integer: int abc_config_activityDefaultDur -androidx.appcompat.widget.Toolbar: void setTitleTextColor(int) -androidx.dynamicanimation.R$id: int notification_background -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum Minimum -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean sunRiseSet +wangdaye.com.geometricweather.R$id: int widget_week_icon_4 +com.xw.repo.bubbleseekbar.R$styleable: int FontFamily_fontProviderCerts +retrofit2.Retrofit$Builder: retrofit2.Platform platform +cyanogenmod.app.Profile: int mProfileType +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_title +androidx.preference.R$styleable: int MenuGroup_android_menuCategory +com.jaredrummler.android.colorpicker.R$id: int listMode +androidx.appcompat.app.WindowDecorActionBar: void removeOnMenuVisibilityListener(androidx.appcompat.app.ActionBar$OnMenuVisibilityListener) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_126 +androidx.constraintlayout.widget.R$attr: int clickAction +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableBottomCompat +com.turingtechnologies.materialscrollbar.R$id: int lastElement +cyanogenmod.weather.CMWeatherManager$WeatherUpdateRequestListener: void onWeatherRequestCompleted(int,cyanogenmod.weather.WeatherInfo) com.google.android.material.R$styleable: int ConstraintSet_layout_constraintLeft_toRightOf -androidx.viewpager2.R$dimen: int notification_top_pad_large_text -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver -wangdaye.com.geometricweather.R$id: int widget_day_week_temp_3 -cyanogenmod.profiles.BrightnessSettings: BrightnessSettings(int,boolean) -com.google.android.material.navigation.NavigationView: android.content.res.ColorStateList getItemIconTintList() -android.didikee.donate.R$styleable: int AppCompatTheme_buttonBarStyle -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionBar_TabBar -android.didikee.donate.R$style: int Widget_AppCompat_PopupWindow -wangdaye.com.geometricweather.R$style: int Theme_Design_Light_BottomSheetDialog -io.reactivex.Observable: java.lang.Object to(io.reactivex.functions.Function) -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float snow24h -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_19 -androidx.lifecycle.ClassesInfoCache$CallbackInfo: ClassesInfoCache$CallbackInfo(java.util.Map) -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth -cyanogenmod.providers.CMSettings$Secure: java.lang.String RING_HOME_BUTTON_BEHAVIOR -cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler: void handleMessage(android.os.Message) -okhttp3.internal.http.RealResponseBody: long contentLength() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: java.lang.String getUnit() -androidx.preference.R$dimen: int compat_button_inset_horizontal_material -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Bridge +okhttp3.internal.connection.RealConnection: okhttp3.Protocol protocol() +com.jaredrummler.android.colorpicker.R$id: int cpv_color_panel_new +com.google.android.material.textfield.TextInputEditText: TextInputEditText(android.content.Context,android.util.AttributeSet,int) +androidx.appcompat.resources.R$id: int line3 +com.turingtechnologies.materialscrollbar.R$color: int material_blue_grey_950 +wangdaye.com.geometricweather.R$color: int mtrl_choice_chip_background_color +com.google.android.material.R$attr: int layout_behavior +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainNoLast +com.google.android.material.textfield.TextInputLayout: void setBoxBackgroundColorResource(int) +wangdaye.com.geometricweather.R$layout: int item_about_title +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleTextAppearance +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: int val$x +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_android_summaryOff +io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: void dispose() +com.turingtechnologies.materialscrollbar.R$dimen: int cardview_default_radius +androidx.core.app.NotificationCompatSideChannelService: NotificationCompatSideChannelService() +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat +io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.constraintlayout.widget.R$id: int accelerate +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void dispose() +com.google.android.material.R$attr: int actionButtonStyle +wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_weatherKindSpinner +com.google.android.material.R$styleable: int AppCompatTextView_autoSizeStepGranularity +com.bumptech.glide.R$attr: int fontProviderCerts +androidx.preference.R$id: int notification_main_column_container +androidx.constraintlayout.widget.R$drawable: int notification_action_background +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor getInstance(java.lang.String) +io.reactivex.internal.subscriptions.SubscriptionArbiter: boolean unbounded +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Country: AccuLocationResult$Country() +androidx.legacy.coreutils.R$styleable: int GradientColor_android_type +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_startX +androidx.lifecycle.MutableLiveData: MutableLiveData(java.lang.Object) +com.google.android.material.slider.BaseSlider: void setActiveThumbIndex(int) +androidx.work.R$attr: int ttcIndex +com.google.android.material.R$styleable: int KeyPosition_drawPath +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedEmitLast +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_ActionBar_Surface +com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getTickInactiveTintList() +wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayDetailsProvider: WidgetClockDayDetailsProvider() +androidx.appcompat.widget.LinearLayoutCompat: int getShowDividers() +james.adaptiveicon.R$dimen: int hint_alpha_material_dark +com.google.gson.internal.JsonReaderInternalAccess: com.google.gson.internal.JsonReaderInternalAccess INSTANCE +com.jaredrummler.android.colorpicker.R$attr: int cpv_allowPresets +com.google.android.material.R$style: int CardView_Dark +androidx.preference.R$styleable: int AppCompatTheme_tooltipFrameBackground +androidx.appcompat.R$attr: int contentInsetStartWithNavigation +androidx.constraintlayout.widget.R$id +james.adaptiveicon.R$attr: int actionBarSize +androidx.hilt.lifecycle.R$style: R$style() +okhttp3.internal.platform.ConscryptPlatform: java.security.Provider getProvider() +retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter: java.lang.reflect.Type responseType +wangdaye.com.geometricweather.R$styleable: int CardView_android_minHeight +cyanogenmod.themes.IThemeService: int getProgress() +org.greenrobot.greendao.AbstractDao: void executeInsertInTx(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Iterable,boolean) +com.jaredrummler.android.colorpicker.ColorPanelView: void setBorderColor(int) +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Dialog_MinWidth +com.xw.repo.bubbleseekbar.R$anim: int abc_slide_out_top +androidx.drawerlayout.R$styleable: int GradientColorItem_android_color +cyanogenmod.providers.DataUsageContract: java.lang.String CONTENT_TYPE +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Imperial: java.lang.String Unit +wangdaye.com.geometricweather.R$dimen: int normal_margin +cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onKeyguardDismissed() +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintBaseline_creator +wangdaye.com.geometricweather.R$dimen: int design_tab_text_size_2line +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceScreenStyle +okhttp3.internal.http2.Http2Connection: void writePingAndAwaitPong() +io.reactivex.Observable: io.reactivex.Observable flatMapSingle(io.reactivex.functions.Function) +cyanogenmod.app.ProfileManager: cyanogenmod.app.ProfileManager getInstance(android.content.Context) +james.adaptiveicon.R$attr: int backgroundTintMode +cyanogenmod.providers.CMSettings$Secure: java.lang.String __MAGICAL_TEST_PASSING_ENABLER +wangdaye.com.geometricweather.R$dimen: int abc_dialog_min_width_major +androidx.transition.R$styleable: int GradientColor_android_endColor +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_CompoundButton_RadioButton +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored +okio.AsyncTimeout: boolean cancelScheduledTimeout(okio.AsyncTimeout) +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: boolean getLiveLockScreenEnabled() +io.reactivex.internal.util.VolatileSizeArrayList: void clear() +com.google.android.material.slider.Slider: int getLabelBehavior() +com.google.gson.FieldNamingPolicy$6: java.lang.String translateName(java.lang.reflect.Field) +cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_CLOCK +androidx.preference.R$attr: int viewInflaterClass +wangdaye.com.geometricweather.R$dimen: int abc_text_size_body_2_material +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: io.reactivex.internal.fuseable.SimpleQueue queue +com.google.android.material.R$styleable: int[] FlowLayout +james.adaptiveicon.R$styleable: int[] ActivityChooserView +com.xw.repo.bubbleseekbar.R$integer: int abc_config_activityDefaultDur +james.adaptiveicon.R$attr: int textColorSearchUrl +androidx.work.R$dimen: int compat_button_inset_horizontal_material +cyanogenmod.app.ProfileGroup: void setLightsMode(cyanogenmod.app.ProfileGroup$Mode) +androidx.vectordrawable.animated.R$id: int chronometer +androidx.work.R$styleable: int[] ColorStateListItem +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleMarginStart +androidx.preference.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges +retrofit2.OkHttpCall$NoContentResponseBody +androidx.hilt.R$styleable: int FragmentContainerView_android_name +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getRealFeelTemperature() +com.google.android.material.chip.ChipGroup: void setSingleSelection(int) +james.adaptiveicon.AdaptiveIconView: void setIcon(james.adaptiveicon.AdaptiveIcon) +com.turingtechnologies.materialscrollbar.R$attr: int helperTextEnabled +okhttp3.MultipartBody$Builder: okhttp3.MultipartBody$Builder addPart(okhttp3.Headers,okhttp3.RequestBody) +com.google.android.material.R$styleable: int MenuItem_android_checked +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionMode +com.google.gson.stream.JsonReader: int PEEKED_BEGIN_ARRAY +com.google.android.material.R$style: int Theme_Design +wangdaye.com.geometricweather.R$styleable: int StateListDrawable_android_exitFadeDuration +wangdaye.com.geometricweather.R$layout: int container_main_footer +cyanogenmod.weather.IRequestInfoListener: void onWeatherRequestCompleted(cyanogenmod.weather.RequestInfo,int,cyanogenmod.weather.WeatherInfo) +retrofit2.Retrofit$Builder +io.reactivex.disposables.ReferenceDisposable: void onDisposed(java.lang.Object) +wangdaye.com.geometricweather.R$attr: int tabIndicator +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture Past24HourTemperatureDeparture +okhttp3.internal.Internal: void apply(okhttp3.ConnectionSpec,javax.net.ssl.SSLSocket,boolean) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintWidth_default +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getIconsThemePackageName() +com.google.android.material.R$style: int Base_Widget_MaterialComponents_ProgressIndicator +com.turingtechnologies.materialscrollbar.R$attr: int actionOverflowMenuStyle +com.google.android.material.R$drawable: int material_ic_keyboard_arrow_previous_black_24dp +com.google.android.material.R$styleable: int KeyTimeCycle_wavePeriod +com.google.android.material.R$color: int notification_icon_bg_color +james.adaptiveicon.R$attr: int tooltipForegroundColor +retrofit2.ParameterHandler$Header: retrofit2.Converter valueConverter +com.xw.repo.bubbleseekbar.R$attr: int autoCompleteTextViewStyle +wangdaye.com.geometricweather.R$styleable: int Motion_motionStagger +androidx.lifecycle.ReportFragment: ReportFragment() +androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State valueOf(java.lang.String) +com.google.android.material.R$styleable: int FontFamilyFont_fontVariationSettings +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA +com.google.android.material.R$style: int Base_AlertDialog_AppCompat +com.google.android.material.R$id: int spacer +wangdaye.com.geometricweather.R$drawable: int notification_action_background +cyanogenmod.platform.Manifest$permission: java.lang.String MODIFY_MSIM_PHONE_STATE +cyanogenmod.externalviews.ExternalViewProviderService$Provider: android.os.Bundle getOptions() +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_day_vertical_padding +com.jaredrummler.android.colorpicker.R$attr: int trackTintMode +com.bumptech.glide.R$id: int normal +wangdaye.com.geometricweather.R$drawable: int flag_ar +io.reactivex.Observable: io.reactivex.Observable doOnSubscribe(io.reactivex.functions.Consumer) +cyanogenmod.platform.Manifest$permission: java.lang.String LIVE_LOCK_SCREEN_MANAGER_PROVIDER +wangdaye.com.geometricweather.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton +com.google.android.material.R$id: int chip_group +android.support.v4.app.INotificationSideChannel$Stub: java.lang.String DESCRIPTOR +com.xw.repo.bubbleseekbar.R$styleable: int[] ActionMenuItemView +wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_layout_anchor +wangdaye.com.geometricweather.R$string: int day +androidx.transition.R$integer: int status_bar_notification_info_maxnum +okhttp3.internal.ws.RealWebSocket: boolean enqueuedClose +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_android_textAppearance +cyanogenmod.providers.CMSettings$Secure: boolean shouldInterceptSystemProvider(java.lang.String) +james.adaptiveicon.R$string: int abc_capital_off +io.reactivex.internal.subscriptions.DeferredScalarSubscription: void clear() +androidx.appcompat.widget.AppCompatRatingBar +wangdaye.com.geometricweather.R$id: int activity_alert_recyclerView +com.google.android.material.R$attr: int stackFromEnd +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents +okhttp3.ResponseBody: okhttp3.ResponseBody create(okhttp3.MediaType,okio.ByteString) +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.google.android.material.R$attr: int buttonStyle +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cdp +james.adaptiveicon.R$attr: int colorSwitchThumbNormal +com.google.gson.stream.JsonReader: java.lang.String locationString() +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_icon +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: java.lang.String wind_direct +androidx.recyclerview.R$id: int accessibility_custom_action_22 +okio.RealBufferedSink$1: void write(int) +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_subhead_material +wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: AbsTrendItemView(android.content.Context) +retrofit2.RequestBuilder: okhttp3.Request$Builder get() +okhttp3.Response: okhttp3.Request request() +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_id +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_15 +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_Solid +com.google.android.material.R$string: int clear_text_end_icon_content_description +okhttp3.internal.http1.Http1Codec$FixedLengthSource: Http1Codec$FixedLengthSource(okhttp3.internal.http1.Http1Codec,long) +okio.ByteString: okio.ByteString EMPTY +retrofit2.BuiltInConverters$VoidResponseBodyConverter: java.lang.Object convert(java.lang.Object) +okhttp3.internal.http1.Http1Codec$FixedLengthSink: void close() +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_enabled +okhttp3.internal.http.HttpHeaders: int skipWhitespace(java.lang.String,int) +androidx.appcompat.R$attr: int actionModeSplitBackground +androidx.appcompat.R$id: int tag_accessibility_pane_title +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float rain6h +okhttp3.internal.platform.Platform: void logCloseableLeak(java.lang.String,java.lang.Object) +androidx.preference.R$styleable: int GradientColorItem_android_color +okhttp3.internal.http2.Http2Connection$2: long val$unacknowledgedBytesRead +wangdaye.com.geometricweather.R$styleable: int[] SeekBarPreference com.google.android.material.R$styleable: int Constraint_android_layout_marginStart -androidx.constraintlayout.widget.R$attr: int layoutDuringTransition -wangdaye.com.geometricweather.R$drawable: int widget_card_dark_0 -androidx.vectordrawable.animated.R$id: int info -com.google.android.material.R$attr: int motionTarget -androidx.viewpager2.R$id: int accessibility_custom_action_6 -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_drawableBottom -androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_android_fontVariationSettings -android.didikee.donate.R$attr: int listDividerAlertDialog -androidx.appcompat.R$attr: int allowStacking -androidx.activity.R$layout: int notification_action -wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date getMoonRiseDate() -retrofit2.ServiceMethod: java.lang.Object invoke(java.lang.Object[]) -androidx.appcompat.R$drawable: int abc_spinner_mtrl_am_alpha -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer ragweedLevel -com.google.android.material.R$attr: int itemTextAppearanceInactive -androidx.preference.R$drawable: int abc_text_select_handle_right_mtrl_light -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setBadge(com.google.android.material.badge.BadgeDrawable) -wangdaye.com.geometricweather.R$attr: int fastScrollVerticalTrackDrawable -com.google.android.material.behavior.SwipeDismissBehavior -androidx.constraintlayout.widget.R$color: int material_grey_900 -com.xw.repo.bubbleseekbar.R$dimen: int abc_config_prefDialogWidth -wangdaye.com.geometricweather.R$array: int automatic_refresh_rates -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: int val$width -com.turingtechnologies.materialscrollbar.R$attr: int floatingActionButtonStyle -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualObserver[] observers -wangdaye.com.geometricweather.R$attr: int titleMargins -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour: AccuCurrentResult$PrecipitationSummary$PastHour() -androidx.preference.R$attr: int logoDescription -com.google.android.material.R$drawable: int design_snackbar_background -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_8 -androidx.appcompat.R$id: int list_item -com.google.android.material.R$styleable: int MaterialCalendar_daySelectedStyle -androidx.appcompat.widget.Toolbar: int getContentInsetLeft() -androidx.constraintlayout.widget.R$styleable: int MenuView_android_horizontalDivider -cyanogenmod.app.ICustomTileListener$Stub$Proxy: java.lang.String getInterfaceDescriptor() -com.xw.repo.bubbleseekbar.R$drawable: int abc_list_selector_disabled_holo_light -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_pressed_z -retrofit2.adapter.rxjava2.RxJava2CallAdapter: java.lang.Object adapt(retrofit2.Call) -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: java.lang.String getUpdateIntervalName(android.content.Context) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onScreenTurnedOn() -com.google.android.material.R$attr: int placeholderTextColor -com.jaredrummler.android.colorpicker.R$style: int Platform_V21_AppCompat_Light -com.google.android.material.R$styleable: int[] RecycleListView -okhttp3.Interceptor$Chain -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_toLeftOf -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningAdvice: MfWarningsResult$WarningAdvice() -okhttp3.HttpUrl$Builder -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_android_thumb -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_AES_128_CBC_SHA -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver +wangdaye.com.geometricweather.R$drawable: int ic_launcher +wangdaye.com.geometricweather.R$string: int key_notification_hide_in_lockScreen +wangdaye.com.geometricweather.R$attr: int indicatorCornerRadius +androidx.constraintlayout.widget.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 +wangdaye.com.geometricweather.R$attr: int buttonStyleSmall +retrofit2.RequestFactory$Builder: retrofit2.ParameterHandler[] parameterHandlers +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade: AccuCurrentResult$RealFeelTemperatureShade() +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void onError(java.lang.Throwable) +androidx.hilt.work.R$dimen: int compat_notification_large_icon_max_width +android.didikee.donate.R$color: int primary_material_dark +androidx.core.R$styleable: int FontFamily_fontProviderCerts +androidx.appcompat.R$drawable: int abc_list_divider_material +cyanogenmod.themes.ThemeManager: void unregisterProcessingListener(cyanogenmod.themes.ThemeManager$ThemeProcessingListener) +com.bumptech.glide.R$id: int right_icon +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_MinWidth_Bridge +androidx.activity.R$layout: int notification_template_icon_group +com.turingtechnologies.materialscrollbar.R$color: int bright_foreground_inverse_material_light +androidx.fragment.R$styleable: int GradientColor_android_startColor +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatImageView_srcCompat +okhttp3.Cache$CacheResponseBody: okio.BufferedSource bodySource +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setAqi(java.lang.String) +james.adaptiveicon.R$color: int secondary_text_disabled_material_light +com.turingtechnologies.materialscrollbar.R$drawable: int design_snackbar_background +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder readTimeout(long,java.util.concurrent.TimeUnit) +androidx.vectordrawable.animated.R$string: R$string() +android.didikee.donate.R$attr: int allowStacking +android.didikee.donate.R$style: int AlertDialog_AppCompat +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeThunderstormPrecipitationProbability() +com.xw.repo.bubbleseekbar.R$id: int decor_content_parent +wangdaye.com.geometricweather.R$dimen: int mtrl_fab_elevation +com.google.android.material.R$attr: int region_heightMoreThan +okhttp3.OkHttpClient$1: void addLenient(okhttp3.Headers$Builder,java.lang.String) +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getSo2Color(android.content.Context) +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: java.util.concurrent.atomic.AtomicReference mainDisposable +androidx.cardview.R$dimen: int cardview_compat_inset_shadow +wangdaye.com.geometricweather.R$id: int dialog_weather_hourly_weatherContainer +wangdaye.com.geometricweather.R$drawable: int weather_wind_mini_light +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowFixedHeightMinor +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarWidgetTheme +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintBottom_toBottomOf +wangdaye.com.geometricweather.R$id: int dialog_location_help_providerIcon +okhttp3.Address: okhttp3.HttpUrl url +androidx.fragment.R$styleable: int FontFamily_fontProviderFetchStrategy +com.turingtechnologies.materialscrollbar.R$attr: int materialButtonStyle +retrofit2.Call: okhttp3.Request request() +cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks: void providerDied() +james.adaptiveicon.R$styleable: int AppCompatTextView_fontFamily +androidx.hilt.R$id: int accessibility_custom_action_19 +okhttp3.internal.http2.Settings: int DEFAULT_INITIAL_WINDOW_SIZE +androidx.appcompat.widget.AppCompatAutoCompleteTextView +cyanogenmod.providers.DataUsageContract: java.lang.String SLOW_AVG +wangdaye.com.geometricweather.common.basic.GeoActivity: GeoActivity() +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWeatherSource(java.lang.String) +com.google.android.material.R$styleable: int FloatingActionButton_borderWidth +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_thumb_text_size +androidx.recyclerview.widget.LinearLayoutManager$SavedState +androidx.appcompat.R$layout: int abc_expanded_menu_layout +wangdaye.com.geometricweather.R$attr: int minSeparation +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: double lon +james.adaptiveicon.R$attr: int tintMode +androidx.preference.R$attr: int listPreferredItemPaddingEnd +okhttp3.internal.connection.RouteException: java.io.IOException getFirstConnectException() +okhttp3.Cache$Entry: java.util.List readCertificateList(okio.BufferedSource) +okhttp3.Response: int code() +androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerView$EdgeEffectFactory getEdgeEffectFactory() +androidx.viewpager2.R$styleable: int GradientColor_android_startX +james.adaptiveicon.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset +okhttp3.ResponseBody +androidx.preference.R$anim: int btn_checkbox_to_checked_icon_null_animation +androidx.hilt.R$dimen: int notification_action_icon_size +wangdaye.com.geometricweather.R$color: int bright_foreground_inverse_material_light +cyanogenmod.app.ICustomTileListener$Stub$Proxy: void onCustomTileRemoved(org.cyanogenmod.internal.statusbar.IStatusBarCustomTileHolder) +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Tooltip +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: boolean unregisterChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) +okhttp3.logging.LoggingEventListener: void responseHeadersEnd(okhttp3.Call,okhttp3.Response) +com.google.android.material.R$style: int Base_Widget_MaterialComponents_ProgressIndicator_Circular +cyanogenmod.app.Profile: void addSecondaryUuid(java.util.UUID) +okhttp3.Response: okhttp3.Response cacheResponse() +wangdaye.com.geometricweather.R$drawable: int notif_temp_4 +wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat_ActionBar +androidx.appcompat.R$dimen: int abc_dialog_fixed_height_minor +io.reactivex.internal.util.NotificationLite$ErrorNotification: java.lang.Throwable e +androidx.lifecycle.extensions.R$attr: int font +androidx.constraintlayout.widget.R$drawable: int notify_panel_notification_icon_bg +android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionMode +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void onComplete() +okio.ForwardingTimeout: okio.Timeout timeout(long,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Body1 +androidx.appcompat.R$id: int parentPanel +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: java.lang.Object v2 +android.didikee.donate.R$styleable: int AppCompatTheme_checkedTextViewStyle +wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_box_corner_radius_small +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_goneMarginStart +androidx.preference.R$id: int search_mag_icon +androidx.lifecycle.LifecycleService: void onDestroy() +wangdaye.com.geometricweather.R$id: int save_overlay_view +wangdaye.com.geometricweather.R$styleable: int ActionBar_backgroundStacked +com.jaredrummler.android.colorpicker.R$id +wangdaye.com.geometricweather.R$attr: int itemMaxLines +com.google.android.material.R$styleable: int[] State +com.google.android.material.slider.BaseSlider$SliderState: android.os.Parcelable$Creator CREATOR +retrofit2.CompletableFutureCallAdapterFactory: CompletableFutureCallAdapterFactory() +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton +androidx.constraintlayout.widget.R$attr: int colorPrimaryDark +com.github.rahatarmanahmed.cpv.CircularProgressView: void onMeasure(int,int) +james.adaptiveicon.R$drawable: int abc_text_select_handle_left_mtrl_dark +androidx.coordinatorlayout.R$id: int actions +androidx.appcompat.R$drawable: int abc_textfield_default_mtrl_alpha +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.functions.Function mapper +com.google.android.material.R$id: int accessibility_custom_action_16 +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_23 +retrofit2.Retrofit$Builder: boolean validateEagerly +com.jaredrummler.android.colorpicker.R$bool: int abc_config_actionMenuItemAllCaps +android.didikee.donate.R$style: int Theme_AppCompat_CompactMenu +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$1: long val$n +wangdaye.com.geometricweather.R$attr: int seekBarIncrement +androidx.preference.R$color: int foreground_material_dark +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver +com.xw.repo.bubbleseekbar.R$styleable: int[] GradientColorItem +james.adaptiveicon.R$color: int bright_foreground_inverse_material_dark +com.turingtechnologies.materialscrollbar.R$attr: int chipIconVisible +com.turingtechnologies.materialscrollbar.AlphabetIndicator: int getIndicatorWidth() +com.google.android.material.R$attr: int paddingStart +com.google.android.material.R$dimen: int notification_large_icon_height +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner +androidx.preference.R$styleable: int Preference_icon +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: android.view.View onCreateView() +retrofit2.adapter.rxjava2.ResultObservable: io.reactivex.Observable upstream +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Imperial: int UnitType +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void onError(java.lang.Throwable) +androidx.viewpager2.R$dimen: int notification_subtext_size +androidx.preference.R$id: int action_mode_close_button +org.greenrobot.greendao.AbstractDaoSession: void refresh(java.lang.Object) +okhttp3.internal.cache.DiskLruCache: java.io.File journalFileTmp +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_pivotX +com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_elevation +cyanogenmod.externalviews.KeyguardExternalView: void onKeyguardDismissed() +com.bumptech.glide.load.resource.bitmap.RecyclableBufferedInputStream$InvalidMarkException: RecyclableBufferedInputStream$InvalidMarkException(java.lang.String) +cyanogenmod.platform.Manifest$permission: java.lang.String WRITE_SECURE_SETTINGS +com.github.rahatarmanahmed.cpv.CircularProgressView$7 +retrofit2.ParameterHandler +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Object readEntity(android.database.Cursor,int) +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.lang.Integer rainHazard3h +android.didikee.donate.R$style: int Widget_AppCompat_ListMenuView +androidx.appcompat.R$drawable: int abc_btn_switch_to_on_mtrl_00012 +okhttp3.HttpUrl: int pathSize() +okhttp3.HttpUrl: java.lang.String FRAGMENT_ENCODE_SET +com.github.rahatarmanahmed.cpv.R$attr: int cpv_color +com.jaredrummler.android.colorpicker.R$color: int secondary_text_disabled_material_dark +androidx.appcompat.widget.SwitchCompat: void setSwitchPadding(int) +com.google.android.material.R$styleable: int[] Transform +com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType RAW +okhttp3.internal.tls.DistinguishedNameParser: int length +cyanogenmod.weatherservice.ServiceRequestResult: cyanogenmod.weather.WeatherInfo access$202(cyanogenmod.weatherservice.ServiceRequestResult,cyanogenmod.weather.WeatherInfo) +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintWidth_max +com.turingtechnologies.materialscrollbar.R$attr: int iconGravity +android.didikee.donate.R$attr: int collapseContentDescription +androidx.fragment.app.BackStackRecord: void setOnStartPostponedListener(androidx.fragment.app.Fragment$OnStartEnterTransitionListener) +okhttp3.CacheControl: int maxAgeSeconds +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: void setDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) +com.google.android.material.chip.ChipGroup +cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_TEMPERATURE_DAY +cyanogenmod.hardware.CMHardwareManager: int FEATURE_DISPLAY_MODES +retrofit2.http.Path +androidx.recyclerview.widget.RecyclerView: RecyclerView(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.bottomappbar.BottomAppBar: void setHideOnScroll(boolean) +com.google.android.material.R$dimen: int mtrl_calendar_month_horizontal_padding +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon +androidx.preference.R$attr: int layout +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ExtendedFloatingActionButton_Icon +okhttp3.internal.http2.Http2Writer: void windowUpdate(int,long) +wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: void setProgress(float) +wangdaye.com.geometricweather.R$id: int fade +com.google.android.material.R$id: int accessibility_custom_action_17 +cyanogenmod.themes.IThemeService: void unregisterThemeProcessingListener(cyanogenmod.themes.IThemeProcessingListener) +com.bumptech.glide.load.resource.bitmap.DefaultImageHeaderParser$Reader$EndOfFileException: DefaultImageHeaderParser$Reader$EndOfFileException() +wangdaye.com.geometricweather.R$string: int abc_menu_delete_shortcut_label +wangdaye.com.geometricweather.R$animator: int weather_clear_night_1 +wangdaye.com.geometricweather.remoteviews.config.TextWidgetConfigActivity: TextWidgetConfigActivity() +james.adaptiveicon.R$attr: int contentInsetStartWithNavigation +wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemRippleColor +james.adaptiveicon.R$style: int Widget_AppCompat_ButtonBar_AlertDialog +androidx.appcompat.R$styleable: int Toolbar_title +androidx.appcompat.R$attr: int listChoiceBackgroundIndicator +wangdaye.com.geometricweather.R$id: int notification_base +com.jaredrummler.android.colorpicker.R$drawable: int tooltip_frame_dark +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeTemperature +com.google.android.material.R$attr: int measureWithLargestChild +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getWindSpeedEnd() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String nighttimeWeatherText +wangdaye.com.geometricweather.background.receiver.widget.WidgetTrendDailyProvider +androidx.appcompat.R$styleable: int AppCompatTextView_drawableTopCompat +com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_elevation +wangdaye.com.geometricweather.R$style: int CardView +androidx.preference.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 +androidx.appcompat.R$drawable: int abc_ic_commit_search_api_mtrl_alpha +androidx.legacy.coreutils.R$drawable: int notification_bg_low_pressed +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_BottomAppBar_Surface +android.didikee.donate.R$attr: int panelBackground +wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_dayStyle +androidx.constraintlayout.widget.R$id: int add +androidx.preference.R$attr: int textColorSearchUrl +androidx.appcompat.R$styleable: int MenuItem_iconTint +wangdaye.com.geometricweather.R$array: int distance_unit_voices +retrofit2.ParameterHandler$Header +io.reactivex.internal.util.NotificationLite: io.reactivex.internal.util.NotificationLite COMPLETE +james.adaptiveicon.R$dimen: int abc_action_bar_default_padding_start_material +androidx.vectordrawable.animated.R$id: int line3 +androidx.lifecycle.LiveData$LifecycleBoundObserver: boolean shouldBeActive() +androidx.appcompat.R$id: int edit_query +com.google.android.material.R$color: int error_color_material_light +wangdaye.com.geometricweather.R$id: int dialog_donate_wechat +com.google.android.material.chip.Chip: void setCloseIconPressed(boolean) +wangdaye.com.geometricweather.R$attr: int bsb_min +androidx.preference.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle +androidx.drawerlayout.R$attr: int fontVariationSettings +wangdaye.com.geometricweather.R$dimen: int mtrl_slider_label_padding +cyanogenmod.content.Intent: java.lang.String ACTION_INITIALIZE_CM_HARDWARE +cyanogenmod.alarmclock.ClockContract: ClockContract() +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Display1 +androidx.constraintlayout.widget.R$id: int baseline +androidx.constraintlayout.widget.R$attr: int subtitleTextAppearance +androidx.appcompat.widget.AppCompatTextView: android.content.res.ColorStateList getSupportBackgroundTintList() +androidx.appcompat.widget.SearchView: int getPreferredHeight() +wangdaye.com.geometricweather.R$font: int product_sans_italic +wangdaye.com.geometricweather.R$attr: int font +androidx.transition.R$dimen: int notification_right_icon_size +androidx.appcompat.app.ActionBar: void removeOnMenuVisibilityListener(androidx.appcompat.app.ActionBar$OnMenuVisibilityListener) +wangdaye.com.geometricweather.R$layout +com.google.android.material.R$attr: int itemShapeInsetTop +androidx.constraintlayout.widget.R$drawable: int abc_scrubber_primary_mtrl_alpha +androidx.preference.R$anim: int btn_radio_to_off_mtrl_ring_outer_path_animation +com.xw.repo.bubbleseekbar.R$attr: int bsb_progress +cyanogenmod.weather.RequestInfo$Builder: java.lang.String mCityName +cyanogenmod.app.ThemeVersion: int getVersion() +wangdaye.com.geometricweather.db.entities.MinutelyEntity: long getTime() +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_AutoCompleteTextView +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_startIconTintMode +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: java.lang.String getLtoSource() +okhttp3.internal.connection.RealConnection: void cancel() +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String componentToImageColName(java.lang.String) +com.google.android.material.R$styleable: int[] AppCompatTheme +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: wangdaye.com.geometricweather.db.entities.MinutelyEntity readEntity(android.database.Cursor,int) +wangdaye.com.geometricweather.R$id: int material_minute_tv +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_display_3_material +wangdaye.com.geometricweather.R$drawable: int widget_week +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.WeatherIconControlView +com.google.android.material.R$attr: int warmth +android.didikee.donate.R$attr: int textAppearanceSearchResultSubtitle +androidx.appcompat.widget.AppCompatAutoCompleteTextView: android.content.res.ColorStateList getSupportBackgroundTintList() +wangdaye.com.geometricweather.R$string: int action_about +james.adaptiveicon.R$dimen: int abc_edit_text_inset_horizontal_material +okhttp3.internal.platform.JdkWithJettyBootPlatform: java.lang.reflect.Method getMethod +androidx.vectordrawable.animated.R$styleable: int GradientColor_android_gradientRadius +com.google.android.material.slider.Slider: float getValue() +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_default_padding_start_material +io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable: long serialVersionUID +io.reactivex.Observable: io.reactivex.Single toMultimap(io.reactivex.functions.Function,io.reactivex.functions.Function,java.util.concurrent.Callable,io.reactivex.functions.Function) +wangdaye.com.geometricweather.R$drawable: int ic_keyboard_black_24dp +com.jaredrummler.android.colorpicker.R$dimen: int abc_disabled_alpha_material_dark +androidx.preference.R$attr: int textAppearanceSearchResultSubtitle +com.google.android.material.R$drawable: int notification_tile_bg +com.google.android.material.R$dimen: int mtrl_high_ripple_hovered_alpha +okhttp3.internal.http2.Http2Stream: void receiveHeaders(java.util.List) +com.bumptech.glide.integration.okhttp.R$id: int blocking +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void innerError(io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver,java.lang.Throwable) +james.adaptiveicon.R$styleable: int[] CompoundButton +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life: CNWeatherResult$Life() +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Headline3 +com.xw.repo.bubbleseekbar.R$attr: int progressBarStyle +wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_showAlphaSlider +com.google.android.material.chip.ChipGroup: void setCheckedId(int) +androidx.constraintlayout.utils.widget.MotionTelltales: void setText(java.lang.CharSequence) +wangdaye.com.geometricweather.R$styleable: int PreferenceImageView_android_maxHeight +com.turingtechnologies.materialscrollbar.R$id: int action_mode_bar +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: void onComplete() +androidx.constraintlayout.widget.ConstraintLayout: ConstraintLayout(android.content.Context,android.util.AttributeSet,int) +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_requireAdaptiveBacklightForSunlightEnhancement wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_73 -androidx.preference.R$drawable: int abc_ic_clear_material -james.adaptiveicon.R$styleable: int TextAppearance_android_textStyle -cyanogenmod.hardware.ICMHardwareService: java.lang.String getUniqueDeviceId() -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse -androidx.preference.R$string: int abc_search_hint -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNo2() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_radioButtonStyle -androidx.customview.R$string: int status_bar_notification_info_overflow -wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_AppbarPopupTheme_Dark -com.google.android.material.R$style: int TextAppearance_Design_Counter -androidx.core.R$styleable: int FontFamilyFont_fontStyle -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: io.reactivex.internal.queue.SpscLinkedArrayQueue queue -android.didikee.donate.R$styleable: int[] AlertDialog -androidx.constraintlayout.widget.R$attr: int warmth -wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.lang.String getLongDate(android.content.Context) -okhttp3.internal.cache.DiskLruCache: DiskLruCache(okhttp3.internal.io.FileSystem,java.io.File,int,int,long,java.util.concurrent.Executor) -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property AqiIndex -androidx.fragment.R$styleable: int GradientColor_android_centerX -com.google.android.material.R$styleable: int ConstraintSet_android_rotation -android.didikee.donate.R$id: int submenuarrow -wangdaye.com.geometricweather.R$attr: int textColorSearchUrl -androidx.appcompat.R$attr: int tickMark -com.xw.repo.bubbleseekbar.R$attr: int colorPrimary -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents -android.didikee.donate.R$dimen: int abc_disabled_alpha_material_dark -okhttp3.internal.cache.DiskLruCache: void completeEdit(okhttp3.internal.cache.DiskLruCache$Editor,boolean) -wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String getCity() -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.Astro sun() -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_d -wangdaye.com.geometricweather.R$style: int Animation_AppCompat_DropDownUp -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title -android.didikee.donate.R$attr: int listPreferredItemHeightLarge -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean -androidx.constraintlayout.widget.R$attr: int thumbTint -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_transitionEasing -androidx.appcompat.R$attr: int editTextBackground -androidx.preference.R$attr: int contentInsetRight -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: java.lang.Object v1 -android.support.v4.os.ResultReceiver$1: java.lang.Object[] newArray(int) -wangdaye.com.geometricweather.R$styleable: int Layout_layout_goneMarginBottom -okhttp3.RealCall: okhttp3.Response getResponseWithInterceptorChain() -cyanogenmod.profiles.StreamSettings$1: java.lang.Object[] newArray(int) -wangdaye.com.geometricweather.R$bool: int abc_action_bar_embed_tabs -james.adaptiveicon.R$styleable: int AppCompatTheme_homeAsUpIndicator -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: java.lang.String getZh_CN() -androidx.hilt.R$style: int Widget_Compat_NotificationActionText -com.google.android.material.floatingactionbutton.FloatingActionButton: int getCustomSize() -okhttp3.internal.http2.Http2Writer: void applyAndAckSettings(okhttp3.internal.http2.Settings) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation: AccuCurrentResult$PrecipitationSummary$Precipitation() -wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status: wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status ERROR -androidx.viewpager2.R$id: int title -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_textColorHint -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial -retrofit2.CallAdapter: java.lang.reflect.Type responseType() -wangdaye.com.geometricweather.R$drawable: int abc_ratingbar_small_material -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorControlNormal -com.google.android.material.button.MaterialButtonToggleGroup: void removeOnButtonCheckedListener(com.google.android.material.button.MaterialButtonToggleGroup$OnButtonCheckedListener) -retrofit2.Call: boolean isCanceled() -androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType STRING_TYPE -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_BRIGHTNESS_CONTROL_VALIDATOR -com.google.android.material.R$styleable: int SearchView_defaultQueryHint -wangdaye.com.geometricweather.R$id: int search_src_text -com.github.rahatarmanahmed.cpv.CircularProgressView$2: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionButton_CloseMode -okio.InflaterSource: okio.BufferedSource source -com.google.android.material.R$styleable: int[] MaterialCardView -androidx.lifecycle.LiveData$LifecycleBoundObserver: androidx.lifecycle.LiveData this$0 -wangdaye.com.geometricweather.R$attr: int placeholderTextColor -com.jaredrummler.android.colorpicker.R$style: int Base_V7_Widget_AppCompat_EditText -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String weather -wangdaye.com.geometricweather.R$drawable: int weather_clear_day_1 -cyanogenmod.app.ProfileGroup: void setRingerOverride(android.net.Uri) -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime -android.didikee.donate.R$id: int title_template -io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function5) -retrofit2.RequestFactory$Builder: java.lang.annotation.Annotation[][] parameterAnnotationsArray -okhttp3.internal.http2.Http2Connection$7: Http2Connection$7(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[],int,okhttp3.internal.http2.ErrorCode) -wangdaye.com.geometricweather.R$style: int Preference_SeekBarPreference -androidx.constraintlayout.widget.R$attr: int flow_wrapMode -wangdaye.com.geometricweather.R$drawable: int weather_fog_mini_grey -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_expandedHintEnabled -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint -androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getRainPrecipitationProbability() -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setExtended(boolean) -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Button_Borderless_Colored -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_rotationX -okio.RealBufferedSource: java.lang.String readUtf8Line() -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWeatherText(java.lang.String) -wangdaye.com.geometricweather.R$color: int mtrl_btn_text_btn_ripple_color -androidx.constraintlayout.widget.R$anim: int btn_radio_to_on_mtrl_dot_group_animation -com.xw.repo.bubbleseekbar.R$attr: int controlBackground -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.Precipitation getPrecipitation() -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_endIconCheckable -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit LPSQM -io.reactivex.Observable: io.reactivex.Observable concatArrayEager(int,int,io.reactivex.ObservableSource[]) -androidx.appcompat.R$id: int titleDividerNoCustom -com.google.android.material.R$attr: int errorTextColor -cyanogenmod.app.CustomTile$ExpandedStyle$1: cyanogenmod.app.CustomTile$ExpandedStyle[] newArray(int) -retrofit2.converter.gson.GsonRequestBodyConverter: java.lang.Object convert(java.lang.Object) -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer confidence -androidx.appcompat.widget.LinearLayoutCompat: int getShowDividers() -okhttp3.Interceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) -james.adaptiveicon.R$attr: int actionModeSplitBackground -com.turingtechnologies.materialscrollbar.R$attr: int switchPadding -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeShareDrawable -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Ice -androidx.appcompat.widget.AppCompatCheckBox: AppCompatCheckBox(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: long upDateTime -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_default_padding_start_material -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatSeekBar_tickMarkTintMode -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Dialog_FixedSize -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: long time -com.github.rahatarmanahmed.cpv.R$bool: R$bool() -wangdaye.com.geometricweather.R$id: int item_icon_provider_title -okhttp3.internal.NamedRunnable: NamedRunnable(java.lang.String,java.lang.Object[]) -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHorizontal_chainStyle -androidx.fragment.R$style: int Widget_Compat_NotificationActionContainer -cyanogenmod.providers.CMSettings$System: boolean putString(android.content.ContentResolver,java.lang.String,java.lang.String) -wangdaye.com.geometricweather.R$attr: int listItemLayout -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: int sourceMode -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void onNext(java.lang.Object) -com.google.android.material.chip.ChipGroup: java.util.List getCheckedChipIds() -wangdaye.com.geometricweather.R$styleable: int RecyclerView_android_descendantFocusability -wangdaye.com.geometricweather.R$attr: int bsb_track_size -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void cancelSources() -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: org.reactivestreams.Subscription upstream -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth -androidx.work.WorkInfo$State -wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderSelection -androidx.appcompat.resources.R$styleable: int[] GradientColor -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation: wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation valueOf(java.lang.String) -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void drain() -com.github.rahatarmanahmed.cpv.CircularProgressView$4 -androidx.preference.R$layout: int preference_dropdown -retrofit2.converter.gson.GsonConverterFactory: retrofit2.converter.gson.GsonConverterFactory create(com.google.gson.Gson) -com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemHeight -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_toLeftOf -androidx.legacy.coreutils.R$styleable: int GradientColor_android_startColor -com.google.android.material.R$attr: int barrierMargin -retrofit2.ParameterHandler$2: ParameterHandler$2(retrofit2.ParameterHandler) -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_counterEnabled -okhttp3.internal.cache.CacheStrategy$Factory: java.util.Date servedDate -wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_height -android.didikee.donate.R$color: int button_material_light -wangdaye.com.geometricweather.R$styleable: int Transform_android_translationZ -retrofit2.ParameterHandler$Query: void apply(retrofit2.RequestBuilder,java.lang.Object) -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1: void onFailure(retrofit2.Call,java.lang.Throwable) -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) -okhttp3.Dispatcher: java.util.List queuedCalls() -com.google.android.material.R$attr: int displayOptions -wangdaye.com.geometricweather.R$id: int easeOut -androidx.appcompat.R$style: int Base_Widget_AppCompat_SearchView -cyanogenmod.themes.ThemeChangeRequest$1 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature -wangdaye.com.geometricweather.R$string: int get_more_github -androidx.preference.R$drawable: int abc_scrubber_primary_mtrl_alpha -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionButton_Overflow -cyanogenmod.app.IProfileManager: void updateNotificationGroup(android.app.NotificationGroup) -com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton -androidx.appcompat.R$dimen: int abc_list_item_height_large_material -cyanogenmod.app.IProfileManager: cyanogenmod.app.Profile getActiveProfile() -androidx.constraintlayout.widget.R$id: int center -com.google.android.material.R$dimen: int mtrl_calendar_day_today_stroke -androidx.appcompat.R$bool: int abc_action_bar_embed_tabs -wangdaye.com.geometricweather.R$styleable: int Toolbar_navigationIcon -wangdaye.com.geometricweather.R$id: int notification_big_week_1 -io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: boolean isDisposed() +androidx.hilt.R$styleable: int GradientColor_android_centerColor +com.xw.repo.bubbleseekbar.R$attr: int singleChoiceItemLayout +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintRight_creator +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String FORECAST_HIGH +wangdaye.com.geometricweather.R$attr: int chipSurfaceColor +com.google.android.material.R$color: int design_dark_default_color_on_secondary +androidx.coordinatorlayout.R$dimen: int notification_main_column_padding_top +com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableItem_android_id +cyanogenmod.weather.WeatherInfo$DayForecast$Builder: cyanogenmod.weather.WeatherInfo$DayForecast$Builder setHigh(double) +androidx.appcompat.resources.R$styleable: int FontFamily_fontProviderFetchStrategy +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void drain() +com.google.android.material.R$styleable: int KeyCycle_motionTarget +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType QueryList +com.google.android.material.R$styleable: int Insets_paddingLeftSystemWindowInsets +cyanogenmod.util.ColorUtils: double calculateDeltaE(double,double,double,double,double,double) +androidx.transition.R$id +androidx.lifecycle.extensions.R$styleable: int FontFamily_fontProviderQuery +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_display_3_material +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid +androidx.hilt.R$id: int accessibility_custom_action_14 +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_button_min_width_overflow_material +androidx.fragment.R$styleable: int GradientColorItem_android_offset +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_bottomappbar_fab_cradle_margin +androidx.appcompat.widget.Toolbar: java.lang.CharSequence getNavigationContentDescription() +wangdaye.com.geometricweather.R$dimen: int fastscroll_default_thickness +com.turingtechnologies.materialscrollbar.R$id: int auto +com.google.android.material.R$styleable: int ActionBar_titleTextStyle +wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle +com.google.android.material.button.MaterialButton: android.graphics.PorterDuff$Mode getIconTintMode() +retrofit2.http.HEAD +com.turingtechnologies.materialscrollbar.R$color: int design_fab_shadow_mid_color +androidx.constraintlayout.widget.R$dimen +wangdaye.com.geometricweather.R$id: int activity_about_container +androidx.preference.R$styleable: int CheckBoxPreference_android_disableDependentsState +wangdaye.com.geometricweather.R$string: int material_slider_range_end +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header +androidx.coordinatorlayout.R$dimen +james.adaptiveicon.R$attr: R$attr() +androidx.appcompat.R$drawable: int notification_tile_bg +wangdaye.com.geometricweather.R$string: int abc_menu_sym_shortcut_label +wangdaye.com.geometricweather.R$attr: int bsb_is_float_type +com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableTransition_android_drawable +cyanogenmod.app.LiveLockScreenManager: void cancel(int) +retrofit2.http.Part +wangdaye.com.geometricweather.R$drawable: int shortcuts_thunderstorm_foreground +androidx.hilt.work.R$styleable: int FontFamilyFont_android_fontStyle +wangdaye.com.geometricweather.R$styleable: int Slider_thumbStrokeColor +wangdaye.com.geometricweather.R$attr: int buttonBarPositiveButtonStyle +androidx.preference.R$styleable: int ActionBar_logo +android.didikee.donate.R$styleable: int AppCompatTheme_alertDialogStyle +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionButton_CloseMode +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: java.lang.String dataUptime +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void complete() +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabPaddingEnd +androidx.preference.MultiSelectListPreferenceDialogFragmentCompat: MultiSelectListPreferenceDialogFragmentCompat() +james.adaptiveicon.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_padding_left +com.google.android.material.R$attr: int horizontalOffset +androidx.core.R$dimen: int compat_button_inset_horizontal_material +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title +okhttp3.internal.http2.Http2Reader$Handler: void ping(boolean,int,int) +cyanogenmod.app.CustomTile$ExpandedListItem +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_PopupMenu +androidx.preference.R$drawable: int abc_ic_voice_search_api_material +wangdaye.com.geometricweather.R$styleable: int[] SnackbarLayout +com.xw.repo.bubbleseekbar.R$dimen: int tooltip_precise_anchor_extra_offset +androidx.constraintlayout.widget.R$styleable: int SearchView_closeIcon +androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_rotation +androidx.appcompat.widget.ViewStubCompat: int getLayoutResource() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX wind +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningMaxCountItems: int colorId +androidx.appcompat.resources.R$attr: R$attr() +com.xw.repo.bubbleseekbar.R$layout: int notification_template_icon_group +com.google.android.material.R$style: int Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog +androidx.vectordrawable.animated.R$styleable: int GradientColor_android_endY +com.google.android.material.button.MaterialButton: void setInsetBottom(int) +androidx.swiperefreshlayout.R$dimen: int compat_notification_large_icon_max_width +james.adaptiveicon.R$id: int right_side +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_android_windowAnimationStyle +wangdaye.com.geometricweather.R$string: int content_des_so2 +io.reactivex.Observable: io.reactivex.Observable skip(long,java.util.concurrent.TimeUnit) +androidx.vectordrawable.R$id: int accessibility_custom_action_5 +android.didikee.donate.R$style: int Base_Widget_AppCompat_ListView +com.bumptech.glide.load.engine.GlideException: java.lang.Class dataClass +com.jaredrummler.android.colorpicker.R$styleable: int[] ListPreference +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: void onComplete() +james.adaptiveicon.R$styleable: int SearchView_searchIcon +james.adaptiveicon.R$drawable: int abc_ic_clear_material +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_Bridge +com.google.gson.LongSerializationPolicy$2 +com.google.android.material.textfield.TextInputLayout: void setErrorEnabled(boolean) +cyanogenmod.weather.util.WeatherUtils: double fahrenheitToCelsius(double) +io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,long,boolean,int) +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: int getFillColor() +wangdaye.com.geometricweather.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha +okhttp3.internal.http2.Settings: okhttp3.internal.http2.Settings set(int,int) +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_onClick +com.turingtechnologies.materialscrollbar.R$id: int action_divider +wangdaye.com.geometricweather.R$string: int key_notification_hide_icon +com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_fastScrollEnabled +wangdaye.com.geometricweather.db.entities.DailyEntityDao: wangdaye.com.geometricweather.db.converters.WindDegreeConverter daytimeWindDegreeConverter +androidx.viewpager.widget.PagerTitleStrip: int getMinHeight() +androidx.appcompat.resources.R$styleable: int ColorStateListItem_alpha +okio.Buffer: okio.Buffer$UnsafeCursor readAndWriteUnsafe(okio.Buffer$UnsafeCursor) +cyanogenmod.app.ProfileManager: java.lang.String INTENT_ACTION_PROFILE_SELECTED +wangdaye.com.geometricweather.R$attr: int startIconDrawable +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setVisibility(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean) +com.google.android.material.R$styleable: int MaterialCalendarItem_itemStrokeColor +wangdaye.com.geometricweather.resource.utils.ResourceUtils$NullResourceIdException +okhttp3.MediaType: java.lang.String type() +okhttp3.Address: int hashCode() +androidx.hilt.work.R$integer: R$integer() +androidx.hilt.work.R$attr: int fontProviderQuery +androidx.preference.R$styleable: int SearchView_goIcon +androidx.recyclerview.R$attr: int fontVariationSettings +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Button +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity +androidx.customview.R$id: int icon_group +com.google.android.material.slider.RangeSlider: RangeSlider(android.content.Context) +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property Longitude +okhttp3.Protocol: okhttp3.Protocol valueOf(java.lang.String) +android.didikee.donate.R$style: int Widget_AppCompat_RatingBar_Indicator +androidx.lifecycle.ServiceLifecycleDispatcher: void onServicePreSuperOnBind() +com.google.android.material.R$dimen: int abc_search_view_preferred_height +wangdaye.com.geometricweather.R$id: int content +androidx.lifecycle.ViewModel: void closeWithRuntimeException(java.lang.Object) +androidx.appcompat.R$style: int Base_Theme_AppCompat +androidx.core.R$styleable: int FontFamily_fontProviderAuthority +com.google.android.material.bottomappbar.BottomAppBar: com.google.android.material.bottomappbar.BottomAppBarTopEdgeTreatment getTopEdgeTreatment() +okio.ByteString: boolean endsWith(byte[]) +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: void onError(java.lang.Throwable) +androidx.preference.R$anim: int btn_checkbox_to_checked_box_inner_merged_animation +wangdaye.com.geometricweather.R$dimen: int mtrl_navigation_item_icon_padding +com.google.android.material.R$styleable: int[] FontFamilyFont +androidx.constraintlayout.widget.R$attr: int fontProviderPackage +androidx.preference.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle +wangdaye.com.geometricweather.R$layout: int widget_day_rectangle +androidx.appcompat.R$styleable: int AlertDialog_buttonPanelSideLayout +androidx.preference.R$styleable: int[] DialogPreference +wangdaye.com.geometricweather.R$color: int dim_foreground_disabled_material_light +androidx.vectordrawable.R$id: int chronometer +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintVertical_weight +android.didikee.donate.R$attr: int textAppearanceSearchResultTitle +wangdaye.com.geometricweather.R$dimen: int design_snackbar_padding_vertical +com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_radio_to_on_mtrl_015 +okhttp3.internal.cache2.Relay: okhttp3.internal.cache2.Relay edit(java.io.File,okio.Source,okio.ByteString,long) +retrofit2.RequestBuilder$ContentTypeOverridingRequestBody +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeTotalPrecipitation +androidx.hilt.R$layout: int custom_dialog +james.adaptiveicon.R$drawable: int abc_ic_menu_overflow_material +androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: void setSupportBackgroundTintList(android.content.res.ColorStateList) +androidx.transition.R$styleable: int[] GradientColor +cyanogenmod.app.ThemeVersion$ComponentVersion: int getId() +com.google.android.material.R$styleable: int MenuGroup_android_enabled +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$7: KeyguardExternalViewProviderService$Provider$ProviderImpl$7(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) +androidx.appcompat.widget.AppCompatCheckBox +androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_fontStyle +com.bumptech.glide.integration.okhttp.R$dimen: int notification_big_circle_margin +com.google.android.material.R$styleable: int MenuView_android_windowAnimationStyle +com.google.gson.stream.JsonReader: int PEEKED_UNQUOTED +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int CLOUDY +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWindLevel(java.lang.String) +cyanogenmod.app.CustomTile: java.lang.String access$302(cyanogenmod.app.CustomTile,java.lang.String) +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal +io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: void dispose() +com.google.android.material.R$style: int Widget_Compat_NotificationActionText +com.google.android.material.R$styleable: int MaterialCardView_cardForegroundColor +james.adaptiveicon.R$attr: int buttonTint +wangdaye.com.geometricweather.R$string: int cpv_custom +okhttp3.logging.LoggingEventListener: void dnsEnd(okhttp3.Call,java.lang.String,java.util.List) +androidx.appcompat.R$attr: int navigationIcon +retrofit2.ParameterHandler$QueryMap: int p +james.adaptiveicon.R$styleable: int[] ActionMode +androidx.appcompat.widget.AppCompatRadioButton: void setSupportBackgroundTintList(android.content.res.ColorStateList) +androidx.constraintlayout.helper.widget.Flow: Flow(android.content.Context,android.util.AttributeSet) +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: io.reactivex.internal.operators.observable.ObservableRefCount parent +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_8 +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: java.lang.String MobileLink +com.xw.repo.bubbleseekbar.R$attr: int contentInsetLeft +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIndicatorColor +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: long serialVersionUID +androidx.constraintlayout.motion.widget.MotionLayout: float getTargetPosition() +com.turingtechnologies.materialscrollbar.R$attr: int subtitleTextStyle +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: BaiduIPLocationResult$ContentBean$PointBean() +com.google.android.material.R$styleable: int CardView_android_minHeight +com.google.android.material.R$color: int primary_text_default_material_light +androidx.constraintlayout.widget.R$string: int search_menu_title +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float no2 +wangdaye.com.geometricweather.R$string: int mtrl_picker_date_header_selected +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: boolean unregisterChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) +com.google.android.material.chip.ChipGroup: void setSelectionRequired(boolean) +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_5_00 +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline +androidx.recyclerview.R$attr: int fastScrollVerticalThumbDrawable +io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiFunction,boolean,int) +com.google.android.material.R$integer: int config_tooltipAnimTime +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: wangdaye.com.geometricweather.db.entities.DaoSession daoSession +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.MinutelyEntityDao getMinutelyEntityDao() +com.xw.repo.bubbleseekbar.R$attr: int drawerArrowStyle +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView: int getMarginTop() +androidx.constraintlayout.widget.R$styleable: int OnClick_clickAction +okhttp3.internal.cache.DiskLruCache$Editor: okhttp3.internal.cache.DiskLruCache$Entry entry wangdaye.com.geometricweather.R$styleable: int Slider_tickVisible -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color: int Red -com.google.android.material.R$string: int abc_capital_off -cyanogenmod.app.Profile: java.util.Map streams -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -okio.Buffer: okio.ByteString readByteString(long) -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.jaredrummler.android.colorpicker.R$drawable: int tooltip_frame_dark -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight -james.adaptiveicon.R$styleable: int Toolbar_navigationIcon -com.google.android.material.R$dimen: int abc_dialog_padding_material -wangdaye.com.geometricweather.R$styleable: int KeyPosition_motionTarget -io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: MpscLinkedQueue$LinkedQueueNode() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Imperial: AccuCurrentResult$Wind$Speed$Imperial() -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_26 -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_rotation -wangdaye.com.geometricweather.common.basic.models.weather.History: java.util.Date date -com.google.android.material.R$styleable: int ShapeableImageView_strokeColor -androidx.preference.R$dimen: int hint_alpha_material_light -androidx.preference.R$dimen: int abc_edit_text_inset_bottom_material -retrofit2.RequestFactory$Builder: java.lang.String httpMethod -wangdaye.com.geometricweather.R$id: int textTop -com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_text_btn_ripple_color -com.google.android.material.R$id: int header_title -wangdaye.com.geometricweather.R$dimen: int abc_text_size_large_material -com.google.android.material.R$attr: int enforceMaterialTheme -androidx.constraintlayout.widget.R$styleable: int Transform_android_rotationX -androidx.preference.R$color: int abc_color_highlight_material -cyanogenmod.weather.WeatherInfo$Builder: boolean isValidWindSpeedUnit(int) -okhttp3.CacheControl: java.lang.String headerValue -androidx.customview.R$styleable: int GradientColor_android_gradientRadius -okio.RealBufferedSource: boolean rangeEquals(long,okio.ByteString) -com.xw.repo.bubbleseekbar.R$drawable: int abc_spinner_textfield_background_material -android.didikee.donate.R$color: int abc_tint_switch_track -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_weather -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean checkTerminate() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum -okhttp3.internal.http2.Header$Listener: void onHeaders(okhttp3.Headers) -okhttp3.CookieJar: void saveFromResponse(okhttp3.HttpUrl,java.util.List) -androidx.appcompat.widget.AppCompatImageButton: void setSupportImageTintMode(android.graphics.PorterDuff$Mode) -com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleTintMode(android.graphics.PorterDuff$Mode) -wangdaye.com.geometricweather.R$attr: int themeLineHeight -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_Button -androidx.appcompat.R$string: int abc_searchview_description_submit -cyanogenmod.weather.WeatherInfo: java.lang.String access$1402(cyanogenmod.weather.WeatherInfo,java.lang.String) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean getDirection() -com.google.android.material.R$style: int TextAppearance_AppCompat_Display3 -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse -okio.GzipSource: byte SECTION_DONE -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: int INTERRUPTED -com.turingtechnologies.materialscrollbar.R$attr: int listDividerAlertDialog -androidx.lifecycle.LiveData$LifecycleBoundObserver: LiveData$LifecycleBoundObserver(androidx.lifecycle.LiveData,androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Observer) -androidx.appcompat.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_1 -androidx.constraintlayout.widget.R$styleable: int[] Transform -wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_icon_size -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Imperial -okhttp3.internal.http.RealInterceptorChain: int readTimeoutMillis() -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_CompactMenu -androidx.appcompat.R$dimen: int tooltip_precise_anchor_threshold -cyanogenmod.weather.WeatherInfo$DayForecast: WeatherInfo$DayForecast(cyanogenmod.weather.WeatherInfo$1) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeStyle -wangdaye.com.geometricweather.R$drawable: int notif_temp_87 -com.xw.repo.bubbleseekbar.R$attr: int buttonTintMode -androidx.appcompat.R$styleable: int[] AppCompatImageView -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub: IWeatherProviderServiceClient$Stub() -com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_ripple_color -wangdaye.com.geometricweather.R$styleable: int MaterialAutoCompleteTextView_android_inputType -wangdaye.com.geometricweather.common.basic.models.weather.WindDegree: boolean isNoDirection() -cyanogenmod.weather.RequestInfo: cyanogenmod.weather.WeatherLocation getWeatherLocation() -androidx.core.R$id: int tag_unhandled_key_event_manager -cyanogenmod.weather.WeatherLocation: java.lang.String getCountry() -android.didikee.donate.R$color: int switch_thumb_material_light -androidx.hilt.work.R$layout: int notification_template_icon_group -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: java.lang.String Phrase -com.xw.repo.bubbleseekbar.R$attr: int listPopupWindowStyle -okhttp3.internal.ws.WebSocketReader$FrameCallback: void onReadMessage(java.lang.String) -wangdaye.com.geometricweather.R$attr: int placeholderText -com.turingtechnologies.materialscrollbar.R$id: int src_over -androidx.preference.R$attr: int buttonCompat -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_BottomSheetDialog -okhttp3.internal.tls.BasicTrustRootIndex: java.security.cert.X509Certificate findByIssuerAndSignature(java.security.cert.X509Certificate) -io.reactivex.Observable: io.reactivex.Observable mergeWith(io.reactivex.CompletableSource) -com.google.android.material.timepicker.ChipTextInputComboView -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_contentInsetRight -io.reactivex.Observable: io.reactivex.Single reduce(java.lang.Object,io.reactivex.functions.BiFunction) +androidx.appcompat.R$drawable: int abc_list_focused_holo +okhttp3.internal.ws.WebSocketReader: WebSocketReader(boolean,okio.BufferedSource,okhttp3.internal.ws.WebSocketReader$FrameCallback) +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode +wangdaye.com.geometricweather.R$drawable: int notif_temp_55 +com.google.android.material.button.MaterialButton: void setShapeAppearanceModel(com.google.android.material.shape.ShapeAppearanceModel) +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintTop_creator +wangdaye.com.geometricweather.R$attr: int buttonBarButtonStyle +androidx.cardview.R$attr: int cardPreventCornerOverlap +wangdaye.com.geometricweather.remoteviews.config.MultiCityWidgetConfigActivity +wangdaye.com.geometricweather.R$string: int key_ui_style +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_118 +com.jaredrummler.android.colorpicker.R$styleable: int Preference_fragment +io.reactivex.disposables.RunnableDisposable: long serialVersionUID +androidx.recyclerview.widget.RecyclerView: long getNanoTime() +androidx.viewpager2.R$id: int action_container +androidx.appcompat.R$style: int Platform_Widget_AppCompat_Spinner +com.google.android.material.R$dimen: int mtrl_btn_dialog_btn_min_width +androidx.appcompat.R$attr: int collapseContentDescription +wangdaye.com.geometricweather.R$id: int dialog_minimal_icon_lightIcon +retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter: java.lang.reflect.Type responseType() +com.google.android.material.R$styleable: int ActionBar_subtitle +android.didikee.donate.R$styleable: int AppCompatTheme_listPopupWindowStyle +androidx.constraintlayout.widget.R$attr: int contentInsetEndWithActions +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_CompactMenu +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String CountryCode +androidx.preference.R$id: int accessibility_custom_action_29 +okhttp3.internal.http2.Http2Connection: long degradedPingsSent +androidx.lifecycle.ViewModel: java.lang.Object getTag(java.lang.String) +androidx.appcompat.resources.R$color: int secondary_text_default_material_light +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_viewInflaterClass +io.reactivex.Observable: void blockingSubscribe(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer) +wangdaye.com.geometricweather.R$id: int SHIFT +okhttp3.internal.cache2.Relay: java.lang.Thread upstreamReader +androidx.constraintlayout.widget.R$styleable: int SearchView_searchIcon +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_paddingEnd +cyanogenmod.weather.WeatherInfo: long getTimestamp() +com.turingtechnologies.materialscrollbar.R$dimen: int abc_cascading_menus_min_smallest_width +wangdaye.com.geometricweather.R$attr: int dialogPreferredPadding +okhttp3.internal.cache.CacheInterceptor: CacheInterceptor(okhttp3.internal.cache.InternalCache) androidx.dynamicanimation.R$styleable: int GradientColorItem_android_color -com.google.android.material.R$id: int none -cyanogenmod.externalviews.ExternalViewProviderService: android.os.Handler mHandler -com.google.android.material.R$drawable: int btn_checkbox_unchecked_to_checked_mtrl_animation -androidx.customview.R$id: int right_icon -com.google.android.material.floatingactionbutton.FloatingActionButton$BaseBehavior: void setInternalAutoHideListener(com.google.android.material.floatingactionbutton.FloatingActionButton$OnVisibilityChangedListener) -wangdaye.com.geometricweather.R$style: int Theme_Design -okhttp3.internal.ws.WebSocketWriter: void writePing(okio.ByteString) -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: HourlyEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.AbstractDaoSession session -okhttp3.internal.Internal: okhttp3.internal.connection.StreamAllocation streamAllocation(okhttp3.Call) -androidx.preference.Preference$BaseSavedState -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_percent -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String level -wangdaye.com.geometricweather.R$id: int add -wangdaye.com.geometricweather.R$styleable: int[] ButtonBarLayout -androidx.constraintlayout.widget.R$attr: int showAsAction -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_DarkActionBar_Bridge -com.turingtechnologies.materialscrollbar.R$layout: int design_bottom_navigation_item -wangdaye.com.geometricweather.R$attr: int linearSeamless -com.google.android.material.R$dimen: int abc_switch_padding -com.google.android.material.R$styleable: int Constraint_pathMotionArc -androidx.hilt.R$id: int visible_removing_fragment_view_tag -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: io.reactivex.internal.disposables.SequentialDisposable serial -io.reactivex.internal.subscriptions.DeferredScalarSubscription: int CANCELLED -androidx.preference.R$attr: int srcCompat -james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown -com.google.android.material.R$styleable: int ProgressIndicator_inverse -com.google.android.material.chip.Chip: com.google.android.material.animation.MotionSpec getShowMotionSpec() -wangdaye.com.geometricweather.R$id: int activity_preview_icon_recyclerView -androidx.appcompat.widget.SearchView: int getPreferredHeight() -com.google.android.material.R$attr: int ensureMinTouchTargetSize +androidx.preference.R$attr: int actionDropDownStyle +androidx.appcompat.R$layout: int abc_select_dialog_material +androidx.hilt.lifecycle.R$id: int forever +androidx.viewpager.R$layout: int notification_template_custom_big +james.adaptiveicon.R$integer +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getTreeLevel() +cyanogenmod.profiles.BrightnessSettings$1 +wangdaye.com.geometricweather.R$drawable: int shortcuts_clear_day_foreground +androidx.appcompat.widget.ActivityChooserView: void setProvider(androidx.core.view.ActionProvider) +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_switchTextOn +androidx.appcompat.resources.R$styleable: int StateListDrawable_android_visible +wangdaye.com.geometricweather.R$string: int fab_transformation_scrim_behavior +com.google.android.material.progressindicator.ProgressIndicator: void setVisibilityAfterHide(int) +com.jaredrummler.android.colorpicker.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 +okhttp3.Cache$2: boolean hasNext() +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: retrofit2.Call delegate +io.reactivex.internal.observers.DeferredScalarObserver: long serialVersionUID +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Metric: java.lang.String Unit +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_EditText +androidx.constraintlayout.widget.R$id: int end +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_firstVerticalStyle +com.google.android.material.textfield.MaterialAutoCompleteTextView: MaterialAutoCompleteTextView(android.content.Context,android.util.AttributeSet) +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: io.reactivex.functions.Predicate predicate +cyanogenmod.weather.CMWeatherManager$WeatherServiceProviderChangeListener +androidx.fragment.R$id: int info +com.google.android.material.bottomnavigation.BottomNavigationView: void setItemBackground(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.R$string: int mtrl_picker_toggle_to_text_input_mode +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setVisibility(java.lang.Float) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean visibility +androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_shadowDy +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language ENGLISH_AU +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: java.lang.String toValue(java.util.List) +wangdaye.com.geometricweather.R$layout: int item_pollen_daily +com.google.android.material.R$layout: int material_chip_input_combo +android.didikee.donate.R$id: int none +okio.ByteString: okio.ByteString substring(int) +okhttp3.ConnectionPool: int pruneAndGetAllocationCount(okhttp3.internal.connection.RealConnection,long) +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_iconTint +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse +com.bumptech.glide.integration.okhttp.R$attr: int fontWeight +android.didikee.donate.R$drawable: int abc_list_selector_background_transition_holo_light +james.adaptiveicon.R$styleable: int TextAppearance_android_textColorHint +wangdaye.com.geometricweather.R$attr: int constraints +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: void setFrom(java.lang.String) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeCopyDrawable +android.didikee.donate.R$string +cyanogenmod.profiles.BrightnessSettings: boolean mDirty +androidx.activity.R$styleable: int GradientColorItem_android_color +wangdaye.com.geometricweather.R$id: int custom +io.reactivex.internal.observers.DeferredScalarObserver: void onError(java.lang.Throwable) +com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: void setCircularRevealOverlayDrawable(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.R$animator: int linear_indeterminate_line1_tail_interpolator +androidx.lifecycle.extensions.R$layout: int notification_action +com.google.android.material.R$styleable: int Constraint_flow_firstHorizontalStyle +io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: boolean isDisposed() +wangdaye.com.geometricweather.R$attr: int labelVisibilityMode +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: AccuDailyResult$DailyForecasts() +com.google.android.material.chip.Chip: android.graphics.drawable.Drawable getBackgroundDrawable() +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionOverflowMenuStyle +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_controlBackground +retrofit2.Platform$Android: java.util.concurrent.Executor defaultCallbackExecutor() +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBarLayout_android_layout_gravity +android.didikee.donate.R$attr: int spinBars +com.google.android.material.R$attr: int contentInsetLeft +wangdaye.com.geometricweather.R$id: int widget_week_week_2 +com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter: void onAnimationReset() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Maximum: AccuDailyResult$DailyForecasts$Temperature$Maximum() +okio.Buffer: long readDecimalLong() +androidx.constraintlayout.motion.widget.MotionLayout: void setInteractionEnabled(boolean) +wangdaye.com.geometricweather.R$attr: int chipCornerRadius +androidx.fragment.R$dimen: int notification_right_side_padding_top +androidx.hilt.R$dimen: int notification_media_narrow_margin +androidx.preference.R$style: int Widget_AppCompat_Light_ActivityChooserView +com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_android_ttcIndex +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex +androidx.appcompat.widget.AppCompatCheckedTextView: void setCheckMarkDrawable(int) +james.adaptiveicon.R$attr: int windowMinWidthMinor +com.google.android.material.slider.RangeSlider: float getValueTo() +android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionButton +wangdaye.com.geometricweather.R$styleable: int DialogPreference_negativeButtonText +androidx.constraintlayout.widget.R$color: int abc_primary_text_material_dark +androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu +com.turingtechnologies.materialscrollbar.R$style: int Platform_V25_AppCompat_Light +cyanogenmod.profiles.RingModeSettings: RingModeSettings() +androidx.preference.R$styleable: int View_android_theme +androidx.transition.R$dimen: int compat_notification_large_icon_max_height +androidx.preference.R$attr: int drawableLeftCompat +androidx.constraintlayout.widget.R$id: int right +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_draggable +androidx.appcompat.widget.ActionBarOverlayLayout: void setWindowTitle(java.lang.CharSequence) +com.bumptech.glide.R$drawable: int notification_template_icon_low_bg +android.didikee.donate.R$style: int Base_Widget_AppCompat_SeekBar +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void onNext(java.lang.Object) +com.google.android.material.button.MaterialButton: void setPressed(boolean) +com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_selector_holo_dark +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_pivotAnchor +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Display4 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: java.lang.String icon +com.google.android.material.floatingactionbutton.FloatingActionButton: void setCustomSize(int) +androidx.appcompat.widget.AppCompatImageView: void setBackgroundDrawable(android.graphics.drawable.Drawable) +androidx.fragment.R$layout: int notification_template_custom_big +wangdaye.com.geometricweather.R$layout: int widget_day_symmetry +androidx.work.R$attr: int fontStyle +wangdaye.com.geometricweather.R$dimen: int abc_cascading_menus_min_smallest_width +wangdaye.com.geometricweather.R$styleable: int Tooltip_android_minWidth +androidx.core.R$id: int chronometer +androidx.fragment.R$id: int accessibility_custom_action_0 +androidx.drawerlayout.R$id: int chronometer +okio.Buffer$2 +com.google.android.material.R$styleable: int[] KeyTimeCycle +com.bumptech.glide.MemoryCategory: com.bumptech.glide.MemoryCategory[] values() +com.github.rahatarmanahmed.cpv.R$color: R$color() +wangdaye.com.geometricweather.R$drawable: int abc_btn_default_mtrl_shape +com.google.android.material.R$dimen: int fastscroll_default_thickness +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light_Dialog +com.google.android.material.button.MaterialButton: void setIconTintResource(int) +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity +okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean isCanceled() +cyanogenmod.themes.ThemeManager: cyanogenmod.themes.ThemeManager sInstance +android.didikee.donate.R$dimen: int abc_action_bar_overflow_padding_end_material +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void onError(java.lang.Throwable) +androidx.customview.R$styleable: int GradientColor_android_startX +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem +com.google.android.material.chip.Chip: void setChipBackgroundColor(android.content.res.ColorStateList) +com.google.android.material.floatingactionbutton.FloatingActionButton: android.graphics.PorterDuff$Mode getBackgroundTintMode() +okhttp3.OkHttpClient$Builder +com.xw.repo.bubbleseekbar.R$color: int ripple_material_dark +com.google.android.material.progressindicator.ProgressIndicator: void setIndicatorColors(int[]) +james.adaptiveicon.R$dimen: int abc_text_size_headline_material +wangdaye.com.geometricweather.R$anim: int fragment_open_exit +androidx.constraintlayout.widget.R$attr: int colorControlHighlight +com.xw.repo.bubbleseekbar.R$dimen: int notification_right_icon_size +androidx.lifecycle.ReportFragment: void dispatchResume(androidx.lifecycle.ReportFragment$ActivityInitializationListener) +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_logo +androidx.lifecycle.LiveData$ObserverWrapper: LiveData$ObserverWrapper(androidx.lifecycle.LiveData,androidx.lifecycle.Observer) +com.google.android.material.R$attr: int chipIconVisible +wangdaye.com.geometricweather.R$id: int ragweedIcon +com.google.android.material.R$dimen: int mtrl_card_checked_icon_size +okhttp3.Response$Builder: okhttp3.Response$Builder sentRequestAtMillis(long) +cyanogenmod.app.LiveLockScreenInfo: int PRIORITY_LOW +com.google.android.material.R$dimen: int mtrl_calendar_header_divider_thickness +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_verticalGap +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean getWeather() +wangdaye.com.geometricweather.db.entities.DailyEntity: void setSunSetDate(java.util.Date) +androidx.viewpager2.R$id: int notification_main_column +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_translationX +com.jaredrummler.android.colorpicker.R$attr: int buttonTintMode +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle +com.google.android.material.R$layout: int design_navigation_item +com.google.android.material.R$styleable: int MaterialCalendarItem_android_insetTop +com.bumptech.glide.R$attr: int fontVariationSettings +io.reactivex.internal.util.ExceptionHelper$Termination: long serialVersionUID +com.google.android.material.slider.Slider: void setTickVisible(boolean) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setCo(java.lang.Float) +com.turingtechnologies.materialscrollbar.R$attr: int actionBarTabBarStyle +androidx.lifecycle.LiveData$ObserverWrapper: boolean isAttachedTo(androidx.lifecycle.LifecycleOwner) +com.google.android.material.R$styleable: int Slider_haloColor +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: java.util.List getValue() +wangdaye.com.geometricweather.R$anim: int btn_radio_to_on_mtrl_ring_outer_animation +com.jaredrummler.android.colorpicker.R$id: int switchWidget +androidx.viewpager2.R$styleable: int[] GradientColorItem +com.turingtechnologies.materialscrollbar.R$attr: int windowFixedWidthMajor +androidx.coordinatorlayout.R$color: R$color() +wangdaye.com.geometricweather.R$drawable: int abc_textfield_default_mtrl_alpha +james.adaptiveicon.R$id: int activity_chooser_view_content +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_NoActionBar_Bridge +androidx.constraintlayout.widget.R$attr: int queryHint +io.reactivex.internal.disposables.DisposableHelper: boolean replace(java.util.concurrent.atomic.AtomicReference,io.reactivex.disposables.Disposable) +androidx.appcompat.R$styleable: int[] CompoundButton +wangdaye.com.geometricweather.R$styleable: int AppBarLayout_elevation +androidx.dynamicanimation.R$color +okhttp3.internal.cache.CacheStrategy$Factory: java.lang.String lastModifiedString +androidx.hilt.work.R$color: int notification_icon_bg_color +okio.DeflaterSink: okio.Timeout timeout() +io.reactivex.internal.util.EmptyComponent: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderTitle +com.xw.repo.bubbleseekbar.R$styleable: int Spinner_popupTheme +cyanogenmod.app.suggest.IAppSuggestProvider$Stub +android.didikee.donate.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex +wangdaye.com.geometricweather.R$drawable: int shortcuts_rain +io.reactivex.internal.observers.BlockingObserver: void onSubscribe(io.reactivex.disposables.Disposable) +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver(io.reactivex.Observer,io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver) +com.google.android.material.R$id: int textSpacerNoButtons +wangdaye.com.geometricweather.R$integer: int app_bar_elevation_anim_duration +com.google.android.material.R$style: int Base_AlertDialog_AppCompat_Light +androidx.loader.R$styleable: int GradientColor_android_type +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_rebuildResourceCache +com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable +com.xw.repo.bubbleseekbar.R$attr: int textColorSearchUrl +androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_CREATE +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary: AccuDailyResult$DailyForecasts$DegreeDaySummary() +androidx.appcompat.R$attr: int expandActivityOverflowButtonDrawable +wangdaye.com.geometricweather.R$attr: int region_widthMoreThan +okhttp3.internal.platform.AndroidPlatform: void logCloseableLeak(java.lang.String,java.lang.Object) +com.jaredrummler.android.colorpicker.R$drawable: int abc_list_selector_background_transition_holo_light +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial: double Value +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean +com.google.android.material.R$id: int unchecked +wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView: TrendRecyclerView(android.content.Context,android.util.AttributeSet,int) +androidx.appcompat.R$color: int error_color_material_light +androidx.preference.R$styleable: int ActionMode_background +james.adaptiveicon.R$styleable: int AppCompatTheme_dialogTheme +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_22 +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_ActionBar +okio.BufferedSink: okio.BufferedSink write(byte[],int,int) +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SNOW_FLURRIES +androidx.hilt.work.R$style: int TextAppearance_Compat_Notification_Line2 +com.jaredrummler.android.colorpicker.R$drawable: int notification_template_icon_bg +com.google.android.material.R$dimen: int mtrl_fab_min_touch_target +okhttp3.internal.tls.OkHostnameVerifier: java.util.List getSubjectAltNames(java.security.cert.X509Certificate,int) +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_curveFit +android.didikee.donate.R$color: int ripple_material_light +androidx.constraintlayout.helper.widget.Layer: void setScaleX(float) +com.turingtechnologies.materialscrollbar.R$drawable: int mtrl_tabs_default_indicator +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_DialogWhenLarge +androidx.coordinatorlayout.R$layout: int notification_template_part_time +com.jaredrummler.android.colorpicker.R$styleable: int[] RecycleListView +wangdaye.com.geometricweather.R$styleable: int PropertySet_motionProgress +androidx.constraintlayout.widget.R$attr: int flow_padding +okhttp3.internal.http.RealInterceptorChain: okhttp3.internal.http.HttpCodec httpCodec +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Menu +cyanogenmod.weatherservice.ServiceRequestResult$1: java.lang.Object createFromParcel(android.os.Parcel) +androidx.appcompat.R$drawable: int abc_ic_ab_back_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: void setIcon(java.lang.String) +wangdaye.com.geometricweather.R$integer: R$integer() +android.didikee.donate.R$styleable: int ActionMode_subtitleTextStyle +com.google.android.material.chip.Chip: void setShapeAppearanceModel(com.google.android.material.shape.ShapeAppearanceModel) +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: io.reactivex.functions.Function mapper +com.google.android.material.R$styleable: int FloatingActionButton_hoveredFocusedTranslationZ +com.turingtechnologies.materialscrollbar.R$attr: int chipStandaloneStyle +com.google.android.material.R$attr: int thumbRadius +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header +wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_android_switchTextOff +cyanogenmod.weather.WeatherInfo$DayForecast$Builder: cyanogenmod.weather.WeatherInfo$DayForecast build() +cyanogenmod.app.ProfileManager: cyanogenmod.app.ProfileManager sProfileManagerInstance +james.adaptiveicon.R$styleable: int[] TextAppearance +androidx.swiperefreshlayout.R$drawable: int notification_bg_normal +androidx.appcompat.R$dimen: int abc_action_bar_content_inset_material +okhttp3.internal.platform.Jdk9Platform: java.lang.reflect.Method setProtocolMethod +wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List getAlertList() +wangdaye.com.geometricweather.R$style: int PopupWindowAnimation_Bottom_Left +wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setCloudCover(java.lang.Integer) +androidx.appcompat.widget.AppCompatTextView: void setAutoSizeTextTypeWithDefaults(int) +wangdaye.com.geometricweather.R$drawable: int abc_ic_voice_search_api_material +wangdaye.com.geometricweather.R$id: int dialog_weather_hourly_subtitle +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void request(long) +com.xw.repo.bubbleseekbar.R$id: int expand_activities_button +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: int IconCode +androidx.fragment.R$drawable: int notify_panel_notification_icon_bg +com.xw.repo.bubbleseekbar.R$attr: int background +com.google.android.material.R$styleable: int ActionBar_displayOptions +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderToggleButton +android.didikee.donate.R$styleable: int AppCompatTheme_colorSwitchThumbNormal +com.google.android.material.R$styleable: int Constraint_layout_constrainedHeight +com.turingtechnologies.materialscrollbar.R$attr: int chipBackgroundColor +retrofit2.http.HTTP: java.lang.String method() +androidx.loader.R$styleable: int GradientColor_android_gradientRadius +androidx.constraintlayout.widget.R$dimen: int abc_control_corner_material +wangdaye.com.geometricweather.R$styleable: int[] CollapsingToolbarLayout_Layout +androidx.viewpager.R$id: int action_image +wangdaye.com.geometricweather.R$id: int moldTitle +androidx.fragment.R$dimen: int compat_button_inset_horizontal_material +com.google.android.material.R$dimen: int design_fab_border_width +androidx.appcompat.R$string: int abc_menu_alt_shortcut_label +james.adaptiveicon.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 +androidx.appcompat.R$color: int background_floating_material_dark +wangdaye.com.geometricweather.R$string: int hide_bottom_view_on_scroll_behavior +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: int sourceMode +io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy DROP +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_SearchView_ActionBar +com.xw.repo.bubbleseekbar.R$attr: int bsb_seek_by_section +wangdaye.com.geometricweather.R$attr: int reverseLayout +com.bumptech.glide.load.HttpException: HttpException(java.lang.String,int,java.lang.Throwable) +okhttp3.internal.http.HttpDate$1: java.lang.Object initialValue() +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Title +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_contentInsetRight +okhttp3.EventListener$Factory +androidx.transition.R$dimen: int compat_button_padding_vertical_material +wangdaye.com.geometricweather.R$string: int done +androidx.swiperefreshlayout.R$id: int text +com.google.android.material.textfield.TextInputEditText: com.google.android.material.textfield.TextInputLayout getTextInputLayout() +androidx.activity.R$id: int action_divider +android.didikee.donate.R$drawable: int abc_ic_menu_share_mtrl_alpha +com.google.android.material.R$styleable: int AppBarLayoutStates_state_collapsible +wangdaye.com.geometricweather.R$drawable: int ic_github_light +android.didikee.donate.R$styleable: int[] SearchView +android.didikee.donate.R$attr: int suggestionRowLayout +androidx.recyclerview.R$id: int action_image +okhttp3.internal.http2.Http2Connection: void pushHeadersLater(int,java.util.List,boolean) +androidx.lifecycle.Lifecycling: int resolveObserverCallbackType(java.lang.Class) +com.turingtechnologies.materialscrollbar.R$color: int switch_thumb_material_light +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle +james.adaptiveicon.R$id: int icon_group +androidx.constraintlayout.widget.R$styleable: int KeyTrigger_framePosition +androidx.legacy.coreutils.R$styleable: int[] GradientColorItem +okio.ByteString: void write(okio.Buffer) +androidx.appcompat.R$styleable: int AnimatedStateListDrawableCompat_android_visible +com.jaredrummler.android.colorpicker.R$attr: int switchStyle +com.google.android.material.R$styleable: int AppCompatTheme_listPopupWindowStyle +retrofit2.ParameterHandler$PartMap: java.lang.String transferEncoding +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature RealFeelTemperature +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_30 +com.bumptech.glide.R$id: int action_divider +cyanogenmod.hardware.DisplayMode: int describeContents() +wangdaye.com.geometricweather.R$string: int key_precipitation_unit +okhttp3.ConnectionSpec$Builder: boolean tls +androidx.preference.R$color: int abc_btn_colored_borderless_text_material +james.adaptiveicon.R$dimen: int abc_switch_padding +android.support.v4.os.ResultReceiver$1: android.support.v4.os.ResultReceiver[] newArray(int) +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_prefixTextAppearance +wangdaye.com.geometricweather.R$attr: int layout_collapseMode +io.reactivex.internal.disposables.DisposableHelper: io.reactivex.internal.disposables.DisposableHelper DISPOSED +com.turingtechnologies.materialscrollbar.R$id: int submit_area +cyanogenmod.providers.ThemesContract +androidx.appcompat.R$attr: int fontProviderQuery +com.turingtechnologies.materialscrollbar.R$styleable: int ThemeEnforcement_enforceMaterialTheme +androidx.appcompat.R$styleable: int MenuItem_actionLayout +com.xw.repo.bubbleseekbar.R$styleable: int[] AnimatedStateListDrawableCompat +okhttp3.internal.platform.Platform: int INFO +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_chainStyle +androidx.preference.R$attr: int lineHeight +com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeAppearanceOverlay +androidx.preference.R$dimen: int tooltip_corner_radius +okio.Buffer: okio.Buffer copyTo(okio.Buffer,long,long) +androidx.lifecycle.LiveData: void onInactive() +com.turingtechnologies.materialscrollbar.R$drawable: int design_ic_visibility +okhttp3.CertificatePinner: okio.ByteString sha1(java.security.cert.X509Certificate) +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_linearSeamless +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Body2 +com.google.android.material.progressindicator.ProgressIndicator: android.graphics.drawable.Drawable getCurrentDrawable() +androidx.coordinatorlayout.R$styleable: int GradientColor_android_startY +com.google.android.material.R$styleable: int Transform_android_transformPivotX +cyanogenmod.profiles.ConnectionSettings: boolean mDirty +androidx.preference.R$attr: int actionModeStyle +com.google.android.material.R$attr: int strokeWidth +androidx.loader.R$styleable: int GradientColor_android_endY +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer getWindChillTemperature() +com.xw.repo.bubbleseekbar.R$attr: int actionModeSelectAllDrawable +androidx.vectordrawable.R$styleable: int GradientColor_android_centerY +cyanogenmod.weatherservice.WeatherProviderService: void onRequestSubmitted(cyanogenmod.weatherservice.ServiceRequest) +wangdaye.com.geometricweather.R$styleable: int Transition_autoTransition +androidx.drawerlayout.R$style: int TextAppearance_Compat_Notification_Time +androidx.recyclerview.R$dimen: int item_touch_helper_max_drag_scroll_per_frame +james.adaptiveicon.R$attr: int listDividerAlertDialog +io.reactivex.internal.util.EmptyComponent: void onSuccess(java.lang.Object) +androidx.constraintlayout.widget.R$anim: int abc_shrink_fade_out_from_bottom +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarSplitStyle wangdaye.com.geometricweather.R$attr: int dragThreshold -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: void onNext(java.lang.Object) -androidx.appcompat.R$layout: int abc_action_bar_title_item -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeApparentTemperature -okhttp3.internal.http.RetryAndFollowUpInterceptor: okhttp3.internal.connection.StreamAllocation streamAllocation() -james.adaptiveicon.R$attr: int drawableSize -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintEnd_toEndOf -com.google.android.material.R$attr: int closeItemLayout -cyanogenmod.app.ILiveLockScreenManager$Stub -wangdaye.com.geometricweather.R$id: int square -androidx.lifecycle.ClassesInfoCache$CallbackInfo: java.util.Map mHandlerToEvent -cyanogenmod.providers.CMSettings$NameValueCache: java.lang.String mVersionSystemProperty -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainNoLast: ObservableSampleWithObservable$SampleMainNoLast(io.reactivex.Observer,io.reactivex.ObservableSource) -wangdaye.com.geometricweather.R$color: int colorRootDark_light -wangdaye.com.geometricweather.R$styleable: int[] CustomAttribute -androidx.preference.internal.PreferenceImageView: int getMaxWidth() -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_mini_grey -com.bumptech.glide.R$drawable: int notify_panel_notification_icon_bg -com.turingtechnologies.materialscrollbar.R$attr: int imageButtonStyle -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionBar_TabBar -okhttp3.Dispatcher: boolean $assertionsDisabled -wangdaye.com.geometricweather.R$string: int abc_menu_shift_shortcut_label -androidx.viewpager.widget.PagerTitleStrip -androidx.preference.R$styleable: int SwitchPreference_summaryOff -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: java.lang.String getZh_TW() -androidx.preference.R$drawable: R$drawable() -android.didikee.donate.R$attr: int actionBarDivider -com.jaredrummler.android.colorpicker.R$drawable: int abc_dialog_material_background -io.reactivex.Observable: io.reactivex.Observable retry(io.reactivex.functions.BiPredicate) -com.google.gson.internal.LazilyParsedNumber: double doubleValue() -com.google.android.material.R$style: int Widget_MaterialComponents_CardView -androidx.preference.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_transitionPathRotate -com.google.android.material.R$attr: int maxHeight -okio.ByteString: byte[] internalArray() -james.adaptiveicon.R$styleable: int AppCompatTheme_checkboxStyle -com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_min -android.didikee.donate.R$style: int Theme_AppCompat_DayNight_NoActionBar -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter beginArray() -wangdaye.com.geometricweather.R$drawable: int notif_temp_73 -android.didikee.donate.R$style: int Base_V21_Theme_AppCompat_Dialog -cyanogenmod.app.CustomTile$Builder -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_default_padding_end_material -androidx.hilt.work.R$styleable: int FontFamily_fontProviderAuthority -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_Alert -androidx.preference.R$attr: int initialExpandedChildrenCount -androidx.drawerlayout.R$drawable: int notification_template_icon_low_bg -wangdaye.com.geometricweather.R$attr: int tabTextAppearance -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxStrokeColor -com.jaredrummler.android.colorpicker.R$drawable: int abc_edit_text_material -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: long serialVersionUID -com.bumptech.glide.load.engine.GlideException: java.lang.Exception getOrigin() -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionDropDownStyle -okhttp3.Cookie$Builder: boolean httpOnly -wangdaye.com.geometricweather.R$animator: int mtrl_extended_fab_show_motion_spec -okhttp3.internal.http2.Http2Connection: java.util.concurrent.ExecutorService pushExecutor -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: java.lang.String unit -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.HourlyEntity) +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property WeatherCode +james.adaptiveicon.R$styleable: int TextAppearance_textAllCaps +com.turingtechnologies.materialscrollbar.R$attr: int passwordToggleTintMode +com.google.gson.stream.JsonReader: java.lang.String getPath() +androidx.appcompat.R$attr: int buttonPanelSideLayout +cyanogenmod.providers.CMSettings$Secure: java.lang.String DEFAULT_THEME_PACKAGE +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Speed: AccuDailyResult$DailyForecasts$Day$WindGust$Speed() +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large +com.turingtechnologies.materialscrollbar.R$color: int design_fab_stroke_top_inner_color +androidx.hilt.work.R$styleable: int GradientColorItem_android_color +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: java.lang.String ID +com.google.android.material.R$style: int Widget_AppCompat_Light_ActionMode_Inverse +com.google.android.material.slider.BaseSlider: int getTrackWidth() +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void drain() +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_shapeAppearance +james.adaptiveicon.R$attr: int actionBarTabBarStyle +wangdaye.com.geometricweather.R$color: int mtrl_outlined_stroke_color +wangdaye.com.geometricweather.R$string: int email +com.xw.repo.bubbleseekbar.R$dimen: int notification_right_side_padding_top +okio.GzipSink: void updateCrc(okio.Buffer,long) +retrofit2.http.PUT +androidx.appcompat.widget.AppCompatEditText: void setSupportBackgroundTintList(android.content.res.ColorStateList) +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_SeekBar_Discrete +com.jaredrummler.android.colorpicker.R$attr: int actionMenuTextColor +android.didikee.donate.R$dimen: int abc_text_size_display_3_material +androidx.lifecycle.extensions.R$layout: int notification_template_part_chronometer +com.xw.repo.bubbleseekbar.R$id: int add +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ProgressBar_Horizontal +com.google.android.material.R$styleable: int Layout_layout_constraintStart_toEndOf +androidx.preference.R$anim +com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_gapBetweenBars +com.jaredrummler.android.colorpicker.R$id: int seekbar +androidx.appcompat.R$drawable: R$drawable() +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_verticalStyle +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setTextColor(int) +cyanogenmod.app.LiveLockScreenInfo$Builder: LiveLockScreenInfo$Builder() +com.bumptech.glide.integration.okhttp.R$styleable: int[] ColorStateListItem +com.github.rahatarmanahmed.cpv.CircularProgressView: float INDETERMINANT_MIN_SWEEP +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: ObservableGroupBy$GroupByObserver(io.reactivex.Observer,io.reactivex.functions.Function,io.reactivex.functions.Function,int,boolean) +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: io.reactivex.internal.fuseable.SimplePlainQueue queue +wangdaye.com.geometricweather.R$id: int material_timepicker_ok_button +androidx.swiperefreshlayout.R$dimen: R$dimen() +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property TreeLevel +androidx.lifecycle.ViewModelStore: void put(java.lang.String,androidx.lifecycle.ViewModel) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$3: boolean val$screenOn +com.google.gson.internal.LazilyParsedNumber: float floatValue() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Direction androidx.viewpager.R$styleable: int GradientColor_android_endX -cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: void unregisterListener(cyanogenmod.app.ICustomTileListener,int) -androidx.transition.R$id: int ghost_view -wangdaye.com.geometricweather.R$drawable: int ic_mold -james.adaptiveicon.R$attr: int actionDropDownStyle -okio.Okio$2 -androidx.preference.R$styleable: int SwitchPreferenceCompat_summaryOff -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: ObservableZip$ZipCoordinator(io.reactivex.Observer,io.reactivex.functions.Function,int,boolean) -com.jaredrummler.android.colorpicker.R$attr: int imageButtonStyle -androidx.preference.R$styleable: int GradientColor_android_centerX -com.google.android.material.R$styleable: int Constraint_motionProgress -wangdaye.com.geometricweather.common.ui.activities.AlertActivity: AlertActivity() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowNoTitle -androidx.core.widget.NestedScrollView: NestedScrollView(android.content.Context,android.util.AttributeSet) -james.adaptiveicon.R$color: int abc_primary_text_material_light -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NAV_BUTTONS_VALIDATOR -com.google.android.material.R$attr: int titleMarginEnd -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_endIconMode -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_9 -cyanogenmod.app.IProfileManager$Stub: IProfileManager$Stub() -com.bumptech.glide.R$attr: int fontProviderQuery -com.jaredrummler.android.colorpicker.R$attr: int buttonIconDimen -androidx.appcompat.resources.R$color: R$color() -androidx.swiperefreshlayout.R$dimen: int notification_main_column_padding_top -com.google.android.material.R$dimen: int mtrl_calendar_action_height -androidx.preference.R$attr: int actionOverflowMenuStyle -com.xw.repo.bubbleseekbar.R$drawable: int abc_seekbar_track_material -cyanogenmod.app.Profile$ProfileTrigger: Profile$ProfileTrigger(android.os.Parcel,cyanogenmod.app.Profile$1) -okhttp3.HttpUrl: java.lang.String encodedUsername() -androidx.recyclerview.widget.RecyclerView: void setViewCacheExtension(androidx.recyclerview.widget.RecyclerView$ViewCacheExtension) -james.adaptiveicon.R$attr: int splitTrack -androidx.viewpager.R$attr: int fontProviderCerts -com.xw.repo.bubbleseekbar.R$styleable: int ActionMode_subtitleTextStyle -androidx.recyclerview.widget.RecyclerView: int getScrollState() -wangdaye.com.geometricweather.common.basic.models.weather.UV: boolean isValid() -com.google.android.material.button.MaterialButton: void setStrokeColor(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_height -retrofit2.Retrofit$Builder: retrofit2.Platform platform -james.adaptiveicon.R$layout: int abc_action_bar_title_item -cyanogenmod.externalviews.ExternalView: void onAttachedToWindow() -okhttp3.internal.cache.DiskLruCache$2: DiskLruCache$2(okhttp3.internal.cache.DiskLruCache,okio.Sink) +androidx.lifecycle.SavedStateHandle: java.lang.String VALUES +wangdaye.com.geometricweather.R$string: int settings_title_week_icon_mode +wangdaye.com.geometricweather.R$layout: int dialog_resident_location +okhttp3.CertificatePinner$Builder: okhttp3.CertificatePinner$Builder add(java.lang.String,java.lang.String[]) +android.didikee.donate.R$styleable: int CompoundButton_android_button +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: void dispose() +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: io.reactivex.internal.util.AtomicThrowable error +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintCircleAngle +androidx.vectordrawable.R$color: int notification_action_color_filter +com.google.android.material.R$dimen: int abc_action_button_min_width_material +cyanogenmod.profiles.ConnectionSettings: int CM_MODE_ALL +com.xw.repo.bubbleseekbar.R$drawable: int notification_bg_low_pressed +androidx.core.R$styleable: int GradientColorItem_android_offset +wangdaye.com.geometricweather.R$attr: int ratingBarStyleSmall +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling: AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling() +androidx.hilt.R$attr: int fontProviderCerts +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Chip_Entry +cyanogenmod.profiles.RingModeSettings: void setValue(java.lang.String) +androidx.swiperefreshlayout.R$styleable: int FontFamily_fontProviderCerts +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeCutDrawable +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: java.lang.String address +wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableTransition_android_fromId +androidx.appcompat.widget.ActionBarContextView: void setCustomView(android.view.View) +android.didikee.donate.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog +okhttp3.internal.io.FileSystem$1: void deleteContents(java.io.File) +androidx.preference.R$attr: int key +retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory createWithScheduler(io.reactivex.Scheduler) +androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity +io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: ObservableConcatWithSingle$ConcatWithObserver(io.reactivex.Observer,io.reactivex.SingleSource) +wangdaye.com.geometricweather.R$styleable: int SwitchImageButton_drawable_res_off +cyanogenmod.app.Profile$ProfileTrigger: java.lang.String getName() +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_autoSizeMinTextSize +com.google.android.material.R$dimen: int mtrl_btn_icon_btn_padding_left +io.reactivex.internal.operators.observable.ObserverResourceWrapper: java.util.concurrent.atomic.AtomicReference upstream +com.turingtechnologies.materialscrollbar.R$styleable: int[] CollapsingToolbarLayout +androidx.appcompat.R$styleable: int[] PopupWindow +com.google.android.material.R$layout: int abc_activity_chooser_view_list_item +com.google.android.material.R$drawable: int design_ic_visibility +okio.Buffer$1: void write(int) +androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_marginBottom +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_splitTrack +androidx.vectordrawable.animated.R$id: int actions +androidx.appcompat.widget.LinearLayoutCompat: void setDividerPadding(int) +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA +com.google.android.material.R$id: int material_label +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_18 +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_139 +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setColorSchemeColors(int[]) +com.turingtechnologies.materialscrollbar.R$attr: int barLength +wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView +androidx.preference.R$string: int abc_capital_on +com.google.android.material.R$styleable: int ViewBackgroundHelper_backgroundTint +wangdaye.com.geometricweather.R$drawable: int abc_ic_star_black_48dp +wangdaye.com.geometricweather.R$attr: int bsb_track_size +okhttp3.HttpUrl: int defaultPort(java.lang.String) +com.turingtechnologies.materialscrollbar.R$id: int largeLabel +com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_startX +wangdaye.com.geometricweather.R$id: int fragment_main +com.jaredrummler.android.colorpicker.R$layout: int abc_action_menu_item_layout +okhttp3.CacheControl: boolean onlyIfCached() +cyanogenmod.providers.CMSettings$Global: java.lang.String SYS_PROP_CM_SETTING_VERSION +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Dialog +cyanogenmod.weatherservice.WeatherProviderService: void onRequestCancelled(cyanogenmod.weatherservice.ServiceRequest) +androidx.drawerlayout.R$string +androidx.appcompat.R$id: int image +androidx.preference.R$color: int switch_thumb_normal_material_light +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_persistent +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property ResidentPosition +com.jaredrummler.android.colorpicker.R$dimen: int hint_alpha_material_dark +wangdaye.com.geometricweather.R$id: int container_main_pollen +androidx.hilt.R$styleable: int FontFamilyFont_ttcIndex +androidx.transition.R$id: int forever +james.adaptiveicon.R$attr: int customNavigationLayout +androidx.room.RoomDatabase$JournalMode: androidx.room.RoomDatabase$JournalMode valueOf(java.lang.String) +com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableCompat_android_visible +com.jaredrummler.android.colorpicker.R$id: int contentPanel +com.google.android.material.R$id: int mtrl_picker_text_input_range_start +com.google.android.material.R$styleable: int FloatingActionButton_pressedTranslationZ +com.jaredrummler.android.colorpicker.ColorPanelView: int getColor() +androidx.appcompat.widget.ActivityChooserView: void setExpandActivityOverflowButtonContentDescription(int) +cyanogenmod.weather.CMWeatherManager$RequestStatus: int NO_MATCH_FOUND +com.turingtechnologies.materialscrollbar.R$attr: int editTextBackground +cyanogenmod.app.Profile: void setStatusBarIndicator(boolean) +io.reactivex.Observable: io.reactivex.Observable concatMapSingleDelayError(io.reactivex.functions.Function,boolean) +james.adaptiveicon.R$id: int edit_query +com.google.android.material.R$color: int radiobutton_themeable_attribute_color +okhttp3.internal.io.FileSystem$1: FileSystem$1() +cyanogenmod.app.ProfileManager: java.lang.String EXTRA_LAST_PROFILE_UUID +com.turingtechnologies.materialscrollbar.R$id: int action_menu_divider +androidx.appcompat.R$anim: int abc_slide_out_bottom +com.google.android.material.R$styleable: int AppCompatTheme_alertDialogCenterButtons +james.adaptiveicon.R$styleable: int AppCompatTextView_autoSizeMinTextSize +androidx.constraintlayout.widget.R$attr: int layoutDescription +okio.SegmentedByteString: int segment(int) +okhttp3.internal.http2.Http2Codec: java.lang.String TE +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void innerComplete(io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver) +androidx.core.os.CancellationSignal: void setOnCancelListener(androidx.core.os.CancellationSignal$OnCancelListener) +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_goneMarginEnd +okio.RealBufferedSource: boolean request(long) +androidx.lifecycle.ReportFragment: void onStop() +com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_arrowHeadLength +wangdaye.com.geometricweather.R$dimen: int notification_top_pad +androidx.loader.R$id: int tag_transition_group +com.google.android.material.R$dimen: int mtrl_calendar_maximum_default_fullscreen_minor_axis +okio.GzipSource: byte SECTION_BODY +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void onError(java.lang.Throwable) +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_android_thumb +com.google.android.material.chip.ChipGroup: void setOnCheckedChangeListener(com.google.android.material.chip.ChipGroup$OnCheckedChangeListener) +com.jaredrummler.android.colorpicker.R$drawable: int abc_action_bar_item_background_material +okhttp3.internal.io.FileSystem: boolean exists(java.io.File) +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: void onSubscribe(io.reactivex.disposables.Disposable) +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: java.util.concurrent.atomic.AtomicReference queue +com.jaredrummler.android.colorpicker.R$styleable: int ActionMode_height +androidx.constraintlayout.widget.R$id: int select_dialog_listview +wangdaye.com.geometricweather.R$attr: int textAppearanceHeadline5 +androidx.coordinatorlayout.widget.CoordinatorLayout: void setOnHierarchyChangeListener(android.view.ViewGroup$OnHierarchyChangeListener) +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: io.reactivex.functions.Function mapper +james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceListItemSmall +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_7 +androidx.constraintlayout.widget.R$id: int stop +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean +okhttp3.internal.http2.Http2Stream$FramingSource: long maxByteCount +androidx.viewpager.widget.PagerTabStrip: int getMinHeight() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: void setValue(java.lang.String) +androidx.drawerlayout.R$id: int italic +com.github.rahatarmanahmed.cpv.BuildConfig: java.lang.String APPLICATION_ID +cyanogenmod.app.ProfileGroup: android.net.Uri mSoundOverride +android.didikee.donate.R$styleable: int Toolbar_menu +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean feelsLike +androidx.preference.PreferenceDialogFragmentCompat: PreferenceDialogFragmentCompat() +wangdaye.com.geometricweather.R$attr: int bsb_thumb_color +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: int status +com.turingtechnologies.materialscrollbar.R$color: int primary_text_default_material_light +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust: AccuDailyResult$DailyForecasts$Night$WindGust() +wangdaye.com.geometricweather.R$attr: int bsb_auto_adjust_section_mark +wangdaye.com.geometricweather.R$array: int duration_unit_values +androidx.preference.R$anim: int fragment_fade_enter +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_collapseContentDescription +com.google.android.material.R$styleable: int ConstraintSet_android_scaleX +com.google.android.material.R$id: int topPanel +wangdaye.com.geometricweather.R$id: int item_about_translator_flag +io.reactivex.Observable: java.lang.Object blockingFirst(java.lang.Object) +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_show_section_text +wangdaye.com.geometricweather.R$string: int nighttime +com.xw.repo.bubbleseekbar.R$attr: int alertDialogCenterButtons +androidx.appcompat.R$color: int abc_tint_switch_track +androidx.vectordrawable.animated.R$attr: int fontProviderFetchTimeout +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: void setOnApplyWindowInsetsListener(android.view.View$OnApplyWindowInsetsListener) +androidx.preference.CheckBoxPreference: CheckBoxPreference(android.content.Context,android.util.AttributeSet) +androidx.recyclerview.R$dimen: int item_touch_helper_swipe_escape_velocity +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments$WarningTextBlocItem: java.lang.String title +com.google.android.material.R$id: int design_menu_item_text +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.util.List _queryWeatherEntity_HourlyEntityList(java.lang.String,java.lang.String) +com.turingtechnologies.materialscrollbar.R$attr: int windowActionBarOverlay +androidx.preference.R$styleable: int AppCompatTheme_checkboxStyle +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: int unitArrayIndex +androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_fontStyle +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.util.List forecast +okhttp3.CacheControl: boolean immutable() +cyanogenmod.weather.ICMWeatherManager$Stub: int TRANSACTION_registerWeatherServiceProviderChangeListener +com.google.android.material.R$styleable: int AppCompatTheme_searchViewStyle +androidx.preference.R$attr: int statusBarBackground +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition: AccuLocationResult$GeoPosition() +okhttp3.ConnectionPool: int connectionCount() +androidx.preference.R$styleable: int AppCompatTheme_actionBarItemBackground +com.jaredrummler.android.colorpicker.R$styleable: int ActionMenuItemView_android_minWidth +okhttp3.internal.ws.RealWebSocket: okhttp3.Call call +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: int sourceMode +com.google.android.material.R$styleable: int FlowLayout_itemSpacing +androidx.preference.R$styleable: int PreferenceGroup_android_orderingFromXml +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: AccuMinuteResult$IntervalsBean() +cyanogenmod.app.CustomTile$ExpandedGridItem: void setExpandedGridItemDrawable(int) +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean forecastDaily +androidx.constraintlayout.widget.R$attr: int currentState +androidx.constraintlayout.widget.R$styleable: int Constraint_android_transformPivotY +android.didikee.donate.R$drawable: int abc_textfield_default_mtrl_alpha +okhttp3.internal.Internal: void addLenient(okhttp3.Headers$Builder,java.lang.String) +wangdaye.com.geometricweather.R$string: int feedback_add_location_manually +com.jaredrummler.android.colorpicker.R$style: int Platform_ThemeOverlay_AppCompat_Light +wangdaye.com.geometricweather.R$styleable: int Constraint_barrierDirection +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleMarginBottom +okhttp3.internal.http2.Header: Header(java.lang.String,java.lang.String) +com.google.android.material.R$id: int accessibility_custom_action_30 +androidx.constraintlayout.widget.R$styleable: int Transform_android_rotation +androidx.lifecycle.viewmodel.R: R() +com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_transparent_bg_color +io.reactivex.internal.subscriptions.SubscriptionHelper: boolean validate(long) +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken BOOLEAN +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: boolean isDisposed() +com.jaredrummler.android.colorpicker.R$attr: int layout_dodgeInsetEdges +androidx.preference.R$styleable: int AppCompatTheme_textAppearanceListItem +androidx.appcompat.widget.Toolbar: void setNavigationOnClickListener(android.view.View$OnClickListener) +com.google.android.material.R$attr: int cardViewStyle +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_1 +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: int humidity +com.google.android.material.R$attr: int menu +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_PopupMenu_Overflow +androidx.appcompat.R$id: int chronometer +com.google.android.material.R$attr: int textInputLayoutFocusedRectEnabled +cyanogenmod.themes.ThemeManager: boolean processThemeResources(java.lang.String) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: void setSpeed(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean) +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_progressBarStyle +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature +androidx.appcompat.widget.AppCompatButton: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_actionLayout +okhttp3.internal.annotations.EverythingIsNonNull +android.didikee.donate.R$drawable: int abc_ic_star_half_black_16dp +com.turingtechnologies.materialscrollbar.R$attr: int actionModeCutDrawable +androidx.appcompat.widget.ActionBarContextView +wangdaye.com.geometricweather.R$styleable: int View_paddingEnd +androidx.appcompat.R$style: int Base_V22_Theme_AppCompat +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: io.reactivex.internal.queue.SpscArrayQueue queue +androidx.preference.R$dimen: int notification_right_icon_size +com.google.android.material.slider.RangeSlider: int getThumbRadius() +wangdaye.com.geometricweather.R$string: int search_menu_title +androidx.preference.R$string: int abc_menu_enter_shortcut_label +androidx.core.R$id: int forever +com.google.android.material.R$color: int mtrl_navigation_item_background_color +androidx.preference.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal +com.google.gson.stream.JsonReader: int peeked +wangdaye.com.geometricweather.R$layout: int item_weather_daily_margin +androidx.appcompat.R$color: int background_material_light +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Pm25 +androidx.constraintlayout.widget.R$dimen: int abc_cascading_menus_min_smallest_width +androidx.preference.R$style: int Widget_AppCompat_DropDownItem_Spinner +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Imperial: int UnitType +androidx.preference.R$styleable: int RecyclerView_fastScrollEnabled +com.google.android.material.button.MaterialButtonToggleGroup: void setupButtonChild(com.google.android.material.button.MaterialButton) +retrofit2.Converter$Factory +wangdaye.com.geometricweather.R$attr: int ratingBarStyle +wangdaye.com.geometricweather.R$dimen: int design_snackbar_elevation +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: java.lang.Throwable error +androidx.work.R$id: int icon_group +okhttp3.internal.connection.RouteDatabase: RouteDatabase() +wangdaye.com.geometricweather.R$styleable: int MaterialCardView_checkedIconMargin +androidx.appcompat.resources.R$dimen: int compat_button_inset_horizontal_material +okhttp3.internal.http1.Http1Codec: okio.Source newUnknownLengthSource() +androidx.core.R$id: int action_text +androidx.constraintlayout.widget.R$id: int icon +com.xw.repo.bubbleseekbar.R$attr: int colorPrimary +androidx.appcompat.widget.Toolbar: int getCurrentContentInsetEnd() +com.google.android.material.R$styleable: int Slider_thumbElevation +androidx.appcompat.R$styleable: int AppCompatTextHelper_android_drawableBottom +com.jaredrummler.android.colorpicker.R$color: int highlighted_text_material_light +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property TotalPrecipitation +com.google.gson.internal.$Gson$Types$WildcardTypeImpl +james.adaptiveicon.R$styleable: int DrawerArrowToggle_arrowHeadLength +com.turingtechnologies.materialscrollbar.R$attr: int textAppearancePopupMenuHeader +androidx.work.NetworkType: androidx.work.NetworkType CONNECTED +androidx.preference.R$styleable: int[] ListPopupWindow +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property AqiIndex +wangdaye.com.geometricweather.R$attr: int materialAlertDialogTitlePanelStyle +androidx.preference.R$layout: int notification_template_custom_big +com.bumptech.glide.R$styleable: int FontFamilyFont_android_fontWeight +androidx.constraintlayout.widget.R$anim: int btn_checkbox_to_checked_icon_null_animation +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: io.reactivex.ObservableSource fallback +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHorizontal_chainStyle +android.didikee.donate.R$styleable: int AppCompatTextHelper_android_drawableTop +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dividerHorizontal +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX() +android.didikee.donate.R$styleable: int MenuView_preserveIconSpacing +androidx.preference.R$style: int Platform_ThemeOverlay_AppCompat_Dark +cyanogenmod.themes.IThemeService$Stub$Proxy: java.lang.String getInterfaceDescriptor() +androidx.work.impl.WorkDatabase: WorkDatabase() +androidx.constraintlayout.widget.R$styleable: int StateSet_defaultState +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_hideMotionSpec +wangdaye.com.geometricweather.R$styleable: int DialogPreference_dialogTitle +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_WITH_DES_CBC_SHA +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Button +cyanogenmod.externalviews.IExternalViewProvider: void onStop() +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_bias +io.reactivex.internal.util.VolatileSizeArrayList: java.util.ListIterator listIterator(int) +androidx.lifecycle.ProcessLifecycleOwnerInitializer +androidx.constraintlayout.widget.R$id: int action_bar_container +james.adaptiveicon.R$styleable: int[] MenuView +androidx.legacy.coreutils.R$dimen: int compat_notification_large_icon_max_width +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: int getPollenColor(android.content.Context,java.lang.Integer) +androidx.appcompat.R$attr: int windowNoTitle +okhttp3.internal.connection.RealConnection: void onStream(okhttp3.internal.http2.Http2Stream) +com.xw.repo.bubbleseekbar.R$layout +androidx.vectordrawable.animated.R$styleable: int ColorStateListItem_android_alpha +androidx.appcompat.R$styleable: int MenuItem_android_checkable +com.google.android.material.floatingactionbutton.FloatingActionButton: int getExpandedComponentIdHint() +com.turingtechnologies.materialscrollbar.R$string +androidx.appcompat.resources.R$id: int italic +androidx.swiperefreshlayout.R$id: int line1 +android.didikee.donate.R$attr: int titleMarginTop +com.google.android.material.R$styleable: int[] ClockHandView +androidx.dynamicanimation.R$styleable: int GradientColor_android_endX +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text +james.adaptiveicon.R$styleable: int SearchView_suggestionRowLayout +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Spinner +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: void onError(java.lang.Throwable) +androidx.constraintlayout.widget.R$string: int abc_search_hint +wangdaye.com.geometricweather.R$styleable: int KeyTrigger_onCross +androidx.coordinatorlayout.R$dimen: int compat_button_padding_vertical_material +wangdaye.com.geometricweather.R$styleable: int CardView_contentPaddingTop +okhttp3.Challenge: java.util.Map authParams() +wangdaye.com.geometricweather.R$attr: int boxBackgroundMode +wangdaye.com.geometricweather.R$attr: int contentInsetRight +com.turingtechnologies.materialscrollbar.R$id: int filled +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: void onError(java.lang.Throwable) +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored +androidx.appcompat.app.ToolbarActionBar: void addOnMenuVisibilityListener(androidx.appcompat.app.ActionBar$OnMenuVisibilityListener) +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: org.reactivestreams.Subscription upstream +androidx.preference.R$styleable: int FontFamily_fontProviderFetchStrategy +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_SeekBar_Discrete +okio.Okio$1: okio.Timeout timeout() +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: void dispose() +androidx.hilt.R$color: int notification_action_color_filter +androidx.work.R$style +org.greenrobot.greendao.AbstractDao: void deleteByKeyInTx(java.lang.Object[]) +wangdaye.com.geometricweather.R$string: int key_temperature_unit +com.turingtechnologies.materialscrollbar.R$style: int Theme_Design_Light +okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex: java.security.cert.X509Certificate findByIssuerAndSignature(java.security.cert.X509Certificate) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator HEADSET_CONNECT_PLAYER_VALIDATOR +cyanogenmod.providers.CMSettings$System: int getInt(android.content.ContentResolver,java.lang.String,int) +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: void dispose() +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer realFeelTemperature +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listDividerAlertDialog +cyanogenmod.providers.CMSettings$NameValueCache: java.lang.String mVersionSystemProperty +wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date getDate() +com.google.android.material.R$string: int mtrl_picker_invalid_format_use +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.Integer altitude +okhttp3.Headers: Headers(java.lang.String[]) +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType InsertInTxIterable +wangdaye.com.geometricweather.R$anim: int abc_tooltip_exit +com.google.android.material.navigation.NavigationView: android.view.Menu getMenu() +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void dispose() +cyanogenmod.app.ICMTelephonyManager: boolean isDataConnectionEnabled() +androidx.preference.R$style: int Widget_AppCompat_Spinner +com.jaredrummler.android.colorpicker.R$layout: int preference_widget_seekbar +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void innerComplete() +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Small +wangdaye.com.geometricweather.db.entities.AlertEntity: int getPriority() +com.google.android.material.navigation.NavigationView: android.graphics.drawable.Drawable getItemBackground() +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense +androidx.appcompat.R$color: int button_material_dark +com.google.android.material.transformation.FabTransformationSheetBehavior +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintTop_toBottomOf +com.google.android.material.R$styleable: int TextInputLayout_prefixTextAppearance +androidx.appcompat.R$styleable: int GradientColor_android_centerColor +com.jaredrummler.android.colorpicker.R$attr: int windowNoTitle +io.reactivex.internal.schedulers.AbstractDirectTask: boolean isDisposed() +com.google.android.material.button.MaterialButton: void setBackgroundResource(int) +okhttp3.Request$Builder: okhttp3.Request$Builder url(java.lang.String) +com.turingtechnologies.materialscrollbar.R$attr: int contentInsetStartWithNavigation +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: MfForecastResult$Position() +retrofit2.adapter.rxjava2.BodyObservable: io.reactivex.Observable upstream +wangdaye.com.geometricweather.R$attr: int layout_constraintStart_toEndOf +androidx.vectordrawable.animated.R$id: int time +retrofit2.CallAdapter +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Year +com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState CLEARED +com.turingtechnologies.materialscrollbar.R$attr: int actionBarSplitStyle +android.didikee.donate.R$color: int material_deep_teal_500 +wangdaye.com.geometricweather.R$styleable: int[] Fragment +wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_disableDependentsState +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_content_3 +androidx.constraintlayout.widget.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_1 +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setFillColor(int) +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_AutoCompleteTextView +androidx.viewpager2.R$drawable: int notification_template_icon_low_bg +okhttp3.internal.http2.Settings: int MAX_FRAME_SIZE +androidx.appcompat.R$style: int Base_Widget_AppCompat_RatingBar_Small +androidx.appcompat.R$layout: int abc_action_mode_close_item_material +androidx.appcompat.R$dimen: int notification_big_circle_margin +wangdaye.com.geometricweather.R$styleable: int ViewBackgroundHelper_android_background +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoldIndex +cyanogenmod.themes.IThemeProcessingListener$Stub +androidx.transition.R$string: int status_bar_notification_info_overflow +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary DegreeDaySummary +androidx.lifecycle.ProcessLifecycleOwner$3$1: androidx.lifecycle.ProcessLifecycleOwner$3 this$1 +androidx.preference.R$style: int Theme_AppCompat_DayNight +androidx.preference.R$styleable: int AppCompatTheme_actionBarWidgetTheme +androidx.hilt.lifecycle.R$id: int notification_main_column_container +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Large +androidx.constraintlayout.widget.R$attr: int viewInflaterClass +okhttp3.internal.publicsuffix.PublicSuffixDatabase: byte[] WILDCARD_LABEL +com.github.rahatarmanahmed.cpv.R$dimen: R$dimen() +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: retrofit2.Response execute() +android.support.v4.app.INotificationSideChannel$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +com.google.android.material.R$styleable: int Toolbar_titleTextAppearance +okhttp3.internal.http2.Http2Connection$4: java.util.List val$requestHeaders +wangdaye.com.geometricweather.remoteviews.config.ClockDayHorizontalWidgetConfigActivity +com.jaredrummler.android.colorpicker.R$id: int cpv_preference_preview_color_panel +android.didikee.donate.R$attr: int dividerVertical +android.didikee.donate.R$dimen: int abc_control_padding_material +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintBottom_toTopOf +com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity +io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric Metric +android.didikee.donate.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common +com.xw.repo.bubbleseekbar.R$attr: int navigationMode +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarTabBarStyle +androidx.appcompat.R$style: int Platform_ThemeOverlay_AppCompat_Light +cyanogenmod.app.LiveLockScreenManager: void setDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) +com.google.android.material.R$dimen: int mtrl_slider_track_height +android.didikee.donate.R$styleable: int AppCompatTheme_actionModeSplitBackground +wangdaye.com.geometricweather.common.basic.models.weather.Daily +okio.Buffer: byte[] DIGITS +com.google.android.material.R$bool +com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onScreenTurnedOff() +io.reactivex.internal.operators.observable.ObservableGroupBy$State +com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_animAutostart +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed Speed +androidx.preference.R$layout: int abc_action_bar_up_container +okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection$Listener listener +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_marginStart +wangdaye.com.geometricweather.R$attr: int displayOptions +com.google.android.material.R$attr: int dragScale +androidx.lifecycle.extensions.R$attr: int ttcIndex +com.google.android.material.appbar.CollapsingToolbarLayout: int getScrimVisibleHeightTrigger() +com.jaredrummler.android.colorpicker.R$id: int action_container +wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemHorizontalTranslationEnabled +james.adaptiveicon.R$attr: int fontProviderFetchStrategy +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ratingbar_material +okio.ByteString: boolean endsWith(okio.ByteString) +androidx.preference.R$styleable: int Preference_fragment +androidx.appcompat.R$styleable: int AppCompatTheme_windowFixedHeightMajor +retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback: void onResponse(retrofit2.Call,retrofit2.Response) +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_17 +wangdaye.com.geometricweather.remoteviews.config.AbstractWidgetConfigActivity +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableEndCompat +androidx.appcompat.R$id: int tag_screen_reader_focusable +android.didikee.donate.R$attr: int windowFixedWidthMajor +io.reactivex.internal.subscriptions.EmptySubscription: boolean isEmpty() +okhttp3.HttpUrl: okhttp3.HttpUrl get(java.lang.String) +wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: java.lang.String getUIStyleName(android.content.Context) +androidx.constraintlayout.widget.R$color: int secondary_text_disabled_material_dark +com.google.android.material.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration +androidx.cardview.widget.CardView: int getContentPaddingRight() +android.didikee.donate.R$dimen: int abc_text_size_menu_material +okhttp3.internal.NamedRunnable: java.lang.String name +com.google.android.material.R$attr: int autoCompleteTextViewStyle +cyanogenmod.hardware.CMHardwareManager: boolean isSupported(int) +com.google.android.material.R$styleable: int MockView_mock_label +androidx.appcompat.R$color: int primary_dark_material_dark +wangdaye.com.geometricweather.R$id: int notification_big_temp_3 +wangdaye.com.geometricweather.R$dimen: int mtrl_shape_corner_size_small_component +android.didikee.donate.R$styleable: int MenuGroup_android_orderInCategory +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getNotificationGroups +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_NoActionBar +james.adaptiveicon.R$attr: int titleMarginTop androidx.lifecycle.extensions.R$id: int notification_main_column -wangdaye.com.geometricweather.R$drawable: int notification_icon_background -wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_counter_margin_start -com.jaredrummler.android.colorpicker.R$layout: int cpv_color_item_circle -com.google.android.material.R$integer: int hide_password_duration -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_60 -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse -retrofit2.Platform: retrofit2.Platform get() -com.google.android.material.R$styleable: int Slider_trackColorInactive -com.google.android.material.R$attr: int searchIcon -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_alertDialogTheme -wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Time -okio.Util: Util() -james.adaptiveicon.R$dimen: int abc_text_size_body_1_material -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Wind -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.util.Date date -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property TotalPrecipitationProbability -com.xw.repo.bubbleseekbar.R$styleable: int FontFamily_fontProviderCerts -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_checkBoxPreferenceStyle -com.google.android.material.navigation.NavigationView: NavigationView(android.content.Context) -cyanogenmod.providers.DataUsageContract: int COLUMN_OF_BYTES -androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_color -androidx.preference.R$style: int Base_Widget_AppCompat_RatingBar -com.github.rahatarmanahmed.cpv.CircularProgressView$2: float val$currentProgress -com.turingtechnologies.materialscrollbar.R$attr: int tabContentStart -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean getWind() -james.adaptiveicon.R$attr: int thumbTintMode -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_26 -io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner -wangdaye.com.geometricweather.R$id: int design_bottom_sheet -wangdaye.com.geometricweather.R$attr: int fontFamily -cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() -android.didikee.donate.R$style: int Theme_AppCompat_Light -cyanogenmod.app.IPartnerInterface$Stub$Proxy: android.os.IBinder mRemote -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: wangdaye.com.geometricweather.db.entities.ChineseCityEntity readEntity(android.database.Cursor,int) -com.google.android.material.R$drawable: int abc_list_pressed_holo_light -androidx.hilt.work.R$dimen: int compat_notification_large_icon_max_height -com.google.android.material.R$attr: int contentInsetRight -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: okhttp3.Request request() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: java.util.List hourly_forecast -io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.appcompat.R$styleable: int DrawerArrowToggle_gapBetweenBars -androidx.constraintlayout.widget.R$id: int postLayout -cyanogenmod.profiles.RingModeSettings: void getXmlString(java.lang.StringBuilder,android.content.Context) -com.google.android.material.R$styleable: int NavigationView_itemHorizontalPadding -com.xw.repo.bubbleseekbar.R$attr: int subtitleTextStyle -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_FixedSize -okio.SegmentedByteString: okio.ByteString sha1() -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.Precipitation precipitation -okio.RealBufferedSink: boolean closed -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating: java.lang.String Unit -androidx.transition.R$attr: int fontWeight -wangdaye.com.geometricweather.R$styleable: int[] ConstraintLayout_Layout -com.jaredrummler.android.colorpicker.R$drawable: int cpv_btn_background_pressed -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float rain24h -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: io.reactivex.FlowableEmitter serialize() -com.xw.repo.bubbleseekbar.R$attr: int splitTrack -wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.String level -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_centerY -androidx.hilt.work.R$id: int accessibility_custom_action_27 -android.didikee.donate.R$styleable: int Toolbar_contentInsetRight -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Display4 -okhttp3.internal.platform.ConscryptPlatform: javax.net.ssl.X509TrustManager trustManager(javax.net.ssl.SSLSocketFactory) -androidx.coordinatorlayout.R$id: int accessibility_custom_action_25 -wangdaye.com.geometricweather.db.entities.LocationEntity: boolean getResidentPosition() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Imperial Imperial -wangdaye.com.geometricweather.common.rxjava.BaseObserver: void onComplete() -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth -com.jaredrummler.android.colorpicker.R$attr: int preferenceFragmentCompatStyle -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeCopyDrawable -cyanogenmod.externalviews.ExternalView$4: ExternalView$4(cyanogenmod.externalviews.ExternalView) -androidx.constraintlayout.widget.R$color: int abc_search_url_text -wangdaye.com.geometricweather.db.entities.DailyEntityDao: boolean isEntityUpdateable() -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.String weatherText -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int Icon -androidx.preference.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: java.lang.String LongPhrase -android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionButton -com.google.android.material.R$style: int TextAppearance_AppCompat_Medium_Inverse -wangdaye.com.geometricweather.R$id: int mtrl_picker_header_title_and_selection -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$DailyTemperature: java.lang.Float max -wangdaye.com.geometricweather.R$layout: int widget_clock_day_temp -androidx.appcompat.R$styleable: int AppCompatTheme_actionMenuTextAppearance -com.google.android.material.R$layout: int test_action_chip -androidx.appcompat.resources.R$dimen: int notification_small_icon_size_as_large -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_circularInset -wangdaye.com.geometricweather.db.entities.DailyEntity: void setTreeLevel(java.lang.Integer) -androidx.hilt.R$id: int text2 -okhttp3.internal.cache.DiskLruCache: java.io.File getDirectory() -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: io.reactivex.ObservableEmitter emitter -io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: void setResource(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial: java.lang.String Unit -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintVertical_bias -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_subtitleTextStyle -com.google.android.material.R$attr: int boxCornerRadiusTopEnd -androidx.core.R$dimen: int notification_content_margin_start -com.turingtechnologies.materialscrollbar.R$color: int foreground_material_dark -cyanogenmod.app.CustomTile: int icon -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: ObservableWindowBoundary$WindowBoundaryMainObserver(io.reactivex.Observer,int) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum Maximum -james.adaptiveicon.R$attr: int buttonGravity -androidx.constraintlayout.widget.R$styleable: int Spinner_android_popupBackground -com.google.android.material.R$styleable: int ExtendedFloatingActionButton_hideMotionSpec -com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_stackFromEnd -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHorizontal_chainStyle -androidx.dynamicanimation.R$id: int text2 -androidx.preference.R$attr: int font -androidx.lifecycle.SavedStateHandleController: void tryToAddRecreator(androidx.savedstate.SavedStateRegistry,androidx.lifecycle.Lifecycle) -androidx.preference.R$anim: R$anim() -cyanogenmod.app.Profile$1 -com.google.android.material.floatingactionbutton.FloatingActionButton: android.graphics.PorterDuff$Mode getBackgroundTintMode() -com.turingtechnologies.materialscrollbar.R$style: int AlertDialog_AppCompat -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner inner -wangdaye.com.geometricweather.R$anim: int fragment_open_exit -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric: double Value -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Button_Borderless -cyanogenmod.providers.CMSettings$System: java.lang.String FORWARD_LOOKUP_PROVIDER -com.xw.repo.bubbleseekbar.R$styleable: int PopupWindow_overlapAnchor -wangdaye.com.geometricweather.R$styleable: int SearchView_iconifiedByDefault -wangdaye.com.geometricweather.R$string: int translator -wangdaye.com.geometricweather.R$string: int content_des_minutely_precipitation -androidx.preference.R$attr: int switchStyle -androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_TabText -androidx.activity.R$styleable: int FontFamily_fontProviderFetchStrategy -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: java.util.concurrent.atomic.AtomicReference other -io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: void dispose() -androidx.activity.R$style: int TextAppearance_Compat_Notification_Info -wangdaye.com.geometricweather.R$string: int key_icon_provider -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode SLEET -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List wuran -androidx.swiperefreshlayout.R$styleable: int[] SwipeRefreshLayout -okhttp3.Cache$Entry: boolean matches(okhttp3.Request,okhttp3.Response) -retrofit2.Utils$WildcardTypeImpl: java.lang.reflect.Type[] getUpperBounds() -okhttp3.ConnectionPool: okhttp3.internal.connection.RouteDatabase routeDatabase -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_TabView -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_MaterialComponents_Button -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer getWetBulbTemperature() -androidx.lifecycle.extensions.R$dimen: int compat_button_inset_vertical_material -cyanogenmod.providers.CMSettings$Secure: java.lang.String ADB_NOTIFY -androidx.preference.R$color: int switch_thumb_normal_material_light -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ListPopupWindow -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int FOGGY -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintVertical_weight -android.didikee.donate.R$style: int Base_DialogWindowTitleBackground_AppCompat -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: int WeatherIcon -wangdaye.com.geometricweather.R$string: int feedback_hide_subtitle -androidx.viewpager.R$attr: int fontWeight -androidx.hilt.work.R$id: int accessibility_custom_action_2 -wangdaye.com.geometricweather.R$color: int foreground_material_dark -okhttp3.Cache: int writeAbortCount() -cyanogenmod.weather.WeatherLocation: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.lang.String type -okhttp3.Cookie: boolean httpOnly -androidx.work.R$style: int TextAppearance_Compat_Notification_Info -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeIcePrecipitationDuration(java.lang.Float) -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_collapsedTitleTextAppearance -androidx.lifecycle.Transformations$2: androidx.lifecycle.MediatorLiveData val$result -cyanogenmod.app.ProfileManager: void resetAll() -com.google.android.material.R$styleable: int Tooltip_android_minHeight -com.google.android.material.R$color: R$color() -com.google.android.material.R$color: int mtrl_tabs_colored_ripple_color -androidx.constraintlayout.widget.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemBackground -wangdaye.com.geometricweather.R$attr: int switchPreferenceStyle -okhttp3.ResponseBody -okhttp3.ConnectionPool -io.reactivex.Observable: io.reactivex.Observable sample(io.reactivex.ObservableSource) -androidx.activity.R$id: int icon_group -androidx.appcompat.widget.ActionBarContextView: java.lang.CharSequence getSubtitle() -androidx.vectordrawable.animated.R$styleable: int ColorStateListItem_android_color -com.google.android.material.R$styleable: int MaterialButton_backgroundTintMode -okhttp3.internal.connection.RouteSelector: RouteSelector(okhttp3.Address,okhttp3.internal.connection.RouteDatabase,okhttp3.Call,okhttp3.EventListener) -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: void onComplete() -androidx.appcompat.resources.R$id: int accessibility_custom_action_16 -com.turingtechnologies.materialscrollbar.R$attr: int fabCustomSize -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult: java.lang.String type -com.google.android.material.R$attr: int applyMotionScene -com.xw.repo.bubbleseekbar.R$id: int parentPanel -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_switchTextAppearance -androidx.recyclerview.R$attr: int stackFromEnd -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_fontVariationSettings -okio.RealBufferedSource$1: void close() -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light_Dialog_MinWidth -okhttp3.OkHttpClient: okhttp3.internal.cache.InternalCache internalCache -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String _ID -com.jaredrummler.android.colorpicker.R$attr: int voiceIcon -io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: io.reactivex.internal.operators.observable.ObservableReplay$Node getHead() -androidx.core.R$id: int tag_unhandled_key_listeners -wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerFamilyTopLeft -okhttp3.internal.http2.Http2Connection$7 -androidx.appcompat.R$attr: int backgroundTintMode -com.jaredrummler.android.colorpicker.R$attr: int shouldDisableView -com.xw.repo.bubbleseekbar.R$drawable: int abc_list_selector_holo_light -com.google.android.material.R$styleable: int MaterialButton_iconSize -androidx.preference.R$color: int abc_tint_btn_checkable -io.reactivex.disposables.ReferenceDisposable: boolean isDisposed() -cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks access$700(cyanogenmod.externalviews.KeyguardExternalView) -androidx.fragment.app.FragmentState: android.os.Parcelable$Creator CREATOR -com.google.android.material.R$attr: int tabTextAppearance -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Spinner_Underlined -retrofit2.ParameterHandler$RelativeUrl: int p -okhttp3.internal.http2.Http2Connection: long degradedPongDeadlineNs -james.adaptiveicon.R$attr: int actionBarTabBarStyle -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constrainedWidth -com.xw.repo.bubbleseekbar.R$styleable: int CompoundButton_android_button -wangdaye.com.geometricweather.R$style: int TestThemeWithLineHeightDisabled -cyanogenmod.profiles.RingModeSettings: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$styleable: int MotionLayout_layoutDescription -androidx.constraintlayout.widget.R$attr: int popupWindowStyle -wangdaye.com.geometricweather.db.entities.DaoMaster: org.greenrobot.greendao.AbstractDaoSession newSession() -wangdaye.com.geometricweather.R$id: int NO_DEBUG -wangdaye.com.geometricweather.R$drawable: int notif_temp_43 -com.google.gson.internal.LinkedTreeMap: int modCount -okhttp3.internal.http2.Http2Codec: okhttp3.internal.http2.Http2Stream stream -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_titleCondensed -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Imperial Imperial -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Medium -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: io.reactivex.ObservableSource first -androidx.viewpager.R$dimen: int notification_right_side_padding_top -com.google.android.material.R$attr: int endIconMode -cyanogenmod.app.Profile: void setSecondaryUuids(java.util.List) -com.xw.repo.bubbleseekbar.R$attr: int autoSizeTextType -androidx.transition.R$drawable -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getWeatherText() -com.google.android.material.R$styleable: int[] LinearLayoutCompat -androidx.appcompat.R$style: int TextAppearance_AppCompat_Large -com.turingtechnologies.materialscrollbar.R$id: int buttonPanel -androidx.hilt.lifecycle.R$id: int icon -wangdaye.com.geometricweather.R$drawable: int notif_temp_35 -com.turingtechnologies.materialscrollbar.R$attr: int windowActionBar -androidx.preference.R$styleable: int CompoundButton_buttonTint -android.didikee.donate.R$style: int Base_AlertDialog_AppCompat_Light -android.didikee.donate.R$style: int Widget_AppCompat_CompoundButton_Switch -androidx.coordinatorlayout.R$attr: int keylines -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Display3 -com.xw.repo.bubbleseekbar.R$id: int action_menu_divider -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_homeAsUpIndicator -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getProfileByName -com.jaredrummler.android.colorpicker.R$attr: int autoCompleteTextViewStyle -wangdaye.com.geometricweather.R$drawable: int abc_cab_background_top_material -retrofit2.CompletableFutureCallAdapterFactory: retrofit2.CallAdapter get(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) -cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode mVibrateMode -androidx.recyclerview.widget.GridLayoutManager -android.didikee.donate.R$styleable: int MenuView_android_headerBackground +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_33 +androidx.preference.R$id: int accessibility_custom_action_19 +wangdaye.com.geometricweather.R$string: int of_clock +okhttp3.internal.http2.Http2Stream: void writeHeaders(java.util.List,boolean) +androidx.viewpager2.R$styleable: int FontFamily_fontProviderAuthority +james.adaptiveicon.R$attr: int showAsAction +com.google.android.material.R$drawable: int mtrl_popupmenu_background +androidx.vectordrawable.animated.R$id: int icon_group +androidx.viewpager.R$integer +com.google.android.material.R$styleable: int Toolbar_menu +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ASSIST_WAKE_SCREEN_VALIDATOR +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial: double Value +androidx.lifecycle.livedata.R +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintGuide_end +okhttp3.HttpUrl: java.lang.String username() +wangdaye.com.geometricweather.common.basic.models.weather.Alert: int describeContents() +androidx.preference.R$anim: int fragment_close_enter +android.didikee.donate.R$styleable: int AppCompatTheme_actionBarDivider +cyanogenmod.app.PartnerInterface: int ZEN_MODE_NO_INTERRUPTIONS +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: float PRECIPITATION_HEAVY +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder connectTimeout(long,java.util.concurrent.TimeUnit) +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: long timeout +com.jaredrummler.android.colorpicker.R$layout: int notification_template_custom_big +cyanogenmod.weather.RequestInfo: boolean isQueryOnlyWeatherRequest() +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: long serialVersionUID +wangdaye.com.geometricweather.R$attr: int navigationMode +wangdaye.com.geometricweather.R$layout: int test_toolbar_surface io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: boolean isDisposed() -androidx.constraintlayout.widget.R$color: int primary_material_dark -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton -androidx.appcompat.R$drawable: int abc_list_selector_disabled_holo_light -android.didikee.donate.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle -androidx.hilt.R$id: int tag_unhandled_key_event_manager -com.turingtechnologies.materialscrollbar.R$style: int Widget_Compat_NotificationActionText -wangdaye.com.geometricweather.R$styleable: int[] FloatingActionButton -okhttp3.internal.http2.Http2Connection$1: okhttp3.internal.http2.ErrorCode val$errorCode -com.turingtechnologies.materialscrollbar.R$dimen: int notification_right_side_padding_top -androidx.legacy.coreutils.R$styleable: int GradientColor_android_centerY -androidx.fragment.R$id: int accessibility_custom_action_12 -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.WeatherIconControlView -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void dispose() -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_5 -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_BottomSheetDialog -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_DialogWindowTitle_AppCompat -okhttp3.CertificatePinner: java.util.Set pins -io.reactivex.Observable: io.reactivex.Observable rangeLong(long,long) -com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleDrawable(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeRainPrecipitationDuration -com.google.android.material.R$styleable: int Layout_layout_goneMarginTop -com.google.android.material.R$styleable: int TextInputLayout_boxStrokeWidthFocused -io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(int,long,java.util.concurrent.TimeUnit) -io.reactivex.internal.util.EmptyComponent: void onError(java.lang.Throwable) -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_iconSpaceReserved -com.google.android.material.card.MaterialCardView: void setProgress(float) -com.google.android.material.R$dimen: int design_snackbar_min_width -wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_minutelyStartText -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver this$0 -okio.AsyncTimeout$2: void close() -androidx.viewpager2.R$styleable: int RecyclerView_stackFromEnd -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_track -okio.ByteString: byte[] data -androidx.customview.R$styleable: int GradientColor_android_endX -wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit PERCENT -wangdaye.com.geometricweather.R$id: int notification_multi_city_text_2 -okhttp3.internal.http2.Hpack$Writer: boolean useCompression -com.google.android.material.R$id: int top -okhttp3.internal.cache.CacheStrategy: CacheStrategy(okhttp3.Request,okhttp3.Response) -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintRight_creator -wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: float getProgress() -james.adaptiveicon.R$id: int shortcut -androidx.preference.R$styleable: int Toolbar_titleTextColor +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_Button +androidx.constraintlayout.widget.R$styleable: int KeyPosition_percentY +okhttp3.internal.http2.Http2Stream: void receiveRstStream(okhttp3.internal.http2.ErrorCode) +james.adaptiveicon.R$style: int Theme_AppCompat_NoActionBar +retrofit2.OkHttpCall: retrofit2.OkHttpCall clone() +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Direction: java.lang.String Localized +androidx.core.R$styleable: int FontFamilyFont_fontWeight +com.google.android.material.R$styleable: int NavigationView_android_fitsSystemWindows +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial +com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: CaiYunMainlyResult$CurrentBean$WindBean() +androidx.preference.R$layout: int abc_expanded_menu_layout +com.google.android.material.R$style: int ThemeOverlay_AppCompat_Dialog +com.google.android.material.R$attr: int suffixText +androidx.constraintlayout.widget.R$styleable: int ImageFilterView_saturation +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.Window mWindow +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void onComplete() +androidx.constraintlayout.motion.widget.MotionLayout: int getStartState() +com.google.gson.internal.LinkedTreeMap: java.lang.Object writeReplace() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String pm25 +androidx.preference.R$dimen: int abc_dialog_fixed_height_major +androidx.dynamicanimation.R$id: int action_container +com.turingtechnologies.materialscrollbar.R$drawable: int notification_icon_background +com.google.android.material.R$styleable: int TextInputLayout_errorTextColor +io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) +com.google.gson.FieldNamingPolicy$4: FieldNamingPolicy$4(java.lang.String,int) +com.google.gson.internal.LazilyParsedNumber +com.google.android.material.R$styleable: int MaterialButton_backgroundTint +com.google.android.material.R$styleable: int KeyAttribute_android_scaleX +com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleEnabled(boolean) +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_PopupMenu +com.google.android.material.slider.RangeSlider: void setThumbRadiusResource(int) +io.reactivex.internal.util.ErrorMode: io.reactivex.internal.util.ErrorMode BOUNDARY +com.turingtechnologies.materialscrollbar.R$attr: int searchViewStyle +androidx.appcompat.widget.AppCompatEditText: void setTextClassifier(android.view.textclassifier.TextClassifier) +cyanogenmod.externalviews.KeyguardExternalView$2: void onDetachedFromWindow() +james.adaptiveicon.R$styleable: int AppCompatTheme_selectableItemBackground +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void innerError(io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver,java.lang.Throwable) +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_background +okhttp3.internal.http2.Http2Stream: void receiveData(okio.BufferedSource,int) +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +okhttp3.internal.ws.RealWebSocket$2: void onResponse(okhttp3.Call,okhttp3.Response) +androidx.constraintlayout.widget.R$id: int bounce +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_android_enabled +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Compat_Notification_Title +com.google.android.material.R$dimen: int mtrl_calendar_action_height +androidx.lifecycle.extensions.R$dimen: int compat_button_inset_horizontal_material +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_navigation_elevation +com.turingtechnologies.materialscrollbar.R$color: int mtrl_text_btn_text_color_selector +cyanogenmod.app.StatusBarPanelCustomTile: StatusBarPanelCustomTile(java.lang.String,java.lang.String,java.lang.String,int,java.lang.String,int,int,cyanogenmod.app.CustomTile,android.os.UserHandle) +com.bumptech.glide.R$id: int text2 +wangdaye.com.geometricweather.R$id: int aligned +cyanogenmod.app.ProfileManager: void addNotificationGroup(android.app.NotificationGroup) +wangdaye.com.geometricweather.R$attr: int progressBarPadding +com.google.android.material.R$styleable: int Layout_barrierDirection +okhttp3.RequestBody$1: okhttp3.MediaType contentType() +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.viewpager.widget.ViewPager$SavedState: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.db.entities.HourlyEntity: boolean daylight +com.bumptech.glide.load.engine.GlideException: java.util.List getRootCauses() +james.adaptiveicon.R$styleable: int FontFamily_fontProviderQuery +wangdaye.com.geometricweather.R$string: int abc_menu_enter_shortcut_label +com.google.android.material.chip.Chip: void setMaxLines(int) +androidx.preference.R$attr: int actionModeCutDrawable +androidx.appcompat.R$styleable: int SwitchCompat_switchPadding +wangdaye.com.geometricweather.R$attr: int preferenceStyle +androidx.fragment.R$id: int action_image +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit[] values() +james.adaptiveicon.R$attr: int tooltipText +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_icon_vertical_padding_material +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) +androidx.appcompat.widget.ActionBarOverlayLayout: java.lang.CharSequence getTitle() +androidx.core.R$styleable: int FontFamily_fontProviderFetchStrategy +cyanogenmod.externalviews.KeyguardExternalView$9: KeyguardExternalView$9(cyanogenmod.externalviews.KeyguardExternalView) +cyanogenmod.app.suggest.ApplicationSuggestion: android.net.Uri getDownloadUri() +okhttp3.Headers: void checkName(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_onClick +wangdaye.com.geometricweather.R$attr: int elevation +androidx.constraintlayout.widget.R$styleable: int MotionLayout_currentState +org.greenrobot.greendao.database.DatabaseOpenHelper: java.lang.String name +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: io.reactivex.subjects.Subject signaller +com.xw.repo.bubbleseekbar.R$attr: int textAllCaps +androidx.preference.R$styleable: int SearchView_searchHintIcon +com.google.android.material.R$id: int activity_chooser_view_content +androidx.coordinatorlayout.R$styleable: int[] GradientColor +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_COLOR_AUTO_VALIDATOR +wangdaye.com.geometricweather.common.ui.widgets.SquareFrameLayout: SquareFrameLayout(android.content.Context,android.util.AttributeSet) +androidx.preference.R$style: int Preference_CheckBoxPreference +androidx.constraintlayout.widget.Constraints: Constraints(android.content.Context) +androidx.viewpager.widget.ViewPager: void removeOnPageChangeListener(androidx.viewpager.widget.ViewPager$OnPageChangeListener) +androidx.activity.R$id: int accessibility_action_clickable_span +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.util.Date getDate() +android.didikee.donate.R$dimen: int abc_disabled_alpha_material_dark +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_android_fitsSystemWindows +cyanogenmod.weatherservice.ServiceRequest: cyanogenmod.weatherservice.IWeatherProviderServiceClient mClient +androidx.appcompat.R$styleable: int AppCompatTheme_actionBarPopupTheme +com.bumptech.glide.R$attr +com.jaredrummler.android.colorpicker.R$attr: int textAllCaps +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: int PrecipitationProbability +com.xw.repo.bubbleseekbar.R$dimen: int notification_large_icon_width +com.turingtechnologies.materialscrollbar.R$style: int Base_V14_ThemeOverlay_MaterialComponents_Dialog +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$1: KeyguardExternalViewProviderService$Provider$ProviderImpl$1(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) +androidx.work.impl.utils.futures.AbstractFuture: androidx.work.impl.utils.futures.AbstractFuture$Listener listeners +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: java.lang.Integer clouds +james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_textAppearance +com.bumptech.glide.MemoryCategory: com.bumptech.glide.MemoryCategory NORMAL +com.github.rahatarmanahmed.cpv.R$attr: int cpv_animSyncDuration +com.turingtechnologies.materialscrollbar.R$color: int mtrl_textinput_hovered_box_stroke_color +io.reactivex.Observable: io.reactivex.Observable throttleLast(long,java.util.concurrent.TimeUnit) +androidx.appcompat.widget.Toolbar: void setSubtitle(java.lang.CharSequence) +android.didikee.donate.R$attr: int thumbTextPadding +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: java.util.Date to +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum +com.xw.repo.bubbleseekbar.R$attr: int actionViewClass +com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_gradientRadius +wangdaye.com.geometricweather.R$styleable: int[] MaterialScrollBar +com.turingtechnologies.materialscrollbar.R$integer: int design_tab_indicator_anim_duration_ms +com.jaredrummler.android.colorpicker.R$id: int normal +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle +androidx.appcompat.widget.ActionBarOverlayLayout: void setHideOnContentScrollEnabled(boolean) +androidx.appcompat.R$drawable: int notification_template_icon_low_bg +wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Long readKey(android.database.Cursor,int) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_drawPath +androidx.hilt.work.R$id: int accessibility_custom_action_7 +com.google.android.material.R$dimen: int design_fab_image_size +cyanogenmod.themes.ThemeManager$1$1: cyanogenmod.themes.ThemeManager$1 this$1 +com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_android_fontVariationSettings +com.google.android.material.appbar.AppBarLayout: int getTotalScrollRange() +com.turingtechnologies.materialscrollbar.R$id: int tag_transition_group +androidx.preference.R$drawable: int abc_tab_indicator_mtrl_alpha +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Toolbar_Button_Navigation +androidx.vectordrawable.R$id: R$id() +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void onNext(java.lang.Object) +androidx.lifecycle.ViewModelStore: androidx.lifecycle.ViewModel get(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric: double Value +androidx.coordinatorlayout.R$styleable: int FontFamilyFont_android_ttcIndex +okhttp3.RealCall$AsyncCall: boolean $assertionsDisabled +io.reactivex.Observable: io.reactivex.Observable generate(java.util.concurrent.Callable,io.reactivex.functions.BiFunction) +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_PopupMenu +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: io.reactivex.disposables.CompositeDisposable compositeDisposable +com.github.rahatarmanahmed.cpv.CircularProgressView: void setIndeterminate(boolean) +james.adaptiveicon.R$drawable: int abc_cab_background_top_mtrl_alpha +androidx.appcompat.R$styleable: int AppCompatTheme_windowActionBarOverlay +com.turingtechnologies.materialscrollbar.R$color: int abc_secondary_text_material_light +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Button_Borderless +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String getMilliMetersTextWithoutUnit(float) +wangdaye.com.geometricweather.R$drawable: int notif_temp_51 +androidx.transition.R$id: int action_divider +okhttp3.internal.cache.DiskLruCache$2: okhttp3.internal.cache.DiskLruCache this$0 +cyanogenmod.weather.WeatherInfo: int mWindSpeedUnit +androidx.fragment.R$anim: R$anim() +com.google.android.material.R$styleable: int AppCompatTextView_autoSizeMaxTextSize +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Title +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_alertDialogStyle +com.google.android.material.R$styleable: int ExtendedFloatingActionButton_elevation +io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: long serialVersionUID +wangdaye.com.geometricweather.R$attr: int endIconTint +okhttp3.internal.http.StatusLine: StatusLine(okhttp3.Protocol,int,java.lang.String) +okhttp3.internal.Util: okhttp3.Headers toHeaders(java.util.List) +com.google.android.material.R$styleable: int Slider_android_valueFrom +androidx.viewpager2.R$dimen: int notification_media_narrow_margin +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Maximum: java.lang.String Unit +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceFragmentStyle +com.google.android.material.R$styleable: int Constraint_animate_relativeTo +androidx.appcompat.widget.AppCompatSpinner: AppCompatSpinner(android.content.Context,android.util.AttributeSet) +cyanogenmod.providers.CMSettings$Secure: java.lang.String LOCKSCREEN_INTERNALLY_ENABLED +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property RainPrecipitation +wangdaye.com.geometricweather.R$color: int material_on_primary_emphasis_high_type +com.xw.repo.bubbleseekbar.R$attr: int actionBarTabTextStyle +com.google.android.material.R$styleable: int Constraint_android_transformPivotX +android.didikee.donate.R$drawable: int abc_ic_menu_cut_mtrl_alpha +androidx.preference.R$style: int Base_Widget_AppCompat_SearchView +okhttp3.internal.Util: byte[] EMPTY_BYTE_ARRAY +androidx.coordinatorlayout.R$dimen: int notification_content_margin_start +com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: java.lang.reflect.Type componentType +com.google.gson.JsonParseException: JsonParseException(java.lang.Throwable) +com.xw.repo.bubbleseekbar.R$attr: int commitIcon wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property RagweedLevel -cyanogenmod.weatherservice.WeatherProviderService$1: void setServiceClient(cyanogenmod.weatherservice.IWeatherProviderServiceClient) -okio.Pipe: okio.Sink sink -wangdaye.com.geometricweather.R$anim: int popup_show_top_left -android.support.v4.os.IResultReceiver$Stub: android.support.v4.os.IResultReceiver asInterface(android.os.IBinder) -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$2 -androidx.preference.internal.PreferenceImageView: PreferenceImageView(android.content.Context,android.util.AttributeSet) -androidx.lifecycle.ClassesInfoCache: boolean hasLifecycleMethods(java.lang.Class) -wangdaye.com.geometricweather.R$attr: int goIcon -cyanogenmod.weather.CMWeatherManager: java.util.Map mLookupNameRequestListeners -androidx.appcompat.resources.R$id: int chronometer -com.xw.repo.bubbleseekbar.R$color: int colorAccent -androidx.constraintlayout.widget.R$drawable: int abc_btn_radio_material -wangdaye.com.geometricweather.R$dimen: int abc_text_size_display_4_material -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionBar_TabBar -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder host(java.lang.String) -com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat_Dialog -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_numericModifiers -com.google.android.material.R$color: int ripple_material_light -okhttp3.Call$Factory: okhttp3.Call newCall(okhttp3.Request) -com.google.android.material.R$dimen: int mtrl_slider_thumb_radius +wangdaye.com.geometricweather.R$attr: int chipMinHeight +com.google.android.material.R$dimen: int item_touch_helper_swipe_escape_max_velocity +androidx.drawerlayout.R$layout: int notification_template_part_time +androidx.appcompat.R$style: int Theme_AppCompat_Light_DialogWhenLarge +wangdaye.com.geometricweather.R$styleable: int SearchView_queryBackground +james.adaptiveicon.R$styleable: int LinearLayoutCompat_android_baselineAligned +com.google.android.material.R$style: int Platform_ThemeOverlay_AppCompat +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: void setDirection(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean) +androidx.appcompat.widget.AppCompatEditText: void setBackgroundDrawable(android.graphics.drawable.Drawable) cyanogenmod.alarmclock.ClockContract$AlarmsColumns: java.lang.String DAYS_OF_WEEK -androidx.constraintlayout.widget.R$attr: int autoSizeMinTextSize -com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_min_width -com.google.android.material.R$color: int material_on_surface_emphasis_medium -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Display2 -com.xw.repo.bubbleseekbar.R$attr: int bsb_show_progress_in_float -androidx.viewpager2.R$styleable: int GradientColor_android_centerX -androidx.appcompat.R$attr: int actionMenuTextAppearance -androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration -okhttp3.Cache: Cache(java.io.File,long,okhttp3.internal.io.FileSystem) -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActivityChooserView -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber -androidx.fragment.R$dimen: int compat_control_corner_material -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float snowPrecipitationProbability -wangdaye.com.geometricweather.R$drawable: int notif_temp_127 -com.google.android.material.R$styleable: int AppBarLayout_statusBarForeground -james.adaptiveicon.R$styleable: int AppCompatTextView_autoSizePresetSizes -androidx.drawerlayout.R$styleable: int[] FontFamily -androidx.preference.internal.PreferenceImageView: PreferenceImageView(android.content.Context,android.util.AttributeSet,int) -androidx.constraintlayout.widget.R$attr: int subMenuArrow -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem -retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isResult -cyanogenmod.alarmclock.ClockContract$InstancesColumns -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: java.lang.String weatherPhase -james.adaptiveicon.R$styleable: int ActionBar_icon -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut -wangdaye.com.geometricweather.R$attr: int tooltipFrameBackground -androidx.preference.ListPreference -androidx.swiperefreshlayout.R$drawable: int notification_bg_normal_pressed -androidx.appcompat.R$styleable: int MenuItem_android_alphabeticShortcut -com.google.android.material.R$style: int ShapeAppearance_MaterialComponents -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintLeft_creator -wangdaye.com.geometricweather.db.entities.LocationEntityDao: LocationEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) -wangdaye.com.geometricweather.R$string: int content_des_moonrise -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Imperial: AccuCurrentResult$Precip1hr$Imperial() -com.google.android.material.R$dimen: int mtrl_extended_fab_min_height -androidx.appcompat.widget.Toolbar: void setSubtitle(int) -cyanogenmod.app.Profile$TriggerState -wangdaye.com.geometricweather.R$styleable: int MaterialButton_strokeColor -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.WeatherEntity,long) -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String componentToImageColName(java.lang.String) -wangdaye.com.geometricweather.R$drawable: int ic_state_uncheck -io.reactivex.Observable: io.reactivex.Single toSortedList() -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_second_track_color -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: java.lang.String getInterfaceDescriptor() -android.didikee.donate.R$string: int abc_activity_chooser_view_see_all -com.xw.repo.bubbleseekbar.R$dimen: int notification_action_icon_size -androidx.preference.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable -okio.GzipSink: java.util.zip.Deflater deflater() -com.google.gson.stream.JsonScope: JsonScope() -com.turingtechnologies.materialscrollbar.R$attr: int paddingStart -androidx.work.R$styleable: int GradientColor_android_endColor -com.jaredrummler.android.colorpicker.R$layout: int abc_alert_dialog_title_material -com.turingtechnologies.materialscrollbar.R$attr: int iconEndPadding -androidx.work.R$styleable: int[] FontFamilyFont -androidx.work.R$styleable: int[] GradientColor -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: FlowableOnBackpressureBuffer$BackpressureBufferSubscriber(org.reactivestreams.Subscriber,int,boolean,boolean,io.reactivex.functions.Action) -wangdaye.com.geometricweather.R$id: int widget_clock_day_aqiHumidity -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setHumidity(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean) -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: cyanogenmod.externalviews.IKeyguardExternalViewCallbacks asInterface(android.os.IBinder) -io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: int skip -james.adaptiveicon.R$id: int edit_query -com.jaredrummler.android.colorpicker.R$id: int search_close_btn -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_TextView_SpinnerItem -wangdaye.com.geometricweather.R$string: int settings_title_notification_temp_icon -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_showAsAction -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_android_summaryOn -okhttp3.internal.cache2.Relay: int SOURCE_FILE -androidx.constraintlayout.widget.R$drawable: int abc_btn_borderless_material -com.turingtechnologies.materialscrollbar.R$attr: int icon -android.didikee.donate.R$styleable: int MenuItem_iconTintMode -cyanogenmod.themes.ThemeChangeRequest$Builder: java.util.Map mThemeComponents -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval -androidx.vectordrawable.R$drawable: int notification_bg_low -okio.ByteString: int decodeHexDigit(char) -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Title -com.turingtechnologies.materialscrollbar.R$integer: int mtrl_tab_indicator_anim_duration_ms -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_android_indeterminate -com.turingtechnologies.materialscrollbar.R$attr: int layoutManager -retrofit2.ParameterHandler$Part: okhttp3.Headers headers -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Imperial: double Value -wangdaye.com.geometricweather.R$style: int Platform_MaterialComponents -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse -androidx.preference.R$id: int dialog_button -androidx.appcompat.widget.AppCompatImageView -androidx.dynamicanimation.R$color: R$color() -com.google.android.material.R$styleable: int FloatingActionButton_rippleColor -com.google.android.material.R$styleable: int KeyTrigger_framePosition -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionButton -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_horizontalGap -androidx.appcompat.R$style: int TextAppearance_AppCompat_Medium -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.DailyEntityDao dailyEntityDao -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationApi mApi -androidx.appcompat.R$attr: int tooltipForegroundColor -com.google.android.material.R$dimen: int material_text_view_test_line_height -wangdaye.com.geometricweather.search.Hilt_SearchActivity -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipIconVisible -com.google.android.material.R$styleable: int AppCompatTheme_listDividerAlertDialog -cyanogenmod.hardware.CMHardwareManager: int FEATURE_TAP_TO_WAKE -androidx.fragment.R$style: int TextAppearance_Compat_Notification_Info -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language FOLLOW_SYSTEM -androidx.appcompat.widget.AbsActionBarView: void setContentHeight(int) -wangdaye.com.geometricweather.R$color: int mtrl_tabs_ripple_color -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: void onNext(java.lang.Object) -androidx.appcompat.R$attr: int drawableSize -androidx.constraintlayout.widget.Constraints: Constraints(android.content.Context,android.util.AttributeSet,int) -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_textColor -io.reactivex.Observable: io.reactivex.Observable interval(long,long,java.util.concurrent.TimeUnit) -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String OVERLAYS_URI -okio.BufferedSource: long readDecimalLong() -james.adaptiveicon.R$style: int Widget_AppCompat_ButtonBar_AlertDialog -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void removeFirst() -io.reactivex.Observable: io.reactivex.Observable delay(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean) -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored -cyanogenmod.weather.CMWeatherManager$1$1 -androidx.lifecycle.extensions.R$styleable: int GradientColor_android_centerColor -androidx.lifecycle.extensions.R$id: int text2 -io.reactivex.internal.disposables.DisposableHelper: boolean isDisposed() -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: boolean isDisposed() -wangdaye.com.geometricweather.R$layout: int mtrl_picker_header_selection_text -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog -androidx.fragment.app.FragmentManager -io.reactivex.exceptions.MissingBackpressureException: MissingBackpressureException() -wangdaye.com.geometricweather.R$dimen: int little_weather_icon_size -cyanogenmod.externalviews.KeyguardExternalView$5: cyanogenmod.externalviews.KeyguardExternalView this$0 -com.turingtechnologies.materialscrollbar.CustomIndicator: int getIndicatorHeight() -cyanogenmod.app.suggest.IAppSuggestProvider: boolean handles(android.content.Intent) -wangdaye.com.geometricweather.R$dimen: int mtrl_card_corner_radius -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Inverse -com.google.android.material.R$attr: int round -cyanogenmod.externalviews.ExternalView$8: ExternalView$8(cyanogenmod.externalviews.ExternalView) -androidx.preference.R$color: int primary_material_light -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.xw.repo.bubbleseekbar.R$attr: int dividerVertical -okhttp3.internal.connection.RealConnection: int successCount -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceSmallPopupMenu -androidx.hilt.lifecycle.R$styleable: int GradientColor_android_type -cyanogenmod.profiles.RingModeSettings: void setOverride(boolean) -wangdaye.com.geometricweather.remoteviews.config.ClockDayVerticalWidgetConfigActivity: ClockDayVerticalWidgetConfigActivity() -androidx.preference.SeekBarPreference -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken END_DOCUMENT -com.turingtechnologies.materialscrollbar.R$attr: int msb_lightOnTouch -androidx.preference.R$styleable: int AppCompatTheme_windowFixedWidthMajor -com.google.gson.internal.LinkedTreeMap: LinkedTreeMap(java.util.Comparator) -androidx.appcompat.resources.R$id: int accessibility_custom_action_24 -androidx.vectordrawable.R$attr: int font -androidx.preference.R$styleable: int SeekBarPreference_min -okhttp3.internal.http2.Http2Writer: void writeContinuationFrames(int,long) -retrofit2.KotlinExtensions$await$2$2 -androidx.constraintlayout.widget.R$dimen: int abc_control_padding_material -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderSelection -com.xw.repo.bubbleseekbar.R$color: int accent_material_light -com.jaredrummler.android.colorpicker.R$color: int abc_background_cache_hint_selector_material_light -okhttp3.internal.http2.Http2Stream$FramingSource: boolean closed -wangdaye.com.geometricweather.R$id: int dialog_providers_previewer_list -wangdaye.com.geometricweather.R$attr: int onShow -androidx.appcompat.R$styleable: int Toolbar_navigationIcon -cyanogenmod.themes.IThemeProcessingListener$Stub$Proxy: android.os.IBinder asBinder() -wangdaye.com.geometricweather.R$id: int cpv_hex -androidx.hilt.lifecycle.R$styleable: int Fragment_android_id -wangdaye.com.geometricweather.R$string: int icon_content_description -androidx.preference.R$anim: int btn_checkbox_to_unchecked_box_inner_merged_animation -com.google.android.material.R$styleable: int MenuItem_android_visible -androidx.appcompat.R$dimen: int abc_text_size_button_material -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored -cyanogenmod.profiles.StreamSettings -okhttp3.OkHttpClient: okhttp3.CookieJar cookieJar() -cyanogenmod.app.Profile: void setDozeMode(int) -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipIconSize -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionBar_TabText -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: long serialVersionUID -okhttp3.internal.platform.Android10Platform: void configureTlsExtensions(javax.net.ssl.SSLSocket,java.lang.String,java.util.List) -androidx.viewpager2.R$styleable: int RecyclerView_android_clipToPadding -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog -androidx.appcompat.resources.R$id: int accessibility_custom_action_18 -com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_size_mini -com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: java.util.Date from -wangdaye.com.geometricweather.R$attr: int checkedIconEnabled -wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert -androidx.constraintlayout.widget.R$color: int abc_primary_text_disable_only_material_light -wangdaye.com.geometricweather.R$attr: int touchRegionId -androidx.fragment.R$attr -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_button_min_height_material -androidx.appcompat.R$styleable: int SearchView_android_focusable -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$8: KeyguardExternalViewProviderService$Provider$ProviderImpl$8(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl,float) -androidx.drawerlayout.R$drawable: int notification_bg_low -com.google.android.material.R$style: int Widget_MaterialComponents_BottomSheet_Modal -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_lastVerticalStyle -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionBar_TabView -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_small_material -androidx.preference.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_elevation -androidx.appcompat.R$drawable: int notification_bg_normal -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial: AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial() -com.jaredrummler.android.colorpicker.R$string: int abc_action_mode_done -wangdaye.com.geometricweather.R$drawable: int weather_rain -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property RagweedDescription -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SEVERE_THUNDERSTORMS -wangdaye.com.geometricweather.R$dimen: int mtrl_slider_halo_radius -cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String MODIFY_ALARMS_PERMISSION -io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.R$id: int indicator -james.adaptiveicon.R$dimen: int abc_dialog_list_padding_bottom_no_buttons -com.google.android.material.R$style: int Widget_Design_TextInputLayout -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ListView_DropDown -com.google.android.material.timepicker.RadialViewGroup: RadialViewGroup(android.content.Context,android.util.AttributeSet) -com.google.gson.LongSerializationPolicy$2 -androidx.preference.R$style: int Platform_ThemeOverlay_AppCompat_Light -androidx.constraintlayout.widget.R$attr: int textColorAlertDialogListItem -androidx.constraintlayout.widget.R$attr: int preserveIconSpacing -wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog -androidx.viewpager.R$dimen: int notification_big_circle_margin -wangdaye.com.geometricweather.R$attr: int layout_dodgeInsetEdges -com.google.android.material.R$attr: int layout_constraintBottom_toBottomOf -wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_min -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_maxElementsWrap -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Button_Borderless -androidx.drawerlayout.R$id -androidx.lifecycle.ViewModelStores: androidx.lifecycle.ViewModelStore of(androidx.fragment.app.Fragment) -com.turingtechnologies.materialscrollbar.R$id: int selected -androidx.loader.R$styleable: int GradientColor_android_endY -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: void setUnit(java.lang.String) -wangdaye.com.geometricweather.R$id: int dialog_providers_previewer_progress -androidx.hilt.work.R$id: int tag_accessibility_actions -androidx.appcompat.R$style: int Widget_Compat_NotificationActionContainer -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) -okhttp3.Request: okhttp3.Headers headers -wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_7 -okhttp3.OkHttpClient: OkHttpClient() -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_bottomappbar_fabOffsetEndMode -cyanogenmod.providers.CMSettings$System: java.lang.String QS_SHOW_BRIGHTNESS_SLIDER -androidx.constraintlayout.widget.R$styleable: int PopupWindow_android_popupBackground -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial Imperial -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_wrapMode -androidx.preference.R$attr: int firstBaselineToTopHeight -wangdaye.com.geometricweather.R$attr: int msb_lightOnTouch -wangdaye.com.geometricweather.R$styleable: int Spinner_android_popupBackground -wangdaye.com.geometricweather.R$color: int design_default_color_primary -okhttp3.internal.ws.WebSocketProtocol: void toggleMask(okio.Buffer$UnsafeCursor,byte[]) -com.jaredrummler.android.colorpicker.R$attr: int entryValues -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_selection_text_baseline_to_top -org.greenrobot.greendao.database.DatabaseOpenHelper: void onCreate(org.greenrobot.greendao.database.Database) -james.adaptiveicon.R$styleable: int PopupWindowBackgroundState_state_above_anchor -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPath -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: io.reactivex.ObservableSource source -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult$Temperature -wangdaye.com.geometricweather.R$styleable: int Preference_shouldDisableView -androidx.preference.R$id: int radio -okio.SegmentPool: okio.Segment take() -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.String TABLENAME -okhttp3.CipherSuite$1: CipherSuite$1() -wangdaye.com.geometricweather.R$string: int feedback_request_location -okio.DeflaterSink: void finishDeflate() -io.reactivex.Observable: java.lang.Iterable blockingLatest() -wangdaye.com.geometricweather.R$styleable: int PreferenceGroup_orderingFromXml -androidx.constraintlayout.widget.R$color: int background_material_light -wangdaye.com.geometricweather.R$styleable: int AlertDialog_showTitle -androidx.activity.R$id: int accessibility_custom_action_19 -com.google.android.material.R$dimen: int material_clock_hand_center_dot_radius -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_horizontalStyle -com.google.android.material.R$dimen: int mtrl_calendar_month_horizontal_padding -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ExtendedFloatingActionButton_Icon -androidx.preference.R$styleable: int MenuGroup_android_orderInCategory -james.adaptiveicon.R$style: int Theme_AppCompat_Dialog -com.turingtechnologies.materialscrollbar.R$attr: int actionBarSize -com.google.android.material.R$dimen: int mtrl_calendar_year_height -cyanogenmod.externalviews.KeyguardExternalView$8: KeyguardExternalView$8(cyanogenmod.externalviews.KeyguardExternalView,boolean) -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert -androidx.lifecycle.ProcessLifecycleOwnerInitializer: android.net.Uri insert(android.net.Uri,android.content.ContentValues) -io.reactivex.Observable: io.reactivex.Observable flatMapIterable(io.reactivex.functions.Function,io.reactivex.functions.BiFunction) -wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_6 -com.google.android.material.R$style: int ShapeAppearanceOverlay_DifferentCornerSize -wangdaye.com.geometricweather.R$style: int TextAppearance_Compat_Notification_Line2 -okhttp3.internal.platform.AndroidPlatform: boolean api23IsCleartextTrafficPermitted(java.lang.String,java.lang.Class,java.lang.Object) -wangdaye.com.geometricweather.R$color: int material_deep_teal_500 -androidx.preference.R$styleable: int MenuView_android_windowAnimationStyle -okhttp3.internal.connection.StreamAllocation: okhttp3.internal.http.HttpCodec newStream(okhttp3.OkHttpClient,okhttp3.Interceptor$Chain,boolean) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_DEFAULT_LED_OFF_VALIDATOR -com.turingtechnologies.materialscrollbar.TouchScrollBar: float getHideRatio() -com.google.android.material.chip.Chip: com.google.android.material.resources.TextAppearance getTextAppearance() -cyanogenmod.providers.CMSettings$Secure: boolean putString(android.content.ContentResolver,java.lang.String,java.lang.String) -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver inner -com.jaredrummler.android.colorpicker.R$attr: int disableDependentsState -androidx.lifecycle.ViewModel: java.lang.Object setTagIfAbsent(java.lang.String,java.lang.Object) -com.google.android.material.R$attr: int constraintSetStart -com.xw.repo.bubbleseekbar.R$drawable: int abc_ratingbar_small_material -wangdaye.com.geometricweather.settings.dialogs.TimeSetterDialog -com.google.android.material.R$attr: int layout_constraintStart_toEndOf -wangdaye.com.geometricweather.R$string: int wind_direction -com.google.android.material.R$id: int material_timepicker_cancel_button -wangdaye.com.geometricweather.R$id: int accelerate -androidx.appcompat.R$styleable: int ActionMode_subtitleTextStyle -com.google.android.material.R$attr: int dropdownListPreferredItemHeight -androidx.recyclerview.R$id: int action_text -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Metric: int UnitType -androidx.constraintlayout.widget.R$layout: int abc_action_mode_close_item_material -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: int mainTextColorResId -com.google.android.material.bottomappbar.BottomAppBar: int getLeftInset() -androidx.legacy.coreutils.R$id: int notification_background -wangdaye.com.geometricweather.R$attr: int layout_collapseMode -cyanogenmod.profiles.StreamSettings: android.os.Parcelable$Creator CREATOR -androidx.constraintlayout.widget.R$style: int AlertDialog_AppCompat -com.turingtechnologies.materialscrollbar.R$attr: int fabCradleVerticalOffset -wangdaye.com.geometricweather.common.basic.models.weather.UV: int getUVColor(android.content.Context) -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintCircleRadius -com.google.android.material.R$dimen: int mtrl_high_ripple_focused_alpha -cyanogenmod.app.CustomTile$1: cyanogenmod.app.CustomTile[] newArray(int) -james.adaptiveicon.R$color: int abc_primary_text_disable_only_material_dark -com.google.android.material.internal.ParcelableSparseArray: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getUvLevel() -androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior: CoordinatorLayout$Behavior() -com.xw.repo.bubbleseekbar.R$attr: int iconifiedByDefault -wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setDbz(java.lang.Integer) -com.google.android.material.progressindicator.ProgressIndicator: void setAnimatorDurationScaleProvider(com.google.android.material.progressindicator.AnimatorDurationScaleProvider) -androidx.preference.R$styleable: int AppCompatTheme_ratingBarStyle -androidx.appcompat.widget.ActionMenuPresenter$ActionButtonSubmenu -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area$LastAction: AccuAlertResult$Area$LastAction() -cyanogenmod.app.CustomTile$ExpandedStyle: java.lang.String toString() -androidx.drawerlayout.R$drawable -wangdaye.com.geometricweather.R$id: int dialog_location_help_providerIcon -wangdaye.com.geometricweather.R$styleable: int Slider_android_valueFrom -com.google.android.material.R$style: int Platform_V25_AppCompat -com.google.android.material.R$styleable: int AppCompatTheme_colorControlActivated -androidx.lifecycle.LiveData -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dropDownListViewStyle -james.adaptiveicon.R$dimen: int notification_big_circle_margin -wangdaye.com.geometricweather.R$styleable: int Layout_maxHeight -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: boolean isEntityUpdateable() -io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: long index -androidx.appcompat.widget.AppCompatTextView: void setPrecomputedText(androidx.core.text.PrecomputedTextCompat) -retrofit2.http.Field: java.lang.String value() -androidx.work.R$color: int ripple_material_light -androidx.swiperefreshlayout.R$styleable: int FontFamily_fontProviderFetchTimeout -androidx.appcompat.widget.AppCompatCheckBox: android.graphics.PorterDuff$Mode getSupportButtonTintMode() -wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: void setOnSwitchListener(wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout$OnSwitchListener) -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_1 -wangdaye.com.geometricweather.R$layout: int notification_template_part_time -com.google.android.material.R$layout: int abc_action_mode_close_item_material +com.google.android.material.R$dimen: int tooltip_precise_anchor_extra_offset +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Headline4 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility Visibility +com.jaredrummler.android.colorpicker.R$id: int search_bar +wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_summaryOn +androidx.constraintlayout.widget.R$styleable: int[] AppCompatTextHelper +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void innerComplete() +com.xw.repo.bubbleseekbar.R$layout: int abc_alert_dialog_material +androidx.appcompat.R$drawable: int abc_btn_radio_to_on_mtrl_015 +wangdaye.com.geometricweather.R$dimen: int abc_text_size_large_material +james.adaptiveicon.R$drawable: int abc_ic_voice_search_api_material +wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: int getBackgroundColorStart() +com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_android_maxWidth +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum: double Value +androidx.viewpager2.R$drawable: int notification_action_background +wangdaye.com.geometricweather.R$anim: int fragment_manange_enter +james.adaptiveicon.R$styleable: int FontFamily_fontProviderFetchStrategy +cyanogenmod.weatherservice.ServiceRequest: cyanogenmod.weatherservice.ServiceRequest$Status mStatus +wangdaye.com.geometricweather.main.dialogs.BackgroundLocationDialog: BackgroundLocationDialog() +okhttp3.internal.cache.DiskLruCache: okio.BufferedSink newJournalWriter() +com.google.android.material.R$color: int design_dark_default_color_on_error +com.turingtechnologies.materialscrollbar.R$styleable: int CardView_android_minWidth +androidx.work.R$layout: int notification_action_tombstone +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property WetBulbTemperature diff --git a/release/3.000/mapping/fdroidRelease/usage.txt b/release/3.001/mapping/fdroidRelease/usage.txt similarity index 100% rename from release/3.000/mapping/fdroidRelease/usage.txt rename to release/3.001/mapping/fdroidRelease/usage.txt index d3c71018c..20eab9089 100644 --- a/release/3.000/mapping/fdroidRelease/usage.txt +++ b/release/3.001/mapping/fdroidRelease/usage.txt @@ -2340,9 +2340,9 @@ androidx.constraintlayout.motion.widget.MotionScene$Transition: public static final int AUTO_ANIMATE_TO_END static final int TRANSITION_FLAG_FIRST_DRAW javax.annotation.meta.TypeQualifierDefault +com.google.android.material.transition.platform.MaterialContainerTransform$TransitionDrawable$2 com.jaredrummler.android.colorpicker.ColorPanelView: private static final int DEFAULT_BORDER_COLOR -com.google.android.material.transition.platform.MaterialContainerTransform$TransitionDrawable$2 androidx.room.ForeignKey$Action androidx.work.impl.constraints.trackers.Trackers: public static synchronized void setInstance(androidx.work.impl.constraints.trackers.Trackers) diff --git a/release/3.000/mapping/gplayRelease/configuration.txt b/release/3.001/mapping/gplayRelease/configuration.txt similarity index 100% rename from release/3.000/mapping/gplayRelease/configuration.txt rename to release/3.001/mapping/gplayRelease/configuration.txt diff --git a/release/3.000/mapping/gplayRelease/mapping.txt b/release/3.001/mapping/gplayRelease/mapping.txt similarity index 99% rename from release/3.000/mapping/gplayRelease/mapping.txt rename to release/3.001/mapping/gplayRelease/mapping.txt index c6aabdbb5..a04ea470c 100644 --- a/release/3.000/mapping/gplayRelease/mapping.txt +++ b/release/3.001/mapping/gplayRelease/mapping.txt @@ -1,7 +1,7 @@ # compiler: R8 # compiler_version: 2.1.86 # min_api: 19 -# pg_map_id: 3179bde +# pg_map_id: cdfdbc0 # common_typos_disable android.didikee.donate.AlipayDonate -> android.didikee.donate.a: 1:1:boolean hasInstalledAlipayClient(android.content.Context):73:73 -> a @@ -93928,30 +93928,30 @@ wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC 1:1:wangdaye.com.geometricweather.main.utils.StatementManager getStatementManager():485:485 -> G 1:1:javax.inject.Provider getStatementManagerProvider():489:489 -> H 2:3:javax.inject.Provider getStatementManagerProvider():491:492 -> H - 1:1:wangdaye.com.geometricweather.remoteviews.config.ClockDayDetailsWidgetConfigActivity injectClockDayDetailsWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.ClockDayDetailsWidgetConfigActivity):643:643 -> I - 1:1:wangdaye.com.geometricweather.remoteviews.config.ClockDayHorizontalWidgetConfigActivity injectClockDayHorizontalWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.ClockDayHorizontalWidgetConfigActivity):649:649 -> J - 1:1:wangdaye.com.geometricweather.remoteviews.config.ClockDayVerticalWidgetConfigActivity injectClockDayVerticalWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.ClockDayVerticalWidgetConfigActivity):655:655 -> K - 1:1:wangdaye.com.geometricweather.remoteviews.config.ClockDayWeekWidgetConfigActivity injectClockDayWeekWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.ClockDayWeekWidgetConfigActivity):661:661 -> L - 1:1:wangdaye.com.geometricweather.remoteviews.config.DailyTrendWidgetConfigActivity injectDailyTrendWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.DailyTrendWidgetConfigActivity):667:667 -> M - 1:1:wangdaye.com.geometricweather.remoteviews.config.DayWeekWidgetConfigActivity injectDayWeekWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.DayWeekWidgetConfigActivity):673:673 -> N - 1:1:wangdaye.com.geometricweather.remoteviews.config.DayWidgetConfigActivity injectDayWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.DayWidgetConfigActivity):679:679 -> O - 1:1:wangdaye.com.geometricweather.remoteviews.config.HourlyTrendWidgetConfigActivity injectHourlyTrendWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.HourlyTrendWidgetConfigActivity):685:685 -> P - 1:1:wangdaye.com.geometricweather.remoteviews.config.MultiCityWidgetConfigActivity injectMultiCityWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.MultiCityWidgetConfigActivity):691:691 -> Q - 1:1:wangdaye.com.geometricweather.remoteviews.config.TextWidgetConfigActivity injectTextWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.TextWidgetConfigActivity):697:697 -> R - 1:1:wangdaye.com.geometricweather.remoteviews.config.WeekWidgetConfigActivity injectWeekWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.WeekWidgetConfigActivity):703:703 -> S - 1:1:void injectWeekWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.WeekWidgetConfigActivity):634:634 -> a - 1:1:void injectClockDayWeekWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.ClockDayWeekWidgetConfigActivity):599:599 -> b - 1:1:void injectHourlyTrendWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.HourlyTrendWidgetConfigActivity):619:619 -> c - 1:1:void injectDailyTrendWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.DailyTrendWidgetConfigActivity):604:604 -> d - 1:1:void injectDayWeekWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.DayWeekWidgetConfigActivity):609:609 -> e + 1:1:wangdaye.com.geometricweather.remoteviews.config.ClockDayDetailsWidgetConfigActivity injectClockDayDetailsWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.ClockDayDetailsWidgetConfigActivity):650:650 -> I + 1:1:wangdaye.com.geometricweather.remoteviews.config.ClockDayHorizontalWidgetConfigActivity injectClockDayHorizontalWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.ClockDayHorizontalWidgetConfigActivity):656:656 -> J + 1:1:wangdaye.com.geometricweather.remoteviews.config.ClockDayVerticalWidgetConfigActivity injectClockDayVerticalWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.ClockDayVerticalWidgetConfigActivity):662:662 -> K + 1:1:wangdaye.com.geometricweather.remoteviews.config.ClockDayWeekWidgetConfigActivity injectClockDayWeekWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.ClockDayWeekWidgetConfigActivity):668:668 -> L + 1:1:wangdaye.com.geometricweather.remoteviews.config.DailyTrendWidgetConfigActivity injectDailyTrendWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.DailyTrendWidgetConfigActivity):674:674 -> M + 1:1:wangdaye.com.geometricweather.remoteviews.config.DayWeekWidgetConfigActivity injectDayWeekWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.DayWeekWidgetConfigActivity):680:680 -> N + 1:1:wangdaye.com.geometricweather.remoteviews.config.DayWidgetConfigActivity injectDayWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.DayWidgetConfigActivity):686:686 -> O + 1:1:wangdaye.com.geometricweather.remoteviews.config.HourlyTrendWidgetConfigActivity injectHourlyTrendWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.HourlyTrendWidgetConfigActivity):692:692 -> P + 1:1:wangdaye.com.geometricweather.remoteviews.config.MultiCityWidgetConfigActivity injectMultiCityWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.MultiCityWidgetConfigActivity):698:698 -> Q + 1:1:wangdaye.com.geometricweather.remoteviews.config.TextWidgetConfigActivity injectTextWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.TextWidgetConfigActivity):704:704 -> R + 1:1:wangdaye.com.geometricweather.remoteviews.config.WeekWidgetConfigActivity injectWeekWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.WeekWidgetConfigActivity):710:710 -> S + 1:1:void injectWeekWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.WeekWidgetConfigActivity):641:641 -> a + 1:1:void injectClockDayWeekWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.ClockDayWeekWidgetConfigActivity):600:600 -> b + 1:1:void injectHourlyTrendWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.HourlyTrendWidgetConfigActivity):623:623 -> c + 1:1:void injectDailyTrendWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.DailyTrendWidgetConfigActivity):606:606 -> d + 1:1:void injectDayWeekWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.DayWeekWidgetConfigActivity):612:612 -> e void injectSearchActivity(wangdaye.com.geometricweather.search.SearchActivity) -> f 1:1:void injectClockDayDetailsWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.ClockDayDetailsWidgetConfigActivity):582:582 -> g void injectMainActivity(wangdaye.com.geometricweather.main.MainActivity) -> h - 1:1:void injectTextWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.TextWidgetConfigActivity):629:629 -> i + 1:1:void injectTextWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.TextWidgetConfigActivity):635:635 -> i 1:1:java.util.Set getActivityViewModelFactory():562:562 -> j 1:1:void injectClockDayHorizontalWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.ClockDayHorizontalWidgetConfigActivity):588:588 -> k - 1:1:void injectMultiCityWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.MultiCityWidgetConfigActivity):624:624 -> l - 1:1:void injectDayWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.DayWidgetConfigActivity):614:614 -> m + 1:1:void injectMultiCityWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.MultiCityWidgetConfigActivity):629:629 -> l + 1:1:void injectDayWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.DayWidgetConfigActivity):617:617 -> m 1:1:void injectClockDayVerticalWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.ClockDayVerticalWidgetConfigActivity):594:594 -> n 1:1:wangdaye.com.geometricweather.main.MainActivityViewModel_AssistedFactory access$1800(wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$ActivityRetainedCImpl$ActivityCImpl):452:452 -> o 1:1:wangdaye.com.geometricweather.main.MainActivityRepository access$1900(wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$ActivityRetainedCImpl$ActivityCImpl):452:452 -> p @@ -93971,15 +93971,15 @@ wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$ActivityRetainedCImpl$ActivityCImpl$SwitchingProvider -> wangdaye.com.geometricweather.a$c$b$a: wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$ActivityRetainedCImpl$ActivityCImpl this$2 -> b int id -> a - 1:2:void (wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$ActivityRetainedCImpl$ActivityCImpl,int):792:793 -> - 1:1:java.lang.Object get():799:799 -> get - 2:2:java.lang.Object get():816:816 -> get - 3:3:java.lang.Object get():818:818 -> get - 4:4:java.lang.Object get():813:813 -> get - 5:5:java.lang.Object get():810:810 -> get - 6:6:java.lang.Object get():807:807 -> get - 7:7:java.lang.Object get():804:804 -> get - 8:8:java.lang.Object get():801:801 -> get + 1:2:void (wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$ActivityRetainedCImpl$ActivityCImpl,int):799:800 -> + 1:1:java.lang.Object get():806:806 -> get + 2:2:java.lang.Object get():823:823 -> get + 3:3:java.lang.Object get():825:825 -> get + 4:4:java.lang.Object get():820:820 -> get + 5:5:java.lang.Object get():817:817 -> get + 6:6:java.lang.Object get():814:814 -> get + 7:7:java.lang.Object get():811:811 -> get + 8:8:java.lang.Object get():808:808 -> get wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$Builder -> wangdaye.com.geometricweather.a$d: wangdaye.com.geometricweather.location.di.ApiModule apiModule -> a wangdaye.com.geometricweather.weather.di.ApiModule apiModule2 -> b @@ -93997,38 +93997,38 @@ wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$ServiceCBuilder -> wangdaye.com.geometricweather.a$e: wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC this$0 -> b android.app.Service service -> a - 1:1:void (wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC):825:825 -> - 2:2:void (wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC,wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$1):825:825 -> - 1:1:dagger.hilt.android.components.ServiceComponent build():825:825 -> a - 1:1:dagger.hilt.android.internal.builders.ServiceComponentBuilder service(android.app.Service):825:825 -> b - 1:2:wangdaye.com.geometricweather.GeometricWeather_HiltComponents$ServiceC build():836:837 -> c - 1:1:wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$ServiceCBuilder service(android.app.Service):830:830 -> d + 1:1:void (wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC):832:832 -> + 2:2:void (wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC,wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$1):832:832 -> + 1:1:dagger.hilt.android.components.ServiceComponent build():832:832 -> a + 1:1:dagger.hilt.android.internal.builders.ServiceComponentBuilder service(android.app.Service):832:832 -> b + 1:2:wangdaye.com.geometricweather.GeometricWeather_HiltComponents$ServiceC build():843:844 -> c + 1:1:wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$ServiceCBuilder service(android.app.Service):837:837 -> d wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$ServiceCImpl -> wangdaye.com.geometricweather.a$f: wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC this$0 -> a - 1:1:void (wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC,android.app.Service,wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$1):841:841 -> - 2:2:void (wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC,android.app.Service):842:842 -> - 1:1:void injectForegroundTodayForecastUpdateService(wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTodayForecastUpdateService):859:859 -> a - 1:1:void injectForegroundNormalUpdateService(wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundNormalUpdateService):853:853 -> b - 1:1:void injectForegroundTomorrowForecastUpdateService(wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTomorrowForecastUpdateService):865:865 -> c - 1:1:void injectCMWeatherProviderService(wangdaye.com.geometricweather.background.service.CMWeatherProviderService):870:870 -> d - 1:1:void injectAwakeForegroundUpdateService(wangdaye.com.geometricweather.background.polling.basic.AwakeForegroundUpdateService):848:848 -> e - 1:2:wangdaye.com.geometricweather.background.polling.basic.AwakeForegroundUpdateService injectAwakeForegroundUpdateService2(wangdaye.com.geometricweather.background.polling.basic.AwakeForegroundUpdateService):875:876 -> f - 1:2:wangdaye.com.geometricweather.background.service.CMWeatherProviderService injectCMWeatherProviderService2(wangdaye.com.geometricweather.background.service.CMWeatherProviderService):903:904 -> g - 1:2:wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundNormalUpdateService injectForegroundNormalUpdateService2(wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundNormalUpdateService):882:883 -> h - 1:2:wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTodayForecastUpdateService injectForegroundTodayForecastUpdateService2(wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTodayForecastUpdateService):889:890 -> i - 1:2:wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTomorrowForecastUpdateService injectForegroundTomorrowForecastUpdateService2(wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTomorrowForecastUpdateService):896:897 -> j + 1:1:void (wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC,android.app.Service,wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$1):848:848 -> + 2:2:void (wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC,android.app.Service):849:849 -> + 1:1:void injectForegroundTodayForecastUpdateService(wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTodayForecastUpdateService):868:868 -> a + 1:1:void injectForegroundNormalUpdateService(wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundNormalUpdateService):862:862 -> b + 1:1:void injectForegroundTomorrowForecastUpdateService(wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTomorrowForecastUpdateService):874:874 -> c + 1:1:void injectCMWeatherProviderService(wangdaye.com.geometricweather.background.service.CMWeatherProviderService):879:879 -> d + 1:1:void injectAwakeForegroundUpdateService(wangdaye.com.geometricweather.background.polling.basic.AwakeForegroundUpdateService):856:856 -> e + 1:2:wangdaye.com.geometricweather.background.polling.basic.AwakeForegroundUpdateService injectAwakeForegroundUpdateService2(wangdaye.com.geometricweather.background.polling.basic.AwakeForegroundUpdateService):884:885 -> f + 1:2:wangdaye.com.geometricweather.background.service.CMWeatherProviderService injectCMWeatherProviderService2(wangdaye.com.geometricweather.background.service.CMWeatherProviderService):912:913 -> g + 1:2:wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundNormalUpdateService injectForegroundNormalUpdateService2(wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundNormalUpdateService):891:892 -> h + 1:2:wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTodayForecastUpdateService injectForegroundTodayForecastUpdateService2(wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTodayForecastUpdateService):898:899 -> i + 1:2:wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTomorrowForecastUpdateService injectForegroundTomorrowForecastUpdateService2(wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTomorrowForecastUpdateService):905:906 -> j wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$SwitchingProvider -> wangdaye.com.geometricweather.a$g: wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC this$0 -> b int id -> a - 1:2:void (wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC,int):912:913 -> - 1:1:java.lang.Object get():919:919 -> get - 2:2:java.lang.Object get():936:936 -> get - 3:3:java.lang.Object get():938:938 -> get - 4:4:java.lang.Object get():933:933 -> get - 5:5:java.lang.Object get():930:930 -> get - 6:6:java.lang.Object get():927:927 -> get - 7:7:java.lang.Object get():924:924 -> get - 8:8:java.lang.Object get():921:921 -> get + 1:2:void (wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC,int):921:922 -> + 1:1:java.lang.Object get():928:928 -> get + 2:2:java.lang.Object get():945:945 -> get + 3:3:java.lang.Object get():947:947 -> get + 4:4:java.lang.Object get():942:942 -> get + 5:5:java.lang.Object get():939:939 -> get + 6:6:java.lang.Object get():936:936 -> get + 7:7:java.lang.Object get():933:933 -> get + 8:8:java.lang.Object get():930:930 -> get wangdaye.com.geometricweather.GeometricWeather -> wangdaye.com.geometricweather.GeometricWeather: wangdaye.com.geometricweather.GeometricWeather sInstance -> f java.util.Set mActivitySet -> c @@ -98658,7 +98658,7 @@ wangdaye.com.geometricweather.common.utils.NetworkUtils -> wangdaye.com.geometri 2:2:boolean isAvailable(android.content.Context):12:12 -> a wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$AsyncHelper$SCtGxN6kBHoheoJkAmdrMtY6-Z4 -> wangdaye.com.geometricweather.j.f.e.a: wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Callback f$0 -> b -wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$AsyncHelper$TK8feyBhxYYuQ85E0XR4gH8ihzw -> wangdaye.com.geometricweather.j.f.e.b: +wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$AsyncHelper$bfqDhnjRcgLapzRS8owkb0KodiQ -> wangdaye.com.geometricweather.j.f.e.b: java.lang.Runnable f$0 -> b wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$AsyncHelper$dYmvp3wnEC6Lbk9AtJDYepD2FE4 -> wangdaye.com.geometricweather.j.f.e.c: wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Callback f$0 -> b @@ -98668,61 +98668,57 @@ wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$AsyncHelper$gG0OD6x wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$AsyncHelper$h15nu2vanxJ6eWEjjwyCCDfmJPU -> wangdaye.com.geometricweather.j.f.e.e: wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Task f$0 -> a void subscribe(io.reactivex.ObservableEmitter) -> a -wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$AsyncHelper$h9_QKZ6iqAami0eg3r9FsX0fU-Q -> wangdaye.com.geometricweather.j.f.e.f: +wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$AsyncHelper$iytByVsEpM1vv6TQSW-UDS-qIVY -> wangdaye.com.geometricweather.j.f.e.f: java.lang.Runnable f$0 -> a void subscribe(io.reactivex.ObservableEmitter) -> a -wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$AsyncHelper$iytByVsEpM1vv6TQSW-UDS-qIVY -> wangdaye.com.geometricweather.j.f.e.g: - java.lang.Runnable f$0 -> a - void subscribe(io.reactivex.ObservableEmitter) -> a -wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$AsyncHelper$mKddLUDIhYo-wclF0js8x4kLhEg -> wangdaye.com.geometricweather.j.f.e.h: +wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$AsyncHelper$mKddLUDIhYo-wclF0js8x4kLhEg -> wangdaye.com.geometricweather.j.f.e.g: wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Task f$0 -> a void subscribe(io.reactivex.ObservableEmitter) -> a -wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$HFU0-X6FMDkdGsEGT-4AfXQSwtA -> wangdaye.com.geometricweather.j.f.e.i: +wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$HFU0-X6FMDkdGsEGT-4AfXQSwtA -> wangdaye.com.geometricweather.j.f.e.h: java.lang.Runnable f$0 -> b -wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$ShortcutsHelper$YZpln6jUmrOX14ZnmXipR1mRBJk -> wangdaye.com.geometricweather.j.f.e.j: +wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$ShortcutsHelper$YZpln6jUmrOX14ZnmXipR1mRBJk -> wangdaye.com.geometricweather.j.f.e.i: android.content.Context f$0 -> b java.util.List f$1 -> c -wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$SnackbarHelper$ZPZs1Vhg6DxVMRN65lARL52xFns -> wangdaye.com.geometricweather.j.f.e.k: +wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$SnackbarHelper$ZPZs1Vhg6DxVMRN65lARL52xFns -> wangdaye.com.geometricweather.j.f.e.j: android.view.View$OnClickListener f$1 -> c com.google.android.material.snackbar.Snackbar f$0 -> b -wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper -> wangdaye.com.geometricweather.j.f.e.l: +wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper -> wangdaye.com.geometricweather.j.f.e.k: 1:6:wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller delayRunOnIO(java.lang.Runnable,long):102:107 -> a 1:6:wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller delayRunOnUI(java.lang.Runnable,long):112:117 -> b 1:5:wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller intervalRunOnUI(java.lang.Runnable,long,long):123:127 -> c - 1:1:void lambda$delayRunOnIO$6(java.lang.Runnable,io.reactivex.ObservableEmitter):103:103 -> d - 1:1:void lambda$intervalRunOnUI$7(java.lang.Runnable,java.lang.Long):127:127 -> e - 1:1:void lambda$runOnExecutor$3(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Task,io.reactivex.ObservableEmitter):84:84 -> f - 1:1:void lambda$runOnExecutor$4(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Callback,wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Data):87:87 -> g - 1:1:void lambda$runOnExecutor$5(java.lang.Runnable,io.reactivex.ObservableEmitter):94:94 -> h - 1:1:void lambda$runOnIO$0(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Task,io.reactivex.ObservableEmitter):65:65 -> i - 1:1:void lambda$runOnIO$1(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Callback,wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Data):68:68 -> j - 1:1:void lambda$runOnIO$2(java.lang.Runnable,io.reactivex.ObservableEmitter):75:75 -> k - 1:5:wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller runOnExecutor(java.lang.Runnable,java.util.concurrent.Executor):93:97 -> l - 1:6:wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller runOnExecutor(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Task,wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Callback,java.util.concurrent.Executor):83:88 -> m - 1:5:wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller runOnIO(java.lang.Runnable):74:78 -> n - 1:6:wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller runOnIO(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Task,wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Callback):64:69 -> o -wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Callback -> wangdaye.com.geometricweather.j.f.e.l$a: + 1:1:void lambda$intervalRunOnUI$6(java.lang.Runnable,java.lang.Long):127:127 -> d + 1:1:void lambda$runOnExecutor$3(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Task,io.reactivex.ObservableEmitter):84:84 -> e + 1:1:void lambda$runOnExecutor$4(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Callback,wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Data):87:87 -> f + 1:1:void lambda$runOnExecutor$5(java.lang.Runnable,io.reactivex.ObservableEmitter):94:94 -> g + 1:1:void lambda$runOnIO$0(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Task,io.reactivex.ObservableEmitter):65:65 -> h + 1:1:void lambda$runOnIO$1(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Callback,wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Data):68:68 -> i + 1:1:void lambda$runOnIO$2(java.lang.Runnable,io.reactivex.ObservableEmitter):75:75 -> j + 1:5:wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller runOnExecutor(java.lang.Runnable,java.util.concurrent.Executor):93:97 -> k + 1:6:wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller runOnExecutor(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Task,wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Callback,java.util.concurrent.Executor):83:88 -> l + 1:5:wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller runOnIO(java.lang.Runnable):74:78 -> m + 1:6:wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller runOnIO(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Task,wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Callback):64:69 -> n +wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Callback -> wangdaye.com.geometricweather.j.f.e.k$a: void call(java.lang.Object,boolean) -> a -wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller -> wangdaye.com.geometricweather.j.f.e.l$b: +wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller -> wangdaye.com.geometricweather.j.f.e.k$b: io.reactivex.disposables.Disposable inner -> a 1:2:void (io.reactivex.disposables.Disposable):22:23 -> 1:1:void cancel():27:27 -> a -wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Data -> wangdaye.com.geometricweather.j.f.e.l$c: +wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Data -> wangdaye.com.geometricweather.j.f.e.k$c: java.lang.Object t -> a boolean done -> b 1:3:void (java.lang.Object,boolean):36:38 -> -wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Emitter -> wangdaye.com.geometricweather.j.f.e.l$d: +wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Emitter -> wangdaye.com.geometricweather.j.f.e.k$d: io.reactivex.ObservableEmitter inner -> a 1:2:void (io.reactivex.ObservableEmitter):46:47 -> 1:1:void send(java.lang.Object,boolean):51:51 -> a -wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Task -> wangdaye.com.geometricweather.j.f.e.l$e: +wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Task -> wangdaye.com.geometricweather.j.f.e.k$e: void execute(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Emitter) -> a -wangdaye.com.geometricweather.common.utils.helpers.BuglyHelper -> wangdaye.com.geometricweather.j.f.e.m: +wangdaye.com.geometricweather.common.utils.helpers.BuglyHelper -> wangdaye.com.geometricweather.j.f.e.l: void init(android.content.Context) -> a void report(java.lang.Exception) -> b -wangdaye.com.geometricweather.common.utils.helpers.ImageHelper -> wangdaye.com.geometricweather.j.f.e.n: +wangdaye.com.geometricweather.common.utils.helpers.ImageHelper -> wangdaye.com.geometricweather.j.f.e.m: 1:3:void load(android.content.Context,android.widget.ImageView,int):13:15 -> a -wangdaye.com.geometricweather.common.utils.helpers.IntentHelper -> wangdaye.com.geometricweather.j.f.e.o: +wangdaye.com.geometricweather.common.utils.helpers.IntentHelper -> wangdaye.com.geometricweather.j.f.e.n: 1:1:void startSearchActivityForResult(android.app.Activity,android.view.View,int):128:128 -> A 2:3:void startSearchActivityForResult(android.app.Activity,android.view.View,int):130:131 -> A 4:4:void startSearchActivityForResult(android.app.Activity,android.view.View,int):139:139 -> A @@ -98785,13 +98781,13 @@ wangdaye.com.geometricweather.common.utils.helpers.IntentHelper -> wangdaye.com. 2:3:void startMainActivityForManagement(android.app.Activity):56:57 -> y 4:4:void startMainActivityForManagement(android.app.Activity):54:54 -> y 1:3:void startPreviewIconActivity(android.app.Activity,java.lang.String):168:168 -> z -wangdaye.com.geometricweather.common.utils.helpers.LunarHelper -> wangdaye.com.geometricweather.j.f.e.p: +wangdaye.com.geometricweather.common.utils.helpers.LunarHelper -> wangdaye.com.geometricweather.j.f.e.o: 1:4:java.lang.String getLunarDate(int,int,int):30:33 -> a 5:6:java.lang.String getLunarDate(int,int,int):35:36 -> a 1:3:java.lang.String getLunarDate(java.util.Calendar):22:24 -> b 4:4:java.lang.String getLunarDate(java.util.Calendar):21:21 -> b 1:3:java.lang.String getLunarDate(java.util.Date):15:17 -> c -wangdaye.com.geometricweather.common.utils.helpers.ShortcutsHelper -> wangdaye.com.geometricweather.j.f.e.q: +wangdaye.com.geometricweather.common.utils.helpers.ShortcutsHelper -> wangdaye.com.geometricweather.j.f.e.p: 1:2:android.graphics.Bitmap drawableToBitmap(android.graphics.drawable.Drawable):118:119 -> a 3:3:android.graphics.Bitmap drawableToBitmap(android.graphics.drawable.Drawable):117:117 -> a 4:6:android.graphics.Bitmap drawableToBitmap(android.graphics.drawable.Drawable):123:125 -> a @@ -98825,7 +98821,7 @@ wangdaye.com.geometricweather.common.utils.helpers.ShortcutsHelper -> wangdaye.c 32:39:void lambda$refreshShortcutsInNewThread$0(android.content.Context,java.util.List):97:97 -> d 40:40:void lambda$refreshShortcutsInNewThread$0(android.content.Context,java.util.List):108:108 -> d 1:1:void refreshShortcutsInNewThread(android.content.Context,java.util.List):37:37 -> e -wangdaye.com.geometricweather.common.utils.helpers.SnackbarHelper -> wangdaye.com.geometricweather.j.f.e.r: +wangdaye.com.geometricweather.common.utils.helpers.SnackbarHelper -> wangdaye.com.geometricweather.j.f.e.q: 1:2:void lambda$setAppearanceAndShow$0(com.google.android.material.snackbar.Snackbar,android.view.View$OnClickListener,android.view.View):101:102 -> a 1:4:void setAppearanceAndShow(android.content.Context,com.google.android.material.snackbar.Snackbar,boolean,java.lang.String,java.lang.String,android.view.View$OnClickListener):83:86 -> b 5:5:void setAppearanceAndShow(android.content.Context,com.google.android.material.snackbar.Snackbar,boolean,java.lang.String,java.lang.String,android.view.View$OnClickListener):88:88 -> b diff --git a/release/3.000/mapping/gplayRelease/resources.txt b/release/3.001/mapping/gplayRelease/resources.txt similarity index 99% rename from release/3.000/mapping/gplayRelease/resources.txt rename to release/3.001/mapping/gplayRelease/resources.txt index 59231f959..f5b572d8b 100644 --- a/release/3.000/mapping/gplayRelease/resources.txt +++ b/release/3.001/mapping/gplayRelease/resources.txt @@ -247,7 +247,7 @@ Referenced Strings: 2gcj 3 3.0 - 3.000_gplay + 3.001_gplay 30 300% 304 @@ -15942,4 +15942,4 @@ Skipped unused resource res/layout/mtrl_alert_select_dialog_item.xml: 588 bytes Skipped unused resource res/layout/mtrl_alert_select_dialog_multichoice.xml: 940 bytes (replaced with small dummy file of size 104 bytes) Skipped unused resource res/layout/mtrl_alert_select_dialog_singlechoice.xml: 940 bytes (replaced with small dummy file of size 104 bytes) Skipped unused resource res/layout/spinner_text.xml: 472 bytes (replaced with small dummy file of size 104 bytes) -Resource shrinking did not work (grew from 5197789 to 5197800); using original instead +Resource shrinking did not work (grew from 5199745 to 5199754); using original instead diff --git a/release/3.000/mapping/gplayRelease/seeds.txt b/release/3.001/mapping/gplayRelease/seeds.txt similarity index 100% rename from release/3.000/mapping/gplayRelease/seeds.txt rename to release/3.001/mapping/gplayRelease/seeds.txt index dc91bd11a..797c058d5 100644 --- a/release/3.000/mapping/gplayRelease/seeds.txt +++ b/release/3.001/mapping/gplayRelease/seeds.txt @@ -1,52948 +1,52948 @@ -com.google.android.material.R$id: int blocking -androidx.appcompat.resources.R$styleable: R$styleable() -androidx.viewpager.R$dimen: int notification_top_pad -com.google.android.material.R$dimen: int abc_list_item_padding_horizontal_material -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintBottom_creator -androidx.customview.R$attr: int fontWeight -com.google.android.material.navigation.NavigationView: void setItemHorizontalPadding(int) -androidx.lifecycle.extensions.R$id: int fragment_container_view_tag -com.baidu.location.e.p: java.util.List a(org.json.JSONObject,java.lang.String,int) -james.adaptiveicon.R$id: int action_bar_container -androidx.constraintlayout.widget.R$styleable: int OnSwipe_touchRegionId -retrofit2.converter.gson.GsonResponseBodyConverter: java.lang.Object convert(okhttp3.ResponseBody) -cyanogenmod.weather.CMWeatherManager$WeatherUpdateRequestListener: void onWeatherRequestCompleted(int,cyanogenmod.weather.WeatherInfo) -okhttp3.OkHttpClient$1: void addLenient(okhttp3.Headers$Builder,java.lang.String) -androidx.lifecycle.AndroidViewModel: android.app.Application getApplication() -com.google.android.material.R$dimen: int material_clock_period_toggle_height -cyanogenmod.providers.CMSettings$Global: float getFloat(android.content.ContentResolver,java.lang.String,float) -james.adaptiveicon.R$dimen: int abc_action_button_min_width_overflow_material -androidx.vectordrawable.R$id: int accessibility_custom_action_22 -wangdaye.com.geometricweather.R$styleable: int AppCompatImageView_srcCompat -com.github.rahatarmanahmed.cpv.CircularProgressView$3 -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_AutoCompleteTextView -androidx.preference.R$styleable: int[] ColorStateListItem -androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_rotationX -androidx.appcompat.widget.AppCompatTextView: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) -androidx.preference.R$layout: int select_dialog_multichoice_material -androidx.transition.R$id: int info -com.google.android.material.internal.BaselineLayout: BaselineLayout(android.content.Context,android.util.AttributeSet) -androidx.preference.R$id: int accessibility_custom_action_8 -androidx.appcompat.widget.Toolbar: androidx.appcompat.widget.ActionMenuPresenter getOuterActionMenuPresenter() -androidx.appcompat.R$style: int Platform_V25_AppCompat -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_queryHint -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void drain() -androidx.constraintlayout.widget.R$styleable: int ActionBar_title -wangdaye.com.geometricweather.weather.apis.AccuWeatherApi -com.google.android.material.internal.NavigationMenuItemView: NavigationMenuItemView(android.content.Context) -wangdaye.com.geometricweather.R$attr: int cornerSizeBottomRight -james.adaptiveicon.R$attr: int imageButtonStyle -wangdaye.com.geometricweather.R$dimen: int mtrl_fab_min_touch_target -androidx.preference.R$id: int time -okhttp3.OkHttpClient: okhttp3.Call newCall(okhttp3.Request) -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Tooltip -wangdaye.com.geometricweather.R$dimen: int cpv_item_horizontal_padding -androidx.lifecycle.LiveData: boolean hasObservers() -com.jaredrummler.android.colorpicker.R$id: int switchWidget -retrofit2.adapter.rxjava2.Result: Result(retrofit2.Response,java.lang.Throwable) -androidx.customview.R$layout: R$layout() -wangdaye.com.geometricweather.db.entities.LocationEntity: void setCurrentPosition(boolean) -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int FAIR_NIGHT -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorControlHighlight -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_contentInsetStartWithNavigation -org.greenrobot.greendao.AbstractDao: void readEntity(android.database.Cursor,java.lang.Object,int) -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_shadowRadius -com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getSelectedItemId() -okhttp3.HttpUrl: int pathSize() -androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_ttcIndex -androidx.constraintlayout.widget.R$attr: int buttonBarPositiveButtonStyle -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_fixed_width_major -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property CityId -okio.RealBufferedSource: okio.Timeout timeout() -james.adaptiveicon.R$styleable: int AppCompatSeekBar_tickMark -androidx.constraintlayout.widget.R$attr: int iconifiedByDefault -wangdaye.com.geometricweather.R$string: int night -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub: java.lang.String DESCRIPTOR -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.util.concurrent.atomic.AtomicInteger active -cyanogenmod.providers.CMSettings$System: java.lang.String BATTERY_LIGHT_MEDIUM_COLOR -androidx.vectordrawable.R$id: int tag_unhandled_key_listeners -com.turingtechnologies.materialscrollbar.R$styleable: int CardView_contentPadding -androidx.appcompat.view.menu.StandardMenuPopup -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: MfRainResult$Position() -androidx.appcompat.R$styleable: int AppCompatTheme_checkboxStyle -com.google.android.material.R$styleable: int[] KeyCycle -wangdaye.com.geometricweather.R$string: int content_des_no2 -com.jaredrummler.android.colorpicker.R$attr: int layout_keyline -wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Description -androidx.constraintlayout.widget.R$integer: R$integer() -androidx.recyclerview.widget.RecyclerView: void addOnChildAttachStateChangeListener(androidx.recyclerview.widget.RecyclerView$OnChildAttachStateChangeListener) -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void onNext(java.lang.Object) -androidx.appcompat.widget.AppCompatImageView: void setImageDrawable(android.graphics.drawable.Drawable) -androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_textFontWeight -wangdaye.com.geometricweather.R$id: int app_bar -com.google.android.material.card.MaterialCardView: int getCheckedIconSize() +com.turingtechnologies.materialscrollbar.R$id: int action_bar +androidx.constraintlayout.widget.R$id: int search_voice_btn +androidx.constraintlayout.widget.R$attr: int listItemLayout +okhttp3.Address: java.util.List protocols() +wangdaye.com.geometricweather.R$id: int item_about_link +com.baidu.location.e.p: p(java.lang.String,int,java.lang.String,java.lang.String,java.lang.String,int,int) +com.google.android.gms.location.zzbd +com.xw.repo.bubbleseekbar.R$id: int search_plate +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Large_Inverse +james.adaptiveicon.R$attr: int buttonBarStyle +androidx.drawerlayout.R$id: int text2 +androidx.preference.R$style: int Base_V22_Theme_AppCompat_Light +androidx.loader.R$dimen: R$dimen() +okhttp3.internal.http1.Http1Codec: long headerLimit +com.google.android.material.R$styleable: int ConstraintSet_drawPath +cyanogenmod.platform.R$array +android.didikee.donate.R$style: int Widget_AppCompat_Spinner_DropDown +androidx.appcompat.app.WindowDecorActionBar +wangdaye.com.geometricweather.R$styleable: int ChipGroup_singleLine +wangdaye.com.geometricweather.R$layout: int container_alert_display_view +com.google.android.material.R$styleable: int AppCompatSeekBar_tickMarkTintMode +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light_NoActionBar +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog +com.google.android.material.slider.RangeSlider: void setThumbStrokeColor(android.content.res.ColorStateList) +androidx.constraintlayout.widget.R$dimen: int hint_pressed_alpha_material_dark +androidx.constraintlayout.widget.R$styleable: int PropertySet_android_visibility +com.google.android.material.R$color +okhttp3.internal.tls.DistinguishedNameParser: char[] chars +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: java.lang.String getEn_US() +okhttp3.OkHttpClient$Builder: okhttp3.Authenticator proxyAuthenticator +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_RatingBar_Indicator +cyanogenmod.power.IPerformanceManager: int getNumberOfProfiles() +com.google.android.material.button.MaterialButton: android.content.res.ColorStateList getSupportBackgroundTintList() +androidx.loader.R$attr: int fontProviderCerts +retrofit2.HttpServiceMethod: retrofit2.HttpServiceMethod parseAnnotations(retrofit2.Retrofit,java.lang.reflect.Method,retrofit2.RequestFactory) +com.jaredrummler.android.colorpicker.R$integer: int abc_config_activityShortDur +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: java.lang.String getValue() +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property UvIndex +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: java.lang.String getUnit() +retrofit2.ParameterHandler$PartMap: void apply(retrofit2.RequestBuilder,java.util.Map) +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_chip_pressed_translation_z +androidx.coordinatorlayout.R$attr: int fontWeight +wangdaye.com.geometricweather.R$color: int material_slider_inactive_track_color +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: boolean cancelled +retrofit2.http.OPTIONS: java.lang.String value() +androidx.constraintlayout.widget.R$dimen: int tooltip_y_offset_non_touch +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_TabView +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_summaryOn +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_content_padding +wangdaye.com.geometricweather.R$styleable: int Fragment_android_name +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void registerCallback(cyanogenmod.externalviews.IKeyguardExternalViewCallbacks) +cyanogenmod.themes.ThemeChangeRequest: int getNumChangesRequested() +androidx.viewpager2.R$dimen: int compat_button_inset_horizontal_material +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeCloudCover() +com.google.gson.stream.JsonWriter: java.lang.String separator +io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: long serialVersionUID +com.google.android.material.R$bool: int abc_action_bar_embed_tabs +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_shapeAppearance +androidx.preference.R$attr: int barLength +androidx.constraintlayout.widget.R$attr: int colorControlHighlight +com.xw.repo.bubbleseekbar.R$color: int abc_btn_colored_borderless_text_material +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_PopupMenu +androidx.customview.R$dimen +androidx.appcompat.R$dimen: int abc_dialog_fixed_height_major +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_RatingBar_Small +androidx.constraintlayout.widget.R$styleable: int Toolbar_buttonGravity +androidx.viewpager.R$style: int TextAppearance_Compat_Notification_Line2 +cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler: WeatherProviderService$ServiceHandler(cyanogenmod.weatherservice.WeatherProviderService,android.os.Looper) +james.adaptiveicon.R$styleable: int ActionBar_elevation +com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleMarginTop +james.adaptiveicon.R$color: int abc_tint_seek_thumb +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade RealFeelTemperatureShade +androidx.viewpager2.R$drawable +com.google.android.material.R$style: int Base_V21_Theme_MaterialComponents +androidx.legacy.coreutils.R$styleable +com.google.android.material.R$styleable: int MenuGroup_android_orderInCategory +wangdaye.com.geometricweather.R$styleable: int Transform_android_translationY +com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_fixed_height_minor +androidx.preference.R$dimen: int item_touch_helper_swipe_escape_velocity +androidx.constraintlayout.utils.widget.ImageFilterButton: void setWarmth(float) +com.google.android.material.R$dimen: int mtrl_progress_circular_radius +androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableTransition_android_drawable +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_Alert +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_30 +com.google.android.material.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog_Icon +androidx.dynamicanimation.R$dimen: R$dimen() +androidx.appcompat.widget.ButtonBarLayout: void setStacked(boolean) +cyanogenmod.externalviews.ExternalView: java.util.LinkedList mQueue +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Small +okio.ForwardingTimeout: long timeoutNanos() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Metric: int UnitType +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_NoActionBar +cyanogenmod.themes.IThemeService: void requestThemeChangeUpdates(cyanogenmod.themes.IThemeChangeListener) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: java.lang.String IconPhrase +com.amap.api.fence.PoiItem: double f +com.jaredrummler.android.colorpicker.R$attr: int theme +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean +androidx.appcompat.R$style: R$style() +io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +com.jaredrummler.android.colorpicker.R$color: int highlighted_text_material_light +androidx.constraintlayout.widget.R$attr: int maxHeight +james.adaptiveicon.R$styleable: int ActionBar_displayOptions +wangdaye.com.geometricweather.R$styleable: int CheckBoxPreference_summaryOff +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$LocalSource: java.lang.String WeatherCode +com.jaredrummler.android.colorpicker.R$color: int dim_foreground_material_light +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_height +james.adaptiveicon.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless +cyanogenmod.weatherservice.WeatherProviderService$1: cyanogenmod.weatherservice.WeatherProviderService this$0 +retrofit2.OkHttpCall: okhttp3.Call rawCall +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: void dispose() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle +retrofit2.Response: java.lang.Object body +androidx.constraintlayout.utils.widget.ImageFilterButton: ImageFilterButton(android.content.Context,android.util.AttributeSet,int) +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup androidx.appcompat.widget.ActionBarContextView: ActionBarContextView(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.R$style: int Base_V22_Theme_AppCompat_Light -wangdaye.com.geometricweather.R$string: int settings_title_notification_hide_big_view -okhttp3.ConnectionPool: boolean connectionBecameIdle(okhttp3.internal.connection.RealConnection) -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: void setAddress(java.lang.String) -com.google.android.material.R$layout: int abc_alert_dialog_material -com.google.android.material.R$id: int month_navigation_fragment_toggle -com.xw.repo.bubbleseekbar.R$attr: int bsb_second_track_size -androidx.viewpager.R$drawable -wangdaye.com.geometricweather.R$styleable: int Constraint_android_scaleX -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean -androidx.preference.R$attr: int drawableSize -com.jaredrummler.android.colorpicker.R$styleable: int BackgroundStyle_selectableItemBackground -androidx.preference.R$styleable: int RecycleListView_paddingBottomNoButtons -androidx.appcompat.widget.Toolbar: void setNavigationIcon(android.graphics.drawable.Drawable) -io.reactivex.Observable: io.reactivex.Observable switchMapDelayError(io.reactivex.functions.Function,int) -androidx.appcompat.widget.AppCompatSpinner: android.content.Context getPopupContext() -androidx.coordinatorlayout.R$styleable: int FontFamily_fontProviderAuthority -okhttp3.internal.cache.CacheInterceptor$1: okio.BufferedSource val$source -androidx.transition.R$styleable: int GradientColor_android_startY -androidx.work.R$dimen: int compat_button_padding_vertical_material -com.jaredrummler.android.colorpicker.R$attr: int arrowHeadLength -com.jaredrummler.android.colorpicker.R$style: int Base_V7_Widget_AppCompat_Toolbar -io.reactivex.Observable: io.reactivex.Observable fromFuture(java.util.concurrent.Future,long,java.util.concurrent.TimeUnit) -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer apparentTemperature -wangdaye.com.geometricweather.remoteviews.trend.TrendLinearLayout -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: java.util.List getValue() -com.google.android.material.appbar.AppBarLayout: void removeOnOffsetChangedListener(com.google.android.material.appbar.AppBarLayout$OnOffsetChangedListener) -okhttp3.internal.NamedRunnable: java.lang.String name -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_divider -com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_FixedSize -androidx.recyclerview.R$attr: int recyclerViewStyle -com.google.android.material.R$style: int Theme_AppCompat_DayNight_Dialog_Alert -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: long serialVersionUID -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse -wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit valueOf(java.lang.String) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarTabTextStyle -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: java.util.concurrent.atomic.AtomicReference mainDisposable -androidx.lifecycle.extensions.R$id: int visible_removing_fragment_view_tag -androidx.preference.R$style: int Base_Widget_AppCompat_ListView_DropDown -androidx.core.app.ComponentActivity: ComponentActivity() -wangdaye.com.geometricweather.R$styleable: int RecyclerView_reverseLayout -androidx.lifecycle.extensions.R$layout: int notification_template_custom_big -retrofit2.adapter.rxjava2.Result: retrofit2.adapter.rxjava2.Result response(retrofit2.Response) -wangdaye.com.geometricweather.R$layout: int abc_list_menu_item_checkbox -com.google.android.gms.common.api.internal.zaab -androidx.constraintlayout.widget.R$attr: int percentWidth -androidx.activity.R$styleable: int FontFamilyFont_fontWeight -wangdaye.com.geometricweather.R$styleable: int[] Variant -com.amap.api.location.AMapLocationClient: android.content.Context a -wangdaye.com.geometricweather.R$styleable: int BottomAppBar_backgroundTint -androidx.appcompat.widget.Toolbar: void setLogo(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.R$animator: int linear_indeterminate_line1_tail_interpolator -okhttp3.internal.platform.OptionalMethod: java.lang.Class returnType -com.google.android.material.R$id: int expanded_menu -com.jaredrummler.android.colorpicker.R$string: int abc_menu_enter_shortcut_label -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.HourlyEntity) -androidx.appcompat.widget.AppCompatRadioButton: void setBackgroundDrawable(android.graphics.drawable.Drawable) -io.reactivex.Observable: io.reactivex.Observable mergeDelayError(io.reactivex.ObservableSource) -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity -androidx.appcompat.resources.R$dimen: int compat_button_inset_vertical_material -cyanogenmod.providers.WeatherContract$WeatherColumns: android.net.Uri CURRENT_WEATHER_URI -cyanogenmod.externalviews.ExternalView$6: cyanogenmod.externalviews.ExternalView this$0 -okhttp3.internal.ws.WebSocketWriter: boolean activeWriter -wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_dayNightTypeSpinner -com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType GIF -androidx.hilt.work.R$styleable: int FontFamilyFont_fontStyle -com.google.android.material.R$attr: int titleEnabled -android.didikee.donate.R$id: int shortcut -wangdaye.com.geometricweather.R$id: int linear -androidx.dynamicanimation.R$color: int notification_icon_bg_color -wangdaye.com.geometricweather.R$string: int today -james.adaptiveicon.R$dimen: int abc_search_view_preferred_width -cyanogenmod.app.ProfileManager: int PROFILES_STATE_DISABLED -okio.Buffer: boolean rangeEquals(long,okio.ByteString,int,int) -cyanogenmod.providers.CMSettings$System: java.lang.String MENU_WAKE_SCREEN -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: KeyguardExternalViewProviderService$Provider$ProviderImpl(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider,cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider) -androidx.appcompat.R$style: int Base_V7_Theme_AppCompat_Dialog -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen -com.turingtechnologies.materialscrollbar.R$dimen: int cardview_default_radius -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_popupWindowStyle -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_rippleColor -com.google.android.material.R$dimen: int notification_right_side_padding_top -androidx.constraintlayout.widget.R$styleable: int Toolbar_titleTextColor -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: boolean done -android.didikee.donate.R$id: int buttonPanel -androidx.constraintlayout.widget.R$styleable: int Transform_android_translationZ -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_titleTextStyle -com.turingtechnologies.materialscrollbar.R$dimen: int design_appbar_elevation -androidx.hilt.lifecycle.R$styleable: int Fragment_android_name -com.google.android.material.chip.Chip: float getCloseIconStartPadding() -wangdaye.com.geometricweather.R$anim: int abc_slide_out_top -okhttp3.internal.connection.StreamAllocation: void acquire(okhttp3.internal.connection.RealConnection,boolean) -cyanogenmod.app.Profile: cyanogenmod.profiles.LockSettings getScreenLockMode() -com.turingtechnologies.materialscrollbar.R$style: int AlertDialog_AppCompat -androidx.coordinatorlayout.R$id: int tag_screen_reader_focusable -james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarItemBackground -androidx.recyclerview.R$id: int action_divider -androidx.vectordrawable.R$styleable: int GradientColor_android_endY -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_EXPORT_WITH_DES40_CBC_SHA -androidx.activity.R$drawable: int notification_bg_low_normal -com.google.android.material.R$attr: int paddingBottomSystemWindowInsets -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: org.greenrobot.greendao.query.Query weatherEntity_MinutelyEntityListQuery -androidx.constraintlayout.widget.R$id: int none -com.github.rahatarmanahmed.cpv.CircularProgressView$6: CircularProgressView$6(com.github.rahatarmanahmed.cpv.CircularProgressView) -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: boolean offer(java.lang.Object,java.lang.Object) -com.xw.repo.bubbleseekbar.R$id: int tag_transition_group -okhttp3.internal.http1.Http1Codec$AbstractSource: long bytesRead -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionOverflowMenuStyle -com.google.android.material.R$dimen: int abc_action_bar_overflow_padding_end_material -okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.platform.OptionalMethod setHostname -james.adaptiveicon.R$style: int Platform_V25_AppCompat -androidx.preference.R$attr: int font -wangdaye.com.geometricweather.R$id: int preset -androidx.dynamicanimation.R$styleable: int GradientColor_android_centerColor -com.xw.repo.bubbleseekbar.R$dimen: int tooltip_corner_radius -androidx.dynamicanimation.R$drawable: int notification_bg_low -android.didikee.donate.R$styleable: int MenuItem_actionProviderClass -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_placeholderTextAppearance -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Body2 -com.google.android.material.button.MaterialButton: void setRippleColorResource(int) -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_backgroundStacked -androidx.constraintlayout.widget.R$attr: int curveFit -androidx.hilt.lifecycle.R$color: int secondary_text_default_material_light -androidx.viewpager2.R$styleable: int GradientColor_android_startY -com.turingtechnologies.materialscrollbar.R$styleable: int[] CollapsingToolbarLayout_Layout -okhttp3.internal.ws.RealWebSocket: okhttp3.Call call -okhttp3.CipherSuite$1: CipherSuite$1() -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int LIGHT_SNOW_SHOWERS -okio.Pipe -wangdaye.com.geometricweather.R$attr: int maxImageSize -androidx.appcompat.widget.SearchView: void setSuggestionsAdapter(androidx.cursoradapter.widget.CursorAdapter) -androidx.core.R$id: int accessibility_custom_action_29 -cyanogenmod.providers.ThemesContract$MixnMatchColumns -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_rotationY -com.google.android.material.R$string: int abc_action_menu_overflow_description -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_numericShortcut -cyanogenmod.weather.WeatherInfo$DayForecast: WeatherInfo$DayForecast(android.os.Parcel,cyanogenmod.weather.WeatherInfo$1) -com.google.android.material.R$style: int Widget_Design_TextInputLayout -james.adaptiveicon.R$bool: R$bool() -com.jaredrummler.android.colorpicker.R$styleable: int[] Preference -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Metric: java.lang.String Unit -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeBackground -androidx.hilt.work.R$dimen: int notification_big_circle_margin -androidx.preference.R$dimen: int abc_control_corner_material -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_UnelevatedButton_Icon -wangdaye.com.geometricweather.R$anim: int design_bottom_sheet_slide_out -com.google.android.material.R$styleable: int TextInputLayout_passwordToggleContentDescription -wangdaye.com.geometricweather.R$attr: int fontStyle -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActivityChooserView -wangdaye.com.geometricweather.R$drawable: int notif_temp_127 -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_maxLines -androidx.appcompat.resources.R$drawable -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_PopupMenu -androidx.appcompat.R$styleable: int MenuView_android_itemTextAppearance -io.reactivex.internal.functions.Functions$HashSetCallable: java.lang.Object call() -androidx.appcompat.R$style: int Widget_AppCompat_Toolbar_Button_Navigation -okhttp3.RequestBody$1: long contentLength() -wangdaye.com.geometricweather.R$styleable: int MaterialCardView_checkedIconSize -okio.DeflaterSink: DeflaterSink(okio.Sink,java.util.zip.Deflater) -androidx.fragment.R$anim: int fragment_fast_out_extra_slow_in -okio.Buffer: okio.ByteString readByteString(long) -androidx.coordinatorlayout.R$styleable: int[] FontFamilyFont -com.xw.repo.bubbleseekbar.R$string: int abc_menu_enter_shortcut_label -james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight -okio.Buffer: okio.Buffer$UnsafeCursor readUnsafe() -io.reactivex.exceptions.ProtocolViolationException: long serialVersionUID -com.google.android.material.slider.Slider: java.lang.CharSequence getAccessibilityClassName() -wangdaye.com.geometricweather.common.basic.models.weather.Astro: java.util.Date getSetDate() -wangdaye.com.geometricweather.R$attr: int cornerSize -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: java.util.concurrent.atomic.AtomicInteger windows -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_DropDownItem -android.didikee.donate.R$attr: int progressBarPadding -okhttp3.internal.cache.CacheInterceptor: boolean isContentSpecificHeader(java.lang.String) -retrofit2.Response: retrofit2.Response error(int,okhttp3.ResponseBody) -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void onError(java.lang.Throwable) -androidx.core.R$id: int chronometer -io.reactivex.disposables.RunnableDisposable: java.lang.String toString() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Rain: int UnitType -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_57 -com.google.android.material.R$styleable: int[] ExtendedFloatingActionButton -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_toRightOf -com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_buttonPanelSideLayout -androidx.constraintlayout.widget.R$attr: int listPreferredItemHeightSmall -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getO3Color(android.content.Context) -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_backgroundTintMode -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$attr: int itemShapeFillColor -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_progressBarPadding -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge -okhttp3.internal.connection.RealConnection: java.lang.String toString() -wangdaye.com.geometricweather.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_0 -okhttp3.MediaType: java.lang.String type() -james.adaptiveicon.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar -wangdaye.com.geometricweather.background.polling.work.worker.AsyncWorker: AsyncWorker(android.content.Context,androidx.work.WorkerParameters) -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: int requestFusion(int) -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: io.reactivex.ObservableEmitter serialize() -com.google.android.material.datepicker.DateValidatorPointBackward: android.os.Parcelable$Creator CREATOR -com.google.android.material.R$dimen: int mtrl_btn_focused_z -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: void dispose() -wangdaye.com.geometricweather.R$attr: int actionOverflowMenuStyle -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition GeoPosition -androidx.recyclerview.R$id: int line1 -androidx.preference.R$attr: int closeItemLayout -com.jaredrummler.android.colorpicker.R$attr: int textAppearanceListItemSmall -android.didikee.donate.R$drawable: int abc_ic_star_black_36dp -io.reactivex.internal.util.EmptyComponent: io.reactivex.internal.util.EmptyComponent[] values() -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_TabText -wangdaye.com.geometricweather.R$color: int mtrl_fab_ripple_color -com.turingtechnologies.materialscrollbar.R$layout: int abc_expanded_menu_layout -androidx.preference.R$drawable: int abc_switch_thumb_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getTempMax() -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder pingInterval(long,java.util.concurrent.TimeUnit) -androidx.hilt.lifecycle.R$color: int notification_icon_bg_color -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours Past12Hours -wangdaye.com.geometricweather.R$attr: int counterEnabled -androidx.legacy.coreutils.R$drawable: int notification_bg_normal -androidx.appcompat.resources.R$styleable: int[] StateListDrawableItem -io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: void onError(java.lang.Throwable) -com.xw.repo.bubbleseekbar.R$attr: int titleMarginStart -retrofit2.ParameterHandler$Body: java.lang.reflect.Method method -androidx.preference.R$dimen: int abc_text_size_small_material -androidx.customview.R$attr: int ttcIndex -okio.GzipSink: void updateCrc(okio.Buffer,long) -android.didikee.donate.R$attr: int dropdownListPreferredItemHeight -com.bumptech.glide.integration.okhttp.R$color: R$color() -com.xw.repo.bubbleseekbar.R$string: int abc_action_mode_done -android.didikee.donate.R$styleable: int[] ActionMode -androidx.constraintlayout.widget.R$styleable: int MenuItem_iconTint -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: boolean isDisposed() -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void alterWindow(int,int,int,int,boolean,android.graphics.Rect) -androidx.hilt.work.R$style: R$style() -com.google.android.material.appbar.MaterialToolbar: MaterialToolbar(android.content.Context) -com.google.android.material.R$styleable: int SearchView_goIcon -com.jaredrummler.android.colorpicker.R$style: int PreferenceFragment_Material -androidx.preference.R$styleable: int GradientColor_android_endY -androidx.appcompat.widget.Toolbar: void setTitleMarginBottom(int) -com.google.android.material.bottomappbar.BottomAppBar$Behavior: BottomAppBar$Behavior() -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_ws -com.amap.api.location.AMapLocation: java.lang.String r -androidx.constraintlayout.widget.R$drawable: int notification_template_icon_bg -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: FlowableCreate$BaseEmitter(org.reactivestreams.Subscriber) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_visibility -wangdaye.com.geometricweather.R$id: int searchContainer -com.google.android.material.R$style: int Widget_MaterialComponents_Toolbar_Surface -androidx.appcompat.R$styleable: int SearchView_submitBackground -com.google.android.material.R$attr: int waveOffset -androidx.preference.R$attr: int navigationIcon -com.baidu.location.e.l$b: com.baidu.location.e.l$b a -wangdaye.com.geometricweather.R$styleable: int[] SlidingItemContainerLayout -wangdaye.com.geometricweather.R$attr: int placeholder_emptyVisibility -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getShortTemperatureText(android.content.Context,int) -com.google.android.material.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle -androidx.coordinatorlayout.R$drawable: int notification_bg -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle -okhttp3.internal.http2.Hpack$Reader: okio.ByteString readByteString() -androidx.appcompat.resources.R$dimen: int notification_subtext_size -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.util.Date moonriseTime -androidx.coordinatorlayout.R$styleable: int FontFamily_fontProviderPackage -okio.HashingSource: okio.HashingSource hmacSha256(okio.Source,okio.ByteString) -wangdaye.com.geometricweather.R$id: int widget_week_container -wangdaye.com.geometricweather.R$style: int Widget_Design_BottomNavigationView -org.greenrobot.greendao.AbstractDao: java.util.List loadAll() -wangdaye.com.geometricweather.R$attr: int bsb_thumb_text_color -wangdaye.com.geometricweather.R$string: int feedback_add_location_manually -com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Dialog -com.google.android.material.R$style: int Base_AlertDialog_AppCompat -com.google.android.material.R$style: int Widget_MaterialComponents_ShapeableImageView -okio.RealBufferedSource: short readShort() -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String city -okhttp3.internal.http2.Http2Stream: okio.Sink getSink() -cyanogenmod.providers.CMSettings$NameValueCache: android.content.IContentProvider mContentProvider -com.xw.repo.bubbleseekbar.R$attr: int fontProviderPackage -androidx.viewpager.R$dimen: int compat_control_corner_material -com.google.android.material.R$id: int src_in -wangdaye.com.geometricweather.R$attr: int editTextBackground -okhttp3.internal.http.RetryAndFollowUpInterceptor: void setCallStackTrace(java.lang.Object) -cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper: CustomTileListenerService$ICustomTileListenerWrapper(cyanogenmod.app.CustomTileListenerService) -com.jaredrummler.android.colorpicker.R$attr: int fontProviderFetchTimeout -com.google.android.material.R$styleable: int ShapeAppearance_cornerFamily -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property ResidentPosition -wangdaye.com.geometricweather.R$drawable: int abc_btn_radio_material -androidx.preference.R$styleable: int AppCompatTheme_colorError -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_startColor -okhttp3.Cookie: boolean httpOnly -androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event valueOf(java.lang.String) -com.turingtechnologies.materialscrollbar.R$style: int Base_V28_Theme_AppCompat -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode SLEET -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_trackTint -james.adaptiveicon.R$styleable: int MenuItem_android_id -com.google.android.material.floatingactionbutton.FloatingActionButton: void setHideMotionSpec(com.google.android.material.animation.MotionSpec) -io.reactivex.Observable: io.reactivex.Observable fromArray(java.lang.Object[]) -cyanogenmod.app.IProfileManager: void updateProfile(cyanogenmod.app.Profile) -com.google.android.material.R$dimen: int mtrl_btn_text_btn_icon_padding -androidx.appcompat.R$styleable: int FontFamilyFont_android_font -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String COL_PREV_VALUE -cyanogenmod.app.IProfileManager$Stub$Proxy: void updateProfile(cyanogenmod.app.Profile) -androidx.appcompat.widget.ActionBarContainer: ActionBarContainer(android.content.Context,android.util.AttributeSet) -com.jaredrummler.android.colorpicker.R$attr: int suggestionRowLayout -wangdaye.com.geometricweather.R$styleable: int Preference_isPreferenceVisible -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_switchTextAppearance -okhttp3.RealCall: void cancel() -com.xw.repo.bubbleseekbar.R$dimen: int abc_button_inset_horizontal_material -androidx.appcompat.widget.AppCompatSpinner: void setSupportBackgroundTintList(android.content.res.ColorStateList) -androidx.constraintlayout.widget.R$id: int action_container -james.adaptiveicon.R$styleable: int DrawerArrowToggle_drawableSize -okhttp3.internal.http2.Http2Connection: void flush() -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float tWindchill -com.google.android.material.R$styleable: int RecyclerView_android_orientation -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabMode -androidx.recyclerview.R$id: int notification_background -androidx.viewpager2.R$integer: R$integer() -androidx.preference.R$id: int accessibility_custom_action_21 -androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_android_fontVariationSettings -com.google.android.material.R$styleable: int TextInputLayout_errorIconTintMode -wangdaye.com.geometricweather.common.basic.models.weather.Daily: Daily(java.util.Date,long,wangdaye.com.geometricweather.common.basic.models.weather.HalfDay,wangdaye.com.geometricweather.common.basic.models.weather.HalfDay,wangdaye.com.geometricweather.common.basic.models.weather.Astro,wangdaye.com.geometricweather.common.basic.models.weather.Astro,wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase,wangdaye.com.geometricweather.common.basic.models.weather.AirQuality,wangdaye.com.geometricweather.common.basic.models.weather.Pollen,wangdaye.com.geometricweather.common.basic.models.weather.UV,float) -androidx.viewpager.R$style: int Widget_Compat_NotificationActionText -androidx.customview.widget.ExploreByTouchHelper: int mHoveredVirtualViewId -com.turingtechnologies.materialscrollbar.R$drawable: int abc_scrubber_primary_mtrl_alpha -com.amap.api.fence.PoiItem: void setLatitude(double) -com.jaredrummler.android.colorpicker.R$layout: int preference_widget_seekbar -com.jaredrummler.android.colorpicker.R$id: int default_activity_button -com.google.android.material.R$styleable: int ConstraintSet_android_pivotX -com.turingtechnologies.materialscrollbar.R$attr: int closeIconStartPadding -androidx.hilt.lifecycle.R$drawable: int notification_icon_background -com.google.android.material.R$attr: int itemShapeInsetBottom -com.turingtechnologies.materialscrollbar.R$drawable: int avd_hide_password -wangdaye.com.geometricweather.R$id: int center_vertical -com.google.android.material.R$attr: int motionPathRotate -androidx.appcompat.view.menu.MenuPopupHelper -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property Longitude -com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_fixed_height_minor -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver parent -com.xw.repo.bubbleseekbar.R$attr: int displayOptions -james.adaptiveicon.R$string: R$string() -io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: void next(java.lang.Object) -wangdaye.com.geometricweather.R$id: int filterBtn -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_SeekBar -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void clear() -com.google.android.material.R$styleable: int GradientColor_android_centerX -cyanogenmod.providers.CMSettings$NameValueCache: android.net.Uri mUri -com.google.android.material.R$string: int mtrl_picker_navigate_to_year_description -okhttp3.RealCall$1 -com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable -com.google.android.material.textfield.TextInputLayout: android.graphics.Typeface getTypeface() -wangdaye.com.geometricweather.R$id: int notification_multi_city_1 -okhttp3.internal.http2.Settings: void merge(okhttp3.internal.http2.Settings) -com.google.android.material.R$attr: int warmth -okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RouteSelector routeSelector -cyanogenmod.app.LiveLockScreenManager: void logServiceException(java.lang.Exception) -android.didikee.donate.R$styleable: int TextAppearance_android_fontFamily -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_android_switchTextOff +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum +cyanogenmod.externalviews.KeyguardExternalView: java.util.LinkedList mQueue +okhttp3.Challenge: java.nio.charset.Charset charset() +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver: void onSubscribe(io.reactivex.disposables.Disposable) +james.adaptiveicon.R$drawable: int abc_list_focused_holo +wangdaye.com.geometricweather.settings.dialogs.RunningInBackgroundDialog: RunningInBackgroundDialog() +androidx.cardview.widget.CardView: int getContentPaddingRight() +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_itemPadding +wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_text_size +androidx.preference.R$drawable: int abc_btn_radio_material_anim +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle +retrofit2.DefaultCallAdapterFactory$1: java.lang.reflect.Type val$responseType +cyanogenmod.externalviews.KeyguardExternalView: void registerKeyguardExternalViewCallback(cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks) +com.google.android.material.R$dimen: int mtrl_high_ripple_hovered_alpha +androidx.preference.R$styleable: int Toolbar_collapseIcon +cyanogenmod.weather.WeatherInfo: double access$1302(cyanogenmod.weather.WeatherInfo,double) +retrofit2.Utils$GenericArrayTypeImpl: int hashCode() +cyanogenmod.os.Concierge$ParcelInfo: boolean mCreation +androidx.drawerlayout.R$color: int secondary_text_default_material_light +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: int maxConcurrency +com.google.android.material.R$id: int labeled +com.google.android.material.button.MaterialButton: void setChecked(boolean) +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_collapseIcon +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex +com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_check_to_on_mtrl_015 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial: int UnitType +androidx.appcompat.widget.ActionBarOverlayLayout: java.lang.CharSequence getTitle() +okio.ByteString: int indexOf(okio.ByteString) +com.google.android.gms.common.data.DataHolder +androidx.dynamicanimation.R$styleable: int[] GradientColorItem +okhttp3.internal.ws.RealWebSocket: boolean pong(okio.ByteString) +com.amap.api.fence.GeoFence: android.app.PendingIntent getPendingIntent() +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_NoActionBar +okhttp3.CertificatePinner: okio.ByteString sha256(java.security.cert.X509Certificate) +androidx.lifecycle.ProcessLifecycleOwner: int mStartedCounter +com.google.android.material.R$attr: int circularInset +com.google.android.material.R$dimen: int design_fab_translation_z_hovered_focused +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setTrimPathEnd(float) +wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge +android.didikee.donate.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation +com.google.android.material.R$style: int Base_Widget_Design_TabLayout +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_default_padding_start_material +com.google.android.material.R$attr: int actionBarWidgetTheme +com.turingtechnologies.materialscrollbar.R$styleable: int[] ActionMode +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Small +androidx.preference.R$string: int summary_collapsed_preference_list +android.didikee.donate.R$styleable: int AppCompatTextView_drawableTopCompat +com.google.android.material.R$dimen: int clock_face_margin_start +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_100 +androidx.lifecycle.LifecycleRegistry: void sync() +androidx.core.R$styleable: int GradientColor_android_type +com.xw.repo.bubbleseekbar.R$attr: int listPreferredItemPaddingRight +com.google.android.gms.common.stats.StatsEvent +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_8 +io.reactivex.Observable: io.reactivex.Observable cacheWithInitialCapacity(int) +wangdaye.com.geometricweather.db.entities.LocationEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) +okhttp3.Cookie: long expiresAt() +james.adaptiveicon.R$attr: int subtitle +cyanogenmod.app.CustomTile$1: cyanogenmod.app.CustomTile[] newArray(int) +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: boolean eager +androidx.constraintlayout.widget.R$styleable: int[] AlertDialog +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String TARGET_API +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver +com.google.android.material.R$attr: int backgroundTintMode +wangdaye.com.geometricweather.R$style: int Widget_Design_BottomNavigationView +com.google.android.material.R$style: int TextAppearance_AppCompat_Medium +wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_arrowShaftLength +com.xw.repo.bubbleseekbar.R$attr: int searchHintIcon +androidx.preference.R$styleable: int AppCompatTheme_tooltipFrameBackground +com.turingtechnologies.materialscrollbar.R$attr: int numericModifiers +com.jaredrummler.android.colorpicker.R$color: R$color() +com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_check_material +androidx.preference.R$attr: int activityChooserViewStyle +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor +okhttp3.internal.http2.Http2Connection: boolean pushedStream(int) +androidx.preference.R$attr: int layout_behavior +wangdaye.com.geometricweather.R$attr: int swipeRefreshLayoutProgressSpinnerBackgroundColor +com.google.android.material.R$dimen: int mtrl_tooltip_padding +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_titleCondensed +com.turingtechnologies.materialscrollbar.R$attr: int msb_scrollMode +com.google.android.material.slider.Slider: void setHaloRadius(int) +androidx.fragment.R$color: int notification_icon_bg_color +okhttp3.internal.cache.CacheStrategy$Factory: long nowMillis +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: java.lang.String url +wangdaye.com.geometricweather.R$styleable: int AppBarLayout_liftOnScroll +okhttp3.ResponseBody$BomAwareReader: void close() +androidx.appcompat.widget.AppCompatImageView +androidx.drawerlayout.R$styleable: int GradientColor_android_endY +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter close(int,int,java.lang.String) +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: long serialVersionUID +androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String getMoldDescription() +wangdaye.com.geometricweather.db.entities.AlertEntity: int priority +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabMaxWidth +okhttp3.internal.ws.RealWebSocket: void tearDown() +wangdaye.com.geometricweather.R$drawable: int weather_wind_pixel +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light_NoActionBar +androidx.constraintlayout.widget.R$styleable: int ActionBar_subtitle +cyanogenmod.themes.ThemeManager: java.lang.String access$100() +cyanogenmod.hardware.ICMHardwareService: long getLtoDownloadInterval() +cyanogenmod.app.Profile: void setDozeMode(int) +wangdaye.com.geometricweather.R$id: int notification_big_icon_3 +wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.Integer getIndex() +com.google.android.material.R$color: int material_blue_grey_950 +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_Switch +androidx.preference.R$attr: int switchPreferenceStyle +com.google.android.material.R$attr: int itemShapeInsetStart +okhttp3.internal.connection.StreamAllocation: void streamFinished(boolean,okhttp3.internal.http.HttpCodec,long,java.io.IOException) +com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout +com.google.android.material.R$style: int Theme_MaterialComponents_Light_LargeTouch +wangdaye.com.geometricweather.R$id: int resident_icon +com.turingtechnologies.materialscrollbar.R$style: int Base_V26_Theme_AppCompat +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_unRegisterThermalListener +androidx.customview.R$styleable: int GradientColor_android_startX +wangdaye.com.geometricweather.R$attr: int entries +androidx.viewpager2.R$style: int TextAppearance_Compat_Notification_Title +wangdaye.com.geometricweather.R$string: int about_greenDAO +com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getTickInactiveTintList() +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Compat_Notification_Info +com.google.android.material.R$style: int Base_Widget_MaterialComponents_ProgressIndicator_Linear +okio.Pipe: okio.Sink sink +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: boolean hasKey(java.lang.Object) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric +com.turingtechnologies.materialscrollbar.R$color: int mtrl_chip_ripple_color +androidx.preference.R$style: int Widget_AppCompat_Button_Borderless +androidx.preference.R$styleable: int Toolbar_titleMargins +androidx.appcompat.view.menu.ActionMenuItemView: ActionMenuItemView(android.content.Context) +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_DialogWhenLarge +james.adaptiveicon.R$layout: int abc_search_view +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored +androidx.coordinatorlayout.R$dimen: int notification_large_icon_width +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int FAIR_NIGHT +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void removeInner(io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver) +wangdaye.com.geometricweather.R$styleable: int Chip_checkedIcon +androidx.constraintlayout.widget.R$attr: int minWidth +com.google.android.material.chip.Chip: void setCheckedIconTint(android.content.res.ColorStateList) +androidx.recyclerview.R$attr: int fontProviderAuthority +com.turingtechnologies.materialscrollbar.R$animator: int mtrl_fab_show_motion_spec +androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableTransition_android_toId +okio.Buffer: void readFully(okio.Buffer,long) +wangdaye.com.geometricweather.R$drawable: int notif_temp_1 +com.google.android.material.appbar.AppBarLayout: AppBarLayout(android.content.Context,android.util.AttributeSet) +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$dimen: int mtrl_card_checked_icon_margin +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit[] values() +wangdaye.com.geometricweather.common.basic.models.weather.History: java.util.Date date +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonStyleSmall +androidx.appcompat.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle +io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: io.reactivex.Observer child +com.xw.repo.bubbleseekbar.R$layout: int abc_alert_dialog_title_material +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_button_min_height_material +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu +com.google.android.material.R$styleable: int ConstraintSet_layout_goneMarginLeft +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionButton +androidx.core.R$id: int accessibility_custom_action_20 +io.reactivex.Observable: io.reactivex.Observable concat(java.lang.Iterable) +com.google.android.material.R$attr: int state_lifted +com.google.android.material.R$styleable: int AppCompatTheme_actionModePopupWindowStyle +wangdaye.com.geometricweather.R$string: int settings_title_background_free +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int BLOWING_SNOW +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: java.lang.String getZh_CN() +com.turingtechnologies.materialscrollbar.R$styleable: int CardView_contentPaddingRight +androidx.vectordrawable.animated.R$attr: int fontProviderCerts +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: java.lang.String getNotificationTextColorName(android.content.Context) +com.google.android.material.R$styleable: int Chip_chipStartPadding +wangdaye.com.geometricweather.R$attr: int customNavigationLayout +cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String HOUR +androidx.preference.R$id: int custom +androidx.lifecycle.ComputableLiveData$1: androidx.lifecycle.ComputableLiveData this$0 +okhttp3.MediaType: java.util.regex.Pattern PARAMETER +androidx.viewpager.R$integer: R$integer() +cyanogenmod.app.LiveLockScreenInfo: int PRIORITY_LOW +androidx.lifecycle.MediatorLiveData$Source: void plug() +android.didikee.donate.R$layout: int abc_list_menu_item_icon +wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_drawableBottom +com.google.android.material.R$id: int src_over +com.google.android.material.R$styleable: int AppCompatTheme_colorAccent +okhttp3.OkHttpClient: okhttp3.EventListener$Factory eventListenerFactory +androidx.preference.R$layout: int select_dialog_item_material +androidx.preference.R$styleable: int FontFamily_fontProviderCerts +com.google.android.material.R$styleable: int Layout_layout_constraintHeight_percent +com.xw.repo.bubbleseekbar.R$drawable: int abc_list_pressed_holo_dark +io.reactivex.Observable: io.reactivex.Observable onErrorResumeNext(io.reactivex.ObservableSource) +androidx.constraintlayout.widget.R$id: int checked +wangdaye.com.geometricweather.R$styleable: int ClockHandView_materialCircleRadius +com.turingtechnologies.materialscrollbar.R$id: int search_go_btn +androidx.appcompat.resources.R$dimen: int notification_action_text_size +com.github.rahatarmanahmed.cpv.CircularProgressView$1: CircularProgressView$1(com.github.rahatarmanahmed.cpv.CircularProgressView) +androidx.appcompat.R$attr: int colorBackgroundFloating +com.xw.repo.bubbleseekbar.R$attr: int actionModePopupWindowStyle +james.adaptiveicon.R$styleable: int[] MenuView +com.google.android.material.R$dimen: int abc_edit_text_inset_bottom_material +androidx.dynamicanimation.R$dimen: int compat_notification_large_icon_max_width +okhttp3.internal.http2.Http2Reader$Handler: void ackSettings() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonBarStyle +com.jaredrummler.android.colorpicker.R$dimen: int hint_pressed_alpha_material_light +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float pm10 +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Button +androidx.hilt.work.R$id: int accessibility_custom_action_9 +wangdaye.com.geometricweather.db.entities.DailyEntity: void setTime(long) +com.xw.repo.bubbleseekbar.R$id: int action_image +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Weather weather +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight +wangdaye.com.geometricweather.R$layout: int item_weather_daily_title_large +android.didikee.donate.R$styleable: int AppCompatTextView_drawableStartCompat +james.adaptiveicon.R$id: int blocking +okhttp3.internal.cache.DiskLruCache: okio.BufferedSink journalWriter +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Light +io.reactivex.observers.TestObserver$EmptyObserver: io.reactivex.observers.TestObserver$EmptyObserver valueOf(java.lang.String) +okio.Util: Util() +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_Dialog_MinWidth +androidx.constraintlayout.widget.R$style: int Base_Animation_AppCompat_DropDownUp +com.amap.api.location.AMapLocationClientOption: float getDeviceModeDistanceFilter() +com.google.android.material.card.MaterialCardView: android.content.res.ColorStateList getStrokeColorStateList() +okio.Utf8: Utf8() +com.amap.api.fence.PoiItem: java.lang.String getAdname() +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_title +com.google.android.material.R$id: int accessibility_custom_action_2 +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowFixedWidthMajor +okhttp3.internal.ws.WebSocketWriter$FrameSink: void flush() +android.support.v4.os.ResultReceiver$MyRunnable: void run() +com.amap.api.location.AMapLocationQualityReport: void setNetUseTime(long) +androidx.vectordrawable.R$styleable: int FontFamilyFont_fontStyle +androidx.constraintlayout.widget.R$styleable: int SearchView_android_focusable +com.google.android.material.appbar.MaterialToolbar: MaterialToolbar(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric: int UnitType +androidx.fragment.app.Fragment$SavedState +cyanogenmod.app.ProfileGroup: void writeToParcel(android.os.Parcel,int) +androidx.activity.R$id: int accessibility_custom_action_5 +com.jaredrummler.android.colorpicker.R$styleable: int RecycleListView_paddingBottomNoButtons +cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: void cancelOngoingRequests() +com.google.android.gms.common.R$string +com.bumptech.glide.R$layout +androidx.coordinatorlayout.R$styleable: int FontFamilyFont_android_font +okhttp3.internal.cache2.FileOperator: java.nio.channels.FileChannel fileChannel +androidx.preference.R$style: int Widget_AppCompat_ActivityChooserView +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit valueOf(java.lang.String) +androidx.customview.R$id: int tag_transition_group +com.google.android.material.R$attr: int foregroundInsidePadding +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_PSK_WITH_AES_128_CBC_SHA +androidx.viewpager2.R$drawable: int notification_icon_background +wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setWeatherCode(wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode) +com.google.android.material.R$id: int mini +com.google.android.material.R$styleable: int Layout_layout_constraintStart_toEndOf +androidx.appcompat.R$styleable: int[] RecycleListView +androidx.appcompat.widget.AppCompatRadioButton +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Direction: java.lang.String Localized +cyanogenmod.app.Profile: Profile(java.lang.String) +com.xw.repo.bubbleseekbar.R$color: int primary_text_default_material_light +android.didikee.donate.R$style: int ThemeOverlay_AppCompat_ActionBar +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_elevation_material +com.google.android.material.R$styleable: R$styleable() +androidx.appcompat.R$id: int search_voice_btn +com.bumptech.glide.R$id: int notification_background +androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State valueOf(java.lang.String) +androidx.viewpager.R$dimen: int notification_small_icon_background_padding +androidx.preference.R$styleable: int Toolbar_contentInsetStartWithNavigation +android.didikee.donate.R$styleable: int SwitchCompat_android_thumb +wangdaye.com.geometricweather.db.entities.LocationEntity: void setCountry(java.lang.String) +wangdaye.com.geometricweather.R$id: int dialog_location_help_providerTitle +com.jaredrummler.android.colorpicker.R$attr: int actionModeBackground +okhttp3.internal.http2.Http2Connection$7: Http2Connection$7(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[],int,okhttp3.internal.http2.ErrorCode) +io.reactivex.Observable: io.reactivex.Observable sample(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean) +com.xw.repo.bubbleseekbar.R$string: int abc_searchview_description_search +okio.ByteString: okio.ByteString of(byte[],int,int) +androidx.preference.PreferenceManager +io.reactivex.internal.disposables.EmptyDisposable: void error(java.lang.Throwable,io.reactivex.CompletableObserver) +com.google.android.material.R$styleable: int ActionBar_homeLayout +com.google.android.material.R$styleable: int AppCompatTheme_actionModeCutDrawable +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHorizontal_chainStyle +com.google.android.material.R$attr: int panelBackground +androidx.appcompat.widget.SearchView: SearchView(android.content.Context,android.util.AttributeSet) +androidx.preference.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu +androidx.transition.R$attr: int fontProviderQuery +androidx.constraintlayout.widget.R$attr: int windowMinWidthMajor +cyanogenmod.app.CustomTile$ExpandedStyle: java.lang.String toString() +com.google.android.material.chip.Chip: void setIconEndPaddingResource(int) +com.google.android.material.R$integer: int mtrl_calendar_year_selector_span +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.lang.String LocalizedName +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String windLevel +com.xw.repo.BubbleSeekBar: void setThumbColor(int) +androidx.recyclerview.R$dimen: int fastscroll_default_thickness +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Geometry: java.lang.String type +com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_CELL +com.turingtechnologies.materialscrollbar.R$attr: int autoSizeMaxTextSize +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_title_material +cyanogenmod.app.Profile$ProfileTrigger: java.lang.String getId() +com.jaredrummler.android.colorpicker.R$attr: int titleMarginStart +com.xw.repo.bubbleseekbar.R$anim: int abc_slide_in_top +androidx.preference.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_1 +androidx.preference.R$styleable: int AppCompatTheme_colorPrimaryDark +wangdaye.com.geometricweather.R$string: int wind_0 +com.baidu.location.e.m: java.util.List a(org.json.JSONObject,java.lang.String,int) +okhttp3.Cookie$Builder: long expiresAt +wangdaye.com.geometricweather.R$string: int key_notification_style +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_74 +cyanogenmod.providers.CMSettings$System: java.lang.String DIALER_OPENCNAM_ACCOUNT_SID +androidx.preference.R$styleable: int AppCompatTextView_fontVariationSettings +com.turingtechnologies.materialscrollbar.R$attr: int itemIconPadding +androidx.constraintlayout.widget.R$attr: int state_above_anchor +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: java.lang.String getIcon() +com.google.android.material.R$styleable: int FloatingActionButton_backgroundTint +cyanogenmod.weather.WeatherLocation +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatImageView_srcCompat +androidx.hilt.R$drawable: int notification_bg_low_normal +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowMinWidthMajor +androidx.lifecycle.ProcessLifecycleOwner: java.lang.Runnable mDelayedPauseRunnable +android.didikee.donate.R$layout: int abc_activity_chooser_view com.turingtechnologies.materialscrollbar.R$attr: int fontProviderPackage -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeWetBulbTemperature() -okhttp3.internal.http1.Http1Codec: okio.Sink newFixedLengthSink(long) -com.turingtechnologies.materialscrollbar.CustomIndicator -androidx.hilt.lifecycle.R$dimen: int notification_large_icon_width -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256 -com.google.android.material.R$styleable: int KeyTrigger_motionTarget -androidx.appcompat.widget.ActionMenuPresenter$OverflowPopup -cyanogenmod.themes.ThemeChangeRequest: cyanogenmod.themes.ThemeChangeRequest$RequestType mRequestType -com.jaredrummler.android.colorpicker.R$styleable: int CompoundButton_buttonTint -okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean requestIsUnrepeatable(java.io.IOException,okhttp3.Request) -com.amap.api.fence.GeoFence: GeoFence(android.os.Parcel) -io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: void onNext(java.lang.Object) -james.adaptiveicon.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated -wangdaye.com.geometricweather.R$dimen: int design_snackbar_extra_spacing_horizontal -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeCloudCover -okhttp3.Response: long receivedResponseAtMillis -wangdaye.com.geometricweather.common.basic.models.weather.Temperature -wangdaye.com.geometricweather.R$attr: int iconGravity -com.google.gson.JsonSyntaxException -com.jaredrummler.android.colorpicker.R$color: int material_grey_50 -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse -com.google.android.material.bottomnavigation.BottomNavigationView: void setItemIconTintList(android.content.res.ColorStateList) -com.turingtechnologies.materialscrollbar.R$dimen: int disabled_alpha_material_light -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_percent -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: ObservableTimeoutTimed$TimeoutObserver(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler$Worker) -androidx.vectordrawable.R$id: int accessibility_custom_action_15 -androidx.preference.R$style: int ThemeOverlay_AppCompat_Light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: java.lang.String getPubTime() -androidx.constraintlayout.widget.R$dimen: int notification_subtext_size -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_padding_top -androidx.constraintlayout.widget.R$styleable: int Toolbar_popupTheme -io.reactivex.internal.util.NotificationLite$ErrorNotification: java.lang.Throwable e -androidx.constraintlayout.motion.widget.MotionLayout: MotionLayout(android.content.Context,android.util.AttributeSet) -androidx.lifecycle.ComputableLiveData$2: void run() -com.google.android.material.button.MaterialButton$SavedState -androidx.dynamicanimation.R$id: int notification_main_column -com.google.android.material.R$string: int error_icon_content_description -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: CaiYunMainlyResult$IndicesBeanX$IndicesBean() -androidx.appcompat.R$dimen: int abc_dropdownitem_text_padding_left -androidx.constraintlayout.widget.R$id: int action_image -androidx.appcompat.widget.SwitchCompat -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setO3(java.lang.String) -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_anim_duration -wangdaye.com.geometricweather.common.ui.widgets.DonateImageView: DonateImageView(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$attr: int behavior_overlapTop -androidx.preference.R$attr: int tint -androidx.hilt.R$id: int accessibility_custom_action_19 -androidx.preference.R$styleable: int AppCompatTheme_colorSwitchThumbNormal -androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_fontWeight -com.xw.repo.bubbleseekbar.R$layout: int select_dialog_item_material -com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_android_layout -com.google.android.material.R$attr: int colorSecondary -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse -com.amap.api.location.UmidtokenInfo$1: void run() -androidx.constraintlayout.widget.R$drawable: int abc_action_bar_item_background_material -androidx.lifecycle.extensions.R$id: int action_divider -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.core.R$id: int accessibility_custom_action_31 -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean mShouldShow -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: ArcProgress(android.content.Context) -android.didikee.donate.R$styleable: int AppCompatTheme_actionBarTabTextStyle -okhttp3.internal.http2.Http2Stream: void receiveRstStream(okhttp3.internal.http2.ErrorCode) -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_Solid -com.jaredrummler.android.colorpicker.R$drawable: int abc_ratingbar_material -okhttp3.OkHttpClient$Builder: okhttp3.ConnectionPool connectionPool -com.google.android.gms.common.server.response.FastJsonResponse$Field -androidx.preference.R$styleable: int PreferenceGroup_initialExpandedChildrenCount -com.jaredrummler.android.colorpicker.R$dimen: int abc_button_inset_horizontal_material -wangdaye.com.geometricweather.R$attr: int keyPositionType -com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_endColor -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$5: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2 -com.google.android.material.progressindicator.ProgressIndicator: void setIndeterminateDrawable(android.graphics.drawable.Drawable) -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize -com.turingtechnologies.materialscrollbar.R$attr: int displayOptions -androidx.preference.R$id: int action_image -androidx.constraintlayout.widget.R$layout: int abc_activity_chooser_view -cyanogenmod.app.StatusBarPanelCustomTile: int getUid() -retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback: void onFailure(retrofit2.Call,java.lang.Throwable) -com.google.android.material.R$styleable: int KeyTrigger_onNegativeCross -androidx.appcompat.R$color: int bright_foreground_material_light -com.google.android.material.slider.RangeSlider: RangeSlider(android.content.Context) -com.google.android.material.R$attr: int splitTrack -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_type -androidx.appcompat.widget.SwitchCompat: SwitchCompat(android.content.Context) -com.turingtechnologies.materialscrollbar.R$id: int scrollIndicatorUp -cyanogenmod.app.LiveLockScreenManager: LiveLockScreenManager(android.content.Context) -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog -com.google.android.material.R$styleable: int TextInputLayout_helperTextTextAppearance -wangdaye.com.geometricweather.R$dimen: int hint_alpha_material_light -com.google.android.material.R$styleable: int ConstraintSet_android_layout_width -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Button_Small -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_verticalStyle -wangdaye.com.geometricweather.GeometricWeather -com.google.android.material.R$anim: int btn_radio_to_on_mtrl_ring_outer_animation -com.amap.api.location.AMapLocation: double getLatitude() -androidx.work.WorkInfo$State: androidx.work.WorkInfo$State[] values() -androidx.constraintlayout.widget.R$styleable: int Layout_barrierMargin -androidx.lifecycle.ReportFragment: void onResume() -com.google.android.material.R$styleable: int TextAppearance_textAllCaps -com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableCompat_android_dither -wangdaye.com.geometricweather.R$layout: int design_menu_item_action_area -okio.Okio$2: okio.Timeout timeout() -androidx.constraintlayout.motion.widget.MotionLayout: long getNanoTime() -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Country: java.lang.String ID -wangdaye.com.geometricweather.R$id: int container_main_details_title -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Menu -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_passwordToggleTintMode -androidx.appcompat.R$styleable: int MenuView_preserveIconSpacing -androidx.appcompat.app.AppCompatActivity: void setContentView(android.view.View) -com.google.android.material.R$dimen: int material_clock_face_margin_top -androidx.drawerlayout.R$styleable: int FontFamily_fontProviderFetchStrategy -io.reactivex.Observable: io.reactivex.Observable debounce(io.reactivex.functions.Function) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Imperial: java.lang.String Unit -wangdaye.com.geometricweather.R$string: int edit -okhttp3.internal.cache2.Relay: boolean complete -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_fab_translation_z_hovered_focused -androidx.recyclerview.R$id: int accessibility_custom_action_5 -com.google.android.material.R$drawable: int abc_list_selector_disabled_holo_dark -androidx.appcompat.widget.SwitchCompat: void setThumbPosition(float) -com.turingtechnologies.materialscrollbar.R$attr: int state_collapsible -androidx.preference.R$drawable: int abc_control_background_material -okio.Segment: okio.Segment next -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_card_spacing -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_17 -okhttp3.Address: javax.net.SocketFactory socketFactory -io.reactivex.Observable: io.reactivex.Observable concatDelayError(io.reactivex.ObservableSource,int,boolean) -androidx.appcompat.R$attr: int actionBarTabBarStyle -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_controlBackground -wangdaye.com.geometricweather.R$attr: int preferenceStyle -androidx.legacy.coreutils.R$styleable: int[] FontFamilyFont -androidx.constraintlayout.widget.R$drawable: int abc_ic_menu_selectall_mtrl_alpha -androidx.constraintlayout.widget.R$styleable: int Motion_motionPathRotate -retrofit2.Response -com.bumptech.glide.integration.okhttp.R$attr: int layout_anchorGravity -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: float getIntervalInHour() -androidx.constraintlayout.widget.R$drawable: int abc_cab_background_internal_bg -android.didikee.donate.R$id: int contentPanel -com.google.android.material.R$attr: int endIconDrawable -cyanogenmod.weather.WeatherLocation$Builder: WeatherLocation$Builder(java.lang.String,java.lang.String) -okhttp3.Route: java.net.InetSocketAddress inetSocketAddress -james.adaptiveicon.R$attr: int expandActivityOverflowButtonDrawable -androidx.lifecycle.LiveData$AlwaysActiveObserver: boolean shouldBeActive() -androidx.vectordrawable.animated.R$drawable: int notification_icon_background -okio.SegmentedByteString: byte getByte(int) -io.reactivex.internal.disposables.CancellableDisposable: CancellableDisposable(io.reactivex.functions.Cancellable) -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void complete() +wangdaye.com.geometricweather.R$attr: int layout_constrainedWidth +wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.util.List _queryWeatherEntity_DailyEntityList(java.lang.String,java.lang.String) +com.xw.repo.bubbleseekbar.R$attr: int commitIcon +androidx.viewpager.R$id: R$id() +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceCategoryStyle +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_drawableEnd +androidx.drawerlayout.widget.DrawerLayout: float getDrawerElevation() +android.didikee.donate.R$layout: int abc_action_bar_up_container com.google.android.material.R$dimen: int notification_content_margin_start -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_textSize -androidx.customview.R$color: int notification_action_color_filter -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties -androidx.preference.R$styleable: int Toolbar_titleTextColor -com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getPrefixText() -com.xw.repo.bubbleseekbar.R$dimen: int compat_button_inset_vertical_material -wangdaye.com.geometricweather.R$string: int wind_0 -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_goneMarginTop -androidx.work.R$bool: int enable_system_job_service_default -androidx.preference.R$dimen: int abc_action_bar_content_inset_material -androidx.preference.R$color: int primary_text_disabled_material_dark -androidx.appcompat.resources.R$drawable: int notification_action_background -com.jaredrummler.android.colorpicker.R$drawable: int abc_dialog_material_background -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: int capacityHint -androidx.preference.R$style: int PreferenceThemeOverlay_v14_Material -com.google.android.material.R$styleable: int SearchView_suggestionRowLayout -com.jaredrummler.android.colorpicker.R$drawable: int notification_bg_normal_pressed -com.google.android.material.R$string: int abc_action_bar_up_description -io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function7) -com.google.android.material.appbar.HeaderBehavior: HeaderBehavior() -com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_progress -wangdaye.com.geometricweather.R$id: int easeInOut -androidx.constraintlayout.widget.R$styleable: int Motion_animate_relativeTo -com.google.android.material.R$styleable: int[] KeyTrigger -com.google.android.material.circularreveal.cardview.CircularRevealCardView: int getCircularRevealScrimColor() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: void setSpeed(java.lang.String) -okio.ByteString: boolean endsWith(byte[]) -cyanogenmod.media.MediaRecorder -com.turingtechnologies.materialscrollbar.R$attr: int cardPreventCornerOverlap -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial Imperial -com.xw.repo.bubbleseekbar.R$drawable: int abc_text_select_handle_middle_mtrl_dark -james.adaptiveicon.R$style: int Widget_AppCompat_ProgressBar -com.google.android.material.slider.BaseSlider: void setHaloRadius(int) -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar -com.jaredrummler.android.colorpicker.R$styleable: int FontFamily_fontProviderCerts -com.jaredrummler.android.colorpicker.R$dimen: int abc_switch_padding -okhttp3.internal.http2.Http2Stream$FramingSink: boolean closed -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_firstBaselineToTopHeight -okhttp3.internal.cache2.Relay: okio.ByteString metadata() -androidx.constraintlayout.widget.R$styleable: int GradientColor_android_centerColor -com.baidu.location.e.l$b: int i -wangdaye.com.geometricweather.R$attr: int showTitle -james.adaptiveicon.R$styleable: int AppCompatImageView_android_src -androidx.constraintlayout.widget.R$attr: int actionBarStyle -androidx.coordinatorlayout.R$attr: int fontProviderFetchTimeout -com.google.gson.stream.JsonReader: java.lang.String getPath() -wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: void setBackgroundColorStart(int) -okhttp3.internal.http2.Http2Connection$6: okio.Buffer val$buffer -com.jaredrummler.android.colorpicker.ColorPickerView: void setSliderTrackerColor(int) -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_title_divider_material -com.google.android.gms.common.api.GoogleApiClient -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float t -android.didikee.donate.R$attr: int subtitleTextAppearance -com.xw.repo.bubbleseekbar.R$id: int action_mode_close_button -wangdaye.com.geometricweather.R$drawable: int abc_text_select_handle_right_mtrl_light -com.jaredrummler.android.colorpicker.R$attr: int actionModeCutDrawable -com.google.android.material.R$attr: int motionTarget -androidx.constraintlayout.widget.R$styleable: int ActionBar_backgroundSplit -androidx.constraintlayout.widget.R$styleable: int[] KeyAttribute -okio.Buffer: byte[] DIGITS -okio.SegmentedByteString: int lastIndexOf(byte[],int) -androidx.preference.R$attr: int useSimpleSummaryProvider -okhttp3.Address: javax.net.ssl.HostnameVerifier hostnameVerifier -cyanogenmod.themes.ThemeChangeRequest: java.util.Map getThemeComponentsMap() -androidx.drawerlayout.R$drawable: int notification_template_icon_low_bg -android.didikee.donate.R$style: int Platform_ThemeOverlay_AppCompat_Dark -io.reactivex.Observable: io.reactivex.Single toMap(io.reactivex.functions.Function) -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_LOCKSCREEN -com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getTickTintList() -androidx.appcompat.R$styleable: int DrawerArrowToggle_drawableSize -com.bumptech.glide.load.PreferredColorSpace: com.bumptech.glide.load.PreferredColorSpace DISPLAY_P3 -io.reactivex.internal.observers.InnerQueuedObserver -androidx.preference.R$styleable: int[] StateListDrawableItem -james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceListItem -okhttp3.Authenticator: okhttp3.Request authenticate(okhttp3.Route,okhttp3.Response) -cyanogenmod.app.Profile$ExpandedDesktopMode: int ENABLE -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_SearchView -okio.AsyncTimeout: boolean cancelScheduledTimeout(okio.AsyncTimeout) -wangdaye.com.geometricweather.R$dimen: int fastscroll_minimum_range -wangdaye.com.geometricweather.R$id: int widget_day -james.adaptiveicon.R$attr: int actionModeBackground -com.google.android.material.R$string: int hide_bottom_view_on_scroll_behavior -wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle NATIVE -androidx.preference.R$style: int Base_Widget_AppCompat_PopupWindow -androidx.appcompat.R$styleable: int SwitchCompat_trackTint -okhttp3.CacheControl: okhttp3.CacheControl parse(okhttp3.Headers) -androidx.constraintlayout.widget.R$attr: int navigationContentDescription -androidx.dynamicanimation.R$drawable: int notification_bg_normal_pressed -io.reactivex.internal.subscribers.StrictSubscriber: StrictSubscriber(org.reactivestreams.Subscriber) -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver -androidx.dynamicanimation.R$dimen -wangdaye.com.geometricweather.R$string: int donate -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust: AccuDailyResult$DailyForecasts$Night$WindGust() -io.reactivex.Observable: io.reactivex.Single count() -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: android.view.WindowManager$LayoutParams access$300(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) -com.google.android.material.R$styleable: int AppCompatTheme_popupWindowStyle -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_textColor -james.adaptiveicon.R$dimen: int abc_panel_menu_list_width -com.google.android.material.R$styleable: int AppBarLayout_liftOnScroll -cyanogenmod.app.CustomTile$Builder: java.lang.String mContentDescription -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setWindSpeedStart(java.lang.String) -com.google.android.material.button.MaterialButton: void setBackground(android.graphics.drawable.Drawable) -com.google.android.material.R$styleable: int RecyclerView_stackFromEnd -com.turingtechnologies.materialscrollbar.R$styleable: int TabItem_android_text -okhttp3.ConnectionPool: ConnectionPool(int,long,java.util.concurrent.TimeUnit) -com.turingtechnologies.materialscrollbar.R$string: int character_counter_pattern -androidx.swiperefreshlayout.R$id: int tag_unhandled_key_event_manager -okhttp3.Cache$Entry: long sentRequestMillis -wangdaye.com.geometricweather.R$dimen: int fastscroll_margin -androidx.lifecycle.ComputableLiveData$2 -wangdaye.com.geometricweather.R$attr: int behavior_autoShrink -com.google.android.material.R$attr: int foregroundInsidePadding -android.didikee.donate.R$style: int Widget_AppCompat_SearchView_ActionBar -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight -cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.RequestInfo$Builder setCityName(java.lang.String) -com.google.android.material.R$drawable: int material_ic_menu_arrow_down_black_24dp -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_SeekBar -androidx.constraintlayout.widget.R$dimen: int abc_text_size_title_material -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver this$0 -android.didikee.donate.R$id: int titleDividerNoCustom -com.google.android.material.R$styleable: int AppCompatTheme_android_windowIsFloating -james.adaptiveicon.R$drawable: int abc_ic_star_half_black_48dp -androidx.appcompat.R$attr: int actionModePasteDrawable -androidx.preference.R$styleable: int View_paddingStart -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_panelBackground -retrofit2.HttpServiceMethod: okhttp3.Call$Factory callFactory -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query -wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: java.lang.String getPollenVoice(android.content.Context,java.lang.Integer) -androidx.preference.R$attr: int actionViewClass -com.github.rahatarmanahmed.cpv.CircularProgressView$3: void onAnimationUpdate(android.animation.ValueAnimator) -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int HURRICANE -wangdaye.com.geometricweather.R$attr: int drawableTopCompat -androidx.lifecycle.extensions.R$layout -com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource valueOf(java.lang.String) -androidx.appcompat.widget.LinearLayoutCompat: void setVerticalGravity(int) -com.google.android.material.R$style: int Widget_MaterialComponents_CheckedTextView -wangdaye.com.geometricweather.R$styleable: int Motion_drawPath -cyanogenmod.app.suggest.ApplicationSuggestion -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String windDircStart -wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_icon_size -androidx.lifecycle.extensions.R$drawable: R$drawable() -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_star_black_16dp -androidx.appcompat.widget.SearchView: void setMaxWidth(int) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_VMAIL_COLOR_VALIDATOR -androidx.customview.R$attr: int fontProviderPackage -wangdaye.com.geometricweather.db.entities.LocationEntityDao: wangdaye.com.geometricweather.db.converters.TimeZoneConverter timeZoneConverter -cyanogenmod.app.ProfileManager: java.lang.String[] getProfileNames() -okhttp3.internal.http2.Http2Reader -androidx.constraintlayout.widget.R$styleable: int Constraint_motionStagger -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: void setUnit(java.lang.String) -androidx.customview.R$id: int actions -io.reactivex.Observable: io.reactivex.Single toMultimap(io.reactivex.functions.Function,io.reactivex.functions.Function,java.util.concurrent.Callable) -com.turingtechnologies.materialscrollbar.R$id: int normal -androidx.constraintlayout.motion.widget.MotionLayout: void setOnHide(float) -android.didikee.donate.R$style: int Widget_AppCompat_ActionMode -androidx.customview.R$styleable: int FontFamilyFont_fontWeight -androidx.loader.R$styleable: R$styleable() -okhttp3.ConnectionPool: int connectionCount() -androidx.preference.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset -wangdaye.com.geometricweather.R$animator: int start_shine_2 -androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_TabBar -io.reactivex.internal.schedulers.ScheduledDirectPeriodicTask: void run() -androidx.appcompat.resources.R$id: int accessibility_custom_action_19 -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index: java.lang.String color -com.google.android.material.R$dimen: int material_emphasis_disabled -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.String getCityId() -androidx.loader.R$attr: int fontProviderFetchTimeout -wangdaye.com.geometricweather.R$styleable: int[] TouchScrollBar -com.google.android.material.slider.RangeSlider: void setThumbElevation(float) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_YearNavigationButton -androidx.recyclerview.R$id: int tag_accessibility_heading -wangdaye.com.geometricweather.R$layout: int design_navigation_item -wangdaye.com.geometricweather.R$string: int abc_menu_function_shortcut_label -com.google.android.gms.signin.internal.zam: android.os.Parcelable$Creator CREATOR -io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.BiFunction,boolean) -wangdaye.com.geometricweather.R$attr: int arcMode -com.google.android.material.bottomappbar.BottomAppBar: void setElevation(float) -com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_horizontalDivider -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: boolean isValid() -androidx.recyclerview.widget.RecyclerView: int getScrollState() -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: int hasSeaBulletin -wangdaye.com.geometricweather.R$dimen: int abc_text_size_title_material -com.google.android.material.slider.RangeSlider: int getFocusedThumbIndex() -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small -okhttp3.Cache$2: java.lang.String next() -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult -cyanogenmod.externalviews.ExternalView: void onActivityStopped(android.app.Activity) -wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: java.lang.String getPollenText(android.content.Context,java.lang.Integer) -android.didikee.donate.R$styleable: int MenuGroup_android_menuCategory -androidx.preference.R$id: int accessibility_custom_action_2 -androidx.viewpager2.R$id: int normal -androidx.recyclerview.R$id: int title -com.google.android.material.R$styleable: int MenuItem_android_checkable -com.amap.api.location.CoordinateConverter$1: int[] a -com.amap.api.location.AMapLocationClientOption: boolean isOnceLocationLatest() -com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_elevation -androidx.appcompat.R$drawable: int abc_btn_check_material -com.google.android.material.R$dimen: int mtrl_textinput_box_label_cutout_padding -wangdaye.com.geometricweather.R$attr: int ratingBarStyleIndicator -com.jaredrummler.android.colorpicker.R$bool: int abc_action_bar_embed_tabs -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps: java.util.List timelapsItems -com.google.android.material.R$styleable: int ProgressIndicator_circularRadius -okhttp3.internal.platform.ConscryptPlatform: javax.net.ssl.SSLContext getSSLContext() -wangdaye.com.geometricweather.R$layout: int cpv_dialog_color_picker -org.greenrobot.greendao.AbstractDao: java.lang.String[] getNonPkColumns() -androidx.room.MultiInstanceInvalidationService -androidx.preference.R$dimen: int abc_seekbar_track_background_height_material -okhttp3.Dispatcher: boolean $assertionsDisabled -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_progressBarPadding -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_PopupMenu -androidx.viewpager.R$style -androidx.preference.R$anim: int abc_shrink_fade_out_from_bottom -com.google.android.material.slider.BaseSlider: int getActiveThumbIndex() -io.reactivex.Observable: void subscribeActual(io.reactivex.Observer) -androidx.preference.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText -com.jaredrummler.android.colorpicker.R$style: int PreferenceThemeOverlay -androidx.hilt.work.R$id: int accessibility_custom_action_2 -com.google.android.material.R$attr: int switchTextAppearance -okhttp3.internal.http2.Hpack$Writer: int headerTableSizeSetting -com.google.android.material.R$styleable: int KeyAttribute_transitionEasing -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: void setValue(java.util.List) -okhttp3.internal.http2.Hpack: int PREFIX_5_BITS -retrofit2.DefaultCallAdapterFactory$1: DefaultCallAdapterFactory$1(retrofit2.DefaultCallAdapterFactory,java.lang.reflect.Type,java.util.concurrent.Executor) -com.google.android.material.R$style: int ShapeAppearanceOverlay_TopRightDifferentCornerSize -wangdaye.com.geometricweather.R$layout: int widget_day_rectangle -cyanogenmod.platform.Manifest$permission: java.lang.String WRITE_ALARMS -james.adaptiveicon.R$attr: int actionBarStyle -retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.appcompat.R$color: int material_deep_teal_500 -com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemTextColor(android.content.res.ColorStateList) -androidx.constraintlayout.widget.R$id: int sin -androidx.preference.R$dimen: int abc_dialog_fixed_width_major -com.amap.api.fence.GeoFenceClient: void removeGeoFence() -androidx.hilt.work.R$id: int accessibility_custom_action_25 -wangdaye.com.geometricweather.R$layout: int abc_alert_dialog_button_bar_material -wangdaye.com.geometricweather.R$attr: int fastScrollVerticalTrackDrawable -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum Maximum -com.google.android.material.R$styleable: int MaterialCheckBox_useMaterialThemeColors -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_android_focusable -com.jaredrummler.android.colorpicker.R$attr: int windowFixedWidthMajor -okhttp3.internal.cache.DiskLruCache$Snapshot: long getLength(int) -com.google.android.material.internal.ScrimInsetsFrameLayout: ScrimInsetsFrameLayout(android.content.Context,android.util.AttributeSet,int) -androidx.appcompat.R$drawable: int abc_ic_star_black_36dp -androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat -james.adaptiveicon.R$styleable: int MenuItem_android_titleCondensed -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: java.lang.Object v2 -com.google.android.material.floatingactionbutton.FloatingActionButton: int getExpandedComponentIdHint() -wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_barColor -androidx.lifecycle.extensions.R$dimen: int compat_button_padding_horizontal_material -wangdaye.com.geometricweather.common.ui.widgets.TagView: void setUncheckedBackgroundColor(int) -cyanogenmod.weather.WeatherInfo: java.lang.String getCity() -okhttp3.internal.cache2.Relay$RelaySource: long read(okio.Buffer,long) -com.google.android.material.R$attr: int scrimBackground -wangdaye.com.geometricweather.R$styleable: int Transform_android_translationX -io.reactivex.internal.disposables.EmptyDisposable: void complete(io.reactivex.CompletableObserver) -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: io.reactivex.Observer downstream -io.reactivex.internal.subscriptions.DeferredScalarSubscription -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_paddingRight -okhttp3.Cookie$Builder: okhttp3.Cookie$Builder domain(java.lang.String,boolean) -james.adaptiveicon.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item -com.jaredrummler.android.colorpicker.R$color: int switch_thumb_normal_material_dark -wangdaye.com.geometricweather.R$styleable: int ActionBar_logo -cyanogenmod.platform.Manifest$permission: java.lang.String READ_THEMES -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: java.lang.String DESCRIPTOR -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Weather weather -james.adaptiveicon.R$styleable: int AppCompatImageView_srcCompat -okhttp3.internal.http.HttpCodec: okio.Sink createRequestBody(okhttp3.Request,long) -androidx.appcompat.R$color: int switch_thumb_normal_material_light -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Speed: AccuDailyResult$DailyForecasts$Night$WindGust$Speed() -wangdaye.com.geometricweather.R$attr: int materialCalendarStyle -com.google.android.material.R$attr: int chipCornerRadius -androidx.appcompat.R$id: int right_side -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: io.reactivex.FlowableEmitter serialize() -com.jaredrummler.android.colorpicker.ColorPickerView: int getPreferredHeight() -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light_Dialog_MinWidth -androidx.preference.R$styleable: int AppCompatTheme_panelMenuListWidth -androidx.appcompat.R$id: int search_badge -com.jaredrummler.android.colorpicker.R$attr: int thumbTextPadding -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getSo2Color(android.content.Context) -org.greenrobot.greendao.AbstractDaoMaster: org.greenrobot.greendao.AbstractDaoSession newSession(org.greenrobot.greendao.identityscope.IdentityScopeType) -james.adaptiveicon.R$color: int switch_thumb_normal_material_dark -androidx.preference.ListPreference$SavedState: android.os.Parcelable$Creator CREATOR -androidx.constraintlayout.widget.R$attr: int fontProviderCerts -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_pre_l_text_clip_padding -com.google.android.material.R$style: int Widget_AppCompat_Light_ActionButton_Overflow -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_lastHorizontalStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setBrandInfo(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX) -retrofit2.converter.gson.package-info -android.didikee.donate.R$style: int Base_Animation_AppCompat_Dialog -com.google.android.material.circularreveal.CircularRevealLinearLayout: void setCircularRevealScrimColor(int) -com.google.android.material.R$style: int Widget_MaterialComponents_PopupMenu -androidx.hilt.work.R$id: int tag_accessibility_clickable_spans -james.adaptiveicon.R$dimen: int notification_large_icon_width -wangdaye.com.geometricweather.R$styleable: int PreferenceFragment_android_layout -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: int UVIndex -androidx.appcompat.R$styleable: int AppCompatTheme_seekBarStyle -io.reactivex.internal.operators.observable.ObserverResourceWrapper: void dispose() +android.didikee.donate.R$attr: int selectableItemBackground +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Body2 wangdaye.com.geometricweather.R$styleable: int ActionBar_divider -okhttp3.OkHttpClient: java.util.List connectionSpecs -wangdaye.com.geometricweather.R$styleable: int[] MultiSelectListPreference -androidx.constraintlayout.utils.widget.ImageFilterView: void setCrossfade(float) -cyanogenmod.providers.CMSettings$System: java.lang.String BLUETOOTH_ACCEPT_ALL_FILES -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void drainLoop() -androidx.viewpager.widget.ViewPager: void setScrollingCacheEnabled(boolean) -androidx.preference.R$dimen: int abc_action_bar_default_height_material -com.github.rahatarmanahmed.cpv.CircularProgressView$3: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 -wangdaye.com.geometricweather.R$styleable: int Preference_android_summary -com.google.android.material.R$dimen: int design_snackbar_action_inline_max_width -com.google.android.material.R$color: int primary_dark_material_dark -okhttp3.internal.http2.Http2Stream$FramingSink: void emitFrame(boolean) -com.xw.repo.bubbleseekbar.R$attr: int editTextStyle +james.adaptiveicon.R$style: int Widget_AppCompat_Button_Small +james.adaptiveicon.R$styleable: int SearchView_queryHint +com.google.android.material.R$styleable: int AppCompatTextHelper_android_textAppearance androidx.recyclerview.widget.RecyclerView: boolean getClipToPadding() -wangdaye.com.geometricweather.R$attr: int drawableLeftCompat -com.turingtechnologies.materialscrollbar.R$color: int secondary_text_disabled_material_light -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: int CountMinute -com.xw.repo.bubbleseekbar.R$styleable: int[] AppCompatTheme -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Subhead -james.adaptiveicon.R$attr: int actionBarTheme -okhttp3.internal.connection.RouteException: java.io.IOException firstException -io.reactivex.Observable: io.reactivex.Observable zipWith(java.lang.Iterable,io.reactivex.functions.BiFunction) -com.xw.repo.bubbleseekbar.R$styleable: int CompoundButton_buttonTintMode -wangdaye.com.geometricweather.common.ui.widgets.SquareFrameLayout: SquareFrameLayout(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintBottom_toTopOf -androidx.coordinatorlayout.R$id: int accessibility_custom_action_31 -wangdaye.com.geometricweather.R$dimen: int design_snackbar_action_text_color_alpha -android.didikee.donate.R$styleable: int DrawerArrowToggle_arrowShaftLength -cyanogenmod.app.CustomTile$ExpandedStyle: int NO_STYLE -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_translationZ -com.google.android.material.tabs.TabLayout: void setScrollAnimatorListener(android.animation.Animator$AnimatorListener) -cyanogenmod.app.Profile: java.util.Map streams -androidx.appcompat.R$color: int abc_primary_text_disable_only_material_dark -wangdaye.com.geometricweather.R$attr: int dialogTheme -wangdaye.com.geometricweather.db.entities.HistoryEntity: int getDaytimeTemperature() -com.google.android.material.R$attr: int titleMargin -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: java.util.Date LocalObservationDateTime -com.google.android.material.R$color: int design_box_stroke_color -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -androidx.preference.R$color: int abc_tint_switch_track -androidx.appcompat.R$attr: int suggestionRowLayout -com.google.android.material.R$styleable: int SwitchCompat_switchMinWidth -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_EditText -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dialogTheme -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_RatingBar_Indicator -androidx.constraintlayout.widget.R$styleable: int[] Transform -com.turingtechnologies.materialscrollbar.R$styleable: int[] TextAppearance -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Body1 -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_queryBackground -com.google.android.material.R$integer: int mtrl_chip_anim_duration -cyanogenmod.app.ILiveLockScreenManager: void cancelLiveLockScreen(java.lang.String,int,int) -com.google.android.material.R$styleable: int AppCompatImageView_tintMode -androidx.legacy.coreutils.R$attr: int fontStyle -com.xw.repo.bubbleseekbar.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset -androidx.lifecycle.FullLifecycleObserverAdapter: androidx.lifecycle.FullLifecycleObserver mFullLifecycleObserver -wangdaye.com.geometricweather.R$id: int notification_multi_city -com.google.android.material.R$styleable: int TextInputLayout_counterTextAppearance +com.amap.api.location.AMapLocation: boolean a(com.amap.api.location.AMapLocation,boolean) +cyanogenmod.platform.Manifest$permission: java.lang.String WRITE_WEATHER +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: void onSubscribe(io.reactivex.disposables.Disposable) +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void onSubscribe(io.reactivex.disposables.Disposable) +okhttp3.internal.http2.ErrorCode: int httpCode +wangdaye.com.geometricweather.R$dimen: int mtrl_high_ripple_default_alpha +com.google.android.material.slider.BaseSlider: float getValueTo() +androidx.constraintlayout.widget.R$styleable: int ActionMode_background +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String COL_COMPONENT_ID +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse +androidx.preference.R$style: int Base_Theme_AppCompat_Dialog_Alert +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Float tMax +com.jaredrummler.android.colorpicker.R$styleable: int ListPreference_android_entryValues +com.turingtechnologies.materialscrollbar.R$attr: int singleLine +okhttp3.internal.http2.Http2Connection: void pushRequestLater(int,java.util.List) +cyanogenmod.providers.CMSettings$NameValueCache: java.lang.String[] SELECT_VALUE +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: boolean isEntityUpdateable() +wangdaye.com.geometricweather.R$attr: int titleMarginBottom +com.google.android.material.R$layout: int mtrl_calendar_day_of_week +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Body2 +wangdaye.com.geometricweather.R$styleable: int Preference_android_selectable +androidx.preference.R$drawable: int abc_btn_borderless_material +com.google.android.material.R$style: int Widget_AppCompat_Toolbar_Button_Navigation +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ListPopupWindow +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_scaleX +wangdaye.com.geometricweather.R$bool: int abc_config_actionMenuItemAllCaps +com.google.android.material.R$layout: int mtrl_alert_dialog +com.google.android.material.bottomappbar.BottomAppBar: void setFabCradleMargin(float) +androidx.constraintlayout.widget.R$attr: int actionModeCutDrawable +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String IS_LEGACY_ICONPACK +okhttp3.RealCall: okhttp3.OkHttpClient client +io.reactivex.internal.schedulers.ScheduledDirectTask: java.lang.Runnable getWrappedRunnable() +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: boolean done +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Snow: java.lang.Integer fresh +androidx.appcompat.R$styleable: int FontFamilyFont_android_fontStyle +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_scrollMode +retrofit2.Response: int code() +wangdaye.com.geometricweather.R$anim: int fragment_open_exit +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade: AccuCurrentResult$RealFeelTemperatureShade() +android.didikee.donate.R$attr: int actionBarTabTextStyle +com.bumptech.glide.integration.okhttp.R$style: int Widget_Compat_NotificationActionText +com.google.android.material.R$string: int mtrl_picker_text_input_date_range_end_hint +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: java.lang.String timezone +com.jaredrummler.android.colorpicker.R$color: int material_grey_900 +wangdaye.com.geometricweather.R$color: int abc_tint_seek_thumb +androidx.preference.R$styleable: int GradientColor_android_startY +androidx.constraintlayout.widget.R$styleable: int ActionBar_contentInsetRight +com.google.android.material.internal.ParcelableSparseBooleanArray: android.os.Parcelable$Creator CREATOR +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_fontFamily +com.google.android.material.R$bool: R$bool() +androidx.appcompat.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth +okhttp3.internal.http2.Http2Connection$Listener: okhttp3.internal.http2.Http2Connection$Listener REFUSE_INCOMING_STREAMS +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: java.lang.String unitId +com.google.android.material.R$attr: int layout_constraintGuide_end +com.turingtechnologies.materialscrollbar.R$dimen: int design_tab_max_width +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator PEOPLE_LOOKUP_PROVIDER_VALIDATOR +androidx.hilt.lifecycle.R$drawable: int notification_template_icon_low_bg +com.turingtechnologies.materialscrollbar.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog +com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_PARSER +androidx.constraintlayout.widget.R$layout: int notification_template_part_chronometer +android.didikee.donate.R$attr: int textAllCaps +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWeatherCode +wangdaye.com.geometricweather.R$drawable: int ic_time +com.xw.repo.bubbleseekbar.R$styleable: int[] CompoundButton +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: boolean isDisposed() +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void onComplete() +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Dialog_Bridge +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatSeekBar_android_thumb +androidx.coordinatorlayout.R$id: int dialog_button +androidx.hilt.work.R$styleable: int FontFamilyFont_android_ttcIndex +com.google.android.material.R$styleable: int AppCompatTheme_windowActionBar +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorError +com.google.android.material.card.MaterialCardView: int getStrokeWidth() +okhttp3.internal.http2.Http2Connection$ReaderRunnable$2: okhttp3.internal.http2.Http2Connection$ReaderRunnable this$1 +com.jaredrummler.android.colorpicker.R$styleable: int Preference_persistent +james.adaptiveicon.R$id: int submit_area +com.jaredrummler.android.colorpicker.R$style: int Preference_DialogPreference +com.turingtechnologies.materialscrollbar.R$attr: int editTextBackground +wangdaye.com.geometricweather.R$id: int notification_base_aqiAndWind +com.google.android.material.card.MaterialCardView: android.content.res.ColorStateList getCheckedIconTint() +com.turingtechnologies.materialscrollbar.R$id: int text +wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_direction +androidx.activity.R$id: int accessibility_custom_action_12 +james.adaptiveicon.R$drawable: int notification_template_icon_low_bg +james.adaptiveicon.R$style: int Widget_AppCompat_ImageButton +androidx.constraintlayout.widget.R$attr: int transitionDisable +james.adaptiveicon.R$drawable: int abc_switch_track_mtrl_alpha +com.turingtechnologies.materialscrollbar.R$styleable: int[] PopupWindowBackgroundState +wangdaye.com.geometricweather.background.polling.work.worker.AsyncUpdateWorker +wangdaye.com.geometricweather.R$attr: int customDimension +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHorizontal_bias +com.google.android.material.appbar.CollapsingToolbarLayout: int getScrimVisibleHeightTrigger() +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType Count +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColorItem_android_color +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Minimum: int UnitType +androidx.preference.R$styleable: int[] Toolbar +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_71 +com.turingtechnologies.materialscrollbar.R$style: int Platform_AppCompat_Light +james.adaptiveicon.R$styleable: int AppCompatTheme_panelMenuListWidth +com.google.android.material.R$id: int password_toggle +androidx.activity.R$integer: R$integer() +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber$1: LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber$1(androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber,java.lang.Throwable) +com.google.android.material.textfield.TextInputLayout: void setHintTextColor(android.content.res.ColorStateList) +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: int wip +androidx.appcompat.R$string: int abc_action_mode_done +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String PRESENT_AS_THEME +okhttp3.internal.http1.Http1Codec$1 +com.google.android.material.R$styleable: int ShapeAppearance_cornerFamily +wangdaye.com.geometricweather.R$attr: int bsb_section_count +wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_progress +androidx.constraintlayout.widget.R$attr: int showTitle +wangdaye.com.geometricweather.R$attr: int autoSizeMaxTextSize +com.google.android.material.slider.RangeSlider: java.lang.CharSequence getAccessibilityClassName() +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List ziwaixian +androidx.preference.R$style: int Widget_AppCompat_Light_ListView_DropDown +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float rain +androidx.constraintlayout.widget.R$attr: int region_widthMoreThan +com.turingtechnologies.materialscrollbar.R$style: int Base_DialogWindowTitleBackground_AppCompat +androidx.preference.R$styleable: int AppCompatTheme_actionModeCopyDrawable +cyanogenmod.alarmclock.ClockContract$CitiesColumns: java.lang.String CITY_ID +wangdaye.com.geometricweather.db.entities.WeatherEntity: wangdaye.com.geometricweather.db.entities.DaoSession daoSession +com.amap.api.location.AMapLocation: android.os.Parcelable$Creator CREATOR +androidx.preference.R$drawable: int abc_ic_menu_overflow_material +com.amap.api.location.LocationManagerBase: com.amap.api.location.AMapLocation getLastKnownLocation() +cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_GPS +androidx.appcompat.R$id: int src_atop +androidx.swiperefreshlayout.R$styleable: int GradientColor_android_centerY com.google.android.material.R$color: int design_default_color_primary -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: java.util.Date Set -wangdaye.com.geometricweather.db.entities.DailyEntity: void setGrassLevel(java.lang.Integer) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer aqiIndex -cyanogenmod.app.CustomTile: boolean collapsePanel -wangdaye.com.geometricweather.R$dimen: int abc_action_bar_subtitle_top_margin_material -androidx.appcompat.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 -com.google.android.material.R$dimen: int design_snackbar_padding_horizontal -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView -androidx.recyclerview.R$id: int accessibility_custom_action_27 -retrofit2.RequestFactory: okhttp3.MediaType contentType -com.google.android.material.R$attr: int listPreferredItemPaddingLeft -com.jaredrummler.android.colorpicker.ColorPanelView: void setBorderColor(int) -com.turingtechnologies.materialscrollbar.R$style: int Animation_AppCompat_Dialog -android.didikee.donate.R$attr: int arrowHeadLength -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_AES_256_CCM_8_SHA256 -cyanogenmod.content.Intent: java.lang.String ACTION_PROTECTED -com.bumptech.glide.integration.okhttp.R$attr: int fontProviderPackage -com.github.rahatarmanahmed.cpv.CircularProgressView: void init(android.util.AttributeSet,int) -okhttp3.internal.ws.WebSocketWriter -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Metric: double Value -androidx.vectordrawable.R$dimen: int notification_top_pad -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_default_padding_end_material -com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_select_handle_middle_mtrl_dark -com.google.android.material.R$attr: int backgroundInsetEnd -wangdaye.com.geometricweather.R$styleable: int SearchView_android_maxWidth -androidx.vectordrawable.animated.R$id: int right_icon -com.google.android.material.R$styleable: int State_android_id -com.google.android.material.R$color: int button_material_light -com.google.android.material.R$style: int Widget_AppCompat_TextView_SpinnerItem -james.adaptiveicon.R$styleable: int PopupWindow_overlapAnchor -okio.Buffer$2: void close() -cyanogenmod.app.ThemeVersion$ThemeVersionImpl2: java.util.List getDeviceComponentVersions() -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: int Index -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: float PRECIPITATION_MIDDLE -com.xw.repo.bubbleseekbar.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView -androidx.constraintlayout.widget.R$style: int Base_V7_Widget_AppCompat_EditText -com.jaredrummler.android.colorpicker.R$attr: int editTextPreferenceStyle -retrofit2.http.HTTP: java.lang.String path() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNo2() -android.didikee.donate.R$dimen: int abc_button_padding_vertical_material -androidx.constraintlayout.widget.R$attr: int deriveConstraintsFrom -wangdaye.com.geometricweather.R$string: int cancel -androidx.vectordrawable.R$dimen: int notification_action_text_size -com.amap.api.fence.PoiItem: double g -com.google.android.material.R$styleable: int AppCompatTheme_buttonStyle -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_editTextStyle -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: long serialVersionUID -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric: double Value -androidx.preference.R$color: int abc_hint_foreground_material_light -com.xw.repo.bubbleseekbar.R$attr: int borderlessButtonStyle -androidx.appcompat.R$attr: int trackTintMode -cyanogenmod.weather.ICMWeatherManager$Stub: int TRANSACTION_updateWeather_0 -okio.Okio$2: Okio$2(okio.Timeout,java.io.InputStream) -androidx.appcompat.R$attr: int autoSizeStepGranularity -wangdaye.com.geometricweather.R$attr: int iconResEnd -com.xw.repo.bubbleseekbar.R$drawable: int abc_dialog_material_background -cyanogenmod.themes.IThemeService$Stub$Proxy: android.os.IBinder asBinder() -com.google.android.material.bottomnavigation.BottomNavigationView: android.graphics.drawable.Drawable getItemBackground() -com.google.android.material.tabs.TabLayout: android.graphics.drawable.Drawable getTabSelectedIndicator() -wangdaye.com.geometricweather.R$dimen: int mtrl_snackbar_message_margin_horizontal -android.didikee.donate.R$styleable: int[] SwitchCompat -io.reactivex.Observable: io.reactivex.Observable concatDelayError(io.reactivex.ObservableSource) -android.didikee.donate.R$style: int Base_AlertDialog_AppCompat_Light -androidx.preference.R$color: int material_blue_grey_800 -androidx.viewpager2.R$id: int accessibility_action_clickable_span -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ProgressBar_Horizontal -wangdaye.com.geometricweather.R$style: int Preference_DialogPreference_EditTextPreference_Material -cyanogenmod.externalviews.ExternalView: void onAttachedToWindow() -com.google.android.material.R$attr: int textAppearanceOverline -wangdaye.com.geometricweather.R$attr: int flow_firstHorizontalStyle -com.turingtechnologies.materialscrollbar.R$color: int dim_foreground_material_light -wangdaye.com.geometricweather.R$id: int notification_big_week_3 -androidx.preference.R$dimen: int item_touch_helper_swipe_escape_max_velocity -androidx.constraintlayout.widget.R$attr: int autoSizeMinTextSize -com.google.android.material.R$id: int accessibility_custom_action_21 -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Small_Inverse -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_contentInsetEndWithActions -wangdaye.com.geometricweather.R$id: int container_main_sun_moon_sunrise_sunset -wangdaye.com.geometricweather.R$styleable: int Chip_chipIconVisible -androidx.appcompat.R$styleable: int AppCompatTextView_drawableRightCompat -com.turingtechnologies.materialscrollbar.R$styleable: int CardView_android_minWidth -androidx.preference.R$styleable: int ListPreference_android_entryValues -com.google.android.material.R$styleable: int KeyPosition_percentX -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Metric -android.didikee.donate.R$dimen: int abc_progress_bar_height_material -okio.ForwardingSource: okio.Source delegate -androidx.preference.R$id: int top -wangdaye.com.geometricweather.R$styleable: int[] FlowLayout -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_107 -james.adaptiveicon.R$styleable: int TextAppearance_android_textColor -wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_marginRight -wangdaye.com.geometricweather.R$string: int common_google_play_services_update_title -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Chip -okhttp3.internal.cache.CacheInterceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) -cyanogenmod.app.ProfileGroup: android.net.Uri mRingerOverride -wangdaye.com.geometricweather.R$attr: int cpv_borderColor -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeRainPrecipitationProbability() -wangdaye.com.geometricweather.R$drawable: int weather_clear_day_pixel -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial Imperial -wangdaye.com.geometricweather.R$style: int Widget_Support_CoordinatorLayout -io.reactivex.internal.observers.InnerQueuedObserver: boolean isDone() -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_large_material -wangdaye.com.geometricweather.R$styleable: int ActionBar_titleTextStyle -androidx.appcompat.widget.LinearLayoutCompat: int getGravity() -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title -cyanogenmod.app.BaseLiveLockManagerService: void enforceSamePackageOrSystem(java.lang.String,cyanogenmod.app.LiveLockScreenInfo) -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_subtitle_top_margin_material -wangdaye.com.geometricweather.R$drawable: int notif_temp_12 -com.google.android.material.R$style: int Widget_AppCompat_SearchView_ActionBar -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Button -wangdaye.com.geometricweather.R$attr: int windowFixedHeightMinor -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: io.reactivex.ObservableSource first -io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: long serialVersionUID -james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_drawableLeft -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup -androidx.constraintlayout.widget.R$styleable: int ActionMode_closeItemLayout -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light_NoActionBar -james.adaptiveicon.R$drawable: int abc_vector_test -com.jaredrummler.android.colorpicker.R$attr: int logoDescription -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float visibility -androidx.hilt.lifecycle.R$id: int right_icon -androidx.preference.R$layout: int abc_action_bar_up_container -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_firstHorizontalStyle -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeCloudCover -com.google.android.material.R$layout: int select_dialog_singlechoice_material -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Weather weather -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: java.util.concurrent.TimeUnit unit -wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_subtitle -androidx.appcompat.R$attr: int buttonStyleSmall -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_suffixText -cyanogenmod.themes.ThemeManager: void registerProcessingListener(cyanogenmod.themes.ThemeManager$ThemeProcessingListener) -wangdaye.com.geometricweather.R$id: int tabMode -wangdaye.com.geometricweather.R$id: int dialog_background_location_container -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xsr -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int HAZE -wangdaye.com.geometricweather.R$string: int exposed_dropdown_menu_content_description -androidx.constraintlayout.utils.widget.ImageFilterButton: void setRound(float) -com.bumptech.glide.R$dimen: int notification_content_margin_start -wangdaye.com.geometricweather.R$style: int widget_text_clock_analog_Dark -wangdaye.com.geometricweather.R$attr: int defaultState -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_customNavigationLayout -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ActionBar_Primary -wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_summaryOff -com.turingtechnologies.materialscrollbar.R$dimen: int cardview_compat_inset_shadow -androidx.preference.R$attr: int showDividers -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_android_gravity -cyanogenmod.hardware.CMHardwareManager: boolean registerThermalListener(cyanogenmod.hardware.ThermalListenerCallback) -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: java.lang.String timezone -wangdaye.com.geometricweather.R$dimen: int spinner_drop_width -androidx.constraintlayout.widget.R$styleable: int[] AppCompatTextHelper -androidx.constraintlayout.motion.widget.MotionLayout: long getTransitionTimeMs() -androidx.transition.R$styleable: int ColorStateListItem_android_color -wangdaye.com.geometricweather.R$styleable: int[] ClockHandView -wangdaye.com.geometricweather.R$string: int bottomsheet_action_expand_halfway -android.didikee.donate.R$id: int home -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintRight_toRightOf -androidx.preference.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha -androidx.appcompat.widget.ViewStubCompat: void setInflatedId(int) -wangdaye.com.geometricweather.background.polling.permanent.update.Hilt_ForegroundTomorrowForecastUpdateService: Hilt_ForegroundTomorrowForecastUpdateService() -com.google.android.material.button.MaterialButton: android.content.res.ColorStateList getIconTint() -okhttp3.internal.http2.PushObserver: okhttp3.internal.http2.PushObserver CANCEL -io.reactivex.Observable: io.reactivex.Observable timestamp() -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String COL_COMPONENT_ID -androidx.lifecycle.Lifecycling$1 -androidx.appcompat.R$styleable: int SearchView_searchHintIcon -com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getHaloTintList() -com.jaredrummler.android.colorpicker.R$attr: int titleTextStyle -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_overflow_padding_start_material -com.google.android.material.circularreveal.cardview.CircularRevealCardView: CircularRevealCardView(android.content.Context) -com.google.android.material.R$style: int Widget_MaterialComponents_CardView -wangdaye.com.geometricweather.R$attr: int barrierDirection -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_toBottomOf -wangdaye.com.geometricweather.R$id: int widget_trend_hourly_item_3 -okio.Buffer: int select(okio.Options) -com.jaredrummler.android.colorpicker.R$attr: int persistent -androidx.appcompat.widget.ListPopupWindow: void setOnItemClickListener(android.widget.AdapterView$OnItemClickListener) -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType DeleteInTxIterable -androidx.fragment.R$anim: R$anim() -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonStyleSmall -com.turingtechnologies.materialscrollbar.R$styleable: int[] TextInputLayout -com.google.gson.internal.$Gson$Types$WildcardTypeImpl -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: void setBrandInfo(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean) -com.jaredrummler.android.colorpicker.R$attr: int cpv_sliderColor -com.google.android.material.R$style: int Base_Widget_MaterialComponents_ProgressIndicator_Linear -com.google.android.material.internal.ForegroundLinearLayout -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_verticalGap -com.google.android.material.R$color: int background_material_light -com.turingtechnologies.materialscrollbar.R$color: int mtrl_tabs_icon_color_selector -wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_textStyle -androidx.preference.R$attr: int navigationMode -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_AutoCompleteTextView -james.adaptiveicon.R$attr: int background -wangdaye.com.geometricweather.db.entities.HistoryEntity: void setDate(java.util.Date) -com.google.android.material.R$styleable: int ColorStateListItem_android_alpha -com.google.android.material.slider.Slider: void setThumbElevation(float) -cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) -cyanogenmod.app.LiveLockScreenInfo$1: java.lang.Object createFromParcel(android.os.Parcel) -com.google.android.material.button.MaterialButton: MaterialButton(android.content.Context,android.util.AttributeSet) -com.bumptech.glide.integration.okhttp.R$styleable: int ColorStateListItem_android_alpha -com.jaredrummler.android.colorpicker.R$attr: int customNavigationLayout -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_expandedOffset -com.google.android.material.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog -com.xw.repo.bubbleseekbar.R$attr: int selectableItemBackgroundBorderless -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: int PrecipitationProbability -cyanogenmod.hardware.ICMHardwareService: boolean setDisplayMode(cyanogenmod.hardware.DisplayMode,boolean) -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_z -wangdaye.com.geometricweather.R$style: int Base_V28_Theme_AppCompat_Light -cyanogenmod.weatherservice.IWeatherProviderService: void setServiceClient(cyanogenmod.weatherservice.IWeatherProviderServiceClient) -wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: int getTotalCount() -androidx.appcompat.resources.R$attr -okhttp3.internal.http2.Http2Reader$Handler: void priority(int,int,int,boolean) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_goneMarginRight -retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: boolean disposed -com.google.android.material.slider.BaseSlider: void setThumbElevationResource(int) -okhttp3.CookieJar -okhttp3.internal.http2.Http2Writer: void headers(boolean,int,java.util.List) -android.didikee.donate.R$styleable: int SearchView_closeIcon -com.google.android.material.R$string: int material_minute_suffix -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_overflow_padding_end_material -androidx.vectordrawable.R$color: int notification_icon_bg_color -androidx.activity.R$drawable: int notification_action_background -com.google.gson.internal.LazilyParsedNumber: LazilyParsedNumber(java.lang.String) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours Past24Hours -androidx.lifecycle.SavedStateHandle: SavedStateHandle() -com.bumptech.glide.R$style: int TextAppearance_Compat_Notification -androidx.customview.R$styleable: int[] GradientColorItem -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Title -com.google.android.material.circularreveal.CircularRevealRelativeLayout: void setCircularRevealScrimColor(int) -okio.ByteString: okio.ByteString encodeUtf8(java.lang.String) -wangdaye.com.geometricweather.R$attr: int contentDescription -retrofit2.RequestFactory$Builder: boolean gotBody -okhttp3.Cache$CacheResponseBody$1: okhttp3.Cache$CacheResponseBody this$0 -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.database.Database db -okhttp3.internal.http2.Http2Stream$FramingSink: void close() -android.didikee.donate.R$styleable: int[] ActionMenuView -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Imperial: AccuLocationResult$GeoPosition$Elevation$Imperial() -android.didikee.donate.R$style: int Widget_AppCompat_Light_ListView_DropDown -com.turingtechnologies.materialscrollbar.R$attr: int checkboxStyle -wangdaye.com.geometricweather.R$layout: int fragment_management -com.google.android.material.R$style: int AlertDialog_AppCompat -io.reactivex.Observable: io.reactivex.Observable concatDelayError(java.lang.Iterable) -androidx.lifecycle.LifecycleRegistry: java.lang.ref.WeakReference mLifecycleOwner -wangdaye.com.geometricweather.R$string: int mtrl_picker_a11y_next_month -io.reactivex.Observable: io.reactivex.Observable mergeArrayDelayError(int,int,io.reactivex.ObservableSource[]) -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: int getMinuteInterval() -wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_scaleY -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowFixedWidthMinor -com.jaredrummler.android.colorpicker.R$color: int material_grey_100 -com.google.android.material.bottomappbar.BottomAppBar: com.google.android.material.bottomappbar.BottomAppBarTopEdgeTreatment getTopEdgeTreatment() -androidx.drawerlayout.R$styleable -cyanogenmod.themes.IThemeService: void removeUpdates(cyanogenmod.themes.IThemeChangeListener) -androidx.viewpager2.R$id: int tag_accessibility_actions -com.google.android.material.R$dimen: int abc_dropdownitem_icon_width -com.jaredrummler.android.colorpicker.ColorPickerView: int getPreferredWidth() -androidx.constraintlayout.widget.R$color: int androidx_core_secondary_text_default_material_light -wangdaye.com.geometricweather.R$dimen: int clock_face_margin_start -org.greenrobot.greendao.identityscope.IdentityScopeType: org.greenrobot.greendao.identityscope.IdentityScopeType valueOf(java.lang.String) -cyanogenmod.providers.WeatherContract: java.lang.String AUTHORITY -wangdaye.com.geometricweather.R$attr: int behavior_hideable -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_percent -wangdaye.com.geometricweather.R$style: int material_image_button -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatSeekBar_android_thumb -androidx.recyclerview.widget.RecyclerView$LayoutManager$Properties -androidx.cardview.R$styleable: int CardView_cardElevation -com.amap.api.fence.DistrictItem: void setPolyline(java.util.List) -okhttp3.OkHttpClient: boolean retryOnConnectionFailure() -com.autonavi.aps.amapapi.model.AMapLocationServer: void g(java.lang.String) -wangdaye.com.geometricweather.db.entities.HourlyEntity: long getTime() -cyanogenmod.weather.WeatherLocation: int describeContents() -wangdaye.com.geometricweather.R$styleable: int Chip_android_checkable -com.google.android.material.R$attr: int textAppearanceBody1 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setNo2(java.lang.String) -wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.String readKey(android.database.Cursor,int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String no2Desc -com.google.android.material.R$layout: int design_navigation_item_subheader -okhttp3.internal.connection.RealConnection: int allocationLimit -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void onUnsubscribed() -com.turingtechnologies.materialscrollbar.R$attr: int behavior_peekHeight -com.amap.api.location.AMapLocationClient -wangdaye.com.geometricweather.R$attr: int listChoiceBackgroundIndicator -com.google.android.material.navigation.NavigationView: void setCheckedItem(android.view.MenuItem) -wangdaye.com.geometricweather.R$id: int tag_unhandled_key_event_manager -wangdaye.com.geometricweather.R$id: int material_hour_text_input -com.jaredrummler.android.colorpicker.R$styleable: int[] SeekBarPreference -android.didikee.donate.R$attr: int actionButtonStyle -androidx.loader.R$styleable: int GradientColorItem_android_offset -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Precipitation precipitation -wangdaye.com.geometricweather.R$attr: int preferenceFragmentListStyle -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: io.reactivex.Observer downstream -androidx.constraintlayout.widget.R$attr: int layout_constraintWidth_percent -okhttp3.internal.http.RealInterceptorChain: okhttp3.Call call() -androidx.constraintlayout.widget.R$anim: int abc_slide_out_top -com.google.android.material.navigation.NavigationView: void setElevation(float) -com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: java.lang.String toString() -androidx.preference.R$styleable: int PreferenceTheme_preferenceInformationStyle -com.google.android.material.textfield.TextInputEditText: java.lang.CharSequence getHint() -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowNoTitle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric: java.lang.String Unit -com.google.android.gms.common.server.FavaDiagnosticsEntity -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_YearNavigationButton -androidx.appcompat.widget.AppCompatSpinner: AppCompatSpinner(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind: MfHistoryResult$History$Wind() -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 -androidx.constraintlayout.widget.R$style: int Base_V21_Theme_AppCompat_Dialog -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeApparentTemperature(java.lang.Integer) -androidx.loader.R$layout: int notification_template_custom_big -wangdaye.com.geometricweather.R$drawable: int weather_fog_mini_light -androidx.preference.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle -okhttp3.EventListener$2 -wangdaye.com.geometricweather.R$drawable: int navigation_empty_icon -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarTabTextStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX -androidx.appcompat.R$layout: int abc_search_dropdown_item_icons_2line -wangdaye.com.geometricweather.R$id: int edit_query -com.google.android.material.R$dimen: int design_navigation_item_icon_padding -cyanogenmod.weather.WeatherLocation: java.lang.String mPostal -androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State DESTROYED -androidx.constraintlayout.widget.R$attr: int arcMode -com.autonavi.aps.amapapi.model.AMapLocationServer: boolean e -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeInsetTop -okhttp3.internal.http.StatusLine -androidx.preference.R$id: int scrollIndicatorDown -com.amap.api.location.APSService: int b -androidx.hilt.R$anim: int fragment_fade_exit -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WindChillTemperature -androidx.lifecycle.ReportFragment: androidx.lifecycle.ReportFragment get(android.app.Activity) -com.turingtechnologies.materialscrollbar.R$attr: int windowFixedHeightMajor -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_level -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_Alert -wangdaye.com.geometricweather.R$drawable: int ic_android -androidx.preference.R$drawable: int notify_panel_notification_icon_bg -androidx.appcompat.R$drawable: int abc_ic_star_black_48dp -james.adaptiveicon.R$id: int action_bar_root -androidx.recyclerview.R$styleable: int GradientColorItem_android_color -wangdaye.com.geometricweather.R$string: int feedback_location_help_title -androidx.appcompat.resources.R$string: R$string() -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_29 -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamily_fontProviderQuery +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.internal.fuseable.SimpleQueue queue +com.google.android.material.R$styleable: int AppBarLayoutStates_state_lifted +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_title +okhttp3.internal.http2.Settings: int size() +wangdaye.com.geometricweather.R$attr: int bsb_section_text_color +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintLeft_toLeftOf +cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String ALARM_STATE +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: java.util.Locale locale +wangdaye.com.geometricweather.R$style: int ThemeOverlayColorAccentRed +androidx.appcompat.R$attr: int thumbTintMode +com.google.android.material.R$attr: int contentScrim +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: int sourceColor +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_TextButton +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorEnabled +com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getError() +com.google.android.material.R$attr: int materialButtonOutlinedStyle +okhttp3.internal.Internal: void setCache(okhttp3.OkHttpClient$Builder,okhttp3.internal.cache.InternalCache) +james.adaptiveicon.R$styleable: int ActionBar_hideOnContentScroll +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_paddingTop +cyanogenmod.util.ColorUtils$1: ColorUtils$1() +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarPopupTheme +android.didikee.donate.R$dimen: int abc_dropdownitem_text_padding_left +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: void setDisposable(io.reactivex.disposables.Disposable) +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIconTint +wangdaye.com.geometricweather.R$id: int widget_day_week_week_3 +com.turingtechnologies.materialscrollbar.R$attr: int actionButtonStyle +wangdaye.com.geometricweather.R$drawable: int ic_arrow_down_24dp com.jaredrummler.android.colorpicker.R$attr: int layout_behavior -androidx.viewpager.R$dimen: int notification_right_icon_size -okhttp3.internal.cache.DiskLruCache: long size() -retrofit2.Utils: java.lang.Class getRawType(java.lang.reflect.Type) -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getDisplayGammaCalibration -com.xw.repo.bubbleseekbar.R$id: int list_item -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean disposeAll() -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle -io.reactivex.internal.util.NotificationLite: java.lang.Object next(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_checkedIconSize -androidx.appcompat.R$attr: int titleTextColor -com.google.android.material.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless -com.turingtechnologies.materialscrollbar.R$id: int search_src_text -androidx.constraintlayout.utils.widget.ImageFilterView -androidx.hilt.work.R$styleable: int ColorStateListItem_android_alpha -wangdaye.com.geometricweather.R$id: int month_navigation_fragment_toggle -com.google.android.material.slider.BaseSlider: float getValueOfTouchPosition() -com.google.android.material.R$dimen: int design_bottom_navigation_margin -james.adaptiveicon.R$drawable: int abc_ic_menu_cut_mtrl_alpha -okhttp3.internal.http2.Http2Reader: void readConnectionPreface(okhttp3.internal.http2.Http2Reader$Handler) -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.util.Date getDate() -io.reactivex.internal.subscriptions.SubscriptionHelper: boolean validate(long) -wangdaye.com.geometricweather.common.basic.models.weather.WindDegree: WindDegree(float,boolean) -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_Behavior_Layout_behavior_autoHide -io.reactivex.internal.operators.observable.ObservableGroupBy$State: java.util.concurrent.atomic.AtomicBoolean cancelled -androidx.viewpager2.R$id: int chronometer -cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator access$000() -okhttp3.internal.Util: okhttp3.Headers toHeaders(java.util.List) -okio.RealBufferedSource: long indexOfElement(okio.ByteString) -com.baidu.location.indoor.mapversion.c.a$d: double d(double) -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties: wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris ephemeris -com.google.android.material.datepicker.DateValidatorPointBackward -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainNoLast: long serialVersionUID -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String getProvince() -wangdaye.com.geometricweather.R$style: int Platform_Widget_AppCompat_Spinner -cyanogenmod.weather.WeatherInfo$1: cyanogenmod.weather.WeatherInfo[] newArray(int) -okhttp3.internal.platform.Platform: boolean isAndroid() -com.jaredrummler.android.colorpicker.R$styleable: int ButtonBarLayout_allowStacking -androidx.hilt.work.R$id: int async -wangdaye.com.geometricweather.R$styleable: int Constraint_android_alpha -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: void setValue(java.util.List) -com.jaredrummler.android.colorpicker.R$drawable: int abc_popup_background_mtrl_mult -com.google.android.material.R$string: int abc_menu_ctrl_shortcut_label -androidx.appcompat.R$attr: int alertDialogCenterButtons -okhttp3.internal.http2.Settings: boolean getEnablePush(boolean) -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Spinner_DropDown -james.adaptiveicon.R$drawable: int abc_control_background_material -androidx.constraintlayout.widget.R$attr: int layoutDuringTransition -okio.Buffer: java.lang.String toString() -com.turingtechnologies.materialscrollbar.R$attr: int state_liftable -androidx.constraintlayout.widget.Group: Group(android.content.Context,android.util.AttributeSet) -cyanogenmod.weatherservice.ServiceRequestResult: java.util.List getLocationLookupList() -com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState PAUSED -androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_TabText -com.google.android.material.R$attr: int suggestionRowLayout -com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleTintList(android.content.res.ColorStateList) -androidx.cardview.R$styleable: int CardView_cardMaxElevation -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_BACKGROUND -androidx.appcompat.widget.AppCompatImageButton: AppCompatImageButton(android.content.Context) -wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.lang.String getLunar() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: int status -androidx.constraintlayout.widget.R$anim: int abc_slide_in_bottom -com.google.android.material.R$style: int Widget_AppCompat_PopupWindow -wangdaye.com.geometricweather.R$styleable: int Chip_chipStrokeWidth -androidx.preference.R$styleable: int SwitchPreferenceCompat_switchTextOn -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_trackTintMode -androidx.appcompat.widget.ActionMenuPresenter$ActionButtonSubmenu -wangdaye.com.geometricweather.R$attr: int actionModeShareDrawable +androidx.constraintlayout.widget.R$attr: int spinBars +cyanogenmod.providers.WeatherContract$WeatherColumns: android.net.Uri CURRENT_WEATHER_URI +retrofit2.BuiltInConverters$UnitResponseBodyConverter: retrofit2.BuiltInConverters$UnitResponseBodyConverter INSTANCE +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.R$attr: int tickColorActive +wangdaye.com.geometricweather.R$color: int colorRoot_dark +retrofit2.CallAdapter$Factory +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintVertical_bias +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeTotalPrecipitationDuration(java.lang.Float) +com.github.rahatarmanahmed.cpv.R$attr +okhttp3.internal.connection.RouteException +com.google.gson.internal.LinkedTreeMap: java.lang.Object writeReplace() +com.jaredrummler.android.colorpicker.R$attr: int backgroundSplit +androidx.constraintlayout.widget.R$id: int asConfigured +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_divider +androidx.constraintlayout.widget.R$drawable: int abc_item_background_holo_light +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: io.reactivex.internal.util.AtomicThrowable error +retrofit2.RequestFactory: RequestFactory(retrofit2.RequestFactory$Builder) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: int val$x +io.reactivex.internal.util.EmptyComponent: void dispose() +androidx.viewpager.R$styleable: int FontFamilyFont_android_fontWeight +wangdaye.com.geometricweather.R$xml: int widget_week +wangdaye.com.geometricweather.R$dimen: int abc_search_view_preferred_height +com.amap.api.location.AMapLocation: int getGpsAccuracyStatus() +android.didikee.donate.R$id: int search_edit_frame android.didikee.donate.R$dimen: int notification_media_narrow_margin -androidx.constraintlayout.widget.R$color: int abc_primary_text_disable_only_material_light -wangdaye.com.geometricweather.R$attr: int arrowShaftLength -androidx.dynamicanimation.R$drawable: int notification_bg -com.google.android.material.R$styleable: int SwitchCompat_switchPadding -wangdaye.com.geometricweather.R$attr: int thumbRadius -io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: void run() -wangdaye.com.geometricweather.R$layout: int container_snackbar_card -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: long serialVersionUID -wangdaye.com.geometricweather.R$layout: int material_clock_period_toggle -okhttp3.Call: boolean isCanceled() -cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_NAME -wangdaye.com.geometricweather.R$layout: int abc_search_view -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_horizontalStyle -androidx.preference.R$style: int Base_Widget_AppCompat_Button_Colored -androidx.work.R$id: int accessibility_custom_action_21 -okhttp3.Address: javax.net.ssl.SSLSocketFactory sslSocketFactory() -com.baidu.location.e.l$b: l$b(java.lang.String,int,java.lang.String,java.lang.String,java.lang.String,int,int,com.baidu.location.e.l$1) -com.bumptech.glide.integration.okhttp.R$integer: R$integer() -okio.Segment: Segment() -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.R$drawable: int ic_plus -com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_radio_to_on_mtrl_015 -androidx.appcompat.R$styleable: int[] ListPopupWindow -com.turingtechnologies.materialscrollbar.R$attr: int actionBarSize -cyanogenmod.app.CustomTile$ExpandedGridItem -android.didikee.donate.R$dimen: int notification_right_icon_size -androidx.preference.R$styleable: int GradientColor_android_centerY -com.google.android.material.snackbar.SnackbarContentLayout: android.widget.TextView getMessageView() -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_end -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) -com.xw.repo.bubbleseekbar.R$dimen: int tooltip_precise_anchor_extra_offset -wangdaye.com.geometricweather.R$id: int widget_week_week_5 -com.xw.repo.bubbleseekbar.R$id: int notification_main_column_container -wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_dark -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) -androidx.preference.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge -androidx.appcompat.R$attr: int alpha -retrofit2.Converter$Factory: Converter$Factory() -com.google.android.material.R$styleable: int GradientColor_android_centerY -wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Content -okhttp3.internal.http2.Http2Reader$ContinuationSource: int length -android.didikee.donate.R$attr: int backgroundSplit -wangdaye.com.geometricweather.R$attr: int fabSize -androidx.constraintlayout.widget.R$attr: int layout_constraintGuide_begin -com.google.android.material.R$style: int TestStyleWithLineHeight -com.google.android.material.R$styleable: int Constraint_layout_goneMarginRight -wangdaye.com.geometricweather.R$attr: int fastScrollHorizontalTrackDrawable -com.google.android.material.R$drawable: int material_ic_edit_black_24dp -androidx.constraintlayout.widget.R$styleable: int[] CustomAttribute -com.google.android.material.R$styleable: int AppCompatTheme_buttonStyleSmall -androidx.appcompat.R$styleable: int AppCompatTextView_drawableTopCompat -io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: int requestFusion(int) -io.reactivex.internal.subscriptions.EmptySubscription: void cancel() -androidx.dynamicanimation.R$color: R$color() -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: java.util.concurrent.Executor callbackExecutor -wangdaye.com.geometricweather.R$string: int wind_level -com.google.android.material.R$styleable: int ConstraintSet_android_transformPivotX -androidx.constraintlayout.widget.R$color: int abc_tint_switch_track -androidx.preference.R$styleable: int AppCompatTextHelper_android_drawableLeft -android.didikee.donate.R$layout: int abc_screen_toolbar -androidx.preference.R$style: int Widget_AppCompat_TextView_SpinnerItem -com.google.android.gms.common.data.BitmapTeleporter: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: void setAdaptiveWidthEnabled(boolean) -wangdaye.com.geometricweather.R$drawable: int weather_clear_day_mini_xml -com.google.android.material.R$dimen: int mtrl_shape_corner_size_small_component -io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object) -com.bumptech.glide.Registry$NoSourceEncoderAvailableException -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: void onComplete() -wangdaye.com.geometricweather.R$attr: int helperTextEnabled -com.xw.repo.bubbleseekbar.R$attr: int spinBars -android.didikee.donate.R$dimen: int hint_pressed_alpha_material_dark -com.turingtechnologies.materialscrollbar.R$id: int add -com.turingtechnologies.materialscrollbar.R$attr: int bottomSheetDialogTheme -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: java.lang.String Phase -james.adaptiveicon.R$id: int title_template -wangdaye.com.geometricweather.R$id: int notification_multi_city_text_2 -com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_padding_vertical_2lines -androidx.constraintlayout.widget.R$id: int radio -androidx.appcompat.R$attr: int windowFixedWidthMinor -retrofit2.adapter.rxjava2.CallExecuteObservable$CallDisposable: boolean disposed -com.amap.api.fence.PoiItem: void setAdname(java.lang.String) -wangdaye.com.geometricweather.R$drawable: int material_ic_keyboard_arrow_next_black_24dp -okhttp3.CipherSuite: java.util.Comparator ORDER_BY_NAME -androidx.drawerlayout.R$id: int action_image -com.google.android.material.R$layout: int material_clock_period_toggle -androidx.recyclerview.R$layout: int notification_template_part_time -com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_TabText -android.didikee.donate.R$dimen -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_Button_Colored -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric -wangdaye.com.geometricweather.R$drawable: int flag_ko -androidx.vectordrawable.animated.R$id: int notification_main_column_container -wangdaye.com.geometricweather.R$dimen: int notification_small_icon_background_padding -com.google.android.material.R$attr: int showAsAction -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: InkPageIndicator(android.content.Context) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_NULL_SHA -okhttp3.internal.http2.ErrorCode: int httpCode -androidx.vectordrawable.R$styleable: int FontFamily_fontProviderFetchStrategy -com.amap.api.fence.GeoFence: int STATUS_IN -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_NoActionBar -com.google.android.material.R$styleable: int KeyCycle_android_alpha -io.reactivex.internal.disposables.EmptyDisposable: boolean offer(java.lang.Object,java.lang.Object) -cyanogenmod.weather.RequestInfo$Builder: java.lang.String mCityName -com.jaredrummler.android.colorpicker.R$id: int right -androidx.appcompat.view.menu.MenuPopup: void setOnDismissListener(android.widget.PopupWindow$OnDismissListener) -cyanogenmod.providers.CMSettings$System$1 -okio.Okio$4: java.net.Socket val$socket -cyanogenmod.alarmclock.ClockContract$CitiesColumns: java.lang.String CITY_ID -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: double Dbz -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Metric: int UnitType -androidx.transition.R$id: int line1 -cyanogenmod.app.ICustomTileListener$Stub$Proxy: java.lang.String getInterfaceDescriptor() -com.google.android.material.R$styleable: int DrawerArrowToggle_arrowShaftLength -james.adaptiveicon.R$attr: int editTextBackground -androidx.coordinatorlayout.R$string -androidx.hilt.R$id: int accessibility_custom_action_18 -james.adaptiveicon.R$style: int Base_DialogWindowTitle_AppCompat -com.google.android.material.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item -james.adaptiveicon.R$string: int abc_searchview_description_voice -io.reactivex.internal.observers.BlockingObserver -james.adaptiveicon.R$styleable: int TextAppearance_android_textFontWeight -wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status: wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status SUCCESS -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$5 -com.google.android.material.R$style: int Widget_AppCompat_ListMenuView -androidx.viewpager2.R$id: int info -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_verticalBias -androidx.preference.R$styleable: int AppCompatTheme_colorControlNormal -okhttp3.Headers: okhttp3.Headers of(java.lang.String[]) -androidx.appcompat.R$attr: int elevation -com.google.android.material.transformation.FabTransformationBehavior -androidx.appcompat.R$attr: int thickness -androidx.constraintlayout.widget.R$styleable: int Layout_layout_goneMarginBottom -androidx.appcompat.widget.AppCompatCheckedTextView: void setCustomSelectionActionModeCallback(android.view.ActionMode$Callback) -org.greenrobot.greendao.AbstractDao: int pkOrdinal -james.adaptiveicon.R$id: int up -com.google.android.material.R$dimen: int design_bottom_navigation_height -androidx.appcompat.widget.AppCompatSpinner: int getDropDownHorizontalOffset() -wangdaye.com.geometricweather.R$attr: int layout_constraintEnd_toEndOf -wangdaye.com.geometricweather.R$styleable: int LiveLockScreen_settingsActivity -com.google.android.material.R$string: int mtrl_picker_toggle_to_day_selection -com.google.android.material.R$styleable: int Constraint_layout_constraintVertical_weight -james.adaptiveicon.R$styleable: int[] PopupWindow -androidx.constraintlayout.widget.R$attr: int dialogCornerRadius -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: io.reactivex.functions.Function mapper -io.reactivex.internal.schedulers.RxThreadFactory: int priority -com.google.android.gms.common.api.AvailabilityException: AvailabilityException(androidx.collection.ArrayMap) -androidx.preference.R$attr: int itemPadding -com.jaredrummler.android.colorpicker.R$color: int foreground_material_dark -androidx.viewpager2.R$dimen: R$dimen() -androidx.work.impl.utils.futures.DirectExecutor: java.lang.String toString() -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_FloatingActionButton -androidx.loader.R$styleable: int FontFamily_fontProviderQuery -com.google.android.material.R$styleable: int ConstraintSet_android_translationX -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl -androidx.appcompat.R$color: int abc_tint_seek_thumb -com.turingtechnologies.materialscrollbar.R$color: int dim_foreground_disabled_material_dark -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.turingtechnologies.materialscrollbar.R$dimen: int abc_button_padding_horizontal_material -com.google.android.material.R$id: int action_container -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setGeoLanguage(com.amap.api.location.AMapLocationClientOption$GeoLanguage) -wangdaye.com.geometricweather.R$styleable: int SwitchPreference_android_switchTextOn -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle -okhttp3.OkHttpClient: okhttp3.Dispatcher dispatcher() -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: void dispose() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: void setValue(java.util.List) -androidx.preference.R$attr: int summaryOn -androidx.preference.R$styleable: int AppCompatTheme_actionModeShareDrawable -com.google.android.material.R$style: int Widget_AppCompat_PopupMenu_Overflow -androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableTransition_android_drawable -wangdaye.com.geometricweather.R$font: int product_sans_thin_italic -com.google.android.material.R$id: int accessibility_custom_action_28 -com.turingtechnologies.materialscrollbar.R$styleable: int[] BottomAppBar -retrofit2.Converter$Factory: java.lang.Class getRawType(java.lang.reflect.Type) -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind: double speed -androidx.transition.R$dimen: int notification_content_margin_start -com.turingtechnologies.materialscrollbar.R$styleable: int[] AppCompatTheme -androidx.appcompat.R$styleable: int[] Toolbar -org.greenrobot.greendao.AbstractDao: void deleteByKeyInTx(java.lang.Object[]) -wangdaye.com.geometricweather.R$color: int material_on_background_emphasis_medium -cyanogenmod.externalviews.KeyguardExternalView$10 -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title -com.xw.repo.bubbleseekbar.R$color: int notification_action_color_filter -cyanogenmod.externalviews.ExternalViewProviderService: android.view.WindowManager access$400(cyanogenmod.externalviews.ExternalViewProviderService) -wangdaye.com.geometricweather.db.entities.LocationEntity: float longitude -wangdaye.com.geometricweather.R$id: int item_weather_daily_air_title -androidx.core.R$styleable: int[] GradientColor -androidx.fragment.R$id: int accessibility_custom_action_20 -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_navigation_top_padding -com.google.android.material.R$attr: int cornerSize -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipCornerRadius -wangdaye.com.geometricweather.R$style: int activity_create_widget_done_button -wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.lang.String description -cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.ICMHardwareService getService() -wangdaye.com.geometricweather.R$styleable: int MaterialButton_android_insetRight -com.google.gson.internal.$Gson$Types$WildcardTypeImpl: long serialVersionUID -wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_text_light_normal -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_EditText -io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: long serialVersionUID -cyanogenmod.weather.WeatherInfo$DayForecast: WeatherInfo$DayForecast(android.os.Parcel) -org.greenrobot.greendao.AbstractDao: java.lang.Object readEntity(android.database.Cursor,int) -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void onNext(java.lang.Object) -okhttp3.internal.connection.StreamAllocation: void noNewStreams() -cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent UNKNOWN -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Body2 -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_android_baselineAligned -com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: boolean equals(java.lang.Object) -androidx.work.R$id: int accessibility_custom_action_20 -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color Color -com.amap.api.fence.GeoFence: java.lang.String BUNDLE_KEY_CUSTOMID -android.didikee.donate.R$styleable: int MenuView_android_horizontalDivider -android.didikee.donate.R$drawable: int abc_list_selector_background_transition_holo_light -james.adaptiveicon.R$style: int Base_Widget_AppCompat_AutoCompleteTextView -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWindDegree -android.didikee.donate.R$styleable: int AppCompatTheme_actionModePopupWindowStyle -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onDetach() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setO3Desc(java.lang.String) -com.google.android.material.R$style: int Base_Widget_AppCompat_TextView -com.google.android.material.R$style: int Platform_AppCompat_Light -wangdaye.com.geometricweather.R$drawable: int design_snackbar_background -androidx.constraintlayout.widget.R$attr: int homeAsUpIndicator -wangdaye.com.geometricweather.R$style: int Preference_SwitchPreference_Material -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_rotationX -io.reactivex.Observable: io.reactivex.disposables.Disposable subscribe(io.reactivex.functions.Consumer) -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.rx.RxDao rxDao -androidx.hilt.lifecycle.R$attr: int fontStyle -wangdaye.com.geometricweather.R$drawable: int abc_dialog_material_background -androidx.preference.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth -com.xw.repo.bubbleseekbar.R$anim: int abc_slide_in_bottom -io.reactivex.internal.util.VolatileSizeArrayList: java.util.List subList(int,int) -androidx.appcompat.R$dimen: int abc_cascading_menus_min_smallest_width -androidx.appcompat.resources.R$drawable: int notification_icon_background -wangdaye.com.geometricweather.R$id: int activity_widget_config_custom_subtitle_keywords -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial: int UnitType -androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_fontStyle -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedNoLast: long serialVersionUID -com.xw.repo.bubbleseekbar.R$attr: int alertDialogTheme -com.xw.repo.bubbleseekbar.R$attr: int icon -com.google.android.material.card.MaterialCardView: int getContentPaddingRight() -okhttp3.Cache$Entry: long receivedResponseMillis -android.didikee.donate.R$dimen: int abc_dialog_fixed_height_minor -cyanogenmod.app.ProfileGroup: android.os.Parcelable$Creator CREATOR -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Body2 -androidx.lifecycle.extensions.R$styleable: int ColorStateListItem_android_color -wangdaye.com.geometricweather.R$dimen: int cpv_color_preference_normal -cyanogenmod.weather.WeatherLocation$1: java.lang.Object createFromParcel(android.os.Parcel) -androidx.hilt.work.R$styleable: int FontFamilyFont_android_font -android.didikee.donate.R$style: int Base_V7_Theme_AppCompat_Dialog -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: void onNext(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ProgressBar -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Menu -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_subtitle -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void onComplete() -cyanogenmod.app.IProfileManager$Stub$Proxy: boolean addProfile(cyanogenmod.app.Profile) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Metric: AccuCurrentResult$Temperature$Metric() -androidx.preference.R$style: int Base_Widget_AppCompat_ActionBar -android.didikee.donate.R$attr: int contentInsetEndWithActions -androidx.preference.R$drawable: int abc_ratingbar_small_material -com.bumptech.glide.integration.okhttp.R$id: int right_icon -cyanogenmod.app.ProfileManager: int PROFILES_STATE_ENABLED -cyanogenmod.profiles.RingModeSettings: boolean isOverride() -com.xw.repo.bubbleseekbar.R$string: int abc_menu_ctrl_shortcut_label -wangdaye.com.geometricweather.R$attr: int deltaPolarAngle -androidx.lifecycle.Transformations$1: Transformations$1(androidx.lifecycle.MediatorLiveData,androidx.arch.core.util.Function) -cyanogenmod.app.CMTelephonyManager: void setDataConnectionState(boolean) -wangdaye.com.geometricweather.R$color: int colorLevel_2 -cyanogenmod.app.suggest.ApplicationSuggestion: android.net.Uri mThumbnailUri -cyanogenmod.weather.WeatherInfo: int mWindSpeedUnit -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void onNext(java.lang.Object) -james.adaptiveicon.R$id: int action_text -com.turingtechnologies.materialscrollbar.R$dimen: int item_touch_helper_swipe_escape_velocity -james.adaptiveicon.R$styleable: int MenuGroup_android_visible -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_enabled -com.google.android.material.R$dimen: int abc_action_bar_default_height_material -okhttp3.Cache: long size() -io.reactivex.internal.util.NotificationLite$ErrorNotification: java.lang.String toString() -androidx.constraintlayout.widget.R$attr: int overlapAnchor -androidx.constraintlayout.widget.R$styleable: int PropertySet_layout_constraintTag -com.xw.repo.bubbleseekbar.R$id: int customPanel -wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_color -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter beginArray() -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getTranslateY() -cyanogenmod.providers.ThemesContract$ThemesColumns$InstallState: int INSTALLING -androidx.constraintlayout.widget.R$id: int action_bar_subtitle -wangdaye.com.geometricweather.R$font -com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar -okio.RealBufferedSource: boolean exhausted() -cyanogenmod.profiles.StreamSettings$1: cyanogenmod.profiles.StreamSettings[] newArray(int) -com.google.android.material.R$styleable: int Chip_iconEndPadding -wangdaye.com.geometricweather.R$attr: int clickAction -cyanogenmod.app.ILiveLockScreenManagerProvider: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() -androidx.preference.R$attr: int panelMenuListWidth -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_counterEnabled -androidx.constraintlayout.widget.R$attr: int flow_firstVerticalStyle -androidx.preference.R$styleable: int SwitchPreference_android_summaryOn -com.google.android.material.R$styleable: int RecyclerView_layoutManager -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: long StartEpochDateTime -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: java.lang.String CountryID -okhttp3.ConnectionSpec$Builder -io.reactivex.Observable: io.reactivex.Observable merge(io.reactivex.ObservableSource,io.reactivex.ObservableSource) -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: boolean isValid() -wangdaye.com.geometricweather.R$attr: int unchecked_background_color -androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_shadowDx -com.amap.api.location.AMapLocation: java.lang.String getDescription() -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color: int Blue -com.google.android.material.R$id: int accessibility_custom_action_12 -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void otherError(java.lang.Throwable) -wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialog_backgroundInsetStart -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_thumbTint -cyanogenmod.profiles.AirplaneModeSettings$BooleanState: int STATE_DISALED -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: void request(long) -com.jaredrummler.android.colorpicker.R$id: int none -com.google.android.gms.common.server.converter.StringToIntConverter$zaa: android.os.Parcelable$Creator CREATOR -android.didikee.donate.R$drawable: int notification_icon_background -wangdaye.com.geometricweather.R$layout: int material_clock_period_toggle_land -wangdaye.com.geometricweather.common.basic.models.options.DarkMode -com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String d() -com.google.android.material.R$dimen: int mtrl_btn_disabled_elevation -io.reactivex.internal.disposables.DisposableHelper: boolean isDisposed() -wangdaye.com.geometricweather.R$attr: int flow_horizontalStyle -cyanogenmod.providers.CMSettings$Secure$1: boolean validate(java.lang.String) -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: java.lang.String name -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorTextColor -com.google.android.material.R$attr: int closeIconVisible -cyanogenmod.providers.ThemesContract$MixnMatchColumns: ThemesContract$MixnMatchColumns() -okhttp3.internal.Util: int decodeHexDigit(char) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarTabBarStyle -okhttp3.HttpUrl$Builder: void pop() -androidx.lifecycle.ProcessLifecycleOwnerInitializer: android.net.Uri insert(android.net.Uri,android.content.ContentValues) -com.google.android.material.button.MaterialButton: android.graphics.PorterDuff$Mode getBackgroundTintMode() -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: long serialVersionUID -com.google.android.material.slider.RangeSlider: float getMinSeparation() -okhttp3.CertificatePinner$Builder: java.util.List pins -com.xw.repo.bubbleseekbar.R$attr: int thumbTintMode -okhttp3.internal.http2.Http2Reader$ContinuationSource: int streamId -com.google.android.material.chip.Chip: void setCloseIconResource(int) -wangdaye.com.geometricweather.R$color: int darkPrimary_2 -com.amap.api.fence.PoiItem: void setCity(java.lang.String) -com.jaredrummler.android.colorpicker.R$attr: int actionModeBackground -wangdaye.com.geometricweather.R$layout: int preference_widget_checkbox -androidx.activity.R$styleable: int FontFamily_fontProviderPackage -androidx.lifecycle.SavedStateViewModelFactory: androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory mFactory -okio.ByteString: okio.ByteString hmacSha256(okio.ByteString) -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_removeNotificationGroup -androidx.vectordrawable.animated.R$id: int tag_accessibility_actions -cyanogenmod.app.ICMStatusBarManager$Stub: int TRANSACTION_removeCustomTileFromListener -okhttp3.internal.http2.Http2Connection$ReaderRunnable$1: okhttp3.internal.http2.Http2Connection$ReaderRunnable this$1 -okio.Buffer: void readFully(okio.Buffer,long) -androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_android_ttcIndex -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean onMenuItemSelected(int,android.view.MenuItem) -androidx.lifecycle.MediatorLiveData$Source -androidx.loader.content.Loader: void unregisterOnLoadCanceledListener(androidx.loader.content.Loader$OnLoadCanceledListener) -wangdaye.com.geometricweather.R$styleable: int[] Chip -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: HistoryEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) -wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: java.lang.String modeId -androidx.constraintlayout.widget.R$attr: int subtitleTextStyle -cyanogenmod.app.ProfileGroup: android.net.Uri getRingerOverride() -wangdaye.com.geometricweather.R$styleable: int BottomAppBar_paddingRightSystemWindowInsets -james.adaptiveicon.R$attr: int dividerHorizontal -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleTextAppearance -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_begin -cyanogenmod.app.ProfileManager: java.lang.String INTENT_ACTION_PROFILE_UPDATED -androidx.appcompat.R$bool: int abc_action_bar_embed_tabs -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Button_Small -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintEnd_toEndOf -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_centerX -wangdaye.com.geometricweather.R$attr: int dotGap -okhttp3.MultipartBody: java.util.List parts() -cyanogenmod.app.ThemeVersion$ComponentVersion: int id -com.google.android.material.textfield.TextInputLayout: void setEndIconContentDescription(java.lang.CharSequence) -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_ChipGroup -wangdaye.com.geometricweather.R$styleable: int Toolbar_titleMarginBottom -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningConsequence: MfWarningsResult$WarningConsequence() -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_5 -james.adaptiveicon.R$dimen: int compat_control_corner_material -com.google.android.material.R$styleable: int CoordinatorLayout_keylines -cyanogenmod.app.PartnerInterface: PartnerInterface(android.content.Context) -androidx.vectordrawable.animated.R$id: int tag_accessibility_clickable_spans -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: ObservableRangeLong$RangeDisposable(io.reactivex.Observer,long,long) -wangdaye.com.geometricweather.R$drawable: int shortcuts_partly_cloudy_day_foreground -androidx.constraintlayout.widget.R$styleable: int Toolbar_contentInsetStartWithNavigation -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintDimensionRatio -android.didikee.donate.R$attr: int titleMarginBottom -wangdaye.com.geometricweather.R$drawable: int notif_temp_129 -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Spinner_Underlined -androidx.work.R$attr: int fontProviderFetchTimeout -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeIcePrecipitationDuration(java.lang.Float) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilityRain rain -io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) -james.adaptiveicon.R$style: int Platform_AppCompat_Light -androidx.lifecycle.LifecycleOwner: androidx.lifecycle.Lifecycle getLifecycle() -okhttp3.HttpUrl$Builder -io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: long serialVersionUID -org.greenrobot.greendao.AbstractDaoSession: java.util.Collection getAllDaos() -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments: long beginTime -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Subhead -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionBar_TabView -com.jaredrummler.android.colorpicker.R$attr: int closeItemLayout -androidx.lifecycle.SavedStateViewModelFactory: android.os.Bundle mDefaultArgs -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: java.lang.String value -wangdaye.com.geometricweather.db.entities.WeatherEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String getHeadIconType() -androidx.constraintlayout.utils.widget.ImageFilterView: ImageFilterView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: void setIconResStart(int) -androidx.preference.R$attr: int fontStyle -androidx.constraintlayout.widget.R$attr: int transitionPathRotate -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipIconTint -androidx.constraintlayout.widget.R$drawable: int abc_edit_text_material -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: boolean isDisposed() -androidx.lifecycle.LiveData: void dispatchingValue(androidx.lifecycle.LiveData$ObserverWrapper) -wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: int getChartTop() -io.reactivex.internal.disposables.EmptyDisposable: io.reactivex.internal.disposables.EmptyDisposable[] values() -com.bumptech.glide.integration.okhttp.R$id: int title -okio.AsyncTimeout: okio.AsyncTimeout awaitTimeout() -androidx.preference.R$style: int Base_V28_Theme_AppCompat -com.amap.api.location.AMapLocation: int TRUSTED_LEVEL_BAD -androidx.lifecycle.ReportFragment: void setProcessListener(androidx.lifecycle.ReportFragment$ActivityInitializationListener) -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_firstHorizontalBias -com.baidu.location.e.l$b: java.lang.String a(com.baidu.location.e.l$b) -android.didikee.donate.R$integer: int abc_config_activityDefaultDur -androidx.legacy.coreutils.R$id: int action_text -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Small -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String OVERLAYS_URI -com.google.android.material.R$attr: int tint -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void onTimeoutError(long,java.lang.Throwable) -com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setBadgeDrawables(android.util.SparseArray) +androidx.appcompat.R$style: int TextAppearance_AppCompat_Display2 +wangdaye.com.geometricweather.R$styleable: int Chip_chipBackgroundColor +androidx.core.R$id: int accessibility_custom_action_14 +wangdaye.com.geometricweather.db.entities.HistoryEntity: void setWeatherSource(java.lang.String) +io.reactivex.internal.queue.SpscArrayQueue: boolean offer(java.lang.Object,java.lang.Object) +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.internal.util.ErrorMode errorMode +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Button_Borderless +androidx.preference.R$layout: int abc_action_bar_up_container +androidx.constraintlayout.widget.R$dimen: int abc_search_view_preferred_width +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabBackground +androidx.core.R$layout +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout: FitSystemBarAppBarLayout(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.R$id: int progress_circular +wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_shapeAppearanceOverlay +com.xw.repo.bubbleseekbar.R$styleable: int[] CoordinatorLayout +com.google.android.material.R$attr: int itemIconSize +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric: java.lang.String Unit +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String dailyForecast +androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory: androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory getInstance(android.app.Application) +wangdaye.com.geometricweather.db.entities.HistoryEntity: void setTime(long) +android.didikee.donate.R$styleable: int Toolbar_contentInsetStart +com.google.android.material.R$attr: int textInputStyle +io.reactivex.Observable: io.reactivex.Observable rangeLong(long,long) +androidx.lifecycle.LiveData$AlwaysActiveObserver +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 +wangdaye.com.geometricweather.R$id: int widget_clock_day_card +cyanogenmod.app.BaseLiveLockManagerService: android.os.IBinder asBinder() +androidx.constraintlayout.widget.R$attr: int layout_editor_absoluteX +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial: int UnitType +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_pre_l_text_clip_padding +wangdaye.com.geometricweather.R$id: int withText +cyanogenmod.weather.WeatherInfo$DayForecast: int hashCode() +com.google.android.material.R$styleable: int OnClick_clickAction +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature +androidx.coordinatorlayout.R$styleable: R$styleable() +wangdaye.com.geometricweather.R$styleable: int AppCompatSeekBar_tickMarkTint +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String getTreeDescription() +com.google.gson.internal.LazilyParsedNumber: float floatValue() +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarSize +androidx.preference.R$attr: int buttonBarNeutralButtonStyle +com.google.android.material.R$drawable: int abc_action_bar_item_background_material +com.google.android.material.textfield.TextInputLayout: void setErrorEnabled(boolean) +com.amap.api.fence.GeoFence +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode CONNECT_ERROR +wangdaye.com.geometricweather.R$id: int parentRelative +com.google.android.material.R$drawable: int abc_list_selector_disabled_holo_light +androidx.appcompat.resources.R$styleable: int[] AnimatedStateListDrawableTransition +james.adaptiveicon.R$attr: int panelMenuListWidth +androidx.recyclerview.R$id: int tag_unhandled_key_event_manager +wangdaye.com.geometricweather.db.entities.LocationEntityDao: boolean hasKey(java.lang.Object) +james.adaptiveicon.R$color: int abc_primary_text_material_dark +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver(io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver) +com.jaredrummler.android.colorpicker.R$attr: int cpv_showColorShades +com.google.android.material.R$attr: int counterOverflowTextColor +androidx.constraintlayout.widget.R$anim: int btn_checkbox_to_checked_box_outer_merged_animation +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Headline4 +com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String l() +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Spinner +james.adaptiveicon.R$styleable: int AppCompatTheme_actionMenuTextAppearance +androidx.coordinatorlayout.R$dimen: int notification_subtext_size +com.google.android.material.chip.ChipGroup: void setChipSpacing(int) +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_horizontalGap +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property CloudCover +cyanogenmod.profiles.RingModeSettings wangdaye.com.geometricweather.R$string: int content_des_sunset -com.google.android.material.R$attr: int statusBarScrim -com.turingtechnologies.materialscrollbar.R$drawable: int notification_bg_normal -com.xw.repo.bubbleseekbar.R$attr: int listPreferredItemPaddingRight -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Display2 -androidx.vectordrawable.animated.R$drawable: int notification_template_icon_low_bg -androidx.appcompat.widget.ActionBarContainer: ActionBarContainer(android.content.Context) -androidx.coordinatorlayout.R$id: int accessibility_custom_action_16 -com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_icon_size -android.didikee.donate.R$styleable: int AlertDialog_android_layout -wangdaye.com.geometricweather.db.entities.MinutelyEntity: boolean daylight -cyanogenmod.app.suggest.AppSuggestManager: cyanogenmod.app.suggest.AppSuggestManager getInstance(android.content.Context) -com.xw.repo.bubbleseekbar.R$styleable: int CompoundButton_buttonCompat -androidx.constraintlayout.widget.R$attr: int titleTextColor -okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.tls.CertificateChainCleaner buildCertificateChainCleaner(javax.net.ssl.X509TrustManager) -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.Astro sun() -com.xw.repo.bubbleseekbar.R$string: int abc_action_bar_home_description -com.google.android.material.R$style: int Widget_MaterialComponents_TabLayout -androidx.appcompat.R$attr: int colorControlActivated -cyanogenmod.profiles.AirplaneModeSettings$1: cyanogenmod.profiles.AirplaneModeSettings[] newArray(int) -androidx.preference.R$color: int switch_thumb_disabled_material_light -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_temp_1 -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Menu -cyanogenmod.themes.IThemeService$Stub: java.lang.String DESCRIPTOR -wangdaye.com.geometricweather.R$attr: int wavePeriod -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric: int UnitType -com.google.android.material.navigation.NavigationView: void setNavigationItemSelectedListener(com.google.android.material.navigation.NavigationView$OnNavigationItemSelectedListener) -com.turingtechnologies.materialscrollbar.R$attr: int activityChooserViewStyle -wangdaye.com.geometricweather.R$string: int precipitation_heavy -wangdaye.com.geometricweather.R$id: int homeAsUp -com.xw.repo.bubbleseekbar.R$attr: int collapseIcon -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableTintMode -okio.RealBufferedSink: okio.BufferedSink writeInt(int) -cyanogenmod.weather.ICMWeatherManager: void lookupCity(cyanogenmod.weather.RequestInfo) -wangdaye.com.geometricweather.db.entities.HistoryEntity: java.lang.String weatherSource -com.turingtechnologies.materialscrollbar.R$styleable: int ForegroundLinearLayout_foregroundInsidePadding -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragment_android_dividerHeight -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind: AccuDailyResult$DailyForecasts$Day$Wind() -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: boolean isDisposed() -retrofit2.http.QueryName: boolean encoded() -com.google.gson.stream.JsonReader: int NUMBER_CHAR_EXP_SIGN -androidx.work.R$attr: int alpha -james.adaptiveicon.R$dimen: int notification_media_narrow_margin -james.adaptiveicon.R$style: int Theme_AppCompat_Light_DialogWhenLarge -androidx.legacy.coreutils.R$id: int italic -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Imperial: double Value -com.google.android.material.R$layout: int mtrl_alert_dialog_title -com.bumptech.glide.R$id: int text -wangdaye.com.geometricweather.R$styleable: int MenuItem_actionLayout -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabPaddingEnd -com.jaredrummler.android.colorpicker.R$attr: int textColorSearchUrl -com.google.android.material.R$dimen: int mtrl_bottomappbar_fab_cradle_margin -james.adaptiveicon.R$styleable: int Toolbar_titleTextAppearance -com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_color -com.google.android.material.R$drawable: int abc_text_select_handle_middle_mtrl_dark -wangdaye.com.geometricweather.R$layout: int widget_day_temp -androidx.preference.R$anim: int fragment_fast_out_extra_slow_in -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: long serialVersionUID -androidx.coordinatorlayout.R$dimen: int notification_right_side_padding_top -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle -com.google.android.material.slider.BaseSlider: void setTrackActiveTintList(android.content.res.ColorStateList) -io.reactivex.internal.observers.LambdaObserver: void onNext(java.lang.Object) -okhttp3.HttpUrl: boolean percentEncoded(java.lang.String,int,int) -com.amap.api.location.AMapLocationClient: AMapLocationClient(android.content.Context,android.content.Intent) -com.google.android.material.R$styleable: int Constraint_layout_constraintHorizontal_bias -wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: SwipeSwitchLayout(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.resource.utils.ResourceUtils$NullResourceIdException: ResourceUtils$NullResourceIdException() -okhttp3.Authenticator: okhttp3.Authenticator NONE -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: java.lang.String unit -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Title_Inverse -com.amap.api.location.AMapLocationClientOption: void setLocationProtocol(com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol) -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_min -android.support.v4.os.ResultReceiver: void writeToParcel(android.os.Parcel,int) -androidx.drawerlayout.R$dimen: int notification_small_icon_background_padding -androidx.drawerlayout.R$dimen: int notification_top_pad_large_text -okhttp3.Cache$CacheResponseBody: okhttp3.internal.cache.DiskLruCache$Snapshot snapshot -okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder maxAge(int,java.util.concurrent.TimeUnit) -retrofit2.adapter.rxjava2.Result -com.turingtechnologies.materialscrollbar.R$attr: int commitIcon -wangdaye.com.geometricweather.R$attr: int dragDirection -com.jaredrummler.android.colorpicker.R$attr: int switchTextOn -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver -androidx.coordinatorlayout.R$id: int notification_main_column -com.google.android.material.R$id: int dialog_button -androidx.appcompat.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated -com.turingtechnologies.materialscrollbar.R$layout: int design_layout_snackbar -com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$Node removeInternalByKey(java.lang.Object) -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cwd -okio.ByteString: okio.ByteString hmacSha1(okio.ByteString) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setDefense(java.util.List) -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: long id -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionMode -wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit: java.lang.String unitAbbreviation -com.google.android.material.R$styleable: int Constraint_android_transformPivotX -cyanogenmod.profiles.LockSettings: java.lang.String TAG -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver: long serialVersionUID -androidx.preference.ListPreferenceDialogFragmentCompat: ListPreferenceDialogFragmentCompat() -wangdaye.com.geometricweather.R$attr: int onCross -wangdaye.com.geometricweather.R$xml: int widget_clock_day_week -okhttp3.FormBody$Builder: FormBody$Builder(java.nio.charset.Charset) -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: boolean isIce() -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Toolbar -okhttp3.Cache: java.lang.String key(okhttp3.HttpUrl) -androidx.appcompat.widget.ActivityChooserModel: void setOnChooseActivityListener(androidx.appcompat.widget.ActivityChooserModel$OnChooseActivityListener) -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWindSpeed(java.lang.Float) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWindChillTemperature -okhttp3.MediaType: java.util.regex.Pattern TYPE_SUBTYPE -okhttp3.internal.cache.CacheStrategy$Factory: long cacheResponseAge() -io.reactivex.internal.schedulers.ScheduledDirectTask: java.lang.Object call() -com.turingtechnologies.materialscrollbar.R$id: int mtrl_child_content_container -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu -okhttp3.Protocol: okhttp3.Protocol QUIC -com.google.android.material.R$styleable: int Chip_android_maxWidth -cyanogenmod.themes.IThemeService$Stub$Proxy: java.lang.String getInterfaceDescriptor() -com.xw.repo.bubbleseekbar.R$color: int material_grey_800 -cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_CLOCK -wangdaye.com.geometricweather.R$styleable: int MaterialButton_android_background -io.reactivex.observers.TestObserver$EmptyObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int MotionTelltales_telltales_tailScale -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode -androidx.activity.R$id: int accessibility_custom_action_8 -io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: UnicastSubject$UnicastQueueDisposable(io.reactivex.subjects.UnicastSubject) -wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_marginRight -androidx.constraintlayout.widget.R$attr: int srcCompat -androidx.appcompat.resources.R$id: int accessibility_custom_action_12 -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.Wind wind -androidx.lifecycle.Lifecycle: void removeObserver(androidx.lifecycle.LifecycleObserver) -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.core.R$drawable: int notification_bg_low +androidx.constraintlayout.widget.R$styleable: int Constraint_transitionEasing +okhttp3.Address: okhttp3.HttpUrl url +io.reactivex.Observable: io.reactivex.Observable distinct() +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: java.util.concurrent.atomic.AtomicReference upstream +okhttp3.Request: java.lang.String method() +okhttp3.Cookie +androidx.appcompat.resources.R$style: int TextAppearance_Compat_Notification_Info +wangdaye.com.geometricweather.R$attr: int preferenceScreenStyle +androidx.constraintlayout.widget.R$styleable: int Layout_minWidth +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Display3 +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_ct +com.google.android.material.internal.BaselineLayout: BaselineLayout(android.content.Context,android.util.AttributeSet) +com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState RUNNING +okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.platform.OptionalMethod setUseSessionTickets +james.adaptiveicon.R$attr: int actionBarTabTextStyle +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionButtonStyle +androidx.preference.R$styleable: int TextAppearance_android_shadowRadius +androidx.preference.R$id: int textSpacerNoTitle +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setDistrict(java.lang.String) +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void schedule() +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_16 +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void drain() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableTint +android.didikee.donate.R$color: int abc_tint_switch_track +androidx.hilt.R$id: int accessibility_custom_action_27 +androidx.appcompat.R$style: int TextAppearance_AppCompat_Small_Inverse +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: java.lang.String zh_TW +androidx.preference.R$styleable: int[] LinearLayoutCompat +androidx.preference.R$dimen: int abc_action_bar_elevation_material +wangdaye.com.geometricweather.R$attr: int checkboxStyle +com.google.android.material.R$dimen: int design_snackbar_text_size +wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_adjustable +com.xw.repo.bubbleseekbar.R$attr: int borderlessButtonStyle +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_29 +wangdaye.com.geometricweather.R$styleable: int ArcProgress_background_color +com.turingtechnologies.materialscrollbar.R$attr: int actionOverflowButtonStyle +androidx.activity.R$style: int TextAppearance_Compat_Notification_Title +cyanogenmod.weatherservice.ServiceRequestResult: java.lang.String mKey +androidx.preference.R$drawable: int abc_control_background_material +wangdaye.com.geometricweather.R$drawable: int ic_google_play +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_Solid +com.turingtechnologies.materialscrollbar.R$attr: int msb_handleOffColor +com.jaredrummler.android.colorpicker.R$styleable: int[] ViewStubCompat +androidx.appcompat.R$style: int ThemeOverlay_AppCompat_ActionBar +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title +com.turingtechnologies.materialscrollbar.R$attr: int iconifiedByDefault +wangdaye.com.geometricweather.R$id: int spread_inside +androidx.preference.R$style: int Base_V7_Theme_AppCompat_Light +okhttp3.internal.platform.Platform: okhttp3.internal.platform.Platform PLATFORM +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_android_switchTextOn +androidx.recyclerview.R$id: int accessibility_custom_action_3 +wangdaye.com.geometricweather.R$dimen: int widget_little_weather_icon_size +androidx.hilt.R$id: int time +com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_AUTH +androidx.hilt.work.R$layout: int notification_action_tombstone +com.turingtechnologies.materialscrollbar.R$styleable: int[] AnimatedStateListDrawableCompat +com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat_Dark +androidx.work.R$attr: R$attr() +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_getProgress +james.adaptiveicon.R$styleable: int AlertDialog_buttonPanelSideLayout +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_textColorHint +okhttp3.internal.http2.Hpack$Reader: okhttp3.internal.http2.Header[] dynamicTable +wangdaye.com.geometricweather.R$id: int dialog_location_permission_statement_title +com.turingtechnologies.materialscrollbar.R$styleable: int ForegroundLinearLayout_android_foregroundGravity +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Imperial Imperial +cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_setDefaultLiveLockScreen +com.turingtechnologies.materialscrollbar.R$layout: int abc_alert_dialog_material +com.google.android.material.R$styleable: int CardView_contentPaddingLeft +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintTag +io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: io.reactivex.internal.operators.observable.ObservableCache parent +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getDisplayColorCalibration +androidx.hilt.work.R$styleable: int FontFamily_fontProviderPackage +james.adaptiveicon.R$styleable: int SearchView_goIcon +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_goneMarginStart +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar +com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Theme_AppCompat +com.jaredrummler.android.colorpicker.ColorPickerView: int getPaddingBottom() +com.google.android.material.textfield.TextInputLayout: void setBoxStrokeWidthResource(int) +com.amap.api.fence.PoiItem: java.lang.String e +cyanogenmod.hardware.DisplayMode: void writeToParcel(android.os.Parcel,int) +androidx.viewpager.R$id: int line1 +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode PARTLY_CLOUDY +com.google.android.material.R$style: int TextAppearance_Design_Suffix +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX getWind() +androidx.coordinatorlayout.R$id: int tag_unhandled_key_event_manager +wangdaye.com.geometricweather.R$color: int abc_tint_switch_track +com.jaredrummler.android.colorpicker.R$color: int abc_secondary_text_material_dark +com.google.android.material.R$styleable: int MaterialCardView_checkedIconMargin +com.bumptech.glide.R$id +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: io.reactivex.functions.Function mapper +androidx.viewpager2.R$layout: R$layout() +wangdaye.com.geometricweather.R$styleable: int SignInButton_buttonSize +androidx.appcompat.resources.R$drawable: int notification_action_background +com.google.android.material.R$id: int on +androidx.constraintlayout.widget.R$attr: int alertDialogTheme +com.google.android.material.R$dimen: int mtrl_calendar_bottom_padding +com.google.android.material.R$color: int design_dark_default_color_secondary +io.reactivex.Observable: io.reactivex.Observable skipLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean) +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_DES_CBC_SHA +io.reactivex.Observable: io.reactivex.Observable switchOnNext(io.reactivex.ObservableSource,int) +androidx.appcompat.widget.AbsActionBarView: void setVisibility(int) +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Object readKey(android.database.Cursor,int) +com.google.android.material.R$id: int autoCompleteToStart +com.amap.api.fence.PoiItem: android.os.Parcelable$Creator CREATOR +com.turingtechnologies.materialscrollbar.R$color: int design_default_color_primary_dark +io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: void onNext(java.lang.Object) +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: void dispose() +com.xw.repo.bubbleseekbar.R$drawable: int abc_spinner_mtrl_am_alpha +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_switchPadding +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_PopupMenu_Overflow +wangdaye.com.geometricweather.R$styleable: int MenuItem_alphabeticModifiers +androidx.preference.R$string: int v7_preference_off +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: CaiYunMainlyResult$AlertsBean$DefenseBean() +wangdaye.com.geometricweather.db.entities.LocationEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) +wangdaye.com.geometricweather.R$attr: int badgeTextColor +androidx.recyclerview.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog +androidx.work.R$layout: int notification_action +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_menu_header_material +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_PopupMenu +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setLiveLockScreen(java.lang.String) +okhttp3.internal.http2.Http2Connection: int nextStreamId +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: java.lang.Object poll() +io.reactivex.Observable: io.reactivex.Observable hide() +androidx.appcompat.resources.R$drawable: int notify_panel_notification_icon_bg +com.turingtechnologies.materialscrollbar.R$attr: int queryHint +androidx.preference.R$anim: int fragment_fade_enter +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: boolean isValid() +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Title_Inverse +androidx.preference.R$dimen: int highlight_alpha_material_light +okhttp3.internal.http2.Huffman: okhttp3.internal.http2.Huffman INSTANCE +androidx.appcompat.R$styleable: int ActionBar_titleTextStyle +io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: boolean isDisposed() +org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.DatabaseOpenHelper$EncryptedHelper encryptedHelper +wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: int getChartBottom() +wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_animSyncDuration +james.adaptiveicon.R$styleable: int TextAppearance_android_textColor +wangdaye.com.geometricweather.R$attr: int touchRegionId +com.xw.repo.bubbleseekbar.R$styleable: int[] SwitchCompat +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: long serialVersionUID +io.reactivex.internal.util.NotificationLite$DisposableNotification: java.lang.String toString() +wangdaye.com.geometricweather.R$styleable: int MenuView_subMenuArrow +androidx.appcompat.resources.R$attr: int fontProviderAuthority +cyanogenmod.hardware.CMHardwareManager +wangdaye.com.geometricweather.R$string: int expand_button_title +androidx.preference.R$styleable: int ListPreference_android_entryValues +wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status: wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status[] values() +androidx.preference.R$styleable: int DialogPreference_android_positiveButtonText +androidx.appcompat.resources.R$dimen: int notification_large_icon_height +wangdaye.com.geometricweather.R$color: int mtrl_chip_surface_color +wangdaye.com.geometricweather.R$styleable: int[] Snackbar +android.didikee.donate.R$style: int Widget_AppCompat_Spinner_Underlined +androidx.appcompat.R$attr: int controlBackground +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_android_insetBottom +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +okio.AsyncTimeout$Watchdog: void run() +retrofit2.Retrofit$Builder: okhttp3.Call$Factory callFactory +wangdaye.com.geometricweather.main.fragments.ManagementFragment +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: long serialVersionUID +androidx.dynamicanimation.R$style +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather: java.lang.String humidity +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeCloudCover(java.lang.Integer) +wangdaye.com.geometricweather.R$attr: int listChoiceBackgroundIndicator +wangdaye.com.geometricweather.main.fragments.ManagementFragment: ManagementFragment() +com.google.android.material.R$styleable: int KeyTimeCycle_framePosition +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_verticalGap +androidx.constraintlayout.helper.widget.Layer: void setTranslationX(float) +wangdaye.com.geometricweather.R$drawable: int notif_temp_43 +com.google.android.material.R$styleable: int Layout_layout_constraintWidth_max +wangdaye.com.geometricweather.R$id: int smallLabel +wangdaye.com.geometricweather.R$layout: int design_text_input_start_icon +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_AES_256_CBC_SHA +okhttp3.Cache: void remove(okhttp3.Request) +okhttp3.internal.connection.StreamAllocation: boolean released +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean names +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getUvIndex() +com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleMarginStart(int) +wangdaye.com.geometricweather.R$drawable: int ic_exercise +android.didikee.donate.R$style: int Theme_AppCompat_Light_DialogWhenLarge +com.google.android.material.R$styleable: int FontFamily_fontProviderPackage +androidx.preference.R$id: int spinner +wangdaye.com.geometricweather.R$id: int dialog_background_location_setButton +androidx.preference.R$styleable: int PreferenceTheme_dropdownPreferenceStyle +android.didikee.donate.R$styleable: int AppCompatTextHelper_android_drawableRight +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dialogCornerRadius +androidx.appcompat.widget.Toolbar: void setOverflowIcon(android.graphics.drawable.Drawable) +com.amap.api.fence.GeoFenceClient: int GEOFENCE_IN +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_75 +wangdaye.com.geometricweather.R$styleable: int GradientColor_android_endColor +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter beginObject() +com.google.android.material.R$styleable: int Toolbar_contentInsetStart +okio.RealBufferedSource: java.lang.String toString() +com.bumptech.glide.load.HttpException: long serialVersionUID +android.didikee.donate.R$style: int Base_Widget_AppCompat_DrawerArrowToggle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: int getStatus() +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceListItem +okhttp3.internal.ws.WebSocketWriter: okio.BufferedSink sink +james.adaptiveicon.R$integer: int abc_config_activityDefaultDur +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather: java.lang.String info +com.jaredrummler.android.colorpicker.R$style: int Animation_AppCompat_Dialog +okio.ForwardingSource: okio.Source delegate() +com.jaredrummler.android.colorpicker.R$id: int search_src_text +com.google.android.material.R$id: int center +androidx.loader.R$attr: R$attr() +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWeatherCode(wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode) +androidx.appcompat.R$style: int Widget_AppCompat_DrawerArrowToggle +android.didikee.donate.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item +androidx.appcompat.R$id: int custom +retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isAsync +com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge +wangdaye.com.geometricweather.R$string: int status_bar_notification_info_overflow +cyanogenmod.hardware.CMHardwareManager: java.lang.String getSerialNumber() +com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_check_to_on_mtrl_015 +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Headline +androidx.constraintlayout.widget.R$styleable: int KeyPosition_transitionEasing +james.adaptiveicon.R$dimen: int abc_edit_text_inset_bottom_material +okio.SegmentedByteString: okio.ByteString hmacSha256(okio.ByteString) +com.google.android.material.R$color: int abc_background_cache_hint_selector_material_dark +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item +wangdaye.com.geometricweather.R$xml: int perference_notification_color +com.google.android.material.R$dimen +com.turingtechnologies.materialscrollbar.R$id: int action_menu_presenter +com.jaredrummler.android.colorpicker.R$style: int AlertDialog_AppCompat_Light +androidx.appcompat.R$id: int search_mag_icon +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_Bridge +androidx.constraintlayout.widget.R$layout: int abc_list_menu_item_layout +android.didikee.donate.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean onMenuItemSelected(int,android.view.MenuItem) +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: io.reactivex.Observer observer +com.turingtechnologies.materialscrollbar.R$drawable: int abc_scrubber_track_mtrl_alpha +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: java.util.concurrent.atomic.AtomicReference upstream +com.google.android.material.R$styleable: int MenuItem_android_id +io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: void dispose() +james.adaptiveicon.R$drawable: int abc_menu_hardkey_panel_mtrl_mult +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.AirQuality airQuality +androidx.loader.R$drawable: int notify_panel_notification_icon_bg +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem +android.didikee.donate.R$styleable: int MenuItem_actionViewClass +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getWindChillTemperature() +androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy +androidx.fragment.R$dimen: int notification_top_pad_large_text +android.didikee.donate.R$color: int background_floating_material_dark +androidx.activity.R$dimen +androidx.appcompat.widget.Toolbar: void setSubtitleTextColor(int) +androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type LEFT +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: int activeCount +androidx.preference.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_0 +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.ChineseCityEntity) +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionBar_TabBar +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void onNext(java.lang.Object) +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: void setCancellable(io.reactivex.functions.Cancellable) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarStyle +androidx.preference.R$styleable: int PreferenceTheme_switchPreferenceStyle +wangdaye.com.geometricweather.R$attr: int enableCopying +io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: long count +com.turingtechnologies.materialscrollbar.R$styleable: int PopupWindowBackgroundState_state_above_anchor +com.amap.api.location.CoordinateConverter: android.content.Context b +com.google.android.material.appbar.MaterialToolbar +androidx.loader.R$id: int action_container +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getIcePrecipitation() +com.google.android.material.R$style: int Widget_MaterialComponents_Snackbar +com.google.android.material.progressindicator.ProgressIndicator: void setInverse(boolean) +retrofit2.OkHttpCall: okhttp3.Call createRawCall() +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: io.reactivex.Observer downstream +androidx.appcompat.widget.Toolbar: int getContentInsetStart() +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: float getTrimPathEnd() +com.jaredrummler.android.colorpicker.NestedGridView: NestedGridView(android.content.Context,android.util.AttributeSet) +okhttp3.internal.http2.Http2Connection$2: Http2Connection$2(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[],int,long) +android.didikee.donate.R$attr: int submitBackground +okhttp3.Cache$1: void trackConditionalCacheHit() +wangdaye.com.geometricweather.R$styleable: int ActionBar_progressBarStyle +com.xw.repo.bubbleseekbar.R$attr: int alertDialogButtonGroupStyle +cyanogenmod.app.CustomTile$RemoteExpandedStyle +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Subhead +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit valueOf(java.lang.String) +wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property AlertId +com.jaredrummler.android.colorpicker.R$dimen: int highlight_alpha_material_light +com.baidu.location.e.l$b: int d(com.baidu.location.e.l$b) +com.turingtechnologies.materialscrollbar.R$attr: int fontProviderAuthority +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_2_00 +wangdaye.com.geometricweather.R$string: int abc_menu_function_shortcut_label +androidx.hilt.work.R$id: int accessibility_custom_action_24 +com.google.android.material.slider.Slider: android.content.res.ColorStateList getTrackActiveTintList() +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setItemBackground(android.graphics.drawable.Drawable) +cyanogenmod.providers.DataUsageContract: java.lang.String _ID +okhttp3.Cache: okhttp3.internal.cache.InternalCache internalCache +com.turingtechnologies.materialscrollbar.R$attr: int spinBars +cyanogenmod.providers.CMSettings$Secure: java.lang.String[] LEGACY_SECURE_SETTINGS +androidx.drawerlayout.R$string: int status_bar_notification_info_overflow +com.jaredrummler.android.colorpicker.R$id: int list_item +com.google.android.gms.internal.location.zzbc: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$styleable: int MotionHelper_onHide +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_logo +retrofit2.adapter.rxjava2.CallEnqueueObservable: CallEnqueueObservable(retrofit2.Call) +cyanogenmod.profiles.BrightnessSettings: cyanogenmod.profiles.BrightnessSettings fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) +androidx.lifecycle.SavedStateHandle: SavedStateHandle(java.util.Map) +wangdaye.com.geometricweather.R$dimen: int mtrl_tooltip_arrowSize +com.bumptech.glide.integration.okhttp.R$layout +wangdaye.com.geometricweather.R$id: int weather_icon +com.amap.api.fence.GeoFenceManagerBase: void addPolygonGeoFence(java.util.List,java.lang.String) +cyanogenmod.hardware.ICMHardwareService$Stub +com.amap.api.location.AMapLocationClient: void setLocationOption(com.amap.api.location.AMapLocationClientOption) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Metric: java.lang.String Unit +com.google.android.material.R$styleable: int TabLayout_tabIndicatorHeight +com.baidu.location.e.h$c: com.baidu.location.e.h$c[] values() +androidx.constraintlayout.widget.R$attr: int titleMarginEnd +com.google.android.material.R$attr: int flow_firstHorizontalStyle +com.google.android.material.textfield.TextInputLayout: android.widget.TextView getSuffixTextView() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_tooltipFrameBackground +wangdaye.com.geometricweather.db.entities.DailyEntityDao: boolean hasKey(java.lang.Object) +com.google.android.material.R$attr: int showMotionSpec +androidx.appcompat.R$dimen +com.bumptech.glide.R$drawable: int notification_bg_low_normal +com.amap.api.location.AMapLocationClient: com.amap.api.location.LocationManagerBase a(android.content.Context,android.content.Intent) +io.reactivex.Observable: io.reactivex.Observable sample(io.reactivex.ObservableSource) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: void setLogo(java.lang.String) +androidx.preference.R$attr: int spinnerStyle +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title +okhttp3.internal.http2.Http2Connection: long access$208(okhttp3.internal.http2.Http2Connection) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_checkboxStyle +com.amap.api.location.AMapLocation: void setRoad(java.lang.String) +retrofit2.HttpServiceMethod: retrofit2.Converter createResponseConverter(retrofit2.Retrofit,java.lang.reflect.Method,java.lang.reflect.Type) +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: ICMHardwareService$Stub$Proxy(android.os.IBinder) +androidx.appcompat.R$styleable: int[] GradientColor +androidx.vectordrawable.animated.R$styleable: int GradientColor_android_startY +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Speed: double Value +wangdaye.com.geometricweather.R$id: int container_main_footer_editButton +com.amap.api.location.APSService +com.google.android.material.textfield.TextInputLayout: void setPrefixTextAppearance(int) +com.google.android.material.snackbar.Snackbar$SnackbarLayout: void setBackgroundTintList(android.content.res.ColorStateList) +io.reactivex.exceptions.CompositeException: java.lang.Throwable getRootCause(java.lang.Throwable) +com.google.gson.stream.JsonReader: int NUMBER_CHAR_SIGN +android.didikee.donate.R$layout: int abc_screen_simple +wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_moon +com.google.android.material.floatingactionbutton.FloatingActionButton: void setScaleY(float) +androidx.activity.R$styleable: int FontFamilyFont_ttcIndex +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property DewPoint +com.amap.api.location.AMapLocation: double getLongitude() +androidx.viewpager2.R$id: int tag_accessibility_heading +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.WeatherEntity,long) +com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_LOCATION_PERMISSION +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.disposables.Disposable upstream +wangdaye.com.geometricweather.R$styleable: int Slider_android_enabled +cyanogenmod.weather.CMWeatherManager: java.util.Set mProviderChangedListeners +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: java.util.Date StartDateTime +com.google.android.material.R$attr: int itemTextAppearanceInactive +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void updateVisibility() +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_TabText +androidx.constraintlayout.widget.R$styleable: int Layout_constraint_referenced_ids +james.adaptiveicon.AdaptiveIconView +com.bumptech.glide.integration.okhttp.R$id: int notification_background +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setFeelsLike(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean) +androidx.constraintlayout.widget.R$id: int add +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorIconTint +androidx.fragment.R$id: int line1 +com.google.android.material.R$styleable: int[] ActionBarLayout +com.google.android.material.R$style: int ThemeOverlay_AppCompat_Light +com.turingtechnologies.materialscrollbar.R$styleable: int[] View +com.google.android.material.R$attr: int actionTextColorAlpha +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeTotalPrecipitationProbability +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: boolean active +com.jaredrummler.android.colorpicker.R$attr: int showTitle +androidx.cardview.R$styleable: int CardView_contentPaddingRight +retrofit2.Callback +com.turingtechnologies.materialscrollbar.R$color: int bright_foreground_inverse_material_dark +james.adaptiveicon.R$drawable: int abc_textfield_search_material +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator USE_EDGE_SERVICE_FOR_GESTURES_VALIDATOR +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: io.reactivex.disposables.CompositeDisposable observers +com.amap.api.fence.GeoFence: com.amap.api.location.DPoint n +androidx.constraintlayout.widget.R$id: int layout +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean getNames() +wangdaye.com.geometricweather.R$id: int dialog_minimal_icon_title +com.turingtechnologies.materialscrollbar.R$attr: int collapseContentDescription +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX wind +androidx.appcompat.widget.Toolbar: void setTitleMarginStart(int) +androidx.vectordrawable.R$id: int accessibility_custom_action_22 +android.didikee.donate.R$dimen: int abc_floating_window_z +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: io.reactivex.functions.Action onFinally +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_textAllCaps +androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_rotationX +wangdaye.com.geometricweather.R$string: int settings_title_card_order +androidx.constraintlayout.widget.R$drawable: int abc_textfield_default_mtrl_alpha +com.google.android.material.R$styleable: int[] PropertySet +cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.IKeyguardExternalViewProvider mExternalViewProvider +okhttp3.OkHttpClient: int readTimeout +io.reactivex.Observable: io.reactivex.Observable mergeArrayDelayError(int,int,io.reactivex.ObservableSource[]) +cyanogenmod.weather.CMWeatherManager$2: CMWeatherManager$2(cyanogenmod.weather.CMWeatherManager) +com.jaredrummler.android.colorpicker.R$attr: int closeIcon +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void onNext(java.lang.Object) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowNoTitle +androidx.preference.R$dimen: int abc_button_padding_horizontal_material +androidx.appcompat.R$dimen: int abc_select_dialog_padding_start_material +com.google.android.material.R$attr: int progressBarPadding +com.baidu.location.e.h$c: com.baidu.location.e.h$c d +com.google.android.material.R$styleable: int[] MaterialTextView +com.google.android.material.R$style: int Widget_MaterialComponents_BottomAppBar_Colored +wangdaye.com.geometricweather.location.utils.LocationException: LocationException(int,java.lang.String) +com.google.android.material.R$styleable: int Chip_chipBackgroundColor +androidx.preference.R$attr: int actionOverflowMenuStyle +androidx.preference.R$color: int abc_tint_spinner +cyanogenmod.externalviews.ExternalView$7: cyanogenmod.externalviews.ExternalView this$0 +androidx.appcompat.R$styleable: int SearchView_suggestionRowLayout +wangdaye.com.geometricweather.R$style: int Platform_V25_AppCompat_Light +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Precipitation: java.lang.Float cumul24H +com.google.android.material.R$dimen: int mtrl_calendar_header_toggle_margin_top +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder connectionSpecs(java.util.List) +com.bumptech.glide.R$id: int line1 +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: void onNext(java.lang.Object) +com.jaredrummler.android.colorpicker.R$attr: int tintMode +com.turingtechnologies.materialscrollbar.R$id: int search_bar +cyanogenmod.themes.ThemeChangeRequest$1: java.lang.Object[] newArray(int) +androidx.appcompat.resources.R$drawable: int notification_template_icon_bg +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowFixedHeightMinor +wangdaye.com.geometricweather.R$color: int mtrl_card_view_ripple +com.google.android.material.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable +wangdaye.com.geometricweather.R$id: int icon_only +androidx.activity.R$layout: int notification_action +okio.Okio$2: okio.Timeout timeout() +wangdaye.com.geometricweather.R$drawable: int weather_clear_night_mini_grey +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean getFeelsLike() +okhttp3.internal.http2.Http2Reader$ContinuationSource: void readContinuationHeader() +cyanogenmod.providers.CMSettings$System: java.lang.String CAMERA_LAUNCH +okhttp3.internal.http2.Header: int hpackSize +wangdaye.com.geometricweather.R$string: int content_desc_powered_by +com.google.android.material.R$styleable: int ActionMode_subtitleTextStyle +wangdaye.com.geometricweather.R$styleable: int[] PreferenceGroup +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_iconTintMode +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String LIVE_LOCK_SCREEN_THUMBNAIL +cyanogenmod.hardware.CMHardwareManager: boolean unRegisterThermalListener(cyanogenmod.hardware.ThermalListenerCallback) +android.didikee.donate.R$styleable: int ViewBackgroundHelper_backgroundTint +androidx.hilt.R$attr: R$attr() +okio.Buffer: okio.BufferedSink writeUtf8(java.lang.String,int,int) +wangdaye.com.geometricweather.R$dimen: int design_snackbar_padding_vertical +com.turingtechnologies.materialscrollbar.R$styleable: int[] Snackbar +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.UV uv +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setSo2(java.lang.Float) +cyanogenmod.app.IProfileManager$Stub$Proxy: void updateProfile(cyanogenmod.app.Profile) +com.baidu.location.f: f() +androidx.hilt.R$id: int accessibility_custom_action_18 +androidx.activity.R$dimen: int notification_small_icon_size_as_large +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_star_half_black_48dp com.google.android.material.R$color: int mtrl_tabs_legacy_text_color_selector -androidx.dynamicanimation.R$attr: int font -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarPopupTheme -androidx.preference.R$styleable: int AppCompatTextView_drawableTintMode -androidx.appcompat.R$styleable: int TextAppearance_fontFamily -wangdaye.com.geometricweather.R$dimen: int abc_text_size_small_material -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: AccuDailyResult$DailyForecasts() -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionButton -okhttp3.ConnectionSpec: okhttp3.ConnectionSpec CLEARTEXT -cyanogenmod.app.CustomTile$ExpandedStyle: CustomTile$ExpandedStyle() -wangdaye.com.geometricweather.R$id: int bottom -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Inverse -okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex: java.security.cert.X509Certificate findByIssuerAndSignature(java.security.cert.X509Certificate) -androidx.fragment.R$id: int accessibility_custom_action_5 -wangdaye.com.geometricweather.R$color: int switch_thumb_material_dark -com.google.gson.stream.JsonReader: java.lang.String[] pathNames -androidx.constraintlayout.widget.R$attr: int background -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature -com.google.android.material.bottomappbar.BottomAppBar: boolean getHideOnScroll() -com.google.android.material.internal.StaticLayoutBuilderCompat$StaticLayoutBuilderCompatException -androidx.recyclerview.widget.RecyclerView: void setOnFlingListener(androidx.recyclerview.widget.RecyclerView$OnFlingListener) -androidx.activity.R$style: int Widget_Compat_NotificationActionText -androidx.appcompat.R$attr: int maxButtonHeight -wangdaye.com.geometricweather.R$dimen: int widget_content_text_size -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setWind(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean) -com.bumptech.glide.R$attr: int alpha -androidx.constraintlayout.widget.R$styleable: int Variant_constraints -androidx.legacy.coreutils.R$drawable -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ListView_Menu -okio.AsyncTimeout: void exit(boolean) -androidx.coordinatorlayout.R$dimen: int notification_small_icon_size_as_large -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void drain() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean() -com.google.android.material.R$styleable: int KeyTrigger_triggerSlack -androidx.cardview.R$attr -com.google.android.material.R$attr: int actionBarStyle -retrofit2.RequestBuilder$ContentTypeOverridingRequestBody: okhttp3.MediaType contentType() -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_EditText -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_fontVariationSettings -com.google.android.material.R$dimen: int design_bottom_navigation_item_max_width -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: android.os.IBinder asBinder() -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void removeFirst() -androidx.lifecycle.LiveData$ObserverWrapper -androidx.hilt.lifecycle.R$layout: R$layout() -androidx.transition.R$dimen: int notification_media_narrow_margin -androidx.dynamicanimation.R$dimen: int notification_large_icon_width -okhttp3.internal.http2.Http2Codec -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listMenuViewStyle -cyanogenmod.weather.WeatherLocation: java.lang.String access$402(cyanogenmod.weather.WeatherLocation,java.lang.String) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeIcePrecipitationProbability -com.turingtechnologies.materialscrollbar.R$attr: int buttonPanelSideLayout -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: long serialVersionUID -androidx.constraintlayout.widget.R$styleable: int MenuView_subMenuArrow -com.google.android.material.R$string: int mtrl_picker_date_header_unselected -io.reactivex.disposables.ReferenceDisposable: long serialVersionUID -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: ObservableConcatMap$SourceObserver$InnerObserver(io.reactivex.Observer,io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowMinWidthMinor -wangdaye.com.geometricweather.R$attr: int barLength -wangdaye.com.geometricweather.R$id: int container_main_sun_moon_moon_icon -androidx.cardview.R$dimen: int cardview_default_radius -okhttp3.EventListener: void connectionReleased(okhttp3.Call,okhttp3.Connection) -cyanogenmod.themes.ThemeManager$2$1: ThemeManager$2$1(cyanogenmod.themes.ThemeManager$2,java.lang.String) -androidx.constraintlayout.motion.widget.MotionLayout$TransitionState: androidx.constraintlayout.motion.widget.MotionLayout$TransitionState valueOf(java.lang.String) -io.reactivex.Observable: io.reactivex.Observable switchMapMaybe(io.reactivex.functions.Function) -cyanogenmod.power.IPerformanceManager$Stub: android.os.IBinder asBinder() -wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.lang.String getDescription() -com.google.android.material.R$style: int Base_Widget_AppCompat_DrawerArrowToggle -androidx.appcompat.R$dimen: int abc_control_padding_material -com.bumptech.glide.R$layout: int notification_template_part_time -com.jaredrummler.android.colorpicker.R$id: int content -okhttp3.HttpUrl: int querySize() -androidx.core.R$id: int tag_accessibility_clickable_spans -com.github.rahatarmanahmed.cpv.CircularProgressView$2: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_paddingTop -okhttp3.Cache$CacheRequestImpl$1: Cache$CacheRequestImpl$1(okhttp3.Cache$CacheRequestImpl,okio.Sink,okhttp3.Cache,okhttp3.internal.cache.DiskLruCache$Editor) -okhttp3.internal.http2.Http2Connection: long access$108(okhttp3.internal.http2.Http2Connection) -androidx.hilt.lifecycle.R$color: R$color() -com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_layout_keyline -android.didikee.donate.R$styleable: int SwitchCompat_switchMinWidth -com.amap.api.location.AMapLocationClientOption: long getScanWifiInterval() -wangdaye.com.geometricweather.R$styleable: int[] OnSwipe -com.google.android.material.chip.Chip: com.google.android.material.animation.MotionSpec getShowMotionSpec() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowFixedHeightMajor -androidx.recyclerview.widget.GridLayoutManager -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintCircle -com.google.android.material.R$styleable: int MenuItem_android_icon -com.google.android.material.R$styleable: int Layout_android_layout_marginRight -android.didikee.donate.R$styleable: int LinearLayoutCompat_android_baselineAligned -android.didikee.donate.R$styleable: int Toolbar_titleMarginBottom -wangdaye.com.geometricweather.R$attr: int indicatorColor -com.google.android.material.R$styleable: int[] AnimatedStateListDrawableItem -com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPopupWindowStyle -androidx.appcompat.widget.AppCompatToggleButton: AppCompatToggleButton(android.content.Context) -okhttp3.internal.http2.Hpack$Reader: void readLiteralHeaderWithoutIndexingNewName() -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_analog_dark -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getMoldIndex() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: java.lang.String info -com.google.android.material.chip.Chip: void setChipIconVisible(int) -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu -wangdaye.com.geometricweather.R$styleable: int Chip_android_text -androidx.preference.R$style: int Widget_Support_CoordinatorLayout -com.google.android.material.R$styleable: int KeyAttribute_android_translationY -com.google.android.material.textfield.TextInputEditText: TextInputEditText(android.content.Context,android.util.AttributeSet) -androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityResumed(android.app.Activity) -androidx.activity.R$attr: int font -io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: java.util.concurrent.atomic.AtomicBoolean once -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: long serialVersionUID -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: java.lang.String value -com.amap.api.location.AMapLocation: org.json.JSONObject toJson(int) -androidx.appcompat.widget.AppCompatCheckBox: AppCompatCheckBox(android.content.Context,android.util.AttributeSet,int) -androidx.appcompat.resources.R$dimen: int notification_media_narrow_margin -wangdaye.com.geometricweather.R$dimen: int abc_text_size_body_1_material -okio.InflaterSource: long read(okio.Buffer,long) -androidx.appcompat.widget.SearchView: void setSearchableInfo(android.app.SearchableInfo) -okhttp3.ResponseBody$1: ResponseBody$1(okhttp3.MediaType,long,okio.BufferedSource) -wangdaye.com.geometricweather.R$string: int wind_1 -com.google.android.material.R$attr: int limitBoundsTo -com.google.android.material.chip.Chip: void setCloseIconSize(float) -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setDegreeDayTemperature(java.lang.Integer) -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_lastHorizontalBias -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_motionTarget -james.adaptiveicon.R$attr: int searchIcon -androidx.appcompat.R$styleable: int AppCompatTheme_windowActionBarOverlay -com.bumptech.glide.request.RequestCoordinator$RequestState: boolean isComplete -androidx.coordinatorlayout.R$color -wangdaye.com.geometricweather.R$drawable: int notif_temp_36 -retrofit2.ParameterHandler$QueryMap -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void innerNext() -wangdaye.com.geometricweather.R$id: int activity_widget_config_alignEndContainer -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setIsModify(boolean) -androidx.appcompat.widget.AppCompatSpinner: void setBackgroundDrawable(android.graphics.drawable.Drawable) -cyanogenmod.app.CMContextConstants$Features: java.lang.String HARDWARE_ABSTRACTION -wangdaye.com.geometricweather.R$drawable: int weather_hail_3 -com.amap.api.location.AMapLocation: void setLatitude(double) -androidx.appcompat.R$dimen: int abc_action_button_min_width_material -wangdaye.com.geometricweather.R$string: int material_clock_display_divider -androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary -android.didikee.donate.R$dimen: int abc_switch_padding -retrofit2.Retrofit: retrofit2.ServiceMethod loadServiceMethod(java.lang.reflect.Method) -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property IcePrecipitationProbability -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_goneMarginStart -wangdaye.com.geometricweather.R$string: int settings_notification_hide_in_lockScreen_on -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: long serialVersionUID -com.google.android.material.R$attr: int behavior_autoShrink -okhttp3.internal.cache2.Relay: okhttp3.internal.cache2.Relay read(java.io.File) -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: boolean cancelled -com.google.android.material.R$style: int Base_Widget_AppCompat_PopupWindow -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SCATTERED_SNOW_SHOWERS -okhttp3.OkHttpClient: java.net.ProxySelector proxySelector -james.adaptiveicon.R$styleable: int ActionBar_homeLayout -com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_color -wangdaye.com.geometricweather.R$animator: int weather_fog_2 -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listDividerAlertDialog -com.google.android.material.R$styleable: int TabLayout_tabBackground -com.google.android.material.R$attr: int alertDialogCenterButtons -com.google.android.material.textfield.TextInputLayout: void setEndIconCheckable(boolean) -com.google.android.material.R$styleable: int AppCompatTextView_drawableTintMode -okhttp3.internal.http2.Http2: byte FLAG_END_HEADERS -com.turingtechnologies.materialscrollbar.R$id: int action_bar_activity_content -androidx.lifecycle.LifecycleRegistryOwner -androidx.customview.R$styleable: int GradientColor_android_centerColor -com.google.android.material.R$color: int material_grey_850 -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: void collapseNotificationPanel() -wangdaye.com.geometricweather.R$styleable: int GradientColorItem_android_offset -com.google.android.material.R$styleable: int[] GradientColorItem -com.google.android.material.floatingactionbutton.FloatingActionButton: void setCompatHoveredFocusedTranslationZResource(int) -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: java.util.Locale getLocale() -com.turingtechnologies.materialscrollbar.R$attr: int helperText -com.jaredrummler.android.colorpicker.R$styleable: int[] ActionBar -wangdaye.com.geometricweather.R$id: int filled -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: void onSuccess(java.lang.Object) -com.google.android.material.R$attr: int selectorSize -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: void onComplete() -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_start_padding -cyanogenmod.providers.CMSettings$System: java.lang.String ASSIST_WAKE_SCREEN -androidx.appcompat.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: io.reactivex.internal.fuseable.SimplePlainQueue queue -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_11 -okhttp3.internal.ws.RealWebSocket: java.util.Random random -com.google.gson.internal.LazilyParsedNumber: java.lang.Object writeReplace() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Metric: java.lang.String Unit -com.jaredrummler.android.colorpicker.R$style: int Platform_ThemeOverlay_AppCompat -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ListView_DropDown -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_NULL_SHA -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void cancel() -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void drain() -retrofit2.OkHttpCall: okio.Timeout timeout() -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver parent -com.google.android.material.R$attr: int alertDialogStyle -wangdaye.com.geometricweather.R$attr: int indeterminateProgressStyle -wangdaye.com.geometricweather.R$color: int colorAccent_dark -cyanogenmod.app.ProfileGroup: ProfileGroup(android.os.Parcel) -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setIcon(android.graphics.Bitmap) -cyanogenmod.weather.WeatherLocation$1: cyanogenmod.weather.WeatherLocation createFromParcel(android.os.Parcel) -cyanogenmod.app.CMTelephonyManager: cyanogenmod.app.ICMTelephonyManager sService -com.xw.repo.bubbleseekbar.R$attr: int popupMenuStyle -androidx.preference.R$styleable: int ActionBar_popupTheme -wangdaye.com.geometricweather.weather.json.mf.MfRainResult: wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position position -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Inverse -com.jaredrummler.android.colorpicker.R$attr: int summaryOn -com.google.android.material.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_lat -okio.Buffer: okio.ByteString snapshot(int) -wangdaye.com.geometricweather.R$drawable: int abc_ic_arrow_drop_right_black_24dp -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setOnClickUri(android.net.Uri) -io.reactivex.internal.schedulers.RxThreadFactory: RxThreadFactory(java.lang.String,int) -wangdaye.com.geometricweather.R$attr: int behavior_halfExpandedRatio -androidx.preference.R$styleable: int ActionBar_contentInsetStart -cyanogenmod.weather.ICMWeatherManager$Stub$Proxy -io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function) -wangdaye.com.geometricweather.R$string: int cpv_default_title -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_1 -wangdaye.com.geometricweather.R$drawable: int weather_fog_mini_grey -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: boolean isValid() -retrofit2.OptionalConverterFactory -android.didikee.donate.R$dimen: int abc_action_bar_content_inset_material -androidx.viewpager2.R$id: int accessibility_custom_action_17 -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: java.util.concurrent.atomic.AtomicReference latest -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float no2 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String weather -androidx.lifecycle.ReportFragment: void dispatchStart(androidx.lifecycle.ReportFragment$ActivityInitializationListener) -androidx.viewpager2.R$id: int icon_group -com.turingtechnologies.materialscrollbar.R$attr: int thumbTextPadding -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintLeft_creator -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionOverflowMenuStyle -androidx.customview.R$id: int time -com.google.android.material.R$styleable: int RecyclerView_reverseLayout -wangdaye.com.geometricweather.R$id: int item_details_icon +okio.SegmentedByteString: void write(okio.Buffer) +androidx.appcompat.R$string: int abc_toolbar_collapse_description com.google.android.material.R$dimen: int highlight_alpha_material_dark -androidx.core.R$dimen: int notification_subtext_size -com.turingtechnologies.materialscrollbar.R$attr: int foregroundInsidePadding -com.jaredrummler.android.colorpicker.R$color: int abc_search_url_text_pressed -wangdaye.com.geometricweather.R$style: int Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected -io.reactivex.Observable: io.reactivex.Observable doOnLifecycle(io.reactivex.functions.Consumer,io.reactivex.functions.Action) -androidx.preference.R$styleable: int GradientColor_android_gradientRadius -okio.DeflaterSink -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: long serialVersionUID -wangdaye.com.geometricweather.R$drawable: int abc_vector_test -wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_Search -android.didikee.donate.R$layout -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Weather -io.reactivex.internal.util.VolatileSizeArrayList: java.lang.Object get(int) -cyanogenmod.themes.IThemeProcessingListener$Stub: IThemeProcessingListener$Stub() -io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: void run() -androidx.appcompat.resources.R$styleable: int FontFamily_fontProviderPackage -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 -retrofit2.BuiltInConverters$RequestBodyConverter: java.lang.Object convert(java.lang.Object) -androidx.lifecycle.ClassesInfoCache$CallbackInfo: void invokeMethodsForEvent(java.util.List,androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event,java.lang.Object) -com.google.android.material.bottomappbar.BottomAppBar: void setTitle(java.lang.CharSequence) -androidx.appcompat.R$styleable: int GradientColor_android_gradientRadius -androidx.lifecycle.extensions.R$style: R$style() -cyanogenmod.providers.CMSettings$DelimitedListValidator: boolean mAllowEmptyList -com.google.gson.internal.LazilyParsedNumber: boolean equals(java.lang.Object) -okio.RealBufferedSink: okio.BufferedSink writeHexadecimalUnsignedLong(long) -androidx.work.R$attr: int fontProviderQuery -androidx.appcompat.R$style: int Theme_AppCompat_DialogWhenLarge -androidx.appcompat.R$style: int TextAppearance_AppCompat_Inverse -com.google.android.material.R$dimen: int material_timepicker_dialog_buttons_margin_top -androidx.drawerlayout.widget.DrawerLayout: void setStatusBarBackgroundColor(int) -wangdaye.com.geometricweather.R$styleable: int MaterialCardView_cardForegroundColor -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_android_elevation -com.jaredrummler.android.colorpicker.R$style: int Base_V26_Theme_AppCompat -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintGuide_end -cyanogenmod.app.Profile: void setAirplaneMode(cyanogenmod.profiles.AirplaneModeSettings) -androidx.preference.R$styleable: int AppCompatTheme_actionOverflowButtonStyle -com.jaredrummler.android.colorpicker.R$color: int abc_tint_spinner -androidx.constraintlayout.widget.R$styleable: int Spinner_android_prompt -androidx.preference.R$styleable: int SearchView_searchIcon -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: java.util.Date pubTime -androidx.appcompat.R$styleable: int ActionMode_closeItemLayout -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String componentToImageColName(java.lang.String) -com.google.android.material.R$attr: int endIconCheckable -androidx.constraintlayout.widget.R$attr: int editTextColor -com.turingtechnologies.materialscrollbar.R$attr: int subtitleTextAppearance -com.google.android.material.R$attr: int tickColorInactive -okhttp3.MultipartBody$Part: okhttp3.MultipartBody$Part createFormData(java.lang.String,java.lang.String,okhttp3.RequestBody) -wangdaye.com.geometricweather.R$styleable: int Preference_selectable -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX getWeather() -okhttp3.CacheControl: boolean noStore -androidx.coordinatorlayout.R$attr: int fontVariationSettings -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup -com.bumptech.glide.R$style: int TextAppearance_Compat_Notification_Time -com.google.android.material.R$style: int ShapeAppearance_MaterialComponents_LargeComponent -androidx.lifecycle.LiveData$ObserverWrapper: boolean isAttachedTo(androidx.lifecycle.LifecycleOwner) -androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_4_00 -androidx.loader.R$dimen: int compat_button_inset_horizontal_material -com.google.android.material.card.MaterialCardView: float getProgress() -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_Button_Colored -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: cyanogenmod.externalviews.IKeyguardExternalViewProvider asInterface(android.os.IBinder) -androidx.constraintlayout.widget.R$styleable: int AlertDialog_showTitle -okio.Buffer: okio.BufferedSink writeInt(int) -androidx.work.impl.workers.DiagnosticsWorker -wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List alertList -com.google.android.gms.location.LocationResult -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: cyanogenmod.app.ILiveLockScreenManagerProvider asInterface(android.os.IBinder) -androidx.fragment.app.FragmentContainerView: void setDrawDisappearingViewsLast(boolean) -androidx.hilt.R$dimen: R$dimen() -androidx.lifecycle.LifecycleRegistry: boolean mNewEventOccurred -androidx.vectordrawable.R$styleable: int GradientColor_android_startY -wangdaye.com.geometricweather.R$layout: int item_weather_daily_pollen -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView -androidx.preference.R$style: int Theme_AppCompat_DayNight_Dialog -com.jaredrummler.android.colorpicker.R$attr: int dialogIcon -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle -androidx.appcompat.widget.AppCompatSpinner: AppCompatSpinner(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$attr: int errorIconTintMode -com.google.android.gms.base.R$id: int icon_only -androidx.fragment.R$styleable: int FontFamily_fontProviderFetchStrategy -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getTrendTemperature(android.content.Context,java.lang.Integer,java.lang.Integer,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) -androidx.core.R$dimen: int notification_action_icon_size -androidx.preference.R$styleable: int Toolbar_logo -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String district -james.adaptiveicon.R$style: int Widget_AppCompat_Button_Colored -androidx.transition.R$dimen: int notification_right_side_padding_top -wangdaye.com.geometricweather.R$color: int material_slider_inactive_track_color -io.reactivex.internal.observers.BasicIntQueueDisposable: boolean isDisposed() -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_endColor -okhttp3.internal.platform.AndroidPlatform: boolean api23IsCleartextTrafficPermitted(java.lang.String,java.lang.Class,java.lang.Object) -com.jaredrummler.android.colorpicker.R$attr: int font -okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RouteSelector$Selection routeSelection -retrofit2.DefaultCallAdapterFactory$1: java.lang.Object adapt(retrofit2.Call) -androidx.appcompat.R$id: int accessibility_custom_action_3 -cyanogenmod.app.StatusBarPanelCustomTile: int getInitialPid() -androidx.preference.R$attr: int colorBackgroundFloating -androidx.hilt.lifecycle.R$drawable: int notification_template_icon_low_bg -com.bumptech.glide.integration.okhttp.R$style: int TextAppearance_Compat_Notification_Info -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade RealFeelTemperatureShade -okhttp3.internal.cache2.FileOperator: FileOperator(java.nio.channels.FileChannel) -okhttp3.internal.http2.Http2Codec: java.lang.String TRANSFER_ENCODING -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle -android.didikee.donate.R$styleable: int SearchView_commitIcon -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle -cyanogenmod.weather.IRequestInfoListener$Stub$Proxy: android.os.IBinder mRemote -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight -wangdaye.com.geometricweather.R$dimen: int widget_time_text_size -wangdaye.com.geometricweather.common.ui.widgets.astro.MoonPhaseView: MoonPhaseView(android.content.Context,android.util.AttributeSet) -okhttp3.internal.tls.BasicCertificateChainCleaner: BasicCertificateChainCleaner(okhttp3.internal.tls.TrustRootIndex) -james.adaptiveicon.R$styleable: int AppCompatTheme_actionDropDownStyle -retrofit2.adapter.rxjava2.Result: retrofit2.Response response() -com.jaredrummler.android.colorpicker.R$id: int expand_activities_button -androidx.appcompat.widget.ActionBarOverlayLayout: ActionBarOverlayLayout(android.content.Context,android.util.AttributeSet) -james.adaptiveicon.R$styleable: int AppCompatTextView_drawableStartCompat -com.google.android.material.internal.CheckableImageButton: CheckableImageButton(android.content.Context) -com.google.android.material.R$styleable: int AnimatedStateListDrawableItem_android_id -androidx.appcompat.R$style: int Platform_V21_AppCompat -androidx.lifecycle.ViewModelProvider: androidx.lifecycle.ViewModelProvider$Factory mFactory -androidx.dynamicanimation.R$id: int async -com.turingtechnologies.materialscrollbar.R$color: int abc_tint_switch_track -wangdaye.com.geometricweather.R$attr: int fontProviderCerts -wangdaye.com.geometricweather.R$drawable: int mtrl_dropdown_arrow -wangdaye.com.geometricweather.common.ui.widgets.AnimatableIconView: AnimatableIconView(android.content.Context,android.util.AttributeSet) -okhttp3.internal.http.HttpHeaders: void receiveHeaders(okhttp3.CookieJar,okhttp3.HttpUrl,okhttp3.Headers) -okhttp3.Protocol: okhttp3.Protocol[] values() -android.didikee.donate.R$dimen: int notification_small_icon_size_as_large -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_menu_share_mtrl_alpha -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_corner_radius -okhttp3.internal.http2.Http2Stream$FramingSource: Http2Stream$FramingSource(okhttp3.internal.http2.Http2Stream,long) -androidx.vectordrawable.R$dimen -wangdaye.com.geometricweather.R$id: int fragment_drawer -io.reactivex.internal.disposables.EmptyDisposable: boolean isDisposed() -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorPrimary -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver(io.reactivex.CompletableObserver,io.reactivex.functions.Function,boolean) -wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_trackColor -okio.Buffer: okio.Timeout timeout() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Imperial: AccuCurrentResult$RealFeelTemperature$Imperial() -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_constraint_referenced_ids -com.turingtechnologies.materialscrollbar.R$id: int selected -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_Layout_android_layout_height -androidx.constraintlayout.widget.R$styleable: int Constraint_android_scaleX -androidx.constraintlayout.widget.R$dimen: int highlight_alpha_material_colored -com.jaredrummler.android.colorpicker.R$style: int Preference_SwitchPreferenceCompat_Material -wangdaye.com.geometricweather.R$anim: int btn_radio_to_on_mtrl_ring_outer_animation -com.google.android.material.textfield.TextInputLayout: android.graphics.drawable.Drawable getStartIconDrawable() -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_thumbTextPadding -com.google.android.material.R$attr: int listChoiceBackgroundIndicator -cyanogenmod.app.ICustomTileListener$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -androidx.preference.R$styleable: int SeekBarPreference_showSeekBarValue -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoldIndex -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum -james.adaptiveicon.R$attr: int selectableItemBackgroundBorderless -com.google.android.material.R$styleable: int MaterialCalendar_android_windowFullscreen -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: void setAdaptiveWidthEnabled(boolean) -androidx.appcompat.R$color: int material_grey_900 -android.didikee.donate.R$styleable: int SearchView_android_inputType -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -androidx.recyclerview.R$id: R$id() -cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_onPause -androidx.appcompat.R$styleable: int Toolbar_contentInsetStartWithNavigation -androidx.appcompat.R$style: int Theme_AppCompat_CompactMenu -cyanogenmod.externalviews.KeyguardExternalView$5: void run() -james.adaptiveicon.R$attr: int backgroundSplit -com.google.android.material.R$styleable: int Layout_barrierMargin -androidx.preference.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView -androidx.constraintlayout.widget.R$styleable: int ActionBar_contentInsetEndWithActions -com.google.android.material.R$color: int mtrl_choice_chip_ripple_color -okhttp3.internal.http.UnrepeatableRequestBody -okhttp3.internal.http1.Http1Codec: long headerLimit -wangdaye.com.geometricweather.R$dimen: int material_clock_number_text_size -com.google.android.material.R$style: int Widget_AppCompat_ActivityChooserView -wangdaye.com.geometricweather.R$styleable: int SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor -com.xw.repo.bubbleseekbar.R$anim: int abc_fade_in -io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function3) -wangdaye.com.geometricweather.R$color: int bright_foreground_disabled_material_light -wangdaye.com.geometricweather.R$drawable: int abc_list_focused_holo -com.xw.repo.bubbleseekbar.R$attr: int queryBackground -androidx.swiperefreshlayout.R$dimen: int notification_big_circle_margin -wangdaye.com.geometricweather.R$drawable: int ic_menu_up -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: float getDensity(float) -com.xw.repo.bubbleseekbar.R$id: int wrap_content -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ListView_DropDown -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleMarginStart -okhttp3.internal.http1.Http1Codec: int STATE_CLOSED -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight_Dialog -wangdaye.com.geometricweather.R$layout: int mtrl_picker_header_selection_text -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void drain() -androidx.legacy.coreutils.R$style: int Widget_Compat_NotificationActionContainer -cyanogenmod.externalviews.ExternalView$2: void run() -com.xw.repo.bubbleseekbar.R$attr: int subtitleTextColor -androidx.lifecycle.SavedStateHandle$SavingStateLiveData -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean getHumidity() -wangdaye.com.geometricweather.R$id: int list_item -androidx.recyclerview.widget.GridLayoutManager: GridLayoutManager(android.content.Context,android.util.AttributeSet,int,int) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle -androidx.appcompat.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_aa_light -com.jaredrummler.android.colorpicker.R$styleable: int[] PreferenceFragmentCompat -com.google.android.material.R$attr: int materialAlertDialogTitlePanelStyle -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA -io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: boolean isDisposed() -androidx.core.view.GestureDetectorCompat$GestureDetectorCompatImplJellybeanMr2 -android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem -com.google.android.material.R$styleable: int CollapsingToolbarLayout_scrimAnimationDuration -okhttp3.Cache$Entry: okhttp3.Protocol protocol -com.turingtechnologies.materialscrollbar.R$attr: int tabInlineLabel -androidx.vectordrawable.R$id: int notification_background -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void onAttach(android.os.IBinder) -androidx.preference.R$attr: int autoSizeMaxTextSize -com.google.android.material.R$attr: int layout_constraintHorizontal_chainStyle -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void onComplete() -androidx.preference.DropDownPreference -com.google.android.material.button.MaterialButton: int getInsetBottom() -wangdaye.com.geometricweather.R$string: int precipitation_overview -androidx.constraintlayout.widget.R$drawable: int notification_template_icon_low_bg -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: boolean isDisposed() -com.google.android.material.R$styleable: int MaterialCalendar_rangeFillColor -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Direction: java.lang.String English -androidx.constraintlayout.widget.R$attr: int flow_verticalStyle -androidx.viewpager.widget.ViewPager: int getOffscreenPageLimit() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_checkboxStyle -wangdaye.com.geometricweather.R$attr: int layout_constraintRight_toLeftOf -com.google.android.material.R$bool: int abc_allow_stacked_button_bar -okio.ByteString: void write(okio.Buffer) -okhttp3.RequestBody: okhttp3.MediaType contentType() -wangdaye.com.geometricweather.R$attr: int suffixText -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit NMI -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: int unitArrayIndex -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header -james.adaptiveicon.R$styleable: int MenuItem_android_visible -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Menu -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: java.lang.String caiyun -io.reactivex.Observable: io.reactivex.Observable combineLatestDelayError(io.reactivex.functions.Function,int,io.reactivex.ObservableSource[]) -com.google.android.material.R$attr: int ratingBarStyle -androidx.appcompat.R$drawable: int notification_bg_low_normal -androidx.appcompat.widget.AppCompatTextView: int getAutoSizeTextType() -cyanogenmod.weather.WeatherInfo: java.lang.String mKey -com.google.android.material.R$id: int bounce -com.google.android.material.R$dimen: int abc_dialog_corner_radius_material -cyanogenmod.app.LiveLockScreenManager: java.lang.String SERVICE_INTERFACE -james.adaptiveicon.R$color: int abc_btn_colored_text_material -com.jaredrummler.android.colorpicker.R$styleable: int Spinner_android_dropDownWidth -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeBackground -androidx.appcompat.widget.SearchView: void setOnCloseListener(androidx.appcompat.widget.SearchView$OnCloseListener) -wangdaye.com.geometricweather.R$attr: int srcCompat -android.didikee.donate.R$style: int Widget_AppCompat_Toolbar -com.jaredrummler.android.colorpicker.R$attr: int spinnerStyle -androidx.constraintlayout.widget.R$styleable: int[] StateListDrawable -com.amap.api.fence.GeoFenceClient: boolean isPause() -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_shapeAppearance -cyanogenmod.weather.WeatherInfo$1: java.lang.Object createFromParcel(android.os.Parcel) -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: void onComplete() -wangdaye.com.geometricweather.R$dimen: int abc_list_item_padding_horizontal_material -wangdaye.com.geometricweather.R$styleable: int Chip_chipIconTint -com.google.android.material.R$style: int Theme_AppCompat_DayNight -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: float getPrecipitation(float) -androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerView$LayoutManager getLayoutManager() -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_subtitle_top_margin_material -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$1: void run() -okhttp3.internal.connection.StreamAllocation$StreamAllocationReference: StreamAllocation$StreamAllocationReference(okhttp3.internal.connection.StreamAllocation,java.lang.Object) -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: boolean tillTheEnd -wangdaye.com.geometricweather.common.basic.models.weather.WindDegree: float getDegree() -okhttp3.Handshake: int hashCode() -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.ChineseCityEntity,long) -androidx.viewpager2.R$styleable: int FontFamily_fontProviderAuthority -wangdaye.com.geometricweather.R$color: int secondary_text_default_material_light -james.adaptiveicon.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton -wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_animSyncDuration -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: ObservableTimeout$TimeoutFallbackObserver(io.reactivex.Observer,io.reactivex.functions.Function,io.reactivex.ObservableSource) -com.amap.api.fence.GeoFence: float getMinDis2Center() -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: java.util.concurrent.atomic.AtomicReference boundaryObserver -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub: cyanogenmod.weather.IWeatherServiceProviderChangeListener asInterface(android.os.IBinder) -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxCornerRadiusTopEnd -com.google.android.material.circularreveal.CircularRevealLinearLayout: CircularRevealLinearLayout(android.content.Context,android.util.AttributeSet) -androidx.preference.R$styleable: int ActionBar_divider -okhttp3.internal.cache.DiskLruCache$Editor -androidx.appcompat.R$attr: int textAppearanceListItemSecondary -androidx.appcompat.R$drawable: int abc_list_selector_disabled_holo_dark -com.jaredrummler.android.colorpicker.R$string: int cpv_default_title -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu -com.google.android.material.circularreveal.cardview.CircularRevealCardView: android.graphics.drawable.Drawable getCircularRevealOverlayDrawable() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeIcePrecipitationDuration() -io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: FlowableConcatMap$ConcatMapInner(io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapSupport) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_elevation -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat -cyanogenmod.providers.ThemesContract$PreviewColumns -com.bumptech.glide.R$layout: int notification_template_custom_big -androidx.preference.R$style: int Preference_DropDown_Material -androidx.appcompat.widget.SwitchCompat: boolean getTargetCheckedState() -com.google.android.material.R$styleable: int[] LinearLayoutCompat_Layout -james.adaptiveicon.R$attr: int overlapAnchor -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Imperial: AccuCurrentResult$WindGust$Speed$Imperial() -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight_DarkActionBar -retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isResult -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatImageView_srcCompat -androidx.appcompat.widget.AppCompatEditText: void setBackgroundDrawable(android.graphics.drawable.Drawable) -cyanogenmod.app.Profile: void setTrigger(int,java.lang.String,int,java.lang.String) -wangdaye.com.geometricweather.R$layout: int design_text_input_start_icon -com.google.android.material.R$styleable: int Chip_chipIconTint -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Imperial: double Value -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.internal.fuseable.SimpleQueue queue -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_AES_128_CBC_SHA -retrofit2.Retrofit$Builder: java.util.List callAdapterFactories() -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: long serialVersionUID -com.turingtechnologies.materialscrollbar.R$integer: R$integer() -cyanogenmod.profiles.ConnectionSettings: java.lang.String EXTRA_SUB_ID -wangdaye.com.geometricweather.R$dimen: int abc_config_prefDialogWidth -cyanogenmod.externalviews.KeyguardExternalView: boolean onPreDraw() -retrofit2.Invocation: java.util.List arguments -com.turingtechnologies.materialscrollbar.R$attr: int srcCompat -com.google.android.material.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_0 -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.String TABLENAME -com.jaredrummler.android.colorpicker.R$drawable: int notification_tile_bg -com.jaredrummler.android.colorpicker.R$attr: int editTextBackground -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: io.reactivex.subjects.UnicastSubject window -com.google.android.material.R$layout: int abc_screen_simple -wangdaye.com.geometricweather.R$color: int material_on_background_disabled -wangdaye.com.geometricweather.R$string: int hourly_overview -androidx.appcompat.resources.R$dimen: int compat_notification_large_icon_max_height -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getTempMin() -com.xw.repo.bubbleseekbar.R$color: int error_color_material_light -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_0 -com.google.android.gms.common.server.response.zan -androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_rotation -androidx.core.R$dimen: int notification_small_icon_size_as_large -com.jaredrummler.android.colorpicker.R$id: int action_mode_bar_stub -androidx.core.R$id: int tag_accessibility_actions -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeInsetBottom -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_TabText -com.google.android.material.R$styleable: int[] TextAppearance -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowFixedWidthMajor -androidx.fragment.R$id: int notification_main_column_container -okio.Okio: okio.Source source(java.io.InputStream,okio.Timeout) -james.adaptiveicon.R$styleable: int SwitchCompat_android_thumb -okio.BufferedSink: okio.BufferedSink writeString(java.lang.String,int,int,java.nio.charset.Charset) -cyanogenmod.weather.WeatherInfo: int access$502(cyanogenmod.weather.WeatherInfo,int) -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getPivotX() -wangdaye.com.geometricweather.R$style: int Widget_Design_CollapsingToolbar -james.adaptiveicon.R$color: int background_floating_material_light -cyanogenmod.hardware.ICMHardwareService: boolean registerThermalListener(cyanogenmod.hardware.IThermalListenerCallback) -androidx.loader.R$id: int action_image -com.google.android.material.R$styleable: int FontFamilyFont_android_fontWeight -androidx.room.RoomDatabase$JournalMode: androidx.room.RoomDatabase$JournalMode AUTOMATIC -com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setPresenter(com.google.android.material.bottomnavigation.BottomNavigationPresenter) -cyanogenmod.app.Profile: boolean isDirty() -com.google.android.material.R$styleable: int SwitchCompat_switchTextAppearance -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_17 -okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder tlsVersions(okhttp3.TlsVersion[]) -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_Button_Colored -com.google.android.material.R$dimen: int mtrl_calendar_title_baseline_to_top -james.adaptiveicon.R$id: int action_bar_activity_content -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs indexs -okio.Buffer: okio.BufferedSink write(okio.Source,long) -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void onError(java.lang.Throwable) -androidx.core.R$id: int tag_transition_group -androidx.constraintlayout.widget.R$attr: int triggerReceiver -androidx.constraintlayout.widget.R$drawable: int notification_bg_low_pressed -androidx.work.WorkInfo$State: androidx.work.WorkInfo$State CANCELLED -wangdaye.com.geometricweather.R$id: int start -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation Precipitation -androidx.preference.R$id: int customPanel -androidx.constraintlayout.widget.R$bool: int abc_allow_stacked_button_bar -com.google.android.material.R$id: int chip2 -com.xw.repo.bubbleseekbar.R$styleable: int ActionMode_closeItemLayout -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_52 -com.google.android.material.R$attr: int attributeName -com.google.android.material.tabs.TabLayout: TabLayout(android.content.Context,android.util.AttributeSet) -androidx.appcompat.R$styleable: int AppCompatTheme_actionModePasteDrawable -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_minHideDelay -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_small_material -androidx.preference.R$styleable: int AppCompatTheme_colorPrimaryDark -android.didikee.donate.R$string: int abc_shareactionprovider_share_with_application -cyanogenmod.providers.CMSettings$Secure: int getIntForUser(android.content.ContentResolver,java.lang.String,int) -androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse -wangdaye.com.geometricweather.R$layout: int abc_expanded_menu_layout -androidx.preference.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle -com.xw.repo.bubbleseekbar.R$string: int abc_action_bar_up_description -wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_android_switchTextOn -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common -james.adaptiveicon.R$styleable: int[] CompoundButton -wangdaye.com.geometricweather.R$string: int settings_title_weather_source -com.jaredrummler.android.colorpicker.R$dimen: int abc_control_padding_material -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_RatingBar_Indicator -cyanogenmod.providers.CMSettings$Global: java.lang.String WAKE_WHEN_PLUGGED_OR_UNPLUGGED -androidx.preference.R$attr: int switchPreferenceStyle -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void dispose() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: void setFrom(java.lang.String) -com.xw.repo.bubbleseekbar.R$dimen: int tooltip_y_offset_non_touch -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintBaseline_toBaselineOf -androidx.lifecycle.DefaultLifecycleObserver: void onResume(androidx.lifecycle.LifecycleOwner) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric +james.adaptiveicon.R$styleable: int[] AppCompatSeekBar +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_body_1_material +androidx.appcompat.R$attr: int colorControlHighlight +com.google.android.material.R$styleable: int AppCompatTheme_panelBackground +androidx.vectordrawable.animated.R$id: int tag_unhandled_key_listeners +androidx.loader.content.Loader: void registerOnLoadCanceledListener(androidx.loader.content.Loader$OnLoadCanceledListener) +okhttp3.ConnectionSpec: boolean supportsTlsExtensions() +androidx.appcompat.widget.AppCompatButton: void setBackgroundDrawable(android.graphics.drawable.Drawable) +com.google.android.material.R$attr: int layout_constraintTop_toBottomOf +okhttp3.internal.publicsuffix.PublicSuffixDatabase: void readTheListUninterruptibly() +cyanogenmod.weather.WeatherLocation: WeatherLocation(android.os.Parcel) +androidx.appcompat.R$color: int secondary_text_default_material_light +com.google.android.material.R$color: int material_slider_inactive_tick_marks_color +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light_DarkActionBar +wangdaye.com.geometricweather.R$string: int feedback_about_geocoder +wangdaye.com.geometricweather.R$string: int wet_bulb_temperature +wangdaye.com.geometricweather.R$id: int activity_widget_config_subtitleDataTitle +wangdaye.com.geometricweather.common.ui.widgets.RoundProgress +com.google.android.material.R$dimen: int material_clock_period_toggle_height +okhttp3.internal.http2.Http2Writer: void writeMedium(okio.BufferedSink,int) +androidx.recyclerview.R$id: int tag_accessibility_pane_title +androidx.appcompat.R$layout: int abc_tooltip +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.util.List _queryWeatherEntity_HourlyEntityList(java.lang.String,java.lang.String) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String pm10 +com.google.android.material.R$attr: int behavior_autoShrink +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: boolean done +cyanogenmod.externalviews.KeyguardExternalView: android.os.IBinder mService +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial: AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial() +okio.BufferedSink: void flush() +okio.Buffer: java.lang.String readString(java.nio.charset.Charset) +wangdaye.com.geometricweather.R$attr: int tabIconTint +wangdaye.com.geometricweather.R$styleable: int Constraint_android_translationY +io.reactivex.internal.subscriptions.EmptySubscription: void cancel() +okhttp3.internal.ws.RealWebSocket$Streams: okio.BufferedSink sink +retrofit2.Response: okhttp3.Response rawResponse +com.google.android.material.R$color: int design_dark_default_color_primary +com.google.android.material.R$styleable: int KeyAttribute_android_scaleX +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_BottomSheetDialog +androidx.preference.R$attr: int alphabeticModifiers +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: CaiYunMainlyResult$IndicesBeanX() +androidx.preference.R$dimen: int notification_subtext_size +com.turingtechnologies.materialscrollbar.R$dimen: int notification_small_icon_background_padding +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_horizontalGap +androidx.preference.R$styleable: int RecyclerView_stackFromEnd +android.didikee.donate.R$style: int Widget_AppCompat_ListView_Menu +okhttp3.Headers$Builder: okhttp3.Headers$Builder addLenient(java.lang.String,java.lang.String) +retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback +cyanogenmod.weatherservice.ServiceRequest: void reject(int) +org.greenrobot.greendao.AbstractDao: void attachEntity(java.lang.Object) +io.reactivex.internal.subscriptions.SubscriptionHelper: void reportMoreProduced(long) +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean setDisplayGammaCalibration(int,int[]) +com.xw.repo.bubbleseekbar.R$color: int switch_thumb_disabled_material_light +com.github.rahatarmanahmed.cpv.CircularProgressView: java.util.List listeners +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int LIGHT_SNOW_SHOWERS +wangdaye.com.geometricweather.R$attr: int fontFamily +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedNoLast: ObservableSampleTimed$SampleTimedNoLast(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +androidx.hilt.R$id: int tag_screen_reader_focusable +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setSunRiseSet(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean) +androidx.constraintlayout.helper.widget.Layer: void setScaleY(float) +com.google.android.material.internal.FlowLayout +wangdaye.com.geometricweather.R$id: int item_about_header_appIcon +androidx.loader.R$attr: int fontProviderAuthority +wangdaye.com.geometricweather.R$styleable: int Transform_android_rotation +androidx.preference.R$id: int icon +com.autonavi.aps.amapapi.model.AMapLocationServer: void a(long) +com.jaredrummler.android.colorpicker.R$styleable: int ColorStateListItem_android_alpha +androidx.cardview.widget.CardView +wangdaye.com.geometricweather.R$id: int checked +androidx.fragment.app.BackStackState: android.os.Parcelable$Creator CREATOR +okhttp3.OkHttpClient: okhttp3.internal.cache.InternalCache internalCache +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit KM +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: io.reactivex.internal.operators.observable.ObservableRefCount parent +wangdaye.com.geometricweather.R$id: int activity_about_toolbar +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_passwordToggleContentDescription +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Imperial Imperial +androidx.preference.R$drawable: int abc_btn_switch_to_on_mtrl_00001 +android.didikee.donate.R$style: int Widget_AppCompat_SearchView_ActionBar +com.xw.repo.bubbleseekbar.R$drawable: int abc_vector_test +com.baidu.location.e.l$b: com.baidu.location.e.l$b c +wangdaye.com.geometricweather.R$style: int Theme_Design_Light_BottomSheetDialog androidx.preference.R$styleable: int MenuGroup_android_enabled -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Object getKey(java.lang.Object) -androidx.appcompat.R$attr: int spinBars -android.didikee.donate.R$style: int Base_Widget_AppCompat_RatingBar_Indicator -androidx.appcompat.widget.Toolbar: int getTitleMarginTop() -okio.AsyncTimeout$1 -cyanogenmod.app.suggest.AppSuggestManager: cyanogenmod.app.suggest.IAppSuggestManager sImpl -androidx.appcompat.R$attr: int listPreferredItemHeight -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_popupWindowStyle -cyanogenmod.app.ProfileGroup -wangdaye.com.geometricweather.R$styleable: int[] PreferenceTheme -androidx.appcompat.widget.LinearLayoutCompat: void setDividerDrawable(android.graphics.drawable.Drawable) -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_fontVariationSettings -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void replayFinal() -wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayVerticalWidgetConfigActivity: Hilt_ClockDayVerticalWidgetConfigActivity() -wangdaye.com.geometricweather.R$styleable: int AppCompatSeekBar_tickMark -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void innerComplete(io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver) -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: void onSubscribe(org.reactivestreams.Subscription) -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: void onComplete() -io.reactivex.internal.subscriptions.SubscriptionArbiter: org.reactivestreams.Subscription actual -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: AtmoAuraQAResult$MultiDaysIndexs$MultiIndex() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast -james.adaptiveicon.R$styleable: int ActionBar_elevation -james.adaptiveicon.R$attr: int colorControlNormal -com.jaredrummler.android.colorpicker.R$drawable: int abc_tab_indicator_material -com.jaredrummler.android.colorpicker.R$attr: int trackTint -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256 -androidx.constraintlayout.widget.R$style: int Platform_AppCompat -cyanogenmod.providers.CMSettings$Secure: java.lang.String WEATHER_PROVIDER_SERVICE -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_measureWithLargestChild -com.turingtechnologies.materialscrollbar.R$dimen: int hint_pressed_alpha_material_light -androidx.appcompat.R$styleable: int AppCompatTheme_borderlessButtonStyle -androidx.appcompat.R$color: int material_blue_grey_900 -androidx.preference.R$id: int accessibility_custom_action_26 -wangdaye.com.geometricweather.R$style: int Base_V26_Theme_AppCompat_Light -android.didikee.donate.R$styleable: int TextAppearance_fontVariationSettings +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_CompoundButton_RadioButton +com.jaredrummler.android.colorpicker.R$attr: int showSeekBarValue +retrofit2.Utils$WildcardTypeImpl: java.lang.reflect.Type lowerBound +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight +wangdaye.com.geometricweather.R$color: int lightPrimary_4 +wangdaye.com.geometricweather.settings.dialogs.RunningInBackgroundDialog +wangdaye.com.geometricweather.R$array: int pollen_unit_values +com.baidu.location.e.l$b: java.lang.String g +com.turingtechnologies.materialscrollbar.Indicator: void setTextColor(int) com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_toolbarStyle -androidx.constraintlayout.widget.R$style: int Base_V7_Theme_AppCompat_Dialog -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Display3 -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored -androidx.lifecycle.extensions.R$color: R$color() -wangdaye.com.geometricweather.R$styleable: int OnSwipe_touchRegionId -com.bumptech.glide.R$styleable: int FontFamily_fontProviderFetchStrategy -retrofit2.Utils$ParameterizedTypeImpl: java.lang.reflect.Type[] typeArguments -okhttp3.WebSocket: boolean close(int,java.lang.String) -com.google.android.material.R$styleable: int TextInputLayout_suffixTextColor -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Headline -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: void setUnit(java.lang.String) -android.didikee.donate.R$attr: int popupWindowStyle -cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.IKeyguardExternalViewCallbacks mKeyguardExternalViewCallbacks -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Large -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_27 -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void onComplete() -androidx.appcompat.R$style: int TextAppearance_Compat_Notification_Line2 -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust WindGust -com.bumptech.glide.integration.okhttp.R$attr: int coordinatorLayoutStyle -wangdaye.com.geometricweather.R$color: int design_box_stroke_color -com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu -com.google.android.material.R$styleable: int Constraint_android_rotation -androidx.preference.R$string: int abc_menu_function_shortcut_label -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: MfHistoryResult$Position() -androidx.viewpager.R$styleable: int FontFamilyFont_android_ttcIndex -wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: void setOnPageSwipeListener(wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout$OnPagerSwipeListener) -com.jaredrummler.android.colorpicker.R$attr: int tooltipFrameBackground -androidx.hilt.R$styleable: int GradientColorItem_android_offset -com.google.android.material.R$dimen: int compat_button_padding_vertical_material -androidx.legacy.coreutils.R$styleable: int[] ColorStateListItem -com.turingtechnologies.materialscrollbar.R$layout: int design_bottom_navigation_item -androidx.appcompat.widget.FitWindowsFrameLayout: void setOnFitSystemWindowsListener(androidx.appcompat.widget.FitWindowsViewGroup$OnFitSystemWindowsListener) -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense -wangdaye.com.geometricweather.db.entities.HistoryEntity: int nighttimeTemperature -com.google.android.material.slider.RangeSlider$RangeSliderState: android.os.Parcelable$Creator CREATOR -com.xw.repo.bubbleseekbar.R$attr -com.google.android.gms.common.annotation.KeepName -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Badge -com.jaredrummler.android.colorpicker.R$color: int abc_primary_text_material_light -com.google.android.material.R$styleable: int ShapeableImageView_shapeAppearanceOverlay -okhttp3.internal.http2.Http2Codec: okhttp3.Response$Builder readResponseHeaders(boolean) -com.google.android.material.R$layout: int mtrl_layout_snackbar_include -cyanogenmod.media.MediaRecorder$AudioSource: MediaRecorder$AudioSource() -com.amap.api.location.AMapLocationClient: java.lang.String getDeviceId(android.content.Context) -io.reactivex.internal.functions.Functions$NaturalComparator: io.reactivex.internal.functions.Functions$NaturalComparator INSTANCE -androidx.room.RoomDatabase: RoomDatabase() -androidx.appcompat.R$style: int Theme_AppCompat_Dialog_Alert -androidx.constraintlayout.widget.R$attr: int trackTintMode -cyanogenmod.app.CustomTile$ExpandedStyle$1: java.lang.Object[] newArray(int) -com.google.android.material.R$attr: int flow_lastHorizontalBias -wangdaye.com.geometricweather.R$xml: int standalone_badge_gravity_top_start -retrofit2.RequestFactory$Builder: java.lang.reflect.Type[] parameterTypes -com.google.android.material.tabs.TabLayout: void setTabRippleColor(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_horizontalBias -wangdaye.com.geometricweather.R$styleable: int MaterialButton_android_insetBottom -wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_AppbarPopupTheme_Light -com.google.android.material.R$id: int BOTTOM_END -androidx.constraintlayout.widget.Barrier: void setAllowsGoneWidget(boolean) -io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: long subscriberCount -okhttp3.Cache$Entry: boolean isHttps() -com.google.android.material.R$drawable: int material_ic_keyboard_arrow_next_black_24dp -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow: java.lang.Float cumul24H -okhttp3.MultipartBody: long contentLength -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionOverflowMenuStyle -com.google.android.material.R$styleable: int AppCompatTheme_windowActionBar -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum: double Value -com.google.android.material.floatingactionbutton.FloatingActionButton: void setImageDrawable(android.graphics.drawable.Drawable) -james.adaptiveicon.R$dimen: int abc_action_bar_overflow_padding_end_material -wangdaye.com.geometricweather.R$id: int moldTitle -cyanogenmod.hardware.CMHardwareManager: int getSupportedFeatures() -com.google.android.material.R$styleable: int Constraint_layout_constraintHeight_min -wangdaye.com.geometricweather.R$drawable: int weather_clear_night_mini_grey -cyanogenmod.weather.RequestInfo$1: java.lang.Object createFromParcel(android.os.Parcel) -okhttp3.internal.http2.Header: java.lang.String TARGET_AUTHORITY_UTF8 -james.adaptiveicon.R$styleable: int[] ActionBarLayout -androidx.loader.R$id: int time -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_switchMinWidth -com.google.android.material.R$attr: int icon -androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_barLength -androidx.preference.R$attr: int collapseIcon -androidx.preference.R$styleable: int AppCompatTheme_buttonStyle -wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.String getLevel() -androidx.dynamicanimation.R$attr: int fontWeight -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ButtonBar_AlertDialog -com.turingtechnologies.materialscrollbar.R$layout: int notification_action_tombstone -okhttp3.Cache$CacheResponseBody$1: Cache$CacheResponseBody$1(okhttp3.Cache$CacheResponseBody,okio.Source,okhttp3.internal.cache.DiskLruCache$Snapshot) -androidx.appcompat.R$drawable: int abc_ic_menu_selectall_mtrl_alpha -wangdaye.com.geometricweather.R$attr: int fontProviderFetchStrategy -cyanogenmod.providers.CMSettings$Validator -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: io.reactivex.functions.Function mapper -wangdaye.com.geometricweather.R$attr: int actionModeCopyDrawable -wangdaye.com.geometricweather.db.entities.LocationEntityDao -androidx.constraintlayout.widget.R$styleable: int KeyTrigger_triggerId -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_AES_128_CBC_SHA -james.adaptiveicon.R$dimen: int highlight_alpha_material_colored -wangdaye.com.geometricweather.db.entities.AlertEntityDao: AlertEntityDao(org.greenrobot.greendao.internal.DaoConfig) -wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.AlertEntity) -wangdaye.com.geometricweather.R$bool: int abc_action_bar_embed_tabs -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_PopupMenu -io.reactivex.Observable: io.reactivex.Observable concatEager(java.lang.Iterable,int,int) -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.disposables.Disposable upstream -androidx.transition.R$id: int parent_matrix -com.turingtechnologies.materialscrollbar.R$id: int design_menu_item_action_area -okhttp3.internal.http2.Http2Connection$Builder: Http2Connection$Builder(boolean) -com.google.android.material.R$id: int accessibility_custom_action_13 -android.didikee.donate.R$color: int material_blue_grey_900 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: int getStatus() -okhttp3.internal.ws.WebSocketReader: void readMessageFrame() -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_PSK_WITH_AES_128_CBC_SHA -wangdaye.com.geometricweather.R$attr: int checkBoxPreferenceStyle -wangdaye.com.geometricweather.R$styleable: int MaterialCardView_state_dragged -androidx.constraintlayout.utils.widget.MockView -james.adaptiveicon.R$layout: int select_dialog_multichoice_material -androidx.swiperefreshlayout.R$layout: int notification_template_part_time -okhttp3.internal.http2.Http2Connection: long awaitPingsSent -androidx.swiperefreshlayout.R$id: int right_side -okhttp3.internal.http.HttpHeaders: int skipWhitespace(java.lang.String,int) -com.jaredrummler.android.colorpicker.R$drawable: int abc_list_focused_holo -com.xw.repo.bubbleseekbar.R$styleable: int[] CoordinatorLayout_Layout -okio.SegmentedByteString: java.nio.ByteBuffer asByteBuffer() -okhttp3.internal.Util: java.util.concurrent.ThreadFactory threadFactory(java.lang.String,boolean) -androidx.constraintlayout.widget.R$drawable: int abc_ratingbar_indicator_material -android.didikee.donate.R$drawable: int abc_spinner_textfield_background_material -com.google.android.material.bottomnavigation.BottomNavigationView -androidx.appcompat.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored -com.google.android.material.R$style: int Widget_MaterialComponents_CompoundButton_Switch -com.turingtechnologies.materialscrollbar.R$style: int Base_Animation_AppCompat_Tooltip -james.adaptiveicon.R$styleable: int ActivityChooserView_initialActivityCount -com.google.android.material.floatingactionbutton.FloatingActionButton -wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_showMotionSpec -okio.HashingSource: okio.HashingSource sha1(okio.Source) -wangdaye.com.geometricweather.R$string: int off -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse -com.xw.repo.bubbleseekbar.R$attr: int bsb_section_text_color -cyanogenmod.app.Profile: cyanogenmod.profiles.RingModeSettings getRingMode() -androidx.vectordrawable.R$styleable: int FontFamily_fontProviderFetchTimeout -androidx.core.app.RemoteActionCompatParcelizer: void write(androidx.core.app.RemoteActionCompat,androidx.versionedparcelable.VersionedParcel) -com.jaredrummler.android.colorpicker.R$layout: int abc_action_bar_title_item -com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy valueOf(java.lang.String) -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title -com.google.android.material.appbar.CollapsingToolbarLayout: void setCollapsedTitleTextAppearance(int) -wangdaye.com.geometricweather.R$styleable: int Badge_badgeTextColor -cyanogenmod.providers.CMSettings$Secure$2: java.lang.String mDelimiter -james.adaptiveicon.R$styleable: int DrawerArrowToggle_color -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipIconVisible -com.google.android.material.R$styleable: int Constraint_flow_horizontalStyle -android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart -okhttp3.Response$Builder: long receivedResponseAtMillis -okhttp3.internal.cache2.Relay: okio.Buffer buffer -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int CLEAR_NIGHT -com.google.android.material.R$attr: int saturation -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_dividerPadding -androidx.appcompat.resources.R$styleable: int[] StateListDrawable -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Slider -com.turingtechnologies.materialscrollbar.R$attr: int counterMaxLength -androidx.lifecycle.Lifecycling: androidx.lifecycle.GeneratedAdapter createGeneratedAdapter(java.lang.reflect.Constructor,java.lang.Object) -wangdaye.com.geometricweather.R$attr: int colorAccent -wangdaye.com.geometricweather.R$styleable: int Chip_hideMotionSpec -com.google.android.material.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: HourlyEntityDao$Properties() -com.google.android.material.R$styleable: int KeyTimeCycle_android_rotationY -androidx.hilt.lifecycle.R$styleable: int[] FontFamilyFont -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_android_textOff -wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: void setPosition(int) -cyanogenmod.profiles.BrightnessSettings: android.os.Parcelable$Creator CREATOR -androidx.swiperefreshlayout.R$dimen: int notification_right_side_padding_top -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) -com.google.android.material.R$styleable: int ScrollingViewBehavior_Layout_behavior_overlapTop -androidx.preference.R$color: int material_deep_teal_500 -com.google.android.material.R$id: int scrollView -wangdaye.com.geometricweather.R$string: int settings_title_forecast_tomorrow -wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_box_stroke_width_focused -com.github.rahatarmanahmed.cpv.CircularProgressView$8: float val$maxSweep -com.jaredrummler.android.colorpicker.R$attr: int key -cyanogenmod.providers.CMSettings$Secure: long getLong(android.content.ContentResolver,java.lang.String) -com.google.android.material.slider.RangeSlider: void setValues(java.lang.Float[]) -androidx.drawerlayout.R$dimen: int notification_action_icon_size -androidx.vectordrawable.R$styleable: int FontFamily_fontProviderAuthority -androidx.lifecycle.LiveData: java.lang.Object mDataLock -wangdaye.com.geometricweather.R$anim: R$anim() -wangdaye.com.geometricweather.R$id: int NO_DEBUG -cyanogenmod.weatherservice.ServiceRequestResult$1: cyanogenmod.weatherservice.ServiceRequestResult createFromParcel(android.os.Parcel) -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: boolean mainDone -wangdaye.com.geometricweather.R$attr: int layout_constraintVertical_chainStyle -androidx.appcompat.widget.LinearLayoutCompat: void setOrientation(int) -com.google.android.material.R$color: int material_deep_teal_200 -androidx.preference.R$attr -com.google.android.material.R$style: int Theme_MaterialComponents_NoActionBar_Bridge -com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleMargin -androidx.appcompat.view.menu.ListMenuItemView: androidx.appcompat.view.menu.MenuItemImpl getItemData() -com.github.rahatarmanahmed.cpv.CircularProgressView$8: CircularProgressView$8(com.github.rahatarmanahmed.cpv.CircularProgressView,float,float) -wangdaye.com.geometricweather.db.entities.HourlyEntity -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ListView -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu -androidx.appcompat.R$styleable: int AppCompatTheme_listMenuViewStyle -com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemHorizontalTranslationEnabled -com.xw.repo.bubbleseekbar.R$string: int abc_searchview_description_clear -androidx.viewpager2.R$dimen: int compat_button_padding_vertical_material -com.jaredrummler.android.colorpicker.R$id: int icon_frame -okhttp3.Cache$2: Cache$2(okhttp3.Cache) -wangdaye.com.geometricweather.R$color: int lightPrimary_5 -wangdaye.com.geometricweather.R$string: int date_format_widget_short -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: int getSourceColor() -wangdaye.com.geometricweather.R$drawable: int shortcuts_sleet_foreground -wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableItem_android_drawable -androidx.fragment.R$id: int accessibility_custom_action_30 -wangdaye.com.geometricweather.db.entities.DailyEntityDao: wangdaye.com.geometricweather.db.converters.WeatherCodeConverter nighttimeWeatherCodeConverter -androidx.swiperefreshlayout.R$id: int italic -okio.AsyncTimeout$1: okio.Timeout timeout() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: java.lang.String getTo() -androidx.lifecycle.LiveData: int getVersion() -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setProgressBackgroundColorSchemeResource(int) -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_DrawerArrowToggle -io.reactivex.internal.disposables.EmptyDisposable: void complete(io.reactivex.MaybeObserver) -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setTimeStamp(long) -cyanogenmod.app.CustomTile$ExpandedGridItem: void setExpandedGridItemDrawable(int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Metric: int UnitType -com.google.android.material.radiobutton.MaterialRadioButton: MaterialRadioButton(android.content.Context,android.util.AttributeSet,int) -okhttp3.internal.cache.DiskLruCache: java.lang.String CLEAN -com.google.android.material.R$styleable: int Layout_layout_constraintCircleRadius -cyanogenmod.themes.ThemeManager: void onClientPaused(cyanogenmod.themes.ThemeManager$ThemeChangeListener) -okhttp3.internal.http2.Http2Writer: void goAway(int,okhttp3.internal.http2.ErrorCode,byte[]) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_ratingBarStyleSmall -wangdaye.com.geometricweather.R$attr: int lastBaselineToBottomHeight -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String description -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: boolean hasKey(java.lang.Object) -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: java.util.Date date -com.turingtechnologies.materialscrollbar.R$color: int bright_foreground_inverse_material_dark -wangdaye.com.geometricweather.R$id: int dialog_location_help_providerContainer -com.xw.repo.bubbleseekbar.R$attr: int track -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_fontFamily -com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_layout_anchor -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_AutoCompleteTextView -cyanogenmod.weather.CMWeatherManager$2$1: int val$status -android.didikee.donate.R$dimen: int abc_dialog_padding_top_material -cyanogenmod.app.ICMTelephonyManager: java.util.List getSubInformation() -com.google.android.material.chip.ChipGroup: void setSelectionRequired(boolean) -androidx.constraintlayout.widget.R$drawable: int abc_btn_check_to_on_mtrl_015 -androidx.hilt.lifecycle.R$drawable: int notification_bg_normal_pressed -cyanogenmod.weatherservice.ServiceRequestResult: boolean equals(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$id: int icon_group -io.reactivex.internal.util.VolatileSizeArrayList: java.lang.Object[] toArray() -com.xw.repo.bubbleseekbar.R$attr: int fontProviderAuthority -wangdaye.com.geometricweather.R$id: int activity_card_display_manage_bottomBar -wangdaye.com.geometricweather.R$array: int notification_background_colors -wangdaye.com.geometricweather.R$id: int activity_alert_recyclerView -androidx.appcompat.R$styleable: int AppCompatTheme_editTextColor -wangdaye.com.geometricweather.R$string: int thunderstorm -wangdaye.com.geometricweather.R$array: int weather_source_values -wangdaye.com.geometricweather.R$dimen: int abc_text_size_large_material -okio.ByteString: java.lang.String base64() -com.google.android.material.R$styleable: int KeyCycle_curveFit -androidx.hilt.lifecycle.R$styleable: int GradientColorItem_android_color -com.amap.api.location.DPoint: double getLongitude() -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Display1 -wangdaye.com.geometricweather.R$string: int retrofit -com.xw.repo.bubbleseekbar.R$dimen -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_BATTERY_LANDSCAPE -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_always_show_bubble_delay -wangdaye.com.geometricweather.R$color: int design_default_color_background -cyanogenmod.profiles.StreamSettings: void setValue(int) -cyanogenmod.app.ICMTelephonyManager -wangdaye.com.geometricweather.R$attr: int progressIndicatorStyle -com.google.android.material.R$attr: int statusBarBackground -androidx.preference.R$attr: int layout_keyline -com.jaredrummler.android.colorpicker.R$drawable: int abc_cab_background_top_material -cyanogenmod.providers.CMSettings$System: java.lang.String __MAGICAL_TEST_PASSING_ENABLER -okio.BufferedSink: okio.BufferedSink writeInt(int) -android.didikee.donate.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle -cyanogenmod.externalviews.KeyguardExternalViewProviderService$1: KeyguardExternalViewProviderService$1(cyanogenmod.externalviews.KeyguardExternalViewProviderService) -wangdaye.com.geometricweather.R$attr: int trackHeight -com.turingtechnologies.materialscrollbar.R$attr: int textAllCaps -io.reactivex.internal.subscribers.StrictSubscriber: io.reactivex.internal.util.AtomicThrowable error -android.didikee.donate.R$dimen: int abc_search_view_preferred_width -wangdaye.com.geometricweather.R$styleable: int MenuItem_alphabeticModifiers -com.jaredrummler.android.colorpicker.R$attr: int dialogLayout -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWindDegree(wangdaye.com.geometricweather.common.basic.models.weather.WindDegree) -cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.IKeyguardExternalViewCallbacks access$100(cyanogenmod.externalviews.KeyguardExternalView) -retrofit2.adapter.rxjava2.CallExecuteObservable: void subscribeActual(io.reactivex.Observer) -wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Wind: java.lang.String power +com.google.android.material.chip.ChipGroup: void setOnCheckedChangeListener(com.google.android.material.chip.ChipGroup$OnCheckedChangeListener) +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_elevation +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void onComplete() +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_removeUpdates +wangdaye.com.geometricweather.R$attr: int cpv_animSyncDuration +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: IKeyguardExternalViewCallbacks$Stub$Proxy(android.os.IBinder) +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ListView_DropDown +wangdaye.com.geometricweather.R$id: int mtrl_card_checked_layer_id +com.bumptech.glide.integration.okhttp.R$id: int right +cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_getCurrentHotwordPackageName +com.jaredrummler.android.colorpicker.R$styleable: int[] ColorPickerView +androidx.preference.R$styleable: int AnimatedStateListDrawableTransition_android_fromId +com.xw.repo.bubbleseekbar.R$drawable: int abc_switch_thumb_material +androidx.drawerlayout.R$attr: int fontVariationSettings +okio.InflaterSource: InflaterSource(okio.BufferedSource,java.util.zip.Inflater) +cyanogenmod.app.LiveLockScreenManager: void setLiveLockScreenEnabled(boolean) wangdaye.com.geometricweather.R$color: int material_deep_teal_500 -com.google.android.material.internal.NavigationMenuItemView: void setCheckable(boolean) -androidx.appcompat.R$attr: int borderlessButtonStyle -okio.Buffer$UnsafeCursor: int seek(long) -okhttp3.internal.http.RealInterceptorChain: okhttp3.Response proceed(okhttp3.Request) -com.jaredrummler.android.colorpicker.R$style: int Base_V28_Theme_AppCompat_Light -cyanogenmod.themes.ThemeChangeRequest: ThemeChangeRequest(java.util.Map,java.util.Map,cyanogenmod.themes.ThemeChangeRequest$RequestType,long) -io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver parent -androidx.appcompat.resources.R$styleable: int GradientColor_android_centerX -james.adaptiveicon.R$drawable: int abc_seekbar_thumb_material -androidx.constraintlayout.widget.R$dimen: int notification_main_column_padding_top -io.reactivex.Observable: io.reactivex.Observable merge(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource) -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_CONDITION_CODE -okio.BufferedSink: okio.BufferedSink emit() -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: io.reactivex.internal.operators.observable.ObservableGroupJoin$JoinSupport parent -retrofit2.Retrofit: okhttp3.Call$Factory callFactory -androidx.constraintlayout.widget.R$anim: int abc_popup_exit -wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderLayout -okhttp3.internal.http1.Http1Codec$FixedLengthSink: Http1Codec$FixedLengthSink(okhttp3.internal.http1.Http1Codec,long) -com.google.android.material.R$styleable: int AppCompatTextView_autoSizeStepGranularity -androidx.preference.R$styleable: int AppCompatTheme_dialogCornerRadius -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Display1 -com.google.android.material.circularreveal.CircularRevealRelativeLayout: void setRevealInfo(com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo) -wangdaye.com.geometricweather.R$style: int Preference_DropDown -com.google.android.material.R$attr: int hintAnimationEnabled -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: io.reactivex.functions.Function mapper -cyanogenmod.app.LiveLockScreenInfo: java.lang.Object clone() -androidx.preference.R$styleable: int Fragment_android_id -androidx.lifecycle.extensions.R$string: int status_bar_notification_info_overflow -androidx.constraintlayout.widget.R$attr: int autoTransition -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$string: int key_notification_text_color -androidx.coordinatorlayout.R$style: int TextAppearance_Compat_Notification_Line2 -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Country: java.lang.String EnglishName -cyanogenmod.app.ICMStatusBarManager: void createCustomTileWithTag(java.lang.String,java.lang.String,java.lang.String,int,cyanogenmod.app.CustomTile,int[],int) -com.xw.repo.bubbleseekbar.R$drawable: int abc_list_divider_mtrl_alpha -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BLUETOOTH_ACCEPT_ALL_FILES_VALIDATOR -androidx.preference.R$dimen: int abc_text_size_title_material -wangdaye.com.geometricweather.R$attr: int alertDialogCenterButtons -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_height -androidx.constraintlayout.widget.R$dimen: int notification_content_margin_start -androidx.appcompat.widget.AppCompatButton: void setBackgroundResource(int) -wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayHorizontalProvider -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Ice: java.lang.String Unit -androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_translationY -okio.Okio: okio.BufferedSource buffer(okio.Source) -androidx.preference.R$id: int none -android.didikee.donate.R$styleable: int SwitchCompat_thumbTintMode -com.google.android.material.R$style: int ThemeOverlay_AppCompat_Dialog -androidx.lifecycle.ProcessLifecycleOwner: android.os.Handler mHandler -okio.HashingSource: java.security.MessageDigest messageDigest -androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State[] $VALUES -okhttp3.internal.cache.DiskLruCache: boolean removeEntry(okhttp3.internal.cache.DiskLruCache$Entry) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatSeekBar_tickMarkTintMode -android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionBar_Solid -androidx.lifecycle.ViewModelProvider$OnRequeryFactory: void onRequery(androidx.lifecycle.ViewModel) -com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemHorizontalTranslationEnabled(boolean) -james.adaptiveicon.R$style: int Widget_AppCompat_ActionBar_TabText -com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_elevation -okhttp3.internal.http2.Http2Reader: void readHeaders(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) -android.support.v4.os.IResultReceiver$Default -com.turingtechnologies.materialscrollbar.R$styleable: int[] ViewBackgroundHelper -androidx.constraintlayout.widget.R$id: int italic -androidx.appcompat.R$styleable: int PopupWindow_android_popupBackground -com.google.android.material.R$styleable: int Motion_motionPathRotate -com.google.android.gms.common.api.internal.LifecycleCallback -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void openComplete(io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver) -com.turingtechnologies.materialscrollbar.R$attr: int ratingBarStyle -androidx.fragment.R$string: int status_bar_notification_info_overflow -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property RainPrecipitation -james.adaptiveicon.R$styleable: int AppCompatTheme_alertDialogStyle -okhttp3.internal.connection.ConnectInterceptor: ConnectInterceptor(okhttp3.OkHttpClient) -androidx.preference.R$style: int Base_V22_Theme_AppCompat -com.google.android.material.R$xml: int standalone_badge_gravity_bottom_start -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeCopyDrawable -okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.lang.String binarySearchBytes(byte[],byte[][],int) -com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_itemTextAppearance -androidx.constraintlayout.widget.R$integer: int status_bar_notification_info_maxnum -com.google.android.gms.base.R$drawable: int common_google_signin_btn_icon_disabled -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float total -okhttp3.internal.http2.Header$Listener: void onHeaders(okhttp3.Headers) -james.adaptiveicon.R$drawable: int notification_tile_bg -wangdaye.com.geometricweather.R$styleable: int CardView_contentPaddingRight -androidx.preference.R$styleable: int DrawerArrowToggle_color -wangdaye.com.geometricweather.R$drawable: int abc_edit_text_material -com.google.android.material.R$styleable: int Constraint_layout_goneMarginTop -james.adaptiveicon.R$styleable: int SwitchCompat_thumbTextPadding -androidx.legacy.coreutils.R$string -cyanogenmod.alarmclock.ClockContract$InstancesColumns: int HIDE_NOTIFICATION_STATE -androidx.hilt.lifecycle.R$id: int dialog_button -com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String g() -io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit,long,boolean) -com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemBackground -androidx.loader.R$style: int TextAppearance_Compat_Notification_Line2 -androidx.legacy.coreutils.R$color: int notification_action_color_filter -wangdaye.com.geometricweather.R$styleable: int ArcProgress_progress -com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getTrackTintList() -wangdaye.com.geometricweather.R$dimen: int preference_dropdown_padding_start -james.adaptiveicon.R$styleable: int ActionBar_navigationMode -io.reactivex.internal.schedulers.ScheduledRunnable: java.lang.Object call() -wangdaye.com.geometricweather.R$string: int week_1 -androidx.preference.R$style: int Base_V21_Theme_AppCompat -wangdaye.com.geometricweather.R$styleable: int InkPageIndicator_animationDuration -io.reactivex.Observable: io.reactivex.Observable switchIfEmpty(io.reactivex.ObservableSource) -androidx.constraintlayout.widget.R$styleable: int[] ListPopupWindow -com.google.android.material.R$styleable: int[] Constraint -wangdaye.com.geometricweather.R$id: int dialog_weather_hourly_container -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: DailyTrendItemView(android.content.Context,android.util.AttributeSet) -androidx.cardview.widget.CardView: void setRadius(float) -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_hoveredFocusedTranslationZ -android.didikee.donate.R$styleable: int AppCompatTheme_actionButtonStyle -wangdaye.com.geometricweather.R$drawable: int abc_btn_default_mtrl_shape -com.google.android.material.R$styleable: int Slider_android_valueFrom -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_icon -com.google.android.material.R$dimen: int mtrl_extended_fab_end_padding -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Button -androidx.constraintlayout.helper.widget.Flow: void setFirstVerticalStyle(int) -cyanogenmod.weatherservice.WeatherProviderService$1 -com.jaredrummler.android.colorpicker.R$styleable: int PopupWindow_overlapAnchor -com.google.android.material.R$attr: int contentPaddingRight -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Sun: java.lang.Long set -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeThunderstormPrecipitation -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setAqi(java.lang.String) -wangdaye.com.geometricweather.R$id: int design_menu_item_action_area -androidx.lifecycle.FullLifecycleObserver: void onStart(androidx.lifecycle.LifecycleOwner) -wangdaye.com.geometricweather.R$attr: int tabMinWidth -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Button -androidx.viewpager2.R$dimen: int notification_top_pad_large_text -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHorizontal_bias -androidx.lifecycle.ReportFragment: androidx.lifecycle.ReportFragment$ActivityInitializationListener mProcessListener -io.reactivex.internal.util.NotificationLite$SubscriptionNotification: long serialVersionUID -androidx.appcompat.R$layout: int abc_list_menu_item_radio -androidx.lifecycle.OnLifecycleEvent: androidx.lifecycle.Lifecycle$Event value() -com.google.android.material.R$attr: int arrowHeadLength -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384 -wangdaye.com.geometricweather.R$string: int feedback_location_failed -com.jaredrummler.android.colorpicker.R$layout: int preference_category -com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String b() -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: long serialVersionUID -com.google.android.material.R$styleable: int Toolbar_maxButtonHeight -james.adaptiveicon.R$styleable: int SearchView_queryHint -com.xw.repo.bubbleseekbar.R$color: int notification_icon_bg_color -androidx.appcompat.widget.Toolbar: Toolbar(android.content.Context) -com.xw.repo.bubbleseekbar.R$color: int abc_search_url_text_normal -androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_fontStyle -okhttp3.internal.http2.Hpack$Reader: boolean isStaticHeader(int) -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: java.lang.String getInterfaceDescriptor() -com.google.android.material.R$attr: int startIconCheckable -com.xw.repo.bubbleseekbar.R$style: int Platform_V25_AppCompat_Light -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceListItem -com.google.android.material.R$layout: int material_clock_period_toggle_land -com.xw.repo.bubbleseekbar.R$id: int action_bar_spinner -androidx.fragment.R$id: int accessibility_custom_action_31 -android.didikee.donate.R$attr: int thickness -cyanogenmod.app.Profile: boolean getStatusBarIndicator() -com.google.android.material.chip.Chip: void setChipStrokeColor(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$id: int custom -com.amap.api.location.DPoint: android.os.Parcelable$Creator CREATOR -org.greenrobot.greendao.AbstractDaoSession: java.util.List loadAll(java.lang.Class) -wangdaye.com.geometricweather.R$styleable: int[] ShapeAppearance -retrofit2.Response: boolean isSuccessful() -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: boolean delayError -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal -com.google.android.material.tabs.TabLayout: void setTabIndicatorFullWidth(boolean) -io.reactivex.internal.observers.BasicIntQueueDisposable: java.lang.Object poll() -wangdaye.com.geometricweather.R$attr: int titleTextStyle -com.bumptech.glide.integration.okhttp.R$styleable: int ColorStateListItem_android_color -androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration -androidx.loader.R$id: int title -com.github.rahatarmanahmed.cpv.R -wangdaye.com.geometricweather.db.entities.HistoryEntity: void setId(java.lang.Long) -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_TextView_SpinnerItem -okio.Buffer$2: java.lang.String toString() -wangdaye.com.geometricweather.R$string: int wind_speed -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textColorAlertDialogListItem -okhttp3.internal.cache2.Relay$RelaySource: okhttp3.internal.cache2.FileOperator fileOperator -okhttp3.internal.cache.DiskLruCache: java.lang.String READ -cyanogenmod.app.suggest.IAppSuggestProvider$Stub: cyanogenmod.app.suggest.IAppSuggestProvider asInterface(android.os.IBinder) -androidx.preference.R$string: int abc_searchview_description_voice +okhttp3.OkHttpClient: int writeTimeout +okhttp3.internal.http.HttpHeaders: long contentLength(okhttp3.Headers) +james.adaptiveicon.R$attr: int spinnerStyle +androidx.appcompat.R$styleable: int SearchView_android_imeOptions +com.google.gson.stream.JsonScope: int NONEMPTY_ARRAY +androidx.fragment.R$anim: int fragment_open_exit +android.didikee.donate.R$attr: int editTextBackground +james.adaptiveicon.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: void drain() +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType InsertInTxArray +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Display3 +androidx.vectordrawable.animated.R$id: int right_icon +com.google.android.gms.common.stats.WakeLockEvent: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle +com.google.android.material.internal.NavigationMenuView: NavigationMenuView(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.R$styleable: int OnSwipe_dragDirection +okhttp3.internal.http2.Http2Connection: boolean access$300(okhttp3.internal.http2.Http2Connection) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Ice: double Value +com.xw.repo.bubbleseekbar.R$string: int abc_capital_off +com.jaredrummler.android.colorpicker.R$color: int secondary_text_default_material_light +wangdaye.com.geometricweather.R$string: int content_desc_search_filter_off +androidx.loader.R$layout: R$layout() +com.google.android.material.R$attr: int tabPaddingEnd +androidx.preference.R$style: int Theme_AppCompat_Light_Dialog +wangdaye.com.geometricweather.R$string: int settings_title_service_provider +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder followRedirects(boolean) +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge +wangdaye.com.geometricweather.R$id: int container_main_pollen_indicator +com.turingtechnologies.materialscrollbar.R$attr: int tabBackground +com.jaredrummler.android.colorpicker.R$id: int textSpacerNoButtons +com.google.android.material.R$drawable: int abc_list_longpressed_holo +okhttp3.Response: boolean isSuccessful() +james.adaptiveicon.R$styleable: int Toolbar_logo +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_Switch +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TimePicker_Button +android.didikee.donate.R$layout: R$layout() +com.google.android.material.button.MaterialButtonToggleGroup: int getFirstVisibleChildIndex() +com.bumptech.glide.MemoryCategory: float multiplier +wangdaye.com.geometricweather.R$dimen: int item_touch_helper_swipe_escape_max_velocity +okio.Segment: int pos +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: float getDensity(float) +android.didikee.donate.R$styleable: int AppCompatTheme_buttonBarStyle +com.turingtechnologies.materialscrollbar.R$styleable: int[] ActionBarLayout +cyanogenmod.app.CustomTile: java.lang.String access$302(cyanogenmod.app.CustomTile,java.lang.String) +androidx.appcompat.widget.SwitchCompat: void setSwitchPadding(int) +wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Prefix +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex +io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: void onNext(java.lang.Object) +androidx.constraintlayout.widget.R$attr: int flow_firstHorizontalStyle +com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleMarginEnd +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Large +androidx.appcompat.R$attr: int textAppearanceSearchResultTitle +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_firstVerticalBias +io.reactivex.Observable: io.reactivex.Observable timer(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +cyanogenmod.providers.CMSettings$System: java.lang.String[] LEGACY_SYSTEM_SETTINGS +androidx.appcompat.widget.ActivityChooserView: void setExpandActivityOverflowButtonContentDescription(int) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_drawableEnd +com.jaredrummler.android.colorpicker.R$styleable: int Spinner_android_dropDownWidth +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX aqi +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: java.lang.String ShortPhrase +okhttp3.HttpUrl$Builder: int parsePort(java.lang.String,int,int) +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: io.reactivex.functions.Predicate predicate +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver +com.turingtechnologies.materialscrollbar.R$attr: int selectableItemBackground +com.google.android.material.R$attr: int endIconDrawable +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index no2 +wangdaye.com.geometricweather.db.entities.LocationEntity: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource weatherSource +okhttp3.internal.http2.Http2Connection: void start() +cyanogenmod.app.LiveLockScreenInfo: int priority +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceTheme +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorAccent +io.reactivex.internal.operators.observable.ObservableGroupBy$State: boolean delayError +retrofit2.RequestFactory$Builder: retrofit2.ParameterHandler parseParameterAnnotation(int,java.lang.reflect.Type,java.lang.annotation.Annotation[],java.lang.annotation.Annotation) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense +androidx.lifecycle.SavedStateHandle: java.util.Map mLiveDatas +com.bumptech.glide.R$id: int action_image +com.google.android.material.R$styleable: int KeyTrigger_motionTarget +okhttp3.FormBody +com.google.android.material.R$styleable: int Motion_transitionEasing +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow: java.lang.Float cumul12H +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub$Proxy: void onWeatherServiceProviderChanged(java.lang.String) +androidx.appcompat.R$attr: int backgroundStacked +androidx.hilt.R$dimen: int notification_small_icon_background_padding +androidx.lifecycle.LifecycleService: void onCreate() +com.google.android.material.slider.Slider: float getValueFrom() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours Past24Hours +retrofit2.Utils$ParameterizedTypeImpl: java.lang.reflect.Type getRawType() +wangdaye.com.geometricweather.R$styleable: int ListPreference_entries +okhttp3.internal.ws.WebSocketReader: void readHeader() +wangdaye.com.geometricweather.R$dimen: int mtrl_low_ripple_pressed_alpha +com.jaredrummler.android.colorpicker.R$style: int Base_V7_Theme_AppCompat_Light +androidx.loader.R$id: int action_image +com.google.android.material.slider.RangeSlider: RangeSlider(android.content.Context) +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void onError(java.lang.Throwable) +com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: void setRevealInfo(com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo) +android.didikee.donate.R$styleable: int Toolbar_titleMarginEnd +cyanogenmod.content.Intent: java.lang.String ACTION_OPEN_LIVE_LOCKSCREEN_SETTINGS +com.google.android.gms.location.zzbe: android.os.Parcelable$Creator CREATOR +androidx.preference.R$attr: int dialogCornerRadius +james.adaptiveicon.R$styleable: int AppCompatTheme_actionDropDownStyle +okhttp3.RequestBody: okhttp3.RequestBody create(okhttp3.MediaType,java.io.File) +wangdaye.com.geometricweather.R$string: int action_preview +james.adaptiveicon.R$styleable: int[] AppCompatImageView +androidx.preference.R$style: int Base_Widget_AppCompat_ListMenuView +androidx.constraintlayout.widget.R$dimen: int tooltip_precise_anchor_extra_offset +com.turingtechnologies.materialscrollbar.R$styleable: int[] LinearLayoutCompat +io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: io.reactivex.ObservableSource source +com.xw.repo.bubbleseekbar.R$drawable: int abc_seekbar_tick_mark_material +com.turingtechnologies.materialscrollbar.R$dimen: int highlight_alpha_material_light +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_14 +com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource REMOTE +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setTemperature(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX) +wangdaye.com.geometricweather.R$dimen: int abc_floating_window_z +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionOverflowMenuStyle +androidx.hilt.work.R$dimen: int notification_content_margin_start +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_RINGTONE +androidx.coordinatorlayout.R$id: int forever +androidx.constraintlayout.widget.R$color: int dim_foreground_material_light +wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_6 +retrofit2.Converter$Factory +io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_PopupMenu_Overflow +okhttp3.Cookie$Builder +androidx.preference.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex +retrofit2.converter.gson.GsonConverterFactory: GsonConverterFactory(com.google.gson.Gson) +com.google.android.material.R$style: int CardView +retrofit2.Utils: java.lang.String typeToString(java.lang.reflect.Type) +com.google.android.material.bottomnavigation.BottomNavigationView: void setElevation(float) +wangdaye.com.geometricweather.R$styleable: int Preference_android_key +com.google.android.material.R$styleable: int Layout_android_layout_marginTop +com.google.android.material.bottomnavigation.BottomNavigationView: android.content.res.ColorStateList getItemTextColor() +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_shadowDx +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$LocalSource: AccuDailyResult$DailyForecasts$Night$LocalSource() +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: int prefetch +com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_animAutostart +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric: java.lang.String Unit +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored +com.google.android.material.R$attr: int trackTint +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder addInterceptor(okhttp3.Interceptor) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_barrierMargin +wangdaye.com.geometricweather.R$layout: int abc_alert_dialog_title_material +com.google.android.material.slider.Slider: void setValueFrom(float) +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Large_Inverse +com.turingtechnologies.materialscrollbar.R$styleable: int[] CoordinatorLayout_Layout +cyanogenmod.app.ProfileManager: void removeProfile(cyanogenmod.app.Profile) +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_removeNotificationGroup +okhttp3.internal.http2.Http2Codec: java.lang.String PROXY_CONNECTION +james.adaptiveicon.R$attr: int singleChoiceItemLayout +com.bumptech.glide.R$styleable: int FontFamilyFont_android_ttcIndex +com.google.android.material.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: void onComplete() +androidx.appcompat.R$styleable: int FontFamilyFont_android_ttcIndex +wangdaye.com.geometricweather.R$styleable: int GradientColor_android_centerX +androidx.constraintlayout.widget.R$styleable: int KeyPosition_framePosition +okio.ForwardingSink +okhttp3.internal.Util: java.util.Comparator NATURAL_ORDER +com.amap.api.location.AMapLocationClientOption: boolean n +com.google.android.material.R$dimen: int material_clock_period_toggle_margin_left +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeTemperature(int) +okhttp3.internal.http2.Http2Connection$ReaderRunnable$1: Http2Connection$ReaderRunnable$1(okhttp3.internal.http2.Http2Connection$ReaderRunnable,java.lang.String,java.lang.Object[],okhttp3.internal.http2.Http2Stream) +wangdaye.com.geometricweather.R$drawable: int ic_alert +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeInsetBottom +cyanogenmod.app.CMStatusBarManager: void publishTile(java.lang.String,int,cyanogenmod.app.CustomTile) +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_maxWidth +io.reactivex.internal.observers.ForEachWhileObserver: boolean isDisposed() +james.adaptiveicon.R$styleable: int TextAppearance_android_shadowDy +androidx.constraintlayout.motion.widget.MotionLayout: void setTransition(androidx.constraintlayout.motion.widget.MotionScene$Transition) +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_backgroundStacked +okio.RealBufferedSink: okio.BufferedSink writeByte(int) +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int HEAVY_SNOW +com.google.android.material.R$layout: int test_toolbar +androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_fontStyle +com.github.rahatarmanahmed.cpv.CircularProgressView: float startAngle +com.google.android.material.R$styleable: int MotionLayout_layoutDescription +androidx.appcompat.R$style: int Base_Widget_AppCompat_SearchView +androidx.constraintlayout.widget.R$id: int dragDown +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: boolean hasError() +cyanogenmod.providers.DataUsageContract: java.lang.String LABEL +james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer ragweedIndex +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceFragmentListStyle +wangdaye.com.geometricweather.R$id: int autoCompleteToEnd +com.amap.api.fence.DistrictItem: java.lang.String getCitycode() +wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider getInstance(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Metric: AccuCurrentResult$WindGust$Speed$Metric() +androidx.dynamicanimation.R$id: int action_text +androidx.constraintlayout.widget.R$styleable: int Toolbar_logo +wangdaye.com.geometricweather.R$attr: int tabPadding +okhttp3.internal.http2.Http2Stream: int id +androidx.constraintlayout.widget.R$attr: int ttcIndex +com.jaredrummler.android.colorpicker.R$attr: int checkBoxPreferenceStyle +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: long serialVersionUID +com.google.android.material.R$style: int Widget_AppCompat_Light_ListPopupWindow +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) +cyanogenmod.app.LiveLockScreenInfo: void writeToParcel(android.os.Parcel,int) +android.didikee.donate.R$styleable: int SearchView_android_imeOptions +androidx.work.R$styleable: int GradientColor_android_gradientRadius +androidx.preference.R$color: int dim_foreground_material_dark +androidx.appcompat.widget.Toolbar: android.graphics.drawable.Drawable getOverflowIcon() +androidx.preference.R$styleable: int PreferenceTheme_preferenceFragmentCompatStyle +com.google.android.material.R$styleable: int MaterialAlertDialog_backgroundInsetEnd +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_CompoundButton_CheckBox +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common +retrofit2.RequestBuilder: okhttp3.RequestBody body +james.adaptiveicon.R$dimen: int abc_dialog_list_padding_top_no_title +retrofit2.KotlinExtensions$suspendAndThrow$$inlined$suspendCoroutineUninterceptedOrReturn$lambda$1: KotlinExtensions$suspendAndThrow$$inlined$suspendCoroutineUninterceptedOrReturn$lambda$1(kotlin.coroutines.Continuation,java.lang.Exception) +io.reactivex.internal.subscriptions.SubscriptionArbiter: java.util.concurrent.atomic.AtomicLong missedProduced +androidx.constraintlayout.widget.Guideline: Guideline(android.content.Context,android.util.AttributeSet) +cyanogenmod.weather.WeatherInfo$DayForecast: WeatherInfo$DayForecast() +wangdaye.com.geometricweather.R$drawable: int ic_mtrl_chip_checked_black +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Button +com.google.gson.stream.JsonReader: int PEEKED_SINGLE_QUOTED +wangdaye.com.geometricweather.R$styleable: int FontFamily_fontProviderCerts +james.adaptiveicon.R$styleable: int ActionBar_indeterminateProgressStyle +androidx.appcompat.widget.Toolbar: int getCurrentContentInsetRight() +androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$State mState +android.didikee.donate.R$styleable: int CompoundButton_buttonCompat +com.google.android.material.R$styleable: int KeyAttribute_android_transformPivotX +androidx.lifecycle.extensions.R$anim: R$anim() +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: float getDensity(float) +com.google.android.material.R$color: R$color() +androidx.appcompat.widget.AppCompatImageButton: AppCompatImageButton(android.content.Context,android.util.AttributeSet) +androidx.preference.R$drawable: int abc_btn_check_to_on_mtrl_015 +com.google.android.material.internal.CheckableImageButton: CheckableImageButton(android.content.Context,android.util.AttributeSet) +com.bumptech.glide.R$styleable: int GradientColor_android_tileMode +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceCategoryTitleTextAppearance +androidx.viewpager2.R$id: int notification_background +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_bottomappbar_fab_cradle_rounded_corner_radius +wangdaye.com.geometricweather.R$styleable: int Motion_transitionEasing +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Spinner_DropDown +wangdaye.com.geometricweather.R$styleable: int Layout_barrierDirection +androidx.appcompat.R$drawable: int abc_ic_voice_search_api_material +wangdaye.com.geometricweather.R$id: int transition_position +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle +com.bumptech.glide.integration.okhttp.R$id: int text2 +cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_GET_SYSTEM +james.adaptiveicon.R$attr: int customNavigationLayout +cyanogenmod.externalviews.ExternalViewProperties +androidx.coordinatorlayout.R$styleable: int[] ColorStateListItem +cyanogenmod.externalviews.ExternalView$2: android.graphics.Rect val$clipRect +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle +androidx.appcompat.R$styleable: int FontFamily_fontProviderFetchTimeout +com.google.gson.stream.JsonScope: JsonScope() +okhttp3.Cookie$Builder: okhttp3.Cookie$Builder name(java.lang.String) +com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton +com.google.android.material.internal.NavigationMenuItemView: androidx.appcompat.view.menu.MenuItemImpl getItemData() +cyanogenmod.app.LiveLockScreenManager: boolean show(int,cyanogenmod.app.LiveLockScreenInfo) +wangdaye.com.geometricweather.R$id: int test_checkbox_app_button_tint +cyanogenmod.app.suggest.IAppSuggestManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +androidx.activity.R$styleable: int ColorStateListItem_android_color +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: AccuMinuteResult$SummaryBean() +james.adaptiveicon.R$id: int select_dialog_listview +wangdaye.com.geometricweather.R$color: int mtrl_btn_text_color_disabled +androidx.constraintlayout.widget.R$dimen: int notification_action_icon_size +androidx.work.R$dimen: int compat_button_padding_vertical_material +wangdaye.com.geometricweather.R$animator: int weather_clear_night_1 +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorPrimary +com.xw.repo.bubbleseekbar.R$attr: int actionModeWebSearchDrawable +androidx.appcompat.widget.ActionMenuPresenter$SavedState +okhttp3.internal.http2.Http2Connection: void writePing() +com.google.gson.LongSerializationPolicy: LongSerializationPolicy(java.lang.String,int,com.google.gson.LongSerializationPolicy$1) +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit valueOf(java.lang.String) com.google.android.material.R$layout: int test_design_checkbox -androidx.hilt.work.R$string: int status_bar_notification_info_overflow -cyanogenmod.externalviews.KeyguardExternalView$8 -com.xw.repo.bubbleseekbar.R$attr: int windowFixedWidthMajor -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleTextAppearance -wangdaye.com.geometricweather.R$styleable: int KeyCycle_wavePeriod -okhttp3.OkHttpClient$1: OkHttpClient$1() -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_gradientRadius -androidx.appcompat.R$style: int Base_Widget_AppCompat_ImageButton -androidx.preference.R$attr: int controlBackground -androidx.customview.R$dimen: int compat_notification_large_icon_max_width -com.jaredrummler.android.colorpicker.R$id: int expanded_menu -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable -androidx.constraintlayout.widget.R$layout: int abc_cascading_menu_item_layout -com.google.android.material.R$drawable: int abc_btn_switch_to_on_mtrl_00012 -okhttp3.ResponseBody$1: long contentLength() -androidx.hilt.work.R$id: int right_side -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_onClick -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: long serialVersionUID -okhttp3.Call$Factory -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_SeekBar_Discrete -com.amap.api.location.AMapLocation: java.lang.String COORD_TYPE_GCJ02 -okio.BufferedSource: long indexOfElement(okio.ByteString) -androidx.transition.R$dimen: R$dimen() -wangdaye.com.geometricweather.R$color: int accent_material_light -wangdaye.com.geometricweather.R$drawable: int weather_clear_night_mini_xml -wangdaye.com.geometricweather.R$id: int container_main_sun_moon -io.reactivex.Observable: io.reactivex.Observable buffer(java.util.concurrent.Callable) -androidx.drawerlayout.R$id: int info -androidx.coordinatorlayout.R$id: int tag_accessibility_heading -com.google.android.material.R$styleable: int AlertDialog_listItemLayout -androidx.appcompat.R$styleable: int ActionBar_contentInsetStartWithNavigation -com.google.android.material.R$attr: int layout_constraintWidth_max -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionBar_Solid -com.google.android.material.R$attr: int triggerReceiver -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver: void onSubscribe(io.reactivex.disposables.Disposable) -android.didikee.donate.R$styleable: int SwitchCompat_trackTintMode -androidx.legacy.coreutils.R$dimen: int notification_content_margin_start -com.bumptech.glide.R$styleable: int FontFamily_fontProviderFetchTimeout -io.reactivex.disposables.RunnableDisposable: void onDisposed(java.lang.Object) -okhttp3.RealCall: void enqueue(okhttp3.Callback) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_68 -okhttp3.internal.cache.DiskLruCache: void validateKey(java.lang.String) -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_go_search_api_material -com.xw.repo.bubbleseekbar.R$color: int material_deep_teal_500 -wangdaye.com.geometricweather.R$styleable: int CheckBoxPreference_disableDependentsState -androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_fontWeight -com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleContentDescription(int) -cyanogenmod.os.Concierge: int PARCELABLE_VERSION -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: double visibility -retrofit2.Utils$GenericArrayTypeImpl: int hashCode() -com.google.android.material.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog -com.google.android.material.R$style: int Widget_MaterialComponents_Button -com.turingtechnologies.materialscrollbar.R$string: int abc_action_menu_overflow_description -okhttp3.internal.http2.Http2Connection$6: int val$byteCount -okhttp3.internal.http2.Http2Connection: boolean shutdown -com.google.android.material.R$styleable: int ImageFilterView_crossfade -com.google.android.material.R$id: int flip -androidx.preference.R$style: int Base_TextAppearance_AppCompat_SearchResult -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher: LiveDataReactiveStreams$LiveDataPublisher(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.LiveData) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_93 -retrofit2.adapter.rxjava2.RxJava2CallAdapter: java.lang.reflect.Type responseType() -cyanogenmod.themes.IThemeService$Stub$Proxy -wangdaye.com.geometricweather.R$drawable: int abc_btn_switch_to_on_mtrl_00001 -com.google.android.material.R$bool: int abc_action_bar_embed_tabs -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$TotalLiquid: AccuDailyResult$DailyForecasts$Night$TotalLiquid() -com.google.android.material.R$dimen: int material_clock_size -com.google.android.material.R$styleable: int SwitchCompat_thumbTextPadding -wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_marginStart -androidx.transition.R$styleable: int FontFamilyFont_font -androidx.hilt.R$id: int accessibility_custom_action_21 -androidx.constraintlayout.widget.R$id: int forever -androidx.appcompat.R$styleable: int[] AnimatedStateListDrawableTransition -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_title_material_toolbar -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_firstVerticalStyle -androidx.appcompat.R$attr: int actionModeSelectAllDrawable -androidx.fragment.R$styleable: int GradientColor_android_gradientRadius -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_fontFamily -androidx.appcompat.R$attr: int windowActionBar -cyanogenmod.profiles.BrightnessSettings$1 -androidx.appcompat.R$style: int Widget_Compat_NotificationActionText -com.google.android.material.textfield.TextInputLayout: int getBoxStrokeWidthFocused() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: java.lang.String getZh_TW() -io.reactivex.Observable: io.reactivex.Observable concatMapSingle(io.reactivex.functions.Function) -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: long requested() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: long getUpdateTime() -cyanogenmod.providers.CMSettings$DelimitedListValidator: java.lang.String mDelimiter -com.google.android.material.R$attr: int barrierAllowsGoneWidgets -cyanogenmod.providers.CMSettings$NameValueCache: CMSettings$NameValueCache(java.lang.String,android.net.Uri,java.lang.String,java.lang.String) -cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy: java.util.List getSuggestions(android.content.Intent) -io.reactivex.internal.util.EmptyComponent: void onSubscribe(org.reactivestreams.Subscription) -wangdaye.com.geometricweather.common.basic.models.weather.Daily: float getHoursOfSun() -com.turingtechnologies.materialscrollbar.R$dimen: int design_textinput_caption_translate_y -com.google.android.material.slider.Slider: void setTickActiveTintList(android.content.res.ColorStateList) -okhttp3.internal.http.RetryAndFollowUpInterceptor: RetryAndFollowUpInterceptor(okhttp3.OkHttpClient,boolean) -com.google.android.material.R$attr: int materialCardViewStyle -cyanogenmod.app.CustomTileListenerService: int mCurrentUser -james.adaptiveicon.R$attr: int actionBarSplitStyle -com.google.android.material.R$attr: int switchStyle -androidx.lifecycle.FullLifecycleObserver: void onResume(androidx.lifecycle.LifecycleOwner) -androidx.lifecycle.extensions.R$id -com.google.android.material.R$color: int mtrl_chip_ripple_color -androidx.constraintlayout.widget.R$id: int uniform -okhttp3.Interceptor$Chain: okhttp3.Response proceed(okhttp3.Request) -james.adaptiveicon.R$string: int abc_searchview_description_submit -cyanogenmod.externalviews.IExternalViewProvider$Stub: android.os.IBinder asBinder() -androidx.preference.R$id: int action_mode_close_button -cyanogenmod.providers.CMSettings$System: boolean putInt(android.content.ContentResolver,java.lang.String,int) -com.google.android.material.R$id: int TOP_START -com.google.android.material.button.MaterialButton: MaterialButton(android.content.Context) -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType UpdateInTxArray -androidx.constraintlayout.widget.R$attr: int actionLayout -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Title -com.google.android.material.R$id: int honorRequest -com.google.android.material.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar -okio.Okio$3 -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_Bridge -cyanogenmod.app.Profile: void setScreenLockMode(cyanogenmod.profiles.LockSettings) -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Headline2 -io.reactivex.internal.observers.InnerQueuedObserver: void onSubscribe(io.reactivex.disposables.Disposable) -okhttp3.internal.ws.RealWebSocket$Message: RealWebSocket$Message(int,okio.ByteString) -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionButton_CloseMode -io.reactivex.Observable: io.reactivex.Observable buffer(long,java.util.concurrent.TimeUnit) -com.google.android.material.R$styleable: int MaterialCardView_state_dragged -com.turingtechnologies.materialscrollbar.R$attr: int listChoiceBackgroundIndicator -cyanogenmod.providers.CMSettings$System$3 -androidx.transition.R$id: int action_text -cyanogenmod.app.IPartnerInterface: void setAirplaneModeEnabled(boolean) -cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_WIFIAP -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title -androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType: androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType valueOf(java.lang.String) -wangdaye.com.geometricweather.R$menu: int activity_main -wangdaye.com.geometricweather.R$attr: int bsb_section_text_position -com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemIconSize -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder username(java.lang.String) -com.google.android.material.R$styleable: int MaterialButton_android_checkable -androidx.preference.R$styleable: int Toolbar_menu -okhttp3.internal.ws.RealWebSocket: boolean close(int,java.lang.String) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: org.reactivestreams.Subscription upstream -androidx.preference.R$layout: int abc_activity_chooser_view_list_item -com.turingtechnologies.materialscrollbar.R$color: int primary_text_disabled_material_light -okhttp3.Cache: void initialize() -com.google.android.material.R$drawable: int abc_control_background_material -com.turingtechnologies.materialscrollbar.R$id: int edit_query -androidx.lifecycle.FullLifecycleObserverAdapter$1: int[] $SwitchMap$androidx$lifecycle$Lifecycle$Event -retrofit2.Utils$ParameterizedTypeImpl: java.lang.reflect.Type getOwnerType() -androidx.appcompat.R$styleable: int[] LinearLayoutCompat_Layout -com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_goneMarginRight -retrofit2.Utils$GenericArrayTypeImpl: java.lang.reflect.Type componentType -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void innerError(java.lang.Throwable) -androidx.appcompat.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item -androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_ANY -androidx.preference.R$attr: int seekBarStyle -androidx.preference.R$attr: int listChoiceIndicatorSingleAnimated -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric: AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric() -androidx.appcompat.R$attr: int drawerArrowStyle -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_marginEnd -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_visibility -androidx.appcompat.widget.AppCompatImageButton: void setImageURI(android.net.Uri) -com.google.android.material.R$dimen: int mtrl_calendar_bottom_padding -androidx.legacy.coreutils.R$id: int blocking -com.google.android.material.R$integer: int mtrl_card_anim_duration_ms -androidx.appcompat.widget.Toolbar: int getCurrentContentInsetLeft() -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$6: ExternalViewProviderService$Provider$ProviderImpl$6(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_marginBottom -android.support.v4.app.INotificationSideChannel$Stub -androidx.preference.R$styleable: int SwitchPreference_android_disableDependentsState -com.xw.repo.bubbleseekbar.R$styleable: int ActionMode_height -wangdaye.com.geometricweather.R$attr: int state_above_anchor -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeAppearance -androidx.appcompat.R$styleable: int AppCompatTheme_tooltipForegroundColor -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text -androidx.recyclerview.R$attr: int stackFromEnd -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Body2 -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_switchPadding -androidx.vectordrawable.R$drawable: int notification_bg -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: org.reactivestreams.Subscription upstream -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_maxElementsWrap -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_searchHintIcon -cyanogenmod.app.CustomTile$ExpandedStyle: android.widget.RemoteViews contentViews -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar -wangdaye.com.geometricweather.background.polling.basic.UpdateService: UpdateService() -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder proxyAuthenticator(okhttp3.Authenticator) -wangdaye.com.geometricweather.R$id: int dialog_running_in_background_setBtn -wangdaye.com.geometricweather.R$id: int ratio -androidx.preference.R$styleable: int AppCompatTheme_buttonBarButtonStyle -okhttp3.internal.cache.DiskLruCache: long getMaxSize() -okhttp3.internal.http.RequestLine: RequestLine() -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: AccuAlertResult() -android.didikee.donate.R$styleable: int ActionBar_homeLayout -android.didikee.donate.R$styleable: int AppCompatTheme_alertDialogStyle -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem -wangdaye.com.geometricweather.R$styleable: int SwitchPreference_android_switchTextOff -com.amap.api.fence.GeoFence: int STATUS_OUT -com.google.android.material.R$styleable: int ColorStateListItem_android_color -wangdaye.com.geometricweather.R$bool: int cpv_default_is_indeterminate -wangdaye.com.geometricweather.R$id: int material_timepicker_mode_button -androidx.viewpager2.R$attr: int fontProviderPackage -com.jaredrummler.android.colorpicker.R$styleable: int Preference_enableCopying -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric: double Value -cyanogenmod.platform.Manifest$permission: java.lang.String LIVE_LOCK_SCREEN_MANAGER_ACCESS -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_CompactMenu -okhttp3.internal.http2.Hpack$Writer: void writeHeaders(java.util.List) -james.adaptiveicon.R$style: int TextAppearance_Compat_Notification_Info -wangdaye.com.geometricweather.R$id: int material_timepicker_view -com.google.android.material.R$styleable: int[] OnClick -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: io.reactivex.internal.fuseable.SimpleQueue queue -okhttp3.Cache$Entry: int code -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String mixNMatchKeyToComponent(java.lang.String) +androidx.preference.R$attr: int expandActivityOverflowButtonDrawable +androidx.swiperefreshlayout.R$styleable: int[] SwipeRefreshLayout +wangdaye.com.geometricweather.R$id: int ragweedIcon +androidx.preference.R$styleable: int[] AppCompatTextHelper +com.xw.repo.bubbleseekbar.R$style: int Base_Animation_AppCompat_Dialog +wangdaye.com.geometricweather.R$string: int key_location_service +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_android_disableDependentsState +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_textinput_box_corner_radius_small +james.adaptiveicon.R$color: R$color() +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast: void run() +wangdaye.com.geometricweather.R$id: int toolbar +androidx.constraintlayout.widget.R$id: int SHOW_ALL +com.turingtechnologies.materialscrollbar.R$dimen: int hint_pressed_alpha_material_light +wangdaye.com.geometricweather.R$drawable: int material_ic_keyboard_arrow_previous_black_24dp +com.google.android.material.R$styleable: int AppCompatTheme_actionBarSplitStyle +io.reactivex.Observable: io.reactivex.Observable serialize() +retrofit2.Response: retrofit2.Response success(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_PopupWindow +cyanogenmod.externalviews.ExternalViewProviderService$Provider +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWindLevel(java.lang.String) +okhttp3.internal.http1.Http1Codec: int STATE_CLOSED +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeTotalPrecipitation +io.reactivex.Observable: io.reactivex.Single toList() +com.turingtechnologies.materialscrollbar.R$color: int design_error +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onBouncerShowing +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Metric +com.google.android.material.slider.Slider: void setTickInactiveTintList(android.content.res.ColorStateList) +android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionMode +wangdaye.com.geometricweather.R$dimen: int title_text_size +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_SearchResult +wangdaye.com.geometricweather.R$attr: int cpv_alphaChannelText +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: long serialVersionUID +okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Header$Listener headersListener +com.google.android.gms.base.R$id: int icon_only +com.turingtechnologies.materialscrollbar.R$attr: int showTitle +androidx.preference.R$styleable: int AppCompatTheme_windowActionBarOverlay +james.adaptiveicon.R$attr: int listMenuViewStyle +io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: io.reactivex.Observer downstream +com.amap.api.location.AMapLocationQualityReport: boolean g +io.reactivex.internal.disposables.EmptyDisposable: void complete(io.reactivex.CompletableObserver) +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property No2 +retrofit2.ParameterHandler$RawPart: void apply(retrofit2.RequestBuilder,java.lang.Object) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Direction: java.lang.String Localized +james.adaptiveicon.R$color: int dim_foreground_material_dark +wangdaye.com.geometricweather.R$id: int action_bar_root +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.Integer bulletinCote +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void onError(java.lang.Throwable) +com.google.android.material.R$attr: int textAppearanceBody2 +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.appcompat.R$style: int Widget_AppCompat_ActionBar_Solid +wangdaye.com.geometricweather.R$attr: int initialActivityCount +android.didikee.donate.R$color: int material_blue_grey_900 +androidx.lifecycle.LiveData: void onInactive() +androidx.coordinatorlayout.R$id: int tag_accessibility_heading +com.amap.api.location.AMapLocationQualityReport: java.lang.String getAdviseMessage() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: void setPubTime(java.lang.String) +okio.BufferedSink: long writeAll(okio.Source) +androidx.coordinatorlayout.R$drawable: int notification_bg_normal_pressed +androidx.preference.R$styleable: int ActionBar_height +io.reactivex.Observable: io.reactivex.Observable buffer(io.reactivex.ObservableSource,java.util.concurrent.Callable) +okhttp3.internal.cache.DiskLruCache$Editor: okio.Sink newSink(int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String headDescription +androidx.vectordrawable.animated.R$dimen: int notification_top_pad +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setArcBackgroundColor(int) +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: boolean tryOnError(java.lang.Throwable) +com.bumptech.glide.R$style: int TextAppearance_Compat_Notification_Title +wangdaye.com.geometricweather.R$styleable: int[] MenuGroup +androidx.fragment.R$styleable: int FontFamilyFont_font +com.google.android.material.R$styleable: int FontFamilyFont_fontStyle +com.google.android.material.floatingactionbutton.FloatingActionButton: void setSupportBackgroundTintList(android.content.res.ColorStateList) +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderLayout +com.turingtechnologies.materialscrollbar.R$attr: int trackTintMode +io.reactivex.exceptions.OnErrorNotImplementedException +androidx.coordinatorlayout.R$dimen: int notification_big_circle_margin +androidx.constraintlayout.utils.widget.ImageFilterButton: void setOverlay(boolean) +wangdaye.com.geometricweather.R$dimen: int abc_button_padding_vertical_material +com.turingtechnologies.materialscrollbar.R$styleable: int[] ForegroundLinearLayout +cyanogenmod.hardware.ICMHardwareService$Stub: ICMHardwareService$Stub() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Imperial +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: java.lang.String parent +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: io.reactivex.internal.queue.SpscLinkedArrayQueue queue +androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customDimension +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_31 +io.reactivex.Observable: io.reactivex.Single elementAt(long,java.lang.Object) +com.baidu.location.e.h$c: com.baidu.location.e.h$c valueOf(java.lang.String) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getSo2Desc() +androidx.constraintlayout.widget.R$anim: int abc_slide_in_top +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_backgroundTint +androidx.fragment.R$style +wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit[] values() +androidx.appcompat.widget.Toolbar +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Button +androidx.appcompat.R$styleable: int MenuItem_android_visible +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$2: androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription this$0 +okhttp3.internal.http.RealResponseBody: okio.BufferedSource source() +androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$State calculateTargetState(androidx.lifecycle.LifecycleObserver) +com.google.android.material.R$styleable: int AppCompatTheme_checkboxStyle +com.google.android.material.R$style: int Widget_AppCompat_ButtonBar +com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableTransition_android_reversible +wangdaye.com.geometricweather.R$drawable: int notif_temp_109 +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay +io.reactivex.Observable: io.reactivex.Observable buffer(java.util.concurrent.Callable) +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: long serialVersionUID +com.turingtechnologies.materialscrollbar.R$attr: int radioButtonStyle +androidx.core.R$dimen: int compat_button_inset_vertical_material +androidx.swiperefreshlayout.R$drawable +com.google.android.material.R$styleable: int CollapsingToolbarLayout_statusBarScrim +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_131 +androidx.hilt.R$dimen: int compat_notification_large_icon_max_height +androidx.drawerlayout.R$drawable: int notification_icon_background +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void cancel() +com.jaredrummler.android.colorpicker.R$attr: int cpv_sliderColor +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setLabelVisibilityMode(int) +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_numericShortcut +com.google.android.material.R$attr: int layout_constraintStart_toStartOf +okhttp3.FormBody$Builder: okhttp3.FormBody build() +com.xw.repo.bubbleseekbar.R$dimen: int compat_button_padding_vertical_material +androidx.recyclerview.widget.LinearLayoutManager$SavedState +com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_NavigationView +androidx.viewpager2.R$styleable: int FontFamilyFont_android_font +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) +wangdaye.com.geometricweather.R$attr: int arrowShaftLength +wangdaye.com.geometricweather.R$drawable: int ic_temperature_fahrenheit +wangdaye.com.geometricweather.R$styleable: int Constraint_android_scaleX +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: io.reactivex.functions.Function mapper +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String pm10Desc +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$8: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: void setValue(java.lang.String) +cyanogenmod.weather.RequestInfo$Builder: boolean isValidTempUnit(int) +cyanogenmod.alarmclock.ClockContract: ClockContract() +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title +androidx.customview.R$id: int action_divider +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean dispatchTrackballEvent(android.view.MotionEvent) +cyanogenmod.externalviews.KeyguardExternalView$10: KeyguardExternalView$10(cyanogenmod.externalviews.KeyguardExternalView) +com.google.android.material.R$styleable: int AppCompatImageView_srcCompat +androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour: androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour valueOf(java.lang.String) +androidx.constraintlayout.widget.R$color: int primary_text_disabled_material_light +androidx.preference.R$style: int Widget_AppCompat_ActionButton_CloseMode +androidx.constraintlayout.widget.R$attr: int layout_editor_absoluteY +android.didikee.donate.R$attr: int backgroundStacked +com.google.android.material.R$styleable: int TabLayout_tabPaddingTop +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation: double qty6H +androidx.preference.R$attr: int actionBarTabTextStyle +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_DropDownItem_Spinner +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub$Proxy: android.os.IBinder asBinder() +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties +com.jaredrummler.android.colorpicker.R$layout: int abc_tooltip +com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_min +androidx.lifecycle.ClassesInfoCache$MethodReference +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Inverse +wangdaye.com.geometricweather.R$id: int container_main_details_title +com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableTransition_android_fromId +com.google.android.material.R$attr: int overlapAnchor +androidx.swiperefreshlayout.R$id: int tag_accessibility_pane_title +wangdaye.com.geometricweather.main.utils.MainPalette +androidx.constraintlayout.widget.R$attr: int listPopupWindowStyle +com.jaredrummler.android.colorpicker.R$color: int abc_tint_default +okio.Okio: Okio() +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: int FUSED +com.jaredrummler.android.colorpicker.R$attr: int actionBarPopupTheme +android.didikee.donate.R$dimen: int abc_select_dialog_padding_start_material +com.xw.repo.bubbleseekbar.R$attr: int windowFixedWidthMajor +androidx.lifecycle.ServiceLifecycleDispatcher: android.os.Handler mHandler +com.jaredrummler.android.colorpicker.R$id: int action_mode_close_button +androidx.appcompat.R$dimen: int abc_dialog_min_width_major +com.jaredrummler.android.colorpicker.R$dimen: int compat_button_inset_vertical_material +androidx.activity.R$styleable: int FontFamilyFont_android_ttcIndex +com.bumptech.glide.integration.okhttp.R$id: int start +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int AQI_INDEX_3 +androidx.viewpager2.R$id: int italic +okhttp3.CacheControl: boolean noTransform +com.google.android.material.R$styleable: int ExtendedFloatingActionButton_hideMotionSpec +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Dialog_MinWidth +cyanogenmod.app.ProfileGroup: void validateOverrideUris(android.content.Context) +okhttp3.internal.platform.ConscryptPlatform: java.lang.String getSelectedProtocol(javax.net.ssl.SSLSocket) +com.google.android.material.R$styleable: int Constraint_layout_constraintVertical_weight +com.turingtechnologies.materialscrollbar.R$attr: int tabIconTintMode +androidx.preference.R$styleable: int AppCompatTextView_autoSizeTextType +okhttp3.Response$Builder: okhttp3.Response$Builder request(okhttp3.Request) +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: long serialVersionUID +androidx.preference.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText +cyanogenmod.profiles.ConnectionSettings: int describeContents() +androidx.lifecycle.ReportFragment$ActivityInitializationListener: void onCreate() +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver +com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_keylines +androidx.cardview.R$attr: R$attr() +androidx.preference.R$dimen: int notification_small_icon_background_padding +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_translation_z_base +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_explanation +okio.RealBufferedSource: void skip(long) +cyanogenmod.providers.CMSettings$System: java.lang.String ENABLE_FORWARD_LOOKUP +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours Past18Hours +wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String getDescription() +androidx.constraintlayout.widget.R$color: int primary_dark_material_light +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: boolean disposed +com.jaredrummler.android.colorpicker.R$bool +android.didikee.donate.R$styleable: int SearchView_submitBackground +androidx.lifecycle.ReportFragment: androidx.lifecycle.ReportFragment get(android.app.Activity) +wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_elevation +com.turingtechnologies.materialscrollbar.R$id: int item_touch_helper_previous_elevation +okhttp3.internal.connection.StreamAllocation: void release(okhttp3.internal.connection.RealConnection) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomSheet +okio.Okio$3: okio.Timeout timeout() +androidx.dynamicanimation.R$styleable: int[] ColorStateListItem +androidx.constraintlayout.widget.R$attr: int drawableTintMode +wangdaye.com.geometricweather.R$attr: int chipCornerRadius +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Region Region +com.turingtechnologies.materialscrollbar.R$drawable: int design_snackbar_background +com.google.gson.stream.MalformedJsonException: MalformedJsonException(java.lang.String) +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.Wind getWind() +cyanogenmod.providers.CMSettings$System: float getFloat(android.content.ContentResolver,java.lang.String) +com.google.android.material.progressindicator.ProgressIndicator: android.graphics.drawable.Drawable getCurrentDrawable() +com.google.android.material.R$styleable: int SearchView_suggestionRowLayout +cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_setDataConnectionState +androidx.appcompat.widget.Toolbar: int getTitleMarginStart() +wangdaye.com.geometricweather.R$drawable: int notif_temp_48 +wangdaye.com.geometricweather.R$styleable: int Chip_closeIconSize +androidx.loader.R$drawable +com.turingtechnologies.materialscrollbar.R$attr: int insetForeground +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_firstBaselineToTopHeight +okhttp3.internal.http2.Http2Codec$StreamFinishingSource: void endOfInput(java.io.IOException) +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_LAUNCHER +okhttp3.MultipartBody$Builder: okio.ByteString boundary +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Imperial: AccuCurrentResult$Ceiling$Imperial() +com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableCompat_android_dither +com.google.android.material.R$styleable: int TextAppearance_android_typeface +com.jaredrummler.android.colorpicker.R$attr: int dialogIcon +okhttp3.internal.http2.Http2Stream: void setHeadersListener(okhttp3.internal.http2.Header$Listener) +wangdaye.com.geometricweather.R$styleable: int ArcProgress_text_color +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: long updateTime +androidx.lifecycle.SavedStateHandle$SavingStateLiveData: void setValue(java.lang.Object) +okhttp3.internal.Util: void checkOffsetAndCount(long,long,long) +cyanogenmod.externalviews.ExternalView$2: int val$y +okhttp3.internal.http1.Http1Codec: boolean isClosed() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: java.lang.String pubTime +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ListMenuView +okhttp3.internal.http2.Http2Connection$PingRunnable: int payload1 +android.didikee.donate.R$attr: int selectableItemBackgroundBorderless +com.google.android.material.R$attr: int actionOverflowButtonStyle +com.xw.repo.bubbleseekbar.R$color: int material_grey_850 +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated +androidx.constraintlayout.widget.Group +com.xw.repo.bubbleseekbar.R$anim: int abc_fade_out +wangdaye.com.geometricweather.R$id: int transparency_seekbar +androidx.preference.R$dimen: int abc_panel_menu_list_width +retrofit2.Utils: java.lang.Class getRawType(java.lang.reflect.Type) +com.google.android.material.R$id: int accessibility_custom_action_10 +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver +androidx.core.R$styleable: int FontFamily_fontProviderPackage +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.util.Date pubTime +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult: java.lang.String Link +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeRealFeelShaderTemperature() +androidx.transition.R$styleable: int FontFamilyFont_fontStyle +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_android_windowIsFloating +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: boolean done +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionBar +okhttp3.HttpUrl: java.lang.String url +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property WindChillTemperature +com.google.android.material.R$styleable: int RecyclerView_fastScrollEnabled +okhttp3.HttpUrl$Builder: java.util.List encodedPathSegments +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeTotalPrecipitation(java.lang.Float) +io.reactivex.internal.subscriptions.SubscriptionHelper: boolean cancel(java.util.concurrent.atomic.AtomicReference) +cyanogenmod.profiles.AirplaneModeSettings$BooleanState: AirplaneModeSettings$BooleanState() +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_Button +org.greenrobot.greendao.AbstractDao: java.util.List loadAllFromCursor(android.database.Cursor) +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_minHeight +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.MinutelyEntity) +com.google.android.material.R$attr: int wavePeriod +androidx.appcompat.R$styleable: int AppCompatTheme_spinnerStyle +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_ActionBar_Surface +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Menu +androidx.appcompat.R$dimen: int abc_action_bar_default_padding_end_material +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_Slider +wangdaye.com.geometricweather.R$string: int feedback_delete_succeed +cyanogenmod.providers.CMSettings$Secure: java.lang.String QS_SHOW_BRIGHTNESS_SLIDER wangdaye.com.geometricweather.weather.json.mf.MfForecastResult: java.util.List probabilityForecast -okhttp3.internal.http2.Http2Stream$FramingSource: okio.Buffer readBuffer -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense -com.xw.repo.bubbleseekbar.R$attr: int actionModeShareDrawable -cyanogenmod.weather.ICMWeatherManager$Stub: android.os.IBinder asBinder() -cyanogenmod.app.LiveLockScreenInfo: android.content.ComponentName component -com.google.android.gms.common.api.internal.zabi -com.google.android.material.R$styleable: int Transition_duration -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_gestureInsetBottomIgnored -androidx.work.R$layout: int notification_action_tombstone -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ListView -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String ragweedDescription -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_iconPadding -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: java.lang.String getUniqueDeviceId() -okio.RealBufferedSource$1: java.lang.String toString() -com.turingtechnologies.materialscrollbar.R$attr: int actionModePopupWindowStyle -wangdaye.com.geometricweather.R$animator: int mtrl_btn_state_list_anim -com.jaredrummler.android.colorpicker.R$styleable: int[] ButtonBarLayout -okio.AsyncTimeout: java.io.IOException newTimeoutException(java.io.IOException) -org.greenrobot.greendao.database.DatabaseOpenHelper: DatabaseOpenHelper(android.content.Context,java.lang.String,android.database.sqlite.SQLiteDatabase$CursorFactory,int) -androidx.dynamicanimation.R$id: int info -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float so2 -androidx.work.BackoffPolicy: androidx.work.BackoffPolicy EXPONENTIAL -androidx.appcompat.R$styleable: int TextAppearance_textLocale -okhttp3.internal.http2.Http2Stream$FramingSource: okio.Timeout timeout() -com.google.android.material.R$styleable: int Chip_chipCornerRadius -wangdaye.com.geometricweather.R$anim: int abc_slide_out_bottom -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_aa_black -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_disabled_z -com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.reflect.Type ownerType -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: boolean done -james.adaptiveicon.R$string -com.turingtechnologies.materialscrollbar.R$color: int abc_tint_spinner -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge -com.google.android.material.textfield.TextInputLayout: android.graphics.drawable.Drawable getEndIconDrawable() -wangdaye.com.geometricweather.R$drawable: int notif_temp_57 -androidx.hilt.R$id: int accessibility_custom_action_26 -james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 -com.google.android.material.R$styleable: int KeyTimeCycle_framePosition -com.google.android.material.chip.Chip: void setBackgroundTintMode(android.graphics.PorterDuff$Mode) -com.google.android.material.switchmaterial.SwitchMaterial: android.content.res.ColorStateList getMaterialThemeColorsThumbTintList() -io.reactivex.internal.observers.DeferredScalarDisposable: int FUSED_EMPTY -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void ackSettings() -okhttp3.internal.http2.Http2Stream: void writeHeaders(java.util.List,boolean) -android.didikee.donate.R$dimen: int abc_floating_window_z -androidx.lifecycle.extensions.R$string -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: void onNext(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_popupMenuStyle -com.turingtechnologies.materialscrollbar.R$layout: int design_navigation_item_separator -com.google.android.material.bottomappbar.BottomAppBar: void setFabAnimationMode(int) -com.google.android.material.textfield.TextInputLayout: void setErrorIconTintMode(android.graphics.PorterDuff$Mode) -androidx.core.content.FileProvider -wangdaye.com.geometricweather.R$array: int duration_unit_values -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light_Dialog -com.turingtechnologies.materialscrollbar.R$attr: int itemIconTint -com.jaredrummler.android.colorpicker.R$attr: int actionBarTabBarStyle -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Spinner_Underlined -wangdaye.com.geometricweather.R$attr: int cpv_maxProgress -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: boolean cancelled -com.bumptech.glide.R$id: int time -wangdaye.com.geometricweather.R$attr: int trackColorInactive -androidx.vectordrawable.R$id: int icon -com.xw.repo.bubbleseekbar.R$style: int Animation_AppCompat_DropDownUp -cyanogenmod.app.BaseLiveLockManagerService: android.os.RemoteCallbackList mChangeListeners -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun: AccuDailyResult$DailyForecasts$Sun() -androidx.constraintlayout.widget.R$attr: int subtitleTextAppearance -androidx.preference.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator USE_EDGE_SERVICE_FOR_GESTURES_VALIDATOR -wangdaye.com.geometricweather.R$attr: int placeholderTextColor -cyanogenmod.providers.CMSettings$System: java.lang.String HEADSET_CONNECT_PLAYER -wangdaye.com.geometricweather.db.entities.DaoMaster$OpenHelper -cyanogenmod.externalviews.KeyguardExternalView$4: KeyguardExternalView$4(cyanogenmod.externalviews.KeyguardExternalView) -com.google.android.material.R$attr: int endIconTintMode -okhttp3.CacheControl: int minFreshSeconds() -com.xw.repo.bubbleseekbar.R$attr: int imageButtonStyle -james.adaptiveicon.R$attr: int thumbTintMode -wangdaye.com.geometricweather.R$styleable: int Preference_shouldDisableView -androidx.constraintlayout.widget.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title -androidx.constraintlayout.widget.R$styleable: int MenuItem_tooltipText -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure: AccuCurrentResult$Pressure() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean getSunRiseSet() -wangdaye.com.geometricweather.R$drawable: int notif_temp_118 -androidx.constraintlayout.widget.R$color: int abc_btn_colored_borderless_text_material -okhttp3.internal.http.StatusLine: int HTTP_CONTINUE -wangdaye.com.geometricweather.R$drawable: int notif_temp_30 -androidx.preference.R$layout: int abc_activity_chooser_view -com.xw.repo.bubbleseekbar.R$drawable: int abc_action_bar_item_background_material -com.xw.repo.bubbleseekbar.R$style: int Base_V26_Theme_AppCompat -wangdaye.com.geometricweather.R$id: int item_weather_daily_title_title -com.google.android.material.R$styleable: int AppCompatTextView_firstBaselineToTopHeight -androidx.appcompat.R$style: int TextAppearance_AppCompat_Large -cyanogenmod.app.IPartnerInterface: boolean setZenMode(int) -androidx.constraintlayout.widget.R$styleable: int[] ViewStubCompat -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: io.reactivex.functions.Function combiner -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight -cyanogenmod.app.ICustomTileListener -com.google.android.material.R$styleable: int BottomNavigationView_itemHorizontalTranslationEnabled -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_transitionEasing -cyanogenmod.providers.CMSettings$Secure: int RING_HOME_BUTTON_BEHAVIOR_DO_NOTHING -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ratingbar_indicator_material -james.adaptiveicon.R$styleable: int ActionBar_progressBarStyle -androidx.appcompat.R$id: int normal -com.amap.api.location.DPoint -com.turingtechnologies.materialscrollbar.R$color: int design_default_color_primary -okhttp3.internal.platform.Android10Platform: void configureTlsExtensions(javax.net.ssl.SSLSocket,java.lang.String,java.util.List) -androidx.constraintlayout.widget.R$drawable: int notify_panel_notification_icon_bg -com.turingtechnologies.materialscrollbar.R$attr: int actionViewClass -james.adaptiveicon.R$attr: int titleTextAppearance -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_title -cyanogenmod.weather.util.WeatherUtils: WeatherUtils() -android.support.v4.os.ResultReceiver$1 -androidx.lifecycle.AbstractSavedStateViewModelFactory: android.os.Bundle mDefaultArgs -james.adaptiveicon.AdaptiveIconView: void setIcon(james.adaptiveicon.AdaptiveIcon) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_translationY -com.google.android.material.imageview.ShapeableImageView: ShapeableImageView(android.content.Context) -wangdaye.com.geometricweather.R$styleable: int StateListDrawable_android_variablePadding -androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour: androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour MATCH_CONSTRAINT -wangdaye.com.geometricweather.R$attr: int bsb_section_text_color -androidx.hilt.R$dimen: int notification_top_pad -androidx.appcompat.R$drawable: int abc_list_selector_background_transition_holo_dark -androidx.preference.R$styleable: int ColorStateListItem_android_alpha -cyanogenmod.hardware.ICMHardwareService$Stub: java.lang.String DESCRIPTOR -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle -cyanogenmod.externalviews.KeyguardExternalView$1: void onServiceConnected(android.content.ComponentName,android.os.IBinder) -androidx.fragment.app.FragmentManagerViewModel -com.google.android.material.circularreveal.CircularRevealGridLayout: int getCircularRevealScrimColor() -com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_bg_color_selector -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: ObservableMergeWithMaybe$MergeWithObserver$OtherObserver(io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dividerHorizontal -wangdaye.com.geometricweather.R$drawable: int notif_temp_4 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric Metric -com.jaredrummler.android.colorpicker.R$attr: int preserveIconSpacing -cyanogenmod.themes.ThemeChangeRequest$RequestType: ThemeChangeRequest$RequestType(java.lang.String,int) -com.google.android.material.R$styleable: int[] ConstraintLayout_placeholder -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void onNext(java.lang.Object) -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setDeviceModeDistanceFilter(float) -com.google.android.material.R$style: int Widget_MaterialComponents_Light_ActionBar_Solid -wangdaye.com.geometricweather.R$string: int content_des_swipe_left_to_delete -com.google.android.material.textfield.TextInputLayout: void setBoxStrokeWidthResource(int) -androidx.constraintlayout.widget.R$dimen: int abc_text_size_display_3_material -com.google.android.material.tabs.TabLayout: void addOnTabSelectedListener(com.google.android.material.tabs.TabLayout$OnTabSelectedListener) -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void onTimeout(long) -com.turingtechnologies.materialscrollbar.R$color: int cardview_dark_background -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_toolbarId -cyanogenmod.app.ThemeVersion: int CM11 -androidx.preference.R$attr: int entryValues -com.google.android.material.R$layout: int mtrl_calendar_year -com.turingtechnologies.materialscrollbar.R$color: R$color() -james.adaptiveicon.R$dimen: int abc_seekbar_track_progress_height_material -androidx.preference.R$styleable: int AppCompatTextView_autoSizePresetSizes -wangdaye.com.geometricweather.R$id: int widget_week_temp_4 -cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: IExternalViewProvider$Stub$Proxy(android.os.IBinder) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_ratingBarStyleSmall -retrofit2.Retrofit$Builder: okhttp3.Call$Factory callFactory -com.google.android.material.R$styleable: int TextInputLayout_boxStrokeWidthFocused -okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder noStore() -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_contentScrim -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: io.reactivex.internal.fuseable.SimpleQueue queue -androidx.preference.R$styleable: int AppCompatTheme_homeAsUpIndicator -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.Temperature temperature -com.google.android.material.R$id: int none -androidx.appcompat.R$layout: int abc_expanded_menu_layout -androidx.appcompat.R$style: int TextAppearance_AppCompat_Headline -androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_arrowShaftLength -okio.ByteString: byte[] data -androidx.hilt.work.R$id: int line1 -androidx.constraintlayout.widget.R$styleable: int Layout_layout_goneMarginTop -androidx.hilt.lifecycle.R$style: int Widget_Compat_NotificationActionText -wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle -androidx.swiperefreshlayout.R$styleable: int FontFamily_fontProviderQuery -androidx.lifecycle.LiveData$ObserverWrapper: void detachObserver() -androidx.preference.R$styleable: int CompoundButton_android_button -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: void onComplete() -okhttp3.Request$Builder: okhttp3.Request$Builder removeHeader(java.lang.String) -retrofit2.BuiltInConverters -wangdaye.com.geometricweather.common.basic.models.weather.Wind: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree getDegree() -androidx.fragment.R$styleable: int GradientColor_android_centerColor -android.didikee.donate.R$style: int Base_Widget_AppCompat_ButtonBar -james.adaptiveicon.R$style: int Theme_AppCompat_DayNight_Dialog -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small -io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: io.reactivex.CompletableSource other -com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_default_mtrl_shape -androidx.viewpager.R$attr: int alpha -com.xw.repo.bubbleseekbar.R$dimen: int abc_progress_bar_height_material -com.jaredrummler.android.colorpicker.R$attr: int tickMark -wangdaye.com.geometricweather.R$drawable: int ic_top -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_checkedTextViewStyle -android.support.v4.app.INotificationSideChannel$Stub: int TRANSACTION_notify -james.adaptiveicon.R$attr: int numericModifiers -androidx.preference.R$styleable: int AppCompatTheme_borderlessButtonStyle -android.didikee.donate.R$layout: int abc_action_bar_up_container -cyanogenmod.profiles.StreamSettings: int getValue() -retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle -wangdaye.com.geometricweather.R$styleable: int ImageFilterView_warmth -com.xw.repo.bubbleseekbar.R$drawable: int abc_scrubber_track_mtrl_alpha -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setShifting(boolean) -androidx.appcompat.R$string: R$string() -io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: void onSuccess(java.lang.Object) -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_getLastThemeChangeTime -androidx.preference.R$attr: int textAppearanceSmallPopupMenu -com.github.rahatarmanahmed.cpv.CircularProgressView: android.graphics.RectF bounds -wangdaye.com.geometricweather.R$array: int subtitle_data -wangdaye.com.geometricweather.R$id: int off -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeSnowPrecipitationDuration() -com.google.android.material.R$styleable: int AppCompatTheme_listPopupWindowStyle -wangdaye.com.geometricweather.R$styleable: int Chip_checkedIcon -androidx.preference.R$styleable: int ActionMenuItemView_android_minWidth -androidx.core.R$styleable: int ColorStateListItem_android_alpha -com.turingtechnologies.materialscrollbar.DateAndTimeIndicator -androidx.preference.PreferenceGroup$SavedState -androidx.appcompat.widget.ContentFrameLayout: void setAttachListener(androidx.appcompat.widget.ContentFrameLayout$OnAttachListener) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA -androidx.appcompat.R$style: int Base_Widget_AppCompat_TextView -wangdaye.com.geometricweather.R$styleable: int[] FloatingActionButton_Behavior_Layout -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_weather -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Body1 -wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_scrollView -androidx.work.ExistingWorkPolicy: androidx.work.ExistingWorkPolicy KEEP -com.google.android.material.R$styleable: int Layout_layout_constraintBottom_toBottomOf -com.bumptech.glide.integration.okhttp.R$styleable: int[] FontFamilyFont -com.turingtechnologies.materialscrollbar.Indicator -okhttp3.internal.ws.RealWebSocket$1 -androidx.core.widget.NestedScrollView: void setSmoothScrollingEnabled(boolean) -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float NitrogenDioxide -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean requireAdaptiveBacklightForSunlightEnhancement() -com.jaredrummler.android.colorpicker.R$color: int button_material_dark -okhttp3.internal.tls.DistinguishedNameParser: char getUTF8() -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: DailyEntityDao$Properties() -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer cloudCover -io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: void onComplete() -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$dimen: int appcompat_dialog_background_inset -james.adaptiveicon.R$style: int Base_Widget_AppCompat_CompoundButton_Switch -com.google.android.material.R$id: int startVertical -okhttp3.Dispatcher: void finished(okhttp3.RealCall) -cyanogenmod.providers.CMSettings$Secure: java.lang.String QS_SHOW_BRIGHTNESS_SLIDER -com.xw.repo.bubbleseekbar.R$attr: int bsb_anim_duration -com.jaredrummler.android.colorpicker.R$attr: int closeIcon -com.turingtechnologies.materialscrollbar.R$attr: int actionModeStyle -cyanogenmod.app.CustomTile$Builder: CustomTile$Builder(android.content.Context) -androidx.constraintlayout.widget.R$styleable: int Toolbar_subtitleTextColor -okhttp3.Cookie: long parseExpires(java.lang.String,int,int) -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_Button -com.google.android.material.R$id: int search_button -okio.GzipSource: byte SECTION_BODY -androidx.constraintlayout.widget.R$color: int error_color_material_light -okio.HashingSource -androidx.viewpager2.R$layout: int custom_dialog -okio.GzipSink: void writeHeader() -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_displayOptions -wangdaye.com.geometricweather.R$drawable: int notif_temp_58 -androidx.transition.R$attr: int alpha -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust WindGust -james.adaptiveicon.R$style: int Widget_AppCompat_Button_Small -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_drawableTop -james.adaptiveicon.R$dimen: int notification_content_margin_start -androidx.appcompat.widget.Toolbar: android.graphics.drawable.Drawable getNavigationIcon() -androidx.appcompat.R$styleable: int[] ActionMenuItemView -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$RainForecast -james.adaptiveicon.R$styleable: int[] ColorStateListItem -com.google.gson.stream.JsonScope: int EMPTY_OBJECT -james.adaptiveicon.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha -android.didikee.donate.R$style: int Theme_AppCompat_Light_Dialog -androidx.appcompat.view.menu.ListMenuItemView: ListMenuItemView(android.content.Context,android.util.AttributeSet) -androidx.appcompat.R$id: int chronometer -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ButtonBar -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_maxElementsWrap -cyanogenmod.externalviews.KeyguardExternalViewProviderService: android.os.Handler access$100(cyanogenmod.externalviews.KeyguardExternalViewProviderService) -androidx.preference.R$color: int switch_thumb_material_dark -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_enqueueLiveLockScreen -androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType[] values() -okhttp3.ConnectionPool: boolean $assertionsDisabled -wangdaye.com.geometricweather.R$attr: int closeIconSize -cyanogenmod.profiles.RingModeSettings: void writeToParcel(android.os.Parcel,int) -io.reactivex.Observable: io.reactivex.observables.ConnectableObservable publish() -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: long serialVersionUID -okio.BufferedSink: okio.BufferedSink write(byte[]) -androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType: androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType END -com.google.gson.stream.JsonWriter: void beforeName() -com.google.android.material.R$styleable: int KeyCycle_android_translationX -retrofit2.BuiltInConverters$ToStringConverter: java.lang.String convert(java.lang.Object) -james.adaptiveicon.R$dimen: int tooltip_precise_anchor_extra_offset -wangdaye.com.geometricweather.R$styleable: int Preference_layout -androidx.hilt.lifecycle.R$id: int tag_transition_group -com.amap.api.location.AMapLocation: void setPoiName(java.lang.String) -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: int OTHER_STATE_HAS_VALUE -androidx.appcompat.resources.R$id: int accessibility_custom_action_17 -okhttp3.WebSocket: void cancel() -okhttp3.internal.cache2.Relay$RelaySource -androidx.preference.R$attr: int progressBarPadding -androidx.preference.R$styleable: int DrawerArrowToggle_gapBetweenBars -com.xw.repo.bubbleseekbar.R$dimen: int abc_alert_dialog_button_bar_height -wangdaye.com.geometricweather.db.entities.HourlyEntity: HourlyEntity(java.lang.Long,java.lang.String,java.lang.String,java.util.Date,long,boolean,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,int,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float) -wangdaye.com.geometricweather.common.ui.transitions.RoundCornerTransition: RoundCornerTransition(android.content.Context,android.util.AttributeSet) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator VOLBTN_MUSIC_CONTROLS_VALIDATOR -wangdaye.com.geometricweather.R$string: int preference_copied -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionMode_Inverse -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: void drain() -okhttp3.internal.cache.DiskLruCache: boolean $assertionsDisabled -wangdaye.com.geometricweather.R$id: int adjust_height -android.didikee.donate.R$drawable: int abc_ratingbar_indicator_material -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents -okio.Pipe: long maxBufferSize -com.amap.api.fence.GeoFenceManagerBase -retrofit2.KotlinExtensions$suspendAndThrow$1: KotlinExtensions$suspendAndThrow$1(kotlin.coroutines.Continuation) -com.google.android.material.textfield.TextInputLayout: void setBoxBackgroundMode(int) -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_startIconContentDescription -androidx.hilt.work.R$dimen: int notification_large_icon_width -wangdaye.com.geometricweather.R$styleable: int CardView_contentPaddingBottom -wangdaye.com.geometricweather.remoteviews.config.ClockDayVerticalWidgetConfigActivity: ClockDayVerticalWidgetConfigActivity() -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_Error -com.google.android.material.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void dispose() -androidx.lifecycle.extensions.R$dimen: int compat_button_inset_horizontal_material -androidx.preference.R$drawable: int btn_checkbox_unchecked_mtrl -james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarSplitStyle -androidx.preference.R$drawable: int abc_ic_star_half_black_48dp -wangdaye.com.geometricweather.R$drawable: int notif_temp_114 -wangdaye.com.geometricweather.R$id: int widget_clock_day_todayTemp -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeFillColor -com.jaredrummler.android.colorpicker.R$layout: int cpv_preference_square -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light -androidx.constraintlayout.widget.R$attr: int arrowShaftLength -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: java.lang.String getDistanceVoice(android.content.Context,float) -androidx.preference.EditTextPreference: void setOnBindEditTextListener(androidx.preference.EditTextPreference$OnBindEditTextListener) -wangdaye.com.geometricweather.R$string: int feedback_collect_failed -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric: double Value -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listMenuViewStyle -wangdaye.com.geometricweather.R$attr: int materialCalendarYearNavigationButton -okhttp3.Address: javax.net.ssl.HostnameVerifier hostnameVerifier() -io.reactivex.Observable: io.reactivex.observers.TestObserver test(boolean) -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ListPopupWindow -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone TimeZone -androidx.constraintlayout.widget.R$styleable: int[] ActionBar -androidx.preference.R$id: int image -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintTop_creator -cyanogenmod.hardware.IThermalListenerCallback$Stub$Proxy: java.lang.String getInterfaceDescriptor() -wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_min -retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: BodyObservable$BodyObserver(io.reactivex.Observer) -okhttp3.Address: okhttp3.HttpUrl url -wangdaye.com.geometricweather.R$styleable: int ActionBar_customNavigationLayout -androidx.hilt.R$id: int notification_main_column -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_collapseIcon -com.amap.api.fence.GeoFence: void setPoiItem(com.amap.api.fence.PoiItem) -com.turingtechnologies.materialscrollbar.R$attr: int boxBackgroundMode -android.didikee.donate.R$styleable: int ColorStateListItem_alpha -com.bumptech.glide.integration.okhttp.R$attr: int keylines -androidx.fragment.R$id: int tag_unhandled_key_listeners -okhttp3.internal.Util: int delimiterOffset(java.lang.String,int,int,char) -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int AQI_INDEX_1 -wangdaye.com.geometricweather.R$id: int beginning -com.google.android.material.R$styleable: int LinearLayoutCompat_Layout_android_layout_width -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property O3 -com.google.android.material.bottomnavigation.BottomNavigationView: int getItemTextAppearanceActive() -android.didikee.donate.R$styleable: int AppCompatTheme_android_windowAnimationStyle -com.google.android.gms.common.ConnectionResult: android.os.Parcelable$Creator CREATOR -com.jaredrummler.android.colorpicker.R$anim: int abc_slide_in_top -io.reactivex.Observable: io.reactivex.Single all(io.reactivex.functions.Predicate) -wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setDaylight(boolean) -com.xw.repo.bubbleseekbar.R$color: int primary_dark_material_light -wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode LIGHT -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintCircleRadius -com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawable_android_constantSize -androidx.appcompat.R$style: int Widget_AppCompat_Light_AutoCompleteTextView -com.jaredrummler.android.colorpicker.R$attr: int actionBarSize -james.adaptiveicon.R$color: int ripple_material_dark -com.xw.repo.bubbleseekbar.R$id: int end -com.google.android.material.R$attr: int isLightTheme -wangdaye.com.geometricweather.R$attr: int chipMinTouchTargetSize -androidx.transition.R$style -com.turingtechnologies.materialscrollbar.R$drawable: int design_password_eye -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setLocationMode(com.amap.api.location.AMapLocationClientOption$AMapLocationMode) -com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getLabelVisibilityMode() -android.didikee.donate.R$styleable: int MenuItem_android_onClick -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange Past24HourRange -androidx.recyclerview.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable -androidx.constraintlayout.widget.R$styleable: int ViewStubCompat_android_layout -androidx.vectordrawable.R$style: R$style() -com.google.android.material.R$styleable: int AppCompatTextView_textAllCaps -com.jaredrummler.android.colorpicker.R$style: int Platform_ThemeOverlay_AppCompat_Light -okhttp3.logging.HttpLoggingInterceptor$Logger$1: HttpLoggingInterceptor$Logger$1() -okhttp3.Response$Builder: okhttp3.Response$Builder message(java.lang.String) -com.xw.repo.bubbleseekbar.R$attr: int layout -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintStart_toStartOf -okhttp3.CacheControl: CacheControl(okhttp3.CacheControl$Builder) -wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_switchTextOff -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title -androidx.lifecycle.Lifecycling: java.util.Map sClassToAdapters -com.google.android.material.R$attr: int textAppearanceSubtitle2 -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getGrassLevel() -com.google.android.material.transformation.ExpandableBehavior: ExpandableBehavior(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$styleable: int[] AnimatableIconView -androidx.appcompat.R$color: int abc_primary_text_disable_only_material_light -wangdaye.com.geometricweather.R$id: int item_about_translator_flag -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder writeTimeout(java.time.Duration) -androidx.appcompat.widget.AppCompatTextView: void setAutoSizeTextTypeWithDefaults(int) -androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_spinBars -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize -james.adaptiveicon.R$anim: int abc_popup_exit -com.google.android.material.R$id: int unchecked -wangdaye.com.geometricweather.R$attr: int chipSpacingHorizontal -james.adaptiveicon.R$color: int background_material_light -io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: MpscLinkedQueue$LinkedQueueNode(java.lang.Object) -io.reactivex.Observable: io.reactivex.Observable interval(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -androidx.vectordrawable.R$attr: int alpha -androidx.appcompat.resources.R$styleable: int StateListDrawable_android_enterFadeDuration -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: ArcProgress(android.content.Context,android.util.AttributeSet) -androidx.lifecycle.CompositeGeneratedAdaptersObserver: CompositeGeneratedAdaptersObserver(androidx.lifecycle.GeneratedAdapter[]) -androidx.work.R$drawable: int notification_tile_bg -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_ellipsize -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowNoTitle -androidx.appcompat.R$color: int abc_decor_view_status_guard_light -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_headerLayout -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_108 -androidx.preference.R$style: int Widget_AppCompat_ProgressBar_Horizontal -retrofit2.Retrofit: java.util.List converterFactories -cyanogenmod.app.CustomTile$ExpandedItem: CustomTile$ExpandedItem(android.os.Parcel) -com.turingtechnologies.materialscrollbar.R$attr: int fontProviderAuthority -androidx.lifecycle.Lifecycle -wangdaye.com.geometricweather.R$anim: int fragment_manange_pop_exit -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_scrimAnimationDuration -androidx.constraintlayout.widget.R$styleable: int ActionBar_contentInsetStartWithNavigation -com.jaredrummler.android.colorpicker.R$layout: int select_dialog_multichoice_material -okio.ByteString: int hashCode -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Float tSea -wangdaye.com.geometricweather.db.entities.LocationEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.LocationEntity) -cyanogenmod.weather.RequestInfo: cyanogenmod.weather.WeatherLocation mWeatherLocation -com.google.android.material.R$attr: int spinnerDropDownItemStyle -okhttp3.Request: java.lang.String method -com.jaredrummler.android.colorpicker.R$attr: int colorControlActivated -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_borderlessButtonStyle -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: int unitArrayIndex -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_contentInsetEnd -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item -io.reactivex.Observable: io.reactivex.Single toMultimap(io.reactivex.functions.Function,io.reactivex.functions.Function) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: java.util.Date from -wangdaye.com.geometricweather.R$id: int chip -com.google.android.material.R$style: int Base_Widget_AppCompat_ActionBar_Solid -wangdaye.com.geometricweather.R$drawable: int ic_keyboard_black_24dp -com.turingtechnologies.materialscrollbar.R$attr: int autoSizeMaxTextSize -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getLtoDestination -james.adaptiveicon.R$styleable: int AppCompatTextView_textAllCaps -com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_layoutManager -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: java.lang.String en_US -androidx.lifecycle.SavedStateViewModelFactory: SavedStateViewModelFactory(android.app.Application,androidx.savedstate.SavedStateRegistryOwner,android.os.Bundle) -com.google.android.material.R$attr: int telltales_tailScale -wangdaye.com.geometricweather.R$drawable: int btn_checkbox_checked_to_unchecked_mtrl_animation -com.jaredrummler.android.colorpicker.R$color: int material_grey_300 -com.turingtechnologies.materialscrollbar.R$dimen: int abc_edit_text_inset_horizontal_material -okhttp3.Cookie: int dateCharacterOffset(java.lang.String,int,int,boolean) -cyanogenmod.platform.R$xml: R$xml() -okhttp3.internal.http2.Http2Reader$ContinuationSource: okio.Timeout timeout() -androidx.constraintlayout.widget.R$attr: int actionModeCopyDrawable -io.reactivex.Observable: io.reactivex.Observable take(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -cyanogenmod.content.Intent: java.lang.String CATEGORY_THEME_PACKAGE_INSTALLED_STATE_CHANGE -cyanogenmod.externalviews.KeyguardExternalView: android.os.IBinder access$200(cyanogenmod.externalviews.KeyguardExternalView) -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_20 -com.baidu.location.indoor.mapversion.c.a$d: void a(java.lang.String) -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_body_1_material -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_verticalAlign -com.xw.repo.bubbleseekbar.R$attr: int switchTextAppearance -com.google.android.material.R$styleable: int PopupWindow_android_popupBackground -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Imperial Imperial -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Imperial: java.lang.String Unit -retrofit2.ParameterHandler$Part: retrofit2.Converter converter -okhttp3.internal.http2.Http2Connection$5 -androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_ttcIndex -android.didikee.donate.R$layout: int abc_alert_dialog_material -com.xw.repo.BubbleSeekBar: float getProgressFloat() -wangdaye.com.geometricweather.R$bool: int enable_system_job_service_default -androidx.appcompat.R$color: int primary_material_dark -okio.HashingSource: long read(okio.Buffer,long) -com.google.android.material.R$layout: int mtrl_picker_text_input_date -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult$Temperature: AccuHourlyResult$Temperature() -com.google.android.material.R$color: int mtrl_outlined_icon_tint -wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: void setIconResEnd(int) -com.google.android.material.textfield.TextInputLayout: void setErrorContentDescription(java.lang.CharSequence) -androidx.constraintlayout.widget.R$styleable: int CustomAttribute_attributeName -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: CaiYunMainlyResult$CurrentBean$FeelsLikeBean() -com.turingtechnologies.materialscrollbar.R$attr: int spinnerStyle -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AppBarLayout_Surface -com.google.android.material.R$id: int password_toggle -com.amap.api.fence.GeoFence$1 -james.adaptiveicon.R$layout: int select_dialog_singlechoice_material -androidx.dynamicanimation.R$styleable: int[] ColorStateListItem -cyanogenmod.externalviews.ExternalView: void onActivityDestroyed(android.app.Activity) -cyanogenmod.hardware.ICMHardwareService$Stub: cyanogenmod.hardware.ICMHardwareService asInterface(android.os.IBinder) -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.HalfDay night() -okhttp3.HttpUrl$Builder: java.lang.String INVALID_HOST -cyanogenmod.providers.DataUsageContract: java.lang.String BYTES -com.turingtechnologies.materialscrollbar.R$interpolator: int mtrl_fast_out_slow_in -androidx.core.R$id: int accessibility_custom_action_4 -wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_tagView -cyanogenmod.providers.CMSettings$System: float getFloat(android.content.ContentResolver,java.lang.String) -androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType: androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType NONE -androidx.lifecycle.LiveData: LiveData(java.lang.Object) -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: ObservableWithLatestFrom$WithLatestFromObserver(io.reactivex.Observer,io.reactivex.functions.BiFunction) -com.google.android.material.R$attr: int fontStyle -androidx.preference.R$styleable: int AppCompatTextHelper_android_drawableStart -com.xw.repo.bubbleseekbar.R$style: int Animation_AppCompat_Tooltip -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric: double Value -com.bumptech.glide.integration.okhttp.R$drawable: int notification_template_icon_bg -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow -androidx.customview.R$styleable: int GradientColor_android_type -wangdaye.com.geometricweather.R$styleable: int MaterialShape_shapeAppearance -retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder baseUrl(okhttp3.HttpUrl) -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title -androidx.recyclerview.R$style -com.google.android.material.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle -cyanogenmod.app.suggest.ApplicationSuggestion: int describeContents() -com.baidu.location.indoor.mapversion.c.a$d: double a(double) -androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setSo2(java.lang.Float) -okhttp3.internal.http1.Http1Codec$ChunkedSource: long read(okio.Buffer,long) -wangdaye.com.geometricweather.R$drawable: int cpv_alpha -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: java.util.List phenomenonsItems -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult: long updatedOn -androidx.work.R$id: int accessibility_custom_action_6 -wangdaye.com.geometricweather.R$id: int textEnd -com.google.android.material.R$color: int ripple_material_light -com.google.android.material.R$attr: int radioButtonStyle -com.xw.repo.bubbleseekbar.R$id: int spacer -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Item -androidx.constraintlayout.widget.R$attr: int radioButtonStyle -com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textColorAlertDialogListItem -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: LocationEntityDao$Properties() -com.turingtechnologies.materialscrollbar.R$attr: int autoSizeTextType -wangdaye.com.geometricweather.R$attr: int materialAlertDialogTitleTextStyle -wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.lang.String getWeek(android.content.Context) -com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents_Light -com.bumptech.glide.R$id: int blocking -androidx.hilt.work.R$id: int accessibility_custom_action_4 -androidx.preference.R$anim: int abc_popup_enter -okhttp3.CacheControl: boolean immutable -androidx.preference.R$styleable: int AppCompatTheme_actionOverflowMenuStyle -androidx.viewpager.R$dimen: int compat_notification_large_icon_max_height -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Imperial: int UnitType -com.google.android.material.R$id: int fill -com.jaredrummler.android.colorpicker.R$id: int left -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionBar -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setPrimary(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int TagView_checked_background_color -com.amap.api.location.AMapLocation: int s -com.xw.repo.bubbleseekbar.R$attr: int dialogCornerRadius -wangdaye.com.geometricweather.R$layout: int item_icon_provider -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActivityChooserView -androidx.drawerlayout.R$string: R$string() -androidx.constraintlayout.widget.Group: void setVisibility(int) -com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_showDialog -androidx.preference.R$anim: int fragment_open_enter -okio.BufferedSource: java.lang.String readString(java.nio.charset.Charset) -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_android_textAppearance -androidx.coordinatorlayout.R$drawable: int notification_bg_low -androidx.appcompat.R$attr: int actionModeWebSearchDrawable -wangdaye.com.geometricweather.R$id: int container_main_first_card_header_timeIcon -wangdaye.com.geometricweather.R$string: int content_des_m3 -androidx.customview.R$id: int icon -cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String MODIFY_ALARMS_PERMISSION -com.turingtechnologies.materialscrollbar.R$attr: int strokeWidth -okhttp3.internal.ws.WebSocketProtocol: long PAYLOAD_BYTE_MAX -androidx.preference.SeekBarPreference$SavedState -okhttp3.CertificatePinner$Builder -cyanogenmod.providers.DataUsageContract: java.lang.String ACTIVE -androidx.appcompat.widget.AppCompatImageButton -androidx.recyclerview.R$attr: int fontProviderQuery -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: int leftIndex -androidx.constraintlayout.widget.ConstraintHelper: ConstraintHelper(android.content.Context,android.util.AttributeSet,int) -androidx.core.R$id: int accessibility_custom_action_18 -androidx.coordinatorlayout.R$style: int Widget_Support_CoordinatorLayout -com.google.android.material.R$styleable: int Chip_closeIconEnabled -com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_alertDialogTheme -retrofit2.ParameterHandler$PartMap -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void onComplete() -wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_indeterminate -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_Button -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void onComplete() -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: int prefetch -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: long serialVersionUID -androidx.loader.R$integer -com.jaredrummler.android.colorpicker.R$attr: int seekBarPreferenceStyle -james.adaptiveicon.R$styleable: int SearchView_android_maxWidth -com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents_Dialog -cyanogenmod.themes.ThemeManager$2$1: cyanogenmod.themes.ThemeManager$2 this$1 -com.google.android.material.R$attr: int ratingBarStyleIndicator -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem -wangdaye.com.geometricweather.R$styleable: int ActionMenuItemView_android_minWidth -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Fullscreen -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarTabBarStyle -okhttp3.internal.cache.DiskLruCache: boolean remove(java.lang.String) -com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_drawableSize -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onDetach -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowFixedHeightMajor -androidx.viewpager2.R$dimen: int notification_big_circle_margin -com.google.android.material.tabs.TabLayout: int getTabMaxWidth() -androidx.loader.R$layout: int notification_template_part_chronometer -com.turingtechnologies.materialscrollbar.R$attr: int subtitleTextColor -okhttp3.Challenge: java.util.Map authParams() -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder encodedPath(java.lang.String) -com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_list_padding_bottom_no_buttons -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: long serialVersionUID -androidx.hilt.R$dimen: int compat_button_padding_vertical_material -com.amap.api.location.AMapLocation: void setLocationQualityReport(com.amap.api.location.AMapLocationQualityReport) -androidx.constraintlayout.widget.R$attr: int flow_lastVerticalStyle -com.google.android.material.transformation.ExpandableBehavior -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Medium -com.google.android.material.textfield.TextInputLayout: void setPlaceholderTextEnabled(boolean) -androidx.preference.R$attr: int actionBarSize -james.adaptiveicon.R$style: int Widget_AppCompat_RatingBar -wangdaye.com.geometricweather.R$layout: int container_main_aqi -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property Daylight -wangdaye.com.geometricweather.R$styleable: int[] ConstraintLayout_placeholder -io.reactivex.Observable: io.reactivex.Observable delay(io.reactivex.functions.Function) -com.google.android.material.R$styleable: int AppCompatTheme_imageButtonStyle -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.DailyEntityDao dailyEntityDao -com.google.android.material.card.MaterialCardView: void setChecked(boolean) -androidx.hilt.lifecycle.R$styleable: int GradientColor_android_endColor -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void request(long) -io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: void dispose() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_fontFamily -james.adaptiveicon.R$dimen: int abc_control_corner_material -cyanogenmod.app.Profile: void setProfileType(int) -com.google.android.material.circularreveal.CircularRevealFrameLayout: android.graphics.drawable.Drawable getCircularRevealOverlayDrawable() -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_switchStyle -okhttp3.CacheControl: boolean noTransform -androidx.constraintlayout.widget.R$attr: int layout_constraintVertical_chainStyle -wangdaye.com.geometricweather.R$color: int mtrl_outlined_icon_tint -com.amap.api.location.AMapLocationClientOption: boolean u -okhttp3.Cache: boolean isClosed() -com.bumptech.glide.R$attr: int layout_behavior -androidx.constraintlayout.widget.ConstraintLayout: void setConstraintSet(androidx.constraintlayout.widget.ConstraintSet) -com.google.android.material.R$layout: int material_radial_view_group -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionBar -cyanogenmod.app.ProfileGroup: void readFromParcel(android.os.Parcel) -com.loc.k: void a(int) -okhttp3.CacheControl$Builder: boolean noCache -androidx.appcompat.widget.AppCompatToggleButton: AppCompatToggleButton(android.content.Context,android.util.AttributeSet) -cyanogenmod.weather.WeatherInfo: long getTimestamp() -androidx.constraintlayout.widget.R$attr: int buttonCompat -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String grassDescription -androidx.viewpager2.R$attr: int fastScrollHorizontalThumbDrawable -android.didikee.donate.R$styleable: int AppCompatTheme_activityChooserViewStyle -androidx.lifecycle.LiveData$1: void run() -com.amap.api.location.AMapLocation$1: java.lang.Object createFromParcel(android.os.Parcel) -wangdaye.com.geometricweather.R$id: int graph -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Subhead_Inverse -james.adaptiveicon.R$styleable: int TextAppearance_android_textStyle -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_RatingBar -com.google.android.material.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex -androidx.swiperefreshlayout.R$dimen: int notification_right_icon_size -cyanogenmod.themes.ThemeManager: void unregisterProcessingListener(cyanogenmod.themes.ThemeManager$ThemeProcessingListener) -james.adaptiveicon.R$id: int shortcut -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle -com.turingtechnologies.materialscrollbar.CustomIndicator: CustomIndicator(android.content.Context) -android.didikee.donate.R$styleable: int AppCompatTheme_listPopupWindowStyle -wangdaye.com.geometricweather.R$drawable: int clock_hour_light -wangdaye.com.geometricweather.R$dimen: int large_margin -io.reactivex.internal.subscriptions.SubscriptionHelper: void deferredRequest(java.util.concurrent.atomic.AtomicReference,java.util.concurrent.atomic.AtomicLong,long) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Metric: int UnitType -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Long readKey(android.database.Cursor,int) -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_updateDefaultLiveLockScreen -com.xw.repo.BubbleSeekBar: BubbleSeekBar(android.content.Context,android.util.AttributeSet,int) -androidx.appcompat.R$id: int screen -androidx.appcompat.R$id: int tag_unhandled_key_event_manager -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String windDirection -wangdaye.com.geometricweather.R$id: int item_trend_hourly -wangdaye.com.geometricweather.R$drawable: int clock_dial_dark -wangdaye.com.geometricweather.R$string: int key_item_animation_switch -androidx.appcompat.resources.R$styleable: int[] FontFamilyFont -james.adaptiveicon.R$styleable: int CompoundButton_buttonCompat -cyanogenmod.profiles.RingModeSettings: void getXmlString(java.lang.StringBuilder,android.content.Context) -androidx.vectordrawable.R$id: int action_divider -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_toRightOf -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA -org.greenrobot.greendao.database.DatabaseOpenHelper: void onOpen(android.database.sqlite.SQLiteDatabase) -androidx.preference.R$attr: int switchPadding -cyanogenmod.profiles.StreamSettings: StreamSettings(int) -com.google.android.material.R$styleable: int ProgressIndicator_indicatorSize -james.adaptiveicon.R$style: int Widget_AppCompat_Toolbar -io.reactivex.internal.disposables.SequentialDisposable: SequentialDisposable(io.reactivex.disposables.Disposable) -androidx.appcompat.resources.R$id: int actions -wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_itemFillColor -cyanogenmod.app.StatusBarPanelCustomTile: cyanogenmod.app.CustomTile customTile -androidx.transition.R$layout: int notification_template_part_time -com.google.android.gms.base.R$attr -androidx.swiperefreshlayout.R$id: int icon_group -androidx.work.R$id: int text -com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_centerColor -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$DailyTemperature -wangdaye.com.geometricweather.R$attr: int drawable_res_on -androidx.hilt.lifecycle.R$layout: int notification_action -androidx.preference.R$dimen: int tooltip_horizontal_padding -androidx.appcompat.R$styleable: int AppCompatTheme_controlBackground -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintRight_creator -androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_textColorLink -cyanogenmod.providers.CMSettings$System: java.lang.String REVERSE_LOOKUP_PROVIDER -com.google.android.material.R$id: int invisible -com.google.android.material.R$drawable: int design_ic_visibility_off -androidx.hilt.work.R$attr: int fontProviderAuthority -com.google.android.material.R$styleable: int Constraint_chainUseRtl -androidx.drawerlayout.R$id: int tag_transition_group -wangdaye.com.geometricweather.common.ui.widgets.SquareFrameLayout: SquareFrameLayout(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner -wangdaye.com.geometricweather.R$menu -cyanogenmod.platform.Manifest$permission: java.lang.String READ_WEATHER -wangdaye.com.geometricweather.common.basic.models.weather.Astro: Astro(java.util.Date,java.util.Date) -com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginBottom -io.reactivex.Observable: io.reactivex.Observable delay(long,java.util.concurrent.TimeUnit,boolean) -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void onNext(java.lang.Object) -com.jaredrummler.android.colorpicker.R$attr: int actionModeSplitBackground -androidx.lifecycle.extensions.R$dimen: int compat_control_corner_material -androidx.appcompat.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge -androidx.customview.R$layout: int notification_template_custom_big -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated -androidx.viewpager2.R$id: int accessibility_custom_action_5 -james.adaptiveicon.AdaptiveIconView: android.graphics.Path getPath() -androidx.appcompat.R$style: int Widget_AppCompat_ImageButton -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_goneMarginBottom -com.google.android.material.appbar.AppBarLayout: void setLiftOnScrollTargetViewId(int) -androidx.fragment.R$id: int accessibility_custom_action_27 -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: ObservableJoin$JoinDisposable(io.reactivex.Observer,io.reactivex.functions.Function,io.reactivex.functions.Function,io.reactivex.functions.BiFunction) -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintBaseline_toBaselineOf -cyanogenmod.app.CustomTile$1 -com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_Bridge -androidx.preference.R$id: int notification_main_column -com.xw.repo.bubbleseekbar.R$styleable: int MenuGroup_android_menuCategory -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWindDirection -com.jaredrummler.android.colorpicker.R$id: int icon -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintVertical_weight -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNo2(java.lang.Float) -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Light -com.turingtechnologies.materialscrollbar.R$attr: int chipCornerRadius -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver parent -retrofit2.SkipCallbackExecutorImpl: java.lang.String toString() -androidx.lifecycle.LifecycleRegistry: void pushParentState(androidx.lifecycle.Lifecycle$State) -androidx.swiperefreshlayout.R$drawable: int notification_bg -wangdaye.com.geometricweather.R$id: int toolbar -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_anon_WITH_AES_128_CBC_SHA -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String NAVBAR_HOME_BUTTON -com.turingtechnologies.materialscrollbar.R$bool: R$bool() -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: io.reactivex.internal.queue.SpscLinkedArrayQueue queue -cyanogenmod.providers.CMSettings$System: java.lang.String NAVBAR_LEFT_IN_LANDSCAPE -com.google.android.material.R$attr: int percentHeight -androidx.vectordrawable.animated.R$dimen: int notification_content_margin_start -wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_elevation -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintCircle -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_PopupMenu_Overflow -androidx.dynamicanimation.R$dimen: int notification_action_text_size -wangdaye.com.geometricweather.R$drawable: int notif_temp_94 -okhttp3.internal.http2.Http2Connection$ReaderRunnable$1: okhttp3.internal.http2.Http2Stream val$newStream -wangdaye.com.geometricweather.R$styleable: int TextAppearance_textAllCaps -com.jaredrummler.android.colorpicker.R$attr: int positiveButtonText -cyanogenmod.weather.ICMWeatherManager$Stub: int TRANSACTION_registerWeatherServiceProviderChangeListener -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver[] observers -wangdaye.com.geometricweather.R$attr: int layout_constraintTag -androidx.transition.R$attr: int fontStyle -android.didikee.donate.R$color: int secondary_text_disabled_material_light -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ProgressIndicator_Linear_Indeterminate -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeIcePrecipitationProbability -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$6: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 -com.bumptech.glide.load.ImageHeaderParser$ImageType -com.jaredrummler.android.colorpicker.R$attr: int srcCompat -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_0 -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: void onNext(java.lang.Object) -androidx.appcompat.R$drawable: int abc_list_pressed_holo_dark -wangdaye.com.geometricweather.R$string: int mtrl_picker_navigate_to_year_description -com.turingtechnologies.materialscrollbar.R$style: int Base_V14_ThemeOverlay_MaterialComponents_Dialog -androidx.preference.PreferenceManager -okhttp3.internal.connection.ConnectionSpecSelector: ConnectionSpecSelector(java.util.List) -androidx.preference.R$style: int Preference_Material -cyanogenmod.themes.IThemeService: void registerThemeProcessingListener(cyanogenmod.themes.IThemeProcessingListener) -okio.RealBufferedSource: java.io.InputStream inputStream() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric -androidx.core.R$dimen: int notification_top_pad -com.google.android.material.R$dimen: int fastscroll_minimum_range -com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat_ActionBar -james.adaptiveicon.R$attr: int voiceIcon -okhttp3.OkHttpClient$Builder -cyanogenmod.weather.WeatherLocation: java.lang.String toString() -wangdaye.com.geometricweather.R$attr: int errorIconTintMode -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title -androidx.constraintlayout.helper.widget.Layer: Layer(android.content.Context) -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: boolean isDisposed() -com.turingtechnologies.materialscrollbar.R$styleable: int View_android_focusable -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver -com.google.android.material.R$attr: int arrowShaftLength -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: long getLtoDownloadInterval() -androidx.loader.R$dimen: int notification_content_margin_start -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_suffixTextColor -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_days_of_week_height -com.autonavi.aps.amapapi.model.AMapLocationServer: boolean i() -wangdaye.com.geometricweather.R$string: int key_notification_style -com.google.android.material.R$attr: int dividerVertical -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_TextButton -com.jaredrummler.android.colorpicker.R$styleable: int View_android_focusable -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property Dbz -com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_BOOT_ANIM -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_BottomSheetDialog -wangdaye.com.geometricweather.R$styleable: int[] LoadingImageView -okhttp3.CacheControl: CacheControl(boolean,boolean,int,int,boolean,boolean,boolean,int,int,boolean,boolean,boolean,java.lang.String) -com.google.android.material.R$color: int mtrl_textinput_default_box_stroke_color -androidx.dynamicanimation.R$color: int ripple_material_light -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Light -okhttp3.internal.http2.Http2Reader: void readGoAway(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) -wangdaye.com.geometricweather.R$attr: int startIconCheckable -cyanogenmod.power.PerformanceManager: int PROFILE_HIGH_PERFORMANCE -android.didikee.donate.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog -retrofit2.Utils: java.lang.reflect.Type getParameterUpperBound(int,java.lang.reflect.ParameterizedType) -wangdaye.com.geometricweather.R$dimen: int material_clock_face_margin_top -androidx.hilt.lifecycle.R$layout: int notification_template_custom_big -wangdaye.com.geometricweather.R$id: int item_weather_daily_overview_icon -androidx.preference.R$color: int dim_foreground_disabled_material_light -androidx.preference.R$styleable: int AppCompatTheme_viewInflaterClass -cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler: int MSG_CANCEL_REQUEST -com.google.android.material.badge.BadgeDrawable$SavedState -androidx.activity.R$integer: int status_bar_notification_info_maxnum -com.google.android.material.R$style: int Base_Widget_AppCompat_PopupMenu -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Imperial: java.lang.String Unit -wangdaye.com.geometricweather.R$styleable: int AppBarLayoutStates_state_collapsible -james.adaptiveicon.R$drawable: int notification_bg_low_normal -io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: void dispose() -androidx.swiperefreshlayout.R$drawable: int notification_bg_normal_pressed -com.jaredrummler.android.colorpicker.R$styleable: int Spinner_android_popupBackground -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_SearchResult -james.adaptiveicon.R$id: int topPanel -wangdaye.com.geometricweather.R$dimen: int design_fab_border_width -androidx.appcompat.R$styleable: int MenuView_subMenuArrow -androidx.preference.R$styleable: int SwitchPreferenceCompat_android_switchTextOn -okhttp3.Handshake: java.util.List peerCertificates() -androidx.preference.R$attr: int submitBackground -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_drawableEnd -com.google.android.material.circularreveal.CircularRevealFrameLayout: void setCircularRevealScrimColor(int) -retrofit2.Platform: int defaultCallAdapterFactoriesSize() -cyanogenmod.profiles.BrightnessSettings: int describeContents() -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: long serialVersionUID -com.turingtechnologies.materialscrollbar.R$style: int Base_V21_Theme_AppCompat_Dialog -androidx.appcompat.R$style: int TextAppearance_AppCompat_Medium_Inverse -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: boolean isDisposed() -okio.RealBufferedSink: okio.BufferedSink writeUtf8(java.lang.String,int,int) -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_menuCategory -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_content_inset_with_nav -android.didikee.donate.R$string: int abc_action_menu_overflow_description -com.google.android.material.R$style: int Widget_AppCompat_Light_ActionMode_Inverse -io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver -androidx.appcompat.R$dimen: int notification_right_icon_size -androidx.preference.R$styleable: int[] LinearLayoutCompat_Layout -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: io.reactivex.internal.util.AtomicThrowable errors -wangdaye.com.geometricweather.R$id: int material_clock_period_pm_button -cyanogenmod.app.suggest.IAppSuggestProvider$Stub -cyanogenmod.os.Build$CM_VERSION_CODES: int CANTALOUPE -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton -com.jaredrummler.android.colorpicker.R$attr: int tooltipForegroundColor -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader -android.didikee.donate.R$color: int material_grey_900 -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_numericShortcut -wangdaye.com.geometricweather.R$id: int mtrl_picker_text_input_date -androidx.hilt.lifecycle.R$anim: R$anim() -wangdaye.com.geometricweather.R$attr: int backgroundInsetTop -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog -androidx.swiperefreshlayout.R$id -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_goneMarginLeft -androidx.preference.ListPreference: ListPreference(android.content.Context,android.util.AttributeSet) -okhttp3.Response$Builder: okhttp3.Response$Builder networkResponse(okhttp3.Response) -androidx.preference.R$layout: int abc_alert_dialog_title_material -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Small_Inverse -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxStrokeColor -wangdaye.com.geometricweather.search.SearchActivity: SearchActivity() -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_day_width -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay CARD_HOURLY_OVERVIEW -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_checkedIconVisible -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintBottom_toBottomOf -com.google.android.material.R$dimen: int mtrl_textinput_box_corner_radius_small -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void replay(io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable) -wangdaye.com.geometricweather.R$string: int wind_3 -com.google.gson.FieldNamingPolicy$2: java.lang.String translateName(java.lang.reflect.Field) -androidx.appcompat.widget.AppCompatAutoCompleteTextView: AppCompatAutoCompleteTextView(android.content.Context,android.util.AttributeSet) -com.turingtechnologies.materialscrollbar.R$string: int abc_capital_off -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: MinutelyEntityDao$Properties() -wangdaye.com.geometricweather.R$id: int container_main_footer_editButton -androidx.swiperefreshlayout.R$id: int blocking -androidx.appcompat.widget.AppCompatAutoCompleteTextView: AppCompatAutoCompleteTextView(android.content.Context,android.util.AttributeSet,int) -io.reactivex.internal.subscriptions.BasicQueueSubscription: int requestFusion(int) -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: io.reactivex.ObservableSource second -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Region: AccuLocationResult$Region() -androidx.appcompat.R$style: int Platform_Widget_AppCompat_Spinner -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeDegreeDayTemperature -wangdaye.com.geometricweather.common.basic.models.weather.Wind -cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_BLUETOOTH -retrofit2.RequestBuilder: void addQueryParam(java.lang.String,java.lang.String,boolean) -com.xw.repo.bubbleseekbar.R$dimen: int abc_disabled_alpha_material_light -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int DRIZZLE -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_TextView -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dividerHorizontal -cyanogenmod.app.ILiveLockScreenChangeListener$Stub: android.os.IBinder asBinder() -james.adaptiveicon.R$styleable: int[] MenuView -james.adaptiveicon.R$attr: int panelMenuListWidth -wangdaye.com.geometricweather.R$id: int notification_main_column_container -androidx.drawerlayout.R$attr: R$attr() -wangdaye.com.geometricweather.R$styleable: int ActionBar_elevation -com.google.android.material.R$styleable: int Slider_thumbColor -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float getCO() -io.reactivex.internal.util.AtomicThrowable: AtomicThrowable() -okhttp3.Cookie: boolean secure -androidx.dynamicanimation.R$drawable: int notification_template_icon_bg -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_SearchView -james.adaptiveicon.R$styleable: int MenuView_android_headerBackground -androidx.constraintlayout.widget.ConstraintLayout: int getMinWidth() -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon -io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_text_btn_icon_padding -androidx.constraintlayout.widget.R$color: int tooltip_background_light -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_Icon -wangdaye.com.geometricweather.R$integer: int cpv_default_max_progress -wangdaye.com.geometricweather.R$id: int jumpToEnd -androidx.preference.R$drawable: int abc_dialog_material_background -android.didikee.donate.R$attr: int windowNoTitle -androidx.preference.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode -wangdaye.com.geometricweather.R$id: int activity_settings -androidx.preference.R$attr: int track -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintGuide_end -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Imperial Imperial -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_alphabeticShortcut -androidx.appcompat.R$style: int Theme_AppCompat_Dialog_MinWidth -okhttp3.internal.http2.Http2Stream$FramingSink: okio.Timeout timeout() -com.google.android.material.R$color: int ripple_material_dark -wangdaye.com.geometricweather.R$drawable: int flag_de -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintLeft_toRightOf -cyanogenmod.externalviews.KeyguardExternalView$1: cyanogenmod.externalviews.KeyguardExternalView this$0 -com.google.android.material.R$style: int Widget_MaterialComponents_TextView -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle -com.google.android.material.R$id: int spacer -cyanogenmod.hardware.ICMHardwareService: boolean isSunlightEnhancementSelfManaged() -james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarStyle -androidx.appcompat.R$style: int Widget_AppCompat_TextView -wangdaye.com.geometricweather.R$styleable: int Constraint_pivotAnchor -wangdaye.com.geometricweather.R$id: int split_action_bar -com.xw.repo.bubbleseekbar.R$dimen: int notification_top_pad -com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType valueOf(java.lang.String) -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_28 -wangdaye.com.geometricweather.R$attr: int shapeAppearanceSmallComponent -androidx.preference.R$style: int Widget_AppCompat_ListView_Menu -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult: java.lang.String Link -com.turingtechnologies.materialscrollbar.R$id: int chronometer -okio.DeflaterSink: void finishDeflate() -com.jaredrummler.android.colorpicker.R$styleable: int ActionBarLayout_android_layout_gravity -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_typeface -wangdaye.com.geometricweather.R$styleable: int GradientColor_android_startColor -com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_verticalDivider -androidx.appcompat.R$id: int accessibility_custom_action_25 -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeSplitBackground -androidx.viewpager.R$dimen: int compat_notification_large_icon_max_width -cyanogenmod.externalviews.IExternalViewProvider$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -androidx.lifecycle.extensions.R$styleable: int Fragment_android_tag -wangdaye.com.geometricweather.common.ui.activities.AwakeUpdateActivity: AwakeUpdateActivity() -androidx.preference.R$dimen: int abc_disabled_alpha_material_dark -com.google.android.material.R$attr: int panelMenuListWidth -wangdaye.com.geometricweather.R$string: int settings_category_basic -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Imperial -cyanogenmod.providers.CMSettings$Secure: boolean putLongForUser(android.content.ContentResolver,java.lang.String,long,int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setTitle(java.lang.String) -com.xw.repo.bubbleseekbar.R$drawable: int abc_list_longpressed_holo -androidx.fragment.app.SuperNotCalledException -wangdaye.com.geometricweather.R$drawable: int notif_temp_11 -com.amap.api.location.AMapLocation: java.lang.String h(com.amap.api.location.AMapLocation,java.lang.String) -androidx.hilt.R$id: int italic -okhttp3.internal.cache.DiskLruCache: java.io.File journalFile -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts -retrofit2.CallAdapter$Factory: java.lang.reflect.Type getParameterUpperBound(int,java.lang.reflect.ParameterizedType) -com.google.android.material.R$attr: int helperTextTextAppearance -androidx.appcompat.widget.ActionMenuView: void setOverflowIcon(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WeatherText -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_divider -com.google.android.material.R$style: int Widget_Design_ScrimInsetsFrameLayout -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_fixed_height_minor -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getRagweedIndex() -cyanogenmod.weather.ICMWeatherManager$Stub: int TRANSACTION_getActiveWeatherServiceProviderLabel -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getRainPrecipitation() -androidx.appcompat.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 -com.xw.repo.bubbleseekbar.R$drawable: int abc_list_selector_background_transition_holo_light -androidx.appcompat.resources.R$styleable: int StateListDrawable_android_dither -com.xw.repo.bubbleseekbar.R$dimen: int tooltip_margin -okio.Okio$2: okio.Timeout val$timeout -cyanogenmod.app.Profile$TriggerState: int ON_A2DP_DISCONNECT -androidx.appcompat.widget.AppCompatButton: int getAutoSizeMinTextSize() -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: boolean mCanceled -androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable -androidx.appcompat.widget.Toolbar: java.lang.CharSequence getNavigationContentDescription() -wangdaye.com.geometricweather.R$color: int background_material_dark -android.didikee.donate.R$id: int src_in -androidx.lifecycle.ViewModelStore: androidx.lifecycle.ViewModel get(java.lang.String) -com.google.android.material.R$layout: int mtrl_calendar_horizontal -com.turingtechnologies.materialscrollbar.R$color: int material_grey_600 -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_scaleX -com.google.android.material.chip.Chip: void setBackgroundColor(int) -okhttp3.Cache: void trackConditionalCacheHit() -james.adaptiveicon.R$styleable: int[] MenuItem -com.turingtechnologies.materialscrollbar.R$anim -androidx.activity.R$styleable: int FontFamilyFont_android_fontVariationSettings -okhttp3.internal.ws.WebSocketWriter$FrameSink: WebSocketWriter$FrameSink(okhttp3.internal.ws.WebSocketWriter) -com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource LOCAL -wangdaye.com.geometricweather.R$string: int feedback_location_list_cannot_be_null -com.baidu.location.e.o -com.jaredrummler.android.colorpicker.R$attr: int fastScrollHorizontalThumbDrawable -com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat_Dialog -androidx.appcompat.R$attr: int customNavigationLayout -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder callTimeout(java.time.Duration) -wangdaye.com.geometricweather.R$attr: int bsb_always_show_bubble -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Toolbar -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.Integer altitude -com.google.android.material.R$dimen: int abc_action_bar_content_inset_material -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator -androidx.lifecycle.extensions.R$style -com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_startColor -android.didikee.donate.R$style: int TextAppearance_AppCompat_Body1 -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: void setDataConnectionSelectedOnSub(int) -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: io.reactivex.FlowableEmitter serialize() -androidx.preference.R$styleable: int AppCompatTextView_textAllCaps -com.jaredrummler.android.colorpicker.R$attr: int seekBarIncrement -cyanogenmod.weather.WeatherInfo: WeatherInfo(cyanogenmod.weather.WeatherInfo$1) -com.google.android.material.R$id: int action_menu_divider -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Geometry: MfEphemerisResult$Geometry() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial -androidx.appcompat.widget.AppCompatImageButton: void setBackgroundResource(int) -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionBar_TabText -androidx.constraintlayout.widget.R$attr: int toolbarNavigationButtonStyle -com.google.android.material.chip.Chip: void setCheckedIconEnabled(boolean) -com.github.rahatarmanahmed.cpv.CircularProgressView: void setThickness(int) -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: long serialVersionUID -androidx.constraintlayout.widget.R$attr: int elevation -com.google.android.material.chip.Chip: void setCheckedIconTintResource(int) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionMenuTextAppearance -androidx.viewpager.R$styleable: int GradientColor_android_endColor -com.github.rahatarmanahmed.cpv.CircularProgressView$7: CircularProgressView$7(com.github.rahatarmanahmed.cpv.CircularProgressView) -cyanogenmod.hardware.CMHardwareManager: int getVibratorIntensity() -com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar -okhttp3.internal.http2.Header: Header(java.lang.String,java.lang.String) -wangdaye.com.geometricweather.R$styleable: int MenuItem_actionViewClass -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: io.reactivex.functions.Function zipper -wangdaye.com.geometricweather.R$color: int cpv_default_color -com.xw.repo.bubbleseekbar.R$attr: int buttonTintMode -com.google.android.material.snackbar.Snackbar$SnackbarLayout -okhttp3.internal.http1.Http1Codec: okio.Source newFixedLengthSource(long) -okhttp3.HttpUrl: java.lang.String encodedPath() -com.bumptech.glide.MemoryCategory: float getMultiplier() -com.google.gson.JsonSyntaxException: JsonSyntaxException(java.lang.String,java.lang.Throwable) -android.didikee.donate.R$styleable: int Spinner_popupTheme -com.google.android.gms.common.SignInButton: void setSize(int) -james.adaptiveicon.R$dimen: int abc_text_size_menu_header_material -androidx.appcompat.resources.R$layout: int notification_template_icon_group -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_PopupMenu_ListPopupWindow -okhttp3.internal.http2.Http2Writer: void frameHeader(int,int,byte,byte) -com.xw.repo.bubbleseekbar.R$color: int bright_foreground_disabled_material_light -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest build() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_69 -cyanogenmod.app.ILiveLockScreenManager: boolean registerChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: boolean isDisposed() -okhttp3.internal.http2.Http2: java.lang.String[] FLAGS -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: int sourceMode -wangdaye.com.geometricweather.R$array: int automatic_refresh_rates -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Display2 -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder protocols(java.util.List) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_EXPORT_WITH_DES_CBC_40_SHA -cyanogenmod.weatherservice.ServiceRequestResult: cyanogenmod.weather.WeatherInfo access$202(cyanogenmod.weatherservice.ServiceRequestResult,cyanogenmod.weather.WeatherInfo) -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.MinutelyEntityDao getMinutelyEntityDao() -com.jaredrummler.android.colorpicker.R$styleable: int Preference_summary -androidx.drawerlayout.R$color: int secondary_text_default_material_light -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common -wangdaye.com.geometricweather.R$id: int shades_divider -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonStyleSmall -com.turingtechnologies.materialscrollbar.R$string: int abc_search_hint -com.google.android.material.R$style: int Base_V7_Theme_AppCompat_Dialog -com.google.android.material.R$attr: int actionBarSize -okhttp3.internal.cache.DiskLruCache: okhttp3.internal.cache.DiskLruCache$Snapshot get(java.lang.String) -androidx.appcompat.widget.ButtonBarLayout: int getMinimumHeight() -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_menu_selectall_mtrl_alpha -cyanogenmod.themes.IThemeService$Stub$Proxy: void requestThemeChangeUpdates(cyanogenmod.themes.IThemeChangeListener) -cyanogenmod.app.suggest.ApplicationSuggestion: ApplicationSuggestion(android.os.Parcel) -okio.GzipSource -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub$Proxy: void onWeatherServiceProviderChanged(java.lang.String) -io.reactivex.Observable: io.reactivex.Observable concatMapMaybe(io.reactivex.functions.Function,int) -wangdaye.com.geometricweather.R$attr: int arc_angle -com.google.android.material.R$attr: int navigationViewStyle -cyanogenmod.app.ProfileGroup$1: cyanogenmod.app.ProfileGroup[] newArray(int) -wangdaye.com.geometricweather.R$styleable: int Constraint_android_minWidth -androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_marginStart -androidx.constraintlayout.widget.R$styleable: int GradientColor_android_startColor -cyanogenmod.app.Profile: cyanogenmod.profiles.AirplaneModeSettings getAirplaneMode() -androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivitySaveInstanceState(android.app.Activity,android.os.Bundle) -android.didikee.donate.R$dimen: int abc_panel_menu_list_width -okhttp3.internal.publicsuffix.PublicSuffixDatabase: void setListBytes(byte[],byte[]) -com.google.android.material.R$style: int TextAppearance_AppCompat -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_autoSizeTextType -com.google.android.material.button.MaterialButtonToggleGroup: void setSingleSelection(int) -com.turingtechnologies.materialscrollbar.R$attr: int numericModifiers -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_ratingBarStyleIndicator -com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_selector_disabled_holo_light -androidx.appcompat.R$dimen: int abc_text_size_menu_material -androidx.preference.R$id: int action_mode_bar -androidx.recyclerview.widget.RecyclerView$LayoutManager$Properties: RecyclerView$LayoutManager$Properties() -io.reactivex.internal.schedulers.AbstractDirectTask: boolean isDisposed() -androidx.legacy.coreutils.R$id: int action_image -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Snow: java.lang.Integer fresh -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: java.lang.String weatherText -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert -android.didikee.donate.R$attr: int alertDialogCenterButtons -com.jaredrummler.android.colorpicker.R$color: int material_deep_teal_500 -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_addProfile -wangdaye.com.geometricweather.R$attr: int materialTimePickerTheme -android.didikee.donate.R$attr: int textAppearanceSearchResultSubtitle -okhttp3.CacheControl: boolean isPublic -retrofit2.HttpServiceMethod$SuspendForBody: retrofit2.CallAdapter callAdapter -androidx.constraintlayout.widget.R$color: int switch_thumb_disabled_material_light -androidx.core.view.GestureDetectorCompat$GestureDetectorCompatImplBase: void setOnDoubleTapListener(android.view.GestureDetector$OnDoubleTapListener) -retrofit2.http.PUT: java.lang.String value() -wangdaye.com.geometricweather.R$dimen: int mtrl_badge_text_size -com.google.android.material.chip.Chip: void setMinLines(int) -com.google.android.material.R$anim: int btn_checkbox_to_checked_icon_null_animation -androidx.constraintlayout.widget.R$id: int normal -androidx.preference.R$id: int up -androidx.viewpager2.R$id: R$id() -androidx.coordinatorlayout.R$styleable: int FontFamilyFont_android_ttcIndex -androidx.coordinatorlayout.R$styleable: int FontFamily_fontProviderFetchTimeout -com.google.android.material.R$styleable: int FontFamilyFont_font -okhttp3.internal.ws.WebSocketWriter$FrameSink: long contentLength -io.reactivex.internal.util.NotificationLite: io.reactivex.internal.util.NotificationLite COMPLETE -androidx.viewpager.R$id: int icon_group -android.didikee.donate.R$styleable: int DrawerArrowToggle_color -androidx.constraintlayout.widget.R$dimen: int tooltip_precise_anchor_extra_offset -com.turingtechnologies.materialscrollbar.MaterialScrollBar: void addScrollListener(androidx.recyclerview.widget.RecyclerView$OnScrollListener) -io.reactivex.internal.observers.BasicIntQueueDisposable: void clear() -com.turingtechnologies.materialscrollbar.R$color: int tooltip_background_dark -androidx.viewpager2.R$color: R$color() -wangdaye.com.geometricweather.R$id: int widget_week_icon_4 -okhttp3.internal.platform.AndroidPlatform$CloseGuard: java.lang.reflect.Method warnIfOpenMethod -androidx.appcompat.R$styleable: int AppCompatTheme_colorPrimary -androidx.appcompat.widget.AppCompatAutoCompleteTextView -androidx.legacy.coreutils.R$attr: int fontProviderFetchStrategy -com.google.android.material.R$styleable: int SearchView_iconifiedByDefault -cyanogenmod.themes.IThemeChangeListener$Stub: cyanogenmod.themes.IThemeChangeListener asInterface(android.os.IBinder) -androidx.preference.R$drawable: int abc_scrubber_primary_mtrl_alpha -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_lastHorizontalStyle -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dropDownListViewStyle -android.didikee.donate.R$anim: int abc_slide_out_bottom -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed Speed -com.google.android.material.R$dimen: int abc_dialog_fixed_width_minor -cyanogenmod.themes.ThemeManager: void addClient(cyanogenmod.themes.ThemeManager$ThemeChangeListener) -wangdaye.com.geometricweather.R$style: int TextAppearance_Compat_Notification_Line2 -james.adaptiveicon.R$style: int Widget_AppCompat_ActionButton_Overflow -cyanogenmod.providers.CMSettings$System: boolean putStringForUser(android.content.ContentResolver,java.lang.String,java.lang.String,int) -com.turingtechnologies.materialscrollbar.R$attr: int actionModeWebSearchDrawable -okhttp3.internal.cache2.Relay: int SOURCE_FILE -androidx.hilt.R$dimen: int notification_action_text_size -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_end -com.google.gson.internal.LinkedTreeMap: LinkedTreeMap() -com.google.android.material.R$styleable: int ProgressIndicator_inverse -androidx.preference.R$styleable: int SwitchCompat_trackTintMode -cyanogenmod.app.BaseLiveLockManagerService$1: void cancelLiveLockScreen(java.lang.String,int,int) -okhttp3.OkHttpClient$1: java.net.Socket deduplicate(okhttp3.ConnectionPool,okhttp3.Address,okhttp3.internal.connection.StreamAllocation) -com.baidu.location.e.l$b: com.baidu.location.e.l$b b -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SMOKY -androidx.viewpager2.R$id: int accessibility_custom_action_12 -com.google.android.material.R$attr: int errorIconDrawable -okhttp3.internal.cache.CacheRequest -cyanogenmod.providers.CMSettings$Secure: java.lang.String DISPLAY_GAMMA_CALIBRATION_PREFIX -cyanogenmod.weather.WeatherInfo$DayForecast: int getConditionCode() -com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Title_Text -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: android.os.Bundle mOptions -wangdaye.com.geometricweather.R$attr: int dialogMessage -wangdaye.com.geometricweather.R$attr: int perpendicularPath_percent -com.google.android.material.R$dimen: int mtrl_badge_horizontal_edge_offset -com.xw.repo.bubbleseekbar.R$attr: int bsb_section_text_position -androidx.preference.R$styleable: int AppCompatTheme_colorBackgroundFloating -androidx.appcompat.widget.SearchView: int getSuggestionCommitIconResId() -com.google.android.material.R$styleable: int AppBarLayoutStates_state_lifted -wangdaye.com.geometricweather.R$layout: int item_weather_daily_value -androidx.appcompat.R$styleable: int AnimatedStateListDrawableTransition_android_fromId -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getWetBulbTemperature() -cyanogenmod.os.Build: java.lang.String getString(java.lang.String) -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void removeInner(io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver) -com.xw.repo.bubbleseekbar.R$id: int titleDividerNoCustom -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Precipitation: java.lang.Float cumul24H -okio.GzipSource: void consumeTrailer() -androidx.legacy.coreutils.R$id: int normal -com.google.android.material.R$styleable: int Chip_android_textSize -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_ensureMinTouchTargetSize -cyanogenmod.os.Build: java.lang.String CYANOGENMOD_VERSION -com.google.android.material.R$dimen: int abc_text_size_body_1_material -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver -okhttp3.Response: java.lang.String toString() -okio.Base64: Base64() -okio.Buffer: okio.Buffer write(okio.ByteString) -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder eventListener(okhttp3.EventListener) -androidx.hilt.lifecycle.R$drawable: int notification_template_icon_bg -androidx.work.R$styleable: int[] GradientColorItem -wangdaye.com.geometricweather.R$id: int action_menu_divider -com.google.android.material.slider.BaseSlider$SliderState: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundNormalUpdateService -androidx.constraintlayout.widget.R$attr: int flow_maxElementsWrap -cyanogenmod.weather.CMWeatherManager: java.util.Map mWeatherUpdateRequestListeners -androidx.constraintlayout.widget.R$style: int Base_V28_Theme_AppCompat -com.google.android.material.R$style: int Base_V7_Theme_AppCompat -james.adaptiveicon.R$drawable: int abc_ic_commit_search_api_mtrl_alpha -com.xw.repo.bubbleseekbar.R$drawable: int notification_bg_low_normal -com.google.android.material.R$styleable: int TextInputLayout_android_textColorHint -androidx.appcompat.view.menu.ExpandedMenuView -androidx.appcompat.R$dimen: int abc_dialog_min_width_minor -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleMarginEnd -okhttp3.internal.io.FileSystem -android.didikee.donate.R$style: int ThemeOverlay_AppCompat_Dark -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling Ceiling -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: MfForecastV2Result$ForecastProperties$HourForecast() -wangdaye.com.geometricweather.R$attr: int customColorDrawableValue -com.google.android.material.R$styleable: int ActionMenuItemView_android_minWidth -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_week_1 -androidx.constraintlayout.widget.R$color: int material_grey_800 -com.jaredrummler.android.colorpicker.R$bool: int abc_allow_stacked_button_bar -com.google.android.material.R$dimen: int design_snackbar_max_width -androidx.appcompat.R$attr: int ttcIndex -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_fontFamily -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone: java.lang.Object NextOffsetChange -androidx.preference.R$styleable: int PreferenceTheme_dialogPreferenceStyle -com.google.android.material.chip.Chip: android.content.res.ColorStateList getRippleColor() -androidx.constraintlayout.widget.R$attr: int layout_constraintVertical_weight -wangdaye.com.geometricweather.R$drawable: int widget_day -com.google.android.material.circularreveal.CircularRevealFrameLayout: com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo getRevealInfo() -androidx.dynamicanimation.R$color: int notification_action_color_filter -james.adaptiveicon.R$drawable: int abc_scrubber_track_mtrl_alpha -okhttp3.OkHttpClient$Builder: java.util.List interceptors -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.util.List getDefense() -com.google.android.material.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid -wangdaye.com.geometricweather.db.entities.WeatherEntity: int temperature -com.google.android.material.internal.ScrimInsetsFrameLayout: void setDrawTopInsetForeground(boolean) -wangdaye.com.geometricweather.R$drawable: int selectable_item_background_borderless -io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: void onError(java.lang.Throwable) -androidx.appcompat.R$style: int Widget_AppCompat_ListView_DropDown -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: boolean mObserving -okhttp3.ConnectionPool: java.util.Deque connections -android.didikee.donate.R$style: int Widget_AppCompat_SeekBar_Discrete -wangdaye.com.geometricweather.R$dimen: int abc_action_button_min_width_overflow_material -io.reactivex.internal.disposables.SequentialDisposable: void dispose() -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.Integer bulletinCote -android.didikee.donate.R$style: int Base_Widget_AppCompat_ProgressBar -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$3: void run() -com.google.android.material.R$style: int EmptyTheme -cyanogenmod.externalviews.KeyguardExternalView: java.lang.String EXTRA_PERMISSION_LIST -com.turingtechnologies.materialscrollbar.R$attr: int labelVisibilityMode -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Button -androidx.preference.R$styleable: int ActionBar_contentInsetLeft -wangdaye.com.geometricweather.R$attr: int materialAlertDialogBodyTextStyle -com.turingtechnologies.materialscrollbar.R$attr: int queryHint -wangdaye.com.geometricweather.R$attr: int scrimAnimationDuration -cyanogenmod.app.CustomTile: android.graphics.Bitmap remoteIcon -wangdaye.com.geometricweather.R$style: int Platform_ThemeOverlay_AppCompat -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.internal.util.AtomicThrowable error -okhttp3.internal.platform.Platform: java.lang.String getPrefix() -cyanogenmod.app.CMContextConstants$Features: CMContextConstants$Features() -androidx.dynamicanimation.R$dimen: int compat_notification_large_icon_max_height -james.adaptiveicon.R$dimen: int disabled_alpha_material_light -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: void setOnClickListener(android.view.View$OnClickListener) -wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: java.lang.String getProviderId() -androidx.appcompat.resources.R$id: int accessibility_custom_action_1 -androidx.preference.R$styleable: int AppCompatTextView_firstBaselineToTopHeight -cyanogenmod.providers.CMSettings$DelimitedListValidator -androidx.viewpager.widget.ViewPager$SavedState: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.location.services.LocationService: android.app.NotificationChannel getLocationNotificationChannel(android.content.Context) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float pm10 -com.google.android.material.appbar.CollapsingToolbarLayout: int getExpandedTitleMarginEnd() -com.google.android.material.R$id: R$id() -cyanogenmod.externalviews.ExternalViewProviderService$Provider: int DEFAULT_WINDOW_FLAGS -wangdaye.com.geometricweather.R$styleable: int Preference_defaultValue -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_fab_translation_z_pressed -retrofit2.Platform: boolean hasJava8Types -wangdaye.com.geometricweather.R$style: int Widget_Design_TextInputEditText -com.google.android.material.R$attr: int thumbTint -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast -com.google.android.material.R$styleable: int AlertDialog_buttonIconDimen -com.jaredrummler.android.colorpicker.R$attr: int arrowShaftLength -wangdaye.com.geometricweather.R$attr: int queryBackground -com.google.android.material.R$drawable: int abc_textfield_default_mtrl_alpha -com.google.android.material.R$styleable: int ForegroundLinearLayout_android_foregroundGravity -com.jaredrummler.android.colorpicker.R$dimen: int tooltip_horizontal_padding -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_TabText -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedEmitLast -androidx.work.WorkInfo$State: androidx.work.WorkInfo$State RUNNING -com.turingtechnologies.materialscrollbar.R$styleable: int[] MenuGroup -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_goneMarginLeft -com.google.android.material.R$styleable: int ViewStubCompat_android_id -androidx.appcompat.resources.R$attr: int fontVariationSettings -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_passwordToggleDrawable -io.reactivex.Observable: io.reactivex.Single toList(int) -okhttp3.internal.http2.Settings: int get(int) -io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: io.reactivex.Observer downstream -androidx.vectordrawable.animated.R$layout: int notification_template_part_chronometer -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Chip -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: boolean isDisposed() -androidx.hilt.work.R$id: int accessibility_custom_action_21 -cyanogenmod.providers.CMSettings$System: java.lang.String KEY_MENU_LONG_PRESS_ACTION -androidx.preference.R$styleable: int AppCompatTheme_windowMinWidthMajor -com.xw.repo.bubbleseekbar.R$attr: int panelMenuListWidth -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Body1 -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: java.util.concurrent.TimeUnit unit -cyanogenmod.themes.ThemeManager$1$2: cyanogenmod.themes.ThemeManager$1 this$1 -androidx.constraintlayout.widget.R$attr: int drawableTopCompat -okhttp3.internal.ws.RealWebSocket$2 -wangdaye.com.geometricweather.background.polling.permanent.observer.FakeForegroundService -com.xw.repo.bubbleseekbar.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton -androidx.preference.R$attr: int showAsAction -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintWidth_percent -androidx.appcompat.R$attr: int switchPadding -wangdaye.com.geometricweather.R$drawable: int notif_temp_27 -androidx.preference.R$styleable: int MultiSelectListPreference_entryValues -androidx.appcompat.R$styleable: int SearchView_voiceIcon -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$1 -androidx.lifecycle.Transformations$3 -com.amap.api.location.AMapLocation: java.lang.String f(com.amap.api.location.AMapLocation,java.lang.String) -cyanogenmod.weather.WeatherInfo$DayForecast: void writeToParcel(android.os.Parcel,int) -androidx.preference.R$attr: int windowActionModeOverlay -wangdaye.com.geometricweather.common.basic.models.weather.UV: boolean isValidIndex() -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void otherError(java.lang.Throwable) -com.xw.repo.bubbleseekbar.R$color: int error_color_material_dark -androidx.transition.R$string: int status_bar_notification_info_overflow -com.turingtechnologies.materialscrollbar.MaterialScrollBar: float getIndicatorOffset() -okio.ForwardingSource: void close() -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float getPM25() -android.didikee.donate.R$styleable: int MenuView_subMenuArrow -wangdaye.com.geometricweather.R$attr: int coordinatorLayoutStyle -wangdaye.com.geometricweather.R$style: int Platform_AppCompat_Light -com.google.android.material.chip.Chip: void setChipCornerRadiusResource(int) -com.google.android.material.R$styleable: int RangeSlider_minSeparation -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: void setStatus(int) -com.google.gson.stream.JsonReader: int peekKeyword() -okhttp3.internal.ws.RealWebSocket$2: void onFailure(okhttp3.Call,java.io.IOException) -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getIcePrecipitation() -android.didikee.donate.R$attr: int elevation -okhttp3.internal.http2.Http2Stream: java.util.Deque headersQueue -okio.ByteString: int indexOf(okio.ByteString,int) -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: io.reactivex.internal.util.AtomicThrowable error -com.xw.repo.bubbleseekbar.R$color: int primary_text_default_material_light -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating: int UnitType -wangdaye.com.geometricweather.R$id: int tag_icon_bottom -androidx.appcompat.R$style: int Base_AlertDialog_AppCompat -androidx.core.R$id: int accessibility_custom_action_21 -com.google.android.material.card.MaterialCardView: void setStrokeColor(android.content.res.ColorStateList) -com.google.android.material.R$styleable: int[] BottomNavigationView -androidx.drawerlayout.R$drawable: int notification_template_icon_bg -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionBar -com.google.android.material.R$styleable: int TabItem_android_text -androidx.transition.R$style: int TextAppearance_Compat_Notification_Title -androidx.cardview.R$color: int cardview_shadow_start_color -androidx.vectordrawable.animated.R$id: int forever -cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void onDetach() -com.google.android.material.R$styleable: int[] MaterialCheckBox -okio.Segment: okio.Segment pop() -io.reactivex.Observable: io.reactivex.Observable switchMapDelayError(io.reactivex.functions.Function) -wangdaye.com.geometricweather.R$layout: int select_dialog_multichoice_material -cyanogenmod.externalviews.IExternalViewProviderFactory: android.os.IBinder createExternalView(android.os.Bundle) -com.jaredrummler.android.colorpicker.R$styleable: int[] PreferenceFragment -okhttp3.internal.platform.Platform: void log(int,java.lang.String,java.lang.Throwable) -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_shadowColor -io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,int) -com.google.android.material.R$styleable: int Layout_layout_goneMarginLeft -androidx.vectordrawable.R$attr -wangdaye.com.geometricweather.R$id: int material_timepicker_edit_text -androidx.appcompat.R$bool -wangdaye.com.geometricweather.R$string: int abc_menu_delete_shortcut_label -com.turingtechnologies.materialscrollbar.R$dimen: R$dimen() -androidx.appcompat.R$style: int Widget_AppCompat_CompoundButton_CheckBox -com.google.android.material.R$attr: int minHeight -cyanogenmod.hardware.CMHardwareManager: int FEATURE_SUNLIGHT_ENHANCEMENT -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void subscribe(io.reactivex.ObservableSource[]) -james.adaptiveicon.R$style: int Widget_AppCompat_ButtonBar -wangdaye.com.geometricweather.R$styleable: int[] AppBarLayout_Layout -androidx.hilt.work.R$bool: int enable_system_alarm_service_default -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: boolean delayError -com.google.android.material.R$attr: int itemTextColor -androidx.preference.R$anim: int btn_checkbox_to_unchecked_box_inner_merged_animation -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_section_count -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_switchPreferenceStyle -androidx.appcompat.R$styleable: int Toolbar_subtitleTextAppearance -androidx.appcompat.R$layout: int notification_template_custom_big -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_body_1_material -io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy LATEST -androidx.appcompat.widget.ViewStubCompat: void setLayoutInflater(android.view.LayoutInflater) -androidx.hilt.work.R$drawable: int notification_action_background -androidx.hilt.work.R$color: R$color() -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult$Temperature: double Value -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_verticalGap -androidx.preference.R$styleable: int[] AnimatedStateListDrawableCompat -okio.HashingSink: okio.HashingSink hmacSha1(okio.Sink,okio.ByteString) -com.jaredrummler.android.colorpicker.R$anim: int abc_slide_out_top -androidx.constraintlayout.widget.Placeholder: int getEmptyVisibility() -wangdaye.com.geometricweather.R$styleable: int Slider_labelBehavior -com.google.android.gms.internal.common.zzq -androidx.coordinatorlayout.R$styleable: int FontFamily_fontProviderQuery -androidx.work.impl.utils.futures.DirectExecutor: androidx.work.impl.utils.futures.DirectExecutor INSTANCE -androidx.cardview.R$attr: int contentPaddingBottom -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getCo() -androidx.preference.R$dimen: int abc_action_button_min_height_material -okhttp3.internal.ws.WebSocketWriter: okio.Sink newMessageSink(int,long) -androidx.constraintlayout.widget.R$attr: int titleMarginEnd -com.google.android.material.checkbox.MaterialCheckBox: MaterialCheckBox(android.content.Context,android.util.AttributeSet) -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: io.reactivex.internal.util.AtomicThrowable errors -androidx.hilt.lifecycle.R$styleable: int GradientColor_android_centerY -com.turingtechnologies.materialscrollbar.R$attr: int scrimVisibleHeightTrigger -wangdaye.com.geometricweather.R$attr: int displayOptions -cyanogenmod.providers.CMSettings$Secure: java.lang.String getStringForUser(android.content.ContentResolver,java.lang.String,int) -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_section_text_position -james.adaptiveicon.R$attr: int tickMarkTint -androidx.preference.R$style: int Platform_V25_AppCompat -androidx.swiperefreshlayout.R$drawable: int notification_icon_background -androidx.constraintlayout.widget.R$style: int AlertDialog_AppCompat_Light -cyanogenmod.externalviews.KeyguardExternalViewProviderService$1 -wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView -wangdaye.com.geometricweather.db.entities.WeatherEntity: void resetDailyEntityList() -com.google.android.material.circularreveal.CircularRevealGridLayout: void setCircularRevealScrimColor(int) -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void signalConsumer() -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowFixedWidthMajor -io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: void onComplete() -wangdaye.com.geometricweather.R$drawable: int weather_rain_mini_dark -androidx.hilt.lifecycle.R$dimen -wangdaye.com.geometricweather.R$styleable: int Badge_maxCharacterCount -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.util.Map lefts -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_selection_text_baseline_to_bottom -cyanogenmod.providers.CMSettings$Secure: float getFloat(android.content.ContentResolver,java.lang.String,float) -com.jaredrummler.android.colorpicker.R$attr: int singleLineTitle -james.adaptiveicon.R$style: int Widget_AppCompat_ListView_Menu -wangdaye.com.geometricweather.R$layout: int widget_day_vertical -com.google.android.material.R$attr: int showDividers -com.google.android.material.R$style: int Widget_MaterialComponents_Toolbar -io.reactivex.exceptions.CompositeException: java.lang.String getMessage() -james.adaptiveicon.R$dimen: int abc_text_size_body_2_material -wangdaye.com.geometricweather.R$attr: int currentState -androidx.recyclerview.R$id: int accessibility_custom_action_25 -wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_RatingBar -io.reactivex.Observable: io.reactivex.Observable concat(io.reactivex.ObservableSource) -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_progress -wangdaye.com.geometricweather.R$dimen: int fastscroll_default_thickness -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_autoSizeStepGranularity -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder hasSensitiveData(boolean) -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int FAIR_DAY -wangdaye.com.geometricweather.db.entities.DailyEntity: long getTime() -com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_text_size -james.adaptiveicon.R$drawable: int abc_ab_share_pack_mtrl_alpha -wangdaye.com.geometricweather.R$attr: int cardCornerRadius -wangdaye.com.geometricweather.R$styleable: int MaterialAutoCompleteTextView_android_inputType -com.jaredrummler.android.colorpicker.R$drawable: int abc_cab_background_top_mtrl_alpha -androidx.preference.R$styleable: int AppCompatTheme_android_windowIsFloating -androidx.hilt.work.R$id: int accessibility_custom_action_5 -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_waveShape -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_radioButtonStyle -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_Alert_Bridge -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void onResume() -com.jaredrummler.android.colorpicker.R$dimen: int abc_dropdownitem_text_padding_left -retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$1: java.lang.Object invoke(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Body2 -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_android_insetLeft -com.google.android.material.R$attr: int background -okhttp3.internal.http2.Http2Connection$1: okhttp3.internal.http2.Http2Connection this$0 -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_wavePeriod -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ListView_Menu -okhttp3.OkHttpClient$Builder: okhttp3.Authenticator authenticator -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: io.reactivex.internal.queue.SpscLinkedArrayQueue queue -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: java.lang.String getTo() -androidx.constraintlayout.widget.R$attr: int actionMenuTextColor -wangdaye.com.geometricweather.R$string: int ellipsis -com.google.android.material.slider.RangeSlider -wangdaye.com.geometricweather.R$id: int item_icon_provider_get_more_container -com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_dialogTitle -okhttp3.WebSocketListener: void onClosed(okhttp3.WebSocket,int,java.lang.String) -androidx.swiperefreshlayout.R$styleable: int ColorStateListItem_android_alpha -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionBar -io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,io.reactivex.Scheduler) -androidx.preference.R$drawable -androidx.preference.R$drawable: int notification_action_background -james.adaptiveicon.R$styleable: int ActionBar_displayOptions -wangdaye.com.geometricweather.R$string: int mtrl_picker_range_header_title -okio.Buffer$1: void write(int) -android.didikee.donate.R$styleable: int AppCompatTheme_dialogCornerRadius -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getDaytimeWindDirection() -wangdaye.com.geometricweather.R$string: int widget_day_week -androidx.appcompat.R$styleable: int[] ViewStubCompat -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area -androidx.work.R$style -wangdaye.com.geometricweather.R$color: int colorLevel_1 -com.amap.api.location.AMapLocationClient: void setLocationListener(com.amap.api.location.AMapLocationListener) -com.turingtechnologies.materialscrollbar.R$layout: int abc_action_mode_close_item_material -com.google.android.material.R$styleable: int SearchView_searchHintIcon -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorBackgroundFloating -wangdaye.com.geometricweather.R$layout: int mtrl_calendar_month_navigation -com.google.android.material.R$dimen: int mtrl_high_ripple_hovered_alpha -io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: void onComplete() -wangdaye.com.geometricweather.R$styleable: int BottomAppBar_elevation -androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge -androidx.appcompat.R$styleable: int[] MenuView -androidx.swiperefreshlayout.R$styleable: int[] SwipeRefreshLayout -com.turingtechnologies.materialscrollbar.R$attr: int voiceIcon -com.amap.api.location.AMapLocationClientOption$AMapLocationMode: com.amap.api.location.AMapLocationClientOption$AMapLocationMode valueOf(java.lang.String) -com.jaredrummler.android.colorpicker.R$styleable: int Preference_singleLineTitle -com.jaredrummler.android.colorpicker.R$attr: int preferenceStyle -wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit valueOf(java.lang.String) -cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator sBooleanValidator -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_SeekBar_Discrete -androidx.viewpager2.R$drawable: int notification_icon_background -androidx.appcompat.R$attr: int divider -androidx.core.view.ViewCompat$1 -okhttp3.internal.http2.Http2Connection$3: Http2Connection$3(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[]) -androidx.dynamicanimation.R$id: int icon_group -androidx.drawerlayout.R$drawable: int notification_bg_low_normal -com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu -okhttp3.HttpUrl: java.lang.String host() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatImageView_android_src -okhttp3.internal.http2.Header: Header(okio.ByteString,java.lang.String) -com.xw.repo.bubbleseekbar.R$dimen: int notification_right_side_padding_top -com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_selectionRequired -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_id -wangdaye.com.geometricweather.R$attr: int nestedScrollFlags -com.jaredrummler.android.colorpicker.R$color: int primary_text_disabled_material_light -com.google.android.material.R$dimen: int mtrl_progress_circular_radius -okhttp3.internal.cache.InternalCache: okhttp3.internal.cache.CacheRequest put(okhttp3.Response) -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Title_Inverse -androidx.appcompat.R$id: int image -retrofit2.ParameterHandler$Header: ParameterHandler$Header(java.lang.String,retrofit2.Converter) -androidx.constraintlayout.widget.R$style: int Theme_AppCompat -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType Update -androidx.appcompat.R$id: int time -retrofit2.http.Headers: java.lang.String[] value() -io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: long serialVersionUID -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: java.lang.String type -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void next(java.lang.Object) -android.didikee.donate.R$attr: int actionModeBackground -com.google.android.material.R$styleable: int TextInputLayout_errorEnabled -androidx.preference.R$style: int Base_V22_Theme_AppCompat_Light -com.google.android.material.R$attr: int titleMargins -com.google.android.material.slider.BaseSlider: float[] getActiveRange() -androidx.appcompat.R$drawable: int abc_textfield_search_material -okio.RealBufferedSink: okio.BufferedSink write(okio.ByteString) -androidx.appcompat.widget.AppCompatCheckBox: int getCompoundPaddingLeft() -wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: void clear() -androidx.appcompat.widget.Toolbar: void setTitle(java.lang.CharSequence) -android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow -androidx.fragment.R$styleable: int[] GradientColorItem -wangdaye.com.geometricweather.R$id: int on -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void onNext(java.lang.Object) -com.google.android.material.R$attr: int colorSwitchThumbNormal -okhttp3.internal.http2.Http2Connection$Builder: boolean client -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: java.lang.String getFrom() -androidx.preference.R$style: int Platform_ThemeOverlay_AppCompat_Light -androidx.hilt.work.R$color: int notification_icon_bg_color -androidx.preference.ListPreferenceDialogFragmentCompat -cyanogenmod.externalviews.KeyguardExternalView$3: void run() -com.turingtechnologies.materialscrollbar.R$id: int textinput_error -com.google.android.material.R$attr: int actionModeWebSearchDrawable -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: void onComplete() -okhttp3.internal.cache.DiskLruCache$Snapshot: void close() -com.xw.repo.bubbleseekbar.R$style: int Base_V21_Theme_AppCompat_Light_Dialog -com.google.android.material.progressindicator.ProgressIndicator: com.google.android.material.progressindicator.DrawableWithAnimatedVisibilityChange getCurrentDrawable() -androidx.constraintlayout.widget.R$color: int ripple_material_dark -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_android_focusable -wangdaye.com.geometricweather.R$styleable: int SearchView_voiceIcon -androidx.appcompat.widget.AppCompatButton: AppCompatButton(android.content.Context,android.util.AttributeSet,int) -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setTrimPathEnd(float) -androidx.viewpager.R$styleable: R$styleable() -wangdaye.com.geometricweather.R$color: int cardview_shadow_start_color -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -com.google.android.material.R$dimen: int mtrl_fab_translation_z_hovered_focused -com.jaredrummler.android.colorpicker.R$string: int abc_prepend_shortcut_label -androidx.appcompat.R$style: int TextAppearance_AppCompat_Title -androidx.recyclerview.R$styleable: int[] GradientColor -androidx.work.R$bool -com.xw.repo.bubbleseekbar.R$anim: int abc_tooltip_enter -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: io.reactivex.internal.util.AtomicThrowable errors -com.google.android.material.R$styleable: int Chip_chipSurfaceColor -okhttp3.HttpUrl$Builder: int schemeDelimiterOffset(java.lang.String,int,int) -com.google.android.material.R$color: int mtrl_chip_background_color -androidx.appcompat.widget.ActivityChooserView: ActivityChooserView(android.content.Context) -com.google.android.material.bottomappbar.BottomAppBar: com.google.android.material.bottomappbar.BottomAppBar$Behavior getBehavior() -wangdaye.com.geometricweather.R$string: int phase_new -com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_multiChoiceItemLayout -okhttp3.internal.http2.Header: okio.ByteString TARGET_AUTHORITY -retrofit2.http.HTTP -com.google.android.material.R$styleable: int Spinner_android_entries -cyanogenmod.weatherservice.ServiceRequest: cyanogenmod.weatherservice.IWeatherProviderServiceClient mClient -androidx.preference.R$layout: int notification_action_tombstone -com.jaredrummler.android.colorpicker.R$attr: int cpv_colorShape -androidx.appcompat.R$styleable: int[] FontFamily -androidx.preference.R$attr: int navigationContentDescription -wangdaye.com.geometricweather.R$attr: int textStartPadding -com.google.android.material.R$attr: int dropDownListViewStyle -androidx.customview.R$style -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: io.reactivex.functions.Function keySelector -android.didikee.donate.R$dimen: int abc_text_size_medium_material -cyanogenmod.weather.CMWeatherManager$2: void onLookupCityRequestCompleted(cyanogenmod.weather.RequestInfo,int,java.util.List) -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_toggle_margin_top -james.adaptiveicon.R$attr: int borderlessButtonStyle -androidx.appcompat.resources.R$styleable: int StateListDrawable_android_visible -james.adaptiveicon.AdaptiveIconView: void setPath(java.lang.String) -wangdaye.com.geometricweather.R$id: int dialog_weather_hourly_weatherContainer -com.google.android.material.R$drawable: int tooltip_frame_dark -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_divider -wangdaye.com.geometricweather.R$attr: int thumbElevation -wangdaye.com.geometricweather.R$anim: int btn_checkbox_to_checked_box_outer_merged_animation -androidx.appcompat.R$styleable: int MenuItem_actionViewClass -cyanogenmod.providers.CMSettings$Global: long getLong(android.content.ContentResolver,java.lang.String,long) -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability precipitationProbability -cyanogenmod.app.ProfileGroup: boolean isDirty() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean precipitationProbability -cyanogenmod.providers.WeatherContract$WeatherColumns$TempUnit: int CELSIUS -cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String MINUTES -androidx.lifecycle.Observer: void onChanged(java.lang.Object) -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub: android.os.IBinder asBinder() -cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.ICMHardwareService sService -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setVisibility(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean) -androidx.drawerlayout.R$attr: int fontVariationSettings -com.jaredrummler.android.colorpicker.R$styleable: int[] SwitchPreference -com.jaredrummler.android.colorpicker.R$id: int action_bar_subtitle -wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit valueOf(java.lang.String) -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: boolean isDisposed() -androidx.preference.R$style: int Theme_AppCompat -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintTop_toTopOf -com.github.rahatarmanahmed.cpv.R$attr: int cpv_progress -cyanogenmod.app.LiveLockScreenInfo$Builder: android.content.ComponentName mComponent -io.reactivex.internal.observers.DeferredScalarObserver: long serialVersionUID -com.google.android.material.R$styleable: int CollapsingToolbarLayout_collapsedTitleGravity -okhttp3.internal.ws.WebSocketProtocol: WebSocketProtocol() -com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_check_material -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_unregisterChangeListener -com.amap.api.location.UmidtokenInfo: com.amap.api.location.AMapLocationClient d -androidx.coordinatorlayout.R$dimen: int notification_right_icon_size -androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_android_fontWeight -androidx.dynamicanimation.R$styleable: int FontFamilyFont_android_font -androidx.preference.R$id: int search_badge -com.xw.repo.bubbleseekbar.R$drawable: int notify_panel_notification_icon_bg -androidx.constraintlayout.widget.R$styleable: int Constraint_android_rotation -okio.Segment: okio.Segment sharedCopy() -androidx.appcompat.R$id: int text2 -com.jaredrummler.android.colorpicker.R$styleable: int ListPreference_android_entryValues -androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State STARTED -androidx.preference.R$dimen: int abc_action_bar_stacked_max_height -cyanogenmod.profiles.ConnectionSettings: java.lang.String EXTRA_NETWORK_MODE -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_64 -wangdaye.com.geometricweather.R$layout: int test_design_checkbox -james.adaptiveicon.R$style: int TextAppearance_Compat_Notification_Time -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String weatherStart -org.greenrobot.greendao.AbstractDaoSession: AbstractDaoSession(org.greenrobot.greendao.database.Database) -com.google.android.material.R$styleable: int Constraint_android_maxHeight -com.amap.api.location.AMapLocationClientOption: AMapLocationClientOption() -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode -okio.RealBufferedSink: okio.BufferedSink writeShortLe(int) -com.turingtechnologies.materialscrollbar.R$dimen: int abc_edit_text_inset_top_material -wangdaye.com.geometricweather.R$attr: int ratingBarStyleSmall -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String getPrecipitationVoice(android.content.Context,float) -androidx.lifecycle.Lifecycling: boolean isLifecycleParent(java.lang.Class) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintStart_toStartOf -okhttp3.HttpUrl$Builder: java.util.List encodedPathSegments -com.turingtechnologies.materialscrollbar.R$attr: int cardElevation -androidx.recyclerview.R$id: int accessibility_custom_action_29 -okio.Buffer: okio.ByteString hmacSha1(okio.ByteString) -cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: android.os.IBinder mRemote -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceCategoryTitleTextAppearance -com.google.android.material.R$styleable: int SearchView_android_inputType -com.xw.repo.bubbleseekbar.R$string: int abc_toolbar_collapse_description -androidx.preference.R$style: int Widget_AppCompat_ActionBar -wangdaye.com.geometricweather.R$id: int dialog_animatable_icon_title -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: void setStatus(int) -androidx.preference.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable -retrofit2.OkHttpCall: okhttp3.Call createRawCall() -cyanogenmod.profiles.StreamSettings: boolean mOverride -com.google.android.material.chip.Chip: void setChipEndPaddingResource(int) -androidx.appcompat.widget.SwitchCompat: void setSwitchTypeface(android.graphics.Typeface) -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Display1 -wangdaye.com.geometricweather.R$id: int scrollIndicatorUp -james.adaptiveicon.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_28 -cyanogenmod.providers.CMSettings$Secure: float getFloatForUser(android.content.ContentResolver,java.lang.String,float,int) -io.reactivex.internal.util.NotificationLite$ErrorNotification -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind: java.lang.String icon -wangdaye.com.geometricweather.R$string: int feedback_clock_font -androidx.preference.R$id: int search_plate -com.google.android.material.R$attr: int behavior_halfExpandedRatio -androidx.hilt.work.R$attr: int fontWeight -androidx.constraintlayout.widget.R$attr: int motion_postLayoutCollision -com.google.android.material.R$styleable: int[] PropertySet -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Imperial: int UnitType -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_menu_cut_mtrl_alpha -wangdaye.com.geometricweather.R$string: int abc_action_bar_home_description -androidx.activity.R$id: int async -android.didikee.donate.R$id: int homeAsUp -wangdaye.com.geometricweather.R$styleable: int[] RoundCornerTransition -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox -androidx.fragment.app.FragmentManagerState: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setPressure(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean) -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_titleCondensed -okhttp3.MultipartBody: byte[] COLONSPACE -okhttp3.internal.cache.DiskLruCache$Editor: boolean[] written -com.google.android.material.R$style: int Theme_Design -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setWeatherEnd(java.lang.String) -androidx.dynamicanimation.R$id: int italic -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_drawableRight -com.bumptech.glide.integration.okhttp.R$dimen: int compat_notification_large_icon_max_height -okhttp3.internal.ws.WebSocketReader: okio.Buffer$UnsafeCursor maskCursor -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NAVIGATION_BAR_MENU_ARROW_KEYS_VALIDATOR -androidx.constraintlayout.widget.R$attr: int colorError -androidx.preference.R$style: int Base_Widget_AppCompat_RatingBar -okio.GzipSource: okio.InflaterSource inflaterSource -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: int requestFusion(int) -androidx.appcompat.R$styleable: int GradientColor_android_centerColor -wangdaye.com.geometricweather.R$styleable: int ActionBar_icon -androidx.appcompat.R$attr: int multiChoiceItemLayout -cyanogenmod.app.LiveLockScreenInfo -okhttp3.Cookie$Builder: boolean hostOnly -androidx.core.R$dimen: int notification_content_margin_start -okhttp3.internal.http.RealInterceptorChain: okhttp3.Connection connection() -com.google.android.material.internal.VisibilityAwareImageButton: int getUserSetVisibility() -androidx.appcompat.R$id: int submit_area -okhttp3.internal.connection.RouteDatabase: void connected(okhttp3.Route) -androidx.activity.R$styleable: int[] ColorStateListItem -wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_outline_box_expanded_padding -androidx.viewpager.R$styleable: int FontFamily_fontProviderQuery -com.turingtechnologies.materialscrollbar.R$attr: int layout -androidx.fragment.R$color: int secondary_text_default_material_light -com.google.android.material.tabs.TabLayout: void setUnboundedRipple(boolean) -okhttp3.internal.connection.RealConnection: void establishProtocol(okhttp3.internal.connection.ConnectionSpecSelector,int,okhttp3.Call,okhttp3.EventListener) -james.adaptiveicon.R$style: int Base_V21_Theme_AppCompat_Light -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_lastVerticalStyle -androidx.fragment.app.FragmentState: android.os.Parcelable$Creator CREATOR -com.google.android.material.R$attr: int measureWithLargestChild -okio.Buffer -cyanogenmod.weather.WeatherInfo$DayForecast: int mConditionCode -androidx.viewpager2.R$id: int accessibility_custom_action_19 -androidx.constraintlayout.widget.R$styleable: int ImageFilterView_contrast -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_updateNotificationGroup -wangdaye.com.geometricweather.R$styleable: int ArcProgress_text -com.jaredrummler.android.colorpicker.R$layout: int abc_popup_menu_header_item_layout -james.adaptiveicon.R$id: int italic -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: ObservableFlatMapSingle$FlatMapSingleObserver(io.reactivex.Observer,io.reactivex.functions.Function,boolean) -androidx.lifecycle.SavedStateHandle$1 -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light_NoActionBar -androidx.lifecycle.ProcessLifecycleOwner$3: void onActivityPaused(android.app.Activity) -com.google.android.material.R$style: int Widget_AppCompat_SeekBar_Discrete -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Title -androidx.preference.ExpandButton -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: boolean isDisposed() -com.google.android.material.R$styleable: int Constraint_android_layout_marginBottom -com.google.android.material.R$layout: int notification_action -androidx.hilt.R$dimen: int notification_main_column_padding_top -androidx.coordinatorlayout.R$color: int notification_icon_bg_color -wangdaye.com.geometricweather.R$drawable -wangdaye.com.geometricweather.R$attr: int materialCalendarDay -wangdaye.com.geometricweather.R$id: int dialog_providers_previewer_list -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse -com.google.android.material.R$color: int material_grey_100 -androidx.appcompat.R$styleable: int AlertDialog_buttonPanelSideLayout -androidx.appcompat.R$styleable: int StateListDrawable_android_enterFadeDuration -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_AES_256_CBC_SHA -cyanogenmod.power.IPerformanceManager: int getNumberOfProfiles() -wangdaye.com.geometricweather.R$layout: int item_icon_provider_get_more -androidx.loader.R$layout -androidx.preference.R$styleable: int SwitchCompat_android_thumb -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: boolean tryOnError(java.lang.Throwable) -wangdaye.com.geometricweather.R$styleable: int ChipGroup_singleSelection -wangdaye.com.geometricweather.R$string: int current_location -james.adaptiveicon.R$style: int ThemeOverlay_AppCompat_Dark -androidx.viewpager.R$layout: int notification_action_tombstone -androidx.constraintlayout.widget.R$drawable: int abc_item_background_holo_light -io.reactivex.Observable: io.reactivex.Observable sample(io.reactivex.ObservableSource) -wangdaye.com.geometricweather.R$styleable: int MultiSelectListPreference_android_entryValues -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable -com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_android_maxWidth -okhttp3.HttpUrl: java.util.Set queryParameterNames() -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: double lon -com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_buttonIconDimen -io.reactivex.internal.subscriptions.BasicQueueSubscription: boolean offer(java.lang.Object,java.lang.Object) -androidx.work.R$id: int time -okhttp3.internal.http2.Huffman: okhttp3.internal.http2.Huffman INSTANCE -cyanogenmod.providers.CMSettings$Secure: int RING_HOME_BUTTON_BEHAVIOR_ANSWER -androidx.lifecycle.ViewModel: boolean mCleared -cyanogenmod.hardware.ICMHardwareService: int getNumGammaControls() -org.greenrobot.greendao.AbstractDao: void insertOrReplaceInTx(java.lang.Iterable) -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActivityChooserView -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_AutoCompleteTextView -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void onComplete() -cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status[] values() -io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: boolean done -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_day_height -androidx.constraintlayout.widget.R$drawable: int abc_btn_switch_to_on_mtrl_00012 -androidx.constraintlayout.widget.R$styleable: int Layout_layout_goneMarginStart -retrofit2.adapter.rxjava2.CallExecuteObservable$CallDisposable: retrofit2.Call call -com.google.android.material.R$dimen: int material_clock_hand_center_dot_radius -androidx.constraintlayout.widget.ConstraintHelper: ConstraintHelper(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Direction Direction -wangdaye.com.geometricweather.R$styleable: int MaterialCardView_checkedIconMargin -com.amap.api.fence.GeoFenceManagerBase: boolean isPause() -androidx.preference.R$styleable: int PreferenceImageView_android_maxWidth -androidx.appcompat.R$style: int Widget_AppCompat_TextView_SpinnerItem -androidx.customview.R$dimen: int notification_big_circle_margin -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_SCREEN_ON -com.baidu.location.e.h$c: com.baidu.location.e.h$c b -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_firstHorizontalStyle -okio.Buffer: okio.ByteString sha256() -james.adaptiveicon.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property Time -com.google.android.material.R$layout: int mtrl_picker_text_input_date_range -com.amap.api.location.LocationManagerBase: void startAssistantLocation() -cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_NOTIF_COUNT -wangdaye.com.geometricweather.R$drawable: int notif_temp_105 -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse -io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder dns(okhttp3.Dns) -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_mini_light -androidx.lifecycle.ReportFragment: ReportFragment() -cyanogenmod.externalviews.ExternalView: void setProviderComponent(android.content.ComponentName) -okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.platform.Platform buildIfSupported() -com.google.android.material.R$style: int ThemeOverlay_Design_TextInputEditText -com.turingtechnologies.materialscrollbar.R$attr: int elevation -com.turingtechnologies.materialscrollbar.R$id: R$id() -androidx.recyclerview.R$styleable: int ColorStateListItem_android_alpha -okhttp3.internal.ws.RealWebSocket: void onReadClose(int,java.lang.String) -okio.HashingSink: HashingSink(okio.Sink,okio.ByteString,java.lang.String) -androidx.constraintlayout.widget.R$styleable: int Transition_transitionDisable -okhttp3.internal.connection.RouteSelector: boolean hasNext() -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_DES_CBC_SHA -com.google.android.material.appbar.AppBarLayout: void setLiftOnScroll(boolean) -com.xw.repo.bubbleseekbar.R$attr: int showText -wangdaye.com.geometricweather.R$string: int of_clock -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder pingInterval(java.time.Duration) -com.jaredrummler.android.colorpicker.R$attr: int backgroundStacked -io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: long maxAge -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Tooltip -com.google.android.material.textfield.TextInputLayout: int getEndIconMode() -com.xw.repo.bubbleseekbar.R$drawable: R$drawable() -androidx.appcompat.widget.ActivityChooserView: ActivityChooserView(android.content.Context,android.util.AttributeSet) -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder followRedirects(boolean) -androidx.drawerlayout.R$color: int notification_action_color_filter -retrofit2.OkHttpCall$ExceptionCatchingResponseBody: okhttp3.MediaType contentType() -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration getPrecipitationDuration() -com.google.gson.LongSerializationPolicy: com.google.gson.LongSerializationPolicy DEFAULT -androidx.appcompat.app.ActionBar: void addOnMenuVisibilityListener(androidx.appcompat.app.ActionBar$OnMenuVisibilityListener) -com.turingtechnologies.materialscrollbar.R$style: int Animation_AppCompat_Tooltip -com.turingtechnologies.materialscrollbar.R$attr: int reverseLayout -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: long timeout -wangdaye.com.geometricweather.R$color: int primary_text_disabled_material_light -wangdaye.com.geometricweather.R$dimen: int material_filled_edittext_font_1_3_padding_bottom -com.google.android.material.R$drawable: int abc_btn_radio_material -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: io.reactivex.internal.queue.SpscLinkedArrayQueue queue -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_MULTIPLE_LEDS_ENABLE -androidx.constraintlayout.widget.Placeholder: Placeholder(android.content.Context) -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_bias -wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_yearTodayStyle -com.google.android.material.R$attr: int scrimVisibleHeightTrigger -cyanogenmod.app.Profile: void setNotificationLightMode(int) -androidx.constraintlayout.widget.R$id: int jumpToStart -androidx.work.R$styleable: int ColorStateListItem_android_color -okhttp3.RequestBody$3: java.io.File val$file -androidx.drawerlayout.R$dimen: int notification_large_icon_height -wangdaye.com.geometricweather.R$string: int mini_temp -wangdaye.com.geometricweather.R$dimen: int material_text_view_test_line_height_override -okhttp3.internal.tls.DistinguishedNameParser: java.lang.String nextAT() -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_FALLBACK_SCSV -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Temperature -cyanogenmod.externalviews.KeyguardExternalView$11: float val$swipeProgress -androidx.constraintlayout.widget.R$attr: int actionModeCloseButtonStyle -com.google.android.material.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored -androidx.swiperefreshlayout.R$integer: int status_bar_notification_info_maxnum -androidx.preference.R$dimen: int abc_action_bar_elevation_material -james.adaptiveicon.R$attr: int windowFixedHeightMajor -androidx.work.impl.background.systemalarm.RescheduleReceiver -retrofit2.BuiltInConverters$VoidResponseBodyConverter: java.lang.Object convert(java.lang.Object) -com.google.android.material.R$styleable: int Chip_chipIconVisible -retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback: java.util.concurrent.CompletableFuture future -com.jaredrummler.android.colorpicker.ColorPreferenceCompat: void setOnShowDialogListener(com.jaredrummler.android.colorpicker.ColorPreferenceCompat$OnShowDialogListener) -cyanogenmod.providers.CMSettings$System: java.lang.String HOME_WAKE_SCREEN -wangdaye.com.geometricweather.R$color: int mtrl_textinput_disabled_color -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: java.lang.String zh_CN -wangdaye.com.geometricweather.R$color: int error_color_material_dark -com.jaredrummler.android.colorpicker.R$dimen: int notification_right_icon_size -cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_isSubActive -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dropDownListViewStyle -com.google.android.material.R$id: int center -androidx.constraintlayout.widget.R$styleable: int Spinner_android_entries -android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionMode -cyanogenmod.platform.Manifest$permission: java.lang.String BIND_CUSTOM_TILE_LISTENER_SERVICE -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property Date -androidx.constraintlayout.widget.R$attr: int actionDropDownStyle -retrofit2.Utils: java.lang.reflect.Type getParameterLowerBound(int,java.lang.reflect.ParameterizedType) -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: boolean isEmpty() -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_text_btn_padding_left -com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy UPPER_CAMEL_CASE -okhttp3.Address -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setProvince(java.lang.String) -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabRippleColor -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_Icon -android.support.v4.app.INotificationSideChannel$Stub: java.lang.String DESCRIPTOR -androidx.preference.R$color: int abc_secondary_text_material_dark -james.adaptiveicon.R$dimen: int disabled_alpha_material_dark -com.xw.repo.bubbleseekbar.R$style: int Base_V21_Theme_AppCompat_Dialog -androidx.drawerlayout.R$style: int TextAppearance_Compat_Notification_Time -cyanogenmod.content.Intent: java.lang.String EXTRA_RECENTS_LONG_PRESS_RELEASE -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$6 -com.google.android.material.R$attr: int elevationOverlayEnabled -com.jaredrummler.android.colorpicker.R$id: int line3 -com.amap.api.fence.GeoFenceClient: com.amap.api.fence.GeoFenceManagerBase b -com.google.android.material.R$attr: int ensureMinTouchTargetSize -com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: void setBrandInfo(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX) -okhttp3.logging.LoggingEventListener$Factory: LoggingEventListener$Factory() -com.xw.repo.bubbleseekbar.R$attr: int windowActionBarOverlay -androidx.preference.R$attr: int drawableLeftCompat -com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_colored_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: java.lang.String unit -com.jaredrummler.android.colorpicker.R$id: int title_template -androidx.hilt.R$attr -wangdaye.com.geometricweather.R$string: int introduce -com.google.android.material.R$string: int abc_searchview_description_search -cyanogenmod.weather.ICMWeatherManager$Stub: int TRANSACTION_lookupCity -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceFragmentStyle -james.adaptiveicon.R$dimen: int abc_button_padding_horizontal_material -androidx.hilt.lifecycle.R$attr -com.baidu.location.indoor.mapversion.c.a$d: java.lang.String a -com.google.android.material.R$styleable: int SwitchCompat_trackTintMode -com.google.android.material.R$styleable: int CollapsingToolbarLayout_statusBarScrim -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setBottomTextColor(int) -com.google.android.material.R$color: int mtrl_filled_background_color -wangdaye.com.geometricweather.R$attr: int iconSpaceReserved -com.bumptech.glide.load.engine.GlideException -com.xw.repo.bubbleseekbar.R$drawable: int notification_icon_background -com.google.android.gms.internal.location.zzj -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric: java.lang.String Unit -androidx.cardview.R$dimen: R$dimen() -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_show_section_text -wangdaye.com.geometricweather.R$dimen: int abc_control_padding_material -io.reactivex.Observable: io.reactivex.Observable timeInterval() -cyanogenmod.profiles.ConnectionSettings: int getConnectionId() -com.xw.repo.bubbleseekbar.R$dimen: R$dimen() -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_DayTextView -io.reactivex.Observable: io.reactivex.Observable skipLast(long,java.util.concurrent.TimeUnit,boolean) -com.jaredrummler.android.colorpicker.R$attr: int buttonBarButtonStyle -androidx.core.R$drawable: int notification_bg -com.google.android.material.R$styleable: int BottomAppBar_fabAnimationMode -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_editTextColor -com.turingtechnologies.materialscrollbar.R$string: int abc_prepend_shortcut_label -wangdaye.com.geometricweather.R$layout: int widget_day_mini -com.google.android.material.card.MaterialCardView: void setPreventCornerOverlap(boolean) -wangdaye.com.geometricweather.R$drawable: int notif_temp_17 -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.HourlyEntity,long) -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_20 -com.google.android.material.R$id: int mtrl_calendar_text_input_frame -wangdaye.com.geometricweather.R$string: int feedback_location_permissions_statement -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableRightCompat -wangdaye.com.geometricweather.R$color: int abc_decor_view_status_guard -androidx.recyclerview.R$color: R$color() -james.adaptiveicon.R$attr: int spinnerStyle -com.google.android.material.R$attr: int layout_constraintLeft_toRightOf -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void dispose() -androidx.work.OverwritingInputMerger: OverwritingInputMerger() -com.turingtechnologies.materialscrollbar.R$id: int contentPanel -com.turingtechnologies.materialscrollbar.R$attr: int stackFromEnd -wangdaye.com.geometricweather.R$id: int activity_widget_config_custom_scrollView -androidx.appcompat.resources.R$dimen: int compat_control_corner_material -wangdaye.com.geometricweather.R$animator: int mtrl_btn_unelevated_state_list_anim -wangdaye.com.geometricweather.R$id: int activity_chooser_view_content -james.adaptiveicon.R$drawable: int abc_text_select_handle_left_mtrl_light -com.amap.api.fence.PoiItem: android.os.Parcelable$Creator getCreator() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModePopupWindowStyle -com.jaredrummler.android.colorpicker.R$layout: int abc_screen_simple_overlay_action_mode -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningAdvice: int phenomenonId -com.google.android.material.R$drawable: int abc_btn_check_to_on_mtrl_015 -com.xw.repo.bubbleseekbar.R$id: int expanded_menu -androidx.appcompat.widget.AppCompatSpinner: androidx.appcompat.widget.AppCompatSpinner$SpinnerPopup getInternalPopup() -okhttp3.Dispatcher: int maxRequestsPerHost -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: void onError(java.lang.Throwable) -io.reactivex.internal.disposables.DisposableHelper: io.reactivex.internal.disposables.DisposableHelper valueOf(java.lang.String) -androidx.preference.R$attr: int preferenceInformationStyle -james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar -androidx.preference.R$attr: int tintMode -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void emit() -com.google.android.material.R$dimen: int notification_action_icon_size -androidx.constraintlayout.utils.widget.ImageFilterButton: void setSaturation(float) -okhttp3.internal.platform.JdkWithJettyBootPlatform: java.lang.reflect.Method removeMethod -com.google.android.material.R$layout: int design_navigation_item_header -com.amap.api.fence.GeoFence: java.lang.String getPendingIntentAction() -com.google.android.material.R$attr: int searchHintIcon -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_showMotionSpec -wangdaye.com.geometricweather.R$layout: int preference_widget_seekbar -com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleDrawable(android.graphics.drawable.Drawable) -io.reactivex.internal.schedulers.ScheduledRunnable: java.lang.Object DONE -cyanogenmod.app.ProfileGroup: ProfileGroup(java.lang.String,java.util.UUID,boolean) -androidx.appcompat.widget.AppCompatRadioButton: void setSupportButtonTintMode(android.graphics.PorterDuff$Mode) -wangdaye.com.geometricweather.R$color: int mtrl_btn_ripple_color -wangdaye.com.geometricweather.R$attr: int entries -wangdaye.com.geometricweather.R$id: int progress -com.google.android.material.slider.Slider: void setThumbRadius(int) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum: AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum() -com.amap.api.fence.GeoFence: long p -androidx.constraintlayout.widget.R$styleable: int Transform_android_rotationX -wangdaye.com.geometricweather.db.entities.AlertEntity: AlertEntity(java.lang.Long,java.lang.String,java.lang.String,long,java.util.Date,long,java.lang.String,java.lang.String,java.lang.String,int,int) -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_CITY -cyanogenmod.platform.R$attr: R$attr() -james.adaptiveicon.R$attr: int listItemLayout -okhttp3.internal.cache.DiskLruCache: long maxSize -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatImageView_tintMode -androidx.lifecycle.extensions.R$integer: R$integer() -com.google.android.gms.common.SupportErrorDialogFragment: SupportErrorDialogFragment() -com.google.android.material.R$attr: int badgeGravity -android.didikee.donate.R$dimen: int hint_alpha_material_light -cyanogenmod.weather.CMWeatherManager$RequestStatus: int FAILED -cyanogenmod.app.Profile: void setBrightness(cyanogenmod.profiles.BrightnessSettings) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoldLevel -com.google.android.material.R$dimen: int design_tab_text_size -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: io.reactivex.functions.Function mapper -okhttp3.internal.http.CallServerInterceptor$CountingSink -com.google.android.material.R$attr: int itemIconTint -okio.Buffer: okio.BufferedSink writeString(java.lang.String,int,int,java.nio.charset.Charset) -androidx.appcompat.R$id: int src_atop -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintDimensionRatio -android.didikee.donate.R$anim: R$anim() -androidx.lifecycle.extensions.R$drawable: int notification_template_icon_low_bg -wangdaye.com.geometricweather.R$attr: int order -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Button_Colored -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem -wangdaye.com.geometricweather.R$layout: int mtrl_picker_dialog -cyanogenmod.app.CustomTile$ExpandedStyle: void writeToParcel(android.os.Parcel,int) -androidx.fragment.R$attr: int alpha -com.google.android.material.R$dimen: int abc_select_dialog_padding_start_material -com.jaredrummler.android.colorpicker.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_iconTintMode -androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_fontVariationSettings -okio.RealBufferedSource: okio.Source source -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: void subscribe() -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView: AbsChartItemView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$array: int dark_mode_values -androidx.constraintlayout.widget.R$styleable: int MenuGroup_android_menuCategory -com.turingtechnologies.materialscrollbar.R$attr: int chipEndPadding -wangdaye.com.geometricweather.R$styleable: int Transition_autoTransition -com.google.android.material.imageview.ShapeableImageView: android.content.res.ColorStateList getStrokeColor() -androidx.preference.R$styleable: int SearchView_android_maxWidth -io.reactivex.internal.subscriptions.DeferredScalarSubscription: void request(long) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeSnowPrecipitation -com.jaredrummler.android.colorpicker.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 -cyanogenmod.weather.WeatherInfo: boolean access$000(int) -wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_minutelyTitle -com.google.android.gms.location.ActivityTransitionRequest: android.os.Parcelable$Creator CREATOR -com.amap.api.location.AMapLocation: java.lang.String b(com.amap.api.location.AMapLocation,java.lang.String) -wangdaye.com.geometricweather.settings.dialogs.TimeSetterDialog -com.amap.api.location.AMapLocationClientOption: java.lang.String toString() -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void onError(java.lang.Throwable) -androidx.constraintlayout.widget.R$dimen: int abc_cascading_menus_min_smallest_width -androidx.legacy.coreutils.R$dimen: int notification_right_icon_size -cyanogenmod.providers.CMSettings$Global: boolean putFloatForUser(android.content.ContentResolver,java.lang.String,float,int) -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_startIconTint -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_list_padding_bottom_no_buttons -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Button -androidx.lifecycle.ViewModelStore -androidx.preference.R$styleable: int ListPreference_entries -james.adaptiveicon.R$color: int material_blue_grey_800 -androidx.coordinatorlayout.R$styleable: int GradientColor_android_endX -androidx.preference.R$styleable: int[] AppCompatTextHelper -com.google.android.material.slider.BaseSlider: void setValuesInternal(java.util.ArrayList) -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void onComplete() -android.didikee.donate.R$style: int Widget_AppCompat_ActionBar -okhttp3.internal.http2.PushObserver$1: void onReset(int,okhttp3.internal.http2.ErrorCode) -androidx.constraintlayout.widget.R$attr: int textAppearanceSearchResultSubtitle -wangdaye.com.geometricweather.R$drawable: int widget_card_light_80 -com.google.android.material.textfield.TextInputLayout: void setBoxStrokeColorStateList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$id: int notification_multi_city_3 -com.turingtechnologies.materialscrollbar.R$attr: int listDividerAlertDialog -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_scaleX -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light_DarkActionBar -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_arrow_drop_right_black_24dp -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_waveDecay -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_RC4_128_SHA -com.google.android.material.R$drawable: int btn_radio_on_to_off_mtrl_animation -com.google.android.material.R$styleable: int Toolbar_collapseIcon -com.turingtechnologies.materialscrollbar.R$attr: int tint -wangdaye.com.geometricweather.R$string: int daytime -com.google.android.material.R$attr: int onShow -com.google.android.material.button.MaterialButton: void setIconTintMode(android.graphics.PorterDuff$Mode) -wangdaye.com.geometricweather.R$attr: int text_size -androidx.appcompat.R$attr: int fontProviderQuery -cyanogenmod.weather.WeatherLocation: WeatherLocation(android.os.Parcel) -org.greenrobot.greendao.AbstractDao: java.lang.Object getKeyVerified(java.lang.Object) -androidx.constraintlayout.widget.R$attr: int onTouchUp -com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol: com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol HTTP -androidx.preference.R$styleable: int AppCompatTheme_actionModeCutDrawable -com.turingtechnologies.materialscrollbar.R$attr: int boxCornerRadiusBottomStart -com.google.android.material.R$style: int TestThemeWithLineHeight -retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory createAsync() -com.google.android.gms.base.R$attr: int circleCrop -com.google.android.material.R$styleable: int Constraint_flow_lastHorizontalBias -androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour: androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour WRAP_CONTENT -com.google.android.material.internal.VisibilityAwareImageButton: void setVisibility(int) -cyanogenmod.app.Profile: java.util.List readSecondaryUuidsFromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) -androidx.work.R$style: int TextAppearance_Compat_Notification_Info -james.adaptiveicon.R$styleable: int AppCompatTheme_checkedTextViewStyle -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Wind wind -androidx.lifecycle.extensions.R$id: int time -androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityStarted(android.app.Activity) -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Menu -wangdaye.com.geometricweather.R$drawable: int notification_template_icon_bg -androidx.preference.R$attr: int textAppearancePopupMenuHeader -com.google.android.material.R$style: int Base_Theme_AppCompat_CompactMenu -io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function9) -androidx.appcompat.resources.R$attr: int fontProviderFetchStrategy -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_android_windowAnimationStyle -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_2 -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_CompoundButton_Switch -com.google.android.material.R$style: int Widget_MaterialComponents_Button_TextButton -com.google.android.gms.location.zzo: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$attr: int switchTextOn -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_15 -com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Theme_AppCompat -android.didikee.donate.R$attr: int theme -retrofit2.KotlinExtensions$suspendAndThrow$1: java.lang.Object result -okio.Buffer: okio.BufferedSink write(byte[],int,int) -com.google.android.material.R$attr: int layout_constraintWidth_percent -com.google.android.material.R$dimen: int design_navigation_icon_size -wangdaye.com.geometricweather.R$drawable: int notif_temp_22 -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeInsetStart -com.google.android.material.R$id: int material_timepicker_mode_button -cyanogenmod.platform.Manifest$permission: java.lang.String MODIFY_SOUND_SETTINGS -androidx.preference.R$styleable: int[] GradientColorItem -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_endX -com.jaredrummler.android.colorpicker.R$string: int abc_menu_space_shortcut_label -android.didikee.donate.R$style: int TextAppearance_AppCompat_Caption -androidx.legacy.coreutils.R$layout: int notification_template_custom_big -com.xw.repo.bubbleseekbar.R$attr: int actionBarDivider -wangdaye.com.geometricweather.R$string: int abc_menu_space_shortcut_label -com.google.android.material.bottomappbar.BottomAppBar$SavedState: android.os.Parcelable$Creator CREATOR -com.google.android.material.R$string: int mtrl_picker_announce_current_selection -com.google.android.material.R$styleable: int CoordinatorLayout_statusBarBackground -wangdaye.com.geometricweather.R$color: int mtrl_btn_text_color_disabled -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_motionProgress -androidx.recyclerview.R$dimen: int compat_control_corner_material -wangdaye.com.geometricweather.R$string: int restart -androidx.appcompat.R$styleable: int AppCompatTextHelper_android_drawableEnd -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ListView_DropDown -com.baidu.location.indoor.mapversion.c.a$d: com.baidu.location.indoor.mapversion.c.a$a f -androidx.fragment.R$attr: int fontProviderCerts -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable -okhttp3.internal.http2.Http2Connection$3: void execute() -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: int Rank -com.google.android.material.circularreveal.cardview.CircularRevealCardView: com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo getRevealInfo() -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WindDirection -androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type BASELINE -wangdaye.com.geometricweather.db.entities.AlertEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) -androidx.lifecycle.extensions.R$drawable: int notification_bg_normal_pressed -com.google.android.material.tabs.TabLayout$TabView: com.google.android.material.badge.BadgeDrawable getBadge() -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceImageView_android_maxHeight -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textColorSearchUrl -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeThunderstormPrecipitation(java.lang.Float) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_searchViewStyle -okhttp3.internal.http.CallServerInterceptor: CallServerInterceptor(boolean) -james.adaptiveicon.R$attr: int contentDescription -wangdaye.com.geometricweather.R$attr: int autoSizeTextType -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -androidx.transition.R$string: R$string() -wangdaye.com.geometricweather.R$string: int widget_clock_day_vertical -okhttp3.WebSocket -androidx.vectordrawable.animated.R$dimen: int notification_main_column_padding_top -androidx.appcompat.widget.AppCompatImageButton: void setSupportBackgroundTintList(android.content.res.ColorStateList) -androidx.appcompat.R$dimen: int abc_text_size_headline_material -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: boolean delayError -android.didikee.donate.R$drawable: int abc_btn_radio_to_on_mtrl_015 -androidx.work.R$dimen: int compat_notification_large_icon_max_height -com.google.android.material.R$styleable: int Insets_paddingLeftSystemWindowInsets -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeShareDrawable -com.google.android.material.R$styleable: int MotionHelper_onHide -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_min -okhttp3.ConnectionPool: int pruneAndGetAllocationCount(okhttp3.internal.connection.RealConnection,long) -cyanogenmod.weather.WeatherLocation$Builder: java.lang.String mCountry -wangdaye.com.geometricweather.R$animator: int search_container_in -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_getProgress -androidx.preference.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title -okhttp3.internal.http2.Http2Stream$FramingSource: okhttp3.internal.http2.Http2Stream this$0 -okio.Options: void buildTrieRecursive(long,okio.Buffer,int,java.util.List,int,int,java.util.List) -androidx.constraintlayout.widget.R$attr: int buttonBarNegativeButtonStyle -androidx.preference.R$styleable: int PreferenceImageView_maxWidth -wangdaye.com.geometricweather.R$styleable: int[] CardView -androidx.core.R$layout: int notification_action_tombstone -com.google.android.material.R$styleable: int Constraint_layout_constraintBottom_toBottomOf -com.google.android.material.R$attr: int backgroundOverlayColorAlpha -android.didikee.donate.R$style: int TextAppearance_AppCompat_Display3 -okhttp3.internal.cache.FaultHidingSink: void close() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setStatus(int) -retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter: java.util.concurrent.CompletableFuture adapt(retrofit2.Call) -com.google.android.material.R$xml: int standalone_badge -com.google.android.material.slider.BaseSlider: void setLabelFormatter(com.google.android.material.slider.LabelFormatter) -androidx.appcompat.resources.R$styleable: int GradientColor_android_endY -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation: double qty6H -com.google.android.material.R$id: int text2 -com.google.android.material.R$styleable: int Badge_number -wangdaye.com.geometricweather.R$id: int ragweedIcon -androidx.appcompat.R$styleable: int AlertDialog_singleChoiceItemLayout -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_prefixTextAppearance -retrofit2.adapter.rxjava2.CallEnqueueObservable: CallEnqueueObservable(retrofit2.Call) -james.adaptiveicon.R$color: int abc_tint_spinner -cyanogenmod.providers.CMSettings$System: float getFloatForUser(android.content.ContentResolver,java.lang.String,float,int) -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableTintMode -cyanogenmod.app.PartnerInterface: cyanogenmod.app.IPartnerInterface sService -com.google.android.material.R$styleable: int OnSwipe_maxAcceleration -wangdaye.com.geometricweather.R$xml: int widget_trend_hourly -com.google.android.material.R$styleable: int ConstraintSet_flow_verticalGap -com.jaredrummler.android.colorpicker.R$drawable: int cpv_alpha -androidx.appcompat.R$dimen: int abc_action_bar_content_inset_material -com.bumptech.glide.R$drawable -wangdaye.com.geometricweather.R$string: int key_widget_clock_day_week -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense -androidx.preference.R$styleable: int ActionMode_titleTextStyle -james.adaptiveicon.R$attr: int actionOverflowMenuStyle -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_Dialog -io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: ObservableIntervalRange$IntervalRangeObserver(io.reactivex.Observer,long,long) -androidx.appcompat.R$drawable: int notification_template_icon_low_bg -cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setWind(double,double,int) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_31 -wangdaye.com.geometricweather.R$id: int container_main_first_card_header_line -retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: boolean isAsync -io.reactivex.exceptions.MissingBackpressureException: MissingBackpressureException() -io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: void onComplete() -com.google.android.material.R$dimen: int notification_right_icon_size -com.xw.repo.bubbleseekbar.R$string: int abc_search_hint -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPathRenderer: void setAlpha(float) -wangdaye.com.geometricweather.R$style: int Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog -com.google.android.material.card.MaterialCardView: void setCheckedIcon(android.graphics.drawable.Drawable) -cyanogenmod.themes.ThemeManager: cyanogenmod.themes.ThemeChangeRequest$RequestType getLastThemeChangeRequestType() -androidx.preference.R$attr: int layout_insetEdge -james.adaptiveicon.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox -com.loc.k: int e -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse -androidx.hilt.lifecycle.R$styleable: int ColorStateListItem_android_alpha -wangdaye.com.geometricweather.R$color: int material_cursor_color -com.google.android.material.R$attr: int hideMotionSpec -okhttp3.internal.platform.JdkWithJettyBootPlatform: JdkWithJettyBootPlatform(java.lang.reflect.Method,java.lang.reflect.Method,java.lang.reflect.Method,java.lang.Class,java.lang.Class) -com.google.android.material.imageview.ShapeableImageView: float getStrokeWidth() -cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: void lookupCity(cyanogenmod.weather.RequestInfo) -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_PopupMenu -androidx.core.R$dimen: int notification_large_icon_height -wangdaye.com.geometricweather.R$styleable: int Variant_region_widthMoreThan -androidx.lifecycle.ViewModelProvider -com.turingtechnologies.materialscrollbar.R$id: int screen -androidx.preference.R$styleable: int[] DrawerArrowToggle -cyanogenmod.app.suggest.IAppSuggestProvider$Stub: java.lang.String DESCRIPTOR -com.jaredrummler.android.colorpicker.R$dimen: int notification_big_circle_margin -wangdaye.com.geometricweather.R$attr: int elevation -androidx.loader.R$styleable: int GradientColor_android_endX -com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_title_divider_material -android.didikee.donate.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner -androidx.lifecycle.viewmodel.R: R() -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: FlowableCreate$SerializedEmitter(io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter) -androidx.coordinatorlayout.R$id: int accessibility_custom_action_25 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX getNames() -androidx.appcompat.resources.R$color: int ripple_material_light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: CaiYunMainlyResult$ForecastDailyBean$WindBeanX() -android.didikee.donate.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title -com.google.android.material.R$attr: int cornerFamilyTopRight -androidx.constraintlayout.widget.R$styleable: int MotionTelltales_telltales_velocityMode -com.turingtechnologies.materialscrollbar.R$id: int activity_chooser_view_content -androidx.customview.R$id: int right_side -com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleGravity -androidx.preference.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView: int getMarginTop() -androidx.constraintlayout.widget.R$layout: int abc_dialog_title_material -okhttp3.internal.http2.Http2Connection$Listener: void onSettings(okhttp3.internal.http2.Http2Connection) -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$drawable: int notif_temp_3 -com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents_Light_Bridge -androidx.recyclerview.R$dimen: int item_touch_helper_swipe_escape_velocity -com.google.android.material.R$drawable: int ic_mtrl_chip_checked_circle -com.google.android.material.R$attr: int floatingActionButtonStyle -okhttp3.internal.http2.Http2Connection$Listener: Http2Connection$Listener() -com.jaredrummler.android.colorpicker.R$attr: int cpv_showOldColor -retrofit2.ParameterHandler$1: ParameterHandler$1(retrofit2.ParameterHandler) -androidx.activity.R$attr: int alpha -wangdaye.com.geometricweather.R$styleable: int MaterialButtonToggleGroup_checkedButton -com.google.android.material.bottomsheet.BottomSheetBehavior -wangdaye.com.geometricweather.R$bool: int cpv_default_anim_autostart -com.google.android.material.R$style: int Theme_Design_Light -androidx.constraintlayout.widget.R$drawable: int abc_list_selector_disabled_holo_light -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: retrofit2.Response execute() -io.reactivex.internal.schedulers.ScheduledRunnable: java.lang.Object ASYNC_DISPOSED -wangdaye.com.geometricweather.R$attr: int tooltipFrameBackground -wangdaye.com.geometricweather.R$drawable: int notification_bg_low_normal -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: int Version -androidx.appcompat.widget.DialogTitle: DialogTitle(android.content.Context) -wangdaye.com.geometricweather.R$attr: int tickVisible -wangdaye.com.geometricweather.R$id: int checkbox -cyanogenmod.weather.WeatherInfo$DayForecast: boolean equals(java.lang.Object) -androidx.constraintlayout.widget.R$color: int primary_text_disabled_material_light -okhttp3.Response$Builder: okhttp3.Response priorResponse -io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit,long) -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void onComplete() -com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemTextAppearanceInactive(int) -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void run() -com.google.android.material.R$styleable: int Layout_layout_constraintStart_toEndOf -wangdaye.com.geometricweather.wallpaper.LiveWallpaperConfigActivity: LiveWallpaperConfigActivity() -com.google.android.gms.internal.location.zzbg -androidx.legacy.coreutils.R$layout: int notification_template_part_time -cyanogenmod.alarmclock.ClockContract$InstancesColumns: int FIRED_STATE -com.google.android.material.slider.RangeSlider: void setLabelBehavior(int) -okhttp3.Dns -retrofit2.ParameterHandler$FieldMap: boolean encoded -retrofit2.DefaultCallAdapterFactory$1: java.lang.reflect.Type responseType() -androidx.appcompat.widget.AppCompatCheckBox: void setSupportBackgroundTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHeight_min -okio.HashingSink: javax.crypto.Mac mac -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_DarkActionBar -wangdaye.com.geometricweather.R$styleable: int[] ActivityChooserView -android.didikee.donate.R$color -com.google.android.material.R$dimen: int disabled_alpha_material_light -wangdaye.com.geometricweather.R$color: int ripple_material_dark -com.jaredrummler.android.colorpicker.R$attr: int backgroundTintMode -com.google.android.material.R$id: int easeOut -io.reactivex.Observable: io.reactivex.Observable merge(io.reactivex.ObservableSource) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean direction -wangdaye.com.geometricweather.R$styleable: int SwitchImageButton_drawable_res_on -wangdaye.com.geometricweather.R$color: int dim_foreground_material_dark -wangdaye.com.geometricweather.R$string: int abc_action_mode_done -androidx.appcompat.R$styleable: int ActionMode_backgroundSplit -com.xw.repo.bubbleseekbar.R$dimen: int abc_control_corner_material -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: java.util.List Sources -io.reactivex.Observable: io.reactivex.Observable timeout(io.reactivex.functions.Function) -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao -cyanogenmod.app.CustomTileListenerService: void onCustomTilePosted(cyanogenmod.app.StatusBarPanelCustomTile) -com.google.android.material.R$attr: int textAppearanceSmallPopupMenu -com.google.android.material.R$styleable: int AppCompatTextView_fontVariationSettings -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_isEnabled -com.google.android.material.R$id: int accessibility_custom_action_5 -com.google.android.material.R$dimen: int mtrl_high_ripple_focused_alpha -okhttp3.internal.cache2.FileOperator: void write(long,okio.Buffer,long) -com.turingtechnologies.materialscrollbar.R$integer: int hide_password_duration -com.google.android.material.R$styleable: int ActionBarLayout_android_layout_gravity -wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Light_Dialog -androidx.appcompat.resources.R$styleable: int StateListDrawableItem_android_drawable -androidx.lifecycle.MethodCallsLogger -cyanogenmod.profiles.AirplaneModeSettings: void writeToParcel(android.os.Parcel,int) -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter: CircularProgressViewAdapter() -com.google.android.material.R$id: int textinput_prefix_text -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Float tMin -androidx.preference.R$id: int action_mode_bar_stub -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_max -cyanogenmod.app.CustomTile: boolean sensitiveData -james.adaptiveicon.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintEnd_toStartOf -wangdaye.com.geometricweather.R$id: int easeIn -com.jaredrummler.android.colorpicker.R$layout: int abc_expanded_menu_layout -cyanogenmod.weatherservice.IWeatherProviderService$Stub: int TRANSACTION_setServiceClient -io.reactivex.internal.schedulers.AbstractDirectTask: void dispose() -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setUvLevel(java.lang.String) -androidx.preference.R$styleable: int AlertDialog_buttonIconDimen -cyanogenmod.weather.WeatherInfo$Builder: boolean isValidTempUnit(int) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain: java.lang.Float cumul1H -androidx.activity.R$color: int secondary_text_default_material_light -io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: long serialVersionUID -androidx.appcompat.R$drawable: R$drawable() -james.adaptiveicon.R$styleable: int FontFamilyFont_font -androidx.appcompat.R$integer -androidx.hilt.work.R$id: int accessibility_custom_action_31 -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void clear() -androidx.vectordrawable.animated.R$dimen: int compat_button_inset_horizontal_material -androidx.work.R$dimen: int compat_button_inset_horizontal_material -androidx.work.R$styleable: int GradientColor_android_startX -com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableEndCompat -com.amap.api.location.AMapLocationClientOption: boolean n -okhttp3.internal.cache.DiskLruCache: int valueCount -com.google.android.material.R$styleable: int SearchView_commitIcon -wangdaye.com.geometricweather.R$styleable: int Tooltip_android_text -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: void setStreet(java.lang.String) -wangdaye.com.geometricweather.common.basic.models.weather.Alert: long getAlertId() -wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.String getUVDescription() -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_chainStyle -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: java.lang.Object resource -cyanogenmod.profiles.AirplaneModeSettings: int describeContents() -androidx.vectordrawable.R$drawable: int notification_bg_normal_pressed -okio.DeflaterSink: okio.Timeout timeout() -james.adaptiveicon.R$layout: int abc_action_menu_layout -androidx.preference.R$styleable: int MenuView_android_headerBackground -wangdaye.com.geometricweather.R$id: int action_bar_subtitle -androidx.hilt.R$layout: int notification_template_part_time -wangdaye.com.geometricweather.R$styleable: int LoadingImageView_imageAspectRatioAdjust -com.google.android.material.R$color: int mtrl_calendar_item_stroke_color -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: java.lang.String getSourceName(android.content.Context) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer treeIndex -androidx.constraintlayout.widget.R$styleable: R$styleable() -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ListView_Menu -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setInterval(long) -com.google.android.material.chip.Chip: com.google.android.material.resources.TextAppearance getTextAppearance() -com.google.android.material.R$styleable: int[] AppBarLayoutStates -wangdaye.com.geometricweather.R$id: int mtrl_picker_header -com.autonavi.aps.amapapi.model.AMapLocationServer: void b(org.json.JSONObject) -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_large_material -androidx.hilt.lifecycle.R$styleable: int FontFamily_fontProviderCerts -io.reactivex.Observable: io.reactivex.Observable startWithArray(java.lang.Object[]) -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int CLOUDY -androidx.viewpager2.R$id: int accessibility_custom_action_11 -androidx.recyclerview.R$id: int accessibility_custom_action_20 -com.google.android.material.R$style: int RtlOverlay_DialogWindowTitle_AppCompat -org.greenrobot.greendao.AbstractDaoMaster: int getSchemaVersion() -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: io.reactivex.Observer downstream -com.google.android.material.card.MaterialCardView: int getCheckedIconMargin() -androidx.fragment.R$id: int blocking -com.xw.repo.bubbleseekbar.R$id: int search_button -wangdaye.com.geometricweather.R$styleable: int SearchView_suggestionRowLayout -com.google.android.material.R$style: int Platform_ThemeOverlay_AppCompat -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: java.lang.Integer cloudCover -okio.BufferedSink: okio.BufferedSink writeUtf8(java.lang.String,int,int) -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_rippleColor -androidx.dynamicanimation.R$dimen: int notification_small_icon_background_padding -com.turingtechnologies.materialscrollbar.R$attr: int iconEndPadding -wangdaye.com.geometricweather.R$attr: int textEndPadding -okio.Util: boolean arrayRangeEquals(byte[],int,byte[],int,int) -io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: void error(java.lang.Throwable) -retrofit2.KotlinExtensions$awaitResponse$2$2: void onFailure(retrofit2.Call,java.lang.Throwable) -com.turingtechnologies.materialscrollbar.R$attr: int fontProviderCerts -wangdaye.com.geometricweather.main.dialogs.LocationPermissionStatementDialog -com.google.android.material.R$attr: int subtitleTextStyle -com.amap.api.location.LocationManagerBase -cyanogenmod.app.ThemeVersion$ThemeVersionImpl3: cyanogenmod.app.ThemeVersion$ComponentVersion getDeviceComponentVersion(cyanogenmod.app.ThemeComponent) -io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver -com.google.android.gms.base.R$color: int common_google_signin_btn_text_light -androidx.hilt.lifecycle.R$attr: int fontProviderQuery -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_lastVerticalBias -wangdaye.com.geometricweather.R$string: int rain -com.jaredrummler.android.colorpicker.R$attr: int cpv_previewSize -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorControlNormal -androidx.lifecycle.extensions.R$styleable: int GradientColor_android_centerX -com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_dialogType -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Dialog_MinWidth -cyanogenmod.weather.WeatherInfo$Builder -io.reactivex.internal.util.NotificationLite: boolean acceptFull(java.lang.Object,io.reactivex.Observer) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: int RelativeHumidity -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_SeekBar -wangdaye.com.geometricweather.R$animator: int weather_thunderstorm_1 -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setRealFeelTemperature(java.lang.Integer) -androidx.appcompat.widget.Toolbar: void setTitleTextColor(int) -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningMaxCountItems: int count -cyanogenmod.providers.CMSettings$System: java.lang.String DIALER_OPENCNAM_ACCOUNT_SID -androidx.preference.R$styleable: int SearchView_suggestionRowLayout -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Metric: double Value -androidx.constraintlayout.widget.R$attr: int titleTextStyle -androidx.preference.R$styleable: int Toolbar_maxButtonHeight -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: long getTime() -wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig locationEntityDaoConfig -com.google.android.material.bottomnavigation.BottomNavigationView: int getItemBackgroundResource() -james.adaptiveicon.R$styleable: int MenuItem_actionViewClass -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipIconSize -okhttp3.internal.cache.DiskLruCache$Entry: long sequenceNumber -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ListPopupWindow -okio.Timeout: long timeoutNanos -cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_setDataConnectionState -james.adaptiveicon.R$style: int Base_Theme_AppCompat_DialogWhenLarge -okhttp3.internal.http2.Http2Reader$Handler: void ackSettings() -androidx.preference.R$id: int search_bar -com.turingtechnologies.materialscrollbar.R$styleable: int TouchScrollBar_msb_autoHide -okhttp3.Cookie$Builder: okhttp3.Cookie$Builder httpOnly() -com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_CONNECTION -com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_select_handle_middle_mtrl_light -androidx.appcompat.resources.R$style: int TextAppearance_Compat_Notification_Line2 -com.turingtechnologies.materialscrollbar.R$attr: int tabBackground -com.github.rahatarmanahmed.cpv.R$dimen: int cpv_default_thickness -androidx.appcompat.resources.R$dimen: int notification_top_pad -com.turingtechnologies.materialscrollbar.R$layout: int abc_tooltip -android.didikee.donate.R$dimen: int abc_text_size_title_material -androidx.viewpager.R$dimen: int compat_button_padding_vertical_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setYesterday(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean) -okhttp3.Request: okhttp3.Request$Builder newBuilder() -androidx.constraintlayout.widget.R$styleable: int Transform_android_translationY -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningAdvice: java.lang.String textAdvice -james.adaptiveicon.R$attr: int actionDropDownStyle -wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setCityId(java.lang.String) -wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Color -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void innerError(io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver,java.lang.Throwable) -cyanogenmod.providers.CMSettings$Secure$1 -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog -androidx.recyclerview.R$dimen: int fastscroll_margin -com.xw.repo.bubbleseekbar.R$id: int text2 -com.amap.api.fence.DistrictItem -com.turingtechnologies.materialscrollbar.R$id: int mtrl_internal_children_alpha_tag -wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.String getDescription() -com.google.android.material.R$dimen: int design_bottom_navigation_active_text_size -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void clear() -wangdaye.com.geometricweather.R$drawable: int ic_precipitation -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: android.graphics.Rect getWindowInsets() -james.adaptiveicon.R$attr: int fontStyle -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_go_search_api_material -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_icon -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub: int TRANSACTION_createExternalView_0 -wangdaye.com.geometricweather.R$dimen: int abc_dialog_padding_top_material -wangdaye.com.geometricweather.R$drawable: int notif_temp_33 -wangdaye.com.geometricweather.R$styleable: int RecyclerView_android_descendantFocusability -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX: CNWeatherResult$WeatherX() -okhttp3.internal.http.StatusLine: okhttp3.internal.http.StatusLine get(okhttp3.Response) -wangdaye.com.geometricweather.R$animator: int weather_thunderstorm_3 -androidx.lifecycle.ServiceLifecycleDispatcher: androidx.lifecycle.Lifecycle getLifecycle() -com.google.android.material.appbar.AppBarLayout: int getTotalScrollRange() -com.google.android.material.R$id: int mtrl_picker_text_input_range_end -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: boolean done -androidx.viewpager.R$drawable: int notify_panel_notification_icon_bg -wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit: java.lang.String getCloudCoverText(int) -okhttp3.internal.http.BridgeInterceptor: BridgeInterceptor(okhttp3.CookieJar) -com.bumptech.glide.integration.okhttp.R$id: int notification_main_column_container -androidx.constraintlayout.widget.R$attr: int altSrc -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver INNER_DISPOSED -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: boolean isDisposed() -androidx.fragment.R$dimen: int compat_control_corner_material -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: io.reactivex.internal.util.AtomicThrowable errors -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void onNext(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorTextAppearance -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void dispose() -com.jaredrummler.android.colorpicker.R$id: int cpv_color_picker_view -com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleMargin -com.amap.api.location.AMapLocationClientOption$2: int[] a -androidx.preference.R$dimen: int notification_large_icon_height -androidx.work.R$id: int accessibility_custom_action_4 -androidx.preference.R$id: int submit_area -androidx.preference.R$styleable: int TextAppearance_android_textFontWeight -wangdaye.com.geometricweather.R$styleable: int ActivityChooserView_initialActivityCount -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber$1: java.lang.Throwable val$ex -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeRainPrecipitation -androidx.lifecycle.ProcessLifecycleOwner -retrofit2.RequestFactory: java.lang.String httpMethod -androidx.constraintlayout.widget.R$styleable: int SearchView_searchHintIcon -james.adaptiveicon.R$attr: int font -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setWallpaper(java.lang.String) -android.didikee.donate.R$styleable: int TextAppearance_fontFamily -wangdaye.com.geometricweather.R$attr: int contentInsetEndWithActions -okhttp3.CertificatePinner -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox -io.reactivex.Observable: io.reactivex.Observable take(long) -androidx.preference.R$styleable: int FontFamily_fontProviderAuthority -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle -androidx.constraintlayout.widget.R$drawable: int abc_ic_arrow_drop_right_black_24dp -retrofit2.Utils: java.lang.reflect.Type[] EMPTY_TYPE_ARRAY -wangdaye.com.geometricweather.R$attr: int flow_verticalStyle -wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout: void setRootColor(int) -android.didikee.donate.R$attr: int switchMinWidth -androidx.preference.R$styleable: int SwitchPreference_android_summaryOff -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property CityId -wangdaye.com.geometricweather.R$string: int feedback_interpret_notification_group_title -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Imperial: int UnitType -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Direction: java.lang.String Localized -okhttp3.internal.cache2.Relay: okio.ByteString PREFIX_CLEAN -androidx.transition.R$color -com.google.android.material.R$styleable: int CoordinatorLayout_Layout_layout_anchor -androidx.vectordrawable.animated.R$layout: R$layout() -okhttp3.internal.http2.Http2Writer: void headers(int,java.util.List) -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property RelativeHumidity -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: int rightIndex -retrofit2.Response: okhttp3.Response rawResponse -androidx.preference.R$styleable: int Toolbar_title -com.google.android.material.R$attr: int badgeTextColor -com.google.android.material.R$style: int Base_V21_Theme_MaterialComponents_Light -androidx.constraintlayout.widget.R$color: int background_floating_material_dark -androidx.legacy.coreutils.R$styleable: int FontFamily_fontProviderQuery -cyanogenmod.app.BaseLiveLockManagerService: void notifyChangeListeners(cyanogenmod.app.LiveLockScreenInfo) -com.google.android.material.R$dimen: int design_navigation_item_horizontal_padding -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: java.lang.String feelslike_c -james.adaptiveicon.R$attr: int autoSizeMaxTextSize -com.xw.repo.bubbleseekbar.R$color: int abc_primary_text_disable_only_material_dark -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_8 -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_SHOW_BATTERY_PERCENT_VALIDATOR -com.jaredrummler.android.colorpicker.ColorPreferenceCompat: ColorPreferenceCompat(android.content.Context,android.util.AttributeSet,int) -okio.AsyncTimeout: boolean exit() -androidx.hilt.work.R$id: int tag_transition_group -androidx.constraintlayout.widget.R$styleable: int OnClick_targetId -io.reactivex.internal.subscriptions.SubscriptionArbiter: boolean isUnbounded() -okhttp3.internal.http2.Http2Connection$6: boolean val$inFinished -wangdaye.com.geometricweather.R$drawable: int notif_temp_100 -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xdp -androidx.constraintlayout.widget.R$drawable: int abc_text_select_handle_middle_mtrl_light -androidx.appcompat.R$styleable: int AlertDialog_showTitle -android.didikee.donate.R$style: int Widget_AppCompat_CompoundButton_Switch -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_contentInsetLeft -androidx.appcompat.R$style: int Base_DialogWindowTitle_AppCompat -wangdaye.com.geometricweather.db.entities.LocationEntity: LocationEntity() -com.amap.api.fence.PoiItem: int describeContents() -io.reactivex.internal.disposables.EmptyDisposable: void dispose() -cyanogenmod.providers.CMSettings$InclusiveFloatRangeValidator: CMSettings$InclusiveFloatRangeValidator(float,float) -com.turingtechnologies.materialscrollbar.R$anim: int abc_fade_out -androidx.preference.R$drawable: int abc_list_pressed_holo_dark -com.google.android.material.R$anim: int design_bottom_sheet_slide_in -com.google.android.material.R$layout: int mtrl_layout_snackbar -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Dialog_Alert -com.google.android.material.R$styleable: int Toolbar_contentInsetLeft -cyanogenmod.profiles.ConnectionSettings: void setSubId(int) -com.jaredrummler.android.colorpicker.R$id: int tag_transition_group -james.adaptiveicon.R$styleable: int ActionBar_contentInsetRight -android.support.v4.os.ResultReceiver$1: android.support.v4.os.ResultReceiver createFromParcel(android.os.Parcel) -androidx.constraintlayout.widget.R$id: int search_src_text -androidx.constraintlayout.widget.R$drawable: int abc_switch_thumb_material -androidx.appcompat.resources.R$styleable -android.didikee.donate.R$dimen: int abc_action_bar_default_padding_end_material -com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_singleChoiceItemLayout -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: boolean done -androidx.swiperefreshlayout.R$string: R$string() -io.reactivex.internal.subscriptions.SubscriptionHelper: void reportSubscriptionSet() -com.google.android.material.R$styleable: int SearchView_android_maxWidth -com.xw.repo.bubbleseekbar.R$styleable: int[] LinearLayoutCompat_Layout -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$3 -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_placeholderTextAppearance -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer degreeDayTemperature -com.jaredrummler.android.colorpicker.R$dimen: int cpv_color_preference_normal -wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat_ActionBar -com.amap.api.location.AMapLocation: java.lang.String getCityCode() -androidx.preference.R$styleable: int AppCompatTextView_drawableTint -cyanogenmod.profiles.BrightnessSettings: int mValue -io.reactivex.Observable: io.reactivex.Observable groupBy(io.reactivex.functions.Function,io.reactivex.functions.Function,boolean,int) -android.didikee.donate.R$dimen: int hint_pressed_alpha_material_light -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_hideOnContentScroll -cyanogenmod.os.Concierge$ParcelInfo: android.os.Parcel mParcel -wangdaye.com.geometricweather.R$attr: int layout_constraintLeft_creator -androidx.hilt.work.R$styleable: int GradientColor_android_centerX -com.amap.api.location.AMapLocationClientOption$GeoLanguage: com.amap.api.location.AMapLocationClientOption$GeoLanguage DEFAULT -cyanogenmod.profiles.RingModeSettings$1: java.lang.Object[] newArray(int) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: void request(long) -wangdaye.com.geometricweather.db.entities.DailyEntity: DailyEntity() -com.google.android.material.R$color: int material_grey_50 -android.didikee.donate.R$attr: int buttonBarPositiveButtonStyle -okhttp3.internal.connection.RealConnection: void connect(int,int,int,int,boolean,okhttp3.Call,okhttp3.EventListener) -wangdaye.com.geometricweather.R$drawable: int weather_clear_day_mini_grey -wangdaye.com.geometricweather.R$attr: int fabCustomSize -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ListMenuView -androidx.appcompat.widget.AppCompatImageButton: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) -com.turingtechnologies.materialscrollbar.R$id: int end -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_2 -james.adaptiveicon.R$attr: int textAllCaps -okhttp3.internal.platform.Platform: int WARN -wangdaye.com.geometricweather.R$attr: int contentInsetEnd -io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: io.reactivex.internal.operators.observable.ObservableRefCount parent -androidx.appcompat.R$attr: int windowActionBarOverlay -io.reactivex.internal.schedulers.ScheduledDirectTask: ScheduledDirectTask(java.lang.Runnable) -wangdaye.com.geometricweather.R$styleable: int Chip_checkedIconVisible -androidx.appcompat.R$style: int Base_Theme_AppCompat_Dialog_MinWidth -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_11 -okhttp3.Cache$1: void trackConditionalCacheHit() -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: long serialVersionUID -com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_y_offset_touch -okhttp3.internal.Version -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_firstHorizontalBias -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title -com.amap.api.location.CoordUtil: boolean a -androidx.preference.R$style: int Preference_PreferenceScreen -com.turingtechnologies.materialscrollbar.R$anim: int abc_slide_in_top -androidx.dynamicanimation.R$id: int tag_unhandled_key_event_manager -androidx.appcompat.R$attr: int autoSizeMaxTextSize -wangdaye.com.geometricweather.R$style: int PopupWindowAnimation_Top_Right -com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration -okhttp3.ConnectionSpec$Builder: java.lang.String[] tlsVersions -com.amap.api.location.AMapLocationClientOption$1: java.lang.Object createFromParcel(android.os.Parcel) -cyanogenmod.themes.ThemeManager: void requestThemeChange(java.util.Map) -com.google.android.material.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth -androidx.constraintlayout.widget.R$id: int deltaRelative -okhttp3.CertificatePinner$Builder: okhttp3.CertificatePinner build() -wangdaye.com.geometricweather.R$string: int key_text_size -com.bumptech.glide.R$dimen: int notification_large_icon_height -okio.Buffer: java.util.List segmentSizes() -wangdaye.com.geometricweather.R$layout: int material_textinput_timepicker -com.google.android.gms.common.internal.BinderWrapper -james.adaptiveicon.R$styleable: int MenuItem_showAsAction -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: io.reactivex.disposables.Disposable upstream -androidx.loader.R$id: int async -com.google.android.material.R$styleable: int TextAppearance_fontVariationSettings -androidx.constraintlayout.widget.R$attr: int flow_firstHorizontalStyle -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Inverse -androidx.preference.internal.PreferenceImageView: PreferenceImageView(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$styleable: int AppCompatSeekBar_android_thumb -com.turingtechnologies.materialscrollbar.R$attr: int paddingTopNoTitle -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowMinWidthMajor -androidx.coordinatorlayout.R$styleable: int[] FontFamily -james.adaptiveicon.R$dimen: int abc_select_dialog_padding_start_material -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth -wangdaye.com.geometricweather.R$dimen: int highlight_alpha_material_dark -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean isSunlightEnhancementSelfManaged() -cyanogenmod.externalviews.KeyguardExternalView$1 -james.adaptiveicon.R$attr: int actionMenuTextAppearance -com.google.android.material.bottomnavigation.BottomNavigationView: void setItemBackgroundResource(int) -com.google.android.material.R$attr: int applyMotionScene -okhttp3.MultipartBody: okhttp3.MediaType contentType() -com.google.android.material.floatingactionbutton.FloatingActionButton: android.content.res.ColorStateList getSupportBackgroundTintList() -wangdaye.com.geometricweather.R$id: int noScroll -wangdaye.com.geometricweather.R$attr: int fontFamily -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_content_padding_fullscreen -cyanogenmod.providers.CMSettings$3 -wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: java.lang.String getUnitId() -androidx.coordinatorlayout.widget.CoordinatorLayout -com.xw.repo.bubbleseekbar.R$drawable: int abc_text_select_handle_left_mtrl_light -com.turingtechnologies.materialscrollbar.R$drawable -com.google.android.material.R$styleable: int Layout_layout_editor_absoluteY -com.jaredrummler.android.colorpicker.R$id: int seekbar -androidx.appcompat.R$drawable: int abc_ic_menu_share_mtrl_alpha -android.didikee.donate.R$styleable: int AppCompatImageView_tintMode -com.google.android.material.R$styleable: int NavigationView_itemHorizontalPadding -androidx.appcompat.R$layout: int abc_screen_simple_overlay_action_mode -androidx.preference.R$attr: int spinnerStyle -androidx.fragment.R$attr: int fontWeight -com.google.android.material.R$style: int CardView_Light -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIndicatorAnimationDuration -com.google.android.material.R$attr: int defaultDuration -wangdaye.com.geometricweather.db.entities.DaoSession: void clear() -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse -okhttp3.internal.http2.Http2Codec: okhttp3.Response$Builder readHttp2HeadersList(okhttp3.Headers,okhttp3.Protocol) -com.google.android.material.appbar.CollapsingToolbarLayout: int getExpandedTitleMarginBottom() -androidx.constraintlayout.widget.R$attr: int customNavigationLayout -wangdaye.com.geometricweather.R$styleable: int Toolbar_subtitleTextColor -cyanogenmod.alarmclock.ClockContract -androidx.constraintlayout.widget.Guideline -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_25 -androidx.lifecycle.ComputableLiveData$2: ComputableLiveData$2(androidx.lifecycle.ComputableLiveData) -androidx.preference.R$dimen: int abc_edit_text_inset_horizontal_material -wangdaye.com.geometricweather.R$drawable: int widget_card_dark_40 -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight_NoActionBar -wangdaye.com.geometricweather.db.entities.AlertEntity: void setDescription(java.lang.String) -com.google.android.material.R$id: int path -com.xw.repo.bubbleseekbar.R$styleable: int ViewStubCompat_android_inflatedId -cyanogenmod.providers.CMSettings$System: java.util.Map VALIDATORS -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintCircleRadius -com.google.android.material.R$dimen: int mtrl_btn_padding_right -androidx.fragment.app.FragmentContainerView: FragmentContainerView(android.content.Context,android.util.AttributeSet) -com.google.android.material.slider.Slider: android.content.res.ColorStateList getThumbTintList() -androidx.constraintlayout.widget.R$id: int blocking -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setAnimationProgress(float) -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_horizontalAlign -wangdaye.com.geometricweather.R$string: int not_set -androidx.appcompat.R$styleable: int AppCompatTextView_fontVariationSettings -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Spinner_DropDown -androidx.preference.R$attr: int isPreferenceVisible -androidx.appcompat.R$style: int Animation_AppCompat_Tooltip -wangdaye.com.geometricweather.R$color: int material_slider_thumb_color -com.google.android.material.R$attr: int constraintSet -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setExpandedStyle(cyanogenmod.app.CustomTile$ExpandedStyle) -androidx.preference.R$drawable: int abc_popup_background_mtrl_mult -okhttp3.Cookie: boolean equals(java.lang.Object) -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionButton_CloseMode -com.google.android.material.R$styleable: int MockView_mock_labelBackgroundColor -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintTop_toTopOf -io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: ObservableTimer$TimerObserver(io.reactivex.Observer) -com.google.android.material.datepicker.MaterialCalendar$CalendarSelector: com.google.android.material.datepicker.MaterialCalendar$CalendarSelector YEAR -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog -androidx.appcompat.R$styleable: int AppCompatTextView_autoSizePresetSizes -okhttp3.logging.HttpLoggingInterceptor$Logger -wangdaye.com.geometricweather.common.basic.models.weather.Weather: wangdaye.com.geometricweather.common.basic.models.weather.Current current -wangdaye.com.geometricweather.R$id: int textinput_counter -wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_allowPresets -androidx.appcompat.widget.AppCompatSpinner: void setDropDownWidth(int) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight -cyanogenmod.app.ProfileGroup: void getXmlString(java.lang.StringBuilder,android.content.Context) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean getDirection() -okhttp3.logging.LoggingEventListener: void callEnd(okhttp3.Call) -io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiFunction) -wangdaye.com.geometricweather.R$string: int path_password_strike_through -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable -okhttp3.Cache$CacheRequestImpl: okhttp3.internal.cache.DiskLruCache$Editor editor -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceScreenStyle -cyanogenmod.content.Intent: java.lang.String ACTION_THEME_INSTALLED -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.AirQuality airQuality -androidx.hilt.R$style: int TextAppearance_Compat_Notification_Line2 -wangdaye.com.geometricweather.R$integer: int cpv_default_anim_sync_duration -com.turingtechnologies.materialscrollbar.R$id: int alertTitle -com.google.android.material.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog_Icon -androidx.coordinatorlayout.R$id: int tag_accessibility_clickable_spans -cyanogenmod.themes.IThemeService$Stub$Proxy: void requestThemeChange(cyanogenmod.themes.ThemeChangeRequest,boolean) -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: int bufferSize -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeSnowPrecipitationDuration -android.didikee.donate.R$attr: int listPreferredItemHeight -com.jaredrummler.android.colorpicker.R$layout: int cpv_preference_circle -wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.Float speed -com.google.android.material.R$style: int Widget_MaterialComponents_BottomAppBar_Colored -retrofit2.http.Part: java.lang.String value() -androidx.legacy.coreutils.R$id: int line1 -androidx.viewpager.widget.PagerTitleStrip: PagerTitleStrip(android.content.Context,android.util.AttributeSet) -okhttp3.internal.http.HttpHeaders: java.lang.String readToken(okio.Buffer) -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_showMotionSpec -androidx.core.R$styleable: int GradientColor_android_startY -james.adaptiveicon.R$dimen: int tooltip_horizontal_padding -wangdaye.com.geometricweather.R$id: int widget_day_time -cyanogenmod.weather.WeatherLocation$Builder: cyanogenmod.weather.WeatherLocation build() -com.google.android.material.R$styleable: int Layout_layout_constraintBaseline_creator -wangdaye.com.geometricweather.R$id: int activity_widget_config_cardAlphaTitle -com.bumptech.glide.load.resource.bitmap.RecyclableBufferedInputStream$InvalidMarkException: long serialVersionUID -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: BaiduIPLocationResult() -androidx.preference.R$styleable: int SearchView_android_imeOptions -androidx.preference.R$string: R$string() -cyanogenmod.app.CustomTile$ExpandedItem$1: java.lang.Object createFromParcel(android.os.Parcel) -androidx.legacy.coreutils.R$dimen: int notification_subtext_size -cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_unregisterChangeListener -cyanogenmod.externalviews.KeyguardExternalViewProviderService$1: android.os.IBinder createExternalView(android.os.Bundle) -wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_showSeekBarValue -wangdaye.com.geometricweather.R$string: int abc_menu_enter_shortcut_label -cyanogenmod.weatherservice.WeatherProviderService: java.util.Set mWeakRequestsSet -wangdaye.com.geometricweather.R$dimen: int mtrl_card_dragged_z -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric: java.lang.String Unit -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: boolean isDisposed() -com.google.android.material.textfield.TextInputLayout$SavedState: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_show_thumb_text -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_AES_128_GCM_SHA256 -com.google.android.material.R$attr: int layout_constraintLeft_creator -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Button_Borderless -com.google.android.material.R$dimen: int test_mtrl_calendar_day_cornerSize -com.xw.repo.bubbleseekbar.R$attr: int seekBarStyle -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_switchStyle -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_default -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPathRenderer -androidx.constraintlayout.widget.R$dimen: int abc_text_size_subtitle_material_toolbar -wangdaye.com.geometricweather.R$attr: int cardUseCompatPadding -androidx.viewpager.R$drawable: int notification_template_icon_low_bg -android.didikee.donate.R$color: int abc_primary_text_material_light -android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query -com.google.android.material.R$integer: int design_tab_indicator_anim_duration_ms -com.xw.repo.bubbleseekbar.R$styleable: int PopupWindow_android_popupAnimationStyle -wangdaye.com.geometricweather.R$drawable: int notif_temp_135 -android.didikee.donate.R$dimen: int abc_action_button_min_height_material -androidx.appcompat.widget.ActionBarContextView: java.lang.CharSequence getTitle() -com.google.android.material.R$style: int Base_V26_Theme_AppCompat -androidx.preference.R$style: int ThemeOverlay_AppCompat_Dark -com.google.android.material.R$style: int Theme_AppCompat_Dialog_MinWidth -androidx.appcompat.R$id: int action_bar_root -androidx.appcompat.R$integer: int abc_config_activityShortDur -okio.ForwardingSink: void write(okio.Buffer,long) -retrofit2.adapter.rxjava2.RxJava2CallAdapter: java.lang.reflect.Type responseType -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: io.reactivex.internal.util.AtomicThrowable error -com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawable_android_dither -com.google.android.material.R$attr: int textAppearanceHeadline4 -androidx.constraintlayout.widget.R$attr: int layout_constraintStart_toEndOf -com.xw.repo.bubbleseekbar.R$color: int dim_foreground_material_dark -wangdaye.com.geometricweather.R$dimen: int mtrl_slider_halo_radius -wangdaye.com.geometricweather.R$anim: int fragment_open_exit -okhttp3.internal.connection.RealConnection: void connectSocket(int,int,okhttp3.Call,okhttp3.EventListener) -io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable: io.reactivex.Observer child -com.google.android.material.R$style: int Widget_MaterialComponents_TextInputEditText_FilledBox -androidx.preference.R$styleable: int PreferenceTheme_preferenceFragmentCompatStyle -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintVertical_weight -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog -android.didikee.donate.R$color: int switch_thumb_material_light -com.google.android.material.R$attr: int boxStrokeErrorColor -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_DES_CBC_SHA -okhttp3.internal.ws.WebSocketWriter: java.util.Random random -okhttp3.internal.cache.DiskLruCache$3: okhttp3.internal.cache.DiskLruCache$Snapshot nextSnapshot -androidx.appcompat.R$styleable: int AppCompatTheme_actionBarTabTextStyle -com.amap.api.fence.PoiItem: java.lang.String getCity() -io.reactivex.Observable: io.reactivex.Observable doOnEach(io.reactivex.functions.Consumer) -androidx.coordinatorlayout.R$styleable: int FontFamilyFont_fontStyle -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_15 -okhttp3.EventListener: void responseBodyStart(okhttp3.Call) -cyanogenmod.externalviews.ExternalViewProviderService$1$1 -androidx.drawerlayout.widget.DrawerLayout: DrawerLayout(android.content.Context,android.util.AttributeSet,int) -com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_radio_to_on_mtrl_000 -com.google.android.material.R$anim: int btn_radio_to_off_mtrl_ring_outer_path_animation -wangdaye.com.geometricweather.db.entities.AlertEntity -androidx.constraintlayout.widget.R$styleable: int[] Constraint -wangdaye.com.geometricweather.R$styleable: int NavigationView_android_maxWidth -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_goneMarginEnd -com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_layout_anchor -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_unRegisterThermalListener -androidx.constraintlayout.widget.ConstraintHelper -wangdaye.com.geometricweather.R$drawable: int weather_hail_mini_grey -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation: AccuLocationResult$GeoPosition$Elevation() -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String TODAYS_HIGH_TEMPERATURE -wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_start_icon_margin_end -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addPathSegments(java.lang.String,boolean) -com.google.android.material.R$styleable: int ActionMode_subtitleTextStyle -cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType valueOf(java.lang.String) -androidx.coordinatorlayout.R$dimen: int notification_subtext_size -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse -wangdaye.com.geometricweather.R$string: int key_widget_clock_day_horizontal -com.google.android.material.R$drawable: int abc_ic_voice_search_api_material -androidx.appcompat.R$id: int accessibility_custom_action_9 -cyanogenmod.externalviews.ExternalViewProviderService$1$1: android.os.IBinder call() -com.google.android.material.R$style: int Widget_AppCompat_CompoundButton_CheckBox -com.bumptech.glide.R$string -com.jaredrummler.android.colorpicker.ColorPickerView: int getPaddingTop() -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean -com.jaredrummler.android.colorpicker.R$drawable: int abc_seekbar_track_material -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial: double Value -android.didikee.donate.R$styleable: int Toolbar_titleTextColor -okhttp3.internal.cache.DiskLruCache: java.lang.String VERSION_1 -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.util.Date getDate() -com.jaredrummler.android.colorpicker.R$style: int Preference_PreferenceScreen -androidx.hilt.R$styleable: int FontFamilyFont_fontStyle -androidx.constraintlayout.widget.R$styleable: int Toolbar_maxButtonHeight -androidx.constraintlayout.widget.ConstraintLayout: ConstraintLayout(android.content.Context,android.util.AttributeSet,int) -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: long serialVersionUID -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation: double qty3H -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial: java.lang.String Unit -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Speed: double Value -com.xw.repo.bubbleseekbar.R$attr: int contentInsetRight -cyanogenmod.content.Intent -cyanogenmod.weather.WeatherInfo$Builder: double mTodaysHighTemp -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade -androidx.recyclerview.widget.RecyclerView: void setLayoutFrozen(boolean) -okhttp3.EventListener: void responseHeadersStart(okhttp3.Call) -wangdaye.com.geometricweather.R$styleable: int DialogPreference_android_dialogMessage -com.amap.api.fence.PoiItem: java.lang.String getAddress() -androidx.constraintlayout.widget.ConstraintHelper: void setIds(java.lang.String) -com.google.android.material.tabs.TabLayout: int getTabMinWidth() -androidx.fragment.R$id: int accessibility_custom_action_12 -wangdaye.com.geometricweather.common.basic.models.weather.Base: long publishTime -com.xw.repo.bubbleseekbar.R$drawable: int abc_cab_background_internal_bg -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar -com.google.android.material.R$attr: int flow_horizontalAlign -cyanogenmod.app.IProfileManager: boolean removeProfile(cyanogenmod.app.Profile) -androidx.constraintlayout.widget.R$drawable: int abc_ic_ab_back_material -androidx.vectordrawable.R$id: int forever -androidx.preference.R$attr: int textAppearanceListItem -androidx.drawerlayout.widget.DrawerLayout: android.graphics.drawable.Drawable getStatusBarBackgroundDrawable() -com.turingtechnologies.materialscrollbar.R$attr: int windowMinWidthMinor -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_rotationX -androidx.recyclerview.R$styleable: int GradientColorItem_android_offset -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge -com.google.android.material.R$id: int design_menu_item_text -com.google.android.material.R$styleable: int FloatingActionButton_useCompatPadding -james.adaptiveicon.R$drawable: int abc_cab_background_internal_bg -androidx.lifecycle.extensions.R$integer: int status_bar_notification_info_maxnum -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void onComplete() -wangdaye.com.geometricweather.R$string: int mtrl_picker_date_header_unselected -com.google.android.material.chip.Chip: android.graphics.drawable.Drawable getCloseIcon() -androidx.dynamicanimation.R$id: int tag_transition_group -cyanogenmod.weather.CMWeatherManager$LookupCityRequestListener -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_iconTint -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_icon_padding -androidx.vectordrawable.R$id: int info -com.google.android.material.R$styleable: int NavigationView_itemShapeAppearanceOverlay -androidx.appcompat.R$dimen: int highlight_alpha_material_dark -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintEnd_toStartOf -androidx.appcompat.R$attr: int listPreferredItemPaddingLeft -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_navigation_item_icon_padding -androidx.hilt.R$dimen: int notification_small_icon_size_as_large -com.xw.repo.bubbleseekbar.R$dimen: int compat_notification_large_icon_max_width -okio.GzipSink: okio.DeflaterSink deflaterSink -androidx.appcompat.R$attr: int seekBarStyle -androidx.hilt.lifecycle.R$styleable: int FragmentContainerView_android_tag -cyanogenmod.app.CustomTile$Builder: boolean mCollapsePanel -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_verticalAlign -com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_PARSER -androidx.dynamicanimation.R$styleable: int FontFamilyFont_fontVariationSettings -retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: void dispose() -wangdaye.com.geometricweather.R$drawable: int notif_temp_134 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: int status -androidx.constraintlayout.widget.R$styleable: int StateSet_defaultState -androidx.lifecycle.ProcessLifecycleOwner: androidx.lifecycle.LifecycleRegistry mRegistry -androidx.appcompat.R$id: int accessibility_custom_action_19 -com.google.android.material.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable -cyanogenmod.externalviews.KeyguardExternalViewProviderService: android.view.WindowManager access$500(cyanogenmod.externalviews.KeyguardExternalViewProviderService) -androidx.constraintlayout.widget.R$styleable: int[] DrawerArrowToggle -com.google.android.material.R$anim: int btn_checkbox_to_unchecked_icon_null_animation -wangdaye.com.geometricweather.R$attr: int behavior_autoHide -androidx.preference.R$color: int switch_thumb_normal_material_light -androidx.constraintlayout.widget.R$attr: int colorPrimaryDark -retrofit2.RequestBuilder: java.lang.String method -androidx.constraintlayout.widget.R$styleable: int ActionBar_icon -okhttp3.internal.http2.Http2Connection$7: okhttp3.internal.http2.Http2Connection this$0 -android.didikee.donate.R$dimen: int disabled_alpha_material_light -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_DrawerArrowToggle -com.turingtechnologies.materialscrollbar.R$id: int labeled -androidx.preference.R$styleable: int[] SwitchPreference -okhttp3.Dns$1 -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: long timeout -com.turingtechnologies.materialscrollbar.R$anim: int abc_slide_out_top -com.google.android.material.R$id: int parallax -android.didikee.donate.R$style: int TextAppearance_AppCompat_Display1 -retrofit2.Utils$ParameterizedTypeImpl: int hashCode() -com.google.android.material.R$drawable: int notification_bg -com.bumptech.glide.integration.okhttp.R$id: int tag_unhandled_key_listeners -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Metric: double Value -wangdaye.com.geometricweather.R$id: int notification_multi_city_text_1 -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary -androidx.preference.R$id: int title_template -com.jaredrummler.android.colorpicker.R$integer: int cancel_button_image_alpha -androidx.fragment.app.FragmentTabHost$SavedState -androidx.constraintlayout.widget.R$id: int alertTitle -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_selectableItemBackground -androidx.appcompat.R$color: int dim_foreground_disabled_material_dark -com.google.android.material.R$attr: int actionModeBackground -io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,boolean) -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_RatingBar_Indicator -androidx.appcompat.R$styleable: int AppCompatTextHelper_android_drawableTop -okio.InflaterSource: boolean refill() -androidx.appcompat.resources.R$styleable: int[] GradientColor -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Subhead -okio.ByteString: void readObject(java.io.ObjectInputStream) -androidx.constraintlayout.widget.R$styleable: int MenuItem_actionProviderClass -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator CALL_RECORDING_FORMAT_VALIDATOR -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: DefaultCallAdapterFactory$ExecutorCallbackCall(java.util.concurrent.Executor,retrofit2.Call) -cyanogenmod.providers.CMSettings$System: java.lang.String NAV_BUTTONS -androidx.constraintlayout.motion.widget.MotionLayout$TransitionState: androidx.constraintlayout.motion.widget.MotionLayout$TransitionState FINISHED -okhttp3.internal.http1.Http1Codec -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Dialog_Alert -com.google.android.material.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog_Alert -com.google.android.material.R$style: int Platform_V21_AppCompat_Light -androidx.appcompat.R$style: int Platform_ThemeOverlay_AppCompat_Light -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.String dailyForecast -io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: boolean isDisposed() -wangdaye.com.geometricweather.db.entities.DailyEntity: void setRagweedLevel(java.lang.Integer) -com.xw.repo.bubbleseekbar.R$id: int left -com.google.android.material.R$id: int tag_screen_reader_focusable -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ListView_DropDown -james.adaptiveicon.R$layout: int abc_screen_simple -androidx.coordinatorlayout.R$drawable: int notification_icon_background -androidx.appcompat.R$id: int accessibility_custom_action_11 -com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_tileMode -wangdaye.com.geometricweather.R$styleable: int ActionMode_background -androidx.constraintlayout.motion.widget.MotionLayout: MotionLayout(android.content.Context) -wangdaye.com.geometricweather.R$id: int widget_week_card -wangdaye.com.geometricweather.R$string: int key_widget_multi_city -com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_layout_keyline -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$DailyTemperature: MfForecastResult$DailyForecast$DailyTemperature() -com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleTextAppearance -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Metric: AccuCurrentResult$ApparentTemperature$Metric() -wangdaye.com.geometricweather.R$drawable: int notif_temp_106 -androidx.preference.R$styleable: int ActionBar_titleTextStyle -okio.ByteString: void write(java.io.OutputStream) -cyanogenmod.weather.WeatherLocation: java.lang.String access$102(cyanogenmod.weather.WeatherLocation,java.lang.String) -com.jaredrummler.android.colorpicker.R$attr: int listPreferredItemPaddingLeft -wangdaye.com.geometricweather.R$dimen: int material_cursor_inset_bottom -androidx.vectordrawable.R$string: int status_bar_notification_info_overflow -com.google.android.gms.base.R$id: int auto -com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.reflect.Type[] getActualTypeArguments() -james.adaptiveicon.R$styleable: int SwitchCompat_thumbTint -androidx.swiperefreshlayout.R$styleable: int ColorStateListItem_alpha -retrofit2.ParameterHandler$Field: boolean encoded -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: boolean isEmpty() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: void setUnit(java.lang.String) -androidx.customview.R$dimen: int notification_top_pad -cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler: WeatherProviderService$ServiceHandler(cyanogenmod.weatherservice.WeatherProviderService,android.os.Looper) -androidx.transition.R$id: int ghost_view_holder -io.reactivex.internal.queue.SpscArrayQueue: void soElement(int,java.lang.Object) -okio.Buffer$UnsafeCursor: void close() -com.google.android.material.textview.MaterialTextView -android.didikee.donate.R$drawable: int abc_btn_check_to_on_mtrl_015 -com.google.android.material.R$id: int icon -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: java.util.concurrent.atomic.AtomicReference upstream -com.google.android.material.chip.Chip: void setCloseIconEnabled(boolean) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_android_windowIsFloating -org.greenrobot.greendao.AbstractDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) -androidx.core.app.RemoteActionCompat: RemoteActionCompat() -androidx.transition.R$drawable -wangdaye.com.geometricweather.R$drawable: int notification_tile_bg -cyanogenmod.app.Profile$ProfileTrigger$1: java.lang.Object[] newArray(int) -androidx.preference.R$attr: int orderingFromXml -wangdaye.com.geometricweather.R$string: int material_hour_suffix -androidx.constraintlayout.widget.R$attr: int singleChoiceItemLayout -com.jaredrummler.android.colorpicker.R$attr: int coordinatorLayoutStyle -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void otherComplete() -cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: java.lang.String INCREASING_VOLUME -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: io.reactivex.internal.util.AtomicThrowable error -cyanogenmod.app.CustomTile$ExpandedListItem: void setExpandedListItemBitmap(android.graphics.Bitmap) -androidx.fragment.R$drawable: R$drawable() -okhttp3.CipherSuite: okhttp3.CipherSuite forJavaName(java.lang.String) -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_PopupWindow -com.google.android.material.R$id: int parentRelative -android.support.v4.os.IResultReceiver$Stub: int TRANSACTION_send -wangdaye.com.geometricweather.R$attr: int dialogLayout -androidx.hilt.work.R$id: int normal -james.adaptiveicon.R$color: int foreground_material_dark -com.jaredrummler.android.colorpicker.R$attr: int titleMarginTop -androidx.transition.R$dimen: int notification_big_circle_margin -wangdaye.com.geometricweather.R$string: int key_widget_week -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_day_vertical_padding -androidx.appcompat.R$styleable: int LinearLayoutCompat_Layout_android_layout_width -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setDaylight(boolean) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getAqiIndex() -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType Load -androidx.appcompat.widget.AppCompatRadioButton: android.graphics.PorterDuff$Mode getSupportButtonTintMode() -james.adaptiveicon.R$string: int abc_searchview_description_clear -com.jaredrummler.android.colorpicker.R$attr: int selectableItemBackground -androidx.appcompat.resources.R$id: int accessibility_custom_action_25 -com.google.android.material.R$attr: int flow_horizontalStyle -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void disposeBoundary() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX wind -androidx.hilt.work.R$id: int icon_group -androidx.recyclerview.R$attr: R$attr() -androidx.vectordrawable.R$styleable: int GradientColor_android_endColor -io.reactivex.internal.observers.BasicIntQueueDisposable: boolean isEmpty() -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_textStyle -android.didikee.donate.R$attr: int titleTextColor -wangdaye.com.geometricweather.R$layout: int activity_daily_trend_display_manage -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit valueOf(java.lang.String) -androidx.constraintlayout.helper.widget.Layer: Layer(android.content.Context,android.util.AttributeSet) -cyanogenmod.hardware.CMHardwareManager: int FEATURE_TOUCH_HOVERING -com.google.android.material.R$attr: int cornerSizeTopRight -okhttp3.internal.http2.Http2Stream: boolean isLocallyInitiated() -james.adaptiveicon.R$color: int material_grey_900 -com.amap.api.fence.GeoFence: void setCurrentLocation(com.amap.api.location.AMapLocation) -com.jaredrummler.android.colorpicker.R$attr: int subtitle -com.xw.repo.bubbleseekbar.R$integer: int abc_config_activityDefaultDur -wangdaye.com.geometricweather.R$color: int weather_source_caiyun -com.google.android.material.R$style: int Widget_MaterialComponents_Toolbar_Primary -com.jaredrummler.android.colorpicker.R$attr: int dividerHorizontal -com.jaredrummler.android.colorpicker.R$drawable: int abc_list_selector_holo_dark -androidx.legacy.coreutils.R$dimen -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Light_BottomSheetDialog -androidx.constraintlayout.widget.R$styleable: int KeyCycle_waveOffset -com.xw.repo.BubbleSeekBar -cyanogenmod.app.BaseLiveLockManagerService$1: boolean unregisterChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) -androidx.preference.R$id: int line3 -wangdaye.com.geometricweather.R$attr: int layout_constraintEnd_toStartOf -androidx.appcompat.R$drawable: int abc_ic_star_half_black_48dp -com.google.android.material.R$styleable: int Slider_android_valueTo -wangdaye.com.geometricweather.R$id: int dragRight -androidx.preference.R$styleable: int RecyclerView_fastScrollEnabled -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$RequestType mRequestType -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SNOW -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Speed -com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_precise_anchor_extra_offset -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: java.lang.Object enterTransform(java.lang.Object) -com.google.android.material.R$styleable: int Constraint_android_visibility -com.jaredrummler.android.colorpicker.R$styleable: int[] RecycleListView -androidx.work.R$integer -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.lang.String zone -com.jaredrummler.android.colorpicker.R$id: int decor_content_parent -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection connection -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Headline -io.reactivex.internal.subscriptions.SubscriptionHelper: io.reactivex.internal.subscriptions.SubscriptionHelper CANCELLED -com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status RUNNING -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: java.util.concurrent.TimeUnit unit -androidx.fragment.R$dimen: int compat_notification_large_icon_max_height -androidx.viewpager.widget.ViewPager: int getClientWidth() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric: AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric() -wangdaye.com.geometricweather.R$drawable: int live_wallpaper_thumbnail -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: java.lang.Object NEXT_WINDOW -cyanogenmod.providers.CMSettings$System: java.lang.String SYSTEM_PROFILES_ENABLED -okhttp3.OkHttpClient$1 -androidx.recyclerview.R$style: int TextAppearance_Compat_Notification_Time -org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.rx.RxTransaction rxTxPlain -okhttp3.CacheControl: int sMaxAgeSeconds() -cyanogenmod.externalviews.ExternalView: void onDetachedFromWindow() -com.jaredrummler.android.colorpicker.R$layout: int expand_button -androidx.constraintlayout.widget.R$drawable: int abc_textfield_default_mtrl_alpha -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse -wangdaye.com.geometricweather.R$layout: int fragment_main -androidx.preference.R$attr: int alertDialogTheme -james.adaptiveicon.R$attr: int buttonBarButtonStyle -androidx.hilt.R$id: int notification_background -com.google.android.material.bottomappbar.BottomAppBar: int getLeftInset() -com.google.android.material.R$styleable: int AppCompatTheme_alertDialogStyle -wangdaye.com.geometricweather.R$styleable: int ColorStateListItem_android_color -com.google.android.material.R$styleable: int AppCompatTextView_textLocale -androidx.constraintlayout.widget.R$drawable: int abc_ic_go_search_api_material -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWetBulbTemperature(java.lang.Integer) -retrofit2.BuiltInConverters$UnitResponseBodyConverter: kotlin.Unit convert(okhttp3.ResponseBody) -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: ObservableConcatMapCompletable$ConcatMapCompletableObserver(io.reactivex.CompletableObserver,io.reactivex.functions.Function,io.reactivex.internal.util.ErrorMode,int) -com.google.android.material.appbar.HeaderScrollingViewBehavior: HeaderScrollingViewBehavior(android.content.Context,android.util.AttributeSet) -androidx.vectordrawable.animated.R$styleable: int ColorStateListItem_android_color -androidx.loader.R$styleable -com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity -com.google.android.material.R$style: int Theme_MaterialComponents_Light -androidx.work.R$styleable: int GradientColorItem_android_color -okhttp3.internal.tls.DistinguishedNameParser: java.lang.String quotedAV() -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_16 -com.google.android.material.R$color: int mtrl_bottom_nav_colored_item_tint -androidx.appcompat.R$color: int switch_thumb_disabled_material_light -com.google.android.material.R$attr: int materialAlertDialogBodyTextStyle -androidx.loader.R$styleable: int GradientColor_android_startY -com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy[] values() -okio.RealBufferedSink: okio.BufferedSink writeLongLe(long) -com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat_Dialog -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: io.reactivex.disposables.CompositeDisposable observers -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Small_Inverse -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarSwipeRefreshLayout: FitSystemBarSwipeRefreshLayout(android.content.Context,android.util.AttributeSet) -androidx.hilt.R$anim: int fragment_fade_enter -com.google.android.material.textfield.TextInputLayout: void setSuffixTextAppearance(int) -wangdaye.com.geometricweather.R$styleable: int KeyTrigger_motionTarget -cyanogenmod.app.ThemeVersion: int CM12_PRE_VERSIONING -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_59 -androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: io.reactivex.internal.disposables.SequentialDisposable task -cyanogenmod.weather.WeatherInfo$Builder: double mHumidity -wangdaye.com.geometricweather.R$color: int weather_source_accu -androidx.coordinatorlayout.R$styleable: int FontFamilyFont_android_fontWeight -okhttp3.internal.http1.Http1Codec$AbstractSource: long read(okio.Buffer,long) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintVertical_chainStyle -android.didikee.donate.R$attr: int panelMenuListTheme -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_translationZ -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_ProgressIndicator -com.google.android.material.R$attr: int labelStyle -androidx.core.R$id: int notification_main_column_container -androidx.constraintlayout.widget.R$styleable: int Layout_maxWidth -androidx.constraintlayout.widget.R$styleable: int PopupWindow_android_popupBackground -cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String opPkg -okhttp3.Response$Builder: Response$Builder(okhttp3.Response) -androidx.preference.R$style: int Base_Widget_AppCompat_ActionBar_Solid -wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerSizeTopLeft -wangdaye.com.geometricweather.R$string: int abc_searchview_description_clear -okhttp3.internal.platform.AndroidPlatform$CloseGuard: java.lang.reflect.Method getMethod -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: java.lang.String toValue(java.util.List) -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth -com.xw.repo.bubbleseekbar.R$id: int tag_unhandled_key_listeners -wangdaye.com.geometricweather.R$drawable: int abc_spinner_mtrl_am_alpha -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle -com.google.android.material.R$styleable: int Layout_layout_goneMarginRight -androidx.lifecycle.LifecycleRegistryOwner: androidx.lifecycle.LifecycleRegistry getLifecycle() -androidx.appcompat.R$id: int accessibility_custom_action_30 -okhttp3.internal.http2.Http2Connection$ReaderRunnable: Http2Connection$ReaderRunnable(okhttp3.internal.http2.Http2Connection,okhttp3.internal.http2.Http2Reader) -androidx.appcompat.R$styleable: int Toolbar_title -cyanogenmod.app.Profile: int mDozeMode -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_collapsedTitleGravity -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_lastVerticalStyle -androidx.preference.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title -wangdaye.com.geometricweather.R$string: int feedback_request_location_permission_failed -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header -androidx.preference.R$anim: int btn_radio_to_on_mtrl_ring_outer_path_animation -com.google.android.material.R$styleable: int MenuItem_actionProviderClass -com.google.android.material.R$color: int abc_tint_switch_track -retrofit2.Invocation: java.lang.reflect.Method method -com.google.android.material.R$styleable: int Layout_layout_goneMarginEnd -androidx.constraintlayout.widget.R$styleable: int MotionScene_defaultDuration -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_firstVerticalBias -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder fragment(java.lang.String) -retrofit2.OkHttpCall$1: OkHttpCall$1(retrofit2.OkHttpCall,retrofit2.Callback) -wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.DailyEntity) -com.turingtechnologies.materialscrollbar.R$color: int abc_search_url_text_normal -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer ragweedLevel -androidx.constraintlayout.widget.R$id: int path -com.google.gson.stream.JsonReader: int PEEKED_BUFFERED -okio.RealBufferedSource: long readLong() -james.adaptiveicon.R$attr: int dialogTheme -com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_android_descendantFocusability -wangdaye.com.geometricweather.R$attr: int preferenceCategoryStyle -com.google.android.material.R$attr: int textAppearanceHeadline6 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setImages(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean) -com.bumptech.glide.load.resource.bitmap.DefaultImageHeaderParser$Reader$EndOfFileException: long serialVersionUID -james.adaptiveicon.R$attr: int paddingStart -wangdaye.com.geometricweather.R$styleable: int SearchView_android_imeOptions -androidx.constraintlayout.widget.VirtualLayout: VirtualLayout(android.content.Context) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$1 -wangdaye.com.geometricweather.R$string: int ragweed -com.google.android.material.floatingactionbutton.FloatingActionButton$Behavior: FloatingActionButton$Behavior() -androidx.constraintlayout.widget.R$color: int primary_text_default_material_light -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorTextAppearance -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SHOWERS -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse -androidx.viewpager2.R$id: int tag_screen_reader_focusable -retrofit2.Retrofit$Builder: retrofit2.Platform platform -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: int getAnimationMode() -com.google.android.material.R$color: int abc_search_url_text_normal -com.google.android.material.R$attr: int tabIconTintMode -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String TODAYS_LOW_TEMPERATURE -androidx.preference.R$styleable: int SeekBarPreference_min -androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_marginEnd -androidx.activity.R$dimen: int notification_top_pad_large_text -com.amap.api.location.AMapLocationClientOption: boolean k -androidx.appcompat.widget.ContentFrameLayout: android.util.TypedValue getMinWidthMinor() -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_android_orientation -androidx.vectordrawable.animated.R$dimen: int notification_right_side_padding_top -androidx.fragment.R$id: int accessibility_custom_action_4 -androidx.preference.R$styleable: int TextAppearance_android_textColorLink -com.google.android.gms.common.internal.zag -com.jaredrummler.android.colorpicker.R$styleable: int Preference_allowDividerAbove -wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoonPhaseAngle(java.lang.Integer) -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.MinutelyEntityDao minutelyEntityDao -androidx.preference.R$id: int contentPanel -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionBar_TabText -io.reactivex.Observable: io.reactivex.Observable timeInterval(io.reactivex.Scheduler) -wangdaye.com.geometricweather.R$integer: int cancel_button_image_alpha -com.turingtechnologies.materialscrollbar.R$string -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial -androidx.appcompat.widget.AppCompatEditText: AppCompatEditText(android.content.Context,android.util.AttributeSet) -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_14 -com.google.android.material.R$styleable: int AppBarLayout_Layout_layout_scrollFlags -com.bumptech.glide.R$dimen: int notification_small_icon_size_as_large -okhttp3.internal.http2.Http2Connection$PingRunnable: int payload1 -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult: wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position position -com.amap.api.location.AMapLocation: com.amap.api.location.AMapLocationQualityReport getLocationQualityReport() -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarTheme -wangdaye.com.geometricweather.R$layout: int dialog_time_setter -cyanogenmod.app.CustomTile$ExpandedItem: int describeContents() -androidx.vectordrawable.R$id: int tag_unhandled_key_event_manager -androidx.hilt.lifecycle.R$styleable: int GradientColor_android_endX -james.adaptiveicon.R$style: int Widget_AppCompat_Spinner -com.jaredrummler.android.colorpicker.R$id: int right_side -cyanogenmod.app.Profile$1: cyanogenmod.app.Profile[] newArray(int) -android.didikee.donate.R$dimen: int abc_dialog_fixed_width_minor -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeTotalPrecipitationProbability -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemIconTint -okhttp3.OkHttpClient$Builder: boolean retryOnConnectionFailure -androidx.appcompat.R$drawable: int btn_radio_off_mtrl -androidx.swiperefreshlayout.R$dimen: int notification_content_margin_start -androidx.appcompat.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal -com.google.android.material.R$id: int tag_unhandled_key_listeners -wangdaye.com.geometricweather.R$id: int dialog_background_location_setButton -androidx.preference.R$dimen: int abc_config_prefDialogWidth -com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_startX -com.google.android.material.R$attr: int transitionDisable -cyanogenmod.app.ILiveLockScreenManagerProvider: boolean getLiveLockScreenEnabled() -com.bumptech.glide.integration.okhttp.R$attr: int layout_dodgeInsetEdges -wangdaye.com.geometricweather.R$layout: int cpv_preference_circle_large -okhttp3.internal.cache.DiskLruCache: java.lang.String REMOVE -wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: MoonPhase(java.lang.Integer,java.lang.String) -androidx.appcompat.R$dimen: int tooltip_vertical_padding -wangdaye.com.geometricweather.R$interpolator: int btn_radio_to_off_mtrl_animation_interpolator_0 -androidx.lifecycle.LiveData: void considerNotify(androidx.lifecycle.LiveData$ObserverWrapper) -androidx.appcompat.R$layout: int abc_alert_dialog_title_material -okio.HashingSink: okio.HashingSink sha1(okio.Sink) -com.amap.api.location.AMapLocation: void setBuildingId(java.lang.String) -okhttp3.internal.http2.Huffman$Node: int symbol -com.google.android.material.R$dimen: int mtrl_min_touch_target_size -james.adaptiveicon.R$styleable: int AlertDialog_buttonPanelSideLayout -androidx.legacy.coreutils.R$attr: int fontProviderCerts -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: io.reactivex.internal.fuseable.SimplePlainQueue queue -androidx.preference.R$color: int accent_material_dark -cyanogenmod.themes.ThemeChangeRequest: ThemeChangeRequest(android.os.Parcel,cyanogenmod.themes.ThemeChangeRequest$1) -com.google.android.material.R$styleable: int SnackbarLayout_backgroundTint -androidx.appcompat.R$styleable: int AppCompatTheme_actionBarStyle -androidx.lifecycle.SavedStateHandle$SavingStateLiveData: SavedStateHandle$SavingStateLiveData(androidx.lifecycle.SavedStateHandle,java.lang.String,java.lang.Object) -wangdaye.com.geometricweather.R$id: int widget_text_temperature -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: void setCancellable(io.reactivex.functions.Cancellable) -com.google.android.material.R$styleable: int AppCompatTheme_popupMenuStyle -wangdaye.com.geometricweather.R$string: int wind_8 -com.amap.api.location.DPoint: void setLatitude(double) -wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_startAngle -wangdaye.com.geometricweather.remoteviews.config.ClockDayHorizontalWidgetConfigActivity -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_switchTextOff -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title -okhttp3.internal.io.FileSystem$1: void deleteContents(java.io.File) -com.turingtechnologies.materialscrollbar.R$attr: int borderlessButtonStyle -wangdaye.com.geometricweather.R$string: int content_desc_powered_by -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_TabBar -wangdaye.com.geometricweather.R$layout: int abc_cascading_menu_item_layout -wangdaye.com.geometricweather.db.entities.DaoMaster$OpenHelper: DaoMaster$OpenHelper(android.content.Context,java.lang.String) -androidx.hilt.work.R$id: int accessibility_custom_action_11 -cyanogenmod.weather.WeatherInfo: double mTodaysLowTemp -wangdaye.com.geometricweather.settings.activities.AboutActivity: AboutActivity() -com.xw.repo.bubbleseekbar.R$attr: int buttonGravity -com.google.android.material.R$attr: int listMenuViewStyle -com.turingtechnologies.materialscrollbar.R$attr: int backgroundTintMode -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Dialog -androidx.swiperefreshlayout.R$attr: int ttcIndex -okhttp3.internal.http2.Http2Connection$1: int val$streamId -com.bumptech.glide.module.AppGlideModule: AppGlideModule() -androidx.preference.R$styleable: int PreferenceFragment_android_layout -android.didikee.donate.R$id: int always -james.adaptiveicon.R$attr: int textAppearanceListItem -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_9 -androidx.constraintlayout.widget.R$attr: int navigationIcon -com.google.android.material.R$styleable: int AppCompatTheme_alertDialogCenterButtons -com.xw.repo.bubbleseekbar.R$id: int select_dialog_listview -com.google.android.material.R$id: int container -com.turingtechnologies.materialscrollbar.R$attr: int listItemLayout -com.xw.repo.bubbleseekbar.R$color: int material_grey_900 -androidx.customview.R$string: R$string() -com.turingtechnologies.materialscrollbar.R$attr: int actionModeSplitBackground -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_normalContainer -androidx.constraintlayout.widget.R$styleable: int Variant_region_heightLessThan -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: boolean cancelled -okhttp3.internal.http2.Http2Stream: void cancelStreamIfNecessary() -wangdaye.com.geometricweather.R$styleable: int NavigationView_shapeAppearance -androidx.hilt.R$drawable: int notification_tile_bg -androidx.preference.R$styleable: int StateListDrawable_android_variablePadding -com.google.android.material.R$styleable: int TextAppearance_fontFamily -com.google.android.material.card.MaterialCardView: float getRadius() -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Title -retrofit2.RequestFactory: retrofit2.ParameterHandler[] parameterHandlers -androidx.dynamicanimation.R$attr: int fontStyle -androidx.constraintlayout.widget.R$styleable: int MenuGroup_android_visible -androidx.constraintlayout.widget.R$drawable: int abc_btn_check_material -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -androidx.appcompat.widget.ActionBarOverlayLayout: void setActionBarVisibilityCallback(androidx.appcompat.widget.ActionBarOverlayLayout$ActionBarVisibilityCallback) -com.xw.repo.bubbleseekbar.R$style: int Base_Animation_AppCompat_DropDownUp -retrofit2.OkHttpCall$ExceptionCatchingResponseBody$1: long read(okio.Buffer,long) -okhttp3.MultipartBody$Part: okhttp3.MultipartBody$Part create(okhttp3.Headers,okhttp3.RequestBody) -com.google.android.material.R$attr: int progressBarStyle -androidx.coordinatorlayout.R$layout: int notification_action_tombstone -androidx.preference.R$id: int accessibility_custom_action_11 -wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider AMAP -androidx.appcompat.resources.R$styleable: int[] ColorStateListItem -androidx.preference.Preference -androidx.constraintlayout.widget.R$styleable: int MotionLayout_showPaths -com.amap.api.fence.PoiItem -james.adaptiveicon.R$styleable: int Toolbar_logoDescription -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: MfHistoryResult$History() -com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge -com.google.android.material.R$attr: int navigationMode -wangdaye.com.geometricweather.R$styleable: int Chip_chipCornerRadius -com.google.android.material.R$layout: int mtrl_picker_header_selection_text -androidx.fragment.R$id: int time -com.baidu.location.e.h$c: com.baidu.location.e.h$c[] values() -com.google.android.material.slider.Slider: void setTrackInactiveTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Weather: java.lang.String icon -cyanogenmod.providers.CMSettings$Secure: java.lang.String KILL_APP_LONGPRESS_BACK -androidx.appcompat.R$id: int edit_query -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionDropDownStyle -okhttp3.Request: java.lang.Object tag() -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void onComplete() -com.google.android.material.R$styleable: int[] TabItem -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableRightCompat -cyanogenmod.app.CMStatusBarManager: cyanogenmod.app.ICMStatusBarManager getService() -okhttp3.internal.connection.StreamAllocation: boolean $assertionsDisabled -com.google.android.material.floatingactionbutton.FloatingActionButton: void setScaleX(float) -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_maxLines -retrofit2.KotlinExtensions$awaitResponse$2$2: void onResponse(retrofit2.Call,retrofit2.Response) -androidx.lifecycle.Transformations -com.google.android.material.chip.Chip: void setChipIconSize(float) -android.didikee.donate.R$attr: int actionModeCloseDrawable -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getPivotY() -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 -com.google.android.material.R$styleable: int BottomNavigationView_itemBackground -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layoutDescription -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_slideLockscreenIn -okhttp3.internal.http1.Http1Codec$ChunkedSink: void flush() -james.adaptiveicon.AdaptiveIconView: AdaptiveIconView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode PARTLY_CLOUDY -com.google.android.material.R$attr: int popupMenuBackground -wangdaye.com.geometricweather.search.LoadableLocationList$Status: wangdaye.com.geometricweather.search.LoadableLocationList$Status LOADING -retrofit2.Invocation -cyanogenmod.providers.CMSettings$Secure: java.lang.String ENABLED_EVENT_LIVE_LOCKS_KEY -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: boolean isDisposed() -com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemRippleColor -androidx.appcompat.R$drawable: int abc_ic_menu_cut_mtrl_alpha -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation: wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Weather weather -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric: int UnitType -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeTotalPrecipitationDuration() -wangdaye.com.geometricweather.R$drawable: int notif_temp_9 -wangdaye.com.geometricweather.R$array: int distance_units -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: io.reactivex.functions.Function bufferClose -com.xw.repo.bubbleseekbar.R$id: int shortcut -androidx.constraintlayout.helper.widget.Layer: void setScaleY(float) -androidx.lifecycle.extensions.R$color: int notification_icon_bg_color -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_editTextBackground -cyanogenmod.weather.RequestInfo: boolean access$702(cyanogenmod.weather.RequestInfo,boolean) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$LocalSource: java.lang.String Name -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService newInstance(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationApi,io.reactivex.disposables.CompositeDisposable) -com.google.android.material.timepicker.ClockFaceView: ClockFaceView(android.content.Context,android.util.AttributeSet) -james.adaptiveicon.R$dimen: int notification_top_pad_large_text -androidx.preference.R$styleable: int View_paddingEnd -androidx.swiperefreshlayout.R$style: int TextAppearance_Compat_Notification_Info -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Imperial -wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String city -androidx.fragment.R$id: int async -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void dispose() -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float rainPrecipitationProbability -com.amap.api.fence.DistrictItem: void setCitycode(java.lang.String) -com.autonavi.aps.amapapi.model.AMapLocationServer: int i -retrofit2.BuiltInConverters$VoidResponseBodyConverter: retrofit2.BuiltInConverters$VoidResponseBodyConverter INSTANCE -wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: java.lang.String insee -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Snow snow -androidx.preference.R$drawable: int btn_radio_off_to_on_mtrl_animation -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.lang.Integer RIGHT_VALUE -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float getSnow() -com.turingtechnologies.materialscrollbar.R$dimen: int abc_control_padding_material -io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber -com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_colored_material -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getAqiColor(android.content.Context) -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_section_text_color -androidx.appcompat.R$dimen: int hint_pressed_alpha_material_light -androidx.preference.R$styleable: int BackgroundStyle_selectableItemBackground -okhttp3.Response$Builder: okhttp3.Response$Builder handshake(okhttp3.Handshake) -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_onDetachedFromWindow -com.turingtechnologies.materialscrollbar.R$attr: int passwordToggleTint -com.jaredrummler.android.colorpicker.R$dimen: int abc_panel_menu_list_width -com.google.android.material.R$id: int material_value_index -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Direction Direction -com.google.android.material.R$attr: int chipMinTouchTargetSize -com.amap.api.fence.GeoFence: int getType() -com.google.android.material.R$color: int design_dark_default_color_secondary -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Large -androidx.vectordrawable.animated.R$id: int action_image -com.google.android.material.R$color: int bright_foreground_disabled_material_dark -androidx.room.RoomDatabase$JournalMode: androidx.room.RoomDatabase$JournalMode WRITE_AHEAD_LOGGING -androidx.lifecycle.extensions.R$id: int action_image -android.didikee.donate.R$attr: int tickMarkTint -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_menu_selectall_mtrl_alpha -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.Observer downstream -androidx.viewpager2.R$styleable: int FontFamilyFont_android_ttcIndex -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DialogWhenLarge -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_padding_material -cyanogenmod.alarmclock.ClockContract$InstancesColumns: int DISMISSED_STATE -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_commitIcon -io.reactivex.internal.util.ErrorMode: io.reactivex.internal.util.ErrorMode BOUNDARY -androidx.preference.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setStrokeColor(int) -com.google.android.material.R$styleable: int ImageFilterView_brightness -com.google.android.material.R$styleable: int Toolbar_popupTheme -com.google.android.material.R$attr: int itemShapeInsetEnd -androidx.activity.R$attr: int fontWeight -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem -com.google.android.material.R$styleable: int MaterialButton_shapeAppearance -wangdaye.com.geometricweather.R$id: int item_about_link_icon -okhttp3.internal.http.HttpHeaders: okio.ByteString QUOTED_STRING_DELIMITERS -androidx.preference.R$dimen: int abc_action_bar_content_inset_with_nav -wangdaye.com.geometricweather.R$layout: int abc_action_bar_title_item -com.xw.repo.bubbleseekbar.R$style: int Platform_Widget_AppCompat_Spinner -androidx.preference.R$styleable: int[] Toolbar -androidx.swiperefreshlayout.R$id: int tag_accessibility_actions -com.google.android.material.R$id: int submit_area -wangdaye.com.geometricweather.background.polling.permanent.observer.TimeObserverService -com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_keylines -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Snackbar_FullWidth -okio.DeflaterSink: void flush() -com.google.android.material.R$styleable: int ChipGroup_chipSpacingVertical -com.xw.repo.bubbleseekbar.R$attr: int logo -com.turingtechnologies.materialscrollbar.R$attr: int actionOverflowButtonStyle -android.didikee.donate.R$style: int Base_V21_Theme_AppCompat_Light_Dialog -androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customIntegerValue -okhttp3.internal.cache.DiskLruCache$3: void remove() -com.jaredrummler.android.colorpicker.R$attr: int displayOptions -androidx.vectordrawable.R$style -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeCopyDrawable -wangdaye.com.geometricweather.R$drawable: int ic_mtrl_chip_checked_circle -androidx.fragment.app.Fragment -com.google.android.material.R$styleable: int AlertDialog_android_layout -wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: WidgetItemView(android.content.Context,android.util.AttributeSet) -androidx.preference.R$styleable: int TextAppearance_android_textSize -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionBar_Solid -wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView: void setLineColor(int) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf -com.xw.repo.bubbleseekbar.R$color: int switch_thumb_normal_material_light -com.jaredrummler.android.colorpicker.R$layout: int preference_information -okhttp3.internal.Util: boolean skipAll(okio.Source,int,java.util.concurrent.TimeUnit) -retrofit2.KotlinExtensions$suspendAndThrow$1: java.lang.Object L$0 -androidx.constraintlayout.widget.R$styleable: int ActionBar_contentInsetRight -james.adaptiveicon.R$attr: int actionModeFindDrawable -okhttp3.Response: okhttp3.ResponseBody peekBody(long) -androidx.constraintlayout.widget.R$id: int ignore -androidx.transition.R$id: int notification_background -androidx.vectordrawable.animated.R$layout: int notification_template_icon_group -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: void setZh_CN(java.lang.String) -cyanogenmod.weather.CMWeatherManager: cyanogenmod.weather.ICMWeatherManager getService() -androidx.loader.R$dimen: int notification_right_icon_size -androidx.fragment.app.FragmentTabHost: void setOnTabChangedListener(android.widget.TabHost$OnTabChangeListener) -cyanogenmod.hardware.ThermalListenerCallback$State: java.lang.String toString(int) -retrofit2.RequestBuilder: void addPart(okhttp3.MultipartBody$Part) -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.util.Date date -okhttp3.HttpUrl$Builder: java.util.List encodedQueryNamesAndValues -wangdaye.com.geometricweather.R$drawable: int widget_clock_day_week -com.xw.repo.bubbleseekbar.R$id: int search_badge -androidx.preference.R$style: int Theme_AppCompat_DayNight_Dialog_Alert -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Tooltip -okhttp3.internal.platform.OptionalMethod: java.lang.Object invokeOptionalWithoutCheckedException(java.lang.Object,java.lang.Object[]) -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: io.reactivex.disposables.CompositeDisposable disposables -wangdaye.com.geometricweather.R$integer: int bottom_sheet_slide_duration -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Compat_Notification_Line2 -com.xw.repo.bubbleseekbar.R$string: int status_bar_notification_info_overflow -com.jaredrummler.android.colorpicker.R$styleable: int ActionMode_height -com.google.android.material.R$styleable: int AppBarLayout_android_keyboardNavigationCluster -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: io.reactivex.Observer downstream -androidx.coordinatorlayout.R$id: int accessibility_custom_action_3 -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: boolean done -com.google.android.material.R$attr: int values -com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense -james.adaptiveicon.R$style: int Widget_AppCompat_SeekBar_Discrete -wangdaye.com.geometricweather.R$string: int feedback_hide_lunar -androidx.fragment.R$drawable: int notification_tile_bg -androidx.appcompat.R$style: int Base_Widget_AppCompat_ButtonBar -wangdaye.com.geometricweather.common.basic.models.weather.Alert: int getColor() -androidx.hilt.work.R$anim: int fragment_close_exit -wangdaye.com.geometricweather.R$string: int settings_category_widget -androidx.appcompat.resources.R$id: int icon -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void subscribeInner(io.reactivex.ObservableSource) -com.xw.repo.BubbleSeekBar: BubbleSeekBar(android.content.Context,android.util.AttributeSet) -android.didikee.donate.R$style: int Base_DialogWindowTitle_AppCompat -okhttp3.OkHttpClient: java.net.Proxy proxy() -com.google.android.material.R$id: int topPanel -androidx.appcompat.widget.ActionBarContextView: void setTitle(java.lang.CharSequence) -androidx.constraintlayout.motion.widget.MotionLayout: void setState(androidx.constraintlayout.motion.widget.MotionLayout$TransitionState) -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: void onNext(java.lang.Object) -androidx.transition.R$dimen: int notification_top_pad -android.didikee.donate.R$color: int abc_tint_switch_track -com.google.android.material.R$attr: int startIconContentDescription -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void onError(java.lang.Throwable) -com.google.android.material.R$id: int bidirectional -androidx.customview.R$style: int TextAppearance_Compat_Notification_Title -com.google.android.material.R$styleable: int TabLayout_tabIndicatorFullWidth -androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable: androidx.lifecycle.Lifecycle$Event mEvent -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_BATTERY_STYLE_VALIDATOR -cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent FONT -androidx.preference.R$id: int progress_circular -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_menu -com.google.android.material.R$dimen: int mtrl_bottomappbar_fabOffsetEndMode -com.autonavi.aps.amapapi.model.AMapLocationServer: void f(java.lang.String) -androidx.core.view.ViewCompat$1: ViewCompat$1(androidx.core.view.OnApplyWindowInsetsListener) -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setUpdateDate(java.util.Date) -android.didikee.donate.R$color: int accent_material_light -okhttp3.internal.http.HttpHeaders -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: boolean mAskedShow -wangdaye.com.geometricweather.R$styleable: int Chip_chipStrokeColor -com.google.android.material.R$string: int abc_searchview_description_voice -io.reactivex.internal.subscriptions.SubscriptionHelper: boolean setOnce(java.util.concurrent.atomic.AtomicReference,org.reactivestreams.Subscription,long) -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: boolean isDisposed() -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_stacked_tab_max_width -com.xw.repo.bubbleseekbar.R$drawable: int abc_cab_background_top_material -wangdaye.com.geometricweather.R$string: int feedback_background_location_summary -com.jaredrummler.android.colorpicker.R$attr: int preferenceTheme -wangdaye.com.geometricweather.R$drawable: int abc_list_selector_holo_dark -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_android_maxWidth -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Spinner -cyanogenmod.app.CMStatusBarManager: java.lang.String TAG -androidx.preference.R$styleable: int Preference_enableCopying -wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: int getPosition() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature ApparentTemperature -io.reactivex.internal.util.NotificationLite: java.lang.Object disposable(io.reactivex.disposables.Disposable) -com.google.android.gms.common.ConnectionResult -wangdaye.com.geometricweather.R$attr: int cpv_color -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Long getId() -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_android_imeOptions -android.didikee.donate.R$style: int Animation_AppCompat_DropDownUp -retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder addCallAdapterFactory(retrofit2.CallAdapter$Factory) -io.reactivex.internal.util.EmptyComponent: io.reactivex.Observer asObserver() -androidx.appcompat.R$styleable: int[] AppCompatSeekBar -cyanogenmod.app.PartnerInterface: cyanogenmod.app.PartnerInterface getInstance(android.content.Context) -android.didikee.donate.R$attr: int thumbTextPadding -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_14 -wangdaye.com.geometricweather.R$styleable: int[] RangeSlider -com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_itemTextAppearance -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$TotalLiquid: AccuDailyResult$DailyForecasts$Day$TotalLiquid() -okhttp3.OkHttpClient: okhttp3.Dns dns() -com.google.android.material.R$styleable: int KeyAttribute_android_rotation -com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_switch_to_on_mtrl_00012 -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModePopupWindowStyle -androidx.appcompat.R$style: int Base_Widget_AppCompat_PopupWindow -retrofit2.Utils$WildcardTypeImpl: Utils$WildcardTypeImpl(java.lang.reflect.Type[],java.lang.reflect.Type[]) -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getGrassIndex() -androidx.cardview.R$color: int cardview_shadow_end_color -androidx.hilt.work.R$string: R$string() -androidx.coordinatorlayout.R$styleable: int GradientColor_android_tileMode -com.google.android.material.R$styleable: int[] AnimatedStateListDrawableTransition -com.google.android.material.R$drawable: int abc_seekbar_thumb_material -wangdaye.com.geometricweather.R$styleable: int CardView_contentPadding -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property CurrentPosition -com.google.android.material.R$styleable: int AppCompatTheme_colorPrimaryDark -okio.Buffer$UnsafeCursor: byte[] data -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setOnSettingsClickIntent(android.content.Intent) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Year_Selected -androidx.constraintlayout.widget.R$drawable: int btn_radio_off_mtrl -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: java.lang.String WeatherText -com.turingtechnologies.materialscrollbar.R$styleable: int ButtonBarLayout_allowStacking -cyanogenmod.power.PerformanceManagerInternal -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void innerComplete() -com.google.android.material.chip.Chip: void setLines(int) -com.jaredrummler.android.colorpicker.R$color: int abc_secondary_text_material_light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX getAqi() -retrofit2.adapter.rxjava2.Result: java.lang.Throwable error() -androidx.preference.R$styleable: int AppCompatTheme_tooltipForegroundColor -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_Dialog -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void innerComplete(io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver) -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getUnitId() -okhttp3.internal.http2.Http2Connection$6: int val$streamId -wangdaye.com.geometricweather.R$id: int item_weather_daily_overview_text -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: boolean delayError -androidx.preference.R$drawable: int abc_spinner_mtrl_am_alpha -com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_indeterminate -com.google.android.material.slider.RangeSlider: void setThumbRadiusResource(int) -james.adaptiveicon.R$attr: int actionMenuTextColor -wangdaye.com.geometricweather.R$attr: int bsb_bubble_color -okio.BufferedSource: byte readByte() -okio.RealBufferedSource: void readFully(okio.Buffer,long) -wangdaye.com.geometricweather.R$dimen: int trend_item_width -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox -android.didikee.donate.R$styleable: int AppCompatSeekBar_tickMark -cyanogenmod.app.suggest.IAppSuggestManager$Stub: java.lang.String DESCRIPTOR -wangdaye.com.geometricweather.remoteviews.config.AbstractWidgetConfigActivity -wangdaye.com.geometricweather.R$color: int cardview_dark_background -okhttp3.internal.connection.StreamAllocation: java.net.Socket deallocate(boolean,boolean,boolean) -com.google.android.material.card.MaterialCardView: void setCheckedIconMarginResource(int) -wangdaye.com.geometricweather.R$styleable: int StateListDrawableItem_android_drawable -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Title -wangdaye.com.geometricweather.R$drawable: int shortcuts_clear_night_foreground -androidx.preference.R$string: int abc_capital_on -io.reactivex.Observable: io.reactivex.Observable withLatestFrom(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function5) -com.bumptech.glide.integration.okhttp.R$attr: int ttcIndex -wangdaye.com.geometricweather.R$drawable: int abc_control_background_material -wangdaye.com.geometricweather.R$drawable: int abc_btn_check_material_anim -cyanogenmod.profiles.RingModeSettings$1 -james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text -com.xw.repo.bubbleseekbar.R$attr: int subMenuArrow -androidx.constraintlayout.widget.R$drawable: int abc_ic_star_half_black_16dp -com.google.android.gms.base.R$drawable: int common_google_signin_btn_text_disabled -androidx.work.R$styleable: int FontFamily_fontProviderPackage -okio.Buffer$UnsafeCursor: boolean readWrite -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: double lat -wangdaye.com.geometricweather.R$color: int foreground_material_dark -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ListMenuView -com.turingtechnologies.materialscrollbar.R$attr -wangdaye.com.geometricweather.R$id: int refresh_layout -com.google.android.material.R$styleable: int OnSwipe_limitBoundsTo -androidx.loader.R$layout: int notification_action_tombstone -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver -okio.RealBufferedSource: long readDecimalLong() -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeThunderstormPrecipitationProbability(java.lang.Float) -wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableCompat_android_dither -com.amap.api.location.AMapLocation: int LOCATION_TYPE_SAME_REQ -wangdaye.com.geometricweather.R$string: int settings_summary_service_provider -android.didikee.donate.R$attr: int actionModeSelectAllDrawable -wangdaye.com.geometricweather.R$attr: int drawerArrowStyle -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorControlHighlight -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse -wangdaye.com.geometricweather.R$attr: int chipIcon -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: io.reactivex.internal.queue.SpscLinkedArrayQueue getOrCreateQueue() -com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_chipSpacingHorizontal -androidx.appcompat.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity -okhttp3.ResponseBody$BomAwareReader: ResponseBody$BomAwareReader(okio.BufferedSource,java.nio.charset.Charset) -androidx.lifecycle.ProcessLifecycleOwnerInitializer: int update(android.net.Uri,android.content.ContentValues,java.lang.String,java.lang.String[]) -androidx.constraintlayout.widget.R$drawable: int abc_text_select_handle_right_mtrl_light -androidx.constraintlayout.widget.R$anim: int btn_checkbox_to_checked_box_inner_merged_animation -androidx.coordinatorlayout.R$id: int accessibility_custom_action_27 -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_normalContainer -androidx.customview.R$id: R$id() -retrofit2.OkHttpCall: java.lang.Object[] args -android.support.v4.os.IResultReceiver$Stub$Proxy: void send(int,android.os.Bundle) -cyanogenmod.weather.WeatherLocation: java.lang.String access$702(cyanogenmod.weather.WeatherLocation,java.lang.String) -androidx.appcompat.R$attr: int dividerPadding -androidx.work.impl.utils.futures.DirectExecutor: void execute(java.lang.Runnable) -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver otherObserver -com.google.android.material.R$attr: int materialCalendarHeaderConfirmButton -com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_SearchResult -com.google.android.material.R$drawable: int abc_seekbar_tick_mark_material -androidx.constraintlayout.widget.R$drawable: int abc_list_selector_holo_light -james.adaptiveicon.R$styleable: int MenuGroup_android_menuCategory -okhttp3.internal.cache.InternalCache -james.adaptiveicon.R$dimen: int abc_dialog_fixed_height_major -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Body2 -com.google.android.material.R$styleable: int Constraint_flow_lastVerticalBias -okio.Okio: okio.Source source(java.io.InputStream) -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents -retrofit2.KotlinExtensions$await$2$2: void onResponse(retrofit2.Call,retrofit2.Response) -com.google.android.material.R$id: int text_input_end_icon -androidx.appcompat.widget.ScrollingTabContainerView: void setAllowCollapse(boolean) -androidx.constraintlayout.widget.R$color: int highlighted_text_material_dark -wangdaye.com.geometricweather.R$string: int summary_collapsed_preference_list -okhttp3.Protocol: okhttp3.Protocol valueOf(java.lang.String) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeSnowPrecipitationDuration -android.didikee.donate.R$styleable: int AppCompatTheme_buttonBarStyle -com.google.android.material.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$2: KeyguardExternalViewProviderService$Provider$ProviderImpl$2(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) -james.adaptiveicon.R$styleable: int LinearLayoutCompat_divider -com.bumptech.glide.R$drawable: int notification_bg_low -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: boolean isPrecipitation() -com.google.android.material.R$dimen: int design_snackbar_padding_vertical -com.google.android.material.R$attr: int minHideDelay -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_menu -wangdaye.com.geometricweather.R$attr: int theme -wangdaye.com.geometricweather.R$styleable: int MenuItem_tooltipText -okhttp3.Cache$2: boolean hasNext() -androidx.activity.R$id: int accessibility_custom_action_9 -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$NameValueCache sNameValueCache -androidx.appcompat.widget.ButtonBarLayout: void setAllowStacking(boolean) -wangdaye.com.geometricweather.R$drawable: int weather_sleet_mini_grey -james.adaptiveicon.R$anim: R$anim() -wangdaye.com.geometricweather.R$styleable: int FragmentContainerView_android_tag -okhttp3.internal.ws.WebSocketWriter$FrameSink: void close() -wangdaye.com.geometricweather.R$drawable: int notif_temp_122 -com.google.android.material.R$dimen: int notification_small_icon_background_padding -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: boolean inMaybe -com.xw.repo.bubbleseekbar.R$attr: int alertDialogStyle -com.amap.api.location.AMapLocation: java.lang.String o(com.amap.api.location.AMapLocation,java.lang.String) -com.jaredrummler.android.colorpicker.R$layout: int notification_template_icon_group -com.jaredrummler.android.colorpicker.R$dimen: int notification_action_text_size -androidx.preference.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle -androidx.work.R$id: int tag_screen_reader_focusable -com.turingtechnologies.materialscrollbar.R$id: int action_mode_close_button -wangdaye.com.geometricweather.R$attr: int backgroundTint -androidx.hilt.work.R$id: int accessibility_custom_action_27 -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary DegreeDaySummary -androidx.dynamicanimation.R$styleable: R$styleable() -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_background -com.turingtechnologies.materialscrollbar.R$color: int mtrl_chip_close_icon_tint -androidx.vectordrawable.animated.R$layout: int notification_action -okhttp3.internal.platform.Jdk9Platform: java.lang.reflect.Method setProtocolMethod -cyanogenmod.hardware.CMHardwareManager: int COLOR_CALIBRATION_BLUE_INDEX -com.jaredrummler.android.colorpicker.R$style: int Preference -wangdaye.com.geometricweather.R$color: int design_fab_shadow_mid_color -com.google.android.material.R$styleable: int Constraint_android_elevation -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle -wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_thickness -com.google.android.material.R$dimen: int mtrl_textinput_end_icon_margin_start -io.reactivex.Observable: io.reactivex.Observable sample(long,java.util.concurrent.TimeUnit) -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -androidx.appcompat.R$id: int list_item -androidx.constraintlayout.widget.R$attr: int layout_constraintWidth_max -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addPathSegments(java.lang.String) -androidx.appcompat.R$attr: int toolbarNavigationButtonStyle -com.xw.repo.bubbleseekbar.R$attr: int goIcon -com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol: com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol valueOf(java.lang.String) -retrofit2.OptionalConverterFactory: retrofit2.Converter responseBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) -androidx.drawerlayout.R$styleable: int[] GradientColorItem -androidx.preference.R$styleable: int GradientColor_android_tileMode -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_1 -androidx.appcompat.R$styleable: int RecycleListView_paddingBottomNoButtons -wangdaye.com.geometricweather.R$dimen: int abc_cascading_menus_min_smallest_width -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver -com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen -io.reactivex.Observable: io.reactivex.Observable concatWith(io.reactivex.MaybeSource) -androidx.work.R$styleable: int GradientColor_android_endY -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: java.lang.String value -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: long dt -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Button -com.google.android.gms.common.SignInButton: SignInButton(android.content.Context,android.util.AttributeSet) -com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_TextInputLayout -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_icon_4 -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.WeatherEntity) -androidx.core.R$id: int forever -okhttp3.internal.http2.Http2Connection$4: okhttp3.internal.http2.Http2Connection this$0 -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.functions.Function mapper -androidx.appcompat.R$styleable: int SearchView_android_maxWidth -com.github.rahatarmanahmed.cpv.BuildConfig: java.lang.String APPLICATION_ID -okhttp3.logging.HttpLoggingInterceptor -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dropdownitem_icon_width -com.google.android.material.bottomnavigation.BottomNavigationView: void setOnNavigationItemReselectedListener(com.google.android.material.bottomnavigation.BottomNavigationView$OnNavigationItemReselectedListener) -com.google.android.material.R$attr: int singleLine -androidx.viewpager2.R$attr: int fastScrollHorizontalTrackDrawable -okhttp3.internal.connection.RealConnection: void onSettings(okhttp3.internal.http2.Http2Connection) -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day -wangdaye.com.geometricweather.R$styleable: int[] NavigationView -io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable -androidx.constraintlayout.helper.widget.Layer: Layer(android.content.Context,android.util.AttributeSet,int) -android.support.v4.app.INotificationSideChannel$Stub$Proxy: android.os.IBinder mRemote -okhttp3.internal.ws.WebSocketProtocol: int B0_FLAG_RSV2 -okhttp3.internal.tls.BasicCertificateChainCleaner: boolean verifySignature(java.security.cert.X509Certificate,java.security.cert.X509Certificate) -com.turingtechnologies.materialscrollbar.R$id: int action_context_bar -wangdaye.com.geometricweather.R$attr: int motionDebug -com.google.android.material.R$id: int scale -retrofit2.converter.gson.GsonConverterFactory: retrofit2.Converter requestBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],java.lang.annotation.Annotation[],retrofit2.Retrofit) -androidx.constraintlayout.widget.R$style: int Platform_V21_AppCompat -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeWetBulbTemperature -wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date moonRiseDate -androidx.constraintlayout.widget.R$id: int ignoreRequest -com.google.android.material.R$layout: int abc_action_mode_bar -wangdaye.com.geometricweather.R$styleable: int ActionBar_contentInsetRight -io.reactivex.Observable: io.reactivex.Observable cast(java.lang.Class) -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: void dispose() -wangdaye.com.geometricweather.R$drawable: int abc_list_pressed_holo_dark -wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.String TABLENAME -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_spinnerStyle -wangdaye.com.geometricweather.R$attr: int switchPreferenceCompatStyle -okio.ByteString: okio.ByteString toAsciiLowercase() -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: int STATE_ACTIVE -james.adaptiveicon.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void innerCloseError(java.lang.Throwable) -wangdaye.com.geometricweather.R$drawable: int abc_ratingbar_material -androidx.swiperefreshlayout.R$attr: int fontProviderQuery -com.xw.repo.bubbleseekbar.R$styleable: int[] AppCompatTextHelper -androidx.work.R$id: int accessibility_custom_action_5 -com.google.android.material.R$color: int mtrl_btn_stroke_color_selector -james.adaptiveicon.R$styleable: int MenuView_preserveIconSpacing -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: java.lang.String country -com.google.android.material.R$style: int Widget_MaterialComponents_ActionBar_Solid -wangdaye.com.geometricweather.R$styleable: int Preference_enableCopying -com.xw.repo.bubbleseekbar.R$style: int Base_V23_Theme_AppCompat -androidx.recyclerview.widget.StaggeredGridLayoutManager$LazySpanLookup$FullSpanItem -androidx.preference.R$drawable: int notification_template_icon_bg -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionBar_TabBar -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Temperature: java.lang.Float windChill -com.google.android.material.R$id: int dragUp -com.google.android.material.R$attr: int tabIndicatorAnimationDuration -okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex -okio.Pipe: okio.Source source -wangdaye.com.geometricweather.R$id: int action_divider -cyanogenmod.externalviews.ExternalViewProperties -wangdaye.com.geometricweather.R$attr: int editTextPreferenceStyle -com.jaredrummler.android.colorpicker.R$attr: int cpv_dialogTitle -androidx.constraintlayout.widget.R$id: int search_bar -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintStart_toEndOf -androidx.lifecycle.Transformations: androidx.lifecycle.LiveData switchMap(androidx.lifecycle.LiveData,androidx.arch.core.util.Function) -com.google.android.material.R$style: int Widget_AppCompat_ListView_DropDown -androidx.appcompat.R$styleable: int DrawerArrowToggle_barLength -okhttp3.internal.connection.StreamAllocation: okhttp3.Call call -com.turingtechnologies.materialscrollbar.R$styleable: int ColorStateListItem_alpha -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Button -androidx.preference.R$style: int PreferenceSummaryTextStyle -com.xw.repo.bubbleseekbar.R$drawable: int abc_text_select_handle_right_mtrl_dark -io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: void onNext(java.lang.Object) -androidx.preference.R$attr: int fontProviderCerts -io.reactivex.internal.observers.LambdaObserver: io.reactivex.functions.Consumer onError -james.adaptiveicon.R$styleable: int Toolbar_buttonGravity -wangdaye.com.geometricweather.R$animator: int weather_haze_3 -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_Switch -com.google.android.material.textfield.TextInputLayout: void setPrefixTextColor(android.content.res.ColorStateList) -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay TAG_PRECIPITATION -com.amap.api.location.AMapLocation: int C -androidx.appcompat.resources.R$styleable: int ColorStateListItem_android_alpha -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void truncateFinal() -androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_ttcIndex -io.reactivex.Observable: io.reactivex.Observable delay(io.reactivex.ObservableSource,io.reactivex.functions.Function) -cyanogenmod.hardware.CMHardwareManager: byte[] readPersistentBytes(java.lang.String) -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: long serialVersionUID -androidx.preference.R$style: int Base_Widget_AppCompat_AutoCompleteTextView -wangdaye.com.geometricweather.R$id: int editText -cyanogenmod.app.BaseLiveLockManagerService: void enforcePrivateAccessPermission() -cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType THEME_UPDATED -okhttp3.internal.cache.DiskLruCache: java.io.File directory -wangdaye.com.geometricweather.db.entities.HourlyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: void setValue(java.lang.String) -com.google.android.material.R$styleable: int[] KeyTimeCycle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Metric Metric -com.google.android.material.bottomnavigation.BottomNavigationItemView: BottomNavigationItemView(android.content.Context) -com.google.android.material.R$styleable: int FontFamilyFont_fontStyle -androidx.preference.R$drawable: int abc_cab_background_top_material -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_button_min_height_material -wangdaye.com.geometricweather.R$styleable: int PreferenceFragmentCompat_allowDividerAfterLastItem -androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_55 -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.constraintlayout.widget.R$attr: int ttcIndex -wangdaye.com.geometricweather.R$array: int clock_font_values -androidx.preference.R$styleable: int AppCompatTheme_actionModeSplitBackground -wangdaye.com.geometricweather.R$styleable: int ActionBar_displayOptions -wangdaye.com.geometricweather.R$drawable: int notif_temp_1 -androidx.constraintlayout.helper.widget.Layer: void setPivotY(float) -okhttp3.HttpUrl: java.lang.String PATH_SEGMENT_ENCODE_SET -james.adaptiveicon.R$color: int bright_foreground_inverse_material_light -okio.Okio$1 -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder connectionPool(okhttp3.ConnectionPool) -wangdaye.com.geometricweather.R$color: int colorTextTitle -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder readTimeout(java.time.Duration) -com.google.android.material.R$styleable: int TextInputLayout_endIconTintMode -cyanogenmod.app.Profile: java.util.UUID mUuid -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$LocalSource: AccuDailyResult$DailyForecasts$Night$LocalSource() -androidx.constraintlayout.widget.R$styleable: int GradientColor_android_startY -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: android.os.IBinder asBinder() -androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableTransition_android_toId -com.google.android.material.chip.ChipGroup: int getChipSpacingHorizontal() -com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat -james.adaptiveicon.R$styleable: int AppCompatTheme_imageButtonStyle -wangdaye.com.geometricweather.R$styleable: int ColorStateListItem_alpha -okhttp3.FormBody$Builder -com.bumptech.glide.R$id: int right_icon -wangdaye.com.geometricweather.R$styleable: int MockView_mock_showLabel -com.google.android.material.R$styleable: int RangeSlider_values -android.didikee.donate.R$id: int search_go_btn -androidx.appcompat.R$drawable: int abc_switch_track_mtrl_alpha -wangdaye.com.geometricweather.R$id: int action_context_bar -wangdaye.com.geometricweather.R$drawable: int abc_ic_star_black_48dp -wangdaye.com.geometricweather.R$bool -cyanogenmod.app.LiveLockScreenInfo$Builder: cyanogenmod.app.LiveLockScreenInfo$Builder setComponent(android.content.ComponentName) -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Bridge -okhttp3.internal.http2.Hpack$Reader: int headerCount -cyanogenmod.app.CustomTileListenerService: java.lang.String SERVICE_INTERFACE -okhttp3.internal.Util: java.nio.charset.Charset ISO_8859_1 -androidx.preference.R$anim: int btn_checkbox_to_checked_box_inner_merged_animation -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver -com.bumptech.glide.R$dimen: int notification_top_pad_large_text -wangdaye.com.geometricweather.R$layout: int cpv_preference_square -androidx.cardview.widget.CardView: void setCardBackgroundColor(int) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Snow Snow -cyanogenmod.hardware.CMHardwareManager: boolean isSupported(int) -androidx.hilt.lifecycle.R$id: int tag_accessibility_pane_title -androidx.coordinatorlayout.R$color: int secondary_text_default_material_light -cyanogenmod.hardware.ICMHardwareService: java.lang.String getSerialNumber() -io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: io.reactivex.internal.disposables.SequentialDisposable sd -androidx.lifecycle.LiveData: void onInactive() -com.jaredrummler.android.colorpicker.R$attr: int actionModePopupWindowStyle -android.didikee.donate.R$string: int abc_capital_on -cyanogenmod.app.BaseLiveLockManagerService: void enqueueLiveLockScreen(java.lang.String,int,cyanogenmod.app.LiveLockScreenInfo,int[],int) -cyanogenmod.providers.CMSettings$System: java.lang.String LOCKSCREEN_PIN_SCRAMBLE_LAYOUT -com.turingtechnologies.materialscrollbar.R$id: int view_offset_helper -cyanogenmod.hardware.DisplayMode: int id -com.turingtechnologies.materialscrollbar.R$styleable -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceSmallPopupMenu -com.xw.repo.bubbleseekbar.R$layout: int abc_dialog_title_material -androidx.preference.R$id: int alertTitle -wangdaye.com.geometricweather.R$id: int smallLabel -androidx.hilt.work.R$attr: R$attr() -wangdaye.com.geometricweather.R$styleable: int View_paddingEnd -wangdaye.com.geometricweather.R$id: int blocking -androidx.lifecycle.extensions.R$dimen: int notification_small_icon_size_as_large -com.google.android.material.R$styleable: int ActionBar_hideOnContentScroll -androidx.lifecycle.extensions.R$drawable: int notification_bg_low -androidx.hilt.work.R$drawable: int notify_panel_notification_icon_bg -okhttp3.internal.ws.WebSocketReader$FrameCallback: void onReadPong(okio.ByteString) -androidx.core.R$id: int line1 -androidx.constraintlayout.widget.Barrier: Barrier(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.R$attr: int spinBars -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWindLevel(java.lang.String) -wangdaye.com.geometricweather.R$id: int widget_week_temp_5 -com.jaredrummler.android.colorpicker.ColorPickerDialog: ColorPickerDialog() -com.turingtechnologies.materialscrollbar.R$dimen: int design_tab_scrollable_min_width -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setIsRainOrSnow(int) -androidx.constraintlayout.widget.R$dimen: int abc_progress_bar_height_material -retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$1: KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$1(retrofit2.Call) -androidx.appcompat.R$string: int abc_searchview_description_clear -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getWindSpeedStart() -com.bumptech.glide.R$styleable: int ColorStateListItem_android_color -wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout: FitHorizontalSystemBarRootLayout(android.content.Context,android.util.AttributeSet,int) -com.baidu.location.e.h$c: com.baidu.location.e.h$c c -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_ActionBar -com.turingtechnologies.materialscrollbar.R$attr: int windowFixedWidthMinor -wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree getDaytimeWindDegree() -com.jaredrummler.android.colorpicker.ColorPickerView: int getSliderTrackerColor() -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index no2 -androidx.activity.R$id: int actions -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.util.Date time -okhttp3.Challenge: int hashCode() -com.turingtechnologies.materialscrollbar.R$attr: int actionModeCloseButtonStyle -androidx.viewpager.R$id: int action_divider -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: java.lang.Object NULL_KEY -com.google.android.material.tabs.TabLayout: void setTabsFromPagerAdapter(androidx.viewpager.widget.PagerAdapter) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator -androidx.preference.R$attr: int actionBarTheme -androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_translationZ -io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: boolean connected -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_toRightOf -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: int getStatus() -com.google.gson.stream.MalformedJsonException: MalformedJsonException(java.lang.String,java.lang.Throwable) -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean done -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_expandedOffset -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_dropdownPreferenceStyle -cyanogenmod.weatherservice.ServiceRequestResult: ServiceRequestResult(android.os.Parcel) -wangdaye.com.geometricweather.R$attr: int bsb_track_size -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver -com.jaredrummler.android.colorpicker.R$styleable: int[] SearchView -com.xw.repo.bubbleseekbar.R$id: int edit_query -com.xw.repo.bubbleseekbar.R$anim: int abc_fade_out -com.turingtechnologies.materialscrollbar.R$style: int Base_V23_Theme_AppCompat -retrofit2.converter.gson.GsonRequestBodyConverter: GsonRequestBodyConverter(com.google.gson.Gson,com.google.gson.TypeAdapter) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 -okhttp3.internal.ws.RealWebSocket: boolean send(java.lang.String) -cyanogenmod.app.ProfileGroup$1 -com.google.android.material.R$style: int Widget_MaterialComponents_BottomAppBar_PrimarySurface -com.xw.repo.bubbleseekbar.R$id: int right_icon -androidx.viewpager2.R$dimen: int notification_top_pad -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Integer getAqiIndex() -androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable: void run() -androidx.fragment.R$dimen: int compat_button_padding_horizontal_material -james.adaptiveicon.R$styleable: int Toolbar_contentInsetLeft -wangdaye.com.geometricweather.R$attr: int waveShape -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_percent -androidx.preference.R$styleable: int DialogPreference_dialogMessage -cyanogenmod.app.suggest.IAppSuggestProvider: boolean handles(android.content.Intent) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float o3 -wangdaye.com.geometricweather.R$styleable: int ChipGroup_chipSpacing -androidx.hilt.lifecycle.R$dimen: int notification_top_pad -wangdaye.com.geometricweather.R$dimen: int mtrl_snackbar_background_corner_radius -com.google.android.material.R$color: int dim_foreground_material_dark -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Bridge -cyanogenmod.profiles.LockSettings: LockSettings() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer moldLevel -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_Switch -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_5 -com.bumptech.glide.R$attr: int fontProviderFetchStrategy -james.adaptiveicon.R$attr: int listLayout -com.xw.repo.bubbleseekbar.R$attr: int showDividers -okio.Utf8: long size(java.lang.String,int,int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature: AccuCurrentResult$WindChillTemperature() -androidx.preference.R$styleable: int AppCompatTheme_listMenuViewStyle -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Compat_Notification_Time -okhttp3.Cache$CacheResponseBody: okio.BufferedSource source() -okhttp3.OkHttpClient: int pingIntervalMillis() -androidx.constraintlayout.widget.R$styleable: int Toolbar_android_gravity -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.fragment.R$id: int italic -androidx.appcompat.R$id: int search_mag_icon -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeRealFeelTemperature() -androidx.constraintlayout.widget.R$attr: int layout_constraintTop_creator -wangdaye.com.geometricweather.R$drawable: int abc_btn_radio_material_anim -com.google.gson.stream.JsonReader: java.lang.String nextString() -androidx.constraintlayout.widget.R$styleable: int KeyCycle_wavePeriod -retrofit2.RequestFactory$Builder: boolean gotField -com.jaredrummler.android.colorpicker.R$attr: int listPopupWindowStyle -cyanogenmod.util.ColorUtils$1 -com.turingtechnologies.materialscrollbar.R$string: int abc_activity_chooser_view_see_all -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean onSearchRequested() -androidx.legacy.coreutils.R$id: R$id() -wangdaye.com.geometricweather.R$string: int material_timepicker_clock_mode_description -com.google.android.material.R$dimen: int abc_dialog_fixed_height_major -okhttp3.internal.http2.Http2Connection$1: Http2Connection$1(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[],int,okhttp3.internal.http2.ErrorCode) -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircleView: CircleView(android.content.Context,android.util.AttributeSet) -cyanogenmod.hardware.DisplayMode: DisplayMode(android.os.Parcel) -okio.Buffer: int read(java.nio.ByteBuffer) -androidx.constraintlayout.widget.R$attr: int barLength -android.didikee.donate.R$attr: int dialogPreferredPadding -okhttp3.internal.http1.Http1Codec$FixedLengthSource: long bytesRemaining -androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type UNRESTRICTED -com.xw.repo.bubbleseekbar.R$attr: int actionBarStyle -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float getSnow() -androidx.work.impl.utils.futures.DirectExecutor: androidx.work.impl.utils.futures.DirectExecutor[] values() -androidx.preference.R$styleable: int RecyclerView_android_orientation -okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex: int hashCode() -cyanogenmod.hardware.ICMHardwareService: boolean get(int) -com.google.android.material.R$styleable: int Layout_layout_goneMarginStart -androidx.core.R$id: int dialog_button -wangdaye.com.geometricweather.db.entities.AlertEntity: int getPriority() -cyanogenmod.weather.CMWeatherManager$WeatherServiceProviderChangeListener -cyanogenmod.app.Profile$LockMode: Profile$LockMode() -wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Prefix -androidx.work.R$id: int accessibility_custom_action_9 -wangdaye.com.geometricweather.R$drawable: int ic_github -androidx.preference.R$attr: int searchHintIcon -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial Imperial -androidx.fragment.R$id: int icon -cyanogenmod.app.IProfileManager$Stub$Proxy: android.app.NotificationGroup getNotificationGroup(android.os.ParcelUuid) -android.didikee.donate.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle -androidx.preference.R$style: int Preference_Information_Material -james.adaptiveicon.R$attr: int buttonTint -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_android_focusable -okhttp3.internal.http2.Http2Writer: void synStream(boolean,int,int,java.util.List) -com.amap.api.fence.PoiItem: java.lang.String c -androidx.appcompat.resources.R$styleable: int GradientColor_android_startX -androidx.fragment.R$styleable: int GradientColor_android_startX -okhttp3.internal.http2.Http2Connection: java.lang.String hostname -retrofit2.ParameterHandler$QueryMap: void apply(retrofit2.RequestBuilder,java.util.Map) -com.google.android.material.R$styleable: int[] ClockFaceView -cyanogenmod.externalviews.KeyguardExternalViewProviderService$1$1: java.lang.Object call() -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_seek_by_section -androidx.preference.PreferenceScreen: PreferenceScreen(android.content.Context,android.util.AttributeSet) -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_TextView_SpinnerItem -androidx.appcompat.R$styleable: int[] GradientColorItem -android.didikee.donate.R$attr: int listLayout -androidx.legacy.coreutils.R$id: int notification_main_column_container -com.google.android.material.internal.ParcelableSparseBooleanArray -androidx.hilt.R$dimen: int notification_large_icon_height -io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: io.reactivex.Scheduler scheduler -com.turingtechnologies.materialscrollbar.R$id: int right -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: double HoursOfIce -androidx.appcompat.R$drawable: int btn_radio_on_mtrl -com.amap.api.location.AMapLocationQualityReport: int getGPSStatus() -androidx.appcompat.R$style: int Widget_AppCompat_SeekBar_Discrete -io.reactivex.Observable: io.reactivex.Single any(io.reactivex.functions.Predicate) -wangdaye.com.geometricweather.R$id: int container_main_daily_trend_card -androidx.loader.R$id: R$id() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean -okhttp3.MultipartBody: byte[] DASHDASH -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$4: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 -com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemIconTint -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: int Minute -android.didikee.donate.R$styleable: int[] ViewBackgroundHelper -cyanogenmod.weather.WeatherInfo: long access$1002(cyanogenmod.weather.WeatherInfo,long) -retrofit2.RequestFactory$Builder: boolean gotUrl -okhttp3.internal.http1.Http1Codec$ChunkedSink: boolean closed -com.turingtechnologies.materialscrollbar.R$id: int default_activity_button -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: java.util.concurrent.atomic.AtomicReference upstream -cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onKeyguardDismissed() -wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_marginTop -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility Visibility -okhttp3.internal.connection.RealConnection: java.util.List allocations -okhttp3.HttpUrl: java.lang.String encodedQuery() -james.adaptiveicon.R$attr: int allowStacking -android.didikee.donate.R$style: int TextAppearance_AppCompat_Subhead_Inverse -com.google.android.material.R$styleable: int Slider_tickColorInactive -wangdaye.com.geometricweather.R$layout: int material_time_chip -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: void dispose() -com.turingtechnologies.materialscrollbar.R$id: int submenuarrow -wangdaye.com.geometricweather.R$styleable: int PropertySet_motionProgress -androidx.viewpager2.R$style: int TextAppearance_Compat_Notification_Time -okhttp3.internal.cache.CacheInterceptor: okhttp3.Response stripBody(okhttp3.Response) -androidx.cardview.R$attr: int contentPaddingLeft -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_showMotionSpec -com.amap.api.fence.GeoFence: int e -wangdaye.com.geometricweather.R$styleable: int DialogPreference_android_positiveButtonText -androidx.appcompat.R$styleable: int AlertDialog_listLayout -androidx.constraintlayout.widget.R$string: int abc_menu_alt_shortcut_label -androidx.appcompat.widget.ViewStubCompat: ViewStubCompat(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.db.entities.AlertEntity: long getAlertId() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionDropDownStyle -okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder supportsTlsExtensions(boolean) -cyanogenmod.providers.CMSettings$InclusiveFloatRangeValidator: float mMax -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property ThunderstormPrecipitation -io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) -androidx.work.ArrayCreatingInputMerger -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void drain() -com.turingtechnologies.materialscrollbar.R$color: int abc_primary_text_disable_only_material_light -androidx.preference.R$styleable: int[] CoordinatorLayout -com.xw.repo.bubbleseekbar.R$string: int abc_menu_meta_shortcut_label -cyanogenmod.weather.RequestInfo: RequestInfo() -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_content_inset_with_nav -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean getForecastDaily() -androidx.legacy.coreutils.R$drawable: int notification_bg_low -androidx.appcompat.R$styleable: int AppCompatTextView_lineHeight -com.google.android.material.R$attr: int colorPrimary -androidx.lifecycle.extensions.R$styleable: int Fragment_android_id -androidx.appcompat.resources.R$id: int accessibility_custom_action_11 -com.turingtechnologies.materialscrollbar.R$string: R$string() -okhttp3.Cookie: java.util.regex.Pattern TIME_PATTERN -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Description -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: void onSuccess(java.lang.Object) -com.jaredrummler.android.colorpicker.R$styleable: int[] Toolbar -androidx.lifecycle.ViewModelStores -wangdaye.com.geometricweather.R$drawable: int weather_sleet_mini_xml -okhttp3.RealCall$1: okhttp3.RealCall this$0 -com.google.android.material.slider.Slider: void setValueFrom(float) -android.didikee.donate.R$color: int background_floating_material_light -io.reactivex.Observable: io.reactivex.Observable scanWith(java.util.concurrent.Callable,io.reactivex.functions.BiFunction) -com.turingtechnologies.materialscrollbar.R$color: int highlighted_text_material_dark -com.google.android.material.R$dimen: int design_snackbar_action_text_color_alpha -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void innerComplete() -androidx.drawerlayout.R$id: int title -com.google.android.material.R$styleable: int TabLayout_tabPadding -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWindDirection(java.lang.String) -androidx.hilt.work.R$attr: int fontProviderFetchTimeout -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric: java.lang.String Unit -wangdaye.com.geometricweather.R$attr: int flow_lastVerticalStyle -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_creator -androidx.appcompat.view.menu.ActionMenuItemView: androidx.appcompat.view.menu.MenuItemImpl getItemData() -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_voice_search_api_material -cyanogenmod.weather.WeatherLocation$Builder: java.lang.String mPostal -james.adaptiveicon.R$attr: int buttonTintMode -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainNoLast: void run() -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight -androidx.preference.R$styleable: int[] ViewBackgroundHelper -retrofit2.RequestFactory: boolean isFormEncoded -wangdaye.com.geometricweather.R$style: int Base_MaterialAlertDialog_MaterialComponents_Title_Panel -androidx.preference.R$styleable: int Toolbar_contentInsetRight -androidx.preference.R$color: int bright_foreground_material_light -com.google.android.material.R$styleable: int CardView_cardBackgroundColor -wangdaye.com.geometricweather.R$drawable: int notif_temp_71 -okio.ByteString: okio.ByteString decodeBase64(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowActionBarOverlay -com.google.android.material.R$styleable: int AppCompatTheme_windowMinWidthMinor -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon -retrofit2.http.Query -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_MaterialComponents_Chip -okhttp3.OkHttpClient$Builder: void setInternalCache(okhttp3.internal.cache.InternalCache) -androidx.appcompat.R$styleable: int Spinner_android_entries -androidx.appcompat.R$styleable: int Toolbar_titleMarginTop -androidx.loader.R$styleable: int GradientColor_android_startColor -okio.SegmentedByteString: java.lang.String string(java.nio.charset.Charset) -wangdaye.com.geometricweather.R$attr: int msb_rightToLeft -com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getSuffixTextColor() -cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode getVibrateMode() -androidx.preference.R$attr: int editTextPreferenceStyle -com.jaredrummler.android.colorpicker.R$attr: int actionBarTabStyle -androidx.preference.R$id: int fragment_container_view_tag -cyanogenmod.weatherservice.IWeatherProviderService$Stub -cyanogenmod.weather.CMWeatherManager$2$1: cyanogenmod.weather.CMWeatherManager$WeatherUpdateRequestListener val$listener -androidx.preference.R$styleable: int AppCompatTheme_dialogTheme -wangdaye.com.geometricweather.common.basic.models.Location -com.jaredrummler.android.colorpicker.R$color: int background_material_dark -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: CaiYunMainlyResult$ForecastDailyBean() -wangdaye.com.geometricweather.R$string: int next -james.adaptiveicon.R$attr: int listPreferredItemPaddingRight -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_bubble_text_color -androidx.preference.R$style: int ThemeOverlay_AppCompat_DayNight_ActionBar -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType TransactionRunnable -androidx.customview.R$styleable: int FontFamilyFont_fontVariationSettings -androidx.dynamicanimation.R$color: int secondary_text_default_material_light -com.google.android.material.textfield.TextInputLayout: com.google.android.material.textfield.EndIconDelegate getEndIconDelegate() -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void dispose() -com.google.android.material.R$styleable: int Constraint_layout_constraintGuide_begin -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum: double Value -cyanogenmod.themes.ThemeManager: void requestThemeChange(java.lang.String,java.util.List,boolean) -okio.Timeout$1: okio.Timeout timeout(long,java.util.concurrent.TimeUnit) -okhttp3.internal.http2.Http2Reader: int readMedium(okio.BufferedSource) -james.adaptiveicon.R$dimen: int compat_button_inset_vertical_material -wangdaye.com.geometricweather.db.entities.WeatherEntity: long getPublishTime() -androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerView$ItemAnimator getItemAnimator() -androidx.drawerlayout.R$id: int async -androidx.customview.R$dimen: int compat_button_inset_horizontal_material -com.turingtechnologies.materialscrollbar.R$styleable: int[] MaterialButton -androidx.appcompat.R$styleable: int MenuItem_android_visible -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: boolean setDisposable(io.reactivex.disposables.Disposable,int) -wangdaye.com.geometricweather.R$styleable: int ImageFilterView_saturation -wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: WidgetItemView(android.content.Context) -okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level BASIC -android.didikee.donate.R$style: int Base_Theme_AppCompat_Light_Dialog -androidx.customview.R$drawable: int notify_panel_notification_icon_bg -androidx.appcompat.widget.AppCompatButton: int[] getAutoSizeTextAvailableSizes() -com.turingtechnologies.materialscrollbar.R$color: int abc_tint_btn_checkable -okhttp3.HttpUrl: java.lang.String PATH_SEGMENT_ENCODE_SET_URI -androidx.appcompat.R$dimen: int abc_text_size_display_3_material -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addEncodedPathSegment(java.lang.String) -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Geometry -james.adaptiveicon.R$attr: int textAppearanceListItemSecondary -cyanogenmod.themes.ThemeManager$1$1: int val$progress -androidx.preference.R$attr: int stackFromEnd -androidx.constraintlayout.widget.R$color: int abc_search_url_text -com.google.android.material.R$attr: int flow_firstHorizontalStyle -io.reactivex.Observable: io.reactivex.Single toSortedList() -wangdaye.com.geometricweather.R$attr: int commitIcon -androidx.preference.R$styleable: int PreferenceTheme_seekBarPreferenceStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: void setZh_TW(java.lang.String) -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: android.graphics.Rect getWindowInsets() -wangdaye.com.geometricweather.R$attr: int drawableBottomCompat -androidx.hilt.work.R$drawable: R$drawable() -okhttp3.RequestBody$1: okhttp3.MediaType contentType() -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu -com.google.android.material.R$dimen: int material_clock_number_text_size -com.google.android.material.R$style: int Base_V7_Widget_AppCompat_EditText -com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge -wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property NighttimeTemperature -androidx.vectordrawable.R$id: int tag_transition_group -com.google.android.material.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog -android.didikee.donate.R$attr: int preserveIconSpacing -androidx.preference.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar -androidx.appcompat.widget.MenuPopupWindow$MenuDropDownListView: void setSelector(android.graphics.drawable.Drawable) -retrofit2.HttpServiceMethod$SuspendForBody: HttpServiceMethod$SuspendForBody(retrofit2.RequestFactory,okhttp3.Call$Factory,retrofit2.Converter,retrofit2.CallAdapter,boolean) -wangdaye.com.geometricweather.R$attr: int errorIconDrawable -android.didikee.donate.R$style: int Base_Widget_AppCompat_Button_Small -retrofit2.Response: java.lang.Object body -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float rain6h -com.google.android.material.R$styleable: int TextInputLayout_counterOverflowTextColor -androidx.swiperefreshlayout.R$dimen: int compat_notification_large_icon_max_width -androidx.constraintlayout.widget.R$id: int src_atop -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored -androidx.constraintlayout.widget.R$styleable: int KeyCycle_transitionPathRotate -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder sslSocketFactory(javax.net.ssl.SSLSocketFactory,javax.net.ssl.X509TrustManager) -cyanogenmod.themes.ThemeChangeRequest: long mWallpaperId -com.bumptech.glide.integration.okhttp.R$styleable: int[] CoordinatorLayout_Layout -wangdaye.com.geometricweather.R$id: int star_container -android.didikee.donate.R$layout: int notification_template_custom_big -okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level valueOf(java.lang.String) -wangdaye.com.geometricweather.db.entities.HourlyEntity: long time -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_backgroundTint -io.reactivex.Observable: io.reactivex.Observable buffer(io.reactivex.ObservableSource,io.reactivex.functions.Function) -com.google.android.material.R$attr: int closeIcon -com.github.rahatarmanahmed.cpv.BuildConfig: java.lang.String FLAVOR -okhttp3.internal.tls.BasicTrustRootIndex: int hashCode() -james.adaptiveicon.R$string: int abc_search_hint -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle -okhttp3.internal.ws.RealWebSocket: java.lang.String receivedCloseReason -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: float getDistance(float) -androidx.vectordrawable.R$id: int accessibility_custom_action_7 -cyanogenmod.themes.ThemeManager$1$1: void run() -com.xw.repo.bubbleseekbar.R$id: int sides -com.turingtechnologies.materialscrollbar.R$attr: int tabMode -androidx.constraintlayout.widget.R$dimen: int disabled_alpha_material_dark -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeIcePrecipitationProbability(java.lang.Float) -androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_android_fontWeight -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle -com.google.android.material.R$styleable: int Constraint_android_maxWidth -wangdaye.com.geometricweather.R$id: int snap -androidx.viewpager2.R$dimen: int notification_large_icon_height -androidx.preference.R$styleable: int AppCompatTheme_actionModeCopyDrawable -wangdaye.com.geometricweather.R$attr: int layout_constraintHeight_percent -com.google.android.material.R$style: int Widget_AppCompat_DropDownItem_Spinner -androidx.constraintlayout.widget.R$attr: int framePosition -okhttp3.internal.publicsuffix.PublicSuffixDatabase: void readTheListUninterruptibly() -com.turingtechnologies.materialscrollbar.R$attr: int barLength -wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_dayInvalidStyle -android.didikee.donate.R$drawable: int abc_ic_menu_overflow_material -androidx.core.R$styleable: int GradientColor_android_centerY -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialCalendar -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintEnd_toStartOf -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Small_Inverse -androidx.preference.R$color: R$color() -io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: SingleToObservable$SingleToObservableObserver(io.reactivex.Observer) -androidx.loader.content.Loader: void registerOnLoadCanceledListener(androidx.loader.content.Loader$OnLoadCanceledListener) -wangdaye.com.geometricweather.R$mipmap: R$mipmap() -androidx.appcompat.resources.R$styleable: int GradientColor_android_centerColor -cyanogenmod.weather.RequestInfo$1: cyanogenmod.weather.RequestInfo createFromParcel(android.os.Parcel) -wangdaye.com.geometricweather.R$styleable: int Constraint_animate_relativeTo -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: io.reactivex.functions.Function valueSelector -wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit H -retrofit2.HttpServiceMethod$CallAdapted -cyanogenmod.app.ProfileManager: boolean profileExists(java.lang.String) -androidx.fragment.R$id: int accessibility_custom_action_17 -okio.Okio: okio.Sink appendingSink(java.io.File) -androidx.vectordrawable.R$drawable: int notify_panel_notification_icon_bg -com.google.android.material.R$id: int header_title -com.google.android.material.R$bool: int abc_config_actionMenuItemAllCaps -androidx.preference.R$styleable: int SwitchPreference_disableDependentsState -androidx.fragment.app.FragmentTabHost: FragmentTabHost(android.content.Context) -wangdaye.com.geometricweather.R$drawable: int shortcuts_partly_cloudy_night_foreground -okio.SegmentedByteString: java.lang.Object writeReplace() -com.turingtechnologies.materialscrollbar.R$drawable: int indicator_ltr -com.google.android.material.R$dimen: int item_touch_helper_max_drag_scroll_per_frame -okhttp3.internal.http2.Http2Connection: okhttp3.Protocol getProtocol() -retrofit2.BuiltInConverters$StreamingResponseBodyConverter: retrofit2.BuiltInConverters$StreamingResponseBodyConverter INSTANCE -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator -androidx.constraintlayout.widget.R$layout: int notification_action -com.google.android.material.R$styleable: int[] State -com.turingtechnologies.materialscrollbar.R$id: int src_atop -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_skipCollapsed -wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Id -wangdaye.com.geometricweather.R$string: int sp_widget_day_week_setting -androidx.preference.R$styleable: int Toolbar_titleMarginBottom -okio.Util: int reverseBytesInt(int) -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_Bridge -androidx.appcompat.R$drawable: int btn_checkbox_unchecked_to_checked_mtrl_animation -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_transitionPathRotate -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_BottomAppBar_Colored -com.jaredrummler.android.colorpicker.R$id: int chronometer -wangdaye.com.geometricweather.R$styleable: int SwitchPreference_android_summaryOff -com.jaredrummler.android.colorpicker.R$style: int PreferenceFragment -wangdaye.com.geometricweather.R$styleable: int Preference_iconSpaceReserved -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: ExternalViewProviderService$Provider$ProviderImpl$7(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl,int,int,int,int,boolean,android.graphics.Rect) -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintCircleAngle -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_26 -wangdaye.com.geometricweather.db.entities.MinutelyEntity: int getMinuteInterval() -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup -com.google.android.material.R$styleable: int TextInputLayout_errorTextColor -com.google.android.material.R$attr: int cornerSizeBottomRight -cyanogenmod.app.CustomTileListenerService$1 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: java.util.List getValue() -wangdaye.com.geometricweather.Hilt_GeometricWeather: Hilt_GeometricWeather() -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: androidx.lifecycle.LiveData mLiveData -okhttp3.internal.cache.CacheStrategy$Factory: java.util.Date expires -androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory: android.app.Application mApplication -cyanogenmod.app.CMStatusBarManager: void publishTileAsUser(java.lang.String,int,cyanogenmod.app.CustomTile,android.os.UserHandle) -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_contentInsetStartWithNavigation -retrofit2.converter.gson.GsonResponseBodyConverter -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_45 -androidx.appcompat.R$drawable: int abc_btn_default_mtrl_shape -retrofit2.RequestFactory$Builder: retrofit2.ParameterHandler parseParameter(int,java.lang.reflect.Type,java.lang.annotation.Annotation[],boolean) -retrofit2.Platform$Android: java.lang.Object invokeDefaultMethod(java.lang.reflect.Method,java.lang.Class,java.lang.Object,java.lang.Object[]) -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Caption -retrofit2.http.Streaming -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner -androidx.appcompat.R$styleable: int ActionBar_background -wangdaye.com.geometricweather.R$attr: int placeholderTextAppearance -okhttp3.internal.http2.Http2Reader$Handler: void settings(boolean,okhttp3.internal.http2.Settings) -androidx.preference.R$styleable: int Preference_android_enabled -com.google.gson.internal.LinkedTreeMap: int size -com.google.android.material.R$id -androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_android_fontWeight -com.google.android.material.R$styleable: int Chip_chipMinTouchTargetSize -wangdaye.com.geometricweather.R$drawable: int abc_item_background_holo_dark -androidx.preference.R$string: int v7_preference_on -com.google.android.material.internal.CheckableImageButton: void setCheckable(boolean) -androidx.viewpager2.R$id: int accessibility_custom_action_28 -androidx.activity.R$color -cyanogenmod.externalviews.KeyguardExternalView$4 -androidx.constraintlayout.widget.R$attr: int textAppearancePopupMenuHeader -androidx.appcompat.widget.AppCompatEditText: android.text.Editable getText() -james.adaptiveicon.R$styleable: int SwitchCompat_track -wangdaye.com.geometricweather.R$attr: int state_collapsed -androidx.customview.R$dimen: int notification_small_icon_size_as_large -androidx.preference.R$attr: int listChoiceIndicatorMultipleAnimated -com.google.android.material.R$interpolator: int mtrl_fast_out_slow_in -wangdaye.com.geometricweather.R$drawable: int notif_temp_64 -wangdaye.com.geometricweather.R$color: int design_default_color_error -androidx.appcompat.R$styleable: int TextAppearance_android_fontFamily -retrofit2.RequestBuilder: okhttp3.Request$Builder get() -android.didikee.donate.R$styleable: int SearchView_queryBackground -androidx.constraintlayout.widget.R$styleable: int ActionBar_homeAsUpIndicator -io.reactivex.internal.subscriptions.SubscriptionHelper -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setStrokeAlpha(float) -wangdaye.com.geometricweather.R$drawable: int notif_temp_69 -androidx.appcompat.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle -androidx.activity.R$drawable: int notification_bg -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getWindDircEnd() -cyanogenmod.app.IPartnerInterface: java.lang.String getCurrentHotwordPackageName() -android.didikee.donate.R$style: int Widget_AppCompat_ButtonBar_AlertDialog -android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionButton -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ListMenuView -com.amap.api.location.AMapLocationClientOption$AMapLocationMode: com.amap.api.location.AMapLocationClientOption$AMapLocationMode[] a -okhttp3.ConnectionSpec: java.lang.String toString() -retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isBody -wangdaye.com.geometricweather.db.entities.DaoMaster: wangdaye.com.geometricweather.db.entities.DaoSession newDevSession(android.content.Context,java.lang.String) -com.turingtechnologies.materialscrollbar.R$attr: int state_lifted -cyanogenmod.externalviews.ExternalViewProperties: android.graphics.Rect getHitRect() -james.adaptiveicon.R$styleable: int FontFamilyFont_fontStyle -wangdaye.com.geometricweather.R$id: int layout -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Menu -io.reactivex.Observable: io.reactivex.Observable intervalRange(long,long,long,long,java.util.concurrent.TimeUnit) -androidx.drawerlayout.R$id: int blocking -androidx.vectordrawable.animated.R$integer: R$integer() -androidx.preference.R$color: int abc_search_url_text_normal -androidx.core.widget.NestedScrollView: void setFillViewport(boolean) -wangdaye.com.geometricweather.R$attr: int passwordToggleEnabled -com.jaredrummler.android.colorpicker.R$color: int bright_foreground_material_dark -com.bumptech.glide.load.HttpException: int getStatusCode() -androidx.constraintlayout.widget.R$id: int triangle -com.xw.repo.bubbleseekbar.R$attr: int thumbTextPadding -cyanogenmod.app.Profile$ProfileTrigger: android.os.Parcelable$Creator CREATOR -okhttp3.OkHttpClient: int pingInterval -androidx.fragment.R$dimen: int notification_media_narrow_margin -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Imperial Imperial -android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle -androidx.work.R$styleable: int GradientColor_android_startColor -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_show_section_mark -com.google.android.material.R$id: int material_hour_tv -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorEnabled -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: long serialVersionUID -android.didikee.donate.R$styleable: int ActionBar_homeAsUpIndicator -com.xw.repo.bubbleseekbar.R$attr: int panelMenuListTheme -io.reactivex.internal.operators.observable.ObserverResourceWrapper: boolean isDisposed() -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: java.util.Date DateTime -com.jaredrummler.android.colorpicker.R$id: int notification_main_column -wangdaye.com.geometricweather.R$string: int settings_title_unit -wangdaye.com.geometricweather.R$attr: int summary -androidx.work.impl.background.systemalarm.ConstraintProxy: ConstraintProxy() -retrofit2.ParameterHandler$PartMap: ParameterHandler$PartMap(java.lang.reflect.Method,int,retrofit2.Converter,java.lang.String) -wangdaye.com.geometricweather.R$id: int zero_corner_chip -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String Category -wangdaye.com.geometricweather.R$drawable: int weather_sleet_mini_dark -androidx.coordinatorlayout.R$id: int accessibility_custom_action_20 -okhttp3.Response: okhttp3.Handshake handshake() -cyanogenmod.hardware.ICMHardwareService: boolean unRegisterThermalListener(cyanogenmod.hardware.IThermalListenerCallback) -com.google.android.material.navigation.NavigationView: int getItemHorizontalPadding() -wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_marginEnd -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_RINGTONES -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: java.lang.String LongPhrase -com.bumptech.glide.integration.okhttp.R$style -okhttp3.logging.LoggingEventListener: void responseHeadersStart(okhttp3.Call) -androidx.recyclerview.R$styleable: int FontFamilyFont_ttcIndex -okhttp3.RequestBody$3: okhttp3.MediaType contentType() -io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,int,long,java.util.concurrent.TimeUnit) -cyanogenmod.weather.RequestInfo: java.lang.String mCityName -com.google.android.gms.common.internal.safeparcel.AbstractSafeParcelable -androidx.preference.R$id: int accessibility_custom_action_4 -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarPopupTheme -cyanogenmod.weather.CMWeatherManager: java.util.Map mLookupNameRequestListeners -cyanogenmod.externalviews.ExternalView$2 -okhttp3.internal.http2.Hpack$Reader: java.util.List headerList -androidx.preference.R$attr: int reverseLayout -com.google.android.material.R$color: int mtrl_fab_icon_text_color_selector -com.google.android.material.floatingactionbutton.FloatingActionButton: void setBackgroundResource(int) -okhttp3.internal.connection.RouteSelector: okhttp3.EventListener eventListener -cyanogenmod.weatherservice.ServiceRequestResult$Builder: ServiceRequestResult$Builder(cyanogenmod.weather.WeatherInfo) -com.google.android.material.R$id: int tag_accessibility_heading -com.google.android.material.R$styleable: int RadialViewGroup_materialCircleRadius -james.adaptiveicon.AdaptiveIconView: AdaptiveIconView(android.content.Context,android.util.AttributeSet) -androidx.constraintlayout.widget.R$id: int action_bar_title -com.turingtechnologies.materialscrollbar.R$id: int message -androidx.work.R$id: int normal -wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: AccuDailyResult$Headline() -com.google.android.material.R$id: int mtrl_calendar_selection_frame -androidx.appcompat.resources.R$dimen: int compat_notification_large_icon_max_width -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Metric: AccuCurrentResult$Visibility$Metric() -android.didikee.donate.R$styleable: int AppCompatTheme_windowMinWidthMinor -androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type CENTER_Y -androidx.lifecycle.extensions.R$styleable: int FontFamily_fontProviderFetchStrategy -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_menuCategory -wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_container -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void innerNext() -com.amap.api.fence.GeoFence: java.lang.String BUNDLE_KEY_LOCERRORCODE -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_Switch -wangdaye.com.geometricweather.R$layout: int activity_search -cyanogenmod.app.Profile$DozeMode: int DISABLE -io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode -androidx.appcompat.app.AlertController$RecycleListView: AlertController$RecycleListView(android.content.Context) -okhttp3.Cookie: okhttp3.Cookie parse(long,okhttp3.HttpUrl,java.lang.String) -cyanogenmod.app.IProfileManager: boolean setActiveProfile(android.os.ParcelUuid) -wangdaye.com.geometricweather.R$id: int alertTitle -com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_background_corner_radius -androidx.constraintlayout.widget.R$styleable: int KeyCycle_waveShape -wangdaye.com.geometricweather.R$styleable: int MaterialButton_backgroundTintMode -cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper -androidx.constraintlayout.widget.R$attr: int buttonStyleSmall -androidx.activity.R$attr: int fontProviderPackage -cyanogenmod.app.ThemeVersion$ThemeVersionImpl2 -androidx.preference.R$id: int tag_accessibility_heading -androidx.constraintlayout.widget.R$styleable: int[] AppCompatSeekBar -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintEnd_toStartOf -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_tooltipForegroundColor -androidx.appcompat.R$anim: int abc_slide_out_top -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: void dispose() -androidx.dynamicanimation.R$styleable: int GradientColor_android_endColor -com.google.android.material.R$attr: int fastScrollHorizontalThumbDrawable -androidx.loader.R$attr: int fontProviderPackage -com.google.android.material.R$style: int Theme_Design_Light_BottomSheetDialog -com.amap.api.location.AMapLocation: int describeContents() -wangdaye.com.geometricweather.R$drawable: int abc_text_select_handle_left_mtrl_dark -androidx.lifecycle.LifecycleDispatcher$DispatcherActivityCallback: LifecycleDispatcher$DispatcherActivityCallback() -com.turingtechnologies.materialscrollbar.R$attr: int actionBarPopupTheme -io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: void onError(java.lang.Throwable) -io.reactivex.internal.util.VolatileSizeArrayList: java.util.ListIterator listIterator() -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: BaiduIPLocationService_Factory(javax.inject.Provider,javax.inject.Provider) -androidx.recyclerview.R$styleable: int FontFamily_fontProviderCerts -wangdaye.com.geometricweather.R$styleable: int ActionMode_closeItemLayout -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed: AccuCurrentResult$WindGust$Speed() -com.turingtechnologies.materialscrollbar.R$attr: int navigationMode -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginStart -androidx.appcompat.widget.ActionBarOverlayLayout: int getNestedScrollAxes() -okhttp3.internal.ws.RealWebSocket$1: void run() -okio.GzipSink: java.util.zip.CRC32 crc -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_CompoundButton_CheckBox -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation: wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation valueOf(java.lang.String) -wangdaye.com.geometricweather.db.entities.HistoryEntity: void setDaytimeTemperature(int) -com.google.gson.JsonSyntaxException: JsonSyntaxException(java.lang.Throwable) -com.google.android.material.R$string: int search_menu_title -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: InkPageIndicator(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Speed Speed -androidx.appcompat.R$styleable: int FontFamilyFont_android_fontStyle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Metric: AccuCurrentResult$RealFeelTemperature$Metric() -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleTextAppearance -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem -androidx.preference.R$styleable: int PreferenceTheme_preferenceFragmentListStyle -com.google.gson.stream.JsonReader: int PEEKED_SINGLE_QUOTED -com.github.rahatarmanahmed.cpv.R$integer: R$integer() -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_SeekBar -wangdaye.com.geometricweather.background.receiver.widget.WidgetMultiCityProvider -io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: BaiduIPLocationResult$ContentBean$PointBean() -android.didikee.donate.R$style: int Widget_AppCompat_AutoCompleteTextView -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: wangdaye.com.geometricweather.db.entities.DaoSession daoSession -james.adaptiveicon.R$attr: int actionViewClass -com.google.android.material.R$styleable: int Constraint_layout_constraintLeft_toRightOf -cyanogenmod.app.Profile: void setConditionalType() -io.reactivex.Observable: io.reactivex.Observable sample(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -wangdaye.com.geometricweather.R$animator -androidx.constraintlayout.widget.R$color: int secondary_text_default_material_light -cyanogenmod.util.ColorUtils: float interp(int,float) -okhttp3.Cookie: java.lang.String parseDomain(java.lang.String) -androidx.appcompat.resources.R$attr: int fontProviderPackage -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ENABLE_MWI_NOTIFICATION_VALIDATOR -james.adaptiveicon.R$styleable: int AppCompatTheme_colorPrimaryDark -okio.BufferedSource: short readShortLe() -wangdaye.com.geometricweather.main.models.LocationResource$Event: wangdaye.com.geometricweather.main.models.LocationResource$Event INITIALIZE -androidx.constraintlayout.widget.R$drawable: int btn_checkbox_checked_mtrl -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken[] $VALUES -james.adaptiveicon.R$styleable: int FontFamily_fontProviderFetchTimeout -cyanogenmod.app.suggest.ApplicationSuggestion: android.net.Uri mDownloadUri -androidx.coordinatorlayout.R$styleable: int FontFamilyFont_fontVariationSettings -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Chip_Action -androidx.preference.R$attr: int dropdownListPreferredItemHeight -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_measureWithLargestChild -androidx.appcompat.R$attr: int logoDescription -james.adaptiveicon.R$styleable: int CompoundButton_android_button -androidx.fragment.R$dimen -wangdaye.com.geometricweather.db.entities.AlertEntityDao: wangdaye.com.geometricweather.db.entities.AlertEntity readEntity(android.database.Cursor,int) -androidx.constraintlayout.widget.R$attr: int limitBoundsTo -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getRagweedIndex() -com.google.android.material.slider.RangeSlider: void setTrackHeight(int) -wangdaye.com.geometricweather.R$id: int italic -com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState RUNNING -com.google.android.gms.common.api.internal.zaab: void registerConnectionFailedListener(com.google.android.gms.common.api.GoogleApiClient$OnConnectionFailedListener) -retrofit2.BuiltInConverters$RequestBodyConverter -androidx.hilt.work.R$dimen: int notification_top_pad -com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_NOENOUGHSATELLITES -cyanogenmod.app.ThemeVersion: ThemeVersion() -androidx.constraintlayout.widget.R$attr: int panelMenuListWidth -androidx.swiperefreshlayout.R$id: int info -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_getCurrentLiveLockScreen -wangdaye.com.geometricweather.db.entities.DailyEntityDao: wangdaye.com.geometricweather.db.converters.WeatherCodeConverter daytimeWeatherCodeConverter -androidx.preference.R$style: int Widget_AppCompat_ActionBar_TabText -com.google.android.material.R$string: int character_counter_content_description -com.turingtechnologies.materialscrollbar.R$attr: int showTitle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setWindDircStart(java.lang.String) -wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: void setProgressBackgroundColor(int) -wangdaye.com.geometricweather.R$attr: int contentInsetStartWithNavigation -com.google.android.material.R$styleable: int NavigationView_itemMaxLines -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_MinWidth -wangdaye.com.geometricweather.R$dimen: int material_text_view_test_line_height -com.google.android.material.R$styleable: int Spinner_android_prompt -com.github.rahatarmanahmed.cpv.CircularProgressView: float access$302(com.github.rahatarmanahmed.cpv.CircularProgressView,float) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Humidity -com.google.android.material.R$dimen: int abc_text_size_caption_material -androidx.lifecycle.SavedStateViewModelFactory: androidx.lifecycle.Lifecycle mLifecycle -androidx.appcompat.R$drawable: int abc_text_select_handle_middle_mtrl_light -james.adaptiveicon.R$attr: int titleMarginStart -com.google.android.material.slider.BaseSlider: void setTickVisible(boolean) -com.xw.repo.bubbleseekbar.R$drawable: int abc_ab_share_pack_mtrl_alpha -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_summary -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: java.lang.String EnglishName -androidx.preference.R$style: int Widget_AppCompat_SearchView -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub$Proxy: java.lang.String getInterfaceDescriptor() -com.xw.repo.bubbleseekbar.R$styleable: int[] ButtonBarLayout -androidx.appcompat.R$attr: int colorAccent -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Body1 -androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_android_fontVariationSettings -com.jaredrummler.android.colorpicker.R$drawable: int abc_seekbar_tick_mark_material -androidx.appcompat.widget.SearchView$SearchAutoComplete: void setSearchView(androidx.appcompat.widget.SearchView) -com.google.android.material.R$dimen: int mtrl_calendar_month_vertical_padding -androidx.constraintlayout.utils.widget.ImageFilterButton: void setWarmth(float) -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.String weatherSource -androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_Dark -wangdaye.com.geometricweather.R$id: int container_main_aqi_recyclerView -android.support.v4.app.INotificationSideChannel$Stub: android.os.IBinder asBinder() -androidx.preference.R$styleable: int AppCompatTheme_actionMenuTextColor -com.google.android.material.chip.Chip: void setIconStartPadding(float) -com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_centerY -com.google.android.material.R$dimen: int material_clock_period_toggle_width -okhttp3.Handshake: okhttp3.TlsVersion tlsVersion() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX -com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_horizontalDivider -okio.Okio$1: okio.Timeout timeout() -wangdaye.com.geometricweather.R$layout: int widget_clock_day_rectangle -com.google.android.material.R$styleable: int ConstraintSet_android_scaleX -cyanogenmod.externalviews.ExternalView: ExternalView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$string: int common_google_play_services_unsupported_text -okio.AsyncTimeout$1: AsyncTimeout$1(okio.AsyncTimeout,okio.Sink) -com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_maxActionInlineWidth -james.adaptiveicon.R$styleable: int AppCompatTextView_autoSizeMaxTextSize -androidx.core.R$id: int italic -androidx.vectordrawable.R$drawable: int notification_template_icon_bg -androidx.swiperefreshlayout.widget.SwipeRefreshLayout -androidx.cardview.R$style: int Base_CardView -com.turingtechnologies.materialscrollbar.R$anim: int abc_fade_in -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Metric Metric -wangdaye.com.geometricweather.R$attr: int pageIndicatorColor -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getNotificationGroups -com.turingtechnologies.materialscrollbar.R$attr: int alertDialogTheme -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String getCity() -androidx.viewpager2.R$styleable: int ColorStateListItem_android_color -androidx.preference.UnPressableLinearLayout -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: int bufferSize -james.adaptiveicon.R$styleable: int ColorStateListItem_alpha -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_iconTint -com.autonavi.aps.amapapi.model.AMapLocationServer: org.json.JSONObject f() -androidx.viewpager.R$attr: int fontProviderFetchStrategy -wangdaye.com.geometricweather.R$attr: int colorControlHighlight -com.amap.api.location.AMapLocation: int x -android.didikee.donate.R$style: int Base_Widget_AppCompat_ListPopupWindow -android.didikee.donate.R$style: int Theme_AppCompat -androidx.appcompat.R$attr: int tintMode -okhttp3.HttpUrl: int defaultPort(java.lang.String) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_drawableEnd -androidx.drawerlayout.R$layout: int notification_template_icon_group -com.google.android.material.R$id: int search_bar -wangdaye.com.geometricweather.R$attr: int msb_textColor -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_curveFit -wangdaye.com.geometricweather.R$styleable: int Preference_android_key -io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_centerY -io.reactivex.internal.util.ArrayListSupplier -wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode AUTO -androidx.constraintlayout.widget.R$layout: int abc_action_menu_layout -com.google.android.material.R$styleable: int MenuItem_iconTint -androidx.fragment.R$id: int accessibility_custom_action_16 -wangdaye.com.geometricweather.R$styleable: int MaterialButton_iconPadding -com.amap.api.location.AMapLocationClientOption: long getLastLocationLifeCycle() -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabUnboundedRipple -com.google.android.material.floatingactionbutton.FloatingActionButton: android.graphics.PorterDuff$Mode getBackgroundTintMode() -androidx.lifecycle.extensions.R$id: int text2 -okhttp3.Response: java.lang.String message -com.xw.repo.bubbleseekbar.R$attr: int fontProviderFetchTimeout -android.didikee.donate.R$styleable: int ActionBar_popupTheme -com.google.android.material.slider.Slider: int getLabelBehavior() -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: int sourceMode -com.jaredrummler.android.colorpicker.R$drawable: int abc_item_background_holo_dark -com.google.android.material.R$style: int Base_Widget_MaterialComponents_ProgressIndicator_Circular -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Title_Inverse -cyanogenmod.externalviews.ExternalViewProviderService$Provider: void onStart() -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxBackgroundColor -androidx.customview.R$id: int action_container -com.jaredrummler.android.colorpicker.R$color: int switch_thumb_disabled_material_dark -com.google.android.material.R$id: int labeled -androidx.legacy.coreutils.R$styleable: int FontFamilyFont_android_fontStyle -com.turingtechnologies.materialscrollbar.DragScrollBar -com.google.android.material.slider.Slider: void setLabelBehavior(int) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$8 -com.google.android.material.R$id: int action_divider -android.didikee.donate.R$styleable: int AppCompatTheme_colorSwitchThumbNormal -androidx.preference.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize -james.adaptiveicon.R$styleable: int AppCompatTheme_alertDialogTheme -androidx.lifecycle.SavedStateHandle: androidx.lifecycle.SavedStateHandle createHandle(android.os.Bundle,android.os.Bundle) -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void setCancellable(io.reactivex.functions.Cancellable) -androidx.viewpager2.R$styleable: int RecyclerView_android_orientation -androidx.preference.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity -android.didikee.donate.R$styleable: int SearchView_layout -okhttp3.internal.Internal: void initializeInstanceForTests() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: void setTemperature(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX) -wangdaye.com.geometricweather.R$id: int widget_day_week_temp_4 -wangdaye.com.geometricweather.R$attr: int flow_horizontalGap -com.google.android.material.R$styleable: int KeyAttribute_framePosition -com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_fontWeight -cyanogenmod.externalviews.ExternalView$2: int val$y -androidx.lifecycle.LifecycleDispatcher: void init(android.content.Context) -okhttp3.OkHttpClient: okhttp3.Authenticator authenticator() -com.turingtechnologies.materialscrollbar.R$styleable: int[] Toolbar -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModePasteDrawable -james.adaptiveicon.R$styleable: int View_theme -com.google.android.gms.location.LocationAvailability: android.os.Parcelable$Creator CREATOR -android.didikee.donate.R$drawable: int abc_cab_background_top_material -okhttp3.RequestBody$1: okio.ByteString val$content -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: long serialVersionUID -james.adaptiveicon.R$style: int Widget_AppCompat_DropDownItem_Spinner -okhttp3.internal.cache2.Relay -james.adaptiveicon.R$attr: int gapBetweenBars -wangdaye.com.geometricweather.R$attr: int alphabeticModifiers -org.greenrobot.greendao.AbstractDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) -cyanogenmod.app.CustomTile$RemoteExpandedStyle: CustomTile$RemoteExpandedStyle() -com.google.android.material.R$styleable: int KeyTimeCycle_android_translationX -wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode DAY -com.google.android.material.R$attr: int placeholder_emptyVisibility -androidx.constraintlayout.widget.R$styleable: int Toolbar_subtitleTextAppearance -androidx.preference.R$color: int highlighted_text_material_light -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowFixedHeightMajor -com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_spanCount -androidx.appcompat.R$id: int spacer -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_dialog_btn_min_width -com.google.android.material.R$styleable: int ConstraintSet_flow_horizontalGap -androidx.hilt.work.R$id: int italic -android.didikee.donate.R$id: int actions -com.xw.repo.bubbleseekbar.R$anim: int abc_shrink_fade_out_from_bottom -com.google.android.material.R$attr: int boxCollapsedPaddingTop -com.google.android.material.textfield.TextInputLayout: void setPlaceholderTextColor(android.content.res.ColorStateList) -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setPm25(java.lang.Float) -wangdaye.com.geometricweather.R$string: int content_des_sunrise -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_thumbTint -android.didikee.donate.R$styleable: int Toolbar_subtitleTextAppearance -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: void onNext(java.lang.Object) -androidx.fragment.R$id: int actions -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: java.lang.String LongPhrase -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property UvLevel -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void innerSuccess(io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver,java.lang.Object) -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getBootanimationThemePackageName() -androidx.legacy.coreutils.R$styleable: int GradientColor_android_endY -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Metric: java.lang.String Unit -androidx.constraintlayout.widget.R$style: int Base_V26_Theme_AppCompat -com.google.android.material.tabs.TabLayout: TabLayout(android.content.Context,android.util.AttributeSet,int) -androidx.constraintlayout.widget.R$id: int action_bar -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_7 -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeWindChillTemperature -okhttp3.internal.ws.RealWebSocket$2: okhttp3.internal.ws.RealWebSocket this$0 -com.google.android.material.R$styleable: int TabLayout_tabIndicatorHeight -androidx.constraintlayout.widget.R$attr: int listChoiceIndicatorMultipleAnimated -com.google.android.material.R$drawable: int abc_text_select_handle_right_mtrl_dark -androidx.activity.R$id: int line3 -com.google.android.material.R$attr: int materialCircleRadius -cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy: boolean handles(android.content.Intent) -androidx.appcompat.R$dimen: int tooltip_precise_anchor_extra_offset -wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource: wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource[] values() -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_EditText -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setValue(java.util.List) -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_shapeAppearance -com.xw.repo.bubbleseekbar.R$string: int abc_menu_sym_shortcut_label -james.adaptiveicon.R$dimen: int notification_large_icon_height -okhttp3.internal.http1.Http1Codec: int STATE_READ_RESPONSE_HEADERS -com.jaredrummler.android.colorpicker.R$string: int summary_collapsed_preference_list -wangdaye.com.geometricweather.R$drawable: int ic_pm -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean get(int) -androidx.constraintlayout.motion.widget.MotionLayout: void setTransition(androidx.constraintlayout.motion.widget.MotionScene$Transition) -okhttp3.Request$Builder: okhttp3.Request$Builder put(okhttp3.RequestBody) -retrofit2.ParameterHandler$FieldMap: void apply(retrofit2.RequestBuilder,java.lang.Object) -okhttp3.internal.http2.Header: int hashCode() -wangdaye.com.geometricweather.R$styleable: int[] PreferenceFragment -com.bumptech.glide.integration.okhttp.R$attr: int fontVariationSettings -android.didikee.donate.R$styleable: int MenuView_android_headerBackground -androidx.appcompat.R$styleable: int LinearLayoutCompat_measureWithLargestChild -james.adaptiveicon.R$drawable: int abc_list_selector_background_transition_holo_dark -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceImageView_android_maxWidth -androidx.constraintlayout.widget.R$styleable: int ImageFilterView_altSrc -androidx.preference.R$id: int chronometer -io.reactivex.Observable: io.reactivex.Single reduceWith(java.util.concurrent.Callable,io.reactivex.functions.BiFunction) -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setOnChildScrollUpCallback(androidx.swiperefreshlayout.widget.SwipeRefreshLayout$OnChildScrollUpCallback) -com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_layout_anchor -android.didikee.donate.R$drawable: int abc_ic_menu_selectall_mtrl_alpha -androidx.preference.R$drawable: int abc_scrubber_control_off_mtrl_alpha -androidx.appcompat.widget.ActionBarContextView: int getContentHeight() -com.turingtechnologies.materialscrollbar.R$id: int action_divider -androidx.appcompat.R$styleable: int Spinner_android_popupBackground -wangdaye.com.geometricweather.R$dimen: int design_appbar_elevation -wangdaye.com.geometricweather.R$layout: int widget_clock_day_details -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onKeyguardShowing(boolean) -com.jaredrummler.android.colorpicker.R$drawable: int abc_scrubber_control_off_mtrl_alpha -james.adaptiveicon.R$attr: int checkedTextViewStyle -com.amap.api.location.AMapLocationClientOption: boolean p -wangdaye.com.geometricweather.R$dimen: int material_cursor_width -androidx.preference.R$attr: int persistent -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float so2 -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_22 -com.google.android.material.R$styleable: int ShapeAppearance_cornerFamilyTopRight -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_fontFamily -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX getWind() -com.github.rahatarmanahmed.cpv.CircularProgressView -cyanogenmod.externalviews.ExternalViewProperties: ExternalViewProperties(android.view.View,android.content.Context) -com.jaredrummler.android.colorpicker.R$drawable: int cpv_preset_checked -com.jaredrummler.android.colorpicker.R$attr: int background -io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.common.basic.models.weather.History -com.xw.repo.bubbleseekbar.R$color: int abc_secondary_text_material_dark -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header -wangdaye.com.geometricweather.R$color: int colorTextContent -wangdaye.com.geometricweather.R$styleable: int KeyPosition_curveFit -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_height -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setProgressBackgroundColorSchemeColor(int) -androidx.constraintlayout.widget.R$styleable: int Constraint_pathMotionArc -com.turingtechnologies.materialscrollbar.R$attr: int showMotionSpec -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall -james.adaptiveicon.R$drawable: int abc_ic_star_black_36dp -cyanogenmod.platform.R$xml -com.google.android.material.textfield.TextInputLayout: void removeOnEndIconChangedListener(com.google.android.material.textfield.TextInputLayout$OnEndIconChangedListener) -androidx.appcompat.R$attr: int spinnerStyle -cyanogenmod.profiles.BrightnessSettings: void processOverride(android.content.Context) -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_max -wangdaye.com.geometricweather.R$string: int abc_action_bar_up_description -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader -io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: long serialVersionUID -okhttp3.logging.LoggingEventListener: okhttp3.logging.HttpLoggingInterceptor$Logger logger -com.google.android.material.R$id: int confirm_button -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean getFeelsLike() -okhttp3.MediaType: java.lang.String toString() -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: void setChartItemView(wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView) -com.jaredrummler.android.colorpicker.R$string: int abc_menu_meta_shortcut_label -com.google.android.material.R$attr: int contentPaddingLeft -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getPm25Color(android.content.Context) -cyanogenmod.util.ColorUtils$1: int compare(java.lang.Object,java.lang.Object) -com.jaredrummler.android.colorpicker.R$attr: int controlBackground -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_actionLayout -androidx.hilt.R$styleable: int FontFamily_fontProviderPackage -okhttp3.Headers$Builder: okhttp3.Headers$Builder set(java.lang.String,java.lang.String) -com.google.android.material.R$styleable: int Layout_layout_constraintLeft_toLeftOf -android.didikee.donate.R$id: int showTitle -wangdaye.com.geometricweather.R$drawable: int abc_textfield_search_default_mtrl_alpha -androidx.customview.R$styleable: int FontFamily_fontProviderFetchStrategy -androidx.preference.R$id: int accessibility_custom_action_12 -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeThunderstormPrecipitation -com.xw.repo.bubbleseekbar.R$string: int abc_menu_alt_shortcut_label -androidx.appcompat.R$attr: int actionLayout -wangdaye.com.geometricweather.R$layout: int activity_about -okhttp3.internal.tls.CertificateChainCleaner: CertificateChainCleaner() -cyanogenmod.app.ProfileManager: android.app.NotificationGroup getNotificationGroupForPackage(java.lang.String) -com.google.android.material.R$drawable: int abc_btn_radio_material_anim -okio.AsyncTimeout: okio.AsyncTimeout next -cyanogenmod.os.Build: Build() -com.xw.repo.bubbleseekbar.R$color: int abc_secondary_text_material_light -com.google.android.material.chip.ChipGroup: void setChipSpacingVerticalResource(int) -wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_minutelyEndText -androidx.constraintlayout.helper.widget.Flow: void setPaddingLeft(int) -cyanogenmod.hardware.CMHardwareManager: int GAMMA_CALIBRATION_RED_INDEX -androidx.appcompat.R$style: int Platform_ThemeOverlay_AppCompat_Dark -androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionBar_Solid -okhttp3.Interceptor$Chain: int connectTimeoutMillis() -cyanogenmod.app.CustomTile$ExpandedGridItem: CustomTile$ExpandedGridItem() -cyanogenmod.providers.CMSettings$System: java.lang.String VOLUME_ADJUST_SOUNDS_ENABLED -androidx.appcompat.R$id: int off -james.adaptiveicon.R$layout: int notification_template_custom_big -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: java.lang.String zh_CN -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.disposables.Disposable upstream -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: void setUrl(java.lang.String) -james.adaptiveicon.R$styleable: int ActionBar_contentInsetEnd -cyanogenmod.profiles.StreamSettings: void writeToParcel(android.os.Parcel,int) -okhttp3.HttpUrl$Builder: boolean isDotDot(java.lang.String) -com.turingtechnologies.materialscrollbar.R$attr: int progressBarPadding -com.google.android.material.R$style: int Widget_MaterialComponents_TimePicker_Display -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void dispose() -com.google.android.material.R$attr: int constraint_referenced_ids -wangdaye.com.geometricweather.R$string: int hours_of_sun -androidx.customview.R$styleable: int GradientColor_android_centerY -com.google.android.material.R$styleable: int PopupWindow_android_popupAnimationStyle -android.didikee.donate.R$color: R$color() -com.bumptech.glide.load.engine.GlideException: void printStackTrace() -com.jaredrummler.android.colorpicker.R$attr: int navigationMode -wangdaye.com.geometricweather.R$styleable: int Toolbar_titleTextColor -com.jaredrummler.android.colorpicker.R$styleable: int[] ActionBarLayout -com.google.android.material.R$style: int Platform_MaterialComponents_Dialog -okhttp3.internal.http2.Http2Connection: void sendDegradedPingLater() -androidx.lifecycle.extensions.R$dimen: int notification_subtext_size -cyanogenmod.app.Profile: void setRingMode(cyanogenmod.profiles.RingModeSettings) -androidx.constraintlayout.widget.R$styleable: int Constraint_motionProgress -com.google.android.material.R$styleable: int[] CoordinatorLayout_Layout -cyanogenmod.externalviews.KeyguardExternalViewProviderService: android.view.WindowManager mWindowManager -com.google.android.material.appbar.AppBarLayout: void addOnOffsetChangedListener(com.google.android.material.appbar.AppBarLayout$BaseOnOffsetChangedListener) -retrofit2.ParameterHandler$FieldMap: void apply(retrofit2.RequestBuilder,java.util.Map) -cyanogenmod.app.ILiveLockScreenManagerProvider: void updateDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) -wangdaye.com.geometricweather.R$attr: int cpv_indeterminate -com.google.android.material.R$styleable: int MotionLayout_layoutDescription -com.turingtechnologies.materialscrollbar.R$id: int design_menu_item_action_area_stub -androidx.viewpager.R$styleable: int GradientColor_android_endX -okhttp3.ResponseBody$BomAwareReader: java.nio.charset.Charset charset -androidx.hilt.work.R$styleable: int[] GradientColorItem -okhttp3.internal.cache2.Relay$RelaySource: okio.Timeout timeout -james.adaptiveicon.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle -androidx.constraintlayout.widget.R$styleable: int ActionMode_subtitleTextStyle -com.google.android.material.R$attr: int expandedTitleGravity -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getCurrentDisplayMode -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getCityId() -wangdaye.com.geometricweather.remoteviews.config.Hilt_TextWidgetConfigActivity: Hilt_TextWidgetConfigActivity() -androidx.customview.R$attr: int fontProviderQuery -wangdaye.com.geometricweather.R$id: int currentLocationButton -okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Connection$ReaderRunnable readerRunnable -android.didikee.donate.R$styleable: int AppCompatTextView_lineHeight -wangdaye.com.geometricweather.R$id: int moldIcon -androidx.preference.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$LocalSource: java.lang.String WeatherCode -com.github.rahatarmanahmed.cpv.R$color: int cpv_default_color -androidx.constraintlayout.widget.R$attr: int flow_verticalAlign -wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.Integer getIndex() -com.google.android.material.R$id: int image -cyanogenmod.app.LiveLockScreenInfo: android.os.Parcelable$Creator CREATOR -com.google.android.material.R$styleable: int DrawerArrowToggle_arrowHeadLength -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: void setUnit(java.lang.String) -cyanogenmod.weather.RequestInfo: boolean isQueryOnlyWeatherRequest() -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer windSpeedGust -james.adaptiveicon.R$styleable: int[] AppCompatImageView -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours: AccuCurrentResult$PrecipitationSummary$Past6Hours() -wangdaye.com.geometricweather.R$attr: int gapBetweenBars -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_viewInflaterClass -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: void onComplete() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$1$1: android.os.Bundle val$options -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorPrimary -com.google.android.material.R$style: int Base_Widget_AppCompat_ProgressBar -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_Dialog_Bridge -wangdaye.com.geometricweather.R$styleable: int ActionBar_contentInsetStart -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder eventListenerFactory(okhttp3.EventListener$Factory) -com.google.android.material.R$style: int Platform_AppCompat -cyanogenmod.externalviews.KeyguardExternalView$9: KeyguardExternalView$9(cyanogenmod.externalviews.KeyguardExternalView) -androidx.preference.R$styleable: int AppCompatTheme_buttonStyleSmall -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: void setValue(java.util.List) -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter jsonValue(java.lang.String) -wangdaye.com.geometricweather.R$attr: int sliderStyle -androidx.constraintlayout.widget.R$id: int action_divider -wangdaye.com.geometricweather.R$attr: int linearSeamless -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_analogContainer_dark -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Body2 -wangdaye.com.geometricweather.R$dimen: int cpv_dialog_preview_width -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintWidth_min -okhttp3.RequestBody: long contentLength() -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ImageButton -android.didikee.donate.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow -com.xw.repo.bubbleseekbar.R$drawable: int abc_tab_indicator_material -androidx.preference.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeBackground -android.didikee.donate.R$styleable: int TextAppearance_android_textSize -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_67 -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_elevation_material -com.google.android.material.R$attr: int layout_constraintHeight_max -androidx.appcompat.widget.AppCompatEditText: AppCompatEditText(android.content.Context) -wangdaye.com.geometricweather.R$attr: int initialExpandedChildrenCount -androidx.constraintlayout.widget.R$style: int Base_V7_Widget_AppCompat_Toolbar -io.reactivex.Observable: io.reactivex.disposables.Disposable forEachWhile(io.reactivex.functions.Predicate,io.reactivex.functions.Consumer,io.reactivex.functions.Action) -androidx.activity.R$drawable: int notification_template_icon_bg -com.amap.api.fence.PoiItem: void writeToParcel(android.os.Parcel,int) -okio.Segment: okio.Segment split(int) -io.reactivex.internal.util.NotificationLite$SubscriptionNotification: org.reactivestreams.Subscription upstream -androidx.room.MultiInstanceInvalidationService: MultiInstanceInvalidationService() -android.didikee.donate.R$color: int primary_material_light -com.github.rahatarmanahmed.cpv.R$attr: R$attr() -com.google.android.material.R$attr: int buttonPanelSideLayout -wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition: wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition[] values() -cyanogenmod.hardware.DisplayMode$1: cyanogenmod.hardware.DisplayMode createFromParcel(android.os.Parcel) -androidx.viewpager.R$styleable: int FontFamily_fontProviderAuthority -james.adaptiveicon.R$attr: int windowFixedHeightMinor -androidx.drawerlayout.R$styleable: int FontFamily_fontProviderAuthority -com.google.android.material.R$string: int mtrl_picker_toggle_to_year_selection -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_android_disableDependentsState -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_selectableItemBackground -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionMode_Inverse -com.google.android.material.R$drawable: int abc_ratingbar_small_material -androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_marginBottom -cyanogenmod.weather.WeatherInfo -com.turingtechnologies.materialscrollbar.R$integer: int show_password_duration -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse -io.reactivex.Observable: io.reactivex.Observable onErrorResumeNext(io.reactivex.functions.Function) -okhttp3.internal.http2.Header: java.lang.String toString() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Imperial: AccuCurrentResult$Precip1hr$Imperial() -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_android_orientation -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ProgressIndicator_Circular_Determinate -io.reactivex.internal.subscriptions.DeferredScalarSubscription: int HAS_REQUEST_NO_VALUE -com.google.android.material.R$styleable: int SnackbarLayout_actionTextColorAlpha -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomNavigationView_Colored -androidx.appcompat.widget.AppCompatRadioButton: android.content.res.ColorStateList getSupportBackgroundTintList() -okhttp3.internal.http2.Hpack$Reader: Hpack$Reader(int,int,okio.Source) -wangdaye.com.geometricweather.R$color: int darkPrimary_4 -com.xw.repo.bubbleseekbar.R$bool: int abc_allow_stacked_button_bar -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void dispose() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial Imperial -wangdaye.com.geometricweather.R$attr: int liftOnScrollTargetViewId -com.google.gson.internal.JsonReaderInternalAccess: void promoteNameToValue(com.google.gson.stream.JsonReader) -retrofit2.ParameterHandler$Query: java.lang.String name -com.xw.repo.bubbleseekbar.R$style: int Base_V26_Widget_AppCompat_Toolbar -androidx.preference.SwitchPreference -androidx.vectordrawable.animated.R$styleable: int[] FontFamilyFont -wangdaye.com.geometricweather.R$attr: int dropDownListViewStyle -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void onComplete() -androidx.preference.R$styleable: int RecyclerView_stackFromEnd -androidx.lifecycle.DefaultLifecycleObserver: void onDestroy(androidx.lifecycle.LifecycleOwner) -wangdaye.com.geometricweather.R$drawable: int notif_temp_130 -cyanogenmod.profiles.ConnectionSettings: ConnectionSettings(int) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorControlHighlight -androidx.work.R$styleable: int GradientColor_android_centerX -com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getPlaceholderText() -wangdaye.com.geometricweather.R$color: int mtrl_scrim_color -okhttp3.internal.http2.Http2Writer: void writeContinuationFrames(int,long) -james.adaptiveicon.R$styleable: int TextAppearance_android_fontFamily -com.jaredrummler.android.colorpicker.R$styleable: int Preference_isPreferenceVisible -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: io.reactivex.internal.operators.observable.ObservableGroupJoin$JoinSupport parent -com.google.android.material.R$attr: int toolbarId -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ListView -okhttp3.internal.http.HttpDate: HttpDate() -james.adaptiveicon.R$attr: int colorAccent -wangdaye.com.geometricweather.R$attr: int state_dragged -cyanogenmod.externalviews.KeyguardExternalViewProviderService: java.lang.String SERVICE_INTERFACE -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircularSkyWeatherView: void setGravitySensorEnabled(boolean) -androidx.swiperefreshlayout.R$dimen: int notification_main_column_padding_top -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_7 -android.didikee.donate.R$attr: int actionModeCutDrawable -retrofit2.Platform: java.util.List defaultCallAdapterFactories(java.util.concurrent.Executor) -retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder baseUrl(java.net.URL) -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$5 -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments$WarningTextBlocItem: java.lang.String title -james.adaptiveicon.R$color: int abc_tint_default -wangdaye.com.geometricweather.R$layout: int item_location -androidx.constraintlayout.widget.R$attr: int motionInterpolator -androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_width -okio.RealBufferedSink: okio.BufferedSink write(byte[]) -com.google.android.material.R$attr: int buttonStyle -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableRightCompat -james.adaptiveicon.R$dimen: int abc_edit_text_inset_horizontal_material -wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String getCity() -com.jaredrummler.android.colorpicker.R$string: R$string() -com.amap.api.location.AMapLocationClientOption: boolean isKillProcess() -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_backgroundSplit -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeThunderstormPrecipitationProbability -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: androidx.lifecycle.LifecycleOwner mLifecycle -wangdaye.com.geometricweather.db.entities.DailyEntity: void setWeatherSource(java.lang.String) -androidx.constraintlayout.widget.R$styleable: int FontFamily_fontProviderQuery -com.amap.api.location.AMapLocationClientOption$AMapLocationMode: AMapLocationClientOption$AMapLocationMode(java.lang.String,int) -androidx.preference.R$integer: int config_tooltipAnimTime -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial: int UnitType -androidx.appcompat.widget.SwitchCompat: android.graphics.drawable.Drawable getTrackDrawable() -cyanogenmod.alarmclock.ClockContract$CitiesColumns: java.lang.String TIMEZONE_NAME -cyanogenmod.hardware.CMHardwareManager: boolean deletePersistentObject(java.lang.String) -androidx.appcompat.R$anim: int btn_checkbox_to_unchecked_check_path_merged_animation -com.jaredrummler.android.colorpicker.R$color: int tooltip_background_light -cyanogenmod.externalviews.KeyguardExternalView$4: cyanogenmod.externalviews.KeyguardExternalView this$0 -james.adaptiveicon.R$attr: int actionBarWidgetTheme -androidx.swiperefreshlayout.R$styleable: int[] ColorStateListItem -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) -wangdaye.com.geometricweather.R$styleable: int Preference_android_selectable -com.xw.repo.bubbleseekbar.R$styleable: int ActionMode_backgroundSplit -com.turingtechnologies.materialscrollbar.R$drawable: int ic_mtrl_chip_checked_black -retrofit2.http.Header: java.lang.String value() -cyanogenmod.providers.DataUsageContract: java.lang.String _ID -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void dispose() -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_DropDownItem -androidx.appcompat.widget.Toolbar: android.graphics.drawable.Drawable getOverflowIcon() -wangdaye.com.geometricweather.R$id: int text_input_error_icon -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String getUnitId() -cyanogenmod.profiles.AirplaneModeSettings: boolean mDirty -androidx.preference.R$attr: int arrowHeadLength -wangdaye.com.geometricweather.R$styleable: int ActionMode_subtitleTextStyle -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox -androidx.transition.R$attr: R$attr() -androidx.constraintlayout.widget.R$attr: int drawableTint -wangdaye.com.geometricweather.R$drawable: int abc_list_divider_material -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ProgressIndicator_Circular_Indeterminate -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode HAZE -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: java.lang.String getUnit() -androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory: androidx.lifecycle.ViewModel create(java.lang.Class) -com.turingtechnologies.materialscrollbar.R$attr: int fabAlignmentMode -okhttp3.Headers$Builder: okhttp3.Headers$Builder removeAll(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int AppBarLayout_Layout_layout_scrollFlags -androidx.transition.R$attr: int fontProviderFetchTimeout -wangdaye.com.geometricweather.R$styleable: int SearchView_iconifiedByDefault -androidx.constraintlayout.widget.R$styleable: int SearchView_android_inputType -androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration -okio.SegmentedByteString -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_menu_overflow_material -androidx.legacy.coreutils.R$styleable: int FontFamilyFont_android_fontWeight -cyanogenmod.app.ProfileGroup$Mode -androidx.constraintlayout.widget.R$styleable: int[] State -com.google.android.material.R$styleable: int KeyTimeCycle_android_translationZ -wangdaye.com.geometricweather.R$style: int Test_Widget_MaterialComponents_MaterialCalendar -androidx.recyclerview.R$styleable: int FontFamilyFont_fontStyle -wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_Light -wangdaye.com.geometricweather.R$id: int dialog_minimal_icon_greyIcon -com.google.android.material.R$layout: int notification_action_tombstone -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow -wangdaye.com.geometricweather.R$attr: int layout_constraintDimensionRatio -wangdaye.com.geometricweather.R$attr: int textAppearanceHeadline5 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Imperial: int UnitType -com.turingtechnologies.materialscrollbar.R$id: int src_in -com.google.android.material.R$attr: int fabAlignmentMode -androidx.dynamicanimation.R$styleable: int FontFamilyFont_android_fontStyle -android.didikee.donate.R$dimen: int abc_text_size_subhead_material -android.didikee.donate.R$attr: int queryBackground -com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_listItemLayout -androidx.hilt.work.R$id: int accessibility_custom_action_20 -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_android_orientation -com.google.android.material.R$anim: int btn_radio_to_on_mtrl_dot_group_animation -com.turingtechnologies.materialscrollbar.R$dimen: int abc_seekbar_track_background_height_material -com.google.android.material.switchmaterial.SwitchMaterial: SwitchMaterial(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_waveShape -com.google.android.material.R$style: int Widget_MaterialComponents_FloatingActionButton -androidx.vectordrawable.animated.R$styleable: int GradientColor_android_endColor -wangdaye.com.geometricweather.R$id: int parallax -androidx.constraintlayout.widget.R$attr: int constraintSetEnd -com.google.android.material.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog -com.google.android.material.R$styleable: int AppCompatTheme_buttonBarStyle -androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat -retrofit2.HttpException: java.lang.String getMessage(retrofit2.Response) -androidx.constraintlayout.widget.R$attr: int tint -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder sslSocketFactory(javax.net.ssl.SSLSocketFactory) -wangdaye.com.geometricweather.R$drawable: int abc_btn_radio_to_on_mtrl_015 -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constrainedHeight -androidx.preference.R$styleable: int GradientColor_android_startY -com.turingtechnologies.materialscrollbar.R$attr: int boxCornerRadiusTopStart -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: java.lang.String wind_direct -cyanogenmod.platform.R -androidx.lifecycle.ReportFragment$LifecycleCallbacks: ReportFragment$LifecycleCallbacks() -androidx.appcompat.widget.AppCompatImageView -androidx.preference.R$color: int tooltip_background_light -com.google.android.material.radiobutton.MaterialRadioButton: MaterialRadioButton(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$font: int product_sans_black_italic -androidx.fragment.R$layout: int custom_dialog -okhttp3.internal.ws.RealWebSocket: java.util.List ONLY_HTTP1 -androidx.constraintlayout.widget.R$style: int TextAppearance_Compat_Notification_Info -androidx.appcompat.view.menu.ActionMenuItemView: void setItemInvoker(androidx.appcompat.view.menu.MenuBuilder$ItemInvoker) -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_9 -james.adaptiveicon.R$styleable: int[] SwitchCompat -wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition: wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition ABOVE_LINE -wangdaye.com.geometricweather.R$id: int startHorizontal -androidx.constraintlayout.widget.R$attr: int dialogPreferredPadding -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle -androidx.drawerlayout.R$attr: int fontStyle -cyanogenmod.platform.Manifest -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub$Proxy: android.os.IBinder mRemote -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title -com.xw.repo.bubbleseekbar.R$dimen: int abc_list_item_padding_horizontal_material -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintGuide_percent -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_CompactMenu -androidx.hilt.lifecycle.R$dimen: int notification_action_text_size -com.google.android.gms.common.R$integer: int google_play_services_version -com.google.android.material.R$styleable: int Constraint_constraint_referenced_ids -wangdaye.com.geometricweather.settings.activities.SelectProviderActivity: SelectProviderActivity() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: int getStatus() -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Button -com.google.gson.stream.JsonScope: int DANGLING_NAME -wangdaye.com.geometricweather.R$styleable: int ColorPickerView_cpv_sliderColor -androidx.appcompat.R$dimen: int abc_action_button_min_height_material -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ListMenuView -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_31 -okhttp3.internal.http2.Http2Connection: java.util.concurrent.ExecutorService pushExecutor -com.github.rahatarmanahmed.cpv.CircularProgressView$9: void onAnimationUpdate(android.animation.ValueAnimator) -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_action_confirm_button_min_width -com.jaredrummler.android.colorpicker.R$id: int search_badge -androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver: ForceStopRunnable$BroadcastReceiver() -androidx.preference.R$drawable: int btn_radio_off_mtrl -okhttp3.Dispatcher: void setIdleCallback(java.lang.Runnable) -wangdaye.com.geometricweather.R$string: int cpv_custom -okio.BufferedSource: boolean rangeEquals(long,okio.ByteString) -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: io.reactivex.disposables.Disposable upstream -wangdaye.com.geometricweather.R$id: int clear_text -androidx.constraintlayout.widget.R$attr: int windowFixedWidthMinor -android.didikee.donate.R$styleable: int SearchView_android_maxWidth -androidx.swiperefreshlayout.R$attr: int alpha -cyanogenmod.themes.ThemeManager$1$1: ThemeManager$1$1(cyanogenmod.themes.ThemeManager$1,int) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType QueryUnique -com.google.android.material.textfield.TextInputLayout: int getErrorCurrentTextColors() -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_selection_baseline_to_top_fullscreen -com.google.android.material.R$styleable: int Layout_android_layout_marginEnd -com.google.android.material.R$integer: int mtrl_calendar_year_selector_span -wangdaye.com.geometricweather.common.basic.models.weather.Current -com.turingtechnologies.materialscrollbar.R$dimen: int compat_button_inset_vertical_material -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Display1 -androidx.appcompat.widget.ActionMenuView: void setOverflowReserved(boolean) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List getMinutelyEntityList() -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language valueOf(java.lang.String) -wangdaye.com.geometricweather.R$string: int tag_aqi -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: boolean isDisposed() -wangdaye.com.geometricweather.R$dimen: int little_margin -androidx.preference.R$attr: int dividerPadding -james.adaptiveicon.R$drawable: int abc_cab_background_top_mtrl_alpha -com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated -okhttp3.internal.cache2.Relay: long FILE_HEADER_SIZE -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver[] CANCELLED -androidx.activity.R$id: int accessibility_custom_action_10 -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: ChineseCityEntity(java.lang.Long,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String) -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date -cyanogenmod.app.PartnerInterface: java.lang.String getCurrentHotwordPackageName() -wangdaye.com.geometricweather.R$id: int widget_day_weather -wangdaye.com.geometricweather.R$styleable: int Chip_closeIconSize -wangdaye.com.geometricweather.R$layout: int test_toolbar_surface -james.adaptiveicon.R$style: int Base_V7_Theme_AppCompat_Light_Dialog -androidx.transition.R$id: int blocking -okhttp3.internal.http2.Settings: int getMaxFrameSize(int) -androidx.hilt.work.R$id: int time -com.google.android.material.chip.Chip: void setChipStartPaddingResource(int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean forecastDaily -androidx.preference.R$styleable: int Preference_android_summary -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Imperial: AccuCurrentResult$WetBulbTemperature$Imperial() -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: int getProgressViewStartOffset() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX: java.lang.String aqi -okhttp3.Headers: java.util.List values(java.lang.String) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: java.lang.String country -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Medium -com.google.android.material.R$attr: int thumbTextPadding -okio.InflaterSource: int bufferBytesHeldByInflater -com.jaredrummler.android.colorpicker.R$id: int normal -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Day_Invalid -wangdaye.com.geometricweather.R$attr: int tabIndicatorAnimationDuration -james.adaptiveicon.R$id: int action_menu_presenter -io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: void onError(java.lang.Throwable) -com.google.android.material.R$styleable: int SwitchCompat_showText -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Display1 -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_contentInsetLeft -wangdaye.com.geometricweather.R$styleable: int SignInButton_scopeUris -com.jaredrummler.android.colorpicker.R$attr: int switchStyle -androidx.appcompat.resources.R$color: int notification_icon_bg_color -androidx.hilt.R$styleable: int Fragment_android_tag -org.greenrobot.greendao.AbstractDaoSession: long insert(java.lang.Object) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeShareDrawable -androidx.lifecycle.LiveData$AlwaysActiveObserver -io.reactivex.Observable: io.reactivex.Observable repeatUntil(io.reactivex.functions.BooleanSupplier) -com.google.android.material.progressindicator.ProgressIndicator: int getIndicatorCornerRadius() -okio.RealBufferedSource: int read(byte[],int,int) -androidx.cardview.widget.CardView: void setUseCompatPadding(boolean) -androidx.appcompat.R$attr: int panelMenuListWidth -io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function8) -cyanogenmod.app.ThemeVersion$ThemeVersionImpl2: ThemeVersion$ThemeVersionImpl2() -wangdaye.com.geometricweather.R$drawable: int abc_list_selector_holo_light -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeDegreeDayTemperature -com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_color -okhttp3.internal.ws.RealWebSocket: int receivedPingCount() -com.turingtechnologies.materialscrollbar.R$styleable: int[] MenuItem -james.adaptiveicon.R$styleable: int AppCompatTheme_tooltipForegroundColor -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Object getKey(java.lang.Object) -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintGuide_percent -io.reactivex.internal.queue.SpscArrayQueue: java.util.concurrent.atomic.AtomicLong consumerIndex -james.adaptiveicon.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow -com.google.android.material.R$styleable: int AppBarLayout_expanded -com.jaredrummler.android.colorpicker.R$styleable: int ActionMenuItemView_android_minWidth -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: int getStatus() -com.turingtechnologies.materialscrollbar.R$style: int Base_V26_Theme_AppCompat_Light -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeApparentTemperature(java.lang.Integer) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Metric: int UnitType -androidx.customview.R$style: int TextAppearance_Compat_Notification_Line2 -androidx.preference.R$color: int error_color_material_dark -com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: int getCircularRevealScrimColor() -com.bumptech.glide.integration.okhttp.R$drawable: int notification_icon_background -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Display1 -com.google.android.material.R$attr: int colorPrimaryDark -io.reactivex.internal.observers.LambdaObserver: LambdaObserver(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer,io.reactivex.functions.Action,io.reactivex.functions.Consumer) -com.google.android.material.R$id: int transition_transform -okio.SegmentedByteString: okio.ByteString toAsciiLowercase() -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Button_Colored -retrofit2.OkHttpCall$NoContentResponseBody: okhttp3.MediaType contentType -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: io.reactivex.internal.fuseable.SimpleQueue queue -androidx.constraintlayout.widget.R$attr: int defaultQueryHint -com.amap.api.location.AMapLocation: int ERROR_CODE_AIRPLANEMODE_WIFIOFF -com.bumptech.glide.integration.okhttp.R$dimen: int compat_button_padding_horizontal_material -androidx.hilt.lifecycle.R$styleable: int GradientColor_android_gradientRadius -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: io.reactivex.internal.queue.SpscLinkedArrayQueue getOrCreateQueue() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeRealFeelShaderTemperature -wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_width -cyanogenmod.app.ICMStatusBarManager: void removeCustomTileWithTag(java.lang.String,java.lang.String,int,int) -com.google.android.material.R$styleable: int ConstraintLayout_placeholder_placeholder_emptyVisibility -com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_colored_material -retrofit2.ParameterHandler$QueryMap: retrofit2.Converter valueConverter -androidx.constraintlayout.widget.R$attr: int alertDialogTheme -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ListPopupWindow -com.turingtechnologies.materialscrollbar.R$attr: int actionModeCutDrawable -androidx.lifecycle.ProcessLifecycleOwner$1 -com.bumptech.glide.R$drawable: int notification_bg_low_pressed -wangdaye.com.geometricweather.main.dialogs.LocationPermissionStatementDialog: LocationPermissionStatementDialog() -androidx.appcompat.R$styleable: int ActionMode_subtitleTextStyle -com.google.android.material.R$styleable: int[] FontFamilyFont -io.reactivex.internal.operators.observable.ObservableGroupBy$State: void onError(java.lang.Throwable) -androidx.hilt.lifecycle.R$attr: int ttcIndex -androidx.constraintlayout.widget.R$color: int abc_tint_spinner -androidx.swiperefreshlayout.R$drawable -okhttp3.internal.http2.PushObserver$1: boolean onRequest(int,java.util.List) -androidx.preference.R$id: int split_action_bar -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light_Dialog_Alert -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse -com.google.android.material.R$attr: int tickMarkTint -okio.RealBufferedSink: void flush() -okhttp3.RealCall: okhttp3.internal.connection.StreamAllocation streamAllocation() -cyanogenmod.weatherservice.ServiceRequestResult$Builder: java.util.List mLocationLookupList -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableTintMode -com.google.android.material.R$id: int forever -androidx.work.impl.background.systemjob.SystemJobService: SystemJobService() -com.google.android.material.R$style: int Theme_MaterialComponents_NoActionBar -cyanogenmod.app.ILiveLockScreenChangeListener$Stub -io.reactivex.internal.operators.observable.ObservableGroupBy$State: void dispose() -james.adaptiveicon.R$styleable: int PopupWindow_android_popupBackground -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_DayTextView -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void onTimeout(long) -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Tooltip -wangdaye.com.geometricweather.R$styleable: int MotionLayout_layoutDescription -com.google.android.material.R$attr: int tabTextAppearance -okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Stream pushStream(int,java.util.List,boolean) -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation: wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation LEFT -com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose: com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose Transport -wangdaye.com.geometricweather.remoteviews.config.HourlyTrendWidgetConfigActivity: HourlyTrendWidgetConfigActivity() -androidx.constraintlayout.widget.R$attr: int layout_constraintVertical_bias -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Button_Colored -android.support.v4.os.IResultReceiver$Stub: android.support.v4.os.IResultReceiver getDefaultImpl() -okhttp3.internal.http.RetryAndFollowUpInterceptor: okhttp3.Address createAddress(okhttp3.HttpUrl) -retrofit2.RequestBuilder: java.lang.String relativeUrl -com.google.android.material.textfield.TextInputLayout: void setEndIconDrawable(android.graphics.drawable.Drawable) -cyanogenmod.weather.WeatherLocation$1 -io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: void onNext(java.lang.Object) -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: void onError(java.lang.Throwable) -com.jaredrummler.android.colorpicker.R$attr: int actionOverflowButtonStyle -com.google.android.material.R$style: int Widget_AppCompat_ActionBar_Solid -io.reactivex.Observable: io.reactivex.Observable takeLast(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -androidx.preference.R$layout: int notification_action -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial Imperial -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeSnowPrecipitationProbability() -okio.Okio$2: long read(okio.Buffer,long) -android.didikee.donate.R$styleable: int SwitchCompat_track -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_imageButtonStyle -androidx.loader.R$dimen: int compat_button_inset_vertical_material -androidx.constraintlayout.widget.R$styleable: int GradientColor_android_endX -com.baidu.location.Poi: android.os.Parcelable$Creator CREATOR -androidx.appcompat.app.ToolbarActionBar -retrofit2.OptionalConverterFactory: OptionalConverterFactory() -androidx.activity.R$dimen: int compat_notification_large_icon_max_height -androidx.appcompat.view.menu.ListMenuItemView: void setTitle(java.lang.CharSequence) -com.jaredrummler.android.colorpicker.R$styleable: int[] MenuView -io.reactivex.Observable: io.reactivex.Single toMultimap(io.reactivex.functions.Function,io.reactivex.functions.Function,java.util.concurrent.Callable,io.reactivex.functions.Function) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_seekBarStyle -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionBar_Solid -okhttp3.Response: okhttp3.Protocol protocol -wangdaye.com.geometricweather.R$string: int mtrl_picker_invalid_format_example -android.didikee.donate.R$drawable: int abc_spinner_mtrl_am_alpha -android.didikee.donate.R$attr: int actionMenuTextColor -io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: void dispose() -androidx.constraintlayout.widget.R$id: int autoCompleteToStart -androidx.preference.R$styleable: int AppCompatTheme_activityChooserViewStyle -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: io.reactivex.internal.util.AtomicThrowable error -com.google.android.material.slider.RangeSlider: void setValueFrom(float) -android.didikee.donate.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber(androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData) -androidx.vectordrawable.R$dimen: int notification_top_pad_large_text -androidx.lifecycle.extensions.R$styleable: int[] GradientColorItem -io.reactivex.internal.subscriptions.SubscriptionArbiter: boolean cancelled -com.google.android.material.R$styleable: int AppBarLayout_android_touchscreenBlocksFocus -androidx.constraintlayout.widget.R$id: int search_mag_icon -androidx.preference.R$style: int Base_Widget_AppCompat_Light_ActionBar -com.jaredrummler.android.colorpicker.R$dimen: int notification_top_pad_large_text -okhttp3.Headers$Builder: okhttp3.Headers$Builder addUnsafeNonAscii(java.lang.String,java.lang.String) -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_show_thumb_text -com.google.android.material.card.MaterialCardView: void setStrokeColor(int) -org.greenrobot.greendao.AbstractDaoMaster: org.greenrobot.greendao.AbstractDaoSession newSession() -androidx.preference.R$style: int Widget_AppCompat_SeekBar_Discrete -android.didikee.donate.R$styleable: int MenuItem_numericModifiers -cyanogenmod.weatherservice.WeatherProviderService: void onRequestCancelled(cyanogenmod.weatherservice.ServiceRequest) -androidx.constraintlayout.widget.R$attr: int autoSizeTextType -com.amap.api.fence.PoiItem: void setTypeCode(java.lang.String) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial: AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial() -com.turingtechnologies.materialscrollbar.R$color: int abc_hint_foreground_material_dark -androidx.appcompat.R$string: int abc_menu_enter_shortcut_label -wangdaye.com.geometricweather.R$animator: int weather_clear_day_2 -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem -androidx.hilt.lifecycle.R$id: int tag_accessibility_actions -wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.Object readEntity(android.database.Cursor,int) -com.bumptech.glide.load.engine.GlideException: java.lang.Throwable fillInStackTrace() -wangdaye.com.geometricweather.R$attr: int layoutManager -androidx.constraintlayout.widget.R$styleable: int ViewBackgroundHelper_android_background -androidx.preference.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration -okhttp3.Response$Builder: okhttp3.Headers$Builder headers -okhttp3.MediaType -android.didikee.donate.R$attr: int overlapAnchor -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_backgroundStacked -wangdaye.com.geometricweather.R$color: int colorTextSubtitle_light -okhttp3.internal.cache2.Relay$RelaySource: void close() -james.adaptiveicon.R$styleable: int FontFamilyFont_android_fontVariationSettings -james.adaptiveicon.R$drawable: int abc_list_longpressed_holo -com.google.android.material.R$attr: int expandedTitleTextAppearance -androidx.loader.R$dimen: R$dimen() -android.didikee.donate.R$styleable: int Toolbar_android_minHeight -androidx.lifecycle.extensions.R$styleable: int GradientColor_android_endColor -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ProgressBar -androidx.vectordrawable.animated.R$integer: int status_bar_notification_info_maxnum -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ListView -com.jaredrummler.android.colorpicker.R$dimen: int cpv_column_width -wangdaye.com.geometricweather.common.basic.models.weather.Current: Current(java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,wangdaye.com.geometricweather.common.basic.models.weather.Temperature,wangdaye.com.geometricweather.common.basic.models.weather.Precipitation,wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability,wangdaye.com.geometricweather.common.basic.models.weather.Wind,wangdaye.com.geometricweather.common.basic.models.weather.UV,wangdaye.com.geometricweather.common.basic.models.weather.AirQuality,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.String,java.lang.String) -wangdaye.com.geometricweather.R$dimen: int notification_content_margin_start -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: org.greenrobot.greendao.query.Query weatherEntity_HourlyEntityListQuery -wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setTime(long) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_android_textAppearance -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_temp_3 -androidx.preference.R$styleable: int TextAppearance_fontVariationSettings -com.xw.repo.bubbleseekbar.R$dimen: int notification_small_icon_size_as_large -android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd -wangdaye.com.geometricweather.R$string: int settings_title_ui_style -com.jaredrummler.android.colorpicker.R$attr: int actionModeStyle -cyanogenmod.profiles.BrightnessSettings$1: java.lang.Object[] newArray(int) -okhttp3.internal.http.RealInterceptorChain: int readTimeoutMillis() -cyanogenmod.app.Profile$ExpandedDesktopMode -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_TextView -com.google.android.material.R$animator: int linear_indeterminate_line2_tail_interpolator -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintLeft_toLeftOf -cyanogenmod.app.IProfileManager$Stub$Proxy: boolean profileExists(android.os.ParcelUuid) -androidx.constraintlayout.widget.R$color: int bright_foreground_inverse_material_light -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: void dispose() -io.reactivex.internal.operators.observable.ObservableReplay$SizeBoundReplayBuffer: int limit -androidx.fragment.R$color: int ripple_material_light -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_6 -androidx.lifecycle.ViewModelStoreOwner -androidx.appcompat.R$id: int decor_content_parent -wangdaye.com.geometricweather.R$styleable: int ThemeEnforcement_enforceMaterialTheme -com.google.android.material.R$drawable: int ic_keyboard_black_24dp -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_textColorLink -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircleView: CircleView(android.content.Context) -io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: long serialVersionUID -com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_anim_swoop_duration -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: FlowableConcatMap$BaseConcatMapSubscriber(io.reactivex.functions.Function,int) -androidx.appcompat.R$attr: int tickMarkTintMode -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: void onComplete() -android.didikee.donate.R$styleable: int AppCompatTheme_ratingBarStyleSmall -com.google.android.material.R$color: int mtrl_chip_text_color -com.google.android.material.R$dimen: int abc_text_size_menu_material -com.google.android.material.R$dimen: int mtrl_tooltip_minHeight -com.xw.repo.bubbleseekbar.R$attr: int customNavigationLayout -androidx.hilt.lifecycle.R$styleable: int FontFamily_fontProviderFetchStrategy -okhttp3.internal.platform.JdkWithJettyBootPlatform: java.lang.reflect.Method putMethod -james.adaptiveicon.R$styleable: int[] ListPopupWindow -com.google.android.material.R$styleable: int LinearLayoutCompat_showDividers -com.google.android.material.R$styleable: int CoordinatorLayout_Layout_layout_behavior -okhttp3.Cookie$Builder: okhttp3.Cookie build() -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_paddingTop -com.google.android.gms.location.zzo -com.google.android.material.R$attr: int customDimension -com.xw.repo.bubbleseekbar.R$style: int Platform_AppCompat_Light -com.google.android.material.R$dimen: int mtrl_progress_circular_inset -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int MIXED_RAIN_AND_SLEET -com.google.android.material.R$styleable: int Tooltip_android_layout_margin -com.amap.api.location.AMapLocation: java.lang.String m -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Button -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner -android.didikee.donate.R$styleable: int SearchView_suggestionRowLayout -com.google.android.material.R$styleable: int TextInputLayout_hintTextAppearance -com.baidu.location.e.l$b: com.baidu.location.e.l$b c -wangdaye.com.geometricweather.R$attr: int pathMotionArc -androidx.activity.R$id: R$id() -wangdaye.com.geometricweather.R$attr: int materialButtonToggleGroupStyle -okio.GzipSource: byte SECTION_DONE -androidx.preference.R$drawable: int abc_textfield_activated_mtrl_alpha -wangdaye.com.geometricweather.R$id: int visible -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -androidx.work.R$dimen: int notification_big_circle_margin -wangdaye.com.geometricweather.db.entities.LocationEntity: void setResidentPosition(boolean) -com.google.android.material.R$styleable: int KeyCycle_android_scaleX -wangdaye.com.geometricweather.R$dimen: int mtrl_navigation_item_icon_padding -okhttp3.RealCall$AsyncCall: RealCall$AsyncCall(okhttp3.RealCall,okhttp3.Callback) -androidx.core.R$styleable: int FontFamily_fontProviderCerts -androidx.loader.R$styleable: int FontFamilyFont_fontWeight -androidx.drawerlayout.R$styleable: int ColorStateListItem_android_alpha -com.google.android.material.R$styleable: int[] AppCompatImageView -cyanogenmod.themes.IThemeProcessingListener$Stub$Proxy -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem -androidx.preference.R$color: int abc_search_url_text_pressed -okhttp3.internal.http1.Http1Codec$ChunkedSink: Http1Codec$ChunkedSink(okhttp3.internal.http1.Http1Codec) -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeThunderstormPrecipitationProbability(java.lang.Float) -com.google.android.material.R$attr: int minSeparation -com.bumptech.glide.R$string: R$string() -androidx.appcompat.R$styleable: int ActionBar_navigationMode -androidx.appcompat.R$styleable: int AppCompatTheme_textColorSearchUrl -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintCircleRadius -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setProgressBackgroundColor(int) -com.google.gson.stream.JsonWriter: void push(int) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowActionBar -androidx.activity.R$id: int title -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_subtitleTextColor -androidx.core.R$dimen: int compat_notification_large_icon_max_height -okhttp3.Connection: java.net.Socket socket() -android.didikee.donate.R$styleable: int DrawerArrowToggle_barLength -io.reactivex.Observable: io.reactivex.Flowable toFlowable(io.reactivex.BackpressureStrategy) -wangdaye.com.geometricweather.R$style: int TestStyleWithLineHeightAppearance -wangdaye.com.geometricweather.R$styleable: int TouchScrollBar_msb_autoHide -androidx.vectordrawable.animated.R$style: int TextAppearance_Compat_Notification_Title -androidx.constraintlayout.widget.R$id: int action_bar_container -okhttp3.Response$Builder -wangdaye.com.geometricweather.R$drawable: int flag_it -androidx.viewpager.R$id: int notification_background -androidx.vectordrawable.R$id: int accessibility_custom_action_21 -androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event[] values() -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Spinner -okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.platform.AndroidPlatform$CloseGuard closeGuard -androidx.viewpager2.R$dimen: int notification_small_icon_size_as_large -com.google.android.material.tabs.TabLayout: int getDefaultHeight() -com.google.android.material.R$drawable: int abc_seekbar_track_material -okhttp3.ConnectionSpec: ConnectionSpec(okhttp3.ConnectionSpec$Builder) -androidx.viewpager2.R$attr: int ttcIndex -com.google.gson.internal.LinkedTreeMap: LinkedTreeMap(java.util.Comparator) -androidx.constraintlayout.widget.R$interpolator: int btn_radio_to_off_mtrl_animation_interpolator_0 -com.google.android.material.R$styleable: int ActionBar_icon -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored -wangdaye.com.geometricweather.R$id: int dialog_location_help_locationContainer -androidx.recyclerview.R$style: int TextAppearance_Compat_Notification_Line2 -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String PRESENT_AS_THEME -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WindDegree -com.google.android.gms.internal.location.zzl -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_shadowDy -androidx.preference.R$id: int icon -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: CaiYunMainlyResult$AqiBeanXX() -androidx.customview.R$id: int action_image -com.google.android.material.R$layout: int abc_search_dropdown_item_icons_2line -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.util.List getValue() -com.google.android.material.R$styleable: int[] RecycleListView -com.google.android.material.R$string: int mtrl_picker_text_input_month_abbr -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_curveFit -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Object readKey(android.database.Cursor,int) -androidx.transition.R$styleable: int ColorStateListItem_alpha -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_PopupMenu -wangdaye.com.geometricweather.R$dimen: int subtitle_text_size -com.google.android.material.floatingactionbutton.FloatingActionButton$Behavior: void setInternalAutoHideListener(com.google.android.material.floatingactionbutton.FloatingActionButton$OnVisibilityChangedListener) -com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_drawableSize -androidx.preference.R$styleable: int FontFamilyFont_android_font -wangdaye.com.geometricweather.R$drawable: int ic_launcher -okhttp3.Response: okhttp3.CacheControl cacheControl() -io.reactivex.internal.util.VolatileSizeArrayList: int lastIndexOf(java.lang.Object) -wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderConfirmButton -com.google.android.material.R$style: int Widget_MaterialComponents_ActionBar_Surface -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_lastVerticalBias -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_4 -androidx.preference.R$styleable: int AppCompatTheme_dropDownListViewStyle -cyanogenmod.weather.IRequestInfoListener$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_paddingStart -androidx.work.impl.utils.futures.DirectExecutor -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog -androidx.transition.R$id -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorIconTint -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large -androidx.constraintlayout.widget.R$attr: int spinBars -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void runBackfused() -androidx.appcompat.R$style: int Base_Widget_AppCompat_ListMenuView -androidx.appcompat.R$dimen: int notification_main_column_padding_top -retrofit2.http.HEAD -com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose: com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose[] a -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_numericModifiers -wangdaye.com.geometricweather.R$styleable: int StateSet_defaultState -wangdaye.com.geometricweather.R$id: int search_edit_frame -wangdaye.com.geometricweather.R$id: int snackbar_action -cyanogenmod.weather.WeatherLocation$Builder: cyanogenmod.weather.WeatherLocation$Builder setPostalCode(java.lang.String) -androidx.appcompat.resources.R$layout: int notification_template_custom_big -androidx.work.R$style: int Widget_Compat_NotificationActionText -james.adaptiveicon.R$styleable: int AppCompatTheme_windowNoTitle -com.amap.api.location.AMapLocationClientOption: long r -androidx.constraintlayout.widget.R$style: int Base_V7_Theme_AppCompat_Light -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 -androidx.appcompat.widget.AppCompatSpinner$SavedState: android.os.Parcelable$Creator CREATOR -androidx.transition.R$dimen: int notification_top_pad_large_text -androidx.constraintlayout.widget.R$string: int abc_shareactionprovider_share_with_application -com.google.android.material.chip.Chip: void setChipDrawable(com.google.android.material.chip.ChipDrawable) -cyanogenmod.weather.WeatherInfo: int mConditionCode -com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$Node header -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: int getStrokeColor() -com.turingtechnologies.materialscrollbar.R$dimen: int compat_notification_large_icon_max_width -com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol: com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol[] values() -cyanogenmod.weather.CMWeatherManager: java.util.Set mProviderChangedListeners -cyanogenmod.profiles.AirplaneModeSettings: AirplaneModeSettings(android.os.Parcel) -wangdaye.com.geometricweather.R$styleable: int OnSwipe_dragDirection -wangdaye.com.geometricweather.remoteviews.config.ClockDayWeekWidgetConfigActivity: ClockDayWeekWidgetConfigActivity() -androidx.preference.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle -androidx.appcompat.R$styleable: int AppCompatTheme_actionOverflowButtonStyle -androidx.constraintlayout.widget.R$id: int autoComplete -com.bumptech.glide.integration.okhttp.R$style: int TextAppearance_Compat_Notification_Title -wangdaye.com.geometricweather.R$id: int activity_card_display_manage_appBar -okhttp3.internal.http2.Http2Connection$6: okhttp3.internal.http2.Http2Connection this$0 -cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode mLightsMode -com.turingtechnologies.materialscrollbar.R$attr: int fastScrollVerticalTrackDrawable -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: long period -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_UnelevatedButton_Icon -okhttp3.EventListener: void secureConnectStart(okhttp3.Call) -com.jaredrummler.android.colorpicker.R$attr: int subtitleTextStyle -com.google.android.material.R$attr: int layout_goneMarginBottom -androidx.appcompat.R$style: int Base_DialogWindowTitleBackground_AppCompat -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder writeTimeout(long,java.util.concurrent.TimeUnit) -wangdaye.com.geometricweather.R$id: int search_mag_icon -wangdaye.com.geometricweather.R$layout: int item_about_library -io.reactivex.internal.subscriptions.SubscriptionArbiter: SubscriptionArbiter(boolean) -retrofit2.Retrofit$Builder: boolean validateEagerly -okhttp3.Dispatcher: int queuedCallsCount() -wangdaye.com.geometricweather.weather.apis.CNWeatherApi -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric: double Value -com.jaredrummler.android.colorpicker.R$attr: int listDividerAlertDialog -com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_stackFromEnd -com.jaredrummler.android.colorpicker.R$attr: int colorError -com.google.android.material.progressindicator.ProgressIndicator: void setVisibilityAfterHide(int) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen: int CategoryValue -cyanogenmod.weatherservice.ServiceRequest: cyanogenmod.weather.RequestInfo mInfo -androidx.preference.R$style: int Widget_AppCompat_Light_ActionButton -com.google.android.material.tabs.TabLayout: void setSelectedTabView(int) -androidx.appcompat.R$color: int notification_icon_bg_color -cyanogenmod.externalviews.ExternalView$3 -wangdaye.com.geometricweather.R$string: int about_app -okio.SegmentedByteString: void write(java.io.OutputStream) -com.xw.repo.bubbleseekbar.R$string: int abc_prepend_shortcut_label -com.jaredrummler.android.colorpicker.R$dimen -cyanogenmod.power.IPerformanceManager: int getPowerProfile() -james.adaptiveicon.R$styleable: int SearchView_android_imeOptions -wangdaye.com.geometricweather.R$style: int Preference_SwitchPreferenceCompat_Material -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleMarginEnd -androidx.preference.R$id: int tag_unhandled_key_listeners -okhttp3.internal.io.FileSystem: okio.Sink appendingSink(java.io.File) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric Metric -androidx.appcompat.R$attr: int measureWithLargestChild -com.amap.api.location.UmidtokenInfo$a -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd -androidx.constraintlayout.widget.R$attr: int actionBarSize -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal -wangdaye.com.geometricweather.R$attr: int msb_handleColor -com.bumptech.glide.integration.okhttp.R$id: int top -cyanogenmod.providers.CMSettings$System: java.lang.String ENABLE_FORWARD_LOOKUP -wangdaye.com.geometricweather.R$string: int aqi_5 -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_lastVerticalBias -com.google.android.material.floatingactionbutton.FloatingActionButton: void setElevation(float) -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: java.util.concurrent.atomic.AtomicBoolean stopWindows -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer grassIndex -wangdaye.com.geometricweather.R$color: int colorTextAlert -wangdaye.com.geometricweather.R$styleable: int ForegroundLinearLayout_android_foreground -androidx.hilt.R$styleable: int GradientColor_android_tileMode -okhttp3.internal.http2.Http2Codec: java.lang.String HOST -androidx.appcompat.resources.R$layout -androidx.preference.R$color: int material_blue_grey_900 -androidx.preference.R$string: int abc_prepend_shortcut_label -androidx.preference.R$attr: int fastScrollVerticalThumbDrawable -com.google.android.material.R$styleable: int ConstraintSet_android_translationY -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_skipCollapsed -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_borderlessButtonStyle -okhttp3.internal.http.RetryAndFollowUpInterceptor: okhttp3.internal.connection.StreamAllocation streamAllocation() -cyanogenmod.app.ThemeVersion$ThemeVersionImpl2$1 -androidx.constraintlayout.widget.R$styleable: int ViewBackgroundHelper_backgroundTint -com.turingtechnologies.materialscrollbar.R$layout: int design_layout_snackbar_include -wangdaye.com.geometricweather.R$drawable: int material_ic_keyboard_arrow_left_black_24dp -com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_android_clipToPadding -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator RECENTS_SHOW_SEARCH_BAR_VALIDATOR -androidx.preference.R$drawable: int abc_textfield_search_activated_mtrl_alpha -wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource: wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource valueOf(java.lang.String) -com.google.android.material.R$styleable: int Tooltip_android_text -com.google.android.material.R$dimen: int mtrl_calendar_maximum_default_fullscreen_minor_axis -com.jaredrummler.android.colorpicker.R$anim: int abc_slide_in_bottom -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX brandInfo -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionMode_Inverse -wangdaye.com.geometricweather.R$styleable: int Motion_animate_relativeTo -okhttp3.internal.http.HttpCodec: okhttp3.Response$Builder readResponseHeaders(boolean) -cyanogenmod.providers.CMSettings$Validator: boolean validate(java.lang.String) -com.github.rahatarmanahmed.cpv.CircularProgressView$1: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 -androidx.hilt.R$layout: int notification_template_part_chronometer -com.google.android.material.R$attr: int buttonStyleSmall -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: AccuDailyResult$DailyForecasts$Moon() -wangdaye.com.geometricweather.R$attr: int boxStrokeColor -com.google.android.material.R$styleable: int TextInputLayout_counterOverflowTextAppearance -androidx.preference.R$dimen: int abc_control_padding_material -com.google.android.material.R$styleable: int ActionBar_customNavigationLayout -com.google.android.material.textfield.TextInputLayout: int getHelperTextCurrentTextColor() -wangdaye.com.geometricweather.R$color: int design_default_color_surface -okhttp3.internal.connection.RealConnection: okhttp3.Request createTunnelRequest() -com.xw.repo.bubbleseekbar.R$styleable: int Spinner_android_prompt -android.didikee.donate.R$styleable: int AppCompatTheme_actionModeShareDrawable -wangdaye.com.geometricweather.R$styleable: int Slider_thumbElevation -androidx.drawerlayout.R$styleable: int FontFamilyFont_android_fontWeight -androidx.appcompat.R$styleable: int MenuItem_android_orderInCategory -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_saveFlags -com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat_Dialog -wangdaye.com.geometricweather.R$id: int widget_clock_day_card -wangdaye.com.geometricweather.R$attr: int startIconTintMode -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Imperial: int UnitType -androidx.customview.R$dimen: int notification_top_pad_large_text -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintTop_toTopOf -cyanogenmod.weather.WeatherInfo: boolean equals(java.lang.Object) -com.google.android.material.R$styleable: int OnSwipe_touchAnchorSide -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_WITH_RC4_128_SHA -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: void subscribeNext() -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_CollapsingToolbar_Expanded -wangdaye.com.geometricweather.R$drawable: int clock_minute_dark -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_notificationGroupExistsByName -com.jaredrummler.android.colorpicker.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset -okhttp3.HttpUrl: void canonicalize(okio.Buffer,java.lang.String,int,int,java.lang.String,boolean,boolean,boolean,boolean,java.nio.charset.Charset) -androidx.constraintlayout.widget.ConstraintLayout: int getOptimizationLevel() -com.google.android.material.R$color: int dim_foreground_disabled_material_light -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String getDistrict() -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Button_Borderless -wangdaye.com.geometricweather.common.basic.models.weather.Alert: void deduplication(java.util.List) -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.HistoryEntity,int) -androidx.appcompat.R$attr: R$attr() -com.google.android.material.bottomnavigation.BottomNavigationView: int getSelectedItemId() -androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_textStyle -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$attr: int preferenceFragmentCompatStyle -android.didikee.donate.R$styleable: int PopupWindowBackgroundState_state_above_anchor -com.xw.repo.bubbleseekbar.R$drawable: int notification_bg_normal_pressed -androidx.coordinatorlayout.widget.CoordinatorLayout: void setStatusBarBackgroundResource(int) -cyanogenmod.app.Profile: Profile(android.os.Parcel,cyanogenmod.app.Profile$1) -androidx.hilt.R$styleable: int FontFamilyFont_font -wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity -androidx.lifecycle.LifecycleRegistry: boolean isSynced() -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: long serialVersionUID -wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayWeekWidgetConfigActivity -com.google.android.material.R$styleable: int[] SwitchMaterial -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STYLE_THUMBNAIL -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionButton_Overflow -androidx.recyclerview.R$style: int Widget_Compat_NotificationActionContainer -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver -com.turingtechnologies.materialscrollbar.R$attr: int tabPaddingTop -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Headline2 -wangdaye.com.geometricweather.R$color: int colorTextSubtitle_dark -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionButton -wangdaye.com.geometricweather.R$id: int notification_multi_city_icon_2 -com.google.android.material.tabs.TabLayout$TabView: com.google.android.material.tabs.TabLayout$Tab getTab() -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int WEATHER_CODE_MIN -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonBarStyle -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity -wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.lang.String getShortDate(android.content.Context) -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_6 -com.jaredrummler.android.colorpicker.R$style: int Base_Animation_AppCompat_DropDownUp -org.greenrobot.greendao.database.DatabaseOpenHelper: android.content.Context context -com.google.android.material.R$attr: int tabStyle -wangdaye.com.geometricweather.R$attr: int trackColor -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean getCurrent() -android.didikee.donate.R$color: int abc_tint_edittext -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeTemperature(int) -androidx.vectordrawable.R$id: int action_text -okhttp3.internal.cache2.Relay: int sourceCount -androidx.constraintlayout.helper.widget.Flow: void setOrientation(int) -wangdaye.com.geometricweather.main.MainActivityViewModel$Status: wangdaye.com.geometricweather.main.MainActivityViewModel$Status INITIALIZING -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Button -wangdaye.com.geometricweather.R$attr: int layout_constraintHeight_max -androidx.appcompat.R$attr: int buttonBarButtonStyle -com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_Bridge -wangdaye.com.geometricweather.R$drawable: int ic_collected -wangdaye.com.geometricweather.R$attr: int windowActionModeOverlay -wangdaye.com.geometricweather.R$dimen: int design_bottom_sheet_elevation -com.jaredrummler.android.colorpicker.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow -okio.ForwardingSource: ForwardingSource(okio.Source) -james.adaptiveicon.R$styleable: int MenuGroup_android_enabled -okhttp3.internal.platform.JdkWithJettyBootPlatform: java.lang.reflect.Method getMethod -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial: AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial() -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarStyle -androidx.viewpager.R$layout: R$layout() -io.reactivex.Observable: io.reactivex.Observable delaySubscription(io.reactivex.ObservableSource) -androidx.hilt.R$id: int accessibility_custom_action_29 -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_handleColor -okio.Buffer: okio.Buffer copyTo(okio.Buffer,long,long) -okhttp3.internal.cache2.Relay$RelaySource: long sourcePos -com.google.android.material.R$styleable: int AppBarLayout_statusBarForeground -com.google.android.material.R$styleable: int MaterialButton_android_insetLeft -io.reactivex.Observable: io.reactivex.Observable fromFuture(java.util.concurrent.Future) -com.google.android.material.R$attr: int mock_labelColor -wangdaye.com.geometricweather.R$string: int yesterday -com.jaredrummler.android.colorpicker.R$drawable: int notification_bg_low -com.jaredrummler.android.colorpicker.R$attr: int paddingBottomNoButtons -com.google.android.material.slider.RangeSlider: float getStepSize() -androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_fontWeight -okhttp3.internal.http2.Http2Connection$4: Http2Connection$4(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[],int,java.util.List) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonStyle -android.didikee.donate.R$styleable: int Spinner_android_prompt -cyanogenmod.platform.Manifest$permission -wangdaye.com.geometricweather.R$attr: int sizePercent -androidx.vectordrawable.animated.R$styleable: int GradientColor_android_gradientRadius -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: java.util.List getSubInformation() -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl build() -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_DrawerArrowToggle -androidx.appcompat.R$dimen: int abc_alert_dialog_button_dimen -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Imperial: int UnitType -okio.ForwardingSink: okio.Sink delegate() -wangdaye.com.geometricweather.R$dimen: int mtrl_toolbar_default_height -com.google.android.gms.signin.internal.zab -androidx.constraintlayout.widget.R$styleable: int[] View -androidx.appcompat.R$style: int Base_Theme_AppCompat_Dialog_FixedSize -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_BLUETOOTH_ICON -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_7 -androidx.appcompat.widget.SwitchCompat: int getThumbScrollRange() -wangdaye.com.geometricweather.R$attr: int checkedIconEnabled -androidx.hilt.R$id: int accessibility_custom_action_1 -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_rippleColor -wangdaye.com.geometricweather.R$string: int key_widget_trend_daily -wangdaye.com.geometricweather.R$string: int mtrl_picker_invalid_format -cyanogenmod.app.ICMStatusBarManager$Stub: int TRANSACTION_registerListener -james.adaptiveicon.R$styleable: int FontFamily_fontProviderAuthority -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$TotalLiquid -io.reactivex.internal.observers.ForEachWhileObserver: void onComplete() -wangdaye.com.geometricweather.R$attr: int snackbarStyle -wangdaye.com.geometricweather.R$string: int feedback_get_weather_failed -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_drawableBottom -io.reactivex.Observable: io.reactivex.Observable window(long,long,int) -com.google.android.material.internal.ForegroundLinearLayout: int getForegroundGravity() -com.google.android.material.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constrainedWidth -okhttp3.Cache$1: okhttp3.Cache this$0 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: java.lang.String uvIndex -james.adaptiveicon.R$styleable: int AppCompatTheme_viewInflaterClass -androidx.activity.R$integer -wangdaye.com.geometricweather.common.basic.models.weather.Weather: boolean isDaylight(java.util.TimeZone) -com.google.android.material.R$styleable: int Constraint_android_scaleY -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float getRain() -okhttp3.internal.Util: okio.ByteString UTF_16_LE_BOM -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_ASSIST_LONG_PRESS_ACTION_VALIDATOR -com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior: AppBarLayout$ScrollingViewBehavior() -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: void cancel() -wangdaye.com.geometricweather.R$style: int Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert -wangdaye.com.geometricweather.R$drawable: int weather_haze_mini_xml -androidx.appcompat.R$styleable: int SwitchCompat_switchPadding -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse -androidx.appcompat.widget.AppCompatSpinner: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.internal.TableStatements getStatements() -androidx.preference.R$dimen: int abc_list_item_padding_horizontal_material -wangdaye.com.geometricweather.R$color: int lightPrimary_2 -okhttp3.internal.cache.DiskLruCache: void setMaxSize(long) -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.google.android.material.appbar.CollapsingToolbarLayout: android.graphics.drawable.Drawable getStatusBarScrim() -wangdaye.com.geometricweather.R$color: int lightPrimary_1 -okhttp3.internal.ws.RealWebSocket: void onReadPing(okio.ByteString) -androidx.preference.R$styleable: int[] CoordinatorLayout_Layout -androidx.preference.R$style: int Widget_AppCompat_ProgressBar -com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents -wangdaye.com.geometricweather.R$string -okhttp3.internal.Internal: void apply(okhttp3.ConnectionSpec,javax.net.ssl.SSLSocket,boolean) -androidx.preference.R$styleable: R$styleable() -com.google.android.material.R$styleable: int CustomAttribute_customColorDrawableValue -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setLabel(java.lang.String) -cyanogenmod.themes.ThemeChangeRequest$Builder: ThemeChangeRequest$Builder() -androidx.preference.R$attr: int maxHeight -androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.String timezone -androidx.drawerlayout.R$styleable: int GradientColor_android_startX -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionMode_Inverse -com.google.android.material.R$color: int material_blue_grey_950 -okhttp3.internal.cache.DiskLruCache: java.lang.String MAGIC -com.google.android.material.chip.Chip: void setEllipsize(android.text.TextUtils$TruncateAt) -wangdaye.com.geometricweather.R$dimen: int material_font_1_3_box_collapsed_padding_top -androidx.constraintlayout.widget.R$id: int tag_transition_group -androidx.appcompat.R$attr: int showText -com.xw.repo.bubbleseekbar.R$color: int abc_hint_foreground_material_light -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_AutoCompleteTextView -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Integer dewPoint -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day -com.google.android.material.R$styleable: int ConstraintSet_layout_goneMarginLeft -com.xw.repo.bubbleseekbar.R$id: int action_menu_divider -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_pathMotionArc -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_stacked_tab_max_width -wangdaye.com.geometricweather.R$styleable: int RadialViewGroup_materialCircleRadius -wangdaye.com.geometricweather.R$string: int week_2 -androidx.core.widget.NestedScrollView: NestedScrollView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum Minimum -androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$Event downEvent(androidx.lifecycle.Lifecycle$State) -com.google.android.material.R$style: int Platform_MaterialComponents -wangdaye.com.geometricweather.R$array: int live_wallpaper_weather_kinds -com.google.android.material.R$attr: int tabIndicatorHeight -com.bumptech.glide.R$dimen: int compat_button_padding_vertical_material -com.google.android.material.R$attr: int trackColorInactive -androidx.appcompat.widget.AppCompatTextView: int getFirstBaselineToTopHeight() -androidx.constraintlayout.widget.R$id: int submenuarrow -androidx.preference.R$attr: int menu -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_lastHorizontalBias -wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_Dialog_Alert -com.google.android.material.appbar.CollapsingToolbarLayout: java.lang.CharSequence getTitle() -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemIconSize -cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void onResume() -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator CAMERA_WAKE_SCREEN_VALIDATOR -wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: java.lang.String getUnitId() -androidx.vectordrawable.R$styleable: int GradientColor_android_endX -com.turingtechnologies.materialscrollbar.R$id: int design_bottom_sheet -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void innerError(java.lang.Throwable) -okhttp3.MultipartBody$Builder: okhttp3.MultipartBody$Builder addFormDataPart(java.lang.String,java.lang.String,okhttp3.RequestBody) -androidx.hilt.work.R$styleable: int GradientColor_android_centerColor -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_creator -wangdaye.com.geometricweather.common.basic.models.weather.Alert: Alert(long,java.util.Date,long,java.lang.String,java.lang.String,java.lang.String,int,int) -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_PopupMenu -com.amap.api.location.AMapLocationQualityReport: int GPS_STATUS_NOGPSPERMISSION -wangdaye.com.geometricweather.R$attr: int disableDependentsState -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_CompoundButton_Switch -com.google.android.material.R$styleable: int Tooltip_android_padding -androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_rotationY -androidx.preference.R$styleable: int MenuView_android_itemIconDisabledAlpha -com.amap.api.location.CoordinateConverter: com.amap.api.location.DPoint convert() -cyanogenmod.app.LiveLockScreenManager: void setDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_search_api_material -androidx.appcompat.R$style: int TextAppearance_AppCompat_SearchResult_Title -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_Counter -com.google.android.material.floatingactionbutton.FloatingActionButton$BaseBehavior: FloatingActionButton$BaseBehavior() -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: void onError(java.lang.Throwable) -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_android_switchTextOn -io.reactivex.internal.queue.SpscArrayQueue: long serialVersionUID -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Imperial: int UnitType -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval getInstance(java.lang.String) -com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleGravity(int) -com.google.android.material.R$attr: int trackColor -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: ObservableMergeWithSingle$MergeWithObserver(io.reactivex.Observer) -androidx.appcompat.R$id: int tag_transition_group -androidx.preference.R$styleable: int AnimatedStateListDrawableItem_android_id -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void access$700(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: java.lang.String pubTime -retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: io.reactivex.Scheduler scheduler -androidx.vectordrawable.R$id: int accessibility_custom_action_5 -androidx.core.R$dimen: int notification_media_narrow_margin -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: CNWeatherResult() -androidx.dynamicanimation.R$dimen: int notification_small_icon_size_as_large -cyanogenmod.os.Concierge$ParcelInfo: int getParcelVersion() -james.adaptiveicon.R$string: int abc_capital_off -android.didikee.donate.R$dimen: int abc_text_size_title_material_toolbar -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintStart_toEndOf -okio.GzipSource: long read(okio.Buffer,long) -androidx.appcompat.R$styleable: int ActionBar_itemPadding -androidx.preference.R$style: int Base_Widget_AppCompat_ActionMode -cyanogenmod.os.Concierge: Concierge() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorButtonNormal -androidx.constraintlayout.widget.R$layout: int abc_alert_dialog_title_material -wangdaye.com.geometricweather.resource.utils.ResourceUtils$NullException: ResourceUtils$NullException() -androidx.constraintlayout.widget.R$styleable: int Constraint_animate_relativeTo -androidx.appcompat.R$anim: int btn_radio_to_on_mtrl_ring_outer_path_animation -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: void dispose() -com.google.android.material.R$styleable: int KeyTimeCycle_transitionEasing -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_LOW_POWER_VALIDATOR -com.turingtechnologies.materialscrollbar.R$anim: R$anim() -androidx.appcompat.R$styleable: int AppCompatTheme_buttonStyleSmall -okhttp3.internal.http2.Http2Writer: int maxFrameSize -com.google.android.material.R$styleable: int Transition_transitionDisable -androidx.appcompat.R$id: int home -okhttp3.internal.http2.Hpack$Writer: int dynamicTableByteCount -androidx.constraintlayout.widget.R$attr: int textLocale -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: int sourceMode -wangdaye.com.geometricweather.R$xml: int widget_trend_daily -androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_thickness -wangdaye.com.geometricweather.R$styleable: int Chip_iconEndPadding -android.didikee.donate.R$id: int collapseActionView -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.lang.Integer rainHazard6h -wangdaye.com.geometricweather.R$styleable: int DialogPreference_dialogMessage -wangdaye.com.geometricweather.R$id: int spread_inside -cyanogenmod.app.suggest.ApplicationSuggestion$1 -com.bumptech.glide.integration.okhttp.R$integer: int status_bar_notification_info_maxnum -wangdaye.com.geometricweather.R$styleable: int SearchView_submitBackground -wangdaye.com.geometricweather.weather.json.mf.MfRainResult: java.util.List rainForecasts -com.google.android.material.R$color: int material_grey_600 -androidx.legacy.coreutils.R$dimen: int notification_media_narrow_margin -androidx.constraintlayout.widget.R$styleable: int Layout_constraint_referenced_ids -okhttp3.internal.platform.JdkWithJettyBootPlatform$JettyNegoProvider -okhttp3.Cookie: java.lang.String value() -james.adaptiveicon.R$attr: int colorControlActivated -com.google.android.material.R$styleable: int AppCompatTheme_actionBarStyle -wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_trendRecyclerView -androidx.constraintlayout.widget.R$styleable: int MenuItem_iconTintMode -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: long index -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_anon_WITH_NULL_SHA -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionButton_Overflow -android.didikee.donate.R$styleable: int AppCompatTheme_actionBarItemBackground -wangdaye.com.geometricweather.R$id: int item_about_library_title -com.google.android.material.timepicker.TimePickerView: TimePickerView(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$string: int path_password_eye_mask_visible -io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: io.reactivex.internal.disposables.SequentialDisposable upstream -com.google.android.material.chip.Chip: void setChipTextResource(int) -com.google.android.material.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges -cyanogenmod.profiles.RingModeSettings: int describeContents() -com.google.android.material.slider.BaseSlider: int getFocusedThumbIndex() -androidx.preference.R$styleable: int MenuItem_android_titleCondensed -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void innerSuccess(io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver,java.lang.Object) -com.turingtechnologies.materialscrollbar.R$styleable: int Spinner_android_prompt -androidx.dynamicanimation.R$styleable: int FontFamilyFont_android_fontWeight -retrofit2.CompletableFutureCallAdapterFactory: retrofit2.CallAdapter get(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_enabled -io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: boolean disposed -okhttp3.Cache: java.util.Iterator urls() -androidx.preference.R$layout: int notification_template_part_time -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_verticalGap -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX: CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX() -cyanogenmod.weatherservice.WeatherProviderService: android.os.Handler mHandler -io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer -androidx.appcompat.widget.AppCompatButton -james.adaptiveicon.R$styleable: int MenuView_android_horizontalDivider -com.google.android.material.R$id: int line1 -androidx.preference.R$attr: int dropdownPreferenceStyle -wangdaye.com.geometricweather.R$string: int mtrl_picker_range_header_only_end_selected -androidx.viewpager.R$attr: int fontProviderPackage -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.lang.String getWeatherText() -james.adaptiveicon.R$styleable: int LinearLayoutCompat_android_baselineAligned -androidx.appcompat.R$style: int Base_Animation_AppCompat_Dialog -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored -androidx.preference.R$dimen: int abc_button_padding_horizontal_material -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_13 -com.amap.api.location.AMapLocation: java.lang.String B -androidx.appcompat.R$anim: int btn_checkbox_to_checked_box_outer_merged_animation -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight -com.xw.repo.bubbleseekbar.R$attr: int bsb_second_track_color -cyanogenmod.hardware.ICMHardwareService$Stub -androidx.fragment.R$drawable: int notification_template_icon_bg -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.UV getUV() -cyanogenmod.providers.CMSettings$System: java.lang.String getStringForUser(android.content.ContentResolver,java.lang.String,int) -retrofit2.http.FieldMap: boolean encoded() -okio.BufferedSource: long indexOf(byte) -androidx.preference.R$string: int copy -wangdaye.com.geometricweather.R$layout: int dialog_location_help -androidx.constraintlayout.widget.R$id: int time -com.amap.api.fence.PoiItem: java.lang.String b -com.turingtechnologies.materialscrollbar.R$attr: int layout_collapseMode -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: java.lang.String getDirection() -com.google.android.material.R$layout: int test_toolbar_custom_background -wangdaye.com.geometricweather.R$styleable: int[] AlertDialog -cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy: IAppSuggestProvider$Stub$Proxy(android.os.IBinder) -androidx.viewpager.widget.PagerTabStrip: void setTextSpacing(int) -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType DeleteByKey -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.lang.String LocalizedName -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: long serialVersionUID -wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_android_font -wangdaye.com.geometricweather.R$drawable: int abc_btn_borderless_material -org.greenrobot.greendao.DaoException: DaoException(java.lang.Throwable) -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void dispose() -androidx.appcompat.R$attr: int textAppearanceSearchResultSubtitle -okhttp3.internal.http1.Http1Codec$FixedLengthSink: boolean closed -com.google.android.material.timepicker.ClockHandView: void setOnActionUpListener(com.google.android.material.timepicker.ClockHandView$OnActionUpListener) -androidx.drawerlayout.R$styleable: int GradientColor_android_endColor -android.didikee.donate.R$styleable: int AlertDialog_buttonPanelSideLayout -androidx.appcompat.R$color: int background_floating_material_dark -androidx.legacy.coreutils.R$styleable: int GradientColor_android_type -okhttp3.Response -wangdaye.com.geometricweather.common.basic.models.weather.Alert: int describeContents() -com.xw.repo.bubbleseekbar.R$styleable: int[] DrawerArrowToggle -wangdaye.com.geometricweather.R$id: int activity_widget_config_widgetContainer -okhttp3.internal.platform.Jdk9Platform: javax.net.ssl.X509TrustManager trustManager(javax.net.ssl.SSLSocketFactory) -androidx.vectordrawable.animated.R$color: int secondary_text_default_material_light -com.google.android.material.R$interpolator -okhttp3.internal.http.HttpHeaders: java.lang.String readQuotedString(okio.Buffer) -cyanogenmod.power.PerformanceManagerInternal: void launchBoost() -io.reactivex.internal.util.VolatileSizeArrayList: boolean addAll(int,java.util.Collection) -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView: DoubleHistogramView(android.content.Context) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeStyle -wangdaye.com.geometricweather.R$drawable: int ic_drag -androidx.appcompat.widget.ActionBarContextView: java.lang.CharSequence getSubtitle() -androidx.work.R$id: int action_container -androidx.appcompat.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation -cyanogenmod.app.ILiveLockScreenManager: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NAVBAR_LEFT_IN_LANDSCAPE_VALIDATOR -androidx.preference.R$drawable: int abc_text_select_handle_left_mtrl_light -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_android_font -androidx.work.R$id: int accessibility_custom_action_15 -james.adaptiveicon.R$dimen: int abc_control_inset_material -wangdaye.com.geometricweather.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_paddingLeft -okio.RealBufferedSource: boolean rangeEquals(long,okio.ByteString,int,int) -cyanogenmod.providers.CMSettings$Global: boolean putString(android.content.ContentResolver,java.lang.String,java.lang.String) -wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.lang.String content -io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: void onComplete() -com.google.android.material.navigation.NavigationView: android.view.Menu getMenu() -com.google.android.gms.location.places.PlaceReport: android.os.Parcelable$Creator CREATOR -com.amap.api.fence.GeoFenceClient: void addGeoFence(java.lang.String,java.lang.String,java.lang.String,int,java.lang.String) -io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.BiFunction,boolean,int) -wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableItem_android_id -androidx.appcompat.R$id: int split_action_bar -androidx.work.R$styleable: int GradientColor_android_tileMode -wangdaye.com.geometricweather.R$styleable: int Transform_android_scaleX -androidx.preference.R$styleable: int[] SearchView -wangdaye.com.geometricweather.R$string: int phase_waxing_gibbous -cyanogenmod.weatherservice.WeatherProviderService$1: WeatherProviderService$1(cyanogenmod.weatherservice.WeatherProviderService) -com.google.android.material.R$styleable: int MenuItem_android_titleCondensed -com.xw.repo.bubbleseekbar.R$layout: int abc_action_mode_bar -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int AQI_INDEX_5 -androidx.appcompat.resources.R$styleable: int GradientColor_android_tileMode -com.google.android.material.R$styleable: int Chip_chipStrokeWidth -cyanogenmod.weather.RequestInfo: void writeToParcel(android.os.Parcel,int) -wangdaye.com.geometricweather.R$color: int colorTextLight2nd -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textColorSearchUrl -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeAppearanceOverlay -androidx.loader.R$style: int TextAppearance_Compat_Notification_Info -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean checkTerminate() -com.xw.repo.bubbleseekbar.R$string: int abc_activitychooserview_choose_application -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: boolean setOther(io.reactivex.disposables.Disposable) -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_android_inputType -james.adaptiveicon.R$styleable: int TextAppearance_android_shadowColor -android.didikee.donate.R$styleable: int MenuItem_android_menuCategory -wangdaye.com.geometricweather.R$attr: int motionStagger -wangdaye.com.geometricweather.R$id: int parent -com.jaredrummler.android.colorpicker.R$attr: int preferenceScreenStyle -com.jaredrummler.android.colorpicker.R$id: int notification_main_column_container -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_Button -cyanogenmod.app.ProfileGroup$2 -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_readPersistentBytes -com.google.android.gms.base.R$attr: int scopeUris -wangdaye.com.geometricweather.R$animator: int mtrl_extended_fab_state_list_animator -androidx.constraintlayout.widget.R$dimen: int abc_search_view_preferred_width -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_drawableTop -wangdaye.com.geometricweather.R$attr: int indicatorSize -com.github.rahatarmanahmed.cpv.CircularProgressView$1: void onAnimationUpdate(android.animation.ValueAnimator) -androidx.customview.R$id: int italic -androidx.preference.R$dimen: int abc_alert_dialog_button_bar_height -wangdaye.com.geometricweather.R$styleable: int Transition_android_id -com.google.android.material.button.MaterialButton: android.content.res.ColorStateList getRippleColor() -androidx.preference.R$attr: int firstBaselineToTopHeight -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric: AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric() -androidx.fragment.app.FragmentState -androidx.appcompat.R$attr: int ratingBarStyleSmall -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer ragweedIndex -okhttp3.internal.http.RetryAndFollowUpInterceptor -wangdaye.com.geometricweather.R$id: int widget_day_week_time -io.reactivex.disposables.ReferenceDisposable: void dispose() -wangdaye.com.geometricweather.R$string: int abc_activitychooserview_choose_application -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_showAsAction -androidx.preference.R$styleable: int[] BackgroundStyle -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_Switch -androidx.appcompat.R$layout: int notification_template_icon_group -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: ObservableConcatMapEager$ConcatMapEagerMainObserver(io.reactivex.Observer,io.reactivex.functions.Function,int,int,io.reactivex.internal.util.ErrorMode) -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.util.Map lefts -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -android.didikee.donate.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -androidx.lifecycle.MethodCallsLogger: java.util.Map mCalledMethods -com.google.android.material.R$string: int path_password_strike_through -com.jaredrummler.android.colorpicker.R$style: int Preference_CheckBoxPreference_Material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: java.lang.String logo -androidx.constraintlayout.widget.R$dimen: int abc_text_size_subhead_material -androidx.activity.R$layout: int notification_template_custom_big -cyanogenmod.app.suggest.IAppSuggestManager -cyanogenmod.app.IProfileManager$Stub$Proxy: void resetAll() -com.google.android.material.R$style: int Base_V7_Theme_AppCompat_Light_Dialog -wangdaye.com.geometricweather.R$attr: int bottomAppBarStyle -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1: DefaultCallAdapterFactory$ExecutorCallbackCall$1(retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall,retrofit2.Callback) -androidx.lifecycle.extensions.R$anim: int fragment_open_enter -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceSearchResultSubtitle -wangdaye.com.geometricweather.R$styleable: int Slider_android_value -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_text_btn_padding_left -wangdaye.com.geometricweather.R$string: int phase_waning_crescent -com.google.android.material.R$styleable: int AppCompatTextHelper_android_drawableTop -io.reactivex.Observable: io.reactivex.Observable window(io.reactivex.ObservableSource,int) -com.google.android.material.R$styleable: int MaterialButton_android_insetTop -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon -io.reactivex.internal.util.ArrayListSupplier: io.reactivex.functions.Function asFunction() -james.adaptiveicon.R$drawable: int notification_bg_low_pressed -com.google.android.material.slider.RangeSlider: void setTrackActiveTintList(android.content.res.ColorStateList) -com.google.android.material.R$drawable: int abc_tab_indicator_material -okhttp3.internal.cache.CacheInterceptor$1: boolean cacheRequestClosed -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean tryEmitScalar(java.util.concurrent.Callable) -okhttp3.Cookie$Builder: java.lang.String domain -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Humidity: java.lang.Integer max -androidx.constraintlayout.utils.widget.ImageFilterView: float getRound() -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xms -androidx.constraintlayout.widget.R$attr: int dragScale -android.didikee.donate.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common -com.xw.repo.bubbleseekbar.R$styleable: int View_android_theme -cyanogenmod.externalviews.KeyguardExternalView: android.content.Context mContext -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getMoldIndex() -wangdaye.com.geometricweather.remoteviews.config.Hilt_DayWidgetConfigActivity: Hilt_DayWidgetConfigActivity() -com.google.android.material.R$style: int TextAppearance_AppCompat_Button -com.google.android.material.R$xml: R$xml() -com.turingtechnologies.materialscrollbar.R$drawable: int design_ic_visibility -androidx.loader.R$dimen: int notification_media_narrow_margin -wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_text_light_normal_background -androidx.fragment.R$styleable: int FontFamilyFont_fontStyle -androidx.appcompat.R$drawable: int abc_scrubber_control_off_mtrl_alpha -okio.GzipSource: byte FCOMMENT -james.adaptiveicon.R$style: int Widget_AppCompat_Spinner_DropDown -io.reactivex.Observable: io.reactivex.Observable startWith(java.lang.Object) -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar -com.google.android.material.R$styleable: int Transition_motionInterpolator -com.google.android.material.R$styleable: int MaterialCheckBox_buttonTint -com.amap.api.location.AMapLocationClientOption: boolean isDownloadCoordinateConvertLibrary() -okhttp3.internal.io.FileSystem$1 -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: boolean isDisposed() -cyanogenmod.themes.IThemeService$Stub$Proxy: void registerThemeProcessingListener(cyanogenmod.themes.IThemeProcessingListener) -okhttp3.Route: boolean requiresTunnel() -com.amap.api.location.AMapLocationClientOption$2 -wangdaye.com.geometricweather.R$color: int abc_tint_switch_track -cyanogenmod.app.Profile: void setTrigger(cyanogenmod.app.Profile$ProfileTrigger) -com.google.android.material.R$drawable: int tooltip_frame_light -james.adaptiveicon.R$style: int Theme_AppCompat_DayNight_DarkActionBar -androidx.viewpager2.R$attr: int alpha -okhttp3.RequestBody$2: byte[] val$content -com.google.android.material.R$dimen: int compat_button_padding_horizontal_material -cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator access$300() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial Imperial -wangdaye.com.geometricweather.R$string: int feedback_refresh_notification_now -com.google.android.material.R$styleable: int ConstraintSet_android_maxWidth -com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_list_padding_top_no_title -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_contentInsetStartWithNavigation -androidx.constraintlayout.widget.R$id: int action_mode_close_button -wangdaye.com.geometricweather.R$style: int PreferenceFragmentList -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle -wangdaye.com.geometricweather.R$attr: int listPreferredItemHeight -androidx.constraintlayout.widget.R$attr: int tooltipText -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: java.util.List getValue() -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_minHeight -wangdaye.com.geometricweather.R$id: int mtrl_picker_header_selection_text -androidx.coordinatorlayout.R$style: int Widget_Compat_NotificationActionContainer -androidx.lifecycle.ClassesInfoCache$MethodReference: int hashCode() -com.xw.repo.bubbleseekbar.R$drawable: int notification_bg_low_pressed -wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: int getChartTop() -com.turingtechnologies.materialscrollbar.R$attr: int tabPaddingBottom -cyanogenmod.weather.WeatherLocation$Builder: WeatherLocation$Builder(java.lang.String) -android.didikee.donate.R$styleable: int ViewStubCompat_android_id -com.jaredrummler.android.colorpicker.R$styleable: int ViewBackgroundHelper_android_background -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: void setValue(java.lang.String) -com.google.android.material.R$styleable: int MaterialButton_iconPadding -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_helperText -cyanogenmod.alarmclock.ClockContract$CitiesColumns: java.lang.String CITY_NAME -wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.Float getSpeed() -androidx.viewpager2.widget.ViewPager2: int getPageSize() -wangdaye.com.geometricweather.R$styleable: int Constraint_android_translationZ -wangdaye.com.geometricweather.R$id: int radio -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow -androidx.viewpager.R$id: int tag_unhandled_key_listeners -com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge -com.google.android.material.datepicker.Month: android.os.Parcelable$Creator CREATOR -androidx.constraintlayout.widget.R$string: int abc_menu_ctrl_shortcut_label -cyanogenmod.app.Profile$NotificationLightMode: int ENABLE -com.jaredrummler.android.colorpicker.R$styleable: int[] RecyclerView -androidx.constraintlayout.widget.R$styleable: int Transition_constraintSetStart -wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_weatherKindTitle -cyanogenmod.weather.WeatherInfo$Builder: boolean isValidWindSpeedUnit(int) -com.google.android.material.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow -wangdaye.com.geometricweather.R$styleable: int ChipGroup_chipSpacingHorizontal -com.google.android.material.R$styleable: int[] AppCompatTextHelper -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Imperial -com.jaredrummler.android.colorpicker.R$id: int message -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float getCeiling() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Metric Metric -com.google.android.material.R$id: int search_go_btn -com.turingtechnologies.materialscrollbar.Indicator: void setTextColor(int) -io.reactivex.Observable: io.reactivex.Observable buffer(int,java.util.concurrent.Callable) -android.didikee.donate.R$string: int abc_capital_off -wangdaye.com.geometricweather.R$styleable: int Motion_motionStagger -okio.ForwardingTimeout: ForwardingTimeout(okio.Timeout) -com.turingtechnologies.materialscrollbar.R$dimen: int abc_control_inset_material -io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function5) -com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getStartIconContentDescription() -wangdaye.com.geometricweather.R$id: int activity_widget_config_hideLunarTitle -io.reactivex.internal.util.VolatileSizeArrayList: void clear() -androidx.lifecycle.livedata.R: R() -wangdaye.com.geometricweather.R$dimen: int disabled_alpha_material_light -com.jaredrummler.android.colorpicker.R$dimen: int abc_button_padding_vertical_material -okhttp3.EventListener: void responseHeadersEnd(okhttp3.Call,okhttp3.Response) -androidx.preference.R$attr: int layout_dodgeInsetEdges -androidx.preference.R$drawable: int notification_bg_low_normal -com.google.android.material.slider.Slider: Slider(android.content.Context,android.util.AttributeSet,int) -cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_BATTERY_STYLE -androidx.appcompat.R$styleable: int PopupWindowBackgroundState_state_above_anchor -io.reactivex.internal.observers.DeferredScalarDisposable: int DISPOSED -james.adaptiveicon.R$styleable: int ActionBar_homeAsUpIndicator -okhttp3.Response$Builder: okhttp3.Response$Builder headers(okhttp3.Headers) -androidx.work.Worker -androidx.preference.R$style: int Platform_ThemeOverlay_AppCompat -com.jaredrummler.android.colorpicker.R$drawable: int abc_list_divider_mtrl_alpha -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Large -androidx.constraintlayout.widget.R$attr: int contentInsetEndWithActions -androidx.fragment.app.FragmentManager: void removeOnBackStackChangedListener(androidx.fragment.app.FragmentManager$OnBackStackChangedListener) -wangdaye.com.geometricweather.R$id: int activity_widget_config_cardAlphaContainer -androidx.preference.R$dimen: int compat_notification_large_icon_max_width -com.google.android.material.R$attr: int tooltipFrameBackground -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat -io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: ObservableSubscribeOn$SubscribeOnObserver(io.reactivex.Observer) -okio.GzipSource: void close() -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Metric: double Value -okhttp3.OkHttpClient: okhttp3.CertificatePinner certificatePinner -com.google.android.material.slider.RangeSlider: int getThumbRadius() -com.google.android.material.R$layout: int mtrl_calendar_day -wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_DayNight_ActionBar -cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_COLOR_ENHANCE -com.google.android.material.R$styleable: int Layout_layout_constraintVertical_bias -androidx.preference.R$styleable: int Preference_shouldDisableView -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarTheme -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: io.reactivex.internal.queue.MpscLinkedQueue queue -com.google.android.material.R$style: int Widget_AppCompat_ActionButton_CloseMode -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Long getId() -okhttp3.internal.platform.Platform: okhttp3.internal.platform.Platform findJvmPlatform() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorControlNormal -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: int requestFusion(int) -com.google.android.material.tabs.TabItem: TabItem(android.content.Context,android.util.AttributeSet) -okhttp3.internal.cache.DiskLruCache$Editor: void abortUnlessCommitted() -wangdaye.com.geometricweather.R$string: int content_des_o3 -android.didikee.donate.R$id: int search_bar -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: long serialVersionUID -androidx.preference.R$drawable: int abc_btn_radio_material_anim -io.reactivex.Observable: io.reactivex.Observable throttleLatest(long,java.util.concurrent.TimeUnit) -com.google.android.material.R$drawable: int notification_template_icon_bg -wangdaye.com.geometricweather.db.entities.DailyEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) -androidx.activity.R$id: int notification_background -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay CARD_AIR_QUALITY -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_BottomLeftDifferentCornerSize -com.google.gson.stream.JsonReader: boolean hasNext() -com.xw.repo.bubbleseekbar.R$attr: int fontFamily -com.jaredrummler.android.colorpicker.R$attr: int cpv_showDialog -androidx.work.R$id: int accessibility_custom_action_12 -wangdaye.com.geometricweather.R$color: int mtrl_fab_bg_color_selector -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_buttonGravity -wangdaye.com.geometricweather.db.entities.DailyEntity: void setRagweedDescription(java.lang.String) -android.support.v4.os.ResultReceiver$1: java.lang.Object createFromParcel(android.os.Parcel) -wangdaye.com.geometricweather.R$integer: int abc_config_activityDefaultDur -android.didikee.donate.R$styleable: int AppCompatTheme_actionBarSplitStyle -retrofit2.Utils: boolean isAnnotationPresent(java.lang.annotation.Annotation[],java.lang.Class) -androidx.work.R$id: int async -com.google.android.material.R$dimen: int mtrl_snackbar_background_corner_radius -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: java.lang.String pubTime -androidx.hilt.R$styleable: int FontFamilyFont_android_fontWeight -com.google.android.material.R$styleable: int MenuItem_android_onClick -androidx.appcompat.R$style: int Theme_AppCompat_DayNight_Dialog_Alert -okhttp3.Dispatcher: java.util.Deque runningAsyncCalls -wangdaye.com.geometricweather.common.basic.models.weather.Weather: void setYesterday(wangdaye.com.geometricweather.common.basic.models.weather.History) -org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database getWritableDb() -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -com.jaredrummler.android.colorpicker.R$drawable: int ic_arrow_down_24dp -com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse -androidx.preference.R$id: int scrollView -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_checked -io.reactivex.internal.observers.LambdaObserver: boolean hasCustomOnError() -androidx.work.R$dimen: int notification_subtext_size -com.bumptech.glide.R$attr: int ttcIndex -james.adaptiveicon.R$anim: int abc_fade_out -okhttp3.internal.http2.Settings: int getMaxConcurrentStreams(int) -wangdaye.com.geometricweather.R$attr: int fabAnimationMode -com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status FAILED -androidx.appcompat.R$styleable: int AlertDialog_buttonIconDimen -com.turingtechnologies.materialscrollbar.Handle: void setBackgroundColor(int) -wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Object readEntity(android.database.Cursor,int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String getLocationKey() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String getShortDescription() -androidx.preference.R$styleable: int Preference_order -androidx.lifecycle.MediatorLiveData$Source: void unplug() -com.turingtechnologies.materialscrollbar.R$attr: int state_collapsed -androidx.appcompat.R$attr: int fontProviderAuthority -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.Long getId() -com.google.android.material.R$string: int abc_capital_off -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxCollapsedPaddingTop -wangdaye.com.geometricweather.R$string: int key_background_free -com.google.android.material.R$style: int Widget_MaterialComponents_Chip_Action -androidx.dynamicanimation.R$dimen: int notification_subtext_size -androidx.activity.R$layout -androidx.appcompat.R$attr: int alphabeticModifiers -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: void dispose() -com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleMarginStart -wangdaye.com.geometricweather.R$id: int widget_trend_hourly_item_1 -io.reactivex.internal.observers.DeferredScalarDisposable: void complete() -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator VOLUME_ADJUST_SOUNDS_ENABLED_VALIDATOR -com.google.android.material.R$layout: int design_layout_tab_icon -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_Dialog_MinWidth -androidx.lifecycle.LiveData$LifecycleBoundObserver -okhttp3.Handshake: java.security.Principal peerPrincipal() -androidx.preference.R$styleable: int AlertDialog_listLayout -com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getItemTextAppearanceActive() -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_title -androidx.activity.R$styleable: int FontFamilyFont_android_fontWeight -android.didikee.donate.R$drawable: int abc_switch_track_mtrl_alpha -androidx.preference.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable -org.greenrobot.greendao.AbstractDao: long insertOrReplace(java.lang.Object) -androidx.preference.R$styleable: int ActionBar_contentInsetStartWithNavigation -okio.RealBufferedSink: okio.BufferedSink writeLong(long) -androidx.appcompat.R$dimen: int abc_search_view_preferred_width -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_goneMarginRight -com.jaredrummler.android.colorpicker.R$attr: int layout_dodgeInsetEdges -wangdaye.com.geometricweather.common.basic.models.weather.History: java.util.Date getDate() -android.didikee.donate.R$id: int right_icon -com.google.android.material.R$styleable: int SearchView_searchIcon -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: BlockingObservableIterable$BlockingObservableIterator(int) -wangdaye.com.geometricweather.R$styleable: int[] InkPageIndicator -androidx.coordinatorlayout.R$dimen: int notification_large_icon_height -com.google.android.material.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item -androidx.constraintlayout.widget.R$styleable: int TextAppearance_textAllCaps -wangdaye.com.geometricweather.R$styleable: int CheckBoxPreference_android_disableDependentsState -wangdaye.com.geometricweather.R$styleable: int BackgroundStyle_android_selectableItemBackground -androidx.preference.R$id: int on -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Dialog_MinWidth -wangdaye.com.geometricweather.R$attr: int dialogCornerRadius -okhttp3.internal.cache.DiskLruCache$2: okhttp3.internal.cache.DiskLruCache this$0 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PressureTendency -com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents -com.google.android.material.R$animator: int linear_indeterminate_line1_tail_interpolator -androidx.constraintlayout.widget.R$drawable: int abc_tab_indicator_mtrl_alpha -com.turingtechnologies.materialscrollbar.R$layout: int design_menu_item_action_area -okhttp3.HttpUrl: java.lang.String query() -com.turingtechnologies.materialscrollbar.R$integer: int bottom_sheet_slide_duration -androidx.recyclerview.R$dimen: int notification_large_icon_width -com.turingtechnologies.materialscrollbar.R$drawable: int abc_switch_thumb_material -cyanogenmod.media.MediaRecorder: java.lang.String ACTION_HOTWORD_INPUT_CHANGED -com.google.android.material.R$style: int Widget_AppCompat_Light_ListView_DropDown -wangdaye.com.geometricweather.R$font: int product_sans_bold_italic -com.xw.repo.bubbleseekbar.R$layout: int abc_list_menu_item_icon -com.xw.repo.bubbleseekbar.R$styleable: int[] AppCompatImageView -wangdaye.com.geometricweather.R$style: int notification_subtitle_text -cyanogenmod.hardware.CMHardwareManager: int getDisplayColorCalibrationMin() -cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onDetach() -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_Dialog_Alert -androidx.appcompat.widget.AppCompatTextView: void setTextFuture(java.util.concurrent.Future) -androidx.constraintlayout.widget.R$styleable: int[] AppCompatImageView -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ProgressBar -okhttp3.internal.http2.Http2Connection$2: void execute() -androidx.preference.R$attr: int logo -wangdaye.com.geometricweather.R$attr: int strokeColor -retrofit2.adapter.rxjava2.ResultObservable: io.reactivex.Observable upstream -com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_showTitle -cyanogenmod.weather.CMWeatherManager: void registerWeatherServiceProviderChangeListener(cyanogenmod.weather.CMWeatherManager$WeatherServiceProviderChangeListener) -com.google.android.material.R$color: int checkbox_themeable_attribute_color -wangdaye.com.geometricweather.R$string: int wind_4 -androidx.hilt.lifecycle.R$dimen: int notification_top_pad_large_text -okio.Buffer: int readInt() -cyanogenmod.app.ICMTelephonyManager: boolean isSubActive(int) -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void run() -com.google.android.material.R$interpolator: int fast_out_slow_in -com.google.android.material.R$style: int TextAppearance_AppCompat_Display4 -com.jaredrummler.android.colorpicker.R$string: int cpv_custom -androidx.lifecycle.LiveData: boolean mDispatchInvalidated -androidx.work.R$dimen: int notification_right_icon_size -androidx.constraintlayout.widget.R$layout: int abc_tooltip -com.amap.api.fence.DistrictItem$1: java.lang.Object[] newArray(int) -wangdaye.com.geometricweather.R$styleable: int SignInButton_buttonSize -james.adaptiveicon.R$styleable: int MenuView_android_itemBackground -wangdaye.com.geometricweather.common.rxjava.BaseObserver: void onError(java.lang.Throwable) -com.google.android.material.R$styleable: int TextInputLayout_endIconDrawable -androidx.recyclerview.R$id: int time -okhttp3.internal.Util: okio.ByteString UTF_32_LE_BOM -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource valueOf(java.lang.String) -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_NoActionBar -james.adaptiveicon.R$layout: int abc_activity_chooser_view -okio.Buffer: okio.Buffer$UnsafeCursor readAndWriteUnsafe() -org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database getReadableDb() -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void onError(java.lang.Throwable) -com.jaredrummler.android.colorpicker.R$layout: int abc_screen_toolbar -wangdaye.com.geometricweather.R$attr: int actionModeSplitBackground -androidx.transition.R$id: int line3 -com.google.android.material.R$dimen: int mtrl_navigation_elevation -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Rain -com.xw.repo.bubbleseekbar.R$attr: int navigationMode -androidx.core.R$drawable: int notification_template_icon_low_bg -io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain: CompositeException$CompositeExceptionCausalChain() -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintBottom_toBottomOf -com.google.android.material.R$attr: int haloRadius -com.xw.repo.bubbleseekbar.R$layout: int abc_screen_simple_overlay_action_mode -com.bumptech.glide.R$layout: int notification_action_tombstone -androidx.appcompat.R$integer: int status_bar_notification_info_maxnum -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum: int UnitType -androidx.appcompat.R$dimen: int abc_control_corner_material -androidx.hilt.lifecycle.R$id: int notification_main_column_container -com.google.android.material.R$dimen: int mtrl_snackbar_action_text_color_alpha -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: AtmoAuraQAResult$Advice() -james.adaptiveicon.R$id: int listMode -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_DialogWhenLarge -com.google.android.material.R$attr: int curveFit -androidx.preference.R$layout: int abc_popup_menu_header_item_layout -com.google.android.material.R$id: int cos -okhttp3.internal.http2.Http2Stream$FramingSource: long read(okio.Buffer,long) -wangdaye.com.geometricweather.R$dimen: int notification_large_icon_height -com.google.android.material.R$styleable: int Layout_minHeight -com.turingtechnologies.materialscrollbar.R$id: int right_side -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property So2 -androidx.legacy.coreutils.R$color: int notification_icon_bg_color -androidx.preference.R$style: int Preference_DialogPreference -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder proxy(java.net.Proxy) -androidx.constraintlayout.motion.widget.MotionLayout -android.didikee.donate.R$drawable: int abc_text_select_handle_middle_mtrl_dark -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog -com.jaredrummler.android.colorpicker.R$drawable: int notification_bg_low_normal -com.jaredrummler.android.colorpicker.ColorPickerView: ColorPickerView(android.content.Context,android.util.AttributeSet) -com.turingtechnologies.materialscrollbar.R$attr: int splitTrack -cyanogenmod.app.ThemeVersion$ComponentVersion: int getCurrentVersion() -wangdaye.com.geometricweather.R$attr: int drawableTint -wangdaye.com.geometricweather.R$dimen: int design_snackbar_text_size -com.turingtechnologies.materialscrollbar.R$attr: int contentInsetEndWithActions -androidx.appcompat.widget.AppCompatImageView: android.content.res.ColorStateList getSupportBackgroundTintList() -androidx.appcompat.widget.SwitchCompat: SwitchCompat(android.content.Context,android.util.AttributeSet) -androidx.appcompat.R$layout: int abc_action_bar_up_container -cyanogenmod.providers.CMSettings$System$3: CMSettings$System$3() -io.reactivex.internal.observers.InnerQueuedObserver: io.reactivex.internal.fuseable.SimpleQueue queue() -james.adaptiveicon.R$dimen: R$dimen() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableLeftCompat -androidx.appcompat.R$styleable: int GradientColor_android_tileMode -com.turingtechnologies.materialscrollbar.R$attr: int navigationViewStyle -com.google.android.material.R$color: int primary_text_default_material_dark -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String uvLevel -cyanogenmod.app.ThemeVersion$ThemeVersionImpl2: cyanogenmod.app.ThemeVersion$ComponentVersion getDeviceComponentVersion(cyanogenmod.app.ThemeComponent) -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_gestureInsetBottomIgnored -wangdaye.com.geometricweather.background.receiver.widget.WidgetWeekProvider: WidgetWeekProvider() -com.turingtechnologies.materialscrollbar.R$style: int Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert -okhttp3.CacheControl$Builder: int maxAgeSeconds -android.didikee.donate.R$styleable: int AppCompatTheme_panelMenuListWidth -cyanogenmod.externalviews.ExternalViewProviderService$Provider: android.os.Bundle getOptions() -com.google.android.material.circularreveal.CircularRevealRelativeLayout: CircularRevealRelativeLayout(android.content.Context) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_imageButtonStyle -retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback: void onResponse(retrofit2.Call,retrofit2.Response) -com.google.android.material.R$styleable: int ShapeAppearance_cornerFamilyBottomLeft -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: io.reactivex.disposables.CompositeDisposable set -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.util.Date time -cyanogenmod.app.CustomTile$ExpandedStyle: void setBuilder(cyanogenmod.app.CustomTile$Builder) -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Display2 -retrofit2.OkHttpCall: okhttp3.Call$Factory callFactory -wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setId(java.lang.Long) -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String TypeID -com.google.android.material.circularreveal.CircularRevealFrameLayout: void setCircularRevealOverlayDrawable(android.graphics.drawable.Drawable) -com.google.android.material.R$style: int Theme_MaterialComponents_DialogWhenLarge -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index aggregatedIndex -com.google.android.material.R$id: int save_overlay_view -androidx.constraintlayout.widget.R$id: int start -wangdaye.com.geometricweather.R$color: int colorLine_light -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun: long EpochSet -wangdaye.com.geometricweather.db.entities.AlertEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.AlertEntity) -com.bumptech.glide.integration.okhttp.R$style: R$style() -retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isMaybe -wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: java.lang.String getDurationVoice(android.content.Context,float) -androidx.hilt.lifecycle.R$styleable: int FragmentContainerView_android_name -wangdaye.com.geometricweather.R$attr: int region_widthMoreThan -okhttp3.internal.platform.Platform: java.util.List alpnProtocolNames(java.util.List) -wangdaye.com.geometricweather.R$attr: int circleCrop -com.google.android.material.R$attr: int displayOptions -okhttp3.Request: java.util.Map tags -com.xw.repo.bubbleseekbar.R$attr: int bsb_hide_bubble -cyanogenmod.app.Profile$ProfileTrigger: void writeToParcel(android.os.Parcel,int) -com.google.android.material.textfield.TextInputLayout: void setBoxBackgroundColorStateList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$style: int Base_V26_Widget_AppCompat_Toolbar -com.google.android.material.R$styleable: int FontFamily_fontProviderCerts -androidx.appcompat.R$styleable: int ActivityChooserView_initialActivityCount -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA -retrofit2.RequestFactory$Builder: boolean hasBody -wangdaye.com.geometricweather.R$id: int widget_day_week_icon_4 -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_132 -com.google.android.material.R$styleable: int ConstraintLayout_Layout_constraintSet -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum Minimum -io.reactivex.internal.observers.InnerQueuedObserver: void onError(java.lang.Throwable) -com.google.android.material.R$style: int ShapeAppearance_MaterialComponents_Tooltip -androidx.lifecycle.SavedStateViewModelFactory -com.google.android.material.R$layout: int mtrl_calendar_month -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher: void subscribe(org.reactivestreams.Subscriber) -wangdaye.com.geometricweather.R$drawable: int googleg_disabled_color_18 -wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: void setTopIconDrawable(android.graphics.drawable.Drawable) -io.reactivex.exceptions.ProtocolViolationException -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: int maxConcurrency -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: void setSwitchView(wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout) -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub$Proxy: android.os.IBinder asBinder() -com.google.android.material.R$attr: int motionProgress -androidx.legacy.coreutils.R$styleable: int FontFamilyFont_android_fontVariationSettings -com.google.android.material.R$dimen: int mtrl_extended_fab_elevation -androidx.preference.R$dimen: int abc_dialog_fixed_height_minor -com.jaredrummler.android.colorpicker.R$id: int italic -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Long id -androidx.vectordrawable.animated.R$attr: int fontStyle -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text -cyanogenmod.themes.IThemeChangeListener$Stub$Proxy: void onFinish(boolean) -androidx.preference.R$styleable: int MenuItem_android_numericShortcut -androidx.constraintlayout.widget.R$style: int Base_AlertDialog_AppCompat_Light -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_defaultQueryHint -androidx.constraintlayout.widget.R$id: int action_menu_divider -wangdaye.com.geometricweather.R$id: int action_mode_bar -android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionBar_TabBar -com.xw.repo.bubbleseekbar.R$style: int Platform_V21_AppCompat_Light -james.adaptiveicon.R$attr: int listPreferredItemPaddingLeft -okhttp3.internal.platform.AndroidPlatform: AndroidPlatform(java.lang.Class,okhttp3.internal.platform.OptionalMethod,okhttp3.internal.platform.OptionalMethod,okhttp3.internal.platform.OptionalMethod,okhttp3.internal.platform.OptionalMethod) -androidx.preference.R$styleable: int DialogPreference_dialogIcon -wangdaye.com.geometricweather.R$dimen: int mtrl_low_ripple_focused_alpha -androidx.appcompat.R$style: int Theme_AppCompat_DayNight_DarkActionBar -android.didikee.donate.R$style: int TextAppearance_AppCompat_Small_Inverse -com.jaredrummler.android.colorpicker.R$attr: int cpv_alphaChannelText -wangdaye.com.geometricweather.R$color: int cardview_light_background -androidx.viewpager.R$id: int icon -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Chip_Filter -io.reactivex.internal.queue.SpscArrayQueue: void soProducerIndex(long) -cyanogenmod.app.CustomTile$1: cyanogenmod.app.CustomTile[] newArray(int) -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintRight_toLeftOf -com.google.android.material.R$styleable: int AppCompatTextHelper_android_drawableRight -android.didikee.donate.R$dimen: int notification_subtext_size -cyanogenmod.profiles.LockSettings$1 -androidx.loader.R$dimen: int notification_top_pad_large_text -com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose: com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose[] values() -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.common.ui.activities.AlertActivity -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Year_Selected -com.google.android.material.R$string: int abc_menu_shift_shortcut_label -wangdaye.com.geometricweather.wallpaper.LiveWallpaperConfigActivity -androidx.activity.R$id: int accessibility_custom_action_1 -com.google.android.material.R$styleable: int Slider_android_enabled -wangdaye.com.geometricweather.R$styleable: int[] CollapsingToolbarLayout_Layout -com.google.android.material.R$string: int mtrl_picker_invalid_format -androidx.appcompat.widget.SearchView: int getPreferredWidth() -android.didikee.donate.R$dimen: int abc_action_bar_overflow_padding_start_material -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_paddingEnd -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light -com.xw.repo.bubbleseekbar.R$anim: int abc_slide_out_top -okhttp3.internal.connection.RealConnection: void connectTunnel(int,int,int,okhttp3.Call,okhttp3.EventListener) -com.google.android.material.R$dimen: int mtrl_slider_thumb_elevation -wangdaye.com.geometricweather.R$color: int mtrl_bottom_nav_item_tint -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_8 -androidx.appcompat.widget.AppCompatImageView: void setImageBitmap(android.graphics.Bitmap) -androidx.dynamicanimation.R$attr -androidx.constraintlayout.widget.R$integer: int config_tooltipAnimTime -com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_default_mtrl_shape -wangdaye.com.geometricweather.remoteviews.config.ClockDayVerticalWidgetConfigActivity -android.didikee.donate.R$styleable: int View_paddingStart -com.google.android.material.R$dimen: int mtrl_extended_fab_min_width -james.adaptiveicon.R$styleable: int AppCompatTheme_spinnerStyle -io.reactivex.Observable: io.reactivex.Observable range(int,int) -androidx.customview.R$id: int tag_unhandled_key_event_manager -androidx.cardview.R$color: int cardview_dark_background -okhttp3.internal.Util: boolean decodeIpv4Suffix(java.lang.String,int,int,byte[],int) -com.turingtechnologies.materialscrollbar.R$color: int background_material_light -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Small -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_PSK_WITH_3DES_EDE_CBC_SHA -androidx.constraintlayout.widget.R$styleable: int PopupWindow_android_popupAnimationStyle -com.google.android.material.R$styleable: int ViewBackgroundHelper_backgroundTint -androidx.customview.R$id: int notification_main_column -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: long requested() -wangdaye.com.geometricweather.R$attr: int mock_diagonalsColor -androidx.appcompat.widget.Toolbar: int getContentInsetStartWithNavigation() -android.didikee.donate.R$drawable: int abc_btn_switch_to_on_mtrl_00001 -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_DropDownItem -okhttp3.internal.http2.Hpack$Writer: void clearDynamicTable() -cyanogenmod.weather.WeatherLocation -com.google.android.material.R$styleable: int Constraint_layout_goneMarginStart -com.google.android.material.R$attr: int layout_behavior -com.xw.repo.bubbleseekbar.R$attr: int textAppearanceListItemSecondary -cyanogenmod.providers.CMSettings$Secure: int getInt(android.content.ContentResolver,java.lang.String,int) -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder parse(okhttp3.HttpUrl,java.lang.String) -cyanogenmod.externalviews.KeyguardExternalView$11: KeyguardExternalView$11(cyanogenmod.externalviews.KeyguardExternalView,float) -james.adaptiveicon.R$dimen: int abc_button_inset_vertical_material -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Metric: int UnitType -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: void dispose() -androidx.transition.R$id: int transition_scene_layoutid_cache -androidx.appcompat.R$color: int material_blue_grey_800 -androidx.swiperefreshlayout.R$id: int tag_accessibility_pane_title -com.google.android.material.button.MaterialButton: void setStrokeColorResource(int) -okhttp3.Response: okhttp3.Response cacheResponse -androidx.viewpager2.widget.ViewPager2: void setUserInputEnabled(boolean) -com.jaredrummler.android.colorpicker.R$dimen: int abc_search_view_preferred_width -androidx.constraintlayout.widget.R$dimen: int abc_select_dialog_padding_start_material -com.google.android.material.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: wangdaye.com.geometricweather.db.entities.HourlyEntity readEntity(android.database.Cursor,int) -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: io.reactivex.internal.operators.observable.ObservableReplay$Node getHead() -james.adaptiveicon.R$style: int Widget_AppCompat_RatingBar_Indicator -james.adaptiveicon.R$styleable: int[] RecycleListView -androidx.appcompat.widget.AppCompatImageButton: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title -wangdaye.com.geometricweather.R$layout: int item_weather_daily_line -androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: void setSupportBackgroundTintList(android.content.res.ColorStateList) -androidx.vectordrawable.R$layout: int notification_action -android.support.v4.os.ResultReceiver$MyResultReceiver -wangdaye.com.geometricweather.R$id: int scroll -com.google.android.material.R$style: int Theme_AppCompat_Dialog -cyanogenmod.profiles.LockSettings: void readFromParcel(android.os.Parcel) -wangdaye.com.geometricweather.R$layout: int cpv_preference_square_large -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: java.lang.String getZh_CN() -androidx.preference.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleMarginBottom -com.turingtechnologies.materialscrollbar.R$attr: int layout_insetEdge -com.google.android.material.R$style: int Theme_AppCompat_Light_NoActionBar -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_actionProviderClass -androidx.preference.R$id: int list_item -com.google.android.material.R$styleable: int ActionBar_displayOptions -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_contentScrim -okhttp3.internal.http.HttpHeaders: long stringToLong(java.lang.String) -wangdaye.com.geometricweather.R$attr: int animationMode -androidx.core.R$string: int status_bar_notification_info_overflow -com.google.android.material.R$styleable: int SearchView_android_imeOptions -com.google.android.material.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight -wangdaye.com.geometricweather.R$bool: int enable_system_alarm_service_default -wangdaye.com.geometricweather.R$id: int activity_settings_toolbar -wangdaye.com.geometricweather.R$drawable: int ic_tree -androidx.appcompat.resources.R$styleable: int[] FontFamily -androidx.core.R$id: int blocking -cyanogenmod.externalviews.KeyguardExternalView$2: KeyguardExternalView$2(cyanogenmod.externalviews.KeyguardExternalView) -james.adaptiveicon.R$styleable: int[] ActionMode -androidx.loader.R$styleable: int[] GradientColorItem -com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol: com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol HTTPS -androidx.preference.R$style: int Widget_AppCompat_Button_Borderless_Colored -wangdaye.com.geometricweather.R$color: int mtrl_btn_stroke_color_selector -androidx.constraintlayout.widget.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 -com.amap.api.fence.GeoFence: com.amap.api.location.DPoint getCenter() -com.jaredrummler.android.colorpicker.R$styleable: int ActionMode_backgroundSplit -androidx.preference.R$dimen: int disabled_alpha_material_dark -com.google.android.material.R$styleable: int[] MaterialButton -wangdaye.com.geometricweather.R$id: int container_main_first_card_header -okio.ByteString: boolean endsWith(okio.ByteString) -android.didikee.donate.R$id: int select_dialog_listview -androidx.constraintlayout.widget.R$styleable: int TextAppearance_textLocale -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_DES_CBC_SHA -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: void setStatus(int) -okhttp3.Cache$Entry: java.lang.String message -okhttp3.OkHttpClient: okhttp3.Dispatcher dispatcher -wangdaye.com.geometricweather.R$styleable: int Chip_showMotionSpec -com.turingtechnologies.materialscrollbar.R$layout: int design_navigation_item_header -cyanogenmod.app.CustomTile: int icon -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: boolean requestDismiss() -androidx.preference.R$style: int AlertDialog_AppCompat_Light -androidx.core.app.CoreComponentFactory -wangdaye.com.geometricweather.R$attr: int tabIndicatorColor -com.turingtechnologies.materialscrollbar.R$style: int Base_DialogWindowTitleBackground_AppCompat -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_20 -androidx.viewpager.R$layout: int notification_template_part_time -android.didikee.donate.R$id: int action_menu_divider -com.google.android.material.R$styleable: int MaterialCalendar_yearSelectedStyle -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_FixedSize_Bridge -com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat_Light -com.google.android.material.R$styleable: int Chip_android_textColor -com.google.android.material.R$id: int mtrl_internal_children_alpha_tag -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabUnboundedRipple -io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) -androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_ttcIndex -wangdaye.com.geometricweather.R$string: int key_notification_color -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_Dialog_Alert -james.adaptiveicon.R$attr: int textColorAlertDialogListItem -retrofit2.BuiltInConverters$UnitResponseBodyConverter -wangdaye.com.geometricweather.R$attr: int materialCalendarFullscreenTheme -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_SearchResult_Title -okhttp3.HttpUrl: java.lang.String FRAGMENT_ENCODE_SET -com.turingtechnologies.materialscrollbar.R$string: int status_bar_notification_info_overflow -com.bumptech.glide.integration.okhttp.R$id: int async -james.adaptiveicon.R$style: int Widget_AppCompat_Button_Borderless_Colored -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary: AccuDailyResult$DailyForecasts$DegreeDaySummary() -cyanogenmod.hardware.ICMHardwareService: java.lang.String getLtoDestination() -androidx.work.R$id: int accessibility_custom_action_24 -androidx.legacy.coreutils.R$id: int action_container -androidx.preference.R$styleable: int TextAppearance_android_shadowDx -wangdaye.com.geometricweather.R$attr: int telltales_tailScale -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_bottomappbar_fabOffsetEndMode -com.turingtechnologies.materialscrollbar.R$attr: int hideOnScroll -wangdaye.com.geometricweather.R$styleable: int[] SeekBarPreference -com.turingtechnologies.materialscrollbar.R$attr: int actionBarTabStyle -okhttp3.MultipartBody$Part: okhttp3.RequestBody body() -okhttp3.RealCall: okhttp3.Request request() -okhttp3.internal.connection.RouteException -wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_icon_dark -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse -androidx.appcompat.R$attr: int backgroundStacked -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String IS_LEGACY_ICONPACK -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling -cyanogenmod.app.CustomTile$ExpandedStyle: void internalSetRemoteViews(android.widget.RemoteViews) -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature RealFeelTemperature -io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: void onError(java.lang.Throwable) -com.google.android.material.R$style: int Theme_AppCompat_Dialog_Alert -androidx.viewpager2.R$id: int tag_unhandled_key_event_manager -okhttp3.internal.http.BridgeInterceptor: java.lang.String cookieHeader(java.util.List) -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle -cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setTodaysHigh(double) -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle -cyanogenmod.weatherservice.IWeatherProviderServiceClient: void setServiceRequestState(cyanogenmod.weather.RequestInfo,cyanogenmod.weatherservice.ServiceRequestResult,int) -cyanogenmod.weatherservice.ServiceRequestResult$Builder: ServiceRequestResult$Builder(java.util.List) -com.google.android.material.R$id: int animateToStart -androidx.preference.R$styleable: int AppCompatTheme_actionBarStyle -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_2_black -com.google.android.material.textview.MaterialTextView: MaterialTextView(android.content.Context) -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_verticalAlign -wangdaye.com.geometricweather.R$attr: int msb_hideDelayInMilliseconds -com.google.android.material.R$styleable: int DrawerArrowToggle_spinBars -wangdaye.com.geometricweather.R$dimen: int notification_big_circle_margin -wangdaye.com.geometricweather.db.entities.MinutelyEntity: boolean getDaylight() -com.google.android.material.R$dimen: int mtrl_slider_label_square_side -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: int limit -androidx.appcompat.widget.AppCompatEditText: java.lang.CharSequence getText() -wangdaye.com.geometricweather.R$attr: int cpv_previewSize -com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Title_Icon -wangdaye.com.geometricweather.R$id: int dialog_running_in_background_container -com.bumptech.glide.load.engine.GlideException: void printStackTrace(java.io.PrintStream) -com.google.android.material.R$drawable: int abc_item_background_holo_dark -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintLeft_creator -com.google.android.material.behavior.SwipeDismissBehavior -android.didikee.donate.R$style: int Platform_V25_AppCompat_Light -wangdaye.com.geometricweather.R$id: int container_main_aqi_title -cyanogenmod.app.CMTelephonyManager: java.lang.String TAG -androidx.appcompat.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator -com.google.android.material.R$styleable: int ConstraintSet_android_rotationX -androidx.dynamicanimation.R$style: int Widget_Compat_NotificationActionText -androidx.coordinatorlayout.R$id: int accessibility_custom_action_30 -cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_onDetach -okhttp3.internal.http1.Http1Codec: void writeRequestHeaders(okhttp3.Request) -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Metric: AccuLocationResult$GeoPosition$Elevation$Metric() -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_navigationMode -james.adaptiveicon.R$dimen: int abc_action_bar_stacked_tab_max_width -wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: AbsTrendItemView(android.content.Context,android.util.AttributeSet) -androidx.loader.R$color: int secondary_text_default_material_light -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: float unitFactor -com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar -androidx.constraintlayout.widget.R$styleable: int KeyTrigger_triggerReceiver -androidx.appcompat.R$styleable: int AppCompatTextView_drawableStartCompat -androidx.appcompat.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable -androidx.vectordrawable.R$layout: int notification_template_custom_big -androidx.appcompat.R$styleable: int AppCompatTextView_textAllCaps -com.google.android.material.R$drawable: int btn_checkbox_unchecked_mtrl -cyanogenmod.externalviews.IKeyguardExternalViewProvider -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: java.lang.String getBrandId() -com.amap.api.location.DPoint: DPoint() -com.turingtechnologies.materialscrollbar.R$attr: int fontProviderFetchStrategy -androidx.preference.R$styleable: int AppCompatTextView_fontFamily -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColorItem_android_color -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.google.android.material.R$attr: int subMenuArrow -androidx.cardview.R$color -wangdaye.com.geometricweather.R$string: int settings_category_forecast -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_NoActionBar -com.bumptech.glide.R$id: int action_image -okhttp3.internal.connection.RealConnection: okio.BufferedSource source -com.google.android.material.R$styleable: int MenuView_subMenuArrow -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: void onNext(java.lang.Object) -cyanogenmod.externalviews.KeyguardExternalView: boolean mIsInteractive -io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: long remaining -androidx.appcompat.widget.Toolbar -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: java.lang.String en_US -retrofit2.KotlinExtensions$awaitResponse$2$2: kotlinx.coroutines.CancellableContinuation $continuation -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light_DarkActionBar -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX -com.google.android.material.R$drawable: int abc_ic_search_api_material -com.google.android.material.button.MaterialButton: void removeOnCheckedChangeListener(com.google.android.material.button.MaterialButton$OnCheckedChangeListener) -androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) -okhttp3.internal.http2.Http2Reader$Handler: void windowUpdate(int,long) -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void drain() -androidx.work.R$drawable: int notification_bg_normal -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling: java.lang.String Unit -androidx.appcompat.resources.R$dimen: int notification_top_pad_large_text -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button -com.google.android.material.R$style: int Base_Widget_AppCompat_ListView -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_LIVE_LOCK_SCREEN -androidx.coordinatorlayout.R$attr: R$attr() -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -okio.Pipe$PipeSink -com.jaredrummler.android.colorpicker.R$id: int scrollIndicatorDown -com.xw.repo.bubbleseekbar.R$dimen: int tooltip_horizontal_padding -james.adaptiveicon.R$dimen: int compat_button_padding_vertical_material -androidx.lifecycle.ProcessLifecycleOwner$3: void onActivityStopped(android.app.Activity) -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: int val$height -com.google.android.material.R$drawable: int abc_ratingbar_material -cyanogenmod.themes.IThemeChangeListener -okhttp3.OkHttpClient$Builder: OkHttpClient$Builder(okhttp3.OkHttpClient) -wangdaye.com.geometricweather.R$attr: int yearStyle -retrofit2.DefaultCallAdapterFactory$1: java.util.concurrent.Executor val$executor -retrofit2.KotlinExtensions$suspendAndThrow$$inlined$suspendCoroutineUninterceptedOrReturn$lambda$1 -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu -androidx.preference.R$styleable: int AppCompatTheme_checkboxStyle -okhttp3.internal.Util$1: int compare(java.lang.Object,java.lang.Object) -androidx.lifecycle.LiveData: void setValue(java.lang.Object) -androidx.appcompat.R$dimen: int abc_text_size_subhead_material -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List yundong -androidx.constraintlayout.widget.R$styleable: int SearchView_submitBackground -wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config -androidx.customview.R$color: R$color() -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: long time -wangdaye.com.geometricweather.R$color: int abc_color_highlight_material -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void innerError(int,java.lang.Throwable) -com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemHeight -com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setBadgeIfNeeded(com.google.android.material.bottomnavigation.BottomNavigationItemView) -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Compat_Notification_Title -com.xw.repo.bubbleseekbar.R$attr: int drawableSize -com.google.android.material.R$styleable: int CollapsingToolbarLayout_collapsedTitleTextAppearance -androidx.hilt.work.R$id: int accessibility_custom_action_26 -androidx.viewpager.R$styleable: int[] FontFamily -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: java.lang.String DESCRIPTOR -com.google.android.material.R$dimen: int mtrl_textinput_start_icon_margin_end -okio.ForwardingTimeout: okio.Timeout clearDeadline() -com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_selector_holo_dark -android.didikee.donate.R$drawable: int abc_btn_radio_to_on_mtrl_000 -androidx.appcompat.R$styleable: int ViewStubCompat_android_id -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit -wangdaye.com.geometricweather.db.entities.AlertEntity: long time -okio.RealBufferedSource: int read(java.nio.ByteBuffer) -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_BottomRightCut -androidx.constraintlayout.widget.R$attr: int buttonBarButtonStyle -androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid -com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat_Dark -io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: void onComplete() -com.google.gson.JsonParseException: long serialVersionUID -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_card_elevation -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_Solid -com.jaredrummler.android.colorpicker.R$id: int wrap_content -okhttp3.internal.http2.Http2Connection$ReaderRunnable$1 -androidx.preference.R$dimen: int notification_content_margin_start -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner -androidx.appcompat.widget.SwitchCompat: void setSwitchMinWidth(int) -okio.Buffer: boolean rangeEquals(okio.Segment,int,okio.ByteString,int,int) -retrofit2.http.GET -com.google.android.material.R$styleable: int AppCompatTheme_actionMenuTextAppearance -wangdaye.com.geometricweather.R$drawable: int ic_flower -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_AES_128_CBC_SHA256 -wangdaye.com.geometricweather.R$integer: int google_play_services_version -com.amap.api.location.AMapLocation: boolean y -cyanogenmod.profiles.StreamSettings$1: StreamSettings$1() -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Body1 -com.google.android.material.R$id: int accessibility_custom_action_14 -androidx.lifecycle.ReflectiveGenericLifecycleObserver: androidx.lifecycle.ClassesInfoCache$CallbackInfo mInfo -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: java.lang.Runnable run -okhttp3.Address: java.util.List protocols -com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_android_fontStyle -com.jaredrummler.android.colorpicker.R$drawable: int notification_template_icon_low_bg -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer apparentTemperature -wangdaye.com.geometricweather.R$attr: int sv_side -androidx.swiperefreshlayout.R$attr: int fontProviderAuthority -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Chip_Choice -com.google.android.material.R$id: int submenuarrow -wangdaye.com.geometricweather.R$string: int key_widget_minimal_icon -androidx.hilt.lifecycle.R$id: int info -androidx.constraintlayout.widget.R$id: int activity_chooser_view_content -com.bumptech.glide.R$style: int Widget_Support_CoordinatorLayout -james.adaptiveicon.R$color: int bright_foreground_disabled_material_light -androidx.constraintlayout.widget.R$drawable: int notification_tile_bg -androidx.swiperefreshlayout.R$styleable: int GradientColor_android_endX -okhttp3.internal.Util: boolean verifyAsIpAddress(java.lang.String) -cyanogenmod.externalviews.ExternalViewProperties: int getWidth() -androidx.activity.R$attr: int fontStyle -androidx.constraintlayout.widget.R$dimen: int hint_alpha_material_light -android.didikee.donate.R$drawable: int abc_text_select_handle_left_mtrl_light -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: void onError(java.lang.Throwable) -com.google.android.material.chip.Chip: float getChipStrokeWidth() -wangdaye.com.geometricweather.R$attr: int boxCornerRadiusBottomStart -androidx.preference.R$drawable: int abc_edit_text_material -wangdaye.com.geometricweather.R$attr: int drawableRightCompat -wangdaye.com.geometricweather.R$id: int star_2 -com.turingtechnologies.materialscrollbar.R$color: int mtrl_bottom_nav_colored_item_tint -androidx.preference.R$styleable: int AnimatedStateListDrawableTransition_android_drawable -com.google.android.material.R$styleable: int[] ImageFilterView -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void startTimeout(long) -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_large_material -okio.GzipSink: java.util.zip.Deflater deflater() -androidx.hilt.work.R$drawable: int notification_bg_normal -androidx.constraintlayout.widget.R$color: int dim_foreground_disabled_material_light -androidx.constraintlayout.widget.R$attr: int actionModeWebSearchDrawable -androidx.lifecycle.Transformations$1: androidx.arch.core.util.Function val$mapFunction -androidx.work.R$dimen: int compat_button_inset_vertical_material -wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: int getIconSize() -com.google.android.material.R$styleable: int MaterialButton_iconGravity -com.turingtechnologies.materialscrollbar.R$attr: int titleTextAppearance -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: void setBrandId(java.lang.String) -cyanogenmod.app.Profile$ProfileTrigger: java.lang.String getName() -androidx.preference.R$style: int Widget_AppCompat_ActionBar_TabView -okhttp3.internal.ws.RealWebSocket: okhttp3.internal.ws.WebSocketReader reader -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_1 -androidx.appcompat.R$string: int abc_shareactionprovider_share_with -androidx.preference.R$attr: int drawableTintMode -james.adaptiveicon.R$attr: int windowActionModeOverlay -androidx.customview.R$styleable: int ColorStateListItem_android_color -com.google.android.material.R$styleable: int CompoundButton_android_button -android.didikee.donate.R$attr: int subtitleTextStyle -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_backgroundTintMode -io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: void cancel() -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain: MfForecastResult$Forecast$Rain() -androidx.lifecycle.extensions.R$id: int tag_unhandled_key_event_manager -androidx.vectordrawable.R$attr: int fontWeight -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ButtonBar_AlertDialog -androidx.constraintlayout.widget.R$attr: int waveVariesBy -androidx.hilt.work.R$id: int accessibility_custom_action_12 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX: java.util.List getBrands() -wangdaye.com.geometricweather.R$string: int week_6 -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ListView_DropDown -cyanogenmod.app.IProfileManager$Stub$Proxy: boolean setActiveProfileByName(java.lang.String) -com.google.android.material.R$styleable: int KeyCycle_waveVariesBy -androidx.cardview.widget.CardView: CardView(android.content.Context) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Imperial: AccuCurrentResult$Temperature$Imperial() -androidx.transition.R$styleable: int GradientColorItem_android_color -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_default -okhttp3.EventListener: void requestBodyStart(okhttp3.Call) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_90 -okio.AsyncTimeout: okio.AsyncTimeout head -androidx.loader.R$attr: int fontProviderFetchStrategy -io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.BiFunction,boolean,int,int) -okhttp3.HttpUrl$Builder: int portColonOffset(java.lang.String,int,int) -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 -androidx.appcompat.view.menu.StandardMenuPopup: void setOnDismissListener(android.widget.PopupWindow$OnDismissListener) -com.turingtechnologies.materialscrollbar.R$attr: int title -com.google.android.material.R$style: int Widget_Design_TabLayout -androidx.hilt.work.R$anim: int fragment_fade_exit -cyanogenmod.themes.ThemeChangeRequest$RequestType -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light -com.google.android.material.R$dimen: int mtrl_extended_fab_icon_size -com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_itemIconDisabledAlpha -androidx.activity.R$styleable: int FontFamily_fontProviderAuthority -james.adaptiveicon.R$id: int alertTitle -androidx.preference.R$attr: int textColorAlertDialogListItem -com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_thickness -androidx.core.R$styleable: int[] ColorStateListItem -android.didikee.donate.R$attr: int queryHint -androidx.preference.R$id: int recycler_view -androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityStopped(android.app.Activity) -androidx.loader.R$drawable: int notification_bg_normal -com.google.android.material.R$styleable: int MaterialButtonToggleGroup_singleSelection -com.google.android.material.floatingactionbutton.FloatingActionButton: android.graphics.PorterDuff$Mode getSupportImageTintMode() -com.xw.repo.bubbleseekbar.R$attr: int windowActionBar -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_PopupWindow -androidx.appcompat.R$styleable: int SwitchCompat_trackTintMode -wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_active_item_max_width -com.jaredrummler.android.colorpicker.R$attr: int selectable -okhttp3.ConnectionPool: java.lang.Runnable cleanupRunnable -com.google.android.material.R$styleable: int KeyTimeCycle_android_rotation -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light_Dialog -com.google.android.material.R$styleable: int AppCompatTheme_switchStyle -cyanogenmod.providers.CMSettings$System: java.lang.String INCREASING_RING_RAMP_UP_TIME -io.reactivex.internal.subscriptions.BasicIntQueueSubscription: java.lang.Object poll() -com.amap.api.fence.GeoFence: void setPendingIntent(android.app.PendingIntent) -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_android_elevation -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_star_black_36dp -wangdaye.com.geometricweather.R$styleable: int ArcProgress_text_size -com.google.android.material.R$style: int ShapeAppearanceOverlay -android.didikee.donate.R$id: int action_bar_title -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Imperial: java.lang.String Unit -wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView: void setKeyLineVisibility(boolean) -wangdaye.com.geometricweather.R$layout: int material_timepicker_textinput_display -androidx.vectordrawable.animated.R$drawable: int notification_bg_normal -wangdaye.com.geometricweather.R$styleable: int MaterialCardView_checkedIconTint -com.google.android.material.R$color: int design_fab_stroke_top_outer_color -androidx.lifecycle.extensions.R$attr: int fontProviderCerts -com.google.android.material.R$id: int BOTTOM_START -wangdaye.com.geometricweather.R$drawable: int notif_temp_125 -androidx.activity.R$id: int tag_unhandled_key_listeners -com.jaredrummler.android.colorpicker.R$dimen: int abc_seekbar_track_background_height_material -okhttp3.Cache: Cache(java.io.File,long,okhttp3.internal.io.FileSystem) -wangdaye.com.geometricweather.R$color: int material_blue_grey_900 -com.turingtechnologies.materialscrollbar.R$attr: int listPreferredItemHeightLarge -com.google.android.material.circularreveal.cardview.CircularRevealCardView: void setRevealInfo(com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo) -com.google.android.material.R$styleable: int ActionBar_backgroundSplit -androidx.swiperefreshlayout.R$dimen: int compat_control_corner_material -androidx.preference.R$styleable: int[] LinearLayoutCompat -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_5_00 -wangdaye.com.geometricweather.R$style: int Base_Widget_Design_TabLayout -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_itemPadding -com.google.android.material.R$attr: int strokeColor -wangdaye.com.geometricweather.R$drawable: int notif_temp_82 -cyanogenmod.themes.IThemeProcessingListener$Stub: java.lang.String DESCRIPTOR -androidx.coordinatorlayout.R$attr: int layout_keyline -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPath -wangdaye.com.geometricweather.R$string: int phase_third -com.google.android.material.R$styleable: int Constraint_layout_constraintHeight_percent -james.adaptiveicon.R$id: int search_button -androidx.preference.R$attr: int actionLayout -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: long endValidityTime -androidx.work.R$styleable: int FontFamily_fontProviderFetchStrategy -androidx.vectordrawable.animated.R$dimen: int notification_small_icon_size_as_large -androidx.dynamicanimation.R$styleable: int ColorStateListItem_android_alpha -com.jaredrummler.android.colorpicker.R$dimen: int abc_search_view_preferred_height -wangdaye.com.geometricweather.R$attr: int motion_postLayoutCollision -androidx.viewpager2.R$id: int accessibility_custom_action_30 -wangdaye.com.geometricweather.main.fragments.ManagementFragment -wangdaye.com.geometricweather.db.entities.WeatherEntity: int getTemperature() -androidx.appcompat.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner -com.turingtechnologies.materialscrollbar.R$attr: int collapsedTitleTextAppearance -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.WeatherIconControlView -com.jaredrummler.android.colorpicker.R$attr: int windowActionModeOverlay -wangdaye.com.geometricweather.R$styleable: int ViewBackgroundHelper_android_background -okhttp3.internal.Util: java.util.Comparator NATURAL_ORDER -wangdaye.com.geometricweather.R$animator: int weather_rain_1 -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem -retrofit2.OkHttpCall$NoContentResponseBody: okhttp3.MediaType contentType() -wangdaye.com.geometricweather.R$attr: int viewInflaterClass -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar -com.amap.api.location.AMapLocation: int ERROR_CODE_SERVICE_FAIL -androidx.transition.R$dimen: int compat_control_corner_material -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_mini_dark -wangdaye.com.geometricweather.R$id: int notification_big_temp_4 -com.turingtechnologies.materialscrollbar.R$attr: int layout_scrollInterpolator -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setSnowPrecipitationProbability(java.lang.Float) -androidx.activity.R$attr: int fontVariationSettings -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_maxButtonHeight -androidx.work.R$style: int TextAppearance_Compat_Notification_Line2 -com.amap.api.location.AMapLocationClient: void setLocationOption(com.amap.api.location.AMapLocationClientOption) -wangdaye.com.geometricweather.R$styleable: int Chip_closeIconStartPadding -wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setMinuteInterval(int) -androidx.preference.R$id: int text -okio.Util: short reverseBytesShort(short) -androidx.constraintlayout.widget.R$dimen: int abc_dialog_fixed_height_major -com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart -cyanogenmod.app.ThemeVersion: java.lang.String THEME_VERSION_FIELD_NAME -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Title_Inverse -androidx.work.R$id: int dialog_button -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_popupMenuStyle -com.turingtechnologies.materialscrollbar.R$styleable: int[] RecycleListView -androidx.preference.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar -okhttp3.Request$Builder: java.lang.String method -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode -androidx.constraintlayout.widget.R$styleable: int TextAppearance_fontVariationSettings -okhttp3.WebSocketListener: void onFailure(okhttp3.WebSocket,java.lang.Throwable,okhttp3.Response) -com.turingtechnologies.materialscrollbar.R$attr: int toolbarStyle -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_7 -androidx.preference.R$styleable: int MenuItem_android_id -wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialog_backgroundInsetTop -com.google.android.material.R$id: int guideline -com.google.android.material.slider.RangeSlider: void setTrackTintList(android.content.res.ColorStateList) -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void onTimeout(long) -androidx.lifecycle.LifecycleRegistry$ObserverWithState: void dispatchEvent(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) -com.turingtechnologies.materialscrollbar.R$id -com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_separator_vertical_padding -androidx.swiperefreshlayout.R$attr: int fontVariationSettings -wangdaye.com.geometricweather.R$id: int info -com.xw.repo.bubbleseekbar.R$style: int Base_V7_Widget_AppCompat_EditText -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property WeatherCode -wangdaye.com.geometricweather.R$styleable: int Layout_layout_goneMarginEnd -retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter: java.lang.reflect.Type responseType -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust -androidx.coordinatorlayout.R$styleable: int GradientColor_android_centerY -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHorizontal_weight -okhttp3.RealCall$AsyncCall: void execute() -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_normal -androidx.preference.R$attr: int actionBarTabTextStyle -androidx.appcompat.widget.Toolbar: void setNavigationContentDescription(int) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorPrimary -com.google.android.material.R$styleable: int Toolbar_titleMargins -okio.Segment: Segment(byte[],int,int,boolean,boolean) -cyanogenmod.weather.IRequestInfoListener$Stub$Proxy: void onWeatherRequestCompleted(cyanogenmod.weather.RequestInfo,int,cyanogenmod.weather.WeatherInfo) -com.xw.repo.bubbleseekbar.R$attr: int splitTrack -wangdaye.com.geometricweather.R$id: int widget_week_icon -retrofit2.KotlinExtensions$suspendAndThrow$$inlined$suspendCoroutineUninterceptedOrReturn$lambda$1: KotlinExtensions$suspendAndThrow$$inlined$suspendCoroutineUninterceptedOrReturn$lambda$1(kotlin.coroutines.Continuation,java.lang.Exception) -okhttp3.HttpUrl: java.lang.String fragment -com.google.android.material.R$styleable: int Layout_layout_goneMarginBottom -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Dialog_Bridge -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void onError(java.lang.Throwable) -io.reactivex.Observable: io.reactivex.Observable timer(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -androidx.constraintlayout.widget.R$id: int postLayout -okio.AsyncTimeout$1: void close() -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_editor_absoluteY -androidx.appcompat.widget.AppCompatEditText: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_navigation_item_horizontal_padding -cyanogenmod.app.LiveLockScreenInfo$Builder: cyanogenmod.app.LiveLockScreenInfo build() -wangdaye.com.geometricweather.R$id: int dialog_minimal_icon_title -wangdaye.com.geometricweather.R$styleable: int Toolbar_navigationContentDescription -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void innerError(io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver,java.lang.Throwable) -androidx.preference.R$dimen: int compat_button_inset_horizontal_material -com.turingtechnologies.materialscrollbar.R$animator -androidx.work.impl.WorkManagerInitializer -wangdaye.com.geometricweather.R$styleable: int[] SignInButton -androidx.vectordrawable.animated.R$layout: int notification_template_part_time -com.google.android.material.R$styleable: int TextAppearance_android_textColorLink -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: void onNext(java.lang.Object) -androidx.preference.R$styleable: int ViewStubCompat_android_layout -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber -retrofit2.ParameterHandler$RelativeUrl -com.google.android.material.R$dimen: int mtrl_calendar_month_horizontal_padding -james.adaptiveicon.R$drawable: int abc_popup_background_mtrl_mult -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_3_30 -android.didikee.donate.R$style: int Base_Widget_AppCompat_ListView_DropDown -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Metric Metric -io.reactivex.internal.disposables.EmptyDisposable: boolean isEmpty() -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: AirQuality(java.lang.String,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float) -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone: AccuLocationResult$TimeZone() -androidx.constraintlayout.widget.ConstraintLayout: void setMinHeight(int) -androidx.recyclerview.R$id: int line3 -com.google.android.material.R$id: int outgoing -com.jaredrummler.android.colorpicker.R$style: int Base_V7_Theme_AppCompat_Dialog -com.jaredrummler.android.colorpicker.R$id: int item_touch_helper_previous_elevation -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintTop_creator -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: io.reactivex.internal.util.AtomicThrowable errors -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getTranslateX() -wangdaye.com.geometricweather.common.basic.models.weather.UV -james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog -com.xw.repo.bubbleseekbar.R$dimen: int abc_control_inset_material -android.didikee.donate.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_max -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: java.lang.String MobileLink -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String[] ROWS -androidx.legacy.coreutils.R$id: int line3 -androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize -com.google.android.material.R$styleable: int Chip_closeIconSize -androidx.preference.R$styleable: int Preference_android_iconSpaceReserved -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_horizontalBias -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHorizontal_weight -okhttp3.OkHttpClient$Builder: javax.net.ssl.HostnameVerifier hostnameVerifier -com.google.android.material.R$styleable: int ConstraintSet_flow_horizontalBias -com.google.android.material.R$attr: int snackbarStyle -wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: java.lang.String unitId -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_autoSizeMaxTextSize -com.baidu.location.indoor.mapversion.c.a$d: java.lang.String h -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Body1 -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_PopupMenu -androidx.swiperefreshlayout.R$styleable: int FontFamily_fontProviderFetchTimeout -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse -androidx.lifecycle.LiveData: java.lang.Object mPendingData -cyanogenmod.providers.CMSettings$Global: java.lang.String SYS_PROP_CM_SETTING_VERSION -com.bumptech.glide.integration.okhttp.R$color: int secondary_text_default_material_light -com.google.android.gms.base.R$string: int common_google_play_services_enable_title -cyanogenmod.power.IPerformanceManager$Stub$Proxy: boolean setPowerProfile(int) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getRagweedLevel() -com.google.android.material.R$styleable: int FloatingActionButton_maxImageSize -com.google.android.material.R$color: int foreground_material_dark -cyanogenmod.hardware.ICMHardwareService$Stub: ICMHardwareService$Stub() -okhttp3.internal.tls.OkHostnameVerifier: OkHostnameVerifier() -com.jaredrummler.android.colorpicker.R$id: int tabMode -com.google.android.material.R$layout: int mtrl_calendar_month_labeled -cyanogenmod.themes.IThemeService$Stub$Proxy: int getProgress() -com.amap.api.fence.GeoFence: void setExpiration(long) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind -okhttp3.internal.ws.RealWebSocket: void initReaderAndWriter(java.lang.String,okhttp3.internal.ws.RealWebSocket$Streams) -wangdaye.com.geometricweather.R$attr: int progressBarPadding -com.google.android.material.R$styleable: int ConstraintSet_flow_lastHorizontalBias -android.didikee.donate.R$attr: int buttonBarButtonStyle -cyanogenmod.hardware.IThermalListenerCallback$Stub$Proxy: void onThermalChanged(int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: java.lang.String getTo() -androidx.legacy.coreutils.R$styleable: int GradientColor_android_endColor -androidx.viewpager2.R$color: int ripple_material_light -androidx.constraintlayout.widget.R$styleable: int MotionHelper_onShow -androidx.constraintlayout.widget.R$dimen: int abc_text_size_medium_material -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_EditText -okhttp3.internal.http2.Http2Codec: void cancel() -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void onError(java.lang.Throwable) -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: cyanogenmod.hardware.DisplayMode getDefaultDisplayMode() -cyanogenmod.externalviews.ExternalView$4: void run() -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_checkedIconTint -com.google.android.material.R$layout: int mtrl_calendar_month_navigation -cyanogenmod.app.CustomTile: android.os.Parcelable$Creator CREATOR -androidx.drawerlayout.widget.DrawerLayout: DrawerLayout(android.content.Context) -com.google.android.material.R$styleable: int[] KeyAttribute -com.google.android.material.R$attr: int layout_constraintBaseline_creator -com.google.android.material.R$attr: int motionDebug -retrofit2.RequestFactory$Builder: okhttp3.Headers parseHeaders(java.lang.String[]) -androidx.hilt.work.R$id: int notification_background -cyanogenmod.app.Profile: void readFromParcel(android.os.Parcel) -androidx.appcompat.R$attr: int isLightTheme -androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() -com.turingtechnologies.materialscrollbar.R$attr: int panelMenuListWidth -androidx.legacy.coreutils.R$color: R$color() -androidx.preference.internal.PreferenceImageView: void setMaxHeight(int) -androidx.preference.R$drawable: int abc_list_selector_background_transition_holo_light -androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type valueOf(java.lang.String) -io.reactivex.Observable: io.reactivex.Observable combineLatest(java.lang.Iterable,io.reactivex.functions.Function) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String windSpeedStart -wangdaye.com.geometricweather.R$string: int done -retrofit2.http.QueryMap: boolean encoded() -okhttp3.internal.cache.CacheStrategy: boolean isCacheable(okhttp3.Response,okhttp3.Request) -com.google.android.material.R$layout: int mtrl_alert_dialog_actions -wangdaye.com.geometricweather.location.services.LocationService: android.app.Notification getLocationNotification(android.content.Context) -androidx.constraintlayout.widget.R$styleable: int[] ActionBarLayout -wangdaye.com.geometricweather.R$dimen: int mtrl_min_touch_target_size -com.xw.repo.bubbleseekbar.R$styleable: int[] ColorStateListItem -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth -com.google.android.material.R$styleable: int Layout_layout_constraintVertical_weight -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_textAllCaps -com.jaredrummler.android.colorpicker.R$styleable: int Preference_widgetLayout -io.reactivex.internal.disposables.EmptyDisposable: void error(java.lang.Throwable,io.reactivex.Observer) -androidx.lifecycle.SavedStateHandle$1: androidx.lifecycle.SavedStateHandle this$0 -wangdaye.com.geometricweather.R$string: int mtrl_picker_confirm -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: void onComplete() -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_contentInsetRight -james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Button_Borderless -androidx.transition.R$layout: int notification_template_icon_group -wangdaye.com.geometricweather.R$styleable: int Layout_minHeight -wangdaye.com.geometricweather.R$styleable: int[] MotionScene -com.turingtechnologies.materialscrollbar.R$attr: int popupMenuStyle -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Chip_Entry -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_DrawerArrowToggle -com.jaredrummler.android.colorpicker.R$dimen: int hint_alpha_material_light -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_99 -android.didikee.donate.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth -androidx.coordinatorlayout.R$attr: int keylines -androidx.drawerlayout.R$styleable: int FontFamily_fontProviderPackage -james.adaptiveicon.R$color: int button_material_light -androidx.preference.R$integer: int abc_config_activityShortDur -wangdaye.com.geometricweather.R$drawable: int notif_temp_73 -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_Solid -androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_PopupMenu -cyanogenmod.weather.IRequestInfoListener$Stub$Proxy: void onLookupCityRequestCompleted(cyanogenmod.weather.RequestInfo,int,java.util.List) -wangdaye.com.geometricweather.R$array: int air_quality_units -wangdaye.com.geometricweather.main.layouts.MainLayoutManager -androidx.appcompat.R$dimen: int hint_alpha_material_dark -wangdaye.com.geometricweather.R$dimen: int abc_search_view_preferred_height -cyanogenmod.platform.Manifest$permission: Manifest$permission() -com.jaredrummler.android.colorpicker.R$styleable: int[] ViewStubCompat -androidx.lifecycle.SingleGeneratedAdapterObserver -androidx.constraintlayout.widget.R$styleable: int CompoundButton_buttonCompat -okhttp3.logging.LoggingEventListener$Factory: okhttp3.EventListener create(okhttp3.Call) -com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState valueOf(java.lang.String) -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_fabCustomSize -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_elevation -cyanogenmod.app.ProfileManager: void setActiveProfile(java.lang.String) -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_BATTERY_CIRCLE -androidx.lifecycle.ReportFragment: void onDestroy() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: java.util.List value -wangdaye.com.geometricweather.R$styleable: int SwitchPreference_android_disableDependentsState -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language KOREAN -james.adaptiveicon.R$style: int Base_V21_Theme_AppCompat -com.turingtechnologies.materialscrollbar.R$attr: int boxCornerRadiusBottomEnd -okio.Buffer: int readUtf8CodePoint() -wangdaye.com.geometricweather.R$layout: int widget_day_week_rectangle -com.google.android.material.R$styleable: int[] CollapsingToolbarLayout_Layout -james.adaptiveicon.R$styleable: int AppCompatTheme_panelBackground -wangdaye.com.geometricweather.R$attr: int hintTextAppearance -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_gradientRadius -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver -com.jaredrummler.android.colorpicker.R$attr: int dependency -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableTint -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxCornerRadiusTopStart -com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_FixedSize_Bridge -androidx.constraintlayout.widget.R$attr: int contentDescription -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: boolean delayError -wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_shadow_height -okhttp3.internal.Util: void closeQuietly(java.net.ServerSocket) -james.adaptiveicon.R$style: int Widget_AppCompat_ActionBar_TabBar -wangdaye.com.geometricweather.R$id: int material_timepicker_ok_button -wangdaye.com.geometricweather.R$string: int common_google_play_services_enable_text -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void fail(java.lang.Throwable,io.reactivex.Observer,io.reactivex.internal.queue.SpscLinkedArrayQueue) -retrofit2.KotlinExtensions$await$4$2: void onResponse(retrofit2.Call,retrofit2.Response) -com.google.android.material.R$attr: int colorError -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_WIFI_COMBO_MARGIN_END -james.adaptiveicon.R$drawable: int notification_icon_background -androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerView$RecycledViewPool getRecycledViewPool() -androidx.hilt.R$style: int TextAppearance_Compat_Notification_Time -wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_showColorShades -okio.BufferedSink: okio.BufferedSink writeIntLe(int) -io.reactivex.Observable: io.reactivex.Observable buffer(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,int) -io.reactivex.internal.schedulers.AbstractDirectTask: java.lang.Runnable getWrappedRunnable() -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: boolean isDisposed() -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean -android.didikee.donate.R$styleable: int Toolbar_title -androidx.legacy.coreutils.R$dimen: int notification_main_column_padding_top -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title -androidx.preference.R$styleable: int PreferenceFragment_android_dividerHeight -androidx.vectordrawable.animated.R$styleable: int GradientColor_android_startY -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_stacked_max_height -okhttp3.internal.platform.AndroidPlatform: void configureTlsExtensions(javax.net.ssl.SSLSocket,java.lang.String,java.util.List) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeTotalPrecipitation -com.google.android.material.R$dimen: int design_fab_translation_z_hovered_focused -okhttp3.internal.cache.DiskLruCache$Snapshot -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceFragmentCompatStyle -android.didikee.donate.R$styleable: int PopupWindow_android_popupBackground -wangdaye.com.geometricweather.R$styleable: int SearchView_commitIcon -com.google.android.material.chip.Chip: void setCheckedIconTint(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$layout: int widget_trend_daily -androidx.hilt.R$anim -com.google.android.material.R$layout: int abc_screen_content_include -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: void setZh_CN(java.lang.String) -wangdaye.com.geometricweather.common.ui.widgets.astro.MoonPhaseView: void setSurfaceAngle(float) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$7: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_Dialog -io.reactivex.internal.util.ExceptionHelper$Termination: long serialVersionUID -com.google.android.material.textfield.TextInputEditText: TextInputEditText(android.content.Context) -retrofit2.ParameterHandler$FieldMap: int p -okhttp3.Challenge -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_RatingBar -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setDistrict(java.lang.String) -cyanogenmod.providers.CMSettings$Secure: java.lang.String ADB_NOTIFY -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: java.lang.Throwable error -com.google.android.material.R$styleable: int ConstraintLayout_Layout_barrierDirection -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionMode -com.google.android.material.R$style: int Platform_Widget_AppCompat_Spinner -okhttp3.internal.http2.Http2Writer: java.util.logging.Logger logger -com.turingtechnologies.materialscrollbar.R$styleable: int ViewBackgroundHelper_android_background -wangdaye.com.geometricweather.R$attr: int duration -androidx.preference.R$id: int shortcut -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_WIFI_ICON -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Object readKey(android.database.Cursor,int) -wangdaye.com.geometricweather.R$attr: int materialCircleRadius -com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_min_width_major -com.google.android.material.R$styleable: int Constraint_transitionPathRotate -androidx.appcompat.R$styleable: int Toolbar_menu -wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTheme -com.jaredrummler.android.colorpicker.R$attr: int showText -okhttp3.Request$Builder: java.util.Map tags -retrofit2.Retrofit: java.util.concurrent.Executor callbackExecutor -androidx.appcompat.resources.R$id: int async -androidx.coordinatorlayout.R$id: int accessibility_custom_action_0 -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: long serialVersionUID -io.reactivex.internal.observers.ForEachWhileObserver: long serialVersionUID -androidx.appcompat.R$styleable: int GradientColor_android_type -wangdaye.com.geometricweather.R$id: int widget_day_week_temp_3 -okhttp3.OkHttpClient: okhttp3.Cache cache() -wangdaye.com.geometricweather.common.ui.widgets.DrawerLayout: DrawerLayout(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$color: int colorPrimaryDark -com.google.android.material.R$id: int on -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_visibility -androidx.preference.R$style: int Base_V21_Theme_AppCompat_Light -com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge -com.jaredrummler.android.colorpicker.R$attr: int listLayout -com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse -androidx.appcompat.widget.AppCompatRadioButton: void setSupportButtonTintList(android.content.res.ColorStateList) -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_4 -com.jaredrummler.android.colorpicker.R$id: int action_bar_title -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Dialog_Alert -androidx.lifecycle.Lifecycling: androidx.lifecycle.GenericLifecycleObserver getCallback(java.lang.Object) -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_typeface -com.google.android.material.appbar.CollapsingToolbarLayout: void setScrimAnimationDuration(long) -com.xw.repo.bubbleseekbar.R$dimen: int highlight_alpha_material_light -androidx.appcompat.R$styleable: int PopupWindow_android_popupAnimationStyle -wangdaye.com.geometricweather.R$id: int item_alert_content -okio.AsyncTimeout: long remainingNanos(long) -com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_fabCradleVerticalOffset -androidx.lifecycle.extensions.R$attr: int font -com.google.android.material.R$styleable: int NavigationView_android_maxWidth -androidx.preference.R$layout: int notification_template_icon_group -androidx.loader.R$styleable: int FontFamilyFont_android_ttcIndex -com.google.android.material.chip.Chip: android.content.res.ColorStateList getChipIconTint() -androidx.constraintlayout.widget.R$string: int abc_action_bar_home_description -androidx.work.R$styleable: int GradientColor_android_endX -com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$Node root -androidx.appcompat.resources.R$id: int action_divider -androidx.recyclerview.widget.RecyclerView: int getMinFlingVelocity() -androidx.drawerlayout.widget.DrawerLayout: void setDrawerElevation(float) -com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_showTitle -wangdaye.com.geometricweather.db.entities.AlertEntityDao: boolean isEntityUpdateable() -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.lang.Integer getDbz() -com.google.android.material.R$styleable: int[] Chip -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light_Dialog -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Menu -com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_spinBars -wangdaye.com.geometricweather.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable -com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getPrefixTextColor() -com.xw.repo.bubbleseekbar.R$string: int abc_action_menu_overflow_description -com.google.android.material.R$drawable: int abc_list_selector_background_transition_holo_light -android.didikee.donate.R$dimen: int abc_dialog_min_width_minor -cyanogenmod.providers.CMSettings$Secure: java.lang.String ADVANCED_MODE -com.google.android.material.R$styleable: int ActionBar_background -androidx.vectordrawable.animated.R$id: int notification_main_column -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_button_min_height_material -okio.SegmentPool: okio.Segment take() -cyanogenmod.app.Profile: java.util.ArrayList mSecondaryUuids -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List getAlertEntityList() -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_NoActionBar_Bridge -androidx.appcompat.R$attr: int colorButtonNormal -wangdaye.com.geometricweather.R$styleable: int PreferenceFragmentCompat_android_divider -com.github.rahatarmanahmed.cpv.CircularProgressView$5: void onAnimationCancel(android.animation.Animator) -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setGpsFirst(boolean) -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_homeLayout -android.didikee.donate.R$attr: int buttonPanelSideLayout -com.google.android.material.R$styleable: int ViewBackgroundHelper_backgroundTintMode -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: boolean checkTerminated(boolean,boolean,org.reactivestreams.Subscriber,java.util.concurrent.atomic.AtomicReference) -androidx.preference.R$styleable: int SearchView_defaultQueryHint -androidx.transition.R$id: int action_container -androidx.constraintlayout.widget.R$styleable: int FontFamily_fontProviderPackage -wangdaye.com.geometricweather.R$id: int textTop -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_editor_absoluteX -androidx.appcompat.R$color: int abc_search_url_text -androidx.work.R$dimen: int compat_button_padding_horizontal_material -cyanogenmod.profiles.LockSettings: int getValue() -com.google.android.material.R$style: int Base_MaterialAlertDialog_MaterialComponents_Title_Panel -androidx.core.R$styleable: int GradientColor_android_centerX -androidx.preference.R$style: int TextAppearance_Compat_Notification_Time -androidx.loader.R$dimen -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: boolean isDisposed() -wangdaye.com.geometricweather.R$styleable: int PreferenceFragment_allowDividerAfterLastItem -com.turingtechnologies.materialscrollbar.R$interpolator: int mtrl_linear_out_slow_in -com.google.android.material.transformation.ExpandableTransformationBehavior: ExpandableTransformationBehavior() -com.google.android.material.R$attr: int backgroundSplit -com.google.android.material.R$id: int progress_horizontal -com.google.android.material.slider.RangeSlider: void setThumbStrokeWidth(float) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_firstHorizontalBias -com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_backgroundOverlayColorAlpha -okhttp3.Cache$Entry: java.lang.String SENT_MILLIS -androidx.coordinatorlayout.R$styleable: int GradientColor_android_startX -okio.RealBufferedSink: RealBufferedSink(okio.Sink) -cyanogenmod.externalviews.KeyguardExternalView: java.lang.String CATEGORY_KEYGUARD_GRANT_PERMISSION -wangdaye.com.geometricweather.R$attr: int extendMotionSpec -androidx.cardview.widget.CardView: int getContentPaddingBottom() -wangdaye.com.geometricweather.R$layout: int container_snackbar -com.google.android.material.R$styleable: int Chip_textEndPadding -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_ICONS -cyanogenmod.hardware.CMHardwareManager: int getNumGammaControls() -android.didikee.donate.R$id: int bottom -androidx.hilt.work.R$id: int accessibility_custom_action_23 -com.turingtechnologies.materialscrollbar.R$attr: int toolbarId -com.google.android.material.R$attr: int tabPaddingBottom -cyanogenmod.app.IPartnerInterface$Stub$Proxy -androidx.constraintlayout.widget.R$styleable: int FontFamily_fontProviderCerts -wangdaye.com.geometricweather.R$drawable: int weather_cloudy_mini_grey -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_PopupMenu -wangdaye.com.geometricweather.R$dimen: int material_filled_edittext_font_1_3_padding_top -androidx.appcompat.R$attr: int itemPadding -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onKeyguardDismissed() -androidx.preference.R$id: int right_side -androidx.preference.R$style: int Base_Widget_AppCompat_Light_PopupMenu -wangdaye.com.geometricweather.R$attr: int font -androidx.constraintlayout.widget.R$styleable: int ActionBar_hideOnContentScroll -wangdaye.com.geometricweather.R$style: int Base_AlertDialog_AppCompat -androidx.preference.R$drawable: int notification_bg -james.adaptiveicon.R$styleable: int AppCompatTheme_windowFixedHeightMajor -androidx.preference.R$style: int Widget_AppCompat_CompoundButton_CheckBox -wangdaye.com.geometricweather.R$dimen: int cardview_default_elevation -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Dialog_Alert -com.google.android.material.internal.ScrimInsetsFrameLayout: ScrimInsetsFrameLayout(android.content.Context) -cyanogenmod.externalviews.ExternalView$4: ExternalView$4(cyanogenmod.externalviews.ExternalView) -com.google.gson.internal.LinkedTreeMap: java.lang.Object writeReplace() -com.turingtechnologies.materialscrollbar.R$attr: int actionProviderClass -androidx.vectordrawable.R$styleable: int FontFamilyFont_fontVariationSettings -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Object getKey(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse -com.google.android.material.R$style: int ThemeOverlay_AppCompat_ActionBar -com.turingtechnologies.materialscrollbar.R$id: int line3 -wangdaye.com.geometricweather.R$string: int on -com.google.android.material.R$id: int accessibility_custom_action_20 -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property SnowPrecipitation -io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: void dispose() -wangdaye.com.geometricweather.R$array: int temperature_units -androidx.coordinatorlayout.R$styleable: int ColorStateListItem_android_alpha -com.google.android.material.R$dimen: int mtrl_calendar_year_width -wangdaye.com.geometricweather.R$drawable: int btn_radio_on_to_off_mtrl_animation -com.google.android.material.tabs.TabLayout$TabView: void setTab(com.google.android.material.tabs.TabLayout$Tab) -okhttp3.internal.http2.Http2Reader: void readPushPromise(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) -io.reactivex.Observable: io.reactivex.disposables.Disposable subscribe(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer,io.reactivex.functions.Action) -okhttp3.internal.io.FileSystem: void deleteContents(java.io.File) -wangdaye.com.geometricweather.R$attr: int cpv_allowCustom -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String LOCK_WALLPAPER_PREVIEW -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver this$0 -wangdaye.com.geometricweather.R$layout: int dialog_background_location -androidx.constraintlayout.widget.R$attr: int maxAcceleration -com.xw.repo.bubbleseekbar.R$id: int expand_activities_button -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: void enqueueLiveLockScreen(java.lang.String,int,cyanogenmod.app.LiveLockScreenInfo,int[],int) -androidx.appcompat.R$dimen: int highlight_alpha_material_colored -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_Button -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_wrapMode -com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol: int getValue() -androidx.constraintlayout.widget.R$color: int accent_material_dark -com.google.android.material.R$styleable: int ImageFilterView_altSrc -com.xw.repo.bubbleseekbar.R$drawable: int abc_textfield_activated_mtrl_alpha -androidx.appcompat.R$id: int accessibility_custom_action_26 -com.google.android.material.R$attr: int iconStartPadding -okhttp3.internal.http2.Http2Codec: java.lang.String PROXY_CONNECTION -wangdaye.com.geometricweather.R$id: int ghost_view_holder -cyanogenmod.externalviews.KeyguardExternalView$2: void onDetachedFromWindow() -androidx.appcompat.R$attr: int fontProviderCerts -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String uvDescription -retrofit2.Utils$ParameterizedTypeImpl: java.lang.reflect.Type[] getActualTypeArguments() -com.google.android.gms.base.R$string -com.baidu.location.indoor.mapversion.c.c$b: double d -com.google.android.material.textfield.TextInputLayout: void setStartIconTintList(android.content.res.ColorStateList) -androidx.appcompat.R$style: int Widget_AppCompat_ListView_Menu -androidx.appcompat.R$styleable: int AppCompatTheme_colorControlHighlight -com.jaredrummler.android.colorpicker.R$attr: int navigationContentDescription -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: boolean cancelled -wangdaye.com.geometricweather.settings.activities.CardDisplayManageActivity -androidx.constraintlayout.widget.R$styleable: int[] MotionLayout -com.google.android.material.R$styleable: int Motion_transitionEasing -retrofit2.ParameterHandler$Path: java.lang.reflect.Method method -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void dispose() -wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: java.lang.String getUIStyleName(android.content.Context) -okhttp3.OkHttpClient$Builder: boolean followSslRedirects -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.lang.String getDate(java.lang.String) -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_barrierDirection -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String sunRise -androidx.preference.R$style: int Widget_AppCompat_ActionMode -io.reactivex.internal.queue.SpscArrayQueue: int lookAheadStep -wangdaye.com.geometricweather.R$id: int all -androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type TOP -wangdaye.com.geometricweather.R$attr: int closeIconStartPadding -wangdaye.com.geometricweather.R$string: int item_view_role_description -androidx.preference.R$styleable: int AppCompatTheme_colorControlActivated -androidx.preference.R$style: int Base_Widget_AppCompat_DrawerArrowToggle -wangdaye.com.geometricweather.R$string: int precipitation_middle -androidx.preference.R$id: int start -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BATTERY_LIGHT_PULSE_VALIDATOR -cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener access$900(cyanogenmod.externalviews.KeyguardExternalView) -okhttp3.internal.tls.DistinguishedNameParser: int getByte(int) -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_navigationContentDescription -androidx.preference.R$style: int TextAppearance_Compat_Notification_Line2 -wangdaye.com.geometricweather.R$styleable: int[] ConstraintLayout_Layout -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeTotalPrecipitationProbability() -com.jaredrummler.android.colorpicker.R$color: int abc_btn_colored_text_material -androidx.hilt.R$layout: int notification_action_tombstone -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_endIconMode -james.adaptiveicon.R$color: int material_grey_800 -okhttp3.Challenge: boolean equals(java.lang.Object) -wangdaye.com.geometricweather.R$attr: int layout_constraintWidth_percent -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_disabled_z -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle -cyanogenmod.externalviews.KeyguardExternalView: java.lang.String access$400() -io.reactivex.Observable: io.reactivex.Observable error(java.lang.Throwable) -com.google.android.material.R$styleable: int TextInputLayout_placeholderText -com.google.android.material.R$dimen: int mtrl_large_touch_target -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver parent -wangdaye.com.geometricweather.db.entities.HistoryEntity: void setWeatherSource(java.lang.String) -com.google.android.material.R$styleable: int Constraint_layout_constraintLeft_creator -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode RAIN -io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.lang.String weatherText -wangdaye.com.geometricweather.R$string: int translator -james.adaptiveicon.R$attr: int layout -androidx.preference.R$id: int search_voice_btn -okio.Base64: byte[] decode(java.lang.String) -androidx.recyclerview.R$styleable: int RecyclerView_stackFromEnd -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: java.util.List getValue() -com.turingtechnologies.materialscrollbar.R$attr: int iconStartPadding -com.github.rahatarmanahmed.cpv.CircularProgressView$8 -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: java.lang.String Name -wangdaye.com.geometricweather.R$color: int design_snackbar_background_color -androidx.vectordrawable.animated.R$id: int time -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String weatherSource -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHeight_percent -com.google.android.gms.common.SignInButton: void setColorScheme(int) -androidx.preference.R$styleable: int[] PopupWindowBackgroundState -com.github.rahatarmanahmed.cpv.CircularProgressView$5: CircularProgressView$5(com.github.rahatarmanahmed.cpv.CircularProgressView) -androidx.preference.R$attr: int homeAsUpIndicator -wangdaye.com.geometricweather.R$id: int dragLeft -com.turingtechnologies.materialscrollbar.R$styleable: int[] RecyclerView -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: java.lang.String Phrase -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.HistoryEntityDao historyEntityDao -androidx.loader.R$attr -androidx.preference.R$styleable: int DialogPreference_android_dialogIcon -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setVisibility(java.lang.Float) -com.google.android.gms.base.R$string: int common_google_play_services_updating_text -cyanogenmod.app.ProfileGroup$2: int[] $SwitchMap$cyanogenmod$app$ProfileGroup$Mode -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: CaiYunMainlyResult$ForecastDailyBean$AqiBean() -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintDimensionRatio -androidx.vectordrawable.R$styleable: int[] FontFamilyFont -cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent ICON -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String aqi -com.google.android.material.chip.Chip: void setMaxWidth(int) -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_thumbTintMode -com.google.android.material.R$attr: int indicatorSize -cyanogenmod.weather.RequestInfo: boolean mIsQueryOnly -wangdaye.com.geometricweather.background.polling.work.worker.AsyncUpdateWorker -wangdaye.com.geometricweather.R$styleable: int[] ColorPanelView -cyanogenmod.profiles.ConnectionSettings: ConnectionSettings(android.os.Parcel) -androidx.hilt.R$styleable: int FragmentContainerView_android_name -com.amap.api.location.AMapLocationClientOption: boolean isWifiActiveScan() -androidx.appcompat.R$drawable: int abc_control_background_material -com.google.android.material.R$dimen: int mtrl_calendar_header_toggle_margin_top -androidx.constraintlayout.utils.widget.MotionTelltales: MotionTelltales(android.content.Context) -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: void onSuccess(java.lang.Object) -wangdaye.com.geometricweather.R$id: int home -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_CompactMenu -com.jaredrummler.android.colorpicker.R$style: int Base_V7_Theme_AppCompat_Light -cyanogenmod.externalviews.IExternalViewProvider$Stub: cyanogenmod.externalviews.IExternalViewProvider asInterface(android.os.IBinder) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getPubTime() -androidx.appcompat.R$id: int search_src_text -okhttp3.internal.proxy.NullProxySelector: void connectFailed(java.net.URI,java.net.SocketAddress,java.io.IOException) -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: void drain() -wangdaye.com.geometricweather.R$layout: int mtrl_picker_fullscreen -wangdaye.com.geometricweather.R$id: int widget_text_weather -android.didikee.donate.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle -androidx.constraintlayout.widget.R$dimen: int hint_pressed_alpha_material_light -cyanogenmod.app.CustomTile$ExpandedItem$1 -com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource REMOTE -androidx.swiperefreshlayout.R$dimen: int notification_subtext_size -androidx.lifecycle.ComputableLiveData -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle -androidx.vectordrawable.animated.R$color -com.jaredrummler.android.colorpicker.R$attr: int listPreferredItemPaddingRight -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_horizontalBias -wangdaye.com.geometricweather.R$attr: int recyclerViewStyle -androidx.work.R$id: R$id() -com.xw.repo.BubbleSeekBar: int getProgress() -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ImageButton -wangdaye.com.geometricweather.R$id: int experience -com.amap.api.fence.PoiItem: java.lang.String getPoiName() -com.google.android.material.slider.BaseSlider: float getValueTo() -androidx.hilt.R$id: int text -com.xw.repo.BubbleSeekBar: com.xw.repo.BubbleSeekBar$OnProgressChangedListener getOnProgressChangedListener() -com.jaredrummler.android.colorpicker.R$id: int edit_query -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: java.lang.String getBrandId() -wangdaye.com.geometricweather.R$attr: int flow_maxElementsWrap -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered -wangdaye.com.geometricweather.R$attr: int cornerFamilyTopRight -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property DailyForecast -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_helperTextEnabled -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_barrierDirection -okhttp3.internal.http2.Http2: Http2() -androidx.appcompat.widget.AppCompatRadioButton: AppCompatRadioButton(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$dimen: int mtrl_calendar_year_horizontal_padding -androidx.preference.R$drawable: int abc_list_selector_disabled_holo_dark -com.google.android.material.R$styleable: int MockView_mock_showLabel -androidx.vectordrawable.R$id: int accessibility_custom_action_3 -androidx.legacy.coreutils.R$styleable: int GradientColor_android_gradientRadius -retrofit2.http.PATCH: java.lang.String value() -androidx.vectordrawable.animated.R$dimen: int notification_small_icon_background_padding -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_firstHorizontalBias -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Dialog_MinWidth -wangdaye.com.geometricweather.R$styleable: int[] MaterialButton -com.xw.repo.bubbleseekbar.R$layout: int notification_action_tombstone -com.google.gson.JsonIOException: JsonIOException(java.lang.String,java.lang.Throwable) -com.google.android.material.R$drawable: int btn_radio_off_mtrl -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Dark -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Metric: int UnitType -androidx.appcompat.R$style: int Base_Widget_AppCompat_RatingBar -cyanogenmod.app.LiveLockScreenManager: cyanogenmod.app.ILiveLockScreenManager getService() -wangdaye.com.geometricweather.R$string: int feedback_request_location_in_background -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_checkboxStyle -wangdaye.com.geometricweather.R$dimen: int mtrl_badge_text_horizontal_edge_offset -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_profileExistsByName -androidx.lifecycle.FullLifecycleObserver: void onCreate(androidx.lifecycle.LifecycleOwner) -wangdaye.com.geometricweather.R$attr: int alertDialogTheme -androidx.appcompat.resources.R$id: int accessibility_custom_action_3 -com.xw.repo.bubbleseekbar.R$dimen: int abc_edit_text_inset_bottom_material -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode -wangdaye.com.geometricweather.R$string: int key_subtitle_data -wangdaye.com.geometricweather.common.basic.models.weather.Daily: float hoursOfSun -wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type AIR_QUALITY -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Metric: java.lang.String Unit -com.xw.repo.bubbleseekbar.R$id: int title_template -wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderCancelButton -androidx.constraintlayout.widget.R$styleable: int SearchView_goIcon -com.google.android.material.card.MaterialCardView: int getContentPaddingLeft() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeSnowPrecipitation() -com.google.android.material.R$color: int primary_material_dark -com.google.android.material.R$styleable: int CustomAttribute_customFloatValue -com.turingtechnologies.materialscrollbar.R$drawable: int abc_scrubber_control_off_mtrl_alpha -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_WITH_DES_CBC_SHA -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: void onError(java.lang.Throwable) -com.turingtechnologies.materialscrollbar.R$attr: int statusBarBackground -com.amap.api.location.AMapLocationClientOption: boolean OPEN_ALWAYS_SCAN_WIFI -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Toolbar_Surface -cyanogenmod.themes.IThemeService: long getLastThemeChangeTime() -cyanogenmod.themes.ThemeManager: void onClientDestroyed(cyanogenmod.themes.ThemeManager$ThemeChangeListener) -androidx.viewpager.widget.PagerTabStrip: int getMinHeight() -androidx.activity.R$style: R$style() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean -com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft -okio.Buffer: byte[] readByteArray() -com.turingtechnologies.materialscrollbar.R$layout: int abc_cascading_menu_item_layout -com.turingtechnologies.materialscrollbar.R$color: int accent_material_dark -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean -cyanogenmod.app.Profile: void setConnectionSettings(cyanogenmod.profiles.ConnectionSettings) -wangdaye.com.geometricweather.R$attr: int currentPageIndicatorColor -androidx.preference.R$color: int primary_dark_material_dark -okhttp3.Address: okhttp3.Dns dns() -com.google.android.material.chip.Chip: float getTextEndPadding() -androidx.coordinatorlayout.R$id: int action_image -com.amap.api.fence.PoiItem: void setProvince(java.lang.String) -okio.ByteString: okio.ByteString sha512() -okhttp3.Cookie$Builder: boolean persistent -com.turingtechnologies.materialscrollbar.R$drawable: int notification_icon_background -cyanogenmod.providers.WeatherContract$WeatherColumns$WindSpeedUnit: WeatherContract$WeatherColumns$WindSpeedUnit() -com.turingtechnologies.materialscrollbar.R$color: int notification_action_color_filter -wangdaye.com.geometricweather.R$xml: int network_security_config -android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon -okhttp3.internal.ws.RealWebSocket$PingRunnable -cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_setSubState -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.Wind wind -wangdaye.com.geometricweather.R$attr: int boxStrokeWidth -com.google.android.gms.internal.location.zzj: android.os.Parcelable$Creator CREATOR -com.jaredrummler.android.colorpicker.R$styleable: int[] ColorStateListItem -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionMenuTextAppearance -androidx.appcompat.R$styleable: int LinearLayoutCompat_divider -cyanogenmod.app.Profile$ProfileTrigger: void getXmlString(java.lang.StringBuilder,android.content.Context) -io.reactivex.internal.subscriptions.BasicIntQueueSubscription: void clear() -wangdaye.com.geometricweather.R$drawable: int ic_building -com.google.android.material.R$drawable -com.google.android.material.progressindicator.ProgressIndicator: ProgressIndicator(android.content.Context,android.util.AttributeSet) -com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemBackgroundRes(int) -androidx.appcompat.widget.AppCompatImageView: void setSupportBackgroundTintList(android.content.res.ColorStateList) -com.google.android.material.R$attr: int dialogCornerRadius -com.google.android.material.R$id: int stop -retrofit2.adapter.rxjava2.ResultObservable$ResultObserver -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.Date getUpdateDate() -androidx.constraintlayout.widget.R$attr: int attributeName -com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Theme_AppCompat_Light -android.didikee.donate.R$color: int button_material_light -james.adaptiveicon.R$dimen: int abc_dialog_padding_material -com.google.android.material.R$styleable: int[] View -com.turingtechnologies.materialscrollbar.R$id: int tag_unhandled_key_listeners -okhttp3.internal.http.RealInterceptorChain: RealInterceptorChain(java.util.List,okhttp3.internal.connection.StreamAllocation,okhttp3.internal.http.HttpCodec,okhttp3.internal.connection.RealConnection,int,okhttp3.Request,okhttp3.Call,okhttp3.EventListener,int,int,int) -retrofit2.RequestFactory$Builder: boolean isMultipart -com.google.android.material.R$drawable: int avd_show_password -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float pm25 -okhttp3.internal.http2.Http2Connection$PingRunnable: okhttp3.internal.http2.Http2Connection this$0 -com.google.android.material.R$styleable: int MenuItem_android_menuCategory -androidx.hilt.R$id: int accessibility_custom_action_17 -com.google.android.material.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle -wangdaye.com.geometricweather.R$dimen: int mtrl_bottomappbar_fab_bottom_margin -com.xw.repo.bubbleseekbar.R$color -com.google.android.material.R$styleable: int TextInputLayout_boxStrokeWidth -wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_animSteps -okhttp3.Address: java.net.ProxySelector proxySelector -okhttp3.OkHttpClient: int writeTimeout -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionMenuTextColor -android.didikee.donate.R$id: int src_atop -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_editor_absoluteY -cyanogenmod.app.ProfileManager: void addNotificationGroup(android.app.NotificationGroup) -cyanogenmod.app.BaseLiveLockManagerService$1: boolean registerChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) -androidx.constraintlayout.widget.R$styleable: int GradientColorItem_android_color -cyanogenmod.app.ICustomTileListener$Stub$Proxy: void onCustomTileRemoved(org.cyanogenmod.internal.statusbar.IStatusBarCustomTileHolder) -androidx.lifecycle.ComputableLiveData: java.lang.Runnable mInvalidationRunnable -wangdaye.com.geometricweather.R$id: int controller -wangdaye.com.geometricweather.common.basic.models.weather.Astro: boolean isValid() -androidx.preference.internal.PreferenceImageView: int getMaxWidth() -io.reactivex.disposables.ReferenceDisposable: boolean isDisposed() -cyanogenmod.power.IPerformanceManager: boolean setPowerProfile(int) -android.didikee.donate.R$id: int icon -okhttp3.OkHttpClient: okhttp3.CertificatePinner certificatePinner() -com.google.android.material.R$style: int Widget_MaterialComponents_ProgressIndicator_Circular_Determinate -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_CAMELLIA_128_CBC_SHA -wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Object readKey(android.database.Cursor,int) -androidx.appcompat.resources.R$styleable: int StateListDrawable_android_variablePadding -com.github.rahatarmanahmed.cpv.CircularProgressView: float getProgress() -androidx.coordinatorlayout.R$layout: int notification_template_part_chronometer -io.reactivex.internal.util.VolatileSizeArrayList: boolean add(java.lang.Object) -androidx.appcompat.R$drawable: int abc_dialog_material_background -android.didikee.donate.R$style: int Base_Widget_AppCompat_DrawerArrowToggle -androidx.coordinatorlayout.R$integer: R$integer() -com.google.android.material.R$styleable: int ShapeAppearance_cornerFamilyBottomRight -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder password(java.lang.String) -com.turingtechnologies.materialscrollbar.R$attr: int actionMenuTextColor -androidx.appcompat.widget.Toolbar: void setNavigationOnClickListener(android.view.View$OnClickListener) -okhttp3.internal.cache.CacheStrategy$Factory: java.lang.String lastModifiedString -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: java.lang.String unit -androidx.legacy.coreutils.R$layout: R$layout() -androidx.activity.R$drawable: int notification_bg_normal_pressed -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_SearchView -android.didikee.donate.R$layout: int abc_action_mode_bar -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_title_material -wangdaye.com.geometricweather.R$id: int BOTTOM_START -wangdaye.com.geometricweather.R$string: int date_format_widget_long -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse -androidx.loader.R$attr: int fontVariationSettings -android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem -com.google.android.material.R$dimen: int abc_action_bar_icon_vertical_padding_material -okhttp3.internal.http2.PushObserver$1: PushObserver$1() -cyanogenmod.alarmclock.CyanogenModAlarmClock -com.google.android.material.R$style: int Widget_MaterialComponents_Chip_Filter -okhttp3.RealCall: java.lang.String toLoggableString() -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setDeleteIntent(android.app.PendingIntent) -androidx.preference.R$styleable: int GradientColorItem_android_offset -androidx.preference.R$attr: int fontProviderFetchTimeout -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_TopLeftCut -androidx.hilt.lifecycle.R$id: int fragment_container_view_tag -androidx.activity.R$id: int accessibility_custom_action_30 -cyanogenmod.themes.IThemeProcessingListener$Stub: int TRANSACTION_onFinishedProcessing_0 -androidx.preference.R$anim: int fragment_fade_enter -wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_font -com.google.gson.stream.JsonReader: int stackSize -androidx.coordinatorlayout.R$string: R$string() -okio.RealBufferedSource$1: int available() -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getSo2() -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: int sourceColor -wangdaye.com.geometricweather.R$attr: int number -wangdaye.com.geometricweather.R$id: int chronometer -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge -com.jaredrummler.android.colorpicker.R$string: int abc_menu_alt_shortcut_label -androidx.dynamicanimation.R$drawable: int notification_action_background -android.didikee.donate.R$color: int abc_secondary_text_material_light -com.jaredrummler.android.colorpicker.R$styleable: int Preference_layout -androidx.customview.R$styleable: int FontFamily_fontProviderFetchTimeout -com.google.android.material.slider.Slider: android.content.res.ColorStateList getTickInactiveTintList() -androidx.swiperefreshlayout.R$dimen: int notification_action_text_size -cyanogenmod.weather.RequestInfo: int TYPE_WEATHER_BY_GEO_LOCATION_REQ -com.google.android.material.textfield.TextInputLayout: int getBoxBackgroundMode() -androidx.preference.R$styleable: int FontFamilyFont_ttcIndex -wangdaye.com.geometricweather.R$attr: int extendedFloatingActionButtonStyle -wangdaye.com.geometricweather.R$attr: int maxAcceleration -androidx.transition.ChangeBounds$7: androidx.transition.ChangeBounds$ViewBounds mViewBounds -wangdaye.com.geometricweather.R$font: int product_sans_black -androidx.vectordrawable.animated.R$layout: int custom_dialog -com.google.android.material.R$color: int material_on_background_emphasis_medium -com.bumptech.glide.integration.okhttp.R$dimen: int notification_large_icon_width -io.reactivex.internal.disposables.EmptyDisposable: io.reactivex.internal.disposables.EmptyDisposable NEVER -com.turingtechnologies.materialscrollbar.R$attr: int homeAsUpIndicator -com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity -com.google.android.material.floatingactionbutton.FloatingActionButton: void setTranslationY(float) -com.google.android.material.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle -androidx.preference.R$style: int Base_DialogWindowTitleBackground_AppCompat -cyanogenmod.providers.CMSettings$Secure: java.lang.String THEME_PREV_BOOT_API_LEVEL -androidx.hilt.work.R$drawable: int notification_bg_normal_pressed -androidx.constraintlayout.widget.R$styleable: int View_paddingStart -androidx.constraintlayout.widget.R$dimen: int abc_alert_dialog_button_bar_height -androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat_Dark -androidx.preference.R$style: int Widget_AppCompat_Light_ActivityChooserView -androidx.preference.R$anim: int abc_tooltip_enter -androidx.preference.R$styleable: int AppCompatTheme_windowFixedHeightMajor -androidx.appcompat.R$styleable: int AppCompatTheme_alertDialogStyle -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String FORECAST_HIGH -com.xw.repo.bubbleseekbar.R$attr: int logoDescription -android.support.v4.os.ResultReceiver: ResultReceiver(android.os.Handler) -android.support.v4.os.ResultReceiver: android.support.v4.os.IResultReceiver mReceiver -com.google.android.material.R$style: int Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton -androidx.appcompat.widget.SearchView: void setSubmitButtonEnabled(boolean) -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: boolean hasKey(java.lang.Object) -james.adaptiveicon.R$styleable: int ActionBar_contentInsetStartWithNavigation -wangdaye.com.geometricweather.R$id: int chip_group -wangdaye.com.geometricweather.R$attr: int widgetLayout -org.greenrobot.greendao.AbstractDaoMaster: org.greenrobot.greendao.database.Database getDatabase() -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_actionViewClass -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_UnelevatedButton -com.jaredrummler.android.colorpicker.R$drawable: int abc_list_pressed_holo_dark -com.google.android.material.R$attr: int layout_constraintVertical_weight -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_NULL_SHA256 -com.turingtechnologies.materialscrollbar.R$attr: int seekBarStyle -io.reactivex.internal.observers.InnerQueuedObserver: io.reactivex.internal.observers.InnerQueuedObserverSupport parent -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle -androidx.appcompat.widget.Toolbar: void setNavigationIcon(int) -androidx.preference.R$attr: int tickMarkTint -wangdaye.com.geometricweather.common.ui.widgets.AnimatableIconView: AnimatableIconView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Counter -androidx.appcompat.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar -cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_getSubInformation_0 -androidx.constraintlayout.widget.R$id: int tabMode -androidx.preference.R$styleable: int RecycleListView_paddingTopNoTitle -com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType ALIYUN -wangdaye.com.geometricweather.db.entities.MinutelyEntity -com.xw.repo.bubbleseekbar.R$attr: int ratingBarStyle -cyanogenmod.app.ProfileManager: void updateProfile(cyanogenmod.app.Profile) -james.adaptiveicon.R$styleable: int SwitchCompat_android_textOn -cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_PUT_SYSTEM -com.google.android.material.R$dimen: int abc_dialog_padding_top_material -android.didikee.donate.R$dimen: R$dimen() -james.adaptiveicon.R$anim: int abc_shrink_fade_out_from_bottom -androidx.constraintlayout.widget.R$drawable: int btn_checkbox_unchecked_to_checked_mtrl_animation -cyanogenmod.weather.CMWeatherManager: java.lang.String getActiveWeatherServiceProviderLabel() -com.google.android.material.R$id: int chip3 -androidx.preference.R$styleable: int[] EditTextPreference -com.jaredrummler.android.colorpicker.R$layout -androidx.constraintlayout.widget.R$style -wangdaye.com.geometricweather.R$attr: int navigationIconColor -androidx.constraintlayout.utils.widget.ImageFilterButton: float getCrossfade() -wangdaye.com.geometricweather.R$layout: int abc_action_mode_close_item_material -wangdaye.com.geometricweather.R$anim: int btn_radio_to_off_mtrl_dot_group_animation -okhttp3.Response: okhttp3.Response priorResponse -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Precipitation -cyanogenmod.hardware.CMHardwareManager: boolean set(int,boolean) -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter value(java.lang.Boolean) -james.adaptiveicon.R$drawable: int abc_spinner_textfield_background_material -androidx.preference.R$styleable: int Preference_android_singleLineTitle -wangdaye.com.geometricweather.R$drawable: int weather_wind -androidx.transition.R$id: int transition_position -okio.Timeout: Timeout() -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: long serialVersionUID -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String LOCKSCREEN_URI -cyanogenmod.profiles.BrightnessSettings: cyanogenmod.profiles.BrightnessSettings fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean -wangdaye.com.geometricweather.R$drawable: int ic_running_in_background -com.turingtechnologies.materialscrollbar.R$drawable: int notification_bg_normal_pressed -androidx.loader.R$string -androidx.preference.R$attr: int hideOnContentScroll -androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_android_fontStyle -androidx.constraintlayout.widget.R$color: int material_grey_600 -com.google.android.material.R$attr: int alertDialogTheme -com.jaredrummler.android.colorpicker.R$attr: int titleMarginEnd -com.amap.api.location.AMapLocationQualityReport: int GPS_STATUS_MODE_SAVING -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX() -okhttp3.Cache$CacheRequestImpl: Cache$CacheRequestImpl(okhttp3.Cache,okhttp3.internal.cache.DiskLruCache$Editor) -androidx.preference.R$layout: int preference_category -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter -androidx.preference.R$styleable: int AppCompatTheme_colorPrimary -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DialogWhenLarge -androidx.constraintlayout.widget.R$drawable: int abc_list_longpressed_holo -wangdaye.com.geometricweather.R$attr: int chipSpacing -james.adaptiveicon.R$styleable: int[] AlertDialog -androidx.preference.R$styleable: int[] ActionMenuView -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: java.util.List value -android.didikee.donate.R$id: int search_plate -wangdaye.com.geometricweather.db.entities.AlertEntity: void setColor(int) -cyanogenmod.app.CustomTile$RemoteExpandedStyle -androidx.work.R$styleable: int GradientColor_android_centerColor -okhttp3.internal.http2.Hpack$Reader: okio.ByteString getName(int) -com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter: void onAnimationReset() -wangdaye.com.geometricweather.R$drawable: int ic_gauge -wangdaye.com.geometricweather.db.entities.WeatherEntityDao -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind: java.lang.String icon -android.didikee.donate.R$style: int Base_Theme_AppCompat -androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type ERROR -androidx.appcompat.R$id: int tag_accessibility_clickable_spans -com.xw.repo.bubbleseekbar.R$anim: int abc_popup_enter -com.google.android.material.R$color: int mtrl_btn_text_btn_ripple_color -com.turingtechnologies.materialscrollbar.R$styleable: int Spinner_android_entries -okhttp3.logging.LoggingEventListener: void requestBodyEnd(okhttp3.Call,long) -android.didikee.donate.R$color: int material_grey_300 -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.R$xml: int standalone_badge_gravity_bottom_start -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void drainLoop() -androidx.dynamicanimation.R$id: int blocking -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ProgressBar -com.google.android.material.R$id: int mtrl_child_content_container -wangdaye.com.geometricweather.R$color: int abc_search_url_text -androidx.hilt.R$id: int accessibility_custom_action_8 -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_shadowDx -com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_radio_material -com.google.android.material.R$attr: int actionBarTheme -androidx.swiperefreshlayout.R$id: int action_image -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Chip_Filter -androidx.hilt.R$styleable: int[] FontFamily -com.google.gson.stream.JsonReader: long nextLong() -com.google.android.gms.tasks.RuntimeExecutionException: RuntimeExecutionException(java.lang.Throwable) -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_endX -io.reactivex.disposables.ReferenceDisposable: ReferenceDisposable(java.lang.Object) -androidx.appcompat.resources.R$id: int accessibility_custom_action_7 -androidx.preference.R$styleable: int Toolbar_titleMargins -james.adaptiveicon.R$style: int Widget_Compat_NotificationActionText -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge -androidx.constraintlayout.motion.widget.MotionLayout: android.os.Bundle getTransitionState() -android.didikee.donate.R$color: int primary_dark_material_dark -wangdaye.com.geometricweather.R$attr: int onPositiveCross -okhttp3.Route: java.net.InetSocketAddress socketAddress() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_popupWindowStyle -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: long serialVersionUID -wangdaye.com.geometricweather.R$styleable: int Layout_chainUseRtl -androidx.appcompat.R$style: int Base_Widget_AppCompat_Spinner_Underlined -wangdaye.com.geometricweather.R$attr: int textAppearancePopupMenuHeader -android.didikee.donate.R$style: int Base_Widget_AppCompat_PopupMenu -james.adaptiveicon.R$styleable: int AppCompatTextView_fontVariationSettings -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorControlActivated -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void onNext(java.lang.Object) -androidx.preference.R$style: int Widget_AppCompat_Button_Small -okhttp3.FormBody: FormBody(java.util.List,java.util.List) -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WindSpeed -androidx.hilt.lifecycle.R$style: R$style() -com.turingtechnologies.materialscrollbar.R$id: int uniform -com.github.rahatarmanahmed.cpv.CircularProgressView: float access$002(com.github.rahatarmanahmed.cpv.CircularProgressView,float) -androidx.appcompat.widget.ActionMenuPresenter$SavedState: android.os.Parcelable$Creator CREATOR -androidx.hilt.R$layout -com.google.android.material.R$styleable: int TextInputLayout_counterTextColor -wangdaye.com.geometricweather.R$attr: int layout_constraintTop_creator -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setGpsFirstTimeout(long) -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title -androidx.appcompat.R$drawable: int abc_list_selector_background_transition_holo_light -com.google.android.material.R$color: int dim_foreground_disabled_material_dark -okhttp3.ResponseBody: okhttp3.ResponseBody create(okhttp3.MediaType,byte[]) -androidx.lifecycle.ServiceLifecycleDispatcher: void onServicePreSuperOnDestroy() -james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_textAppearance -com.amap.api.fence.GeoFenceManagerBase: void addNearbyGeoFence(java.lang.String,java.lang.String,com.amap.api.location.DPoint,float,int,java.lang.String) -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_android_weightSum -james.adaptiveicon.R$style: int Base_V23_Theme_AppCompat_Light -cyanogenmod.providers.CMSettings$System: java.lang.String NAVIGATION_BAR_MENU_ARROW_KEYS -com.xw.repo.bubbleseekbar.R$color: int background_floating_material_dark -com.google.android.material.R$color: int material_timepicker_modebutton_tint -io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function5) -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void onError(java.lang.Throwable) -com.jaredrummler.android.colorpicker.R$drawable: int abc_ratingbar_small_material -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constrainedWidth -androidx.lifecycle.extensions.R$anim: int fragment_fade_enter -okhttp3.internal.ws.RealWebSocket: void awaitTermination(int,java.util.concurrent.TimeUnit) -wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_maxProgress -com.google.android.gms.base.R$color: int common_google_signin_btn_text_dark_default -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_helperTextEnabled -wangdaye.com.geometricweather.R$styleable: int SwitchPreference_disableDependentsState -androidx.customview.R$color: int ripple_material_light -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: java.lang.String getValue() -com.jaredrummler.android.colorpicker.R$attr: int allowStacking -com.google.android.material.R$attr: int subtitleTextColor -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: void onError(java.lang.Throwable) -androidx.fragment.R$layout -com.google.android.material.circularreveal.CircularRevealRelativeLayout: com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo getRevealInfo() -androidx.appcompat.R$styleable: int SwitchCompat_track -androidx.appcompat.widget.ActivityChooserView$InnerLayout -com.google.android.material.tabs.TabLayout: void setTabGravity(int) -com.google.android.material.R$dimen: int abc_text_size_subtitle_material_toolbar -wangdaye.com.geometricweather.R$styleable: int TagView_unchecked_background_color -com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType BAIDU -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored -wangdaye.com.geometricweather.R$id: int search_bar -com.google.android.material.R$id: int action_mode_close_button -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dividerHorizontal -androidx.constraintlayout.widget.R$anim: int abc_fade_in -com.jaredrummler.android.colorpicker.R$styleable: int[] CheckBoxPreference -com.xw.repo.bubbleseekbar.R$anim: int abc_grow_fade_in_from_bottom -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer realFeelShaderTemperature -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_subtitle -okhttp3.internal.tls.DistinguishedNameParser: java.lang.String escapedAV() -cyanogenmod.app.LiveLockScreenManager: cyanogenmod.app.LiveLockScreenInfo getDefaultLiveLockScreen() -wangdaye.com.geometricweather.R$id: int scrollBar -cyanogenmod.themes.IThemeService: void unregisterThemeProcessingListener(cyanogenmod.themes.IThemeProcessingListener) -com.google.android.material.textfield.TextInputLayout: void setHintTextAppearance(int) -androidx.activity.R$dimen: int compat_notification_large_icon_max_width -com.xw.repo.bubbleseekbar.R$dimen: int abc_alert_dialog_button_dimen -com.turingtechnologies.materialscrollbar.R$id: int notification_background -io.reactivex.internal.subscriptions.BasicQueueSubscription: BasicQueueSubscription() -androidx.transition.R$dimen: int notification_right_icon_size -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice$AdviceContext: java.lang.String level -okhttp3.internal.cache2.FileOperator -james.adaptiveicon.R$style: int Theme_AppCompat_Light -androidx.preference.R$styleable: int TextAppearance_android_textColor -cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_setDefaultPhoneSub -okhttp3.Cookie$Builder: long expiresAt -android.didikee.donate.R$style: int Base_Widget_AppCompat_Spinner_Underlined -okio.Okio$3: void flush() -wangdaye.com.geometricweather.R$id: int dialog_time_setter_container -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int MIXED_RAIN_AND_SNOW -androidx.coordinatorlayout.R$color: R$color() -androidx.customview.R$string -okio.SegmentPool: void recycle(okio.Segment) -com.google.android.material.appbar.CollapsingToolbarLayout: int getScrimAlpha() -com.google.android.material.R$color: int mtrl_navigation_item_icon_tint -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather -com.turingtechnologies.materialscrollbar.R$attr: int insetForeground -android.didikee.donate.R$style: int Widget_AppCompat_PopupMenu -okhttp3.CertificatePinner$Pin: okio.ByteString hash -okhttp3.Response$Builder: okhttp3.Response$Builder body(okhttp3.ResponseBody) -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -wangdaye.com.geometricweather.R$id: int large -androidx.constraintlayout.widget.R$style: int TextAppearance_Compat_Notification -com.turingtechnologies.materialscrollbar.R$attr: int backgroundStacked -james.adaptiveicon.R$attr: int barLength -wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Tab -com.google.android.material.R$styleable: int Layout_barrierDirection -androidx.recyclerview.R$id: int item_touch_helper_previous_elevation -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored -wangdaye.com.geometricweather.R$styleable: int FontFamily_fontProviderFetchTimeout -com.google.android.material.R$styleable: int AppCompatTheme_panelMenuListWidth -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: boolean done -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: long EpochRise -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_verticalStyle -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintBaseline_creator -wangdaye.com.geometricweather.R$styleable: int MotionTelltales_telltales_tailColor -io.reactivex.internal.subscriptions.SubscriptionArbiter: boolean cancelOnReplace -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_subhead_material -androidx.lifecycle.extensions.R$color: int ripple_material_light -androidx.hilt.work.R$styleable: int GradientColor_android_tileMode -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabInlineLabel -cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_SHOW_NONE -com.amap.api.fence.GeoFence: int ERROR_CODE_FAILURE_CONNECTION -androidx.appcompat.widget.Toolbar: void setTitleMarginEnd(int) -androidx.legacy.coreutils.R$styleable: int FontFamilyFont_fontStyle -androidx.work.R$layout: int notification_template_part_chronometer -com.google.android.material.internal.NavigationMenuItemView: void setHorizontalPadding(int) -androidx.preference.R$id: int accessibility_custom_action_7 -james.adaptiveicon.R$dimen: int notification_action_text_size -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonBarButtonStyle -androidx.constraintlayout.widget.R$id: int tag_accessibility_pane_title -android.didikee.donate.R$styleable: int ActionBar_title -androidx.preference.R$color: int highlighted_text_material_dark -androidx.appcompat.resources.R$id: int tag_transition_group -com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getTrackTintList() -okhttp3.internal.http.RealInterceptorChain: okhttp3.Call call -androidx.preference.R$id: int line1 -androidx.constraintlayout.widget.R$id: int checked -com.google.android.material.R$attr: int buttonIconDimen -androidx.constraintlayout.widget.R$styleable: int[] Transition -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: void onSubscribe(io.reactivex.disposables.Disposable) -okio.SegmentedByteString: java.lang.String hex() -wangdaye.com.geometricweather.R$id: int notification_multi_city_text_3 -wangdaye.com.geometricweather.R$dimen: int design_fab_size_mini -wangdaye.com.geometricweather.R$id: int item_about_link_text -com.google.android.material.R$dimen: int abc_action_bar_elevation_material -okio.Buffer: okio.BufferedSink writeByte(int) -cyanogenmod.media.MediaRecorder: java.lang.String CAPTURE_AUDIO_HOTWORD_PERMISSION -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: ILiveLockScreenManagerProvider$Stub$Proxy(android.os.IBinder) -cyanogenmod.app.LiveLockScreenInfo: void writeToParcel(android.os.Parcel,int) -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Dialog_FixedSize -androidx.constraintlayout.widget.R$attr: int backgroundTint -wangdaye.com.geometricweather.R$attr: int customFloatValue -com.amap.api.location.UmidtokenInfo: android.os.Handler a -com.jaredrummler.android.colorpicker.ColorPickerDialog -okio.SegmentedByteString: okio.ByteString md5() -com.jaredrummler.android.colorpicker.R$attr: int toolbarStyle -androidx.constraintlayout.widget.R$id: int invisible -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setFeelsLike(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean) -androidx.appcompat.widget.AppCompatSpinner: void setAdapter(android.widget.SpinnerAdapter) -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionBar_TabText -okhttp3.internal.http2.Http2Stream: void receiveHeaders(java.util.List) -com.google.android.material.R$color: int mtrl_choice_chip_background_color -androidx.constraintlayout.widget.R$styleable: int ActionMode_titleTextStyle -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatSeekBar_tickMarkTint -james.adaptiveicon.R$styleable: int AppCompatTextView_drawableLeftCompat -com.google.android.material.appbar.AppBarLayout: void setStatusBarForegroundColor(int) -androidx.hilt.lifecycle.R$styleable: int ColorStateListItem_android_color -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_TEMPERATURE_MODE_VALIDATOR -com.google.android.material.bottomnavigation.BottomNavigationView: void setItemBackground(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float co -wangdaye.com.geometricweather.R$attr: int textAppearanceSubtitle2 -james.adaptiveicon.R$id: int radio -com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_subMenuArrow -wangdaye.com.geometricweather.R$layout: R$layout() -com.google.android.material.R$styleable: int ViewStubCompat_android_inflatedId -okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.lang.String getEffectiveTldPlusOne(java.lang.String) -wangdaye.com.geometricweather.R$drawable: int abc_scrubber_track_mtrl_alpha -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_PopupMenu -androidx.swiperefreshlayout.R$color: int notification_action_color_filter -androidx.lifecycle.ViewModelProvider$NewInstanceFactory: ViewModelProvider$NewInstanceFactory() -androidx.core.R$attr: int fontProviderPackage -com.google.android.material.chip.Chip: float getChipCornerRadius() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeBackground -com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_android_dialogIcon -androidx.hilt.R$drawable: int notification_bg_normal_pressed -okhttp3.internal.ws.RealWebSocket$Close: RealWebSocket$Close(int,okio.ByteString,long) -com.google.android.material.R$attr: int listPreferredItemHeightLarge -okhttp3.internal.http2.PushObserver -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void drain() -androidx.preference.R$style: int Preference_SwitchPreferenceCompat_Material -androidx.hilt.work.R$attr: int ttcIndex -com.turingtechnologies.materialscrollbar.R$attr: int subMenuArrow -com.jaredrummler.android.colorpicker.R$string: int search_menu_title -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint -retrofit2.Utils: java.lang.Class declaringClassOf(java.lang.reflect.TypeVariable) -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: void onComplete() -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeTotalPrecipitationProbability(java.lang.Float) -com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge -com.google.android.material.R$id: int mtrl_picker_header_toggle -okio.Okio$2: void close() -com.xw.repo.bubbleseekbar.R$attr: int suggestionRowLayout -okio.ForwardingTimeout: okio.Timeout deadlineNanoTime(long) -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored -okhttp3.internal.ws.WebSocketProtocol: int B0_MASK_OPCODE -androidx.appcompat.R$styleable: int MenuItem_android_titleCondensed -androidx.appcompat.widget.LinearLayoutCompat: void setDividerPadding(int) -com.google.android.material.R$styleable: int Toolbar_contentInsetEndWithActions -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.String weatherDescription -androidx.recyclerview.R$color -cyanogenmod.weather.WeatherInfo$DayForecast$Builder: WeatherInfo$DayForecast$Builder(int) -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_curveFit -android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property SunSetDate -androidx.appcompat.widget.AppCompatTextView: int[] getAutoSizeTextAvailableSizes() -com.google.android.material.R$attr: int font -io.reactivex.Observable: void subscribe(io.reactivex.Observer) -com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_y_offset_non_touch -okhttp3.internal.http2.Hpack$Reader: void readHeaders() -com.turingtechnologies.materialscrollbar.R$attr: int switchTextAppearance -cyanogenmod.app.CMContextConstants$Features: java.lang.String APP_SUGGEST -okio.Base64: java.lang.String encodeUrl(byte[]) -com.turingtechnologies.materialscrollbar.R$attr: int actionModeShareDrawable -wangdaye.com.geometricweather.R$styleable: int[] Motion -okhttp3.MultipartBody$Builder: okhttp3.MultipartBody$Builder addFormDataPart(java.lang.String,java.lang.String) -com.bumptech.glide.R$styleable: int GradientColor_android_endX -com.turingtechnologies.materialscrollbar.R$styleable: int[] MaterialCardView -com.turingtechnologies.materialscrollbar.R$color: int material_grey_100 -com.google.android.material.R$attr: int layout_constraintTop_toTopOf -wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_backgroundOverlayColorAlpha -okio.RealBufferedSink$1: java.lang.String toString() -cyanogenmod.app.ProfileGroup: java.util.UUID getUuid() -com.google.android.material.R$attr: int placeholderTextAppearance -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight_NoActionBar -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_1_light -okhttp3.internal.cache.CacheStrategy: okhttp3.Request networkRequest -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_29 -androidx.appcompat.R$styleable: int MenuGroup_android_orderInCategory -com.turingtechnologies.materialscrollbar.R$dimen: int abc_disabled_alpha_material_dark -com.amap.api.location.AMapLocation: java.lang.String getFloor() -cyanogenmod.app.ICustomTileListener$Stub: java.lang.String DESCRIPTOR -james.adaptiveicon.R$style: int Widget_AppCompat_ListMenuView -com.google.android.material.R$styleable: int Constraint_layout_constraintBaseline_toBaselineOf -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_ab_back_material -androidx.preference.R$dimen: int abc_button_padding_vertical_material -com.google.android.material.R$animator: int linear_indeterminate_line2_head_interpolator -androidx.recyclerview.R$id: int accessibility_custom_action_26 -wangdaye.com.geometricweather.R$string: int settings_summary_background_free_on -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarSize -wangdaye.com.geometricweather.search.Hilt_SearchActivity: Hilt_SearchActivity() -androidx.lifecycle.LiveData$1: androidx.lifecycle.LiveData this$0 -androidx.coordinatorlayout.R$styleable: int GradientColor_android_endY -androidx.fragment.R$id: int info -com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_fixed_width_minor -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeRealFeelShaderTemperature() -james.adaptiveicon.R$style: int Base_V21_Theme_AppCompat_Light_Dialog -androidx.appcompat.R$attr: int thumbTintMode -androidx.constraintlayout.utils.widget.MockView: MockView(android.content.Context) -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_DialogWindowTitle_AppCompat -okio.RealBufferedSource: void skip(long) -com.jaredrummler.android.colorpicker.R$style: int Base_V26_Theme_AppCompat_Light -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getTreeIndex() -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_shapeAppearanceOverlay -wangdaye.com.geometricweather.R$drawable: int notif_temp_115 -com.amap.api.location.UmidtokenInfo: java.lang.String getUmidtoken() -androidx.legacy.coreutils.R$dimen: int compat_button_inset_horizontal_material -androidx.appcompat.R$styleable: int Toolbar_logo -wangdaye.com.geometricweather.R$dimen: int abc_action_bar_content_inset_with_nav -androidx.appcompat.R$drawable: int abc_ic_star_half_black_16dp -wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customDimension -wangdaye.com.geometricweather.R$drawable: int notif_temp_88 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean getVisibility() -okio.Util: void sneakyRethrow(java.lang.Throwable) -wangdaye.com.geometricweather.R$attr: int colorError -com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense -com.loc.k: java.lang.String a -com.google.android.material.R$layout: int material_textinput_timepicker -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_lastHorizontalBias -com.google.android.material.R$interpolator: int btn_radio_to_off_mtrl_animation_interpolator_0 -okhttp3.Cache$2: void remove() -com.github.rahatarmanahmed.cpv.R$attr: int cpv_thickness -com.bumptech.glide.R$drawable: int notification_template_icon_bg -com.github.rahatarmanahmed.cpv.CircularProgressView$7 -io.reactivex.internal.subscriptions.BasicIntQueueSubscription: boolean offer(java.lang.Object,java.lang.Object) -android.didikee.donate.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse -cyanogenmod.weather.CMWeatherManager: cyanogenmod.weather.IRequestInfoListener mRequestInfoListener -com.google.android.material.R$style: int TextAppearance_Compat_Notification -cyanogenmod.providers.CMSettings$System: java.lang.String ZEN_ALLOW_LIGHTS -wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode[] values() -com.turingtechnologies.materialscrollbar.R$attr: int iconifiedByDefault -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Imperial: java.lang.String Unit -androidx.constraintlayout.widget.R$color: int bright_foreground_disabled_material_light -cyanogenmod.externalviews.ExternalView$5: cyanogenmod.externalviews.ExternalView this$0 -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver -com.google.android.material.R$style: int TestThemeWithLineHeightDisabled -com.google.android.material.R$attr: int maxWidth -wangdaye.com.geometricweather.R$drawable: int weather_snow_mini_grey -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit KM -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Rain: double Value -wangdaye.com.geometricweather.R$dimen: int mtrl_low_ripple_pressed_alpha -androidx.lifecycle.extensions.R$attr: int fontProviderQuery -androidx.preference.R$style: int Preference_SwitchPreference_Material -cyanogenmod.weather.ICMWeatherManager$Stub: int TRANSACTION_cancelRequest -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ListView -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Toolbar_Button_Navigation -androidx.appcompat.R$style: int Widget_AppCompat_Button_Small -wangdaye.com.geometricweather.common.ui.widgets.TagView: void setChecked(boolean) -okhttp3.Request: okhttp3.CacheControl cacheControl() -okhttp3.logging.LoggingEventListener: void connectionReleased(okhttp3.Call,okhttp3.Connection) -io.reactivex.Observable: io.reactivex.Observable window(io.reactivex.ObservableSource,io.reactivex.functions.Function,int) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ENABLE_REVERSE_LOOKUP_VALIDATOR -androidx.transition.R$drawable: int notification_template_icon_bg -okhttp3.internal.cache.DiskLruCache -com.jaredrummler.android.colorpicker.R$style: int Base_V23_Theme_AppCompat_Light -okio.GzipSink: void writeFooter() -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float rain -androidx.fragment.R$integer: int status_bar_notification_info_maxnum -com.google.android.gms.base.R$attr: int colorScheme -androidx.appcompat.widget.AppCompatSeekBar: AppCompatSeekBar(android.content.Context) -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Metric -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit getInstance(java.lang.String) -io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: java.lang.Object getAndNullValue() -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_dividerPadding -wangdaye.com.geometricweather.R$color: int radiobutton_themeable_attribute_color -wangdaye.com.geometricweather.R$plurals: int mtrl_badge_content_description -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Integer cloudCover -androidx.appcompat.widget.AppCompatEditText: android.view.textclassifier.TextClassifier getTextClassifier() -com.xw.repo.bubbleseekbar.R$layout: int abc_list_menu_item_checkbox -wangdaye.com.geometricweather.R$string: int common_signin_button_text -wangdaye.com.geometricweather.R$attr: int chipStrokeColor -androidx.preference.R$drawable: int abc_menu_hardkey_panel_mtrl_mult -androidx.preference.R$style: int Widget_AppCompat_ImageButton -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: void dispose() -androidx.loader.R$integer: R$integer() -androidx.lifecycle.extensions.R$style: int TextAppearance_Compat_Notification_Info -cyanogenmod.weather.WeatherInfo$Builder: int mWindSpeedUnit -cyanogenmod.externalviews.ExternalViewProperties: int getHeight() -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: boolean disposed -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String weatherEnd -com.jaredrummler.android.colorpicker.R$layout: int abc_dialog_title_material -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_optimizationLevel -androidx.constraintlayout.widget.R$dimen: int compat_notification_large_icon_max_height -com.google.android.material.transformation.FabTransformationScrimBehavior: FabTransformationScrimBehavior() -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: int getSuggestedMinimumHeight() -com.xw.repo.bubbleseekbar.R$layout: int abc_action_bar_up_container -com.google.android.material.R$id: int autoCompleteToStart -androidx.appcompat.widget.ActionBarOverlayLayout: void setUiOptions(int) -wangdaye.com.geometricweather.R$styleable: int CheckBoxPreference_android_summaryOff -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_scrimAnimationDuration -com.google.android.gms.dynamite.DynamiteModule$DynamiteLoaderClassLoader: DynamiteModule$DynamiteLoaderClassLoader() -androidx.lifecycle.Observer -com.google.android.material.R$color: int mtrl_navigation_item_text_color -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_splitTrack -okhttp3.RequestBody$3: void writeTo(okio.BufferedSink) -com.turingtechnologies.materialscrollbar.R$layout: int design_layout_tab_icon -okhttp3.internal.cache.DiskLruCache: void flush() -okio.Buffer: Buffer() -android.didikee.donate.R$layout: int abc_list_menu_item_layout -androidx.constraintlayout.widget.R$color: int primary_material_light -cyanogenmod.power.PerformanceManager: boolean checkService() -androidx.appcompat.R$dimen: int notification_big_circle_margin -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: void onComplete() -androidx.recyclerview.widget.RecyclerView: void suppressLayout(boolean) -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getThunderstormPrecipitation() -com.xw.repo.bubbleseekbar.R$attr: int expandActivityOverflowButtonDrawable -com.amap.api.location.AMapLocationClientOption: boolean g -com.google.android.material.appbar.ViewOffsetBehavior: ViewOffsetBehavior(android.content.Context,android.util.AttributeSet) -androidx.transition.R$styleable: int GradientColorItem_android_offset -androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy -androidx.constraintlayout.widget.R$dimen: int notification_big_circle_margin -androidx.appcompat.R$styleable: int Toolbar_titleMargins -androidx.appcompat.resources.R$styleable: int GradientColor_android_endX -wangdaye.com.geometricweather.weather.json.mf.MfRainResult -okio.ByteString: java.lang.String utf8() -com.turingtechnologies.materialscrollbar.R$styleable: int ViewStubCompat_android_id -cyanogenmod.providers.CMSettings$Global: java.lang.String getString(android.content.ContentResolver,java.lang.String) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: java.util.List indices -wangdaye.com.geometricweather.R$drawable: int notif_temp_63 -retrofit2.KotlinExtensions$await$2$2: void onFailure(retrofit2.Call,java.lang.Throwable) -okio.Segment: int limit -okhttp3.internal.io.FileSystem$1: okio.Source source(java.io.File) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: java.lang.String getUnit() -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_subtitleTextStyle -okio.Timeout: void throwIfReached() -okhttp3.internal.cache.FaultHidingSink: void onException(java.io.IOException) -com.jaredrummler.android.colorpicker.R$color: int secondary_text_disabled_material_light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean feelsLike -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean getAqi() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean -androidx.appcompat.R$style: int Widget_AppCompat_ActionButton_CloseMode -com.google.android.material.R$styleable: int MaterialAlertDialog_backgroundInsetTop -wangdaye.com.geometricweather.R$style: int Base_AlertDialog_AppCompat_Light -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_activityChooserViewStyle -androidx.constraintlayout.widget.R$drawable: int abc_seekbar_thumb_material -androidx.swiperefreshlayout.R$layout: int notification_action_tombstone -okhttp3.ConnectionSpec: okhttp3.ConnectionSpec supportedSpec(javax.net.ssl.SSLSocket,boolean) -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_endIconDrawable -com.amap.api.location.AMapLocationClientOption: boolean q -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: void setStatus(int) -wangdaye.com.geometricweather.R$attr: int transitionShapeAppearance -androidx.constraintlayout.widget.R$drawable: int abc_ratingbar_small_material -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: java.lang.String color -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setLocationCacheEnable(boolean) -com.turingtechnologies.materialscrollbar.R$styleable: int CardView_android_minHeight -androidx.transition.R$dimen: int compat_button_inset_horizontal_material -wangdaye.com.geometricweather.R$dimen: int tooltip_vertical_padding -androidx.preference.R$dimen: int tooltip_precise_anchor_threshold -cyanogenmod.externalviews.KeyguardExternalView: void onDetachedFromWindow() -androidx.preference.R$styleable: int Toolbar_subtitleTextAppearance -com.google.android.material.R$styleable: int MaterialButton_android_insetBottom -cyanogenmod.app.Profile: int describeContents() -android.didikee.donate.R$attr: int navigationMode -androidx.constraintlayout.widget.R$id: int search_plate -com.jaredrummler.android.colorpicker.R$attr: int navigationIcon -james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat_Dialog -okio.BufferedSource: java.lang.String readUtf8LineStrict() -android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text -retrofit2.Retrofit: retrofit2.Converter nextResponseBodyConverter(retrofit2.Converter$Factory,java.lang.reflect.Type,java.lang.annotation.Annotation[]) -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Dialog_Alert -androidx.constraintlayout.widget.R$styleable: int ViewStubCompat_android_id -com.turingtechnologies.materialscrollbar.R$id: int lastElement -cyanogenmod.profiles.ConnectionSettings: int CM_MODE_ALL -james.adaptiveicon.R$dimen: int abc_dialog_padding_top_material -wangdaye.com.geometricweather.R$attr: int layout_constraintBaseline_creator -retrofit2.converter.gson.GsonRequestBodyConverter: java.nio.charset.Charset UTF_8 -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light_DarkActionBar -com.google.android.material.R$color: int design_dark_default_color_primary_dark -androidx.appcompat.widget.SwitchCompat: boolean getShowText() -wangdaye.com.geometricweather.db.entities.AlertEntity: void setAlertId(long) -com.xw.repo.bubbleseekbar.R$dimen: int disabled_alpha_material_light -androidx.customview.R$id -com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$KeySet keySet -com.github.rahatarmanahmed.cpv.R$attr -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse -wangdaye.com.geometricweather.R$attr: int tickMark -wangdaye.com.geometricweather.R$styleable: int GradientColor_android_tileMode -wangdaye.com.geometricweather.R$attr: int buttonBarNeutralButtonStyle -com.amap.api.location.AMapLocation: java.lang.String getAdCode() -cyanogenmod.app.StatusBarPanelCustomTile: void writeToParcel(android.os.Parcel,int) -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_mini_dark -androidx.appcompat.R$id: int search_voice_btn -com.github.rahatarmanahmed.cpv.CircularProgressView: int animSteps -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: java.lang.String direction -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$5: KeyguardExternalViewProviderService$Provider$ProviderImpl$5(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl,boolean) -androidx.constraintlayout.widget.R$dimen: int notification_small_icon_background_padding -com.bumptech.glide.R$id: int right -com.google.android.material.R$style: int Base_Widget_AppCompat_Light_PopupMenu -okio.HashingSink: okio.HashingSink hmacSha256(okio.Sink,okio.ByteString) -androidx.constraintlayout.widget.R$id: int reverseSawtooth -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeInsetBottom -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA -wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String getCityId() -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Body1 -com.google.android.material.R$styleable: int Layout_layout_constraintBottom_creator -androidx.appcompat.R$styleable: int LinearLayoutCompat_android_orientation -wangdaye.com.geometricweather.R$attr: int materialCalendarMonthNavigationButton -androidx.appcompat.R$styleable: int AnimatedStateListDrawableItem_android_id -wangdaye.com.geometricweather.R$integer: int app_bar_elevation_anim_duration -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_87 -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_31 -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_toolbarId -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean visibility -wangdaye.com.geometricweather.R$attr: int colorBackgroundFloating -wangdaye.com.geometricweather.R$string: int settings_title_week_icon_mode -androidx.constraintlayout.widget.R$attr: int mock_showLabel -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_android_baselineAligned -com.google.android.material.R$styleable: int ProgressIndicator_indicatorType -androidx.constraintlayout.widget.R$styleable: int MenuView_android_windowAnimationStyle -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_seekBarStyle -wangdaye.com.geometricweather.R$id: int tag_transition_group -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: MfForecastV2Result$ForecastProperties$ForecastV2() -wangdaye.com.geometricweather.R$id: int widget_day_week_week_4 -androidx.appcompat.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX getWind() -cyanogenmod.weather.WeatherInfo$Builder: double mTemperature -com.google.android.material.button.MaterialButton: void setStrokeWidthResource(int) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_tooltipFrameBackground -com.google.android.material.R$styleable: int ConstraintSet_pathMotionArc -okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.lang.String[] findMatchingRule(java.lang.String[]) -com.xw.repo.bubbleseekbar.R$attr: int actionModePasteDrawable -cyanogenmod.weather.CMWeatherManager$2$1: cyanogenmod.weather.WeatherInfo val$weatherInfo -androidx.activity.R$dimen: int notification_content_margin_start -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textColorSearchUrl -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar -wangdaye.com.geometricweather.R$string: int wind_10 -androidx.preference.R$id: int async -com.google.android.material.bottomnavigation.BottomNavigationItemView: com.google.android.material.badge.BadgeDrawable getBadge() -retrofit2.BuiltInConverters$VoidResponseBodyConverter -androidx.preference.R$styleable: int SwitchPreference_summaryOff -cyanogenmod.profiles.RingModeSettings: java.lang.String mValue -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: int status -androidx.transition.R$dimen: int notification_large_icon_height -androidx.constraintlayout.utils.widget.ImageFilterView: void setRound(float) -androidx.appcompat.widget.LinearLayoutCompat: void setBaselineAlignedChildIndex(int) -wangdaye.com.geometricweather.R$attr: int listPreferredItemPaddingRight -cyanogenmod.externalviews.ExternalView$7: ExternalView$7(cyanogenmod.externalviews.ExternalView) -androidx.work.BackoffPolicy: androidx.work.BackoffPolicy valueOf(java.lang.String) -io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: void onComplete() -androidx.preference.R$id: int scrollIndicatorUp -okhttp3.Cache$Entry: Cache$Entry(okio.Source) -com.google.android.gms.common.api.ResolvableApiException: ResolvableApiException(com.google.android.gms.common.api.Status) -com.google.android.material.R$attr: int fabCradleVerticalOffset -wangdaye.com.geometricweather.R$attr: int transitionFlags -androidx.constraintlayout.widget.R$styleable: int OnSwipe_maxAcceleration -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setForecastDaily(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean) -com.google.android.gms.location.ActivityTransitionResult -com.google.android.material.R$styleable: int MenuGroup_android_checkableBehavior -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: void dispose() -androidx.constraintlayout.widget.R$layout: int support_simple_spinner_dropdown_item -androidx.fragment.R$styleable: int FontFamily_fontProviderPackage -androidx.transition.R$dimen: int compat_button_inset_vertical_material -wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_handleOffColor -com.google.android.material.R$layout: int material_timepicker_dialog -wangdaye.com.geometricweather.R$drawable: int ic_state_uncheck -james.adaptiveicon.R$styleable: int AppCompatTextView_drawableRightCompat -io.reactivex.Observable: io.reactivex.Observable concat(java.lang.Iterable) -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView getChartItemView() -androidx.constraintlayout.widget.R$attr: int fontWeight -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_tileMode -com.google.android.material.R$dimen: int mtrl_calendar_days_of_week_height -okhttp3.Route: java.lang.String toString() -cyanogenmod.providers.CMSettings$InclusiveIntegerRangeValidator: int mMax -okio.Buffer: long size() -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: long index -wangdaye.com.geometricweather.R$attr: int layout_scrollInterpolator -com.jaredrummler.android.colorpicker.R$id: int src_in -okhttp3.OkHttpClient: int callTimeout -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType QueryList -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_24 -androidx.vectordrawable.animated.R$attr: int fontProviderPackage -com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType PNG -io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: java.lang.Runnable getWrappedRunnable() -okio.Utf8 -androidx.preference.R$attr: int colorSwitchThumbNormal -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionOverflowMenuStyle -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: boolean cancelled -wangdaye.com.geometricweather.R$id: int action_manage -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather: java.lang.String temperature -wangdaye.com.geometricweather.common.ui.widgets.AnimatableIconView: AnimatableIconView(android.content.Context) -com.google.android.material.floatingactionbutton.FloatingActionButton: void setImageResource(int) -androidx.appcompat.resources.R$id: R$id() -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: long mRequested -com.google.android.material.R$attr: int buttonBarPositiveButtonStyle -wangdaye.com.geometricweather.R$layout: int notification_template_part_time -com.google.android.material.R$attr: int layout_constraintCircle -com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleMarginStart(int) -wangdaye.com.geometricweather.R$drawable: int notif_temp_77 -wangdaye.com.geometricweather.R$attr: int collapseIcon -wangdaye.com.geometricweather.R$styleable: int Chip_chipStartPadding -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments: java.util.List textBlocItems -com.google.android.material.R$id: int progress_circular -com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_color -androidx.dynamicanimation.R$styleable: int FontFamily_fontProviderQuery -com.turingtechnologies.materialscrollbar.R$styleable: int[] PopupWindow -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_SeekBar_Discrete -wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableCompat_android_visible -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintCircleAngle -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_goneMarginBottom -android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceListItemSmall -okio.SegmentPool: SegmentPool() -james.adaptiveicon.R$attr: int closeIcon -androidx.lifecycle.ClassesInfoCache: void verifyAndPutHandler(java.util.Map,androidx.lifecycle.ClassesInfoCache$MethodReference,androidx.lifecycle.Lifecycle$Event,java.lang.Class) -com.google.android.material.R$dimen: int design_snackbar_extra_spacing_horizontal -retrofit2.OkHttpCall$1: void callFailure(java.lang.Throwable) -com.turingtechnologies.materialscrollbar.R$id: int blocking -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_android_inputType -com.turingtechnologies.materialscrollbar.R$id: int title -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Small -com.amap.api.fence.GeoFence: void setDistrictItemList(java.util.List) -cyanogenmod.app.suggest.ApplicationSuggestion: ApplicationSuggestion(java.lang.String,java.lang.String,android.net.Uri,android.net.Uri) -androidx.preference.R$attr: int initialExpandedChildrenCount -com.xw.repo.bubbleseekbar.R$attr: int selectableItemBackground -androidx.preference.R$style: int Base_Widget_AppCompat_Spinner -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float icePrecipitation -androidx.preference.R$styleable: int[] AlertDialog -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_normal -com.google.android.material.R$id: int scrollIndicatorUp -com.turingtechnologies.materialscrollbar.R$attr: int windowActionBar -androidx.preference.R$attr: int queryHint -androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_Solid -com.google.android.material.R$attr: int isMaterialTheme -androidx.constraintlayout.widget.R$color: int switch_thumb_normal_material_dark -james.adaptiveicon.R$dimen: int abc_action_bar_default_height_material -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_week_2 -cyanogenmod.themes.ThemeManager$1$1 -androidx.lifecycle.OnLifecycleEvent -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation: MfCurrentResult$Observation() -com.turingtechnologies.materialscrollbar.R$animator: int design_appbar_state_list_animator -com.jaredrummler.android.colorpicker.R$id: int text2 -com.xw.repo.bubbleseekbar.R$attr: int colorBackgroundFloating -okhttp3.internal.connection.RouteSelector$Selection: int nextRouteIndex -androidx.constraintlayout.widget.R$color: int secondary_text_disabled_material_dark -james.adaptiveicon.R$styleable: int AppCompatTheme_editTextBackground -james.adaptiveicon.R$attr: int collapseIcon -okhttp3.Response: long sentRequestAtMillis() -com.google.android.material.slider.BaseSlider: void setSeparationUnit(int) -wangdaye.com.geometricweather.R$attr: int cardViewStyle -com.amap.api.fence.GeoFenceManagerBase: java.util.List getAllGeoFence() -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$3: void run() -com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: void setCircularRevealScrimColor(int) -androidx.lifecycle.LifecycleRegistry$1: int[] $SwitchMap$androidx$lifecycle$Lifecycle$Event -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial Imperial -androidx.preference.R$attr: int dialogTitle -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: FitSystemBarNestedScrollView(android.content.Context,android.util.AttributeSet) -cyanogenmod.profiles.RingModeSettings: void readFromParcel(android.os.Parcel) -com.google.android.material.R$id: int chain -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_wrapMode -androidx.core.R$drawable: int notification_tile_bg -cyanogenmod.weather.WeatherInfo: double access$602(cyanogenmod.weather.WeatherInfo,double) -androidx.activity.R$layout: int notification_action_tombstone -com.turingtechnologies.materialscrollbar.R$attr: int lineHeight -androidx.lifecycle.ReportFragment$ActivityInitializationListener: void onStart() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeRainPrecipitation() -wangdaye.com.geometricweather.R$array: int widget_style_values -androidx.appcompat.R$id: int parentPanel -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps: MfWarningsResult$WarningTimelaps() -wangdaye.com.geometricweather.R$styleable: int KeyTrigger_motion_postLayoutCollision -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onAttach(android.os.IBinder) -com.google.android.material.R$dimen: int notification_main_column_padding_top -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: boolean val$visible -retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder callbackExecutor(java.util.concurrent.Executor) -wangdaye.com.geometricweather.R$id: int activity_preview_icon_toolbar -androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_textColor -cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType[] values() -okhttp3.internal.http2.Http2Connection: long degradedPongDeadlineNs -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX() -com.turingtechnologies.materialscrollbar.R$attr: int itemTextColor -androidx.viewpager.R$string -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_year_height -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setPivotX(float) -androidx.constraintlayout.widget.R$dimen: int abc_control_padding_material -james.adaptiveicon.R$bool: int abc_config_actionMenuItemAllCaps -androidx.appcompat.R$styleable: int AppCompatTheme_spinnerStyle -cyanogenmod.alarmclock.ClockContract$CitiesColumns: android.net.Uri CONTENT_URI -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: java.util.concurrent.atomic.AtomicReference upstream -com.google.android.material.R$attr: int actionModeStyle -wangdaye.com.geometricweather.R$id: int item_weather_daily_value_value -wangdaye.com.geometricweather.R$style: int PopupWindowAnimation_Top_Left -okio.Buffer: okio.BufferedSink writeHexadecimalUnsignedLong(long) -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void drain() -androidx.constraintlayout.widget.R$styleable: int Layout_chainUseRtl -androidx.appcompat.widget.ListPopupWindow: void setOnItemSelectedListener(android.widget.AdapterView$OnItemSelectedListener) -androidx.constraintlayout.widget.R$drawable: int abc_ab_share_pack_mtrl_alpha -okhttp3.internal.http1.Http1Codec$FixedLengthSource: void close() -cyanogenmod.weather.RequestInfo: cyanogenmod.weather.IRequestInfoListener access$102(cyanogenmod.weather.RequestInfo,cyanogenmod.weather.IRequestInfoListener) -wangdaye.com.geometricweather.R$styleable: int AlertDialog_listItemLayout -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Title -wangdaye.com.geometricweather.R$string: int content_desc_app_store -retrofit2.Utils$ParameterizedTypeImpl -com.jaredrummler.android.colorpicker.R$attr: int actionModeSelectAllDrawable -androidx.constraintlayout.widget.R$styleable: int Toolbar_titleMarginBottom -androidx.viewpager.R$id: int info -wangdaye.com.geometricweather.R$drawable: int flag_fr -wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation: wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation TOP -androidx.coordinatorlayout.R$dimen: int notification_big_circle_margin -com.xw.repo.bubbleseekbar.R$anim -wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.String getWindDescription(android.content.Context,wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit) -androidx.preference.R$styleable: int SwitchPreferenceCompat_disableDependentsState -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setColorViewAlpha(int) -wangdaye.com.geometricweather.daily.DailyWeatherActivity -com.amap.api.fence.GeoFenceManagerBase: void setActivateAction(int) -androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_shadowColor -wangdaye.com.geometricweather.R$drawable: int notification_bg_low -retrofit2.Response: okhttp3.ResponseBody errorBody -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: void setStatus(int) -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property CityId -com.google.android.material.datepicker.RangeDateSelector: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$attr: int firstBaselineToTopHeight -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_android_weightSum -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: java.lang.String from -wangdaye.com.geometricweather.R$style: int TextAppearance_Compat_Notification_Title -com.google.android.material.chip.Chip: void setChipBackgroundColor(android.content.res.ColorStateList) -com.google.android.material.R$style: int Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense -wangdaye.com.geometricweather.R$drawable: int notif_temp_110 -com.google.android.material.R$attr: int buttonCompat -com.google.android.material.R$attr: int maxActionInlineWidth -androidx.viewpager.R$styleable: int GradientColor_android_tileMode -androidx.preference.R$styleable: int PreferenceTheme_preferenceCategoryTitleTextAppearance -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_horizontalBias -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Title -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: CaiYunMainlyResult$AlertsBean$ImagesBean() -androidx.appcompat.R$dimen: int compat_button_padding_vertical_material -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryInnerObserver boundaryObserver -com.google.android.material.internal.NavigationMenuItemView: void setIcon(android.graphics.drawable.Drawable) -com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose: AMapLocationClientOption$AMapLocationPurpose(java.lang.String,int) -retrofit2.Converter$Factory: retrofit2.Converter stringConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) -james.adaptiveicon.R$color: int secondary_text_default_material_dark -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String aqi -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String BOOTANIMATION_THUMBNAIL -wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_marginStart -com.jaredrummler.android.colorpicker.R$attr: int lineHeight -androidx.transition.R$id: int tag_unhandled_key_listeners -com.google.android.material.R$styleable: int Constraint_flow_lastHorizontalStyle -androidx.swiperefreshlayout.R$id: int title -wangdaye.com.geometricweather.R$dimen: int mtrl_badge_radius -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_checkedIcon -com.google.android.material.R$styleable: int Layout_constraint_referenced_ids -androidx.dynamicanimation.R$id: int action_divider -com.bumptech.glide.integration.okhttp.R$id: int left -wangdaye.com.geometricweather.R$layout: int abc_activity_chooser_view -androidx.preference.R$attr: int buttonBarNeutralButtonStyle -wangdaye.com.geometricweather.R$styleable: int Constraint_android_visibility -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: long produced -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_chip_text_size -wangdaye.com.geometricweather.R$id: int search_close_btn -wangdaye.com.geometricweather.R$attr: int suggestionRowLayout -com.turingtechnologies.materialscrollbar.R$animator: int mtrl_fab_transformation_sheet_collapse_spec -wangdaye.com.geometricweather.R$styleable: int Chip_chipSurfaceColor -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: void drain() -com.google.android.material.R$styleable: int[] MenuGroup -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_background -com.xw.repo.bubbleseekbar.R$attr: int radioButtonStyle -androidx.hilt.R$styleable: int[] ColorStateListItem -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall -com.jaredrummler.android.colorpicker.R$drawable: int notification_icon_background -androidx.appcompat.widget.ActionBarContextView: ActionBarContextView(android.content.Context) -wangdaye.com.geometricweather.R$styleable: int KeyPosition_framePosition -com.google.android.material.R$styleable: int ConstraintSet_android_scaleY -androidx.lifecycle.SavedStateHandle: androidx.savedstate.SavedStateRegistry$SavedStateProvider savedStateProvider() -android.didikee.donate.R$id: int action_context_bar -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: java.lang.String Link -retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback -android.didikee.donate.R$styleable: int ViewBackgroundHelper_backgroundTintMode -io.reactivex.internal.operators.observable.ObservableGroupBy$State: java.util.concurrent.atomic.AtomicReference actual -com.google.android.material.R$styleable: int KeyPosition_keyPositionType -com.google.android.material.R$styleable: int AppCompatTextHelper_android_drawableStart -wangdaye.com.geometricweather.R$dimen: int material_clock_display_padding -com.google.gson.internal.$Gson$Types$WildcardTypeImpl: int hashCode() -com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat_Dialog_Alert -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Maximum: java.lang.String Unit -androidx.lifecycle.AbstractSavedStateViewModelFactory: java.lang.String TAG_SAVED_STATE_HANDLE_CONTROLLER -com.google.android.material.R$styleable: int AppCompatTextView_drawableStartCompat -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight_Dialog_Alert -androidx.activity.R$dimen: int notification_big_circle_margin -androidx.constraintlayout.widget.R$attr: int telltales_tailScale -com.turingtechnologies.materialscrollbar.R$styleable: int[] AppCompatTextView -james.adaptiveicon.R$drawable: int abc_list_selector_background_transition_holo_light -cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_onStop -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property So2 -androidx.appcompat.widget.AppCompatButton: android.graphics.PorterDuff$Mode getSupportCompoundDrawablesTintMode() -cyanogenmod.app.CustomTile$ExpandedItem: void internalSetItemBitmap(android.graphics.Bitmap) -com.xw.repo.bubbleseekbar.R$dimen: int abc_dropdownitem_text_padding_right -android.didikee.donate.R$styleable: int AppCompatTheme_toolbarStyle -com.google.android.material.R$dimen: int mtrl_navigation_item_icon_size -okhttp3.logging.LoggingEventListener: long startNs -com.jaredrummler.android.colorpicker.R$styleable: int MultiSelectListPreference_entries -okhttp3.internal.http2.Http2: byte TYPE_DATA -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomSheet_Modal -wangdaye.com.geometricweather.R$drawable: int notif_temp_46 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean wind -wangdaye.com.geometricweather.R$styleable: int NavigationView_android_fitsSystemWindows -wangdaye.com.geometricweather.R$styleable: int[] BottomNavigationView -wangdaye.com.geometricweather.R$dimen: int little_weather_icon_container_size -cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.RequestInfo$Builder setTemperatureUnit(int) -wangdaye.com.geometricweather.R$id: int dialog_running_in_background_o_setNotificationGroupBtn -androidx.preference.R$styleable: int AppCompatTextView_autoSizeStepGranularity -okhttp3.internal.ws.WebSocketProtocol -wangdaye.com.geometricweather.R$styleable: int[] ColorPickerView -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void applyAndAckSettings(boolean,okhttp3.internal.http2.Settings) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position -com.xw.repo.bubbleseekbar.R$attr: int listPopupWindowStyle -androidx.constraintlayout.widget.R$id: int split_action_bar -com.google.gson.FieldNamingPolicy -com.google.android.material.R$drawable: int abc_cab_background_top_material -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle -wangdaye.com.geometricweather.db.entities.DailyEntity: void setTreeIndex(java.lang.Integer) -okhttp3.HttpUrl: void pathSegmentsToString(java.lang.StringBuilder,java.util.List) -androidx.legacy.coreutils.R$styleable: int FontFamilyFont_android_font -androidx.appcompat.R$styleable: int FontFamilyFont_ttcIndex -com.google.android.material.R$drawable: int material_ic_clear_black_24dp -wangdaye.com.geometricweather.R$layout: int preference_widget_switch_compat -androidx.core.R$attr: int fontStyle -androidx.appcompat.widget.Toolbar: void setCollapseContentDescription(java.lang.CharSequence) -androidx.lifecycle.extensions.R$styleable: int GradientColorItem_android_offset -com.google.android.material.floatingactionbutton.FloatingActionButton: void setVisibility(int) -com.jaredrummler.android.colorpicker.R$id: int cpv_arrow_right -com.google.android.material.R$styleable: int MaterialCardView_checkedIcon -com.turingtechnologies.materialscrollbar.R$attr: int measureWithLargestChild -okio.HashingSource: okio.HashingSource hmacSha1(okio.Source,okio.ByteString) -androidx.appcompat.R$id: int icon -androidx.constraintlayout.widget.R$interpolator: R$interpolator() -com.jaredrummler.android.colorpicker.R$styleable: int ViewBackgroundHelper_backgroundTintMode -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintEnd_toStartOf -com.jaredrummler.android.colorpicker.R$style: int Preference_Information -com.turingtechnologies.materialscrollbar.R$attr: int listMenuViewStyle -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: int unitArrayIndex -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintWidth_max -james.adaptiveicon.R$layout: int abc_action_mode_bar -androidx.appcompat.R$attr: int actionModeShareDrawable -wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout: void setLineColor(int) -com.loc.k: java.lang.String d -cyanogenmod.weather.WeatherInfo: java.lang.String mCity -androidx.transition.R$id: int actions -androidx.constraintlayout.widget.R$attr: int dialogTheme -androidx.appcompat.R$color: int abc_decor_view_status_guard -com.google.android.material.R$attr: int submitBackground -wangdaye.com.geometricweather.R$id: int widget_day_subtitle -cyanogenmod.util.ColorUtils: double calculateDeltaE(double,double,double,double,double,double) -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean checkTerminated(boolean,boolean,io.reactivex.Observer) -androidx.preference.SeekBarPreference: SeekBarPreference(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: void setNames(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean) -cyanogenmod.os.Build: java.lang.String UNKNOWN -okio.BufferedSink: okio.BufferedSink writeUtf8CodePoint(int) -james.adaptiveicon.R$drawable: int abc_text_select_handle_right_mtrl_light -androidx.viewpager.R$dimen: int compat_button_inset_horizontal_material -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: long serialVersionUID -wangdaye.com.geometricweather.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title -okhttp3.internal.platform.Android10Platform: java.lang.String getSelectedProtocol(javax.net.ssl.SSLSocket) -cyanogenmod.providers.CMSettings$Secure: long getLong(android.content.ContentResolver,java.lang.String,long) -androidx.coordinatorlayout.R$drawable: R$drawable() -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_checkable -com.google.gson.internal.LazilyParsedNumber: int hashCode() -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_SEED_CBC_SHA -com.xw.repo.bubbleseekbar.R$attr: int fontVariationSettings -com.jaredrummler.android.colorpicker.R$id: int action_image -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.util.List DataSets -androidx.appcompat.widget.ActivityChooserView: void setDefaultActionButtonContentDescription(int) -wangdaye.com.geometricweather.R$styleable: int Chip_android_ellipsize -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.lang.String level -com.jaredrummler.android.colorpicker.R$attr: int color -james.adaptiveicon.R$drawable: int abc_seekbar_track_material -androidx.appcompat.R$color: int tooltip_background_dark -com.google.android.material.R$attr: int startIconTintMode -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode NO_ERROR -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Speed: int UnitType -com.jaredrummler.android.colorpicker.R$dimen: int abc_dropdownitem_text_padding_right -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_minWidth -androidx.lifecycle.extensions.R$id: int right_icon -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric Metric -android.didikee.donate.R$layout: int abc_activity_chooser_view -wangdaye.com.geometricweather.R$styleable: int MaterialButton_elevation -com.google.android.material.floatingactionbutton.FloatingActionButton$BaseBehavior -androidx.lifecycle.extensions.R$attr: int fontWeight -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Small_Inverse -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_icon_2 -okhttp3.internal.http.RealResponseBody: okhttp3.MediaType contentType() -io.reactivex.internal.subscribers.StrictSubscriber: java.util.concurrent.atomic.AtomicReference upstream -com.google.android.material.R$dimen: int mtrl_extended_fab_start_padding -wangdaye.com.geometricweather.R$string: int settings_summary_live_wallpaper -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_PopupMenu_Overflow -com.turingtechnologies.materialscrollbar.R$dimen: int design_tab_max_width -io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: void onNext(java.lang.Object) -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ListView_DropDown -cyanogenmod.themes.ThemeManager$1: ThemeManager$1(cyanogenmod.themes.ThemeManager) -com.google.android.material.R$attr: int minWidth -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView -androidx.appcompat.R$styleable: int FontFamily_fontProviderQuery -com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog -androidx.constraintlayout.widget.R$attr: int buttonBarNeutralButtonStyle -james.adaptiveicon.R$id: int decor_content_parent -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_android_inputType -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeThunderstormPrecipitationDuration -com.google.android.material.R$attr: int behavior_expandedOffset -androidx.appcompat.R$id: int accessibility_action_clickable_span -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 -okhttp3.internal.connection.RealConnection: java.lang.String NPE_THROW_WITH_NULL -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float o3 -com.google.android.material.R$drawable: int mtrl_popupmenu_background_dark -androidx.constraintlayout.widget.R$drawable: int abc_ic_search_api_material -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: int getCollapsedPadding() -androidx.dynamicanimation.R$id: int right_side -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_textLocale -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_Dialog_FixedSize -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: io.reactivex.disposables.CompositeDisposable set -com.google.android.material.R$style: int Widget_MaterialComponents_AppBarLayout_PrimarySurface -androidx.preference.R$id: int switchWidget -androidx.constraintlayout.helper.widget.Layer: void setPivotX(float) -androidx.viewpager.widget.PagerTabStrip: void setBackgroundColor(int) -okhttp3.ResponseBody -androidx.appcompat.resources.R$id: int normal -androidx.fragment.R$anim: int fragment_close_exit -com.jaredrummler.android.colorpicker.R$attr: int actionModePasteDrawable -com.xw.repo.bubbleseekbar.R$id: int tag_unhandled_key_event_manager -james.adaptiveicon.R$style: int Animation_AppCompat_Tooltip -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_second_track_size -com.google.android.material.R$string: int abc_menu_alt_shortcut_label -okhttp3.internal.http.RealResponseBody: long contentLength -com.google.android.material.R$dimen: int abc_action_button_min_width_material -okhttp3.Cache$CacheRequestImpl$1: void close() -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: java.lang.String WidgetPhrase -androidx.lifecycle.ProcessLifecycleOwner$3$1 -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title -okhttp3.internal.http2.Http2Connection: void close(okhttp3.internal.http2.ErrorCode,okhttp3.internal.http2.ErrorCode) -com.google.android.material.R$styleable: int Layout_android_layout_marginLeft -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_caption_material -androidx.lifecycle.extensions.R$attr: int alpha -wangdaye.com.geometricweather.R$style: int Preference_DialogPreference_Material -com.turingtechnologies.materialscrollbar.R$attr: int chipMinHeight -com.jaredrummler.android.colorpicker.R$dimen: int notification_large_icon_height -cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setForecast(java.util.List) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_panelMenuListTheme -androidx.core.R$id: int normal -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String INSTALL_STATE -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_3 -androidx.preference.R$styleable: int ActionBarLayout_android_layout_gravity -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_week_4 -com.google.android.material.chip.ChipGroup: void setChipSpacingHorizontal(int) -androidx.appcompat.R$attr: int actionViewClass -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common -okio.ByteString: okio.ByteString substring(int) -androidx.cardview.R$attr: int cardUseCompatPadding -okio.Options: int intCount(okio.Buffer) -io.reactivex.internal.disposables.CancellableDisposable: void dispose() -com.turingtechnologies.materialscrollbar.R$attr: int contentDescription -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: AccuMinuteResult$IntervalsBean() -com.turingtechnologies.materialscrollbar.R$color: int bright_foreground_inverse_material_light -wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_height -com.turingtechnologies.materialscrollbar.R$anim: int design_snackbar_out -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_20 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours Past18Hours -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeShareDrawable -okhttp3.internal.cache.DiskLruCache: boolean isClosed() -com.google.android.material.textfield.TextInputLayout: void setBoxStrokeWidthFocusedResource(int) -wangdaye.com.geometricweather.R$id: int material_minute_text_input -com.google.android.material.circularreveal.CircularRevealRelativeLayout: int getCircularRevealScrimColor() -wangdaye.com.geometricweather.R$drawable: R$drawable() -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: android.os.IBinder asBinder() -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse -okhttp3.internal.http2.Settings -okhttp3.internal.http1.Http1Codec$ChunkedSource -retrofit2.Platform$Android: Platform$Android() -wangdaye.com.geometricweather.R$attr: int buttonIconDimen -wangdaye.com.geometricweather.R$string: int settings_title_notification_text_color -androidx.appcompat.widget.AppCompatSpinner: void setAdapter(android.widget.Adapter) -com.google.android.material.R$id: int spline -androidx.appcompat.R$attr: int actionModeFindDrawable -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_SearchView_ActionBar -androidx.constraintlayout.widget.R$attr: int activityChooserViewStyle -io.reactivex.internal.util.ArrayListSupplier: java.lang.Object apply(java.lang.Object) -androidx.constraintlayout.widget.R$dimen: int compat_control_corner_material -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_16 -androidx.transition.R$styleable: int GradientColor_android_centerY -com.google.android.material.tabs.TabLayout: void setInlineLabelResource(int) -james.adaptiveicon.R$style: int Platform_AppCompat -com.turingtechnologies.materialscrollbar.R$dimen: int abc_alert_dialog_button_bar_height -wangdaye.com.geometricweather.R$attr: int actionBarTabTextStyle -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_barColor -androidx.preference.R$styleable: int AppCompatTheme_textAppearanceListItemSmall -com.google.android.material.appbar.AppBarLayout: int getDownNestedPreScrollRange() -com.jaredrummler.android.colorpicker.R$attr: int preferenceCategoryStyle -androidx.recyclerview.R$attr: int layoutManager -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode REFUSED_STREAM -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void onNext(java.lang.Object) -androidx.preference.R$color: int notification_action_color_filter -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse -androidx.constraintlayout.widget.R$styleable: int[] KeyPosition -io.reactivex.internal.util.NotificationLite: boolean isDisposable(java.lang.Object) -com.google.gson.stream.JsonReader: int NUMBER_CHAR_EXP_E -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIndicatorGravity -androidx.constraintlayout.widget.R$id: int submit_area -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Metric: java.lang.String Unit -androidx.appcompat.R$color: int abc_tint_btn_checkable -androidx.work.R$styleable: int FontFamily_fontProviderAuthority -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_fontVariationSettings -com.jaredrummler.android.colorpicker.R$attr: int drawerArrowStyle -androidx.drawerlayout.R$styleable: int FontFamilyFont_font -com.amap.api.location.AMapLocation: void setLocationDetail(java.lang.String) -androidx.appcompat.R$attr: int activityChooserViewStyle -androidx.appcompat.widget.Toolbar: android.graphics.drawable.Drawable getCollapseIcon() -com.google.gson.stream.JsonScope: int NONEMPTY_DOCUMENT -androidx.preference.R$id: int notification_main_column_container -wangdaye.com.geometricweather.R$string: int mtrl_picker_date_header_title -androidx.preference.R$style: int Base_AlertDialog_AppCompat -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintBaseline_creator -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_textColor -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_switchTextOff -com.google.android.material.R$layout: int abc_expanded_menu_layout -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Dialog -okio.ForwardingSink: okio.Sink delegate -org.greenrobot.greendao.identityscope.IdentityScopeType: org.greenrobot.greendao.identityscope.IdentityScopeType None -androidx.appcompat.widget.SwitchCompat: int getThumbOffset() -com.jaredrummler.android.colorpicker.R$style: int Base_V28_Theme_AppCompat -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Display4 -wangdaye.com.geometricweather.R$layout: int container_main_details -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeIcePrecipitationDuration -com.google.android.material.R$drawable: int abc_ratingbar_indicator_material -wangdaye.com.geometricweather.R$attr: int actionModeCloseButtonStyle -androidx.versionedparcelable.CustomVersionedParcelable -wangdaye.com.geometricweather.R$id: int material_label -wangdaye.com.geometricweather.R$id: int alerts -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation -com.google.android.material.R$styleable: int ChipGroup_selectionRequired -com.jaredrummler.android.colorpicker.R$attr: int actionBarWidgetTheme -androidx.lifecycle.LiveData$LifecycleBoundObserver: boolean isAttachedTo(androidx.lifecycle.LifecycleOwner) -android.didikee.donate.R$layout: int abc_screen_simple_overlay_action_mode -com.google.android.material.R$id: int accelerate -com.google.android.material.R$dimen: int mtrl_calendar_selection_text_baseline_to_top -retrofit2.http.QueryName -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowFixedHeightMinor -wangdaye.com.geometricweather.R$styleable: int ListPreference_entryValues -okhttp3.CacheControl$Builder: okhttp3.CacheControl build() -wangdaye.com.geometricweather.R$styleable: int Chip_chipIcon -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: java.lang.String getAbbreviation(android.content.Context) -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void onError(java.lang.Throwable) -io.reactivex.internal.queue.SpscArrayQueue: java.util.concurrent.atomic.AtomicLong producerIndex -androidx.constraintlayout.widget.R$styleable: int Toolbar_titleMargin -com.github.rahatarmanahmed.cpv.CircularProgressView$2: float val$currentProgress -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_showText -cyanogenmod.app.Profile: java.util.Collection getStreamSettings() -io.reactivex.Observable: io.reactivex.Observable using(java.util.concurrent.Callable,io.reactivex.functions.Function,io.reactivex.functions.Consumer,boolean) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: java.lang.String getNotice() -wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customFloatValue -android.didikee.donate.R$styleable: int AppCompatTheme_actionMenuTextAppearance -james.adaptiveicon.R$attr: int backgroundTint -com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getCounterOverflowTextColor() -androidx.constraintlayout.widget.R$dimen: int abc_action_button_min_width_material -wangdaye.com.geometricweather.background.polling.work.worker.AsyncWorker -com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getThumbStrokeColor() -com.jaredrummler.android.colorpicker.R$layout: int abc_search_dropdown_item_icons_2line -com.google.android.material.R$styleable: int NavigationView_shapeAppearanceOverlay -okhttp3.Response: long sentRequestAtMillis -com.xw.repo.bubbleseekbar.R$attr: int submitBackground -okio.Buffer$2: int available() -com.bumptech.glide.R$styleable: int FontFamilyFont_android_ttcIndex -com.google.android.material.R$styleable: int MaterialButton_cornerRadius -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintGuide_begin -androidx.activity.R$styleable: int[] FontFamilyFont -wangdaye.com.geometricweather.db.entities.DailyEntity: void setSunRiseDate(java.util.Date) -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeTotalPrecipitationDuration(java.lang.Float) -android.didikee.donate.R$styleable: int AppCompatTheme_actionOverflowMenuStyle -wangdaye.com.geometricweather.R$layout: int item_weather_daily_title_large -androidx.constraintlayout.widget.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha -androidx.appcompat.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title -androidx.transition.R$styleable: int FontFamily_fontProviderFetchTimeout -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedEmitLast: ObservableSampleTimed$SampleTimedEmitLast(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -okhttp3.internal.http2.Http2Reader$ContinuationSource: long read(okio.Buffer,long) -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void innerComplete() -io.reactivex.internal.schedulers.ScheduledRunnable: void run() -wangdaye.com.geometricweather.R$drawable: int weather_wind_mini_grey -wangdaye.com.geometricweather.R$attr: int background_color -wangdaye.com.geometricweather.R$transition -androidx.preference.R$attr: int preferenceStyle -cyanogenmod.externalviews.KeyguardExternalView$3: boolean val$visible -okio.Okio$2 -wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit: java.lang.String getRelativeHumidityText(float) -androidx.coordinatorlayout.R$id: int accessibility_custom_action_1 -okio.RealBufferedSink: okio.Buffer buffer() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour: AccuCurrentResult$PrecipitationSummary$PastHour() -com.google.android.material.R$string: int mtrl_picker_date_header_title -com.google.gson.stream.JsonScope: int CLOSED -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_PopupMenu -okhttp3.CacheControl$Builder: int minFreshSeconds -okhttp3.internal.http2.Http2Connection: long unacknowledgedBytesRead -cyanogenmod.themes.ThemeManager: void removeClient(cyanogenmod.themes.ThemeManager$ThemeChangeListener) -com.google.android.material.textfield.TextInputLayout: void setStartIconVisible(boolean) -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_thumbTintMode -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult -androidx.constraintlayout.widget.R$dimen: int compat_button_padding_vertical_material -com.google.android.material.R$attr: int textInputStyle -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_4 -com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage[] values() -androidx.hilt.lifecycle.R$styleable: int GradientColor_android_centerColor -androidx.recyclerview.R$dimen: int notification_right_icon_size -wangdaye.com.geometricweather.R$styleable: int Layout_layout_editor_absoluteX -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: boolean done -com.jaredrummler.android.colorpicker.R$styleable: int GradientColorItem_android_color -com.turingtechnologies.materialscrollbar.R$styleable: int[] ColorStateListItem -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum -com.google.android.material.R$xml: int standalone_badge_gravity_top_start -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Spinner -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeTotalPrecipitationDuration(java.lang.Float) -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text -com.google.android.material.R$styleable: int LinearLayoutCompat_android_gravity -com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType JPEG -wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_android_fontWeight -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX() -com.bumptech.glide.integration.okhttp.R$style: int Widget_Compat_NotificationActionContainer -okio.RealBufferedSource: boolean request(long) -wangdaye.com.geometricweather.R$style: int Preference -androidx.viewpager.R$attr: int fontStyle -wangdaye.com.geometricweather.R$drawable: int abc_scrubber_primary_mtrl_alpha -com.github.rahatarmanahmed.cpv.CircularProgressView$8: float val$start -wangdaye.com.geometricweather.R$attr: int tooltipText -wangdaye.com.geometricweather.R$anim: int btn_radio_to_on_mtrl_ring_outer_path_animation -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String Link -okhttp3.internal.connection.RealConnection: long idleAtNanos -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void drain() -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintWidth_default -androidx.preference.R$attr: int checkedTextViewStyle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Imperial: java.lang.String Unit -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: void setPageCount(int) -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle -io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: int skip -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_RatingBar -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Large_Inverse -james.adaptiveicon.R$layout: int abc_alert_dialog_material -androidx.customview.R$styleable: R$styleable() -wangdaye.com.geometricweather.db.entities.LocationEntity: java.util.TimeZone timeZone -com.google.android.material.R$styleable: int TextInputLayout_hintAnimationEnabled -androidx.lifecycle.viewmodel.savedstate.R: R() -cyanogenmod.profiles.LockSettings: void setValue(int) -com.google.android.material.R$dimen: int mtrl_textinput_counter_margin_start -io.reactivex.internal.schedulers.RxThreadFactory: boolean nonBlocking -com.amap.api.fence.GeoFence: int ERROR_NO_VALIDFENCE -androidx.vectordrawable.animated.R$styleable: int[] ColorStateListItem -james.adaptiveicon.R$dimen: int abc_action_button_min_width_material -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getTotalPrecipitation() -androidx.lifecycle.Lifecycle: java.util.concurrent.atomic.AtomicReference mInternalScopeRef -com.turingtechnologies.materialscrollbar.R$attr: int buttonTintMode -wangdaye.com.geometricweather.R$styleable: int Slider_thumbStrokeColor -androidx.cardview.R$dimen: int cardview_default_elevation -wangdaye.com.geometricweather.R$string: int password_toggle_content_description -wangdaye.com.geometricweather.R$layout: int item_weather_icon -androidx.hilt.work.R$anim: R$anim() -android.didikee.donate.R$dimen: int abc_text_size_display_2_material -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_ProgressIndicator_Circular -androidx.hilt.work.R$layout: int notification_action -okhttp3.ConnectionSpec$Builder: boolean tls -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit[] values() -okhttp3.RealCall: boolean executed -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: int size -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: void onNext(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipStartPadding -androidx.fragment.R$styleable: int GradientColor_android_endColor -wangdaye.com.geometricweather.db.entities.WeatherEntity: wangdaye.com.geometricweather.db.entities.WeatherEntityDao myDao -wangdaye.com.geometricweather.R$layout: int abc_popup_menu_item_layout -com.google.android.material.R$attr: int dayTodayStyle -wangdaye.com.geometricweather.R$attr: int roundPercent -androidx.appcompat.R$anim: int abc_slide_out_bottom -androidx.work.R$string: R$string() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarSplitStyle -wangdaye.com.geometricweather.R$id: int activity_weather_daily_pager -androidx.lifecycle.LiveData$LifecycleBoundObserver: void detachObserver() -com.google.android.material.R$styleable: int MaterialCalendar_yearStyle -wangdaye.com.geometricweather.R$string: int feedback_ignore_battery_optimizations_content -com.turingtechnologies.materialscrollbar.R$attr: int chipIconVisible -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: java.lang.String getValue() -android.didikee.donate.R$dimen: int abc_dialog_list_padding_top_no_title -wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemRippleColor -androidx.preference.R$styleable: int StateListDrawableItem_android_drawable -cyanogenmod.app.ProfileGroup: android.net.Uri getSoundOverride() -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver -androidx.preference.R$attr: int lineHeight -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int Icon -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_DarkActionBar -io.reactivex.Observable: io.reactivex.Observable skipUntil(io.reactivex.ObservableSource) -com.google.android.material.appbar.AppBarLayout: int getMinimumHeightForVisibleOverlappingContent() -android.didikee.donate.R$styleable: int AppCompatTheme_ratingBarStyle -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: io.reactivex.disposables.Disposable upstream -com.turingtechnologies.materialscrollbar.Indicator: int getIndicatorHeight() -com.google.android.material.R$id: int dragLeft -com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose: com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose valueOf(java.lang.String) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline Headline -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Subtitle1 -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: double lat -com.amap.api.fence.DistrictItem: DistrictItem(android.os.Parcel) -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_translation_z_pressed -com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_android_font -wangdaye.com.geometricweather.R$styleable: int BottomAppBar_paddingBottomSystemWindowInsets -io.reactivex.Observable: io.reactivex.Observable flatMapIterable(io.reactivex.functions.Function,io.reactivex.functions.BiFunction) -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_BottomSheet -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setCheckable(boolean) -android.didikee.donate.R$style: int Base_Theme_AppCompat_Dialog_FixedSize -androidx.constraintlayout.widget.R$styleable: int OnClick_clickAction -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric Metric -androidx.constraintlayout.helper.widget.Flow: void setFirstVerticalBias(float) -com.google.android.material.R$attr: int flow_lastHorizontalStyle -androidx.fragment.R$styleable: int Fragment_android_name -androidx.transition.R$attr -androidx.constraintlayout.widget.R$id: int spacer -androidx.constraintlayout.widget.R$styleable: int MotionTelltales_telltales_tailColor -io.reactivex.internal.subscriptions.SubscriptionArbiter: java.util.concurrent.atomic.AtomicLong missedProduced -com.xw.repo.bubbleseekbar.R$id: int image -wangdaye.com.geometricweather.R$id: int dialog_providers_previewer_title -com.google.android.material.R$attr: int layout_constraintHeight_percent -okhttp3.OkHttpClient$Builder: okhttp3.EventListener$Factory eventListenerFactory -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_auto_adjust_section_mark -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_checkedTextViewStyle -wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: void setProgressColor(int) -okhttp3.Route: int hashCode() -androidx.drawerlayout.widget.DrawerLayout$SavedState -cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy -com.google.android.gms.location.LocationRequest -com.google.android.material.R$attr: int theme -cyanogenmod.themes.IThemeProcessingListener$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -com.jaredrummler.android.colorpicker.R$style: int Widget_Compat_NotificationActionText -com.turingtechnologies.materialscrollbar.R$styleable: int CompoundButton_buttonTint -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult: java.util.List Intervals -okhttp3.CacheControl: boolean onlyIfCached -androidx.transition.R$id: int notification_main_column_container -com.google.gson.stream.JsonReader: double nextDouble() -retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$2: void invoke(java.lang.Throwable) -okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder noCache() -androidx.legacy.coreutils.R$attr: int ttcIndex -cyanogenmod.profiles.LockSettings -com.jaredrummler.android.colorpicker.R$attr: int queryHint -com.google.android.material.R$string: int abc_toolbar_collapse_description -com.google.android.material.R$styleable: int Toolbar_contentInsetRight -okhttp3.Address: java.util.List protocols() -com.xw.repo.bubbleseekbar.R$styleable: int ViewStubCompat_android_layout -wangdaye.com.geometricweather.background.polling.work.worker.TodayForecastUpdateWorker -wangdaye.com.geometricweather.R$dimen: int abc_action_bar_stacked_max_height -wangdaye.com.geometricweather.R$string: int key_notification_hide_in_lockScreen -okhttp3.internal.ws.WebSocketProtocol: java.lang.String acceptHeader(java.lang.String) -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: ObservableGroupJoin$LeftRightObserver(io.reactivex.internal.operators.observable.ObservableGroupJoin$JoinSupport,boolean) -okio.Buffer: void close() -cyanogenmod.app.LiveLockScreenInfo$Builder: int mPriority -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: void setDateText(java.lang.String) -io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: io.reactivex.SingleSource other -com.google.android.material.slider.RangeSlider: int getTrackHeight() -androidx.loader.R$attr: int fontProviderAuthority -org.greenrobot.greendao.AbstractDaoSession: void update(java.lang.Object) -wangdaye.com.geometricweather.db.entities.DaoMaster$DevOpenHelper -okio.GzipSource: java.util.zip.Inflater inflater -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: boolean done -wangdaye.com.geometricweather.R$drawable: int weather_hail_mini_dark -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft -androidx.transition.R$id: int icon_group -androidx.viewpager2.R$drawable: int notification_template_icon_low_bg -wangdaye.com.geometricweather.R$color: int colorLevel_5 -androidx.loader.R$drawable: int notification_tile_bg -androidx.preference.R$string: int abc_searchview_description_search -com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_check_to_on_mtrl_015 -james.adaptiveicon.R$layout: int abc_list_menu_item_icon -org.greenrobot.greendao.AbstractDao: java.lang.Object loadUnique(android.database.Cursor) -wangdaye.com.geometricweather.R$attr: int preferenceInformationStyle -android.didikee.donate.R$dimen: int abc_seekbar_track_progress_height_material -androidx.recyclerview.R$styleable: int FontFamilyFont_android_fontStyle -retrofit2.ParameterHandler$HeaderMap: ParameterHandler$HeaderMap(java.lang.reflect.Method,int,retrofit2.Converter) -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Inverse -androidx.constraintlayout.widget.R$attr: int windowFixedWidthMajor -james.adaptiveicon.R$styleable: int TextAppearance_textAllCaps -okhttp3.internal.ws.RealWebSocket: boolean failed -wangdaye.com.geometricweather.db.entities.DaoSession -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorError -androidx.preference.R$style: int Preference_DialogPreference_EditTextPreference_Material -wangdaye.com.geometricweather.R$layout: int design_text_input_end_icon -com.baidu.location.indoor.mapversion.c.a$d -com.google.gson.stream.JsonReader: com.google.gson.stream.JsonToken peek() -okhttp3.internal.http.HttpDate: java.lang.String[] BROWSER_COMPATIBLE_DATE_FORMAT_STRINGS -cyanogenmod.app.IProfileManager: void addNotificationGroup(android.app.NotificationGroup) -androidx.lifecycle.SavedStateHandleController: void attachToLifecycle(androidx.savedstate.SavedStateRegistry,androidx.lifecycle.Lifecycle) -okhttp3.internal.cache.DiskLruCache$2: boolean $assertionsDisabled -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_TIMESTAMP -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Title_Inverse -com.google.android.material.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton -androidx.constraintlayout.widget.R$styleable: int KeyPosition_pathMotionArc -wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: float getMax() -com.turingtechnologies.materialscrollbar.R$styleable: int[] Spinner -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeRealFeelShaderTemperature -wangdaye.com.geometricweather.R$id: int weather_icon -io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: boolean isDisposed() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModePasteDrawable -androidx.appcompat.R$styleable: int ActionBar_contentInsetEndWithActions -androidx.hilt.work.R$id: int accessibility_custom_action_28 -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceGroup_initialExpandedChildrenCount -androidx.appcompat.widget.FitWindowsFrameLayout: FitWindowsFrameLayout(android.content.Context,android.util.AttributeSet) -cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: java.lang.String RINGTONE -androidx.appcompat.widget.AppCompatSpinner: void setBackgroundResource(int) -com.google.android.material.R$styleable: int CollapsingToolbarLayout_toolbarId -io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$dimen: int abc_text_size_display_2_material -com.xw.repo.bubbleseekbar.R$attr: int bsb_auto_adjust_section_mark -androidx.lifecycle.LifecycleDispatcher -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large -androidx.appcompat.R$drawable: int btn_checkbox_checked_mtrl -com.turingtechnologies.materialscrollbar.R$id: int start -androidx.preference.R$id: int default_activity_button -com.turingtechnologies.materialscrollbar.R$dimen: int notification_top_pad_large_text -cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy: java.util.List getSuggestions(android.content.Intent) -com.xw.repo.bubbleseekbar.R$layout: int abc_activity_chooser_view -androidx.preference.R$styleable: int LinearLayoutCompat_showDividers -com.google.android.material.R$styleable: int MotionScene_defaultDuration -androidx.appcompat.R$anim: int abc_fade_out -wangdaye.com.geometricweather.R$id: int item_trend_daily -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowMinWidthMinor -wangdaye.com.geometricweather.R$layout: int mtrl_picker_text_input_date_range -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String getPrecipitationTextWithoutUnit(float) -wangdaye.com.geometricweather.R$attr: int imageAspectRatio -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: android.os.IBinder asBinder() -james.adaptiveicon.R$styleable: int LinearLayoutCompat_android_gravity -com.google.android.material.radiobutton.MaterialRadioButton: MaterialRadioButton(android.content.Context) -com.google.android.material.R$dimen: int mtrl_btn_dialog_btn_min_width -com.google.android.material.R$attr: int initialActivityCount -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_lastHorizontalBias -androidx.activity.R$id: int accessibility_custom_action_7 -com.xw.repo.bubbleseekbar.R$attr: int actionOverflowButtonStyle -com.google.android.material.timepicker.TimeModel -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light -com.google.android.material.R$attr: int constraints -james.adaptiveicon.R$attr: int alpha -com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_list_padding_top_no_title -com.github.rahatarmanahmed.cpv.R$attr: int cpv_startAngle -okhttp3.internal.ws.RealWebSocket: java.util.concurrent.ScheduledFuture cancelFuture -james.adaptiveicon.R$id: int scrollView -android.didikee.donate.R$styleable: int View_theme -cyanogenmod.weatherservice.ServiceRequest: cyanogenmod.weatherservice.ServiceRequest$Status mStatus -okhttp3.OkHttpClient$1: boolean connectionBecameIdle(okhttp3.ConnectionPool,okhttp3.internal.connection.RealConnection) -androidx.preference.R$styleable: int MenuView_android_verticalDivider -cyanogenmod.providers.CMSettings$Secure: float getFloatForUser(android.content.ContentResolver,java.lang.String,int) -james.adaptiveicon.R$style: int Base_AlertDialog_AppCompat -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle -androidx.lifecycle.ReflectiveGenericLifecycleObserver: java.lang.Object mWrapped -android.didikee.donate.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle -wangdaye.com.geometricweather.R$attr: int pivotAnchor -wangdaye.com.geometricweather.R$styleable: int[] SwitchCompat -com.google.android.material.R$dimen: int mtrl_extended_fab_translation_z_base -okio.AsyncTimeout: boolean inQueue -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_drawableBottom -androidx.appcompat.R$styleable: int ActionMenuItemView_android_minWidth -androidx.vectordrawable.R$id: R$id() -com.google.gson.stream.JsonWriter: java.lang.String indent -okhttp3.HttpUrl: java.lang.String QUERY_COMPONENT_ENCODE_SET -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeTemperature -androidx.preference.PreferenceDialogFragmentCompat: PreferenceDialogFragmentCompat() -com.bumptech.glide.integration.okhttp.R$drawable: int notification_bg_low_pressed -androidx.appcompat.R$styleable: int Toolbar_collapseContentDescription -wangdaye.com.geometricweather.R$styleable: int ThemeEnforcement_enforceTextAppearance -androidx.appcompat.R$style: int Widget_AppCompat_PopupWindow -com.turingtechnologies.materialscrollbar.R$id: int decor_content_parent -androidx.preference.R$id: int accessibility_custom_action_1 -androidx.viewpager.R$styleable: int FontFamilyFont_font -io.reactivex.internal.util.NotificationLite$DisposableNotification: java.lang.String toString() -com.turingtechnologies.materialscrollbar.R$layout: int abc_alert_dialog_material -wangdaye.com.geometricweather.R$color: int material_timepicker_button_background -wangdaye.com.geometricweather.R$styleable: int DialogPreference_dialogTitle -androidx.activity.R$styleable: int ColorStateListItem_android_color -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setRainPrecipitation(java.lang.Float) -androidx.coordinatorlayout.widget.CoordinatorLayout: void setStatusBarBackgroundColor(int) -com.amap.api.fence.GeoFence: float l -wangdaye.com.geometricweather.R$styleable: int BottomAppBar_paddingLeftSystemWindowInsets -androidx.customview.R$drawable: int notification_bg -androidx.constraintlayout.widget.R$dimen: int hint_pressed_alpha_material_dark -wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_android_fontVariationSettings -com.google.android.material.R$id: int middle -androidx.preference.R$styleable: int AppCompatTheme_editTextStyle -wangdaye.com.geometricweather.R$string: int glide -wangdaye.com.geometricweather.R$string: int degree_day_temperature -okio.RealBufferedSource: int readUtf8CodePoint() -wangdaye.com.geometricweather.R$drawable: int mtrl_ic_arrow_drop_down -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_removeProfile -wangdaye.com.geometricweather.db.entities.AlertEntity: java.util.Date getDate() -wangdaye.com.geometricweather.R$string: int tag_wind -androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableTransition_android_reversible -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableBottomCompat -retrofit2.OkHttpCall: retrofit2.RequestFactory requestFactory -wangdaye.com.geometricweather.R$attr: int defaultValue -io.reactivex.internal.subscriptions.SubscriptionArbiter: void request(long) -android.didikee.donate.R$attr: int contentInsetLeft -androidx.appcompat.resources.R$style: int TextAppearance_Compat_Notification_Title -com.turingtechnologies.materialscrollbar.R$attr: int dialogCornerRadius -wangdaye.com.geometricweather.R$styleable: int ClockHandView_selectorSize -cyanogenmod.app.BaseLiveLockManagerService: boolean registerChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) -androidx.lifecycle.AbstractSavedStateViewModelFactory: androidx.savedstate.SavedStateRegistry mSavedStateRegistry -androidx.appcompat.R$styleable: int MenuGroup_android_enabled -com.google.android.material.R$string: int material_timepicker_hour -androidx.appcompat.R$styleable: int TextAppearance_android_shadowDx -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_toRightOf -androidx.appcompat.widget.SwitchCompat: void setSplitTrack(boolean) -cyanogenmod.weather.RequestInfo: boolean equals(java.lang.Object) -cyanogenmod.app.ICustomTileListener$Stub$Proxy: android.os.IBinder asBinder() -com.turingtechnologies.materialscrollbar.R$color: int mtrl_tabs_legacy_text_color_selector -okio.RealBufferedSource: java.lang.String readUtf8LineStrict(long) -androidx.core.R$color: R$color() -wangdaye.com.geometricweather.R$color: int colorPrimary -com.amap.api.location.AMapLocation: int GPS_ACCURACY_UNKNOWN -wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_active_text_size -okhttp3.Dispatcher: java.lang.Runnable idleCallback -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_VMAIL_LED_OFF -okio.Okio: okio.Sink blackhole() -cyanogenmod.app.ILiveLockScreenChangeListener$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -androidx.constraintlayout.widget.R$attr: int maxVelocity -androidx.hilt.work.R$styleable: int FontFamilyFont_fontVariationSettings -android.didikee.donate.R$id: int disableHome -okhttp3.internal.http2.Hpack$Writer: void writeInt(int,int,int) -androidx.core.R$attr: int fontProviderFetchStrategy -android.didikee.donate.R$color: int material_grey_600 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean current -androidx.preference.R$styleable: int AppCompatTheme_textAppearanceListItem -wangdaye.com.geometricweather.R$anim: int x2_accelerate_interpolator -androidx.constraintlayout.widget.R$color: int abc_search_url_text_normal -com.bumptech.glide.integration.okhttp.R$attr: int fontProviderQuery -android.didikee.donate.R$id: int scrollIndicatorUp -androidx.appcompat.R$styleable: int StateListDrawableItem_android_drawable -com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_singleLine -androidx.constraintlayout.widget.R$anim: int btn_checkbox_to_unchecked_icon_null_animation -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_COLOR_ADJUSTMENT_VALIDATOR -androidx.work.R$styleable: int FontFamilyFont_fontStyle -android.didikee.donate.R$style: int TextAppearance_AppCompat_Display2 -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData: java.util.concurrent.atomic.AtomicReference mSubscriber -com.google.android.material.bottomsheet.BottomSheetBehavior$SavedState: android.os.Parcelable$Creator CREATOR -android.didikee.donate.R$id: int action_bar_subtitle -androidx.constraintlayout.widget.R$styleable: int State_constraints -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorPrimaryDark -io.reactivex.internal.subscriptions.BasicQueueSubscription -io.reactivex.internal.subscriptions.BasicIntQueueSubscription: void request(long) -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_android_textAppearance -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintRight_toRightOf -wangdaye.com.geometricweather.R$attr: int circleRadius -androidx.lifecycle.HasDefaultViewModelProviderFactory -androidx.appcompat.R$styleable: int ActionBar_hideOnContentScroll -cyanogenmod.weather.WeatherInfo: double getHumidity() -com.google.android.material.R$drawable: int abc_switch_track_mtrl_alpha -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setAqiIndex(java.lang.Integer) -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Display2 -com.google.android.material.R$styleable: int ShapeableImageView_strokeWidth -com.xw.repo.bubbleseekbar.R$style: int Base_V21_Theme_AppCompat_Light -androidx.constraintlayout.widget.R$id: int tag_unhandled_key_event_manager -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_divider -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWindDirection(java.lang.String) -com.google.android.material.R$styleable: int MaterialCalendarItem_android_insetTop -wangdaye.com.geometricweather.R$string: int date_format_long -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintWidth_default -wangdaye.com.geometricweather.R$color: int design_default_color_secondary_variant -com.google.android.material.R$drawable: int abc_list_selector_disabled_holo_light -com.google.android.material.datepicker.MaterialCalendar$CalendarSelector: com.google.android.material.datepicker.MaterialCalendar$CalendarSelector valueOf(java.lang.String) -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter value(java.lang.String) -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ListPopupWindow -androidx.drawerlayout.R$id: int icon -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: ObservableWindowBoundarySupplier$WindowBoundaryMainObserver(io.reactivex.Observer,int,java.util.concurrent.Callable) -com.google.gson.stream.JsonReader: long peekedLong -androidx.appcompat.R$styleable: int AppCompatSeekBar_tickMark -androidx.fragment.R$styleable: int FontFamily_fontProviderFetchTimeout -okhttp3.RequestBody$1 -cyanogenmod.platform.Manifest$permission: java.lang.String THIRD_PARTY_KEYGUARD -wangdaye.com.geometricweather.R$drawable: int notif_temp_37 -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int PARTLY_CLOUDY -androidx.appcompat.R$string: int abc_capital_on -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption clone() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric Metric -com.google.android.material.R$styleable: int TabLayout_tabMinWidth -com.google.android.material.R$color: int mtrl_fab_ripple_color -com.google.android.material.R$attr: int autoSizeStepGranularity -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionOverflowButtonStyle -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: wangdaye.com.geometricweather.db.converters.WindDegreeConverter windDegreeConverter -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: boolean isEntityUpdateable() -okhttp3.Handshake: okhttp3.CipherSuite cipherSuite() -cyanogenmod.providers.DataUsageContract: java.lang.String EXTRA -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text -cyanogenmod.app.suggest.ApplicationSuggestion: java.lang.String getName() -androidx.drawerlayout.R$id: int actions -androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_width -com.google.android.material.R$styleable: int Constraint_layout_constraintTop_toBottomOf -wangdaye.com.geometricweather.R$styleable: int[] StateSet -androidx.lifecycle.extensions.R$attr: int fontProviderFetchStrategy -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonStyleSmall -org.greenrobot.greendao.AbstractDao: void insertInTx(java.lang.Iterable) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_AM_PM_VALIDATOR -androidx.viewpager.R$id: int notification_main_column_container -wangdaye.com.geometricweather.R$drawable: int notif_temp_92 -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver(io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver) -android.didikee.donate.R$color: int material_blue_grey_800 -wangdaye.com.geometricweather.R$attr: int subtitleTextColor -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean() -wangdaye.com.geometricweather.R$id: int shades_layout -com.jaredrummler.android.colorpicker.R$color: int ripple_material_dark -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView -cyanogenmod.providers.CMSettings$Secure: java.lang.String SYS_PROP_CM_SETTING_VERSION -android.didikee.donate.R$drawable: int abc_ic_clear_material -wangdaye.com.geometricweather.R$layout: int notification_template_icon_group -okhttp3.internal.http2.Http2Connection: boolean pushedStream(int) -com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage RESOURCE_CACHE -wangdaye.com.geometricweather.R$styleable: int OnSwipe_touchAnchorSide -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: AccuDailyResult$DailyForecasts$Day() -wangdaye.com.geometricweather.R$attr: int dependency -androidx.constraintlayout.widget.R$attr: int arrowHeadLength -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Menu -wangdaye.com.geometricweather.R$color: int mtrl_navigation_item_icon_tint -androidx.preference.R$attr: int iconTintMode -androidx.fragment.R$styleable: int GradientColor_android_type -wangdaye.com.geometricweather.R$attr: int thumbColor -androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: android.content.res.ColorStateList getSupportBackgroundTintList() -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_onClick -com.google.android.material.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox -androidx.activity.R$id: int accessibility_custom_action_26 -androidx.preference.R$attr: int lastBaselineToBottomHeight -androidx.coordinatorlayout.R$styleable: int GradientColorItem_android_offset -com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Body_Text -com.google.android.material.floatingactionbutton.FloatingActionButton: void setSupportImageTintList(android.content.res.ColorStateList) -androidx.viewpager.R$integer: R$integer() -com.turingtechnologies.materialscrollbar.R$attr: int alertDialogButtonGroupStyle -androidx.preference.R$style: int Widget_AppCompat_ButtonBar -androidx.appcompat.R$style: int Widget_AppCompat_Light_SearchView -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric -com.google.android.material.internal.CheckableImageButton$SavedState: android.os.Parcelable$Creator CREATOR -androidx.dynamicanimation.animation.DynamicAnimation: void removeUpdateListener(androidx.dynamicanimation.animation.DynamicAnimation$OnAnimationUpdateListener) -com.xw.repo.bubbleseekbar.R$attr: int paddingBottomNoButtons -androidx.dynamicanimation.R$styleable: int GradientColor_android_centerY -com.amap.api.location.AMapLocation: java.lang.String getStreet() -james.adaptiveicon.R$id: int expanded_menu -androidx.preference.R$attr: int fontProviderPackage -androidx.appcompat.R$attr: int contentInsetEnd -androidx.loader.R$id: int tag_unhandled_key_listeners -wangdaye.com.geometricweather.R$styleable: int OnSwipe_maxAcceleration -androidx.constraintlayout.widget.R$styleable: int StateListDrawable_android_variablePadding -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_6 -okhttp3.internal.http2.Http2Stream: boolean $assertionsDisabled -okhttp3.internal.Util: java.nio.charset.Charset bomAwareCharset(okio.BufferedSource,java.nio.charset.Charset) -io.reactivex.Observable: io.reactivex.Observable throttleLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -androidx.appcompat.R$drawable: int abc_text_select_handle_left_mtrl_dark -com.xw.repo.bubbleseekbar.R$dimen: int notification_media_narrow_margin -com.google.android.material.textfield.TextInputLayout: com.google.android.material.internal.CheckableImageButton getEndIconToUpdateDummyDrawable() -androidx.appcompat.R$id: int scrollIndicatorUp -androidx.preference.R$dimen -io.reactivex.exceptions.MissingBackpressureException -io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: ObservableRepeatUntil$RepeatUntilObserver(io.reactivex.Observer,io.reactivex.functions.BooleanSupplier,io.reactivex.internal.disposables.SequentialDisposable,io.reactivex.ObservableSource) -androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: void setDropDownBackgroundResource(int) -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWeatherPhase(java.lang.String) -androidx.legacy.coreutils.R$drawable: int notification_template_icon_bg -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language ENGLISH_UK -androidx.preference.R$style: int Base_ThemeOverlay_AppCompat_Light -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property RealFeelShaderTemperature -okhttp3.internal.ws.WebSocketReader$FrameCallback: void onReadClose(int,java.lang.String) -wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: void setHourText(java.lang.String) -okhttp3.internal.platform.OptionalMethod: java.lang.Object invokeOptional(java.lang.Object,java.lang.Object[]) -wangdaye.com.geometricweather.R$styleable: int Slider_android_enabled -wangdaye.com.geometricweather.R$drawable: int notif_temp_21 -androidx.preference.R$styleable: int DialogPreference_android_positiveButtonText -okhttp3.internal.http.HttpCodec -cyanogenmod.app.ProfileManager: java.lang.String ACTION_PROFILE_PICKER -com.google.android.material.R$id: int test_checkbox_app_button_tint -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_pivotX -com.google.android.material.R$styleable: int ExtendedFloatingActionButton_showMotionSpec -com.google.android.material.R$id: int icon_group -android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void innerValue(boolean,java.lang.Object) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getMoldLevel() -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_24 -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_RatingBar_Small -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: CaiYunMainlyResult$IndicesBeanX() -com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_min_width_major -com.google.android.material.R$attr: int mock_label -android.didikee.donate.R$style: int AlertDialog_AppCompat_Light -okhttp3.internal.platform.Platform: void afterHandshake(javax.net.ssl.SSLSocket) -wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider NATIVE -androidx.constraintlayout.widget.R$layout: int abc_alert_dialog_button_bar_material -okhttp3.internal.http2.Http2: byte FLAG_PADDED -wangdaye.com.geometricweather.R$attr: int layout_constraintTop_toTopOf -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Speed: double Value -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionButton -cyanogenmod.app.PartnerInterface: android.content.Context mContext -wangdaye.com.geometricweather.db.entities.AlertEntity: void setPriority(int) -com.google.android.material.R$styleable: int NavigationView_itemShapeAppearance -android.didikee.donate.R$dimen: int notification_top_pad -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: java.lang.String getCardValue() -androidx.drawerlayout.R$id: int icon_group -cyanogenmod.app.ThemeVersion$ComponentVersion: int currentVersion -wangdaye.com.geometricweather.R$id: int activity_widget_config_hideSubtitleTitle -androidx.constraintlayout.widget.R$drawable: int abc_list_selector_disabled_holo_dark -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Position: MfCurrentResult$Position() -androidx.preference.R$attr: int fastScrollHorizontalTrackDrawable -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_medium_material -androidx.appcompat.resources.R$styleable: int GradientColor_android_startY -okio.Source: void close() -com.google.android.material.R$dimen: int mtrl_calendar_year_corner -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator PROXIMITY_ON_WAKE_VALIDATOR -com.google.android.material.slider.BaseSlider: void removeOnChangeListener(com.google.android.material.slider.BaseOnChangeListener) -androidx.constraintlayout.widget.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha -androidx.viewpager2.R$attr: int stackFromEnd -io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -wangdaye.com.geometricweather.R$attr: int radioButtonStyle -okhttp3.Cache: void close() -com.jaredrummler.android.colorpicker.R$attr: int checkboxStyle -com.google.android.material.R$attr: int fabCradleMargin -android.didikee.donate.R$dimen: int notification_action_text_size -wangdaye.com.geometricweather.R$drawable: int snackbar_background -okhttp3.internal.tls.OkHostnameVerifier: boolean verifyHostname(java.lang.String,java.lang.String) -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer getWindChillTemperature() -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: java.lang.Object poll() -androidx.work.ExistingPeriodicWorkPolicy: androidx.work.ExistingPeriodicWorkPolicy KEEP -com.turingtechnologies.materialscrollbar.R$attr: int boxStrokeColor -wangdaye.com.geometricweather.R$drawable: int abc_tab_indicator_mtrl_alpha -com.jaredrummler.android.colorpicker.R$attr: int initialExpandedChildrenCount -wangdaye.com.geometricweather.R$string: int material_timepicker_am -com.xw.repo.bubbleseekbar.R$styleable: int GradientColorItem_android_color -androidx.appcompat.R$attr: int textLocale -okio.BufferedSink: okio.BufferedSink writeDecimalLong(long) -wangdaye.com.geometricweather.R$attr: int suffixTextColor -com.bumptech.glide.integration.okhttp.R$dimen: int notification_action_icon_size -james.adaptiveicon.R$drawable: int abc_ic_star_half_black_36dp -com.google.gson.stream.JsonWriter: void flush() -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: ObservableSampleTimed$SampleTimedObserver(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_verticalBias -com.google.android.material.R$string: int abc_search_hint -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Button -android.didikee.donate.R$styleable: int AppCompatTheme_panelMenuListTheme -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large -cyanogenmod.platform.R$array: R$array() -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small -wangdaye.com.geometricweather.R$style: int material_card -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: long serialVersionUID -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_SearchResult_Title -okhttp3.Request$Builder: okhttp3.RequestBody body -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric: int UnitType -wangdaye.com.geometricweather.R$string: int material_timepicker_select_time -wangdaye.com.geometricweather.R$dimen: int design_fab_translation_z_pressed -cyanogenmod.weather.WeatherInfo: int access$302(cyanogenmod.weather.WeatherInfo,int) -com.google.android.material.R$id: int accessibility_action_clickable_span -androidx.appcompat.R$style: int Animation_AppCompat_DropDownUp -com.google.android.material.R$attr: int colorOnError -androidx.appcompat.widget.SearchView: void setIconified(boolean) -com.github.rahatarmanahmed.cpv.R$attr: int cpv_color -wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: RoundProgress(android.content.Context) -androidx.hilt.work.R$dimen: int compat_notification_large_icon_max_height -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_65 -androidx.constraintlayout.widget.R$style: int Platform_ThemeOverlay_AppCompat -androidx.constraintlayout.widget.R$dimen: int abc_search_view_preferred_height -okio.Timeout: long deadlineNanoTime -androidx.constraintlayout.widget.R$color: int background_floating_material_light -com.jaredrummler.android.colorpicker.R$color: int secondary_text_default_material_dark -androidx.hilt.R$id: int action_image -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric: int UnitType -com.google.android.material.R$styleable: int AppCompatTheme_windowActionBarOverlay -com.google.gson.stream.JsonReader: void push(int) -cyanogenmod.externalviews.ExternalViewProviderService$Provider: void onDetach() -com.google.android.material.R$layout: int abc_alert_dialog_title_material -wangdaye.com.geometricweather.R$styleable: int MaterialButton_cornerRadius -androidx.dynamicanimation.R$styleable: int FontFamilyFont_font -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Metric Metric -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_51 -okhttp3.internal.http1.Http1Codec: int STATE_IDLE -wangdaye.com.geometricweather.R$drawable: int material_ic_menu_arrow_up_black_24dp -com.google.android.material.R$attr: int actionModePopupWindowStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getDate() -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void innerComplete() -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_scrollMode -androidx.lifecycle.MediatorLiveData: MediatorLiveData() -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: io.reactivex.disposables.Disposable upstream -cyanogenmod.weatherservice.WeatherProviderService: android.os.IBinder onBind(android.content.Intent) -cyanogenmod.providers.WeatherContract -wangdaye.com.geometricweather.remoteviews.config.Hilt_WeekWidgetConfigActivity -cyanogenmod.app.Profile: int getTriggerState(int,java.lang.String) -io.reactivex.subjects.PublishSubject$PublishDisposable -androidx.work.R$drawable: R$drawable() -androidx.appcompat.R$styleable: int AppCompatTheme_actionBarSize -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilitySnow: java.lang.Integer proba3H -com.google.android.material.R$dimen: int abc_action_bar_default_padding_end_material -okhttp3.internal.cache.DiskLruCache: boolean mostRecentRebuildFailed -androidx.lifecycle.LifecycleService: androidx.lifecycle.ServiceLifecycleDispatcher mDispatcher -androidx.constraintlayout.widget.R$styleable: int ActionBar_contentInsetStart -android.didikee.donate.R$styleable: int SwitchCompat_thumbTextPadding -cyanogenmod.weather.WeatherInfo$Builder: int mTempUnit -com.google.android.material.R$styleable: int Transition_pathMotionArc -android.didikee.donate.R$dimen: int abc_text_size_headline_material -com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_chipSpacing -wangdaye.com.geometricweather.R$styleable: int Constraint_android_minHeight -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeSplitBackground -androidx.loader.R$id: int right_icon -wangdaye.com.geometricweather.R$string: int key_forecast_tomorrow_time -wangdaye.com.geometricweather.R$styleable: int ListPreference_android_entryValues -retrofit2.OkHttpCall$ExceptionCatchingResponseBody: void close() -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_divider -androidx.preference.R$drawable: int abc_list_selector_holo_light -cyanogenmod.app.BaseLiveLockManagerService: void updateDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) -com.google.android.gms.common.internal.safeparcel.SafeParcelReader$ParseException: SafeParcelReader$ParseException(java.lang.String,android.os.Parcel) -androidx.lifecycle.extensions.R$style: int Widget_Compat_NotificationActionContainer -wangdaye.com.geometricweather.R$id: int activity_about_container -com.amap.api.location.AMapLocationQualityReport: void setInstallHighDangerMockApp(boolean) -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_lastVerticalBias -okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.ErrorCode getErrorCode() -androidx.constraintlayout.helper.widget.Layer -androidx.constraintlayout.widget.R$attr: int drawableRightCompat -wangdaye.com.geometricweather.R$attr: int titleEnabled -com.google.android.material.chip.ChipGroup: void setChipSpacingVertical(int) -androidx.constraintlayout.widget.R$attr: int measureWithLargestChild -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleMargins -androidx.constraintlayout.widget.R$dimen: int abc_config_prefDialogWidth -okhttp3.ConnectionPool: ConnectionPool() -androidx.drawerlayout.widget.DrawerLayout: float getDrawerElevation() -androidx.fragment.R$styleable: int FontFamilyFont_android_fontWeight -wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_elevation -com.google.android.material.R$dimen: int mtrl_low_ripple_hovered_alpha -com.google.android.material.R$styleable: int ConstraintSet_android_rotation -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableStartCompat -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_switchPadding -android.didikee.donate.R$attr: int homeAsUpIndicator -androidx.preference.R$styleable: int AppCompatTheme_windowActionModeOverlay -wangdaye.com.geometricweather.R$attr: int itemShapeInsetEnd -com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: int hashCode() -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_at -com.google.android.material.R$id: int multiply -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setShrinkMotionSpecResource(int) -wangdaye.com.geometricweather.R$styleable: int AppBarLayout_android_background -androidx.constraintlayout.widget.R$attr: int paddingTopNoTitle -androidx.appcompat.resources.R$color -okhttp3.internal.http2.Hpack$Reader: int dynamicTableByteCount -cyanogenmod.app.suggest.AppSuggestManager: AppSuggestManager(android.content.Context) -androidx.constraintlayout.widget.Barrier: void setType(int) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_minWidth -com.jaredrummler.android.colorpicker.R$string: int cpv_presets -com.xw.repo.bubbleseekbar.R$attr: int buttonBarNegativeButtonStyle -james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 -com.google.android.material.button.MaterialButton: void setRippleColor(android.content.res.ColorStateList) -androidx.preference.R$layout: int abc_alert_dialog_button_bar_material -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Metric -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ListView_Menu -com.google.android.material.textfield.TextInputLayout: void setErrorIconDrawable(int) -androidx.customview.R$id: int text -android.didikee.donate.R$style: int ThemeOverlay_AppCompat_Dialog -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoldDescription -android.didikee.donate.R$color: int dim_foreground_disabled_material_light -okio.AsyncTimeout: long IDLE_TIMEOUT_NANOS -androidx.preference.R$attr: int subMenuArrow -com.google.android.material.R$dimen: int tooltip_horizontal_padding -androidx.constraintlayout.widget.R$styleable: int KeyTrigger_onCross -androidx.legacy.coreutils.R$layout: int notification_template_part_chronometer -james.adaptiveicon.R$attr: int tickMark -james.adaptiveicon.R$id: int search_src_text -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon -androidx.appcompat.R$styleable: int AppCompatTheme_dividerVertical -com.google.android.material.R$style: int Widget_AppCompat_ActionButton_Overflow -okhttp3.internal.http.RequestLine: java.lang.String requestPath(okhttp3.HttpUrl) -okio.GzipSink: okio.Timeout timeout() -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_cornerRadius -wangdaye.com.geometricweather.R$drawable: int weather_haze_mini_grey -com.google.android.material.R$drawable: int material_ic_keyboard_arrow_previous_black_24dp -com.google.android.material.R$dimen: int mtrl_navigation_item_icon_padding -okhttp3.Response$Builder: okhttp3.Response networkResponse -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_Layout_android_layout_height -com.xw.repo.bubbleseekbar.R$drawable: int abc_scrubber_primary_mtrl_alpha -retrofit2.BuiltInConverters$RequestBodyConverter: okhttp3.RequestBody convert(okhttp3.RequestBody) -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxCornerRadiusBottomEnd -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIndicatorColor -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String shortDescription -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: java.lang.String getDatetime() -wangdaye.com.geometricweather.R$attr: int useMaterialThemeColors -com.xw.repo.bubbleseekbar.R$attr: int iconifiedByDefault -androidx.appcompat.R$styleable: int MenuItem_android_checkable -com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_item_horizontal_padding -androidx.appcompat.R$styleable: int StateListDrawable_android_constantSize -okhttp3.internal.Util -com.turingtechnologies.materialscrollbar.R$drawable: int notification_bg -com.xw.repo.bubbleseekbar.R$anim: int abc_slide_out_bottom -com.xw.repo.bubbleseekbar.R$layout: int abc_alert_dialog_title_material -androidx.constraintlayout.widget.R$styleable: int[] ImageFilterView -okhttp3.internal.platform.OptionalMethod: java.lang.Object invokeWithoutCheckedException(java.lang.Object,java.lang.Object[]) -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_titleEnabled -okhttp3.Response: okhttp3.Request request -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_anim_duration -com.amap.api.location.LocationManagerBase: void stopAssistantLocation() -com.xw.repo.bubbleseekbar.R$id: int tabMode -wangdaye.com.geometricweather.R$styleable: int AppBarLayout_liftOnScrollTargetViewId -androidx.appcompat.widget.SwitchCompat: int getSwitchMinWidth() -androidx.appcompat.R$dimen: int abc_text_size_body_2_material -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Caption -com.google.android.material.R$dimen: int mtrl_btn_z -androidx.constraintlayout.widget.R$id: int jumpToEnd -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintBottom_creator -com.jaredrummler.android.colorpicker.R$style: int Base_V21_Theme_AppCompat_Light_Dialog -wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_elevation -com.google.android.material.R$styleable: int KeyCycle_transitionPathRotate -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeShareDrawable -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHorizontal_chainStyle -okhttp3.CertificatePinner$Pin: java.lang.String canonicalHostname -com.google.android.material.R$attr: int paddingTopNoTitle -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_textColorHint -com.google.android.material.R$dimen: int mtrl_low_ripple_pressed_alpha -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float snow6h -androidx.work.R$attr: int fontProviderPackage -com.google.android.material.button.MaterialButtonToggleGroup: void setSingleSelection(boolean) -wangdaye.com.geometricweather.R$drawable: int widget_card_dark_100 -android.didikee.donate.R$style: int Widget_AppCompat_Button_Borderless -androidx.preference.R$id: int accessibility_custom_action_16 -androidx.appcompat.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title -androidx.appcompat.R$styleable: int ActionBar_progressBarPadding -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintRight_toRightOf -androidx.preference.R$attr: int actionProviderClass -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: ObservableThrottleLatest$ThrottleLatestObserver(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler$Worker,boolean) -androidx.core.R$id: int accessibility_custom_action_15 -androidx.loader.R$dimen: int notification_action_icon_size -androidx.lifecycle.ClassesInfoCache$CallbackInfo: java.util.Map mEventToHandlers -androidx.cardview.widget.CardView: void setPreventCornerOverlap(boolean) -wangdaye.com.geometricweather.R$string: int mtrl_picker_text_input_date_range_end_hint -androidx.preference.R$styleable: int AppCompatTheme_spinnerStyle -androidx.constraintlayout.widget.R$attr: int constraintSet -androidx.viewpager2.R$id: int accessibility_custom_action_10 -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void onNext(java.lang.Object) -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_16 -wangdaye.com.geometricweather.R$attr: int drawableSize -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Small_Inverse -com.turingtechnologies.materialscrollbar.R$id: int smallLabel -com.jaredrummler.android.colorpicker.R$style: int Platform_V25_AppCompat_Light -androidx.appcompat.R$styleable: int AppCompatTheme_windowActionModeOverlay -james.adaptiveicon.R$attr: int actionOverflowButtonStyle -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: int getPrecipitationColor(android.content.Context) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeIcePrecipitation -com.google.android.material.R$attr: int listChoiceIndicatorSingleAnimated -com.google.android.material.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 -com.google.android.gms.auth.api.signin.GoogleSignInAccount: android.os.Parcelable$Creator CREATOR -com.turingtechnologies.materialscrollbar.R$dimen: int cardview_default_elevation -androidx.constraintlayout.widget.R$attr: int barrierDirection -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: boolean isDisposed() -okhttp3.ResponseBody: okhttp3.ResponseBody create(okhttp3.MediaType,long,okio.BufferedSource) -androidx.constraintlayout.widget.R$dimen: int abc_text_size_menu_header_material -androidx.appcompat.widget.AppCompatRadioButton: void setButtonDrawable(int) -com.google.gson.stream.JsonReader: int peeked -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_tileMode -com.google.android.material.R$styleable: int[] MockView -wangdaye.com.geometricweather.R$styleable: int Tooltip_android_minWidth -androidx.constraintlayout.widget.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_1 -wangdaye.com.geometricweather.R$dimen: int abc_dialog_min_width_minor -androidx.viewpager.R$attr: int fontProviderQuery -cyanogenmod.weather.WeatherInfo$Builder: java.util.List mForecastList -androidx.fragment.R$style: int TextAppearance_Compat_Notification_Title -wangdaye.com.geometricweather.R$style: int Base_V21_Theme_MaterialComponents_Dialog -androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type HORIZONTAL_DIMENSION -com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_colorPresets -io.reactivex.Observable: io.reactivex.Observable mergeDelayError(java.lang.Iterable) -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: boolean isExecuted() -okhttp3.OkHttpClient: int connectTimeout -com.google.android.material.R$layout: int design_navigation_item_separator -androidx.constraintlayout.widget.R$style: int Base_Animation_AppCompat_DropDownUp -retrofit2.BuiltInConverters$StreamingResponseBodyConverter: BuiltInConverters$StreamingResponseBodyConverter() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getTreeDescription() -wangdaye.com.geometricweather.R$styleable: int Layout_barrierMargin -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int TORNADO -com.jaredrummler.android.colorpicker.R$dimen: int abc_dropdownitem_icon_width -com.jaredrummler.android.colorpicker.R$styleable: int ViewStubCompat_android_layout -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableLeftCompat -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onScreenTurnedOff() -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse -cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_isDataConnectionEnabled -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_3 -androidx.constraintlayout.widget.R$dimen: int abc_text_size_body_2_material -com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawable_android_constantSize -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String grassDescription -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox -wangdaye.com.geometricweather.main.dialogs.LearnMoreAboutResidentLocationDialog -androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_statusBarBackground -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder retryOnConnectionFailure(boolean) -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_WIND_SPEED -com.google.android.material.floatingactionbutton.FloatingActionButton: android.content.res.ColorStateList getBackgroundTintList() -com.xw.repo.bubbleseekbar.R$attr: int titleTextAppearance -com.amap.api.location.AMapLocation: AMapLocation(android.location.Location) -androidx.swiperefreshlayout.R$styleable: int[] FontFamily -com.turingtechnologies.materialscrollbar.R$color: int abc_search_url_text_selected -com.amap.api.location.AMapLocationClient: void startAssistantLocation(android.webkit.WebView) -okio.DeflaterSink: okio.BufferedSink sink -okio.Buffer: okio.BufferedSink write(byte[]) -androidx.constraintlayout.widget.ConstraintLayout: void setMaxWidth(int) -android.didikee.donate.R$attr: int autoCompleteTextViewStyle -io.reactivex.Observable: io.reactivex.Observable subscribeOn(io.reactivex.Scheduler) -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored -com.turingtechnologies.materialscrollbar.R$styleable: int MenuGroup_android_menuCategory -com.xw.repo.bubbleseekbar.R$color: int secondary_text_default_material_dark -com.google.android.material.R$color: int material_slider_thumb_color -android.support.v4.graphics.drawable.IconCompatParcelizer: androidx.core.graphics.drawable.IconCompat read(androidx.versionedparcelable.VersionedParcel) -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode[] values() -wangdaye.com.geometricweather.R$attr: int chipSurfaceColor -com.bumptech.glide.integration.okhttp.R$drawable: int notification_bg_low -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: java.lang.String getUvIndex() -okhttp3.internal.cache.DiskLruCache: java.io.File journalFileBackup -james.adaptiveicon.R$style: int Widget_AppCompat_ActionBar -com.turingtechnologies.materialscrollbar.R$color: int material_grey_900 -com.xw.repo.bubbleseekbar.R$dimen: int abc_cascading_menus_min_smallest_width -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: void onSubscribe(io.reactivex.disposables.Disposable) -james.adaptiveicon.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar -okhttp3.internal.cache.DiskLruCache: boolean initialized -okio.Pipe$PipeSink: okio.Pipe this$0 -cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: void removeCustomTileWithTag(java.lang.String,java.lang.String,int,int) -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActivityChooserView -androidx.recyclerview.R$drawable: int notification_bg_low_normal -com.google.android.material.R$style: int Base_Widget_AppCompat_RatingBar -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder setEncodedQueryParameter(java.lang.String,java.lang.String) -cyanogenmod.hardware.DisplayMode$1: cyanogenmod.hardware.DisplayMode[] newArray(int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean getPressure() -com.google.android.material.chip.Chip: void setOnCheckedChangeListenerInternal(android.widget.CompoundButton$OnCheckedChangeListener) -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: void onComplete() -androidx.constraintlayout.widget.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog -androidx.lifecycle.ReflectiveGenericLifecycleObserver: ReflectiveGenericLifecycleObserver(java.lang.Object) -com.jaredrummler.android.colorpicker.R$attr: int fontVariationSettings -james.adaptiveicon.R$dimen: int abc_seekbar_track_background_height_material -com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd -com.xw.repo.bubbleseekbar.R$color: int abc_tint_seek_thumb -com.jaredrummler.android.colorpicker.R$attr: int titleTextAppearance -io.reactivex.Observable: io.reactivex.Observable merge(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource) -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Medium -com.xw.repo.bubbleseekbar.R$style: int Platform_ThemeOverlay_AppCompat_Dark -androidx.appcompat.R$attr: int drawableBottomCompat -com.xw.repo.bubbleseekbar.R$attr: int height -com.turingtechnologies.materialscrollbar.R$string: int abc_shareactionprovider_share_with -cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String YEAR -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setLongitude(java.lang.String) -wangdaye.com.geometricweather.R$id: int search_go_btn -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_PopupWindow -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property Date -wangdaye.com.geometricweather.R$drawable: int ic_aqi -io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: long serialVersionUID -com.google.android.gms.base.R$drawable: int common_google_signin_btn_icon_light_focused -okio.BufferedSource: boolean exhausted() -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Small_Inverse -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setUvDescription(java.lang.String) -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionBar_TabBar -wangdaye.com.geometricweather.R$styleable: int KeyCycle_waveShape -androidx.constraintlayout.widget.R$color: int secondary_text_disabled_material_light -com.google.gson.stream.JsonReader: void consumeNonExecutePrefix() -io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float ice -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: void setValue(java.util.List) -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_RatingBar -androidx.transition.R$drawable: int notification_icon_background -androidx.hilt.lifecycle.R$id: int tag_unhandled_key_event_manager -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Metric: int UnitType -androidx.preference.UnPressableLinearLayout: UnPressableLinearLayout(android.content.Context,android.util.AttributeSet) -org.greenrobot.greendao.AbstractDao: java.lang.Object getKey(java.lang.Object) -androidx.vectordrawable.R$layout: int notification_template_icon_group -androidx.preference.R$styleable: int Fragment_android_tag -wangdaye.com.geometricweather.R$id: int dialog_location_help_manageTitle -androidx.constraintlayout.widget.R$drawable: int abc_btn_colored_material -retrofit2.SkipCallbackExecutorImpl: java.lang.annotation.Annotation[] ensurePresent(java.lang.annotation.Annotation[]) -androidx.cardview.R$attr: int cardViewStyle -james.adaptiveicon.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title -okhttp3.internal.http.HttpMethod: boolean invalidatesCache(java.lang.String) -androidx.preference.R$attr: int windowMinWidthMajor -cyanogenmod.providers.CMSettings$Secure: java.lang.String[] LEGACY_SECURE_SETTINGS -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: void onNext(java.lang.Object) -androidx.core.R$id: int accessibility_custom_action_3 -com.google.android.material.button.MaterialButtonToggleGroup: java.util.List getCheckedButtonIds() -james.adaptiveicon.R$anim: int abc_slide_out_bottom -okhttp3.Response$Builder: Response$Builder() -wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: boolean checkTerminated(boolean,boolean,io.reactivex.Observer,boolean,io.reactivex.internal.operators.observable.ObservableZip$ZipObserver) -androidx.appcompat.widget.AbsActionBarView: AbsActionBarView(android.content.Context,android.util.AttributeSet) -com.xw.repo.bubbleseekbar.R$color: int material_blue_grey_950 -retrofit2.RequestFactory: boolean isKotlinSuspendFunction -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textColorAlertDialogListItem -com.bumptech.glide.integration.okhttp.R$attr: int layout_behavior -com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat_Dark -okhttp3.Response: okhttp3.CacheControl cacheControl -wangdaye.com.geometricweather.R$attr: int textAppearanceHeadline3 -cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_WIFI -cyanogenmod.themes.ThemeManager$2: cyanogenmod.themes.ThemeManager this$0 -com.xw.repo.bubbleseekbar.R$id: int italic -wangdaye.com.geometricweather.R$styleable: int View_android_theme -com.github.rahatarmanahmed.cpv.CircularProgressView: int thickness -wangdaye.com.geometricweather.R$dimen: int highlight_alpha_material_light -com.jaredrummler.android.colorpicker.R$dimen: int abc_progress_bar_height_material -okhttp3.internal.http2.Http2Stream$FramingSink: void flush() -okhttp3.internal.http2.Http2Connection: int OKHTTP_CLIENT_WINDOW_SIZE -androidx.constraintlayout.widget.R$layout: int notification_template_part_time -okhttp3.internal.cache.DiskLruCache: void evictAll() -androidx.appcompat.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle -wangdaye.com.geometricweather.R$id: int screen -androidx.dynamicanimation.R$style: int TextAppearance_Compat_Notification -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int PARTLY_CLOUDY_DAY -wangdaye.com.geometricweather.R$attr: int fontProviderQuery -androidx.hilt.R$drawable: int notification_bg_normal -com.google.android.material.R$dimen: int abc_text_size_menu_header_material -androidx.preference.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_popupWindowStyle -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart -com.google.android.material.R$color: int design_dark_default_color_on_primary -com.google.android.material.R$styleable: int Insets_paddingBottomSystemWindowInsets -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver(io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver) -james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert -wangdaye.com.geometricweather.R$attr: int hideMotionSpec -com.xw.repo.bubbleseekbar.R$attr: int actionModeStyle -wangdaye.com.geometricweather.R$id: int item_details_title -androidx.constraintlayout.widget.R$styleable: int Toolbar_titleMarginStart -com.xw.repo.bubbleseekbar.R$attr: int dropdownListPreferredItemHeight -wangdaye.com.geometricweather.R$drawable: int abc_ic_search_api_material -retrofit2.adapter.rxjava2.Result: retrofit2.adapter.rxjava2.Result error(java.lang.Throwable) -com.google.android.material.transformation.TransformationChildLayout: TransformationChildLayout(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$id: int mtrl_calendar_year_selector_frame -com.google.android.gms.base.R$string: int common_google_play_services_enable_button -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: ExecutorScheduler$ExecutorWorker$InterruptibleRunnable(java.lang.Runnable,io.reactivex.internal.disposables.DisposableContainer) -androidx.coordinatorlayout.R$id -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem -com.google.android.material.R$styleable: int[] SnackbarLayout -androidx.appcompat.R$attr: int actionModeCloseDrawable -androidx.coordinatorlayout.R$id: int accessibility_custom_action_26 -androidx.appcompat.widget.AppCompatToggleButton: AppCompatToggleButton(android.content.Context,android.util.AttributeSet,int) -retrofit2.Retrofit$1 -com.bumptech.glide.integration.okhttp.R$id: int action_container -androidx.viewpager.R$dimen: int notification_action_icon_size -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: int getRequiredWidth() -androidx.constraintlayout.helper.widget.Flow: void setHorizontalStyle(int) -androidx.appcompat.R$string: int search_menu_title -androidx.swiperefreshlayout.R$styleable: int FontFamily_fontProviderPackage -androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableCompat_android_dither -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit MUGPCUM -com.google.android.material.R$id: int startHorizontal -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: int getChartBottom() -com.google.android.material.R$color: int mtrl_card_view_ripple -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Chip_Entry -wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_seekBarIncrement -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintTop_toTopOf -android.didikee.donate.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight -com.xw.repo.bubbleseekbar.R$string -android.didikee.donate.R$attr: int thumbTintMode -io.reactivex.Observable: io.reactivex.Single collectInto(java.lang.Object,io.reactivex.functions.BiConsumer) -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_disabled_translation_z -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: java.lang.String url -wangdaye.com.geometricweather.R$dimen: int mtrl_bottomappbar_fab_cradle_margin -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow: java.lang.Float cumul3H -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: float getTrimPathEnd() -io.reactivex.Observable: io.reactivex.Observable distinct(io.reactivex.functions.Function,java.util.concurrent.Callable) -com.google.android.material.R$styleable: int ConstraintSet_android_visibility -com.turingtechnologies.materialscrollbar.R$attr: int contentInsetRight -james.adaptiveicon.R$attr: int tint -retrofit2.http.Path: java.lang.String value() -okhttp3.HttpUrl: java.lang.String encodedUsername() -com.google.gson.FieldNamingPolicy$1: java.lang.String translateName(java.lang.reflect.Field) -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit[] values() -okhttp3.internal.ws.RealWebSocket$1: RealWebSocket$1(okhttp3.internal.ws.RealWebSocket) -androidx.preference.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar -com.google.android.material.chip.ChipGroup: java.util.List getCheckedChipIds() -androidx.activity.R$id: int normal -com.google.android.material.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle -androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_layout_behavior -androidx.constraintlayout.widget.R$attr: int staggered -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Dialog_MinWidth -james.adaptiveicon.R$attr: int listPopupWindowStyle -com.google.android.material.R$id: int accessibility_custom_action_7 -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean point -okio.Buffer: okio.Buffer writeTo(java.io.OutputStream,long) -okhttp3.Cookie: boolean hostOnly -okio.Buffer: int readIntLe() -wangdaye.com.geometricweather.R$drawable: int weather_snow_1 -com.xw.repo.bubbleseekbar.R$color: int tooltip_background_light -wangdaye.com.geometricweather.db.entities.HourlyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode -okhttp3.Cache: int ENTRY_METADATA -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWeatherCode -com.bumptech.glide.integration.okhttp.R$color -wangdaye.com.geometricweather.R$attr: int measureWithLargestChild -wangdaye.com.geometricweather.R$drawable: int abc_seekbar_tick_mark_material -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Dialog_FixedSize -okhttp3.logging.LoggingEventListener -io.reactivex.Observable: io.reactivex.Observable concatMapSingleDelayError(io.reactivex.functions.Function) -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Large_Inverse -com.bumptech.glide.R$drawable: int notification_bg -wangdaye.com.geometricweather.R$plurals -okhttp3.internal.ws.WebSocketProtocol: int OPCODE_BINARY -androidx.hilt.R$id -com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_thickness -android.didikee.donate.R$color: int abc_tint_default -com.bumptech.glide.R$styleable: int CoordinatorLayout_keylines -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText -com.baidu.location.LocationClientOption$LocationMode: com.baidu.location.LocationClientOption$LocationMode Hight_Accuracy -io.reactivex.internal.disposables.EmptyDisposable: void error(java.lang.Throwable,io.reactivex.SingleObserver) -androidx.lifecycle.LifecycleEventObserver: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) -androidx.appcompat.R$id: int italic -retrofit2.Retrofit: java.lang.Object create(java.lang.Class) -org.greenrobot.greendao.AbstractDaoSession: void registerDao(java.lang.Class,org.greenrobot.greendao.AbstractDao) -com.google.android.material.R$drawable: int abc_cab_background_top_mtrl_alpha -wangdaye.com.geometricweather.R$id: int activity_widget_config -okhttp3.Dispatcher: boolean promoteAndExecute() -com.google.android.material.R$styleable: int Transform_android_rotationX -okhttp3.internal.http.HttpHeaders: okhttp3.Headers varyHeaders(okhttp3.Headers,okhttp3.Headers) -wangdaye.com.geometricweather.R$id: int save_non_transition_alpha -com.bumptech.glide.load.HttpException: HttpException(int) -androidx.preference.R$styleable: int SearchView_iconifiedByDefault -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_ActionBar_Surface -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver inner -androidx.lifecycle.extensions.R$id: int dialog_button -androidx.preference.R$styleable: int[] TextAppearance -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_is_float_type -james.adaptiveicon.R$attr: int isLightTheme -androidx.transition.R$dimen: int notification_large_icon_width -com.google.android.material.R$attr: int showDelay -androidx.preference.R$style: int Widget_Compat_NotificationActionContainer -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Dialog_FixedSize -com.github.rahatarmanahmed.cpv.CircularProgressView$5 -okhttp3.ResponseBody: java.io.Reader reader -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.Integer getDbz() -androidx.constraintlayout.widget.R$attr: int searchIcon -cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String key() -androidx.appcompat.widget.SwitchCompat: void setTrackResource(int) -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Button_Small -okhttp3.internal.http2.Http2: okio.ByteString CONNECTION_PREFACE -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_curveFit -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_strokeColor -com.jaredrummler.android.colorpicker.R$attr: int switchPreferenceStyle -androidx.lifecycle.ViewModelProviders -wangdaye.com.geometricweather.R$attr: int updatesContinuously -com.google.android.material.R$attr: int buttonBarStyle -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton$ExtendedFloatingActionButtonBehavior -androidx.preference.R$drawable: int abc_ic_menu_share_mtrl_alpha -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setRealFeelShaderTemperature(java.lang.Integer) -androidx.legacy.coreutils.R$integer -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabPaddingBottom -cyanogenmod.app.suggest.AppSuggestManager: cyanogenmod.app.suggest.IAppSuggestManager getService() -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setRotation(float) -wangdaye.com.geometricweather.settings.activities.SelectProviderActivity -androidx.preference.R$dimen: int fastscroll_margin -wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) -com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_fixed_width_minor -com.google.android.material.R$styleable: int AlertDialog_listLayout -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionMode_Inverse -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: java.util.List getValue() -james.adaptiveicon.R$layout: int abc_dialog_title_material -android.didikee.donate.R$attr: int displayOptions -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintBottom_toTopOf -okhttp3.Cache: Cache(java.io.File,long) -james.adaptiveicon.R$styleable: int AppCompatTheme_buttonBarButtonStyle -io.reactivex.Observable: io.reactivex.Observable doOnEach(io.reactivex.Observer) -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$1 -io.reactivex.Observable: io.reactivex.Observable buffer(long,long,java.util.concurrent.TimeUnit) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade: AccuDailyResult$DailyForecasts$RealFeelTemperatureShade() -com.turingtechnologies.materialscrollbar.R$style: int Theme_Design_Light -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setWeatherCode(wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode) -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ListView -androidx.appcompat.R$styleable: int ActionBar_icon -com.bumptech.glide.integration.okhttp.R$styleable: int ColorStateListItem_alpha -okio.RealBufferedSource: java.lang.String readUtf8LineStrict() -wangdaye.com.geometricweather.R$attr: int labelStyle -androidx.appcompat.R$id: int tag_screen_reader_focusable -wangdaye.com.geometricweather.R$drawable: int shortcuts_partly_cloudy_day -wangdaye.com.geometricweather.R$styleable: int LiveLockScreen_type -wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit PERCENT -io.reactivex.Observable: io.reactivex.Observable window(io.reactivex.ObservableSource) -com.bumptech.glide.integration.okhttp.R$style: int TextAppearance_Compat_Notification_Time -com.jaredrummler.android.colorpicker.R$attr: int actionMenuTextAppearance -androidx.appcompat.widget.Toolbar: int getContentInsetLeft() -retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: void onFailure(retrofit2.Call,java.lang.Throwable) -com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType[] values() -com.turingtechnologies.materialscrollbar.R$attr: int chipBackgroundColor -com.jaredrummler.android.colorpicker.R$attr: int summary -com.amap.api.fence.GeoFenceClient: void setGeoFenceAble(java.lang.String,boolean) -okhttp3.internal.http1.Http1Codec: void flushRequest() -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription(org.reactivestreams.Subscriber,androidx.lifecycle.LifecycleOwner,androidx.lifecycle.LiveData) -wangdaye.com.geometricweather.R$layout: int mtrl_picker_header_fullscreen -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_alertDialogTheme -com.google.android.material.appbar.CollapsingToolbarLayout: void setContentScrim(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.R$string: int wind_12 -androidx.activity.R$styleable: int GradientColor_android_endY -com.google.android.material.R$styleable: int ActionBar_popupTheme -wangdaye.com.geometricweather.R$attr: int maxVelocity -androidx.constraintlayout.widget.R$dimen: int notification_top_pad -androidx.appcompat.R$attr: int actionModeStyle -com.turingtechnologies.materialscrollbar.R$drawable: int abc_item_background_holo_light -androidx.constraintlayout.widget.R$styleable: int[] Variant -retrofit2.Callback: void onResponse(retrofit2.Call,retrofit2.Response) -androidx.constraintlayout.widget.R$drawable: int abc_btn_switch_to_on_mtrl_00001 -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void drain() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: void setUnit(java.lang.String) -com.autonavi.aps.amapapi.model.AMapLocationServer: void e(java.lang.String) -cyanogenmod.app.LiveLockScreenManager: java.lang.String TAG -androidx.constraintlayout.widget.R$attr: int popupMenuStyle -wangdaye.com.geometricweather.R$id: int expanded_menu -okhttp3.RealCall$AsyncCall: okhttp3.RealCall get() -androidx.appcompat.R$style: int ThemeOverlay_AppCompat_DayNight_ActionBar -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow -androidx.preference.R$styleable: int AppCompatTextView_drawableLeftCompat -io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_2 -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean dispatchKeyShortcutEvent(android.view.KeyEvent) -androidx.fragment.R$id: int accessibility_custom_action_24 -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: void clear() -cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_enqueueLiveLockScreen -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: boolean isDisposed() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String daytimeWindDirection -retrofit2.converter.gson.GsonRequestBodyConverter: com.google.gson.TypeAdapter adapter -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay -okhttp3.internal.http1.Http1Codec$UnknownLengthSource: Http1Codec$UnknownLengthSource(okhttp3.internal.http1.Http1Codec) -androidx.fragment.R$styleable: int[] Fragment -okio.RealBufferedSink$1: void write(int) -wangdaye.com.geometricweather.R$transition: int search_activity_shared_return -cyanogenmod.weather.RequestInfo: cyanogenmod.weather.IRequestInfoListener getRequestListener() -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer getRealFeelTemperature() -androidx.preference.R$styleable: int AppCompatTheme_controlBackground -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: io.reactivex.internal.fuseable.QueueDisposable qd -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial: double Value -wangdaye.com.geometricweather.R$layout: int design_bottom_sheet_dialog -androidx.constraintlayout.widget.R$attr: int targetId -androidx.appcompat.R$styleable: int[] SearchView -com.google.android.material.R$styleable: int Layout_layout_constraintHorizontal_chainStyle -com.jaredrummler.android.colorpicker.R$attr: int colorAccent -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilitySnow: MfForecastResult$ProbabilityForecast$ProbabilitySnow() -com.amap.api.location.AMapLocationClient: void stopLocation() -com.jaredrummler.android.colorpicker.R$attr: int autoSizeMaxTextSize -cyanogenmod.app.Profile: cyanogenmod.profiles.StreamSettings getSettingsForStream(int) -com.google.android.material.R$dimen: int design_snackbar_background_corner_radius -com.amap.api.fence.DistrictItem: void writeToParcel(android.os.Parcel,int) -com.google.android.gms.common.api.AvailabilityException: androidx.collection.ArrayMap zaa -com.xw.repo.bubbleseekbar.R$drawable: int abc_textfield_search_material -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_menu_material -com.bumptech.glide.integration.okhttp.R$attr: int fontStyle -com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_showSeekBarValue -androidx.appcompat.R$styleable: int AppCompatTextView_drawableLeftCompat -wangdaye.com.geometricweather.R$attr: int titleMargins -com.xw.repo.bubbleseekbar.R$style: int AlertDialog_AppCompat_Light -com.amap.api.fence.GeoFence: boolean q -androidx.lifecycle.LiveData$LifecycleBoundObserver: LiveData$LifecycleBoundObserver(androidx.lifecycle.LiveData,androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Observer) -com.google.android.material.R$attr: int backgroundColor -wangdaye.com.geometricweather.R$string: int character_counter_content_description -androidx.coordinatorlayout.R$id: int accessibility_action_clickable_span -wangdaye.com.geometricweather.R$layout: int notification_multi_city -com.bumptech.glide.R$integer: R$integer() -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Display1 -okio.Timeout: okio.Timeout deadline(long,java.util.concurrent.TimeUnit) -okhttp3.internal.http2.Hpack$Writer: int SETTINGS_HEADER_TABLE_SIZE_LIMIT -androidx.viewpager.R$styleable: int FontFamily_fontProviderPackage -com.turingtechnologies.materialscrollbar.R$integer: int mtrl_tab_indicator_anim_duration_ms -androidx.transition.R$id: int normal -james.adaptiveicon.R$id: int src_in -androidx.viewpager.R$id: int actions -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningMaxCountItems: java.lang.String textCount -androidx.lifecycle.SavedStateHandle: androidx.savedstate.SavedStateRegistry$SavedStateProvider mSavedStateProvider -okio.SegmentedByteString: int size() -com.google.android.material.R$dimen: int mtrl_calendar_selection_text_baseline_to_bottom_fullscreen -okhttp3.HttpUrl: java.lang.String password() -cyanogenmod.weather.ICMWeatherManager: void unregisterWeatherServiceProviderChangeListener(cyanogenmod.weather.IWeatherServiceProviderChangeListener) -androidx.appcompat.widget.AppCompatButton: android.content.res.ColorStateList getSupportBackgroundTintList() -com.turingtechnologies.materialscrollbar.R$color: int material_blue_grey_900 -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void onRequested() -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipStrokeColor -com.xw.repo.bubbleseekbar.R$attr: int windowFixedHeightMinor -okio.GzipSink: java.util.zip.Deflater deflater -com.google.android.material.appbar.AppBarLayout: int getUpNestedPreScrollRange() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setWeather(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean) -okhttp3.OkHttpClient: java.util.List interceptors() -cyanogenmod.app.CMTelephonyManager: boolean isDataConnectionSelectedOnSub(int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Metric: int UnitType -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: float PRECIPITATION_RAINSTORM -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_AutoCompleteTextView -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_RatingBar_Small -androidx.cardview.widget.CardView: int getContentPaddingLeft() -wangdaye.com.geometricweather.R$id: int text_input_start_icon -com.google.android.material.textfield.TextInputLayout -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: java.util.concurrent.atomic.AtomicInteger wip -androidx.constraintlayout.widget.R$styleable: int AlertDialog_buttonPanelSideLayout -io.reactivex.Observable: io.reactivex.Observable amb(java.lang.Iterable) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA -com.google.android.material.internal.NavigationMenuView: NavigationMenuView(android.content.Context,android.util.AttributeSet,int) -com.google.gson.stream.JsonReader: void skipUnquotedValue() -cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_cancelLiveLockScreen -wangdaye.com.geometricweather.background.receiver.MainReceiver -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$2: LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$2(androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription) -wangdaye.com.geometricweather.R$string: int wind_2 -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int level -com.google.android.material.R$attr: int bottomSheetDialogTheme -com.jaredrummler.android.colorpicker.R$id: int search_go_btn -com.xw.repo.bubbleseekbar.R$attr: int initialActivityCount -androidx.core.R$attr -com.bumptech.glide.load.DecodeFormat: com.bumptech.glide.load.DecodeFormat PREFER_RGB_565 -io.reactivex.exceptions.CompositeException: CompositeException(java.lang.Throwable[]) -com.google.android.material.card.MaterialCardView: android.content.res.ColorStateList getCardForegroundColor() -wangdaye.com.geometricweather.R$string: int visibility -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: long EndEpochDate -androidx.preference.R$styleable: int ActionBar_height -cyanogenmod.weather.WeatherLocation: java.lang.String mKey -androidx.appcompat.R$attr: int textAppearanceLargePopupMenu -wangdaye.com.geometricweather.R$attr: int itemIconPadding -com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat_Dark -androidx.fragment.R$color: int notification_action_color_filter -com.amap.api.location.AMapLocation: java.lang.String getDistrict() -okhttp3.OkHttpClient: javax.net.ssl.HostnameVerifier hostnameVerifier -wangdaye.com.geometricweather.R$styleable: int MotionScene_defaultDuration -james.adaptiveicon.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common -wangdaye.com.geometricweather.R$color: int abc_btn_colored_text_material -wangdaye.com.geometricweather.R$styleable: int AppBarLayout_elevation -com.google.android.material.R$id: int accessibility_custom_action_19 -androidx.preference.R$styleable: int[] RecycleListView -okhttp3.internal.connection.ConnectionSpecSelector: boolean isFallback -io.reactivex.internal.observers.DeferredScalarDisposable: int FUSED_READY -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature Temperature -androidx.appcompat.R$styleable: int CompoundButton_android_button -androidx.recyclerview.R$drawable: int notification_bg_normal -wangdaye.com.geometricweather.R$style: int PreferenceThemeOverlay -com.jaredrummler.android.colorpicker.R$attr: int measureWithLargestChild -androidx.preference.R$string: int v7_preference_off -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setSnowPrecipitation(java.lang.Float) -androidx.constraintlayout.widget.R$drawable: int abc_ic_star_black_16dp -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_menu_material -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: ObservableReplay$BoundedReplayBuffer() -wangdaye.com.geometricweather.R$attr: int tickColorInactive -androidx.appcompat.resources.R$dimen: int notification_main_column_padding_top -com.jaredrummler.android.colorpicker.R$drawable: int abc_vector_test -com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawable_android_exitFadeDuration -com.google.android.material.R$styleable: int NavigationView_itemTextAppearance -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPath: java.lang.String getPathName() -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_horizontalAlign -com.google.android.material.card.MaterialCardView: void setBackground(android.graphics.drawable.Drawable) -androidx.appcompat.widget.LinearLayoutCompat: void setShowDividers(int) -com.google.android.material.R$style: int Base_Widget_MaterialComponents_PopupMenu_ContextMenu -wangdaye.com.geometricweather.R$styleable: int Slider_trackHeight -okhttp3.ResponseBody: ResponseBody() -cyanogenmod.externalviews.ExternalViewProviderService$1 -com.google.android.material.R$color: int design_snackbar_background_color -com.google.android.material.progressindicator.ProgressIndicator: void setAnimatorDurationScaleProvider(com.google.android.material.progressindicator.AnimatorDurationScaleProvider) -androidx.appcompat.widget.LinearLayoutCompat: void setBaselineAligned(boolean) -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void run() -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX getIndices() -okhttp3.internal.http2.Http2Reader: boolean client -androidx.lifecycle.LifecycleRegistry$ObserverWithState: androidx.lifecycle.Lifecycle$State mState -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Long readKey(android.database.Cursor,int) -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setProgress(float) -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse -androidx.vectordrawable.R$styleable: int FontFamilyFont_font -wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat_Dialog -com.turingtechnologies.materialscrollbar.R$style: int Widget_Compat_NotificationActionText -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void onError(java.lang.Throwable) -androidx.preference.R$color: int button_material_dark -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: long timeout -com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_multiChoiceItemLayout -okio.SegmentPool -io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: io.reactivex.functions.BooleanSupplier stop -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowActionModeOverlay -wangdaye.com.geometricweather.R$id: int moldValue -james.adaptiveicon.R$styleable: int SearchView_searchIcon -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Country Country -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver otherObserver -wangdaye.com.geometricweather.R$attr: int colorControlNormal -wangdaye.com.geometricweather.R$string: int key_location_service -cyanogenmod.app.Profile: int getExpandedDesktopMode() -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void onComplete() -androidx.coordinatorlayout.R$id: int accessibility_custom_action_4 -androidx.constraintlayout.widget.R$id: int group_divider -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle -androidx.appcompat.app.AppCompatViewInflater: AppCompatViewInflater() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: java.util.List value -androidx.preference.R$drawable: int abc_text_select_handle_middle_mtrl_dark -androidx.appcompat.resources.R$id: int title -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX -wangdaye.com.geometricweather.R$id: int item_about_library -androidx.constraintlayout.widget.R$styleable: int[] Motion -okio.Timeout -com.turingtechnologies.materialscrollbar.R$attr: int hoveredFocusedTranslationZ -androidx.hilt.lifecycle.R$drawable: int notification_action_background -com.jaredrummler.android.colorpicker.R$layout: int abc_action_mode_close_item_material -io.reactivex.Observable: io.reactivex.Observable concatArrayEager(int,int,io.reactivex.ObservableSource[]) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWeatherPhase -androidx.coordinatorlayout.R$styleable: int FontFamilyFont_fontWeight -androidx.coordinatorlayout.R$drawable: int notification_bg_low_normal -com.google.android.material.R$dimen: int mtrl_chip_text_size -androidx.appcompat.widget.LinearLayoutCompat: LinearLayoutCompat(android.content.Context) -com.google.gson.FieldNamingPolicy: FieldNamingPolicy(java.lang.String,int,com.google.gson.FieldNamingPolicy$1) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: AccuDailyResult$DailyForecasts$Night() -com.google.android.material.R$string: int material_timepicker_clock_mode_description -com.turingtechnologies.materialscrollbar.R$color: int abc_background_cache_hint_selector_material_dark -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_imageButtonStyle -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_button_min_width_material -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_editTextBackground -androidx.preference.R$attr: int colorButtonNormal -wangdaye.com.geometricweather.R$attr: int colorOnError -com.google.android.material.slider.RangeSlider: int getActiveThumbIndex() -com.xw.repo.bubbleseekbar.R$attr: int actionButtonStyle -androidx.appcompat.R$style: int Widget_AppCompat_Spinner_DropDown -okio.BufferedSource: java.lang.String readUtf8() -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeCutDrawable -android.didikee.donate.R$styleable: int MenuItem_android_checked -james.adaptiveicon.R$drawable: int notification_action_background -wangdaye.com.geometricweather.R$styleable: int Badge_verticalOffset -com.google.android.material.R$string: int bottom_sheet_behavior -wangdaye.com.geometricweather.R$animator: int weather_thunderstorm_2 -com.google.android.material.chip.Chip: void setOnCloseIconClickListener(android.view.View$OnClickListener) -androidx.transition.R$styleable: int GradientColor_android_endY -androidx.appcompat.R$styleable: int AppCompatTheme_panelMenuListTheme -com.google.android.material.R$attr: int tabBackground -androidx.constraintlayout.widget.R$attr: int motionStagger -androidx.constraintlayout.widget.R$drawable: int abc_cab_background_top_material -androidx.drawerlayout.R$color: int notification_icon_bg_color -com.turingtechnologies.materialscrollbar.R$color: int abc_background_cache_hint_selector_material_light -okhttp3.Response: boolean isRedirect() -androidx.appcompat.R$style: int Widget_AppCompat_Button_Colored -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: java.lang.String to -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: int Age -com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_headerBackground -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_barrierDirection -james.adaptiveicon.R$styleable: int Toolbar_popupTheme -androidx.vectordrawable.animated.R$id: int tag_accessibility_pane_title -wangdaye.com.geometricweather.R$attr: int collapsingToolbarLayoutStyle -wangdaye.com.geometricweather.R$styleable: int ActionBar_backgroundSplit -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxStrokeErrorColor -androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableTransition_android_reversible -retrofit2.ParameterHandler$2: void apply(retrofit2.RequestBuilder,java.lang.Object) -cyanogenmod.externalviews.ExternalViewProperties: android.view.View mDecorView -androidx.lifecycle.ViewModelStoreOwner: androidx.lifecycle.ViewModelStore getViewModelStore() -androidx.constraintlayout.widget.R$styleable: int StateListDrawable_android_dither -androidx.appcompat.widget.SwitchCompat: void setThumbTextPadding(int) -com.google.android.gms.common.server.FavaDiagnosticsEntity: android.os.Parcelable$Creator CREATOR -com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawable_android_enterFadeDuration -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_counterTextAppearance -androidx.hilt.work.R$id: int actions -androidx.appcompat.R$dimen: int abc_dialog_title_divider_material -cyanogenmod.app.StatusBarPanelCustomTile -wangdaye.com.geometricweather.R$attr: int flow_firstVerticalBias -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dividerHorizontal -com.jaredrummler.android.colorpicker.R$attr: R$attr() -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Headline -com.google.android.material.R$id: int material_clock_period_am_button -androidx.lifecycle.extensions.R$color -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Display3 -android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setTempMin(java.lang.String) -com.xw.repo.bubbleseekbar.R$dimen: int hint_pressed_alpha_material_light -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode PROTOCOL_ERROR -com.bumptech.glide.MemoryCategory: com.bumptech.glide.MemoryCategory NORMAL -cyanogenmod.app.ProfileGroup$1: ProfileGroup$1() -com.amap.api.fence.GeoFence: int TYPE_ROUND -james.adaptiveicon.R$drawable: int abc_textfield_activated_mtrl_alpha -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_CompactMenu -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.Long getId() -androidx.preference.R$integer: int abc_config_activityDefaultDur -androidx.lifecycle.Transformations: androidx.lifecycle.LiveData map(androidx.lifecycle.LiveData,androidx.arch.core.util.Function) -androidx.preference.R$styleable: int MenuItem_iconTint -wangdaye.com.geometricweather.R$dimen: int notification_action_icon_size -com.amap.api.fence.DistrictItem: java.lang.String a -com.google.android.material.R$dimen: int mtrl_fab_elevation -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: boolean timerFired -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.Property[] getProperties() -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: IKeyguardExternalViewCallbacks$Stub$Proxy(android.os.IBinder) -okhttp3.internal.cache.CacheInterceptor: CacheInterceptor(okhttp3.internal.cache.InternalCache) -com.turingtechnologies.materialscrollbar.R$id: int transition_current_scene -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property IcePrecipitationProbability -wangdaye.com.geometricweather.R$attr: int customIntegerValue -com.google.android.material.R$styleable: int MenuItem_tooltipText -androidx.customview.R$id: int normal -retrofit2.KotlinExtensions$awaitResponse$$inlined$suspendCancellableCoroutine$lambda$1: KotlinExtensions$awaitResponse$$inlined$suspendCancellableCoroutine$lambda$1(retrofit2.Call) -com.google.android.material.appbar.AppBarLayout$Behavior: AppBarLayout$Behavior(android.content.Context,android.util.AttributeSet) -androidx.constraintlayout.widget.R$attr: int dragThreshold -james.adaptiveicon.R$dimen: int abc_action_bar_stacked_max_height -wangdaye.com.geometricweather.R$attr: int materialAlertDialogTheme -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: IKeyguardExternalViewProvider$Stub$Proxy(android.os.IBinder) -cyanogenmod.app.ThemeVersion$ComponentVersion: java.lang.String getName() -com.turingtechnologies.materialscrollbar.R$attr: int radioButtonStyle -wangdaye.com.geometricweather.R$integer: int mtrl_calendar_selection_text_lines -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_week_5 -com.jaredrummler.android.colorpicker.R$styleable: int Spinner_android_entries -okhttp3.HttpUrl$Builder: boolean isDot(java.lang.String) -androidx.preference.R$attr: int windowActionBarOverlay -androidx.constraintlayout.widget.R$style: int Base_DialogWindowTitleBackground_AppCompat -okhttp3.internal.http1.Http1Codec$UnknownLengthSource: boolean inputExhausted -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText -androidx.appcompat.R$attr: int subMenuArrow -wangdaye.com.geometricweather.R$id: int dialog_location_help_providerTitle -androidx.constraintlayout.widget.R$styleable: int StateListDrawable_android_visible -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: java.lang.String getUnitId() -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse -cyanogenmod.app.CMStatusBarManager: cyanogenmod.app.CMStatusBarManager getInstance(android.content.Context) -com.google.android.material.R$attr: int autoCompleteTextViewStyle -wangdaye.com.geometricweather.R$dimen: int default_drawer_width -wangdaye.com.geometricweather.R$styleable: int MaterialButtonToggleGroup_singleSelection -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: long serialVersionUID -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setHttpTimeOut(long) -okhttp3.internal.Util: void closeQuietly(java.net.Socket) -wangdaye.com.geometricweather.R$styleable: int CardView_android_minHeight -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_temp_5 -wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List getDailyForecast() -wangdaye.com.geometricweather.R$drawable: int ic_router -wangdaye.com.geometricweather.common.ui.widgets.trend.TrendLayoutManager -androidx.recyclerview.widget.RecyclerView: boolean isLayoutSuppressed() -retrofit2.http.DELETE: java.lang.String value() -androidx.preference.R$dimen: int notification_main_column_padding_top -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable -io.reactivex.disposables.ReferenceDisposable -wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_android_insetRight -cyanogenmod.profiles.AirplaneModeSettings: void getXmlString(java.lang.StringBuilder,android.content.Context) -com.github.rahatarmanahmed.cpv.CircularProgressView$4: void onAnimationUpdate(android.animation.ValueAnimator) -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceBody2 -androidx.appcompat.R$drawable: int abc_btn_check_to_on_mtrl_000 -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: long index -wangdaye.com.geometricweather.R$animator: int weather_haze_1 -io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: void onComplete() -android.didikee.donate.R$color: int abc_btn_colored_borderless_text_material -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Compat_Notification_Info -com.google.android.material.R$integer: int app_bar_elevation_anim_duration -cyanogenmod.profiles.AirplaneModeSettings$1 -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_dialog_background_inset -com.xw.repo.bubbleseekbar.R$id -wangdaye.com.geometricweather.R$attr: int color -androidx.hilt.work.R$styleable: int GradientColor_android_type -androidx.constraintlayout.widget.R$drawable: int abc_ratingbar_material -retrofit2.adapter.rxjava2.CallExecuteObservable$CallDisposable: void dispose() -wangdaye.com.geometricweather.common.basic.models.weather.UV: int UV_INDEX_HIGH -com.google.android.material.R$id: int custom -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation -androidx.appcompat.widget.AppCompatSpinner: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) -androidx.drawerlayout.R$id: int notification_main_column -retrofit2.ParameterHandler$Path: void apply(retrofit2.RequestBuilder,java.lang.Object) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: java.lang.String getBrandId() -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: io.reactivex.ObservableSource second -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void onNext(java.lang.Object) -androidx.appcompat.R$dimen: int compat_button_inset_horizontal_material -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintVertical_chainStyle -com.google.android.material.R$styleable: int KeyAttribute_android_scaleY -com.google.android.material.R$attr: int selectableItemBackground -androidx.appcompat.R$drawable: int abc_list_selector_holo_dark -io.reactivex.internal.util.ErrorMode: io.reactivex.internal.util.ErrorMode IMMEDIATE -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_Dialog -androidx.lifecycle.SavedStateHandleController$1: SavedStateHandleController$1(androidx.lifecycle.Lifecycle,androidx.savedstate.SavedStateRegistry) -com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getErrorContentDescription() -okhttp3.Request: okhttp3.Headers headers() -androidx.preference.R$attr: int spinBars -com.amap.api.location.CoordUtil: void setLoadedSo(boolean) -com.google.android.material.R$string: int material_timepicker_minute -androidx.coordinatorlayout.R$id: int actions -io.reactivex.internal.subscriptions.EmptySubscription: int requestFusion(int) -androidx.lifecycle.LiveData: java.lang.Object NOT_SET -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_21 -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_titleCondensed -wangdaye.com.geometricweather.common.basic.GeoActivity: GeoActivity() -wangdaye.com.geometricweather.R$dimen: int abc_button_padding_vertical_material -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit[] values() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Imperial Imperial -com.google.android.material.R$attr: int checkedChip -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable: long serialVersionUID -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void setInteractivity(boolean) -james.adaptiveicon.R$drawable: int abc_ic_go_search_api_material -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintTag -io.reactivex.Observable: io.reactivex.Observable timeout(long,java.util.concurrent.TimeUnit,io.reactivex.ObservableSource) -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult -com.google.android.material.R$style: int Base_MaterialAlertDialog_MaterialComponents_Title_Icon -androidx.constraintlayout.widget.R$styleable: int ImageFilterView_roundPercent -androidx.legacy.coreutils.R$styleable: int ColorStateListItem_alpha -com.jaredrummler.android.colorpicker.R$bool: int abc_config_actionMenuItemAllCaps -androidx.lifecycle.extensions.R$dimen: int notification_main_column_padding_top -androidx.appcompat.R$styleable: int ViewBackgroundHelper_backgroundTint -android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat -com.turingtechnologies.materialscrollbar.R$dimen: int hint_alpha_material_dark -com.amap.api.location.AMapLocation: java.lang.String d -james.adaptiveicon.R$style: int TextAppearance_Compat_Notification_Line2 -wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_itemShapeAppearance -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_halfExpandedRatio -androidx.constraintlayout.widget.Guideline: Guideline(android.content.Context,android.util.AttributeSet) -androidx.vectordrawable.animated.R$color: int notification_icon_bg_color -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton -retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter: CompletableFutureCallAdapterFactory$BodyCallAdapter(java.lang.reflect.Type) -cyanogenmod.weather.WeatherLocation: boolean equals(java.lang.Object) -com.google.android.material.R$style: int Base_V26_Theme_AppCompat_Light -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_switchTextAppearance -androidx.coordinatorlayout.R$id: int top -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String city -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_13 -androidx.hilt.R$dimen: int compat_button_padding_horizontal_material -com.jaredrummler.android.colorpicker.R$layout: int preference_recyclerview -com.jaredrummler.android.colorpicker.R$dimen: int notification_media_narrow_margin -androidx.constraintlayout.widget.R$styleable: int KeyPosition_transitionEasing -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_fixed_height_major -androidx.viewpager2.R$attr: int fastScrollVerticalTrackDrawable -okhttp3.RequestBody$2 -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_visible -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionMode -androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type CENTER_X -com.bumptech.glide.R$attr: int fontProviderPackage -okio.Buffer: void flush() -androidx.viewpager.widget.PagerTabStrip: void setTabIndicatorColor(int) -androidx.drawerlayout.R$drawable: int notification_action_background -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintCircleAngle -com.jaredrummler.android.colorpicker.R$attr: int imageButtonStyle -retrofit2.OkHttpCall: retrofit2.Response execute() -cyanogenmod.app.ThemeVersion$ComponentVersion: ThemeVersion$ComponentVersion(int,cyanogenmod.app.ThemeComponent,java.lang.String,int,int) -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath -com.amap.api.location.DPoint$1: DPoint$1() -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: io.reactivex.Observer downstream -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: boolean registerChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) -james.adaptiveicon.R$styleable: int AlertDialog_listItemLayout -com.bumptech.glide.R$dimen: int notification_large_icon_width -okio.Buffer$2: int read() -com.google.android.material.R$style: int TextAppearance_AppCompat_Body1 -com.google.android.material.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration -androidx.appcompat.R$styleable: int ActionBar_subtitle -com.google.android.material.R$drawable: int abc_textfield_search_activated_mtrl_alpha -wangdaye.com.geometricweather.R$attr: int subMenuArrow -com.xw.repo.bubbleseekbar.R$dimen: int notification_big_circle_margin -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_elevation -okhttp3.internal.http2.Http2Stream$StreamTimeout: java.io.IOException newTimeoutException(java.io.IOException) -androidx.hilt.work.R$styleable: int GradientColor_android_gradientRadius -wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.util.Date getDate() -com.google.android.material.chip.ChipGroup: void setSingleLine(int) -wangdaye.com.geometricweather.R$attr: int enforceTextAppearance -wangdaye.com.geometricweather.common.basic.models.weather.WindDegree: float degree -com.google.android.gms.location.places.PlaceReport -androidx.appcompat.widget.Toolbar: void setContentInsetEndWithActions(int) -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: long serialVersionUID -wangdaye.com.geometricweather.R$styleable: int MaterialButton_rippleColor -retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory -okhttp3.internal.platform.Platform: okhttp3.internal.tls.CertificateChainCleaner buildCertificateChainCleaner(javax.net.ssl.SSLSocketFactory) -okhttp3.Callback: void onFailure(okhttp3.Call,java.io.IOException) -com.google.android.material.slider.Slider: int getActiveThumbIndex() -wangdaye.com.geometricweather.R$interpolator: int fast_out_slow_in -wangdaye.com.geometricweather.R$string: int real_feel_temperature -cyanogenmod.library.R: R() -com.turingtechnologies.materialscrollbar.R$attr: int snackbarStyle -cyanogenmod.weather.IWeatherServiceProviderChangeListener -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: WeatherContract$WeatherColumns$WeatherCode() -org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.query.QueryBuilder queryBuilder(java.lang.Class) -com.google.android.material.R$integer: int mtrl_calendar_header_orientation -okhttp3.OkHttpClient$Builder: OkHttpClient$Builder() -androidx.preference.R$attr: int fontProviderFetchStrategy -android.didikee.donate.R$styleable: int AppCompatTheme_colorAccent -io.reactivex.internal.observers.ForEachWhileObserver: void dispose() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature: AccuCurrentResult$ApparentTemperature() -wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Title_Text -okio.Base64: byte[] MAP -androidx.activity.R$dimen: int notification_top_pad -com.google.android.material.R$styleable: int OnSwipe_dragScale -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Sun sun -cyanogenmod.themes.IThemeProcessingListener$Stub$Proxy: java.lang.String getInterfaceDescriptor() -com.google.android.material.R$styleable: int MaterialButton_strokeWidth -wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_ttcIndex -com.google.android.material.R$string: int abc_menu_space_shortcut_label -okhttp3.Cookie$Builder: java.lang.String value -cyanogenmod.app.IProfileManager$Stub$Proxy: IProfileManager$Stub$Proxy(android.os.IBinder) -androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat_Light -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TabLayout_Colored -androidx.viewpager2.R$dimen: int notification_small_icon_background_padding -cyanogenmod.externalviews.KeyguardExternalView -com.google.android.material.chip.ChipGroup: void setChipSpacingResource(int) -wangdaye.com.geometricweather.R$style: int widget_background_card -com.xw.repo.bubbleseekbar.R$layout: int notification_template_icon_group -okhttp3.internal.http2.Settings: int HEADER_TABLE_SIZE -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat -androidx.hilt.R$anim: int fragment_fast_out_extra_slow_in -com.google.android.material.R$attr: int layout_scrollFlags -wangdaye.com.geometricweather.R$attr: int actionTextColorAlpha -androidx.constraintlayout.widget.R$attr: int windowActionBar -androidx.fragment.R$drawable: int notification_icon_background -com.google.android.material.R$dimen: int abc_dialog_fixed_height_minor -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Medium -com.google.gson.stream.JsonReader: int nextInt() -com.jaredrummler.android.colorpicker.R$drawable: int abc_text_cursor_material -com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_animDuration -retrofit2.Platform: java.util.List defaultConverterFactories() -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.Temperature getTemperature() -cyanogenmod.providers.CMSettings$Global: java.lang.String POWER_NOTIFICATIONS_VIBRATE -cyanogenmod.app.ProfileGroup$Mode: cyanogenmod.app.ProfileGroup$Mode[] values() -com.google.android.material.R$style: int Widget_AppCompat_Light_PopupMenu -androidx.constraintlayout.widget.Barrier: int getType() -com.jaredrummler.android.colorpicker.R$layout: int abc_tooltip -com.google.android.material.R$styleable: int[] StateListDrawable -androidx.appcompat.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat -androidx.appcompat.resources.R$drawable: R$drawable() -androidx.appcompat.widget.SwitchCompat: void setTrackTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$string: int phase_waning_gibbous -com.amap.api.location.APSService: com.amap.api.location.APSServiceBase a -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_liftOnScroll -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_saveFlags -androidx.preference.R$id: int accessibility_custom_action_0 -wangdaye.com.geometricweather.R$drawable: int weather_fog_mini_xml -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintLeft_toLeftOf -androidx.transition.R$styleable: int GradientColor_android_tileMode -androidx.constraintlayout.widget.R$attr: int actionModeCloseDrawable -com.google.android.material.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert -androidx.hilt.R$id: int icon -wangdaye.com.geometricweather.R$dimen: int tooltip_corner_radius -androidx.constraintlayout.widget.R$color: int material_blue_grey_900 -androidx.constraintlayout.widget.R$attr: int isLightTheme -wangdaye.com.geometricweather.R$drawable: int notif_temp_74 -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu -wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_progress -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_panelMenuListTheme -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void onNext(java.lang.Object) -android.didikee.donate.R$styleable: int AppCompatTextView_fontVariationSettings -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_DropDownItem -okhttp3.EventListener$2: okhttp3.EventListener create(okhttp3.Call) -androidx.core.R$styleable: int FontFamilyFont_android_fontVariationSettings -wangdaye.com.geometricweather.R$style: int Platform_MaterialComponents_Light_Dialog -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_thumb_text_size -androidx.preference.R$attr: int checkBoxPreferenceStyle -com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_size_normal -io.reactivex.Observable: io.reactivex.Observable startWith(java.lang.Iterable) -wangdaye.com.geometricweather.R$attr: int checkedIcon -androidx.preference.R$dimen: int abc_list_item_height_small_material -androidx.lifecycle.SavedStateHandleController$1: androidx.lifecycle.Lifecycle val$lifecycle -com.bumptech.glide.R$attr: int statusBarBackground -com.google.android.material.R$styleable: int AppCompatTheme_alertDialogTheme -com.google.android.material.R$styleable: int Transition_transitionFlags -com.google.android.material.R$styleable: int ConstraintSet_barrierAllowsGoneWidgets -androidx.drawerlayout.R$id: int line1 -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_NavigationView -cyanogenmod.providers.CMSettings$Secure: boolean putInt(android.content.ContentResolver,java.lang.String,int) -cyanogenmod.profiles.ConnectionSettings: int CM_MODE_2G3G -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: void setProvince(java.lang.String) -wangdaye.com.geometricweather.R$id: int activity_widget_config_blackTextSpinner -com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_lastHorizontalStyle -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_framePosition -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabTextColor -androidx.work.R$id: int accessibility_custom_action_25 -retrofit2.ParameterHandler$QueryName: boolean encoded -android.didikee.donate.R$style: int RtlOverlay_DialogWindowTitle_AppCompat -com.google.android.material.R$styleable: int Chip_chipBackgroundColor -androidx.constraintlayout.widget.Guideline: void setGuidelineBegin(int) -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText -android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup -com.google.android.material.R$dimen: int abc_seekbar_track_background_height_material -wangdaye.com.geometricweather.R$animator: int weather_fog_3 -com.google.android.material.R$attr: int drawableTintMode -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: java.lang.String country -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_1 -com.google.android.material.R$id: int fade -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: ObservableRetryWhen$RepeatWhenObserver(io.reactivex.Observer,io.reactivex.subjects.Subject,io.reactivex.ObservableSource) -androidx.vectordrawable.R$id: int tag_accessibility_pane_title -com.google.android.material.R$id: int gone -com.google.android.material.textfield.TextInputLayout: void setDefaultHintTextColor(android.content.res.ColorStateList) -okhttp3.RealCall -com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge -cyanogenmod.app.CMTelephonyManager -androidx.appcompat.R$dimen: int abc_text_size_caption_material -james.adaptiveicon.R$attr -wangdaye.com.geometricweather.R$attr: int cardElevation -androidx.loader.R$layout: int notification_template_icon_group -cyanogenmod.externalviews.ExternalViewProviderService$Provider: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl mImpl -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_AES_128_CBC_SHA -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getAlarmThemePackageName() -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: io.reactivex.Observer downstream -com.google.android.material.R$interpolator: int mtrl_linear_out_slow_in -androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding -okhttp3.Cache$Entry: okhttp3.Headers responseHeaders -wangdaye.com.geometricweather.search.LoadableLocationList$Status: wangdaye.com.geometricweather.search.LoadableLocationList$Status SUCCESS -com.google.android.material.slider.RangeSlider: void setThumbRadius(int) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle -io.reactivex.internal.util.NotificationLite: io.reactivex.internal.util.NotificationLite[] values() -com.google.android.material.R$attr: int itemRippleColor -com.google.android.material.R$styleable: int View_theme -io.reactivex.Observable: io.reactivex.Observable throttleFirst(long,java.util.concurrent.TimeUnit) -okhttp3.internal.cache.DiskLruCache$Editor$1: void onException(java.io.IOException) -com.google.android.material.R$drawable: int abc_action_bar_item_background_material -com.xw.repo.bubbleseekbar.R$drawable: int abc_list_selector_disabled_holo_light -wangdaye.com.geometricweather.R$string: int feedback_select_location_provider -wangdaye.com.geometricweather.background.polling.basic.AwakeForegroundUpdateService: AwakeForegroundUpdateService() -androidx.core.R$id: int accessibility_custom_action_19 -com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_TabBar -wangdaye.com.geometricweather.remoteviews.config.DayWidgetConfigActivity -com.turingtechnologies.materialscrollbar.R$style: int Base_AlertDialog_AppCompat_Light -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_ALARMS -androidx.lifecycle.extensions.R$anim: int fragment_fade_exit -wangdaye.com.geometricweather.R$drawable: int flag_ro -wangdaye.com.geometricweather.R$id: int dialog_location_help_container -androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType COLOR_TYPE -wangdaye.com.geometricweather.db.entities.DailyEntityDao: DailyEntityDao(org.greenrobot.greendao.internal.DaoConfig) -com.google.android.material.R$attr: int moveWhenScrollAtTop -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintWidth_percent -androidx.appcompat.widget.AppCompatTextView: void setFirstBaselineToTopHeight(int) -okhttp3.internal.http2.Http2Stream$FramingSource: void close() -com.xw.repo.bubbleseekbar.R$drawable: int abc_text_select_handle_middle_mtrl_light -com.jaredrummler.android.colorpicker.R$styleable: int View_paddingStart -com.google.android.material.internal.CheckableImageButton -androidx.constraintlayout.widget.R$attr: int buttonTint -androidx.appcompat.widget.AppCompatTextView: AppCompatTextView(android.content.Context) -cyanogenmod.app.ILiveLockScreenChangeListener$Stub$Proxy: java.lang.String getInterfaceDescriptor() -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: DailyTrendItemView(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.R$style: int Theme_AppCompat_Light_DialogWhenLarge -com.bumptech.glide.integration.okhttp.R$id: int notification_background -wangdaye.com.geometricweather.R$anim: int fragment_main_pop_enter -androidx.preference.R$attr: int buttonPanelSideLayout -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintBottom_toTopOf -okio.Timeout$1: void throwIfReached() -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer iso0 -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_dialog_btn_min_width -androidx.vectordrawable.R$id: int text -com.google.android.material.R$drawable: int abc_tab_indicator_mtrl_alpha -retrofit2.OkHttpCall: retrofit2.Response parseResponse(okhttp3.Response) -com.google.android.material.R$styleable: int Layout_layout_constraintGuide_percent -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_focused_z -wangdaye.com.geometricweather.R$styleable: int SwitchPreference_switchTextOn -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_SearchResult -com.jaredrummler.android.colorpicker.R$attr: int entryValues -james.adaptiveicon.R$id: int actions -okio.Timeout: boolean hasDeadline() -com.xw.repo.bubbleseekbar.R$attr: int bsb_thumb_radius_on_dragging -cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType USER_REQUEST -androidx.preference.R$styleable: int StateListDrawable_android_constantSize -androidx.preference.R$attr: int drawerArrowStyle -wangdaye.com.geometricweather.R$styleable: int Motion_pathMotionArc -wangdaye.com.geometricweather.R$attr: int tabTextColor -androidx.viewpager2.R$dimen: int notification_content_margin_start -com.amap.api.location.AMapLocation: java.lang.String k(com.amap.api.location.AMapLocation,java.lang.String) -cyanogenmod.profiles.ConnectionSettings: java.lang.String ACTION_MODIFY_NETWORK_MODE -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver -com.google.android.material.R$color: int design_default_color_error -com.google.gson.stream.JsonReader: int PEEKED_NULL -com.google.android.material.R$styleable: int Constraint_android_layout_width -com.google.android.material.R$styleable: int ConstraintSet_flow_firstVerticalStyle -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_translation_z_hovered_focused -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Imperial Imperial -okio.BufferedSink: void flush() -com.google.android.material.circularreveal.CircularRevealFrameLayout: CircularRevealFrameLayout(android.content.Context,android.util.AttributeSet) -androidx.recyclerview.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable -androidx.constraintlayout.utils.widget.ImageFilterView: float getSaturation() -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$PhenomenonMaxColor: MfWarningsResult$PhenomenonMaxColor() -wangdaye.com.geometricweather.R$id: int ifRoom -androidx.preference.R$style: int Base_Theme_AppCompat_Dialog -com.google.android.material.appbar.CollapsingToolbarLayout: void setCollapsedTitleGravity(int) -com.turingtechnologies.materialscrollbar.R$attr: int hintAnimationEnabled -okhttp3.Cache$CacheResponseBody: okio.BufferedSource bodySource -androidx.appcompat.widget.ActionMenuView: ActionMenuView(android.content.Context,android.util.AttributeSet) -androidx.appcompat.R$drawable: int abc_seekbar_track_material -com.google.android.material.R$styleable: int Constraint_layout_constraintStart_toStartOf -androidx.coordinatorlayout.R$id: int action_text -com.turingtechnologies.materialscrollbar.R$attr: int collapseIcon -com.jaredrummler.android.colorpicker.R$id: int cpv_color_image_view -com.amap.api.fence.GeoFenceClient: GeoFenceClient(android.content.Context) -io.reactivex.internal.disposables.ArrayCompositeDisposable: void dispose() -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Display1 -androidx.preference.R$style: int Base_ThemeOverlay_AppCompat_Dark -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_enabled -com.google.android.material.floatingactionbutton.FloatingActionButton: android.content.res.ColorStateList getSupportImageTintList() -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_handleOffColor -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintWidth_max -wangdaye.com.geometricweather.db.entities.DailyEntity: void setUvIndex(java.lang.Integer) -com.google.android.material.R$style: int Base_V7_Theme_AppCompat_Light -wangdaye.com.geometricweather.R$id: int dialog_location_help_locationIcon -wangdaye.com.geometricweather.R$attr: int colorOnSecondary -androidx.preference.R$styleable: int SwitchCompat_thumbTint -wangdaye.com.geometricweather.db.entities.WeatherEntity: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree windDegree -com.google.android.material.R$styleable: int Transform_android_rotationY -com.turingtechnologies.materialscrollbar.R$id: int expand_activities_button -james.adaptiveicon.R$drawable: int abc_list_selector_disabled_holo_dark -androidx.appcompat.R$style: int Platform_V21_AppCompat_Light -okhttp3.internal.cache.DiskLruCache$1: okhttp3.internal.cache.DiskLruCache this$0 -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9 -io.reactivex.disposables.RunnableDisposable: RunnableDisposable(java.lang.Runnable) -androidx.appcompat.R$attr: int collapseIcon -androidx.appcompat.R$style: int TextAppearance_AppCompat_Large_Inverse -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_EditText -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: java.util.Queue sources -com.google.android.material.R$style: int Widget_MaterialComponents_CompoundButton_RadioButton -androidx.appcompat.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_1 -androidx.preference.internal.PreferenceImageView: int getMaxHeight() -wangdaye.com.geometricweather.R$attr: int insetForeground -okhttp3.internal.http2.Hpack$Writer: int maxDynamicTableByteCount -okhttp3.internal.connection.RealConnection: boolean isMultiplexed() -cyanogenmod.app.IPartnerInterface$Stub$Proxy: IPartnerInterface$Stub$Proxy(android.os.IBinder) -androidx.drawerlayout.R$id: int text2 -com.google.android.material.card.MaterialCardView: void setOnCheckedChangeListener(com.google.android.material.card.MaterialCardView$OnCheckedChangeListener) -com.bumptech.glide.R$id: int action_container -okhttp3.internal.ws.RealWebSocket: boolean send(okio.ByteString,int) -com.xw.repo.bubbleseekbar.R$dimen: int abc_config_prefDialogWidth -com.xw.repo.bubbleseekbar.R$dimen: int hint_pressed_alpha_material_dark -androidx.appcompat.R$attr: int windowMinWidthMinor -wangdaye.com.geometricweather.R$drawable: int star_1 -okhttp3.RequestBody$2: okhttp3.MediaType val$contentType -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver parent -okhttp3.HttpUrl: java.net.URL url() -com.google.android.material.R$attr: int actionModeCloseDrawable -androidx.constraintlayout.widget.R$styleable: int Transition_pathMotionArc -james.adaptiveicon.R$id: int message -com.google.android.material.R$attr: int closeIconEndPadding -com.jaredrummler.android.colorpicker.R$dimen: int notification_small_icon_size_as_large -com.google.android.material.R$id: int accessibility_custom_action_11 -com.turingtechnologies.materialscrollbar.R$id: int topPanel -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_show_progress_in_float -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum Maximum -wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemTextColor -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_shapeAppearanceOverlay -androidx.hilt.work.R$id: int action_divider -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Metric -com.xw.repo.bubbleseekbar.R$color: int button_material_light -com.turingtechnologies.materialscrollbar.R$id: int actions -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setWind(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX) -androidx.recyclerview.R$id: int tag_transition_group -androidx.preference.R$styleable: int AppCompatTheme_actionModePasteDrawable -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_Switch -wangdaye.com.geometricweather.R$attr: int defaultDuration -okhttp3.internal.http2.Huffman: int encodedLength(okio.ByteString) -com.turingtechnologies.materialscrollbar.R$dimen: int notification_small_icon_size_as_large -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.Date publishDate -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_ratingBarStyleIndicator -wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_daySelectedStyle -cyanogenmod.externalviews.ExternalViewProperties: int getX() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: void setValue(java.lang.String) -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_default_padding_start_material -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator VOLUME_KEYS_CONTROL_RING_STREAM_VALIDATOR -com.google.android.material.slider.Slider: float getThumbStrokeWidth() -androidx.preference.R$style: int Widget_AppCompat_RatingBar -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric: java.lang.String Unit -androidx.constraintlayout.helper.widget.Flow: void setPaddingBottom(int) -io.reactivex.Observable: io.reactivex.Observable observeOn(io.reactivex.Scheduler,boolean) -io.reactivex.internal.util.EmptyComponent: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String district -androidx.preference.R$attr: int enabled -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_paddingBottom -wangdaye.com.geometricweather.R$styleable: int SearchView_layout -androidx.preference.R$drawable: int abc_seekbar_track_material -com.amap.api.location.APSServiceBase: void onCreate() -com.turingtechnologies.materialscrollbar.R$color: int mtrl_bottom_nav_item_tint -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarTabStyle -androidx.constraintlayout.widget.R$styleable: int PropertySet_visibilityMode -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: float getDensity(float) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: void setWeathercn(java.lang.String) -androidx.drawerlayout.R$styleable: int GradientColorItem_android_color -androidx.constraintlayout.widget.R$styleable: int MockView_mock_label -com.google.android.material.R$styleable: int AppCompatTheme_actionModeCutDrawable -androidx.constraintlayout.widget.R$styleable: int Constraint_android_minWidth -wangdaye.com.geometricweather.common.basic.models.options.DarkMode: java.lang.String getDarkModeName(android.content.Context) -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult: wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Geometry geometry -com.turingtechnologies.materialscrollbar.R$id: int action_container -com.google.android.material.R$style: int Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert -android.didikee.donate.R$styleable: int[] ActionMenuItemView -android.didikee.donate.R$string: R$string() -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_passwordToggleContentDescription -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title -com.google.android.material.R$string: int status_bar_notification_info_overflow -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: void onNext(java.lang.Object) -com.google.android.material.R$styleable: int OnSwipe_nestedScrollFlags -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_contentDescription -com.google.android.material.R$id: int accessibility_custom_action_23 -io.reactivex.Observable: io.reactivex.Single elementAt(long,java.lang.Object) -com.jaredrummler.android.colorpicker.R$id: int action_bar_activity_content -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getSnowPrecipitationProbability() -com.turingtechnologies.materialscrollbar.R$id: int action_bar_spinner -james.adaptiveicon.R$styleable: int SearchView_suggestionRowLayout -cyanogenmod.providers.CMSettings$System: java.lang.String SHOW_ALARM_ICON -wangdaye.com.geometricweather.R$attr: int colorPrimaryDark -androidx.appcompat.widget.AppCompatButton: void setSupportCompoundDrawablesTintList(android.content.res.ColorStateList) -android.didikee.donate.R$styleable: int LinearLayoutCompat_divider -androidx.activity.R$id: int accessibility_custom_action_4 -androidx.constraintlayout.widget.R$styleable: int[] ConstraintLayout_placeholder -com.google.android.material.R$styleable: int MotionLayout_currentState -androidx.viewpager.R$styleable: int FontFamily_fontProviderFetchTimeout -com.google.android.material.R$color: int mtrl_navigation_item_background_color -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarTheme -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments$WarningTextBlocItem: java.lang.String titleHtml -com.google.android.material.R$string: int fab_transformation_scrim_behavior -com.jaredrummler.android.colorpicker.R$integer: R$integer() -wangdaye.com.geometricweather.R$xml: int perference_notification_color -wangdaye.com.geometricweather.R$id: int textinput_placeholder -androidx.swiperefreshlayout.R$layout -androidx.swiperefreshlayout.R$styleable: int GradientColorItem_android_color -com.google.android.material.R$styleable: int Constraint_layout_constraintGuide_percent -io.reactivex.Observable: io.reactivex.Observable doAfterNext(io.reactivex.functions.Consumer) -androidx.constraintlayout.widget.R$style: int Base_V22_Theme_AppCompat -io.reactivex.internal.subscribers.DeferredScalarSubscriber: org.reactivestreams.Subscription upstream -okio.Buffer: okio.BufferedSink writeUtf8(java.lang.String) -com.turingtechnologies.materialscrollbar.R$id: int search_voice_btn -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_TextButton_Icon -androidx.lifecycle.LifecycleRegistry: void backwardPass(androidx.lifecycle.LifecycleOwner) -com.turingtechnologies.materialscrollbar.R$id: int text -androidx.viewpager2.widget.ViewPager2: java.lang.CharSequence getAccessibilityClassName() -androidx.preference.R$layout: int preference_dropdown_material -com.turingtechnologies.materialscrollbar.R$drawable: int tooltip_frame_light -androidx.coordinatorlayout.R$dimen: int notification_content_margin_start -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintRight_toLeftOf -androidx.preference.R$id: int normal -io.reactivex.Observable: io.reactivex.Observable window(long,long) -androidx.preference.R$layout: int preference_material -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Imperial -androidx.appcompat.widget.SearchView$SearchAutoComplete: SearchView$SearchAutoComplete(android.content.Context,android.util.AttributeSet,int) -io.reactivex.internal.queue.SpscArrayQueue: boolean offer(java.lang.Object,java.lang.Object) -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_contentInsetLeft -androidx.appcompat.R$styleable: int LinearLayoutCompat_android_weightSum -cyanogenmod.app.CustomTile$Builder: android.graphics.Bitmap mRemoteIcon -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionButton_Overflow -okhttp3.Request: okhttp3.RequestBody body -wangdaye.com.geometricweather.background.polling.basic.UpdateService -wangdaye.com.geometricweather.R$layout: int widget_clock_day_week -android.didikee.donate.R$dimen: int abc_action_button_min_width_material -wangdaye.com.geometricweather.R$styleable: int CheckBoxPreference_summaryOn -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ListView -com.google.android.material.R$styleable: int AppCompatTheme_checkedTextViewStyle -androidx.fragment.R$integer: R$integer() -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView: int getMarginBottom() -wangdaye.com.geometricweather.R$string: int widget_week -androidx.appcompat.R$styleable: int[] AppCompatTheme -androidx.core.R$styleable: int FontFamilyFont_font -androidx.constraintlayout.widget.R$styleable: int Toolbar_collapseIcon -androidx.vectordrawable.animated.R$id: int icon_group -androidx.recyclerview.R$styleable: int GradientColor_android_type -androidx.preference.R$attr: int fastScrollVerticalTrackDrawable -androidx.viewpager2.R$styleable: int ViewPager2_android_orientation -androidx.preference.R$style: int Base_Widget_AppCompat_ButtonBar -cyanogenmod.os.Build$CM_VERSION: int SDK_INT -androidx.constraintlayout.widget.R$styleable: int[] PopupWindowBackgroundState -com.amap.api.location.AMapLocation: int a(com.amap.api.location.AMapLocation,int) -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_tooltipText -okhttp3.Cache: int readInt(okio.BufferedSource) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Imperial: double Value -cyanogenmod.weather.WeatherLocation: java.lang.String getCountryId() -com.jaredrummler.android.colorpicker.R$id: int square -androidx.preference.R$bool: int abc_config_actionMenuItemAllCaps -androidx.hilt.lifecycle.R$styleable: int[] ColorStateListItem -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight -androidx.appcompat.R$dimen: int abc_dialog_min_width_major -com.amap.api.fence.DistrictItem: DistrictItem() -androidx.work.R$color: int secondary_text_default_material_light -wangdaye.com.geometricweather.R$string: int feedback_align_end -com.google.android.gms.common.data.DataHolder: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$layout: int mtrl_picker_header_dialog -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_panelMenuListTheme -com.google.android.material.progressindicator.ProgressIndicator: int getCircularRadius() -com.github.rahatarmanahmed.cpv.CircularProgressView: java.util.List listeners -okhttp3.internal.cache.CacheInterceptor: boolean isEndToEnd(java.lang.String) -androidx.loader.R$id: int line3 -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableTint -cyanogenmod.externalviews.ExternalViewProviderService$Provider: void onResume() -com.jaredrummler.android.colorpicker.R$attr: int switchMinWidth -com.google.android.material.R$style: int Theme_MaterialComponents_Bridge -com.google.android.material.R$style: int Widget_MaterialComponents_Slider -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_registerThermalListener -com.google.android.material.R$color: int mtrl_filled_icon_tint -com.turingtechnologies.materialscrollbar.R$color: int background_floating_material_dark -android.didikee.donate.R$styleable: int ColorStateListItem_android_color -androidx.dynamicanimation.R$styleable -androidx.hilt.lifecycle.R$layout: int custom_dialog -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: void onError(java.lang.Throwable) -androidx.transition.R$style: R$style() -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: java.lang.String value -com.xw.repo.bubbleseekbar.R$attr: int drawerArrowStyle -androidx.appcompat.widget.Toolbar: android.graphics.drawable.Drawable getLogo() -androidx.preference.R$string: int abc_action_mode_done -wangdaye.com.geometricweather.db.entities.LocationEntity: float getLatitude() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl access$000(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider) -com.google.android.material.R$styleable: int FontFamilyFont_android_fontVariationSettings -com.jaredrummler.android.colorpicker.R$id: int progress_horizontal -wangdaye.com.geometricweather.R$id: int widget_trend_daily_item_5 -wangdaye.com.geometricweather.R$array: int widget_text_color_values -com.google.android.material.R$styleable: int MenuView_android_itemBackground -androidx.lifecycle.ProcessLifecycleOwner: androidx.lifecycle.Lifecycle getLifecycle() -wangdaye.com.geometricweather.R$attr: int selectorSize -com.turingtechnologies.materialscrollbar.R$id: int navigation_header_container -com.google.android.material.circularreveal.CircularRevealRelativeLayout: android.graphics.drawable.Drawable getCircularRevealOverlayDrawable() -com.google.android.material.chip.Chip: void setChipIconEnabledResource(int) -com.xw.repo.bubbleseekbar.R$style: int Base_Animation_AppCompat_Tooltip -cyanogenmod.themes.IThemeChangeListener$Stub: int TRANSACTION_onFinish_1 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: java.lang.String brandId -androidx.constraintlayout.widget.R$color: int abc_hint_foreground_material_light -androidx.lifecycle.extensions.R$drawable: int notification_tile_bg -androidx.viewpager2.R$style: int Widget_Compat_NotificationActionText -androidx.constraintlayout.widget.R$id: int action_text -android.didikee.donate.R$attr: int dialogTheme -android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionBar -androidx.lifecycle.ProcessLifecycleOwner: void dispatchPauseIfNeeded() -retrofit2.CompletableFutureCallAdapterFactory$CallCancelCompletableFuture: boolean cancel(boolean) -com.google.android.material.R$attr: int counterOverflowTextAppearance -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_persistent -androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State valueOf(java.lang.String) -androidx.constraintlayout.widget.R$styleable: int[] ConstraintLayout_Layout -com.google.android.material.R$styleable: int Slider_trackColorInactive -wangdaye.com.geometricweather.R$dimen: int content_text_size -androidx.lifecycle.SavedStateHandle$SavingStateLiveData: java.lang.String mKey -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setId(java.lang.Long) -androidx.constraintlayout.widget.R$id: R$id() -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: android.view.WindowManager$LayoutParams mParams -com.google.android.material.appbar.CollapsingToolbarLayout: void setStatusBarScrimColor(int) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_barrierAllowsGoneWidgets -com.jaredrummler.android.colorpicker.R$style: int AlertDialog_AppCompat -wangdaye.com.geometricweather.R$dimen: int cpv_required_padding -androidx.lifecycle.SingleGeneratedAdapterObserver: androidx.lifecycle.GeneratedAdapter mGeneratedAdapter -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Speed: AccuDailyResult$DailyForecasts$Day$WindGust$Speed() -androidx.preference.R$styleable: int FontFamily_fontProviderCerts -androidx.core.R$styleable: int GradientColorItem_android_color -androidx.preference.R$attr: int dialogPreferenceStyle -james.adaptiveicon.R$attr: int dividerVertical -okhttp3.MultipartBody$Part: MultipartBody$Part(okhttp3.Headers,okhttp3.RequestBody) -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_get -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) -james.adaptiveicon.R$attr: int actionBarPopupTheme -com.jaredrummler.android.colorpicker.R$drawable: int abc_switch_track_mtrl_alpha -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property Co -androidx.appcompat.widget.AppCompatImageView: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() -okhttp3.internal.http2.Http2Stream$StreamTimeout: void exitAndThrowIfTimedOut() -cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_GET_SYSTEM -androidx.viewpager2.R$id: int accessibility_custom_action_18 -android.didikee.donate.R$dimen: int abc_text_size_large_material -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint DewPoint -cyanogenmod.app.IPartnerInterface$Stub$Proxy: void setMobileDataEnabled(boolean) -com.google.android.material.R$attr: int flow_lastVerticalBias -wangdaye.com.geometricweather.R$dimen: int notification_right_icon_size -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property WeatherText -androidx.drawerlayout.R$style: int Widget_Compat_NotificationActionContainer -com.xw.repo.bubbleseekbar.R$dimen: int abc_edit_text_inset_top_material -androidx.preference.R$attr: int imageButtonStyle -androidx.appcompat.widget.AppCompatEditText: android.content.res.ColorStateList getSupportBackgroundTintList() -com.google.android.material.R$styleable: int TextInputLayout_boxBackgroundColor -androidx.lifecycle.ViewModel: java.lang.Object setTagIfAbsent(java.lang.String,java.lang.Object) -wangdaye.com.geometricweather.R$id: int icon_group -wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar: void setBackgroundColor(int) -androidx.preference.R$dimen: int notification_top_pad_large_text -com.google.android.material.R$attr: int showText -cyanogenmod.app.Profile$ExpandedDesktopMode: int DISABLE -cyanogenmod.providers.CMSettings$Secure: boolean putFloat(android.content.ContentResolver,java.lang.String,float) -androidx.hilt.R$styleable: int GradientColorItem_android_color -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeIcePrecipitation(java.lang.Float) -wangdaye.com.geometricweather.R$drawable: int abc_ic_go_search_api_material -androidx.core.widget.NestedScrollView: void setNestedScrollingEnabled(boolean) -wangdaye.com.geometricweather.R$id: int navigation_header_container -wangdaye.com.geometricweather.R$dimen: int tooltip_precise_anchor_threshold -androidx.drawerlayout.R$id: int chronometer -io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: boolean won -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen -okhttp3.internal.platform.AndroidPlatform: javax.net.ssl.SSLContext getSSLContext() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarItemBackground -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric: double Value -com.google.android.material.textview.MaterialTextView: MaterialTextView(android.content.Context,android.util.AttributeSet,int) -androidx.preference.R$style: int Platform_ThemeOverlay_AppCompat_Dark -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_android_background -com.xw.repo.bubbleseekbar.R$styleable: int RecycleListView_paddingBottomNoButtons -cyanogenmod.providers.CMSettings$Secure: int RING_HOME_BUTTON_BEHAVIOR_DEFAULT -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: java.lang.Thread thread -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_expandedOffset -com.google.android.material.R$color: int design_dark_default_color_surface -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_android_disableDependentsState -com.google.android.material.chip.Chip: android.graphics.drawable.Drawable getChipIcon() -android.didikee.donate.R$style: int Theme_AppCompat_CompactMenu -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHorizontal_bias -androidx.constraintlayout.widget.R$styleable: int ActionBar_contentInsetEnd -androidx.appcompat.widget.ActionBarContextView: void setCustomView(android.view.View) -androidx.constraintlayout.widget.R$style: int Base_AlertDialog_AppCompat -androidx.viewpager.R$attr: int font -android.support.v4.os.ResultReceiver: boolean mLocal -com.turingtechnologies.materialscrollbar.R$animator: int mtrl_fab_hide_motion_spec -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void setDisposable(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$styleable: int Slider_labelStyle -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Medium -com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_arrowShaftLength -com.google.android.material.R$styleable: int TextInputLayout_endIconContentDescription -androidx.hilt.R$attr: int ttcIndex -okhttp3.Request: java.lang.String toString() -com.google.android.material.R$styleable: int MenuItem_android_title -wangdaye.com.geometricweather.R$layout: int widget_day_nano -okio.BufferedSource: okio.Buffer buffer() -com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.String toString() -com.baidu.location.e.o: o(java.lang.String,int,java.lang.String,java.lang.String,java.lang.String,int,int) -cyanogenmod.profiles.StreamSettings: void getXmlString(java.lang.StringBuilder,android.content.Context) -wangdaye.com.geometricweather.R$id: int mtrl_calendar_selection_frame -cyanogenmod.weatherservice.ServiceRequest: void reject(int) -androidx.constraintlayout.widget.R$id: int home -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: int bufferSize -io.reactivex.internal.util.VolatileSizeArrayList: long serialVersionUID -androidx.appcompat.R$styleable: int DrawerArrowToggle_thickness -com.google.android.material.R$attr: int layout_constraintRight_toRightOf -androidx.constraintlayout.motion.widget.MotionHelper: void setProgress(float) -wangdaye.com.geometricweather.R$id: int dialog_weather_hourly_subtitle -wangdaye.com.geometricweather.R$layout: int mtrl_calendar_day -androidx.appcompat.R$style: int Widget_AppCompat_DropDownItem_Spinner -com.google.android.material.R$styleable: int AppCompatTheme_actionModeStyle -james.adaptiveicon.R$color: int bright_foreground_disabled_material_dark -com.google.android.material.R$layout: int material_time_chip -com.jaredrummler.android.colorpicker.R$attr: int selectableItemBackgroundBorderless -androidx.coordinatorlayout.R$attr: int statusBarBackground -androidx.preference.R$styleable: int Preference_persistent -androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceListItem -wangdaye.com.geometricweather.R$dimen: int tooltip_y_offset_non_touch -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light -wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Snackbar_Message -io.reactivex.internal.functions.Functions$NaturalComparator -cyanogenmod.hardware.CMHardwareManager: boolean setDisplayColorCalibration(int[]) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator INCREASING_RING_START_VOLUME_VALIDATOR -cyanogenmod.app.CMContextConstants$Features: java.lang.String TELEPHONY -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: long serialVersionUID -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit[] values() -androidx.constraintlayout.widget.R$styleable: int KeyPosition_percentWidth -androidx.swiperefreshlayout.R$id: int dialog_button -cyanogenmod.app.CustomTile$ExpandedStyle$1: java.lang.Object createFromParcel(android.os.Parcel) -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_1_black -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: void setLogo(java.lang.String) -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIconEnabled -androidx.appcompat.resources.R$attr: int fontWeight -androidx.appcompat.widget.ContentFrameLayout: ContentFrameLayout(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$id: int transparency_title -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceCategoryStyle -com.amap.api.location.AMapLocation$1 -androidx.constraintlayout.widget.R$attr: int subtitle -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: boolean done -james.adaptiveicon.R$id: int submenuarrow -androidx.appcompat.R$styleable: int AppCompatTheme_android_windowIsFloating -james.adaptiveicon.R$color: int bright_foreground_inverse_material_dark -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_textLocale -io.reactivex.internal.observers.DeferredScalarDisposable: void error(java.lang.Throwable) -com.google.android.material.R$color: int error_color_material_dark -cyanogenmod.app.IPartnerInterface: void shutdown() -okhttp3.internal.platform.AndroidPlatform: javax.net.ssl.X509TrustManager trustManager(javax.net.ssl.SSLSocketFactory) -com.bumptech.glide.R$attr: int fontProviderAuthority -wangdaye.com.geometricweather.R$styleable: int ClockFaceView_valueTextColor -androidx.constraintlayout.widget.R$style: int Base_V7_Theme_AppCompat -androidx.appcompat.resources.R$id: int accessibility_custom_action_2 -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: SwipeRefreshLayout(android.content.Context) -okio.ByteString: boolean equals(java.lang.Object) -io.reactivex.Observable: io.reactivex.Single last(java.lang.Object) -james.adaptiveicon.R$attr: int searchViewStyle -androidx.constraintlayout.utils.widget.ImageFilterView: void setOverlay(boolean) -androidx.preference.R$string: int abc_menu_enter_shortcut_label -androidx.preference.R$styleable: int Preference_selectable -com.amap.api.location.AMapLocation: int getConScenario() -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void otherError(java.lang.Throwable) -james.adaptiveicon.R$integer: int cancel_button_image_alpha -cyanogenmod.app.LiveLockScreenManager: boolean getLiveLockScreenEnabled() -com.google.android.material.textfield.TextInputLayout: void setEndIconOnLongClickListener(android.view.View$OnLongClickListener) -com.google.android.material.R$color: int primary_text_disabled_material_dark -retrofit2.ParameterHandler$Part: ParameterHandler$Part(java.lang.reflect.Method,int,okhttp3.Headers,retrofit2.Converter) -com.google.android.material.R$style: int Test_Widget_MaterialComponents_MaterialCalendar_Day -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Metric Metric -com.google.android.material.textfield.TextInputLayout: void setEndIconContentDescription(int) -wangdaye.com.geometricweather.R$styleable: int[] SwitchPreference -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_optimizationLevel -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_goneMarginEnd -androidx.loader.R$styleable: int FontFamily_fontProviderFetchStrategy -okhttp3.Cache: int hitCount -wangdaye.com.geometricweather.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_1 -com.google.android.material.R$styleable: int ChipGroup_checkedChip -androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_marginBottom -com.google.android.material.R$dimen: int abc_text_size_large_material -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange -android.didikee.donate.R$color: int material_grey_100 -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: ObservableTimeout$TimeoutConsumer(long,io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutSelectorSupport) -james.adaptiveicon.R$styleable: int AppCompatImageView_tintMode -wangdaye.com.geometricweather.R$drawable: int notif_temp_86 -james.adaptiveicon.R$styleable: int[] SearchView -androidx.swiperefreshlayout.R$color -okhttp3.logging.HttpLoggingInterceptor: HttpLoggingInterceptor(okhttp3.logging.HttpLoggingInterceptor$Logger) -android.support.v4.app.INotificationSideChannel$Stub: boolean setDefaultImpl(android.support.v4.app.INotificationSideChannel) -wangdaye.com.geometricweather.R$styleable: int FlowLayout_lineSpacing -okhttp3.Response$Builder: okhttp3.Protocol protocol -androidx.preference.R$style: int Base_ThemeOverlay_AppCompat -wangdaye.com.geometricweather.R$style: int ShapeAppearance_MaterialComponents_SmallComponent -com.google.android.material.chip.ChipGroup: ChipGroup(android.content.Context,android.util.AttributeSet) -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: io.reactivex.functions.Function itemTimeoutIndicator -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeAppearanceOverlay -androidx.appcompat.widget.ActionBarOverlayLayout: ActionBarOverlayLayout(android.content.Context) -androidx.preference.R$attr: int divider -retrofit2.ParameterHandler$RelativeUrl: void apply(retrofit2.RequestBuilder,java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_passwordToggleTint -wangdaye.com.geometricweather.main.models.LocationResource$Event: wangdaye.com.geometricweather.main.models.LocationResource$Event UPDATE -com.google.android.material.R$dimen: int mtrl_high_ripple_default_alpha -retrofit2.Call -okhttp3.internal.http2.Hpack: int PREFIX_4_BITS -retrofit2.Retrofit$1: retrofit2.Platform platform -androidx.vectordrawable.animated.R$id: int async -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: int Priority -androidx.coordinatorlayout.R$attr -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: java.lang.String ShortPhrase -james.adaptiveicon.R$color: int secondary_text_disabled_material_dark -com.google.android.material.R$dimen: int mtrl_card_checked_icon_size -androidx.recyclerview.R$styleable: int RecyclerView_spanCount -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onAttachedToWindow() -androidx.appcompat.R$styleable: int DrawerArrowToggle_spinBars -wangdaye.com.geometricweather.R$color: int material_on_surface_disabled -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu -com.jaredrummler.android.colorpicker.R$attr: int actionBarPopupTheme -cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: void cancelOngoingRequests() -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: boolean isEmpty() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getWeatherSource() -androidx.preference.R$styleable: int AppCompatTheme_actionModeStyle -androidx.appcompat.R$styleable: int AppCompatTheme_windowActionBar -wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_android_insetLeft -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_subhead_material -com.google.android.material.R$styleable: int CardView_cardUseCompatPadding -androidx.appcompat.R$id: int custom -androidx.constraintlayout.widget.R$attr: int mock_diagonalsColor -com.google.android.material.R$styleable: int Layout_layout_constraintRight_creator -wangdaye.com.geometricweather.R$string: int action_preview -com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_type -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Small -james.adaptiveicon.R$style: int Widget_AppCompat_SeekBar -wangdaye.com.geometricweather.R$attr: int ttcIndex -androidx.fragment.R$styleable: int[] FontFamily -androidx.preference.R$id: int action_bar_spinner -androidx.appcompat.R$attr: int textAppearanceListItem -com.turingtechnologies.materialscrollbar.R$attr: int cardMaxElevation -com.google.gson.stream.JsonReader: java.lang.String locationString() -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: io.reactivex.internal.fuseable.SimplePlainQueue getOrCreateQueue() -com.xw.repo.bubbleseekbar.R$attr: int divider -io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: ExecutorScheduler$DelayedRunnable(java.lang.Runnable) -androidx.viewpager.R$id: int time -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_alpha -wangdaye.com.geometricweather.db.entities.AlertEntity: void setType(java.lang.String) -androidx.appcompat.R$style: int Base_Theme_AppCompat_Light_Dialog -com.google.android.material.R$dimen: int mtrl_calendar_day_height -com.xw.repo.bubbleseekbar.R$anim: int abc_tooltip_exit -wangdaye.com.geometricweather.R$styleable: int BottomAppBar_fabCradleRoundedCornerRadius -androidx.lifecycle.ClassesInfoCache$MethodReference: boolean equals(java.lang.Object) -androidx.preference.R$drawable: int notification_icon_background -wangdaye.com.geometricweather.R$string: int forecast -wangdaye.com.geometricweather.R$drawable: int flag_si -cyanogenmod.hardware.ThermalListenerCallback: ThermalListenerCallback() -com.turingtechnologies.materialscrollbar.R$string: int abc_menu_delete_shortcut_label -androidx.appcompat.R$layout: int notification_template_part_time -wangdaye.com.geometricweather.R$attr: int tickMarkTintMode -wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date getDate() -androidx.viewpager2.R$styleable: int RecyclerView_layoutManager -wangdaye.com.geometricweather.R$id: int SYM -okio.Buffer: okio.Buffer writeUtf8(java.lang.String) -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void onSubscribe(io.reactivex.disposables.Disposable) -com.turingtechnologies.materialscrollbar.R$color: int switch_thumb_normal_material_dark -wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_android_layout -androidx.constraintlayout.widget.R$id: int dragEnd -androidx.appcompat.R$style: int Widget_AppCompat_ActionButton_Overflow -wangdaye.com.geometricweather.R$dimen: int design_title_text_size -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setWifiScan(boolean) -androidx.lifecycle.SavedStateHandle$SavingStateLiveData: androidx.lifecycle.SavedStateHandle mHandle -okhttp3.internal.http.HttpHeaders: boolean varyMatches(okhttp3.Response,okhttp3.Headers,okhttp3.Request) -cyanogenmod.themes.ThemeChangeRequest$Builder: void buildChangeRequestFromThemeConfig(android.content.res.ThemeConfig) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator -wangdaye.com.geometricweather.R$id: int cpv_hex -androidx.appcompat.R$color: int secondary_text_default_material_dark -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Spinner -com.xw.repo.bubbleseekbar.R$color: int abc_background_cache_hint_selector_material_light -io.reactivex.internal.observers.DeferredScalarDisposable: java.lang.Object value -androidx.legacy.coreutils.R$id: int async -wangdaye.com.geometricweather.R$id: int activity_about_recyclerView -cyanogenmod.platform.R$bool -androidx.preference.R$styleable: int TextAppearance_textAllCaps -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_star_black_48dp -com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert -wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_actionTextColorAlpha -androidx.vectordrawable.R$dimen: int compat_button_inset_horizontal_material -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Medium -cyanogenmod.themes.IThemeProcessingListener$Stub$Proxy: android.os.IBinder asBinder() -androidx.preference.R$attr: int drawableBottomCompat -wangdaye.com.geometricweather.R$attr: int colorOnSurface -com.turingtechnologies.materialscrollbar.R$styleable: int[] AppBarLayout_Layout -androidx.appcompat.R$styleable: int ActionBar_homeLayout -com.google.android.gms.base.R$attr: int imageAspectRatio -com.google.android.material.slider.RangeSlider: int getTrackWidth() -okio.InflaterSource: void close() -okio.HashingSink: okio.ByteString hash() -wangdaye.com.geometricweather.R$id: int SHIFT -wangdaye.com.geometricweather.R$integer: int hide_password_duration -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_checkBoxPreferenceStyle -androidx.core.app.RemoteActionCompatParcelizer: RemoteActionCompatParcelizer() -androidx.constraintlayout.widget.R$dimen: int abc_text_size_title_material_toolbar -okio.Buffer: java.lang.Object clone() -okhttp3.internal.http2.Http2Connection: void pushDataLater(int,okio.BufferedSource,int,boolean) -androidx.appcompat.R$attr: int titleMarginTop -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: void dispose() -cyanogenmod.providers.ThemesContract$ThemesColumns: ThemesContract$ThemesColumns() -androidx.appcompat.R$layout: int abc_activity_chooser_view_list_item -androidx.core.R$styleable: int FontFamily_fontProviderFetchTimeout -androidx.fragment.R$drawable: int notification_bg_low_pressed -wangdaye.com.geometricweather.R$drawable: int notif_temp_124 -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintStart_toEndOf -wangdaye.com.geometricweather.R$string: int material_slider_range_end -androidx.preference.R$drawable: int abc_text_select_handle_right_mtrl_light -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getHourlyForecast() -com.xw.repo.bubbleseekbar.R$attr: int gapBetweenBars -androidx.core.R$styleable: int FontFamilyFont_android_fontStyle -com.amap.api.fence.GeoFence: void setMaxDis2Center(float) -androidx.appcompat.R$style: int Platform_V25_AppCompat_Light -android.didikee.donate.R$style: int TextAppearance_AppCompat_Display4 -com.google.android.material.R$attr: int progressBarPadding -com.google.android.material.R$attr: int titleMarginEnd -io.reactivex.Observable: io.reactivex.Observable delay(long,java.util.concurrent.TimeUnit) -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit getInstance(java.lang.String) -okio.RealBufferedSource$1 -com.baidu.location.e.h$a: com.baidu.location.e.h$a valueOf(java.lang.String) -androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat_ActionBar -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setSensorEnable(boolean) -com.google.android.material.R$id: int accessibility_custom_action_30 -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xnwd -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense -androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_android_fontWeight -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents -wangdaye.com.geometricweather.R$style: int ShapeAppearance_MaterialComponents -androidx.appcompat.R$id: int contentPanel -wangdaye.com.geometricweather.R$xml: int perference -io.reactivex.internal.schedulers.RxThreadFactory: java.lang.String toString() -okhttp3.internal.http2.Http2Connection$Builder: okio.BufferedSink sink -com.google.android.material.R$attr: int windowMinWidthMinor -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Compat_Notification -okio.Pipe$PipeSink: void close() -wangdaye.com.geometricweather.R$attr: int animationDuration -cyanogenmod.externalviews.ExternalViewProperties: int getY() -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float snow3h -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_requireAdaptiveBacklightForSunlightEnhancement -wangdaye.com.geometricweather.R$attr: int tooltipStyle -androidx.appcompat.R$drawable: int abc_ratingbar_material -io.reactivex.internal.observers.InnerQueuedObserver: InnerQueuedObserver(io.reactivex.internal.observers.InnerQueuedObserverSupport,int) -androidx.appcompat.R$id: int forever -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: java.lang.Throwable error -okhttp3.internal.http1.Http1Codec$FixedLengthSink: long bytesRemaining -androidx.recyclerview.R$id: int text -com.jaredrummler.android.colorpicker.R$bool: R$bool() -cyanogenmod.app.CustomTile$Builder: boolean mSensitiveData -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String getDetail() -com.turingtechnologies.materialscrollbar.R$styleable: int Snackbar_snackbarTextViewStyle -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Snow: AccuDailyResult$DailyForecasts$Night$Snow() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial: java.lang.String Unit -wangdaye.com.geometricweather.R$attr: int iconSize -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeShareDrawable -androidx.appcompat.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize -com.jaredrummler.android.colorpicker.R$attr: int contentInsetEndWithActions -okhttp3.internal.platform.Jdk9Platform: java.lang.reflect.Method getProtocolMethod -android.didikee.donate.R$style: int Widget_AppCompat_ActionButton -okio.Okio$1: java.lang.String toString() -io.reactivex.Observable: io.reactivex.Observable fromFuture(java.util.concurrent.Future,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -android.didikee.donate.R$id: int customPanel -androidx.preference.R$styleable: int ActionBar_progressBarStyle -androidx.activity.R$styleable: int FontFamily_fontProviderFetchStrategy -androidx.lifecycle.LifecycleRegistry: void forwardPass(androidx.lifecycle.LifecycleOwner) -com.turingtechnologies.materialscrollbar.R$attr: int fabCradleRoundedCornerRadius -okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner: java.lang.Object x509TrustManagerExtensions -retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder addConverterFactory(retrofit2.Converter$Factory) -wangdaye.com.geometricweather.common.basic.models.weather.Base: java.util.Date updateDate -com.jaredrummler.android.colorpicker.R$id: int async -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean -wangdaye.com.geometricweather.R$color: int accent_material_dark -com.google.android.material.R$attr: int contentPadding -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: int prefetch -wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout -com.jaredrummler.android.colorpicker.R$styleable: int[] PreferenceGroup -retrofit2.Utils: java.lang.RuntimeException parameterError(java.lang.reflect.Method,java.lang.Throwable,int,java.lang.String,java.lang.Object[]) -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: SinglePostCompleteSubscriber(org.reactivestreams.Subscriber) -com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: java.lang.reflect.Type componentType -com.google.android.material.R$dimen: int mtrl_btn_pressed_z -james.adaptiveicon.R$styleable: int AppCompatTheme_colorSwitchThumbNormal -wangdaye.com.geometricweather.db.entities.DailyEntity: void setAqiIndex(java.lang.Integer) -wangdaye.com.geometricweather.R$styleable: int[] SnackbarLayout -androidx.appcompat.R$dimen: R$dimen() -wangdaye.com.geometricweather.R$anim: int mtrl_bottom_sheet_slide_in -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat_Dialog_Alert -com.turingtechnologies.materialscrollbar.R$styleable: int[] AppCompatSeekBar -com.xw.repo.bubbleseekbar.R$color: int abc_tint_switch_track -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: boolean fused -wangdaye.com.geometricweather.R$styleable: int TextAppearance_fontVariationSettings -androidx.appcompat.R$attr: int arrowShaftLength -androidx.constraintlayout.widget.R$attr: int keyPositionType -androidx.work.R$attr -androidx.dynamicanimation.R$styleable: int FontFamilyFont_android_fontVariationSettings -wangdaye.com.geometricweather.R$styleable: int[] MaterialButtonToggleGroup -androidx.appcompat.widget.AppCompatImageView: void setSupportImageTintMode(android.graphics.PorterDuff$Mode) -wangdaye.com.geometricweather.R$color: int androidx_core_secondary_text_default_material_light -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintEnd_toEndOf -wangdaye.com.geometricweather.R$color: int design_default_color_primary -com.google.android.material.R$id: int ghost_view_holder -com.amap.api.fence.GeoFence: android.app.PendingIntent getPendingIntent() -cyanogenmod.app.ProfileManager: void resetAll() -androidx.preference.R$dimen: int abc_text_size_body_1_material -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeSnowPrecipitationProbability -androidx.versionedparcelable.ParcelImpl -io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: void setResource(io.reactivex.disposables.Disposable) -com.xw.repo.bubbleseekbar.R$attr: int bsb_section_count -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult: wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation observation -androidx.lifecycle.extensions.R$styleable: int ColorStateListItem_android_alpha -com.google.android.material.R$id: int view_offset_helper -com.jaredrummler.android.colorpicker.R$style: int Preference_PreferenceScreen_Material -com.amap.api.fence.GeoFence: com.amap.api.fence.PoiItem f -wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_dayStyle -wangdaye.com.geometricweather.R$styleable: int Slider_trackColorActive -cyanogenmod.power.PerformanceManager: int PROFILE_BIAS_POWER_SAVE -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_editor_absoluteY -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Tooltip -com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1: void onSucceed(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult) -cyanogenmod.externalviews.ExternalViewProviderService: android.view.WindowManager mWindowManager -androidx.lifecycle.MutableLiveData: void postValue(java.lang.Object) -cyanogenmod.app.CustomTile$ExpandedItem: void internalSetItemDrawable(int) -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_id -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_20 -okio.BufferedSource: java.lang.String readString(long,java.nio.charset.Charset) -com.google.android.material.chip.Chip: void setChipIconTint(android.content.res.ColorStateList) -wangdaye.com.geometricweather.db.entities.AlertEntityDao -com.google.android.material.bottomappbar.BottomAppBar: BottomAppBar(android.content.Context,android.util.AttributeSet,int) -androidx.appcompat.R$style: int Base_Widget_AppCompat_RatingBar_Indicator -com.google.android.material.R$id: int scrollIndicatorDown -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex inTwoDays -com.bumptech.glide.R$id: int top -cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_PICKED_UUID -androidx.transition.R$style: int TextAppearance_Compat_Notification -com.xw.repo.bubbleseekbar.R$integer: int config_tooltipAnimTime -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonBarButtonStyle -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void setFirst(io.reactivex.internal.operators.observable.ObservableReplay$Node) -wangdaye.com.geometricweather.R$attr: int tabMode -androidx.appcompat.R$id: int search_edit_frame -io.reactivex.observers.DisposableObserver: DisposableObserver() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: int status -androidx.appcompat.widget.ActivityChooserView: void setProvider(androidx.core.view.ActionProvider) -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_TabBar -com.jaredrummler.android.colorpicker.R$attr: int colorButtonNormal -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintCircleAngle -wangdaye.com.geometricweather.R$styleable: int Constraint_android_rotationY -com.google.android.material.R$styleable: int Slider_thumbStrokeWidth -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.lang.String EnglishName -androidx.preference.R$styleable: int AppCompatTheme_ratingBarStyle -okhttp3.internal.http.StatusLine: okhttp3.internal.http.StatusLine parse(java.lang.String) -androidx.constraintlayout.widget.R$styleable: int[] ButtonBarLayout -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ButtonBar -cyanogenmod.app.StatusBarPanelCustomTile: int uid -androidx.hilt.R$layout: int notification_template_custom_big -com.google.android.material.R$styleable: int KeyCycle_android_translationZ -okhttp3.internal.http2.Hpack$Reader: int readInt(int,int) -androidx.appcompat.widget.AppCompatRadioButton -com.google.android.gms.internal.location.zzbc -okhttp3.RequestBody$2: int val$byteCount -androidx.appcompat.R$drawable: int abc_ic_voice_search_api_material -wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_levelValue -androidx.vectordrawable.R$color: int ripple_material_light -cyanogenmod.content.Intent: java.lang.String ACTION_THEME_UPDATED -android.didikee.donate.R$attr: int searchViewStyle -okhttp3.internal.cache.InternalCache: void trackConditionalCacheHit() -com.google.android.material.chip.Chip: android.graphics.RectF getCloseIconTouchBounds() -okhttp3.internal.tls.CertificateChainCleaner: java.util.List clean(java.util.List,java.lang.String) -com.google.android.material.R$style: int Widget_MaterialComponents_ProgressIndicator_Circular_Indeterminate -android.didikee.donate.R$id: int action_container -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: void setSelectedPage(int) -androidx.preference.R$attr: int paddingTopNoTitle -wangdaye.com.geometricweather.R$id: int widget_remote -androidx.constraintlayout.widget.R$styleable: int OnSwipe_dragThreshold -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getCoDesc() -androidx.lifecycle.ClassesInfoCache$CallbackInfo: java.util.Map mHandlerToEvent -wangdaye.com.geometricweather.common.basic.models.weather.Base: java.lang.String cityId -wangdaye.com.geometricweather.R$color: int mtrl_choice_chip_text_color -okhttp3.Protocol -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Imperial Imperial -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating Heating -android.didikee.donate.R$color: int abc_color_highlight_material -cyanogenmod.providers.WeatherContract: android.net.Uri AUTHORITY_URI -okhttp3.RequestBody$3: long contentLength() -com.turingtechnologies.materialscrollbar.R$drawable: int avd_show_password -android.didikee.donate.R$color: int accent_material_dark -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String nighttimeWeatherPhase -wangdaye.com.geometricweather.R$styleable: int StateListDrawable_android_visible -androidx.customview.R$id: int tag_transition_group -com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_AUTH -okio.RealBufferedSource: boolean rangeEquals(long,okio.ByteString) -wangdaye.com.geometricweather.common.basic.models.weather.Weather -androidx.lifecycle.MediatorLiveData$Source: androidx.lifecycle.Observer mObserver -io.reactivex.internal.util.VolatileSizeArrayList: int hashCode() -com.xw.repo.bubbleseekbar.R$attr: int queryHint -okio.ForwardingTimeout: long timeoutNanos() -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Dialog -com.xw.repo.bubbleseekbar.R$id: int progress_horizontal -androidx.constraintlayout.widget.R$id: int edit_query -cyanogenmod.weather.util.WeatherUtils: java.lang.String formatTemperature(double,int) -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: long serialVersionUID -com.google.android.material.R$drawable: int avd_hide_password -io.reactivex.internal.subscriptions.DeferredScalarSubscription: long serialVersionUID -cyanogenmod.app.CustomTile$ExpandedStyle: CustomTile$ExpandedStyle(android.os.Parcel,cyanogenmod.app.CustomTile$1) -androidx.preference.R$style: int Preference_PreferenceScreen_Material -com.turingtechnologies.materialscrollbar.R$interpolator: R$interpolator() -androidx.dynamicanimation.R$style: int Widget_Compat_NotificationActionContainer -wangdaye.com.geometricweather.R$attr: int backgroundOverlayColorAlpha -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWindLevel -androidx.viewpager.R$styleable: int FontFamilyFont_android_fontStyle -okhttp3.internal.http2.Http2Reader: Http2Reader(okio.BufferedSource,boolean) -okhttp3.Cache: void flush() -wangdaye.com.geometricweather.R$attr: int flow_padding -com.google.android.material.R$styleable: int[] ViewBackgroundHelper -androidx.activity.R$id: int accessibility_custom_action_17 -com.google.android.material.switchmaterial.SwitchMaterial: SwitchMaterial(android.content.Context,android.util.AttributeSet,int) -androidx.constraintlayout.widget.R$styleable: int SearchView_android_focusable -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_stacked_tab_max_width -androidx.appcompat.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize -androidx.fragment.R$id: int tag_unhandled_key_event_manager -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_splitTrack -okhttp3.internal.ws.WebSocketWriter$FrameSink: okio.Timeout timeout() -androidx.coordinatorlayout.R$styleable: int[] CoordinatorLayout_Layout -com.google.android.material.R$styleable: int TextAppearance_android_textFontWeight -androidx.dynamicanimation.R$styleable: int ColorStateListItem_android_color -com.bumptech.glide.module.LibraryGlideModule: LibraryGlideModule() -io.reactivex.internal.observers.DeferredScalarDisposable: io.reactivex.Observer downstream -androidx.viewpager.R$drawable: int notification_bg_low -com.turingtechnologies.materialscrollbar.R$attr: int showText -com.google.android.material.R$dimen: int action_bar_size -okhttp3.internal.cache.DiskLruCache$Editor: void abort() -androidx.hilt.work.R$styleable: int[] FontFamilyFont -com.amap.api.location.UmidtokenInfo$1: UmidtokenInfo$1() -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView -android.didikee.donate.R$color: int button_material_dark -androidx.appcompat.R$style: int Base_Widget_AppCompat_RatingBar_Small -org.greenrobot.greendao.database.DatabaseOpenHelper: boolean loadSQLCipherNativeLibs -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: float getTrimPathOffset() -com.google.android.material.datepicker.DateValidatorPointForward -com.google.android.material.R$styleable: int Constraint_layout_constraintGuide_end -james.adaptiveicon.R$layout: int abc_list_menu_item_radio -okhttp3.internal.http2.Http2Connection$5: okhttp3.internal.http2.Http2Connection this$0 -cyanogenmod.app.CustomTile$ExpandedStyle: cyanogenmod.app.CustomTile$ExpandedItem[] getExpandedItems() -com.turingtechnologies.materialscrollbar.Indicator: void setScroll(float) -james.adaptiveicon.R$styleable: int[] MenuGroup -com.google.android.material.R$id: int test_radiobutton_app_button_tint -wangdaye.com.geometricweather.R$id: int activity_widget_config_alignEndSwitch -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day -retrofit2.Response: java.lang.Object body() -io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: void dispose() -com.google.android.material.R$attr: int behavior_draggable -okio.Base64 -wangdaye.com.geometricweather.R$styleable: int ColorStateListItem_android_alpha -com.amap.api.location.AMapLocation: void setMock(boolean) -com.google.android.material.R$dimen: int abc_list_item_height_material -wangdaye.com.geometricweather.R$drawable: int shortcuts_fog -com.google.android.material.internal.BaselineLayout: BaselineLayout(android.content.Context) -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Button -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem -androidx.preference.R$styleable: int MenuItem_alphabeticModifiers -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property WindChillTemperature -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int PrecipitationProbability -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: int getIsRainOrSnow() -com.jaredrummler.android.colorpicker.R$drawable: int abc_text_select_handle_right_mtrl_dark -androidx.hilt.lifecycle.R$drawable -androidx.coordinatorlayout.widget.CoordinatorLayout: void setStatusBarBackground(android.graphics.drawable.Drawable) -james.adaptiveicon.R$styleable: int TextAppearance_android_textSize -wangdaye.com.geometricweather.db.entities.AlertEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.AlertEntity,int) -wangdaye.com.geometricweather.R$drawable: int widget_trend_hourly -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_verticalAlign -android.support.v4.os.IResultReceiver$Stub$Proxy: android.support.v4.os.IResultReceiver sDefaultImpl -okio.Sink: okio.Timeout timeout() -com.google.android.material.R$attr: int itemFillColor -androidx.appcompat.R$id: int tabMode -com.google.android.material.R$attr: int maxLines -androidx.preference.R$styleable: int[] DialogPreference -androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: int getDesiredHeight() -james.adaptiveicon.R$style: int Widget_AppCompat_ProgressBar_Horizontal -androidx.appcompat.R$id: int line3 -androidx.preference.R$style: int TextAppearance_AppCompat_Subhead -androidx.preference.R$dimen: int hint_pressed_alpha_material_dark -androidx.constraintlayout.widget.R$id: int custom -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_CALL_LED_OFF -androidx.preference.R$style: int Base_Theme_AppCompat_Light_DarkActionBar -androidx.appcompat.R$id: int multiply -androidx.vectordrawable.animated.R$id: int notification_background -io.reactivex.internal.subscribers.DeferredScalarSubscriber: void onComplete() -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_startIconDrawable -wangdaye.com.geometricweather.R$string: int content_des_co -com.turingtechnologies.materialscrollbar.R$id: int action_menu_divider -cyanogenmod.externalviews.ExternalView: cyanogenmod.externalviews.ExternalViewProperties mExternalViewProperties -androidx.constraintlayout.widget.R$bool -androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_STOP -okhttp3.internal.tls.TrustRootIndex: java.security.cert.X509Certificate findByIssuerAndSignature(java.security.cert.X509Certificate) -androidx.vectordrawable.R$id: int accessibility_custom_action_8 -androidx.appcompat.widget.ActionBarContainer: android.view.View getTabContainer() -cyanogenmod.weather.IRequestInfoListener: void onWeatherRequestCompleted(cyanogenmod.weather.RequestInfo,int,cyanogenmod.weather.WeatherInfo) -com.google.android.material.R$color: int material_timepicker_button_background -androidx.transition.R$color: int ripple_material_light -wangdaye.com.geometricweather.R$id: int dialog_learn_more_about_geocoder_title -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: MfForecastV2Result$ForecastProperties$ProbabilityForecastV2() -com.google.gson.stream.JsonReader: boolean skipTo(java.lang.String) -wangdaye.com.geometricweather.db.entities.DailyEntityDao: DailyEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) -retrofit2.converter.gson.GsonResponseBodyConverter: com.google.gson.Gson gson -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void dispose() -androidx.work.R$styleable: int FontFamilyFont_android_fontStyle -androidx.constraintlayout.widget.R$attr: int waveShape -androidx.appcompat.resources.R$dimen: int compat_button_padding_horizontal_material -wangdaye.com.geometricweather.R$dimen: int abc_text_size_headline_material -androidx.loader.R$style: int TextAppearance_Compat_Notification -androidx.preference.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog -wangdaye.com.geometricweather.R$layout: int test_toolbar -androidx.appcompat.R$styleable: int MenuItem_contentDescription -androidx.constraintlayout.widget.R$dimen: int abc_text_size_button_material -cyanogenmod.platform.Manifest$permission: java.lang.String READ_DATAUSAGE -cyanogenmod.providers.CMSettings$1 -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_android_orientation -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableBottomCompat -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorError -com.xw.repo.bubbleseekbar.R$id: int textSpacerNoTitle -wangdaye.com.geometricweather.R$dimen: int abc_dialog_fixed_height_minor -wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Light_Bridge -cyanogenmod.power.IPerformanceManager$Stub$Proxy: IPerformanceManager$Stub$Proxy(android.os.IBinder) -retrofit2.Utils: java.lang.reflect.Type getSupertype(java.lang.reflect.Type,java.lang.Class,java.lang.Class) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: java.util.List value -com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox -wangdaye.com.geometricweather.R$dimen: int abc_action_bar_default_padding_start_material -wangdaye.com.geometricweather.R$dimen: int abc_list_item_height_large_material -okio.GzipSource: void updateCrc(okio.Buffer,long,long) -com.google.android.material.slider.RangeSlider: void setValues(java.util.List) -com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableTransition_android_fromId -okhttp3.Route: boolean equals(java.lang.Object) -wangdaye.com.geometricweather.R$attr: int seekBarIncrement -cyanogenmod.app.CMTelephonyManager: cyanogenmod.app.CMTelephonyManager getInstance(android.content.Context) -com.amap.api.location.AMapLocationClientOption$AMapLocationMode -androidx.constraintlayout.widget.R$styleable: int KeyPosition_percentY -com.google.android.material.R$layout: int design_navigation_item -com.turingtechnologies.materialscrollbar.R$styleable: int View_android_theme -androidx.activity.R$id: int accessibility_custom_action_25 -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.lang.Integer dbz -wangdaye.com.geometricweather.R$layout: int widget_text_end -wangdaye.com.geometricweather.R$attr: int bsb_section_count -wangdaye.com.geometricweather.R$styleable: int[] KeyTrigger -wangdaye.com.geometricweather.R$style: int Base_Animation_AppCompat_DropDownUp -okhttp3.internal.tls.DistinguishedNameParser: int end -james.adaptiveicon.R$styleable: int AppCompatTheme_buttonStyleSmall -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: java.util.List toDailyTrendDisplayList(java.lang.String) -io.reactivex.Observable: io.reactivex.Observable mergeArrayDelayError(io.reactivex.ObservableSource[]) -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceBody1 -wangdaye.com.geometricweather.R$attr: int paddingTopNoTitle -okio.RealBufferedSource: java.lang.String readUtf8() -androidx.appcompat.R$styleable: int LinearLayoutCompat_showDividers -okhttp3.internal.connection.RealConnection: boolean noNewStreams -wangdaye.com.geometricweather.R$id: int container_main_pollen_pager -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Display3 -james.adaptiveicon.R$attr: int alertDialogStyle -androidx.preference.R$style: int TextAppearance_AppCompat_Small -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton$ExtendedFloatingActionButtonBehavior: ExtendedFloatingActionButton$ExtendedFloatingActionButtonBehavior(android.content.Context,android.util.AttributeSet) -okio.Buffer: okio.BufferedSink writeDecimalLong(long) -com.turingtechnologies.materialscrollbar.R$styleable: int[] ActionBar -androidx.preference.R$id: int action_menu_divider -cyanogenmod.power.IPerformanceManager$Stub: java.lang.String DESCRIPTOR -com.google.android.material.R$id: int unlabeled -okio.BufferedSink: long writeAll(okio.Source) -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: boolean isDisposed() -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -androidx.appcompat.widget.AppCompatTextView -androidx.appcompat.R$drawable: int abc_ic_ab_back_material -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: boolean done -com.xw.repo.bubbleseekbar.R$styleable: int ActionMode_subtitleTextStyle -com.google.android.material.R$styleable: int SnackbarLayout_animationMode -androidx.constraintlayout.widget.R$attr: int actionModeCutDrawable -io.reactivex.internal.queue.SpscArrayQueue -wangdaye.com.geometricweather.R$font: int product_sans_medium -android.didikee.donate.R$id: int progress_horizontal -cyanogenmod.externalviews.ExternalView$1 -retrofit2.Converter -retrofit2.Utils$GenericArrayTypeImpl: Utils$GenericArrayTypeImpl(java.lang.reflect.Type) -com.google.android.material.bottomnavigation.BottomNavigationMenuView: BottomNavigationMenuView(android.content.Context,android.util.AttributeSet) -com.google.android.material.button.MaterialButton: android.content.res.ColorStateList getStrokeColor() -james.adaptiveicon.R$styleable: int Spinner_android_popupBackground -wangdaye.com.geometricweather.db.entities.AlertEntity: AlertEntity() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_46 -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: int getWindowType() -androidx.work.R$id: int forever -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_orientation -androidx.hilt.work.R$layout: int notification_action_tombstone -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void innerError(io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver,java.lang.Throwable) -okhttp3.Response$Builder: okhttp3.Response$Builder header(java.lang.String,java.lang.String) -com.google.android.material.chip.ChipGroup: void setOnHierarchyChangeListener(android.view.ViewGroup$OnHierarchyChangeListener) -com.google.android.material.R$color: int abc_tint_default -com.google.android.material.tabs.TabLayout: void setInlineLabel(boolean) -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_bias -com.google.android.material.R$styleable: int ForegroundLinearLayout_foregroundInsidePadding -com.amap.api.fence.GeoFence: java.lang.String b -wangdaye.com.geometricweather.R$dimen: int mtrl_navigation_item_shape_horizontal_margin -okhttp3.internal.http1.Http1Codec: void writeRequest(okhttp3.Headers,java.lang.String) -androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft -cyanogenmod.externalviews.KeyguardExternalViewProviderService: android.os.IBinder onBind(android.content.Intent) -androidx.constraintlayout.widget.R$styleable: int View_android_focusable -cyanogenmod.providers.DataUsageContract: int COLUMN_OF_EXTRA -androidx.appcompat.R$style: int Base_V21_Theme_AppCompat_Dialog -androidx.appcompat.R$id: int accessibility_custom_action_6 -androidx.appcompat.widget.ScrollingTabContainerView: void setTabSelected(int) -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintBottom_toBottomOf -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderTitle -cyanogenmod.externalviews.KeyguardExternalView: void unregisterKeyguardExternalViewCallback(cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks) -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea -com.google.android.material.navigation.NavigationView: void setOverScrollMode(int) -androidx.recyclerview.R$dimen: int compat_button_inset_vertical_material -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Metric: double Value -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_display_4_material -androidx.customview.R$styleable: int[] ColorStateListItem -wangdaye.com.geometricweather.db.entities.LocationEntityDao: LocationEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) -james.adaptiveicon.R$attr: int radioButtonStyle -androidx.activity.R$styleable: int GradientColor_android_centerY -androidx.constraintlayout.widget.R$styleable: int Constraint_chainUseRtl -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: boolean done -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Bridge -androidx.swiperefreshlayout.R$id: int notification_main_column -androidx.vectordrawable.R$dimen: int compat_button_padding_horizontal_material -wangdaye.com.geometricweather.db.entities.HistoryEntity: void setCityId(java.lang.String) -wangdaye.com.geometricweather.db.entities.LocationEntity: float getLongitude() -com.google.android.material.R$style: int Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework -com.google.android.material.internal.CheckableImageButton: void setPressable(boolean) -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_Cut -androidx.preference.R$styleable: int[] ActionMode -cyanogenmod.app.BaseLiveLockManagerService: boolean hasPrivatePermissions() -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_CONDITION -com.google.android.material.R$styleable: int[] ThemeEnforcement -okio.GzipSource: byte FHCRC -com.bumptech.glide.integration.okhttp.R$dimen: int notification_small_icon_background_padding -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber -wangdaye.com.geometricweather.R$drawable: int notif_temp_55 -wangdaye.com.geometricweather.settings.fragments.NotificationColorSettingsFragment: NotificationColorSettingsFragment() -androidx.preference.R$dimen: int abc_panel_menu_list_width -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void innerError(java.lang.Throwable) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial: int UnitType -wangdaye.com.geometricweather.R$layout: int mtrl_calendar_month_labeled -io.reactivex.internal.util.AtomicThrowable: java.lang.Throwable terminate() -wangdaye.com.geometricweather.R$attr: int behavior_expandedOffset -wangdaye.com.geometricweather.R$dimen: int abc_text_size_subtitle_material_toolbar -wangdaye.com.geometricweather.R$id: int title -wangdaye.com.geometricweather.R$layout: int mtrl_picker_actions -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_elevation -wangdaye.com.geometricweather.R$drawable: int shortcuts_sleet -com.google.gson.FieldNamingPolicy$1: FieldNamingPolicy$1(java.lang.String,int) -wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_light -androidx.constraintlayout.widget.R$id: int asConfigured -okhttp3.HttpUrl: boolean isHttps() -okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder immutable() -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: io.reactivex.Observer downstream -james.adaptiveicon.R$id: int search_bar -androidx.swiperefreshlayout.R$attr: int fontProviderFetchStrategy -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_default_padding_end_material -com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_fabCradleRoundedCornerRadius -androidx.transition.R$attr: int fontProviderPackage -androidx.lifecycle.extensions.R -com.turingtechnologies.materialscrollbar.R$attr: int chipIcon -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light_Dialog_MinWidth -cyanogenmod.app.CMContextConstants: java.lang.String CM_WEATHER_SERVICE -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_hintTextAppearance -james.adaptiveicon.R$style: int Theme_AppCompat_DayNight_Dialog_Alert -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_elevation -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Button_Colored -wangdaye.com.geometricweather.R$id: int decor_content_parent -com.turingtechnologies.materialscrollbar.R$id: int search_mag_icon -com.turingtechnologies.materialscrollbar.R$styleable: int ForegroundLinearLayout_android_foregroundGravity -okio.Sink: void close() -wangdaye.com.geometricweather.background.service.CMWeatherProviderService: CMWeatherProviderService() -androidx.preference.R$anim: int btn_checkbox_to_checked_box_outer_merged_animation -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void run() -cyanogenmod.providers.CMSettings$Secure: java.lang.String FEATURE_TOUCH_HOVERING -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintTop_toBottomOf -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Subhead -com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_centerX -androidx.appcompat.widget.AppCompatButton: AppCompatButton(android.content.Context) -com.turingtechnologies.materialscrollbar.R$bool: int abc_action_bar_embed_tabs -androidx.constraintlayout.widget.ConstraintHelper: void setReferencedIds(int[]) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: java.lang.String getUnit() -androidx.constraintlayout.widget.R$attr: int listPopupWindowStyle -com.google.android.material.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle -wangdaye.com.geometricweather.R$drawable: int abc_switch_track_mtrl_alpha -androidx.transition.R$drawable: int notification_bg_low -androidx.preference.R$attr: int title -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_maxElementsWrap -wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle valueOf(java.lang.String) -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat -james.adaptiveicon.R$style: int Base_Animation_AppCompat_Dialog -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_content_inset_with_nav -okio.ForwardingTimeout: void throwIfReached() -androidx.appcompat.widget.ActivityChooserView$InnerLayout: ActivityChooserView$InnerLayout(android.content.Context,android.util.AttributeSet) -androidx.constraintlayout.widget.Barrier: Barrier(android.content.Context,android.util.AttributeSet) -cyanogenmod.providers.CMSettings$Global: boolean putStringForUser(android.content.ContentResolver,java.lang.String,java.lang.String,int) -io.reactivex.internal.operators.observable.ObserverResourceWrapper: void onComplete() -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_MaterialComponents_Button -com.google.android.material.R$styleable: int[] ClockHandView -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX -androidx.transition.R$dimen -com.jaredrummler.android.colorpicker.R$attr: int submitBackground -androidx.vectordrawable.R$attr: int fontProviderQuery -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowActionBar -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title -androidx.preference.R$attr: int preferenceTheme -com.amap.api.location.AMapLocation: int getGpsAccuracyStatus() -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat -androidx.preference.R$dimen: int tooltip_margin -okhttp3.internal.connection.RouteSelector: okhttp3.internal.connection.RouteSelector$Selection next() -cyanogenmod.app.CMStatusBarManager: cyanogenmod.app.CMStatusBarManager sCMStatusBarManagerInstance -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setHeadDescription(java.lang.String) -okhttp3.internal.ws.RealWebSocket$2: void onResponse(okhttp3.Call,okhttp3.Response) -wangdaye.com.geometricweather.R$styleable: int[] TagView -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: boolean isDisposed() -androidx.lifecycle.extensions.R$styleable: int GradientColor_android_endX -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_barrierMargin -okhttp3.CertificatePinner$Pin: boolean matches(java.lang.String) -retrofit2.RequestFactory$Builder: java.lang.reflect.Method method -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Body2 -android.didikee.donate.R$anim: int abc_fade_in -com.jaredrummler.android.colorpicker.R$color: int error_color_material_dark -wangdaye.com.geometricweather.R$attr: int listPopupWindowStyle -io.reactivex.internal.operators.observable.ObservableReplay$Node: java.lang.Object value -wangdaye.com.geometricweather.common.basic.models.Location: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.String TABLENAME -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX: java.util.List getBrands() -cyanogenmod.power.PerformanceManager: java.lang.String TAG -wangdaye.com.geometricweather.R$dimen: R$dimen() -androidx.appcompat.R$drawable: int abc_textfield_activated_mtrl_alpha -okhttp3.MultipartBody$Builder: okhttp3.MediaType type -cyanogenmod.app.IProfileManager: boolean notificationGroupExistsByName(java.lang.String) -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipMinTouchTargetSize -wangdaye.com.geometricweather.R$attr: int mock_label -james.adaptiveicon.R$attr: int selectableItemBackground -wangdaye.com.geometricweather.R$id: int activity_card_display_manage_container -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean isDisposed() -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property DewPoint -com.turingtechnologies.materialscrollbar.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog -com.google.android.material.R$styleable: int Slider_thumbStrokeColor -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_maxWidth -androidx.appcompat.widget.AppCompatSpinner: int getDropDownVerticalOffset() -wangdaye.com.geometricweather.R$attr: int behavior_overlapTop -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionMode_Inverse -com.google.android.material.R$style: int Base_Theme_AppCompat_Dialog_MinWidth -cyanogenmod.profiles.ConnectionSettings: int CM_MODE_2G -com.amap.api.location.AMapLocationClientOption: boolean o -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Display2 -androidx.preference.R$styleable: int[] MenuView -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: long produced -androidx.preference.R$dimen: int abc_text_size_subhead_material -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void innerNext() -androidx.lifecycle.LifecycleDispatcher: LifecycleDispatcher() -androidx.appcompat.R$styleable: int AppCompatTextView_autoSizeMinTextSize -com.google.android.material.R$styleable: int SearchView_voiceIcon -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_textEndPadding -androidx.appcompat.widget.AppCompatTextView: AppCompatTextView(android.content.Context,android.util.AttributeSet) -androidx.customview.R$attr: int fontProviderFetchTimeout -cyanogenmod.weatherservice.ServiceRequest: cyanogenmod.weather.RequestInfo getRequestInfo() -com.google.android.material.R$styleable: int KeyAttribute_android_rotationY -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -androidx.preference.R$id: int titleDividerNoCustom -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: void setValue(java.util.List) -io.reactivex.internal.observers.DeferredScalarDisposable -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light_Dialog_Alert -com.xw.repo.bubbleseekbar.R$attr: int switchPadding -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: void onNext(java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int[] ArcProgress -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ImageButton -androidx.constraintlayout.helper.widget.Flow: void setWrapMode(int) -androidx.activity.R$drawable: int notification_tile_bg -com.google.android.material.chip.Chip: void setChipStartPadding(float) -com.xw.repo.bubbleseekbar.R$drawable: int abc_list_focused_holo -com.amap.api.location.AMapLocation: int LOCATION_TYPE_CELL -com.amap.api.location.AMapLocation: java.lang.String a(com.amap.api.location.AMapLocation,java.lang.String) -com.google.android.material.R$styleable: int GradientColorItem_android_offset -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowFixedWidthMajor -wangdaye.com.geometricweather.R$anim: int popup_hide -okhttp3.Headers$Builder: java.util.List namesAndValues -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_checkedTextViewStyle -com.google.android.material.R$layout: int text_view_with_theme_line_height -okhttp3.internal.cache2.Relay: okio.Source upstream -cyanogenmod.themes.ThemeManager$1$1: cyanogenmod.themes.ThemeManager$1 this$1 -wangdaye.com.geometricweather.R$id: int notification_multi_city_icon_3 -android.didikee.donate.R$attr: int backgroundTint -android.didikee.donate.R$drawable: int abc_ic_voice_search_api_material -okhttp3.Cache: int networkCount -wangdaye.com.geometricweather.R$string: int settings_title_icon_provider -androidx.core.R$dimen: int notification_right_side_padding_top -androidx.preference.R$styleable: int MenuItem_actionViewClass -com.google.android.material.R$color: int mtrl_popupmenu_overlay_color -com.baidu.location.e.h$c: com.baidu.location.e.h$c valueOf(java.lang.String) -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter beginObject() -wangdaye.com.geometricweather.main.models.LocationResource$Event: wangdaye.com.geometricweather.main.models.LocationResource$Event BACKGROUND_UPDATE -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void otherComplete() -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_PopupMenu_Overflow -androidx.preference.R$layout: int abc_select_dialog_material -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver -com.google.gson.internal.LinkedTreeMap: void clear() -androidx.preference.R$styleable: int[] PopupWindow -wangdaye.com.geometricweather.R$string: int mtrl_picker_text_input_date_range_start_hint -androidx.constraintlayout.widget.R$attr: int actionBarWidgetTheme -wangdaye.com.geometricweather.R$attr: int elevationOverlayColor -okhttp3.internal.ws.WebSocketReader: long frameLength -wangdaye.com.geometricweather.R$styleable: int Toolbar_titleMarginEnd -com.google.android.material.R$styleable: int FloatingActionButton_shapeAppearanceOverlay -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$4 -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ListView -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.os.RemoteCallbackList mCallbacks -androidx.constraintlayout.widget.R$attr: int alertDialogStyle -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_26 -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: void setDefaultSmsSub(int) -cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String READ_ALARMS_PERMISSION -wangdaye.com.geometricweather.R$styleable: int MotionLayout_applyMotionScene -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: java.lang.String Summary -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: CaiYunMainlyResult$AlertsBean$DefenseBean() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_10 -james.adaptiveicon.R$dimen: int hint_pressed_alpha_material_dark -okio.ByteString: boolean rangeEquals(int,byte[],int,int) -com.google.android.material.snackbar.SnackbarContentLayout: SnackbarContentLayout(android.content.Context) -com.jaredrummler.android.colorpicker.R$id: int radio -androidx.constraintlayout.widget.R$string: int abc_activitychooserview_choose_application -com.google.android.material.R$style: int Animation_AppCompat_Tooltip -wangdaye.com.geometricweather.R$styleable: int[] Snackbar -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Display2 -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHorizontal_bias -androidx.vectordrawable.R$drawable: int notification_bg_low_pressed -androidx.swiperefreshlayout.R$id: int line3 -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintWidth_default -androidx.appcompat.R$styleable: int AppCompatTheme_actionBarTabBarStyle -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeIcePrecipitationProbability(java.lang.Float) -okhttp3.Headers: java.util.Map toMultimap() -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay -androidx.appcompat.R$styleable: int AppCompatTheme_dropDownListViewStyle -wangdaye.com.geometricweather.R$attr: int layout_dodgeInsetEdges -androidx.hilt.lifecycle.R$id: int action_divider -com.google.android.material.R$styleable: int ShapeAppearance_cornerSizeTopRight -com.google.android.material.R$styleable: int ConstraintSet_constraint_referenced_ids -wangdaye.com.geometricweather.R$layout: int widget_day_oreo_google_sans -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Caption -androidx.activity.R$styleable: int FontFamilyFont_android_font -okhttp3.internal.http2.Http2Connection$5: int val$streamId -com.google.android.material.R$integer: int design_snackbar_text_max_lines -james.adaptiveicon.R$style: int Widget_AppCompat_ImageButton -android.didikee.donate.R$style: int TextAppearance_AppCompat_Medium_Inverse -okhttp3.CacheControl: boolean immutable() -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: double HoursOfPrecipitation -androidx.preference.R$styleable: int Preference_android_layout -androidx.recyclerview.R$style: R$style() -androidx.preference.R$styleable: int MultiSelectListPreference_entries -james.adaptiveicon.R$style: int Base_Animation_AppCompat_Tooltip -com.google.android.material.R$styleable: int FontFamily_fontProviderAuthority -com.google.android.material.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_passwordToggleEnabled -androidx.appcompat.widget.SearchView$SearchAutoComplete -androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_elevation -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed Speed -wangdaye.com.geometricweather.R$drawable: int abc_textfield_default_mtrl_alpha -com.google.android.gms.base.R$string: int common_google_play_services_update_text -com.jaredrummler.android.colorpicker.R$styleable: int[] AnimatedStateListDrawableCompat -android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall -wangdaye.com.geometricweather.R$attr: int contentPaddingBottom -okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder allEnabledTlsVersions() -james.adaptiveicon.R$drawable: int abc_btn_default_mtrl_shape -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_134 -androidx.work.R$id: int line3 -android.didikee.donate.R$attr: int goIcon -com.google.android.material.floatingactionbutton.FloatingActionButton: void setSupportImageTintMode(android.graphics.PorterDuff$Mode) -androidx.preference.R$styleable: int ActionBar_contentInsetEndWithActions -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_dividerPadding -okhttp3.FormBody$Builder: java.nio.charset.Charset charset -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Medium -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean getUrl() -androidx.appcompat.R$style: int Theme_AppCompat_Light_DialogWhenLarge -androidx.appcompat.R$style: int TextAppearance_AppCompat_Caption -io.reactivex.internal.functions.Functions$HashSetCallable: io.reactivex.internal.functions.Functions$HashSetCallable valueOf(java.lang.String) -wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.String updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.LocationEntity,long) -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_draggable -androidx.coordinatorlayout.R$id: int accessibility_custom_action_29 -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.lang.Integer snowHazard3h -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemIconPadding -androidx.preference.R$id: int actions -com.turingtechnologies.materialscrollbar.R$dimen: int abc_alert_dialog_button_dimen -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeRealFeelTemperature -wangdaye.com.geometricweather.R$style: int RtlOverlay_DialogWindowTitle_AppCompat -com.turingtechnologies.materialscrollbar.R$attr: int liftOnScroll -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_checked -wangdaye.com.geometricweather.R$attr: int listPreferredItemHeightLarge -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModePopupWindowStyle -wangdaye.com.geometricweather.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable -com.google.android.material.R$styleable: int ConstraintLayout_Layout_constraint_referenced_ids -wangdaye.com.geometricweather.R$string: int app_name -okhttp3.internal.http1.Http1Codec$ChunkedSource: okhttp3.HttpUrl url -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String title -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: long serialVersionUID -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Large_Inverse -com.google.android.material.bottomappbar.BottomAppBar: androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior getBehavior() -wangdaye.com.geometricweather.R$id: int mtrl_calendar_text_input_frame -james.adaptiveicon.R$anim -okio.BufferedSource: long readLongLe() -cyanogenmod.externalviews.KeyguardExternalViewProviderService: boolean DEBUG -com.google.android.material.chip.Chip: void setCloseIconPressed(boolean) -cyanogenmod.weather.RequestInfo: android.os.Parcelable$Creator CREATOR -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Body1 -androidx.preference.DialogPreference -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: io.reactivex.Scheduler$Worker worker -okhttp3.internal.http1.Http1Codec: okhttp3.OkHttpClient client -wangdaye.com.geometricweather.location.utils.LocationException -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: int WeatherIcon -wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getNighttimeWeatherCode() -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: int getHeaderHeight() -com.google.android.material.tabs.TabLayout$TabView: void setSelected(boolean) -android.didikee.donate.R$attr: int titleMarginStart -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_title -androidx.hilt.work.R$layout: int notification_template_icon_group -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial: AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial() -com.google.android.material.R$styleable: int BottomAppBar_paddingBottomSystemWindowInsets -retrofit2.http.POST -wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date getSunRiseDate() -com.google.android.material.R$attr: int materialCalendarYearNavigationButton -androidx.appcompat.widget.AppCompatTextView: void setSupportCompoundDrawablesTintList(android.content.res.ColorStateList) -cyanogenmod.hardware.CMHardwareManager: boolean setDisplayMode(cyanogenmod.hardware.DisplayMode,boolean) -com.google.android.material.R$style: int Base_Theme_AppCompat_DialogWhenLarge -com.google.android.material.R$style: int Platform_ThemeOverlay_AppCompat_Dark -androidx.core.R$styleable: int FontFamilyFont_android_font -com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_fixed_width_major -wangdaye.com.geometricweather.R$layout: int abc_activity_chooser_view_list_item -android.didikee.donate.R$styleable: int TextAppearance_android_shadowRadius -com.turingtechnologies.materialscrollbar.R$styleable: int ColorStateListItem_android_alpha -com.turingtechnologies.materialscrollbar.R$color: int background_material_dark -android.support.v4.app.INotificationSideChannel$Stub: int TRANSACTION_cancel -com.google.android.material.R$attr: int itemStrokeWidth -com.google.android.material.R$styleable: int MaterialCardView_strokeWidth -com.amap.api.location.AMapLocation: java.lang.String getAddress() -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header -cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: void processCityNameLookupRequest(cyanogenmod.weather.RequestInfo) -androidx.appcompat.widget.AppCompatRadioButton: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_lastVerticalStyle -wangdaye.com.geometricweather.R$color: int design_default_color_on_error -wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.Object readKey(android.database.Cursor,int) -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult -okhttp3.CipherSuite: java.lang.String javaName -com.google.android.material.timepicker.ClockHandView: ClockHandView(android.content.Context,android.util.AttributeSet) -androidx.vectordrawable.R$styleable: int GradientColor_android_startX -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float ceiling -androidx.customview.R$styleable: int FontFamily_fontProviderPackage -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void onComplete() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorSwitchThumbNormal -androidx.constraintlayout.widget.R$styleable: int ActionBar_height -com.google.android.material.R$styleable: int RecycleListView_paddingTopNoTitle -androidx.lifecycle.SavedStateHandle: void set(java.lang.String,java.lang.Object) -androidx.preference.R$dimen: int abc_text_size_subtitle_material_toolbar -androidx.legacy.coreutils.R$style: int TextAppearance_Compat_Notification_Line2 -com.bumptech.glide.R$dimen: int notification_main_column_padding_top -androidx.activity.R$styleable: int GradientColor_android_centerColor -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$1: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_typeface -io.reactivex.internal.util.NotificationLite$ErrorNotification: int hashCode() -androidx.transition.R$id: int notification_main_column -com.bumptech.glide.Priority: com.bumptech.glide.Priority IMMEDIATE -cyanogenmod.themes.IThemeService$Stub$Proxy: void removeUpdates(cyanogenmod.themes.IThemeChangeListener) -com.google.android.material.R$dimen: int mtrl_card_dragged_z -android.didikee.donate.R$styleable: int ActionBar_contentInsetRight -wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView -android.didikee.donate.R$styleable: int AppCompatTheme_actionBarWidgetTheme -com.amap.api.fence.PoiItem: double f -com.google.android.material.R$dimen: int material_emphasis_high_type -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index: java.lang.String quali -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: int status -james.adaptiveicon.R$styleable: int Toolbar_collapseIcon -com.google.android.material.R$styleable: int Constraint_layout_constraintRight_creator -androidx.preference.R$style: int Platform_V25_AppCompat_Light -com.google.android.material.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow -okhttp3.internal.http2.Http2Reader: void readWindowUpdate(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) -com.xw.repo.bubbleseekbar.R$attr: int coordinatorLayoutStyle -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String FORECAST_CONDITION -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void run() -android.didikee.donate.R$style: int Base_Widget_AppCompat_Button_Colored -io.reactivex.internal.queue.SpscArrayQueue: boolean offer(java.lang.Object) -okhttp3.internal.cache.DiskLruCache: DiskLruCache(okhttp3.internal.io.FileSystem,java.io.File,int,int,long,java.util.concurrent.Executor) -com.google.android.material.R$id: int parent_matrix -okhttp3.Response$Builder: okhttp3.Request request -cyanogenmod.profiles.ConnectionSettings: int getValue() -wangdaye.com.geometricweather.R$attr: int layout_constraintStart_toEndOf -wangdaye.com.geometricweather.main.fragments.MainFragment: MainFragment() -com.xw.repo.BubbleSeekBar: void setProgress(float) -wangdaye.com.geometricweather.R$attr: int elevationOverlayEnabled -okhttp3.internal.Util$2 -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_pressed_z -wangdaye.com.geometricweather.R$id: int resident_icon -androidx.constraintlayout.widget.R$styleable: int MenuItem_actionViewClass -okhttp3.CipherSuite: java.util.List forJavaNames(java.lang.String[]) -wangdaye.com.geometricweather.R$id: int mtrl_picker_header_title_and_selection -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind: double gust -androidx.vectordrawable.R$dimen: int compat_control_corner_material -android.didikee.donate.R$dimen: int abc_action_bar_elevation_material -androidx.appcompat.R$attr: int textAppearanceSmallPopupMenu -androidx.hilt.work.R$integer -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: void setEn_US(java.lang.String) -androidx.appcompat.widget.Toolbar: int getCurrentContentInsetStart() -wangdaye.com.geometricweather.R$string: int settings_title_speed_unit -androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver: ConstraintProxyUpdateReceiver() -com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType MAPABC -wangdaye.com.geometricweather.R$string: int feedback_request_permission -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_action_height -wangdaye.com.geometricweather.R$attr: int staggered -io.reactivex.Observable: io.reactivex.Observable concatMapIterable(io.reactivex.functions.Function) -com.turingtechnologies.materialscrollbar.R$styleable: int[] BottomNavigationView -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_android_textOn -com.google.android.material.R$styleable: int Constraint_layout_constraintWidth_default -androidx.appcompat.R$styleable: int TextAppearance_android_textSize -androidx.swiperefreshlayout.R$style: int Widget_Compat_NotificationActionContainer -com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_singleChoiceItemLayout -wangdaye.com.geometricweather.R$dimen: int daily_trend_item_height -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleTextColor -android.didikee.donate.R$color: int primary_dark_material_light -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight -androidx.core.graphics.drawable.IconCompat -wangdaye.com.geometricweather.R$styleable: int Preference_android_singleLineTitle -androidx.preference.R$styleable: int Preference_summary -wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: int getChartBottom() -com.google.android.material.R$styleable: int Slider_thumbRadius -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemHeight -wangdaye.com.geometricweather.R$style: int PreferenceFragment_Material -cyanogenmod.power.IPerformanceManager$Stub -com.google.android.material.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog -com.google.android.material.R$layout: int text_view_with_line_height_from_appearance -com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_stackFromEnd -com.amap.api.location.AMapLocation: com.amap.api.location.AMapLocation clone() -com.google.android.material.R$id: int row_index_key -okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Settings peerSettings -okio.BufferedSink -cyanogenmod.app.Profile$Type: int CONDITIONAL -com.turingtechnologies.materialscrollbar.R$attr: int fastScrollEnabled -androidx.customview.R$styleable: int GradientColorItem_android_color -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintLeft_toRightOf -androidx.preference.R$styleable: int[] StateListDrawable -com.xw.repo.bubbleseekbar.R$styleable: int[] MenuItem -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric: AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric() -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_horizontalStyle -androidx.lifecycle.ComputableLiveData: java.util.concurrent.Executor mExecutor -androidx.constraintlayout.widget.R$styleable: int Constraint_android_transformPivotX -james.adaptiveicon.R$id: int async -com.google.android.material.R$string: int abc_searchview_description_query -androidx.constraintlayout.widget.R$id: int notification_main_column -com.google.android.material.R$color: int design_fab_shadow_end_color -androidx.constraintlayout.widget.R$color: int abc_btn_colored_text_material -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_14 -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_android_switchTextOff -com.google.android.material.R$style: int TextAppearance_AppCompat_Small_Inverse -androidx.constraintlayout.motion.widget.MotionLayout$TransitionState: androidx.constraintlayout.motion.widget.MotionLayout$TransitionState MOVING -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Integer getCloudCover() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date getSunSetDate() -androidx.constraintlayout.widget.R$attr: int buttonGravity -wangdaye.com.geometricweather.R$styleable: int CardView_cardUseCompatPadding -androidx.fragment.app.BackStackState: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$drawable: int weather_rain_1 -androidx.constraintlayout.widget.R$styleable: int PropertySet_android_visibility -com.google.android.material.R$attr: int maxVelocity -com.turingtechnologies.materialscrollbar.R$anim: int design_bottom_sheet_slide_in -androidx.preference.R$dimen: int abc_dialog_min_width_minor -androidx.hilt.lifecycle.R$styleable: int Fragment_android_tag -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_FixedSize -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Tooltip -okio.GzipSink: okio.BufferedSink sink -retrofit2.BuiltInConverters$StreamingResponseBodyConverter: java.lang.Object convert(java.lang.Object) -james.adaptiveicon.R$attr: int iconifiedByDefault -androidx.preference.R$attr: int windowFixedWidthMajor -cyanogenmod.app.Profile$ProfileTrigger: int getType() -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void startTimeout(long) -okhttp3.internal.http2.Http2: byte FLAG_NONE -wangdaye.com.geometricweather.R$color: int design_fab_stroke_end_inner_color -wangdaye.com.geometricweather.db.entities.HistoryEntity: java.util.Date getDate() -wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status: wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status ERROR -wangdaye.com.geometricweather.R$styleable: int MaterialCardView_android_checkable -androidx.preference.R$drawable: int abc_item_background_holo_light -wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_shadowDy -com.google.android.material.slider.Slider: Slider(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: java.util.List getValue() -wangdaye.com.geometricweather.R$styleable: int Preference_android_shouldDisableView -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.google.android.material.R$styleable: int AppCompatTheme_colorControlNormal -cyanogenmod.platform.R$drawable: R$drawable() -androidx.viewpager2.widget.ViewPager2: void setCurrentItem(int) -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: int consumed -wangdaye.com.geometricweather.R$style: int TextAppearance_Design_CollapsingToolbar_Expanded -io.reactivex.Observable: io.reactivex.Observable flatMapSingle(io.reactivex.functions.Function,boolean) -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: int consumed -okhttp3.internal.cache.DiskLruCache$Snapshot: long sequenceNumber -androidx.drawerlayout.R$styleable: int FontFamilyFont_android_fontVariationSettings -wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource: wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource CN -androidx.preference.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -okhttp3.OkHttpClient$Builder: okhttp3.CertificatePinner certificatePinner -com.xw.repo.bubbleseekbar.R$attr: int panelBackground -androidx.preference.R$id: R$id() -androidx.constraintlayout.widget.R$attr: int thumbTint -androidx.constraintlayout.widget.R$styleable: int OnSwipe_maxVelocity -com.google.android.material.R$attr: int itemTextAppearanceActive -com.google.android.material.internal.CheckableImageButton: void setPressed(boolean) -com.amap.api.fence.GeoFenceManagerBase: void removeGeoFence() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onWindowAttributesChanged(android.view.WindowManager$LayoutParams) -com.turingtechnologies.materialscrollbar.MaterialScrollBar: float getHideRatio() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Metric: double Value -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void boundaryError(io.reactivex.disposables.Disposable,java.lang.Throwable) -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_collapseIcon -androidx.dynamicanimation.R$drawable: int notification_bg_normal -androidx.preference.R$drawable: int abc_text_cursor_material -androidx.drawerlayout.widget.DrawerLayout: void setDrawerLockMode(int) -androidx.constraintlayout.widget.R$attr: int textAppearanceListItemSecondary -wangdaye.com.geometricweather.R$string: int key_precipitation_notification_switch -androidx.drawerlayout.R$id: int notification_main_column_container -retrofit2.Retrofit: void validateServiceInterface(java.lang.Class) -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_3DES_EDE_CBC_SHA -android.didikee.donate.R$color: int switch_thumb_normal_material_light -com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_allowPresets -wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_android_max -com.jaredrummler.android.colorpicker.R$styleable: int[] AnimatedStateListDrawableTransition -wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_textColor -wangdaye.com.geometricweather.R$string: int feedback_cannot_start_live_wallpaper_activity -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$5: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Button -androidx.preference.R$styleable: int AppCompatTheme_alertDialogTheme -com.amap.api.fence.GeoFence: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$styleable: int Badge_number -wangdaye.com.geometricweather.R$attr: int ratingBarStyle -cyanogenmod.platform.R$bool: R$bool() -androidx.vectordrawable.R$attr: R$attr() -com.google.android.material.R$styleable: int ShapeAppearance_cornerSize -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean -james.adaptiveicon.R$drawable: int abc_menu_hardkey_panel_mtrl_mult -cyanogenmod.weather.CMWeatherManager$2$1: void run() -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: int[] getVibratorIntensity() -com.xw.repo.bubbleseekbar.R$attr: int fontStyle -cyanogenmod.app.CMStatusBarManager: void removeTile(java.lang.String,int) -androidx.constraintlayout.widget.R$drawable: int abc_list_divider_material -com.turingtechnologies.materialscrollbar.R$layout: int design_navigation_item_subheader -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_2 -okio.Source: okio.Timeout timeout() -james.adaptiveicon.R$color: int highlighted_text_material_dark -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onKeyguardShowing(boolean) -cyanogenmod.providers.CMSettings$System: android.net.Uri CONTENT_URI -androidx.lifecycle.extensions.R$anim: int fragment_open_exit -wangdaye.com.geometricweather.R$string: int settings_title_alert_notification_switch -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Body2 -io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: ObservableInterval$IntervalObserver(io.reactivex.Observer) -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_defaultQueryHint -wangdaye.com.geometricweather.R$attr: int spinBars -androidx.loader.R$dimen: int compat_button_padding_horizontal_material -androidx.lifecycle.R -com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_buttonPanelSideLayout -wangdaye.com.geometricweather.R$id: int container_main_first_daily_card_container -cyanogenmod.app.IPartnerInterface: void reboot() -com.google.android.material.R$id: int action_bar_activity_content -com.google.android.material.R$anim: int abc_popup_exit -com.google.android.material.chip.Chip: void setTextAppearanceResource(int) -wangdaye.com.geometricweather.R$styleable: int[] FontFamilyFont -com.google.android.material.R$attr: int activityChooserViewStyle -james.adaptiveicon.R$styleable: int SearchView_voiceIcon -io.reactivex.internal.subscribers.StrictSubscriber: void onNext(java.lang.Object) -wangdaye.com.geometricweather.R$drawable: int ic_circle_white -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Ice: double Value -com.google.android.gms.common.api.ResolvableApiException: android.app.PendingIntent getResolution() -com.jaredrummler.android.colorpicker.R$layout: int abc_select_dialog_material -com.google.android.material.R$id: int action_bar_container -com.turingtechnologies.materialscrollbar.R$styleable: int[] StateListDrawable -com.google.android.gms.location.ActivityTransition: android.os.Parcelable$Creator CREATOR -androidx.preference.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem -com.google.android.material.tabs.TabLayout: void setupWithViewPager(androidx.viewpager.widget.ViewPager) -androidx.appcompat.R$layout -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getRagweedLevel() -androidx.appcompat.R$drawable: int btn_checkbox_unchecked_mtrl -androidx.appcompat.resources.R$styleable: int FontFamilyFont_android_ttcIndex -androidx.vectordrawable.R$color -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.String name -com.xw.repo.bubbleseekbar.R$attr: int arrowHeadLength -androidx.appcompat.R$styleable: int SearchView_layout -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Large -com.amap.api.fence.GeoFence: int TYPE_DISTRICT -com.jaredrummler.android.colorpicker.R$dimen: int abc_control_corner_material -cyanogenmod.providers.CMSettings$System: android.net.Uri getUriFor(java.lang.String) -james.adaptiveicon.R$string: int status_bar_notification_info_overflow -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: ObservableSequenceEqual$EqualCoordinator(io.reactivex.Observer,int,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiPredicate) -androidx.appcompat.R$id: int shortcut -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Metric: AccuCurrentResult$DewPoint$Metric() -wangdaye.com.geometricweather.R$attr: int textAppearanceLargePopupMenu -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Weather: java.lang.String desc -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge -android.didikee.donate.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox -io.reactivex.Observable: io.reactivex.Observable sorted(java.util.Comparator) -com.google.android.material.slider.Slider: void setLabelFormatter(com.google.android.material.slider.LabelFormatter) -com.xw.repo.BubbleSeekBar: BubbleSeekBar(android.content.Context) -androidx.viewpager.R$id: R$id() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Metric -com.google.android.material.R$styleable: int Chip_chipMinHeight -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: java.lang.String to -com.xw.repo.bubbleseekbar.R$style: R$style() -androidx.lifecycle.LiveData: int mVersion -com.xw.repo.bubbleseekbar.R$id: int action_mode_bar_stub -com.google.android.material.internal.ScrimInsetsFrameLayout: void setDrawBottomInsetForeground(boolean) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableRightCompat -com.google.android.material.R$dimen: int abc_action_bar_stacked_max_height -okhttp3.Cache: int writeAbortCount -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer treeIndex -com.google.android.material.R$attr: int behavior_fitToContents -cyanogenmod.profiles.RingModeSettings: java.lang.String RING_MODE_NORMAL -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_transformPivotY -androidx.preference.R$attr: int actionModeSplitBackground -james.adaptiveicon.R$attr: int actionBarTabBarStyle -wangdaye.com.geometricweather.R$anim: int btn_radio_to_on_mtrl_dot_group_animation -cyanogenmod.providers.CMSettings$System: java.lang.String KEY_APP_SWITCH_LONG_PRESS_ACTION -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: void onSuccess(java.lang.Object) -wangdaye.com.geometricweather.R$attr: int constraint_referenced_ids -wangdaye.com.geometricweather.R$style: int Base_V22_Theme_AppCompat_Light -com.google.gson.FieldNamingPolicy$4: java.lang.String translateName(java.lang.reflect.Field) -com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Theme_AppCompat_Light_Dialog -androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType DIMENSION_TYPE -androidx.preference.R$drawable: int abc_ic_star_half_black_16dp -androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_PAUSE -androidx.coordinatorlayout.R$id: int time -androidx.preference.R$style: int PreferenceFragment -com.google.android.material.R$color: int material_grey_800 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: java.util.List value -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_state_dragged -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation: wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation TOP -com.xw.repo.bubbleseekbar.R$attr: int switchStyle -com.google.android.material.textfield.TextInputLayout: float getBoxCornerRadiusBottomEnd() -com.turingtechnologies.materialscrollbar.R$integer: int app_bar_elevation_anim_duration -com.turingtechnologies.materialscrollbar.R$id: int list_item -james.adaptiveicon.R$attr: int color -androidx.appcompat.R$id: int up -androidx.appcompat.R$styleable: int CompoundButton_buttonCompat -com.google.android.gms.common.api.AvailabilityException: java.lang.String getMessage() -androidx.preference.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle -com.xw.repo.bubbleseekbar.R$color: int switch_thumb_material_dark -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: java.lang.String address -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: long produced -com.google.android.material.R$dimen: int mtrl_badge_with_text_radius -androidx.activity.R$drawable: int notification_bg_normal -com.xw.repo.bubbleseekbar.R$string: int abc_capital_off -com.google.android.material.R$attr: int textAppearanceListItemSecondary -android.didikee.donate.R$styleable: int AppCompatTextView_autoSizePresetSizes -androidx.cardview.widget.CardView: float getMaxCardElevation() -com.google.android.material.floatingactionbutton.FloatingActionButton: void setCompatElevationResource(int) -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeRainPrecipitation(java.lang.Float) -cyanogenmod.hardware.DisplayMode$1 -wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: void setTitleText(java.lang.String) -com.google.gson.stream.MalformedJsonException: MalformedJsonException(java.lang.Throwable) -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_collapseContentDescription -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHeight_default -com.google.android.material.R$styleable: int TabItem_android_icon -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_aa_black -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_MinWidth -james.adaptiveicon.R$dimen: int highlight_alpha_material_dark -cyanogenmod.app.ICustomTileListener$Stub: int TRANSACTION_onListenerConnected_0 -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: long serialVersionUID -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial: AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial() -androidx.appcompat.R$anim: int btn_radio_to_off_mtrl_ring_outer_animation -androidx.constraintlayout.widget.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 -com.bumptech.glide.GeneratedAppGlideModule: GeneratedAppGlideModule() -androidx.preference.R$styleable: int SwitchPreference_switchTextOn -com.jaredrummler.android.colorpicker.R$drawable: int abc_scrubber_primary_mtrl_alpha -android.didikee.donate.R$dimen: int highlight_alpha_material_light -com.github.rahatarmanahmed.cpv.R$bool: int cpv_default_is_indeterminate -wangdaye.com.geometricweather.R$animator: int weather_partly_cloudy_day_1 -androidx.appcompat.resources.R$style: R$style() -com.google.android.material.R$color: int design_default_color_surface -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionBar_TabText -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionBar_Solid -cyanogenmod.providers.CMSettings$System: java.lang.String ZEN_PRIORITY_ALLOW_LIGHTS -wangdaye.com.geometricweather.R$id: int container_main_pollen -wangdaye.com.geometricweather.R$attr: int actionMenuTextColor -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ListPopupWindow -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabPaddingStart -androidx.transition.R$styleable: int GradientColor_android_centerColor -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionButton_Overflow -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: void setStatus(int) -androidx.vectordrawable.animated.R$attr: int fontProviderCerts -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.String getWeatherSource() -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIndicatorHeight -wangdaye.com.geometricweather.R$attr: int expandedTitleMarginEnd -wangdaye.com.geometricweather.R$attr: int showMotionSpec -com.amap.api.location.CoordinateConverter$CoordType: CoordinateConverter$CoordType(java.lang.String,int) -okhttp3.Connection: okhttp3.Route route() -retrofit2.Utils$WildcardTypeImpl: java.lang.reflect.Type[] getUpperBounds() -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner -androidx.constraintlayout.widget.R$attr: int textAllCaps -com.turingtechnologies.materialscrollbar.R$dimen: int abc_select_dialog_padding_start_material -com.baidu.location.e.o: java.util.List a(org.json.JSONObject,java.lang.String,int) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Minimum: java.lang.String Unit -wangdaye.com.geometricweather.R$attr: int closeItemLayout -cyanogenmod.providers.CMSettings$System$2: CMSettings$System$2() -okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Http2Connection connection -okhttp3.Request: okhttp3.RequestBody body() -androidx.loader.R$styleable: int GradientColor_android_centerX -com.bumptech.glide.R$styleable: int GradientColorItem_android_offset -com.google.android.material.R$style: int Base_Widget_AppCompat_SeekBar -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_default_height_material -com.google.android.material.R$dimen: int design_fab_elevation -cyanogenmod.platform.Manifest$permission: java.lang.String WRITE_WEATHER -com.google.android.material.R$styleable: int ConstraintSet_layout_goneMarginStart -com.google.android.material.R$dimen: int mtrl_extended_fab_min_height -com.turingtechnologies.materialscrollbar.R$dimen: int item_touch_helper_max_drag_scroll_per_frame -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: long serialVersionUID -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_toolbarStyle -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property UvIndex -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setPressure(java.lang.Float) -wangdaye.com.geometricweather.db.entities.LocationEntity: void setWeatherSource(wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource) -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void cancelAll() -com.turingtechnologies.materialscrollbar.R$id: int masked -wangdaye.com.geometricweather.R$drawable: int notif_temp_79 -io.reactivex.Observable: io.reactivex.Observable join(io.reactivex.ObservableSource,io.reactivex.functions.Function,io.reactivex.functions.Function,io.reactivex.functions.BiFunction) -android.didikee.donate.R$style: int TextAppearance_AppCompat_Body2 -androidx.preference.R$id: int listMode -cyanogenmod.hardware.ICMHardwareService: int[] getVibratorIntensity() -com.xw.repo.bubbleseekbar.R$attr: int dropDownListViewStyle -androidx.appcompat.R$styleable: int AppCompatTheme_actionModeShareDrawable -com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_fixed_height_major -com.google.android.material.appbar.HeaderScrollingViewBehavior: HeaderScrollingViewBehavior() -com.google.android.material.navigation.NavigationView: android.view.MenuInflater getMenuInflater() -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: boolean tryOnError(java.lang.Throwable) -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: int READY -cyanogenmod.app.CustomTile$ExpandedItem: java.lang.String itemTitle -james.adaptiveicon.R$attr: int autoSizeStepGranularity -wangdaye.com.geometricweather.R$string: int feedback_ignore_battery_optimizations_title -androidx.preference.R$styleable: int AppCompatTheme_actionBarTabTextStyle -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_star_black_16dp -com.xw.repo.bubbleseekbar.R$attr: int trackTintMode -wangdaye.com.geometricweather.R$styleable: int KeyPosition_transitionEasing -wangdaye.com.geometricweather.db.entities.WeatherEntity: void delete() -androidx.constraintlayout.widget.R$styleable: int RecycleListView_paddingTopNoTitle -okhttp3.internal.connection.RealConnection: boolean isEligible(okhttp3.Address,okhttp3.Route) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_placeholder_placeholder_emptyVisibility -android.didikee.donate.R$style: int Widget_AppCompat_Button -com.google.android.material.R$styleable: int AppCompatTextView_autoSizeMinTextSize -com.amap.api.fence.GeoFence: long j -androidx.constraintlayout.widget.R$layout: int abc_list_menu_item_radio -okhttp3.FormBody: java.lang.String encodedName(int) -wangdaye.com.geometricweather.common.basic.models.weather.History: int getDaytimeTemperature() -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain: java.lang.Float cumul24H -com.xw.repo.bubbleseekbar.R$attr: int listChoiceBackgroundIndicator -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property AqiIndex -com.google.android.material.navigation.NavigationView: void setItemIconPaddingResource(int) -com.google.android.material.R$style: int Widget_AppCompat_ProgressBar_Horizontal -okhttp3.internal.http1.Http1Codec$AbstractSource: void endOfInput(boolean,java.io.IOException) -androidx.appcompat.R$style: int Base_Animation_AppCompat_DropDownUp -androidx.versionedparcelable.ParcelImpl: android.os.Parcelable$Creator CREATOR -androidx.lifecycle.SavedStateViewModelFactory: android.app.Application mApplication -com.turingtechnologies.materialscrollbar.R$id: int snackbar_action -wangdaye.com.geometricweather.R$id: int item_weather_daily_pollen -androidx.preference.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog -com.xw.repo.bubbleseekbar.R$attr: int switchMinWidth -androidx.appcompat.R$id: int submenuarrow -okhttp3.Cookie: Cookie(okhttp3.Cookie$Builder) -androidx.appcompat.R$attr: int buttonBarStyle -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionBar_TabBar -androidx.constraintlayout.widget.R$styleable: int StateListDrawableItem_android_drawable -androidx.lifecycle.LifecycleObserver -cyanogenmod.weather.RequestInfo: cyanogenmod.weather.IRequestInfoListener mListener -android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat_Dark -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableLeftCompat -androidx.core.R$id: int accessibility_custom_action_6 -androidx.drawerlayout.R$styleable: int FontFamilyFont_ttcIndex -androidx.appcompat.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle -androidx.constraintlayout.widget.R$dimen: int notification_action_text_size -androidx.lifecycle.LifecycleRegistry$ObserverWithState -cyanogenmod.providers.CMSettings$System: boolean putFloatForUser(android.content.ContentResolver,java.lang.String,float,int) -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: int getChartTop() -com.google.android.material.R$attr: int layout_goneMarginLeft -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_borderWidth -com.jaredrummler.android.colorpicker.R$drawable: int tooltip_frame_dark -com.jaredrummler.android.colorpicker.R$attr: int editTextColor -cyanogenmod.weather.WeatherInfo$1: WeatherInfo$1() -okhttp3.Request$Builder: okhttp3.HttpUrl url -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float rainPrecipitation -com.google.android.material.R$color: int error_color_material_light -androidx.preference.R$styleable: int[] AppCompatSeekBar -cyanogenmod.weather.RequestInfo: java.lang.String toString() -com.turingtechnologies.materialscrollbar.R$attr: int itemTextAppearance -wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date moonSetDate -androidx.work.R$styleable: int GradientColorItem_android_offset -james.adaptiveicon.R$id: int search_mag_icon -okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder noTransform() -androidx.appcompat.R$style: int Platform_AppCompat_Light -wangdaye.com.geometricweather.R$color: int mtrl_btn_text_btn_ripple_color -androidx.appcompat.R$color: int abc_search_url_text_selected -androidx.preference.R$dimen: int abc_dropdownitem_text_padding_right -androidx.constraintlayout.widget.R$attr: int actionModePopupWindowStyle -okhttp3.internal.Version: Version() -com.google.android.material.R$styleable: int[] Motion -cyanogenmod.app.Profile: Profile(android.os.Parcel) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: void setDirection(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean) -io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,int) -com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_divider_mtrl_alpha -com.google.android.material.textfield.TextInputLayout: void setHint(int) -wangdaye.com.geometricweather.R$attr: int shapeAppearanceMediumComponent -okio.ByteString: char[] HEX_DIGITS -com.google.android.material.chip.Chip: java.lang.CharSequence getCloseIconContentDescription() -com.google.android.material.R$attr: int errorTextColor -androidx.preference.R$styleable: int GradientColor_android_endColor -james.adaptiveicon.R$color: int abc_search_url_text -com.google.android.material.R$dimen: int design_fab_size_mini -wangdaye.com.geometricweather.R$id: int widget_week_week_4 -com.google.android.material.R$xml: int standalone_badge_gravity_bottom_end -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_SearchView -com.jaredrummler.android.colorpicker.R$attr: int buttonBarNegativeButtonStyle -androidx.constraintlayout.widget.R$styleable: int ActionBar_backgroundStacked -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: void onNext(java.lang.Object) -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void setCancellable(io.reactivex.functions.Cancellable) -com.github.rahatarmanahmed.cpv.CircularProgressView$8: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 -com.turingtechnologies.materialscrollbar.R$attr: int progressBarStyle -wangdaye.com.geometricweather.R$styleable: int MaterialButton_shapeAppearanceOverlay -androidx.appcompat.R$attr: int autoSizePresetSizes -io.reactivex.Observable: io.reactivex.Observable timeInterval(java.util.concurrent.TimeUnit) -retrofit2.converter.gson.GsonResponseBodyConverter: com.google.gson.TypeAdapter adapter -com.google.android.material.R$styleable: int Constraint_layout_constrainedHeight -cyanogenmod.weatherservice.IWeatherProviderService$Stub: int TRANSACTION_cancelRequest -james.adaptiveicon.R$drawable: int notification_bg_normal -cyanogenmod.weatherservice.WeatherProviderService$1: void cancelRequest(int) -androidx.dynamicanimation.R$styleable: int ColorStateListItem_alpha -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() -androidx.appcompat.R$styleable: int FontFamilyFont_font -wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar -wangdaye.com.geometricweather.R$attr: int titleTextColor -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_EditText -wangdaye.com.geometricweather.R$layout: int widget_clock_day_symmetry -com.bumptech.glide.load.HttpException: int statusCode -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_31 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial Imperial -com.turingtechnologies.materialscrollbar.R$attr: int rippleColor -com.google.android.material.R$styleable: int KeyCycle_android_rotation -io.reactivex.internal.operators.observable.ObserverResourceWrapper: io.reactivex.Observer downstream -android.didikee.donate.R$attr: int spinnerStyle -androidx.lifecycle.Lifecycling: java.util.Map sCallbackCache -okio.Buffer$UnsafeCursor: long offset -retrofit2.RequestBuilder: okhttp3.HttpUrl$Builder urlBuilder -cyanogenmod.providers.CMSettings$Secure: boolean putFloatForUser(android.content.ContentResolver,java.lang.String,float,int) -androidx.work.R$drawable: int notification_bg -android.didikee.donate.R$styleable: int[] View -androidx.activity.R$id: int tag_accessibility_clickable_spans -com.amap.api.location.AMapLocation: void setStreet(java.lang.String) -com.turingtechnologies.materialscrollbar.R$color: int abc_primary_text_material_dark -androidx.preference.R$dimen: int item_touch_helper_swipe_escape_velocity -com.google.android.material.R$attr: int keyPositionType -wangdaye.com.geometricweather.R$attr: int preferenceCategoryTitleTextAppearance -wangdaye.com.geometricweather.R$id: int container_main_daily_trend_card_subtitle -androidx.preference.R$styleable: int GradientColorItem_android_color -com.turingtechnologies.materialscrollbar.R$drawable: int abc_switch_track_mtrl_alpha -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ListView_Menu -okio.Okio: okio.Sink sink(java.io.OutputStream,okio.Timeout) -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property SnowPrecipitation -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceHeadline4 -james.adaptiveicon.R$styleable: int Toolbar_titleMargins -com.google.android.material.button.MaterialButton: int getCornerRadius() -com.google.android.material.R$style: int AlertDialog_AppCompat_Light -androidx.appcompat.widget.AppCompatButton: android.content.res.ColorStateList getSupportCompoundDrawablesTintList() -com.google.android.material.chip.ChipGroup: void setSingleSelection(int) -com.bumptech.glide.load.engine.GlideException: java.util.List getCauses() -android.didikee.donate.R$styleable: int AppCompatTheme_homeAsUpIndicator -androidx.constraintlayout.widget.R$color: int primary_text_disabled_material_dark -wangdaye.com.geometricweather.R$drawable: int clock_hour_dark -com.google.android.material.R$layout: int custom_dialog -cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener: void onAttachedToWindow() -com.google.android.material.button.MaterialButtonToggleGroup: void setupButtonChild(com.google.android.material.button.MaterialButton) -cyanogenmod.weather.RequestInfo: int mRequestType -androidx.appcompat.resources.R$color: int notification_action_color_filter -androidx.appcompat.R$id: int search_button -com.bumptech.glide.R$id: int line1 -androidx.constraintlayout.widget.R$attr: int clickAction -wangdaye.com.geometricweather.R$dimen: int abc_action_bar_subtitle_bottom_margin_material -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getO3() -retrofit2.ParameterHandler$HeaderMap: int p -com.amap.api.location.AMapLocationClient: void startAssistantLocation() -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber -androidx.constraintlayout.widget.R$id: int startVertical -androidx.transition.ChangeBounds$7 -wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date date -cyanogenmod.profiles.ConnectionSettings: int mSubId -wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_sun -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling: int UnitType -org.greenrobot.greendao.AbstractDao: boolean hasKey(java.lang.Object) -com.xw.repo.bubbleseekbar.R$styleable: int[] AnimatedStateListDrawableCompat -cyanogenmod.profiles.BrightnessSettings: BrightnessSettings() -androidx.preference.R$styleable: int AnimatedStateListDrawableCompat_android_visible -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Co -james.adaptiveicon.R$id: int line3 -com.google.android.material.R$drawable: int notification_template_icon_low_bg -wangdaye.com.geometricweather.R$array: int languages -androidx.vectordrawable.R$id: int right_side -retrofit2.ParameterHandler$Tag: void apply(retrofit2.RequestBuilder,java.lang.Object) -com.xw.repo.bubbleseekbar.R$attr: int viewInflaterClass -wangdaye.com.geometricweather.remoteviews.config.DayWidgetConfigActivity: DayWidgetConfigActivity() -com.google.android.gms.auth.api.signin.internal.GoogleSignInOptionsExtensionParcelable -wangdaye.com.geometricweather.R$id: int widget_day_week_temp_2 -james.adaptiveicon.R$id: int action_bar_title -com.jaredrummler.android.colorpicker.R$layout: int select_dialog_singlechoice_material -androidx.appcompat.R$styleable: int AppCompatTextView_drawableBottomCompat -wangdaye.com.geometricweather.R$attr: int activityChooserViewStyle -com.google.android.material.circularreveal.CircularRevealRelativeLayout: void setCircularRevealOverlayDrawable(android.graphics.drawable.Drawable) -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Tooltip -wangdaye.com.geometricweather.main.dialogs.BackgroundLocationDialog: BackgroundLocationDialog() -cyanogenmod.profiles.ConnectionSettings$1 -okhttp3.internal.ws.RealWebSocket: int sentPingCount() -androidx.preference.R$id: int accessibility_custom_action_30 -io.reactivex.Observable: io.reactivex.Observable takeUntil(io.reactivex.ObservableSource) -com.jaredrummler.android.colorpicker.R$color: int secondary_text_default_material_light -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Headline -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionBar_TabText -okio.ForwardingSink -androidx.appcompat.R$id: int listMode -com.google.gson.stream.JsonReader: void endArray() -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog -cyanogenmod.themes.IThemeProcessingListener$Stub: android.os.IBinder asBinder() -wangdaye.com.geometricweather.R$string: int sensible_temp -androidx.fragment.R$id: int accessibility_custom_action_7 -wangdaye.com.geometricweather.R$color: int mtrl_tabs_legacy_text_color_selector -com.turingtechnologies.materialscrollbar.R$color: int abc_tint_seek_thumb -androidx.constraintlayout.widget.R$styleable: int[] Layout -com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_radio_to_on_mtrl_015 -com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_itemBackground -androidx.appcompat.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding -com.bumptech.glide.R$color: int secondary_text_default_material_light -james.adaptiveicon.R$string: int abc_action_bar_home_description -androidx.vectordrawable.R$styleable: int GradientColor_android_centerY -com.google.android.material.card.MaterialCardView: void setRippleColor(android.content.res.ColorStateList) -okhttp3.OkHttpClient: boolean followSslRedirects() -androidx.preference.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_0 -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX -androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type CENTER -com.amap.api.fence.GeoFence: int TYPE_AMAPPOI -cyanogenmod.app.IProfileManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -androidx.hilt.R$color: int secondary_text_default_material_light -com.amap.api.fence.GeoFence: float getRadius() -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog -cyanogenmod.providers.CMSettings$Global: java.lang.String getStringForUser(android.content.ContentResolver,java.lang.String,int) -android.didikee.donate.R$attr: int toolbarNavigationButtonStyle -com.baidu.location.g.a -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Headline4 -androidx.work.R$id: int accessibility_custom_action_8 -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_elevation -wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog -com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_endY -com.google.gson.FieldNamingPolicy$5: FieldNamingPolicy$5(java.lang.String,int) -wangdaye.com.geometricweather.R$dimen: int mtrl_low_ripple_default_alpha -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatSeekBar_tickMark -wangdaye.com.geometricweather.R$styleable: int Variant_constraints -wangdaye.com.geometricweather.db.entities.WeatherEntity: void refresh() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_56 -androidx.appcompat.widget.DialogTitle -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String alarmTp2 -com.amap.api.fence.GeoFence: int STATUS_UNKNOWN -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit IN -james.adaptiveicon.R$dimen: int abc_list_item_padding_horizontal_material -com.google.android.gms.base.R$drawable: int common_google_signin_btn_icon_dark_normal_background -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_arrow_drop_right_black_24dp -com.google.android.material.circularreveal.CircularRevealLinearLayout: com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo getRevealInfo() -androidx.appcompat.R$styleable: int MenuView_android_headerBackground -james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarTabStyle -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_widgetLayout -com.google.android.material.R$attr: int drawableRightCompat -com.google.android.gms.auth.api.signin.internal.GoogleSignInOptionsExtensionParcelable: android.os.Parcelable$Creator CREATOR -io.reactivex.Observable: io.reactivex.Observable using(java.util.concurrent.Callable,io.reactivex.functions.Function,io.reactivex.functions.Consumer) -io.reactivex.Observable: io.reactivex.Single singleOrError() -wangdaye.com.geometricweather.R$interpolator: R$interpolator() -wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_textAppearance -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: AccuHourlyResult() -androidx.constraintlayout.widget.R$id: int visible -com.google.android.material.textfield.TextInputEditText: java.lang.CharSequence getHintFromLayout() -com.google.android.material.R$styleable: int GradientColor_android_startColor -cyanogenmod.weather.WeatherInfo: int getTemperatureUnit() -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult$Temperature Temperature -com.turingtechnologies.materialscrollbar.R$attr: int behavior_fitToContents -com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType UNKNOWN -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: void onNext(java.lang.Object) -androidx.lifecycle.LifecycleDispatcher$DispatcherActivityCallback -wangdaye.com.geometricweather.R$styleable: int MultiSelectListPreference_entryValues -com.google.android.gms.common.images.ImageManager$ImageReceiver -androidx.preference.R$styleable: int[] RecyclerView -com.google.android.material.R$style: int Base_Theme_MaterialComponents_DialogWhenLarge -cyanogenmod.app.CustomTile$ExpandedStyle: cyanogenmod.app.CustomTile$ExpandedItem[] expandedItems -cyanogenmod.providers.CMSettings$System: java.lang.String CAMERA_LAUNCH -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_DropDownItem_Spinner -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.Window access$300(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) -androidx.constraintlayout.widget.R$attr: int divider -okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner: java.lang.reflect.Method checkServerTrusted -wangdaye.com.geometricweather.R$id: int contentPanel -cyanogenmod.app.Profile: cyanogenmod.app.ProfileGroup[] getProfileGroups() -io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: void onSuccess(java.lang.Object) -io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: boolean isDisposed() -com.turingtechnologies.materialscrollbar.R$id: int save_non_transition_alpha -wangdaye.com.geometricweather.R$id: int dimensions -androidx.swiperefreshlayout.R$attr: int fontStyle -android.didikee.donate.R$anim: int abc_popup_enter -wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayDetailsWidgetConfigActivity -androidx.appcompat.R$color: int bright_foreground_disabled_material_light -cyanogenmod.weatherservice.ServiceRequest$Status: ServiceRequest$Status(java.lang.String,int) -cyanogenmod.themes.ThemeManager$1$2: ThemeManager$1$2(cyanogenmod.themes.ThemeManager$1,boolean) -android.didikee.donate.R$styleable: int SearchView_defaultQueryHint -com.google.android.material.R$id: int search_voice_btn -cyanogenmod.app.suggest.ApplicationSuggestion: android.net.Uri getDownloadUri() -okio.Buffer$UnsafeCursor: okio.Segment segment -com.google.android.material.R$styleable: int OnClick_clickAction -com.jaredrummler.android.colorpicker.R$layout: int cpv_dialog_color_picker -androidx.constraintlayout.widget.R$style: int TextAppearance_Compat_Notification_Title -com.jaredrummler.android.colorpicker.R$dimen: int notification_main_column_padding_top -androidx.constraintlayout.widget.R$attr: int titleMarginTop -com.google.gson.stream.JsonReader: int PEEKED_SINGLE_QUOTED_NAME -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: ExtendedFloatingActionButton(android.content.Context,android.util.AttributeSet,int) -androidx.constraintlayout.widget.R$attr: int editTextBackground -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Imperial Imperial -james.adaptiveicon.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity -wangdaye.com.geometricweather.db.entities.DailyEntity: void setSo2(java.lang.Float) -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionButton_Overflow -androidx.core.R$attr: int fontWeight -androidx.hilt.lifecycle.R$styleable: int GradientColor_android_centerX -com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator APP_SWITCH_WAKE_SCREEN_VALIDATOR -okhttp3.internal.cache.CacheStrategy -wangdaye.com.geometricweather.R$styleable: int SwitchPreference_summaryOff -androidx.appcompat.R$attr: int titleMarginBottom -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void request(long) -com.google.android.material.R$styleable: int Layout_layout_constraintWidth_percent -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_CUSTOM_VALUES_VALIDATOR -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView: int getMarginBottom() -com.google.android.material.R$color: int design_bottom_navigation_shadow_color -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: int requestFusion(int) -com.google.android.material.R$styleable: int CardView_cardElevation -cyanogenmod.providers.DataUsageContract: android.net.Uri CONTENT_URI -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: boolean isLeft -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: java.lang.String LocalizedType -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_80 -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: java.lang.String getUnitId() -cyanogenmod.content.Intent: java.lang.String EXTRA_PROTECTED_COMPONENTS -androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerView$EdgeEffectFactory getEdgeEffectFactory() -wangdaye.com.geometricweather.R$layout: int notification_base_big -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_96 -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getTemperature(android.content.Context,java.lang.Integer,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) -com.jaredrummler.android.colorpicker.R$color: int foreground_material_light -wangdaye.com.geometricweather.R$string: int refresh_at -com.xw.repo.bubbleseekbar.R$drawable: int abc_text_select_handle_right_mtrl_light -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_SearchView_ActionBar -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleMarginTop -okhttp3.internal.ws.RealWebSocket$CancelRunnable: okhttp3.internal.ws.RealWebSocket this$0 -com.xw.repo.bubbleseekbar.R$attr: int actionBarSplitStyle -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceButton -retrofit2.KotlinExtensions$awaitResponse$$inlined$suspendCancellableCoroutine$lambda$1: void invoke(java.lang.Throwable) -com.google.android.material.textfield.TextInputLayout: void setStartIconDrawable(int) -cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_MIGRATE_SETTINGS -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: boolean isEntityUpdateable() -com.amap.api.location.AMapLocationClientOption: long b -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode -wangdaye.com.geometricweather.db.entities.DailyEntityDao: wangdaye.com.geometricweather.db.converters.WindDegreeConverter daytimeWindDegreeConverter -wangdaye.com.geometricweather.R$dimen: int abc_dialog_list_padding_bottom_no_buttons -androidx.preference.R$style: int Preference_SwitchPreference -io.reactivex.Observable: io.reactivex.Observable concatMapEager(io.reactivex.functions.Function,int,int) -androidx.work.impl.diagnostics.DiagnosticsReceiver: DiagnosticsReceiver() -com.google.android.material.R$styleable: int MockView_mock_diagonalsColor -androidx.fragment.app.BackStackState -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: java.util.List advices -com.google.android.material.R$styleable: int MaterialButton_strokeColor -android.support.v4.os.ResultReceiver$1: ResultReceiver$1() -com.turingtechnologies.materialscrollbar.R$styleable: int RecycleListView_paddingTopNoTitle -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_6 -androidx.appcompat.R$style: int Widget_AppCompat_Button -androidx.legacy.coreutils.R$styleable: int GradientColor_android_centerX -io.reactivex.internal.subscribers.DeferredScalarSubscriber: void cancel() -androidx.constraintlayout.widget.R$color: int abc_decor_view_status_guard -androidx.preference.R$style: int Animation_AppCompat_DropDownUp -androidx.preference.R$styleable: int AppCompatTheme_seekBarStyle -androidx.appcompat.R$attr: int subtitleTextStyle -io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: java.lang.Object value -androidx.constraintlayout.widget.R$styleable: int[] MenuView -wangdaye.com.geometricweather.R$id: int item_about_translator -okhttp3.Response: boolean isSuccessful() -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult: java.lang.String type -james.adaptiveicon.R$layout -cyanogenmod.app.IProfileManager: void removeNotificationGroup(android.app.NotificationGroup) -cyanogenmod.app.BaseLiveLockManagerService: android.os.IBinder onBind(android.content.Intent) -cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status REJECTED -androidx.appcompat.widget.SwitchCompat: void setTrackDrawable(android.graphics.drawable.Drawable) -com.google.android.gms.tasks.RuntimeExecutionException -androidx.appcompat.resources.R$drawable: int notification_template_icon_low_bg -android.didikee.donate.R$id: int line1 -com.bumptech.glide.integration.okhttp.R$dimen: int notification_main_column_padding_top -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_pivotY -wangdaye.com.geometricweather.R$id: int regular -wangdaye.com.geometricweather.R$dimen: int mtrl_snackbar_action_text_color_alpha -okhttp3.internal.http2.Http2Connection$7 -androidx.fragment.R$dimen: int notification_large_icon_height -wangdaye.com.geometricweather.R$string: int widget_clock_day_horizontal -com.google.android.material.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getUvLevel() -androidx.appcompat.widget.ActionMenuView: int getPopupTheme() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatImageView_tintMode -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: java.lang.String accuracy -james.adaptiveicon.R$dimen: int abc_disabled_alpha_material_dark -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ListView -androidx.preference.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated -androidx.core.R$dimen: int compat_control_corner_material -androidx.vectordrawable.animated.R$styleable: int ColorStateListItem_alpha -androidx.preference.R$styleable: int AlertDialog_listItemLayout -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatSeekBar_tickMarkTintMode -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Button -android.didikee.donate.R$styleable: int ViewStubCompat_android_layout -androidx.viewpager2.R$attr: int fastScrollVerticalThumbDrawable -com.google.android.material.navigation.NavigationView: NavigationView(android.content.Context,android.util.AttributeSet) -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void dispose() -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float total -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: java.lang.String sourceUrl -com.google.android.material.internal.CheckableImageButton: CheckableImageButton(android.content.Context,android.util.AttributeSet,int) -androidx.preference.R$style: int Base_V23_Theme_AppCompat_Light -com.google.android.material.R$attr: int materialCalendarHeaderToggleButton -com.xw.repo.bubbleseekbar.R$color: int abc_tint_spinner -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabMinWidth -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: long serialVersionUID -androidx.hilt.work.R$id: int right_icon -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemHeight -com.google.android.material.R$styleable: int AppCompatSeekBar_tickMarkTintMode -com.amap.api.location.AMapLocation: java.lang.String p(com.amap.api.location.AMapLocation,java.lang.String) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge -com.google.android.material.timepicker.TimeModel: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$xml: int live_wallpaper -wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerSizeBottomRight -wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: SunMoonView(android.content.Context) -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cp -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getNighttimeWindLevel() -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable -androidx.appcompat.widget.ViewStubCompat: ViewStubCompat(android.content.Context,android.util.AttributeSet,int) -io.reactivex.Observable: io.reactivex.Observable takeLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean) -com.bumptech.glide.load.resource.bitmap.RecyclableBufferedInputStream$InvalidMarkException: RecyclableBufferedInputStream$InvalidMarkException(java.lang.String) -cyanogenmod.app.LiveLockScreenInfo: java.lang.String toString() -james.adaptiveicon.R$styleable: int[] AppCompatSeekBar -wangdaye.com.geometricweather.R$id: int dragDown -wangdaye.com.geometricweather.R$drawable: int notif_temp_80 -okio.ByteString: okio.ByteString of(byte[],int,int) -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_BottomAppBar_Surface -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setHourlyForecast(java.lang.String) -com.jaredrummler.android.colorpicker.ColorPickerView: void setAlphaSliderText(int) -com.google.android.material.R$styleable: int Constraint_pivotAnchor -com.google.gson.stream.JsonReader: int PEEKED_LONG -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: boolean isValid() -com.google.android.material.R$styleable: int MaterialToolbar_navigationIconColor -androidx.preference.R$styleable: int Toolbar_titleMarginStart -okhttp3.Connection: okhttp3.Protocol protocol() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_tooltipForegroundColor -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX getTemperature() -androidx.appcompat.resources.R$string: int status_bar_notification_info_overflow -androidx.swiperefreshlayout.R$styleable: int GradientColor_android_centerY -cyanogenmod.weather.RequestInfo: java.lang.String getCityName() -wangdaye.com.geometricweather.R$id: int notification_big_icon_2 -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_subtitleTextAppearance -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setTextAppearanceActive(int) -androidx.core.graphics.drawable.IconCompatParcelizer: void write(androidx.core.graphics.drawable.IconCompat,androidx.versionedparcelable.VersionedParcel) -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: io.reactivex.Observer downstream -androidx.loader.R$dimen: int notification_right_side_padding_top -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_RC4_128_SHA -androidx.lifecycle.extensions.R$styleable: int GradientColorItem_android_color -androidx.preference.R$styleable: int SwitchCompat_android_textOff -androidx.preference.R$drawable: int notification_bg_normal_pressed -androidx.appcompat.widget.AppCompatTextView: AppCompatTextView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.String getWeatherText() -io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: void onComplete() -com.jaredrummler.android.colorpicker.R$style: int AlertDialog_AppCompat_Light -james.adaptiveicon.R$styleable: int AppCompatTheme_dialogCornerRadius -androidx.preference.R$styleable: int GradientColor_android_startX -cyanogenmod.hardware.DisplayMode: android.os.Parcelable$Creator CREATOR -com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_barLength -androidx.loader.R$styleable: int ColorStateListItem_android_color -io.reactivex.subjects.PublishSubject$PublishDisposable: void onError(java.lang.Throwable) -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionBar -cyanogenmod.externalviews.KeyguardExternalViewProviderService: java.lang.String META_DATA -okhttp3.CacheControl: boolean noStore() -cyanogenmod.weatherservice.WeatherProviderService$1: void processCityNameLookupRequest(cyanogenmod.weather.RequestInfo) -androidx.cardview.R$attr: int cardBackgroundColor -androidx.work.R$style: int TextAppearance_Compat_Notification -com.google.android.gms.dynamic.RemoteCreator$RemoteCreatorException -com.google.android.material.R$styleable: int KeyCycle_motionProgress -cyanogenmod.weather.CMWeatherManager: CMWeatherManager(android.content.Context) -wangdaye.com.geometricweather.settings.fragments.ServiceProviderSettingsFragment -androidx.constraintlayout.widget.R$attr: int listChoiceBackgroundIndicator -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.lang.Integer RIGHT_VALUE -com.google.android.material.R$drawable: int mtrl_popupmenu_background -androidx.constraintlayout.widget.R$integer: int cancel_button_image_alpha -androidx.constraintlayout.widget.R$dimen: int abc_text_size_caption_material -android.didikee.donate.R$styleable: int ViewBackgroundHelper_backgroundTint -com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_CELL -androidx.appcompat.widget.SwitchCompat: void setThumbResource(int) -com.jaredrummler.android.colorpicker.R$attr: int ratingBarStyle -androidx.appcompat.view.menu.ExpandedMenuView: int getWindowAnimations() -com.jaredrummler.android.colorpicker.R$anim: int abc_popup_enter -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -com.google.android.material.R$drawable: int abc_ic_arrow_drop_right_black_24dp -wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_itemStrokeColor -com.xw.repo.bubbleseekbar.R$attr: int checkedTextViewStyle -androidx.viewpager.R$styleable: int GradientColorItem_android_color -android.didikee.donate.R$drawable: int abc_scrubber_control_off_mtrl_alpha -com.bumptech.glide.R$drawable: int notification_bg_normal -okhttp3.internal.connection.RealConnection: void onStream(okhttp3.internal.http2.Http2Stream) -com.turingtechnologies.materialscrollbar.R$styleable: int[] LinearLayoutCompat_Layout -okhttp3.internal.connection.RealConnection: okhttp3.internal.http2.Http2Connection http2Connection -androidx.constraintlayout.widget.R$attr: int actionBarTheme -okhttp3.internal.http2.Http2Codec: java.lang.String KEEP_ALIVE -wangdaye.com.geometricweather.R$drawable: int test_custom_background -androidx.hilt.lifecycle.R$attr: int fontProviderFetchTimeout -androidx.core.R$attr: int fontProviderQuery -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintEnd_toStartOf -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1: void onFailure(retrofit2.Call,java.lang.Throwable) -wangdaye.com.geometricweather.R$style: int Widget_Design_TextInputLayout -androidx.preference.PreferenceManager: void setOnDisplayPreferenceDialogListener(androidx.preference.PreferenceManager$OnDisplayPreferenceDialogListener) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: int STATE_RESULT_VALUE -okhttp3.RequestBody: okhttp3.RequestBody create(okhttp3.MediaType,okio.ByteString) -androidx.swiperefreshlayout.R$styleable: int GradientColor_android_startColor -com.jaredrummler.android.colorpicker.R$id: int textSpacerNoButtons -okhttp3.Cache -io.reactivex.internal.util.EmptyComponent: io.reactivex.internal.util.EmptyComponent INSTANCE -com.google.android.gms.common.internal.safeparcel.SafeParcelable -com.jaredrummler.android.colorpicker.R$attr: int splitTrack -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_Button -okhttp3.internal.http2.Hpack$Writer: void writeByteString(okio.ByteString) -com.xw.repo.bubbleseekbar.R$styleable: int MenuGroup_android_enabled -okhttp3.Cache: int ENTRY_COUNT -wangdaye.com.geometricweather.R$id: int snapMargins -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String level -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_menu -androidx.swiperefreshlayout.R$dimen: int notification_large_icon_height -androidx.appcompat.R$id -com.google.android.material.R$style: int Widget_MaterialComponents_AutoCompleteTextView_FilledBox -wangdaye.com.geometricweather.R$styleable: int ScrollingViewBehavior_Layout_behavior_overlapTop -androidx.preference.R$string: int search_menu_title -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: java.lang.String time -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 -androidx.hilt.lifecycle.R$dimen: int compat_button_padding_vertical_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: java.util.List getIndices() -com.google.android.material.button.MaterialButtonToggleGroup: java.lang.CharSequence getAccessibilityClassName() -com.google.android.material.R$attr: int pressedTranslationZ -androidx.preference.R$style: int Preference -retrofit2.ParameterHandler$Query -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken NAME -androidx.constraintlayout.widget.R$id: int dragRight -androidx.lifecycle.FullLifecycleObserverAdapter: androidx.lifecycle.LifecycleEventObserver mLifecycleEventObserver -wangdaye.com.geometricweather.R$styleable: int[] GradientColor -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: int humidity -androidx.lifecycle.ClassesInfoCache: java.util.Map mHasLifecycleMethods -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Imperial: java.lang.String Unit -android.didikee.donate.R$style: int Widget_AppCompat_SeekBar -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ASSIST_WAKE_SCREEN_VALIDATOR -androidx.preference.R$dimen: int abc_action_bar_stacked_tab_max_width -androidx.constraintlayout.widget.R$styleable: int TextAppearance_fontFamily -com.google.android.material.card.MaterialCardView: void setCheckedIconResource(int) -androidx.lifecycle.extensions.R$drawable: int notification_bg_normal -cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent BOOT_ANIM -com.google.android.material.R$styleable: int Constraint_layout_constraintBaseline_creator -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: FitSystemBarRecyclerView(android.content.Context,android.util.AttributeSet) -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String TITLE -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintLeft_toRightOf -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric: double Value -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: java.lang.String zh_TW -wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.lang.String type -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowMinWidthMinor -wangdaye.com.geometricweather.R$styleable: int SearchView_defaultQueryHint -cyanogenmod.weather.RequestInfo$1 -james.adaptiveicon.R$layout: int notification_template_icon_group -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_panelMenuListWidth -androidx.lifecycle.ViewModelStore: java.util.HashMap mMap -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeFindDrawable -wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_end_icon_margin_start -androidx.preference.EditTextPreference$SavedState -wangdaye.com.geometricweather.remoteviews.config.ClockDayHorizontalWidgetConfigActivity: ClockDayHorizontalWidgetConfigActivity() -com.google.android.material.R$attr: int collapsedTitleGravity -com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_updatesContinuously -androidx.preference.R$styleable: int AppCompatTheme_windowMinWidthMinor -android.support.v4.app.INotificationSideChannel$Stub$Proxy: void cancelAll(java.lang.String) -android.didikee.donate.R$layout: int select_dialog_item_material -androidx.constraintlayout.widget.R$styleable: int KeyCycle_motionTarget -android.didikee.donate.R$drawable: int abc_scrubber_track_mtrl_alpha -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_layout -android.didikee.donate.R$attr: int titleMargin -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: java.lang.String getLogo() -androidx.appcompat.R$style: int Base_Theme_AppCompat -com.baidu.location.e.l$b: int e -com.turingtechnologies.materialscrollbar.R$id: int left -okio.Buffer: okio.Buffer copyTo(java.io.OutputStream) -wangdaye.com.geometricweather.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog -cyanogenmod.app.CustomTile$ExpandedItem -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_progressBarStyle -androidx.drawerlayout.R$styleable: int FontFamilyFont_fontStyle -androidx.constraintlayout.widget.R$attr: int actionOverflowMenuStyle -com.amap.api.location.AMapLocation: java.lang.String m(com.amap.api.location.AMapLocation,java.lang.String) -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property DegreeDayTemperature -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeRainPrecipitation(java.lang.Float) -androidx.constraintlayout.widget.R$id: int search_edit_frame -cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_setDataConnectionSelectedOnSub -androidx.hilt.lifecycle.R$attr: int fontProviderFetchStrategy -wangdaye.com.geometricweather.R$styleable: int KeyCycle_framePosition -androidx.constraintlayout.widget.R$id: int unchecked -androidx.appcompat.R$styleable -com.google.android.material.R$color: int abc_decor_view_status_guard_light -androidx.appcompat.R$attr: int submitBackground -io.reactivex.Observable: io.reactivex.Observable wrap(io.reactivex.ObservableSource) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_PLAY_QUEUE_VALIDATOR -io.reactivex.Observable: io.reactivex.Single collect(java.util.concurrent.Callable,io.reactivex.functions.BiConsumer) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeThunderstormPrecipitationDuration -retrofit2.RequestBuilder$ContentTypeOverridingRequestBody: void writeTo(okio.BufferedSink) -androidx.lifecycle.extensions.R$drawable: int notification_bg_low_pressed -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter close(int,int,java.lang.String) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_goneMarginRight -androidx.preference.R$styleable: int[] ActionBarLayout -androidx.dynamicanimation.R$id: int tag_unhandled_key_listeners -androidx.appcompat.widget.Toolbar: int getContentInsetStart() -androidx.preference.R$styleable: int DialogPreference_dialogLayout -retrofit2.ParameterHandler$Field: ParameterHandler$Field(java.lang.String,retrofit2.Converter,boolean) -wangdaye.com.geometricweather.R$styleable: int[] ListPopupWindow -wangdaye.com.geometricweather.R$styleable: int[] SwitchPreferenceCompat -cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_BRIGHTNESS_CONTROL -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property FormattedId -com.xw.repo.bubbleseekbar.R$styleable: int[] ViewStubCompat -com.google.android.material.R$styleable: int MockView_mock_showDiagonals -com.google.android.material.R$styleable: int[] ActionMenuView -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_3 -okio.RealBufferedSource: int readInt() -com.xw.repo.bubbleseekbar.R$id: int action_image -com.jaredrummler.android.colorpicker.R$styleable: int[] ListPreference -com.jaredrummler.android.colorpicker.R$attr: int panelMenuListTheme -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge -wangdaye.com.geometricweather.R$attr: int placeholderText -okhttp3.Dns: java.util.List lookup(java.lang.String) -com.jaredrummler.android.colorpicker.R$anim: int abc_grow_fade_in_from_bottom -com.turingtechnologies.materialscrollbar.R$id: int time -wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_AppbarPopupTheme_Dark -wangdaye.com.geometricweather.R$attr: int actionMenuTextAppearance -android.didikee.donate.R$styleable: int ActionBar_logo -wangdaye.com.geometricweather.R$drawable: int weather_hail_2 -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: java.util.concurrent.atomic.AtomicReference timer -androidx.cardview.R$styleable: int CardView_cardUseCompatPadding -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_toTopOf -androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_drawableSize -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: void subscribe(io.reactivex.ObservableSource[],int) -okhttp3.internal.platform.Jdk9Platform: void configureTlsExtensions(javax.net.ssl.SSLSocket,java.lang.String,java.util.List) -androidx.coordinatorlayout.R$attr: int fontProviderQuery -com.turingtechnologies.materialscrollbar.R$drawable: int abc_seekbar_tick_mark_material -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$Geometry: java.util.List coordinates -com.google.android.material.R$drawable: int notification_icon_background -wangdaye.com.geometricweather.R$styleable: int ActionBar_contentInsetLeft -com.turingtechnologies.materialscrollbar.R$layout: int design_layout_tab_text -androidx.lifecycle.SavedStateHandleController: SavedStateHandleController(java.lang.String,androidx.lifecycle.SavedStateHandle) -james.adaptiveicon.R$dimen: int tooltip_y_offset_touch -okhttp3.Credentials -retrofit2.HttpException: retrofit2.Response response() -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BACK_WAKE_SCREEN_VALIDATOR -wangdaye.com.geometricweather.common.ui.behaviors.InkPageIndicatorBehavior: InkPageIndicatorBehavior(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Metric: java.lang.String Unit -cyanogenmod.app.Profile: int mExpandedDesktopMode -com.google.android.material.R$style: int Widget_AppCompat_Light_ActivityChooserView -com.google.android.material.R$color: int mtrl_tabs_icon_color_selector -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_title -com.google.android.material.appbar.CollapsingToolbarLayout: void setCollapsedTitleTextColor(int) -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_startX -okhttp3.Headers$Builder: okhttp3.Headers$Builder add(java.lang.String) -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void onError(java.lang.Throwable) -cyanogenmod.weather.WeatherInfo$DayForecast$Builder: int mConditionCode -com.google.android.material.R$dimen: int material_filled_edittext_font_1_3_padding_bottom -com.google.android.material.R$styleable: int ButtonBarLayout_allowStacking -com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_maxProgress -com.google.android.material.R$attr: int boxBackgroundColor -cyanogenmod.themes.ThemeChangeRequest$1: cyanogenmod.themes.ThemeChangeRequest createFromParcel(android.os.Parcel) -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_iconTintMode -cyanogenmod.app.IProfileManager: boolean isEnabled() -com.turingtechnologies.materialscrollbar.R$attr: int chipStrokeWidth -wangdaye.com.geometricweather.R$attr: int mock_showLabel -cyanogenmod.providers.CMSettings$System: java.lang.String ENABLE_PEOPLE_LOOKUP -com.google.gson.stream.JsonReader: void skipQuotedValue(char) -wangdaye.com.geometricweather.R$attr: int chipStyle -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large -androidx.lifecycle.extensions.R$dimen: int notification_action_icon_size -androidx.constraintlayout.utils.widget.ImageFilterButton: ImageFilterButton(android.content.Context) -androidx.coordinatorlayout.widget.CoordinatorLayout: java.util.List getDependencySortedChildren() -androidx.constraintlayout.widget.R$styleable: int GradientColor_android_endColor -wangdaye.com.geometricweather.R$layout: int dialog_donate_wechat -okio.RealBufferedSink: okio.BufferedSink write(byte[],int,int) -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: java.lang.Object item -androidx.lifecycle.SavedStateHandleController: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) -com.google.android.material.R$drawable: int abc_text_cursor_material -androidx.core.R$styleable: int GradientColorItem_android_offset -james.adaptiveicon.R$layout: int abc_activity_chooser_view_list_item -com.turingtechnologies.materialscrollbar.R$attr: int closeIconEnabled -com.google.android.material.R$styleable: int AppCompatTheme_toolbarStyle -cyanogenmod.platform.Manifest$permission: java.lang.String MODIFY_MSIM_PHONE_STATE -com.google.android.material.tabs.TabLayout$TabView: int getContentWidth() -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_CUSTOM_ENABLE_VALIDATOR -com.amap.api.location.AMapLocationClientOption: boolean isSensorEnable() -wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: java.lang.String getNotificationStyleName(android.content.Context) -com.google.android.material.R$attr: int rippleColor -com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_progress -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int SnowProbability -com.google.android.material.R$styleable: int AppCompatTheme_windowFixedHeightMajor -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getNo2() -wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: void setOnSwitchListener(wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout$OnSwitchListener) -okhttp3.internal.http2.Http2Connection$Builder: java.lang.String hostname -okio.Buffer$2: Buffer$2(okio.Buffer) -io.reactivex.internal.subscribers.DeferredScalarSubscriber: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getUvLevel() -wangdaye.com.geometricweather.R$styleable: int ActionBar_progressBarPadding -io.reactivex.internal.subscriptions.DeferredScalarSubscription: void clear() -androidx.lifecycle.SavedStateHandleController$OnRecreation -wangdaye.com.geometricweather.R$drawable: int notif_temp_120 -androidx.activity.R$id: int accessibility_custom_action_13 -com.google.android.gms.dynamic.RemoteCreator$RemoteCreatorException: RemoteCreator$RemoteCreatorException(java.lang.String,java.lang.Throwable) -androidx.appcompat.R$id: int action_image -com.google.android.material.button.MaterialButton: java.lang.String getA11yClassName() -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_firstBaselineToTopHeight -wangdaye.com.geometricweather.R$id: int item_touch_helper_previous_elevation -wangdaye.com.geometricweather.R$styleable: int KeyTrigger_onNegativeCross -io.reactivex.Observable: io.reactivex.Observable doOnNext(io.reactivex.functions.Consumer) -wangdaye.com.geometricweather.R$dimen: int abc_alert_dialog_button_dimen -androidx.fragment.R$style: int TextAppearance_Compat_Notification_Line2 -com.google.android.gms.base.R$drawable: int common_google_signin_btn_text_dark_focused -androidx.activity.R$dimen: R$dimen() -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_constraintSet -james.adaptiveicon.R$drawable: int abc_ic_menu_share_mtrl_alpha -androidx.customview.R$styleable: int FontFamily_fontProviderQuery -androidx.preference.R$style: int Base_Widget_AppCompat_SearchView -wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTodayForecastUpdateService: ForegroundTodayForecastUpdateService() -com.google.android.material.R$id: int action_bar_spinner -com.turingtechnologies.materialscrollbar.R$attr: int actionBarTheme -com.google.android.material.tabs.TabItem -androidx.preference.PreferenceCategory -com.google.android.material.R$attr: int reverseLayout -wangdaye.com.geometricweather.common.basic.models.weather.Alert: int getPriority() -james.adaptiveicon.R$drawable: int abc_list_pressed_holo_dark -okhttp3.MultipartBody: okhttp3.MediaType DIGEST -androidx.preference.R$id: int custom -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_paddingEnd -wangdaye.com.geometricweather.R$drawable: int notif_temp_51 -okio.Pipe$PipeSink: void write(okio.Buffer,long) -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_13 -androidx.preference.R$dimen: int abc_action_button_min_width_overflow_material -com.google.android.material.R$styleable: int Constraint_flow_wrapMode -com.google.android.material.R$id: int ignore -com.google.android.material.R$style: int Base_Theme_AppCompat_Dialog_FixedSize -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeTemperature -okhttp3.internal.http2.Http2Connection$6: Http2Connection$6(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[],int,okio.Buffer,int,boolean) -wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.util.List _queryWeatherEntity_DailyEntityList(java.lang.String,java.lang.String) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature: AccuCurrentResult$WetBulbTemperature() -androidx.lifecycle.extensions.R$styleable: int[] GradientColor -okhttp3.HttpUrl$Builder: java.lang.String toString() -androidx.preference.R$dimen: int abc_text_size_headline_material -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeIcePrecipitationProbability -androidx.preference.R$color: int abc_primary_text_disable_only_material_dark -androidx.coordinatorlayout.R$id: int end -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void dispose() -okhttp3.EventListener$Factory -androidx.constraintlayout.widget.R$id: int easeOut -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog -com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat_Light -okhttp3.internal.http2.Header: Header(okio.ByteString,okio.ByteString) -okhttp3.internal.http2.Http2Codec: java.lang.String ENCODING -com.google.android.material.R$id: int incoming -com.turingtechnologies.materialscrollbar.R$id: int progress_horizontal -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_pivotAnchor -wangdaye.com.geometricweather.R$drawable: int notif_temp_85 -com.xw.repo.bubbleseekbar.R$layout: int abc_screen_toolbar -wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_marginEnd -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Item -wangdaye.com.geometricweather.R$styleable: int[] ExtendedFloatingActionButton_Behavior_Layout -androidx.constraintlayout.widget.R$styleable: int Variant_region_widthLessThan -okhttp3.HttpUrl: java.lang.String PASSWORD_ENCODE_SET -com.google.android.material.floatingactionbutton.FloatingActionButton: float getCompatHoveredFocusedTranslationZ() -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property UvIndex -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cdp -androidx.appcompat.R$layout: int support_simple_spinner_dropdown_item -wangdaye.com.geometricweather.R$id: int notification_big_icon_5 -androidx.constraintlayout.widget.R$attr: int layout_optimizationLevel -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_contentInsetRight -android.didikee.donate.R$id: int activity_chooser_view_content -androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType COLOR_DRAWABLE_TYPE -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: long EpochDateTime -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_tooltipForegroundColor -cyanogenmod.hardware.ThermalListenerCallback$State: int STATE_UNKNOWN -androidx.viewpager.R$string: R$string() -androidx.swiperefreshlayout.R$styleable: int GradientColor_android_gradientRadius -james.adaptiveicon.R$attr: int searchHintIcon -okhttp3.internal.ws.RealWebSocket$Message: okio.ByteString data -androidx.constraintlayout.widget.R$id: int text2 -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: void dispose() -androidx.coordinatorlayout.widget.CoordinatorLayout: int getSuggestedMinimumWidth() -com.turingtechnologies.materialscrollbar.R$layout: int abc_popup_menu_header_item_layout -com.google.android.material.R$attr: int clickAction -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher -androidx.preference.R$id: int search_src_text -com.google.android.material.R$dimen: int mtrl_slider_track_top -wangdaye.com.geometricweather.R$styleable: int Toolbar_titleMarginTop -androidx.appcompat.widget.LinearLayoutCompat: void setMeasureWithLargestChildEnabled(boolean) -wangdaye.com.geometricweather.R$id: int cut -android.didikee.donate.R$styleable: int[] AlertDialog -com.google.android.gms.base.R$drawable -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property HoursOfSun -wangdaye.com.geometricweather.R$attr: int cpv_allowPresets -com.google.android.material.R$styleable: int TabLayout_tabIndicator -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: int getStatus() -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeThunderstormPrecipitation(java.lang.Float) -androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText -androidx.constraintlayout.widget.R$dimen: int highlight_alpha_material_dark -james.adaptiveicon.R$attr: int actionModePasteDrawable -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: java.lang.String wind_speed -androidx.lifecycle.AndroidViewModel: android.app.Application mApplication -wangdaye.com.geometricweather.R$drawable: int ic_sunset -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_subtitle_bottom_margin_material -androidx.viewpager2.R$dimen: int fastscroll_minimum_range -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceHeadline2 -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_requestThemeChangeUpdates -com.turingtechnologies.materialscrollbar.R$id: int textinput_helper_text -androidx.appcompat.R$id: int right_icon -androidx.appcompat.R$style: int Widget_AppCompat_ActionMode -androidx.customview.R$layout: int notification_template_icon_group -wangdaye.com.geometricweather.R$animator: int linear_indeterminate_line1_head_interpolator -com.amap.api.fence.GeoFence: void setCenter(com.amap.api.location.DPoint) -wangdaye.com.geometricweather.R$drawable: int weather_snow_pixel -androidx.constraintlayout.widget.R$styleable: int ImageFilterView_overlay -okio.RealBufferedSource: byte[] readByteArray() -okhttp3.CacheControl: okhttp3.CacheControl FORCE_NETWORK -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_rotationY -android.didikee.donate.R$style: int TextAppearance_AppCompat_Large -androidx.appcompat.R$styleable: int[] DrawerArrowToggle -com.turingtechnologies.materialscrollbar.R$dimen: int abc_disabled_alpha_material_light -wangdaye.com.geometricweather.R$styleable: int[] MaterialCardView -com.amap.api.location.AMapLocation: boolean a(com.amap.api.location.AMapLocation,boolean) -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse -androidx.legacy.coreutils.R$dimen: int compat_button_padding_horizontal_material -com.xw.repo.bubbleseekbar.R$anim: int abc_popup_exit -okio.AsyncTimeout: void enter() -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_CompoundButton_CheckBox -androidx.constraintlayout.widget.R$attr: int textColorSearchUrl -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_active_item_min_width -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 -okio.Buffer: okio.BufferedSink emit() -retrofit2.RequestFactory: okhttp3.Headers headers -okio.AsyncTimeout: java.io.IOException exit(java.io.IOException) -wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List getHourlyForecast() -com.google.android.material.R$attr: int textAppearanceListItem -com.google.android.material.R$drawable: int ic_mtrl_chip_close_circle -android.didikee.donate.R$color: int abc_search_url_text_normal -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void onError(java.lang.Throwable) -com.xw.repo.bubbleseekbar.R$attr: int titleTextStyle -cyanogenmod.externalviews.KeyguardExternalViewProviderService: java.lang.String TAG -org.greenrobot.greendao.AbstractDaoMaster: void registerDaoClass(java.lang.Class) -androidx.preference.R$attr: int titleTextStyle -wangdaye.com.geometricweather.R$style: int Preference_SwitchPreference -cyanogenmod.hardware.CMHardwareManager: boolean writePersistentBytes(java.lang.String,byte[]) -androidx.hilt.R$id: int action_text -androidx.preference.R$styleable: int MenuGroup_android_checkableBehavior -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: BaiduIPLocationResult$ContentBean() -okhttp3.internal.http2.Hpack$Reader -androidx.lifecycle.extensions.R$styleable: int GradientColor_android_tileMode -james.adaptiveicon.R$attr: int actionProviderClass -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: java.lang.String getLogo() -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void onError(java.lang.Throwable) -com.google.android.material.R$attr: int defaultQueryHint -androidx.hilt.lifecycle.R$drawable: int notification_bg_low_normal -wangdaye.com.geometricweather.R$attr: int switchMinWidth -com.google.android.material.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorControlNormal -android.didikee.donate.R$drawable: int abc_cab_background_top_mtrl_alpha -io.reactivex.internal.operators.observable.ObservableGroupBy$State: boolean checkTerminated(boolean,boolean,io.reactivex.Observer,boolean) -com.google.android.material.R$dimen: int mtrl_calendar_action_confirm_button_min_width -okhttp3.internal.connection.ConnectionSpecSelector -android.didikee.donate.R$attr: int textAppearanceLargePopupMenu -android.didikee.donate.R$attr: int commitIcon -retrofit2.Utils -wangdaye.com.geometricweather.R$attr: int cornerSizeTopLeft -androidx.appcompat.R$color: int secondary_text_disabled_material_light -com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity -androidx.hilt.lifecycle.R$dimen: int notification_large_icon_height -com.turingtechnologies.materialscrollbar.R$bool: int abc_allow_stacked_button_bar -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Metric Metric -james.adaptiveicon.R$color: int abc_tint_edittext -androidx.vectordrawable.animated.R$attr: int fontProviderAuthority -james.adaptiveicon.R$attr: int trackTintMode -wangdaye.com.geometricweather.R$attr: int windowMinWidthMajor -androidx.hilt.R$dimen: int compat_control_corner_material -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_motionProgress -androidx.appcompat.R$attr: int track -com.turingtechnologies.materialscrollbar.R$attr: int msb_handleOffColor -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_OutlinedButton -io.reactivex.internal.observers.ForEachWhileObserver: io.reactivex.functions.Action onComplete -james.adaptiveicon.R$styleable: int AppCompatTheme_colorButtonNormal -androidx.core.R$dimen: int compat_button_inset_vertical_material -okhttp3.logging.LoggingEventListener: void logWithTime(java.lang.String) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Toolbar_Primary -com.google.android.material.R$drawable: int material_ic_keyboard_arrow_right_black_24dp -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType valueOf(java.lang.String) -io.reactivex.internal.util.EmptyComponent: void onError(java.lang.Throwable) -com.jaredrummler.android.colorpicker.R$attr: int contentDescription -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_al -okhttp3.internal.ws.WebSocketReader -androidx.activity.R$styleable: int GradientColor_android_centerX -com.turingtechnologies.materialscrollbar.R$attr: int msb_barThickness -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintStart_toStartOf -okhttp3.internal.ws.RealWebSocket$1: okhttp3.internal.ws.RealWebSocket this$0 -okio.ByteString: byte getByte(int) -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void drain() -androidx.hilt.work.R$dimen: int notification_main_column_padding_top -wangdaye.com.geometricweather.R$animator: int mtrl_extended_fab_change_size_collapse_motion_spec -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_scaleY -com.xw.repo.bubbleseekbar.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog -okhttp3.Dispatcher: java.util.concurrent.ExecutorService executorService() -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: boolean unregisterChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) -okio.Segment: byte[] data -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Caption -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_Dialog_FixedSize -com.jaredrummler.android.colorpicker.R$drawable: int abc_list_selector_background_transition_holo_dark -com.turingtechnologies.materialscrollbar.R$attr: int showDividers -wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableTransition_android_toId -com.google.android.material.R$attr: int textAppearanceSubtitle1 -com.amap.api.location.AMapLocation: double u -james.adaptiveicon.R$style: int Widget_AppCompat_ListView -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: boolean done -androidx.appcompat.widget.AppCompatTextView: int getAutoSizeStepGranularity() -com.google.android.material.transformation.ExpandableTransformationBehavior: ExpandableTransformationBehavior(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$attr: int statusBarScrim -cyanogenmod.app.BaseLiveLockManagerService: void cancelLiveLockScreen(java.lang.String,int,int) -com.google.android.gms.common.api.internal.zabl -androidx.recyclerview.R$color: int secondary_text_default_material_light -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List kongtiao -com.jaredrummler.android.colorpicker.R$attr: int shouldDisableView -wangdaye.com.geometricweather.R$string: int wechat -wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_mini_light -androidx.lifecycle.extensions.R$styleable: int[] ColorStateListItem -androidx.appcompat.view.menu.ActionMenuItemView: ActionMenuItemView(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.R$anim: int abc_slide_out_top -wangdaye.com.geometricweather.R$integer: int mtrl_card_anim_duration_ms -james.adaptiveicon.R$drawable: int abc_ic_search_api_material -wangdaye.com.geometricweather.R$styleable: int MaterialTextAppearance_android_lineHeight -cyanogenmod.themes.ThemeManager: void applyDefaultTheme() -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void onComplete() -androidx.appcompat.R$style: int TextAppearance_AppCompat_Title_Inverse -androidx.transition.R$color: R$color() -wangdaye.com.geometricweather.R$id: int dialog_providers_previewer_progress -com.xw.repo.bubbleseekbar.R$id: int radio -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int AQI_INDEX_3 -androidx.swiperefreshlayout.R$dimen -cyanogenmod.themes.ThemeChangeRequest: java.util.Map getPerAppOverlays() -james.adaptiveicon.R$styleable: int AppCompatTheme_activityChooserViewStyle -com.google.android.material.R$dimen: int design_bottom_navigation_elevation -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: io.reactivex.Observer downstream -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_PopupMenu -okio.Okio: Okio() -wangdaye.com.geometricweather.R$string: int key_list_animation_switch -wangdaye.com.geometricweather.R$id: int bounce -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: CaiYunMainlyResult$CurrentBean$WindBean() -com.jaredrummler.android.colorpicker.R$attr: int cpv_alphaChannelVisible -androidx.appcompat.R$layout: int notification_action -james.adaptiveicon.R$dimen: int abc_action_bar_content_inset_material -wangdaye.com.geometricweather.R$string: int mtrl_picker_text_input_month_abbr -wangdaye.com.geometricweather.R$attr: int backgroundTintMode -wangdaye.com.geometricweather.R$array: int week_widget_style_values -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Large -okhttp3.internal.http2.Http2: byte TYPE_SETTINGS -okhttp3.internal.cache.CacheRequest: void abort() -com.turingtechnologies.materialscrollbar.R$animator: R$animator() -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property CityId -james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast: void run() -com.google.android.material.tabs.TabLayout: android.content.res.ColorStateList getTabRippleColor() -androidx.lifecycle.ClassesInfoCache: java.lang.reflect.Method[] getDeclaredMethods(java.lang.Class) -cyanogenmod.providers.CMSettings$Secure: java.lang.String POWER_MENU_ACTIONS -wangdaye.com.geometricweather.R$attr: int buttonBarStyle -com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity -com.google.android.material.R$layout: int design_text_input_start_icon -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_Button -wangdaye.com.geometricweather.R$animator: int mtrl_extended_fab_show_motion_spec -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_chainUseRtl -okhttp3.Request$Builder -androidx.activity.R$dimen: int compat_button_padding_vertical_material -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_contentInsetStart -okhttp3.internal.http2.Http2Connection: long bytesLeftInWriteWindow -retrofit2.OkHttpCall: okhttp3.Call getRawCall() -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeTemperature(int) -com.google.android.gms.common.api.UnsupportedApiCallException: com.google.android.gms.common.Feature zza -com.google.android.material.R$id: int easeInOut -wangdaye.com.geometricweather.R$anim: int abc_tooltip_exit -androidx.work.R$layout: R$layout() -james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light -androidx.viewpager2.R$integer: int status_bar_notification_info_maxnum -com.jaredrummler.android.colorpicker.R$layout: int notification_action_tombstone -com.google.android.material.R$styleable: int StateListDrawable_android_dither -wangdaye.com.geometricweather.R$id: int activity_widget_config_hideSubtitleContainer -com.turingtechnologies.materialscrollbar.R$attr: int closeItemLayout -androidx.preference.Preference: void setOnPreferenceChangeInternalListener(androidx.preference.Preference$OnPreferenceChangeInternalListener) -okhttp3.ResponseBody$1: okhttp3.MediaType val$contentType -wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: int getBackgroundColorStart() -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer realFeelTemperature -wangdaye.com.geometricweather.R$styleable: int Layout_layout_editor_absoluteY -androidx.lifecycle.MutableLiveData -androidx.activity.R$id: int accessibility_custom_action_19 -com.google.android.material.R$id: int autoCompleteToEnd -wangdaye.com.geometricweather.R$layout: int preference_information_material -okhttp3.OkHttpClient: java.util.List protocols -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarTabBarStyle -com.turingtechnologies.materialscrollbar.R$dimen: int abc_list_item_padding_horizontal_material -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: io.reactivex.internal.disposables.SequentialDisposable upstream -com.google.android.material.R$styleable: int Slider_trackColor -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_bottom_padding -cyanogenmod.providers.CMSettings$Secure: java.lang.String APP_PERFORMANCE_PROFILES_ENABLED -wangdaye.com.geometricweather.R$attr: int persistent -com.google.android.material.R$styleable: int KeyCycle_android_scaleY -wangdaye.com.geometricweather.main.fragments.MainFragment -james.adaptiveicon.R$style: int Theme_AppCompat_Light_NoActionBar -androidx.hilt.work.R$attr: int font -cyanogenmod.app.CustomTile: cyanogenmod.app.CustomTile clone() -retrofit2.ParameterHandler$Headers -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property UpdateTime -com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawable_android_exitFadeDuration -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_horizontalGap -androidx.coordinatorlayout.R$id: int notification_main_column_container -androidx.preference.R$string: int abc_searchview_description_submit -cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String DAY -okhttp3.internal.http2.Hpack$Writer: int evictToRecoverBytes(int) -wangdaye.com.geometricweather.remoteviews.config.Hilt_WeekWidgetConfigActivity: Hilt_WeekWidgetConfigActivity() -androidx.constraintlayout.widget.R$styleable: int Toolbar_android_minHeight -androidx.appcompat.R$styleable: int AppCompatImageView_srcCompat -androidx.viewpager.R$id: int async -okhttp3.RealCall: java.lang.Object clone() -com.jaredrummler.android.colorpicker.R$string: int v7_preference_off -com.google.android.material.slider.Slider: void setTrackHeight(int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: int getStatus() -com.amap.api.location.AMapLocationClientOption$GeoLanguage: AMapLocationClientOption$GeoLanguage(java.lang.String,int) -okio.Buffer: okio.Buffer writeLong(long) -cyanogenmod.app.CustomTile$GridExpandedStyle: CustomTile$GridExpandedStyle() -androidx.constraintlayout.widget.R$attr: int popupTheme -com.google.android.material.R$dimen: int design_navigation_separator_vertical_padding -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language FRENCH -com.google.android.material.datepicker.MaterialDatePicker -okhttp3.Call$Factory: okhttp3.Call newCall(okhttp3.Request) -com.autonavi.aps.amapapi.model.AMapLocationServer: void a(org.json.JSONObject) -com.google.android.material.R$style: int Widget_AppCompat_ListView_Menu -com.google.android.material.R$styleable: int MenuItem_android_alphabeticShortcut -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView -com.turingtechnologies.materialscrollbar.R$id: int action_bar_title -androidx.appcompat.R$styleable: int SearchView_searchIcon -androidx.appcompat.R$attr: int textColorSearchUrl -com.turingtechnologies.materialscrollbar.R$id: int fixed -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ListPopupWindow -androidx.constraintlayout.widget.R$styleable: int AlertDialog_listItemLayout -wangdaye.com.geometricweather.R$integer: int cpv_default_anim_duration -com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature WetBulbTemperature -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: ObservableSequenceEqualSingle$EqualCoordinator(io.reactivex.SingleObserver,int,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiPredicate) -androidx.appcompat.R$styleable: int Toolbar_android_minHeight -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_sheet_peek_height_min -com.google.android.material.textfield.TextInputLayout: void setStartIconOnLongClickListener(android.view.View$OnLongClickListener) -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_android_textOn -androidx.appcompat.R$style: int TextAppearance_AppCompat_Display4 -cyanogenmod.app.CustomTile$ExpandedItem$1: cyanogenmod.app.CustomTile$ExpandedItem createFromParcel(android.os.Parcel) -androidx.preference.R$id: int message -com.amap.api.location.AMapLocation: int getSatellites() -wangdaye.com.geometricweather.R$string: int key_distance_unit -com.turingtechnologies.materialscrollbar.R$color: int button_material_light -com.xw.repo.bubbleseekbar.R$styleable: int ActionBarLayout_android_layout_gravity -wangdaye.com.geometricweather.R$style: int Preference_Information_Material -androidx.constraintlayout.widget.R$styleable: int Constraint_android_transformPivotY -androidx.appcompat.resources.R$styleable: int FontFamilyFont_android_fontWeight -io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int ListPreference_entries -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_autoSizeMaxTextSize -com.google.android.material.R$styleable: int MenuItem_contentDescription -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_switchStyle -com.google.android.material.R$dimen: int mtrl_badge_long_text_horizontal_padding -androidx.constraintlayout.widget.R$attr: int switchStyle -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Large -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_panelBackground -android.didikee.donate.R$styleable: int SwitchCompat_android_textOff -androidx.appcompat.resources.R$id: int text2 -com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableTransition_android_reversible -wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Object readEntity(android.database.Cursor,int) -james.adaptiveicon.R$attr: int toolbarNavigationButtonStyle -com.amap.api.location.LocationManagerBase: void setLocationOption(com.amap.api.location.AMapLocationClientOption) -com.turingtechnologies.materialscrollbar.R$attr: int dialogTheme -androidx.preference.R$styleable: int AnimatedStateListDrawableCompat_android_dither -android.didikee.donate.R$string: int abc_searchview_description_clear -retrofit2.Response: java.lang.String message() -wangdaye.com.geometricweather.R$attr: int tickMarkTint -androidx.appcompat.R$color: int material_grey_300 -com.xw.repo.bubbleseekbar.R$attr: int bsb_show_section_mark -androidx.preference.R$styleable: int Preference_android_key -androidx.appcompat.R$attr: int searchHintIcon -com.jaredrummler.android.colorpicker.R$attr: int fontStyle -okhttp3.Interceptor$Chain: okhttp3.Request request() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float no2 -com.google.android.material.R$attr: int paddingRightSystemWindowInsets -james.adaptiveicon.R$dimen: int notification_action_icon_size -androidx.lifecycle.ViewModelProviders: ViewModelProviders() -androidx.work.R$id: int accessibility_custom_action_29 -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query -com.jaredrummler.android.colorpicker.R$layout: R$layout() -com.google.android.material.R$attr: int checkboxStyle -androidx.constraintlayout.helper.widget.Flow: void setVerticalBias(float) -retrofit2.RequestFactory: boolean hasBody -com.google.android.material.R$styleable: int TextInputLayout_errorTextAppearance -androidx.constraintlayout.widget.R$styleable: int[] PopupWindow -androidx.transition.R$dimen: int notification_action_icon_size -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_text_padding -wangdaye.com.geometricweather.R$string: int feels_like -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_placeholder_content -androidx.constraintlayout.widget.R$styleable: int Transition_motionInterpolator -cyanogenmod.themes.ThemeChangeRequest -com.xw.repo.bubbleseekbar.R$drawable: int abc_scrubber_control_off_mtrl_alpha -com.google.android.material.R$style: int Base_Widget_AppCompat_SearchView -james.adaptiveicon.R$id: int action_bar_subtitle -com.xw.repo.bubbleseekbar.R$styleable: int FontFamily_fontProviderCerts -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle -androidx.hilt.work.R$drawable: int notification_icon_background -com.google.android.material.R$styleable: int Constraint_android_translationY -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int RainProbability -io.reactivex.Observable: io.reactivex.Completable concatMapCompletableDelayError(io.reactivex.functions.Function,boolean) -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: void onComplete() -com.xw.repo.bubbleseekbar.R$color: int abc_search_url_text -cyanogenmod.weather.util.WeatherUtils -com.google.android.material.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle -com.amap.api.location.CoordUtil -com.google.android.material.slider.RangeSlider: void setHaloRadius(int) -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setOnLongClickIntent(android.app.PendingIntent) -android.didikee.donate.R$attr: int colorSwitchThumbNormal -com.turingtechnologies.materialscrollbar.R$style: int Theme_Design_Light_BottomSheetDialog -android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setFillColor(int) -androidx.vectordrawable.animated.R$id: int text2 -androidx.constraintlayout.widget.R$drawable: int abc_text_select_handle_left_mtrl_dark -androidx.lifecycle.ClassesInfoCache: androidx.lifecycle.ClassesInfoCache$CallbackInfo getInfo(java.lang.Class) -com.xw.repo.bubbleseekbar.R$attr: int popupWindowStyle -com.google.android.material.R$styleable: int KeyCycle_framePosition -james.adaptiveicon.R$color: int secondary_text_disabled_material_light -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_textAppearance -com.turingtechnologies.materialscrollbar.R$attr: int snackbarButtonStyle -okhttp3.internal.http.BridgeInterceptor -wangdaye.com.geometricweather.R$color: int mtrl_chip_surface_color -androidx.constraintlayout.widget.Constraints -com.google.android.material.R$id: int deltaRelative -androidx.fragment.R$id: int notification_main_column -com.google.android.material.R$attr: int ratingBarStyleSmall -com.turingtechnologies.materialscrollbar.R$layout: int abc_activity_chooser_view -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: java.lang.String MinuteText -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.internal.util.ErrorMode errorMode -com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawable_android_variablePadding -cyanogenmod.app.CustomTile: android.content.Intent onSettingsClick -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeIcePrecipitationDuration -retrofit2.HttpServiceMethod$SuspendForResponse: retrofit2.CallAdapter callAdapter -com.google.android.material.internal.FlowLayout: int getLineSpacing() -wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String weatherSource -com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_horizontal_padding -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void innerError(java.lang.Throwable) -android.support.v4.os.IResultReceiver$Stub$Proxy: java.lang.String getInterfaceDescriptor() -okio.ByteString: okio.ByteString toAsciiUppercase() -android.support.v4.os.ResultReceiver$MyRunnable: android.support.v4.os.ResultReceiver this$0 -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintBaseline_toBaselineOf -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_letter_spacing -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderCancelButton -com.google.android.material.R$styleable: int MaterialButton_backgroundTintMode -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addEncodedQueryParameter(java.lang.String,java.lang.String) -androidx.constraintlayout.widget.R$id: int scrollIndicatorDown -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments: long endTime -com.xw.repo.bubbleseekbar.R$id: int search_src_text -wangdaye.com.geometricweather.R$id: int item_about_library_content -androidx.lifecycle.FullLifecycleObserver -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_start_padding_icon -com.google.android.material.R$styleable: int MenuItem_android_numericShortcut -com.amap.api.location.AMapLocationQualityReport: long f -okhttp3.ConnectionSpec: okhttp3.CipherSuite[] APPROVED_CIPHER_SUITES -io.reactivex.Observable: io.reactivex.Observable doFinally(io.reactivex.functions.Action) -james.adaptiveicon.R$style: int Widget_AppCompat_ActionBar_Solid -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Metric: java.lang.String Unit -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_DialogWhenLarge -com.google.android.material.R$styleable: int AppCompatTheme_colorSwitchThumbNormal -androidx.appcompat.resources.R$styleable: int[] AnimatedStateListDrawableCompat -james.adaptiveicon.R$styleable: int[] DrawerArrowToggle -androidx.work.R$drawable: int notification_bg_low -cyanogenmod.externalviews.KeyguardExternalView: KeyguardExternalView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$styleable: int SlidingItemContainerLayout_iconResEnd -cyanogenmod.weatherservice.ServiceRequestResult$1: java.lang.Object createFromParcel(android.os.Parcel) -com.jaredrummler.android.colorpicker.R$color: int switch_thumb_material_light -android.didikee.donate.R$styleable: int[] ViewStubCompat -cyanogenmod.weatherservice.IWeatherProviderServiceClient -retrofit2.http.Field: java.lang.String value() -retrofit2.RequestFactory$Builder: boolean gotPath -okhttp3.Cache: void abortQuietly(okhttp3.internal.cache.DiskLruCache$Editor) -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight_NoActionBar -androidx.appcompat.R$layout: int abc_search_view -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void innerComplete(int,boolean) -io.reactivex.Observable: io.reactivex.Observable timestamp(io.reactivex.Scheduler) -okhttp3.internal.http2.Http2: byte FLAG_PRIORITY -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language SLOVENIAN -com.baidu.location.Poi -okio.Buffer: okio.ByteString digest(java.lang.String) -android.didikee.donate.R$layout: int abc_dialog_title_material -com.google.android.material.R$dimen: int design_bottom_navigation_item_min_width -androidx.appcompat.R$styleable: int AppCompatTheme_ratingBarStyleIndicator -androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_fontStyle -cyanogenmod.app.Profile$TriggerType: int BLUETOOTH -androidx.transition.R$dimen: int compat_notification_large_icon_max_width -wangdaye.com.geometricweather.R$string: int settings_title_temperature_unit -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setMockEnable(boolean) -cyanogenmod.app.Profile: java.util.UUID getUuid() -wangdaye.com.geometricweather.R$dimen: int hourly_trend_item_height -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_29 -com.google.android.material.R$style: int Widget_MaterialComponents_Tooltip -james.adaptiveicon.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_tooltipForegroundColor -androidx.constraintlayout.widget.R$attr: int onPositiveCross -cyanogenmod.app.ICMTelephonyManager: void setDataConnectionState(boolean) -com.google.android.material.R$style: int ShapeAppearanceOverlay_Cut -james.adaptiveicon.R$attr: int buttonGravity -androidx.appcompat.widget.AppCompatAutoCompleteTextView: void setCustomSelectionActionModeCallback(android.view.ActionMode$Callback) -okhttp3.internal.platform.ConscryptPlatform: java.security.Provider getProvider() -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintWidth_min -androidx.viewpager.R$dimen: int notification_top_pad_large_text -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: java.lang.String Link -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String BOOT_ANIM_URI -cyanogenmod.themes.IThemeService: void rebuildResourceCache() -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_30 -com.xw.repo.bubbleseekbar.R$color: int colorPrimary -io.reactivex.disposables.ReferenceDisposable: void onDisposed(java.lang.Object) -com.google.android.material.R$styleable: int TextInputLayout_passwordToggleEnabled -androidx.preference.R$layout: int abc_list_menu_item_checkbox -androidx.appcompat.R$id: int checked -wangdaye.com.geometricweather.R$layout: int dialog_weather_hourly -com.xw.repo.bubbleseekbar.R$attr: int tooltipForegroundColor -androidx.activity.R$styleable: int[] GradientColor -androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPostStarted(android.app.Activity) -james.adaptiveicon.R$attr: int arrowHeadLength -androidx.vectordrawable.animated.R$style: int TextAppearance_Compat_Notification_Line2 -com.google.android.material.R$id: int top -androidx.appcompat.widget.AppCompatRadioButton: void setBackgroundResource(int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: java.lang.String en_US -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean setDisplayGammaCalibration(int,int[]) -wangdaye.com.geometricweather.R$string: int action_search -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: io.reactivex.disposables.Disposable upstream -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void drain() -okio.GzipSource: void checkEqual(java.lang.String,int,int) -james.adaptiveicon.R$attr: int theme -com.google.android.material.R$color: int accent_material_dark -androidx.constraintlayout.widget.R$color: int primary_dark_material_dark -wangdaye.com.geometricweather.R$styleable: int PreferenceImageView_maxHeight -cyanogenmod.app.ProfileGroup$Mode: cyanogenmod.app.ProfileGroup$Mode SUPPRESS -com.google.android.material.slider.RangeSlider: java.lang.CharSequence getAccessibilityClassName() -io.reactivex.internal.subscriptions.EmptySubscription: boolean isEmpty() -io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiFunction,boolean,int) -androidx.appcompat.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle -androidx.preference.R$attr: int fontWeight -com.google.android.material.R$style: int Base_MaterialAlertDialog_MaterialComponents_Title_Text -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_android_weightSum -james.adaptiveicon.R$anim: int abc_popup_enter -androidx.appcompat.R$id: int wrap_content -androidx.appcompat.widget.SearchView: int getSuggestionRowLayout() -com.google.android.material.R$attr: int goIcon -com.google.android.material.R$styleable: int Constraint_android_layout_marginEnd -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: int Severity -com.turingtechnologies.materialscrollbar.R$id: int textSpacerNoButtons -wangdaye.com.geometricweather.R$drawable: int weather_snow_2 -com.google.android.material.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTheme -okio.Util: void checkOffsetAndCount(long,long,long) -com.google.android.material.slider.Slider: Slider(android.content.Context) -retrofit2.RequestFactory$Builder: retrofit2.Retrofit retrofit -androidx.work.R$drawable: int notification_template_icon_bg -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String getGrassDescription() -com.google.android.material.bottomnavigation.BottomNavigationView: void setItemTextAppearanceInactive(int) -com.google.android.material.bottomappbar.BottomAppBar: float getCradleVerticalOffset() -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_29 -com.google.android.material.appbar.MaterialToolbar: void setElevation(float) -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircularSkyWeatherView: int getBackgroundColor() -com.google.android.material.R$dimen: int mtrl_shape_corner_size_medium_component -okhttp3.internal.http2.Settings: int MAX_CONCURRENT_STREAMS -androidx.customview.R$style: int TextAppearance_Compat_Notification_Info -androidx.hilt.work.R$styleable: int[] ColorStateListItem -androidx.appcompat.R$style: int Base_V7_Theme_AppCompat_Light -androidx.viewpager.R$drawable: int notification_bg_normal_pressed -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Rain: AccuDailyResult$DailyForecasts$Day$Rain() -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_trackTintMode -wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit valueOf(java.lang.String) -wangdaye.com.geometricweather.main.Hilt_MainActivity -com.google.android.gms.base.R$drawable: int common_google_signin_btn_text_light -com.bumptech.glide.load.engine.GlideException: void logRootCauses(java.lang.String) -james.adaptiveicon.R$styleable: int LinearLayoutCompat_android_weightSum -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature -androidx.preference.R$attr: int listPreferredItemHeight -androidx.coordinatorlayout.R$styleable: int[] GradientColor -wangdaye.com.geometricweather.R$string: int sp_widget_text_setting -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getIcePrecipitation() -james.adaptiveicon.R$drawable: int notification_template_icon_low_bg -androidx.viewpager2.R$id: int notification_background -androidx.appcompat.R$styleable: int[] MenuItem -androidx.appcompat.R$color: int ripple_material_dark -cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_DIALOG_THEME -com.google.android.material.R$attr: int borderlessButtonStyle -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayoutStates_state_collapsed -android.didikee.donate.R$styleable: int AppCompatTheme_android_windowIsFloating -io.reactivex.subjects.PublishSubject$PublishDisposable: io.reactivex.Observer downstream -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog -cyanogenmod.power.IPerformanceManager$Stub: int TRANSACTION_getProfileHasAppProfiles -io.reactivex.internal.util.NotificationLite -cyanogenmod.alarmclock.ClockContract$InstancesColumns -androidx.lifecycle.CompositeGeneratedAdaptersObserver: androidx.lifecycle.GeneratedAdapter[] mGeneratedAdapters -androidx.preference.R$dimen: int abc_action_bar_subtitle_bottom_margin_material -com.github.rahatarmanahmed.cpv.R$attr: int cpv_animAutostart -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX: java.util.List brands -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: boolean isCancelled() -wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: void setMax(float) -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void drainLoop() -com.bumptech.glide.R$dimen: int notification_action_text_size -com.google.android.material.R$id: int accessibility_custom_action_29 -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_TabView -androidx.viewpager2.R$color: int secondary_text_default_material_light -okhttp3.Challenge: java.lang.String scheme -androidx.appcompat.R$styleable: int DrawerArrowToggle_arrowShaftLength -com.turingtechnologies.materialscrollbar.R$attr: int buttonIconDimen -wangdaye.com.geometricweather.R$xml: int perference_unit -com.google.android.material.R$color: int abc_btn_colored_text_material -wangdaye.com.geometricweather.R$attr: int paddingStart -androidx.preference.R$attr: int splitTrack -androidx.appcompat.R$attr: int buttonBarNegativeButtonStyle -androidx.viewpager2.R$id: int dialog_button -com.jaredrummler.android.colorpicker.R$dimen: int compat_button_inset_horizontal_material -androidx.dynamicanimation.R$id: int action_image -okhttp3.logging.HttpLoggingInterceptor: void redactHeader(java.lang.String) -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Menu -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_15 -com.google.android.material.R$attr: int colorOnBackground -com.google.android.material.slider.Slider: void setTickTintList(android.content.res.ColorStateList) -com.google.gson.stream.JsonReader: int PEEKED_END_ARRAY -wangdaye.com.geometricweather.R$dimen: int hint_pressed_alpha_material_light -wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_icon_dark_normal_background -james.adaptiveicon.R$styleable: int ActionBar_indeterminateProgressStyle -androidx.constraintlayout.widget.R$styleable: int[] MenuGroup -wangdaye.com.geometricweather.db.entities.LocationEntity: void setLongitude(float) -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Compat_Notification_Time -androidx.preference.R$anim: int abc_grow_fade_in_from_bottom -com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_animationMode -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Small -android.didikee.donate.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean() -okhttp3.Handshake: okhttp3.Handshake get(okhttp3.TlsVersion,okhttp3.CipherSuite,java.util.List,java.util.List) -retrofit2.BuiltInConverters$ToStringConverter: java.lang.Object convert(java.lang.Object) -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored -com.turingtechnologies.materialscrollbar.R$styleable: int[] Chip -cyanogenmod.weather.CMWeatherManager$2$1: cyanogenmod.weather.CMWeatherManager$2 this$1 -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_thumb_text_size -cyanogenmod.providers.CMSettings$Secure: java.lang.String BUTTON_BRIGHTNESS -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: io.reactivex.Observer downstream -com.google.android.material.R$id: int tag_transition_group -androidx.appcompat.R$attr: int navigationMode -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setRelativeHumidity(java.lang.Float) -com.turingtechnologies.materialscrollbar.R$attr: int contentInsetLeft -wangdaye.com.geometricweather.R$id: int container_main_daily_trend_card_trendRecyclerView -wangdaye.com.geometricweather.R$string: int abc_activity_chooser_view_see_all -okhttp3.RealCall$AsyncCall: okhttp3.Request request() -androidx.lifecycle.Transformations$2$1: void onChanged(java.lang.Object) -androidx.recyclerview.R$styleable: int FontFamilyFont_android_font -androidx.appcompat.R$styleable: int MenuView_android_windowAnimationStyle -wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource -okio.Buffer: okio.ByteString md5() -io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: io.reactivex.disposables.Disposable upstream -androidx.hilt.lifecycle.R$dimen: int notification_subtext_size -wangdaye.com.geometricweather.search.LoadableLocationList$Status: wangdaye.com.geometricweather.search.LoadableLocationList$Status[] values() -okhttp3.Dispatcher: java.util.List queuedCalls() -androidx.appcompat.R$anim: int abc_shrink_fade_out_from_bottom -androidx.transition.R$styleable: int FontFamilyFont_ttcIndex -androidx.preference.R$style: int Preference_Category_Material -androidx.appcompat.widget.AppCompatImageButton: android.content.res.ColorStateList getSupportImageTintList() -androidx.hilt.work.R$id: int accessibility_custom_action_10 -cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_GET_GLOBAL -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setCeiling(java.lang.Float) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_firstVerticalBias -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.rx.RxDao rxDaoPlain -retrofit2.converter.gson.GsonRequestBodyConverter -cyanogenmod.weatherservice.WeatherProviderService -james.adaptiveicon.R$attr: int goIcon -wangdaye.com.geometricweather.R$attr: int expandedTitleMargin -androidx.constraintlayout.widget.R$attr: int dividerHorizontal -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary -okhttp3.internal.ws.RealWebSocket: long CANCEL_AFTER_CLOSE_MILLIS -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.google.gson.JsonIOException: JsonIOException(java.lang.String) -androidx.appcompat.widget.AppCompatSpinner: android.graphics.drawable.Drawable getPopupBackground() -wangdaye.com.geometricweather.R$attr: int layout_constraintWidth_max -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_maxButtonHeight -com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleMarginBottom(int) -com.google.android.material.R$styleable: int Constraint_layout_goneMarginBottom -com.jaredrummler.android.colorpicker.R$attr: int isPreferenceVisible -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_AES_256_GCM_SHA384 -com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight -wangdaye.com.geometricweather.R$styleable: int AppBarLayout_Layout_layout_scrollInterpolator -cyanogenmod.app.ThemeComponent -androidx.work.WorkInfo$State: androidx.work.WorkInfo$State BLOCKED -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property GrassIndex -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_DarkActionBar -com.google.android.material.progressindicator.ProgressIndicator: int getGrowMode() -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Id -com.google.android.material.progressindicator.ProgressIndicator: int getIndicatorType() -wangdaye.com.geometricweather.R$id: int month_navigation_next -androidx.fragment.R$drawable: int notification_bg_low_normal -okhttp3.logging.HttpLoggingInterceptor: okhttp3.logging.HttpLoggingInterceptor setLevel(okhttp3.logging.HttpLoggingInterceptor$Level) -io.reactivex.Observable: io.reactivex.Observable materialize() -androidx.viewpager.R$styleable: int ColorStateListItem_alpha -cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.CMHardwareManager getInstance(android.content.Context) -cyanogenmod.app.Profile$ProfileTrigger: java.lang.String getId() -androidx.appcompat.widget.AppCompatTextView: android.view.textclassifier.TextClassifier getTextClassifier() -androidx.constraintlayout.widget.R$attr: int layout_constraintLeft_creator -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getSupportedFeatures_0 -androidx.preference.R$style: int Base_Widget_AppCompat_ActionButton -com.google.android.material.R$styleable: int TabLayout_tabUnboundedRipple -wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_updatesContinuously -com.google.android.material.textfield.TextInputLayout: void setErrorIconTintList(android.content.res.ColorStateList) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dialogTheme -cyanogenmod.externalviews.ExternalView: android.content.ServiceConnection mServiceConnection -com.google.android.material.textfield.TextInputLayout: void setError(java.lang.CharSequence) -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_10 -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_6 -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_17 -wangdaye.com.geometricweather.R$styleable: int MaterialToolbar_navigationIconColor -android.didikee.donate.R$dimen: int abc_action_bar_stacked_max_height -io.reactivex.exceptions.CompositeException: void printStackTrace(java.io.PrintWriter) -okhttp3.internal.proxy.NullProxySelector: java.util.List select(java.net.URI) -androidx.lifecycle.extensions.R$id: int tag_transition_group -com.jaredrummler.android.colorpicker.R$drawable: R$drawable() -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: boolean isDisposed() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum: AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum() -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircularSkyWeatherView: void setDrawable(boolean) -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: ObservableTimeoutTimed$TimeoutFallbackObserver(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler$Worker,io.reactivex.ObservableSource) -com.xw.repo.bubbleseekbar.R$drawable: int abc_seekbar_thumb_material -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver -androidx.lifecycle.ComputableLiveData: ComputableLiveData() -com.google.android.material.R$styleable: int[] AnimatedStateListDrawableCompat -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIndicatorHeight -com.google.gson.LongSerializationPolicy$2 -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal -com.bumptech.glide.load.resource.gif.GifFrameLoader -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust: AccuCurrentResult$WindGust() -com.amap.api.location.AMapLocation: void setCountry(java.lang.String) -wangdaye.com.geometricweather.common.basic.models.weather.Alert: int priority -com.jaredrummler.android.colorpicker.R$id: int forever -io.reactivex.Observable: io.reactivex.Observable create(io.reactivex.ObservableOnSubscribe) -com.amap.api.location.AMapLocation: int c(com.amap.api.location.AMapLocation,int) -androidx.recyclerview.R$styleable: int ColorStateListItem_alpha -wangdaye.com.geometricweather.R$array: int weather_source_voices -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_anon_WITH_RC4_128_SHA -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setScaleY(float) -james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text -androidx.vectordrawable.animated.R$styleable: int FontFamily_fontProviderAuthority -okhttp3.Cache$1: okhttp3.internal.cache.CacheRequest put(okhttp3.Response) -com.bumptech.glide.load.HttpException: HttpException(java.lang.String,int,java.lang.Throwable) -okhttp3.WebSocket: boolean send(okio.ByteString) -androidx.appcompat.R$drawable: int abc_text_cursor_material -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable: void run() -androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type NONE -androidx.recyclerview.R$dimen: int item_touch_helper_max_drag_scroll_per_frame -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Direction: int Degrees -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ListMenuView -androidx.preference.R$dimen: int abc_dropdownitem_text_padding_left -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_NoActionBar_Bridge -androidx.preference.R$id: int tag_accessibility_actions -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: java.util.Date EndDate -androidx.appcompat.resources.R$id: int accessibility_custom_action_13 -okio.Timeout: okio.Timeout clearTimeout() -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Large -okio.Options: java.lang.Object get(int) -androidx.coordinatorlayout.R$id: int action_divider -james.adaptiveicon.R$dimen: int abc_progress_bar_height_material -androidx.viewpager.R$layout: int notification_action -androidx.customview.R$dimen: R$dimen() -okhttp3.Response$Builder: okhttp3.Response$Builder removeHeader(java.lang.String) -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableBottomCompat -com.bumptech.glide.manager.SupportRequestManagerFragment -retrofit2.KotlinExtensions$awaitResponse$2$2: KotlinExtensions$awaitResponse$2$2(kotlinx.coroutines.CancellableContinuation) -okhttp3.ConnectionPool$1 -com.google.android.material.R$attr: int singleChoiceItemLayout -com.bumptech.glide.load.engine.GlideException: java.lang.String getMessage() -cyanogenmod.profiles.StreamSettings: void setOverride(boolean) -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: int getThermalState() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: java.lang.String getZh_TW() -androidx.constraintlayout.widget.R$styleable: int[] TextAppearance -androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_START -androidx.recyclerview.R$attr: int fontProviderCerts -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: java.lang.String IconPhrase -androidx.lifecycle.ClassesInfoCache: int CALL_TYPE_NO_ARG -androidx.coordinatorlayout.R$id: int accessibility_custom_action_21 -androidx.preference.R$drawable: int abc_btn_radio_to_on_mtrl_015 -io.reactivex.Observable: io.reactivex.Observable withLatestFrom(java.lang.Iterable,io.reactivex.functions.Function) -com.turingtechnologies.materialscrollbar.R$attr: int suggestionRowLayout -james.adaptiveicon.R$attr: int backgroundStacked -androidx.constraintlayout.widget.R$id: int chronometer -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_android_maxWidth -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: ObservableFlatMapMaybe$FlatMapMaybeObserver(io.reactivex.Observer,io.reactivex.functions.Function,boolean) -wangdaye.com.geometricweather.R$color: int design_dark_default_color_on_surface -wangdaye.com.geometricweather.R$attr: int cornerFamilyBottomLeft -cyanogenmod.providers.CMSettings$System: java.lang.String APP_SWITCH_WAKE_SCREEN -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.Integer cloudCover -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ListView_DropDown -cyanogenmod.app.Profile$ProfileTrigger: java.lang.String access$300(cyanogenmod.app.Profile$ProfileTrigger) -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light_NoActionBar -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating: java.lang.String Unit -androidx.work.R$id: int actions -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: void setValue(java.lang.String) -wangdaye.com.geometricweather.R$drawable: int avd_show_password -okhttp3.CertificatePinner$Builder: okhttp3.CertificatePinner$Builder add(java.lang.String,java.lang.String[]) -com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_paddingBottomSystemWindowInsets -com.github.rahatarmanahmed.cpv.R$attr: int cpv_indeterminate -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial Imperial -androidx.preference.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow -com.bumptech.glide.integration.okhttp.R$attr: int layout_anchor -com.google.android.material.R$color: int mtrl_fab_bg_color_selector -androidx.constraintlayout.widget.R$attr: int buttonStyle -androidx.constraintlayout.widget.R$color -com.baidu.location.e.h$b: com.baidu.location.e.h$b[] values() -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: int getCity_code() -wangdaye.com.geometricweather.R$styleable: int MaterialTextAppearance_android_letterSpacing -com.google.android.material.R$styleable: int Layout_layout_constraintHeight_default -io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: ObservableConcatWithSingle$ConcatWithObserver(io.reactivex.Observer,io.reactivex.SingleSource) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getRainPrecipitationProbability() -wangdaye.com.geometricweather.R$styleable: int[] RecycleListView -okhttp3.internal.connection.StreamAllocation: okhttp3.EventListener eventListener -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_NULL_MD5 -retrofit2.BuiltInConverters$ToStringConverter -retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: void onError(java.lang.Throwable) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_android_windowIsFloating -androidx.viewpager2.R$layout: int notification_template_part_time -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode -com.turingtechnologies.materialscrollbar.R$attr: int textColorSearchUrl -okhttp3.internal.connection.StreamAllocation: okhttp3.Address address -androidx.hilt.lifecycle.R$anim: int fragment_open_exit -com.google.android.material.switchmaterial.SwitchMaterial: void setUseMaterialThemeColors(boolean) -cyanogenmod.app.CustomTile: java.lang.String access$302(cyanogenmod.app.CustomTile,java.lang.String) -cyanogenmod.os.Build: java.lang.String CYANOGENMOD_DISPLAY_VERSION -wangdaye.com.geometricweather.R$drawable: int ic_donate -wangdaye.com.geometricweather.R$array: int dark_modes -wangdaye.com.geometricweather.R$string: int material_minute_suffix -wangdaye.com.geometricweather.R$dimen: int mtrl_switch_thumb_elevation -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableEndCompat -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_10 -okhttp3.CacheControl: okhttp3.CacheControl FORCE_CACHE -cyanogenmod.themes.ThemeChangeRequest$1: java.lang.Object[] newArray(int) -com.google.android.material.R$styleable: int MenuView_android_headerBackground -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeCopyDrawable -cyanogenmod.hardware.IThermalListenerCallback$Stub: android.os.IBinder asBinder() -com.baidu.location.LocationClientOption$LocationMode: com.baidu.location.LocationClientOption$LocationMode Battery_Saving -cyanogenmod.platform.R$string: R$string() -com.google.android.material.R$styleable: int TabLayout_tabGravity -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: java.lang.String pressure -com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy IDENTITY -okio.InflaterSource: InflaterSource(okio.Source,java.util.zip.Inflater) -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_waveDecay -com.google.android.material.chip.Chip: android.content.res.ColorStateList getCloseIconTint() -androidx.appcompat.widget.ActionMenuView: void setPresenter(androidx.appcompat.widget.ActionMenuPresenter) -io.reactivex.Observable: io.reactivex.Observable repeat() -androidx.recyclerview.R$dimen: int compat_notification_large_icon_max_width -wangdaye.com.geometricweather.R$layout: int design_layout_snackbar_include -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean disposed -cyanogenmod.externalviews.KeyguardExternalView: void onBouncerShowing(boolean) -cyanogenmod.hardware.CMHardwareManager: int readPersistentInt(java.lang.String) -com.google.android.material.R$styleable: int MaterialCalendar_daySelectedStyle -com.google.android.material.R$attr: int singleSelection -okhttp3.logging.HttpLoggingInterceptor$Logger: void log(java.lang.String) -com.google.gson.stream.JsonWriter: boolean serializeNulls -androidx.vectordrawable.R$color: int secondary_text_default_material_light -com.github.rahatarmanahmed.cpv.CircularProgressViewListener -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Imperial -androidx.constraintlayout.widget.R$attr: int layout_constraintTop_toTopOf -com.turingtechnologies.materialscrollbar.R$color: int material_blue_grey_800 -wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_rangeFillColor -androidx.activity.R$color: R$color() -androidx.preference.R$attr: int indeterminateProgressStyle -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_divider -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void request(long) -androidx.coordinatorlayout.R$id: int info -androidx.preference.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton -androidx.appcompat.R$style: int TextAppearance_AppCompat_Subhead -com.google.android.material.R$styleable: int SearchView_defaultQueryHint -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List xiche -com.google.android.material.R$color: int cardview_dark_background -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title -androidx.dynamicanimation.R$attr: int fontProviderFetchTimeout -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_orderInCategory -com.google.android.material.R$attr: int layout_constraintTag -okhttp3.Cookie: long expiresAt() -androidx.coordinatorlayout.R$attr: int fontProviderCerts -com.turingtechnologies.materialscrollbar.R$dimen: int design_tab_text_size -com.google.android.material.R$styleable: int MotionLayout_applyMotionScene -io.reactivex.internal.schedulers.ScheduledRunnable: long serialVersionUID -androidx.dynamicanimation.R$id: int notification_background -wangdaye.com.geometricweather.R$styleable: int Chip_chipMinTouchTargetSize -androidx.hilt.lifecycle.R$id: int action_container -com.turingtechnologies.materialscrollbar.R$dimen: int fastscroll_margin -androidx.hilt.R$dimen -wangdaye.com.geometricweather.R$attr: int textAllCaps -androidx.constraintlayout.widget.R$integer: int abc_config_activityShortDur -com.xw.repo.bubbleseekbar.R$dimen: int hint_alpha_material_light -wangdaye.com.geometricweather.R$attr: int listPreferredItemHeightSmall -okio.RealBufferedSink$1: void flush() -wangdaye.com.geometricweather.R$style: int week_weather_week_info -okhttp3.Request: okhttp3.CacheControl cacheControl -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_controlBackground -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary: AccuCurrentResult$TemperatureSummary() -com.jaredrummler.android.colorpicker.R$string: int abc_shareactionprovider_share_with_application -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int FREEZING_RAIN -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language FOLLOW_SYSTEM -com.google.android.material.R$style: int Base_Widget_AppCompat_ActionButton -androidx.constraintlayout.widget.R$attr: int layout_constraintEnd_toStartOf -com.google.android.material.R$styleable: int BottomNavigationView_menu -com.google.android.material.R$styleable: int TextInputLayout_startIconTintMode -androidx.viewpager2.R$drawable: int notify_panel_notification_icon_bg -wangdaye.com.geometricweather.R$color: int colorSearchBarBackground_light -com.google.android.material.R$styleable: int MaterialCardView_checkedIconSize -androidx.coordinatorlayout.R$attr: int ttcIndex -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_MonthTextView -okhttp3.ConnectionSpec: okhttp3.CipherSuite[] RESTRICTED_CIPHER_SUITES -androidx.appcompat.widget.AppCompatAutoCompleteTextView: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() -androidx.constraintlayout.widget.R$id: int default_activity_button -androidx.appcompat.resources.R$style: int TextAppearance_Compat_Notification_Info -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_goneMarginLeft -androidx.coordinatorlayout.R$styleable: int[] CoordinatorLayout -androidx.coordinatorlayout.R$color: int ripple_material_light -com.turingtechnologies.materialscrollbar.R$attr: int actionMenuTextAppearance -okhttp3.Address: java.lang.String toString() -androidx.hilt.R$dimen: int notification_media_narrow_margin -retrofit2.BuiltInConverters$BufferingResponseBodyConverter -okhttp3.HttpUrl: int port -com.turingtechnologies.materialscrollbar.R$string: int abc_searchview_description_submit -okio.Buffer: int read(byte[]) -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem -androidx.preference.R$styleable: int ActivityChooserView_initialActivityCount -com.jaredrummler.android.colorpicker.R$attr: int initialActivityCount -okhttp3.RealCall$AsyncCall: void executeOn(java.util.concurrent.ExecutorService) -com.amap.api.fence.GeoFence: void setPointList(java.util.List) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_MENU_LONG_PRESS_ACTION_VALIDATOR -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeWindSpeed -james.adaptiveicon.R$styleable: int ActionBar_contentInsetLeft -androidx.preference.SeekBarPreference -com.google.android.material.R$styleable: int TextInputLayout_android_hint -androidx.dynamicanimation.R$dimen: int notification_big_circle_margin -com.google.android.material.R$styleable: int MenuGroup_android_id -androidx.multidex.MultiDexExtractor$ExtractedDex -wangdaye.com.geometricweather.R$string: int key_text_color -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean -james.adaptiveicon.R$id: int spacer -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle -com.xw.repo.bubbleseekbar.R$id: int time -wangdaye.com.geometricweather.R$id: int transparency_layout -androidx.viewpager2.R$id: int accessibility_custom_action_15 -androidx.hilt.work.R$anim: int fragment_close_enter -wangdaye.com.geometricweather.R$id: int chip1 -okhttp3.logging.LoggingEventListener$Factory: LoggingEventListener$Factory(okhttp3.logging.HttpLoggingInterceptor$Logger) -wangdaye.com.geometricweather.R$styleable: int[] MaterialRadioButton -com.google.android.material.appbar.CollapsingToolbarLayout: void setTitle(java.lang.CharSequence) -com.google.android.material.R$color: int design_fab_stroke_end_inner_color -wangdaye.com.geometricweather.R$color: int mtrl_textinput_hovered_box_stroke_color -com.google.android.material.internal.CheckableImageButton: CheckableImageButton(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$style: int Animation_AppCompat_DropDownUp -com.google.android.material.R$styleable: int Toolbar_subtitleTextAppearance -androidx.appcompat.R$attr: int iconTintMode -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int MIXED_SNOW_AND_SLEET -wangdaye.com.geometricweather.R$attr: int region_heightLessThan -com.google.android.material.R$styleable: int RecyclerView_fastScrollEnabled -com.google.android.material.R$dimen: int mtrl_slider_track_side_padding -android.didikee.donate.R$styleable: int ActionBar_contentInsetStart -okhttp3.internal.cache.DiskLruCache$1: DiskLruCache$1(okhttp3.internal.cache.DiskLruCache) -okhttp3.FormBody: int size() -wangdaye.com.geometricweather.R$layout: int mtrl_picker_header_title_text -androidx.vectordrawable.R$id: int time -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_elevation -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: java.lang.String toString() -cyanogenmod.util.ColorUtils: double[] sColorTable -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorContentDescription -com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_borderless_material -com.google.gson.stream.JsonWriter: boolean lenient -wangdaye.com.geometricweather.R$styleable: int Preference_key -wangdaye.com.geometricweather.R$styleable: int Tooltip_android_textAppearance -com.google.android.material.R$styleable: int AppCompatSeekBar_tickMarkTint -wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_arrow -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult: MfEphemerisResult() -com.google.android.material.chip.Chip: void setIconEndPadding(float) -androidx.appcompat.widget.AppCompatTextView: void setPrecomputedText(androidx.core.text.PrecomputedTextCompat) -okhttp3.internal.http1.Http1Codec$AbstractSource: Http1Codec$AbstractSource(okhttp3.internal.http1.Http1Codec,okhttp3.internal.http1.Http1Codec$1) -com.google.android.material.R$attr: int chipIcon -wangdaye.com.geometricweather.R$string: int key_notification_temp_icon -androidx.constraintlayout.widget.R$drawable: int abc_btn_radio_material -androidx.appcompat.R$styleable: int SearchView_commitIcon -com.xw.repo.bubbleseekbar.R$id: int notification_background -com.turingtechnologies.materialscrollbar.R$attr: int arrowShaftLength -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_contentInsetEndWithActions -com.google.android.material.R$attr: int dayStyle -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getGrassDescription() -io.reactivex.Observable: io.reactivex.Observable never() -androidx.constraintlayout.widget.R$styleable: int MockView_mock_showDiagonals -com.google.android.material.R$styleable: int[] ScrollingViewBehavior_Layout -okhttp3.Response: okhttp3.Response networkResponse() -android.didikee.donate.R$attr: int actionDropDownStyle -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_iconStartPadding -wangdaye.com.geometricweather.settings.fragments.ServiceProviderSettingsFragment: void setOnWeatherSourceChangedListener(wangdaye.com.geometricweather.settings.fragments.ServiceProviderSettingsFragment$OnWeatherSourceChangedListener) -io.reactivex.internal.operators.observable.ObservableReplay$Node: long serialVersionUID -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType TransactionCallable -com.google.android.material.R$attr: int touchAnchorId -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: java.util.Map buffers -androidx.constraintlayout.motion.widget.MotionLayout: float getProgress() -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_verticalStyle -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: android.graphics.Rect val$clipRect -com.google.android.material.R$attr: int drawableSize -james.adaptiveicon.R$drawable: int abc_list_selector_holo_light -okio.Buffer: long indexOf(okio.ByteString) -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.internal.util.AtomicThrowable errors -com.google.android.material.R$style: int Base_Widget_MaterialComponents_Snackbar -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_icon -james.adaptiveicon.R$styleable: int AppCompatTextView_autoSizeTextType -com.xw.repo.bubbleseekbar.R$id: int blocking -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setOffset(boolean) -com.jaredrummler.android.colorpicker.R$attr: int colorPrimary -wangdaye.com.geometricweather.R$string: int settings_title_precipitation_unit -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: java.lang.String colorId -androidx.coordinatorlayout.widget.CoordinatorLayout: void setOnHierarchyChangeListener(android.view.ViewGroup$OnHierarchyChangeListener) -androidx.preference.R$styleable: int Preference_android_title -com.google.android.material.R$id: int month_title -androidx.viewpager.R$dimen: int compat_button_padding_horizontal_material -androidx.appcompat.R$styleable: int ActionBar_title -okhttp3.internal.NamedRunnable: NamedRunnable(java.lang.String,java.lang.Object[]) -androidx.appcompat.R$dimen: int notification_small_icon_size_as_large -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum: double Value -wangdaye.com.geometricweather.R$layout: int mtrl_alert_dialog -wangdaye.com.geometricweather.R$style: int Preference_DialogPreference_EditTextPreference -com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: CircularRevealCoordinatorLayout(android.content.Context) -androidx.preference.R$dimen: int abc_text_size_body_2_material -io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: long serialVersionUID -com.google.android.material.R$style: int TextAppearance_AppCompat_Subhead_Inverse -cyanogenmod.app.IProfileManager: android.app.NotificationGroup getNotificationGroupForPackage(java.lang.String) -androidx.preference.R$attr: int widgetLayout -wangdaye.com.geometricweather.R$string: int precipitation_probability -retrofit2.KotlinExtensions$suspendAndThrow$1: int label -wangdaye.com.geometricweather.R$attr: int colorButtonNormal -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean getImages() -androidx.preference.R$styleable: int AppCompatTextHelper_android_drawableBottom -cyanogenmod.app.ILiveLockScreenChangeListener: void onLiveLockScreenChanged(cyanogenmod.app.LiveLockScreenInfo) -james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon -cyanogenmod.hardware.IThermalListenerCallback$Stub$Proxy: IThermalListenerCallback$Stub$Proxy(android.os.IBinder) -wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status: wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status[] values() -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: void onComplete() -okio.SegmentedByteString: byte[][] segments -okhttp3.internal.connection.RealConnection: java.net.Socket rawSocket -wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider[] values() -wangdaye.com.geometricweather.R$string: int key_dark_mode -com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge -com.google.android.material.R$styleable: int TextAppearance_android_shadowDx -wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_dialogType -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Title_Inverse -cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: void setServiceClient(cyanogenmod.weatherservice.IWeatherProviderServiceClient) -com.turingtechnologies.materialscrollbar.R$drawable: int notification_bg_low -wangdaye.com.geometricweather.R$id: int source -androidx.constraintlayout.widget.R$styleable: int ActionBar_navigationMode -io.reactivex.Observable: io.reactivex.Observable zipWith(io.reactivex.ObservableSource,io.reactivex.functions.BiFunction,boolean,int) -androidx.viewpager2.R$color: int notification_action_color_filter -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeThunderstormPrecipitationProbability -com.turingtechnologies.materialscrollbar.R$attr: int dropDownListViewStyle -com.turingtechnologies.materialscrollbar.R$color: int mtrl_textinput_default_box_stroke_color -io.reactivex.internal.subscribers.StrictSubscriber: void onSubscribe(org.reactivestreams.Subscription) -com.google.android.material.slider.Slider: android.content.res.ColorStateList getTickActiveTintList() -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_button_min_width_overflow_material -androidx.constraintlayout.motion.widget.MotionHelper: float getProgress() -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceCategoryStyle -androidx.preference.R$styleable: int SearchView_layout -cyanogenmod.app.ThemeVersion$ComponentVersion -com.google.android.material.R$dimen: int abc_panel_menu_list_width -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_17 -wangdaye.com.geometricweather.R$string: int key_trend_horizontal_line_switch -okhttp3.CookieJar: okhttp3.CookieJar NO_COOKIES -com.jaredrummler.android.colorpicker.R$layout: int preference_information_material -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_shapeAppearance -io.reactivex.internal.disposables.ArrayCompositeDisposable: ArrayCompositeDisposable(int) -com.google.android.material.R$styleable: int FontFamily_fontProviderPackage -wangdaye.com.geometricweather.R$attr: int textAppearanceLineHeightEnabled -androidx.constraintlayout.widget.R$styleable: int[] KeyTrigger -android.didikee.donate.R$attr: int buttonBarNegativeButtonStyle -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small -com.google.android.material.R$attr: int materialButtonOutlinedStyle -okhttp3.internal.http2.Http2Connection: void start(boolean) -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_submitBackground -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Imperial Imperial -com.google.android.material.R$style: int Widget_Design_TextInputEditText -wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: void setPostfixString(java.lang.String) -cyanogenmod.providers.CMSettings$Global: float getFloatForUser(android.content.ContentResolver,java.lang.String,int) -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setTemperature(int) -com.google.android.material.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -wangdaye.com.geometricweather.R$dimen: int mtrl_large_touch_target -androidx.viewpager.R$styleable: int FontFamilyFont_android_fontWeight -androidx.constraintlayout.widget.R$anim: int abc_slide_in_top -com.google.android.material.R$styleable: int MotionLayout_showPaths -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: boolean registerChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) -androidx.appcompat.R$drawable: int abc_list_pressed_holo_light -com.bumptech.glide.load.engine.GlideException: com.bumptech.glide.load.DataSource dataSource -androidx.preference.R$dimen: int notification_small_icon_background_padding -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Ice: AccuDailyResult$DailyForecasts$Night$Ice() -com.jaredrummler.android.colorpicker.R$dimen: int cpv_dialog_preview_width -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_toRightOf -androidx.constraintlayout.widget.R$layout: int notification_action_tombstone -androidx.constraintlayout.widget.R$attr: int layout_constraintCircleRadius -com.google.android.material.R$id: int fixed -com.google.android.material.datepicker.MaterialTextInputPicker -wangdaye.com.geometricweather.R$id: int middle -androidx.constraintlayout.widget.R$attr: int backgroundSplit -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceSubtitle2 -com.google.android.material.R$attr: int tabMinWidth -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_star_half_black_36dp -com.jaredrummler.android.colorpicker.R$attr: int listItemLayout -retrofit2.http.Query: java.lang.String value() -retrofit2.OptionalConverterFactory$OptionalConverter: OptionalConverterFactory$OptionalConverter(retrofit2.Converter) -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode valueOf(java.lang.String) -androidx.constraintlayout.widget.Group: Group(android.content.Context) -androidx.preference.R$color: int primary_material_light -wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_arrowHeadLength -okhttp3.Cache: int networkCount() -cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status CANCELLED -androidx.recyclerview.R$styleable: int[] FontFamilyFont -com.amap.api.location.UmidtokenInfo$1 -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionBar_TabBar -com.jaredrummler.android.colorpicker.R$attr: int ratingBarStyleSmall -androidx.appcompat.R$anim: int btn_checkbox_to_checked_icon_null_animation -wangdaye.com.geometricweather.R$drawable: int widget_trend_daily -com.google.android.material.R$style: int Base_Widget_AppCompat_ActionButton_Overflow -com.bumptech.glide.R$styleable: int GradientColor_android_startY -wangdaye.com.geometricweather.R$array: int pollen_units -io.reactivex.Observable: io.reactivex.Observable sample(long,java.util.concurrent.TimeUnit,boolean) -androidx.preference.R$style: int Base_ThemeOverlay_AppCompat_ActionBar -com.google.android.material.circularreveal.CircularRevealFrameLayout -wangdaye.com.geometricweather.R$attr: int expanded -androidx.constraintlayout.widget.Placeholder: Placeholder(android.content.Context,android.util.AttributeSet) -cyanogenmod.providers.CMSettings$System: long getLong(android.content.ContentResolver,java.lang.String) -androidx.transition.R$layout: int notification_template_part_chronometer -com.amap.api.location.AMapLocationQualityReport: boolean isInstalledHighDangerMockApp() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life: CNWeatherResult$Life() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeCutDrawable -androidx.recyclerview.R$layout: int notification_action_tombstone -androidx.preference.R$style: int Base_V7_Theme_AppCompat -android.didikee.donate.R$style: int Base_Widget_AppCompat_Button_Borderless -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_translationX -android.support.v4.app.RemoteActionCompatParcelizer: androidx.core.app.RemoteActionCompat read(androidx.versionedparcelable.VersionedParcel) -wangdaye.com.geometricweather.R$animator: int weather_haze_2 -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listMenuViewStyle -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_thumbTextPadding -wangdaye.com.geometricweather.R$styleable: int Transition_transitionDisable -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common -com.google.android.material.R$color: int material_on_surface_emphasis_high_type -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Day_Today -com.bumptech.glide.integration.okhttp.R$styleable: int[] CoordinatorLayout -cyanogenmod.app.Profile: java.lang.String mName -okio.Pipe$PipeSource: void close() -androidx.hilt.lifecycle.R$dimen: int compat_button_inset_horizontal_material -androidx.appcompat.widget.AppCompatImageButton: AppCompatImageButton(android.content.Context,android.util.AttributeSet,int) -com.jaredrummler.android.colorpicker.R$attr: int maxHeight -com.google.android.material.R$styleable: int ActionBar_contentInsetStartWithNavigation -wangdaye.com.geometricweather.R$id: int widget_trend_daily_item_4 -okhttp3.internal.connection.RealConnection: java.net.Socket socket() -com.google.gson.stream.JsonReader: void skipValue() -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: long serialVersionUID -wangdaye.com.geometricweather.R$string: int feedback_collect_succeed -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float co -androidx.appcompat.widget.ActionBarOverlayLayout: void setWindowTitle(java.lang.CharSequence) -androidx.appcompat.R$drawable: int abc_textfield_search_activated_mtrl_alpha -com.google.android.material.R$styleable: int ImageFilterView_overlay -com.jaredrummler.android.colorpicker.ColorPickerView: int getBorderColor() -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String moldDescription -wangdaye.com.geometricweather.R$string: int aqi_4 -androidx.constraintlayout.widget.R$attr: int fontProviderQuery -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List daisan -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilityRain -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void onNext(java.lang.Object) -com.google.android.material.R$id: int mtrl_picker_header_selection_text -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$TotalLiquid: int UnitType -wangdaye.com.geometricweather.R$id: int action_appStore -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: void otherError(java.lang.Throwable) -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property SnowPrecipitationProbability -wangdaye.com.geometricweather.R$attr: int bsb_bubble_text_size -androidx.preference.R$styleable: int FontFamilyFont_fontVariationSettings -wangdaye.com.geometricweather.background.receiver.widget.WidgetTrendHourlyProvider -wangdaye.com.geometricweather.R$string: int key_view_type -androidx.lifecycle.extensions.R$attr: int fontStyle -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_Dialog_Alert -com.turingtechnologies.materialscrollbar.R$id: int bottom -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ProgressBar -com.google.android.material.slider.Slider: int getTrackWidth() -androidx.viewpager.R$dimen: int notification_content_margin_start -com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy UPPER_CAMEL_CASE_WITH_SPACES -wangdaye.com.geometricweather.R$attr: int autoCompleteTextViewStyle -androidx.appcompat.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar -okhttp3.internal.ws.RealWebSocket: boolean $assertionsDisabled -okhttp3.internal.connection.ConnectionSpecSelector: okhttp3.ConnectionSpec configureSecureSocket(javax.net.ssl.SSLSocket) -android.didikee.donate.R$attr: int buttonTint -androidx.appcompat.resources.R$dimen: int notification_action_text_size -james.adaptiveicon.R$styleable: int AppCompatTextView_lineHeight -wangdaye.com.geometricweather.R$id: int stop -com.jaredrummler.android.colorpicker.R$dimen: int abc_disabled_alpha_material_dark -com.amap.api.fence.GeoFence$1: java.lang.Object createFromParcel(android.os.Parcel) -androidx.preference.R$color: int preference_fallback_accent_color -androidx.coordinatorlayout.R$styleable: int[] GradientColorItem -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_android_hint -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain: java.lang.Float cumul3H -wangdaye.com.geometricweather.settings.fragments.UnitSettingsFragment -com.google.android.material.R$attr: int layout_constraintHorizontal_bias -com.google.android.material.R$attr: int tabContentStart -okhttp3.internal.http2.Http2Reader$ContinuationSource: byte flags -cyanogenmod.providers.CMSettings$Global: java.util.List getDelimitedStringAsList(android.content.ContentResolver,java.lang.String,java.lang.String) -androidx.constraintlayout.widget.R$string: int abc_menu_function_shortcut_label -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_fontWeight -com.google.android.material.R$styleable: int Tooltip_android_textAppearance -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: android.view.Window mWindow -okhttp3.internal.http2.Hpack$Writer: int nextHeaderIndex -com.google.android.material.tabs.TabLayout: void setUnboundedRippleResource(int) -com.google.android.material.transformation.FabTransformationBehavior: FabTransformationBehavior(android.content.Context,android.util.AttributeSet) -android.didikee.donate.R$styleable: int AppCompatTheme_switchStyle -wangdaye.com.geometricweather.background.polling.PollingUpdateHelper: void setOnPollingUpdateListener(wangdaye.com.geometricweather.background.polling.PollingUpdateHelper$OnPollingUpdateListener) -okhttp3.OkHttpClient: java.util.List interceptors -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: void setValue(java.util.List) -cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: void registerListener(cyanogenmod.app.ICustomTileListener,android.content.ComponentName,int) -androidx.activity.R$string -com.google.android.material.tabs.TabLayout: int getTabIndicatorGravity() -androidx.preference.R$style: int TextAppearance_AppCompat_Menu -androidx.constraintlayout.widget.R$attr: int flow_padding -androidx.appcompat.R$color: int notification_action_color_filter -com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getItemTextAppearanceInactive() -com.google.android.material.R$attr: int navigationIconColor -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setLabelVisibilityMode(int) -com.google.android.material.R$styleable: int TextAppearance_android_shadowColor -cyanogenmod.themes.ThemeChangeRequest: void writeToParcel(android.os.Parcel,int) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature RealFeelTemperature -androidx.hilt.work.R$id: R$id() -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceSubtitle1 -androidx.preference.R$attr: int tickMark -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: java.util.List value -androidx.preference.R$style: int Base_Animation_AppCompat_DropDownUp -androidx.loader.R$styleable: int FontFamilyFont_fontVariationSettings -okhttp3.Response$Builder: okhttp3.Response$Builder priorResponse(okhttp3.Response) -cyanogenmod.providers.ThemesContract$ThemesColumns$InstallState -com.google.android.material.R$id: int linear -com.xw.repo.bubbleseekbar.R$style: int Base_V28_Theme_AppCompat_Light -wangdaye.com.geometricweather.R$attr: int endIconMode -com.turingtechnologies.materialscrollbar.R$dimen: int notification_content_margin_start -com.turingtechnologies.materialscrollbar.R$styleable: int CardView_contentPaddingRight -okhttp3.OkHttpClient: javax.net.ssl.SSLSocketFactory sslSocketFactory -androidx.vectordrawable.R$dimen: int notification_large_icon_height -androidx.preference.R$style: int Base_Animation_AppCompat_Tooltip -okio.ByteString: int lastIndexOf(okio.ByteString) -com.google.android.material.R$attr: int stackFromEnd -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleGravity -androidx.lifecycle.SavedStateHandleController$OnRecreation: void onRecreated(androidx.savedstate.SavedStateRegistryOwner) -wangdaye.com.geometricweather.settings.fragments.SettingsFragment: SettingsFragment() -cyanogenmod.weather.CMWeatherManager$2 -com.google.android.material.R$styleable: int KeyPosition_pathMotionArc -james.adaptiveicon.R$color: int foreground_material_light -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver -com.jaredrummler.android.colorpicker.R$attr: int elevation -retrofit2.Call: okhttp3.Request request() -androidx.appcompat.R$style: int Widget_AppCompat_ButtonBar_AlertDialog -androidx.preference.R$style: int Widget_AppCompat_Spinner_DropDown -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid -com.jaredrummler.android.colorpicker.R$styleable: int MultiSelectListPreference_entryValues -com.amap.api.location.AMapLocation: int ERROR_CODE_INVALID_PARAMETER -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: void setCaiyun(java.lang.String) -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_14 -androidx.constraintlayout.widget.R$id: int action_mode_bar -android.didikee.donate.R$id: int action_bar -com.google.android.material.R$layout: int mtrl_alert_dialog -wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_icon_light_focused -androidx.viewpager2.R$id: int notification_main_column_container -okhttp3.internal.http2.Http2Stream: int id -wangdaye.com.geometricweather.R$drawable: int shortcuts_thunderstorm -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeIcePrecipitation -androidx.appcompat.resources.R$layout: int notification_action -wangdaye.com.geometricweather.R$attr: int constraintSetEnd -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Button -androidx.preference.R$attr: int actionDropDownStyle -okhttp3.internal.http2.Http2Stream: long unacknowledgedBytesRead -com.google.android.material.transformation.FabTransformationSheetBehavior -cyanogenmod.providers.CMSettings$Secure -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_RatingBar_Indicator -wangdaye.com.geometricweather.R$drawable: int ic_cold -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$PhenomenonMaxColor: int phenomenonId -cyanogenmod.app.LiveLockScreenInfo: LiveLockScreenInfo(android.content.ComponentName,int) -com.google.android.material.R$attr: int fastScrollVerticalTrackDrawable -okio.Buffer: okio.Buffer readFrom(java.io.InputStream) -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionBar_TabView -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_toolbar_default_height -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintLeft_toLeftOf -androidx.appcompat.R$styleable: int AppCompatTheme_windowFixedWidthMajor -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer treeLevel -cyanogenmod.weather.WeatherInfo: int hashCode() -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean -androidx.constraintlayout.widget.R$attr: int fontProviderAuthority -io.reactivex.internal.operators.observable.ObservableReplay$SizeBoundReplayBuffer: long serialVersionUID -com.jaredrummler.android.colorpicker.R$layout: int abc_action_menu_item_layout -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_textStyle -androidx.appcompat.R$layout: int abc_list_menu_item_checkbox -com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_backgroundTintMode -com.google.android.material.R$style: int Widget_AppCompat_RatingBar_Small -androidx.constraintlayout.widget.R$styleable: int KeyPosition_motionTarget -cyanogenmod.platform.R$drawable -androidx.lifecycle.GeneratedAdapter: void callMethods(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event,boolean,androidx.lifecycle.MethodCallsLogger) -com.google.android.material.R$styleable: int Toolbar_android_minHeight -james.adaptiveicon.R$dimen: int abc_text_size_body_1_material -wangdaye.com.geometricweather.R$dimen: int mtrl_shape_corner_size_large_component -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningAdvice: MfWarningsResult$WarningAdvice() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: double HoursOfIce -androidx.preference.R$id: int action_container -androidx.preference.R$string: int abc_shareactionprovider_share_with -wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_minutelyBar -okhttp3.internal.ws.RealWebSocket: okhttp3.internal.ws.WebSocketWriter writer -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_numericModifiers -okhttp3.internal.tls.CertificateChainCleaner: okhttp3.internal.tls.CertificateChainCleaner get(javax.net.ssl.X509TrustManager) -okhttp3.internal.connection.RealConnection$1 -androidx.activity.R$id: int accessibility_custom_action_23 -androidx.preference.R$layout: int abc_list_menu_item_icon -wangdaye.com.geometricweather.R$layout: int abc_screen_toolbar -androidx.hilt.lifecycle.R$anim: int fragment_close_exit -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String nighttimeWeatherText -james.adaptiveicon.R$styleable: int ActionBar_hideOnContentScroll -cyanogenmod.app.Profile$ProfileTrigger -com.google.android.material.R$styleable: int AppCompatTheme_tooltipFrameBackground -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void onComplete() -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Title_Inverse -io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy BUFFER -wangdaye.com.geometricweather.R$drawable: int shortcuts_hail_foreground -com.google.android.material.R$styleable: int Slider_tickColor -cyanogenmod.app.suggest.IAppSuggestManager$Stub: android.os.IBinder asBinder() -android.didikee.donate.R$string: int abc_searchview_description_submit -androidx.fragment.R$styleable: int GradientColor_android_tileMode -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor[] values() -okhttp3.internal.cache2.Relay$RelaySource: okio.Timeout timeout() -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_switchMinWidth -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Metric -android.didikee.donate.R$style: int Theme_AppCompat_Light_Dialog_Alert -wangdaye.com.geometricweather.R$attr: int daySelectedStyle -com.google.android.material.textfield.TextInputLayout: void setHelperText(java.lang.CharSequence) -cyanogenmod.app.CustomTile$ExpandedListItem: void setExpandedListItemOnClickIntent(android.app.PendingIntent) -com.google.android.gms.common.api.AvailabilityException -android.didikee.donate.R$style: int TextAppearance_AppCompat -androidx.core.R$style: R$style() -androidx.appcompat.R$styleable: int AppCompatTheme_actionModeStyle -com.google.android.material.switchmaterial.SwitchMaterial -android.didikee.donate.R$attr: int textAppearanceListItemSmall -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Maximum: AccuDailyResult$DailyForecasts$Temperature$Maximum() -androidx.preference.R$dimen: int abc_action_bar_default_padding_start_material -retrofit2.adapter.rxjava2.HttpException: HttpException(retrofit2.Response) -androidx.appcompat.R$styleable: int[] MenuGroup -io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: io.reactivex.internal.operators.observable.ObservableCache parent -com.turingtechnologies.materialscrollbar.R$attr: int thickness -wangdaye.com.geometricweather.R$style: int Platform_MaterialComponents_Dialog -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: io.reactivex.processors.FlowableProcessor processor -com.google.android.material.R$id: int expand_activities_button -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: boolean disposed -wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition: wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition valueOf(java.lang.String) -com.google.android.material.R$attr: int layout_constraintRight_creator -androidx.transition.R$styleable: R$styleable() -okhttp3.Handshake: boolean equals(java.lang.Object) -com.google.android.gms.location.LocationRequest: android.os.Parcelable$Creator CREATOR -androidx.constraintlayout.widget.R$color: int background_material_light -io.reactivex.Observable: io.reactivex.Observable timer(long,java.util.concurrent.TimeUnit) -com.google.android.material.slider.BaseSlider: void removeOnSliderTouchListener(com.google.android.material.slider.BaseOnSliderTouchListener) -androidx.activity.R$id: int accessibility_custom_action_11 -androidx.lifecycle.extensions.R$layout: int notification_template_icon_group -james.adaptiveicon.R$styleable: int MenuView_android_windowAnimationStyle -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.Precipitation precipitation -cyanogenmod.weather.CMWeatherManager: java.util.Map access$300(cyanogenmod.weather.CMWeatherManager) -okhttp3.internal.http1.Http1Codec$FixedLengthSink: okio.Timeout timeout() -android.didikee.donate.R$styleable: int[] LinearLayoutCompat_Layout -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_backgroundTintMode -androidx.constraintlayout.widget.R$styleable: int ActionBar_subtitleTextStyle -io.reactivex.internal.schedulers.AbstractDirectTask: java.util.concurrent.FutureTask FINISHED -james.adaptiveicon.AdaptiveIconView -androidx.appcompat.widget.Toolbar: void setTitleMarginTop(int) -com.google.android.material.R$styleable: int FloatingActionButton_showMotionSpec -cyanogenmod.hardware.CMHardwareManager: int getVibratorMaxIntensity() -com.turingtechnologies.materialscrollbar.R$color: int abc_color_highlight_material -cyanogenmod.app.ProfileGroup: android.net.Uri mSoundOverride -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: long serialVersionUID -com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_vertical_padding -com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_LOCATION_PERMISSION -androidx.vectordrawable.animated.R$color: int ripple_material_light -james.adaptiveicon.R$styleable: int RecycleListView_paddingBottomNoButtons -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowFixedHeightMinor -io.reactivex.Observable: io.reactivex.Observable zipWith(io.reactivex.ObservableSource,io.reactivex.functions.BiFunction) -android.didikee.donate.R$color: int primary_text_default_material_light -com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_padding_bottom -okhttp3.CertificatePinner: java.lang.String pin(java.security.cert.Certificate) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_panelMenuListWidth -com.turingtechnologies.materialscrollbar.R$attr: int layout_behavior -com.turingtechnologies.materialscrollbar.R$color: int primary_text_default_material_light -wangdaye.com.geometricweather.db.entities.WeatherEntity: wangdaye.com.geometricweather.db.entities.DaoSession daoSession -com.google.android.material.R$style: int Base_Theme_AppCompat_Dialog -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ListMenuView -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_autoSizeMinTextSize -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation -okhttp3.HttpUrl: java.lang.String percentDecode(java.lang.String,int,int,boolean) -androidx.appcompat.widget.ContentFrameLayout: android.util.TypedValue getFixedWidthMinor() -cyanogenmod.app.Profile$1: Profile$1() -androidx.appcompat.R$drawable: int btn_checkbox_checked_to_unchecked_mtrl_animation -androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State RESUMED -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps$WarningTimelapsItem: MfWarningsResult$WarningTimelaps$WarningTimelapsItem() -com.jaredrummler.android.colorpicker.R$style: int Preference_SwitchPreference_Material -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_PopupMenu_Overflow -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void alterWindow(int,int,int,int,boolean,android.graphics.Rect) -wangdaye.com.geometricweather.R$attr: int actionModeStyle -wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: java.lang.String getMoonPhase(android.content.Context) -androidx.preference.R$styleable: int SearchView_voiceIcon -io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: long serialVersionUID -wangdaye.com.geometricweather.R$styleable: int Preference_singleLineTitle -io.reactivex.internal.util.VolatileSizeArrayList: int size() -androidx.dynamicanimation.R$id: int actions -com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol: int a -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintVertical_bias -okhttp3.Headers$Builder: java.lang.String get(java.lang.String) -androidx.lifecycle.AbstractSavedStateViewModelFactory: void onRequery(androidx.lifecycle.ViewModel) -com.xw.repo.bubbleseekbar.R$id: int textSpacerNoButtons -com.google.android.material.slider.BaseSlider: float getValueOfTouchPositionAbsolute() -android.didikee.donate.R$style: int Widget_AppCompat_CompoundButton_RadioButton -com.xw.repo.bubbleseekbar.R$string: int abc_shareactionprovider_share_with_application -com.google.android.material.R$id: int decelerateAndComplete -wangdaye.com.geometricweather.R$string: int snow -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: void onComplete() -james.adaptiveicon.R$style: int Base_Theme_AppCompat_Dialog_MinWidth -wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: int getBackgroundColorEnd() -wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemIconTint -com.google.android.material.textfield.MaterialAutoCompleteTextView -wangdaye.com.geometricweather.R$dimen: int mtrl_fab_translation_z_pressed -cyanogenmod.weather.WeatherInfo: double mTemperature -wangdaye.com.geometricweather.R$bool: int mtrl_btn_textappearance_all_caps -wangdaye.com.geometricweather.common.ui.widgets.TagView -com.google.android.material.slider.BaseSlider: void setTrackHeight(int) -androidx.preference.R$attr: int disableDependentsState -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ExtendedFloatingActionButton -androidx.hilt.work.R$style: int TextAppearance_Compat_Notification_Title -androidx.constraintlayout.widget.R$styleable: int AlertDialog_android_layout -com.xw.repo.bubbleseekbar.R$color: int primary_material_light -com.bumptech.glide.R$id: int none -wangdaye.com.geometricweather.R$string: int feedback_subtitle_data -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_ratingBarStyle -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: boolean delayErrors -androidx.constraintlayout.widget.R$attr: int placeholder_emptyVisibility -wangdaye.com.geometricweather.db.entities.DailyEntity: void setTreeDescription(java.lang.String) -androidx.lifecycle.ProcessLifecycleOwnerInitializer: int delete(android.net.Uri,java.lang.String,java.lang.String[]) -com.google.android.material.R$styleable: int NavigationView_elevation -androidx.hilt.work.R$dimen: int compat_button_padding_vertical_material -cyanogenmod.providers.CMSettings: boolean LOCAL_LOGV -android.didikee.donate.R$styleable: int SwitchCompat_thumbTint -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabGravity -androidx.appcompat.R$styleable: int AppCompatTheme_textColorAlertDialogListItem -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Spinner_Underlined -cyanogenmod.providers.ThemesContract: ThemesContract() -androidx.swiperefreshlayout.R$layout: int custom_dialog -james.adaptiveicon.R$drawable: int abc_btn_radio_material -james.adaptiveicon.R$drawable: int abc_ic_arrow_drop_right_black_24dp -com.google.android.material.R$styleable: int MaterialCardView_rippleColor -com.xw.repo.bubbleseekbar.R$styleable: int View_paddingStart -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_BottomSheetDialog -com.google.android.material.R$attr: int selectableItemBackgroundBorderless -com.jaredrummler.android.colorpicker.R$attr: int colorSwitchThumbNormal -com.jaredrummler.android.colorpicker.R$styleable: int[] AppCompatTheme -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int WEATHER_CODE_MAX -com.google.android.material.R$styleable: int FloatingActionButton_shapeAppearance -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: com.google.android.material.animation.MotionSpec getShowMotionSpec() -okio.RealBufferedSink: java.lang.String toString() -com.google.android.material.R$styleable: int ActivityChooserView_initialActivityCount -wangdaye.com.geometricweather.R$styleable: int[] ViewStubCompat -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_autoSizeMinTextSize -android.didikee.donate.R$color: int background_material_dark -retrofit2.adapter.rxjava2.CallExecuteObservable$CallDisposable -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void drain() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: void clear() -com.google.android.gms.signin.internal.zak -wangdaye.com.geometricweather.R$id: int icon_only -android.didikee.donate.R$style: int Base_Theme_AppCompat_Dialog_Alert -okhttp3.Response: okhttp3.Protocol protocol() -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_1 -com.google.android.material.R$id: int title_template -com.google.android.material.R$styleable: int MaterialButton_icon -androidx.constraintlayout.widget.R$styleable: int[] StateSet -wangdaye.com.geometricweather.R$attr: int behavior_peekHeight -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.util.Date modificationDate -wangdaye.com.geometricweather.R$styleable: int[] Preference -okio.Options -okio.Segment: int SHARE_MINIMUM -com.google.android.material.R$styleable: int AppCompatTheme_actionBarSize -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric: int UnitType -com.xw.repo.bubbleseekbar.R$drawable: int abc_textfield_search_activated_mtrl_alpha -wangdaye.com.geometricweather.R$id: int container_main_sun_moon_sun_icon -com.bumptech.glide.load.engine.GlideException: void setLoggingDetails(com.bumptech.glide.load.Key,com.bumptech.glide.load.DataSource,java.lang.Class) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeThunderstormPrecipitationDuration() -james.adaptiveicon.R$style: int Base_Widget_AppCompat_DrawerArrowToggle -okhttp3.HttpUrl: okhttp3.HttpUrl get(java.net.URI) -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_fontFamily -okhttp3.internal.http.HttpHeaders: boolean hasVaryAll(okhttp3.Headers) -james.adaptiveicon.R$attr: int editTextColor -androidx.appcompat.widget.AppCompatEditText -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textColorAlertDialogListItem -com.google.android.material.slider.Slider: android.content.res.ColorStateList getTickTintList() -wangdaye.com.geometricweather.R$attr: int region_heightMoreThan -io.reactivex.Observable: io.reactivex.Single sequenceEqual(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiPredicate,int) -wangdaye.com.geometricweather.R$dimen: int abc_dialog_list_padding_top_no_title -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_toBottomOf -wangdaye.com.geometricweather.R$color: int material_on_background_emphasis_high_type -wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerSize -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.ActionMode onWindowStartingActionMode(android.view.ActionMode$Callback,int) -okhttp3.logging.HttpLoggingInterceptor: okhttp3.logging.HttpLoggingInterceptor$Level getLevel() -com.google.android.material.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_0 -io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: io.reactivex.disposables.Disposable upstream -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight_Dialog_Alert -wangdaye.com.geometricweather.R$id: int staticPostLayout -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintTop_toBottomOf -com.xw.repo.bubbleseekbar.R$attr: int actionBarPopupTheme -okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean isRecoverable(java.io.IOException,boolean) -okhttp3.CertificatePinner: void check(java.lang.String,java.security.cert.Certificate[]) -io.reactivex.internal.util.NotificationLite$SubscriptionNotification: java.lang.String toString() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.WindowManager$LayoutParams mParams -james.adaptiveicon.R$attr: int buttonPanelSideLayout -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog -wangdaye.com.geometricweather.R$color: int colorTextDark2nd -com.google.android.material.R$dimen: int abc_list_item_height_small_material -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_ActionBar -androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_scaleY -androidx.preference.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title -android.didikee.donate.R$style: int TextAppearance_AppCompat_SearchResult_Title -cyanogenmod.externalviews.KeyguardExternalView$2: void collapseNotificationPanel() -com.google.android.material.checkbox.MaterialCheckBox -okhttp3.logging.LoggingEventListener: void requestHeadersEnd(okhttp3.Call,okhttp3.Request) -com.google.android.material.R$color: int bright_foreground_material_light -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: FitSystemBarNestedScrollView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Direction -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipIcon -okhttp3.internal.http1.Http1Codec$ChunkedSource: Http1Codec$ChunkedSource(okhttp3.internal.http1.Http1Codec,okhttp3.HttpUrl) -wangdaye.com.geometricweather.R$id: R$id() -okhttp3.Headers: java.lang.String[] namesAndValues -androidx.lifecycle.extensions.R$id: int accessibility_action_clickable_span -wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.lang.String getDate(java.lang.String) -retrofit2.OptionalConverterFactory: retrofit2.Converter$Factory INSTANCE -androidx.constraintlayout.widget.R$drawable: int abc_btn_borderless_material -android.didikee.donate.R$styleable: int AppCompatTextView_drawableTopCompat -okhttp3.internal.tls.OkHostnameVerifier: boolean verifyIpAddress(java.lang.String,java.security.cert.X509Certificate) -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ListView_Menu -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.String weatherText -androidx.lifecycle.SavedStateHandleController$1: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedEmitLast: java.util.concurrent.atomic.AtomicInteger wip -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeRealFeelShaderTemperature(java.lang.Integer) -com.amap.api.location.AMapLocationClientOption: long SCAN_WIFI_INTERVAL -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light_Dialog_Alert -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: boolean active -wangdaye.com.geometricweather.R$id: int wrap -com.google.android.material.R$attr: int viewInflaterClass -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_lastVerticalStyle -wangdaye.com.geometricweather.R$id: int widget_week_week_1 -androidx.customview.R$attr: int fontProviderFetchStrategy -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat -androidx.lifecycle.extensions.R$styleable: int GradientColor_android_startColor -com.loc.h: void stopLocation() -cyanogenmod.weather.WeatherInfo: double access$402(cyanogenmod.weather.WeatherInfo,double) -cyanogenmod.providers.WeatherContract: WeatherContract() -androidx.appcompat.R$drawable: int abc_cab_background_internal_bg -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_30 -wangdaye.com.geometricweather.R$id: int dialog_adaptive_icon_title -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: int status -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder hostnameVerifier(javax.net.ssl.HostnameVerifier) -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: ObservableFlatMap$MergeObserver(io.reactivex.Observer,io.reactivex.functions.Function,boolean,int,int) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarDivider -androidx.appcompat.R$styleable: int SearchView_iconifiedByDefault -retrofit2.KotlinExtensions: java.lang.Object await(retrofit2.Call,kotlin.coroutines.Continuation) -cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper: cyanogenmod.app.CustomTileListenerService this$0 -androidx.viewpager.widget.ViewPager: void setCurrentItem(int) -wangdaye.com.geometricweather.R$string: int content_des_drag_flag -androidx.fragment.R$id: int accessibility_custom_action_21 -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_BATTERY_PORTRAIT -android.didikee.donate.R$dimen: int abc_control_padding_material -okhttp3.internal.http2.Http2Connection: void access$000(okhttp3.internal.http2.Http2Connection) -wangdaye.com.geometricweather.R$color: int mtrl_on_primary_text_btn_text_color_selector -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable -cyanogenmod.hardware.ICMHardwareService: boolean setDisplayColorCalibration(int[]) -androidx.constraintlayout.widget.R$id: int layout -androidx.hilt.R$styleable: int[] GradientColorItem -androidx.appcompat.R$style: int Widget_AppCompat_ActionBar -wangdaye.com.geometricweather.R$attr: int cpv_colorShape -android.didikee.donate.R$color: int abc_hint_foreground_material_dark -com.amap.api.fence.GeoFenceListener -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle -cyanogenmod.weather.WeatherInfo$Builder: int mConditionCode -james.adaptiveicon.R$color: int background_material_dark -wangdaye.com.geometricweather.R$id: int month_grid -androidx.viewpager2.R$drawable: R$drawable() -wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit[] values() -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String LIVE_LOCK_SCREEN_PREVIEW -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Metric -androidx.appcompat.widget.Toolbar: int getCurrentContentInsetRight() -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: ICMTelephonyManager$Stub$Proxy(android.os.IBinder) -com.amap.api.location.AMapLocation: java.lang.String getProvince() -androidx.appcompat.R$string: int abc_menu_space_shortcut_label -okio.ByteString: okio.ByteString read(java.io.InputStream,int) -wangdaye.com.geometricweather.R$id: int glide_custom_view_target_tag -wangdaye.com.geometricweather.R$dimen: int abc_seekbar_track_progress_height_material -com.google.android.material.R$attr: int flow_lastVerticalStyle -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_alertDialogCenterButtons -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: boolean isDisposed() -wangdaye.com.geometricweather.R$attr: int cornerSizeTopRight -com.google.android.material.card.MaterialCardView: int getContentPaddingTop() -androidx.constraintlayout.widget.R$styleable: int MenuView_android_itemIconDisabledAlpha -cyanogenmod.app.PartnerInterface: int ZEN_MODE_OFF -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: java.util.concurrent.atomic.AtomicLong index -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setLabel(int) -androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_drawableBottom -com.google.android.material.timepicker.ChipTextInputComboView: ChipTextInputComboView(android.content.Context,android.util.AttributeSet) -okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder tlsVersions(java.lang.String[]) -james.adaptiveicon.R$styleable: int FontFamilyFont_ttcIndex -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow -wangdaye.com.geometricweather.R$drawable: int weather_clear_night -wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_8 -androidx.loader.R$styleable: int ColorStateListItem_android_alpha -io.reactivex.observers.TestObserver$EmptyObserver: io.reactivex.observers.TestObserver$EmptyObserver INSTANCE -io.reactivex.internal.disposables.EmptyDisposable: java.lang.Object poll() -wangdaye.com.geometricweather.db.entities.AlertEntity: void setContent(java.lang.String) -wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: void setBottomIconDrawable(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_maxWidth -androidx.hilt.work.R$id: int info -com.turingtechnologies.materialscrollbar.R$dimen: int notification_large_icon_height -wangdaye.com.geometricweather.R$id: int title_template -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintStart_toStartOf -com.google.android.material.datepicker.MaterialCalendar: MaterialCalendar() -okhttp3.internal.tls.OkHostnameVerifier -androidx.appcompat.widget.FitWindowsLinearLayout -androidx.lifecycle.ClassesInfoCache$MethodReference: ClassesInfoCache$MethodReference(int,java.lang.reflect.Method) -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_fitToContents -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_font -androidx.fragment.R$id: int text -com.google.android.material.R$layout: int mtrl_picker_header_fullscreen -wangdaye.com.geometricweather.R$id: int dialog_animatable_icon_container -androidx.preference.R$style: int TextAppearance_AppCompat_Small_Inverse -android.didikee.donate.R$drawable: R$drawable() -androidx.lifecycle.process.R -androidx.lifecycle.SavedStateHandle: java.lang.Object get(java.lang.String) -wangdaye.com.geometricweather.R$attr: int gestureInsetBottomIgnored -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property ApparentTemperature -android.didikee.donate.R$color: int material_grey_50 -androidx.preference.R$styleable: int[] ActivityChooserView -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather: java.lang.String info -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Button -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIndicatorColor -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: java.lang.String co -androidx.fragment.R$color: int notification_icon_bg_color -com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat_Light -android.didikee.donate.R$dimen: int abc_action_bar_default_padding_start_material -wangdaye.com.geometricweather.R$color: int material_slider_inactive_tick_marks_color -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowActionBar -com.turingtechnologies.materialscrollbar.R$dimen: int abc_search_view_preferred_width -okhttp3.Headers$Builder: okhttp3.Headers$Builder addLenient(java.lang.String) -androidx.appcompat.R$id: int action_menu_divider -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_72 -okhttp3.OkHttpClient: okhttp3.Authenticator authenticator -okhttp3.internal.http2.Http2Connection$IntervalPingRunnable: okhttp3.internal.http2.Http2Connection this$0 -androidx.appcompat.R$attr: int collapseContentDescription -androidx.preference.TwoStatePreference$SavedState -androidx.preference.R$styleable: int Toolbar_contentInsetLeft -com.google.android.material.datepicker.PickerFragment -com.google.android.material.R$styleable: int Constraint_layout_constraintTop_creator -androidx.appcompat.widget.LinearLayoutCompat: int getShowDividers() -com.google.android.material.progressindicator.ProgressIndicator: ProgressIndicator(android.content.Context) -james.adaptiveicon.R$dimen: int tooltip_margin -okhttp3.internal.http2.Hpack$Reader: void readLiteralHeaderWithoutIndexingIndexedName(int) -io.reactivex.Observable: java.lang.Iterable blockingMostRecent(java.lang.Object) -wangdaye.com.geometricweather.R$attr: int boxCornerRadiusTopEnd -com.google.android.gms.location.ActivityRecognitionResult -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$DailyTemperature: java.lang.Float max -okhttp3.MediaType: java.lang.String subtype() -wangdaye.com.geometricweather.remoteviews.trend.TrendLinearLayout: TrendLinearLayout(android.content.Context) -androidx.lifecycle.extensions.R$id: int info -wangdaye.com.geometricweather.R$style: int Animation_AppCompat_Tooltip -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver -com.google.android.material.chip.Chip: com.google.android.material.shape.ShapeAppearanceModel getShapeAppearanceModel() -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomNavigationView -android.didikee.donate.R$styleable: int ActionBar_divider -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void setCancellable(io.reactivex.functions.Cancellable) -com.jaredrummler.android.colorpicker.R$color: int abc_primary_text_disable_only_material_dark -cyanogenmod.profiles.ConnectionSettings$BooleanState: ConnectionSettings$BooleanState() -com.jaredrummler.android.colorpicker.R$id: int action_mode_bar -okio.Pipe: okio.Sink sink() -com.google.android.material.navigation.NavigationView: android.view.MenuItem getCheckedItem() -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: void onNext(java.lang.Object) -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments$WarningTextBlocItem: java.util.List text -okhttp3.internal.http1.Http1Codec$ChunkedSource: long NO_CHUNK_YET -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: boolean gate -wangdaye.com.geometricweather.R$styleable: int DialogPreference_dialogIcon -wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoonPhaseDescription(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int SearchView_searchIcon -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial: AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial() -com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_android_layout -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_OVERLAYS -com.google.android.material.R$styleable: int MotionLayout_motionProgress -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxBackgroundMode -cyanogenmod.providers.CMSettings$2 -com.google.android.material.button.MaterialButton -com.google.android.material.slider.BaseSlider: void setThumbRadiusResource(int) -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_elevation -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: void cancel(io.reactivex.internal.queue.SpscLinkedArrayQueue,io.reactivex.internal.queue.SpscLinkedArrayQueue) -androidx.recyclerview.R$id: int right_icon -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeFindDrawable -wangdaye.com.geometricweather.R$layout: int item_pollen_daily -com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_text_color_disabled -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: void setStatus(int) -android.didikee.donate.R$attr: int srcCompat -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX getNames() -com.google.android.material.R$styleable: int[] MaterialAlertDialogTheme -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX getDirection() -com.turingtechnologies.materialscrollbar.R$layout: int mtrl_layout_snackbar -wangdaye.com.geometricweather.R$color: int abc_hint_foreground_material_light -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIconVisible -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintBaseline_creator -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: ObservableMergeWithMaybe$MergeWithObserver(io.reactivex.Observer) -okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Connection$Listener listener -wangdaye.com.geometricweather.R$styleable: int MaterialCheckBox_buttonTint -androidx.core.R$id: int icon_group -com.jaredrummler.android.colorpicker.R$layout: int abc_screen_simple -wangdaye.com.geometricweather.R$id: int ignoreRequest -okhttp3.internal.connection.RealConnection: okhttp3.Protocol protocol -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle -androidx.appcompat.widget.ViewStubCompat: int getInflatedId() -androidx.swiperefreshlayout.R$integer -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: void setValue(java.util.List) -cyanogenmod.app.CMStatusBarManager: cyanogenmod.app.ICMStatusBarManager sService -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean addInner(io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver) -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: void dispose() -wangdaye.com.geometricweather.R$styleable: int Spinner_popupTheme -com.google.android.material.R$color: int abc_background_cache_hint_selector_material_dark -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$2: void run() -cyanogenmod.themes.ThemeManager$2: ThemeManager$2(cyanogenmod.themes.ThemeManager) -androidx.work.R$id: int right_icon -com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_checkedChip -cyanogenmod.themes.ThemeManager: java.util.Set access$000(cyanogenmod.themes.ThemeManager) -wangdaye.com.geometricweather.R$attr: int dayTodayStyle -com.turingtechnologies.materialscrollbar.DateAndTimeIndicator: int getTextSize() -com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges -androidx.swiperefreshlayout.R$style: int TextAppearance_Compat_Notification_Line2 -androidx.hilt.work.R$dimen: int notification_large_icon_height -io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(int,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -androidx.hilt.R$id: int accessibility_custom_action_27 -androidx.appcompat.R$attr: int ratingBarStyleIndicator -com.bumptech.glide.R$id -com.amap.api.location.AMapLocation: java.lang.String getErrorInfo() -okio.GzipSink: void write(okio.Buffer,long) -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceStyle -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_icon -okhttp3.internal.publicsuffix.PublicSuffixDatabase: okhttp3.internal.publicsuffix.PublicSuffixDatabase instance -com.jaredrummler.android.colorpicker.R$attr: int actionProviderClass -cyanogenmod.themes.IThemeService: void applyDefaultTheme() -com.google.android.material.R$attr: int layout_anchor -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode INADEQUATE_SECURITY -io.reactivex.Observable: io.reactivex.Observable takeLast(long,java.util.concurrent.TimeUnit,boolean) -okhttp3.internal.ws.RealWebSocket: int receivedPingCount -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer windChillTemperature -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: android.os.IBinder mRemote -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: MfForecastResult$DailyForecast() -androidx.vectordrawable.animated.R$styleable: int GradientColorItem_android_color -com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableCompat_android_dither -okhttp3.ConnectionSpec: okhttp3.ConnectionSpec RESTRICTED_TLS -com.google.android.material.R$styleable: int TextInputLayout_prefixTextAppearance -okhttp3.Response$Builder: okhttp3.Response$Builder cacheResponse(okhttp3.Response) -androidx.appcompat.R$attr: int overlapAnchor -cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: void updateWeather(cyanogenmod.weather.RequestInfo) -okhttp3.logging.HttpLoggingInterceptor$Logger: okhttp3.logging.HttpLoggingInterceptor$Logger DEFAULT -wangdaye.com.geometricweather.R$dimen: int preference_icon_minWidth -androidx.preference.R$style: int ThemeOverlay_AppCompat_ActionBar -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceCaption -com.jaredrummler.android.colorpicker.R$drawable: int abc_action_bar_item_background_material -androidx.preference.R$layout: int support_simple_spinner_dropdown_item -com.google.android.gms.location.LocationSettingsRequest: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$layout: int item_weather_daily_title -com.turingtechnologies.materialscrollbar.R$style: int Platform_V25_AppCompat_Light -wangdaye.com.geometricweather.db.entities.AlertEntity: long getTime() -android.didikee.donate.R$attr: int windowMinWidthMajor -androidx.core.R$styleable: int FontFamily_fontProviderAuthority -androidx.vectordrawable.R$id: int accessibility_custom_action_23 -wangdaye.com.geometricweather.R$style: int Theme_Design_NoActionBar -wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setWeatherCode(wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode) -wangdaye.com.geometricweather.R$array: int week_icon_modes -wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type[] values() -com.google.android.material.R$attr: int checkedIconMargin -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_Layout_android_layout_width -android.didikee.donate.R$styleable: int SearchView_searchIcon -okhttp3.internal.cache.DiskLruCache$Entry: java.io.IOException invalidLengths(java.lang.String[]) -wangdaye.com.geometricweather.R$id: int tag_accessibility_pane_title -io.reactivex.internal.util.NotificationLite: boolean acceptFull(java.lang.Object,org.reactivestreams.Subscriber) -cyanogenmod.providers.CMSettings$System: boolean putString(android.content.ContentResolver,java.lang.String,java.lang.String) -com.google.android.material.R$layout: int notification_template_part_chronometer -androidx.appcompat.R$styleable: int AppCompatTheme_imageButtonStyle -retrofit2.Response: okhttp3.Response raw() -com.google.android.material.R$attr: int endIconTint -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_129 -androidx.appcompat.R$attr: int toolbarStyle -wangdaye.com.geometricweather.R$drawable: int shortcuts_clear_day_foreground -com.google.android.material.R$attr: int placeholderText -androidx.hilt.R$anim: int fragment_open_exit -james.adaptiveicon.R$styleable: int MenuItem_android_title -androidx.preference.R$styleable: int ActionBar_hideOnContentScroll -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: java.lang.String getWeatherText() -com.bumptech.glide.integration.okhttp.R$drawable: int notification_bg_normal_pressed -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.internal.util.AtomicThrowable errors -cyanogenmod.app.IProfileManager: boolean profileExistsByName(java.lang.String) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilityRain: MfForecastResult$ProbabilityForecast$ProbabilityRain() -com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_android_ttcIndex -okhttp3.RequestBody$3: RequestBody$3(okhttp3.MediaType,java.io.File) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_CLOCK_VALIDATOR -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_goIcon -com.jaredrummler.android.colorpicker.R$dimen: int tooltip_y_offset_touch -io.reactivex.internal.util.ErrorMode: io.reactivex.internal.util.ErrorMode[] values() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: java.lang.String from -io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(io.reactivex.Scheduler) -androidx.swiperefreshlayout.R$style -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Display3 -androidx.appcompat.R$styleable: int AppCompatTheme_windowMinWidthMajor -com.xw.repo.BubbleSeekBar: void setBubbleColor(int) -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -io.reactivex.internal.schedulers.ScheduledDirectPeriodicTask: ScheduledDirectPeriodicTask(java.lang.Runnable) -androidx.transition.R$styleable: int[] FontFamily -com.jaredrummler.android.colorpicker.R$style: int PreferenceFragmentList -androidx.hilt.lifecycle.R$attr: R$attr() -io.reactivex.internal.observers.BlockingObserver: void onError(java.lang.Throwable) -cyanogenmod.weatherservice.ServiceRequestResult: java.lang.String access$402(cyanogenmod.weatherservice.ServiceRequestResult,java.lang.String) -wangdaye.com.geometricweather.R$color: int colorRootDark_dark -androidx.customview.R$styleable: int GradientColor_android_startX -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver -com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_SIMULATION_LOCATION -androidx.appcompat.R$anim: int btn_checkbox_to_unchecked_box_inner_merged_animation -com.google.android.material.R$attr: int layout_constraintHorizontal_weight -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu -com.google.android.material.R$attr: int titleMarginStart -okhttp3.internal.http2.Http2Codec: Http2Codec(okhttp3.OkHttpClient,okhttp3.Interceptor$Chain,okhttp3.internal.connection.StreamAllocation,okhttp3.internal.http2.Http2Connection) -androidx.appcompat.resources.R$attr: int font -wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_icon_light_normal -androidx.lifecycle.ComputableLiveData: void invalidate() -wangdaye.com.geometricweather.R$string: int key_pressure_unit -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: void onChanged(java.lang.Object) -okhttp3.ConnectionSpec: boolean isTls() -com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_android_fontStyle -wangdaye.com.geometricweather.R$attr: int cpv_colorPresets -androidx.appcompat.R$color: int primary_text_default_material_dark -androidx.hilt.work.R$id: int text2 -androidx.appcompat.R$attr: int tooltipText -com.google.android.material.R$style: int Platform_ThemeOverlay_AppCompat_Light -cyanogenmod.externalviews.ExternalViewProperties: android.graphics.Rect mHitRect -androidx.work.R$dimen: int notification_large_icon_width -wangdaye.com.geometricweather.common.basic.GeoActivity -wangdaye.com.geometricweather.R$styleable: int[] DrawerLayout -androidx.fragment.R$styleable: int FontFamilyFont_fontVariationSettings -androidx.constraintlayout.widget.R$attr: int maxButtonHeight -androidx.appcompat.widget.Toolbar: android.widget.TextView getTitleTextView() -okhttp3.internal.http1.Http1Codec$UnknownLengthSource: okhttp3.internal.http1.Http1Codec this$0 -wangdaye.com.geometricweather.R$layout: int abc_action_mode_bar -cyanogenmod.app.Profile: boolean mDirty -wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayHorizontalWidgetConfigActivity: Hilt_ClockDayHorizontalWidgetConfigActivity() -wangdaye.com.geometricweather.R$attr: int colorScheme -okhttp3.internal.http1.Http1Codec: okio.Sink newChunkedSink() -com.google.gson.stream.JsonReader: int NUMBER_CHAR_DIGIT -retrofit2.HttpServiceMethod$SuspendForResponse: java.lang.Object adapt(retrofit2.Call,java.lang.Object[]) -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse -com.google.android.material.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable -android.didikee.donate.R$styleable: int TextAppearance_android_textFontWeight -okhttp3.ConnectionSpec: void apply(javax.net.ssl.SSLSocket,boolean) -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_WITH_3DES_EDE_CBC_SHA -com.google.android.material.appbar.CollapsingToolbarLayout: int getScrimVisibleHeightTrigger() -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeIcePrecipitationDuration(java.lang.Float) -androidx.dynamicanimation.R$layout: int notification_template_custom_big -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_28 -androidx.viewpager2.R$id: int accessibility_custom_action_29 -retrofit2.DefaultCallAdapterFactory: java.util.concurrent.Executor callbackExecutor -com.google.android.material.R$styleable: int ActionBar_homeAsUpIndicator -androidx.preference.R$styleable: int TextAppearance_android_shadowRadius -com.jaredrummler.android.colorpicker.R$attr: int textColorAlertDialogListItem -wangdaye.com.geometricweather.R$attr: int msb_handleOffColor -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric Metric -io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: void onError(java.lang.Throwable) -com.jaredrummler.android.colorpicker.R$id: int custom -android.didikee.donate.R$attr: int listMenuViewStyle -com.turingtechnologies.materialscrollbar.R$styleable: int[] AppBarLayoutStates -io.reactivex.Observable: io.reactivex.Observable fromIterable(java.lang.Iterable) -wangdaye.com.geometricweather.settings.fragments.ServiceProviderSettingsFragment: ServiceProviderSettingsFragment() -androidx.recyclerview.R$dimen: int notification_big_circle_margin -androidx.constraintlayout.widget.R$styleable: int Toolbar_navigationContentDescription -okio.AsyncTimeout -androidx.constraintlayout.widget.R$id: int bottom -androidx.constraintlayout.widget.R$layout: int notification_template_custom_big -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_marginRight -james.adaptiveicon.R$id: int search_voice_btn -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA -wangdaye.com.geometricweather.R$id: int item_about_header_appIcon -android.didikee.donate.R$string: int abc_activity_chooser_view_see_all -androidx.constraintlayout.widget.R$attr: int layout_constraintGuide_percent -okhttp3.logging.HttpLoggingInterceptor: java.util.Set headersToRedact -com.google.android.material.R$style: int Base_Widget_AppCompat_RatingBar_Small -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid -androidx.hilt.lifecycle.R$style -com.jaredrummler.android.colorpicker.R$attr: int tint -androidx.fragment.R$id: int accessibility_custom_action_1 -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub$Proxy -cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: void registerWeatherServiceProviderChangeListener(cyanogenmod.weather.IWeatherServiceProviderChangeListener) -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_SearchResult -com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_elevation -androidx.constraintlayout.widget.R$attr: int logo -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_5 -wangdaye.com.geometricweather.R$id: int dialog_time_setter_done -wangdaye.com.geometricweather.R$attr: int switchPreferenceStyle -androidx.recyclerview.R$attr: int fontStyle -com.bumptech.glide.R$dimen: int compat_control_corner_material -androidx.constraintlayout.widget.R$id: int action_mode_bar_stub -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult: AccuMinuteResult() -android.didikee.donate.R$drawable: int abc_switch_thumb_material -com.xw.repo.bubbleseekbar.R$color: int accent_material_dark -wangdaye.com.geometricweather.R$attr: int bottomSheetStyle -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_splitTrack -okhttp3.internal.http.RetryAndFollowUpInterceptor: okhttp3.Request followUpRequest(okhttp3.Response,okhttp3.Route) -com.xw.repo.bubbleseekbar.R$attr: int actionModeCloseDrawable -okhttp3.internal.cache.CacheStrategy$Factory: boolean hasConditions(okhttp3.Request) -androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_android_font -wangdaye.com.geometricweather.R$id: int autoComplete -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean -com.google.android.material.R$attr: int motion_postLayoutCollision -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Wind: CNWeatherResult$Realtime$Wind() -androidx.legacy.coreutils.R$drawable: int notification_template_icon_low_bg -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String STATUSBAR_URI -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeDegreeDayTemperature() -androidx.customview.R$id: int title -okhttp3.internal.connection.RealConnection: int successCount -wangdaye.com.geometricweather.R$attr: int textAppearanceBody1 -james.adaptiveicon.R$attr: int titleMarginBottom -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Body2 -com.amap.api.location.AMapLocation: void setAddress(java.lang.String) -androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_scaleX -com.turingtechnologies.materialscrollbar.R$id: int scrollIndicatorDown -com.google.android.material.R$attr: int onNegativeCross -cyanogenmod.externalviews.KeyguardExternalView: java.util.LinkedList mQueue -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: void setValue(java.util.List) -wangdaye.com.geometricweather.R$color: int material_slider_active_track_color -com.github.rahatarmanahmed.cpv.CircularProgressView: float initialStartAngle -cyanogenmod.profiles.RingModeSettings: void setOverride(boolean) -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: java.lang.String getAbbreviation(android.content.Context) -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.String getWeatherText() -androidx.fragment.R$style: R$style() -androidx.transition.R$id: int right_icon -androidx.preference.R$styleable: int[] ActionBar -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setColorSchemeResources(int[]) -wangdaye.com.geometricweather.R$string: int key_notification -com.amap.api.fence.GeoFenceClient: int GEOFENCE_IN -com.google.android.material.R$id: int spread_inside -androidx.appcompat.R$dimen: int disabled_alpha_material_light -retrofit2.Retrofit: okhttp3.HttpUrl baseUrl() -android.didikee.donate.R$style: int Base_Animation_AppCompat_DropDownUp -wangdaye.com.geometricweather.R$attr: int buttonTint -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_day_horizontal_padding -cyanogenmod.weather.WeatherInfo$DayForecast$1 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: java.lang.String getUrl() -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Region: java.lang.String ID -androidx.lifecycle.ProcessLifecycleOwner$3: androidx.lifecycle.ProcessLifecycleOwner this$0 -com.google.android.material.R$styleable: int MaterialTextAppearance_android_letterSpacing -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onActionModeStarted(android.view.ActionMode) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void collapseNotificationPanel() -okhttp3.internal.http.BridgeInterceptor: okhttp3.CookieJar cookieJar -cyanogenmod.hardware.ICMHardwareService: cyanogenmod.hardware.DisplayMode[] getDisplayModes() -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabBackground -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Toolbar -wangdaye.com.geometricweather.R$styleable: int MockView_mock_label -androidx.appcompat.widget.AppCompatImageButton: void setImageBitmap(android.graphics.Bitmap) -androidx.customview.R$drawable: int notification_bg_normal_pressed -wangdaye.com.geometricweather.R$attr: int chipEndPadding -androidx.recyclerview.R$id: int icon -wangdaye.com.geometricweather.R$id: int container_main_sun_moon_moonrise_moonset -cyanogenmod.power.PerformanceManagerInternal: void activityResumed(android.content.Intent) -com.google.android.gms.base.R$color: R$color() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum: AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum() -wangdaye.com.geometricweather.R$styleable: int ColorPickerView_cpv_borderColor -wangdaye.com.geometricweather.R$id: int activity_widget_config_subtitle_inputter -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintRight_toLeftOf -wangdaye.com.geometricweather.R$id: int container_main_pollen_subtitle -com.jaredrummler.android.colorpicker.R$attr: int editTextStyle -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_elevation -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver(io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver) -wangdaye.com.geometricweather.background.polling.permanent.observer.TimeObserverService: TimeObserverService() -androidx.vectordrawable.R$attr: int fontProviderAuthority -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_25 -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_110 -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWeatherText(java.lang.String) -okhttp3.internal.http2.Http2Connection: java.util.concurrent.ScheduledExecutorService access$500(okhttp3.internal.http2.Http2Connection) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed: AccuCurrentResult$Wind$Speed() -androidx.preference.R$attr: int summaryOff -wangdaye.com.geometricweather.R$dimen: int mtrl_tooltip_padding -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.util.List defense -wangdaye.com.geometricweather.R$drawable: int ic_email -retrofit2.RequestFactory: boolean isMultipart -com.google.android.material.R$styleable: int MaterialCalendar_dayTodayStyle -com.bumptech.glide.R$styleable: int GradientColor_android_centerY -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$6: void run() -androidx.appcompat.R$interpolator: int fast_out_slow_in -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton -okhttp3.RealCall: okhttp3.Response execute() -androidx.customview.R$color -wangdaye.com.geometricweather.R$layout: int preference -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void onTimeoutError(long,java.lang.Throwable) -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text -com.google.gson.LongSerializationPolicy: com.google.gson.LongSerializationPolicy valueOf(java.lang.String) -com.google.android.material.R$styleable: int[] Snackbar -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: java.lang.String getZh_TW() -cyanogenmod.app.IProfileManager$Stub$Proxy: void removeNotificationGroup(android.app.NotificationGroup) -wangdaye.com.geometricweather.R$drawable: int weather_thunder_2 -android.didikee.donate.R$style: int Widget_AppCompat_DropDownItem_Spinner -android.didikee.donate.R$id: int list_item -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeCloseDrawable -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SEVERE_THUNDERSTORMS -androidx.constraintlayout.widget.R$style: int Platform_Widget_AppCompat_Spinner -androidx.constraintlayout.widget.Guideline: void setVisibility(int) -wangdaye.com.geometricweather.R$attr: int minHideDelay -androidx.constraintlayout.widget.R$styleable: int[] ActionMenuItemView -androidx.preference.R$drawable: int abc_scrubber_track_mtrl_alpha -wangdaye.com.geometricweather.R$id: int activity_widget_config_doneButton -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getProfileByName -com.google.android.material.R$dimen: int abc_text_size_display_2_material -com.google.android.material.R$color: int primary_material_light -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub$Proxy: IExternalViewProviderFactory$Stub$Proxy(android.os.IBinder) -androidx.viewpager2.widget.ViewPager2: int getOrientation() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getDaytimeWindLevel() -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setRainPrecipitationProbability(java.lang.Float) -retrofit2.RequestFactory$Builder: okhttp3.Headers headers -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: long upDateTime -androidx.preference.R$styleable: int AppCompatSeekBar_tickMark -com.google.android.material.R$styleable: int Slider_android_value -okhttp3.TlsVersion: okhttp3.TlsVersion forJavaName(java.lang.String) -wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: java.lang.String country -com.google.android.material.slider.Slider: void setTickVisible(boolean) -james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart -com.google.android.material.R$styleable: int Transition_constraintSetStart -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Metric: AccuCurrentResult$WindChillTemperature$Metric() -android.didikee.donate.R$dimen: int abc_dialog_fixed_height_major -wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_icon_dark_normal -com.amap.api.location.AMapLocation: double b(com.amap.api.location.AMapLocation,double) -com.turingtechnologies.materialscrollbar.R$styleable: int[] CardView -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial: java.lang.String Unit -androidx.viewpager.R$id: int action_image -com.jaredrummler.android.colorpicker.R$attr: int backgroundSplit -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setExtendMotionSpec(com.google.android.material.animation.MotionSpec) -james.adaptiveicon.R$color: int abc_secondary_text_material_light -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintWidth_default -com.google.android.material.button.MaterialButton: void setIconTintResource(int) -com.github.rahatarmanahmed.cpv.R$bool -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_weather -android.didikee.donate.R$styleable: int AppCompatTextHelper_android_drawableLeft -androidx.appcompat.widget.SwitchCompat: int getCompoundPaddingLeft() -wangdaye.com.geometricweather.R$attr: int seekBarPreferenceStyle -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property TimeStamp -androidx.lifecycle.LiveData$AlwaysActiveObserver: androidx.lifecycle.LiveData this$0 -com.turingtechnologies.materialscrollbar.R$id: int async -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_NULL_SHA -com.google.android.material.R$color: int mtrl_bottom_nav_ripple_color -wangdaye.com.geometricweather.R$layout: int widget_clock_day_vertical -wangdaye.com.geometricweather.R$attr: int customColorValue -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: boolean otherDone -androidx.constraintlayout.widget.R$dimen: int abc_text_size_body_1_material -com.github.rahatarmanahmed.cpv.R$attr: int cpv_animSteps -wangdaye.com.geometricweather.common.ui.activities.AlertActivity: AlertActivity() -androidx.appcompat.R$color: int secondary_text_disabled_material_dark -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384 -androidx.swiperefreshlayout.widget.SwipeRefreshLayout$SavedState -okhttp3.internal.http2.Hpack$Writer: void insertIntoDynamicTable(okhttp3.internal.http2.Header) -io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: io.reactivex.functions.BiPredicate predicate -wangdaye.com.geometricweather.R$id: int mtrl_view_tag_bottom_padding -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWindLevel(java.lang.String) -com.google.android.material.R$style: int Theme_MaterialComponents_BottomSheetDialog -wangdaye.com.geometricweather.R$id: int widget_day_icon -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.String TABLENAME -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX names -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7 -wangdaye.com.geometricweather.R$drawable: int notif_temp_65 -androidx.appcompat.R$styleable: int ActionBar_logo -androidx.fragment.R$styleable: int GradientColor_android_startColor -androidx.recyclerview.widget.RecyclerView: void setEdgeEffectFactory(androidx.recyclerview.widget.RecyclerView$EdgeEffectFactory) -wangdaye.com.geometricweather.R$id: int adjust_width -okhttp3.Cache$1: Cache$1(okhttp3.Cache) -okhttp3.FormBody$Builder: java.util.List values -okhttp3.CacheControl: int maxStaleSeconds -wangdaye.com.geometricweather.R$styleable: int ArcProgress_bottom_text -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorIconDrawable -okhttp3.logging.LoggingEventListener: void responseBodyEnd(okhttp3.Call,long) -cyanogenmod.platform.Manifest: Manifest() -com.google.android.material.R$styleable: int ConstraintSet_flow_firstHorizontalStyle -com.google.android.material.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common -wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property Time -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight -wangdaye.com.geometricweather.R$dimen: int mtrl_shape_corner_size_small_component -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_splitTrack -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Subtitle2 -androidx.appcompat.widget.ActivityChooserView: void setActivityChooserModel(androidx.appcompat.widget.ActivityChooserModel) -androidx.legacy.coreutils.R$dimen: int compat_notification_large_icon_max_height -androidx.hilt.R$style: int TextAppearance_Compat_Notification -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse -cyanogenmod.weather.WeatherLocation: java.lang.String mCity -wangdaye.com.geometricweather.R$color: int mtrl_bottom_nav_colored_ripple_color -androidx.appcompat.resources.R$drawable: int notify_panel_notification_icon_bg -james.adaptiveicon.R$styleable: int AppCompatTheme_windowActionModeOverlay -com.google.android.material.R$drawable: int design_fab_background -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onDetachedFromWindow() -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse -okhttp3.Connection -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: void setType(java.lang.String) -com.google.android.material.R$id: int sin -androidx.constraintlayout.widget.R$attr: int colorButtonNormal -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void complete() -androidx.work.R$id: int accessibility_custom_action_31 -com.google.android.material.textfield.TextInputLayout: void setEditText(android.widget.EditText) -androidx.preference.R$styleable: int PreferenceTheme_preferenceFragmentStyle -androidx.appcompat.R$styleable: int[] ColorStateListItem -com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType GOOGLE -okhttp3.internal.platform.AndroidPlatform$CloseGuard: java.lang.reflect.Method openMethod -okhttp3.internal.http2.Hpack$Reader: void readLiteralHeaderWithIncrementalIndexingIndexedName(int) -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_AutoCompleteTextView -com.google.android.material.R$styleable: int RecyclerView_android_clipToPadding -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_Button -com.google.android.material.chip.ChipGroup: void setDividerDrawableVertical(android.graphics.drawable.Drawable) -androidx.lifecycle.SavedStateHandleController$OnRecreation: SavedStateHandleController$OnRecreation() -okhttp3.internal.http2.Http2Codec$StreamFinishingSource: okhttp3.internal.http2.Http2Codec this$0 -androidx.constraintlayout.widget.R$drawable: int abc_spinner_textfield_background_material -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setCityId(java.lang.String) -androidx.work.R$dimen: R$dimen() -retrofit2.converter.gson.GsonResponseBodyConverter: GsonResponseBodyConverter(com.google.gson.Gson,com.google.gson.TypeAdapter) -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintRight_creator -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$LocalSource: int Id -okhttp3.Handshake -androidx.appcompat.R$styleable: int MenuItem_numericModifiers -androidx.constraintlayout.widget.R$drawable: int abc_ic_menu_share_mtrl_alpha -androidx.appcompat.R$styleable: int Toolbar_titleMarginEnd -androidx.appcompat.R$attr: int listChoiceIndicatorSingleAnimated -androidx.constraintlayout.widget.R$drawable: int btn_radio_on_to_off_mtrl_animation -androidx.constraintlayout.widget.R$string: int abc_searchview_description_search -okhttp3.internal.http2.Http2Reader$ContinuationSource: void readContinuationHeader() -wangdaye.com.geometricweather.R$attr: int layout_constraintCircle -james.adaptiveicon.R$dimen: int abc_action_bar_content_inset_with_nav -wangdaye.com.geometricweather.R$drawable: int abc_cab_background_top_material -androidx.appcompat.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex -com.turingtechnologies.materialscrollbar.R$attr: int hideMotionSpec -androidx.coordinatorlayout.R$dimen: int notification_action_text_size -com.google.gson.LongSerializationPolicy -com.google.android.material.R$id: int async -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver -androidx.lifecycle.viewmodel.savedstate.R -com.google.android.gms.base.R$attr: int buttonSize -wangdaye.com.geometricweather.R$drawable: int ic_circle_medium -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay valueOf(java.lang.String) -com.google.android.material.floatingactionbutton.FloatingActionButton: int getRippleColor() -wangdaye.com.geometricweather.R$attr: int singleLineTitle -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActivityChooserView -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info -wangdaye.com.geometricweather.R$id: int widget_day_week_icon_1 -com.google.android.material.R$dimen: int mtrl_bottomappbar_fab_cradle_vertical_offset -wangdaye.com.geometricweather.R$id: int material_clock_period_am_button -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle -androidx.swiperefreshlayout.R$id: int action_divider -com.google.android.material.R$attr: int crossfade -wangdaye.com.geometricweather.db.entities.WeatherEntity: long updateTime -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.WindowManager$LayoutParams access$400(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) -androidx.constraintlayout.widget.R$styleable: int GradientColor_android_type -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_CompoundButton_Switch -com.google.android.material.appbar.AppBarLayout: void setTargetElevation(float) -com.xw.repo.bubbleseekbar.R$string: int abc_shareactionprovider_share_with -androidx.lifecycle.LiveData$ObserverWrapper: androidx.lifecycle.Observer mObserver -retrofit2.http.Field: boolean encoded() -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: org.reactivestreams.Subscriber downstream -androidx.constraintlayout.widget.R$id: int rectangles -androidx.preference.R$style: int Widget_AppCompat_Light_PopupMenu -androidx.swiperefreshlayout.R$styleable: int[] GradientColor -androidx.appcompat.R$attr: int buttonCompat -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeIcePrecipitation() -androidx.appcompat.resources.R$id: int right_icon -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Dialog_Alert -androidx.transition.R$integer: int status_bar_notification_info_maxnum -androidx.hilt.R$styleable: int GradientColor_android_centerX -okhttp3.logging.HttpLoggingInterceptor: okhttp3.logging.HttpLoggingInterceptor$Level level -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$string: int abc_menu_sym_shortcut_label -wangdaye.com.geometricweather.db.entities.LocationEntity: void setFormattedId(java.lang.String) -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_CompoundButton_RadioButton -james.adaptiveicon.R$styleable: int SwitchCompat_showText -com.github.rahatarmanahmed.cpv.CircularProgressView: android.animation.ValueAnimator startAngleRotate -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: java.lang.String WidgetPhrase -james.adaptiveicon.R$styleable: int[] FontFamily -androidx.preference.R$layout: int preference_category_material -wangdaye.com.geometricweather.R$attr: int rangeFillColor -com.xw.repo.bubbleseekbar.R$id: int action_bar -wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: SwipeSwitchLayout(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) -androidx.swiperefreshlayout.R$styleable -androidx.hilt.R$attr: int fontProviderCerts -io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: void dispose() -com.google.android.gms.internal.location.zzbe: android.os.Parcelable$Creator CREATOR -org.greenrobot.greendao.database.DatabaseOpenHelper: void onUpgrade(org.greenrobot.greendao.database.Database,int,int) -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_NAVIGATION_BAR -androidx.drawerlayout.R$dimen: int compat_notification_large_icon_max_width -com.google.android.material.R$id: int group_divider -com.google.android.material.R$attr -wangdaye.com.geometricweather.db.entities.DailyEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.DailyEntity) -com.google.android.material.R$color: int secondary_text_default_material_light -androidx.appcompat.widget.ScrollingTabContainerView -com.google.gson.stream.JsonWriter: void string(java.lang.String) -com.google.android.material.R$styleable: int Constraint_motionStagger -androidx.appcompat.R$drawable: int abc_ic_star_half_black_36dp -com.google.android.material.slider.BaseSlider: void setTickActiveTintList(android.content.res.ColorStateList) -androidx.preference.R$attr: int ratingBarStyle -wangdaye.com.geometricweather.R$id: int wrap_content -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Region: java.lang.String LocalizedName -wangdaye.com.geometricweather.R$attr: int dragThreshold -wangdaye.com.geometricweather.R$color: int highlighted_text_material_dark -androidx.customview.R$dimen: int compat_button_inset_vertical_material -androidx.appcompat.R$styleable: int ButtonBarLayout_allowStacking -okhttp3.EventListener: void dnsEnd(okhttp3.Call,java.lang.String,java.util.List) -okhttp3.internal.platform.AndroidPlatform: int getSdkInt() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight -wangdaye.com.geometricweather.R$styleable: int CardView_cardBackgroundColor -com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getTrackInactiveTintList() -androidx.lifecycle.LiveData -wangdaye.com.geometricweather.R$layout: int container_main_footer -retrofit2.Response: Response(okhttp3.Response,java.lang.Object,okhttp3.ResponseBody) -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_display_2_material -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_CUSTOM_ENABLE -androidx.preference.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse -james.adaptiveicon.R$styleable: int SwitchCompat_switchTextAppearance -cyanogenmod.providers.WeatherContract$WeatherColumns: android.net.Uri FORECAST_WEATHER_URI -androidx.constraintlayout.widget.R$attr: int backgroundStacked -okhttp3.internal.http2.Http2Codec: okhttp3.internal.http2.Http2Connection connection -okio.RealBufferedSource: long readHexadecimalUnsignedLong() -cyanogenmod.app.IPartnerInterface$Stub: IPartnerInterface$Stub() -com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_padding_material -androidx.fragment.R$dimen: int notification_main_column_padding_top -com.google.android.material.R$styleable: int KeyTimeCycle_android_alpha -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeTotalPrecipitationDuration -wangdaye.com.geometricweather.R$color: int design_fab_stroke_end_outer_color -com.google.android.material.R$dimen: int mtrl_card_checked_icon_margin -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: java.lang.String date -androidx.loader.R$string: int status_bar_notification_info_overflow -wangdaye.com.geometricweather.R$styleable: int Toolbar_title -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_elevation -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_section_text_interval -wangdaye.com.geometricweather.R$string: int mtrl_exceed_max_badge_number_suffix -retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isCompletable -org.greenrobot.greendao.AbstractDao: void refresh(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatImageView_tint -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String Level -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property Latitude -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.ChineseCityEntity) -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: void setIndicatorColor(int) -wangdaye.com.geometricweather.R$string: int material_slider_range_start -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum: AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum() -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_switchPreferenceStyle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric: double Value -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintWidth_min -james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarWidgetTheme -com.amap.api.location.AMapLocationClientOption: boolean h -com.google.android.material.R$attr: int collapseIcon -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void innerCloseError(java.lang.Throwable) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onKeyguardDismissed() -com.turingtechnologies.materialscrollbar.R$string: int search_menu_title -james.adaptiveicon.R$styleable: int[] LinearLayoutCompat -wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundNormalUpdateService: ForegroundNormalUpdateService() -wangdaye.com.geometricweather.R$id: int mtrl_picker_header_toggle -com.xw.repo.bubbleseekbar.R$styleable: int ViewStubCompat_android_id -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_textLocale -androidx.appcompat.R$string: int abc_action_mode_done -androidx.core.R$styleable: int GradientColor_android_endY -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure Pressure -cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.CMHardwareManager sCMHardwareManagerInstance -androidx.appcompat.widget.AppCompatCheckBox: void setSupportButtonTintList(android.content.res.ColorStateList) -com.google.android.material.R$dimen: int mtrl_card_corner_radius -com.xw.repo.bubbleseekbar.R$layout -cyanogenmod.app.ILiveLockScreenManager$Stub: android.os.IBinder asBinder() -androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar -okio.Buffer: byte readByte() -androidx.hilt.R$dimen: int compat_button_inset_vertical_material -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_card -com.xw.repo.bubbleseekbar.R$color: int material_grey_50 -io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: void dispose() -androidx.lifecycle.LiveDataReactiveStreams: androidx.lifecycle.LiveData fromPublisher(org.reactivestreams.Publisher) -com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: void setRevealInfo(com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo) -com.google.android.material.card.MaterialCardView: void setCardBackgroundColor(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$id: int dialog_learn_more_about_geocoder_container -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_drawableLeft -androidx.viewpager2.R$id: int blocking -com.google.android.material.R$attr: int tooltipText -cyanogenmod.externalviews.KeyguardExternalView: android.os.IBinder mService -wangdaye.com.geometricweather.R$drawable: int ic_delete -com.turingtechnologies.materialscrollbar.R$id: int expanded_menu -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_verticalAlign -wangdaye.com.geometricweather.R$attr: int buttonCompat -com.github.rahatarmanahmed.cpv.CircularProgressView: java.util.List access$100(com.github.rahatarmanahmed.cpv.CircularProgressView) -androidx.core.R$color -io.reactivex.Observable: io.reactivex.Observable retry(io.reactivex.functions.BiPredicate) -com.turingtechnologies.materialscrollbar.R$color: int primary_material_dark -com.google.android.material.R$attr: int fontProviderQuery -com.google.android.material.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner -androidx.constraintlayout.widget.R$attr: int region_widthLessThan -cyanogenmod.themes.ThemeChangeRequest$Builder -androidx.vectordrawable.animated.R$styleable: int[] GradientColor -okhttp3.WebSocket$Factory: okhttp3.WebSocket newWebSocket(okhttp3.Request,okhttp3.WebSocketListener) -com.jaredrummler.android.colorpicker.ColorPanelView: int getColor() -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_PopupMenu_Overflow -wangdaye.com.geometricweather.R$string: int key_icon_provider -com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_startX -androidx.appcompat.R$string: int abc_searchview_description_submit -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_isThemeApplying -io.reactivex.internal.util.ArrayListSupplier: java.util.List call() -cyanogenmod.app.LiveLockScreenManager: cyanogenmod.app.LiveLockScreenManager getInstance(android.content.Context) -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float thunderstorm -wangdaye.com.geometricweather.R$string: int settings_title_background_free -okhttp3.Protocol: okhttp3.Protocol HTTP_2 -okhttp3.internal.connection.StreamAllocation: okhttp3.internal.http.HttpCodec codec() -com.xw.repo.bubbleseekbar.R$style: int Base_Animation_AppCompat_Dialog -retrofit2.OkHttpCall: OkHttpCall(retrofit2.RequestFactory,java.lang.Object[],okhttp3.Call$Factory,retrofit2.Converter) -okhttp3.CertificatePinner: java.util.List findMatchingPins(java.lang.String) -cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks access$700(cyanogenmod.externalviews.KeyguardExternalView) -wangdaye.com.geometricweather.R$dimen: int mtrl_fab_translation_z_hovered_focused -io.reactivex.Observable: io.reactivex.Completable switchMapCompletableDelayError(io.reactivex.functions.Function) -com.google.android.material.R$color: int mtrl_outlined_stroke_color -com.xw.repo.bubbleseekbar.R$color: int abc_btn_colored_borderless_text_material -wangdaye.com.geometricweather.R$id: int fragment -androidx.hilt.R$id: int blocking -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_menu_overflow_material -androidx.appcompat.R$id: int group_divider -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_WITH_RC4_128_MD5 -cyanogenmod.profiles.RingModeSettings: boolean mDirty -com.xw.repo.bubbleseekbar.R$id: int decor_content_parent -com.amap.api.location.AMapLocationClient: AMapLocationClient(android.content.Context) -android.didikee.donate.R$layout: int abc_action_menu_item_layout -androidx.preference.R$attr: int actionModeShareDrawable -okhttp3.FormBody: java.lang.String name(int) -androidx.constraintlayout.widget.R$styleable: int AppCompatSeekBar_android_thumb -android.support.v4.os.ResultReceiver$MyResultReceiver: void send(int,android.os.Bundle) -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceLargePopupMenu -cyanogenmod.externalviews.KeyguardExternalViewProviderService$1: cyanogenmod.externalviews.KeyguardExternalViewProviderService this$0 -wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerFamilyTopRight -wangdaye.com.geometricweather.R$drawable: int weather_cloudy_1 -okhttp3.internal.ws.RealWebSocket: void tearDown() -io.reactivex.internal.observers.DeferredScalarDisposable: boolean tryDispose() -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow -androidx.constraintlayout.widget.R$color: R$color() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: java.lang.String getZh_CN() -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.HistoryEntity) -james.adaptiveicon.R$drawable: int notification_template_icon_bg -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_bottom_padding -androidx.preference.R$string: int abc_action_bar_up_description -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_android_textAppearance -com.turingtechnologies.materialscrollbar.TouchScrollBar: boolean getHide() -wangdaye.com.geometricweather.R$dimen: int abc_text_size_display_1_material -io.reactivex.internal.observers.LambdaObserver: long serialVersionUID -wangdaye.com.geometricweather.R$styleable: int AlertDialog_showTitle -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: boolean cancelled -android.didikee.donate.R$integer: int cancel_button_image_alpha -james.adaptiveicon.R$attr: int fontProviderFetchStrategy -james.adaptiveicon.R$attr: int textAppearanceListItemSmall -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ListView_Menu -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean mAskedShow -androidx.preference.R$attr: int preferenceCategoryStyle -wangdaye.com.geometricweather.R$string: int material_minute_selection -androidx.loader.R$drawable: int notification_icon_background -io.reactivex.internal.schedulers.AbstractDirectTask: long serialVersionUID -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_shapeAppearanceOverlay -androidx.constraintlayout.widget.R$attr: int controlBackground -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: io.reactivex.disposables.Disposable upstream -james.adaptiveicon.R$dimen: int abc_config_prefDialogWidth -androidx.preference.R$drawable: int btn_checkbox_checked_mtrl -wangdaye.com.geometricweather.main.layouts.TrendHorizontalLinearLayoutManager -com.google.android.material.navigation.NavigationView: void setItemIconPadding(int) -com.amap.api.location.AMapLocationClientOption -com.google.android.gms.common.internal.zaw: android.os.Parcelable$Creator CREATOR -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Compat_Notification_Line2 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial: AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial() -androidx.preference.R$dimen: int notification_top_pad -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_ActionBar -io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function3) -cyanogenmod.providers.DataUsageContract: java.lang.String FAST_AVG -wangdaye.com.geometricweather.db.entities.HistoryEntity: void setTime(long) -okhttp3.CertificatePinner: CertificatePinner(java.util.Set,okhttp3.internal.tls.CertificateChainCleaner) -androidx.appcompat.R$drawable: int abc_ratingbar_indicator_material -androidx.loader.R$styleable: int FontFamily_fontProviderPackage -androidx.constraintlayout.widget.R$id: int notification_main_column_container -com.turingtechnologies.materialscrollbar.R$id: int none -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_track_size -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String alarmPic1 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: java.lang.String getTo() -com.google.android.material.R$style: int Widget_AppCompat_ProgressBar -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setCo(java.lang.Float) -com.jaredrummler.android.colorpicker.R$attr: int barLength -james.adaptiveicon.R$styleable: int TextAppearance_android_textColorHint -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: int capacityHint -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property District -wangdaye.com.geometricweather.R$layout: int mtrl_calendar_months -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_motionProgress -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu -james.adaptiveicon.R$color: int abc_tint_btn_checkable -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.Date updateDate -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse -androidx.fragment.R$anim: int fragment_fade_enter -androidx.vectordrawable.R$id: int action_container -wangdaye.com.geometricweather.R$drawable: int ic_grass -wangdaye.com.geometricweather.R$color: int material_on_surface_stroke -cyanogenmod.providers.CMSettings$Secure: java.lang.String LOCKSCREEN_VISUALIZER_ENABLED -androidx.core.R$styleable: int ColorStateListItem_alpha -io.reactivex.Observable: io.reactivex.Observable timeout(io.reactivex.ObservableSource,io.reactivex.functions.Function,io.reactivex.ObservableSource) -cyanogenmod.weather.WeatherInfo: WeatherInfo(android.os.Parcel,cyanogenmod.weather.WeatherInfo$1) -wangdaye.com.geometricweather.R$id: int accelerate -androidx.constraintlayout.widget.VirtualLayout: void setElevation(float) -com.xw.repo.bubbleseekbar.R$attr: int tint -com.bumptech.glide.integration.okhttp.R$id: int end -android.didikee.donate.R$attr: int closeIcon -androidx.recyclerview.R$attr: int fontProviderFetchStrategy -wangdaye.com.geometricweather.R$dimen: int abc_dialog_fixed_width_minor -android.didikee.donate.R$styleable: int DrawerArrowToggle_drawableSize -androidx.lifecycle.SavedStateHandle: boolean contains(java.lang.String) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial Imperial -androidx.fragment.R$dimen: int notification_action_icon_size -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_rtl -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_spinnerStyle -com.jaredrummler.android.colorpicker.R$bool -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Imperial: double Value -com.google.android.material.button.MaterialButton$SavedState: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition: wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition BELOW_LINE -cyanogenmod.weather.IRequestInfoListener$Stub: int TRANSACTION_onLookupCityRequestCompleted -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getPm10() -androidx.preference.R$style: int Base_Widget_AppCompat_Button_Borderless -androidx.appcompat.widget.ViewStubCompat -com.google.android.material.transformation.TransformationChildCard: TransformationChildCard(android.content.Context) -com.jaredrummler.android.colorpicker.R$attr: int textAppearanceSearchResultTitle -androidx.viewpager2.widget.ViewPager2: void setOrientation(int) -cyanogenmod.app.CustomTile$ExpandedItem: android.app.PendingIntent onClickPendingIntent -james.adaptiveicon.R$dimen -cyanogenmod.hardware.CMHardwareManager: int FEATURE_LONG_TERM_ORBITS -com.google.android.material.bottomnavigation.BottomNavigationView: BottomNavigationView(android.content.Context,android.util.AttributeSet,int) -com.turingtechnologies.materialscrollbar.R$styleable: int FlowLayout_lineSpacing -wangdaye.com.geometricweather.R$layout: int widget_clock_day_temp -androidx.preference.R$layout: int abc_action_mode_close_item_material -com.google.android.material.R$attr: int layout_constraintGuide_end -com.google.android.material.R$anim: int abc_slide_in_bottom -androidx.preference.R$id: int accessibility_custom_action_10 -com.jaredrummler.android.colorpicker.R$drawable: int abc_edit_text_material -android.didikee.donate.R$style: int Base_Theme_AppCompat_DialogWhenLarge -wangdaye.com.geometricweather.R$drawable: int weather_sleet_pixel -cyanogenmod.library.R$id: int experience -wangdaye.com.geometricweather.R$styleable: int PreferenceGroup_orderingFromXml -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Direction: int Degrees -com.google.android.material.R$id: int action_mode_bar -androidx.lifecycle.extensions.R$color: int notification_action_color_filter -com.amap.api.fence.GeoFence: com.amap.api.location.DPoint n -androidx.preference.R$drawable: int tooltip_frame_dark -com.turingtechnologies.materialscrollbar.R$style: int Platform_V21_AppCompat_Light -james.adaptiveicon.R$attr: int dialogPreferredPadding -android.didikee.donate.R$styleable: int ActionBar_progressBarStyle -androidx.constraintlayout.widget.R$id: int off -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_circularInset -wangdaye.com.geometricweather.R$drawable: int widget_week -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ListView_DropDown -com.jaredrummler.android.colorpicker.R$dimen: int cpv_color_preference_large -james.adaptiveicon.R$style: int ThemeOverlay_AppCompat_Dialog -com.turingtechnologies.materialscrollbar.R$attr: int statusBarScrim -okhttp3.internal.ws.RealWebSocket: void connect(okhttp3.OkHttpClient) -cyanogenmod.externalviews.KeyguardExternalView: android.graphics.Point mDisplaySize -io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,boolean,int) -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getScaleY() -com.amap.api.fence.PoiItem: PoiItem() -androidx.appcompat.R$styleable: int AlertDialog_android_layout -okhttp3.RealCall: okhttp3.Response getResponseWithInterceptorChain() -cyanogenmod.providers.DataUsageContract: java.lang.String SLOW_AVG -com.google.android.material.R$styleable: int ExtendedFloatingActionButton_collapsedSize -com.google.android.material.R$styleable: int ConstraintSet_motionStagger -wangdaye.com.geometricweather.R$styleable: int MaterialButtonToggleGroup_selectionRequired -com.turingtechnologies.materialscrollbar.R$styleable: int Spinner_popupTheme -com.google.android.material.R$style: int Base_Widget_AppCompat_ListPopupWindow -okhttp3.CacheControl: int maxAgeSeconds -cyanogenmod.providers.CMSettings$System$1: boolean validate(java.lang.String) -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties -androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: void setBackgroundResource(int) -okhttp3.MediaType: java.nio.charset.Charset charset(java.nio.charset.Charset) -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String district -androidx.customview.R$styleable: int GradientColor_android_startY -com.google.android.material.R$drawable: int abc_list_selector_holo_light -androidx.coordinatorlayout.R$id: int chronometer -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle -com.google.android.material.R$drawable: int abc_scrubber_track_mtrl_alpha -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_goneMarginLeft -com.google.android.material.R$attr: int boxCornerRadiusBottomStart -androidx.dynamicanimation.R$color -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_viewInflaterClass -com.amap.api.location.AMapLocation: int ERROR_CODE_UNKNOWN -wangdaye.com.geometricweather.db.entities.MinutelyEntity: int minuteInterval -androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityStopped(android.app.Activity) -retrofit2.ParameterHandler$FieldMap: ParameterHandler$FieldMap(java.lang.reflect.Method,int,retrofit2.Converter,boolean) -com.xw.repo.bubbleseekbar.R$attr: int actionModeCloseButtonStyle -com.google.android.material.R$styleable: int ImageFilterView_contrast -com.turingtechnologies.materialscrollbar.R$styleable: int[] TabLayout -com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_keylines -com.turingtechnologies.materialscrollbar.R$drawable: int abc_cab_background_internal_bg -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_SeekBar_Discrete -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Imperial Imperial -com.amap.api.fence.GeoFence: java.lang.String getCustomId() -cyanogenmod.externalviews.ExternalView$1: cyanogenmod.externalviews.ExternalView this$0 -wangdaye.com.geometricweather.R$color: int material_timepicker_clockface -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean url -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_30 -cyanogenmod.app.CustomTile$1: CustomTile$1() -android.didikee.donate.R$attr: int editTextStyle -wangdaye.com.geometricweather.R$string: int week_7 -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: io.reactivex.MaybeSource other -androidx.preference.R$drawable: int notification_template_icon_low_bg -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_PopupMenu -wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Object getKey(java.lang.Object) -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: java.util.concurrent.atomic.AtomicInteger active -androidx.work.R$attr: int fontProviderAuthority -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1: retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall this$0 -wangdaye.com.geometricweather.R$anim: int abc_fade_in -androidx.appcompat.R$style: int Widget_AppCompat_Light_ListPopupWindow -com.turingtechnologies.materialscrollbar.R$style: int Platform_ThemeOverlay_AppCompat_Light -wangdaye.com.geometricweather.R$drawable: int cpv_btn_background -cyanogenmod.profiles.AirplaneModeSettings$1: AirplaneModeSettings$1() -cyanogenmod.weather.RequestInfo: RequestInfo(cyanogenmod.weather.RequestInfo$1) -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient build() -okhttp3.Cache$CacheRequestImpl$1: okhttp3.Cache val$this$0 -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_goneMarginStart -com.google.android.material.R$styleable: int AppCompatTextHelper_android_drawableEnd -james.adaptiveicon.R$styleable: int AppCompatTextView_drawableTopCompat -retrofit2.Retrofit: okhttp3.HttpUrl baseUrl -com.google.android.gms.base.R$drawable: int googleg_standard_color_18 -wangdaye.com.geometricweather.R$layout: int widget_day_oreo -wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_icon_dark_focused -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeAppearance -androidx.appcompat.R$attr: int commitIcon -james.adaptiveicon.R$dimen: int abc_search_view_preferred_height -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_contentDescription -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_ratingBarStyleIndicator -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_lastVerticalBias -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_12 -james.adaptiveicon.R$attr: int subMenuArrow -androidx.hilt.work.R$id: int tag_unhandled_key_listeners -okhttp3.internal.tls.DistinguishedNameParser: int length -wangdaye.com.geometricweather.R$attr: int cpv_alphaChannelVisible -com.google.android.material.R$dimen -okhttp3.internal.ws.WebSocketProtocol: int OPCODE_FLAG_CONTROL -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) -androidx.lifecycle.extensions.R$attr: int ttcIndex -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void dispose() -androidx.appcompat.R$id: int on -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int PrecipitationProbability -androidx.constraintlayout.widget.R$attr: int showPaths -okhttp3.internal.ws.WebSocketProtocol: int B0_FLAG_RSV3 -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.Precipitation getPrecipitation() -com.jaredrummler.android.colorpicker.R$styleable: int ColorPickerView_cpv_sliderColor -cyanogenmod.externalviews.KeyguardExternalView: android.content.ServiceConnection mServiceConnection -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_firstHorizontalStyle -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: long updateTime -androidx.preference.R$styleable: int MenuItem_android_orderInCategory -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter emitter -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_maxHeight -retrofit2.OkHttpCall: okhttp3.Request request() -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dialogCornerRadius -wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: java.lang.String getWidgetWeekIconModeName(android.content.Context) -androidx.appcompat.R$attr: int searchIcon -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Humidity humidity -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: java.lang.String messageLong -okhttp3.internal.cache.DiskLruCache$Entry: java.io.File[] dirtyFiles -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: boolean isDisposed() -com.google.android.material.R$attr: int cornerRadius -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemBackground -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_android_thumb -com.turingtechnologies.materialscrollbar.R$drawable: int design_fab_background -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ListMenuView -wangdaye.com.geometricweather.R$anim: int fragment_main_exit -com.turingtechnologies.materialscrollbar.DragScrollBar: float getIndicatorOffset() -com.google.android.material.R$styleable: int AnimatedStateListDrawableCompat_android_visible -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit valueOf(java.lang.String) -androidx.appcompat.R$attr: int lastBaselineToBottomHeight -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonBarButtonStyle -wangdaye.com.geometricweather.R$styleable: int DialogPreference_positiveButtonText -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constrainedHeight -wangdaye.com.geometricweather.db.entities.DaoMaster$OpenHelper: DaoMaster$OpenHelper(android.content.Context,java.lang.String,android.database.sqlite.SQLiteDatabase$CursorFactory) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeRainPrecipitation() -cyanogenmod.app.CustomTile: java.lang.String contentDescription -com.amap.api.fence.DistrictItem$1: DistrictItem$1() -com.amap.api.location.AMapLocationClientOption$GeoLanguage: com.amap.api.location.AMapLocationClientOption$GeoLanguage[] values() -wangdaye.com.geometricweather.R$drawable: int mtrl_dialog_background -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onScreenTurnedOff -retrofit2.HttpException -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_Switch -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView: AbsChartItemView(android.content.Context,android.util.AttributeSet,int) -okio.SegmentedByteString: int[] directory -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout -androidx.fragment.R$styleable: int GradientColor_android_centerY -com.google.android.material.R$styleable: int AppCompatTextView_drawableEndCompat -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge -com.google.android.material.R$style: int TextAppearance_Design_Suffix -wangdaye.com.geometricweather.R$styleable: int Constraint_motionStagger -wangdaye.com.geometricweather.R$id: int toggle -cyanogenmod.profiles.StreamSettings$1: java.lang.Object[] newArray(int) -androidx.appcompat.R$styleable: int AppCompatTheme_viewInflaterClass -com.amap.api.fence.GeoFenceClient: void addGeoFence(java.util.List,java.lang.String) -com.google.android.material.R$styleable: int OnSwipe_dragThreshold -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_popupTheme -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getTemperature(android.content.Context,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) -okhttp3.OkHttpClient: javax.net.SocketFactory socketFactory -androidx.lifecycle.SavedStateHandleController: androidx.lifecycle.SavedStateHandle mHandle -androidx.appcompat.resources.R$id: int accessibility_custom_action_20 -androidx.appcompat.R$styleable: int TextAppearance_android_shadowDy -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_year_corner -com.google.android.gms.internal.common.zzq: java.lang.Object zza() -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_hd -android.didikee.donate.R$drawable: int abc_text_select_handle_right_mtrl_light -com.turingtechnologies.materialscrollbar.R$drawable: int abc_tab_indicator_material -androidx.viewpager2.R$attr: int fontProviderFetchTimeout -androidx.hilt.work.R$styleable: int[] GradientColor -com.google.android.material.R$attr: int waveVariesBy -com.baidu.location.e.l$b: java.lang.String b(com.baidu.location.e.l$b) -com.amap.api.fence.GeoFence$1: GeoFence$1() -wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView -com.amap.api.location.AMapLocationClientOption: boolean isOffset() -cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_PUT_SECURE -androidx.appcompat.R$styleable: int FontFamily_fontProviderCerts -wangdaye.com.geometricweather.R$attr: int backgroundColor -james.adaptiveicon.R$styleable: int[] ActivityChooserView -james.adaptiveicon.R$styleable: int ViewStubCompat_android_layout -androidx.fragment.R$styleable: int ColorStateListItem_android_color -com.google.android.gms.location.zzbe: android.os.Parcelable$Creator CREATOR -androidx.constraintlayout.widget.R$attr: int customIntegerValue -wangdaye.com.geometricweather.common.basic.models.weather.Daily -retrofit2.RequestFactory$Builder: void validatePathName(int,java.lang.String) -wangdaye.com.geometricweather.R$color: int secondary_text_disabled_material_light -androidx.customview.R$styleable: int GradientColor_android_gradientRadius -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Button -okhttp3.Cache$Entry: java.util.List readCertificateList(okio.BufferedSource) -androidx.constraintlayout.widget.R$attr: int listLayout -io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: ObservableCombineLatest$CombinerObserver(io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator,int) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: java.util.concurrent.atomic.AtomicLong requested -james.adaptiveicon.R$attr: int actionModePopupWindowStyle -androidx.preference.R$color: int background_material_dark -androidx.fragment.app.DialogFragment -james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query -com.baidu.location.e.p: p(java.lang.String,int,java.lang.String,java.lang.String,java.lang.String,int,int) -androidx.fragment.R$layout: int notification_template_custom_big -com.github.rahatarmanahmed.cpv.CircularProgressView$2: void onAnimationEnd(android.animation.Animator) -retrofit2.RequestFactory$Builder: boolean gotQueryName -androidx.appcompat.R$drawable: int abc_list_divider_material -androidx.appcompat.R$attr: int actionButtonStyle -com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks -io.reactivex.internal.util.HashMapSupplier: io.reactivex.internal.util.HashMapSupplier INSTANCE -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningAdvice: int phenomenoMaxColorId -com.xw.repo.bubbleseekbar.R$color: int bright_foreground_disabled_material_dark -io.reactivex.internal.disposables.ArrayCompositeDisposable: io.reactivex.disposables.Disposable replaceResource(int,io.reactivex.disposables.Disposable) -james.adaptiveicon.R$styleable: int[] AppCompatTextView -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemHorizontalPadding -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Spinner_Underlined -com.turingtechnologies.materialscrollbar.R$attr: int tabIndicatorGravity -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Direction Direction -wangdaye.com.geometricweather.R$drawable: int abc_cab_background_internal_bg -com.turingtechnologies.materialscrollbar.R$attr: int allowStacking -com.jaredrummler.android.colorpicker.R$style: int Base_AlertDialog_AppCompat -wangdaye.com.geometricweather.R$layout: int image_frame -com.turingtechnologies.materialscrollbar.R$attr: int layout_keyline -wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_doneButton -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_25 -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: android.os.IBinder asBinder() -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_AutoCompleteTextView -androidx.drawerlayout.R$id: int tag_unhandled_key_listeners -com.google.android.material.R$attr: int listChoiceIndicatorMultipleAnimated -androidx.cardview.R$color: int cardview_light_background -retrofit2.ParameterHandler$Path: retrofit2.Converter valueConverter -retrofit2.ParameterHandler$Query: boolean encoded -com.turingtechnologies.materialscrollbar.R$attr: int searchHintIcon -com.jaredrummler.android.colorpicker.R$layout: int cpv_preference_square_large -io.reactivex.Observable: io.reactivex.Observable timeout(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -com.google.android.material.R$dimen: int mtrl_textinput_box_stroke_width_default -com.turingtechnologies.materialscrollbar.R$attr: int windowActionBarOverlay -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language UNSIMPLIFIED_CHINESE -androidx.preference.R$attr: int expandActivityOverflowButtonDrawable -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_28 -com.xw.repo.bubbleseekbar.R$dimen: int notification_subtext_size -com.jaredrummler.android.colorpicker.R$dimen: int preference_icon_minWidth -androidx.appcompat.R$dimen: int abc_action_bar_icon_vertical_padding_material -android.didikee.donate.R$styleable: int DrawerArrowToggle_spinBars -androidx.loader.R$attr: int font -james.adaptiveicon.R$dimen: int abc_dialog_fixed_width_major -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.amap.api.location.AMapLocation: java.lang.String w -com.google.android.material.tabs.TabLayout: int getTabGravity() -androidx.loader.R$styleable: int GradientColor_android_endY -android.didikee.donate.R$styleable: int MenuView_android_itemBackground -wangdaye.com.geometricweather.R$dimen: int mtrl_badge_long_text_horizontal_padding -android.didikee.donate.R$color: int abc_btn_colored_text_material -wangdaye.com.geometricweather.R$string: int dew_point -wangdaye.com.geometricweather.R$string: int maxi_temp -com.google.gson.stream.JsonReader: int NUMBER_CHAR_EXP_DIGIT -okhttp3.EventListener$1 -android.didikee.donate.R$styleable: int AppCompatTheme_seekBarStyle -com.xw.repo.bubbleseekbar.R$attr: int actionModeFindDrawable -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX brandInfo -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Imperial Imperial -cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void onStop() -com.jaredrummler.android.colorpicker.R$styleable: int[] MultiSelectListPreference -com.jaredrummler.android.colorpicker.R$id: int search_plate -okio.Buffer$1: Buffer$1(okio.Buffer) -cyanogenmod.weatherservice.ServiceRequestResult: ServiceRequestResult(android.os.Parcel,cyanogenmod.weatherservice.ServiceRequestResult$1) -okhttp3.internal.ws.RealWebSocket$Close: okio.ByteString reason -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean getNames() -com.google.android.material.R$styleable: int[] ProgressIndicator -androidx.appcompat.R$style: int Base_V26_Theme_AppCompat_Light -wangdaye.com.geometricweather.R$id: int add -android.didikee.donate.R$styleable: int View_paddingEnd -com.google.android.material.R$styleable: int ConstraintLayout_placeholder_content -wangdaye.com.geometricweather.R$dimen: int widget_grid_1 -okhttp3.internal.http2.Http2Stream$FramingSink: void write(okio.Buffer,long) -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow -okhttp3.internal.http2.Http2: java.lang.String frameLog(boolean,int,int,byte,byte) -com.amap.api.location.AMapLocationClient: com.amap.api.location.LocationManagerBase a(android.content.Context,android.content.Intent) -cyanogenmod.externalviews.IExternalViewProvider: void onResume() -androidx.preference.R$styleable: int PreferenceImageView_maxHeight -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$LocalSource LocalSource -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_endColor -wangdaye.com.geometricweather.R$drawable: int notif_temp_75 -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_DEFAULT_COLOR -androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_android_font -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String o3Desc -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem -com.amap.api.location.AMapLocation: AMapLocation(java.lang.String) -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: int unitArrayIndex -retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_star_half_black_36dp -wangdaye.com.geometricweather.R$color: int tooltip_background_light -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: void onError(java.lang.Throwable) -com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_translation_z_pressed -wangdaye.com.geometricweather.R$style: int PopupWindowAnimation_Bottom_Left -androidx.appcompat.widget.SwitchCompat: SwitchCompat(android.content.Context,android.util.AttributeSet,int) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: java.lang.String getWeathercn() -io.reactivex.Observable: io.reactivex.Observable skipLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean,int) -android.didikee.donate.R$string: int app_name -wangdaye.com.geometricweather.R$attr: int goIcon -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_AES_256_GCM_SHA384 -io.reactivex.Observable: io.reactivex.Observable concatArray(io.reactivex.ObservableSource[]) -com.google.android.material.slider.BaseSlider: void setEnabled(boolean) -okio.Source: long read(okio.Buffer,long) -org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database getEncryptedWritableDb(char[]) -wangdaye.com.geometricweather.R$drawable: int abc_ic_voice_search_api_material -okhttp3.Cookie$Builder: java.lang.String path -wangdaye.com.geometricweather.R$attr: int fastScrollVerticalThumbDrawable -wangdaye.com.geometricweather.common.basic.models.weather.UV: int getUVColor(android.content.Context) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Minimum -androidx.coordinatorlayout.R$id: int tag_transition_group -wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide -wangdaye.com.geometricweather.R$color: int switch_thumb_disabled_material_light -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: java.lang.String Link -wangdaye.com.geometricweather.R$attr: int iconStartPadding -androidx.appcompat.widget.ActionBarContainer: void setTransitioning(boolean) -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 -androidx.appcompat.R$color: int abc_primary_text_material_dark -io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: void setResource(io.reactivex.disposables.Disposable) -com.bumptech.glide.load.engine.GlideException: java.lang.Class dataClass -wangdaye.com.geometricweather.common.ui.activities.AllergenActivity -cyanogenmod.providers.CMSettings$Secure$2: CMSettings$Secure$2() -okio.Buffer: long writeAll(okio.Source) -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedEmitLast: void complete() -okhttp3.MultipartBody: java.util.List parts -android.didikee.donate.R$style: int Base_Theme_AppCompat_Dialog_MinWidth -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setO3(java.lang.Float) -androidx.swiperefreshlayout.R$id: int tag_transition_group -androidx.appcompat.R$drawable: int abc_scrubber_track_mtrl_alpha -wangdaye.com.geometricweather.R$drawable: int notification_template_icon_low_bg -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_orderInCategory -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean brandInfo -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_drawPath -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: io.reactivex.disposables.Disposable upstream -com.google.android.material.R$dimen: int design_tab_text_size_2line -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIconSize -androidx.appcompat.R$styleable: int Toolbar_contentInsetLeft -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint: AccuCurrentResult$DewPoint() -com.google.android.material.R$attr: int coordinatorLayoutStyle -com.turingtechnologies.materialscrollbar.R$string: int abc_menu_shift_shortcut_label -com.google.android.material.appbar.AppBarLayout$BaseBehavior: AppBarLayout$BaseBehavior() -androidx.constraintlayout.widget.Group: Group(android.content.Context,android.util.AttributeSet,int) -android.didikee.donate.R$style: int ThemeOverlay_AppCompat -com.jaredrummler.android.colorpicker.R$attr: int checkBoxPreferenceStyle -androidx.work.R$layout: int custom_dialog -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeCloudCover() -androidx.appcompat.resources.R$dimen: int notification_large_icon_width -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge -wangdaye.com.geometricweather.R$layout: int mtrl_calendar_month -wangdaye.com.geometricweather.R$attr: int cornerFamilyBottomRight -wangdaye.com.geometricweather.R$layout: int mtrl_alert_dialog_title -wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider -androidx.coordinatorlayout.R$id: int line1 -com.google.android.material.R$styleable: int AppCompatTheme_windowMinWidthMajor -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Button_Borderless_Colored -wangdaye.com.geometricweather.R$attr: int key -com.bumptech.glide.R$dimen: int notification_subtext_size -android.didikee.donate.R$attr: int editTextColor -wangdaye.com.geometricweather.db.entities.WeatherEntity: void resetMinutelyEntityList() -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_SearchResult -okhttp3.RealCall: java.lang.String redactedUrl() -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_corner_radius -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Title -androidx.constraintlayout.helper.widget.Flow: Flow(android.content.Context,android.util.AttributeSet) -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_padding_bottom -com.google.gson.stream.JsonReader: java.lang.String nextQuotedValue(char) -okhttp3.internal.http2.Http2Stream: void setHeadersListener(okhttp3.internal.http2.Header$Listener) -okhttp3.internal.connection.ConnectInterceptor -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_maxHeight -com.google.android.gms.location.ActivityTransitionResult: android.os.Parcelable$Creator CREATOR -com.jaredrummler.android.colorpicker.R$id: int src_over -com.google.android.gms.location.zzbd -com.google.android.material.R$attr: int track -wangdaye.com.geometricweather.R$styleable: int[] Constraint -androidx.preference.R$drawable: int abc_switch_track_mtrl_alpha -androidx.coordinatorlayout.R$dimen: int notification_top_pad -cyanogenmod.providers.CMSettings$Secure: java.lang.String LIVE_DISPLAY_COLOR_MATRIX -wangdaye.com.geometricweather.R$drawable: int weather_snow_mini_light -androidx.lifecycle.FullLifecycleObserverAdapter -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxCornerRadiusBottomStart -androidx.preference.R$attr: int drawableEndCompat -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarPopupTheme -wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getDaytimeWeatherCode() -wangdaye.com.geometricweather.db.entities.MinutelyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Imperial: int UnitType -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_max -wangdaye.com.geometricweather.R$id: int dialog_minimal_icon_lightIcon -wangdaye.com.geometricweather.R$id: int item_icon_provider_get_more_gitHub -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_android_weightSum -androidx.appcompat.widget.ActivityChooserView: void setExpandActivityOverflowButtonDrawable(android.graphics.drawable.Drawable) -com.google.android.gms.location.ActivityTransition -com.google.android.material.R$styleable: int Badge_horizontalOffset -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionMenuTextAppearance -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Imperial: AccuCurrentResult$WindChillTemperature$Imperial() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Direction: int Degrees -james.adaptiveicon.R$color: int material_grey_300 -androidx.vectordrawable.R$id -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial: double Value -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure -com.google.android.material.R$drawable: int abc_text_select_handle_left_mtrl_light -com.google.android.material.R$style: int Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_13 -wangdaye.com.geometricweather.R$drawable: int abc_ic_menu_overflow_material -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Inverse -com.bumptech.glide.integration.okhttp.R$styleable -io.reactivex.Observable: io.reactivex.Observable concatEager(java.lang.Iterable) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onDetach() -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void dispose() -okhttp3.internal.http2.Http2Connection$2: Http2Connection$2(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[],int,long) -okhttp3.RequestBody$2: void writeTo(okio.BufferedSink) -androidx.work.R$id: int line1 -okio.RealBufferedSource: java.lang.String readString(long,java.nio.charset.Charset) -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionButton_Overflow -androidx.drawerlayout.widget.DrawerLayout$SavedState: android.os.Parcelable$Creator CREATOR -com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog_Alert -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder reencodeForUri() -com.google.android.material.R$drawable: int abc_btn_borderless_material -okio.RealBufferedSink: void close() -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.CompletableObserver downstream -androidx.constraintlayout.widget.R$string: int abc_action_mode_done -wangdaye.com.geometricweather.R$styleable: int AlertDialog_listLayout -android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionBar_TabText -okhttp3.internal.http1.Http1Codec$AbstractSource: Http1Codec$AbstractSource(okhttp3.internal.http1.Http1Codec) -james.adaptiveicon.R$string: int abc_searchview_description_search -com.bumptech.glide.R$attr: int fontVariationSettings -wangdaye.com.geometricweather.R$color: int weather_source_cn -androidx.preference.R$styleable: int AppCompatTheme_windowFixedWidthMajor -wangdaye.com.geometricweather.db.entities.DailyEntity: int nighttimeTemperature -androidx.hilt.work.R$id: int title -androidx.fragment.R$drawable -androidx.viewpager2.widget.ViewPager2: ViewPager2(android.content.Context,android.util.AttributeSet,int) -com.bumptech.glide.integration.okhttp.R$id: int icon -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeRainPrecipitation -android.didikee.donate.R$attr: int allowStacking -com.google.android.material.R$layout: int notification_template_part_time -wangdaye.com.geometricweather.R$attr: int cpv_thickness -androidx.preference.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_1 -wangdaye.com.geometricweather.background.receiver.widget.AbstractWidgetProvider -wangdaye.com.geometricweather.R$dimen: int mtrl_slider_label_padding -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_switchPadding -androidx.preference.R$attr: R$attr() -androidx.viewpager2.R$id: int title -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter value(java.lang.Number) -okio.RealBufferedSource: java.lang.String readUtf8Line() -androidx.vectordrawable.R$style: int Widget_Compat_NotificationActionContainer -androidx.appcompat.R$dimen: int notification_content_margin_start -com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawableItem_android_drawable -cyanogenmod.app.Profile: int mNotificationLightMode -androidx.preference.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader -com.google.android.material.R$styleable: int MotionLayout_motionDebug -com.jaredrummler.android.colorpicker.R$attr: int track -okio.Buffer: okio.ByteString readByteString() -okio.HashingSink: void write(okio.Buffer,long) -wangdaye.com.geometricweather.R$styleable: int[] TabItem -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHorizontal_bias -wangdaye.com.geometricweather.R$attr: int textAppearanceHeadline1 -androidx.hilt.R$drawable: int notify_panel_notification_icon_bg -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: io.reactivex.internal.util.AtomicThrowable error -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Weather: MfForecastResult$Forecast$Weather() -androidx.constraintlayout.widget.R$styleable: int SearchView_commitIcon -wangdaye.com.geometricweather.background.receiver.widget.WidgetTrendDailyProvider -wangdaye.com.geometricweather.R$id: int disableScroll -okio.Okio$2: java.lang.String toString() -wangdaye.com.geometricweather.R$dimen: int abc_action_bar_overflow_padding_end_material -com.google.android.material.R$styleable: int KeyPosition_motionTarget -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: io.reactivex.Observer downstream -com.google.android.gms.base.R$string: int common_google_play_services_wear_update_text -androidx.appcompat.resources.R$dimen: int compat_button_inset_horizontal_material -androidx.viewpager.R$styleable: int GradientColor_android_startY -com.turingtechnologies.materialscrollbar.R$attr: int trackTint -androidx.preference.R$attr: int tooltipText -com.google.android.material.R$attr: int queryBackground -wangdaye.com.geometricweather.R$id: int activity_widget_config_textSizeSeekBar -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_60 -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: AccuLocationResult() -wangdaye.com.geometricweather.R$attr: int enableCopying -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarTabStyle -androidx.core.R$styleable: int FontFamilyFont_ttcIndex -com.google.android.material.bottomnavigation.BottomNavigationMenuView: android.graphics.drawable.Drawable getItemBackground() -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: void onNext(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_min_width -okhttp3.MultipartBody: byte[] CRLF -james.adaptiveicon.R$drawable: int abc_item_background_holo_light -wangdaye.com.geometricweather.R$attr: int errorTextAppearance -retrofit2.adapter.rxjava2.ResultObservable -okhttp3.internal.http2.Http2Stream: boolean closeInternal(okhttp3.internal.http2.ErrorCode) -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_goIcon -com.google.android.material.R$attr: int iconGravity -wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: void setNightIndicatorRotation(float) -android.didikee.donate.R$dimen: int abc_dialog_min_width_major -com.turingtechnologies.materialscrollbar.R$layout: int abc_screen_toolbar -androidx.appcompat.view.menu.ListMenuItemView: android.view.LayoutInflater getInflater() -com.bumptech.glide.load.engine.DecodeJob$RunReason: com.bumptech.glide.load.engine.DecodeJob$RunReason SWITCH_TO_SOURCE_SERVICE -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getNighttimeWeatherPhase() -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: java.lang.String getDensityText(android.content.Context,float) -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_hide_bubble -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_searchViewStyle -androidx.legacy.coreutils.R$dimen: int notification_small_icon_size_as_large -wangdaye.com.geometricweather.R$drawable: int material_cursor_drawable -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_closeIcon -androidx.viewpager.R$attr -androidx.constraintlayout.widget.R$styleable: int Toolbar_contentInsetEnd -wangdaye.com.geometricweather.R$attr: int dayInvalidStyle -android.support.v4.os.ResultReceiver$MyRunnable -okio.RealBufferedSink$1: okio.RealBufferedSink this$0 -wangdaye.com.geometricweather.R$integer: int config_tooltipAnimTime -cyanogenmod.providers.CMSettings$Secure: long getLongForUser(android.content.ContentResolver,java.lang.String,long,int) -wangdaye.com.geometricweather.R$styleable: int[] MaterialScrollBar -com.turingtechnologies.materialscrollbar.R$styleable: int ActionMode_subtitleTextStyle -wangdaye.com.geometricweather.R$interpolator -androidx.legacy.content.WakefulBroadcastReceiver -cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode getRingerMode() -wangdaye.com.geometricweather.R$id: int dialog_location_permission_statement_container -androidx.appcompat.R$drawable: int notification_bg_low_pressed -androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityCreated(android.app.Activity,android.os.Bundle) -io.reactivex.internal.util.ErrorMode: io.reactivex.internal.util.ErrorMode valueOf(java.lang.String) -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void complete() -wangdaye.com.geometricweather.R$array: int speed_unit_voices -androidx.preference.R$dimen: int tooltip_y_offset_non_touch -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ListPopupWindow -okhttp3.internal.Util$2: java.lang.String val$name -androidx.constraintlayout.widget.R$styleable: int[] MockView -androidx.work.R$id: int accessibility_custom_action_2 -wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView -androidx.constraintlayout.widget.R$id: int action_bar_root -androidx.constraintlayout.widget.R$styleable: int ActionBar_popupTheme -james.adaptiveicon.R$styleable: int[] ButtonBarLayout -wangdaye.com.geometricweather.R$id: int transitionToEnd -com.xw.repo.bubbleseekbar.R$id: int line3 -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner -androidx.appcompat.widget.AppCompatImageButton: void setBackgroundDrawable(android.graphics.drawable.Drawable) -android.didikee.donate.R$styleable: int TextAppearance_android_typeface -androidx.preference.R$color: int material_deep_teal_200 -com.google.android.material.R$styleable: int RecyclerView_android_descendantFocusability -io.reactivex.Observable: java.lang.Object blockingSingle(java.lang.Object) -okhttp3.internal.http2.ConnectionShutdownException: ConnectionShutdownException() -com.jaredrummler.android.colorpicker.R$dimen: int abc_control_inset_material -com.google.android.material.R$id: int rectangles -androidx.vectordrawable.animated.R$string: R$string() -io.reactivex.internal.subscriptions.BasicIntQueueSubscription: boolean isEmpty() -androidx.lifecycle.ComputableLiveData$3 -wangdaye.com.geometricweather.R$dimen: int preference_seekbar_value_minWidth -android.didikee.donate.R$styleable: int Toolbar_maxButtonHeight -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_12 -com.google.android.material.R$styleable: int FontFamily_fontProviderQuery -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constrainedWidth -com.google.android.material.R$attr: int tabTextColor -okhttp3.internal.Internal -androidx.appcompat.R$id: int default_activity_button -androidx.preference.R$dimen: int abc_disabled_alpha_material_light -androidx.hilt.work.R$drawable: int notification_bg_low_normal -com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_gapBetweenBars -androidx.dynamicanimation.R$styleable: int[] FontFamilyFont -com.jaredrummler.android.colorpicker.R$dimen: int abc_floating_window_z -androidx.core.R$id: int accessibility_custom_action_11 -io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: FlowableOnBackpressureError$BackpressureErrorSubscriber(org.reactivestreams.Subscriber) -io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$styleable: int[] MaterialAutoCompleteTextView -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu -androidx.constraintlayout.widget.R$attr: int listPreferredItemPaddingStart -com.google.android.material.R$styleable: int SwitchCompat_thumbTintMode -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_Button_Colored -com.jaredrummler.android.colorpicker.R$attr: int collapseContentDescription -io.reactivex.Observable: io.reactivex.Observable groupBy(io.reactivex.functions.Function,io.reactivex.functions.Function,boolean) -androidx.preference.R$id: int tag_accessibility_clickable_spans -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean: CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Rain: java.lang.String Unit -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_TabBar -wangdaye.com.geometricweather.R$string: int content_des_no_precipitation -android.didikee.donate.R$styleable: int AppCompatTheme_buttonBarButtonStyle -okhttp3.internal.io.FileSystem$1: boolean exists(java.io.File) -androidx.hilt.work.R$id: int dialog_button -okhttp3.internal.connection.RealConnection: okhttp3.Handshake handshake -cyanogenmod.weather.CMWeatherManager: cyanogenmod.weather.ICMWeatherManager sWeatherManagerService -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintRight_creator -io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: boolean isDisposed() -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_homeAsUpIndicator -com.turingtechnologies.materialscrollbar.R$color: int abc_primary_text_disable_only_material_dark -com.turingtechnologies.materialscrollbar.R$color: int notification_icon_bg_color -androidx.hilt.R$styleable: int FontFamily_fontProviderAuthority -retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: RxJava2CallAdapterFactory(io.reactivex.Scheduler,boolean) -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Headline6 -james.adaptiveicon.R$drawable: int abc_textfield_search_activated_mtrl_alpha -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_rotationX -wangdaye.com.geometricweather.R$attr: int helperText -android.didikee.donate.R$layout: int abc_select_dialog_material -cyanogenmod.weather.WeatherInfo: double mWindDirection -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night -com.google.android.material.R$attr: int subtitle -io.reactivex.Observable: io.reactivex.Observable distinctUntilChanged(io.reactivex.functions.BiPredicate) -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableRightCompat -com.google.android.material.R$attr: int textStartPadding -androidx.appcompat.R$styleable: int FontFamilyFont_android_ttcIndex -androidx.appcompat.resources.R$drawable: int notification_bg -okhttp3.internal.http.RealInterceptorChain: okhttp3.Interceptor$Chain withWriteTimeout(int,java.util.concurrent.TimeUnit) -com.google.android.material.R$string: int material_timepicker_select_time -com.google.android.material.R$attr: int closeIconTint -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceInformationStyle -com.google.android.material.R$styleable: int Chip_android_checkable -com.google.android.material.R$style: int Widget_MaterialComponents_BottomNavigationView_Colored -okhttp3.HttpUrl$Builder: java.lang.String encodedPassword -androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: void setBackgroundDrawable(android.graphics.drawable.Drawable) -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_numericShortcut -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_hovered_z -com.google.android.gms.common.server.response.SafeParcelResponse -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex -wangdaye.com.geometricweather.R$attr: int actionBarStyle -okhttp3.internal.http2.StreamResetException -io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.BiFunction) -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWeatherCode(wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode) -wangdaye.com.geometricweather.R$styleable: int ChipGroup_chipSpacingVertical -wangdaye.com.geometricweather.R$drawable: int btn_checkbox_unchecked_to_checked_mtrl_animation -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Speed: int UnitType -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: boolean access$502(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl,boolean) -androidx.constraintlayout.widget.R$styleable: int MenuItem_contentDescription -okhttp3.internal.http2.Http2Reader$Handler: void alternateService(int,java.lang.String,okio.ByteString,java.lang.String,int,long) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric -com.turingtechnologies.materialscrollbar.DateAndTimeIndicator: int getIndicatorWidth() -android.didikee.donate.R$drawable: int abc_text_select_handle_left_mtrl_dark -android.didikee.donate.R$style: int Base_Widget_AppCompat_ActivityChooserView -androidx.constraintlayout.widget.R$attr: int listDividerAlertDialog -androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type valueOf(java.lang.String) -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: void onError(java.lang.Throwable) -io.reactivex.internal.subscriptions.BasicQueueSubscription: void clear() -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: io.reactivex.Scheduler scheduler -okio.BufferedSink: okio.BufferedSink write(okio.Source,long) -androidx.preference.R$styleable: int[] SeekBarPreference -com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_layout_behavior -androidx.appcompat.app.AppCompatActivity: AppCompatActivity() -james.adaptiveicon.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_SearchView -okhttp3.internal.tls.BasicCertificateChainCleaner -wangdaye.com.geometricweather.R$id: int mtrl_motion_snapshot_view -cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent[] $VALUES -androidx.constraintlayout.widget.R$styleable: int SearchView_closeIcon -androidx.hilt.lifecycle.R$dimen: int notification_main_column_padding_top -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setTargetOffsetTopAndBottom(int) -androidx.constraintlayout.widget.R$attr: int drawableLeftCompat -androidx.core.R$style: int Widget_Compat_NotificationActionContainer -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: io.reactivex.subjects.UnicastSubject window -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -androidx.preference.R$styleable: int DialogPreference_android_negativeButtonText -cyanogenmod.app.Profile$ProfileTrigger: java.lang.String getIdType(int) -wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: java.lang.Integer angle -androidx.preference.R$string: int not_set -wangdaye.com.geometricweather.R$dimen: int standard_weather_icon_container_size -wangdaye.com.geometricweather.R$color: int material_grey_800 -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: boolean setOther(io.reactivex.disposables.Disposable) -com.google.android.material.R$style: int Widget_MaterialComponents_BottomAppBar -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: io.reactivex.functions.Consumer disposer -androidx.core.R$integer -james.adaptiveicon.R$attr: int colorPrimaryDark -wangdaye.com.geometricweather.R$styleable: int[] OnClick -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_icon_btn_padding_left -wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_Dark -androidx.lifecycle.Lifecycling: int REFLECTIVE_CALLBACK -androidx.preference.R$string: int abc_menu_sym_shortcut_label -com.google.android.material.R$dimen: int mtrl_fab_translation_z_pressed -androidx.activity.R$id: int accessibility_custom_action_20 -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated -com.google.android.material.R$id: int square -androidx.appcompat.R$drawable: int abc_text_select_handle_left_mtrl_light -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: boolean isDisposed() -io.reactivex.Observable: io.reactivex.Observable interval(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarWidgetTheme -james.adaptiveicon.R$attr: int colorError -com.google.android.material.R$dimen: int mtrl_calendar_day_corner -cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_MIGRATE_SETTINGS_FOR_USER -cyanogenmod.power.PerformanceManager -com.google.gson.stream.JsonWriter: void close() -io.reactivex.Observable: io.reactivex.Observable takeLast(long,long,java.util.concurrent.TimeUnit) -androidx.constraintlayout.widget.R$id: int progress_horizontal -com.turingtechnologies.materialscrollbar.R$attr: int tooltipForegroundColor -androidx.preference.R$anim: int abc_fade_in -com.amap.api.fence.DistrictItem: java.lang.String getAdcode() -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: int getTemperature(int) -james.adaptiveicon.R$styleable: R$styleable() -android.didikee.donate.R$dimen: int abc_text_size_display_4_material -com.google.gson.stream.JsonReader: boolean isLenient() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List diaoyu -wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider BAIDU -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Ice Ice -wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_colorShape -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String no2 -wangdaye.com.geometricweather.R$id: int item_weather_icon -wangdaye.com.geometricweather.R$drawable: int ic_back -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.database.Database getDatabase() -okhttp3.logging.LoggingEventListener$Factory: okhttp3.logging.HttpLoggingInterceptor$Logger logger -okhttp3.internal.platform.Jdk9Platform: Jdk9Platform(java.lang.reflect.Method,java.lang.reflect.Method) -androidx.constraintlayout.widget.R$attr: int pathMotionArc -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void runFinally() -com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat_ActionBar -com.google.android.material.textfield.TextInputLayout: void setEndIconTintMode(android.graphics.PorterDuff$Mode) -james.adaptiveicon.R$attr: int customNavigationLayout -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_10 -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow -android.didikee.donate.R$id: int right_side -com.google.android.material.R$attr: int layout_keyline -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: boolean hasKey(java.lang.Object) -androidx.preference.R$styleable: int[] ActionMenuItemView -wangdaye.com.geometricweather.R$attr: int contentScrim -com.google.android.material.R$styleable: int[] ViewPager2 -androidx.preference.R$styleable: int Toolbar_contentInsetEnd -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_hideMotionSpec -io.reactivex.subjects.PublishSubject$PublishDisposable: io.reactivex.subjects.PublishSubject parent -wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderTitle -wangdaye.com.geometricweather.R$id: int FUNCTION -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarItemBackground -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Description: java.lang.String Localized -com.turingtechnologies.materialscrollbar.R$dimen: int highlight_alpha_material_colored -androidx.constraintlayout.widget.R$id: int buttonPanel -wangdaye.com.geometricweather.R$attr: int touchRegionId -com.google.android.material.R$id: int coordinator -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionButton -com.google.android.material.R$attr: int layout_insetEdge -io.reactivex.internal.subscriptions.EmptySubscription -com.github.rahatarmanahmed.cpv.R$string: int app_name -james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarTabBarStyle -com.google.gson.stream.JsonScope: int EMPTY_ARRAY -androidx.appcompat.widget.SwitchCompat: void setChecked(boolean) -androidx.preference.R$string: int abc_menu_meta_shortcut_label -james.adaptiveicon.R$attr: int panelMenuListTheme -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_TabBar -androidx.constraintlayout.widget.R$id: int standard -retrofit2.Retrofit: java.util.List converterFactories() -wangdaye.com.geometricweather.R$animator: int weather_thunder_2 -androidx.constraintlayout.widget.R$id: int gone -androidx.appcompat.R$attr: int switchStyle -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: void dispose() -androidx.hilt.work.R$dimen: int compat_button_inset_vertical_material -com.google.android.material.R$attr: int customFloatValue -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_onClick -okhttp3.Cookie$Builder: boolean secure -androidx.fragment.R$dimen: int notification_top_pad -retrofit2.Utils: java.lang.reflect.Type getGenericSupertype(java.lang.reflect.Type,java.lang.Class,java.lang.Class) -okio.Segment: okio.Segment unsharedCopy() -io.reactivex.internal.util.ExceptionHelper$Termination: ExceptionHelper$Termination() -wangdaye.com.geometricweather.R$attr: int checkedButton -com.xw.repo.BubbleSeekBar: void setOnProgressChangedListener(com.xw.repo.BubbleSeekBar$OnProgressChangedListener) -androidx.constraintlayout.widget.R$color: int switch_thumb_material_light -android.didikee.donate.R$style: R$style() -com.jaredrummler.android.colorpicker.R$styleable: int View_android_theme -androidx.preference.R$styleable: int[] FontFamilyFont -io.reactivex.internal.observers.ForEachWhileObserver -cyanogenmod.profiles.StreamSettings: int mStreamId -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onLockscreenSlideOffsetChanged -cyanogenmod.app.IProfileManager$Stub$Proxy: cyanogenmod.app.Profile getActiveProfile() -james.adaptiveicon.R$layout: int abc_search_dropdown_item_icons_2line -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton -androidx.appcompat.widget.ActionBarContainer: void setSplitBackground(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_lunar -wangdaye.com.geometricweather.R$id: int notification_big_week_5 -cyanogenmod.providers.DataUsageContract: java.lang.String SLOW_SAMPLES -androidx.hilt.R$id: int accessibility_custom_action_7 -okhttp3.internal.cache2.Relay: long bufferMaxSize -com.google.android.material.R$dimen: int mtrl_calendar_header_content_padding_fullscreen -com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose: com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose Sport -wangdaye.com.geometricweather.R$string: int feedback_refresh_notification_after_back -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: java.lang.String pubTime -com.google.android.material.R$layout: int design_layout_tab_text -cyanogenmod.app.Profile$1: cyanogenmod.app.Profile createFromParcel(android.os.Parcel) -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_constraintSet -androidx.appcompat.R$id: int action_bar -okhttp3.HttpUrl: java.lang.String host -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken STRING -cyanogenmod.externalviews.KeyguardExternalView: boolean isInteractive() -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Button -okio.BufferedSource: void skip(long) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void alterWindow(int,int,int,int,boolean,android.graphics.Rect) -androidx.preference.R$styleable: int Preference_iconSpaceReserved -okhttp3.ResponseBody: void close() -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub: int TRANSACTION_onWeatherServiceProviderChanged_0 -androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type UNKNOWN -androidx.preference.R$dimen: int fastscroll_default_thickness -cyanogenmod.profiles.ConnectionSettings: boolean mOverride -com.xw.repo.bubbleseekbar.R$id: int none -okhttp3.EventListener: void connectEnd(okhttp3.Call,java.net.InetSocketAddress,java.net.Proxy,okhttp3.Protocol) -wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: void setProgress(float) -androidx.lifecycle.ViewModel: void onCleared() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonBarStyle -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: java.lang.String timezone -com.google.android.material.R$layout: int mtrl_alert_select_dialog_item -wangdaye.com.geometricweather.R$styleable: int CustomAttribute_attributeName -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Metric: AccuCurrentResult$Past24HourTemperatureDeparture$Metric() -com.google.android.material.R$styleable: int[] GradientColor -wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: void setBackgroundColorEnd(int) -james.adaptiveicon.R$attr: int windowFixedWidthMinor -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_android_enabled -wangdaye.com.geometricweather.R$styleable: int Toolbar_contentInsetRight -wangdaye.com.geometricweather.R$layout: int mtrl_layout_snackbar_include -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: ChineseCityEntityDao(org.greenrobot.greendao.internal.DaoConfig) -com.google.android.material.R$dimen: int appcompat_dialog_background_inset -androidx.swiperefreshlayout.R$id: int actions -wangdaye.com.geometricweather.R$string: int key_hide_subtitle -com.google.android.gms.base.R$styleable: int SignInButton_scopeUris -okhttp3.internal.ws.RealWebSocket: void loopReader() -wangdaye.com.geometricweather.R$id: int design_bottom_sheet -androidx.preference.R$drawable: int notification_bg_low_pressed -okio.AsyncTimeout: void scheduleTimeout(okio.AsyncTimeout,long,boolean) -androidx.lifecycle.MediatorLiveData: void addSource(androidx.lifecycle.LiveData,androidx.lifecycle.Observer) -androidx.dynamicanimation.R$drawable -com.google.android.material.R$styleable: int[] MaterialCalendarItem -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol getLocationProtocol() -retrofit2.Response: java.lang.String toString() -com.turingtechnologies.materialscrollbar.R$styleable: int ScrollingViewBehavior_Layout_behavior_overlapTop -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Subhead -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleTextAppearance -cyanogenmod.app.ICustomTileListener$Stub$Proxy: android.os.IBinder mRemote -androidx.swiperefreshlayout.R$styleable: int[] FontFamilyFont -androidx.cardview.R$styleable -org.greenrobot.greendao.AbstractDao: java.lang.String[] getPkColumns() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeTotalPrecipitationProbability -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource -androidx.constraintlayout.widget.ConstraintLayout: void setId(int) -wangdaye.com.geometricweather.R$drawable: int notif_temp_49 -com.turingtechnologies.materialscrollbar.R$attr: int dividerPadding -com.google.android.material.R$color: int design_icon_tint -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property GrassLevel -androidx.constraintlayout.widget.R$color: int bright_foreground_material_dark -cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: java.lang.String VIBRATE -com.google.android.material.R$styleable: int Constraint_flow_lastVerticalStyle -androidx.constraintlayout.widget.R$styleable: int GradientColorItem_android_offset -wangdaye.com.geometricweather.common.basic.models.weather.Wind: int getWindColor(android.content.Context) -androidx.recyclerview.widget.RecyclerView: void setRecyclerListener(androidx.recyclerview.widget.RecyclerView$RecyclerListener) -androidx.activity.R$style: int TextAppearance_Compat_Notification_Info -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_116 -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: int complete -com.xw.repo.bubbleseekbar.R$dimen: int compat_control_corner_material -androidx.preference.R$styleable: int SearchView_queryBackground -com.google.android.material.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge -com.jaredrummler.android.colorpicker.R$styleable: int FontFamily_fontProviderFetchStrategy -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_Counter_Overflow -com.xw.repo.bubbleseekbar.R$dimen: int compat_button_padding_vertical_material -wangdaye.com.geometricweather.R$id: int container_main_sun_moon_phaseText -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: java.lang.String unitId -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorControlHighlight -androidx.work.R$styleable: int FontFamilyFont_fontWeight -androidx.dynamicanimation.R$style: int TextAppearance_Compat_Notification_Info -com.google.android.material.R$styleable: int TextInputLayout_boxCollapsedPaddingTop -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: java.util.concurrent.atomic.AtomicReference queue -retrofit2.RequestBuilder: void addTag(java.lang.Class,java.lang.Object) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX -androidx.dynamicanimation.R$styleable: int GradientColor_android_startX -com.google.android.material.datepicker.MaterialCalendar -cyanogenmod.os.Build: java.lang.String getNameForSDKInt(int) -cyanogenmod.weather.CMWeatherManager$1: void onWeatherServiceProviderChanged(java.lang.String) -com.turingtechnologies.materialscrollbar.R$styleable: int[] FloatingActionButton_Behavior_Layout -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_enter -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionMode -okio.SegmentedByteString: int hashCode() -wangdaye.com.geometricweather.R$attr: int materialCalendarTheme -wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_layout_anchor -androidx.lifecycle.Lifecycling -com.google.android.material.textfield.TextInputLayout: void setCounterTextColor(android.content.res.ColorStateList) -cyanogenmod.weatherservice.ServiceRequestResult: void writeToParcel(android.os.Parcel,int) -androidx.constraintlayout.widget.R$styleable: int Toolbar_titleMarginTop -androidx.preference.R$id: int italic -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_translationX -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind: java.lang.Integer speed -wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: java.lang.String getPollenVoice(android.content.Context,int) -com.google.android.material.R$attr: int overlay -okhttp3.Response$Builder: okhttp3.Response$Builder addHeader(java.lang.String,java.lang.String) -com.google.android.material.textfield.TextInputLayout: float getBoxCornerRadiusTopStart() -androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity -com.xw.repo.bubbleseekbar.R$attr: int ratingBarStyleIndicator -cyanogenmod.providers.CMSettings$System: java.lang.String HIGH_TOUCH_SENSITIVITY_ENABLE -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber -io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: MaybeToObservable$MaybeToObservableObserver(io.reactivex.Observer) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_tooltipFrameBackground -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable -okhttp3.Cache: int requestCount() -android.support.v4.app.INotificationSideChannel -james.adaptiveicon.R$dimen: int abc_alert_dialog_button_bar_height -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: io.reactivex.Scheduler$Worker worker -com.xw.repo.bubbleseekbar.R$drawable: int abc_item_background_holo_light -androidx.preference.R$anim -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintVertical_weight -wangdaye.com.geometricweather.R$id: int groups -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_section_text_color -androidx.lifecycle.LifecycleService: void onDestroy() -wangdaye.com.geometricweather.R$animator: int weather_wind_1 -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator -wangdaye.com.geometricweather.R$styleable: int MaterialTextView_lineHeight -androidx.preference.R$styleable: int SearchView_queryHint -androidx.dynamicanimation.R$id: int icon -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.WeatherEntity) -wangdaye.com.geometricweather.R$attr: int isPreferenceVisible -com.google.android.material.R$color: int design_dark_default_color_primary_variant -android.didikee.donate.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton -com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_Alert -com.google.android.material.R$styleable: int LinearLayoutCompat_android_weightSum -com.google.android.material.card.MaterialCardView: MaterialCardView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$color: int material_grey_600 -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Rain: int UnitType -okhttp3.OkHttpClient$Builder: java.net.ProxySelector proxySelector -wangdaye.com.geometricweather.R$id: int notification_base_time -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Menu -james.adaptiveicon.R$attr: int title -com.google.android.material.R$attr: int menu -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_actionProviderClass -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamily_fontProviderPackage -okhttp3.internal.http2.Hpack$Reader: int readByte() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Maximum: double Value -androidx.fragment.R$attr: int fontProviderFetchStrategy -androidx.appcompat.R$style: int Base_Widget_AppCompat_ActivityChooserView -cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy: android.os.IBinder mRemote -com.google.android.material.R$styleable: int[] MotionLayout -androidx.constraintlayout.widget.R$styleable: int[] ViewBackgroundHelper -okhttp3.Response: void close() -cyanogenmod.providers.CMSettings$DiscreteValueValidator: CMSettings$DiscreteValueValidator(java.lang.String[]) -androidx.constraintlayout.widget.R$attr: int pivotAnchor -androidx.dynamicanimation.R$id: int right_icon -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Ice -androidx.appcompat.R$dimen: int tooltip_y_offset_non_touch -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_trackTint -cyanogenmod.profiles.LockSettings: int mValue -androidx.constraintlayout.widget.R$attr: int commitIcon -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getLtoSource -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: android.os.IBinder asBinder() -androidx.hilt.R$dimen: int notification_top_pad_large_text -androidx.drawerlayout.R$id: int right_icon -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: java.lang.String notice -com.google.android.material.R$styleable: int ConstraintSet_flow_firstHorizontalBias -androidx.constraintlayout.widget.R$style: int Base_DialogWindowTitle_AppCompat -retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder client(okhttp3.OkHttpClient) -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse -androidx.hilt.lifecycle.R$id: int text -androidx.preference.R$drawable: int abc_list_divider_material -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: io.reactivex.Observer downstream -com.google.android.material.R$attr: int dialogTheme -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Button_Borderless -androidx.preference.R$styleable: int[] ListPopupWindow -wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: java.lang.String getDurationText(android.content.Context,float) -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: boolean cancelled -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_2 -androidx.vectordrawable.R$drawable: int notification_template_icon_low_bg -wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_android_insetBottom -okhttp3.logging.LoggingEventListener: LoggingEventListener(okhttp3.logging.HttpLoggingInterceptor$Logger) -io.reactivex.Observable: io.reactivex.Observable generate(java.util.concurrent.Callable,io.reactivex.functions.BiConsumer,io.reactivex.functions.Consumer) -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_track -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense -cyanogenmod.providers.CMSettings$Secure: android.net.Uri CONTENT_URI -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setIcon(int) -com.google.android.material.R$attr: int customNavigationLayout -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: int CloudCover -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.R$id: int activity_widget_config_clockFontTitle -androidx.constraintlayout.motion.widget.MotionLayout: int getCurrentState() -james.adaptiveicon.R$attr: int paddingEnd -androidx.preference.R$styleable: int LinearLayoutCompat_android_gravity -com.turingtechnologies.materialscrollbar.R$attr: int toolbarNavigationButtonStyle -com.baidu.location.e.m: java.util.List a(org.json.JSONObject,java.lang.String,int) -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored -wangdaye.com.geometricweather.R$styleable: int GradientColor_android_endColor -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.hilt.lifecycle.R$anim -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionButton_Overflow -android.didikee.donate.R$style: int TextAppearance_AppCompat_Inverse -okhttp3.Dispatcher: int runningCallsCount() -com.jaredrummler.android.colorpicker.R$style: int Preference_Information_Material -androidx.preference.R$drawable: int abc_cab_background_top_mtrl_alpha -androidx.appcompat.R$id: int accessibility_custom_action_2 -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getNavBarThemePackageName() -androidx.appcompat.R$attr: int drawableTint -okhttp3.EventListener: void requestBodyEnd(okhttp3.Call,long) -wangdaye.com.geometricweather.R$styleable: int Slider_thumbColor -com.google.gson.FieldNamingPolicy: java.lang.String translateName(java.lang.reflect.Field) -wangdaye.com.geometricweather.R$drawable: int notif_temp_116 -retrofit2.Utils$WildcardTypeImpl: boolean equals(java.lang.Object) -com.jaredrummler.android.colorpicker.R$color: int abc_primary_text_material_dark -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.util.Date getDate() -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getRainPrecipitationProbability() -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area$LastAction: java.lang.String Localized -cyanogenmod.providers.CMSettings$System: java.lang.String FORWARD_LOOKUP_PROVIDER -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption$GeoLanguage t -cyanogenmod.app.IPartnerInterface$Stub: android.os.IBinder asBinder() -androidx.fragment.R$styleable: int GradientColor_android_endY -com.jaredrummler.android.colorpicker.R$id: int contentPanel -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: io.reactivex.ObservableSource source -com.google.gson.LongSerializationPolicy: com.google.gson.LongSerializationPolicy STRING -wangdaye.com.geometricweather.R$styleable: int TextAppearance_fontFamily -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property WeatherText -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: java.lang.String getUnitId() -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight -com.google.android.material.R$attr: int listDividerAlertDialog -cyanogenmod.providers.ThemesContract: android.net.Uri AUTHORITY_URI -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Metric: java.lang.String Unit -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_CollapsingToolbar -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_TabBar -androidx.constraintlayout.widget.R$attr: int dragDirection -wangdaye.com.geometricweather.R$styleable: int Toolbar_titleMargins -retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter: java.lang.reflect.Type responseType() -com.google.android.material.R$attr: int layout_goneMarginRight -wangdaye.com.geometricweather.R$id: int ALT -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: void cancelLiveLockScreen(java.lang.String,int,int) -wangdaye.com.geometricweather.R$attr: int flow_verticalGap -androidx.appcompat.widget.SearchView$SearchAutoComplete: void setImeVisibility(boolean) -okhttp3.internal.http2.Huffman$Node: int terminalBits -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration precipitationDuration -okhttp3.internal.http2.Http2Stream$StreamTimeout: okhttp3.internal.http2.Http2Stream this$0 -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub: IWeatherProviderServiceClient$Stub() -wangdaye.com.geometricweather.R$styleable: int MenuItem_actionProviderClass -androidx.constraintlayout.utils.widget.ImageFilterView: void setContrast(float) -androidx.hilt.lifecycle.R$dimen: int notification_right_side_padding_top -okio.Okio$3: void write(okio.Buffer,long) -com.jaredrummler.android.colorpicker.R$styleable: int PopupWindow_android_popupBackground -okhttp3.internal.http2.Http2Connection$ReaderRunnable$2 -com.baidu.location.indoor.mapversion.c.a$d: java.lang.String b -james.adaptiveicon.R$styleable: int AppCompatTheme_windowFixedWidthMajor -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_searchViewStyle -androidx.appcompat.R$style: int Widget_AppCompat_PopupMenu_Overflow -com.turingtechnologies.materialscrollbar.R$id: int transition_transform -com.jaredrummler.android.colorpicker.R$attr: int goIcon -retrofit2.BuiltInConverters: BuiltInConverters() -androidx.core.R$id: int accessibility_custom_action_25 -androidx.lifecycle.Lifecycling$1: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) -okhttp3.Cache$CacheResponseBody$1: void close() -retrofit2.ParameterHandler$Path: boolean encoded -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Headline -com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String e() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_124 -wangdaye.com.geometricweather.R$id: int dialog_donate_wechat -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: java.lang.String getCaiyun() -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_subtitleTextColor -okhttp3.HttpUrl: java.lang.String QUERY_COMPONENT_ENCODE_SET_URI -com.google.android.material.navigation.NavigationView: int getItemIconPadding() -wangdaye.com.geometricweather.R$string: int about_glide -wangdaye.com.geometricweather.R$font: int product_sans_regular -androidx.constraintlayout.widget.R$attr: int flow_verticalBias -james.adaptiveicon.R$styleable: int AppCompatTheme_actionOverflowButtonStyle -androidx.hilt.R$color: R$color() -cyanogenmod.app.ThemeVersion$ComponentVersion: int getMinVersion() -okhttp3.internal.http2.Http2Connection: int INTERVAL_PING -james.adaptiveicon.R$styleable: int ActionBar_subtitle -com.github.rahatarmanahmed.cpv.CircularProgressView: boolean isIndeterminate() -androidx.constraintlayout.widget.R$styleable: int SearchView_android_maxWidth -wangdaye.com.geometricweather.R$attr: int customDimension -com.turingtechnologies.materialscrollbar.R$id: int reservedNamedId -com.google.android.material.R$dimen: int abc_text_size_medium_material -com.google.android.material.R$attr: int buttonTintMode -cyanogenmod.providers.CMSettings$Global: long getLong(android.content.ContentResolver,java.lang.String) -androidx.hilt.work.R$id: int forever -com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat_ActionBar -androidx.viewpager2.R$dimen: int item_touch_helper_swipe_escape_max_velocity -wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_lightOnTouch -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: java.lang.Object v1 -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarTabTextStyle -com.google.android.material.slider.Slider: void setStepSize(float) -androidx.preference.R$styleable: int CheckBoxPreference_android_summaryOn -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.Precipitation getPrecipitation() -android.didikee.donate.R$styleable: int AppCompatTheme_selectableItemBackground -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Toolbar -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_firstHorizontalBias -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_DialogWindowTitle_AppCompat -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String INSTALL_TIME -okhttp3.OkHttpClient: javax.net.ssl.SSLSocketFactory newSslSocketFactory(javax.net.ssl.X509TrustManager) -androidx.core.R$styleable: int FontFamily_fontProviderQuery -com.google.android.material.R$color: int material_blue_grey_900 -wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.Long getId() -com.google.android.material.R$attr: int triggerId -androidx.preference.R$style: int TextAppearance_AppCompat_Title -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeSnowPrecipitation -androidx.lifecycle.LifecycleDispatcher$DispatcherActivityCallback: void onActivityCreated(android.app.Activity,android.os.Bundle) -wangdaye.com.geometricweather.R$string: int feedback_about_geocoder -com.xw.repo.bubbleseekbar.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 -com.google.android.material.R$styleable: int CustomAttribute_customColorValue -org.greenrobot.greendao.identityscope.IdentityScopeType: org.greenrobot.greendao.identityscope.IdentityScopeType Session -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: java.lang.String getInterfaceDescriptor() -okhttp3.internal.http.HttpDate$1: java.lang.Object initialValue() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowActionBarOverlay -cyanogenmod.app.ProfileGroup: void setSoundOverride(android.net.Uri) -com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_fontStyle -androidx.fragment.app.DialogFragment: DialogFragment() -androidx.appcompat.R$attr: int listPreferredItemPaddingRight -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_lightOnTouch -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void disposeAll() -com.bumptech.glide.integration.okhttp.R$drawable: int notification_bg -james.adaptiveicon.R$styleable: int AlertDialog_singleChoiceItemLayout -com.turingtechnologies.materialscrollbar.R$style: int CardView_Dark -androidx.constraintlayout.widget.R$styleable: int MotionLayout_motionDebug -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties: MfEphemerisResult$Properties() -com.jaredrummler.android.colorpicker.R$styleable: int Spinner_android_prompt -androidx.viewpager2.R$id: int accessibility_custom_action_27 -com.turingtechnologies.materialscrollbar.R$styleable: int View_paddingStart -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceListItem -androidx.hilt.work.R$id: int accessibility_custom_action_9 -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_optimizationLevel -cyanogenmod.weather.CMWeatherManager$2$2: int val$status -james.adaptiveicon.R$attr: int contentInsetEnd -com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_Alert_Bridge -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_weather_1 -androidx.appcompat.widget.LinearLayoutCompat: int getDividerWidth() -com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_item_icon_padding -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableBottomCompat -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_android_windowAnimationStyle -com.google.android.material.R$attr: int helperTextEnabled -androidx.vectordrawable.R$attr: int fontProviderPackage -androidx.constraintlayout.widget.R$dimen: int abc_text_size_menu_material -androidx.constraintlayout.widget.ConstraintLayout: void setMaxHeight(int) -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_19 -cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.RequestInfo$Builder setLocation(android.location.Location) -com.turingtechnologies.materialscrollbar.R$id: int customPanel -androidx.appcompat.resources.R$color: int secondary_text_default_material_light -androidx.lifecycle.FullLifecycleObserverAdapter: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) -com.xw.repo.bubbleseekbar.R$attr: int theme -james.adaptiveicon.R$dimen: int abc_action_bar_subtitle_bottom_margin_material -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_drawableTop -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: void setSpeed(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX) -com.google.android.material.R$attr: int helperText -org.greenrobot.greendao.AbstractDaoMaster: AbstractDaoMaster(org.greenrobot.greendao.database.Database,int) -com.google.android.material.R$attr: int customBoolean -wangdaye.com.geometricweather.R$attr: int windowActionBar -com.google.android.material.R$color: int mtrl_textinput_disabled_color -android.didikee.donate.R$id: int decor_content_parent -android.didikee.donate.R$style: int Base_AlertDialog_AppCompat -cyanogenmod.app.ICustomTileListener$Stub$Proxy: void onListenerConnected() -android.didikee.donate.R$attr: int ratingBarStyleSmall -androidx.constraintlayout.widget.R$attr: int layoutDescription -com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked -okio.RealBufferedSink: okio.Buffer buffer -cyanogenmod.providers.CMSettings$DiscreteValueValidator: boolean validate(java.lang.String) -com.google.android.gms.base.R$color -androidx.coordinatorlayout.widget.CoordinatorLayout: int getSuggestedMinimumHeight() -okhttp3.internal.connection.RealConnection -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property PublishTime -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleMargin -retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: void onError(java.lang.Throwable) -androidx.preference.R$dimen: int tooltip_y_offset_touch -androidx.customview.R$id: int line1 -com.google.android.material.R$dimen: int mtrl_alert_dialog_background_inset_bottom -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Speed Speed -com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_gapBetweenBars -com.jaredrummler.android.colorpicker.R$dimen: int hint_alpha_material_dark -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.MinutelyEntity,long) -com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity -james.adaptiveicon.R$styleable: int ActionBar_backgroundSplit -wangdaye.com.geometricweather.R$attr: int fontProviderPackage -androidx.constraintlayout.widget.R$drawable: int abc_ic_commit_search_api_mtrl_alpha -okio.RealBufferedSource: okio.ByteString readByteString(long) -cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String tag -io.reactivex.Observable: io.reactivex.Completable flatMapCompletable(io.reactivex.functions.Function) -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property MinuteInterval -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_VMAIL_LED_OFF_VALIDATOR -wangdaye.com.geometricweather.db.entities.MinutelyEntity: MinutelyEntity() -retrofit2.Platform: java.lang.Object invokeDefaultMethod(java.lang.reflect.Method,java.lang.Class,java.lang.Object,java.lang.Object[]) -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void onNext(java.lang.Object) -androidx.preference.R$interpolator -wangdaye.com.geometricweather.R$string: int action_manage -wangdaye.com.geometricweather.db.entities.AlertEntity: long alertId -wangdaye.com.geometricweather.R$dimen: int notification_main_column_padding_top -androidx.preference.R$attr: int viewInflaterClass -cyanogenmod.app.suggest.ApplicationSuggestion: android.os.Parcelable$Creator CREATOR -com.google.android.material.R$styleable: int[] TextInputEditText -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult: java.util.List dailyForecasts -cyanogenmod.app.Profile: void doSelect(android.content.Context,com.android.internal.policy.IKeyguardService) -androidx.appcompat.R$attr: int fontProviderFetchTimeout -android.didikee.donate.R$style: int Base_Widget_AppCompat_RatingBar -com.jaredrummler.android.colorpicker.R$attr: int spinBars -com.google.android.material.R$string: int mtrl_picker_text_input_date_range_start_hint -wangdaye.com.geometricweather.R$drawable: int abc_ratingbar_small_material -androidx.preference.R$color: int abc_background_cache_hint_selector_material_dark -android.didikee.donate.R$styleable: int RecycleListView_paddingTopNoTitle -okhttp3.RequestBody$2: okhttp3.MediaType contentType() -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_lastVerticalStyle -androidx.preference.R$styleable: int[] Fragment -okhttp3.RequestBody$1: RequestBody$1(okhttp3.MediaType,okio.ByteString) -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setTime(long) -wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle -androidx.vectordrawable.R$style: int TextAppearance_Compat_Notification_Info -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial: java.lang.String Unit -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: java.util.concurrent.atomic.AtomicReference upstream -wangdaye.com.geometricweather.R$bool: R$bool() -androidx.preference.R$attr: int dialogMessage -com.google.android.material.R$attr: int windowActionBar -james.adaptiveicon.R$styleable: int MenuView_android_verticalDivider -com.google.android.material.R$style: int ThemeOverlay_AppCompat_Dialog_Alert -com.amap.api.location.DPoint: void writeToParcel(android.os.Parcel,int) -androidx.viewpager2.R$id: int line3 -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_placeholder_placeholder_emptyVisibility -androidx.appcompat.R$styleable: int MenuItem_actionProviderClass -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Metric -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemHeight -org.greenrobot.greendao.AbstractDaoSession: java.lang.Object callInTxNoException(java.util.concurrent.Callable) -cyanogenmod.profiles.ConnectionSettings: ConnectionSettings(int,int,boolean) -wangdaye.com.geometricweather.R$dimen: int mtrl_bottomappbar_fabOffsetEndMode -wangdaye.com.geometricweather.R$attr: int brightness -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result: wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties properties -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown -androidx.customview.R$attr: R$attr() -android.didikee.donate.R$styleable: int Toolbar_buttonGravity -androidx.appcompat.R$attr: int colorError -wangdaye.com.geometricweather.R$integer: int cpv_default_anim_swoop_duration -cyanogenmod.app.BaseLiveLockManagerService -okhttp3.Request$Builder: okhttp3.Request$Builder get() -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat -androidx.constraintlayout.widget.R$styleable: int GradientColor_android_centerY -wangdaye.com.geometricweather.common.basic.models.weather.Alert: long alertId -androidx.appcompat.R$style: int Animation_AppCompat_Dialog -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void onNext(java.lang.Object) -android.didikee.donate.R$styleable: int SearchView_voiceIcon -wangdaye.com.geometricweather.db.entities.DaoMaster: void createAllTables(org.greenrobot.greendao.database.Database,boolean) -wangdaye.com.geometricweather.R$attr: int colorPrimary -androidx.appcompat.resources.R$id: int accessibility_custom_action_28 -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: boolean cancelled -androidx.preference.R$style: int Widget_AppCompat_DrawerArrowToggle -androidx.appcompat.resources.R$styleable: int FontFamilyFont_ttcIndex -androidx.work.impl.utils.futures.AbstractFuture$Waiter: androidx.work.impl.utils.futures.AbstractFuture$Waiter next -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_submitBackground -wangdaye.com.geometricweather.db.entities.DailyEntityDao: org.greenrobot.greendao.query.Query weatherEntity_DailyEntityListQuery -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void onNext(java.lang.Object) -androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_fontStyle -wangdaye.com.geometricweather.R$drawable: int shortcuts_cloudy_foreground -android.didikee.donate.R$styleable: int MenuGroup_android_checkableBehavior -androidx.hilt.R$drawable: int notification_action_background -okhttp3.EventListener: void secureConnectEnd(okhttp3.Call,okhttp3.Handshake) -androidx.constraintlayout.widget.R$styleable: int Transform_android_transformPivotX -com.google.android.material.R$attr: int framePosition -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void onSubscribe(org.reactivestreams.Subscription) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Metric -com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_check_material -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void windowUpdate(int,long) -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice$AdviceContext -wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_icon_light -cyanogenmod.providers.DataUsageContract: int COLUMN_OF_SLOW_AVG -wangdaye.com.geometricweather.R$layout: int notification_big -cyanogenmod.app.CustomTile$1: java.lang.Object[] newArray(int) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_ratingBarStyleSmall -com.google.android.material.R$attr: int materialCalendarHeaderCancelButton -androidx.constraintlayout.widget.R$styleable: int StateListDrawable_android_exitFadeDuration -com.google.gson.internal.$Gson$Types$WildcardTypeImpl: java.lang.String toString() -com.turingtechnologies.materialscrollbar.R$id: int coordinator -com.xw.repo.bubbleseekbar.R$id: int normal -wangdaye.com.geometricweather.R$attr: int buttonSize -cyanogenmod.weather.CMWeatherManager$RequestStatus: CMWeatherManager$RequestStatus() -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_setDisplayMode -androidx.appcompat.R$styleable: int FontFamilyFont_fontStyle -androidx.hilt.lifecycle.R$styleable: int[] GradientColorItem -com.google.android.material.R$attr: int hoveredFocusedTranslationZ -com.google.android.material.R$style: int Widget_AppCompat_ListView -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: void onComplete() -james.adaptiveicon.R$styleable: int MenuView_subMenuArrow -com.turingtechnologies.materialscrollbar.R$string: int abc_capital_on -androidx.legacy.coreutils.R$styleable: int GradientColor_android_startColor -com.google.android.material.R$dimen: int mtrl_calendar_navigation_bottom_padding -androidx.lifecycle.service.R: R() -androidx.appcompat.app.AppCompatDelegateImpl$PanelFeatureState$SavedState: android.os.Parcelable$Creator CREATOR -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarTabTextStyle -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_horizontalStyle -androidx.appcompat.R$id: int accessibility_custom_action_20 -androidx.core.R$id: int accessibility_custom_action_16 -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: int FINISHED -com.google.android.material.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title -wangdaye.com.geometricweather.remoteviews.config.WeekWidgetConfigActivity: WeekWidgetConfigActivity() -com.bumptech.glide.integration.okhttp.R$layout: int notification_template_icon_group -com.jaredrummler.android.colorpicker.R$id: int large -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Imperial: AccuCurrentResult$RealFeelTemperatureShade$Imperial() -androidx.constraintlayout.widget.R$attr: int color -androidx.preference.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle -androidx.lifecycle.SavedStateHandleController: java.lang.String mKey -cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String ALARM_STATE -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorButtonNormal -androidx.work.R$color -com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status COMPLETE -io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: void onSubscribe(io.reactivex.disposables.Disposable) -okhttp3.internal.http.HttpMethod: boolean redirectsToGet(java.lang.String) -androidx.appcompat.widget.Toolbar: void setTitleMarginStart(int) -okio.Buffer: long readAll(okio.Sink) -wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: float unitFactor -wangdaye.com.geometricweather.R$font: int product_sans_light_italic -com.jaredrummler.android.colorpicker.R$attr: int buttonBarNeutralButtonStyle -androidx.fragment.R$styleable: int Fragment_android_id -androidx.appcompat.R$layout: int abc_action_mode_close_item_material -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: java.lang.String getSummary(android.content.Context,java.util.List) -com.google.android.material.R$integer: int bottom_sheet_slide_duration -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_SeekBar -wangdaye.com.geometricweather.R$array: int air_quality_co_unit_values -retrofit2.ParameterHandler$Body: int p -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onScreenTurnedOn -cyanogenmod.weather.util.WeatherUtils: double celsiusToFahrenheit(double) -androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customColorDrawableValue -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Button_Colored -androidx.preference.R$styleable: int DrawerArrowToggle_arrowHeadLength -com.google.android.material.R$attr: int logo -com.google.android.material.R$dimen: int design_fab_border_width -cyanogenmod.app.Profile$ProfileTrigger$1: java.lang.Object createFromParcel(android.os.Parcel) -cyanogenmod.weather.CMWeatherManager: java.util.Map access$200(cyanogenmod.weather.CMWeatherManager) -androidx.appcompat.R$attr: int background -com.google.android.gms.base.R$string: int common_google_play_services_install_text -com.amap.api.fence.GeoFence: java.util.List getDistrictItemList() -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_checkable -okhttp3.Request$Builder: okhttp3.Request$Builder cacheControl(okhttp3.CacheControl) -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header -com.github.rahatarmanahmed.cpv.CircularProgressView: void stopAnimation() -androidx.preference.R$attr: int listPreferredItemPaddingStart -cyanogenmod.profiles.ConnectionSettings$1: java.lang.Object createFromParcel(android.os.Parcel) -wangdaye.com.geometricweather.R$id: int BOTTOM_END -com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_adjustable -androidx.appcompat.R$styleable: int ActionBar_backgroundSplit -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionBar_Solid -wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type TEMPERATURE -james.adaptiveicon.R$drawable: int notification_bg_normal_pressed -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setAqi(java.lang.String) -androidx.constraintlayout.widget.R$attr: int layout_constraintCircle -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast: java.lang.Integer freezing -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_menu_share_mtrl_alpha -com.google.android.material.appbar.MaterialToolbar: MaterialToolbar(android.content.Context,android.util.AttributeSet) -android.didikee.donate.R$styleable: int MenuGroup_android_id -wangdaye.com.geometricweather.R$string: int wind -com.turingtechnologies.materialscrollbar.R$attr: int strokeColor -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult: java.util.List DailyForecasts -androidx.constraintlayout.widget.R$styleable: int ViewStubCompat_android_inflatedId -androidx.preference.R$style: int Base_Widget_AppCompat_Spinner_Underlined -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property Id -okio.RealBufferedSource: okio.Buffer buffer -wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: void setPrefixString(java.lang.String) -androidx.appcompat.R$style: int Widget_AppCompat_ListMenuView -wangdaye.com.geometricweather.R$string: int apparent_temperature -androidx.appcompat.view.menu.ActionMenuItemView: ActionMenuItemView(android.content.Context) -com.google.android.material.bottomnavigation.BottomNavigationView: android.content.res.ColorStateList getItemIconTintList() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listDividerAlertDialog -wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property DaytimeTemperature -androidx.appcompat.R$attr: int actionModeCopyDrawable -com.jaredrummler.android.colorpicker.R$dimen: int tooltip_corner_radius -wangdaye.com.geometricweather.R$dimen: int abc_progress_bar_height_material -androidx.coordinatorlayout.R$dimen: int notification_action_icon_size -androidx.vectordrawable.R$attr: int fontStyle -wangdaye.com.geometricweather.R$anim: int btn_radio_to_off_mtrl_ring_outer_animation -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder cookieJar(okhttp3.CookieJar) -retrofit2.Call: boolean isExecuted() -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String getRagweedDescription() -androidx.viewpager2.R$dimen: int compat_notification_large_icon_max_height -androidx.hilt.work.R$styleable: int GradientColor_android_centerY -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_checkedIconMargin -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableLeftCompat -com.amap.api.fence.GeoFenceManagerBase: void addPolygonGeoFence(java.util.List,java.lang.String) -android.didikee.donate.R$dimen: int abc_dialog_padding_material -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Tooltip -androidx.transition.R$id: int italic -com.jaredrummler.android.colorpicker.R$attr: int alertDialogButtonGroupStyle -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: java.lang.String getCode() -androidx.viewpager2.R$styleable: int RecyclerView_stackFromEnd -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit KPH -okhttp3.internal.cache.CacheStrategy$Factory -cyanogenmod.library.R$styleable: int LiveLockScreen_settingsActivity -wangdaye.com.geometricweather.R$id: int item_card_display_container -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar -wangdaye.com.geometricweather.R$string: int material_timepicker_pm -james.adaptiveicon.R$styleable: int MenuItem_android_menuCategory -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: void dispose() -com.google.android.material.R$id: int accessibility_custom_action_6 -com.bumptech.glide.integration.okhttp.R$id: int tag_unhandled_key_event_manager -wangdaye.com.geometricweather.R$attr: int navigationViewStyle -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeCutDrawable -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: int prefetch -okio.BufferedSource: long readHexadecimalUnsignedLong() -wangdaye.com.geometricweather.R$color: int material_grey_100 -com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_animSwoopDuration -androidx.swiperefreshlayout.R$styleable: int FontFamily_fontProviderAuthority -androidx.appcompat.R$color: int dim_foreground_disabled_material_light -com.google.android.material.floatingactionbutton.FloatingActionButton: int getCustomSize() -com.google.android.material.R$dimen: int mtrl_btn_letter_spacing -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Spinner_DropDown -io.reactivex.internal.util.VolatileSizeArrayList: java.util.Iterator iterator() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String getLevel() -okhttp3.internal.ws.RealWebSocket: int receivedPongCount() -android.didikee.donate.R$styleable: R$styleable() -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_paddingBottom -com.google.android.material.R$layout: int abc_list_menu_item_icon -androidx.hilt.R$id: int accessibility_action_clickable_span -com.amap.api.fence.GeoFence: int hashCode() -okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Stream newStream(java.util.List,boolean) -wangdaye.com.geometricweather.common.basic.models.weather.Hourly -com.jaredrummler.android.colorpicker.R$color: int primary_material_light -wangdaye.com.geometricweather.R$style: int ShapeAppearance_MaterialComponents_LargeComponent -com.google.android.material.R$attr: int trackColorActive -com.turingtechnologies.materialscrollbar.R$id: int firstVisible -androidx.viewpager2.R$styleable: int ColorStateListItem_android_alpha -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_PopupMenu -com.google.android.material.R$styleable: int ConstraintSet_android_layout_marginStart -androidx.appcompat.R$id: int tag_accessibility_actions -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_startIconContentDescription -okhttp3.internal.http1.Http1Codec$UnknownLengthSource -androidx.constraintlayout.widget.R$string: int abc_searchview_description_submit -io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_peekHeight -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Imperial: int UnitType -androidx.vectordrawable.R$string: R$string() -com.xw.repo.bubbleseekbar.R$id: int async -wangdaye.com.geometricweather.R$string: int settings_title_refresh_rate -wangdaye.com.geometricweather.R$string: int feedback_enable_location_information -com.turingtechnologies.materialscrollbar.R$string: int abc_menu_ctrl_shortcut_label -androidx.constraintlayout.widget.R$dimen: int abc_dialog_min_width_major -com.amap.api.fence.GeoFence: java.lang.String BUNDLE_KEY_FENCE -okhttp3.internal.http2.Hpack$Reader: void adjustDynamicTableByteCount() -com.google.android.material.R$styleable: int Toolbar_titleMarginBottom -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean getWind() -cyanogenmod.app.ProfileManager: cyanogenmod.app.IProfileManager sService -androidx.appcompat.resources.R$dimen: int notification_right_side_padding_top -android.didikee.donate.R$color: int notification_action_color_filter -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_PopupMenu -com.amap.api.location.AMapLocation$1: AMapLocation$1() -androidx.coordinatorlayout.R$attr: int fontProviderFetchStrategy -io.reactivex.internal.observers.DeferredScalarDisposable: long serialVersionUID -androidx.core.R$id: int accessibility_custom_action_30 -com.google.android.material.R$styleable: int Layout_layout_constrainedWidth -wangdaye.com.geometricweather.R$styleable: int[] PreferenceFragmentCompat -com.google.android.material.R$styleable: int AppCompatTheme_panelBackground -wangdaye.com.geometricweather.R$dimen: int mtrl_slider_widget_height -james.adaptiveicon.R$attr: int contentInsetEndWithActions -android.didikee.donate.R$attr: int ratingBarStyle -androidx.appcompat.R$color: int abc_tint_switch_track -androidx.constraintlayout.widget.R$dimen: int notification_large_icon_height -cyanogenmod.os.Concierge$ParcelInfo: Concierge$ParcelInfo(android.os.Parcel,int) -cyanogenmod.externalviews.ExternalViewProperties: boolean mVisible -androidx.appcompat.widget.Toolbar: int getTitleMarginBottom() -com.xw.repo.bubbleseekbar.R$id: int scrollIndicatorUp -wangdaye.com.geometricweather.R$attr: int bsb_hide_bubble -android.didikee.donate.R$dimen: int abc_text_size_menu_material -com.google.android.material.R$styleable: int ActionBar_homeLayout -androidx.drawerlayout.R$styleable: int[] GradientColor -androidx.constraintlayout.widget.R$styleable: int ActionBar_homeLayout -okhttp3.internal.ws.WebSocketProtocol: int B1_MASK_LENGTH -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: long index -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_subtitle -com.bumptech.glide.R$id: int text2 -androidx.preference.R$layout: int abc_popup_menu_item_layout -com.google.android.material.R$dimen: int notification_large_icon_width -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayoutStates_state_collapsible -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningAdvice -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX$InfoX -androidx.preference.R$attr: int defaultQueryHint -wangdaye.com.geometricweather.R$id: int activity_allergen_toolbar -androidx.viewpager2.R$drawable -androidx.core.R$drawable: int notification_template_icon_bg -cyanogenmod.weatherservice.IWeatherProviderService$Stub: int TRANSACTION_processWeatherUpdateRequest_0 -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int aqi -androidx.constraintlayout.widget.R$id: int dialog_button -cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy: boolean handles(android.content.Intent) -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: io.reactivex.internal.disposables.SequentialDisposable task -com.jaredrummler.android.colorpicker.R$attr: int actionButtonStyle -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void innerValue(boolean,java.lang.Object) -androidx.preference.R$style: int Widget_AppCompat_CompoundButton_Switch -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Object readKey(android.database.Cursor,int) -android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: io.reactivex.ObservableSource fallback -com.amap.api.location.AMapLocationClientOption: boolean f -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintGuide_end -androidx.coordinatorlayout.R$dimen -android.didikee.donate.R$drawable: int abc_tab_indicator_material -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: java.lang.String BriefPhrase -androidx.constraintlayout.widget.R$attr: int alphabeticModifiers -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionBar_Solid -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle -androidx.constraintlayout.widget.R$attr: int autoSizeStepGranularity -retrofit2.Retrofit$Builder: java.util.List callAdapterFactories -com.jaredrummler.android.colorpicker.R$styleable: int FontFamily_fontProviderFetchTimeout -wangdaye.com.geometricweather.R$layout: int preference_recyclerview -androidx.preference.R$color: int background_floating_material_light -james.adaptiveicon.R$drawable: int abc_ic_star_black_48dp -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void onNext(java.lang.Object) -com.google.android.material.R$style: int Widget_MaterialComponents_Snackbar_TextView -wangdaye.com.geometricweather.R$attr: int transitionEasing -retrofit2.converter.gson.GsonRequestBodyConverter: okhttp3.MediaType MEDIA_TYPE -wangdaye.com.geometricweather.R$id: int dialog_background_location_summary -wangdaye.com.geometricweather.common.ui.activities.AwakeUpdateActivity -androidx.recyclerview.R$id -android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText -com.xw.repo.bubbleseekbar.R$id: int screen -com.turingtechnologies.materialscrollbar.R$styleable: int[] FloatingActionButton -cyanogenmod.app.Profile: void setStatusBarIndicator(boolean) -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHeight_max -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: MinutelyEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) -android.didikee.donate.R$styleable: int Toolbar_contentInsetStart -wangdaye.com.geometricweather.R$styleable: int Chip_android_maxWidth -androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_fontVariationSettings -com.google.android.material.R$style: int Theme_MaterialComponents -com.github.rahatarmanahmed.cpv.CircularProgressView: float startAngle -james.adaptiveicon.R$id: int multiply -com.google.android.material.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle -com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleColor(int) -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_content_inset_material -com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_android_max -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionMenuTextColor -okhttp3.ResponseBody$1: okio.BufferedSource val$content -io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) -okhttp3.internal.cache.DiskLruCache$Editor: DiskLruCache$Editor(okhttp3.internal.cache.DiskLruCache,okhttp3.internal.cache.DiskLruCache$Entry) -android.didikee.donate.R$attr: int panelMenuListWidth -com.turingtechnologies.materialscrollbar.R$attr: int selectableItemBackground -wangdaye.com.geometricweather.R$attr: int expandedTitleGravity -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor getInstance(java.lang.String) -wangdaye.com.geometricweather.R$drawable: int indicator_ltr -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.xw.repo.bubbleseekbar.R$attr: int dividerVertical -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorControlNormal -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight_NoActionBar -com.turingtechnologies.materialscrollbar.R$layout: int select_dialog_singlechoice_material -io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: void run() -wangdaye.com.geometricweather.R$string: int settings_title_daily_trend_display -com.turingtechnologies.materialscrollbar.R$styleable: int CardView_cardBackgroundColor -wangdaye.com.geometricweather.R$style: int Test_Widget_MaterialComponents_MaterialCalendar_Day -com.jaredrummler.android.colorpicker.R$attr: int itemPadding -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarWidgetTheme -androidx.fragment.R$id: int accessibility_custom_action_8 -wangdaye.com.geometricweather.R$id: int dialog_learn_more_about_geocoder_doneBtn -wangdaye.com.geometricweather.R$string: int abc_menu_alt_shortcut_label -androidx.preference.R$attr: int contentInsetLeft -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_23 -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Dialog -androidx.hilt.work.R$styleable: int FontFamilyFont_android_ttcIndex -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_searchHintIcon -cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void onStart() -wangdaye.com.geometricweather.R$styleable: int OnClick_targetId -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$TotalLiquid -com.bumptech.glide.integration.okhttp.R$attr: int layout_insetEdge -cyanogenmod.providers.CMSettings$Global: long getLongForUser(android.content.ContentResolver,java.lang.String,long,int) -wangdaye.com.geometricweather.R$id: int notification_big_temp_5 -wangdaye.com.geometricweather.R$drawable: int shortcuts_clear_day -androidx.hilt.R$id: int text2 -androidx.coordinatorlayout.R$id: int text2 -androidx.constraintlayout.widget.R$id: int sawtooth -androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableCompat_android_dither -com.jaredrummler.android.colorpicker.ColorPickerView: int getPaddingBottom() -wangdaye.com.geometricweather.R$dimen: int material_clock_hand_center_dot_radius -com.jaredrummler.android.colorpicker.R$attr: int min -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_iconTintMode -androidx.core.os.CancellationSignal: void setOnCancelListener(androidx.core.os.CancellationSignal$OnCancelListener) -wangdaye.com.geometricweather.R$drawable: int ic_toolbar_back -com.jaredrummler.android.colorpicker.R$attr: int overlapAnchor -androidx.constraintlayout.widget.R$id: int right_icon -james.adaptiveicon.R$color: int switch_thumb_disabled_material_light -androidx.preference.R$styleable: int MenuGroup_android_menuCategory -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind -wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: void setSize(float) -androidx.lifecycle.LiveData$AlwaysActiveObserver: LiveData$AlwaysActiveObserver(androidx.lifecycle.LiveData,androidx.lifecycle.Observer) -com.google.android.material.R$styleable: int ActionBar_height -androidx.core.R$drawable -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: cyanogenmod.externalviews.IKeyguardExternalViewCallbacks asInterface(android.os.IBinder) -com.google.android.gms.common.server.response.zan: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: long updateTime -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours Past6Hours -com.google.android.material.slider.BaseSlider: BaseSlider(android.content.Context) -android.didikee.donate.R$attr: int actionModePopupWindowStyle -android.didikee.donate.R$styleable: int AppCompatTheme_dialogPreferredPadding -wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_translationZ -wangdaye.com.geometricweather.R$array: int live_wallpaper_day_night_type_values -androidx.preference.R$id: int accessibility_custom_action_27 -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActivityChooserView -com.jaredrummler.android.colorpicker.R$color: int button_material_light -com.google.android.material.R$string: int material_hour_selection -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_android_enabled -androidx.preference.R$attr: int suggestionRowLayout -com.google.android.material.R$styleable: int FloatingActionButton_android_enabled -com.jaredrummler.android.colorpicker.R$id: int submit_area -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver this$0 -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_pixel -io.reactivex.internal.observers.LambdaObserver: io.reactivex.functions.Consumer onNext -cyanogenmod.util.ColorUtils: int generateAlertColorFromDrawable(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: HistoryEntityDao$Properties() -androidx.appcompat.resources.R$id: int accessibility_custom_action_29 -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setThunderstormPrecipitation(java.lang.Float) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Speed: java.lang.String Unit -com.google.android.material.R$styleable: int AppCompatTheme_controlBackground -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_95 -wangdaye.com.geometricweather.R$color: int mtrl_filled_background_color -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language -androidx.appcompat.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle -androidx.fragment.R$string -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture -androidx.viewpager.R$styleable: int FontFamilyFont_android_fontVariationSettings -com.amap.api.location.CoordinateConverter$1 -android.didikee.donate.R$drawable: int abc_vector_test -androidx.appcompat.R$dimen: int abc_text_size_body_1_material -james.adaptiveicon.R$string: int abc_action_bar_up_description -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setHideMotionSpec(com.google.android.material.animation.MotionSpec) -androidx.customview.R$dimen: int notification_right_side_padding_top -wangdaye.com.geometricweather.R$id: int activity_widget_config_showCardContainer -cyanogenmod.weatherservice.ServiceRequestResult: cyanogenmod.weather.WeatherInfo getWeatherInfo() -okhttp3.internal.http.HttpDate -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_display_4_material -wangdaye.com.geometricweather.R$styleable: int MotionLayout_motionDebug -androidx.hilt.lifecycle.R$style: int Widget_Compat_NotificationActionContainer -wangdaye.com.geometricweather.R$string: int about_greenDAO -com.jaredrummler.android.colorpicker.R$attr: int autoSizePresetSizes -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse -com.amap.api.fence.PoiItem: java.lang.String k -android.didikee.donate.R$attr: int actionModeStyle -io.reactivex.internal.observers.BasicIntQueueDisposable: boolean offer(java.lang.Object,java.lang.Object) -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_android_gravity -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: int SourceId -com.turingtechnologies.materialscrollbar.R$id: int text2 -androidx.lifecycle.MediatorLiveData: void removeSource(androidx.lifecycle.LiveData) -androidx.constraintlayout.widget.R$attr: int textAppearanceListItem -okhttp3.OkHttpClient$1: java.io.IOException timeoutExit(okhttp3.Call,java.io.IOException) -com.google.android.material.R$styleable: int ConstraintSet_layout_constrainedWidth -com.turingtechnologies.materialscrollbar.R$color: int bright_foreground_material_light -com.google.android.material.appbar.AppBarLayout$BaseBehavior -androidx.appcompat.R$attr: int editTextColor -wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar: void setPrecipitationColor(int) -com.amap.api.fence.GeoFence: java.lang.String BUNDLE_KEY_FENCEID -androidx.viewpager2.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable -com.xw.repo.bubbleseekbar.R$drawable: int abc_list_divider_material -androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_DayNight -com.google.android.material.R$style: int Widget_MaterialComponents_Button_OutlinedButton -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken[] values() -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintRight_toRightOf -androidx.cardview.widget.CardView: int getContentPaddingRight() -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowActionBarOverlay -okhttp3.internal.connection.RealConnection: okio.BufferedSink sink -androidx.fragment.R$dimen: int notification_right_icon_size -androidx.preference.R$styleable: int SwitchCompat_trackTint -androidx.appcompat.R$string: int abc_search_hint -androidx.preference.R$anim: int fragment_close_enter -wangdaye.com.geometricweather.R$integer: int design_snackbar_text_max_lines -androidx.viewpager.widget.ViewPager: void addOnPageChangeListener(androidx.viewpager.widget.ViewPager$OnPageChangeListener) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated -okhttp3.internal.http2.Settings: void clear() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_111 -okhttp3.internal.http2.Http2Writer: void applyAndAckSettings(okhttp3.internal.http2.Settings) -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Inverse -cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: void cancelRequest(int) -androidx.swiperefreshlayout.R$drawable: R$drawable() -androidx.appcompat.R$styleable: int AlertDialog_listItemLayout -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_shapeAppearanceOverlay -james.adaptiveicon.R$dimen: int highlight_alpha_material_light -com.google.android.material.R$styleable: int MockView_mock_label -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_android_summaryOn -com.google.android.material.tabs.TabLayout$TabView: com.google.android.material.badge.BadgeDrawable getOrCreateBadge() -io.reactivex.Observable: java.lang.Object blockingSingle() -com.jaredrummler.android.colorpicker.R$style: int Preference_DropDown -androidx.preference.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarWidgetTheme -wangdaye.com.geometricweather.R$color: int mtrl_indicator_text_color -com.google.android.gms.base.R$styleable: R$styleable() -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_hoveredFocusedTranslationZ -james.adaptiveicon.R$drawable: int abc_btn_borderless_material -androidx.appcompat.widget.AppCompatCheckBox: void setBackgroundDrawable(android.graphics.drawable.Drawable) -com.google.android.material.R$color: int abc_primary_text_material_light -james.adaptiveicon.R$style: int Widget_AppCompat_RatingBar_Small -com.bumptech.glide.R$layout: R$layout() -androidx.constraintlayout.widget.R$attr: int maxHeight -com.google.gson.internal.LinkedTreeMap: int modCount -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: java.lang.String insee -com.baidu.location.indoor.mapversion.c.a$d: com.baidu.location.indoor.mapversion.c.a$a e -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse -cyanogenmod.weatherservice.WeatherProviderService: void onRequestSubmitted(cyanogenmod.weatherservice.ServiceRequest) -io.reactivex.internal.disposables.ArrayCompositeDisposable: long serialVersionUID -wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_sunText -wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String description -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property City -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_prefixTextAppearance -io.reactivex.internal.util.AtomicThrowable: boolean addThrowable(java.lang.Throwable) -android.didikee.donate.R$styleable: int Toolbar_navigationIcon -okhttp3.internal.http.StatusLine: int code -cyanogenmod.providers.CMSettings$Secure: cyanogenmod.providers.CMSettings$Validator PROTECTED_COMPONENTS_VALIDATOR -io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain: java.lang.String getMessage() -io.reactivex.internal.subscriptions.EmptySubscription: void request(long) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$6: KeyguardExternalViewProviderService$Provider$ProviderImpl$6(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) -com.amap.api.location.AMapLocationQualityReport: void setLocationMode(com.amap.api.location.AMapLocationClientOption$AMapLocationMode) -androidx.customview.R$id: int notification_main_column_container -wangdaye.com.geometricweather.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable -android.didikee.donate.R$style: int TextAppearance_AppCompat_Headline -androidx.constraintlayout.widget.R$styleable: int PropertySet_motionProgress -androidx.appcompat.R$styleable: int FontFamilyFont_fontVariationSettings -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric: double Value -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor valueOf(java.lang.String) -com.google.android.material.R$styleable: int TextInputLayout_endIconMode -okhttp3.Response$Builder: okhttp3.Response$Builder receivedResponseAtMillis(long) -android.didikee.donate.R$drawable: int abc_list_pressed_holo_light -io.reactivex.internal.subscriptions.DeferredScalarSubscription: int FUSED_CONSUMED -androidx.lifecycle.ProcessLifecycleOwner: void activityResumed() -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_CALL_COLOR -android.didikee.donate.R$styleable: int MenuView_android_verticalDivider -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: io.reactivex.ObservableSource sampler -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Subhead_Inverse -wangdaye.com.geometricweather.R$drawable: int ic_mtrl_chip_close_circle -androidx.appcompat.widget.Toolbar: int getContentInsetRight() -androidx.appcompat.widget.ActionBarOverlayLayout: void setOverlayMode(boolean) -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_icon_2 -androidx.hilt.lifecycle.R$id: int tag_accessibility_heading -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_AES_128_CBC_SHA -com.turingtechnologies.materialscrollbar.R$attr: int alertDialogCenterButtons -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatSeekBar_tickMarkTintMode -okhttp3.Call -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_pressedTranslationZ -androidx.hilt.work.R$color: int secondary_text_default_material_light -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header -io.reactivex.internal.observers.DeferredScalarDisposable: java.lang.Object poll() -com.jaredrummler.android.colorpicker.R$id: int actions -wangdaye.com.geometricweather.R$styleable: int Transition_motionInterpolator -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_6 -androidx.appcompat.R$styleable: int[] AppCompatTextHelper -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeIcePrecipitationProbability() -com.xw.repo.bubbleseekbar.R$attr: int colorPrimary -androidx.viewpager2.R$attr: int fontProviderQuery -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void onNext(java.lang.Object) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarWidgetTheme -androidx.coordinatorlayout.R$styleable: int GradientColor_android_startColor -wangdaye.com.geometricweather.R$drawable: int weather_snow_mini_dark -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_Hint -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha -com.amap.api.fence.GeoFence: int getStatus() -okhttp3.Request: java.lang.Object tag(java.lang.Class) -wangdaye.com.geometricweather.R$string: int icon_content_description -androidx.legacy.coreutils.R$color -androidx.work.WorkerParameters -androidx.preference.R$attr: int borderlessButtonStyle -cyanogenmod.externalviews.ExternalViewProperties: boolean hasChanged() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeCloudCover -wangdaye.com.geometricweather.R$id: int direct -androidx.preference.R$id: int accessibility_action_clickable_span -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_setVibratorIntensity -com.google.android.material.floatingactionbutton.FloatingActionButton: void setScaleY(float) -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIndicatorFullWidth -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_dialogPreferenceStyle -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String uvLevel -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ab_share_pack_mtrl_alpha -com.google.android.material.R$string: int clear_text_end_icon_content_description -wangdaye.com.geometricweather.R$attr: int waveDecay -wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_shadowColor -androidx.appcompat.widget.SearchView -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_goneMarginTop -cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: android.os.IBinder mRemote -com.google.android.material.R$styleable: int CardView_contentPaddingBottom -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: boolean delayErrors -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Inverse -com.google.android.material.R$attr: int showPaths -io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: boolean isDisposed() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Maximum: int UnitType -com.xw.repo.bubbleseekbar.R$attr: int actionModeBackground -androidx.preference.R$attr: int trackTint -com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status valueOf(java.lang.String) -androidx.constraintlayout.widget.R$attr: int logoDescription -androidx.constraintlayout.widget.R$attr: int perpendicularPath_percent -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeTotalPrecipitationProbability() -wangdaye.com.geometricweather.R$id: int dialog_weather_hourly_text -james.adaptiveicon.R$color: int bright_foreground_material_light -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: boolean done -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.Integer dbz -androidx.constraintlayout.widget.R$styleable: int ActionBar_indeterminateProgressStyle -okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Http2Stream$StreamTimeout readTimeout -com.google.android.material.stateful.ExtendableSavedState: android.os.Parcelable$Creator CREATOR -androidx.recyclerview.R$styleable: int GradientColor_android_centerX -androidx.lifecycle.extensions.R$styleable: int GradientColor_android_gradientRadius -androidx.legacy.coreutils.R$dimen: int notification_action_text_size -okhttp3.Interceptor$Chain: okhttp3.Connection connection() -androidx.constraintlayout.widget.R$id: int animateToEnd -wangdaye.com.geometricweather.R$styleable: int Chip_chipEndPadding -androidx.lifecycle.Transformations$3: androidx.lifecycle.MediatorLiveData val$outputLiveData -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_ActionBar -com.google.android.material.card.MaterialCardView: MaterialCardView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$drawable: int flag_sr -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Button_Borderless_Colored -retrofit2.http.FormUrlEncoded -androidx.preference.R$styleable: int ActionBar_contentInsetRight -cyanogenmod.app.ProfileGroup$1: java.lang.Object createFromParcel(android.os.Parcel) -androidx.appcompat.widget.SearchView: int getMaxWidth() -com.google.android.material.R$dimen: int mtrl_btn_elevation -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setColorScheme(int[]) -androidx.constraintlayout.widget.R$dimen: int notification_media_narrow_margin -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String WALLPAPER_PREVIEW -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.lang.String PrimaryPostalCode -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getTotalPrecipitation() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$1$1: android.os.IBinder call() -androidx.activity.R$id: int tag_transition_group -com.google.android.material.R$layout: int design_bottom_sheet_dialog -androidx.hilt.R$id: int accessibility_custom_action_4 -androidx.appcompat.widget.Toolbar: void setPopupTheme(int) -com.google.android.material.R$styleable: int Layout_android_layout_height -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float snow1h -wangdaye.com.geometricweather.db.entities.AlertEntity: int color -james.adaptiveicon.R$id: int textSpacerNoButtons -com.google.android.material.slider.BaseSlider: void setTickInactiveTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.db.entities.LocationEntityDao: wangdaye.com.geometricweather.db.converters.WeatherSourceConverter weatherSourceConverter -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1: wangdaye.com.geometricweather.location.services.LocationService$LocationCallback val$callback -androidx.fragment.app.FragmentContainerView: void setLayoutTransition(android.animation.LayoutTransition) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintBottom_creator -com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_horizontalDivider -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_summaryOn -androidx.appcompat.widget.AppCompatImageView: void setImageResource(int) -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_shapeAppearance -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: int STATE_INACTIVE -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: boolean isDisposed() -cyanogenmod.providers.CMSettings$System: boolean isLegacySetting(java.lang.String) -androidx.lifecycle.GenericLifecycleObserver -io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: void run() -com.google.android.material.R$style: int Base_Theme_AppCompat_Dialog_Alert -androidx.hilt.work.R$id: int accessibility_custom_action_14 -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView: PolylineAndHistogramView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$drawable: int ic_dress -androidx.lifecycle.Lifecycling$1: Lifecycling$1(androidx.lifecycle.LifecycleEventObserver) -androidx.preference.PreferenceGroup -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void innerSuccess(java.lang.Object) -androidx.appcompat.R$attr: int dialogPreferredPadding -com.jaredrummler.android.colorpicker.R$attr: int showDividers -androidx.constraintlayout.widget.R$styleable: int Motion_transitionEasing -okhttp3.internal.http2.Http2Writer: okio.Buffer hpackBuffer -wangdaye.com.geometricweather.R$styleable: int ScrimInsetsFrameLayout_insetForeground -com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat_Dark -androidx.constraintlayout.widget.R$attr: int actionModeSelectAllDrawable -com.google.gson.stream.JsonScope: int NONEMPTY_OBJECT -com.google.android.material.card.MaterialCardView: void setCheckedIconTint(android.content.res.ColorStateList) -androidx.constraintlayout.widget.R$styleable: int Transform_android_scaleX -com.jaredrummler.android.colorpicker.R$dimen: int tooltip_precise_anchor_threshold -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer dewPoint -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Imperial: AccuCurrentResult$Ceiling$Imperial() -com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_layoutManager -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date -com.xw.repo.bubbleseekbar.R$dimen: int abc_edit_text_inset_horizontal_material -retrofit2.ParameterHandler$HeaderMap -androidx.constraintlayout.widget.R$layout: int notification_template_icon_group -okhttp3.internal.platform.ConscryptPlatform: void configureSslSocketFactory(javax.net.ssl.SSLSocketFactory) -io.reactivex.Observable: io.reactivex.Observable generate(java.util.concurrent.Callable,io.reactivex.functions.BiFunction,io.reactivex.functions.Consumer) -wangdaye.com.geometricweather.R$drawable: int material_ic_calendar_black_24dp -com.google.android.material.floatingactionbutton.FloatingActionButton: void setCompatPressedTranslationZ(float) -wangdaye.com.geometricweather.R$id: int item_pollen_daily -androidx.preference.R$style: int Widget_AppCompat_PopupWindow -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float totalPrecipitation -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric Metric -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_prefixTextColor -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_seek_step_section -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_showDividers -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -com.jaredrummler.android.colorpicker.R$string: int abc_search_hint -com.amap.api.location.AMapLocation: java.lang.String getLocationDetail() -okhttp3.HttpUrl: java.lang.String redact() -wangdaye.com.geometricweather.R$styleable: int MaterialRadioButton_useMaterialThemeColors -com.baidu.location.indoor.mapversion.c.c$b: double f -cyanogenmod.app.CustomTile$ExpandedStyle$1: CustomTile$ExpandedStyle$1() -io.reactivex.internal.subscriptions.BasicQueueSubscription: void cancel() -com.google.android.material.R$styleable: int NavigationView_menu -cyanogenmod.app.ICustomTileListener$Stub: ICustomTileListener$Stub() -com.jaredrummler.android.colorpicker.R$style: int Base_V7_Widget_AppCompat_EditText -okhttp3.HttpUrl: java.util.List encodedPathSegments() -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: ExtendedFloatingActionButton(android.content.Context,android.util.AttributeSet) -com.jaredrummler.android.colorpicker.R$attr: int layout_anchorGravity -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable: void dispose() -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: boolean isDisposed() -androidx.preference.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation -com.google.android.gms.common.api.GoogleApiClient: void registerConnectionFailedListener(com.google.android.gms.common.api.GoogleApiClient$OnConnectionFailedListener) -androidx.cardview.R$styleable: int CardView_android_minWidth -org.greenrobot.greendao.AbstractDao: long count() -androidx.lifecycle.GeneratedAdapter -androidx.constraintlayout.widget.R$integer: int abc_config_activityDefaultDur -com.jaredrummler.android.colorpicker.R$attr: int colorPrimaryDark -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Spinner -androidx.appcompat.R$styleable: int ActionBar_displayOptions -com.xw.repo.bubbleseekbar.R$attr: int bsb_rtl -com.turingtechnologies.materialscrollbar.R$attr: int itemTextAppearanceInactive -android.didikee.donate.R$styleable: int Toolbar_contentInsetRight -wangdaye.com.geometricweather.R$drawable: int mtrl_ic_error -androidx.hilt.lifecycle.R$anim: int fragment_close_enter -com.google.android.gms.base.R$drawable: int common_google_signin_btn_icon_light_normal_background -androidx.work.R$styleable: int FontFamily_fontProviderQuery -androidx.recyclerview.R$styleable: int RecyclerView_reverseLayout -wangdaye.com.geometricweather.R$string: int page_indicator -cyanogenmod.app.BaseLiveLockManagerService: boolean getLiveLockScreenEnabled() -androidx.core.R$drawable: int notification_bg_low_pressed -com.google.android.material.R$styleable: int TabLayout_tabSelectedTextColor -androidx.coordinatorlayout.R$attr: int fontWeight -com.xw.repo.bubbleseekbar.R$attr: int contentDescription -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: void slideLockscreenIn() -androidx.coordinatorlayout.R$id: int icon_group -okhttp3.internal.http2.PushObserver$1: boolean onHeaders(int,java.util.List,boolean) -com.jaredrummler.android.colorpicker.R$attr: int popupMenuStyle -com.turingtechnologies.materialscrollbar.R$color: int foreground_material_light -androidx.constraintlayout.widget.R$styleable: int[] AnimatedStateListDrawableTransition -io.reactivex.internal.queue.SpscArrayQueue: java.lang.Object lvElement(int) -cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void onAttach(android.os.IBinder) -com.github.rahatarmanahmed.cpv.CircularProgressView$5: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: void dispose() -wangdaye.com.geometricweather.R$style: int Platform_V21_AppCompat_Light -androidx.fragment.R$id: int accessibility_custom_action_26 -okhttp3.ConnectionPool$1: okhttp3.ConnectionPool this$0 -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getRagweedDescription() -com.amap.api.location.DPoint: double a -com.turingtechnologies.materialscrollbar.R$attr: int enforceTextAppearance -io.reactivex.Observable: io.reactivex.Observable takeLast(int) -okio.AsyncTimeout$Watchdog: void run() -cyanogenmod.providers.CMSettings$System: java.lang.String getString(android.content.ContentResolver,java.lang.String) -wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_3 -cyanogenmod.weather.CMWeatherManager -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeIcePrecipitationProbability -androidx.legacy.coreutils.R$id: int right_side -androidx.constraintlayout.widget.R$id: int baseline -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_transitionEasing -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: io.reactivex.internal.fuseable.SimplePlainQueue queue -okhttp3.HttpUrl: void percentDecode(okio.Buffer,java.lang.String,int,int,boolean) -wangdaye.com.geometricweather.R$drawable: int widget_card_dark_0 -wangdaye.com.geometricweather.R$drawable: int googleg_standard_color_18 -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken END_ARRAY -okhttp3.internal.Util: okio.ByteString UTF_8_BOM -com.google.android.material.bottomappbar.BottomAppBar -com.xw.repo.bubbleseekbar.R$bool: R$bool() -com.google.android.material.tabs.TabLayout: void setOnTabSelectedListener(com.google.android.material.tabs.TabLayout$OnTabSelectedListener) -androidx.viewpager2.R$id: int accessibility_custom_action_31 -com.google.android.material.button.MaterialButtonToggleGroup: void setSelectionRequired(boolean) -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: io.reactivex.Observer downstream -com.amap.api.location.AMapLocation: int b(com.amap.api.location.AMapLocation,int) -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.Temperature temperature -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: java.util.concurrent.atomic.AtomicReference mainDisposable -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: long serialVersionUID -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Dialog_Alert -androidx.hilt.work.R$styleable: int FontFamilyFont_android_fontVariationSettings -retrofit2.ParameterHandler$Header: retrofit2.Converter valueConverter -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light_Dialog_MinWidth -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: int ON_NEXT -com.google.android.material.R$string: int mtrl_picker_toggle_to_calendar_input_mode -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Headline -wangdaye.com.geometricweather.R$styleable: int State_constraints -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Precipitation: MfForecastResult$DailyForecast$Precipitation() -wangdaye.com.geometricweather.R$string: int key_live_wallpaper -io.reactivex.Observable: java.lang.Object to(io.reactivex.functions.Function) -androidx.work.R$id: int tag_accessibility_heading -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionBar_TabBar -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getUniqueDeviceId -com.google.android.material.chip.Chip: float getChipMinHeight() -androidx.preference.R$dimen: int abc_action_bar_icon_vertical_padding_material -com.google.android.material.R$style: int Widget_MaterialComponents_TabLayout_Colored -wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Counter_Overflow -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Subtitle2 -okhttp3.Request$Builder: okhttp3.Headers$Builder headers -okhttp3.TlsVersion: okhttp3.TlsVersion TLS_1_3 -com.google.android.material.textfield.TextInputLayout: void setErrorTextColor(android.content.res.ColorStateList) -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver[] observers -wangdaye.com.geometricweather.R$dimen: int mtrl_exposed_dropdown_menu_popup_vertical_padding -cyanogenmod.providers.ThemesContract$PreviewColumns: ThemesContract$PreviewColumns() -cyanogenmod.app.ProfileManager: java.lang.String TAG -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String PKG_NAME -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Body1 -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintLeft_creator -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setPublishDate(java.util.Date) -com.google.android.material.chip.Chip: Chip(android.content.Context,android.util.AttributeSet,int) -androidx.appcompat.R$attr: int selectableItemBackground -wangdaye.com.geometricweather.R$layout: int mtrl_calendar_vertical -okhttp3.FormBody$Builder: okhttp3.FormBody$Builder addEncoded(java.lang.String,java.lang.String) -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Subhead -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_EXPORT_WITH_RC4_40_MD5 -androidx.viewpager.R$styleable: int GradientColorItem_android_offset -androidx.appcompat.widget.AppCompatSpinner -androidx.recyclerview.R$styleable: int FontFamilyFont_font -android.didikee.donate.R$dimen: int abc_action_bar_subtitle_bottom_margin_material -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_android_gravity -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode CLOUDY -wangdaye.com.geometricweather.R$drawable: int design_bottom_navigation_item_background -com.google.android.material.R$styleable: int ActionMode_background -cyanogenmod.providers.WeatherContract$WeatherColumns$TempUnit -androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_fontVariationSettings -androidx.vectordrawable.R$style: int TextAppearance_Compat_Notification_Title -androidx.activity.R$id: int accessibility_custom_action_15 -io.reactivex.Observable: io.reactivex.Observable switchOnNext(io.reactivex.ObservableSource) -androidx.constraintlayout.widget.R$anim: int abc_popup_enter -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceGroup_android_orderingFromXml -cyanogenmod.app.PartnerInterface: void shutdownDevice() -wangdaye.com.geometricweather.R$drawable: int ic_water_percent -androidx.constraintlayout.widget.R$styleable: int GradientColor_android_tileMode -okhttp3.OkHttpClient$1: void setCache(okhttp3.OkHttpClient$Builder,okhttp3.internal.cache.InternalCache) -cyanogenmod.app.ILiveLockScreenManager: cyanogenmod.app.LiveLockScreenInfo getDefaultLiveLockScreen() -androidx.loader.R$styleable: int FontFamilyFont_android_fontWeight -androidx.appcompat.R$color: int primary_dark_material_dark -android.didikee.donate.R$styleable: int TextAppearance_android_textColor -androidx.appcompat.R$anim: int abc_slide_in_bottom -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_snackbar_background_corner_radius -com.turingtechnologies.materialscrollbar.R$dimen: int abc_button_inset_vertical_material -com.turingtechnologies.materialscrollbar.R$attr: int behavior_skipCollapsed -androidx.hilt.work.R$styleable -wangdaye.com.geometricweather.R$attr: int background -androidx.constraintlayout.widget.R$attr: int layout_goneMarginRight -wangdaye.com.geometricweather.R$string: int date_format_widget_oreo_style -com.xw.repo.bubbleseekbar.R$attr: int fontProviderFetchStrategy -wangdaye.com.geometricweather.R$dimen: int design_tab_text_size_2line -wangdaye.com.geometricweather.R$styleable: int OnSwipe_maxVelocity -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getFontThemePackageName() -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: io.reactivex.disposables.Disposable upstream -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub -androidx.preference.R$attr: int editTextColor -wangdaye.com.geometricweather.R$drawable: int abc_action_bar_item_background_material -cyanogenmod.providers.CMSettings$System: java.lang.String[] LEGACY_SYSTEM_SETTINGS -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit F -com.amap.api.fence.GeoFenceListener: void onGeoFenceCreateFinished(java.util.List,int,java.lang.String) -com.xw.repo.bubbleseekbar.R$dimen: int abc_dropdownitem_text_padding_left -com.google.android.material.chip.Chip: android.content.res.ColorStateList getCheckedIconTint() -androidx.viewpager2.R$style: int TextAppearance_Compat_Notification -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: java.util.Map groups -wangdaye.com.geometricweather.R$id: int test_checkbox_app_button_tint -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void onNext(java.lang.Object) -okio.Buffer: long indexOfElement(okio.ByteString,long) -okio.Buffer$1 -okhttp3.Dispatcher: void finished(okhttp3.RealCall$AsyncCall) -androidx.appcompat.widget.AppCompatImageButton: void setSupportImageTintList(android.content.res.ColorStateList) -james.adaptiveicon.R$attr: int buttonStyleSmall -cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.IKeyguardExternalViewProvider access$000(cyanogenmod.externalviews.KeyguardExternalView) -com.amap.api.location.AMapLocationQualityReport: long getNetUseTime() -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_numericModifiers -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_3DES_EDE_CBC_SHA -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dialogTheme -androidx.constraintlayout.widget.R$styleable: int MenuItem_showAsAction -com.xw.repo.bubbleseekbar.R$attr: int listPreferredItemHeightSmall -androidx.recyclerview.R$style: int Widget_Compat_NotificationActionText -okio.ByteString: int decodeHexDigit(char) -cyanogenmod.app.CustomTile$1: java.lang.Object createFromParcel(android.os.Parcel) -androidx.recyclerview.R$drawable: int notification_bg -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: boolean isDataConnectionSelectedOnSub(int) -james.adaptiveicon.R$id: int chronometer -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ImageButton -com.turingtechnologies.materialscrollbar.R$layout: int abc_list_menu_item_checkbox -com.amap.api.location.AMapLocation: android.os.Parcelable$Creator CREATOR -io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: boolean isDisposed() -wangdaye.com.geometricweather.R$drawable: int ic_google_play -wangdaye.com.geometricweather.R$styleable: int[] LiveLockScreen -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_NAVIGATION_BAR -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense -com.google.android.material.R$dimen: int notification_small_icon_size_as_large -okhttp3.Handshake: okhttp3.TlsVersion tlsVersion -com.google.android.material.snackbar.BaseTransientBottomBar$Behavior: BaseTransientBottomBar$Behavior() -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: long serialVersionUID -androidx.activity.R$styleable: int[] FontFamily -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: void setLogo(java.lang.String) -androidx.constraintlayout.widget.R$drawable: int abc_list_focused_holo -okhttp3.internal.cache.DiskLruCache: java.lang.String JOURNAL_FILE_BACKUP -okhttp3.internal.http2.Http2Connection: void writeSynReset(int,okhttp3.internal.http2.ErrorCode) -android.didikee.donate.R$styleable: int[] MenuGroup -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: java.lang.String getAddress() -okhttp3.internal.cache.DiskLruCache$Editor: boolean done -okhttp3.internal.platform.OptionalMethod: java.lang.Class[] methodParams -com.google.android.material.bottomappbar.BottomAppBar: void setCradleVerticalOffset(float) -cyanogenmod.themes.ThemeChangeRequest: long getWallpaperId() -androidx.constraintlayout.widget.R$styleable: int ActionBar_titleTextStyle -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_DEFAULT_LED_OFF -james.adaptiveicon.R$attr: int arrowShaftLength -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintCircleRadius -androidx.vectordrawable.animated.R$dimen: int notification_right_icon_size -com.loc.k: java.lang.String b() -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: void run() -james.adaptiveicon.R$attr: int actionBarDivider -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Badge -wangdaye.com.geometricweather.R$dimen: int abc_list_item_height_material -wangdaye.com.geometricweather.R$dimen: int disabled_alpha_material_dark -io.reactivex.internal.observers.ForEachWhileObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.reflect.Type rawType -androidx.core.R$dimen: int notification_action_text_size -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ButtonBar -wangdaye.com.geometricweather.R$dimen: int material_icon_size -com.google.android.material.R$style: int CardView -cyanogenmod.weather.WeatherLocation$Builder: cyanogenmod.weather.WeatherLocation$Builder setCountryId(java.lang.String) -io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable -androidx.hilt.lifecycle.R$layout: int notification_action_tombstone -wangdaye.com.geometricweather.db.entities.DaoMaster: DaoMaster(org.greenrobot.greendao.database.Database) -com.google.android.material.R$styleable: int CollapsingToolbarLayout_maxLines -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small -android.didikee.donate.R$attr: int windowActionBarOverlay -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light_NoActionBar -com.github.rahatarmanahmed.cpv.R$attr: int cpv_animDuration -wangdaye.com.geometricweather.R$color: int abc_tint_default -io.reactivex.internal.functions.Functions$HashSetCallable -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1: BaiduIPLocationService$1(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService,wangdaye.com.geometricweather.location.services.LocationService$LocationCallback) -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxCornerRadiusTopEnd -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_orderInCategory -androidx.appcompat.R$styleable: int ActionBar_contentInsetLeft -androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPreDestroyed(android.app.Activity) -androidx.vectordrawable.R$id: int actions -com.xw.repo.bubbleseekbar.R$attr: int colorSwitchThumbNormal -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void onError(java.lang.Throwable) -androidx.vectordrawable.animated.R$style: int TextAppearance_Compat_Notification_Info -wangdaye.com.geometricweather.R$id: int titleDividerNoCustom -androidx.appcompat.R$attr: int actionBarStyle -wangdaye.com.geometricweather.R$color: int cardview_shadow_end_color -androidx.appcompat.R$attr: int menu -androidx.lifecycle.ProcessLifecycleOwner: boolean mPauseSent -com.google.android.material.R$styleable: int ConstraintSet_flow_firstVerticalBias -wangdaye.com.geometricweather.R$dimen: int tooltip_horizontal_padding -androidx.core.R$attr: int ttcIndex -android.didikee.donate.R$drawable: int abc_item_background_holo_dark -com.jaredrummler.android.colorpicker.R$styleable: int Spinner_popupTheme -androidx.constraintlayout.widget.R$anim: int btn_radio_to_on_mtrl_dot_group_animation -androidx.constraintlayout.widget.R$dimen: int abc_seekbar_track_background_height_material -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_editor_absoluteX -cyanogenmod.themes.ThemeManager$2$1 -com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String a() -androidx.constraintlayout.widget.R$color: int abc_tint_btn_checkable -okhttp3.internal.ws.WebSocketReader: boolean isFinalFrame -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_thumb_color -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWetBulbTemperature -android.didikee.donate.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow -james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: ObservableConcatMap$SourceObserver(io.reactivex.Observer,io.reactivex.functions.Function,int) -com.google.android.material.R$attr: int tabPaddingTop -okhttp3.Request$Builder: okhttp3.Request$Builder url(java.lang.String) -com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_MinWidth -androidx.cardview.widget.CardView: boolean getPreventCornerOverlap() -android.didikee.donate.R$styleable: int AppCompatTextView_drawableRightCompat -wangdaye.com.geometricweather.R$attr: int paddingRightSystemWindowInsets -androidx.coordinatorlayout.R$drawable: int notify_panel_notification_icon_bg -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_barrierDirection -okhttp3.HttpUrl$Builder: int port -com.turingtechnologies.materialscrollbar.R$style: int Base_V21_Theme_AppCompat_Light_Dialog -com.jaredrummler.android.colorpicker.R$attr: int cpv_dialogType -wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: void setColor(boolean) -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: io.reactivex.disposables.Disposable upstream -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut -okio.Buffer: okio.ByteString snapshot() -wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_AppbarTheme_Light -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionMenuTextColor -androidx.constraintlayout.widget.R$attr: int windowMinWidthMinor -com.bumptech.glide.R$style -androidx.preference.R$styleable: int DrawerArrowToggle_drawableSize -androidx.preference.R$styleable: int AppCompatTheme_actionBarWidgetTheme -okio.Buffer: java.io.InputStream inputStream() -retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter -io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: void onComplete() -james.adaptiveicon.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog -com.bumptech.glide.R$style: int TextAppearance_Compat_Notification_Line2 -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -androidx.core.R$id: int accessibility_custom_action_23 -com.jaredrummler.android.colorpicker.R$style: int Base_V7_Theme_AppCompat_Light_Dialog -wangdaye.com.geometricweather.R$color: int bright_foreground_disabled_material_dark -com.jaredrummler.android.colorpicker.R$dimen: int cpv_item_horizontal_padding -cyanogenmod.providers.WeatherContract$WeatherColumns -com.autonavi.aps.amapapi.model.AMapLocationServer -androidx.appcompat.resources.R$drawable: int notification_bg_normal_pressed -androidx.constraintlayout.widget.R$styleable: int Spinner_android_popupBackground -okhttp3.internal.http.HttpCodec: int DISCARD_STREAM_TIMEOUT_MILLIS -androidx.multidex.MultiDexApplication: MultiDexApplication() -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintCircle -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void onComplete() -okhttp3.internal.ws.RealWebSocket: boolean writeOneFrame() -james.adaptiveicon.R$layout: int abc_action_bar_up_container -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: MfWarningsResult() -james.adaptiveicon.R$styleable: int Spinner_android_prompt -android.didikee.donate.R$styleable: int AppCompatSeekBar_tickMarkTintMode -androidx.core.R$attr: int fontProviderFetchTimeout -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_creator -okhttp3.internal.http2.Http2Stream$FramingSource: boolean finished -com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_endColor -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getTotalPrecipitationProbability() -retrofit2.OkHttpCall$NoContentResponseBody: okio.BufferedSource source() -james.adaptiveicon.R$dimen: int notification_big_circle_margin -androidx.constraintlayout.widget.R$drawable: int abc_ic_star_black_36dp -androidx.appcompat.R$style: int Base_V26_Widget_AppCompat_Toolbar -android.didikee.donate.R$styleable: int MenuItem_android_checkable -io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: java.lang.Object index() -wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Title_Panel -com.google.android.gms.auth.api.signin.GoogleSignInAccount -wangdaye.com.geometricweather.R$dimen -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setThunderstormPrecipitationProbability(java.lang.Float) -james.adaptiveicon.R$styleable: int AppCompatTheme_windowMinWidthMinor -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Toolbar_Button_Navigation -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal -androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart -androidx.preference.R$styleable: int GradientColor_android_endX -okhttp3.FormBody: java.util.List encodedNames -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Display1 -james.adaptiveicon.R$style: int Platform_ThemeOverlay_AppCompat_Light -wangdaye.com.geometricweather.db.entities.AlertEntity: void setCityId(java.lang.String) -com.xw.repo.bubbleseekbar.R$dimen: int abc_panel_menu_list_width -com.google.android.material.R$style: int Theme_AppCompat_Light -androidx.appcompat.R$styleable: int AppCompatTheme_windowNoTitle -okhttp3.internal.platform.Platform: Platform() -androidx.preference.R$styleable: int ActionMode_closeItemLayout -androidx.drawerlayout.R$attr: int font -android.didikee.donate.R$attr: int searchIcon -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getDailyForecast() -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.internal.observers.InnerQueuedObserver current -androidx.work.R$styleable: int ColorStateListItem_android_alpha -wangdaye.com.geometricweather.R$dimen: int abc_action_bar_stacked_tab_max_width -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption$AMapLocationMode getLocationMode() -com.amap.api.location.AMapLocationClientOption: boolean isOnceLocation() -com.xw.repo.bubbleseekbar.R$drawable: int tooltip_frame_dark -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: boolean isSnow() -com.google.android.material.R$attr: int staggered -wangdaye.com.geometricweather.R$attr: int tabPadding -android.didikee.donate.R$color: int abc_primary_text_material_dark -retrofit2.KotlinExtensions$await$2$2: KotlinExtensions$await$2$2(kotlinx.coroutines.CancellableContinuation) -io.reactivex.Observable: io.reactivex.Observable window(long) -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property TotalPrecipitationProbability -wangdaye.com.geometricweather.R$styleable: int ActionBar_title -com.google.android.material.slider.BaseSlider: void setValueFrom(float) -com.jaredrummler.android.colorpicker.R$drawable: int cpv_btn_background -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_centerColor -okhttp3.internal.cache.DiskLruCache: void completeEdit(okhttp3.internal.cache.DiskLruCache$Editor,boolean) -androidx.work.R$id: int notification_background -wangdaye.com.geometricweather.R$attr: int toolbarNavigationButtonStyle -retrofit2.SkipCallbackExecutorImpl: int hashCode() -wangdaye.com.geometricweather.R$string: int feedback_search_nothing -com.jaredrummler.android.colorpicker.R$integer: int status_bar_notification_info_maxnum -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_search_api_material -com.bumptech.glide.R$id: int title -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -androidx.appcompat.R$style: int Base_V7_Widget_AppCompat_Toolbar -androidx.viewpager.R$styleable: int FontFamilyFont_fontVariationSettings -androidx.swiperefreshlayout.R$styleable: int[] GradientColorItem -com.google.android.material.R$styleable: int TextInputLayout_startIconDrawable -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHorizontal_chainStyle -com.google.android.material.R$id: int notification_main_column_container -com.jaredrummler.android.colorpicker.R$drawable: int abc_textfield_activated_mtrl_alpha -com.google.android.material.slider.Slider: void setHaloRadiusResource(int) -wangdaye.com.geometricweather.R$layout: int widget_week_3 -com.google.android.material.R$string: int material_clock_display_divider -cyanogenmod.app.ILiveLockScreenManager: void setDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse -androidx.work.R$id: int icon_group -androidx.vectordrawable.R$styleable -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Button_Small -com.google.android.material.R$attr: int linearSeamless -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Menu -cyanogenmod.profiles.StreamSettings$1: java.lang.Object createFromParcel(android.os.Parcel) -okhttp3.internal.http2.Http2Codec$StreamFinishingSource -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem -androidx.appcompat.R$attr: int contentInsetLeft -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHeight_percent -okhttp3.internal.http.RequestLine -okhttp3.OkHttpClient: java.net.Proxy proxy -androidx.appcompat.R$style: int Base_V28_Theme_AppCompat -okhttp3.CookieJar$1 -okhttp3.MultipartBody$Builder: java.util.List parts -com.google.android.material.internal.NavigationMenuItemView: void setIconTintList(android.content.res.ColorStateList) -cyanogenmod.hardware.CMHardwareManager: java.lang.String TAG -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onAttach_0 -io.reactivex.internal.operators.observable.ObservableGroupBy$State -android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat_ActionBar -androidx.appcompat.R$color: int switch_thumb_normal_material_dark -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: void dispose() -okhttp3.internal.http2.Hpack$Reader: okhttp3.internal.http2.Header[] dynamicTable -com.google.android.material.R$style: int Widget_AppCompat_ActionMode -com.google.android.material.R$dimen: int design_snackbar_padding_vertical_2lines -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getIconsThemePackageName() -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon -cyanogenmod.profiles.LockSettings: LockSettings(int) -io.reactivex.Observable: void blockingSubscribe(io.reactivex.Observer) -okhttp3.Cookie: java.util.regex.Pattern MONTH_PATTERN -com.turingtechnologies.materialscrollbar.R$anim: int design_bottom_sheet_slide_out -android.didikee.donate.R$attr: int switchPadding -com.google.android.material.floatingactionbutton.FloatingActionButton: int getSize() -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Display3 -com.google.android.material.R$styleable: int[] Toolbar -com.amap.api.location.AMapLocation: void setTrustedLevel(int) -cyanogenmod.profiles.StreamSettings -wangdaye.com.geometricweather.R$id: int dialog_location_help_permissionTitle -okio.AsyncTimeout: AsyncTimeout() -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.HistoryEntity) -wangdaye.com.geometricweather.R$drawable: int weather_thunder_mini_light -com.amap.api.location.AMapLocation -com.google.android.material.transformation.TransformationChildLayout -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric: java.lang.String Unit -com.google.android.material.R$attr: int trackTint -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_checkedTextViewStyle -com.google.android.material.imageview.ShapeableImageView: void setStrokeWidth(float) -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_8 -retrofit2.ParameterHandler$FieldMap: java.lang.reflect.Method method -androidx.preference.R$attr: int searchIcon -androidx.appcompat.resources.R$styleable: int FontFamily_fontProviderFetchStrategy -com.google.android.material.R$color: int switch_thumb_normal_material_dark -com.google.android.material.R$styleable: int KeyTimeCycle_wavePeriod -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceListItemSecondary -android.didikee.donate.R$attr: int colorAccent -wangdaye.com.geometricweather.R$attr: int rippleColor -androidx.core.R$color: int notification_icon_bg_color -androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_marginLeft -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void innerError(java.lang.Throwable) -wangdaye.com.geometricweather.R$attr: int settingsActivity -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleMarginTop -androidx.constraintlayout.widget.R$attr: int layout_constraintRight_creator -okhttp3.HttpUrl: okhttp3.HttpUrl get(java.lang.String) -com.google.android.material.R$attr: int toolbarStyle -com.turingtechnologies.materialscrollbar.R$attr: int showAsAction -wangdaye.com.geometricweather.R$dimen: int abc_button_inset_horizontal_material -androidx.hilt.R$styleable: int GradientColor_android_type -com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemIconSize(int) -com.google.android.material.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionBar_Solid -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_firstBaselineToTopHeight -com.google.android.material.R$attr: int cardBackgroundColor -androidx.constraintlayout.widget.R$anim: int btn_checkbox_to_unchecked_check_path_merged_animation -com.xw.repo.bubbleseekbar.R$attr: int layout_anchorGravity -com.google.android.gms.base.R$drawable: int common_google_signin_btn_icon_light -androidx.appcompat.R$style: int Theme_AppCompat_Light_DarkActionBar -cyanogenmod.externalviews.ExternalViewProviderService$Provider -com.turingtechnologies.materialscrollbar.R$attr: int msb_scrollMode -okhttp3.EventListener: okhttp3.EventListener NONE -androidx.hilt.R$id: int accessibility_custom_action_2 -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setBackgroundTintList(android.content.res.ColorStateList) -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_SeekBar -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult: java.lang.String MobileLink -android.didikee.donate.R$styleable: int Toolbar_popupTheme -okio.Buffer: boolean equals(java.lang.Object) -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer windSpeed -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_toolbarStyle -com.turingtechnologies.materialscrollbar.R$id: int image -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxStrokeErrorColor -com.google.android.material.R$styleable: int[] RecyclerView -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_130 -androidx.constraintlayout.widget.R$attr: int region_heightMoreThan -wangdaye.com.geometricweather.R$dimen: int abc_alert_dialog_button_bar_height -androidx.constraintlayout.widget.R$color: int abc_search_url_text_selected -cyanogenmod.weather.CMWeatherManager: java.lang.String TAG -com.google.android.material.R$style: int Theme_AppCompat_Light_DarkActionBar -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: boolean done -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_NoActionBar_Bridge -wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_layout_keyline -androidx.viewpager2.R$styleable: int RecyclerView_reverseLayout -android.didikee.donate.R$dimen: int abc_text_size_small_material -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown -com.google.android.material.R$dimen: int mtrl_progress_indicator_full_rounded_corner_radius -cyanogenmod.alarmclock.ClockContract$AlarmsColumns: java.lang.String ENABLED -com.turingtechnologies.materialscrollbar.R$string: int path_password_strike_through -com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter: void onModeChanged(boolean) -com.google.android.material.R$id: int material_hour_text_input -androidx.appcompat.R$style: int Base_V21_Theme_AppCompat_Light -com.google.android.gms.common.stats.WakeLockEvent -com.google.android.material.R$style: int Widget_MaterialComponents_TimePicker_Display_TextInputEditText -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored -androidx.dynamicanimation.R$attr: R$attr() -cyanogenmod.providers.CMSettings: java.lang.String AUTHORITY -com.turingtechnologies.materialscrollbar.R$styleable: int[] ThemeEnforcement -io.reactivex.Observable: io.reactivex.Observable debounce(long,java.util.concurrent.TimeUnit) -android.didikee.donate.R$styleable: int AppCompatTheme_popupMenuStyle -com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_android_dialogLayout -wangdaye.com.geometricweather.R$attr: int cpv_showColorShades -okio.package-info -androidx.lifecycle.ServiceLifecycleDispatcher: android.os.Handler mHandler -wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type UV_INDEX -android.support.v4.app.INotificationSideChannel$Default -com.google.android.material.R$styleable: int[] MotionHelper -james.adaptiveicon.R$layout: int abc_search_view -com.google.android.material.R$styleable: int Chip_checkedIconVisible -okhttp3.internal.http2.Http2Reader: java.util.logging.Logger logger -cyanogenmod.providers.CMSettings$DiscreteValueValidator: java.lang.String[] mValues -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ListView_DropDown -androidx.recyclerview.R$attr: int fontVariationSettings -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void onNext(java.lang.Object) -com.xw.repo.bubbleseekbar.R$drawable: int abc_ratingbar_material -cyanogenmod.app.IPartnerInterface$Stub$Proxy: android.os.IBinder asBinder() -cyanogenmod.providers.CMSettings$NameValueCache: java.lang.String mCallSetCommand -okhttp3.Response: long receivedResponseAtMillis() -james.adaptiveicon.R$attr: int buttonBarNeutralButtonStyle -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_26 -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_weight -cyanogenmod.externalviews.KeyguardExternalView: android.os.IBinder access$202(cyanogenmod.externalviews.KeyguardExternalView,android.os.IBinder) -cyanogenmod.weather.CMWeatherManager$RequestStatus: int ALREADY_IN_PROGRESS -wangdaye.com.geometricweather.R$attr: int motion_triggerOnCollision -com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat_Dialog_Alert -okhttp3.Cache: int hitCount() -androidx.constraintlayout.widget.R$attr: int spinnerDropDownItemStyle -com.google.android.material.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha -com.google.android.gms.common.internal.zas -com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize -wangdaye.com.geometricweather.R$attr: int bottomNavigationStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: boolean isShow -james.adaptiveicon.R$id: int src_over -okhttp3.Challenge: java.nio.charset.Charset charset() -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeFillColor -androidx.appcompat.R$styleable: int ActionBar_backgroundStacked -com.google.android.material.R$styleable: int Constraint_layout_constrainedWidth -okhttp3.internal.ws.WebSocketProtocol: int PAYLOAD_SHORT -androidx.preference.R$drawable: int abc_ic_commit_search_api_mtrl_alpha -com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: java.lang.reflect.Type getGenericComponentType() -james.adaptiveicon.R$styleable: int FontFamilyFont_android_ttcIndex -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_editor_absoluteX -androidx.lifecycle.LiveData: void onActive() -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_android_fitsSystemWindows -com.google.android.material.R$attr: int cornerFamilyBottomRight -io.reactivex.internal.functions.Functions$NaturalComparator: io.reactivex.internal.functions.Functions$NaturalComparator valueOf(java.lang.String) -androidx.swiperefreshlayout.R$styleable: R$styleable() -androidx.hilt.lifecycle.R$integer -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon -com.baidu.location.e.l$b: java.lang.String a(com.baidu.location.e.l$b,org.json.JSONObject) -wangdaye.com.geometricweather.R$string: int content_desc_wechat_payment_code -org.greenrobot.greendao.database.DatabaseOpenHelper: int version -androidx.appcompat.R$style: int Widget_AppCompat_Toolbar -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_minHeight -androidx.constraintlayout.widget.R$attr: int actionBarTabTextStyle -okhttp3.internal.http1.Http1Codec$FixedLengthSource: Http1Codec$FixedLengthSource(okhttp3.internal.http1.Http1Codec,long) -cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks mCallback -androidx.appcompat.R$styleable: int ViewBackgroundHelper_backgroundTintMode -cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_GPS -android.didikee.donate.R$styleable: int SwitchCompat_android_textOn -wangdaye.com.geometricweather.R$id: int expand_activities_button -androidx.preference.R$attr: int buttonCompat -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Sun -wangdaye.com.geometricweather.R$styleable: int Preference_allowDividerBelow -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float relativeHumidity -com.google.android.material.R$attr: int tabSelectedTextColor -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_content_2 -io.reactivex.internal.schedulers.AbstractDirectTask: java.util.concurrent.FutureTask DISPOSED -com.google.android.gms.internal.base.zai -okio.RealBufferedSource: byte readByte() -androidx.preference.R$attr: int colorControlActivated -androidx.appcompat.R$id: int activity_chooser_view_content -androidx.constraintlayout.widget.R$attr: int touchAnchorSide -com.google.android.material.internal.FlowLayout -wangdaye.com.geometricweather.R$dimen: int abc_action_button_min_width_material -androidx.preference.R$styleable: int ActionBar_subtitleTextStyle -androidx.constraintlayout.widget.R$drawable: int abc_list_selector_background_transition_holo_dark -com.google.android.material.R$attr: int textLocale -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_elevation -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Long readKey(android.database.Cursor,int) -android.didikee.donate.R$drawable: int abc_textfield_search_material -androidx.cardview.R$styleable: int CardView_contentPaddingBottom -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Caption -cyanogenmod.app.Profile: java.util.Map mTriggers -androidx.lifecycle.extensions.R$id: int normal -wangdaye.com.geometricweather.R$color: int primary_text_disabled_material_dark -com.turingtechnologies.materialscrollbar.R$id: int parent_matrix -com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol -james.adaptiveicon.R$styleable: int AppCompatTheme_colorAccent -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored -com.amap.api.fence.GeoFence: void setEnterTime(long) -android.didikee.donate.R$style: int Theme_AppCompat_Dialog_MinWidth -james.adaptiveicon.AdaptiveIconView: james.adaptiveicon.AdaptiveIcon getIcon() -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_defaultQueryHint -com.google.android.material.R$attr: int fontProviderCerts -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header -com.google.android.material.textfield.TextInputLayout: void setCounterEnabled(boolean) -com.bumptech.glide.integration.okhttp.R$attr: int fontProviderFetchStrategy -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_rotation -androidx.constraintlayout.widget.R$attr: int drawPath -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: long serialVersionUID -androidx.vectordrawable.animated.R$styleable: int GradientColor_android_centerX -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_submitBackground -wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation: wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation[] values() -com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Metric: double Value -androidx.appcompat.R$drawable: int abc_ic_go_search_api_material -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_104 -com.google.android.material.R$style: int TextAppearance_AppCompat_Display2 -android.didikee.donate.R$styleable: int AppCompatTheme_tooltipForegroundColor -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_fontFamily -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionBar_TabText -com.turingtechnologies.materialscrollbar.R$attr: int cardBackgroundColor -androidx.drawerlayout.R$id: int right_side -com.google.android.material.R$styleable: int Toolbar_android_gravity -cyanogenmod.platform.R$array -com.turingtechnologies.materialscrollbar.R$color: int design_fab_shadow_end_color -retrofit2.HttpException: java.lang.String message() -androidx.constraintlayout.widget.R$dimen: int abc_text_size_display_2_material -wangdaye.com.geometricweather.R$bool: int abc_config_actionMenuItemAllCaps -wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_light_pressed -androidx.preference.R$styleable: int SeekBarPreference_android_max -wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout: void setOnApplyWindowInsetsListener(android.view.View$OnApplyWindowInsetsListener) -retrofit2.CallAdapter: java.lang.Object adapt(retrofit2.Call) -cyanogenmod.app.ICMTelephonyManager: void setDefaultPhoneSub(int) -wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: java.lang.String providerId -androidx.lifecycle.extensions.R$styleable: int[] Fragment -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title -androidx.preference.R$styleable: int FontFamily_fontProviderFetchStrategy -wangdaye.com.geometricweather.R$styleable: int StateListDrawable_android_dither -com.google.android.material.R$styleable: int Chip_closeIconStartPadding -com.google.android.material.R$dimen: int design_fab_image_size -androidx.viewpager.R$styleable: int FontFamilyFont_android_font -androidx.preference.R$id: int accessibility_custom_action_13 -wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderSelection -com.google.android.material.R$style: int Animation_Design_BottomSheetDialog -wangdaye.com.geometricweather.R$id: int action_menu_presenter -cyanogenmod.themes.ThemeManager: boolean isThemeBeingProcessed(java.lang.String) -io.reactivex.Observable: io.reactivex.Observable skipLast(long,java.util.concurrent.TimeUnit) -android.didikee.donate.R$styleable: int[] RecycleListView -androidx.constraintlayout.widget.R$drawable: int notification_bg_low_normal -androidx.appcompat.widget.ViewStubCompat: void setVisibility(int) -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_collapsedTitleTextAppearance -io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: io.reactivex.internal.disposables.SequentialDisposable upstream -okhttp3.Cache: okhttp3.Response get(okhttp3.Request) -androidx.core.R$id: int icon -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: int val$height -retrofit2.Response: retrofit2.Response success(java.lang.Object,okhttp3.Headers) -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setWallpaperId(long) -com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat_Dialog -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_checkboxStyle -androidx.work.R$dimen: int notification_large_icon_height -wangdaye.com.geometricweather.R$id: int snackbar_text -com.xw.repo.bubbleseekbar.R$styleable: int[] MenuView -androidx.preference.R$styleable: int Preference_android_shouldDisableView -okhttp3.internal.cache2.Relay: okio.Buffer upstreamBuffer -cyanogenmod.hardware.CMHardwareManager: int FEATURE_HIGH_TOUCH_SENSITIVITY -com.google.android.material.R$dimen: int mtrl_calendar_selection_text_baseline_to_bottom -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float total -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.util.List dailyForecast -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_visible -androidx.preference.R$styleable: int Spinner_android_prompt -androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat_Dialog -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_SearchView -com.google.android.gms.location.ActivityTransitionRequest -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_ActionBar_Primary -androidx.constraintlayout.widget.R$styleable: int SearchView_queryBackground -wangdaye.com.geometricweather.R$string: int settings_title_pressure_unit -androidx.activity.R$id -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$styleable: int ArcProgress_bottom_text_color -com.baidu.location.indoor.mapversion.c.a$d: short[][] g -androidx.appcompat.resources.R$styleable: int ColorStateListItem_alpha -androidx.preference.R$attr: int logoDescription -com.google.android.material.tabs.TabLayout: int getTabCount() -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ImageButton -cyanogenmod.app.ICMTelephonyManager$Stub -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float co -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintStart_toStartOf -com.google.android.material.R$styleable: int ConstraintSet_android_translationZ -com.jaredrummler.android.colorpicker.R$styleable: int[] TextAppearance -cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.IRequestInfoListener mListener -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_overflow_padding_start_material -androidx.preference.R$color: int ripple_material_light -james.adaptiveicon.R$style: int Base_V23_Theme_AppCompat -com.google.android.material.R$attr: int layout_constraintBottom_toBottomOf -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.customview.R$drawable: int notification_action_background -okhttp3.internal.cache.DiskLruCache: java.lang.Runnable cleanupRunnable -androidx.work.impl.background.systemalarm.SystemAlarmService: SystemAlarmService() -cyanogenmod.providers.CMSettings$2: CMSettings$2() -com.jaredrummler.android.colorpicker.R$style: int Base_V22_Theme_AppCompat_Light -androidx.preference.R$integer: int status_bar_notification_info_maxnum -com.xw.repo.bubbleseekbar.R$attr: int bsb_thumb_text_color -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: ObservableBuffer$BufferSkipObserver(io.reactivex.Observer,int,int,java.util.concurrent.Callable) -wangdaye.com.geometricweather.R$dimen: int abc_search_view_preferred_width -androidx.constraintlayout.widget.R$layout: int abc_action_menu_item_layout -com.google.gson.stream.JsonScope: int EMPTY_DOCUMENT -io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: io.reactivex.internal.operators.observable.ObservableAmb$AmbCoordinator parent -androidx.lifecycle.LiveDataReactiveStreams: LiveDataReactiveStreams() -cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler: cyanogenmod.weatherservice.WeatherProviderService this$0 -okhttp3.Cookie: boolean persistent() -okio.Util: void sneakyThrow2(java.lang.Throwable) -retrofit2.DefaultCallAdapterFactory$1: retrofit2.Call adapt(retrofit2.Call) -androidx.constraintlayout.widget.R$attr: int layout_constraintHeight_max -org.greenrobot.greendao.database.DatabaseOpenHelper: void onOpen(org.greenrobot.greendao.database.Database) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle -com.google.android.material.R$color: int design_fab_shadow_mid_color -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX() -com.google.android.material.R$styleable: int Chip_chipStrokeColor -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableStartCompat -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight_DarkActionBar -io.reactivex.Observable: Observable() -com.google.android.material.R$styleable: int SearchView_closeIcon -wangdaye.com.geometricweather.R$id: int container_main_aqi_progress -wangdaye.com.geometricweather.R$drawable: int widget_day_week -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintWidth_percent -wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_item_max_width -com.jaredrummler.android.colorpicker.R$attr: int actionLayout -com.google.android.material.R$attr: int alpha -io.reactivex.internal.util.VolatileSizeArrayList: java.util.ListIterator listIterator(int) -androidx.constraintlayout.widget.R$attr: int contentInsetEnd -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionButton -wangdaye.com.geometricweather.R$attr: int checkboxStyle -androidx.appcompat.R$attr: int barLength -com.google.android.material.R$style: int Platform_MaterialComponents_Light_Dialog -com.google.android.material.R$styleable: int Constraint_flow_firstHorizontalStyle -wangdaye.com.geometricweather.R$id: int widget_day_week_week_2 -com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_LOCATION -androidx.preference.R$attr: int autoSizeTextType -com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_statusBarBackground -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result: java.util.Date updateTime -androidx.activity.R$id: int action_divider -com.google.android.material.R$drawable: int notify_panel_notification_icon_bg -androidx.constraintlayout.widget.R$styleable: int SearchView_defaultQueryHint -wangdaye.com.geometricweather.R$dimen: int tooltip_precise_anchor_extra_offset -androidx.viewpager2.R$styleable: int[] FontFamily -androidx.preference.R$styleable: int AppCompatTheme_alertDialogStyle -androidx.constraintlayout.utils.widget.ImageFilterButton: float getRound() -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps$WarningTimelapsItem: int colorId -james.adaptiveicon.R$styleable: int LinearLayoutCompat_android_orientation -com.google.android.material.R$color: int design_default_color_secondary -cyanogenmod.profiles.StreamSettings: int getStreamId() -androidx.appcompat.R$styleable: int TextAppearance_android_typeface -wangdaye.com.geometricweather.R$array: int temperature_units_long -wangdaye.com.geometricweather.R$id: int right_icon -cyanogenmod.hardware.CMHardwareManager: int GAMMA_CALIBRATION_MIN_INDEX -com.google.android.material.R$style: int Widget_AppCompat_SearchView -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall -androidx.recyclerview.R$styleable: int ColorStateListItem_android_color -androidx.preference.R$style: int PreferenceCategoryTitleTextStyle -wangdaye.com.geometricweather.R$drawable: int ic_exercise -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean pressure -androidx.appcompat.R$styleable: int ViewStubCompat_android_inflatedId -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Empty -androidx.coordinatorlayout.R$attr: int layout_behavior -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -com.turingtechnologies.materialscrollbar.R$attr: int dialogPreferredPadding -cyanogenmod.externalviews.ExternalView: void onActivityResumed(android.app.Activity) -com.amap.api.location.AMapLocationQualityReport: int GPS_STATUS_NOGPSPROVIDER -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_headline_material -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult -wangdaye.com.geometricweather.R$attr: int closeIconVisible -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_9 -androidx.hilt.lifecycle.R$id: int blocking -androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type RIGHT -androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_Light -androidx.recyclerview.R$attr: int spanCount -wangdaye.com.geometricweather.db.entities.AlertEntity: void setDate(java.util.Date) -androidx.vectordrawable.animated.R$id: int line3 -com.google.android.material.R$attr: int contentInsetStart -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling: double Value -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Direction: AccuCurrentResult$Wind$Direction() -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator TOUCHSCREEN_GESTURE_HAPTIC_FEEDBACK_VALIDATOR -androidx.coordinatorlayout.R$styleable: int FontFamilyFont_android_fontStyle -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 -io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_FONT -wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_toolbar -androidx.preference.R$styleable: int AppCompatImageView_tint -androidx.lifecycle.LiveData: void assertMainThread(java.lang.String) -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.Temperature getTemperature() -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: Hourly(java.util.Date,long,boolean,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,wangdaye.com.geometricweather.common.basic.models.weather.Temperature,wangdaye.com.geometricweather.common.basic.models.weather.Precipitation,wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability) -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Small -wangdaye.com.geometricweather.R$attr: int boxStrokeErrorColor -android.didikee.donate.R$style: int Base_DialogWindowTitleBackground_AppCompat -com.turingtechnologies.materialscrollbar.R$attr: int fabCustomSize -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setUpdateTime(long) -com.google.android.material.button.MaterialButton: void setInsetBottom(int) -androidx.coordinatorlayout.R$dimen: int compat_button_inset_horizontal_material -james.adaptiveicon.R$attr: int buttonBarPositiveButtonStyle -com.jaredrummler.android.colorpicker.R$styleable: int CompoundButton_buttonCompat -okhttp3.internal.http2.Hpack$Reader: okio.BufferedSource source -com.google.android.material.floatingactionbutton.FloatingActionButton: void setRippleColor(int) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarStyle -androidx.appcompat.resources.R$layout: R$layout() -wangdaye.com.geometricweather.R$string: int copy -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode INTERNAL_ERROR -androidx.preference.R$style: int Theme_AppCompat_NoActionBar -wangdaye.com.geometricweather.db.entities.DaoMaster: wangdaye.com.geometricweather.db.entities.DaoSession newSession(org.greenrobot.greendao.identityscope.IdentityScopeType) -com.google.android.material.R$styleable: int Constraint_android_translationX -wangdaye.com.geometricweather.common.basic.models.weather.Base: java.util.Date getUpdateDate() -androidx.appcompat.R$style: int Base_Widget_AppCompat_SeekBar -androidx.hilt.work.R$id: int accessibility_custom_action_6 -androidx.recyclerview.widget.StaggeredGridLayoutManager: StaggeredGridLayoutManager(android.content.Context,android.util.AttributeSet,int,int) -io.reactivex.internal.disposables.EmptyDisposable: int requestFusion(int) -androidx.constraintlayout.widget.R$attr: int wavePeriod -androidx.appcompat.R$attr: int queryBackground -androidx.appcompat.R$attr: int displayOptions -okhttp3.MultipartBody: long contentLength() -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_CompoundButton_Switch -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: int getStatus() -androidx.dynamicanimation.R$style: int TextAppearance_Compat_Notification_Title -androidx.recyclerview.R$integer: int status_bar_notification_info_maxnum -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float thunderstormPrecipitation -com.jaredrummler.android.colorpicker.R$style: int Preference_CheckBoxPreference -com.turingtechnologies.materialscrollbar.R$style: int Platform_ThemeOverlay_AppCompat_Dark -com.google.android.material.R$anim: int btn_checkbox_to_unchecked_check_path_merged_animation -wangdaye.com.geometricweather.R$drawable: int widget_card_dark_20 -com.turingtechnologies.materialscrollbar.R$animator: int design_fab_show_motion_spec -okhttp3.internal.http2.Hpack$Writer: int smallestHeaderTableSizeSetting -wangdaye.com.geometricweather.R$attr: int layout_constraintBottom_toBottomOf -android.didikee.donate.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_divider -androidx.transition.R$attr: int fontProviderFetchStrategy -okhttp3.internal.http1.Http1Codec$ChunkedSource: void close() -james.adaptiveicon.R$drawable: int abc_ratingbar_material -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_updateProfile -retrofit2.HttpServiceMethod: java.lang.Object adapt(retrofit2.Call,java.lang.Object[]) -cyanogenmod.app.CustomTile$ExpandedGridItem: void setExpandedGridItemOnClickIntent(android.app.PendingIntent) -androidx.vectordrawable.animated.R$attr: int alpha -com.google.android.material.R$style: int Widget_AppCompat_Button_Colored -com.google.android.material.R$styleable: int ConstraintSet_android_layout_marginLeft -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_subtitle -androidx.fragment.R$attr: int font -com.google.android.material.R$styleable: int AppCompatTheme_editTextBackground -wangdaye.com.geometricweather.R$id: int line3 -wangdaye.com.geometricweather.R$string: int key_daily_trend_display -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Dialog_FixedSize -james.adaptiveicon.R$attr: int progressBarStyle -wangdaye.com.geometricweather.R$styleable: int SearchView_android_focusable -com.turingtechnologies.materialscrollbar.R$drawable: int indicator -androidx.cardview.R$attr: int contentPaddingTop -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver -okio.Segment: okio.Segment push(okio.Segment) -androidx.constraintlayout.widget.R$id: int center -okhttp3.Address: Address(java.lang.String,int,okhttp3.Dns,javax.net.SocketFactory,javax.net.ssl.SSLSocketFactory,javax.net.ssl.HostnameVerifier,okhttp3.CertificatePinner,okhttp3.Authenticator,java.net.Proxy,java.util.List,java.util.List,java.net.ProxySelector) -wangdaye.com.geometricweather.R$drawable: int abc_list_pressed_holo_light -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer getApparentTemperature() -androidx.constraintlayout.utils.widget.MotionTelltales: void setText(java.lang.CharSequence) -com.google.android.material.R$attr: int cardViewStyle -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$PhenomenonMaxColor: int phenomenoMaxColorId -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter value(boolean) -androidx.work.R$style: R$style() -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService get() -androidx.constraintlayout.widget.R$attr: int titleMarginBottom -com.google.android.material.checkbox.MaterialCheckBox: MaterialCheckBox(android.content.Context) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Menu -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: int status -wangdaye.com.geometricweather.R$styleable: int KeyCycle_curveFit -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipIconEnabled -androidx.coordinatorlayout.R$attr: int fontStyle -io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: boolean cancelled -androidx.preference.R$styleable: int ActionBar_indeterminateProgressStyle -okhttp3.internal.http2.Http2Connection: void writeSynReply(int,boolean,java.util.List) -com.google.android.material.R$id: int outline -com.turingtechnologies.materialscrollbar.R$id: int scrollable -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_28 -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog -okio.SegmentedByteString: okio.ByteString sha256() -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_min_width_minor -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int MOSTLY_CLOUDY_NIGHT -androidx.appcompat.R$styleable: int AppCompatTheme_dialogTheme -wangdaye.com.geometricweather.R$id: int async -cyanogenmod.providers.CMSettings$1: CMSettings$1() -io.reactivex.internal.observers.BlockingObserver: java.util.Queue queue -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: io.reactivex.disposables.Disposable upstream -androidx.dynamicanimation.R$styleable: int GradientColor_android_type -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: void onSubscribe(io.reactivex.disposables.Disposable) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onAttach(android.os.IBinder) -androidx.preference.R$attr: int fastScrollHorizontalThumbDrawable -androidx.constraintlayout.widget.R$color: int accent_material_light -retrofit2.Callback -androidx.preference.R$color: int abc_background_cache_hint_selector_material_light -androidx.preference.R$drawable: int abc_action_bar_item_background_material -androidx.constraintlayout.widget.R$attr: int drawableBottomCompat -androidx.hilt.lifecycle.R$style: int TextAppearance_Compat_Notification_Title -com.jaredrummler.android.colorpicker.R$attr: int defaultQueryHint -com.jaredrummler.android.colorpicker.R$styleable: int[] ColorPreference -wangdaye.com.geometricweather.R$string: int key_widget_clock_day_vertical -androidx.constraintlayout.widget.R$attr: int triggerId -android.didikee.donate.R$id: int normal -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowMinWidthMajor -io.reactivex.internal.observers.ForEachWhileObserver: ForEachWhileObserver(io.reactivex.functions.Predicate,io.reactivex.functions.Consumer,io.reactivex.functions.Action) -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_goneMarginLeft -wangdaye.com.geometricweather.R$id: int item_aqi_progress -com.google.gson.LongSerializationPolicy$1: LongSerializationPolicy$1(java.lang.String,int) -com.jaredrummler.android.colorpicker.R$drawable: int abc_list_selector_disabled_holo_light -wangdaye.com.geometricweather.R$id: int staticLayout -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Spinner -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_shapeAppearance -androidx.appcompat.R$layout: int abc_action_menu_layout -androidx.constraintlayout.widget.ConstraintHelper: ConstraintHelper(android.content.Context) -androidx.preference.R$styleable: int AppCompatTextView_textLocale -wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String country -cyanogenmod.hardware.CMHardwareManager: int getArrayValue(int[],int,int) -com.google.android.material.R$style: int Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris -wangdaye.com.geometricweather.R$attr: int bsb_auto_adjust_section_mark -retrofit2.Response: retrofit2.Response success(java.lang.Object,okhttp3.Response) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorSwitchThumbNormal -com.autonavi.aps.amapapi.model.AMapLocationServer: int c() -androidx.constraintlayout.widget.R$styleable: int MenuGroup_android_id -io.reactivex.Observable: io.reactivex.Observable compose(io.reactivex.ObservableTransformer) -com.google.android.material.R$drawable: int abc_ic_menu_selectall_mtrl_alpha -androidx.viewpager2.R$dimen: int notification_action_icon_size -androidx.constraintlayout.widget.R$attr: int actionBarPopupTheme -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintRight_toRightOf -com.google.gson.stream.JsonReader: int lineNumber -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_android_summaryOff -james.adaptiveicon.R$styleable: int DrawerArrowToggle_arrowHeadLength -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_20 -com.turingtechnologies.materialscrollbar.R$dimen: int compat_notification_large_icon_max_height -org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.database.Database db -android.didikee.donate.R$integer: int abc_config_activityShortDur -okhttp3.internal.http2.Http2Reader: okio.BufferedSource source -okhttp3.internal.cache.DiskLruCache: long ANY_SEQUENCE_NUMBER -cyanogenmod.platform.Manifest$permission: java.lang.String READ_ALARMS -cyanogenmod.app.CMContextConstants: java.lang.String CM_PERFORMANCE_SERVICE -wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig minutelyEntityDaoConfig -androidx.constraintlayout.widget.R$id: int line3 -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_22 -androidx.transition.R$layout: int notification_action_tombstone -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setUvIndex(java.lang.Integer) -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Button_Borderless_Colored -com.google.android.material.internal.NavigationMenuItemView: androidx.appcompat.view.menu.MenuItemImpl getItemData() -okio.Options: Options(okio.ByteString[],int[]) -cyanogenmod.app.ProfileGroup: boolean mDirty -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -androidx.viewpager.R$id: int normal -cyanogenmod.app.IPartnerInterface$Stub: java.lang.String DESCRIPTOR -okhttp3.Cookie$Builder: boolean httpOnly -wangdaye.com.geometricweather.R$color: int mtrl_chip_close_icon_tint -androidx.appcompat.R$styleable: int AppCompatImageView_android_src -android.didikee.donate.R$styleable: int AppCompatTheme_checkboxStyle -com.bumptech.glide.R$styleable: R$styleable() -james.adaptiveicon.R$styleable: int TextAppearance_textLocale -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_creator -com.google.android.material.R$attr: int arcMode -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX indices -okhttp3.internal.cache.CacheInterceptor: okhttp3.Headers combine(okhttp3.Headers,okhttp3.Headers) -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Dialog_MinWidth -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_chainUseRtl -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_DialogWhenLarge -androidx.preference.R$id: int search_close_btn -com.xw.repo.bubbleseekbar.R$drawable: int abc_control_background_material -androidx.appcompat.R$styleable: int Toolbar_titleTextColor -androidx.constraintlayout.widget.R$dimen: int abc_dialog_title_divider_material -com.google.android.material.R$color: int highlighted_text_material_dark -androidx.drawerlayout.R$dimen: int compat_button_inset_vertical_material -androidx.core.R$style: int Widget_Compat_NotificationActionText -okhttp3.internal.ws.WebSocketProtocol: int B0_FLAG_FIN -okhttp3.internal.http.RealResponseBody: okio.BufferedSource source -cyanogenmod.providers.CMSettings$System: java.lang.String BATTERY_LIGHT_LOW_COLOR -okhttp3.OkHttpClient: javax.net.ssl.HostnameVerifier hostnameVerifier() -okhttp3.Cookie$Builder: okhttp3.Cookie$Builder domain(java.lang.String) -android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 -androidx.preference.internal.PreferenceImageView: PreferenceImageView(android.content.Context) -com.jaredrummler.android.colorpicker.R$id: int start -com.google.android.material.R$attr: int textAppearanceSearchResultSubtitle -com.jaredrummler.android.colorpicker.R$color: int error_color_material_light -androidx.preference.R$styleable: int Preference_layout -androidx.drawerlayout.R$dimen -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void innerComplete(io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver) -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_1_30 -com.google.android.material.R$attr: int actionModeSelectAllDrawable -androidx.recyclerview.R$attr: int fontWeight -wangdaye.com.geometricweather.R$attr: int waveOffset -com.google.android.material.R$styleable: int ActionBar_subtitle -okhttp3.internal.http.HttpDate: java.lang.ThreadLocal STANDARD_DATE_FORMAT -okhttp3.MultipartBody$Builder: MultipartBody$Builder() -com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableCompat_android_visible -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Small_Inverse -okhttp3.internal.cache.DiskLruCache: java.util.LinkedHashMap lruEntries -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_android_fontWeight -androidx.constraintlayout.widget.R$string: int abc_shareactionprovider_share_with -androidx.viewpager2.R$id: int action_image -com.jaredrummler.android.colorpicker.R$attr: int activityChooserViewStyle -android.didikee.donate.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader -retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback: retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter this$0 -wangdaye.com.geometricweather.R$attr: int checked -com.google.android.material.internal.NavigationMenuItemView: NavigationMenuItemView(android.content.Context,android.util.AttributeSet,int) -androidx.preference.R$styleable: int SwitchCompat_switchTextAppearance -okio.BufferedSink: okio.BufferedSink writeShortLe(int) -okhttp3.internal.cache.DiskLruCache$Snapshot: okio.Source getSource(int) -wangdaye.com.geometricweather.R$styleable: int BottomAppBar_fabCradleVerticalOffset -androidx.appcompat.R$dimen: int abc_text_size_large_material -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_8 -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_button_material -cyanogenmod.app.ProfileManager: android.app.NotificationGroup getNotificationGroup(java.util.UUID) -cyanogenmod.providers.CMSettings$Secure: java.lang.String PERFORMANCE_PROFILE -androidx.appcompat.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton -io.reactivex.internal.util.ExceptionHelper$Termination: java.lang.Throwable fillInStackTrace() -android.didikee.donate.R$styleable -okhttp3.internal.http1.Http1Codec: okio.Source newUnknownLengthSource() -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: void dispose() -android.didikee.donate.R$attr: int barLength -james.adaptiveicon.R$styleable: int CompoundButton_buttonTintMode -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric: AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric() -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_TextView -james.adaptiveicon.R$styleable: int Toolbar_menu -androidx.fragment.R$styleable: int FontFamilyFont_fontWeight -com.google.android.material.button.MaterialButton: void setIconSize(int) -androidx.work.ExistingPeriodicWorkPolicy: androidx.work.ExistingPeriodicWorkPolicy REPLACE -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 -androidx.hilt.lifecycle.R$id: int line3 -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.legacy.coreutils.R$attr: int alpha -com.turingtechnologies.materialscrollbar.R$attr: int buttonGravity -com.xw.repo.bubbleseekbar.R$attr: int font -wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_maxActionInlineWidth -androidx.viewpager2.R$dimen: int notification_media_narrow_margin -retrofit2.RequestFactory$Builder: java.util.Set relativeUrlParamNames -com.jaredrummler.android.colorpicker.R$id: int submenuarrow -androidx.appcompat.widget.DialogTitle: DialogTitle(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String weatherSource -androidx.constraintlayout.widget.R$styleable: int KeyPosition_percentHeight -androidx.customview.R$dimen: int notification_subtext_size -io.reactivex.Observable: io.reactivex.Observable doOnError(io.reactivex.functions.Consumer) -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setSize(int) -wangdaye.com.geometricweather.R$styleable: int Layout_android_orientation -androidx.appcompat.resources.R$styleable: int FontFamily_fontProviderCerts -okio.Buffer: byte[] readByteArray(long) -io.reactivex.internal.util.NotificationLite$ErrorNotification: long serialVersionUID -okhttp3.internal.http2.ConnectionShutdownException -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position -androidx.activity.R$id: int accessibility_custom_action_2 -androidx.lifecycle.LifecycleRegistry: void handleLifecycleEvent(androidx.lifecycle.Lifecycle$Event) -cyanogenmod.hardware.ICMHardwareService$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.lang.Integer RIGHT_CLOSE -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: boolean isDisposed() -wangdaye.com.geometricweather.R$attr: int radius_from -wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: SunMoonView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_panelBackground -androidx.drawerlayout.R$dimen: int compat_button_padding_horizontal_material -androidx.legacy.coreutils.R$styleable: int FontFamilyFont_font -com.google.android.material.R$dimen: int highlight_alpha_material_light -io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object) -io.reactivex.Observable: io.reactivex.Observable withLatestFrom(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function3) -androidx.lifecycle.Lifecycling: java.lang.reflect.Constructor generatedConstructor(java.lang.Class) -com.jaredrummler.android.colorpicker.R$styleable: int Preference_key -com.google.android.material.R$styleable: int SwitchCompat_android_textOff -cyanogenmod.externalviews.ExternalViewProviderService$Provider: void onPause() -com.turingtechnologies.materialscrollbar.R$attr: R$attr() -androidx.vectordrawable.R$attr: int fontProviderCerts -com.google.android.material.R$id: int italic -androidx.work.R$layout -com.google.android.material.R$dimen: int abc_dialog_title_divider_material -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: void onComplete() -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow: java.lang.Float cumul6H -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String LAST_UPDATE_TIME -okhttp3.internal.cache.DiskLruCache: okhttp3.internal.io.FileSystem fileSystem -io.reactivex.internal.subscriptions.SubscriptionHelper: boolean cancel(java.util.concurrent.atomic.AtomicReference) -com.google.android.material.appbar.AppBarLayout$BaseBehavior: AppBarLayout$BaseBehavior(android.content.Context,android.util.AttributeSet) -androidx.vectordrawable.animated.R$style: R$style() -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.identityscope.IdentityScopeLong identityScopeLong -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String locationKey -androidx.appcompat.widget.AppCompatCheckBox: android.graphics.PorterDuff$Mode getSupportButtonTintMode() -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_hovered_z -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setTextColor(int) -wangdaye.com.geometricweather.R$string: int ceiling -androidx.loader.R$styleable: int FontFamily_fontProviderAuthority -androidx.preference.R$attr: int contentInsetRight -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$4: KeyguardExternalViewProviderService$Provider$ProviderImpl$4(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) -androidx.preference.R$id: int action_bar_title -androidx.appcompat.R$drawable: int notification_bg_low -com.amap.api.location.APSService: void onDestroy() -okio.Buffer: long readLongLe() -okhttp3.internal.cache.DiskLruCache$1: void run() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Metric: java.lang.String Unit -com.google.android.material.R$string: int material_slider_range_start -wangdaye.com.geometricweather.R$drawable: int ic_play_store -androidx.preference.R$styleable: int Preference_allowDividerAbove -androidx.appcompat.R$style: int Widget_AppCompat_ListPopupWindow -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_autoSizeMinTextSize -wangdaye.com.geometricweather.R$styleable: int[] BottomAppBar -androidx.lifecycle.SavedStateViewModelFactory: void onRequery(androidx.lifecycle.ViewModel) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: java.lang.Object rainSnowLimitRaw -androidx.preference.R$dimen: int preference_seekbar_value_minWidth -wangdaye.com.geometricweather.R$layout: int material_clock_display -com.jaredrummler.android.colorpicker.R$styleable: int CompoundButton_android_button -cyanogenmod.app.CustomTile$ExpandedItem$1: cyanogenmod.app.CustomTile$ExpandedItem[] newArray(int) -cyanogenmod.profiles.BrightnessSettings$1: cyanogenmod.profiles.BrightnessSettings[] newArray(int) -com.amap.api.location.AMapLocationQualityReport: void setNetworkType(java.lang.String) -okhttp3.logging.HttpLoggingInterceptor: boolean isPlaintext(okio.Buffer) -androidx.constraintlayout.widget.R$styleable: int AppCompatSeekBar_tickMarkTintMode -wangdaye.com.geometricweather.weather.apis.CaiYunApi -com.jaredrummler.android.colorpicker.R$attr: int allowDividerBelow -com.google.android.material.chip.Chip: void setRippleColorResource(int) -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) -okhttp3.OkHttpClient$Builder: boolean followRedirects -androidx.legacy.coreutils.R$styleable: int FontFamilyFont_fontVariationSettings -androidx.preference.R$attr: int ratingBarStyleIndicator -wangdaye.com.geometricweather.R$id: int container_alert_display_view_container -io.reactivex.internal.schedulers.ScheduledDirectPeriodicTask -androidx.appcompat.R$id: int textSpacerNoTitle -android.didikee.donate.R$color: int material_grey_800 -androidx.customview.R$id: int action_divider -androidx.activity.R$styleable: int FontFamilyFont_android_ttcIndex -okhttp3.internal.connection.StreamAllocation: java.lang.String toString() -com.github.rahatarmanahmed.cpv.CircularProgressView$5: boolean wasCancelled -wangdaye.com.geometricweather.R$transition: int search_activity_shared_enter -android.didikee.donate.R$drawable: int abc_list_focused_holo -androidx.drawerlayout.R$id -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse -androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_textColorHint -james.adaptiveicon.R$drawable: int abc_spinner_mtrl_am_alpha -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHeight_min -wangdaye.com.geometricweather.R$styleable: int MaterialButton_backgroundTint -com.jaredrummler.android.colorpicker.R$attr: int textAppearanceSmallPopupMenu -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: void setStatus(int) -com.turingtechnologies.materialscrollbar.R$attr: int homeLayout -android.didikee.donate.R$drawable: int abc_action_bar_item_background_material -com.google.android.material.R$dimen: int abc_action_button_min_width_overflow_material -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 -com.github.rahatarmanahmed.cpv.CircularProgressView: void onSizeChanged(int,int,int,int) -io.reactivex.Observable: io.reactivex.Observable repeat(long) -androidx.appcompat.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset -io.reactivex.internal.observers.DeferredScalarDisposable: int TERMINATED -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_Button -okhttp3.CertificatePinner$Pin: java.lang.String hashAlgorithm -cyanogenmod.weatherservice.WeatherProviderService: cyanogenmod.weatherservice.IWeatherProviderService$Stub mBinder -com.baidu.location.c.d$a -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title -androidx.appcompat.R$string: int abc_menu_meta_shortcut_label -cyanogenmod.app.ThemeVersion$ThemeVersionImpl3: cyanogenmod.app.ThemeVersion$ComponentVersion fwCompVersionToSdkVersion(android.content.ThemeVersion$ComponentVersion) -androidx.hilt.lifecycle.R$attr: int fontProviderAuthority -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Display2 -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title -com.xw.repo.bubbleseekbar.R$attr: int layout_anchor -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setSlingshotDistance(int) -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_LIVE_LOCK_SCREEN -com.google.android.material.floatingactionbutton.FloatingActionButton: com.google.android.material.floatingactionbutton.FloatingActionButtonImpl getImpl() -cyanogenmod.app.ProfileGroup$1: cyanogenmod.app.ProfileGroup createFromParcel(android.os.Parcel) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_borderlessButtonStyle -androidx.room.RoomDatabase$JournalMode: androidx.room.RoomDatabase$JournalMode[] values() -cyanogenmod.app.CustomTileListenerService: cyanogenmod.app.ICMStatusBarManager mStatusBarService -cyanogenmod.externalviews.KeyguardExternalView: android.content.ServiceConnection access$500(cyanogenmod.externalviews.KeyguardExternalView) -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: float getPressure(float) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: void onNext(java.lang.Object) -android.didikee.donate.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Speed: double Value -wangdaye.com.geometricweather.background.receiver.widget.WidgetWeekProvider -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: FitSystemBarRecyclerView(android.content.Context,android.util.AttributeSet,int) -okhttp3.internal.http2.Http2Connection$Builder: java.net.Socket socket -com.google.android.material.R$dimen: int mtrl_high_ripple_pressed_alpha -com.turingtechnologies.materialscrollbar.R$id: int home -androidx.constraintlayout.utils.widget.MockView: MockView(android.content.Context,android.util.AttributeSet,int) -android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar -com.google.android.material.textfield.TextInputLayout: void setHelperTextEnabled(boolean) -androidx.viewpager.R$attr: R$attr() -com.google.android.material.R$id: int material_timepicker_ok_button -androidx.appcompat.resources.R$id: int accessibility_custom_action_21 -com.google.android.material.R$color: int switch_thumb_material_light -androidx.appcompat.R$styleable: int CompoundButton_buttonTintMode -io.reactivex.internal.subscribers.DeferredScalarSubscriber: void onSubscribe(org.reactivestreams.Subscription) -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: void onError(java.lang.Throwable) -cyanogenmod.app.IProfileManager$Stub: IProfileManager$Stub() -androidx.appcompat.widget.SwitchCompat: void setThumbTintMode(android.graphics.PorterDuff$Mode) -androidx.preference.R$color: int abc_hint_foreground_material_dark -com.jaredrummler.android.colorpicker.R$attr: int autoCompleteTextViewStyle -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title -com.google.android.material.slider.RangeSlider: RangeSlider(android.content.Context,android.util.AttributeSet) -com.turingtechnologies.materialscrollbar.R$style: int Base_Animation_AppCompat_DropDownUp -com.xw.repo.bubbleseekbar.R$attr: int indeterminateProgressStyle -androidx.constraintlayout.widget.R$styleable: int MenuView_android_verticalDivider -androidx.preference.R$dimen: int notification_right_icon_size -cyanogenmod.externalviews.KeyguardExternalView: KeyguardExternalView(android.content.Context,android.util.AttributeSet,android.content.ComponentName) -androidx.viewpager.widget.ViewPager: void setAdapter(androidx.viewpager.widget.PagerAdapter) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_26 -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setLiveLockScreen(java.lang.String) -wangdaye.com.geometricweather.R$layout: int abc_list_menu_item_layout -androidx.constraintlayout.widget.R$attr: int layout_constraintStart_toStartOf -wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.AlertEntity,long) -com.google.android.gms.common.images.WebImage: android.os.Parcelable$Creator CREATOR -com.xw.repo.bubbleseekbar.R$attr: int autoSizeMaxTextSize -james.adaptiveicon.R$styleable: int Spinner_android_entries -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: int hasSeaBulletin -wangdaye.com.geometricweather.R$id: int widget_clock_day_subtitle -com.amap.api.fence.PoiItem: java.lang.String j -wangdaye.com.geometricweather.db.entities.LocationEntity: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource weatherSource -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Ice: AccuDailyResult$DailyForecasts$Day$Ice() -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onKeyguardDismissed -com.amap.api.location.AMapLocation: void setProvince(java.lang.String) -com.google.android.material.R$attr: int thumbStrokeColor -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: android.os.IBinder asBinder() -com.google.android.material.R$color: int mtrl_scrim_color -wangdaye.com.geometricweather.R$color: int colorRoot_light -retrofit2.adapter.rxjava2.CallExecuteObservable: CallExecuteObservable(retrofit2.Call) -androidx.preference.R$drawable: int abc_list_divider_mtrl_alpha -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void onStart() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Body1 -james.adaptiveicon.R$attr: int editTextStyle -retrofit2.Platform$Android$MainThreadExecutor -com.google.gson.FieldNamingPolicy$4: FieldNamingPolicy$4(java.lang.String,int) -wangdaye.com.geometricweather.R$drawable: int notif_temp_50 -androidx.preference.R$styleable: int Preference_isPreferenceVisible -androidx.constraintlayout.widget.R$styleable: int AppCompatImageView_tintMode -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer degreeDayTemperature -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: java.util.Date Date -wangdaye.com.geometricweather.R$attr: int autoSizePresetSizes -androidx.constraintlayout.utils.widget.ImageFilterButton: float getWarmth() -com.amap.api.fence.PoiItem: java.lang.String e -io.reactivex.Observable: io.reactivex.Observable timeInterval(java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -io.reactivex.internal.operators.observable.ObservableReplay$SizeBoundReplayBuffer -com.google.android.gms.common.internal.zzv -okhttp3.internal.platform.OptionalMethod: java.lang.Object invoke(java.lang.Object,java.lang.Object[]) -androidx.constraintlayout.widget.R$anim: int btn_radio_to_off_mtrl_ring_outer_path_animation -okhttp3.CacheControl: int maxAgeSeconds() -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType Refresh -wangdaye.com.geometricweather.R$styleable: int[] EditTextPreference -com.turingtechnologies.materialscrollbar.R$color: int accent_material_light -android.didikee.donate.R$integer: int status_bar_notification_info_maxnum -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_creator -androidx.customview.R$dimen: int compat_button_padding_vertical_material -androidx.work.R$id: int notification_main_column -okhttp3.TlsVersion: TlsVersion(java.lang.String,int,java.lang.String) -okhttp3.internal.tls.DistinguishedNameParser: char getEscaped() -okhttp3.OkHttpClient$Builder: java.net.Proxy proxy -wangdaye.com.geometricweather.R$array: int distance_unit_values -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$1: void run() -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_seekBarPreferenceStyle -com.github.rahatarmanahmed.cpv.CircularProgressView: float indeterminateSweep -androidx.constraintlayout.widget.R$dimen: int tooltip_margin -com.google.android.material.R$styleable: int Constraint_android_translationZ -android.didikee.donate.R$style: int Widget_AppCompat_Light_AutoCompleteTextView -androidx.lifecycle.MediatorLiveData$Source: int mVersion -androidx.constraintlayout.widget.R$id: int image -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_11 -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_elevation -com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String f -com.turingtechnologies.materialscrollbar.TouchScrollBar: int getMode() -cyanogenmod.themes.IThemeService$Stub: cyanogenmod.themes.IThemeService asInterface(android.os.IBinder) -com.google.android.material.R$styleable: int MaterialButtonToggleGroup_selectionRequired -wangdaye.com.geometricweather.R$drawable: int mtrl_popupmenu_background -cyanogenmod.content.Intent: java.lang.String EXTRA_PROTECTED_STATE -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_horizontalStyle -wangdaye.com.geometricweather.R$attr: int chipIconEnabled -com.google.android.material.slider.RangeSlider: int getTrackSidePadding() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum: int UnitType -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_fontFamily -com.amap.api.location.AMapLocation: boolean A -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintEnd_toEndOf -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setTemperature(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_36 -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: java.util.concurrent.atomic.AtomicLong requested -okio.BufferedSource: long indexOf(okio.ByteString,long) -com.turingtechnologies.materialscrollbar.R$drawable: int abc_textfield_activated_mtrl_alpha -wangdaye.com.geometricweather.R$styleable: int[] PopupWindow -cyanogenmod.weather.CMWeatherManager: void cancelRequest(int) -androidx.appcompat.R$styleable: int Toolbar_subtitleTextColor -com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawableItem_android_drawable -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constrainedHeight -androidx.constraintlayout.widget.R$attr: int colorBackgroundFloating -androidx.vectordrawable.animated.R$dimen -androidx.preference.R$styleable: int MenuItem_android_alphabeticShortcut -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small -james.adaptiveicon.R$drawable: int abc_tab_indicator_material -androidx.constraintlayout.utils.widget.ImageFilterView: ImageFilterView(android.content.Context) -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_collapseContentDescription -androidx.loader.R$drawable: int notify_panel_notification_icon_bg -androidx.appcompat.R$drawable: int abc_list_selector_holo_light -wangdaye.com.geometricweather.R$string: int mtrl_picker_announce_current_selection -cyanogenmod.util.ColorUtils: int findPerceptuallyNearestColor(int,int[]) -wangdaye.com.geometricweather.R$dimen: int mtrl_navigation_item_shape_vertical_margin -androidx.drawerlayout.widget.DrawerLayout: void setStatusBarBackground(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.R$attr: int actionViewClass -wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_moonText -okio.SegmentedByteString: okio.ByteString substring(int,int) -androidx.vectordrawable.animated.R$id: int action_text -com.google.android.material.R$style: int Widget_MaterialComponents_Snackbar -com.google.android.material.slider.BaseSlider: void setHaloRadiusResource(int) -com.google.android.material.switchmaterial.SwitchMaterial: android.content.res.ColorStateList getMaterialThemeColorsTrackTintList() -android.didikee.donate.R$attr: int alpha -com.google.gson.stream.JsonReader: int PEEKED_BEGIN_OBJECT -okhttp3.MultipartBody: okhttp3.MediaType contentType -com.google.android.material.appbar.AppBarLayout: void addOnOffsetChangedListener(com.google.android.material.appbar.AppBarLayout$OnOffsetChangedListener) -com.bumptech.glide.R$style: int Widget_Compat_NotificationActionContainer -wangdaye.com.geometricweather.R$dimen: int abc_disabled_alpha_material_dark -com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_windowAnimationStyle -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Headline -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_SeekBar_Discrete -com.google.android.material.R$drawable: int abc_ic_menu_share_mtrl_alpha -androidx.core.R$styleable: int ColorStateListItem_android_color -com.amap.api.location.AMapLocationClientOption$GeoLanguage: com.amap.api.location.AMapLocationClientOption$GeoLanguage[] a -androidx.preference.R$attr: int textColorSearchUrl -androidx.core.R$id: int title -okio.Buffer: java.lang.String readUtf8Line() -androidx.appcompat.R$attr: int fontWeight -androidx.preference.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow -com.google.android.material.chip.Chip: void setElevation(float) -james.adaptiveicon.R$styleable: int AppCompatTextView_drawableBottomCompat -wangdaye.com.geometricweather.R$styleable: int PreferenceFragment_android_dividerHeight -wangdaye.com.geometricweather.R$attr: int itemFillColor -okhttp3.internal.ws.WebSocketReader: byte[] maskKey -james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light_DarkActionBar -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse -com.google.android.material.R$dimen: int mtrl_tooltip_cornerSize -androidx.constraintlayout.widget.R$attr: int colorControlHighlight -com.google.android.material.R$color: int abc_color_highlight_material -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: java.util.concurrent.atomic.AtomicLong index -wangdaye.com.geometricweather.R$id: int activity_widget_config_scrollView -cyanogenmod.hardware.CMHardwareManager: int VIBRATOR_MIN_INDEX -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void cancelSources() -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder addInterceptor(okhttp3.Interceptor) -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored -okhttp3.internal.connection.RouteSelector$Selection: java.util.List getAll() -androidx.lifecycle.ViewModelProvider: ViewModelProvider(androidx.lifecycle.ViewModelStoreOwner) -androidx.preference.R$style: int Base_Widget_AppCompat_RatingBar_Indicator -com.jaredrummler.android.colorpicker.R$attr: int queryBackground -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$2: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 -androidx.lifecycle.ProcessLifecycleOwnerInitializer: ProcessLifecycleOwnerInitializer() -com.google.android.material.textfield.TextInputLayout: int getPlaceholderTextAppearance() -wangdaye.com.geometricweather.R$drawable: int notif_temp_78 -androidx.appcompat.R$styleable: int MenuItem_android_alphabeticShortcut -com.google.android.material.R$attr: int layout_constraintCircleRadius -com.google.android.material.R$drawable: int material_ic_menu_arrow_up_black_24dp -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_thumbTint -com.google.android.material.R$dimen: int mtrl_slider_thumb_radius -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_hintEnabled -cyanogenmod.providers.CMSettings$NameValueCache: java.lang.String getStringForUser(android.content.ContentResolver,java.lang.String,int) -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_icon_5 -wangdaye.com.geometricweather.R$layout: int item_alert -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query -wangdaye.com.geometricweather.R$styleable: int ActionBar_background -androidx.preference.R$drawable: int abc_ratingbar_indicator_material -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_Button -cyanogenmod.hardware.IThermalListenerCallback$Stub$Proxy -com.bumptech.glide.R$id: int action_text -androidx.appcompat.widget.Toolbar: int getContentInsetEndWithActions() -wangdaye.com.geometricweather.R$color: int mtrl_btn_text_color_selector -com.turingtechnologies.materialscrollbar.R$attr: int textInputStyle -wangdaye.com.geometricweather.R$styleable: int SearchView_queryHint -com.google.android.material.R$anim: int btn_radio_to_on_mtrl_ring_outer_path_animation -androidx.activity.R$id: int chronometer -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintTop_toBottomOf -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -cyanogenmod.externalviews.KeyguardExternalView$2: void setInteractivity(boolean) -androidx.constraintlayout.widget.R$attr: int progressBarPadding -androidx.hilt.R$styleable: int[] GradientColor -androidx.recyclerview.R$drawable -androidx.swiperefreshlayout.R$id: int tag_accessibility_clickable_spans -androidx.constraintlayout.widget.R$styleable: int Toolbar_contentInsetStart -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarDivider -androidx.appcompat.R$styleable: int TextAppearance_android_textFontWeight -com.amap.api.location.AMapLocation: java.lang.String i -okhttp3.internal.tls.DistinguishedNameParser: char[] chars -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_contentInsetEndWithActions -com.google.android.material.R$attr: int windowFixedWidthMajor -androidx.appcompat.R$anim: int btn_radio_to_off_mtrl_dot_group_animation -androidx.transition.R$styleable: int FontFamilyFont_android_fontWeight -androidx.constraintlayout.widget.R$bool: int abc_config_actionMenuItemAllCaps -okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level BODY -cyanogenmod.externalviews.ExternalView: ExternalView(android.content.Context,android.util.AttributeSet,int,int) -com.google.android.material.R$attr: int flow_firstHorizontalBias -androidx.core.view.GestureDetectorCompat$GestureDetectorCompatImpl: void setOnDoubleTapListener(android.view.GestureDetector$OnDoubleTapListener) -com.google.android.material.R$anim: int btn_checkbox_to_unchecked_box_inner_merged_animation -com.jaredrummler.android.colorpicker.R$string: int abc_searchview_description_clear -com.google.android.material.R$styleable: int TextInputLayout_hintEnabled -okhttp3.MultipartBody: okhttp3.MediaType FORM -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: boolean done -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_verticalBias -com.google.android.material.R$style: int Widget_MaterialComponents_BottomSheet -wangdaye.com.geometricweather.R$styleable: int Toolbar_logo -okhttp3.internal.http2.Http2Codec: okhttp3.internal.connection.StreamAllocation streamAllocation -okio.Buffer: okio.BufferedSink writeShortLe(int) -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_tooltipText -wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List hourlyForecast -androidx.appcompat.R$attr: int actionModePopupWindowStyle -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: java.lang.String getUnitId() -androidx.lifecycle.ViewModelStore: ViewModelStore() -androidx.swiperefreshlayout.R$styleable: int GradientColor_android_endColor -cyanogenmod.themes.IThemeService: int getLastThemeChangeRequestType() -wangdaye.com.geometricweather.R$layout: int preference_dropdown_material -james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light_DarkActionBar -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Direction: AccuDailyResult$DailyForecasts$Day$Wind$Direction() -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionMode_Inverse -cyanogenmod.providers.CMSettings$Global: boolean putIntForUser(android.content.ContentResolver,java.lang.String,int,int) -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void onNext(java.lang.Object) -com.jaredrummler.android.colorpicker.R$drawable: int abc_textfield_search_activated_mtrl_alpha -androidx.hilt.lifecycle.R$style: int TextAppearance_Compat_Notification -wangdaye.com.geometricweather.R$dimen: int mtrl_snackbar_margin -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService this$0 -cyanogenmod.app.BaseLiveLockManagerService: android.os.IBinder mService -androidx.hilt.lifecycle.R$dimen: int notification_big_circle_margin -androidx.constraintlayout.widget.R$color: int primary_material_dark -android.didikee.donate.R$drawable: int abc_ic_star_black_16dp -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_text_size -okhttp3.internal.platform.Platform: void configureTlsExtensions(javax.net.ssl.SSLSocket,java.lang.String,java.util.List) -androidx.constraintlayout.widget.R$id -okio.Buffer: short readShort() -com.xw.repo.bubbleseekbar.R$attr: int searchHintIcon -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String DATE_CREATED -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge -com.google.android.material.R$color: int mtrl_chip_close_icon_tint -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_set -cyanogenmod.externalviews.ExternalView$8: void run() -androidx.preference.R$attr: int editTextStyle -com.turingtechnologies.materialscrollbar.R$integer: int mtrl_btn_anim_duration_ms -android.didikee.donate.R$drawable: int abc_btn_switch_to_on_mtrl_00012 -androidx.preference.R$id: int action_bar_container -com.google.android.material.R$string: R$string() -io.reactivex.Observable: io.reactivex.Observable doAfterTerminate(io.reactivex.functions.Action) -io.reactivex.Observable: io.reactivex.Observable takeLast(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean,int) -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_android_background -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: java.lang.String getUnit() -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWeatherText -wangdaye.com.geometricweather.db.entities.AlertEntity: int priority -androidx.lifecycle.ReportFragment: void dispatch(androidx.lifecycle.Lifecycle$Event) -com.turingtechnologies.materialscrollbar.R$attr: int lastBaselineToBottomHeight -com.google.android.material.floatingactionbutton.FloatingActionButton: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) -androidx.appcompat.R$attr: int windowFixedWidthMajor -wangdaye.com.geometricweather.R$id: int spread -com.google.android.material.R$styleable: int Badge_badgeTextColor -cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_LOW_POWER -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: int unitArrayIndex -com.bumptech.glide.R$styleable: int FontFamilyFont_android_fontStyle -com.google.android.material.R$anim: int btn_checkbox_to_checked_box_outer_merged_animation -com.amap.api.location.AMapLocationClientOption: float getDeviceModeDistanceFilter() -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float getIce() -com.google.android.material.R$style: int Base_V21_Theme_MaterialComponents_Dialog -com.xw.repo.bubbleseekbar.R$id: int notification_main_column -androidx.preference.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item -okhttp3.internal.ws.WebSocketProtocol: int OPCODE_CONTINUATION -com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout -androidx.appcompat.resources.R$id: int line3 -com.google.android.material.slider.Slider: float getStepSize() -cyanogenmod.weather.CMWeatherManager$RequestStatus: int NO_MATCH_FOUND -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_placeholderText -io.reactivex.Observable: int bufferSize() -okhttp3.internal.connection.RouteException: java.io.IOException getLastConnectException() -androidx.appcompat.resources.R$id: int notification_main_column_container -wangdaye.com.geometricweather.R$string: int content_desc_weather_alert_button -androidx.constraintlayout.widget.R$attr: int drawableEndCompat -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List dailyEntityList -okhttp3.internal.http.RealInterceptorChain: int connectTimeout -cyanogenmod.app.BaseLiveLockManagerService$1: BaseLiveLockManagerService$1(cyanogenmod.app.BaseLiveLockManagerService) -androidx.customview.R$drawable: int notification_bg_normal -com.google.android.material.tabs.TabLayout: void addOnTabSelectedListener(com.google.android.material.tabs.TabLayout$BaseOnTabSelectedListener) -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: void dispose() -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_14 -com.turingtechnologies.materialscrollbar.R$drawable: int notification_template_icon_bg -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void innerComplete(io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver) -com.google.android.material.R$styleable: int ThemeEnforcement_enforceTextAppearance -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getNo2() -com.google.android.material.R$style: int Widget_MaterialComponents_BottomNavigationView -cyanogenmod.app.StatusBarPanelCustomTile: android.os.UserHandle getUser() -retrofit2.DefaultCallAdapterFactory$1: java.lang.reflect.Type val$responseType -androidx.lifecycle.Lifecycle: void addObserver(androidx.lifecycle.LifecycleObserver) -james.adaptiveicon.R$drawable: int abc_ic_voice_search_api_material -android.didikee.donate.R$styleable: int AppCompatTheme_tooltipFrameBackground -wangdaye.com.geometricweather.R$layout: int container_main_header -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality -androidx.customview.R$style: int TextAppearance_Compat_Notification -wangdaye.com.geometricweather.R$id: int circular_sky -okio.BufferedSource: java.lang.String readUtf8(long) -androidx.constraintlayout.widget.R$color: int dim_foreground_material_dark -com.google.android.material.R$attr: int numericModifiers -io.reactivex.internal.schedulers.ScheduledDirectTask: long serialVersionUID -okio.Timeout: okio.Timeout clearDeadline() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatSeekBar_tickMark -com.jaredrummler.android.colorpicker.R$string: int abc_action_menu_overflow_description -androidx.constraintlayout.motion.widget.MotionLayout: void setScene(androidx.constraintlayout.motion.widget.MotionScene) -wangdaye.com.geometricweather.R$drawable: int ic_mtrl_checked_circle -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.lang.Integer rainHazard3h -james.adaptiveicon.R$style: int Widget_AppCompat_Button_Borderless -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_11 -androidx.preference.R$attr: int allowStacking -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_bottomappbar_fab_cradle_vertical_offset -wangdaye.com.geometricweather.R$string: int wind_7 -androidx.hilt.lifecycle.R$style: int TextAppearance_Compat_Notification_Line2 -wangdaye.com.geometricweather.R$id: int dialog_time_setter_time_picker -okhttp3.internal.tls.OkHostnameVerifier: boolean verifyHostname(java.lang.String,java.security.cert.X509Certificate) -androidx.customview.R$attr: int fontProviderAuthority -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: java.lang.String getPubTime() -com.turingtechnologies.materialscrollbar.R$attr: int titleMarginBottom -wangdaye.com.geometricweather.R$bool: int abc_allow_stacked_button_bar -androidx.preference.R$styleable: int FontFamilyFont_android_fontStyle -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeSnowPrecipitationProbability -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintBaseline_toBaselineOf -cyanogenmod.externalviews.IExternalViewProvider -com.google.android.material.R$styleable: int KeyTimeCycle_motionTarget -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit CM -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: java.lang.String Text -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header -androidx.hilt.R$styleable: int FontFamilyFont_android_fontVariationSettings -okhttp3.Cookie: boolean domainMatch(java.lang.String,java.lang.String) -retrofit2.Utils: void checkNotPrimitive(java.lang.reflect.Type) -wangdaye.com.geometricweather.R$style: int Theme_Design_Light_NoActionBar -androidx.appcompat.R$styleable: int AnimatedStateListDrawableTransition_android_drawable -com.google.android.material.R$styleable: int MaterialTextView_lineHeight -james.adaptiveicon.R$color: int abc_search_url_text_pressed -okhttp3.internal.ws.RealWebSocket: void onReadMessage(okio.ByteString) -androidx.preference.R$attr: int listMenuViewStyle -okhttp3.EventListener$2: EventListener$2(okhttp3.EventListener) -cyanogenmod.externalviews.ExternalView: cyanogenmod.externalviews.IExternalViewProvider mExternalViewProvider -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_1_normal -com.google.android.material.R$string: int abc_prepend_shortcut_label -com.google.android.material.R$dimen: int mtrl_btn_disabled_z -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_android_gravity -io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: java.lang.Object value -androidx.viewpager2.R$id: int accessibility_custom_action_22 -com.jaredrummler.android.colorpicker.R$attr: int actionViewClass -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_min -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: java.util.concurrent.Callable other -com.google.android.material.R$drawable: int btn_radio_on_mtrl -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Temperature: java.lang.Float value -androidx.preference.R$id: int spacer -com.google.android.material.R$string: int abc_action_bar_home_description -com.google.android.material.card.MaterialCardView: void setCardElevation(float) -cyanogenmod.app.CustomTileListenerService: void removeCustomTile(java.lang.String,java.lang.String,int) -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_PLAY_QUEUE -okio.Buffer: boolean exhausted() -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int NOT_AVAILABLE -retrofit2.Utils$WildcardTypeImpl: java.lang.reflect.Type lowerBound -com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawable_android_enterFadeDuration -androidx.appcompat.R$attr: int listChoiceIndicatorMultipleAnimated -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: void cancel() -wangdaye.com.geometricweather.R$styleable: int[] AnimatedStateListDrawableTransition -androidx.lifecycle.extensions.R$id: int tag_unhandled_key_listeners -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_subtitle_material_toolbar -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: int bufferSize -wangdaye.com.geometricweather.R$styleable: int Spinner_android_popupBackground -wangdaye.com.geometricweather.R$dimen: int design_textinput_caption_translate_y -okhttp3.Cache$Entry: java.lang.String requestMethod -james.adaptiveicon.R$styleable: int TextAppearance_android_textColorLink -androidx.recyclerview.R$id: int accessibility_custom_action_0 -com.jaredrummler.android.colorpicker.R$layout: int notification_template_part_time -android.didikee.donate.R$styleable: int SwitchCompat_splitTrack -com.turingtechnologies.materialscrollbar.R$attr: int layout_anchorGravity -wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_marginLeft -wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_color -wangdaye.com.geometricweather.common.basic.models.weather.WindDegree: java.lang.String getWindArrow() -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_indicatorColor -com.turingtechnologies.materialscrollbar.R$dimen: int abc_switch_padding -wangdaye.com.geometricweather.R$styleable: int[] SwitchMaterial -androidx.dynamicanimation.R$dimen: int compat_notification_large_icon_max_width -com.google.gson.stream.JsonWriter: void setSerializeNulls(boolean) -cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_TEMPERATURE_DAY -com.google.android.material.R$anim: int abc_fade_in -wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_AppbarTheme_Dark -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$LocalSource LocalSource -cyanogenmod.weather.WeatherInfo: int mTempUnit -androidx.hilt.lifecycle.R$dimen: int notification_content_margin_start -android.didikee.donate.R$style: int Base_V22_Theme_AppCompat_Light -wangdaye.com.geometricweather.R$styleable: int MaterialButton_iconSize -io.reactivex.Observable: void blockingSubscribe(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer) -com.google.android.material.R$drawable: int ic_mtrl_checked_circle -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_content_padding -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult -com.google.android.material.R$styleable: int TextInputLayout_prefixTextColor -wangdaye.com.geometricweather.R$styleable: int AppCompatSeekBar_tickMarkTintMode -androidx.appcompat.widget.AppCompatImageView: android.content.res.ColorStateList getSupportImageTintList() -androidx.appcompat.R$drawable: int notification_bg_normal -io.reactivex.Observable: io.reactivex.Completable switchMapCompletable(io.reactivex.functions.Function) -androidx.lifecycle.MediatorLiveData$Source: void onChanged(java.lang.Object) -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_TabView -wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_android_ttcIndex -wangdaye.com.geometricweather.R$array: int notification_style_values -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintGuide_begin -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_OVERLAYS -com.google.gson.internal.LazilyParsedNumber: java.lang.String toString() -androidx.core.R$layout: int notification_template_icon_group -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework -wangdaye.com.geometricweather.R$drawable: int widget_card_dark_80 -com.amap.api.location.AMapLocation: int getErrorCode() -io.reactivex.internal.operators.observable.ObserverResourceWrapper: ObserverResourceWrapper(io.reactivex.Observer) -com.google.android.material.card.MaterialCardView: int getContentPaddingBottom() -android.support.v4.os.IResultReceiver$Stub: java.lang.String DESCRIPTOR -okhttp3.internal.ws.WebSocketWriter: WebSocketWriter(boolean,okio.BufferedSink,java.util.Random) -com.xw.repo.bubbleseekbar.R$attr: int buttonStyleSmall -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: void setNames(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX) -com.google.android.material.R$style: int Base_Animation_AppCompat_DropDownUp -androidx.constraintlayout.widget.R$styleable: int ActionBar_subtitle -com.google.gson.FieldNamingPolicy$3: java.lang.String translateName(java.lang.reflect.Field) -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.util.Date time -com.xw.repo.bubbleseekbar.R$styleable: int ActionMode_titleTextStyle -com.google.android.material.R$style: int Base_TextAppearance_MaterialComponents_Button -com.google.android.material.R$styleable: int FloatingActionButton_elevation -com.google.android.material.R$styleable: int[] KeyPosition -okhttp3.internal.http2.Http2Connection$3 -androidx.fragment.R$drawable: int notify_panel_notification_icon_bg -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: java.lang.String getEn_US() -cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_setZenModeWithDuration -cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: ICMStatusBarManager$Stub$Proxy(android.os.IBinder) -com.turingtechnologies.materialscrollbar.R$attr: int enforceMaterialTheme -wangdaye.com.geometricweather.R$dimen: int mtrl_high_ripple_pressed_alpha -androidx.appcompat.R$id: int tag_unhandled_key_listeners -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_FONTS -com.amap.api.location.APSServiceBase -okhttp3.Headers: long byteCount() -androidx.preference.R$id: int blocking -wangdaye.com.geometricweather.R$styleable: int FontFamily_fontProviderPackage -com.google.android.material.R$style: int TextAppearance_Design_HelperText -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: io.reactivex.disposables.Disposable upstream -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setStrokeWidth(float) -androidx.appcompat.resources.R$drawable: int abc_vector_test -com.loc.k: java.lang.String a() -com.jaredrummler.android.colorpicker.R$dimen: int notification_content_margin_start -androidx.fragment.R$styleable: int GradientColor_android_centerX -wangdaye.com.geometricweather.R$styleable: int MenuItem_iconTint -wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Dialog_Bridge -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Toolbar -androidx.preference.R$id: int tag_accessibility_pane_title -androidx.appcompat.R$styleable: int AppCompatTheme_actionMenuTextAppearance -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: boolean isDisposed() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onBouncerShowing(boolean) -androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPaused(android.app.Activity) -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeTotalPrecipitation() -wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card -com.google.android.material.R$attr: int listPreferredItemPaddingRight -android.didikee.donate.R$attr: int windowFixedHeightMinor -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Weather: java.lang.String desc -okio.RealBufferedSink: okio.Timeout timeout() -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: ObservableThrottleFirstTimed$DebounceTimedObserver(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler$Worker) -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Body2 -com.amap.api.fence.GeoFence: long getExpiration() -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: void disposeAfter() -androidx.constraintlayout.widget.R$attr: int circleRadius -okio.RealBufferedSource: short readShortLe() -androidx.constraintlayout.utils.widget.ImageFilterView: float getContrast() -wangdaye.com.geometricweather.R$id: int notification_main_column -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_Solid -com.google.android.material.R$styleable: int Constraint_transitionEasing -com.turingtechnologies.materialscrollbar.R$attr: int windowFixedWidthMajor -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -com.google.android.material.R$styleable: int KeyAttribute_curveFit -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title -okhttp3.Cache$CacheRequestImpl$1: okhttp3.internal.cache.DiskLruCache$Editor val$editor -james.adaptiveicon.R$styleable: int AppCompatTheme_buttonStyle -cyanogenmod.app.IProfileManager$Stub$Proxy: android.app.NotificationGroup[] getNotificationGroups() -cyanogenmod.platform.Manifest$permission: java.lang.String MANAGE_PERSISTENT_STORAGE -com.xw.repo.bubbleseekbar.R$attr: int closeIcon -cyanogenmod.weather.WeatherInfo$DayForecast: double getLow() -androidx.appcompat.R$dimen: int abc_dialog_corner_radius_material -com.xw.repo.bubbleseekbar.R$attr: int tooltipText -com.google.android.material.R$styleable: int AppCompatTheme_actionBarPopupTheme -com.google.android.material.internal.FlowLayout: FlowLayout(android.content.Context) -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: int limit -com.github.rahatarmanahmed.cpv.R$string -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputEditText_FilledBox_Dense -com.turingtechnologies.materialscrollbar.R$id: int transition_scene_layoutid_cache -androidx.lifecycle.FullLifecycleObserverAdapter: FullLifecycleObserverAdapter(androidx.lifecycle.FullLifecycleObserver,androidx.lifecycle.LifecycleEventObserver) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA -com.google.android.gms.base.R$string: int common_signin_button_text_long -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property WeatherCode -wangdaye.com.geometricweather.R$id: int collapseActionView -androidx.appcompat.R$attr: int colorPrimary -androidx.hilt.work.R$id: int notification_main_column_container -com.turingtechnologies.materialscrollbar.R$attr: int hintEnabled -retrofit2.RequestBuilder$ContentTypeOverridingRequestBody: RequestBuilder$ContentTypeOverridingRequestBody(okhttp3.RequestBody,okhttp3.MediaType) -androidx.constraintlayout.widget.R$attr: int showTitle -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHorizontal_weight -androidx.appcompat.R$styleable: int[] AppCompatTextView -io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: long count -androidx.recyclerview.widget.RecyclerView: void setLayoutTransition(android.animation.LayoutTransition) -android.didikee.donate.R$attr: int actionOverflowButtonStyle -retrofit2.Invocation: java.lang.reflect.Method method() -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: boolean hasPermissions(android.content.Context) -androidx.viewpager.R$color -androidx.core.R$styleable: int FontFamily_fontProviderPackage -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionButton -androidx.appcompat.R$styleable: int[] AnimatedStateListDrawableCompat -com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_pressed_holo_dark -io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: boolean isDisposed() -cyanogenmod.weather.CMWeatherManager$1$1: void run() -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ButtonBar_AlertDialog -androidx.constraintlayout.widget.R$dimen: int notification_action_icon_size -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setDistanceToTriggerSync(int) -okio.Buffer$1: void close() -wangdaye.com.geometricweather.R$id: int rectangles -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver -com.turingtechnologies.materialscrollbar.R$styleable: int CardView_cardPreventCornerOverlap -androidx.viewpager.widget.PagerTabStrip: int getTabIndicatorColor() -com.xw.repo.bubbleseekbar.R$styleable: R$styleable() -androidx.hilt.R$id: int tag_screen_reader_focusable -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float Ozone -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_lineHeight -com.google.android.material.R$styleable: int Constraint_flow_horizontalBias -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.internal.TableStatements statements -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_viewInflaterClass -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setIcePrecipitation(java.lang.Float) -cyanogenmod.themes.IThemeService$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_content_inset_material -androidx.preference.R$color: int foreground_material_dark -wangdaye.com.geometricweather.R$styleable: int Slider_tickVisible -com.xw.repo.bubbleseekbar.R$attr: int textAppearanceLargePopupMenu -com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_arrowHeadLength -com.amap.api.location.DPoint: int hashCode() -cyanogenmod.themes.ThemeChangeRequest$1: ThemeChangeRequest$1() -androidx.customview.R$dimen: int notification_action_icon_size -com.google.android.material.R$styleable: int[] FloatingActionButton_Behavior_Layout -wangdaye.com.geometricweather.R$styleable: int ArcProgress_progress_color -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_bias -androidx.constraintlayout.widget.R$dimen: int abc_seekbar_track_progress_height_material -com.amap.api.location.AMapLocation: void setFloor(java.lang.String) -io.reactivex.exceptions.CompositeException: int size() -androidx.appcompat.R$styleable: int[] View -androidx.preference.R$style: int Base_Widget_AppCompat_Button_Small -com.amap.api.location.LocationManagerBase: void unRegisterLocationListener(com.amap.api.location.AMapLocationListener) -com.google.android.material.circularreveal.CircularRevealLinearLayout: CircularRevealLinearLayout(android.content.Context) -wangdaye.com.geometricweather.R$drawable: int flag_es -cyanogenmod.hardware.ThermalListenerCallback$State: int STATE_WARM_FALLING -cyanogenmod.externalviews.KeyguardExternalViewProviderService: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider createExternalView(android.os.Bundle) -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_DarkActionBar -com.turingtechnologies.materialscrollbar.R$attr: int iconTint -wangdaye.com.geometricweather.R$attr: int actionBarDivider -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionBar_TabBar -androidx.lifecycle.LifecycleRegistry: int getObserverCount() -cyanogenmod.app.ThemeVersion$ComponentVersion: java.lang.String name -cyanogenmod.app.suggest.AppSuggestManager: cyanogenmod.app.suggest.AppSuggestManager sInstance -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_circularRadius -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintRight_toLeftOf -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen: java.lang.String Type -androidx.appcompat.R$styleable: int StateListDrawable_android_visible -io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: void onError(java.lang.Throwable) -okhttp3.Cache$CacheRequestImpl$1: okhttp3.Cache$CacheRequestImpl this$1 -com.google.android.material.R$attr: int drawerArrowStyle -com.jaredrummler.android.colorpicker.R$color: int abc_secondary_text_material_dark -com.bumptech.glide.load.ImageHeaderParser$ImageType: boolean hasAlpha -androidx.preference.R$style: int ThemeOverlay_AppCompat_DayNight -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem -james.adaptiveicon.R$style: int Theme_AppCompat -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light_Dialog -cyanogenmod.providers.CMSettings: CMSettings() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Speed: int UnitType -wangdaye.com.geometricweather.common.basic.models.weather.Base: long timeStamp -com.turingtechnologies.materialscrollbar.R$attr: int coordinatorLayoutStyle -wangdaye.com.geometricweather.R$id: int container_main_aqi -android.didikee.donate.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert -okhttp3.internal.cache.DiskLruCache: okio.BufferedSink newJournalWriter() -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language[] values() -com.google.android.material.R$styleable: int MaterialButtonToggleGroup_checkedButton -okhttp3.HttpUrl: java.util.List pathSegments -wangdaye.com.geometricweather.R$styleable: int Preference_persistent -com.google.android.gms.internal.location.zzbc: android.os.Parcelable$Creator CREATOR -androidx.appcompat.R$anim: int btn_radio_to_on_mtrl_ring_outer_animation -cyanogenmod.themes.IThemeService: boolean isThemeBeingProcessed(java.lang.String) -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_SeekBar_Discrete -androidx.appcompat.resources.R$id: int accessibility_custom_action_5 -com.jaredrummler.android.colorpicker.ColorPickerView: ColorPickerView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$attr: int itemShapeAppearance -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xdtd -androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_android_fontStyle -com.google.android.material.bottomappbar.BottomAppBar$SavedState -android.didikee.donate.R$attr: int controlBackground -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: android.os.IBinder mRemote -wangdaye.com.geometricweather.R$dimen: int mtrl_badge_with_text_radius -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWeatherPhase -cyanogenmod.power.PerformanceManager: boolean setPowerProfile(int) -androidx.viewpager2.R$styleable: int FontFamily_fontProviderCerts -okhttp3.internal.connection.RealConnection: okhttp3.Route route -io.reactivex.Observable: io.reactivex.Observable switchMapMaybeDelayError(io.reactivex.functions.Function) -androidx.appcompat.R$styleable: int SearchView_queryHint -com.google.android.material.R$styleable: int AppCompatTextView_drawableLeftCompat -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_50 -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox -androidx.constraintlayout.widget.R$style: int Platform_ThemeOverlay_AppCompat_Dark -com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.reflect.Type getRawType() -com.google.android.material.R$animator: int mtrl_chip_state_list_anim -com.google.android.material.slider.RangeSlider: void setTickVisible(boolean) -wangdaye.com.geometricweather.R$id: int ragweedTitle -android.didikee.donate.R$id: int action_bar_spinner -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX getBrandInfo() -androidx.appcompat.widget.SearchView: java.lang.CharSequence getQuery() -com.google.android.material.R$styleable: int BottomAppBar_backgroundTint -androidx.dynamicanimation.R$style: int TextAppearance_Compat_Notification_Line2 -androidx.appcompat.R$styleable: int FontFamily_fontProviderPackage -io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: void dispose() -cyanogenmod.app.suggest.IAppSuggestProvider$Stub: android.os.IBinder asBinder() -com.bumptech.glide.load.engine.GlideException: GlideException(java.lang.String,java.util.List) -cyanogenmod.externalviews.KeyguardExternalView$3: int val$y -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_PopupMenu_ContextMenu -okhttp3.internal.cache.DiskLruCache: java.io.File getDirectory() -wangdaye.com.geometricweather.R$drawable: int notif_temp_109 -wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar -android.didikee.donate.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable -androidx.preference.R$style: int TextAppearance_AppCompat_Large -com.google.android.gms.base.R$drawable: R$drawable() -com.turingtechnologies.materialscrollbar.R$attr: int itemIconSize -okhttp3.internal.http2.Hpack: java.util.Map NAME_TO_FIRST_INDEX -retrofit2.adapter.rxjava2.CallExecuteObservable -androidx.drawerlayout.R$integer -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getRainPrecipitation() -com.xw.repo.bubbleseekbar.R$drawable: int abc_ratingbar_small_material -androidx.transition.R$style: int TextAppearance_Compat_Notification_Time -com.jaredrummler.android.colorpicker.R$layout: int notification_template_part_chronometer -okhttp3.EventListener: void connectFailed(okhttp3.Call,java.net.InetSocketAddress,java.net.Proxy,okhttp3.Protocol,java.io.IOException) -cyanogenmod.app.ICustomTileListener$Stub: int TRANSACTION_onCustomTileRemoved -com.google.android.material.button.MaterialButton: android.content.res.ColorStateList getBackgroundTintList() -com.google.android.material.bottomappbar.BottomAppBar: BottomAppBar(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$styleable: int[] AnimatedStateListDrawableItem -android.didikee.donate.R$style: int Base_V21_Theme_AppCompat -okhttp3.Cache$Entry: Cache$Entry(okhttp3.Response) -wangdaye.com.geometricweather.R$string: int key_notification_minimal_icon -com.google.android.material.R$dimen: int abc_action_button_min_height_material -wangdaye.com.geometricweather.R$styleable: int ActionBar_homeAsUpIndicator -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Imperial Imperial -com.google.android.material.button.MaterialButton: void setShouldDrawSurfaceColorStroke(boolean) -androidx.viewpager2.R$styleable: int FontFamilyFont_ttcIndex -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_inset -com.google.android.material.R$styleable: int TextInputLayout_passwordToggleDrawable -com.jaredrummler.android.colorpicker.R$id: int search_close_btn -com.google.android.material.R$dimen: int material_text_view_test_line_height_override -com.google.android.material.R$color: int abc_secondary_text_material_dark -com.google.android.material.bottomappbar.BottomAppBar: float getFabTranslationX() -androidx.hilt.lifecycle.R$styleable: int FontFamily_fontProviderPackage -androidx.constraintlayout.widget.R$attr: int tickMarkTint -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setPubTime(java.util.Date) -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_endIconCheckable -james.adaptiveicon.R$styleable: int Toolbar_subtitleTextColor -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActivityChooserView -wangdaye.com.geometricweather.R$id: int pathRelative -io.reactivex.internal.util.VolatileSizeArrayList: boolean equals(java.lang.Object) -com.google.android.material.slider.BaseSlider: float getStepSize() -com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_reverseLayout -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 -okhttp3.internal.tls.CertificateChainCleaner -okhttp3.internal.http2.Huffman: int[] CODES -cyanogenmod.weatherservice.ServiceRequestResult -android.didikee.donate.R$attr: int track -com.jaredrummler.android.colorpicker.R$attr: int listChoiceBackgroundIndicator -wangdaye.com.geometricweather.R$drawable: int abc_item_background_holo_light -androidx.preference.R$drawable: int abc_textfield_search_default_mtrl_alpha -okhttp3.internal.Util$1: int compare(java.lang.String,java.lang.String) -io.reactivex.Observable: io.reactivex.Observable buffer(long,java.util.concurrent.TimeUnit,int) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_fontVariationSettings -androidx.viewpager2.R$drawable: int notification_bg_normal -com.google.android.material.textfield.TextInputLayout: void setBoxBackgroundColorResource(int) -androidx.preference.R$dimen: int highlight_alpha_material_dark -com.turingtechnologies.materialscrollbar.R$styleable: int[] SnackbarLayout -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: void onComplete() -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Tooltip -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored -okio.BufferedSink: okio.BufferedSink emitCompleteSegments() -android.didikee.donate.R$color: int dim_foreground_material_dark -com.google.android.material.R$color: int material_on_primary_emphasis_medium -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: float getProgress() -com.google.android.material.R$animator: int mtrl_fab_transformation_sheet_expand_spec -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: void setZh_TW(java.lang.String) -okhttp3.Response: java.util.List challenges() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getWeatherEnd() -wangdaye.com.geometricweather.R$attr: int statusBarForeground -android.didikee.donate.R$color: int material_grey_850 -androidx.customview.R$layout: int notification_template_part_chronometer -com.xw.repo.bubbleseekbar.R$attr: int colorControlHighlight -cyanogenmod.weather.WeatherLocation$1: java.lang.Object[] newArray(int) -androidx.core.R$styleable: int GradientColor_android_startColor -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 -androidx.appcompat.widget.ActionBarContextView: void setSubtitle(java.lang.CharSequence) -com.google.android.material.R$dimen: int material_helper_text_font_1_3_padding_horizontal -com.bumptech.glide.integration.okhttp.R$dimen: int notification_content_margin_start -okhttp3.internal.platform.Platform: boolean isCleartextTrafficPermitted(java.lang.String) -cyanogenmod.os.Build$CM_VERSION_CODES: int BOYSENBERRY -androidx.dynamicanimation.R$styleable: int FontFamilyFont_fontStyle -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: boolean access$702(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl,boolean) -androidx.preference.R$id: int accessibility_custom_action_18 -androidx.loader.R$dimen: int compat_notification_large_icon_max_width -wangdaye.com.geometricweather.R$attr: int popupMenuStyle -okhttp3.internal.http2.Http2Connection: void writeData(int,boolean,okio.Buffer,long) -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setSnowPrecipitation(java.lang.Float) -androidx.constraintlayout.widget.R$styleable: int ImageFilterView_warmth -androidx.preference.R$styleable: int[] PreferenceFragment -com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawable_android_variablePadding -wangdaye.com.geometricweather.R$attr: int itemRippleColor -com.google.android.material.bottomnavigation.BottomNavigationView: int getMaxItemCount() -wangdaye.com.geometricweather.R$layout: int text_view_with_line_height_from_layout -wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customBoolean -androidx.preference.R$style: int Base_Widget_AppCompat_Toolbar -androidx.coordinatorlayout.R$string: int status_bar_notification_info_overflow -androidx.preference.R$styleable: int Preference_fragment -wangdaye.com.geometricweather.R$id: int activity_allergen_container -okhttp3.internal.http2.Http2Stream$FramingSource: void receive(okio.BufferedSource,long) -wangdaye.com.geometricweather.common.ui.widgets.TagView: TagView(android.content.Context,android.util.AttributeSet,int) -androidx.appcompat.R$color: int bright_foreground_inverse_material_dark -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_always_show_bubble_delay -com.turingtechnologies.materialscrollbar.R$animator: int mtrl_fab_show_motion_spec -androidx.constraintlayout.widget.R$string: int status_bar_notification_info_overflow -okhttp3.internal.connection.StreamAllocation: java.net.Socket releaseIfNoNewStreams() -io.reactivex.internal.queue.SpscArrayQueue: long producerLookAhead -com.bumptech.glide.integration.okhttp.R$dimen: int compat_button_inset_horizontal_material -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384 -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleMarginTop -james.adaptiveicon.R$styleable: int AppCompatTheme_colorPrimary -com.turingtechnologies.materialscrollbar.TouchScrollBar: float getHideRatio() -wangdaye.com.geometricweather.R$drawable: int notif_temp_121 -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getLockWallpaperThemePackageName() -wangdaye.com.geometricweather.R$attr: int suffixTextAppearance -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Display3 -com.google.android.material.R$styleable: int Chip_closeIconTint -com.bumptech.glide.R$id: int actions -io.reactivex.internal.queue.SpscArrayQueue: int calcElementOffset(long,int) -wangdaye.com.geometricweather.R$layout: int widget_clock_day_mini -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_63 -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_BottomAppBar_Primary -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder query(java.lang.String) -cyanogenmod.hardware.CMHardwareManager: boolean isSunlightEnhancementSelfManaged() -androidx.lifecycle.Lifecycling: java.lang.String getAdapterName(java.lang.String) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: CaiYunMainlyResult$ForecastDailyBean$WeatherBean() -androidx.viewpager.R$style: int Widget_Compat_NotificationActionContainer -android.didikee.donate.R$attr: int actionBarTheme -androidx.preference.R$attr: int listChoiceBackgroundIndicator -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeCloseDrawable -com.google.android.material.R$attr: int currentState -com.google.android.material.internal.VisibilityAwareImageButton: VisibilityAwareImageButton(android.content.Context,android.util.AttributeSet) -androidx.lifecycle.extensions.R$id: int text -com.google.android.material.internal.ParcelableSparseIntArray -androidx.legacy.coreutils.R$id: int icon_group -com.turingtechnologies.materialscrollbar.R$attr: int checkedIcon -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_lineHeight -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_toLeftOf -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String pm25 -com.google.android.material.R$styleable: int ProgressIndicator_indicatorCornerRadius -android.didikee.donate.R$styleable: int AppCompatTextView_autoSizeTextType -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Toolbar -com.google.android.material.R$layout: int design_text_input_end_icon -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property CityId -okhttp3.internal.http2.Http2Connection: void pushResetLater(int,okhttp3.internal.http2.ErrorCode) -com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_thickness -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_content_inset_material -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_content_padding -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox -com.google.android.material.R$attr: int fabAnimationMode -androidx.appcompat.R$style: int Base_V22_Theme_AppCompat_Light -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_padding_bottom -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BATTERY_LIGHT_ENABLED_VALIDATOR -wangdaye.com.geometricweather.R$id: int widget_clock_day_week -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: boolean setDisposable(io.reactivex.disposables.Disposable,int) -androidx.constraintlayout.widget.R$color: int foreground_material_light -androidx.transition.R$attr: int fontProviderCerts -wangdaye.com.geometricweather.R$style: int subtitle_text -wangdaye.com.geometricweather.R$id: int container_main_pollen_title -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Button_Colored -okhttp3.internal.connection.RouteException: void addConnectException(java.io.IOException) -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: io.reactivex.internal.disposables.ArrayCompositeDisposable resources -com.jaredrummler.android.colorpicker.R$attr: int dropdownPreferenceStyle -okio.Buffer: okio.BufferedSink writeShort(int) -com.google.android.material.R$attr: int sizePercent -com.google.android.material.R$styleable: int Constraint_layout_constraintTag -com.google.android.material.R$styleable: int StateListDrawable_android_exitFadeDuration -com.google.android.material.R$styleable: int AppCompatTheme_dialogPreferredPadding -androidx.hilt.work.R$dimen: int notification_small_icon_size_as_large -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void dispose() -androidx.lifecycle.ViewModel: java.lang.Object getTag(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_showAlphaSlider -androidx.transition.R$styleable: int GradientColor_android_endX -androidx.appcompat.R$styleable: int Spinner_android_prompt -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_15 -wangdaye.com.geometricweather.R$string: int wind_direction -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver -com.google.gson.stream.JsonReader: long MIN_INCOMPLETE_INTEGER -com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_chipSpacingVertical -cyanogenmod.weather.CMWeatherManager$1 -com.xw.repo.bubbleseekbar.R$styleable: int RecycleListView_paddingTopNoTitle -wangdaye.com.geometricweather.R$style: int Base_V26_Theme_AppCompat -com.autonavi.aps.amapapi.model.AMapLocationServer: void a(boolean) -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setContentDescription(java.lang.String) -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWindChillTemperature(java.lang.Integer) -james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void drainFused() -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean set(int,boolean) -com.google.android.material.R$styleable: int MaterialButton_android_background -androidx.appcompat.R$drawable: int abc_btn_colored_material -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Year -com.turingtechnologies.materialscrollbar.R$animator: int mtrl_fab_transformation_sheet_expand_spec -androidx.activity.R$styleable: int GradientColor_android_startX -io.reactivex.internal.subscriptions.DeferredScalarSubscription: java.lang.Object value -com.google.android.material.R$styleable: int NavigationView_itemShapeFillColor -retrofit2.KotlinExtensions: java.lang.Object suspendAndThrow(java.lang.Exception,kotlin.coroutines.Continuation) -okhttp3.internal.Internal: void addLenient(okhttp3.Headers$Builder,java.lang.String,java.lang.String) -com.jaredrummler.android.colorpicker.R$id: int right_icon -wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar: void setMinutelyList(java.util.List) -org.greenrobot.greendao.AbstractDao: void loadAllUnlockOnWindowBounds(android.database.Cursor,android.database.CursorWindow,java.util.List) -com.jaredrummler.android.colorpicker.R$attr: int fastScrollVerticalThumbDrawable -james.adaptiveicon.R$attr: int fontProviderAuthority -com.google.android.material.R$attr: int enforceTextAppearance -cyanogenmod.weather.WeatherLocation$Builder: cyanogenmod.weather.WeatherLocation$Builder setState(java.lang.String) -cyanogenmod.externalviews.ExternalView$3: cyanogenmod.externalviews.ExternalView this$0 -james.adaptiveicon.R$style: int Widget_AppCompat_PopupMenu -androidx.recyclerview.widget.RecyclerView: void setItemViewCacheSize(int) -com.google.android.material.R$styleable: int[] Layout -androidx.appcompat.R$style: int TextAppearance_AppCompat_Small_Inverse -com.google.android.material.R$styleable: int AppCompatTheme_colorButtonNormal -androidx.core.R$style: int TextAppearance_Compat_Notification_Time -com.bumptech.glide.integration.okhttp.R$string: int status_bar_notification_info_overflow -com.jaredrummler.android.colorpicker.R$attr: int cpv_colorPresets -cyanogenmod.app.Profile$ProfileTrigger$1 -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Inverse -okhttp3.internal.cache.DiskLruCache$Editor: void commit() -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day -wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: double lat -wangdaye.com.geometricweather.R$drawable: int design_password_eye -com.google.gson.stream.JsonReader$1: JsonReader$1() -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_numericShortcut -androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableItem_android_drawable -androidx.appcompat.widget.LinearLayoutCompat: int getBaselineAlignedChildIndex() -com.amap.api.location.AMapLocation: boolean isOffset() -com.xw.repo.bubbleseekbar.R$dimen: int abc_dropdownitem_icon_width -androidx.appcompat.R$drawable: int abc_btn_switch_to_on_mtrl_00001 -wangdaye.com.geometricweather.R$string: int key_card_display -cyanogenmod.providers.CMSettings$Global: java.lang.String WEATHER_TEMPERATURE_UNIT -cyanogenmod.externalviews.KeyguardExternalView$2: boolean requestDismiss() -okhttp3.internal.cache.DiskLruCache: void trimToSize() -androidx.dynamicanimation.R$dimen: int notification_main_column_padding_top -com.xw.repo.bubbleseekbar.R$styleable: int ColorStateListItem_android_color -com.google.gson.stream.JsonReader: int PEEKED_EOF -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_subtitleTextColor -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: void onAttachedToWindow() -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: boolean isDisposed() -androidx.constraintlayout.widget.R$styleable: int[] FontFamily -androidx.transition.R$id: int tag_transition_group -com.google.android.material.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize -com.google.android.material.slider.RangeSlider: float getThumbElevation() -com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_padding_top_material -okhttp3.internal.connection.RouteSelector: okhttp3.internal.connection.RouteDatabase routeDatabase -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.disposables.Disposable upstream -wangdaye.com.geometricweather.R$styleable: int MockView_mock_diagonalsColor -wangdaye.com.geometricweather.R$string: int settings_notification_can_be_cleared_on -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: java.lang.String icon -okhttp3.OkHttpClient: OkHttpClient() -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: java.lang.String getDensityText(android.content.Context,float) -com.google.android.material.R$styleable: int MenuGroup_android_enabled -com.google.android.material.chip.Chip: void setRippleColor(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$style: int Animation_AppCompat_Dialog -androidx.legacy.coreutils.R$styleable: int ColorStateListItem_android_alpha -retrofit2.ParameterHandler$QueryMap: ParameterHandler$QueryMap(java.lang.reflect.Method,int,retrofit2.Converter,boolean) -okhttp3.OkHttpClient: okhttp3.OkHttpClient$Builder newBuilder() -wangdaye.com.geometricweather.R$drawable: int weather_cloudy_mini_light -androidx.constraintlayout.widget.R$drawable: int notification_icon_background -androidx.preference.R$color: int abc_secondary_text_material_light -com.turingtechnologies.materialscrollbar.R$attr: int tabUnboundedRipple -okhttp3.ConnectionPool: int idleConnectionCount() -androidx.lifecycle.extensions.R$drawable: int notification_action_background -wangdaye.com.geometricweather.R$styleable: int Fragment_android_tag -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: void setIndices(java.util.List) -com.jaredrummler.android.colorpicker.R$id: int activity_chooser_view_content -androidx.hilt.lifecycle.R$styleable: int GradientColor_android_tileMode -com.jaredrummler.android.colorpicker.R$dimen: int compat_notification_large_icon_max_height -retrofit2.ParameterHandler$Path: int p -androidx.preference.R$styleable: int AppCompatTheme_dividerVertical -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_dd -com.google.android.material.behavior.HideBottomViewOnScrollBehavior: HideBottomViewOnScrollBehavior(android.content.Context,android.util.AttributeSet) -android.didikee.donate.R$style: int Widget_AppCompat_Spinner_DropDown -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_fontVariationSettings -androidx.constraintlayout.widget.R$id: int spread -com.google.android.material.imageview.ShapeableImageView: void setStrokeColorResource(int) -wangdaye.com.geometricweather.R$color: int design_fab_shadow_start_color -androidx.preference.R$dimen: int abc_switch_padding -retrofit2.http.Body -cyanogenmod.app.StatusBarPanelCustomTile$1: java.lang.Object[] newArray(int) -androidx.viewpager.R$dimen: int notification_main_column_padding_top -wangdaye.com.geometricweather.R$drawable: int notif_temp_14 -retrofit2.RequestFactory: okhttp3.Request create(java.lang.Object[]) -io.reactivex.internal.schedulers.RxThreadFactory: java.lang.Thread newThread(java.lang.Runnable) -wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation: wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation valueOf(java.lang.String) -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: boolean isDisposed() -com.turingtechnologies.materialscrollbar.R$color: int mtrl_tabs_icon_color_selector_colored -wangdaye.com.geometricweather.R$drawable: int ic_tag_plus -okhttp3.internal.cache.CacheInterceptor$1: CacheInterceptor$1(okhttp3.internal.cache.CacheInterceptor,okio.BufferedSource,okhttp3.internal.cache.CacheRequest,okio.BufferedSink) -com.google.android.material.R$attr: int maxImageSize -cyanogenmod.app.CustomTile$ExpandedStyle: java.lang.String toString() -wangdaye.com.geometricweather.R$attr: int tabIndicatorHeight -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_35 -androidx.preference.R$styleable: int BackgroundStyle_android_selectableItemBackground -androidx.recyclerview.widget.RecyclerView: void setViewCacheExtension(androidx.recyclerview.widget.RecyclerView$ViewCacheExtension) -cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: java.lang.String PROFILE -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: io.reactivex.Observer downstream -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 -androidx.preference.R$style: int Base_V26_Theme_AppCompat_Light -com.jaredrummler.android.colorpicker.R$string: int abc_capital_on -androidx.preference.R$attr: int buttonStyle -wangdaye.com.geometricweather.R$attr: int materialButtonStyle -io.reactivex.Observable: io.reactivex.Observable delaySubscription(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -androidx.appcompat.R$styleable: int SwitchCompat_android_textOn -com.google.android.material.R$attr: int tickMarkTintMode -wangdaye.com.geometricweather.R$attr: int homeAsUpIndicator -cyanogenmod.media.MediaRecorder: MediaRecorder() -androidx.hilt.lifecycle.R$id: R$id() -android.didikee.donate.R$id: int search_voice_btn -retrofit2.CompletableFutureCallAdapterFactory$CallCancelCompletableFuture -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintTop_creator -androidx.constraintlayout.widget.ConstraintHelper: int[] getReferencedIds() -com.google.android.material.slider.Slider: void setHaloTintList(android.content.res.ColorStateList) -com.amap.api.location.AMapLocationClientOption$1: AMapLocationClientOption$1() -okio.Buffer$UnsafeCursor: int next() -retrofit2.BuiltInConverters$StreamingResponseBodyConverter: okhttp3.ResponseBody convert(okhttp3.ResponseBody) -androidx.constraintlayout.widget.R$color: int bright_foreground_disabled_material_dark -com.google.android.material.R$styleable: int Layout_layout_goneMarginTop -androidx.constraintlayout.motion.widget.MotionLayout: int getStartState() -com.google.android.material.R$layout: int test_design_radiobutton -cyanogenmod.providers.CMSettings$Global: android.net.Uri CONTENT_URI -wangdaye.com.geometricweather.R$id: int scrollView -androidx.preference.R$attr: int backgroundTintMode -com.google.android.material.R$string: int mtrl_picker_range_header_only_end_selected -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: java.lang.Integer clouds -com.turingtechnologies.materialscrollbar.R$layout: int abc_activity_chooser_view_list_item -com.jaredrummler.android.colorpicker.R$dimen: int abc_edit_text_inset_bottom_material -cyanogenmod.providers.CMSettings$System: java.lang.String KEY_MENU_ACTION -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver -androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable: androidx.lifecycle.LifecycleRegistry mRegistry -com.google.android.gms.base.R$id: int standard -james.adaptiveicon.R$styleable: int AppCompatTheme_selectableItemBackground -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorAccent -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit M -com.turingtechnologies.materialscrollbar.R$attr: int buttonStyleSmall -com.google.android.material.R$attr: int actionModeSplitBackground -com.xw.repo.bubbleseekbar.R$color: int abc_btn_colored_text_material -androidx.preference.R$style: int Platform_Widget_AppCompat_Spinner -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_android_fontStyle -wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.util.Date getDate() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX -com.jaredrummler.android.colorpicker.R$drawable: int notification_template_icon_bg -androidx.constraintlayout.widget.R$attr: int tickMarkTintMode -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeSnowPrecipitationProbability() -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_ab_back_material -wangdaye.com.geometricweather.R$id: int item_aqi_title -cyanogenmod.providers.CMSettings$NameValueCache: boolean putStringForUser(android.content.ContentResolver,java.lang.String,java.lang.String,int) -com.google.android.material.R$styleable: int Constraint_flow_maxElementsWrap -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_ratingBarStyle -com.jaredrummler.android.colorpicker.R$styleable: int ColorStateListItem_alpha -okhttp3.internal.cache.DiskLruCache: java.util.regex.Pattern LEGAL_KEY_PATTERN -androidx.vectordrawable.animated.R$id: int tag_unhandled_key_listeners -com.amap.api.location.AMapLocation: int GPS_ACCURACY_GOOD -wangdaye.com.geometricweather.R$styleable: int[] AppCompatTheme -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: void dispose() -androidx.loader.R$id: int notification_main_column -androidx.preference.R$anim: int fragment_fade_exit -androidx.preference.R$styleable: int LinearLayoutCompat_divider -com.google.android.material.R$style: int Theme_AppCompat_Light_Dialog_Alert -retrofit2.http.HTTP: java.lang.String method() -com.amap.api.location.AMapLocationClientOption$GeoLanguage -com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_barLength -io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.BiFunction,int) -com.google.android.material.R$styleable: int MaterialRadioButton_buttonTint -james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu -com.jaredrummler.android.colorpicker.R$attr: int switchPadding -androidx.vectordrawable.animated.R$dimen: int notification_large_icon_width -wangdaye.com.geometricweather.R$drawable: int weather_rain_mini_grey -wangdaye.com.geometricweather.R$layout: int container_main_daily_trend_card -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_marginTop -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_contentInsetRight -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setWindChillTemperature(java.lang.Integer) -com.google.gson.stream.JsonReader: int PEEKED_UNQUOTED -androidx.constraintlayout.widget.R$attr: int defaultState -wangdaye.com.geometricweather.R$attr: int shapeAppearanceOverlay -io.reactivex.Observable: void blockingSubscribe(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer,io.reactivex.functions.Action) -com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_paddingLeftSystemWindowInsets -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.internal.util.ErrorMode errorMode -com.jaredrummler.android.colorpicker.R$attr: int actionModeShareDrawable -androidx.core.R$id: int accessibility_custom_action_0 -com.turingtechnologies.materialscrollbar.R$styleable: int[] GradientColorItem -com.google.android.material.R$style: int Base_Widget_MaterialComponents_Chip -com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawable_android_variablePadding -wangdaye.com.geometricweather.R$drawable: int dialog_background -com.amap.api.fence.GeoFenceClient: android.content.Context a -androidx.appcompat.widget.ActionBarContainer -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_DifferentCornerSize -io.reactivex.exceptions.CompositeException: CompositeException(java.lang.Iterable) -androidx.core.widget.NestedScrollView: NestedScrollView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setTextColor(int) -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light_Dialog -com.google.android.material.R$styleable: int Constraint_barrierAllowsGoneWidgets -wangdaye.com.geometricweather.R$styleable: int KeyCycle_motionProgress -com.bumptech.glide.R$dimen: int notification_media_narrow_margin -cyanogenmod.app.CMTelephonyManager: java.util.List getSubInformation() -cyanogenmod.providers.CMSettings$NameValueCache: java.lang.String[] SELECT_VALUE -cyanogenmod.profiles.BrightnessSettings: void getXmlString(java.lang.StringBuilder,android.content.Context) -com.google.android.material.R$styleable: int Layout_android_layout_marginStart -androidx.hilt.R$id: int action_container -com.google.android.material.R$styleable: int[] CustomAttribute -cyanogenmod.app.ProfileManager: ProfileManager(android.content.Context) -wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_scaleX -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Button_Borderless -wangdaye.com.geometricweather.R$attr: int tabMaxWidth -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer ragweedIndex -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_goneMarginRight -androidx.constraintlayout.widget.R$attr: int duration -com.google.android.material.datepicker.DateSelector -wangdaye.com.geometricweather.R$styleable: int Preference_android_iconSpaceReserved -android.didikee.donate.R$styleable: int CompoundButton_buttonCompat -androidx.appcompat.R$dimen: int abc_dialog_fixed_width_minor -com.google.android.material.R$styleable: int RecyclerView_spanCount -cyanogenmod.app.suggest.IAppSuggestProvider$Stub: int TRANSACTION_getSuggestions -com.turingtechnologies.materialscrollbar.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset -wangdaye.com.geometricweather.R$styleable: int MotionLayout_showPaths -android.didikee.donate.R$style: int Base_V22_Theme_AppCompat -com.jaredrummler.android.colorpicker.ColorPanelView: int getBorderColor() -androidx.appcompat.R$color: R$color() -android.didikee.donate.R$id: int top -wangdaye.com.geometricweather.R$id: int widget_week_week_2 -wangdaye.com.geometricweather.remoteviews.config.Hilt_MultiCityWidgetConfigActivity -com.bumptech.glide.R$color: int ripple_material_light -com.google.android.material.R$attr: int tickMark -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_goneMarginTop -com.xw.repo.bubbleseekbar.R$styleable: int Spinner_android_entries -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: boolean isDisposed() -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 -cyanogenmod.app.CustomTile$ExpandedListItem: void setExpandedListItemSummary(java.lang.String) -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat -wangdaye.com.geometricweather.R$dimen: int abc_action_bar_elevation_material -com.google.android.material.button.MaterialButton: MaterialButton(android.content.Context,android.util.AttributeSet,int) -androidx.fragment.R$dimen: int compat_button_inset_horizontal_material -androidx.work.R$integer: int status_bar_notification_info_maxnum -com.google.android.material.R$color: int abc_background_cache_hint_selector_material_light -com.turingtechnologies.materialscrollbar.R$attr: int paddingStart -wangdaye.com.geometricweather.R$string: int key_week_icon_mode -android.didikee.donate.R$styleable: int MenuItem_android_id -io.reactivex.internal.subscriptions.DeferredScalarSubscription: int HAS_REQUEST_HAS_VALUE -wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_drawableTop -com.google.android.material.R$styleable: int AppCompatTheme_radioButtonStyle -io.reactivex.internal.util.VolatileSizeArrayList: java.lang.Object[] toArray(java.lang.Object[]) -james.adaptiveicon.R$attr: int fontWeight -com.xw.repo.bubbleseekbar.R$id: int action_bar_title -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX wind -androidx.appcompat.R$styleable: int ActionMode_height -androidx.preference.R$styleable: int SearchView_android_inputType -androidx.preference.R$dimen: int highlight_alpha_material_colored -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Display3 -com.google.android.material.R$styleable: int TextInputLayout_placeholderTextColor -com.github.rahatarmanahmed.cpv.CircularProgressView: boolean autostartAnimation -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial: AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial() -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_Snackbar -wangdaye.com.geometricweather.db.entities.WeatherEntity: long timeStamp -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeThunderstormPrecipitationDuration(java.lang.Float) -com.google.android.material.internal.NavigationMenuItemView: void setIconPadding(int) -androidx.recyclerview.R$attr: int font -androidx.loader.R$id: int notification_background -wangdaye.com.geometricweather.R$id: int recyclerView -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipBackgroundColor -androidx.constraintlayout.widget.R$attr: int actionBarItemBackground -wangdaye.com.geometricweather.R$attr: int bsb_anim_duration -androidx.appcompat.R$styleable: int SearchView_android_focusable -james.adaptiveicon.R$color: int abc_tint_seek_thumb -androidx.lifecycle.AbstractSavedStateViewModelFactory: AbstractSavedStateViewModelFactory(androidx.savedstate.SavedStateRegistryOwner,android.os.Bundle) -androidx.loader.R$style -androidx.appcompat.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated -retrofit2.Utils: void throwIfFatal(java.lang.Throwable) -io.reactivex.observers.TestObserver$EmptyObserver -com.github.rahatarmanahmed.cpv.CircularProgressView$7: void onAnimationUpdate(android.animation.ValueAnimator) -androidx.lifecycle.AndroidViewModel: AndroidViewModel(android.app.Application) -androidx.lifecycle.ProcessLifecycleOwner: androidx.lifecycle.ReportFragment$ActivityInitializationListener mInitializationListener -com.google.android.material.floatingactionbutton.FloatingActionButton: void setCompatHoveredFocusedTranslationZ(float) -com.google.android.material.R$style: int Base_V23_Theme_AppCompat -androidx.fragment.app.FragmentTabHost$SavedState: android.os.Parcelable$Creator CREATOR -androidx.appcompat.R$dimen: int notification_right_side_padding_top -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: java.util.concurrent.atomic.AtomicReference inner -io.reactivex.internal.util.VolatileSizeArrayList: java.lang.Object set(int,java.lang.Object) -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Headline3 -okhttp3.MultipartBody$Builder: okhttp3.MultipartBody build() -com.google.android.material.appbar.CollapsingToolbarLayout: CollapsingToolbarLayout(android.content.Context) -com.turingtechnologies.materialscrollbar.R$attr: int bottomNavigationStyle -androidx.recyclerview.widget.RecyclerView: void setNestedScrollingEnabled(boolean) -wangdaye.com.geometricweather.R$dimen: int mtrl_alert_dialog_picker_background_inset -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_maxImageSize -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningConsequence: int phenomenoMaxColorId -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.Astro moon() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeThunderstormPrecipitation() -wangdaye.com.geometricweather.R$layout: int design_layout_tab_text -com.google.android.material.chip.Chip: void setEnsureMinTouchTargetSize(boolean) -com.turingtechnologies.materialscrollbar.R$attr: int tabPadding -io.reactivex.Observable: java.util.concurrent.Future toFuture() -androidx.activity.R$styleable: R$styleable() -androidx.constraintlayout.widget.R$style: int Base_Animation_AppCompat_Tooltip -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void attachEntity(wangdaye.com.geometricweather.db.entities.WeatherEntity) -com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_Alert -androidx.appcompat.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle -com.google.android.material.R$attr: int hideOnContentScroll -io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: int retries -androidx.lifecycle.extensions.R$dimen: int notification_top_pad -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Long id -james.adaptiveicon.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 -wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String getCountry() -wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_shadowRadius -com.bumptech.glide.R$layout -wangdaye.com.geometricweather.db.entities.DaoMaster$DevOpenHelper: DaoMaster$DevOpenHelper(android.content.Context,java.lang.String) -androidx.appcompat.R$attr: int actionModeBackground -androidx.preference.R$anim: int abc_slide_out_bottom -cyanogenmod.weather.WeatherInfo$DayForecast: java.lang.String mKey -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_horizontalGap -androidx.viewpager.widget.PagerTitleStrip: void setSingleLineAllCaps(android.widget.TextView) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours -james.adaptiveicon.R$color: int abc_search_url_text_selected -androidx.appcompat.R$styleable: int Toolbar_navigationIcon -com.turingtechnologies.materialscrollbar.R$dimen: int notification_action_icon_size -com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getDefaultHintTextColor() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_101 -androidx.constraintlayout.widget.R$dimen: int notification_top_pad_large_text -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_title -cyanogenmod.hardware.CMHardwareManager: int FEATURE_TAP_TO_WAKE -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_year_vertical_padding -androidx.hilt.R$style: int Widget_Compat_NotificationActionText -com.google.android.material.R$styleable: int AppCompatTheme_dividerHorizontal -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Display2 -wangdaye.com.geometricweather.R$id: int material_textinput_timepicker -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DialogWhenLarge -wangdaye.com.geometricweather.R$dimen: int mtrl_shape_corner_size_medium_component -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult -retrofit2.RequestFactory: java.lang.String relativeUrl -android.didikee.donate.R$attr: int searchHintIcon -com.amap.api.location.AMapLocation: int ERROR_CODE_NOCGI_WIFIOFF -com.google.android.material.R$string -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain: java.lang.Float cumul12H -com.google.android.material.R$styleable: int GradientColorItem_android_color -cyanogenmod.app.ProfileManager: void updateNotificationGroup(android.app.NotificationGroup) -com.google.android.material.R$attr: int deltaPolarAngle -com.google.android.material.R$styleable: int CollapsingToolbarLayout_Layout_layout_collapseMode -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Headline6 -io.reactivex.internal.subscriptions.SubscriptionHelper: boolean deferredSetOnce(java.util.concurrent.atomic.AtomicReference,java.util.concurrent.atomic.AtomicLong,org.reactivestreams.Subscription) -okhttp3.internal.publicsuffix.PublicSuffixDatabase: byte EXCEPTION_MARKER -com.google.android.material.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_1 -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_tooltipFrameBackground -okhttp3.internal.cache2.Relay$RelaySource: okhttp3.internal.cache2.Relay this$0 -wangdaye.com.geometricweather.R$style: int Base_CardView -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver[] EMPTY -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night Night -androidx.constraintlayout.widget.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable -okhttp3.MultipartBody: MultipartBody(okio.ByteString,okhttp3.MediaType,java.util.List) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setSrc(java.lang.String) -com.xw.repo.bubbleseekbar.R$attr: int voiceIcon -wangdaye.com.geometricweather.R$styleable: int Badge_badgeGravity -androidx.hilt.R$styleable: int FontFamilyFont_android_fontStyle -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: void onNext(java.lang.Object) -com.google.gson.LongSerializationPolicy: com.google.gson.JsonElement serialize(java.lang.Long) -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_contentInsetEnd -cyanogenmod.profiles.BrightnessSettings$1: java.lang.Object createFromParcel(android.os.Parcel) -androidx.lifecycle.extensions.R$id: int actions -com.xw.repo.bubbleseekbar.R$drawable: int notification_bg_low -wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_yearStyle -cyanogenmod.app.IProfileManager: boolean profileExists(android.os.ParcelUuid) -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_goIcon -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_transformPivotX -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_android_weightSum -com.google.android.material.R$attr: int windowActionModeOverlay -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_26 -androidx.appcompat.resources.R$styleable: int[] AnimatedStateListDrawableTransition -androidx.constraintlayout.widget.R$id: int wrap -wangdaye.com.geometricweather.R$layout: int widget_day_tile -james.adaptiveicon.R$styleable: int AppCompatTheme_homeAsUpIndicator -wangdaye.com.geometricweather.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 -com.amap.api.location.AMapLocation: java.lang.String getRoad() -androidx.preference.R$id: int edit_query -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: long serialVersionUID -wangdaye.com.geometricweather.R$layout: int cpv_color_item_square -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_bubble_text_size -com.google.android.material.R$style: int TextAppearance_AppCompat_Caption -com.google.android.material.R$style: int Widget_Design_FloatingActionButton -com.google.android.material.bottomappbar.BottomAppBar: float getFabCradleMargin() -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setRainPrecipitation(java.lang.Float) -wangdaye.com.geometricweather.R$attr: int drawableStartCompat -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setModifyInHour(boolean) -com.jaredrummler.android.colorpicker.R$dimen: int abc_select_dialog_padding_start_material -io.reactivex.internal.observers.DeferredScalarObserver -com.google.android.material.R$styleable: int Constraint_layout_constraintDimensionRatio -okhttp3.ConnectionPool: okhttp3.internal.connection.RealConnection get(okhttp3.Address,okhttp3.internal.connection.StreamAllocation,okhttp3.Route) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean forecastHourly -androidx.work.R$layout: int notification_template_icon_group -wangdaye.com.geometricweather.common.basic.models.weather.UV: boolean isValid() -androidx.hilt.R$id: int tag_accessibility_pane_title -com.turingtechnologies.materialscrollbar.R$attr: int iconPadding -wangdaye.com.geometricweather.R$dimen: int mtrl_chip_pressed_translation_z -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver(io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver) -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone: boolean IsDaylightSaving -cyanogenmod.app.Profile$ProfileTrigger: int access$202(cyanogenmod.app.Profile$ProfileTrigger,int) -androidx.preference.UnPressableLinearLayout: UnPressableLinearLayout(android.content.Context) -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setArcBackgroundColor(int) -okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder cipherSuites(java.lang.String[]) -okhttp3.internal.ws.WebSocketReader: void processNextFrame() -okhttp3.internal.connection.RealConnection: okhttp3.Route route() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_firstBaselineToTopHeight -androidx.swiperefreshlayout.R$color: int notification_icon_bg_color -androidx.constraintlayout.widget.R$interpolator -cyanogenmod.app.ThemeVersion -io.reactivex.internal.util.VolatileSizeArrayList: java.lang.String toString() -wangdaye.com.geometricweather.R$attr: int boxCornerRadiusBottomEnd -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse -com.jaredrummler.android.colorpicker.R$style: int Preference_DialogPreference_EditTextPreference -com.google.android.material.R$dimen: int mtrl_exposed_dropdown_menu_popup_elevation -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$6: void run() -okio.GzipSource: byte FEXTRA -androidx.dynamicanimation.R$id: int chronometer -org.greenrobot.greendao.AbstractDao: void attachEntity(java.lang.Object,java.lang.Object,boolean) -wangdaye.com.geometricweather.R$string: int settings_title_forecast_today_time -com.amap.api.location.AMapLocation: boolean b(com.amap.api.location.AMapLocation,boolean) -wangdaye.com.geometricweather.R$styleable: int PopupWindow_android_popupBackground -com.xw.repo.bubbleseekbar.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable -wangdaye.com.geometricweather.R$string: int mtrl_picker_text_input_year_abbr -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_content_1 -androidx.appcompat.R$style: int Base_V26_Theme_AppCompat -wangdaye.com.geometricweather.R$string: int key_widget_trend_hourly -com.amap.api.location.AMapLocation: void setCity(java.lang.String) -androidx.vectordrawable.animated.R$styleable: int GradientColorItem_android_offset -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List chuanyi -wangdaye.com.geometricweather.R$attr: int minTouchTargetSize -wangdaye.com.geometricweather.R$drawable: int weather_haze_mini_light -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: int getSuggestedMinimumWidth() -androidx.recyclerview.R$id: int accessibility_custom_action_23 -androidx.preference.R$attr: int statusBarBackground -wangdaye.com.geometricweather.R$string: int expand_button_title -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_panelBackground -androidx.constraintlayout.widget.R$styleable: int Toolbar_contentInsetLeft -com.baidu.location.e.n: java.util.List a(org.json.JSONObject,java.lang.String,int) -wangdaye.com.geometricweather.R$attr: int dialogPreferenceStyle -androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableTransition_android_drawable -com.google.android.material.R$layout: int abc_action_menu_item_layout -com.xw.repo.bubbleseekbar.R$bool -androidx.constraintlayout.widget.R$attr: int listChoiceIndicatorSingleAnimated -cyanogenmod.app.suggest.ApplicationSuggestion: java.lang.String getPackageName() -androidx.appcompat.R$style: int TextAppearance_AppCompat_Medium -com.google.android.material.chip.Chip: void setTextEndPadding(float) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_verticalGap -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_min_height -okhttp3.internal.ws.WebSocketReader$FrameCallback: void onReadMessage(okio.ByteString) -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: boolean emitLast -io.reactivex.internal.operators.observable.ObservableGroupBy$State: void subscribe(io.reactivex.Observer) -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu -androidx.hilt.work.R$styleable: int FontFamilyFont_font -com.turingtechnologies.materialscrollbar.R$style: int Base_CardView -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ProgressBar -org.greenrobot.greendao.AbstractDao: AbstractDao(org.greenrobot.greendao.internal.DaoConfig) -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView: void setTextColors(int) -retrofit2.converter.gson.GsonConverterFactory: retrofit2.converter.gson.GsonConverterFactory create(com.google.gson.Gson) -wangdaye.com.geometricweather.R$styleable: int Chip_textStartPadding -okio.AsyncTimeout$2 -android.didikee.donate.R$attr: int actionBarWidgetTheme -com.google.android.material.R$styleable: int ConstraintSet_deriveConstraintsFrom -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem -com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState[] values() -wangdaye.com.geometricweather.R$attr: int toolbarId -wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_mini_dark -wangdaye.com.geometricweather.background.receiver.widget.WidgetTrendHourlyProvider: WidgetTrendHourlyProvider() -com.xw.repo.bubbleseekbar.R$color: int foreground_material_dark -okhttp3.OkHttpClient$1: okhttp3.internal.connection.RealConnection get(okhttp3.ConnectionPool,okhttp3.Address,okhttp3.internal.connection.StreamAllocation,okhttp3.Route) -com.google.android.material.R$styleable: int FontFamilyFont_fontWeight -androidx.recyclerview.R$id: int chronometer -okhttp3.internal.http2.Http2Connection$IntervalPingRunnable -com.google.android.material.R$styleable: int MotionTelltales_telltales_tailColor -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: java.lang.Object[] row -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorControlNormal -cyanogenmod.app.CustomTile$ExpandedItem: void internalSetOnClickPendingIntent(android.app.PendingIntent) -com.bumptech.glide.integration.okhttp.R$drawable: int notification_action_background -okhttp3.internal.http2.Http2: java.lang.String[] FRAME_NAMES -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: ObservableRefCount$RefCountObserver(io.reactivex.Observer,io.reactivex.internal.operators.observable.ObservableRefCount,io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection) -okhttp3.TlsVersion: okhttp3.TlsVersion TLS_1_1 -androidx.preference.R$attr: int listPreferredItemPaddingRight -com.google.android.material.R$styleable: int[] MaterialCardView -androidx.preference.R$drawable: int abc_seekbar_tick_mark_material -wangdaye.com.geometricweather.R$styleable: int CardView_cardPreventCornerOverlap -androidx.coordinatorlayout.R$styleable: int GradientColorItem_android_color -wangdaye.com.geometricweather.R$id: int activity_widget_config_top -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowMinWidthMajor -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_endIconContentDescription -io.reactivex.internal.subscriptions.EmptySubscription: io.reactivex.internal.subscriptions.EmptySubscription valueOf(java.lang.String) -wangdaye.com.geometricweather.R$id: int widget_clock_day_sensibleTemp -androidx.preference.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle -wangdaye.com.geometricweather.db.entities.WeatherEntity: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree getWindDegree() -androidx.core.R$styleable: int GradientColor_android_centerColor -android.didikee.donate.R$styleable: int Toolbar_titleMarginEnd -wangdaye.com.geometricweather.R$string: int content_desc_weather_icon_grey -androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customStringValue -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_23 -com.google.android.material.R$styleable: int TextInputLayout_passwordToggleTint -androidx.preference.R$drawable: int abc_list_longpressed_holo -androidx.preference.R$attr: int colorPrimaryDark -com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemTextColor -androidx.constraintlayout.widget.R$drawable: int notification_bg -cyanogenmod.profiles.AirplaneModeSettings: int mValue -io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: java.util.concurrent.TimeUnit unit -com.google.android.material.textfield.TextInputLayout: android.widget.TextView getSuffixTextView() -androidx.viewpager.widget.PagerTabStrip: boolean getDrawFullUnderline() -com.bumptech.glide.R$styleable: int GradientColor_android_gradientRadius -androidx.core.app.JobIntentService: JobIntentService() -androidx.hilt.work.R$dimen: int notification_subtext_size -okhttp3.CertificatePinner$Pin: boolean equals(java.lang.Object) -okhttp3.EventListener: void dnsStart(okhttp3.Call,java.lang.String) -androidx.appcompat.R$id: int unchecked -androidx.preference.R$drawable: int abc_ic_go_search_api_material -androidx.appcompat.resources.R$layout: int notification_action_tombstone -james.adaptiveicon.R$dimen: int abc_text_size_button_material -androidx.vectordrawable.R$styleable: int GradientColor_android_type -androidx.vectordrawable.R$id: int accessibility_custom_action_28 -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast -androidx.legacy.coreutils.R$layout: int notification_action_tombstone -androidx.preference.R$attr: int actionModeCopyDrawable -okhttp3.internal.http2.Settings: int INITIAL_WINDOW_SIZE -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: java.lang.String MobileLink -com.google.android.material.card.MaterialCardView: void setBackgroundInternal(android.graphics.drawable.Drawable) -android.didikee.donate.R$attr: int dividerVertical -retrofit2.CompletableFutureCallAdapterFactory: retrofit2.CallAdapter$Factory INSTANCE -androidx.appcompat.R$style: int Theme_AppCompat -cyanogenmod.alarmclock.ClockContract$AlarmsColumns: android.net.Uri CONTENT_URI -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String co -okio.AsyncTimeout$2: okio.Source val$source -com.google.android.material.R$attr: int tabIconTint -com.jaredrummler.android.colorpicker.R$dimen: int abc_cascading_menus_min_smallest_width -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String AUTHOR -com.google.android.material.R$attr: int labelBehavior -cyanogenmod.app.CMContextConstants$Features: java.lang.String THEMES -wangdaye.com.geometricweather.R$string: int key_widget_text -wangdaye.com.geometricweather.db.entities.HistoryEntity: java.lang.String getWeatherSource() -com.google.android.material.R$styleable: int GradientColor_android_startX -wangdaye.com.geometricweather.R$id: int rounded -okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder maxStale(int,java.util.concurrent.TimeUnit) -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_backgroundTint -com.google.android.material.R$styleable: int KeyCycle_motionTarget -androidx.appcompat.widget.Toolbar: int getPopupTheme() -com.google.android.material.R$styleable: int FloatingActionButton_fabCustomSize -com.google.android.material.appbar.AppBarLayout: void setVisibility(int) -cyanogenmod.providers.CMSettings$System: java.lang.String T9_SEARCH_INPUT_LOCALE -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.Wind getWind() -wangdaye.com.geometricweather.R$drawable: int abc_list_divider_mtrl_alpha -androidx.core.R$id: int accessibility_custom_action_17 -androidx.viewpager.R$attr: int fontWeight -androidx.appcompat.R$id: int action_context_bar -com.google.android.material.R$dimen: int abc_dialog_list_padding_bottom_no_buttons -com.google.android.material.R$styleable: int AppBarLayoutStates_state_collapsible -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addEncodedPathSegments(java.lang.String) -android.didikee.donate.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize -wangdaye.com.geometricweather.R$drawable: int avd_hide_password -com.google.android.gms.common.stats.WakeLockEvent: android.os.Parcelable$Creator CREATOR -com.google.android.material.navigation.NavigationView: void setItemIconTintList(android.content.res.ColorStateList) -retrofit2.RequestFactory$Builder: java.util.regex.Pattern PARAM_NAME_REGEX -wangdaye.com.geometricweather.R$string: int sp_widget_clock_day_week_setting -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_android_windowIsFloating -androidx.appcompat.widget.SearchView$SearchAutoComplete: void setThreshold(int) -okhttp3.internal.http.RealInterceptorChain: okhttp3.internal.connection.StreamAllocation streamAllocation() -androidx.appcompat.R$layout: int abc_action_menu_item_layout -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String ICON_URI -wangdaye.com.geometricweather.R$animator: int weather_fog_1 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$LocalSource: int Id -com.jaredrummler.android.colorpicker.R$drawable: int abc_scrubber_track_mtrl_alpha -cyanogenmod.app.ILiveLockScreenChangeListener$Stub$Proxy: void onLiveLockScreenChanged(cyanogenmod.app.LiveLockScreenInfo) -android.didikee.donate.R$attr: int closeItemLayout -com.google.android.material.R$color: int background_material_dark -io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_elevation_material -com.turingtechnologies.materialscrollbar.R$color: int primary_text_default_material_dark -cyanogenmod.app.CMContextConstants -androidx.appcompat.resources.R$id: int accessibility_custom_action_18 -androidx.coordinatorlayout.R$id: int right_icon -okhttp3.Dispatcher: void executed(okhttp3.RealCall) -wangdaye.com.geometricweather.R$anim: int btn_checkbox_to_unchecked_icon_null_animation -com.google.android.material.tabs.TabLayout: void removeOnTabSelectedListener(com.google.android.material.tabs.TabLayout$BaseOnTabSelectedListener) -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setChecked(boolean) -androidx.coordinatorlayout.R$styleable -com.google.android.material.R$styleable: int AppCompatTheme_actionBarItemBackground -com.google.android.material.R$styleable: int MaterialTextAppearance_lineHeight -cyanogenmod.app.ThemeVersion$ThemeVersionImpl3: java.util.List getDeviceComponentVersions() -androidx.constraintlayout.widget.R$color: int background_material_dark -androidx.appcompat.R$id: int accessibility_custom_action_28 -androidx.drawerlayout.R$style: R$style() -com.google.android.material.R$attr: int thumbColor -androidx.cardview.R$attr: int cardPreventCornerOverlap -wangdaye.com.geometricweather.R$drawable: int notif_temp_97 -android.didikee.donate.R$dimen: int highlight_alpha_material_colored -wangdaye.com.geometricweather.R$layout: int dialog_animatable_icon -wangdaye.com.geometricweather.R$dimen: int abc_text_size_body_2_material -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_74 -wangdaye.com.geometricweather.R$id: int transition_current_scene -wangdaye.com.geometricweather.R$styleable: int MaterialRadioButton_buttonTint -wangdaye.com.geometricweather.R$id: int startVertical -cyanogenmod.externalviews.KeyguardExternalView: boolean access$802(cyanogenmod.externalviews.KeyguardExternalView,boolean) -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer treeLevel -wangdaye.com.geometricweather.R$layout -androidx.drawerlayout.R$id: int text -cyanogenmod.hardware.CMHardwareManager: int COLOR_CALIBRATION_GREEN_INDEX -androidx.appcompat.R$style: int Widget_AppCompat_SeekBar -retrofit2.http.PartMap: java.lang.String encoding() -androidx.constraintlayout.widget.R$attr: int windowFixedHeightMinor -com.turingtechnologies.materialscrollbar.R$attr: int submitBackground -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text -com.turingtechnologies.materialscrollbar.R$drawable: int abc_seekbar_track_material -wangdaye.com.geometricweather.R$attr: int crossfade -androidx.constraintlayout.widget.R$styleable: int Layout_barrierAllowsGoneWidgets -androidx.work.R$style: int Widget_Compat_NotificationActionContainer -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_stacked_max_height -androidx.constraintlayout.widget.R$styleable: int Toolbar_logo -com.amap.api.location.AMapLocation: java.lang.String getCoordType() -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$Geometry -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.util.Date pubTime -com.google.android.material.R$styleable: int AppCompatTextView_drawableTint -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowFixedWidthMajor -androidx.coordinatorlayout.widget.CoordinatorLayout$SavedState -androidx.preference.R$styleable: int ActionBar_elevation -com.google.android.material.R$string: int mtrl_picker_save -androidx.hilt.work.R$style: int TextAppearance_Compat_Notification_Line2 -org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database getEncryptedWritableDb(java.lang.String) -androidx.constraintlayout.widget.R$styleable: int SearchView_queryHint -okhttp3.Response: java.util.List headers(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int[] SearchView -androidx.lifecycle.LifecycleService: android.os.IBinder onBind(android.content.Intent) -cyanogenmod.weather.WeatherLocation: java.lang.String getCityId() -androidx.legacy.coreutils.R$layout: int notification_template_icon_group -com.google.android.material.R$dimen: int mtrl_exposed_dropdown_menu_popup_vertical_padding -com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableItem_android_id -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintCircle -com.xw.repo.bubbleseekbar.R$attr: int textAppearanceListItemSmall -wangdaye.com.geometricweather.R$attr: int dialogIcon -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter value(double) -okio.Buffer: void skip(long) -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setTranslateY(float) -wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit -cyanogenmod.profiles.ConnectionSettings: boolean isDirty() -androidx.swiperefreshlayout.R$id: int icon -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: javax.inject.Provider disposableProvider -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property AqiText -androidx.preference.R$styleable: int AppCompatTheme_textColorSearchUrl -cyanogenmod.hardware.IThermalListenerCallback$Stub$Proxy: android.os.IBinder mRemote -wangdaye.com.geometricweather.R$id: int item_alert_subtitle -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: MfForecastResult$Forecast() -retrofit2.ParameterHandler$Query: ParameterHandler$Query(java.lang.String,retrofit2.Converter,boolean) -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_ActionBar -okhttp3.Cache$CacheRequestImpl: okio.Sink body -com.google.android.material.R$attr: int layout_goneMarginStart -io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.R$style: int Base_Animation_AppCompat_Dialog -okhttp3.internal.cache.DiskLruCache: boolean hasJournalErrors -io.reactivex.internal.schedulers.ScheduledRunnable: void setFuture(java.util.concurrent.Future) -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: io.reactivex.internal.util.AtomicThrowable errors -cyanogenmod.weather.WeatherInfo: double getWindSpeed() -retrofit2.Utils$WildcardTypeImpl: java.lang.String toString() -androidx.preference.R$styleable: int CompoundButton_buttonTint -com.google.android.material.R$dimen: int hint_alpha_material_dark -com.turingtechnologies.materialscrollbar.R$id: int scrollView -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: boolean cancelled -wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoldLevel(java.lang.Integer) -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_TabText -okio.Pipe$PipeSink: okio.Timeout timeout() -androidx.preference.R$drawable: int abc_ic_search_api_material -com.xw.repo.bubbleseekbar.R$attr: int titleTextColor -wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode nighttimeWeatherCode -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceSearchResultTitle -androidx.fragment.R$id: int accessibility_custom_action_22 -androidx.appcompat.widget.ActivityChooserView: androidx.appcompat.widget.ActivityChooserModel getDataModel() -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: java.lang.String messageShort -androidx.appcompat.R$dimen: int notification_media_narrow_margin -androidx.cardview.widget.CardView: void setMinimumWidth(int) -wangdaye.com.geometricweather.R$style: int widget_progress -james.adaptiveicon.R$styleable: int Toolbar_android_minHeight -com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_singleChoiceItemLayout -wangdaye.com.geometricweather.R$styleable: int[] RadialViewGroup -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer getWetBulbTemperature() -androidx.constraintlayout.widget.R$attr: int colorAccent -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title -androidx.constraintlayout.widget.R$attr: int minHeight -com.turingtechnologies.materialscrollbar.R$id: int checkbox -androidx.appcompat.R$anim: int btn_radio_to_on_mtrl_dot_group_animation -com.google.android.material.R$layout: int abc_select_dialog_material -androidx.cardview.R$style: R$style() -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_VMAIL_LED_ON_VALIDATOR -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.Pollen pollen -io.reactivex.Observable: io.reactivex.Observable merge(java.lang.Iterable,int,int) -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode HTTP_1_1_REQUIRED -com.amap.api.location.LocationManagerBase: com.amap.api.location.AMapLocation getLastKnownLocation() -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: java.lang.String weatherPhase -cyanogenmod.power.PerformanceManager: cyanogenmod.power.IPerformanceManager getService() -android.didikee.donate.R$dimen: int abc_list_item_padding_horizontal_material -wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme -androidx.appcompat.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_0 -androidx.constraintlayout.widget.R$attr: int fontProviderFetchStrategy -com.google.android.material.R$style: int TextAppearance_AppCompat_Medium_Inverse -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: java.lang.String getLogo() -com.google.android.material.R$dimen: int abc_disabled_alpha_material_dark -cyanogenmod.content.Intent: Intent() -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver(io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver) -android.support.v4.os.IResultReceiver$Stub$Proxy: android.os.IBinder asBinder() -okhttp3.internal.http2.Http2Reader$ContinuationSource -androidx.loader.R$id: int forever -okhttp3.internal.http2.Http2Connection$ReaderRunnable$3 -wangdaye.com.geometricweather.R$attr: int badgeTextColor -androidx.hilt.lifecycle.R$styleable: int FontFamily_fontProviderAuthority -okhttp3.internal.http2.Http2Reader: void readPing(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) -wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_animSwoopDuration -wangdaye.com.geometricweather.R$string: int life_details -wangdaye.com.geometricweather.R$id: int mtrl_child_content_container -com.google.android.material.bottomnavigation.BottomNavigationItemView: BottomNavigationItemView(android.content.Context,android.util.AttributeSet) -androidx.preference.R$styleable: int AppCompatTheme_windowNoTitle -com.google.android.material.R$attr: int voiceIcon -james.adaptiveicon.R$attr: int textColorSearchUrl -androidx.lifecycle.ReportFragment$ActivityInitializationListener -wangdaye.com.geometricweather.R$id: int container_main_first_card_header_timeText -com.google.android.material.R$styleable: int ConstraintSet_barrierMargin -com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableItem_android_id -wangdaye.com.geometricweather.db.entities.WeatherEntity -androidx.preference.R$styleable: int SwitchPreferenceCompat_android_switchTextOff -com.google.android.material.R$dimen: int tooltip_vertical_padding -cyanogenmod.externalviews.ExternalView: java.util.LinkedList mQueue -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String aqiText -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.String weatherIcon -androidx.constraintlayout.widget.R$drawable: int abc_cab_background_top_mtrl_alpha -com.google.android.material.R$id: int dragRight -com.google.android.material.tabs.TabLayout: void setSelectedTabIndicatorColor(int) -wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_dayNightTypeContainer -okhttp3.internal.cache.CacheStrategy: CacheStrategy(okhttp3.Request,okhttp3.Response) -androidx.preference.R$attr: int paddingBottomNoButtons -cyanogenmod.platform.R$integer: R$integer() -cyanogenmod.app.ProfileManager: boolean notificationGroupExists(java.lang.String) -androidx.constraintlayout.widget.R$attr: int flow_horizontalAlign -androidx.appcompat.R$styleable: int MenuItem_android_checked -com.google.android.material.R$attr: int layout_constraintEnd_toStartOf -com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter: void onProgressUpdate(float) -io.reactivex.internal.disposables.CancellableDisposable -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_end_padding -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition -okio.Okio$4: java.io.IOException newTimeoutException(java.io.IOException) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: double HoursOfPrecipitation -androidx.appcompat.R$drawable: int abc_action_bar_item_background_material -james.adaptiveicon.R$styleable -androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration -okhttp3.Request$Builder: okhttp3.Request$Builder url(java.net.URL) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean dispatchKeyEvent(android.view.KeyEvent) -androidx.vectordrawable.animated.R$id: int action_container -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_SearchView_ActionBar -com.google.android.material.circularreveal.cardview.CircularRevealCardView: void setCircularRevealOverlayDrawable(android.graphics.drawable.Drawable) -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Menu -com.google.android.gms.common.server.converter.zaa: android.os.Parcelable$Creator CREATOR -androidx.preference.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_thumbTextPadding -retrofit2.converter.gson.GsonConverterFactory -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: io.reactivex.internal.queue.SpscLinkedArrayQueue queue -com.amap.api.location.UmidtokenInfo$a: void onLocationChanged(com.amap.api.location.AMapLocation) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getNighttimeWeatherText() -androidx.appcompat.widget.AppCompatTextView: void setCustomSelectionActionModeCallback(android.view.ActionMode$Callback) -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void subscribeActual() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric Metric -io.reactivex.internal.schedulers.ScheduledRunnable -okhttp3.internal.http2.Hpack$Writer: Hpack$Writer(int,boolean,okio.Buffer) -com.google.android.material.R$styleable: int Badge_verticalOffset -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title -io.reactivex.internal.util.ArrayListSupplier: java.util.concurrent.Callable asCallable() -okhttp3.internal.cache.DiskLruCache$Editor$1: DiskLruCache$Editor$1(okhttp3.internal.cache.DiskLruCache$Editor,okio.Sink) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeIcePrecipitation -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_subtitle -com.google.android.material.R$attr: int customColorValue -androidx.lifecycle.extensions.R$dimen: int notification_action_text_size -com.google.android.material.R$styleable: int Variant_constraints -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VectorDrawableDelegateState -cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.DisplayMode getCurrentDisplayMode() -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_android_maxWidth -james.adaptiveicon.R$color: int button_material_dark -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Display2 -retrofit2.RequestFactory -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_maxImageSize -androidx.vectordrawable.animated.R$drawable: int notification_bg_normal_pressed -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_is_float_type -android.didikee.donate.R$color: int foreground_material_dark -com.google.android.material.R$color: int material_grey_300 -wangdaye.com.geometricweather.R$attr: int layout_constraintWidth_default -james.adaptiveicon.R$styleable: int View_paddingEnd -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart -androidx.lifecycle.extensions.R$styleable: int GradientColor_android_centerY -com.google.android.material.button.MaterialButtonToggleGroup: MaterialButtonToggleGroup(android.content.Context) -wangdaye.com.geometricweather.R$id: int sawtooth -io.reactivex.internal.schedulers.AbstractDirectTask: java.lang.Runnable runnable -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_PopupWindow -retrofit2.DefaultCallAdapterFactory$1: retrofit2.DefaultCallAdapterFactory this$0 -wangdaye.com.geometricweather.background.polling.permanent.update.Hilt_ForegroundNormalUpdateService: Hilt_ForegroundNormalUpdateService() -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -com.google.android.material.slider.BaseSlider: int getTrackSidePadding() -com.google.android.material.R$attr: int waveDecay -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_resetAll -com.baidu.location.g.a: a() -wangdaye.com.geometricweather.R$attr: int bsb_show_section_mark -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver: void onSuccess(java.lang.Object) -com.google.android.material.slider.RangeSlider: java.util.List getValues() -androidx.constraintlayout.widget.R$attr: int listPreferredItemHeightLarge -okio.GzipSource: byte SECTION_TRAILER -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_DrawerArrowToggle -wangdaye.com.geometricweather.R$id: int image -okhttp3.internal.cache.DiskLruCache: java.util.concurrent.Executor executor -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_caption_material -wangdaye.com.geometricweather.R$styleable: int ViewStubCompat_android_id -android.didikee.donate.R$layout: int select_dialog_multichoice_material -androidx.preference.R$style: int TextAppearance_AppCompat_Display3 -androidx.preference.R$style: int Base_Widget_AppCompat_SeekBar_Discrete -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_firstHorizontalStyle -com.google.android.material.R$attr: int behavior_peekHeight -com.google.android.material.R$animator: int mtrl_btn_unelevated_state_list_anim -com.google.android.material.R$styleable: int Chip_ensureMinTouchTargetSize -com.turingtechnologies.materialscrollbar.R$dimen: int abc_cascading_menus_min_smallest_width -com.google.android.material.R$styleable: int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintRight_creator -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer uvIndex -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeWindChillTemperature() -androidx.core.R$string -androidx.constraintlayout.widget.R$style: int Platform_V25_AppCompat_Light -com.amap.api.location.AMapLocationQualityReport: java.lang.String e -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_alphabeticShortcut -androidx.viewpager.R$style: int TextAppearance_Compat_Notification_Info -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen: java.lang.String Name -androidx.preference.R$color: int switch_thumb_material_light -wangdaye.com.geometricweather.R$string: int action_settings -androidx.hilt.work.R$id: int accessibility_custom_action_29 -androidx.appcompat.R$color: int highlighted_text_material_dark -androidx.constraintlayout.utils.widget.ImageFilterView: void setSaturation(float) -androidx.constraintlayout.widget.R$styleable: int Constraint_android_rotationY -com.google.android.material.R$drawable: int abc_btn_radio_to_on_mtrl_000 -okhttp3.Cache$Entry: void writeTo(okhttp3.internal.cache.DiskLruCache$Editor) -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarSwipeRefreshLayout -cyanogenmod.app.CustomTile$1: cyanogenmod.app.CustomTile createFromParcel(android.os.Parcel) -androidx.loader.R$dimen: int compat_notification_large_icon_max_height -com.google.android.material.floatingactionbutton.FloatingActionButton: FloatingActionButton(android.content.Context,android.util.AttributeSet) -androidx.vectordrawable.animated.R$id: int dialog_button -wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_2 -androidx.viewpager.R$drawable: int notification_action_background -io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: void accept(java.lang.Object) -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode -wangdaye.com.geometricweather.main.MainActivityViewModel$Status: wangdaye.com.geometricweather.main.MainActivityViewModel$Status valueOf(java.lang.String) -androidx.activity.R$styleable: int GradientColorItem_android_offset -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintDimensionRatio -cyanogenmod.weather.WeatherInfo$DayForecast: double mLow -james.adaptiveicon.R$styleable: int ColorStateListItem_android_color -com.google.android.material.progressindicator.ProgressIndicator: void setIndicatorSize(int) -com.google.android.material.R$styleable: int MenuItem_actionViewClass -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial: int UnitType -com.google.android.material.R$styleable: int Constraint_flow_verticalStyle -com.google.android.material.R$dimen: int material_emphasis_medium -com.google.android.gms.base.R$attr: int imageAspectRatioAdjust -com.turingtechnologies.materialscrollbar.R$color: int primary_dark_material_dark -com.google.android.material.card.MaterialCardView: android.graphics.drawable.Drawable getCheckedIcon() -com.turingtechnologies.materialscrollbar.R$attr: int firstBaselineToTopHeight -androidx.constraintlayout.widget.R$style: int Base_V21_Theme_AppCompat_Light -com.bumptech.glide.R$attr: int fontProviderCerts -wangdaye.com.geometricweather.R$layout: int widget_clock_day_horizontal -com.google.android.material.R$attr: int textEndPadding -okhttp3.internal.http2.PushObserver: boolean onRequest(int,java.util.List) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_alertDialogStyle -androidx.preference.MultiSelectListPreference -com.jaredrummler.android.colorpicker.R$styleable: int View_theme -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeWindSpeed() -com.google.android.material.R$attr: int cornerFamilyBottomLeft -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature: AccuCurrentResult$Temperature() -com.google.android.material.R$dimen: int abc_action_bar_content_inset_with_nav -androidx.hilt.work.R$color -com.turingtechnologies.materialscrollbar.R$attr: int spinnerDropDownItemStyle -com.google.android.material.R$style: int Widget_AppCompat_Button_Small -wangdaye.com.geometricweather.R$string: int mtrl_picker_date_header_selected -androidx.recyclerview.R$styleable: int FontFamilyFont_android_fontWeight -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void drain() -androidx.appcompat.widget.Toolbar: void setTitle(int) -com.bumptech.glide.R$id: int action_divider -com.baidu.location.f -com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_android_fontVariationSettings -cyanogenmod.externalviews.ExternalView$4 -wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_1 -com.google.android.material.R$attr: int tabIndicator -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: org.reactivestreams.Subscriber downstream -androidx.fragment.R$id: int text2 -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_ctd -wangdaye.com.geometricweather.R$id: int item_weather_daily_uv_title -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_RatingBar_Small -okhttp3.internal.connection.RealConnection: java.net.Socket socket -wangdaye.com.geometricweather.R$attr: int listLayout -androidx.preference.R$attr: int thickness -wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_hideMotionSpec -retrofit2.RequestFactory$Builder: java.lang.String relativeUrl -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.util.Map rights -wangdaye.com.geometricweather.R$attr: int checkedIconTint -cyanogenmod.themes.IThemeService$Stub: android.os.IBinder asBinder() -io.reactivex.Observable: io.reactivex.Observable merge(io.reactivex.ObservableSource,int) -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog -okhttp3.Response: okhttp3.Response$Builder newBuilder() -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_21 -okio.Buffer: java.lang.String readUtf8() -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver this$0 -androidx.constraintlayout.widget.R$styleable: int Constraint_transitionPathRotate -androidx.constraintlayout.helper.widget.Flow -com.google.android.material.internal.ScrimInsetsFrameLayout: void setScrimInsetForeground(android.graphics.drawable.Drawable) -james.adaptiveicon.R$attr: int actionModeSplitBackground -io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: void onError(java.lang.Throwable) -androidx.preference.R$styleable: int PreferenceTheme_switchPreferenceCompatStyle -io.reactivex.internal.functions.Functions$NaturalComparator: int compare(java.lang.Object,java.lang.Object) -com.google.android.material.button.MaterialButton: int getStrokeWidth() -com.google.android.material.R$style: int Widget_Design_NavigationView -androidx.lifecycle.SavedStateViewModelFactory: SavedStateViewModelFactory(android.app.Application,androidx.savedstate.SavedStateRegistryOwner) -com.google.android.material.R$dimen: int design_bottom_navigation_icon_size -androidx.constraintlayout.widget.Placeholder -com.google.android.material.progressindicator.ProgressIndicator: void setCircularInset(int) -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Headline1 -androidx.constraintlayout.widget.R$attr: int checkedTextViewStyle -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHorizontal_chainStyle -androidx.appcompat.widget.AppCompatImageButton: AppCompatImageButton(android.content.Context,android.util.AttributeSet) -com.baidu.location.f: f() -com.xw.repo.bubbleseekbar.R$style: int Base_V26_Theme_AppCompat_Light -androidx.vectordrawable.animated.R$id: R$id() -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_12 -com.turingtechnologies.materialscrollbar.R$dimen: int hint_pressed_alpha_material_dark -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property Id -androidx.fragment.R$color -okhttp3.internal.http2.Http2Stream$FramingSink: Http2Stream$FramingSink(okhttp3.internal.http2.Http2Stream) -androidx.constraintlayout.widget.R$style: int Animation_AppCompat_DropDownUp -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_fontStyle -androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable: boolean mWasExecuted -androidx.constraintlayout.widget.R$id: int accelerate -androidx.lifecycle.ComputableLiveData: androidx.lifecycle.LiveData mLiveData -com.turingtechnologies.materialscrollbar.R$string: int mtrl_chip_close_icon_content_description -com.google.android.material.internal.NavigationMenuItemView: void setTextAppearance(int) -androidx.activity.R$layout: int notification_template_part_chronometer -androidx.preference.R$dimen: int abc_text_size_display_2_material -androidx.appcompat.R$layout: int abc_action_bar_title_item -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Dialog_FixedSize -androidx.preference.R$style: int Base_Widget_AppCompat_ActionBar_TabBar -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.util.Date getPubTime() -cyanogenmod.profiles.AirplaneModeSettings: void readFromParcel(android.os.Parcel) -androidx.appcompat.R$id: int tag_accessibility_pane_title -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_77 -com.turingtechnologies.materialscrollbar.R$attr: int tooltipFrameBackground -com.google.android.material.R$styleable: int ActionBar_backgroundStacked -com.turingtechnologies.materialscrollbar.R$attr: int itemBackground -okio.RealBufferedSource: long readAll(okio.Sink) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: java.lang.String value -android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_ActionBar -io.reactivex.Observable: io.reactivex.Observable timeout(io.reactivex.ObservableSource,io.reactivex.functions.Function) -wangdaye.com.geometricweather.R$attr: int actionModeFindDrawable -androidx.appcompat.widget.LinearLayoutCompat: int getBaseline() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: java.lang.String url -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: int getStatus() -com.google.android.material.snackbar.SnackbarContentLayout: SnackbarContentLayout(android.content.Context,android.util.AttributeSet) -com.turingtechnologies.materialscrollbar.R$id: int tag_transition_group -com.baidu.location.e.h$b: com.baidu.location.e.h$b b -wangdaye.com.geometricweather.R$attr: int dividerVertical -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: void drain() -com.xw.repo.bubbleseekbar.R$id: int search_mag_icon -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActivityChooserView -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_android_touchscreenBlocksFocus -androidx.appcompat.R$styleable: int AppCompatTheme_windowFixedHeightMajor -wangdaye.com.geometricweather.R$id: int autoCompleteToStart -com.jaredrummler.android.colorpicker.R$dimen: int cpv_required_padding -cyanogenmod.app.Profile: void setDozeMode(int) -okhttp3.internal.http2.Header: int hpackSize -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_paddingStart -com.google.android.material.R$dimen: int abc_action_bar_subtitle_top_margin_material -com.google.android.material.R$attr: int passwordToggleDrawable -okio.InflaterSource: okio.BufferedSource source -cyanogenmod.app.PartnerInterface -com.google.android.material.R$styleable: int Layout_android_layout_marginBottom -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header -okhttp3.CipherSuite$1: int compare(java.lang.Object,java.lang.Object) -com.turingtechnologies.materialscrollbar.CustomIndicator: int getTextSize() -androidx.constraintlayout.widget.R$attr: int state_above_anchor -com.google.android.material.R$attr: int state_liftable -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver parent -androidx.constraintlayout.widget.R$style: int Base_V26_Theme_AppCompat_Light -wangdaye.com.geometricweather.R$drawable: int notif_temp_0 -wangdaye.com.geometricweather.R$dimen: int design_tab_max_width -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Display2 -okio.RealBufferedSource$1: void close() -com.google.android.material.R$styleable: int FontFamily_fontProviderFetchTimeout -cyanogenmod.platform.R$attr -androidx.preference.R$attr: int commitIcon -wangdaye.com.geometricweather.R$attr: int useCompatPadding -com.xw.repo.bubbleseekbar.R$layout: int abc_list_menu_item_layout -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Body1 -james.adaptiveicon.R$drawable: int abc_list_selector_disabled_holo_light -androidx.preference.R$dimen: int abc_text_size_medium_material -androidx.activity.R$id: int icon_group -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: void setPubTime(java.lang.String) -com.google.android.material.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge -com.google.android.material.R$styleable: int TabLayout_tabRippleColor -okhttp3.Dispatcher: java.util.List runningCalls() -com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat_ActionBar -com.google.android.material.R$attr: int indeterminateProgressStyle -android.didikee.donate.R$style: int Widget_AppCompat_Spinner -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight_DarkActionBar -com.jaredrummler.android.colorpicker.R$attr: int checkedTextViewStyle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Metric: AccuCurrentResult$Wind$Speed$Metric() -wangdaye.com.geometricweather.R$style -androidx.viewpager.widget.PagerTabStrip -com.jaredrummler.android.colorpicker.R$id: int action_bar_root -androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight -wangdaye.com.geometricweather.remoteviews.config.ClockDayDetailsWidgetConfigActivity -android.didikee.donate.R$id: int listMode -okio.Buffer: okio.Buffer writeDecimalLong(long) -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: java.lang.Object singleItem -io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: ObservableUnsubscribeOn$UnsubscribeObserver(io.reactivex.Observer,io.reactivex.Scheduler) -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_temp_4 -androidx.drawerlayout.R$dimen: int notification_main_column_padding_top -androidx.vectordrawable.animated.R$style: int TextAppearance_Compat_Notification_Time -wangdaye.com.geometricweather.R$id: int sort_button -com.jaredrummler.android.colorpicker.R$attr: int listPreferredItemHeight -okhttp3.internal.http2.Hpack$Reader: int nextHeaderIndex -androidx.preference.R$dimen: int notification_small_icon_size_as_large -cyanogenmod.weatherservice.IWeatherProviderService$Stub: java.lang.String DESCRIPTOR -wangdaye.com.geometricweather.R$id: int stretch -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: android.os.IBinder mRemote -androidx.preference.R$drawable: int abc_btn_radio_material -com.jaredrummler.android.colorpicker.R$layout: int select_dialog_item_material -okhttp3.MediaType: MediaType(java.lang.String,java.lang.String,java.lang.String,java.lang.String) -com.turingtechnologies.materialscrollbar.R$dimen: int item_touch_helper_swipe_escape_max_velocity -androidx.cardview.R$dimen -wangdaye.com.geometricweather.R$drawable: int tooltip_frame_dark -android.didikee.donate.R$styleable: int[] ActionBar -androidx.appcompat.R$color: int switch_thumb_material_light -androidx.preference.TwoStatePreference$SavedState: android.os.Parcelable$Creator CREATOR -androidx.constraintlayout.widget.R$styleable: int[] LinearLayoutCompat_Layout -androidx.legacy.coreutils.R$id: int time -androidx.viewpager2.R$string -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void onComplete() -androidx.appcompat.R$attr: int listMenuViewStyle -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_order -androidx.core.R$styleable: int GradientColor_android_startX -androidx.constraintlayout.widget.R$styleable: int Toolbar_navigationIcon -james.adaptiveicon.R$styleable: int AppCompatTheme_textColorSearchUrl -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView: PolylineAndHistogramView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$attr: int layout_constraintWidth_min -okhttp3.internal.http1.Http1Codec$ChunkedSink: okio.Timeout timeout() -androidx.preference.R$attr: int popupTheme -io.reactivex.internal.observers.LambdaObserver: void onComplete() -wangdaye.com.geometricweather.R$attr: int unfold -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType Insert -androidx.appcompat.R$string: int abc_menu_sym_shortcut_label -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_subtitleTextStyle -wangdaye.com.geometricweather.R$id: int activity_allergen_recyclerView -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_TextInputEditText -com.github.rahatarmanahmed.cpv.R$string: R$string() -androidx.constraintlayout.widget.R$attr: int actionModeFindDrawable -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: java.util.List getValue() -okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.PushObserver pushObserver -androidx.appcompat.R$id: int accessibility_custom_action_7 -cyanogenmod.providers.CMSettings$InclusiveIntegerRangeValidator -androidx.appcompat.R$attr: int arrowHeadLength -com.google.android.material.R$styleable: int Layout_layout_constraintRight_toRightOf -com.google.android.material.R$style: int Base_Widget_MaterialComponents_TextInputLayout -com.google.android.material.R$attr: int windowActionBarOverlay -androidx.cardview.widget.CardView: float getCardElevation() -com.google.android.material.slider.BaseSlider: void setThumbTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$color: int switch_thumb_normal_material_dark -com.google.android.material.R$dimen: int material_filled_edittext_font_2_0_padding_bottom -androidx.work.impl.utils.futures.DirectExecutor: androidx.work.impl.utils.futures.DirectExecutor valueOf(java.lang.String) -androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType: androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType START -org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.DatabaseOpenHelper$EncryptedHelper encryptedHelper -wangdaye.com.geometricweather.R$styleable: int AppCompatImageView_android_src -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial: int UnitType -androidx.vectordrawable.animated.R$integer -wangdaye.com.geometricweather.R$styleable: int KeyPosition_percentHeight -james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarDivider -androidx.appcompat.R$color: int material_blue_grey_950 -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getGrassLevel() -android.didikee.donate.R$styleable: int AppCompatTheme_controlBackground -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipSurfaceColor -com.google.android.gms.base.R$string: int common_google_play_services_update_button -com.google.android.material.R$styleable: int StateSet_defaultState -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceListItem -okhttp3.internal.connection.StreamAllocation: void cancel() -io.reactivex.Observable: io.reactivex.Observable mergeArray(io.reactivex.ObservableSource[]) -okhttp3.Cache$Entry: okhttp3.Response response(okhttp3.internal.cache.DiskLruCache$Snapshot) -androidx.preference.R$styleable: int Toolbar_navigationIcon -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String COL_KEY -com.turingtechnologies.materialscrollbar.R$attr: int dropdownListPreferredItemHeight -okio.RealBufferedSink: okio.BufferedSink writeUtf8(java.lang.String) -androidx.swiperefreshlayout.R$integer: R$integer() -androidx.appcompat.widget.Toolbar: int getTitleMarginStart() -androidx.dynamicanimation.R$drawable: int notification_bg_low_pressed -androidx.constraintlayout.widget.R$styleable: int ActionMode_background -io.reactivex.internal.disposables.SequentialDisposable: boolean isDisposed() -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ActionBar_PrimarySurface -okhttp3.EventListener: void connectStart(okhttp3.Call,java.net.InetSocketAddress,java.net.Proxy) -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: int skip -com.google.android.material.progressindicator.ProgressIndicator: void setGrowMode(int) -androidx.core.app.NotificationCompatSideChannelService -androidx.legacy.coreutils.R$drawable: int notification_bg_low_pressed -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Toolbar -retrofit2.HttpServiceMethod$SuspendForResponse -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_snackbar_margin_horizontal -com.jaredrummler.android.colorpicker.R$id: int action_bar_container -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange -com.xw.repo.bubbleseekbar.R$anim: int abc_slide_in_top -androidx.constraintlayout.widget.R$styleable: int ColorStateListItem_android_color -com.xw.repo.bubbleseekbar.R$drawable: int abc_spinner_mtrl_am_alpha -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_Button -androidx.appcompat.widget.AppCompatRatingBar: AppCompatRatingBar(android.content.Context,android.util.AttributeSet) -androidx.viewpager.R$id: int line1 -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_Switch -androidx.constraintlayout.widget.R$attr: int listPreferredItemHeight -androidx.drawerlayout.R$styleable: int FontFamily_fontProviderFetchTimeout -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: java.lang.String getPubTime() -okhttp3.CacheControl: int sMaxAgeSeconds -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: java.util.Date Date -io.reactivex.Observable: io.reactivex.Single firstOrError() -com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_min_width_minor -com.bumptech.glide.Registry$NoModelLoaderAvailableException: Registry$NoModelLoaderAvailableException(java.lang.Object) -androidx.appcompat.R$attr: int showAsAction -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: java.lang.Throwable error -cyanogenmod.app.LiveLockScreenManager: boolean show(int,cyanogenmod.app.LiveLockScreenInfo) -androidx.fragment.R$attr -okhttp3.internal.http2.Http2Stream$FramingSink: okhttp3.internal.http2.Http2Stream this$0 -io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.common.ui.behaviors.InkPageIndicatorBehavior -androidx.appcompat.widget.AppCompatTextView: android.content.res.ColorStateList getSupportCompoundDrawablesTintList() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Speed -com.turingtechnologies.materialscrollbar.R$color: int error_color_material_light -com.turingtechnologies.materialscrollbar.R$styleable: int MenuGroup_android_id -androidx.vectordrawable.animated.R$styleable: R$styleable() -io.reactivex.Observable: io.reactivex.Observable window(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,int) -com.jaredrummler.android.colorpicker.R$drawable: int abc_list_selector_holo_light -androidx.preference.R$style: int Base_Widget_AppCompat_TextView -cyanogenmod.hardware.DisplayMode$1: java.lang.Object createFromParcel(android.os.Parcel) -androidx.hilt.work.R$style: int TextAppearance_Compat_Notification_Info -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_registerCallback -com.baidu.location.e.n: n(java.lang.String,int,java.lang.String,java.lang.String,java.lang.String,int,int) -wangdaye.com.geometricweather.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset -org.greenrobot.greendao.AbstractDao: void insertInTx(java.lang.Iterable,boolean) -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver(io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver) -wangdaye.com.geometricweather.R$drawable: int weather_haze_1 -com.turingtechnologies.materialscrollbar.R$id: int top -com.xw.repo.bubbleseekbar.R$attr: int windowFixedHeightMajor -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType InsertOrReplaceInTxIterable -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle -androidx.appcompat.widget.ListPopupWindow: void setOnDismissListener(android.widget.PopupWindow$OnDismissListener) -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_counterOverflowTextAppearance -wangdaye.com.geometricweather.db.entities.WeatherEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() -wangdaye.com.geometricweather.R$id: int dialog_resident_location_container -androidx.constraintlayout.widget.R$id: int cos -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void otherError(java.lang.Throwable) -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit MPH -com.google.android.material.floatingactionbutton.FloatingActionButton: void setBackgroundDrawable(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.R$attr: int backgroundInsetEnd -okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RealConnection connection() -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_navigation_height -androidx.constraintlayout.widget.R$styleable: int MotionLayout_layoutDescription -com.google.android.material.R$dimen: int design_textinput_caption_translate_y -androidx.constraintlayout.widget.R$attr: int titleMargin -wangdaye.com.geometricweather.R$attr: int colorOnPrimarySurface -okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner: boolean equals(java.lang.Object) -okhttp3.HttpUrl: HttpUrl(okhttp3.HttpUrl$Builder) -okio.AsyncTimeout: void timedOut() -com.google.android.material.R$styleable: int SwitchCompat_thumbTint -androidx.appcompat.R$style: int AlertDialog_AppCompat_Light -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: long EffectiveEpochDate -okhttp3.internal.ws.WebSocketProtocol: long CLOSE_MESSAGE_MAX -androidx.customview.R$drawable: int notification_bg_low -com.google.android.material.R$layout: int abc_action_menu_layout -com.xw.repo.bubbleseekbar.R$dimen: int abc_button_inset_vertical_material -com.jaredrummler.android.colorpicker.R$id: int listMode -wangdaye.com.geometricweather.R$attr: int tabInlineLabel -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float getThunderstorm() -io.reactivex.internal.util.AtomicThrowable: long serialVersionUID -cyanogenmod.themes.IThemeChangeListener$Stub: android.os.IBinder asBinder() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dropDownListViewStyle -com.xw.repo.bubbleseekbar.R$id: int top -androidx.appcompat.widget.ScrollingTabContainerView: void setContentHeight(int) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Snow: double Value -androidx.recyclerview.R$styleable: int GradientColor_android_centerY -wangdaye.com.geometricweather.R$id: int labeled -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Dialog_Alert -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: AccuAqiResult() -wangdaye.com.geometricweather.common.basic.models.weather.Alert -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeIcePrecipitation() -androidx.constraintlayout.widget.R$attr: int queryBackground -androidx.preference.R$styleable: int MenuItem_tooltipText -okio.ByteString: int lastIndexOf(byte[]) -com.turingtechnologies.materialscrollbar.R$layout: int abc_search_dropdown_item_icons_2line -okhttp3.internal.platform.Android10Platform: okhttp3.internal.platform.Platform buildIfSupported() -wangdaye.com.geometricweather.R$id: int dragEnd -com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawable_android_constantSize -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Button -androidx.appcompat.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult: AccuDailyResult() -wangdaye.com.geometricweather.R$id: int date_picker_actions -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String _ID -androidx.preference.R$color: int dim_foreground_material_light -cyanogenmod.themes.IThemeService: void requestThemeChange(cyanogenmod.themes.ThemeChangeRequest,boolean) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator MENU_WAKE_SCREENN_VALIDATOR -com.google.android.material.R$styleable: int PopupWindow_overlapAnchor -wangdaye.com.geometricweather.db.entities.DaoMaster$DevOpenHelper: void onUpgrade(org.greenrobot.greendao.database.Database,int,int) -james.adaptiveicon.R$attr: int alertDialogButtonGroupStyle -okhttp3.internal.ws.RealWebSocket: boolean send(okio.ByteString) -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: void dispose() -com.google.android.gms.common.api.AvailabilityException: com.google.android.gms.common.ConnectionResult getConnectionResult(com.google.android.gms.common.api.GoogleApi) -androidx.appcompat.R$style: int Widget_Compat_NotificationActionContainer -com.google.android.material.R$attr: int telltales_velocityMode -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorIconTintMode -com.google.android.material.R$style: int Widget_MaterialComponents_Snackbar_FullWidth -androidx.hilt.work.R$styleable: int FontFamily_fontProviderFetchTimeout -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintGuide_end -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceFragmentListStyle -cyanogenmod.themes.ThemeManager: void unregisterThemeChangeListener(cyanogenmod.themes.ThemeManager$ThemeChangeListener) -androidx.appcompat.R$attr: int checkboxStyle -com.turingtechnologies.materialscrollbar.R$color: int bright_foreground_material_dark -james.adaptiveicon.R$dimen: int abc_button_padding_vertical_material -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Subhead_Inverse -wangdaye.com.geometricweather.R$id: int activity_card_display_manage_recyclerView -androidx.constraintlayout.widget.R$color: int material_deep_teal_200 -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info info -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_alertDialogStyle -androidx.constraintlayout.widget.R$styleable: int ActionBar_logo -androidx.viewpager.R$styleable: int GradientColor_android_centerColor -okhttp3.internal.connection.StreamAllocation: void release() -com.google.android.material.R$layout: int abc_search_view -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Caption -androidx.fragment.R$id: int accessibility_action_clickable_span -androidx.appcompat.R$drawable: int abc_btn_radio_material_anim -wangdaye.com.geometricweather.R$attr: int contentInsetStart -wangdaye.com.geometricweather.R$animator: int weather_partly_cloudy_night_1 -com.google.android.material.R$styleable: int MaterialCalendarItem_itemShapeAppearance -wangdaye.com.geometricweather.R$drawable: int notif_temp_35 -androidx.hilt.R$id: int accessibility_custom_action_23 -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void onComplete() -com.google.android.material.R$id: int accessibility_custom_action_4 -cyanogenmod.externalviews.KeyguardExternalView: void executeQueue() -com.google.android.material.R$style: int Theme_AppCompat_CompactMenu -cyanogenmod.hardware.CMHardwareManager: int getVibratorWarningIntensity() -io.reactivex.Observable: io.reactivex.disposables.Disposable forEachWhile(io.reactivex.functions.Predicate) -wangdaye.com.geometricweather.R$id: int action_text -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float getSO2() -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setFillAlpha(float) -com.amap.api.location.LocationManagerBase: void disableBackgroundLocation(boolean) -wangdaye.com.geometricweather.db.entities.AlertEntityDao: org.greenrobot.greendao.query.Query weatherEntity_AlertEntityListQuery -wangdaye.com.geometricweather.R$attr: int bsb_second_track_color -james.adaptiveicon.R$attr: int thumbTextPadding -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_LargeTouch -androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customDimension -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Toolbar_Surface -okhttp3.internal.http2.Http2Connection$Builder: okio.BufferedSource source -androidx.cardview.widget.CardView: android.content.res.ColorStateList getCardBackgroundColor() -com.google.android.material.R$style: int Widget_AppCompat_SeekBar -com.google.android.material.R$styleable: int KeyAttribute_android_alpha -androidx.swiperefreshlayout.R$dimen: int compat_notification_large_icon_max_height -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SNOW_FLURRIES -androidx.work.ExistingWorkPolicy: androidx.work.ExistingWorkPolicy APPEND -com.google.android.gms.common.api.internal.LifecycleCallback: com.google.android.gms.common.api.internal.LifecycleFragment getChimeraLifecycleFragmentImpl(com.google.android.gms.common.api.internal.LifecycleActivity) -android.didikee.donate.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Direction: java.lang.String Localized -com.bumptech.glide.R$drawable: int notify_panel_notification_icon_bg -retrofit2.http.Field -james.adaptiveicon.R$styleable: int SearchView_android_focusable -wangdaye.com.geometricweather.R$id: int TOP_START -android.didikee.donate.R$drawable: int abc_list_pressed_holo_dark -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property Country -com.xw.repo.bubbleseekbar.R$attr: int windowActionModeOverlay -com.google.android.material.chip.Chip: void setIconEndPaddingResource(int) -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Subhead -android.support.v4.os.IResultReceiver$Default: void send(int,android.os.Bundle) -com.turingtechnologies.materialscrollbar.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog -wangdaye.com.geometricweather.main.dialogs.HourlyWeatherDialog -com.google.android.material.R$styleable: int Toolbar_logoDescription -wangdaye.com.geometricweather.R$animator: int mtrl_extended_fab_hide_motion_spec -android.didikee.donate.R$style: int Widget_AppCompat_Light_ListPopupWindow -com.turingtechnologies.materialscrollbar.R$attr: int boxStrokeWidth -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: void setZh_CN(java.lang.String) -com.google.android.material.R$styleable: int AppCompatTheme_ratingBarStyle -com.google.android.material.slider.BaseSlider: void setThumbStrokeWidthResource(int) -io.reactivex.Observable: io.reactivex.Observable doOnTerminate(io.reactivex.functions.Action) -com.google.android.material.R$id: int month_navigation_bar -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeThunderstormPrecipitationProbability -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_transitionPathRotate -com.google.gson.stream.JsonWriter: int stackSize -com.jaredrummler.android.colorpicker.R$id: int end -wangdaye.com.geometricweather.R$styleable: int MenuView_android_windowAnimationStyle -com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges -com.xw.repo.bubbleseekbar.R$attr: int bsb_thumb_radius -cyanogenmod.app.ILiveLockScreenChangeListener -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle -androidx.fragment.R$dimen: int compat_button_inset_vertical_material -okhttp3.internal.Util: void checkOffsetAndCount(long,long,long) -cyanogenmod.app.CustomTile$Builder: android.app.PendingIntent mDeleteIntent -com.turingtechnologies.materialscrollbar.R$attr: int chipIconEnabled -com.google.android.material.slider.RangeSlider: float getThumbStrokeWidth() -androidx.appcompat.view.menu.ListMenuItemView: void setSubMenuArrowVisible(boolean) -com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleTextAppearance(int) -androidx.constraintlayout.widget.R$id: int scrollView -wangdaye.com.geometricweather.R$xml: R$xml() -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_hintTextColor -cyanogenmod.weather.IRequestInfoListener$Stub: java.lang.String DESCRIPTOR -wangdaye.com.geometricweather.R$string: int content_desc_back -com.google.android.material.chip.Chip: void setTextStartPadding(float) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Speed Speed -okhttp3.internal.cache.DiskLruCache$Entry: boolean readable -wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle getInstance(java.lang.String) -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_WIND_SPEED_UNIT -com.turingtechnologies.materialscrollbar.R$attr: int closeIcon -com.jaredrummler.android.colorpicker.R$attr: int title -android.didikee.donate.R$styleable: int LinearLayoutCompat_Layout_android_layout_width -android.didikee.donate.R$style: int Base_Widget_AppCompat_PopupWindow -retrofit2.Invocation: java.util.List arguments() -android.didikee.donate.R$attr: int state_above_anchor -com.google.android.material.R$styleable: int Chip_chipIconSize -androidx.swiperefreshlayout.R$style: int TextAppearance_Compat_Notification -androidx.appcompat.R$layout: int abc_cascading_menu_item_layout -okhttp3.internal.ws.WebSocketReader: void readUntilNonControlFrame() -androidx.hilt.lifecycle.R$styleable: int[] FragmentContainerView -androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type BOTTOM -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VectorDrawableCompatState -com.google.android.material.R$color: int abc_search_url_text_selected -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: io.reactivex.Observer downstream -com.xw.repo.bubbleseekbar.R$attr: int actionOverflowMenuStyle -com.turingtechnologies.materialscrollbar.R$attr: int maxButtonHeight -com.google.android.material.R$styleable: int AppCompatTheme_textColorAlertDialogListItem -james.adaptiveicon.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow -wangdaye.com.geometricweather.R$id: int notification_base_icon -androidx.constraintlayout.widget.R$styleable: int Toolbar_logoDescription -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_requestDismissAndStartActivity_1 -androidx.appcompat.widget.AppCompatTextView: void setBackgroundResource(int) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowActionModeOverlay -com.amap.api.location.AMapLocationQualityReport: AMapLocationQualityReport() -cyanogenmod.profiles.StreamSettings: int mValue -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getWindSpeedEnd() -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain rain -com.google.android.material.appbar.AppBarLayout: AppBarLayout(android.content.Context) -androidx.coordinatorlayout.R$id: int bottom -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float relativeHumidity -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabTextColor -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored -com.google.android.material.R$dimen: int item_touch_helper_swipe_escape_max_velocity -okhttp3.internal.http2.Http2Stream$FramingSink -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.util.Map rights -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result: MfForecastV2Result() -com.google.android.material.button.MaterialButton: void setSupportBackgroundTintList(android.content.res.ColorStateList) -androidx.vectordrawable.animated.R$id: int action_divider -okhttp3.Response$Builder: okhttp3.Response$Builder request(okhttp3.Request) -wangdaye.com.geometricweather.R$attr: int itemSpacing -android.didikee.donate.R$styleable: int[] LinearLayoutCompat -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit MMHG -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_shadowDy -androidx.loader.R$styleable: int ColorStateListItem_alpha -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintCircleAngle -com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration -okhttp3.internal.ws.WebSocketReader$FrameCallback: void onReadMessage(java.lang.String) -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_popupTheme -androidx.fragment.app.Fragment$InstantiationException: Fragment$InstantiationException(java.lang.String,java.lang.Exception) -androidx.fragment.R$styleable: int GradientColorItem_android_color -com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_barLength -androidx.lifecycle.SavedStateHandle -wangdaye.com.geometricweather.R$layout: int test_toolbar_elevation -androidx.appcompat.R$styleable: int AppCompatTextHelper_android_drawableStart -androidx.constraintlayout.widget.R$styleable: int Transition_android_id -com.xw.repo.bubbleseekbar.R$id: int home -com.google.android.material.bottomappbar.BottomAppBar: int getRightInset() -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constrainedHeight -androidx.appcompat.R$layout: R$layout() -okhttp3.internal.http2.Http2Stream$FramingSource: long maxByteCount -com.google.android.material.R$id: int cut -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: void dispose() -cyanogenmod.externalviews.KeyguardExternalView$6: void run() -wangdaye.com.geometricweather.R$drawable: int notif_temp_108 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setAlertId(java.lang.String) -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: boolean hasKey(java.lang.Object) -wangdaye.com.geometricweather.R$attr: int orderingFromXml -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_firstVerticalStyle -wangdaye.com.geometricweather.R$string: int total -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored -io.reactivex.Observable: io.reactivex.Observable flatMapMaybe(io.reactivex.functions.Function) -com.google.android.material.R$anim: int abc_slide_in_top -com.turingtechnologies.materialscrollbar.R$color: int material_grey_800 -androidx.constraintlayout.widget.R$attr: int waveOffset -okhttp3.MediaType: java.lang.String QUOTED -wangdaye.com.geometricweather.R$string: int widget_clock_day_details -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeRainPrecipitation -com.bumptech.glide.integration.okhttp.R$drawable -androidx.constraintlayout.widget.R$attr: int mock_labelBackgroundColor -android.didikee.donate.R$styleable: int AlertDialog_buttonIconDimen -cyanogenmod.app.CMTelephonyManager: cyanogenmod.app.CMTelephonyManager sCMTelephonyManagerInstance -retrofit2.SkipCallbackExecutorImpl: retrofit2.SkipCallbackExecutor INSTANCE -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Spinner_Underlined -com.bumptech.glide.load.HttpException: int UNKNOWN -com.amap.api.location.AMapLocation: void setGpsAccuracyStatus(int) -com.google.android.material.R$styleable: int LinearLayoutCompat_measureWithLargestChild -com.amap.api.fence.GeoFence: void setActivatesAction(int) -retrofit2.CallAdapter$Factory -james.adaptiveicon.R$attr: int switchStyle -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_alphabeticModifiers -androidx.coordinatorlayout.R$styleable: int ColorStateListItem_alpha -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: void onError(java.lang.Throwable) -com.google.android.material.R$styleable: int Constraint_android_rotationY -android.didikee.donate.R$style -james.adaptiveicon.R$color: int abc_tint_switch_track -com.turingtechnologies.materialscrollbar.R$attr: int tabTextAppearance -androidx.lifecycle.LiveData: LiveData() -com.bumptech.glide.integration.okhttp.R$id: int time -cyanogenmod.weather.IRequestInfoListener: void onLookupCityRequestCompleted(cyanogenmod.weather.RequestInfo,int,java.util.List) -wangdaye.com.geometricweather.R$drawable: int abc_text_cursor_material -androidx.constraintlayout.widget.R$attr: int windowFixedHeightMajor -android.didikee.donate.R$styleable: int AppCompatTheme_buttonStyleSmall -com.google.android.material.R$color: int design_default_color_on_background -com.google.android.material.slider.Slider -androidx.appcompat.R$dimen: int abc_seekbar_track_background_height_material -wangdaye.com.geometricweather.R$attr: int layout_editor_absoluteX -okhttp3.internal.platform.JdkWithJettyBootPlatform$JettyNegoProvider: java.lang.Object invoke(java.lang.Object,java.lang.reflect.Method,java.lang.Object[]) -com.github.rahatarmanahmed.cpv.R$color -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_title_material -wangdaye.com.geometricweather.R$string: int chip_text -androidx.appcompat.R$attr: int editTextBackground -wangdaye.com.geometricweather.R$id: int password_toggle -androidx.appcompat.R$dimen: int abc_list_item_padding_horizontal_material -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text -okhttp3.Handshake: java.security.Principal localPrincipal() -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_Alert_Bridge -okhttp3.internal.http2.Http2: byte TYPE_HEADERS -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_ratingBarStyleSmall -com.jaredrummler.android.colorpicker.R$string: int abc_searchview_description_query -com.google.android.material.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration -wangdaye.com.geometricweather.R$font: int product_sans_italic -cyanogenmod.themes.ThemeChangeRequest: android.os.Parcelable$Creator CREATOR -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType Count -com.turingtechnologies.materialscrollbar.R$string: int path_password_eye_mask_visible -com.turingtechnologies.materialscrollbar.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 -androidx.viewpager2.R$integer -androidx.preference.R$anim: int btn_radio_to_on_mtrl_ring_outer_animation -okhttp3.internal.http2.Http2Reader$Handler: void ping(boolean,int,int) -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionBar -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_splitTrack -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat -wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Direction: AccuDailyResult$DailyForecasts$Night$Wind$Direction() -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_textSize -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_Dialog_Alert -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut -okhttp3.HttpUrl: okhttp3.HttpUrl$Builder newBuilder(java.lang.String) -cyanogenmod.app.CustomTile$Builder: android.app.PendingIntent mOnClick -wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode getInstance(java.lang.String) -com.google.android.material.button.MaterialButton: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) -com.jaredrummler.android.colorpicker.R$id: int transparency_layout -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView: DoubleHistogramView(android.content.Context,android.util.AttributeSet,int) -androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight -io.reactivex.observers.DisposableObserver: java.util.concurrent.atomic.AtomicReference upstream -com.jaredrummler.android.colorpicker.R$attr: int maxButtonHeight -androidx.constraintlayout.widget.R$styleable: int CompoundButton_buttonTint -com.baidu.location.indoor.c: void clear() -io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver -com.amap.api.location.CoordUtil: boolean isLoadedSo() -androidx.lifecycle.Lifecycle: Lifecycle() -wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_hintEnabled -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Weather: MfCurrentResult$Observation$Weather() -okhttp3.internal.http.HttpHeaders: java.util.Set varyFields(okhttp3.Headers) -io.reactivex.Observable: io.reactivex.Observable switchOnNextDelayError(io.reactivex.ObservableSource) -james.adaptiveicon.R$color: int primary_text_disabled_material_light -com.google.android.material.R$styleable: int Layout_layout_constraintHeight_percent -androidx.lifecycle.ComputableLiveData$1: androidx.lifecycle.ComputableLiveData this$0 -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: ICMHardwareService$Stub$Proxy(android.os.IBinder) -wangdaye.com.geometricweather.R$attr: int attributeName -wangdaye.com.geometricweather.R$drawable: int weather_thunder_mini_dark -androidx.constraintlayout.widget.R$dimen: int abc_panel_menu_list_width -wangdaye.com.geometricweather.R$string: int key_card_alpha -com.google.android.material.R$styleable: int CoordinatorLayout_Layout_layout_keyline -wangdaye.com.geometricweather.R$attr: int progress -com.jaredrummler.android.colorpicker.R$dimen: int tooltip_margin -wangdaye.com.geometricweather.R$animator: int design_fab_hide_motion_spec -wangdaye.com.geometricweather.R$attr: int animate_relativeTo -cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_getDefaultLiveLockScreen -okhttp3.ConnectionPool: void put(okhttp3.internal.connection.RealConnection) -okhttp3.Cache: java.io.File directory() -com.google.android.material.R$styleable: int ActionMode_closeItemLayout -org.greenrobot.greendao.AbstractDao: boolean isStandardSQLite -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: long serialVersionUID -cyanogenmod.os.Build$CM_VERSION: Build$CM_VERSION() -wangdaye.com.geometricweather.R$string: int mtrl_picker_save -com.google.android.material.card.MaterialCardView: void setCheckedIconSizeResource(int) -io.reactivex.Observable: io.reactivex.Observable observeOn(io.reactivex.Scheduler,boolean,int) -androidx.preference.R$attr: int theme -androidx.appcompat.widget.SwitchCompat: boolean getSplitTrack() -com.google.android.material.card.MaterialCardView: void setUseCompatPadding(boolean) -com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_corner_radius_material -wangdaye.com.geometricweather.R$styleable: int ArcProgress_bottom_text_size -androidx.hilt.R$dimen: int notification_right_side_padding_top -com.google.android.material.R$id: int textinput_helper_text -androidx.activity.R$color: int ripple_material_light -james.adaptiveicon.R$dimen: int abc_action_bar_subtitle_top_margin_material -cyanogenmod.profiles.LockSettings: int describeContents() -cyanogenmod.app.ProfileManager: java.lang.String INTENT_ACTION_PROFILE_SELECTED -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: void setUnit(java.lang.String) -james.adaptiveicon.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 -okhttp3.HttpUrl: java.lang.String encodedPassword() -com.google.android.material.R$styleable: int ForegroundLinearLayout_android_foreground -wangdaye.com.geometricweather.R$attr: int bsb_second_track_size -com.google.android.material.navigation.NavigationView: android.graphics.drawable.Drawable getItemBackground() -com.google.android.material.slider.Slider: void setTrackTintList(android.content.res.ColorStateList) -okhttp3.ConnectionSpec: java.lang.String[] tlsVersions -com.bumptech.glide.R$dimen: int notification_right_icon_size -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_popupWindowStyle -com.google.gson.FieldNamingPolicy: java.lang.String separateCamelCase(java.lang.String,java.lang.String) -androidx.constraintlayout.widget.R$style: int Base_V21_Theme_AppCompat_Light_Dialog -androidx.appcompat.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth -wangdaye.com.geometricweather.R$drawable: int ic_ragweed -androidx.constraintlayout.widget.R$attr: int firstBaselineToTopHeight -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void slideLockscreenIn() -james.adaptiveicon.R$dimen: int abc_text_size_display_2_material -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionButtonStyle -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float snow12h -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property ThunderstormPrecipitation -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_spinnerStyle -okhttp3.internal.Util: java.util.regex.Pattern VERIFY_AS_IP_ADDRESS -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered -io.reactivex.Observable: io.reactivex.Observer subscribeWith(io.reactivex.Observer) -androidx.drawerlayout.R$drawable: int notify_panel_notification_icon_bg -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ProgressBar -com.google.android.material.card.MaterialCardView: int getStrokeColor() -com.google.android.material.R$attr: int tabIndicatorColor -okhttp3.internal.cache2.Relay: int SOURCE_UPSTREAM -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Large -cyanogenmod.app.CMContextConstants$Features: java.lang.String PARTNER -okhttp3.internal.http1.Http1Codec$FixedLengthSink: okhttp3.internal.http1.Http1Codec this$0 -androidx.recyclerview.R$dimen: int compat_button_padding_horizontal_material -com.google.android.material.R$id: int textinput_counter -androidx.coordinatorlayout.R$styleable: int GradientColor_android_centerX -wangdaye.com.geometricweather.R$attr: int checked_background_color -com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat_Dialog -com.jaredrummler.android.colorpicker.R$attr: int popupWindowStyle -com.google.android.material.R$string: int mtrl_picker_invalid_format_example -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_11 -androidx.viewpager.widget.PagerTitleStrip: PagerTitleStrip(android.content.Context) -retrofit2.ParameterHandler$Body: retrofit2.Converter converter -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: io.reactivex.functions.Function mapper -wangdaye.com.geometricweather.R$styleable: int Transform_android_rotationX -com.google.android.material.R$attr: int cardMaxElevation -com.google.android.material.slider.BaseSlider: void setThumbStrokeWidth(float) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX: void setBrands(java.util.List) -wangdaye.com.geometricweather.R$string: int circular_progress_view -androidx.preference.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration -androidx.vectordrawable.R$style: int Widget_Compat_NotificationActionText -com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_max_width -com.google.android.material.R$attr: int checkedTextViewStyle -okhttp3.internal.connection.RealConnection$1: void close() -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_animate_relativeTo -com.google.android.material.R$color: int accent_material_light -okhttp3.internal.http2.Http2Connection$2 -io.reactivex.Observable: io.reactivex.Observable mergeWith(io.reactivex.MaybeSource) -wangdaye.com.geometricweather.R$styleable: int MenuGroup_android_visible -james.adaptiveicon.R$dimen: int hint_alpha_material_dark -com.google.android.material.textview.MaterialTextView: MaterialTextView(android.content.Context,android.util.AttributeSet) -okhttp3.Request$Builder: okhttp3.Request$Builder addHeader(java.lang.String,java.lang.String) -wangdaye.com.geometricweather.R$dimen: int abc_dialog_fixed_width_major -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getRealFeelShaderTemperature() -com.google.android.material.R$color: int cardview_light_background -androidx.vectordrawable.R$id: int accessibility_custom_action_26 -androidx.appcompat.widget.AppCompatImageView: AppCompatImageView(android.content.Context) -wangdaye.com.geometricweather.R$dimen: int abc_panel_menu_list_width -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary -io.reactivex.Observable: io.reactivex.Maybe lastElement() -okhttp3.internal.connection.RouteException: RouteException(java.io.IOException) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeIcePrecipitation -androidx.preference.R$attr: int buttonTintMode -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionButton_Overflow -androidx.recyclerview.R$color: int notification_icon_bg_color -androidx.vectordrawable.R$id: int blocking -androidx.appcompat.widget.AppCompatCheckedTextView: AppCompatCheckedTextView(android.content.Context) -com.google.android.material.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle -wangdaye.com.geometricweather.R$styleable: int Layout_layout_goneMarginLeft -okhttp3.internal.http2.Http2Stream$FramingSink: long EMIT_BUFFER_SIZE -wangdaye.com.geometricweather.R$string: int settings_title_notification -wangdaye.com.geometricweather.R$id: int dialog_weather_hourly_title -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_card -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ListPopupWindow -com.google.android.material.datepicker.CalendarConstraints$DateValidator -androidx.preference.R$style: int Widget_AppCompat_Light_ActionButton_Overflow -com.jaredrummler.android.colorpicker.R$layout: int abc_list_menu_item_radio -wangdaye.com.geometricweather.R$attr: int titleMarginBottom -com.github.rahatarmanahmed.cpv.CircularProgressView: void initAttributes(android.util.AttributeSet,int) -android.didikee.donate.R$styleable: int Toolbar_logo -com.turingtechnologies.materialscrollbar.R$id: int parentPanel -androidx.preference.R$styleable: int Preference_android_fragment -cyanogenmod.providers.CMSettings$System: boolean putLong(android.content.ContentResolver,java.lang.String,long) -com.xw.repo.bubbleseekbar.R$attr: int bsb_seek_by_section -com.google.android.material.R$attr: int tabUnboundedRipple -androidx.coordinatorlayout.R$drawable: int notification_template_icon_low_bg -okhttp3.internal.connection.RouteDatabase -wangdaye.com.geometricweather.search.Hilt_SearchActivity -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: boolean isDisposed() -com.google.android.material.R$styleable: int AppCompatTextHelper_android_textAppearance -android.didikee.donate.R$styleable: int AppCompatTheme_colorError -com.google.android.material.R$id: int snackbar_action -com.google.android.material.R$styleable: int Slider_android_stepSize -com.xw.repo.bubbleseekbar.R$attr: int alpha -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeCutDrawable -james.adaptiveicon.R$color: int primary_dark_material_light -androidx.work.R$dimen: int notification_top_pad -androidx.appcompat.R$string: int abc_action_menu_overflow_description -androidx.constraintlayout.widget.R$drawable: int abc_list_selector_background_transition_holo_light -androidx.fragment.R$drawable: int notification_bg_normal -androidx.preference.R$styleable: int AppCompatTheme_editTextBackground -androidx.appcompat.R$styleable: int View_paddingEnd -cyanogenmod.externalviews.KeyguardExternalView$2: cyanogenmod.externalviews.KeyguardExternalView this$0 -androidx.appcompat.R$dimen: int abc_action_bar_default_height_material -cyanogenmod.app.Profile: Profile(java.lang.String,int,java.util.UUID) -io.reactivex.observers.TestObserver$EmptyObserver: io.reactivex.observers.TestObserver$EmptyObserver[] values() -com.google.android.material.R$color: int material_slider_inactive_track_color -wangdaye.com.geometricweather.R$string: int settings_title_live_wallpaper -com.xw.repo.bubbleseekbar.R$id: int info -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Button_Borderless_Colored -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Imperial Imperial -wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.String TABLENAME -wangdaye.com.geometricweather.R$string: int settings_title_exchange_day_night_temp_switch -android.didikee.donate.R$dimen: int abc_text_size_body_1_material -com.google.android.material.R$attr: int contentPaddingBottom -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActivityChooserView -io.reactivex.internal.util.ArrayListSupplier: io.reactivex.internal.util.ArrayListSupplier valueOf(java.lang.String) -androidx.lifecycle.MutableLiveData: MutableLiveData() -androidx.constraintlayout.widget.VirtualLayout: VirtualLayout(android.content.Context,android.util.AttributeSet) -okio.InflaterSource: boolean closed -io.reactivex.internal.subscriptions.SubscriptionHelper: io.reactivex.internal.subscriptions.SubscriptionHelper valueOf(java.lang.String) -com.jaredrummler.android.colorpicker.R$attr: int gapBetweenBars -androidx.preference.R$styleable: int[] ListPreference -com.google.android.material.circularreveal.cardview.CircularRevealCardView -com.google.android.gms.auth.api.signin.GoogleSignInOptions -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: long serialVersionUID -james.adaptiveicon.R$id: int activity_chooser_view_content -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver -wangdaye.com.geometricweather.R$styleable: int ImageFilterView_round -wangdaye.com.geometricweather.R$attr: R$attr() -androidx.legacy.coreutils.R$id: int forever -androidx.core.view.GestureDetectorCompat$GestureDetectorCompatImplBase -com.google.android.material.R$id: int reverseSawtooth -wangdaye.com.geometricweather.R$styleable: int Preference_android_dependency -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_passwordToggleTint -androidx.constraintlayout.widget.R$styleable: int[] Toolbar -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintStart_toStartOf -retrofit2.Utils: boolean equals(java.lang.reflect.Type,java.lang.reflect.Type) -io.reactivex.Observable: io.reactivex.Observable mergeWith(io.reactivex.CompletableSource) -cyanogenmod.app.Profile$ProfileTrigger: int access$200(cyanogenmod.app.Profile$ProfileTrigger) -com.turingtechnologies.materialscrollbar.R$attr: int customNavigationLayout -com.google.gson.JsonSyntaxException: long serialVersionUID -androidx.recyclerview.R$styleable: int GradientColor_android_endX -wangdaye.com.geometricweather.R$styleable: int Layout_layout_goneMarginStart -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 -io.reactivex.Observable: io.reactivex.Observable concatArrayEager(io.reactivex.ObservableSource[]) -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language SPANISH -okhttp3.internal.cache.CacheInterceptor$1 -com.google.android.material.R$styleable: int AppCompatTheme_dividerVertical -io.reactivex.Observable: io.reactivex.Observable skipLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean) -wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView: TrendRecyclerView(android.content.Context) -cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_MOBILEDATA -androidx.constraintlayout.widget.R$id: int action_bar_spinner -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_15 -okhttp3.OkHttpClient: okhttp3.internal.cache.InternalCache internalCache() -com.jaredrummler.android.colorpicker.R$color: int primary_dark_material_dark -io.reactivex.Observable: io.reactivex.Observable hide() -cyanogenmod.profiles.StreamSettings: int describeContents() -androidx.appcompat.R$style: int Theme_AppCompat_Light_NoActionBar -okhttp3.Response: okhttp3.Headers headers() -android.didikee.donate.R$style: int TextAppearance_AppCompat_Menu -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_AES_128_GCM_SHA256 -androidx.hilt.work.R$styleable: int GradientColor_android_startY -com.google.android.material.R$attr: int layout_constraintDimensionRatio -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeRainPrecipitationProbability -androidx.appcompat.resources.R$id: int accessibility_custom_action_31 -cyanogenmod.weather.IRequestInfoListener$Stub$Proxy -androidx.constraintlayout.widget.R$styleable: int ActionBar_displayOptions -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.String getHourlyForecast() -com.google.android.gms.location.zzay -james.adaptiveicon.R$styleable: int AppCompatTheme_textColorAlertDialogListItem -android.didikee.donate.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 -com.bumptech.glide.integration.okhttp.R$id: int line3 -androidx.swiperefreshlayout.R$layout: int notification_action -james.adaptiveicon.R$styleable: int TextAppearance_fontVariationSettings -com.amap.api.fence.GeoFenceManagerBase: void pauseGeoFence() -com.autonavi.aps.amapapi.model.AMapLocationServer: org.json.JSONObject toJson(int) -android.support.v4.app.INotificationSideChannel$Stub$Proxy: java.lang.String getInterfaceDescriptor() -androidx.fragment.R$drawable: int notification_template_icon_low_bg -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Direction: AccuDailyResult$DailyForecasts$Day$WindGust$Direction() -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWindDegree(wangdaye.com.geometricweather.common.basic.models.weather.WindDegree) -androidx.work.NetworkType: androidx.work.NetworkType[] values() -androidx.fragment.R$dimen: int notification_action_text_size -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxCornerRadiusTopStart -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Display4 -com.google.android.gms.common.internal.DowngradeableSafeParcel -com.google.android.material.R$dimen: int abc_alert_dialog_button_bar_height -wangdaye.com.geometricweather.R$style: int Base_V21_Theme_AppCompat_Light -androidx.core.widget.ContentLoadingProgressBar: ContentLoadingProgressBar(android.content.Context,android.util.AttributeSet) -androidx.preference.R$attr: int color -com.bumptech.glide.R$styleable: int CoordinatorLayout_statusBarBackground -androidx.activity.R$drawable: int notification_bg_low -com.google.android.material.R$attr: int layout_constraintGuide_begin -androidx.preference.SwitchPreference: SwitchPreference(android.content.Context,android.util.AttributeSet) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintCircleAngle -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: boolean unregisterChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_verticalStyle -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: void onError(java.lang.Throwable) -androidx.preference.R$attr: int toolbarStyle -wangdaye.com.geometricweather.R$attr: int yearSelectedStyle -com.google.android.material.R$attr: int motion_triggerOnCollision -com.turingtechnologies.materialscrollbar.R$integer: int design_tab_indicator_anim_duration_ms -androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Metric: double Value -cyanogenmod.weather.WeatherInfo: int getWindSpeedUnit() -androidx.activity.R$styleable: int FontFamily_fontProviderCerts -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: wangdaye.com.geometricweather.db.entities.MinutelyEntity readEntity(android.database.Cursor,int) -okhttp3.internal.cache.DiskLruCache$3: okhttp3.internal.cache.DiskLruCache this$0 -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property Province -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property No2 -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_BottomNavigationView -okhttp3.logging.HttpLoggingInterceptor$Logger$1 -com.google.android.material.R$style: int Base_V21_Theme_MaterialComponents -androidx.lifecycle.Transformations$2: androidx.lifecycle.MediatorLiveData val$result -wangdaye.com.geometricweather.R$drawable: int notif_temp_103 -com.google.android.material.R$layout: int material_clockface_textview -wangdaye.com.geometricweather.R$styleable: int[] FloatingActionButton -androidx.recyclerview.R$drawable: int notification_icon_background -androidx.preference.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle -com.google.android.material.R$attr: int recyclerViewStyle -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_scrimVisibleHeightTrigger -com.jaredrummler.android.colorpicker.R$style: int Platform_Widget_AppCompat_Spinner -wangdaye.com.geometricweather.db.entities.WeatherEntity: void __setDaoSession(wangdaye.com.geometricweather.db.entities.DaoSession) -okhttp3.internal.http2.Http2Reader: okhttp3.internal.http2.Http2Reader$ContinuationSource continuation -com.jaredrummler.android.colorpicker.R$color: int accent_material_light -androidx.lifecycle.FullLifecycleObserver: void onDestroy(androidx.lifecycle.LifecycleOwner) -io.reactivex.Observable: io.reactivex.Observable share() -com.google.android.material.R$string: int password_toggle_content_description -io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: void dispose() -com.xw.repo.bubbleseekbar.R$attr: int toolbarStyle -okhttp3.internal.http2.Http2Connection$ReaderRunnable$2: void execute() -wangdaye.com.geometricweather.R$attr: int bsb_section_text_interval -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: android.graphics.Matrix getLocalMatrix() -wangdaye.com.geometricweather.R$drawable: int ic_star -com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Bridge -androidx.appcompat.R$styleable: int AppCompatTheme_alertDialogTheme -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_body_2_material -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber$1: void run() -androidx.work.R$id: int accessibility_action_clickable_span -okhttp3.internal.http.RealInterceptorChain: okhttp3.Response proceed(okhttp3.Request,okhttp3.internal.connection.StreamAllocation,okhttp3.internal.http.HttpCodec,okhttp3.internal.connection.RealConnection) -wangdaye.com.geometricweather.R$id: int showCustom -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_searchViewStyle -androidx.preference.R$styleable: int Preference_android_defaultValue -android.didikee.donate.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator T9_SEARCH_INPUT_LOCALE_VALIDATOR -wangdaye.com.geometricweather.db.entities.WeatherEntity: void update() -cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode mSoundMode -com.turingtechnologies.materialscrollbar.R$string: int abc_activitychooserview_choose_application -cyanogenmod.hardware.CMHardwareManager: int[] getDisplayGammaCalibrationArray(int) -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$RainForecast: long date -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_icon -okhttp3.internal.http2.Http2Connection: boolean access$302(okhttp3.internal.http2.Http2Connection,boolean) -cyanogenmod.profiles.AirplaneModeSettings -androidx.vectordrawable.R$attr: int font -com.google.android.material.internal.NavigationMenuItemView: NavigationMenuItemView(android.content.Context,android.util.AttributeSet) -cyanogenmod.externalviews.IExternalViewProvider$Stub -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_RC4_128_MD5 -okhttp3.OkHttpClient$1: boolean equalsNonHost(okhttp3.Address,okhttp3.Address) -wangdaye.com.geometricweather.R$id: int searchBar -androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintWidth_min -androidx.drawerlayout.R$styleable: int GradientColor_android_centerY -com.google.android.material.R$dimen: int mtrl_tooltip_minWidth -okio.Pipe: okio.Source source() -androidx.viewpager.R$styleable: int GradientColor_android_endY -androidx.preference.R$id: int accessibility_custom_action_23 -com.jaredrummler.android.colorpicker.R$dimen: int tooltip_y_offset_non_touch -okhttp3.ConnectionSpec: okhttp3.ConnectionSpec MODERN_TLS -android.didikee.donate.R$color: int secondary_text_disabled_material_dark -androidx.hilt.R$attr: int fontVariationSettings -wangdaye.com.geometricweather.R$id: int widget_trend_hourly_item_5 -com.google.android.material.R$dimen: int mtrl_snackbar_message_margin_horizontal -cyanogenmod.app.CustomTile: android.net.Uri onClickUri -com.google.android.material.appbar.AppBarLayout$Behavior -wangdaye.com.geometricweather.R$attr: int onShow -com.jaredrummler.android.colorpicker.R$dimen: int highlight_alpha_material_dark -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_auto_adjust_section_mark -wangdaye.com.geometricweather.R$dimen: int notification_small_icon_size_as_large -james.adaptiveicon.R$color: int tooltip_background_light -cyanogenmod.power.IPerformanceManager$Stub: IPerformanceManager$Stub() -wangdaye.com.geometricweather.R$xml: int widget_day_week -com.bumptech.glide.R$id: int line3 -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_133 -wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date getMoonSetDate() -com.google.android.material.R$attr: int counterOverflowTextColor -retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.google.android.material.R$styleable: int AppCompatTheme_windowFixedWidthMajor -androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableCompat_android_visible -com.google.android.material.R$layout: int test_toolbar_elevation -cyanogenmod.os.Concierge$ParcelInfo: Concierge$ParcelInfo(android.os.Parcel) -androidx.vectordrawable.R$id: int line3 -cyanogenmod.app.CustomTile$ExpandedItem$1: CustomTile$ExpandedItem$1() -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_toLeftOf -androidx.preference.R$styleable: int MenuItem_android_enabled -io.reactivex.Observable: io.reactivex.Observable throttleLatest(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean) -androidx.constraintlayout.widget.R$dimen: int tooltip_vertical_padding -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Metric: double Value -com.google.android.material.navigation.NavigationView: int getItemMaxLines() -androidx.swiperefreshlayout.R$id: int time -androidx.cardview.R$style -com.xw.repo.bubbleseekbar.R$drawable: int notification_bg -com.google.gson.stream.JsonReader: int[] pathIndices -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_translationX -androidx.work.NetworkType: androidx.work.NetworkType valueOf(java.lang.String) -wangdaye.com.geometricweather.R$attr: int dividerHorizontal -okhttp3.MediaType: int hashCode() -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHeight_min -cyanogenmod.alarmclock.ClockContract$AlarmsColumns: java.lang.String DELETE_AFTER_USE -wangdaye.com.geometricweather.R$drawable: int abc_btn_switch_to_on_mtrl_00012 -io.reactivex.Observable: io.reactivex.Observable doOnSubscribe(io.reactivex.functions.Consumer) -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: int FUSED -com.turingtechnologies.materialscrollbar.R$attr: int textColorAlertDialogListItem -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.Precipitation getPrecipitation() -retrofit2.RequestFactory$Builder: java.lang.String httpMethod -androidx.drawerlayout.R$dimen: int notification_large_icon_width -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: java.util.List value -wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status: wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status LOADING -io.reactivex.Observable: io.reactivex.Observable skipWhile(io.reactivex.functions.Predicate) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$5: boolean val$showing -androidx.appcompat.widget.ContentFrameLayout: ContentFrameLayout(android.content.Context) -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintCircleAngle -io.reactivex.internal.subscriptions.SubscriptionHelper: boolean set(java.util.concurrent.atomic.AtomicReference,org.reactivestreams.Subscription) -james.adaptiveicon.R$drawable: int abc_ic_ab_back_material -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionBar_TabView -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: java.lang.String languageId -androidx.preference.R$attr: int switchMinWidth -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: java.lang.Object item -com.turingtechnologies.materialscrollbar.R$style: int Theme_Design -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean setDisplayColorCalibration(int[]) -okhttp3.internal.platform.Platform: java.lang.Object getStackTraceForCloseable(java.lang.String) -okhttp3.internal.cache.DiskLruCache: java.lang.String DIRTY -com.google.android.material.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset -androidx.viewpager2.widget.ViewPager2: int getOffscreenPageLimit() -wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerFamilyTopLeft -com.turingtechnologies.materialscrollbar.R$attr: int imageButtonStyle -androidx.legacy.coreutils.R$id: int notification_background -androidx.preference.R$id: int accessibility_custom_action_20 -androidx.constraintlayout.widget.R$attr: int autoSizeMaxTextSize -androidx.preference.R$dimen: int abc_button_inset_horizontal_material -androidx.appcompat.widget.AppCompatImageView: void setBackgroundDrawable(android.graphics.drawable.Drawable) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_commitIcon -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner -com.jaredrummler.android.colorpicker.R$style: int Base_V7_Theme_AppCompat -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 -io.reactivex.internal.util.ArrayListSupplier: io.reactivex.internal.util.ArrayListSupplier[] values() -com.baidu.location.e.h$b: com.baidu.location.e.h$b valueOf(java.lang.String) -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_icon_1 -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActivityChooserView -androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior: CoordinatorLayout$Behavior(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.common.basic.models.weather.Alert: long time -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: long serialVersionUID -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: void onNext(java.lang.Object) -com.google.android.material.R$layout: int design_bottom_navigation_item -wangdaye.com.geometricweather.R$id: int item_weather_daily_air_progress -com.turingtechnologies.materialscrollbar.R$styleable: int[] MaterialScrollBar -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.lang.String moonPhase -com.turingtechnologies.materialscrollbar.R$anim: int abc_shrink_fade_out_from_bottom -com.google.android.material.R$styleable: int[] SwitchCompat -cyanogenmod.providers.CMSettings$Global: boolean putInt(android.content.ContentResolver,java.lang.String,int) -com.google.android.material.R$styleable: int[] MaterialTextAppearance -com.google.android.material.R$style: int ShapeAppearance_MaterialComponents_MediumComponent -androidx.preference.R$attr: int listPopupWindowStyle -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int THUNDERSTORMS -androidx.preference.R$attr: int showSeekBarValue -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_21 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX -androidx.appcompat.R$style: int Base_V7_Theme_AppCompat_Light_Dialog -com.xw.repo.bubbleseekbar.R$attr: int isLightTheme -okhttp3.Dispatcher: void enqueue(okhttp3.RealCall$AsyncCall) -androidx.legacy.coreutils.R$attr: int fontWeight -androidx.viewpager2.R$dimen: int compat_notification_large_icon_max_width -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setOnClickIntent(android.app.PendingIntent) -wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit[] values() -wangdaye.com.geometricweather.R$drawable: int notification_icon_background -com.turingtechnologies.materialscrollbar.R$layout: int abc_action_menu_layout -com.xw.repo.bubbleseekbar.R$color: int switch_thumb_material_light -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Snow: double Value -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_title -androidx.viewpager2.R$dimen: int notification_action_text_size -androidx.preference.R$styleable: int[] SwitchCompat -wangdaye.com.geometricweather.R$id: int forever -com.google.android.material.R$styleable: int ConstraintSet_animate_relativeTo -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceCategoryTitleTextAppearance -wangdaye.com.geometricweather.R$dimen: int design_navigation_separator_vertical_padding -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Small_Inverse -james.adaptiveicon.R$styleable: int RecycleListView_paddingTopNoTitle -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: long serialVersionUID -wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle MATERIAL -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintWidth_default -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_statusBarForeground -com.google.android.material.R$id: int wrap_content -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeIcePrecipitationDuration -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_star_half_black_16dp -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_controlBackground -okhttp3.internal.ws.WebSocketReader: WebSocketReader(boolean,okio.BufferedSource,okhttp3.internal.ws.WebSocketReader$FrameCallback) -james.adaptiveicon.R$styleable: int AppCompatTheme_actionMenuTextColor -com.google.android.material.R$string: int character_counter_overflowed_content_description -cyanogenmod.app.CMContextConstants: java.lang.String CM_TELEPHONY_MANAGER_SERVICE -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit MGPCUM -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_horizontalStyle -com.google.android.material.chip.ChipGroup: void setDividerDrawableHorizontal(android.graphics.drawable.Drawable) -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText -cyanogenmod.profiles.AirplaneModeSettings: boolean isOverride() -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: int requestFusion(int) -com.amap.api.location.AMapLocation: float getSpeed() -io.reactivex.internal.subscriptions.BasicQueueSubscription: void request(long) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_DEFAULT_COLOR_VALIDATOR -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setTempMax(java.lang.String) -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: java.lang.String sourceId -com.amap.api.location.AMapLocationClientOption: java.lang.String getAPIKEY() -wangdaye.com.geometricweather.common.basic.models.weather.WindDegree -com.google.android.material.R$styleable: int AppCompatTextView_autoSizeTextType -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_startIconDrawable -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle -com.github.rahatarmanahmed.cpv.CircularProgressView: CircularProgressView(android.content.Context) -com.amap.api.fence.GeoFence: void setStatus(int) -androidx.preference.R$styleable: int Toolbar_titleTextAppearance -androidx.preference.R$styleable: int SwitchPreferenceCompat_android_summaryOff -androidx.fragment.R$attr: R$attr() -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_TEMPERATURE_NIGHT_VALIDATOR -androidx.preference.R$styleable: int ActionBar_navigationMode -androidx.appcompat.resources.R$layout: int custom_dialog -androidx.dynamicanimation.R$layout: int notification_template_part_time -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: java.lang.String getFrom() -com.bumptech.glide.load.HttpException -androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_android_fontVariationSettings -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_OutlinedButton_Icon -androidx.viewpager.R$attr: int fontProviderCerts -androidx.work.R$id: int action_divider -wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_barLength -androidx.appcompat.widget.AppCompatSpinner: void setDropDownVerticalOffset(int) -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getLongAbbreviation(android.content.Context) -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: ObservableGroupBy$GroupByObserver(io.reactivex.Observer,io.reactivex.functions.Function,io.reactivex.functions.Function,int,boolean) -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHeight_min -androidx.constraintlayout.widget.R$attr: int customBoolean -com.google.android.material.R$drawable: int notification_bg_low -wangdaye.com.geometricweather.db.entities.DailyEntity: void setO3(java.lang.Float) -com.google.android.material.R$attr: int autoTransition -androidx.constraintlayout.widget.R$attr: int fontVariationSettings -okio.Pipe: boolean sinkClosed -com.google.android.gms.base.R$drawable: int common_google_signin_btn_icon_dark -com.xw.repo.bubbleseekbar.R$attr: int actionLayout -okhttp3.Dispatcher: Dispatcher() -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.WeatherEntityDao weatherEntityDao -androidx.preference.R$styleable: int Toolbar_logoDescription -okhttp3.ConnectionSpec: boolean tls -wangdaye.com.geometricweather.R$attr: int toolbarStyle -wangdaye.com.geometricweather.R$array: int notification_text_colors -cyanogenmod.app.CustomTile$ExpandedListItem: CustomTile$ExpandedListItem() -com.jaredrummler.android.colorpicker.R$attr: int iconifiedByDefault -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void drain() -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_thumb_radius_on_dragging -okhttp3.MediaType: java.lang.String type -wangdaye.com.geometricweather.R$id: int below_section_mark -androidx.constraintlayout.widget.R$attr: int colorSwitchThumbNormal -com.google.android.material.R$style: int AndroidThemeColorAccentYellow -androidx.recyclerview.widget.RecyclerView: int getItemDecorationCount() -androidx.preference.R$attr: int searchViewStyle -cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_SYNC -james.adaptiveicon.R$styleable: int SwitchCompat_trackTint -okhttp3.Headers: java.lang.String get(java.lang.String) -com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_selector_holo_light -okhttp3.logging.LoggingEventListener: void connectionAcquired(okhttp3.Call,okhttp3.Connection) -com.google.android.material.bottomappbar.BottomAppBar$Behavior: BottomAppBar$Behavior(android.content.Context,android.util.AttributeSet) -androidx.hilt.R$id: int normal -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_ActionBar -com.google.android.material.R$styleable: int CustomAttribute_customBoolean -androidx.hilt.R$color: int notification_action_color_filter -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonStyleSmall -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: boolean tryOnError(java.lang.Throwable) -retrofit2.HttpServiceMethod: HttpServiceMethod(retrofit2.RequestFactory,okhttp3.Call$Factory,retrofit2.Converter) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_122 -james.adaptiveicon.R$styleable: int FontFamilyFont_fontVariationSettings -io.reactivex.internal.util.NotificationLite: java.lang.Object complete() -wangdaye.com.geometricweather.R$id: int transparency_seekbar -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void cancelAllBut(int) -com.google.android.material.imageview.ShapeableImageView: void setShapeAppearanceModel(com.google.android.material.shape.ShapeAppearanceModel) -com.google.android.material.R$attr: int roundPercent -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial: double Value -android.didikee.donate.R$id: int none -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: void onNext(java.lang.Object) -androidx.legacy.coreutils.R$styleable: int FontFamilyFont_android_ttcIndex -android.didikee.donate.R$style: int TextAppearance_AppCompat_Title_Inverse -androidx.work.R$color: int notification_action_color_filter -androidx.preference.R$attr: int iconSpaceReserved -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Imperial: int UnitType -cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_IME_SWITCHER -cyanogenmod.profiles.LockSettings$1: LockSettings$1() -com.google.android.material.R$id: int action_bar_subtitle -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Menu -com.google.android.gms.base.R$color: int common_google_signin_btn_text_dark -wangdaye.com.geometricweather.R$layout: int activity_alert -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_AES_128_CCM_SHA256 -com.turingtechnologies.materialscrollbar.R$attr: int tabStyle -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_APP_SWITCH_ACTION_VALIDATOR -com.google.android.material.R$attr: int cornerFamily -androidx.work.R$drawable -wangdaye.com.geometricweather.common.basic.models.weather.Weather: wangdaye.com.geometricweather.common.basic.models.weather.Current getCurrent() -james.adaptiveicon.R$attr: int thumbTint -okio.SegmentedByteString: java.lang.String utf8() -cyanogenmod.alarmclock.CyanogenModAlarmClock: android.content.Intent createAlarmIntent(android.content.Context) -com.google.gson.stream.JsonReader: int NUMBER_CHAR_FRACTION_DIGIT -com.google.android.material.R$styleable: int Layout_layout_constraintBottom_toTopOf -james.adaptiveicon.R$styleable: int AppCompatTheme_listMenuViewStyle -com.turingtechnologies.materialscrollbar.R$attr: int colorControlHighlight -androidx.hilt.lifecycle.R$style: int TextAppearance_Compat_Notification_Time -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionBar_TabView -okhttp3.internal.http2.Http2Connection$6 -androidx.constraintlayout.widget.R$attr: int thickness -com.google.android.material.R$id: int material_clock_hand -androidx.appcompat.R$id: int customPanel -james.adaptiveicon.R$style: int Widget_AppCompat_ListView_DropDown -androidx.appcompat.R$color: int material_grey_800 -com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_layout_anchor -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_PSK_WITH_RC4_128_SHA -cyanogenmod.weather.WeatherInfo$1 -wangdaye.com.geometricweather.R$attr: int layout_goneMarginEnd -com.google.android.material.R$color: int material_on_background_disabled -james.adaptiveicon.R$style: int AlertDialog_AppCompat_Light -wangdaye.com.geometricweather.R$styleable: int Layout_minWidth -androidx.loader.R$style: R$style() -com.bumptech.glide.integration.okhttp.R$id: int text -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setId(java.lang.Long) -wangdaye.com.geometricweather.R$style: int Base_V7_Theme_AppCompat -io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: void spValue(java.lang.Object) -cyanogenmod.app.CustomTile: android.app.PendingIntent deleteIntent -okhttp3.internal.http2.Http2Connection: boolean access$300(okhttp3.internal.http2.Http2Connection) -com.turingtechnologies.materialscrollbar.R$attr: int editTextColor -okhttp3.internal.Util$1: Util$1() -okhttp3.internal.cache.DiskLruCache$Entry: long[] lengths -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_135 -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu -retrofit2.RequestFactory: RequestFactory(retrofit2.RequestFactory$Builder) -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light_Dialog -com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_backgroundTint -cyanogenmod.app.CustomTileListenerService: void unregisterAsSystemService() -androidx.appcompat.widget.ActionBarOverlayLayout: void setHasNonEmbeddedTabs(boolean) -com.google.android.material.card.MaterialCardView: void setCardForegroundColor(android.content.res.ColorStateList) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: io.reactivex.functions.Action onOverflow -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse -com.amap.api.location.AMapLocation: java.lang.String toString() -com.amap.api.location.AMapLocationClient: void unRegisterLocationListener(com.amap.api.location.AMapLocationListener) -com.xw.repo.bubbleseekbar.R$styleable: int ViewBackgroundHelper_backgroundTintMode -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.String getWeatherText() -com.google.android.material.R$drawable: int ic_clock_black_24dp -com.google.android.material.R$style: int Widget_MaterialComponents_CollapsingToolbar -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_58 -com.turingtechnologies.materialscrollbar.R$string: int abc_menu_enter_shortcut_label -com.google.android.material.R$attr: int srcCompat -androidx.constraintlayout.widget.R$attr: int selectableItemBackgroundBorderless -com.xw.repo.bubbleseekbar.R$attr: int autoSizeTextType -androidx.appcompat.R$style: int TextAppearance_Compat_Notification -androidx.hilt.work.R$attr: int fontProviderPackage -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: void setStatus(int) -com.google.android.material.R$attr: int actionBarTabStyle -androidx.recyclerview.widget.RecyclerView: void setScrollingTouchSlop(int) -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_disabled_elevation -wangdaye.com.geometricweather.R$id: int src_in -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: io.reactivex.Observer downstream -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningMaxCountItems: MfWarningsResult$WarningMaxCountItems() -wangdaye.com.geometricweather.R$attr: int textAppearanceSearchResultSubtitle -com.google.android.material.R$attr: int colorButtonNormal -androidx.constraintlayout.widget.R$styleable: int Spinner_android_dropDownWidth -com.google.android.material.R$styleable: int ActionBar_title -wangdaye.com.geometricweather.R$drawable: int notif_temp_113 -androidx.appcompat.R$style: int Widget_AppCompat_SearchView -okhttp3.Cache$Entry: java.lang.String url -com.google.android.material.R$styleable: int TabLayout_tabIconTintMode -okhttp3.RequestBody: void writeTo(okio.BufferedSink) -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_15 -cyanogenmod.providers.CMSettings$Global: int getIntForUser(android.content.ContentResolver,java.lang.String,int,int) -io.reactivex.Observable: io.reactivex.Observable retry(long,io.reactivex.functions.Predicate) -androidx.constraintlayout.widget.R$attr: int touchRegionId -cyanogenmod.weather.CMWeatherManager$1: cyanogenmod.weather.CMWeatherManager this$0 -androidx.drawerlayout.R$layout: int notification_template_custom_big -androidx.dynamicanimation.R$dimen: int compat_button_inset_horizontal_material -android.didikee.donate.R$styleable: int Spinner_android_dropDownWidth -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer grassIndex -wangdaye.com.geometricweather.R$styleable: int[] GradientColorItem -cyanogenmod.externalviews.KeyguardExternalView$8: boolean val$showing -wangdaye.com.geometricweather.R$dimen: int hint_alpha_material_dark -wangdaye.com.geometricweather.R$styleable: int[] Transition -wangdaye.com.geometricweather.R$string: int feedback_click_again_to_exit -androidx.constraintlayout.widget.R$attr: int listPreferredItemPaddingEnd -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Spinner_Underlined -wangdaye.com.geometricweather.R$dimen: int normal_margin -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_30 -okhttp3.internal.http2.Http2Connection: void pushHeadersLater(int,java.util.List,boolean) -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat -com.google.android.material.R$dimen: int mtrl_low_ripple_focused_alpha -wangdaye.com.geometricweather.R$id: int percent -wangdaye.com.geometricweather.R$string: int content_des_so2 -wangdaye.com.geometricweather.R$drawable: int notif_temp_107 -androidx.constraintlayout.widget.R$attr: int ratingBarStyle -cyanogenmod.app.CustomTileListenerService: void registerAsSystemService(android.content.Context,android.content.ComponentName,int) -androidx.constraintlayout.widget.R$styleable: int SearchView_layout -okhttp3.internal.http2.Http2Connection: int maxConcurrentStreams() -androidx.vectordrawable.animated.R$dimen: int compat_control_corner_material -james.adaptiveicon.R$color: R$color() -androidx.activity.R$id: int accessibility_custom_action_6 -androidx.lifecycle.extensions.R$id: int chronometer -james.adaptiveicon.R$id: int line1 -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void remove(io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable) -com.google.gson.stream.JsonWriter: boolean htmlSafe -wangdaye.com.geometricweather.R$id: int dialog_weather_hourly_icon -androidx.preference.R$styleable: int[] AnimatedStateListDrawableTransition -androidx.swiperefreshlayout.R$styleable: int GradientColor_android_centerX -com.xw.repo.bubbleseekbar.R$dimen: int notification_main_column_padding_top -androidx.work.WorkInfo$State: boolean isFinished() -com.google.android.material.R$styleable: int LinearLayoutCompat_android_orientation -androidx.appcompat.widget.AppCompatSpinner: int getDropDownWidth() -cyanogenmod.hardware.ICMHardwareService$Stub: android.os.IBinder asBinder() -wangdaye.com.geometricweather.R$attr: int collapsedTitleTextAppearance -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_transitionPathRotate -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getShortTemperature(android.content.Context,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) -james.adaptiveicon.R$dimen: int abc_text_size_large_material -com.google.android.material.R$id: int action_bar_root -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Display4 -wangdaye.com.geometricweather.location.utils.LocationException: LocationException(int,java.lang.String) -androidx.constraintlayout.widget.R$styleable: int View_android_theme -com.google.android.gms.common.api.UnsupportedApiCallException: java.lang.String getMessage() -wangdaye.com.geometricweather.R$style: int Base_V7_Widget_AppCompat_EditText -io.reactivex.internal.observers.InnerQueuedObserver: int fusionMode() -wangdaye.com.geometricweather.R$string: int air_quality -androidx.constraintlayout.widget.R$styleable: int Constraint_visibilityMode -com.google.android.material.chip.Chip: void setCloseIconStartPaddingResource(int) -androidx.fragment.R$styleable: int GradientColor_android_endX -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Inverse -androidx.constraintlayout.widget.R$styleable: int Motion_motionStagger -com.google.android.gms.common.api.internal.zaab: void unregisterConnectionFailedListener(com.google.android.gms.common.api.GoogleApiClient$OnConnectionFailedListener) -com.google.gson.internal.LinkedTreeMap: java.util.Comparator comparator -androidx.hilt.work.R$id: int tag_accessibility_heading -androidx.appcompat.R$styleable: int GradientColorItem_android_offset -android.didikee.donate.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex -androidx.constraintlayout.widget.R$drawable: int abc_list_divider_mtrl_alpha -wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List dailyForecast -wangdaye.com.geometricweather.R$attr: int mock_labelBackgroundColor -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$7: void run() -com.google.android.material.R$attr: int hideOnScroll -androidx.constraintlayout.widget.R$styleable: int Layout_layout_goneMarginEnd -com.google.gson.stream.JsonReader -okhttp3.internal.http2.Settings: boolean isSet(int) -okio.RealBufferedSource: java.lang.String readString(java.nio.charset.Charset) -com.google.android.material.textfield.TextInputLayout: float getHintCollapsedTextHeight() -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_Bridge -cyanogenmod.app.CustomTile$ExpandedGridItem: void setExpandedGridItemTitle(java.lang.String) -com.google.android.material.textfield.TextInputLayout: void setEndIconTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode valueOf(java.lang.String) -android.didikee.donate.R$attr: int tickMark -cyanogenmod.externalviews.KeyguardExternalView$2: void slideLockscreenIn() -androidx.constraintlayout.widget.R$color: int material_grey_50 -cyanogenmod.externalviews.ExternalView: void executeQueue() -wangdaye.com.geometricweather.R$color: int mtrl_tabs_ripple_color -com.google.android.material.R$styleable: int Motion_animate_relativeTo -androidx.fragment.R$styleable: int[] FontFamilyFont -com.turingtechnologies.materialscrollbar.R$layout: R$layout() -com.jaredrummler.android.colorpicker.R$drawable: int abc_switch_thumb_material -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionMode_Inverse -androidx.appcompat.resources.R$attr: int fontStyle -james.adaptiveicon.R$drawable: int abc_textfield_search_material -okhttp3.Cookie: java.lang.String domain -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Dialog -wangdaye.com.geometricweather.R$integer: int mtrl_calendar_header_orientation -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: void setTo(java.util.Date) -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getProfile -wangdaye.com.geometricweather.R$id: int text -com.jaredrummler.android.colorpicker.R$attr: int layout_anchor -androidx.lifecycle.ReflectiveGenericLifecycleObserver: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) -retrofit2.RequestBuilder: RequestBuilder(java.lang.String,okhttp3.HttpUrl,java.lang.String,okhttp3.Headers,okhttp3.MediaType,boolean,boolean,boolean) -okhttp3.internal.http2.Http2Connection$IntervalPingRunnable: Http2Connection$IntervalPingRunnable(okhttp3.internal.http2.Http2Connection) -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer getWindChillTemperature() -cyanogenmod.externalviews.IKeyguardExternalViewProvider: void unregisterCallback(cyanogenmod.externalviews.IKeyguardExternalViewCallbacks) -com.google.android.material.textfield.TextInputLayout: int getErrorTextCurrentColor() -androidx.constraintlayout.widget.R$id: int right -com.amap.api.location.UmidtokenInfo: com.amap.api.location.AMapLocationClient a() -androidx.preference.R$dimen: int abc_text_size_large_material -com.xw.repo.bubbleseekbar.R$styleable: int MenuView_preserveIconSpacing -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: io.reactivex.internal.operators.observable.ObservableReplay$ReplayBuffer buffer -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void onError(java.lang.Throwable) -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxCornerRadiusBottomStart -androidx.preference.R$string: int abc_menu_space_shortcut_label -android.didikee.donate.R$bool -com.xw.repo.bubbleseekbar.R$string: int abc_searchview_description_submit -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_NoActionBar -androidx.viewpager.R$dimen: int notification_big_circle_margin -com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_list_padding_bottom_no_buttons -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_27 -wangdaye.com.geometricweather.R$anim: int fragment_open_enter -android.didikee.donate.R$style: int Base_V23_Theme_AppCompat_Light -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_activityChooserViewStyle -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: long timeout -io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function4) -com.google.android.material.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Day -wangdaye.com.geometricweather.R$string: int v7_preference_off -androidx.preference.R$layout: int preference_widget_seekbar -android.didikee.donate.R$string: int abc_action_mode_done -androidx.appcompat.widget.ActionBarOverlayLayout: java.lang.CharSequence getTitle() -cyanogenmod.weather.RequestInfo: int TYPE_WEATHER_BY_WEATHER_LOCATION_REQ -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property TotalPrecipitationProbability -com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox -com.google.android.material.R$styleable: int GradientColor_android_endY -okhttp3.internal.ws.RealWebSocket$Close -androidx.recyclerview.R$styleable: int FontFamily_fontProviderFetchStrategy -androidx.constraintlayout.widget.R$color: int androidx_core_ripple_material_light -com.google.android.material.R$styleable: int KeyCycle_waveOffset -com.google.android.material.R$integer: int mtrl_tab_indicator_anim_duration_ms -james.adaptiveicon.R$id: int select_dialog_listview -androidx.appcompat.R$styleable: int GradientColor_android_centerY -com.google.android.material.R$styleable: int AppCompatTheme_actionModeCloseDrawable -cyanogenmod.app.CustomTile$ExpandedStyle$1: cyanogenmod.app.CustomTile$ExpandedStyle[] newArray(int) -androidx.hilt.lifecycle.R$styleable: int ColorStateListItem_alpha -com.jaredrummler.android.colorpicker.R$attr: int actionModeCopyDrawable -io.reactivex.Observable: io.reactivex.Single elementAtOrError(long) -okhttp3.internal.Util: Util() -androidx.appcompat.R$dimen: int abc_edit_text_inset_horizontal_material -android.didikee.donate.R$style: int Widget_AppCompat_ListView_DropDown -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setAlerts(java.util.List) -wangdaye.com.geometricweather.R$interpolator: int mtrl_fast_out_slow_in -com.google.android.material.transformation.FabTransformationScrimBehavior -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onBouncerShowing(boolean) -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void startFirstTimeout(io.reactivex.ObservableSource) -james.adaptiveicon.R$string: int abc_action_menu_overflow_description -androidx.constraintlayout.widget.R$interpolator: int btn_radio_to_on_mtrl_animation_interpolator_0 -androidx.preference.R$styleable: int[] PreferenceImageView -james.adaptiveicon.R$styleable: int AppCompatTheme_buttonBarStyle -com.google.android.material.R$color: int test_mtrl_calendar_day -com.google.android.material.R$styleable: int KeyPosition_percentY -com.turingtechnologies.materialscrollbar.R$style: int Platform_MaterialComponents -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setWeatherText(java.lang.String) -cyanogenmod.providers.CMSettings$Secure: java.lang.String QS_LOCATION_ADVANCED -androidx.lifecycle.ViewModelProvider: androidx.lifecycle.ViewModelStore mViewModelStore -com.google.android.material.R$string: int mtrl_picker_range_header_unselected -okhttp3.Address: boolean equalsNonHost(okhttp3.Address) -okio.HashingSink: java.security.MessageDigest messageDigest -com.google.android.material.R$styleable: int Constraint_layout_constraintCircleAngle -androidx.constraintlayout.widget.R$dimen: int abc_dropdownitem_icon_width -cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_SHOW_BATTERY_PERCENT -io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection -androidx.appcompat.R$style: int Theme_AppCompat_Light -wangdaye.com.geometricweather.R$id: int spinner -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight -james.adaptiveicon.R$styleable: int AppCompatTheme_ratingBarStyleIndicator -androidx.recyclerview.widget.RecyclerView: RecyclerView(android.content.Context,android.util.AttributeSet,int) -okhttp3.internal.http2.Http2: byte FLAG_ACK -cyanogenmod.profiles.StreamSettings: boolean mDirty -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Dialog_Alert -androidx.drawerlayout.R$dimen: int compat_control_corner_material -android.didikee.donate.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator -androidx.hilt.work.R$styleable: int FontFamily_fontProviderFetchStrategy -com.turingtechnologies.materialscrollbar.R$animator: int mtrl_btn_state_list_anim -androidx.constraintlayout.widget.R$attr: int telltales_tailColor -androidx.lifecycle.extensions.R$id: int title -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation -com.xw.repo.bubbleseekbar.R$styleable: int[] ViewBackgroundHelper -androidx.appcompat.widget.ActionBarOverlayLayout: void setLogo(int) -androidx.constraintlayout.widget.R$dimen -wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree getNighttimeWindDegree() -okhttp3.OkHttpClient$Builder: okhttp3.CookieJar cookieJar -wangdaye.com.geometricweather.R$id: int chip3 -com.bumptech.glide.R$style: int TextAppearance_Compat_Notification_Info -wangdaye.com.geometricweather.R$string: int mtrl_picker_range_header_selected -androidx.constraintlayout.widget.R$styleable: int KeyTrigger_motion_postLayoutCollision -okio.Buffer: int hashCode() -cyanogenmod.app.CustomTile$Builder: java.lang.String mLabel -wangdaye.com.geometricweather.R$dimen: int mtrl_slider_label_radius -wangdaye.com.geometricweather.R$id: int widget_day_title -com.google.android.material.R$styleable: int Toolbar_contentInsetEnd -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setApparentTemperature(java.lang.Integer) -wangdaye.com.geometricweather.R$attr: int dayStyle -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_analog_light -io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: void onError(java.lang.Throwable) -androidx.constraintlayout.widget.R$styleable: int MockView_mock_labelColor -okhttp3.Address: java.util.List connectionSpecs -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$styleable: int[] AppBarLayout -androidx.vectordrawable.R$dimen: int notification_media_narrow_margin -cyanogenmod.profiles.AirplaneModeSettings$BooleanState: int STATE_ENABLED -james.adaptiveicon.R$styleable: int ActionMode_titleTextStyle -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_always_show_bubble -wangdaye.com.geometricweather.remoteviews.config.Hilt_DailyTrendWidgetConfigActivity: Hilt_DailyTrendWidgetConfigActivity() -okhttp3.HttpUrl: java.lang.String queryParameter(java.lang.String) -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void dispose() -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void clear() -com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_startAngle -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_android_insetTop -wangdaye.com.geometricweather.R$layout: int preference_information -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.UV uv -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setLocationPurpose(com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose) -com.google.android.material.R$styleable: int[] ActionBar -com.github.rahatarmanahmed.cpv.CircularProgressView: float access$402(com.github.rahatarmanahmed.cpv.CircularProgressView,float) -wangdaye.com.geometricweather.R$styleable: int Slider_android_valueTo -io.reactivex.Observable: io.reactivex.Observable groupJoin(io.reactivex.ObservableSource,io.reactivex.functions.Function,io.reactivex.functions.Function,io.reactivex.functions.BiFunction) -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: ArcProgress(android.content.Context,android.util.AttributeSet,int) -com.turingtechnologies.materialscrollbar.R$attr: int tabIconTint -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActivityChooserView -okio.ForwardingSink: ForwardingSink(okio.Sink) -wangdaye.com.geometricweather.R$id: int transition_transform -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainNoLast: void completion() -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 -wangdaye.com.geometricweather.common.basic.models.weather.Astro: java.util.Date setDate -com.google.android.material.R$dimen: int design_navigation_elevation -okhttp3.internal.cache.DiskLruCache$Entry: void writeLengths(okio.BufferedSink) -cyanogenmod.app.Profile: boolean mStatusBarIndicator -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int Toolbar_subtitle -cyanogenmod.hardware.CMHardwareManager: int getVibratorMinIntensity() -com.google.android.material.R$integer: int config_tooltipAnimTime -androidx.loader.R$styleable: int FontFamilyFont_android_font -okio.Buffer$UnsafeCursor: int start -wangdaye.com.geometricweather.R$styleable: int ActionBar_contentInsetEndWithActions -androidx.preference.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable -androidx.appcompat.resources.R$id: int accessibility_custom_action_26 -android.didikee.donate.R$attr: int alertDialogStyle -wangdaye.com.geometricweather.R$animator: int weather_thunder_1 -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter open(int,java.lang.String) -okhttp3.internal.NamedRunnable: void execute() -okio.ForwardingSource: java.lang.String toString() -com.bumptech.glide.integration.okhttp.R$layout: int notification_template_part_time -com.jaredrummler.android.colorpicker.R$id: int multiply -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_creator -com.google.android.material.R$styleable: int ProgressIndicator_circularInset -androidx.constraintlayout.widget.R$dimen: int abc_floating_window_z -com.google.android.material.R$style: int TextAppearance_AppCompat_Subhead -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_default_padding_end_material -com.turingtechnologies.materialscrollbar.R$attr: int actionBarTabBarStyle -com.amap.api.location.AMapLocationClientOption$AMapLocationMode: com.amap.api.location.AMapLocationClientOption$AMapLocationMode Device_Sensors -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Caption -io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setSo2Desc(java.lang.String) -com.turingtechnologies.materialscrollbar.R$string: int hide_bottom_view_on_scroll_behavior -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Imperial: AccuCurrentResult$ApparentTemperature$Imperial() -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: io.reactivex.internal.util.AtomicThrowable error -james.adaptiveicon.R$style: int Widget_AppCompat_EditText -james.adaptiveicon.R$styleable: int[] Spinner -com.github.rahatarmanahmed.cpv.R$attr: int cpv_animSwoopDuration -androidx.recyclerview.widget.RecyclerView: androidx.core.view.NestedScrollingChildHelper getScrollingChildHelper() -wangdaye.com.geometricweather.R$styleable: int NavigationView_shapeAppearanceOverlay -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_title -com.google.android.material.chip.Chip: void setMaxLines(int) -androidx.constraintlayout.widget.R$styleable: int MenuView_android_headerBackground -androidx.constraintlayout.widget.R$id: int list_item -com.google.android.material.tabs.TabLayout: void setTabRippleColorResource(int) -com.turingtechnologies.materialscrollbar.R$attr: int expanded -android.didikee.donate.R$style: int Base_Widget_AppCompat_ListMenuView -androidx.appcompat.R$style: int Platform_AppCompat -okhttp3.internal.connection.StreamAllocation$StreamAllocationReference -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_max -okhttp3.OkHttpClient$1: okhttp3.internal.connection.RouteDatabase routeDatabase(okhttp3.ConnectionPool) -androidx.preference.R$drawable: int abc_ic_menu_overflow_material -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_maxWidth -androidx.constraintlayout.widget.R$attr: int contentInsetLeft -retrofit2.converter.gson.GsonConverterFactory: com.google.gson.Gson gson -com.jaredrummler.android.colorpicker.R$attr: int isLightTheme -androidx.preference.R$dimen: int abc_dialog_list_padding_top_no_title -cyanogenmod.externalviews.ExternalView: void onActivityStarted(android.app.Activity) -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_DrawerArrowToggle -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: java.lang.Object poll() -wangdaye.com.geometricweather.R$styleable: int Layout_barrierAllowsGoneWidgets -org.greenrobot.greendao.database.DatabaseOpenHelper: void onCreate(org.greenrobot.greendao.database.Database) -androidx.constraintlayout.widget.R$styleable: int Variant_region_heightMoreThan -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver -com.google.android.material.R$styleable: int ChipGroup_singleSelection -io.reactivex.internal.subscribers.DeferredScalarSubscriber -io.reactivex.Observable: io.reactivex.Observable buffer(io.reactivex.ObservableSource) -cyanogenmod.app.IPartnerInterface$Stub -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonBarButtonStyle -androidx.appcompat.R$string: int abc_activity_chooser_view_see_all -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActivityChooserView -okhttp3.TlsVersion: okhttp3.TlsVersion[] $VALUES -com.google.android.material.R$styleable: int Constraint_layout_constraintWidth_max -androidx.appcompat.view.menu.ActionMenuItemView: void setChecked(boolean) -wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig weatherEntityDaoConfig -androidx.appcompat.widget.AppCompatSpinner: java.lang.CharSequence getPrompt() -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem -com.google.android.material.R$styleable: int Layout_layout_constraintRight_toLeftOf -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: java.lang.String ShortPhrase -androidx.appcompat.R$style: int Base_Widget_AppCompat_ListView -androidx.preference.R$styleable: int SwitchPreference_summaryOn -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_checked -androidx.preference.R$styleable: int AppCompatTextView_autoSizeMinTextSize -androidx.viewpager2.R$styleable: int GradientColorItem_android_offset -james.adaptiveicon.R$style: int Base_AlertDialog_AppCompat_Light -com.google.android.material.R$styleable: int ConstraintSet_chainUseRtl -com.jaredrummler.android.colorpicker.R$dimen: int abc_disabled_alpha_material_light -androidx.vectordrawable.R$layout: R$layout() -wangdaye.com.geometricweather.R$attr: int backgroundInsetStart -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_elevation -com.google.android.material.R$style: int Base_Widget_AppCompat_RatingBar_Indicator -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintCircleAngle -wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: java.lang.String postCode -androidx.coordinatorlayout.R$style: int TextAppearance_Compat_Notification_Time -androidx.preference.R$dimen: int compat_button_inset_vertical_material -wangdaye.com.geometricweather.settings.activities.DailyTrendDisplayManageActivity: DailyTrendDisplayManageActivity() -okhttp3.internal.http.RealInterceptorChain: int index -cyanogenmod.externalviews.ExternalViewProviderService$1$1: ExternalViewProviderService$1$1(cyanogenmod.externalviews.ExternalViewProviderService$1,android.os.Bundle) -retrofit2.RequestFactory$Builder: void parseHttpMethodAndPath(java.lang.String,java.lang.String,boolean) -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ListPopupWindow -android.didikee.donate.R$color: int background_floating_material_dark -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilitySnow: java.lang.Integer proba6H -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_trackTintMode -cyanogenmod.weather.CMWeatherManager$2$2 -com.xw.repo.bubbleseekbar.R$style: int Widget_Compat_NotificationActionText -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_startIconTintMode -com.xw.repo.bubbleseekbar.R$style: int Base_DialogWindowTitle_AppCompat -okhttp3.internal.Util: java.nio.charset.Charset UTF_32_LE -androidx.appcompat.R$styleable: int AppCompatTheme_activityChooserViewStyle -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowFixedWidthMinor -com.amap.api.location.AMapLocation: java.lang.String k -androidx.preference.R$style: int TextAppearance_AppCompat_Button -com.google.android.material.textfield.TextInputLayout: void setHintAnimationEnabled(boolean) -com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String j -cyanogenmod.power.PerformanceManager: cyanogenmod.power.IPerformanceManager sService -com.google.android.material.R$layout: int select_dialog_multichoice_material -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorBackgroundFloating -wangdaye.com.geometricweather.R$string: int widget_multi_city -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_RC4_128_SHA -com.google.android.material.R$styleable: int ActionBar_progressBarPadding -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox -cyanogenmod.providers.CMSettings$Secure: int getIntForUser(android.content.ContentResolver,java.lang.String,int,int) -androidx.recyclerview.R$id: int accessibility_custom_action_19 -androidx.constraintlayout.widget.R$styleable: int GradientColor_android_centerX -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_OutlinedButton -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_horizontalGap -wangdaye.com.geometricweather.R$attr: int endIconTint -cyanogenmod.weather.WeatherLocation: java.lang.String mCityId -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: int STATE_INACTIVE -android.didikee.donate.R$dimen: int hint_alpha_material_dark -retrofit2.ParameterHandler$QueryName: void apply(retrofit2.RequestBuilder,java.lang.Object) -wangdaye.com.geometricweather.R$style: int Widget_Design_BottomSheet_Modal -io.reactivex.Observable: io.reactivex.Observable mergeDelayError(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource) -androidx.hilt.work.R$id: int accessibility_action_clickable_span -io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function) -wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String getDescription() -androidx.lifecycle.SavedStateHandleController$1 -wangdaye.com.geometricweather.R$string: int key_notification_can_be_cleared -okhttp3.internal.connection.RouteSelector: java.util.List postponedRoutes -wangdaye.com.geometricweather.R$color: int material_on_primary_emphasis_medium -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorControlActivated -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_menu_header_material -android.didikee.donate.R$style: int Platform_ThemeOverlay_AppCompat -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Direction Direction -okhttp3.Cookie$Builder: okhttp3.Cookie$Builder name(java.lang.String) -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayHorizontalProvider: WidgetClockDayHorizontalProvider() -wangdaye.com.geometricweather.R$dimen: int mtrl_slider_thumb_radius -wangdaye.com.geometricweather.R$attr: int navigationMode -androidx.appcompat.R$styleable: int AppCompatTheme_windowMinWidthMinor -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DIALER_OPENCNAM_ACCOUNT_SID_VALIDATOR -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver: long serialVersionUID -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void onComplete() -james.adaptiveicon.R$style: int Base_Theme_AppCompat_CompactMenu -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_textColorHint -okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Http2Stream$FramingSink sink -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: boolean isDisposed() -com.google.android.material.R$drawable: int abc_switch_thumb_material -android.didikee.donate.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle -com.google.android.material.R$attr: int drawableTint -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton -androidx.vectordrawable.animated.R$dimen: int compat_button_inset_vertical_material -com.google.android.material.card.MaterialCardView: android.content.res.ColorStateList getCheckedIconTint() -okhttp3.HttpUrl: int hashCode() -androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: AppCompatMultiAutoCompleteTextView(android.content.Context,android.util.AttributeSet,int) -com.bumptech.glide.integration.okhttp.R$id: int action_divider -com.google.android.material.slider.RangeSlider: void setThumbStrokeWidthResource(int) -com.google.android.gms.base.R$drawable: int common_google_signin_btn_icon_dark_normal -com.google.android.material.bottomnavigation.BottomNavigationMenuView: BottomNavigationMenuView(android.content.Context) -wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_width -androidx.activity.R$styleable: int FontFamily_fontProviderFetchTimeout -retrofit2.BuiltInConverters$BufferingResponseBodyConverter: retrofit2.BuiltInConverters$BufferingResponseBodyConverter INSTANCE -com.google.android.material.R$layout: int design_menu_item_action_area -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: java.lang.String getBrandId() -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: java.lang.String LongPhrase -cyanogenmod.externalviews.IKeyguardExternalViewProvider: void alterWindow(int,int,int,int,boolean,android.graphics.Rect) -wangdaye.com.geometricweather.background.polling.permanent.observer.FakeForegroundService: FakeForegroundService() -com.google.android.material.R$layout: int abc_dialog_title_material -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Button_Small -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatSeekBar_android_thumb -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: org.reactivestreams.Subscription upstream -cyanogenmod.weather.RequestInfo: int TYPE_LOOKUP_CITY_NAME_REQ -com.google.android.material.R$attr: int autoSizeTextType -androidx.dynamicanimation.R$dimen: int notification_right_icon_size -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: java.lang.String getUrl() -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: boolean cancelled -cyanogenmod.hardware.IThermalListenerCallback: void onThermalChanged(int) -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_headline_material -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarTabStyle -cyanogenmod.app.IProfileManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() -okhttp3.OkHttpClient: okhttp3.EventListener$Factory eventListenerFactory -androidx.lifecycle.ComputableLiveData$1 -androidx.preference.R$styleable: int AppCompatTheme_actionMenuTextAppearance -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getPm25() -androidx.constraintlayout.widget.R$styleable: int ActionBar_progressBarPadding -wangdaye.com.geometricweather.R$dimen: int design_snackbar_elevation -com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableTransition_android_toId -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow -james.adaptiveicon.R$color: int dim_foreground_disabled_material_light -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: void dispose() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Metric: java.lang.String Unit -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator -com.google.android.material.R$attr: int layout -wangdaye.com.geometricweather.R$attr: int materialAlertDialogTitlePanelStyle -com.turingtechnologies.materialscrollbar.R$color: int design_default_color_primary_dark -james.adaptiveicon.R$style: int Base_Widget_AppCompat_RatingBar_Small -com.google.android.material.R$dimen: int compat_button_inset_horizontal_material -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_logo -wangdaye.com.geometricweather.R$id: int motion_base -com.turingtechnologies.materialscrollbar.R$dimen: int compat_control_corner_material -com.turingtechnologies.materialscrollbar.R$styleable: int ActionMode_background -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_iconSize -com.jaredrummler.android.colorpicker.R$string: int v7_preference_on -cyanogenmod.profiles.LockSettings: void processOverride(android.content.Context,com.android.internal.policy.IKeyguardService) -com.jaredrummler.android.colorpicker.R$styleable: int BackgroundStyle_android_selectableItemBackground -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle -okio.BufferedSink: okio.BufferedSink writeUtf8(java.lang.String) -androidx.lifecycle.LifecycleRegistry: void moveToState(androidx.lifecycle.Lifecycle$State) -cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: void unregisterListener(cyanogenmod.app.ICustomTileListener,int) -com.bumptech.glide.integration.okhttp.R$attr: int fontProviderFetchTimeout -androidx.activity.R$id: int accessibility_custom_action_31 -com.google.android.material.imageview.ShapeableImageView: com.google.android.material.shape.ShapeAppearanceModel getShapeAppearanceModel() -android.didikee.donate.R$style: int Base_Widget_AppCompat_Toolbar -androidx.appcompat.R$styleable: int ActionBar_customNavigationLayout -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: java.lang.Throwable error -androidx.constraintlayout.widget.R$dimen: int abc_disabled_alpha_material_light -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_actionLayout -androidx.fragment.R$styleable: int FontFamily_fontProviderCerts -com.xw.repo.bubbleseekbar.R$styleable: int[] PopupWindow -okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner: java.util.List clean(java.util.List,java.lang.String) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AppBarLayout_PrimarySurface -okhttp3.internal.http2.Http2Connection: long access$708(okhttp3.internal.http2.Http2Connection) -james.adaptiveicon.R$style: int Animation_AppCompat_DropDownUp -okhttp3.internal.http2.Settings: Settings() -androidx.preference.R$styleable: int DialogPreference_negativeButtonText -okhttp3.internal.http2.Http2Connection$Listener$1: void onStream(okhttp3.internal.http2.Http2Stream) -okhttp3.internal.platform.ConscryptPlatform: java.lang.String getSelectedProtocol(javax.net.ssl.SSLSocket) -okhttp3.internal.ws.RealWebSocket$Streams -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: boolean isEntityUpdateable() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: int status -wangdaye.com.geometricweather.R$styleable: int[] MaterialAlertDialog -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionButton -com.google.android.material.behavior.SwipeDismissBehavior: void setListener(com.google.android.material.behavior.SwipeDismissBehavior$OnDismissListener) -wangdaye.com.geometricweather.R$id: int activity_alert_container -androidx.appcompat.app.AlertController$RecycleListView -androidx.viewpager.R$dimen -okhttp3.internal.connection.RealConnection: okhttp3.internal.http.HttpCodec newCodec(okhttp3.OkHttpClient,okhttp3.Interceptor$Chain,okhttp3.internal.connection.StreamAllocation) -cyanogenmod.app.CustomTile$ExpandedStyle: int getStyle() -androidx.preference.R$dimen: int tooltip_vertical_padding -com.google.android.gms.base.R$drawable: int common_google_signin_btn_text_light_normal_background -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setTextColor(android.content.res.ColorStateList) -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void errorAll(io.reactivex.Observer) -com.google.android.material.R$styleable: int Constraint_flow_verticalGap -com.xw.repo.bubbleseekbar.R$attr: int bsb_progress -com.xw.repo.bubbleseekbar.R$layout: int select_dialog_multichoice_material -com.google.android.material.R$attr: int actionViewClass -com.google.android.material.R$attr: int cornerSizeTopLeft -androidx.viewpager.widget.ViewPager: void addOnAdapterChangeListener(androidx.viewpager.widget.ViewPager$OnAdapterChangeListener) -android.didikee.donate.R$drawable: int abc_edit_text_material -androidx.preference.R$string: int abc_search_hint -com.bumptech.glide.MemoryCategory: com.bumptech.glide.MemoryCategory[] values() -wangdaye.com.geometricweather.R$xml: int widget_clock_day_horizontal -com.google.android.material.R$dimen: int mtrl_textinput_outline_box_expanded_padding -com.google.android.material.R$color: R$color() -james.adaptiveicon.R$dimen: int abc_disabled_alpha_material_light -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_year_width -com.xw.repo.bubbleseekbar.R$id: int search_plate -androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_android_fontVariationSettings -cyanogenmod.providers.WeatherContract$WeatherColumns: WeatherContract$WeatherColumns() -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.internal.fuseable.SimpleQueue queue -com.google.android.material.slider.Slider: void setThumbStrokeColorResource(int) -wangdaye.com.geometricweather.R$drawable: int weather_cloudy_mini_xml -okio.Options: int[] trie -androidx.constraintlayout.widget.R$color: int abc_tint_default -androidx.constraintlayout.widget.R$id: int search_go_btn -com.xw.repo.bubbleseekbar.R$color: int switch_thumb_normal_material_dark -com.google.android.material.R$attr: int chipSurfaceColor -androidx.preference.R$drawable: int preference_list_divider_material -james.adaptiveicon.R$styleable: int MenuItem_actionProviderClass -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_editTextColor -wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges -okio.RealBufferedSource: byte[] readByteArray(long) -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: io.reactivex.Observer downstream -com.google.android.material.chip.ChipGroup: void setChipSpacing(int) -com.google.android.material.R$attr: int errorIconTint -com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getTickInactiveTintList() -okio.BufferedSource: void readFully(byte[]) -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: java.util.concurrent.TimeUnit unit -com.google.android.material.slider.Slider: void setValueTo(float) -cyanogenmod.hardware.CMHardwareManager: int COLOR_CALIBRATION_MIN_INDEX -com.google.android.material.R$style: int Base_CardView -cyanogenmod.providers.CMSettings$InclusiveIntegerRangeValidator: CMSettings$InclusiveIntegerRangeValidator(int,int) -org.greenrobot.greendao.AbstractDao: void deleteInTx(java.lang.Object[]) -wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_dark_default -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$1: long val$n -com.google.android.material.R$attr: int checkedIconTint -wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_alpha -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_min -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_editTextBackground -com.google.android.material.R$attr: int chipIconEnabled -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_onAttachedToWindow -com.amap.api.location.AMapLocation: java.lang.String i(com.amap.api.location.AMapLocation,java.lang.String) -com.turingtechnologies.materialscrollbar.R$attr: int colorControlNormal -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle -com.jaredrummler.android.colorpicker.R$color: int primary_text_disabled_material_dark -com.xw.repo.bubbleseekbar.R$string: int abc_menu_space_shortcut_label -cyanogenmod.app.CustomTileListenerService: cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper access$100(cyanogenmod.app.CustomTileListenerService) -com.google.android.material.R$drawable: R$drawable() -wangdaye.com.geometricweather.R$styleable: int Slider_haloColor -androidx.preference.R$styleable: int LinearLayoutCompat_Layout_android_layout_width -okhttp3.RequestBody$3 -androidx.constraintlayout.widget.R$attr: int titleMargins -okhttp3.internal.publicsuffix.PublicSuffixDatabase: byte[] publicSuffixListBytes -androidx.activity.R$id: int accessibility_custom_action_29 -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionButtonStyle -cyanogenmod.app.Profile: cyanogenmod.app.ProfileGroup mDefaultGroup -james.adaptiveicon.R$attr: int drawableSize -androidx.activity.R$id: int accessibility_custom_action_5 -io.reactivex.internal.schedulers.ScheduledDirectTask: java.lang.Void call() -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Headline1 -androidx.customview.R$layout: int notification_template_part_time -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_text -com.turingtechnologies.materialscrollbar.R$attr: int boxCollapsedPaddingTop -com.jaredrummler.android.colorpicker.R$drawable: int abc_control_background_material -com.turingtechnologies.materialscrollbar.R$string: int abc_searchview_description_query -com.google.android.material.progressindicator.ProgressIndicator: int getCircularInset() -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer windChillTemperature -wangdaye.com.geometricweather.remoteviews.trend.TrendLinearLayout: TrendLinearLayout(android.content.Context,android.util.AttributeSet,int) -androidx.lifecycle.SavedStateViewModelFactory: java.lang.reflect.Constructor findMatchingConstructor(java.lang.Class,java.lang.Class[]) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setStatus(int) -com.jaredrummler.android.colorpicker.R$style: int Base_DialogWindowTitle_AppCompat -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void onComplete() -com.google.android.material.button.MaterialButton: void setIcon(android.graphics.drawable.Drawable) -com.google.android.material.R$attr: int chipIconTint -androidx.appcompat.widget.AppCompatEditText: void setTextClassifier(android.view.textclassifier.TextClassifier) -wangdaye.com.geometricweather.R$color: int design_dark_default_color_secondary_variant -com.turingtechnologies.materialscrollbar.R$attr: int boxCornerRadiusTopEnd -com.jaredrummler.android.colorpicker.R$id: int search_button -com.google.android.material.behavior.SwipeDismissBehavior: SwipeDismissBehavior() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: CaiYunMainlyResult$CurrentBean$PressureBean() -wangdaye.com.geometricweather.R$attr: int text_color -wangdaye.com.geometricweather.R$color: int design_dark_default_color_on_primary -wangdaye.com.geometricweather.db.entities.LocationEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) -okhttp3.internal.cache.DiskLruCache$Entry: DiskLruCache$Entry(okhttp3.internal.cache.DiskLruCache,java.lang.String) -james.adaptiveicon.R$styleable: int AppCompatTextView_autoSizeStepGranularity -okio.SegmentPool: okio.Segment next -androidx.hilt.lifecycle.R$styleable: int GradientColor_android_startY -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$styleable: int GradientColor_android_startY -com.jaredrummler.android.colorpicker.R$color: int abc_tint_btn_checkable -androidx.dynamicanimation.R$styleable: int FontFamilyFont_ttcIndex -androidx.lifecycle.AbstractSavedStateViewModelFactory: androidx.lifecycle.ViewModel create(java.lang.String,java.lang.Class) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_NULL_SHA -androidx.preference.R$drawable: int abc_btn_switch_to_on_mtrl_00001 -com.google.android.material.R$attr: int nestedScrollFlags -androidx.vectordrawable.R$drawable: int notification_bg_low -cyanogenmod.weather.WeatherInfo$DayForecast: java.lang.String toString() -okhttp3.MediaType: okhttp3.MediaType parse(java.lang.String) -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_27 -okhttp3.Cache$CacheRequestImpl: okio.Sink cacheOut -okhttp3.internal.http2.Http2Reader: okhttp3.internal.http2.Hpack$Reader hpackReader -androidx.fragment.R$id: int notification_background -com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_padding_horizontal -com.turingtechnologies.materialscrollbar.R$styleable: int[] CoordinatorLayout -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day -wangdaye.com.geometricweather.R$attr: int layout_constraintHeight_min -androidx.loader.R$color -wangdaye.com.geometricweather.R$id: int square -androidx.appcompat.R$string: int abc_action_bar_up_description -james.adaptiveicon.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle -wangdaye.com.geometricweather.R$styleable: int RecyclerView_stackFromEnd -androidx.preference.R$style -androidx.hilt.work.R$layout: int notification_template_custom_big -androidx.drawerlayout.R$drawable: int notification_bg -wangdaye.com.geometricweather.R$attr: int errorTextColor -cyanogenmod.weather.WeatherLocation: java.lang.String getCountry() -cyanogenmod.externalviews.ExternalView: void performAction(java.lang.Runnable) -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_18 -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_trackTint -androidx.coordinatorlayout.R$layout: int notification_action -io.reactivex.internal.util.ArrayListSupplier: io.reactivex.internal.util.ArrayListSupplier INSTANCE -okhttp3.internal.http2.Http2Connection$IntervalPingRunnable: void execute() -cyanogenmod.externalviews.ExternalView$2: android.graphics.Rect val$clipRect -com.turingtechnologies.materialscrollbar.R$attr: int iconGravity -androidx.appcompat.R$layout: int notification_action_tombstone -wangdaye.com.geometricweather.remoteviews.config.Hilt_DailyTrendWidgetConfigActivity -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Metric -androidx.vectordrawable.animated.R$id: int tag_transition_group -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_shapeAppearanceOverlay -cyanogenmod.externalviews.ExternalViewProviderService$Provider: cyanogenmod.externalviews.ExternalViewProviderService this$0 -io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy DROP -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer uvIndex -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator -wangdaye.com.geometricweather.R$styleable: int NavigationView_elevation -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_controlBackground -androidx.preference.R$styleable: int AppCompatTextView_autoSizeTextType -androidx.appcompat.R$style: int TextAppearance_AppCompat_Menu -wangdaye.com.geometricweather.settings.activities.CardDisplayManageActivity: CardDisplayManageActivity() -androidx.preference.R$attr: int contentInsetStart -com.xw.repo.bubbleseekbar.R$attr: int numericModifiers -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) -com.google.android.gms.common.api.Status: android.os.Parcelable$Creator CREATOR -androidx.appcompat.widget.AppCompatCheckBox: android.content.res.ColorStateList getSupportButtonTintList() -com.google.android.material.R$attr: int chipGroupStyle -wangdaye.com.geometricweather.R$styleable: int ImageFilterView_altSrc -androidx.transition.R$id: int transition_layout_save -android.didikee.donate.R$attr: int actionOverflowMenuStyle -android.didikee.donate.R$attr: int singleChoiceItemLayout -com.google.android.material.R$styleable: int BottomAppBar_fabCradleRoundedCornerRadius -com.google.android.material.tabs.TabLayout: int getSelectedTabPosition() -okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder allEnabledCipherSuites() -cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener mWindowAttachmentListener -com.google.android.material.circularreveal.CircularRevealGridLayout: void setRevealInfo(com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo) -wangdaye.com.geometricweather.R$id: int action_bar_spinner -james.adaptiveicon.AdaptiveIconView: void setPath(int) -com.turingtechnologies.materialscrollbar.R$layout: int mtrl_layout_snackbar_include -okhttp3.internal.http2.Hpack$Writer: okio.Buffer out -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$drawable: int weather_hail_mini_xml -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_RC4_128_SHA -androidx.viewpager2.R$id: int actions -wangdaye.com.geometricweather.R$attr: int imageButtonStyle -wangdaye.com.geometricweather.weather.json.mf.MfRainResult: int quality -com.xw.repo.bubbleseekbar.R$drawable: int abc_popup_background_mtrl_mult -androidx.lifecycle.LiveData: java.lang.Object getValue() -com.jaredrummler.android.colorpicker.R$string: int status_bar_notification_info_overflow -androidx.constraintlayout.widget.R$attr: int percentY -io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: java.lang.Object poll() -com.google.android.material.R$attr: int buttonBarNegativeButtonStyle -androidx.hilt.R$anim: int fragment_close_enter -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_editor_absoluteX -james.adaptiveicon.R$integer: int config_tooltipAnimTime -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode CANCEL -androidx.appcompat.widget.ActionBarOverlayLayout: void setIcon(android.graphics.drawable.Drawable) -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionButton_CloseMode -wangdaye.com.geometricweather.R$id: int mtrl_picker_text_input_range_start -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_orderInCategory -wangdaye.com.geometricweather.R$layout: int container_main_hourly_trend_card -io.reactivex.internal.util.NotificationLite$DisposableNotification -android.didikee.donate.R$style: int Theme_AppCompat_DayNight_NoActionBar -james.adaptiveicon.R$styleable: int AppCompatSeekBar_android_thumb -wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerSizeBottomLeft -androidx.appcompat.widget.ActionMenuView: void setOnMenuItemClickListener(androidx.appcompat.widget.ActionMenuView$OnMenuItemClickListener) -androidx.vectordrawable.R$id: int accessibility_custom_action_10 -android.didikee.donate.R$color: int material_deep_teal_500 -androidx.appcompat.R$styleable: int Toolbar_contentInsetEndWithActions -okhttp3.OkHttpClient$Builder: okhttp3.Cache cache -androidx.constraintlayout.widget.R$styleable: int[] AnimatedStateListDrawableCompat -com.google.android.material.R$style: int Widget_MaterialComponents_Toolbar_PrimarySurface -com.google.android.gms.signin.internal.zag -wangdaye.com.geometricweather.R$id: int activity_preview_icon_container -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_21 -io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy MISSING -okhttp3.Handshake: java.util.List peerCertificates -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: java.util.concurrent.atomic.AtomicBoolean shouldConnect -wangdaye.com.geometricweather.R$animator: int design_fab_show_motion_spec -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: boolean isDisposed() -james.adaptiveicon.R$styleable: int ActionBar_contentInsetStart -cyanogenmod.app.ILiveLockScreenManager$Stub: java.lang.String DESCRIPTOR -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_NoActionBar -androidx.constraintlayout.widget.R$style: int Platform_V25_AppCompat -com.jaredrummler.android.colorpicker.R$id: int top -androidx.vectordrawable.R$dimen: int notification_big_circle_margin -okhttp3.ConnectionSpec: boolean supportsTlsExtensions -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_second_track_size -cyanogenmod.weatherservice.ServiceRequest: void fail() -androidx.appcompat.R$style: int Base_Widget_AppCompat_EditText -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: io.reactivex.functions.Consumer onDrop -okhttp3.internal.cache.CacheStrategy$Factory: boolean isFreshnessLifetimeHeuristic() -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonStyle -com.jaredrummler.android.colorpicker.R$attr: int trackTintMode -com.github.rahatarmanahmed.cpv.CircularProgressView: void setMaxProgress(float) -androidx.appcompat.R$color: int androidx_core_secondary_text_default_material_light -wangdaye.com.geometricweather.R$styleable: int Chip_closeIcon -android.didikee.donate.R$dimen: int abc_text_size_body_2_material -androidx.preference.R$styleable: int FontFamilyFont_android_fontWeight -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_scaleX -com.jaredrummler.android.colorpicker.R$attr: int contentInsetStart -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: long dt -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dividerHorizontal -androidx.constraintlayout.widget.R$styleable: int KeyPosition_percentX -cyanogenmod.externalviews.KeyguardExternalView$5 -com.baidu.location.indoor.c -com.google.android.material.R$id: int baseline -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Small -com.google.android.material.R$styleable: int TextAppearance_android_textStyle -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: boolean add(io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable) -androidx.constraintlayout.widget.R$id: int search_voice_btn -wangdaye.com.geometricweather.R$styleable: int MaterialButton_strokeWidth -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_toBottomOf -retrofit2.http.Query: boolean encoded() -com.xw.repo.bubbleseekbar.R$id: int checkbox -androidx.vectordrawable.R$dimen: int compat_button_inset_vertical_material -androidx.appcompat.widget.Toolbar: void setSubtitleTextColor(int) -com.google.android.material.R$style: int Widget_MaterialComponents_ProgressIndicator_Linear_Indeterminate -android.didikee.donate.R$styleable: int Toolbar_logoDescription -androidx.work.R$id: int accessibility_custom_action_17 -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_Bridge -android.didikee.donate.R$styleable: int ActionBar_backgroundSplit -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_weight -androidx.appcompat.widget.AppCompatCheckBox: AppCompatCheckBox(android.content.Context,android.util.AttributeSet) -androidx.fragment.app.Fragment: void setOnStartEnterTransitionListener(androidx.fragment.app.Fragment$OnStartEnterTransitionListener) -wangdaye.com.geometricweather.R$id: int container_alert_display_view_title -androidx.transition.R$styleable: int FontFamilyFont_android_ttcIndex -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small -com.google.android.material.R$styleable: int AppCompatTextView_android_textAppearance -cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_PUT_GLOBAL -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabMaxWidth -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder removePathSegment(int) -com.xw.repo.bubbleseekbar.R$drawable: int abc_list_selector_background_transition_holo_dark -com.google.android.material.R$id: int material_textinput_timepicker -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse -com.xw.repo.bubbleseekbar.R$drawable: int abc_ratingbar_indicator_material -com.turingtechnologies.materialscrollbar.R$id: int action_mode_bar -androidx.appcompat.R$styleable: int Toolbar_navigationContentDescription -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void schedule() -wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_marginBottom -androidx.preference.R$id: int src_in -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: wangdaye.com.geometricweather.db.converters.WeatherCodeConverter weatherCodeConverter -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.preference.R$style: int TextAppearance_AppCompat_Medium -com.google.android.gms.base.R$string: int common_google_play_services_update_title -androidx.hilt.work.R$styleable: int FontFamilyFont_android_fontStyle -androidx.constraintlayout.widget.ConstraintLayout: int getPaddingWidth() -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_startIconCheckable -james.adaptiveicon.R$styleable: int Toolbar_title -com.google.android.material.R$attr: int chipStrokeWidth -androidx.customview.R$styleable: int[] FontFamilyFont -com.google.android.gms.common.api.Scope -androidx.customview.R$dimen: int compat_control_corner_material -org.greenrobot.greendao.AbstractDaoSession: long insertOrReplace(java.lang.Object) -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String IS_LEGACY_THEME -androidx.viewpager.widget.ViewPager: ViewPager(android.content.Context) -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Tooltip -androidx.dynamicanimation.R$dimen: int notification_content_margin_start -wangdaye.com.geometricweather.R$style: int TestStyleWithThemeLineHeightAttribute -androidx.appcompat.R$attr: int iconTint -com.amap.api.location.AMapLocation: java.lang.String getCity() -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView: void setHistogramAlpha(float) -com.google.android.material.R$styleable: int MaterialCalendarItem_itemStrokeWidth -androidx.recyclerview.widget.RecyclerView: RecyclerView(android.content.Context) -okhttp3.Cookie: boolean persistent -cyanogenmod.externalviews.KeyguardExternalView$6 -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData: void onInactive() -okhttp3.RealCall$AsyncCall: java.lang.String host() -wangdaye.com.geometricweather.R$attr: int thickness -wangdaye.com.geometricweather.background.receiver.widget.WidgetTextProvider -wangdaye.com.geometricweather.R$layout: int abc_screen_content_include -io.reactivex.Observable: io.reactivex.Observable takeUntil(io.reactivex.functions.Predicate) -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Pm10 -com.google.android.material.R$styleable: int ActionBar_progressBarStyle -okhttp3.ConnectionSpec: okhttp3.ConnectionSpec COMPATIBLE_TLS -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.lang.String Key -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property RealFeelShaderTemperature -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Dialog -androidx.preference.R$styleable: int AppCompatTheme_buttonBarStyle -okhttp3.Cache$Entry -retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: retrofit2.Call call -com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableTransition_android_drawable -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_goneMarginTop -com.google.android.material.slider.Slider: void setThumbElevationResource(int) -com.xw.repo.bubbleseekbar.R$attr: int actionMenuTextAppearance -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: java.lang.String season -james.adaptiveicon.R$attr: int fontProviderFetchTimeout -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionBar_TabText -androidx.lifecycle.extensions.R$dimen -cyanogenmod.app.CMContextConstants$Features: java.lang.String WEATHER_SERVICES -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: long firstEmission -com.bumptech.glide.R$attr: int fontStyle -androidx.preference.R$layout: int abc_screen_toolbar -retrofit2.RequestBuilder: void canonicalizeForPath(okio.Buffer,java.lang.String,int,int,boolean) -com.google.android.material.textfield.TextInputLayout: com.google.android.material.shape.MaterialShapeDrawable getBoxBackground() -androidx.appcompat.R$id: int search_go_btn -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginBottom -wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_itemStrokeWidth -androidx.coordinatorlayout.R$id: int right -wangdaye.com.geometricweather.R$styleable: int[] MotionLayout -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionOverflowButtonStyle -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int SnowProbability -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void drainLoop() -androidx.constraintlayout.widget.R$styleable: int Layout_barrierDirection -androidx.preference.R$layout: int preference_widget_checkbox -wangdaye.com.geometricweather.R$color: int common_google_signin_btn_tint -androidx.customview.R$id: int right_icon -com.google.android.material.R$styleable: int MaterialCalendarItem_android_insetRight -wangdaye.com.geometricweather.R$styleable: int Constraint_android_id -wangdaye.com.geometricweather.R$string: int transition_activity_search_bar -okhttp3.internal.tls.BasicCertificateChainCleaner: java.util.List clean(java.util.List,java.lang.String) -com.google.android.material.chip.Chip: android.text.TextUtils$TruncateAt getEllipsize() -wangdaye.com.geometricweather.R$color: int mtrl_tabs_icon_color_selector_colored -com.turingtechnologies.materialscrollbar.R$color: int primary_dark_material_light -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceListItemSmall -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.R$id: int unchecked -com.google.android.material.R$styleable: int Transition_constraintSetEnd -wangdaye.com.geometricweather.R$styleable: int ActionBar_hideOnContentScroll -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: android.os.IBinder mRemote -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Imperial: AccuCurrentResult$DewPoint$Imperial() -wangdaye.com.geometricweather.R$layout: int abc_action_menu_item_layout -retrofit2.BuiltInConverters$UnitResponseBodyConverter: BuiltInConverters$UnitResponseBodyConverter() -androidx.core.app.RemoteActionCompat -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TabLayout -okhttp3.ConnectionPool -james.adaptiveicon.AdaptiveIconView: AdaptiveIconView(android.content.Context) -androidx.dynamicanimation.R$styleable: int GradientColor_android_endY -com.turingtechnologies.materialscrollbar.R$layout: int notification_action -com.google.android.gms.common.internal.zzc -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: java.lang.String value -androidx.legacy.coreutils.R$styleable: int FontFamilyFont_fontWeight -com.google.android.material.R$drawable: int abc_list_pressed_holo_dark -androidx.constraintlayout.helper.widget.Layer: void setRotation(float) -com.jaredrummler.android.colorpicker.R$dimen: int abc_edit_text_inset_horizontal_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: java.lang.String unit -cyanogenmod.weatherservice.ServiceRequestResult: int hashCode() -com.google.android.gms.base.R$id -androidx.constraintlayout.widget.R$styleable: int Motion_pathMotionArc -com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getWindowAnimations() -com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_listLayout -androidx.coordinatorlayout.R$id: int tag_accessibility_pane_title -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_backgroundSplit -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setRealFeelShaderTemperature(java.lang.Integer) -android.didikee.donate.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight -james.adaptiveicon.R$style: int Widget_AppCompat_PopupWindow -androidx.coordinatorlayout.widget.CoordinatorLayout: void setVisibility(int) -androidx.viewpager2.R$dimen: int compat_button_inset_vertical_material -cyanogenmod.externalviews.KeyguardExternalView$10: void run() -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void cancel() -wangdaye.com.geometricweather.R$attr: int percentWidth -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_helperTextTextColor -androidx.constraintlayout.widget.R$attr: int windowNoTitle -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void disposeInner() -cyanogenmod.weather.WeatherLocation: java.lang.String mCountry -androidx.preference.R$styleable: int AppCompatTheme_colorAccent -androidx.appcompat.R$dimen: int abc_text_size_title_material_toolbar -androidx.appcompat.R$color: int abc_secondary_text_material_dark -okhttp3.Cookie: java.lang.String path() -androidx.legacy.coreutils.R$dimen: int notification_small_icon_background_padding -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_2 -wangdaye.com.geometricweather.R$id: int activity_about_toolbar -androidx.appcompat.R$attr: int listChoiceBackgroundIndicator -androidx.preference.R$attr: int colorAccent -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Imperial: double Value -androidx.appcompat.R$attr: int actionModeCutDrawable -cyanogenmod.app.CustomTile$ExpandedItem: CustomTile$ExpandedItem(cyanogenmod.app.CustomTile$1) -com.google.android.material.R$styleable: int Constraint_barrierDirection -com.xw.repo.bubbleseekbar.R$dimen: int notification_content_margin_start -okhttp3.RequestBody$2: RequestBody$2(okhttp3.MediaType,int,byte[],int) -cyanogenmod.providers.ThemesContract$ThemesColumns$InstallState: int UPDATING -androidx.hilt.work.R$id: int accessibility_custom_action_13 -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeSnowPrecipitationDuration -wangdaye.com.geometricweather.R$styleable: int ViewBackgroundHelper_backgroundTint -cyanogenmod.providers.CMSettings: java.lang.String TAG -wangdaye.com.geometricweather.R$id: int cos -wangdaye.com.geometricweather.db.entities.HourlyEntity: int temperature -io.reactivex.internal.util.NotificationLite: java.lang.Object getValue(java.lang.Object) -wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayWeekProvider -androidx.appcompat.widget.AppCompatSpinner: void setPopupBackgroundDrawable(android.graphics.drawable.Drawable) -androidx.constraintlayout.utils.widget.ImageFilterButton -androidx.appcompat.R$color: int abc_search_url_text_normal -wangdaye.com.geometricweather.R$attr: int round -wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_thickness -cyanogenmod.externalviews.KeyguardExternalView: KeyguardExternalView(android.content.Context,android.util.AttributeSet,int,int) -androidx.preference.R$id: int end -james.adaptiveicon.R$attr: int initialActivityCount -androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType: androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType CENTER -com.jaredrummler.android.colorpicker.R$styleable: int[] ColorPanelView -io.reactivex.Observable: io.reactivex.Observable timeout(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,io.reactivex.ObservableSource) -com.google.android.material.R$attr: int titleMarginTop -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light_Dialog -okio.Pipe$PipeSink: okio.Timeout timeout -io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,long,boolean,int) -androidx.recyclerview.widget.RecyclerView: void setHasFixedSize(boolean) -androidx.hilt.work.R$id: int accessibility_custom_action_16 -wangdaye.com.geometricweather.R$attr: int cpv_progress -androidx.constraintlayout.widget.R$styleable: int Toolbar_titleMarginEnd -wangdaye.com.geometricweather.R$attr: int imageAspectRatioAdjust -com.google.android.material.R$style: int Base_V28_Theme_AppCompat_Light -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_ActionBar -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: long serialVersionUID -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textColorAlertDialogListItem -okhttp3.WebSocket: long queueSize() -androidx.constraintlayout.widget.R$styleable: int MockView_mock_diagonalsColor -wangdaye.com.geometricweather.R$color: int primary_dark_material_light -androidx.preference.R$styleable: int DialogPreference_android_dialogLayout -com.google.android.material.bottomnavigation.BottomNavigationView: void setSelectedItemId(int) -androidx.constraintlayout.widget.R$attr: int layout_constraintBaseline_creator -okhttp3.internal.ws.WebSocketWriter$FrameSink -androidx.constraintlayout.widget.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset -com.google.android.material.R$style: int Widget_MaterialComponents_PopupMenu_ListPopupWindow -cyanogenmod.app.ILiveLockScreenChangeListener$Stub: cyanogenmod.app.ILiveLockScreenChangeListener asInterface(android.os.IBinder) -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: java.lang.Object singleItem -android.didikee.donate.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset -io.reactivex.internal.schedulers.RxThreadFactory: java.lang.String prefix -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: void dispose() -cyanogenmod.app.StatusBarPanelCustomTile$1: cyanogenmod.app.StatusBarPanelCustomTile[] newArray(int) -androidx.appcompat.R$color: int switch_thumb_material_dark -com.google.android.material.bottomappbar.BottomAppBar: void setFabCradleRoundedCornerRadius(float) -okhttp3.internal.platform.JdkWithJettyBootPlatform$JettyNegoProvider: JdkWithJettyBootPlatform$JettyNegoProvider(java.util.List) -cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks -com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableTransition_android_reversible -androidx.preference.R$drawable: int btn_checkbox_checked_to_unchecked_mtrl_animation -com.xw.repo.bubbleseekbar.R$styleable: int ActionMenuItemView_android_minWidth -okio.Buffer: okio.Buffer writeString(java.lang.String,int,int,java.nio.charset.Charset) -androidx.preference.R$string: int abc_capital_off -okio.Okio$1: java.io.OutputStream val$out -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.WeatherEntity) -com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity -wangdaye.com.geometricweather.R$drawable: int widget_card_light_20 -com.google.android.material.bottomnavigation.BottomNavigationMenuView: android.content.res.ColorStateList getIconTintList() -okhttp3.internal.platform.Platform -androidx.hilt.lifecycle.R$drawable: int notification_bg_low_pressed -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: io.reactivex.internal.queue.SpscLinkedArrayQueue queue -cyanogenmod.app.BaseLiveLockManagerService$1: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() -com.google.android.material.textfield.MaterialAutoCompleteTextView: MaterialAutoCompleteTextView(android.content.Context) -retrofit2.http.PUT -okio.Buffer$2: okio.Buffer this$0 -com.google.android.material.R$attr: int expandedTitleMarginStart -cyanogenmod.hardware.ThermalListenerCallback -android.didikee.donate.R$id: int search_badge -wangdaye.com.geometricweather.R$attr: int iconifiedByDefault -androidx.constraintlayout.widget.R$styleable: int GradientColor_android_startX -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_alertDialogTheme -okhttp3.Cookie: long parseMaxAge(java.lang.String) -com.bumptech.glide.integration.okhttp.R$styleable: int[] GradientColor -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: boolean tryOnError(java.lang.Throwable) -com.jaredrummler.android.colorpicker.R$attr: int actionOverflowMenuStyle -okhttp3.internal.http2.Settings: int DEFAULT_INITIAL_WINDOW_SIZE -io.reactivex.internal.schedulers.AbstractDirectTask -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: ILiveLockScreenManager$Stub$Proxy(android.os.IBinder) -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_18 -okhttp3.internal.platform.Android10Platform: void enableSessionTickets(javax.net.ssl.SSLSocket) -androidx.work.WorkInfo$State: androidx.work.WorkInfo$State valueOf(java.lang.String) -androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_Dialog -wangdaye.com.geometricweather.R$drawable: int notification_bg -okhttp3.CertificatePinner$Builder: CertificatePinner$Builder() -org.greenrobot.greendao.AbstractDao: android.database.CursorWindow moveToNextUnlocked(android.database.Cursor) -androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft -cyanogenmod.providers.DataUsageContract: java.lang.String DATAUSAGE_TABLE -okhttp3.internal.cache.DiskLruCache$3: okhttp3.internal.cache.DiskLruCache$Snapshot removeSnapshot -com.turingtechnologies.materialscrollbar.R$styleable: int[] ScrollingViewBehavior_Layout -com.amap.api.location.APSServiceBase: void onDestroy() -com.google.android.material.R$style: int Base_V23_Theme_AppCompat_Light -okhttp3.internal.ws.WebSocketWriter: void writePing(okio.ByteString) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: boolean isModify -com.google.android.material.appbar.CollapsingToolbarLayout: CollapsingToolbarLayout(android.content.Context,android.util.AttributeSet) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_editor_absoluteX -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dialogPreferredPadding -androidx.preference.R$attr: int singleChoiceItemLayout -androidx.preference.R$dimen: int abc_floating_window_z -wangdaye.com.geometricweather.R$attr: int popupWindowStyle -com.turingtechnologies.materialscrollbar.DragScrollBar: boolean getHide() -com.turingtechnologies.materialscrollbar.R$dimen: int notification_large_icon_width -com.amap.api.fence.GeoFence: int k -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: java.lang.String unit -cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.IKeyguardExternalViewProvider mExternalViewProvider -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog -com.google.android.gms.common.api.UnsupportedApiCallException -wangdaye.com.geometricweather.R$drawable: int notif_temp_61 -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_ASSIST_ACTION_VALIDATOR -org.greenrobot.greendao.AbstractDao: void assertSinglePk() -cyanogenmod.externalviews.ExternalView: void onActivitySaveInstanceState(android.app.Activity,android.os.Bundle) -androidx.customview.R$string: int status_bar_notification_info_overflow -james.adaptiveicon.R$drawable: int abc_btn_check_material -android.didikee.donate.R$drawable: int abc_text_select_handle_middle_mtrl_light -james.adaptiveicon.R$styleable: int MenuItem_android_numericShortcut -android.didikee.donate.R$attr: int drawableSize -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedEmitLast: long serialVersionUID -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver -androidx.vectordrawable.animated.R$styleable: int GradientColor_android_endX -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_rtl -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_6_00 -com.amap.api.location.AMapLocation: void setCoordType(java.lang.String) -wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemHeight -wangdaye.com.geometricweather.R$styleable: int CheckBoxPreference_summaryOff -wangdaye.com.geometricweather.R$id: int item_icon_provider_clearIcon -com.github.rahatarmanahmed.cpv.CircularProgressView: int animSyncDuration -androidx.swiperefreshlayout.R$dimen: int notification_small_icon_background_padding -cyanogenmod.externalviews.KeyguardExternalView$5: cyanogenmod.externalviews.KeyguardExternalView this$0 -cyanogenmod.externalviews.KeyguardExternalView$3: android.graphics.Rect val$clipRect -cyanogenmod.weather.RequestInfo: android.location.Location mLocation -org.greenrobot.greendao.DaoException -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView: int getMarginBottom() -android.didikee.donate.R$drawable: int abc_ic_arrow_drop_right_black_24dp -wangdaye.com.geometricweather.R$dimen: int abc_text_size_subhead_material -okio.Buffer: okio.ByteString hmacSha256(okio.ByteString) -com.turingtechnologies.materialscrollbar.R$styleable: int View_paddingEnd -androidx.loader.R$dimen: int compat_control_corner_material -android.didikee.donate.R$string: int abc_activitychooserview_choose_application -wangdaye.com.geometricweather.R$drawable: int abc_seekbar_track_material -androidx.appcompat.widget.ActivityChooserView: void setInitialActivityCount(int) -androidx.preference.R$styleable: int ListPreference_entryValues -cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent SOUND -android.didikee.donate.R$color: int abc_search_url_text_pressed -wangdaye.com.geometricweather.R$attr: int pressedTranslationZ -com.jaredrummler.android.colorpicker.R$id: int progress_circular -androidx.lifecycle.extensions.R$dimen: int compat_button_inset_vertical_material -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void innerError(io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver,java.lang.Throwable) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_75 -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintDimensionRatio -android.didikee.donate.R$attr: int windowFixedWidthMajor -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VClipPath -james.adaptiveicon.R$attr: int actionModeWebSearchDrawable -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_default_height_material -okhttp3.internal.http2.Http2Connection: java.util.concurrent.ExecutorService listenerExecutor -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon -com.jaredrummler.android.colorpicker.R$style: int Platform_V25_AppCompat -com.github.rahatarmanahmed.cpv.CircularProgressView: CircularProgressView(android.content.Context,android.util.AttributeSet,int) -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Dialog -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableTopCompat -com.turingtechnologies.materialscrollbar.DateAndTimeIndicator: int getIndicatorHeight() -com.google.android.material.R$id: int search_mag_icon -androidx.appcompat.R$attr: int showDividers -wangdaye.com.geometricweather.R$string: int settings_title_forecast_today -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language ARABIC -androidx.appcompat.widget.SearchView$SearchAutoComplete: int getSearchViewTextMinWidthDp() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Metric Metric -wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String getDistrict() -com.google.android.material.R$styleable: int TextInputLayout_helperTextTextColor -wangdaye.com.geometricweather.R$id: int tag_screen_reader_focusable -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow -cyanogenmod.externalviews.KeyguardExternalView: java.lang.String TAG -wangdaye.com.geometricweather.R$dimen: int touch_rise_z -okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.ErrorCode errorCode -com.google.gson.stream.JsonReader: boolean isLiteral(char) -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_endIconTintMode -wangdaye.com.geometricweather.background.polling.basic.AwakeForegroundUpdateService -com.bumptech.glide.R$attr: int layout_anchorGravity -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay TAG_TEMPERATURE -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: ObservableSampleWithObservable$SampleMainObserver(io.reactivex.Observer,io.reactivex.ObservableSource) -androidx.constraintlayout.widget.R$styleable: int ActivityChooserView_initialActivityCount -androidx.preference.R$dimen: int abc_seekbar_track_progress_height_material -retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: void onNext(java.lang.Object) -androidx.appcompat.widget.AppCompatRadioButton: android.content.res.ColorStateList getSupportButtonTintList() -wangdaye.com.geometricweather.R$id: int notification_big_week_1 -com.google.android.material.floatingactionbutton.FloatingActionButton$Behavior: FloatingActionButton$Behavior(android.content.Context,android.util.AttributeSet) -androidx.activity.R$dimen: int notification_right_side_padding_top -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_bottomappbar_fab_cradle_margin -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintEnd_toStartOf -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX$InfoX: java.util.List day -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String HOMESCREEN_URI -org.greenrobot.greendao.AbstractDao: void attachEntity(java.lang.Object) -cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks: void slideLockscreenIn() -io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: void subscribeNext() -androidx.constraintlayout.widget.R$attr: int layout_constraintLeft_toRightOf -wangdaye.com.geometricweather.main.MainActivity -androidx.viewpager2.R$style: int TextAppearance_Compat_Notification_Line2 -okhttp3.MultipartBody$Builder: okhttp3.MultipartBody$Builder addPart(okhttp3.RequestBody) -james.adaptiveicon.R$drawable: int abc_ic_star_black_16dp -androidx.viewpager2.widget.ViewPager2: void setOffscreenPageLimit(int) -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.xw.repo.bubbleseekbar.R$id: int action_bar_subtitle -james.adaptiveicon.R$styleable: int[] PopupWindowBackgroundState -wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_moonPhaseIcon -androidx.hilt.lifecycle.R$dimen: int compat_button_inset_vertical_material -androidx.constraintlayout.widget.R$styleable: int Transition_transitionFlags -okhttp3.ConnectionPool: java.net.Socket deduplicate(okhttp3.Address,okhttp3.internal.connection.StreamAllocation) -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_autoSizeMaxTextSize -com.turingtechnologies.materialscrollbar.R$attr: int counterEnabled -androidx.core.widget.ContentLoadingProgressBar -com.google.android.material.R$styleable: int SwitchCompat_trackTint -androidx.customview.R$dimen: int notification_large_icon_width -com.google.android.material.R$styleable: int ConstraintSet_motionProgress -com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_android_fontWeight -androidx.constraintlayout.widget.Constraints: Constraints(android.content.Context) -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: long serialVersionUID -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void onSubscribe(org.reactivestreams.Subscription) -androidx.appcompat.R$anim: int abc_popup_exit -cyanogenmod.externalviews.ExternalViewProviderService: ExternalViewProviderService() -com.google.android.material.slider.BaseSlider: float getValueFrom() -androidx.constraintlayout.widget.R$styleable: int KeyTrigger_framePosition -androidx.lifecycle.SavedStateHandle: java.util.Set keys() -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_toTopOf -android.didikee.donate.R$style: int Widget_AppCompat_ProgressBar_Horizontal -com.google.android.material.R$style: int Theme_AppCompat -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable[] EMPTY -androidx.appcompat.R$drawable: int abc_list_divider_mtrl_alpha -cyanogenmod.themes.IThemeChangeListener$Stub$Proxy: android.os.IBinder mRemote -james.adaptiveicon.R$drawable: int abc_text_select_handle_left_mtrl_dark -com.google.android.material.R$styleable: int Transition_layoutDuringTransition -wangdaye.com.geometricweather.R$id: int action_bar -android.didikee.donate.R$style: int Theme_AppCompat_Dialog -androidx.appcompat.R$id: int accessibility_custom_action_8 -com.google.android.material.R$styleable: int TextInputLayout_shapeAppearanceOverlay -okhttp3.Cookie: java.lang.String domain() -cyanogenmod.themes.ThemeManager$1$2: boolean val$isSuccess -wangdaye.com.geometricweather.R$drawable: int design_ic_visibility -androidx.dynamicanimation.R$style -com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginEnd -androidx.preference.R$drawable: int btn_radio_on_mtrl -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: float getFillAlpha() -cyanogenmod.platform.Manifest$permission: java.lang.String MODIFY_NETWORK_SETTINGS -james.adaptiveicon.R$drawable: int abc_ic_menu_overflow_material -wangdaye.com.geometricweather.R$attr: int navigationContentDescription -com.google.android.material.R$styleable: int ExtendedFloatingActionButton_hideMotionSpec -wangdaye.com.geometricweather.weather.apis.AtmoAuraIqaApi -com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_AppBarLayout -androidx.constraintlayout.widget.R$anim: int abc_tooltip_exit -okhttp3.internal.http1.Http1Codec$ChunkedSink: okhttp3.internal.http1.Http1Codec this$0 -retrofit2.DefaultCallAdapterFactory: retrofit2.CallAdapter get(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) -wangdaye.com.geometricweather.R$layout: int item_about_translator -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_16 -com.google.android.material.R$color: int mtrl_btn_text_color_disabled -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Large_Inverse -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse -androidx.constraintlayout.widget.R$style: int Base_V23_Theme_AppCompat -wangdaye.com.geometricweather.R$attr: int circularRadius -androidx.preference.R$dimen: int abc_dialog_padding_material -com.google.android.material.R$dimen: int mtrl_toolbar_default_height -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color: java.lang.String Name -james.adaptiveicon.R$color: int abc_hint_foreground_material_light -wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit PPCM -io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: ObservableCache$CacheDisposable(io.reactivex.Observer,io.reactivex.internal.operators.observable.ObservableCache) -wangdaye.com.geometricweather.R$id: int material_hour_tv -james.adaptiveicon.R$layout: int abc_list_menu_item_layout -com.google.android.material.R$id: int jumpToStart -wangdaye.com.geometricweather.common.basic.models.weather.Alert: int color -wangdaye.com.geometricweather.R$styleable: int Transition_layoutDuringTransition -androidx.lifecycle.LiveData: int START_VERSION -androidx.constraintlayout.widget.R$dimen: int abc_dialog_padding_material -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_bias -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_37 -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_BOOT_ANIM -com.google.android.material.R$attr: int autoSizeMinTextSize -wangdaye.com.geometricweather.R$drawable: int notif_temp_137 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getPm25Desc() -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 -com.turingtechnologies.materialscrollbar.R$attr: int multiChoiceItemLayout -androidx.constraintlayout.widget.R$string: int abc_searchview_description_clear -com.jaredrummler.android.colorpicker.R$attr: int dialogTitle -com.google.android.material.R$attr: int region_heightMoreThan -com.google.android.material.R$attr: int maxHeight -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer apparentTemperature -okhttp3.Dispatcher: void setMaxRequests(int) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: java.lang.String timezone -wangdaye.com.geometricweather.R$attr: int themeLineHeight -androidx.constraintlayout.helper.widget.Layer: void setTranslationY(float) -com.jaredrummler.android.colorpicker.R$drawable: int abc_list_pressed_holo_light -wangdaye.com.geometricweather.R$string: int abc_prepend_shortcut_label -wangdaye.com.geometricweather.R$attr: int itemTextAppearance -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintTop_toBottomOf -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setItemBackground(android.graphics.drawable.Drawable) -james.adaptiveicon.R$id: int action_bar -okhttp3.internal.ws.RealWebSocket -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void fail(java.lang.Throwable,io.reactivex.Observer,io.reactivex.internal.queue.SpscLinkedArrayQueue) -com.xw.repo.bubbleseekbar.R$drawable: int abc_text_cursor_material -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile build() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier -androidx.constraintlayout.widget.R$attr: int mock_labelColor -com.jaredrummler.android.colorpicker.R$attr: int collapseIcon -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void dispose() -retrofit2.Retrofit$Builder -wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Priority -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken END_OBJECT -wangdaye.com.geometricweather.R$string: int sp_widget_multi_city -io.reactivex.internal.observers.LambdaObserver: io.reactivex.functions.Consumer onSubscribe -okhttp3.internal.http2.Settings: int MAX_HEADER_LIST_SIZE -okhttp3.internal.Util: java.lang.AssertionError assertionError(java.lang.String,java.lang.Exception) -james.adaptiveicon.R$dimen: int abc_switch_padding -wangdaye.com.geometricweather.R$dimen: int mtrl_card_spacing -com.jaredrummler.android.colorpicker.R$styleable -com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_TabLayout -james.adaptiveicon.R$style: int Widget_AppCompat_ActionBar_TabView -com.google.android.material.R$attr: int selectionRequired -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_icon -com.google.android.material.R$attr: int textAppearanceCaption -com.amap.api.location.AMapLocation: int LOCATION_SUCCESS -com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_centerColor -com.turingtechnologies.materialscrollbar.R$style: int Theme_Design_Light_NoActionBar -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: long uniqueId -com.google.android.material.R$styleable: int Motion_pathMotionArc -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -com.turingtechnologies.materialscrollbar.R$styleable: int[] FontFamily -com.turingtechnologies.materialscrollbar.TouchScrollBar -okhttp3.internal.Util: okhttp3.RequestBody EMPTY_REQUEST -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Rain -com.xw.repo.bubbleseekbar.R$integer: int cancel_button_image_alpha -com.google.android.material.R$dimen: int mtrl_extended_fab_translation_z_pressed -okhttp3.HttpUrl$Builder: java.lang.String encodedFragment -androidx.hilt.R$style -com.google.android.material.R$styleable: int ChipGroup_singleLine -wangdaye.com.geometricweather.R$attr: int cpv_animAutostart -wangdaye.com.geometricweather.db.entities.HistoryEntity -androidx.appcompat.widget.AppCompatButton: AppCompatButton(android.content.Context,android.util.AttributeSet) -cyanogenmod.themes.IThemeProcessingListener$Stub$Proxy: IThemeProcessingListener$Stub$Proxy(android.os.IBinder) -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_commitIcon -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: java.util.Date getTo() -cyanogenmod.app.ICMStatusBarManager -james.adaptiveicon.R$styleable: int MenuItem_android_enabled -wangdaye.com.geometricweather.R$style: int Widget_Design_Snackbar -com.google.android.material.textfield.TextInputLayout: void setCounterTextAppearance(int) -androidx.constraintlayout.widget.R$attr: int preserveIconSpacing -androidx.appcompat.R$style: int TextAppearance_AppCompat_Display1 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setAqi(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean) -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.util.Date moonsetTime -wangdaye.com.geometricweather.R$attr: int deltaPolarRadius -com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat -com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_radio_to_on_mtrl_000 -androidx.appcompat.R$color: int background_floating_material_light -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_textColorHint -okhttp3.internal.ws.WebSocketReader: boolean isControlFrame -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceStyle -androidx.constraintlayout.widget.R$styleable: int ActionMode_backgroundSplit -com.google.android.material.R$styleable: int TextInputLayout_endIconCheckable -androidx.appcompat.R$styleable: int AppCompatTheme_selectableItemBackground -okhttp3.internal.tls.OkHostnameVerifier: java.util.List getSubjectAltNames(java.security.cert.X509Certificate,int) -android.didikee.donate.R$id: int src_over -androidx.core.widget.NestedScrollView: float getTopFadingEdgeStrength() -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Chip_Choice -com.jaredrummler.android.colorpicker.R$id: int action_mode_close_button -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight -com.google.android.material.slider.BaseSlider: void setValues(java.lang.Float[]) -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub -androidx.constraintlayout.widget.R$attr: int layout_constraintCircleAngle -org.greenrobot.greendao.AbstractDao: java.lang.String[] getAllColumns() -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_wrapMode -androidx.drawerlayout.R$drawable: int notification_bg_normal -cyanogenmod.themes.ThemeManager: cyanogenmod.themes.IThemeService sService -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWindChillTemperature(java.lang.Integer) -android.didikee.donate.R$styleable: int AppCompatTextHelper_android_drawableEnd -okhttp3.internal.http2.Http2Connection: int openStreamCount() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float pm25 -wangdaye.com.geometricweather.R$drawable: int weather_hail_pixel -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setThunderstormPrecipitationProbability(java.lang.Float) -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_ensureMinTouchTargetSize -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int THUNDERSHOWER -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial: int UnitType -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_71 -androidx.appcompat.R$dimen: int abc_text_size_menu_header_material -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown -com.google.android.material.tabs.TabLayout: TabLayout(android.content.Context) -androidx.constraintlayout.widget.R$styleable: int FontFamily_fontProviderFetchStrategy -com.google.android.material.R$animator: int mtrl_fab_transformation_sheet_collapse_spec -retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: void onComplete() -androidx.preference.R$attr: int windowFixedHeightMinor -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: long serialVersionUID -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: boolean requestDismissAndStartActivity(android.content.Intent) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer aqiIndex -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_android_checkable -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_collapsedTitleGravity -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Subhead -com.google.android.material.textfield.TextInputLayout: void setBoxStrokeWidth(int) -cyanogenmod.app.PartnerInterface: void rebootDevice() -androidx.appcompat.widget.AppCompatImageView: AppCompatImageView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: void setValue(java.lang.String) -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_id -wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Long readKey(android.database.Cursor,int) -okhttp3.internal.http2.Http2Connection$6: void execute() -androidx.legacy.coreutils.R$id: int chronometer -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabGravity -cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_NFC -wangdaye.com.geometricweather.db.entities.HourlyEntityDao -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_dividerPadding -wangdaye.com.geometricweather.main.dialogs.BackgroundLocationDialog -com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_addNotificationGroup -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.String getDailyForecast() -androidx.appcompat.R$style: int Widget_AppCompat_ActionBar_Solid -okhttp3.internal.platform.ConscryptPlatform: javax.net.ssl.X509TrustManager trustManager(javax.net.ssl.SSLSocketFactory) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setLocationKey(java.lang.String) -wangdaye.com.geometricweather.R$anim: int abc_slide_in_top -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: java.util.concurrent.atomic.AtomicReference mainDisposable -cyanogenmod.weatherservice.ServiceRequestResult$1: java.lang.Object[] newArray(int) -com.google.android.material.appbar.CollapsingToolbarLayout: void setScrimsShown(boolean) -com.google.android.material.R$styleable: int CollapsingToolbarLayout_scrimVisibleHeightTrigger -wangdaye.com.geometricweather.R$styleable: int SearchView_goIcon -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: int state -com.google.android.material.R$string: int abc_activity_chooser_view_see_all -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintTag -wangdaye.com.geometricweather.R$attr: int allowDividerBelow -androidx.appcompat.R$styleable: int ActionBar_contentInsetEnd -retrofit2.HttpServiceMethod$SuspendForBody: java.lang.Object adapt(retrofit2.Call,java.lang.Object[]) -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setTrimPathOffset(float) -androidx.work.impl.utils.futures.AbstractFuture: androidx.work.impl.utils.futures.AbstractFuture$Waiter waiters -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_text_size -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintEnd_toStartOf -com.google.android.material.R$styleable: int TextInputLayout_shapeAppearance -androidx.preference.R$dimen: R$dimen() -io.reactivex.exceptions.CompositeException -okhttp3.internal.Internal: java.io.IOException timeoutExit(okhttp3.Call,java.io.IOException) -com.google.android.material.R$dimen: int abc_edit_text_inset_top_material -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIconTintMode -androidx.drawerlayout.R$styleable: int[] FontFamilyFont -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial: int UnitType -com.amap.api.fence.DistrictItem: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$attr: int flow_verticalAlign -cyanogenmod.power.IPerformanceManager$Stub: int TRANSACTION_setPowerProfile -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_transformPivotY -androidx.preference.R$style: int Base_Widget_AppCompat_ActionBar_TabView -androidx.vectordrawable.R$attr: int fontProviderFetchTimeout -com.google.android.material.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle -cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String getPackage() -wangdaye.com.geometricweather.R$dimen: int progress_view_size -androidx.vectordrawable.animated.R$style: int Widget_Compat_NotificationActionContainer -com.amap.api.location.AMapLocationClientOption: boolean isGpsFirst() -com.google.android.gms.common.api.UnsupportedApiCallException: UnsupportedApiCallException(com.google.android.gms.common.Feature) -com.google.android.material.R$styleable: int Layout_minWidth -com.turingtechnologies.materialscrollbar.R$styleable: int[] ActionMode -com.xw.repo.bubbleseekbar.R$string: int abc_capital_on -wangdaye.com.geometricweather.R$dimen: int current_weather_icon_container_size -androidx.hilt.lifecycle.R$drawable: int notification_bg -cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy: java.lang.String getInterfaceDescriptor() -androidx.lifecycle.extensions.R$style: int TextAppearance_Compat_Notification_Line2 -james.adaptiveicon.R$style: int Base_V26_Theme_AppCompat_Light -android.didikee.donate.R$id: int search_src_text -com.google.android.material.bottomappbar.BottomAppBar: int getBottomInset() -wangdaye.com.geometricweather.R$styleable: int ViewStubCompat_android_inflatedId -wangdaye.com.geometricweather.R$attr: int expandedTitleMarginStart -wangdaye.com.geometricweather.R$color: int mtrl_chip_text_color -android.didikee.donate.R$attr: int windowActionModeOverlay -wangdaye.com.geometricweather.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_Button -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: long serialVersionUID -androidx.appcompat.widget.AppCompatTextView: void setSupportBackgroundTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$attr: int drawPath -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType InsertOrReplace -androidx.appcompat.R$styleable: int LinearLayoutCompat_dividerPadding -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: void onComplete() -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: boolean daylight -androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_gapBetweenBars -androidx.recyclerview.R$styleable: int RecyclerView_layoutManager -wangdaye.com.geometricweather.R$id: int packed -com.turingtechnologies.materialscrollbar.R$id: int wrap_content -okhttp3.internal.tls.BasicTrustRootIndex: java.util.Map subjectToCaCerts -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getWindSpeed() -androidx.constraintlayout.widget.R$styleable: int[] ConstraintSet -wangdaye.com.geometricweather.R$styleable: int Layout_layout_goneMarginBottom -io.reactivex.Observable: io.reactivex.Single toSortedList(java.util.Comparator,int) -com.google.android.material.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_drawPath -androidx.constraintlayout.widget.R$styleable: int KeyTrigger_motion_triggerOnCollision -androidx.constraintlayout.helper.widget.Layer: void setElevation(float) -androidx.appcompat.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language RUSSIAN -cyanogenmod.app.ProfileGroup: ProfileGroup(java.util.UUID,boolean) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_EXPORT_WITH_RC4_40_SHA -com.turingtechnologies.materialscrollbar.R$id: int search_button -com.google.android.material.R$drawable: int notification_bg_low_normal -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setText(java.lang.String) -retrofit2.ParameterHandler$Part -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_textFontWeight -wangdaye.com.geometricweather.R$id: int parent_matrix -com.github.rahatarmanahmed.cpv.CircularProgressView: int getColor() -wangdaye.com.geometricweather.R$string: int hide_bottom_view_on_scroll_behavior -com.turingtechnologies.materialscrollbar.R$attr: int counterOverflowTextAppearance -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_0 -androidx.constraintlayout.widget.ConstraintLayout: int getMinHeight() -androidx.preference.R$color: int abc_tint_spinner -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Compat_Notification -androidx.constraintlayout.widget.R$color: int switch_thumb_disabled_material_dark -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property Longitude -okhttp3.MultipartBody: int size() -androidx.dynamicanimation.R$style: int TextAppearance_Compat_Notification_Time -com.google.android.material.R$layout: int material_timepicker_textinput_display -android.didikee.donate.R$attr: int trackTintMode -androidx.transition.R$styleable: int FontFamilyFont_android_fontVariationSettings -androidx.work.R$id: int accessibility_custom_action_26 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX getAqi() -androidx.constraintlayout.widget.R$color: int notification_icon_bg_color -com.jaredrummler.android.colorpicker.R$styleable: int RecycleListView_paddingTopNoTitle -com.google.android.material.R$color: int material_timepicker_button_stroke -okhttp3.logging.LoggingEventListener: void secureConnectStart(okhttp3.Call) -androidx.lifecycle.livedata.core.R -okhttp3.internal.http1.Http1Codec: void finishRequest() -wangdaye.com.geometricweather.R$id -cyanogenmod.hardware.CMHardwareManager: int getThermalState() -com.xw.repo.bubbleseekbar.R$dimen: int highlight_alpha_material_dark -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: long serialVersionUID -com.google.android.material.R$attr: int themeLineHeight -com.google.android.material.R$styleable: int ProgressIndicator_android_indeterminate -androidx.core.R$dimen: int notification_large_icon_width -com.bumptech.glide.integration.okhttp.R$id: int tag_transition_group -com.github.rahatarmanahmed.cpv.CircularProgressViewListener: void onAnimationReset() -androidx.preference.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight -io.reactivex.Observable: io.reactivex.Observable generate(java.util.concurrent.Callable,io.reactivex.functions.BiFunction) -james.adaptiveicon.R$id: int split_action_bar -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() -com.google.android.material.R$attr: int tickColorActive -androidx.appcompat.R$string: int abc_menu_alt_shortcut_label -cyanogenmod.providers.CMSettings$Secure: java.lang.String PROTECTED_COMPONENTS -okhttp3.Request$Builder: okhttp3.Request$Builder delete(okhttp3.RequestBody) -androidx.hilt.work.R$attr: int fontProviderQuery -retrofit2.Invocation: retrofit2.Invocation of(java.lang.reflect.Method,java.util.List) -cyanogenmod.app.CustomTileListenerService: void onCustomTileRemoved(cyanogenmod.app.StatusBarPanelCustomTile) -androidx.work.R$string -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemTextAppearance -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Imperial: AccuCurrentResult$PrecipitationSummary$PastHour$Imperial() -androidx.constraintlayout.helper.widget.Flow: void setHorizontalGap(int) -wangdaye.com.geometricweather.R$attr: int indicatorType -cyanogenmod.providers.CMSettings$System: java.lang.String DIALER_OPENCNAM_AUTH_TOKEN -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_CompoundButton_CheckBox -androidx.drawerlayout.R$string: int status_bar_notification_info_overflow -wangdaye.com.geometricweather.R$styleable: int[] AppBarLayoutStates -androidx.appcompat.widget.AppCompatButton: void setAutoSizeTextTypeWithDefaults(int) -com.google.android.material.R$attr: int itemStrokeColor -okhttp3.RealCall: void captureCallStackTrace() -okhttp3.internal.http.RealInterceptorChain: okhttp3.Interceptor$Chain withConnectTimeout(int,java.util.concurrent.TimeUnit) -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void setDisposable(io.reactivex.disposables.Disposable) -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_switchTextOn -androidx.legacy.coreutils.R$layout -wangdaye.com.geometricweather.R$layout: int spinner_text -androidx.core.widget.NestedScrollView$SavedState -wangdaye.com.geometricweather.R$id: int textinput_helper_text -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Position: double lon -io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,int,io.reactivex.Scheduler) -wangdaye.com.geometricweather.R$dimen: int mtrl_slider_track_side_padding -com.turingtechnologies.materialscrollbar.R$styleable: int[] ActionBarLayout -androidx.legacy.coreutils.R$styleable: int FontFamily_fontProviderFetchTimeout -androidx.appcompat.R$drawable: int tooltip_frame_dark -com.turingtechnologies.materialscrollbar.TouchScrollBar: TouchScrollBar(android.content.Context,android.util.AttributeSet,int) -androidx.constraintlayout.widget.R$drawable: int abc_ic_menu_overflow_material -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintGuide_percent -androidx.viewpager.widget.PagerTitleStrip: void setTextSpacing(int) -com.jaredrummler.android.colorpicker.R$styleable: int[] ColorPickerView -james.adaptiveicon.R$styleable: int LinearLayoutCompat_Layout_android_layout_width -androidx.swiperefreshlayout.R$id: R$id() -com.google.android.material.R$style: int Widget_MaterialComponents_ProgressIndicator_Linear_Determinate -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Metric: AccuCurrentResult$WindGust$Speed$Metric() -retrofit2.RequestFactory$Builder: java.util.regex.Pattern PARAM_URL_REGEX -io.reactivex.internal.subscriptions.SubscriptionHelper: void reportMoreProduced(long) -com.google.android.material.R$attr: int fabCustomSize -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_elevation_material -cyanogenmod.profiles.StreamSettings$1: cyanogenmod.profiles.StreamSettings createFromParcel(android.os.Parcel) -androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_TabView -wangdaye.com.geometricweather.R$id: int line1 -android.didikee.donate.R$layout: int abc_alert_dialog_title_material -com.google.android.material.R$string: int path_password_eye_mask_strike_through -androidx.coordinatorlayout.R$id: int icon -okhttp3.internal.cache.DiskLruCache$Entry: okhttp3.internal.cache.DiskLruCache this$0 -com.turingtechnologies.materialscrollbar.R$styleable: int CardView_cardElevation -retrofit2.OkHttpCall$ExceptionCatchingResponseBody -androidx.hilt.lifecycle.R$dimen: int compat_notification_large_icon_max_width -okio.Buffer: java.lang.String readUtf8LineStrict() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Imperial: java.lang.String Unit -cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void onPause() -com.google.gson.JsonParseException: JsonParseException(java.lang.Throwable) -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay TAG_WIND -androidx.appcompat.R$drawable: int btn_radio_off_to_on_mtrl_animation -com.turingtechnologies.materialscrollbar.R$attr: int fastScrollVerticalThumbDrawable -retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback -com.jaredrummler.android.colorpicker.R$attr: int actionBarSplitStyle -wangdaye.com.geometricweather.R$drawable: int weather_clear_day_2 -com.google.gson.stream.JsonReader: int PEEKED_NUMBER -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SUNNY -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver -com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getCounterOverflowDescription() -com.turingtechnologies.materialscrollbar.R$attr: int itemPadding -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents -androidx.work.R$color: R$color() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Direction: java.lang.String Localized -cyanogenmod.app.Profile: cyanogenmod.profiles.ConnectionSettings getConnectionSettingWithSubId(int) -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Caption -james.adaptiveicon.R$style: int Widget_AppCompat_ActionMode -androidx.preference.R$styleable: int[] Preference -android.didikee.donate.R$drawable: int abc_list_longpressed_holo -io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: void dispose() -com.google.android.material.floatingactionbutton.FloatingActionButton: android.graphics.drawable.Drawable getContentBackground() -androidx.hilt.R$id: int accessibility_custom_action_5 -okhttp3.internal.cache.DiskLruCache$3 -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void onSubscribe(io.reactivex.disposables.Disposable) -android.didikee.donate.R$id: int withText -io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: long serialVersionUID -com.jaredrummler.android.colorpicker.R$layout: int abc_action_mode_bar -com.google.android.material.R$styleable: int MaterialAlertDialog_backgroundInsetBottom -androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customFloatValue -androidx.preference.Preference: Preference(android.content.Context,android.util.AttributeSet,int,int) -wangdaye.com.geometricweather.R$id: int notification_base_realtimeTemp -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_android_background -androidx.appcompat.R$id: int text -cyanogenmod.library.R$id: int event -com.google.android.material.R$attr: int perpendicularPath_percent -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.WeatherIconControlView: WeatherIconControlView(android.content.Context,android.util.AttributeSet,int) -androidx.lifecycle.ServiceLifecycleDispatcher: androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable mLastDispatchRunnable -wangdaye.com.geometricweather.R$color: int mtrl_calendar_item_stroke_color -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ListView_DropDown -retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: void onResponse(retrofit2.Call,retrofit2.Response) -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: int OTHER_STATE_CONSUMED_OR_EMPTY -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWindDegree(wangdaye.com.geometricweather.common.basic.models.weather.WindDegree) -androidx.activity.R$dimen: int notification_right_icon_size -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_editTextBackground -androidx.legacy.coreutils.R$drawable: int notification_bg_normal_pressed -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored -android.didikee.donate.R$styleable: int CompoundButton_buttonTint -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_minWidth -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX: java.lang.String date -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.HourlyEntity) -wangdaye.com.geometricweather.R$attr: int rv_side -androidx.dynamicanimation.R$styleable: int[] GradientColorItem -retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: io.reactivex.Observer observer -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void drain() -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_horizontalStyle -io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.google.android.material.R$styleable: int TabLayout_tabPaddingTop -wangdaye.com.geometricweather.R$styleable: int PopupWindow_android_popupAnimationStyle -okhttp3.OkHttpClient$Builder: okhttp3.Dns dns -androidx.appcompat.view.menu.CascadingMenuPopup -androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIndicatorGravity -okhttp3.internal.http2.Http2Codec: okhttp3.ResponseBody openResponseBody(okhttp3.Response) -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_textStyle -io.reactivex.observers.TestObserver$EmptyObserver: void onComplete() -com.jaredrummler.android.colorpicker.R$id: int cpv_color_panel_new -com.google.android.material.R$style: int Widget_MaterialComponents_TextInputEditText_OutlinedBox -wangdaye.com.geometricweather.R$attr: int layout_constrainedHeight -okio.RealBufferedSource: long indexOf(okio.ByteString,long) -com.google.android.material.R$dimen: int mtrl_btn_text_btn_padding_left -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintWidth_min -android.didikee.donate.R$color: int switch_thumb_normal_material_dark -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_21 -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_AES_128_CBC_SHA -androidx.appcompat.resources.R$dimen: int notification_right_icon_size -wangdaye.com.geometricweather.R$attr: int cornerRadius -androidx.vectordrawable.animated.R$layout: int notification_action_tombstone -wangdaye.com.geometricweather.R$id: int floating -com.google.android.material.bottomnavigation.BottomNavigationView: void setLabelVisibilityMode(int) -androidx.work.R$string: int status_bar_notification_info_overflow -wangdaye.com.geometricweather.R$color: int colorLine -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_Light -cyanogenmod.externalviews.KeyguardExternalViewProviderService$1$1 -cyanogenmod.app.IProfileManager: void updateNotificationGroup(android.app.NotificationGroup) -com.google.android.material.R$style: int Theme_AppCompat_DayNight_DarkActionBar -okhttp3.internal.http1.Http1Codec: okio.Source newChunkedSource(okhttp3.HttpUrl) -com.google.android.material.R$styleable: int TextAppearance_android_typeface -com.google.android.material.R$styleable: int TextInputLayout_startIconTint -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial: java.lang.String Unit -cyanogenmod.app.suggest.AppSuggestManager: java.util.List getSuggestions(android.content.Intent) -io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: void dispose() -io.reactivex.internal.queue.SpscArrayQueue: void soConsumerIndex(long) -com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType[] values() -androidx.dynamicanimation.R$styleable: int[] GradientColor -android.didikee.donate.R$drawable: int abc_ic_star_black_48dp -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragment_allowDividerAfterLastItem -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: int getSupportedFeatures() -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog -okhttp3.Request$Builder: okhttp3.Request$Builder method(java.lang.String,okhttp3.RequestBody) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton -wangdaye.com.geometricweather.main.dialogs.HourlyWeatherDialog: HourlyWeatherDialog() -androidx.lifecycle.extensions.R$dimen: int notification_top_pad_large_text -com.xw.repo.bubbleseekbar.R$attr: int contentInsetStartWithNavigation -com.jaredrummler.android.colorpicker.R$drawable: int abc_textfield_search_default_mtrl_alpha -com.google.android.material.R$dimen: int design_tab_scrollable_min_width -wangdaye.com.geometricweather.R$attr: int hintAnimationEnabled -okhttp3.internal.http2.Http2Connection$PingRunnable: boolean reply -com.google.android.material.R$attr: int closeIconStartPadding -okhttp3.Request$Builder: okhttp3.Request$Builder headers(okhttp3.Headers) -wangdaye.com.geometricweather.R$integer: int show_password_duration -com.jaredrummler.android.colorpicker.R$layout: int abc_list_menu_item_checkbox -androidx.appcompat.widget.Toolbar$SavedState -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: ObservableRepeatWhen$RepeatWhenObserver(io.reactivex.Observer,io.reactivex.subjects.Subject,io.reactivex.ObservableSource) -androidx.viewpager.widget.PagerTabStrip: void setDrawFullUnderline(boolean) -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_toBottomOf -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_CompoundButton_Switch -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onBouncerShowing -wangdaye.com.geometricweather.R$id: int activity_weather_daily_subtitle -com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getTickActiveTintList() -okhttp3.HttpUrl: java.lang.String canonicalize(java.lang.String,int,int,java.lang.String,boolean,boolean,boolean,boolean,java.nio.charset.Charset) -androidx.hilt.lifecycle.R$id: int tag_screen_reader_focusable -android.didikee.donate.R$dimen: int abc_dropdownitem_icon_width -wangdaye.com.geometricweather.R$string: int aqi_2 -androidx.appcompat.widget.AppCompatTextView: void setBackgroundDrawable(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWetBulbTemperature(java.lang.Integer) -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_android_fontStyle -com.google.android.material.bottomnavigation.BottomNavigationView: BottomNavigationView(android.content.Context,android.util.AttributeSet) -androidx.appcompat.resources.R$styleable: int FontFamily_fontProviderAuthority -retrofit2.RequestFactory: okhttp3.HttpUrl baseUrl -androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy -com.google.android.material.textfield.TextInputLayout: void setHint(java.lang.CharSequence) -cyanogenmod.library.R -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_creator -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_2_normal -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionBar -wangdaye.com.geometricweather.R$id: int transparency_text -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float snowPrecipitation -com.google.android.material.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth -com.google.android.material.appbar.MaterialToolbar: MaterialToolbar(android.content.Context,android.util.AttributeSet,int) -cyanogenmod.externalviews.ExternalView$6: void run() -androidx.preference.R$id: int select_dialog_listview -androidx.preference.R$styleable -okhttp3.internal.http2.Http2Stream: okio.Source getSource() -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintGuide_percent -com.google.android.material.navigation.NavigationView$SavedState -com.google.android.material.textfield.MaterialAutoCompleteTextView: java.lang.CharSequence getHint() -com.google.android.material.R$styleable: int KeyTimeCycle_transitionPathRotate -io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: io.reactivex.Observer downstream -androidx.hilt.R$styleable: int ColorStateListItem_alpha -wangdaye.com.geometricweather.R$styleable: int[] LinearLayoutCompat_Layout -com.google.android.material.R$styleable: int Chip_iconStartPadding -wangdaye.com.geometricweather.common.basic.models.weather.Daily: long getTime() -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Display4 -androidx.activity.R$dimen -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: AtmoAuraQAResult$Measure() -androidx.constraintlayout.widget.R$color: int primary_text_default_material_dark -james.adaptiveicon.R$attr: int autoSizeMinTextSize -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Body2 -okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder onlyIfCached() -androidx.viewpager2.R$id: int accessibility_custom_action_23 -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_8 -androidx.loader.R$styleable: int GradientColorItem_android_color -com.turingtechnologies.materialscrollbar.R$attr: int iconTintMode -androidx.preference.R$styleable: int Toolbar_collapseIcon -retrofit2.http.Tag -androidx.appcompat.resources.R$drawable: int notification_bg_low_pressed -com.google.android.material.slider.Slider: void setThumbStrokeWidthResource(int) -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintWidth_percent -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText -com.google.android.material.R$attr: int contrast -androidx.dynamicanimation.animation.DynamicAnimation: void removeEndListener(androidx.dynamicanimation.animation.DynamicAnimation$OnAnimationEndListener) -cyanogenmod.profiles.BrightnessSettings -com.xw.repo.bubbleseekbar.R$styleable: int View_theme -androidx.activity.R$styleable: int GradientColor_android_endColor -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large -androidx.viewpager.widget.ViewPager: int getPageMargin() -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: float unitFactor -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Imperial: AccuCurrentResult$Visibility$Imperial() -androidx.viewpager2.R$id: int tag_unhandled_key_listeners -wangdaye.com.geometricweather.R$color: int checkbox_themeable_attribute_color -james.adaptiveicon.R$attr: int alertDialogCenterButtons -okhttp3.internal.cache.DiskLruCache: void readJournalLine(java.lang.String) -androidx.appcompat.R$attr: int tooltipFrameBackground -com.google.android.material.R$style: int TextAppearance_Design_Hint -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemIconPadding -cyanogenmod.providers.CMSettings$Secure: java.lang.String QS_TILES -com.google.android.material.R$attr: int materialAlertDialogTitleTextStyle -androidx.constraintlayout.widget.R$color: int switch_thumb_normal_material_light -androidx.appcompat.R$id: int topPanel -androidx.appcompat.widget.Toolbar: void setOnMenuItemClickListener(androidx.appcompat.widget.Toolbar$OnMenuItemClickListener) -androidx.vectordrawable.animated.R$string: int status_bar_notification_info_overflow -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: AccuCurrentResult$PrecipitationSummary() -androidx.transition.R$id: int ghost_view -com.xw.repo.bubbleseekbar.R$attr: int itemPadding -android.didikee.donate.R$id: int end -androidx.preference.R$id: int tag_unhandled_key_event_manager -retrofit2.BuiltInConverters: boolean checkForKotlinUnit -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionButton -wangdaye.com.geometricweather.R$styleable: int[] BottomSheetBehavior_Layout -wangdaye.com.geometricweather.settings.activities.SettingsActivity: SettingsActivity() -androidx.core.R$dimen: int compat_notification_large_icon_max_width -com.google.android.material.R$string: int abc_menu_sym_shortcut_label -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Snackbar -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: ObservableSwitchMap$SwitchMapObserver(io.reactivex.Observer,io.reactivex.functions.Function,int,boolean) -com.google.android.material.internal.NavigationMenuItemView: void setTextColor(android.content.res.ColorStateList) -james.adaptiveicon.R$attr: int track -com.google.android.material.R$attr: int mock_labelBackgroundColor -com.turingtechnologies.materialscrollbar.R$attr: int spinBars -androidx.hilt.R$attr: int fontProviderPackage -androidx.appcompat.resources.R$dimen: int notification_big_circle_margin -com.google.android.material.R$dimen: int cardview_compat_inset_shadow -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: io.reactivex.Observer downstream -com.xw.repo.bubbleseekbar.R$attr: int fontProviderCerts -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorSwitchThumbNormal -cyanogenmod.themes.ThemeManager: boolean isThemeApplying() -androidx.preference.R$styleable: int Toolbar_contentInsetStartWithNavigation -okio.ByteString: java.lang.String hex() -wangdaye.com.geometricweather.R$id: int notification_big_icon_4 -okhttp3.HttpUrl: okhttp3.HttpUrl get(java.net.URL) -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse -com.turingtechnologies.materialscrollbar.R$attr: int maxActionInlineWidth -wangdaye.com.geometricweather.R$string: int key_alert_notification_switch -android.didikee.donate.R$id: int topPanel -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionBar_TabView -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWeatherCode(wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode) -com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_anim_sync_duration -androidx.hilt.R$drawable: int notification_template_icon_low_bg -com.google.android.material.R$styleable: int TextInputLayout_errorContentDescription -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_25 -com.google.android.gms.location.GeofencingRequest -wangdaye.com.geometricweather.R$id: int recycler_view -okhttp3.internal.ws.WebSocketWriter$FrameSink: boolean isFirstFrame -com.turingtechnologies.materialscrollbar.R$attr: int switchPadding -wangdaye.com.geometricweather.R$dimen: int design_fab_elevation -android.didikee.donate.R$dimen: int abc_select_dialog_padding_start_material -okhttp3.Headers$Builder: okhttp3.Headers$Builder addAll(okhttp3.Headers) -wangdaye.com.geometricweather.R$string: int mtrl_picker_a11y_prev_month -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeFindDrawable -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: boolean delayErrors -androidx.appcompat.resources.R$dimen: int notification_action_icon_size -com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat_Light -cyanogenmod.app.IPartnerInterface$Stub$Proxy: void reboot() -retrofit2.http.POST: java.lang.String value() -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: MinutelyEntityDao(org.greenrobot.greendao.internal.DaoConfig) -cyanogenmod.app.BaseLiveLockManagerService: boolean unregisterChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) -com.google.gson.internal.$Gson$Types$WildcardTypeImpl: java.lang.reflect.Type lowerBound -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ExtendedFloatingActionButton_Icon -wangdaye.com.geometricweather.R$id: int notification_multi_city_icon_1 -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getActiveProfile -android.didikee.donate.R$style: int TextAppearance_AppCompat_Large_Inverse -androidx.fragment.R$attr: int fontStyle -androidx.preference.R$id: int accessibility_custom_action_3 -cyanogenmod.power.IPerformanceManager$Stub$Proxy: android.os.IBinder asBinder() -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_android_hint -com.google.android.material.slider.RangeSlider: void setHaloTintList(android.content.res.ColorStateList) -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_Button_Colored -wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_itemTextColor -wangdaye.com.geometricweather.R$id: int SHOW_PATH -wangdaye.com.geometricweather.R$drawable: int notif_temp_62 -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode -android.didikee.donate.R$attr: int showDividers -androidx.preference.R$styleable: int MenuItem_showAsAction -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintBaseline_creator -retrofit2.OkHttpCall: retrofit2.Converter responseConverter -androidx.preference.R$drawable: int abc_ic_ab_back_material -cyanogenmod.app.suggest.ApplicationSuggestion: java.lang.String mName -androidx.lifecycle.extensions.R$id: int notification_background -okhttp3.internal.io.FileSystem$1: okio.Sink appendingSink(java.io.File) -cyanogenmod.app.IPartnerInterface$Stub$Proxy: android.os.IBinder mRemote -wangdaye.com.geometricweather.R$id: int notification_big_temp_1 -androidx.viewpager2.R$id: int accessibility_custom_action_7 -com.google.android.material.card.MaterialCardView: android.content.res.ColorStateList getCardBackgroundColor() -com.turingtechnologies.materialscrollbar.R$attr: int tabIndicatorColor -wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: java.lang.String description -android.support.v4.app.RemoteActionCompatParcelizer -androidx.loader.R$styleable: int FontFamilyFont_android_fontStyle -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String cityId -okhttp3.internal.http2.Http2Writer: void pushPromise(int,int,java.util.List) -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onLockscreenSlideOffsetChanged(float) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getCeiling() -androidx.preference.R$attr: int panelMenuListTheme -com.google.android.material.R$interpolator: int mtrl_linear -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_shapeAppearanceOverlay -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dropDownListViewStyle -com.google.android.material.R$color: int primary_dark_material_light -com.xw.repo.bubbleseekbar.R$attr: int actionModeSplitBackground -com.google.android.material.R$drawable: int abc_ic_star_half_black_16dp -okhttp3.internal.http.CallServerInterceptor$CountingSink: void write(okio.Buffer,long) -io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(int,long,java.util.concurrent.TimeUnit) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constrainedHeight -com.xw.repo.bubbleseekbar.R$attr: int layout_insetEdge -okio.InflaterSource: java.util.zip.Inflater inflater -android.didikee.donate.R$color: int primary_text_disabled_material_dark -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Large_Inverse -wangdaye.com.geometricweather.common.basic.models.weather.History: int getNighttimeTemperature() -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragment_android_layout -com.google.gson.FieldNamingPolicy$4 -com.google.android.material.R$styleable: int[] Spinner -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: boolean hasError() -io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: long serialVersionUID -androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable: ServiceLifecycleDispatcher$DispatchRunnable(androidx.lifecycle.LifecycleRegistry,androidx.lifecycle.Lifecycle$Event) -com.amap.api.location.AMapLocationClientOption: android.os.Parcelable$Creator CREATOR -androidx.constraintlayout.widget.R$attr: int colorPrimary -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_title -com.bumptech.glide.request.RequestCoordinator$RequestState: boolean isComplete() -okio.ForwardingTimeout: okio.Timeout timeout(long,java.util.concurrent.TimeUnit) -wangdaye.com.geometricweather.R$attr: int cpv_sliderColor -com.google.android.material.R$string: int mtrl_exceed_max_badge_number_content_description -androidx.constraintlayout.widget.R$id: int src_in -androidx.appcompat.R$attr: int navigationContentDescription -com.google.android.material.R$dimen: int mtrl_slider_label_radius -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25 pm25 -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button -cyanogenmod.weather.CMWeatherManager: cyanogenmod.weather.CMWeatherManager getInstance(android.content.Context) -io.reactivex.internal.subscriptions.SubscriptionArbiter: void produced(long) -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_SeekBar -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: void setDistrict(java.lang.String) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial: int UnitType -okhttp3.internal.platform.AndroidPlatform$CloseGuard: java.lang.Object createAndOpen(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int MaterialButton_android_insetLeft -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: int limit -wangdaye.com.geometricweather.R$string: int sp_widget_daily_trend_setting -cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: void cancelRequest(int) -com.google.android.material.R$drawable: int abc_btn_colored_material -james.adaptiveicon.R$style: int Base_Widget_AppCompat_EditText -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: void setZh_TW(java.lang.String) -com.google.android.material.R$style: int Platform_V25_AppCompat_Light -com.google.android.material.R$styleable: int AppCompatTheme_actionModePopupWindowStyle -androidx.recyclerview.R$id: int tag_unhandled_key_listeners -androidx.appcompat.R$style: int Base_Widget_AppCompat_ListPopupWindow -okhttp3.Headers: Headers(java.lang.String[]) -james.adaptiveicon.R$attr: int paddingBottomNoButtons -retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter: java.lang.reflect.Type responseType() -androidx.work.R$attr: R$attr() -androidx.appcompat.view.menu.ActionMenuItemView: void setIcon(android.graphics.drawable.Drawable) -com.xw.repo.bubbleseekbar.R$color: int highlighted_text_material_light -wangdaye.com.geometricweather.R$drawable: int flag_br -com.jaredrummler.android.colorpicker.R$styleable: int[] Spinner -io.reactivex.Observable: io.reactivex.Single sequenceEqual(io.reactivex.ObservableSource,io.reactivex.ObservableSource) -androidx.vectordrawable.R$id: int accessibility_custom_action_11 -androidx.hilt.work.R$attr -wangdaye.com.geometricweather.R$attr: int shapeAppearance -androidx.hilt.lifecycle.R$anim: int fragment_fast_out_extra_slow_in -com.turingtechnologies.materialscrollbar.R$attr: int tickMarkTintMode -io.reactivex.internal.util.ExceptionHelper$Termination -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String headDescription -james.adaptiveicon.R$id: int scrollIndicatorUp -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter nullValue() -androidx.appcompat.view.menu.ActionMenuItemView: void setTitle(java.lang.CharSequence) -wangdaye.com.geometricweather.main.layouts.MainLayoutManager: MainLayoutManager() -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float visibility -android.didikee.donate.R$attr: int switchStyle -androidx.constraintlayout.widget.R$dimen: int abc_list_item_height_large_material -com.google.android.material.R$attr: int circularRadius -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_Switch -wangdaye.com.geometricweather.R$drawable: int abc_list_selector_disabled_holo_light -com.github.rahatarmanahmed.cpv.CircularProgressView: android.animation.AnimatorSet indeterminateAnimator -android.didikee.donate.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity -androidx.appcompat.R$attr: int buttonIconDimen -com.xw.repo.bubbleseekbar.R$dimen: int notification_large_icon_width -androidx.customview.R$color: int notification_icon_bg_color -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: java.util.concurrent.TimeUnit unit -androidx.coordinatorlayout.R$attr: int font -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_translationZ -com.google.android.material.R$style: int Theme_Design_BottomSheetDialog -wangdaye.com.geometricweather.R$attr: int onHide -androidx.appcompat.resources.R$id: int blocking -cyanogenmod.app.suggest.AppSuggestManager: boolean DEBUG -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TabLayout_Colored -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode -cyanogenmod.app.CustomTile: cyanogenmod.app.CustomTile$ExpandedStyle expandedStyle -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult: wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties properties -com.google.android.material.bottomappbar.BottomAppBar: float getFabTranslationY() -okhttp3.HttpUrl: java.util.List queryParameterValues(java.lang.String) -cyanogenmod.profiles.ConnectionSettings: int mValue -cyanogenmod.library.R$id: R$id() -androidx.preference.R$attr: int panelBackground -androidx.core.R$id: int accessibility_custom_action_24 -androidx.constraintlayout.widget.R$styleable: int ActionMenuItemView_android_minWidth -com.google.android.material.slider.Slider: void setThumbRadiusResource(int) -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton -com.xw.repo.bubbleseekbar.R$attr: int preserveIconSpacing -android.didikee.donate.R$styleable: int ActionMode_subtitleTextStyle -com.bumptech.glide.integration.okhttp.R$style: int Widget_Support_CoordinatorLayout -com.turingtechnologies.materialscrollbar.R$attr: int popupWindowStyle -androidx.hilt.work.R$drawable: int notification_tile_bg -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ListView -com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_spinBars -android.didikee.donate.R$style: int Theme_AppCompat_DayNight_Dialog_Alert -com.google.android.material.internal.FlowLayout: int getItemSpacing() -com.turingtechnologies.materialscrollbar.R$anim: int abc_grow_fade_in_from_bottom -androidx.vectordrawable.animated.R$dimen: int notification_large_icon_height -wangdaye.com.geometricweather.R$attr: int showSeekBarValue -androidx.preference.R$id: int topPanel -android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceListItem -com.google.android.material.slider.RangeSlider: float getValueTo() -com.google.android.material.R$style: int Theme_MaterialComponents_Light_NoActionBar -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_android_minHeight -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.google.android.material.R$styleable: int ChipGroup_chipSpacing -androidx.constraintlayout.widget.ConstraintLayout: void setOnConstraintsChanged(androidx.constraintlayout.widget.ConstraintsChangedListener) -wangdaye.com.geometricweather.R$styleable: int[] KeyFramesVelocity -androidx.constraintlayout.widget.R$attr: int submitBackground -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Temperature: MfForecastResult$Forecast$Temperature() -androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert -com.amap.api.location.LocationManagerBase: void setLocationListener(com.amap.api.location.AMapLocationListener) -io.reactivex.internal.observers.BlockingObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.swiperefreshlayout.R$styleable: int FontFamily_fontProviderCerts -wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String type -cyanogenmod.hardware.DisplayMode: void writeToParcel(android.os.Parcel,int) -okhttp3.Cache$CacheResponseBody$1: okhttp3.internal.cache.DiskLruCache$Snapshot val$snapshot -okio.Source -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: Minutely(java.util.Date,long,boolean,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,int,java.lang.Integer,java.lang.Integer) -com.google.android.material.R$styleable: int[] StateListDrawableItem -com.google.android.material.R$style: int Widget_AppCompat_ButtonBar -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_alertDialogCenterButtons -com.amap.api.location.AMapLocation: void setNumber(java.lang.String) -okhttp3.Cache: long maxSize() -io.reactivex.internal.subscriptions.SubscriptionArbiter: void drain() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_76 -okio.BufferedSource: java.lang.String readUtf8LineStrict(long) -com.google.android.material.R$style: int TextAppearance_Compat_Notification_Info -com.jaredrummler.android.colorpicker.R$attr: int drawableSize -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Direction: java.lang.String Localized -com.turingtechnologies.materialscrollbar.R$id: int filled -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setLevel(java.lang.String) -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_placeholderTextColor -com.jaredrummler.android.colorpicker.R$attr: int expandActivityOverflowButtonDrawable -androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_layout_keyline -com.google.android.material.R$attr: int layout_constraintBottom_toTopOf -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: int val$x -wangdaye.com.geometricweather.R$attr: int hintTextColor -com.turingtechnologies.materialscrollbar.R$id: int titleDividerNoCustom -com.google.android.material.R$id: int radio -com.amap.api.location.AMapLocation: java.lang.String d(com.amap.api.location.AMapLocation,java.lang.String) -com.google.android.material.textfield.TextInputLayout: void setErrorIconOnClickListener(android.view.View$OnClickListener) -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.internal.util.ErrorMode errorMode -androidx.coordinatorlayout.R$id: int accessibility_custom_action_10 -androidx.transition.R$style: int TextAppearance_Compat_Notification_Line2 -cyanogenmod.hardware.DisplayMode: DisplayMode(android.os.Parcel,cyanogenmod.hardware.DisplayMode$1) -com.bumptech.glide.integration.okhttp.R$drawable: int notification_template_icon_low_bg -wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider valueOf(java.lang.String) -wangdaye.com.geometricweather.R$id: int dropdown_menu -com.google.android.material.R$color: int mtrl_chip_surface_color -james.adaptiveicon.R$attr: int preserveIconSpacing -com.jaredrummler.android.colorpicker.R$attr: int fontProviderPackage -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: long EpochStartTime -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String pm25Desc -androidx.appcompat.R$styleable: int AppCompatTheme_editTextBackground -androidx.lifecycle.ProcessLifecycleOwner$2: ProcessLifecycleOwner$2(androidx.lifecycle.ProcessLifecycleOwner) -cyanogenmod.weather.RequestInfo: android.location.Location access$502(cyanogenmod.weather.RequestInfo,android.location.Location) -com.google.android.material.R$layout: int mtrl_alert_select_dialog_singlechoice -com.xw.repo.bubbleseekbar.R$style: int Base_V28_Theme_AppCompat -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_default_padding_end_material -com.github.rahatarmanahmed.cpv.CircularProgressView: float access$200(com.github.rahatarmanahmed.cpv.CircularProgressView) -okhttp3.internal.platform.Platform: byte[] concatLengthPrefixed(java.util.List) -androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges -org.greenrobot.greendao.AbstractDao: void insertOrReplaceInTx(java.lang.Object[]) -androidx.constraintlayout.widget.R$anim -androidx.appcompat.widget.LinearLayoutCompat: void setHorizontalGravity(int) -com.turingtechnologies.materialscrollbar.R$attr: int cardViewStyle -wangdaye.com.geometricweather.R$string: int feedback_updated_in_background -androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$State mState -james.adaptiveicon.R$color: int bright_foreground_material_dark -androidx.appcompat.R$dimen: int compat_button_inset_vertical_material -com.google.android.material.R$drawable: int abc_ic_clear_material -cyanogenmod.profiles.LockSettings$1: cyanogenmod.profiles.LockSettings[] newArray(int) -androidx.appcompat.R$color: int button_material_light -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float snowPrecipitationProbability -com.xw.repo.bubbleseekbar.R$string: R$string() -androidx.activity.R$attr: int ttcIndex -androidx.constraintlayout.utils.widget.ImageFilterView: float getBrightness() -com.amap.api.fence.GeoFenceClient: void resumeGeoFence() -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_touch_to_seek -androidx.transition.R$string -android.didikee.donate.R$style: int Theme_AppCompat_DayNight_Dialog -com.bumptech.glide.R$id: int italic -com.google.android.material.R$styleable: int Toolbar_collapseContentDescription -cyanogenmod.externalviews.ExternalView$2: int val$height -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: boolean isDisposed() -james.adaptiveicon.R$dimen: int abc_control_padding_material -okhttp3.Protocol: okhttp3.Protocol HTTP_1_0 -io.reactivex.internal.subscriptions.DeferredScalarSubscription: void complete(java.lang.Object) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean onMenuOpened(int,android.view.Menu) -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputEditText_FilledBox_Dense -io.reactivex.internal.util.NotificationLite: java.lang.Throwable getError(java.lang.Object) -io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_ActionBar -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_prefixTextColor -wangdaye.com.geometricweather.R$style: int Base_V21_Theme_AppCompat -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActivityChooserView -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum Minimum -androidx.loader.R$dimen: int notification_action_text_size -com.jaredrummler.android.colorpicker.R$color: int primary_text_default_material_dark -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_CompactMenu -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_SearchResult -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: java.util.Date EndTime -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int CloudCover -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatSeekBar_tickMarkTint -com.amap.api.location.AMapLocation: int LOCATION_TYPE_FAST -cyanogenmod.externalviews.ExternalViewProviderService$Provider: int getWindowFlags() -com.google.android.material.tabs.TabLayout: void setTabIconTint(android.content.res.ColorStateList) -cyanogenmod.providers.CMSettings$Secure$2 -cyanogenmod.weather.WeatherLocation: WeatherLocation() -com.google.android.material.R$attr: int multiChoiceItemLayout -com.google.android.gms.common.SignInButton: SignInButton(android.content.Context) -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_stacked_max_height -androidx.appcompat.R$id: int action_container -james.adaptiveicon.R$style: int Theme_AppCompat_DayNight_NoActionBar -james.adaptiveicon.R$styleable: int ActionMode_backgroundSplit -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Metric: AccuCurrentResult$Ceiling$Metric() -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$5: ExternalViewProviderService$Provider$ProviderImpl$5(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) -com.xw.repo.bubbleseekbar.R$id: int scrollIndicatorDown -com.google.android.material.R$styleable: int TabItem_android_layout -androidx.appcompat.widget.ViewStubCompat: android.view.LayoutInflater getLayoutInflater() -androidx.appcompat.R$styleable: int ColorStateListItem_android_color -androidx.constraintlayout.widget.R$styleable: int Toolbar_buttonGravity -com.google.android.material.floatingactionbutton.FloatingActionButton: void setSupportBackgroundTintList(android.content.res.ColorStateList) -androidx.preference.R$styleable: int ActionBar_background -wangdaye.com.geometricweather.R$string: int content_desc_search_filter_off -android.didikee.donate.R$color: int primary_material_dark -androidx.appcompat.R$style: int ThemeOverlay_AppCompat_Dialog_Alert -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.LocationEntityDao getLocationEntityDao() -okio.Timeout: okio.Timeout timeout(long,java.util.concurrent.TimeUnit) -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintWidth_min -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_button_min_width_material -androidx.preference.R$dimen: int notification_large_icon_width -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -androidx.preference.R$attr: int homeLayout -com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_animAutostart -cyanogenmod.weather.WeatherInfo: double access$702(cyanogenmod.weather.WeatherInfo,double) -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionButton_Overflow -cyanogenmod.themes.IThemeChangeListener: void onProgress(int) -wangdaye.com.geometricweather.R$drawable: int abc_list_selector_disabled_holo_dark -com.google.android.material.R$styleable: int OnSwipe_touchRegionId -androidx.lifecycle.Lifecycling: int GENERATED_CALLBACK -wangdaye.com.geometricweather.R$string: int content_des_pm25 -com.google.android.material.R$id: int accessibility_custom_action_22 -androidx.constraintlayout.widget.R$attr: int mock_label -com.jaredrummler.android.colorpicker.R$attr: int ratingBarStyleIndicator -cyanogenmod.profiles.RingModeSettings$1: java.lang.Object createFromParcel(android.os.Parcel) -okio.Buffer: byte getByte(long) -androidx.lifecycle.LiveData: boolean mDispatchingValue -james.adaptiveicon.R$integer: int status_bar_notification_info_maxnum -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_TextView -androidx.swiperefreshlayout.R$drawable: int notification_action_background -okhttp3.internal.cache.DiskLruCache: void readJournal() -retrofit2.ParameterHandler$QueryName -androidx.preference.R$attr: int contentDescription -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_indeterminateProgressStyle -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: int prefetch -com.google.android.material.textfield.MaterialAutoCompleteTextView: MaterialAutoCompleteTextView(android.content.Context,android.util.AttributeSet) -com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding -androidx.core.R$integer: int status_bar_notification_info_maxnum -androidx.legacy.coreutils.R$dimen: int notification_large_icon_width -androidx.appcompat.resources.R$styleable: int ColorStateListItem_android_color -com.google.android.material.slider.Slider: int getTrackHeight() -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_height -cyanogenmod.themes.ThemeManager: cyanogenmod.themes.IThemeProcessingListener mThemeProcessingListener -androidx.work.ExistingWorkPolicy: androidx.work.ExistingWorkPolicy valueOf(java.lang.String) -io.reactivex.Observable: io.reactivex.Observable buffer(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,java.util.concurrent.Callable) -cyanogenmod.weather.WeatherLocation: java.lang.String mCountryId -com.google.android.material.R$dimen: int mtrl_tooltip_arrowSize -com.google.android.material.R$style: int Base_Widget_AppCompat_CompoundButton_Switch -com.xw.repo.bubbleseekbar.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog -cyanogenmod.hardware.CMHardwareManager: int VIBRATOR_DEFAULT_INDEX -com.google.android.material.datepicker.CompositeDateValidator -com.xw.repo.bubbleseekbar.R$attr: int listMenuViewStyle -okhttp3.CacheControl: boolean noTransform() -cyanogenmod.profiles.RingModeSettings: java.lang.String RING_MODE_MUTE -androidx.constraintlayout.motion.widget.MotionLayout$TransitionState: androidx.constraintlayout.motion.widget.MotionLayout$TransitionState UNDEFINED -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: void onComplete() -androidx.vectordrawable.R$drawable: int notification_icon_background -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: void onError(java.lang.Throwable) -androidx.preference.R$styleable: int Toolbar_popupTheme -com.jaredrummler.android.colorpicker.R$bool: int config_materialPreferenceIconSpaceReserved -james.adaptiveicon.R$id: int customPanel -android.didikee.donate.R$drawable: int abc_btn_radio_material -wangdaye.com.geometricweather.R$id: int META -androidx.appcompat.R$id: int accessibility_custom_action_29 -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_SearchView_ActionBar -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeRealFeelTemperature -com.google.android.material.R$styleable: int KeyPosition_percentHeight -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarDivider -androidx.preference.R$style: int Platform_V21_AppCompat_Light -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_layout -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void innerSuccess(java.lang.Object) -androidx.hilt.lifecycle.R$id: int notification_main_column -androidx.preference.R$style: int Theme_AppCompat_Light_Dialog -com.google.android.material.slider.RangeSlider: void setEnabled(boolean) -com.google.android.material.slider.RangeSlider: void setMinSeparationValue(float) -com.xw.repo.bubbleseekbar.R$layout: int abc_select_dialog_material -james.adaptiveicon.R$attr: int suggestionRowLayout -androidx.preference.R$attr: int colorError -androidx.hilt.lifecycle.R$styleable -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: java.lang.String getPressureText(android.content.Context,float) -wangdaye.com.geometricweather.R$styleable: int Slider_tickColorInactive -com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource[] values() -com.google.android.material.R$styleable: int ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide -com.google.android.material.R$styleable: int KeyTimeCycle_curveFit -wangdaye.com.geometricweather.R$id: int activity_widget_config_hideSubtitleSwitch -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: long index -androidx.constraintlayout.utils.widget.ImageFilterView: void setRoundPercent(float) -android.didikee.donate.R$styleable: int LinearLayoutCompat_showDividers -androidx.lifecycle.Transformations$2: Transformations$2(androidx.arch.core.util.Function,androidx.lifecycle.MediatorLiveData) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: java.util.List AirAndPollen -wangdaye.com.geometricweather.R$dimen: int abc_button_inset_vertical_material -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void innerClose(boolean,io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver) -wangdaye.com.geometricweather.R$attr: int layout_constraintHorizontal_weight -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxStrokeWidthFocused -cyanogenmod.externalviews.KeyguardExternalView$11: void run() -retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isAsync -okio.SegmentedByteString: int indexOf(byte[],int) -retrofit2.adapter.rxjava2.BodyObservable: BodyObservable(io.reactivex.Observable) -cyanogenmod.hardware.CMHardwareManager: int VIBRATOR_MAX_INDEX -com.google.android.material.R$dimen: int mtrl_textinput_box_corner_radius_medium -wangdaye.com.geometricweather.R$dimen: int mtrl_navigation_item_horizontal_padding -okhttp3.internal.http.HttpHeaders: int skipUntil(java.lang.String,int,java.lang.String) -androidx.preference.R$styleable: int GradientColor_android_type -okhttp3.internal.http1.Http1Codec$AbstractSource: okio.Timeout timeout() -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: boolean done -androidx.preference.R$styleable: int CompoundButton_buttonCompat -wangdaye.com.geometricweather.R$dimen: int mtrl_card_checked_icon_size -android.didikee.donate.R$styleable: int[] AppCompatTextView -wangdaye.com.geometricweather.common.basic.GeoDialog -cyanogenmod.externalviews.ExternalViewProperties: boolean isVisible() -com.google.android.material.button.MaterialButton: void setInsetTop(int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial: AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial() -android.didikee.donate.R$styleable: int Toolbar_contentInsetEndWithActions -com.bumptech.glide.integration.okhttp.R$style: int Widget_Compat_NotificationActionText -androidx.constraintlayout.utils.widget.ImageFilterButton: void setBrightness(float) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputEditText_OutlinedBox -androidx.lifecycle.extensions.R$attr: R$attr() -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -androidx.activity.R$id: int accessibility_custom_action_22 -androidx.recyclerview.R$id: int italic -com.google.android.material.R$styleable: int TextInputLayout_placeholderTextAppearance -okhttp3.MultipartBody$Builder: okhttp3.MultipartBody$Builder setType(okhttp3.MediaType) -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem -com.xw.repo.bubbleseekbar.R$attr: int srcCompat -wangdaye.com.geometricweather.R$styleable: int MenuItem_showAsAction -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult: MfCurrentResult() -com.google.android.material.chip.Chip: void setGravity(int) -wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayVerticalProvider -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_clear_material -androidx.preference.R$drawable: int abc_textfield_search_material -com.google.android.material.R$id: int dragDown -okhttp3.OkHttpClient: okhttp3.Authenticator proxyAuthenticator() -cyanogenmod.themes.IThemeService$Stub$Proxy: void applyDefaultTheme() -com.google.android.material.R$id: int sawtooth -com.baidu.location.e.h$a: com.baidu.location.e.h$a[] values() -androidx.customview.R$dimen: int notification_media_narrow_margin -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.WeatherIconControlView: WeatherIconControlView(android.content.Context,android.util.AttributeSet) -androidx.hilt.R$styleable: int ColorStateListItem_android_color -com.github.rahatarmanahmed.cpv.BuildConfig: BuildConfig() -androidx.constraintlayout.widget.R$anim: int abc_fade_out -james.adaptiveicon.R$style: int Widget_AppCompat_SearchView_ActionBar -wangdaye.com.geometricweather.R$attr: int bsb_show_thumb_text -com.jaredrummler.android.colorpicker.R$attr: int textAppearanceListItem -com.google.android.material.R$styleable: int[] MaterialToolbar -okhttp3.internal.http2.Http2Connection: long access$208(okhttp3.internal.http2.Http2Connection) -wangdaye.com.geometricweather.remoteviews.config.TextWidgetConfigActivity: TextWidgetConfigActivity() -com.amap.api.location.AMapLocation: boolean isFixLastLocation() -io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.Function,java.util.concurrent.Callable,int) -wangdaye.com.geometricweather.R$layout: int mtrl_layout_snackbar -com.google.android.material.R$id: int accessibility_custom_action_2 -androidx.preference.R$styleable: int Preference_defaultValue -retrofit2.HttpServiceMethod$SuspendForBody: boolean isNullable -androidx.customview.R$drawable: int notification_icon_background -com.xw.repo.bubbleseekbar.R$id: int uniform -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setOnClickListener(android.view.View$OnClickListener) -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: long end -com.google.android.material.R$id: int accessibility_custom_action_9 -com.turingtechnologies.materialscrollbar.R$attr: int itemIconPadding -cyanogenmod.providers.CMSettings$System: int getInt(android.content.ContentResolver,java.lang.String) -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_w -com.google.android.material.R$id: int right -james.adaptiveicon.R$attr: int showText -com.google.android.material.R$style: int Widget_MaterialComponents_Badge -com.jaredrummler.android.colorpicker.R$styleable: int[] AppCompatImageView -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setPm25(java.lang.String) -android.didikee.donate.R$styleable: int LinearLayoutCompat_Layout_android_layout_height -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_section_text_size -okhttp3.internal.http2.Settings: int size() -wangdaye.com.geometricweather.db.entities.ChineseCityEntity -androidx.constraintlayout.widget.R$color: int button_material_light -okhttp3.internal.http2.Hpack$Writer: void adjustDynamicTableByteCount() -wangdaye.com.geometricweather.R$string: int abc_shareactionprovider_share_with -androidx.transition.R$id: int save_overlay_view -com.google.android.material.R$styleable: int LinearLayoutCompat_Layout_android_layout_height -okhttp3.FormBody: long contentLength() -com.turingtechnologies.materialscrollbar.R$attr: int windowFixedHeightMinor -cyanogenmod.app.CustomTile$ExpandedItem: void internalSetItemTitle(java.lang.String) -androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type SLACK -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Spinner_Underlined -retrofit2.http.PATCH -com.xw.repo.bubbleseekbar.R$drawable: int abc_switch_thumb_material -wangdaye.com.geometricweather.R$id: int exitUntilCollapsed -com.amap.api.location.AMapLocation: java.lang.String g -androidx.customview.R$integer -androidx.hilt.R$id: int tag_unhandled_key_listeners -androidx.appcompat.R$id: int accessibility_custom_action_0 -io.reactivex.internal.subscriptions.EmptySubscription: void complete(org.reactivestreams.Subscriber) -androidx.work.impl.diagnostics.DiagnosticsReceiver -cyanogenmod.app.Profile: void readTriggersFromXml(org.xmlpull.v1.XmlPullParser,android.content.Context,cyanogenmod.app.Profile) -com.google.android.material.R$attr: int scrimAnimationDuration -androidx.recyclerview.R$styleable: int GradientColor_android_startY -androidx.core.R$styleable: int FontFamilyFont_fontWeight -androidx.appcompat.R$styleable: int[] Spinner -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_star_black_16dp -wangdaye.com.geometricweather.R$dimen: int material_helper_text_font_1_3_padding_horizontal -com.google.android.material.R$color: int bright_foreground_material_dark -com.google.android.material.R$attr: int indicatorColor -androidx.constraintlayout.widget.R$styleable: int Constraint_transitionEasing -wangdaye.com.geometricweather.db.entities.MinutelyEntity: long time -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial -androidx.preference.R$attr: int iconifiedByDefault -androidx.appcompat.app.AlertController$RecycleListView: AlertController$RecycleListView(android.content.Context,android.util.AttributeSet) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_rotationX -android.didikee.donate.R$color: int abc_primary_text_disable_only_material_dark -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$TotalLiquid: double Value -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated -com.google.android.material.R$style: int Widget_AppCompat_RatingBar -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer totalCloudCover -cyanogenmod.app.PartnerInterface: java.lang.String MODIFY_NETWORK_SETTINGS_PERMISSION -okhttp3.Connection: okhttp3.Handshake handshake() -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float thunderstorm -com.jaredrummler.android.colorpicker.R$attr: int actionBarStyle -retrofit2.Retrofit$Builder: java.util.concurrent.Executor callbackExecutor -james.adaptiveicon.R$attr: int tooltipText -androidx.appcompat.widget.ViewStubCompat: void setOnInflateListener(androidx.appcompat.widget.ViewStubCompat$OnInflateListener) -cyanogenmod.app.ThemeVersion$ThemeVersionImpl3 -cyanogenmod.app.CustomTile$ExpandedListItem: void setExpandedListItemDrawable(int) -wangdaye.com.geometricweather.R$anim: int popup_show_bottom_left -io.reactivex.internal.util.EmptyComponent: void cancel() -wangdaye.com.geometricweather.R$drawable: int clock_minute_light -wangdaye.com.geometricweather.R$string: int settings_title_service_provider -androidx.swiperefreshlayout.R$id: int async -androidx.preference.R$attr: int actionModeFindDrawable -androidx.appcompat.widget.AppCompatTextView: void setLastBaselineToBottomHeight(int) -androidx.constraintlayout.widget.R$styleable: int KeyPosition_drawPath -wangdaye.com.geometricweather.R$styleable: int AppBarLayoutStates_state_lifted -com.google.android.material.R$attr: int drawPath -com.google.android.material.bottomappbar.BottomAppBar: void setSubtitle(java.lang.CharSequence) -wangdaye.com.geometricweather.R$styleable: int CardView_contentPaddingTop -com.google.android.material.textfield.TextInputLayout: int getHintCurrentCollapsedTextColor() -androidx.dynamicanimation.animation.SpringAnimation -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_121 -androidx.hilt.work.R$layout -com.google.android.material.R$dimen: int abc_edit_text_inset_bottom_material -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property No2 -androidx.constraintlayout.widget.R$attr: int allowStacking -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: int fusionMode -com.turingtechnologies.materialscrollbar.R$layout: int design_navigation_menu -wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: java.lang.String name -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_hideable -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_scaleY -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String daytimeWeatherText -com.google.android.material.R$styleable: int Toolbar_contentInsetStart -androidx.work.R$id: int tag_accessibility_actions -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: java.util.List alerts -com.google.android.gms.common.SignInButton -io.reactivex.Observable: io.reactivex.Observable concatMapMaybe(io.reactivex.functions.Function) -cyanogenmod.providers.CMSettings$System: boolean putLongForUser(android.content.ContentResolver,java.lang.String,long,int) -com.turingtechnologies.materialscrollbar.R$attr: int track -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: java.util.List maxCountItems -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_queryBackground -androidx.appcompat.R$layout: int abc_screen_content_include -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$3: KeyguardExternalViewProviderService$Provider$ProviderImpl$3(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl,boolean) -retrofit2.ParameterHandler$HeaderMap: java.lang.reflect.Method method -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ENABLE_FORWARD_LOOKUP_VALIDATOR -androidx.recyclerview.R$styleable: int GradientColor_android_centerColor -com.github.rahatarmanahmed.cpv.R$styleable: R$styleable() -io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.core.R$styleable -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float getTotal() -wangdaye.com.geometricweather.R$id: int container_main_footer_title -androidx.preference.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView -retrofit2.KotlinExtensions$suspendAndThrow$$inlined$suspendCoroutineUninterceptedOrReturn$lambda$1: kotlin.coroutines.Continuation $continuation -cyanogenmod.weather.IRequestInfoListener$Stub: int TRANSACTION_onWeatherRequestCompleted -androidx.appcompat.resources.R$id: int accessibility_custom_action_22 -com.google.android.material.floatingactionbutton.FloatingActionButton: boolean getUseCompatPadding() -androidx.loader.R$dimen: int notification_large_icon_height -wangdaye.com.geometricweather.R$attr: int colorOnPrimary -com.google.android.material.R$attr: int dropdownListPreferredItemHeight -com.google.android.material.R$styleable: int ImageFilterView_warmth -androidx.appcompat.R$style: int Base_V23_Theme_AppCompat_Light -android.didikee.donate.R$drawable: int abc_textfield_search_activated_mtrl_alpha -com.google.android.material.R$id: int labelGroup -androidx.preference.R$style: int ThemeOverlay_AppCompat_Dialog -retrofit2.adapter.rxjava2.CallEnqueueObservable: retrofit2.Call originalCall -wangdaye.com.geometricweather.R$styleable: int BottomAppBar_fabAlignmentMode -com.xw.repo.bubbleseekbar.R$attr: int autoSizeMinTextSize -com.jaredrummler.android.colorpicker.R$color -com.google.android.material.R$string: int abc_menu_meta_shortcut_label -cyanogenmod.themes.IThemeChangeListener$Stub: IThemeChangeListener$Stub() -com.jaredrummler.android.colorpicker.R$attr: int textAppearanceLargePopupMenu -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult: wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean Summary -com.google.android.material.R$style: int Widget_MaterialComponents_NavigationView -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$7: KeyguardExternalViewProviderService$Provider$ProviderImpl$7(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_queryHint -androidx.loader.content.Loader: void unregisterListener(androidx.loader.content.Loader$OnLoadCompleteListener) -wangdaye.com.geometricweather.R$style: int Preference_Category_Material -androidx.constraintlayout.widget.R$attr: int title -com.xw.repo.bubbleseekbar.R$styleable: int MenuGroup_android_id -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: java.util.concurrent.atomic.AtomicBoolean cancelled -com.google.android.material.R$styleable: int[] MaterialRadioButton -io.reactivex.Observable: io.reactivex.Single sequenceEqual(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiPredicate) -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getDisplayColorCalibration -androidx.appcompat.R$drawable: int abc_spinner_textfield_background_material -androidx.preference.Preference$BaseSavedState -wangdaye.com.geometricweather.R$drawable: int notif_temp_13 -com.google.android.material.textfield.TextInputEditText: com.google.android.material.textfield.TextInputLayout getTextInputLayout() -wangdaye.com.geometricweather.R$id: int icon_frame -okio.BufferedSource: okio.ByteString readByteString() -com.google.android.material.progressindicator.ProgressIndicator: android.graphics.drawable.Drawable getIndeterminateDrawable() -com.jaredrummler.android.colorpicker.R$attr: int subMenuArrow -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void dispose() -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_suffixTextColor -io.reactivex.Observable: io.reactivex.Observable unsubscribeOn(io.reactivex.Scheduler) -androidx.preference.R$style: int Widget_AppCompat_ActionBar_TabBar -androidx.coordinatorlayout.R$id: int notification_background -wangdaye.com.geometricweather.R$color: int bright_foreground_inverse_material_dark -james.adaptiveicon.R$id: int textSpacerNoTitle -cyanogenmod.themes.ThemeChangeRequest$Builder: long mWallpaperId -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Imperial Imperial -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Speed -com.jaredrummler.android.colorpicker.R$color: int primary_text_default_material_light -com.google.android.material.R$styleable: int SwitchMaterial_useMaterialThemeColors -androidx.appcompat.R$color: int abc_hint_foreground_material_light -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String unitId -okhttp3.internal.cache.CacheStrategy$Factory: long nowMillis -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_WIND_DIRECTION -com.xw.repo.bubbleseekbar.R$id: int split_action_bar -androidx.preference.R$attr: int fontProviderAuthority -androidx.recyclerview.R$attr: int fastScrollHorizontalTrackDrawable -androidx.cardview.widget.CardView: void setCardBackgroundColor(android.content.res.ColorStateList) -androidx.vectordrawable.animated.R$styleable: int GradientColor_android_tileMode -com.jaredrummler.android.colorpicker.ColorPanelView: ColorPanelView(android.content.Context,android.util.AttributeSet,int) -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_7 -cyanogenmod.alarmclock.ClockContract: java.lang.String AUTHORITY -androidx.constraintlayout.widget.Barrier: void setDpMargin(int) -wangdaye.com.geometricweather.R$id: int beginOnFirstDraw -com.amap.api.fence.GeoFenceManagerBase: void resumeGeoFence() -wangdaye.com.geometricweather.background.polling.permanent.update.Hilt_ForegroundTodayForecastUpdateService: Hilt_ForegroundTodayForecastUpdateService() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_panelMenuListWidth -com.google.android.material.R$color: int abc_search_url_text -cyanogenmod.themes.ThemeManager: void onClientResumed(cyanogenmod.themes.ThemeManager$ThemeChangeListener) -androidx.recyclerview.R$attr: int fastScrollEnabled -androidx.preference.R$drawable: int abc_text_select_handle_middle_mtrl_light -wangdaye.com.geometricweather.R$string: int content_des_moonset -com.google.android.material.badge.BadgeDrawable$SavedState: android.os.Parcelable$Creator CREATOR -androidx.recyclerview.widget.RecyclerView: int getBaseline() -wangdaye.com.geometricweather.R$color: int darkPrimary_1 -wangdaye.com.geometricweather.R$string: int follow_system -androidx.constraintlayout.widget.R$styleable: int AlertDialog_listLayout -com.bumptech.glide.R$style: int Widget_Compat_NotificationActionText -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_display_3_material -androidx.legacy.coreutils.R$styleable: int[] GradientColor -com.turingtechnologies.materialscrollbar.R$dimen: int abc_panel_menu_list_width -com.jaredrummler.android.colorpicker.R$drawable: int abc_text_select_handle_left_mtrl_dark -com.google.android.gms.common.internal.GetServiceRequest -wangdaye.com.geometricweather.R$string: int action_about -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setFont(java.lang.String) -okhttp3.internal.ws.WebSocketWriter: void writeMessageFrame(int,long,boolean,boolean) -wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_marginLeft -james.adaptiveicon.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ButtonBar_AlertDialog -okhttp3.internal.http.HttpDate: java.lang.String format(java.util.Date) -androidx.appcompat.widget.AppCompatImageButton: android.content.res.ColorStateList getSupportBackgroundTintList() -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_subtitle_bottom_margin_material -androidx.hilt.work.R$styleable: int ColorStateListItem_android_color -androidx.legacy.coreutils.R$attr: int fontProviderAuthority -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_rotation -androidx.swiperefreshlayout.R$dimen: int notification_large_icon_width -okhttp3.Response: okhttp3.Request request() -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Display1 -androidx.preference.R$id: int icon_group -androidx.appcompat.widget.Toolbar: void setContentInsetStartWithNavigation(int) -wangdaye.com.geometricweather.R$drawable: int notif_temp_28 -androidx.recyclerview.R$layout: int notification_template_icon_group -androidx.lifecycle.Transformations: Transformations() -com.google.android.material.R$id: int layout -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_strokeWidth -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling: AccuCurrentResult$Ceiling() -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: void cancel() -wangdaye.com.geometricweather.db.entities.AlertEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.AlertEntity) -wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: void setNumberString(java.lang.String) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial: java.lang.String Unit -wangdaye.com.geometricweather.R$drawable: int notification_action_background -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarSplitStyle -cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler -io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.functions.Function,int,io.reactivex.ObservableSource[]) -cyanogenmod.hardware.CMHardwareManager: int GAMMA_CALIBRATION_BLUE_INDEX -com.google.android.material.R$string: int mtrl_picker_invalid_format_use -cyanogenmod.themes.ThemeManager: int getProgress() -retrofit2.converter.gson.GsonRequestBodyConverter: okhttp3.RequestBody convert(java.lang.Object) -james.adaptiveicon.R$style: int Base_V21_Theme_AppCompat_Dialog -com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_ttcIndex -androidx.preference.R$attr: int actionMenuTextColor -org.greenrobot.greendao.AbstractDao: void update(java.lang.Object) -androidx.appcompat.R$style: int TextAppearance_Compat_Notification_Title -androidx.preference.Preference: Preference(android.content.Context,android.util.AttributeSet) -androidx.core.R$layout -androidx.appcompat.R$attr: int editTextStyle -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: int maxColor -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments$WarningTextBlocItem: MfWarningsResult$WarningComments$WarningTextBlocItem() -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast: boolean done -com.google.android.material.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property Time -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabBackground -com.xw.repo.bubbleseekbar.R$color: int switch_thumb_disabled_material_dark -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_display_4_material -wangdaye.com.geometricweather.R$dimen: int standard_weather_icon_size -androidx.fragment.R$drawable: int notification_bg_low -com.google.android.material.R$layout: int design_navigation_menu_item -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_startIconTintMode -android.didikee.donate.R$dimen: int abc_text_size_caption_material -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_DropDownItem -android.didikee.donate.R$attr: int gapBetweenBars -com.google.android.material.appbar.CollapsingToolbarLayout: android.graphics.Typeface getCollapsedTitleTypeface() -androidx.hilt.work.R$id: int action_image -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$TotalLiquid: int UnitType -com.xw.repo.bubbleseekbar.R$style: int Base_AlertDialog_AppCompat_Light -wangdaye.com.geometricweather.R$dimen: int abc_text_size_display_3_material -com.google.android.material.R$drawable: int abc_ic_go_search_api_material -cyanogenmod.app.ILiveLockScreenManagerProvider: void enqueueLiveLockScreen(java.lang.String,int,cyanogenmod.app.LiveLockScreenInfo,int[],int) -wangdaye.com.geometricweather.R$string: int settings_notification_hide_big_view_off -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginBottom -com.google.android.material.R$styleable: int ConstraintSet_flow_horizontalStyle -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceListItemSmall -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver -com.turingtechnologies.materialscrollbar.R$drawable: int abc_spinner_textfield_background_material -com.xw.repo.bubbleseekbar.R$attr: int buttonBarNeutralButtonStyle -com.google.android.material.card.MaterialCardView: android.content.res.ColorStateList getStrokeColorStateList() -wangdaye.com.geometricweather.R$drawable: int flag_tr -com.google.android.material.R$attr: int drawableLeftCompat -com.amap.api.fence.GeoFence: void setPendingIntentAction(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int MotionHelper_onShow -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWindSpeed(java.lang.Float) -com.google.android.material.R$drawable: int abc_textfield_search_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_CompoundButton_CheckBox -cyanogenmod.weather.IRequestInfoListener$Stub: cyanogenmod.weather.IRequestInfoListener asInterface(android.os.IBinder) -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_firstVerticalStyle -io.reactivex.internal.disposables.SequentialDisposable -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Metric Metric -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property City -wangdaye.com.geometricweather.R$styleable: int[] RecyclerView -androidx.vectordrawable.animated.R$dimen: int compat_button_padding_vertical_material -wangdaye.com.geometricweather.R$array: int precipitation_unit_values -com.google.android.material.R$styleable: int ActionBar_itemPadding -okhttp3.Cookie: java.util.regex.Pattern DAY_OF_MONTH_PATTERN -com.turingtechnologies.materialscrollbar.R$color: int design_fab_shadow_start_color -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: void setDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) -com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_showAlphaSlider -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_switchTextOn -wangdaye.com.geometricweather.R$string: int search_menu_title -android.didikee.donate.R$styleable: int AlertDialog_listLayout -android.didikee.donate.R$styleable: int CompoundButton_buttonTintMode -androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode -androidx.constraintlayout.widget.R$id: int tag_screen_reader_focusable -androidx.preference.R$styleable: int PreferenceGroup_android_orderingFromXml -androidx.vectordrawable.R$dimen: int compat_notification_large_icon_max_height -cyanogenmod.power.PerformanceManager: void cpuBoost(int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: void setNewX(java.lang.String) -okhttp3.internal.http.CallServerInterceptor$CountingSink: CallServerInterceptor$CountingSink(okio.Sink) -com.jaredrummler.android.colorpicker.R$id: int action_menu_divider -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_verticalAlign -com.google.android.material.theme.MaterialComponentsViewInflater -wangdaye.com.geometricweather.R$string: int gson -com.turingtechnologies.materialscrollbar.R$attr: int listPreferredItemPaddingRight -com.amap.api.location.AMapLocation: java.lang.String n(com.amap.api.location.AMapLocation,java.lang.String) -androidx.loader.R$dimen: int notification_small_icon_size_as_large -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: void run() -james.adaptiveicon.R$styleable: int AppCompatTheme_colorError -androidx.constraintlayout.widget.R$attr: int track -android.support.v4.os.IResultReceiver$Stub: android.os.IBinder asBinder() -androidx.preference.R$attr: int actionModePopupWindowStyle -com.jaredrummler.android.colorpicker.R$string: int abc_menu_sym_shortcut_label -com.turingtechnologies.materialscrollbar.R$attr: int colorSwitchThumbNormal -androidx.appcompat.R$attr: int windowFixedHeightMinor -james.adaptiveicon.R$dimen: int notification_right_icon_size -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: void dispose() -androidx.constraintlayout.widget.Constraints: Constraints(android.content.Context,android.util.AttributeSet) -james.adaptiveicon.R$color: int abc_background_cache_hint_selector_material_dark -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_begin -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String street_number -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorAccent -com.turingtechnologies.materialscrollbar.R$dimen: int compat_button_padding_vertical_material -androidx.constraintlayout.widget.R$id: int action_context_bar -cyanogenmod.app.ProfileGroup: void setRingerOverride(android.net.Uri) -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: io.reactivex.Observer downstream -retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback: java.util.concurrent.CompletableFuture future -io.reactivex.Observable: io.reactivex.Observable concatMapEagerDelayError(io.reactivex.functions.Function,boolean) -com.jaredrummler.android.colorpicker.R$layout: int abc_popup_menu_item_layout -com.google.android.material.chip.Chip: void setBackgroundResource(int) -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float getRain() -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle -com.jaredrummler.android.colorpicker.R$id: int action_bar_spinner -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode -wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_handleColor -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_android_minHeight -com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration -androidx.vectordrawable.R$id: int accessibility_custom_action_19 -androidx.hilt.work.R$styleable: int GradientColor_android_startX -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_MinWidth -wangdaye.com.geometricweather.R$layout: int dialog_providers_previewer -wangdaye.com.geometricweather.R$dimen: int mtrl_slider_thumb_elevation -androidx.viewpager.R$dimen: int notification_large_icon_width -wangdaye.com.geometricweather.R$animator: int weather_sleet_2 -wangdaye.com.geometricweather.R$id: int item_card_display -com.google.android.material.chip.Chip: java.lang.CharSequence getChipText() -com.google.android.material.progressindicator.ProgressIndicator: void setTrackColor(int) -com.jaredrummler.android.colorpicker.R$attr: int contentInsetEnd -cyanogenmod.app.CustomTile$ListExpandedStyle: CustomTile$ListExpandedStyle() -com.google.android.material.R$color: int abc_search_url_text_pressed -androidx.appcompat.widget.SearchView: SearchView(android.content.Context,android.util.AttributeSet,int) -retrofit2.http.GET: java.lang.String value() -wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit valueOf(java.lang.String) -wangdaye.com.geometricweather.R$attr: int alertDialogButtonGroupStyle -okhttp3.CacheControl: int maxStaleSeconds() -com.github.rahatarmanahmed.cpv.CircularProgressView: void setProgress(float) -androidx.hilt.R$styleable: int FontFamilyFont_fontWeight -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_autoSizePresetSizes -androidx.constraintlayout.widget.R$styleable: int MenuGroup_android_checkableBehavior -wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: NumberAnimTextView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$style: int Preference_DropDown_Material -com.google.android.material.R$anim: int btn_checkbox_to_checked_box_inner_merged_animation -okhttp3.internal.platform.AndroidPlatform$CloseGuard: AndroidPlatform$CloseGuard(java.lang.reflect.Method,java.lang.reflect.Method,java.lang.reflect.Method) -wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_drawableRight -retrofit2.ParameterHandler$1: void apply(retrofit2.RequestBuilder,java.lang.Iterable) -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: long serialVersionUID -androidx.work.ExistingWorkPolicy: androidx.work.ExistingWorkPolicy APPEND_OR_REPLACE -androidx.hilt.work.R$integer: int status_bar_notification_info_maxnum -com.google.android.material.R$styleable: int MenuItem_android_visible -wangdaye.com.geometricweather.R$style: int notification_content_text -cyanogenmod.weather.WeatherInfo$Builder: double mWindSpeed -com.google.android.material.chip.ChipGroup: void setCheckedId(int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: void setStatus(int) -wangdaye.com.geometricweather.R$id: int mtrl_calendar_days_of_week -com.google.android.material.R$styleable: int OnClick_targetId -androidx.legacy.coreutils.R$attr: int fontProviderQuery -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_dividerPadding -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA -androidx.constraintlayout.widget.R$drawable: int abc_ic_menu_cut_mtrl_alpha -com.xw.repo.bubbleseekbar.R$drawable: int abc_vector_test -james.adaptiveicon.R$attr: int queryHint -androidx.constraintlayout.widget.R$attr: int actionButtonStyle -okhttp3.Response: java.lang.String header(java.lang.String) -okio.SegmentedByteString: int segment(int) -okhttp3.internal.platform.ConscryptPlatform: ConscryptPlatform() -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_textSize -androidx.preference.R$interpolator: int btn_radio_to_off_mtrl_animation_interpolator_0 -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintRight_creator -james.adaptiveicon.R$drawable: int abc_btn_check_to_on_mtrl_015 -androidx.constraintlayout.motion.widget.MotionLayout: void setProgress(float) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean: void setBrands(java.util.List) -wangdaye.com.geometricweather.settings.fragments.SettingsFragment -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_drawableRight -cyanogenmod.providers.CMSettings$Secure: java.lang.String[] NAVIGATION_RING_TARGETS -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_track -androidx.preference.R$styleable: int Toolbar_contentInsetEndWithActions -okhttp3.HttpUrl$Builder: void resolvePath(java.lang.String,int,int) -com.google.android.material.R$color: int button_material_dark -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: io.reactivex.Observer downstream -androidx.multidex.MultiDexExtractor$ExtractedDex: MultiDexExtractor$ExtractedDex(java.io.File,java.lang.String) -androidx.loader.R$id: int text -androidx.constraintlayout.widget.R$dimen: int abc_button_padding_vertical_material -androidx.lifecycle.SavedStateHandle: SavedStateHandle(java.util.Map) -androidx.appcompat.R$drawable: int notification_icon_background -androidx.appcompat.R$attr: int height -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder cache(okhttp3.Cache) -androidx.preference.R$id: int unchecked -retrofit2.http.Path: boolean encoded() -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getPm10Color(android.content.Context) -androidx.core.R$id: int time -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: void setPubTime(java.lang.String) -androidx.lifecycle.ViewModelProvider$KeyedFactory: ViewModelProvider$KeyedFactory() -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceFragmentCompatStyle -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_DropDownItem -com.google.android.material.R$styleable: int Constraint_android_orientation -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$3: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 -androidx.appcompat.R$dimen: int abc_text_size_display_2_material -androidx.preference.R$anim: int abc_popup_exit -wangdaye.com.geometricweather.R$attr: int textAppearanceBody2 -cyanogenmod.app.LiveLockScreenInfo$Builder -james.adaptiveicon.R$style: int Theme_AppCompat_Light_DarkActionBar -androidx.constraintlayout.widget.R$attr: int tooltipFrameBackground -cyanogenmod.app.CMContextConstants: java.lang.String CM_APP_SUGGEST_SERVICE -james.adaptiveicon.R$id: int title -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse -com.google.android.material.R$styleable: int RecycleListView_paddingBottomNoButtons -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHeight_percent -okhttp3.internal.http.RealInterceptorChain: okhttp3.Request request() -wangdaye.com.geometricweather.R$integer: int design_tab_indicator_anim_duration_ms -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dialogCornerRadius -io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: void dispose() -com.google.android.material.slider.BaseSlider: int getTrackWidth() -androidx.appcompat.R$styleable: int AppCompatImageView_tintMode -wangdaye.com.geometricweather.db.entities.LocationEntity: void setCityId(java.lang.String) -wangdaye.com.geometricweather.R$attr: int textAppearanceHeadline6 -com.google.android.material.R$styleable: int Toolbar_titleTextAppearance -okhttp3.internal.platform.OptionalMethod: java.lang.String methodName -android.didikee.donate.R$attr: int multiChoiceItemLayout -wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Object getKey(java.lang.Object) -androidx.coordinatorlayout.R$attr: int layout_insetEdge -com.google.android.material.R$styleable: int MaterialCalendarItem_itemTextColor -retrofit2.ParameterHandler$2 -com.xw.repo.bubbleseekbar.R$drawable: int abc_spinner_textfield_background_material -androidx.lifecycle.ServiceLifecycleDispatcher -cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: java.lang.String LABEL -com.google.android.material.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding -cyanogenmod.providers.CMSettings$System: java.lang.String VOLUME_WAKE_SCREEN -androidx.appcompat.R$integer: int config_tooltipAnimTime -cyanogenmod.weatherservice.WeatherProviderService: java.util.Set access$100(cyanogenmod.weatherservice.WeatherProviderService) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_lastHorizontalBias -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: io.reactivex.Scheduler scheduler -androidx.constraintlayout.widget.Guideline: void setGuidelineEnd(int) -wangdaye.com.geometricweather.R$drawable: int widget_multi_city -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: long count -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.Property getPkProperty() -com.google.android.material.R$style: int Widget_AppCompat_ActionButton -cyanogenmod.util.ColorUtils: float[] temperatureToRGB(int) -james.adaptiveicon.R$style: int TextAppearance_AppCompat -androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize -io.reactivex.Observable: java.lang.Object blockingLast() -com.google.android.material.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle -com.google.android.material.R$dimen: int mtrl_badge_radius -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_android_imeOptions -wangdaye.com.geometricweather.R$string: int mtrl_badge_numberless_content_description -cyanogenmod.app.ProfileManager: cyanogenmod.app.Profile getProfile(java.util.UUID) -androidx.appcompat.R$color: int ripple_material_light -com.jaredrummler.android.colorpicker.R$id: int action_menu_presenter -com.turingtechnologies.materialscrollbar.R$attr: int actionBarDivider -com.xw.repo.bubbleseekbar.R$attr: int bsb_bubble_text_color -james.adaptiveicon.R$attr: int subtitle -cyanogenmod.themes.IThemeService: void requestThemeChangeUpdates(cyanogenmod.themes.IThemeChangeListener) -okhttp3.logging.HttpLoggingInterceptor$Level -okhttp3.internal.http2.Huffman: void addCode(int,int,byte) -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay TAG_UV_INDEX -androidx.appcompat.R$styleable: int AppCompatTheme_actionBarItemBackground -com.turingtechnologies.materialscrollbar.R$attr: int msb_autoHide -com.google.gson.stream.JsonWriter: void setHtmlSafe(boolean) -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_rippleColor -androidx.lifecycle.ProcessLifecycleOwner$3$1: void onActivityPostResumed(android.app.Activity) -androidx.constraintlayout.motion.widget.MotionLayout: void setDebugMode(int) -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse -io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: void subscribeNext() -androidx.viewpager2.R$id: int accessibility_custom_action_26 -com.google.android.material.R$attr: int chainUseRtl -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_12 -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintCircleRadius -androidx.appcompat.R$color: int switch_thumb_disabled_material_dark -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean dispatchTrackballEvent(android.view.MotionEvent) -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial -androidx.constraintlayout.widget.R$layout: int notification_template_part_chronometer -wangdaye.com.geometricweather.R$id: int widget_day_week_temp_1 -wangdaye.com.geometricweather.remoteviews.config.DailyTrendWidgetConfigActivity -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_hide_bubble -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Ice: double Value -com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getTrackActiveTintList() -james.adaptiveicon.R$attr: int titleMargin -cyanogenmod.externalviews.KeyguardExternalViewProviderService: java.lang.String access$200() -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Medium -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_panelBackground -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ListView_DropDown -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeInsetEnd -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.String insee -androidx.preference.R$styleable: int ActionBar_displayOptions -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Compat_Notification_Info -wangdaye.com.geometricweather.R$style: int Base_DialogWindowTitleBackground_AppCompat -cyanogenmod.providers.CMSettings$System: java.lang.String BATTERY_LIGHT_FULL_COLOR -okhttp3.logging.LoggingEventListener: void connectStart(okhttp3.Call,java.net.InetSocketAddress,java.net.Proxy) -wangdaye.com.geometricweather.R$styleable: int RecyclerView_android_clipToPadding -androidx.appcompat.R$styleable: int AppCompatTheme_actionModeFindDrawable -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_enabled -com.google.android.material.R$attr: int actionModeFindDrawable -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_SIGNAL_ICON -wangdaye.com.geometricweather.R$string: int settings_title_appearance -wangdaye.com.geometricweather.R$integer: R$integer() -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_CAMELLIA_256_CBC_SHA -io.reactivex.Observable: io.reactivex.Observable mergeDelayError(io.reactivex.ObservableSource,int) -androidx.constraintlayout.widget.R$attr: int layout_editor_absoluteY -wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date sunSetDate -androidx.fragment.R$id: int action_container -okhttp3.internal.http2.Http2Codec: java.lang.String CONNECTION -androidx.preference.R$attr: int preferenceFragmentListStyle -wangdaye.com.geometricweather.R$color: int mtrl_choice_chip_ripple_color -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void dispose() -androidx.preference.R$layout: int image_frame -com.google.android.material.R$attr: int layout_scrollInterpolator -com.turingtechnologies.materialscrollbar.R$drawable: int notification_bg_low_pressed -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModePopupWindowStyle -com.turingtechnologies.materialscrollbar.R$styleable: int ScrimInsetsFrameLayout_insetForeground -com.turingtechnologies.materialscrollbar.R$styleable: int[] DrawerArrowToggle -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_subtitle_bottom_margin_material -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_horizontalAlign -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_transitionEasing -io.reactivex.internal.schedulers.AbstractDirectTask: java.lang.Thread runner -androidx.appcompat.R$attr: int listPreferredItemHeightLarge -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_115 -androidx.lifecycle.extensions.R$styleable: int FontFamily_fontProviderQuery -androidx.preference.R$drawable: int abc_ic_voice_search_api_material -androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_typeface -androidx.appcompat.R$styleable: int AppCompatTextHelper_android_drawableLeft -androidx.constraintlayout.widget.R$attr: int suggestionRowLayout -okhttp3.internal.platform.Jdk9Platform: okhttp3.internal.platform.Jdk9Platform buildIfSupported() -cyanogenmod.app.Profile$LockMode -cyanogenmod.app.IProfileManager: boolean addProfile(cyanogenmod.app.Profile) -com.google.android.material.bottomnavigation.BottomNavigationPresenter$SavedState: android.os.Parcelable$Creator CREATOR -androidx.viewpager.R$styleable: int FontFamily_fontProviderFetchStrategy -com.amap.api.fence.GeoFence$1: java.lang.Object[] newArray(int) -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_CompoundButton_RadioButton -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintBaseline_creator -com.turingtechnologies.materialscrollbar.R$attr: int tabIndicatorHeight -com.turingtechnologies.materialscrollbar.R$attr: int backgroundTint -androidx.fragment.R$style: int TextAppearance_Compat_Notification_Info -androidx.appcompat.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle -wangdaye.com.geometricweather.R$styleable: int ColorPanelView_cpv_colorShape -com.google.android.material.R$styleable: int[] CollapsingToolbarLayout -wangdaye.com.geometricweather.R$styleable: int SwitchImageButton_drawable_res_off -com.google.android.material.R$dimen: int abc_text_size_button_material -androidx.vectordrawable.R$styleable: int FontFamilyFont_android_fontWeight -android.didikee.donate.R$attr: int contentInsetStart -androidx.appcompat.R$color: int secondary_text_default_material_light -androidx.recyclerview.R$dimen: int notification_action_text_size -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_textLocale -androidx.constraintlayout.widget.R$styleable: int[] AppCompatTheme -wangdaye.com.geometricweather.R$string: int precipitation_light -okhttp3.internal.http2.Http2: byte TYPE_WINDOW_UPDATE -wangdaye.com.geometricweather.R$color: int mtrl_text_btn_text_color_selector -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.String hourlyForecast -wangdaye.com.geometricweather.R$drawable: int abc_textfield_search_activated_mtrl_alpha -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintEnd_toEndOf -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintRight_creator -cyanogenmod.providers.CMSettings$Secure: int getInt(android.content.ContentResolver,java.lang.String) -com.google.android.material.R$styleable: int ViewStubCompat_android_layout -io.reactivex.exceptions.ProtocolViolationException: ProtocolViolationException(java.lang.String) -com.amap.api.location.AMapLocationClientOption: boolean m -androidx.preference.R$style: int TextAppearance_AppCompat_Headline -okhttp3.internal.cache.DiskLruCache: okio.BufferedSink journalWriter -androidx.preference.R$attr: int windowActionBar -wangdaye.com.geometricweather.R$attr: int behavior_draggable -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_dialogPreferenceStyle -cyanogenmod.app.CMContextConstants: java.lang.String CM_STATUS_BAR_SERVICE -com.baidu.location.indoor.mapversion.c.a$d: a$d(java.lang.String) -androidx.recyclerview.R$drawable: int notification_bg_low -wangdaye.com.geometricweather.R$id: int ghost_view -android.didikee.donate.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_2 -androidx.lifecycle.SavedStateHandleController: androidx.lifecycle.SavedStateHandleController create(androidx.savedstate.SavedStateRegistry,androidx.lifecycle.Lifecycle,java.lang.String,android.os.Bundle) -wangdaye.com.geometricweather.R$drawable: int widget_card_light_40 -okhttp3.internal.ws.WebSocketProtocol: int PAYLOAD_LONG -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceInformationStyle -james.adaptiveicon.R$drawable: int abc_btn_radio_to_on_mtrl_015 -com.bumptech.glide.R$layout: int notification_template_icon_group -io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: long serialVersionUID -android.didikee.donate.R$styleable: int AppCompatTheme_editTextStyle -wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_menu -wangdaye.com.geometricweather.common.basic.models.weather.Base: Base(java.lang.String,long,java.util.Date,long,java.util.Date,long) -wangdaye.com.geometricweather.R$id: int item_card_display_deleteBtn -androidx.customview.R$dimen: int compat_button_padding_horizontal_material -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionMode -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: float getSpeed(float) -com.google.android.material.chip.Chip: void setChipBackgroundColorResource(int) -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_android_imeOptions -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.ChineseCityEntity) -wangdaye.com.geometricweather.R$attr: int percentHeight -androidx.constraintlayout.widget.R$dimen: int highlight_alpha_material_light -com.bumptech.glide.R$styleable: int GradientColor_android_type -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintVertical_chainStyle -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: Pollen(java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String) -cyanogenmod.app.LiveLockScreenInfo$1: LiveLockScreenInfo$1() -com.google.android.material.R$styleable: int ConstraintSet_layout_goneMarginEnd -androidx.legacy.coreutils.R$styleable: int FontFamily_fontProviderCerts -okhttp3.OkHttpClient: int readTimeout -wangdaye.com.geometricweather.R$attr: int titleMargin -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: boolean isDisposed() -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: io.reactivex.Observer downstream -com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat_Dialog -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String sunSet -retrofit2.ParameterHandler$Field: void apply(retrofit2.RequestBuilder,java.lang.Object) -wangdaye.com.geometricweather.R$string: int settings_title_notification_color -io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: ObservableDebounceTimed$DebounceEmitter(java.lang.Object,long,io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceTimedObserver) -androidx.recyclerview.R$id: int notification_main_column -retrofit2.HttpServiceMethod$CallAdapted: HttpServiceMethod$CallAdapted(retrofit2.RequestFactory,okhttp3.Call$Factory,retrofit2.Converter,retrofit2.CallAdapter) -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_scaleX -android.didikee.donate.R$dimen: int abc_edit_text_inset_bottom_material -com.google.android.material.R$attr: int expandedTitleMargin -james.adaptiveicon.R$style: int Widget_AppCompat_ActionButton_CloseMode -cyanogenmod.app.ICMTelephonyManager$Stub: java.lang.String DESCRIPTOR -wangdaye.com.geometricweather.R$styleable: int[] StateListDrawable -androidx.appcompat.R$styleable: int TextAppearance_android_textColor -androidx.vectordrawable.animated.R$dimen: int notification_top_pad_large_text -android.didikee.donate.R$style: int Base_Widget_AppCompat_EditText -cyanogenmod.app.PartnerInterface: boolean setZenMode(int) -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_CompactMenu -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Small -io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy valueOf(java.lang.String) -com.google.android.material.timepicker.ClockHandView: void addOnRotateListener(com.google.android.material.timepicker.ClockHandView$OnRotateListener) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: java.util.List getValue() -androidx.constraintlayout.widget.R$layout: int abc_action_bar_up_container -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: java.lang.String getValue() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Ice: int UnitType -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void innerError(int,java.lang.Throwable) -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_STATUS_BAR -wangdaye.com.geometricweather.R$id: int item_card_display_title -com.google.android.material.R$styleable: int Toolbar_subtitleTextColor -wangdaye.com.geometricweather.R$attr: int msb_lightOnTouch -androidx.viewpager.widget.ViewPager$SavedState -wangdaye.com.geometricweather.R$id: int none -james.adaptiveicon.R$anim: int abc_grow_fade_in_from_bottom -com.turingtechnologies.materialscrollbar.R$dimen: int highlight_alpha_material_light -wangdaye.com.geometricweather.R$color: int notification_background_rootLight -com.google.android.material.R$string: int mtrl_picker_range_header_selected -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX: void setBrands(java.util.List) -androidx.lifecycle.SavedStateHandleController: boolean mIsAttached -androidx.constraintlayout.widget.R$attr: int drawerArrowStyle -wangdaye.com.geometricweather.R$styleable: int[] State -cyanogenmod.app.IProfileManager$Stub$Proxy: boolean profileExistsByName(java.lang.String) -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: boolean isChinese() -androidx.vectordrawable.animated.R$dimen: int compat_notification_large_icon_max_height -androidx.vectordrawable.animated.R$layout -okhttp3.Request$Builder: okhttp3.Request$Builder header(java.lang.String,java.lang.String) -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_0_30 -com.google.android.material.R$id: int ignoreRequest -com.xw.repo.bubbleseekbar.R$color: int button_material_dark -com.google.android.material.R$styleable: int AppCompatTheme_tooltipForegroundColor -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_editTextPreferenceStyle -android.didikee.donate.R$styleable: int AppCompatTheme_actionBarPopupTheme -android.didikee.donate.R$attr: int dropDownListViewStyle -androidx.activity.R$style -com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: CircularRevealCoordinatorLayout(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$id: int material_label -wangdaye.com.geometricweather.common.basic.models.weather.Weather: boolean isValid(float) -com.google.gson.stream.JsonWriter: JsonWriter(java.io.Writer) -com.google.android.material.R$id: int asConfigured -okio.Okio$4: Okio$4(java.net.Socket) -com.xw.repo.bubbleseekbar.R$attr: int showTitle -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_4_30 -com.google.android.material.chip.Chip: void setShapeAppearanceModel(com.google.android.material.shape.ShapeAppearanceModel) -androidx.preference.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth -io.reactivex.internal.subscriptions.EmptySubscription: boolean offer(java.lang.Object,java.lang.Object) -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addPathSegment(java.lang.String) -androidx.hilt.R$string: R$string() -com.google.android.material.tabs.TabLayout: android.content.res.ColorStateList getTabIconTint() -androidx.appcompat.R$attr: int backgroundTintMode -androidx.preference.R$attr: int toolbarNavigationButtonStyle -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionButton_Overflow -okhttp3.internal.http2.Http2Reader$ContinuationSource: short padding -wangdaye.com.geometricweather.R$attr: int backgroundColorEnd -wangdaye.com.geometricweather.R$xml: int standalone_badge -androidx.preference.R$styleable: int SwitchPreference_android_switchTextOn -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintBaseline_creator -cyanogenmod.weatherservice.WeatherProviderService: cyanogenmod.weatherservice.IWeatherProviderServiceClient mClient -androidx.viewpager2.R$attr: int fontWeight -com.jaredrummler.android.colorpicker.R$styleable: int[] StateListDrawableItem -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_ActionBar_Surface -com.google.android.material.R$id: int mtrl_picker_fullscreen -cyanogenmod.externalviews.ExternalViewProviderService$1: ExternalViewProviderService$1(cyanogenmod.externalviews.ExternalViewProviderService) -retrofit2.Response: retrofit2.Response success(int,java.lang.Object) -androidx.preference.R$style: int Preference_DropDown -androidx.preference.R$attr: int alertDialogStyle -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_contentInsetStartWithNavigation -okio.RealBufferedSource -androidx.constraintlayout.widget.R$styleable: int FontFamily_fontProviderFetchTimeout -wangdaye.com.geometricweather.R$drawable: int weather_clear_night_mini_dark -androidx.appcompat.R$style: int RtlOverlay_DialogWindowTitle_AppCompat -okio.SegmentedByteString: okio.ByteString substring(int) -com.github.rahatarmanahmed.cpv.CircularProgressView: int getThickness() -wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit[] values() -cyanogenmod.profiles.ConnectionSettings: boolean isOverride() -okhttp3.internal.http2.Http2Codec: java.util.List HTTP_2_SKIPPED_RESPONSE_HEADERS -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_120 -wangdaye.com.geometricweather.R$drawable: int notif_temp_59 -com.google.android.material.R$styleable: int TextInputLayout_suffixText -androidx.viewpager2.widget.ViewPager2: void setAdapter(androidx.recyclerview.widget.RecyclerView$Adapter) -wangdaye.com.geometricweather.R$styleable: int DialogPreference_negativeButtonText -androidx.constraintlayout.widget.R$attr: int layout_constraintBaseline_toBaselineOf -com.amap.api.location.AMapLocation: int LOCATION_TYPE_AMAP -wangdaye.com.geometricweather.R$dimen: int mtrl_slider_track_top -androidx.viewpager2.R$layout: R$layout() -okhttp3.Response$Builder: okhttp3.Response cacheResponse -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit ATM -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_BottomSheetDialog -cyanogenmod.weather.CMWeatherManager$WeatherUpdateRequestListener -james.adaptiveicon.R$attr: int buttonStyle -com.google.android.material.R$styleable: int MenuView_android_itemIconDisabledAlpha -okhttp3.internal.platform.AndroidPlatform$CloseGuard -okhttp3.OkHttpClient: boolean followRedirects() -com.google.android.material.internal.FlowLayout: void setSingleLine(boolean) -wangdaye.com.geometricweather.R$drawable: int shortcuts_partly_cloudy_night -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_hintTextColor -cyanogenmod.app.ICMStatusBarManager$Stub: android.os.IBinder asBinder() -retrofit2.OkHttpCall$1: retrofit2.Callback val$callback -cyanogenmod.app.LiveLockScreenInfo: void cloneInto(cyanogenmod.app.LiveLockScreenInfo) -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void innerError(io.reactivex.internal.observers.InnerQueuedObserver,java.lang.Throwable) -com.turingtechnologies.materialscrollbar.R$drawable: int abc_popup_background_mtrl_mult -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setWetBulbTemperature(java.lang.Integer) -androidx.appcompat.widget.AppCompatSpinner: void setDropDownHorizontalOffset(int) -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void onComplete() -retrofit2.KotlinExtensions$await$2$2 -com.google.android.material.R$attr: int logoDescription -androidx.constraintlayout.widget.R$attr: int customFloatValue -okio.BufferedSource -com.turingtechnologies.materialscrollbar.R$attr: int actionBarStyle -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeBackground -com.amap.api.location.AMapLocation: void setConScenario(int) -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: boolean isDisposed() -com.google.android.material.R$attr: int flow_padding -androidx.coordinatorlayout.R$id: int accessibility_custom_action_11 -james.adaptiveicon.R$style: int Theme_AppCompat_Dialog_MinWidth -com.xw.repo.bubbleseekbar.R$styleable: int GradientColorItem_android_offset -okio.Buffer: boolean request(long) -okhttp3.internal.cache.DiskLruCache$Entry: okhttp3.internal.cache.DiskLruCache$Snapshot snapshot() -cyanogenmod.providers.CMSettings$1: boolean validate(java.lang.String) -wangdaye.com.geometricweather.R$layout: int item_about_title -com.github.rahatarmanahmed.cpv.R$styleable: int[] CircularProgressView -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_voice_search_api_material -james.adaptiveicon.R$attr: int measureWithLargestChild -androidx.appcompat.R$styleable: int GradientColor_android_startX -com.google.android.material.R$layout: int abc_list_menu_item_layout -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Tooltip -com.bumptech.glide.integration.okhttp.R$dimen: int compat_button_inset_vertical_material -cyanogenmod.externalviews.KeyguardExternalView$8: void run() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String aqiText -wangdaye.com.geometricweather.R$attr: int alpha -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult: long updatedOn -androidx.appcompat.R$dimen: int abc_seekbar_track_progress_height_material -com.bumptech.glide.load.resource.gif.GifFrameLoader: void setOnEveryFrameReadyListener(com.bumptech.glide.load.resource.gif.GifFrameLoader$OnEveryFrameListener) -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_subtitle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial: java.lang.String Unit -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_Solid -wangdaye.com.geometricweather.R$dimen: int mtrl_progress_circular_inset -james.adaptiveicon.R$attr: int singleChoiceItemLayout -androidx.appcompat.widget.AppCompatButton: int getAutoSizeMaxTextSize() -com.xw.repo.bubbleseekbar.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset -com.google.gson.stream.JsonReader: void setLenient(boolean) -androidx.constraintlayout.widget.R$drawable: int abc_btn_check_to_on_mtrl_000 -androidx.vectordrawable.animated.R$styleable: int FontFamily_fontProviderPackage -cyanogenmod.app.CMContextConstants: java.lang.String CM_THEME_SERVICE -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice$AdviceContext: java.lang.String[] population -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Imperial Imperial -androidx.swiperefreshlayout.R$id: int action_text -androidx.preference.R$style: int Widget_AppCompat_ActionBar_Solid -wangdaye.com.geometricweather.R$id: int widget_day_week_icon_3 -io.reactivex.Observable: io.reactivex.Observable mergeDelayError(java.lang.Iterable,int,int) -androidx.preference.R$styleable: int AppCompatTextView_lineHeight -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.util.List probabilityForecast -wangdaye.com.geometricweather.R$styleable: int MaterialButton_iconTintMode -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void clear(io.reactivex.internal.queue.SpscLinkedArrayQueue) -io.reactivex.internal.operators.observable.ObservableGroupBy$State: boolean isDisposed() -androidx.fragment.R$id: int accessibility_custom_action_28 -wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: HourlyTrendItemView(android.content.Context) -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog -androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_arrowHeadLength -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int BLUSTERY -com.google.android.material.progressindicator.ProgressIndicator: com.google.android.material.progressindicator.DrawingDelegate getCurrentDrawingDelegate() -okhttp3.Cache: int writeSuccessCount() -androidx.vectordrawable.R$dimen: int notification_main_column_padding_top -com.amap.api.location.AMapLocation: int f(com.amap.api.location.AMapLocation,int) -wangdaye.com.geometricweather.R$animator: int weather_hail_2 -androidx.work.R$styleable: int ColorStateListItem_alpha -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse -okhttp3.internal.connection.RouteDatabase: java.util.Set failedRoutes -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_section_text_size -androidx.coordinatorlayout.R$id: int action_container -wangdaye.com.geometricweather.R$color: int material_slider_halo_color -com.amap.api.location.UmidtokenInfo -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored -com.google.android.material.chip.Chip: void setChipText(java.lang.CharSequence) -io.reactivex.internal.observers.LambdaObserver: void dispose() -cyanogenmod.app.Profile$NotificationLightMode -androidx.hilt.work.R$integer: R$integer() -androidx.preference.R$attr: int collapseContentDescription -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintEnd_toEndOf -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle -wangdaye.com.geometricweather.R$color: int abc_hint_foreground_material_dark -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial: AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial() -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHeight_max -okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Stream newStream(int,java.util.List,boolean) -io.reactivex.internal.schedulers.ScheduledRunnable: void dispose() -androidx.constraintlayout.widget.R$drawable: R$drawable() -com.google.android.material.R$dimen: int mtrl_extended_fab_end_padding_icon -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver -wangdaye.com.geometricweather.R$drawable: int shortcuts_thunder -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleMarginBottom -com.turingtechnologies.materialscrollbar.R$attr: int collapsedTitleGravity -cyanogenmod.externalviews.KeyguardExternalView: void onKeyguardShowing(boolean) -wangdaye.com.geometricweather.R$id: int dragUp -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleMargins -androidx.preference.SwitchPreferenceCompat: SwitchPreferenceCompat(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$style: int AlertDialog_AppCompat_Light -wangdaye.com.geometricweather.R$dimen: int abc_text_size_caption_material -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Integer uvIndex -wangdaye.com.geometricweather.R$interpolator: int mtrl_linear -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_26 -com.google.android.material.floatingactionbutton.FloatingActionButton: void setBackgroundTintMode(android.graphics.PorterDuff$Mode) -wangdaye.com.geometricweather.R$styleable: int[] KeyCycle -retrofit2.Response: retrofit2.Response error(okhttp3.ResponseBody,okhttp3.Response) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade -cyanogenmod.app.CustomTileListenerService -com.jaredrummler.android.colorpicker.R$styleable: int FontFamily_fontProviderAuthority -androidx.activity.R$dimen: int notification_subtext_size -android.didikee.donate.R$attr: int actionModeSplitBackground -androidx.preference.R$styleable: int View_theme -io.reactivex.internal.schedulers.ScheduledRunnable: java.lang.Object PARENT_DISPOSED -com.google.android.material.R$drawable: int abc_text_select_handle_right_mtrl_light -androidx.appcompat.widget.AppCompatTextView: android.graphics.PorterDuff$Mode getSupportCompoundDrawablesTintMode() -androidx.preference.R$style: int Widget_AppCompat_AutoCompleteTextView -com.turingtechnologies.materialscrollbar.R$attr: int closeIconTint -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.internal.fuseable.SimplePlainQueue queue -com.google.android.material.chip.ChipGroup: void setFlexWrap(int) -androidx.hilt.R$style: int Widget_Compat_NotificationActionContainer -cyanogenmod.app.Profile$DozeMode: int DEFAULT -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_borderWidth -wangdaye.com.geometricweather.R$attr: int cornerSizeBottomLeft -io.reactivex.Observable: io.reactivex.Observable buffer(io.reactivex.ObservableSource,int) -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_arrow_drop_right_black_24dp -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Metric -androidx.appcompat.widget.AppCompatButton: int getAutoSizeStepGranularity() -androidx.preference.R$drawable: int notification_tile_bg -com.google.android.material.R$style: int Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog -com.google.android.material.R$styleable: int[] ForegroundLinearLayout -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_icon -androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_android_fontStyle -okhttp3.Call: okio.Timeout timeout() -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.util.Date sunsetTime -io.reactivex.Observable: io.reactivex.Observable ambArray(io.reactivex.ObservableSource[]) -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float CarbonMonoxide -androidx.preference.R$color: int bright_foreground_inverse_material_dark -com.google.android.material.appbar.MaterialToolbar -com.turingtechnologies.materialscrollbar.AlphabetIndicator -cyanogenmod.app.Profile$ProfileTrigger$1: cyanogenmod.app.Profile$ProfileTrigger createFromParcel(android.os.Parcel) -wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setWeatherSource(java.lang.String) -james.adaptiveicon.R$dimen: int abc_text_size_display_1_material -com.google.android.material.R$color: int switch_thumb_material_dark -com.jaredrummler.android.colorpicker.R$id: int cpv_color_panel_view -com.jaredrummler.android.colorpicker.R$anim: int abc_shrink_fade_out_from_bottom -com.google.android.material.R$style: int TextAppearance_Design_Counter_Overflow -wangdaye.com.geometricweather.R$styleable: int Fragment_android_name -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: io.reactivex.ObservableSource first -wangdaye.com.geometricweather.R$color: int material_grey_50 -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void innerNext(int,java.lang.Object) -androidx.appcompat.R$attr: int paddingEnd -androidx.appcompat.resources.R$drawable: int notification_bg_normal -james.adaptiveicon.R$style: int Theme_AppCompat_DialogWhenLarge -okio.Utf8: long size(java.lang.String) -org.greenrobot.greendao.AbstractDao: AbstractDao(org.greenrobot.greendao.internal.DaoConfig,org.greenrobot.greendao.AbstractDaoSession) -okio.Buffer: long completeSegmentByteCount() -com.jaredrummler.android.colorpicker.R$style: int Base_V21_Theme_AppCompat -com.jaredrummler.android.colorpicker.R$style: int Preference_DialogPreference_EditTextPreference_Material -io.reactivex.internal.subscriptions.BasicIntQueueSubscription: boolean offer(java.lang.Object) -james.adaptiveicon.R$styleable: int CompoundButton_buttonTint -wangdaye.com.geometricweather.R$dimen: int abc_dialog_title_divider_material -androidx.core.R$dimen: int notification_small_icon_background_padding -androidx.preference.R$styleable: int MenuView_subMenuArrow -wangdaye.com.geometricweather.R$style: int Base_MaterialAlertDialog_MaterialComponents_Title_Text -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: io.reactivex.Observer observer -androidx.coordinatorlayout.R$style -com.google.android.material.R$styleable: int Constraint_layout_constraintHorizontal_chainStyle -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub$Proxy: IWeatherServiceProviderChangeListener$Stub$Proxy(android.os.IBinder) -androidx.preference.R$anim: int abc_slide_in_top -androidx.appcompat.R$attr: int buttonBarPositiveButtonStyle -com.google.android.material.R$attr: int closeItemLayout -cyanogenmod.externalviews.KeyguardExternalViewProviderService: android.os.Handler mHandler -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getLongTemperatureText(android.content.Context,int) -androidx.hilt.R$styleable: int FontFamily_fontProviderFetchStrategy -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ratingbar_material -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeSnowPrecipitationDuration(java.lang.Float) -cyanogenmod.weather.ICMWeatherManager$Stub: int TRANSACTION_unregisterWeatherServiceProviderChangeListener -com.google.android.material.R$id: int end -androidx.appcompat.R$style: int Base_Widget_AppCompat_AutoCompleteTextView -wangdaye.com.geometricweather.R$attr: int fontVariationSettings -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large -androidx.fragment.R$integer -okhttp3.internal.http1.Http1Codec: okhttp3.internal.connection.StreamAllocation streamAllocation -androidx.constraintlayout.widget.R$style: int Animation_AppCompat_Tooltip -com.jaredrummler.android.colorpicker.R$color: int highlighted_text_material_light -androidx.transition.R$layout -io.reactivex.Observable: void blockingSubscribe(io.reactivex.functions.Consumer) -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: ObservableWindow$WindowExactObserver(io.reactivex.Observer,long,int) -androidx.work.R$drawable: int notification_bg_low_pressed -com.amap.api.location.APSService: boolean c -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: void setAddress_detail(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean) -cyanogenmod.profiles.RingModeSettings: android.os.Parcelable$Creator CREATOR -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_shadowRadius -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_tooltipFrameBackground -androidx.preference.R$styleable: int AppCompatTextView_drawableRightCompat -okhttp3.internal.http1.Http1Codec: void detachTimeout(okio.ForwardingTimeout) -android.didikee.donate.R$id: int progress_circular -james.adaptiveicon.R$styleable: int View_android_theme -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Dialog -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Dialog_FixedSize -io.reactivex.internal.disposables.CancellableDisposable: boolean isDisposed() -androidx.core.app.RemoteActionCompatParcelizer: androidx.core.app.RemoteActionCompat read(androidx.versionedparcelable.VersionedParcel) -com.google.android.material.bottomnavigation.BottomNavigationItemView -okhttp3.internal.http2.Http2Writer: void close() -wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: int getChartBottom() -com.google.android.material.floatingactionbutton.FloatingActionButton: void setCompatElevation(float) -com.google.android.material.R$styleable: int[] PopupWindowBackgroundState -wangdaye.com.geometricweather.common.ui.activities.AllergenActivity: AllergenActivity() -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeSnowPrecipitation -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_ProgressIndicator_Linear -okhttp3.Dns$1: Dns$1() -okhttp3.Dispatcher: int getMaxRequests() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_38 -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_Dialog_FixedSize -com.google.android.material.R$string: int mtrl_picker_a11y_next_month -com.google.android.material.R$styleable: int Chip_checkedIcon -wangdaye.com.geometricweather.R$drawable: int weather_haze -com.google.android.material.R$attr: int layout_goneMarginTop -com.google.android.material.R$dimen: int abc_text_size_display_3_material -com.google.android.material.slider.Slider: android.content.res.ColorStateList getTrackTintList() -androidx.preference.R$dimen: int notification_action_icon_size -wangdaye.com.geometricweather.R$id: int item_weather_daily_uv_icon -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub$Proxy: android.os.IBinder mRemote -wangdaye.com.geometricweather.R$string: int key_widget_clock_day_details -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionBar_TabView -androidx.lifecycle.ComputableLiveData: ComputableLiveData(java.util.concurrent.Executor) -androidx.appcompat.R$styleable: int TextAppearance_textAllCaps -io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Integer relativeHumidityMax -wangdaye.com.geometricweather.R$id: int mtrl_calendar_main_pane -wangdaye.com.geometricweather.R$string: int sp_widget_week_setting -com.google.android.material.R$dimen: int abc_text_size_body_2_material -okhttp3.internal.http2.Http2Reader: java.util.List readHeaderBlock(int,short,byte,int) -com.jaredrummler.android.colorpicker.R$styleable: int MenuGroup_android_orderInCategory -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setIndices(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX) -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: boolean isEntityUpdateable() -androidx.appcompat.R$styleable: int FontFamilyFont_android_fontVariationSettings -cyanogenmod.app.ProfileGroup$Mode: cyanogenmod.app.ProfileGroup$Mode DEFAULT -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow -androidx.fragment.R$styleable: int[] ColorStateListItem -james.adaptiveicon.R$style: int Base_Animation_AppCompat_DropDownUp -androidx.vectordrawable.animated.R$attr: R$attr() -com.turingtechnologies.materialscrollbar.R$drawable: int ic_mtrl_chip_checked_circle -com.google.android.material.R$attr: int boxStrokeWidth -retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: boolean terminated -com.google.android.material.R$attr: int windowFixedHeightMajor -android.didikee.donate.R$dimen: int disabled_alpha_material_dark -wangdaye.com.geometricweather.R$color: int design_default_color_primary_variant -androidx.recyclerview.R$layout: int notification_template_part_chronometer -androidx.appcompat.resources.R$id: int italic -com.google.android.material.R$id: int tag_unhandled_key_event_manager -com.jaredrummler.android.colorpicker.R$styleable: int Preference_title -cyanogenmod.app.CustomTile$ExpandedStyle: int describeContents() -wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider getInstance(java.lang.String) -com.turingtechnologies.materialscrollbar.R$attr: int boxBackgroundColor -com.autonavi.aps.amapapi.model.AMapLocationServer: void h(java.lang.String) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: java.util.Date EffectiveDate -james.adaptiveicon.R$style: int Widget_AppCompat_PopupMenu_Overflow -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPath: void setPathData(androidx.core.graphics.PathParser$PathDataNode[]) -android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_PopupMenu -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: java.lang.String hour -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: long serialVersionUID -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: java.lang.String value -com.google.android.material.R$drawable: int abc_btn_check_material_anim -cyanogenmod.weather.RequestInfo -okhttp3.internal.cache.CacheStrategy$Factory: long sentRequestMillis -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeRainPrecipitationDuration -androidx.activity.R$dimen: int compat_button_inset_horizontal_material -androidx.cardview.R$attr: int cardCornerRadius -wangdaye.com.geometricweather.R$id: int material_clock_hand -androidx.constraintlayout.widget.R$drawable: int notification_bg_normal -cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator sColorValidator -cyanogenmod.externalviews.KeyguardExternalView: void unregisterOnWindowAttachmentChangedListener(cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: java.lang.String from -com.jaredrummler.android.colorpicker.R$drawable: int abc_list_divider_material -com.google.android.material.R$style: int TextAppearance_Design_Prefix -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintLeft_creator -androidx.recyclerview.R$drawable: int notification_template_icon_low_bg -androidx.preference.R$styleable: int StateListDrawable_android_visible -wangdaye.com.geometricweather.R$styleable: int Tooltip_android_layout_margin -com.amap.api.location.AMapLocation: java.lang.String z -androidx.constraintlayout.widget.R$drawable: int btn_radio_on_mtrl -cyanogenmod.app.ThemeVersion$ComponentVersion: ThemeVersion$ComponentVersion(int,cyanogenmod.app.ThemeComponent,int) -com.google.android.material.R$id: int tabMode -wangdaye.com.geometricweather.R$string: int mtrl_picker_toggle_to_text_input_mode -james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert -cyanogenmod.themes.ThemeChangeRequest$Builder: ThemeChangeRequest$Builder(android.content.res.ThemeConfig) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listDividerAlertDialog -okhttp3.internal.http2.Http2Connection$2: int val$streamId -com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat_ActionBar -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_year_horizontal_padding -androidx.preference.R$drawable: int abc_list_selector_disabled_holo_light -androidx.appcompat.widget.ActionBarContainer: void setTabContainer(androidx.appcompat.widget.ScrollingTabContainerView) -cyanogenmod.app.CMContextConstants: java.lang.String CM_HARDWARE_SERVICE -com.github.rahatarmanahmed.cpv.CircularProgressView$9: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_Dialog -com.xw.repo.bubbleseekbar.R$id: int action_text -retrofit2.OkHttpCall$ExceptionCatchingResponseBody: java.io.IOException thrownException -androidx.lifecycle.ComputableLiveData$3: ComputableLiveData$3(androidx.lifecycle.ComputableLiveData) -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight_Dialog -james.adaptiveicon.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String getDescription() -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_android_textOff -james.adaptiveicon.R$attr: int windowActionBar -androidx.preference.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge -androidx.constraintlayout.motion.widget.MotionLayout: void setTransitionDuration(int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind Wind -android.support.v4.app.INotificationSideChannel: void cancel(java.lang.String,int,java.lang.String) -com.google.android.material.chip.ChipGroup: void setSingleLine(boolean) -com.google.android.material.R$dimen: int abc_list_item_height_large_material -wangdaye.com.geometricweather.R$array: int clock_font -org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.DatabaseOpenHelper$EncryptedHelper checkEncryptedHelper() -androidx.appcompat.widget.AppCompatTextView: int getLastBaselineToBottomHeight() -androidx.preference.R$style: int TextAppearance_AppCompat -okhttp3.Address: java.net.Proxy proxy() -okio.HashingSource: okio.HashingSource md5(okio.Source) -com.google.android.material.R$dimen: int mtrl_extended_fab_start_padding_icon -okhttp3.Cache: int writeSuccessCount -androidx.dynamicanimation.R$dimen: int notification_top_pad -androidx.constraintlayout.widget.R$styleable: int KeyPosition_curveFit -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours: AccuCurrentResult$PrecipitationSummary$Past3Hours() -com.turingtechnologies.materialscrollbar.R$layout: int abc_screen_simple -wangdaye.com.geometricweather.R$animator: int mtrl_fab_show_motion_spec -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: void run() -com.google.android.material.R$styleable: int PropertySet_layout_constraintTag -androidx.lifecycle.extensions.R$id: int action_text -okio.BufferedSource: byte[] readByteArray() -androidx.lifecycle.FullLifecycleObserver: void onPause(androidx.lifecycle.LifecycleOwner) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_BRIGHTNESS_CONTROL_VALIDATOR -okhttp3.internal.http2.Http2Codec$StreamFinishingSource: boolean completed -androidx.vectordrawable.R$drawable: int notification_bg_normal -wangdaye.com.geometricweather.R$id: int activity_widget_config_scrollContainer -com.google.android.material.R$dimen: int mtrl_alert_dialog_background_inset_top -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer ragweedLevel -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog -james.adaptiveicon.R$anim: int abc_slide_out_top -androidx.preference.R$drawable: int abc_list_pressed_holo_light -com.google.android.material.R$color -james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat_Dark -com.google.android.material.R$dimen: int compat_notification_large_icon_max_height -wangdaye.com.geometricweather.R$string: int key_card_style -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Imperial: int UnitType -android.support.v4.app.INotificationSideChannel$Stub$Proxy: INotificationSideChannel$Stub$Proxy(android.os.IBinder) -androidx.constraintlayout.widget.R$styleable: int OnSwipe_nestedScrollFlags -com.jaredrummler.android.colorpicker.R$id: int action_divider -com.google.android.material.R$styleable: int Chip_checkedIconTint -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ListMenuView -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeSnowPrecipitationProbability(java.lang.Float) -james.adaptiveicon.R$attr: int navigationContentDescription -androidx.core.R$id: int action_container -io.reactivex.internal.operators.observable.ObserverResourceWrapper: void onSubscribe(io.reactivex.disposables.Disposable) -cyanogenmod.providers.CMSettings$NameValueCache: java.lang.String mVersionSystemProperty -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxBackgroundMode -wangdaye.com.geometricweather.R$drawable: int shortcuts_refresh_foreground -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String TARGET_API -james.adaptiveicon.R$styleable: int MenuItem_android_checked -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHeight_default -okhttp3.internal.cache.InternalCache: void remove(okhttp3.Request) -androidx.preference.R$attr: int actionModeBackground -com.jaredrummler.android.colorpicker.R$id: int shades_layout -com.google.android.gms.base.R$id: R$id() -wangdaye.com.geometricweather.R$id: int animateToStart -wangdaye.com.geometricweather.R$drawable: int mtrl_ic_arrow_drop_up -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowFixedHeightMinor -io.reactivex.internal.observers.BlockingObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.R$color: int colorRootDark_light -com.google.android.material.R$style: int Base_Theme_AppCompat_Light_DarkActionBar -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_goneMarginStart -android.didikee.donate.R$styleable: int TextAppearance_android_textColorLink -james.adaptiveicon.R$styleable: int[] TextAppearance -com.google.android.material.progressindicator.ProgressIndicator: int[] getIndicatorColors() -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval[] values() -okhttp3.CacheControl: int minFreshSeconds -androidx.constraintlayout.widget.R$drawable: int notification_bg_low -androidx.work.impl.foreground.SystemForegroundService: SystemForegroundService() -androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$Event upEvent(androidx.lifecycle.Lifecycle$State) -androidx.preference.R$style: int Base_Theme_AppCompat_CompactMenu -androidx.preference.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator QS_SHOW_BRIGHTNESS_SLIDER_VALIDATOR -wangdaye.com.geometricweather.R$drawable: int weather_rain_3 -com.google.android.material.R$drawable: int abc_list_selector_holo_dark -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Weather -com.google.android.material.progressindicator.ProgressIndicator: void setIndicatorCornerRadius(int) -cyanogenmod.profiles.ConnectionSettings: void setOverride(boolean) -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode HAIL -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: java.util.List contextList -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse -wangdaye.com.geometricweather.R$styleable: int[] MaterialTextAppearance -james.adaptiveicon.R$styleable: int DrawerArrowToggle_gapBetweenBars -androidx.preference.R$dimen: int abc_text_size_menu_material -okhttp3.internal.http2.Http2Connection: long degradedPongsReceived -wangdaye.com.geometricweather.R$color: int colorTextTitle_dark -android.didikee.donate.R$styleable: int MenuItem_alphabeticModifiers -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: java.lang.String getFrom() -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_DrawerArrowToggle -androidx.appcompat.R$attr: int buttonGravity -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_8 -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeStyle -android.didikee.donate.R$style: int Widget_AppCompat_EditText -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningMaxCountItems -io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: long serialVersionUID -com.google.android.material.datepicker.MaterialDatePicker: MaterialDatePicker() -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: int index -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_menu_selectall_mtrl_alpha -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu -androidx.vectordrawable.animated.R$drawable: int notification_template_icon_bg -com.google.android.material.R$dimen: int mtrl_calendar_header_height -android.didikee.donate.R$color: int dim_foreground_material_light -okhttp3.Response$Builder: void checkPriorResponse(okhttp3.Response) -com.google.android.material.R$style: int Platform_V21_AppCompat -retrofit2.HttpServiceMethod$SuspendForBody -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_progress -androidx.constraintlayout.widget.R$id: int easeInOut -com.google.android.material.R$styleable: int Toolbar_menu -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeFindDrawable -com.google.android.material.slider.Slider: float getValue() -okio.RealBufferedSource: long indexOf(byte) -wangdaye.com.geometricweather.R$id: int dialog_location_help_providerIcon -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_editTextStyle -wangdaye.com.geometricweather.db.entities.HourlyEntity: boolean getDaylight() -wangdaye.com.geometricweather.R$id: int text_input_end_icon -androidx.appcompat.R$color: int accent_material_light -okhttp3.internal.http1.Http1Codec$AbstractSource: okhttp3.internal.http1.Http1Codec this$0 -cyanogenmod.hardware.ICMHardwareService: long getLtoDownloadInterval() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_32 -wangdaye.com.geometricweather.R$attr: int layout_goneMarginLeft -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_marginStart -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.HourlyEntity) -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void drain() -androidx.appcompat.resources.R$styleable: int GradientColor_android_centerY -james.adaptiveicon.R$attr: int progressBarPadding -com.xw.repo.bubbleseekbar.R$attr: int fontProviderQuery -wangdaye.com.geometricweather.R$drawable: int weather_fog_mini_dark -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments$WarningTextBlocItem -androidx.appcompat.R$attr: int contentInsetStartWithNavigation -wangdaye.com.geometricweather.R$attr: int backgroundColorStart -androidx.loader.R$id: int action_container -com.amap.api.fence.PoiItem: java.lang.String getTypeCode() -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_item_max_width -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void onComplete() -com.google.android.material.R$styleable: int Constraint_animate_relativeTo -com.google.android.material.R$attr: int fontProviderFetchStrategy -androidx.appcompat.widget.Toolbar: java.lang.CharSequence getTitle() -com.turingtechnologies.materialscrollbar.R$styleable: int View_theme -okhttp3.internal.ws.WebSocketWriter: okio.Buffer buffer -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum -androidx.viewpager2.widget.ViewPager2$SavedState -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_star_black_48dp -androidx.preference.R$style: int Theme_AppCompat_Light_Dialog_Alert -androidx.work.R$drawable: int notification_action_background -androidx.transition.R$styleable: int FontFamilyFont_fontStyle -com.turingtechnologies.materialscrollbar.R$styleable: int[] AnimatedStateListDrawableTransition -androidx.lifecycle.ClassesInfoCache: boolean hasLifecycleMethods(java.lang.Class) -androidx.constraintlayout.widget.R$attr: int checkboxStyle -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: void dispose() -androidx.core.R$style: int TextAppearance_Compat_Notification_Line2 -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DialogWhenLarge -androidx.core.app.CoreComponentFactory: CoreComponentFactory() -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Snow -com.turingtechnologies.materialscrollbar.R$attr: int passwordToggleDrawable -com.google.android.material.R$dimen: int mtrl_textinput_box_stroke_width_focused -com.google.android.material.textfield.TextInputLayout: int getBoxStrokeColor() -com.google.android.material.R$style: int ShapeAppearanceOverlay_TopLeftCut -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowFixedWidthMinor -androidx.constraintlayout.widget.R$styleable: int StateListDrawable_android_enterFadeDuration -com.google.android.material.progressindicator.ProgressIndicator: void setProgress(int) -com.google.android.material.R$dimen: int abc_seekbar_track_progress_height_material -androidx.appcompat.widget.Toolbar: void setCollapsible(boolean) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$8: void run() -androidx.preference.R$drawable: int abc_btn_check_to_on_mtrl_000 -com.google.android.material.R$styleable: int AppCompatTheme_colorAccent -com.jaredrummler.android.colorpicker.R$layout: int preference_widget_checkbox -androidx.preference.R$attr: int activityChooserViewStyle -androidx.hilt.R$styleable: int FontFamilyFont_ttcIndex -retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: ResultObservable$ResultObserver(io.reactivex.Observer) -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Small -androidx.appcompat.R$styleable: int DrawerArrowToggle_arrowHeadLength -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Dark_ActionBar -wangdaye.com.geometricweather.R$styleable: int AlertDialog_multiChoiceItemLayout -androidx.core.app.ComponentActivity -okhttp3.internal.http2.Http2Connection$Listener -com.google.android.material.R$style: int Widget_MaterialComponents_BottomNavigationView_PrimarySurface -androidx.constraintlayout.widget.R$attr: int warmth -com.jaredrummler.android.colorpicker.R$attr: int actionBarDivider -androidx.recyclerview.widget.RecyclerView: void setItemAnimator(androidx.recyclerview.widget.RecyclerView$ItemAnimator) -androidx.appcompat.R$id: int search_plate -androidx.constraintlayout.widget.R$styleable: int KeyPosition_keyPositionType -com.jaredrummler.android.colorpicker.R$style: int Base_Animation_AppCompat_Dialog -com.turingtechnologies.materialscrollbar.R$attr: int colorSecondary -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean dispatchTouchEvent(android.view.MotionEvent) -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void drainNormal() -wangdaye.com.geometricweather.R$id: int mtrl_calendar_year_selector_frame -james.adaptiveicon.R$styleable: int AppCompatTheme_editTextColor -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceGroup_orderingFromXml -com.google.android.material.R$id: int mtrl_picker_title_text -androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_marginStart -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_button_material -wangdaye.com.geometricweather.R$styleable: int Transition_pathMotionArc -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean getContent() -androidx.legacy.coreutils.R$styleable: int[] FontFamily -wangdaye.com.geometricweather.R$id: int decelerate -android.didikee.donate.R$id: int parentPanel -cyanogenmod.themes.ThemeChangeRequest$Builder: java.util.Map mPerAppOverlays -okhttp3.internal.http2.Http2Writer: void rstStream(int,okhttp3.internal.http2.ErrorCode) -android.didikee.donate.R$styleable: int Toolbar_collapseContentDescription -androidx.appcompat.R$styleable: int View_android_focusable -androidx.viewpager2.R$attr: int reverseLayout -wangdaye.com.geometricweather.R$attr: int autoSizeMinTextSize -androidx.constraintlayout.widget.R$styleable: int View_paddingEnd -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_android_windowAnimationStyle -cyanogenmod.providers.WeatherContract$WeatherColumns$WindSpeedUnit: int MPH -cyanogenmod.hardware.ICMHardwareService: cyanogenmod.hardware.DisplayMode getDefaultDisplayMode() -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_showDividers -com.google.android.material.R$drawable: int abc_btn_radio_to_on_mtrl_015 -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_minWidth -wangdaye.com.geometricweather.R$styleable: int Variant_region_heightLessThan -retrofit2.Response: okhttp3.Headers headers() -wangdaye.com.geometricweather.R$styleable: int[] Fragment -androidx.lifecycle.extensions.R$id: int notification_main_column -cyanogenmod.content.Intent: java.lang.String URI_SCHEME_PACKAGE -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_PopupMenu -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: io.reactivex.functions.Function mapper -wangdaye.com.geometricweather.R$array: int pollen_unit_voices -wangdaye.com.geometricweather.R$id: int graph_wrap -androidx.appcompat.R$dimen: int abc_dropdownitem_icon_width -com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableItem_android_drawable -com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_startY -retrofit2.ParameterHandler$1: retrofit2.ParameterHandler this$0 -okhttp3.internal.http1.Http1Codec$FixedLengthSink: void close() -cyanogenmod.app.ProfileManager: void removeProfile(cyanogenmod.app.Profile) -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth -wangdaye.com.geometricweather.R$id: int notification_big_icon_1 -androidx.drawerlayout.R$attr: int fontProviderCerts -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult: MfForecastResult() -com.jaredrummler.android.colorpicker.R$style: int Animation_AppCompat_Tooltip -androidx.appcompat.widget.SearchView: int getInputType() -wangdaye.com.geometricweather.R$attr: int layout_behavior -wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Dialog -androidx.preference.R$styleable: int LinearLayoutCompat_dividerPadding -com.jaredrummler.android.colorpicker.R$layout: int cpv_dialog_presets -com.google.android.material.R$attr: int flow_verticalBias -com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status CLEARED -androidx.lifecycle.extensions.R$id: R$id() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeSplitBackground -com.google.android.material.R$styleable: int ConstraintSet_drawPath -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_7 -com.xw.repo.bubbleseekbar.R$color: int primary_material_dark -androidx.appcompat.R$string: int abc_action_bar_home_description -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: long serialVersionUID -androidx.appcompat.widget.SwitchCompat: void setTextOn(java.lang.CharSequence) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DOUBLE_TAP_SLEEP_GESTURE_VALIDATOR -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean getPrecipitationProbability() -cyanogenmod.hardware.IThermalListenerCallback$Stub -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu -com.google.android.material.R$attr: int helperTextTextColor -com.turingtechnologies.materialscrollbar.R$string: int abc_searchview_description_search -androidx.hilt.work.R$styleable: int FragmentContainerView_android_tag -com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_fontWeight -wangdaye.com.geometricweather.R$string: int learn_more -androidx.hilt.work.R$styleable: int[] FontFamily -androidx.preference.R$string: int abc_searchview_description_clear -com.google.android.material.radiobutton.MaterialRadioButton: android.content.res.ColorStateList getMaterialThemeColorsTintList() -com.google.android.material.R$style: int Widget_MaterialComponents_Button_Icon -wangdaye.com.geometricweather.R$id: int notification_big_icon_3 -com.baidu.location.e.p -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionMenuTextColor -io.reactivex.internal.disposables.CancellableDisposable: long serialVersionUID -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: void onError(java.lang.Throwable) -androidx.hilt.R$color -com.bumptech.glide.R$id: int right_side -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: CaiYunMainlyResult$CurrentBean$HumidityBean() -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle -androidx.loader.R$styleable: int GradientColor_android_type -androidx.hilt.lifecycle.R$styleable: int GradientColorItem_android_offset -androidx.fragment.R$dimen: R$dimen() -com.google.android.material.R$id: int material_clock_face -okhttp3.internal.http2.Http2Connection: long awaitPongsReceived -androidx.recyclerview.R$id: int actions -androidx.preference.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable -okhttp3.internal.cache.DiskLruCache: long nextSequenceNumber -androidx.appcompat.widget.AppCompatAutoCompleteTextView: void setDropDownBackgroundResource(int) -com.github.rahatarmanahmed.cpv.CircularProgressView: float indeterminateRotateOffset -androidx.constraintlayout.widget.R$string: int abc_menu_meta_shortcut_label -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle -com.google.android.material.appbar.CollapsingToolbarLayout: int getExpandedTitleGravity() -cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy: android.os.IBinder mRemote -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Temperature: java.lang.Float windChill -com.google.android.material.button.MaterialButtonToggleGroup: int getCheckedButtonId() -com.google.android.material.R$dimen: int mtrl_extended_fab_bottom_padding -com.xw.repo.bubbleseekbar.R$color: int material_grey_600 -androidx.preference.R$styleable: int ViewStubCompat_android_id -wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customIntegerValue -io.reactivex.Observable: io.reactivex.Observable takeLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean,int) -okhttp3.internal.Internal: boolean isInvalidHttpUrlHost(java.lang.IllegalArgumentException) -com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar -androidx.appcompat.widget.ActionMenuView: void setExpandedActionViewsExclusive(boolean) -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderSelection -wangdaye.com.geometricweather.R$string: int abc_menu_meta_shortcut_label -io.reactivex.Observable: io.reactivex.Observable concatEager(io.reactivex.ObservableSource) -com.xw.repo.bubbleseekbar.R$color: int material_grey_850 -com.jaredrummler.android.colorpicker.R$attr: int tooltipText -com.google.android.material.R$styleable: int Constraint_layout_constraintEnd_toEndOf -com.google.android.material.R$integer: int status_bar_notification_info_maxnum -androidx.appcompat.R$styleable: int[] CompoundButton -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_autoSizeStepGranularity -android.didikee.donate.R$styleable: int AppCompatTheme_radioButtonStyle -androidx.constraintlayout.widget.R$attr: int sizePercent -androidx.core.R$id: int action_divider -cyanogenmod.os.Concierge$ParcelInfo: int mParcelableSize -androidx.viewpager.widget.ViewPager: androidx.viewpager.widget.PagerAdapter getAdapter() -com.google.android.gms.base.R$color: int common_google_signin_btn_text_light_disabled -androidx.constraintlayout.widget.R$dimen: int compat_button_inset_horizontal_material -james.adaptiveicon.R$drawable: int abc_switch_track_mtrl_alpha -com.google.android.material.R$styleable: int ClockHandView_selectorSize -androidx.activity.R$id: int accessibility_custom_action_21 -okio.RealBufferedSource: long indexOf(byte,long,long) -androidx.preference.R$style: int Preference_CheckBoxPreference -wangdaye.com.geometricweather.R$id: int action_bar_container -wangdaye.com.geometricweather.R$id: int notification_base_aqiAndWind -cyanogenmod.hardware.ICMHardwareService: int[] getDisplayGammaCalibration(int) -wangdaye.com.geometricweather.R$attr: int valueTextColor -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType DeleteAll -okhttp3.Address: okhttp3.Authenticator proxyAuthenticator() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour -com.xw.repo.BubbleSeekBar: float getMax() -androidx.loader.R$styleable: int GradientColor_android_centerY -cyanogenmod.themes.IThemeProcessingListener$Stub -okhttp3.MediaType: java.nio.charset.Charset charset() -com.google.android.material.R$styleable: int TextInputLayout_boxCornerRadiusBottomStart -com.jaredrummler.android.colorpicker.R$id: int transparency_text -com.google.android.material.R$styleable: int Constraint_layout_constraintBottom_toTopOf -com.google.android.material.R$attr: int state_dragged -cyanogenmod.weatherservice.ServiceRequest: ServiceRequest(cyanogenmod.weather.RequestInfo,cyanogenmod.weatherservice.IWeatherProviderServiceClient) -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property RealFeelTemperature -wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: SlidingItemContainerLayout(android.content.Context,android.util.AttributeSet) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_minHeight -com.jaredrummler.android.colorpicker.R$attr: int buttonIconDimen -okhttp3.internal.http2.Http2Connection$PingRunnable: Http2Connection$PingRunnable(okhttp3.internal.http2.Http2Connection,boolean,int,int) -com.google.android.material.R$style: int Widget_AppCompat_ActionBar_TabText -james.adaptiveicon.R$styleable: int AppCompatTheme_searchViewStyle -androidx.appcompat.R$dimen: int abc_switch_padding -retrofit2.ParameterHandler$Tag: java.lang.Class cls -androidx.lifecycle.ViewModelStore: void put(java.lang.String,androidx.lifecycle.ViewModel) -com.turingtechnologies.materialscrollbar.R$dimen: int design_tab_text_size_2line -androidx.dynamicanimation.R$attr: int fontVariationSettings -com.turingtechnologies.materialscrollbar.R$id: int tabMode -androidx.appcompat.R$styleable: int[] GradientColor -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text -androidx.constraintlayout.widget.R$styleable: int FontFamily_fontProviderAuthority -androidx.customview.R$drawable: int notification_template_icon_bg -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Compat_Notification_Time -android.didikee.donate.R$style: int Widget_AppCompat_Button_Colored -androidx.lifecycle.extensions.R$anim -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: int getStatus() -wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property CityId -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void dispose() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getPm10() -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: void cancel(java.lang.Object) -okhttp3.OkHttpClient: okhttp3.WebSocket newWebSocket(okhttp3.Request,okhttp3.WebSocketListener) -okhttp3.Cookie$Builder: okhttp3.Cookie$Builder hostOnlyDomain(java.lang.String) -retrofit2.ParameterHandler$Body: void apply(retrofit2.RequestBuilder,java.lang.Object) -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_android_fontWeight -androidx.dynamicanimation.R$dimen: int notification_large_icon_height -com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_radio_material -okhttp3.MultipartBody: okhttp3.MediaType PARALLEL -com.google.android.material.R$styleable: int BottomAppBar_fabAlignmentMode -cyanogenmod.app.suggest.IAppSuggestProvider$Stub: IAppSuggestProvider$Stub() -com.bumptech.glide.load.EncodeStrategy: com.bumptech.glide.load.EncodeStrategy valueOf(java.lang.String) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String detail -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling: AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling() -androidx.preference.R$style: int Preference_SwitchPreferenceCompat -wangdaye.com.geometricweather.R$color: int mtrl_tabs_icon_color_selector -androidx.appcompat.R$attr: int drawableLeftCompat -wangdaye.com.geometricweather.R$attr: int passwordToggleTintMode -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String getMoldDescription() -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_overflow_padding_end_material -android.didikee.donate.R$id: int notification_background -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.google.android.material.R$dimen: int mtrl_switch_thumb_elevation -wangdaye.com.geometricweather.R$style: int Preference_CheckBoxPreference_Material -androidx.recyclerview.R$id: int accessibility_custom_action_3 -cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator sUriValidator -com.jaredrummler.android.colorpicker.R$drawable: int notification_bg -androidx.appcompat.widget.AppCompatEditText: void setSupportBackgroundTintList(android.content.res.ColorStateList) -com.jaredrummler.android.colorpicker.R$styleable: int ActivityChooserView_initialActivityCount -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleTextAppearance -okio.GzipSink: boolean closed -cyanogenmod.providers.CMSettings$System: java.lang.String QS_SHOW_BRIGHTNESS_SLIDER -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum Minimum -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar -com.xw.repo.bubbleseekbar.R$layout: int abc_screen_simple -com.bumptech.glide.load.DecodeFormat: com.bumptech.glide.load.DecodeFormat DEFAULT -com.google.android.material.R$color: int abc_tint_edittext -androidx.lifecycle.extensions.R$id: int forever -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorButtonNormal -com.google.android.material.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity -okhttp3.internal.http2.Http2Connection: long DEGRADED_PONG_TIMEOUT_NS -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header -cyanogenmod.providers.CMSettings$Secure: java.lang.String DEFAULT_THEME_COMPONENTS -wangdaye.com.geometricweather.R$attr: int enforceMaterialTheme -com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_fixed_height_minor -androidx.appcompat.R$drawable: int abc_scrubber_primary_mtrl_alpha -androidx.constraintlayout.widget.R$layout: int abc_list_menu_item_layout -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setThunderstormPrecipitation(java.lang.Float) -androidx.appcompat.R$styleable: int MenuGroup_android_checkableBehavior -io.reactivex.internal.subscriptions.EmptySubscription: boolean offer(java.lang.Object) -android.didikee.donate.R$style: int Base_Widget_AppCompat_SearchView -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipMinHeight -androidx.appcompat.R$dimen: int abc_action_bar_content_inset_with_nav -com.google.android.material.R$dimen: int mtrl_exposed_dropdown_menu_popup_vertical_offset -james.adaptiveicon.R$styleable: int SearchView_android_inputType -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$3: boolean val$screenOn -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_ICONS -wangdaye.com.geometricweather.R$attr: int maxActionInlineWidth -james.adaptiveicon.R$layout: int abc_select_dialog_material -okio.RealBufferedSink: okio.BufferedSink emitCompleteSegments() -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse -com.amap.api.fence.GeoFenceManagerBase: android.app.PendingIntent createPendingIntent(java.lang.String) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_ratingBarStyleIndicator -androidx.appcompat.R$styleable: int MenuItem_android_onClick -cyanogenmod.providers.CMSettings$Secure: android.net.Uri getUriFor(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_rotation -retrofit2.Retrofit$1: java.lang.Class val$service -com.google.android.material.R$attr: int contentInsetEndWithActions -androidx.legacy.coreutils.R$drawable: int notification_icon_background -wangdaye.com.geometricweather.R$drawable: int notif_temp_34 -androidx.transition.R$styleable: int FontFamily_fontProviderFetchStrategy -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle -androidx.appcompat.R$styleable: int[] StateListDrawable -wangdaye.com.geometricweather.R$dimen: int abc_disabled_alpha_material_light -com.google.android.material.R$anim: R$anim() -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutSelectorSupport parent -com.turingtechnologies.materialscrollbar.R$id: int action_image -james.adaptiveicon.R$styleable: int AppCompatTextView_drawableEndCompat -wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_4 -com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage SOURCE -com.github.rahatarmanahmed.cpv.CircularProgressView: android.animation.ValueAnimator progressAnimator -james.adaptiveicon.R$styleable: int AppCompatTheme_popupWindowStyle -com.google.android.material.appbar.AppBarLayout: int getTopInset() -wangdaye.com.geometricweather.R$layout: int preference_material -cyanogenmod.app.ICMStatusBarManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -wangdaye.com.geometricweather.R$bool: int enable_system_foreground_service_default -okio.Timeout$1 -androidx.lifecycle.ClassesInfoCache: int CALL_TYPE_PROVIDER -okhttp3.internal.http.HttpMethod -com.jaredrummler.android.colorpicker.ColorPreferenceCompat -okhttp3.CookieJar$1: java.util.List loadForRequest(okhttp3.HttpUrl) -okhttp3.FormBody -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowFixedWidthMajor -wangdaye.com.geometricweather.R$attr: int msb_barThickness -androidx.lifecycle.LifecycleService: int onStartCommand(android.content.Intent,int,int) -androidx.hilt.work.R$layout: int custom_dialog -androidx.hilt.lifecycle.R$id: int text2 -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_PopupWindow -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: long REQUEST_MASK -okio.BufferedSource: void require(long) -wangdaye.com.geometricweather.R$attr: int msb_barColor -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small -okhttp3.internal.http.RealInterceptorChain: okhttp3.internal.connection.StreamAllocation streamAllocation -androidx.activity.R$styleable: int FontFamilyFont_fontStyle -androidx.core.R$dimen: int notification_right_icon_size -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_key -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_collapseIcon -androidx.preference.R$styleable: int PreferenceFragmentCompat_android_divider -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: io.reactivex.functions.BiFunction resultSelector -wangdaye.com.geometricweather.R$layout: int design_layout_tab_icon -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Subhead -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours -com.turingtechnologies.materialscrollbar.MaterialScrollBar: boolean getHide() -okhttp3.MultipartBody: void writeTo(okio.BufferedSink) -androidx.vectordrawable.R$dimen: int notification_action_icon_size -cyanogenmod.providers.CMSettings$Global: int getInt(android.content.ContentResolver,java.lang.String,int) -com.google.android.material.R$drawable: int abc_spinner_textfield_background_material -androidx.cardview.R$dimen: int cardview_compat_inset_shadow -com.autonavi.aps.amapapi.model.AMapLocationServer: void c(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int Preference_widgetLayout -androidx.appcompat.R$attr: int drawableEndCompat -wangdaye.com.geometricweather.R$color: int material_on_surface_emphasis_medium -cyanogenmod.themes.ThemeManager -androidx.preference.R$attr: int actionBarStyle -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorAccent -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property SnowPrecipitationProbability -wangdaye.com.geometricweather.R$id: int item_icon_provider_get_more_appStore -wangdaye.com.geometricweather.R$string: int settings_notification_hide_icon_off -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: void onError(java.lang.Throwable) -cyanogenmod.themes.ThemeManager: void requestThemeChange(java.util.Map,boolean) -io.reactivex.Observable: io.reactivex.Observable unsafeCreate(io.reactivex.ObservableSource) -com.google.android.material.R$dimen: int design_bottom_navigation_active_item_max_width -wangdaye.com.geometricweather.db.entities.DaoSession: DaoSession(org.greenrobot.greendao.database.Database,org.greenrobot.greendao.identityscope.IdentityScopeType,java.util.Map) -com.turingtechnologies.materialscrollbar.R$color: int secondary_text_disabled_material_dark -androidx.preference.R$style: int Base_DialogWindowTitle_AppCompat -cyanogenmod.weather.WeatherInfo: double mTodaysHighTemp -james.adaptiveicon.R$attr: int listDividerAlertDialog -androidx.constraintlayout.widget.R$styleable: int KeyCycle_motionProgress -okhttp3.internal.ws.WebSocketProtocol: void validateCloseCode(int) -com.amap.api.fence.PoiItem: java.lang.String getTel() -io.reactivex.internal.observers.BlockingObserver: void dispose() -com.google.android.material.R$attr: int fontVariationSettings -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum -androidx.appcompat.resources.R$id: int action_container -android.didikee.donate.R$id: int tabMode -androidx.constraintlayout.widget.Placeholder: void setContentId(int) -okio.ForwardingTimeout: boolean hasDeadline() -com.google.android.material.R$color: int switch_thumb_disabled_material_light -com.google.android.material.R$attr: int round -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: java.lang.String getLanguageName(android.content.Context) -androidx.fragment.R$anim: int fragment_open_enter -wangdaye.com.geometricweather.R$attr: int tabPaddingEnd -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_Bridge -wangdaye.com.geometricweather.R$color: int colorRootDark -cyanogenmod.app.ThemeVersion: int getMinSupportedVersion() -james.adaptiveicon.R$styleable: int MenuItem_android_onClick -androidx.constraintlayout.widget.R$styleable: int CompoundButton_buttonTintMode -com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_select_handle_right_mtrl_dark -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean() -io.reactivex.Observable: io.reactivex.Single reduce(java.lang.Object,io.reactivex.functions.BiFunction) -wangdaye.com.geometricweather.R$attr: int framePosition -okhttp3.internal.cache.DiskLruCache$Snapshot: okhttp3.internal.cache.DiskLruCache$Editor edit() -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionButtonStyle -wangdaye.com.geometricweather.R$styleable: int Slider_thumbStrokeWidth -com.google.android.material.R$id: int autoComplete -androidx.appcompat.R$style: int Base_Widget_AppCompat_ListView_DropDown -okio.Segment: void compact() -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_CompoundButton_Switch -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void trimHead() -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Pm25 -cyanogenmod.app.Profile$TriggerState: int ON_A2DP_CONNECT -wangdaye.com.geometricweather.R$attr: int fontProviderAuthority -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeThunderstormPrecipitationProbability() -okhttp3.internal.io.FileSystem: boolean exists(java.io.File) -wangdaye.com.geometricweather.R$styleable: int[] AppCompatTextView -android.support.v4.os.ResultReceiver$1: java.lang.Object[] newArray(int) -io.reactivex.Observable: io.reactivex.Observable skipLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -androidx.activity.R$id: int icon -androidx.lifecycle.LifecycleRegistry: int mAddingObserverCounter -com.google.android.material.R$styleable: int ConstraintLayout_Layout_chainUseRtl -androidx.appcompat.R$attr: int alertDialogTheme -wangdaye.com.geometricweather.R$drawable: int material_ic_clear_black_24dp -androidx.constraintlayout.widget.R$dimen: int abc_alert_dialog_button_dimen -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: java.lang.String zh_TW -android.didikee.donate.R$color: int abc_primary_text_disable_only_material_light -com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_FixedSize -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void dispose() -cyanogenmod.profiles.ConnectionSettings$BooleanState -com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat_Light -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarTheme -wangdaye.com.geometricweather.R$styleable: int ImageFilterView_roundPercent -wangdaye.com.geometricweather.R$dimen: int design_snackbar_action_inline_max_width -androidx.cardview.R$attr: int contentPadding -wangdaye.com.geometricweather.R$id: int message -com.google.android.material.R$style: int Theme_AppCompat_DayNight_NoActionBar -androidx.dynamicanimation.R$id: int notification_main_column_container -cyanogenmod.app.Profile$Type -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: int uv -com.xw.repo.bubbleseekbar.R$layout: int notification_action -com.jaredrummler.android.colorpicker.R$attr: int viewInflaterClass -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: java.util.concurrent.atomic.AtomicLong requested -cyanogenmod.weather.RequestInfo$1: RequestInfo$1() -cyanogenmod.externalviews.ExternalView$1: ExternalView$1(cyanogenmod.externalviews.ExternalView) -com.google.android.material.R$styleable: int MaterialAlertDialog_backgroundInsetStart -android.didikee.donate.R$attr: int hideOnContentScroll -android.didikee.donate.R$id: int notification_main_column_container -com.google.android.material.R$attr: int customIntegerValue -com.google.android.material.R$integer -cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.ExternalViewProperties mExternalViewProperties -com.google.android.gms.location.zzbe -android.didikee.donate.R$dimen: int abc_edit_text_inset_horizontal_material -com.xw.repo.bubbleseekbar.R$attr: int windowNoTitle -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_13 -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_contentInsetRight -james.adaptiveicon.R$styleable: int MenuGroup_android_checkableBehavior -wangdaye.com.geometricweather.R$attr: int itemTextColor -androidx.drawerlayout.R$drawable: int notification_tile_bg -okhttp3.internal.http2.Http2Stream: void close(okhttp3.internal.http2.ErrorCode) -okhttp3.internal.Util: boolean nonEmptyIntersection(java.util.Comparator,java.lang.String[],java.lang.String[]) -androidx.appcompat.R$styleable: int SearchView_suggestionRowLayout -io.reactivex.internal.functions.Functions$HashSetCallable: io.reactivex.internal.functions.Functions$HashSetCallable INSTANCE -com.turingtechnologies.materialscrollbar.R$attr: int ratingBarStyleSmall -com.xw.repo.bubbleseekbar.R$color: int bright_foreground_inverse_material_light -io.reactivex.internal.util.EmptyComponent: io.reactivex.internal.util.EmptyComponent valueOf(java.lang.String) -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property TimeZone -androidx.constraintlayout.widget.R$attr: int collapseIcon -com.google.android.material.R$attr: int closeIconEnabled -cyanogenmod.hardware.CMHardwareManager: boolean checkService() -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void innerComplete(io.reactivex.internal.observers.InnerQueuedObserver) -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup -androidx.appcompat.R$attr: int splitTrack -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode SNOW -android.didikee.donate.R$styleable: int ActionBar_indeterminateProgressStyle -wangdaye.com.geometricweather.R$style: int Theme_Design_BottomSheetDialog -android.didikee.donate.R$style: int Widget_AppCompat_ImageButton -james.adaptiveicon.R$attr: int fontProviderCerts -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean isDisposed() -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionButton_Overflow -cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_WIMAX -james.adaptiveicon.R$attr: int panelBackground -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHorizontal_bias -androidx.appcompat.widget.LinearLayoutCompat: android.graphics.drawable.Drawable getDividerDrawable() -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_passwordToggleContentDescription -androidx.hilt.work.R$anim -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Year_Today -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: int getProgressCircleDiameter() -com.google.android.material.circularreveal.CircularRevealLinearLayout: void setCircularRevealOverlayDrawable(android.graphics.drawable.Drawable) -james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary -androidx.appcompat.R$styleable: int AppCompatTheme_actionMenuTextColor -com.google.android.material.button.MaterialButton: int getIconGravity() -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintRight_toLeftOf -okhttp3.internal.tls.OkHostnameVerifier: int ALT_DNS_NAME -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: void setNames(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX) -androidx.constraintlayout.widget.R$attr: int minWidth -com.google.android.material.internal.NavigationMenuItemView: void setMaxLines(int) -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getRealFeelTemperature(android.content.Context,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: void onComplete() -androidx.preference.R$bool: int abc_allow_stacked_button_bar -james.adaptiveicon.R$attr: int actionBarTabTextStyle -androidx.lifecycle.extensions.R$styleable: int[] FragmentContainerView -okhttp3.internal.http1.Http1Codec$FixedLengthSource: long read(okio.Buffer,long) -com.google.android.material.R$attr: int strokeWidth -cyanogenmod.weather.RequestInfo$Builder: RequestInfo$Builder(cyanogenmod.weather.IRequestInfoListener) -androidx.appcompat.R$attr: int closeItemLayout -okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.PushObserver pushObserver -cyanogenmod.app.Profile$ExpandedDesktopMode: Profile$ExpandedDesktopMode() -okhttp3.internal.http2.Http2Connection$5: void execute() -androidx.appcompat.R$drawable: int abc_ic_commit_search_api_mtrl_alpha -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar -io.reactivex.Observable: io.reactivex.Observable concatWith(io.reactivex.ObservableSource) -com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_layout_behavior -android.didikee.donate.R$styleable: int LinearLayoutCompat_android_weightSum -com.loc.h -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_TabText -androidx.constraintlayout.widget.R$drawable: int abc_text_select_handle_middle_mtrl_dark -wangdaye.com.geometricweather.R$styleable: int[] MaterialCheckBox -okio.Base64: java.lang.String encode(byte[],byte[]) -cyanogenmod.externalviews.ExternalView$5: ExternalView$5(cyanogenmod.externalviews.ExternalView) -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: java.util.concurrent.atomic.AtomicInteger wip -com.xw.repo.bubbleseekbar.R$color: int tooltip_background_dark -androidx.core.R$styleable: int FontFamily_fontProviderFetchStrategy -androidx.cardview.R$attr: int contentPaddingRight -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_Button -com.jaredrummler.android.colorpicker.R$string: int abc_searchview_description_submit -com.google.android.material.R$drawable: int material_ic_calendar_black_24dp -androidx.recyclerview.R$id: int action_text -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_button_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: java.lang.String getUnit() -com.google.android.material.R$style: int Base_Widget_AppCompat_ListView_Menu -android.support.v4.app.INotificationSideChannel: void notify(java.lang.String,int,java.lang.String,android.app.Notification) -retrofit2.ParameterHandler$Field: java.lang.String name -androidx.drawerlayout.R$styleable: int GradientColor_android_endY -com.google.android.material.R$styleable: int Constraint_layout_constraintCircleRadius -com.bumptech.glide.load.engine.GlideException: java.lang.Exception exception -wangdaye.com.geometricweather.R$color: int design_dark_default_color_on_background -com.xw.repo.bubbleseekbar.R$id: int src_atop -wangdaye.com.geometricweather.R$string: int about_retrofit -androidx.constraintlayout.widget.R$attr: int textAppearanceLargePopupMenu -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabPadding -android.didikee.donate.R$layout: int abc_list_menu_item_icon -android.didikee.donate.R$string: int abc_action_bar_home_description -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: java.lang.String getZh_TW() -androidx.work.R$dimen -wangdaye.com.geometricweather.R$styleable: int MotionTelltales_telltales_velocityMode -wangdaye.com.geometricweather.R$animator: int weather_clear_day_1 -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_shapeAppearance -okio.Buffer: okio.Buffer writeShort(int) -okhttp3.internal.platform.Platform: okhttp3.internal.platform.Platform findPlatform() -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationApi: io.reactivex.Observable getLocation(java.lang.String,java.lang.String) -wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: HourlyTrendItemView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$styleable: int Layout_maxHeight -retrofit2.ParameterHandler$HeaderMap: void apply(retrofit2.RequestBuilder,java.util.Map) -com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableTransition_android_drawable -retrofit2.ParameterHandler$Field -com.amap.api.location.LocationManagerBase: void enableBackgroundLocation(int,android.app.Notification) -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: boolean isValid() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeApparentTemperature() -com.turingtechnologies.materialscrollbar.R$styleable: int Snackbar_snackbarButtonStyle -androidx.appcompat.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert -wangdaye.com.geometricweather.R$styleable: int Constraint_transitionPathRotate -androidx.preference.R$styleable: int AppCompatTheme_actionBarSize -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History -cyanogenmod.weatherservice.IWeatherProviderService: void cancelOngoingRequests() -okhttp3.MediaType: boolean equals(java.lang.Object) -wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property CityId -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WeatherCode -wangdaye.com.geometricweather.R$dimen: int mtrl_navigation_elevation -androidx.vectordrawable.animated.R$drawable: int notification_bg_low_normal -androidx.hilt.work.R$dimen -androidx.coordinatorlayout.R$id: int blocking -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Caption -androidx.constraintlayout.widget.ConstraintLayout: void setMinWidth(int) -com.xw.repo.bubbleseekbar.R$drawable: int notification_bg_normal -androidx.appcompat.R$drawable: int abc_textfield_search_default_mtrl_alpha -com.jaredrummler.android.colorpicker.R$dimen: int tooltip_precise_anchor_extra_offset -com.google.android.material.R$dimen: int abc_button_inset_horizontal_material -com.jaredrummler.android.colorpicker.R$styleable: int ColorPanelView_cpv_showOldColor -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float snow -com.jaredrummler.android.colorpicker.R$drawable: int abc_text_select_handle_middle_mtrl_dark -com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_listLayout -androidx.appcompat.resources.R$styleable: int StateListDrawable_android_exitFadeDuration -james.adaptiveicon.R$dimen: int abc_cascading_menus_min_smallest_width -james.adaptiveicon.R$attr: int textAppearanceSearchResultTitle -wangdaye.com.geometricweather.R$attr: int tabBackground -androidx.constraintlayout.widget.R$id: int startHorizontal -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_98 -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Spinner_DropDown -androidx.appcompat.R$integer: R$integer() -wangdaye.com.geometricweather.R$attr: int headerLayout -wangdaye.com.geometricweather.R$string: int mtrl_picker_toggle_to_calendar_input_mode -wangdaye.com.geometricweather.R$dimen: int widget_aa_text_size -com.bumptech.glide.load.engine.GlideException: java.util.List causes -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_singleLineTitle -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BATTERY_LIGHT_LOW_COLOR_VALIDATOR -okhttp3.Route: okhttp3.Address address -cyanogenmod.hardware.CMHardwareManager: int FEATURE_KEY_DISABLE -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.String dailyWeatherDescription -androidx.lifecycle.ComputableLiveData$1: void onActive() -androidx.appcompat.widget.SearchView: int getImeOptions() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_86 -wangdaye.com.geometricweather.common.basic.models.weather.Alert: long getTime() -io.reactivex.internal.disposables.DisposableHelper: boolean dispose(java.util.concurrent.atomic.AtomicReference) -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: void updateDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) -com.google.android.material.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_1 -cyanogenmod.weather.WeatherInfo$DayForecast$1: java.lang.Object[] newArray(int) -android.didikee.donate.R$attr: int actionModeCopyDrawable -james.adaptiveicon.R$attr: int popupMenuStyle -com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_borderless_material -io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: int size -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: ObservableSkipLastTimed$SkipLastTimedObserver(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,int,boolean) -com.google.android.material.R$integer: int mtrl_badge_max_character_count -wangdaye.com.geometricweather.R$styleable: int PreferenceImageView_android_maxHeight -com.google.android.material.button.MaterialButtonToggleGroup: MaterialButtonToggleGroup(android.content.Context,android.util.AttributeSet) -com.amap.api.fence.GeoFence: java.lang.String getFenceId() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: java.util.List area -wangdaye.com.geometricweather.R$styleable: int TagView_checked -com.google.android.gms.common.api.ApiException: int getStatusCode() -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator$SavedState: android.os.Parcelable$Creator CREATOR -com.google.android.material.textfield.TextInputLayout: void setPrefixText(java.lang.CharSequence) -com.jaredrummler.android.colorpicker.R$color: int abc_tint_switch_track -james.adaptiveicon.R$color: int primary_text_default_material_dark -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getWindLevel() -android.didikee.donate.R$styleable: int Toolbar_android_gravity -cyanogenmod.app.LiveLockScreenManager: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary -androidx.preference.R$styleable: int AppCompatTextView_fontVariationSettings -androidx.hilt.R$dimen: int compat_button_inset_horizontal_material -okhttp3.internal.Util: java.util.TimeZone UTC -android.didikee.donate.R$style: int Widget_AppCompat_ActionBar_TabView -android.didikee.donate.R$styleable: int AppCompatTheme_textColorSearchUrl -androidx.preference.R$attr: int overlapAnchor -androidx.constraintlayout.widget.R$string: int abc_menu_delete_shortcut_label -com.google.android.material.R$id: int text_input_start_icon -androidx.core.R$attr: int fontProviderCerts -com.google.android.material.R$styleable: int TextAppearance_android_shadowDy -io.reactivex.Observable: io.reactivex.Observable window(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -androidx.swiperefreshlayout.R$dimen: int notification_top_pad_large_text -okhttp3.CacheControl: boolean isPrivate() -androidx.preference.R$dimen: int abc_edit_text_inset_bottom_material -com.google.android.material.R$attr: int expandedHintEnabled -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline -james.adaptiveicon.R$styleable: int TextAppearance_fontFamily -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: double HoursOfSnow -wangdaye.com.geometricweather.R$drawable: int weather_cloudy_2 -com.amap.api.fence.GeoFenceClient: com.amap.api.fence.GeoFenceManagerBase a(android.content.Context) -wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation: wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation LEFT -androidx.vectordrawable.animated.R$color: int notification_action_color_filter -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum -okhttp3.Response: java.lang.String header(java.lang.String,java.lang.String) -androidx.recyclerview.R$integer: R$integer() -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_RatingBar_Indicator -com.jaredrummler.android.colorpicker.R$dimen: int abc_button_padding_horizontal_material -com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_layout_behavior -com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource DATA_DISK_CACHE -com.google.android.material.R$styleable: int TextAppearance_textLocale -androidx.recyclerview.R$attr: int fontProviderPackage -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHorizontal_weight -wangdaye.com.geometricweather.R$attr: int closeIconTint -wangdaye.com.geometricweather.R$layout: int mtrl_alert_select_dialog_item -androidx.appcompat.R$color: int material_deep_teal_200 -wangdaye.com.geometricweather.R$style: int Widget_Design_FloatingActionButton -com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_font -okhttp3.internal.http.HttpHeaders: void parseChallengeHeader(java.util.List,okio.Buffer) -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: ObservableGroupJoin$GroupJoinDisposable(io.reactivex.Observer,io.reactivex.functions.Function,io.reactivex.functions.Function,io.reactivex.functions.BiFunction) -com.google.android.material.floatingactionbutton.FloatingActionButton: void setHideMotionSpecResource(int) -com.xw.repo.bubbleseekbar.R$styleable: int ActionMode_background -com.google.android.material.R$color: int mtrl_textinput_filled_box_default_background_color -cyanogenmod.weather.IRequestInfoListener$Stub$Proxy: java.lang.String getInterfaceDescriptor() -james.adaptiveicon.R$styleable: int MenuItem_android_alphabeticShortcut -org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.database.Database getDatabase() -wangdaye.com.geometricweather.R$id: int month_title -com.google.android.material.R$styleable: int KeyTrigger_onPositiveCross -androidx.hilt.lifecycle.R$color -android.didikee.donate.R$color: int bright_foreground_material_dark -wangdaye.com.geometricweather.R$id: int widget_day_week_temp_5 -com.google.android.material.R$color: int abc_secondary_text_material_light -androidx.appcompat.R$id: R$id() -androidx.activity.R$style: int TextAppearance_Compat_Notification -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_measureWithLargestChild -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_min -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Metric: AccuCurrentResult$WetBulbTemperature$Metric() -okio.HashingSink: okio.HashingSink hmacSha512(okio.Sink,okio.ByteString) -androidx.viewpager2.R$styleable: int FontFamily_fontProviderQuery -wangdaye.com.geometricweather.R$attr: int buttonBarButtonStyle -cyanogenmod.providers.DataUsageContract: int COLUMN_OF_ENABLE -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: java.lang.String ShortPhrase -com.turingtechnologies.materialscrollbar.R$attr: int listLayout -com.turingtechnologies.materialscrollbar.R$animator: int mtrl_chip_state_list_anim -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial: int UnitType -androidx.appcompat.R$style: int Widget_AppCompat_AutoCompleteTextView -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Headline3 -androidx.coordinatorlayout.R$styleable: int FontFamilyFont_android_font -okio.Buffer: okio.BufferedSink emitCompleteSegments() -androidx.preference.R$id: int accessibility_custom_action_29 -androidx.preference.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum: AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum() -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: java.lang.String[] getPermissions() -com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_animSteps -com.google.android.gms.base.R$color: int common_google_signin_btn_text_dark_focused -cyanogenmod.app.CustomTileListenerService: boolean isBound() -android.didikee.donate.R$attr: int actionBarTabTextStyle -android.didikee.donate.R$styleable: int Toolbar_titleMarginTop -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: io.reactivex.internal.disposables.SequentialDisposable task -wangdaye.com.geometricweather.R$id: int time -cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_TEMPERATURE_MODE -com.turingtechnologies.materialscrollbar.R$id: int pin -org.greenrobot.greendao.AbstractDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) -androidx.fragment.R$layout: int notification_template_part_chronometer -androidx.appcompat.R$styleable: int[] ActionMenuView -okhttp3.CacheControl: boolean noCache -james.adaptiveicon.R$layout: int notification_template_part_chronometer -androidx.appcompat.R$attr: int fontProviderFetchStrategy -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BATTERY_LIGHT_MEDIUM_COLOR_VALIDATOR -wangdaye.com.geometricweather.R$string: int widget_day -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableLeftCompat -wangdaye.com.geometricweather.R$string: int common_google_play_services_enable_title -androidx.coordinatorlayout.R$layout: int notification_template_part_time -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHeight_max -com.xw.repo.bubbleseekbar.R$attr: int dialogPreferredPadding -androidx.constraintlayout.widget.R$dimen: int abc_dialog_fixed_width_minor -com.google.android.material.internal.ParcelableSparseArray: android.os.Parcelable$Creator CREATOR -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: org.reactivestreams.Subscription upstream -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean weather -androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: AppCompatMultiAutoCompleteTextView(android.content.Context,android.util.AttributeSet) -com.xw.repo.bubbleseekbar.R$color: int material_deep_teal_200 -com.google.android.material.R$drawable: int abc_cab_background_internal_bg -retrofit2.adapter.rxjava2.package-info -okhttp3.logging.HttpLoggingInterceptor: okhttp3.logging.HttpLoggingInterceptor$Logger logger -com.google.android.material.bottomappbar.BottomAppBar: androidx.appcompat.widget.ActionMenuView getActionMenuView() -com.google.android.material.R$style: int TextAppearance_Design_CollapsingToolbar_Expanded -androidx.hilt.lifecycle.R$drawable: R$drawable() -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: okhttp3.Request request() -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_minHeight -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_137 -wangdaye.com.geometricweather.R$id: int star_1 -io.reactivex.Observable: io.reactivex.Observable window(java.util.concurrent.Callable,int) -com.google.android.material.transformation.FabTransformationSheetBehavior: FabTransformationSheetBehavior(android.content.Context,android.util.AttributeSet) -android.didikee.donate.R$style: int Platform_V25_AppCompat -com.google.android.material.R$attr: int colorAccent -wangdaye.com.geometricweather.R$id: int widget_trend_hourly -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem -wangdaye.com.geometricweather.R$id: int auto -wangdaye.com.geometricweather.R$layout: int abc_popup_menu_header_item_layout -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getDaytimeWeatherPhase() -androidx.appcompat.R$drawable: int abc_item_background_holo_dark -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_endIconTint -androidx.preference.R$attr: int height -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored -com.google.gson.stream.JsonReader: int PEEKED_DOUBLE_QUOTED -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintVertical_bias -com.google.android.material.R$attr: int collapseContentDescription -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_AES_256_CBC_SHA256 -com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat_Dark -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light_Dialog_MinWidth -wangdaye.com.geometricweather.db.entities.LocationEntity: void setProvince(java.lang.String) -retrofit2.Retrofit: java.util.Map serviceMethodCache -com.google.android.material.R$styleable: int AppCompatTextView_drawableBottomCompat -wangdaye.com.geometricweather.R$styleable: int Layout_layout_goneMarginRight -com.turingtechnologies.materialscrollbar.R$styleable: int ActivityChooserView_initialActivityCount -com.bumptech.glide.R$id: int end -androidx.appcompat.widget.AppCompatCheckedTextView: AppCompatCheckedTextView(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.slider.RangeSlider: void setMinSeparation(float) -androidx.preference.R$styleable: int AppCompatTextView_android_textAppearance -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit valueOf(java.lang.String) -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle -retrofit2.DefaultCallAdapterFactory -com.google.android.material.R$styleable: int AppCompatTheme_actionModeCopyDrawable -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: AccuMinuteResult$SummariesBean() -com.google.android.material.R$color: int cardview_shadow_end_color -androidx.preference.R$style: int Widget_AppCompat_RatingBar_Small -cyanogenmod.providers.CMSettings$NameValueCache: java.lang.String NAME_EQ_PLACEHOLDER -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: io.reactivex.ObservableSource fallback -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: io.reactivex.Scheduler$Worker worker -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int pm10 -com.amap.api.location.AMapLocation: java.lang.String getProvider() -cyanogenmod.hardware.CMHardwareManager: int COLOR_CALIBRATION_RED_INDEX -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_autoSizeTextType -com.turingtechnologies.materialscrollbar.R$styleable: int[] GradientColor -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Imperial: java.lang.String Unit -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.util.Date sunriseTime -androidx.appcompat.widget.ActionBarContextView: ActionBarContextView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: void drain() -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver otherObserver -androidx.core.R$layout: int custom_dialog -com.amap.api.location.AMapLocation: boolean o -androidx.vectordrawable.R$dimen: int notification_large_icon_width -io.reactivex.observers.DisposableObserver: void dispose() -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: void onSubscribe(org.reactivestreams.Subscription) -okhttp3.FormBody: okhttp3.MediaType contentType() -com.amap.api.location.DPoint: double b -okio.Buffer: okio.Buffer$UnsafeCursor readUnsafe(okio.Buffer$UnsafeCursor) -com.amap.api.location.APSService -androidx.drawerlayout.R$integer: R$integer() -android.didikee.donate.R$layout: int notification_template_part_time -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver parent -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean dispatchGenericMotionEvent(android.view.MotionEvent) -com.google.android.material.R$anim: int btn_radio_to_off_mtrl_ring_outer_animation -com.github.rahatarmanahmed.cpv.R$attr: int cpv_maxProgress -okhttp3.internal.connection.RouteSelector$Selection: java.util.List routes -android.didikee.donate.R$id: int title -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric: AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric() -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: void onError(java.lang.Throwable) -cyanogenmod.app.CustomTileListenerService: java.lang.String TAG -com.xw.repo.bubbleseekbar.R$attr: int windowMinWidthMinor -android.didikee.donate.R$style: int Widget_AppCompat_ActionBar_TabText -com.google.android.material.R$attr: int boxCornerRadiusTopStart -androidx.appcompat.R$id: int scrollView -com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_Chip -androidx.preference.R$attr: int contentInsetEndWithActions -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintCircle -wangdaye.com.geometricweather.R$array: int precipitation_unit_voices -com.google.android.material.R$id: int textSpacerNoTitle -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: FlowableRepeatWhen$WhenSourceSubscriber(org.reactivestreams.Subscriber,io.reactivex.processors.FlowableProcessor,org.reactivestreams.Subscription) -okio.Okio$3: Okio$3() -androidx.constraintlayout.widget.R$styleable: int AppCompatImageView_android_src -okhttp3.internal.http2.Huffman: okhttp3.internal.http2.Huffman get() -okhttp3.internal.publicsuffix.PublicSuffixDatabase: okhttp3.internal.publicsuffix.PublicSuffixDatabase get() -okhttp3.internal.cache.DiskLruCache$2: void onException(java.io.IOException) -okhttp3.internal.http2.Header: okio.ByteString name -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: boolean delayErrors -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_star_half_black_16dp -com.google.android.material.R$dimen: int mtrl_chip_pressed_translation_z -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: void setFrom(java.lang.String) -com.google.android.material.R$attr: int drawableBottomCompat -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String COMPONENT_ID -androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type TOP -androidx.appcompat.widget.SearchView: void setIconifiedByDefault(boolean) -com.google.android.material.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha -android.didikee.donate.R$styleable: int SearchView_queryHint -com.google.gson.internal.LazilyParsedNumber: int intValue() -wangdaye.com.geometricweather.db.entities.DailyEntityDao: boolean isEntityUpdateable() -androidx.constraintlayout.widget.R$attr: int navigationMode -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceImageView_maxWidth -okhttp3.OkHttpClient$Builder: java.util.List connectionSpecs -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource -com.xw.repo.bubbleseekbar.R$attr: int ttcIndex -com.google.android.material.R$layout: int mtrl_picker_fullscreen -wangdaye.com.geometricweather.R$attr: int materialButtonOutlinedStyle -com.google.gson.internal.LinkedTreeMap: void removeInternal(com.google.gson.internal.LinkedTreeMap$Node,boolean) -com.google.android.material.progressindicator.ProgressIndicator: void setIndicatorType(int) -com.google.android.material.R$styleable: int TextInputLayout_prefixText -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric: AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric() -cyanogenmod.themes.IThemeChangeListener$Stub: int TRANSACTION_onProgress_0 -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float pressure -wangdaye.com.geometricweather.R$id: int cpv_color_image_view -cyanogenmod.app.Profile$ProfileTrigger: int mState -io.reactivex.Observable: io.reactivex.Observable scan(io.reactivex.functions.BiFunction) -com.xw.repo.bubbleseekbar.R$dimen: int notification_large_icon_height -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial: double Value -okhttp3.internal.cache.DiskLruCache$Snapshot: long[] lengths -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_14 -wangdaye.com.geometricweather.common.basic.models.weather.Astro -cyanogenmod.platform.Manifest$permission: java.lang.String READ_MSIM_PHONE_STATE -androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_fontWeight -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: void setNames(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX) -com.turingtechnologies.materialscrollbar.R$dimen: int notification_media_narrow_margin -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_Dialog_Alert -com.google.android.material.textfield.TextInputLayout: float getBoxCornerRadiusBottomStart() -com.xw.repo.bubbleseekbar.R$color: int material_blue_grey_800 -com.bumptech.glide.R$id: R$id() -com.google.android.material.R$style: int Theme_AppCompat_Empty -okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean isCanceled() -okhttp3.OkHttpClient$Builder: int pingInterval -android.didikee.donate.R$string: int abc_shareactionprovider_share_with -com.google.android.material.tabs.TabLayout: int getTabMode() -retrofit2.RequestBuilder: java.util.regex.Pattern PATH_TRAVERSAL -androidx.appcompat.R$dimen: int abc_text_size_title_material -wangdaye.com.geometricweather.R$id: int dialog_location_help_locationTitle -okhttp3.HttpUrl: okhttp3.HttpUrl$Builder newBuilder() -com.google.android.material.R$id: int spread -androidx.appcompat.widget.AppCompatAutoCompleteTextView: void setBackgroundResource(int) -cyanogenmod.app.ILiveLockScreenManagerProvider: boolean unregisterChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) -androidx.preference.R$styleable: int AppCompatTheme_actionBarTabStyle -okhttp3.internal.connection.RealConnection: okhttp3.Handshake handshake() -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: io.reactivex.Observer downstream -com.google.android.material.R$styleable: int CustomAttribute_attributeName -androidx.cardview.R$attr: int cardElevation -com.google.android.material.R$attr: int layout_constraintEnd_toEndOf -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver -androidx.appcompat.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow -retrofit2.Retrofit: retrofit2.Converter nextRequestBodyConverter(retrofit2.Converter$Factory,java.lang.reflect.Type,java.lang.annotation.Annotation[],java.lang.annotation.Annotation[]) -wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar: PrecipitationBar(android.content.Context,android.util.AttributeSet,int) -androidx.appcompat.R$attr: int closeIcon -wangdaye.com.geometricweather.R$dimen: int default_dimension -james.adaptiveicon.R$dimen: int abc_dropdownitem_text_padding_right -wangdaye.com.geometricweather.R$drawable: int notif_temp_45 -cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String pkg -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Speed: java.lang.String Unit -wangdaye.com.geometricweather.R$style: int Base_V7_Widget_AppCompat_Toolbar -androidx.preference.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable -com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity -io.reactivex.Observable: io.reactivex.Observable concatArrayEagerDelayError(io.reactivex.ObservableSource[]) -com.google.android.material.R$id: int search_plate -com.google.android.material.R$styleable: int AppCompatTheme_panelMenuListTheme -com.github.rahatarmanahmed.cpv.CircularProgressView$1: CircularProgressView$1(com.github.rahatarmanahmed.cpv.CircularProgressView) -androidx.core.R$attr: int alpha -com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$Node findByEntry(java.util.Map$Entry) -wangdaye.com.geometricweather.R$layout: int item_tag -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_switchMinWidth -okhttp3.internal.cache2.Relay: okio.ByteString PREFIX_DIRTY -androidx.appcompat.R$attr: int drawableRightCompat -io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit) -okio.Okio: okio.Source source(java.net.Socket) -androidx.core.widget.NestedScrollView: void setOnScrollChangeListener(androidx.core.widget.NestedScrollView$OnScrollChangeListener) -com.google.android.material.R$drawable: int abc_textfield_search_default_mtrl_alpha -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title -androidx.constraintlayout.utils.widget.ImageFilterButton: void setRoundPercent(float) -androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse -okhttp3.internal.http2.Settings: int MAX_FRAME_SIZE -androidx.appcompat.app.ActionBar: void removeOnMenuVisibilityListener(androidx.appcompat.app.ActionBar$OnMenuVisibilityListener) -okhttp3.TlsVersion: java.util.List forJavaNames(java.lang.String[]) -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_iconEndPadding -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableTint -androidx.appcompat.R$attr: int actionBarTheme -james.adaptiveicon.R$attr: int subtitleTextColor -wangdaye.com.geometricweather.R$styleable: int Toolbar_titleTextAppearance -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: io.reactivex.Observer downstream -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setDescription(java.lang.String) -com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_border_width -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_9 -wangdaye.com.geometricweather.R$styleable: int Transform_android_rotationY -retrofit2.Utils: java.lang.RuntimeException parameterError(java.lang.reflect.Method,int,java.lang.String,java.lang.Object[]) -com.google.android.material.R$styleable: int ProgressIndicator_trackColor -james.adaptiveicon.R$attr: int buttonBarNegativeButtonStyle -wangdaye.com.geometricweather.R$string: int path_password_eye_mask_visible -androidx.lifecycle.extensions.R$styleable: R$styleable() -wangdaye.com.geometricweather.R$drawable: int notif_temp_70 -androidx.room.RoomDatabase$JournalMode: androidx.room.RoomDatabase$JournalMode valueOf(java.lang.String) -okhttp3.Cache$CacheRequestImpl$1 -wangdaye.com.geometricweather.R$layout: int widget_clock_day_tile -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText -com.turingtechnologies.materialscrollbar.R$id: int transition_position -androidx.viewpager2.widget.ViewPager2 -cyanogenmod.providers.CMSettings$System: int getIntForUser(android.content.ContentResolver,java.lang.String,int) -android.didikee.donate.R$styleable: int Toolbar_subtitleTextColor -com.google.android.material.R$id: int chip1 -androidx.hilt.R$styleable: int ColorStateListItem_android_alpha -androidx.appcompat.R$color: int abc_tint_edittext -cyanogenmod.weather.RequestInfo$Builder: boolean isValidTempUnit(int) -androidx.hilt.R$id: int actions -com.google.android.material.R$dimen: int design_bottom_sheet_modal_elevation -androidx.lifecycle.AbstractSavedStateViewModelFactory -cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String getKey() -androidx.constraintlayout.widget.R$color: int abc_primary_text_material_light -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_DarkActionBar_Bridge -wangdaye.com.geometricweather.R$styleable: int[] KeyFramesAcceleration -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: boolean isDisposed() -wangdaye.com.geometricweather.R$drawable: int notif_temp_128 -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_7 -com.turingtechnologies.materialscrollbar.R$color: int primary_text_disabled_material_dark -james.adaptiveicon.R$attr: int textAppearanceLargePopupMenu -com.google.android.material.R$id: int list_item -wangdaye.com.geometricweather.R$id: int center -cyanogenmod.hardware.ICMHardwareService: boolean set(int,boolean) -androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_ttcIndex -wangdaye.com.geometricweather.R$drawable: int widget_card_light_100 -com.turingtechnologies.materialscrollbar.R$attr: int buttonBarPositiveButtonStyle -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_BarSize -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: void dispose() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dialogPreferredPadding -com.google.android.material.R$attr: int ttcIndex -com.turingtechnologies.materialscrollbar.R$attr: int fabSize -androidx.hilt.work.R$color: int notification_action_color_filter -cyanogenmod.weather.WeatherInfo$DayForecast: int hashCode() -com.google.android.material.R$styleable: int AppCompatTextView_lineHeight -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay CARD_DAILY_OVERVIEW -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_l -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder setEncodedPathSegment(int,java.lang.String) -com.jaredrummler.android.colorpicker.R$layout: int preference_material -wangdaye.com.geometricweather.db.entities.AlertEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) -androidx.preference.R$styleable: int PreferenceTheme_preferenceCategoryStyle -io.reactivex.internal.operators.observable.ObserverResourceWrapper: void onNext(java.lang.Object) -cyanogenmod.app.CustomTile$ExpandedItem: java.lang.String itemSummary -wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: RoundProgress(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown -cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String province -okhttp3.TlsVersion: java.lang.String javaName() -wangdaye.com.geometricweather.R$styleable: int Preference_android_icon -okhttp3.logging.LoggingEventListener: LoggingEventListener(okhttp3.logging.HttpLoggingInterceptor$Logger,okhttp3.logging.LoggingEventListener$1) -okhttp3.Response: java.lang.String message() -wangdaye.com.geometricweather.R$id: int dialog_location_help_title -com.turingtechnologies.materialscrollbar.R$attr: int actionModeSelectAllDrawable -androidx.appcompat.R$styleable: int View_theme -wangdaye.com.geometricweather.R$id: int activity_alert_toolbar -com.google.android.material.R$dimen: int mtrl_calendar_day_today_stroke -okhttp3.internal.http2.Settings: int ENABLE_PUSH -retrofit2.HttpException: java.lang.String message -androidx.appcompat.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog -james.adaptiveicon.R$styleable: int ActionBar_titleTextStyle -james.adaptiveicon.R$styleable: int AppCompatTheme_windowActionBarOverlay -com.google.android.material.progressindicator.ProgressIndicator: void setProgressDrawable(android.graphics.drawable.Drawable) -james.adaptiveicon.R$color: int material_blue_grey_950 -androidx.customview.R$styleable: int[] FontFamily -okhttp3.CacheControl$Builder: boolean noTransform -com.google.android.material.slider.Slider: void setTrackActiveTintList(android.content.res.ColorStateList) -com.amap.api.location.AMapLocation: int p -androidx.work.impl.workers.CombineContinuationsWorker -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder removeAllEncodedQueryParameters(java.lang.String) -wangdaye.com.geometricweather.R$attr: int popupTheme -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: FitSystemBarRecyclerView(android.content.Context) -org.greenrobot.greendao.database.DatabaseOpenHelper: void onUpgrade(android.database.sqlite.SQLiteDatabase,int,int) -androidx.core.R$dimen -androidx.appcompat.R$attr: int subtitle -wangdaye.com.geometricweather.R$anim: int fragment_manange_enter -wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoldDescription(java.lang.String) -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Subtitle2 -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox -androidx.recyclerview.R$dimen: int notification_media_narrow_margin -wangdaye.com.geometricweather.R$dimen: int design_snackbar_padding_vertical -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.rx.RxDao rxPlain() -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderTitle -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float snowPrecipitationProbability -okhttp3.internal.cache.CacheInterceptor$1: okio.BufferedSink val$cacheBody -retrofit2.HttpServiceMethod: retrofit2.RequestFactory requestFactory -androidx.preference.PreferenceManager: void setOnNavigateToScreenListener(androidx.preference.PreferenceManager$OnNavigateToScreenListener) -com.google.android.material.R$drawable: int abc_vector_test -com.turingtechnologies.materialscrollbar.R$attr: int ratingBarStyleIndicator -com.turingtechnologies.materialscrollbar.R$attr: int editTextBackground -james.adaptiveicon.R$styleable: int SearchView_layout -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_66 -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_toTopOf -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: cyanogenmod.app.LiveLockScreenInfo getDefaultLiveLockScreen() -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_28 -io.reactivex.internal.subscriptions.BasicIntQueueSubscription -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHeight_max -wangdaye.com.geometricweather.db.entities.WeatherEntity: void resetHourlyEntityList() -com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_NOWIFIANDAP -wangdaye.com.geometricweather.db.entities.DailyEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) -retrofit2.Converter$Factory: retrofit2.Converter requestBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],java.lang.annotation.Annotation[],retrofit2.Retrofit) -wangdaye.com.geometricweather.R$attr: int counterOverflowTextAppearance -com.google.android.gms.common.internal.GetServiceRequest: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeDegreeDayTemperature(java.lang.Integer) -wangdaye.com.geometricweather.R$styleable: int ForegroundLinearLayout_foregroundInsidePadding -androidx.viewpager.widget.ViewPager: void setScrollState(int) -androidx.preference.R$style: int Base_Theme_AppCompat_DialogWhenLarge -com.google.android.gms.base.R$drawable: int common_google_signin_btn_text_light_normal -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: long serialVersionUID -com.google.android.material.R$styleable: int LinearLayoutCompat_dividerPadding -com.amap.api.location.AMapLocation: int TRUSTED_LEVEL_HIGH -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: int val$width -com.xw.repo.bubbleseekbar.R$attr: int titleMargin -wangdaye.com.geometricweather.R$string: int feedback_readd_location_after_changing_source -wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String getContent() -com.google.android.gms.base.R$styleable: int SignInButton_buttonSize -com.google.android.material.R$color: int mtrl_text_btn_text_color_selector -androidx.vectordrawable.animated.R$dimen: int notification_top_pad -androidx.appcompat.R$style: int Base_V7_Theme_AppCompat -com.google.android.material.textfield.TextInputLayout$SavedState -wangdaye.com.geometricweather.R$drawable: int notif_temp_24 -okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Stream removeStream(int) -com.google.android.material.R$style: int Animation_AppCompat_DropDownUp -android.didikee.donate.R$styleable: int MenuItem_actionLayout -wangdaye.com.geometricweather.R$styleable: int RoundCornerTransition_radius_from -com.google.android.material.R$style: int Base_Widget_MaterialComponents_PopupMenu_Overflow -io.reactivex.internal.subscriptions.SubscriptionHelper: boolean setOnce(java.util.concurrent.atomic.AtomicReference,org.reactivestreams.Subscription) -com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_itemIconDisabledAlpha -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: io.reactivex.Observer downstream -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: io.reactivex.internal.fuseable.SimpleQueue queue -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.String TABLENAME -com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType GPS -retrofit2.http.Path -com.google.android.material.R$dimen: int design_snackbar_text_size -okio.RealBufferedSink$1: void write(byte[],int,int) -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$id: int widget_trend_daily_item_3 -com.google.android.material.R$layout: int material_clock_display_divider -android.didikee.donate.R$styleable: int AppCompatTheme_alertDialogTheme -wangdaye.com.geometricweather.R$attr: int tabPaddingTop -wangdaye.com.geometricweather.R$string: int mtrl_picker_toggle_to_day_selection -cyanogenmod.providers.ThemesContract$ThemesColumns$InstallState: ThemesContract$ThemesColumns$InstallState() -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_menu_material -wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_TabLayoutTheme -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getVisibility() -androidx.constraintlayout.widget.R$styleable: int AppCompatSeekBar_tickMarkTint -wangdaye.com.geometricweather.common.basic.models.weather.Astro: java.util.Date getRiseDate() -cyanogenmod.app.ICMTelephonyManager$Stub: ICMTelephonyManager$Stub() -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid -androidx.appcompat.R$id: int none -androidx.appcompat.R$id: int progress_circular -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_default_padding_start_material -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr -com.google.android.material.R$style: int Widget_AppCompat_AutoCompleteTextView -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_Alert -androidx.hilt.lifecycle.R$string -com.bumptech.glide.R$dimen: int compat_notification_large_icon_max_width -io.reactivex.internal.subscriptions.EmptySubscription: io.reactivex.internal.subscriptions.EmptySubscription INSTANCE -com.google.gson.stream.MalformedJsonException -com.google.android.material.R$style: int Base_Widget_AppCompat_ActionMode -com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_text_color_selector -com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_check_to_on_mtrl_000 -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 -wangdaye.com.geometricweather.R$attr: int overlay -androidx.appcompat.R$attr: int actionBarPopupTheme -androidx.preference.R$attr: int allowDividerAfterLastItem -androidx.preference.R$styleable: int ActionBar_progressBarPadding -cyanogenmod.app.Profile: cyanogenmod.profiles.RingModeSettings mRingMode -android.didikee.donate.R$style: int Base_Widget_AppCompat_SeekBar_Discrete -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarTabTextStyle -okhttp3.internal.http.HttpMethod: HttpMethod() -wangdaye.com.geometricweather.R$attr: int singleLine -io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: io.reactivex.disposables.Disposable upstream -cyanogenmod.app.CMContextConstants: java.lang.String CM_PARTNER_INTERFACE -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String alarmPic2 -com.google.android.material.R$id: int accessibility_custom_action_8 -com.xw.repo.bubbleseekbar.R$id: int bottom -com.jaredrummler.android.colorpicker.R$layout: int cpv_color_item_circle -android.didikee.donate.R$attr: int seekBarStyle -wangdaye.com.geometricweather.R$attr: int telltales_tailColor -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabInlineLabel -android.didikee.donate.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: boolean isLeft -okhttp3.internal.http.RealResponseBody: java.lang.String contentTypeString -androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType STRING_TYPE -com.google.android.material.R$attr: int state_collapsed -androidx.constraintlayout.widget.R$attr: int contentInsetStart -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getWeatherText() -androidx.transition.R$attr: int fontWeight -androidx.appcompat.R$styleable: int AppCompatTheme_toolbarStyle -androidx.preference.R$styleable: int SwitchPreferenceCompat_summaryOff -okio.AsyncTimeout$Watchdog: AsyncTimeout$Watchdog() -android.didikee.donate.R$dimen: int notification_large_icon_height -com.google.android.gms.common.SignInButton: void setEnabled(boolean) -okhttp3.OkHttpClient$Builder: okhttp3.Dispatcher dispatcher -cyanogenmod.providers.CMSettings$System: boolean putFloat(android.content.ContentResolver,java.lang.String,float) -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: io.reactivex.disposables.CompositeDisposable set -wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: SwipeSwitchLayout(android.content.Context) -android.didikee.donate.R$id: int scrollIndicatorDown -androidx.preference.R$styleable: int MenuItem_contentDescription -okhttp3.internal.http2.Http2Writer: okio.BufferedSink sink -com.turingtechnologies.materialscrollbar.R$drawable: int abc_textfield_default_mtrl_alpha -okhttp3.internal.http.StatusLine: java.lang.String toString() -androidx.vectordrawable.R$id: int accessibility_custom_action_16 -androidx.constraintlayout.widget.R$layout: int abc_list_menu_item_checkbox -james.adaptiveicon.R$style: int AlertDialog_AppCompat -io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: io.reactivex.Observer downstream -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: io.reactivex.internal.disposables.DisposableContainer tasks -com.bumptech.glide.Registry$NoResultEncoderAvailableException: Registry$NoResultEncoderAvailableException(java.lang.Class) -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner -cyanogenmod.providers.CMSettings$NameValueCache: java.lang.String mCallGetCommand -androidx.drawerlayout.R$style -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getPrimary() -androidx.legacy.coreutils.R$id: int actions -androidx.preference.R$dimen: int abc_dialog_fixed_width_minor -wangdaye.com.geometricweather.R$attr: int dialogTitle -androidx.appcompat.R$layout: int abc_alert_dialog_button_bar_material -com.bumptech.glide.Priority: com.bumptech.glide.Priority HIGH -cyanogenmod.externalviews.ExternalView$8: cyanogenmod.externalviews.ExternalView this$0 -okhttp3.logging.LoggingEventListener: void secureConnectEnd(okhttp3.Call,okhttp3.Handshake) -okhttp3.internal.ws.RealWebSocket$Message -cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String getOpPkg() -wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar: PrecipitationBar(android.content.Context,android.util.AttributeSet) -android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown -androidx.activity.ComponentActivity -com.google.android.material.R$color: int design_dark_default_color_on_background -com.google.android.material.R$attr: int layoutManager -wangdaye.com.geometricweather.R$styleable: int AppBarLayout_statusBarForeground -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: int state -okhttp3.Handshake: okhttp3.Handshake get(javax.net.ssl.SSLSession) -cyanogenmod.app.ICMTelephonyManager$Stub: cyanogenmod.app.ICMTelephonyManager asInterface(android.os.IBinder) -com.jaredrummler.android.colorpicker.R$id: int uniform -com.amap.api.location.CoordinateConverter: com.amap.api.location.CoordinateConverter from(com.amap.api.location.CoordinateConverter$CoordType) -androidx.preference.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable -cyanogenmod.app.Profile: Profile(java.lang.String) -androidx.lifecycle.LifecycleRegistry: java.util.ArrayList mParentStates -cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo build() -okhttp3.internal.http2.Http2Connection$4: java.util.List val$requestHeaders -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setOnceLocation(boolean) -com.google.android.material.navigation.NavigationView: NavigationView(android.content.Context) -androidx.legacy.coreutils.R$drawable: int notification_bg_low_normal -com.google.android.material.R$attr: int popupWindowStyle -com.turingtechnologies.materialscrollbar.R$color: int mtrl_text_btn_text_color_selector -com.turingtechnologies.materialscrollbar.R$color: int design_bottom_navigation_shadow_color -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$LocalSource -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu -okhttp3.internal.cache2.Relay: boolean isClosed() -okhttp3.internal.platform.Platform: javax.net.ssl.X509TrustManager trustManager(javax.net.ssl.SSLSocketFactory) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String pubTime -androidx.constraintlayout.widget.R$id: int title -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setExtendMotionSpecResource(int) -org.greenrobot.greendao.database.DatabaseOpenHelper: java.lang.String name -androidx.preference.R$id: int accessibility_custom_action_9 -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String moonPhaseDescription -cyanogenmod.profiles.RingModeSettings$1: cyanogenmod.profiles.RingModeSettings createFromParcel(android.os.Parcel) -androidx.fragment.R$anim -james.adaptiveicon.R$styleable: int Toolbar_titleMarginEnd -okio.Okio: okio.Sink sink(java.net.Socket) -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: void setInteractivity(boolean) -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ButtonBar -wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_rightToLeft -androidx.lifecycle.ViewModelProviders$DefaultFactory -android.didikee.donate.R$dimen: int abc_dropdownitem_text_padding_left -wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialog_backgroundInsetBottom -cyanogenmod.app.ProfileGroup: boolean mDefaultGroup -okhttp3.internal.connection.StreamAllocation: boolean canceled -wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource access$000(wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_PSK_WITH_AES_256_CBC_SHA -androidx.preference.R$style: int Preference_DialogPreference_EditTextPreference -wangdaye.com.geometricweather.R$attr: int preferenceTheme -com.xw.repo.bubbleseekbar.R$styleable: int[] ActionMenuView -wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_rotationY -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_SearchResult_Title -androidx.lifecycle.extensions.R$anim: R$anim() -com.bumptech.glide.integration.okhttp.R$id: int blocking -androidx.appcompat.R$styleable: int ActionBar_contentInsetRight -androidx.loader.R$drawable: int notification_template_icon_low_bg -james.adaptiveicon.R$styleable: int ActionBar_divider -androidx.constraintlayout.widget.R$id: int action_bar_activity_content -cyanogenmod.profiles.BrightnessSettings: int getValue() -cyanogenmod.externalviews.ExternalViewProviderService$Provider: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl access$000(cyanogenmod.externalviews.ExternalViewProviderService$Provider) -com.google.android.material.R$attr: int contentInsetRight -androidx.fragment.app.FragmentManager -com.jaredrummler.android.colorpicker.R$id: int textSpacerNoTitle -wangdaye.com.geometricweather.R$style: int PopupWindowAnimation_Bottom_Right -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$DailyTemperature: java.lang.Float min -androidx.appcompat.R$id: int icon_group -com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List getHourlyEntityList() -androidx.preference.Preference: void setOnPreferenceChangeListener(androidx.preference.Preference$OnPreferenceChangeListener) -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_goneMarginTop -james.adaptiveicon.R$dimen: int hint_pressed_alpha_material_light -com.turingtechnologies.materialscrollbar.R$attr: int logo -android.didikee.donate.R$style: int Widget_AppCompat_ListView_Menu -wangdaye.com.geometricweather.background.receiver.widget.WidgetDayWeekProvider: WidgetDayWeekProvider() -androidx.fragment.R$id: int tag_screen_reader_focusable -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_thumbTextPadding -androidx.appcompat.R$style: int Theme_AppCompat_Dialog -androidx.appcompat.R$styleable: int ViewBackgroundHelper_android_background -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar -android.didikee.donate.R$attr: int titleMargins -androidx.appcompat.R$dimen: int abc_action_bar_default_padding_start_material -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_homeLayout -androidx.constraintlayout.widget.R$drawable: int abc_switch_track_mtrl_alpha -retrofit2.Platform: retrofit2.Platform findPlatform() -wangdaye.com.geometricweather.R$style: int widget_text_clock -com.jaredrummler.android.colorpicker.ColorPanelView: void setOriginalColor(int) -com.google.android.material.appbar.CollapsingToolbarLayout: void setScrimVisibleHeightTrigger(int) -androidx.preference.R$id: int action_bar_subtitle -com.turingtechnologies.materialscrollbar.R$animator: int mtrl_btn_unelevated_state_list_anim -androidx.constraintlayout.widget.R$dimen: int abc_control_inset_material -com.google.android.material.R$style: int Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Display2 -androidx.preference.R$styleable: int Spinner_android_popupBackground -com.google.android.material.R$style: int Widget_MaterialComponents_PopupMenu_Overflow -com.google.android.material.R$color: int mtrl_textinput_focused_box_stroke_color -wangdaye.com.geometricweather.R$attr: int horizontalOffset -androidx.constraintlayout.widget.R$styleable: int[] Spinner -com.turingtechnologies.materialscrollbar.R$attr: int drawableSize -androidx.preference.R$styleable: int AppCompatTextView_drawableEndCompat -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense -wangdaye.com.geometricweather.R$id: int item_weather_daily_air_content -androidx.appcompat.R$styleable: int AppCompatTheme_buttonStyle -com.google.android.material.R$drawable: int abc_menu_hardkey_panel_mtrl_mult -com.amap.api.location.AMapLocationQualityReport: boolean isWifiAble() -androidx.hilt.R$attr: int alpha -wangdaye.com.geometricweather.R$drawable: int flag_pl -androidx.appcompat.widget.AppCompatSpinner: android.content.res.ColorStateList getSupportBackgroundTintList() -androidx.preference.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid -com.amap.api.location.AMapLocationClientOption: boolean l -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Subhead_Inverse -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: java.lang.Object leaveTransform(java.lang.Object) -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: java.lang.String y -androidx.core.R$id -androidx.lifecycle.LiveData: void removeObservers(androidx.lifecycle.LifecycleOwner) -com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_textSize -com.google.android.material.chip.Chip: Chip(android.content.Context) -cyanogenmod.weather.IRequestInfoListener$Stub$Proxy: android.os.IBinder asBinder() -james.adaptiveicon.R$dimen: int abc_action_bar_elevation_material -io.reactivex.observers.DisposableObserver: void onStart() -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_Layout_android_layout_width -com.google.android.material.R$id: int parent -cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler: int MSG_SET_CLIENT -wangdaye.com.geometricweather.R$drawable: int abc_switch_thumb_material -androidx.legacy.coreutils.R$dimen: int compat_notification_large_icon_max_width -wangdaye.com.geometricweather.R$dimen: int widget_standard_weather_icon_size -com.google.android.material.R$dimen: int mtrl_btn_icon_btn_padding_left -io.reactivex.internal.subscribers.StrictSubscriber: boolean done -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth -com.turingtechnologies.materialscrollbar.R$style: int Base_V26_Widget_AppCompat_Toolbar -com.xw.repo.bubbleseekbar.R$layout: int notification_template_custom_big -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_fontVariationSettings -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: boolean hasNext() -cyanogenmod.weather.WeatherInfo: double access$802(cyanogenmod.weather.WeatherInfo,double) -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: void requestLocation(android.content.Context,wangdaye.com.geometricweather.location.services.LocationService$LocationCallback) -com.google.android.material.R$dimen: int mtrl_card_elevation -androidx.transition.R$styleable: int GradientColor_android_type -retrofit2.KotlinExtensions$awaitResponse$2$2 -com.turingtechnologies.materialscrollbar.R$attr: int navigationIcon -androidx.preference.R$dimen: int hint_alpha_material_light -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_Layout_layout_scrollInterpolator -com.amap.api.location.AMapLocation: java.lang.String g(com.amap.api.location.AMapLocation,java.lang.String) -com.turingtechnologies.materialscrollbar.MaterialScrollBar: void removeScrollListener(androidx.recyclerview.widget.RecyclerView$OnScrollListener) -com.google.android.material.R$id: int screen -wangdaye.com.geometricweather.R$drawable: int abc_ic_ab_back_material -com.google.android.material.R$interpolator: int mtrl_fast_out_linear_in -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setSunRiseSet(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean) -androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle -com.amap.api.location.AMapLocation: int getLocationType() -wangdaye.com.geometricweather.R$styleable: int CompoundButton_android_button -com.bumptech.glide.R$drawable: int notification_icon_background -cyanogenmod.hardware.IThermalListenerCallback -com.jaredrummler.android.colorpicker.R$color: int abc_search_url_text_selected -com.google.android.material.R$attr: int motionInterpolator -com.google.android.material.R$styleable: R$styleable() -androidx.appcompat.R$style: int Base_Theme_AppCompat_Dialog -com.bumptech.glide.integration.okhttp.R$dimen: int notification_action_text_size -com.turingtechnologies.materialscrollbar.R$attr: int switchStyle -okhttp3.Cache$2: java.lang.String nextUrl -androidx.loader.R$id: int normal -io.reactivex.Observable: io.reactivex.Observable switchOnNext(io.reactivex.ObservableSource,int) -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Body2 -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver -io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.github.rahatarmanahmed.cpv.BuildConfig: java.lang.String VERSION_NAME -com.jaredrummler.android.colorpicker.R$attr: int popupTheme -james.adaptiveicon.R$styleable: int ActionBar_itemPadding -io.reactivex.internal.schedulers.ScheduledRunnable: java.lang.Runnable actual -androidx.constraintlayout.widget.R$styleable: int KeyTrigger_onNegativeCross -com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleMarginEnd(int) -cyanogenmod.app.CustomTile$ExpandedStyle -cyanogenmod.externalviews.KeyguardExternalView$8: KeyguardExternalView$8(cyanogenmod.externalviews.KeyguardExternalView,boolean) -retrofit2.ParameterHandler: retrofit2.ParameterHandler array() -androidx.work.R$styleable: int FontFamilyFont_font -com.google.android.material.R$styleable: int BottomNavigationView_itemTextColor -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintEnd_toEndOf -com.xw.repo.bubbleseekbar.R$drawable: int abc_list_pressed_holo_light -com.amap.api.location.APSService: int onStartCommand(android.content.Intent,int,int) -androidx.preference.R$drawable: int abc_btn_check_material_anim -androidx.vectordrawable.animated.R$drawable -android.didikee.donate.R$styleable: int[] AppCompatTheme -androidx.transition.R$integer: R$integer() -android.didikee.donate.R$styleable: int AppCompatTheme_colorControlHighlight -androidx.work.R$dimen: int notification_action_icon_size -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: java.util.concurrent.atomic.AtomicReference upstream -wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: boolean isValid() -androidx.appcompat.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog -androidx.vectordrawable.animated.R$drawable: int notification_tile_bg -com.jaredrummler.android.colorpicker.R$drawable: int abc_ab_share_pack_mtrl_alpha -wangdaye.com.geometricweather.R$array: int notification_styles -com.turingtechnologies.materialscrollbar.R$id: int split_action_bar -wangdaye.com.geometricweather.R$id: int notification_base -android.didikee.donate.R$id: int scrollView -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub -androidx.appcompat.R$style: int Base_Widget_AppCompat_PopupMenu -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Direction: java.lang.String English -androidx.lifecycle.ProcessLifecycleOwner$1: androidx.lifecycle.ProcessLifecycleOwner this$0 -com.google.android.material.R$styleable: int Layout_layout_constraintDimensionRatio -androidx.legacy.coreutils.R$dimen: int compat_button_inset_vertical_material -retrofit2.Retrofit: retrofit2.Converter stringConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[]) -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.R$drawable: int material_ic_menu_arrow_down_black_24dp -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: io.reactivex.internal.fuseable.SimpleQueue queue -wangdaye.com.geometricweather.R$id: int container_main_details_recyclerView -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_progressBarStyle -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator CAMERA_LAUNCH_VALIDATOR -wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation: wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation RIGHT -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void innerNext(int,java.lang.Object) -androidx.preference.R$string: int abc_menu_ctrl_shortcut_label -com.google.android.material.R$layout: int mtrl_picker_dialog -androidx.preference.R$dimen: int preference_icon_minWidth -com.google.android.gms.common.api.ApiException -androidx.appcompat.R$attr: int actionMenuTextColor -androidx.core.R$attr: int fontVariationSettings -wangdaye.com.geometricweather.R$dimen: int item_touch_helper_max_drag_scroll_per_frame -androidx.lifecycle.ClassesInfoCache: java.util.Map mCallbackMap -wangdaye.com.geometricweather.R$styleable: int ActionBar_homeLayout -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_NavigationView -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String Type -james.adaptiveicon.R$dimen: int abc_text_size_medium_material -com.google.android.material.R$attr: int passwordToggleTintMode -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_autoSizeTextType -com.google.android.material.R$dimen: int design_bottom_navigation_text_size -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_31 -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String WALLPAPER_THUMBNAIL -okio.Timeout: long timeoutNanos() -com.jaredrummler.android.colorpicker.R$dimen: int notification_large_icon_width -androidx.preference.R$bool: int abc_action_bar_embed_tabs -com.jaredrummler.android.colorpicker.R$layout: int preference_widget_seekbar_material -okhttp3.internal.cache.CacheInterceptor$1: long read(okio.Buffer,long) -com.turingtechnologies.materialscrollbar.R$id: int container -retrofit2.Callback: void onFailure(retrofit2.Call,java.lang.Throwable) -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: ObservableCreate$CreateEmitter(io.reactivex.Observer) -com.google.android.material.floatingactionbutton.FloatingActionButton: com.google.android.material.animation.MotionSpec getHideMotionSpec() -com.turingtechnologies.materialscrollbar.R$attr: int chipGroupStyle -androidx.preference.R$style: int Widget_AppCompat_ActionButton_CloseMode -cyanogenmod.app.ILiveLockScreenChangeListener$Stub: java.lang.String DESCRIPTOR -com.xw.repo.bubbleseekbar.R$attr: int textColorAlertDialogListItem -com.google.android.material.floatingactionbutton.FloatingActionButton: com.google.android.material.animation.MotionSpec getShowMotionSpec() -com.google.android.gms.base.R$styleable: int[] LoadingImageView -wangdaye.com.geometricweather.R$layout: int text_view_without_line_height -wangdaye.com.geometricweather.db.entities.DailyEntity: void setGrassIndex(java.lang.Integer) -com.google.android.material.R$styleable: int FloatingActionButton_fabSize -wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayDetailsWidgetConfigActivity: Hilt_ClockDayDetailsWidgetConfigActivity() -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber$1: LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber$1(androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber,java.lang.Throwable) -com.google.gson.stream.JsonWriter: void replaceTop(int) -okhttp3.internal.http2.Http2Connection$PingRunnable: void execute() -com.google.android.material.navigation.NavigationView: void setItemBackgroundResource(int) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_barrierMargin -io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: void clear() -james.adaptiveicon.R$dimen: int notification_small_icon_background_padding -cyanogenmod.profiles.LockSettings: void writeToParcel(android.os.Parcel,int) -james.adaptiveicon.R$color: int abc_background_cache_hint_selector_material_light -james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall -com.google.android.material.R$drawable: int abc_ic_menu_overflow_material -wangdaye.com.geometricweather.R$drawable: int design_ic_visibility_off -com.bumptech.glide.R$style: R$style() -cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent LOCKSCREEN -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade: AccuCurrentResult$RealFeelTemperatureShade() -wangdaye.com.geometricweather.db.entities.DailyEntityDao: boolean hasKey(java.lang.Object) -okio.Buffer: long indexOf(okio.ByteString,long) -wangdaye.com.geometricweather.R$attr: int checkedTextViewStyle -wangdaye.com.geometricweather.R$styleable: int ImageFilterView_overlay -james.adaptiveicon.R$styleable: int AppCompatTextView_autoSizePresetSizes -okio.Okio$1: okio.Timeout val$timeout -com.turingtechnologies.materialscrollbar.R$color: int bright_foreground_disabled_material_dark -com.github.rahatarmanahmed.cpv.CircularProgressView$6 -okio.AsyncTimeout$1: void write(okio.Buffer,long) -androidx.constraintlayout.widget.ConstraintLayout: ConstraintLayout(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.db.entities.AlertEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) -com.turingtechnologies.materialscrollbar.R$styleable: int TabItem_android_icon -com.turingtechnologies.materialscrollbar.R$attr: int hideOnContentScroll -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_MonthNavigationButton -com.google.android.material.R$dimen: int mtrl_calendar_header_text_padding -com.jaredrummler.android.colorpicker.R$attr: int seekBarStyle -android.support.v4.app.INotificationSideChannel$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -com.google.android.material.R$attr: int textColorAlertDialogListItem -com.google.android.material.R$styleable: int[] BottomSheetBehavior_Layout -androidx.appcompat.R$styleable: int Toolbar_titleTextAppearance -okio.Buffer: void write(okio.Buffer,long) -androidx.drawerlayout.R$dimen: int compat_button_padding_vertical_material -com.turingtechnologies.materialscrollbar.R$color: int ripple_material_dark -androidx.constraintlayout.widget.R$attr: int constraints -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: CaiYunMainlyResult$CurrentBean$TemperatureBean() -wangdaye.com.geometricweather.R$id: int notification_multi_city_2 -wangdaye.com.geometricweather.R$string: int sp_widget_day_setting -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableTintMode -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dialogTheme -cyanogenmod.externalviews.ExternalView$1: void onServiceDisconnected(android.content.ComponentName) -com.google.android.material.R$styleable: int ConstraintSet_flow_lastVerticalStyle -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_endIconMode -android.didikee.donate.R$styleable: int ActionBar_backgroundStacked -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime realtime -androidx.constraintlayout.widget.R$attr: int dividerPadding -wangdaye.com.geometricweather.R$attr: int shouldDisableView -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_goneMarginRight -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: io.reactivex.internal.util.AtomicThrowable errors -cyanogenmod.hardware.DisplayMode -androidx.fragment.R$styleable: int FontFamilyFont_ttcIndex -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_draggable -androidx.recyclerview.widget.StaggeredGridLayoutManager$SavedState: android.os.Parcelable$Creator CREATOR -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver: void onError(java.lang.Throwable) -com.turingtechnologies.materialscrollbar.R$interpolator: int mtrl_linear -io.reactivex.Observable: io.reactivex.Maybe reduce(io.reactivex.functions.BiFunction) -androidx.recyclerview.R$dimen -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric: java.lang.String Unit -com.google.android.material.R$dimen: int mtrl_badge_text_horizontal_edge_offset -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintWidth_default -wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String getFormattedId() -io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: void onNext(java.lang.Object) -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_closeIcon -okhttp3.RequestBody: okhttp3.RequestBody create(okhttp3.MediaType,java.io.File) -android.didikee.donate.R$styleable: int[] ActivityChooserView -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_goneMarginEnd -okhttp3.internal.http2.Http2Codec: java.util.List http2HeadersList(okhttp3.Request) -retrofit2.ParameterHandler$Part: void apply(retrofit2.RequestBuilder,java.lang.Object) -okhttp3.internal.http.HttpHeaders: java.util.Set varyFields(okhttp3.Response) -com.google.android.material.button.MaterialButton: int getInsetTop() -com.turingtechnologies.materialscrollbar.R$attr: int actionModeCopyDrawable -wangdaye.com.geometricweather.R$anim: int btn_checkbox_to_unchecked_check_path_merged_animation -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX getBrandInfo() -androidx.vectordrawable.animated.R$id: int normal -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void onError(java.lang.Throwable) -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: ObservableFlatMapCompletable$FlatMapCompletableMainObserver(io.reactivex.Observer,io.reactivex.functions.Function,boolean) -wangdaye.com.geometricweather.R$anim: int mtrl_card_lowers_interpolator -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.R$attr: int itemIconSize -androidx.preference.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton -com.google.android.material.R$layout -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean outputFused -com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_arrowShaftLength -com.google.android.material.R$dimen: int mtrl_btn_corner_radius -com.google.android.material.R$attr: int flow_verticalStyle -wangdaye.com.geometricweather.background.service.TileService: TileService() -com.google.android.material.timepicker.RadialViewGroup: RadialViewGroup(android.content.Context,android.util.AttributeSet) -androidx.constraintlayout.widget.R$dimen: int tooltip_horizontal_padding -retrofit2.RequestFactory: java.lang.reflect.Method method -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarTabBarStyle -androidx.appcompat.widget.AppCompatCheckBox: void setButtonDrawable(int) -androidx.appcompat.R$dimen: int abc_text_size_display_1_material -okhttp3.internal.cache.CacheStrategy$Factory: okhttp3.Request request -wangdaye.com.geometricweather.R$attr: int itemShapeInsetStart -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_paddingRight -com.google.android.material.R$styleable: int MenuView_preserveIconSpacing -androidx.hilt.lifecycle.R$string: R$string() -com.google.android.material.appbar.CollapsingToolbarLayout: int getExpandedTitleMarginTop() -androidx.preference.R$id: int off -retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$2 -com.google.android.material.R$styleable: int[] AppCompatTheme -com.google.android.material.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode fromHttp2(int) -androidx.work.R$dimen: int notification_main_column_padding_top -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeBackground -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onKeyguardShowing -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dropdownitem_text_padding_left -io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: long serialVersionUID -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle -androidx.vectordrawable.R$id: int tag_screen_reader_focusable -cyanogenmod.profiles.ConnectionSettings -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.AirQuality airQuality -james.adaptiveicon.R$styleable: int MenuItem_contentDescription -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHeight_max -androidx.preference.R$dimen: int abc_text_size_display_1_material -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Display3 -com.xw.repo.bubbleseekbar.R$layout: int notification_template_part_chronometer -com.google.android.material.R$layout: int abc_popup_menu_item_layout -com.google.android.material.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated -com.jaredrummler.android.colorpicker.R$styleable: int ListPreference_entryValues -com.amap.api.location.APSService: void onCreate() -com.jaredrummler.android.colorpicker.R$color: int material_grey_800 -androidx.appcompat.R$color: int abc_search_url_text_pressed -android.didikee.donate.R$styleable: int AppCompatTextView_drawableTintMode -androidx.preference.R$styleable: int AppCompatTheme_actionBarSplitStyle -com.google.android.material.R$style: int TextAppearance_Design_Counter -wangdaye.com.geometricweather.R$drawable: int abc_text_select_handle_middle_mtrl_dark -com.google.android.material.R$id: int text -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_MaterialComponents_Subtitle2 -wangdaye.com.geometricweather.R$color: int button_material_light -com.google.android.material.R$styleable: int Toolbar_titleTextColor -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -wangdaye.com.geometricweather.R$id: int action_bar_activity_content -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.util.List _queryWeatherEntity_MinutelyEntityList(java.lang.String,java.lang.String) -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow -retrofit2.Utils: boolean hasUnresolvableType(java.lang.reflect.Type) -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation -wangdaye.com.geometricweather.R$attr: int tint -androidx.viewpager.R$id: int chronometer -androidx.appcompat.R$attr: int numericModifiers -wangdaye.com.geometricweather.R$attr: int passwordToggleContentDescription -androidx.appcompat.widget.AbsActionBarView: void setVisibility(int) -androidx.preference.R$styleable: int SwitchCompat_splitTrack -com.xw.repo.bubbleseekbar.R$styleable: int[] ActionMode -com.google.android.material.R$style: int Base_Widget_MaterialComponents_TextInputEditText -okhttp3.FormBody$Builder: java.util.List names -io.reactivex.internal.util.VolatileSizeArrayList: VolatileSizeArrayList(int) -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintWidth_percent -androidx.fragment.app.FragmentTabHost: FragmentTabHost(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_android_textOff -androidx.constraintlayout.widget.R$styleable: int ActionBar_progressBarStyle -okhttp3.ConnectionSpec$Builder: ConnectionSpec$Builder(okhttp3.ConnectionSpec) -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: retrofit2.Call delegate -com.google.android.material.R$id: int material_timepicker_view -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat -androidx.preference.R$style: int Widget_AppCompat_SearchView_ActionBar -okhttp3.internal.connection.RouteSelector: void resetNextInetSocketAddress(java.net.Proxy) -okhttp3.Request$Builder: Request$Builder(okhttp3.Request) -androidx.loader.R$styleable: int GradientColor_android_tileMode -wangdaye.com.geometricweather.R$color: int colorRipple -cyanogenmod.weather.WeatherInfo: int access$902(cyanogenmod.weather.WeatherInfo,int) -androidx.appcompat.R$styleable: int ActionBar_popupTheme -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: io.reactivex.Observer downstream -io.reactivex.Observable: io.reactivex.Observable mergeDelayError(io.reactivex.ObservableSource,io.reactivex.ObservableSource) -okhttp3.internal.connection.RealConnection: void connectTls(okhttp3.internal.connection.ConnectionSpecSelector) -wangdaye.com.geometricweather.R$id: int item_about_header_appName -wangdaye.com.geometricweather.R$string: int default_location -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActivityChooserView -org.greenrobot.greendao.database.DatabaseOpenHelper: DatabaseOpenHelper(android.content.Context,java.lang.String,int) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_editTextBackground -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder scheme(java.lang.String) -com.xw.repo.bubbleseekbar.R$drawable: int abc_menu_hardkey_panel_mtrl_mult -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getDegreeDayTemperature() -androidx.preference.R$styleable: int AlertDialog_singleChoiceItemLayout -cyanogenmod.alarmclock.ClockContract$CitiesColumns: java.lang.String TIMEZONE_OFFSET -wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_animDuration -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Toolbar_Button_Navigation -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title -okhttp3.internal.http2.Http2Codec$StreamFinishingSource: void endOfInput(java.io.IOException) -wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.util.Date date -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void innerNext(io.reactivex.internal.observers.InnerQueuedObserver,java.lang.Object) -com.google.android.material.R$styleable: int View_paddingEnd -androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_drawableRight -com.amap.api.location.AMapLocationQualityReport: int GPS_STATUS_OK -io.reactivex.internal.subscriptions.DeferredScalarSubscription: boolean isCancelled() -androidx.preference.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle -androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type[] values() -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense -androidx.work.R$styleable: int FontFamily_fontProviderCerts -androidx.vectordrawable.animated.R$styleable: int GradientColor_android_startX -androidx.preference.R$id: int dialog_button -com.turingtechnologies.materialscrollbar.R$attr: int tickMark -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeThunderstormPrecipitation -com.google.android.material.R$attr: int minTouchTargetSize -androidx.appcompat.R$attr: int actionBarTabStyle -androidx.preference.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog -com.google.android.material.R$styleable: int KeyAttribute_android_scaleX -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabMaxWidth -androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_drawableLeft -okhttp3.OkHttpClient$Builder: okhttp3.Authenticator proxyAuthenticator -cyanogenmod.app.CustomTile: int PSEUDO_GRID_ITEM_MAX_COUNT -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColorItem_android_offset -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeStyle -androidx.hilt.work.R$id: int accessibility_custom_action_7 -wangdaye.com.geometricweather.R$styleable: int Preference_dependency -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl mImpl -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dividerVertical -okhttp3.internal.Internal: void put(okhttp3.ConnectionPool,okhttp3.internal.connection.RealConnection) -cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_USER_KEY -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_shapeAppearanceOverlay -com.amap.api.location.APSService: void onCreate(android.content.Context) -james.adaptiveicon.R$style: int Widget_AppCompat_Light_SearchView -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxStrokeColor -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header -com.jaredrummler.android.colorpicker.R$attr: int allowDividerAbove -com.google.android.material.R$attr: R$attr() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeSplitBackground -androidx.appcompat.R$style: int Widget_AppCompat_Spinner -wangdaye.com.geometricweather.R$color: int colorTextTitle_light -com.turingtechnologies.materialscrollbar.R$id: int action_bar_container -androidx.appcompat.R$dimen: int tooltip_precise_anchor_threshold -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ButtonBar -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem -com.google.android.material.R$styleable: int SnackbarLayout_maxActionInlineWidth -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_alertDialogStyle -com.google.android.material.R$attr: int checkedIconSize -wangdaye.com.geometricweather.R$string: int common_google_play_services_enable_button -cyanogenmod.weather.CMWeatherManager: java.util.Set access$000(cyanogenmod.weather.CMWeatherManager) -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: void onNext(java.lang.Object) -com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getThumbTintList() -wangdaye.com.geometricweather.R$styleable: int SwitchPreference_summaryOn -cyanogenmod.weatherservice.ServiceRequestResult: ServiceRequestResult(cyanogenmod.weatherservice.ServiceRequestResult$1) -com.autonavi.aps.amapapi.model.AMapLocationServer: void b(java.lang.String) -okhttp3.internal.io.FileSystem$1: okio.Sink sink(java.io.File) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.ActionMode onWindowStartingActionMode(android.view.ActionMode$Callback) -androidx.appcompat.R$attr: int tooltipForegroundColor -cyanogenmod.profiles.ConnectionSettings$1: java.lang.Object[] newArray(int) -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber$1: androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber this$1 -okhttp3.CacheControl$Builder: int maxStaleSeconds -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light -com.google.android.material.R$bool: R$bool() -wangdaye.com.geometricweather.R$attr: int circularInset -com.turingtechnologies.materialscrollbar.R$attr: int actionModeBackground -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) -james.adaptiveicon.R$attr: int closeItemLayout -androidx.hilt.lifecycle.R$styleable: int[] GradientColor -org.greenrobot.greendao.database.DatabaseOpenHelper: void setLoadSQLCipherNativeLibs(boolean) -com.xw.repo.bubbleseekbar.R$dimen: int compat_notification_large_icon_max_height -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_toRightOf -androidx.vectordrawable.R$styleable: int FontFamilyFont_android_fontVariationSettings -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView -androidx.lifecycle.LiveDataReactiveStreams: org.reactivestreams.Publisher toPublisher(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.LiveData) -wangdaye.com.geometricweather.R$styleable: int Constraint_android_scaleY -com.google.android.material.R$layout: int notification_template_custom_big -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_CompoundButton_RadioButton -cyanogenmod.app.CustomTile$ExpandedStyle: int styleId -wangdaye.com.geometricweather.R$anim: int design_snackbar_out -androidx.preference.R$style: int Widget_AppCompat_CompoundButton_RadioButton -okhttp3.internal.http.HttpMethod: boolean permitsRequestBody(java.lang.String) -io.reactivex.Observable: io.reactivex.Single toMap(io.reactivex.functions.Function,io.reactivex.functions.Function) -android.didikee.donate.R$style: int Base_Widget_AppCompat_Spinner -com.google.android.material.R$styleable: int AppCompatTheme_actionModePasteDrawable -okio.GzipSource: byte FNAME -wangdaye.com.geometricweather.R$styleable: int NavigationView_android_background -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_blackContainer -okhttp3.internal.http2.Http2Reader: void readPriority(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) -cyanogenmod.app.CustomTileListenerService: CustomTileListenerService() -android.didikee.donate.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton -cyanogenmod.hardware.CMHardwareManager: java.lang.String getSerialNumber() -androidx.preference.R$style: int TextAppearance_AppCompat_Caption -james.adaptiveicon.R$style: int Base_Widget_AppCompat_SeekBar -com.xw.repo.bubbleseekbar.R$layout: int select_dialog_singlechoice_material -com.google.android.material.R$id: int design_menu_item_action_area -wangdaye.com.geometricweather.R$drawable: int notif_temp_40 -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintGuide_percent -androidx.preference.R$styleable: int SwitchPreferenceCompat_android_disableDependentsState -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: ObservableWithLatestFromMany$WithLatestFromObserver(io.reactivex.Observer,io.reactivex.functions.Function,int) -cyanogenmod.hardware.CMHardwareManager: int COLOR_CALIBRATION_DEFAULT_INDEX -com.jaredrummler.android.colorpicker.R$attr: int buttonTintMode -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Button -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: long serialVersionUID -com.jaredrummler.android.colorpicker.R$attr: int listPreferredItemHeightSmall -wangdaye.com.geometricweather.R$drawable: int notif_temp_68 -com.google.android.material.button.MaterialButton: void setBackgroundColor(int) -wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: void setChartItemView(wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView) -androidx.appcompat.app.AppCompatActivity -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX() -com.google.android.material.appbar.CollapsingToolbarLayout: void setMaxLines(int) -com.google.android.material.R$style: int Widget_Design_BottomNavigationView -androidx.preference.R$style: int AlertDialog_AppCompat -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: java.util.Date Rise -androidx.preference.R$id: int spinner -androidx.appcompat.R$styleable: int SearchView_defaultQueryHint -wangdaye.com.geometricweather.R$array: int speed_unit_values -wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation: wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation BOTTOM -cyanogenmod.util.ColorUtils: float[] convertRGBtoLAB(int) -wangdaye.com.geometricweather.R$style: int Widget_Design_NavigationView -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceOverline -androidx.viewpager.R$dimen: int notification_small_icon_background_padding -androidx.appcompat.widget.ActionBarContainer: void setPrimaryBackground(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.R$string: int settings_title_widget_config -com.amap.api.fence.GeoFence: java.util.List getPointList() -com.bumptech.glide.Priority: com.bumptech.glide.Priority NORMAL -androidx.core.R$id: int text -androidx.preference.R$styleable: int CoordinatorLayout_Layout_layout_keyline -io.reactivex.Observable: io.reactivex.Observable startWith(io.reactivex.ObservableSource) -com.google.android.material.R$id: int rounded -android.didikee.donate.R$drawable: int abc_btn_colored_material -cyanogenmod.power.IPerformanceManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -androidx.transition.R$drawable: R$drawable() -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_orientation -okio.RealBufferedSource: okio.Buffer buffer() -android.didikee.donate.R$attr: int trackTint -wangdaye.com.geometricweather.R$styleable: int[] ForegroundLinearLayout -androidx.fragment.R$id: int tag_transition_group -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Display3 -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Caption -com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_title_divider_material -androidx.hilt.work.R$id: int action_container -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: boolean isDisposed() -com.google.android.material.slider.BaseSlider: void setActiveThumbIndex(int) -com.google.android.material.R$dimen: int cardview_default_radius -androidx.constraintlayout.widget.R$styleable: int OnSwipe_dragScale -androidx.transition.R$drawable: int notify_panel_notification_icon_bg -android.didikee.donate.R$styleable: int AlertDialog_multiChoiceItemLayout -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String getType() -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputEditText_OutlinedBox -androidx.hilt.lifecycle.R$anim: int fragment_fade_exit -com.google.android.gms.common.api.AvailabilityException: com.google.android.gms.common.ConnectionResult getConnectionResult(com.google.android.gms.common.api.HasApiKey) -androidx.core.R$attr: R$attr() -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_13 -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_NULL_SHA -androidx.appcompat.resources.R$attr: R$attr() -com.google.android.material.R$attr: int brightness -com.google.android.material.R$styleable: int FloatingActionButton_hoveredFocusedTranslationZ -wangdaye.com.geometricweather.R$styleable: int Toolbar_contentInsetEnd -wangdaye.com.geometricweather.R$transition: int search_activity_enter -androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State CREATED -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: boolean val$visible -androidx.loader.R$drawable -com.google.android.material.R$dimen: int design_fab_translation_z_pressed -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xmp -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_gestureInsetBottomIgnored -cyanogenmod.hardware.CMHardwareManager: int FEATURE_UNIQUE_DEVICE_ID -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PressureTendency: AccuCurrentResult$PressureTendency() -okhttp3.internal.http2.Http2Connection: void writePing(boolean,int,int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: java.lang.String value -androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_translationX -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float getVisibility() -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: java.lang.String toString() -retrofit2.OkHttpCall: boolean isCanceled() -androidx.appcompat.R$styleable: int AppCompatTheme_ratingBarStyle -com.jaredrummler.android.colorpicker.R$attr: int fragment -okhttp3.ResponseBody$BomAwareReader: void close() -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: boolean isValidIndex() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX() -com.amap.api.location.AMapLocation: java.lang.String q -androidx.recyclerview.R$id: int accessibility_custom_action_17 -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_icon_vertical_padding_material -android.didikee.donate.R$id: int beginning -com.google.gson.stream.JsonReader: int peekNumber() -wangdaye.com.geometricweather.R$color: int notification_background_o -androidx.appcompat.R$style: int Base_Widget_AppCompat_Button -androidx.loader.R$string: R$string() -androidx.transition.R$layout: int notification_template_custom_big -androidx.hilt.R$styleable: int[] FontFamilyFont -com.google.android.material.R$attr: int searchViewStyle -androidx.lifecycle.LifecycleRegistry: void markState(androidx.lifecycle.Lifecycle$State) -wangdaye.com.geometricweather.R$attr: int mock_showDiagonals -wangdaye.com.geometricweather.R$interpolator: int btn_radio_to_on_mtrl_animation_interpolator_0 -androidx.preference.R$attr: int dividerVertical -androidx.appcompat.R$styleable: int AppCompatTheme_colorPrimaryDark -james.adaptiveicon.R$dimen: int abc_text_size_subhead_material -androidx.swiperefreshlayout.R$id: int right_icon -com.xw.repo.bubbleseekbar.R$attr: int buttonBarButtonStyle -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_barrierAllowsGoneWidgets -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.lang.String moonPhaseDescription -cyanogenmod.app.ProfileGroup: int mNameResId -wangdaye.com.geometricweather.R$attr: int onNegativeCross -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.String weatherSource -okio.Timeout$1: Timeout$1() -androidx.constraintlayout.widget.R$attr: int crossfade -com.google.android.material.R$attr: int tabMaxWidth -com.google.android.material.R$dimen: int cardview_default_elevation -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_horizontalStyle -okio.Util -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_strokeWidth -androidx.vectordrawable.R$styleable: int FontFamilyFont_android_ttcIndex -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_deriveConstraintsFrom -androidx.cardview.widget.CardView: void setMinimumHeight(int) -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Toolbar -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Rain Rain -wangdaye.com.geometricweather.db.entities.DailyEntity: void setCo(java.lang.Float) -com.amap.api.location.AMapLocationClient: void startLocation() -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Day_Selected -okhttp3.internal.http2.Http2: java.lang.String[] BINARY -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeRainPrecipitationDuration(java.lang.Float) -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.Temperature temperature -com.xw.repo.bubbleseekbar.R$string: int search_menu_title -com.google.android.material.R$dimen: int mtrl_navigation_item_shape_vertical_margin -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_119 -com.amap.api.location.AMapLocation: int getTrustedLevel() -cyanogenmod.weather.RequestInfo: int access$602(cyanogenmod.weather.RequestInfo,int) -androidx.preference.R$styleable: int CoordinatorLayout_Layout_layout_behavior -com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_select_handle_left_mtrl_dark -io.reactivex.internal.subscriptions.EmptySubscription: io.reactivex.internal.subscriptions.EmptySubscription[] values() -androidx.appcompat.widget.ActionMenuView: void setPopupTheme(int) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonStyle -cyanogenmod.app.ProfileGroup: void setSoundMode(cyanogenmod.app.ProfileGroup$Mode) -io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: java.lang.Object lpValue() -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void truncate() -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA -io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: void onNext(java.lang.Object) -androidx.appcompat.widget.ActionBarOverlayLayout: void setActionBarHideOffset(int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: java.util.List getAlerts() -wangdaye.com.geometricweather.R$dimen: int notification_top_pad_large_text -okhttp3.internal.ws.WebSocketProtocol: void toggleMask(okio.Buffer$UnsafeCursor,byte[]) -com.jaredrummler.android.colorpicker.NestedGridView: NestedGridView(android.content.Context) -androidx.constraintlayout.widget.R$attr: int colorControlNormal -androidx.constraintlayout.widget.R$styleable: int[] MotionScene -com.google.android.gms.base.R$string: int common_google_play_services_install_title -wangdaye.com.geometricweather.R$dimen: int mtrl_badge_horizontal_edge_offset -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: KeyguardExternalViewProviderService$Provider(cyanogenmod.externalviews.KeyguardExternalViewProviderService,android.os.Bundle) -androidx.loader.R$style: int TextAppearance_Compat_Notification_Title -androidx.core.R$id: int accessibility_custom_action_9 -okhttp3.internal.http2.Header -com.xw.repo.bubbleseekbar.R$styleable: int[] ListPopupWindow -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$1: androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription this$0 -android.support.v4.graphics.drawable.IconCompatParcelizer: void write(androidx.core.graphics.drawable.IconCompat,androidx.versionedparcelable.VersionedParcel) -wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView -wangdaye.com.geometricweather.R$styleable: int CompoundButton_buttonTintMode -com.google.android.material.R$anim: int mtrl_bottom_sheet_slide_in -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: boolean isDisposed() -cyanogenmod.app.ILiveLockScreenManager$Stub: cyanogenmod.app.ILiveLockScreenManager asInterface(android.os.IBinder) -james.adaptiveicon.R$attr: int actionButtonStyle -wangdaye.com.geometricweather.R$attr: int materialThemeOverlay -cyanogenmod.app.CustomTile$ExpandedItem: void writeToParcel(android.os.Parcel,int) -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: long serialVersionUID -com.google.android.material.appbar.CollapsingToolbarLayout: android.graphics.drawable.Drawable getContentScrim() -wangdaye.com.geometricweather.R$id: int activity_weather_daily_container -cyanogenmod.weatherservice.ServiceRequestResult: java.util.List access$302(cyanogenmod.weatherservice.ServiceRequestResult,java.util.List) -androidx.preference.CheckBoxPreference: CheckBoxPreference(android.content.Context,android.util.AttributeSet) -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableStartCompat -cyanogenmod.externalviews.ExternalView$2: ExternalView$2(cyanogenmod.externalviews.ExternalView,int,int,int,int,boolean,android.graphics.Rect) -com.jaredrummler.android.colorpicker.R$styleable: int[] ViewBackgroundHelper -com.google.android.material.R$attr: int bottomAppBarStyle -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource ACCU -wangdaye.com.geometricweather.R$string: int key_unit -wangdaye.com.geometricweather.background.polling.work.worker.TodayForecastUpdateWorker: TodayForecastUpdateWorker(android.content.Context,androidx.work.WorkerParameters,wangdaye.com.geometricweather.location.LocationHelper,wangdaye.com.geometricweather.weather.WeatherHelper) -cyanogenmod.themes.IThemeChangeListener$Stub$Proxy: java.lang.String getInterfaceDescriptor() -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle -com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage INITIALIZE -com.jaredrummler.android.colorpicker.R$styleable: int[] CoordinatorLayout_Layout -com.amap.api.fence.GeoFence: boolean isAble() -androidx.constraintlayout.widget.R$styleable: int[] ActionMode -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Display1 -android.didikee.donate.R$attr: int colorControlHighlight -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal -okio.Buffer$UnsafeCursor: Buffer$UnsafeCursor() -org.greenrobot.greendao.AbstractDao: void saveInTx(java.lang.Iterable) -androidx.constraintlayout.widget.R$styleable: int OnSwipe_touchAnchorId -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void onError(java.lang.Throwable) -androidx.fragment.R$styleable: int FontFamily_fontProviderQuery -androidx.preference.R$attr: int singleLineTitle -okio.Okio: boolean isAndroidGetsocknameError(java.lang.AssertionError) -wangdaye.com.geometricweather.db.entities.DailyEntity: void setTime(long) -androidx.appcompat.R$style: int Widget_AppCompat_Light_ListView_DropDown -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_editTextStyle -androidx.preference.R$styleable: int PopupWindow_android_popupBackground -cyanogenmod.providers.CMSettings$System: java.lang.String ENABLE_REVERSE_LOOKUP -com.google.android.material.R$id: int shortcut -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_wrapMode -com.turingtechnologies.materialscrollbar.R$attr: int chipSpacingHorizontal -com.turingtechnologies.materialscrollbar.R$id: int info -com.google.android.material.internal.NavigationMenuItemView: void setChecked(boolean) -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_ab_back_material -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Button -androidx.constraintlayout.widget.R$attr: int layout_goneMarginTop -com.google.android.material.R$color: int mtrl_choice_chip_text_color -wangdaye.com.geometricweather.R$attr: int checkedIconMargin -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeWetBulbTemperature -cyanogenmod.providers.DataUsageContract: java.lang.String DATAUSAGE_AUTHORITY -wangdaye.com.geometricweather.R$styleable: int NavigationView_headerLayout -okhttp3.internal.http2.Http2Reader$Handler: void pushPromise(int,int,java.util.List) -com.google.android.material.R$styleable: int Tooltip_backgroundTint -com.google.android.material.slider.RangeSlider: RangeSlider(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$id: int dialog_location_help_permissionContainer -android.didikee.donate.R$style: int Base_Theme_AppCompat_CompactMenu -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: long serialVersionUID -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder port(int) -com.google.android.material.R$styleable: int PopupWindowBackgroundState_state_above_anchor -okhttp3.ConnectionSpec: boolean isCompatible(javax.net.ssl.SSLSocket) -cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy: android.os.IBinder asBinder() -wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setWeatherText(java.lang.String) -wangdaye.com.geometricweather.R$dimen: int widget_grid_2 -com.jaredrummler.android.colorpicker.R$attr: int divider -androidx.appcompat.R$attr: int fontFamily -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_thumbTint -com.amap.api.location.AMapLocation: int LOCATION_TYPE_WIFI -com.turingtechnologies.materialscrollbar.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton -com.google.android.material.R$style: int ShapeAppearance_MaterialComponents -retrofit2.Retrofit$1: java.lang.Object[] emptyArgs -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: java.lang.String ID -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setHumidity(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean) -com.google.android.material.appbar.AppBarLayout: void setStatusBarForegroundResource(int) -androidx.appcompat.R$color: int button_material_dark -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: android.os.IBinder mRemote -com.google.android.material.R$id: int normal -androidx.coordinatorlayout.R$id: int accessibility_custom_action_19 -com.google.android.material.card.MaterialCardView: void setRadius(float) -android.didikee.donate.R$styleable: int AppCompatImageView_android_src -wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Suffix -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleMarginStart -com.amap.api.fence.GeoFenceManagerBase: void addDistrictGeoFence(java.lang.String,java.lang.String) -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ListView_DropDown -com.jaredrummler.android.colorpicker.R$id: int home -com.xw.repo.bubbleseekbar.R$styleable: int CompoundButton_buttonTint -androidx.constraintlayout.widget.R$id: int src_over -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: double HoursOfSun -wangdaye.com.geometricweather.R$id: int tag_accessibility_clickable_spans -androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type[] values() -androidx.preference.R$drawable: int abc_btn_check_to_on_mtrl_015 -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: boolean delayError -okhttp3.internal.cache.CacheStrategy$Factory: long receivedResponseMillis -wangdaye.com.geometricweather.R$attr: int percentX -com.google.android.material.R$style: int Base_Widget_AppCompat_Spinner -com.google.android.material.R$drawable: int abc_btn_switch_to_on_mtrl_00001 -io.reactivex.Observable: io.reactivex.Observable sorted() -wangdaye.com.geometricweather.R$string: int settings_title_list_animation_switch -androidx.preference.R$styleable: int SwitchCompat_switchMinWidth -androidx.appcompat.R$style: int Widget_AppCompat_Light_PopupMenu -androidx.constraintlayout.widget.R$layout: int abc_list_menu_item_icon -com.google.android.material.R$styleable: int ImageFilterView_round -cyanogenmod.weather.WeatherInfo: int describeContents() -com.google.android.material.R$attr: int bottomNavigationStyle -cyanogenmod.providers.CMSettings$System: java.lang.String INCREASING_RING_START_VOLUME -okhttp3.internal.io.FileSystem: okio.Source source(java.io.File) -androidx.preference.R$styleable: int SearchView_goIcon -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer windDirection -com.google.android.material.R$attr: int tintMode -wangdaye.com.geometricweather.R$attr: int curveFit -okhttp3.internal.platform.AndroidPlatform -com.google.android.material.R$style: int Base_V26_Widget_AppCompat_Toolbar -com.google.android.material.R$styleable: int[] AppBarLayout_Layout -androidx.fragment.R$id: int icon_group -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver this$0 -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Snow: int UnitType -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String windDircEnd -android.didikee.donate.R$styleable: int SwitchCompat_switchPadding -okhttp3.internal.Util$2: boolean val$daemon -com.google.android.material.floatingactionbutton.FloatingActionButton: android.content.res.ColorStateList getRippleColorStateList() -retrofit2.KotlinExtensions$awaitResponse$$inlined$suspendCancellableCoroutine$lambda$1 -com.google.android.material.R$dimen: int abc_alert_dialog_button_dimen -io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource[],io.reactivex.functions.Function,int) -com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_backgroundTint -okhttp3.internal.http2.Http2Connection: void failConnection() -com.jaredrummler.android.colorpicker.R$id: int circle -wangdaye.com.geometricweather.R$id: int parentRelative -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_Button_Colored -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_PopupMenu -androidx.preference.R$style: int Base_V28_Theme_AppCompat_Light -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintVertical_weight -okio.RealBufferedSink: okio.BufferedSink writeShort(int) -wangdaye.com.geometricweather.R$attr: int layout_constrainedWidth -androidx.core.graphics.drawable.IconCompatParcelizer: IconCompatParcelizer() -wangdaye.com.geometricweather.R$dimen: int mtrl_card_elevation -cyanogenmod.app.IProfileManager$Stub$Proxy: android.os.IBinder mRemote -wangdaye.com.geometricweather.R$attr: int singleChoiceItemLayout -androidx.activity.R$attr: int fontProviderAuthority -com.google.android.material.R$style: int Widget_Design_CollapsingToolbar -wangdaye.com.geometricweather.R$dimen: int widget_large_title_text_size -androidx.appcompat.R$styleable: int MenuItem_android_numericShortcut -okio.Pipe: okio.Buffer buffer -androidx.appcompat.R$id: int notification_main_column_container -androidx.lifecycle.EmptyActivityLifecycleCallbacks: EmptyActivityLifecycleCallbacks() -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Overline -androidx.preference.R$integer: R$integer() -wangdaye.com.geometricweather.R$attr: int fabCradleMargin -cyanogenmod.weather.RequestInfo$Builder -james.adaptiveicon.R$color: int material_grey_100 -io.reactivex.exceptions.CompositeException: java.lang.String message -androidx.vectordrawable.animated.R$drawable: R$drawable() -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: java.lang.Object poll() -androidx.appcompat.R$styleable: int GradientColor_android_startColor -retrofit2.RequestBuilder: okhttp3.Headers$Builder headersBuilder -androidx.preference.R$attr: int isLightTheme -com.google.android.material.chip.Chip: void setCheckedIconResource(int) -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: boolean isDisposed() -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_shadowDy -com.google.android.material.internal.ForegroundLinearLayout: void setForegroundGravity(int) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarSize -com.google.android.material.bottomnavigation.BottomNavigationPresenter$SavedState -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_rotationY -com.github.rahatarmanahmed.cpv.CircularProgressView: float getMaxProgress() -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle -com.google.android.gms.base.R$string: int common_google_play_services_notification_channel_name -androidx.work.impl.WorkDatabase_Impl -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_AutoCompleteTextView -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: BaiduIPLocationResult$ContentBean$AddressDetailBean() -androidx.viewpager.widget.PagerTitleStrip: int getTextSpacing() -android.didikee.donate.R$styleable: int AppCompatTheme_textColorAlertDialogListItem -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ProgressBar -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder proxySelector(java.net.ProxySelector) -cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_setLiveLockScreenEnabled -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_drawableTop -com.bumptech.glide.R$styleable: int FontFamilyFont_font -com.google.android.material.R$string: int abc_searchview_description_clear -wangdaye.com.geometricweather.R$attr: int textInputLayoutFocusedRectEnabled -james.adaptiveicon.R$style: int Theme_AppCompat_CompactMenu -wangdaye.com.geometricweather.R$id: int cpv_color_panel_old -androidx.recyclerview.R$attr: int fastScrollVerticalTrackDrawable -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: int Level -com.google.android.material.R$attr: int badgeStyle -cyanogenmod.app.LiveLockScreenInfo: int PRIORITY_MIN -com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType WEBP -com.xw.repo.BubbleSeekBar: float getMin() -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language TURKISH -androidx.recyclerview.R$layout: int custom_dialog -com.google.android.material.R$attr: int checkedIcon -androidx.swiperefreshlayout.R$layout: int notification_template_custom_big -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language PORTUGUESE -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModePasteDrawable -androidx.constraintlayout.widget.R$attr: int customColorValue -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Metric: java.lang.String Unit -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_headline_material -androidx.recyclerview.R$dimen: int compat_button_inset_horizontal_material -androidx.lifecycle.extensions.R$styleable: int GradientColor_android_type -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.util.Date startDate -androidx.appcompat.R$attr: int listPopupWindowStyle -okhttp3.internal.http2.Http2Connection: long intervalPingsSent -wangdaye.com.geometricweather.R$id: int search_src_text -androidx.constraintlayout.widget.R$dimen: int abc_list_item_padding_horizontal_material -wangdaye.com.geometricweather.R$drawable: int shortcuts_thunder_foreground -com.turingtechnologies.materialscrollbar.R$styleable: int MenuGroup_android_orderInCategory -androidx.work.R$styleable: int FontFamilyFont_android_font -com.google.android.material.R$attr: int chipSpacingVertical -org.greenrobot.greendao.AbstractDao: java.lang.Object loadByRowId(long) -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String originUrl -wangdaye.com.geometricweather.R$dimen: int material_cursor_inset_top -android.didikee.donate.R$style: int Base_Theme_AppCompat_Light -wangdaye.com.geometricweather.R$layout: int item_about_line -androidx.viewpager2.adapter.FragmentStateAdapter$FragmentMaxLifecycleEnforcer$3 -androidx.drawerlayout.R$drawable: int notification_bg_low -james.adaptiveicon.R$styleable: int AppCompatTheme_dialogPreferredPadding -androidx.preference.R$color: int secondary_text_default_material_dark -wangdaye.com.geometricweather.db.entities.HourlyEntity: int getTemperature() -cyanogenmod.power.PerformanceManager: int getNumberOfProfiles() -androidx.hilt.work.R$styleable: int FontFamilyFont_android_fontWeight -wangdaye.com.geometricweather.R$attr: int switchTextOff -com.google.android.material.bottomappbar.BottomAppBar: BottomAppBar(android.content.Context) -androidx.fragment.R$attr: int fontProviderQuery -wangdaye.com.geometricweather.R$array: int speed_units -com.loc.h: void getLocation(java.lang.String) -androidx.appcompat.widget.FitWindowsViewGroup -androidx.appcompat.R$style: int ThemeOverlay_AppCompat_DayNight -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle -cyanogenmod.power.PerformanceManagerInternal: void cpuBoost(int) -androidx.appcompat.R$styleable: int LinearLayoutCompat_android_gravity -wangdaye.com.geometricweather.R$drawable: int notif_temp_95 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Metric Metric -okhttp3.internal.ws.WebSocketWriter$FrameSink: okhttp3.internal.ws.WebSocketWriter this$0 -wangdaye.com.geometricweather.R$id: int container_main_first_card_header_alert -com.google.android.material.R$id: int home -androidx.lifecycle.ServiceLifecycleDispatcher: void onServicePreSuperOnCreate() -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: java.lang.String EnglishType -com.google.android.material.navigation.NavigationView -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Subhead_Inverse -androidx.transition.R$attr: int ttcIndex -wangdaye.com.geometricweather.R$layout: int item_trend_hourly -androidx.appcompat.widget.Toolbar: void setNavigationContentDescription(java.lang.CharSequence) -android.didikee.donate.R$styleable: int MenuItem_android_numericShortcut -wangdaye.com.geometricweather.R$integer: int mtrl_tab_indicator_anim_duration_ms -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.R$attr: int actionBarWidgetTheme -android.didikee.donate.R$styleable: int[] CompoundButton -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialCalendar -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_AutoCompleteTextView -com.google.android.material.R$dimen: int mtrl_snackbar_padding_horizontal -okhttp3.internal.cache2.Relay: java.io.RandomAccessFile file -wangdaye.com.geometricweather.R$style: int Preference_PreferenceScreen_Material -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle -androidx.preference.R$color: int abc_search_url_text -wangdaye.com.geometricweather.R$styleable: int KeyTrigger_triggerId -com.bumptech.glide.R$styleable: int[] CoordinatorLayout_Layout -com.google.android.material.R$styleable: int AppCompatTextHelper_android_drawableLeft -cyanogenmod.profiles.ConnectionSettings: void readFromParcel(android.os.Parcel) -com.turingtechnologies.materialscrollbar.R$color: int abc_btn_colored_borderless_text_material -android.didikee.donate.R$dimen: int notification_small_icon_background_padding -com.turingtechnologies.materialscrollbar.R$attr: int tintMode -com.baidu.location.e.l$b: void a(java.lang.StringBuffer,java.lang.String,java.lang.String,int) -com.turingtechnologies.materialscrollbar.R$attr: int contentPaddingBottom -okhttp3.internal.http.CallServerInterceptor$CountingSink: long successfulCount -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_30 -com.google.android.gms.base.R$color: int common_google_signin_btn_text_dark_disabled -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: MaterialWeatherView(android.content.Context,android.util.AttributeSet) -okhttp3.internal.http.RealResponseBody: RealResponseBody(java.lang.String,long,okio.BufferedSource) -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title -androidx.preference.R$attr: int seekBarPreferenceStyle -com.google.android.material.R$attr: int contentInsetEnd -okhttp3.CacheControl$Builder: CacheControl$Builder() -cyanogenmod.externalviews.KeyguardExternalView$3: KeyguardExternalView$3(cyanogenmod.externalviews.KeyguardExternalView,int,int,int,int,boolean,android.graphics.Rect) -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeRealFeelTemperature(java.lang.Integer) -james.adaptiveicon.R$style: int Widget_AppCompat_AutoCompleteTextView -okio.ByteString: okio.ByteString of(byte[]) -cyanogenmod.platform.Manifest$permission: java.lang.String MODIFY_PROFILES -androidx.preference.internal.PreferenceImageView: void setMaxWidth(int) -retrofit2.ParameterHandler -cyanogenmod.providers.CMSettings$System: java.lang.String KEY_APP_SWITCH_ACTION -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_draggable -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setAqiText(java.lang.String) -wangdaye.com.geometricweather.R$attr: int alertDialogStyle -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_marginLeft -cyanogenmod.weather.RequestInfo$Builder: int mRequestType -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableTopCompat -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult -okhttp3.RequestBody: okhttp3.RequestBody create(okhttp3.MediaType,byte[],int,int) -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void completion() -okhttp3.Dispatcher: int getMaxRequestsPerHost() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: CaiYunForecastResult() -androidx.preference.R$attr: int switchStyle -androidx.preference.R$color: int tooltip_background_dark -com.google.gson.stream.JsonWriter: void newline() -okhttp3.internal.http2.Http2Connection$1: okhttp3.internal.http2.ErrorCode val$errorCode -retrofit2.Retrofit$1: java.lang.Object invoke(java.lang.Object,java.lang.reflect.Method,java.lang.Object[]) -io.reactivex.internal.subscriptions.SubscriptionArbiter: void setSubscription(org.reactivestreams.Subscription) -androidx.preference.R$dimen: int abc_cascading_menus_min_smallest_width -androidx.appcompat.R$attr: int backgroundTint -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator$SavedState -androidx.customview.R$styleable: int FontFamilyFont_android_font -com.google.android.material.R$integer: int cancel_button_image_alpha -androidx.constraintlayout.widget.R$anim: int abc_slide_out_bottom -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_transitionEasing -wangdaye.com.geometricweather.R$string: int settings_notification_background_off -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WetBulbTemperature -com.google.android.material.R$styleable: int[] ScrimInsetsFrameLayout -com.google.android.material.R$attr: int itemShapeInsetStart -okhttp3.OkHttpClient$Builder: int writeTimeout -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_progressBarPadding -wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayVerticalProvider: WidgetClockDayVerticalProvider() -wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig dailyEntityDaoConfig -cyanogenmod.app.ILiveLockScreenChangeListener$Stub$Proxy: android.os.IBinder asBinder() -okhttp3.OkHttpClient: okhttp3.CookieJar cookieJar() -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder socketFactory(javax.net.SocketFactory) -cyanogenmod.profiles.RingModeSettings: void processOverride(android.content.Context) -wangdaye.com.geometricweather.R$string: int character_counter_pattern -com.turingtechnologies.materialscrollbar.R$style: int Platform_MaterialComponents_Dialog -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_corner_radius -okio.RealBufferedSource: okio.ByteString readByteString() -wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoonRiseDate(java.util.Date) -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: long getTime() -cyanogenmod.app.ILiveLockScreenManager$Stub -okio.Buffer: long indexOf(byte) -androidx.transition.R$id: int tag_unhandled_key_event_manager -androidx.activity.R$styleable: int GradientColor_android_type -cyanogenmod.app.CustomTile: android.app.PendingIntent onLongClick -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: io.reactivex.internal.util.AtomicThrowable errors -androidx.vectordrawable.animated.R$attr: int font -com.google.gson.stream.JsonReader: boolean lenient -android.didikee.donate.R$styleable: int MenuItem_android_title -androidx.loader.R$drawable: int notification_action_background -wangdaye.com.geometricweather.R$attr: int customPixelDimension -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_navigationIcon -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense -com.jaredrummler.android.colorpicker.R$attr: int thumbTint -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean access$602(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl,boolean) -com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage FINISHED -com.google.android.material.button.MaterialButton: int getIconPadding() -com.google.android.material.slider.BaseSlider: void setThumbRadius(int) -cyanogenmod.providers.CMSettings$System: java.lang.String INCREASING_RING -com.xw.repo.bubbleseekbar.R$id: int buttonPanel -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderDivider -wangdaye.com.geometricweather.R$string: int settings_notification_hide_icon_on -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_chainStyle -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_thumbTintMode -cyanogenmod.weather.WeatherLocation$Builder -com.google.gson.JsonParseException: JsonParseException(java.lang.String) -cyanogenmod.themes.ThemeManager$1: cyanogenmod.themes.ThemeManager this$0 -com.turingtechnologies.materialscrollbar.R$styleable: int[] LinearLayoutCompat -androidx.lifecycle.Lifecycle: androidx.lifecycle.Lifecycle$State getCurrentState() -android.didikee.donate.R$id: int default_activity_button -cyanogenmod.app.Profile: cyanogenmod.profiles.AirplaneModeSettings mAirplaneMode -android.didikee.donate.R$attr: int dividerHorizontal -wangdaye.com.geometricweather.R$drawable: int shortcuts_cloudy -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen: AccuDailyResult$DailyForecasts$AirAndPollen() -okhttp3.internal.publicsuffix.PublicSuffixDatabase: void readTheList() -androidx.constraintlayout.widget.R$attr: int customPixelDimension -james.adaptiveicon.R$dimen: int abc_text_size_display_3_material -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorContentDescription -wangdaye.com.geometricweather.R$drawable: int notif_temp_99 -cyanogenmod.externalviews.KeyguardExternalView$1: KeyguardExternalView$1(cyanogenmod.externalviews.KeyguardExternalView) -cyanogenmod.app.CustomTile$ExpandedGridItem: void setExpandedGridItemBitmap(android.graphics.Bitmap) -androidx.constraintlayout.widget.R$attr: int editTextStyle -android.didikee.donate.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 -wangdaye.com.geometricweather.R$styleable: int[] Insets -wangdaye.com.geometricweather.R$id: int material_timepicker_cancel_button -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionOverflowMenuStyle -okhttp3.internal.ws.WebSocketProtocol: int B1_FLAG_MASK -cyanogenmod.providers.CMSettings$Secure: java.lang.String BUTTON_BACKLIGHT_TIMEOUT -cyanogenmod.app.Profile: void validateRingtones(android.content.Context) -com.google.android.material.R$attr: int autoSizeMaxTextSize -wangdaye.com.geometricweather.R$layout: int design_navigation_item_subheader -wangdaye.com.geometricweather.settings.dialogs.WechatDonateDialog -org.greenrobot.greendao.AbstractDaoSession: java.lang.Object load(java.lang.Class,java.lang.Object) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AppBarLayout_Primary -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property Pm10 -com.google.android.material.button.MaterialButton: void setBackgroundTintMode(android.graphics.PorterDuff$Mode) -com.turingtechnologies.materialscrollbar.R$attr: int headerLayout -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property TreeIndex -io.reactivex.internal.subscribers.StrictSubscriber: long serialVersionUID -okhttp3.internal.http2.Http2Stream: void closeLater(okhttp3.internal.http2.ErrorCode) -wangdaye.com.geometricweather.main.utils.MainPalette: android.os.Parcelable$Creator CREATOR -com.jaredrummler.android.colorpicker.R$styleable: int Preference_iconSpaceReserved -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$4: ExternalViewProviderService$Provider$ProviderImpl$4(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.lang.String comment -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_DialogWhenLarge -okhttp3.internal.Util: void closeQuietly(java.io.Closeable) -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Large -androidx.vectordrawable.R$dimen: int compat_notification_large_icon_max_width -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: int sourceMode -androidx.legacy.coreutils.R$id: int title -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_SearchResult -androidx.appcompat.R$id: int checkbox -androidx.preference.R$id: int right_icon -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeWindChillTemperature() -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator LIVE_DISPLAY_HINTED_VALIDATOR -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: void onDetachedFromWindow() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_112 -com.google.android.material.R$dimen: int design_navigation_max_width -wangdaye.com.geometricweather.db.entities.MinutelyEntity: MinutelyEntity(java.lang.Long,java.lang.String,java.lang.String,java.util.Date,long,boolean,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,int,java.lang.Integer,java.lang.Integer) -wangdaye.com.geometricweather.R$string: int widget_trend_daily -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List minutelyEntityList -wangdaye.com.geometricweather.R$array: int air_quality_co_units -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$layout: int preference_category -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int BLOWING_SNOW -com.google.android.material.slider.BaseSlider: void setFocusedThumbIndex(int) -james.adaptiveicon.R$styleable: int ActionBar_contentInsetEndWithActions -wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: void setSunDrawable(android.graphics.drawable.Drawable) -androidx.lifecycle.Lifecycle$Event: Lifecycle$Event(java.lang.String,int) -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Bridge -wangdaye.com.geometricweather.R$drawable: int abc_cab_background_top_mtrl_alpha -com.google.android.material.R$id: int left -com.google.android.material.R$styleable: int AppBarLayoutStates_state_liftable -androidx.preference.R$layout: int notification_template_part_chronometer -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeCutDrawable -androidx.appcompat.R$attr: int titleMargins -com.bumptech.glide.integration.okhttp.R$color: int ripple_material_light -com.bumptech.glide.R$styleable: int FontFamily_fontProviderAuthority -android.didikee.donate.R$styleable: int AppCompatTheme_actionModeFindDrawable -androidx.viewpager.R$styleable: int[] ColorStateListItem -cyanogenmod.app.ThemeComponent: int id -androidx.drawerlayout.R$styleable: int FontFamilyFont_fontWeight -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorButtonNormal -com.xw.repo.bubbleseekbar.R$attr: int autoSizeStepGranularity -cyanogenmod.providers.CMSettings$System$1: CMSettings$System$1() -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_toolbarStyle -android.didikee.donate.R$styleable: int SearchView_submitBackground -io.reactivex.internal.util.EmptyComponent: boolean isDisposed() -okhttp3.internal.http2.Http2Connection: void start() -com.google.android.material.R$drawable: int abc_list_selector_background_transition_holo_dark -androidx.customview.R$drawable: R$drawable() -com.google.android.material.R$styleable: int ConstraintLayout_Layout_barrierMargin -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: java.lang.String url -com.google.android.material.R$dimen: int mtrl_shape_corner_size_large_component -androidx.constraintlayout.widget.R$drawable: int abc_ic_star_black_48dp -wangdaye.com.geometricweather.R$attr: int windowFixedWidthMinor -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemTextAppearance -okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Http2Stream$StreamTimeout writeTimeout -retrofit2.Converter: java.lang.Object convert(java.lang.Object) -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float getThunderstorm() -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setIconTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$attr: int scrimBackground -androidx.work.R$id: int accessibility_custom_action_22 -com.amap.api.fence.GeoFence: int ERROR_CODE_FAILURE_AUTH -android.didikee.donate.R$id: int action_bar_container -retrofit2.ParameterHandler$Path -okhttp3.internal.Internal: boolean equalsNonHost(okhttp3.Address,okhttp3.Address) -androidx.customview.R$styleable: int FontFamilyFont_android_fontWeight -androidx.recyclerview.R$drawable: int notification_bg_normal_pressed -retrofit2.ParameterHandler$Headers: void apply(retrofit2.RequestBuilder,java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int AppBarLayoutStates_state_liftable -androidx.vectordrawable.R$drawable: int notification_bg_low_normal -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_shapeAppearance -com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents_Bridge -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialButtonToggleGroup -okhttp3.TlsVersion: okhttp3.TlsVersion TLS_1_0 -wangdaye.com.geometricweather.R$color: int colorAccent_light -cyanogenmod.app.Profile$LockMode: int INSECURE -cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onScreenTurnedOn() -wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintBottom_toTopOf -com.google.android.material.textfield.TextInputLayout: void setSuffixTextColor(android.content.res.ColorStateList) -com.google.android.material.R$styleable: int Motion_drawPath -okhttp3.logging.package-info -wangdaye.com.geometricweather.common.basic.models.weather.History: long time -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Headline -com.google.android.material.R$integer: int mtrl_btn_anim_duration_ms -wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents -wangdaye.com.geometricweather.R$integer: int cpv_default_start_angle -com.google.android.material.R$color: int mtrl_tabs_colored_ripple_color -wangdaye.com.geometricweather.R$color: int design_default_color_primary_dark -androidx.hilt.R$id: int tag_accessibility_actions -androidx.appcompat.R$styleable: int AppCompatTheme_actionOverflowMenuStyle -androidx.constraintlayout.widget.R$id: int aligned -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property Pm25 -cyanogenmod.providers.ThemesContract$ThemesColumns$InstallState: int INSTALLED -androidx.appcompat.R$id: int progress_horizontal -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float getRelativeHumidity() -androidx.activity.R$style: int TextAppearance_Compat_Notification_Time -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionBar_TabBar -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_RatingBar_Small -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_counterMaxLength -cyanogenmod.weather.WeatherInfo$DayForecast: WeatherInfo$DayForecast(cyanogenmod.weather.WeatherInfo$1) -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean isEmpty() -androidx.appcompat.R$styleable: int SwitchCompat_thumbTintMode -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_commit_search_api_mtrl_alpha -com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawable_android_dither -okio.Util: java.nio.charset.Charset UTF_8 -wangdaye.com.geometricweather.background.service.CMWeatherProviderService -androidx.appcompat.R$attr: int windowMinWidthMajor -wangdaye.com.geometricweather.R$attr: int labelVisibilityMode -com.github.rahatarmanahmed.cpv.CircularProgressView: float INDETERMINANT_MIN_SWEEP -androidx.appcompat.R$attr: int actionBarItemBackground -wangdaye.com.geometricweather.R$drawable: int ic_thx -com.google.android.material.R$string: int material_minute_selection -cyanogenmod.externalviews.KeyguardExternalView$8: cyanogenmod.externalviews.KeyguardExternalView this$0 -androidx.constraintlayout.widget.R$id: int scrollIndicatorUp -wangdaye.com.geometricweather.R$id: int fill_horizontal -cyanogenmod.weather.RequestInfo: int describeContents() -com.github.rahatarmanahmed.cpv.CircularProgressView: float actualProgress -androidx.appcompat.R$style: int ThemeOverlay_AppCompat_Dialog -android.didikee.donate.R$styleable: int AppCompatTheme_actionBarDivider -com.google.android.material.R$layout: int abc_action_mode_close_item_material -io.reactivex.Observable: io.reactivex.Single toList(java.util.concurrent.Callable) -androidx.constraintlayout.widget.R$dimen: int abc_edit_text_inset_top_material -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_firstVerticalBias -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_checkboxStyle -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: io.reactivex.Observer downstream -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title -androidx.preference.R$dimen: int abc_text_size_menu_header_material -com.google.android.gms.common.zzj: android.os.Parcelable$Creator CREATOR -okhttp3.Response: int code() -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_8 -androidx.preference.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common -androidx.preference.R$style: int TextAppearance_AppCompat_Medium_Inverse -androidx.preference.DialogPreference: DialogPreference(android.content.Context,android.util.AttributeSet) -androidx.lifecycle.extensions.R$style: int TextAppearance_Compat_Notification_Title -com.jaredrummler.android.colorpicker.R$attr: int dialogTheme -android.didikee.donate.R$attr: int windowActionBar -okio.RealBufferedSource: long readLongLe() -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_COLOR_AUTO_VALIDATOR -okhttp3.Protocol: java.lang.String protocol -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getSo2() -androidx.hilt.R$layout: int custom_dialog -androidx.appcompat.widget.AbsActionBarView: int getAnimatedVisibility() -androidx.appcompat.widget.ActionBarOverlayLayout: int getActionBarHideOffset() -wangdaye.com.geometricweather.R$color: int preference_fallback_accent_color -androidx.appcompat.widget.ActionMenuView: int getWindowAnimations() -androidx.appcompat.R$style: int Base_Widget_AppCompat_SearchView_ActionBar -com.google.android.material.chip.Chip -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX names -cyanogenmod.externalviews.ExternalView$5: void run() -androidx.work.ExistingPeriodicWorkPolicy: androidx.work.ExistingPeriodicWorkPolicy[] values() -com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getCounterTextColor() -james.adaptiveicon.R$styleable: int AppCompatTheme_panelMenuListWidth -com.bumptech.glide.R$styleable: int FontFamilyFont_android_font -com.google.android.material.R$styleable: int Chip_textStartPadding -androidx.appcompat.R$dimen: int abc_control_inset_material -android.didikee.donate.R$style: int Theme_AppCompat_Light -wangdaye.com.geometricweather.R$color: int primary_material_light -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_TEMPERATURE_UNIT -androidx.preference.R$dimen: int preference_dropdown_padding_start -androidx.appcompat.resources.R$attr: int fontProviderCerts -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: java.util.concurrent.atomic.AtomicLong requested -okhttp3.Cookie$Builder: okhttp3.Cookie$Builder value(java.lang.String) -okhttp3.internal.Util: okhttp3.ResponseBody EMPTY_RESPONSE -androidx.recyclerview.R$id: int accessibility_custom_action_11 -androidx.recyclerview.R$id: int notification_main_column_container -com.jaredrummler.android.colorpicker.R$dimen: int compat_button_padding_vertical_material -androidx.preference.R$styleable: int AppCompatTheme_actionModePopupWindowStyle -io.reactivex.internal.observers.DeferredScalarDisposable: void clear() -android.didikee.donate.R$layout: int abc_search_view -com.google.android.material.R$attr: int tabInlineLabel -okhttp3.RealCall: okhttp3.Call clone() -com.bumptech.glide.R$styleable: int FontFamily_fontProviderCerts -com.google.android.material.tabs.TabLayout: void setTabIconTintResource(int) -androidx.cardview.R$styleable: int CardView_cardPreventCornerOverlap -com.jaredrummler.android.colorpicker.R$id: int action_container -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_bias -com.github.rahatarmanahmed.cpv.R$bool: R$bool() -okhttp3.HttpUrl: int port() -androidx.work.impl.background.systemjob.SystemJobService -io.reactivex.Observable: io.reactivex.Observable flatMapMaybe(io.reactivex.functions.Function,boolean) -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void onNext(java.lang.Object) -io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Imperial: double Value -com.google.android.material.R$drawable: int abc_list_pressed_holo_light -wangdaye.com.geometricweather.R$color: int design_dark_default_color_primary_variant -android.didikee.donate.R$style: int Base_Widget_AppCompat_SearchView_ActionBar -com.xw.repo.bubbleseekbar.R$styleable: int FontFamily_fontProviderAuthority -okhttp3.CipherSuite: java.lang.String toString() -com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_switch_to_on_mtrl_00001 -james.adaptiveicon.R$attr: int colorButtonNormal -com.jaredrummler.android.colorpicker.R$style: int Platform_V21_AppCompat -com.baidu.location.e.m: m(java.lang.String,int,java.lang.String,java.lang.String,java.lang.String,int,int) -okhttp3.HttpUrl$Builder: java.lang.String scheme -james.adaptiveicon.R$attr: int showTitle -com.google.android.material.R$styleable: int ChipGroup_chipSpacingHorizontal -com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: java.lang.String getDefenseIcon() -androidx.recyclerview.R$attr: int fastScrollHorizontalThumbDrawable -com.google.android.material.R$dimen: int mtrl_calendar_content_padding -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner -com.google.android.material.R$attr: int checkedIconEnabled -android.didikee.donate.R$attr: int listDividerAlertDialog -androidx.viewpager.R$integer: int status_bar_notification_info_maxnum -james.adaptiveicon.R$styleable: int View_paddingStart -com.turingtechnologies.materialscrollbar.R$id: int action_menu_presenter -cyanogenmod.app.Profile: java.util.Map profileGroups -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: void onSuccess(java.lang.Object) -wangdaye.com.geometricweather.R$attr: int switchStyle -androidx.lifecycle.ProcessLifecycleOwner$3: void onActivityCreated(android.app.Activity,android.os.Bundle) -androidx.activity.R$dimen: int compat_control_corner_material -androidx.activity.R$styleable: int FontFamily_fontProviderQuery -wangdaye.com.geometricweather.R$id: int design_navigation_view -com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String j() -cyanogenmod.providers.DataUsageContract: int COLUMN_OF_LABEL -android.didikee.donate.R$id: int text2 -com.turingtechnologies.materialscrollbar.R$color: int switch_thumb_disabled_material_light -com.turingtechnologies.materialscrollbar.R$attr: int contentPaddingRight -com.google.android.material.R$drawable: int abc_btn_check_to_on_mtrl_000 -com.google.android.material.R$id: int tag_accessibility_clickable_spans -com.google.android.material.R$styleable: int MenuItem_actionLayout -com.turingtechnologies.materialscrollbar.R$color: int foreground_material_dark -android.didikee.donate.R$color: int switch_thumb_material_dark -wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: java.lang.String styleId -com.google.android.material.R$id: int textinput_placeholder -com.google.android.material.R$animator: int mtrl_card_state_list_anim -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed -james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarPopupTheme -io.reactivex.Observable: io.reactivex.Observable defaultIfEmpty(java.lang.Object) -cyanogenmod.profiles.RingModeSettings: RingModeSettings() -com.google.android.material.R$style: int Widget_MaterialComponents_Chip_Entry -com.google.android.material.R$attr: int errorTextAppearance -com.jaredrummler.android.colorpicker.R$drawable: int cpv_btn_background_pressed -wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_speedValue -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Imperial Imperial -androidx.appcompat.R$styleable: int SearchView_android_imeOptions -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_rotation -wangdaye.com.geometricweather.R$styleable: int MotionLayout_currentState -com.amap.api.fence.GeoFence: int ERROR_CODE_EXISTS -james.adaptiveicon.R$styleable: int MenuItem_android_checkable -wangdaye.com.geometricweather.R$color: int androidx_core_ripple_material_light -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: void setDataConnectionState(boolean) -wangdaye.com.geometricweather.R$id: int container_alert_display_view_indicator -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Bridge -wangdaye.com.geometricweather.R$styleable: int Fragment_android_id -io.reactivex.internal.observers.DeferredScalarObserver: void onComplete() -androidx.appcompat.R$styleable: int MenuItem_android_icon -okhttp3.Cookie: java.util.List parseAll(okhttp3.HttpUrl,okhttp3.Headers) -cyanogenmod.weather.WeatherInfo$DayForecast$Builder -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHeight_percent -cyanogenmod.themes.ThemeChangeRequest: int describeContents() -wangdaye.com.geometricweather.R$string: int about_circular_progress_view -androidx.activity.R$layout: int notification_template_icon_group -io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: void onNext(java.lang.Object) -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_selectableItemBackground -wangdaye.com.geometricweather.R$attr: int layout_constraintBottom_creator -androidx.lifecycle.ProcessLifecycleOwner$2 -com.google.android.material.button.MaterialButton: android.graphics.PorterDuff$Mode getIconTintMode() -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_title_material_toolbar -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ProgressBar_Horizontal -io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver -com.google.android.material.progressindicator.ProgressIndicator: com.google.android.material.progressindicator.DeterminateDrawable getProgressDrawable() -com.google.android.material.R$styleable: int Toolbar_titleMargin -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeTotalPrecipitationDuration -androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionBar_TabText -com.xw.repo.bubbleseekbar.R$style -com.turingtechnologies.materialscrollbar.R$styleable: int[] CompoundButton -com.google.android.material.R$string: int abc_shareactionprovider_share_with -com.turingtechnologies.materialscrollbar.R$dimen: int notification_top_pad -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun: java.util.Date Rise -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_autoSizeStepGranularity -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub: android.os.IBinder asBinder() -james.adaptiveicon.R$id: int action_mode_bar_stub -androidx.appcompat.R$anim -io.reactivex.internal.disposables.DisposableHelper: void reportDisposableSet() -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu -android.didikee.donate.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar -okhttp3.internal.http.HttpHeaders: long contentLength(okhttp3.Headers) -cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType THEME_RESET -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit HPA -io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner -androidx.preference.R$styleable: int Toolbar_android_minHeight -com.xw.repo.BubbleSeekBar: void setTrackColor(int) -james.adaptiveicon.R$dimen: int compat_button_inset_horizontal_material -io.reactivex.Observable: io.reactivex.Observable zipArray(io.reactivex.functions.Function,boolean,int,io.reactivex.ObservableSource[]) -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.AirQuality getAirQuality() -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight -com.google.android.material.R$id: int jumpToEnd -wangdaye.com.geometricweather.db.entities.DailyEntity: float hoursOfSun -com.google.android.material.internal.NavigationMenuItemView: void setNeedsEmptyIcon(boolean) -androidx.drawerlayout.R$dimen: int notification_subtext_size -com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_seekBarIncrement -com.google.android.material.chip.ChipGroup: ChipGroup(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.R$attr: int panelBackground -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamily_fontProviderFetchStrategy -android.didikee.donate.R$style: int TextAppearance_AppCompat_Title -androidx.appcompat.resources.R$id: int accessibility_custom_action_6 -androidx.activity.R$string: int status_bar_notification_info_overflow -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_alphabeticShortcut -androidx.preference.R$dimen: int notification_action_text_size -io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: long serialVersionUID -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer getDegreeDayTemperature() -com.google.android.material.R$styleable: int ProgressIndicator_indicatorColors -androidx.appcompat.R$styleable: int Toolbar_contentInsetRight -androidx.vectordrawable.animated.R$styleable: int ColorStateListItem_android_alpha -com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_corner_radius -wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_summaryOn -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_popupTheme -wangdaye.com.geometricweather.R$attr: int layout_optimizationLevel -wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_Dialog -androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index: AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index() -androidx.preference.R$string: int expand_button_title -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_lastHorizontalStyle -androidx.appcompat.R$styleable: int FontFamilyFont_android_fontWeight -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_profileExists -androidx.appcompat.widget.AppCompatImageView: void setSupportImageTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$attr: int counterMaxLength -androidx.hilt.work.R$id: int accessibility_custom_action_24 -wangdaye.com.geometricweather.R$styleable: int InkPageIndicator_currentPageIndicatorColor -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Caption -wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_translationX -james.adaptiveicon.R$styleable: int AppCompatTheme_radioButtonStyle -com.google.android.material.R$dimen: int compat_notification_large_icon_max_width -wangdaye.com.geometricweather.R$attr: int boxBackgroundColor -androidx.fragment.R$styleable: int FontFamilyFont_font -com.amap.api.fence.GeoFenceClient: java.util.List getAllGeoFence() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen: int Value -wangdaye.com.geometricweather.R$attr: int tabIndicatorFullWidth -com.google.android.material.R$attr: int backgroundInsetTop -com.google.android.gms.base.R$string: int common_google_play_services_enable_text -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableTintMode -wangdaye.com.geometricweather.R$attr: int errorContentDescription -com.google.android.material.R$style: int Widget_MaterialComponents_TimePicker_Button -android.didikee.donate.R$style: int TextAppearance_AppCompat_Medium -james.adaptiveicon.R$id: int time -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Snackbar_FullWidth -com.amap.api.fence.PoiItem: void setPoiName(java.lang.String) -android.didikee.donate.R$attr: int textColorAlertDialogListItem -androidx.customview.R$attr: int alpha -com.jaredrummler.android.colorpicker.R$id: int shades_divider -wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: void setSubtitleText(java.lang.String) -androidx.transition.R$id: int right_side -androidx.work.R$styleable: int GradientColor_android_startY -com.google.android.material.appbar.MaterialToolbar: void setNavigationIconColor(int) -com.jaredrummler.android.colorpicker.R$attr: int paddingStart -androidx.work.R$drawable: int notification_bg_low_normal -androidx.fragment.R$id: int tag_accessibility_heading -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: java.lang.String getWeatherPhase() -wangdaye.com.geometricweather.R$id: int reverseSawtooth -cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status COMPLETED -com.turingtechnologies.materialscrollbar.R$style -com.google.android.material.circularreveal.CircularRevealRelativeLayout: CircularRevealRelativeLayout(android.content.Context,android.util.AttributeSet) -android.didikee.donate.R$attr: int icon -wangdaye.com.geometricweather.R$array: int weather_sources -androidx.preference.R$style: int Base_ThemeOverlay_AppCompat_Dialog -wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_rotationX -okhttp3.internal.http2.Hpack$Reader: int evictToRecoverBytes(int) -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_FixedSize -com.bumptech.glide.load.engine.GlideException: long serialVersionUID -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_text_btn_padding_right -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer realFeelShaderTemperature -wangdaye.com.geometricweather.R$id: int grassIcon -com.turingtechnologies.materialscrollbar.R$style: int Base_V22_Theme_AppCompat -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_padding_right -com.google.android.material.tabs.TabLayout$TabView -com.google.android.material.R$attr: int backgroundInsetStart -com.google.android.material.R$attr: int title -wangdaye.com.geometricweather.R$id: int checked -androidx.preference.R$attr: int listLayout -cyanogenmod.externalviews.ExternalView$2: int val$width -com.google.android.material.R$styleable: int Slider_trackColorActive -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse -okhttp3.internal.platform.JdkWithJettyBootPlatform$JettyNegoProvider: boolean unsupported -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Dialog_Bridge -com.xw.repo.bubbleseekbar.R$attr: int alertDialogCenterButtons -com.google.android.material.R$style: int Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox -com.amap.api.location.AMapLocationQualityReport: boolean b -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$6: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 -androidx.viewpager.R$layout: int notification_template_icon_group -cyanogenmod.platform.R$string -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index pm10 -okhttp3.internal.ws.RealWebSocket: java.util.ArrayDeque pongQueue -com.google.android.material.R$dimen: int hint_pressed_alpha_material_light -io.reactivex.internal.observers.ForEachWhileObserver: void onError(java.lang.Throwable) -androidx.hilt.lifecycle.R$id: int icon -androidx.fragment.R$styleable: int GradientColor_android_startY -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_menuCategory -wangdaye.com.geometricweather.R$attr: int listPreferredItemPaddingEnd -androidx.lifecycle.LiveData$LifecycleBoundObserver: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) -cyanogenmod.app.ProfileManager: android.app.NotificationGroup[] getNotificationGroups() -androidx.preference.R$color: int primary_text_disabled_material_light -james.adaptiveicon.R$styleable: int SearchView_closeIcon -okio.ByteString: okio.ByteString hmacSha512(okio.ByteString) -cyanogenmod.app.Profile$1: java.lang.Object[] newArray(int) -androidx.preference.R$styleable: int PreferenceImageView_android_maxHeight -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_88 -com.google.android.material.R$styleable: int ConstraintSet_android_rotationY -cyanogenmod.weather.WeatherLocation$Builder: java.lang.String mCity -cyanogenmod.profiles.ConnectionSettings: void processOverride(android.content.Context) -android.didikee.donate.R$attr: int actionBarStyle -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: long serialVersionUID -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getSrc() -wangdaye.com.geometricweather.R$styleable: int MaterialButton_iconGravity -com.turingtechnologies.materialscrollbar.R$attr: int listPreferredItemHeight -com.google.android.material.R$styleable: int[] Transform -wangdaye.com.geometricweather.R$drawable: int widget_card_light_0 -com.google.android.material.R$dimen: int mtrl_btn_text_size -android.didikee.donate.R$style: int TextAppearance_AppCompat_Subhead -android.didikee.donate.R$color: int highlighted_text_material_light -wangdaye.com.geometricweather.R$layout: int widget_text -cyanogenmod.hardware.CMHardwareManager: int COLOR_CALIBRATION_MAX_INDEX -androidx.core.R$drawable: int notification_bg_normal -android.didikee.donate.R$attr: int actionBarSize -cyanogenmod.weather.WeatherInfo: double mHumidity -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_30 -androidx.appcompat.R$drawable: int abc_text_select_handle_right_mtrl_dark -wangdaye.com.geometricweather.R$drawable: int weather_cloudy_mini_dark -wangdaye.com.geometricweather.R$dimen: int design_navigation_elevation -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintBottom_toTopOf -com.amap.api.location.AMapLocation: boolean isMock() -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text -cyanogenmod.app.CustomTile$Builder: android.content.Context mContext -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Object readEntity(android.database.Cursor,int) -com.jaredrummler.android.colorpicker.R$style: int Widget_Support_CoordinatorLayout -com.google.android.material.R$attr: int actionOverflowButtonStyle -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_SearchResult -com.google.android.gms.common.R$integer -com.google.android.material.R$attr: int subtitleTextAppearance -com.google.android.gms.common.internal.ClientIdentity -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX$InfoX: CNWeatherResult$WeatherX$InfoX() -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_RC4_128_MD5 -wangdaye.com.geometricweather.R$string: int settings_title_minimal_icon -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text -wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_box_corner_radius_small -com.google.gson.stream.JsonReader: boolean fillBuffer(int) -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Float tMax -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Metric -cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_getCurrentHotwordPackageName -com.jaredrummler.android.colorpicker.R$layout: int cpv_color_item_square -androidx.preference.R$styleable: int AppCompatTheme_actionBarDivider -wangdaye.com.geometricweather.R$id: int action_bar_title -cyanogenmod.hardware.IThermalListenerCallback$Stub: int TRANSACTION_onThermalChanged_0 -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setLegacyRequestDisallowInterceptTouchEventEnabled(boolean) -com.google.android.material.R$dimen: int mtrl_calendar_header_content_padding -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorIconTintMode -okhttp3.internal.connection.RouteSelector: void connectFailed(okhttp3.Route,java.io.IOException) -androidx.preference.R$styleable: int[] FontFamily -okhttp3.internal.http1.Http1Codec$FixedLengthSource -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarSwipeRefreshLayout: void setOnApplyWindowInsetsListener(android.view.View$OnApplyWindowInsetsListener) -com.turingtechnologies.materialscrollbar.R$attr: int behavior_hideable -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: long serialVersionUID -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_measureWithLargestChild -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.lang.Integer cloudCover -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX -androidx.preference.R$drawable: int abc_seekbar_thumb_material -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xntd -wangdaye.com.geometricweather.R$drawable: int ic_mtrl_chip_checked_black -com.jaredrummler.android.colorpicker.R$color: int ripple_material_light -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder connectTimeout(java.time.Duration) -com.google.android.material.R$id: int filled -okhttp3.MultipartBody$Builder: MultipartBody$Builder(java.lang.String) -com.google.android.material.R$drawable: int abc_spinner_mtrl_am_alpha -com.jaredrummler.android.colorpicker.R$layout: int abc_list_menu_item_layout -com.google.android.material.R$attr: int firstBaselineToTopHeight -androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy: ConstraintProxy$BatteryNotLowProxy() -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Region Region -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: void setUrl(java.lang.String) -android.didikee.donate.R$id: int up -com.google.android.material.R$attr: int titleMarginBottom -androidx.viewpager2.R$styleable: int FontFamilyFont_android_font -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -com.bumptech.glide.R$styleable -com.google.android.material.R$drawable: int abc_edit_text_material -android.didikee.donate.R$attr: int logo -com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_thickness -com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_arrowShaftLength -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_android_thumb -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constrainedHeight -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: java.lang.String LocalizedName -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_min_width_major -androidx.preference.R$string: int abc_menu_delete_shortcut_label -androidx.appcompat.resources.R$id: int forever -androidx.constraintlayout.utils.widget.ImageFilterButton: void setCrossfade(float) -com.google.android.material.R$dimen: int material_clock_period_toggle_margin_left -androidx.lifecycle.ReportFragment: void onActivityCreated(android.os.Bundle) -com.google.android.material.R$styleable: int Constraint_layout_constraintStart_toEndOf -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver -okhttp3.internal.ws.RealWebSocket: long pingIntervalMillis -cyanogenmod.app.ILiveLockScreenManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -okhttp3.internal.http2.Http2Connection$1 -com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_showTitle -androidx.dynamicanimation.R$styleable: int FontFamily_fontProviderPackage -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: long serialVersionUID -androidx.preference.R$style: int TextAppearance_Compat_Notification -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void innerComplete() -wangdaye.com.geometricweather.R$string: int resident_location -com.turingtechnologies.materialscrollbar.R$attr: int textEndPadding -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorControlActivated -okhttp3.OkHttpClient: okhttp3.Cache cache -com.google.android.material.R$styleable: int AppCompatTextHelper_android_drawableBottom -com.google.android.material.R$dimen: int mtrl_bottomappbar_height -androidx.swiperefreshlayout.R$dimen: int notification_media_narrow_margin -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void onComplete() -androidx.appcompat.R$style: int TextAppearance_AppCompat_Display3 -androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_textSize -wangdaye.com.geometricweather.R$string: int tag_temperature -wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_backgroundTintMode -com.google.android.material.datepicker.SingleDateSelector: android.os.Parcelable$Creator CREATOR -com.google.android.material.R$attr: int height -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float snow -com.google.android.material.R$style: int Base_Widget_AppCompat_Spinner_Underlined -com.xw.repo.bubbleseekbar.R$attr: int actionModeCutDrawable -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu -com.xw.repo.bubbleseekbar.R$id: int topPanel -androidx.drawerlayout.R$styleable: int FontFamily_fontProviderCerts -cyanogenmod.app.ProfileManager: java.lang.String PROFILES_STATE_CHANGED_ACTION -android.didikee.donate.R$color: int secondary_text_default_material_dark -androidx.hilt.R$id: int chronometer -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean registerThermalListener(cyanogenmod.hardware.IThermalListenerCallback) -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ButtonBar -androidx.constraintlayout.widget.R$styleable: int Layout_minHeight -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Large -wangdaye.com.geometricweather.R$string: int cpv_select -cyanogenmod.themes.ThemeChangeRequest: int DEFAULT_WALLPAPER_ID -wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Type -wangdaye.com.geometricweather.R$id: int end -wangdaye.com.geometricweather.R$drawable: int selectable_ripple -com.github.rahatarmanahmed.cpv.CircularProgressView: int animDuration -com.google.android.material.R$styleable: int GradientColor_android_type -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX -androidx.appcompat.R$attr: int listItemLayout -com.google.android.material.R$attr: int materialCalendarDay -com.google.android.material.slider.Slider: void setValue(float) -android.didikee.donate.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner -androidx.transition.R$id: int title -com.jaredrummler.android.colorpicker.R$drawable: int notification_bg_normal -androidx.hilt.work.R$dimen: int notification_right_side_padding_top -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: CaiYunMainlyResult$YesterdayBean() -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: void onComplete() -androidx.preference.R$attr: int paddingEnd -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer grassLevel -com.google.android.material.R$attr: int color -com.google.android.material.transformation.TransformationChildCard -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_track_color -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_contentInsetRight -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String province -androidx.constraintlayout.widget.R$styleable: int ActionBar_divider -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_MinWidth -com.amap.api.fence.DistrictItem: java.lang.String getDistrictName() -androidx.preference.PreferenceGroup: void setOnExpandButtonClickListener(androidx.preference.PreferenceGroup$OnExpandButtonClickListener) -androidx.drawerlayout.R$drawable: int notification_bg_normal_pressed -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: boolean isPrecipitation() -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Display3 -wangdaye.com.geometricweather.db.entities.AlertEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_79 -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_18 -com.google.android.material.chip.Chip: android.graphics.drawable.Drawable getBackgroundDrawable() -com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableCompat_android_visible -cyanogenmod.providers.CMSettings$System: boolean shouldInterceptSystemProvider(java.lang.String) -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Spinner_Underlined -com.google.android.material.R$styleable: int[] TextInputLayout -wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat_Dark -wangdaye.com.geometricweather.R$styleable: int ActionBar_itemPadding -com.google.android.material.R$styleable: int MotionTelltales_telltales_velocityMode -androidx.transition.R$styleable: int FontFamilyFont_android_fontStyle -com.google.android.material.R$dimen: int abc_text_size_title_material_toolbar -androidx.work.ListenableWorker: ListenableWorker(android.content.Context,androidx.work.WorkerParameters) -wangdaye.com.geometricweather.R$attr: int chainUseRtl -com.jaredrummler.android.colorpicker.R$styleable: int ViewBackgroundHelper_backgroundTint -james.adaptiveicon.R$style: int Base_V22_Theme_AppCompat -wangdaye.com.geometricweather.R$attr: int checkedIconSize -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex -wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: java.lang.String getDescription() -com.google.android.material.chip.Chip: void setTextAppearance(int) -androidx.preference.R$layout: int abc_search_dropdown_item_icons_2line -io.reactivex.internal.subscriptions.DeferredScalarSubscription: int FUSED_EMPTY -androidx.customview.R$attr: int fontVariationSettings -com.google.android.material.chip.ChipGroup: void setShowDividerHorizontal(int) -retrofit2.adapter.rxjava2.Result: retrofit2.Response response -io.reactivex.Observable: io.reactivex.Observable buffer(io.reactivex.ObservableSource,java.util.concurrent.Callable) -wangdaye.com.geometricweather.R$attr: int cardBackgroundColor -com.google.android.material.card.MaterialCardView: com.google.android.material.shape.ShapeAppearanceModel getShapeAppearanceModel() -com.amap.api.location.AMapLocationClientOption: boolean isMockEnable() -androidx.lifecycle.MediatorLiveData$Source: androidx.lifecycle.LiveData mLiveData -com.google.android.material.R$attr: int textAppearanceHeadline3 -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHeight_min -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginEnd -androidx.lifecycle.extensions.R$id: int tag_accessibility_actions -androidx.appcompat.R$styleable: int StateListDrawable_android_variablePadding -io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: void onComplete() -android.didikee.donate.R$style: int Platform_V21_AppCompat_Light -wangdaye.com.geometricweather.R$attr: int tabStyle -androidx.preference.R$styleable: int SwitchPreferenceCompat_switchTextOff -com.google.android.material.R$drawable: int abc_dialog_material_background -cyanogenmod.app.ICMStatusBarManager: void unregisterListener(cyanogenmod.app.ICustomTileListener,int) -androidx.preference.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_1 -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: boolean disposed -okhttp3.EventListener: void connectionAcquired(okhttp3.Call,okhttp3.Connection) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX() -okio.Utf8: Utf8() -cyanogenmod.hardware.ICMHardwareService: java.lang.String getUniqueDeviceId() -wangdaye.com.geometricweather.db.entities.DaoMaster$OpenHelper: void onCreate(org.greenrobot.greendao.database.Database) -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub: IExternalViewProviderFactory$Stub() -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: long COMPLETE_MASK -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_section_text_position -androidx.preference.R$style: int PreferenceFragmentList_Material -androidx.vectordrawable.R$styleable: R$styleable() -androidx.appcompat.R$attr: int fontProviderPackage -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_editor_absoluteY -androidx.preference.R$attr: int fontProviderQuery -androidx.lifecycle.ProcessLifecycleOwner: void activityStarted() -com.google.android.material.R$style: int Theme_MaterialComponents_Light_DarkActionBar_Bridge -com.amap.api.location.AMapLocationClientOption: java.lang.Object clone() -com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_allowCustom -androidx.customview.R$dimen: int notification_action_text_size -com.google.android.gms.dynamite.DynamiteModule$DynamiteLoaderClassLoader: java.lang.ClassLoader sClassLoader -okhttp3.internal.connection.StreamAllocation: void streamFinished(boolean,okhttp3.internal.http.HttpCodec,long,java.io.IOException) -retrofit2.CallAdapter -retrofit2.Utils$ParameterizedTypeImpl: java.lang.reflect.Type rawType -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: long serialVersionUID -io.reactivex.internal.observers.DeferredScalarDisposable: boolean isDisposed() -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light_Dialog_Alert -okhttp3.MultipartBody -com.baidu.location.e.l$b: java.lang.String g -wangdaye.com.geometricweather.R$attr: int barrierMargin -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIndicatorAnimationDuration -com.xw.repo.bubbleseekbar.R$color: int colorAccent -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer getRealFeelShaderTemperature() -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_showDividers -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: void setUnit(java.lang.String) -wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: float getProgress() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric Metric -androidx.dynamicanimation.R$attr: int fontProviderAuthority -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr: AccuCurrentResult$Precip1hr() -com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_margin -wangdaye.com.geometricweather.common.basic.models.weather.Wind: Wind(java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WindDegree,java.lang.Float,java.lang.String) -wangdaye.com.geometricweather.R$dimen: int abc_text_size_button_material -androidx.recyclerview.widget.RecyclerView -androidx.vectordrawable.R$id: int accessibility_custom_action_31 -cyanogenmod.app.ProfileGroup: void setLightsMode(cyanogenmod.app.ProfileGroup$Mode) -james.adaptiveicon.R$styleable: int AppCompatTheme_dividerVertical -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Integer getDewPoint() -com.google.android.material.R$attr: int maxAcceleration -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.lang.String name -com.amap.api.location.AMapLocation: java.lang.String b -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver inner -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: long serialVersionUID -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintGuide_begin -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Imperial -wangdaye.com.geometricweather.common.rxjava.BaseObserver: void onNext(java.lang.Object) -com.turingtechnologies.materialscrollbar.DragScrollBar: float getHandleOffset() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: void setFrom(java.util.Date) -wangdaye.com.geometricweather.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable -com.turingtechnologies.materialscrollbar.R$style: int Platform_AppCompat -com.xw.repo.bubbleseekbar.R$id: int action_bar_container -okhttp3.internal.http2.Http2Connection$5: java.util.List val$requestHeaders -androidx.appcompat.widget.AppCompatRadioButton: int getCompoundPaddingLeft() -androidx.recyclerview.R$id: int icon_group -okhttp3.internal.Util: java.util.List immutableList(java.util.List) -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionBar -cyanogenmod.app.suggest.ApplicationSuggestion: void writeToParcel(android.os.Parcel,int) -cyanogenmod.providers.CMSettings$Secure: java.lang.String DEFAULT_THEME_PACKAGE -com.bumptech.glide.R$drawable: int notification_tile_bg -okhttp3.ConnectionPool$1: ConnectionPool$1(okhttp3.ConnectionPool) -androidx.loader.R$id: int icon_group -androidx.appcompat.R$attr: int windowActionModeOverlay -wangdaye.com.geometricweather.R$styleable: int BottomAppBar_hideOnScroll -wangdaye.com.geometricweather.R$string: int key_forecast_tomorrow -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle -wangdaye.com.geometricweather.R$drawable: int btn_checkbox_checked_mtrl -okhttp3.internal.platform.AndroidPlatform$CloseGuard: okhttp3.internal.platform.AndroidPlatform$CloseGuard get() -androidx.appcompat.R$id: int accessibility_custom_action_14 -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ENABLE_PEOPLE_LOOKUP_VALIDATOR -androidx.constraintlayout.widget.R$anim: int btn_radio_to_off_mtrl_dot_group_animation -com.xw.repo.bubbleseekbar.R$layout: int abc_action_bar_title_item -io.reactivex.internal.util.EmptyComponent: void request(long) -james.adaptiveicon.R$styleable: int TextAppearance_android_typeface -wangdaye.com.geometricweather.R$layout: int abc_screen_simple_overlay_action_mode -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_WITH_3DES_EDE_CBC_MD5 -android.didikee.donate.R$style: int Theme_AppCompat_Light_DarkActionBar -com.amap.api.location.CoordinateConverter: com.amap.api.location.DPoint a -com.google.gson.stream.JsonWriter: java.lang.String separator -androidx.work.impl.workers.CombineContinuationsWorker: CombineContinuationsWorker(android.content.Context,androidx.work.WorkerParameters) -com.google.android.material.R$id: int floating -com.google.android.material.R$layout: int abc_screen_toolbar -com.turingtechnologies.materialscrollbar.R$attr: int tabGravity -androidx.preference.R$styleable: int AppCompatTheme_actionBarTabBarStyle -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Minimum: double Value -androidx.preference.R$styleable: int AppCompatTheme_colorButtonNormal -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.internal.util.AtomicThrowable errors -com.xw.repo.bubbleseekbar.R$attr: int backgroundSplit -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric Metric -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer degreeDayTemperature -com.google.android.material.R$attr: int showTitle -com.jaredrummler.android.colorpicker.R$anim: int abc_popup_exit -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_PopupWindow -androidx.hilt.R$styleable: int FontFamily_fontProviderQuery -com.turingtechnologies.materialscrollbar.R$string: int abc_menu_function_shortcut_label -androidx.appcompat.R$attr: int homeAsUpIndicator -io.reactivex.Observable: io.reactivex.Observable interval(long,java.util.concurrent.TimeUnit) -androidx.constraintlayout.widget.R$dimen: int tooltip_y_offset_touch -androidx.preference.R$id: int text2 -com.jaredrummler.android.colorpicker.R$attr: int colorBackgroundFloating -androidx.constraintlayout.widget.R$layout: R$layout() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date sunRiseDate -com.google.android.material.slider.BaseSlider$SliderState -cyanogenmod.hardware.ICMHardwareService: cyanogenmod.hardware.DisplayMode getCurrentDisplayMode() -wangdaye.com.geometricweather.R$styleable: int[] DrawerArrowToggle -com.amap.api.location.AMapLocationClientOption: boolean isLocationCacheEnable() -okhttp3.ResponseBody: java.io.Reader charStream() -cyanogenmod.weather.WeatherLocation$Builder: java.lang.String mCityId -com.google.android.material.R$layout: int mtrl_calendar_months -com.google.android.material.chip.Chip: void setCloseIconSizeResource(int) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Speed -okio.Buffer: int write(java.nio.ByteBuffer) -androidx.dynamicanimation.R$attr: int fontProviderFetchStrategy -androidx.appcompat.R$style: int Theme_AppCompat_DayNight_Dialog -com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_headerBackground -com.xw.repo.bubbleseekbar.R$id: int text -androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$State min(androidx.lifecycle.Lifecycle$State,androidx.lifecycle.Lifecycle$State) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionButtonStyle -androidx.viewpager2.R$styleable: int[] ColorStateListItem -com.google.android.material.chip.ChipGroup: void setOnCheckedChangeListener(com.google.android.material.chip.ChipGroup$OnCheckedChangeListener) -com.turingtechnologies.materialscrollbar.R$attr: int singleLine -androidx.hilt.R$id: int accessibility_custom_action_12 -com.google.android.material.R$attr: int suffixText -retrofit2.RequestBuilder: void addHeaders(okhttp3.Headers) -cyanogenmod.app.Profile -androidx.appcompat.R$drawable: int abc_btn_radio_material -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setCityId(java.lang.String) -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse -com.turingtechnologies.materialscrollbar.R$styleable: int TouchScrollBar_msb_hideDelayInMilliseconds -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind: MfCurrentResult$Observation$Wind() -okhttp3.internal.http.RealInterceptorChain: okhttp3.internal.http.HttpCodec httpStream() -com.google.android.material.button.MaterialButton: void setShapeAppearanceModel(com.google.android.material.shape.ShapeAppearanceModel) -androidx.vectordrawable.R$dimen: int notification_content_margin_start -wangdaye.com.geometricweather.R$attr: int prefixTextColor -android.didikee.donate.R$id: int action_divider -androidx.preference.R$dimen: int abc_progress_bar_height_material -com.google.android.material.R$id: int dragStart -okhttp3.HttpUrl$Builder: int effectivePort() -okio.Pipe: okio.Sink sink -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: int INTERRUPTING -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle -androidx.appcompat.R$styleable: int AppCompatTheme_actionModeBackground -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void addLast(io.reactivex.internal.operators.observable.ObservableReplay$Node) -com.xw.repo.bubbleseekbar.R$drawable: int tooltip_frame_light -james.adaptiveicon.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog -com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_layout_keyline -wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerSizeTopRight -cyanogenmod.providers.CMSettings$System: java.lang.String VOLUME_KEYS_CONTROL_RING_STREAM -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Imperial: double Value -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: void setUrl(java.lang.String) -com.turingtechnologies.materialscrollbar.R$styleable: int ViewBackgroundHelper_backgroundTintMode -androidx.hilt.lifecycle.R$attr: int fontProviderPackage -wangdaye.com.geometricweather.R$animator: int weather_snow_3 -wangdaye.com.geometricweather.R$attr: int bsb_always_show_bubble_delay -com.google.android.material.floatingactionbutton.FloatingActionButton: androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior getBehavior() -com.bumptech.glide.R$id: int notification_background -com.google.android.material.R$styleable: int BottomAppBar_paddingLeftSystemWindowInsets -android.didikee.donate.R$style: int Widget_AppCompat_ListView -cyanogenmod.profiles.BrightnessSettings: boolean isDirty() -cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setTodaysLow(double) -io.reactivex.internal.util.HashMapSupplier: java.lang.Object call() -wangdaye.com.geometricweather.R$styleable: int FitSystemBarRecyclerView_rv_side -wangdaye.com.geometricweather.R$string: int key_gravity_sensor_switch -android.didikee.donate.R$styleable: int ActionBar_displayOptions -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getVibratorIntensity -androidx.constraintlayout.widget.R$attr: int actionViewClass -com.turingtechnologies.materialscrollbar.R$attr: int layout_scrollFlags -wangdaye.com.geometricweather.R$attr: int layout_goneMarginRight -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Empty -androidx.appcompat.R$attr: int paddingBottomNoButtons -com.google.android.material.R$styleable: int AppCompatTheme_homeAsUpIndicator -androidx.lifecycle.MediatorLiveData -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeRainPrecipitationProbability(java.lang.Float) -wangdaye.com.geometricweather.R$color: int material_timepicker_modebutton_tint -androidx.core.R$id: int accessibility_custom_action_28 -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton -androidx.swiperefreshlayout.R$dimen: int compat_button_padding_vertical_material -io.reactivex.observers.TestObserver$EmptyObserver: void onError(java.lang.Throwable) -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: boolean active -cyanogenmod.util.ColorUtils: com.android.internal.util.cm.palette.Palette$Swatch getDominantSwatch(com.android.internal.util.cm.palette.Palette) -io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable: boolean isDisposed() -wangdaye.com.geometricweather.R$styleable: int[] ScrollingViewBehavior_Layout -wangdaye.com.geometricweather.R$color: int abc_search_url_text_selected -wangdaye.com.geometricweather.R$layout: int material_chip_input_combo -com.google.android.material.R$xml: int standalone_badge_offset -androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat_Dialog -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat_Light -androidx.preference.R$style: int ThemeOverlay_AppCompat -androidx.hilt.work.R$string -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$2 -wangdaye.com.geometricweather.R$layout: int dialog_running_in_background -wangdaye.com.geometricweather.R$styleable: int PropertySet_android_alpha -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: void setIcon(java.lang.String) -okio.ByteString: int compareTo(java.lang.Object) -com.jaredrummler.android.colorpicker.R$id: int time -com.amap.api.location.AMapLocation: int D -wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: NumberAnimTextView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$attr: int trackColorActive -com.jaredrummler.android.colorpicker.R$attr: int actionModeCloseButtonStyle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Metric: java.lang.String Unit -wangdaye.com.geometricweather.R$id: int easeOut -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial: double Value -androidx.work.R$color: int notification_icon_bg_color -io.reactivex.internal.observers.InnerQueuedObserver: void dispose() -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: wangdaye.com.geometricweather.db.converters.WeatherCodeConverter weatherCodeConverter -androidx.recyclerview.R$styleable: int GradientColor_android_startColor -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: int nameId -com.google.android.material.chip.Chip: void setChipIconResource(int) -com.turingtechnologies.materialscrollbar.R$drawable: int abc_textfield_search_default_mtrl_alpha -retrofit2.RequestBuilder: void addPart(okhttp3.Headers,okhttp3.RequestBody) -cyanogenmod.app.ThemeVersion: cyanogenmod.app.ThemeVersion$ComponentVersion getComponentVersion(cyanogenmod.app.ThemeComponent) -androidx.swiperefreshlayout.R$id: int forever -androidx.fragment.R$id: int chronometer -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title -io.reactivex.internal.operators.observable.ObservableReplay$SizeBoundReplayBuffer: void truncate() -androidx.preference.R$styleable: int DrawerArrowToggle_spinBars -androidx.appcompat.R$styleable: int View_paddingStart -com.google.android.gms.location.zzay: android.os.Parcelable$Creator CREATOR -com.google.android.material.R$styleable: int MaterialButton_shapeAppearanceOverlay -wangdaye.com.geometricweather.R$styleable: int Insets_paddingLeftSystemWindowInsets -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHeight_default -com.jaredrummler.android.colorpicker.R$styleable: int[] FontFamilyFont -com.google.android.material.R$styleable: int KeyTrigger_motion_triggerOnCollision -okio.ByteString: ByteString(byte[]) -cyanogenmod.providers.CMSettings$System: java.util.List getDelimitedStringAsList(android.content.ContentResolver,java.lang.String,java.lang.String) -androidx.constraintlayout.widget.R$dimen: int abc_dialog_list_padding_top_no_title -okhttp3.internal.http.HttpDate: java.text.DateFormat[] BROWSER_COMPATIBLE_DATE_FORMATS -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Small_Inverse -okhttp3.ResponseBody: long contentLength() -wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode AUTO -android.didikee.donate.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item -cyanogenmod.app.LiveLockScreenInfo$Builder: cyanogenmod.app.LiveLockScreenInfo$Builder setPriority(int) -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: int unitArrayIndex -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: void onSubscribe(io.reactivex.disposables.Disposable) -james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemHeight -cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String getTag() -androidx.drawerlayout.R$styleable: int FontFamilyFont_android_fontStyle -com.turingtechnologies.materialscrollbar.R$integer: int abc_config_activityDefaultDur -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub$Proxy: java.lang.String getInterfaceDescriptor() -wangdaye.com.geometricweather.R$array: int temperature_unit_values -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setIsShow(boolean) -androidx.appcompat.view.menu.ListMenuItemView: void setGroupDividerEnabled(boolean) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getPm10() -androidx.preference.R$styleable: int TextAppearance_fontFamily -cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper: void onCustomTilePosted(org.cyanogenmod.internal.statusbar.IStatusBarCustomTileHolder) -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Button_Small -wangdaye.com.geometricweather.R$style: int Platform_V25_AppCompat -wangdaye.com.geometricweather.R$attr: int layout_anchor -wangdaye.com.geometricweather.R$id: int flip -cyanogenmod.app.suggest.ApplicationSuggestion$1: java.lang.Object createFromParcel(android.os.Parcel) -android.didikee.donate.R$style: int Theme_AppCompat_DialogWhenLarge -androidx.hilt.lifecycle.R$attr: int font -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_android_thumb -wangdaye.com.geometricweather.R$style: int Platform_V21_AppCompat -android.didikee.donate.R$drawable: int abc_ratingbar_small_material -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Small -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_homeAsUpIndicator -cyanogenmod.power.PerformanceManager: int PROFILE_BALANCED -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored -com.google.android.material.R$styleable: int MenuItem_showAsAction -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_ensureMinTouchTargetSize -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_inset -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setTrimPathStart(float) -okhttp3.internal.http2.Http2Writer: void writeMedium(okio.BufferedSink,int) -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather weather -com.bumptech.glide.R$layout: int notification_action -androidx.hilt.R$id: int title -okhttp3.internal.http2.Http2Reader: void close() -cyanogenmod.profiles.RingModeSettings: void setValue(java.lang.String) -com.google.android.material.R$color: int material_slider_active_track_color -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: long EpochDate -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_138 -cyanogenmod.power.IPerformanceManager$Stub$Proxy: android.os.IBinder mRemote -wangdaye.com.geometricweather.R$dimen: int mtrl_snackbar_padding_horizontal -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours Past3Hours -com.google.android.material.R$styleable: int CardView_cardMaxElevation -androidx.hilt.work.R$anim: int fragment_open_enter -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_22 -okhttp3.internal.http1.Http1Codec: java.lang.String readHeaderLine() -androidx.preference.R$drawable: int abc_ic_arrow_drop_right_black_24dp -com.google.android.material.R$attr: int layout_editor_absoluteY -com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents_Light_Dialog -com.google.gson.stream.JsonReader: JsonReader(java.io.Reader) -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -cyanogenmod.weather.RequestInfo$Builder: boolean mIsQueryOnly -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String LOCK_WALLPAPER_THUMBNAIL -androidx.appcompat.R$style: int TextAppearance_AppCompat_Display2 -com.google.android.material.R$color: int design_default_color_primary_variant -com.google.android.material.datepicker.MaterialCalendarGridView: MaterialCalendarGridView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$drawable: int weather_fog -androidx.constraintlayout.widget.R$styleable: int PropertySet_android_alpha -androidx.preference.R$attr: int titleMargins -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat_ActionBar -io.reactivex.Observable: io.reactivex.disposables.Disposable subscribe(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer,io.reactivex.functions.Action,io.reactivex.functions.Consumer) -androidx.appcompat.R$color: int abc_hint_foreground_material_dark -wangdaye.com.geometricweather.R$id: int tag_icon_day -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_27 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setWeather(java.lang.String) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceListItemSmall -wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_directionValue -com.amap.api.location.DPoint$1: java.lang.Object[] newArray(int) -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_android_gravity -io.reactivex.internal.util.EmptyComponent: void onNext(java.lang.Object) -james.adaptiveicon.R$styleable: int AppCompatTheme_editTextStyle -androidx.preference.R$style: int Base_Theme_AppCompat_Light_Dialog -com.google.android.material.R$attr: int layout_constraintBottom_creator -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_SearchView -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow -androidx.appcompat.R$attr -androidx.constraintlayout.widget.R$styleable: int Constraint_barrierAllowsGoneWidgets -james.adaptiveicon.R$style: int RtlOverlay_DialogWindowTitle_AppCompat -james.adaptiveicon.R$attr: int subtitleTextStyle -androidx.lifecycle.ProcessLifecycleOwnerInitializer: boolean onCreate() -cyanogenmod.externalviews.ExternalViewProviderService$Provider: android.os.Bundle mOptions -com.google.android.material.R$styleable: int MotionTelltales_telltales_tailScale -wangdaye.com.geometricweather.R$id: int incoming -androidx.preference.R$dimen: int abc_list_item_height_material -io.reactivex.Observable: io.reactivex.Observable sample(io.reactivex.ObservableSource,boolean) -wangdaye.com.geometricweather.R$attr: int maxLines -com.google.android.material.R$styleable: int ActionBar_navigationMode -com.amap.api.fence.DistrictItem: android.os.Parcelable$Creator getCreator() -com.google.android.material.R$id: int up -com.google.android.material.R$styleable: int MenuGroup_android_menuCategory -james.adaptiveicon.R$style: int Theme_AppCompat_Light_Dialog -androidx.core.widget.NestedScrollView: NestedScrollView(android.content.Context) -com.xw.repo.bubbleseekbar.R$styleable: int[] GradientColorItem -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_CompactMenu -okhttp3.RealCall: okhttp3.internal.http.RetryAndFollowUpInterceptor retryAndFollowUpInterceptor -com.jaredrummler.android.colorpicker.ColorPreference: void setOnShowDialogListener(com.jaredrummler.android.colorpicker.ColorPreference$OnShowDialogListener) -androidx.hilt.R$drawable: int notification_template_icon_bg -okhttp3.logging.HttpLoggingInterceptor: void logHeader(okhttp3.Headers,int) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeRainPrecipitationProbability() -okio.BufferedSink: okio.BufferedSink writeShort(int) -com.google.android.material.R$drawable: int abc_ic_star_half_black_36dp -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_star_half_black_48dp -okhttp3.Dispatcher -com.amap.api.location.AMapLocation: void setFixLastLocation(boolean) -james.adaptiveicon.R$drawable: R$drawable() -wangdaye.com.geometricweather.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.String TABLENAME -com.google.android.material.R$style: int Widget_AppCompat_Button_Borderless -com.amap.api.fence.PoiItem: java.lang.String i -com.github.rahatarmanahmed.cpv.CircularProgressView: android.graphics.Paint paint -cyanogenmod.weather.ICMWeatherManager$Stub -androidx.preference.MultiSelectListPreference$SavedState -androidx.appcompat.R$attr: int titleMargin -android.didikee.donate.R$styleable: int[] SearchView -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeCloseDrawable -okhttp3.OkHttpClient: okhttp3.EventListener$Factory eventListenerFactory() -com.google.android.material.R$styleable: int AnimatedStateListDrawableTransition_android_drawable -androidx.hilt.R$id: int visible_removing_fragment_view_tag -cyanogenmod.providers.DataUsageContract: java.lang.String LABEL -androidx.appcompat.widget.AppCompatCheckBox: android.content.res.ColorStateList getSupportBackgroundTintList() -androidx.viewpager.widget.PagerTabStrip: void setBackgroundResource(int) -james.adaptiveicon.R$integer: int abc_config_activityDefaultDur -com.google.android.material.chip.Chip: android.content.res.ColorStateList getChipBackgroundColor() -androidx.swiperefreshlayout.R$drawable: int notification_template_icon_low_bg -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintTag -androidx.preference.R$style: int Widget_AppCompat_SeekBar -com.jaredrummler.android.colorpicker.R$attr: int multiChoiceItemLayout -wangdaye.com.geometricweather.common.basic.models.weather.Alert: Alert(android.os.Parcel) -wangdaye.com.geometricweather.R$id: int submenuarrow -com.google.android.material.R$attr: int shapeAppearanceOverlay -android.didikee.donate.R$id: int icon_group -com.jaredrummler.android.colorpicker.R$string: int abc_menu_ctrl_shortcut_label -com.google.android.material.R$style: int Base_Widget_AppCompat_ActionBar_TabView -wangdaye.com.geometricweather.R$attr: int endIconDrawable -com.google.android.material.R$style: int Widget_AppCompat_ActionBar_TabView -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_hideMotionSpec -androidx.appcompat.widget.AppCompatRadioButton: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_CompactMenu -com.google.android.material.R$attr: int actionBarPopupTheme -okhttp3.RealCall$AsyncCall: boolean $assertionsDisabled -wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.lang.String getLongDate(android.content.Context) -androidx.appcompat.widget.SearchView: void setQuery(java.lang.CharSequence) -com.google.android.material.R$styleable: int KeyAttribute_android_translationX -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: ExternalViewProviderService$Provider$ProviderImpl(cyanogenmod.externalviews.ExternalViewProviderService$Provider,cyanogenmod.externalviews.ExternalViewProviderService$Provider) -wangdaye.com.geometricweather.R$id: int autoCompleteToEnd -com.jaredrummler.android.colorpicker.R$styleable: int[] PreferenceImageView -wangdaye.com.geometricweather.R$id: int mtrl_picker_fullscreen -wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableTransition_android_reversible -androidx.appcompat.R$attr: int listLayout -wangdaye.com.geometricweather.R$color: int mtrl_textinput_focused_box_stroke_color -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_contentInsetStart -com.google.android.material.R$color: int mtrl_on_primary_text_btn_text_color_selector -com.google.android.gms.location.DetectedActivity -androidx.constraintlayout.widget.R$dimen: int abc_dialog_corner_radius_material -androidx.fragment.R$styleable: int FontFamilyFont_android_fontVariationSettings -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_3 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Imperial -wangdaye.com.geometricweather.R$style: int Base_V21_Theme_MaterialComponents -com.google.android.material.R$attr: int fontProviderFetchTimeout -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken END_DOCUMENT -com.google.android.material.R$styleable: int AppCompatTextView_drawableRightCompat -androidx.core.view.GestureDetectorCompat$GestureDetectorCompatImpl -androidx.viewpager.R$id: int line3 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX() -wangdaye.com.geometricweather.R$id: int widget_week_temp_2 -com.google.android.material.bottomnavigation.BottomNavigationView: void setOnNavigationItemSelectedListener(com.google.android.material.bottomnavigation.BottomNavigationView$OnNavigationItemSelectedListener) -com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_gapBetweenBars -wangdaye.com.geometricweather.R$attr: int errorIconTint -com.google.android.material.bottomnavigation.BottomNavigationView: BottomNavigationView(android.content.Context) -androidx.vectordrawable.R$styleable: int[] ColorStateListItem -wangdaye.com.geometricweather.R$drawable: int notif_temp_16 -com.google.android.material.R$styleable: int Slider_haloRadius -okhttp3.internal.ws.WebSocketWriter: boolean writerClosed -com.turingtechnologies.materialscrollbar.R$id: int line1 -android.didikee.donate.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun Sun -cyanogenmod.externalviews.ExternalView$7 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setDetail(java.lang.String) -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float SulfurDioxide -com.google.android.material.R$styleable: int KeyCycle_android_rotationX -com.google.gson.stream.JsonReader: int pos -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: void setX(java.lang.String) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_140 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange: AccuCurrentResult$TemperatureSummary$Past24HourRange() -com.google.gson.stream.JsonReader: int PEEKED_BEGIN_ARRAY -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_elevation -com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getTrackActiveTintList() -com.google.android.material.internal.NavigationMenuItemView: void setActionView(android.view.View) -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setBottomText(java.lang.String) -retrofit2.RequestFactory$Builder: okhttp3.MediaType contentType -androidx.lifecycle.ProcessLifecycleOwner: ProcessLifecycleOwner() -com.google.android.material.progressindicator.ProgressIndicator: com.google.android.material.progressindicator.ProgressIndicatorSpec getSpec() -androidx.drawerlayout.R$styleable: R$styleable() -wangdaye.com.geometricweather.R$styleable: int ForegroundLinearLayout_android_foregroundGravity -com.google.android.material.R$attr: int editTextStyle -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDate(java.util.Date) -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_setDisplayGammaCalibration -okhttp3.internal.http2.Hpack$Writer: okhttp3.internal.http2.Header[] dynamicTable -com.google.android.material.R$string: int mtrl_picker_cancel -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_autoSizeMinTextSize -cyanogenmod.themes.ThemeChangeRequest: java.util.Map mPerAppOverlays -com.turingtechnologies.materialscrollbar.R$attr: int contentPaddingLeft -wangdaye.com.geometricweather.R$color: int design_dark_default_color_primary -com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_layout_behavior -wangdaye.com.geometricweather.R$attr: int actionOverflowButtonStyle -wangdaye.com.geometricweather.db.entities.MinutelyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode -wangdaye.com.geometricweather.R$attr: int thumbStrokeColor -okhttp3.internal.http2.Http2Connection$ReaderRunnable$3: Http2Connection$ReaderRunnable$3(okhttp3.internal.http2.Http2Connection$ReaderRunnable,java.lang.String,java.lang.Object[]) -wangdaye.com.geometricweather.R$styleable: int CardView_cardCornerRadius -com.xw.repo.bubbleseekbar.R$attr: int activityChooserViewStyle -androidx.appcompat.widget.AppCompatRadioButton: void setSupportBackgroundTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked -androidx.preference.R$style: int TextAppearance_AppCompat_SearchResult_Title -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub: IWeatherServiceProviderChangeListener$Stub() -cyanogenmod.app.Profile$TriggerState: int DISABLED -androidx.loader.R$attr: int fontWeight -com.google.android.material.R$attr: int shapeAppearanceSmallComponent -wangdaye.com.geometricweather.R$string: int settings_title_notification_background -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_switchTextAppearance -androidx.preference.R$attr: int subtitleTextStyle -cyanogenmod.providers.CMSettings$Global: boolean putLong(android.content.ContentResolver,java.lang.String,long) -com.google.android.material.R$anim: int mtrl_card_lowers_interpolator -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_83 -io.reactivex.internal.subscriptions.SubscriptionArbiter: java.util.concurrent.atomic.AtomicReference missedSubscription -com.turingtechnologies.materialscrollbar.MaterialScrollBar: MaterialScrollBar(android.content.Context,android.util.AttributeSet) -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon -wangdaye.com.geometricweather.R$style: int Animation_Design_BottomSheetDialog -android.didikee.donate.R$styleable: int ColorStateListItem_android_alpha -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day Day -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void schedule() -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_NoActionBar_Bridge -wangdaye.com.geometricweather.R$styleable: int RecyclerView_fastScrollEnabled -androidx.appcompat.resources.R$drawable: int notification_template_icon_bg -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_toggle_margin_bottom -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge -com.google.android.material.R$bool -wangdaye.com.geometricweather.R$attr: int itemShapeInsetBottom -com.google.android.material.R$string: int abc_menu_enter_shortcut_label -androidx.activity.R$id: int tag_accessibility_pane_title -androidx.appcompat.R$styleable: int ActionMode_titleTextStyle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial: AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial() -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: io.reactivex.functions.BiFunction combiner -android.didikee.donate.R$dimen: int abc_text_size_subtitle_material_toolbar -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_SeekBar -com.jaredrummler.android.colorpicker.R$dimen: int compat_control_corner_material -androidx.vectordrawable.R$id: int accessibility_custom_action_0 -androidx.viewpager.R$style: int TextAppearance_Compat_Notification_Line2 -wangdaye.com.geometricweather.R$id: int circular -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework -wangdaye.com.geometricweather.R$drawable: int ic_weather -androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type UNKNOWN -androidx.core.graphics.drawable.IconCompat: IconCompat() -cyanogenmod.weather.RequestInfo$Builder: android.location.Location mLocation -wangdaye.com.geometricweather.R$color: int abc_tint_seek_thumb -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintVertical_weight -okio.Okio$3: okio.Timeout timeout() -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: void dispose() -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_Dark -androidx.hilt.work.R$layout: int notification_template_part_time -wangdaye.com.geometricweather.R$styleable: int Transform_android_translationY -retrofit2.Retrofit: boolean validateEagerly -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_PopupMenu -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean getWeather() -cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.String getCityId() -okhttp3.internal.Util$1 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Metric: int UnitType -com.google.android.material.R$styleable: int AppCompatTheme_actionMenuTextColor -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float rain -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String nighttimeWindLevel -com.google.android.material.internal.CheckableImageButton$SavedState -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType InsertInTxArray -com.google.android.material.R$attr: int flow_wrapMode -com.turingtechnologies.materialscrollbar.R$styleable: int CompoundButton_android_button -wangdaye.com.geometricweather.R$styleable: int PreferenceImageView_android_maxWidth -androidx.appcompat.widget.AppCompatCheckBox -wangdaye.com.geometricweather.R$attr: int customBoolean -androidx.appcompat.widget.LinearLayoutCompat: void setWeightSum(float) -com.xw.repo.bubbleseekbar.R$styleable: int[] StateListDrawable -com.google.gson.JsonIOException: long serialVersionUID -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: void setAqi(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX) -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_verticalBias -wangdaye.com.geometricweather.R$string: int key_temperature_unit -okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Settings okHttpSettings -com.baidu.location.indoor.mapversion.c.c$b: java.lang.String a -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: io.reactivex.ObservableSource bufferOpen -wangdaye.com.geometricweather.location.services.LocationService: void cancel() -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Object getKey(java.lang.Object) -wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_AppbarTheme -com.xw.repo.bubbleseekbar.R$drawable: int abc_list_pressed_holo_dark -com.jaredrummler.android.colorpicker.R$attr: int backgroundTint -android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeCopyDrawable -com.google.android.material.appbar.AppBarLayout: int getLiftOnScrollTargetViewId() -androidx.viewpager2.R$dimen -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionBar -cyanogenmod.providers.CMSettings$2: boolean validate(java.lang.String) -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: java.lang.Object clone() -cyanogenmod.app.ProfileManager: boolean profileExists(java.util.UUID) -androidx.legacy.coreutils.R$id: int tag_transition_group -com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose -wangdaye.com.geometricweather.R$id: int activity_weather_daily_toolbar -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.preference.R$styleable: int FontFamilyFont_android_ttcIndex -com.google.android.material.R$string: int abc_menu_function_shortcut_label -com.xw.repo.bubbleseekbar.R$id: int icon_group -androidx.appcompat.R$styleable: int AnimatedStateListDrawableTransition_android_toId -retrofit2.RequestFactory$Builder: retrofit2.RequestFactory build() -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: io.reactivex.disposables.CompositeDisposable compositeDisposable -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: java.lang.String domain -cyanogenmod.app.LiveLockScreenManager: void cancel(int) -com.google.android.material.R$attr: int textAppearanceBody2 -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_numericShortcut -androidx.viewpager.R$layout: int notification_template_custom_big -androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_android_fontStyle -com.google.android.material.R$styleable: int AppBarLayout_android_background -androidx.viewpager2.R$id: int accessibility_custom_action_9 -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_divider -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ListView_Menu -com.turingtechnologies.materialscrollbar.R$id: int select_dialog_listview -okhttp3.CacheControl -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Body2 -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: boolean isEmpty() -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: boolean isDisposed() -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Object readEntity(android.database.Cursor,int) -wangdaye.com.geometricweather.R$attr: int expandedTitleMarginBottom -com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_NavigationView -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments -com.google.android.material.R$attr: int boxCornerRadiusBottomEnd -com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_itemTextAppearance -io.reactivex.internal.queue.SpscArrayQueue: java.lang.Object poll() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Imperial: java.lang.String Unit -wangdaye.com.geometricweather.R$color: int bright_foreground_material_dark -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void request(long) -wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_arrowShaftLength -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_summaryOff -com.google.android.gms.location.GeofencingRequest: android.os.Parcelable$Creator CREATOR -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_lastHorizontalBias -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice advice -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintBaseline_toBaselineOf -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeThunderstormPrecipitationDuration() -okhttp3.RequestBody$2: long contentLength() -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable -cyanogenmod.app.ThemeVersion$ComponentVersion: cyanogenmod.app.ThemeComponent component -android.didikee.donate.R$attr: int listPreferredItemHeightSmall -androidx.constraintlayout.widget.R$dimen: int abc_button_padding_horizontal_material -wangdaye.com.geometricweather.R$color: int abc_decor_view_status_guard_light -cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: android.os.IBinder mRemote -com.jaredrummler.android.colorpicker.R$attr: int spanCount -androidx.fragment.R$styleable: int[] GradientColor -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean -androidx.lifecycle.extensions.R$dimen: R$dimen() -wangdaye.com.geometricweather.R$string: int settings_title_notification_hide_in_lockScreen -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Inverse -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getThermalState -com.jaredrummler.android.colorpicker.R$attr: int dialogMessage -com.google.android.material.R$attr: int fastScrollEnabled -androidx.customview.R$styleable: int FontFamilyFont_font -androidx.legacy.coreutils.R$styleable: R$styleable() -com.jaredrummler.android.colorpicker.R$string: int abc_action_bar_up_description -io.reactivex.Observable: io.reactivex.Observable interval(long,long,java.util.concurrent.TimeUnit) -com.jaredrummler.android.colorpicker.R$attr: int fontWeight -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Bridge -wangdaye.com.geometricweather.R$color: int abc_background_cache_hint_selector_material_light -cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.IKeyguardExternalViewProvider access$002(cyanogenmod.externalviews.KeyguardExternalView,cyanogenmod.externalviews.IKeyguardExternalViewProvider) -cyanogenmod.content.Intent: java.lang.String ACTION_INITIALIZE_CM_HARDWARE -com.google.android.material.R$attr: int colorOnSecondary -androidx.lifecycle.extensions.R$drawable: int notify_panel_notification_icon_bg -com.bumptech.glide.MemoryCategory: float multiplier -com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setIconTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition: AccuLocationResult$GeoPosition() -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_statusBarScrim -androidx.preference.R$attr: int contentInsetStartWithNavigation -com.jaredrummler.android.colorpicker.R$attr: int preferenceFragmentStyle -cyanogenmod.externalviews.ExternalViewProviderService -android.didikee.donate.R$dimen: int abc_search_view_preferred_height -com.turingtechnologies.materialscrollbar.R$id: int action_bar -wangdaye.com.geometricweather.R$id: int circle -androidx.appcompat.R$style: int Base_Widget_AppCompat_CompoundButton_Switch -com.xw.repo.bubbleseekbar.R$styleable: int PopupWindowBackgroundState_state_above_anchor -com.google.gson.LongSerializationPolicy$2: LongSerializationPolicy$2(java.lang.String,int) -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.google.android.material.bottomnavigation.BottomNavigationView: android.content.res.ColorStateList getItemTextColor() -androidx.viewpager2.R$id: int accessibility_custom_action_3 -android.didikee.donate.R$string: int abc_action_bar_up_description -androidx.constraintlayout.widget.R$style: int Base_V21_Theme_AppCompat -android.didikee.donate.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem -androidx.lifecycle.ClassesInfoCache$CallbackInfo: ClassesInfoCache$CallbackInfo(java.util.Map) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeRainPrecipitationProbability -androidx.activity.R$id: int tag_unhandled_key_event_manager -com.google.android.material.R$style: int Base_Widget_AppCompat_Button -cyanogenmod.externalviews.ExternalViewProviderService: void onCreate() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getTreeLevel() -org.greenrobot.greendao.AbstractDao: java.util.List loadAllFromCursor(android.database.Cursor) -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHeight_min -androidx.swiperefreshlayout.R$drawable: int notification_tile_bg -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat -okio.BufferedSource: long readLong() -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver parent -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Imperial: double Value -com.turingtechnologies.materialscrollbar.R$style: int Platform_ThemeOverlay_AppCompat -com.google.android.material.R$attr: int fontProviderPackage -androidx.preference.R$attr: int elevation -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_endY -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWeatherSource(java.lang.String) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX() -wangdaye.com.geometricweather.R$styleable: int PreferenceFragmentCompat_android_layout -androidx.appcompat.R$attr: int iconifiedByDefault -cyanogenmod.weather.RequestInfo$1: java.lang.Object[] newArray(int) -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_10 -retrofit2.BuiltInConverters$UnitResponseBodyConverter: java.lang.Object convert(java.lang.Object) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial: java.lang.String Unit -cyanogenmod.library.R$attr: int settingsActivity -com.google.android.material.R$attr: int textAppearanceLineHeightEnabled -cyanogenmod.externalviews.ExternalViewProviderService: android.os.IBinder onBind(android.content.Intent) -androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Display3 -wangdaye.com.geometricweather.R$color: int colorTextContent_dark -io.reactivex.internal.subscriptions.SubscriptionArbiter: boolean unbounded -androidx.constraintlayout.widget.R$styleable: int Transition_layoutDuringTransition -okio.RealBufferedSink$1: void close() -cyanogenmod.app.Profile$1 -androidx.appcompat.widget.ButtonBarLayout: ButtonBarLayout(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_max -wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.DailyEntity,long) -james.adaptiveicon.R$styleable: int AppCompatSeekBar_tickMarkTint -wangdaye.com.geometricweather.common.rxjava.BaseObserver: BaseObserver() -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: void setUnit(java.lang.String) -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.google.android.material.chip.Chip: void setCloseIconVisible(int) -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_SearchView_ActionBar -james.adaptiveicon.R$style: int Base_V26_Widget_AppCompat_Toolbar -cyanogenmod.app.IPartnerInterface$Stub$Proxy: java.lang.String getCurrentHotwordPackageName() -androidx.lifecycle.LifecycleRegistry$1: int[] $SwitchMap$androidx$lifecycle$Lifecycle$State -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver parent -androidx.dynamicanimation.R$drawable: int notification_icon_background -androidx.constraintlayout.widget.R$styleable: int OnSwipe_limitBoundsTo -cyanogenmod.platform.Manifest$permission: java.lang.String ACCESS_WEATHER_MANAGER -com.google.android.material.R$styleable: int BottomAppBar_paddingRightSystemWindowInsets -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: void dispose() -com.turingtechnologies.materialscrollbar.R$attr: int thumbTintMode -androidx.constraintlayout.widget.R$style: int Base_V28_Theme_AppCompat_Light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: java.lang.String getUnit() -android.didikee.donate.R$styleable: int ActionBar_icon -androidx.appcompat.widget.SearchView: void setInputType(int) -com.bumptech.glide.load.engine.GlideException: java.util.List getRootCauses() -com.google.android.material.R$dimen: int mtrl_extended_fab_icon_text_spacing -wangdaye.com.geometricweather.R$styleable: int Toolbar_menu -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: void onComplete() -cyanogenmod.os.Concierge$ParcelInfo: boolean mCreation -com.google.android.material.textfield.TextInputLayout: void setHelperTextColor(android.content.res.ColorStateList) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_CALL_COLOR_VALIDATOR -wangdaye.com.geometricweather.common.basic.models.weather.Base: long getPublishTime() -james.adaptiveicon.R$styleable: int ViewStubCompat_android_inflatedId -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getPm25() -com.amap.api.location.AMapLocationClientOption: float v -androidx.appcompat.R$styleable: int ColorStateListItem_android_alpha -androidx.appcompat.R$attr: int hideOnContentScroll -com.google.android.material.R$attr: int counterTextAppearance -cyanogenmod.providers.CMSettings$Secure: java.util.Map VALIDATORS -okhttp3.Headers: okhttp3.Headers$Builder newBuilder() -wangdaye.com.geometricweather.R$styleable: int Constraint_android_elevation -okhttp3.internal.http2.Http2Codec: void writeRequestHeaders(okhttp3.Request) -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_16 -androidx.appcompat.R$drawable: int abc_ic_menu_overflow_material -wangdaye.com.geometricweather.R$attr: int windowFixedHeightMajor -com.google.android.material.R$attr: int useMaterialThemeColors -androidx.preference.R$attr: int actionModePasteDrawable -com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getHint() -io.reactivex.internal.observers.DeferredScalarDisposable: int FUSED_CONSUMED -wangdaye.com.geometricweather.R$attr: int allowStacking -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_seekBarPreferenceStyle -com.xw.repo.bubbleseekbar.R$style: int Base_AlertDialog_AppCompat -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy -androidx.viewpager2.R$drawable: int notification_bg -com.amap.api.location.UmidtokenInfo: void setLocAble(boolean) -androidx.appcompat.R$dimen: int abc_select_dialog_padding_start_material -wangdaye.com.geometricweather.R$attr: int textAppearanceSmallPopupMenu -androidx.preference.R$id: int group_divider -cyanogenmod.app.Profile$DozeMode: Profile$DozeMode() -com.google.android.material.R$styleable: int Toolbar_titleMarginTop -cyanogenmod.app.CMStatusBarManager: void publishTile(int,cyanogenmod.app.CustomTile) -androidx.lifecycle.LiveDataReactiveStreams -com.turingtechnologies.materialscrollbar.R$dimen: int fastscroll_minimum_range -com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_Solid -okhttp3.logging.LoggingEventListener: void requestBodyStart(okhttp3.Call) -okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RealConnection findHealthyConnection(int,int,int,int,boolean,boolean) -com.google.android.gms.base.R$drawable: int common_google_signin_btn_icon_dark_focused -retrofit2.DefaultCallAdapterFactory: DefaultCallAdapterFactory(java.util.concurrent.Executor) -io.reactivex.internal.schedulers.RxThreadFactory: RxThreadFactory(java.lang.String) -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_showText -com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable -com.xw.repo.bubbleseekbar.R$layout: int support_simple_spinner_dropdown_item -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_unregisterThemeProcessingListener -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property TotalPrecipitation -com.bumptech.glide.R$styleable: int FontFamilyFont_android_fontWeight -wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_animAutostart -okhttp3.Cookie: Cookie(java.lang.String,java.lang.String,long,java.lang.String,java.lang.String,boolean,boolean,boolean,boolean) -androidx.coordinatorlayout.R$attr: int coordinatorLayoutStyle -android.didikee.donate.R$style: int Widget_AppCompat_Button_Borderless_Colored -okio.RealBufferedSource: long indexOf(okio.ByteString) -androidx.lifecycle.extensions.R$layout: int notification_action -com.bumptech.glide.R$attr -androidx.appcompat.R$styleable: int AppCompatTextView_drawableTint -retrofit2.Retrofit$Builder: java.util.List converterFactories() -com.google.android.material.R$layout: int mtrl_calendar_days_of_week -androidx.legacy.coreutils.R$string: int status_bar_notification_info_overflow -com.amap.api.fence.GeoFence: void writeToParcel(android.os.Parcel,int) -cyanogenmod.externalviews.ExternalView: ExternalView(android.content.Context,android.util.AttributeSet,android.content.ComponentName) -com.turingtechnologies.materialscrollbar.R$id: int src_over -com.jaredrummler.android.colorpicker.R$style: int Preference_SeekBarPreference -com.xw.repo.bubbleseekbar.R$style: int Platform_ThemeOverlay_AppCompat_Light -androidx.swiperefreshlayout.R$styleable: int GradientColor_android_startX -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: java.lang.String LanguageCode -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_shapeAppearance -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_MaterialComponents_Badge -androidx.preference.R$styleable: int RecyclerView_android_descendantFocusability -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: io.reactivex.internal.queue.SpscLinkedArrayQueue queue -okhttp3.Address: java.net.Proxy proxy -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Display4 -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String content -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TabLayout -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$6 -androidx.constraintlayout.widget.R$style: int Base_V26_Widget_AppCompat_Toolbar -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) -wangdaye.com.geometricweather.common.basic.models.weather.Astro: java.lang.String getRiseTime(android.content.Context) -okhttp3.Cache$CacheResponseBody: okhttp3.MediaType contentType() -androidx.appcompat.R$id: int scrollIndicatorDown -androidx.appcompat.R$dimen: int abc_alert_dialog_button_bar_height -androidx.appcompat.R$styleable: int MenuItem_android_id -com.google.android.material.R$id: int accessibility_custom_action_15 -cyanogenmod.themes.ThemeManager$1 -okhttp3.internal.http1.Http1Codec$FixedLengthSink -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) -androidx.coordinatorlayout.R$dimen: int compat_notification_large_icon_max_width -wangdaye.com.geometricweather.R$id: int widget_day_center -androidx.appcompat.widget.ActionBarContextView: void setVisibility(int) -com.turingtechnologies.materialscrollbar.R$color: int mtrl_chip_text_color -androidx.appcompat.widget.AppCompatSpinner: AppCompatSpinner(android.content.Context) -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: ObservableTakeLast$TakeLastObserver(io.reactivex.Observer,int) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Temperature temperature -android.didikee.donate.R$styleable: int MenuItem_android_icon -androidx.preference.R$style: int Platform_V21_AppCompat -com.xw.repo.bubbleseekbar.R$color: int background_material_light -com.turingtechnologies.materialscrollbar.DragScrollBar: DragScrollBar(android.content.Context,android.util.AttributeSet,int) -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_min -androidx.appcompat.R$style: int Base_Widget_AppCompat_SeekBar_Discrete -androidx.preference.R$id: int home -androidx.constraintlayout.widget.R$styleable: int ColorStateListItem_android_alpha -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String LIVE_LOCK_SCREEN_THUMBNAIL -com.google.android.material.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog -com.xw.repo.bubbleseekbar.R$dimen: int abc_button_padding_vertical_material -androidx.drawerlayout.R$id: int line3 -wangdaye.com.geometricweather.R$string: int widget_text -android.didikee.donate.R$drawable: int abc_btn_default_mtrl_shape -com.google.android.material.R$attr: int iconEndPadding -wangdaye.com.geometricweather.R$color: int colorTextSubtitle -com.google.android.material.R$layout: int abc_tooltip -com.google.gson.stream.JsonWriter: boolean getSerializeNulls() -com.google.android.material.R$attr: int materialAlertDialogTheme -androidx.preference.R$bool: int config_materialPreferenceIconSpaceReserved -james.adaptiveicon.R$color: int abc_primary_text_material_dark -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_ratingBarStyle -io.reactivex.Observable: io.reactivex.Single first(java.lang.Object) -com.google.android.material.R$styleable: int AppCompatTheme_editTextColor -com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_menu -androidx.viewpager.R$style: R$style() -wangdaye.com.geometricweather.db.entities.LocationEntity: void setTimeZone(java.util.TimeZone) -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.preference.R$color: int material_grey_600 -okio.BufferedSink: okio.BufferedSink write(byte[],int,int) -wangdaye.com.geometricweather.R$attr: int allowDividerAfterLastItem -wangdaye.com.geometricweather.R$animator: int weather_rain_3 -com.amap.api.fence.GeoFenceClient: void addGeoFence(java.lang.String,java.lang.String,com.amap.api.location.DPoint,float,int,java.lang.String) -james.adaptiveicon.R$styleable: int MenuView_android_itemTextAppearance -com.xw.repo.bubbleseekbar.R$dimen: int abc_switch_padding -wangdaye.com.geometricweather.R$drawable: int notif_temp_53 -com.amap.api.location.AMapLocation: int TRUSTED_LEVEL_NORMAL -wangdaye.com.geometricweather.R$dimen: int compat_notification_large_icon_max_width -com.bumptech.glide.integration.okhttp.R$dimen: int notification_right_icon_size -com.jaredrummler.android.colorpicker.R$attr: int contentInsetStartWithNavigation -wangdaye.com.geometricweather.R$attr: int actionLayout -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter endObject() -com.google.android.material.R$attr: int titleTextStyle -cyanogenmod.providers.CMSettings -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_MaterialComponents_TextInputLayout -androidx.fragment.R$id: int line3 -androidx.appcompat.resources.R$styleable: int GradientColorItem_android_offset -android.didikee.donate.R$id: int screen -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken BOOLEAN -com.google.android.material.R$styleable: int[] ConstraintLayout_Layout -androidx.preference.R$style: int TextAppearance_AppCompat_Display1 -android.didikee.donate.R$attr: int navigationIcon -androidx.swiperefreshlayout.R$styleable: int GradientColor_android_type -james.adaptiveicon.R$styleable: int FontFamilyFont_android_font -androidx.swiperefreshlayout.R$id: int action_container -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier -androidx.hilt.lifecycle.R$dimen: int compat_control_corner_material -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Snow: java.lang.Integer depth -androidx.appcompat.widget.AppCompatTextView: int getAutoSizeMinTextSize() -androidx.appcompat.R$id: int expanded_menu -wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_text_dark_focused -androidx.preference.R$attr: int dialogTheme -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_stacked_max_height -cyanogenmod.app.CMStatusBarManager: android.content.Context mContext -android.didikee.donate.R$styleable: int ActionBar_elevation -wangdaye.com.geometricweather.R$drawable: int weather_clear_day_mini_light -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeRainPrecipitationDuration -wangdaye.com.geometricweather.R$styleable: int[] TextInputLayout -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_getLastThemeChangeRequestType -com.google.android.material.R$dimen: int mtrl_calendar_action_height -androidx.appcompat.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable -androidx.vectordrawable.animated.R$dimen: int compat_button_padding_horizontal_material -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_horizontalAlign -io.reactivex.subjects.PublishSubject$PublishDisposable: long serialVersionUID -okhttp3.internal.platform.Jdk9Platform -okhttp3.internal.platform.Platform: okhttp3.internal.platform.Platform findAndroidPlatform() -androidx.hilt.R$dimen: int notification_small_icon_background_padding -androidx.appcompat.widget.AppCompatImageButton: android.graphics.PorterDuff$Mode getSupportImageTintMode() -androidx.appcompat.view.menu.ListMenuItemView: ListMenuItemView(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.R$styleable: int[] Slider -android.didikee.donate.R$drawable: int abc_list_divider_mtrl_alpha -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_toolbarStyle -com.google.android.material.R$styleable: int MaterialCardView_cardForegroundColor -androidx.appcompat.R$style: R$style() -com.turingtechnologies.materialscrollbar.R$drawable: int abc_edit_text_material -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIndicator -wangdaye.com.geometricweather.R$color: int colorLine_dark -wangdaye.com.geometricweather.db.entities.LocationEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.LocationEntity) -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_TextView_SpinnerItem -androidx.constraintlayout.widget.R$id: int dragUp -com.google.android.material.R$id: int decor_content_parent -android.didikee.donate.R$style: int Widget_AppCompat_CompoundButton_CheckBox -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial: double Value -okhttp3.Cookie$Builder: Cookie$Builder() -androidx.vectordrawable.animated.R$id: int actions -wangdaye.com.geometricweather.R$drawable: int weather_haze_2 -james.adaptiveicon.R$styleable: int DrawerArrowToggle_spinBars -cyanogenmod.themes.ThemeChangeRequest$1: cyanogenmod.themes.ThemeChangeRequest[] newArray(int) -okio.ByteString: byte[] toByteArray() -retrofit2.RequestFactory$Builder: boolean gotQuery -cyanogenmod.app.Profile$ProfileTrigger: Profile$ProfileTrigger(android.os.Parcel,cyanogenmod.app.Profile$1) -wangdaye.com.geometricweather.R$attr: int flow_firstHorizontalBias -androidx.constraintlayout.widget.R$dimen: int abc_action_button_min_height_material -com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_min_width_minor -com.google.android.material.R$attr: int chipStyle -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Body2 -wangdaye.com.geometricweather.R$attr: int controlBackground -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_textinput_box_label_cutout_padding -wangdaye.com.geometricweather.R$string: int abc_searchview_description_submit -android.support.v4.app.INotificationSideChannel$Default: void cancel(java.lang.String,int,java.lang.String) -androidx.customview.R$dimen -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dividerVertical -com.google.gson.stream.JsonReader: void endObject() -com.jaredrummler.android.colorpicker.R$styleable: int Preference_defaultValue -androidx.viewpager.R$layout: int notification_template_part_chronometer -com.turingtechnologies.materialscrollbar.R$id: int transition_layout_save -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable -okhttp3.internal.http2.Http2Connection$4: void execute() -com.xw.repo.bubbleseekbar.R$styleable: int[] MenuGroup -android.support.v4.app.INotificationSideChannel: void cancelAll(java.lang.String) -android.didikee.donate.R$styleable: int[] ColorStateListItem -okhttp3.internal.http1.Http1Codec$UnknownLengthSource: void close() -com.google.android.material.R$styleable: int Layout_barrierAllowsGoneWidgets -com.google.android.material.button.MaterialButton: void setIconResource(int) -wangdaye.com.geometricweather.R$string: int mtrl_picker_range_header_unselected -com.bumptech.glide.R$id: int info -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_goneMarginRight -androidx.appcompat.R$dimen: int abc_dialog_fixed_width_major -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomAppBar_Colored -com.jaredrummler.android.colorpicker.R$attr: int titleMarginStart -wangdaye.com.geometricweather.R$anim: int design_snackbar_in -androidx.recyclerview.R$id: int accessibility_custom_action_9 -androidx.preference.R$styleable: int LinearLayoutCompat_android_weightSum -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Metric: double Value -androidx.preference.R$dimen: int abc_search_view_preferred_width -com.turingtechnologies.materialscrollbar.R$styleable: int[] Snackbar -android.didikee.donate.R$style: int Base_Widget_AppCompat_AutoCompleteTextView -io.reactivex.internal.schedulers.AbstractDirectTask: void setFuture(java.util.concurrent.Future) -androidx.preference.R$styleable: int Toolbar_contentInsetStart -wangdaye.com.geometricweather.R$attr: int actionModeCutDrawable -james.adaptiveicon.R$dimen: int compat_button_padding_horizontal_material -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ZEN_PRIORITY_ALLOW_LIGHTS_VALIDATOR -wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_3 -androidx.lifecycle.LifecycleEventObserver -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowMinWidthMajor -androidx.activity.R$dimen: int notification_main_column_padding_top -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 -wangdaye.com.geometricweather.main.dialogs.LocationHelpDialog -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: ObservableBufferBoundary$BufferCloseObserver(io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver,long) -com.google.android.material.R$styleable: int MaterialAlertDialog_backgroundInsetEnd -com.google.android.material.R$styleable: int Chip_showMotionSpec -com.turingtechnologies.materialscrollbar.R$styleable: int PopupWindowBackgroundState_state_above_anchor -cyanogenmod.hardware.ThermalListenerCallback$State: int STATE_CRITICAL -cyanogenmod.app.LiveLockScreenInfo$1: cyanogenmod.app.LiveLockScreenInfo createFromParcel(android.os.Parcel) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getWindDirection() -wangdaye.com.geometricweather.R$id: int widget_week_icon_5 -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_logo -retrofit2.RequestFactory$Builder: retrofit2.ParameterHandler parseParameterAnnotation(int,java.lang.reflect.Type,java.lang.annotation.Annotation[],java.lang.annotation.Annotation) -com.google.android.material.R$style: int ShapeAppearanceOverlay_BottomLeftDifferentCornerSize -io.reactivex.internal.operators.observable.ObservableGroupBy$State: boolean done -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable: java.lang.Runnable actual -androidx.work.impl.workers.ConstraintTrackingWorker -wangdaye.com.geometricweather.R$color: int abc_primary_text_material_dark -org.greenrobot.greendao.AbstractDaoMaster: org.greenrobot.greendao.database.Database db -androidx.hilt.work.R$dimen: int compat_notification_large_icon_max_width -okhttp3.internal.http.HttpMethod: boolean redirectsWithBody(java.lang.String) -cyanogenmod.themes.IThemeProcessingListener -cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_isDataConnectionSelectedOnSub -wangdaye.com.geometricweather.R$dimen: int current_weather_icon_size -cyanogenmod.app.ILiveLockScreenManagerProvider: boolean registerChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) -james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle -wangdaye.com.geometricweather.R$layout: int container_circular_sky_view -com.google.android.material.R$drawable: int abc_ic_menu_cut_mtrl_alpha -retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isFlowable -io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: long idx -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: long serialVersionUID -okhttp3.OkHttpClient$Builder: okhttp3.internal.tls.CertificateChainCleaner certificateChainCleaner -androidx.preference.R$attr: int alertDialogCenterButtons -james.adaptiveicon.R$styleable: int DrawerArrowToggle_arrowShaftLength -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -retrofit2.KotlinExtensions -com.google.android.gms.common.internal.ReflectedParcelable -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setBootanimation(java.lang.String) -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.util.concurrent.atomic.AtomicInteger active -wangdaye.com.geometricweather.R$id: int activity_weather_daily_indicator -com.jaredrummler.android.colorpicker.R$attr: int colorControlNormal -com.bumptech.glide.R$id: int left -com.google.android.material.R$string: int abc_searchview_description_submit -cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.DisplayMode[] getDisplayModes() -android.didikee.donate.R$attr: int itemPadding -james.adaptiveicon.R$string: int abc_activitychooserview_choose_application -com.jaredrummler.android.colorpicker.R$id: int add -androidx.appcompat.R$bool: int abc_config_actionMenuItemAllCaps -androidx.lifecycle.ViewModel: java.util.Map mBagOfTags -wangdaye.com.geometricweather.common.ui.widgets.AnimatableIconView -com.google.gson.FieldNamingPolicy$2 -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: boolean isDisposed() -com.google.android.material.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton -androidx.lifecycle.LiveData: void observe(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Observer) -com.google.android.material.R$styleable: int KeyTrigger_triggerReceiver -wangdaye.com.geometricweather.R$string: int mtrl_exceed_max_badge_number_content_description -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onBouncerShowing(boolean) -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.Precipitation precipitation -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_mini_xml -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Day_Selected -cyanogenmod.weather.WeatherLocation$Builder: cyanogenmod.weather.WeatherLocation$Builder setCountry(java.lang.String) -androidx.preference.R$styleable: int MenuView_android_itemTextAppearance -com.google.android.material.R$style: int Base_Widget_AppCompat_ImageButton -okhttp3.internal.http1.Http1Codec: int STATE_OPEN_RESPONSE_BODY -io.reactivex.exceptions.CompositeException: java.lang.Throwable cause -com.google.android.gms.internal.location.zzbe -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver parent -androidx.core.R$id: int tag_unhandled_key_event_manager -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_second_track_color -cyanogenmod.hardware.ICMHardwareService -com.xw.repo.bubbleseekbar.R$attr: int actionBarTabTextStyle -wangdaye.com.geometricweather.R$id: int container -com.amap.api.fence.GeoFenceClient: void setActivateAction(int) -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: long serialVersionUID -androidx.hilt.work.R$bool: int enable_system_foreground_service_default -retrofit2.HttpServiceMethod$SuspendForResponse: HttpServiceMethod$SuspendForResponse(retrofit2.RequestFactory,okhttp3.Call$Factory,retrofit2.Converter,retrofit2.CallAdapter) -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_NoActionBar_Bridge -wangdaye.com.geometricweather.common.basic.models.weather.Base: java.lang.String getCityId() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric -androidx.hilt.work.R$styleable: int GradientColor_android_endY -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: cyanogenmod.hardware.DisplayMode getCurrentDisplayMode() -com.xw.repo.bubbleseekbar.R$attr: int titleMarginEnd -androidx.appcompat.R$attr: int layout -androidx.appcompat.R$style: int TextAppearance_AppCompat_Body2 -cyanogenmod.app.Profile: cyanogenmod.profiles.BrightnessSettings getBrightness() -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: java.lang.String getSummary(android.content.Context,java.util.List) -io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: void onError(java.lang.Throwable) -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: io.reactivex.Scheduler$Worker worker -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void cancel() -androidx.appcompat.R$styleable: int TextAppearance_fontVariationSettings -androidx.preference.R$id: int checkbox -androidx.appcompat.R$styleable: int[] RecycleListView -androidx.appcompat.R$interpolator -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder authenticator(okhttp3.Authenticator) -android.didikee.donate.R$id: int split_action_bar -wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: void setMoonDrawable(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.R$attr: int navigationIcon -com.google.android.material.textfield.TextInputLayout: void setHelperTextTextAppearance(int) -cyanogenmod.weather.CMWeatherManager$RequestStatus -androidx.constraintlayout.widget.R$id: int bounce -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_always_show_bubble -wangdaye.com.geometricweather.R$id: int item_icon_provider_title -androidx.work.NetworkType: androidx.work.NetworkType NOT_REQUIRED -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService -com.google.android.material.tabs.TabLayout: android.content.res.ColorStateList getTabTextColors() -com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize -androidx.preference.R$style: int Base_Widget_AppCompat_Button -wangdaye.com.geometricweather.R$attr: int popupMenuBackground -androidx.appcompat.view.menu.ActionMenuItemView: void setExpandedFormat(boolean) -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_VMAIL_LED_ON -cyanogenmod.app.CMTelephonyManager: CMTelephonyManager(android.content.Context) -com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_hideOnScroll -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_deriveConstraintsFrom -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity -wangdaye.com.geometricweather.R$attr: int type -com.google.android.material.R$style: int Base_V21_Theme_MaterialComponents_Light_Dialog -io.reactivex.internal.observers.ForEachWhileObserver: void onNext(java.lang.Object) -androidx.fragment.R$dimen: int notification_big_circle_margin -androidx.viewpager2.R$attr: int fastScrollEnabled -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_autoSizeMinTextSize -androidx.lifecycle.extensions.R$id: int line3 -james.adaptiveicon.R$style: int ThemeOverlay_AppCompat_Light -androidx.constraintlayout.motion.widget.MotionHelper: MotionHelper(android.content.Context,android.util.AttributeSet,int) -androidx.constraintlayout.widget.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog -androidx.hilt.R$styleable -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_id -androidx.constraintlayout.widget.R$drawable: int abc_scrubber_track_mtrl_alpha -androidx.appcompat.R$styleable: int AppCompatTextView_textLocale -wangdaye.com.geometricweather.R$attr: int tabGravity -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: void onDetachedFromWindow() -com.google.android.material.R$style: int Base_Widget_MaterialComponents_TextView -androidx.fragment.R$id: int normal -com.jaredrummler.android.colorpicker.R$attr: int fontFamily -cyanogenmod.alarmclock.CyanogenModAlarmClock: CyanogenModAlarmClock() -com.google.android.material.R$dimen: int mtrl_calendar_title_baseline_to_top_fullscreen -io.reactivex.disposables.RunnableDisposable: long serialVersionUID -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorSwitchThumbNormal -androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_ttcIndex -androidx.hilt.R$id: int forever -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float pm10 -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_transformPivotX -io.reactivex.internal.schedulers.AbstractDirectTask: AbstractDirectTask(java.lang.Runnable) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorPrimary -androidx.core.widget.NestedScrollView: float getBottomFadingEdgeStrength() -androidx.vectordrawable.animated.R$styleable: int FontFamily_fontProviderFetchStrategy -wangdaye.com.geometricweather.R$array: int duration_unit_voices -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_BottomAppBar -io.reactivex.Observable: io.reactivex.Observable concat(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource) -androidx.recyclerview.R$id: int dialog_button -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHorizontal_weight -cyanogenmod.app.Profile: java.util.Map networkConnectionSubIds -okhttp3.Address: java.net.ProxySelector proxySelector() -com.google.android.material.R$attr: int buttonBarNeutralButtonStyle -okhttp3.internal.io.FileSystem: long size(java.io.File) -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay[] values() -com.bumptech.glide.load.engine.CallbackException: long serialVersionUID -james.adaptiveicon.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated -com.jaredrummler.android.colorpicker.R$attr: int windowActionBar -james.adaptiveicon.R$styleable: int AppCompatTheme_colorControlHighlight -james.adaptiveicon.R$style: int Widget_AppCompat_Light_PopupMenu -wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableTransition_android_fromId -wangdaye.com.geometricweather.R$drawable: int abc_text_select_handle_left_mtrl_light -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat -wangdaye.com.geometricweather.R$attr: int touchAnchorId -wangdaye.com.geometricweather.R$drawable: int abc_btn_check_to_on_mtrl_015 -cyanogenmod.app.LiveLockScreenManager -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property RainPrecipitation -com.jaredrummler.android.colorpicker.R$attr: int thumbTintMode -wangdaye.com.geometricweather.R$color: int design_dark_default_color_secondary -com.autonavi.aps.amapapi.model.AMapLocationServer: AMapLocationServer(java.lang.String) -wangdaye.com.geometricweather.R$id: int item_weather_icon_title -wangdaye.com.geometricweather.remoteviews.config.Hilt_DayWidgetConfigActivity -androidx.constraintlayout.widget.R$styleable: int OnSwipe_moveWhenScrollAtTop -okhttp3.internal.platform.ConscryptPlatform: void configureTlsExtensions(javax.net.ssl.SSLSocket,java.lang.String,java.util.List) -androidx.cardview.R$styleable: int CardView_contentPaddingTop -james.adaptiveicon.R$style: int Theme_AppCompat_DayNight -com.google.android.material.R$style: int TextAppearance_AppCompat_Large_Inverse -com.google.android.material.R$styleable: int KeyAttribute_android_rotationX -com.turingtechnologies.materialscrollbar.R$color: int material_grey_300 -cyanogenmod.weatherservice.ServiceRequestResult$1 -cyanogenmod.providers.ThemesContract -wangdaye.com.geometricweather.R$attr: int itemShapeAppearanceOverlay -com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleMarginBottom -com.xw.repo.bubbleseekbar.R$attr: int paddingEnd -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_Button -wangdaye.com.geometricweather.R$attr: int listChoiceIndicatorMultipleAnimated -com.google.android.material.R$id: int search_badge -wangdaye.com.geometricweather.R$string: int mtrl_picker_out_of_range -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: int maxConcurrency -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setWeather(java.lang.String) -wangdaye.com.geometricweather.R$string: int feedback_running_in_background -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionOverflowButtonStyle -io.reactivex.internal.observers.BlockingObserver: BlockingObserver(java.util.Queue) -android.didikee.donate.R$dimen: int notification_action_icon_size -androidx.appcompat.R$dimen: int abc_action_bar_stacked_max_height -okhttp3.internal.Util: byte[] EMPTY_BYTE_ARRAY -james.adaptiveicon.R$attr: int dropDownListViewStyle -com.amap.api.fence.PoiItem: void setPoiType(java.lang.String) -com.xw.repo.bubbleseekbar.R$attr: int homeLayout -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setHideMotionSpecResource(int) -androidx.appcompat.R$styleable: int SwitchCompat_splitTrack -okio.ByteString: java.nio.ByteBuffer asByteBuffer() -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_RatingBar_Indicator -android.didikee.donate.R$color: int notification_icon_bg_color -androidx.preference.R$styleable: int MultiSelectListPreference_android_entryValues -androidx.preference.R$layout: int abc_screen_content_include -okhttp3.HttpUrl: char[] HEX_DIGITS -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: java.util.concurrent.TimeUnit unit -androidx.preference.R$color -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_android_gravity -androidx.constraintlayout.widget.R$attr: int visibilityMode -com.google.android.material.R$attr: int alertDialogButtonGroupStyle -com.turingtechnologies.materialscrollbar.R$drawable: int notification_template_icon_low_bg -com.google.gson.FieldNamingPolicy$5: java.lang.String translateName(java.lang.reflect.Field) -com.google.android.material.R$styleable: int TabLayout_tabPaddingBottom -wangdaye.com.geometricweather.R$string: int week_3 -com.amap.api.location.AMapLocation: void setAoiName(java.lang.String) -wangdaye.com.geometricweather.R$dimen: int abc_edit_text_inset_horizontal_material -com.github.rahatarmanahmed.cpv.CircularProgressView$4: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 -io.reactivex.Observable: io.reactivex.Observable observeOn(io.reactivex.Scheduler) -com.bumptech.glide.integration.okhttp.R$id: int none -androidx.appcompat.R$attr: int preserveIconSpacing -com.google.android.material.R$styleable: int TextInputLayout_errorIconTint -com.google.android.material.R$styleable: int Constraint_layout_constraintCircle -androidx.constraintlayout.widget.R$drawable: int notification_bg_normal_pressed -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void innerComplete() -com.google.android.gms.base.R$drawable: int common_google_signin_btn_text_light_focused -wangdaye.com.geometricweather.db.entities.LocationEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.LocationEntity,int) -androidx.appcompat.R$styleable: int[] ActionMode -com.amap.api.location.UmidtokenInfo: java.lang.String b -androidx.lifecycle.ViewModelStores: androidx.lifecycle.ViewModelStore of(androidx.fragment.app.FragmentActivity) -wangdaye.com.geometricweather.R$styleable: int ButtonBarLayout_allowStacking -com.google.android.material.R$style: int Theme_MaterialComponents_Light_BarSize -androidx.drawerlayout.R$style: int Widget_Compat_NotificationActionText -okio.Buffer: okio.Buffer writeTo(java.io.OutputStream) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: java.lang.String speed -james.adaptiveicon.R$styleable: int AppCompatTheme_borderlessButtonStyle -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator HOME_WAKE_SCREEN_VALIDATOR -androidx.preference.PreferenceFragmentCompat: PreferenceFragmentCompat() -io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: io.reactivex.subjects.UnicastSubject this$0 -wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_spinBars -wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout: FitHorizontalSystemBarRootLayout(android.content.Context) -com.xw.repo.bubbleseekbar.R$id: int action_container -com.google.android.material.R$styleable: int CollapsingToolbarLayout_contentScrim -androidx.constraintlayout.widget.R$styleable: int Constraint_barrierMargin -wangdaye.com.geometricweather.R$style: int Preference_CheckBoxPreference -org.greenrobot.greendao.AbstractDao: java.lang.Object loadCurrentOther(org.greenrobot.greendao.AbstractDao,android.database.Cursor,int) -io.reactivex.exceptions.CompositeException: long serialVersionUID -com.google.android.material.R$styleable: int MaterialCalendarItem_android_insetBottom -okhttp3.internal.http.CallServerInterceptor -com.google.android.material.appbar.AppBarLayout -androidx.recyclerview.widget.LinearLayoutManager -wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemTextAppearanceInactive -com.google.android.gms.base.R$string: int common_google_play_services_unsupported_text -com.google.android.material.R$drawable: int ic_mtrl_chip_checked_black -com.amap.api.location.AMapLocation: void setDescription(java.lang.String) -okio.RealBufferedSource: java.lang.String toString() -okhttp3.internal.http.RetryAndFollowUpInterceptor: void cancel() -cyanogenmod.hardware.CMHardwareManager: boolean setVibratorIntensity(int) -androidx.activity.R$id: int right_side -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: java.lang.String getNotificationTextColorName(android.content.Context) -androidx.preference.R$styleable: int PreferenceTheme_preferenceScreenStyle -com.google.android.material.R$styleable: int ExtendedFloatingActionButton_extendMotionSpec -io.reactivex.exceptions.MissingBackpressureException: MissingBackpressureException(java.lang.String) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind: java.lang.Integer gust -io.reactivex.internal.util.VolatileSizeArrayList: boolean isEmpty() -androidx.constraintlayout.widget.R$id: int content -com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_selector_background_transition_holo_light -wangdaye.com.geometricweather.db.entities.DaoMaster: int SCHEMA_VERSION -cyanogenmod.os.Concierge -wangdaye.com.geometricweather.R$anim: int btn_radio_to_off_mtrl_ring_outer_path_animation -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintCircleRadius -cyanogenmod.weather.ICMWeatherManager: java.lang.String getActiveWeatherServiceProviderLabel() -com.turingtechnologies.materialscrollbar.R$attr: int tabIndicator -com.google.android.material.textfield.TextInputLayout: void setStartIconOnClickListener(android.view.View$OnClickListener) -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: void onNext(java.lang.Object) -okhttp3.CipherSuite: java.util.Map INSTANCES -com.google.android.material.timepicker.ChipTextInputComboView: void setOnClickListener(android.view.View$OnClickListener) -wangdaye.com.geometricweather.R$string: int feedback_restart -wangdaye.com.geometricweather.settings.fragments.NotificationColorSettingsFragment -androidx.work.R$id: int info -cyanogenmod.util.ColorUtils: int findPerceptuallyNearestSolidColor(int) -androidx.constraintlayout.widget.R$attr: int motionProgress -wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_11 -wangdaye.com.geometricweather.R$animator: int linear_indeterminate_line2_tail_interpolator -wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_collapsedSize -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputEditText_FilledBox -okhttp3.internal.platform.AndroidPlatform: java.lang.Object getStackTraceForCloseable(java.lang.String) -com.xw.repo.bubbleseekbar.R$attr: int spinnerDropDownItemStyle -androidx.customview.R$id: int line3 -androidx.lifecycle.ViewModelProviders: androidx.lifecycle.ViewModelProvider of(androidx.fragment.app.Fragment) -com.google.android.material.R$attr: int gapBetweenBars -com.google.android.material.textfield.TextInputEditText -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: void setNightIconDrawable(android.graphics.drawable.Drawable) -androidx.coordinatorlayout.R$id: int none -com.google.android.gms.location.LocationSettingsRequest -cyanogenmod.externalviews.KeyguardExternalView: void binderDied() -com.google.android.material.R$animator: int design_fab_show_motion_spec -cyanogenmod.app.ThemeComponent: ThemeComponent(java.lang.String,int,int) -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addQueryParameter(java.lang.String,java.lang.String) -cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String getResPkg() -okhttp3.internal.http2.Http2Connection: boolean client -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_android_ttcIndex -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: ObservableWithLatestFromMany$WithLatestInnerObserver(io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver,int) -com.jaredrummler.android.colorpicker.R$styleable: int ActionMode_background -androidx.lifecycle.SavedStateViewModelFactory: androidx.lifecycle.ViewModel create(java.lang.String,java.lang.Class) -com.google.android.material.chip.Chip: void setHideMotionSpec(com.google.android.material.animation.MotionSpec) -cyanogenmod.app.LiveLockScreenInfo: int PRIORITY_HIGH -androidx.appcompat.R$drawable: int abc_list_focused_holo -okhttp3.RequestBody: okhttp3.RequestBody create(okhttp3.MediaType,java.lang.String) -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge -okhttp3.internal.http.HttpHeaders: boolean skipWhitespaceAndCommas(okio.Buffer) -cyanogenmod.profiles.RingModeSettings: java.lang.String RING_MODE_VIBRATE -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title -cyanogenmod.app.ProfileGroup: void setVibrateMode(cyanogenmod.app.ProfileGroup$Mode) -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ListPopupWindow -androidx.activity.R$attr: int fontProviderFetchStrategy -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_icon_vertical_padding_material -cyanogenmod.hardware.CMHardwareManager: long getLtoDownloadInterval() -androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type[] values() -cyanogenmod.weather.WeatherInfo: WeatherInfo() -androidx.appcompat.widget.Toolbar: void setCollapseContentDescription(int) -android.didikee.donate.R$attr: int colorButtonNormal -com.google.android.material.bottomnavigation.BottomNavigationMenuView -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit KGFPSQCM -wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_light_disabled -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_contentInsetRight -androidx.core.widget.NestedScrollView: int getNestedScrollAxes() -androidx.customview.R$styleable: int FontFamilyFont_ttcIndex -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorPrimaryDark -com.turingtechnologies.materialscrollbar.R$id: int notification_main_column_container -com.google.android.material.navigation.NavigationView: void setCheckedItem(int) -okhttp3.WebSocketListener: WebSocketListener() -com.github.rahatarmanahmed.cpv.CircularProgressView: int color -com.google.android.gms.base.R$drawable: int common_full_open_on_phone -com.xw.repo.bubbleseekbar.R$attr: int homeAsUpIndicator -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_textAllCaps -james.adaptiveicon.R$styleable: int PopupWindowBackgroundState_state_above_anchor -com.google.android.material.R$attr: int panelMenuListTheme -com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable -cyanogenmod.app.Profile: boolean isConditionalType() -com.turingtechnologies.materialscrollbar.R$attr: int layout_collapseParallaxMultiplier -com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_android_font -com.turingtechnologies.materialscrollbar.R$style: int Base_AlertDialog_AppCompat -okhttp3.internal.cache2.Relay: okio.ByteString metadata -androidx.legacy.coreutils.R$id -cyanogenmod.os.Concierge: cyanogenmod.os.Concierge$ParcelInfo prepareParcel(android.os.Parcel) -androidx.viewpager.R$color: int notification_icon_bg_color -com.google.android.material.R$attr: int dialogPreferredPadding -cyanogenmod.weather.CMWeatherManager: int lookupCity(java.lang.String,cyanogenmod.weather.CMWeatherManager$LookupCityRequestListener) -okhttp3.internal.http2.Http2Reader$Handler: void data(boolean,int,okio.BufferedSource,int) -androidx.coordinatorlayout.R$drawable: int notification_bg_low_pressed -com.google.android.material.R$layout: int abc_activity_chooser_view_list_item -androidx.vectordrawable.animated.R$styleable: int[] GradientColorItem -androidx.preference.R$styleable: int GradientColor_android_startColor -okhttp3.HttpUrl: void namesAndValuesToQueryString(java.lang.StringBuilder,java.util.List) -android.didikee.donate.R$drawable: int abc_ic_ab_back_material -okhttp3.RealCall: okhttp3.EventListener access$000(okhttp3.RealCall) -okio.ForwardingSink: void close() -retrofit2.KotlinExtensions: java.lang.Object create(retrofit2.Retrofit) -androidx.constraintlayout.widget.R$attr: int actionOverflowButtonStyle -cyanogenmod.externalviews.KeyguardExternalView$10: cyanogenmod.externalviews.KeyguardExternalView this$0 -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_suggestionRowLayout -androidx.preference.R$id: int left -cyanogenmod.providers.CMSettings$NameValueCache: long mValuesVersion -james.adaptiveicon.R$id: int search_go_btn -com.google.android.material.R$styleable: int[] TabLayout -androidx.viewpager2.R$drawable: int notification_bg_low -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_rippleColor -com.google.android.material.R$attr: int chipMinHeight -com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_BottomNavigationView -okhttp3.internal.http2.Hpack$Reader: void readLiteralHeaderWithIncrementalIndexingNewName() -com.google.android.material.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable -cyanogenmod.app.Profile$TriggerState -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Small -androidx.preference.PreferenceGroup$SavedState: android.os.Parcelable$Creator CREATOR -androidx.preference.R$styleable: int AppCompatTextHelper_android_drawableTop -androidx.coordinatorlayout.R$drawable: int notification_action_background -com.google.android.material.R$color: int material_grey_900 -androidx.recyclerview.R$dimen: int compat_button_padding_vertical_material -androidx.appcompat.widget.AppCompatCheckBox: void setButtonDrawable(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.R$string: int feedback_request_location -com.xw.repo.bubbleseekbar.R$styleable: int[] AnimatedStateListDrawableTransition -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange: AccuCurrentResult$TemperatureSummary$Past12HourRange() -android.didikee.donate.R$styleable: int ActionBar_subtitleTextStyle -com.google.android.material.bottomappbar.BottomAppBar: void setBackgroundTint(android.content.res.ColorStateList) -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_17 -com.google.android.material.R$style: int Theme_Design_Light_NoActionBar -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean -android.didikee.donate.R$drawable: int notification_bg -com.google.android.material.R$attr: int dragDirection -androidx.appcompat.widget.AlertDialogLayout: AlertDialogLayout(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$attr: int fabCradleRoundedCornerRadius -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_logoDescription -androidx.appcompat.R$styleable: int DrawerArrowToggle_color -com.xw.repo.bubbleseekbar.R$attr: int tickMarkTint -androidx.appcompat.widget.AlertDialogLayout: AlertDialogLayout(android.content.Context) -okhttp3.logging.LoggingEventListener: void responseBodyStart(okhttp3.Call) -wangdaye.com.geometricweather.R$style: int Theme_Design_Light_BottomSheetDialog -com.github.rahatarmanahmed.cpv.CircularProgressView: float maxProgress -androidx.lifecycle.SavedStateHandle: java.lang.String KEYS -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void onComplete() -com.google.android.gms.common.images.WebImage -wangdaye.com.geometricweather.R$id: int item_details -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_goneMarginLeft -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.util.Date pubTime -james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarSize -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$2: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 -android.didikee.donate.R$id: int multiply -com.google.android.material.slider.Slider: void setThumbStrokeWidth(float) -com.jaredrummler.android.colorpicker.R$integer: int config_tooltipAnimTime -com.google.android.material.R$styleable: int ConstraintSet_android_layout_marginBottom -com.google.android.material.R$styleable: int KeyAttribute_android_elevation -com.jaredrummler.android.colorpicker.R$attr: int iconTint -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_hintTextAppearance -com.google.android.material.chip.Chip: void setChipCornerRadius(float) -android.didikee.donate.R$id: int search_edit_frame -com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$EntrySet entrySet -android.didikee.donate.R$attr: int paddingStart -com.google.android.material.R$styleable: int SnackbarLayout_elevation -com.google.android.material.textfield.TextInputLayout: android.graphics.drawable.Drawable getPasswordVisibilityToggleDrawable() -cyanogenmod.profiles.LockSettings$1: java.lang.Object createFromParcel(android.os.Parcel) -androidx.preference.R$drawable: int abc_vector_test -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature: AccuCurrentResult$RealFeelTemperature() -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionButton_Overflow -com.google.android.material.R$attr: int textAppearanceHeadline2 -com.google.android.material.R$attr: int controlBackground -com.google.android.material.R$string: int mtrl_picker_invalid_range -com.google.android.material.R$color: int background_floating_material_light -android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionBar_TabView -james.adaptiveicon.R$styleable: int AppCompatTextView_android_textAppearance -androidx.appcompat.R$attr: int subtitleTextColor -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeShareDrawable -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getNighttimeWindDirection() -com.turingtechnologies.materialscrollbar.R$string: int abc_shareactionprovider_share_with_application -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Imperial: int UnitType -androidx.viewpager2.R$drawable: int notification_action_background -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Title -android.didikee.donate.R$string: int abc_toolbar_collapse_description -androidx.constraintlayout.widget.R$attr: int actionModeSplitBackground -wangdaye.com.geometricweather.R$id: int material_minute_tv -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Display1 -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor LIGHT -cyanogenmod.weatherservice.WeatherProviderService$1: void cancelOngoingRequests() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: java.lang.String Text -androidx.preference.R$styleable: int SwitchPreferenceCompat_android_summaryOn -wangdaye.com.geometricweather.R$string: int material_timepicker_minute -wangdaye.com.geometricweather.R$color: int colorLevel_6 -com.google.android.material.R$attr: int homeLayout -androidx.viewpager.widget.ViewPager: ViewPager(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$attr: int actionMenuTextColor -androidx.recyclerview.R$id: int forever -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_constraint_referenced_ids -wangdaye.com.geometricweather.R$attr: int text -androidx.coordinatorlayout.widget.CoordinatorLayout$SavedState: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$string: int feedback_today_precipitation_alert -okio.RealBufferedSource: long indexOf(byte,long) -androidx.constraintlayout.widget.R$id: int middle -android.didikee.donate.R$style: int Platform_Widget_AppCompat_Spinner -okhttp3.internal.http2.Hpack$Reader: void readIndexedHeader(int) -androidx.lifecycle.extensions.R$id: int icon -wangdaye.com.geometricweather.R$id: int widget_clock_day_center -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_max -james.adaptiveicon.R$style: int Widget_AppCompat_Toolbar_Button_Navigation -wangdaye.com.geometricweather.R$drawable: int ic_temperature_kelvin -androidx.preference.R$styleable: int PreferenceTheme_switchPreferenceStyle -wangdaye.com.geometricweather.R$drawable: int ic_launcher_foreground -com.google.android.material.R$attr: int telltales_tailColor -com.xw.repo.bubbleseekbar.R$style: int Platform_V25_AppCompat -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: boolean cancelled -androidx.drawerlayout.R$layout -com.google.android.material.R$id: int notification_background -com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status[] values() -wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTomorrowForecastUpdateService: ForegroundTomorrowForecastUpdateService() -android.didikee.donate.R$styleable: int MenuItem_tooltipText -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_23 -com.jaredrummler.android.colorpicker.R$dimen: int tooltip_vertical_padding -io.reactivex.internal.disposables.EmptyDisposable: io.reactivex.internal.disposables.EmptyDisposable valueOf(java.lang.String) -cyanogenmod.weatherservice.WeatherProviderService: cyanogenmod.weatherservice.IWeatherProviderServiceClient access$200(cyanogenmod.weatherservice.WeatherProviderService) -com.google.android.material.R$attr: int materialCalendarStyle -com.google.android.material.R$style: int Widget_AppCompat_CompoundButton_Switch -com.turingtechnologies.materialscrollbar.R$attr: int alertDialogStyle -com.google.android.material.slider.RangeSlider: void setStepSize(float) -androidx.appcompat.R$styleable: int SwitchCompat_android_thumb -wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig historyEntityDaoConfig -wangdaye.com.geometricweather.remoteviews.config.AbstractWidgetConfigActivity: AbstractWidgetConfigActivity() -okio.Timeout: long deadlineNanoTime() -wangdaye.com.geometricweather.R$attr: int actionModeWebSearchDrawable -com.xw.repo.bubbleseekbar.R$attr: int subtitleTextAppearance -wangdaye.com.geometricweather.R$layout: int abc_search_dropdown_item_icons_2line -io.reactivex.Observable: io.reactivex.Maybe elementAt(long) -james.adaptiveicon.R$attr: int subtitleTextAppearance -com.jaredrummler.android.colorpicker.R$style: int Preference_SwitchPreferenceCompat -com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_CollapsingToolbar -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: ObservableScalarXMap$ScalarDisposable(io.reactivex.Observer,java.lang.Object) -cyanogenmod.app.Profile: void setName(java.lang.String) -com.bumptech.glide.integration.okhttp.R$drawable: int notification_bg_normal -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Dialog_Alert -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: org.reactivestreams.Subscriber downstream -okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RealConnection connection -com.google.android.material.R$id: int select_dialog_listview -androidx.preference.R$style: R$style() -androidx.preference.R$styleable: int SearchView_android_focusable -okhttp3.Cache$CacheRequestImpl: okhttp3.Cache this$0 -androidx.constraintlayout.widget.R$styleable: int MenuView_android_itemTextAppearance -android.didikee.donate.R$id -okhttp3.EventListener: void callEnd(okhttp3.Call) -wangdaye.com.geometricweather.R$styleable: int Preference_android_order -okhttp3.HttpUrl: java.lang.String toString() -android.didikee.donate.R$attr: int radioButtonStyle -com.google.android.material.R$style: int TextAppearance_AppCompat_Headline -com.amap.api.location.AMapLocationClientOption$GeoLanguage: com.amap.api.location.AMapLocationClientOption$GeoLanguage valueOf(java.lang.String) -okhttp3.internal.http.StatusLine: java.lang.String message -android.didikee.donate.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha -androidx.constraintlayout.widget.R$styleable: int Toolbar_titleMargins -androidx.preference.R$styleable: int SearchView_closeIcon -org.greenrobot.greendao.AbstractDao: java.util.List loadAllAndCloseCursor(android.database.Cursor) -androidx.legacy.coreutils.R$dimen: R$dimen() -james.adaptiveicon.R$styleable: int AppCompatTheme_colorControlNormal -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property RagweedDescription -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_DarkActionBar -okhttp3.OkHttpClient: boolean retryOnConnectionFailure -com.google.gson.stream.JsonReader: char readEscapeCharacter() -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored -wangdaye.com.geometricweather.R$layout: int material_time_input -androidx.fragment.R$id: int action_text -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_TabView -cyanogenmod.app.CustomTile: CustomTile(android.os.Parcel) -com.google.android.material.R$color: int mtrl_tabs_icon_color_selector_colored -androidx.appcompat.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless -okhttp3.Request$Builder: okhttp3.Request$Builder url(okhttp3.HttpUrl) -com.jaredrummler.android.colorpicker.R$attr: int alphabeticModifiers -androidx.appcompat.widget.SearchView$SavedState: android.os.Parcelable$Creator CREATOR -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid -androidx.constraintlayout.widget.R$layout: int select_dialog_multichoice_material -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer wetBulbTemperature -com.google.android.material.R$styleable: int KeyTimeCycle_waveOffset -androidx.work.impl.utils.futures.AbstractFuture$Failure$1: AbstractFuture$Failure$1(java.lang.String) -okhttp3.internal.tls.DistinguishedNameParser: java.lang.String hexAV() -wangdaye.com.geometricweather.R$bool: int workmanager_test_configuration -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial: double Value -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: boolean done -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_DrawerArrowToggle -androidx.fragment.R$attr: int fontVariationSettings -com.amap.api.location.AMapLocation: java.lang.String j(com.amap.api.location.AMapLocation,java.lang.String) -androidx.swiperefreshlayout.R$id: int normal -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -cyanogenmod.providers.CMSettings$Secure: java.lang.String ADB_PORT -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: java.lang.Object get() -com.google.android.material.R$attr: int cornerFamilyTopLeft -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float rain1h -android.didikee.donate.R$styleable: int AppCompatTheme_imageButtonStyle -androidx.appcompat.R$id: int accessibility_custom_action_18 -androidx.appcompat.widget.LinearLayoutCompat: int getVirtualChildCount() -cyanogenmod.weather.WeatherLocation: java.lang.String access$202(cyanogenmod.weather.WeatherLocation,java.lang.String) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarStyle -com.google.android.material.R$id: int pin -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: cyanogenmod.externalviews.ExternalViewProviderService$Provider this$1 -androidx.fragment.R$styleable: int GradientColorItem_android_offset -androidx.appcompat.R$attr: int actionMenuTextAppearance -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight_Dialog -com.google.android.material.R$styleable: int MaterialAutoCompleteTextView_android_inputType -com.turingtechnologies.materialscrollbar.R$attr: int scrimBackground -com.amap.api.fence.GeoFence: void setFenceId(java.lang.String) -com.xw.repo.bubbleseekbar.R$attr: int actionModeWebSearchDrawable -wangdaye.com.geometricweather.R$attr: int switchTextAppearance -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ListPopupWindow -android.didikee.donate.R$attr: int paddingEnd -androidx.preference.R$styleable: int AppCompatTextView_drawableBottomCompat -com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState CLEARED -com.google.android.material.slider.Slider: float getValueFrom() -wangdaye.com.geometricweather.R$attr: int tickColorActive -okhttp3.internal.connection.RealConnection$1: okhttp3.internal.connection.StreamAllocation val$streamAllocation -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$3: ExternalViewProviderService$Provider$ProviderImpl$3(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) -androidx.hilt.work.R$styleable: int FontFamily_fontProviderPackage -okio.RealBufferedSink: java.io.OutputStream outputStream() -com.google.android.material.R$styleable: int Toolbar_logo -com.google.android.material.textfield.TextInputLayout: TextInputLayout(android.content.Context) -com.amap.api.location.AMapLocation: java.lang.String a -android.didikee.donate.R$dimen: int abc_dropdownitem_text_padding_right -wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_pixel -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_DarkActionBar_Bridge -james.adaptiveicon.R$style: int Platform_ThemeOverlay_AppCompat_Dark -com.turingtechnologies.materialscrollbar.R$attr: int keylines -com.xw.repo.bubbleseekbar.R$attr: int backgroundStacked -wangdaye.com.geometricweather.R$array: int notification_text_color_values -cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_setZenMode -wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String content -com.turingtechnologies.materialscrollbar.R$attr: int indeterminateProgressStyle -wangdaye.com.geometricweather.R$dimen: int notification_top_pad -okio.AsyncTimeout: okio.Sink sink(okio.Sink) -cyanogenmod.themes.ThemeManager: cyanogenmod.themes.ThemeManager sInstance -com.google.android.material.R$styleable: int BottomAppBar_fabCradleMargin -okhttp3.CertificatePinner: okio.ByteString sha256(java.security.cert.X509Certificate) -okhttp3.internal.http2.Header: java.lang.String TARGET_PATH_UTF8 -android.didikee.donate.R$style: int Widget_AppCompat_ActivityChooserView -wangdaye.com.geometricweather.R$styleable: int[] ScrimInsetsFrameLayout -wangdaye.com.geometricweather.R$anim: int btn_checkbox_to_checked_box_inner_merged_animation -com.google.android.material.internal.BaselineLayout -com.xw.repo.bubbleseekbar.R$attr: int bsb_touch_to_seek -wangdaye.com.geometricweather.R$drawable: int abc_popup_background_mtrl_mult -wangdaye.com.geometricweather.R$string: int gitHub -androidx.appcompat.R$styleable: int PopupWindow_overlapAnchor -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ButtonBar_AlertDialog -com.google.android.material.R$attr: int hintEnabled -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean content -com.xw.repo.bubbleseekbar.R$id: R$id() -cyanogenmod.externalviews.KeyguardExternalView$10: KeyguardExternalView$10(cyanogenmod.externalviews.KeyguardExternalView) -com.google.android.material.R$styleable: int AppCompatImageView_srcCompat -android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionButton_Overflow -com.google.android.material.R$styleable: int[] CompoundButton -com.google.android.material.R$styleable: int TextInputLayout_helperTextEnabled -okhttp3.internal.http1.Http1Codec$UnknownLengthSource: long read(okio.Buffer,long) -retrofit2.BuiltInConverters: retrofit2.Converter responseBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) -androidx.appcompat.widget.SearchView: void setOnQueryTextFocusChangeListener(android.view.View$OnFocusChangeListener) -androidx.preference.R$attr: int alpha -com.turingtechnologies.materialscrollbar.R$color: int secondary_text_default_material_dark -androidx.lifecycle.MediatorLiveData$Source: void plug() -androidx.hilt.R$dimen: int notification_large_icon_width -wangdaye.com.geometricweather.R$layout: int expand_button -wangdaye.com.geometricweather.R$id: int dialog_background_location_title -com.google.gson.FieldNamingPolicy$3 -com.google.android.material.tabs.TabLayout: void setElevation(float) -io.reactivex.Observable: io.reactivex.Observable concatMap(io.reactivex.functions.Function,int) -androidx.constraintlayout.widget.R$attr: int content -okhttp3.OkHttpClient -wangdaye.com.geometricweather.R$string: int sp_widget_clock_day_details_setting -com.google.android.material.R$dimen: int design_bottom_navigation_label_padding -wangdaye.com.geometricweather.db.entities.DailyEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.DailyEntity,int) -androidx.constraintlayout.widget.R$attr: int voiceIcon -androidx.constraintlayout.widget.Barrier: int getMargin() -androidx.preference.R$attr: int actionBarTabBarStyle -android.didikee.donate.R$dimen: int abc_button_inset_vertical_material -androidx.constraintlayout.widget.R$styleable: int Constraint_android_minHeight -androidx.constraintlayout.widget.R$style: R$style() -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown -com.turingtechnologies.materialscrollbar.R$string: int abc_action_bar_up_description -wangdaye.com.geometricweather.R$id: int activity_widget_config_viewStyleTitle -james.adaptiveicon.R$style: int Base_Widget_AppCompat_RatingBar_Indicator -com.google.android.material.timepicker.ClockFaceView -okhttp3.internal.http.StatusLine: int HTTP_TEMP_REDIRECT -wangdaye.com.geometricweather.R$anim: int abc_shrink_fade_out_from_bottom -wangdaye.com.geometricweather.R$string: int content_desc_weather_icon -com.google.android.material.circularreveal.CircularRevealFrameLayout: int getCircularRevealScrimColor() -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomNavigationView_PrimarySurface -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorControlHighlight -okhttp3.internal.Internal: okhttp3.internal.Internal instance -wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_0 -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_126 -com.google.android.material.chip.Chip: void setTextAppearance(com.google.android.material.resources.TextAppearance) -androidx.appcompat.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset -wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_weatherKindContainer -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_height_fullscreen -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColorItem_android_offset -androidx.recyclerview.R$id: int tag_accessibility_clickable_spans -com.bumptech.glide.R$integer -com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableTransition_android_toId -okhttp3.internal.http2.StreamResetException: StreamResetException(okhttp3.internal.http2.ErrorCode) -com.xw.repo.bubbleseekbar.R$id: int content -com.google.android.material.R$attr: int thickness -com.turingtechnologies.materialscrollbar.R$id: int right_icon -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_autoSizePresetSizes -cyanogenmod.themes.ThemeManager$2$1: java.lang.String val$pkgName -android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView -wangdaye.com.geometricweather.R$styleable: int Constraint_pathMotionArc -wangdaye.com.geometricweather.R$color: int mtrl_outlined_stroke_color -wangdaye.com.geometricweather.R$styleable: int Chip_closeIconEndPadding -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: java.lang.String getValue() -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Toolbar -io.reactivex.Observable: io.reactivex.Observable distinct() -wangdaye.com.geometricweather.R$attr: int motionInterpolator -androidx.lifecycle.ViewModelStore: void clear() -android.didikee.donate.R$styleable: int AppCompatTheme_actionBarSize -com.google.android.material.R$styleable: int Layout_chainUseRtl -okhttp3.OkHttpClient$1: int code(okhttp3.Response$Builder) -androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory: androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory getInstance(android.app.Application) -com.google.android.material.button.MaterialButton: void setIconGravity(int) -wangdaye.com.geometricweather.R$animator: int mtrl_extended_fab_change_size_expand_motion_spec -androidx.constraintlayout.widget.R$styleable: int Transform_android_rotationY -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_selection_text_baseline_to_bottom_fullscreen -okhttp3.internal.tls.BasicTrustRootIndex: boolean equals(java.lang.Object) -androidx.preference.R$attr: int shouldDisableView -com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawableItem_android_drawable -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.google.android.material.R$drawable: int design_password_eye -androidx.lifecycle.SavedStateViewModelFactory: java.lang.Class[] VIEWMODEL_SIGNATURE -wangdaye.com.geometricweather.R$styleable: int SlidingItemContainerLayout_backgroundColorEnd -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: int getStatus() -androidx.coordinatorlayout.R$id: int accessibility_custom_action_5 -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: int getNestedScrollAxes() -com.google.android.material.R$attr: int actionBarSplitStyle -wangdaye.com.geometricweather.R$layout: int item_trend_daily -androidx.preference.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_transformPivotX -wangdaye.com.geometricweather.R$attr: int boxCornerRadiusTopStart -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_creator -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_4 -com.turingtechnologies.materialscrollbar.R$bool -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: java.util.Date StartTime -com.google.android.material.R$dimen: int design_snackbar_min_width -androidx.hilt.lifecycle.R$attr: int fontProviderCerts -android.didikee.donate.R$styleable: int ButtonBarLayout_allowStacking -io.reactivex.internal.operators.observable.ObserverResourceWrapper: java.util.concurrent.atomic.AtomicReference upstream -wangdaye.com.geometricweather.R$attr: int dropdownListPreferredItemHeight -androidx.lifecycle.Lifecycle$State -androidx.lifecycle.extensions.R$styleable: int FragmentContainerView_android_tag -androidx.appcompat.R$styleable: int SearchView_android_inputType -io.reactivex.internal.subscriptions.DeferredScalarSubscription: int requestFusion(int) -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -james.adaptiveicon.R$style: int Widget_AppCompat_CompoundButton_RadioButton -androidx.constraintlayout.helper.widget.Flow: void setVerticalGap(int) -com.jaredrummler.android.colorpicker.R$styleable: int CheckBoxPreference_android_disableDependentsState -okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Writer writer -com.google.gson.FieldNamingPolicy: java.lang.String upperCaseFirstLetter(java.lang.String) -io.reactivex.internal.util.EmptyComponent: void onSuccess(java.lang.Object) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Minimum: int UnitType -androidx.activity.R$dimen: int notification_large_icon_width -com.google.android.material.bottomnavigation.BottomNavigationView: int getItemTextAppearanceInactive() -com.google.android.material.R$attr: int tooltipStyle -androidx.hilt.work.R$style: int Widget_Compat_NotificationActionContainer -wangdaye.com.geometricweather.R$xml: int widget_clock_day_details -androidx.dynamicanimation.R$attr: int fontProviderPackage -com.bumptech.glide.integration.okhttp.R$styleable: int[] GradientColorItem -androidx.constraintlayout.widget.R$styleable: int Layout_maxHeight -io.reactivex.internal.observers.DeferredScalarObserver: void onSubscribe(io.reactivex.disposables.Disposable) -cyanogenmod.hardware.CMHardwareManager: int getDisplayColorCalibrationDefault() -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHorizontal_bias -james.adaptiveicon.R$attr: int homeLayout -androidx.appcompat.R$color: int abc_tint_spinner -androidx.appcompat.widget.ActionMenuView: android.graphics.drawable.Drawable getOverflowIcon() -androidx.drawerlayout.widget.DrawerLayout: void setScrimColor(int) -androidx.constraintlayout.widget.R$id: int right_side -wangdaye.com.geometricweather.R$drawable: int notif_temp_139 -wangdaye.com.geometricweather.R$drawable: int notif_temp_126 -com.google.android.material.R$styleable: int MaterialButton_iconSize -androidx.work.R$drawable: int notification_bg_normal_pressed -androidx.recyclerview.R$id: int accessibility_custom_action_1 -com.jaredrummler.android.colorpicker.R$attr: int dropdownListPreferredItemHeight -com.google.gson.stream.JsonReader: int limit -com.jaredrummler.android.colorpicker.R$dimen: int fastscroll_default_thickness -androidx.constraintlayout.widget.R$dimen: int abc_dialog_fixed_width_major -com.google.android.material.R$color: int abc_primary_text_disable_only_material_dark -androidx.core.R$dimen: int notification_main_column_padding_top -wangdaye.com.geometricweather.R$attr: int cpv_animSyncDuration -com.google.android.material.R$styleable: int Layout_android_layout_marginTop -wangdaye.com.geometricweather.R$color: int mtrl_chip_ripple_color -wangdaye.com.geometricweather.R$string: int abc_menu_ctrl_shortcut_label -cyanogenmod.themes.ThemeManager$2 -androidx.vectordrawable.R$id: int action_image -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData this$0 -wangdaye.com.geometricweather.R$animator: int weather_clear_night_1 -com.bumptech.glide.MemoryCategory: com.bumptech.glide.MemoryCategory valueOf(java.lang.String) -com.xw.repo.bubbleseekbar.R$attr: int layout_keyline -com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_negativeButtonText -james.adaptiveicon.R$style: int Widget_AppCompat_Spinner_Underlined -androidx.constraintlayout.widget.R$attr: int telltales_velocityMode -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature Temperature -okhttp3.internal.http.HttpHeaders: int skipAll(okio.Buffer,byte) -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_menuCategory -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_homeLayout -james.adaptiveicon.R$style: int Base_V26_Theme_AppCompat -wangdaye.com.geometricweather.R$layout: int notification_base -wangdaye.com.geometricweather.R$dimen: int widget_mini_weather_icon_size -wangdaye.com.geometricweather.R$id: int search_plate -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Metric -androidx.swiperefreshlayout.R$id: int accessibility_action_clickable_span -com.google.android.material.R$style: int Theme_AppCompat_DialogWhenLarge -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: AccuLocationResult$AdministrativeArea() -wangdaye.com.geometricweather.R$drawable: int ic_temperature_fahrenheit -android.didikee.donate.R$drawable: int abc_textfield_activated_mtrl_alpha -james.adaptiveicon.R$attr: int titleMarginTop -wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String getCityId() -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_verticalBias -wangdaye.com.geometricweather.R$attr: int minSeparation -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult$Temperature -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light -wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_textColorLink -io.reactivex.internal.functions.Functions$HashSetCallable: io.reactivex.internal.functions.Functions$HashSetCallable[] values() -androidx.lifecycle.extensions.R$dimen: int notification_media_narrow_margin -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getDefaultDisplayMode -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse -wangdaye.com.geometricweather.R$layout: int activity_card_display_manage -com.bumptech.glide.integration.okhttp.R$id: int bottom -androidx.appcompat.R$drawable: int abc_ratingbar_small_material -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_textLocale -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintDimensionRatio -james.adaptiveicon.R$styleable: int ActionBar_subtitleTextStyle -android.didikee.donate.R$layout: int abc_screen_content_include -androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy: ConstraintProxy$BatteryChargingProxy() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX temperature -androidx.constraintlayout.widget.R$id: int position -retrofit2.Response: int code() -com.google.gson.stream.JsonWriter: java.lang.String[] REPLACEMENT_CHARS -androidx.drawerlayout.R$dimen: int notification_right_side_padding_top -okhttp3.internal.http2.Http2Connection: void updateConnectionFlowControl(long) -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_getLiveLockScreenEnabled -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Dialog -cyanogenmod.themes.ThemeManager: cyanogenmod.themes.ThemeManager getInstance(android.content.Context) -wangdaye.com.geometricweather.R$color: int design_bottom_navigation_shadow_color -android.didikee.donate.R$styleable: int ActionMode_backgroundSplit -okhttp3.Protocol: okhttp3.Protocol H2_PRIOR_KNOWLEDGE -com.bumptech.glide.load.resource.bitmap.DefaultImageHeaderParser$Reader$EndOfFileException: DefaultImageHeaderParser$Reader$EndOfFileException() -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintTag -androidx.vectordrawable.animated.R$styleable: int[] FontFamily -com.google.android.material.R$attr: int materialCalendarMonth -com.turingtechnologies.materialscrollbar.R$color: int switch_thumb_normal_material_light -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_subtitle_bottom_margin_material -io.reactivex.Observable: io.reactivex.Observable concatArrayEagerDelayError(int,int,io.reactivex.ObservableSource[]) -io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: java.lang.Object leaveTransform(java.lang.Object) -james.adaptiveicon.R$styleable: int SearchView_commitIcon -com.xw.repo.bubbleseekbar.R$attr: int actionBarTabBarStyle -androidx.preference.R$style: int Base_Theme_AppCompat_Dialog_FixedSize -com.turingtechnologies.materialscrollbar.R$string: int path_password_eye_mask_strike_through -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit MPS -wangdaye.com.geometricweather.R$id: int TOP_END -wangdaye.com.geometricweather.R$dimen: int mtrl_alert_dialog_background_inset_start -io.reactivex.internal.observers.InnerQueuedObserver: boolean done -wangdaye.com.geometricweather.R$styleable: int StateListDrawable_android_constantSize -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: void setSpeed(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean) -okhttp3.TlsVersion: java.lang.String javaName -com.google.android.material.R$styleable: int Constraint_flow_firstHorizontalBias -james.adaptiveicon.R$style: int Base_V7_Theme_AppCompat_Light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: java.lang.String getNewX() -androidx.fragment.R$attr: int ttcIndex -com.jaredrummler.android.colorpicker.R$drawable: int abc_spinner_mtrl_am_alpha -com.jaredrummler.android.colorpicker.R$dimen: int highlight_alpha_material_colored -com.jaredrummler.android.colorpicker.R$attr: int searchHintIcon -android.didikee.donate.R$attr: int tickMarkTintMode -okhttp3.MediaType: java.lang.String mediaType -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_endIconTint -com.google.android.material.R$style: int TextAppearance_AppCompat_Medium -androidx.appcompat.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -com.google.android.material.R$attr: int useCompatPadding -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: CNWeatherResult$Alert() -com.google.android.material.R$id: int circle_center -androidx.constraintlayout.widget.R$attr: int layout_constraintBottom_creator -com.jaredrummler.android.colorpicker.R$dimen: int abc_alert_dialog_button_bar_height -okhttp3.Cache$Entry: void writeCertList(okio.BufferedSink,java.util.List) -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver -androidx.appcompat.resources.R$styleable: int FontFamily_fontProviderQuery -wangdaye.com.geometricweather.R$attr: int path_percent -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIconTint -wangdaye.com.geometricweather.R$styleable: int MenuGroup_android_id -com.google.android.gms.common.SignInButton: void setScopes(com.google.android.gms.common.api.Scope[]) -com.xw.repo.bubbleseekbar.R$styleable: int[] GradientColor -wangdaye.com.geometricweather.R$string: int week_4 -com.jaredrummler.android.colorpicker.R$color: int abc_hint_foreground_material_dark -wangdaye.com.geometricweather.R$id: int mtrl_internal_children_alpha_tag -wangdaye.com.geometricweather.R$attr: int dragScale -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.View onCreatePanelView(int) -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy -cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String key -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemBackground -com.turingtechnologies.materialscrollbar.R$anim: int abc_tooltip_enter -wangdaye.com.geometricweather.R$id: int widget_trend_hourly_item_2 -wangdaye.com.geometricweather.R$styleable: int Motion_transitionEasing -com.google.android.material.datepicker.SingleDateSelector -wangdaye.com.geometricweather.db.entities.DailyEntity: void setUvDescription(java.lang.String) -cyanogenmod.app.suggest.IAppSuggestProvider$Stub: int TRANSACTION_handles_0 -androidx.core.R$id: int right_icon -com.google.android.material.R$styleable: int ColorStateListItem_alpha -wangdaye.com.geometricweather.R$string: int alipay -io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.R$string: int abc_search_hint -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: java.lang.String type -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintBottom_creator -cyanogenmod.providers.CMSettings$System: java.lang.String TOUCHSCREEN_GESTURE_HAPTIC_FEEDBACK -androidx.hilt.lifecycle.R$dimen: int notification_small_icon_background_padding -androidx.legacy.coreutils.R$styleable: int FontFamily_fontProviderFetchStrategy -androidx.core.R$id: int accessibility_custom_action_5 -cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$ExpandedStyle mExpandedStyle -io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: io.reactivex.internal.disposables.SequentialDisposable direct -com.jaredrummler.android.colorpicker.R$anim: int abc_tooltip_exit -com.jaredrummler.android.colorpicker.R$attr: int maxWidth -retrofit2.HttpServiceMethod -cyanogenmod.providers.CMSettings$Secure: java.lang.String PRIVACY_GUARD_NOTIFICATION -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceImageView_maxHeight -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: java.util.concurrent.atomic.AtomicReference current -androidx.viewpager2.R$layout: int notification_template_part_chronometer -cyanogenmod.app.suggest.IAppSuggestManager$Stub: cyanogenmod.app.suggest.IAppSuggestManager asInterface(android.os.IBinder) -androidx.appcompat.R$color: int bright_foreground_material_dark -cyanogenmod.externalviews.ExternalViewProviderService: android.os.Handler mHandler -androidx.appcompat.R$attr: int voiceIcon -wangdaye.com.geometricweather.R$drawable: int weather_haze_pixel -com.jaredrummler.android.colorpicker.R$drawable: int abc_list_selector_disabled_holo_dark -com.turingtechnologies.materialscrollbar.R$styleable: int MenuGroup_android_checkableBehavior -wangdaye.com.geometricweather.R$array -okhttp3.RequestBody: okhttp3.RequestBody create(okhttp3.MediaType,byte[]) -wangdaye.com.geometricweather.R$xml: int perference_service_provider -wangdaye.com.geometricweather.R$dimen: int material_filled_edittext_font_2_0_padding_bottom -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup -androidx.recyclerview.R$dimen: int fastscroll_minimum_range -androidx.constraintlayout.widget.R$color: int material_grey_100 -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_logoDescription -androidx.vectordrawable.R$styleable: int FontFamily_fontProviderCerts -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Body1 -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView -wangdaye.com.geometricweather.R$attr: int bottomSheetDialogTheme -cyanogenmod.weatherservice.ServiceRequest: void complete(cyanogenmod.weatherservice.ServiceRequestResult) -com.google.android.material.R$attr: int tickVisible -com.google.android.gms.location.ActivityTransitionEvent: android.os.Parcelable$Creator CREATOR -james.adaptiveicon.R$style: int Base_Widget_AppCompat_PopupWindow -cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks: boolean requestDismissAndStartActivity(android.content.Intent) -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_counterTextAppearance -com.google.android.material.card.MaterialCardView: void setCheckable(boolean) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: java.lang.String defenseText -androidx.drawerlayout.R$id: R$id() -com.jaredrummler.android.colorpicker.R$attr: int textAppearanceSearchResultSubtitle -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionBar_TabView -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_transitionPathRotate -androidx.preference.R$styleable: int Preference_enabled -io.reactivex.internal.operators.observable.ObservableReplay$SizeBoundReplayBuffer: ObservableReplay$SizeBoundReplayBuffer(int) -wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_elevation -androidx.preference.R$attr: int showText -androidx.constraintlayout.widget.R$attr: int thumbTextPadding -com.turingtechnologies.materialscrollbar.R$attr: int msb_barColor -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: java.lang.String Category -androidx.preference.R$styleable: int Toolbar_titleMarginTop -com.jaredrummler.android.colorpicker.R$attr: int fastScrollHorizontalTrackDrawable -com.turingtechnologies.materialscrollbar.R$color: int mtrl_textinput_hovered_box_stroke_color -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: java.util.ArrayDeque buffers -james.adaptiveicon.R$attr: int dropdownListPreferredItemHeight -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_default_padding_start_material -cyanogenmod.weather.WeatherInfo: double getTemperature() -wangdaye.com.geometricweather.R$styleable: int Preference_title -android.didikee.donate.R$anim: int abc_popup_exit -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -okhttp3.WebSocketListener: void onClosing(okhttp3.WebSocket,int,java.lang.String) -okio.Segment: okio.Segment prev -androidx.constraintlayout.widget.R$attr: int actionModeBackground +androidx.appcompat.R$dimen: int abc_button_padding_horizontal_material +com.bumptech.glide.R$styleable: int FontFamily_fontProviderCerts +cyanogenmod.app.Profile: java.util.Collection getStreamSettings() +com.google.android.material.R$styleable: int PopupWindow_android_popupAnimationStyle +wangdaye.com.geometricweather.R$interpolator: int mtrl_linear_out_slow_in +okhttp3.internal.http2.Http2Connection$ReaderRunnable$2: boolean val$clearPrevious +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setStrokeWidth(float) +androidx.preference.R$drawable: int abc_seekbar_track_material +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_checkedIconSize +com.google.android.material.R$styleable: int[] OnClick +wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: void setTopIconDrawable(android.graphics.drawable.Drawable) +androidx.hilt.R$anim: int fragment_fade_exit +androidx.appcompat.R$drawable: R$drawable() +androidx.constraintlayout.widget.R$color: int ripple_material_light +com.google.android.material.R$styleable: int FontFamilyFont_fontWeight +com.amap.api.location.AMapLocation: org.json.JSONObject toJson(int) +okhttp3.CacheControl$Builder: boolean noStore +com.google.android.material.R$styleable: int DrawerArrowToggle_arrowShaftLength +wangdaye.com.geometricweather.remoteviews.config.Hilt_MultiCityWidgetConfigActivity: Hilt_MultiCityWidgetConfigActivity() +com.google.android.material.R$id: R$id() +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_ratingBarStyleSmall +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_toTopOf +androidx.preference.R$style: int Widget_AppCompat_RatingBar_Indicator +cyanogenmod.profiles.LockSettings: int getValue() +androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type LEFT +wangdaye.com.geometricweather.R$id: int line1 +android.didikee.donate.R$drawable: int abc_scrubber_track_mtrl_alpha +android.didikee.donate.R$styleable: int AppCompatTextHelper_android_drawableLeft +com.jaredrummler.android.colorpicker.R$attr: int trackTint +androidx.appcompat.R$styleable: int GradientColor_android_endColor +okhttp3.internal.http2.Hpack$Writer +wangdaye.com.geometricweather.R$attr: int transitionPathRotate +wangdaye.com.geometricweather.R$string: int feedback_search_location +androidx.constraintlayout.widget.R$styleable: int MenuGroup_android_checkableBehavior +com.google.android.material.R$drawable: int ic_clock_black_24dp +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property DegreeDayTemperature +com.google.android.material.R$attr: int maxCharacterCount +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHeight_percent +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: java.util.Date EndTime cyanogenmod.profiles.AirplaneModeSettings: boolean isDirty() -com.google.android.material.R$styleable: int ImageFilterView_saturation -androidx.constraintlayout.widget.R$dimen: int abc_control_corner_material -androidx.preference.R$color: int abc_primary_text_material_dark -wangdaye.com.geometricweather.R$attr: int tabIconTintMode -wangdaye.com.geometricweather.R$xml: int widget_clock_day_vertical -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean onPreparePanel(int,android.view.View,android.view.Menu) -com.turingtechnologies.materialscrollbar.R$attr: int fontVariationSettings -com.jaredrummler.android.colorpicker.R$dimen: int abc_list_item_padding_horizontal_material -okhttp3.internal.Util: java.lang.reflect.Method addSuppressedExceptionMethod -wangdaye.com.geometricweather.R$drawable: int ic_filter_off -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Title -com.google.android.material.circularreveal.cardview.CircularRevealCardView: void setCircularRevealScrimColor(int) -com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_ttcIndex -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility -androidx.transition.R$drawable: int notification_action_background -androidx.appcompat.R$styleable: int[] ActionBar -androidx.appcompat.R$anim: int btn_radio_to_off_mtrl_ring_outer_path_animation -com.google.android.material.R$styleable: int Constraint_android_layout_marginLeft -com.google.android.material.R$drawable: int abc_ic_commit_search_api_mtrl_alpha -androidx.core.R$id: int accessibility_custom_action_27 -androidx.appcompat.R$style: int TextAppearance_AppCompat_Body1 -com.google.android.material.R$styleable: int Layout_layout_constraintLeft_toRightOf -androidx.appcompat.R$attr: int dividerHorizontal -com.jaredrummler.android.colorpicker.R$layout: int abc_action_menu_layout -io.reactivex.internal.util.EmptyComponent: void dispose() -wangdaye.com.geometricweather.R$styleable: int KeyTrigger_triggerSlack -androidx.preference.R$style: int Theme_AppCompat_DayNight_NoActionBar -androidx.constraintlayout.widget.R$dimen: int abc_text_size_small_material -android.support.v4.os.ResultReceiver: android.os.Handler mHandler -io.reactivex.internal.observers.DeferredScalarObserver: DeferredScalarObserver(io.reactivex.Observer) -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: java.util.concurrent.Callable bufferSupplier -com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState SUCCESS -androidx.preference.R$styleable: int ActionBar_homeLayout -androidx.appcompat.R$color: int abc_btn_colored_borderless_text_material -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber -wangdaye.com.geometricweather.R$styleable: int[] ChipGroup -androidx.constraintlayout.widget.R$id: int contentPanel -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_icon_size -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: double HoursOfSnow -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.internal.fuseable.SimplePlainQueue queue -okhttp3.Request: java.lang.String header(java.lang.String) -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cps -cyanogenmod.util.ColorUtils -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: java.lang.String getUrl() -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle -cyanogenmod.providers.DataUsageContract: int COLUMN_OF_FAST_SAMPLES -cyanogenmod.weather.ICMWeatherManager$Stub: cyanogenmod.weather.ICMWeatherManager asInterface(android.os.IBinder) -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode COMPRESSION_ERROR -androidx.hilt.lifecycle.R$id: int icon_group -androidx.constraintlayout.widget.R$styleable: int Toolbar_contentInsetEndWithActions -okhttp3.internal.platform.Platform: boolean isConscryptPreferred() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle -androidx.constraintlayout.widget.VirtualLayout: void setVisibility(int) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: int requestFusion(int) -com.google.gson.stream.JsonWriter: java.io.Writer out -androidx.activity.R$layout: R$layout() -okhttp3.internal.cache.DiskLruCache$3: okhttp3.internal.cache.DiskLruCache$Snapshot next() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: java.lang.String to -androidx.coordinatorlayout.widget.CoordinatorLayout: CoordinatorLayout(android.content.Context,android.util.AttributeSet,int) -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_BottomSheet_Modal -com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat_ActionBar -androidx.preference.R$attr: int actionBarItemBackground -cyanogenmod.providers.CMSettings$3: CMSettings$3() -wangdaye.com.geometricweather.R$color: int mtrl_textinput_filled_box_default_background_color -androidx.constraintlayout.widget.R$id: int tag_unhandled_key_listeners -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintRight_creator -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircularSkyWeatherView -com.google.android.material.R$style: int Theme_AppCompat_Light_Dialog -com.google.android.material.R$attr: int popupMenuStyle -cyanogenmod.app.CustomTile$ExpandedStyle: int GRID_STYLE -cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode getLightsMode() -wangdaye.com.geometricweather.R$id: int widget_remote_card -com.github.rahatarmanahmed.cpv.CircularProgressView: void updatePaint() -io.reactivex.internal.subscribers.DeferredScalarSubscriber: boolean hasValue -wangdaye.com.geometricweather.R$id: int actions -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int AQI_INDEX_4 -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionOverflowButtonStyle -androidx.recyclerview.widget.RecyclerView$SavedState -wangdaye.com.geometricweather.R$dimen: int notification_action_text_size -androidx.viewpager2.R$styleable: int GradientColor_android_centerY -com.turingtechnologies.materialscrollbar.R$integer: int mtrl_btn_anim_delay_ms -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: io.reactivex.disposables.Disposable upstream -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_suggestionRowLayout -wangdaye.com.geometricweather.R$dimen: int design_navigation_padding_bottom -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String MobileLink -wangdaye.com.geometricweather.db.entities.DailyEntity: void setHoursOfSun(float) -com.google.android.material.R$styleable: int OnSwipe_dragDirection -wangdaye.com.geometricweather.R$dimen: int material_clock_period_toggle_width -okio.DeflaterSink: java.util.zip.Deflater deflater -androidx.constraintlayout.widget.R$attr: int imageButtonStyle -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintBaseline_creator -androidx.hilt.R$id: int time -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric: java.lang.String Unit -wangdaye.com.geometricweather.R$dimen: int mtrl_snackbar_background_overlay_color_alpha -okio.Buffer$UnsafeCursor -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_25 -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: MfForecastResult$Position() -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void onDetach() -androidx.preference.R$style: int Widget_AppCompat_DropDownItem_Spinner -androidx.appcompat.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration -wangdaye.com.geometricweather.R$attr: int tabRippleColor -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX weather -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_lastHorizontalBias -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation: AccuCurrentResult$PrecipitationSummary$Precipitation() -androidx.preference.R$drawable: R$drawable() -com.google.android.material.bottomnavigation.BottomNavigationView$SavedState: android.os.Parcelable$Creator CREATOR -com.bumptech.glide.integration.okhttp.R$drawable: int notify_panel_notification_icon_bg -androidx.viewpager2.R$id: int tag_accessibility_heading -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeRainPrecipitationDuration(java.lang.Float) -wangdaye.com.geometricweather.R$drawable: int weather_cloudy -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintCircleRadius -androidx.preference.R$layout: int select_dialog_item_material -wangdaye.com.geometricweather.R$attr: int itemTextAppearanceInactive -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.disposables.Disposable upstream -com.jaredrummler.android.colorpicker.R$styleable: int ListPreference_entries -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_Switch -com.amap.api.fence.GeoFenceClient: void pauseGeoFence() -io.reactivex.Observable: io.reactivex.Observable distinctUntilChanged(io.reactivex.functions.Function) -com.bumptech.glide.R$color -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.util.Date date -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation: MfHistoryResult$History$Precipitation() -wangdaye.com.geometricweather.R$id: int notification_big -com.google.android.material.R$styleable: int TabLayout_tabPaddingStart -retrofit2.RequestBuilder$ContentTypeOverridingRequestBody: okhttp3.RequestBody delegate -okio.Buffer: long indexOf(byte,long) -com.google.android.material.R$styleable: int TabLayout_tabIndicatorGravity -androidx.constraintlayout.widget.ConstraintLayout: int getMaxHeight() -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition: double Longitude -android.didikee.donate.R$styleable: int[] Spinner -com.jaredrummler.android.colorpicker.R$id: int bottom -wangdaye.com.geometricweather.R$styleable: int SearchView_closeIcon -androidx.fragment.R$id: int dialog_button -cyanogenmod.app.Profile: int mNameResId -androidx.lifecycle.ProcessLifecycleOwner: void activityPaused() -com.google.android.material.R$attr: int cornerSizeBottomLeft -androidx.appcompat.R$attr: int searchViewStyle -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver -androidx.vectordrawable.animated.R$color: R$color() -androidx.preference.R$styleable: int PreferenceTheme_preferenceStyle -wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_moonPhaseText -wangdaye.com.geometricweather.R$drawable: int weather_thunder_mini_xml -androidx.work.R$id: int accessibility_custom_action_1 -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_AES_256_CBC_SHA256 -james.adaptiveicon.R$id: int home -com.google.android.material.R$dimen: int abc_dialog_fixed_width_major -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_month_horizontal_padding -com.amap.api.location.DPoint: DPoint(android.os.Parcel) -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability precipitationProbability -androidx.preference.R$styleable: int SwitchCompat_thumbTintMode -com.xw.repo.bubbleseekbar.R$color: int abc_tint_btn_checkable -wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit -androidx.dynamicanimation.R$drawable: int notify_panel_notification_icon_bg -androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse -wangdaye.com.geometricweather.R$style: int cpv_ColorPickerViewStyle -com.xw.repo.bubbleseekbar.R$color: int abc_background_cache_hint_selector_material_dark +okio.SegmentedByteString: java.lang.String toString() +cyanogenmod.providers.CMSettings$Secure: java.lang.String PROTECTED_COMPONENT_MANAGERS +okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.ErrorCode errorCode +androidx.appcompat.R$layout: int abc_list_menu_item_checkbox +androidx.appcompat.widget.Toolbar: void setLogoDescription(java.lang.CharSequence) +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void cancelSources() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: void setEn_US(java.lang.String) +okhttp3.OkHttpClient$1: okhttp3.internal.connection.RealConnection get(okhttp3.ConnectionPool,okhttp3.Address,okhttp3.internal.connection.StreamAllocation,okhttp3.Route) +wangdaye.com.geometricweather.R$drawable: int material_cursor_drawable +wangdaye.com.geometricweather.R$styleable: int[] MaterialTextView +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Button_Small +com.amap.api.fence.GeoFenceClient +com.google.android.material.R$style: int ThemeOverlay_AppCompat_Dialog_Alert +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: java.util.Map buffers +wangdaye.com.geometricweather.R$attr: int buttonCompat +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu +androidx.appcompat.widget.AppCompatCheckBox: android.content.res.ColorStateList getSupportBackgroundTintList() +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintStart_toStartOf +com.jaredrummler.android.colorpicker.R$styleable: int[] View +com.amap.api.location.AMapLocationClientOption$1: AMapLocationClientOption$1() +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_Button +com.amap.api.fence.PoiItem: java.lang.String getTel() +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_menu_header_material +com.google.android.material.button.MaterialButton: int getInsetTop() +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void setDisposable(io.reactivex.disposables.Disposable) +com.turingtechnologies.materialscrollbar.R$attr: int titleMargins +wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_marginEnd +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AppBarLayout_PrimarySurface +io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: java.lang.Object leaveTransform(java.lang.Object) +io.reactivex.Observable: io.reactivex.Observable fromArray(java.lang.Object[]) +androidx.preference.R$style: int Widget_AppCompat_Light_ActionButton +androidx.coordinatorlayout.R$id: int accessibility_custom_action_8 +wangdaye.com.geometricweather.R$attr: int linearSeamless +android.didikee.donate.R$id: int wrap_content +androidx.coordinatorlayout.R$layout: int notification_template_part_time +androidx.drawerlayout.R$dimen: int compat_button_inset_horizontal_material +wangdaye.com.geometricweather.common.basic.GeoDialog: GeoDialog() +wangdaye.com.geometricweather.R$styleable: int DialogPreference_dialogMessage +james.adaptiveicon.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarDivider +wangdaye.com.geometricweather.R$styleable: int OnSwipe_touchAnchorId +androidx.constraintlayout.widget.R$attr: int layout_constraintHeight_max +androidx.appcompat.R$attr: int font +androidx.vectordrawable.animated.R$styleable: int FontFamily_fontProviderQuery +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float snow1h +androidx.constraintlayout.widget.R$styleable: int AlertDialog_listItemLayout +androidx.preference.R$attr: int dialogPreferenceStyle +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Title +com.google.android.material.R$dimen: int design_snackbar_padding_vertical_2lines +wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customColorValue +android.didikee.donate.R$styleable: int AppCompatTheme_buttonStyleSmall +wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig historyEntityDaoConfig +androidx.work.impl.diagnostics.DiagnosticsReceiver: DiagnosticsReceiver() +androidx.lifecycle.LifecycleService: androidx.lifecycle.Lifecycle getLifecycle() +wangdaye.com.geometricweather.R$drawable: int weather_haze_mini_dark +wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService +com.google.android.material.R$dimen: int compat_button_padding_vertical_material +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: io.reactivex.functions.Function mapper +com.google.android.material.chip.Chip: void setChipIconVisible(int) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: AccuDailyResult$DailyForecasts$Night() +wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_item_min_width +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_AutoCompleteTextView +com.amap.api.fence.GeoFence: long getExpiration() +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: void subscribeNext() +io.reactivex.internal.schedulers.ScheduledDirectTask: java.lang.Void call() +okhttp3.logging.LoggingEventListener$1 +androidx.appcompat.app.ToolbarActionBar: void removeOnMenuVisibilityListener(androidx.appcompat.app.ActionBar$OnMenuVisibilityListener) +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone: boolean IsDaylightSaving +androidx.work.R$dimen: int notification_media_narrow_margin +androidx.appcompat.R$attr: int preserveIconSpacing +androidx.constraintlayout.widget.R$attr: int queryHint +wangdaye.com.geometricweather.R$id: int mini +retrofit2.adapter.rxjava2.CallExecuteObservable: retrofit2.Call originalCall +okhttp3.internal.platform.JdkWithJettyBootPlatform: void configureTlsExtensions(javax.net.ssl.SSLSocket,java.lang.String,java.util.List) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorButtonNormal +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BATTERY_LIGHT_FULL_COLOR_VALIDATOR +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_textLocale okhttp3.RealCall: okio.Timeout timeout() -cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: ICMWeatherManager$Stub$Proxy(android.os.IBinder) -androidx.appcompat.R$styleable: int AppCompatTheme_android_windowAnimationStyle -james.adaptiveicon.R$styleable: int AppCompatTheme_dropDownListViewStyle -okhttp3.ResponseBody: okio.BufferedSource source() -androidx.constraintlayout.widget.R$attr: int flow_verticalGap -android.didikee.donate.R$id: int title_template -com.google.android.material.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow -com.jaredrummler.android.colorpicker.R$color: int tooltip_background_dark -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_visibility -androidx.fragment.R$dimen: int compat_button_padding_vertical_material -wangdaye.com.geometricweather.R$styleable: int Constraint_constraint_referenced_ids -androidx.hilt.work.R$attr: int fontProviderFetchStrategy -com.google.android.material.R$attr: int yearStyle -com.google.android.material.R$drawable: int btn_checkbox_checked_mtrl -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_content_inset_with_nav -cyanogenmod.providers.CMSettings$DiscreteValueValidator -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_margin -okhttp3.internal.tls.TrustRootIndex -android.didikee.donate.R$id: int action_image -androidx.constraintlayout.utils.widget.MotionTelltales: MotionTelltales(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$layout: int mtrl_picker_header_dialog -com.turingtechnologies.materialscrollbar.R$styleable: int[] ButtonBarLayout -wangdaye.com.geometricweather.R$string: int feedback_refresh_ui_after_refresh -wangdaye.com.geometricweather.R$color: int abc_tint_edittext -james.adaptiveicon.R$styleable: int AppCompatTextView_drawableTintMode -com.google.android.material.R$style: int Base_Widget_AppCompat_Toolbar -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_percent -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_SearchView -wangdaye.com.geometricweather.R$id: int selected -androidx.viewpager2.R$id: int text -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ZEN_ALLOW_LIGHTS_VALIDATOR -android.didikee.donate.R$styleable: int AlertDialog_showTitle -wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_textColor -androidx.preference.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated -androidx.preference.R$attr: int actionModeCloseButtonStyle -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Caption -io.reactivex.Observable: io.reactivex.Observable retryUntil(io.reactivex.functions.BooleanSupplier) -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_wrapMode -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: void setEn_US(java.lang.String) -android.didikee.donate.R$styleable: int AppCompatTextView_textLocale -cyanogenmod.app.ICustomTileListener: void onCustomTileRemoved(org.cyanogenmod.internal.statusbar.IStatusBarCustomTileHolder) -okhttp3.Request: okhttp3.HttpUrl url() -androidx.lifecycle.ClassesInfoCache$MethodReference: java.lang.reflect.Method mMethod -androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView -cyanogenmod.providers.CMSettings$Secure: java.lang.String PROTECTED_COMPONENT_MANAGERS -androidx.lifecycle.SavedStateHandle$1: SavedStateHandle$1(androidx.lifecycle.SavedStateHandle) -androidx.appcompat.R$style: int Base_Widget_AppCompat_Spinner -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: void onNext(java.lang.Object) -androidx.appcompat.widget.Toolbar: void setLogo(int) -com.google.android.material.bottomsheet.BottomSheetBehavior: BottomSheetBehavior(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$color: int colorTextGrey2nd -okhttp3.internal.ws.RealWebSocket$Streams: okio.BufferedSource source -io.reactivex.Observable: io.reactivex.disposables.Disposable subscribe(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer) -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_checkedIconEnabled -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getShortRealFeeTemperature(android.content.Context,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) -io.reactivex.internal.subscriptions.SubscriptionArbiter: void cancel() -wangdaye.com.geometricweather.db.entities.AlertEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.AlertEntity) -android.didikee.donate.R$attr: int logoDescription -androidx.constraintlayout.widget.R$string -wangdaye.com.geometricweather.R$drawable: int notif_temp_2 -androidx.constraintlayout.motion.widget.MotionLayout: java.util.ArrayList getDefinedTransitions() -com.amap.api.location.AMapLocation: boolean c(com.amap.api.location.AMapLocation,boolean) -androidx.preference.R$styleable: int CompoundButton_buttonTintMode -androidx.constraintlayout.widget.R$attr: int itemPadding -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed -androidx.viewpager2.R$dimen: int notification_large_icon_width -android.didikee.donate.R$styleable: int SearchView_iconifiedByDefault -com.google.android.gms.common.server.converter.StringToIntConverter -com.google.android.material.floatingactionbutton.FloatingActionButton$BaseBehavior: FloatingActionButton$BaseBehavior(android.content.Context,android.util.AttributeSet) -androidx.constraintlayout.widget.R$drawable: int abc_ic_voice_search_api_material -androidx.drawerlayout.R$styleable: int GradientColor_android_type -okhttp3.internal.proxy.NullProxySelector -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_EXPORT_WITH_RC4_40_MD5 -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_imageButtonStyle -com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol: AMapLocationClientOption$AMapLocationProtocol(java.lang.String,int,int) -wangdaye.com.geometricweather.db.entities.DaoMaster: org.greenrobot.greendao.AbstractDaoSession newSession(org.greenrobot.greendao.identityscope.IdentityScopeType) -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.WeatherEntity) -wangdaye.com.geometricweather.R$styleable: int Toolbar_titleMargin -cyanogenmod.providers.CMSettings$Global -androidx.drawerlayout.R$layout: int notification_action -androidx.preference.R$id: int accessibility_custom_action_6 -james.adaptiveicon.R$styleable: int ActionBar_customNavigationLayout -wangdaye.com.geometricweather.R$attr: int verticalOffset -androidx.coordinatorlayout.R$style: int TextAppearance_Compat_Notification_Title -androidx.preference.R$id: int visible_removing_fragment_view_tag -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_goneMarginBottom -okhttp3.RealCall$AsyncCall -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title -cyanogenmod.profiles.RingModeSettings: cyanogenmod.profiles.RingModeSettings fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) -retrofit2.OkHttpCall: okhttp3.Call rawCall -com.xw.repo.bubbleseekbar.R$attr: int textAppearancePopupMenuHeader -androidx.appcompat.R$styleable: int AppCompatTheme_colorAccent -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeRealFeelShaderTemperature -com.bumptech.glide.R$styleable: int ColorStateListItem_alpha -com.turingtechnologies.materialscrollbar.R$attr: int errorEnabled -com.turingtechnologies.materialscrollbar.R$attr: int layout_dodgeInsetEdges -android.didikee.donate.R$id: int expand_activities_button -cyanogenmod.externalviews.KeyguardExternalView: void setProviderComponent(android.content.ComponentName) -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language POLISH -com.bumptech.glide.R$attr: int font -com.google.android.material.R$id: int staticLayout -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: void onComplete() -wangdaye.com.geometricweather.R$style: int Platform_AppCompat -androidx.appcompat.widget.Toolbar: int getTitleMarginEnd() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: CaiYunMainlyResult$CurrentBean$VisibilityBean() -io.reactivex.exceptions.MissingBackpressureException: long serialVersionUID -okhttp3.internal.ws.RealWebSocket: long queueSize -okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.platform.OptionalMethod setUseSessionTickets -androidx.preference.R$style: int Widget_AppCompat_Toolbar -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: Temperature(int,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer) -androidx.lifecycle.extensions.R$drawable: int notification_bg_low_normal -com.google.android.material.R$attr: int labelVisibilityMode -okhttp3.internal.connection.StreamAllocation: void release(okhttp3.internal.connection.RealConnection) -androidx.recyclerview.R$styleable: int GradientColor_android_startX -androidx.preference.R$attr: int gapBetweenBars -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Display4 -androidx.constraintlayout.widget.R$anim: int abc_shrink_fade_out_from_bottom -android.support.v4.os.ResultReceiver -androidx.hilt.R$styleable: int GradientColor_android_endY -okhttp3.internal.http2.Http2Writer: void synReply(boolean,int,java.util.List) -androidx.appcompat.R$dimen: int notification_large_icon_height -com.google.android.material.R$attr: int itemHorizontalTranslationEnabled -androidx.preference.EditTextPreference -wangdaye.com.geometricweather.R$styleable: int Toolbar_navigationIcon +cyanogenmod.weather.WeatherLocation$Builder: cyanogenmod.weather.WeatherLocation$Builder setPostalCode(java.lang.String) +androidx.appcompat.R$dimen: int abc_text_size_caption_material +androidx.appcompat.R$attr: int thumbTextPadding +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Integer aqiIndex +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: boolean isDisposed() +wangdaye.com.geometricweather.R$integer: int hide_password_duration +com.google.android.material.R$style: int TextAppearance_AppCompat_Display2 +androidx.appcompat.R$dimen: int abc_text_size_display_4_material +androidx.vectordrawable.R$id: int accessibility_custom_action_5 +androidx.appcompat.widget.AppCompatSpinner: int getDropDownWidth() +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_26 +cyanogenmod.providers.CMSettings$Global: boolean putLong(android.content.ContentResolver,java.lang.String,long) +wangdaye.com.geometricweather.R$styleable: int Transform_android_scaleY +wangdaye.com.geometricweather.R$styleable: int[] CheckBoxPreference +androidx.lifecycle.FullLifecycleObserverAdapter$1 +okio.SegmentedByteString: java.lang.String hex() +wangdaye.com.geometricweather.R$id: int container_main_sun_moon_phaseText +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean dispatchKeyEvent(android.view.KeyEvent) +android.didikee.donate.R$style: int Widget_AppCompat_CompoundButton_CheckBox +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator T9_SEARCH_INPUT_LOCALE_VALIDATOR +com.xw.repo.bubbleseekbar.R$attr: int ttcIndex +androidx.constraintlayout.widget.R$attr: int panelBackground +com.turingtechnologies.materialscrollbar.R$id: int tag_transition_group +com.turingtechnologies.materialscrollbar.R$styleable: int[] FloatingActionButton +androidx.appcompat.resources.R$attr: int alpha +okhttp3.OkHttpClient: okhttp3.WebSocket newWebSocket(okhttp3.Request,okhttp3.WebSocketListener) +wangdaye.com.geometricweather.R$styleable: int MaterialButton_rippleColor +androidx.constraintlayout.utils.widget.ImageFilterButton: void setCrossfade(float) +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text +okhttp3.Headers: java.util.Map toMultimap() +cyanogenmod.providers.CMSettings$System$2 +androidx.preference.R$dimen: int abc_list_item_padding_horizontal_material +cyanogenmod.app.CustomTile$ExpandedListItem: void setExpandedListItemDrawable(int) +cyanogenmod.weather.CMWeatherManager: java.util.Set access$000(cyanogenmod.weather.CMWeatherManager) +cyanogenmod.app.BaseLiveLockManagerService: android.os.IBinder mService +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_viewInflaterClass +okhttp3.internal.http2.Http2Stream$FramingSink: boolean $assertionsDisabled +io.reactivex.internal.subscriptions.SubscriptionHelper: boolean validate(org.reactivestreams.Subscription,org.reactivestreams.Subscription) +androidx.hilt.R$id: int tag_accessibility_actions +androidx.constraintlayout.widget.R$color: int abc_tint_switch_track +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial: double Value +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property PublishTime +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$TotalLiquid: int UnitType +wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_rotationY +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getSerialNumber +com.google.android.gms.base.R$attr: int imageAspectRatio +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintCircleRadius +com.google.android.material.R$dimen: int mtrl_extended_fab_translation_z_pressed +androidx.constraintlayout.widget.R$color: int androidx_core_secondary_text_default_material_light +com.google.android.material.R$styleable: int GradientColor_android_type +wangdaye.com.geometricweather.R$layout: int abc_search_dropdown_item_icons_2line +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: boolean inMaybe +androidx.appcompat.view.menu.ExpandedMenuView: int getWindowAnimations() +com.jaredrummler.android.colorpicker.R$dimen: int notification_subtext_size +androidx.preference.R$attr: int commitIcon +androidx.lifecycle.ViewModel: boolean mCleared +com.google.android.material.tabs.TabLayout: void setInlineLabel(boolean) +androidx.appcompat.widget.AppCompatEditText: java.lang.CharSequence getText() +wangdaye.com.geometricweather.R$string: int tag_uv +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Menu +io.reactivex.exceptions.CompositeException: java.util.List getExceptions() +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_transformPivotY +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_textLocale +com.jaredrummler.android.colorpicker.R$dimen: int cpv_dialog_preview_height +androidx.appcompat.widget.AppCompatCheckBox: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: boolean isEmpty() +wangdaye.com.geometricweather.R$color: int design_fab_stroke_top_outer_color +com.google.android.material.R$styleable: int Slider_android_stepSize +com.xw.repo.bubbleseekbar.R$color: int background_material_light +james.adaptiveicon.R$styleable: int TextAppearance_android_typeface +wangdaye.com.geometricweather.R$id: int animateToEnd +cyanogenmod.weather.CMWeatherManager$2: cyanogenmod.weather.CMWeatherManager this$0 +wangdaye.com.geometricweather.R$drawable: int notif_temp_26 +wangdaye.com.geometricweather.R$attr: int fontVariationSettings +androidx.appcompat.R$attr: int listLayout +androidx.hilt.work.R$id: int title +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver +androidx.constraintlayout.widget.R$attr: int dropdownListPreferredItemHeight +cyanogenmod.app.Profile$TriggerState: Profile$TriggerState() +wangdaye.com.geometricweather.R$id: int easeIn +com.xw.repo.bubbleseekbar.R$styleable: int[] ListPopupWindow +android.didikee.donate.R$color: int switch_thumb_material_light +james.adaptiveicon.R$color: int button_material_dark +com.google.android.material.R$styleable: int Spinner_popupTheme +io.reactivex.Observable: io.reactivex.Observable generate(java.util.concurrent.Callable,io.reactivex.functions.BiConsumer) +cyanogenmod.profiles.StreamSettings: void getXmlString(java.lang.StringBuilder,android.content.Context) +cyanogenmod.providers.CMSettings$System: java.lang.String HOME_WAKE_SCREEN +androidx.recyclerview.R$drawable: int notification_bg_low +cyanogenmod.weather.WeatherInfo$DayForecast: double getHigh() +wangdaye.com.geometricweather.R$drawable: int weather_fog_mini_xml +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: long serialVersionUID +com.google.android.gms.common.internal.ReflectedParcelable +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_small_material +com.xw.repo.bubbleseekbar.R$styleable: int View_android_theme +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_aa_light +com.jaredrummler.android.colorpicker.R$anim: int abc_tooltip_enter +com.turingtechnologies.materialscrollbar.R$id: int start +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_checkable +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeRealFeelTemperature() +okhttp3.internal.Util: int indexOf(java.util.Comparator,java.lang.String[],java.lang.String) +com.google.android.material.R$layout: int mtrl_picker_header_fullscreen +androidx.fragment.R$attr: int fontProviderPackage +com.google.android.material.R$styleable: int[] Tooltip +androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_elevation +okhttp3.Protocol: okhttp3.Protocol[] values() +okhttp3.internal.platform.OptionalMethod +cyanogenmod.externalviews.ExternalViewProviderService$Provider: int getWindowFlags() +cyanogenmod.profiles.ConnectionSettings: void getXmlString(java.lang.StringBuilder,android.content.Context) +james.adaptiveicon.R$style: int Base_Theme_AppCompat_Dialog_Alert +androidx.constraintlayout.widget.R$attr: int displayOptions +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Metric Metric +james.adaptiveicon.R$styleable: int AppCompatTheme_windowNoTitle +com.google.android.material.internal.ParcelableSparseBooleanArray +com.amap.api.location.AMapLocationClientOption$GeoLanguage: com.amap.api.location.AMapLocationClientOption$GeoLanguage valueOf(java.lang.String) +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_icon_vertical_padding_material +okio.RealBufferedSource: long readHexadecimalUnsignedLong() +androidx.hilt.lifecycle.R$anim: int fragment_close_exit +com.google.android.material.R$styleable: int Chip_chipStrokeColor +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar +okhttp3.internal.cache.DiskLruCache$Editor: DiskLruCache$Editor(okhttp3.internal.cache.DiskLruCache,okhttp3.internal.cache.DiskLruCache$Entry) +james.adaptiveicon.R$attr: int trackTint +cyanogenmod.library.R$id: int event +okio.Buffer: long size +cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: java.lang.String getInterfaceDescriptor() +androidx.viewpager2.R$id: int accessibility_custom_action_3 +androidx.work.Worker +com.amap.api.location.AMapLocation: java.lang.String getDescription() +androidx.constraintlayout.widget.R$id: int parent +androidx.constraintlayout.widget.R$styleable: int AppCompatSeekBar_android_thumb +com.jaredrummler.android.colorpicker.R$color: int primary_material_dark +com.amap.api.location.AMapLocation: java.lang.String toStr() +androidx.appcompat.R$string: int abc_prepend_shortcut_label +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25 +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: int INTERRUPTED +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu +wangdaye.com.geometricweather.R$attr: int fragment +com.xw.repo.bubbleseekbar.R$integer: int status_bar_notification_info_maxnum +androidx.hilt.R$layout: int notification_template_icon_group +wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: void setNumberString(java.lang.String) +androidx.customview.R$layout: R$layout() +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: void onError(java.lang.Throwable) +james.adaptiveicon.R$dimen: int abc_action_bar_elevation_material +com.google.android.material.R$id: int action_divider +android.didikee.donate.R$id: int collapseActionView +androidx.swiperefreshlayout.R$layout: int notification_template_custom_big +cyanogenmod.platform.R$string +android.didikee.donate.R$id: int screen +androidx.work.WorkInfo$State: androidx.work.WorkInfo$State FAILED +wangdaye.com.geometricweather.R$id: int month_grid +android.didikee.donate.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle +james.adaptiveicon.R$attr: int switchMinWidth +com.google.android.material.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator +androidx.appcompat.R$drawable: int abc_item_background_holo_light +androidx.work.R$id: int text +wangdaye.com.geometricweather.R$attr: int titleMarginTop +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.identityscope.IdentityScope identityScope +com.turingtechnologies.materialscrollbar.R$attr: int alpha +androidx.preference.R$id: int text +com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$Node find(java.lang.Object,boolean) +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircularSkyWeatherView: int getWeatherKind() +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_autoSizePresetSizes +com.turingtechnologies.materialscrollbar.R$style: int Platform_AppCompat +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title +com.jaredrummler.android.colorpicker.R$attr: int disableDependentsState +android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText +okhttp3.internal.http2.Http2Stream$FramingSink: void flush() +androidx.swiperefreshlayout.R$layout: int custom_dialog +com.google.android.material.R$dimen: int mtrl_calendar_header_height +okhttp3.internal.connection.RealConnection: okhttp3.Handshake handshake +okhttp3.Response$Builder: okhttp3.ResponseBody body +com.turingtechnologies.materialscrollbar.R$attr: int chipIconVisible +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_HelperText +wangdaye.com.geometricweather.R$dimen: int compat_control_corner_material +wangdaye.com.geometricweather.db.entities.LocationEntity: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource getWeatherSource() +wangdaye.com.geometricweather.R$id: int widget_week_icon_4 +androidx.constraintlayout.widget.R$layout: int abc_popup_menu_item_layout +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeThunderstormPrecipitationDuration +android.didikee.donate.R$id: int action_bar_container +com.google.android.gms.common.api.AvailabilityException: com.google.android.gms.common.ConnectionResult getConnectionResult(com.google.android.gms.common.api.HasApiKey) +james.adaptiveicon.R$attr: int maxButtonHeight +androidx.lifecycle.ProcessLifecycleOwner: int mResumedCounter +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemIconPadding +wangdaye.com.geometricweather.R$id: int dialog_animatable_icon_container +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout: void setOnFitSystemBarListener(wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout$OnFitSystemBarListener) +com.google.android.material.R$color: int design_dark_default_color_secondary_variant +cyanogenmod.app.Profile$ProfileTrigger: Profile$ProfileTrigger(android.os.Parcel,cyanogenmod.app.Profile$1) +com.google.android.material.R$string: int material_clock_display_divider cyanogenmod.library.R$styleable: int LiveLockScreen_type -androidx.lifecycle.SavedStateHandle: java.util.Map mRegular -okio.BufferedSource: boolean rangeEquals(long,okio.ByteString,int,int) -wangdaye.com.geometricweather.R$id: int clip_horizontal -androidx.preference.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle -com.jaredrummler.android.colorpicker.R$styleable: int ViewStubCompat_android_id -okio.Timeout: okio.Timeout NONE -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorBackgroundFloating -wangdaye.com.geometricweather.R$styleable: int KeyPosition_motionTarget -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Small_Inverse -wangdaye.com.geometricweather.R$id: int grassValue -wangdaye.com.geometricweather.R$attr: int labelBehavior -androidx.preference.R$styleable: int ActionBar_subtitle -androidx.hilt.lifecycle.R$id: int async -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_TextButton_Snackbar -okhttp3.Interceptor$Chain: okhttp3.Call call() -retrofit2.RequestFactory$Builder: RequestFactory$Builder(retrofit2.Retrofit,java.lang.reflect.Method) -androidx.appcompat.R$dimen: int notification_top_pad -org.greenrobot.greendao.DaoException: void safeInitCause(java.lang.Throwable) -android.support.v4.os.ResultReceiver$1: android.support.v4.os.ResultReceiver[] newArray(int) -com.google.android.material.R$dimen: int abc_button_padding_horizontal_material -com.google.android.material.R$attr: int titleTextColor -com.google.android.material.R$drawable: int abc_btn_default_mtrl_shape -com.google.android.material.R$styleable: int AppCompatTheme_colorPrimary -com.google.android.material.R$attr: int colorOnPrimarySurface -james.adaptiveicon.R$attr: int textAppearanceSmallPopupMenu -wangdaye.com.geometricweather.R$attr: int cardPreventCornerOverlap -cyanogenmod.app.ILiveLockScreenManager: boolean unregisterChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) -com.google.android.material.R$dimen: int design_bottom_navigation_active_item_min_width -wangdaye.com.geometricweather.R$attr: int listDividerAlertDialog -com.google.android.material.R$dimen: int compat_button_inset_vertical_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: java.lang.String from -android.didikee.donate.R$attr: int colorControlNormal -androidx.constraintlayout.widget.R$dimen: int abc_dialog_min_width_minor -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeApparentTemperature() -com.google.android.material.R$styleable: int AppCompatSeekBar_tickMark -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onLockscreenSlideOffsetChanged(float) -com.google.android.material.R$styleable: int MaterialRadioButton_useMaterialThemeColors -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_show_progress_in_float -okhttp3.internal.http2.Hpack: okhttp3.internal.http2.Header[] STATIC_HEADER_TABLE -okhttp3.internal.http2.Hpack$Reader: void clearDynamicTable() -wangdaye.com.geometricweather.R$id: int dialog_providers_previewer_container -okio.BufferedSource: long indexOf(okio.ByteString) -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_content_inset_material -okhttp3.internal.connection.StreamAllocation -android.didikee.donate.R$styleable: int AppCompatTheme_windowActionModeOverlay -androidx.preference.R$layout: int preference_recyclerview -androidx.lifecycle.ViewModelProvider: java.lang.String DEFAULT_KEY -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setOnceLocationLatest(boolean) -wangdaye.com.geometricweather.background.polling.basic.Hilt_AwakeForegroundUpdateService: Hilt_AwakeForegroundUpdateService() -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List alertEntityList -com.amap.api.fence.GeoFenceClient: int GEOFENCE_STAYED -androidx.hilt.work.R$id: int notification_main_column -cyanogenmod.app.IProfileManager$Stub$Proxy: android.os.IBinder asBinder() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: void setNotice(java.lang.String) -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_FixedSize -wangdaye.com.geometricweather.common.basic.models.weather.Alert: void descByTime(java.util.List) -wangdaye.com.geometricweather.R$styleable: int AppBarLayoutStates_state_collapsed -wangdaye.com.geometricweather.db.entities.DailyEntity: int getDaytimeTemperature() -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_translationX -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_bias -androidx.core.widget.NestedScrollView: int getScrollRange() -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property CityId -androidx.lifecycle.ViewModelProvider$NewInstanceFactory: androidx.lifecycle.ViewModel create(java.lang.Class) -androidx.preference.R$dimen: int abc_action_bar_overflow_padding_end_material -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow -com.google.android.material.R$attr: int maxButtonHeight -androidx.hilt.work.R$anim: int fragment_fast_out_extra_slow_in -okhttp3.internal.http.CallServerInterceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) -io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(int,io.reactivex.Scheduler) -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void otherComplete() -androidx.constraintlayout.widget.R$attr: int titleMarginStart -cyanogenmod.profiles.BrightnessSettings: boolean mOverride -wangdaye.com.geometricweather.R$drawable: int weather_thunder_mini_grey -androidx.preference.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColorItem_android_color -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: CNWeatherResult$Realtime() -com.google.android.material.timepicker.TimePickerView: void addOnRotateListener(com.google.android.material.timepicker.ClockHandView$OnRotateListener) -com.google.android.material.R$styleable: int[] ViewStubCompat -okhttp3.Authenticator$1: Authenticator$1() -com.turingtechnologies.materialscrollbar.R$drawable: int abc_textfield_search_activated_mtrl_alpha -androidx.viewpager2.R$styleable: int[] RecyclerView -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: boolean isEntityUpdateable() -wangdaye.com.geometricweather.R$attr: int layout_collapseMode -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_Layout_layout_scrollFlags -cyanogenmod.power.PerformanceManager: cyanogenmod.power.PerformanceManager sInstance -org.greenrobot.greendao.AbstractDao: void insertOrReplaceInTx(java.lang.Iterable,boolean) -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored -androidx.constraintlayout.widget.R$color: int abc_background_cache_hint_selector_material_light -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: java.lang.String getPressureVoice(android.content.Context,float) -com.google.android.material.R$styleable: int Constraint_visibilityMode -cyanogenmod.weatherservice.ServiceRequestResult$1: cyanogenmod.weatherservice.ServiceRequestResult[] newArray(int) -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabContentStart -okhttp3.OkHttpClient: javax.net.SocketFactory socketFactory() -okhttp3.internal.Util: java.net.InetAddress decodeIpv6(java.lang.String,int,int) -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionButton -cyanogenmod.app.ProfileGroup: boolean validateOverrideUri(android.content.Context,android.net.Uri) -wangdaye.com.geometricweather.R$attr: int lineSpacing -androidx.fragment.R$id: int visible_removing_fragment_view_tag -androidx.preference.R$styleable: int AppCompatTheme_toolbarStyle -androidx.activity.R$id: int blocking -wangdaye.com.geometricweather.R$string: int bottom_sheet_behavior -io.reactivex.internal.disposables.DisposableHelper: boolean validate(io.reactivex.disposables.Disposable,io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$styleable: int SearchView_searchHintIcon -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_centerX -com.turingtechnologies.materialscrollbar.R$drawable: int mtrl_tabs_default_indicator -io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable: void setParent(io.reactivex.internal.operators.observable.ObservablePublish$PublishObserver) -androidx.constraintlayout.utils.widget.ImageFilterButton: ImageFilterButton(android.content.Context,android.util.AttributeSet,int) -com.google.gson.internal.LinkedTreeMap: java.util.Set keySet() -wangdaye.com.geometricweather.R$attr: int layout_constraintRight_toRightOf -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial: java.lang.String Unit -james.adaptiveicon.R$dimen: int abc_dialog_fixed_width_minor -com.turingtechnologies.materialscrollbar.R$layout -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setEnabled(boolean) +io.reactivex.Observable: io.reactivex.Observable skipLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean,int) +com.amap.api.location.AMapLocation: int LOCATION_TYPE_GPS +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon +com.google.android.material.R$styleable: int MenuItem_numericModifiers +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: java.lang.String getUrl() +com.google.android.material.internal.CheckableImageButton: void setPressed(boolean) +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_toggle_margin_bottom +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Metric +com.google.android.material.chip.Chip: com.google.android.material.animation.MotionSpec getHideMotionSpec() +james.adaptiveicon.R$id: int shortcut +cyanogenmod.profiles.RingModeSettings: java.lang.String getValue() +io.reactivex.disposables.RunnableDisposable: RunnableDisposable(java.lang.Runnable) +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.String weatherDescription +retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: void onFailure(retrofit2.Call,java.lang.Throwable) +androidx.lifecycle.ClassesInfoCache: java.util.Map mHasLifecycleMethods +wangdaye.com.geometricweather.R$styleable: int[] FloatingActionButton +android.didikee.donate.R$attr: int voiceIcon +io.reactivex.Observable: java.lang.Iterable blockingIterable() +io.reactivex.Observable: io.reactivex.Observable generate(java.util.concurrent.Callable,io.reactivex.functions.BiFunction,io.reactivex.functions.Consumer) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_marginRight +android.didikee.donate.R$styleable: int ActivityChooserView_initialActivityCount +com.google.android.material.chip.Chip: void setMaxLines(int) +james.adaptiveicon.R$styleable: int SwitchCompat_trackTint +com.google.android.material.R$styleable: int FlowLayout_lineSpacing +android.didikee.donate.R$id: int search_go_btn +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle +androidx.constraintlayout.utils.widget.ImageFilterButton: float getRound() +wangdaye.com.geometricweather.db.entities.LocationEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.LocationEntity) +wangdaye.com.geometricweather.R$drawable: int abc_text_select_handle_right_mtrl_dark +androidx.preference.R$styleable: int ActionBar_title +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: void cancel() +androidx.activity.R$id: int accessibility_custom_action_11 +android.didikee.donate.R$style: int Base_Widget_AppCompat_RatingBar +james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat_Dark +com.google.android.material.R$id: int tag_accessibility_clickable_spans +io.reactivex.Observable: io.reactivex.observers.TestObserver test() +com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginEnd +androidx.hilt.work.R$styleable: int[] GradientColorItem +androidx.viewpager.R$styleable: R$styleable() +wangdaye.com.geometricweather.R$color: int lightPrimary_1 +androidx.constraintlayout.widget.R$id: int startHorizontal +com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_thickness +cyanogenmod.providers.DataUsageContract: java.lang.String[] PROJECTION_ALL +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_goneMarginRight +androidx.appcompat.R$layout: int abc_action_mode_close_item_material +cyanogenmod.weather.WeatherInfo: int getConditionCode() +android.didikee.donate.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar +wangdaye.com.geometricweather.R$color: int colorTextAlert +androidx.preference.R$layout: int preference_dropdown_material +androidx.viewpager.R$attr: int fontProviderFetchStrategy +android.support.v4.app.INotificationSideChannel$Stub: int TRANSACTION_cancelAll +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: float getPrecipitation(float) +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: float unitFactor +androidx.preference.R$style: int ThemeOverlay_AppCompat_Dialog_Alert +wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle +wangdaye.com.geometricweather.R$styleable: int MultiSelectListPreference_entryValues +okhttp3.internal.http2.Http2Connection: void writeSynResetLater(int,okhttp3.internal.http2.ErrorCode) +com.xw.repo.bubbleseekbar.R$attr: int elevation +androidx.constraintlayout.widget.R$attr: int editTextStyle +io.reactivex.Observable: io.reactivex.Observable window(long,long,int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: void setIcon(java.lang.String) +cyanogenmod.weather.WeatherInfo: long getTimestamp() +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_android_font +cyanogenmod.providers.ThemesContract$ThemesColumns$InstallState: int UPDATING +android.didikee.donate.R$styleable: int TextAppearance_android_textColorHint +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setPivotX(float) +com.google.android.material.R$attr: int windowActionBar +org.greenrobot.greendao.AbstractDao: long insert(java.lang.Object) +android.didikee.donate.R$drawable: int abc_btn_borderless_material +io.reactivex.Observable: io.reactivex.Observable skipLast(long,java.util.concurrent.TimeUnit) +android.didikee.donate.R$id: int action_bar_subtitle +com.google.android.material.behavior.SwipeDismissBehavior +com.google.android.material.R$attr: int textInputLayoutFocusedRectEnabled +androidx.fragment.R$id: int tag_accessibility_pane_title +androidx.lifecycle.Lifecycling: java.util.Map sCallbackCache +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIconSize +io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: io.reactivex.disposables.Disposable timer +com.google.android.material.chip.ChipGroup: void setSingleLine(boolean) +com.google.android.material.bottomnavigation.BottomNavigationView: android.content.res.ColorStateList getItemIconTintList() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: java.lang.String LongPhrase +androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityStopped(android.app.Activity) +androidx.transition.R$styleable: int[] GradientColorItem +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture Past24HourTemperatureDeparture +androidx.preference.R$string: int abc_shareactionprovider_share_with_application +cyanogenmod.power.PerformanceManagerInternal: void launchBoost() +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: io.reactivex.internal.disposables.SequentialDisposable task +androidx.preference.R$dimen: int abc_action_bar_subtitle_bottom_margin_material +cyanogenmod.app.CMContextConstants$Features: java.lang.String TELEPHONY +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_SearchView +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: boolean done +androidx.appcompat.R$id: int line1 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setSuggest(java.lang.String) +androidx.hilt.work.R$styleable: int[] GradientColor +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: int capacityHint +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String originUrl +cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_cancelLiveLockScreen +androidx.constraintlayout.widget.R$attr: int autoTransition +com.jaredrummler.android.colorpicker.R$layout: int preference_category_material +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setTotalPrecipitation(java.lang.Float) +okhttp3.internal.http2.Hpack$Writer: void adjustDynamicTableByteCount() +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_30 +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver +androidx.lifecycle.SingleGeneratedAdapterObserver: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) +androidx.hilt.lifecycle.R$id: int action_container +wangdaye.com.geometricweather.R$id: int widget_clock_day_subtitle +cyanogenmod.app.CustomTile$ExpandedGridItem +cyanogenmod.app.CustomTile: void writeToParcel(android.os.Parcel,int) +androidx.lifecycle.extensions.R$dimen: int notification_large_icon_height +com.google.android.material.R$styleable: int NavigationView_menu +androidx.vectordrawable.animated.R$styleable: int[] GradientColor +com.google.android.material.R$attr: int windowFixedHeightMinor +okhttp3.internal.http2.Http2Connection: java.util.concurrent.ScheduledExecutorService writerExecutor +com.google.android.material.R$attr: int boxStrokeColor +com.google.android.material.R$styleable: int ShapeAppearance_cornerFamilyTopRight +androidx.activity.R$id: int tag_accessibility_heading +cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.RequestInfo$Builder setCityName(java.lang.String) +james.adaptiveicon.R$dimen: int disabled_alpha_material_light +cyanogenmod.providers.CMSettings$System: java.lang.String BATTERY_LIGHT_ENABLED +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: java.lang.String getBrandId() +wangdaye.com.geometricweather.R$attr: int radioButtonStyle +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_text +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat +com.jaredrummler.android.colorpicker.R$layout: int abc_dialog_title_material +androidx.preference.R$attr: int numericModifiers +androidx.constraintlayout.widget.R$id: int invisible +wangdaye.com.geometricweather.R$id: int activity_widget_config_custom_subtitle +wangdaye.com.geometricweather.R$dimen: int mtrl_navigation_item_horizontal_padding +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$2: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating: double Value +wangdaye.com.geometricweather.R$styleable: int ActionMode_height +okhttp3.Cache$Entry: java.lang.String SENT_MILLIS +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: void requestLocation(android.content.Context,wangdaye.com.geometricweather.location.services.LocationService$LocationCallback) +androidx.transition.R$layout: int notification_template_part_chronometer +james.adaptiveicon.R$id: int message +okhttp3.Cache: int VERSION +com.google.android.material.R$style: int TestThemeWithLineHeightDisabled +james.adaptiveicon.R$color: int background_material_light +cyanogenmod.hardware.DisplayMode: DisplayMode(int,java.lang.String) +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_STATUS_BAR +androidx.appcompat.widget.SearchView: void setSubmitButtonEnabled(boolean) +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: int getSubTextColorResId() +wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar: void setMinutelyList(java.util.List) +androidx.constraintlayout.widget.R$string: int abc_capital_off +androidx.coordinatorlayout.widget.CoordinatorLayout: CoordinatorLayout(android.content.Context,android.util.AttributeSet) +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode +io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: void dispose() +wangdaye.com.geometricweather.common.basic.models.weather.Weather: wangdaye.com.geometricweather.common.basic.models.weather.History getYesterday() +wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayVerticalProvider +com.xw.repo.bubbleseekbar.R$id: int action_menu_presenter +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Metric: double Value +androidx.preference.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation +com.xw.repo.bubbleseekbar.R$id: int message +androidx.preference.R$styleable: int GradientColor_android_gradientRadius +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowFixedWidthMajor +cyanogenmod.providers.CMSettings$NameValueCache: android.content.IContentProvider lazyGetProvider(android.content.ContentResolver) +com.google.android.gms.base.R$string: int common_google_play_services_update_text +okio.RealBufferedSource: void readFully(okio.Buffer,long) +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: io.reactivex.internal.fuseable.SimplePlainQueue getOrCreateQueue() +cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String resPkg +androidx.transition.R$id: int notification_main_column_container +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintTag +cyanogenmod.app.ProfileGroup: java.lang.String TAG +com.amap.api.location.UmidtokenInfo$1: UmidtokenInfo$1() +com.google.android.material.R$color: int abc_tint_edittext +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Large_Inverse +androidx.constraintlayout.widget.R$id: int normal +wangdaye.com.geometricweather.R$layout: int item_weather_daily_astro +io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: long serialVersionUID +com.google.android.material.R$string: int abc_activitychooserview_choose_application +cyanogenmod.app.ILiveLockScreenManager: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() +wangdaye.com.geometricweather.R$drawable: int notif_temp_39 +android.didikee.donate.R$drawable: int abc_cab_background_internal_bg +androidx.preference.R$color: int abc_color_highlight_material +okhttp3.ResponseBody +com.xw.repo.bubbleseekbar.R$attr: int suggestionRowLayout +com.jaredrummler.android.colorpicker.R$id: int notification_main_column +wangdaye.com.geometricweather.R$layout: int widget_day_oreo +com.google.android.material.tabs.TabItem: TabItem(android.content.Context) +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer +androidx.lifecycle.MediatorLiveData: void removeSource(androidx.lifecycle.LiveData) +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_button_min_width_material +com.google.android.material.card.MaterialCardView: int getContentPaddingRight() +com.bumptech.glide.integration.okhttp.R$id: int icon_group +com.autonavi.aps.amapapi.model.AMapLocationServer: boolean i() +wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.util.List _queryWeatherEntity_AlertEntityList(java.lang.String,java.lang.String) +com.google.android.material.textfield.MaterialAutoCompleteTextView: MaterialAutoCompleteTextView(android.content.Context) +androidx.appcompat.R$id: int tag_accessibility_actions +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric: java.lang.String Unit +okio.Buffer: okio.ByteString md5() +androidx.hilt.R$styleable: int FontFamily_fontProviderFetchStrategy +cyanogenmod.app.Profile: java.lang.String mName +com.turingtechnologies.materialscrollbar.R$color: int material_blue_grey_950 +wangdaye.com.geometricweather.R$color: int notification_background_o +okhttp3.OkHttpClient$1: java.io.IOException timeoutExit(okhttp3.Call,java.io.IOException) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: java.lang.String value +cyanogenmod.util.ColorUtils: int findPerceptuallyNearestSolidColor(int) +androidx.recyclerview.R$layout: int notification_template_icon_group +wangdaye.com.geometricweather.R$styleable: int KeyPosition_drawPath +com.turingtechnologies.materialscrollbar.R$attr: int listPreferredItemPaddingRight +androidx.hilt.lifecycle.R$layout: int notification_action_tombstone +james.adaptiveicon.R$drawable: int abc_ic_star_black_36dp +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_liftOnScrollTargetViewId +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_goneMarginRight +wangdaye.com.geometricweather.R$attr: int buttonBarNeutralButtonStyle +androidx.preference.R$styleable: int[] LinearLayoutCompat_Layout +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_closeIcon +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language CHINESE +com.google.android.material.R$styleable: int[] Badge +com.bumptech.glide.manager.SupportRequestManagerFragment +android.didikee.donate.R$id: int titleDividerNoCustom +com.google.android.material.floatingactionbutton.FloatingActionButton$BaseBehavior: void setInternalAutoHideListener(com.google.android.material.floatingactionbutton.FloatingActionButton$OnVisibilityChangedListener) +android.support.v4.app.INotificationSideChannel$Stub: android.support.v4.app.INotificationSideChannel getDefaultImpl() +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: void setLiveLockScreenEnabled(boolean) +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void collect(java.util.Collection) +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintBottom_creator +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_startY +com.google.android.material.R$integer: int abc_config_activityDefaultDur +com.bumptech.glide.load.engine.DecodeJob$RunReason: com.bumptech.glide.load.engine.DecodeJob$RunReason[] values() +androidx.constraintlayout.widget.R$color: int switch_thumb_normal_material_light +com.xw.repo.bubbleseekbar.R$attr: int firstBaselineToTopHeight +wangdaye.com.geometricweather.R$animator: int mtrl_extended_fab_change_size_collapse_motion_spec +io.reactivex.internal.subscriptions.DeferredScalarSubscription: void cancel() +androidx.preference.R$drawable: int abc_vector_test +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: io.reactivex.Observer downstream +com.google.android.material.R$styleable: int AppCompatTheme_popupWindowStyle +android.didikee.donate.R$styleable: int SearchView_android_inputType +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Caption +io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: java.lang.Object value +androidx.appcompat.R$id: int search_badge +android.didikee.donate.R$styleable: int MenuGroup_android_checkableBehavior +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: android.os.Bundle getOptions() +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Display3 +wangdaye.com.geometricweather.R$styleable: int SearchView_voiceIcon +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties: wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris ephemeris +com.turingtechnologies.materialscrollbar.R$style: int Animation_AppCompat_Tooltip +okhttp3.ConnectionSpec$Builder: ConnectionSpec$Builder(okhttp3.ConnectionSpec) +androidx.appcompat.R$styleable: int AppCompatTextHelper_android_drawableEnd +cyanogenmod.profiles.LockSettings: boolean isDirty() wangdaye.com.geometricweather.R$styleable: int ImageFilterView_contrast -com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_spanCount -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dialogCornerRadius -com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_listItemLayout -wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_disableDependentsState -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: java.lang.Object item -androidx.constraintlayout.widget.R$drawable: int abc_vector_test -com.google.android.material.textfield.TextInputLayout: void setStartIconDrawable(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.R$attr: int startIconTint -com.xw.repo.bubbleseekbar.R$attr: int buttonBarPositiveButtonStyle -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Rain Rain -com.turingtechnologies.materialscrollbar.R$styleable: int[] ActivityChooserView -androidx.appcompat.R$drawable: int notification_tile_bg -okhttp3.Challenge: Challenge(java.lang.String,java.util.Map) -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf -com.github.rahatarmanahmed.cpv.CircularProgressViewListener: void onProgressUpdate(float) -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_prefixText -androidx.appcompat.R$attr: int actionProviderClass -com.bumptech.glide.integration.okhttp.R$styleable: R$styleable() -retrofit2.CallAdapter: java.lang.reflect.Type responseType() -james.adaptiveicon.R$drawable: int tooltip_frame_dark -androidx.constraintlayout.widget.R$attr: int showAsAction -wangdaye.com.geometricweather.R$attr: int textAppearanceButton -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: java.lang.String dataUptime -com.jaredrummler.android.colorpicker.R$attr: int subtitleTextColor -androidx.viewpager.R$id: int action_container -androidx.hilt.lifecycle.R$id: int line1 -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintBottom_toBottomOf -com.google.android.material.textfield.TextInputLayout: void setHintInternal(java.lang.CharSequence) -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Button -okhttp3.internal.cache.DiskLruCache$Editor: okio.Sink newSink(int) -org.greenrobot.greendao.DaoException: long serialVersionUID -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_id -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Display4 -androidx.legacy.coreutils.R$drawable: int notification_action_background -androidx.appcompat.R$drawable: int abc_list_longpressed_holo -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex today -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial: java.lang.String Unit -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean yesterday -androidx.appcompat.R$styleable: int AppCompatTheme_actionBarTheme -cyanogenmod.weatherservice.IWeatherProviderService$Stub: int TRANSACTION_processCityNameLookupRequest -com.google.android.material.R$styleable: int ConstraintSet_pivotAnchor -com.turingtechnologies.materialscrollbar.R$styleable: int ViewStubCompat_android_layout -com.google.android.material.appbar.CollapsingToolbarLayout: CollapsingToolbarLayout(android.content.Context,android.util.AttributeSet,int) -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_item_min_width -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_popupTheme -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeTotalPrecipitation -wangdaye.com.geometricweather.R$attr: int motionTarget -cyanogenmod.app.CustomTile: android.app.PendingIntent onClick -androidx.preference.R$style: int PreferenceThemeOverlay -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: java.lang.String getUrl() -com.google.android.material.R$attr: int seekBarStyle -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title -com.google.android.material.R$styleable: int Chip_android_text -androidx.preference.R$styleable: int AppCompatTextHelper_android_drawableEnd -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: boolean requestDismissAndStartActivity(android.content.Intent) -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: java.lang.Object poll() -okhttp3.internal.tls.BasicTrustRootIndex: BasicTrustRootIndex(java.security.cert.X509Certificate[]) -androidx.activity.R$id: int accessibility_custom_action_14 -cyanogenmod.profiles.BrightnessSettings$1: cyanogenmod.profiles.BrightnessSettings createFromParcel(android.os.Parcel) -com.baidu.location.indoor.mapversion.c.a$d: com.baidu.location.indoor.mapversion.c.a$a d -wangdaye.com.geometricweather.R$drawable: int weather_wind_pixel -com.google.android.gms.common.stats.StatsEvent -wangdaye.com.geometricweather.R$drawable: int widget_text -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.lang.String pollutant -cyanogenmod.platform.Manifest$permission: java.lang.String LIVE_LOCK_SCREEN_MANAGER_PROVIDER -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: void onNext(java.lang.Object) -wangdaye.com.geometricweather.common.ui.widgets.astro.MoonPhaseView -androidx.constraintlayout.widget.R$attr: int trackTint -com.google.android.material.R$styleable: int ShapeableImageView_strokeColor -wangdaye.com.geometricweather.R$color: int material_on_surface_emphasis_high_type -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$styleable: int MaterialCardView_shapeAppearanceOverlay -wangdaye.com.geometricweather.R$string: int real_feel_shade_temperature -androidx.constraintlayout.widget.R$id: int SHOW_PROGRESS -androidx.appcompat.R$drawable: int abc_ic_arrow_drop_right_black_24dp -james.adaptiveicon.R$attr: int showAsAction -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_47 -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub$Proxy: IWeatherProviderServiceClient$Stub$Proxy(android.os.IBinder) -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: void dispose() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: void setValue(java.lang.String) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeWindChillTemperature -androidx.loader.R$styleable: int GradientColor_android_startX -io.reactivex.internal.observers.LambdaObserver -retrofit2.adapter.rxjava2.ResultObservable: ResultObservable(io.reactivex.Observable) -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_fontFamily -androidx.preference.R$styleable: int AppCompatTheme_actionModeCloseDrawable -wangdaye.com.geometricweather.R$attr: int panelMenuListTheme -com.google.android.material.bottomnavigation.BottomNavigationView: void setItemHorizontalTranslationEnabled(boolean) -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: java.util.concurrent.locks.Lock lock -android.didikee.donate.R$attr: int listPopupWindowStyle -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal -android.didikee.donate.R$style: int Base_V7_Theme_AppCompat_Light_Dialog -com.jaredrummler.android.colorpicker.R$attr: int alertDialogCenterButtons -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_61 -androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_marginEnd -com.google.android.material.R$styleable: int MaterialCardView_checkedIconMargin -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_seek_step_section -com.amap.api.location.AMapLocation: void setRoad(java.lang.String) -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dropdownitem_text_padding_right -retrofit2.Retrofit$Builder: java.util.List converterFactories -okhttp3.internal.ws.RealWebSocket: void runWriter() -cyanogenmod.providers.DataUsageContract: int COLUMN_OF_FAST_AVG -androidx.activity.R$styleable: int GradientColor_android_startY -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric: double Value -cyanogenmod.providers.CMSettings$Secure: java.lang.String DEFAULT_LIVE_LOCK_SCREEN_COMPONENT -com.jaredrummler.android.colorpicker.R$dimen: int hint_pressed_alpha_material_dark -com.google.android.material.R$drawable: int abc_text_select_handle_left_mtrl_dark -wangdaye.com.geometricweather.R$layout: int activity_widget_config -androidx.constraintlayout.widget.R$id: int icon -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_FloatingActionButton -wangdaye.com.geometricweather.R$attr: int growMode -androidx.preference.R$styleable: int Toolbar_collapseContentDescription -com.google.android.material.R$attr: int itemTextAppearance -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionMode -androidx.constraintlayout.widget.R$styleable: int Transition_staggered -cyanogenmod.providers.CMSettings$System: java.lang.String RECENTS_SHOW_SEARCH_BAR -com.google.android.material.R$styleable: int TabLayout_tabTextAppearance -wangdaye.com.geometricweather.R$string: int common_google_play_services_notification_ticker -cyanogenmod.externalviews.ExternalView$3: ExternalView$3(cyanogenmod.externalviews.ExternalView) -androidx.constraintlayout.widget.R$attr: int deltaPolarRadius -wangdaye.com.geometricweather.R$id: int container_main_sun_moon_controlView -wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String formattedId -com.google.android.material.R$attr: int prefixText -androidx.appcompat.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title -android.didikee.donate.R$color: int primary_text_disabled_material_light -io.reactivex.Observable: io.reactivex.Observable onExceptionResumeNext(io.reactivex.ObservableSource) -androidx.swiperefreshlayout.R$dimen: int notification_top_pad -okhttp3.Cache: okhttp3.internal.cache.CacheRequest put(okhttp3.Response) -com.google.android.material.R$style: int Base_V21_Theme_AppCompat_Dialog -com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType[] $VALUES -retrofit2.ParameterHandler$Body -wangdaye.com.geometricweather.R$styleable: int Preference_android_title -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeRainPrecipitationDuration() -androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_font -cyanogenmod.app.StatusBarPanelCustomTile: int id -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Large -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean names -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_summaryOff -com.google.android.material.appbar.HeaderBehavior: HeaderBehavior(android.content.Context,android.util.AttributeSet) -cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: android.os.IBinder asBinder() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric: AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric() -retrofit2.Retrofit$Builder: retrofit2.Retrofit build() -com.turingtechnologies.materialscrollbar.R$attr: int materialButtonStyle -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_Bridge -okio.BufferedSource: long indexOf(byte,long) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarSize +okio.ByteString: boolean endsWith(okio.ByteString) +retrofit2.Response: retrofit2.Response success(java.lang.Object,okhttp3.Response) +wangdaye.com.geometricweather.R$string: int feedback_request_permission +james.adaptiveicon.R$style: int Animation_AppCompat_DropDownUp +james.adaptiveicon.R$color: int abc_tint_btn_checkable +wangdaye.com.geometricweather.R$drawable: int weather_wind_mini_light +androidx.recyclerview.R$id: int accessibility_custom_action_7 +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_gestureInsetBottomIgnored +androidx.appcompat.R$dimen: int abc_dialog_fixed_width_minor +androidx.preference.R$styleable: int MenuView_subMenuArrow +wangdaye.com.geometricweather.R$id: int submit_area +cyanogenmod.app.CustomTile: cyanogenmod.app.CustomTile clone() +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_6 +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.String getDailyForecast() +androidx.preference.R$style: int Base_Animation_AppCompat_Tooltip +androidx.lifecycle.ComputableLiveData: java.util.concurrent.atomic.AtomicBoolean mInvalid +com.google.android.material.R$string: int mtrl_picker_date_header_selected +androidx.work.impl.background.systemalarm.SystemAlarmService +wangdaye.com.geometricweather.R$dimen: int progress_view_size +retrofit2.adapter.rxjava2.CallEnqueueObservable: retrofit2.Call originalCall +androidx.appcompat.widget.AppCompatImageView: void setBackgroundResource(int) +com.xw.repo.bubbleseekbar.R$color: int foreground_material_light +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_shadowColor +androidx.customview.R$attr: int ttcIndex +androidx.constraintlayout.widget.R$attr: int subtitleTextAppearance +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_PSK_WITH_3DES_EDE_CBC_SHA +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_barrierAllowsGoneWidgets +com.google.android.material.R$style: int TextAppearance_AppCompat_Medium_Inverse +com.google.android.material.R$id: int SHOW_PATH +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_anon_WITH_AES_256_CBC_SHA +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_counterTextColor +com.xw.repo.bubbleseekbar.R$attr: int bsb_always_show_bubble +retrofit2.Converter$Factory: Converter$Factory() +com.jaredrummler.android.colorpicker.R$attr: int showDividers +com.google.android.material.R$styleable: int ClockFaceView_valueTextColor +io.reactivex.Observable: io.reactivex.Observable delay(long,java.util.concurrent.TimeUnit) +cyanogenmod.app.StatusBarPanelCustomTile: void writeToParcel(android.os.Parcel,int) +androidx.constraintlayout.widget.R$drawable: int btn_checkbox_unchecked_mtrl +io.reactivex.internal.subscriptions.SubscriptionArbiter: long requested +androidx.preference.R$drawable: int abc_text_select_handle_left_mtrl_light +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorIconTintMode +okio.Okio$1: void write(okio.Buffer,long) +androidx.preference.R$styleable: int TextAppearance_android_shadowColor +com.jaredrummler.android.colorpicker.R$styleable: int[] FontFamilyFont +androidx.hilt.R$dimen: int compat_button_padding_horizontal_material +androidx.appcompat.widget.LinearLayoutCompat: void setGravity(int) +androidx.preference.R$attr: int windowFixedHeightMajor +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.util.List SupplementalAdminAreas +com.google.android.material.floatingactionbutton.FloatingActionButton: void setTranslationY(float) +james.adaptiveicon.R$attr: int textAppearanceSmallPopupMenu +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps$WarningTimelapsItem: MfWarningsResult$WarningTimelaps$WarningTimelapsItem() +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_snackbar_margin +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Imperial: int UnitType +androidx.constraintlayout.widget.R$attr: int buttonGravity +retrofit2.BuiltInConverters$RequestBodyConverter +cyanogenmod.app.CustomTile$ExpandedStyle: int REMOTE_STYLE +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionButton_Overflow +com.xw.repo.bubbleseekbar.R$styleable: int[] CoordinatorLayout_Layout +com.turingtechnologies.materialscrollbar.R$layout: int mtrl_layout_snackbar_include +wangdaye.com.geometricweather.R$id: int widget_clock_day_icon +com.turingtechnologies.materialscrollbar.R$color: int dim_foreground_disabled_material_dark +wangdaye.com.geometricweather.R$id: int container_main_header +androidx.activity.R$id: int line3 +wangdaye.com.geometricweather.db.entities.DaoMaster$OpenHelper: void onCreate(org.greenrobot.greendao.database.Database) +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_trackTint +wangdaye.com.geometricweather.R$attr: int allowDividerAbove +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Snackbar_TextView +com.google.android.material.textfield.TextInputLayout: void setStartIconTintList(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$dimen: int abc_action_button_min_width_material +androidx.appcompat.resources.R$drawable: int notification_tile_bg +wangdaye.com.geometricweather.R$layout: int activity_daily_trend_display_manage +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: double lat +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_autoSizeTextType +cyanogenmod.externalviews.ExternalViewProviderService: android.view.WindowManager access$400(cyanogenmod.externalviews.ExternalViewProviderService) +androidx.hilt.R$styleable: int GradientColor_android_gradientRadius +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_21 +james.adaptiveicon.R$style: int Base_Widget_AppCompat_SearchView +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.identityscope.IdentityScopeLong identityScopeLong +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver(io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver) +okhttp3.HttpUrl: void canonicalize(okio.Buffer,java.lang.String,int,int,java.lang.String,boolean,boolean,boolean,boolean,java.nio.charset.Charset) +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: void onError(java.lang.Throwable) +com.jaredrummler.android.colorpicker.R$layout: int preference_widget_checkbox +androidx.appcompat.R$styleable: int AppCompatTheme_windowActionBarOverlay +com.google.android.material.R$dimen: int design_navigation_item_icon_padding +com.google.android.material.R$dimen: int mtrl_extended_fab_corner_radius +cyanogenmod.providers.ThemesContract$MixnMatchColumns: ThemesContract$MixnMatchColumns() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: int getStatus() +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber$1: void run() +cyanogenmod.providers.CMSettings$System: java.lang.String INCREASING_RING_RAMP_UP_TIME +wangdaye.com.geometricweather.R$string: int content_desc_wechat_payment_code +wangdaye.com.geometricweather.R$drawable: int notif_temp_51 +wangdaye.com.geometricweather.R$string: int abc_toolbar_collapse_description +androidx.appcompat.R$drawable: int abc_cab_background_top_material +wangdaye.com.geometricweather.R$string: int life_details +okhttp3.logging.HttpLoggingInterceptor: okhttp3.logging.HttpLoggingInterceptor$Level level +okhttp3.OkHttpClient: okhttp3.CertificatePinner certificatePinner +androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable: androidx.lifecycle.LifecycleRegistry mRegistry +com.turingtechnologies.materialscrollbar.R$id: int normal +okhttp3.Address: java.net.ProxySelector proxySelector() +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintVertical_bias +androidx.appcompat.R$style: int Platform_AppCompat_Light +okhttp3.Cache$Entry: okhttp3.Handshake handshake +com.google.android.material.R$attr: int spanCount +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_toRightOf +james.adaptiveicon.R$drawable: int abc_text_select_handle_right_mtrl_light +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_alertDialogTheme +cyanogenmod.power.IPerformanceManager$Stub: cyanogenmod.power.IPerformanceManager asInterface(android.os.IBinder) +com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: android.graphics.drawable.Drawable getCircularRevealOverlayDrawable() +io.reactivex.Observable: io.reactivex.Observable throttleLatest(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoonRiseDate +com.turingtechnologies.materialscrollbar.R$attr: int iconTintMode +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: AtmoAuraQAResult$Advice() +wangdaye.com.geometricweather.common.basic.models.weather.Current +com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawable_android_variablePadding +com.google.android.material.R$dimen: int material_timepicker_dialog_buttons_margin_top +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: java.lang.String value +com.xw.repo.bubbleseekbar.R$id: int action_mode_bar_stub +com.google.android.material.R$styleable: int Constraint_layout_constraintWidth_percent +wangdaye.com.geometricweather.remoteviews.trend.TrendLinearLayout: TrendLinearLayout(android.content.Context) +androidx.vectordrawable.R$id: int text2 +okhttp3.MultipartBody$Part: okhttp3.RequestBody body +androidx.preference.R$style: int Base_V23_Theme_AppCompat +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_translationZ +io.reactivex.internal.util.NotificationLite$ErrorNotification: NotificationLite$ErrorNotification(java.lang.Throwable) +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: MfWarningsResult() +com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleDrawable(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: FitSystemBarNestedScrollView(android.content.Context) +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight_Dialog_Alert +com.google.android.material.R$styleable: int SwitchCompat_switchTextAppearance +wangdaye.com.geometricweather.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable +androidx.appcompat.widget.AppCompatAutoCompleteTextView: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: com.google.android.material.animation.MotionSpec getShrinkMotionSpec() +androidx.appcompat.widget.Toolbar: int getTitleMarginBottom() +androidx.cardview.widget.CardView: void setCardBackgroundColor(android.content.res.ColorStateList) +io.reactivex.Observable: io.reactivex.Observable concatWith(io.reactivex.ObservableSource) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval getInstance(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial: AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial() +com.google.android.material.R$attr: int tabBackground +androidx.preference.R$styleable: int AppCompatTheme_actionDropDownStyle +androidx.appcompat.widget.AppCompatImageView: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() +com.google.android.material.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle +com.turingtechnologies.materialscrollbar.R$attr: int helperText +okhttp3.internal.ws.WebSocketProtocol: WebSocketProtocol() +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Subhead +james.adaptiveicon.R$drawable: int abc_vector_test +retrofit2.http.HEAD +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.Observer downstream +james.adaptiveicon.R$dimen: int abc_text_size_display_4_material +androidx.drawerlayout.R$styleable: int GradientColor_android_tileMode +androidx.appcompat.R$style: int TextAppearance_AppCompat_Inverse +androidx.preference.PreferenceManager: void setOnPreferenceTreeClickListener(androidx.preference.PreferenceManager$OnPreferenceTreeClickListener) +androidx.lifecycle.Lifecycle$Event: Lifecycle$Event(java.lang.String,int) +james.adaptiveicon.R$style: int Animation_AppCompat_Tooltip +android.didikee.donate.R$id: int right_side +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_PopupMenu_Overflow +android.didikee.donate.R$styleable: int AppCompatTheme_colorError +cyanogenmod.externalviews.IExternalViewProviderFactory: android.os.IBinder createExternalView(android.os.Bundle) +com.turingtechnologies.materialscrollbar.R$id: int search_plate +androidx.dynamicanimation.R$layout: R$layout() +com.jaredrummler.android.colorpicker.R$style: int Preference_SwitchPreferenceCompat +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_transitionEasing +cyanogenmod.providers.CMSettings$Secure: java.lang.String ENABLED_EVENT_LIVE_LOCKS_KEY +cyanogenmod.app.ProfileManager: boolean profileExists(java.lang.String) +wangdaye.com.geometricweather.R$attr: int content +com.google.android.material.R$styleable: int AppCompatTheme_textColorAlertDialogListItem +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum Minimum +okhttp3.internal.cache.FaultHidingSink: void close() +com.github.rahatarmanahmed.cpv.CircularProgressView$6: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 +wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_rotation +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Integer getAqiIndex() +com.xw.repo.bubbleseekbar.R$attr: int collapseIcon +androidx.lifecycle.ProcessLifecycleOwner$1: ProcessLifecycleOwner$1(androidx.lifecycle.ProcessLifecycleOwner) +androidx.constraintlayout.widget.R$attr: int alertDialogStyle +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments textAvalanche +wangdaye.com.geometricweather.R$styleable: int[] CoordinatorLayout +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemHeight +cyanogenmod.weather.WeatherLocation: java.lang.String mKey +wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit valueOf(java.lang.String) +cyanogenmod.util.ColorUtils$1 +android.didikee.donate.R$drawable: int abc_list_focused_holo +okhttp3.Dispatcher: java.util.concurrent.ExecutorService executorService +wangdaye.com.geometricweather.R$attr: int colorControlHighlight +com.google.android.material.R$style: int Theme_AppCompat_NoActionBar +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property Date +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments$WarningTextBlocItem +androidx.appcompat.resources.R$attr: int ttcIndex +androidx.work.R$id: int accessibility_custom_action_11 +com.google.android.material.appbar.MaterialToolbar: void setNavigationIconColor(int) +okhttp3.logging.HttpLoggingInterceptor: HttpLoggingInterceptor() +com.turingtechnologies.materialscrollbar.R$attr: int alphabeticModifiers +com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol: int a +com.google.android.material.slider.Slider: void setTickActiveTintList(android.content.res.ColorStateList) +com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType MAPABC +wangdaye.com.geometricweather.R$font: R$font() +okhttp3.ResponseBody$1: okhttp3.MediaType contentType() +androidx.preference.R$drawable: int abc_ic_star_black_16dp +okhttp3.internal.ws.WebSocketProtocol: void toggleMask(okio.Buffer$UnsafeCursor,byte[]) +com.google.android.material.R$dimen: int design_snackbar_action_text_color_alpha +androidx.constraintlayout.widget.R$attr: int transitionFlags +com.turingtechnologies.materialscrollbar.R$styleable: int[] ColorStateListItem +com.xw.repo.bubbleseekbar.R$attr: int actionButtonStyle +io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: void dispose() +com.google.android.material.R$dimen: int abc_seekbar_track_background_height_material +androidx.preference.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog +retrofit2.Platform$Android: java.lang.Object invokeDefaultMethod(java.lang.reflect.Method,java.lang.Class,java.lang.Object,java.lang.Object[]) +wangdaye.com.geometricweather.R$attr: int tickMarkTintMode +wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: SunMoonView(android.content.Context,android.util.AttributeSet) +james.adaptiveicon.R$styleable: int DrawerArrowToggle_thickness +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeThunderstormPrecipitation com.turingtechnologies.materialscrollbar.R$color: int cardview_shadow_start_color -okhttp3.OkHttpClient: boolean followSslRedirects -wangdaye.com.geometricweather.R$id: int activity_widget_config_clockFontSpinner -cyanogenmod.externalviews.KeyguardExternalView: void onLockscreenSlideOffsetChanged(float) -wangdaye.com.geometricweather.R$attr: int chipBackgroundColor -com.google.android.material.R$styleable: int KeyCycle_transitionEasing -wangdaye.com.geometricweather.R$attr: int windowFixedWidthMajor -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int MOSTLY_CLOUDY_DAY -androidx.work.R$dimen: int notification_top_pad_large_text -androidx.legacy.coreutils.R$styleable: int FontFamily_fontProviderPackage -wangdaye.com.geometricweather.R$attr: int logoDescription -wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_dark_pressed -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintTop_creator -cyanogenmod.app.ILiveLockScreenManager: void setLiveLockScreenEnabled(boolean) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarSplitStyle -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionBar_Solid -wangdaye.com.geometricweather.R$id: int cpv_preference_preview_color_panel -okio.BufferedSink: okio.BufferedSink writeString(java.lang.String,java.nio.charset.Charset) -wangdaye.com.geometricweather.R$layout: int preference_category_material -android.didikee.donate.R$style: int Theme_AppCompat_Dialog_Alert -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String getCity() -androidx.work.R$dimen: int compat_notification_large_icon_max_width -android.didikee.donate.R$attr: int listPreferredItemPaddingRight -com.google.android.material.R$styleable -wangdaye.com.geometricweather.R$dimen: int mtrl_high_ripple_hovered_alpha -cyanogenmod.app.IPartnerInterface$Stub$Proxy: void setAirplaneModeEnabled(boolean) -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void replay() -android.didikee.donate.R$attr: int buttonStyle -wangdaye.com.geometricweather.R$string: int settings_notification_hide_in_lockScreen_off -com.google.android.material.card.MaterialCardView: android.content.res.ColorStateList getRippleColor() -android.didikee.donate.R$attr: int subtitleTextColor -wangdaye.com.geometricweather.background.receiver.widget.WidgetMultiCityProvider: WidgetMultiCityProvider() -com.turingtechnologies.materialscrollbar.R$styleable: int[] MenuView -okhttp3.internal.connection.RouteDatabase: boolean shouldPostpone(okhttp3.Route) -androidx.customview.R$styleable: int GradientColor_android_tileMode -cyanogenmod.hardware.CMHardwareManager: boolean writePersistentInt(java.lang.String,int) -androidx.activity.R$layout: int notification_template_part_time -com.bumptech.glide.load.DecodeFormat: com.bumptech.glide.load.DecodeFormat[] values() -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: long serialVersionUID -com.google.android.material.button.MaterialButton: void addOnCheckedChangeListener(com.google.android.material.button.MaterialButton$OnCheckedChangeListener) -com.google.android.material.R$id: int src_over -com.turingtechnologies.materialscrollbar.R$string: int character_counter_content_description -wangdaye.com.geometricweather.R$id: int activity_widget_config_subtitle_inputLayout -com.amap.api.fence.PoiItem: java.lang.String getProvince() -io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode lvNext() -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit K -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_Switch -androidx.coordinatorlayout.R$styleable: R$styleable() -wangdaye.com.geometricweather.R$id: int cpv_color_panel_view -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Title_Inverse +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_weather_2 +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_android_gravity +com.xw.repo.bubbleseekbar.R$layout: int abc_list_menu_item_radio +androidx.vectordrawable.animated.R$drawable: int notification_tile_bg +androidx.constraintlayout.widget.R$styleable: int GradientColor_android_centerY +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle +okhttp3.RequestBody$2: RequestBody$2(okhttp3.MediaType,int,byte[],int) +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.HourlyEntity) +androidx.vectordrawable.R$id: int accessibility_custom_action_18 +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode SNOW +wangdaye.com.geometricweather.R$attr: int indicatorColor +androidx.recyclerview.R$styleable: int ColorStateListItem_android_alpha +android.didikee.donate.R$style: int Base_V21_Theme_AppCompat_Light_Dialog +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void tryEmit(java.lang.Object,io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver) +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress +com.github.rahatarmanahmed.cpv.R$attr: int cpv_animDuration +android.didikee.donate.R$styleable: int CompoundButton_buttonTint +wangdaye.com.geometricweather.R$attr: int layout_constraintWidth_default +cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent UNKNOWN +wangdaye.com.geometricweather.R$color: int design_snackbar_background_color +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatImageView_android_src +okio.Buffer$UnsafeCursor: Buffer$UnsafeCursor() +com.google.android.material.R$styleable: int Toolbar_subtitle +androidx.vectordrawable.animated.R$styleable: int GradientColor_android_startX +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_NoActionBar +wangdaye.com.geometricweather.R$attr: int statusBarForeground +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Imperial: double Value +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: java.lang.String getUnit() +io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy[] values() +androidx.recyclerview.R$id: int action_divider +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void innerNext(int,java.lang.Object) +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleMargin +androidx.constraintlayout.widget.R$attr: int actionBarPopupTheme +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_homeLayout +wangdaye.com.geometricweather.R$xml: int icon_provider_animator_filter +cyanogenmod.app.PartnerInterface: PartnerInterface(android.content.Context) +com.jaredrummler.android.colorpicker.R$attr: int statusBarBackground +com.amap.api.location.AMapLocationQualityReport: void setNetworkType(java.lang.String) +androidx.hilt.lifecycle.R$styleable: int GradientColor_android_type +com.google.android.material.R$attr: int showDividers +okio.HashingSink: okio.ByteString hash() +android.didikee.donate.R$dimen: int abc_action_bar_content_inset_material +androidx.preference.R$styleable: int FragmentContainerView_android_tag +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_tooltipFrameBackground +com.jaredrummler.android.colorpicker.R$id: int topPanel +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowNoTitle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: void setValue(java.util.List) +com.amap.api.fence.PoiItem: java.lang.String h +wangdaye.com.geometricweather.R$id: int sawtooth +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) +retrofit2.RequestFactory$Builder: java.lang.String relativeUrl +androidx.preference.R$dimen: int notification_content_margin_start +com.google.android.material.bottomappbar.BottomAppBar: void setBackgroundTint(android.content.res.ColorStateList) +androidx.appcompat.widget.ActionMenuView: void setPresenter(androidx.appcompat.widget.ActionMenuPresenter) +androidx.preference.PreferenceDialogFragmentCompat: PreferenceDialogFragmentCompat() +wangdaye.com.geometricweather.R$styleable: int Constraint_barrierDirection +com.jaredrummler.android.colorpicker.R$id: int search_edit_frame +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView +wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_marginTop +com.xw.repo.bubbleseekbar.R$dimen: int notification_large_icon_height +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_contentInsetRight +wangdaye.com.geometricweather.R$styleable: int MaterialAutoCompleteTextView_android_inputType +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_checkable +androidx.preference.R$drawable: int abc_tab_indicator_mtrl_alpha +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Maximum: int UnitType +androidx.appcompat.resources.R$id: int accessibility_custom_action_21 +com.google.android.material.R$id: int packed +android.didikee.donate.R$styleable: int[] DrawerArrowToggle +androidx.preference.R$attr: int voiceIcon +com.google.android.material.R$id: int chain +androidx.constraintlayout.widget.R$attr: int barrierDirection +androidx.appcompat.widget.AppCompatAutoCompleteTextView: void setCustomSelectionActionModeCallback(android.view.ActionMode$Callback) +wangdaye.com.geometricweather.R$attr: int maxAcceleration +io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: ObservableInterval$IntervalObserver(io.reactivex.Observer) +cyanogenmod.app.CustomTile$ExpandedItem: java.lang.String toString() +androidx.activity.R$dimen: int compat_button_inset_horizontal_material +com.google.android.material.R$dimen: int abc_text_size_headline_material +okhttp3.internal.ws.WebSocketProtocol: int PAYLOAD_SHORT +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$7: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust WindGust +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float visibility +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_textAppearance +android.didikee.donate.R$styleable: int ActionMode_backgroundSplit +io.reactivex.internal.observers.DeferredScalarDisposable: boolean isEmpty() +androidx.appcompat.R$dimen: int tooltip_precise_anchor_threshold +okhttp3.HttpUrl: java.lang.String scheme() +okhttp3.internal.http2.Http2Stream: int getId() +okhttp3.Protocol: java.lang.String toString() +cyanogenmod.app.ProfileGroup: boolean isDefaultGroup() +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver[] observers +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Metric: AccuCurrentResult$Visibility$Metric() +androidx.appcompat.widget.LinearLayoutCompat: void setBaselineAlignedChildIndex(int) +androidx.constraintlayout.widget.R$id: int staticPostLayout +androidx.appcompat.widget.AppCompatSeekBar: AppCompatSeekBar(android.content.Context,android.util.AttributeSet,int) +cyanogenmod.weather.RequestInfo: android.location.Location getLocation() +com.google.android.material.R$attr: int itemBackground +wangdaye.com.geometricweather.R$styleable: int CompoundButton_buttonTintMode +retrofit2.ParameterHandler$Body: retrofit2.Converter converter +com.xw.repo.bubbleseekbar.R$dimen: int tooltip_horizontal_padding +androidx.vectordrawable.animated.R$attr: int fontProviderFetchStrategy +androidx.core.R$styleable: int FontFamilyFont_fontWeight +retrofit2.CompletableFutureCallAdapterFactory: CompletableFutureCallAdapterFactory() +android.didikee.donate.R$style: int Platform_ThemeOverlay_AppCompat_Dark +cyanogenmod.app.CustomTile: boolean collapsePanel +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit valueOf(java.lang.String) +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_wavePeriod +androidx.drawerlayout.R$dimen: int compat_notification_large_icon_max_width +androidx.core.R$style +com.google.android.material.R$styleable: int KeyAttribute_transitionEasing +okhttp3.Call: okio.Timeout timeout() +com.baidu.location.indoor.mapversion.c.a$d: java.lang.String h +com.google.android.material.R$attr: int percentY +okhttp3.internal.http2.Http2Stream$FramingSource: boolean closed +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: java.lang.String getUnit() +okhttp3.RealCall: boolean forWebSocket +wangdaye.com.geometricweather.R$attr: int hoveredFocusedTranslationZ +androidx.preference.R$attr: int actionBarPopupTheme +james.adaptiveicon.R$color: int primary_dark_material_dark +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getCeiling() +wangdaye.com.geometricweather.R$layout: int notification_multi_city +io.reactivex.internal.util.ArrayListSupplier +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_card_elevation +okio.BufferedSink: okio.BufferedSink write(okio.ByteString) +com.google.android.material.R$style: int Base_Theme_AppCompat_Light_Dialog +com.amap.api.location.AMapLocationClientOption$2 +com.google.android.material.R$string: int abc_capital_on +com.turingtechnologies.materialscrollbar.R$attr: int tabPaddingEnd +com.google.android.material.R$interpolator: int mtrl_fast_out_linear_in +wangdaye.com.geometricweather.R$attr: int textEndPadding +com.google.android.material.navigation.NavigationView: android.view.MenuItem getCheckedItem() +james.adaptiveicon.R$layout: int notification_action +okhttp3.RealCall$AsyncCall: okhttp3.RealCall this$0 +james.adaptiveicon.R$layout: int abc_action_mode_close_item_material +androidx.appcompat.widget.AppCompatSpinner$SavedState +androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableItem_android_id +androidx.hilt.R$styleable: int GradientColor_android_startX +okhttp3.OkHttpClient: boolean followSslRedirects() +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft +androidx.cardview.widget.CardView: void setMinimumWidth(int) +wangdaye.com.geometricweather.R$style: int Widget_Design_AppBarLayout +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_buttonGravity +okhttp3.internal.http.HttpDate: HttpDate() +androidx.lifecycle.LifecycleRegistry +android.didikee.donate.R$id: int textSpacerNoButtons +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_disabled_elevation +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +james.adaptiveicon.R$attr: int tickMark +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Caption +cyanogenmod.app.Profile$ProfileTrigger$1: Profile$ProfileTrigger$1() +com.xw.repo.bubbleseekbar.R$layout: int abc_popup_menu_item_layout +retrofit2.ParameterHandler$FieldMap: int p +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionButton_Overflow +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintWidth_max +wangdaye.com.geometricweather.R$styleable: int KeyPosition_percentWidth +retrofit2.OkHttpCall$ExceptionCatchingResponseBody: okio.BufferedSource source() +wangdaye.com.geometricweather.R$array: int subtitle_data +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getDewPoint() +androidx.fragment.R$styleable: int ColorStateListItem_android_color +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonBarStyle +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getAqiColor(android.content.Context) +wangdaye.com.geometricweather.R$dimen: int material_clock_hand_stroke_width +com.amap.api.fence.GeoFence: int STATUS_OUT +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void onComplete() +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub: java.lang.String DESCRIPTOR +com.xw.repo.bubbleseekbar.R$drawable: int abc_scrubber_track_mtrl_alpha +androidx.work.R$dimen: int compat_button_inset_vertical_material +com.google.android.material.R$styleable: int[] AppBarLayout_Layout +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void truncateFinal() +cyanogenmod.app.Profile$TriggerType: int BLUETOOTH +wangdaye.com.geometricweather.R$animator: int mtrl_card_state_list_anim +androidx.preference.R$styleable: int ActionBar_subtitle +wangdaye.com.geometricweather.R$drawable: int flag_ru +com.jaredrummler.android.colorpicker.R$styleable: int[] AppCompatTheme +androidx.appcompat.R$drawable: int abc_spinner_textfield_background_material +wangdaye.com.geometricweather.R$styleable: int Preference_android_icon +com.jaredrummler.android.colorpicker.R$attr: int cpv_showDialog +cyanogenmod.providers.CMSettings$System: java.lang.String SYS_PROP_CM_SETTING_VERSION +com.jaredrummler.android.colorpicker.R$id: int search_badge +com.amap.api.fence.GeoFenceClient: java.util.List getAllGeoFence() +cyanogenmod.app.ThemeVersion$ComponentVersion: ThemeVersion$ComponentVersion(cyanogenmod.app.ThemeVersion$ComponentVersion) +androidx.constraintlayout.widget.R$styleable: int KeyCycle_waveShape +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onLockscreenSlideOffsetChanged(float) +com.google.gson.FieldNamingPolicy$4: FieldNamingPolicy$4(java.lang.String,int) +android.didikee.donate.R$attr: int thumbTint +com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_translation_z_pressed +wangdaye.com.geometricweather.background.polling.basic.UpdateService: UpdateService() +androidx.appcompat.R$attr: R$attr() +androidx.viewpager.widget.PagerTitleStrip: PagerTitleStrip(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_stacked_max_height +cyanogenmod.externalviews.KeyguardExternalView$10 +com.xw.repo.bubbleseekbar.R$attr: int tooltipFrameBackground +androidx.activity.R$attr: int fontStyle +androidx.preference.R$styleable: int RecyclerView_android_orientation +androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType: androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType[] values() +wangdaye.com.geometricweather.R$attr: int onShow +com.google.android.material.button.MaterialButtonToggleGroup: MaterialButtonToggleGroup(android.content.Context,android.util.AttributeSet) +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_ChipGroup +okio.ForwardingTimeout: okio.Timeout delegate +com.google.android.material.R$styleable: int FontFamilyFont_android_fontStyle +androidx.preference.R$style: int Widget_AppCompat_Light_ListPopupWindow +androidx.viewpager.R$styleable: int GradientColor_android_endX +androidx.recyclerview.R$drawable: int notification_tile_bg +okhttp3.internal.http.RealInterceptorChain: okhttp3.internal.connection.StreamAllocation streamAllocation() +okhttp3.CookieJar$1: java.util.List loadForRequest(okhttp3.HttpUrl) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableBottomCompat +androidx.preference.R$style: int PreferenceFragmentList +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VectorDrawableDelegateState +androidx.appcompat.resources.R$string: int status_bar_notification_info_overflow +androidx.constraintlayout.widget.R$styleable: int[] ButtonBarLayout +cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: android.os.IBinder asBinder() +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +okhttp3.Cache$CacheRequestImpl$1: void close() +james.adaptiveicon.R$drawable wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_40 -okio.DeflaterSink: DeflaterSink(okio.BufferedSink,java.util.zip.Deflater) -io.reactivex.internal.util.EmptyComponent -androidx.lifecycle.SavedStateViewModelFactory: androidx.savedstate.SavedStateRegistry mSavedStateRegistry -androidx.constraintlayout.widget.R$dimen: int abc_dialog_fixed_height_minor -okhttp3.Handshake: Handshake(okhttp3.TlsVersion,okhttp3.CipherSuite,java.util.List,java.util.List) -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_percent -wangdaye.com.geometricweather.R$color: int mtrl_btn_bg_color_selector -com.google.android.material.R$attr: int itemSpacing -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Title -com.xw.repo.bubbleseekbar.R$attr: int bsb_show_section_text -io.reactivex.Observable: io.reactivex.Observable combineLatest(java.lang.Iterable,io.reactivex.functions.Function,int) -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_suffixTextAppearance -com.jaredrummler.android.colorpicker.R$id: int search_mag_icon -cyanogenmod.hardware.CMHardwareManager -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title -com.jaredrummler.android.colorpicker.R$attr: int preferenceFragmentListStyle -com.google.android.material.R$layout: int notification_template_icon_group -cyanogenmod.app.IProfileManager$Stub$Proxy: boolean removeProfile(cyanogenmod.app.Profile) -cyanogenmod.weather.WeatherInfo: double mWindSpeed -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_default -cyanogenmod.weatherservice.IWeatherProviderService: void cancelRequest(int) -com.turingtechnologies.materialscrollbar.R$styleable: int ThemeEnforcement_android_textAppearance +cyanogenmod.app.BaseLiveLockManagerService: boolean hasPrivatePermissions() +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: void onComplete() +androidx.lifecycle.LifecycleRegistry: java.util.ArrayList mParentStates +androidx.appcompat.R$drawable: int notification_icon_background +wangdaye.com.geometricweather.R$id: int dialog_background_location_summary +wangdaye.com.geometricweather.R$attr: int tooltipForegroundColor +androidx.recyclerview.widget.RecyclerView: void setViewCacheExtension(androidx.recyclerview.widget.RecyclerView$ViewCacheExtension) +com.google.android.material.R$attr: int textAppearanceHeadline6 +okhttp3.internal.ws.WebSocketWriter: void writeControlFrame(int,okio.ByteString) +com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy LOWER_CASE_WITH_DASHES +io.reactivex.exceptions.UndeliverableException: UndeliverableException(java.lang.Throwable) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: CaiYunMainlyResult$CurrentBean$FeelsLikeBean() +com.google.android.gms.location.ActivityTransitionResult: android.os.Parcelable$Creator CREATOR +com.jaredrummler.android.colorpicker.R$string: int v7_preference_off +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex +wangdaye.com.geometricweather.R$bool: int enable_system_alarm_service_default androidx.preference.R$dimen: int abc_text_size_display_3_material -okio.ForwardingTimeout -androidx.preference.R$color: int dim_foreground_disabled_material_dark -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: void setDatetime(java.lang.String) -wangdaye.com.geometricweather.R$drawable: int abc_ic_menu_cut_mtrl_alpha -androidx.preference.TwoStatePreference: TwoStatePreference(android.content.Context,android.util.AttributeSet) -okhttp3.internal.cache2.Relay: okhttp3.internal.cache2.Relay edit(java.io.File,okio.Source,okio.ByteString,long) -androidx.preference.R$id: int right -com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner -com.google.android.material.appbar.ViewOffsetBehavior: ViewOffsetBehavior() -com.google.android.material.R$drawable: int abc_scrubber_primary_mtrl_alpha -james.adaptiveicon.R$styleable: int Toolbar_android_gravity -androidx.preference.R$style: int TextAppearance_AppCompat_Large_Inverse -com.google.android.material.textfield.TextInputLayout: void setBoxBackgroundColor(int) -androidx.viewpager2.widget.ViewPager2: void setLayoutDirection(int) -android.didikee.donate.R$dimen: int highlight_alpha_material_dark -wangdaye.com.geometricweather.R$color: int mtrl_navigation_item_text_color -com.jaredrummler.android.colorpicker.R$layout: int preference -wangdaye.com.geometricweather.R$attr: int colorSecondary -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragment_android_divider -com.turingtechnologies.materialscrollbar.R$drawable: int navigation_empty_icon -okhttp3.Cookie: java.lang.String name() -com.google.android.material.R$styleable: int KeyPosition_curveFit -androidx.legacy.coreutils.R$id: int notification_main_column -com.jaredrummler.android.colorpicker.R$attr: int showAsAction -com.google.android.material.R$dimen: int abc_action_bar_overflow_padding_start_material -androidx.preference.R$attr: int ratingBarStyleSmall -androidx.lifecycle.extensions.R$layout: int notification_action_tombstone -com.google.android.material.R$attr: int flow_firstVerticalBias -io.reactivex.internal.subscriptions.DeferredScalarSubscription: int NO_REQUEST_HAS_VALUE -androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory -com.google.android.material.R$animator: int linear_indeterminate_line1_head_interpolator -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: long idx -androidx.dynamicanimation.R$styleable: int GradientColor_android_gradientRadius -wangdaye.com.geometricweather.R$attr: int collapsedSize -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: boolean offer(java.lang.Object) -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: CNWeatherResult$Pm25() -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_TabBar -wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_speed -androidx.constraintlayout.widget.R$string: int abc_prepend_shortcut_label -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeApparentTemperature -androidx.constraintlayout.widget.R$attr: int viewInflaterClass -wangdaye.com.geometricweather.R$id: int shortcut -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Subhead -com.google.android.material.navigation.NavigationView: android.content.res.ColorStateList getItemIconTintList() -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoonRiseDate -androidx.coordinatorlayout.R$dimen: R$dimen() -com.jaredrummler.android.colorpicker.R$style: int Preference_SwitchPreference -james.adaptiveicon.R$dimen: int abc_dialog_list_padding_bottom_no_buttons -androidx.lifecycle.ProcessLifecycleOwnerInitializer: java.lang.String getType(android.net.Uri) -wangdaye.com.geometricweather.R$color: int design_default_color_on_secondary -com.jaredrummler.android.colorpicker.R$string: int abc_activity_chooser_view_see_all -com.turingtechnologies.materialscrollbar.R$attr: int msb_recyclerView -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setPrecipitationProbability(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean) -androidx.preference.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha -com.google.android.material.R$styleable: int AlertDialog_buttonPanelSideLayout -cyanogenmod.weather.RequestInfo: int getRequestType() -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_AES_256_CBC_SHA -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_HOME_LONG_PRESS_ACTION_VALIDATOR -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Speed: java.lang.String Unit -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getSo2() -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void emit() -okio.ByteString: int compareTo(okio.ByteString) -com.turingtechnologies.materialscrollbar.R$attr: int checkedIconVisible -wangdaye.com.geometricweather.R$string: int settings_title_dark_mode -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: void onComplete() -androidx.coordinatorlayout.R$id: int accessibility_custom_action_15 -android.didikee.donate.R$styleable: int Spinner_android_entries -com.xw.repo.bubbleseekbar.R$layout: int abc_activity_chooser_view_list_item -wangdaye.com.geometricweather.R$id: int backBtn -com.google.android.material.R$attr: int popupTheme -android.didikee.donate.R$drawable: int abc_btn_borderless_material -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_lastHorizontalStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setBrandInfo(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX) -com.google.android.material.R$attr: int layout_constraintVertical_bias -okio.ByteString: okio.ByteString substring(int,int) -retrofit2.RequestBuilder: void setBody(okhttp3.RequestBody) -com.google.android.material.R$animator: R$animator() -com.turingtechnologies.materialscrollbar.R$id: int search_close_btn -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Dialog -android.didikee.donate.R$styleable: int AppCompatTheme_actionModeSplitBackground -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: int activeCount -okhttp3.Headers -wangdaye.com.geometricweather.R$styleable: int FontFamily_fontProviderFetchStrategy -androidx.fragment.app.FragmentTabHost -com.jaredrummler.android.colorpicker.R$style: int PreferenceThemeOverlay_v14 -james.adaptiveicon.R$drawable: int abc_text_select_handle_middle_mtrl_dark -androidx.lifecycle.ClassesInfoCache$CallbackInfo -com.turingtechnologies.materialscrollbar.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset -androidx.preference.R$attr: int subtitleTextColor -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.Long id -androidx.appcompat.R$style: int Widget_AppCompat_ActivityChooserView -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX() -androidx.preference.R$styleable: int AnimatedStateListDrawableItem_android_drawable -wangdaye.com.geometricweather.R$color: int switch_thumb_normal_material_light -okhttp3.internal.http.RetryAndFollowUpInterceptor: java.lang.Object callStackTrace -androidx.preference.R$id: int accessibility_custom_action_24 -james.adaptiveicon.R$dimen: int abc_text_size_title_material -okhttp3.logging.HttpLoggingInterceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) -com.google.android.material.R$attr: int backgroundTintMode -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setTranslateX(float) -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult -com.google.android.material.appbar.AppBarLayout: void setExpanded(boolean) -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_waveOffset -wangdaye.com.geometricweather.db.entities.DailyEntityDao -com.google.android.material.circularreveal.CircularRevealLinearLayout: void setRevealInfo(com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo) -wangdaye.com.geometricweather.remoteviews.config.TextWidgetConfigActivity -cyanogenmod.weather.CMWeatherManager$2$1: CMWeatherManager$2$1(cyanogenmod.weather.CMWeatherManager$2,cyanogenmod.weather.CMWeatherManager$WeatherUpdateRequestListener,int,cyanogenmod.weather.WeatherInfo) -android.didikee.donate.R$id: int info -androidx.appcompat.resources.R$id: int tag_accessibility_actions -wangdaye.com.geometricweather.R$array: int air_quality_unit_values -androidx.hilt.lifecycle.R$styleable: int[] FontFamily -androidx.recyclerview.R$id: int tag_unhandled_key_event_manager -com.google.android.material.floatingactionbutton.FloatingActionButton$Behavior -com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_arrowHeadLength -wangdaye.com.geometricweather.R$id: int bottomRecyclerView -wangdaye.com.geometricweather.R$drawable: int abc_ic_star_half_black_36dp -android.didikee.donate.R$attr: int listChoiceBackgroundIndicator -wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle -androidx.viewpager.widget.ViewPager: int getCurrentItem() -wangdaye.com.geometricweather.R$attr: int cpv_dialogType -androidx.preference.R$styleable: int MenuItem_android_onClick -okio.BufferedSource: long readDecimalLong() -com.jaredrummler.android.colorpicker.R$color: int highlighted_text_material_dark -com.jaredrummler.android.colorpicker.R$attr: int iconTintMode -wangdaye.com.geometricweather.R$styleable: int[] View -com.google.gson.stream.JsonReader: java.lang.String nextName() -cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator access$200() -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: boolean done -androidx.lifecycle.ViewModelProvider: ViewModelProvider(androidx.lifecycle.ViewModelStore,androidx.lifecycle.ViewModelProvider$Factory) -com.google.android.material.R$id: int mtrl_calendar_day_selector_frame -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_DropDownItem -cyanogenmod.weatherservice.ServiceRequestResult$1: ServiceRequestResult$1() -com.google.android.material.appbar.CollapsingToolbarLayout: void setTitleEnabled(boolean) -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintVertical_bias -androidx.appcompat.R$style: int Widget_AppCompat_ProgressBar_Horizontal -android.didikee.donate.R$style: int Base_V7_Widget_AppCompat_EditText -okhttp3.RealCall$AsyncCall: okhttp3.Callback responseCallback -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: io.reactivex.functions.BiPredicate comparer -okhttp3.internal.http2.Http2Stream$StreamTimeout: void timedOut() +android.didikee.donate.R$drawable: int abc_btn_radio_to_on_mtrl_015 +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation: AccuLocationResult$GeoPosition$Elevation() +androidx.constraintlayout.widget.R$styleable: int Toolbar_subtitle +androidx.constraintlayout.widget.R$color: int bright_foreground_inverse_material_light +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeThunderstormPrecipitationProbability() +okhttp3.internal.tls.TrustRootIndex: java.security.cert.X509Certificate findByIssuerAndSignature(java.security.cert.X509Certificate) +com.google.android.material.R$styleable: int AppCompatTextHelper_android_drawableRight +james.adaptiveicon.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox +androidx.constraintlayout.widget.R$dimen: int abc_select_dialog_padding_start_material +wangdaye.com.geometricweather.R$string: int settings_title_card_display +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: long end +androidx.preference.R$styleable: int AppCompatTheme_buttonStyle +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$2 +android.didikee.donate.R$color: int ripple_material_light +okhttp3.OkHttpClient: OkHttpClient() +com.turingtechnologies.materialscrollbar.R$attr: int backgroundTint +wangdaye.com.geometricweather.R$attr: int textAppearanceCaption +com.google.android.material.R$id: int dragDown +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void startFirstTimeout(io.reactivex.ObservableSource) +androidx.customview.R$style: int TextAppearance_Compat_Notification_Title +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Imperial: java.lang.String Unit +io.reactivex.internal.operators.observable.ObservableGroupBy$State: long serialVersionUID +android.didikee.donate.R$style: int Widget_AppCompat_ActionBar +wangdaye.com.geometricweather.background.polling.work.worker.AsyncWorker: AsyncWorker(android.content.Context,androidx.work.WorkerParameters) +androidx.preference.R$style: int Base_Widget_AppCompat_ActionBar_Solid +androidx.lifecycle.service.R: R() +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language ARABIC +androidx.preference.R$string: int abc_capital_off +com.google.android.material.R$styleable: int TabLayout_tabIconTint +com.turingtechnologies.materialscrollbar.R$drawable: int tooltip_frame_light +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_star_half_black_16dp +okio.BufferedSource: okio.ByteString readByteString() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeRealFeelShaderTemperature() +androidx.appcompat.widget.DropDownListView: void setSelectorEnabled(boolean) +james.adaptiveicon.R$color: int abc_search_url_text +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_ratingBarStyleIndicator +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceImageView_maxHeight +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: java.lang.String type +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +com.google.android.material.slider.BaseSlider: void setStepSize(float) +com.turingtechnologies.materialscrollbar.R$attr: int titleMarginEnd +wangdaye.com.geometricweather.R$style: int Preference_SwitchPreference +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_percent +wangdaye.com.geometricweather.R$layout: int material_clock_period_toggle +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub$Proxy: android.os.IBinder asBinder() +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void dispose() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_textAllCaps +androidx.hilt.lifecycle.R$dimen: int notification_large_icon_width +james.adaptiveicon.R$attr: int font +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX() +cyanogenmod.weather.CMWeatherManager: java.util.Map access$200(cyanogenmod.weather.CMWeatherManager) +cyanogenmod.themes.ThemeManager: void addClient(cyanogenmod.themes.ThemeManager$ThemeChangeListener) +cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType THEME_REMOVED +android.didikee.donate.R$styleable: int LinearLayoutCompat_showDividers +com.google.android.material.R$styleable: int TextAppearance_android_textColorHint +com.jaredrummler.android.colorpicker.R$attr: int color +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight_DarkActionBar +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabMaxWidth +com.google.android.material.R$attr: int preserveIconSpacing +com.amap.api.location.DPoint: double getLatitude() +wangdaye.com.geometricweather.remoteviews.config.Hilt_MultiCityWidgetConfigActivity +wangdaye.com.geometricweather.R$layout: int item_line +com.google.android.material.R$drawable: int abc_cab_background_top_material +androidx.appcompat.R$attr: int iconifiedByDefault +androidx.core.app.RemoteActionCompat: RemoteActionCompat() +okhttp3.internal.platform.AndroidPlatform: java.lang.Object getStackTraceForCloseable(java.lang.String) +com.turingtechnologies.materialscrollbar.R$attr: int colorControlHighlight +wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView: TrendRecyclerView(android.content.Context) +wangdaye.com.geometricweather.R$anim: int btn_checkbox_to_unchecked_icon_null_animation +james.adaptiveicon.R$styleable +com.google.android.material.R$drawable: int abc_ratingbar_indicator_material +com.google.android.material.R$attr: int motionTarget +wangdaye.com.geometricweather.R$id: int material_hour_tv +com.turingtechnologies.materialscrollbar.R$style: int Base_V21_Theme_AppCompat_Light +androidx.appcompat.R$string: int abc_capital_on +android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat_Dark com.bumptech.glide.load.engine.GlideException: GlideException(java.lang.String) -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Integer relativeHumidityMin -com.google.android.material.R$styleable: int BottomAppBar_fabCradleVerticalOffset -com.jaredrummler.android.colorpicker.R$attr: int buttonPanelSideLayout -androidx.constraintlayout.widget.R$styleable: int ActionBarLayout_android_layout_gravity -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_PopupMenu -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$4: void run() -androidx.appcompat.R$color: int material_grey_50 -com.jaredrummler.android.colorpicker.R$string: int abc_menu_shift_shortcut_label -androidx.constraintlayout.widget.R$attr: int fontProviderPackage -wangdaye.com.geometricweather.R$attr: int progress_color -okhttp3.logging.LoggingEventListener: void requestHeadersStart(okhttp3.Call) -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_action_padding -androidx.appcompat.R$attr: int paddingStart -james.adaptiveicon.R$styleable: int MenuView_android_itemIconDisabledAlpha -okhttp3.internal.cache2.Relay: long upstreamPos -wangdaye.com.geometricweather.R$drawable: int ic_wechat_pay -com.google.android.material.R$attr: int colorSurface -androidx.appcompat.R$color: int tooltip_background_light -androidx.preference.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle -androidx.constraintlayout.widget.R$attr: int windowActionBarOverlay -androidx.appcompat.R$attr: int selectableItemBackgroundBorderless -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void priority(int,int,int,boolean) -wangdaye.com.geometricweather.R$styleable: int Preference_android_persistent -james.adaptiveicon.R$styleable: int AppCompatTheme_android_windowIsFloating -okhttp3.Request$Builder: okhttp3.Request$Builder delete() -wangdaye.com.geometricweather.R$attr: int stackFromEnd -com.google.android.material.R$attr: int drawableTopCompat -com.github.rahatarmanahmed.cpv.CircularProgressView$7: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 -com.google.android.material.R$styleable: int ShapeableImageView_shapeAppearance -androidx.preference.R$color: int primary_text_default_material_light -com.jaredrummler.android.colorpicker.R$id: int search_voice_btn -androidx.swiperefreshlayout.R$id: int text2 -wangdaye.com.geometricweather.R$drawable: int ic_tag_off -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_title_material_toolbar -androidx.preference.R$styleable: int ActionBar_backgroundStacked -cyanogenmod.app.BaseLiveLockManagerService: android.os.IBinder asBinder() -wangdaye.com.geometricweather.R$layout: int item_details -com.xw.repo.bubbleseekbar.R$styleable: int[] LinearLayoutCompat -androidx.core.R$styleable: int[] FontFamily -androidx.appcompat.R$styleable: int[] PopupWindowBackgroundState -androidx.fragment.R$id: int action_image -wangdaye.com.geometricweather.R$id: int guideline -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language SERBIAN -james.adaptiveicon.R$attr: int switchTextAppearance -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_TabBar -wangdaye.com.geometricweather.R$drawable: int widget_clock_day_horizontal -androidx.preference.R$dimen: int preference_seekbar_padding_horizontal -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Direction: java.lang.String English -androidx.constraintlayout.widget.R$attr: int panelBackground -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver -com.google.android.material.internal.ForegroundLinearLayout: ForegroundLinearLayout(android.content.Context,android.util.AttributeSet,int) -androidx.lifecycle.ProcessLifecycleOwner$3$1: void onActivityPostStarted(android.app.Activity) -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Imperial: AccuCurrentResult$Wind$Speed$Imperial() -com.amap.api.fence.GeoFence: int describeContents() -androidx.appcompat.R$dimen: int abc_action_bar_subtitle_top_margin_material -com.turingtechnologies.materialscrollbar.R$layout: int abc_list_menu_item_icon -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: io.reactivex.internal.operators.observable.ObservableRefCount parent -androidx.preference.R$attr: int iconTint -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Metric: int UnitType -com.google.android.material.R$attr: int daySelectedStyle -wangdaye.com.geometricweather.R$string: int abc_menu_shift_shortcut_label -androidx.appcompat.R$styleable: int AppCompatTheme_buttonBarStyle -com.turingtechnologies.materialscrollbar.R$bool: int abc_config_actionMenuItemAllCaps -com.google.android.material.R$style: int ShapeAppearanceOverlay_BottomRightCut -com.google.android.material.R$style: int ThemeOverlay_AppCompat -com.google.android.material.textfield.TextInputLayout: void setErrorIconDrawable(android.graphics.drawable.Drawable) -cyanogenmod.app.CMTelephonyManager: boolean localLOGD -cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: android.os.IBinder mRemote -wangdaye.com.geometricweather.R$color: int design_default_color_on_background -retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory createWithScheduler(io.reactivex.Scheduler) -androidx.preference.R$style: int Base_Animation_AppCompat_Dialog -com.google.android.material.R$attr: int layout_constrainedWidth -androidx.constraintlayout.widget.R$attr: int alpha -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter endArray() -androidx.recyclerview.R$id: int accessibility_custom_action_13 -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.String cityId -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result: java.lang.String type -com.google.android.material.R$styleable: int AppCompatTheme_editTextStyle -com.xw.repo.bubbleseekbar.R$attr: int contentInsetEnd -wangdaye.com.geometricweather.R$styleable: int ArcProgress_arc_angle -androidx.activity.R$id: int notification_main_column -com.google.android.material.R$color: int mtrl_btn_ripple_color -wangdaye.com.geometricweather.R$id: int bottomBar -androidx.appcompat.R$attr: int dialogTheme -androidx.preference.R$attr: int preferenceScreenStyle -androidx.constraintlayout.widget.R$styleable: int ImageFilterView_saturation -cyanogenmod.app.ICustomTileListener$Stub: android.os.IBinder asBinder() -androidx.appcompat.R$attr: int homeLayout -okhttp3.internal.platform.JdkWithJettyBootPlatform$JettyNegoProvider: java.lang.String selected -wangdaye.com.geometricweather.R$attr: int cornerFamilyTopLeft -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Button_Colored -androidx.preference.R$style: int Theme_AppCompat_DayNight -okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RealConnection findConnection(int,int,int,int,boolean) -com.google.android.material.R$attr: int behavior_hideable -com.google.android.material.timepicker.TimePickerView: void setOnPeriodChangeListener(com.google.android.material.timepicker.TimePickerView$OnPeriodChangeListener) -okhttp3.internal.Util: okio.ByteString UTF_32_BE_BOM -wangdaye.com.geometricweather.R$styleable: int GradientColor_android_startX -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX getSpeed() -com.xw.repo.bubbleseekbar.R$dimen: int tooltip_y_offset_touch -androidx.preference.R$style: int Widget_AppCompat_TextView -androidx.constraintlayout.widget.R$styleable: int[] OnSwipe -com.google.android.material.R$styleable: int CardView_android_minHeight -androidx.preference.R$drawable: int abc_btn_radio_to_on_mtrl_000 -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: void onError(java.lang.Throwable) -com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_select_handle_left_mtrl_light -wangdaye.com.geometricweather.R$drawable: int material_ic_keyboard_arrow_previous_black_24dp -com.xw.repo.bubbleseekbar.R$color: int material_grey_300 -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void setInteractivity(boolean) -androidx.work.R$bool: R$bool() -retrofit2.internal.EverythingIsNonNull -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean -com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemTextAppearanceInactive -androidx.recyclerview.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable -wangdaye.com.geometricweather.R$color: int tooltip_background_dark -james.adaptiveicon.R$styleable: int DrawerArrowToggle_barLength -androidx.viewpager2.R$dimen: int fastscroll_default_thickness -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Medium -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_Button -wangdaye.com.geometricweather.R$id: int widget_day_week_week_1 -com.google.android.material.R$id: int tag_accessibility_actions -android.didikee.donate.R$styleable: int[] ButtonBarLayout -com.jaredrummler.android.colorpicker.R$color: int abc_search_url_text -cyanogenmod.power.PerformanceManager: cyanogenmod.power.PerformanceManager getInstance(android.content.Context) -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.Wind getWind() -wangdaye.com.geometricweather.R$array: int language_values -androidx.room.RoomDatabase$JournalMode: androidx.room.RoomDatabase$JournalMode TRUNCATE -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarViewPager: FitSystemBarViewPager(android.content.Context,android.util.AttributeSet) -androidx.lifecycle.extensions.R$style: int TextAppearance_Compat_Notification -com.google.android.material.internal.ParcelableSparseBooleanArray: android.os.Parcelable$Creator CREATOR -androidx.legacy.coreutils.R$dimen: int notification_top_pad_large_text -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_searchIcon -com.google.gson.stream.JsonWriter: java.lang.String[] HTML_SAFE_REPLACEMENT_CHARS -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowMinWidthMinor -com.google.android.material.R$attr: int mock_diagonalsColor -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$4: void run() -com.bumptech.glide.R$attr: int layout_dodgeInsetEdges -com.google.android.material.R$styleable: int[] MenuItem -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_transformPivotX -okio.RealBufferedSource: int readIntLe() -james.adaptiveicon.R$attr: int actionBarItemBackground -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: boolean done -io.reactivex.Observable: io.reactivex.Observable timeout0(io.reactivex.ObservableSource,io.reactivex.functions.Function,io.reactivex.ObservableSource) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeRealFeelTemperature -com.google.android.material.R$styleable: int Constraint_android_transformPivotY -androidx.preference.R$styleable: int LinearLayoutCompat_measureWithLargestChild -wangdaye.com.geometricweather.common.ui.widgets.astro.MoonPhaseView: MoonPhaseView(android.content.Context) -androidx.appcompat.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow -androidx.lifecycle.ProcessLifecycleOwner: androidx.lifecycle.ProcessLifecycleOwner sInstance -wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_itemShapeAppearanceOverlay -wangdaye.com.geometricweather.R$styleable: int Preference_fragment -wangdaye.com.geometricweather.R$dimen: int abc_control_inset_material -androidx.legacy.coreutils.R$color: int ripple_material_light -wangdaye.com.geometricweather.R$color: int mtrl_btn_text_btn_bg_color_selector -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String NAVBAR_BACKGROUND -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_display_3_material -androidx.hilt.work.R$styleable: int ColorStateListItem_alpha -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_CheckedTextView -io.reactivex.Observable: io.reactivex.Observable buffer(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,int,java.util.concurrent.Callable,boolean) -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode -android.didikee.donate.R$dimen: int abc_disabled_alpha_material_dark -androidx.hilt.R$dimen: int notification_content_margin_start -okhttp3.internal.cache2.Relay: okio.Source newSource() -androidx.appcompat.resources.R$id: int accessibility_custom_action_15 -wangdaye.com.geometricweather.R$styleable: int SignInButton_colorScheme -androidx.loader.R$styleable: int GradientColor_android_gradientRadius -com.jaredrummler.android.colorpicker.R$dimen: R$dimen() -androidx.preference.MultiSelectListPreference: MultiSelectListPreference(android.content.Context,android.util.AttributeSet) -okio.InflaterSource: void releaseInflatedBytes() -com.amap.api.fence.GeoFenceClient: void addGeoFence(java.lang.String,java.lang.String) -okio.Okio$1: void flush() -com.google.android.material.internal.NavigationMenuItemView: void setIconSize(int) -com.google.android.material.textfield.TextInputLayout: int getBoxBackgroundColor() -android.support.v4.os.ResultReceiver$MyResultReceiver: ResultReceiver$MyResultReceiver(android.support.v4.os.ResultReceiver) -androidx.viewpager.R$styleable -com.google.android.material.R$dimen: int abc_progress_bar_height_material -io.reactivex.Observable: io.reactivex.Observable concatMapDelayError(io.reactivex.functions.Function) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeRainPrecipitationProbability -retrofit2.ParameterHandler$Tag: ParameterHandler$Tag(java.lang.Class) -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_horizontalGap -androidx.preference.R$attr: int buttonBarPositiveButtonStyle -com.bumptech.glide.R$id: int start -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_goneMarginStart -cyanogenmod.providers.CMSettings$Global: float getFloatForUser(android.content.ContentResolver,java.lang.String,float,int) -retrofit2.RequestBuilder$ContentTypeOverridingRequestBody -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIconEndPadding -androidx.viewpager2.adapter.FragmentStateAdapter$5 -okhttp3.internal.http2.Http2Stream$FramingSink: boolean $assertionsDisabled -wangdaye.com.geometricweather.R$styleable: int SwitchPreference_switchTextOff -com.google.android.material.R$attr: int tabPadding -okio.BufferedSink: okio.BufferedSink writeHexadecimalUnsignedLong(long) -com.google.android.material.button.MaterialButton: void setCornerRadius(int) -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: void setDisposable(io.reactivex.disposables.Disposable) -androidx.preference.R$styleable: int Preference_singleLineTitle -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void onComplete() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: boolean isModifyInHour() -cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator sNonNegativeIntegerValidator -androidx.constraintlayout.widget.R$styleable: int Constraint_android_translationZ -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea AdministrativeArea -com.amap.api.fence.GeoFence: com.amap.api.fence.PoiItem getPoiItem() -com.jaredrummler.android.colorpicker.R$id: int tag_unhandled_key_listeners -cyanogenmod.app.Profile$ProfileTrigger: int mType -wangdaye.com.geometricweather.R$attr: int titleMarginStart -james.adaptiveicon.R$style: int Theme_AppCompat_Dialog -com.bumptech.glide.R$id: int notification_main_column_container -com.turingtechnologies.materialscrollbar.R$attr: int listPreferredItemHeightSmall -androidx.fragment.R$id: int accessibility_custom_action_15 -io.reactivex.Observable: io.reactivex.Observable fromFuture(java.util.concurrent.Future,io.reactivex.Scheduler) -androidx.constraintlayout.helper.widget.Flow: Flow(android.content.Context) -wangdaye.com.geometricweather.R$id: int honorRequest -wangdaye.com.geometricweather.R$drawable: int flag_nl -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title -android.didikee.donate.R$drawable: int abc_ic_star_half_black_36dp -okhttp3.ResponseBody: java.lang.String string() -okhttp3.internal.Util: java.lang.String inet6AddressToAscii(byte[]) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String windLevel -androidx.hilt.work.R$style -androidx.preference.R$style: int Widget_AppCompat_ActivityChooserView -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintTop_toBottomOf -com.google.android.material.R$style: int Widget_MaterialComponents_BottomSheet_Modal -androidx.loader.app.LoaderManagerImpl$LoaderViewModel -android.didikee.donate.R$id: int search_mag_icon -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_HelperText -wangdaye.com.geometricweather.R$attr: int materialCalendarMonth -wangdaye.com.geometricweather.R$dimen: int abc_dialog_fixed_height_major -com.google.android.material.bottomnavigation.BottomNavigationView: void setItemRippleColor(android.content.res.ColorStateList) -androidx.preference.R$styleable: int AlertDialog_showTitle -androidx.viewpager2.R$styleable: int FontFamilyFont_android_fontStyle -retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: CallEnqueueObservable$CallCallback(retrofit2.Call,io.reactivex.Observer) -android.didikee.donate.R$styleable: int AppCompatTheme_colorPrimary -okhttp3.internal.http2.Http2Reader$ContinuationSource: int left -io.reactivex.Observable: void safeSubscribe(io.reactivex.Observer) -cyanogenmod.weather.ICMWeatherManager$Stub: ICMWeatherManager$Stub() -wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle -com.google.gson.FieldNamingPolicy$1 -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: java.lang.String IconPhrase -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: boolean isDisposed() -com.google.android.material.progressindicator.ProgressIndicator: android.graphics.drawable.Drawable getCurrentDrawable() -wangdaye.com.geometricweather.R$xml: int icon_provider_animator_filter -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_touch_to_seek -wangdaye.com.geometricweather.R$attr: int cpv_animDuration -android.didikee.donate.R$bool: R$bool() -okio.ByteString: okio.ByteString encodeString(java.lang.String,java.nio.charset.Charset) -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void innerNext(io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryInnerObserver) -cyanogenmod.app.suggest.IAppSuggestProvider -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String longitude -cyanogenmod.app.suggest.IAppSuggestManager$Stub -okhttp3.internal.Internal: java.net.Socket deduplicate(okhttp3.ConnectionPool,okhttp3.Address,okhttp3.internal.connection.StreamAllocation) -androidx.preference.R$styleable: int ActionBar_icon -androidx.appcompat.R$integer: int cancel_button_image_alpha -androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_fontVariationSettings -com.google.android.material.R$attr: int tabMode -androidx.appcompat.R$styleable: int AppCompatSeekBar_tickMarkTintMode -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int so2 -androidx.appcompat.R$color: int foreground_material_light -okhttp3.internal.tls.OkHostnameVerifier: int ALT_IPA_NAME -okio.Buffer: java.lang.String readUtf8(long) -androidx.fragment.R$id: int accessibility_custom_action_25 -com.google.android.material.R$id: int design_bottom_sheet -androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customColorValue -androidx.hilt.lifecycle.R$styleable: int GradientColor_android_type -androidx.lifecycle.extensions.R$anim: int fragment_fast_out_extra_slow_in -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintDimensionRatio -com.google.android.material.checkbox.MaterialCheckBox: android.content.res.ColorStateList getMaterialThemeColorsTintList() -com.google.android.material.R$styleable: int AnimatedStateListDrawableTransition_android_fromId -com.google.android.material.R$styleable: int Layout_layout_constraintHorizontal_bias -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_padding -okhttp3.CertificatePinner: okhttp3.internal.tls.CertificateChainCleaner certificateChainCleaner -cyanogenmod.platform.Manifest$permission: java.lang.String BIND_WEATHER_PROVIDER_SERVICE -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit -okhttp3.CipherSuite -com.google.android.material.R$id: int src_atop -cyanogenmod.externalviews.ExternalView$3: void run() -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: java.lang.String address -androidx.appcompat.R$drawable: int abc_ic_star_black_16dp -androidx.constraintlayout.widget.R$anim: int btn_checkbox_to_checked_box_outer_merged_animation -wangdaye.com.geometricweather.R$style: int EmptyTheme -cyanogenmod.media.MediaRecorder$AudioSource -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: java.util.concurrent.atomic.AtomicInteger windows -wangdaye.com.geometricweather.R$attr: int windowMinWidthMinor -com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_layout_anchor -androidx.constraintlayout.widget.R$id: int add -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_thumb_text_color -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: io.reactivex.functions.Function mapper -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: java.util.concurrent.atomic.AtomicReference upstream -wangdaye.com.geometricweather.R$attr: int titleMarginEnd -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean sunRiseSet -wangdaye.com.geometricweather.R$string: int mtrl_picker_invalid_format_use -wangdaye.com.geometricweather.R$id: int material_clock_period_toggle -cyanogenmod.app.StatusBarPanelCustomTile: android.os.Parcelable$Creator CREATOR -com.google.android.material.R$attr: int passwordToggleEnabled -androidx.recyclerview.R$id: int accessibility_custom_action_22 -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_91 -cyanogenmod.hardware.IThermalListenerCallback$Stub: cyanogenmod.hardware.IThermalListenerCallback asInterface(android.os.IBinder) -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.Integer getCloudCover() -com.google.android.gms.base.R$color: int common_google_signin_btn_tint -cyanogenmod.hardware.ThermalListenerCallback$State -androidx.hilt.R$styleable: int GradientColor_android_startY -com.baidu.location.e.l$b: int c(com.baidu.location.e.l$b) -wangdaye.com.geometricweather.R$attr: int iconTintMode -com.bumptech.glide.load.engine.GlideException: java.lang.Exception getOrigin() -androidx.preference.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_0 -com.google.gson.internal.LinkedTreeMap: boolean $assertionsDisabled -com.google.android.material.R$dimen: int abc_action_bar_stacked_tab_max_width -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: void onError(java.lang.Throwable) -com.google.android.material.internal.FlowLayout: FlowLayout(android.content.Context,android.util.AttributeSet) -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title -wangdaye.com.geometricweather.R$styleable: int Transform_android_rotation -wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService: MaterialLiveWallpaperService() -androidx.fragment.R$anim: int fragment_close_enter -com.google.android.material.R$attr: int fastScrollHorizontalTrackDrawable -io.reactivex.Observable: io.reactivex.Observable buffer(io.reactivex.ObservableSource,io.reactivex.functions.Function,java.util.concurrent.Callable) -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: boolean cancelled -wangdaye.com.geometricweather.R$attr: int msb_recyclerView -wangdaye.com.geometricweather.R$id: int dialog_location_help_manageIcon -com.bumptech.glide.Priority: com.bumptech.glide.Priority LOW -james.adaptiveicon.R$attr: int titleMargins -com.xw.repo.bubbleseekbar.R$style: int Animation_AppCompat_Dialog -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: long unique -com.xw.repo.bubbleseekbar.R$drawable: int notification_template_icon_low_bg -com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getTickTintList() -androidx.preference.R$color: int bright_foreground_disabled_material_dark -com.turingtechnologies.materialscrollbar.R$color: int material_blue_grey_950 -androidx.lifecycle.ProcessLifecycleOwner: int mStartedCounter -com.google.android.material.R$attr: int chipStrokeColor -androidx.lifecycle.ProcessLifecycleOwner$3: void onActivityPreCreated(android.app.Activity,android.os.Bundle) -com.amap.api.fence.GeoFenceClient: boolean removeGeoFence(com.amap.api.fence.GeoFence) -com.jaredrummler.android.colorpicker.R$styleable: int ListPreference_useSimpleSummaryProvider -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_CompactMenu -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: io.reactivex.Scheduler$Worker worker -com.turingtechnologies.materialscrollbar.R$attr: int actionBarItemBackground -wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: io.reactivex.internal.util.AtomicThrowable error -com.turingtechnologies.materialscrollbar.R$id: int multiply -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: io.reactivex.internal.fuseable.SimpleQueue queue -io.reactivex.internal.util.VolatileSizeArrayList: boolean containsAll(java.util.Collection) -com.google.android.material.button.MaterialButton: void setStrokeWidth(int) -com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_min -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: void onComplete() -com.google.android.material.R$dimen: int clock_face_margin_start -org.greenrobot.greendao.AbstractDaoSession: void deleteAll(java.lang.Class) -androidx.customview.R$dimen: int compat_notification_large_icon_max_height -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_default -androidx.lifecycle.Lifecycle$State: Lifecycle$State(java.lang.String,int) -androidx.preference.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_stacked_tab_max_width -io.reactivex.internal.operators.observable.ObserverResourceWrapper: void setResource(io.reactivex.disposables.Disposable) -androidx.preference.EditTextPreferenceDialogFragmentCompat: EditTextPreferenceDialogFragmentCompat() -androidx.viewpager.R$id: int italic -okio.AsyncTimeout$2: java.lang.String toString() -retrofit2.http.Headers -androidx.preference.R$styleable: int MenuView_preserveIconSpacing -androidx.preference.R$id: int search_mag_icon -wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.lang.String getType() -androidx.preference.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoonPhaseAngle -com.google.android.material.R$dimen: int abc_control_corner_material -com.google.android.material.R$id: int touch_outside -androidx.lifecycle.ComputableLiveData: java.util.concurrent.atomic.AtomicBoolean mComputing -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_dropdownPreferenceStyle -com.google.android.material.R$styleable: int State_constraints -androidx.appcompat.R$styleable: int SearchView_goIcon -androidx.swiperefreshlayout.R$drawable: int notify_panel_notification_icon_bg -okio.HashingSource: javax.crypto.Mac mac -wangdaye.com.geometricweather.R$string: int clear_text_end_icon_content_description -com.google.android.material.R$attr: int materialCalendarHeaderDivider -androidx.preference.R$id: int forever -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeRealFeelTemperature -androidx.appcompat.R$style: int TextAppearance_Compat_Notification_Time -okio.BufferedSource: long indexOfElement(okio.ByteString,long) -io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver -androidx.preference.R$drawable: int abc_text_select_handle_right_mtrl_dark -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX -com.xw.repo.bubbleseekbar.R$styleable: int[] BubbleSeekBar -wangdaye.com.geometricweather.R$styleable: int Variant_region_heightMoreThan -com.jaredrummler.android.colorpicker.R$attr: int tintMode -okhttp3.internal.ws.WebSocketReader: boolean isClient -wangdaye.com.geometricweather.db.entities.DailyEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) -wangdaye.com.geometricweather.R$xml: int icon_provider_config -cyanogenmod.app.IProfileManager$Stub$Proxy: cyanogenmod.app.Profile getProfile(android.os.ParcelUuid) -androidx.appcompat.resources.R$id: int tag_accessibility_heading -cyanogenmod.weatherservice.WeatherProviderService$1: void processWeatherUpdateRequest(cyanogenmod.weather.RequestInfo) -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: void onSubscribe(io.reactivex.disposables.Disposable) -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: void onError(java.lang.Throwable) -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: boolean isDisposed() -wangdaye.com.geometricweather.R$dimen: int material_font_2_0_box_collapsed_padding_top -wangdaye.com.geometricweather.R$id: int item_aqi_content -com.turingtechnologies.materialscrollbar.R$color: int background_floating_material_light -androidx.appcompat.widget.AppCompatEditText: AppCompatEditText(android.content.Context,android.util.AttributeSet,int) -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_Layout_android_layout_height -com.google.android.material.R$attr: int liftOnScroll -com.google.android.material.R$styleable: int Spinner_android_popupBackground -androidx.recyclerview.widget.RecyclerView: RecyclerView(android.content.Context,android.util.AttributeSet) -com.amap.api.fence.DistrictItem$1: java.lang.Object createFromParcel(android.os.Parcel) -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light_Dialog -androidx.preference.R$id: int action_menu_presenter -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Direction -wangdaye.com.geometricweather.db.entities.HistoryEntity: java.lang.String cityId -androidx.appcompat.R$styleable: int MenuItem_android_enabled -com.google.android.material.R$styleable: int ProgressIndicator_growMode -okhttp3.RealCall: okio.AsyncTimeout timeout -wangdaye.com.geometricweather.R$attr: int bsb_section_text_size -com.google.android.gms.base.R$id: int dark -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense -androidx.constraintlayout.widget.R$styleable: int Variant_region_widthMoreThan -androidx.vectordrawable.R$drawable -androidx.preference.R$string: int preference_copied -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeThunderstormPrecipitationDuration(java.lang.Float) -com.google.android.material.R$attr: int cardUseCompatPadding -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: int rightIndex -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver: ObservableMergeWithCompletable$MergeWithObserver$OtherObserver(io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver) -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.lang.String weatherText -android.didikee.donate.R$drawable: int abc_seekbar_thumb_material -com.google.android.material.R$attr: int inverse -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_CLOCK_TEXT_COLOR -com.google.android.material.R$attr: int chipStartPadding -io.reactivex.subjects.PublishSubject$PublishDisposable: void onNext(java.lang.Object) -com.google.gson.stream.JsonToken: JsonToken(java.lang.String,int) -androidx.vectordrawable.R$drawable: R$drawable() -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_waveOffset -androidx.constraintlayout.widget.R$attr: int switchMinWidth -androidx.transition.R$id: R$id() -okio.Segment: int pos -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Object readEntity(android.database.Cursor,int) -cyanogenmod.hardware.IThermalListenerCallback$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -wangdaye.com.geometricweather.R$styleable: int GradientColor_android_centerY -android.didikee.donate.R$attr: int colorPrimary -androidx.customview.R$styleable -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dialogTheme -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void request(long) -wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.String direction -wangdaye.com.geometricweather.common.basic.models.weather.Weather: wangdaye.com.geometricweather.common.basic.models.weather.History getYesterday() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getSunRise() -okio.Buffer: okio.Segment head -com.jaredrummler.android.colorpicker.R$layout: int support_simple_spinner_dropdown_item -androidx.drawerlayout.R$color: int ripple_material_light -cyanogenmod.themes.ThemeManager: void registerThemeChangeListener(cyanogenmod.themes.ThemeManager$ThemeChangeListener) -wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type WIND -android.didikee.donate.R$attr: int contentInsetRight -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_lightContainer -androidx.work.R$bool: int enable_system_foreground_service_default -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarWidgetTheme -com.google.android.material.R$styleable: int ConstraintSet_android_minHeight -com.google.android.material.R$attr: int layout_collapseMode -wangdaye.com.geometricweather.R$attr: int layout_goneMarginTop -okhttp3.internal.ws.RealWebSocket$PingRunnable: RealWebSocket$PingRunnable(okhttp3.internal.ws.RealWebSocket) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless -james.adaptiveicon.R$attr: int fontFamily -okhttp3.Response: okhttp3.Headers headers -com.google.android.material.R$dimen: int mtrl_navigation_item_shape_horizontal_margin -retrofit2.Call: void cancel() -wangdaye.com.geometricweather.db.entities.DailyEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.DailyEntity) -androidx.preference.R$style: int Base_V21_Theme_AppCompat_Light_Dialog -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_display_1_material -androidx.appcompat.view.menu.ListMenuItemView -wangdaye.com.geometricweather.R$layout: int item_weather_daily_astro -com.google.android.gms.base.R$color: int common_google_signin_btn_text_dark_pressed -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit[] values() -wangdaye.com.geometricweather.R$attr: int ensureMinTouchTargetSize -com.turingtechnologies.materialscrollbar.R$styleable: int[] ListPopupWindow -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_mini_light -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Medium_Inverse -com.google.android.material.R$id: int item_touch_helper_previous_elevation -com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton -androidx.appcompat.R$style: int Base_V21_Theme_AppCompat_Light_Dialog -cyanogenmod.externalviews.KeyguardExternalView$5: KeyguardExternalView$5(cyanogenmod.externalviews.KeyguardExternalView) -io.reactivex.observers.DisposableObserver: boolean isDisposed() -retrofit2.KotlinExtensions$await$2$2: kotlinx.coroutines.CancellableContinuation $continuation -io.reactivex.internal.subscribers.StrictSubscriber: org.reactivestreams.Subscriber downstream -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String date -wangdaye.com.geometricweather.R$id: int jumpToStart -com.xw.repo.bubbleseekbar.R$styleable: int MenuGroup_android_checkableBehavior -com.bumptech.glide.R$dimen: int notification_action_icon_size -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_thumb_text_color -okhttp3.Response: int code -android.didikee.donate.R$id: int search_button -androidx.viewpager.R$drawable: int notification_bg -androidx.lifecycle.ReportFragment$LifecycleCallbacks -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_18 -com.turingtechnologies.materialscrollbar.R$attr: int theme +androidx.vectordrawable.R$id: int blocking +androidx.preference.PreferenceGroup$SavedState +io.reactivex.internal.util.NotificationLite: boolean acceptFull(java.lang.Object,org.reactivestreams.Subscriber) +androidx.work.BackoffPolicy: androidx.work.BackoffPolicy valueOf(java.lang.String) +android.didikee.donate.R$style: int Widget_AppCompat_SeekBar +androidx.preference.R$color: int bright_foreground_disabled_material_light +wangdaye.com.geometricweather.R$drawable: int notif_temp_111 +okhttp3.internal.ws.WebSocketWriter: okio.Sink newMessageSink(int,long) +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Body1 +okhttp3.OkHttpClient$Builder: okhttp3.internal.tls.CertificateChainCleaner certificateChainCleaner +okhttp3.internal.http1.Http1Codec$FixedLengthSink: boolean closed +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String level +com.amap.api.location.AMapLocation: int v +okhttp3.internal.cache.DiskLruCache$Snapshot: java.lang.String key +android.support.v4.graphics.drawable.IconCompatParcelizer +wangdaye.com.geometricweather.R$id: int mtrl_calendar_day_selector_frame +androidx.core.R$dimen: int notification_small_icon_background_padding +cyanogenmod.platform.R$drawable +wangdaye.com.geometricweather.R$styleable: int ViewBackgroundHelper_android_background +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_divider +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void dispose() +wangdaye.com.geometricweather.R$styleable: int MenuView_android_windowAnimationStyle +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_iconTintMode +com.google.android.material.R$attr: int tabIndicatorAnimationDuration +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDate(java.util.Date) +io.reactivex.Observable: io.reactivex.Observable timeInterval() +wangdaye.com.geometricweather.R$attr: int haloColor +wangdaye.com.geometricweather.R$styleable: int ShapeableImageView_strokeWidth +wangdaye.com.geometricweather.R$dimen: int cardview_default_radius +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Imperial: AccuCurrentResult$Pressure$Imperial() +com.google.android.gms.base.R$color: int common_google_signin_btn_tint +wangdaye.com.geometricweather.R$id: int activity_widget_config_custom_subtitle_keywords +wangdaye.com.geometricweather.R$id: int transition_transform +androidx.constraintlayout.widget.R$attr: int fontProviderCerts +okhttp3.ConnectionSpec: okhttp3.ConnectionSpec supportedSpec(javax.net.ssl.SSLSocket,boolean) +wangdaye.com.geometricweather.R$color: int test_mtrl_calendar_day +androidx.constraintlayout.widget.R$id: int src_over +wangdaye.com.geometricweather.R$color: int ripple_material_dark +okhttp3.ConnectionSpec$Builder: java.lang.String[] tlsVersions +com.turingtechnologies.materialscrollbar.R$attr: int indeterminateProgressStyle +com.jaredrummler.android.colorpicker.R$attr: int buttonBarStyle +okhttp3.internal.http2.Http2Reader: int lengthWithoutPadding(int,byte,short) +com.google.android.material.R$styleable: int GradientColor_android_endColor +james.adaptiveicon.AdaptiveIconView: void setPath(java.lang.String) +androidx.lifecycle.Transformations: androidx.lifecycle.LiveData map(androidx.lifecycle.LiveData,androidx.arch.core.util.Function) +cyanogenmod.app.CustomTile$ExpandedItem: void internalSetItemTitle(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_rotationY +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle +androidx.appcompat.R$styleable: int AppCompatTheme_colorButtonNormal +androidx.preference.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog +okhttp3.internal.http.RequestLine: boolean includeAuthorityInRequestLine(okhttp3.Request,java.net.Proxy$Type) +androidx.lifecycle.extensions.R$string: int status_bar_notification_info_overflow +okhttp3.MultipartBody$Builder: MultipartBody$Builder() +com.google.android.material.R$style: int Theme_AppCompat_Dialog +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void onSubscribe(io.reactivex.disposables.Disposable) +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.jaredrummler.android.colorpicker.R$id: int time +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_statusBarForeground +androidx.appcompat.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String ragweedDescription +androidx.preference.R$id: int action_bar +io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver +androidx.constraintlayout.widget.R$styleable: int AlertDialog_android_layout +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language CZECH +com.turingtechnologies.materialscrollbar.R$attr: int bottomNavigationStyle +okhttp3.Protocol: java.lang.String protocol +androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_width +androidx.lifecycle.ViewModelProvider$OnRequeryFactory: ViewModelProvider$OnRequeryFactory() +androidx.appcompat.widget.SearchView: void setIconifiedByDefault(boolean) +com.google.android.material.R$dimen: int design_snackbar_action_inline_max_width +androidx.preference.R$attr: int colorControlActivated +androidx.appcompat.R$dimen: int disabled_alpha_material_dark +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property TimeStamp +androidx.hilt.work.R$id: int notification_main_column_container +cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_setDefaultSmsSub +wangdaye.com.geometricweather.R$font: int product_sans_regular +com.google.android.material.R$id: int animateToStart +androidx.preference.R$attr: int listPreferredItemPaddingEnd +wangdaye.com.geometricweather.R$color: int material_blue_grey_950 +com.google.android.material.R$attr: int hintEnabled +androidx.appcompat.R$interpolator +cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void onResume() +androidx.preference.R$styleable: int DialogPreference_dialogIcon +wangdaye.com.geometricweather.R$attr: int customFloatValue +wangdaye.com.geometricweather.R$attr: int checkedTextViewStyle +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintBottom_toBottomOf +androidx.preference.R$color: int foreground_material_dark +androidx.work.R$id: int accessibility_custom_action_31 +wangdaye.com.geometricweather.db.entities.LocationEntity: boolean residentPosition +wangdaye.com.geometricweather.R$drawable: int abc_ic_ab_back_material +androidx.recyclerview.R$id: int accessibility_custom_action_31 +wangdaye.com.geometricweather.common.basic.models.weather.History: History(java.util.Date,long,int,int) +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.util.Date date +retrofit2.ParameterHandler$Body: void apply(retrofit2.RequestBuilder,java.lang.Object) +androidx.transition.R$id: int transition_transform +okhttp3.OkHttpClient$Builder: java.util.List interceptors +okhttp3.OkHttpClient: int pingInterval +wangdaye.com.geometricweather.R$layout: int mtrl_layout_snackbar +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionBar_TabText +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX() +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: long StartEpochDateTime +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_RatingBar +wangdaye.com.geometricweather.R$attr: int preferenceCategoryTitleTextAppearance +android.support.v4.os.ResultReceiver$MyRunnable: int mResultCode +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse +wangdaye.com.geometricweather.R$styleable: int Constraint_android_rotationY +com.google.android.material.R$dimen: int abc_dropdownitem_icon_width +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$4: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 +com.google.android.material.R$drawable: int abc_list_divider_mtrl_alpha +wangdaye.com.geometricweather.R$dimen: int compat_notification_large_icon_max_width +wangdaye.com.geometricweather.R$string: int feedback_location_help_title +wangdaye.com.geometricweather.R$string: int default_location +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_activityChooserViewStyle +okhttp3.CacheControl: boolean noTransform() +androidx.activity.R$drawable: int notification_bg +androidx.core.R$id: int accessibility_custom_action_1 +james.adaptiveicon.R$dimen: int abc_floating_window_z +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceScreenStyle +androidx.constraintlayout.widget.R$styleable: int[] CompoundButton +com.amap.api.fence.PoiItem$1 +android.didikee.donate.R$styleable: int AppCompatTheme_viewInflaterClass +okhttp3.Response +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onScreenTurnedOff +io.reactivex.internal.functions.Functions$NaturalComparator: io.reactivex.internal.functions.Functions$NaturalComparator INSTANCE +com.google.android.material.R$styleable: int AppCompatSeekBar_tickMark +wangdaye.com.geometricweather.R$id: int dialog_location_help_manageContainer +wangdaye.com.geometricweather.R$string: int on +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType Load +james.adaptiveicon.R$style: int Theme_AppCompat_Light +wangdaye.com.geometricweather.R$drawable: int widget_card_light_100 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: long getUpdateTime() +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void onComplete() +androidx.hilt.lifecycle.R$styleable: int GradientColor_android_endX +androidx.appcompat.R$style: int Base_Animation_AppCompat_Tooltip +com.turingtechnologies.materialscrollbar.R$id: int transition_scene_layoutid_cache +com.google.android.material.floatingactionbutton.FloatingActionButton: void setRippleColor(int) +androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_rotation +wangdaye.com.geometricweather.R$style: int Widget_Design_BottomSheet_Modal +com.amap.api.location.AMapLocationQualityReport: int GPS_STATUS_NOGPSPROVIDER +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean getWind() +cyanogenmod.app.ICMStatusBarManager$Stub: int TRANSACTION_unregisterListener +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum: java.lang.String Unit +com.turingtechnologies.materialscrollbar.R$attr: int colorBackgroundFloating +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_goneMarginTop +cyanogenmod.alarmclock.ClockContract$CitiesColumns: java.lang.String CITY_NAME +android.support.v4.app.INotificationSideChannel$Stub: int TRANSACTION_notify +cyanogenmod.themes.IThemeService$Stub$Proxy: boolean isThemeApplying() +wangdaye.com.geometricweather.R$attr: int boxCornerRadiusTopStart +androidx.drawerlayout.R$dimen: int notification_main_column_padding_top +wangdaye.com.geometricweather.R$attr: int materialButtonToggleGroupStyle wangdaye.com.geometricweather.R$attr: int bsb_progress -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_buttonGravity -com.google.gson.stream.JsonReader: void nextNull() -androidx.recyclerview.R$attr: int fontProviderFetchTimeout -cyanogenmod.app.StatusBarPanelCustomTile: StatusBarPanelCustomTile(java.lang.String,java.lang.String,java.lang.String,int,java.lang.String,int,int,cyanogenmod.app.CustomTile,android.os.UserHandle,long) -androidx.constraintlayout.widget.R$attr: int colorControlActivated -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$Geometry: MfForecastV2Result$Geometry() -wangdaye.com.geometricweather.R$styleable: int AppBarLayout_expanded -cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_GET_SECURE -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: java.util.List consequences -androidx.appcompat.R$id: int action_divider -wangdaye.com.geometricweather.R$drawable: int notification_bg_normal -com.google.android.material.R$styleable: int ExtendedFloatingActionButton_elevation -wangdaye.com.geometricweather.R$id: int sides -james.adaptiveicon.R$styleable: int SwitchCompat_android_textOff -wangdaye.com.geometricweather.R$style: int AndroidThemeColorAccentYellow -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: void onComplete() -com.google.android.material.snackbar.Snackbar$SnackbarLayout: void setBackgroundTintList(android.content.res.ColorStateList) -james.adaptiveicon.R$attr: int navigationIcon -androidx.constraintlayout.widget.R$styleable: int[] KeyCycle -retrofit2.Retrofit$1: Retrofit$1(retrofit2.Retrofit,java.lang.Class) -android.didikee.donate.R$style: int Platform_AppCompat -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust: AccuDailyResult$DailyForecasts$Day$WindGust() -okio.Buffer: okio.Buffer writeUtf8CodePoint(int) -cyanogenmod.externalviews.KeyguardExternalView: void registerOnWindowAttachmentChangedListener(cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener) -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: android.graphics.Path getRetreatingJoinPath() -wangdaye.com.geometricweather.R$styleable: int MaterialButton_shapeAppearance -android.didikee.donate.R$drawable: int abc_ratingbar_material -com.xw.repo.bubbleseekbar.R$dimen: int abc_button_padding_horizontal_material -retrofit2.adapter.rxjava2.CallEnqueueObservable: void subscribeActual(io.reactivex.Observer) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeDegreeDayTemperature -james.adaptiveicon.R$attr: int displayOptions -com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_showColorShades -io.reactivex.Observable: io.reactivex.Observable timestamp(java.util.concurrent.TimeUnit) -com.jaredrummler.android.colorpicker.R$attr: int logo -androidx.activity.R$id: int text2 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Metric Metric -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabMode -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_textinput_box_corner_radius_small -com.google.android.material.timepicker.TimePickerView: void setOnActionUpListener(com.google.android.material.timepicker.ClockHandView$OnActionUpListener) -com.jaredrummler.android.colorpicker.R$attr: int theme -androidx.constraintlayout.widget.R$attr: int layout_constraintRight_toLeftOf -androidx.preference.R$style: int Widget_AppCompat_Button_Borderless -wangdaye.com.geometricweather.R$styleable: int ViewStubCompat_android_layout -androidx.constraintlayout.widget.R$attr: int flow_firstVerticalBias -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxStrokeWidth -androidx.preference.R$styleable: int MenuItem_actionLayout -androidx.appcompat.resources.R$layout: int notification_template_part_time -james.adaptiveicon.R$styleable: int MenuItem_tooltipText -okio.Pipe: Pipe(long) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onScreenTurnedOff() -io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: io.reactivex.Observer downstream -com.google.android.material.R$styleable: int Constraint_flow_verticalBias -wangdaye.com.geometricweather.R$drawable: int notif_temp_20 -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_MonthTextView -com.google.android.material.R$styleable: int ActionBar_logo -com.google.android.material.chip.ChipGroup: ChipGroup(android.content.Context) -androidx.appcompat.R$attr: int trackTint -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: java.lang.String dept -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver -com.jaredrummler.android.colorpicker.R$id: int checkbox -wangdaye.com.geometricweather.main.dialogs.LocationHelpDialog: LocationHelpDialog() -okhttp3.logging.LoggingEventListener$Factory -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit[] values() -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_enabled -com.google.android.material.R$animator: int mtrl_extended_fab_state_list_animator -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$2 -androidx.coordinatorlayout.R$id: int right_side -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Imperial: double Value -wangdaye.com.geometricweather.R$attr: int percentY -com.google.android.material.R$style: int Base_Widget_MaterialComponents_CheckedTextView -androidx.preference.R$styleable: int AlertDialog_android_layout -com.google.android.material.R$drawable: int abc_ic_star_black_48dp -androidx.hilt.work.R$bool: R$bool() -wangdaye.com.geometricweather.R$style: int CardView -com.google.android.material.R$attr: int insetForeground -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: java.lang.String weather -androidx.vectordrawable.R$drawable: int notification_tile_bg -com.xw.repo.bubbleseekbar.R$styleable: int[] RecycleListView -androidx.preference.R$dimen: int abc_alert_dialog_button_dimen -com.jaredrummler.android.colorpicker.R$string: int abc_action_bar_home_description -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: int unitArrayIndex -androidx.constraintlayout.widget.R$styleable: int[] SearchView -okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec build() -cyanogenmod.app.StatusBarPanelCustomTile: cyanogenmod.app.StatusBarPanelCustomTile clone() -com.amap.api.location.LocationManagerBase: boolean isStarted() -okhttp3.Cookie$Builder: java.lang.String name -com.google.android.material.slider.Slider: android.content.res.ColorStateList getThumbStrokeColor() -wangdaye.com.geometricweather.R$string: int briefings -wangdaye.com.geometricweather.R$id: int lastElement -androidx.preference.R$attr: int titleTextColor -androidx.appcompat.widget.ActivityChooserView: androidx.appcompat.widget.ListPopupWindow getListPopupWindow() -androidx.swiperefreshlayout.R$drawable: int notification_bg_low_pressed -androidx.preference.R$styleable: int PreferenceFragment_android_divider -com.bumptech.glide.request.RequestCoordinator$RequestState -androidx.appcompat.R$attr: int spinnerDropDownItemStyle -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: boolean isEmpty() -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_android_minHeight -wangdaye.com.geometricweather.R$dimen: int compat_button_padding_vertical_material -com.jaredrummler.android.colorpicker.R$string: int abc_menu_function_shortcut_label -wangdaye.com.geometricweather.R$styleable: int[] BubbleSeekBar -com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_actionTextColorAlpha -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_mini_xml -wangdaye.com.geometricweather.R$id: int dialog_animatable_icon_icon -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorSwitchThumbNormal -wangdaye.com.geometricweather.R$anim: int btn_checkbox_to_unchecked_box_inner_merged_animation -retrofit2.OkHttpCall: boolean isExecuted() -com.xw.repo.bubbleseekbar.R$attr: int actionBarItemBackground -androidx.preference.R$id: int textSpacerNoTitle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX aqi -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_AES_256_GCM_SHA384 -okhttp3.internal.http2.Http2Connection$ReaderRunnable: okhttp3.internal.http2.Http2Reader reader -okhttp3.internal.connection.StreamAllocation: boolean hasMoreRoutes() -retrofit2.HttpServiceMethod$CallAdapted: java.lang.Object adapt(retrofit2.Call,java.lang.Object[]) -com.bumptech.glide.load.engine.CallbackException: CallbackException(java.lang.Throwable) -com.xw.repo.bubbleseekbar.R$id: int search_close_btn -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_HOME_DOUBLE_TAP_ACTION_VALIDATOR -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow: MfForecastResult$Forecast$Snow() -com.jaredrummler.android.colorpicker.R$anim: int abc_tooltip_enter -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: org.reactivestreams.Subscriber downstream -com.google.android.gms.signin.internal.zam -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.String aqiText -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: io.reactivex.Observer downstream -com.xw.repo.bubbleseekbar.R$id: int action_menu_presenter -android.didikee.donate.R$styleable: int View_android_focusable -androidx.drawerlayout.R$styleable: int FontFamilyFont_android_ttcIndex -okhttp3.Response: Response(okhttp3.Response$Builder) -com.jaredrummler.android.colorpicker.R$attr: int buttonGravity -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void innerError(java.lang.Throwable) -io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable: void dispose() -wangdaye.com.geometricweather.resource.utils.ResourceUtils$NullException -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionBar_TabBar -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWindDirection(java.lang.String) -androidx.appcompat.R$attr: int expandActivityOverflowButtonDrawable -wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_icon_light_normal_background -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: IKeyguardExternalViewCallbacks$Stub() -com.xw.repo.bubbleseekbar.R$styleable: int PopupWindow_overlapAnchor -wangdaye.com.geometricweather.R$dimen: int cpv_dialog_preview_height -com.google.android.material.R$dimen: int design_navigation_padding_bottom -io.reactivex.Observable: io.reactivex.Completable concatMapCompletableDelayError(io.reactivex.functions.Function) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd -com.google.android.material.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub$Proxy -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: io.reactivex.disposables.Disposable upstream -androidx.appcompat.resources.R$styleable: int GradientColor_android_endColor -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX -androidx.preference.R$drawable: int notification_bg_low -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut -wangdaye.com.geometricweather.R$styleable: int Toolbar_buttonGravity -wangdaye.com.geometricweather.db.entities.AlertEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_focused_z -androidx.recyclerview.R$layout: R$layout() -com.google.android.gms.common.server.response.zak: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setWeatherSource(java.lang.String) -com.google.android.material.R$styleable: int TextInputLayout_passwordToggleTintMode -okhttp3.OkHttpClient: java.util.List DEFAULT_PROTOCOLS -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionDropDownStyle -cyanogenmod.app.ProfileGroup: boolean matches(android.app.NotificationGroup,boolean) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void registerCallback(cyanogenmod.externalviews.IKeyguardExternalViewCallbacks) -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_icon_1 -android.didikee.donate.R$attr: int voiceIcon -wangdaye.com.geometricweather.GeometricWeather: GeometricWeather() -com.turingtechnologies.materialscrollbar.R$layout: int abc_popup_menu_item_layout -androidx.appcompat.view.menu.ListMenuItemView: void setChecked(boolean) -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse -com.google.android.material.R$styleable: int KeyPosition_transitionEasing -com.turingtechnologies.materialscrollbar.R$styleable: int[] AppCompatTextHelper -com.google.android.material.R$styleable: int KeyTimeCycle_android_scaleX -android.didikee.donate.R$style: int Base_Widget_AppCompat_RatingBar_Small -android.didikee.donate.R$styleable: int AppCompatTheme_searchViewStyle -com.google.android.material.R$attr: int altSrc -okhttp3.internal.io.FileSystem: void rename(java.io.File,java.io.File) -wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String province -androidx.appcompat.view.menu.ListMenuItemView: void setForceShowIcon(boolean) -androidx.loader.R$style: int Widget_Compat_NotificationActionText -androidx.appcompat.widget.Toolbar: java.lang.CharSequence getCollapseContentDescription() -wangdaye.com.geometricweather.db.entities.DailyEntity: void setId(java.lang.Long) -james.adaptiveicon.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow -com.xw.repo.bubbleseekbar.R$attr: int bsb_always_show_bubble_delay -okio.RealBufferedSource: int read(byte[]) -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_android_gravity -androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat_Dark -com.jaredrummler.android.colorpicker.R$attr: int cpv_allowPresets -com.google.android.material.R$style: int Base_DialogWindowTitle_AppCompat -com.google.android.material.R$integer: R$integer() -androidx.preference.R$dimen: int disabled_alpha_material_light -androidx.viewpager.widget.PagerTitleStrip: void setNonPrimaryAlpha(float) -androidx.hilt.R$drawable: int notification_icon_background -io.reactivex.Observable: io.reactivex.Observable concatMap(io.reactivex.functions.Function) -com.turingtechnologies.materialscrollbar.R$attr: int lineSpacing -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse -android.didikee.donate.R$style: int ThemeOverlay_AppCompat_Light -okhttp3.internal.http.RealInterceptorChain: int readTimeout -wangdaye.com.geometricweather.R$attr: int layout_constraintBottom_toTopOf -com.google.android.material.bottomappbar.BottomAppBar: float getFabCradleRoundedCornerRadius() -androidx.preference.R$dimen: int abc_action_bar_subtitle_top_margin_material -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_popupMenuStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX -wangdaye.com.geometricweather.R$attr: int preferenceFragmentStyle -wangdaye.com.geometricweather.R$string: int precipitation -wangdaye.com.geometricweather.R$styleable: int[] ColorPreference -com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior: AppBarLayout$ScrollingViewBehavior(android.content.Context,android.util.AttributeSet) -okhttp3.internal.http1.Http1Codec$AbstractSource -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: java.lang.String unit -androidx.hilt.work.R$attr: int alpha -android.didikee.donate.R$id: int radio -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String alarmTp1 -wangdaye.com.geometricweather.R$styleable: int ActionBar_popupTheme -androidx.work.ExistingWorkPolicy: androidx.work.ExistingWorkPolicy[] values() -com.google.android.material.R$color: int mtrl_filled_stroke_color -com.jaredrummler.android.colorpicker.R$styleable: int[] ActivityChooserView -com.google.android.material.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable -cyanogenmod.app.CMStatusBarManager: void publishTile(java.lang.String,int,cyanogenmod.app.CustomTile) -wangdaye.com.geometricweather.R$id: int disableHome -okhttp3.internal.cache.DiskLruCache: java.lang.String JOURNAL_FILE_TEMP -com.bumptech.glide.integration.okhttp.R$layout: int notification_action_tombstone -wangdaye.com.geometricweather.R$id: int grassTitle -com.jaredrummler.android.colorpicker.R$attr: int preferenceInformationStyle -com.google.android.material.R$id: int aligned -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial: int UnitType -wangdaye.com.geometricweather.R$id: int widget_day_week_subtitle -cyanogenmod.hardware.CMHardwareManager: int FEATURE_PERSISTENT_STORAGE -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: int requestFusion(int) -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_titleCondensed -com.google.android.material.chip.Chip: void setCloseIconContentDescription(java.lang.CharSequence) -com.turingtechnologies.materialscrollbar.R$styleable: int ActionMode_titleTextStyle -com.turingtechnologies.materialscrollbar.R$attr: int panelMenuListTheme -android.didikee.donate.R$attr: int titleTextAppearance -androidx.lifecycle.SavedStateHandleController: java.lang.String TAG_SAVED_STATE_HANDLE_CONTROLLER -androidx.vectordrawable.R$id: int right_icon -androidx.preference.R$attr: int textAllCaps -okhttp3.internal.http.HttpCodec: void cancel() -wangdaye.com.geometricweather.R$dimen: int mtrl_tooltip_minWidth -james.adaptiveicon.R$drawable: int notify_panel_notification_icon_bg -android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: long serialVersionUID -wangdaye.com.geometricweather.R$attr: int tabPaddingBottom -com.jaredrummler.android.colorpicker.R$styleable: int ColorPanelView_cpv_colorShape -com.google.android.material.R$styleable: int FontFamilyFont_android_font -wangdaye.com.geometricweather.R$style: int Preference_PreferenceScreen -com.google.android.material.R$styleable: int TextInputLayout_hintTextColor -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AutoCompleteTextView_FilledBox -android.didikee.donate.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -retrofit2.ParameterHandler$QueryMap: java.lang.reflect.Method method -okhttp3.MultipartBody: okio.ByteString boundary -wangdaye.com.geometricweather.R$drawable: int abc_list_selector_background_transition_holo_dark -wangdaye.com.geometricweather.R$drawable: int weather_snow_3 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Metric: int UnitType -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_barrierMargin -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void attachEntity(java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_placeholder_content -okhttp3.internal.connection.StreamAllocation$StreamAllocationReference: java.lang.Object callStackTrace -androidx.preference.R$attr: int buttonGravity -wangdaye.com.geometricweather.db.entities.DailyEntity: void setPm25(java.lang.Float) -androidx.recyclerview.R$string: R$string() -androidx.constraintlayout.widget.R$layout: int abc_action_mode_bar -wangdaye.com.geometricweather.R$styleable: int Layout_layout_goneMarginTop -com.google.android.material.R$color: int foreground_material_light -com.google.android.material.R$attr: int colorControlNormal -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: boolean error(java.lang.Throwable) -androidx.appcompat.widget.AppCompatButton: void setSupportAllCaps(boolean) -com.google.android.gms.common.zzj -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color: java.lang.String Hex -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Bridge -androidx.vectordrawable.animated.R$id: int italic -androidx.appcompat.widget.AppCompatSpinner: void setPopupBackgroundResource(int) -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_19 -wangdaye.com.geometricweather.R$styleable: int[] ConstraintSet -wangdaye.com.geometricweather.R$style: int Preference_DialogPreference -com.jaredrummler.android.colorpicker.R$id: int tag_unhandled_key_event_manager -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setUvIndex(java.lang.String) -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setRealFeelTemperature(java.lang.Integer) -wangdaye.com.geometricweather.R$attr: int bottom_text_size -com.turingtechnologies.materialscrollbar.R$styleable: int[] TabItem -wangdaye.com.geometricweather.R$dimen: int material_emphasis_high_type -androidx.lifecycle.extensions.R$id: int tag_accessibility_heading -okhttp3.logging.LoggingEventListener: void dnsEnd(okhttp3.Call,java.lang.String,java.util.List) -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) -okhttp3.HttpUrl: java.lang.String url -androidx.vectordrawable.animated.R$styleable: int FontFamily_fontProviderFetchTimeout -james.adaptiveicon.R$styleable: int AppCompatTheme_android_windowAnimationStyle -com.google.android.material.R$styleable: int Motion_motionStagger -wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_height -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse -cyanogenmod.externalviews.IKeyguardExternalViewProvider: void registerCallback(cyanogenmod.externalviews.IKeyguardExternalViewCallbacks) -com.jaredrummler.android.colorpicker.R$color: int abc_background_cache_hint_selector_material_light -wangdaye.com.geometricweather.R$drawable: int widget_card_dark_60 -androidx.appcompat.R$styleable: int MenuGroup_android_menuCategory -com.google.android.material.R$attr: int materialCalendarHeaderSelection -cyanogenmod.app.CMContextConstants$Features -wangdaye.com.geometricweather.R$layout: int activity_preview_icon -androidx.constraintlayout.widget.R$attr: int path_percent -cyanogenmod.app.ProfileManager: cyanogenmod.app.ProfileGroup getActiveProfileGroup(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintVertical_chainStyle -com.amap.api.fence.GeoFence: java.util.List g -androidx.appcompat.widget.ActionMenuView -wangdaye.com.geometricweather.R$styleable: int Transition_duration -com.google.gson.stream.MalformedJsonException: long serialVersionUID -okhttp3.CacheControl: java.lang.String headerValue -androidx.dynamicanimation.R$id: int action_text -com.jaredrummler.android.colorpicker.R$styleable: int[] PreferenceTheme -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData: org.reactivestreams.Publisher mPublisher -androidx.preference.R$attr: int progressBarStyle -androidx.multidex.MultiDexExtractor$ExtractedDex: long crc -android.didikee.donate.R$dimen: int abc_disabled_alpha_material_light -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog_Icon -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_displayOptions -okhttp3.ResponseBody: okhttp3.ResponseBody create(okhttp3.MediaType,okio.ByteString) -cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_UUID -com.google.android.material.R$styleable: int FloatingActionButton_Behavior_Layout_behavior_autoHide -com.baidu.location.e.l$b: java.lang.String f -wangdaye.com.geometricweather.R$styleable: int MaterialShape_shapeAppearanceOverlay -android.didikee.donate.R$styleable: int LinearLayoutCompat_measureWithLargestChild -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position position -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int FOGGY -android.didikee.donate.R$styleable: int MenuItem_android_titleCondensed -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_alpha -androidx.constraintlayout.widget.R$styleable: int Toolbar_contentInsetRight -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxStrokeWidthFocused -com.google.android.material.appbar.AppBarLayout: int getDownNestedScrollRange() -wangdaye.com.geometricweather.R$drawable: int notif_temp_44 -androidx.viewpager2.R$style: int Widget_Compat_NotificationActionContainer -com.google.android.material.slider.BaseSlider: int getAccessibilityFocusedVirtualViewId() -wangdaye.com.geometricweather.R$id: int activity_widget_config_blackTextContainer -cyanogenmod.app.IPartnerInterface$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -androidx.appcompat.R$id: int search_bar -io.reactivex.Observable: io.reactivex.Observable distinct(io.reactivex.functions.Function) -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintBottom_creator -androidx.work.R$styleable: R$styleable() -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Subhead -okhttp3.package-info -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: void setInteractivity(boolean) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_spinnerStyle -androidx.constraintlayout.widget.R$styleable: int MenuItem_numericModifiers -okio.GzipSink -com.google.android.material.slider.BaseSlider: java.util.List getValues() -cyanogenmod.app.CustomTile$ListExpandedStyle: void setListItems(java.util.ArrayList) -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: boolean cancelled -cyanogenmod.app.suggest.AppSuggestManager: android.content.Context mContext -com.baidu.location.BDLocation -androidx.core.R$layout: int notification_template_part_chronometer -wangdaye.com.geometricweather.R$font: int product_sans_thin -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_go_search_api_material -okhttp3.internal.http1.Http1Codec$FixedLengthSink: void flush() +retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: void onNext(java.lang.Object) +androidx.recyclerview.widget.RecyclerView: void removeOnChildAttachStateChangeListener(androidx.recyclerview.widget.RecyclerView$OnChildAttachStateChangeListener) +wangdaye.com.geometricweather.R$attr: int defaultDuration +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow +com.turingtechnologies.materialscrollbar.R$dimen: int design_appbar_elevation +com.google.android.material.floatingactionbutton.FloatingActionButton: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) +wangdaye.com.geometricweather.R$id: int rectangles +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: MfEphemerisResult$Properties$Ephemeris() +com.google.android.material.R$animator +okhttp3.ConnectionSpec: boolean equals(java.lang.Object) +com.google.android.material.R$styleable: int Constraint_layout_constraintBaseline_toBaselineOf +okhttp3.internal.connection.StreamAllocation: okhttp3.internal.http.HttpCodec codec +com.bumptech.glide.R$drawable: int notify_panel_notification_icon_bg +com.google.android.material.floatingactionbutton.FloatingActionButton: void setShowMotionSpecResource(int) +wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: java.lang.String getPollenText(android.content.Context,java.lang.Integer) +com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemTextAppearanceActive(int) +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Overline +androidx.constraintlayout.widget.R$styleable: int Spinner_android_entries +androidx.appcompat.R$styleable: int AppCompatTheme_actionModeCutDrawable +androidx.appcompat.R$drawable: int notification_bg_normal_pressed +androidx.appcompat.view.menu.ActionMenuItemView: ActionMenuItemView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog +androidx.vectordrawable.animated.R$id: int tag_accessibility_clickable_spans +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_thumbTextPadding +cyanogenmod.app.ThemeVersion$ComponentVersion +com.google.android.material.R$style: int Widget_MaterialComponents_Badge +wangdaye.com.geometricweather.R$interpolator: int btn_radio_to_off_mtrl_animation_interpolator_0 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: void setUnit(java.lang.String) +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result: java.lang.String type +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeRainPrecipitationDuration +okhttp3.internal.io.FileSystem: long size(java.io.File) +okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder immutable() +okhttp3.Cache: int ENTRY_METADATA +james.adaptiveicon.R$layout: int abc_select_dialog_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: void setValue(java.lang.String) +android.didikee.donate.R$id: int shortcut +androidx.vectordrawable.animated.R$style: int TextAppearance_Compat_Notification_Line2 +androidx.appcompat.R$drawable: int btn_checkbox_checked_to_unchecked_mtrl_animation +wangdaye.com.geometricweather.R$attr: int flow_verticalStyle +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind: java.lang.Integer gust +wangdaye.com.geometricweather.R$array: int widget_styles +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_SearchView +androidx.constraintlayout.widget.R$id: int start +androidx.recyclerview.R$style: int Widget_Compat_NotificationActionContainer +wangdaye.com.geometricweather.R$attr: int seekBarPreferenceStyle +com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType GOOGLE +com.xw.repo.bubbleseekbar.R$attr: int titleTextAppearance +wangdaye.com.geometricweather.db.entities.DailyEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.DailyEntity,int) +io.reactivex.internal.operators.observable.ObservableReplay$SizeBoundReplayBuffer +com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage INITIALIZE +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Imperial Imperial +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: java.lang.String getTo() +com.google.android.material.R$attr: int motionPathRotate +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onWindowAttributesChanged(android.view.WindowManager$LayoutParams) +androidx.hilt.work.R$style: int TextAppearance_Compat_Notification_Line2 +com.xw.repo.bubbleseekbar.R$styleable: int ActionMode_background +androidx.appcompat.R$drawable: int btn_checkbox_checked_mtrl +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_13 +com.turingtechnologies.materialscrollbar.R$styleable: int ScrimInsetsFrameLayout_insetForeground +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_verticalGap +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$1: void run() +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid +wangdaye.com.geometricweather.R$attr: int listPreferredItemHeightLarge +com.turingtechnologies.materialscrollbar.R$color: int mtrl_fab_ripple_color +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner +com.google.android.material.bottomnavigation.BottomNavigationView: void setItemTextColor(android.content.res.ColorStateList) +okhttp3.CertificatePinner: okhttp3.internal.tls.CertificateChainCleaner certificateChainCleaner +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_content_2 +james.adaptiveicon.R$id: int icon +androidx.drawerlayout.widget.DrawerLayout: void setScrimColor(int) +wangdaye.com.geometricweather.R$drawable: int notif_temp_69 +okhttp3.internal.connection.StreamAllocation: okhttp3.internal.http.HttpCodec newStream(okhttp3.OkHttpClient,okhttp3.Interceptor$Chain,boolean) +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainNoLast: void completion() +android.didikee.donate.R$styleable: int ActionBar_progressBarStyle +com.google.android.material.R$styleable: int MenuItem_android_title +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_4 +androidx.constraintlayout.widget.R$drawable: int btn_radio_on_to_off_mtrl_animation +androidx.constraintlayout.widget.R$attr: int layout_constraintHorizontal_chainStyle +okhttp3.HttpUrl$Builder: boolean isDot(java.lang.String) +com.xw.repo.bubbleseekbar.R$anim: int abc_slide_in_bottom +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay[] values() +cyanogenmod.app.suggest.IAppSuggestManager: boolean handles(android.content.Intent) +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode CLOUDY +androidx.viewpager2.R$attr: int fontProviderFetchStrategy +com.google.android.material.R$layout: int test_toolbar_surface +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceLargePopupMenu +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_62 +okhttp3.Response$Builder: okhttp3.Handshake handshake +com.google.android.material.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset +okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Connection$Listener listener +androidx.appcompat.R$styleable: int AppCompatTextView_fontFamily +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void ackSettings() +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_viewInflaterClass +androidx.preference.R$attr: int srcCompat +com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: int getCircularRevealScrimColor() +androidx.preference.R$id: int on +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningConsequence: int phenomenoMaxColorId +android.didikee.donate.R$styleable: int ActionBar_backgroundSplit +com.google.android.material.R$attr: int buttonTintMode +androidx.preference.R$drawable: int notification_bg_low_pressed +androidx.viewpager2.R$style: int TextAppearance_Compat_Notification_Time +androidx.constraintlayout.widget.R$attr: int dividerPadding +android.didikee.donate.R$style: int Widget_AppCompat_ActionMode +android.didikee.donate.R$style: int Widget_AppCompat_Button_Borderless +cyanogenmod.themes.IThemeChangeListener$Stub: int TRANSACTION_onProgress_0 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Direction +wangdaye.com.geometricweather.R$dimen: int abc_dialog_min_width_minor +com.google.android.material.R$string: int material_timepicker_pm +androidx.preference.R$attr: int controlBackground +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: boolean isDisposed() +wangdaye.com.geometricweather.R$styleable: int MotionTelltales_telltales_velocityMode wangdaye.com.geometricweather.R$attr: int showText -james.adaptiveicon.R$id: int uniform -wangdaye.com.geometricweather.R$drawable: int weather_haze_mini_dark -com.google.android.material.R$id: int start -androidx.constraintlayout.widget.R$attr: int showDividers -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: double lat -james.adaptiveicon.R$attr: int popupWindowStyle -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void dispose() -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver INNER_DISPOSED -io.reactivex.internal.subscriptions.SubscriptionHelper: void cancel() -cyanogenmod.profiles.ConnectionSettings$1: cyanogenmod.profiles.ConnectionSettings[] newArray(int) -com.google.android.material.R$styleable: int TabLayout_tabIconTint -wangdaye.com.geometricweather.R$drawable: int weather_rain_mini_light -androidx.preference.R$styleable: int RecyclerView_layoutManager -com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawable_android_visible -com.jaredrummler.android.colorpicker.ColorPickerView: void setAlphaSliderText(java.lang.String) -androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat_ActionBar -wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setDate(java.util.Date) -androidx.lifecycle.ServiceLifecycleDispatcher: androidx.lifecycle.LifecycleRegistry mRegistry -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.ChineseCityEntity,int) -androidx.lifecycle.SavedStateHandleController -androidx.preference.R$styleable: int ActionBar_logo -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void removeSome(int) -androidx.hilt.work.R$attr: int fontStyle -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_queryHint -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Subhead_Inverse -androidx.drawerlayout.R$dimen: int notification_small_icon_size_as_large -com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat_Light -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Speed: int UnitType -com.amap.api.location.AMapLocationClientOption$1: java.lang.Object[] newArray(int) -com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_statusBarBackground -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_disableDependentsState -androidx.preference.R$style: int Base_Widget_AppCompat_ProgressBar -androidx.appcompat.R$styleable: int AppCompatTheme_actionModeCopyDrawable -com.google.android.material.R$color: int material_slider_inactive_tick_marks_color -okio.GzipSink: GzipSink(okio.Sink) -okhttp3.internal.proxy.NullProxySelector: NullProxySelector() -androidx.viewpager.R$drawable: int notification_bg_low_pressed -androidx.drawerlayout.R$dimen: R$dimen() -androidx.vectordrawable.R$id: int accessibility_custom_action_12 -wangdaye.com.geometricweather.R$drawable: int notif_temp_60 -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_Switch -okhttp3.internal.http2.Header: okio.ByteString TARGET_METHOD -cyanogenmod.app.LiveLockScreenInfo: int priority -androidx.vectordrawable.R$layout: int custom_dialog -wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_box_stroke_width_default -com.google.android.material.slider.BaseSlider: int getHaloRadius() -androidx.preference.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainNoLast: ObservableSampleWithObservable$SampleMainNoLast(io.reactivex.Observer,io.reactivex.ObservableSource) -io.reactivex.Observable: io.reactivex.Observable takeLast(long,java.util.concurrent.TimeUnit) -androidx.constraintlayout.widget.R$layout: int abc_activity_chooser_view_list_item -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float getPressure() -com.google.android.gms.location.DetectedActivity: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$id: int slide -okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RouteDatabase routeDatabase() -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabPaddingBottom -com.bumptech.glide.GeneratedAppGlideModule -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragmentCompat_android_divider -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit -com.xw.repo.bubbleseekbar.R$id: int start -androidx.appcompat.R$styleable: int SearchView_queryBackground -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_SearchView -com.jaredrummler.android.colorpicker.R$attr: int actionDropDownStyle -cyanogenmod.app.IPartnerInterface: void setMobileDataEnabled(boolean) -android.didikee.donate.R$attr: int splitTrack -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) -androidx.preference.R$attr: int backgroundSplit -com.google.android.material.R$drawable: int design_bottom_navigation_item_background -androidx.constraintlayout.widget.R$drawable: int abc_ic_clear_material -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() -com.google.android.material.R$styleable: int NavigationView_itemIconPadding -james.adaptiveicon.R$attr: int state_above_anchor -wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Time -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: io.reactivex.internal.util.AtomicThrowable errors -android.support.v4.app.INotificationSideChannel$Default: INotificationSideChannel$Default() -com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode: com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode[] values() -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilitySnow -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton -com.google.android.material.R$styleable: int AppCompatTheme_actionModeBackground -androidx.constraintlayout.widget.R$attr: int windowActionModeOverlay -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: java.lang.String getInterfaceDescriptor() -androidx.appcompat.R$id: int accessibility_custom_action_22 -okio.ByteString: int size() -wangdaye.com.geometricweather.R$styleable: int CardView_android_minWidth -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Dialog_MinWidth -com.google.android.material.R$styleable: int ConstraintSet_android_layout_marginEnd -com.amap.api.location.AMapLocationClientOption: long c -wangdaye.com.geometricweather.R$layout: int material_timepicker -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeTotalPrecipitationProbability -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceTheme -wangdaye.com.geometricweather.R$id: int widget_week_week_3 -com.google.android.material.R$id: int month_navigation_next -androidx.recyclerview.widget.StaggeredGridLayoutManager$SavedState -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_31 -com.google.android.material.R$attr: int layout_constraintStart_toEndOf -androidx.appcompat.widget.ActionBarContextView: void setContentHeight(int) -wangdaye.com.geometricweather.R$styleable: int GradientColor_android_endX -com.google.android.material.R$style: int Base_Widget_MaterialComponents_PopupMenu -androidx.preference.R$styleable: int SearchView_commitIcon -com.xw.repo.bubbleseekbar.R$attr: int iconTint -com.google.android.material.R$styleable: int KeyPosition_percentWidth -com.google.android.material.R$layout: int design_layout_snackbar_include -wangdaye.com.geometricweather.R$id: int indicator -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$LocalSource: AccuDailyResult$DailyForecasts$Day$LocalSource() -com.jaredrummler.android.colorpicker.R$id: int spinner -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_sheet_modal_elevation -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_firstBaselineToTopHeight -io.reactivex.internal.util.NotificationLite$DisposableNotification: long serialVersionUID -com.google.android.material.R$style: int Platform_MaterialComponents_Light -cyanogenmod.providers.CMSettings$Global: java.lang.String WIFI_AUTO_PRIORITIES_CONFIGURATION -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: java.lang.String ShortPhrase -wangdaye.com.geometricweather.R$attr: int contentPaddingRight -androidx.preference.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu -okio.ByteString: boolean rangeEquals(int,okio.ByteString,int,int) -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_DropDownItem_Spinner -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_height -cyanogenmod.weather.WeatherLocation: java.lang.String access$502(cyanogenmod.weather.WeatherLocation,java.lang.String) -cyanogenmod.weatherservice.WeatherProviderService: WeatherProviderService() -androidx.preference.R$id: int accessibility_custom_action_28 -okio.DeflaterSink: void write(okio.Buffer,long) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Metric: double Value -wangdaye.com.geometricweather.R$attr: int floatingActionButtonStyle -wangdaye.com.geometricweather.R$dimen: int little_weather_icon_size -io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: void run() -retrofit2.ParameterHandler$HeaderMap: retrofit2.Converter valueConverter -com.jaredrummler.android.colorpicker.R$layout: int preference_dialog_edittext -james.adaptiveicon.R$id: int progress_horizontal -android.didikee.donate.R$dimen: int abc_action_bar_subtitle_top_margin_material -com.bumptech.glide.R$drawable: int notification_bg_normal_pressed -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox -okio.BufferedSink: okio.BufferedSink writeLongLe(long) -okhttp3.internal.connection.RealConnection: boolean isHealthy(boolean) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean requestDismiss() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_127 -com.amap.api.location.AMapLocationQualityReport: boolean g -cyanogenmod.platform.Manifest$permission: java.lang.String LIVE_LOCK_SCREEN_MANAGER_ACCESS_PRIVATE -io.reactivex.Observable: io.reactivex.Observable fromPublisher(org.reactivestreams.Publisher) -com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawable_android_enterFadeDuration -cyanogenmod.app.CustomTile$ExpandedStyle: CustomTile$ExpandedStyle(cyanogenmod.app.CustomTile$1) -cyanogenmod.hardware.IThermalListenerCallback$Stub: IThermalListenerCallback$Stub() -io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: boolean inSingle -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void onError(java.lang.Throwable) -com.xw.repo.bubbleseekbar.R$attr: int editTextBackground -androidx.transition.R$attr: int font -wangdaye.com.geometricweather.R$layout: int mtrl_calendar_year -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ProgressBar_Horizontal -retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$1 -wangdaye.com.geometricweather.R$style: int Base_MaterialAlertDialog_MaterialComponents_Title_Icon -androidx.viewpager.R$dimen: int notification_media_narrow_margin -okhttp3.internal.http2.ErrorCode: ErrorCode(java.lang.String,int,int) -com.google.android.material.circularreveal.CircularRevealLinearLayout: int getCircularRevealScrimColor() -cyanogenmod.app.ThemeVersion$ThemeVersionImpl2: java.util.ArrayList cVersions -wangdaye.com.geometricweather.R$color: int primary_text_default_material_dark -io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function9) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_homeAsUpIndicator -androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerViewAccessibilityDelegate getCompatAccessibilityDelegate() -androidx.preference.R$attr: int allowDividerBelow -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void dispose() -wangdaye.com.geometricweather.R$attr: int editTextColor -wangdaye.com.geometricweather.db.entities.WeatherEntity: void resetAlertEntityList() -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: int getFillColor() -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void access$600(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) -wangdaye.com.geometricweather.R$layout: int dialog_resident_location -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_BottomSheetDialog -androidx.customview.R$id: int notification_background -com.google.android.material.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge -android.didikee.donate.R$style: int Widget_AppCompat_ActionBar_TabBar -com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_CompoundButton_Switch -androidx.preference.R$style: int Base_Theme_AppCompat_Light -wangdaye.com.geometricweather.R$string: int common_google_play_services_updating_text -androidx.constraintlayout.widget.VirtualLayout -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_DropDownItem +androidx.preference.R$dimen: int abc_list_item_height_large_material +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView +androidx.hilt.work.R$styleable: int FontFamilyFont_fontStyle +android.didikee.donate.R$styleable: int Toolbar_maxButtonHeight +androidx.constraintlayout.widget.R$style: int Widget_Compat_NotificationActionContainer +com.turingtechnologies.materialscrollbar.R$id: int right_side +cyanogenmod.weather.WeatherLocation$Builder: cyanogenmod.weather.WeatherLocation$Builder setCountryId(java.lang.String) +com.google.android.material.R$color: int dim_foreground_disabled_material_dark +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_rotationX +androidx.appcompat.R$drawable: int abc_dialog_material_background +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_state_dragged +com.google.android.material.button.MaterialButton: void setRippleColorResource(int) +wangdaye.com.geometricweather.R$layout: int mtrl_picker_fullscreen +cyanogenmod.externalviews.KeyguardExternalViewProviderService +com.xw.repo.bubbleseekbar.R$layout: int notification_template_icon_group +androidx.constraintlayout.widget.R$drawable: int notification_template_icon_low_bg +okhttp3.logging.LoggingEventListener: void callFailed(okhttp3.Call,java.io.IOException) +okhttp3.CacheControl: boolean noStore() +com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_startY +androidx.preference.ListPreference$SavedState: android.os.Parcelable$Creator CREATOR +com.google.android.material.chip.Chip: void setChipIconTint(android.content.res.ColorStateList) +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.WeatherIconControlView: WeatherIconControlView(android.content.Context,android.util.AttributeSet,int) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_drawableStart +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintTop_toBottomOf +okhttp3.internal.connection.RealConnection: okhttp3.ConnectionPool connectionPool +io.reactivex.Observable: io.reactivex.Observable startWith(io.reactivex.ObservableSource) +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_contentInsetLeft +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionButton_CloseMode +com.google.android.material.textfield.TextInputLayout: int getBoxBackgroundColor() +com.google.android.material.R$dimen: int mtrl_low_ripple_pressed_alpha +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: SwipeRefreshLayout(android.content.Context) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Spinner +androidx.constraintlayout.widget.R$styleable: int Transform_android_elevation +wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.lang.String getContent() +com.jaredrummler.android.colorpicker.R$color: int switch_thumb_normal_material_dark +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: java.lang.String value +android.didikee.donate.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title +com.google.android.material.R$attr: int lastBaselineToBottomHeight +com.google.android.material.progressindicator.ProgressIndicator: int getCircularRadius() +com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat_Dark +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: long serialVersionUID +org.greenrobot.greendao.AbstractDao: void saveInTx(java.lang.Iterable) +james.adaptiveicon.R$attr: int showText +wangdaye.com.geometricweather.R$attr: int itemShapeInsetBottom +com.turingtechnologies.materialscrollbar.R$attr: int itemHorizontalTranslationEnabled +wangdaye.com.geometricweather.R$attr: int tabInlineLabel +wangdaye.com.geometricweather.R$attr: int maxButtonHeight +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle +androidx.appcompat.R$attr: int contentInsetRight +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: io.reactivex.Observer downstream +wangdaye.com.geometricweather.db.entities.DailyEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.DailyEntity) +androidx.appcompat.R$attr: int hideOnContentScroll +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$Geometry: java.util.List coordinates +com.xw.repo.bubbleseekbar.R$attr: int lineHeight +com.turingtechnologies.materialscrollbar.R$anim: int abc_slide_in_bottom +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Display1 +androidx.constraintlayout.widget.R$attr: int buttonBarStyle +wangdaye.com.geometricweather.R$drawable: int weather_sleet_3 +com.turingtechnologies.materialscrollbar.R$styleable: int MenuGroup_android_visible +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float getNO2() +com.xw.repo.bubbleseekbar.R$attr: int barLength +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle +james.adaptiveicon.R$attr: int logoDescription +wangdaye.com.geometricweather.R$id: int item_weather_daily_value_title +wangdaye.com.geometricweather.R$dimen: int design_navigation_item_horizontal_padding +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property GrassIndex +wangdaye.com.geometricweather.R$attr: int isLightTheme +okio.Okio$3 +okhttp3.internal.platform.JdkWithJettyBootPlatform$JettyNegoProvider +okhttp3.internal.cache.DiskLruCache$Editor$1: DiskLruCache$Editor$1(okhttp3.internal.cache.DiskLruCache$Editor,okio.Sink) +wangdaye.com.geometricweather.R$attr: int endIconCheckable +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_title +cyanogenmod.os.Concierge$ParcelInfo: android.os.Parcel mParcel +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: void onNext(java.lang.Object) +androidx.drawerlayout.widget.DrawerLayout$SavedState: android.os.Parcelable$Creator CREATOR +retrofit2.RequestFactory$Builder: boolean gotPart +okio.ByteString: int hashCode() +androidx.constraintlayout.widget.R$attr: int buttonBarButtonStyle +com.google.android.material.R$attr: int number +com.google.android.material.R$dimen: int notification_small_icon_size_as_large +cyanogenmod.app.Profile: void setBrightness(cyanogenmod.profiles.BrightnessSettings) +androidx.appcompat.widget.ActionBarOverlayLayout: void setHideOnContentScrollEnabled(boolean) +androidx.preference.R$style: int Base_V26_Widget_AppCompat_Toolbar +androidx.hilt.lifecycle.R$dimen: int notification_media_narrow_margin +com.turingtechnologies.materialscrollbar.R$drawable: int abc_action_bar_item_background_material +wangdaye.com.geometricweather.R$menu: int activity_preview_icon +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: java.lang.String unit +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_applyDefaultTheme +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer grassIndex +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ProgressBar_Horizontal +wangdaye.com.geometricweather.R$attr: int arcMode +wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: RoundProgress(android.content.Context,android.util.AttributeSet,int) +okhttp3.internal.platform.JdkWithJettyBootPlatform +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: int temperature +com.github.rahatarmanahmed.cpv.CircularProgressView: float getMaxProgress() +androidx.appcompat.widget.AbsActionBarView: int getContentHeight() +androidx.vectordrawable.animated.R$style: int TextAppearance_Compat_Notification_Info +com.google.android.material.R$style: int Theme_MaterialComponents_CompactMenu +android.didikee.donate.R$styleable: int View_paddingStart +androidx.appcompat.R$style: int TextAppearance_AppCompat_Subhead_Inverse +wangdaye.com.geometricweather.R$attr: int layout_goneMarginRight +com.jaredrummler.android.colorpicker.R$id: int top +androidx.work.R$id: R$id() +com.bumptech.glide.R$attr: int fontProviderFetchTimeout +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.constraintlayout.widget.R$styleable: int OnSwipe_limitBoundsTo +com.jaredrummler.android.colorpicker.R$styleable: int[] CoordinatorLayout +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setColorSchemeResources(int[]) +androidx.viewpager2.R$styleable: int FontFamilyFont_fontStyle +wangdaye.com.geometricweather.R$array: int air_quality_co_units +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Weather +com.google.android.material.R$attr: int behavior_fitToContents +com.google.android.gms.common.server.FavaDiagnosticsEntity: android.os.Parcelable$Creator CREATOR +com.google.android.material.R$styleable: int TextInputLayout_passwordToggleTint +cyanogenmod.app.ILiveLockScreenChangeListener$Stub: ILiveLockScreenChangeListener$Stub() +androidx.core.R$id: int accessibility_custom_action_8 +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void onSubscribe(io.reactivex.disposables.Disposable) +cyanogenmod.externalviews.KeyguardExternalView: void onDetachedFromWindow() +androidx.appcompat.widget.LinearLayoutCompat: int getDividerWidth() +cyanogenmod.externalviews.KeyguardExternalView$2: boolean requestDismissAndStartActivity(android.content.Intent) +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_progressBarPadding +com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getHaloTintList() +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void drainLoop() +james.adaptiveicon.R$id: int text +wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: SwipeSwitchLayout(android.content.Context,android.util.AttributeSet) +cyanogenmod.weatherservice.WeatherProviderService$1: void processCityNameLookupRequest(cyanogenmod.weather.RequestInfo) +com.google.android.material.R$styleable: int MenuItem_android_titleCondensed +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintCircleAngle +com.xw.repo.bubbleseekbar.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow +androidx.preference.R$styleable: int AppCompatImageView_tint +androidx.preference.R$attr: int actionModeCloseButtonStyle +androidx.preference.R$styleable: int AppCompatTheme_actionBarTabStyle +com.google.android.material.R$dimen: int abc_action_bar_default_padding_start_material +wangdaye.com.geometricweather.R$style: int Widget_Compat_NotificationActionContainer +com.turingtechnologies.materialscrollbar.R$dimen: int abc_seekbar_track_background_height_material +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Chip_Action +okhttp3.Credentials: java.lang.String basic(java.lang.String,java.lang.String) +com.google.android.material.progressindicator.ProgressIndicator +androidx.viewpager2.R$integer +okio.BufferedSink: okio.BufferedSink write(byte[]) +okhttp3.Interceptor$Chain: int readTimeoutMillis() +cyanogenmod.app.IProfileManager: cyanogenmod.app.Profile getProfile(android.os.ParcelUuid) +androidx.appcompat.widget.SearchView$SearchAutoComplete: void setSearchView(androidx.appcompat.widget.SearchView) +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: java.util.concurrent.atomic.AtomicLong requested +androidx.work.R$dimen: int notification_big_circle_margin +androidx.appcompat.widget.ActionBarContextView: void setTitleOptional(boolean) +androidx.constraintlayout.widget.R$attr: int paddingTopNoTitle +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index: java.lang.String quali +android.didikee.donate.R$style: int Base_Widget_AppCompat_Spinner +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActivityChooserView +androidx.lifecycle.LiveData: void considerNotify(androidx.lifecycle.LiveData$ObserverWrapper) +com.google.android.material.R$attr +okio.ByteString: boolean endsWith(byte[]) +cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_AM_PM +android.didikee.donate.R$drawable: int abc_item_background_holo_light +wangdaye.com.geometricweather.R$color: int design_dark_default_color_primary_dark +cyanogenmod.hardware.CMHardwareManager: int FEATURE_HIGH_TOUCH_SENSITIVITY +androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type RIGHT +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode +com.google.android.material.textfield.TextInputLayout: float getBoxCornerRadiusTopEnd() +cyanogenmod.app.suggest.ApplicationSuggestion$1: cyanogenmod.app.suggest.ApplicationSuggestion createFromParcel(android.os.Parcel) +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void onNext(java.lang.Object) +com.bumptech.glide.integration.okhttp.R$dimen: int compat_button_padding_horizontal_material +androidx.hilt.lifecycle.R$attr: int fontWeight +com.google.android.material.R$attr: int dayTodayStyle +android.didikee.donate.R$attr: int color +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int HAZE +com.xw.repo.bubbleseekbar.R$attr: int fontProviderQuery +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_PopupMenu +wangdaye.com.geometricweather.R$xml: int widget_clock_day_week +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_pivotY +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setPivotY(float) +james.adaptiveicon.R$style: int Base_V7_Widget_AppCompat_Toolbar +androidx.appcompat.R$style: int TextAppearance_Compat_Notification_Time +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse +com.google.android.material.appbar.CollapsingToolbarLayout: void setScrimAnimationDuration(long) +androidx.lifecycle.extensions.R$layout: R$layout() +com.turingtechnologies.materialscrollbar.R$attr +com.amap.api.location.AMapLocation: void setConScenario(int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: java.lang.String getEn_US() +wangdaye.com.geometricweather.R$id: int activity_widget_config_styleSpinner +com.google.android.material.R$id: int test_checkbox_android_button_tint +io.reactivex.Observable: io.reactivex.Observable merge(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource) +wangdaye.com.geometricweather.R$color: int mtrl_choice_chip_background_color +com.google.android.material.internal.ScrimInsetsFrameLayout: ScrimInsetsFrameLayout(android.content.Context,android.util.AttributeSet) +com.google.android.material.slider.RangeSlider: int getActiveThumbIndex() +com.google.android.material.R$styleable: int Badge_backgroundColor +cyanogenmod.providers.WeatherContract: android.net.Uri AUTHORITY_URI +androidx.constraintlayout.widget.R$attr: int track +retrofit2.HttpServiceMethod$SuspendForBody: java.lang.Object adapt(retrofit2.Call,java.lang.Object[]) +james.adaptiveicon.R$string: int abc_searchview_description_search +com.turingtechnologies.materialscrollbar.R$attr: int dropDownListViewStyle +com.google.android.material.R$attr: int alphabeticModifiers +cyanogenmod.weather.util.WeatherUtils: double celsiusToFahrenheit(double) +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_rotation +okhttp3.internal.connection.StreamAllocation: void release() +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: java.lang.String unitId +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_PopupMenu_Overflow +androidx.preference.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary +com.google.android.material.R$id: int none +com.google.android.material.R$attr: int closeItemLayout +android.didikee.donate.R$color: int switch_thumb_normal_material_light +com.google.android.material.textfield.TextInputLayout +androidx.preference.R$style: int Widget_AppCompat_Toolbar +okio.BufferedSource: int readInt() +com.google.android.material.R$anim: int design_bottom_sheet_slide_out +androidx.constraintlayout.widget.R$attr: int logoDescription +com.google.android.material.R$attr: int keyPositionType +wangdaye.com.geometricweather.R$attr: int buttonTintMode +androidx.preference.R$dimen: int preference_seekbar_padding_vertical +androidx.lifecycle.AbstractSavedStateViewModelFactory: java.lang.String TAG_SAVED_STATE_HANDLE_CONTROLLER +com.jaredrummler.android.colorpicker.R$id: int progress_horizontal +androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType: androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType CENTER +androidx.customview.R$dimen: int compat_control_corner_material +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result: wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$Geometry geometry +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult +com.xw.repo.bubbleseekbar.R$attr: int spinnerDropDownItemStyle +androidx.appcompat.R$styleable: int ActionMode_height +com.google.android.material.R$color: int design_default_color_secondary +androidx.appcompat.resources.R$id: int accessibility_custom_action_29 +androidx.appcompat.resources.R$id: int notification_main_column +com.google.android.material.R$style: int Base_V22_Theme_AppCompat_Light +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionButton_Overflow +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter value(java.lang.String) +okhttp3.Cookie$Builder: okhttp3.Cookie$Builder domain(java.lang.String,boolean) +cyanogenmod.app.ILiveLockScreenManager: boolean unregisterChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void request(long) +com.google.android.material.appbar.AppBarLayout: void removeOnOffsetChangedListener(com.google.android.material.appbar.AppBarLayout$BaseOnOffsetChangedListener) +androidx.constraintlayout.widget.R$id: int line1 +wangdaye.com.geometricweather.R$styleable: int Preference_android_persistent +com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage[] values() +androidx.hilt.R$layout +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeCopyDrawable +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_maxHeight +wangdaye.com.geometricweather.R$color: int design_fab_stroke_top_inner_color +androidx.swiperefreshlayout.R$drawable: int notification_bg_low +com.google.gson.stream.JsonWriter: java.lang.String deferredName +okhttp3.internal.cache.DiskLruCache$Entry: java.io.File[] dirtyFiles +wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_android_summaryOff +cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener mWindowAttachmentListener +wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_sunText +retrofit2.ParameterHandler$QueryMap: boolean encoded +com.amap.api.fence.GeoFenceListener: void onGeoFenceCreateFinished(java.util.List,int,java.lang.String) +com.google.android.material.R$style: int Widget_MaterialComponents_BottomSheet +com.google.android.material.R$attr: int strokeColor +com.turingtechnologies.materialscrollbar.R$string: int abc_capital_on +wangdaye.com.geometricweather.R$styleable: int Spinner_popupTheme +androidx.appcompat.widget.SearchView: void setQueryRefinementEnabled(boolean) +cyanogenmod.hardware.CMHardwareManager: int getArrayValue(int[],int,int) +wangdaye.com.geometricweather.R$styleable: int ActionBar_backgroundSplit +wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView getChartItemView() +wangdaye.com.geometricweather.R$attr: int fontProviderAuthority +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_placeholderText +androidx.preference.SwitchPreference +com.turingtechnologies.materialscrollbar.R$style: int Base_AlertDialog_AppCompat_Light +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ProgressBar +com.xw.repo.bubbleseekbar.R$string: int abc_action_bar_up_description +com.google.android.material.R$style: int Base_V21_Theme_AppCompat_Light +wangdaye.com.geometricweather.R$layout: int material_timepicker +wangdaye.com.geometricweather.R$attr: int dragDirection +androidx.core.R$color: int androidx_core_ripple_material_light +com.bumptech.glide.integration.okhttp.R$attr: int fontProviderPackage +retrofit2.HttpServiceMethod$SuspendForBody +retrofit2.Utils: java.lang.reflect.Type getParameterUpperBound(int,java.lang.reflect.ParameterizedType) +androidx.recyclerview.R$attr: int fastScrollEnabled +retrofit2.ParameterHandler$Headers: void apply(retrofit2.RequestBuilder,okhttp3.Headers) +okio.Buffer$UnsafeCursor: int seek(long) +okhttp3.OkHttpClient$Builder: int readTimeout +com.turingtechnologies.materialscrollbar.R$attr: int drawerArrowStyle +androidx.preference.R$drawable: int btn_radio_off_to_on_mtrl_animation +cyanogenmod.externalviews.ExternalView$3: void run() +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WindLevel +androidx.vectordrawable.animated.R$dimen: int notification_big_circle_margin +james.adaptiveicon.R$color: int switch_thumb_disabled_material_light +com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_startY +cyanogenmod.externalviews.ExternalView: cyanogenmod.externalviews.IExternalViewProvider mExternalViewProvider +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintWidth_default +com.google.android.material.R$styleable: int ConstraintSet_android_rotationY +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$3 +androidx.legacy.coreutils.R$dimen: int notification_action_icon_size +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String getType() +com.google.android.material.R$attr: int chipBackgroundColor +com.bumptech.glide.R$color: R$color() +androidx.preference.R$attr: int backgroundStacked +wangdaye.com.geometricweather.R$styleable: int Spinner_android_prompt +androidx.constraintlayout.widget.R$styleable: int StateListDrawable_android_variablePadding +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircularSkyWeatherView: int getHeaderHeight() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: java.util.Date getTo() +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_d +okhttp3.internal.connection.RouteException: java.io.IOException firstException +androidx.preference.R$attr: int listItemLayout +com.amap.api.location.AMapLocation: java.lang.String getCity() +com.google.android.material.R$id: int title +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeSnowPrecipitation(java.lang.Float) +androidx.fragment.R$styleable: int FontFamilyFont_fontStyle +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: long EpochSet +androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPostStarted(android.app.Activity) +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher: LiveDataReactiveStreams$LiveDataPublisher(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.LiveData) +androidx.vectordrawable.R$dimen: int compat_button_padding_vertical_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX +androidx.hilt.work.R$id: int accessibility_custom_action_21 +com.xw.repo.bubbleseekbar.R$styleable: R$styleable() +wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode[] values() +wangdaye.com.geometricweather.R$string: int key_live_wallpaper +com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose: com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose valueOf(java.lang.String) +com.google.android.gms.base.R$attr: int imageAspectRatioAdjust +androidx.lifecycle.extensions.R$anim: int fragment_close_enter +wangdaye.com.geometricweather.R$layout: int preference_list_fragment +wangdaye.com.geometricweather.R$styleable: int Tooltip_android_text +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_alphabeticModifiers +android.didikee.donate.R$style: int Widget_AppCompat_ActionBar_TabView +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_summaryOff +wangdaye.com.geometricweather.R$styleable: int MenuItem_actionProviderClass +cyanogenmod.app.ICMStatusBarManager: void removeCustomTileFromListener(cyanogenmod.app.ICustomTileListener,java.lang.String,java.lang.String,int) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onAttach(android.os.IBinder) +androidx.work.R$bool: int enable_system_alarm_service_default +cyanogenmod.hardware.CMHardwareManager: int FEATURE_SUNLIGHT_ENHANCEMENT +cyanogenmod.externalviews.ExternalView$2: int val$width +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult$Temperature +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_trackColor +cyanogenmod.app.suggest.ApplicationSuggestion: java.lang.String getPackageName() +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String IS_LEGACY_THEME +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float snow6h +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintRight_toLeftOf +com.google.android.material.R$styleable: int FloatingActionButton_backgroundTintMode +okhttp3.CertificatePinner$Builder: okhttp3.CertificatePinner$Builder add(java.lang.String,java.lang.String[]) +okhttp3.internal.http2.Http2Reader$Handler: void alternateService(int,java.lang.String,okio.ByteString,java.lang.String,int,long) +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: int getThermalState() +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_menu_share_mtrl_alpha +wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_7 +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_PopupWindow +cyanogenmod.externalviews.KeyguardExternalViewProviderService$1$1: cyanogenmod.externalviews.KeyguardExternalViewProviderService$1 this$1 +okhttp3.internal.http2.Settings: int getHeaderTableSize() +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setDate(java.util.Date) +okhttp3.RealCall: okhttp3.Request originalRequest +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float totalPrecipitationProbability +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeWetBulbTemperature +androidx.preference.R$attr: int subtitle +okhttp3.CacheControl$Builder: int maxAgeSeconds +com.amap.api.location.AMapLocationClientOption: long c +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_RatingBar_Small +androidx.preference.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar +androidx.transition.R$styleable: int GradientColor_android_centerY +com.google.android.material.R$attr: int paddingTopNoTitle +wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_min +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String getAlertId() +com.google.android.material.R$attr: int backgroundTint +wangdaye.com.geometricweather.R$attr: int progress_width +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated +com.google.android.material.R$xml: int standalone_badge_gravity_bottom_end +androidx.viewpager.R$styleable: int FontFamily_fontProviderAuthority +androidx.appcompat.R$attr: int listItemLayout +okhttp3.internal.http.RetryAndFollowUpInterceptor: java.lang.Object callStackTrace +wangdaye.com.geometricweather.R$string: int key_notification_text_color +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setOnAttachStateChangeListener(com.google.android.material.snackbar.BaseTransientBottomBar$OnAttachStateChangeListener) +androidx.preference.Preference: void setOnPreferenceChangeInternalListener(androidx.preference.Preference$OnPreferenceChangeInternalListener) +androidx.constraintlayout.widget.R$anim: int abc_shrink_fade_out_from_bottom +wangdaye.com.geometricweather.R$styleable: int KeyPosition_framePosition +androidx.preference.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_3DES_EDE_CBC_SHA +wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoldIndex(java.lang.Integer) +com.google.android.material.R$styleable: int ConstraintSet_android_translationZ +com.google.android.material.R$color: int design_icon_tint +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_dropdownPreferenceStyle +androidx.constraintlayout.motion.widget.MotionLayout +com.xw.repo.bubbleseekbar.R$id: int normal +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_actionLayout +cyanogenmod.app.CustomTile$ExpandedGridItem: void setExpandedGridItemOnClickIntent(android.app.PendingIntent) +com.google.android.material.R$styleable: int NavigationView_itemMaxLines +james.adaptiveicon.R$attr: int alphabeticModifiers +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX() io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator -android.didikee.donate.R$styleable: int AppCompatTheme_actionModeBackground -androidx.vectordrawable.animated.R$attr: int fontWeight -com.google.android.material.R$dimen: int highlight_alpha_material_colored -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setRefreshing(boolean) -androidx.preference.R$styleable: int Preference_android_dependency -androidx.fragment.R$attr: int fontProviderAuthority -okhttp3.internal.platform.Android10Platform -com.google.android.material.button.MaterialButton: void setCheckable(boolean) -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_titleEnabled -androidx.customview.R$color: int secondary_text_default_material_light -wangdaye.com.geometricweather.R$dimen: int item_touch_helper_swipe_escape_max_velocity -wangdaye.com.geometricweather.R$attr: int waveVariesBy -androidx.appcompat.widget.AppCompatImageButton: void setImageDrawable(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cw -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintStart_toEndOf -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable -androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu -wangdaye.com.geometricweather.R$dimen: int abc_action_bar_icon_vertical_padding_material -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintRight_toLeftOf -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder setQueryParameter(java.lang.String,java.lang.String) -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -cyanogenmod.profiles.AirplaneModeSettings$1: java.lang.Object createFromParcel(android.os.Parcel) -wangdaye.com.geometricweather.R$string: int common_google_play_services_unknown_issue -androidx.recyclerview.widget.LinearLayoutManager$SavedState -io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: long end -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatImageView_srcCompat -com.xw.repo.bubbleseekbar.R$style: int Widget_Support_CoordinatorLayout -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_10 -wangdaye.com.geometricweather.R$styleable: int Preference_icon -okhttp3.internal.Internal: okhttp3.internal.connection.StreamAllocation streamAllocation(okhttp3.Call) -androidx.preference.R$id: int action_divider -androidx.appcompat.R$color: int error_color_material_dark -com.google.android.material.textfield.TextInputLayout: com.google.android.material.internal.CheckableImageButton getEndIconView() -wangdaye.com.geometricweather.R$style: int content_text -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: float getBackgroundOverlayColorAlpha() -com.google.android.material.R$string: int mtrl_picker_text_input_year_abbr -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getNo2Desc() -com.bumptech.glide.integration.okhttp.R$dimen: int notification_large_icon_height -okhttp3.internal.ws.WebSocketWriter: okio.BufferedSink sink -androidx.core.R$layout: R$layout() -androidx.constraintlayout.widget.R$styleable: int MenuGroup_android_enabled -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float no2 -cyanogenmod.app.Profile: java.util.Map connections -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: java.lang.String getAbbreviation(android.content.Context) -com.turingtechnologies.materialscrollbar.R$attr: int counterTextAppearance -com.amap.api.fence.GeoFenceManagerBase: void setGeoFenceAble(java.lang.String,boolean) -androidx.transition.R$id: int icon -androidx.viewpager2.R$id: int tag_transition_group -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_scaleX -cyanogenmod.weatherservice.WeatherProviderService: void attachBaseContext(android.content.Context) -wangdaye.com.geometricweather.R$style: int Platform_ThemeOverlay_AppCompat_Dark -com.google.android.material.button.MaterialButton: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableEndCompat -androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_android_ttcIndex -androidx.preference.R$styleable: int AppCompatTheme_imageButtonStyle -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_drawableLeft -com.google.android.material.R$string: int path_password_eye -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: ObservableRange$RangeDisposable(io.reactivex.Observer,long,long) -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float snow -com.google.android.material.R$styleable: int ActionMode_titleTextStyle -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd -com.jaredrummler.android.colorpicker.R$style: int Preference_Category_Material -okhttp3.internal.cache.DiskLruCache$Editor: okio.Source newSource(int) -androidx.constraintlayout.widget.R$style: int Platform_ThemeOverlay_AppCompat_Light -android.didikee.donate.R$styleable: int View_android_theme -okhttp3.HttpUrl: java.lang.String encodedFragment() -com.turingtechnologies.materialscrollbar.R$color: int material_grey_850 -com.google.android.material.card.MaterialCardView: void setShapeAppearanceModel(com.google.android.material.shape.ShapeAppearanceModel) -com.google.android.material.R$id: int customPanel -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Button_Small -androidx.appcompat.widget.AppCompatSpinner: void setPrompt(java.lang.CharSequence) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_QUICK_QS_PULLDOWN_VALIDATOR -androidx.constraintlayout.widget.R$styleable: int OnSwipe_dragDirection -android.didikee.donate.R$style: int Theme_AppCompat_Light_NoActionBar -androidx.preference.R$styleable: int PreferenceFragmentCompat_allowDividerAfterLastItem -androidx.coordinatorlayout.R$id: int accessibility_custom_action_6 -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_NoActionBar -androidx.hilt.work.R$id: int icon -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder shouldCollapsePanel(boolean) -wangdaye.com.geometricweather.settings.dialogs.MinimalIconDialog -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: void onNext(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat_Dialog -okhttp3.internal.http2.Header: okio.ByteString value -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ListPopupWindow -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_contentInsetEndWithActions -cyanogenmod.weatherservice.ServiceRequestResult: cyanogenmod.weather.WeatherInfo mWeatherInfo -androidx.recyclerview.R$color: int notification_action_color_filter -james.adaptiveicon.R$color: int abc_search_url_text_normal -james.adaptiveicon.R$styleable: int ColorStateListItem_android_alpha -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind: MfForecastResult$Forecast$Wind() -okhttp3.internal.http2.Http2Stream -wangdaye.com.geometricweather.R$string: int content_des_moonrise -wangdaye.com.geometricweather.R$layout: int mtrl_alert_dialog_actions -androidx.fragment.R$dimen: int notification_top_pad_large_text -com.turingtechnologies.materialscrollbar.TouchScrollBar: TouchScrollBar(android.content.Context,android.util.AttributeSet) -com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemBackground(android.graphics.drawable.Drawable) -com.google.android.material.R$style: int Base_Widget_MaterialComponents_ProgressIndicator -com.amap.api.location.DPoint: int describeContents() -androidx.coordinatorlayout.R$id: int tag_unhandled_key_listeners -wangdaye.com.geometricweather.R$id: int enterAlways -okhttp3.Address: javax.net.SocketFactory socketFactory() -io.reactivex.Observable: io.reactivex.Observable timeout0(long,java.util.concurrent.TimeUnit,io.reactivex.ObservableSource,io.reactivex.Scheduler) -okhttp3.OkHttpClient$Builder: javax.net.ssl.SSLSocketFactory sslSocketFactory -wangdaye.com.geometricweather.R$integer: int mtrl_chip_anim_duration -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeThunderstormPrecipitationDuration -androidx.appcompat.R$attr: int state_above_anchor -wangdaye.com.geometricweather.R$animator: int linear_indeterminate_line2_head_interpolator -io.reactivex.Observable: io.reactivex.Single sequenceEqual(io.reactivex.ObservableSource,io.reactivex.ObservableSource,int) -io.reactivex.internal.subscriptions.SubscriptionHelper: io.reactivex.internal.subscriptions.SubscriptionHelper[] values() -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Large_Inverse -com.jaredrummler.android.colorpicker.R$id: int parentPanel -com.xw.repo.bubbleseekbar.R$attr: int progressBarPadding -com.google.android.material.R$dimen: int mtrl_btn_text_btn_padding_right -com.google.android.material.R$dimen: int material_clock_hand_stroke_width -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange Past12HourRange -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int ThunderstormProbability -androidx.vectordrawable.animated.R$dimen: int notification_media_narrow_margin -com.google.android.material.R$id: int month_navigation_previous -com.amap.api.location.AMapLocation: void setOffset(boolean) -com.google.android.gms.common.api.ApiException: com.google.android.gms.common.api.Status getStatus() -androidx.coordinatorlayout.R$styleable: int FontFamily_fontProviderFetchStrategy -wangdaye.com.geometricweather.R$color: int design_default_color_on_surface -androidx.core.R$id: int accessibility_action_clickable_span -com.google.android.material.R$styleable: int LinearLayoutCompat_divider -wangdaye.com.geometricweather.R$string: int path_password_eye -androidx.recyclerview.R$id: int accessibility_custom_action_16 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: int getStatus() -androidx.loader.R$dimen: int notification_small_icon_background_padding -cyanogenmod.externalviews.KeyguardExternalView$6: cyanogenmod.externalviews.KeyguardExternalView this$0 -wangdaye.com.geometricweather.R$styleable: int ActionBar_height -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_halfExpandedRatio -wangdaye.com.geometricweather.R$id: int gone -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionMode -com.google.android.material.slider.Slider: float getValueTo() -com.xw.repo.bubbleseekbar.R$string: int abc_menu_delete_shortcut_label -androidx.customview.R$attr -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 -androidx.preference.R$styleable: int CheckBoxPreference_disableDependentsState -cyanogenmod.os.Build$CM_VERSION_CODES -com.google.android.material.R$attr: int flow_horizontalBias -io.reactivex.internal.subscribers.DeferredScalarSubscriber: void onNext(java.lang.Object) -cyanogenmod.app.CustomTileListenerService: cyanogenmod.app.ICMStatusBarManager getStatusBarInterface() -com.google.android.material.tabs.TabLayout: void removeOnTabSelectedListener(com.google.android.material.tabs.TabLayout$OnTabSelectedListener) -android.support.v4.app.INotificationSideChannel$Stub: INotificationSideChannel$Stub() -com.google.android.material.R$style: int TestStyleWithoutLineHeight -cyanogenmod.providers.CMSettings$DelimitedListValidator: boolean validate(java.lang.String) -com.google.android.material.R$styleable: int Layout_android_layout_width -com.google.android.material.R$dimen: int notification_top_pad -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_height -retrofit2.Utils$GenericArrayTypeImpl: java.lang.String toString() -com.google.android.material.textfield.TextInputLayout: int getBoxStrokeWidth() -androidx.appcompat.R$dimen: int notification_subtext_size -wangdaye.com.geometricweather.R$color: int background_floating_material_light -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle -androidx.constraintlayout.widget.R$styleable: int Constraint_android_translationX -okio.Pipe$PipeSource -com.turingtechnologies.materialscrollbar.R$color: int cardview_light_background -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature -cyanogenmod.weather.CMWeatherManager: int requestWeatherUpdate(android.location.Location,cyanogenmod.weather.CMWeatherManager$WeatherUpdateRequestListener) -okhttp3.internal.Util: java.lang.String canonicalizeHost(java.lang.String) -com.bumptech.glide.R$dimen: int compat_button_inset_horizontal_material -com.xw.repo.bubbleseekbar.R$id: int below_section_mark -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_android_windowAnimationStyle -androidx.transition.R$drawable: int notification_bg_normal_pressed -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large -wangdaye.com.geometricweather.R$dimen: int mtrl_bottomappbar_height -com.google.android.material.R$dimen: int mtrl_calendar_pre_l_text_clip_padding -androidx.preference.PreferenceCategory: PreferenceCategory(android.content.Context,android.util.AttributeSet) -androidx.hilt.R$id: int accessibility_custom_action_25 -androidx.preference.R$styleable: int SwitchCompat_android_textOn -cyanogenmod.weather.WeatherInfo: double access$1302(cyanogenmod.weather.WeatherInfo,double) -androidx.core.R$id: R$id() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_popupMenuStyle -androidx.appcompat.R$style: int Widget_AppCompat_ActionBar_TabText -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer wetBulbTemperature -com.google.gson.stream.JsonWriter: boolean isLenient() -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_star_half_black_36dp -cyanogenmod.providers.CMSettings$Secure: cyanogenmod.providers.CMSettings$Validator PROTECTED_COMPONENTS_MANAGER_VALIDATOR -androidx.hilt.lifecycle.R$id: int title -wangdaye.com.geometricweather.R$styleable: int Constraint_android_maxWidth -wangdaye.com.geometricweather.R$array: int air_quality_co_unit_voices -androidx.preference.R$styleable: int RecyclerView_android_clipToPadding -okhttp3.Call: okhttp3.Call clone() -cyanogenmod.weather.WeatherInfo: int getConditionCode() -okhttp3.Cache: int requestCount -james.adaptiveicon.R$attr: int windowActionBarOverlay -androidx.constraintlayout.widget.R$id: int customPanel -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float getSnow() -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver parent -androidx.lifecycle.LifecycleService -wangdaye.com.geometricweather.R$attr: int preferenceScreenStyle -org.greenrobot.greendao.AbstractDao: boolean isEntityUpdateable() -com.xw.repo.bubbleseekbar.R$layout: int abc_action_menu_layout -com.google.android.material.R$attr: int barLength -james.adaptiveicon.R$styleable: int AppCompatTheme_windowActionBar -com.google.android.material.floatingactionbutton.FloatingActionButton: void setTranslationZ(float) -okio.AsyncTimeout: long IDLE_TIMEOUT_MILLIS -cyanogenmod.themes.ThemeManager: void logThemeServiceException(java.lang.Exception) -io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(long,java.util.concurrent.TimeUnit) -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Dialog_Alert -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_voiceIcon -androidx.constraintlayout.widget.R$id: int tag_accessibility_heading -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType InsertOrReplaceInTxArray -org.greenrobot.greendao.AbstractDao: void deleteInTx(java.lang.Iterable) -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_TextView -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float thunderstormPrecipitation -io.reactivex.internal.observers.InnerQueuedObserver: boolean isDisposed() -android.didikee.donate.R$layout: int abc_action_mode_close_item_material -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) -androidx.appcompat.view.menu.CascadingMenuPopup: void setOnDismissListener(android.widget.PopupWindow$OnDismissListener) -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_BRIGHTNESS_LEVEL -wangdaye.com.geometricweather.R$attr: int layout_constraintStart_toStartOf -androidx.loader.R$dimen: int compat_button_padding_vertical_material -james.adaptiveicon.R$styleable: int ActionBarLayout_android_layout_gravity -cyanogenmod.profiles.StreamSettings: boolean isDirty() -okhttp3.internal.http.HttpMethod: boolean requiresRequestBody(java.lang.String) -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void innerClose(boolean,io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver) -android.didikee.donate.R$styleable: int ActionBar_height -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: int getProgressViewEndOffset() -james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorIconTint -com.turingtechnologies.materialscrollbar.R$styleable: int ForegroundLinearLayout_android_foreground -com.google.android.material.chip.Chip: void setCheckedIcon(android.graphics.drawable.Drawable) -okhttp3.internal.http1.Http1Codec$AbstractSource: okio.ForwardingTimeout timeout -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -androidx.loader.content.Loader -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: void setUrl(java.lang.String) -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: java.lang.String getSerialNumber() -cyanogenmod.weather.ICMWeatherManager: void registerWeatherServiceProviderChangeListener(cyanogenmod.weather.IWeatherServiceProviderChangeListener) -androidx.appcompat.R$dimen: int abc_text_size_button_material -com.google.android.material.R$attr: int defaultState -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ListView_DropDown -com.baidu.location.e.l$b -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: float intervalInHour -androidx.swiperefreshlayout.R$drawable: int notification_template_icon_bg -androidx.work.impl.WorkDatabase -wangdaye.com.geometricweather.db.entities.DaoMaster: void dropAllTables(org.greenrobot.greendao.database.Database,boolean) -com.google.android.material.R$styleable: int MaterialTextView_android_textAppearance -androidx.viewpager2.R$id: int accessibility_custom_action_6 -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: int CloudCover -com.bumptech.glide.integration.okhttp.R$id: int actions -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: com.google.android.material.animation.MotionSpec getShrinkMotionSpec() -com.turingtechnologies.materialscrollbar.R$style: int Platform_MaterialComponents_Light -retrofit2.RequestFactory$Builder: java.lang.Class boxIfPrimitive(java.lang.Class) -cyanogenmod.weather.CMWeatherManager$2$2: CMWeatherManager$2$2(cyanogenmod.weather.CMWeatherManager$2,cyanogenmod.weather.CMWeatherManager$LookupCityRequestListener,int,java.util.List) -retrofit2.ParameterHandler$Query: retrofit2.Converter valueConverter -androidx.viewpager2.R$styleable: int FontFamily_fontProviderPackage -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActivityChooserView -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dialogCornerRadius -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Imperial: int UnitType -com.google.android.material.R$dimen: int abc_control_inset_material -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property Province -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.rx.RxDao rx() -com.google.android.material.chip.Chip: void setChipStrokeWidth(float) -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: boolean checkTerminated(boolean,boolean,org.reactivestreams.Subscriber) -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: ObservableTakeUntil$TakeUntilMainObserver(io.reactivex.Observer) -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.WeatherIconControlView: WeatherIconControlView(android.content.Context) -androidx.constraintlayout.widget.R$attr: int thumbTintMode -android.didikee.donate.R$styleable: int AppCompatTheme_windowActionBarOverlay -okhttp3.Response: okhttp3.Response priorResponse() -com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_RatingBar_Small -androidx.viewpager.widget.ViewPager: void removeOnPageChangeListener(androidx.viewpager.widget.ViewPager$OnPageChangeListener) -james.adaptiveicon.R$styleable: int ActionMode_subtitleTextStyle -wangdaye.com.geometricweather.R$attr: int badgeGravity -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintCircleRadius -com.google.android.gms.base.R$styleable: int[] SignInButton -com.jaredrummler.android.colorpicker.R$styleable: int Preference_fragment -androidx.preference.R$attr: int layout -androidx.preference.R$id: int notification_background -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Imperial: java.lang.String Unit -androidx.hilt.work.R$id: int accessibility_custom_action_17 -androidx.appcompat.R$attr: int checkedTextViewStyle -androidx.appcompat.R$attr: int windowFixedHeightMajor -okhttp3.HttpUrl: java.lang.String canonicalize(java.lang.String,java.lang.String,boolean,boolean,boolean,boolean,java.nio.charset.Charset) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_1 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: java.lang.String getValue() -com.google.android.material.R$styleable: int AppCompatImageView_android_src -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_chainUseRtl -androidx.appcompat.R$styleable: int RecycleListView_paddingTopNoTitle -wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_box_corner_radius_medium -android.didikee.donate.R$drawable: int notification_bg_normal -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: boolean requestDismissAndStartActivity(android.content.Intent) -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: void setAddress(java.lang.String) -androidx.appcompat.R$attr: int textAppearancePopupMenuHeader -androidx.appcompat.widget.ScrollingTabContainerView: ScrollingTabContainerView(android.content.Context) -com.google.android.material.R$layout: int abc_list_menu_item_radio -androidx.appcompat.widget.AppCompatToggleButton -wangdaye.com.geometricweather.R$styleable: int MultiSelectListPreference_android_entries -androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionBar -retrofit2.Retrofit: retrofit2.Converter requestBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],java.lang.annotation.Annotation[]) -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: java.lang.String getAddress() -androidx.vectordrawable.R$styleable: int FontFamily_fontProviderPackage -com.jaredrummler.android.colorpicker.R$attr: int spinnerDropDownItemStyle -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: boolean done -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionButton -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setHeadIconType(java.lang.String) -androidx.appcompat.R$color: int dim_foreground_material_dark -com.bumptech.glide.Registry$NoImageHeaderParserException: Registry$NoImageHeaderParserException() -androidx.constraintlayout.widget.R$attr: int contentInsetRight -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_editor_absoluteY -com.xw.repo.bubbleseekbar.R$styleable: int[] Toolbar -okhttp3.internal.http.HttpCodec: void finishRequest() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial: double Value -okhttp3.internal.ws.RealWebSocket: boolean processNextFrame() -com.google.android.material.R$attr: int suffixTextColor -androidx.viewpager2.R$style: int TextAppearance_Compat_Notification_Title -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_overflow_padding_start_material -androidx.hilt.lifecycle.R$dimen: int notification_action_icon_size -androidx.coordinatorlayout.R$id: int accessibility_custom_action_17 -androidx.appcompat.R$style: int Widget_AppCompat_Button_Borderless_Colored -okhttp3.Address: okhttp3.CertificatePinner certificatePinner() -cyanogenmod.app.CustomTile$ExpandedItem: int itemDrawableResourceId -androidx.appcompat.R$anim: int abc_fade_in -com.google.android.material.R$styleable: int AppCompatTheme_colorBackgroundFloating -com.jaredrummler.android.colorpicker.R$styleable: int RecycleListView_paddingBottomNoButtons -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ListView -org.greenrobot.greendao.AbstractDao: void deleteByKey(java.lang.Object) -wangdaye.com.geometricweather.R$anim: int mtrl_bottom_sheet_slide_out +okhttp3.HttpUrl: java.lang.String fragment +io.reactivex.internal.util.ArrayListSupplier: java.util.List call() +androidx.room.RoomDatabase$JournalMode: androidx.room.RoomDatabase$JournalMode TRUNCATE +com.google.android.material.R$styleable: int Toolbar_title +wangdaye.com.geometricweather.R$drawable: int ic_navigation +cyanogenmod.weather.WeatherLocation: java.lang.String access$402(cyanogenmod.weather.WeatherLocation,java.lang.String) +com.google.android.material.textfield.TextInputLayout: float getHintCollapsedTextHeight() +androidx.loader.R$drawable: int notification_action_background +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void setInteractivity(boolean) +androidx.appcompat.widget.SearchView$SearchAutoComplete: SearchView$SearchAutoComplete(android.content.Context,android.util.AttributeSet,int) +androidx.appcompat.R$styleable: int[] ActionBarLayout +androidx.appcompat.R$styleable: int AppCompatTheme_imageButtonStyle +retrofit2.RequestFactory: retrofit2.RequestFactory parseAnnotations(retrofit2.Retrofit,java.lang.reflect.Method) +cyanogenmod.providers.CMSettings$System: java.lang.String CALL_RECORDING_FORMAT +com.turingtechnologies.materialscrollbar.R$attr: int buttonTint +com.google.android.material.R$color: int mtrl_chip_ripple_color +androidx.appcompat.widget.AppCompatImageButton: android.content.res.ColorStateList getSupportBackgroundTintList() +okio.Buffer$UnsafeCursor: void close() +okio.Buffer: boolean rangeEquals(okio.Segment,int,okio.ByteString,int,int) +okhttp3.logging.LoggingEventListener: void callEnd(okhttp3.Call) +okhttp3.Response$Builder: okhttp3.Response$Builder removeHeader(java.lang.String) +io.reactivex.internal.observers.DeferredScalarDisposable: int DISPOSED +cyanogenmod.app.CustomTileListenerService: android.os.IBinder onBind(android.content.Intent) +io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: void onComplete() +cyanogenmod.externalviews.ExternalViewProviderService: void onCreate() +okhttp3.internal.http2.Http2Reader$Handler: void goAway(int,okhttp3.internal.http2.ErrorCode,okio.ByteString) +androidx.preference.R$styleable: int CheckBoxPreference_summaryOn +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: long serialVersionUID +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: MfForecastResult$DailyForecast() +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: void dispose() +retrofit2.RequestFactory$Builder: java.util.regex.Pattern PARAM_URL_REGEX +io.reactivex.internal.util.EmptyComponent: void onSuccess(java.lang.Object) +androidx.constraintlayout.widget.R$drawable: int abc_textfield_search_activated_mtrl_alpha +androidx.appcompat.widget.LinearLayoutCompat: android.graphics.drawable.Drawable getDividerDrawable() +androidx.activity.R$color: int notification_action_color_filter +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: java.lang.String advice +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActivityChooserView +androidx.transition.R$id: int normal +androidx.transition.R$styleable: int FontFamilyFont_android_fontWeight +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator VOLUME_WAKE_SCREEN_VALIDATOR +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_logo +androidx.vectordrawable.R$id: int chronometer +wangdaye.com.geometricweather.R$string: int path_password_strike_through +androidx.viewpager2.R$drawable: int notification_bg_low_pressed +com.google.android.material.R$dimen: int mtrl_slider_track_top +io.reactivex.Observable: io.reactivex.Observable concatMapSingleDelayError(io.reactivex.functions.Function,boolean,int) +wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerFamilyTopRight +com.jaredrummler.android.colorpicker.R$styleable: int Preference_order +cyanogenmod.themes.ThemeChangeRequest$Builder: ThemeChangeRequest$Builder() +androidx.recyclerview.widget.RecyclerView: void addOnChildAttachStateChangeListener(androidx.recyclerview.widget.RecyclerView$OnChildAttachStateChangeListener) +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void onError(java.lang.Throwable) +okhttp3.internal.connection.RouteSelector$Selection +com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource MEMORY_CACHE +cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_WIFI +androidx.viewpager.R$drawable: R$drawable() +androidx.preference.R$id: int accessibility_custom_action_2 +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver +androidx.core.R$attr: int fontProviderCerts +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: void dispose() +io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: void dispose() +androidx.appcompat.resources.R$style: int TextAppearance_Compat_Notification_Line2 +androidx.constraintlayout.widget.R$styleable: int MenuView_android_itemBackground +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult: java.lang.String MobileLink +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_132 +com.google.android.material.slider.BaseSlider: void setActiveThumbIndex(int) +android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem +cyanogenmod.profiles.LockSettings$1: cyanogenmod.profiles.LockSettings[] newArray(int) +androidx.fragment.R$id: int line3 +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setScaleX(float) +wangdaye.com.geometricweather.R$attr: int bsb_thumb_text_color +wangdaye.com.geometricweather.remoteviews.config.WeekWidgetConfigActivity +androidx.appcompat.R$styleable: int MenuItem_actionLayout +com.google.android.material.R$styleable: int TextInputLayout_hintTextColor +wangdaye.com.geometricweather.R$layout: int mtrl_alert_select_dialog_item +wangdaye.com.geometricweather.R$attr: int buttonGravity +androidx.appcompat.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_text_padding +okhttp3.internal.http2.Http2Reader$ContinuationSource: okio.BufferedSource source +wangdaye.com.geometricweather.R$xml: int widget_multi_city +androidx.constraintlayout.utils.widget.MotionTelltales: MotionTelltales(android.content.Context,android.util.AttributeSet,int) +androidx.preference.R$attr: int allowStacking +retrofit2.SkipCallbackExecutorImpl: java.lang.Class annotationType() +androidx.viewpager2.R$attr: int fastScrollVerticalThumbDrawable +android.didikee.donate.R$styleable: int AppCompatTheme_tooltipForegroundColor +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: int Level +cyanogenmod.providers.CMSettings$System: java.lang.String VOLUME_KEYS_CONTROL_RING_STREAM +wangdaye.com.geometricweather.R$attr: int materialThemeOverlay +com.google.android.material.button.MaterialButton: int getStrokeWidth() +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ListView +androidx.constraintlayout.widget.R$id: int tag_accessibility_heading +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Medium +com.google.android.material.R$attr: int mock_showLabel +wangdaye.com.geometricweather.db.entities.HourlyEntity: long time +okio.AsyncTimeout: void scheduleTimeout(okio.AsyncTimeout,long,boolean) +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowFixedHeightMinor +io.reactivex.internal.observers.ForEachWhileObserver: void onComplete() +com.xw.repo.bubbleseekbar.R$attr: int contentInsetStart +androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType: androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType END +wangdaye.com.geometricweather.db.entities.AlertEntity: void setWeatherSource(java.lang.String) +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_counterMaxLength +cyanogenmod.externalviews.ExternalViewProviderService$1$1: android.os.Bundle val$options +com.google.android.material.textfield.TextInputLayout: int getBaseline() +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: io.reactivex.Observer downstream +android.didikee.donate.R$color: int material_blue_grey_800 +com.turingtechnologies.materialscrollbar.R$color: int mtrl_tabs_legacy_text_color_selector +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeSnowPrecipitationProbability +androidx.hilt.lifecycle.R$style: int TextAppearance_Compat_Notification_Title +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_AutoCompleteTextView +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light_DialogWhenLarge +wangdaye.com.geometricweather.R$id: int transition_scene_layoutid_cache +com.loc.k: k(java.lang.String) +com.turingtechnologies.materialscrollbar.R$string: int search_menu_title +androidx.constraintlayout.widget.R$id: int src_atop +wangdaye.com.geometricweather.R$styleable: int Toolbar_collapseContentDescription +retrofit2.KotlinExtensions$await$4$2: kotlinx.coroutines.CancellableContinuation $continuation +androidx.appcompat.R$styleable: int Spinner_popupTheme +wangdaye.com.geometricweather.db.entities.MinutelyEntity: boolean getDaylight() +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Compat_Notification_Title +okhttp3.Cookie: boolean httpOnly() +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setEnabled(boolean) +james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarTabBarStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX getBrandInfo() +okhttp3.internal.http2.Huffman: okhttp3.internal.http2.Huffman get() +androidx.work.R$styleable: int FontFamily_fontProviderFetchTimeout +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.MinutelyEntity) +android.didikee.donate.R$styleable: int[] Spinner +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small +androidx.lifecycle.FullLifecycleObserver: void onResume(androidx.lifecycle.LifecycleOwner) +com.turingtechnologies.materialscrollbar.R$attr: int layout_insetEdge +android.didikee.donate.R$attr: int barLength +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableRightCompat +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_voiceIcon +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarSwipeRefreshLayout +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: java.util.List value +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarTabBarStyle +wangdaye.com.geometricweather.remoteviews.config.DayWeekWidgetConfigActivity +okhttp3.RequestBody$1: okhttp3.MediaType val$contentType +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setTranslateX(float) +android.didikee.donate.R$attr: int switchTextAppearance +wangdaye.com.geometricweather.R$id: int none +wangdaye.com.geometricweather.R$attr: int cornerSizeTopLeft +androidx.appcompat.widget.AppCompatSpinner: void setPopupBackgroundDrawable(android.graphics.drawable.Drawable) +android.didikee.donate.R$attr: int srcCompat +okhttp3.Response: okhttp3.Protocol protocol() +com.google.android.material.R$dimen: int mtrl_calendar_month_horizontal_padding +cyanogenmod.providers.CMSettings$Secure: int RING_HOME_BUTTON_BEHAVIOR_DEFAULT +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_2 +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Display1 com.google.android.material.R$styleable: int[] AppCompatSeekBar -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintEnd_toStartOf -wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert -androidx.appcompat.R$attr: int textAllCaps -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void onComplete() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_17 -wangdaye.com.geometricweather.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView -wangdaye.com.geometricweather.location.services.LocationService: LocationService() -cyanogenmod.externalviews.KeyguardExternalView: void onScreenTurnedOff() -com.jaredrummler.android.colorpicker.ColorPreferenceCompat: ColorPreferenceCompat(android.content.Context,android.util.AttributeSet) -james.adaptiveicon.R$styleable: int[] ActionBar -cyanogenmod.app.ProfileManager: cyanogenmod.app.IProfileManager getService() -androidx.appcompat.widget.ActionBarContainer: void setStackedBackground(android.graphics.drawable.Drawable) -okhttp3.internal.http2.Http2Connection: void close() -okio.RealBufferedSource: long read(okio.Buffer,long) -androidx.preference.R$style: int Base_V26_Widget_AppCompat_Toolbar -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Integer aqiIndex -androidx.viewpager2.R$color -com.google.gson.stream.JsonReader: int NUMBER_CHAR_SIGN -androidx.swiperefreshlayout.R$dimen: int compat_button_inset_vertical_material -okhttp3.OkHttpClient$Builder: java.util.List protocols -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_CardView -io.reactivex.Observable: io.reactivex.Observable throttleWithTimeout(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -androidx.fragment.R$color: R$color() -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property CloudCover -cyanogenmod.app.CMTelephonyManager: boolean isSubActive(int) -com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getTickActiveTintList() -wangdaye.com.geometricweather.R$string: int get_more_github -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_visible -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_width -com.google.android.gms.internal.common.zzq: zzq(com.google.android.gms.internal.common.zzo) -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_homeAsUpIndicator -com.turingtechnologies.materialscrollbar.R$string: int abc_menu_alt_shortcut_label -wangdaye.com.geometricweather.R$drawable: int cpv_ic_arrow_right_black_24dp -wangdaye.com.geometricweather.R$string: int settings_title_location_service -androidx.appcompat.widget.ActionBarOverlayLayout: void setShowingForActionMode(boolean) -wangdaye.com.geometricweather.R$attr: int contentInsetRight -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionButton -androidx.transition.R$dimen: int notification_small_icon_size_as_large -okhttp3.Response$Builder: void checkSupportResponse(java.lang.String,okhttp3.Response) -androidx.preference.R$styleable: int ListPreference_android_entries -androidx.hilt.lifecycle.R$integer: int status_bar_notification_info_maxnum -com.google.android.material.bottomnavigation.BottomNavigationView: int getItemIconSize() -androidx.constraintlayout.widget.R$attr: int searchHintIcon -com.google.android.material.R$styleable: int KeyAttribute_android_transformPivotY -wangdaye.com.geometricweather.R$attr: int colorControlActivated -androidx.preference.R$anim: int btn_radio_to_off_mtrl_ring_outer_path_animation -com.google.android.material.R$dimen: int hint_pressed_alpha_material_dark -com.google.android.material.R$attr: int growMode -wangdaye.com.geometricweather.R$id: int item_alert_title -okhttp3.internal.platform.AndroidPlatform: void log(int,java.lang.String,java.lang.Throwable) -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_landscape_header_width -com.google.android.material.R$style: int Theme_AppCompat_NoActionBar -com.google.android.material.R$styleable: int TabLayout_tabPaddingEnd -androidx.appcompat.R$attr: int contentInsetEndWithActions -androidx.customview.R$styleable: int GradientColorItem_android_offset -android.didikee.donate.R$style: int Widget_AppCompat_RatingBar_Small -io.reactivex.internal.observers.DeferredScalarObserver: io.reactivex.disposables.Disposable upstream -io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: void run() -wangdaye.com.geometricweather.R$attr: int cpv_animSteps -com.google.android.material.R$styleable: int[] Tooltip -okhttp3.internal.http2.Http2Stream$FramingSource: okio.Buffer receiveBuffer -com.turingtechnologies.materialscrollbar.R$attr: int titleTextStyle -com.google.android.material.R$attr: int startIconDrawable -wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm +com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleMarginTop(int) +wangdaye.com.geometricweather.R$string: int key_refresh_rate +com.google.android.material.R$attr: int transitionPathRotate +wangdaye.com.geometricweather.R$id: int app_bar +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintTag +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_overflow_padding_end_material +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: void onComplete() +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents +com.amap.api.location.APSService: com.amap.api.location.APSServiceBase a +androidx.constraintlayout.widget.R$attr: int checkedTextViewStyle +com.google.android.material.R$styleable: int ActionBar_navigationMode +android.didikee.donate.R$dimen: int hint_pressed_alpha_material_light +com.google.android.material.appbar.AppBarLayout: void removeOnOffsetChangedListener(com.google.android.material.appbar.AppBarLayout$OnOffsetChangedListener) +com.google.android.material.R$styleable: int KeyCycle_motionProgress +okio.RealBufferedSource: boolean exhausted() +okhttp3.Dns$1: Dns$1() +james.adaptiveicon.R$attr: int actionMenuTextAppearance +com.google.gson.LongSerializationPolicy: com.google.gson.LongSerializationPolicy STRING +wangdaye.com.geometricweather.R$string: int feedback_ignore_battery_optimizations_content +androidx.lifecycle.Lifecycling: int GENERATED_CALLBACK +com.google.android.material.R$styleable: int Chip_android_maxWidth +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_track +cyanogenmod.app.CustomTile$Builder: java.lang.String mLabel +androidx.appcompat.R$styleable: int LinearLayoutCompat_divider +wangdaye.com.geometricweather.R$id: int circle +androidx.hilt.work.R$style: int TextAppearance_Compat_Notification_Title +androidx.appcompat.R$layout: int custom_dialog +androidx.lifecycle.Transformations$3: void onChanged(java.lang.Object) +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: boolean done +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float snow +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: java.lang.String season +androidx.appcompat.R$styleable: int ActionBar_navigationMode +com.google.android.material.R$styleable: int CardView_cardElevation +cyanogenmod.providers.CMSettings$Global: java.lang.String SYS_PROP_CM_SETTING_VERSION +cyanogenmod.weather.RequestInfo: java.lang.String mKey +com.google.android.material.R$styleable: int MaterialButtonToggleGroup_singleSelection +androidx.preference.R$attr: int singleChoiceItemLayout +com.google.android.material.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog_Alert +androidx.hilt.R$styleable: int GradientColorItem_android_color +com.xw.repo.bubbleseekbar.R$id: int search_src_text +com.jaredrummler.android.colorpicker.R$color: int abc_primary_text_disable_only_material_dark +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial: double Value +androidx.viewpager.R$layout: int notification_action +androidx.recyclerview.R$styleable: int GradientColor_android_type +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_maxElementsWrap +com.google.android.material.R$animator: int mtrl_card_state_list_anim +cyanogenmod.providers.CMSettings$System: long getLong(android.content.ContentResolver,java.lang.String,long) +androidx.preference.R$attr: int switchMinWidth +wangdaye.com.geometricweather.R$id: int widget_clock_day_title +com.google.android.material.R$animator: int linear_indeterminate_line2_tail_interpolator +androidx.constraintlayout.widget.R$attr: int listPreferredItemPaddingRight +okhttp3.internal.ws.WebSocketWriter: boolean activeWriter +com.xw.repo.bubbleseekbar.R$id: int action_context_bar +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric: double Value +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: boolean isDisposed() +com.google.android.material.R$string: int mtrl_exceed_max_badge_number_suffix +wangdaye.com.geometricweather.R$layout: int abc_popup_menu_header_item_layout +wangdaye.com.geometricweather.R$styleable: int OnClick_clickAction +com.google.android.material.timepicker.ClockFaceView: ClockFaceView(android.content.Context,android.util.AttributeSet) +androidx.lifecycle.LiveData: androidx.arch.core.internal.SafeIterableMap mObservers +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningAdvice: java.lang.String textAdvice +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_saveFlags +wangdaye.com.geometricweather.R$attr: int actionBarTabBarStyle +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: cyanogenmod.app.ILiveLockScreenManagerProvider asInterface(android.os.IBinder) +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VectorDrawableDelegateState: int getChangingConfigurations() +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties +okio.SegmentedByteString: int size() +com.google.android.material.R$attr: int constraintSetEnd +com.google.android.material.R$dimen: int abc_list_item_height_large_material +okio.RealBufferedSink$1: java.lang.String toString() +com.bumptech.glide.R$styleable: int GradientColor_android_endY +james.adaptiveicon.R$attr: int actionLayout +androidx.recyclerview.R$layout: int notification_action +james.adaptiveicon.R$drawable: int notification_bg_low_normal +androidx.legacy.coreutils.R$id: int icon_group +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Toolbar +androidx.coordinatorlayout.R$id: int accessibility_custom_action_23 +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xms +cyanogenmod.weather.WeatherInfo$DayForecast: int describeContents() +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large +androidx.hilt.R$dimen: int notification_large_icon_height +androidx.vectordrawable.R$id: int tag_accessibility_actions +cyanogenmod.os.Build: android.util.SparseArray sdkMap +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum: int UnitType +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: FitSystemBarRecyclerView(android.content.Context,android.util.AttributeSet) +okhttp3.internal.connection.RealConnection: okhttp3.Request createTunnel(int,int,okhttp3.Request,okhttp3.HttpUrl) +androidx.constraintlayout.widget.R$attr: int actionViewClass +okhttp3.internal.http.RealInterceptorChain: int calls +com.xw.repo.bubbleseekbar.R$attr: int dividerHorizontal +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: java.lang.String messageLong +wangdaye.com.geometricweather.R$string: int key_notification_custom_color +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_Bridge +com.baidu.location.indoor.mapversion.c.c$b: java.lang.String b +androidx.appcompat.widget.AppCompatRadioButton: void setSupportBackgroundTintList(android.content.res.ColorStateList) +androidx.constraintlayout.widget.R$dimen: int abc_control_inset_material +com.google.android.gms.base.R$drawable: int common_google_signin_btn_text_dark_focused +com.google.android.material.R$styleable: int AppCompatTheme_windowFixedWidthMajor +com.google.android.material.R$styleable: int CardView_contentPadding +com.google.android.material.R$attr: int cornerRadius +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintDimensionRatio +com.jaredrummler.android.colorpicker.R$attr: int alertDialogButtonGroupStyle +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property FormattedId +wangdaye.com.geometricweather.R$styleable: int Slider_trackColorInactive +wangdaye.com.geometricweather.R$id: int NO_DEBUG +io.reactivex.Observable: io.reactivex.Observable switchIfEmpty(io.reactivex.ObservableSource) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$2: void run() +cyanogenmod.app.ProfileManager: java.lang.String INTENT_ACTION_PROFILE_UPDATED +wangdaye.com.geometricweather.R$id: int design_menu_item_text +io.reactivex.Observable: io.reactivex.Observable groupBy(io.reactivex.functions.Function,io.reactivex.functions.Function,boolean,int) +cyanogenmod.app.CustomTile: java.lang.String toString() +androidx.preference.R$id: int progress_circular +wangdaye.com.geometricweather.R$styleable: int ArcProgress_text +okhttp3.internal.Util: void closeQuietly(java.io.Closeable) +com.google.gson.stream.JsonReader: int PEEKED_DOUBLE_QUOTED +com.google.android.material.R$styleable: int NavigationView_itemShapeInsetTop +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputEditText_FilledBox_Dense +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber +okhttp3.OkHttpClient$Builder: java.util.List networkInterceptors() +androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemHeight +com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol: AMapLocationClientOption$AMapLocationProtocol(java.lang.String,int,int) +androidx.constraintlayout.widget.Barrier: void setDpMargin(int) +okhttp3.logging.LoggingEventListener: long startNs +okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Connection$ReaderRunnable readerRunnable +io.reactivex.Observable: io.reactivex.Observable combineLatestDelayError(io.reactivex.functions.Function,int,io.reactivex.ObservableSource[]) +com.turingtechnologies.materialscrollbar.R$attr: int spanCount +com.jaredrummler.android.colorpicker.R$style: int Base_V28_Theme_AppCompat +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionButton_Overflow +cyanogenmod.app.suggest.ApplicationSuggestion: android.net.Uri getThumbailUri() +com.google.android.material.R$styleable: int AppCompatTheme_spinnerStyle +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_collapsedTitleGravity +androidx.preference.R$styleable: int SwitchCompat_android_thumb +androidx.hilt.R$integer: R$integer() +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer iso0 +com.turingtechnologies.materialscrollbar.R$dimen: int hint_alpha_material_light +androidx.constraintlayout.widget.R$drawable: int btn_radio_off_to_on_mtrl_animation +android.didikee.donate.R$integer: int status_bar_notification_info_maxnum +okhttp3.internal.platform.ConscryptPlatform: okhttp3.internal.platform.ConscryptPlatform buildIfSupported() +androidx.hilt.work.R$id: int accessibility_custom_action_11 +okio.BufferedSource: boolean rangeEquals(long,okio.ByteString) +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_TIMESTAMP +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$3: KeyguardExternalViewProviderService$Provider$ProviderImpl$3(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl,boolean) +wangdaye.com.geometricweather.R$anim: int mtrl_card_lowers_interpolator +james.adaptiveicon.R$styleable: int[] AppCompatTextHelper +cyanogenmod.app.ProfileGroup$Mode: cyanogenmod.app.ProfileGroup$Mode[] $VALUES +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeIcePrecipitationProbability +androidx.work.R$id +com.amap.api.fence.GeoFence: int ERROR_CODE_FAILURE_PARSER +wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: HistoryEntityDao$Properties() +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Spinner_Underlined +androidx.constraintlayout.widget.R$attr: int constraintSetEnd +com.google.android.material.R$attr: int materialButtonStyle +com.github.rahatarmanahmed.cpv.R$attr: int cpv_animSwoopDuration +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cp +androidx.hilt.lifecycle.R$id: int italic +okhttp3.internal.http.HttpDate +cyanogenmod.power.IPerformanceManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() +com.google.android.material.R$attr: int deltaPolarRadius +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String LOCK_WALLPAPER_THUMBNAIL +okhttp3.internal.http1.Http1Codec: okio.Source newFixedLengthSource(long) +wangdaye.com.geometricweather.R$color: int preference_fallback_accent_color +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_android_fontWeight +androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_drawableLeft +james.adaptiveicon.R$style: int Base_V7_Theme_AppCompat_Light_Dialog +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textColorAlertDialogListItem com.turingtechnologies.materialscrollbar.R$attr: int contentPaddingTop -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_subtitle_material_toolbar -com.xw.repo.bubbleseekbar.R$attr: int measureWithLargestChild -androidx.constraintlayout.widget.R$attr: int layout_constraintLeft_toLeftOf -wangdaye.com.geometricweather.R$id: int deltaRelative -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeApparentTemperature -wangdaye.com.geometricweather.R$color: int mtrl_error -androidx.appcompat.app.WindowDecorActionBar: void addOnMenuVisibilityListener(androidx.appcompat.app.ActionBar$OnMenuVisibilityListener) -androidx.preference.MultiSelectListPreferenceDialogFragmentCompat -wangdaye.com.geometricweather.R$styleable: int GradientColor_android_centerColor -okhttp3.ResponseBody$1: okio.BufferedSource source() -com.google.android.material.R$animator: int mtrl_extended_fab_hide_motion_spec -io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: org.reactivestreams.Subscription upstream -okhttp3.internal.http2.Http2Stream: java.util.Deque access$000(okhttp3.internal.http2.Http2Stream) -androidx.appcompat.R$id: int accessibility_custom_action_27 -wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink -wangdaye.com.geometricweather.R$styleable: int MockView_mock_labelBackgroundColor -com.jaredrummler.android.colorpicker.R$attr: int dialogPreferredPadding -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dialogCornerRadius -androidx.appcompat.R$attr: int contentInsetStart -okhttp3.internal.http2.Huffman$Node -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int o3 -com.jaredrummler.android.colorpicker.R$id: int buttonPanel -androidx.lifecycle.livedata.core.R: R() -io.reactivex.internal.subscribers.StrictSubscriber: void cancel() -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.work.R$styleable: int FontFamilyFont_android_fontVariationSettings -wangdaye.com.geometricweather.R$styleable: int PropertySet_layout_constraintTag -wangdaye.com.geometricweather.db.entities.LocationEntity: java.util.TimeZone getTimeZone() -androidx.work.R$attr: int fontProviderCerts -wangdaye.com.geometricweather.R$layout: int text_view_with_line_height_from_appearance -androidx.constraintlayout.widget.R$id: int actions -androidx.preference.R$styleable: int AppCompatTheme_colorControlHighlight +com.google.android.material.R$attr: int flow_horizontalBias +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind +com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat_Dialog +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: io.reactivex.disposables.Disposable upstream +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Imperial: AccuLocationResult$GeoPosition$Elevation$Imperial() +wangdaye.com.geometricweather.R$styleable: int[] StateListDrawable +com.bumptech.glide.load.engine.DecodeJob$RunReason: com.bumptech.glide.load.engine.DecodeJob$RunReason INITIALIZE +androidx.appcompat.R$styleable: int[] View +com.turingtechnologies.materialscrollbar.AlphabetIndicator: int getIndicatorWidth() +android.didikee.donate.R$styleable: int LinearLayoutCompat_android_orientation +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_24 +androidx.fragment.R$styleable: int FontFamily_fontProviderCerts +wangdaye.com.geometricweather.R$styleable: int Toolbar_subtitleTextAppearance +wangdaye.com.geometricweather.R$string: int wind_9 +com.google.android.material.R$dimen: int abc_text_size_body_1_material +androidx.constraintlayout.widget.R$styleable: int View_paddingStart +com.jaredrummler.android.colorpicker.R$styleable: int MenuView_subMenuArrow +wangdaye.com.geometricweather.R$drawable: int widget_card_dark_100 +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: boolean isDisposed() +com.google.android.material.R$color: int mtrl_tabs_icon_color_selector_colored +android.didikee.donate.R$color: int abc_background_cache_hint_selector_material_dark +com.turingtechnologies.materialscrollbar.R$style: int Base_V28_Theme_AppCompat_Light +com.amap.api.fence.DistrictItem: java.lang.String c +androidx.dynamicanimation.R$id: int italic +wangdaye.com.geometricweather.R$attr: int shouldDisableView +cyanogenmod.themes.IThemeChangeListener$Stub$Proxy: IThemeChangeListener$Stub$Proxy(android.os.IBinder) +com.google.android.material.chip.Chip: void setTextEndPadding(float) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Snow: double Value +wangdaye.com.geometricweather.R$attr: int textAppearanceSearchResultTitle +com.jaredrummler.android.colorpicker.R$drawable: int abc_ratingbar_indicator_material +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float getTotal() +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_7 +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_113 +com.amap.api.location.APSService: int onStartCommand(android.content.Intent,int,int) +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar +wangdaye.com.geometricweather.R$id: int search_bar +com.jaredrummler.android.colorpicker.R$attr: int listPreferredItemHeightSmall +james.adaptiveicon.R$attr: int theme +com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_gapBetweenBars +cyanogenmod.app.ProfileManager: boolean isProfilesEnabled() +cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: void createCustomTileWithTag(java.lang.String,java.lang.String,java.lang.String,int,cyanogenmod.app.CustomTile,int[],int) +androidx.constraintlayout.widget.R$attr: int buttonPanelSideLayout +com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleTextColor(android.content.res.ColorStateList) +okhttp3.HttpUrl: java.lang.String QUERY_COMPONENT_ENCODE_SET_URI +cyanogenmod.providers.DataUsageContract: int COLUMN_OF_FAST_AVG +android.support.v4.os.ResultReceiver: android.os.Handler mHandler +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_hideMotionSpec +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_maxImageSize +androidx.preference.R$dimen: int item_touch_helper_swipe_escape_max_velocity +androidx.preference.R$color: int bright_foreground_material_dark +com.google.android.material.floatingactionbutton.FloatingActionButton: void setHideMotionSpecResource(int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getSunSet() +wangdaye.com.geometricweather.R$styleable: int PopupWindow_android_popupAnimationStyle +retrofit2.adapter.rxjava2.BodyObservable: void subscribeActual(io.reactivex.Observer) +james.adaptiveicon.R$styleable: int MenuGroup_android_checkableBehavior +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem +com.google.android.material.R$anim: int btn_checkbox_to_checked_icon_null_animation +cyanogenmod.app.CMContextConstants: java.lang.String CM_THEME_SERVICE +com.google.android.material.card.MaterialCardView: float getProgress() +androidx.appcompat.R$dimen: int disabled_alpha_material_light +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX brandInfo +androidx.constraintlayout.widget.R$styleable: int Toolbar_titleMarginEnd +com.bumptech.glide.R$dimen: int notification_small_icon_background_padding +cyanogenmod.weather.ICMWeatherManager$Stub: java.lang.String DESCRIPTOR +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_linearSeamless +androidx.vectordrawable.R$styleable: int GradientColor_android_centerColor +com.google.android.material.R$id: int standard +wangdaye.com.geometricweather.R$drawable: int material_ic_keyboard_arrow_right_black_24dp +wangdaye.com.geometricweather.R$string: int common_google_play_services_unsupported_text +wangdaye.com.geometricweather.R$attr: int tabTextColor +android.didikee.donate.R$attr: int thumbTextPadding +com.amap.api.location.AMapLocation$1: AMapLocation$1() +okhttp3.internal.ws.WebSocketReader: okio.Buffer controlFrameBuffer +io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver +androidx.drawerlayout.R$dimen: int notification_large_icon_height okio.Buffer: void require(long) -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_BottomSheetDialog -retrofit2.HttpServiceMethod: retrofit2.Converter responseConverter -androidx.customview.R$id: int chronometer -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast: long serialVersionUID -androidx.vectordrawable.R$styleable: int GradientColor_android_centerX -retrofit2.adapter.rxjava2.CallEnqueueObservable -androidx.fragment.R$layout: R$layout() -androidx.fragment.R$id: int right_side -com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_selector_disabled_holo_dark -androidx.constraintlayout.widget.R$id: int easeIn -androidx.constraintlayout.widget.R$attr: int textColorAlertDialogListItem -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -androidx.viewpager2.R$styleable: int RecyclerView_spanCount -wangdaye.com.geometricweather.R$id: int activity_widget_config_showCardTitle -com.google.android.material.slider.BaseSlider: void setTrackTintList(android.content.res.ColorStateList) -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common -android.didikee.donate.R$attr: int contentInsetStartWithNavigation -androidx.constraintlayout.widget.R$styleable: int MenuItem_alphabeticModifiers -okhttp3.internal.cache2.FileOperator: void read(long,okio.Buffer,long) -com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_windowAnimationStyle -okhttp3.internal.http2.Http2Writer -androidx.lifecycle.extensions.R$styleable: int FontFamily_fontProviderFetchTimeout -androidx.appcompat.widget.AppCompatAutoCompleteTextView: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial: AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial() -com.google.android.material.R$attr: int tabPaddingEnd -okhttp3.CacheControl$Builder -com.xw.repo.bubbleseekbar.R$attr: int textAppearanceSmallPopupMenu -wangdaye.com.geometricweather.R$attr: int scrimVisibleHeightTrigger -cyanogenmod.weather.ICMWeatherManager -james.adaptiveicon.R$layout: int abc_alert_dialog_title_material -okhttp3.Cache: int writeAbortCount() -io.reactivex.internal.util.NotificationLite$SubscriptionNotification: NotificationLite$SubscriptionNotification(org.reactivestreams.Subscription) -okio.Base64: byte[] URL_MAP -okhttp3.internal.connection.RouteSelector: int nextProxyIndex -com.google.android.material.R$styleable: int SearchView_queryBackground -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List hourlyEntityList -retrofit2.converter.gson.GsonConverterFactory: retrofit2.Converter responseBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) -com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableTransition_android_reversible -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderCancelButton +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse +androidx.work.R$dimen: int notification_content_margin_start +wangdaye.com.geometricweather.R$styleable: int[] ActionMenuItemView +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_is_float_type +cyanogenmod.app.Profile: cyanogenmod.profiles.AirplaneModeSettings mAirplaneMode +android.didikee.donate.R$styleable: int AppCompatTheme_colorPrimaryDark +retrofit2.HttpServiceMethod: HttpServiceMethod(retrofit2.RequestFactory,okhttp3.Call$Factory,retrofit2.Converter) +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_fontWeight +androidx.preference.R$attr: int buttonTint +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Body1 +cyanogenmod.weather.RequestInfo$Builder: boolean mIsQueryOnly +wangdaye.com.geometricweather.background.polling.basic.ForegroundUpdateService: ForegroundUpdateService() +android.didikee.donate.R$styleable: int MenuItem_android_checked +com.xw.repo.bubbleseekbar.R$attr: int fontStyle +androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type SLACK +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setCo(java.lang.Float) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onWindowFocusChanged(boolean) +wangdaye.com.geometricweather.R$drawable: int notif_temp_80 +com.jaredrummler.android.colorpicker.R$dimen: int item_touch_helper_swipe_escape_velocity +androidx.activity.R$styleable: int FontFamilyFont_fontStyle +wangdaye.com.geometricweather.R$string: int key_align_end +androidx.lifecycle.ClassesInfoCache$MethodReference: int hashCode() +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintEnd_toStartOf +androidx.appcompat.R$styleable: int AppCompatTextView_autoSizePresetSizes +com.google.gson.stream.JsonReader: int[] stack +android.didikee.donate.R$string: int search_menu_title +okhttp3.internal.http2.Http2Connection$PingRunnable: int payload2 +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind: AccuDailyResult$DailyForecasts$Night$Wind() +wangdaye.com.geometricweather.R$drawable: int notif_temp_126 +wangdaye.com.geometricweather.R$attr: int maxImageSize +cyanogenmod.app.ICMTelephonyManager: boolean isSubActive(int) +retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder baseUrl(java.net.URL) +cyanogenmod.app.ILiveLockScreenManagerProvider: boolean getLiveLockScreenEnabled() +androidx.appcompat.R$id: int right_icon +wangdaye.com.geometricweather.R$drawable: int ic_launcher_background +okhttp3.Cache$CacheResponseBody$1: okhttp3.Cache$CacheResponseBody this$0 +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_title_divider_material +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintBottom_toTopOf +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String daytimeWindDirection +wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_Search +okhttp3.internal.platform.JdkWithJettyBootPlatform$JettyNegoProvider: JdkWithJettyBootPlatform$JettyNegoProvider(java.util.List) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: double HoursOfRain +androidx.appcompat.widget.SearchView$SearchAutoComplete +com.google.android.material.R$style: int TextAppearance_Design_Prefix +android.didikee.donate.R$color: int switch_thumb_material_dark +com.turingtechnologies.materialscrollbar.R$attr: int searchIcon +androidx.preference.R$styleable: int[] GradientColor +androidx.hilt.lifecycle.R$id: int notification_background +cyanogenmod.providers.CMSettings$InclusiveFloatRangeValidator: float mMin +com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_backgroundTintMode +wangdaye.com.geometricweather.common.basic.models.weather.Minutely +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_spinnerStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setAqi(java.lang.String) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_ratingBarStyleSmall +cyanogenmod.providers.CMSettings$System: boolean putLong(android.content.ContentResolver,java.lang.String,long) +com.turingtechnologies.materialscrollbar.R$attr: int subMenuArrow +androidx.swiperefreshlayout.R$dimen: int compat_notification_large_icon_max_height +androidx.preference.R$id: int home +com.google.android.material.R$attr: int appBarLayoutStyle +com.google.android.material.R$attr: int customColorDrawableValue +androidx.appcompat.R$layout: int abc_screen_simple +cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.CMHardwareManager getInstance(android.content.Context) +james.adaptiveicon.R$style: int Base_AlertDialog_AppCompat_Light +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.util.Date getDate() +com.turingtechnologies.materialscrollbar.R$color: int design_bottom_navigation_shadow_color +io.reactivex.internal.util.ExceptionHelper$Termination: long serialVersionUID +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Metric: double Value +com.jaredrummler.android.colorpicker.R$id: int seekbar_value +okhttp3.Request: java.lang.Object tag() +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner +io.reactivex.Observable: io.reactivex.Single toSortedList(java.util.Comparator,int) +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ListPopupWindow +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_helperText +wangdaye.com.geometricweather.R$attr: int counterEnabled +com.google.android.material.R$styleable: int Constraint_layout_constraintBottom_toTopOf +com.github.rahatarmanahmed.cpv.R$bool: int cpv_default_anim_autostart +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.String aqiText +androidx.preference.R$attr: int height +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_splitTrack +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Subhead +androidx.constraintlayout.widget.R$style: int Base_V28_Theme_AppCompat +wangdaye.com.geometricweather.R$attr: int chipStartPadding +com.google.android.material.appbar.AppBarLayout$BaseBehavior: AppBarLayout$BaseBehavior(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$dimen: int material_clock_hand_padding +wangdaye.com.geometricweather.R$dimen: int abc_text_size_subtitle_material_toolbar +com.google.android.material.internal.ForegroundLinearLayout: ForegroundLinearLayout(android.content.Context) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: AccuDailyResult$DailyForecasts$Moon() +wangdaye.com.geometricweather.R$styleable: int Constraint_android_translationZ +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintEnd_toEndOf +james.adaptiveicon.R$id: int home +wangdaye.com.geometricweather.R$drawable: int weather_sleet_mini_xml +androidx.appcompat.R$interpolator: int btn_radio_to_off_mtrl_animation_interpolator_0 +androidx.legacy.coreutils.R$dimen: int notification_top_pad_large_text +wangdaye.com.geometricweather.R$string: int feedback_show_widget_card +cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_onStart_1 +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_Layout_layout_scrollInterpolator +okhttp3.internal.http2.Http2Connection$1: okhttp3.internal.http2.Http2Connection this$0 +com.google.android.material.R$string: int abc_activity_chooser_view_see_all +okhttp3.internal.http2.Settings: int MAX_FRAME_SIZE +android.didikee.donate.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle +retrofit2.ParameterHandler$Headers: ParameterHandler$Headers(java.lang.reflect.Method,int) +androidx.hilt.R$id: int tag_transition_group +cyanogenmod.profiles.ConnectionSettings: void setSubId(int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Metric: double Value +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Spinner_Underlined +androidx.constraintlayout.widget.R$attr: int closeItemLayout +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder writeTimeout(java.time.Duration) +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Headline +androidx.lifecycle.ProcessLifecycleOwner$3: androidx.lifecycle.ProcessLifecycleOwner this$0 +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast: boolean done +android.didikee.donate.R$styleable: int LinearLayoutCompat_Layout_android_layout_height +cyanogenmod.profiles.ConnectionSettings +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day +com.google.android.gms.common.internal.zag +com.google.android.material.slider.RangeSlider: void setLabelFormatter(com.google.android.material.slider.LabelFormatter) +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setWindChillTemperature(java.lang.Integer) +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_helperTextTextColor +wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: RoundProgress(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.widget.R$bool: int abc_config_actionMenuItemAllCaps +androidx.viewpager2.R$id: int tag_screen_reader_focusable +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: org.reactivestreams.Subscriber downstream +okhttp3.RequestBody$3 +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setDistanceToTriggerSync(int) +androidx.lifecycle.extensions.R$layout: int custom_dialog +androidx.preference.R$id: int scrollIndicatorUp +com.jaredrummler.android.colorpicker.R$style: int Base_DialogWindowTitleBackground_AppCompat +com.google.android.material.R$drawable: int material_ic_clear_black_24dp +com.xw.repo.bubbleseekbar.R$color: int primary_dark_material_dark +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeIcePrecipitationDuration +cyanogenmod.externalviews.ExternalViewProperties: boolean mVisible +james.adaptiveicon.R$color: int secondary_text_default_material_dark +com.jaredrummler.android.colorpicker.R$styleable: int[] PreferenceImageView +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_Dialog +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void onNext(java.lang.Object) +okio.RealBufferedSink: okio.BufferedSink write(okio.Source,long) +okhttp3.internal.http2.Header: okio.ByteString TARGET_PATH +retrofit2.KotlinExtensions$awaitResponse$$inlined$suspendCancellableCoroutine$lambda$1 +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Inverse +retrofit2.KotlinExtensions$suspendAndThrow$$inlined$suspendCoroutineUninterceptedOrReturn$lambda$1 +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceInformationStyle +wangdaye.com.geometricweather.R$attr: int helperTextTextColor +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu +retrofit2.OkHttpCall$ExceptionCatchingResponseBody: OkHttpCall$ExceptionCatchingResponseBody(okhttp3.ResponseBody) +com.google.android.material.R$id: int textinput_helper_text +com.google.android.material.R$styleable: int AppCompatTheme_ratingBarStyleIndicator +wangdaye.com.geometricweather.db.entities.HistoryEntity: void setDate(java.util.Date) +com.google.android.material.R$styleable: int AppCompatTheme_actionButtonStyle +com.jaredrummler.android.colorpicker.R$styleable: int[] AlertDialog +androidx.viewpager2.R$id: int chronometer +androidx.preference.R$styleable: int Preference_android_key +okio.ByteString: long serialVersionUID +okio.SegmentedByteString: okio.ByteString substring(int) +androidx.appcompat.R$layout: int abc_action_menu_layout +wangdaye.com.geometricweather.common.basic.models.weather.Daily: float getHoursOfSun() +androidx.lifecycle.SavedStateViewModelFactory: java.lang.Class[] VIEWMODEL_SIGNATURE +cyanogenmod.library.R$styleable: R$styleable() +com.jaredrummler.android.colorpicker.R$attr: int dialogPreferenceStyle +retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: retrofit2.Call call +cyanogenmod.themes.ThemeManager$2$1: cyanogenmod.themes.ThemeManager$2 this$1 +okhttp3.internal.tls.BasicCertificateChainCleaner: int hashCode() +wangdaye.com.geometricweather.R$array +com.google.android.material.R$styleable: int ShapeAppearance_cornerSizeBottomLeft +wangdaye.com.geometricweather.db.entities.LocationEntity: boolean currentPosition +com.google.android.material.R$styleable: int AppBarLayout_Layout_layout_scrollInterpolator +androidx.viewpager2.R$id: int accessibility_custom_action_10 +androidx.appcompat.widget.AppCompatButton: void setAutoSizeTextTypeWithDefaults(int) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_constraint_referenced_ids +okhttp3.Headers: java.lang.String get(java.lang.String) +com.google.android.material.R$layout: int design_navigation_item_header +com.google.android.material.R$style: int Widget_AppCompat_ActionButton_Overflow +androidx.preference.R$layout: int notification_template_custom_big +wangdaye.com.geometricweather.R$dimen: int cpv_color_preference_normal +androidx.work.R$styleable: int GradientColor_android_type +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_iconifiedByDefault +com.turingtechnologies.materialscrollbar.MaterialScrollBar: float getHandleOffset() +androidx.appcompat.widget.ContentFrameLayout: android.util.TypedValue getMinWidthMajor() +com.google.android.material.R$string: int character_counter_content_description +cyanogenmod.externalviews.ExternalViewProviderService: android.os.Handler mHandler +com.google.android.gms.base.R$color: int common_google_signin_btn_text_dark_pressed +com.bumptech.glide.R$id: int line3 +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: int getProgressViewEndOffset() +androidx.lifecycle.ProcessLifecycleOwner: long TIMEOUT_MS +androidx.vectordrawable.R$dimen: int notification_action_text_size +wangdaye.com.geometricweather.R$attr: int cardForegroundColor +androidx.constraintlayout.widget.R$styleable: int ActionBar_icon +androidx.constraintlayout.widget.R$color: int ripple_material_dark +cyanogenmod.hardware.CMHardwareManager: int FEATURE_SERIAL_NUMBER +android.didikee.donate.R$attr: int searchIcon +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA +androidx.loader.R$dimen: int notification_right_side_padding_top +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_SeekBar +okhttp3.internal.http2.Http2Connection: void sendDegradedPingLater() +wangdaye.com.geometricweather.R$attr: int prefixText +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: void run() +cyanogenmod.app.CustomTile$ExpandedGridItem: void setExpandedGridItemDrawable(int) +androidx.recyclerview.widget.RecyclerView: void setPreserveFocusAfterLayout(boolean) +android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionBar_TabView +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_RatingBar +wangdaye.com.geometricweather.R$attr: int panelMenuListWidth +androidx.constraintlayout.widget.R$layout: int select_dialog_singlechoice_material +okio.Buffer: okio.Buffer copyTo(java.io.OutputStream) +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: boolean done +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String getPrecipitationVoice(android.content.Context,float) +androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary +com.turingtechnologies.materialscrollbar.R$string: int fab_transformation_scrim_behavior +androidx.preference.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth +androidx.appcompat.R$drawable: int abc_ic_go_search_api_material +wangdaye.com.geometricweather.R$styleable: int View_theme +androidx.constraintlayout.helper.widget.Layer: void setVisibility(int) +james.adaptiveicon.R$styleable: int AppCompatImageView_tint +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: java.lang.String Phrase +androidx.lifecycle.MethodCallsLogger: boolean approveCall(java.lang.String,int) +cyanogenmod.app.BaseLiveLockManagerService: boolean getLiveLockScreenEnabled() +com.baidu.location.indoor.c +wangdaye.com.geometricweather.R$attr: int buttonBarButtonStyle +com.bumptech.glide.integration.okhttp.R$id: int tag_unhandled_key_event_manager +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_android_fitsSystemWindows +com.google.gson.FieldNamingPolicy$2: java.lang.String translateName(java.lang.reflect.Field) +com.google.android.material.transformation.TransformationChildCard: TransformationChildCard(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$styleable: int AppCompatTheme_dialogCornerRadius +com.google.android.material.appbar.CollapsingToolbarLayout: void setCollapsedTitleGravity(int) +cyanogenmod.externalviews.KeyguardExternalView$2: void onAttachedToWindow() +okhttp3.internal.ws.WebSocketReader: okio.Buffer messageFrameBuffer +wangdaye.com.geometricweather.R$styleable: int ShapeableImageView_shapeAppearanceOverlay +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText +okhttp3.internal.ws.WebSocketProtocol: int OPCODE_CONTROL_PING +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_toBottomOf +okhttp3.MultipartBody$Builder: okhttp3.MultipartBody build() +cyanogenmod.app.ProfileGroup$1: ProfileGroup$1() +androidx.constraintlayout.widget.R$attr: int switchTextAppearance +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.lang.Integer snowHazard6h +com.turingtechnologies.materialscrollbar.R$styleable: int[] RecyclerView +androidx.coordinatorlayout.R$layout: int notification_template_icon_group +wangdaye.com.geometricweather.R$id: int screen +androidx.constraintlayout.widget.R$drawable: int notification_bg_low +com.jaredrummler.android.colorpicker.R$attr: int dialogTheme +wangdaye.com.geometricweather.R$dimen: int mtrl_tooltip_padding +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Metric: int UnitType +androidx.preference.R$layout: int preference_recyclerview +com.turingtechnologies.materialscrollbar.R$attr: int menu +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float ParticulateMatter2_5 +androidx.drawerlayout.R$drawable: int notification_bg_low +androidx.customview.R$id: int action_text +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: ObservableFlatMap$MergeObserver(io.reactivex.Observer,io.reactivex.functions.Function,boolean,int,int) +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void onComplete() +androidx.viewpager2.widget.ViewPager2: void setUserInputEnabled(boolean) +okio.Buffer: okio.BufferedSink writeShort(int) +com.google.android.material.R$styleable: int MaterialCalendarItem_android_insetLeft +androidx.coordinatorlayout.R$id: int notification_main_column +androidx.appcompat.R$attr: int titleMarginEnd +com.google.android.material.R$style: int Base_V26_Theme_AppCompat_Light +wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition: wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition[] values() +io.reactivex.Observable: io.reactivex.Observable window(io.reactivex.ObservableSource,int) +androidx.hilt.R$color: R$color() +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$2: KeyguardExternalViewProviderService$Provider$ProviderImpl$2(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) +androidx.viewpager2.R$id: int accessibility_action_clickable_span +wangdaye.com.geometricweather.R$id: int spacer +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getSnowPrecipitationProbability() +wangdaye.com.geometricweather.R$layout: int mtrl_picker_text_input_date +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: void setStatus(int) +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void innerComplete(io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver) +wangdaye.com.geometricweather.R$attr: int flow_firstVerticalStyle +androidx.appcompat.R$styleable: int GradientColor_android_gradientRadius +com.turingtechnologies.materialscrollbar.R$attr: int contentPaddingBottom +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_18 +com.jaredrummler.android.colorpicker.R$drawable: int abc_scrubber_control_off_mtrl_alpha +wangdaye.com.geometricweather.R$attr: int autoSizeMinTextSize +androidx.constraintlayout.widget.R$styleable: int MenuView_subMenuArrow +com.google.android.material.slider.RangeSlider: void setValueTo(float) +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_3 +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy +com.jaredrummler.android.colorpicker.R$attr: int actionModeFindDrawable +cyanogenmod.app.suggest.IAppSuggestManager: java.util.List getSuggestions(android.content.Intent) +james.adaptiveicon.R$layout: int support_simple_spinner_dropdown_item +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_ratingBarStyleIndicator +io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function9) +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void drain() +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property SnowPrecipitationProbability +androidx.vectordrawable.R$dimen +com.google.android.material.R$style: int Widget_AppCompat_Button_Borderless_Colored +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemHeight +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: long serialVersionUID +io.reactivex.internal.disposables.SequentialDisposable: SequentialDisposable(io.reactivex.disposables.Disposable) +com.google.android.material.R$styleable: int[] KeyCycle +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Button_Small +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dialogCornerRadius +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_AES_256_GCM_SHA384 +com.xw.repo.bubbleseekbar.R$id: int topPanel +okhttp3.internal.Version: java.lang.String userAgent() +androidx.constraintlayout.widget.R$attr: int customNavigationLayout +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_thumbTint +com.google.android.material.R$id: int action_menu_presenter +androidx.appcompat.R$attr: int goIcon +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Metric Metric +com.google.android.material.R$style: int Base_Widget_AppCompat_ListPopupWindow +io.reactivex.internal.subscribers.DeferredScalarSubscriber: void cancel() +wangdaye.com.geometricweather.R$string: int abc_menu_delete_shortcut_label +androidx.work.R$dimen: int notification_subtext_size +com.turingtechnologies.materialscrollbar.R$attr: int contentInsetEndWithActions +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: java.lang.String feelslike_c +james.adaptiveicon.R$dimen: int abc_control_padding_material +wangdaye.com.geometricweather.R$attr: int listPreferredItemPaddingRight +wangdaye.com.geometricweather.R$styleable: int RecyclerView_android_descendantFocusability +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_disabled_z +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintVertical_bias +okhttp3.ConnectionPool: long keepAliveDurationNs +okhttp3.internal.http1.Http1Codec$FixedLengthSink: void close() +wangdaye.com.geometricweather.background.polling.PollingUpdateHelper: void setOnPollingUpdateListener(wangdaye.com.geometricweather.background.polling.PollingUpdateHelper$OnPollingUpdateListener) +io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function3) +androidx.lifecycle.ViewModel: java.util.Map mBagOfTags +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHeight_max +androidx.preference.R$styleable: int AppCompatTheme_textColorSearchUrl +androidx.core.R$attr: int alpha +com.google.android.material.R$attr: int visibilityMode +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: java.util.List value +android.didikee.donate.R$style: int Platform_V21_AppCompat +com.google.android.material.R$attr: int windowMinWidthMinor +androidx.work.R$styleable: int FontFamilyFont_fontWeight +com.jaredrummler.android.colorpicker.R$styleable: int PopupWindow_overlapAnchor +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: void setZh_TW(java.lang.String) +androidx.lifecycle.ViewModelStore: void clear() +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_star_black_16dp +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_verticalBias +wangdaye.com.geometricweather.R$id: int notification_big_temp_5 +androidx.appcompat.R$dimen: int abc_dialog_padding_top_material +retrofit2.BuiltInConverters$ToStringConverter: BuiltInConverters$ToStringConverter() +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceButton +wangdaye.com.geometricweather.R$attr: int waveOffset +wangdaye.com.geometricweather.R$id: int item_aqi_progress +retrofit2.ParameterHandler$RelativeUrl: java.lang.reflect.Method method +okhttp3.internal.cache.CacheStrategy$Factory: okhttp3.internal.cache.CacheStrategy get() +wangdaye.com.geometricweather.R$string: int sp_widget_multi_city +wangdaye.com.geometricweather.R$styleable: int SignInButton_scopeUris +okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder tlsVersions(okhttp3.TlsVersion[]) +androidx.constraintlayout.widget.R$id: int tag_unhandled_key_event_manager +com.google.android.material.R$color: int mtrl_chip_text_color +com.google.android.material.R$layout: int mtrl_alert_select_dialog_singlechoice +androidx.preference.R$attr: int textAppearanceSearchResultSubtitle +com.google.android.material.slider.RangeSlider: void setTrackInactiveTintList(android.content.res.ColorStateList) +androidx.preference.R$drawable: int btn_checkbox_unchecked_to_checked_mtrl_animation +com.jaredrummler.android.colorpicker.R$attr: int subtitleTextStyle +androidx.constraintlayout.widget.R$dimen: int abc_text_size_title_material +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Button_Borderless +androidx.customview.R$integer +androidx.constraintlayout.widget.R$styleable: int Toolbar_collapseContentDescription +androidx.loader.R$styleable: int GradientColor_android_centerColor +androidx.preference.R$styleable: int AppCompatTheme_activityChooserViewStyle +com.google.android.material.R$id: int BOTTOM_END +cyanogenmod.app.PartnerInterface: cyanogenmod.app.IPartnerInterface sService +androidx.viewpager.R$dimen: int notification_small_icon_size_as_large +com.jaredrummler.android.colorpicker.R$drawable: int abc_control_background_material +com.google.gson.internal.LazilyParsedNumber: java.lang.Object writeReplace() +androidx.core.R$string +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Small +com.google.android.material.R$attr: int showPaths +androidx.appcompat.resources.R$style: int Widget_Compat_NotificationActionContainer +androidx.preference.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setCheckable(boolean) +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer getWetBulbTemperature() +cyanogenmod.profiles.BrightnessSettings: int mValue +com.jaredrummler.android.colorpicker.R$styleable: int BackgroundStyle_android_selectableItemBackground +okio.ByteString: java.lang.String utf8() +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constrainedWidth +com.turingtechnologies.materialscrollbar.R$attr: int actionProviderClass +wangdaye.com.geometricweather.R$id: int item_weather_daily_pollen +com.google.android.material.R$styleable: int View_android_theme +androidx.constraintlayout.widget.R$color: int foreground_material_dark +wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_container +androidx.fragment.R$styleable: int[] Fragment +androidx.hilt.work.R$styleable: int GradientColor_android_startY +james.adaptiveicon.R$dimen: int abc_text_size_body_1_material +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier +com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getPlaceholderTextColor() +okio.Buffer: okio.Buffer copyTo(okio.Buffer,long,long) +okhttp3.internal.http.StatusLine: int HTTP_PERM_REDIRECT +androidx.coordinatorlayout.R$id: int italic +cyanogenmod.providers.CMSettings$System: boolean putString(android.content.ContentResolver,java.lang.String,java.lang.String) +cyanogenmod.providers.CMSettings$DelimitedListValidator: CMSettings$DelimitedListValidator(java.lang.String[],java.lang.String,boolean) +androidx.preference.R$styleable: int MenuView_android_windowAnimationStyle +com.jaredrummler.android.colorpicker.R$layout: int cpv_dialog_presets +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: boolean cancelled +androidx.constraintlayout.widget.R$id: int topPanel +com.google.android.material.R$attr: int chipStyle +com.xw.repo.bubbleseekbar.R$attr: int actionModeCloseButtonStyle +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void onComplete() +retrofit2.RequestFactory$Builder: java.util.regex.Pattern PARAM_NAME_REGEX +androidx.preference.R$attr: int drawableTopCompat +io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: void onNext(java.lang.Object) +androidx.constraintlayout.helper.widget.Flow: void setVerticalGap(int) +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: void setPageCount(int) +com.turingtechnologies.materialscrollbar.R$layout: int design_navigation_menu_item +james.adaptiveicon.R$styleable: int Toolbar_titleTextAppearance +androidx.preference.R$dimen: int abc_dialog_padding_top_material +androidx.appcompat.widget.AppCompatImageView: void setSupportBackgroundTintList(android.content.res.ColorStateList) +com.google.android.material.R$id: int search_go_btn +androidx.appcompat.R$attr: int icon +okhttp3.internal.http2.Http2Codec: void writeRequestHeaders(okhttp3.Request) +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_anim_duration +io.reactivex.observers.TestObserver$EmptyObserver: void onSubscribe(io.reactivex.disposables.Disposable) +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: int maxConcurrency +com.amap.api.location.AMapLocationQualityReport: AMapLocationQualityReport() +com.google.android.material.R$styleable: int Toolbar_titleMarginStart +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_content_inset_material +wangdaye.com.geometricweather.R$styleable: int CardView_cardCornerRadius +androidx.vectordrawable.R$styleable: int FontFamilyFont_android_font +androidx.appcompat.R$color: int tooltip_background_light +com.google.android.material.R$attr: int contentPaddingBottom +com.jaredrummler.android.colorpicker.R$style: int Base_Animation_AppCompat_Dialog +androidx.preference.R$style: int Widget_AppCompat_ActionMode +androidx.constraintlayout.widget.R$drawable: int abc_text_select_handle_left_mtrl_light +androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityStopped(android.app.Activity) +james.adaptiveicon.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item +wangdaye.com.geometricweather.R$integer: int google_play_services_version +cyanogenmod.weatherservice.WeatherProviderService: void onRequestSubmitted(cyanogenmod.weatherservice.ServiceRequest) +com.turingtechnologies.materialscrollbar.R$attr: int behavior_peekHeight +androidx.viewpager2.R$dimen: int item_touch_helper_max_drag_scroll_per_frame +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getTemperature(android.content.Context,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: boolean isDisposed() +com.google.android.material.R$style: int Base_Widget_AppCompat_RatingBar_Indicator +okio.RealBufferedSink: okio.BufferedSink writeHexadecimalUnsignedLong(long) +com.google.android.material.R$styleable: int ConstraintSet_android_minHeight +james.adaptiveicon.R$dimen: int tooltip_y_offset_non_touch +androidx.preference.R$styleable: int ViewStubCompat_android_id +com.google.android.material.textfield.TextInputLayout: TextInputLayout(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilityRain: java.lang.Integer proba3H +wangdaye.com.geometricweather.R$dimen: int material_cursor_inset_bottom +cyanogenmod.providers.CMSettings$Global: float getFloatForUser(android.content.ContentResolver,java.lang.String,float,int) +cyanogenmod.app.Profile$LockMode: int INSECURE +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeSplitBackground +androidx.constraintlayout.motion.widget.MotionLayout: MotionLayout(android.content.Context) +android.didikee.donate.R$style: int Base_Theme_AppCompat_Dialog_MinWidth +okio.BufferedSource: int select(okio.Options) +androidx.appcompat.R$styleable: int AppCompatTheme_actionButtonStyle +com.baidu.location.e.h$b: com.baidu.location.e.h$b[] values() +androidx.appcompat.R$dimen: int abc_action_button_min_width_material +com.google.android.material.R$styleable: int[] ViewStubCompat +androidx.constraintlayout.widget.R$id: int jumpToEnd +com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_updatesContinuously +com.google.android.material.R$attr: int minSeparation +cyanogenmod.providers.CMSettings$Global: java.lang.String POWER_NOTIFICATIONS_RINGTONE +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_icon +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Minimum: AccuDailyResult$DailyForecasts$Temperature$Minimum() +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title +androidx.hilt.R$styleable: int GradientColor_android_centerColor +com.google.android.material.R$style: int Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_chainUseRtl +com.xw.repo.bubbleseekbar.R$attr: int ratingBarStyle +androidx.vectordrawable.R$id: int notification_main_column +com.google.android.material.R$styleable: int[] TabLayout +james.adaptiveicon.R$dimen: int tooltip_margin +james.adaptiveicon.R$attr: int defaultQueryHint +android.didikee.donate.R$attr: int navigationMode +wangdaye.com.geometricweather.db.entities.WeatherEntity: void resetMinutelyEntityList() +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationApi: io.reactivex.Observable getLocation(java.lang.String,java.lang.String) +androidx.preference.R$dimen: int abc_text_size_small_material +cyanogenmod.app.Profile$LockMode: Profile$LockMode() +android.didikee.donate.R$styleable: int TextAppearance_android_textColor +androidx.recyclerview.R$styleable: int GradientColor_android_startX +com.google.android.material.R$integer: int mtrl_btn_anim_duration_ms +com.google.android.material.R$id: int action_bar_title +wangdaye.com.geometricweather.R$styleable: int ColorPickerView_cpv_alphaChannelVisible +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_logo +androidx.appcompat.R$style: int Widget_AppCompat_ActionMode +android.didikee.donate.R$style: int Widget_AppCompat_TextView_SpinnerItem +androidx.preference.R$styleable: int AppCompatTheme_actionOverflowButtonStyle +androidx.cardview.R$attr: int contentPaddingTop +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIconStartPadding +com.google.android.material.R$attr: int homeLayout +androidx.viewpager2.R$attr: int font +androidx.appcompat.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar +wangdaye.com.geometricweather.R$xml: int widget_clock_day_vertical +androidx.preference.R$id: int accessibility_custom_action_19 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getWeatherStart() +wangdaye.com.geometricweather.R$string: int date_format_widget_oreo_style +com.google.android.material.R$attr: int popupTheme +wangdaye.com.geometricweather.R$string: int abc_searchview_description_query +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large +com.google.android.material.internal.FlowLayout: FlowLayout(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$attr: int drawableStartCompat +cyanogenmod.weatherservice.IWeatherProviderService$Stub: int TRANSACTION_processCityNameLookupRequest +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_dividerPadding +cyanogenmod.platform.Manifest$permission: java.lang.String LIVE_LOCK_SCREEN_MANAGER_ACCESS_PRIVATE +okhttp3.internal.platform.Platform: java.lang.Object getStackTraceForCloseable(java.lang.String) +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_dependency +com.turingtechnologies.materialscrollbar.R$attr: int actionMenuTextColor +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listDividerAlertDialog +com.google.android.material.R$layout: int design_layout_tab_text +wangdaye.com.geometricweather.R$drawable: int notif_temp_44 +com.google.android.gms.common.server.response.zan: android.os.Parcelable$Creator CREATOR +androidx.constraintlayout.widget.R$attr: int fontProviderFetchTimeout +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_21 +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_verticalAlign +androidx.lifecycle.LifecycleRegistry: boolean isSynced() +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: java.lang.String BriefPhrase +androidx.appcompat.R$styleable: int SwitchCompat_android_textOff +com.turingtechnologies.materialscrollbar.R$attr: int enforceTextAppearance +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorTextColor +james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text +androidx.preference.R$style: int Widget_AppCompat_ButtonBar +com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge +com.jaredrummler.android.colorpicker.R$styleable: int[] ButtonBarLayout +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_getLiveLockScreenEnabled +com.jaredrummler.android.colorpicker.R$id: int tabMode +androidx.appcompat.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow +wangdaye.com.geometricweather.R$attr: int itemShapeFillColor +com.google.android.material.R$styleable: int PropertySet_layout_constraintTag +io.reactivex.Observable: java.lang.Object blockingLast() +androidx.vectordrawable.animated.R$dimen: int notification_small_icon_background_padding +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_switchMinWidth +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_focused_z +wangdaye.com.geometricweather.R$drawable: int weather_snow_2 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: void setTo(java.lang.String) +com.xw.repo.bubbleseekbar.R$style: int Animation_AppCompat_Dialog +cyanogenmod.themes.ThemeChangeRequest: cyanogenmod.themes.ThemeChangeRequest$RequestType mRequestType +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge +cyanogenmod.app.PartnerInterface: boolean setZenMode(int) +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: AccuAlertResult() +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: boolean setOther(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_light_focused +com.xw.repo.bubbleseekbar.R$color: int primary_text_default_material_dark +wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: void setIndicatorPosition(int) +android.didikee.donate.R$attr: int actionModePasteDrawable +wangdaye.com.geometricweather.R$id: int activity_about_container +androidx.appcompat.R$attr: int singleChoiceItemLayout +okhttp3.internal.cache.CacheStrategy$Factory: okhttp3.internal.cache.CacheStrategy getCandidate() +cyanogenmod.profiles.LockSettings +com.google.android.material.R$attr: int tintMode +com.bumptech.glide.load.ImageHeaderParser$ImageType +androidx.appcompat.R$style: int Base_Widget_AppCompat_ListView +wangdaye.com.geometricweather.R$attr: int textAppearanceHeadline1 +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_queryHint +androidx.constraintlayout.widget.R$attr: int fontProviderQuery +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property WeatherText +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: boolean delayError +com.google.gson.FieldNamingPolicy$6: java.lang.String translateName(java.lang.reflect.Field) +io.reactivex.internal.queue.SpscArrayQueue: java.lang.Object poll() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getPm25() +com.xw.repo.bubbleseekbar.R$attr: int bsb_bubble_text_size +com.xw.repo.bubbleseekbar.R$dimen: int tooltip_margin +androidx.coordinatorlayout.R$id: int notification_main_column_container +wangdaye.com.geometricweather.R$drawable: int abc_scrubber_track_mtrl_alpha +com.google.android.material.R$string: int mtrl_picker_announce_current_selection +com.turingtechnologies.materialscrollbar.R$integer: int abc_config_activityDefaultDur +wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String description +com.google.android.material.R$dimen: int mtrl_textinput_box_corner_radius_medium +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintRight_creator +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: long serialVersionUID +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner +android.didikee.donate.R$attr: int actionBarTabBarStyle +com.google.android.material.R$dimen: int abc_alert_dialog_button_bar_height +wangdaye.com.geometricweather.R$drawable: int notif_temp_30 +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: long serialVersionUID +io.reactivex.internal.util.VolatileSizeArrayList: java.util.Iterator iterator() +com.google.android.material.R$attr: int materialTimePickerTheme +james.adaptiveicon.R$attr: int thumbTintMode +com.google.android.material.bottomappbar.BottomAppBar: int getFabAlignmentMode() +com.amap.api.location.AMapLocation: java.lang.String getFloor() +james.adaptiveicon.R$dimen: int abc_control_inset_material +wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle getInstance(java.lang.String) +cyanogenmod.externalviews.ExternalView$6: cyanogenmod.externalviews.ExternalView this$0 +io.reactivex.Observable: io.reactivex.Observable flatMapIterable(io.reactivex.functions.Function) +androidx.preference.R$styleable: int Preference_key +com.jaredrummler.android.colorpicker.R$id: R$id() +android.didikee.donate.R$styleable: int AppCompatTextView_drawableRightCompat +cyanogenmod.hardware.CMHardwareManager: int[] getDisplayColorCalibration() +com.google.android.material.card.MaterialCardView: void setRippleColorResource(int) +com.google.android.material.R$drawable: int mtrl_popupmenu_background_dark +androidx.activity.OnBackPressedDispatcher$LifecycleOnBackPressedCancellable +okhttp3.internal.http.RealInterceptorChain: okhttp3.internal.connection.StreamAllocation streamAllocation +com.google.android.material.R$style: int Widget_AppCompat_ListPopupWindow +io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.Function,java.util.concurrent.Callable) +androidx.constraintlayout.widget.R$styleable: int ColorStateListItem_android_color +android.didikee.donate.R$drawable: int abc_spinner_mtrl_am_alpha +wangdaye.com.geometricweather.R$drawable: int weather_cloudy_2 +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_waveDecay +androidx.viewpager.widget.ViewPager: androidx.viewpager.widget.PagerAdapter getAdapter() +wangdaye.com.geometricweather.db.entities.HourlyEntity: int getTemperature() +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionBar_TabText +com.google.android.material.R$attr: int selectableItemBackground +androidx.fragment.R$id: int accessibility_custom_action_12 +androidx.appcompat.R$attr: int contentInsetStart +androidx.constraintlayout.widget.R$id: int path +okhttp3.internal.http.CallServerInterceptor$CountingSink: void write(okio.Buffer,long) +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_DarkActionBar +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX temperature +wangdaye.com.geometricweather.R$id: int widget_day_week_title +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void cancel() +com.google.android.material.R$color: int abc_secondary_text_material_light +cyanogenmod.app.Profile: boolean getStatusBarIndicator() +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_barrierDirection +androidx.constraintlayout.widget.R$styleable: int ActionBar_height +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_year_vertical_padding +wangdaye.com.geometricweather.R$id: int item_card_display_title +wangdaye.com.geometricweather.R$styleable: int Toolbar_maxButtonHeight +com.google.android.material.R$dimen: int abc_text_size_display_2_material +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.util.Map rights +wangdaye.com.geometricweather.R$string: int settings_title_notification_hide_big_view +cyanogenmod.weather.RequestInfo: int describeContents() +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List guomin +okhttp3.CertificatePinner$Pin: boolean equals(java.lang.Object) +androidx.cardview.R$attr: int cardMaxElevation +wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_itemFillColor +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_horizontalBias +io.reactivex.internal.disposables.DisposableHelper: boolean replace(java.util.concurrent.atomic.AtomicReference,io.reactivex.disposables.Disposable) +androidx.appcompat.widget.AppCompatSpinner$DropdownPopup +james.adaptiveicon.R$styleable: int ActionMode_titleTextStyle +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Compat_Notification_Info +androidx.hilt.work.R$dimen: int notification_action_icon_size +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean +okio.RealBufferedSource: long indexOf(byte,long) +com.amap.api.fence.GeoFenceClient: int GEOFENCE_STAYED +androidx.constraintlayout.widget.R$id: int action_bar_root +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NAV_BUTTONS_VALIDATOR +com.google.android.material.R$styleable: int Constraint_flow_lastHorizontalStyle +androidx.transition.R$dimen: int notification_large_icon_height +wangdaye.com.geometricweather.R$id: int action_bar_subtitle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean getWeather() +io.reactivex.Observable: io.reactivex.disposables.Disposable subscribe(io.reactivex.functions.Consumer) +androidx.lifecycle.extensions.R$styleable: int GradientColor_android_endY +com.amap.api.location.AMapLocation: void setDistrict(java.lang.String) +androidx.lifecycle.Lifecycling: Lifecycling() +androidx.appcompat.widget.AppCompatToggleButton: AppCompatToggleButton(android.content.Context,android.util.AttributeSet,int) +com.turingtechnologies.materialscrollbar.R$color: int switch_thumb_material_light +cyanogenmod.providers.DataUsageContract: int COLUMN_OF_ENABLE +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: void setX(java.lang.String) +androidx.recyclerview.R$styleable: int GradientColor_android_startColor +androidx.appcompat.resources.R$attr: int font +androidx.appcompat.widget.SearchView: int getPreferredHeight() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Imperial: AccuCurrentResult$ApparentTemperature$Imperial() +androidx.viewpager2.R$id: int notification_main_column_container +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: java.util.Date StartTime +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay CARD_AIR_QUALITY +okhttp3.internal.http2.Http2Connection$5 +com.google.android.material.R$styleable: int ExtendedFloatingActionButton_elevation +wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.util.Date getDate() +com.autonavi.aps.amapapi.model.AMapLocationServer: void e(java.lang.String) +james.adaptiveicon.R$drawable: int notification_bg_normal +androidx.preference.R$drawable: int abc_text_select_handle_right_mtrl_light +cyanogenmod.app.ILiveLockScreenChangeListener$Stub: cyanogenmod.app.ILiveLockScreenChangeListener asInterface(android.os.IBinder) +androidx.preference.R$style: int Widget_AppCompat_ProgressBar +com.google.android.material.chip.Chip: void setCheckedIcon(android.graphics.drawable.Drawable) +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: io.reactivex.Observer downstream +com.google.android.material.R$attr: int defaultQueryHint +com.turingtechnologies.materialscrollbar.R$attr: int lastBaselineToBottomHeight +com.google.android.material.textfield.TextInputLayout: void setStartIconTintMode(android.graphics.PorterDuff$Mode) +wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_icon_dark_normal_background +wangdaye.com.geometricweather.R$attr: int defaultQueryHint +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature +androidx.customview.R$styleable +com.google.android.material.R$styleable: int Layout_constraint_referenced_ids +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_TextView +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Display3 +wangdaye.com.geometricweather.R$string: int air_quality +okhttp3.internal.http.RealResponseBody: okio.BufferedSource source +com.jaredrummler.android.colorpicker.ColorPickerView: int getPaddingLeft() +okhttp3.internal.http2.Header: java.lang.String TARGET_METHOD_UTF8 +androidx.viewpager2.R$id: int accessibility_custom_action_8 +com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_radio_to_on_mtrl_000 +androidx.constraintlayout.widget.R$styleable: int Constraint_android_maxHeight +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModePasteDrawable +androidx.vectordrawable.animated.R$integer: R$integer() +james.adaptiveicon.R$attr: int track +wangdaye.com.geometricweather.R$color: int material_on_surface_stroke +cyanogenmod.weather.IRequestInfoListener$Stub$Proxy: java.lang.String getInterfaceDescriptor() +androidx.vectordrawable.animated.R$dimen: int notification_large_icon_width +retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$1: java.lang.Object invoke(java.lang.Object) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWeatherPhase(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int ThemeEnforcement_enforceTextAppearance +wangdaye.com.geometricweather.R$anim: int btn_checkbox_to_unchecked_box_inner_merged_animation +com.xw.repo.bubbleseekbar.R$attr: int alertDialogStyle +androidx.legacy.coreutils.R$dimen: int notification_small_icon_background_padding +io.reactivex.Observable: io.reactivex.Observable takeLast(long,java.util.concurrent.TimeUnit,boolean) +james.adaptiveicon.R$color: int background_material_dark +androidx.fragment.R$id: int accessibility_custom_action_3 +wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_TabLayoutTheme +okio.ForwardingSource: okio.Timeout timeout() +com.google.android.material.slider.BaseSlider: int getActiveThumbIndex() +okhttp3.internal.connection.RealConnection: java.net.Socket socket +okhttp3.internal.connection.RouteSelector: java.util.List inetSocketAddresses +com.google.gson.internal.LinkedTreeMap: boolean $assertionsDisabled +wangdaye.com.geometricweather.R$string: int about_page_indicator +wangdaye.com.geometricweather.R$attr: int tabPaddingStart +io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: MpscLinkedQueue$LinkedQueueNode(java.lang.Object) +com.google.android.material.navigation.NavigationView: void setItemBackground(android.graphics.drawable.Drawable) +androidx.vectordrawable.R$styleable: int ColorStateListItem_android_alpha +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: boolean isEmpty() wangdaye.com.geometricweather.R$attr: int bsb_seek_by_section -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_28 -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Button -com.google.android.material.R$attr: int colorControlActivated -wangdaye.com.geometricweather.R$id: int dialog_learn_more_about_geocoder_content -okhttp3.internal.http2.Http2Connection: void writePingAndAwaitPong() -okhttp3.internal.http2.Hpack: java.util.Map nameToFirstIndex() -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_CompactMenu -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.ChineseCityEntity) -com.bumptech.glide.integration.okhttp.R$attr: int fontProviderAuthority -androidx.preference.R$dimen: int item_touch_helper_max_drag_scroll_per_frame -cyanogenmod.app.Profile$DozeMode: int ENABLE -wangdaye.com.geometricweather.R$styleable: int Transition_transitionFlags -androidx.appcompat.resources.R$id: int accessibility_custom_action_23 -com.google.android.material.R$style: int TextAppearance_AppCompat_Tooltip -com.google.android.material.R$styleable: int KeyCycle_android_rotationY -okhttp3.internal.platform.AndroidPlatform: boolean api24IsCleartextTrafficPermitted(java.lang.String,java.lang.Class,java.lang.Object) -androidx.coordinatorlayout.R$color: int notification_action_color_filter -com.google.android.gms.base.R$drawable: int common_google_signin_btn_text_dark_normal_background -wangdaye.com.geometricweather.R$dimen: int design_bottom_sheet_peek_height_min -com.turingtechnologies.materialscrollbar.R$drawable: int design_bottom_navigation_item_background -wangdaye.com.geometricweather.R$styleable: int AppCompatSeekBar_android_thumb -com.google.android.material.datepicker.Month -androidx.constraintlayout.widget.R$id: int title_template -android.didikee.donate.R$attr: int paddingBottomNoButtons -wangdaye.com.geometricweather.R$layout: int abc_tooltip -com.google.android.material.R$drawable: int mtrl_dialog_background -androidx.preference.R$attr: int titleMarginBottom -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_textColorLink -com.google.android.material.R$attr: int cardPreventCornerOverlap -com.jaredrummler.android.colorpicker.R$styleable: int Preference_selectable -retrofit2.http.HTTP: boolean hasBody() -wangdaye.com.geometricweather.R$attr: int closeIconEnabled -android.didikee.donate.R$styleable: int AppCompatTextView_autoSizeMinTextSize -io.reactivex.Observable: io.reactivex.Observable takeWhile(io.reactivex.functions.Predicate) -wangdaye.com.geometricweather.settings.dialogs.RunningInBackgroundODialog -com.xw.repo.bubbleseekbar.R$attr: int bsb_section_text_size -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_RatingBar -androidx.customview.R$styleable: int GradientColor_android_endColor -wangdaye.com.geometricweather.R$styleable: int[] CoordinatorLayout_Layout -androidx.viewpager2.R$styleable: int FontFamilyFont_fontWeight -wangdaye.com.geometricweather.R$layout: int test_design_radiobutton -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox -com.turingtechnologies.materialscrollbar.Indicator: int getIndicatorWidth() -com.jaredrummler.android.colorpicker.R$dimen: int abc_button_inset_vertical_material -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property RagweedLevel -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Dialog -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_26 -androidx.customview.R$id: int async -com.turingtechnologies.materialscrollbar.R$dimen: int abc_seekbar_track_progress_height_material -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float Lead -com.jaredrummler.android.colorpicker.R$drawable: int abc_seekbar_thumb_material -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -cyanogenmod.hardware.CMHardwareManager: int FEATURE_VIBRATOR -com.google.android.material.R$styleable: int MenuView_android_verticalDivider -wangdaye.com.geometricweather.remoteviews.config.MultiCityWidgetConfigActivity: MultiCityWidgetConfigActivity() -wangdaye.com.geometricweather.R$string: int feedback_request_location_permission_success -cyanogenmod.app.CustomTile$ExpandedItem: android.graphics.Bitmap itemBitmapResource -io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,long,java.util.concurrent.TimeUnit) -androidx.drawerlayout.R$string -androidx.appcompat.R$styleable: int MenuItem_android_menuCategory -androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_RESUME -androidx.constraintlayout.widget.R$attr: int actionModeStyle -com.google.android.material.progressindicator.ProgressIndicator -retrofit2.Platform -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWindSpeed -wangdaye.com.geometricweather.R$id: int header_title -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_showDividers -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionBar_TabView -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$7 -androidx.coordinatorlayout.R$id: int tag_accessibility_actions -io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: java.lang.Object index -cyanogenmod.weather.WeatherInfo$DayForecast$1: WeatherInfo$DayForecast$1() -com.jaredrummler.android.colorpicker.ColorPickerView: int getColor() -james.adaptiveicon.R$style: int Theme_AppCompat_Light_Dialog_Alert -cyanogenmod.app.CustomTile: void writeToParcel(android.os.Parcel,int) -okhttp3.internal.platform.AndroidPlatform: boolean isCleartextTrafficPermitted(java.lang.String) -androidx.constraintlayout.widget.R$attr: int flow_horizontalBias -wangdaye.com.geometricweather.R$styleable: int FlowLayout_itemSpacing -wangdaye.com.geometricweather.R$dimen: int mtrl_slider_label_square_side -okhttp3.internal.Version: java.lang.String userAgent() -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties -androidx.lifecycle.ProcessLifecycleOwner: boolean mStopSent -io.reactivex.internal.util.VolatileSizeArrayList: java.util.ArrayList list -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice -james.adaptiveicon.R$attr: int iconTint -okhttp3.logging.LoggingEventListener: void connectEnd(okhttp3.Call,java.net.InetSocketAddress,java.net.Proxy,okhttp3.Protocol) -wangdaye.com.geometricweather.R$attr: int layout -wangdaye.com.geometricweather.R$id: int widget_clock_day_time -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: boolean active -androidx.preference.R$styleable: int MenuItem_android_checkable -androidx.constraintlayout.widget.R$color: int material_grey_900 -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowFixedHeightMajor -wangdaye.com.geometricweather.db.entities.LocationEntity: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource getWeatherSource() -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void innerComplete(io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver) -androidx.lifecycle.CompositeGeneratedAdaptersObserver: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) -androidx.appcompat.R$styleable: int AppCompatTextView_autoSizeMaxTextSize -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void onNext(java.lang.Object) -james.adaptiveicon.R$styleable: int FontFamilyFont_fontWeight -okio.HashingSink: okio.HashingSink md5(okio.Sink) -wangdaye.com.geometricweather.R$id: int action_mode_close_button -com.google.android.material.R$attr: int textAppearanceLargePopupMenu -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Tooltip -io.reactivex.Observable: io.reactivex.Single isEmpty() -com.google.android.material.R$styleable: int AppCompatTheme_dialogTheme -com.google.android.material.R$styleable: int MotionHelper_onShow -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours: AccuCurrentResult$PrecipitationSummary$Past9Hours() -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.Date getPublishDate() -cyanogenmod.externalviews.IExternalViewProvider: void onStart() +james.adaptiveicon.R$drawable: int abc_seekbar_thumb_material +com.bumptech.glide.integration.okhttp.R$dimen: int compat_notification_large_icon_max_height +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_endColor +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.lang.String PrimaryPostalCode +androidx.lifecycle.ReportFragment$LifecycleCallbacks: ReportFragment$LifecycleCallbacks() +androidx.viewpager2.adapter.FragmentStateAdapter$2 +wangdaye.com.geometricweather.R$attr: int layout_constraintStart_toEndOf +com.github.rahatarmanahmed.cpv.CircularProgressView$5: CircularProgressView$5(com.github.rahatarmanahmed.cpv.CircularProgressView) +com.google.android.material.textfield.TextInputLayout: void setErrorIconVisible(boolean) +com.google.android.material.R$id: int material_clock_period_pm_button +james.adaptiveicon.R$styleable: int[] LinearLayoutCompat +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceFragmentStyle +androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_marginBottom +cyanogenmod.hardware.ICMHardwareService: int getThermalState() +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_hide_bubble +wangdaye.com.geometricweather.db.entities.WeatherEntity: long updateTime +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean isSunlightEnhancementSelfManaged() +io.reactivex.Observable: io.reactivex.Observable timeout(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +com.turingtechnologies.materialscrollbar.R$dimen: int design_textinput_caption_translate_y +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: java.lang.String to +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_autoSizeStepGranularity +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_weather +androidx.swiperefreshlayout.R$id: int tag_accessibility_actions +wangdaye.com.geometricweather.R$drawable: int flag_ar +androidx.appcompat.widget.ViewStubCompat: void setInflatedId(int) +retrofit2.ParameterHandler$Query: void apply(retrofit2.RequestBuilder,java.lang.Object) +androidx.preference.R$dimen: int preference_icon_minWidth +androidx.preference.R$styleable: int TextAppearance_textLocale +wangdaye.com.geometricweather.R$layout: int preference_recyclerview +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarTheme +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Precipitation +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeTotalPrecipitation() +wangdaye.com.geometricweather.R$color: int mtrl_btn_ripple_color +com.xw.repo.bubbleseekbar.R$attr: int drawableSize +androidx.lifecycle.LifecycleDispatcher$DispatcherActivityCallback: void onActivityCreated(android.app.Activity,android.os.Bundle) +wangdaye.com.geometricweather.R$layout: int abc_activity_chooser_view +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ListView_DropDown +com.google.android.material.R$styleable: int ViewBackgroundHelper_android_background +wangdaye.com.geometricweather.db.entities.AlertEntity: void setId(java.lang.Long) +com.amap.api.fence.GeoFence: long p +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_RC4_128_MD5 +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: void enqueueLiveLockScreen(java.lang.String,int,cyanogenmod.app.LiveLockScreenInfo,int[],int) +retrofit2.DefaultCallAdapterFactory: retrofit2.CallAdapter get(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat_Dark +androidx.viewpager2.R$styleable: int[] GradientColorItem +com.google.android.material.datepicker.PickerFragment +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Toolbar_Button_Navigation +okio.RealBufferedSink$1: void flush() +com.turingtechnologies.materialscrollbar.R$drawable: int abc_menu_hardkey_panel_mtrl_mult +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter jsonValue(java.lang.String) +com.turingtechnologies.materialscrollbar.R$id: int listMode +com.jaredrummler.android.colorpicker.R$style: int Base_V21_Theme_AppCompat_Light_Dialog +androidx.swiperefreshlayout.R$style: int TextAppearance_Compat_Notification_Time +com.google.android.material.R$styleable: int ChipGroup_selectionRequired +com.google.android.material.R$id: int accessibility_custom_action_29 +com.baidu.location.e.l$b: int e +cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_registerChangeListener +io.reactivex.Observable: io.reactivex.disposables.Disposable forEachWhile(io.reactivex.functions.Predicate,io.reactivex.functions.Consumer,io.reactivex.functions.Action) +androidx.viewpager.R$id: int blocking +androidx.appcompat.widget.ContentFrameLayout: android.util.TypedValue getMinWidthMinor() +androidx.hilt.R$id: int async +cyanogenmod.app.IPartnerInterface$Stub$Proxy: IPartnerInterface$Stub$Proxy(android.os.IBinder) +androidx.work.R$attr: int font +wangdaye.com.geometricweather.R$id: int text_input_start_icon +androidx.work.R$styleable: int GradientColor_android_endY +com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawable_android_dither +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: java.lang.Object poll() +androidx.activity.R$dimen: int compat_notification_large_icon_max_height +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric Metric +wangdaye.com.geometricweather.R$color: int primary_dark_material_light +cyanogenmod.app.CMContextConstants$Features: java.lang.String LIVE_LOCK_SCREEN +okhttp3.CacheControl$Builder: boolean immutable +org.greenrobot.greendao.AbstractDaoMaster: org.greenrobot.greendao.AbstractDaoSession newSession(org.greenrobot.greendao.identityscope.IdentityScopeType) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_102 +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: java.lang.String toString() +retrofit2.KotlinExtensions$awaitResponse$$inlined$suspendCancellableCoroutine$lambda$1: void invoke(java.lang.Throwable) +androidx.constraintlayout.widget.R$layout: int abc_action_mode_close_item_material +cyanogenmod.app.CustomTile$ExpandedStyle +com.google.android.material.R$string: R$string() +androidx.constraintlayout.widget.R$dimen: int abc_progress_bar_height_material +com.google.android.material.R$attr: int triggerSlack +wangdaye.com.geometricweather.Hilt_GeometricWeather: Hilt_GeometricWeather() +retrofit2.adapter.rxjava2.CallExecuteObservable: CallExecuteObservable(retrofit2.Call) +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_halfExpandedRatio +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 +retrofit2.RequestFactory$Builder: void validatePathName(int,java.lang.String) +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int aqi +com.google.android.material.R$styleable: int Transition_transitionFlags +james.adaptiveicon.R$styleable: int MenuItem_iconTint +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_Behavior_Layout_behavior_autoHide +okhttp3.internal.http2.Hpack$Writer: int dynamicTableByteCount +cyanogenmod.alarmclock.ClockContract$InstancesColumns: int DISMISSED_STATE +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Display1 +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float no2 +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintCircleRadius +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Metric: int UnitType +com.google.android.material.R$styleable: int[] MenuView +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: io.reactivex.functions.Function mapper +com.google.android.material.R$style: int Widget_MaterialComponents_TabLayout +wangdaye.com.geometricweather.R$attr: int listPreferredItemPaddingStart +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +cyanogenmod.themes.ThemeManager$2$1: ThemeManager$2$1(cyanogenmod.themes.ThemeManager$2,java.lang.String) +com.baidu.location.indoor.mapversion.c.a$d: void b(java.lang.String) +androidx.recyclerview.widget.RecyclerView: void setLayoutFrozen(boolean) +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat_Light +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_firstHorizontalBias +com.jaredrummler.android.colorpicker.R$drawable: int preference_list_divider_material +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModePopupWindowStyle +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_elevation +androidx.preference.R$anim: int btn_radio_to_on_mtrl_ring_outer_animation +androidx.hilt.work.R$color: int notification_icon_bg_color +androidx.appcompat.widget.LinearLayoutCompat: int getOrientation() +okhttp3.internal.cache.FaultHidingSink +com.turingtechnologies.materialscrollbar.R$attr: int cardUseCompatPadding +com.jaredrummler.android.colorpicker.R$styleable: int[] Toolbar +androidx.lifecycle.extensions.R$attr: int fontProviderAuthority +com.amap.api.fence.DistrictItem: void setAdcode(java.lang.String) +androidx.preference.R$attr: int ratingBarStyleIndicator +com.google.android.material.R$style: int Theme_MaterialComponents +james.adaptiveicon.R$drawable: int abc_ic_menu_overflow_material +androidx.preference.R$id: int search_edit_frame +androidx.preference.R$attr: int textAppearanceListItemSmall +wangdaye.com.geometricweather.common.basic.models.weather.UV: UV(java.lang.Integer,java.lang.String,java.lang.String) +androidx.preference.R$style: int Widget_AppCompat_SearchView +androidx.appcompat.widget.ActionBarOverlayLayout: ActionBarOverlayLayout(android.content.Context) +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$LocalSource: java.lang.String Name +com.google.android.material.appbar.CollapsingToolbarLayout: int getCollapsedTitleGravity() +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight_NoActionBar +androidx.appcompat.view.menu.ActionMenuItemView: void setCheckable(boolean) +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Title_Inverse +com.jaredrummler.android.colorpicker.R$id: int scrollIndicatorDown +androidx.customview.R$styleable: int FontFamily_fontProviderQuery +okhttp3.RealCall: okhttp3.internal.http.RetryAndFollowUpInterceptor retryAndFollowUpInterceptor +okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection$Builder listener(okhttp3.internal.http2.Http2Connection$Listener) +com.google.android.material.navigation.NavigationView: android.view.MenuInflater getMenuInflater() +okhttp3.ResponseBody: java.io.InputStream byteStream() +okhttp3.internal.http2.Http2Stream$StreamTimeout: void exitAndThrowIfTimedOut() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Metric: double Value +androidx.appcompat.widget.AppCompatAutoCompleteTextView: void setDropDownBackgroundResource(int) +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getIconsThemePackageName() +io.reactivex.internal.operators.observable.ObservableReplay$SizeBoundReplayBuffer: int limit +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode +androidx.legacy.coreutils.R$dimen +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActivityChooserView +okhttp3.internal.tls.BasicCertificateChainCleaner: BasicCertificateChainCleaner(okhttp3.internal.tls.TrustRootIndex) +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_TabView +okhttp3.internal.connection.RouteSelector: boolean hasNext() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial: AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial() +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_progressBarPadding +james.adaptiveicon.R$style: int Widget_AppCompat_PopupMenu_Overflow +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_11 +com.google.android.material.floatingactionbutton.FloatingActionButton: com.google.android.material.floatingactionbutton.FloatingActionButtonImpl getImpl() +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceGroup_android_orderingFromXml +cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_reboot +com.jaredrummler.android.colorpicker.R$attr: int navigationMode +com.google.android.material.R$attr: int boxStrokeWidthFocused +wangdaye.com.geometricweather.R$attr: int editTextPreferenceStyle +com.google.android.material.slider.RangeSlider: float getMinSeparation() +com.google.android.material.R$styleable: int CardView_contentPaddingTop +okio.Buffer: long readDecimalLong() +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_lunar +com.google.android.material.R$styleable: int ProgressIndicator_circularInset +com.amap.api.fence.DistrictItem: int describeContents() +okhttp3.internal.http2.Http2Stream: okio.Timeout readTimeout() +androidx.appcompat.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: int bufferSize +androidx.lifecycle.extensions.R$drawable: int notification_bg_low_normal +cyanogenmod.weatherservice.WeatherProviderService$1: void cancelOngoingRequests() +com.google.android.material.R$styleable: int AnimatedStateListDrawableCompat_android_dither +androidx.legacy.coreutils.R$dimen: int compat_button_padding_horizontal_material +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeFindDrawable +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Headline1 +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintBaseline_toBaselineOf +androidx.activity.R$styleable: int FontFamilyFont_fontWeight +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult +cyanogenmod.externalviews.ExternalViewProviderService$1$1: android.os.IBinder call() +androidx.fragment.R$styleable: int[] FragmentContainerView +wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.String readKey(android.database.Cursor,int) +james.adaptiveicon.R$id: int action_context_bar +androidx.vectordrawable.animated.R$id: int tag_accessibility_pane_title +wangdaye.com.geometricweather.R$styleable: int[] Constraint +android.didikee.donate.R$style: int Platform_V21_AppCompat_Light +com.jaredrummler.android.colorpicker.R$layout: int preference_information +com.turingtechnologies.materialscrollbar.R$id: int progress_circular +androidx.hilt.work.R$id: int fragment_container_view_tag +com.google.android.gms.tasks.RuntimeExecutionException: RuntimeExecutionException(java.lang.Throwable) +com.amap.api.fence.DistrictItem: android.os.Parcelable$Creator getCreator() +org.greenrobot.greendao.database.DatabaseOpenHelper: void onOpen(org.greenrobot.greendao.database.Database) +androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior: CoordinatorLayout$Behavior(android.content.Context,android.util.AttributeSet) +android.didikee.donate.R$string: int abc_activitychooserview_choose_application +com.jaredrummler.android.colorpicker.R$color: int primary_text_disabled_material_dark +okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level valueOf(java.lang.String) +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_TEMPERATURE +androidx.work.R$id: int icon +com.jaredrummler.android.colorpicker.R$color +okhttp3.internal.platform.Platform: boolean isCleartextTrafficPermitted(java.lang.String) +androidx.preference.R$attr: int actionMenuTextAppearance +james.adaptiveicon.R$style: int Base_V7_Theme_AppCompat_Light +androidx.constraintlayout.widget.R$attr: int region_heightMoreThan +com.turingtechnologies.materialscrollbar.R$drawable: int abc_seekbar_tick_mark_material +cyanogenmod.providers.CMSettings$Global: long getLong(android.content.ContentResolver,java.lang.String) +com.turingtechnologies.materialscrollbar.R$string: int password_toggle_content_description +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWindDegree(wangdaye.com.geometricweather.common.basic.models.weather.WindDegree) +androidx.constraintlayout.widget.ConstraintLayout: ConstraintLayout(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: void setDrawable(boolean) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setBrandInfo(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX) +com.turingtechnologies.materialscrollbar.R$attr: int icon +wangdaye.com.geometricweather.R$color: int material_slider_inactive_tick_marks_color +com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType WEBP_A +com.autonavi.aps.amapapi.model.AMapLocationServer: org.json.JSONObject f() +com.google.android.material.button.MaterialButton: void setInsetTop(int) +io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: void dispose() +org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.async.AsyncSession startAsyncSession() +okhttp3.Headers$Builder: okhttp3.Headers$Builder add(java.lang.String,java.lang.String) +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.AirQuality getAirQuality() +com.google.android.material.floatingactionbutton.FloatingActionButton: com.google.android.material.animation.MotionSpec getShowMotionSpec() +com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_text_color_disabled +androidx.hilt.lifecycle.R$id +wangdaye.com.geometricweather.R$string: int feedback_location_permissions_title +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Chip_Entry +wangdaye.com.geometricweather.R$styleable: int AlertDialog_singleChoiceItemLayout +androidx.constraintlayout.widget.R$id: int top +okhttp3.internal.Util: boolean containsInvalidHostnameAsciiCodes(java.lang.String) +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionMode +com.google.android.material.R$id: int material_timepicker_view +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult +com.google.android.material.R$layout: int abc_dialog_title_material +okio.AsyncTimeout$1: void flush() +com.google.android.material.chip.Chip: void setCloseIconEndPadding(float) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial: AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial() +wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_barColor +retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: RxJava2CallAdapterFactory(io.reactivex.Scheduler,boolean) +cyanogenmod.weather.WeatherInfo: double getWindSpeed() +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addEncodedQueryParameter(java.lang.String,java.lang.String) +com.google.android.material.R$styleable: int StateListDrawable_android_enterFadeDuration +com.turingtechnologies.materialscrollbar.R$string: int abc_activity_chooser_view_see_all +com.google.android.material.R$attr: int isLightTheme +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area$LastAction +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float getSnow() +androidx.recyclerview.R$id: int accessibility_custom_action_24 +okhttp3.internal.Util: java.nio.charset.Charset bomAwareCharset(okio.BufferedSource,java.nio.charset.Charset) +com.google.android.material.R$id: int up +wangdaye.com.geometricweather.R$attr: int deriveConstraintsFrom +com.github.rahatarmanahmed.cpv.CircularProgressView: android.graphics.RectF bounds +okio.RealBufferedSource$1: okio.RealBufferedSource this$0 +com.google.android.material.chip.Chip: void setHideMotionSpecResource(int) +com.turingtechnologies.materialscrollbar.R$drawable: int abc_dialog_material_background +com.bumptech.glide.R$dimen: int notification_large_icon_height +androidx.lifecycle.viewmodel.savedstate.R: R() +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored +com.turingtechnologies.materialscrollbar.R$attr: int backgroundTintMode +android.didikee.donate.R$attr: int windowFixedHeightMinor +cyanogenmod.externalviews.ExternalView$3: cyanogenmod.externalviews.ExternalView this$0 +com.google.android.material.R$color: int material_blue_grey_900 +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_12 +androidx.swiperefreshlayout.R$integer: R$integer() +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_FixedSize +androidx.preference.R$styleable: int ActionBar_subtitleTextStyle +androidx.lifecycle.ViewModelProvider: androidx.lifecycle.ViewModel get(java.lang.Class) +com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getTrackActiveTintList() +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void drainLoop() +com.xw.repo.bubbleseekbar.R$id: int titleDividerNoCustom +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_android_baselineAligned +androidx.appcompat.widget.Toolbar: void setTitle(java.lang.CharSequence) +androidx.appcompat.widget.ListPopupWindow: void setOnDismissListener(android.widget.PopupWindow$OnDismissListener) +com.bumptech.glide.R$dimen: int notification_top_pad_large_text +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments: java.util.List textBlocItems +io.reactivex.Observable: io.reactivex.Observable buffer(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void subscribeInner(io.reactivex.ObservableSource) +com.google.android.material.R$string: int abc_searchview_description_clear +com.jaredrummler.android.colorpicker.R$dimen: int abc_switch_padding +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String OVERLAYS_URI +androidx.drawerlayout.R$id: int chronometer +wangdaye.com.geometricweather.common.basic.models.weather.UV: int UV_INDEX_MIDDLE +cyanogenmod.weather.RequestInfo: boolean mIsQueryOnly +com.google.android.material.R$attr: int layout_optimizationLevel +com.jaredrummler.android.colorpicker.R$id: int multiply +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast +androidx.preference.R$attr: int drawableStartCompat +okhttp3.internal.connection.RealConnection: void onSettings(okhttp3.internal.http2.Http2Connection) +com.jaredrummler.android.colorpicker.ColorPreferenceCompat: ColorPreferenceCompat(android.content.Context,android.util.AttributeSet) +androidx.preference.R$attr: int drawableEndCompat +wangdaye.com.geometricweather.R$styleable: int Preference_layout +com.turingtechnologies.materialscrollbar.R$attr: int showDividers +androidx.appcompat.R$id: int blocking +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIndicatorColor +io.reactivex.internal.observers.LambdaObserver: io.reactivex.functions.Consumer onSubscribe +io.reactivex.Observable: io.reactivex.Observable combineLatestDelayError(java.lang.Iterable,io.reactivex.functions.Function) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dropDownListViewStyle +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Large_Inverse +cyanogenmod.app.CustomTile$ExpandedListItem +com.turingtechnologies.materialscrollbar.R$string: int abc_activitychooserview_choose_application +androidx.work.R$id: int accessibility_custom_action_8 +com.google.android.material.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ButtonBar +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: BaiduIPLocationResult() +okhttp3.internal.cache.FaultHidingSink: void flush() +androidx.core.app.CoreComponentFactory +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: long remaining +wangdaye.com.geometricweather.R$id: int view_offset_helper +cyanogenmod.providers.CMSettings$Global +androidx.vectordrawable.animated.R$id +cyanogenmod.weather.WeatherInfo$DayForecast$Builder: cyanogenmod.weather.WeatherInfo$DayForecast$Builder setHigh(double) +wangdaye.com.geometricweather.R$id: int dialog_running_in_background_container +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_goneMarginRight +androidx.fragment.app.Fragment$InstantiationException: Fragment$InstantiationException(java.lang.String,java.lang.Exception) +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionBar_TabBar +wangdaye.com.geometricweather.R$id: int month_navigation_previous +androidx.appcompat.view.menu.ListMenuItemView: androidx.appcompat.view.menu.MenuItemImpl getItemData() +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHorizontal_bias +androidx.appcompat.R$styleable: int StateListDrawable_android_constantSize +com.google.android.material.R$id: int spread_inside +android.didikee.donate.R$id: int submit_area +androidx.appcompat.R$styleable: int ActionBar_homeAsUpIndicator +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_38 +retrofit2.http.Part: java.lang.String value() +androidx.hilt.work.R$drawable: int notification_bg_low_normal +wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize +androidx.constraintlayout.widget.R$styleable: int ActionBarLayout_android_layout_gravity +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ListView_DropDown +com.bumptech.glide.integration.okhttp.R$drawable: int notify_panel_notification_icon_bg +james.adaptiveicon.R$dimen: int abc_text_size_headline_material +okhttp3.Handshake: java.security.Principal localPrincipal() +cyanogenmod.app.CMStatusBarManager: boolean localLOGV +androidx.lifecycle.MutableLiveData +wangdaye.com.geometricweather.R$id: int item_icon_provider_get_more_gitHub +wangdaye.com.geometricweather.remoteviews.config.ClockDayVerticalWidgetConfigActivity +androidx.loader.R$dimen: int compat_button_inset_vertical_material +android.didikee.donate.R$styleable: int Toolbar_contentInsetEndWithActions +androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_Dialog +androidx.constraintlayout.widget.R$dimen: int abc_dialog_corner_radius_material +okhttp3.RealCall: boolean isExecuted() +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: void onError(java.lang.Throwable) +androidx.appcompat.R$attr: int titleMarginTop +cyanogenmod.app.StatusBarPanelCustomTile: long postTime +james.adaptiveicon.R$styleable: int Toolbar_contentInsetStart +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionBar_TabBar +io.reactivex.internal.observers.BlockingObserver: boolean isDisposed() cyanogenmod.app.LiveLockScreenInfo: int PRIORITY_MAX -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xnt +com.turingtechnologies.materialscrollbar.R$attr: int thumbTintMode +androidx.recyclerview.R$dimen: R$dimen() +androidx.constraintlayout.widget.R$styleable: int Transition_layoutDuringTransition +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_checkBoxPreferenceStyle +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: void request(long) +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_star_half_black_16dp +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_caption_material +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Bridge +wangdaye.com.geometricweather.remoteviews.trend.TrendLinearLayout: void setColor(boolean) +androidx.preference.R$attr: int colorControlNormal +wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.String getShortWindDescription() +androidx.lifecycle.AbstractSavedStateViewModelFactory: AbstractSavedStateViewModelFactory(androidx.savedstate.SavedStateRegistryOwner,android.os.Bundle) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_25 +com.google.android.material.R$attr: int hoveredFocusedTranslationZ +androidx.coordinatorlayout.R$id: int accessibility_custom_action_4 +com.google.android.material.R$dimen: int design_navigation_icon_size +cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: IExternalViewProvider$Stub$Proxy(android.os.IBinder) +okhttp3.OkHttpClient$1 +cyanogenmod.app.IProfileManager$Stub$Proxy: boolean isEnabled() +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer getRealFeelTemperature() +com.amap.api.fence.PoiItem$1: PoiItem$1() +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_passwordToggleDrawable +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_BATTERY_CIRCLE +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu +io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: boolean isDisposed() +com.turingtechnologies.materialscrollbar.R$drawable +androidx.fragment.R$styleable: int FontFamily_fontProviderPackage +io.reactivex.exceptions.CompositeException: java.lang.Throwable getCause() +cyanogenmod.externalviews.ExternalView$2: boolean val$visible +com.google.android.material.R$color: int abc_search_url_text +retrofit2.Retrofit$Builder: boolean validateEagerly +okhttp3.internal.http2.Http2Connection$7: void execute() +androidx.preference.R$styleable: int ViewStubCompat_android_layout +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: ObservableRetryWhen$RepeatWhenObserver(io.reactivex.Observer,io.reactivex.subjects.Subject,io.reactivex.ObservableSource) +wangdaye.com.geometricweather.R$attr: int titleMarginEnd +wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_animSwoopDuration androidx.constraintlayout.widget.R$styleable: int KeyTrigger_triggerSlack -wangdaye.com.geometricweather.db.entities.DaoMaster -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_commit_search_api_mtrl_alpha -io.reactivex.internal.subscriptions.SubscriptionArbiter: boolean isCancelled() -androidx.constraintlayout.widget.R$style: int RtlOverlay_DialogWindowTitle_AppCompat -com.turingtechnologies.materialscrollbar.R$attr: int fontStyle -androidx.appcompat.R$color: int abc_tint_default -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: java.util.ArrayDeque windows -wangdaye.com.geometricweather.R$string: int key_align_end -cyanogenmod.weather.WeatherLocation: java.lang.String getPostalCode() -wangdaye.com.geometricweather.R$drawable: int abc_ic_star_half_black_48dp -cyanogenmod.providers.CMSettings$Secure: java.lang.String VIBRATOR_INTENSITY -wangdaye.com.geometricweather.R$styleable: int MultiSelectListPreference_entries -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Snow -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonStyleSmall -cyanogenmod.app.BaseLiveLockManagerService: BaseLiveLockManagerService() -com.google.android.material.chip.Chip: void setIconStartPaddingResource(int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setCurrent(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean) -androidx.preference.R$dimen: int highlight_alpha_material_light -cyanogenmod.hardware.DisplayMode$1: java.lang.Object[] newArray(int) -retrofit2.CompletableFutureCallAdapterFactory$CallCancelCompletableFuture: CompletableFutureCallAdapterFactory$CallCancelCompletableFuture(retrofit2.Call) -okio.Buffer: okio.Buffer writeUtf8(java.lang.String,int,int) -androidx.constraintlayout.widget.ConstraintLayout: void setOptimizationLevel(int) -com.xw.repo.bubbleseekbar.R$attr: int colorButtonNormal -io.reactivex.internal.functions.Functions$HashSetCallable: java.util.Set call() -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments: MfWarningsResult$WarningComments() -com.google.android.material.R$attr: int layout_constraintGuide_percent -android.didikee.donate.R$drawable: int abc_list_selector_disabled_holo_light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setSunRise(java.lang.String) -androidx.fragment.app.BackStackRecord -wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: java.lang.String unitId -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_maxButtonHeight -retrofit2.adapter.rxjava2.CallExecuteObservable$CallDisposable: boolean isDisposed() -androidx.swiperefreshlayout.R$style: R$style() -okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level HEADERS -androidx.appcompat.R$dimen: int abc_button_padding_horizontal_material -okhttp3.FormBody: long writeOrCountBytes(okio.BufferedSink,boolean) -wangdaye.com.geometricweather.R$string: int key_click_widget_to_refresh -androidx.appcompat.R$styleable: int AppCompatTheme_popupWindowStyle -james.adaptiveicon.R$styleable: int FontFamilyFont_android_fontWeight -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_textinput_box_stroke_width_focused -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: int IconCode -retrofit2.ParameterHandler$QueryName: ParameterHandler$QueryName(retrofit2.Converter,boolean) -com.turingtechnologies.materialscrollbar.R$drawable: int abc_tab_indicator_mtrl_alpha -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.HalfDay day() -com.google.android.material.R$styleable: int PropertySet_android_visibility -cyanogenmod.app.IProfileManager$Stub$Proxy: boolean setActiveProfile(android.os.ParcelUuid) -okhttp3.internal.connection.RouteSelector: boolean hasNextProxy() -androidx.appcompat.R$styleable: int AppCompatTheme_actionBarTabStyle -androidx.appcompat.resources.R$style -io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: io.reactivex.Observer downstream -androidx.preference.R$drawable: int abc_btn_check_material -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_verticalGap -wangdaye.com.geometricweather.R$styleable: int Chip_shapeAppearance -retrofit2.Response: retrofit2.Response success(java.lang.Object) -cyanogenmod.themes.IThemeProcessingListener$Stub: cyanogenmod.themes.IThemeProcessingListener asInterface(android.os.IBinder) -com.google.android.material.R$drawable: int design_ic_visibility -com.turingtechnologies.materialscrollbar.R$styleable: int ActionMode_backgroundSplit -wangdaye.com.geometricweather.R$dimen: int tooltip_margin -com.google.gson.internal.LinkedTreeMap: java.util.Set entrySet() -com.google.android.material.R$styleable: int DrawerArrowToggle_gapBetweenBars -androidx.core.R$dimen: int notification_top_pad_large_text -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_DarkActionBar_Bridge -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void run() -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner -james.adaptiveicon.R$attr: int actionModeStyle -com.amap.api.fence.PoiItem: java.lang.String getPoiId() -okio.SegmentedByteString: java.lang.String base64() -io.reactivex.internal.disposables.EmptyDisposable: io.reactivex.internal.disposables.EmptyDisposable INSTANCE -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_rotationX -wangdaye.com.geometricweather.R$attr: int fastScrollEnabled -android.didikee.donate.R$drawable: int abc_ic_search_api_material -com.google.android.material.R$styleable: int Toolbar_navigationIcon -androidx.preference.R$id: int accessibility_custom_action_22 -com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: int hashCode() -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_id -com.google.android.material.R$attr: int constraintSetEnd -io.reactivex.Observable: void blockingSubscribe() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade RealFeelTemperatureShade -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: io.reactivex.ObservableSource source -androidx.appcompat.R$style: int Base_V21_Theme_AppCompat -com.xw.repo.bubbleseekbar.R$attr: int tickMark -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: boolean done -com.bumptech.glide.R$color: R$color() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableStartCompat -wangdaye.com.geometricweather.R$menu: int activity_preview_icon -io.reactivex.internal.subscriptions.SubscriptionHelper: boolean replace(java.util.concurrent.atomic.AtomicReference,org.reactivestreams.Subscription) -cyanogenmod.app.CustomTile: java.lang.String label -androidx.appcompat.R$drawable: int abc_tab_indicator_mtrl_alpha -james.adaptiveicon.R$styleable: int Toolbar_contentInsetStartWithNavigation -james.adaptiveicon.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar -okio.AsyncTimeout: long timeoutAt -com.google.android.material.appbar.CollapsingToolbarLayout: int getCollapsedTitleGravity() -com.turingtechnologies.materialscrollbar.R$id: int parallax -com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize -androidx.constraintlayout.widget.R$styleable: int RecycleListView_paddingBottomNoButtons -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: java.lang.String dept -cyanogenmod.app.ICMTelephonyManager: void setDefaultSmsSub(int) -wangdaye.com.geometricweather.R$styleable: int Slider_android_valueFrom -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setTotalPrecipitation(java.lang.Float) -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_Dialog_MinWidth -android.didikee.donate.R$styleable: int MenuItem_iconTintMode -com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_borderless_material -com.google.android.material.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setComponent(java.lang.String,java.lang.String) -com.google.android.material.circularreveal.CircularRevealGridLayout: android.graphics.drawable.Drawable getCircularRevealOverlayDrawable() -com.bumptech.glide.integration.okhttp.R$dimen -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_lastVerticalBias -com.amap.api.location.CoordinateConverter: CoordinateConverter(android.content.Context) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Humidity: MfForecastResult$DailyForecast$Humidity() -com.jaredrummler.android.colorpicker.R$string: int abc_action_mode_done -com.google.android.material.R$dimen: int material_font_2_0_box_collapsed_padding_top -com.google.android.gms.signin.internal.zag: android.os.Parcelable$Creator CREATOR -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void trySchedule() -androidx.appcompat.R$styleable: int ActionBar_contentInsetStart -cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode getSoundMode() -cyanogenmod.app.CustomTile: java.lang.String toString() -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeSnowPrecipitationProbability -com.google.android.material.R$styleable: int SnackbarLayout_backgroundOverlayColorAlpha -androidx.fragment.R$styleable: int FontFamilyFont_android_fontStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getSo2Desc() -com.google.android.material.R$id: int slide -okio.Buffer: short readShortLe() -androidx.appcompat.widget.AppCompatTextView: java.lang.CharSequence getText() -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ListPopupWindow -androidx.constraintlayout.widget.R$attr: int drawableTintMode -wangdaye.com.geometricweather.R$string: int transition_activity_search_txt -androidx.customview.R$id: int info -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light_NoActionBar -okhttp3.FormBody$Builder: FormBody$Builder() -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: long serialVersionUID -com.turingtechnologies.materialscrollbar.R$attr: int floatingActionButtonStyle -com.xw.repo.bubbleseekbar.R$id: int action_divider -androidx.appcompat.R$attr: int dialogCornerRadius -androidx.loader.R$id: int notification_main_column_container -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Day_Invalid -io.reactivex.internal.observers.LambdaObserver: boolean isDisposed() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_popupMenuStyle -wangdaye.com.geometricweather.R$style: int Widget_Design_ScrimInsetsFrameLayout -androidx.hilt.R$attr: int fontProviderQuery -com.google.android.material.R$styleable: int NavigationView_itemTextColor -androidx.constraintlayout.widget.R$attr: int layout_constraintHorizontal_chainStyle -okhttp3.ConnectionPool: int maxIdleConnections -androidx.customview.R$drawable: int notification_tile_bg -wangdaye.com.geometricweather.R$id: int parentPanel -androidx.activity.R$id: int tag_screen_reader_focusable -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_button_min_width_overflow_material -wangdaye.com.geometricweather.location.services.LocationService: void requestLocation(android.content.Context,wangdaye.com.geometricweather.location.services.LocationService$LocationCallback) -okio.Buffer: java.lang.String readString(java.nio.charset.Charset) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: java.util.List getValue() -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Large -com.turingtechnologies.materialscrollbar.R$id: int touch_outside -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Headline -cyanogenmod.profiles.ConnectionSettings: int CM_MODE_3G -wangdaye.com.geometricweather.R$id: int activity_weather_daily_title -androidx.hilt.R$attr: int fontProviderAuthority -wangdaye.com.geometricweather.R$styleable: int DialogPreference_dialogLayout -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow snow -io.reactivex.Observable: io.reactivex.Observable dematerialize(io.reactivex.functions.Function) -androidx.vectordrawable.R$dimen: int notification_small_icon_background_padding -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String pubTime -com.google.android.material.R$styleable: int MenuItem_android_id -cyanogenmod.themes.IThemeService$Stub$Proxy: boolean processThemeResources(java.lang.String) -okhttp3.OkHttpClient$Builder: javax.net.SocketFactory socketFactory -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA -okhttp3.internal.ws.WebSocketWriter$FrameSink: int formatOpcode -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_82 -android.support.v4.os.ResultReceiver$MyResultReceiver: android.support.v4.os.ResultReceiver this$0 -androidx.preference.R$color: int abc_tint_btn_checkable -wangdaye.com.geometricweather.R$dimen: int design_navigation_icon_padding -android.didikee.donate.R$attr: int switchTextAppearance -com.baidu.location.indoor.mapversion.c.c$b: double c -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String getDistrict() -androidx.appcompat.R$attr: int textAppearanceSearchResultTitle -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Body2 -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_lastVerticalStyle -com.google.android.material.R$anim: int abc_fade_out -androidx.constraintlayout.widget.R$drawable: int btn_checkbox_unchecked_mtrl -wangdaye.com.geometricweather.R$id: int widget_day_week_icon_2 -com.bumptech.glide.R$styleable: int GradientColor_android_centerColor -androidx.swiperefreshlayout.R$layout: int notification_template_part_chronometer -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_thumb_radius -wangdaye.com.geometricweather.R$styleable: int Chip_chipIconSize -com.turingtechnologies.materialscrollbar.R$attr: int icon -androidx.preference.R$styleable: int[] GradientColor -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_shapeAppearanceOverlay -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_goneMarginBottom -androidx.appcompat.R$dimen: int abc_dialog_fixed_height_major -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_transitionEasing -androidx.appcompat.R$style: int ThemeOverlay_AppCompat_ActionBar -com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getPasswordVisibilityToggleContentDescription() -wangdaye.com.geometricweather.R$color: int abc_background_cache_hint_selector_material_dark -wangdaye.com.geometricweather.R$attr: int colorSwitchThumbNormal -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat -androidx.appcompat.R$layout: int abc_list_menu_item_layout -wangdaye.com.geometricweather.R$id: int test_radiobutton_app_button_tint -cyanogenmod.app.ILiveLockScreenManager +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_search_api_material +com.turingtechnologies.materialscrollbar.R$id: int fill +cyanogenmod.themes.ThemeManager: void requestThemeChange(java.util.Map,boolean) +com.jaredrummler.android.colorpicker.R$styleable: int MenuGroup_android_visible +com.bumptech.glide.load.engine.GlideException: void printStackTrace(java.io.PrintWriter) +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber +com.jaredrummler.android.colorpicker.R$styleable: int PopupWindowBackgroundState_state_above_anchor +com.jaredrummler.android.colorpicker.R$layout: int notification_action +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup +retrofit2.ParameterHandler$Query: retrofit2.Converter valueConverter +okhttp3.HttpUrl$Builder: java.util.List encodedQueryNamesAndValues +wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit: java.lang.String unitAbbreviation +com.turingtechnologies.materialscrollbar.R$attr: int strokeWidth +io.reactivex.Observable: io.reactivex.observables.ConnectableObservable publish() +androidx.preference.R$attr: int titleTextAppearance android.didikee.donate.R$layout: int abc_activity_chooser_view_list_item -io.reactivex.Observable: io.reactivex.Single toSortedList(int) -androidx.preference.R$attr: int popupWindowStyle -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken NUMBER -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningConsequence: java.lang.String textConsequence -com.google.android.material.R$styleable: int AlertDialog_multiChoiceItemLayout -com.google.gson.JsonParseException: JsonParseException(java.lang.String,java.lang.Throwable) -okhttp3.ResponseBody$1: okhttp3.MediaType contentType() -androidx.constraintlayout.widget.R$string: int abc_menu_shift_shortcut_label -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Metric -com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy LOWER_CASE_WITH_UNDERSCORES -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Body1 -com.bumptech.glide.R$styleable: int FontFamilyFont_ttcIndex -androidx.constraintlayout.widget.R$attr: int contrast -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_thumb_color -androidx.constraintlayout.widget.R$attr: int subtitleTextColor -wangdaye.com.geometricweather.R$id: int tag_unhandled_key_listeners -wangdaye.com.geometricweather.R$menu: R$menu() -com.google.android.material.R$style: int Widget_MaterialComponents_Button_TextButton_Icon -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setNo2Desc(java.lang.String) -io.reactivex.Observable: io.reactivex.Observable concatMapIterable(io.reactivex.functions.Function,int) -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: boolean isDisposed() -com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_verticalDivider -wangdaye.com.geometricweather.R$attr: int trackTint -com.turingtechnologies.materialscrollbar.R$attr: int fastScrollHorizontalThumbDrawable -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_MULTIPLE_LEDS_ENABLE_VALIDATOR -wangdaye.com.geometricweather.R$attr: int isLightTheme -okhttp3.internal.publicsuffix.PublicSuffixDatabase: byte[] publicSuffixExceptionListBytes -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum: int UnitType -androidx.dynamicanimation.R$id -cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy: IAppSuggestManager$Stub$Proxy(android.os.IBinder) -androidx.preference.R$layout: int notification_template_custom_big -androidx.lifecycle.extensions.R$id: int tag_accessibility_pane_title -okhttp3.internal.http2.Header: okio.ByteString TARGET_PATH -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeThunderstormPrecipitationDuration -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getMoonPhaseAngle() -androidx.activity.R$id: int forever -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle -com.turingtechnologies.materialscrollbar.AlphabetIndicator: AlphabetIndicator(android.content.Context) -wangdaye.com.geometricweather.R$string: int common_google_play_services_notification_channel_name -james.adaptiveicon.R$style: int Widget_AppCompat_DrawerArrowToggle -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: ObservableCombineLatest$LatestCoordinator(io.reactivex.Observer,io.reactivex.functions.Function,int,int,boolean) -androidx.customview.R$style: R$style() +androidx.vectordrawable.animated.R$layout: int notification_action +com.baidu.location.indoor.c: void clear() +com.amap.api.location.UmidtokenInfo$a: void onLocationChanged(com.amap.api.location.AMapLocation) +android.didikee.donate.R$color: int abc_hint_foreground_material_light +com.google.android.material.R$styleable: int BottomNavigationView_itemIconSize +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void next(java.lang.Object) +com.google.android.material.R$attr: int onNegativeCross +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial: java.lang.String Unit +james.adaptiveicon.R$id +com.google.android.material.R$styleable: int MaterialCardView_checkedIcon +cyanogenmod.providers.DataUsageContract: int COLUMN_OF_EXTRA +okhttp3.Headers$Builder: okhttp3.Headers$Builder removeAll(java.lang.String) +okhttp3.internal.connection.RealConnection: okhttp3.internal.connection.RealConnection testConnection(okhttp3.ConnectionPool,okhttp3.Route,java.net.Socket,long) +io.reactivex.internal.operators.observable.ObserverResourceWrapper: java.util.concurrent.atomic.AtomicReference upstream +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: int getSourceColor() +io.reactivex.internal.queue.SpscArrayQueue: SpscArrayQueue(int) +james.adaptiveicon.R$styleable: int TextAppearance_textAllCaps +com.google.android.material.circularreveal.CircularRevealLinearLayout +androidx.lifecycle.SavedStateHandle$1: android.os.Bundle saveState() +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void errorAll(io.reactivex.Observer) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$DailyTemperature: MfForecastResult$DailyForecast$DailyTemperature() +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintGuide_begin +com.google.android.material.R$styleable: int AlertDialog_buttonIconDimen +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse +cyanogenmod.app.ICMTelephonyManager$Stub +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_1 +wangdaye.com.geometricweather.R$color: int colorLevel_2 +com.xw.repo.bubbleseekbar.R$color: int foreground_material_dark +androidx.preference.R$attr: int titleMargin +androidx.appcompat.R$styleable: int MenuView_android_itemIconDisabledAlpha +wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: void setSize(float) +androidx.preference.R$attr: int progressBarPadding +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_selection_text_baseline_to_bottom +androidx.appcompat.R$dimen: int abc_dialog_list_padding_bottom_no_buttons +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatSeekBar_tickMarkTintMode +okio.Segment: Segment() +com.bumptech.glide.integration.okhttp.R$id: R$id() +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation: wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind wind +com.google.android.material.R$attr: int backgroundInsetTop +retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$2: retrofit2.Call $this_await$inlined +androidx.preference.R$styleable: int DialogPreference_android_negativeButtonText +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation: wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation valueOf(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial: java.lang.String Unit +androidx.appcompat.R$attr: int titleTextColor +com.google.android.material.chip.Chip: void setChipBackgroundColor(android.content.res.ColorStateList) +androidx.drawerlayout.R$drawable: int notification_bg_low_pressed +androidx.constraintlayout.widget.R$styleable: int Variant_region_widthLessThan +androidx.appcompat.R$attr: int arrowHeadLength +com.google.android.material.R$id: int staticLayout +james.adaptiveicon.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated +com.xw.repo.bubbleseekbar.R$attr: int track +wangdaye.com.geometricweather.R$id: int touch_outside +wangdaye.com.geometricweather.R$dimen: int mtrl_exposed_dropdown_menu_popup_vertical_offset +okhttp3.Cookie: boolean persistent +androidx.constraintlayout.motion.widget.MotionLayout$TransitionState: androidx.constraintlayout.motion.widget.MotionLayout$TransitionState[] values() +wangdaye.com.geometricweather.R$attr: int itemShapeInsetEnd +wangdaye.com.geometricweather.R$id: int month_navigation_fragment_toggle +okhttp3.CertificatePinner$Builder +androidx.appcompat.R$attr: int listPreferredItemHeightSmall +com.google.android.material.slider.Slider: void setValueTo(float) +wangdaye.com.geometricweather.R$id: int TOP_START +wangdaye.com.geometricweather.R$layout: int mtrl_alert_select_dialog_singlechoice +androidx.viewpager2.R$styleable: int ViewPager2_android_orientation +androidx.constraintlayout.widget.R$anim: int abc_slide_out_bottom +okhttp3.internal.http2.Http2Connection$6: okhttp3.internal.http2.Http2Connection this$0 +wangdaye.com.geometricweather.R$drawable: int abc_list_selector_holo_light +james.adaptiveicon.R$bool: int abc_config_actionMenuItemAllCaps +androidx.viewpager.R$id: int italic +io.reactivex.Observable: io.reactivex.Single reduceWith(java.util.concurrent.Callable,io.reactivex.functions.BiFunction) +retrofit2.HttpServiceMethod$CallAdapted: retrofit2.CallAdapter callAdapter +androidx.preference.R$id: int uniform +cyanogenmod.app.StatusBarPanelCustomTile: int getId() +wangdaye.com.geometricweather.R$attr: int backgroundTint +okhttp3.internal.http2.Http2Connection: okhttp3.Protocol getProtocol() +wangdaye.com.geometricweather.R$styleable: int TextAppearance_textAllCaps +androidx.cardview.widget.CardView: float getMaxCardElevation() +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$6: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 +cyanogenmod.externalviews.KeyguardExternalViewProviderService: android.view.WindowManager access$500(cyanogenmod.externalviews.KeyguardExternalViewProviderService) +androidx.constraintlayout.widget.R$styleable: int PopupWindow_android_popupBackground +com.turingtechnologies.materialscrollbar.R$attr: int hideOnContentScroll +cyanogenmod.hardware.CMHardwareManager: int FEATURE_PERSISTENT_STORAGE +com.google.android.material.progressindicator.ProgressIndicator: void setProgressDrawable(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric: java.lang.String Unit +androidx.recyclerview.R$attr: int fontProviderCerts +androidx.appcompat.R$dimen: int notification_media_narrow_margin +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean +wangdaye.com.geometricweather.R$array: int notification_text_color_values +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +com.xw.repo.bubbleseekbar.R$string: int abc_searchview_description_query +androidx.appcompat.resources.R$dimen: int notification_big_circle_margin +com.google.android.material.R$dimen: int mtrl_textinput_box_corner_radius_small +cyanogenmod.app.CMTelephonyManager: void setSubState(int,boolean) +wangdaye.com.geometricweather.R$dimen: int notification_right_icon_size +com.google.android.material.R$dimen: int fastscroll_minimum_range +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric: AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric() +wangdaye.com.geometricweather.R$string: int transition_activity_search_bar +androidx.fragment.R$integer: int status_bar_notification_info_maxnum +com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_BottomNavigationView +androidx.appcompat.R$color: int dim_foreground_material_light +androidx.appcompat.R$attr: int autoSizePresetSizes +retrofit2.CompletableFutureCallAdapterFactory$CallCancelCompletableFuture: CompletableFutureCallAdapterFactory$CallCancelCompletableFuture(retrofit2.Call) +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: java.util.concurrent.atomic.AtomicReference queue +androidx.hilt.lifecycle.R$id: int tag_accessibility_clickable_spans +cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: android.os.IBinder asBinder() +wangdaye.com.geometricweather.R$dimen: int cpv_item_size +wangdaye.com.geometricweather.R$anim: int fragment_fade_exit +wangdaye.com.geometricweather.R$string: int content_des_so2 +wangdaye.com.geometricweather.background.receiver.widget.WidgetDayProvider +com.xw.repo.bubbleseekbar.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework +wangdaye.com.geometricweather.db.entities.HourlyEntityDao +cyanogenmod.weather.CMWeatherManager$WeatherServiceProviderChangeListener: void onWeatherServiceProviderChanged(java.lang.String) +wangdaye.com.geometricweather.R$id: int searchBar +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Tooltip +androidx.viewpager2.R$styleable: int ColorStateListItem_android_color +wangdaye.com.geometricweather.R$string: int sp_widget_clock_day_vertical_setting +wangdaye.com.geometricweather.common.basic.models.weather.Base: java.lang.String getTime(android.content.Context,java.util.Date) +androidx.core.R$id: int dialog_button +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.lang.String getDate(java.lang.String) +androidx.preference.R$style: int Base_Theme_AppCompat_CompactMenu +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode valueOf(java.lang.String) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_140 +androidx.recyclerview.R$id: int accessibility_custom_action_10 +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorEnabled +com.google.android.material.R$styleable: int ChipGroup_checkedChip +com.google.android.material.R$string: int exposed_dropdown_menu_content_description +android.didikee.donate.R$drawable: int abc_menu_hardkey_panel_mtrl_mult +wangdaye.com.geometricweather.R$layout: int design_navigation_menu +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_day_corner +com.xw.repo.bubbleseekbar.R$attr: int editTextColor +com.google.android.material.R$styleable: int Layout_layout_constraintTop_toTopOf +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_backgroundTint +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintWidth_min +androidx.customview.R$dimen: int compat_button_padding_horizontal_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: int getStatus() +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light +androidx.constraintlayout.widget.R$attr: int iconTintMode +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void emit() +okhttp3.Response$Builder: okhttp3.Response$Builder headers(okhttp3.Headers) +wangdaye.com.geometricweather.R$attr: int navigationIconColor +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipStartPadding +wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_layout_keyline +org.greenrobot.greendao.AbstractDao: long insertWithoutSettingPk(java.lang.Object) +androidx.constraintlayout.helper.widget.Layer: void setScaleX(float) +androidx.hilt.work.R$styleable: int FragmentContainerView_android_tag +james.adaptiveicon.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title +okhttp3.internal.http2.Settings: int HEADER_TABLE_SIZE +androidx.lifecycle.Lifecycling: int REFLECTIVE_CALLBACK +cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: IWeatherProviderService$Stub$Proxy(android.os.IBinder) +com.bumptech.glide.integration.okhttp.R$dimen: int notification_main_column_padding_top +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property CityId +com.turingtechnologies.materialscrollbar.AlphabetIndicator +james.adaptiveicon.R$styleable: int FontFamily_fontProviderFetchStrategy +com.bumptech.glide.R$attr: int fontStyle +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_landscape_header_width +okhttp3.MultipartBody$Part: okhttp3.RequestBody body() +wangdaye.com.geometricweather.R$styleable: int MenuGroup_android_id +com.xw.repo.bubbleseekbar.R$id: int action_bar_spinner +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_fabSize +androidx.appcompat.R$attr: int defaultQueryHint +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer realFeelTemperature +okhttp3.internal.http2.Http2Connection: long intervalPongsReceived +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial: AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial() +okhttp3.HttpUrl$Builder: int slashCount(java.lang.String,int,int) +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_TabBar +wangdaye.com.geometricweather.R$string: int content_des_minutely_precipitation +wangdaye.com.geometricweather.R$string: int phase_waxing_crescent +com.google.android.material.R$styleable: int TextInputLayout_counterMaxLength +james.adaptiveicon.R$layout: int abc_screen_simple +com.google.android.material.tabs.TabLayout: void setInlineLabelResource(int) +androidx.appcompat.R$attr: int actionProviderClass +retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$2 +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActivityChooserView +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_CALL_LED_OFF +com.jaredrummler.android.colorpicker.R$styleable: int CompoundButton_buttonCompat +wangdaye.com.geometricweather.location.services.LocationService: void cancel() +com.google.android.material.R$styleable: int MaterialCardView_checkedIconTint +wangdaye.com.geometricweather.R$id: int filled +androidx.preference.R$integer: int abc_config_activityDefaultDur +cyanogenmod.profiles.BrightnessSettings$1: cyanogenmod.profiles.BrightnessSettings[] newArray(int) +androidx.preference.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert +io.reactivex.internal.subscriptions.BasicQueueSubscription: boolean offer(java.lang.Object) +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: void setCity_code(int) +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void onNext(java.lang.Object) +io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode lvNext() +okhttp3.OkHttpClient: int callTimeout +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_NoActionBar_Bridge +com.jaredrummler.android.colorpicker.R$attr: int alertDialogTheme +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: void onNext(java.lang.Object) +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_16 +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Subhead +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun: long EpochRise +com.google.android.material.R$styleable: int ChipGroup_chipSpacingHorizontal +com.jaredrummler.android.colorpicker.R$dimen: int abc_edit_text_inset_bottom_material +androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType COLOR_TYPE +com.google.android.material.R$styleable: int Chip_shapeAppearance +wangdaye.com.geometricweather.R$style: int Base_AlertDialog_AppCompat +cyanogenmod.externalviews.KeyguardExternalViewProviderService$1 +android.didikee.donate.R$attr: int titleTextAppearance +com.amap.api.fence.GeoFence: java.lang.String BUNDLE_KEY_FENCE +okhttp3.Headers: int size() +io.reactivex.internal.operators.observable.ObservableGroupBy$State: io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver parent +com.amap.api.location.APSService: int b +wangdaye.com.geometricweather.db.entities.AlertEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.AlertEntity) +androidx.vectordrawable.animated.R$dimen: int notification_action_text_size +androidx.preference.R$attr: int popupTheme +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float icePrecipitation +com.google.android.material.R$styleable: int ConstraintSet_layout_constrainedWidth +okhttp3.Interceptor$Chain: okhttp3.Request request() +okhttp3.Challenge: boolean equals(java.lang.Object) +com.google.android.material.R$id: int pathRelative +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float ice +james.adaptiveicon.R$drawable: int abc_list_selector_background_transition_holo_dark +cyanogenmod.app.ICustomTileListener: void onCustomTilePosted(org.cyanogenmod.internal.statusbar.IStatusBarCustomTileHolder) +com.google.android.material.R$style: int Base_Widget_AppCompat_ListView_Menu +androidx.vectordrawable.animated.R$id: int blocking +androidx.constraintlayout.widget.R$styleable: int MenuItem_actionViewClass +wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig chineseCityEntityDaoConfig +androidx.vectordrawable.R$styleable: int[] FontFamilyFont +com.turingtechnologies.materialscrollbar.R$color: int design_fab_shadow_end_color +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_shapeAppearanceOverlay +io.reactivex.internal.util.ArrayListSupplier: java.lang.Object call() +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: MfForecastV2Result$ForecastProperties$ProbabilityForecastV2() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_viewInflaterClass +wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_box_stroke_width_focused +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: int status +com.google.android.material.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth +androidx.customview.R$dimen: int notification_small_icon_size_as_large +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setModifyInHour(boolean) +wangdaye.com.geometricweather.R$attr: int percentY +wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView getChartItemView() +androidx.viewpager2.R$dimen: int fastscroll_margin +androidx.appcompat.R$styleable: int AppCompatTextView_autoSizeTextType +wangdaye.com.geometricweather.common.ui.widgets.DonateImageView +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: ArcProgress(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.widget.R$attr: int suggestionRowLayout +wangdaye.com.geometricweather.R$layout: int abc_action_menu_item_layout +androidx.constraintlayout.widget.R$styleable: int Layout_barrierDirection +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: FlowableCreate$BaseEmitter(org.reactivestreams.Subscriber) +androidx.transition.R$styleable: int GradientColor_android_tileMode +wangdaye.com.geometricweather.R$styleable: int Chip_iconStartPadding +com.google.android.material.R$attr: int insetForeground +androidx.lifecycle.ReportFragment +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header +com.google.android.material.R$anim: int design_snackbar_out +com.google.android.material.R$style: int Base_V22_Theme_AppCompat +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemIconTint +cyanogenmod.app.Profile: void addSecondaryUuid(java.util.UUID) +wangdaye.com.geometricweather.R$attr: int applyMotionScene +okhttp3.internal.annotations.EverythingIsNonNull +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_android_ttcIndex +io.reactivex.Observable: java.lang.Iterable blockingIterable(int) +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: java.lang.String ShortPhrase +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintBottom_creator +androidx.core.R$id: int action_image +androidx.appcompat.R$styleable: int TextAppearance_android_textStyle +okhttp3.CacheControl: okhttp3.CacheControl FORCE_CACHE +cyanogenmod.externalviews.IExternalViewProvider: void onResume() +okio.Util: void sneakyRethrow(java.lang.Throwable) +com.google.android.material.R$dimen: int mtrl_extended_fab_start_padding_icon +cyanogenmod.profiles.LockSettings$1: LockSettings$1() +wangdaye.com.geometricweather.main.layouts.TrendHorizontalLinearLayoutManager +androidx.appcompat.R$attr: int backgroundSplit +wangdaye.com.geometricweather.R$attr: int searchViewStyle +androidx.preference.PreferenceScreen +com.google.android.material.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth +androidx.legacy.coreutils.R$color: int ripple_material_light +com.google.android.material.R$attr: int tabPaddingTop +com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse +com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose: AMapLocationClientOption$AMapLocationPurpose(java.lang.String,int) +androidx.activity.R$dimen: int notification_top_pad +wangdaye.com.geometricweather.R$styleable: int[] Variant +androidx.constraintlayout.widget.R$dimen: int abc_text_size_body_1_material +androidx.appcompat.resources.R$style: int TextAppearance_Compat_Notification_Title +io.reactivex.Observable: io.reactivex.Observable takeUntil(io.reactivex.ObservableSource) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_CompoundButton_RadioButton +androidx.viewpager2.widget.ViewPager2: ViewPager2(android.content.Context) +com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_precise_anchor_extra_offset +okio.Okio: okio.Source source(java.io.InputStream) +wangdaye.com.geometricweather.R$string: int content_des_pm10 +cyanogenmod.providers.CMSettings$Secure: boolean putLong(android.content.ContentResolver,java.lang.String,long) +androidx.appcompat.widget.AppCompatRadioButton: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void innerError(int,java.lang.Throwable) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintTop_toTopOf +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX$InfoX: java.util.List night +androidx.vectordrawable.R$dimen: int notification_media_narrow_margin +androidx.core.R$styleable: int GradientColor_android_gradientRadius +com.turingtechnologies.materialscrollbar.R$attr: int passwordToggleContentDescription +androidx.constraintlayout.widget.R$id: int animateToEnd +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_drawableBottom +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart +cyanogenmod.weatherservice.WeatherProviderService +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_percent +okhttp3.internal.http2.Http2Connection$2 +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void onComplete() +androidx.constraintlayout.widget.R$string: int abc_menu_delete_shortcut_label +com.jaredrummler.android.colorpicker.R$color: int abc_hint_foreground_material_light +com.google.android.material.R$attr: int actionModeFindDrawable +androidx.appcompat.R$styleable: int MenuView_android_windowAnimationStyle +com.autonavi.aps.amapapi.model.AMapLocationServer: boolean e +androidx.lifecycle.ClassesInfoCache: int CALL_TYPE_PROVIDER_WITH_EVENT +androidx.core.widget.NestedScrollView +com.amap.api.location.AMapLocation: java.lang.String getProvince() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: void setStatus(int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: java.lang.String brandId +okhttp3.internal.connection.StreamAllocation: boolean canceled +okhttp3.internal.http2.Http2Stream: long unacknowledgedBytesRead +com.google.android.material.progressindicator.ProgressIndicator: void setTrackColor(int) +io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: void run() +com.turingtechnologies.materialscrollbar.R$integer: int abc_config_activityShortDur +android.didikee.donate.R$id: int listMode +okhttp3.internal.http2.Http2Connection$IntervalPingRunnable: Http2Connection$IntervalPingRunnable(okhttp3.internal.http2.Http2Connection) +androidx.work.R$styleable: int FontFamily_fontProviderQuery +com.amap.api.location.AMapLocation: void setMock(boolean) +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void innerError(java.lang.Throwable) +com.xw.repo.bubbleseekbar.R$id: int src_over +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: void cancel() +com.google.android.material.R$drawable: int abc_list_pressed_holo_light +androidx.constraintlayout.widget.R$attr: int titleMarginBottom +android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar +wangdaye.com.geometricweather.R$id: int dialog_learn_more_about_geocoder_container +wangdaye.com.geometricweather.R$color: int mtrl_fab_icon_text_color_selector +wangdaye.com.geometricweather.R$styleable: int[] AppCompatSeekBar +cyanogenmod.app.ICustomTileListener$Stub: ICustomTileListener$Stub() +wangdaye.com.geometricweather.R$dimen: int widget_standard_weather_icon_size +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dividerHorizontal +wangdaye.com.geometricweather.R$drawable: int abc_ic_star_half_black_36dp +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver parent +cyanogenmod.app.ThemeVersion +androidx.appcompat.R$attr: int searchHintIcon +com.google.android.material.progressindicator.ProgressIndicator: int getCircularInset() +com.amap.api.location.AMapLocation: void setGpsAccuracyStatus(int) +james.adaptiveicon.R$styleable: int SwitchCompat_switchTextAppearance +androidx.vectordrawable.R$style +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item +cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.RequestInfo$Builder setTemperatureUnit(int) +androidx.preference.Preference: void setOnPreferenceChangeListener(androidx.preference.Preference$OnPreferenceChangeListener) +androidx.preference.R$id: int accessibility_custom_action_25 +android.didikee.donate.R$styleable: int Toolbar_subtitleTextColor +androidx.core.R$dimen: int compat_button_padding_vertical_material +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver +cyanogenmod.themes.IThemeService$Stub$Proxy: void removeUpdates(cyanogenmod.themes.IThemeChangeListener) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_homeAsUpIndicator +com.jaredrummler.android.colorpicker.R$attr: int allowStacking +wangdaye.com.geometricweather.R$id: int fade +androidx.appcompat.R$attr: int fontProviderFetchTimeout +com.google.android.material.R$style: int Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog +wangdaye.com.geometricweather.R$styleable: int Chip_android_textColor +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_EditText +androidx.viewpager2.widget.ViewPager2: int getPageSize() +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_commit_search_api_mtrl_alpha +com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_android_font +cyanogenmod.hardware.CMHardwareManager: int getSupportedFeatures() +com.xw.repo.bubbleseekbar.R$attr: int paddingEnd +com.jaredrummler.android.colorpicker.R$color: int abc_primary_text_material_dark +james.adaptiveicon.R$attr: int ratingBarStyleSmall +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHorizontal_weight +androidx.fragment.R$id: int blocking +io.reactivex.observers.DisposableObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.recyclerview.R$color: int notification_action_color_filter +com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_BottomSheet_Modal +cyanogenmod.providers.WeatherContract$WeatherColumns$TempUnit +cyanogenmod.app.CMStatusBarManager: cyanogenmod.app.CMStatusBarManager getInstance(android.content.Context) +com.xw.repo.bubbleseekbar.R$id: int tabMode +com.baidu.location.e.h$a: com.baidu.location.e.h$a b +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_helperTextEnabled +com.google.android.material.R$id: int postLayout +okio.Pipe: okio.Sink sink() +com.google.android.material.R$style: int Widget_MaterialComponents_TimePicker +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_12 +androidx.preference.R$styleable: int FontFamilyFont_fontWeight +androidx.constraintlayout.widget.R$dimen: int notification_right_side_padding_top +androidx.appcompat.R$style: int Base_DialogWindowTitle_AppCompat +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: int getStatus() +com.google.android.material.chip.Chip: android.content.res.ColorStateList getChipBackgroundColor() +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: io.reactivex.Observer downstream +androidx.customview.R$dimen: int notification_media_narrow_margin +com.turingtechnologies.materialscrollbar.R$dimen: int abc_seekbar_track_progress_height_material +cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: android.os.IBinder mRemote +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_titleEnabled +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String Level +io.reactivex.internal.util.NotificationLite: io.reactivex.internal.util.NotificationLite COMPLETE +androidx.transition.R$layout +com.google.android.material.slider.Slider: Slider(android.content.Context) +android.didikee.donate.R$id: int src_over +androidx.swiperefreshlayout.R$styleable: int GradientColorItem_android_color +androidx.dynamicanimation.R$integer: R$integer() +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void onNext(java.lang.Object) +androidx.fragment.R$dimen: int compat_button_inset_vertical_material +android.didikee.donate.R$color: int material_grey_900 +android.didikee.donate.R$attr: int overlapAnchor +cyanogenmod.app.Profile: void addProfileGroup(cyanogenmod.app.ProfileGroup) +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeFindDrawable +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilitySnow: java.lang.Integer proba6H +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatSeekBar_android_thumb +wangdaye.com.geometricweather.R$drawable: int abc_ic_commit_search_api_mtrl_alpha +com.amap.api.location.AMapLocationClientOption: long s +com.bumptech.glide.integration.okhttp.R$attr: int ttcIndex +com.google.android.material.floatingactionbutton.FloatingActionButton: int getSize() +okio.GzipSink +okhttp3.TlsVersion: java.lang.String javaName() +com.jaredrummler.android.colorpicker.R$attr: int drawableSize +com.google.android.gms.common.api.UnsupportedApiCallException +james.adaptiveicon.R$string +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: boolean mCanceled +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_VMAIL_COLOR_VALIDATOR +wangdaye.com.geometricweather.R$drawable: int abc_popup_background_mtrl_mult +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: int status +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: java.lang.String from +androidx.recyclerview.widget.RecyclerView: void setHasFixedSize(boolean) wangdaye.com.geometricweather.R$drawable: int abc_list_selector_background_transition_holo_light -androidx.appcompat.R$styleable: int AppCompatTheme_listDividerAlertDialog -android.didikee.donate.R$style: int Theme_AppCompat_DayNight -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_contentInsetLeft -io.reactivex.disposables.RunnableDisposable -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Display4 -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowFixedWidthMinor -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode -okhttp3.internal.http2.Http2Connection$4: int val$streamId -wangdaye.com.geometricweather.R$attr: int chipIconSize -wangdaye.com.geometricweather.R$bool: int config_materialPreferenceIconSpaceReserved -com.turingtechnologies.materialscrollbar.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_borderlessButtonStyle -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum: java.lang.String Unit -androidx.recyclerview.widget.RecyclerView$SavedState: android.os.Parcelable$Creator CREATOR -retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback: retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter this$0 -io.reactivex.internal.schedulers.ScheduledRunnable: java.lang.Object SYNC_DISPOSED -androidx.preference.R$attr: int titleMarginEnd -android.didikee.donate.R$dimen: int abc_text_size_display_1_material -androidx.hilt.R$anim: int fragment_close_exit -com.turingtechnologies.materialscrollbar.R$styleable: int PopupWindow_android_popupAnimationStyle -com.jaredrummler.android.colorpicker.R$styleable: int Preference_dependency -okhttp3.internal.cache.DiskLruCache: void close() -okhttp3.internal.platform.Platform: java.util.logging.Logger logger -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeCloudCover(java.lang.Integer) -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WindLevel -wangdaye.com.geometricweather.R$styleable: int MenuGroup_android_menuCategory -com.amap.api.location.AMapLocation: void setSatellites(int) -okhttp3.Address: boolean equals(java.lang.Object) -cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_setMobileDataEnabled_1 -cyanogenmod.providers.CMSettings$System: java.lang.String ENABLE_MWI_NOTIFICATION -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.String weatherText -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeStyle -androidx.lifecycle.extensions.R$string: R$string() -com.jaredrummler.android.colorpicker.R$styleable: int ColorStateListItem_android_alpha -com.turingtechnologies.materialscrollbar.R$color: int mtrl_textinput_filled_box_default_background_color -cyanogenmod.platform.Manifest$permission: java.lang.String WRITE_SETTINGS -androidx.preference.R$attr: int positiveButtonText -com.google.android.material.R$style: int Theme_MaterialComponents_Dialog -james.adaptiveicon.R$dimen: int notification_small_icon_size_as_large -okhttp3.Cache$CacheResponseBody: long contentLength() -james.adaptiveicon.R$style: int ThemeOverlay_AppCompat -com.google.android.gms.common.internal.BinderWrapper: android.os.Parcelable$Creator CREATOR -okhttp3.CipherSuite: CipherSuite(java.lang.String) -okhttp3.OkHttpClient$1: okhttp3.Call newWebSocketCall(okhttp3.OkHttpClient,okhttp3.Request) -cyanogenmod.alarmclock.ClockContract$CitiesColumns -james.adaptiveicon.R$style: int Base_Theme_AppCompat_Dialog -io.reactivex.Observable: io.reactivex.Observable distinctUntilChanged() -com.google.android.material.transformation.FabTransformationBehavior: FabTransformationBehavior() -com.xw.repo.bubbleseekbar.R$integer: int abc_config_activityShortDur -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode CLEAR -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Ice -com.google.android.material.R$style: int Base_V14_ThemeOverlay_MaterialComponents_Dialog -com.xw.repo.bubbleseekbar.R$attr: int bsb_thumb_text_size -com.google.android.material.slider.BaseSlider: void setTrackInactiveTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$string: int key_notification_custom_color -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualObserver[] observers -wangdaye.com.geometricweather.R$layout: int text_view_with_line_height_from_style -okhttp3.internal.cache.CacheInterceptor$1: okio.Timeout timeout() -cyanogenmod.platform.R: R() -wangdaye.com.geometricweather.R$attr: int actionDropDownStyle -wangdaye.com.geometricweather.R$styleable: int[] MaterialAlertDialogTheme -com.turingtechnologies.materialscrollbar.R$integer: int config_tooltipAnimTime -com.github.rahatarmanahmed.cpv.R$dimen -androidx.lifecycle.DefaultLifecycleObserver: void onStop(androidx.lifecycle.LifecycleOwner) -okhttp3.internal.cache.CacheInterceptor$1: okhttp3.internal.cache.CacheRequest val$cacheRequest -com.google.android.gms.base.R$string: int common_google_play_services_install_button -wangdaye.com.geometricweather.R$styleable: int ClockHandView_materialCircleRadius -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps$WarningTimelapsItem: long beginTime -wangdaye.com.geometricweather.R$layout: int cpv_color_item_circle -wangdaye.com.geometricweather.common.basic.models.weather.Weather: wangdaye.com.geometricweather.common.basic.models.weather.Base base -com.google.android.material.R$styleable: int ViewPager2_android_orientation -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_goneMarginLeft -com.bumptech.glide.R$id: int icon_group -com.google.android.material.R$color: int mtrl_card_view_foreground -okhttp3.internal.http2.Http2: byte TYPE_CONTINUATION -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_EMPTY_RENEGOTIATION_INFO_SCSV -cyanogenmod.app.Profile: java.lang.String TAG -com.bumptech.glide.load.ImageHeaderParser$ImageType: boolean hasAlpha() -com.jaredrummler.android.colorpicker.R$attr: int windowMinWidthMajor -okhttp3.internal.http2.Http2Connection$ReaderRunnable -com.google.android.material.bottomnavigation.BottomNavigationMenuView: com.google.android.material.bottomnavigation.BottomNavigationItemView getNewItem() -com.google.android.material.button.MaterialButtonToggleGroup: void setGeneratedIdIfNeeded(com.google.android.material.button.MaterialButton) -com.turingtechnologies.materialscrollbar.TouchScrollBar: float getHandleOffset() +androidx.appcompat.widget.ContentFrameLayout: android.util.TypedValue getFixedHeightMajor() +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintLeft_toRightOf +android.didikee.donate.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton +androidx.legacy.content.WakefulBroadcastReceiver: WakefulBroadcastReceiver() +androidx.lifecycle.extensions.R$styleable +com.jaredrummler.android.colorpicker.R$layout: int preference_list_fragment +com.jaredrummler.android.colorpicker.R$drawable: int cpv_preset_checked +androidx.preference.R$color: int abc_primary_text_material_light +wangdaye.com.geometricweather.R$drawable: int preference_list_divider_material +com.google.android.material.R$style: int TextAppearance_AppCompat_Small_Inverse +com.jaredrummler.android.colorpicker.R$attr: int isPreferenceVisible +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Imperial: java.lang.String Unit +okhttp3.Route: java.net.Proxy proxy() +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_subtitle_bottom_margin_material +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: io.reactivex.Observer downstream +okio.RealBufferedSink: okio.BufferedSink writeUtf8(java.lang.String,int,int) +com.xw.repo.bubbleseekbar.R$string: int abc_shareactionprovider_share_with_application +wangdaye.com.geometricweather.R$attr: int backgroundStacked +wangdaye.com.geometricweather.R$styleable: int AppBarLayoutStates_state_liftable +com.google.android.gms.base.R$color: R$color() +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_android_background +wangdaye.com.geometricweather.R$style: int Base_Animation_AppCompat_Tooltip +com.jaredrummler.android.colorpicker.R$attr: int titleMargins com.google.android.material.R$attr: int collapsedTitleTextAppearance -androidx.lifecycle.LifecycleRegistry: androidx.arch.core.internal.FastSafeIterableMap mObserverMap -wangdaye.com.geometricweather.R$id: int icon -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintWidth_max -androidx.preference.R$style: int Widget_AppCompat_Button -com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_buttonIconDimen -io.reactivex.Observable: io.reactivex.Observable flatMapSingle(io.reactivex.functions.Function) -retrofit2.Utils$ParameterizedTypeImpl: Utils$ParameterizedTypeImpl(java.lang.reflect.Type,java.lang.reflect.Type,java.lang.reflect.Type[]) -wangdaye.com.geometricweather.R$id: int activity_widget_config_textSizeTitle -androidx.constraintlayout.widget.R$drawable: int abc_btn_check_material_anim -androidx.viewpager.widget.ViewPager: void removeOnAdapterChangeListener(androidx.viewpager.widget.ViewPager$OnAdapterChangeListener) -androidx.preference.R$id: int action_text -okio.Sink: void flush() -wangdaye.com.geometricweather.R$dimen: int widget_title_text_size -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: void setPrecipitation(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getAqi() -androidx.customview.R$drawable: int notification_bg_low_normal -okhttp3.internal.http2.Http2Reader$ContinuationSource: okio.BufferedSource source -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_bubble_text_color -androidx.constraintlayout.widget.R$color: int button_material_dark -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub: int TRANSACTION_setServiceRequestState -androidx.preference.R$styleable: int SwitchCompat_switchPadding -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay[] values() -james.adaptiveicon.R$style: int Base_Widget_AppCompat_SearchView -com.turingtechnologies.materialscrollbar.R$drawable: int abc_control_background_material -android.didikee.donate.R$drawable: int abc_text_select_handle_right_mtrl_dark -androidx.recyclerview.R$styleable: int RecyclerView_android_clipToPadding -okhttp3.internal.http.HttpCodec: void flushRequest() -wangdaye.com.geometricweather.R$drawable: int notif_temp_76 -androidx.preference.R$layout: int select_dialog_singlechoice_material -androidx.preference.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Headline5 -okhttp3.internal.tls.DistinguishedNameParser: java.lang.String findMostSpecific(java.lang.String) -okhttp3.EventListener: okhttp3.EventListener$Factory factory(okhttp3.EventListener) -okhttp3.internal.ws.RealWebSocket: void cancel() -com.jaredrummler.android.colorpicker.R$styleable: int[] AppCompatSeekBar -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_5 -okhttp3.CacheControl$Builder: boolean immutable -com.google.android.material.button.MaterialButtonToggleGroup: void removeOnButtonCheckedListener(com.google.android.material.button.MaterialButtonToggleGroup$OnButtonCheckedListener) -com.google.android.material.R$animator: int design_fab_hide_motion_spec -wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView: TrendRecyclerView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int CloudCover -androidx.fragment.R$styleable: int FontFamilyFont_android_ttcIndex -com.google.android.material.slider.Slider: void setThumbStrokeColor(android.content.res.ColorStateList) -com.bumptech.glide.load.engine.GlideException: void setLoggingDetails(com.bumptech.glide.load.Key,com.bumptech.glide.load.DataSource) -android.didikee.donate.R$attr: int checkedTextViewStyle -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_setActiveProfileByName -androidx.swiperefreshlayout.R$dimen: int notification_action_icon_size +wangdaye.com.geometricweather.R$id: int notification_main_column +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Large +androidx.activity.R$styleable: int GradientColor_android_tileMode +com.xw.repo.bubbleseekbar.R$styleable: int Spinner_android_popupBackground +wangdaye.com.geometricweather.R$attr: int constraint_referenced_ids +com.google.android.material.R$dimen: int mtrl_tooltip_minHeight +okhttp3.Response: java.lang.String header(java.lang.String,java.lang.String) +com.xw.repo.bubbleseekbar.R$color: int error_color_material_dark +com.xw.repo.bubbleseekbar.R$style +cyanogenmod.power.PerformanceManager: boolean setPowerProfile(int) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionMode_Inverse +android.didikee.donate.R$color: int button_material_dark +com.turingtechnologies.materialscrollbar.R$drawable: int design_fab_background +androidx.constraintlayout.helper.widget.Flow: Flow(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$id: int recycler_view +androidx.appcompat.R$styleable: int FontFamily_fontProviderFetchStrategy +androidx.recyclerview.R$id: int line1 +com.google.android.material.bottomnavigation.BottomNavigationView: android.view.MenuInflater getMenuInflater() +androidx.appcompat.widget.SwitchCompat: int getThumbOffset() +androidx.constraintlayout.widget.R$dimen: int abc_dialog_fixed_width_minor +com.xw.repo.bubbleseekbar.R$styleable: int[] ActionMode +androidx.lifecycle.extensions.R$styleable: int[] FragmentContainerView +androidx.recyclerview.widget.LinearLayoutManager: LinearLayoutManager(android.content.Context,android.util.AttributeSet,int,int) +androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_font +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorButtonNormal +wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.lang.String getDescription() +com.google.android.material.R$id: int snackbar_text +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title +androidx.lifecycle.ProcessLifecycleOwner: void dispatchStopIfNeeded() +wangdaye.com.geometricweather.R$styleable: int AppBarLayoutStates_state_collapsible +com.turingtechnologies.materialscrollbar.R$attr: int height +cyanogenmod.weatherservice.ServiceRequest$Status +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Position: MfCurrentResult$Position() +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.util.List Area +wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_maxActionInlineWidth +androidx.recyclerview.R$attr: int fontProviderFetchTimeout +androidx.preference.R$styleable: int CoordinatorLayout_keylines +com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableTransition_android_drawable +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: KeyguardExternalViewProviderService$Provider$ProviderImpl(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider,cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider) +okhttp3.internal.http2.Http2Stream$StreamTimeout: void timedOut() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: CaiYunMainlyResult() +io.reactivex.internal.schedulers.ScheduledRunnable: java.lang.Object DONE +com.google.android.material.slider.RangeSlider: void setTrackActiveTintList(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxBackgroundColor +io.reactivex.Observable: io.reactivex.Single singleOrError() +wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration +com.google.android.material.R$styleable: int[] BottomAppBar +wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light_Dialog_Alert +cyanogenmod.externalviews.ExternalViewProperties: int getX() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade RealFeelTemperatureShade +wangdaye.com.geometricweather.R$attr: int mock_label +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.preference.internal.PreferenceImageView: PreferenceImageView(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintWidth_max +cyanogenmod.app.LiveLockScreenInfo$Builder +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property UvIndex +com.jaredrummler.android.colorpicker.R$id: int action_bar_root +wangdaye.com.geometricweather.settings.activities.DailyTrendDisplayManageActivity: DailyTrendDisplayManageActivity() +wangdaye.com.geometricweather.R$id: int activity_settings_container +androidx.constraintlayout.widget.R$styleable: int AlertDialog_buttonPanelSideLayout +com.google.android.material.R$styleable: int BottomAppBar_fabCradleRoundedCornerRadius +com.google.android.material.R$styleable: int ProgressIndicator_indicatorCornerRadius +com.amap.api.location.DPoint: DPoint(double,double) +androidx.viewpager2.R$attr: int alpha +wangdaye.com.geometricweather.R$attr: int flow_verticalBias +com.google.android.material.R$style: int Base_Widget_AppCompat_ProgressBar +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: boolean checkTerminated(boolean,boolean,io.reactivex.Observer,boolean,io.reactivex.internal.operators.observable.ObservableZip$ZipObserver) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX names +androidx.constraintlayout.widget.R$styleable: int KeyTrigger_motion_triggerOnCollision +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature: AccuCurrentResult$ApparentTemperature() +com.google.android.material.R$id: int ignoreRequest +org.greenrobot.greendao.AbstractDao: java.lang.Object getKeyVerified(java.lang.Object) +android.didikee.donate.R$styleable: int AppCompatTextHelper_android_drawableTop +okhttp3.Cookie$Builder: java.lang.String path +com.jaredrummler.android.colorpicker.R$dimen: int abc_disabled_alpha_material_light +androidx.viewpager2.R$id: int item_touch_helper_previous_elevation +android.didikee.donate.R$style: int Base_Theme_AppCompat +cyanogenmod.app.IProfileManager$Stub$Proxy: void addNotificationGroup(android.app.NotificationGroup) +wangdaye.com.geometricweather.R$string: int wind_4 +androidx.constraintlayout.widget.R$attr: int applyMotionScene +james.adaptiveicon.R$color: int bright_foreground_disabled_material_light +io.reactivex.Observable: io.reactivex.Observable concatMapSingleDelayError(io.reactivex.functions.Function,boolean) +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: io.reactivex.disposables.Disposable upstream +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionButton_Overflow +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Button_Small +com.google.android.material.R$color: int dim_foreground_disabled_material_light +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_BottomSheetDialog +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: ObservableRefCount$RefCountObserver(io.reactivex.Observer,io.reactivex.internal.operators.observable.ObservableRefCount,io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: java.util.Date EffectiveDate +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored +androidx.appcompat.R$styleable: int SwitchCompat_switchTextAppearance +com.google.android.material.R$dimen: int design_bottom_navigation_margin +androidx.loader.app.LoaderManagerImpl$LoaderViewModel: LoaderManagerImpl$LoaderViewModel() +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void cancelAll() +com.google.android.material.R$integer: int mtrl_tab_indicator_anim_duration_ms +androidx.appcompat.R$drawable: int abc_list_divider_mtrl_alpha +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: io.reactivex.internal.queue.SpscLinkedArrayQueue getOrCreateQueue() +androidx.coordinatorlayout.R$styleable: int GradientColor_android_startY +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: io.reactivex.internal.fuseable.SimpleQueue queue +okhttp3.internal.Internal: java.io.IOException timeoutExit(okhttp3.Call,java.io.IOException) +androidx.coordinatorlayout.R$id: int tag_unhandled_key_listeners +androidx.preference.R$anim: int btn_radio_to_off_mtrl_ring_outer_path_animation +com.turingtechnologies.materialscrollbar.R$attr: int actionModeCopyDrawable +androidx.constraintlayout.widget.R$styleable: int[] Transform +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceListItemSmall +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean +androidx.preference.R$styleable: int AppCompatTheme_alertDialogStyle +wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_weatherKindContainer +wangdaye.com.geometricweather.R$string: int key_widget_text +cyanogenmod.weather.WeatherLocation: WeatherLocation(cyanogenmod.weather.WeatherLocation$1) +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver(io.reactivex.Observer,io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver) +wangdaye.com.geometricweather.R$style: int Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected +cyanogenmod.app.CustomTile$ExpandedItem: android.graphics.Bitmap itemBitmapResource +androidx.recyclerview.R$attr: int fastScrollVerticalTrackDrawable +androidx.transition.R$id: int right_icon +io.reactivex.Observable: io.reactivex.Observable materialize() +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_lastHorizontalStyle +com.jaredrummler.android.colorpicker.R$styleable: int[] ActionMenuView +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: int CountMinute +androidx.appcompat.R$dimen: int abc_dialog_fixed_width_major +okio.AsyncTimeout$2: java.lang.String toString() +io.reactivex.internal.disposables.EmptyDisposable: void error(java.lang.Throwable,io.reactivex.MaybeObserver) +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_mini_dark +androidx.hilt.lifecycle.R$attr +james.adaptiveicon.R$styleable: int AppCompatTheme_alertDialogStyle +androidx.constraintlayout.widget.R$attr: int actionOverflowButtonStyle +wangdaye.com.geometricweather.R$id: int BOTTOM_START +androidx.preference.R$id: int accessibility_custom_action_4 +com.google.android.material.R$layout: int abc_screen_simple +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void onSubscribe(org.reactivestreams.Subscription) +androidx.constraintlayout.widget.R$styleable: int AppCompatImageView_tint +androidx.lifecycle.LiveData$LifecycleBoundObserver: androidx.lifecycle.LiveData this$0 +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void run() +androidx.appcompat.R$attr: int actionViewClass +com.turingtechnologies.materialscrollbar.R$color: int tooltip_background_dark +com.google.android.gms.common.stats.WakeLockEvent +io.reactivex.internal.observers.BasicIntQueueDisposable: boolean offer(java.lang.Object) +androidx.preference.R$attr: int allowDividerAfterLastItem +com.google.android.material.R$styleable: int KeyAttribute_android_transformPivotY +okhttp3.internal.connection.RealConnection: void connectTls(okhttp3.internal.connection.ConnectionSpecSelector) +wangdaye.com.geometricweather.R$string: int key_hide_lunar +okhttp3.internal.http.RetryAndFollowUpInterceptor: okhttp3.Request followUpRequest(okhttp3.Response,okhttp3.Route) +cyanogenmod.hardware.ICMHardwareService$Stub: java.lang.String DESCRIPTOR +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$2: ExternalViewProviderService$Provider$ProviderImpl$2(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) +androidx.appcompat.view.menu.ExpandedMenuView: ExpandedMenuView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$style: int Widget_Design_ScrimInsetsFrameLayout +androidx.loader.R$dimen: int notification_top_pad +com.jaredrummler.android.colorpicker.R$styleable: int[] PreferenceFragmentCompat +com.jaredrummler.android.colorpicker.R$id: int action_mode_bar +androidx.constraintlayout.widget.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton +androidx.appcompat.R$styleable: int AppCompatTheme_colorPrimary +androidx.appcompat.R$styleable: int StateListDrawable_android_dither +com.google.android.material.chip.Chip: void setBackgroundDrawable(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation: double qty24H +wangdaye.com.geometricweather.R$color: int mtrl_textinput_default_box_stroke_color +okio.Pipe$PipeSink: okio.Timeout timeout +android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query +io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,int) +cyanogenmod.app.ProfileGroup: java.util.UUID mUuid +androidx.appcompat.resources.R$dimen: int compat_button_padding_vertical_material +com.google.android.material.R$attr: int layout_constraintVertical_bias +android.didikee.donate.R$drawable: int abc_text_select_handle_left_mtrl_dark +androidx.legacy.coreutils.R$style: int TextAppearance_Compat_Notification_Info +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar +cyanogenmod.app.IProfileManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_visible +james.adaptiveicon.R$style: int Base_Widget_AppCompat_EditText +wangdaye.com.geometricweather.R$layout: int preference_information_material +io.reactivex.internal.subscriptions.BasicQueueSubscription: boolean offer(java.lang.Object,java.lang.Object) +androidx.appcompat.R$drawable: int abc_textfield_default_mtrl_alpha +james.adaptiveicon.R$styleable: int FontFamily_fontProviderCerts +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int PARTLY_CLOUDY_DAY +com.google.android.material.card.MaterialCardView: android.content.res.ColorStateList getCardBackgroundColor() +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_black +cyanogenmod.app.CustomTile$ExpandedStyle: int styleId +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.functions.Function mapper +androidx.lifecycle.extensions.R$anim: int fragment_open_enter +wangdaye.com.geometricweather.R$id: int action_manage +com.google.android.material.internal.NavigationMenuItemView: void setMaxLines(int) +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabPaddingEnd +cyanogenmod.providers.CMSettings$Secure$2: CMSettings$Secure$2() +com.google.android.material.R$attr: int materialCalendarDay +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling Cooling +wangdaye.com.geometricweather.R$attr: int materialAlertDialogTitleIconStyle +androidx.preference.R$style: int Preference_SwitchPreference_Material +com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_check_to_on_mtrl_015 +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Button_Borderless +okio.Buffer: okio.ByteString hmacSha256(okio.ByteString) +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_action_height +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1: retrofit2.Callback val$callback +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: boolean cancelled +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionBar_TabBar +androidx.preference.R$layout: int abc_search_view +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large +okhttp3.internal.connection.StreamAllocation: okhttp3.ConnectionPool connectionPool +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption$GeoLanguage t +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setSensorEnable(boolean) +androidx.dynamicanimation.R$styleable: int GradientColor_android_type +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.remoteviews.config.HourlyTrendWidgetConfigActivity: HourlyTrendWidgetConfigActivity() +androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse +com.xw.repo.bubbleseekbar.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog +wangdaye.com.geometricweather.R$string: int precipitation_rainstorm +okhttp3.internal.http2.Http2Connection: java.util.concurrent.ExecutorService listenerExecutor +io.reactivex.Observable: io.reactivex.Observable error(java.util.concurrent.Callable) +androidx.viewpager2.R$dimen: int notification_small_icon_size_as_large +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: java.lang.String getAbbreviation(android.content.Context) +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: float unitFactor +androidx.customview.R$id: int italic +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: ExternalViewProviderService$Provider$ProviderImpl$7(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl,int,int,int,int,boolean,android.graphics.Rect) +com.google.android.material.R$style: int Base_Widget_AppCompat_Light_ActionBar +com.google.android.material.R$styleable: int MaterialButton_android_insetBottom +wangdaye.com.geometricweather.R$id: int widget_day +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_title_material +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode FLOW_CONTROL_ERROR +com.google.gson.JsonIOException: JsonIOException(java.lang.String) +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: io.reactivex.functions.BiFunction resultSelector +com.google.android.material.R$drawable: int tooltip_frame_light +androidx.constraintlayout.widget.R$attr: int visibilityMode +okhttp3.Dispatcher: void setIdleCallback(java.lang.Runnable) +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void drain() +androidx.customview.R$id: int async +com.bumptech.glide.R$drawable: int notification_tile_bg +com.xw.repo.bubbleseekbar.R$drawable: int abc_ratingbar_small_material +androidx.constraintlayout.widget.R$id: int notification_background +com.turingtechnologies.materialscrollbar.R$color: int material_grey_800 +retrofit2.RequestBuilder$ContentTypeOverridingRequestBody: long contentLength() +androidx.core.R$styleable: int ColorStateListItem_alpha +com.google.android.material.R$styleable: int[] AppBarLayout +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_icon +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningMaxCountItems: java.lang.String textCount +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_divider +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver: io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver parent +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean() +androidx.constraintlayout.widget.R$id: int src_in +wangdaye.com.geometricweather.R$styleable: int Variant_region_heightLessThan +wangdaye.com.geometricweather.R$id: int container_main_daily_trend_card_title +wangdaye.com.geometricweather.R$attr: int moveWhenScrollAtTop +io.reactivex.Observable: io.reactivex.Observable observeOn(io.reactivex.Scheduler) +cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILES_STATE +okhttp3.internal.platform.AndroidPlatform$CloseGuard: java.lang.Object createAndOpen(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable +com.amap.api.location.AMapLocation: java.lang.String toStr(int) +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SNOW_FLURRIES +com.jaredrummler.android.colorpicker.R$dimen: int abc_dropdownitem_text_padding_right +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.ActionMode onWindowStartingActionMode(android.view.ActionMode$Callback,int) +androidx.loader.R$id: int actions +wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_width +okhttp3.TlsVersion: okhttp3.TlsVersion forJavaName(java.lang.String) +wangdaye.com.geometricweather.R$id: int circular_sky +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cdp +androidx.coordinatorlayout.R$id: int accessibility_custom_action_5 +androidx.lifecycle.ServiceLifecycleDispatcher: void onServicePreSuperOnDestroy() +wangdaye.com.geometricweather.weather.json.mf.MfRainResult: wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position position +cyanogenmod.platform.R$array: R$array() +androidx.transition.R$dimen: int compat_notification_large_icon_max_height +okhttp3.internal.http1.Http1Codec$ChunkedSource: void close() +retrofit2.CompletableFutureCallAdapterFactory +okhttp3.internal.connection.RealConnection: okhttp3.Route route() +androidx.preference.R$style: int Widget_AppCompat_Button_Small +androidx.constraintlayout.widget.R$style: int Base_V26_Theme_AppCompat +androidx.appcompat.R$color: int highlighted_text_material_light +wangdaye.com.geometricweather.R$styleable: int[] MotionLayout +androidx.appcompat.R$styleable: int SearchView_android_focusable +com.xw.repo.bubbleseekbar.R$id: int src_atop +cyanogenmod.providers.CMSettings$DelimitedListValidator: java.lang.String mDelimiter +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: boolean isDisposed() +cyanogenmod.hardware.CMHardwareManager: int VIBRATOR_DEFAULT_INDEX +okhttp3.OkHttpClient: okhttp3.EventListener$Factory eventListenerFactory() +com.google.android.material.R$dimen: int design_navigation_padding_bottom +wangdaye.com.geometricweather.R$dimen: int cpv_required_padding +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_endIconContentDescription +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: void onError(java.lang.Throwable) +okhttp3.internal.cache.DiskLruCache: okio.BufferedSink newJournalWriter() +cyanogenmod.weather.WeatherInfo: java.lang.String access$202(cyanogenmod.weather.WeatherInfo,java.lang.String) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ShapeableImageView +wangdaye.com.geometricweather.R$xml: int perference_service_provider +com.google.android.gms.signin.internal.zam +wangdaye.com.geometricweather.R$layout: int design_bottom_sheet_dialog +wangdaye.com.geometricweather.R$string: int cloud_cover +androidx.preference.R$id: int dialog_button +wangdaye.com.geometricweather.R$id: int action_bar_spinner +com.jaredrummler.android.colorpicker.R$styleable: int[] Spinner +cyanogenmod.app.CustomTileListenerService: int mCurrentUser +james.adaptiveicon.R$styleable: int AppCompatImageView_android_src +com.jaredrummler.android.colorpicker.R$integer: R$integer() +android.didikee.donate.R$styleable: int MenuGroup_android_orderInCategory +androidx.recyclerview.R$dimen: int item_touch_helper_swipe_escape_max_velocity +androidx.preference.R$styleable: int Preference_selectable +okhttp3.OkHttpClient: boolean retryOnConnectionFailure +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: float getStrokeWidth() +com.google.android.material.R$attr: int suffixTextColor +com.google.android.material.R$attr: int autoSizeStepGranularity +androidx.recyclerview.R$drawable: int notification_bg_low_pressed +com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_elevation +android.didikee.donate.R$dimen: int notification_action_text_size +org.greenrobot.greendao.AbstractDao: java.lang.Object load(java.lang.Object) +cyanogenmod.weatherservice.WeatherProviderService$1 +wangdaye.com.geometricweather.R$color: int abc_primary_text_disable_only_material_dark +okhttp3.internal.http2.Http2Writer: void dataFrame(int,byte,okio.Buffer,int) +retrofit2.RequestFactory$Builder: void parseHttpMethodAndPath(java.lang.String,java.lang.String,boolean) +androidx.appcompat.R$drawable: int abc_text_select_handle_right_mtrl_light +com.google.android.material.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse +androidx.preference.R$attr: int contentDescription +com.google.android.material.R$style: int Theme_Design +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_defaultQueryHint +wangdaye.com.geometricweather.R$string: int edit +androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_textColorLink +androidx.hilt.R$anim +com.google.android.material.R$styleable: int ConstraintSet_android_transformPivotY +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_ensureMinTouchTargetSize +com.google.android.material.R$drawable: int abc_btn_radio_material_anim +androidx.hilt.lifecycle.R$styleable: int GradientColorItem_android_color +com.jaredrummler.android.colorpicker.R$dimen: int notification_content_margin_start +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getUvDescription() +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_17 +com.jaredrummler.android.colorpicker.R$layout: int abc_alert_dialog_material +io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: void onError(java.lang.Throwable) +com.google.android.material.R$styleable: int AppCompatTheme_toolbarStyle wangdaye.com.geometricweather.R$xml -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: java.util.List toCardDisplayList(java.lang.String) -androidx.hilt.lifecycle.R$string: int status_bar_notification_info_overflow -com.google.android.material.R$styleable: int[] ListPopupWindow -wangdaye.com.geometricweather.R$styleable: int[] MenuItem -wangdaye.com.geometricweather.R$string: int pressure -com.jaredrummler.android.colorpicker.R$attr: int alertDialogStyle -androidx.appcompat.R$style: int Theme_AppCompat_Light_Dialog_MinWidth -okhttp3.internal.http2.Http2Connection$2: okhttp3.internal.http2.Http2Connection this$0 -android.didikee.donate.R$style: int Base_V7_Theme_AppCompat_Light -wangdaye.com.geometricweather.R$styleable: int AppCompatImageView_tintMode -wangdaye.com.geometricweather.R$attr: int thumbTintMode -androidx.preference.R$styleable: int Preference_widgetLayout -wangdaye.com.geometricweather.R$styleable: int CardView_cardMaxElevation -androidx.preference.R$attr: int listDividerAlertDialog -androidx.lifecycle.AbstractSavedStateViewModelFactory: androidx.lifecycle.Lifecycle mLifecycle -okio.Segment: boolean shared -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_medium_material -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_dependency -cyanogenmod.app.Profile: cyanogenmod.profiles.ConnectionSettings getSettingsForConnection(int) -wangdaye.com.geometricweather.R$anim: int abc_tooltip_enter -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: CNWeatherResult$Life$Info() -com.amap.api.location.AMapLocationClientOption: long s -wangdaye.com.geometricweather.R$layout: int abc_screen_simple -james.adaptiveicon.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable: ExecutorScheduler$ExecutorWorker$BooleanRunnable(java.lang.Runnable) -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleMargin -androidx.preference.R$dimen: int abc_control_inset_material -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_RC4_128_SHA -okio.Buffer: okio.ByteString sha1() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_131 -retrofit2.BuiltInConverters$UnitResponseBodyConverter: retrofit2.BuiltInConverters$UnitResponseBodyConverter INSTANCE -android.didikee.donate.R$id: int add -com.google.android.material.R$attr: int bottomSheetStyle -com.xw.repo.bubbleseekbar.R$styleable: int PopupWindow_android_popupBackground -wangdaye.com.geometricweather.R$attr: int entryValues -com.google.android.material.R$attr: int enforceMaterialTheme -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: java.lang.String getType() -com.google.android.material.appbar.MaterialToolbar: void setNavigationIcon(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setPublishTime(long) -wangdaye.com.geometricweather.R$drawable: int weather_thunder_1 -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: java.util.ArrayDeque observers -com.google.android.material.bottomnavigation.BottomNavigationMenuView: android.util.SparseArray getBadgeDrawables() -com.bumptech.glide.integration.okhttp.R$dimen: int compat_button_padding_vertical_material -retrofit2.Utils$ParameterizedTypeImpl: java.lang.String toString() -com.amap.api.fence.GeoFence: long getEnterTime() -com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_buttonIconDimen -com.jaredrummler.android.colorpicker.R$string: int abc_searchview_description_search -cyanogenmod.profiles.ConnectionSettings$BooleanState: int STATE_DISALED -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle -okhttp3.internal.http2.Http2Connection$7: void execute() -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored -wangdaye.com.geometricweather.R$styleable: int Transition_staggered -androidx.coordinatorlayout.R$id: int forever -androidx.appcompat.R$dimen: int abc_disabled_alpha_material_dark -com.turingtechnologies.materialscrollbar.R$attr: int actionModeCloseDrawable -wangdaye.com.geometricweather.R$styleable: int AppBarLayout_android_keyboardNavigationCluster -wangdaye.com.geometricweather.R$color: int material_blue_grey_950 -okhttp3.Response: okhttp3.Handshake handshake -okhttp3.OkHttpClient$Builder: int readTimeout -com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_fabAlignmentMode -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Dialog_Alert -wangdaye.com.geometricweather.R$layout: int material_clockface_view -com.google.android.material.R$attr: int homeAsUpIndicator -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void clear() -com.google.android.material.R$styleable: int Layout_maxHeight -okhttp3.internal.cache.FaultHidingSink: void flush() -androidx.hilt.R$string -androidx.constraintlayout.widget.R$id: int square -io.reactivex.Observable: io.reactivex.Observable buffer(int,int,java.util.concurrent.Callable) -cyanogenmod.app.ILiveLockScreenManager: boolean getLiveLockScreenEnabled() -okio.ByteString: int indexOf(byte[],int) -androidx.vectordrawable.animated.R$attr: int fontProviderFetchTimeout -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_Dialog_MinWidth -james.adaptiveicon.R$id: int scrollIndicatorDown -cyanogenmod.app.ThemeVersion$ComponentVersion: cyanogenmod.app.ThemeComponent getComponent() -wangdaye.com.geometricweather.R$styleable: int MenuGroup_android_orderInCategory -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property SunRiseDate -com.google.android.material.R$styleable: int Chip_closeIconVisible -org.greenrobot.greendao.AbstractDao: void updateInsideSynchronized(java.lang.Object,android.database.sqlite.SQLiteStatement,boolean) -wangdaye.com.geometricweather.R$dimen: int abc_text_size_menu_material -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_android_textColorHint -com.jaredrummler.android.colorpicker.R$attr: int autoSizeStepGranularity -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void otherSuccess(java.lang.Object) -com.xw.repo.bubbleseekbar.R$styleable: int MenuGroup_android_orderInCategory -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String src -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator REVERSE_LOOKUP_PROVIDER_VALIDATOR -androidx.appcompat.R$string: int abc_activitychooserview_choose_application -retrofit2.ParameterHandler$Headers: ParameterHandler$Headers(java.lang.reflect.Method,int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setForecastHourly(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean) -wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_typeface -james.adaptiveicon.R$id: int normal -cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: android.os.IBinder asBinder() -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionButton_Overflow -com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getItemBackgroundRes() -wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_android_summaryOn -androidx.constraintlayout.widget.R$attr: int customStringValue -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial: java.lang.String Unit -com.google.android.material.R$id: int accessibility_custom_action_1 -okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner: int hashCode() -okhttp3.internal.cache2.Relay: java.lang.Thread upstreamReader -androidx.activity.R$attr -com.jaredrummler.android.colorpicker.R$attr: int toolbarNavigationButtonStyle -com.google.android.material.R$attr: int fontProviderAuthority -james.adaptiveicon.R$styleable: int Toolbar_contentInsetRight -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents -cyanogenmod.externalviews.ExternalView: void onActivityPaused(android.app.Activity) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA -com.google.android.material.R$attr: int actionMenuTextAppearance -wangdaye.com.geometricweather.R$attr: int colorSurface -com.google.android.material.R$attr: int iconPadding -androidx.coordinatorlayout.R$layout: int notification_template_custom_big -retrofit2.HttpServiceMethod: retrofit2.CallAdapter createCallAdapter(retrofit2.Retrofit,java.lang.reflect.Method,java.lang.reflect.Type,java.lang.annotation.Annotation[]) -androidx.lifecycle.ClassesInfoCache: androidx.lifecycle.ClassesInfoCache$CallbackInfo createInfo(java.lang.Class,java.lang.reflect.Method[]) -com.google.android.material.R$id: int checked -okhttp3.MultipartBody$Builder: okio.ByteString boundary -androidx.constraintlayout.widget.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_1 -com.google.android.material.progressindicator.ProgressIndicator: ProgressIndicator(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.R$dimen: int mtrl_slider_widget_height -com.baidu.location.indoor.c: c(int) -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Large -cyanogenmod.app.ILiveLockScreenChangeListener$Stub: int TRANSACTION_onLiveLockScreenChanged_0 -androidx.viewpager2.R$drawable: int notification_bg_low_normal -cyanogenmod.content.Intent: java.lang.String ACTION_OPEN_LIVE_LOCKSCREEN_SETTINGS -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: boolean cancelled -okhttp3.internal.cache.CacheStrategy$Factory: CacheStrategy$Factory(long,okhttp3.Request,okhttp3.Response) -wangdaye.com.geometricweather.R$styleable: int Constraint_motionProgress -com.xw.repo.bubbleseekbar.R$attr: int buttonPanelSideLayout -androidx.vectordrawable.R$styleable: int GradientColorItem_android_color -cyanogenmod.profiles.AirplaneModeSettings$BooleanState: AirplaneModeSettings$BooleanState() -com.baidu.location.indoor.mapversion.c.c$b: double e -com.bumptech.glide.R$attr: int keylines -androidx.constraintlayout.widget.R$styleable: int MotionLayout_currentState -androidx.activity.R$styleable: int ColorStateListItem_alpha -okhttp3.MediaType: java.lang.String charset -androidx.transition.R$styleable: int[] ColorStateListItem -androidx.appcompat.R$drawable -com.google.android.material.internal.ScrimInsetsFrameLayout -androidx.preference.R$attr: int fastScrollEnabled -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA -okio.ByteString: okio.ByteString of(java.nio.ByteBuffer) -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar -androidx.hilt.work.R$styleable: int Fragment_android_id +okhttp3.Request: java.util.List headers(java.lang.String) +wangdaye.com.geometricweather.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_1 +androidx.appcompat.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth +com.google.android.material.R$styleable: int GradientColor_android_startColor +androidx.dynamicanimation.R$styleable: int GradientColor_android_endY +okhttp3.internal.Internal: void addLenient(okhttp3.Headers$Builder,java.lang.String) +androidx.preference.R$attr: int fontProviderPackage +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary PrecipitationSummary +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: int getChartBottom() +androidx.appcompat.R$styleable: int MenuItem_android_alphabeticShortcut +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_android_fontVariationSettings +com.google.android.material.R$styleable: int MaterialButton_android_background +cyanogenmod.media.MediaRecorder: java.lang.String EXTRA_HOTWORD_INPUT_STATE +cyanogenmod.providers.CMSettings$System: java.lang.String __MAGICAL_TEST_PASSING_ENABLER +cyanogenmod.hardware.CMHardwareManager: int GAMMA_CALIBRATION_GREEN_INDEX +com.github.rahatarmanahmed.cpv.CircularProgressView$2: float val$currentProgress +cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler: int MSG_CANCEL_REQUEST +retrofit2.RequestFactory$Builder: retrofit2.ParameterHandler parseParameter(int,java.lang.reflect.Type,java.lang.annotation.Annotation[],boolean) +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType UpdateInTxArray +okhttp3.CertificatePinner: int hashCode() +androidx.legacy.coreutils.R$styleable: int GradientColorItem_android_offset +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: java.lang.String from +androidx.transition.R$styleable: R$styleable() +james.adaptiveicon.R$dimen: int notification_right_side_padding_top +androidx.preference.R$style: int Widget_AppCompat_ActionBar_TabView +androidx.appcompat.resources.R$color: int notification_action_color_filter +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Item +androidx.preference.R$styleable: int FontFamilyFont_font +com.google.android.material.R$dimen: int mtrl_extended_fab_icon_text_spacing +com.jaredrummler.android.colorpicker.R$string: int cpv_transparency +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_thumb_radius_on_dragging +com.google.gson.stream.JsonReader: int[] pathIndices +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String nighttimeWindDirection +okhttp3.package-info +okhttp3.internal.connection.RouteSelector: boolean hasNextProxy() +androidx.preference.R$style: int Widget_AppCompat_Light_ActionButton_Overflow +wangdaye.com.geometricweather.R$attr: int textAppearanceListItem +android.didikee.donate.R$styleable: int MenuItem_android_alphabeticShortcut +wangdaye.com.geometricweather.common.basic.models.weather.History: int nighttimeTemperature +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_bias +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_default_padding_end_material +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void request(long) +com.google.android.material.R$attr: int drawableTopCompat +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_bottomappbar_fab_cradle_vertical_offset +com.google.android.material.chip.Chip: void setChipStartPaddingResource(int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric Metric +wangdaye.com.geometricweather.R$styleable: int Tooltip_backgroundTint +androidx.work.R$id: int accessibility_custom_action_25 +cyanogenmod.providers.CMSettings$Secure: boolean putIntForUser(android.content.ContentResolver,java.lang.String,int,int) +james.adaptiveicon.R$drawable: int abc_scrubber_control_off_mtrl_alpha +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintLeft_toRightOf +androidx.appcompat.R$style: int Widget_AppCompat_Spinner_Underlined +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: java.util.List value +androidx.appcompat.R$id: int listMode +com.jaredrummler.android.colorpicker.R$dimen: int notification_small_icon_background_padding +james.adaptiveicon.R$attr: int actionOverflowButtonStyle +io.reactivex.internal.queue.SpscArrayQueue: java.util.concurrent.atomic.AtomicLong producerIndex +androidx.constraintlayout.widget.R$style: int Base_V23_Theme_AppCompat +com.google.android.material.R$styleable: int Chip_android_checkable +androidx.activity.R$id: int notification_main_column_container +androidx.work.R$id: int accessibility_custom_action_18 +androidx.coordinatorlayout.R$id: int bottom +androidx.core.widget.ContentLoadingProgressBar +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_panelMenuListWidth +wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_keylines +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_suffixText +okhttp3.ResponseBody: java.io.Reader reader +cyanogenmod.app.suggest.IAppSuggestProvider$Stub: android.os.IBinder asBinder() +cyanogenmod.platform.Manifest$permission: java.lang.String PERFORMANCE_ACCESS +androidx.preference.ListPreference$SavedState +okhttp3.EventListener: void secureConnectEnd(okhttp3.Call,okhttp3.Handshake) +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleMarginBottom +com.google.gson.stream.JsonWriter: java.io.Writer out +com.google.gson.stream.JsonReader: java.lang.String[] pathNames +androidx.coordinatorlayout.R$attr: int coordinatorLayoutStyle +androidx.core.R$id: int accessibility_action_clickable_span +androidx.hilt.work.R$styleable: int FontFamilyFont_android_fontStyle +androidx.constraintlayout.widget.R$styleable: int Toolbar_collapseIcon +com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.reflect.Type rawType +android.didikee.donate.R$string: int abc_searchview_description_query +wangdaye.com.geometricweather.R$animator: int linear_indeterminate_line2_head_interpolator +com.turingtechnologies.materialscrollbar.R$attr: int windowActionModeOverlay +androidx.drawerlayout.R$id: int italic +androidx.appcompat.widget.AppCompatTextView: void setBackgroundDrawable(android.graphics.drawable.Drawable) +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: void clear() +com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_showSeekBarValue +androidx.fragment.R$dimen: int notification_main_column_padding_top +androidx.viewpager.R$id: int action_text +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: boolean isValid() +io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: io.reactivex.internal.disposables.SequentialDisposable direct +james.adaptiveicon.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle +com.amap.api.location.AMapLocation: int GPS_ACCURACY_GOOD +cyanogenmod.weatherservice.ServiceRequest: ServiceRequest(cyanogenmod.weather.RequestInfo,cyanogenmod.weatherservice.IWeatherProviderServiceClient) +androidx.constraintlayout.widget.R$attr: int switchMinWidth +retrofit2.RequestBuilder +com.google.android.material.R$layout: int abc_screen_content_include +android.didikee.donate.R$id: int action_divider +android.didikee.donate.R$attr: int ratingBarStyleIndicator +io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$color: int material_on_surface_emphasis_medium +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setInterval(long) +wangdaye.com.geometricweather.R$attr: int layout_constraintRight_toRightOf +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setDeleteIntent(android.app.PendingIntent) +androidx.hilt.work.R$id: int action_image +okio.Buffer: okio.BufferedSink write(okio.ByteString) +androidx.preference.R$dimen: int abc_switch_padding +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: boolean isDisposed() +cyanogenmod.app.IProfileManager: boolean setActiveProfile(android.os.ParcelUuid) +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle +james.adaptiveicon.R$styleable: int FontFamily_fontProviderAuthority +androidx.appcompat.R$color: int abc_color_highlight_material +androidx.preference.R$anim: int btn_checkbox_to_checked_box_outer_merged_animation +androidx.legacy.coreutils.R$dimen: int notification_subtext_size +androidx.appcompat.R$style: int ThemeOverlay_AppCompat_Dialog +okio.Buffer$1: okio.Buffer this$0 +okhttp3.Cache$CacheResponseBody: Cache$CacheResponseBody(okhttp3.internal.cache.DiskLruCache$Snapshot,java.lang.String,java.lang.String) +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_MonthTextView +androidx.constraintlayout.widget.R$string: int abc_shareactionprovider_share_with +android.didikee.donate.R$style: int Widget_AppCompat_Light_AutoCompleteTextView +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Temperature +androidx.preference.R$styleable: int AppCompatTheme_checkboxStyle +android.didikee.donate.R$color: int switch_thumb_disabled_material_dark +androidx.lifecycle.extensions.R$attr: int fontProviderCerts +okio.HashingSource: okio.HashingSource md5(okio.Source) +androidx.appcompat.R$style: int Base_Widget_AppCompat_DrawerArrowToggle +wangdaye.com.geometricweather.R$dimen: int mtrl_high_ripple_pressed_alpha +wangdaye.com.geometricweather.R$id: int item_about_title +com.google.android.material.button.MaterialButtonToggleGroup: void setSingleSelection(boolean) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String windSpeedStart +cyanogenmod.weather.WeatherInfo$DayForecast$Builder: cyanogenmod.weather.WeatherInfo$DayForecast build() +com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Dialog_Bridge +androidx.constraintlayout.utils.widget.ImageFilterView: void setWarmth(float) +androidx.appcompat.R$attr: int colorPrimaryDark +com.google.android.material.R$dimen: int hint_pressed_alpha_material_dark +com.google.android.material.appbar.AppBarLayout: void setLiftOnScrollTargetViewId(int) +wangdaye.com.geometricweather.R$anim: int abc_grow_fade_in_from_bottom +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_23 +okhttp3.ConnectionSpec: okhttp3.ConnectionSpec COMPATIBLE_TLS +androidx.dynamicanimation.R$drawable: int notification_template_icon_bg +androidx.appcompat.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle +com.google.android.material.R$style: int Platform_V25_AppCompat +wangdaye.com.geometricweather.R$attr: int haloRadius +androidx.fragment.R$styleable: int[] GradientColorItem +wangdaye.com.geometricweather.R$layout: R$layout() +com.google.android.material.textfield.TextInputLayout: float getBoxCornerRadiusBottomEnd() +wangdaye.com.geometricweather.R$layout: int mtrl_picker_actions +com.jaredrummler.android.colorpicker.R$attr +wangdaye.com.geometricweather.db.entities.LocationEntity: float getLongitude() +com.jaredrummler.android.colorpicker.R$id: int src_in +com.google.android.material.R$style: int TestThemeWithLineHeight +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_seekBarStyle +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: java.lang.String unitId +com.google.android.material.R$string: int mtrl_picker_range_header_only_start_selected +com.google.android.material.R$id: int action_bar +wangdaye.com.geometricweather.R$styleable: int[] SlidingItemContainerLayout +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemHeight +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_TabView +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem +com.xw.repo.bubbleseekbar.R$styleable: int CompoundButton_buttonCompat +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: void setLogo(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_trackTintMode +androidx.preference.R$styleable: int AlertDialog_multiChoiceItemLayout +androidx.preference.R$styleable: int AppCompatTextView_android_textAppearance +com.jaredrummler.android.colorpicker.R$color: int error_color_material_light +com.google.android.material.R$attr: int gestureInsetBottomIgnored +okhttp3.CipherSuite: CipherSuite(java.lang.String) +cyanogenmod.profiles.AirplaneModeSettings: boolean isOverride() +com.google.android.material.slider.RangeSlider: void setTickActiveTintList(android.content.res.ColorStateList) +cyanogenmod.hardware.CMHardwareManager: int FEATURE_AUTO_CONTRAST +io.reactivex.Observable: io.reactivex.Observable mergeArray(io.reactivex.ObservableSource[]) +androidx.lifecycle.FullLifecycleObserver: void onPause(androidx.lifecycle.LifecycleOwner) +wangdaye.com.geometricweather.R$string: int search_menu_title +wangdaye.com.geometricweather.R$styleable: int View_paddingEnd +com.baidu.location.e.l$b: java.lang.String f +wangdaye.com.geometricweather.R$string: int thunderstorm +io.reactivex.internal.util.VolatileSizeArrayList: boolean equals(java.lang.Object) +androidx.constraintlayout.widget.R$styleable: int Layout_android_orientation +androidx.transition.R$styleable: int[] FontFamilyFont +com.google.android.material.R$attr: int placeholderText +wangdaye.com.geometricweather.R$anim: int fragment_main_exit +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Badge +okhttp3.Cache: boolean isClosed() +androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Button_Borderless_Colored +wangdaye.com.geometricweather.R$dimen: int abc_dropdownitem_text_padding_right +okhttp3.CertificatePinner: okhttp3.CertificatePinner DEFAULT +cyanogenmod.weather.CMWeatherManager$RequestStatus: CMWeatherManager$RequestStatus() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: java.lang.String zh_TW +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric: AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric() +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: boolean done +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: io.reactivex.Observer downstream +com.google.android.material.R$attr: int flow_firstVerticalStyle +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getSnowPrecipitation() +com.google.android.material.R$styleable: int Toolbar_contentInsetEnd +com.google.android.material.textfield.TextInputLayout: int getBoxStrokeWidthFocused() +com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol: com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol HTTPS +wangdaye.com.geometricweather.R$string: int mold +wangdaye.com.geometricweather.R$styleable: int[] ClockFaceView +androidx.work.impl.workers.CombineContinuationsWorker: CombineContinuationsWorker(android.content.Context,androidx.work.WorkerParameters) +wangdaye.com.geometricweather.R$attr: int dayStyle +androidx.preference.R$styleable: int StateListDrawable_android_dither +wangdaye.com.geometricweather.R$array: int precipitation_units +com.google.android.material.slider.BaseSlider: void setTrackTintList(android.content.res.ColorStateList) +okhttp3.HttpUrl$Builder: java.lang.String scheme +wangdaye.com.geometricweather.R$attr: int ensureMinTouchTargetSize +retrofit2.CallAdapter$Factory: java.lang.reflect.Type getParameterUpperBound(int,java.lang.reflect.ParameterizedType) +wangdaye.com.geometricweather.R$color: int design_default_color_on_surface +wangdaye.com.geometricweather.R$styleable: int CompoundButton_buttonCompat +androidx.constraintlayout.widget.R$id: int action_context_bar +com.turingtechnologies.materialscrollbar.AlphabetIndicator: int getIndicatorHeight() +wangdaye.com.geometricweather.R$attr: int actionBarTabTextStyle +com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_layoutManager +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_splitTrack +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator +okio.ByteString: int codePointIndexToCharIndex(java.lang.String,int) +okhttp3.TlsVersion: okhttp3.TlsVersion TLS_1_0 +androidx.appcompat.R$style: int Base_Animation_AppCompat_DropDownUp +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setLongitude(java.lang.String) +james.adaptiveicon.R$style: int Base_Widget_AppCompat_AutoCompleteTextView +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_lastVerticalStyle +com.jaredrummler.android.colorpicker.R$drawable: int notify_panel_notification_icon_bg +retrofit2.ParameterHandler$PartMap: int p +com.turingtechnologies.materialscrollbar.R$drawable: int abc_item_background_holo_light +wangdaye.com.geometricweather.R$color: int mtrl_tabs_colored_ripple_color +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer realFeelShaderTemperature +androidx.lifecycle.LifecycleRegistry: java.lang.ref.WeakReference mLifecycleOwner +wangdaye.com.geometricweather.R$id: int tag_accessibility_pane_title +wangdaye.com.geometricweather.common.basic.models.weather.Alert +androidx.constraintlayout.widget.R$styleable: int[] MenuView +androidx.constraintlayout.widget.R$attr: int clickAction +cyanogenmod.weather.CMWeatherManager$1$1: CMWeatherManager$1$1(cyanogenmod.weather.CMWeatherManager$1,java.lang.String) +androidx.preference.R$style: int Widget_AppCompat_Light_SearchView +androidx.appcompat.widget.AppCompatTextView: AppCompatTextView(android.content.Context) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.util.Date getPubTime() +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: java.util.concurrent.atomic.AtomicReference other +android.didikee.donate.R$layout: int select_dialog_multichoice_material +okio.Pipe$PipeSink: Pipe$PipeSink(okio.Pipe) +androidx.appcompat.widget.SwitchCompat: android.graphics.PorterDuff$Mode getTrackTintMode() +androidx.viewpager.R$layout: int notification_template_part_time +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX() +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_dialog_btn_min_width +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void dispose() +androidx.constraintlayout.helper.widget.Layer: Layer(android.content.Context,android.util.AttributeSet) +androidx.hilt.work.R$style: int Widget_Compat_NotificationActionText +androidx.constraintlayout.widget.R$styleable: int OnSwipe_dragThreshold +androidx.hilt.R$id: int fragment_container_view_tag +android.didikee.donate.R$styleable: int AlertDialog_android_layout +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Button +cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_LOW_POWER +wangdaye.com.geometricweather.R$styleable: int ListPreference_android_entries +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: java.lang.String Name +wangdaye.com.geometricweather.R$attr: int passwordToggleDrawable +androidx.lifecycle.ViewModelProvider$KeyedFactory +androidx.viewpager.R$attr +androidx.preference.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_0 +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_128 +com.google.android.material.R$attr: int layout_goneMarginTop +com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_selector_holo_dark +io.reactivex.internal.schedulers.ScheduledRunnable: java.lang.Runnable actual +okhttp3.FormBody: okhttp3.MediaType contentType() +james.adaptiveicon.R$color: int primary_text_default_material_dark +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: boolean isDisposed() +com.google.android.material.tabs.TabLayout: void addOnTabSelectedListener(com.google.android.material.tabs.TabLayout$OnTabSelectedListener) +wangdaye.com.geometricweather.R$styleable: int[] BubbleSeekBar +okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection build() +wangdaye.com.geometricweather.R$id: int dialog_minimal_icon_greyIcon +com.google.android.material.R$styleable: int Layout_layout_constraintGuide_end +com.google.android.material.R$attr: int multiChoiceItemLayout +okhttp3.internal.http1.Http1Codec: int STATE_OPEN_RESPONSE_BODY +com.google.android.material.R$attr: int itemStrokeColor +com.google.gson.stream.JsonReader: int PEEKED_LONG +cyanogenmod.themes.ThemeManager: void unregisterProcessingListener(cyanogenmod.themes.ThemeManager$ThemeProcessingListener) +androidx.appcompat.R$drawable: int abc_btn_switch_to_on_mtrl_00001 +com.google.android.material.textfield.TextInputLayout: void setBoxStrokeColorStateList(android.content.res.ColorStateList) +com.xw.repo.bubbleseekbar.R$layout: int notification_action_tombstone +com.google.android.material.button.MaterialButton: int getTextWidth() +androidx.appcompat.R$attr: int borderlessButtonStyle +androidx.fragment.R$color: int ripple_material_light +com.jaredrummler.android.colorpicker.R$styleable: int[] MenuView +com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_AppBarLayout +androidx.constraintlayout.widget.ConstraintHelper: ConstraintHelper(android.content.Context) +com.google.gson.stream.JsonScope: int CLOSED +io.reactivex.Observable: io.reactivex.disposables.Disposable subscribe() +wangdaye.com.geometricweather.R$layout: int container_main_sun_moon +android.didikee.donate.R$styleable: int AppCompatTheme_actionBarItemBackground +okhttp3.internal.http2.Hpack$Reader: int headerTableSizeSetting +cyanogenmod.app.ThemeVersion$ThemeVersionImpl3: cyanogenmod.app.ThemeVersion$ComponentVersion fwCompVersionToSdkVersion(android.content.ThemeVersion$ComponentVersion) +com.google.android.material.navigation.NavigationView: void setCheckedItem(int) +androidx.viewpager2.R$id: int accessibility_custom_action_1 +retrofit2.adapter.rxjava2.CallExecuteObservable$CallDisposable +wangdaye.com.geometricweather.R$styleable: int SearchView_queryHint +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle +androidx.hilt.R$styleable: int ColorStateListItem_android_alpha +androidx.constraintlayout.widget.R$drawable: int notification_icon_background +wangdaye.com.geometricweather.R$dimen: int design_navigation_item_icon_padding +androidx.preference.R$layout: int select_dialog_singlechoice_material +android.didikee.donate.R$dimen: int abc_control_inset_material +wangdaye.com.geometricweather.R$id: int design_menu_item_action_area +wangdaye.com.geometricweather.R$id: int activity_widget_config_subtitleDataContainer +androidx.dynamicanimation.R$color: int ripple_material_light +wangdaye.com.geometricweather.R$id: int item_weather_icon_image +androidx.coordinatorlayout.R$id: int right +wangdaye.com.geometricweather.R$attr: int chipIconTint +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_textLocale +okhttp3.ResponseBody$BomAwareReader: java.nio.charset.Charset charset +cyanogenmod.alarmclock.CyanogenModAlarmClock +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight_NoActionBar +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ProgressBar +cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.IRequestInfoListener mListener +james.adaptiveicon.R$styleable: int AppCompatTheme_windowMinWidthMajor +com.google.android.material.tabs.TabLayout: int getDefaultHeight() +androidx.fragment.R$attr: R$attr() +com.amap.api.fence.GeoFence: int TYPE_POLYGON +com.turingtechnologies.materialscrollbar.R$attr: int hintEnabled +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.Property[] getProperties() +androidx.appcompat.view.menu.ActionMenuItemView: ActionMenuItemView(android.content.Context,android.util.AttributeSet,int) +androidx.constraintlayout.widget.R$drawable: int abc_btn_radio_to_on_mtrl_000 +com.baidu.location.e.l$b: java.lang.String a(com.baidu.location.e.l$b,int,double,double) +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: ObservableMergeWithMaybe$MergeWithObserver$OtherObserver(io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver) +wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_drawableEnd +androidx.appcompat.resources.R$id: int tag_unhandled_key_event_manager +com.jaredrummler.android.colorpicker.R$attr: int buttonBarNegativeButtonStyle +okhttp3.internal.cache.DiskLruCache$Entry: java.lang.String key +okhttp3.internal.http2.Http2Connection: long DEGRADED_PONG_TIMEOUT_NS +com.turingtechnologies.materialscrollbar.R$attr: int tabStyle +wangdaye.com.geometricweather.R$attr: int dialogPreferredPadding +com.amap.api.location.AMapLocation: void setAoiName(java.lang.String) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Weather: MfForecastResult$Forecast$Weather() +androidx.preference.R$id: int end +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA +wangdaye.com.geometricweather.R$color: int notification_background_rootDark +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void openComplete(io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver) +wangdaye.com.geometricweather.R$styleable: int ViewBackgroundHelper_backgroundTintMode +cyanogenmod.themes.ThemeManager$1$2: boolean val$isSuccess +wangdaye.com.geometricweather.R$attr: int tabIndicatorHeight +com.google.android.material.R$styleable: int BottomNavigationView_elevation +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionBar_Solid +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: java.lang.String getInterfaceDescriptor() +androidx.hilt.lifecycle.R$string +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_TextView +com.turingtechnologies.materialscrollbar.R$layout: int design_layout_tab_text +com.jaredrummler.android.colorpicker.R$attr: int entries +androidx.appcompat.R$styleable: int AlertDialog_showTitle +retrofit2.BuiltInConverters$StreamingResponseBodyConverter: java.lang.Object convert(java.lang.Object) +com.jaredrummler.android.colorpicker.R$attr: int actionModeCutDrawable +androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityResumed(android.app.Activity) +wangdaye.com.geometricweather.R$id: int staticLayout +wangdaye.com.geometricweather.R$id: int fragment_main +androidx.constraintlayout.widget.R$style: int Platform_AppCompat_Light +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Title_Inverse +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.HourlyEntityDao getHourlyEntityDao() +okhttp3.internal.http2.Http2Writer: void goAway(int,okhttp3.internal.http2.ErrorCode,byte[]) +com.bumptech.glide.integration.okhttp.R$layout: int notification_template_icon_group retrofit2.RequestBuilder: okhttp3.MultipartBody$Builder multipartBuilder -wangdaye.com.geometricweather.R$style: int Theme_Design -androidx.vectordrawable.animated.R$attr: int ttcIndex -androidx.appcompat.R$styleable: int AppCompatTheme_colorError +android.didikee.donate.R$styleable: int TextAppearance_android_shadowDy +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: CNWeatherResult$HourlyForecast() +wangdaye.com.geometricweather.R$style: int PreferenceFragmentList_Material +androidx.constraintlayout.widget.R$styleable: int[] ImageFilterView +wangdaye.com.geometricweather.R$animator: int linear_indeterminate_line1_tail_interpolator +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintCircleAngle +wangdaye.com.geometricweather.R$styleable: int MenuView_android_itemBackground +wangdaye.com.geometricweather.R$color: int bright_foreground_disabled_material_dark +okhttp3.internal.cache.CacheInterceptor$1 +androidx.viewpager2.R$id: int accessibility_custom_action_11 +androidx.recyclerview.R$styleable: int FontFamily_fontProviderAuthority +androidx.loader.R$styleable: int[] GradientColor +androidx.appcompat.R$layout: int notification_template_icon_group +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_TabView +com.google.android.material.R$styleable: int AppCompatTextView_drawableRightCompat +wangdaye.com.geometricweather.R$styleable: int AlertDialog_listItemLayout +okio.GzipSource: byte SECTION_DONE +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_fontVariationSettings +retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback: void onResponse(retrofit2.Call,retrofit2.Response) +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_Snackbar_Message +james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarStyle +androidx.hilt.lifecycle.R$styleable: int[] ColorStateListItem +androidx.lifecycle.Transformations$2: void onChanged(java.lang.Object) +com.google.android.material.R$styleable: int Layout_layout_constraintCircle +cyanogenmod.app.CustomTile$Builder: android.graphics.Bitmap mRemoteIcon +com.google.android.material.R$attr: int clickAction +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Subhead_Inverse +androidx.preference.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight +wangdaye.com.geometricweather.resource.utils.ResourceUtils$NullResourceIdException +com.google.android.material.switchmaterial.SwitchMaterial: void setUseMaterialThemeColors(boolean) +wangdaye.com.geometricweather.R$drawable: int ic_tree +james.adaptiveicon.R$styleable: int AppCompatTextView_drawableEndCompat +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void onError(java.lang.Throwable) +com.google.android.material.R$attr: int chipIcon +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String ragweedDescription +com.google.android.material.R$drawable: int notification_bg +androidx.appcompat.R$style: int Theme_AppCompat_NoActionBar +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setLevel(java.lang.String) +androidx.appcompat.R$id: int line3 +com.amap.api.fence.GeoFence: void setPendingIntent(android.app.PendingIntent) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator PROXIMITY_ON_WAKE_VALIDATOR +cyanogenmod.weatherservice.WeatherProviderService: android.os.IBinder onBind(android.content.Intent) +com.github.rahatarmanahmed.cpv.CircularProgressView$7: void onAnimationUpdate(android.animation.ValueAnimator) +com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_itemTextAppearance +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice$AdviceContext: AtmoAuraQAResult$Advice$AdviceContext() +com.google.android.material.R$anim: int btn_checkbox_to_unchecked_box_inner_merged_animation +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceSubtitle2 +com.turingtechnologies.materialscrollbar.R$id: int action_bar_container +okhttp3.Cache: int ENTRY_COUNT +retrofit2.RequestBuilder: RequestBuilder(java.lang.String,okhttp3.HttpUrl,java.lang.String,okhttp3.Headers,okhttp3.MediaType,boolean,boolean,boolean) +wangdaye.com.geometricweather.R$attr: int layout_goneMarginBottom +wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemIconTint +com.google.android.gms.base.R$string: R$string() +okio.RealBufferedSource: java.lang.String readString(java.nio.charset.Charset) +android.didikee.donate.R$dimen: int abc_text_size_caption_material +wangdaye.com.geometricweather.R$array: int notification_background_colors +androidx.appcompat.resources.R$id +androidx.constraintlayout.widget.R$styleable: int OnSwipe_touchAnchorId +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Medium_Inverse +wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String getContent() +wangdaye.com.geometricweather.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow +io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: long serialVersionUID +androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy: ConstraintProxy$NetworkStateProxy() +wangdaye.com.geometricweather.R$drawable: int weather_clear_day_pixel +android.didikee.donate.R$drawable: int abc_seekbar_track_material +com.google.android.material.card.MaterialCardView: int getCheckedIconMargin() +androidx.constraintlayout.widget.R$styleable: int MockView_mock_labelBackgroundColor +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Dialog_Alert +wangdaye.com.geometricweather.R$id: int widget_clock_day_date +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHorizontal_weight +androidx.preference.R$styleable: int TextAppearance_android_textFontWeight +okio.RealBufferedSource: byte[] readByteArray(long) +com.google.android.material.snackbar.Snackbar$SnackbarLayout +com.google.android.material.R$dimen: int abc_progress_bar_height_material +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX: CNWeatherResult$WeatherX() +retrofit2.Utils$ParameterizedTypeImpl +okhttp3.Dispatcher: void setMaxRequestsPerHost(int) +wangdaye.com.geometricweather.R$attr: int cpv_showDialog +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: java.lang.String getAddress() +wangdaye.com.geometricweather.R$styleable: int Toolbar_contentInsetLeft +androidx.customview.R$id: int right_icon +androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerView$EdgeEffectFactory getEdgeEffectFactory() +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_verticalGap +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader +wangdaye.com.geometricweather.R$styleable: int CardView_android_minWidth +com.jaredrummler.android.colorpicker.R$color: int switch_thumb_material_light +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: java.lang.Thread thread +androidx.viewpager.R$id: int actions +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_switchPadding +com.google.android.material.R$style: int Theme_Design_BottomSheetDialog +androidx.appcompat.R$attr: int windowMinWidthMinor +wangdaye.com.geometricweather.R$color: int secondary_text_disabled_material_light +androidx.hilt.R$id +androidx.constraintlayout.widget.R$styleable: int ActionMode_backgroundSplit +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ListPopupWindow +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind wind +cyanogenmod.externalviews.ExternalView: void onActivityStopped(android.app.Activity) +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setScaleY(float) +androidx.constraintlayout.widget.R$attr: int windowFixedWidthMinor +wangdaye.com.geometricweather.R$attr: int textAppearancePopupMenuHeader +com.google.android.material.R$styleable: int Variant_region_heightMoreThan +wangdaye.com.geometricweather.R$id: int disableScroll +androidx.appcompat.R$styleable: int SearchView_closeIcon +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox +com.google.android.material.R$dimen: int abc_dialog_list_padding_bottom_no_buttons +com.google.android.material.R$id: int mtrl_view_tag_bottom_padding +cyanogenmod.externalviews.KeyguardExternalView: boolean access$802(cyanogenmod.externalviews.KeyguardExternalView,boolean) +android.didikee.donate.R$attr: int closeItemLayout +okhttp3.Protocol: okhttp3.Protocol HTTP_2 +retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter: java.lang.reflect.Type responseType() +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintRight_creator +com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_Alert_Bridge +android.didikee.donate.R$style: int Widget_AppCompat_ActivityChooserView +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime +com.google.android.material.R$styleable: int KeyTrigger_framePosition +cyanogenmod.app.ProfileGroup: android.net.Uri mRingerOverride +com.google.android.material.R$style: int Base_Widget_MaterialComponents_TextInputEditText +androidx.appcompat.R$style: int Base_Widget_AppCompat_ImageButton +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: HourlyEntityDao$Properties() +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_suffixTextColor +androidx.appcompat.widget.AppCompatImageView: AppCompatImageView(android.content.Context) +okhttp3.internal.http.StatusLine: int HTTP_CONTINUE +androidx.recyclerview.widget.RecyclerView: RecyclerView(android.content.Context,android.util.AttributeSet,int) +androidx.coordinatorlayout.R$attr: int ttcIndex +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintLeft_toLeftOf +com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_android_fontVariationSettings +okhttp3.Cache$CacheRequestImpl: okio.Sink body +androidx.legacy.coreutils.R$drawable: int notification_bg_low_normal +androidx.activity.R$id: int accessibility_custom_action_16 +okhttp3.internal.http2.Http2Stream +wangdaye.com.geometricweather.R$mipmap: int ic_launcher +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title +androidx.preference.R$styleable: int AppCompatTextView_textLocale +com.xw.repo.bubbleseekbar.R$id: int search_voice_btn +androidx.work.R$styleable: int FontFamily_fontProviderCerts +androidx.loader.R$color +wangdaye.com.geometricweather.R$id: int activity_weather_daily_indicator +com.jaredrummler.android.colorpicker.R$id: int action_menu_presenter +com.turingtechnologies.materialscrollbar.R$attr: int checkedIconEnabled +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Title_Inverse +retrofit2.Retrofit: java.util.Map serviceMethodCache +okhttp3.OkHttpClient$1: void put(okhttp3.ConnectionPool,okhttp3.internal.connection.RealConnection) +com.bumptech.glide.R$dimen: int notification_small_icon_size_as_large +cyanogenmod.util.ColorUtils: int dropAlpha(int) +androidx.core.app.RemoteActionCompatParcelizer: androidx.core.app.RemoteActionCompat read(androidx.versionedparcelable.VersionedParcel) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_maxWidth +com.google.android.material.R$id: int selected +androidx.loader.R$layout +com.xw.repo.bubbleseekbar.R$color: int abc_tint_default +io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: io.reactivex.disposables.Disposable upstream +cyanogenmod.weather.WeatherLocation: java.lang.String getPostalCode() +io.reactivex.Observable: io.reactivex.Observable doOnError(io.reactivex.functions.Consumer) +androidx.constraintlayout.widget.R$id: int easeIn +cyanogenmod.app.ILiveLockScreenChangeListener$Stub +cyanogenmod.providers.DataUsageContract: java.lang.String ENABLE +wangdaye.com.geometricweather.R$layout: int material_time_chip +wangdaye.com.geometricweather.R$color: int abc_primary_text_disable_only_material_light +wangdaye.com.geometricweather.R$drawable: int shortcuts_clear_day +com.xw.repo.bubbleseekbar.R$attr: int paddingTopNoTitle +androidx.appcompat.widget.ActivityChooserView: void setDefaultActionButtonContentDescription(int) +com.turingtechnologies.materialscrollbar.R$id: int blocking +androidx.hilt.work.R$integer +org.greenrobot.greendao.database.DatabaseOpenHelper: void onOpen(android.database.sqlite.SQLiteDatabase) +cyanogenmod.weather.CMWeatherManager$1: cyanogenmod.weather.CMWeatherManager this$0 +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: double seaLevel +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int pm10 +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow +androidx.constraintlayout.widget.R$id: int listMode +retrofit2.OkHttpCall: boolean canceled +io.reactivex.Observable: io.reactivex.Observable concatMap(io.reactivex.functions.Function,int) +androidx.constraintlayout.widget.R$id: int submenuarrow +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_stacked_tab_max_width +androidx.constraintlayout.widget.R$dimen: int abc_action_button_min_height_material +android.didikee.donate.R$dimen: int abc_action_bar_icon_vertical_padding_material +androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_fontVariationSettings +androidx.viewpager.widget.PagerTabStrip: void setDrawFullUnderline(boolean) +androidx.appcompat.R$drawable: int notification_bg_low_normal +androidx.viewpager.R$dimen: int notification_action_text_size +com.turingtechnologies.materialscrollbar.R$styleable: int CardView_contentPadding +androidx.dynamicanimation.R$styleable: int FontFamilyFont_ttcIndex +com.google.android.material.R$dimen: int tooltip_precise_anchor_threshold +com.google.android.material.R$styleable: int PropertySet_android_alpha +wangdaye.com.geometricweather.R$styleable: int ActionMode_subtitleTextStyle +androidx.constraintlayout.helper.widget.Layer: Layer(android.content.Context,android.util.AttributeSet,int) +com.amap.api.fence.GeoFenceManagerBase: boolean isPause() +com.google.gson.stream.JsonWriter: int stackSize +cyanogenmod.themes.ThemeManager$1: ThemeManager$1(cyanogenmod.themes.ThemeManager) +androidx.legacy.coreutils.R$attr +android.didikee.donate.R$styleable: int SwitchCompat_switchTextAppearance +androidx.preference.R$id: int time +androidx.appcompat.R$attr: int dividerPadding +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableTint +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonBarButtonStyle +com.google.android.material.R$style: int Widget_MaterialComponents_CollapsingToolbar +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_Switch +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: java.lang.String getCaiyun() +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_title_baseline_to_top +androidx.constraintlayout.widget.R$styleable: int Motion_drawPath +wangdaye.com.geometricweather.R$dimen: int cpv_dialog_preview_height +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void disposeAll() +okio.Buffer: okio.Buffer writeDecimalLong(long) +wangdaye.com.geometricweather.R$string: int key_notification_minimal_icon +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability getPrecipitationProbability() +androidx.appcompat.R$attr: int colorError +cyanogenmod.content.Intent: java.lang.String EXTRA_PROTECTED_COMPONENTS +james.adaptiveicon.R$dimen: int notification_top_pad_large_text +wangdaye.com.geometricweather.R$styleable: int AppBarLayout_android_background +io.reactivex.internal.observers.LambdaObserver: boolean hasCustomOnError() +com.google.android.material.progressindicator.ProgressIndicator: void setIndicatorType(int) +wangdaye.com.geometricweather.R$id: int activity_chooser_view_content +com.google.android.material.R$id: int month_title +com.jaredrummler.android.colorpicker.R$id: int action_divider +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean() +androidx.drawerlayout.R$drawable: int notification_template_icon_low_bg +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Imperial: AccuCurrentResult$Precip1hr$Imperial() +androidx.constraintlayout.widget.R$bool: int abc_allow_stacked_button_bar +com.google.android.material.R$styleable: int Constraint_layout_constraintHorizontal_chainStyle +android.didikee.donate.R$style: int Theme_AppCompat_Light_Dialog_MinWidth +androidx.constraintlayout.widget.R$styleable: int Transform_android_translationX +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeApparentTemperature(java.lang.Integer) +wangdaye.com.geometricweather.R$dimen: int design_navigation_separator_vertical_padding +com.google.android.material.R$styleable: int ConstraintSet_flow_firstHorizontalBias +wangdaye.com.geometricweather.common.basic.models.weather.Pollen +com.google.android.material.R$styleable: int Layout_layout_constraintTop_toBottomOf +wangdaye.com.geometricweather.db.entities.LocationEntityDao +com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_animSyncDuration +wangdaye.com.geometricweather.R$drawable: int weather_clear_day_1 +com.turingtechnologies.materialscrollbar.R$attr: int toolbarNavigationButtonStyle +io.reactivex.Observable: io.reactivex.Observable concatEager(io.reactivex.ObservableSource,int,int) +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: java.util.List consequences +com.google.android.material.R$styleable: int DrawerArrowToggle_color +com.xw.repo.bubbleseekbar.R$drawable: int tooltip_frame_dark +androidx.constraintlayout.widget.R$attr: int closeIcon +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth +com.google.android.material.R$id: int reverseSawtooth +androidx.preference.R$style: int PreferenceThemeOverlay_v14_Material +androidx.constraintlayout.widget.R$styleable: int AlertDialog_multiChoiceItemLayout +wangdaye.com.geometricweather.R$dimen: int abc_dialog_list_padding_bottom_no_buttons +androidx.legacy.coreutils.R$drawable: R$drawable() +okhttp3.internal.cache.DiskLruCache$Editor: void abortUnlessCommitted() +io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: void spValue(java.lang.Object) +com.google.android.material.R$style: int Base_Widget_AppCompat_SeekBar +androidx.constraintlayout.widget.R$attr: int alpha +androidx.appcompat.R$attr: int fontProviderQuery +com.google.android.material.R$style: int ShapeAppearanceOverlay_BottomRightCut +androidx.hilt.R$styleable: int Fragment_android_name +androidx.preference.R$style: int Theme_AppCompat_Light +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_RatingBar_Small +android.didikee.donate.R$attr: R$attr() +com.google.android.material.R$styleable: int MaterialCalendar_android_windowFullscreen +wangdaye.com.geometricweather.R$attr: int height +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomNavigationView +android.didikee.donate.R$drawable: int abc_ic_arrow_drop_right_black_24dp +cyanogenmod.themes.ThemeChangeRequest: int describeContents() +com.google.android.material.R$attr: int controlBackground +androidx.lifecycle.extensions.R: R() +com.google.android.gms.base.R$drawable: int common_google_signin_btn_icon_dark_normal +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid +androidx.appcompat.resources.R$styleable: int StateListDrawable_android_visible +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeTotalPrecipitationDuration +com.google.android.material.R$dimen: int design_navigation_icon_padding +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_track_color +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: int STATE_INACTIVE +androidx.drawerlayout.R$id: int text +com.google.android.material.R$dimen: int mtrl_progress_circular_inset +com.turingtechnologies.materialscrollbar.Handle +retrofit2.converter.gson.GsonRequestBodyConverter: com.google.gson.TypeAdapter adapter +com.google.android.material.R$attr: int thumbTintMode +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property MinuteInterval +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated +cyanogenmod.power.IPerformanceManager +com.google.android.material.R$attr: int flow_horizontalStyle +android.didikee.donate.R$styleable: int[] SwitchCompat +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver parent +androidx.constraintlayout.widget.R$styleable: int KeyTrigger_motionTarget +cyanogenmod.themes.ThemeManager: void removeClient(cyanogenmod.themes.ThemeManager$ThemeChangeListener) +cyanogenmod.app.Profile$TriggerState: int ON_DISCONNECT +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_CompoundButton_Switch +androidx.lifecycle.SavedStateViewModelFactory: SavedStateViewModelFactory(android.app.Application,androidx.savedstate.SavedStateRegistryOwner,android.os.Bundle) +okhttp3.internal.http1.Http1Codec: void detachTimeout(okio.ForwardingTimeout) +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize +com.bumptech.glide.integration.okhttp.R$style: int TextAppearance_Compat_Notification_Title +com.google.android.material.R$drawable: int notification_bg_low_normal +com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_TabView +androidx.recyclerview.widget.RecyclerView: int getMinFlingVelocity() +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder dns(okhttp3.Dns) +com.google.android.material.R$drawable: int abc_spinner_textfield_background_material +com.google.android.material.floatingactionbutton.FloatingActionButton$Behavior: FloatingActionButton$Behavior() +android.didikee.donate.R$dimen: int abc_action_bar_default_height_material +android.didikee.donate.R$drawable: int abc_ic_clear_material +wangdaye.com.geometricweather.R$id: int widget_day_week_temp_5 +james.adaptiveicon.R$dimen: int abc_dropdownitem_text_padding_right +wangdaye.com.geometricweather.R$id: int activity_widget_config_clockFontSpinner +androidx.preference.R$styleable: int PreferenceTheme_preferenceTheme +wangdaye.com.geometricweather.R$attr: int msb_hideDelayInMilliseconds +androidx.viewpager.widget.PagerTabStrip: void setTabIndicatorColorResource(int) +james.adaptiveicon.R$style: int Theme_AppCompat_Light_NoActionBar +james.adaptiveicon.R$attr: int switchTextAppearance +io.reactivex.internal.observers.BasicIntQueueDisposable +james.adaptiveicon.R$style: int Base_V21_Theme_AppCompat_Light +androidx.recyclerview.widget.RecyclerView: void removeOnScrollListener(androidx.recyclerview.widget.RecyclerView$OnScrollListener) +com.jaredrummler.android.colorpicker.R$dimen: int cpv_color_preference_normal +retrofit2.RequestFactory$Builder: RequestFactory$Builder(retrofit2.Retrofit,java.lang.reflect.Method) +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: android.os.IBinder mRemote +cyanogenmod.app.ProfileManager: cyanogenmod.app.ProfileManager getInstance(android.content.Context) +androidx.constraintlayout.widget.R$color: int accent_material_light +io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: ObservableRepeatUntil$RepeatUntilObserver(io.reactivex.Observer,io.reactivex.functions.BooleanSupplier,io.reactivex.internal.disposables.SequentialDisposable,io.reactivex.ObservableSource) +com.google.android.material.bottomnavigation.BottomNavigationView: int getItemTextAppearanceActive() +james.adaptiveicon.R$dimen: int notification_right_icon_size +okhttp3.ConnectionSpec: boolean isTls() +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float ice +com.turingtechnologies.materialscrollbar.R$attr: int scrimAnimationDuration +androidx.constraintlayout.widget.R$color: int switch_thumb_material_dark +androidx.constraintlayout.widget.R$drawable: int abc_popup_background_mtrl_mult +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getTemperature(android.content.Context,java.lang.Integer,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) +io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: io.reactivex.disposables.Disposable upstream +androidx.loader.R$attr: int font +com.turingtechnologies.materialscrollbar.R$animator: int mtrl_fab_transformation_sheet_collapse_spec +io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: java.util.concurrent.atomic.AtomicBoolean once +wangdaye.com.geometricweather.R$id: int layout +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_firstVerticalBias +androidx.appcompat.R$id: int textSpacerNoButtons +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_8 +wangdaye.com.geometricweather.R$styleable: int Transition_motionInterpolator +androidx.preference.R$string: int abc_menu_meta_shortcut_label +com.google.android.material.R$attr: int layout_constraintLeft_toRightOf +androidx.appcompat.R$drawable: int btn_radio_on_mtrl +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamily_fontProviderCerts +wangdaye.com.geometricweather.R$drawable: int notif_temp_19 +wangdaye.com.geometricweather.R$styleable: int ActionBar_itemPadding +okhttp3.internal.http2.Http2Connection$Builder: int pingIntervalMillis +okhttp3.internal.http2.Settings: int getMaxConcurrentStreams(int) +androidx.constraintlayout.widget.R$attr: int textAppearanceListItemSecondary +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int o3 +androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_shadowRadius +com.google.android.material.R$styleable: int TextInputLayout_errorEnabled +android.didikee.donate.R$anim: int abc_grow_fade_in_from_bottom +wangdaye.com.geometricweather.R$string: int fab_transformation_scrim_behavior +com.turingtechnologies.materialscrollbar.R$style: int Platform_MaterialComponents +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.lang.String comment +com.amap.api.location.AMapLocation: java.lang.String COORD_TYPE_GCJ02 +okhttp3.internal.http2.Http2Stream$FramingSink: boolean finished +james.adaptiveicon.R$attr: int dropdownListPreferredItemHeight +androidx.preference.R$styleable: int AppCompatTheme_colorBackgroundFloating +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float getCeiling() +com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: $Gson$Types$ParameterizedTypeImpl(java.lang.reflect.Type,java.lang.reflect.Type,java.lang.reflect.Type[]) +com.google.android.material.R$styleable: int Chip_ensureMinTouchTargetSize +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_android_textOn +androidx.constraintlayout.widget.R$id: int progress_horizontal +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric Metric +com.google.android.material.R$styleable: int MenuItem_iconTint +wangdaye.com.geometricweather.common.basic.models.weather.WindDegree: boolean noDirection +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Tooltip +androidx.appcompat.R$style: int Base_Animation_AppCompat_Dialog +com.google.android.material.R$anim: int abc_popup_exit +androidx.recyclerview.R$dimen: int notification_main_column_padding_top +androidx.preference.R$styleable: int AppCompatTheme_windowFixedHeightMajor +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.Pollen pollen +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabTextColor +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken BOOLEAN +io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: void onNext(java.lang.Object) +androidx.work.BackoffPolicy: androidx.work.BackoffPolicy LINEAR +androidx.coordinatorlayout.R$id: int accessibility_custom_action_26 +android.didikee.donate.R$styleable: int[] SearchView +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void onError(java.lang.Throwable) +androidx.preference.R$styleable: int ActionMode_backgroundSplit +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeSnowPrecipitationProbability(java.lang.Float) +com.turingtechnologies.materialscrollbar.R$id: int action_text +androidx.hilt.work.R$id: int icon +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat +com.xw.repo.bubbleseekbar.R$attr: int activityChooserViewStyle +cyanogenmod.externalviews.ExternalViewProviderService$Provider: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl access$000(cyanogenmod.externalviews.ExternalViewProviderService$Provider) +com.google.android.material.R$attr: int divider +androidx.core.R$integer +okhttp3.internal.platform.Jdk9Platform +androidx.appcompat.R$style: int Base_Widget_AppCompat_Button_Borderless +okhttp3.FormBody$Builder: FormBody$Builder() +com.google.android.material.R$layout: int abc_popup_menu_item_layout +com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat +wangdaye.com.geometricweather.R$style: int Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert +org.greenrobot.greendao.AbstractDao: void insertOrReplaceInTx(java.lang.Iterable,boolean) +androidx.drawerlayout.R$attr: int ttcIndex +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property GrassDescription +android.didikee.donate.R$attr: int goIcon +com.google.android.material.navigation.NavigationView: void setItemIconPaddingResource(int) +android.didikee.donate.R$id: int add +android.didikee.donate.R$drawable: int notification_icon_background +androidx.appcompat.R$styleable: int MenuGroup_android_id +okhttp3.CertificatePinner$Builder: okhttp3.CertificatePinner build() +wangdaye.com.geometricweather.R$style: int Preference_SwitchPreferenceCompat +com.jaredrummler.android.colorpicker.R$dimen: int hint_alpha_material_light +cyanogenmod.profiles.AirplaneModeSettings: AirplaneModeSettings(android.os.Parcel) +androidx.lifecycle.extensions.R$attr: int fontWeight +retrofit2.OkHttpCall$1: void onFailure(okhttp3.Call,java.io.IOException) +androidx.appcompat.R$styleable: int AlertDialog_listLayout +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Day +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Imperial: AccuCurrentResult$WindGust$Speed$Imperial() +wangdaye.com.geometricweather.R$styleable: int KeyPosition_percentY +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_snackbar_background_corner_radius +cyanogenmod.profiles.ConnectionSettings: int mSubId +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.util.Date sunriseTime +androidx.constraintlayout.widget.R$id: int unchecked +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Large_Inverse +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getThermalState +android.didikee.donate.R$drawable: int notification_bg_normal +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabTextAppearance +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeRainPrecipitation +okhttp3.internal.Internal: int code(okhttp3.Response$Builder) +io.reactivex.exceptions.MissingBackpressureException +wangdaye.com.geometricweather.db.entities.LocationEntity: LocationEntity(java.lang.String,java.lang.String,float,float,java.util.TimeZone,java.lang.String,java.lang.String,java.lang.String,java.lang.String,wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource,boolean,boolean,boolean) +james.adaptiveicon.R$drawable: int abc_scrubber_primary_mtrl_alpha +io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: void accept(io.reactivex.disposables.Disposable) +com.turingtechnologies.materialscrollbar.R$attr: int fontVariationSettings +cyanogenmod.providers.CMSettings$Secure: java.lang.String LIVE_LOCK_SCREEN_ENABLED +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_ratingBarStyle +com.jaredrummler.android.colorpicker.R$attr: int widgetLayout +com.autonavi.aps.amapapi.model.AMapLocationServer: void g(java.lang.String) +james.adaptiveicon.R$anim: int abc_fade_in +cyanogenmod.externalviews.KeyguardExternalView$8: void run() +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored +androidx.preference.R$styleable: int Toolbar_contentInsetStart +okio.Buffer$2: int read() +wangdaye.com.geometricweather.R$attr: int windowActionBarOverlay +wangdaye.com.geometricweather.R$dimen: int abc_dialog_fixed_width_major +com.google.android.material.R$attr: int tabMode +com.turingtechnologies.materialscrollbar.R$attr: int checkedIcon +androidx.preference.R$style: int Widget_AppCompat_ListView_DropDown +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_contentInsetEndWithActions +wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerSizeBottomLeft +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge +okhttp3.Challenge: java.lang.String toString() +okio.Buffer: okio.ByteString readByteString() +wangdaye.com.geometricweather.settings.fragments.ServiceProviderSettingsFragment: void setOnWeatherSourceChangedListener(wangdaye.com.geometricweather.settings.fragments.ServiceProviderSettingsFragment$OnWeatherSourceChangedListener) +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.util.Date time +org.greenrobot.greendao.AbstractDao: void readEntity(android.database.Cursor,java.lang.Object,int) +androidx.viewpager2.widget.ViewPager2: int getOffscreenPageLimit() +com.bumptech.glide.R$dimen: int compat_button_padding_horizontal_material +cyanogenmod.app.Profile: java.util.ArrayList getTriggersFromType(int) +androidx.swiperefreshlayout.R$dimen: int notification_small_icon_background_padding +androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_android_fontStyle +okhttp3.Response$Builder: okhttp3.Request request +androidx.work.R$id: int line1 +wangdaye.com.geometricweather.R$array: int temperature_units_short +james.adaptiveicon.R$styleable: int TextAppearance_android_shadowRadius +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void drain() +com.google.android.material.R$style: int ThemeOverlay_AppCompat +james.adaptiveicon.R$style: int Widget_AppCompat_DrawerArrowToggle +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust +com.google.android.material.textfield.TextInputLayout$SavedState +com.google.android.material.R$layout: int mtrl_calendar_vertical +cyanogenmod.profiles.StreamSettings: boolean mOverride +wangdaye.com.geometricweather.R$string: int mtrl_picker_text_input_date_hint +com.google.android.material.R$attr: int iconGravity +androidx.constraintlayout.widget.R$styleable: int Layout_maxHeight +androidx.appcompat.R$id: int multiply +wangdaye.com.geometricweather.R$string: int settings_title_minimal_icon +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric: double Value +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_android_imeOptions +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge +okhttp3.Call: boolean isCanceled() +androidx.constraintlayout.widget.R$style: int Base_AlertDialog_AppCompat_Light +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX aqi +wangdaye.com.geometricweather.R$id: int search_voice_btn +wangdaye.com.geometricweather.R$dimen: int design_snackbar_extra_spacing_horizontal +androidx.appcompat.resources.R$styleable: int GradientColor_android_centerColor +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_textAllCaps +wangdaye.com.geometricweather.common.basic.models.weather.UV +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial Imperial +androidx.preference.R$attr: int textAppearanceSmallPopupMenu +james.adaptiveicon.R$styleable: int AppCompatTheme_borderlessButtonStyle +androidx.appcompat.R$attr: int drawableStartCompat +cyanogenmod.app.CustomTile$ExpandedStyle: android.os.Parcelable$Creator CREATOR +androidx.preference.R$style: int Widget_AppCompat_TextView +com.jaredrummler.android.colorpicker.R$drawable: int abc_tab_indicator_mtrl_alpha +androidx.customview.R$drawable: int notify_panel_notification_icon_bg +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_imageButtonStyle +androidx.constraintlayout.widget.R$attr: int actionModeShareDrawable +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Imperial Imperial +com.bumptech.glide.load.HttpException: HttpException(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind Wind +wangdaye.com.geometricweather.R$attr: int actionModeFindDrawable +wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerSizeBottomRight +io.reactivex.internal.observers.InnerQueuedObserver: InnerQueuedObserver(io.reactivex.internal.observers.InnerQueuedObserverSupport,int) +io.reactivex.Observable: io.reactivex.Observable unsubscribeOn(io.reactivex.Scheduler) +androidx.preference.R$styleable: int AppCompatTextView_autoSizeMaxTextSize +okhttp3.internal.ws.RealWebSocket$2: void onResponse(okhttp3.Call,okhttp3.Response) +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String IS_DEFAULT_THEME +james.adaptiveicon.R$styleable: int AppCompatTextView_drawableTintMode +okio.BufferedSink: okio.BufferedSink writeString(java.lang.String,java.nio.charset.Charset) +androidx.constraintlayout.widget.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset +com.turingtechnologies.materialscrollbar.R$dimen: int design_tab_text_size +james.adaptiveicon.R$dimen: int abc_text_size_small_material +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayoutStates_state_lifted +android.didikee.donate.R$style: int Base_V23_Theme_AppCompat_Light +androidx.appcompat.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle +com.turingtechnologies.materialscrollbar.R$dimen: int abc_progress_bar_height_material +com.amap.api.fence.PoiItem: java.lang.String getCity() +com.google.android.material.R$attr: int windowNoTitle +wangdaye.com.geometricweather.db.entities.DailyEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) +androidx.appcompat.resources.R$id: int accessibility_custom_action_19 +james.adaptiveicon.R$layout: int abc_list_menu_item_checkbox +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonStyleSmall +androidx.constraintlayout.motion.widget.MotionLayout: MotionLayout(android.content.Context,android.util.AttributeSet) +okhttp3.internal.Internal: void addLenient(okhttp3.Headers$Builder,java.lang.String,java.lang.String) +com.jaredrummler.android.colorpicker.R$id: int cpv_color_panel_new +com.google.android.material.R$styleable: int Constraint_layout_constrainedWidth +com.amap.api.fence.GeoFence: int ADDGEOFENCE_SUCCESS +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: double Dbz +com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration +androidx.constraintlayout.widget.R$drawable: int abc_switch_thumb_material +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: io.reactivex.Observer downstream +androidx.lifecycle.MediatorLiveData$Source: void unplug() +androidx.appcompat.R$attr: int tickMarkTintMode +androidx.work.NetworkType: androidx.work.NetworkType NOT_ROAMING +androidx.preference.R$styleable: int AnimatedStateListDrawableTransition_android_reversible +com.google.android.material.R$attr: int actionModeCloseButtonStyle +androidx.recyclerview.widget.LinearLayoutManager +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX() +okio.AsyncTimeout +com.bumptech.glide.R$styleable: int[] FontFamilyFont +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: java.lang.String Source +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionButton +com.turingtechnologies.materialscrollbar.R$color: int abc_background_cache_hint_selector_material_dark +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_41 +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableStartCompat +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_notificationGroupExistsByName +wangdaye.com.geometricweather.R$dimen: int notification_top_pad_large_text +com.google.android.material.circularreveal.cardview.CircularRevealCardView: void setCircularRevealScrimColor(int) +wangdaye.com.geometricweather.R$attr: int circleRadius +wangdaye.com.geometricweather.R$layout: int widget_clock_day_temp +androidx.constraintlayout.widget.R$styleable: int ActionBar_titleTextStyle +android.didikee.donate.R$styleable: int[] Toolbar +wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_subtitle +wangdaye.com.geometricweather.R$id: int scrollIndicatorUp +com.google.android.material.R$styleable: int FloatingActionButton_android_enabled +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon +com.google.android.material.R$attr: int flow_lastVerticalBias +wangdaye.com.geometricweather.R$id: int container_main_details +okhttp3.internal.http.StatusLine: okhttp3.internal.http.StatusLine get(okhttp3.Response) +okio.BufferedSink: okio.Buffer buffer() +okhttp3.internal.http2.Http2Connection: long access$200(okhttp3.internal.http2.Http2Connection) +android.didikee.donate.R$layout: int abc_popup_menu_header_item_layout +com.google.android.material.R$styleable: int AppCompatTheme_homeAsUpIndicator +com.bumptech.glide.R$layout: int notification_action_tombstone +com.google.android.material.R$dimen: int mtrl_extended_fab_end_padding +androidx.appcompat.R$attr: int titleTextAppearance +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: int getStatus() +androidx.preference.R$bool: int abc_allow_stacked_button_bar +androidx.preference.R$styleable: int ViewBackgroundHelper_android_background +androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_fontVariationSettings +com.google.android.material.R$styleable: int KeyPosition_motionTarget +androidx.transition.R$styleable: int FontFamilyFont_font +wangdaye.com.geometricweather.R$drawable +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int pm25 +androidx.preference.R$style: int Base_Widget_AppCompat_TextView +androidx.preference.R$styleable: int PopupWindow_android_popupBackground +james.adaptiveicon.R$dimen: int abc_button_inset_vertical_material +com.turingtechnologies.materialscrollbar.R$attr: int windowActionBar +okhttp3.Route: Route(okhttp3.Address,java.net.Proxy,java.net.InetSocketAddress) +androidx.viewpager.widget.ViewPager: int getPageMargin() +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title +wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode AUTO +retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter: java.util.concurrent.CompletableFuture adapt(retrofit2.Call) +androidx.viewpager2.R$dimen: int notification_large_icon_width +com.google.android.material.button.MaterialButton: MaterialButton(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$layout: int abc_screen_simple_overlay_action_mode +io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: ObservableCache$CacheDisposable(io.reactivex.Observer,io.reactivex.internal.operators.observable.ObservableCache) +okhttp3.Dispatcher: java.util.List runningCalls() +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu +androidx.constraintlayout.helper.widget.Layer: void setRotation(float) +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getDisplayModes +com.google.android.material.chip.ChipGroup: void setDividerDrawableHorizontal(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.R$styleable: int PreferenceImageView_maxHeight +okhttp3.internal.http1.Http1Codec: int state +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: void cancel() +cyanogenmod.externalviews.KeyguardExternalView$7: void run() +androidx.swiperefreshlayout.R$layout: int notification_action +androidx.preference.R$styleable: int ListPreference_entries +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_NoActionBar +androidx.lifecycle.extensions.R$style: int TextAppearance_Compat_Notification_Time +androidx.preference.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle +com.google.android.material.internal.ForegroundLinearLayout +com.google.android.material.R$color: int abc_hint_foreground_material_light +androidx.appcompat.R$integer: int cancel_button_image_alpha +wangdaye.com.geometricweather.R$color: int design_default_color_primary +com.google.android.material.R$attr: int passwordToggleTintMode +cyanogenmod.providers.CMSettings$Secure: java.lang.String KEYBOARD_BRIGHTNESS +james.adaptiveicon.R$dimen: int abc_list_item_padding_horizontal_material +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: int hasRain +wangdaye.com.geometricweather.R$color: int design_default_color_on_secondary +com.google.android.material.R$layout: int material_timepicker_dialog +androidx.vectordrawable.animated.R$layout: int notification_template_icon_group +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_small_material +cyanogenmod.app.ProfileManager +com.google.android.material.R$styleable: int SwitchCompat_android_thumb +com.turingtechnologies.materialscrollbar.R$id: int none +androidx.hilt.lifecycle.R$dimen: int notification_top_pad_large_text +wangdaye.com.geometricweather.R$drawable: int notif_temp_32 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: void setNotice(java.lang.String) +wangdaye.com.geometricweather.R$dimen: int abc_dialog_title_divider_material +com.google.android.material.R$color: int design_default_color_background +wangdaye.com.geometricweather.R$styleable: int Layout_barrierMargin +cyanogenmod.app.BaseLiveLockManagerService: BaseLiveLockManagerService() +wangdaye.com.geometricweather.R$styleable: int Constraint_android_minHeight +wangdaye.com.geometricweather.R$interpolator: int mtrl_fast_out_slow_in +wangdaye.com.geometricweather.R$attr: int buttonIconDimen +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 +androidx.appcompat.widget.ActionBarOverlayLayout: int getActionBarHideOffset() +androidx.lifecycle.LiveData$ObserverWrapper +androidx.constraintlayout.widget.R$styleable: int CustomAttribute_attributeName +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void drain() +com.turingtechnologies.materialscrollbar.R$attr: int textAppearancePopupMenuHeader +com.xw.repo.bubbleseekbar.R$dimen: int abc_alert_dialog_button_bar_height +com.google.gson.stream.JsonReader: boolean nextBoolean() +androidx.recyclerview.R$id: int accessibility_custom_action_25 +com.google.android.material.R$dimen: int mtrl_btn_corner_radius +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void complete(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxStrokeErrorColor +androidx.preference.R$anim: int abc_fade_out +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature Temperature +wangdaye.com.geometricweather.background.service.TileService +androidx.recyclerview.R$styleable: int RecyclerView_reverseLayout +com.google.android.material.R$styleable: int MaterialButton_shapeAppearance +androidx.preference.R$styleable: int MenuItem_contentDescription +james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader +cyanogenmod.externalviews.ExternalViewProviderService$1$1: cyanogenmod.externalviews.ExternalViewProviderService$1 this$1 +io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: void run() +wangdaye.com.geometricweather.R$attr: int buttonPanelSideLayout +androidx.appcompat.widget.ActionMenuView: ActionMenuView(android.content.Context) +cyanogenmod.themes.IThemeService: void applyDefaultTheme() +androidx.appcompat.R$styleable: int TextAppearance_textAllCaps +cyanogenmod.providers.CMSettings$System: java.lang.String LIVE_DISPLAY_HINTED +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Body1 +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ListView_DropDown +wangdaye.com.geometricweather.R$dimen: int mtrl_navigation_item_icon_padding +androidx.vectordrawable.R$color: int ripple_material_light +cyanogenmod.app.ILiveLockScreenManager: boolean registerChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) +androidx.appcompat.R$styleable: int SwitchCompat_showText +wangdaye.com.geometricweather.R$attr: int expanded +cyanogenmod.app.Profile$DozeMode: int ENABLE +com.google.android.material.R$styleable: int TextInputLayout_boxStrokeWidth +androidx.dynamicanimation.R$style: int TextAppearance_Compat_Notification +okhttp3.internal.http2.Settings: int getMaxFrameSize(int) +androidx.hilt.R$id: int italic +androidx.constraintlayout.helper.widget.Flow: void setVerticalBias(float) +wangdaye.com.geometricweather.db.entities.LocationEntity: LocationEntity() +wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: void setSubtitleText(java.lang.String) +androidx.hilt.R$dimen: int notification_right_side_padding_top +com.jaredrummler.android.colorpicker.R$id: int select_dialog_listview +androidx.work.impl.utils.futures.DirectExecutor: androidx.work.impl.utils.futures.DirectExecutor valueOf(java.lang.String) +okio.Base64: byte[] MAP +android.didikee.donate.R$dimen: int abc_dialog_fixed_height_major +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionOverflowButtonStyle +okhttp3.internal.http2.Http2Reader$Handler: void data(boolean,int,okio.BufferedSource,int) +com.google.android.material.R$style: int Theme_AppCompat_Light_Dialog_Alert +wangdaye.com.geometricweather.R$attr: int ratingBarStyle +com.turingtechnologies.materialscrollbar.R$attr: int materialCardViewStyle +wangdaye.com.geometricweather.R$bool: int mtrl_btn_textappearance_all_caps +wangdaye.com.geometricweather.R$styleable: int[] ViewStubCompat +okhttp3.internal.tls.DistinguishedNameParser: int cur +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation: wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation BOTTOM +wangdaye.com.geometricweather.remoteviews.config.DailyTrendWidgetConfigActivity +wangdaye.com.geometricweather.R$attr: int flow_lastVerticalBias +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: void setZh_TW(java.lang.String) +androidx.drawerlayout.R$dimen: int notification_content_margin_start +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: ILiveLockScreenManagerProvider$Stub$Proxy(android.os.IBinder) +io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_overflow_padding_start_material +androidx.transition.R$id: int transition_position +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: int hasSeaBulletin +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize +androidx.recyclerview.R$id: int accessibility_custom_action_15 +cyanogenmod.externalviews.ExternalViewProviderService$1$1 +com.google.android.material.button.MaterialButton: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_displayOptions +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer windSpeedGust +com.google.android.gms.base.R$color: int common_google_signin_btn_text_dark_focused +okhttp3.internal.cache.CacheStrategy$Factory: java.lang.String servedDateString +androidx.preference.R$styleable: int ActionBarLayout_android_layout_gravity +okhttp3.Call: okhttp3.Response execute() +wangdaye.com.geometricweather.R$attr: int showPaths +com.github.rahatarmanahmed.cpv.BuildConfig +android.didikee.donate.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem +com.amap.api.fence.GeoFenceManagerBase: void setActivateAction(int) +okhttp3.internal.http2.Hpack$Writer: void clearDynamicTable() +androidx.appcompat.view.menu.CascadingMenuPopup +androidx.constraintlayout.widget.Constraints +androidx.preference.R$style: int Theme_AppCompat_Light_Dialog_MinWidth +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: int getSupportedFeatures() +com.turingtechnologies.materialscrollbar.R$color: int mtrl_tabs_icon_color_selector +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_FixedSize +com.xw.repo.bubbleseekbar.R$attr: int editTextStyle +androidx.constraintlayout.widget.R$attr: int listPreferredItemPaddingStart +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_editor_absoluteX +com.google.android.material.R$color: int design_bottom_navigation_shadow_color +com.google.android.material.circularreveal.CircularRevealFrameLayout: void setRevealInfo(com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo) +io.reactivex.internal.observers.BlockingObserver: java.lang.Object TERMINATED +com.amap.api.location.AMapLocationClient: void enableBackgroundLocation(int,android.app.Notification) +android.didikee.donate.R$attr: int colorButtonNormal +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language UNSIMPLIFIED_CHINESE +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: int bufferSize +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: io.reactivex.ObservableEmitter emitter +androidx.constraintlayout.widget.Placeholder: int getEmptyVisibility() +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: MaterialWeatherView(android.content.Context) +android.didikee.donate.R$style: int TextAppearance_AppCompat_Display1 +androidx.constraintlayout.widget.R$attr: int layout_goneMarginRight +com.turingtechnologies.materialscrollbar.R$id: int pin +androidx.core.R$layout: R$layout() +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Caption +okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.platform.OptionalMethod setHostname +android.didikee.donate.R$styleable: int AppCompatTheme_checkedTextViewStyle +james.adaptiveicon.R$color: int abc_primary_text_material_light +wangdaye.com.geometricweather.R$style: int widget_text_clock +okhttp3.Cookie$Builder: okhttp3.Cookie$Builder domain(java.lang.String) +wangdaye.com.geometricweather.R$array: int speed_unit_values +androidx.customview.R$style: int TextAppearance_Compat_Notification_Time +com.jaredrummler.android.colorpicker.R$attr: int iconTint +cyanogenmod.platform.Manifest$permission: java.lang.String READ_DATAUSAGE +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: Hourly(java.util.Date,long,boolean,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,wangdaye.com.geometricweather.common.basic.models.weather.Temperature,wangdaye.com.geometricweather.common.basic.models.weather.Precipitation,wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability) +okhttp3.Cache$CacheRequestImpl: okhttp3.internal.cache.DiskLruCache$Editor editor +io.reactivex.Observable: io.reactivex.Observable skipUntil(io.reactivex.ObservableSource) +wangdaye.com.geometricweather.R$styleable: int ImageFilterView_crossfade +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse +okhttp3.ResponseBody: okhttp3.ResponseBody create(okhttp3.MediaType,okio.ByteString) +androidx.work.NetworkType: androidx.work.NetworkType UNMETERED +okio.Buffer: boolean isOpen() +com.google.android.material.R$layout: int material_clockface_textview +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_FONT +wangdaye.com.geometricweather.R$styleable: int MaterialButton_backgroundTintMode +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setTemperature(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean) +okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.lang.String binarySearchBytes(byte[],byte[][],int) +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeInsetBottom +com.google.gson.internal.LinkedTreeMap: java.util.Set keySet() +cyanogenmod.content.Intent: Intent() +com.bumptech.glide.R$dimen: int notification_big_circle_margin +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life: CNWeatherResult$Life() +wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit PPCM +com.google.android.material.slider.BaseSlider: int getTrackSidePadding() +com.turingtechnologies.materialscrollbar.R$attr: int alertDialogButtonGroupStyle +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_orientation +okhttp3.MediaType: java.lang.String TOKEN +android.didikee.donate.R$color: int notification_icon_bg_color +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_DialogWhenLarge +james.adaptiveicon.R$styleable: int RecycleListView_paddingTopNoTitle +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Speed: java.lang.String Unit +cyanogenmod.providers.CMSettings$Validator: boolean validate(java.lang.String) +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void onComplete() +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large +retrofit2.ParameterHandler$HeaderMap: retrofit2.Converter valueConverter +com.turingtechnologies.materialscrollbar.R$style: int Platform_Widget_AppCompat_Spinner +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored +androidx.multidex.MultiDexApplication: MultiDexApplication() +cyanogenmod.weather.WeatherInfo$DayForecast$1: cyanogenmod.weather.WeatherInfo$DayForecast createFromParcel(android.os.Parcel) +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Dialog_FixedSize +okhttp3.internal.cache.DiskLruCache$1: okhttp3.internal.cache.DiskLruCache this$0 +com.google.android.gms.location.ActivityTransitionEvent: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$id: int customPanel +androidx.constraintlayout.widget.R$id +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean +androidx.lifecycle.ComputableLiveData$3 +androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_android_ttcIndex +james.adaptiveicon.R$styleable: int SwitchCompat_trackTintMode +androidx.preference.R$styleable: int RecyclerView_reverseLayout +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut +okhttp3.internal.publicsuffix.PublicSuffixDatabase: byte[] WILDCARD_LABEL +com.google.android.material.R$attr: int autoTransition +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: java.util.concurrent.TimeUnit unit +wangdaye.com.geometricweather.R$layout: int dialog_donate_wechat +okhttp3.RealCall$AsyncCall: void execute() +androidx.preference.R$attr: int subMenuArrow +wangdaye.com.geometricweather.R$styleable: int AppCompatImageView_android_src +wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider NATIVE +androidx.lifecycle.SavedStateHandleController$OnRecreation +wangdaye.com.geometricweather.R$styleable: int MenuItem_tooltipText +androidx.hilt.R$color: int notification_icon_bg_color +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Metric: double Value +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_section_text_interval +io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: long serialVersionUID +wangdaye.com.geometricweather.R$color: int mtrl_fab_ripple_color +androidx.preference.R$styleable: int ActionBar_customNavigationLayout +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_hideOnContentScroll +androidx.appcompat.resources.R$id: int tag_accessibility_actions +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut +retrofit2.internal.EverythingIsNonNull +okhttp3.internal.cache.DiskLruCache$Entry +androidx.swiperefreshlayout.R$styleable: int[] ColorStateListItem +wangdaye.com.geometricweather.R$xml: int standalone_badge_gravity_top_start +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary +com.google.android.material.chip.Chip: android.content.res.ColorStateList getRippleColor() +androidx.appcompat.R$style: int Base_V28_Theme_AppCompat +androidx.appcompat.R$attr: int drawableBottomCompat +androidx.preference.R$color: int dim_foreground_disabled_material_dark +androidx.appcompat.widget.AppCompatImageButton: AppCompatImageButton(android.content.Context) +androidx.preference.R$styleable: int AppCompatTheme_actionMenuTextAppearance +cyanogenmod.themes.IThemeService$Stub: android.os.IBinder asBinder() +wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setDaylight(boolean) +androidx.appcompat.R$styleable: int SearchView_defaultQueryHint +androidx.preference.R$styleable: int RecyclerView_android_descendantFocusability +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle +androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowActionBarOverlay +com.google.android.material.R$attr: int chipStandaloneStyle +com.google.android.material.R$attr: int listChoiceIndicatorMultipleAnimated +androidx.loader.R$integer +androidx.viewpager.R$attr: int fontProviderPackage +com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_elevation +cyanogenmod.profiles.ConnectionSettings: int CM_MODE_2G +androidx.constraintlayout.widget.R$styleable: int ActionBar_progressBarPadding +androidx.viewpager2.R$id: int action_divider +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Body1 +com.google.android.material.R$id: int startHorizontal +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_27 +wangdaye.com.geometricweather.R$attr: int layout_constraintHeight_min +com.google.android.material.R$attr: int colorOnPrimary +wangdaye.com.geometricweather.background.polling.work.worker.TomorrowForecastUpdateWorker +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: void setPoint(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean) +wangdaye.com.geometricweather.settings.fragments.SettingsFragment: SettingsFragment() +com.google.android.material.R$attr: int flow_verticalBias +com.google.android.material.switchmaterial.SwitchMaterial: android.content.res.ColorStateList getMaterialThemeColorsThumbTintList() +androidx.preference.R$attr: int selectableItemBackgroundBorderless +cyanogenmod.app.ICustomTileListener$Stub: cyanogenmod.app.ICustomTileListener asInterface(android.os.IBinder) +wangdaye.com.geometricweather.R$id: int item_aqi +android.didikee.donate.R$dimen: int abc_seekbar_track_background_height_material +androidx.constraintlayout.widget.R$attr: int drawerArrowStyle +com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_color +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: java.lang.String unit +cyanogenmod.providers.CMSettings$System$2: boolean validate(java.lang.String) +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void innerComplete() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_radioButtonStyle +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableLeftCompat +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int TROPICAL_STORM +com.google.android.material.R$attr: int curveFit +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial +okhttp3.internal.cache2.Relay: okio.ByteString metadata() +com.turingtechnologies.materialscrollbar.R$drawable: int abc_switch_thumb_material +retrofit2.RequestBuilder: okhttp3.FormBody$Builder formBuilder +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_AutoCompleteTextView +wangdaye.com.geometricweather.R$string: int settings_title_ui_style +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric Metric +james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem +okhttp3.internal.http2.Http2Connection$IntervalPingRunnable +cyanogenmod.hardware.CMHardwareManager: boolean setDisplayGammaCalibration(int,int[]) +cyanogenmod.media.MediaRecorder: MediaRecorder() +com.amap.api.fence.PoiItem$1: java.lang.Object createFromParcel(android.os.Parcel) +androidx.hilt.work.R$dimen: int notification_top_pad +james.adaptiveicon.R$color: int dim_foreground_disabled_material_light +okhttp3.Dispatcher: java.util.concurrent.ExecutorService executorService() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_textAppearance +androidx.vectordrawable.R$styleable: int ColorStateListItem_android_color +wangdaye.com.geometricweather.R$id: int tag_icon_top +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: boolean isDisposed() +com.google.android.material.R$dimen: int mtrl_textinput_counter_margin_start +okio.Pipe$PipeSource: okio.Timeout timeout() +io.reactivex.internal.subscriptions.EmptySubscription: void error(java.lang.Throwable,org.reactivestreams.Subscriber) +io.reactivex.subjects.PublishSubject$PublishDisposable: io.reactivex.Observer downstream +androidx.hilt.work.R$attr: int fontStyle +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float snow +james.adaptiveicon.R$color: int foreground_material_light +androidx.appcompat.R$dimen: int notification_top_pad +com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getThumbStrokeColor() +com.bumptech.glide.load.EncodeStrategy: com.bumptech.glide.load.EncodeStrategy NONE +okio.ForwardingTimeout: okio.Timeout timeout(long,java.util.concurrent.TimeUnit) +cyanogenmod.providers.CMSettings$NameValueCache: android.net.Uri mUri +androidx.hilt.lifecycle.R$style: int TextAppearance_Compat_Notification_Info +wangdaye.com.geometricweather.R$animator: int mtrl_chip_state_list_anim +com.amap.api.fence.PoiItem: void setLatitude(double) +okhttp3.HttpUrl: java.lang.String host() +com.google.android.material.R$styleable: int CardView_android_minWidth +okhttp3.internal.http.RealInterceptorChain: java.util.List interceptors +wangdaye.com.geometricweather.R$drawable: int weather_snow_mini_grey +com.jaredrummler.android.colorpicker.R$id: int action_bar +com.turingtechnologies.materialscrollbar.R$attr: int measureWithLargestChild +androidx.preference.R$id: int tag_accessibility_actions +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_end +wangdaye.com.geometricweather.R$attr: int windowFixedHeightMajor +androidx.lifecycle.MediatorLiveData: void addSource(androidx.lifecycle.LiveData,androidx.lifecycle.Observer) +wangdaye.com.geometricweather.R$attr: int layout_collapseParallaxMultiplier +wangdaye.com.geometricweather.R$id: int dialog_providers_previewer_list +wangdaye.com.geometricweather.R$color: int abc_search_url_text_pressed +james.adaptiveicon.R$styleable: int AppCompatSeekBar_tickMarkTintMode +androidx.preference.R$styleable: int CompoundButton_buttonTintMode +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_searchIcon +com.google.android.material.R$attr: int thumbElevation +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintTop_toTopOf +wangdaye.com.geometricweather.R$attr: int layout_behavior +wangdaye.com.geometricweather.R$styleable: int StateListDrawable_android_dither +cyanogenmod.providers.CMSettings$System: java.lang.String ZEN_ALLOW_LIGHTS +androidx.coordinatorlayout.R$drawable: int notification_tile_bg +com.google.android.material.R$id: int mtrl_picker_title_text +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours Past3Hours +wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_color +com.google.android.material.radiobutton.MaterialRadioButton: void setUseMaterialThemeColors(boolean) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: int getStatus() +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintEnd_toStartOf +wangdaye.com.geometricweather.remoteviews.config.DayWidgetConfigActivity: DayWidgetConfigActivity() +androidx.constraintlayout.widget.R$color: int primary_dark_material_dark +io.reactivex.Observable: io.reactivex.Observable merge(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource) +wangdaye.com.geometricweather.R$attr: int cornerFamilyTopLeft +wangdaye.com.geometricweather.R$layout: int activity_alert +retrofit2.ParameterHandler$QueryName: retrofit2.Converter nameConverter +com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState PAUSED +com.xw.repo.bubbleseekbar.R$style: int Animation_AppCompat_Tooltip +com.google.android.material.slider.BaseSlider: void setThumbElevation(float) +wangdaye.com.geometricweather.R$layout: int item_weather_icon +cyanogenmod.providers.CMSettings$Secure: cyanogenmod.providers.CMSettings$NameValueCache sNameValueCache +androidx.swiperefreshlayout.R$attr: int fontProviderAuthority +android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionBar_TabText +cyanogenmod.weather.CMWeatherManager$1$1: cyanogenmod.weather.CMWeatherManager$1 this$1 +cyanogenmod.app.ICMTelephonyManager: void setSubState(int,boolean) +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language JAPANESE +android.didikee.donate.R$attr: int toolbarNavigationButtonStyle +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void onError(java.lang.Throwable) +com.google.android.material.tabs.TabLayout$TabView: com.google.android.material.badge.BadgeDrawable getOrCreateBadge() +com.turingtechnologies.materialscrollbar.R$attr: int autoCompleteTextViewStyle +android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight +com.google.android.material.R$style: int ShapeAppearanceOverlay_TopRightDifferentCornerSize +com.google.android.material.R$style: int Widget_AppCompat_Light_PopupMenu +com.google.android.gms.location.LocationResult: android.os.Parcelable$Creator CREATOR +androidx.appcompat.widget.AppCompatTextView: int getAutoSizeMinTextSize() +com.google.android.material.R$styleable: int AppBarLayoutStates_state_collapsible +androidx.preference.R$styleable: int Spinner_android_dropDownWidth +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton +com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_reverseLayout +okhttp3.internal.http2.Hpack$Reader: okio.ByteString readByteString() +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_processThemeResources +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.util.Date getDate() androidx.dynamicanimation.R$id: int text2 -com.jaredrummler.android.colorpicker.R$drawable: int abc_spinner_textfield_background_material -androidx.preference.R$styleable: int AppCompatTheme_ratingBarStyleSmall -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_Switch -cyanogenmod.app.LiveLockScreenManager: void setLiveLockScreenEnabled(boolean) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_maxElementsWrap -io.reactivex.Observable: io.reactivex.Observable ambWith(io.reactivex.ObservableSource) -androidx.loader.R$drawable: int notification_bg_low_pressed -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_hintAnimationEnabled -com.amap.api.fence.DistrictItem: void setAdcode(java.lang.String) -com.google.android.material.R$attr: int iconTint -okhttp3.internal.http2.Http2Connection: java.net.Socket socket -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: java.lang.String getSpeed() -wangdaye.com.geometricweather.R$attr: int transitionPathRotate -retrofit2.ParameterHandler$Tag -com.turingtechnologies.materialscrollbar.R$style: int Base_V28_Theme_AppCompat_Light -wangdaye.com.geometricweather.db.entities.DailyEntity: void setPm10(java.lang.Float) -androidx.appcompat.R$id: int action_mode_bar -android.didikee.donate.R$layout: int notification_action_tombstone -com.google.android.material.R$style: int Widget_AppCompat_ActionBar -wangdaye.com.geometricweather.R$string: int key_appearance -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableTopCompat -wangdaye.com.geometricweather.R$string: int mtrl_picker_invalid_range -io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: boolean isDisposed() -wangdaye.com.geometricweather.R$mipmap: int ic_launcher_round -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: boolean hasValue -com.google.android.material.R$attr: int behavior_saveFlags -androidx.appcompat.R$dimen: int abc_dialog_list_padding_top_no_title -james.adaptiveicon.R$id: int search_edit_frame -androidx.hilt.work.R$layout: R$layout() -androidx.constraintlayout.widget.R$layout: int select_dialog_singlechoice_material -com.google.android.material.R$layout: int test_toolbar_surface -com.google.android.material.R$anim: int abc_tooltip_enter -okhttp3.internal.platform.OptionalMethod: boolean isSupported(java.lang.Object) -androidx.viewpager.R$color: int notification_action_color_filter -androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_fontFamily -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.google.android.material.R$id: int alertTitle -androidx.preference.R$dimen: int compat_button_padding_horizontal_material -wangdaye.com.geometricweather.R$styleable: int KeyTrigger_onPositiveCross -com.google.android.material.R$styleable: int GradientColor_android_startY -com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_reverseLayout -com.amap.api.location.AMapLocation: double getLongitude() -com.turingtechnologies.materialscrollbar.R$attr: int tabRippleColor -androidx.appcompat.R$attr: int buttonStyle -wangdaye.com.geometricweather.R$styleable: int SlidingItemContainerLayout_backgroundColorStart -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: java.lang.String zh_TW -wangdaye.com.geometricweather.R$styleable: int View_paddingStart -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void slideLockscreenIn() -com.google.android.material.floatingactionbutton.FloatingActionButton: void show(com.google.android.material.floatingactionbutton.FloatingActionButton$OnVisibilityChangedListener) +io.reactivex.subjects.PublishSubject$PublishDisposable: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningMaxCountItems: int count +cyanogenmod.weather.util.WeatherUtils +com.jaredrummler.android.colorpicker.R$color: int material_grey_100 +com.google.android.material.R$id: int rectangles +com.xw.repo.bubbleseekbar.R$string: int abc_menu_alt_shortcut_label +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Imperial: AccuCurrentResult$Temperature$Imperial() +wangdaye.com.geometricweather.R$attr: int itemTextAppearance +com.google.android.material.R$style: int Base_V7_Widget_AppCompat_EditText +james.adaptiveicon.R$color: int notification_action_color_filter +james.adaptiveicon.R$layout: int abc_alert_dialog_material +com.google.gson.internal.LinkedTreeMap: java.lang.Object put(java.lang.Object,java.lang.Object) +com.jaredrummler.android.colorpicker.ColorPickerView: ColorPickerView(android.content.Context,android.util.AttributeSet,int) +androidx.appcompat.R$dimen: int abc_button_inset_vertical_material +com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType UNKNOWN +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle +wangdaye.com.geometricweather.db.entities.DaoMaster$DevOpenHelper: void onUpgrade(org.greenrobot.greendao.database.Database,int,int) +com.google.android.material.R$layout: int abc_search_view +androidx.dynamicanimation.R$attr: R$attr() +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Display2 +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setCloudCover(java.lang.Integer) +com.google.android.material.R$attr: int dividerHorizontal +cyanogenmod.themes.IThemeChangeListener$Stub: int TRANSACTION_onFinish_1 +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: BaiduIPLocationResult$ContentBean$PointBean() +wangdaye.com.geometricweather.R$string: int week_3 +wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree getDaytimeWindDegree() +androidx.preference.R$styleable: int ViewBackgroundHelper_backgroundTint +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: boolean done +com.amap.api.location.AMapLocation: int getLocationType() +cyanogenmod.profiles.ConnectionSettings: int getValue() +okhttp3.internal.ws.WebSocketWriter$FrameSink: boolean isFirstFrame +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void updateVisibility() +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType InsertOrReplaceInTxArray +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void onNext(java.lang.Object) +com.jaredrummler.android.colorpicker.R$attr: int textColorSearchUrl +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_30 +wangdaye.com.geometricweather.R$styleable: int LiveLockScreen_type +androidx.constraintlayout.widget.R$anim: int btn_radio_to_off_mtrl_ring_outer_path_animation +wangdaye.com.geometricweather.R$id: int item_icon_provider_get_more_container +okhttp3.MediaType: java.lang.String type() +wangdaye.com.geometricweather.R$layout: int notification_template_part_chronometer +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIndicatorHeight +androidx.appcompat.R$styleable: int ViewStubCompat_android_layout +com.google.android.gms.internal.location.zzbg +wangdaye.com.geometricweather.R$styleable: int ArcProgress_arc_angle +androidx.preference.R$styleable: int GradientColor_android_centerX +androidx.lifecycle.LiveData$ObserverWrapper: int mLastVersion +retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$1: retrofit2.Call $this_await$inlined +androidx.hilt.work.R$id: int tag_unhandled_key_event_manager +com.amap.api.location.AMapLocation: void setAdCode(java.lang.String) +wangdaye.com.geometricweather.R$color: int mtrl_textinput_filled_box_default_background_color +androidx.lifecycle.MediatorLiveData$Source: androidx.lifecycle.Observer mObserver +android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft +wangdaye.com.geometricweather.R$styleable: int[] AnimatableIconView +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: ExecutorScheduler$ExecutorWorker$InterruptibleRunnable(java.lang.Runnable,io.reactivex.internal.disposables.DisposableContainer) +androidx.constraintlayout.widget.R$dimen: int abc_list_item_height_small_material +io.reactivex.Observable: io.reactivex.Single toMap(io.reactivex.functions.Function) +cyanogenmod.app.suggest.IAppSuggestManager +james.adaptiveicon.R$styleable: int SearchView_searchHintIcon +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun: long EpochSet +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Body2 +androidx.appcompat.R$bool: R$bool() +wangdaye.com.geometricweather.R$styleable: int TabItem_android_layout +io.reactivex.internal.subscriptions.DeferredScalarSubscription: int HAS_REQUEST_NO_VALUE +androidx.appcompat.R$color: int switch_thumb_disabled_material_dark +com.amap.api.location.DPoint$1 +io.reactivex.internal.subscriptions.BasicQueueSubscription: BasicQueueSubscription() +okhttp3.Cookie$Builder: java.lang.String value +wangdaye.com.geometricweather.R$layout: int widget_text_end +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatImageView_tint +androidx.appcompat.resources.R$styleable: int StateListDrawable_android_exitFadeDuration +wangdaye.com.geometricweather.R$drawable: int weather_haze_2 +com.amap.api.fence.DistrictItem: DistrictItem() +androidx.appcompat.widget.SwitchCompat: android.graphics.PorterDuff$Mode getThumbTintMode() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String pm25Desc +wangdaye.com.geometricweather.R$attr: int currentState +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintBottom_creator +androidx.drawerlayout.R$drawable: int notification_bg_normal +com.google.android.material.R$attr: int switchStyle +com.google.android.material.button.MaterialButton: void setCheckable(boolean) +com.xw.repo.bubbleseekbar.R$attr: int listLayout +com.amap.api.location.AMapLocationClientOption: long getGpsFirstTimeout() +android.didikee.donate.R$id: int action_mode_bar +com.google.android.material.tabs.TabLayout: android.content.res.ColorStateList getTabRippleColor() +wangdaye.com.geometricweather.R$xml: int standalone_badge_gravity_bottom_end +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_contentInsetRight +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Display4 +com.google.android.material.R$styleable: int MaterialCalendarItem_itemStrokeColor +androidx.preference.R$layout: int preference_category +androidx.appcompat.R$style: int Base_V7_Theme_AppCompat_Light_Dialog +com.google.android.material.R$styleable: int ForegroundLinearLayout_foregroundInsidePadding +retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory createWithScheduler(io.reactivex.Scheduler) +androidx.preference.R$styleable: int SeekBarPreference_updatesContinuously +androidx.preference.R$styleable: int SwitchPreferenceCompat_android_switchTextOn +androidx.preference.R$styleable: int MenuItem_android_enabled +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_checkedTextViewStyle +androidx.preference.R$attr: int background +okhttp3.internal.cache.DiskLruCache: java.lang.String JOURNAL_FILE_TEMP +androidx.appcompat.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding +com.google.android.material.R$dimen: int design_bottom_sheet_peek_height_min +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_autoSizePresetSizes +com.jaredrummler.android.colorpicker.R$attr: int seekBarStyle +androidx.fragment.R$id: int accessibility_custom_action_18 +wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: boolean active +com.google.android.material.R$styleable: int ClockHandView_materialCircleRadius +com.turingtechnologies.materialscrollbar.R$attr: int actionBarTheme +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_subtitle_bottom_margin_material +okhttp3.internal.http2.Settings +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color: java.lang.String Hex +wangdaye.com.geometricweather.R$attr: int thumbTint +com.google.android.material.R$styleable: int ActionMenuItemView_android_minWidth +com.jaredrummler.android.colorpicker.R$style: int Base_V21_Theme_AppCompat_Light +cyanogenmod.weatherservice.WeatherProviderService: android.os.Handler mHandler +james.adaptiveicon.R$styleable: int Toolbar_titleMargin +okhttp3.internal.http2.Hpack$Reader: void readHeaders() +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: io.reactivex.disposables.CompositeDisposable disposables +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedEmitLast: long serialVersionUID +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX: void setBrands(java.util.List) +com.google.android.material.R$id: int icon +androidx.preference.R$styleable: int PreferenceTheme_editTextPreferenceStyle +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintLeft_creator +com.turingtechnologies.materialscrollbar.R$attr: int queryBackground +wangdaye.com.geometricweather.R$attr: int prefixTextAppearance +com.amap.api.location.AMapLocationClientOption: boolean isOnceLocationLatest() +android.didikee.donate.R$styleable: int CompoundButton_android_button +com.amap.api.location.AMapLocation: com.amap.api.location.AMapLocationQualityReport getLocationQualityReport() +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: io.reactivex.subjects.Subject signaller +okhttp3.internal.Internal: java.net.Socket deduplicate(okhttp3.ConnectionPool,okhttp3.Address,okhttp3.internal.connection.StreamAllocation) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowFixedWidthMajor +androidx.coordinatorlayout.R$styleable: int GradientColorItem_android_offset +io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy BUFFER +androidx.hilt.R$drawable: int notification_tile_bg +retrofit2.RequestFactory: retrofit2.ParameterHandler[] parameterHandlers +androidx.constraintlayout.widget.R$id: int dragStart +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA +wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView: TrendRecyclerView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$styleable: int[] State +androidx.appcompat.R$dimen: int abc_dialog_padding_material +com.google.android.gms.base.R$attr: int scopeUris +cyanogenmod.app.suggest.IAppSuggestProvider$Stub: cyanogenmod.app.suggest.IAppSuggestProvider asInterface(android.os.IBinder) +io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: int index +com.google.android.material.R$attr: int colorSecondaryVariant +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_PopupWindow +androidx.appcompat.R$attr: int textColorAlertDialogListItem +androidx.cardview.R$attr: int cardViewStyle +androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_android_ttcIndex +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_goneMarginTop +com.jaredrummler.android.colorpicker.R$id: int shades_layout +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_firstVerticalBias +androidx.hilt.work.R$dimen: int notification_large_icon_width +android.didikee.donate.R$dimen: int abc_text_size_large_material +androidx.lifecycle.extensions.R$id: int tag_unhandled_key_event_manager +com.turingtechnologies.materialscrollbar.R$anim +androidx.activity.R$styleable +androidx.work.impl.utils.futures.AbstractFuture: androidx.work.impl.utils.futures.AbstractFuture$Waiter waiters +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabPaddingStart +io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: boolean disconnectedEarly +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getMoonPhaseAngle() +okhttp3.Route: java.net.InetSocketAddress socketAddress() +wangdaye.com.geometricweather.R$styleable: int[] BottomAppBar +com.google.android.material.R$attr: int trackColorInactive +james.adaptiveicon.R$styleable: int MenuView_android_itemIconDisabledAlpha +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_subtitle_material_toolbar +com.google.android.material.R$color: int design_dark_default_color_surface +okhttp3.internal.platform.AndroidPlatform$CloseGuard: okhttp3.internal.platform.AndroidPlatform$CloseGuard get() +com.github.rahatarmanahmed.cpv.CircularProgressView$8: void onAnimationUpdate(android.animation.ValueAnimator) +okhttp3.CertificatePinner: void check(java.lang.String,java.security.cert.Certificate[]) +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Spinner +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_NULL_MD5 +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$DailyTemperature: java.lang.Float min +com.google.android.material.R$style: int Widget_MaterialComponents_AppBarLayout_Primary +wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setCityId(java.lang.String) +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ListView_Menu +androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat_Dialog +androidx.swiperefreshlayout.widget.SwipeRefreshLayout +com.google.android.material.R$layout: int mtrl_calendar_horizontal +androidx.appcompat.R$color: int abc_tint_switch_track +androidx.work.R$id: int accessibility_custom_action_27 +com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_fixed_height_major +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_51 +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_thumb_text_size +androidx.appcompat.R$string: int abc_searchview_description_clear +androidx.appcompat.widget.ScrollingTabContainerView +androidx.preference.R$id: int title_template +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_DES_CBC_SHA +android.didikee.donate.R$string: int abc_searchview_description_voice +wangdaye.com.geometricweather.R$id: int actions +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Dialog_FixedSize +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable +com.google.android.material.card.MaterialCardView: void setStrokeColor(int) +com.turingtechnologies.materialscrollbar.R$styleable: int PopupWindow_overlapAnchor +androidx.fragment.R$id: int accessibility_custom_action_22 +android.didikee.donate.R$style: int Widget_AppCompat_ProgressBar +cyanogenmod.app.ICMTelephonyManager: void setDataConnectionSelectedOnSub(int) +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.String TABLENAME +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintBottom_toTopOf +androidx.loader.R$id: int notification_main_column +androidx.vectordrawable.animated.R$attr: int fontProviderAuthority +wangdaye.com.geometricweather.R$dimen: int cpv_dialog_preview_width +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean delayErrors +androidx.constraintlayout.widget.R$id: int title_template +com.xw.repo.bubbleseekbar.R$attr: int bsb_section_count +wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderSelection +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light_DarkActionBar +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_mini_dark +androidx.constraintlayout.widget.R$layout: int abc_action_menu_layout +james.adaptiveicon.R$attr: int multiChoiceItemLayout +androidx.appcompat.R$style: int Base_V26_Widget_AppCompat_Toolbar +wangdaye.com.geometricweather.R$string: int settings_category_widget +com.jaredrummler.android.colorpicker.R$dimen: int tooltip_precise_anchor_extra_offset +wangdaye.com.geometricweather.R$id: int labeled +com.google.android.material.R$styleable: int MockView_mock_showDiagonals +com.bumptech.glide.load.engine.GlideException: void printStackTrace(java.io.PrintStream) +com.google.android.material.R$dimen: int abc_action_bar_overflow_padding_end_material +com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_list_padding_bottom_no_buttons +com.jaredrummler.android.colorpicker.R$dimen: int notification_top_pad_large_text +com.google.android.material.R$styleable: int AppCompatTheme_dialogTheme +retrofit2.Retrofit$Builder: java.util.List converterFactories com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_alphabeticModifiers -com.xw.repo.bubbleseekbar.R$attr: int keylines -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void drain() -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Chip_Action -android.didikee.donate.R$attr: int actionProviderClass -com.google.android.material.R$string: int mtrl_picker_range_header_only_start_selected -okhttp3.Address: java.util.List connectionSpecs() -cyanogenmod.app.Profile: cyanogenmod.app.ProfileGroup getDefaultGroup() -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Medium_Inverse -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_COLOR_ENHANCE_VALIDATOR -wangdaye.com.geometricweather.R$id: int cpv_color_picker_view +com.google.android.material.R$attr: int boxCornerRadiusBottomEnd +com.google.android.material.chip.Chip: void setCloseIconVisible(boolean) +wangdaye.com.geometricweather.R$attr: int alertDialogButtonGroupStyle +com.google.android.material.R$styleable +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: int getSuggestedMinimumWidth() +com.baidu.location.e.l$b: java.util.List a(org.json.JSONObject,java.lang.String,int) +com.turingtechnologies.materialscrollbar.R$anim: int abc_slide_out_top +androidx.lifecycle.extensions.R$dimen: int notification_media_narrow_margin +androidx.preference.R$id: int submenuarrow +com.google.android.material.R$string: int password_toggle_content_description +androidx.work.R$styleable: int GradientColor_android_startColor +com.google.android.material.R$styleable: int AppCompatTheme_actionOverflowMenuStyle +androidx.hilt.work.R$layout +okio.Okio$1: void flush() +okio.Okio$2: Okio$2(okio.Timeout,java.io.InputStream) +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: boolean isDisposed() +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: java.lang.Object poll() +androidx.loader.R$color: R$color() +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void open(java.lang.Object) +androidx.constraintlayout.widget.R$attr: int motion_postLayoutCollision +androidx.constraintlayout.widget.R$attr: int icon +io.reactivex.Observable: io.reactivex.Observable zipWith(io.reactivex.ObservableSource,io.reactivex.functions.BiFunction,boolean,int) +androidx.preference.R$style: int TextAppearance_AppCompat_Small +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_maxWidth +cyanogenmod.providers.CMSettings$CMSettingNotFoundException +retrofit2.http.Part: java.lang.String encoding() +com.jaredrummler.android.colorpicker.R$styleable: int View_paddingEnd +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver this$0 +androidx.lifecycle.extensions.R$styleable: int ColorStateListItem_alpha +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String getLongitude() +androidx.hilt.work.R$drawable: int notification_icon_background +wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableItem_android_drawable +wangdaye.com.geometricweather.R$id: int mtrl_calendar_year_selector_frame +com.turingtechnologies.materialscrollbar.R$style +retrofit2.HttpServiceMethod$CallAdapted: HttpServiceMethod$CallAdapted(retrofit2.RequestFactory,okhttp3.Call$Factory,retrofit2.Converter,retrofit2.CallAdapter) +android.didikee.donate.R$id: int alertTitle +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored +cyanogenmod.app.ICustomTileListener$Stub: java.lang.String DESCRIPTOR +cyanogenmod.weather.WeatherLocation: java.lang.String access$702(cyanogenmod.weather.WeatherLocation,java.lang.String) +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: int READY +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode[] $VALUES +okhttp3.internal.http2.Hpack$Reader: int readInt(int,int) +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setTrimPathOffset(float) +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection connection +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: int getBackgroundColor() +wangdaye.com.geometricweather.R$string: int key_temperature_unit +cyanogenmod.themes.IThemeService: long getLastThemeChangeTime() +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon +androidx.appcompat.widget.AppCompatButton: AppCompatButton(android.content.Context) +android.didikee.donate.R$styleable: int SwitchCompat_thumbTextPadding +androidx.appcompat.R$id: int off +androidx.preference.R$styleable: int AppCompatTheme_android_windowIsFloating +com.google.android.material.R$string: int abc_menu_function_shortcut_label +android.didikee.donate.R$styleable: int AppCompatTheme_panelMenuListWidth +com.google.android.material.R$styleable: int KeyPosition_framePosition +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_SearchView +okio.Segment: okio.Segment split(int) +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_cornerRadius +androidx.preference.R$attr: int suggestionRowLayout +androidx.appcompat.R$dimen: int notification_content_margin_start +com.amap.api.location.AMapLocation: java.lang.String b(com.amap.api.location.AMapLocation,java.lang.String) +cyanogenmod.providers.CMSettings$Secure: boolean isLegacySetting(java.lang.String) +com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void alterWindow(int,int,int,int,boolean,android.graphics.Rect) +cyanogenmod.externalviews.KeyguardExternalView: KeyguardExternalView(android.content.Context,android.util.AttributeSet,int,int) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DOUBLE_TAP_SLEEP_GESTURE_VALIDATOR +android.didikee.donate.R$styleable: int ActionBar_logo +wangdaye.com.geometricweather.R$string: int tag_wind +com.turingtechnologies.materialscrollbar.Handle: void setRightToLeft(boolean) +wangdaye.com.geometricweather.R$attr: int iconifiedByDefault +cyanogenmod.providers.CMSettings$System: java.lang.String LOCKSCREEN_PIN_SCRAMBLE_LAYOUT +okhttp3.OkHttpClient: okhttp3.Cache cache() +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: io.reactivex.disposables.Disposable upstream +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.lang.String moonPhase +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_verticalStyle +wangdaye.com.geometricweather.R$styleable: int MenuItem_actionLayout +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomAppBar_Colored +com.google.android.material.R$layout: int test_reflow_chipgroup +com.google.android.material.R$attr: int waveVariesBy +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: void setIndices(java.util.List) +com.google.gson.stream.JsonReader: int PEEKED_NULL +cyanogenmod.weather.CMWeatherManager: java.util.Map mLookupNameRequestListeners +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub$Proxy: IExternalViewProviderFactory$Stub$Proxy(android.os.IBinder) +cyanogenmod.util.ColorUtils: float interp(int,float) +com.turingtechnologies.materialscrollbar.R$attr: int boxStrokeWidth +okhttp3.Request: okhttp3.RequestBody body +androidx.viewpager2.R$dimen: int notification_right_icon_size +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$NameValueCache sNameValueCache +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: boolean setOther(io.reactivex.disposables.Disposable) +com.google.android.material.R$id: int tag_accessibility_pane_title +wangdaye.com.geometricweather.R$color: int design_dark_default_color_on_primary +androidx.legacy.coreutils.R$id: int line3 +com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage valueOf(java.lang.String) +com.google.android.material.R$color: int material_grey_800 +androidx.core.R$styleable: int[] ColorStateListItem +androidx.lifecycle.extensions.R$color: R$color() +androidx.appcompat.widget.AppCompatCheckBox: void setSupportButtonTintMode(android.graphics.PorterDuff$Mode) +wangdaye.com.geometricweather.R$color: int darkPrimary_1 +com.turingtechnologies.materialscrollbar.R$attr: int panelMenuListTheme +okio.Buffer: byte[] DIGITS +okhttp3.internal.platform.AndroidPlatform$CloseGuard: java.lang.reflect.Method getMethod +com.jaredrummler.android.colorpicker.R$attr: int fastScrollEnabled +wangdaye.com.geometricweather.R$layout: int dialog_animatable_icon +com.google.android.material.R$dimen: int mtrl_calendar_title_baseline_to_top +io.reactivex.exceptions.MissingBackpressureException: MissingBackpressureException(java.lang.String) +com.google.android.material.R$dimen: int abc_button_padding_vertical_material +com.google.android.material.card.MaterialCardView: void setShapeAppearanceModel(com.google.android.material.shape.ShapeAppearanceModel) +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_is_float_type +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +wangdaye.com.geometricweather.R$menu: int activity_main +okhttp3.internal.http2.Http2Connection$6: Http2Connection$6(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[],int,okio.Buffer,int,boolean) +wangdaye.com.geometricweather.R$drawable: int ic_state_checked +wangdaye.com.geometricweather.R$drawable: int notif_temp_65 +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: okio.Timeout timeout() +androidx.hilt.lifecycle.R$style: int TextAppearance_Compat_Notification +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void innerComplete(int,boolean) +com.jaredrummler.android.colorpicker.R$color: int background_floating_material_light +com.google.android.material.R$drawable: int abc_btn_radio_to_on_mtrl_015 +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_paddingEnd +james.adaptiveicon.R$integer: int status_bar_notification_info_maxnum +com.google.gson.stream.JsonReader: boolean fillBuffer(int) +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_MinWidth +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_drawableBottom +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int HOT +android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar +wangdaye.com.geometricweather.R$attr: int extendedFloatingActionButtonStyle +com.google.android.material.datepicker.DateValidatorPointBackward: android.os.Parcelable$Creator CREATOR +com.google.gson.stream.JsonReader: int PEEKED_BEGIN_OBJECT +retrofit2.http.Multipart +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarTabTextStyle +com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: CircularRevealCoordinatorLayout(android.content.Context) +com.google.android.material.slider.BaseSlider: float getValueOfTouchPosition() +androidx.customview.R$layout: int notification_template_part_time +com.turingtechnologies.materialscrollbar.R$styleable: int ActivityChooserView_initialActivityCount +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionButton_CloseMode +cyanogenmod.app.suggest.IAppSuggestManager$Stub: int TRANSACTION_getSuggestions +androidx.appcompat.resources.R$drawable +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: boolean tryOnError(java.lang.Throwable) +com.xw.repo.bubbleseekbar.R$dimen: int abc_switch_padding +androidx.constraintlayout.widget.R$styleable: int Toolbar_titleMarginBottom +james.adaptiveicon.R$color: int abc_search_url_text_normal +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonStyleSmall +com.google.android.material.circularreveal.CircularRevealRelativeLayout: void setRevealInfo(com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo) +androidx.constraintlayout.widget.R$dimen +androidx.viewpager2.R$dimen: int notification_action_text_size +com.google.android.material.R$styleable: int TextInputLayout_hintTextAppearance +com.turingtechnologies.materialscrollbar.R$styleable: int CardView_android_minWidth +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated +okhttp3.MultipartBody +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_horizontalStyle +com.xw.repo.bubbleseekbar.R$color: int material_deep_teal_500 +com.google.android.material.R$styleable: int Transform_android_rotation +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +androidx.appcompat.widget.AppCompatImageView: void setImageURI(android.net.Uri) +wangdaye.com.geometricweather.R$styleable: int MaterialButtonToggleGroup_selectionRequired +com.google.android.material.R$style: int Base_V21_Theme_MaterialComponents_Light +com.jaredrummler.android.colorpicker.R$attr: int actionModeCopyDrawable +james.adaptiveicon.R$styleable: int LinearLayoutCompat_Layout_android_layout_width +wangdaye.com.geometricweather.R$styleable: int[] AnimatedStateListDrawableTransition +okhttp3.Protocol: okhttp3.Protocol get(java.lang.String) +io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: io.reactivex.Observer downstream +androidx.hilt.work.R$id: int notification_main_column +wangdaye.com.geometricweather.R$styleable: int Slider_trackColorActive +okhttp3.Request$Builder +okhttp3.internal.cache.DiskLruCache$Snapshot: long getLength(int) +cyanogenmod.themes.ThemeManager$1$1: int val$progress +wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: void setOnSwitchListener(wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout$OnSwitchListener) +wangdaye.com.geometricweather.R$styleable: int AppCompatImageView_tintMode +com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode: com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode valueOf(java.lang.String) +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_width +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: int StartMinute +com.xw.repo.bubbleseekbar.R$attr: int popupWindowStyle +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Headline2 +androidx.constraintlayout.widget.R$attr: int spinnerDropDownItemStyle +retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$1: KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$1(retrofit2.Call) +com.google.android.material.card.MaterialCardView: void setCardForegroundColor(android.content.res.ColorStateList) +androidx.preference.R$styleable: int Preference_icon +cyanogenmod.app.Profile: void setExpandedDesktopMode(int) +wangdaye.com.geometricweather.R$style: int Base_V22_Theme_AppCompat_Light +androidx.appcompat.R$styleable: int AppCompatTheme_panelMenuListWidth +com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol: com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol[] b +androidx.work.R$style: int TextAppearance_Compat_Notification_Title +io.reactivex.Observable: io.reactivex.Observable switchOnNext(io.reactivex.ObservableSource) +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_11 +wangdaye.com.geometricweather.R$id: int content +android.didikee.donate.R$style: int Base_Widget_AppCompat_SearchView_ActionBar +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1: DefaultCallAdapterFactory$ExecutorCallbackCall$1(retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall,retrofit2.Callback) +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPathRenderer +androidx.appcompat.R$style: int Widget_AppCompat_Button +james.adaptiveicon.R$style: int Base_V23_Theme_AppCompat +androidx.appcompat.widget.Toolbar: void setCollapseIcon(int) +com.google.android.material.R$color: int abc_search_url_text_pressed +androidx.appcompat.widget.SearchView: void setQuery(java.lang.CharSequence) +wangdaye.com.geometricweather.R$layout: int abc_cascading_menu_item_layout +retrofit2.OkHttpCall: boolean isCanceled() +com.turingtechnologies.materialscrollbar.MaterialScrollBar: void removeScrollListener(androidx.recyclerview.widget.RecyclerView$OnScrollListener) +wangdaye.com.geometricweather.R$attr: int textInputStyle +androidx.recyclerview.R$styleable: int RecyclerView_layoutManager +com.xw.repo.bubbleseekbar.R$attr: int bsb_progress +androidx.appcompat.widget.AppCompatButton: int getAutoSizeTextType() +com.jaredrummler.android.colorpicker.R$attr: int contentInsetEndWithActions +com.turingtechnologies.materialscrollbar.R$animator: int design_fab_hide_motion_spec +com.google.android.material.R$drawable: int abc_ic_go_search_api_material +androidx.appcompat.R$drawable: int abc_ab_share_pack_mtrl_alpha +com.amap.api.location.AMapLocation: int c(com.amap.api.location.AMapLocation,int) +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int no2 +androidx.lifecycle.viewmodel.R: R() +androidx.hilt.work.R$dimen: R$dimen() +wangdaye.com.geometricweather.R$id: int activity_widget_config_top +wangdaye.com.geometricweather.R$drawable: int ic_water_percent +cyanogenmod.providers.CMSettings$System: boolean isLegacySetting(java.lang.String) +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ListPopupWindow +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer apparentTemperature +androidx.constraintlayout.widget.R$anim: int abc_grow_fade_in_from_bottom +com.google.android.material.R$styleable: int AppCompatTheme_colorBackgroundFloating +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_text_btn_padding_left +com.google.android.material.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge +okhttp3.internal.http2.Hpack$Reader: boolean isStaticHeader(int) +androidx.preference.R$id: int seekbar_value +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionButton_Overflow +okhttp3.internal.Internal: void apply(okhttp3.ConnectionSpec,javax.net.ssl.SSLSocket,boolean) +org.greenrobot.greendao.DaoException: long serialVersionUID +androidx.coordinatorlayout.R$styleable: int GradientColor_android_startColor +io.reactivex.observers.TestObserver$EmptyObserver: io.reactivex.observers.TestObserver$EmptyObserver[] values() +retrofit2.ParameterHandler$Path: retrofit2.Converter valueConverter +androidx.lifecycle.extensions.R$style: int Widget_Compat_NotificationActionContainer +androidx.appcompat.R$id: int checkbox +cyanogenmod.app.Profile: int mProfileType +com.turingtechnologies.materialscrollbar.R$drawable: int design_bottom_navigation_item_background +com.google.android.material.R$color: int mtrl_card_view_foreground +androidx.appcompat.R$style: int TextAppearance_AppCompat_Display4 +androidx.viewpager2.R$id: int accessibility_custom_action_30 +io.reactivex.Observable: io.reactivex.Observable onExceptionResumeNext(io.reactivex.ObservableSource) +com.turingtechnologies.materialscrollbar.R$attr: int closeIconEndPadding +cyanogenmod.app.IPartnerInterface$Stub$Proxy +wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_scrollView +okhttp3.internal.cache.DiskLruCache: long ANY_SEQUENCE_NUMBER +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX getIndices() +com.google.android.material.R$drawable: int mtrl_tabs_default_indicator +androidx.appcompat.R$drawable: int abc_cab_background_top_mtrl_alpha +androidx.vectordrawable.R$id: int line3 +com.xw.repo.bubbleseekbar.R$attr: int textAppearanceListItemSmall +androidx.constraintlayout.widget.R$id: int scrollIndicatorDown +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Co +androidx.appcompat.widget.SwitchCompat: SwitchCompat(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: java.util.List alert +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_creator +androidx.appcompat.resources.R$id: int accessibility_custom_action_15 +androidx.dynamicanimation.R$style: int TextAppearance_Compat_Notification_Info +wangdaye.com.geometricweather.R$styleable: int KeyCycle_curveFit +com.google.android.material.R$attr: int layout_constraintCircleRadius +androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_fontWeight +androidx.work.R$color: int notification_action_color_filter +androidx.activity.R$styleable: int[] FontFamily +com.jaredrummler.android.colorpicker.R$styleable: int ViewStubCompat_android_inflatedId +com.jaredrummler.android.colorpicker.R$string: int v7_preference_on +wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setId(java.lang.Long) +androidx.hilt.lifecycle.R$dimen: int compat_notification_large_icon_max_height +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind: double gust +androidx.constraintlayout.widget.R$attr: int buttonIconDimen +androidx.core.R$attr: int fontVariationSettings +retrofit2.OkHttpCall: retrofit2.Converter responseConverter +com.google.android.material.R$styleable: int StateListDrawable_android_variablePadding +wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_Light +com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_dialogMessage +androidx.constraintlayout.helper.widget.Flow: Flow(android.content.Context,android.util.AttributeSet,int) +androidx.constraintlayout.widget.R$styleable: int MotionTelltales_telltales_tailScale +okio.BufferedSource: long readHexadecimalUnsignedLong() +com.baidu.location.indoor.mapversion.c.a$d: com.baidu.location.indoor.mapversion.c.a$a a() +james.adaptiveicon.AdaptiveIconView: void setPath(int) +cyanogenmod.providers.CMSettings$CMSettingNotFoundException: CMSettings$CMSettingNotFoundException(java.lang.String) +com.google.android.material.progressindicator.ProgressIndicator: void setIndeterminate(boolean) +androidx.lifecycle.ProcessLifecycleOwner$3 +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int PrecipitationProbability +wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_pixel +retrofit2.ParameterHandler$FieldMap: java.lang.reflect.Method method +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_bias +com.google.android.material.R$attr: int minTouchTargetSize +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: java.lang.Integer alti +android.didikee.donate.R$styleable: int MenuItem_showAsAction +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Button +com.google.android.material.progressindicator.ProgressIndicator: int getIndicatorSize() +com.google.android.gms.common.images.WebImage +io.reactivex.internal.util.ArrayListSupplier: java.util.concurrent.Callable asCallable() +androidx.lifecycle.ProcessLifecycleOwner$2: ProcessLifecycleOwner$2(androidx.lifecycle.ProcessLifecycleOwner) +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Menu +com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Title_Icon +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_item_max_width +androidx.activity.R$styleable: int GradientColor_android_centerY +androidx.legacy.coreutils.R$drawable: int notification_template_icon_low_bg +com.jaredrummler.android.colorpicker.R$attr: int track +wangdaye.com.geometricweather.R$attr: int actionLayout +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: java.lang.String Summary +androidx.coordinatorlayout.R$style: R$style() +wangdaye.com.geometricweather.R$styleable: int Badge_horizontalOffset +com.jaredrummler.android.colorpicker.R$attr: int barLength +wangdaye.com.geometricweather.R$styleable: int[] InkPageIndicator +androidx.vectordrawable.R$attr: int fontProviderPackage +com.google.android.material.R$drawable: int abc_switch_thumb_material +androidx.appcompat.R$styleable: int[] Toolbar +com.baidu.location.LocationClientOption$LocationMode: com.baidu.location.LocationClientOption$LocationMode Hight_Accuracy +okhttp3.internal.http1.Http1Codec$FixedLengthSource: Http1Codec$FixedLengthSource(okhttp3.internal.http1.Http1Codec,long) +retrofit2.Retrofit: void validateServiceInterface(java.lang.Class) +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language PORTUGUESE_BR +retrofit2.http.OPTIONS +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatSeekBar_tickMarkTint +cyanogenmod.weather.WeatherLocation: int hashCode() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial: int UnitType +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: long time +androidx.appcompat.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView +wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_textAppearance +io.reactivex.Observable: io.reactivex.Observable throttleLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +androidx.preference.R$styleable: int SwitchCompat_android_textOff +cyanogenmod.weather.IRequestInfoListener: void onLookupCityRequestCompleted(cyanogenmod.weather.RequestInfo,int,java.util.List) +okio.Okio$2: long read(okio.Buffer,long) +com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_endColor +androidx.coordinatorlayout.R$attr: int layout_behavior +com.google.android.material.R$styleable: int StateListDrawable_android_exitFadeDuration +cyanogenmod.providers.CMSettings$System: boolean shouldInterceptSystemProvider(java.lang.String) +wangdaye.com.geometricweather.R$id: int item_pollen_daily +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind: java.lang.Integer direction +okio.ForwardingTimeout: okio.Timeout clearDeadline() +com.turingtechnologies.materialscrollbar.R$color: int design_default_color_primary +com.turingtechnologies.materialscrollbar.R$styleable: int[] AppBarLayout +com.xw.repo.bubbleseekbar.R$dimen: int compat_notification_large_icon_max_height +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: io.reactivex.disposables.Disposable upstream +androidx.appcompat.resources.R$styleable: int GradientColor_android_startY +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder setQueryParameter(java.lang.String,java.lang.String) +wangdaye.com.geometricweather.R$style: int Preference_SwitchPreference_Material +com.turingtechnologies.materialscrollbar.R$animator: int mtrl_fab_hide_motion_spec +com.xw.repo.bubbleseekbar.R$attr: int colorPrimaryDark +com.google.android.material.R$attr: int indicatorCornerRadius +io.reactivex.Observable: io.reactivex.Observable interval(long,java.util.concurrent.TimeUnit) +com.google.android.material.tabs.TabLayout: void setScrollAnimatorListener(android.animation.Animator$AnimatorListener) +wangdaye.com.geometricweather.R$animator: int weather_fog_2 +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String NAVBAR_HOME_BUTTON +cyanogenmod.platform.R$xml: R$xml() +com.xw.repo.bubbleseekbar.R$styleable: int[] ActivityChooserView +james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemHeight +cyanogenmod.app.Profile: java.util.Map connections +androidx.constraintlayout.widget.Group: void setElevation(float) +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_progress +okhttp3.CertificatePinner$Pin: boolean matches(java.lang.String) +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_TabView +androidx.constraintlayout.widget.R$attr: int layout_constraintBottom_toBottomOf +com.google.android.material.appbar.CollapsingToolbarLayout: void setScrimAlpha(int) +okio.SegmentedByteString: okio.ByteString substring(int,int) +okhttp3.internal.cache.DiskLruCache$2: boolean $assertionsDisabled +com.google.android.material.textfield.TextInputLayout: void setErrorIconOnClickListener(android.view.View$OnClickListener) +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver parent +io.reactivex.Observable: io.reactivex.Observable retry() +com.google.android.material.R$id: int left +com.google.android.material.slider.BaseSlider: float getStepSize() +james.adaptiveicon.R$styleable: int TextAppearance_android_shadowColor +okhttp3.logging.HttpLoggingInterceptor: java.nio.charset.Charset UTF8 +androidx.appcompat.R$color: int bright_foreground_material_light +androidx.lifecycle.viewmodel.R +androidx.swiperefreshlayout.R$layout: int notification_template_part_chronometer +wangdaye.com.geometricweather.R$styleable: int Preference_summary +androidx.preference.R$attr: int drawableBottomCompat +com.google.android.material.R$styleable: int AnimatedStateListDrawableTransition_android_fromId +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_android_inputType +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float rain6h +com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType WEBP +james.adaptiveicon.R$styleable: int ActionBar_progressBarStyle +okhttp3.internal.http2.Http2Connection: long access$108(okhttp3.internal.http2.Http2Connection) +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: android.os.IBinder asBinder() +androidx.preference.R$dimen: int preference_dropdown_padding_start +com.google.android.material.R$dimen: int test_mtrl_calendar_day_cornerSize +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ListView +james.adaptiveicon.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_panelMenuListTheme +com.google.android.material.R$attr: int state_collapsible +androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_ActionBar +com.google.gson.stream.JsonToken +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property RainPrecipitation +android.didikee.donate.R$styleable: int ActionBar_homeLayout +android.didikee.donate.R$styleable: int AlertDialog_listLayout +okhttp3.internal.http2.Http2Connection$ReaderRunnable$2: Http2Connection$ReaderRunnable$2(okhttp3.internal.http2.Http2Connection$ReaderRunnable,java.lang.String,java.lang.Object[],boolean,okhttp3.internal.http2.Settings) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatSeekBar_android_thumb +android.support.v4.os.ResultReceiver: void send(int,android.os.Bundle) +com.turingtechnologies.materialscrollbar.R$attr: int navigationContentDescription +android.didikee.donate.R$dimen: int abc_action_bar_stacked_tab_max_width +com.google.android.material.floatingactionbutton.FloatingActionButton: void setCustomSize(int) +android.didikee.donate.R$style: int Widget_AppCompat_EditText +io.reactivex.Observable: io.reactivex.Observable retry(long,io.reactivex.functions.Predicate) +cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: ICMStatusBarManager$Stub$Proxy(android.os.IBinder) +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_textLocale +okhttp3.internal.http.RealInterceptorChain: okhttp3.Response proceed(okhttp3.Request,okhttp3.internal.connection.StreamAllocation,okhttp3.internal.http.HttpCodec,okhttp3.internal.connection.RealConnection) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd +androidx.appcompat.R$id: int forever +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_11 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean getForecastHourly() +android.didikee.donate.R$styleable: int ActionBar_indeterminateProgressStyle +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String city +android.didikee.donate.R$styleable: int AppCompatImageView_android_src +com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_title_divider_material wangdaye.com.geometricweather.R$styleable: int Constraint_barrierAllowsGoneWidgets -com.google.android.material.chip.Chip: void setHideMotionSpecResource(int) -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: boolean isDisposed() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getTemperatureText(android.content.Context,int) -wangdaye.com.geometricweather.R$styleable: int ActionBar_backgroundStacked -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setId(java.lang.Long) -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ProgressBar_Horizontal -androidx.constraintlayout.widget.R$layout: int abc_screen_content_include -androidx.appcompat.R$attr: int drawableTintMode -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle -com.google.android.gms.base.R$styleable: int LoadingImageView_imageAspectRatio -androidx.appcompat.widget.ContentFrameLayout -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1 -com.google.android.material.R$styleable: int CardView_contentPaddingRight -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_selectableItemBackground -com.google.android.material.bottomnavigation.BottomNavigationView: void setItemTextAppearanceActive(int) -com.amap.api.location.AMapLocation: int TRUSTED_LEVEL_LOW -james.adaptiveicon.R$attr: int fontProviderQuery -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionBar_Solid -cyanogenmod.app.ProfileManager -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: void onNext(java.lang.Object) -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.query.Query queryRawCreateListArgs(java.lang.String,java.util.Collection) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Metric -androidx.constraintlayout.utils.widget.ImageFilterView: void setBrightness(float) -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabPadding -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorPrimaryDark -com.google.android.material.R$id: int material_minute_text_input -androidx.vectordrawable.R$id: int tag_accessibility_actions -android.didikee.donate.R$style: int Widget_AppCompat_SearchView -androidx.core.app.NotificationCompatSideChannelService: NotificationCompatSideChannelService() -cyanogenmod.externalviews.ExternalViewProviderService: android.os.Handler access$100(cyanogenmod.externalviews.ExternalViewProviderService) -androidx.recyclerview.R$styleable: int GradientColor_android_tileMode -okhttp3.internal.ws.WebSocketWriter$FrameSink: boolean closed -androidx.legacy.coreutils.R$styleable -wangdaye.com.geometricweather.R$layout: int notification_action -com.bumptech.glide.Registry$MissingComponentException: Registry$MissingComponentException(java.lang.String) -com.bumptech.glide.R$dimen: int compat_notification_large_icon_max_height -james.adaptiveicon.R$dimen: int tooltip_corner_radius -okhttp3.Cache$CacheResponseBody: Cache$CacheResponseBody(okhttp3.internal.cache.DiskLruCache$Snapshot,java.lang.String,java.lang.String) -io.reactivex.internal.util.HashMapSupplier -retrofit2.OkHttpCall$ExceptionCatchingResponseBody$1 -com.xw.repo.bubbleseekbar.R$color: int primary_text_default_material_dark -com.google.android.material.R$styleable: int AppCompatTheme_colorControlHighlight -com.jaredrummler.android.colorpicker.R$color: int secondary_text_disabled_material_dark -com.google.android.material.R$styleable: int AppCompatTheme_actionBarTabBarStyle -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Title_Inverse -cyanogenmod.power.IPerformanceManager: boolean getProfileHasAppProfiles(int) -retrofit2.ParameterHandler$Header: void apply(retrofit2.RequestBuilder,java.lang.Object) -cyanogenmod.app.suggest.ApplicationSuggestion: ApplicationSuggestion(android.os.Parcel,cyanogenmod.app.suggest.ApplicationSuggestion$1) -androidx.viewpager2.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable -androidx.appcompat.R$dimen: int abc_config_prefDialogWidth -com.google.android.material.R$styleable: int[] AppCompatTextView -cyanogenmod.app.PartnerInterface: int ZEN_MODE_NO_INTERRUPTIONS -james.adaptiveicon.R$style -com.google.android.material.R$styleable: int ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink -com.amap.api.fence.PoiItem: PoiItem(android.os.Parcel) -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Display4 -androidx.constraintlayout.widget.R$drawable: int abc_ic_star_half_black_48dp -okhttp3.internal.platform.ConscryptPlatform: okhttp3.internal.platform.ConscryptPlatform buildIfSupported() -io.reactivex.internal.disposables.DisposableHelper: boolean trySet(java.util.concurrent.atomic.AtomicReference,io.reactivex.disposables.Disposable) -androidx.preference.R$styleable: int Preference_android_icon -androidx.appcompat.resources.R$drawable: int notification_bg_low -wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerFamily -com.google.android.material.R$attr: int dividerHorizontal -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit[] values() -androidx.loader.R$drawable: int notification_template_icon_bg -com.jaredrummler.android.colorpicker.R$styleable: int[] CoordinatorLayout -cyanogenmod.weather.CMWeatherManager$1$1: cyanogenmod.weather.CMWeatherManager$1 this$1 -com.google.android.gms.internal.location.zzac -com.jaredrummler.android.colorpicker.R$styleable: int MenuGroup_android_checkableBehavior -com.bumptech.glide.integration.okhttp.R$layout: R$layout() -com.google.android.material.R$bool: int mtrl_btn_textappearance_all_caps -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_elevation -com.google.android.material.R$styleable: int AppCompatTheme_actionModeSplitBackground -io.reactivex.internal.util.NotificationLite: java.lang.String toString() -com.google.android.material.R$styleable: int Constraint_android_alpha -androidx.appcompat.R$id: int accessibility_custom_action_5 -wangdaye.com.geometricweather.R$drawable: int notif_temp_89 -com.amap.api.fence.PoiItem: java.lang.String getAdname() -androidx.transition.R$id: int time -wangdaye.com.geometricweather.R$integer: int mtrl_calendar_year_selector_span -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Display3 -com.amap.api.fence.GeoFence: com.amap.api.location.AMapLocation r -wangdaye.com.geometricweather.R$attr: int layout_scrollFlags -androidx.preference.R$id: int tag_transition_group -com.google.android.material.R$style: int Widget_AppCompat_ListPopupWindow -com.turingtechnologies.materialscrollbar.R$attr: int msb_handleColor -androidx.constraintlayout.widget.R$style: int Base_V7_Theme_AppCompat_Light_Dialog -com.google.android.material.R$id: int titleDividerNoCustom -com.google.android.material.imageview.ShapeableImageView -androidx.work.WorkInfo$State: androidx.work.WorkInfo$State SUCCEEDED -cyanogenmod.hardware.CMHardwareManager: java.lang.String readPersistentString(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int[] MenuGroup -cyanogenmod.app.IProfileManager -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean: java.util.List getBrands() -com.google.android.material.appbar.AppBarLayout: void removeOnOffsetChangedListener(com.google.android.material.appbar.AppBarLayout$BaseOnOffsetChangedListener) -com.google.android.material.R$styleable: int[] LinearLayoutCompat -wangdaye.com.geometricweather.R$attr: int counterOverflowTextColor -wangdaye.com.geometricweather.R$styleable: int LoadingImageView_imageAspectRatio -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit LPSQM -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setNavBar(java.lang.String) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Metric: double Value -wangdaye.com.geometricweather.R$attr: int tabPaddingStart -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_SearchView -wangdaye.com.geometricweather.R$layout: int item_card_display -com.google.android.material.R$string: int mtrl_picker_a11y_prev_month -androidx.constraintlayout.widget.R$styleable: int ImageFilterView_brightness -androidx.viewpager2.R$string: int status_bar_notification_info_overflow -com.google.android.material.R$id: int mtrl_calendar_frame -androidx.appcompat.R$color: int androidx_core_ripple_material_light -androidx.viewpager.R$attr: int fontProviderAuthority -com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getPlaceholderTextColor() -androidx.fragment.R$dimen: int notification_small_icon_size_as_large -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life life -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setNotification(java.lang.String) -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void onSubscribe(org.reactivestreams.Subscription) -androidx.core.widget.ContentLoadingProgressBar: ContentLoadingProgressBar(android.content.Context) -androidx.appcompat.R$string: int abc_prepend_shortcut_label -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean -wangdaye.com.geometricweather.R$drawable: int notif_temp_93 -com.jaredrummler.android.colorpicker.R$attr: int icon -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer confidence -androidx.customview.R$dimen: int notification_content_margin_start -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ListPopupWindow -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: wangdaye.com.geometricweather.db.entities.HistoryEntity readEntity(android.database.Cursor,int) -com.google.android.material.R$styleable: int GradientColor_android_tileMode -com.google.android.material.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox -com.jaredrummler.android.colorpicker.R$attr: int tickMarkTintMode -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large -com.google.android.material.R$attr: int checkedButton -androidx.lifecycle.R: R() -com.google.android.material.R$color: int design_fab_stroke_top_inner_color -androidx.appcompat.R$attr: int viewInflaterClass -com.turingtechnologies.materialscrollbar.R$style: int Theme_Design_BottomSheetDialog -com.google.android.material.slider.Slider: android.content.res.ColorStateList getTrackActiveTintList() -wangdaye.com.geometricweather.R$style: int ShapeAppearance_MaterialComponents_Test -wangdaye.com.geometricweather.R$drawable: int weather_sleet_1 -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property GrassDescription -com.google.android.material.R$anim: int abc_grow_fade_in_from_bottom -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: void setDirection(java.lang.String) -com.jaredrummler.android.colorpicker.ColorPanelView: void setColor(int) -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: int val$x -com.google.android.gms.auth.api.signin.GoogleSignInOptions: android.os.Parcelable$Creator CREATOR -okhttp3.Cookie: boolean httpOnly() -com.google.android.material.R$drawable: int abc_popup_background_mtrl_mult -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind: double speed -io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,long) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void unregisterCallback(cyanogenmod.externalviews.IKeyguardExternalViewCallbacks) -android.support.v4.app.INotificationSideChannel$Stub: android.support.v4.app.INotificationSideChannel asInterface(android.os.IBinder) -androidx.preference.R$attr: int tickMarkTintMode -com.google.gson.stream.JsonReader: int peekedNumberLength -android.didikee.donate.R$id: int checkbox -io.reactivex.internal.observers.BasicIntQueueDisposable -android.didikee.donate.R$drawable: int abc_list_selector_disabled_holo_dark -com.google.android.material.R$id: int accessibility_custom_action_24 -wangdaye.com.geometricweather.R$attr: int enabled -wangdaye.com.geometricweather.R$animator: int mtrl_fab_hide_motion_spec -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: boolean requestDismiss() -androidx.drawerlayout.R$id: int time -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer moonPhaseAngle -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$5: void run() -androidx.preference.R$drawable: int abc_ic_star_black_16dp -okhttp3.internal.platform.Android10Platform: Android10Platform(java.lang.Class) -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: io.reactivex.internal.util.AtomicThrowable error -com.bumptech.glide.load.engine.GlideException: GlideException(java.lang.String,java.lang.Throwable) -wangdaye.com.geometricweather.R$attr: int numericModifiers -cyanogenmod.alarmclock.ClockContract$InstancesColumns: int HIGH_NOTIFICATION_STATE -com.google.android.gms.tasks.DuplicateTaskCompletionException: java.lang.IllegalStateException of(com.google.android.gms.tasks.Task) -cyanogenmod.themes.IThemeService$Stub: IThemeService$Stub() -james.adaptiveicon.R$attr: int colorControlHighlight -com.xw.repo.bubbleseekbar.R$color: int abc_tint_default -androidx.constraintlayout.widget.R$drawable: int abc_list_pressed_holo_dark -android.didikee.donate.R$attr: int alertDialogButtonGroupStyle -androidx.work.R$id: int accessibility_custom_action_30 -androidx.preference.R$styleable: int[] MultiSelectListPreference -okhttp3.logging.HttpLoggingInterceptor$Level: HttpLoggingInterceptor$Level(java.lang.String,int) -wangdaye.com.geometricweather.R$drawable: int notif_temp_47 -wangdaye.com.geometricweather.R$string: int cpv_transparency -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_19 -wangdaye.com.geometricweather.R$string: int material_clock_toggle_content_description -wangdaye.com.geometricweather.R$style: int Base_V21_Theme_MaterialComponents_Light -cyanogenmod.content.Intent: java.lang.String ACTION_APP_FAILURE -cyanogenmod.hardware.ICMHardwareService: int getThermalState() -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language JAPANESE -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintEnd_toStartOf -com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: long serialVersionUID -androidx.viewpager2.R$id: int accessibility_custom_action_25 -okhttp3.Cookie -androidx.appcompat.R$dimen: int abc_edit_text_inset_bottom_material -com.google.android.material.R$attr: int searchIcon -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonBarStyle -androidx.constraintlayout.widget.R$attr: int nestedScrollFlags -android.didikee.donate.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog -com.xw.repo.bubbleseekbar.R$drawable: int abc_textfield_default_mtrl_alpha -com.google.android.material.R$styleable: int ConstraintSet_flow_lastVerticalBias -retrofit2.SkipCallbackExecutorImpl: java.lang.Class annotationType() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Metric: double Value -com.turingtechnologies.materialscrollbar.R$attr: int layoutManager -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.HistoryEntity,long) -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_indicatorCornerRadius -wangdaye.com.geometricweather.R$animator: int weather_sleet_1 -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_firstHorizontalStyle -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1: void onFailed() -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_title -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: FlowableOnBackpressureDrop$BackpressureDropSubscriber(org.reactivestreams.Subscriber,io.reactivex.functions.Consumer) -androidx.appcompat.widget.SearchView: SearchView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_2 -wangdaye.com.geometricweather.R$styleable: int PopupWindowBackgroundState_state_above_anchor -androidx.preference.R$styleable: int AppCompatTextView_autoSizeMaxTextSize -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property ApparentTemperature -android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemHeight -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight +androidx.appcompat.R$dimen: int abc_floating_window_z +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Metric: double Value +androidx.appcompat.widget.AppCompatCheckBox: void setBackgroundResource(int) +wangdaye.com.geometricweather.common.basic.models.weather.Alert: long getAlertId() +androidx.constraintlayout.utils.widget.ImageFilterView: ImageFilterView(android.content.Context,android.util.AttributeSet,int) +androidx.viewpager2.R$integer: int status_bar_notification_info_maxnum +androidx.constraintlayout.widget.R$attr: int triggerId +retrofit2.ParameterHandler$HeaderMap: void apply(retrofit2.RequestBuilder,java.util.Map) +androidx.preference.R$id: int src_over +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_NoActionBar_Bridge +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle +androidx.viewpager.R$styleable +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation +io.reactivex.internal.operators.observable.ObservableGroupBy$State: ObservableGroupBy$State(int,io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver,java.lang.Object,boolean) +retrofit2.Retrofit: retrofit2.CallAdapter nextCallAdapter(retrofit2.CallAdapter$Factory,java.lang.reflect.Type,java.lang.annotation.Annotation[]) +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void onNext(java.lang.Object) +androidx.fragment.R$id: int accessibility_custom_action_20 +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light +com.bumptech.glide.integration.okhttp.R$drawable: int notification_bg_low +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +okhttp3.Interceptor +com.turingtechnologies.materialscrollbar.R$attr: int colorPrimaryDark +androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_shadowDx +androidx.viewpager2.R$drawable: int notification_tile_bg +androidx.constraintlayout.widget.R$styleable: int[] ActionMode +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay +com.turingtechnologies.materialscrollbar.R$attr: int actionBarTabStyle +okio.ForwardingSink: void flush() +okhttp3.Cache: void close() +com.bumptech.glide.R$styleable: int FontFamilyFont_android_fontStyle +cyanogenmod.app.StatusBarPanelCustomTile: android.os.UserHandle getUser() +com.turingtechnologies.materialscrollbar.R$attr: int boxStrokeColor +android.didikee.donate.R$attr: int initialActivityCount +androidx.lifecycle.Transformations +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: int unitArrayIndex +wangdaye.com.geometricweather.R$string: int feedback_enable_location_information +androidx.lifecycle.extensions.R$id: int right_icon +com.google.android.material.R$styleable: int KeyTimeCycle_android_rotation +wangdaye.com.geometricweather.R$attr: int fabCustomSize +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PressureTendency: java.lang.String LocalizedText +wangdaye.com.geometricweather.R$attr: int framePosition +com.google.android.material.R$attr: int fabAlignmentMode +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_title_3 +androidx.dynamicanimation.R$styleable: int FontFamilyFont_android_ttcIndex +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceCategoryTitleTextAppearance +androidx.constraintlayout.widget.R$styleable: int MockView_mock_showLabel +io.reactivex.observers.TestObserver$EmptyObserver: void onNext(java.lang.Object) +com.amap.api.location.AMapLocation: java.lang.String e(com.amap.api.location.AMapLocation,java.lang.String) +com.google.android.material.slider.BaseSlider: BaseSlider(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_optimizationLevel +androidx.appcompat.R$styleable: int PopupWindow_android_popupAnimationStyle +com.amap.api.location.AMapLocationClientOption: java.lang.String a +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String cityId +io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit,long,boolean) +com.turingtechnologies.materialscrollbar.R$attr: int hintAnimationEnabled +com.bumptech.glide.R$layout: int notification_template_part_chronometer +wangdaye.com.geometricweather.R$attr: int listDividerAlertDialog +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_Dialog_Alert +androidx.transition.R$string: int status_bar_notification_info_overflow +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_checkedTextViewStyle +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: long uniqueId +androidx.hilt.R$id: int action_container +com.google.android.material.checkbox.MaterialCheckBox: MaterialCheckBox(android.content.Context,android.util.AttributeSet) +androidx.lifecycle.ViewModel: ViewModel() +androidx.appcompat.R$string: int abc_action_menu_overflow_description +okio.ByteString: okio.ByteString hmac(java.lang.String,okio.ByteString) +cyanogenmod.app.Profile: java.util.Map mTriggers +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setNo2Desc(java.lang.String) +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_Tab +androidx.appcompat.R$attr: int commitIcon +com.turingtechnologies.materialscrollbar.R$drawable: int abc_spinner_textfield_background_material +android.didikee.donate.R$styleable: int AppCompatTextView_autoSizeStepGranularity +com.google.android.material.R$dimen: int design_snackbar_elevation +wangdaye.com.geometricweather.R$drawable: int abc_spinner_mtrl_am_alpha +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_lastVerticalStyle +androidx.transition.R$dimen: int notification_action_text_size +james.adaptiveicon.R$color: int abc_primary_text_disable_only_material_dark +okhttp3.RequestBody: okhttp3.MediaType contentType() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Minimum: double Value +com.google.android.material.R$styleable: int ShapeAppearance_cornerFamilyBottomLeft +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_subtitleTextAppearance +com.google.android.material.R$color: int design_dark_default_color_on_secondary +com.google.gson.stream.JsonReader: int limit +cyanogenmod.app.suggest.IAppSuggestManager$Stub: java.lang.String DESCRIPTOR +com.google.android.material.R$color: int notification_action_color_filter +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Metric: int UnitType +androidx.viewpager2.R$dimen: int notification_content_margin_start +androidx.appcompat.widget.AppCompatCheckBox: AppCompatCheckBox(android.content.Context) +james.adaptiveicon.R$dimen: int notification_action_icon_size +androidx.constraintlayout.widget.R$attr: int staggered +com.github.rahatarmanahmed.cpv.CircularProgressView$8 +androidx.vectordrawable.animated.R$dimen: int compat_button_padding_vertical_material +james.adaptiveicon.R$styleable: int AppCompatTheme_listPopupWindowStyle +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleMargins +com.google.android.material.floatingactionbutton.FloatingActionButton: void setImageDrawable(android.graphics.drawable.Drawable) +androidx.constraintlayout.widget.R$styleable: int MenuItem_iconTint +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder encodedPassword(java.lang.String) +androidx.customview.R$dimen: int notification_main_column_padding_top +com.google.android.material.R$styleable: int ConstraintSet_android_pivotY +wangdaye.com.geometricweather.R$color: int mtrl_textinput_hovered_box_stroke_color +androidx.appcompat.resources.R$styleable: int GradientColorItem_android_color +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getSo2() +wangdaye.com.geometricweather.R$drawable: int notif_temp_34 +okhttp3.internal.ws.RealWebSocket: java.util.concurrent.ScheduledExecutorService executor +wangdaye.com.geometricweather.R$id: int widget_day_week_temp_4 +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_motionTarget +com.google.android.material.tabs.TabLayout: android.content.res.ColorStateList getTabIconTint() +androidx.hilt.R$id: int visible_removing_fragment_view_tag +com.amap.api.fence.GeoFenceClient: android.content.Context a +androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_typeface +wangdaye.com.geometricweather.R$id: int activity_widget_config_blackTextContainer +com.google.android.material.R$styleable: int Motion_motionPathRotate +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: java.util.List getAlerts() wangdaye.com.geometricweather.R$string: int date_format_short -okio.AsyncTimeout$1: void flush() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setUrl(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean) -okio.Buffer: okio.Segment writableSegment(int) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintRight_toRightOf -okhttp3.Authenticator$1 -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: void dispose() -androidx.fragment.app.FragmentContainerView: FragmentContainerView(android.content.Context,android.util.AttributeSet,int) -cyanogenmod.externalviews.ExternalViewProviderService$1$1: java.lang.Object call() -androidx.coordinatorlayout.R$dimen: int notification_media_narrow_margin -cyanogenmod.hardware.CMHardwareManager: int[] getDisplayGammaCalibration(int) -com.google.android.material.R$styleable: int TextInputLayout_counterMaxLength -wangdaye.com.geometricweather.R$attr: int endIconContentDescription -cyanogenmod.app.ProfileGroup: ProfileGroup(android.os.Parcel,cyanogenmod.app.ProfileGroup$1) -com.bumptech.glide.R$attr: int fontProviderQuery -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabPaddingEnd -androidx.appcompat.R$attr: int buttonBarNeutralButtonStyle -cyanogenmod.app.ProfileManager: cyanogenmod.app.Profile[] getProfiles() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum: AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum() -android.didikee.donate.R$styleable: int AppCompatTheme_actionBarTabStyle -androidx.appcompat.R$id: int accessibility_custom_action_1 -okhttp3.FormBody$Builder: okhttp3.FormBody build() -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWeatherText(java.lang.String) -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_Solid -wangdaye.com.geometricweather.R$id: int enterAlwaysCollapsed -androidx.swiperefreshlayout.R$color: R$color() -okhttp3.internal.cache.DiskLruCache$Entry -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeStyle -io.reactivex.internal.observers.DeferredScalarObserver: void dispose() -com.amap.api.fence.GeoFence: void setType(int) -androidx.core.R$drawable: int notify_panel_notification_icon_bg -com.jaredrummler.android.colorpicker.R$string -androidx.preference.R$attr: int thumbTint -androidx.constraintlayout.widget.R$attr: int currentState -com.amap.api.location.AMapLocation: java.lang.String l(com.amap.api.location.AMapLocation,java.lang.String) -com.google.android.material.R$attr: int actionBarWidgetTheme -com.xw.repo.bubbleseekbar.R$color: int abc_search_url_text_selected -com.google.android.material.R$styleable: int TextInputLayout_boxCornerRadiusTopEnd -com.google.android.material.textfield.TextInputLayout: TextInputLayout(android.content.Context,android.util.AttributeSet) -com.bumptech.glide.integration.okhttp.R$id: int normal -okhttp3.internal.ws.WebSocketWriter: byte[] maskKey -com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableTransition_android_toId -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_DES_CBC_SHA +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: boolean requestDismiss() +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_unregisterThemeProcessingListener +wangdaye.com.geometricweather.R$id: int scale +android.didikee.donate.R$drawable: int abc_list_selector_background_transition_holo_light +androidx.coordinatorlayout.R$color: int notification_icon_bg_color +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: long serialVersionUID +cyanogenmod.weatherservice.IWeatherProviderService$Stub: int TRANSACTION_cancelRequest +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.WeatherEntityDao weatherEntityDao +androidx.constraintlayout.widget.R$styleable: int GradientColor_android_type +james.adaptiveicon.R$styleable: int AppCompatImageView_srcCompat +okhttp3.HttpUrl$Builder: java.lang.String toString() +android.didikee.donate.R$styleable: int MenuItem_android_enabled +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_text_btn_padding_left +james.adaptiveicon.R$attr: int selectableItemBackgroundBorderless +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Tooltip +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_max +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse +james.adaptiveicon.R$attr: int numericModifiers +androidx.hilt.R$style +androidx.dynamicanimation.R$color +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Wind wind +io.reactivex.internal.subscribers.StrictSubscriber: void onError(java.lang.Throwable) +androidx.transition.R$drawable: int notification_tile_bg +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowFixedHeightMajor +cyanogenmod.externalviews.ExternalView: void performAction(java.lang.Runnable) +cyanogenmod.app.CustomTile: android.net.Uri onClickUri +wangdaye.com.geometricweather.R$drawable: int shortcuts_snow_foreground +wangdaye.com.geometricweather.R$color: int primary_text_default_material_dark +androidx.fragment.R$styleable: int GradientColorItem_android_offset +com.google.android.material.R$id: int textinput_placeholder +james.adaptiveicon.R$styleable: int AppCompatTextView_autoSizeMinTextSize +androidx.constraintlayout.motion.widget.MotionLayout: java.util.ArrayList getDefinedTransitions() +com.amap.api.location.AMapLocation: java.lang.Object clone() +com.google.android.material.chip.Chip: void setMinLines(int) +com.bumptech.glide.integration.okhttp.R$id: int async +com.google.android.material.R$id: int visible +androidx.appcompat.R$styleable: int SwitchCompat_splitTrack +okio.ByteString: void write(okio.Buffer) +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property CityId +androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable: boolean mWasExecuted +com.bumptech.glide.load.ImageHeaderParser$ImageType: boolean hasAlpha +wangdaye.com.geometricweather.common.basic.models.weather.Base: java.lang.String cityId +androidx.core.app.JobIntentService androidx.appcompat.R$style: int Widget_AppCompat_SearchView_ActionBar -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem -com.jaredrummler.android.colorpicker.R$attr: int borderlessButtonStyle -james.adaptiveicon.R$styleable: int AlertDialog_multiChoiceItemLayout -com.bumptech.glide.load.engine.DecodeJob$RunReason: com.bumptech.glide.load.engine.DecodeJob$RunReason valueOf(java.lang.String) -com.google.android.material.R$attr: int itemMaxLines -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Display4 -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionBar_TabView -android.didikee.donate.R$attr: int spinBars -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -androidx.appcompat.R$attr: int progressBarPadding -com.google.android.material.R$styleable: int AppCompatTheme_actionOverflowButtonStyle -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void innerError(io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver,java.lang.Throwable) -wangdaye.com.geometricweather.settings.fragments.AppearanceSettingsFragment -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String NAVBAR_BACK_BUTTON -retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter: java.util.concurrent.CompletableFuture adapt(retrofit2.Call) -wangdaye.com.geometricweather.R$style: int Base_DialogWindowTitle_AppCompat -com.xw.repo.bubbleseekbar.R$attr: int overlapAnchor -okhttp3.internal.ws.RealWebSocket$Streams: RealWebSocket$Streams(boolean,okio.BufferedSource,okio.BufferedSink) -james.adaptiveicon.R$style: int Theme_AppCompat_NoActionBar -com.jaredrummler.android.colorpicker.R$styleable: int MenuView_subMenuArrow -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ChipGroup -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Headline -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: int status -androidx.preference.R$styleable: int MenuItem_numericModifiers -com.google.android.material.R$attr: int backgroundStacked -com.google.android.material.R$styleable: int Constraint_flow_firstVerticalStyle -androidx.constraintlayout.widget.R$drawable: int abc_btn_radio_to_on_mtrl_000 -android.didikee.donate.R$styleable: int AppCompatTextView_android_textAppearance -wangdaye.com.geometricweather.R$dimen: int abc_action_button_min_height_material -com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_android_negativeButtonText -cyanogenmod.hardware.CMHardwareManager: int VIBRATOR_WARNING_INDEX -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_NOTIFICATIONS -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: long serialVersionUID -com.google.android.material.R$dimen: int notification_media_narrow_margin -james.adaptiveicon.R$color: int highlighted_text_material_light -wangdaye.com.geometricweather.R$style: int my_switch -wangdaye.com.geometricweather.R$dimen: int mtrl_alert_dialog_background_inset_top -com.xw.repo.bubbleseekbar.R$styleable: int[] View -com.google.android.material.R$attr: int layout_constraintWidth_default -io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: void dispose() -cyanogenmod.profiles.RingModeSettings: boolean isDirty() -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_hideable -cyanogenmod.providers.WeatherContract$WeatherColumns$WindSpeedUnit -androidx.preference.R$styleable: int[] CompoundButton -james.adaptiveicon.R$styleable: int ActionBar_background -com.google.android.material.R$color: int mtrl_btn_bg_color_selector -wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayDetailsProvider: WidgetClockDayDetailsProvider() -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Button_Colored -androidx.dynamicanimation.R$id: int title -androidx.core.R$id: int right_side -android.didikee.donate.R$id: int middle -io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.functions.Function) +com.amap.api.location.AMapLocationQualityReport: int getGPSSatellites() +androidx.legacy.coreutils.R$id: int text2 +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_4 +com.github.rahatarmanahmed.cpv.R$color: int cpv_default_color +android.didikee.donate.R$styleable: int TextAppearance_android_textFontWeight +com.google.android.material.R$styleable: int MenuView_subMenuArrow +androidx.recyclerview.R$id: int accessibility_custom_action_9 +com.turingtechnologies.materialscrollbar.R$styleable: int[] AppCompatTextHelper +androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle +androidx.legacy.coreutils.R$styleable: int FontFamilyFont_fontVariationSettings +androidx.lifecycle.ClassesInfoCache +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1: void onSucceed(java.lang.Object) +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_CompactMenu +androidx.activity.R$id: int title +com.google.android.material.R$styleable: int Badge_number +androidx.preference.R$styleable: int GradientColor_android_endX +android.didikee.donate.R$style: int Widget_AppCompat_CompoundButton_Switch +com.google.android.material.checkbox.MaterialCheckBox: void setUseMaterialThemeColors(boolean) +okio.BufferedSource: long indexOfElement(okio.ByteString,long) +io.reactivex.Observable: io.reactivex.Observable timeout(long,java.util.concurrent.TimeUnit,io.reactivex.ObservableSource) +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void dispose() +okio.ByteString: okio.ByteString of(byte[]) +com.google.android.material.R$color: int material_grey_600 +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWindLevel(java.lang.String) +androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_alpha +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: java.util.concurrent.TimeUnit unit +androidx.constraintlayout.utils.widget.ImageFilterView: void setOverlay(boolean) +com.google.android.material.R$styleable: int KeyPosition_drawPath +okhttp3.RequestBody$2: long contentLength() +androidx.preference.R$layout: int abc_popup_menu_header_item_layout +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setUvIndex(java.lang.String) +com.loc.h +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintLeft_creator +android.didikee.donate.R$id: int icon_group +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_SearchResult +androidx.customview.widget.ExploreByTouchHelper: int mHoveredVirtualViewId +wangdaye.com.geometricweather.R$id: int widget_clock_day_week +androidx.constraintlayout.widget.R$attr: int progressBarPadding +com.google.android.gms.internal.location.zzl: android.os.Parcelable$Creator CREATOR +com.google.android.material.R$dimen: int mtrl_tooltip_cornerSize +androidx.constraintlayout.widget.R$styleable: int MenuGroup_android_id +com.amap.api.location.AMapLocation: java.lang.String k +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void onError(java.lang.Throwable) +androidx.preference.R$color: int primary_material_dark +io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,long) +com.google.android.material.button.MaterialButton: void setIconTintResource(int) +wangdaye.com.geometricweather.R$attr: int layout_constraintGuide_end +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_CompactMenu +wangdaye.com.geometricweather.R$layout: int preference_category_material +com.turingtechnologies.materialscrollbar.R$color: int switch_thumb_disabled_material_light +okhttp3.Interceptor$Chain: okhttp3.Interceptor$Chain withReadTimeout(int,java.util.concurrent.TimeUnit) +cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator sBooleanValidator +androidx.lifecycle.LifecycleDispatcher: LifecycleDispatcher() +androidx.core.R$styleable: int GradientColorItem_android_offset +androidx.dynamicanimation.R$styleable: int FontFamily_fontProviderPackage +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeTotalPrecipitationProbability +com.google.android.material.R$interpolator: int mtrl_linear_out_slow_in +wangdaye.com.geometricweather.R$styleable: int[] NavigationView +android.didikee.donate.R$dimen: int abc_dialog_min_width_major +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_ut +androidx.appcompat.R$attr: int fontVariationSettings +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabPaddingTop +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Ice: int UnitType +cyanogenmod.app.CMContextConstants$Features: java.lang.String HARDWARE_ABSTRACTION +retrofit2.HttpServiceMethod$SuspendForBody: boolean isNullable +androidx.constraintlayout.widget.R$color: int secondary_text_disabled_material_light +android.didikee.donate.R$styleable: int AppCompatTextHelper_android_drawableBottom +retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter: java.lang.reflect.Type responseType +android.didikee.donate.R$drawable: int abc_text_select_handle_right_mtrl_dark +com.google.android.material.R$style: int Widget_AppCompat_Button_Borderless +wangdaye.com.geometricweather.R$drawable: int notif_temp_83 +cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setForecast(java.util.List) +com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity +wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource +retrofit2.SkipCallbackExecutorImpl: java.lang.String toString() +com.xw.repo.bubbleseekbar.R$attr: int progressBarPadding +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder readTimeout(java.time.Duration) +okhttp3.CertificatePinner$Pin: java.lang.String canonicalHostname +com.google.android.material.R$plurals: int mtrl_badge_content_description +com.google.android.material.R$color: int primary_dark_material_light +com.bumptech.glide.integration.okhttp.R$attr: int layout_dodgeInsetEdges +wangdaye.com.geometricweather.R$id: int widget_week +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHorizontal_bias +androidx.preference.R$styleable: int StateListDrawable_android_enterFadeDuration +wangdaye.com.geometricweather.R$attr: int boxCornerRadiusTopEnd +wangdaye.com.geometricweather.db.entities.DailyEntity: int getNighttimeTemperature() +androidx.preference.R$attr: int radioButtonStyle +wangdaye.com.geometricweather.R$integer: int cpv_default_anim_steps +com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getPrefixTextColor() +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_autoSizeTextType +io.reactivex.internal.observers.InnerQueuedObserver: io.reactivex.internal.fuseable.SimpleQueue queue() +android.didikee.donate.R$styleable: int ActionBar_subtitle +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintStart_toStartOf +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setProvince(java.lang.String) +androidx.preference.R$styleable: int DrawerArrowToggle_color +androidx.appcompat.R$attr: int actionBarTabBarStyle +james.adaptiveicon.R$attr: int windowFixedHeightMinor +okhttp3.internal.Util: boolean nonEmptyIntersection(java.util.Comparator,java.lang.String[],java.lang.String[]) +androidx.work.R$drawable: int notification_tile_bg +android.didikee.donate.R$id: int action_context_bar +com.google.android.material.internal.ScrimInsetsFrameLayout: ScrimInsetsFrameLayout(android.content.Context) +wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_itemStrokeColor +com.amap.api.fence.DistrictItem: DistrictItem(android.os.Parcel) +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: java.lang.String wind_direct +com.jaredrummler.android.colorpicker.R$drawable: int abc_textfield_activated_mtrl_alpha +com.turingtechnologies.materialscrollbar.R$dimen: int fastscroll_margin +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_translationX +com.xw.repo.bubbleseekbar.R$drawable: int abc_control_background_material +com.jaredrummler.android.colorpicker.R$attr: int gapBetweenBars +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void onError(java.lang.Throwable) +com.google.android.material.R$styleable: int TabLayout_tabContentStart +androidx.constraintlayout.widget.R$styleable: int Constraint_android_translationY +com.google.android.material.R$style: int Widget_MaterialComponents_BottomAppBar +com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat_Dialog +androidx.coordinatorlayout.R$styleable: int GradientColor_android_endColor +wangdaye.com.geometricweather.common.basic.models.options.DarkMode: java.lang.String getDarkModeName(android.content.Context) +wangdaye.com.geometricweather.R$attr: int state_collapsible +okhttp3.EventListener: void responseHeadersEnd(okhttp3.Call,okhttp3.Response) +com.google.android.material.R$styleable: int AlertDialog_android_layout +com.google.android.material.tabs.TabLayout: void setElevation(float) +com.jaredrummler.android.colorpicker.R$styleable: int[] ViewBackgroundHelper +androidx.activity.R$styleable: int[] FontFamilyFont +androidx.constraintlayout.widget.R$interpolator: int btn_radio_to_on_mtrl_animation_interpolator_0 +com.bumptech.glide.Registry$NoResultEncoderAvailableException +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintEnd_toEndOf +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog +wangdaye.com.geometricweather.remoteviews.config.DayWidgetConfigActivity +wangdaye.com.geometricweather.R$string: int precipitation_duration +com.google.android.material.R$styleable: int ActionMode_background +wangdaye.com.geometricweather.R$string: int common_google_play_services_update_button +com.google.android.material.R$style: int ShapeAppearance_MaterialComponents_Test +retrofit2.DefaultCallAdapterFactory$1: java.util.concurrent.Executor val$executor +com.google.android.material.button.MaterialButton: void setStrokeColor(android.content.res.ColorStateList) +com.xw.repo.bubbleseekbar.R$id: int top +com.turingtechnologies.materialscrollbar.R$string: int abc_menu_meta_shortcut_label +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: java.util.List value +okio.RealBufferedSource: void close() +okhttp3.internal.http2.Http2Reader: okhttp3.internal.http2.Hpack$Reader hpackReader +androidx.constraintlayout.widget.R$id: int alertTitle +androidx.appcompat.R$color: int primary_material_light +wangdaye.com.geometricweather.R$layout: int text_view_with_line_height_from_layout +com.google.android.material.R$styleable: int Transition_pathMotionArc +androidx.constraintlayout.widget.R$styleable: int TextAppearance_textLocale +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle +wangdaye.com.geometricweather.db.entities.AlertEntityDao: AlertEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void onError(java.lang.Throwable) +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_motionProgress +okhttp3.HttpUrl: java.lang.String FORM_ENCODE_SET +com.google.android.material.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean dispatchTouchEvent(android.view.MotionEvent) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void collapseNotificationPanel() +james.adaptiveicon.R$styleable: int SearchView_android_inputType +androidx.appcompat.widget.AppCompatSpinner: void setAdapter(android.widget.SpinnerAdapter) +androidx.lifecycle.DefaultLifecycleObserver: void onStop(androidx.lifecycle.LifecycleOwner) +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_rippleColor +cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler: int MSG_ON_NEW_REQUEST +androidx.fragment.R$styleable: int GradientColor_android_endX +androidx.constraintlayout.widget.R$attr: int titleMarginStart +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$5: void run() +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_hintTextAppearance +androidx.appcompat.R$styleable: int AlertDialog_singleChoiceItemLayout +cyanogenmod.app.CustomTile$ExpandedItem: void internalSetOnClickPendingIntent(android.app.PendingIntent) +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult: MfCurrentResult() +com.google.android.material.R$drawable: int abc_scrubber_track_mtrl_alpha +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Display3 +androidx.hilt.work.R$attr: int fontProviderFetchStrategy +cyanogenmod.app.CustomTile$RemoteExpandedStyle: CustomTile$RemoteExpandedStyle() +wangdaye.com.geometricweather.R$string: int key_widget_week +androidx.drawerlayout.R$id: int notification_background +com.google.gson.stream.MalformedJsonException +com.google.gson.internal.LinkedTreeMap +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWeatherSource(java.lang.String) +androidx.core.R$attr: int fontWeight +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_endIconTintMode +androidx.drawerlayout.R$dimen: int notification_top_pad +com.google.android.gms.base.R$id: R$id() +wangdaye.com.geometricweather.R$drawable: int weather_wind +com.google.android.gms.internal.common.zzq: com.google.android.gms.internal.common.zzo zza +wangdaye.com.geometricweather.R$id: int item_weather_daily_overview_icon +com.google.android.material.slider.Slider: android.content.res.ColorStateList getTrackTintList() +android.didikee.donate.R$id: int textSpacerNoTitle +wangdaye.com.geometricweather.R$string: int wind_chill_temperature +wangdaye.com.geometricweather.R$styleable +com.google.android.material.chip.Chip: Chip(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$drawable: int weather_haze_1 +androidx.swiperefreshlayout.R$id: int icon +androidx.dynamicanimation.R$styleable: int GradientColorItem_android_color +cyanogenmod.app.ThemeVersion$ComponentVersion: int id +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeAppearanceOverlay +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha +androidx.constraintlayout.widget.R$styleable: int[] SwitchCompat +androidx.constraintlayout.widget.R$attr: int colorError +com.google.android.material.textfield.TextInputLayout: void setCounterOverflowTextColor(android.content.res.ColorStateList) +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property ApparentTemperature +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: long serialVersionUID +io.reactivex.internal.observers.BlockingObserver +android.didikee.donate.R$style: int Widget_AppCompat_Button_Colored +com.github.rahatarmanahmed.cpv.CircularProgressView: android.animation.ValueAnimator progressAnimator +wangdaye.com.geometricweather.R$drawable: int ic_check_circle_green +androidx.constraintlayout.widget.R$attr: int initialActivityCount +androidx.preference.R$drawable +james.adaptiveicon.R$attr: int alpha +com.google.android.material.button.MaterialButton: android.graphics.drawable.Drawable getIcon() +com.google.android.material.checkbox.MaterialCheckBox: MaterialCheckBox(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: java.util.List getValue() +retrofit2.ParameterHandler$PartMap: ParameterHandler$PartMap(java.lang.reflect.Method,int,retrofit2.Converter,java.lang.String) +wangdaye.com.geometricweather.R$color: int design_default_color_surface +retrofit2.RequestFactory$Builder: java.lang.reflect.Method method +android.didikee.donate.R$color: int material_deep_teal_200 +com.jaredrummler.android.colorpicker.R$attr: int fontProviderQuery +okhttp3.internal.connection.RouteSelector: java.lang.String getHostString(java.net.InetSocketAddress) +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer windSpeed +cyanogenmod.app.IProfileManager$Stub: cyanogenmod.app.IProfileManager asInterface(android.os.IBinder) +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: int fusionMode +com.bumptech.glide.integration.okhttp.R$id: int glide_custom_view_target_tag +com.google.android.material.floatingactionbutton.FloatingActionButton: com.google.android.material.animation.MotionSpec getHideMotionSpec() +androidx.appcompat.R$id: int none +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: MaterialWeatherView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$anim +io.reactivex.internal.observers.DeferredScalarDisposable: int FUSED_EMPTY +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: java.lang.Integer clouds +androidx.lifecycle.extensions.R$styleable: int GradientColor_android_startX +androidx.appcompat.widget.ActionBarOverlayLayout: void setOverlayMode(boolean) +androidx.preference.R$interpolator: int btn_radio_to_on_mtrl_animation_interpolator_0 +com.google.android.material.R$interpolator: int btn_radio_to_on_mtrl_animation_interpolator_0 +wangdaye.com.geometricweather.R$color: int switch_thumb_material_light +com.google.android.material.R$styleable: int MenuItem_actionProviderClass +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_122 +com.xw.repo.bubbleseekbar.R$styleable: int[] AnimatedStateListDrawableCompat +com.google.android.material.R$attr: int onTouchUp +com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_android_font +wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: int getChartTop() +com.turingtechnologies.materialscrollbar.R$style: int Theme_Design_Light +androidx.appcompat.app.ActionBar: void addOnMenuVisibilityListener(androidx.appcompat.app.ActionBar$OnMenuVisibilityListener) +com.google.gson.stream.MalformedJsonException: MalformedJsonException(java.lang.Throwable) +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Spinner +com.google.android.material.R$styleable: int Constraint_android_layout_height +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: boolean delayError +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Display3 +okio.BufferedSink: okio.BufferedSink writeUtf8(java.lang.String,int,int) +com.google.android.material.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item +android.didikee.donate.R$styleable: int SearchView_goIcon +com.turingtechnologies.materialscrollbar.R$style: int Theme_Design_NoActionBar +androidx.appcompat.R$attr: int closeItemLayout +james.adaptiveicon.R$color: int abc_secondary_text_material_light +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial +wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle valueOf(java.lang.String) +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void innerValue(boolean,java.lang.Object) +wangdaye.com.geometricweather.R$attr: int barrierDirection +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem +androidx.constraintlayout.widget.R$style: int Base_V21_Theme_AppCompat_Light +com.turingtechnologies.materialscrollbar.R$style: int Platform_ThemeOverlay_AppCompat_Light +androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_translationZ +androidx.fragment.R$id: int accessibility_custom_action_7 +androidx.appcompat.widget.ActionBarContainer: void setPrimaryBackground(android.graphics.drawable.Drawable) +okhttp3.ConnectionPool: okhttp3.internal.connection.RouteDatabase routeDatabase +okhttp3.Request$Builder: okhttp3.Request$Builder get() +androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionButton_Overflow +androidx.preference.R$attr: int imageButtonStyle +io.reactivex.Observable: io.reactivex.disposables.Disposable forEachWhile(io.reactivex.functions.Predicate,io.reactivex.functions.Consumer) +wangdaye.com.geometricweather.R$dimen: int abc_select_dialog_padding_start_material +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintLeft_toRightOf +wangdaye.com.geometricweather.R$drawable: int flag_si +androidx.activity.R$dimen: int notification_large_icon_width +wangdaye.com.geometricweather.R$id: int sort_button +com.google.android.material.R$color: int accent_material_dark +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_android_baselineAligned +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_android_fontVariationSettings +wangdaye.com.geometricweather.R$dimen: int abc_list_item_height_material +androidx.preference.R$style: int Widget_AppCompat_Button_Borderless_Colored +android.didikee.donate.R$id: int time +wangdaye.com.geometricweather.R$string: int real_feel_temperature +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Snow +com.google.android.material.appbar.AppBarLayout: AppBarLayout(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.R$attr: int animate_relativeTo +com.amap.api.location.AMapLocation: boolean y +okhttp3.internal.Util$1: Util$1() +com.turingtechnologies.materialscrollbar.R$styleable: int ColorStateListItem_android_color +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure +wangdaye.com.geometricweather.R$attr: int actionDropDownStyle +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: long index +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Medium +androidx.constraintlayout.widget.Constraints: Constraints(android.content.Context,android.util.AttributeSet) +com.google.android.gms.auth.api.signin.GoogleSignInOptions: android.os.Parcelable$Creator CREATOR +okhttp3.Cache$Entry: Cache$Entry(okhttp3.Response) +com.bumptech.glide.integration.okhttp.R$attr: int keylines +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_26 +okhttp3.internal.http2.Http2Reader$Handler: void headers(boolean,int,int,java.util.List) +wangdaye.com.geometricweather.R$string: int mtrl_picker_text_input_month_abbr +com.google.android.material.R$styleable: int[] ImageFilterView +com.jaredrummler.android.colorpicker.R$attr: int selectableItemBackground +com.jaredrummler.android.colorpicker.R$style: int PreferenceFragmentList +retrofit2.http.HTTP: java.lang.String method() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableEndCompat +com.google.android.material.R$attr: int extendMotionSpec +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity +androidx.appcompat.R$attr: int titleMarginStart +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +com.google.android.material.card.MaterialCardView: void setCheckedIconSize(int) +androidx.appcompat.resources.R$styleable: int StateListDrawable_android_enterFadeDuration +androidx.appcompat.resources.R$id: int accessibility_custom_action_14 +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1 +james.adaptiveicon.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset +cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: void unregisterListener(cyanogenmod.app.ICustomTileListener,int) +cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy +androidx.constraintlayout.widget.R$attr: int actionBarSize +cyanogenmod.alarmclock.ClockContract$AlarmsColumns: android.net.Uri CONTENT_URI +com.turingtechnologies.materialscrollbar.R$id: int parent_matrix +androidx.constraintlayout.widget.ConstraintLayout: ConstraintLayout(android.content.Context,android.util.AttributeSet) +cyanogenmod.app.Profile: void removeProfileGroup(java.util.UUID) +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType[] values() +androidx.vectordrawable.animated.R$styleable: int[] FontFamily +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title +cyanogenmod.providers.CMSettings$Secure: android.net.Uri getUriFor(java.lang.String) +io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: long remaining +james.adaptiveicon.R$layout: int abc_screen_toolbar +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_rotation +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: int getProgressViewStartOffset() +com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_NOENOUGHSATELLITES +androidx.appcompat.R$dimen: int abc_cascading_menus_min_smallest_width +androidx.preference.R$attr: int titleTextStyle +androidx.lifecycle.Lifecycle$State +com.google.android.material.R$styleable: int[] Variant +wangdaye.com.geometricweather.R$layout: int activity_weather_daily +com.turingtechnologies.materialscrollbar.R$style: int Platform_V21_AppCompat_Light +androidx.transition.R$dimen: int compat_button_inset_horizontal_material +com.turingtechnologies.materialscrollbar.R$dimen: int notification_large_icon_width +io.reactivex.Observable: io.reactivex.Single sequenceEqual(io.reactivex.ObservableSource,io.reactivex.ObservableSource) +androidx.core.widget.NestedScrollView$SavedState +com.google.android.material.R$id: int incoming +com.google.android.material.R$style: int Widget_AppCompat_SeekBar_Discrete +androidx.appcompat.R$styleable: int[] MenuView +com.turingtechnologies.materialscrollbar.R$attr: int tint +androidx.constraintlayout.widget.R$dimen: int abc_alert_dialog_button_bar_height +android.didikee.donate.R$attr: int title +okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.ErrorCode getErrorCode() +com.google.android.gms.common.internal.ClientIdentity +com.turingtechnologies.materialscrollbar.R$styleable: int ActionMode_backgroundSplit +james.adaptiveicon.R$styleable: int AppCompatTheme_tooltipForegroundColor +androidx.appcompat.widget.Toolbar: int getTitleMarginTop() +wangdaye.com.geometricweather.R$attr: int materialCalendarYearNavigationButton +com.google.android.material.textfield.TextInputLayout: void setCounterMaxLength(int) +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_SeekBar_Discrete +androidx.preference.R$style: int Base_Widget_AppCompat_SearchView_ActionBar +okhttp3.Dispatcher: java.util.List queuedCalls() +androidx.customview.R$color +android.didikee.donate.R$style: int TextAppearance_AppCompat_Body2 +androidx.constraintlayout.widget.R$attr: int layout_constraintCircleAngle +android.didikee.donate.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title +james.adaptiveicon.R$dimen: int notification_small_icon_background_padding +com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_10 +com.turingtechnologies.materialscrollbar.R$attr: int subtitleTextStyle +com.xw.repo.bubbleseekbar.R$color: int material_blue_grey_950 +com.google.android.material.R$styleable: int TabLayout_tabTextColor +androidx.preference.R$attr: int dropdownListPreferredItemHeight +okhttp3.Response$Builder +android.didikee.donate.R$style: int Widget_AppCompat_ListPopupWindow +okio.Buffer$1: Buffer$1(okio.Buffer) +wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_box_stroke_width_default +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_TabView +io.reactivex.internal.schedulers.ScheduledDirectPeriodicTask +androidx.constraintlayout.widget.R$drawable: int abc_list_pressed_holo_dark +com.baidu.location.e.l$b: com.baidu.location.e.l$b[] values() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: int status +androidx.viewpager2.R$layout: int notification_template_custom_big +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Rain: java.lang.String Unit +com.turingtechnologies.materialscrollbar.R$attr: int behavior_skipCollapsed +io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: void dispose() +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.Astro sun() +com.google.android.material.R$attr: int sizePercent +cyanogenmod.weather.WeatherInfo$Builder: int mWindSpeedUnit +wangdaye.com.geometricweather.R$styleable: int CheckBoxPreference_android_disableDependentsState +wangdaye.com.geometricweather.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog +androidx.appcompat.R$styleable: int SearchView_voiceIcon +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: io.reactivex.Scheduler$Worker worker +androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_ttcIndex +james.adaptiveicon.R$attr: int layout +androidx.preference.R$id: int accessibility_custom_action_10 +wangdaye.com.geometricweather.search.LoadableLocationList$Status: wangdaye.com.geometricweather.search.LoadableLocationList$Status ERROR +androidx.constraintlayout.widget.R$color: int bright_foreground_material_dark +wangdaye.com.geometricweather.R$xml: int standalone_badge_offset +androidx.appcompat.widget.AppCompatSpinner: void setPopupBackgroundResource(int) +com.google.android.material.R$style: int TextAppearance_AppCompat_SearchResult_Title +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Dialog_MinWidth +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Button +com.turingtechnologies.materialscrollbar.R$attr: int viewInflaterClass +androidx.preference.EditTextPreference +android.didikee.donate.R$styleable: int AppCompatTheme_colorAccent +com.turingtechnologies.materialscrollbar.R$attr: int fastScrollEnabled +androidx.recyclerview.widget.RecyclerView: void addOnItemTouchListener(androidx.recyclerview.widget.RecyclerView$OnItemTouchListener) +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setRotation(float) +com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawable_android_constantSize +androidx.preference.R$id: int accessibility_custom_action_9 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature: AccuCurrentResult$Temperature() +okhttp3.OkHttpClient$Builder: java.util.List connectionSpecs +androidx.preference.R$attr: int colorPrimaryDark +com.google.android.material.bottomnavigation.BottomNavigationItemView: int getItemPosition() +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: int getCollapsedSize() +com.bumptech.glide.integration.okhttp.R$dimen: int notification_large_icon_height +wangdaye.com.geometricweather.common.basic.models.weather.Daily: boolean isToday(java.util.TimeZone) +androidx.viewpager.R$style: int TextAppearance_Compat_Notification_Time +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: void onNext(java.lang.Object) +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_menu_selectall_mtrl_alpha +androidx.lifecycle.FullLifecycleObserver: void onDestroy(androidx.lifecycle.LifecycleOwner) +wangdaye.com.geometricweather.R$id: int ifRoom +androidx.lifecycle.ProcessLifecycleOwner$2: void onResume() +okio.SegmentedByteString: byte getByte(int) +androidx.dynamicanimation.R$dimen: int notification_content_margin_start +com.amap.api.location.AMapLocationQualityReport: java.lang.String e +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_16 +androidx.appcompat.resources.R$style: int Widget_Compat_NotificationActionText +com.google.android.material.R$styleable: int ActionBar_contentInsetStart +wangdaye.com.geometricweather.R$attr: int listPreferredItemPaddingLeft +androidx.coordinatorlayout.R$drawable: int notification_bg_normal +wangdaye.com.geometricweather.R$string: int mtrl_picker_text_input_date_range_end_hint +okhttp3.Request$Builder: okhttp3.Request$Builder removeHeader(java.lang.String) +retrofit2.CallAdapter: java.lang.Object adapt(retrofit2.Call) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Metric: java.lang.String Unit +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionMode +wangdaye.com.geometricweather.R$attr: int tabIndicatorAnimationDuration +wangdaye.com.geometricweather.R$style: int Base_V7_Theme_AppCompat +okhttp3.CookieJar$1 +com.jaredrummler.android.colorpicker.R$dimen: int tooltip_vertical_padding +android.didikee.donate.R$styleable: int MenuView_android_itemIconDisabledAlpha +wangdaye.com.geometricweather.R$id: int item_alert_subtitle +com.turingtechnologies.materialscrollbar.R$attr: int actionBarItemBackground +okio.RealBufferedSource: java.lang.String readString(long,java.nio.charset.Charset) +androidx.appcompat.app.ToolbarActionBar +com.xw.repo.bubbleseekbar.R$string: int abc_activity_chooser_view_see_all +okio.Buffer$1: void write(byte[],int,int) +androidx.appcompat.widget.AppCompatTextView: int[] getAutoSizeTextAvailableSizes() +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onKeyguardShowing(boolean) +androidx.swiperefreshlayout.R$id: int title +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$RainForecast: int rain +cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setTodaysHigh(double) +com.google.android.material.appbar.CollapsingToolbarLayout: android.graphics.drawable.Drawable getContentScrim() +wangdaye.com.geometricweather.R$layout: int test_design_radiobutton +com.google.android.material.R$attr: int fastScrollHorizontalTrackDrawable +com.google.android.material.R$style: int Theme_AppCompat_Empty +wangdaye.com.geometricweather.R$styleable: int SearchView_android_maxWidth +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintRight_toRightOf +com.google.android.material.R$styleable: int ProgressIndicator_indicatorType +com.google.gson.internal.LinkedTreeMap: java.lang.Object get(java.lang.Object) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial: int UnitType +androidx.loader.R$styleable: int[] GradientColorItem +androidx.core.R$id: int tag_accessibility_heading +com.google.android.material.R$style: int TextAppearance_AppCompat_Inverse +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionBar_TabText +james.adaptiveicon.R$style: int TextAppearance_Compat_Notification_Title +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_DrawerArrowToggle +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: boolean isLeft +androidx.hilt.R$attr: int fontProviderQuery +cyanogenmod.app.CMTelephonyManager +androidx.work.WorkInfo$State: androidx.work.WorkInfo$State RUNNING +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: java.lang.String getTagName(android.content.Context) +com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_spinBars +com.google.android.material.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_1 +wangdaye.com.geometricweather.R$attr: int subtitle +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.HistoryEntity) +okio.HashingSource: HashingSource(okio.Source,java.lang.String) +androidx.lifecycle.MediatorLiveData: void onActive() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_homeAsUpIndicator +okhttp3.Cache$2: java.lang.String nextUrl +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver +androidx.constraintlayout.widget.R$attr: int textAppearanceSearchResultSubtitle +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Object readEntity(android.database.Cursor,int) +androidx.constraintlayout.widget.R$string: int abc_menu_meta_shortcut_label +com.google.android.material.R$color: int abc_background_cache_hint_selector_material_light +wangdaye.com.geometricweather.R$id: int wrap +cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_enqueueLiveLockScreen +androidx.hilt.R$drawable: int notify_panel_notification_icon_bg +wangdaye.com.geometricweather.db.entities.LocationEntity: void setLongitude(float) +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void onError(java.lang.Throwable) +james.adaptiveicon.R$layout: int abc_action_bar_title_item +wangdaye.com.geometricweather.R$drawable: int ic_alipay +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintVertical_chainStyle +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputEditText_FilledBox_Dense +androidx.loader.R$dimen: int notification_action_icon_size +androidx.legacy.coreutils.R$id: int chronometer +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_textColor +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Caption +cyanogenmod.hardware.CMHardwareManager: int VIBRATOR_MAX_INDEX +com.google.android.material.R$attr: int iconPadding +android.didikee.donate.R$id: int action_text +io.reactivex.internal.subscriptions.BasicIntQueueSubscription: void clear() +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: boolean isDaylight() +androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse +androidx.preference.R$style: int TextAppearance_AppCompat_Menu +com.google.android.material.R$id: int snackbar_action +wangdaye.com.geometricweather.R$drawable: int abc_textfield_default_mtrl_alpha +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: java.lang.String zh_CN +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_autoSizeMinTextSize +io.reactivex.Observable: io.reactivex.Observable concatMapMaybe(io.reactivex.functions.Function) +wangdaye.com.geometricweather.R$styleable: int RecyclerView_fastScrollEnabled +io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_weather_1 +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_menu_share_mtrl_alpha +io.reactivex.internal.util.EmptyComponent: io.reactivex.internal.util.EmptyComponent INSTANCE +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: java.lang.String colorId +com.google.android.material.switchmaterial.SwitchMaterial: SwitchMaterial(android.content.Context,android.util.AttributeSet) +androidx.appcompat.widget.ActionBarContainer +com.google.android.material.R$bool: int abc_allow_stacked_button_bar +com.google.android.material.R$style: int ThemeOverlay_AppCompat_DayNight +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ExtendedFloatingActionButton +wangdaye.com.geometricweather.R$id: int triangle +james.adaptiveicon.R$dimen: int notification_content_margin_start +okhttp3.internal.http2.Http2Stream: boolean isOpen() +cyanogenmod.app.CustomTile$ExpandedStyle: int describeContents() +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer getApparentTemperature() +com.google.android.material.R$style: int Widget_MaterialComponents_ExtendedFloatingActionButton_Icon +androidx.preference.R$dimen: int compat_notification_large_icon_max_height +com.amap.api.location.AMapLocation: int LOCATION_TYPE_CELL +okhttp3.internal.http2.Header: okio.ByteString PSEUDO_PREFIX +james.adaptiveicon.R$styleable: int View_paddingStart +com.google.android.material.R$style: int Base_Widget_AppCompat_ActionBar +com.bumptech.glide.integration.okhttp.R$styleable: int[] GradientColorItem +com.turingtechnologies.materialscrollbar.R$layout: int abc_activity_chooser_view_list_item +com.amap.api.fence.GeoFence: int STATUS_IN +okhttp3.CacheControl$Builder: boolean onlyIfCached +com.github.rahatarmanahmed.cpv.CircularProgressView: float access$002(com.github.rahatarmanahmed.cpv.CircularProgressView,float) +androidx.preference.R$id: int tag_unhandled_key_event_manager +wangdaye.com.geometricweather.R$attr: int limitBoundsTo +james.adaptiveicon.R$styleable: int Toolbar_buttonGravity +androidx.appcompat.R$dimen: int compat_button_padding_vertical_material +com.google.android.material.slider.Slider: void setValue(float) +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse +cyanogenmod.weather.WeatherInfo: java.lang.String toString() +com.google.android.material.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle +cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_SHOW_BATTERY_PERCENT +com.google.android.material.R$attr: int drawableTint +cyanogenmod.weather.WeatherInfo: double access$1202(cyanogenmod.weather.WeatherInfo,double) +cyanogenmod.app.suggest.AppSuggestManager: cyanogenmod.app.suggest.IAppSuggestManager sImpl +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: java.lang.String WidgetPhrase +android.support.v4.app.INotificationSideChannel$Stub$Proxy: void notify(java.lang.String,int,java.lang.String,android.app.Notification) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeIcePrecipitationProbability(java.lang.Float) +com.xw.repo.bubbleseekbar.R$color: int secondary_text_default_material_light +com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_ttcIndex +james.adaptiveicon.R$attr: int state_above_anchor +cyanogenmod.app.CMContextConstants$Features: java.lang.String THEMES +okhttp3.Cookie: boolean pathMatch(okhttp3.HttpUrl,java.lang.String) +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality +io.reactivex.internal.subscriptions.SubscriptionHelper: boolean setOnce(java.util.concurrent.atomic.AtomicReference,org.reactivestreams.Subscription,long) +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.String weatherText +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: io.reactivex.internal.fuseable.SimpleQueue queue +wangdaye.com.geometricweather.R$animator: int weather_partly_cloudy_night_1 +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String cityId +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarPopupTheme +androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_android_font +androidx.viewpager.R$styleable: int GradientColor_android_endColor +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: long serialVersionUID +cyanogenmod.hardware.CMHardwareManager: int getDisplayGammaCalibrationMax() +james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_drawableBottom +com.amap.api.location.AMapLocation: int LOCATION_TYPE_OFFLINE +androidx.constraintlayout.widget.R$id: int autoCompleteToEnd +com.google.android.material.R$id: int accessibility_custom_action_27 +androidx.appcompat.resources.R$drawable: int notification_bg +wangdaye.com.geometricweather.R$id: int fragment +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_star_black_48dp +com.google.android.material.chip.Chip: void setIconEndPadding(float) +wangdaye.com.geometricweather.R$dimen: int abc_action_bar_overflow_padding_start_material +okhttp3.internal.http2.Http2Codec: java.lang.String ENCODING +com.google.android.material.R$xml: int standalone_badge +androidx.appcompat.widget.AppCompatCheckedTextView: void setCheckMarkDrawable(int) +retrofit2.OkHttpCall: okhttp3.Call getRawCall() +okio.RealBufferedSource: byte readByte() +androidx.drawerlayout.R$layout: int notification_template_part_chronometer +okhttp3.internal.http2.Http2Connection: void close() +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: java.util.concurrent.atomic.AtomicLong requested +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void onError(java.lang.Throwable) +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionBar_Solid +androidx.work.R$style: int Widget_Compat_NotificationActionText +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar +com.google.android.material.card.MaterialCardView: void setPreventCornerOverlap(boolean) +androidx.appcompat.app.ActionBar: void removeOnMenuVisibilityListener(androidx.appcompat.app.ActionBar$OnMenuVisibilityListener) +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: void onError(java.lang.Throwable) +com.google.android.material.R$attr: int cardUseCompatPadding +io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver +okhttp3.OkHttpClient: java.util.List DEFAULT_PROTOCOLS +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.String weatherSource +androidx.appcompat.R$styleable: int AppCompatTextHelper_android_drawableRight +okhttp3.logging.LoggingEventListener: void connectEnd(okhttp3.Call,java.net.InetSocketAddress,java.net.Proxy,okhttp3.Protocol) +androidx.constraintlayout.widget.R$attr: int layout_constraintHeight_percent +james.adaptiveicon.R$styleable: int AppCompatTheme_android_windowIsFloating +androidx.preference.R$styleable: int AppCompatTheme_dialogPreferredPadding +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_days_of_week_height +com.amap.api.fence.PoiItem: java.lang.String getAddress() +androidx.legacy.coreutils.R$styleable: int FontFamilyFont_ttcIndex +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Day_Today +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored +androidx.customview.R$drawable: int notification_bg +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ButtonBar +wangdaye.com.geometricweather.R$attr: int thumbRadius +com.google.android.material.R$layout: int material_radial_view_group +wangdaye.com.geometricweather.R$attr: int layout_constraintEnd_toEndOf +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder setEncodedPathSegment(int,java.lang.String) +androidx.vectordrawable.R$id: int accessibility_custom_action_10 +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ListView_Menu +cyanogenmod.alarmclock.ClockContract$InstancesColumns: int POWER_OFF_ALARM_STATE +androidx.vectordrawable.R$id: int icon +james.adaptiveicon.R$styleable: int AppCompatTheme_textColorAlertDialogListItem +androidx.lifecycle.ViewModelStores: ViewModelStores() +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_Dialog_FixedSize +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small +androidx.appcompat.widget.ActionBarContextView: ActionBarContextView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$drawable: int notif_temp_97 +com.google.android.gms.base.R$id +wangdaye.com.geometricweather.R$attr: int colorPrimaryDark +cyanogenmod.externalviews.ExternalView$4: void run() +cyanogenmod.providers.CMSettings$Secure: java.lang.String PROTECTED_COMPONENTS +wangdaye.com.geometricweather.db.entities.LocationEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) +com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents +android.didikee.donate.R$style: int TextAppearance_AppCompat_SearchResult_Title +androidx.swiperefreshlayout.R$id: int tag_screen_reader_focusable +androidx.appcompat.widget.ActionBarOverlayLayout: void setWindowTitle(java.lang.CharSequence) +wangdaye.com.geometricweather.R$animator: int design_fab_hide_motion_spec +com.google.android.material.R$id: int accessibility_custom_action_6 +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ButtonBar_AlertDialog +androidx.hilt.work.R$style: int TextAppearance_Compat_Notification +cyanogenmod.app.ProfileGroup +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Button_Borderless +james.adaptiveicon.R$color: int material_grey_900 +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorIconTint +androidx.preference.R$styleable: int Preference_android_iconSpaceReserved +com.google.android.material.R$styleable: int MenuGroup_android_checkableBehavior +androidx.preference.R$attr: int actionProviderClass +com.google.android.material.R$id: int dialog_button +com.turingtechnologies.materialscrollbar.R$attr: int cardBackgroundColor +androidx.core.app.RemoteActionCompatParcelizer: RemoteActionCompatParcelizer() +android.didikee.donate.R$style: int Base_Theme_AppCompat_Light_DarkActionBar +com.google.android.material.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_0 +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_title +androidx.appcompat.widget.ActivityChooserView: void setInitialActivityCount(int) +androidx.appcompat.resources.R$styleable: int StateListDrawableItem_android_drawable +cyanogenmod.app.ILiveLockScreenManager$Stub: android.os.IBinder asBinder() +com.turingtechnologies.materialscrollbar.CustomIndicator: int getIndicatorWidth() +android.didikee.donate.R$styleable: int AppCompatTheme_windowActionBar +wangdaye.com.geometricweather.R$id: int radio +cyanogenmod.app.ProfileGroup: boolean isDirty() +wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout: FitHorizontalSystemBarRootLayout(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$drawable: int abc_edit_text_material +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float getPM10() +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_99 +io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: void dispose() +com.turingtechnologies.materialscrollbar.R$drawable: int notification_bg_low_normal +io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: void dispose() +okhttp3.MultipartBody: okhttp3.MediaType originalType +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_5_00 +androidx.preference.R$drawable: int btn_checkbox_checked_to_unchecked_mtrl_animation +io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.jaredrummler.android.colorpicker.R$styleable: int MultiSelectListPreference_entryValues +com.google.android.material.R$style: int Widget_MaterialComponents_CompoundButton_Switch +okio.Util: void sneakyThrow2(java.lang.Throwable) +com.xw.repo.bubbleseekbar.R$attr: int contentInsetStartWithNavigation +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_anon_WITH_RC4_128_SHA +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver +wangdaye.com.geometricweather.R$dimen: int material_font_2_0_box_collapsed_padding_top +android.didikee.donate.R$id: int search_mag_icon +android.didikee.donate.R$attr: int actionModeBackground +wangdaye.com.geometricweather.R$dimen: int tooltip_y_offset_non_touch +androidx.constraintlayout.widget.R$color: int dim_foreground_disabled_material_light +io.reactivex.Observable: io.reactivex.Observable defaultIfEmpty(java.lang.Object) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Temperature: java.lang.Float windChill +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: void setGravitySensorEnabled(boolean) +androidx.constraintlayout.widget.R$id: int accessibility_action_clickable_span +androidx.preference.R$id: int content +androidx.constraintlayout.widget.R$layout: int notification_template_part_time +io.reactivex.internal.util.VolatileSizeArrayList: boolean isEmpty() +android.didikee.donate.R$styleable: int AppCompatTheme_switchStyle +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) +androidx.cardview.R$styleable: int CardView_android_minHeight +com.google.android.material.R$id: int circular +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_show_thumb_text +okhttp3.internal.ws.RealWebSocket$Close: okio.ByteString reason +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: float PRECIPITATION_RAINSTORM +com.jaredrummler.android.colorpicker.R$attr: int shouldDisableView +com.google.android.material.R$attr: int behavior_hideable +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_CardView +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: void cancel() +okhttp3.internal.http2.Http2Connection: void access$000(okhttp3.internal.http2.Http2Connection) +androidx.lifecycle.SavedStateHandleController$1: androidx.lifecycle.Lifecycle val$lifecycle +androidx.appcompat.widget.AppCompatCheckBox: android.content.res.ColorStateList getSupportButtonTintList() +androidx.vectordrawable.animated.R$styleable: int FontFamily_fontProviderCerts +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: ObservableRepeatWhen$RepeatWhenObserver(io.reactivex.Observer,io.reactivex.subjects.Subject,io.reactivex.ObservableSource) +com.xw.repo.bubbleseekbar.R$attr: int dividerPadding +okhttp3.Cache$CacheResponseBody: okhttp3.MediaType contentType() +android.didikee.donate.R$styleable: int[] MenuView +okhttp3.internal.platform.Platform: void afterHandshake(javax.net.ssl.SSLSocket) +okhttp3.Response: okhttp3.ResponseBody body +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintCircle +androidx.vectordrawable.animated.R$dimen: int compat_button_inset_horizontal_material +okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.platform.AndroidPlatform$CloseGuard closeGuard +cyanogenmod.app.IProfileManager: android.app.NotificationGroup getNotificationGroupForPackage(java.lang.String) +androidx.drawerlayout.R$drawable: int notification_bg_low_normal +com.xw.repo.bubbleseekbar.R$layout: int abc_cascading_menu_item_layout +wangdaye.com.geometricweather.R$string: int visibility +james.adaptiveicon.R$attr: int alertDialogTheme +com.google.android.material.R$styleable: int AppCompatTheme_searchViewStyle +io.reactivex.internal.subscriptions.EmptySubscription +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Title_Inverse +com.jaredrummler.android.colorpicker.R$dimen: int hint_pressed_alpha_material_dark +wangdaye.com.geometricweather.R$attr: int layout_constraintWidth_max +androidx.appcompat.R$color: int primary_dark_material_light +androidx.core.R$id: int notification_main_column +retrofit2.BuiltInConverters$VoidResponseBodyConverter: BuiltInConverters$VoidResponseBodyConverter() +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_min +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language SLOVENIAN +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWindSpeed +android.support.v4.os.ResultReceiver +wangdaye.com.geometricweather.R$attr: int actionModeStyle +androidx.activity.R$styleable: int GradientColor_android_startY +wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle CITIES +cyanogenmod.app.CustomTile$ListExpandedStyle: void setListItems(java.util.ArrayList) +androidx.hilt.R$styleable: int GradientColor_android_endX +com.jaredrummler.android.colorpicker.R$attr: int customNavigationLayout +androidx.appcompat.R$id: int radio +androidx.lifecycle.ReflectiveGenericLifecycleObserver: java.lang.Object mWrapped +androidx.preference.R$color: int ripple_material_light +wangdaye.com.geometricweather.R$drawable: int clock_hour_dark +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float getTotal() +com.google.android.material.R$styleable: int Transform_android_scaleY +cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_PUT_SECURE +androidx.constraintlayout.motion.widget.MotionHelper +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_verticalStyle +wangdaye.com.geometricweather.R$attr: int boxBackgroundMode +androidx.appcompat.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator +com.turingtechnologies.materialscrollbar.R$dimen: int abc_disabled_alpha_material_light +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_Button +io.reactivex.Observable: io.reactivex.Observable retry(io.reactivex.functions.BiPredicate) +com.google.android.material.R$attr: int triggerReceiver +android.didikee.donate.R$dimen: int abc_button_padding_horizontal_material +androidx.appcompat.widget.ActionMenuView: int getPopupTheme() +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_96 +androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType DIMENSION_TYPE +androidx.drawerlayout.R$drawable: int notification_template_icon_bg +james.adaptiveicon.R$style: int Widget_AppCompat_AutoCompleteTextView +com.google.gson.stream.JsonReader: void beginObject() +com.google.android.material.R$dimen: int mtrl_large_touch_target +james.adaptiveicon.R$styleable: int MenuItem_android_checked +wangdaye.com.geometricweather.R$string: int feedback_unusable_geocoder +wangdaye.com.geometricweather.R$string: int common_google_play_services_notification_ticker +com.google.gson.internal.JsonReaderInternalAccess: JsonReaderInternalAccess() +com.turingtechnologies.materialscrollbar.R$color: int dim_foreground_disabled_material_light +cyanogenmod.externalviews.ExternalViewProviderService$Provider: int getWindowType() +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_checkedIconMargin +okhttp3.RequestBody$2: void writeTo(okio.BufferedSink) +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Title +cyanogenmod.externalviews.KeyguardExternalView: KeyguardExternalView(android.content.Context,android.util.AttributeSet,android.content.ComponentName) +wangdaye.com.geometricweather.R$attr: int negativeButtonText +cyanogenmod.providers.CMSettings$Secure: float getFloatForUser(android.content.ContentResolver,java.lang.String,float,int) +androidx.preference.R$attr: int popupWindowStyle +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Direction: int Degrees +wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_drawableSize +androidx.hilt.R$id: int line3 +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ButtonBar_AlertDialog +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void dispose() +com.google.android.material.R$styleable: int NavigationView_elevation +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property RainPrecipitationProbability +wangdaye.com.geometricweather.R$styleable: int[] AppBarLayout_Layout +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver(io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver) +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_icon_padding +okhttp3.Cache$CacheRequestImpl: Cache$CacheRequestImpl(okhttp3.Cache,okhttp3.internal.cache.DiskLruCache$Editor) +androidx.transition.R$id: int action_divider +wangdaye.com.geometricweather.R$attr: int rippleColor +androidx.appcompat.R$color: int dim_foreground_disabled_material_dark +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void request(long) +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.lang.String moonPhaseDescription +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition: AccuLocationResult$GeoPosition() +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar +okio.Buffer$UnsafeCursor: int start +com.turingtechnologies.materialscrollbar.R$dimen: int compat_button_padding_vertical_material +cyanogenmod.app.ProfileGroup: void setVibrateMode(cyanogenmod.app.ProfileGroup$Mode) +androidx.appcompat.R$attr: int drawableTint +io.reactivex.Observable: io.reactivex.Observable concatMapIterable(io.reactivex.functions.Function,int) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust: AccuDailyResult$DailyForecasts$Day$WindGust() +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: io.reactivex.internal.util.AtomicThrowable error +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void request(long) +androidx.drawerlayout.R$attr: R$attr() +com.google.android.material.navigation.NavigationView: NavigationView(android.content.Context,android.util.AttributeSet) +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_19 +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_maxElementsWrap +okhttp3.internal.cache.DiskLruCache: long maxSize +cyanogenmod.app.CustomTile$ExpandedItem$1: CustomTile$ExpandedItem$1() +cyanogenmod.app.LiveLockScreenInfo: int PRIORITY_MIN +okio.Buffer: okio.ByteString snapshot(int) +io.reactivex.internal.util.NotificationLite$DisposableNotification +androidx.hilt.lifecycle.R$drawable: int notification_bg_normal_pressed +androidx.preference.R$id: int default_activity_button +androidx.preference.R$attr: int alertDialogStyle +io.reactivex.Observable: void blockingSubscribe(io.reactivex.Observer) +retrofit2.ServiceMethod +androidx.coordinatorlayout.R$styleable: int ColorStateListItem_android_alpha +androidx.appcompat.R$attr: int showAsAction +android.didikee.donate.R$dimen: int notification_content_margin_start +androidx.dynamicanimation.R$id: int forever +okhttp3.internal.io.FileSystem: okio.Source source(java.io.File) +cyanogenmod.app.ICMStatusBarManager$Stub: java.lang.String DESCRIPTOR +androidx.lifecycle.extensions.R$dimen: int notification_big_circle_margin +androidx.drawerlayout.R$string +com.google.android.material.R$style: int Widget_AppCompat_SearchView_ActionBar +wangdaye.com.geometricweather.R$styleable: int ChipGroup_chipSpacing +androidx.appcompat.resources.R$layout +wangdaye.com.geometricweather.R$styleable: int Preference_android_title +com.google.android.material.R$styleable: int TextInputLayout_errorContentDescription +okio.GzipSource: java.util.zip.CRC32 crc +cyanogenmod.externalviews.KeyguardExternalView$8: KeyguardExternalView$8(cyanogenmod.externalviews.KeyguardExternalView,boolean) +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_text_size +com.xw.repo.bubbleseekbar.R$styleable: int Spinner_popupTheme +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +androidx.legacy.coreutils.R$dimen: int compat_button_inset_horizontal_material +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_panelMenuListTheme +com.jaredrummler.android.colorpicker.R$style: int Preference_Category +cyanogenmod.util.ColorUtils$1: int compare(com.android.internal.util.cm.palette.Palette$Swatch,com.android.internal.util.cm.palette.Palette$Swatch) +com.turingtechnologies.materialscrollbar.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric: AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric() +androidx.recyclerview.R$id: int blocking +james.adaptiveicon.R$attr: int actionBarSize +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List minutelyEntityList +android.didikee.donate.R$attr: int alpha +android.didikee.donate.R$color: int abc_tint_seek_thumb +org.greenrobot.greendao.AbstractDao: void deleteInTx(java.lang.Iterable) +okhttp3.internal.http2.Http2Connection$ReaderRunnable +com.google.android.material.behavior.HideBottomViewOnScrollBehavior +wangdaye.com.geometricweather.common.basic.models.weather.History: long time +com.jaredrummler.android.colorpicker.R$drawable: int abc_popup_background_mtrl_mult +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_22 +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) +cyanogenmod.providers.CMSettings$Secure: java.lang.String PERFORMANCE_PROFILE +wangdaye.com.geometricweather.R$drawable: int ic_mtrl_checked_circle +com.turingtechnologies.materialscrollbar.R$drawable: int abc_seekbar_thumb_material +wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_maxProgress +okio.HashingSource: okio.HashingSource hmacSha256(okio.Source,okio.ByteString) +okhttp3.Response: long receivedResponseAtMillis() +io.reactivex.internal.util.VolatileSizeArrayList: boolean retainAll(java.util.Collection) +wangdaye.com.geometricweather.R$drawable: int mtrl_ic_arrow_drop_up +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_alertDialogCenterButtons +androidx.appcompat.R$attr: int color +cyanogenmod.hardware.ThermalListenerCallback$State: int STATE_CRITICAL +okhttp3.internal.cache.DiskLruCache: int valueCount +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow +android.didikee.donate.R$color: int abc_search_url_text_pressed +androidx.appcompat.R$id: int accessibility_custom_action_25 +wangdaye.com.geometricweather.R$color: int checkbox_themeable_attribute_color +com.google.android.material.R$id: int auto +com.jaredrummler.android.colorpicker.R$attr: int fontWeight +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: float unitFactor +com.turingtechnologies.materialscrollbar.R$attr: int state_lifted +com.google.android.material.R$drawable: int navigation_empty_icon +wangdaye.com.geometricweather.R$attr: int animationMode +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: AccuHourlyResult() +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_31 +wangdaye.com.geometricweather.R$string: int key_notification +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: boolean isChinese() +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void onError(java.lang.Throwable) +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintCircleRadius +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_ActionBar +androidx.lifecycle.ServiceLifecycleDispatcher: void onServicePreSuperOnBind() +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void runBackfused() +wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.Long id +wangdaye.com.geometricweather.R$string: int settings_title_precipitation_notification_switch +wangdaye.com.geometricweather.R$styleable: int BottomAppBar_paddingLeftSystemWindowInsets +com.amap.api.fence.PoiItem: void setCity(java.lang.String) +androidx.hilt.work.R$anim: R$anim() +com.google.android.material.chip.Chip: void setCloseIconStartPaddingResource(int) +androidx.constraintlayout.utils.widget.MotionTelltales +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_hideMotionSpec +wangdaye.com.geometricweather.R$color: int mtrl_indicator_text_color +androidx.swiperefreshlayout.R$attr: int fontProviderQuery +cyanogenmod.profiles.StreamSettings: int mStreamId +androidx.constraintlayout.widget.R$style: int Base_V7_Theme_AppCompat_Dialog +okhttp3.internal.platform.Platform: void log(int,java.lang.String,java.lang.Throwable) +cyanogenmod.app.StatusBarPanelCustomTile$1: cyanogenmod.app.StatusBarPanelCustomTile createFromParcel(android.os.Parcel) +cyanogenmod.app.LiveLockScreenManager: boolean getLiveLockScreenEnabled() +com.turingtechnologies.materialscrollbar.R$drawable: int mtrl_tabs_default_indicator +cyanogenmod.providers.CMSettings$DelimitedListValidator: boolean validate(java.lang.String) +okhttp3.internal.http2.Http2Reader: okio.BufferedSource source +com.jaredrummler.android.colorpicker.R$attr: int orderingFromXml +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: java.lang.String chief +okio.RealBufferedSource: byte[] readByteArray() +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_android_ttcIndex +retrofit2.Utils: java.lang.RuntimeException methodError(java.lang.reflect.Method,java.lang.String,java.lang.Object[]) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_TextButton +wangdaye.com.geometricweather.R$layout: int activity_live_wallpaper_config +io.reactivex.exceptions.ProtocolViolationException +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_toRightOf +com.google.android.material.R$id: int TOP_START +okhttp3.Cache$CacheRequestImpl: okhttp3.Cache this$0 +wangdaye.com.geometricweather.db.entities.WeatherEntity: int temperature +com.google.android.material.R$style: int Widget_MaterialComponents_PopupMenu +retrofit2.DefaultCallAdapterFactory$1: java.lang.reflect.Type responseType() +com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_gapBetweenBars +wangdaye.com.geometricweather.common.basic.models.weather.Base: java.util.Date getUpdateDate() +com.google.android.material.R$attr: int indicatorColor +androidx.lifecycle.extensions.R$dimen: R$dimen() +androidx.preference.R$drawable: int btn_checkbox_unchecked_mtrl +okhttp3.internal.http2.Http2Writer: void synStream(boolean,int,int,java.util.List) +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView +android.didikee.donate.R$color: int secondary_text_default_material_light +android.didikee.donate.R$styleable: int AppCompatTheme_windowActionModeOverlay +androidx.hilt.R$styleable: int Fragment_android_id +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintEnd_toStartOf +com.google.android.material.R$id: int mtrl_calendar_day_selector_frame +wangdaye.com.geometricweather.R$color: int colorLine_light +james.adaptiveicon.R$styleable: int Spinner_android_prompt +com.turingtechnologies.materialscrollbar.R$attr: int fastScrollVerticalTrackDrawable +cyanogenmod.externalviews.ExternalView$1: void onServiceDisconnected(android.content.ComponentName) +wangdaye.com.geometricweather.R$string: int mtrl_picker_invalid_format +james.adaptiveicon.R$dimen: int abc_dialog_list_padding_bottom_no_buttons +com.google.android.material.R$color: int mtrl_text_btn_text_color_selector +com.google.android.material.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges +wangdaye.com.geometricweather.R$attr: int pressedTranslationZ +androidx.appcompat.R$styleable: int MenuItem_android_title +com.xw.repo.bubbleseekbar.R$id: int notification_main_column_container +androidx.preference.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert +androidx.appcompat.R$dimen: int abc_text_size_subhead_material +androidx.preference.R$styleable: int AppCompatSeekBar_tickMarkTintMode +okhttp3.internal.http2.Http2Connection: java.util.Map streams +androidx.appcompat.resources.R$id: int accessibility_custom_action_12 +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Light_BottomSheetDialog +com.google.android.material.chip.Chip: void setCheckable(boolean) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: void setUrl(java.lang.String) +okhttp3.internal.http2.Settings: boolean getEnablePush(boolean) +cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper: cyanogenmod.app.CustomTileListenerService this$0 +com.jaredrummler.android.colorpicker.R$dimen: int compat_control_corner_material +com.google.android.material.R$attr: int textColorAlertDialogListItem +androidx.viewpager2.R$id: int action_text +okhttp3.internal.http2.ErrorCode +androidx.loader.R$color: int secondary_text_default_material_light +wangdaye.com.geometricweather.R$style: int EmptyTheme +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem +com.google.android.material.R$styleable: int Layout_layout_goneMarginLeft +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceImageView_android_maxWidth +androidx.lifecycle.Lifecycle: androidx.lifecycle.Lifecycle$State getCurrentState() +okhttp3.internal.Util: java.util.concurrent.ThreadFactory threadFactory(java.lang.String,boolean) +wangdaye.com.geometricweather.R$styleable: int Preference_key +com.google.android.material.R$attr: int switchMinWidth +wangdaye.com.geometricweather.R$id: int activity_widget_config_hideSubtitleSwitch +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_autoSizeTextType +cyanogenmod.providers.CMSettings$Secure: int getIntForUser(android.content.ContentResolver,java.lang.String,int) +com.google.android.material.R$attr: int layout_behavior +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getO3() +wangdaye.com.geometricweather.R$layout: int widget_clock_day_tile +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircularSkyWeatherView: int getBackgroundColor() +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void setDisposable(io.reactivex.disposables.Disposable) +com.xw.repo.bubbleseekbar.R$styleable: int CompoundButton_buttonTintMode +cyanogenmod.app.Profile$ProfileTrigger: void writeToParcel(android.os.Parcel,int) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarSplitStyle +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: float getFillAlpha() +wangdaye.com.geometricweather.R$styleable: int SearchView_queryBackground +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Wind: java.lang.String windspeed +com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: CircularRevealCoordinatorLayout(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: void setSunDrawable(android.graphics.drawable.Drawable) +com.google.android.material.R$styleable: int CustomAttribute_customIntegerValue +androidx.lifecycle.ProcessLifecycleOwner$3$1: void onActivityPostStarted(android.app.Activity) +wangdaye.com.geometricweather.R$attr: int flow_padding +wangdaye.com.geometricweather.R$attr: int iconGravity +io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function6) +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getPm25Color(android.content.Context) +cyanogenmod.providers.DataUsageContract: int COLUMN_OF_LABEL +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.functions.Function mapper +androidx.loader.R$styleable: int FontFamilyFont_android_fontStyle +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int THUNDERSHOWER +retrofit2.HttpServiceMethod: retrofit2.Converter responseConverter +com.xw.repo.bubbleseekbar.R$color: int switch_thumb_material_dark +androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_fontStyle +james.adaptiveicon.R$attr: int windowNoTitle +okhttp3.internal.ws.WebSocketWriter: okio.Buffer$UnsafeCursor maskCursor +com.google.android.gms.common.server.FavaDiagnosticsEntity +okio.DeflaterSink: java.util.zip.Deflater deflater +james.adaptiveicon.R$style: int Platform_Widget_AppCompat_Spinner +androidx.preference.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding +okio.ByteString: java.lang.String string(java.nio.charset.Charset) +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DIALER_OPENCNAM_AUTH_TOKEN_VALIDATOR +wangdaye.com.geometricweather.R$id: int dialog_running_in_background_o_container +androidx.preference.R$attr: int logoDescription +com.google.android.material.R$attr: int textEndPadding +cyanogenmod.app.CustomTile: android.os.Parcelable$Creator CREATOR +androidx.preference.R$dimen: int abc_dialog_list_padding_top_no_title +wangdaye.com.geometricweather.R$attr: int lineHeight +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_editTextColor +androidx.appcompat.resources.R$color: int notification_icon_bg_color +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_actionProviderClass +cyanogenmod.weather.IRequestInfoListener$Stub: int TRANSACTION_onWeatherRequestCompleted +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: int bufferSize +android.didikee.donate.R$style: int TextAppearance_AppCompat_Large +com.google.android.material.R$drawable: int abc_tab_indicator_mtrl_alpha +cyanogenmod.providers.CMSettings$System: java.lang.String SHOW_ALARM_ICON +wangdaye.com.geometricweather.R$style: int Theme_Design_Light +com.google.android.material.R$dimen: int mtrl_bottomappbar_fab_cradle_vertical_offset +com.amap.api.location.AMapLocation: double t +com.amap.api.location.AMapLocation: int getTrustedLevel() +com.jaredrummler.android.colorpicker.R$id: int cpv_color_picker_view +james.adaptiveicon.R$dimen: int hint_pressed_alpha_material_dark +android.didikee.donate.R$styleable: int[] ActionBarLayout +com.google.android.material.R$layout: int abc_tooltip +com.google.android.material.R$styleable: int MotionHelper_onShow +com.turingtechnologies.materialscrollbar.R$styleable: int[] AppBarLayoutStates +okhttp3.MultipartBody$Builder: MultipartBody$Builder(java.lang.String) +com.google.android.material.R$dimen: int mtrl_alert_dialog_background_inset_start +cyanogenmod.profiles.RingModeSettings: void processOverride(android.content.Context) +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_at +james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum: int UnitType +com.google.android.material.R$styleable: int GradientColor_android_centerY +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleMarginTop +retrofit2.ParameterHandler$Field: boolean encoded +androidx.coordinatorlayout.R$string: int status_bar_notification_info_overflow +androidx.viewpager2.R$style: int Widget_Compat_NotificationActionText +io.reactivex.internal.util.NotificationLite: java.lang.Object next(java.lang.Object) +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningAdvice: int phenomenoMaxColorId +androidx.appcompat.resources.R$dimen: int compat_notification_large_icon_max_height +com.amap.api.location.AMapLocation: int GPS_ACCURACY_UNKNOWN +org.greenrobot.greendao.AbstractDao: void deleteByKey(java.lang.Object) +android.didikee.donate.R$styleable: int Toolbar_collapseIcon +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_66 +androidx.appcompat.widget.AppCompatEditText: void setCustomSelectionActionModeCallback(android.view.ActionMode$Callback) +androidx.vectordrawable.animated.R$styleable: R$styleable() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle +com.jaredrummler.android.colorpicker.R$id: int expand_activities_button +com.google.android.material.R$style: int Base_V28_Theme_AppCompat +okio.AsyncTimeout$2: void close() +wangdaye.com.geometricweather.R$id: int header_title +cyanogenmod.externalviews.KeyguardExternalViewProviderService$1: cyanogenmod.externalviews.KeyguardExternalViewProviderService this$0 +retrofit2.adapter.rxjava2.Result: java.lang.Throwable error() +io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,long,java.util.concurrent.TimeUnit) +okhttp3.internal.cache.DiskLruCache: java.util.concurrent.Executor executor +cyanogenmod.weatherservice.ServiceRequestResult: ServiceRequestResult(android.os.Parcel) +wangdaye.com.geometricweather.R$array: int location_service_values +androidx.swiperefreshlayout.R$color: int notification_icon_bg_color +androidx.appcompat.R$id: int accessibility_custom_action_27 +io.reactivex.internal.subscriptions.DeferredScalarSubscription: java.lang.Object poll() +com.xw.repo.bubbleseekbar.R$dimen: int disabled_alpha_material_dark +com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_stackFromEnd +wangdaye.com.geometricweather.R$style: int Base_V28_Theme_AppCompat_Light +retrofit2.BuiltInConverters$ToStringConverter +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay TAG_PRECIPITATION +retrofit2.Platform$Android: java.util.concurrent.Executor defaultCallbackExecutor() +android.didikee.donate.R$attr: int navigationIcon +androidx.constraintlayout.widget.R$anim: int abc_popup_enter +wangdaye.com.geometricweather.R$attr: int colorOnPrimary +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse +androidx.work.R$id: int accessibility_custom_action_20 +wangdaye.com.geometricweather.db.entities.DailyEntityDao: wangdaye.com.geometricweather.db.converters.WindDegreeConverter nighttimeWindDegreeConverter +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionBar_Solid +james.adaptiveicon.R$string: int abc_searchview_description_query +retrofit2.RequestFactory$Builder: java.lang.String httpMethod +wangdaye.com.geometricweather.R$color: int mtrl_bottom_nav_item_tint +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_week_4 +wangdaye.com.geometricweather.R$attr: int cardMaxElevation +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Weather: java.lang.String desc +wangdaye.com.geometricweather.R$id: int jumpToStart +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeStyle +android.didikee.donate.R$layout: int abc_select_dialog_material +com.jaredrummler.android.colorpicker.R$styleable: int Preference_selectable +androidx.preference.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setLockWallpaper(java.lang.String) -wangdaye.com.geometricweather.db.entities.LocationEntity: void setLatitude(float) -io.reactivex.Observable: io.reactivex.Observable concatMapEagerDelayError(io.reactivex.functions.Function,int,int,boolean) -com.baidu.location.e.l$b: com.baidu.location.e.l$b[] values() -androidx.preference.Preference: Preference(android.content.Context) -android.didikee.donate.R$layout: int abc_action_bar_title_item -com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar -com.github.rahatarmanahmed.cpv.CircularProgressView: void onAttachedToWindow() -wangdaye.com.geometricweather.R$layout: int activity_main -wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: void setTextColor(int) -android.didikee.donate.R$attr: int spinnerDropDownItemStyle -okhttp3.internal.connection.ConnectInterceptor: okhttp3.OkHttpClient client -com.google.android.gms.location.ActivityRecognitionResult: android.os.Parcelable$Creator CREATOR -okio.Buffer: okio.Buffer readFrom(java.io.InputStream,long) -wangdaye.com.geometricweather.R$id: int outline -james.adaptiveicon.R$layout: R$layout() -androidx.appcompat.R$styleable: int AppCompatTheme_actionButtonStyle -okhttp3.internal.cache.FaultHidingSink: void write(okio.Buffer,long) -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Large -androidx.hilt.R$styleable: R$styleable() -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_popupTheme -com.google.android.material.internal.NavigationMenuItemView: void setTitle(java.lang.CharSequence) -wangdaye.com.geometricweather.R$styleable: int Spinner_android_entries -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_collapsedTitleTextAppearance -androidx.hilt.lifecycle.R$styleable: int FontFamily_fontProviderFetchTimeout -okio.DeflaterSink: boolean closed -androidx.appcompat.widget.AppCompatSpinner$SavedState -cyanogenmod.externalviews.KeyguardExternalView$3: cyanogenmod.externalviews.KeyguardExternalView this$0 -androidx.constraintlayout.widget.R$id: int decelerateAndComplete -androidx.viewpager.R$id: int title -okhttp3.OkHttpClient$Builder: java.util.List networkInterceptors -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float getO3() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$LocalSource: java.lang.String Name -com.jaredrummler.android.colorpicker.R$attr: int actionModeWebSearchDrawable -cyanogenmod.app.LiveLockScreenInfo: int describeContents() -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: boolean active -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowActionBarOverlay -androidx.loader.R$attr: int alpha -androidx.hilt.R$id: int right_side -cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator sAlwaysTrueValidator -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.constraintlayout.helper.widget.Layer: void setVisibility(int) -androidx.core.R$id: int accessibility_custom_action_13 -okio.HashingSource: okio.ByteString hash() -okio.ForwardingSink: java.lang.String toString() -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_horizontalAlign -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getShortAbbreviation(android.content.Context) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: int val$y -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.R$dimen: int abc_select_dialog_padding_start_material -cyanogenmod.profiles.BrightnessSettings$1: BrightnessSettings$1() -androidx.appcompat.widget.AppCompatTextView: void setTextClassifier(android.view.textclassifier.TextClassifier) -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_goneMarginStart -com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert -com.amap.api.fence.GeoFenceManagerBase: void addRoundGeoFence(com.amap.api.location.DPoint,float,java.lang.String) -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light_DialogWhenLarge -wangdaye.com.geometricweather.R$attr: int colorPrimarySurface -com.bumptech.glide.integration.okhttp.R$dimen: int notification_media_narrow_margin -wangdaye.com.geometricweather.R$id: int progress_horizontal -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void remove() -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void onError(java.lang.Throwable) -androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerView$OnFlingListener getOnFlingListener() -james.adaptiveicon.R$attr: int checkboxStyle -okhttp3.internal.http2.Header: okio.ByteString TARGET_SCHEME -androidx.vectordrawable.R$id: int accessibility_custom_action_9 -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Spinner_DropDown -io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain: long serialVersionUID -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver: io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver parent -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: java.lang.String BriefPhrase -wangdaye.com.geometricweather.R$id: int scrollIndicatorDown -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar +wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_itemStrokeWidth +com.xw.repo.bubbleseekbar.R$styleable: int ActionMode_backgroundSplit +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Ice: int UnitType +androidx.lifecycle.extensions.R$attr: int fontProviderPackage +androidx.preference.R$drawable: int notification_template_icon_bg +androidx.vectordrawable.animated.R$dimen: int notification_right_icon_size +cyanogenmod.profiles.ConnectionSettings: int CM_MODE_4G +androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow +wangdaye.com.geometricweather.db.entities.DailyEntityDao +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxCornerRadiusBottomEnd +cyanogenmod.providers.CMSettings$Secure: java.lang.String LOCKSCREEN_VISUALIZER_ENABLED +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Metric: AccuCurrentResult$DewPoint$Metric() +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.lang.String getHour(android.content.Context) +androidx.appcompat.R$styleable: int[] AppCompatTextView +wangdaye.com.geometricweather.db.entities.HistoryEntity: int getNighttimeTemperature() +android.didikee.donate.R$id: int list_item +wangdaye.com.geometricweather.R$styleable: int AlertDialog_multiChoiceItemLayout +wangdaye.com.geometricweather.R$styleable: int MotionTelltales_telltales_tailScale +wangdaye.com.geometricweather.R$styleable: int[] Spinner +wangdaye.com.geometricweather.R$id: int square +androidx.appcompat.R$style: int TextAppearance_AppCompat_Medium_Inverse +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.rx.RxDao rxDao +okhttp3.internal.http2.Hpack$Reader: void insertIntoDynamicTable(int,okhttp3.internal.http2.Header) +androidx.activity.R$attr: int fontWeight +io.reactivex.internal.observers.LambdaObserver: io.reactivex.functions.Consumer onError +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: io.reactivex.internal.fuseable.SimplePlainQueue queue +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorError +com.bumptech.glide.load.engine.GlideException: java.lang.Throwable fillInStackTrace() +androidx.work.NetworkType: androidx.work.NetworkType valueOf(java.lang.String) +wangdaye.com.geometricweather.R$attr: int appBarLayoutStyle +wangdaye.com.geometricweather.R$drawable: int clock_dial_dark +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_BOOT_ANIM +okhttp3.internal.http.RealInterceptorChain: okhttp3.EventListener eventListener +androidx.appcompat.R$styleable: int TextAppearance_android_fontFamily +com.xw.repo.bubbleseekbar.R$id: int notification_main_column +com.turingtechnologies.materialscrollbar.R$dimen: int notification_media_narrow_margin +cyanogenmod.app.Profile$Type: Profile$Type() +androidx.customview.R$attr: int fontProviderFetchStrategy +wangdaye.com.geometricweather.R$color: int design_dark_default_color_background +androidx.constraintlayout.widget.R$styleable: int MenuView_android_headerBackground +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: void dispose() +androidx.viewpager.widget.PagerTitleStrip: void setTextSpacing(int) +com.google.gson.FieldNamingPolicy: java.lang.String upperCaseFirstLetter(java.lang.String) +okhttp3.internal.platform.AndroidPlatform: int MAX_LOG_LENGTH +androidx.preference.PreferenceGroup$SavedState: android.os.Parcelable$Creator CREATOR +io.reactivex.internal.subscriptions.DeferredScalarSubscription: int NO_REQUEST_HAS_VALUE +androidx.appcompat.R$attr: int iconTint +cyanogenmod.alarmclock.ClockContract$CitiesColumns: java.lang.String TIMEZONE_NAME +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintTop_toTopOf +okio.Buffer: java.io.OutputStream outputStream() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Long getId() +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter beginArray() +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void onComplete() +androidx.room.RoomDatabase: RoomDatabase() +com.google.android.material.bottomnavigation.BottomNavigationView: BottomNavigationView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog_Flush +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_ActionBar_Primary +okhttp3.internal.cache.DiskLruCache$Snapshot: okio.Source[] sources +androidx.preference.R$attr: int editTextColor +com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_image_size +com.google.android.material.R$style: int Widget_AppCompat_Light_ActivityChooserView +com.google.android.gms.base.R$styleable: int LoadingImageView_imageAspectRatio +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Imperial: int UnitType +wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_arrowHeadLength +cyanogenmod.providers.CMSettings$System: java.lang.String BATTERY_LIGHT_MEDIUM_COLOR +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData this$0 +wangdaye.com.geometricweather.R$drawable: int notif_temp_79 +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: java.lang.String country +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_elevation +androidx.appcompat.R$styleable: int[] SearchView +cyanogenmod.app.IProfileManager: cyanogenmod.app.Profile getActiveProfile() +wangdaye.com.geometricweather.R$xml: int icon_provider_config +wangdaye.com.geometricweather.R$styleable: int Toolbar_logoDescription +androidx.work.impl.utils.futures.AbstractFuture: java.lang.Object value +okhttp3.Call$Factory: okhttp3.Call newCall(okhttp3.Request) +com.turingtechnologies.materialscrollbar.R$attr: int dropdownListPreferredItemHeight +android.didikee.donate.R$style: int Widget_AppCompat_DrawerArrowToggle +cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy +wangdaye.com.geometricweather.R$string: int settings_title_gravity_sensor_switch +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_switchTextAppearance +androidx.vectordrawable.R$dimen: int notification_right_icon_size +wangdaye.com.geometricweather.R$drawable: int widget_trend_daily +com.google.android.material.R$styleable: int KeyTrigger_onPositiveCross +wangdaye.com.geometricweather.R$styleable: int MotionLayout_applyMotionScene +androidx.constraintlayout.widget.R$styleable: int ActionMode_subtitleTextStyle +wangdaye.com.geometricweather.R$styleable: int MenuItem_showAsAction +com.google.android.material.R$styleable: int Constraint_android_minWidth +androidx.lifecycle.FullLifecycleObserver: void onCreate(androidx.lifecycle.LifecycleOwner) +androidx.recyclerview.R$layout: int notification_action_tombstone +androidx.viewpager2.R$layout: int notification_action +okhttp3.Cache$1: okhttp3.internal.cache.CacheRequest put(okhttp3.Response) +okhttp3.CipherSuite: java.lang.String toString() +cyanogenmod.weather.IRequestInfoListener: void onWeatherRequestCompleted(cyanogenmod.weather.RequestInfo,int,cyanogenmod.weather.WeatherInfo) +androidx.preference.R$style: int Base_Widget_AppCompat_ListView_DropDown +android.didikee.donate.R$styleable: int ColorStateListItem_android_alpha +androidx.appcompat.R$dimen: int abc_disabled_alpha_material_light +retrofit2.http.FormUrlEncoded +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation +androidx.appcompat.R$attr: int switchTextAppearance +com.turingtechnologies.materialscrollbar.R$id: int design_menu_item_action_area_stub +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_horizontalStyle +com.google.android.material.appbar.AppBarLayout: float getTargetElevation() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceListItem +com.google.android.material.internal.VisibilityAwareImageButton: VisibilityAwareImageButton(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Display1 +okio.RealBufferedSink: java.io.OutputStream outputStream() +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType DeleteByKey +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver +wangdaye.com.geometricweather.R$styleable: int[] Fragment +okhttp3.internal.http1.Http1Codec: okio.BufferedSink sink +androidx.swiperefreshlayout.R$dimen: int notification_big_circle_margin +com.google.android.material.R$id: int parentRelative +com.xw.repo.bubbleseekbar.R$color: int switch_thumb_normal_material_light +wangdaye.com.geometricweather.R$styleable: int[] MaterialCalendarItem +androidx.preference.R$styleable: int SwitchPreferenceCompat_android_summaryOff +com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_dialogTitle +wangdaye.com.geometricweather.db.entities.DailyEntity: void setGrassIndex(java.lang.Integer) +wangdaye.com.geometricweather.R$styleable: int AppCompatSeekBar_tickMarkTintMode +com.google.android.material.R$style: int Widget_AppCompat_ListMenuView +com.jaredrummler.android.colorpicker.ColorPanelView: int getShape() +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIconEndPadding +wangdaye.com.geometricweather.R$style: int Widget_Design_TabLayout +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_barrierDirection +retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: void onComplete() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean brandInfo +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWindDirection(java.lang.String) +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onDetach() +androidx.preference.R$dimen: int hint_alpha_material_dark +android.support.v4.os.ResultReceiver: boolean mLocal +com.google.android.material.R$color: int switch_thumb_material_light +androidx.appcompat.widget.ActionBarContainer: void setVisibility(int) +androidx.viewpager.widget.PagerTabStrip: void setTabIndicatorColor(int) +androidx.constraintlayout.widget.R$styleable: int[] StateSet +wangdaye.com.geometricweather.R$attr: int buttonTint +james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarTheme +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: void dispose() +com.turingtechnologies.materialscrollbar.R$bool: R$bool() +androidx.hilt.R$styleable: int ColorStateListItem_android_color +james.adaptiveicon.R$styleable: int MenuView_android_itemTextAppearance +androidx.hilt.R$styleable: int GradientColor_android_endY +com.google.android.material.R$styleable: int FloatingActionButton_rippleColor +cyanogenmod.providers.CMSettings$Secure: boolean putInt(android.content.ContentResolver,java.lang.String,int) +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean done +androidx.constraintlayout.widget.R$styleable: int ActionBar_contentInsetEndWithActions +com.jaredrummler.android.colorpicker.R$dimen: int notification_small_icon_size_as_large +com.jaredrummler.android.colorpicker.R$style: int Base_V22_Theme_AppCompat_Light +com.jaredrummler.android.colorpicker.R$id: int image +androidx.constraintlayout.widget.R$drawable: int abc_btn_check_to_on_mtrl_015 +androidx.core.os.CancellationSignal: void setOnCancelListener(androidx.core.os.CancellationSignal$OnCancelListener) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Button_Colored +com.google.android.material.R$styleable: int KeyTimeCycle_curveFit +androidx.legacy.coreutils.R$attr: int fontProviderCerts +com.turingtechnologies.materialscrollbar.R$styleable: int[] Toolbar +androidx.constraintlayout.widget.R$drawable: int notification_bg_normal +okio.Buffer: void clear() +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light_Dialog_Alert +com.google.android.material.R$id: int chronometer +androidx.appcompat.R$color: int material_blue_grey_800 +wangdaye.com.geometricweather.R$dimen: int mtrl_toolbar_default_height +james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge +wangdaye.com.geometricweather.R$drawable: int shortcuts_haze_foreground +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int FREEZING_DRIZZLE +com.amap.api.fence.GeoFence: boolean isAble() +io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: long count +wangdaye.com.geometricweather.R$dimen: int mtrl_large_touch_target +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: io.reactivex.Observer observer +com.turingtechnologies.materialscrollbar.R$color: int material_deep_teal_500 +james.adaptiveicon.R$style: int Base_Widget_AppCompat_RatingBar_Small +okhttp3.internal.http2.Http2Writer: void settings(okhttp3.internal.http2.Settings) +cyanogenmod.themes.ThemeManager$1$2 +com.xw.repo.bubbleseekbar.R$drawable: int notification_bg_normal +okhttp3.internal.http.HttpHeaders: boolean skipWhitespaceAndCommas(okio.Buffer) +wangdaye.com.geometricweather.R$string: int abc_menu_shift_shortcut_label +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String FORECAST_LOW +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemTextAppearance +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property AqiText +wangdaye.com.geometricweather.R$styleable: int MaterialButton_iconTint +com.jaredrummler.android.colorpicker.R$id: int action_text +com.google.android.material.R$animator: int linear_indeterminate_line2_head_interpolator +androidx.vectordrawable.R$styleable: int GradientColor_android_centerX +cyanogenmod.themes.ThemeChangeRequest: android.os.Parcelable$Creator CREATOR +com.google.android.material.R$styleable: int AppCompatTheme_radioButtonStyle +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_92 +cyanogenmod.externalviews.KeyguardExternalView: android.content.ServiceConnection access$500(cyanogenmod.externalviews.KeyguardExternalView) +cyanogenmod.providers.CMSettings$Global: java.lang.String ZEN_DISABLE_DUCKING_DURING_MEDIA_PLAYBACK +androidx.core.R$dimen: int notification_right_icon_size +androidx.appcompat.R$drawable: int btn_radio_on_to_off_mtrl_animation +okhttp3.Cache$Entry: Cache$Entry(okio.Source) +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xdw +cyanogenmod.app.IProfileManager: void addNotificationGroup(android.app.NotificationGroup) +wangdaye.com.geometricweather.R$string: int feedback_click_again_to_exit +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem +com.jaredrummler.android.colorpicker.R$styleable: int Preference_allowDividerAbove +james.adaptiveicon.R$style: int Widget_AppCompat_ListPopupWindow +wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: void setIconResStart(int) +wangdaye.com.geometricweather.db.entities.DailyEntityDao: wangdaye.com.geometricweather.db.converters.WeatherCodeConverter nighttimeWeatherCodeConverter +wangdaye.com.geometricweather.R$drawable: int notification_template_icon_bg +com.google.android.gms.common.SignInButton: void setScopes(com.google.android.gms.common.api.Scope[]) +cyanogenmod.profiles.BrightnessSettings +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse +wangdaye.com.geometricweather.R$string: int mtrl_picker_toggle_to_text_input_mode +com.google.android.material.R$styleable: int Chip_chipEndPadding +wangdaye.com.geometricweather.R$layout: int test_reflow_chipgroup +com.google.gson.stream.JsonReader: int doPeek() +wangdaye.com.geometricweather.common.basic.GeoViewModel +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256 +com.google.android.material.R$layout: int mtrl_picker_header_title_text +androidx.transition.R$layout: int notification_template_custom_big +wangdaye.com.geometricweather.R$id: int notification_big_temp_1 +com.jaredrummler.android.colorpicker.R$color: int notification_action_color_filter +com.amap.api.location.AMapLocationClientOption: AMapLocationClientOption() +cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy: boolean handles(android.content.Intent) +wangdaye.com.geometricweather.R$attr: int windowFixedWidthMinor +com.bumptech.glide.R$drawable: R$drawable() +wangdaye.com.geometricweather.R$anim: int btn_radio_to_on_mtrl_ring_outer_animation +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void drain() +androidx.preference.R$dimen: int abc_control_inset_material +com.google.android.material.R$dimen: int mtrl_alert_dialog_background_inset_top +com.google.android.material.datepicker.CompositeDateValidator +wangdaye.com.geometricweather.R$color: int mtrl_on_primary_text_btn_text_color_selector +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHeight_percent +com.jaredrummler.android.colorpicker.R$id: int info +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Body1 +com.google.android.material.R$attr: int actionModeCloseDrawable +com.xw.repo.bubbleseekbar.R$attr: int actionOverflowButtonStyle +com.jaredrummler.android.colorpicker.R$attr: int actionModeCloseButtonStyle +wangdaye.com.geometricweather.R$color: int background_material_light +wangdaye.com.geometricweather.R$dimen: int mtrl_slider_thumb_radius +androidx.vectordrawable.animated.R$attr: int fontProviderPackage +com.google.android.material.R$dimen: int mtrl_calendar_day_vertical_padding +androidx.preference.R$styleable: int MenuItem_numericModifiers +com.turingtechnologies.materialscrollbar.R$layout: int notification_action_tombstone +okio.Sink: void close() +com.google.android.material.bottomappbar.BottomAppBar: boolean getHideOnScroll() +okio.BufferedSink: okio.BufferedSink writeInt(int) +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.ChineseCityEntity,int) +com.google.android.material.R$styleable: int ViewBackgroundHelper_backgroundTint +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_PSK_WITH_RC4_128_SHA +androidx.appcompat.R$color: int abc_search_url_text_pressed +com.bumptech.glide.R$drawable: int notification_bg_normal_pressed +com.google.android.material.internal.NavigationMenuItemView +androidx.appcompat.widget.SwitchCompat: android.content.res.ColorStateList getThumbTintList() +androidx.viewpager2.R$attr: int fontProviderAuthority +wangdaye.com.geometricweather.R$styleable: int Preference_android_enabled +wangdaye.com.geometricweather.R$id: int dialog_minimal_icon_lightIcon +androidx.hilt.R$id: int title +com.google.android.gms.common.api.ApiException: com.google.android.gms.common.api.Status getStatus() +androidx.drawerlayout.R$styleable: int[] GradientColor +com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.String toString() +wangdaye.com.geometricweather.R$attr: int minHeight +cyanogenmod.externalviews.IKeyguardExternalViewProvider: void unregisterCallback(cyanogenmod.externalviews.IKeyguardExternalViewCallbacks) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean getDirection() +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHeight_default +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA +androidx.constraintlayout.widget.R$attr: int actionLayout +com.xw.repo.bubbleseekbar.R$styleable: int[] ActionBar +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_android_weightSum +okhttp3.internal.cache.CacheInterceptor: okhttp3.internal.cache.InternalCache cache +com.google.android.material.R$dimen: int abc_button_inset_vertical_material +wangdaye.com.geometricweather.R$attr: int transitionEasing +com.google.android.material.R$layout: int abc_expanded_menu_layout +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle +okhttp3.internal.http2.Hpack$Reader: void readLiteralHeaderWithoutIndexingNewName() +androidx.appcompat.widget.SwitchCompat: void setTextOff(java.lang.CharSequence) +wangdaye.com.geometricweather.R$styleable: int Motion_drawPath +com.google.android.material.circularreveal.cardview.CircularRevealCardView: void setRevealInfo(com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo) +com.google.android.material.timepicker.ClockHandView: void addOnRotateListener(com.google.android.material.timepicker.ClockHandView$OnRotateListener) +com.xw.repo.bubbleseekbar.R$id: int action_container +wangdaye.com.geometricweather.R$id: int dialog_adaptive_icon_icon +android.didikee.donate.R$style: int Base_V7_Widget_AppCompat_EditText +com.jaredrummler.android.colorpicker.R$anim: R$anim() +com.google.android.material.button.MaterialButton: void setBackgroundDrawable(android.graphics.drawable.Drawable) +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void otherComplete() +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: java.lang.Throwable error +cyanogenmod.profiles.RingModeSettings: boolean mDirty +com.xw.repo.bubbleseekbar.R$drawable: int abc_dialog_material_background +okhttp3.Interceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) +com.jaredrummler.android.colorpicker.R$attr: int editTextStyle +wangdaye.com.geometricweather.R$styleable: int NavigationView_android_maxWidth +com.turingtechnologies.materialscrollbar.R$style: int Base_V22_Theme_AppCompat +okhttp3.Cache$1 +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_icon_size +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.util.concurrent.atomic.AtomicInteger active +androidx.vectordrawable.animated.R$dimen: int compat_button_inset_vertical_material +james.adaptiveicon.R$attr: int height +cyanogenmod.app.Profile$LockMode: int DEFAULT +cyanogenmod.weather.WeatherLocation$Builder: cyanogenmod.weather.WeatherLocation build() +cyanogenmod.hardware.ICMHardwareService$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableTintMode +james.adaptiveicon.R$id: int async +okhttp3.HttpUrl: java.lang.String encodedFragment() +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver +com.turingtechnologies.materialscrollbar.R$styleable: int MenuGroup_android_orderInCategory +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult: java.util.List dailyForecasts +wangdaye.com.geometricweather.R$id: int material_textinput_timepicker +com.xw.repo.bubbleseekbar.R$attr: int itemPadding +io.reactivex.Observable: io.reactivex.Observable distinctUntilChanged(io.reactivex.functions.BiPredicate) +wangdaye.com.geometricweather.R$layout: int test_action_chip +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: java.util.concurrent.Callable other +com.jaredrummler.android.colorpicker.R$drawable: int abc_switch_thumb_material +androidx.work.R$drawable: int notification_action_background +com.google.android.material.R$dimen: int mtrl_alert_dialog_background_inset_end +retrofit2.http.Headers +wangdaye.com.geometricweather.R$attr: int trackColorInactive +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Subhead_Inverse +com.jaredrummler.android.colorpicker.R$styleable: int[] SeekBarPreference +androidx.activity.R$id: int action_text +com.jaredrummler.android.colorpicker.R$attr: int arrowShaftLength +androidx.appcompat.R$styleable: int FontFamily_fontProviderPackage +androidx.fragment.R$id: int accessibility_custom_action_2 +com.xw.repo.bubbleseekbar.R$style: int Base_V7_Theme_AppCompat +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.Wind getWind() +com.google.android.material.R$attr: int cornerFamilyTopRight +androidx.preference.R$id: int action_mode_bar +com.google.android.material.R$anim: int btn_checkbox_to_unchecked_icon_null_animation +androidx.preference.R$styleable: int AppCompatTheme_editTextColor +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_progressBarStyle +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: void onSuccess(java.lang.Object) +androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory: androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory sInstance +androidx.appcompat.R$id: int group_divider +androidx.constraintlayout.widget.R$styleable: int[] SearchView +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarItemBackground +com.bumptech.glide.R$dimen: int compat_control_corner_material +wangdaye.com.geometricweather.R$drawable: int shortcuts_fog_foreground +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String pm25 +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.internal.util.AtomicThrowable errors +wangdaye.com.geometricweather.R$string: int mtrl_exceed_max_badge_number_content_description +okhttp3.WebSocket: boolean close(int,java.lang.String) +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_Behavior_Layout_behavior_autoHide +androidx.viewpager2.R$id: int tag_accessibility_pane_title +wangdaye.com.geometricweather.db.entities.DaoMaster: void dropAllTables(org.greenrobot.greendao.database.Database,boolean) +androidx.appcompat.R$attr: int textAppearancePopupMenuHeader +wangdaye.com.geometricweather.R$styleable: int Toolbar_subtitleTextColor +com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_item_icon_padding +androidx.preference.R$attr: int showTitle +com.turingtechnologies.materialscrollbar.R$attr: int barLength +wangdaye.com.geometricweather.R$id: int mtrl_picker_fullscreen +com.google.android.material.chip.ChipGroup: java.util.List getCheckedChipIds() +com.google.android.material.internal.NavigationMenuItemView: void setNeedsEmptyIcon(boolean) +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_body_2_material +cyanogenmod.externalviews.KeyguardExternalViewProviderService: KeyguardExternalViewProviderService() +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Headline2 +androidx.transition.R$attr: int fontProviderFetchTimeout +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_21 +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Item +androidx.preference.R$drawable: int abc_switch_track_mtrl_alpha +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_TabText +cyanogenmod.externalviews.ExternalViewProperties: int[] mScreenCoords +androidx.fragment.R$id: int notification_main_column_container +okhttp3.internal.platform.Platform: okhttp3.internal.tls.TrustRootIndex buildTrustRootIndex(javax.net.ssl.X509TrustManager) +james.adaptiveicon.R$style: int Base_Theme_AppCompat +wangdaye.com.geometricweather.R$animator: int weather_cloudy_1 +androidx.preference.R$styleable: int AppCompatTheme_listPopupWindowStyle +androidx.viewpager2.R$id: int info +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$3: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: int RUNNING +androidx.constraintlayout.widget.R$styleable: int[] CustomAttribute +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: ObservableThrottleLatest$ThrottleLatestObserver(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler$Worker,boolean) +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xsr +com.google.android.material.datepicker.CompositeDateValidator: android.os.Parcelable$Creator CREATOR +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_Dialog +android.didikee.donate.R$dimen: int abc_text_size_medium_material +cyanogenmod.app.ProfileGroup$2 +cyanogenmod.app.ProfileGroup: boolean matches(android.app.NotificationGroup,boolean) +androidx.constraintlayout.widget.R$styleable: int Constraint_pivotAnchor +androidx.constraintlayout.helper.widget.Flow: void setFirstVerticalBias(float) +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: boolean tryOnError(java.lang.Throwable) +cyanogenmod.themes.ThemeManager: java.lang.String TAG +okhttp3.internal.cache.DiskLruCache$1: void run() +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Inverse +james.adaptiveicon.R$drawable: int abc_switch_thumb_material +androidx.coordinatorlayout.R$id: int accessibility_custom_action_31 +okhttp3.internal.cache2.Relay$RelaySource: long sourcePos +com.jaredrummler.android.colorpicker.R$style: R$style() +androidx.swiperefreshlayout.R$id: int actions +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_6 +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_goneMarginLeft +com.google.android.material.R$attr: int checkedTextViewStyle +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_stacked_tab_max_width +cyanogenmod.app.ILiveLockScreenChangeListener$Stub: android.os.IBinder asBinder() +com.google.android.material.R$color: int material_grey_100 +cyanogenmod.app.CMContextConstants$Features: java.lang.String PERFORMANCE +android.didikee.donate.R$styleable: int AppCompatTheme_popupMenuStyle +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem +com.jaredrummler.android.colorpicker.R$styleable: int ColorStateListItem_android_color +com.jaredrummler.android.colorpicker.R$style: int Platform_V25_AppCompat_Light +wangdaye.com.geometricweather.R$string: int settings_notification_can_be_cleared_off +com.google.android.gms.common.internal.zax: zax(android.content.Context) +androidx.appcompat.R$styleable: int ActionBar_itemPadding +com.google.android.material.R$attr: int statusBarBackground +okio.AsyncTimeout: int TIMEOUT_WRITE_SIZE +com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol: com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol valueOf(java.lang.String) +io.reactivex.disposables.ReferenceDisposable +wangdaye.com.geometricweather.settings.fragments.AbstractSettingsFragment: AbstractSettingsFragment() +com.google.android.material.R$color: int mtrl_tabs_icon_color_selector +com.google.android.material.R$styleable: int ActionBar_homeAsUpIndicator +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setProgress(float) +com.google.android.material.R$attr: int materialButtonToggleGroupStyle +androidx.preference.R$layout: int custom_dialog +androidx.preference.R$style: int Widget_AppCompat_SearchView_ActionBar +retrofit2.Retrofit: retrofit2.Converter stringConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[]) +com.google.android.material.R$dimen: int mtrl_btn_disabled_elevation +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title +wangdaye.com.geometricweather.R$attr: int motionTarget +wangdaye.com.geometricweather.R$id: R$id() +androidx.hilt.lifecycle.R$id: int tag_accessibility_pane_title +androidx.appcompat.widget.AppCompatTextView: android.view.textclassifier.TextClassifier getTextClassifier() +wangdaye.com.geometricweather.R$dimen: int material_clock_hand_center_dot_radius +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_iconifiedByDefault +okhttp3.internal.ws.RealWebSocket: java.util.concurrent.ScheduledFuture cancelFuture +wangdaye.com.geometricweather.R$string: int wind_speed +com.jaredrummler.android.colorpicker.R$attr: int fontProviderCerts +wangdaye.com.geometricweather.R$string: int material_slider_range_end +androidx.appcompat.R$styleable: int ActionBar_customNavigationLayout +androidx.appcompat.R$dimen: int abc_action_button_min_height_material +wangdaye.com.geometricweather.common.basic.models.weather.Base: java.util.Date publishDate +wangdaye.com.geometricweather.R$styleable: int[] PreferenceImageView +androidx.vectordrawable.R$attr: int fontStyle +androidx.coordinatorlayout.R$id: int accessibility_custom_action_12 +com.google.android.material.R$drawable: int material_ic_keyboard_arrow_previous_black_24dp +androidx.appcompat.R$style: int Base_Widget_AppCompat_Button +androidx.constraintlayout.widget.R$attr: int ratingBarStyleSmall +wangdaye.com.geometricweather.R$layout: int notification_base_big +androidx.work.R$id: int time +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_year_width +wangdaye.com.geometricweather.R$dimen: int abc_action_button_min_width_overflow_material +com.jaredrummler.android.colorpicker.ColorPickerDialog: ColorPickerDialog() +cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status REJECTED +com.baidu.location.indoor.mapversion.c.c$b: double f +androidx.lifecycle.livedata.core.R +androidx.appcompat.R$styleable: int AppCompatTextView_drawableTopCompat +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small +androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type VERTICAL_DIMENSION +androidx.appcompat.R$style: int TextAppearance_AppCompat_Medium +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_paddingLeft +okio.Segment: byte[] data +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_NoActionBar +com.google.android.material.slider.Slider: int getHaloRadius() +android.didikee.donate.R$dimen: int abc_button_padding_vertical_material +retrofit2.KotlinExtensions$suspendAndThrow$$inlined$suspendCoroutineUninterceptedOrReturn$lambda$1: kotlin.coroutines.Continuation $continuation +androidx.work.impl.utils.futures.AbstractFuture$Waiter: androidx.work.impl.utils.futures.AbstractFuture$Waiter next +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Button +androidx.core.widget.NestedScrollView: float getVerticalScrollFactorCompat() +io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: io.reactivex.Observer downstream +cyanogenmod.providers.CMSettings$Global: int getIntForUser(android.content.ContentResolver,java.lang.String,int) +com.google.android.material.R$id: int forever +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_EXPORT_WITH_RC4_40_MD5 +cyanogenmod.power.IPerformanceManager: void cpuBoost(int) +com.google.android.material.R$styleable: int NavigationView_itemIconTint +androidx.appcompat.R$color: int button_material_dark +com.turingtechnologies.materialscrollbar.R$attr: int chipStandaloneStyle +android.didikee.donate.R$style: int Platform_AppCompat_Light +com.google.android.material.R$attr: int submitBackground +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ListMenuView +okhttp3.ConnectionSpec: java.lang.String[] tlsVersions +androidx.appcompat.resources.R$dimen: int notification_action_icon_size +io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.BiFunction) +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver parent +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.lifecycle.extensions.R$drawable: int notification_action_background +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: boolean IsAlias +androidx.vectordrawable.R$styleable: int FontFamily_fontProviderAuthority +wangdaye.com.geometricweather.R$dimen: int notification_action_text_size +okio.ByteString: boolean rangeEquals(int,byte[],int,int) +wangdaye.com.geometricweather.R$drawable: int weather_hail_mini_dark +wangdaye.com.geometricweather.R$attr: int editTextStyle +wangdaye.com.geometricweather.R$drawable: int notif_temp_14 +wangdaye.com.geometricweather.R$animator: int start_shine_2 +androidx.viewpager2.R$styleable: int[] FontFamily +com.turingtechnologies.materialscrollbar.R$dimen: int notification_large_icon_height +androidx.appcompat.R$dimen: R$dimen() +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_Dialog_MinWidth +com.bumptech.glide.R$drawable: int notification_icon_background +io.reactivex.Observable: io.reactivex.Single toMultimap(io.reactivex.functions.Function,io.reactivex.functions.Function,java.util.concurrent.Callable,io.reactivex.functions.Function) +cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent[] values() +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_fixed_height_major +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton$ExtendedFloatingActionButtonBehavior: ExtendedFloatingActionButton$ExtendedFloatingActionButtonBehavior(android.content.Context,android.util.AttributeSet) +com.amap.api.location.AMapLocation: java.lang.String e +okhttp3.Address +cyanogenmod.providers.CMSettings$NameValueCache: java.util.HashMap mValues +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property ResidentPosition +wangdaye.com.geometricweather.R$id: int widget_day_week_icon_1 +com.google.android.material.datepicker.SingleDateSelector: android.os.Parcelable$Creator CREATOR +android.didikee.donate.R$id: int chronometer +com.google.android.material.R$style: int ShapeAppearanceOverlay_DifferentCornerSize +wangdaye.com.geometricweather.R$attr: int windowMinWidthMajor +wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog_Alert +com.google.android.material.bottomappbar.BottomAppBar: androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior getBehavior() +cyanogenmod.externalviews.KeyguardExternalView: void unregisterOnWindowAttachmentChangedListener(cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_drawableLeft +com.xw.repo.bubbleseekbar.R$drawable: int abc_scrubber_control_off_mtrl_alpha +androidx.appcompat.widget.ActionBarContextView: void setSubtitle(java.lang.CharSequence) +com.turingtechnologies.materialscrollbar.R$styleable: int[] ViewStubCompat +io.reactivex.internal.observers.BasicIntQueueDisposable: boolean isEmpty() +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_AES_128_CCM_SHA256 +com.xw.repo.bubbleseekbar.R$styleable: int[] MenuView +com.google.android.gms.signin.internal.zag: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$dimen: int material_cursor_width +io.reactivex.exceptions.CompositeException: java.lang.String message +com.google.android.material.timepicker.TimePickerView: void setOnActionUpListener(com.google.android.material.timepicker.ClockHandView$OnActionUpListener) +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Body1 +androidx.appcompat.widget.Toolbar: java.lang.CharSequence getTitle() +androidx.appcompat.R$styleable: int View_android_theme +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float pm25 +androidx.constraintlayout.widget.R$attr: int arrowShaftLength +com.google.android.material.floatingactionbutton.FloatingActionButton: void setSize(int) +com.google.android.material.R$attr: int hintTextAppearance +com.google.android.material.R$styleable: int TabLayout_tabMode +okhttp3.internal.http2.Http2Connection$2: int val$streamId +com.google.android.material.R$styleable: int OnClick_targetId +wangdaye.com.geometricweather.R$id: int notification_base_icon +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: java.lang.String value +androidx.constraintlayout.widget.R$styleable: int[] AnimatedStateListDrawableItem +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorError +com.google.android.material.R$id: int submenuarrow +com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat +cyanogenmod.externalviews.KeyguardExternalView: java.lang.String TAG +wangdaye.com.geometricweather.R$attr: int bsb_touch_to_seek +com.google.gson.internal.$Gson$Types$WildcardTypeImpl: java.lang.reflect.Type lowerBound +androidx.constraintlayout.widget.R$styleable: int CompoundButton_android_button +cyanogenmod.themes.IThemeChangeListener$Stub$Proxy: void onFinish(boolean) +androidx.viewpager2.R$id: int right_side +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.String momentDay +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric: java.lang.String Unit +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub$Proxy: void setServiceRequestState(cyanogenmod.weather.RequestInfo,cyanogenmod.weatherservice.ServiceRequestResult,int) +android.didikee.donate.R$styleable: int AppCompatTheme_panelMenuListTheme +com.google.android.material.R$dimen: int hint_pressed_alpha_material_light +com.xw.repo.bubbleseekbar.R$attr: int windowActionBar +com.amap.api.location.LocationManagerBase: void stopAssistantLocation() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String aqi +com.google.android.material.chip.Chip: android.content.res.ColorStateList getCloseIconTint() +androidx.lifecycle.ViewModelProvider: ViewModelProvider(androidx.lifecycle.ViewModelStore,androidx.lifecycle.ViewModelProvider$Factory) +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningMaxCountItems +cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String ACTION_SET_ALARM_ENABLED +cyanogenmod.providers.CMSettings$System$1: boolean validate(java.lang.String) +org.greenrobot.greendao.AbstractDao: java.util.List loadAll() +cyanogenmod.app.Profile$NotificationLightMode: int ENABLE +cyanogenmod.providers.CMSettings$System: java.lang.String INCREASING_RING +com.google.android.gms.base.R$string: int common_google_play_services_unsupported_text +androidx.core.graphics.drawable.IconCompat: IconCompat() +com.amap.api.location.LocationManagerBase: void unRegisterLocationListener(com.amap.api.location.AMapLocationListener) +com.jaredrummler.android.colorpicker.R$style: int PreferenceThemeOverlay +okhttp3.internal.http2.Http2Stream: boolean isLocallyInitiated() +androidx.activity.R$id: int accessibility_custom_action_25 +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeRealFeelShaderTemperature +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog +androidx.preference.R$attr: int summaryOn +james.adaptiveicon.R$styleable: int AppCompatTheme_colorBackgroundFloating +androidx.vectordrawable.animated.R$dimen: int notification_large_icon_height +androidx.work.R$dimen: int compat_button_inset_horizontal_material +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHorizontal_bias +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_checkedTextViewStyle +cyanogenmod.app.CMStatusBarManager: void publishTile(int,cyanogenmod.app.CustomTile) +wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.String TABLENAME +com.google.android.material.R$styleable: int SwitchMaterial_useMaterialThemeColors +com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource valueOf(java.lang.String) +okhttp3.CacheControl$Builder +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +androidx.appcompat.R$color: int bright_foreground_disabled_material_light +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse +androidx.appcompat.widget.Toolbar: int getCurrentContentInsetEnd() +com.google.android.material.R$styleable: int KeyAttribute_motionTarget +androidx.fragment.R$id: int tag_accessibility_actions +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onBouncerShowing(boolean) +com.google.android.material.R$layout: int mtrl_picker_header_toggle +androidx.preference.R$styleable: int FragmentContainerView_android_name +com.google.android.material.R$styleable: int TextInputLayout_placeholderText +wangdaye.com.geometricweather.R$styleable: int GradientColor_android_type +androidx.preference.R$styleable: int Preference_android_layout +com.google.android.material.R$attr: int chipSurfaceColor +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getLtoDownloadInterval +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: int SourceId +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header +androidx.legacy.coreutils.R$id: int line1 +wangdaye.com.geometricweather.R$layout: int abc_tooltip +android.support.v4.os.IResultReceiver +com.google.android.material.R$attr: int textAppearanceHeadline3 +retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory +wangdaye.com.geometricweather.R$color: int notification_background_rootLight +james.adaptiveicon.R$dimen: int abc_action_button_min_height_material +wangdaye.com.geometricweather.R$id: int item_about_library_title +wangdaye.com.geometricweather.R$string: int feedback_live_wallpaper_day_night_type +androidx.constraintlayout.widget.R$styleable: int Constraint_android_transformPivotY +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit +com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemHorizontalTranslationEnabled(boolean) +com.turingtechnologies.materialscrollbar.R$integer: int app_bar_elevation_anim_duration +android.didikee.donate.R$styleable: int AppCompatTheme_actionModeCopyDrawable +wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_3 +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dividerHorizontal +wangdaye.com.geometricweather.R$attr: int valueTextColor +androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_marginEnd +cyanogenmod.app.LiveLockScreenManager: void logServiceException(java.lang.Exception) +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_SearchResult_Title +androidx.hilt.work.R$attr: int fontProviderPackage +io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: void onSuccess(java.lang.Object) +wangdaye.com.geometricweather.R$dimen: int mtrl_navigation_item_icon_size +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: void setCurrentIndicatorColor(int) +com.xw.repo.bubbleseekbar.R$attr: int bsb_section_text_interval +com.google.android.material.bottomnavigation.BottomNavigationMenuView: BottomNavigationMenuView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$drawable: int weather_snow_pixel +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_fontVariationSettings +okhttp3.Headers$Builder: java.lang.String get(java.lang.String) +retrofit2.HttpException: HttpException(retrofit2.Response) +io.reactivex.internal.observers.BasicIntQueueDisposable: java.lang.Object poll() +androidx.preference.R$color: int button_material_dark +wangdaye.com.geometricweather.R$dimen: int abc_cascading_menus_min_smallest_width +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_1_00 +okhttp3.HttpUrl: java.lang.String scheme +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatImageView_tint +androidx.preference.R$styleable: int ActionMenuItemView_android_minWidth +wangdaye.com.geometricweather.R$string: int item_view_role_description +wangdaye.com.geometricweather.db.entities.WeatherEntity: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree getWindDegree() +wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Object readKey(android.database.Cursor,int) +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_0_30 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial: java.lang.String Unit +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getPm25() +com.google.android.material.R$dimen: int mtrl_progress_indicator_size +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: int leftIndex +cyanogenmod.app.Profile: cyanogenmod.profiles.AirplaneModeSettings getAirplaneMode() +androidx.constraintlayout.widget.R$attr: int keyPositionType +android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle +androidx.lifecycle.extensions.R$dimen: int notification_right_side_padding_top +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored +cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() +androidx.preference.R$attr: int initialActivityCount +androidx.preference.R$id: int accessibility_custom_action_16 +android.didikee.donate.R$styleable: int Toolbar_titleMarginStart +com.xw.repo.bubbleseekbar.R$dimen: int abc_dropdownitem_text_padding_right +com.xw.repo.bubbleseekbar.R$attr: int alertDialogCenterButtons +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarTabStyle +com.google.android.material.R$dimen: int tooltip_margin +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: ObservableTakeUntil$TakeUntilMainObserver$OtherObserver(io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver) +retrofit2.Invocation: Invocation(java.lang.reflect.Method,java.util.List) +androidx.vectordrawable.animated.R$drawable: int notification_bg_low +okhttp3.Request$Builder: okhttp3.Request$Builder post(okhttp3.RequestBody) +com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getTrackInactiveTintList() +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit[] values() +wangdaye.com.geometricweather.R$string: int feedback_location_failed +wangdaye.com.geometricweather.background.service.CMWeatherProviderService: CMWeatherProviderService() +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_day_today_stroke +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_minWidth +androidx.preference.R$attr: int menu +androidx.preference.R$style: int Theme_AppCompat_DayNight_DarkActionBar +org.greenrobot.greendao.identityscope.IdentityScopeType: org.greenrobot.greendao.identityscope.IdentityScopeType Session +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: io.reactivex.Scheduler$Worker worker +com.google.android.material.R$styleable: int ConstraintSet_flow_wrapMode +wangdaye.com.geometricweather.R$id: int exitUntilCollapsed +com.xw.repo.bubbleseekbar.R$dimen: int hint_pressed_alpha_material_light +james.adaptiveicon.R$dimen: int abc_button_inset_horizontal_material +com.google.android.material.card.MaterialCardView: void setCheckedIconMargin(int) +wangdaye.com.geometricweather.R$id: int item_alert_content +androidx.preference.R$id: int title +wangdaye.com.geometricweather.R$drawable: int widget_day +com.google.android.material.R$styleable: int[] ButtonBarLayout +com.jaredrummler.android.colorpicker.R$style: int Preference_DialogPreference_EditTextPreference_Material +wangdaye.com.geometricweather.R$id: int container_main_aqi +wangdaye.com.geometricweather.R$styleable: int TextInputEditText_textInputLayoutFocusedRectEnabled +wangdaye.com.geometricweather.R$attr: int preferenceFragmentCompatStyle +com.google.android.material.R$attr: int actionBarSplitStyle +io.reactivex.Observable: io.reactivex.Observable distinct(io.reactivex.functions.Function) +androidx.coordinatorlayout.widget.CoordinatorLayout: void setFitsSystemWindows(boolean) +androidx.appcompat.widget.FitWindowsFrameLayout +james.adaptiveicon.R$dimen: int compat_button_padding_horizontal_material +androidx.preference.R$styleable: int PreferenceTheme_preferenceInformationStyle +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property WetBulbTemperature +com.jaredrummler.android.colorpicker.R$attr: int measureWithLargestChild +wangdaye.com.geometricweather.R$drawable: int notif_temp_99 +androidx.appcompat.R$color +androidx.viewpager2.R$styleable: int RecyclerView_spanCount +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActivityChooserView +com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_paddingLeftSystemWindowInsets +com.google.android.material.slider.Slider: void setThumbStrokeWidthResource(int) +com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_fontWeight +androidx.constraintlayout.widget.R$styleable: int Layout_barrierAllowsGoneWidgets +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor valueOf(java.lang.String) +io.reactivex.disposables.ReferenceDisposable: long serialVersionUID +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem +com.google.android.material.R$styleable: int MaterialTextView_android_lineHeight +wangdaye.com.geometricweather.R$styleable: int StateSet_defaultState +androidx.preference.R$style: int Preference_SwitchPreferenceCompat +androidx.constraintlayout.widget.R$attr: int tickMark +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_TextView +okhttp3.OkHttpClient$1: int code(okhttp3.Response$Builder) +androidx.appcompat.widget.ActionBarOverlayLayout: void setLogo(int) +com.google.gson.JsonSyntaxException: JsonSyntaxException(java.lang.Throwable) +wangdaye.com.geometricweather.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable +com.bumptech.glide.R$dimen +androidx.hilt.lifecycle.R$layout: int notification_action +com.jaredrummler.android.colorpicker.R$attr: int subtitle +io.reactivex.internal.subscriptions.DeferredScalarSubscription: DeferredScalarSubscription(org.reactivestreams.Subscriber) +cyanogenmod.alarmclock.ClockContract$AlarmsColumns: java.lang.String ENABLED +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256 +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setBadge(com.google.android.material.badge.BadgeDrawable) +androidx.appcompat.R$styleable: int LinearLayoutCompat_Layout_android_layout_width +com.turingtechnologies.materialscrollbar.R$attr: int tabInlineLabel +com.jaredrummler.android.colorpicker.R$attr: int actionMenuTextAppearance +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionBar_TabText +androidx.constraintlayout.widget.R$dimen: int abc_seekbar_track_background_height_material +com.google.android.material.R$styleable: int AppCompatTheme_selectableItemBackground +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +androidx.constraintlayout.widget.R$style: int TextAppearance_Compat_Notification_Info +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Dialog +androidx.swiperefreshlayout.R$string: R$string() androidx.preference.R$styleable: int AppCompatTheme_textColorAlertDialogListItem -com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: boolean equals(java.lang.Object) -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void tryEmit(java.lang.Object,io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver) -androidx.appcompat.widget.AppCompatButton: int getAutoSizeTextType() -androidx.appcompat.R$styleable: int AppCompatTextHelper_android_drawableRight -androidx.constraintlayout.widget.R$attr: int popupWindowStyle -okhttp3.HttpUrl: java.lang.String fragment() -retrofit2.Retrofit$Builder: Retrofit$Builder() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: java.lang.String temperature -wangdaye.com.geometricweather.R$anim: int abc_popup_enter -wangdaye.com.geometricweather.R$id: int notification_big_temp_3 -james.adaptiveicon.R$styleable: int ActionMode_closeItemLayout -com.google.android.gms.common.internal.zax -androidx.customview.view.AbsSavedState$1 -com.google.android.material.R$id: int mtrl_view_tag_bottom_padding -wangdaye.com.geometricweather.R$styleable: int SlidingItemContainerLayout_iconResStart -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionButton_CloseMode -okhttp3.internal.connection.RealConnection: okhttp3.Request createTunnel(int,int,okhttp3.Request,okhttp3.HttpUrl) -androidx.constraintlayout.widget.R$drawable: int abc_scrubber_primary_mtrl_alpha -okhttp3.internal.connection.RouteException: java.io.IOException getFirstConnectException() -android.didikee.donate.R$attr: int arrowShaftLength -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: long serialVersionUID -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DIALER_OPENCNAM_AUTH_TOKEN_VALIDATOR -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: ObservableTakeUntil$TakeUntilMainObserver$OtherObserver(io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver) -com.jaredrummler.android.colorpicker.R$attr: int windowFixedHeightMajor -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout: FitSystemBarAppBarLayout(android.content.Context,android.util.AttributeSet) -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_6 -retrofit2.Retrofit$1: retrofit2.Retrofit this$0 -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: boolean isDisposed() -androidx.work.impl.workers.DiagnosticsWorker: DiagnosticsWorker(android.content.Context,androidx.work.WorkerParameters) -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: io.reactivex.Observer downstream -androidx.appcompat.R$styleable: R$styleable() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum: java.lang.String Unit -androidx.dynamicanimation.R$id: int forever -androidx.lifecycle.extensions.R: R() +james.adaptiveicon.R$id: int forever +androidx.lifecycle.viewmodel.savedstate.R +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2 +com.google.android.material.R$color: int abc_hint_foreground_material_dark +androidx.viewpager2.R$styleable: int[] FontFamilyFont +wangdaye.com.geometricweather.R$string: int about_glide +com.jaredrummler.android.colorpicker.R$attr: int dropdownPreferenceStyle +cyanogenmod.externalviews.KeyguardExternalViewProviderService$1$1 +com.google.android.gms.common.api.UnsupportedApiCallException: UnsupportedApiCallException(com.google.android.gms.common.Feature) +androidx.appcompat.R$attr: int windowFixedWidthMajor +okio.Buffer: okio.Buffer writeUtf8CodePoint(int) +androidx.activity.R$drawable: int notification_tile_bg +androidx.preference.Preference$BaseSavedState +org.greenrobot.greendao.AbstractDaoSession: void deleteAll(java.lang.Class) +wangdaye.com.geometricweather.R$drawable: int ic_running_in_background +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void startFirstTimeout(io.reactivex.ObservableSource) +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipIcon +com.google.android.material.R$layout: int abc_list_menu_item_icon +wangdaye.com.geometricweather.R$attr: int bottomSheetStyle +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.internal.TableStatements statements +cyanogenmod.app.ProfileGroup: ProfileGroup(java.util.UUID,boolean) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean +androidx.fragment.R$dimen: int notification_small_icon_size_as_large +com.google.android.material.R$interpolator: int fast_out_slow_in +cyanogenmod.hardware.CMHardwareManager: int getDisplayColorCalibrationDefault() +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_transformPivotX +androidx.constraintlayout.widget.R$styleable: int[] AppCompatTextHelper +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dialogPreferredPadding +android.didikee.donate.R$dimen: int notification_action_icon_size +com.google.android.gms.common.R$integer: R$integer() +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_waveShape +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_firstHorizontalStyle +androidx.appcompat.R$styleable: int View_paddingEnd +com.bumptech.glide.R$id: int blocking +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.Astro moon() +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton +androidx.preference.R$string: int abc_action_bar_home_description +androidx.vectordrawable.R$color: int notification_icon_bg_color +wangdaye.com.geometricweather.R$attr: int drawableBottomCompat +com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$Node root +com.google.android.gms.internal.location.zzj +wangdaye.com.geometricweather.R$drawable: int shortcuts_partly_cloudy_night +wangdaye.com.geometricweather.R$id: int scroll +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: int status +com.google.android.material.slider.RangeSlider: float getValueTo() +android.didikee.donate.R$attr: int divider +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.String cityId +james.adaptiveicon.R$styleable: int FontFamilyFont_ttcIndex +com.google.android.material.R$styleable: int ImageFilterView_saturation +cyanogenmod.themes.ThemeChangeRequest: java.util.Map mPerAppOverlays +androidx.preference.R$styleable: int CoordinatorLayout_Layout_layout_keyline +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void onComplete() +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: boolean cancelled +com.google.android.material.R$attr: int checkedIconEnabled +androidx.work.R$id: int accessibility_custom_action_24 +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: io.reactivex.internal.util.AtomicThrowable error +com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize +androidx.appcompat.R$color: int secondary_text_disabled_material_dark +okhttp3.internal.cache2.Relay: okio.ByteString PREFIX_CLEAN +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setPm10(java.lang.String) +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_AutoCompleteTextView +cyanogenmod.providers.CMSettings$System: int getInt(android.content.ContentResolver,java.lang.String) +androidx.appcompat.R$id: int action_mode_bar_stub +androidx.appcompat.R$id: int checked +wangdaye.com.geometricweather.R$attr: int customIntegerValue +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_height +okio.RealBufferedSink$1: void write(byte[],int,int) +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: java.util.List area +androidx.constraintlayout.widget.R$id: int image +com.xw.repo.bubbleseekbar.R$attr: int searchIcon +com.google.android.material.R$styleable: int AlertDialog_listItemLayout +android.didikee.donate.R$layout: int abc_screen_simple_overlay_action_mode +okio.ByteString: okio.ByteString sha256() +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_5 +okhttp3.Callback: void onResponse(okhttp3.Call,okhttp3.Response) +androidx.lifecycle.ViewModel: void onCleared() +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Medium +com.google.android.material.R$id: int save_non_transition_alpha +cyanogenmod.app.CustomTile$ExpandedItem$1: java.lang.Object createFromParcel(android.os.Parcel) +com.google.android.material.R$dimen: int abc_dialog_title_divider_material +androidx.constraintlayout.widget.R$attr: int drawableEndCompat +com.jaredrummler.android.colorpicker.R$layout: int abc_list_menu_item_layout +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Imperial: java.lang.String Unit +com.google.android.material.R$styleable: int Slider_android_enabled +androidx.preference.R$dimen: int abc_text_size_body_1_material +com.amap.api.fence.PoiItem: PoiItem(android.os.Parcel) +androidx.vectordrawable.R$dimen: int notification_action_icon_size +wangdaye.com.geometricweather.R$drawable: int notif_temp_105 +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_popupWindowStyle +androidx.constraintlayout.widget.Guideline: void setGuidelineEnd(int) +wangdaye.com.geometricweather.R$array: int duration_unit_values +com.xw.repo.bubbleseekbar.R$drawable: int abc_item_background_holo_dark +okhttp3.internal.cache.CacheRequest +androidx.appcompat.R$attr: int colorControlActivated +com.google.android.material.floatingactionbutton.FloatingActionButton: void setBackgroundDrawable(android.graphics.drawable.Drawable) +com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleMarginStart +com.google.android.material.textfield.TextInputLayout: void setHelperTextEnabled(boolean) +com.turingtechnologies.materialscrollbar.R$string: int bottom_sheet_behavior +androidx.appcompat.R$anim: int btn_radio_to_off_mtrl_ring_outer_animation +com.turingtechnologies.materialscrollbar.R$id: int notification_main_column_container +com.google.android.material.R$drawable: int abc_list_selector_holo_dark +wangdaye.com.geometricweather.R$attr: int preferenceCategoryStyle +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +wangdaye.com.geometricweather.R$layout: int preference_widget_switch_compat +james.adaptiveicon.R$dimen: int abc_action_bar_default_height_material +androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_layout_keyline +okio.BufferedSource: java.lang.String readString(java.nio.charset.Charset) +androidx.appcompat.R$dimen: int abc_action_bar_elevation_material +cyanogenmod.app.StatusBarPanelCustomTile +okio.Timeout: void throwIfReached() +io.reactivex.internal.observers.LambdaObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.appcompat.widget.ActionMenuPresenter$SavedState: android.os.Parcelable$Creator CREATOR +com.google.android.material.slider.BaseSlider: void setThumbRadiusResource(int) +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) +com.google.android.material.R$attr: int fabCradleVerticalOffset +retrofit2.RequestFactory$Builder: java.lang.annotation.Annotation[][] parameterAnnotationsArray +androidx.constraintlayout.widget.R$drawable: int abc_vector_test +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_android_enabled +com.google.android.material.R$dimen: int notification_big_circle_margin +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableRightCompat +okhttp3.logging.LoggingEventListener: LoggingEventListener(okhttp3.logging.HttpLoggingInterceptor$Logger,okhttp3.logging.LoggingEventListener$1) +com.turingtechnologies.materialscrollbar.R$style: int Base_V22_Theme_AppCompat_Light +wangdaye.com.geometricweather.R$style: int Base_MaterialAlertDialog_MaterialComponents_Title_Text +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_anim_duration +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_android_windowIsFloating +io.reactivex.Observable: io.reactivex.Observable doOnEach(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer,io.reactivex.functions.Action,io.reactivex.functions.Action) +android.didikee.donate.R$id: int scrollIndicatorUp +wangdaye.com.geometricweather.db.entities.DaoMaster$DevOpenHelper: DaoMaster$DevOpenHelper(android.content.Context,java.lang.String) +androidx.preference.R$attr: int maxWidth +com.google.android.material.R$style +wangdaye.com.geometricweather.R$color: int switch_thumb_normal_material_dark +com.amap.api.location.CoordUtil: boolean isLoadedSo() +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void access$700(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) +com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getTickTintList() +com.google.android.gms.base.R$drawable: int common_google_signin_btn_icon_light_normal +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_YearNavigationButton +wangdaye.com.geometricweather.R$attr: int growMode +cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: ICMWeatherManager$Stub$Proxy(android.os.IBinder) +androidx.appcompat.widget.AppCompatButton: void setBackgroundResource(int) +wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String getWeatherSource() +com.baidu.location.e.h$b: com.baidu.location.e.h$b valueOf(java.lang.String) +androidx.activity.R$id: int italic +okio.BufferedSource +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedNoLast: void complete() +androidx.fragment.R$style: int TextAppearance_Compat_Notification_Info +androidx.appcompat.view.menu.ActionMenuItemView +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWeatherCode(wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode) +com.turingtechnologies.materialscrollbar.R$style: int Platform_V21_AppCompat +androidx.appcompat.R$style: int TextAppearance_AppCompat_Large_Inverse +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse +androidx.customview.R$style: R$style() +com.bumptech.glide.integration.okhttp.R$style: int Widget_Compat_NotificationActionContainer +io.reactivex.Observable: Observable() +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_hide_bubble +wangdaye.com.geometricweather.R$layout: int dialog_location_help +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Headline1 +cyanogenmod.providers.WeatherContract$WeatherColumns +cyanogenmod.app.CustomTile$ExpandedStyle$1: cyanogenmod.app.CustomTile$ExpandedStyle createFromParcel(android.os.Parcel) +com.google.android.material.R$styleable: int ConstraintSet_flow_verticalGap +com.xw.repo.bubbleseekbar.R$dimen: R$dimen() +james.adaptiveicon.R$attr: int actionModePasteDrawable +com.amap.api.location.AMapLocation: void setCityCode(java.lang.String) +com.jaredrummler.android.colorpicker.R$attr: int preferenceTheme +wangdaye.com.geometricweather.R$string: int cpv_presets +com.google.android.material.navigation.NavigationView: android.content.res.ColorStateList getItemIconTintList() +androidx.constraintlayout.widget.R$styleable: int[] ListPopupWindow +cyanogenmod.weather.IRequestInfoListener$Stub$Proxy: void onLookupCityRequestCompleted(cyanogenmod.weather.RequestInfo,int,java.util.List) +androidx.appcompat.R$attr: int backgroundTint +cyanogenmod.themes.ThemeManager: void onClientResumed(cyanogenmod.themes.ThemeManager$ThemeChangeListener) +wangdaye.com.geometricweather.R$id: int accelerate +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPath: androidx.core.graphics.PathParser$PathDataNode[] getPathData() +androidx.hilt.R$styleable: int FontFamilyFont_android_fontWeight +wangdaye.com.geometricweather.R$drawable: int weather_sleet_mini_light +wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customColorDrawableValue +androidx.swiperefreshlayout.R$id: int notification_main_column +com.google.android.material.chip.Chip: android.graphics.Rect getCloseIconTouchBoundsInt() io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.lang.Integer RIGHT_CLOSE -com.turingtechnologies.materialscrollbar.R$id: int buttonPanel -androidx.appcompat.R$color: int abc_background_cache_hint_selector_material_dark -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit valueOf(java.lang.String) -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintDimensionRatio -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum: AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum() -com.google.android.material.R$dimen: int mtrl_calendar_day_horizontal_padding -com.google.android.material.R$style: int Widget_AppCompat_Toolbar_Button_Navigation -okhttp3.Request: okhttp3.Headers headers -androidx.work.NetworkType: androidx.work.NetworkType METERED -wangdaye.com.geometricweather.R$string: int grass -com.jaredrummler.android.colorpicker.R$styleable: int MenuGroup_android_menuCategory -androidx.constraintlayout.widget.R$styleable: int Transform_android_scaleY -com.google.android.material.R$id: int right_icon -androidx.appcompat.R$id: int dialog_button -androidx.lifecycle.ViewModelProviders: androidx.lifecycle.ViewModelProvider of(androidx.fragment.app.Fragment,androidx.lifecycle.ViewModelProvider$Factory) -cyanogenmod.externalviews.KeyguardExternalView$9: cyanogenmod.externalviews.KeyguardExternalView this$0 -androidx.appcompat.R$attr: int panelMenuListTheme -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight -wangdaye.com.geometricweather.R$style: int spinner_item -io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: long produced -com.xw.repo.bubbleseekbar.R$attr: int alertDialogButtonGroupStyle -androidx.preference.R$style: int RtlOverlay_DialogWindowTitle_AppCompat -com.jaredrummler.android.colorpicker.R$attr: int homeAsUpIndicator -androidx.appcompat.widget.FitWindowsLinearLayout: void setOnFitSystemWindowsListener(androidx.appcompat.widget.FitWindowsViewGroup$OnFitSystemWindowsListener) -androidx.appcompat.widget.FitWindowsViewGroup: void setOnFitSystemWindowsListener(androidx.appcompat.widget.FitWindowsViewGroup$OnFitSystemWindowsListener) -com.google.android.material.R$styleable: int CustomAttribute_customStringValue -com.turingtechnologies.materialscrollbar.R$styleable: int[] AnimatedStateListDrawableItem -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintCircle -androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: void setDisplayState(boolean) -wangdaye.com.geometricweather.db.entities.LocationEntity: boolean currentPosition -okio.ForwardingTimeout: okio.Timeout delegate() -com.google.android.material.R$layout: int abc_alert_dialog_button_bar_material -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight_Dialog -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_titleTextStyle -wangdaye.com.geometricweather.R$styleable: int Motion_motionPathRotate -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemHorizontalPadding -com.jaredrummler.android.colorpicker.R$dimen: int abc_seekbar_track_progress_height_material -cyanogenmod.power.IPerformanceManager$Stub$Proxy: int getNumberOfProfiles() -wangdaye.com.geometricweather.R$id: int widget_week_temp -androidx.appcompat.R$anim: int abc_tooltip_exit -james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat_ActionBar -com.amap.api.location.AMapLocation: void writeToParcel(android.os.Parcel,int) -androidx.preference.R$styleable: int MenuItem_android_icon -wangdaye.com.geometricweather.R$string: int content_des_minutely_precipitation -cyanogenmod.weather.RequestInfo: java.lang.String mKey -com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding: com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding[] values() -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_DrawerArrowToggle -okhttp3.internal.http1.Http1Codec$ChunkedSource: boolean hasMoreChunks -androidx.hilt.lifecycle.R$anim: int fragment_fade_enter -io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: java.util.concurrent.atomic.AtomicInteger active -cyanogenmod.hardware.ICMHardwareService: java.lang.String getLtoSource() -androidx.appcompat.widget.SwitchCompat: void setTextOff(java.lang.CharSequence) -androidx.preference.R$attr: int queryBackground -com.google.android.material.radiobutton.MaterialRadioButton -wangdaye.com.geometricweather.R$attr: int actionBarItemBackground -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_subtitleTextAppearance -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_CompoundButton_RadioButton -com.turingtechnologies.materialscrollbar.R$anim: int abc_slide_out_bottom -com.google.android.material.R$styleable: int StateListDrawable_android_enterFadeDuration -retrofit2.ParameterHandler$RawPart: retrofit2.ParameterHandler$RawPart INSTANCE -androidx.lifecycle.ProcessLifecycleOwner$2: androidx.lifecycle.ProcessLifecycleOwner this$0 -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.lang.String Type -com.google.android.material.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable -androidx.appcompat.R$drawable: int notification_template_icon_bg -com.google.android.material.R$styleable: int AppCompatTextView_fontFamily -androidx.constraintlayout.widget.Placeholder: void setEmptyVisibility(int) -wangdaye.com.geometricweather.R$id: int standard -cyanogenmod.app.LiveLockScreenInfo: LiveLockScreenInfo() -wangdaye.com.geometricweather.db.entities.HistoryEntity: java.util.Date date -io.reactivex.Observable: io.reactivex.Observable throttleLatest(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -androidx.lifecycle.ProcessLifecycleOwner$3 -okhttp3.internal.http2.ErrorCode -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$1: LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$1(androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription,long) -androidx.preference.R$color: int material_grey_900 -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: PrecipitationDuration(java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float) -com.google.android.material.R$style: int TextAppearance_AppCompat_Large -androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_drawableEnd -okhttp3.internal.http2.Http2Connection$ReaderRunnable$1: void execute() -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.functions.Function mapper -wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayVerticalWidgetConfigActivity -androidx.constraintlayout.widget.R$attr: int icon -com.loc.k: k(java.lang.String) -androidx.work.impl.WorkDatabase_Impl: WorkDatabase_Impl() -okhttp3.internal.connection.RouteSelector$Selection -androidx.appcompat.resources.R$id: int tag_unhandled_key_event_manager -androidx.constraintlayout.widget.R$color: int abc_primary_text_disable_only_material_dark -cyanogenmod.alarmclock.ClockContract: ClockContract() -com.google.android.material.R$id: int textinput_error -androidx.work.R$id: int accessibility_custom_action_28 -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setShowMotionSpecResource(int) -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Headline -androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding -com.google.android.material.R$styleable: int Transform_android_elevation -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_startIconCheckable -wangdaye.com.geometricweather.R$drawable: int shortcuts_wind_foreground -james.adaptiveicon.R$drawable: int abc_ic_clear_material -com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_centerX -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_2_00 -androidx.preference.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner -androidx.loader.R$id -wangdaye.com.geometricweather.R$id: int always -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: io.reactivex.disposables.Disposable upstream -com.xw.repo.BubbleSeekBar: void setSecondTrackColor(int) -retrofit2.RequestFactory$Builder: void validateResolvableType(int,java.lang.reflect.Type) -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void subscribeNext() -com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String m -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light_Dialog -android.didikee.donate.R$style: int Base_Widget_AppCompat_ListView_Menu -wangdaye.com.geometricweather.R$styleable: int OnSwipe_limitBoundsTo -okhttp3.internal.http2.Http2Writer: okhttp3.internal.http2.Hpack$Writer hpackWriter +wangdaye.com.geometricweather.R$styleable: int Slider_tickColorActive +androidx.hilt.work.R$drawable: int notify_panel_notification_icon_bg +io.reactivex.internal.operators.observable.ObserverResourceWrapper: void setResource(io.reactivex.disposables.Disposable) +android.didikee.donate.R$styleable: int AppCompatTextView_autoSizePresetSizes +com.google.android.material.R$style: int Platform_AppCompat_Light +android.didikee.donate.R$styleable: int AppCompatTextView_android_textAppearance +android.didikee.donate.R$id: int bottom +io.reactivex.Observable: io.reactivex.Observable filter(io.reactivex.functions.Predicate) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textColorAlertDialogListItem +okhttp3.internal.ws.WebSocketReader$FrameCallback +com.google.android.material.R$attr: int badgeStyle +com.google.gson.FieldNamingPolicy$3: FieldNamingPolicy$3(java.lang.String,int) +com.google.android.material.button.MaterialButton: android.content.res.ColorStateList getBackgroundTintList() +com.google.android.material.R$color: int error_color_material_light +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean: CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean() +okio.SegmentedByteString: int hashCode() +com.google.android.material.R$attr: int dialogCornerRadius +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber +android.didikee.donate.R$styleable: int MenuGroup_android_menuCategory +wangdaye.com.geometricweather.background.polling.permanent.update.Hilt_ForegroundTomorrowForecastUpdateService: Hilt_ForegroundTomorrowForecastUpdateService() +wangdaye.com.geometricweather.R$styleable: int MaterialButton_strokeWidth +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust WindGust +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_startIconTint +com.jaredrummler.android.colorpicker.R$attr: int layout_dodgeInsetEdges +okhttp3.ConnectionPool: boolean $assertionsDisabled +cyanogenmod.hardware.CMHardwareManager: java.lang.String TAG +androidx.appcompat.widget.AppCompatEditText: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() +com.google.android.material.R$styleable: int Chip_closeIconStartPadding +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean isEmpty() +com.jaredrummler.android.colorpicker.R$anim: int abc_slide_out_bottom +james.adaptiveicon.R$drawable: int abc_ratingbar_small_material +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_alphabeticShortcut +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: java.lang.String getAbbreviation(android.content.Context) +org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.rx.RxTransaction rxTxIo +cyanogenmod.profiles.AirplaneModeSettings: boolean mOverride +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Dialog_FixedSize +androidx.work.R$dimen: int notification_small_icon_size_as_large +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: int STATE_ACTIVE +com.amap.api.fence.GeoFenceClient: void setGeoFenceListener(com.amap.api.fence.GeoFenceListener) +com.google.android.material.R$style: int Widget_Design_AppBarLayout +androidx.constraintlayout.widget.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog +wangdaye.com.geometricweather.R$id: int dialog_animatable_icon_title +androidx.constraintlayout.widget.R$attr: int waveDecay +cyanogenmod.os.Build$CM_VERSION +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu +com.google.android.material.R$styleable: int ImageFilterView_altSrc +com.google.android.material.R$attr: int textAppearanceSearchResultTitle +com.google.android.material.R$attr: int chipIconTint +androidx.constraintlayout.widget.R$color: int background_material_light +wangdaye.com.geometricweather.R$styleable: int KeyTrigger_onCross +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Button +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_130 +androidx.constraintlayout.widget.R$color: int primary_material_light +com.amap.api.location.AMapLocationClient: void stopAssistantLocation() +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.String getWeatherText() +com.google.android.gms.base.R$id: int adjust_height +androidx.legacy.coreutils.R$dimen: int compat_control_corner_material +com.google.android.material.R$style: int ShapeAppearance_MaterialComponents_Tooltip +androidx.lifecycle.SavedStateHandleController +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse +com.google.android.material.R$dimen: int mtrl_navigation_item_shape_horizontal_margin +io.reactivex.Observable: io.reactivex.Observable delay(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +wangdaye.com.geometricweather.R$id: int activity_preview_icon_container +androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse +okhttp3.Callback: void onFailure(okhttp3.Call,java.io.IOException) +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_goIcon +androidx.dynamicanimation.R$id: int text +okhttp3.CertificatePinner: CertificatePinner(java.util.Set,okhttp3.internal.tls.CertificateChainCleaner) +io.reactivex.internal.disposables.EmptyDisposable: int requestFusion(int) +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainNoLast: long serialVersionUID +okhttp3.TlsVersion: okhttp3.TlsVersion SSL_3_0 +com.turingtechnologies.materialscrollbar.R$id: int design_bottom_sheet +com.google.android.material.R$styleable: int NavigationView_shapeAppearance +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setCeiling(java.lang.Float) +io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver +com.google.android.material.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse +wangdaye.com.geometricweather.db.entities.WeatherEntity: long getTimeStamp() +com.google.android.material.button.MaterialButton: void setCornerRadius(int) +androidx.appcompat.R$styleable: int AppCompatTheme_actionModePasteDrawable +wangdaye.com.geometricweather.R$dimen: int mtrl_chip_text_size +androidx.constraintlayout.widget.R$string: R$string() +okhttp3.internal.http2.Http2Reader$ContinuationSource: Http2Reader$ContinuationSource(okio.BufferedSource) +com.google.android.material.R$style: int Theme_AppCompat_Light_DialogWhenLarge +androidx.loader.R$styleable: int FontFamilyFont_fontStyle +androidx.constraintlayout.widget.R$id: int on +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeCloseDrawable +wangdaye.com.geometricweather.db.entities.LocationEntityDao: LocationEntityDao(org.greenrobot.greendao.internal.DaoConfig) +com.google.android.material.R$styleable: int TextInputLayout_counterTextAppearance +james.adaptiveicon.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset +com.google.android.material.R$attr: int spinBars +wangdaye.com.geometricweather.R$styleable: int Slider_thumbStrokeColor +androidx.constraintlayout.widget.R$attr: int queryBackground +wangdaye.com.geometricweather.R$string: int key_card_style +com.google.android.material.R$attr: int defaultState +okhttp3.Response$Builder: void checkPriorResponse(okhttp3.Response) +cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_EXISTING_UUID +io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: void subscribeNext() +james.adaptiveicon.R$styleable: int AppCompatSeekBar_tickMark +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_placeholder_content +wangdaye.com.geometricweather.background.receiver.widget.AbstractWidgetProvider: AbstractWidgetProvider() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_checkboxStyle +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_anon_WITH_AES_128_CBC_SHA +okhttp3.RequestBody$1: okio.ByteString val$content +androidx.preference.R$drawable: int abc_list_selector_background_transition_holo_dark +cyanogenmod.app.Profile: boolean isDirty() +androidx.preference.R$anim: int abc_slide_in_top +io.reactivex.internal.observers.DeferredScalarDisposable: DeferredScalarDisposable(io.reactivex.Observer) +wangdaye.com.geometricweather.R$string: int abc_activitychooserview_choose_application +wangdaye.com.geometricweather.R$animator: int weather_snow_2 +com.bumptech.glide.R$attr: int fontProviderAuthority +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void headers(boolean,int,int,java.util.List) +okhttp3.internal.http1.Http1Codec$FixedLengthSink: void write(okio.Buffer,long) +com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat +okhttp3.internal.http2.Huffman: okhttp3.internal.http2.Huffman$Node root +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: boolean tillTheEnd +james.adaptiveicon.R$id: int activity_chooser_view_content +com.xw.repo.bubbleseekbar.R$attr: int bsb_anim_duration +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabUnboundedRipple +cyanogenmod.power.PerformanceManager: int getNumberOfProfiles() +androidx.preference.R$styleable: int RecyclerView_fastScrollEnabled +androidx.appcompat.R$id: int tabMode +androidx.constraintlayout.widget.R$drawable: int abc_ic_star_half_black_36dp +okhttp3.OkHttpClient: java.net.Proxy proxy +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getFontThemePackageName() +wangdaye.com.geometricweather.R$attr: int clickAction +androidx.appcompat.R$style: int Base_Widget_AppCompat_EditText +com.bumptech.glide.Registry$NoImageHeaderParserException: Registry$NoImageHeaderParserException() +com.google.android.material.R$styleable: int Layout_layout_constraintCircleRadius +james.adaptiveicon.R$styleable: int AppCompatTheme_actionMenuTextColor +wangdaye.com.geometricweather.R$styleable: int ActionBar_subtitle +com.google.android.gms.common.api.AvailabilityException: com.google.android.gms.common.ConnectionResult getConnectionResult(com.google.android.gms.common.api.GoogleApi) +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: java.util.List weather +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.Date getUpdateDate() +wangdaye.com.geometricweather.R$styleable: int ArcProgress_bottom_text +cyanogenmod.weather.IRequestInfoListener$Stub$Proxy: android.os.IBinder asBinder() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours +androidx.preference.R$dimen: int disabled_alpha_material_light +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Inverse +com.turingtechnologies.materialscrollbar.R$string: int path_password_eye_mask_strike_through +androidx.lifecycle.MediatorLiveData: void onInactive() +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle +com.google.android.material.floatingactionbutton.FloatingActionButton$Behavior +cyanogenmod.weather.WeatherInfo$Builder +androidx.dynamicanimation.animation.DynamicAnimation: void removeUpdateListener(androidx.dynamicanimation.animation.DynamicAnimation$OnAnimationUpdateListener) +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void otherError(java.lang.Throwable) +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult: AtmoAuraQAResult() +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1: void onSucceed(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult) +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WindDegree +androidx.preference.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Display4 +androidx.constraintlayout.widget.R$attr: int backgroundTintMode +wangdaye.com.geometricweather.R$drawable: int abc_dialog_material_background +wangdaye.com.geometricweather.R$style: int TextAppearance_Compat_Notification_Line2 +com.github.rahatarmanahmed.cpv.CircularProgressView: float indeterminateRotateOffset +androidx.preference.R$styleable: int SwitchCompat_splitTrack +cyanogenmod.profiles.BrightnessSettings: void getXmlString(java.lang.StringBuilder,android.content.Context) +android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource +androidx.vectordrawable.R$integer: int status_bar_notification_info_maxnum +okio.RealBufferedSink: okio.BufferedSink emitCompleteSegments() +wangdaye.com.geometricweather.R$styleable: int[] FontFamily +androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type valueOf(java.lang.String) +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: java.lang.Object get() +okhttp3.internal.cache2.Relay: okhttp3.internal.cache2.Relay edit(java.io.File,okio.Source,okio.ByteString,long) +james.adaptiveicon.R$drawable: int abc_text_select_handle_right_mtrl_dark +com.jaredrummler.android.colorpicker.R$id: int action_mode_bar_stub +cyanogenmod.profiles.BrightnessSettings: boolean isOverride() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_radioButtonStyle +com.google.android.material.R$dimen: int material_cursor_width +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_titleTextStyle +okhttp3.CacheControl: boolean isPrivate +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub$Proxy: android.os.IBinder asBinder() +androidx.hilt.work.R$color +cyanogenmod.app.ICMStatusBarManager: void registerListener(cyanogenmod.app.ICustomTileListener,android.content.ComponentName,int) +com.google.android.material.R$style: int Theme_AppCompat_Light_NoActionBar +com.google.android.material.R$style: int Widget_AppCompat_Toolbar +wangdaye.com.geometricweather.R$styleable: int SearchView_android_imeOptions +androidx.legacy.coreutils.R$layout: int notification_template_part_time +com.google.android.material.R$id: int confirm_button +wangdaye.com.geometricweather.R$attr: int tabStyle +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeTotalPrecipitationProbability(java.lang.Float) +okhttp3.OkHttpClient: okhttp3.Call newCall(okhttp3.Request) +androidx.viewpager2.R$id: int accessibility_custom_action_9 +com.turingtechnologies.materialscrollbar.R$color: int abc_search_url_text_normal +com.google.android.material.R$id: int material_clock_hand +okhttp3.internal.http.HttpHeaders: okhttp3.Headers varyHeaders(okhttp3.Headers,okhttp3.Headers) +james.adaptiveicon.R$attr: int windowActionModeOverlay +wangdaye.com.geometricweather.R$color: int primary_text_disabled_material_light +com.google.android.material.R$attr: int arrowShaftLength +com.google.android.material.R$color: int checkbox_themeable_attribute_color +wangdaye.com.geometricweather.R$styleable: int Transform_android_transformPivotY +okhttp3.internal.Util: boolean verifyAsIpAddress(java.lang.String) +james.adaptiveicon.R$color: int secondary_text_disabled_material_light +com.amap.api.location.DPoint: int describeContents() +okhttp3.internal.http2.Hpack: Hpack() +wangdaye.com.geometricweather.R$drawable: int shortcuts_refresh +wangdaye.com.geometricweather.common.basic.models.weather.Astro: java.util.Date setDate +james.adaptiveicon.R$bool +com.google.android.material.button.MaterialButton: void setBackgroundResource(int) +wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner +com.amap.api.location.AMapLocation: java.lang.String p(com.amap.api.location.AMapLocation,java.lang.String) +com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_backgroundTint +androidx.preference.EditTextPreference$SavedState +okhttp3.internal.http2.Http2: int INITIAL_MAX_FRAME_SIZE +com.google.android.material.R$styleable: int TabLayout_tabPadding +androidx.appcompat.widget.ActivityChooserModel +io.reactivex.Observable: io.reactivex.Observable concatEager(java.lang.Iterable) +androidx.preference.R$styleable: int AppCompatImageView_tintMode +androidx.lifecycle.LifecycleRegistry$ObserverWithState +wangdaye.com.geometricweather.R$styleable: int ChipGroup_selectionRequired +androidx.viewpager2.R$id: int normal +androidx.swiperefreshlayout.R$drawable: int notification_template_icon_low_bg +com.jaredrummler.android.colorpicker.R$attr: int titleMarginEnd +com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_cursor_material +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_rotationY +com.google.android.material.R$drawable: int abc_scrubber_primary_mtrl_alpha +androidx.drawerlayout.R$attr: int fontProviderQuery +com.baidu.location.e.o: o(java.lang.String,int,java.lang.String,java.lang.String,java.lang.String,int,int) +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceInformationStyle +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ProgressIndicator_Linear_Determinate +wangdaye.com.geometricweather.R$id: int controller +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart +androidx.customview.R$string +androidx.constraintlayout.motion.widget.MotionLayout: void setScene(androidx.constraintlayout.motion.widget.MotionScene) +androidx.appcompat.R$dimen: int abc_panel_menu_list_width +wangdaye.com.geometricweather.R$styleable: int StateListDrawableItem_android_drawable +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource +androidx.viewpager.R$drawable: int notification_template_icon_bg +wangdaye.com.geometricweather.R$id: int item_card_display_sortButton +androidx.preference.R$styleable: int AppCompatTextView_lineHeight +androidx.preference.R$dimen: int item_touch_helper_max_drag_scroll_per_frame +cyanogenmod.power.PerformanceManager: int PROFILE_BALANCED +com.turingtechnologies.materialscrollbar.DragScrollBar: float getIndicatorOffset() +androidx.constraintlayout.widget.R$id: int time +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionBar +androidx.appcompat.R$integer +androidx.fragment.R$id: int tag_unhandled_key_event_manager +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float pm25 +okio.GzipSource: byte SECTION_HEADER +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse +wangdaye.com.geometricweather.R$attr: int contentInsetLeft +wangdaye.com.geometricweather.R$styleable: int Layout_layout_goneMarginBottom +com.github.rahatarmanahmed.cpv.CircularProgressView: void onDetachedFromWindow() +androidx.appcompat.R$attr: int lineHeight +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: io.reactivex.functions.BiPredicate comparer +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void drainLoop() +androidx.hilt.R$drawable: int notification_bg_low_pressed +com.google.android.material.R$style: int Widget_MaterialComponents_NavigationView +com.google.android.gms.base.R$string: int common_signin_button_text +wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date getMoonRiseDate() +com.turingtechnologies.materialscrollbar.R$styleable: int CardView_cardMaxElevation +com.google.android.material.R$style: int Base_TextAppearance_MaterialComponents_Button +com.google.android.material.R$attr: int contentInsetLeft +wangdaye.com.geometricweather.R$id: int SHOW_PROGRESS +cyanogenmod.app.ThemeVersion$ComponentVersion: cyanogenmod.app.ThemeComponent component +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: long serialVersionUID +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_showDividers +wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_Main +wangdaye.com.geometricweather.R$styleable: int MaterialCardView_cardForegroundColor +com.google.android.material.R$styleable: int Toolbar_maxButtonHeight +wangdaye.com.geometricweather.R$string: int settings_title_notification +androidx.constraintlayout.widget.R$interpolator: int fast_out_slow_in +james.adaptiveicon.R$string: R$string() +com.google.android.material.R$style: int TextAppearance_Design_Counter_Overflow +com.jaredrummler.android.colorpicker.R$drawable: int tooltip_frame_dark +androidx.fragment.R$id: int time +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: void dispose() +com.baidu.location.indoor.mapversion.c.a$d: java.lang.String b +com.bumptech.glide.R$color +wangdaye.com.geometricweather.R$styleable: int ColorPickerView_cpv_alphaChannelText +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: long idx +okio.AsyncTimeout: long timeoutAt +retrofit2.Utils: int indexOf(java.lang.Object[],java.lang.Object) +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: ObservableFlatMapCompletable$FlatMapCompletableMainObserver(io.reactivex.Observer,io.reactivex.functions.Function,boolean) +wangdaye.com.geometricweather.R$id: int chip2 +androidx.cardview.R$styleable: int CardView_cardPreventCornerOverlap +wangdaye.com.geometricweather.R$attr: int minWidth +com.google.android.material.R$attr: int firstBaselineToTopHeight +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: java.lang.String defenseText +android.didikee.donate.R$color: int abc_primary_text_material_dark +androidx.swiperefreshlayout.R$id: int line1 +androidx.preference.R$id: int action_bar_subtitle +retrofit2.ParameterHandler$Tag +wangdaye.com.geometricweather.R$drawable: int ic_drag +com.jaredrummler.android.colorpicker.R$layout: int cpv_preference_circle +androidx.hilt.work.R$id: int accessibility_custom_action_1 +androidx.appcompat.R$styleable: int AnimatedStateListDrawableTransition_android_toId +com.turingtechnologies.materialscrollbar.R$attr: int tabPadding +com.turingtechnologies.materialscrollbar.R$attr: int dialogCornerRadius +com.google.android.material.R$styleable: int MaterialButton_icon +androidx.appcompat.R$style: int Base_Widget_AppCompat_ActivityChooserView +com.google.android.material.R$attr: int alertDialogButtonGroupStyle +okhttp3.internal.http2.Http2Connection: long access$608(okhttp3.internal.http2.Http2Connection) +okhttp3.internal.http2.Settings: int MAX_CONCURRENT_STREAMS +james.adaptiveicon.R$styleable: int Toolbar_contentInsetRight +androidx.appcompat.R$attr: int indeterminateProgressStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setYesterday(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean) +androidx.constraintlayout.widget.R$drawable: int abc_list_divider_material +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_section_count +okhttp3.internal.ws.WebSocketReader$FrameCallback: void onReadMessage(java.lang.String) +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_handleOffColor +androidx.preference.R$styleable: int PreferenceImageView_maxHeight +androidx.coordinatorlayout.R$styleable: int GradientColor_android_startX +android.didikee.donate.R$id: int activity_chooser_view_content +wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_marginStart +james.adaptiveicon.R$styleable: int AppCompatTheme_homeAsUpIndicator +androidx.activity.R$id: int accessibility_custom_action_19 +wangdaye.com.geometricweather.R$attr: int msb_handleOffColor +wangdaye.com.geometricweather.R$style: int Platform_ThemeOverlay_AppCompat_Dark +retrofit2.Utils$WildcardTypeImpl +wangdaye.com.geometricweather.R$id: int gridView +androidx.coordinatorlayout.R$id: int accessibility_custom_action_0 +james.adaptiveicon.R$attr: int windowMinWidthMajor +com.google.android.material.R$styleable: int Constraint_android_rotationX +wangdaye.com.geometricweather.R$string: int humidity +androidx.appcompat.R$style: int Widget_AppCompat_ButtonBar_AlertDialog +com.turingtechnologies.materialscrollbar.R$integer: int cancel_button_image_alpha +okhttp3.internal.tls.DistinguishedNameParser: java.lang.String escapedAV() +android.didikee.donate.R$attr: int actionBarTabStyle +com.jaredrummler.android.colorpicker.R$id: int item_touch_helper_previous_elevation +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_20 +com.google.android.material.R$styleable: int Chip_chipIconSize +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_black +com.bumptech.glide.integration.okhttp.R$drawable: int notification_icon_background +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult: java.util.List DailyForecasts +com.google.android.material.R$color: int material_deep_teal_500 +wangdaye.com.geometricweather.R$styleable: int Motion_pathMotionArc +android.didikee.donate.R$styleable: int ActionMode_height +james.adaptiveicon.R$attr: int textAppearanceListItemSmall +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_lastHorizontalStyle +wangdaye.com.geometricweather.R$styleable: int RecyclerView_android_orientation +cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy: android.os.IBinder asBinder() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric: int UnitType +wangdaye.com.geometricweather.R$attr: int cardUseCompatPadding +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7 +com.turingtechnologies.materialscrollbar.R$attr: int backgroundStacked +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_logo +com.jaredrummler.android.colorpicker.R$color: int material_blue_grey_800 +com.turingtechnologies.materialscrollbar.R$id: int italic +android.didikee.donate.R$style: int Base_V7_Theme_AppCompat_Light_Dialog +wangdaye.com.geometricweather.R$id: int activity_weather_daily_subtitle +com.google.android.material.button.MaterialButtonToggleGroup: void addOnButtonCheckedListener(com.google.android.material.button.MaterialButtonToggleGroup$OnButtonCheckedListener) +com.google.android.material.R$styleable: int GradientColorItem_android_offset +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse +androidx.preference.R$id: int off +com.google.android.material.R$styleable: int GradientColor_android_endX +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintRight_toRightOf +com.google.android.material.R$string: int mtrl_picker_range_header_unselected +androidx.hilt.work.R$styleable: int GradientColor_android_tileMode +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_ProgressIndicator_Linear +android.didikee.donate.R$styleable: int AppCompatTheme_dividerHorizontal +cyanogenmod.weather.RequestInfo: int access$602(cyanogenmod.weather.RequestInfo,int) +androidx.vectordrawable.R$drawable: int notification_bg_normal +androidx.transition.R$styleable: int FontFamily_fontProviderAuthority +wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit H +com.google.android.material.R$id: int accessibility_custom_action_31 +com.google.android.material.R$attr: int snackbarStyle +androidx.preference.R$styleable: int DialogPreference_negativeButtonText +com.google.android.material.R$id: int accessibility_custom_action_23 +androidx.work.R$attr: int fontVariationSettings +okhttp3.internal.http2.Http2Connection: void writePing(boolean,int,int) +androidx.transition.R$styleable: int FontFamilyFont_android_fontStyle +androidx.appcompat.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +wangdaye.com.geometricweather.R$styleable: int ActionBar_background +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getDailyForecast() +okhttp3.internal.http.UnrepeatableRequestBody +cyanogenmod.hardware.ICMHardwareService: boolean requireAdaptiveBacklightForSunlightEnhancement() +androidx.vectordrawable.R$dimen: int notification_top_pad +okhttp3.RealCall$AsyncCall: boolean $assertionsDisabled +okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex: javax.net.ssl.X509TrustManager trustManager +androidx.constraintlayout.widget.R$styleable: int[] KeyTrigger +com.google.android.gms.base.R$styleable: int SignInButton_scopeUris +com.turingtechnologies.materialscrollbar.R$color: int switch_thumb_disabled_material_dark +android.didikee.donate.R$attr: int windowFixedWidthMinor +com.google.android.material.R$styleable: int Layout_layout_constraintGuide_begin +androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: void setSupportBackgroundTintList(android.content.res.ColorStateList) +com.xw.repo.bubbleseekbar.R$attr: int alpha +androidx.fragment.R$styleable: int FontFamilyFont_android_fontStyle +com.google.android.material.card.MaterialCardView: void setCheckable(boolean) +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.lang.Integer stormHazard +okhttp3.Cache$CacheRequestImpl$1: okhttp3.Cache val$this$0 +androidx.appcompat.R$style: int Base_Widget_AppCompat_Button_Colored +okhttp3.internal.http2.Http2Reader: void readPushPromise(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) +cyanogenmod.weather.WeatherLocation$1: cyanogenmod.weather.WeatherLocation createFromParcel(android.os.Parcel) +com.google.android.material.R$styleable: int AppCompatTheme_actionBarTabStyle +androidx.constraintlayout.widget.R$styleable: int Spinner_popupTheme +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getTemperatureText(android.content.Context,int) +androidx.preference.R$styleable: int AppCompatTheme_checkedTextViewStyle +okio.Buffer: okio.Buffer write(byte[]) +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Large +androidx.hilt.lifecycle.R$string: int status_bar_notification_info_overflow +james.adaptiveicon.R$styleable: int MenuView_subMenuArrow +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_LIVE_LOCK_SCREEN +androidx.recyclerview.R$styleable +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum: AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum() +wangdaye.com.geometricweather.R$styleable: int Chip_chipMinHeight +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Body2 +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_text_light +com.amap.api.location.AMapLocationClientOption +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getTotalPrecipitationProbability() +androidx.hilt.lifecycle.R$id: int notification_main_column +android.didikee.donate.R$styleable: int MenuItem_android_title +james.adaptiveicon.R$attr: int isLightTheme +wangdaye.com.geometricweather.R$drawable: int shortcuts_clear_night_foreground +retrofit2.ParameterHandler$RelativeUrl: ParameterHandler$RelativeUrl(java.lang.reflect.Method,int) +androidx.viewpager2.R$attr: int fontStyle +androidx.preference.R$color: int secondary_text_default_material_dark +androidx.appcompat.widget.Toolbar: void setSubtitleTextColor(android.content.res.ColorStateList) +com.jaredrummler.android.colorpicker.R$dimen: int compat_notification_large_icon_max_width +cyanogenmod.providers.CMSettings$Secure: java.lang.String POWER_MENU_ACTIONS +wangdaye.com.geometricweather.R$styleable: int PropertySet_visibilityMode +retrofit2.BuiltInConverters$BufferingResponseBodyConverter: java.lang.Object convert(java.lang.Object) +com.google.android.material.tabs.TabLayout$TabView: void setTab(com.google.android.material.tabs.TabLayout$Tab) +com.bumptech.glide.load.HttpException: HttpException(java.lang.String,int) +androidx.lifecycle.extensions.R$layout: int notification_template_icon_group +io.reactivex.internal.disposables.EmptyDisposable: io.reactivex.internal.disposables.EmptyDisposable NEVER +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_ttcIndex +androidx.fragment.R$attr: int fontProviderAuthority +androidx.appcompat.app.AppCompatActivity +wangdaye.com.geometricweather.R$string: int settings_title_distance_unit +james.adaptiveicon.R$styleable: int ViewBackgroundHelper_android_background +com.google.android.material.chip.Chip: android.graphics.drawable.Drawable getBackgroundDrawable() +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator INCREASING_RING_START_VOLUME_VALIDATOR +wangdaye.com.geometricweather.R$dimen: int abc_text_size_small_material +androidx.appcompat.R$attr: int actionDropDownStyle +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Button_Small +cyanogenmod.app.CustomTile$Builder: int mIcon +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String getGrassDescription() +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintRight_toRightOf +com.jaredrummler.android.colorpicker.R$styleable: int Preference_title +com.google.android.material.R$animator: int mtrl_extended_fab_show_motion_spec +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void setCancellable(io.reactivex.functions.Cancellable) +com.turingtechnologies.materialscrollbar.R$attr: int closeIconSize +com.google.android.material.R$dimen: int abc_switch_padding +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX: java.util.List getBrands() +retrofit2.http.FieldMap +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_subhead_material +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: void cancel(io.reactivex.internal.queue.SpscLinkedArrayQueue,io.reactivex.internal.queue.SpscLinkedArrayQueue) +androidx.viewpager.widget.ViewPager: void setScrollState(int) +cyanogenmod.weather.WeatherInfo$1: java.lang.Object createFromParcel(android.os.Parcel) +androidx.lifecycle.SavedStateHandle +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_android_switchTextOn +androidx.lifecycle.LifecycleDispatcher: void init(android.content.Context) +com.google.android.material.R$style: int Widget_Design_TextInputLayout +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout: FitSystemBarAppBarLayout(android.content.Context) +wangdaye.com.geometricweather.R$id: int activity_alert_toolbar +wangdaye.com.geometricweather.R$color: int mtrl_btn_text_btn_ripple_color +androidx.appcompat.R$styleable: int AlertDialog_android_layout +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: long timeout +androidx.appcompat.R$drawable: int abc_ic_search_api_material +androidx.hilt.R$id: int text +cyanogenmod.app.Profile$ExpandedDesktopMode: int DISABLE +cyanogenmod.app.Profile: void setRingMode(cyanogenmod.profiles.RingModeSettings) +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_17 +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Spinner_DropDown +okhttp3.internal.ws.WebSocketWriter: boolean isClient +cyanogenmod.weather.WeatherInfo$DayForecast$Builder: int mConditionCode +com.bumptech.glide.MemoryCategory +okio.SegmentedByteString: java.nio.ByteBuffer asByteBuffer() androidx.work.impl.utils.futures.AbstractFuture$Failure$1: java.lang.Throwable fillInStackTrace() -org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.AbstractDao getDao(java.lang.Class) -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose w -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeThunderstormPrecipitation() -cyanogenmod.app.Profile: int getNotificationLightMode() -com.google.android.material.R$styleable: int[] AlertDialog -androidx.preference.R$layout: int preference_dropdown -retrofit2.RequestBuilder: okhttp3.RequestBody body -androidx.appcompat.R$drawable: int abc_btn_switch_to_on_mtrl_00012 -androidx.constraintlayout.widget.R$styleable: int AppCompatImageView_srcCompat -cyanogenmod.app.StatusBarPanelCustomTile: android.os.UserHandle user -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: java.lang.String getEn_US() -wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_textColorHint -james.adaptiveicon.R$styleable: int[] FontFamilyFont -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_temp_2 -james.adaptiveicon.R$id: int text -androidx.appcompat.R$anim: R$anim() -androidx.lifecycle.extensions.R$styleable: int GradientColor_android_startY -com.google.android.material.datepicker.CalendarConstraints: android.os.Parcelable$Creator CREATOR -com.amap.api.location.AMapLocationClient: void stopAssistantLocation() -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_editor_absoluteY -androidx.appcompat.resources.R$id: int tag_accessibility_pane_title -wangdaye.com.geometricweather.R$id: int postLayout -androidx.preference.R$dimen: int abc_text_size_display_4_material -androidx.hilt.R$id: int accessibility_custom_action_31 -wangdaye.com.geometricweather.common.ui.widgets.DrawerLayout -androidx.fragment.R$styleable: int[] FragmentContainerView -wangdaye.com.geometricweather.R$id: int never -wangdaye.com.geometricweather.R$id: int baseline -com.google.android.material.R$style: int TextAppearance_Compat_Notification_Time -com.jaredrummler.android.colorpicker.R$styleable: int FontFamily_fontProviderQuery -com.google.android.material.R$styleable: int Constraint_android_id -okhttp3.CertificatePinner$Pin -com.google.android.material.R$color: int material_on_primary_emphasis_high_type -james.adaptiveicon.R$id: int search_badge -androidx.swiperefreshlayout.R$drawable: int notification_bg_normal -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$color: int ripple_material_light -com.google.android.material.R$styleable: int MenuView_android_windowAnimationStyle -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_paddingBottom -com.jaredrummler.android.colorpicker.R$attr: int fontProviderQuery -io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: void dispose() -okhttp3.RealCall: okhttp3.RealCall clone() -androidx.appcompat.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth -com.google.android.material.R$styleable: int ConstraintSet_android_alpha -com.google.android.material.chip.Chip: void setBackgroundTintList(android.content.res.ColorStateList) -androidx.appcompat.R$attr: int textColorAlertDialogListItem -androidx.preference.R$attr: int autoSizeStepGranularity -androidx.coordinatorlayout.R$styleable: int GradientColor_android_endColor -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: void setPoint(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean) -com.google.android.material.R$styleable: int ExtendedFloatingActionButton_shrinkMotionSpec -wangdaye.com.geometricweather.R$styleable: int[] ViewBackgroundHelper -com.google.android.material.R$attr: int barrierDirection -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light_DarkActionBar -androidx.appcompat.R$drawable: int abc_menu_hardkey_panel_mtrl_mult -org.greenrobot.greendao.AbstractDao: void executeInsertInTx(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Iterable,boolean) -okio.Buffer: long indexOfElement(okio.ByteString) -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_showText -com.turingtechnologies.materialscrollbar.R$layout: int abc_search_view -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getAqiText() -androidx.customview.R$id: int blocking -cyanogenmod.app.CustomTile -io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: boolean isDisposed() -androidx.viewpager2.R$styleable: int GradientColor_android_startColor -wangdaye.com.geometricweather.R$attr: int cpv_showDialog -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX -com.google.android.material.R$attr: int extendedFloatingActionButtonStyle -james.adaptiveicon.R$attr: int alertDialogTheme -com.turingtechnologies.materialscrollbar.R$attr: int colorPrimary -okhttp3.internal.ws.RealWebSocket$Message: int formatOpcode -james.adaptiveicon.R$attr: int iconTintMode -com.turingtechnologies.materialscrollbar.R$color: int switch_thumb_material_dark -androidx.preference.R$style: int TextAppearance_AppCompat_Tooltip -wangdaye.com.geometricweather.R$string: int mtrl_picker_text_input_day_abbr -okhttp3.internal.http1.Http1Codec$FixedLengthSink: okio.ForwardingTimeout timeout -wangdaye.com.geometricweather.R$attr: int tabIndicatorGravity -io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) -wangdaye.com.geometricweather.R$id: int design_menu_item_action_area_stub -wangdaye.com.geometricweather.R$drawable: int notif_temp_72 -com.google.android.material.R$attr: int progressIndicatorStyle -cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: void removeCustomTileFromListener(cyanogenmod.app.ICustomTileListener,java.lang.String,java.lang.String,int) -cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onLockscreenSlideOffsetChanged(float) -okhttp3.internal.http2.Http2Stream: int getId() -cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() -okhttp3.HttpUrl: java.net.URI uri() -androidx.constraintlayout.widget.R$attr: int indeterminateProgressStyle -okhttp3.Response$Builder: okhttp3.Response$Builder code(int) -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Display4 -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: java.lang.Throwable error -com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String h -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: void setY(java.lang.String) -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getScaleX() -androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_marginTop -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Direction: int Degrees -com.jaredrummler.android.colorpicker.R$drawable -androidx.constraintlayout.widget.R$attr: int windowMinWidthMajor +com.turingtechnologies.materialscrollbar.R$attr: int alertDialogStyle +com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawable_android_exitFadeDuration +com.google.android.material.R$styleable: int MenuGroup_android_menuCategory +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_DropDownItem +com.bumptech.glide.R$color: int notification_action_color_filter +androidx.constraintlayout.widget.ConstraintHelper: void setReferencedIds(int[]) +androidx.work.WorkerParameters +wangdaye.com.geometricweather.R$attr: int layout_constraintVertical_weight +io.reactivex.internal.util.EmptyComponent: io.reactivex.internal.util.EmptyComponent[] values() +androidx.fragment.R$id: int accessibility_custom_action_1 wangdaye.com.geometricweather.R$styleable: int ActionBar_contentInsetStartWithNavigation -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWindChillTemperature(java.lang.Integer) -okhttp3.CertificatePinner: okio.ByteString sha1(java.security.cert.X509Certificate) -cyanogenmod.app.Profile$ProfileTrigger: int describeContents() -androidx.fragment.app.FragmentActivity -com.google.android.material.R$styleable: int NavigationView_itemIconSize -androidx.vectordrawable.R$dimen: R$dimen() -com.google.android.material.chip.Chip: void setChipMinHeightResource(int) -okhttp3.OkHttpClient: java.util.List DEFAULT_CONNECTION_SPECS -io.reactivex.Observable: io.reactivex.Observable serialize() -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub$Proxy: android.os.IBinder createExternalView(android.os.Bundle) -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_translationY -androidx.vectordrawable.R$styleable: int GradientColor_android_startColor -wangdaye.com.geometricweather.R$style: int Base_V21_Theme_AppCompat_Light_Dialog -androidx.appcompat.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth -androidx.preference.ListPreference -cyanogenmod.providers.DataUsageContract: java.lang.String FAST_SAMPLES -cyanogenmod.themes.IThemeChangeListener$Stub -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: io.reactivex.CompletableObserver downstream -android.didikee.donate.R$styleable: int[] Toolbar -cyanogenmod.profiles.LockSettings$1: java.lang.Object[] newArray(int) -android.didikee.donate.R$id: int edit_query -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_aa_normal -androidx.lifecycle.ViewModel: void clear() -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind: java.lang.Integer direction -androidx.appcompat.R$attr: int popupTheme -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Sun: java.lang.Long rise -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String NAVBAR_RECENT_BUTTON -wangdaye.com.geometricweather.R$drawable: int shortcuts_wind -android.didikee.donate.R$drawable: int notification_bg_low_normal -androidx.constraintlayout.widget.R$styleable: int Constraint_android_scaleY -okhttp3.internal.http2.Http2Reader$Handler: void goAway(int,okhttp3.internal.http2.ErrorCode,okio.ByteString) -androidx.constraintlayout.widget.Group: void setElevation(float) -wangdaye.com.geometricweather.R$id: int test_radiobutton_android_button_tint -wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_android_summaryOff -org.greenrobot.greendao.DaoException: DaoException(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_horizontalBias -io.reactivex.Observable: io.reactivex.Observable delay(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean) -james.adaptiveicon.R$dimen: int abc_edit_text_inset_top_material -com.google.android.material.chip.Chip: void setBackground(android.graphics.drawable.Drawable) -androidx.appcompat.R$attr: int progressBarStyle -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: io.reactivex.internal.fuseable.SimplePlainQueue queue -androidx.appcompat.R$styleable: int AppCompatTheme_actionBarSplitStyle -cyanogenmod.app.CMStatusBarManager: boolean localLOGV -com.bumptech.glide.integration.okhttp.R$layout -wangdaye.com.geometricweather.R$string: int settings_title_click_widget_to_refresh -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult: AtmoAuraQAResult() -james.adaptiveicon.R$styleable: int AlertDialog_showTitle -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_textAllCaps -androidx.preference.R$styleable: int ColorStateListItem_android_color -com.turingtechnologies.materialscrollbar.R$attr: int checkedChip -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: int getCollapsedSize() -com.bumptech.glide.R$attr: int layout_insetEdge -io.reactivex.internal.subscriptions.SubscriptionArbiter -cyanogenmod.hardware.CMHardwareManager: int VIBRATOR_INTENSITY_INDEX -androidx.constraintlayout.widget.R$styleable: int KeyCycle_curveFit -retrofit2.ParameterHandler$PartMap: java.lang.reflect.Method method -com.turingtechnologies.materialscrollbar.R$attr: int navigationContentDescription -com.amap.api.location.AMapLocationClientOption: long getGpsFirstTimeout() -com.xw.repo.bubbleseekbar.R$attr: int controlBackground -cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status FAILED -androidx.constraintlayout.motion.widget.MotionLayout: MotionLayout(android.content.Context,android.util.AttributeSet,int) -okhttp3.internal.cache.FaultHidingSink: FaultHidingSink(okio.Sink) -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: ObservableZip$ZipCoordinator(io.reactivex.Observer,io.reactivex.functions.Function,int,boolean) -cyanogenmod.hardware.CMHardwareManager: int FEATURE_ADAPTIVE_BACKLIGHT -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarSize -wangdaye.com.geometricweather.R$attr: int telltales_velocityMode -androidx.activity.R$id: int notification_main_column_container -com.google.android.material.R$styleable: int TextInputLayout_android_enabled -okhttp3.RequestBody: RequestBody() -io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: void onError(java.lang.Throwable) -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: boolean delayErrors -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_23 -okhttp3.HttpUrl$Builder: java.lang.String encodedUsername -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: java.util.concurrent.atomic.AtomicReference other -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: boolean isIsShow() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getMoonPhaseDescription() -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_toBottomOf -com.google.gson.stream.JsonReader: char[] buffer -com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_elevation -io.reactivex.internal.observers.ForEachWhileObserver: boolean isDisposed() -androidx.hilt.work.R$styleable: R$styleable() -cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String DESKCLOCK_PACKAGE -wangdaye.com.geometricweather.remoteviews.config.Hilt_HourlyTrendWidgetConfigActivity: Hilt_HourlyTrendWidgetConfigActivity() -okhttp3.ResponseBody: okhttp3.MediaType contentType() -wangdaye.com.geometricweather.R$attr: int titleMarginTop -androidx.preference.R$id: int parentPanel -com.google.android.material.R$styleable: int ActionBar_divider -com.bumptech.glide.R$dimen -wangdaye.com.geometricweather.R$dimen: int design_snackbar_padding_horizontal +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_79 +com.amap.api.fence.PoiItem: void setLongitude(double) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Speed Speed +com.jaredrummler.android.colorpicker.R$color: int dim_foreground_disabled_material_dark +androidx.appcompat.widget.LinearLayoutCompat: LinearLayoutCompat(android.content.Context) +com.jaredrummler.android.colorpicker.R$style: int Preference_SeekBarPreference +wangdaye.com.geometricweather.R$styleable: int ColorStateListItem_alpha +james.adaptiveicon.R$id: int chronometer +com.google.android.material.textfield.TextInputLayout: void setStartIconVisible(boolean) +io.reactivex.Observable: io.reactivex.Observable merge(io.reactivex.ObservableSource,io.reactivex.ObservableSource) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum: AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum() +android.support.v4.os.ResultReceiver$MyResultReceiver +cyanogenmod.app.CMStatusBarManager: cyanogenmod.app.ICMStatusBarManager sService +wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderToggleButton +androidx.customview.R$styleable: int GradientColor_android_endX +io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: void complete() +okhttp3.OkHttpClient$Builder: java.net.Proxy proxy +com.google.android.material.R$integer: int config_tooltipAnimTime +androidx.activity.R$id: int accessibility_custom_action_17 +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintWidth_default +com.jaredrummler.android.colorpicker.R$style: int Platform_V25_AppCompat +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_SearchView +androidx.constraintlayout.widget.R$drawable: int abc_ic_menu_cut_mtrl_alpha +wangdaye.com.geometricweather.db.entities.DailyEntity: void setAqiText(java.lang.String) +okhttp3.OkHttpClient$Builder: okhttp3.CookieJar cookieJar +com.google.android.material.R$dimen: int mtrl_high_ripple_focused_alpha +retrofit2.RequestFactory$Builder: java.lang.String PARAM +androidx.preference.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language SERBIAN +wangdaye.com.geometricweather.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle +wangdaye.com.geometricweather.R$color: int mtrl_chip_close_icon_tint +androidx.constraintlayout.widget.R$color: int highlighted_text_material_light +androidx.constraintlayout.widget.R$dimen: int notification_content_margin_start +okhttp3.internal.ws.RealWebSocket: long MAX_QUEUE_SIZE +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_textinput_outline_box_expanded_padding +androidx.appcompat.R$attr: int dropDownListViewStyle +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float total +androidx.activity.R$styleable: int FontFamilyFont_android_font +okhttp3.internal.cache.CacheInterceptor$1: long read(okio.Buffer,long) +wangdaye.com.geometricweather.R$styleable: int[] AppCompatTheme +androidx.preference.R$id: int decor_content_parent +wangdaye.com.geometricweather.R$drawable: int weather_clear_day_mini_grey +com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_statusBarBackground +com.google.android.material.R$attr: int thickness +wangdaye.com.geometricweather.R$attr: int tooltipFrameBackground +androidx.coordinatorlayout.R$integer +wangdaye.com.geometricweather.R$attr: int chainUseRtl +androidx.constraintlayout.widget.R$attr: int transitionPathRotate +retrofit2.RequestFactory$Builder: java.util.Set relativeUrlParamNames +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: io.reactivex.internal.util.AtomicThrowable errors +wangdaye.com.geometricweather.settings.dialogs.AnimatableIconDialog +android.didikee.donate.R$styleable: int MenuView_android_horizontalDivider +com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar +com.turingtechnologies.materialscrollbar.R$drawable: int notification_bg +com.bumptech.glide.request.RequestCoordinator$RequestState: boolean isComplete +androidx.appcompat.R$attr: int paddingStart +com.google.android.material.slider.Slider: void setTrackHeight(int) +wangdaye.com.geometricweather.R$dimen: int abc_dropdownitem_icon_width +wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_fontVariationSettings +com.google.android.gms.common.internal.zas: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintRight_creator +cyanogenmod.externalviews.KeyguardExternalView: void onLockscreenSlideOffsetChanged(float) +okhttp3.CertificatePinner: java.util.List findMatchingPins(java.lang.String) +androidx.coordinatorlayout.R$dimen: int compat_notification_large_icon_max_height +androidx.appcompat.R$styleable: int MenuItem_android_orderInCategory +okhttp3.Cache$CacheResponseBody$1: Cache$CacheResponseBody$1(okhttp3.Cache$CacheResponseBody,okio.Source,okhttp3.internal.cache.DiskLruCache$Snapshot) +com.google.android.material.R$layout: int mtrl_picker_text_input_date +okhttp3.CacheControl$Builder: CacheControl$Builder() +android.didikee.donate.R$anim: int abc_slide_out_bottom +james.adaptiveicon.R$styleable: int AppCompatTheme_colorSwitchThumbNormal +androidx.appcompat.R$layout: int abc_popup_menu_item_layout +com.google.android.material.R$attr: int altSrc +com.google.android.material.R$color: int design_default_color_error +androidx.appcompat.R$anim: int abc_fade_out +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge +cyanogenmod.app.ProfileGroup: int mNameResId +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX indices +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: void onComplete() +com.jaredrummler.android.colorpicker.R$color: int abc_search_url_text_normal +com.turingtechnologies.materialscrollbar.R$string: int hide_bottom_view_on_scroll_behavior +com.google.android.material.bottomnavigation.BottomNavigationView: int getItemBackgroundResource() +androidx.hilt.R$id: int blocking cyanogenmod.profiles.ConnectionSettings$1: ConnectionSettings$1() -org.greenrobot.greendao.AbstractDao: java.lang.Object load(java.lang.Object) -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay CARD_SUNRISE_SUNSET -androidx.preference.R$drawable: int abc_ic_star_half_black_36dp -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_button_min_height_material -androidx.fragment.R$id: int line1 -androidx.preference.R$id: int action_bar_activity_content -androidx.preference.R$style: int Base_Widget_AppCompat_ListMenuView -wangdaye.com.geometricweather.R$attr: int textAppearanceHeadline2 -okhttp3.internal.connection.RealConnection$1: okhttp3.internal.connection.RealConnection this$0 -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWetBulbTemperature(java.lang.Integer) -com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity -com.google.android.material.R$styleable: int FlowLayout_itemSpacing -androidx.appcompat.R$id: int actions -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List guomin -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_android_textOn -cyanogenmod.app.IProfileManager: cyanogenmod.app.Profile getProfileByName(java.lang.String) -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver: io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver parent -com.google.android.material.navigation.NavigationView: void setItemHorizontalPaddingResource(int) -com.google.android.material.R$layout: int mtrl_picker_actions -com.autonavi.aps.amapapi.model.AMapLocationServer: org.json.JSONObject l -com.jaredrummler.android.colorpicker.R$drawable: int abc_text_select_handle_right_mtrl_light -okio.Buffer: java.lang.String readUtf8Line(long) -com.google.android.material.R$styleable: int MenuGroup_android_visible -com.baidu.location.indoor.mapversion.c.a$d: com.baidu.location.indoor.mapversion.c.a$a a() -com.google.android.material.chip.Chip: float getIconEndPadding() -androidx.appcompat.widget.AppCompatAutoCompleteTextView: void setSupportBackgroundTintList(android.content.res.ColorStateList) -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_CUSTOM_VALUES -androidx.constraintlayout.widget.R$attr: int progressBarStyle -okhttp3.Address: int hashCode() -androidx.viewpager.R$dimen: int notification_subtext_size -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Imperial: double Value -wangdaye.com.geometricweather.R$drawable: int notif_temp_117 -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light -androidx.transition.R$styleable: int GradientColor_android_centerX -cyanogenmod.providers.CMSettings$Secure: void putListAsDelimitedString(android.content.ContentResolver,java.lang.String,java.lang.String,java.util.List) -com.turingtechnologies.materialscrollbar.R$attr: int listPopupWindowStyle -androidx.lifecycle.ViewModel: ViewModel() -com.turingtechnologies.materialscrollbar.R$styleable: int ActionMode_closeItemLayout -wangdaye.com.geometricweather.R$attr -androidx.preference.R$style: int TextAppearance_AppCompat_Inverse -androidx.lifecycle.DefaultLifecycleObserver: void onStart(androidx.lifecycle.LifecycleOwner) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: void setPubTime(java.lang.String) -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setTotalPrecipitationProbability(java.lang.Float) -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Tooltip -okhttp3.internal.ws.RealWebSocket$2: okhttp3.Request val$request -androidx.appcompat.widget.ActionBarOverlayLayout: void setIcon(int) -wangdaye.com.geometricweather.R$attr: int useSimpleSummaryProvider -com.xw.repo.bubbleseekbar.R$styleable: int[] StateListDrawableItem -androidx.viewpager2.R$id: int right_side -cyanogenmod.providers.CMSettings$InclusiveFloatRangeValidator -cyanogenmod.providers.CMSettings$Secure: java.lang.String STATS_COLLECTION_REPORTED -wangdaye.com.geometricweather.R$id: int position -wangdaye.com.geometricweather.R$id: int item_weather_daily_value_title -wangdaye.com.geometricweather.R$color: int notification_background_m -com.google.android.material.button.MaterialButtonToggleGroup: void addOnButtonCheckedListener(com.google.android.material.button.MaterialButtonToggleGroup$OnButtonCheckedListener) -io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: ObservableReplay$SizeAndTimeBoundReplayBuffer(int,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -com.google.android.material.R$color: int mtrl_calendar_selected_range -com.jaredrummler.android.colorpicker.R$id: int shortcut -wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: NumberAnimTextView(android.content.Context) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_toLeftOf -wangdaye.com.geometricweather.R$styleable: int TabItem_android_text -androidx.core.R$style: int TextAppearance_Compat_Notification -androidx.preference.R$styleable: int[] ViewStubCompat -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_RatingBar_Indicator -androidx.preference.R$style: int Theme_AppCompat_Light_DarkActionBar -wangdaye.com.geometricweather.R$string: int precipitation_rainstorm -android.didikee.donate.R$color: int bright_foreground_disabled_material_light -james.adaptiveicon.R$styleable: int ActionBar_title +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge +androidx.fragment.R$drawable: int notify_panel_notification_icon_bg +com.turingtechnologies.materialscrollbar.R$attr: int dialogTheme +androidx.appcompat.widget.SwitchCompat: java.lang.CharSequence getTextOn() +com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity +androidx.preference.R$dimen: int abc_dialog_min_width_minor +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility +com.jaredrummler.android.colorpicker.R$attr: int switchPadding +james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text +androidx.fragment.R$dimen: int notification_large_icon_width +androidx.hilt.R$styleable: int FontFamilyFont_android_fontVariationSettings +android.didikee.donate.R$styleable: int Toolbar_contentInsetEnd +androidx.constraintlayout.widget.R$layout: int notification_template_icon_group +androidx.recyclerview.R$styleable: int RecyclerView_android_orientation com.google.android.material.card.MaterialCardView: void setProgress(float) -androidx.preference.R$attr: int backgroundTint -com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_font -james.adaptiveicon.R$styleable: int[] Toolbar -androidx.preference.R$styleable: int SearchView_submitBackground -wangdaye.com.geometricweather.R$attr: int maxWidth -wangdaye.com.geometricweather.common.basic.models.weather.Weather: wangdaye.com.geometricweather.common.basic.models.weather.Base getBase() -io.reactivex.Observable: io.reactivex.Single toMultimap(io.reactivex.functions.Function) -retrofit2.ParameterHandler$Header -androidx.viewpager2.R$drawable: int notification_bg_low_pressed -androidx.fragment.R$id: int accessibility_custom_action_3 -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_panelMenuListTheme -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarItemBackground -wangdaye.com.geometricweather.R$string: int abc_searchview_description_search -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: java.lang.Integer alti -retrofit2.RequestBuilder: okhttp3.HttpUrl baseUrl -androidx.constraintlayout.widget.R$styleable: int[] LinearLayoutCompat -androidx.lifecycle.LiveData$ObserverWrapper: LiveData$ObserverWrapper(androidx.lifecycle.LiveData,androidx.lifecycle.Observer) -androidx.constraintlayout.widget.Placeholder: Placeholder(android.content.Context,android.util.AttributeSet,int) -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragmentCompat_android_dividerHeight -cyanogenmod.weather.ICMWeatherManager: void cancelRequest(int) -wangdaye.com.geometricweather.R$styleable: int TabItem_android_icon -com.loc.k: java.lang.String b -cyanogenmod.app.suggest.ApplicationSuggestion: java.lang.String mPackage -retrofit2.adapter.rxjava2.CallExecuteObservable$CallDisposable: CallExecuteObservable$CallDisposable(retrofit2.Call) -androidx.hilt.work.R$drawable: int notification_bg_low_pressed -io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: long serialVersionUID -okhttp3.internal.http2.Hpack$Reader: int maxDynamicTableByteCount() -james.adaptiveicon.R$drawable: int abc_textfield_search_default_mtrl_alpha -com.google.android.material.floatingactionbutton.FloatingActionButton: float getCompatPressedTranslationZ() -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cuv -wangdaye.com.geometricweather.R$animator: int weather_partly_cloudy_night_2 -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_mini_grey -wangdaye.com.geometricweather.R$styleable: int OnClick_clickAction -com.jaredrummler.android.colorpicker.R$attr: int widgetLayout -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Snow: MfHistoryResult$History$Snow() -androidx.loader.R$id: int chronometer -androidx.legacy.coreutils.R$style -androidx.viewpager2.R$styleable: int GradientColor_android_tileMode -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float getThunderstorm() -android.didikee.donate.R$attr: int checkboxStyle -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_light -james.adaptiveicon.R$id: int info -androidx.appcompat.R$attr: int listDividerAlertDialog -com.google.android.material.R$dimen: int abc_floating_window_z -okhttp3.internal.http2.Http2Connection$2: long val$unacknowledgedBytesRead -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$style: int TestStyleWithLineHeight -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX aqi -com.google.android.material.R$id: int action_bar -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: cyanogenmod.hardware.DisplayMode[] getDisplayModes() -android.didikee.donate.R$style: int Widget_AppCompat_Light_PopupMenu -okhttp3.Response$Builder: int code -android.didikee.donate.R$drawable: int abc_ic_menu_share_mtrl_alpha -okhttp3.WebSocket: okhttp3.Request request() -wangdaye.com.geometricweather.R$attr: int customNavigationLayout -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem +com.google.android.material.R$attr: int contentInsetRight +androidx.preference.R$style: int PreferenceThemeOverlay +wangdaye.com.geometricweather.R$id: int month_navigation_bar +com.bumptech.glide.integration.okhttp.R$drawable: int notification_template_icon_bg +wangdaye.com.geometricweather.R$layout: int abc_action_mode_bar +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: int requestFusion(int) +com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_padding_material +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onKeyguardShowing(boolean) +androidx.lifecycle.ViewModelStores +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver +com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat_ActionBar +com.jaredrummler.android.colorpicker.R$string: int abc_activitychooserview_choose_application +android.didikee.donate.R$dimen: int notification_big_circle_margin +androidx.lifecycle.EmptyActivityLifecycleCallbacks +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: void onComplete() +androidx.constraintlayout.widget.R$drawable: int abc_textfield_search_material +com.google.gson.stream.JsonReader: int NUMBER_CHAR_DIGIT +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_BRIGHTNESS_CONTROL_VALIDATOR +android.didikee.donate.R$style: int TextAppearance_AppCompat_Display2 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: int status +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableStartCompat +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: boolean done +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver parent +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: java.lang.String EnglishType +james.adaptiveicon.R$style: int Theme_AppCompat_Dialog_MinWidth +com.google.android.material.R$styleable: int[] KeyTimeCycle +androidx.preference.R$styleable: int Preference_android_summary +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_17 +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_persistent +cyanogenmod.weather.WeatherInfo: android.os.Parcelable$Creator CREATOR +androidx.appcompat.R$layout: int notification_action_tombstone +com.jaredrummler.android.colorpicker.R$style: int Base_V22_Theme_AppCompat +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWeatherCode(wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode) com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceListItemSmall -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: java.lang.String x -cyanogenmod.weather.CMWeatherManager$RequestStatus: int COMPLETED -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit KN -com.google.android.material.R$styleable: int CustomAttribute_customDimension -com.bumptech.glide.load.engine.DecodeJob$RunReason: com.bumptech.glide.load.engine.DecodeJob$RunReason INITIALIZE -androidx.work.ListenableWorker -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: void cancel() -androidx.lifecycle.ClassesInfoCache: ClassesInfoCache() -androidx.constraintlayout.widget.R$styleable: int[] MotionHelper -wangdaye.com.geometricweather.common.basic.models.weather.UV: UV(java.lang.Integer,java.lang.String,java.lang.String) -com.amap.api.location.CoordinateConverter: boolean isAMapDataAvailable(double,double) -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: io.reactivex.internal.operators.observable.ObservableZip$ZipObserver[] observers -android.didikee.donate.R$attr: int imageButtonStyle -com.google.android.material.R$dimen: int mtrl_btn_padding_bottom -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getMoldLevel() -cyanogenmod.weather.WeatherInfo: java.lang.String access$1402(cyanogenmod.weather.WeatherInfo,java.lang.String) -okhttp3.OkHttpClient: java.util.List networkInterceptors -wangdaye.com.geometricweather.R$id: int activity_widget_config_viewStyleContainer -io.reactivex.Observable: io.reactivex.Observable buffer(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -android.didikee.donate.R$layout: int notification_action -android.didikee.donate.R$styleable: int ViewStubCompat_android_inflatedId -androidx.constraintlayout.widget.R$id: int search_button -androidx.appcompat.resources.R$attr: int alpha -androidx.vectordrawable.R$layout -okhttp3.HttpUrl: java.lang.String topPrivateDomain() -wangdaye.com.geometricweather.R$styleable: int Chip_rippleColor -com.turingtechnologies.materialscrollbar.R$styleable: int[] PopupWindowBackgroundState -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_RatingBar_Indicator -com.google.android.material.R$id: int ghost_view -cyanogenmod.weather.RequestInfo: cyanogenmod.weather.WeatherLocation getWeatherLocation() -cyanogenmod.app.IProfileManager: cyanogenmod.app.Profile getProfile(android.os.ParcelUuid) -james.adaptiveicon.R$style: R$style() -androidx.preference.R$styleable: int AnimatedStateListDrawableTransition_android_toId -wangdaye.com.geometricweather.R$integer: int cpv_default_anim_steps -cyanogenmod.weather.WeatherInfo: boolean isValidWeatherCode(int) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$LocalSource: java.lang.String WeatherCode -com.google.android.material.R$style: int ShapeAppearanceOverlay_DifferentCornerSize -com.google.android.material.R$layout: int material_timepicker -android.didikee.donate.R$styleable: int ActionBar_hideOnContentScroll -cyanogenmod.hardware.CMHardwareManager: boolean setDisplayGammaCalibration(int,int[]) -cyanogenmod.themes.IThemeProcessingListener$Stub$Proxy: android.os.IBinder mRemote -com.google.android.material.R$integer: int show_password_duration -androidx.appcompat.R$attr: int contentDescription -com.amap.api.location.AMapLocationQualityReport: int GPS_STATUS_OFF -org.greenrobot.greendao.AbstractDaoSession: java.lang.Object callInTx(java.util.concurrent.Callable) -androidx.appcompat.R$dimen: int abc_progress_bar_height_material -android.didikee.donate.R$attr: int actionModePasteDrawable -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String SECONDARY_COLOR -androidx.drawerlayout.R$color: R$color() -com.jaredrummler.android.colorpicker.R$attr: int disableDependentsState -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_33 -com.jaredrummler.android.colorpicker.R$id: int title -okhttp3.internal.http.RealResponseBody -okhttp3.internal.http2.Hpack$Reader: int dynamicTableIndex(int) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintLeft_toLeftOf -com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_fixed_width_major -okhttp3.internal.tls.BasicTrustRootIndex -wangdaye.com.geometricweather.R$dimen: int tooltip_y_offset_touch -wangdaye.com.geometricweather.R$id: int container_main_daily_trend_card_title -io.reactivex.internal.disposables.DisposableHelper: io.reactivex.internal.disposables.DisposableHelper DISPOSED -okio.RealBufferedSource$1: RealBufferedSource$1(okio.RealBufferedSource) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_maxElementsWrap -wangdaye.com.geometricweather.R$attr: int bsb_show_progress_in_float -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: boolean active -wangdaye.com.geometricweather.db.entities.DailyEntity: void setRagweedIndex(java.lang.Integer) -wangdaye.com.geometricweather.R$style: int Preference_Material -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_contentInsetEnd -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getMoldDescription() -com.jaredrummler.android.colorpicker.R$id: int line1 -com.google.android.material.R$color: int material_slider_active_tick_marks_color -androidx.appcompat.R$styleable: int MenuItem_alphabeticModifiers -com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_layout_behavior -android.didikee.donate.R$styleable: int AppCompatTheme_actionBarStyle -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Button_Borderless -androidx.recyclerview.R$styleable: int GradientColor_android_gradientRadius -okhttp3.Headers: java.lang.String toString() -androidx.appcompat.R$styleable: int AppCompatTheme_colorBackgroundFloating +androidx.preference.R$attr: int switchTextOff +com.google.android.material.R$styleable: int MenuItem_tooltipText +okhttp3.internal.http.HttpDate$1: HttpDate$1() +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void clear() +retrofit2.adapter.rxjava2.ResultObservable: ResultObservable(io.reactivex.Observable) +com.bumptech.glide.Priority: com.bumptech.glide.Priority NORMAL +com.bumptech.glide.load.resource.bitmap.RecyclableBufferedInputStream$InvalidMarkException: RecyclableBufferedInputStream$InvalidMarkException(java.lang.String) +androidx.viewpager2.R$drawable: int notification_bg +wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_marginBottom +james.adaptiveicon.R$string: int abc_action_bar_up_description +com.google.android.material.bottomappbar.BottomAppBar: void setFabAlignmentMode(int) +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_placeholderTextColor +com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_y_offset_non_touch +androidx.room.RoomDatabase$JournalMode: androidx.room.RoomDatabase$JournalMode valueOf(java.lang.String) +com.google.android.material.circularreveal.CircularRevealGridLayout: int getCircularRevealScrimColor() +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse +com.google.android.material.R$attr: int perpendicularPath_percent +com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_default_mtrl_shape +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onLockscreenSlideOffsetChanged(float) +wangdaye.com.geometricweather.R$anim: int popup_show_top_right +android.didikee.donate.R$color: int abc_tint_edittext +androidx.swiperefreshlayout.R$id: int action_divider +com.turingtechnologies.materialscrollbar.R$id: int touch_outside +wangdaye.com.geometricweather.R$anim: int design_snackbar_out +james.adaptiveicon.R$styleable: int AppCompatTheme_imageButtonStyle +com.google.android.material.R$id: int topPanel +com.google.android.material.R$attr: int percentWidth +com.google.android.material.R$dimen: int abc_floating_window_z +com.google.android.material.R$drawable: int abc_ratingbar_material +androidx.preference.R$styleable: int AlertDialog_listItemLayout +com.xw.repo.bubbleseekbar.R$color: int primary_material_dark +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_voice_search_api_material +com.google.android.material.R$styleable: int CardView_cardPreventCornerOverlap +wangdaye.com.geometricweather.R$id: int activity_widget_config_showCardTitle +okio.Buffer: okio.Buffer readFrom(java.io.InputStream,long) +james.adaptiveicon.R$dimen: int abc_dialog_padding_top_material +com.google.android.material.R$layout: int mtrl_alert_select_dialog_multichoice +android.didikee.donate.R$attr: int listMenuViewStyle +androidx.appcompat.widget.AppCompatRadioButton: android.content.res.ColorStateList getSupportButtonTintList() +androidx.hilt.lifecycle.R$dimen: int notification_content_margin_start +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.R$array: int pollen_units +io.reactivex.internal.subscriptions.EmptySubscription: void complete(org.reactivestreams.Subscriber) +cyanogenmod.app.Profile: cyanogenmod.app.ProfileGroup[] getProfileGroups() +com.google.android.material.R$dimen: int abc_text_size_menu_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setStatus(int) +cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setHumidity(double) +com.google.android.material.R$styleable: int AppCompatTheme_alertDialogTheme +androidx.loader.R$styleable: int FontFamily_fontProviderCerts +android.didikee.donate.R$style: int Base_Widget_AppCompat_SeekBar +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_elevation +wangdaye.com.geometricweather.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton +wangdaye.com.geometricweather.R$id: int backBtn +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_android_maxWidth +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_trackTint +wangdaye.com.geometricweather.R$style: int PopupWindowAnimation_Bottom_Right +androidx.constraintlayout.widget.R$attr: int textAppearanceSmallPopupMenu +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode +androidx.preference.R$anim: int abc_tooltip_exit +com.bumptech.glide.integration.okhttp.R$attr: int layout_anchor +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: java.lang.String getPubTime() +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeSnowPrecipitationDuration(java.lang.Float) +james.adaptiveicon.R$id: int none +androidx.viewpager2.R$id: int tag_unhandled_key_event_manager +cyanogenmod.app.ICMStatusBarManager$Stub: ICMStatusBarManager$Stub() +com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableTransition_android_reversible +androidx.hilt.R$anim: int fragment_fade_enter +androidx.constraintlayout.motion.widget.MotionLayout: void setOnShow(float) +androidx.core.R$id: int accessibility_custom_action_9 +retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback: void onResponse(retrofit2.Call,retrofit2.Response) +androidx.constraintlayout.widget.R$attr: int path_percent +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType UpdateInTxIterable +com.google.android.material.R$dimen: int mtrl_calendar_selection_text_baseline_to_bottom +androidx.preference.R$attr: int autoSizeStepGranularity +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_64 +android.support.v4.app.INotificationSideChannel$Stub$Proxy: INotificationSideChannel$Stub$Proxy(android.os.IBinder) +androidx.constraintlayout.widget.R$drawable: int abc_cab_background_top_material +cyanogenmod.providers.DataUsageContract: java.lang.String UID +wangdaye.com.geometricweather.R$layout: int notification_big +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_disabled_translation_z +io.reactivex.Observable: io.reactivex.Observable concatArrayEagerDelayError(io.reactivex.ObservableSource[]) +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_verticalAlign +cyanogenmod.profiles.LockSettings$1: java.lang.Object[] newArray(int) +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver +com.google.android.material.R$attr: int popupMenuStyle +retrofit2.Utils: java.lang.Class declaringClassOf(java.lang.reflect.TypeVariable) +androidx.lifecycle.extensions.R$dimen: int notification_action_icon_size +wangdaye.com.geometricweather.R$style: int PopupWindowAnimation_Top_Right +wangdaye.com.geometricweather.R$string: int abc_action_bar_home_description +com.jaredrummler.android.colorpicker.R$string: int abc_activity_chooser_view_see_all +android.didikee.donate.R$integer +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title +wangdaye.com.geometricweather.R$attr: int keylines +android.didikee.donate.R$id: int none +androidx.appcompat.R$style: int Theme_AppCompat_Empty +androidx.appcompat.widget.SwitchCompat: void setCustomSelectionActionModeCallback(android.view.ActionMode$Callback) +wangdaye.com.geometricweather.R$integer: int cpv_default_anim_swoop_duration +com.amap.api.fence.PoiItem: java.lang.String c +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_DayTextView +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: ObservableTimeout$TimeoutObserver(io.reactivex.Observer,io.reactivex.functions.Function) +androidx.constraintlayout.widget.R$attr: int brightness +androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_barrierAllowsGoneWidgets +io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: void onError(java.lang.Throwable) +com.google.android.material.R$integer: int design_snackbar_text_max_lines +com.google.android.material.R$styleable: int MaterialTextAppearance_android_letterSpacing +com.amap.api.location.AMapLocationClient: AMapLocationClient(android.content.Context,android.content.Intent) +cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String getTag() +com.turingtechnologies.materialscrollbar.R$styleable: int[] StateListDrawableItem +com.bumptech.glide.Registry$MissingComponentException: Registry$MissingComponentException(java.lang.String) +wangdaye.com.geometricweather.R$array: int air_quality_co_unit_voices +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: java.lang.String getFrom() +com.jaredrummler.android.colorpicker.R$style: int Preference_SwitchPreferenceCompat_Material +android.didikee.donate.R$attr: int trackTint +androidx.appcompat.R$color: int abc_background_cache_hint_selector_material_dark +wangdaye.com.geometricweather.R$string: int settings_title_precipitation_unit +androidx.preference.internal.PreferenceImageView: void setMaxHeight(int) +wangdaye.com.geometricweather.R$styleable: int ColorStateListItem_android_color +com.google.gson.internal.LinkedTreeMap: void clear() +cyanogenmod.providers.DataUsageContract: DataUsageContract() +com.google.android.material.R$drawable: int abc_btn_radio_to_on_mtrl_000 +com.jaredrummler.android.colorpicker.R$drawable: int cpv_alpha +wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_extendMotionSpec +com.amap.api.fence.PoiItem: android.os.Parcelable$Creator getCreator() +okio.Buffer: long writeAll(okio.Source) +cyanogenmod.weather.WeatherInfo$Builder: boolean isValidWindSpeedUnit(int) +com.google.android.material.R$attr: int isMaterialTheme +com.google.android.material.R$styleable: int LinearLayoutCompat_dividerPadding +com.jaredrummler.android.colorpicker.R$attr: int textAppearanceListItem +com.bumptech.glide.load.EncodeStrategy: com.bumptech.glide.load.EncodeStrategy valueOf(java.lang.String) +androidx.lifecycle.extensions.R$dimen: int notification_subtext_size +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer apparentTemperature +wangdaye.com.geometricweather.db.entities.DailyEntity: int nighttimeTemperature +androidx.hilt.lifecycle.R$styleable: int[] FontFamilyFont +io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(int,long,java.util.concurrent.TimeUnit) +androidx.constraintlayout.widget.R$id: int search_go_btn +cyanogenmod.media.MediaRecorder: java.lang.String EXTRA_CURRENT_PACKAGE_NAME +android.didikee.donate.R$styleable: int AppCompatTheme_listDividerAlertDialog +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon Moon +com.google.android.material.R$id: int notification_main_column_container +okhttp3.internal.http2.Http2Connection$4: Http2Connection$4(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[],int,java.util.List) +io.reactivex.observers.DisposableObserver: DisposableObserver() +wangdaye.com.geometricweather.R$dimen: int disabled_alpha_material_light +io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,int,io.reactivex.Scheduler) +com.turingtechnologies.materialscrollbar.R$attr: int closeIconTint +io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: io.reactivex.disposables.Disposable upstream +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.HourlyEntityDao hourlyEntityDao +androidx.constraintlayout.widget.R$id: int position +androidx.constraintlayout.widget.R$bool: int abc_action_bar_embed_tabs +androidx.recyclerview.R$string: int status_bar_notification_info_overflow +androidx.constraintlayout.widget.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 +com.google.android.material.R$dimen: int abc_text_size_large_material +wangdaye.com.geometricweather.R$attr: int contentInsetStart +androidx.preference.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated +com.google.android.material.appbar.AppBarLayout$Behavior +androidx.hilt.R$styleable: int FontFamilyFont_fontVariationSettings +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_draggable +wangdaye.com.geometricweather.R$style: int Platform_V25_AppCompat +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_fabCustomSize +com.google.android.material.R$attr: int layout_goneMarginBottom +wangdaye.com.geometricweather.R$integer: int cpv_default_max_progress +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_icon_vertical_padding_material +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat +okhttp3.Cache: int writeAbortCount +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionBar +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_toLeftOf +androidx.lifecycle.Lifecycling: androidx.lifecycle.GeneratedAdapter createGeneratedAdapter(java.lang.reflect.Constructor,java.lang.Object) +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintWidth_percent +com.turingtechnologies.materialscrollbar.R$id: int lastElement +androidx.appcompat.R$styleable: int ActionBar_contentInsetStartWithNavigation +com.google.android.material.R$attr: int colorAccent +james.adaptiveicon.R$styleable: int[] SearchView +io.reactivex.Observable: io.reactivex.Observable groupJoin(io.reactivex.ObservableSource,io.reactivex.functions.Function,io.reactivex.functions.Function,io.reactivex.functions.BiFunction) +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: void onError(java.lang.Throwable) +androidx.customview.R$attr: int fontProviderQuery +androidx.viewpager.R$dimen: int notification_big_circle_margin +wangdaye.com.geometricweather.R$styleable: int MaterialButton_shapeAppearanceOverlay +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: boolean isIsShow() +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Chip +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_icon_5 +okio.Buffer$UnsafeCursor: boolean readWrite +wangdaye.com.geometricweather.R$id: int activity_widget_config_hideSubtitleContainer +android.didikee.donate.R$id: int contentPanel +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowFixedHeightMajor +retrofit2.adapter.rxjava2.Result: boolean isError() +com.turingtechnologies.materialscrollbar.R$attr: int progressBarStyle +okhttp3.MultipartBody$Part: MultipartBody$Part(okhttp3.Headers,okhttp3.RequestBody) +com.google.android.material.tabs.TabLayout: void removeOnTabSelectedListener(com.google.android.material.tabs.TabLayout$OnTabSelectedListener) +retrofit2.ParameterHandler$HeaderMap: java.lang.reflect.Method method +retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback: retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter this$0 +android.didikee.donate.R$string: int abc_search_hint +com.amap.api.location.AMapLocationClientOption: boolean isLocationCacheEnable() +wangdaye.com.geometricweather.background.receiver.widget.WidgetTextProvider: WidgetTextProvider() +com.jaredrummler.android.colorpicker.R$drawable: int notification_icon_background +wangdaye.com.geometricweather.R$styleable: int[] LoadingImageView +cyanogenmod.weather.WeatherInfo$Builder: double mTodaysLowTemp +com.turingtechnologies.materialscrollbar.R$styleable: int[] CollapsingToolbarLayout_Layout +io.reactivex.Observable: io.reactivex.Observable debounce(long,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.R$drawable: int notif_temp_94 +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$2: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 +cyanogenmod.app.CustomTile$ExpandedListItem: void setExpandedListItemOnClickIntent(android.app.PendingIntent) +okhttp3.Cookie: java.lang.String parseDomain(java.lang.String) +wangdaye.com.geometricweather.R$string: int action_search +okhttp3.internal.http2.Hpack: int PREFIX_4_BITS +androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_height +cyanogenmod.platform.Manifest$permission: java.lang.String LIVE_LOCK_SCREEN_MANAGER_PROVIDER +androidx.constraintlayout.widget.R$attr: int flow_verticalStyle +com.google.gson.internal.$Gson$Types$WildcardTypeImpl: int hashCode() +com.xw.repo.bubbleseekbar.R$id: int action_bar +androidx.work.R$layout: int notification_action_tombstone +androidx.appcompat.R$styleable: int SearchView_submitBackground +androidx.transition.R$dimen: int compat_notification_large_icon_max_width +cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: void removeCustomTileFromListener(cyanogenmod.app.ICustomTileListener,java.lang.String,java.lang.String,int) +wangdaye.com.geometricweather.R$id: int navigation_header_container +com.turingtechnologies.materialscrollbar.R$styleable: int[] AnimatedStateListDrawableTransition +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: android.graphics.Rect getWindowInsets() +okio.RealBufferedSink: okio.BufferedSink writeInt(int) +com.baidu.location.e.l$b: int c(com.baidu.location.e.l$b) +androidx.constraintlayout.widget.R$styleable: int ActionBar_title +wangdaye.com.geometricweather.background.polling.permanent.observer.TimeObserverService: TimeObserverService() +wangdaye.com.geometricweather.R$styleable: int KeyPosition_percentX +androidx.appcompat.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated +com.google.android.material.R$dimen: int tooltip_vertical_padding +androidx.appcompat.resources.R$id: int line3 +wangdaye.com.geometricweather.R$string: int feedback_clock_font +com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemTextAppearanceInactive +cyanogenmod.hardware.CMHardwareManager: boolean writePersistentBytes(java.lang.String,byte[]) +androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: io.reactivex.internal.operators.observable.ObservableZip$ZipObserver[] observers +com.turingtechnologies.materialscrollbar.R$dimen: R$dimen() +cyanogenmod.weather.WeatherInfo: double mWindSpeed +androidx.constraintlayout.widget.R$attr: int lineHeight +okhttp3.TlsVersion: java.lang.String javaName +org.greenrobot.greendao.AbstractDaoSession: void refresh(java.lang.Object) +com.google.android.material.textfield.TextInputLayout: int getErrorCurrentTextColors() +androidx.appcompat.widget.FitWindowsLinearLayout +androidx.appcompat.resources.R$id: int accessibility_custom_action_9 +androidx.appcompat.widget.ContentFrameLayout: android.util.TypedValue getFixedWidthMajor() +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_menu_overflow_material +com.google.android.material.R$attr: int backgroundInsetStart +androidx.constraintlayout.widget.R$styleable: int ActionMenuItemView_android_minWidth +android.didikee.donate.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton +androidx.lifecycle.ProcessLifecycleOwner$3$1: ProcessLifecycleOwner$3$1(androidx.lifecycle.ProcessLifecycleOwner$3) +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_arrow_drop_right_black_24dp +io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: long maxAge +com.jaredrummler.android.colorpicker.R$attr: int autoSizeTextType +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: float unitFactor +com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState valueOf(java.lang.String) +androidx.hilt.R$styleable: int FontFamily_fontProviderCerts +androidx.preference.R$attr: int backgroundTintMode +androidx.appcompat.R$styleable: int ViewBackgroundHelper_backgroundTintMode +androidx.constraintlayout.widget.R$layout: int abc_activity_chooser_view_list_item +androidx.appcompat.widget.AppCompatTextView +com.google.android.material.R$attr: int subtitleTextAppearance +wangdaye.com.geometricweather.R$attr: int closeIconTint +com.google.android.material.R$attr: int cornerFamilyTopLeft +okio.SegmentedByteString: okio.ByteString toByteString() +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: boolean daylight +cyanogenmod.app.Profile$ProfileTrigger: int mType +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_indicatorCornerRadius +androidx.appcompat.widget.AppCompatButton: android.content.res.ColorStateList getSupportBackgroundTintList() +com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_Alert_Bridge +com.google.android.material.R$styleable: int View_paddingStart +james.adaptiveicon.R$bool: int abc_action_bar_embed_tabs +cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent WALLPAPER +wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: java.lang.String getProviderName(android.content.Context) +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintEnd_toStartOf +com.baidu.location.indoor.mapversion.c.a$d +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void innerError(java.lang.Throwable) +wangdaye.com.geometricweather.R$dimen: int material_emphasis_high_type +wangdaye.com.geometricweather.R$array: int week_widget_style_values +wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundNormalUpdateService +james.adaptiveicon.R$styleable: int SearchView_queryBackground +android.didikee.donate.R$dimen: int abc_alert_dialog_button_bar_height +wangdaye.com.geometricweather.R$drawable: int ic_precipitation +androidx.core.R$styleable: int FontFamilyFont_android_fontVariationSettings +cyanogenmod.app.ProfileGroup: void setRingerOverride(android.net.Uri) +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_Button_Colored +okio.ByteString: java.lang.String base64Url() +androidx.vectordrawable.animated.R$color: int secondary_text_default_material_light +james.adaptiveicon.R$attr: int tooltipFrameBackground +wangdaye.com.geometricweather.R$font: int product_sans_thin_italic +androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight +androidx.hilt.work.R$id: int accessibility_custom_action_7 +androidx.appcompat.R$styleable: int AppCompatTheme_panelBackground +com.google.android.material.R$string: int bottom_sheet_behavior +okio.Timeout$1: okio.Timeout deadlineNanoTime(long) +androidx.hilt.work.R$drawable +wangdaye.com.geometricweather.R$styleable: int Preference_android_order +androidx.constraintlayout.widget.ConstraintLayout: void setId(int) +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_SearchView +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayoutStates_state_liftable +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: double lon +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_android_imeOptions +com.google.android.material.appbar.AppBarLayout$BaseBehavior$SavedState: android.os.Parcelable$Creator CREATOR +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: void onComplete() +com.bumptech.glide.GeneratedAppGlideModule +wangdaye.com.geometricweather.db.entities.LocationEntity: boolean getResidentPosition() +androidx.vectordrawable.R$dimen: int notification_small_icon_background_padding +com.amap.api.location.UmidtokenInfo: UmidtokenInfo() +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_toTopOf +wangdaye.com.geometricweather.R$anim: R$anim() +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPathRenderer: void setAlpha(float) +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose getLocationPurpose() +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator MENU_WAKE_SCREENN_VALIDATOR +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_titleTextStyle +androidx.appcompat.R$attr: int windowFixedHeightMajor +wangdaye.com.geometricweather.R$attr: int actionBarSplitStyle +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Dialog_Alert +androidx.core.R$string: int status_bar_notification_info_overflow +okhttp3.HttpUrl: java.lang.String username() +wangdaye.com.geometricweather.R$color: int bright_foreground_disabled_material_light +androidx.viewpager2.R$id: int accessibility_custom_action_29 +com.turingtechnologies.materialscrollbar.R$dimen: int notification_main_column_padding_top +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setTime(long) +wangdaye.com.geometricweather.R$id: int startVertical +com.amap.api.fence.GeoFenceClient: boolean removeGeoFence(com.amap.api.fence.GeoFence) +androidx.appcompat.resources.R$id: int tag_screen_reader_focusable +wangdaye.com.geometricweather.R$style: int CardView +androidx.appcompat.R$styleable: int SwitchCompat_thumbTint +retrofit2.Utils: okhttp3.ResponseBody buffer(okhttp3.ResponseBody) +cyanogenmod.app.BaseLiveLockManagerService$1: void enqueueLiveLockScreen(java.lang.String,int,cyanogenmod.app.LiveLockScreenInfo,int[],int) +androidx.hilt.work.R$string: R$string() +androidx.viewpager2.R$id: int icon +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeIcePrecipitation +james.adaptiveicon.R$layout: int abc_action_menu_item_layout +okio.BufferedSink: okio.BufferedSink writeShortLe(int) +wangdaye.com.geometricweather.R$styleable: int MotionLayout_motionDebug +com.turingtechnologies.materialscrollbar.R$drawable: int indicator_ltr +cyanogenmod.profiles.ConnectionSettings$BooleanState: int STATE_ENABLED +androidx.appcompat.R$styleable: int AppCompatTheme_actionOverflowButtonStyle +com.turingtechnologies.materialscrollbar.R$color: int abc_tint_edittext +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: boolean isDisposed() +cyanogenmod.alarmclock.ClockContract$InstancesColumns +okhttp3.internal.http.RealInterceptorChain: okhttp3.Response proceed(okhttp3.Request) +wangdaye.com.geometricweather.common.basic.models.weather.Weather: void setYesterday(wangdaye.com.geometricweather.common.basic.models.weather.History) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setUvIndex(java.lang.Integer) +wangdaye.com.geometricweather.R$styleable: int Constraint_pivotAnchor +io.reactivex.Observable: io.reactivex.Observable retry(long) +androidx.constraintlayout.widget.R$integer: R$integer() +wangdaye.com.geometricweather.R$dimen: int default_drawer_width +okhttp3.internal.platform.Platform: int INFO +androidx.viewpager2.R$attr: int fontProviderCerts +androidx.preference.ExpandButton +com.turingtechnologies.materialscrollbar.R$styleable: int ViewStubCompat_android_layout +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: java.util.concurrent.atomic.AtomicInteger windows +androidx.coordinatorlayout.R$dimen: int notification_content_margin_start +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceGroup_orderingFromXml +androidx.appcompat.R$styleable: int[] AppCompatTextHelper androidx.lifecycle.SavedStateHandleController: boolean isAttached() -wangdaye.com.geometricweather.R$style: int TestThemeWithLineHeightDisabled -androidx.fragment.R$id: int accessibility_custom_action_23 -com.turingtechnologies.materialscrollbar.R$color: int material_deep_teal_200 -androidx.appcompat.widget.Toolbar: android.widget.TextView getSubtitleTextView() -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_translationZ -androidx.activity.R$drawable: int notify_panel_notification_icon_bg -james.adaptiveicon.R$drawable: int abc_cab_background_top_material -okhttp3.internal.http2.Http2Connection: java.util.concurrent.ExecutorService access$400() -androidx.preference.R$color: int secondary_text_disabled_material_dark -okhttp3.internal.http2.Http2Stream$StreamTimeout: Http2Stream$StreamTimeout(okhttp3.internal.http2.Http2Stream) -androidx.preference.SeekBarPreference$SavedState: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$attr: int endIconCheckable -androidx.viewpager.R$dimen: R$dimen() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowNoTitle -james.adaptiveicon.R$id: int progress_circular -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeStyle -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_borderlessButtonStyle -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean writePersistentBytes(java.lang.String,byte[]) -androidx.lifecycle.Transformations$2 -wangdaye.com.geometricweather.R$string: int key_service_provider -com.jaredrummler.android.colorpicker.R$styleable: int[] PopupWindow -com.google.android.material.R$id: int action_mode_bar_stub -androidx.appcompat.R$attr: int thumbTextPadding -androidx.drawerlayout.R$drawable: R$drawable() -androidx.hilt.work.R$styleable: int GradientColorItem_android_color -androidx.lifecycle.LifecycleRegistry -androidx.core.app.RemoteActionCompatParcelizer -com.google.android.material.R$attr: int materialCalendarMonthNavigationButton -androidx.appcompat.R$style: int Widget_AppCompat_Button_Borderless -android.didikee.donate.R$color: int abc_tint_btn_checkable -androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type LEFT -androidx.viewpager2.R$layout: int notification_action_tombstone -com.google.android.material.slider.RangeSlider: int getLabelBehavior() -androidx.work.R$id: int accessibility_custom_action_0 -okhttp3.Interceptor$Chain: int writeTimeoutMillis() -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.String country -androidx.appcompat.R$style: int Base_Theme_AppCompat_Light -androidx.constraintlayout.widget.R$color: int dim_foreground_disabled_material_dark -wangdaye.com.geometricweather.R$attr: int subtitleTextAppearance -wangdaye.com.geometricweather.R$attr: int paddingBottomNoButtons -androidx.work.R$dimen: int compat_control_corner_material -com.autonavi.aps.amapapi.model.AMapLocationServer: com.autonavi.aps.amapapi.model.AMapLocationServer h() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_alertDialogStyle -androidx.appcompat.widget.DropDownListView: void setSelector(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_android_indeterminate -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX temperature -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: int IconCode -okhttp3.Response$Builder: okhttp3.Handshake handshake -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_OutlinedButton_Icon -com.google.android.material.R$attr: int state_collapsible -androidx.preference.R$styleable: int CheckBoxPreference_android_summaryOff -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeSnowPrecipitationProbability -cyanogenmod.app.suggest.ApplicationSuggestion$1: java.lang.Object[] newArray(int) -com.google.android.material.R$style: int Widget_MaterialComponents_Button_OutlinedButton_Icon -androidx.appcompat.R$styleable: int AppCompatTextView_drawableTintMode -okio.BufferedSink: okio.BufferedSink writeByte(int) -android.didikee.donate.R$color: int material_deep_teal_200 -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Region: java.lang.String EnglishName -wangdaye.com.geometricweather.R$id: int widget_day_card -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Toolbar_Button_Navigation -android.didikee.donate.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog -james.adaptiveicon.R$id: int tabMode -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_setDisplayColorCalibration -com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding: com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding QUALITY -androidx.legacy.coreutils.R$styleable: int GradientColorItem_android_offset -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: java.lang.String weathercn -androidx.recyclerview.R$attr -cyanogenmod.app.CustomTile: java.lang.String getResourcesPackageName() -okhttp3.Headers: void checkValue(java.lang.String,java.lang.String) -james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_drawableBottom -com.jaredrummler.android.colorpicker.R$layout: int abc_cascading_menu_item_layout -com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_spinBars -androidx.core.R$id: int tag_accessibility_heading -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: boolean isDaylight() -com.google.android.material.R$styleable: int ActionBar_subtitleTextStyle -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWindLevel(java.lang.String) -androidx.dynamicanimation.animation.DynamicAnimation -androidx.constraintlayout.widget.R$styleable: int PopupWindow_overlapAnchor -com.google.android.gms.base.R$id: int none -androidx.constraintlayout.widget.R$attr: int searchViewStyle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial: int UnitType -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title -androidx.preference.R$styleable: int[] Spinner -androidx.constraintlayout.widget.R$anim: int abc_tooltip_enter -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property UvDescription -android.didikee.donate.R$attr: int collapseContentDescription -android.didikee.donate.R$dimen: int abc_text_size_button_material -com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary -androidx.constraintlayout.widget.R$attr: int buttonPanelSideLayout -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_mini_grey -wangdaye.com.geometricweather.R$drawable: int ic_eye -wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Placeholder -androidx.hilt.R$integer: int status_bar_notification_info_maxnum -okhttp3.internal.http2.Http2Connection$ReaderRunnable$2: okhttp3.internal.http2.Settings val$settings -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_bubble_color -com.turingtechnologies.materialscrollbar.AlphabetIndicator: int getIndicatorHeight() -android.didikee.donate.R$styleable: int DrawerArrowToggle_arrowHeadLength -wangdaye.com.geometricweather.R$attr: int voiceIcon -com.google.android.material.R$attr: int transitionEasing -cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.DisplayMode getDefaultDisplayMode() -androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType INT_TYPE -okhttp3.internal.Util$2: Util$2(java.lang.String,boolean) -com.google.android.material.R$layout: int select_dialog_item_material -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_SearchView -com.xw.repo.bubbleseekbar.R$attr: int tintMode -com.google.gson.stream.JsonWriter: void setLenient(boolean) -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabTextAppearance -com.jaredrummler.android.colorpicker.R$attr: int fontProviderAuthority -androidx.activity.R$id: int accessibility_custom_action_28 -wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customColorDrawableValue -com.google.android.material.R$styleable: int Layout_layout_constraintEnd_toStartOf -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_contentInsetLeft -androidx.drawerlayout.R$dimen: int notification_top_pad -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: java.lang.String getValue() -androidx.cardview.R$attr: int cardMaxElevation -com.google.android.material.R$style: int Theme_MaterialComponents_CompactMenu -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Body1 -androidx.constraintlayout.widget.R$id: int textSpacerNoTitle -okhttp3.internal.http2.Http2Connection$4 +android.didikee.donate.R$color: int foreground_material_light +retrofit2.ParameterHandler$Field +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: void run() +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_menuCategory +wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar +androidx.appcompat.R$styleable: int AppCompatTheme_actionBarWidgetTheme +androidx.fragment.R$dimen: int notification_large_icon_height +james.adaptiveicon.R$styleable: int MenuView_android_headerBackground +com.jaredrummler.android.colorpicker.R$drawable: int notification_bg_low +com.google.android.material.R$attr: int checkedIconSize +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_NoActionBar +wangdaye.com.geometricweather.R$attr: int showDividers +okhttp3.RequestBody$3: long contentLength() +com.jaredrummler.android.colorpicker.R$drawable: int notification_bg_low_normal +cyanogenmod.providers.CMSettings$Global: java.lang.String WAKE_WHEN_PLUGGED_OR_UNPLUGGED +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: cyanogenmod.app.LiveLockScreenInfo getDefaultLiveLockScreen() +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabPaddingTop +androidx.viewpager.R$drawable: int notification_action_background +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_0 +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: boolean isDisposed() +com.google.android.material.R$styleable: int TextInputLayout_placeholderTextColor +com.google.android.material.R$attr: int layout_constraintRight_toLeftOf +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 +wangdaye.com.geometricweather.R$string: int wechat +androidx.transition.R$integer +androidx.preference.R$styleable: int Preference_android_order +androidx.drawerlayout.R$styleable: int[] GradientColorItem +com.amap.api.location.AMapLocation: void setErrorInfo(java.lang.String) +androidx.preference.R$layout: int abc_action_mode_close_item_material +androidx.appcompat.widget.SearchView: int getImeOptions() +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_toolbar_default_height +android.support.v4.app.INotificationSideChannel$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +com.google.android.material.checkbox.MaterialCheckBox: android.content.res.ColorStateList getMaterialThemeColorsTintList() +androidx.preference.R$styleable: int[] RecyclerView +com.google.android.material.R$styleable: int Constraint_flow_verticalAlign +cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onDetach() +com.bumptech.glide.load.HttpException: int UNKNOWN +androidx.preference.R$drawable: int notification_bg_low_normal +com.google.android.material.R$anim: int abc_slide_in_top +cyanogenmod.app.LiveLockScreenInfo: int describeContents() +androidx.constraintlayout.widget.R$id: int easeInOut +io.reactivex.Observable: io.reactivex.Observable buffer(long,java.util.concurrent.TimeUnit,int) +com.google.android.material.R$integer: int mtrl_card_anim_delay_ms +androidx.vectordrawable.R$id: int normal +wangdaye.com.geometricweather.R$id: int widget_trend_daily_item_1 +com.google.android.material.R$attr: int textAppearanceLineHeightEnabled +wangdaye.com.geometricweather.R$styleable: int NavigationView_headerLayout +okhttp3.internal.http1.Http1Codec$AbstractSource: long read(okio.Buffer,long) +com.google.android.material.R$styleable: int ActivityChooserView_initialActivityCount +okio.AsyncTimeout: void exit(boolean) +androidx.preference.R$string: int abc_searchview_description_clear +androidx.core.R$attr: int ttcIndex +androidx.activity.R$id: int tag_unhandled_key_listeners +cyanogenmod.app.IProfileManager$Stub$Proxy: void removeNotificationGroup(android.app.NotificationGroup) +androidx.coordinatorlayout.R$attr +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ListPopupWindow +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeRainPrecipitation() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_autoSizeStepGranularity +wangdaye.com.geometricweather.common.ui.widgets.DrawerLayout +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_Button_Colored +androidx.lifecycle.ViewModelStore: java.util.Set keys() +cyanogenmod.providers.CMSettings$DiscreteValueValidator +com.google.android.material.R$styleable: int BottomNavigationView_itemTextColor +com.google.android.material.R$styleable: int AppCompatTextHelper_android_drawableStart +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_min +com.jaredrummler.android.colorpicker.R$layout: int abc_search_dropdown_item_icons_2line +androidx.vectordrawable.animated.R$styleable: int[] GradientColorItem +wangdaye.com.geometricweather.R$styleable: int DialogPreference_android_dialogLayout +retrofit2.OkHttpCall: retrofit2.RequestFactory requestFactory +androidx.work.R$attr: int fontProviderCerts +com.turingtechnologies.materialscrollbar.R$string: int abc_shareactionprovider_share_with +androidx.constraintlayout.widget.R$attr: int iconTint +androidx.constraintlayout.widget.R$styleable: int Constraint_android_id +androidx.appcompat.R$style: int Widget_AppCompat_TextView +cyanogenmod.app.CMTelephonyManager: void setDataConnectionSelectedOnSub(int) +io.reactivex.Observable: io.reactivex.Observable share() +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle +com.turingtechnologies.materialscrollbar.DateAndTimeIndicator +com.xw.repo.bubbleseekbar.R$attr: int windowActionBarOverlay +james.adaptiveicon.R$styleable: int[] View +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIndicatorColor +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse +com.google.android.material.R$string: int material_timepicker_am +com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges +androidx.appcompat.R$layout: int abc_screen_simple_overlay_action_mode +wangdaye.com.geometricweather.R$anim: int popup_hide +androidx.lifecycle.extensions.R$id: int info +cyanogenmod.app.ILiveLockScreenChangeListener$Stub$Proxy: void onLiveLockScreenChanged(cyanogenmod.app.LiveLockScreenInfo) +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$RainForecast: MfRainResult$RainForecast() +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day +com.google.android.material.R$drawable: int abc_dialog_material_background +com.google.android.material.R$attr: int tooltipText +com.google.android.material.R$style: int Widget_MaterialComponents_Toolbar +wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: int getPosition() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatImageView_srcCompat +com.xw.repo.bubbleseekbar.R$styleable: int ActionMode_height +com.xw.repo.bubbleseekbar.R$drawable: int notification_bg_normal_pressed +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String MobileLink +okhttp3.OkHttpClient: int connectTimeoutMillis() +androidx.preference.R$styleable: int SwitchCompat_switchMinWidth +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle +james.adaptiveicon.R$anim: int abc_fade_out +retrofit2.Response: java.lang.String toString() +androidx.appcompat.R$styleable: int SearchView_searchIcon +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: void enqueueLiveLockScreen(java.lang.String,int,cyanogenmod.app.LiveLockScreenInfo,int[],int) +com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_android_layout +androidx.preference.R$attr: int layout_keyline +com.turingtechnologies.materialscrollbar.R$drawable: int abc_popup_background_mtrl_mult +androidx.loader.R$styleable: R$styleable() +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: java.lang.String img +wangdaye.com.geometricweather.R$id: int textinput_suffix_text +androidx.constraintlayout.widget.R$styleable: int Spinner_android_popupBackground +wangdaye.com.geometricweather.R$attr: int barLength +retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback +okhttp3.OkHttpClient$1: okhttp3.internal.connection.StreamAllocation streamAllocation(okhttp3.Call) +cyanogenmod.externalviews.ExternalViewProviderService$Provider: cyanogenmod.externalviews.ExternalViewProviderService this$0 +com.xw.repo.bubbleseekbar.R$dimen: int notification_right_icon_size +androidx.dynamicanimation.R$id: int action_divider +wangdaye.com.geometricweather.R$color: int colorTextGrey2nd +android.didikee.donate.R$styleable: int AppCompatTheme_colorButtonNormal +androidx.constraintlayout.widget.R$attr: int flow_maxElementsWrap +wangdaye.com.geometricweather.R$string: int settings_summary_live_wallpaper +androidx.appcompat.widget.AppCompatTextView: android.content.res.ColorStateList getSupportCompoundDrawablesTintList() +okhttp3.Response: int code +okhttp3.internal.cache.DiskLruCache: void validateKey(java.lang.String) +com.google.android.material.R$attr: int colorError +retrofit2.Utils$WildcardTypeImpl: boolean equals(java.lang.Object) +androidx.lifecycle.ClassesInfoCache: ClassesInfoCache() +wangdaye.com.geometricweather.R$attr: int selectable +wangdaye.com.geometricweather.R$styleable: int[] ViewPager2 +okhttp3.internal.http.RequestLine: java.lang.String requestPath(okhttp3.HttpUrl) +com.amap.api.location.APSService: void onCreate() +com.google.android.material.R$dimen: int mtrl_slider_halo_radius +com.xw.repo.bubbleseekbar.R$attr: R$attr() +retrofit2.ParameterHandler$Part: retrofit2.Converter converter +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color: int Green +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: void onSuccess(java.lang.Object) +com.jaredrummler.android.colorpicker.R$attr: int windowFixedWidthMinor +wangdaye.com.geometricweather.R$attr: int icon +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +androidx.preference.SeekBarPreference$SavedState +androidx.work.R$style: R$style() +androidx.coordinatorlayout.widget.CoordinatorLayout: void setStatusBarBackground(android.graphics.drawable.Drawable) +androidx.swiperefreshlayout.R$styleable +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind: double speed +okhttp3.internal.cache.DiskLruCache$3: void remove() +com.jaredrummler.android.colorpicker.R$attr: int spinnerDropDownItemStyle +androidx.viewpager2.R$id: R$id() +com.google.android.material.R$styleable: int ConstraintSet_transitionEasing +androidx.viewpager2.R$id: int tag_accessibility_actions +io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: boolean isDisposed() +com.google.gson.stream.JsonWriter: java.lang.String[] REPLACEMENT_CHARS +com.turingtechnologies.materialscrollbar.R$attr: int pressedTranslationZ +com.google.android.material.R$styleable: int MotionTelltales_telltales_tailColor +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange: AccuCurrentResult$TemperatureSummary$Past12HourRange() +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query +androidx.lifecycle.ComputableLiveData: void invalidate() +androidx.appcompat.R$style: int Base_Theme_AppCompat_Dialog_FixedSize +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: void cleanup() +androidx.constraintlayout.widget.R$styleable: int OnSwipe_onTouchUp +androidx.preference.R$id: int action_image +io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$id: int action_image +com.google.android.material.R$attr: int tickMarkTint +android.didikee.donate.R$styleable: int MenuItem_actionProviderClass +io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: void onNext(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$layout: int abc_dialog_title_material +okhttp3.internal.connection.StreamAllocation: boolean reportedAcquired +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial Imperial +cyanogenmod.themes.IThemeProcessingListener$Stub: IThemeProcessingListener$Stub() +wangdaye.com.geometricweather.R$id: int test_radiobutton_android_button_tint +retrofit2.DefaultCallAdapterFactory$1: retrofit2.DefaultCallAdapterFactory this$0 +androidx.constraintlayout.widget.R$styleable: int[] ColorStateListItem +androidx.constraintlayout.widget.R$id: int notification_main_column_container +androidx.recyclerview.widget.StaggeredGridLayoutManager +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation: wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation LEFT +wangdaye.com.geometricweather.R$styleable: int CompoundButton_android_button +wangdaye.com.geometricweather.R$anim: int abc_popup_exit +com.google.android.material.R$styleable: int AppCompatTheme_imageButtonStyle +androidx.appcompat.R$attr: int buttonCompat +okhttp3.internal.tls.DistinguishedNameParser: int end +androidx.recyclerview.widget.RecyclerView +androidx.legacy.coreutils.R$dimen: R$dimen() +com.google.android.material.R$id: int mtrl_calendar_months +androidx.constraintlayout.widget.Barrier: Barrier(android.content.Context,android.util.AttributeSet,int) +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_height +com.bumptech.glide.integration.okhttp.R$id: int end +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_UnelevatedButton_Icon +wangdaye.com.geometricweather.R$id: int material_clock_hand +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_Button +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Object readKey(android.database.Cursor,int) +com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_INIT +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_29 +okhttp3.internal.tls.OkHostnameVerifier: okhttp3.internal.tls.OkHostnameVerifier INSTANCE +com.google.android.material.R$dimen: int mtrl_badge_text_size +cyanogenmod.providers.CMSettings$System +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable +cyanogenmod.app.CMTelephonyManager: boolean isDataConnectionSelectedOnSub(int) +com.google.android.material.R$styleable: int TextInputLayout_placeholderTextAppearance +okio.RealBufferedSink: okio.BufferedSink writeLong(long) +com.google.gson.stream.JsonWriter: void flush() +com.turingtechnologies.materialscrollbar.R$attr: int popupWindowStyle +com.jaredrummler.android.colorpicker.R$id: int content +com.google.android.material.R$styleable: int TextAppearance_fontFamily +cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy: IAppSuggestManager$Stub$Proxy(android.os.IBinder) +wangdaye.com.geometricweather.R$id: int bounce +androidx.appcompat.R$style: int Theme_AppCompat_DialogWhenLarge +okhttp3.internal.http2.Http2Connection: int maxConcurrentStreams() +androidx.coordinatorlayout.R$dimen: int notification_right_side_padding_top +androidx.transition.R$styleable: int FontFamilyFont_android_ttcIndex +com.jaredrummler.android.colorpicker.R$color: int button_material_light +androidx.lifecycle.ReportFragment$ActivityInitializationListener: void onStart() +wangdaye.com.geometricweather.R$styleable: int[] CompoundButton +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWindChillTemperature(java.lang.Integer) +androidx.preference.R$attr: int searchHintIcon +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments$WarningTextBlocItem: java.lang.String title +com.google.android.material.transformation.TransformationChildCard: TransformationChildCard(android.content.Context) +com.bumptech.glide.R$styleable: int[] ColorStateListItem +com.turingtechnologies.materialscrollbar.R$string: int abc_shareactionprovider_share_with_application +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_12 +wangdaye.com.geometricweather.R$styleable: int[] AnimatedStateListDrawableCompat +com.google.android.material.R$styleable: int AppCompatTheme_dividerVertical +androidx.appcompat.R$layout: int abc_dialog_title_material +cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType THEME_UPDATED +wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_android_fontStyle +okhttp3.Cookie: long parseMaxAge(java.lang.String) +androidx.loader.R$dimen: int notification_small_icon_size_as_large +cyanogenmod.profiles.RingModeSettings: java.lang.String RING_MODE_NORMAL +io.reactivex.internal.util.NotificationLite: boolean isError(java.lang.Object) +android.didikee.donate.R$attr: int actionButtonStyle +wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_icon_dark_focused +androidx.constraintlayout.widget.R$attr: int pivotAnchor +wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerFamilyBottomRight +wangdaye.com.geometricweather.R$style: int PreferenceThemeOverlay_v14 +okhttp3.internal.cache.DiskLruCache: long getMaxSize() +okhttp3.internal.cache.DiskLruCache$Entry: long sequenceNumber +wangdaye.com.geometricweather.R$layout: int container_main_daily_trend_card +wangdaye.com.geometricweather.R$drawable: int notif_temp_113 +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_seek_step_section +wangdaye.com.geometricweather.R$dimen: int material_filled_edittext_font_1_3_padding_top +com.bumptech.glide.R$styleable: int GradientColor_android_centerY +com.amap.api.location.AMapLocation: void setAddress(java.lang.String) +io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: long serialVersionUID +io.reactivex.internal.subscribers.StrictSubscriber: void onSubscribe(org.reactivestreams.Subscription) +com.google.android.material.navigation.NavigationView: void setNavigationItemSelectedListener(com.google.android.material.navigation.NavigationView$OnNavigationItemSelectedListener) +wangdaye.com.geometricweather.R$id: int clip_vertical +com.google.android.material.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar +okhttp3.internal.ws.WebSocketWriter$FrameSink: void close() +com.jaredrummler.android.colorpicker.R$attr: int autoSizeMaxTextSize +androidx.preference.R$styleable: int AppCompatTheme_homeAsUpIndicator +cyanogenmod.externalviews.KeyguardExternalView: void access$300(cyanogenmod.externalviews.KeyguardExternalView) +androidx.activity.R$styleable: int GradientColor_android_startX +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure: AccuCurrentResult$Pressure() +com.amap.api.location.DPoint: void writeToParcel(android.os.Parcel,int) +com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_startColor +android.didikee.donate.R$drawable: int abc_scrubber_control_off_mtrl_alpha +okio.Segment: okio.Segment unsharedCopy() +androidx.lifecycle.DefaultLifecycleObserver: void onDestroy(androidx.lifecycle.LifecycleOwner) +com.google.android.gms.common.server.converter.zaa: android.os.Parcelable$Creator CREATOR +okhttp3.ResponseBody$1: long val$contentLength +okhttp3.ConnectionSpec: ConnectionSpec(okhttp3.ConnectionSpec$Builder) +org.greenrobot.greendao.AbstractDao: int pkOrdinal +com.jaredrummler.android.colorpicker.R$color: int primary_text_default_material_dark +com.google.android.material.R$dimen: int mtrl_extended_fab_min_width +androidx.constraintlayout.widget.R$id: int expand_activities_button +com.bumptech.glide.integration.okhttp.R$style +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float CarbonMonoxide +james.adaptiveicon.R$attr +wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_dark_focused +com.google.android.material.chip.Chip: void setEllipsize(android.text.TextUtils$TruncateAt) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String title +com.amap.api.location.AMapLocationClientOption: java.lang.String toString() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial Imperial +com.turingtechnologies.materialscrollbar.R$attr: int chipStrokeColor +androidx.appcompat.R$attr: int title +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Button +wangdaye.com.geometricweather.R$id: int end +okhttp3.Cache$1: okhttp3.Cache this$0 +wangdaye.com.geometricweather.R$id: int transition_layout_save +androidx.core.R$style: int TextAppearance_Compat_Notification_Title +android.didikee.donate.R$styleable: R$styleable() +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_corner_radius +androidx.constraintlayout.widget.R$styleable: int Toolbar_contentInsetStart +androidx.constraintlayout.widget.R$id: int decelerate +androidx.appcompat.widget.AppCompatSeekBar: AppCompatSeekBar(android.content.Context) +androidx.appcompat.R$dimen: int abc_switch_padding +wangdaye.com.geometricweather.R$id: int selected +androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type BASELINE +wangdaye.com.geometricweather.common.rxjava.BaseObserver: void onError(java.lang.Throwable) +okhttp3.internal.platform.Platform: java.lang.String getSelectedProtocol(javax.net.ssl.SSLSocket) +androidx.swiperefreshlayout.R$dimen: int notification_action_text_size +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void attachEntity(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$color: int ripple_material_dark +androidx.hilt.R$id: int accessibility_custom_action_12 +com.google.android.material.R$styleable: int Toolbar_titleMargins +android.didikee.donate.R$id: int action_container +androidx.recyclerview.R$styleable: int FontFamilyFont_font +okhttp3.internal.http2.Http2Connection: int DEGRADED_PING +io.reactivex.Observable: io.reactivex.Observable delaySubscription(io.reactivex.ObservableSource) +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_18 +com.google.android.gms.base.R$color: int common_google_signin_btn_text_light_pressed cyanogenmod.profiles.StreamSettings: boolean isOverride() -cyanogenmod.app.LiveLockScreenInfo: LiveLockScreenInfo(android.os.Parcel,cyanogenmod.app.LiveLockScreenInfo$1) -androidx.transition.R$drawable: int notification_template_icon_low_bg -androidx.preference.R$style: int TextAppearance_AppCompat_Display2 -okio.Segment: int SIZE -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Title_Inverse -io.reactivex.Observable: io.reactivex.Observable mergeWith(io.reactivex.SingleSource) -wangdaye.com.geometricweather.R$styleable: int View_theme -android.didikee.donate.R$drawable: int abc_ic_star_half_black_16dp -wangdaye.com.geometricweather.R$attr: int max -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constrainedWidth -com.jaredrummler.android.colorpicker.ColorPanelView -com.baidu.location.indoor.c: boolean add(java.lang.Object) -okhttp3.Route: java.net.Proxy proxy -com.amap.api.location.CoordUtil: int convertToGcj(double[],double[]) -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Headline6 -wangdaye.com.geometricweather.R$string: int feedback_not_yet_location -com.turingtechnologies.materialscrollbar.R$id: int action_mode_bar_stub -wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree nighttimeWindDegree -androidx.preference.R$anim: int btn_checkbox_to_checked_icon_null_animation -okhttp3.MultipartBody$Part: okhttp3.Headers headers -com.google.android.material.R$attr: int itemPadding -io.reactivex.internal.util.HashMapSupplier: java.util.Map call() -com.google.android.material.R$dimen: int abc_control_padding_material -androidx.preference.R$string: int abc_toolbar_collapse_description -android.didikee.donate.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle -wangdaye.com.geometricweather.R$layout: int notification_template_custom_big -com.jaredrummler.android.colorpicker.NestedGridView: NestedGridView(android.content.Context,android.util.AttributeSet) -james.adaptiveicon.R$attr: int defaultQueryHint -androidx.legacy.coreutils.R$attr: int fontVariationSettings -com.xw.repo.bubbleseekbar.R$styleable: int Spinner_android_popupBackground -wangdaye.com.geometricweather.R$id: int activity_card_display_manage_bottomRecyclerView -retrofit2.ParameterHandler$Query: void apply(retrofit2.RequestBuilder,java.lang.Object) -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_unregisterCallback -wangdaye.com.geometricweather.R$styleable: int Toolbar_maxButtonHeight -okhttp3.RequestBody$1: void writeTo(okio.BufferedSink) -androidx.preference.R$attr: int closeIcon -com.google.android.material.R$style: int Base_Widget_AppCompat_ActivityChooserView -androidx.recyclerview.R$dimen: int notification_action_icon_size -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeApparentTemperature -com.turingtechnologies.materialscrollbar.R$attr: int fontProviderQuery -james.adaptiveicon.R$color: int abc_primary_text_disable_only_material_light -retrofit2.Utils$GenericArrayTypeImpl: boolean equals(java.lang.Object) -androidx.legacy.coreutils.R$string: R$string() -com.google.android.material.R$styleable: int AppCompatTheme_windowActionModeOverlay -com.google.android.material.R$styleable: int Chip_checkedIconEnabled -okhttp3.Cache$Entry: java.lang.String RECEIVED_MILLIS -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWindChillTemperature -com.xw.repo.bubbleseekbar.R$attr: int actionBarTabStyle -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse -okio.BufferedSink: okio.BufferedSink write(okio.ByteString) -wangdaye.com.geometricweather.R$attr: int msb_autoHide -cyanogenmod.externalviews.ExternalViewProviderService$Provider: int DEFAULT_WINDOW_TYPE -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float NitrogenMonoxide -com.google.android.material.chip.Chip: float getTextStartPadding() -okhttp3.internal.cache.DiskLruCache$Snapshot: DiskLruCache$Snapshot(okhttp3.internal.cache.DiskLruCache,java.lang.String,long,okio.Source[],long[]) -androidx.lifecycle.HasDefaultViewModelProviderFactory: androidx.lifecycle.ViewModelProvider$Factory getDefaultViewModelProviderFactory() -okhttp3.Cache$2: java.lang.Object next() -androidx.appcompat.R$attr: int fontVariationSettings -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$LocalSource LocalSource -cyanogenmod.hardware.CMHardwareManager: int FEATURE_DISPLAY_GAMMA_CALIBRATION -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_switchTextAppearance -cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: java.lang.String NO_RINGTONE -com.jaredrummler.android.colorpicker.R$layout: int abc_alert_dialog_button_bar_material -james.adaptiveicon.R$id: int forever -com.google.android.material.R$styleable: int TextAppearance_android_textColor -james.adaptiveicon.R$dimen: int abc_dropdownitem_icon_width -com.amap.api.location.AMapLocationClient: com.amap.api.location.LocationManagerBase b -okhttp3.internal.http1.Http1Codec: int state -io.reactivex.internal.disposables.EmptyDisposable: void complete(io.reactivex.Observer) -io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function4) -wangdaye.com.geometricweather.R$drawable: int notif_temp_26 -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setIcon(android.graphics.drawable.Drawable) -cyanogenmod.app.Profile$Type: int TOGGLE -okhttp3.Cache$Entry: boolean matches(okhttp3.Request,okhttp3.Response) -com.xw.repo.bubbleseekbar.R$attr: int progressBarStyle -com.google.android.material.R$styleable: int NavigationView_itemShapeInsetBottom -cyanogenmod.providers.CMSettings$System: java.lang.String CAMERA_SLEEP_ON_RELEASE -androidx.constraintlayout.widget.R$attr: int fontFamily -james.adaptiveicon.R$style: int ThemeOverlay_AppCompat_ActionBar -okio.Buffer: okio.BufferedSink writeIntLe(int) -com.google.android.material.internal.NavigationMenuView -wangdaye.com.geometricweather.R$attr: int summaryOff -androidx.constraintlayout.widget.R$id: int staticLayout -io.reactivex.internal.subscriptions.BasicIntQueueSubscription: void cancel() -okhttp3.internal.http.HttpCodec: okhttp3.ResponseBody openResponseBody(okhttp3.Response) -cyanogenmod.app.Profile: void setSecondaryUuids(java.util.List) -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void dispose() -androidx.hilt.lifecycle.R$attr: int fontWeight -com.google.android.material.appbar.CollapsingToolbarLayout: void setCollapsedTitleTextColor(android.content.res.ColorStateList) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeFindDrawable -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setDegreeDayTemperature(java.lang.Integer) -wangdaye.com.geometricweather.R$attr: int logo -com.google.gson.internal.$Gson$Types$WildcardTypeImpl: java.lang.reflect.Type[] getUpperBounds() -okhttp3.Challenge: java.lang.String realm() -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Country -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getWindChillTemperature() -com.bumptech.glide.R$styleable: int GradientColor_android_endY -androidx.appcompat.R$id: int select_dialog_listview -com.xw.repo.bubbleseekbar.R$layout: int abc_action_mode_close_item_material -com.google.android.material.R$id: int material_timepicker_cancel_button -cyanogenmod.providers.CMSettings$NameValueCache: java.util.HashMap mValues -cyanogenmod.externalviews.KeyguardExternalView$3: int val$width -androidx.hilt.R$dimen: int notification_right_icon_size -androidx.preference.R$attr: int radioButtonStyle -wangdaye.com.geometricweather.R$layout: int container_main_sun_moon -android.didikee.donate.R$layout: int abc_search_dropdown_item_icons_2line -com.google.android.material.R$styleable: int NavigationView_itemShapeInsetStart -james.adaptiveicon.R$id: int image -cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy -wangdaye.com.geometricweather.R$layout: int design_navigation_item_separator -androidx.fragment.R$styleable: int FragmentContainerView_android_name -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragmentCompat_android_layout -com.jaredrummler.android.colorpicker.R$dimen: int abc_config_prefDialogWidth -retrofit2.Retrofit: retrofit2.Retrofit$Builder newBuilder() -com.jaredrummler.android.colorpicker.R$attr: int iconSpaceReserved -wangdaye.com.geometricweather.settings.dialogs.ProvidersPreviewerDialog: ProvidersPreviewerDialog() -wangdaye.com.geometricweather.R$id: int fragment_main -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_Button -com.jaredrummler.android.colorpicker.R$string: int abc_searchview_description_voice -cyanogenmod.profiles.StreamSettings: android.os.Parcelable$Creator CREATOR -com.bumptech.glide.R$drawable: int notification_template_icon_low_bg -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer -cyanogenmod.app.CustomTile: void cloneInto(cyanogenmod.app.CustomTile) -james.adaptiveicon.R$anim: int abc_slide_in_bottom -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Float totalPrecipitation24h -androidx.recyclerview.R$layout: int notification_action -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver -androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customPixelDimension +androidx.preference.R$color: int primary_text_default_material_dark +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void cancelAll() +com.google.android.material.slider.BaseSlider: void addOnChangeListener(com.google.android.material.slider.BaseOnChangeListener) +wangdaye.com.geometricweather.R$attr: int gapBetweenBars +androidx.viewpager.widget.PagerTabStrip: int getMinHeight() +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: int CloudCover +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: void setAddress(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHeight_max +com.google.android.material.R$attr: int minHeight +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_AutoCompleteTextView +okhttp3.RequestBody$2: okhttp3.MediaType val$contentType +wangdaye.com.geometricweather.R$drawable: int shortcuts_thunder_foreground +io.reactivex.Observable: io.reactivex.Observable distinct(io.reactivex.functions.Function,java.util.concurrent.Callable) +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode COMPRESSION_ERROR +androidx.preference.R$id: int wrap_content +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_star_black_16dp +androidx.viewpager.R$styleable: int FontFamilyFont_android_font +cyanogenmod.providers.CMSettings$NameValueCache +com.xw.repo.bubbleseekbar.R$id: int below_section_mark +com.google.android.material.R$layout: int mtrl_layout_snackbar +com.xw.repo.bubbleseekbar.R$drawable: int abc_ratingbar_material +com.baidu.location.e.l$b: java.lang.String a(com.baidu.location.e.l$b) +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void onSubscribe(org.reactivestreams.Subscription) +com.google.android.material.R$styleable: int ViewStubCompat_android_layout +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +cyanogenmod.providers.CMSettings$NameValueCache: java.lang.String mCallGetCommand +james.adaptiveicon.R$color: int abc_secondary_text_material_dark +androidx.appcompat.R$id: int src_over +androidx.dynamicanimation.R$dimen: int notification_right_icon_size +james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat_ActionBar +androidx.constraintlayout.widget.R$attr: int drawableStartCompat +okhttp3.internal.http1.Http1Codec$UnknownLengthSource: boolean inputExhausted +cyanogenmod.app.CustomTile$ExpandedStyle: void internalStyleId(int) +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1: void onResponse(retrofit2.Call,retrofit2.Response) +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_enabled +com.google.android.material.R$styleable: int Layout_layout_constrainedHeight +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float o3 +com.google.android.material.R$styleable: int TextInputLayout_errorTextAppearance +androidx.constraintlayout.widget.R$styleable: int ActionBar_contentInsetStartWithNavigation +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModePopupWindowStyle +okhttp3.HttpUrl$Builder: void pop() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum Minimum +wangdaye.com.geometricweather.R$id: int widget_day_week_week_2 +wangdaye.com.geometricweather.R$color +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getLockWallpaperThemePackageName() +wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: MoonPhase(java.lang.Integer,java.lang.String) +wangdaye.com.geometricweather.R$string: int aqi_4 +androidx.dynamicanimation.R$layout: int notification_action +androidx.appcompat.R$attr: int barLength +wangdaye.com.geometricweather.R$style: int Base_AlertDialog_AppCompat_Light +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_DarkActionBar +wangdaye.com.geometricweather.remoteviews.trend.TrendLinearLayout: TrendLinearLayout(android.content.Context,android.util.AttributeSet) +android.didikee.donate.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize +androidx.hilt.R$id: int accessibility_custom_action_19 +com.xw.repo.bubbleseekbar.R$attr: int srcCompat +com.jaredrummler.android.colorpicker.ColorPickerView: ColorPickerView(android.content.Context) +com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_select_handle_right_mtrl_dark +okhttp3.Request: okhttp3.CacheControl cacheControl() +com.google.android.material.R$style: R$style() +okhttp3.Handshake: okhttp3.TlsVersion tlsVersion() +cyanogenmod.hardware.ThermalListenerCallback$State: int STATE_UNKNOWN +androidx.viewpager.R$dimen: int notification_top_pad_large_text +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Imperial: AccuCurrentResult$RealFeelTemperature$Imperial() +androidx.drawerlayout.R$id +androidx.preference.R$style: int Widget_AppCompat_PopupMenu +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Large +androidx.constraintlayout.widget.R$attr: int hideOnContentScroll +android.didikee.donate.R$styleable: int ActionBar_contentInsetEndWithActions +wangdaye.com.geometricweather.R$color: int design_dark_default_color_on_secondary +com.turingtechnologies.materialscrollbar.R$color: int design_snackbar_background_color +okhttp3.OkHttpClient: boolean retryOnConnectionFailure() +okio.RealBufferedSink: okio.BufferedSink writeShortLe(int) +okio.Timeout: okio.Timeout NONE +androidx.appcompat.R$id: int screen +cyanogenmod.hardware.CMHardwareManager: java.lang.String getLtoDestination() +androidx.lifecycle.LiveData$LifecycleBoundObserver: boolean isAttachedTo(androidx.lifecycle.LifecycleOwner) +androidx.constraintlayout.widget.R$dimen: int compat_control_corner_material +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Small_Inverse +com.google.android.material.R$attr: int tickMark +james.adaptiveicon.R$anim: int abc_popup_exit +com.amap.api.location.UmidtokenInfo: android.os.Handler a +retrofit2.Retrofit: java.util.concurrent.Executor callbackExecutor() +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 +androidx.constraintlayout.widget.R$attr: int alertDialogCenterButtons +android.didikee.donate.R$string: int abc_action_bar_home_description +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter +wangdaye.com.geometricweather.R$integer: int design_snackbar_text_max_lines +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial: int UnitType +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: void drain() +wangdaye.com.geometricweather.R$dimen: int large_title_text_size +com.jaredrummler.android.colorpicker.R$drawable: int abc_seekbar_thumb_material +okhttp3.internal.ws.RealWebSocket: int sentPingCount +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: int state +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean() +okhttp3.internal.ws.WebSocketProtocol: int OPCODE_FLAG_CONTROL +com.google.android.material.R$styleable: int LinearLayoutCompat_showDividers +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps$WarningTimelapsItem +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_singleLineTitle +androidx.appcompat.R$attr: int numericModifiers +wangdaye.com.geometricweather.R$attr: int backgroundSplit +cyanogenmod.hardware.ICMHardwareService: boolean setDisplayMode(cyanogenmod.hardware.DisplayMode,boolean) +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_verticalBias +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem +com.google.android.material.R$id: int dropdown_menu +androidx.preference.R$attr: int fastScrollHorizontalTrackDrawable +androidx.appcompat.R$styleable: int AppCompatTheme_actionBarPopupTheme +okhttp3.Response$Builder: okhttp3.Response networkResponse +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_borderlessButtonStyle +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_content_inset_with_nav +androidx.cardview.R$color +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: boolean cancelled +com.bumptech.glide.Priority: com.bumptech.glide.Priority[] values() +okhttp3.Headers: okhttp3.Headers$Builder newBuilder() +com.google.android.material.R$id: int guideline +james.adaptiveicon.R$id: int list_item +com.google.android.material.R$styleable: int ThemeEnforcement_enforceMaterialTheme +james.adaptiveicon.R$styleable: int ActionBar_contentInsetEndWithActions +wangdaye.com.geometricweather.R$drawable: int notif_temp_11 +wangdaye.com.geometricweather.R$interpolator +androidx.activity.R$id: int dialog_button +com.bumptech.glide.integration.okhttp.R$dimen +wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit +androidx.recyclerview.widget.RecyclerView: void setOnFlingListener(androidx.recyclerview.widget.RecyclerView$OnFlingListener) +androidx.preference.R$style: int Base_Widget_AppCompat_ButtonBar +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_removeProfile +cyanogenmod.weather.CMWeatherManager$2: void onWeatherRequestCompleted(cyanogenmod.weather.RequestInfo,int,cyanogenmod.weather.WeatherInfo) +androidx.preference.R$styleable: int[] TextAppearance +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_seekBarPreferenceStyle +com.bumptech.glide.load.HttpException: HttpException(java.lang.String,int,java.lang.Throwable) +wangdaye.com.geometricweather.R$id: int dialog_location_help_providerIcon +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String FORECAST_HIGH +wangdaye.com.geometricweather.R$color: int weather_source_accu +androidx.constraintlayout.widget.R$attr: int isLightTheme +androidx.viewpager2.R$id: int actions +androidx.preference.R$id: int action_menu_divider +androidx.activity.R$id +okio.BufferedSource: short readShort() retrofit2.Converter$Factory: java.lang.reflect.Type getParameterUpperBound(int,java.lang.reflect.ParameterizedType) -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: SwipeRefreshLayout(android.content.Context,android.util.AttributeSet) -androidx.appcompat.resources.R$id: int accessibility_custom_action_14 -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_clear_material -wangdaye.com.geometricweather.R$dimen: int abc_dropdownitem_icon_width -com.jaredrummler.android.colorpicker.R$id: int icon_group -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title -androidx.appcompat.R$attr: int showTitle -com.google.android.material.R$attr: int onPositiveCross -androidx.core.R$drawable: int notification_bg_low -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Display2 -cyanogenmod.providers.CMSettings$System: java.lang.String CALL_RECORDING_FORMAT -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: int IconCode -okhttp3.OkHttpClient: int callTimeoutMillis() -androidx.preference.R$styleable: int AppCompatTheme_alertDialogCenterButtons -wangdaye.com.geometricweather.R$drawable: int ic_launcher_round -com.google.android.material.R$styleable: int ActionBar_contentInsetEnd -androidx.hilt.R$attr: int fontWeight -androidx.preference.R$styleable: int ViewBackgroundHelper_backgroundTint -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit valueOf(java.lang.String) -okhttp3.internal.platform.JdkWithJettyBootPlatform: void configureTlsExtensions(javax.net.ssl.SSLSocket,java.lang.String,java.util.List) -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onKeyguardShowing(boolean) -com.xw.repo.bubbleseekbar.R$color: int secondary_text_default_material_light -wangdaye.com.geometricweather.R$id: int wide -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource getInstance(java.lang.String) -androidx.preference.R$styleable: int AppCompatTheme_selectableItemBackground -wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayHorizontalWidgetConfigActivity -androidx.hilt.lifecycle.R$drawable: int notify_panel_notification_icon_bg -androidx.core.R$id: int accessibility_custom_action_7 -androidx.loader.R$attr: int fontProviderCerts -okhttp3.Cookie$Builder -com.bumptech.glide.load.PreferredColorSpace: com.bumptech.glide.load.PreferredColorSpace SRGB -androidx.hilt.work.R$dimen: int notification_media_narrow_margin -com.jaredrummler.android.colorpicker.R$id: int text -com.turingtechnologies.materialscrollbar.R$style: int Widget_Support_CoordinatorLayout -com.google.android.material.R$styleable: int OnSwipe_touchAnchorId -wangdaye.com.geometricweather.R$drawable: int star_2 -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: ChineseCityEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) -androidx.constraintlayout.widget.R$styleable: int ImageFilterView_crossfade -wangdaye.com.geometricweather.R$string: int common_google_play_services_install_text -james.adaptiveicon.R$styleable: int ActionMode_background -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: int status +androidx.loader.R$styleable: int[] FontFamilyFont +io.reactivex.exceptions.CompositeException: int size() +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: long serialVersionUID +cyanogenmod.app.CMTelephonyManager: boolean localLOGD +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy +wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setCloudCover(java.lang.Integer) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain rain +wangdaye.com.geometricweather.R$id: int reverseSawtooth +okhttp3.HttpUrl: java.lang.String encodedPassword() +wangdaye.com.geometricweather.R$drawable: int notif_temp_82 +wangdaye.com.geometricweather.R$attr: int barrierMargin +com.google.android.gms.common.api.UnsupportedApiCallException: java.lang.String getMessage() +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void onComplete() +wangdaye.com.geometricweather.R$string: int settings_title_weather_source +com.bumptech.glide.R$dimen: int notification_action_icon_size +james.adaptiveicon.R$attr: int actionModeStyle +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption$AMapLocationMode getLocationMode() +io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function4) +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_Bridge +androidx.appcompat.R$style: int Widget_AppCompat_CompoundButton_CheckBox +wangdaye.com.geometricweather.R$attr: int chipSpacingVertical +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: int capacityHint +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_weather +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_23 +androidx.appcompat.R$layout: int abc_screen_toolbar +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit MPS +androidx.appcompat.widget.AppCompatTextView: int getAutoSizeMaxTextSize() +wangdaye.com.geometricweather.R$styleable: int RecyclerView_layoutManager +androidx.preference.R$id: int forever +androidx.constraintlayout.widget.R$attr: int colorSwitchThumbNormal +wangdaye.com.geometricweather.db.entities.WeatherEntity: void delete() +io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: void run() +cyanogenmod.app.ICMStatusBarManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +androidx.recyclerview.widget.RecyclerView: int getScrollState() +cyanogenmod.weatherservice.IWeatherProviderService: void cancelOngoingRequests() +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_DialogWhenLarge +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_textColor +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver +com.google.android.gms.location.zzay +androidx.fragment.app.FragmentTabHost: FragmentTabHost(android.content.Context,android.util.AttributeSet) +okhttp3.internal.cache.DiskLruCache: void delete() +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit MB +okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder noStore() +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_translationY +androidx.appcompat.widget.AppCompatCheckBox: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_PopupMenu_ListPopupWindow +com.google.android.material.R$styleable: int Chip_checkedIcon +retrofit2.BuiltInConverters$UnitResponseBodyConverter: java.lang.Object convert(java.lang.Object) +wangdaye.com.geometricweather.R$string: int common_signin_button_text_long +com.google.android.material.R$attr: int onShow +james.adaptiveicon.R$styleable: int MenuView_android_itemBackground +androidx.constraintlayout.widget.R$drawable: int abc_list_selector_background_transition_holo_dark +androidx.loader.R$dimen: int notification_main_column_padding_top +androidx.viewpager.R$styleable: int FontFamily_fontProviderCerts +com.google.android.material.R$styleable: int BottomAppBar_paddingLeftSystemWindowInsets +com.turingtechnologies.materialscrollbar.R$attr: int actionModeWebSearchDrawable +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_TextInputLayout +com.google.android.material.slider.BaseSlider$SliderState: android.os.Parcelable$Creator CREATOR +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle +androidx.appcompat.R$styleable: int AppCompatTheme_actionDropDownStyle +androidx.coordinatorlayout.R$styleable: int GradientColor_android_centerX +retrofit2.SkipCallbackExecutor +cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_TEMPERATURE_MODE +cyanogenmod.app.BaseLiveLockManagerService$1: boolean registerChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_backgroundSplit +com.google.gson.stream.JsonWriter: void setLenient(boolean) +cyanogenmod.weather.util.WeatherUtils: double fahrenheitToCelsius(double) +androidx.vectordrawable.animated.R$styleable: int GradientColor_android_startColor +wangdaye.com.geometricweather.R$integer: int mtrl_tab_indicator_anim_duration_ms +okhttp3.internal.http.HttpHeaders: okio.ByteString QUOTED_STRING_DELIMITERS +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean onMenuOpened(int,android.view.Menu) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float icePrecipitation +com.google.android.material.R$drawable: int abc_list_focused_holo +wangdaye.com.geometricweather.R$styleable: int BottomAppBar_fabAlignmentMode +wangdaye.com.geometricweather.R$dimen: int abc_button_inset_vertical_material +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse +androidx.preference.R$styleable: int AppCompatTheme_dropDownListViewStyle +okhttp3.internal.http2.Http2Connection$ReaderRunnable$2 +wangdaye.com.geometricweather.R$id: int BOTTOM_END +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder proxyAuthenticator(okhttp3.Authenticator) +androidx.appcompat.widget.ActivityChooserView$InnerLayout +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun: AccuDailyResult$DailyForecasts$Sun() +android.didikee.donate.R$styleable: int MenuItem_android_checkable +android.didikee.donate.R$styleable: int ActionBar_height +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: java.lang.String x +okio.BufferedSink: okio.BufferedSink writeLong(long) +okhttp3.internal.http2.Http2Reader +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: long serialVersionUID +com.google.android.material.bottomappbar.BottomAppBar: float getFabCradleMargin() +okhttp3.internal.cache2.Relay$RelaySource +androidx.lifecycle.LiveData: void observe(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Observer) +wangdaye.com.geometricweather.R$drawable: int abc_ratingbar_indicator_material +androidx.hilt.work.R$bool: R$bool() +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_TabText +androidx.vectordrawable.R$dimen: int notification_small_icon_size_as_large +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: boolean cancelled +androidx.preference.R$styleable: int[] DrawerArrowToggle +wangdaye.com.geometricweather.R$attr: int labelStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.util.List defense +okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level[] values() +james.adaptiveicon.R$style: int Base_V26_Widget_AppCompat_Toolbar +androidx.viewpager.R$attr: R$attr() +androidx.core.R$dimen: int notification_main_column_padding_top +okhttp3.CacheControl: boolean isPublic +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderDivider +io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: void truncate() +android.support.v4.app.INotificationSideChannel +androidx.lifecycle.ClassesInfoCache$MethodReference: boolean equals(java.lang.Object) +okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level NONE +androidx.drawerlayout.R$styleable: int FontFamilyFont_android_fontVariationSettings +wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerFamilyBottomLeft +com.turingtechnologies.materialscrollbar.R$id: int submenuarrow +androidx.preference.TwoStatePreference: TwoStatePreference(android.content.Context,android.util.AttributeSet) +io.reactivex.internal.util.NotificationLite$SubscriptionNotification: org.reactivestreams.Subscription upstream +cyanogenmod.weather.RequestInfo: RequestInfo() +james.adaptiveicon.R$attr: int titleMarginBottom +androidx.transition.R$id: int text2 +com.xw.repo.bubbleseekbar.R$id: R$id() +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintBaseline_creator +com.google.android.material.tabs.TabLayout: android.content.res.ColorStateList getTabTextColors() +wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_textColorLink +cyanogenmod.os.Concierge +com.jaredrummler.android.colorpicker.R$attr: int firstBaselineToTopHeight +com.xw.repo.bubbleseekbar.R$color: int abc_tint_switch_track +wangdaye.com.geometricweather.remoteviews.trend.TrendLinearLayout +com.google.android.material.progressindicator.ProgressIndicator: void setIndicatorSize(int) +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: int requestFusion(int) +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Rain Rain +com.github.rahatarmanahmed.cpv.R$styleable: int[] CircularProgressView +com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemTextAppearanceInactive(int) +cyanogenmod.providers.CMSettings$Global: int getIntForUser(android.content.ContentResolver,java.lang.String,int,int) +okhttp3.Cache: int hitCount() +com.google.android.material.R$id: int pin +androidx.constraintlayout.widget.R$id: int action_bar_container +com.google.android.material.R$dimen: int mtrl_btn_focused_z +androidx.constraintlayout.widget.Placeholder: void setEmptyVisibility(int) +com.google.android.material.button.MaterialButton: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() +com.xw.repo.bubbleseekbar.R$styleable: int ActionMenuItemView_android_minWidth +retrofit2.OkHttpCall: void cancel() +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: io.reactivex.internal.fuseable.QueueDisposable qd +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain: java.lang.Float cumul12H +okhttp3.ConnectionPool: java.util.concurrent.Executor executor +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActivityChooserView +com.jaredrummler.android.colorpicker.R$string: int expand_button_title +james.adaptiveicon.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton +androidx.lifecycle.CompositeGeneratedAdaptersObserver: androidx.lifecycle.GeneratedAdapter[] mGeneratedAdapters +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: boolean isDisposed() +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: long serialVersionUID +com.google.android.material.R$string: int path_password_strike_through +androidx.preference.R$id: int accessibility_custom_action_6 +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind: AccuDailyResult$DailyForecasts$Day$Wind() +com.google.android.material.R$drawable: int btn_radio_off_mtrl +androidx.appcompat.R$layout: int select_dialog_multichoice_material +retrofit2.Platform: java.util.concurrent.Executor defaultCallbackExecutor() +cyanogenmod.themes.IThemeProcessingListener$Stub: java.lang.String DESCRIPTOR +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Sun: java.lang.Long rise +androidx.preference.R$attr: int windowFixedWidthMinor +wangdaye.com.geometricweather.R$attr: int fontProviderFetchStrategy +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: java.util.concurrent.atomic.AtomicBoolean cancelled +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintRight_creator +wangdaye.com.geometricweather.R$drawable: int abc_list_divider_mtrl_alpha +androidx.viewpager2.R$dimen: int notification_small_icon_background_padding +androidx.constraintlayout.widget.R$id: int chronometer +com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: long serialVersionUID +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_lineHeight +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: io.reactivex.ObservableSource source +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature WetBulbTemperature +androidx.constraintlayout.widget.R$styleable: int Transition_transitionDisable +androidx.activity.R$id: int accessibility_custom_action_2 +wangdaye.com.geometricweather.R$attr: int fontProviderFetchTimeout +retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback: retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter this$0 +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode WIND +androidx.appcompat.widget.LinearLayoutCompat: LinearLayoutCompat(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_scaleY +com.amap.api.fence.GeoFence: java.lang.String BUNDLE_KEY_CUSTOMID +com.jaredrummler.android.colorpicker.R$attr: int dividerVertical +com.jaredrummler.android.colorpicker.R$id: int title +wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: java.lang.String getPollenVoice(android.content.Context,int) +androidx.fragment.R$styleable: int FragmentContainerView_android_name +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionBar_Solid +com.jaredrummler.android.colorpicker.R$styleable: int GradientColorItem_android_color +com.xw.repo.bubbleseekbar.R$style: int Platform_V25_AppCompat_Light +okhttp3.internal.http2.Http2Stream$FramingSink: boolean closed +james.adaptiveicon.R$styleable: int Toolbar_contentInsetStartWithNavigation +cyanogenmod.util.ColorUtils: float[] temperatureToRGB(int) +com.jaredrummler.android.colorpicker.R$styleable: R$styleable() +android.didikee.donate.R$attr: int queryBackground +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable +com.google.android.material.internal.NavigationMenuItemView: void setTitle(java.lang.CharSequence) +com.google.gson.internal.JsonReaderInternalAccess: com.google.gson.internal.JsonReaderInternalAccess INSTANCE +wangdaye.com.geometricweather.R$attr: int materialCircleRadius +com.google.android.material.R$style: int Base_Widget_AppCompat_SearchView_ActionBar +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_get +okhttp3.internal.http2.Hpack$Reader: int dynamicTableIndex(int) +com.xw.repo.bubbleseekbar.R$drawable: int abc_ab_share_pack_mtrl_alpha +okio.GzipSource: void close() +wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode NIGHT +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.WeatherIconControlView: WeatherIconControlView(android.content.Context) +com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_animDuration +androidx.recyclerview.R$drawable: int notification_bg_low_normal +wangdaye.com.geometricweather.R$id: int tag_screen_reader_focusable wangdaye.com.geometricweather.R$id: int chain -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: boolean mainDone -androidx.appcompat.R$dimen: int notification_action_icon_size -wangdaye.com.geometricweather.R$attr: int borderWidth -androidx.viewpager2.R$styleable: int RecyclerView_android_descendantFocusability -com.jaredrummler.android.colorpicker.ColorPickerView: int getPaddingRight() -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit KPA -com.jaredrummler.android.colorpicker.R$styleable: int[] CompoundButton -com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource MEMORY_CACHE -wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_colorPresets -wangdaye.com.geometricweather.R$attr: int maxHeight -com.jaredrummler.android.colorpicker.R$attr: int textAllCaps -cyanogenmod.profiles.AirplaneModeSettings: int getValue() -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult -com.google.android.material.R$dimen: int design_appbar_elevation -com.turingtechnologies.materialscrollbar.R$attr: int helperTextTextAppearance -okio.Base64: java.lang.String encode(byte[]) -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getTreeLevel() -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: long dt -com.google.android.material.textfield.TextInputLayout: void setStartIconTintMode(android.graphics.PorterDuff$Mode) -androidx.preference.R$style: int Widget_AppCompat_ActionButton -androidx.hilt.R$string: int status_bar_notification_info_overflow -com.jaredrummler.android.colorpicker.R$string: int cpv_select -androidx.lifecycle.ComputableLiveData$1: ComputableLiveData$1(androidx.lifecycle.ComputableLiveData) -com.turingtechnologies.materialscrollbar.R$styleable: int[] AnimatedStateListDrawableCompat -james.adaptiveicon.R$id: int icon_group -okio.ByteString: java.lang.String utf8 -androidx.activity.R$id: int accessibility_custom_action_24 -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: io.reactivex.ObservableEmitter emitter -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Display4 -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_11 -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: boolean active -james.adaptiveicon.R$styleable: int[] ViewStubCompat -okhttp3.internal.connection.StreamAllocation: StreamAllocation(okhttp3.ConnectionPool,okhttp3.Address,okhttp3.Call,okhttp3.EventListener,java.lang.Object) -com.google.android.material.R$interpolator: R$interpolator() -androidx.constraintlayout.widget.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_0 -james.adaptiveicon.R$styleable: int ViewBackgroundHelper_backgroundTint -androidx.appcompat.R$styleable: int AppCompatTheme_alertDialogCenterButtons -wangdaye.com.geometricweather.R$anim: int abc_grow_fade_in_from_bottom -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean -com.jaredrummler.android.colorpicker.R$attr: int allowDividerAfterLastItem -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Imperial -wangdaye.com.geometricweather.R$styleable: int ActionBar_progressBarStyle -wangdaye.com.geometricweather.R$styleable: int Preference_android_fragment -okio.Okio: okio.Source source(java.nio.file.Path,java.nio.file.OpenOption[]) -androidx.recyclerview.R$layout: int notification_template_custom_big -com.jaredrummler.android.colorpicker.R$styleable: int CheckBoxPreference_android_summaryOn -androidx.appcompat.widget.ActionBarContainer: void setVisibility(int) -androidx.appcompat.R$color: int material_grey_100 -com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status PENDING -okhttp3.internal.http2.Http2Connection$1: void execute() -com.google.android.material.R$styleable: int TextAppearance_android_textColorHint -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub: cyanogenmod.externalviews.IExternalViewProviderFactory asInterface(android.os.IBinder) -com.google.android.material.R$style: int Base_TextAppearance_MaterialComponents_Headline6 -androidx.viewpager2.R$styleable: int GradientColor_android_startX -com.amap.api.fence.DistrictItem: java.util.List d -androidx.viewpager2.R$id: int accessibility_custom_action_21 -com.google.android.material.R$color: int abc_primary_text_disable_only_material_light -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: java.lang.String MobileLink -com.google.android.material.R$styleable: int AppCompatTheme_searchViewStyle -wangdaye.com.geometricweather.R$drawable: int notif_temp_38 -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void onError(java.lang.Throwable) -androidx.lifecycle.DefaultLifecycleObserver -com.google.android.material.R$style -io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: void dispose() -androidx.work.BackoffPolicy: androidx.work.BackoffPolicy LINEAR -com.google.android.material.chip.Chip: void setChipIconEnabled(boolean) -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: ObservableWindow$WindowSkipObserver(io.reactivex.Observer,long,long,int) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceListItem -androidx.viewpager2.R$attr: int recyclerViewStyle -okhttp3.Request: okhttp3.HttpUrl url -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) -wangdaye.com.geometricweather.R$drawable: int notif_temp_56 -androidx.appcompat.widget.MenuPopupWindow -com.google.android.material.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle -cyanogenmod.weather.CMWeatherManager: android.os.Handler mHandler -wangdaye.com.geometricweather.R$attr: int listPreferredItemPaddingStart -org.greenrobot.greendao.AbstractDao: void updateKeyAfterInsertAndAttach(java.lang.Object,long,boolean) -io.reactivex.Observable: io.reactivex.Observable concat(io.reactivex.ObservableSource,int) -androidx.viewpager2.R$layout -androidx.constraintlayout.widget.R$id: int dragStart -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String street -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_menu_header_material -androidx.viewpager2.R$drawable: int notification_template_icon_bg -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: io.reactivex.disposables.Disposable upstream -androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_height -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_Slider -androidx.dynamicanimation.R$styleable: int FontFamilyFont_android_ttcIndex -james.adaptiveicon.R$styleable: int ActionBar_popupTheme -wangdaye.com.geometricweather.settings.activities.DailyTrendDisplayManageActivity -androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerView$Adapter getAdapter() -com.google.android.material.R$dimen: int design_fab_size_normal -wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.String getDirection() -androidx.appcompat.R$styleable: int AppCompatTheme_actionModeCutDrawable -androidx.customview.R$id: int icon_group -com.xw.repo.bubbleseekbar.R$styleable: int View_android_focusable -wangdaye.com.geometricweather.R$attr: int barrierAllowsGoneWidgets -com.google.android.material.R$style: int Base_DialogWindowTitleBackground_AppCompat -retrofit2.BuiltInConverters$StreamingResponseBodyConverter -wangdaye.com.geometricweather.R$attr: int layout_constraintCircleRadius -androidx.preference.R$styleable: int[] PreferenceFragmentCompat -wangdaye.com.geometricweather.R$id: int search_badge -io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: void setResource(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$drawable: int notif_temp_81 -com.google.android.material.R$id: int info -com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleMarginTop -androidx.recyclerview.R$styleable -com.google.android.material.appbar.CollapsingToolbarLayout: int getMaxLines() -androidx.preference.R$color: int bright_foreground_inverse_material_light -android.didikee.donate.R$bool: int abc_action_bar_embed_tabs -androidx.constraintlayout.widget.R$attr: int flow_horizontalGap -androidx.activity.R$id: int accessibility_action_clickable_span -android.didikee.donate.R$styleable: int Toolbar_titleMargins -androidx.appcompat.widget.SwitchCompat: void setCustomSelectionActionModeCallback(android.view.ActionMode$Callback) -com.google.android.material.R$string: int mtrl_picker_text_input_date_range_end_hint -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Button -retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder callFactory(okhttp3.Call$Factory) -cyanogenmod.app.ICMStatusBarManager$Stub: int TRANSACTION_unregisterListener -androidx.appcompat.widget.SearchView: int getPreferredHeight() -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_disableDependentsState -com.google.android.material.R$attr: int cardForegroundColor -com.turingtechnologies.materialscrollbar.R$dimen: int notification_big_circle_margin -androidx.hilt.R$attr: int font -okhttp3.internal.http2.Huffman$Node: Huffman$Node() -androidx.constraintlayout.widget.R$id: int screen -okhttp3.ConnectionSpec -androidx.activity.R$styleable: int ColorStateListItem_android_alpha -okio.Options: int size() -wangdaye.com.geometricweather.R$styleable: int PreferenceFragmentCompat_android_dividerHeight -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_navigation_bottom_padding -okhttp3.internal.http2.Http2: byte TYPE_PRIORITY -com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_headerBackground -com.bumptech.glide.integration.okhttp.R$attr: int fontProviderCerts -androidx.appcompat.R$integer: int abc_config_activityDefaultDur -okhttp3.internal.http2.Http2Connection$5: Http2Connection$5(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[],int,java.util.List,boolean) -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval valueOf(java.lang.String) -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String treeDescription -androidx.appcompat.resources.R$dimen: int notification_small_icon_background_padding -androidx.appcompat.R$styleable: int ActionBar_subtitleTextStyle -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Medium -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Subhead -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$1: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 -wangdaye.com.geometricweather.R$drawable: int widget_clock_day_details -cyanogenmod.util.ColorUtils$1: ColorUtils$1() -androidx.preference.R$attr: int layout_anchorGravity -cyanogenmod.profiles.StreamSettings: void readFromParcel(android.os.Parcel) -com.jaredrummler.android.colorpicker.R$color: int switch_thumb_normal_material_light -wangdaye.com.geometricweather.R$styleable: int MaterialCardView_strokeColor -okio.RealBufferedSink: int write(java.nio.ByteBuffer) -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeTotalPrecipitation(java.lang.Float) -wangdaye.com.geometricweather.R$layout: int abc_select_dialog_material -wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_7 -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String _ID -wangdaye.com.geometricweather.R$animator: int design_appbar_state_list_animator -android.didikee.donate.R$drawable: int abc_btn_check_to_on_mtrl_000 -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWindDegree -cyanogenmod.themes.IThemeService$Stub$Proxy: long getLastThemeChangeTime() -retrofit2.OptionalConverterFactory$OptionalConverter: java.lang.Object convert(java.lang.Object) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getWeatherSource() -com.baidu.location.e.l$b: int d(com.baidu.location.e.l$b) -android.didikee.donate.R$layout: int select_dialog_singlechoice_material -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_passwordToggleDrawable -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: java.lang.String defenseIcon -com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_103 -android.didikee.donate.R$style: int Widget_AppCompat_Light_SearchView -com.xw.repo.bubbleseekbar.R$attr: int listPreferredItemHeightLarge -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_autoSizeTextType -okhttp3.RealCall$AsyncCall: okhttp3.RealCall this$0 -cyanogenmod.themes.ThemeChangeRequest: java.util.Map mThemeComponents -com.google.android.material.slider.BaseSlider: int getLabelBehavior() -cyanogenmod.providers.CMSettings$Secure: boolean putString(android.content.ContentResolver,java.lang.String,java.lang.String) -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String COL_VALUE -com.xw.repo.bubbleseekbar.R$attr: int listPreferredItemHeight -androidx.appcompat.R$style: int Base_V22_Theme_AppCompat -androidx.transition.R$attr: int fontVariationSettings -james.adaptiveicon.R$attr: int popupTheme -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceTheme -okhttp3.internal.http2.Settings: int[] values -okhttp3.internal.http2.PushObserver$1 -com.bumptech.glide.Registry$NoSourceEncoderAvailableException: Registry$NoSourceEncoderAvailableException(java.lang.Class) -com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_check_to_on_mtrl_000 -wangdaye.com.geometricweather.common.basic.models.weather.Weather: Weather(wangdaye.com.geometricweather.common.basic.models.weather.Base,wangdaye.com.geometricweather.common.basic.models.weather.Current,wangdaye.com.geometricweather.common.basic.models.weather.History,java.util.List,java.util.List,java.util.List,java.util.List) -cyanogenmod.providers.CMSettings$Global: android.net.Uri getUriFor(java.lang.String) -com.google.android.material.chip.Chip: void setCloseIconStartPadding(float) -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionMode -wangdaye.com.geometricweather.R$dimen: int mtrl_high_ripple_focused_alpha -com.google.android.material.R$drawable: int mtrl_ic_error -android.didikee.donate.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable -androidx.preference.R$styleable: int PreferenceTheme_editTextPreferenceStyle -androidx.appcompat.R$styleable: int AppCompatTheme_ratingBarStyleSmall -okhttp3.MultipartBody: okhttp3.MediaType type() -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setUpdateTime(long) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarTabBarStyle -androidx.preference.R$styleable: int AppCompatSeekBar_tickMarkTintMode -com.turingtechnologies.materialscrollbar.R$attr: int divider -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -okhttp3.internal.ws.RealWebSocket: void writePingFrame() -io.reactivex.Observable: io.reactivex.Observable concatMapEager(io.reactivex.functions.Function) -com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$Node find(java.lang.Object,boolean) +androidx.lifecycle.extensions.R$id: int action_divider +androidx.drawerlayout.widget.DrawerLayout: void setStatusBarBackground(android.graphics.drawable.Drawable) +com.turingtechnologies.materialscrollbar.R$color: int primary_material_dark +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult +cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_setZenMode +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModePasteDrawable +io.reactivex.observers.DisposableObserver: java.util.concurrent.atomic.AtomicReference upstream +androidx.drawerlayout.R$id: int normal +wangdaye.com.geometricweather.R$drawable: int abc_textfield_search_default_mtrl_alpha +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: java.lang.String datetime +com.turingtechnologies.materialscrollbar.R$styleable: int[] CollapsingToolbarLayout +com.xw.repo.bubbleseekbar.R$attr: int overlapAnchor +androidx.appcompat.R$attr: int buttonBarPositiveButtonStyle +com.xw.repo.bubbleseekbar.R$drawable: int notification_bg +okio.RealBufferedSource: void require(long) +io.reactivex.Observable: io.reactivex.disposables.Disposable forEach(io.reactivex.functions.Consumer) +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_subtitleTextAppearance +androidx.appcompat.R$dimen: int notification_top_pad_large_text +androidx.work.ExistingWorkPolicy: androidx.work.ExistingWorkPolicy valueOf(java.lang.String) +androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration +com.turingtechnologies.materialscrollbar.R$integer: int config_tooltipAnimTime +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse +io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: void setResource(io.reactivex.disposables.Disposable) +androidx.appcompat.R$attr: int homeLayout +com.google.android.material.R$id: int notification_main_column +com.google.android.gms.common.internal.safeparcel.SafeParcelable +retrofit2.RequestBuilder: void addPart(okhttp3.Headers,okhttp3.RequestBody) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dialogTheme +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_chainUseRtl +wangdaye.com.geometricweather.R$style: int Widget_Design_NavigationView +okhttp3.internal.tls.DistinguishedNameParser: java.lang.String nextAT() +com.google.android.material.R$id: int activity_chooser_view_content +wangdaye.com.geometricweather.R$string: int widget_clock_day_details +cyanogenmod.weather.WeatherLocation: java.lang.String getCityId() +androidx.constraintlayout.widget.R$styleable: int Motion_motionPathRotate +com.google.android.material.R$id: int accessibility_custom_action_17 +android.didikee.donate.R$layout: int abc_list_menu_item_checkbox +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getSupportedFeatures_0 +androidx.preference.R$dimen: int abc_seekbar_track_background_height_material +wangdaye.com.geometricweather.R$anim: int abc_slide_in_top +retrofit2.http.QueryName +androidx.loader.R$layout: int notification_template_icon_group +com.amap.api.fence.GeoFence: java.lang.String BUNDLE_KEY_LOCERRORCODE +james.adaptiveicon.R$id: int wrap_content +com.xw.repo.bubbleseekbar.R$attr: int fontVariationSettings +android.didikee.donate.R$style: int Theme_AppCompat +androidx.appcompat.app.AppCompatDelegateImpl$PanelFeatureState$SavedState: android.os.Parcelable$Creator CREATOR +okhttp3.Request$Builder: okhttp3.Request$Builder patch(okhttp3.RequestBody) +cyanogenmod.hardware.IThermalListenerCallback$Stub$Proxy: android.os.IBinder mRemote +com.google.android.material.R$id: int transition_scene_layoutid_cache +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: android.os.IBinder asBinder() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$LocalSource: int Id +wangdaye.com.geometricweather.R$styleable: int RoundCornerTransition_radius_from +wangdaye.com.geometricweather.R$id: int shortcut +com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose: com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose Sport +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: CaiYunMainlyResult$CurrentBean() +androidx.constraintlayout.widget.R$attr: int singleChoiceItemLayout +com.turingtechnologies.materialscrollbar.R$color: int material_grey_900 +wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_dark_disabled +androidx.drawerlayout.R$dimen: int notification_top_pad_large_text +android.didikee.donate.R$drawable: int notification_tile_bg +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void onComplete() +wangdaye.com.geometricweather.R$styleable: int[] MaterialAlertDialogTheme +androidx.constraintlayout.widget.R$layout: int abc_list_menu_item_icon +androidx.hilt.work.R$drawable: int notification_bg_normal_pressed +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_font +androidx.hilt.work.R$id: int tag_unhandled_key_listeners +wangdaye.com.geometricweather.R$styleable: int[] AlertDialog +wangdaye.com.geometricweather.R$dimen: int widget_design_title_text_size +com.google.android.material.R$attr: int listChoiceBackgroundIndicator +okhttp3.internal.ws.WebSocketProtocol: int OPCODE_CONTINUATION +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean content +androidx.lifecycle.ComputableLiveData: androidx.lifecycle.LiveData mLiveData +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index aggregatedIndex +wangdaye.com.geometricweather.R$string: int feedback_refresh_notification_after_back +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner +com.jaredrummler.android.colorpicker.R$anim: int abc_slide_in_bottom +android.didikee.donate.R$attr: int actionBarSize +androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State INITIALIZED +okhttp3.internal.connection.RealConnection: void cancel() +androidx.lifecycle.ComputableLiveData$2: ComputableLiveData$2(androidx.lifecycle.ComputableLiveData) +okhttp3.Cache: int ENTRY_BODY +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property UvDescription +wangdaye.com.geometricweather.R$id: int container_main_aqi_progress +androidx.preference.R$attr: int paddingStart +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void onTimeout(long) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_AutoCompleteTextView +okhttp3.internal.ws.WebSocketReader: okio.BufferedSource source +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX() +okhttp3.MultipartBody: byte[] DASHDASH +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_hideOnContentScroll +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void clear(io.reactivex.internal.queue.SpscLinkedArrayQueue) +james.adaptiveicon.R$dimen: int notification_main_column_padding_top +androidx.preference.R$style: int Widget_AppCompat_ListView_Menu +androidx.recyclerview.R$attr: int fontWeight +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: CaiYunMainlyResult$ForecastDailyBean$AqiBean() +james.adaptiveicon.R$attr: int actionBarTabStyle +com.google.android.material.R$styleable: int Toolbar_titleMarginBottom +james.adaptiveicon.R$drawable: int notification_action_background +com.google.android.material.R$style: int Widget_AppCompat_Light_ActionButton +wangdaye.com.geometricweather.R$string: int settings_title_widget_config +okhttp3.RequestBody$1: void writeTo(okio.BufferedSink) +androidx.constraintlayout.widget.R$drawable: int abc_ic_menu_overflow_material +com.jaredrummler.android.colorpicker.R$styleable: int View_paddingStart +com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType GIF +androidx.dynamicanimation.R$id: int line3 +wangdaye.com.geometricweather.R$drawable: int flag_pl +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder cache(okhttp3.Cache) +androidx.core.R$attr: int fontProviderAuthority +com.google.android.material.R$styleable: int ForegroundLinearLayout_android_foregroundGravity +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorPrimaryDark +com.jaredrummler.android.colorpicker.R$layout: int preference_information_material +com.github.rahatarmanahmed.cpv.CircularProgressViewListener: void onModeChanged(boolean) +androidx.preference.R$style: int Theme_AppCompat +wangdaye.com.geometricweather.R$dimen: int mtrl_slider_track_side_padding +com.google.android.material.R$styleable: int ConstraintSet_barrierAllowsGoneWidgets +wangdaye.com.geometricweather.R$layout: int text_view_with_line_height_from_style +com.jaredrummler.android.colorpicker.R$drawable: int ic_arrow_down_24dp +androidx.preference.R$styleable: int MenuItem_tooltipText +cyanogenmod.app.CustomTile$ExpandedItem: CustomTile$ExpandedItem(cyanogenmod.app.CustomTile$1) +com.google.android.material.R$styleable: int Transform_android_translationX +com.google.android.material.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Bridge +androidx.preference.R$dimen: int tooltip_y_offset_non_touch +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated androidx.viewpager.R$id: int text2 -com.google.android.material.textfield.TextInputLayout: void setSuffixText(java.lang.CharSequence) -wangdaye.com.geometricweather.R$id: int container_main_details -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleGravity -androidx.appcompat.view.menu.ActionMenuItemView -androidx.preference.R$styleable: int AppCompatTheme_popupWindowStyle -com.jaredrummler.android.colorpicker.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog -io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: io.reactivex.Observer child -com.turingtechnologies.materialscrollbar.R$color: int mtrl_tabs_ripple_color -android.didikee.donate.R$attr: int textAppearanceSmallPopupMenu -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_AES_128_GCM_SHA256 -cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_AUTO_OUTDOOR_MODE -io.reactivex.internal.observers.BasicIntQueueDisposable: void dispose() -androidx.viewpager.widget.PagerTitleStrip -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_0 -com.google.android.material.R$color: int material_slider_halo_color -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language CHINESE -androidx.appcompat.resources.R$style: int Widget_Compat_NotificationActionContainer -androidx.constraintlayout.widget.R$dimen: R$dimen() -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void cancelAll() -okhttp3.internal.cache.DiskLruCache$3: java.util.Iterator delegate -io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: long serialVersionUID -org.greenrobot.greendao.DaoException: DaoException() -androidx.dynamicanimation.R$styleable: int FontFamily_fontProviderAuthority -okio.HashingSource: HashingSource(okio.Source,java.lang.String) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 -wangdaye.com.geometricweather.R$integer: int mtrl_card_anim_delay_ms -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String CountryCode -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver inner -wangdaye.com.geometricweather.R$id: int appBar -androidx.appcompat.R$style: int Base_Theme_AppCompat_CompactMenu -com.google.android.material.R$attr: int transitionShapeAppearance -androidx.recyclerview.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable -wangdaye.com.geometricweather.R$id: int mtrl_calendar_frame -com.bumptech.glide.integration.okhttp.R$dimen: R$dimen() -james.adaptiveicon.R$styleable: int MenuItem_iconTintMode -androidx.appcompat.widget.Toolbar: java.lang.CharSequence getLogoDescription() -james.adaptiveicon.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem -wangdaye.com.geometricweather.R$styleable: int Snackbar_snackbarStyle -com.google.android.material.R$attr: int layout_constraintLeft_toLeftOf -com.google.android.material.R$dimen: int abc_text_size_small_material -androidx.transition.R$styleable: int FontFamily_fontProviderAuthority -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric: java.lang.String Unit -androidx.appcompat.R$attr: int actionBarDivider -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_PopupMenu -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorBackgroundFloating -androidx.constraintlayout.widget.R$attr: int menu -cyanogenmod.app.StatusBarPanelCustomTile: StatusBarPanelCustomTile(android.os.Parcel) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_paddingLeft -com.google.android.material.R$dimen: int mtrl_edittext_rectangle_top_offset -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setExtended(boolean) -cyanogenmod.providers.CMSettings$Secure: java.lang.String DEVICE_HOSTNAME -androidx.appcompat.view.menu.ListMenuItemView: void setIcon(android.graphics.drawable.Drawable) -io.reactivex.internal.observers.DeferredScalarObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: java.util.Date to -com.jaredrummler.android.colorpicker.R$id: int action_context_bar -androidx.lifecycle.Transformations$3: boolean mFirstTime -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_PopupMenu -retrofit2.ParameterHandler$Part: java.lang.reflect.Method method -com.xw.repo.bubbleseekbar.R$layout: int abc_search_view -okhttp3.internal.ws.RealWebSocket: void failWebSocket(java.lang.Exception,okhttp3.Response) -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Subhead -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_114 -androidx.preference.R$styleable: int AppCompatSeekBar_tickMarkTint -wangdaye.com.geometricweather.db.entities.HistoryEntity: HistoryEntity() -com.google.android.material.R$attr: int boxStrokeWidthFocused -james.adaptiveicon.R$styleable: int ActionBar_logo -com.google.android.material.textfield.TextInputLayout: void setCounterOverflowTextColor(android.content.res.ColorStateList) -com.turingtechnologies.materialscrollbar.R$string: int abc_menu_meta_shortcut_label -okhttp3.Address: okhttp3.CertificatePinner certificatePinner -androidx.preference.R$drawable: int abc_btn_default_mtrl_shape -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary -androidx.appcompat.R$attr: int listPreferredItemPaddingStart +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub +wangdaye.com.geometricweather.background.receiver.widget.WidgetTrendHourlyProvider: WidgetTrendHourlyProvider() +androidx.preference.R$layout: int notification_action +cyanogenmod.platform.Manifest$permission: java.lang.String MANAGE_PERSISTENT_STORAGE +james.adaptiveicon.AdaptiveIconView: AdaptiveIconView(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$styleable: int Chip_chipIcon +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ActionBar_Surface +com.google.android.gms.base.R$color: int common_google_signin_btn_text_light_disabled +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void innerComplete(io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver) +androidx.appcompat.widget.AppCompatTextView: void setFirstBaselineToTopHeight(int) +cyanogenmod.themes.ThemeChangeRequest: java.util.Map getThemeComponentsMap() +com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_multiChoiceItemLayout +androidx.activity.R$id: int accessibility_custom_action_28 +okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex: int hashCode() +okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder allEnabledCipherSuites() +wangdaye.com.geometricweather.R$attr: int tabIndicator +com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType[] values() +androidx.legacy.coreutils.R$layout: int notification_action_tombstone +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean set(int,boolean) +okhttp3.internal.Util: okio.ByteString UTF_16_BE_BOM +okhttp3.internal.connection.StreamAllocation: okhttp3.Call call +androidx.viewpager2.R$styleable: int FontFamily_fontProviderFetchTimeout +wangdaye.com.geometricweather.R$styleable: int[] RoundCornerTransition +wangdaye.com.geometricweather.R$styleable: int ShapeableImageView_shapeAppearance +com.xw.repo.bubbleseekbar.R$id: int image +com.google.android.material.R$style: int Base_DialogWindowTitleBackground_AppCompat +wangdaye.com.geometricweather.R$styleable: int CardView_cardMaxElevation +com.google.android.material.R$dimen: int highlight_alpha_material_light +com.jaredrummler.android.colorpicker.R$styleable: int MenuGroup_android_enabled +wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableTransition_android_reversible +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_trackTintMode +james.adaptiveicon.R$id: int default_activity_button +okhttp3.internal.cache.DiskLruCache: void readJournalLine(java.lang.String) +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: java.lang.Object poll() +androidx.vectordrawable.animated.R$attr: int fontWeight +androidx.loader.R$drawable: int notification_bg_low +wangdaye.com.geometricweather.R$string: int feedback_restart +com.google.android.material.R$id: int mtrl_picker_text_input_date +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_3_30 +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void remove(io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable) +androidx.hilt.R$layout: int notification_action_tombstone +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setThunderstormPrecipitation(java.lang.Float) +androidx.hilt.R$layout: int notification_action +wangdaye.com.geometricweather.R$attr: int ttcIndex +cyanogenmod.themes.IThemeProcessingListener$Stub: android.os.IBinder asBinder() +okhttp3.internal.http2.Hpack$Reader: void readLiteralHeaderWithIncrementalIndexingNewName() +com.turingtechnologies.materialscrollbar.R$color: int bright_foreground_disabled_material_dark +com.google.android.material.R$attr: int showText +com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_Alert +com.bumptech.glide.R$styleable: int FontFamilyFont_ttcIndex +okhttp3.internal.cache.DiskLruCache: okhttp3.internal.cache.DiskLruCache$Snapshot get(java.lang.String) +io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver(io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver) +cyanogenmod.externalviews.ExternalViewProperties: int getHeight() +james.adaptiveicon.R$attr: int textAppearanceListItemSecondary +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getNavBarThemePackageName() +okhttp3.internal.io.FileSystem: void deleteContents(java.io.File) +wangdaye.com.geometricweather.db.entities.LocationEntity: void setCurrentPosition(boolean) +com.google.android.gms.internal.location.zzbg: android.os.Parcelable$Creator CREATOR +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated +com.google.android.material.chip.Chip: void setCheckedIconTintResource(int) +james.adaptiveicon.R$dimen: int compat_control_corner_material +com.google.gson.stream.JsonReader: int NUMBER_CHAR_EXP_DIGIT +com.xw.repo.bubbleseekbar.R$attr: int bsb_thumb_text_color +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Temperature temperature +com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleTextAppearance +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowFixedHeightMinor +androidx.appcompat.R$style: int Platform_Widget_AppCompat_Spinner +com.google.android.material.R$styleable: int ConstraintLayout_placeholder_content +okhttp3.internal.http2.Hpack$Reader: okio.ByteString getName(int) +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: DailyTrendItemView(android.content.Context,android.util.AttributeSet) +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: long serialVersionUID +com.turingtechnologies.materialscrollbar.R$attr: int msb_barThickness +com.xw.repo.bubbleseekbar.R$layout: int abc_action_menu_item_layout +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub$Proxy +okhttp3.Interceptor$Chain: okhttp3.Interceptor$Chain withConnectTimeout(int,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.R$attr: int endIconMode +okhttp3.internal.ws.WebSocketProtocol: int OPCODE_CONTROL_PONG +androidx.preference.R$styleable: int RecyclerView_spanCount +com.turingtechnologies.materialscrollbar.R$styleable: int[] LinearLayoutCompat_Layout +android.didikee.donate.R$styleable: int AlertDialog_singleChoiceItemLayout +androidx.dynamicanimation.R$styleable: int FontFamilyFont_fontWeight +androidx.preference.R$style: int Animation_AppCompat_DropDownUp +androidx.viewpager2.R$id: int icon_group +androidx.appcompat.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle +wangdaye.com.geometricweather.R$id: int decor_content_parent +com.google.android.material.bottomnavigation.BottomNavigationView: BottomNavigationView(android.content.Context) +androidx.hilt.R$id: int accessibility_custom_action_4 +com.amap.api.location.AMapLocation: java.lang.String getStreet() +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onPanelClosed(int,android.view.Menu) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dividerVertical +com.jaredrummler.android.colorpicker.R$attr: int drawerArrowStyle +androidx.constraintlayout.widget.R$styleable: int[] Layout +wangdaye.com.geometricweather.R$attr: int elevation +wangdaye.com.geometricweather.R$id: int add +com.amap.api.fence.GeoFenceClient: int GEOFENCE_OUT +retrofit2.Response: okhttp3.ResponseBody errorBody() +james.adaptiveicon.R$string: int abc_search_hint +cyanogenmod.providers.WeatherContract$WeatherColumns$TempUnit: int CELSIUS +okio.Source: long read(okio.Buffer,long) +wangdaye.com.geometricweather.settings.fragments.UnitSettingsFragment: UnitSettingsFragment() +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Temperature: java.lang.Float windChill +android.didikee.donate.R$styleable: int TextAppearance_fontFamily +cyanogenmod.hardware.CMHardwareManager: android.content.Context mContext +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: java.lang.String getDistanceText(android.content.Context,float) +com.turingtechnologies.materialscrollbar.R$attr: int tabTextAppearance +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_verticalAlign +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_orientation +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer confidence +okio.SegmentedByteString: boolean equals(java.lang.Object) +cyanogenmod.weatherservice.WeatherProviderService: void onDisconnected() +androidx.preference.R$layout: int notification_template_part_chronometer +com.turingtechnologies.materialscrollbar.R$string: int abc_action_menu_overflow_description +android.didikee.donate.R$id: int search_plate +wangdaye.com.geometricweather.R$drawable: int notif_temp_58 +okhttp3.internal.platform.Platform +wangdaye.com.geometricweather.R$string: int mtrl_picker_invalid_format_example +okhttp3.internal.http2.Header: java.lang.String toString() +com.google.android.material.snackbar.Snackbar$SnackbarLayout: Snackbar$SnackbarLayout(android.content.Context,android.util.AttributeSet) +com.bumptech.glide.R$dimen: int notification_right_side_padding_top +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: java.lang.String color +androidx.legacy.coreutils.R$dimen: int notification_small_icon_size_as_large +okhttp3.internal.http.RealInterceptorChain: int writeTimeoutMillis() +com.xw.repo.bubbleseekbar.R$dimen: int abc_disabled_alpha_material_dark +androidx.core.R$id: int accessibility_custom_action_10 +retrofit2.KotlinExtensions$awaitResponse$2$2: void onFailure(retrofit2.Call,java.lang.Throwable) +wangdaye.com.geometricweather.R$color: int design_default_color_on_error +james.adaptiveicon.R$style: int Theme_AppCompat_DayNight_Dialog +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintGuide_end +okhttp3.internal.http2.Http2Reader: void readPriority(okhttp3.internal.http2.Http2Reader$Handler,int) +wangdaye.com.geometricweather.R$styleable: int SwitchPreference_switchTextOn +androidx.fragment.R$dimen: int notification_action_text_size +androidx.hilt.work.R$dimen: int compat_button_inset_vertical_material +io.reactivex.internal.util.NotificationLite$ErrorNotification: long serialVersionUID +com.google.android.material.R$attr: int thumbStrokeWidth +androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableCompat_android_dither +androidx.preference.R$string: int abc_search_hint +okhttp3.logging.LoggingEventListener$Factory: LoggingEventListener$Factory() +com.google.android.material.R$style: int Widget_MaterialComponents_BottomAppBar_PrimarySurface +james.adaptiveicon.R$attr: int fontProviderQuery +androidx.appcompat.resources.R$id: int accessibility_custom_action_2 com.google.android.material.R$styleable: int ConstraintSet_android_orientation -com.google.android.gms.base.R$string: int common_signin_button_text -com.google.android.material.R$styleable: int FloatingActionButton_borderWidth -cyanogenmod.platform.Manifest$permission: java.lang.String WRITE_DATAUSAGE -io.reactivex.internal.util.NotificationLite$ErrorNotification: NotificationLite$ErrorNotification(java.lang.Throwable) -com.google.android.material.R$styleable: int Constraint_drawPath -androidx.vectordrawable.R$styleable: int FontFamilyFont_android_font -wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_dayNightTypeTitle -wangdaye.com.geometricweather.R$attr: int textAppearanceSearchResultTitle -wangdaye.com.geometricweather.R$attr: int bottom_text -androidx.constraintlayout.widget.R$styleable: int KeyTrigger_motionTarget -com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_listLayout -org.greenrobot.greendao.AbstractDao: void deleteByKeyInsideSynchronized(java.lang.Object,org.greenrobot.greendao.database.DatabaseStatement) -io.reactivex.Observable: io.reactivex.Observable buffer(int) -wangdaye.com.geometricweather.remoteviews.config.Hilt_HourlyTrendWidgetConfigActivity -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language ROMANIAN -wangdaye.com.geometricweather.settings.activities.PreviewIconActivity: PreviewIconActivity() -wangdaye.com.geometricweather.R$color: int notification_background_primary -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: io.reactivex.subjects.UnicastSubject window -android.support.v4.app.INotificationSideChannel$Stub$Proxy: android.support.v4.app.INotificationSideChannel sDefaultImpl -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: java.lang.String img -wangdaye.com.geometricweather.R$id: int action_container -com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_startColor -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: ObservableCreate$SerializedEmitter(io.reactivex.ObservableEmitter) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind -io.reactivex.Observable: io.reactivex.Observable take(long,java.util.concurrent.TimeUnit) -retrofit2.OkHttpCall$ExceptionCatchingResponseBody: okio.BufferedSource delegateSource -io.reactivex.internal.util.HashMapSupplier: java.util.concurrent.Callable asCallable() +com.jaredrummler.android.colorpicker.R$dimen: int abc_alert_dialog_button_dimen +wangdaye.com.geometricweather.R$string: int key_widget_minimal_icon +androidx.appcompat.R$styleable: int Toolbar_menu +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: android.os.IBinder asBinder() +com.google.android.gms.common.api.AvailabilityException: java.lang.String getMessage() +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BATTERY_LIGHT_PULSE_VALIDATOR +com.google.android.material.R$style: int Widget_MaterialComponents_Button_TextButton +androidx.preference.R$id: int customPanel +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getTreeIndex() +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setRealFeelTemperature(java.lang.Integer) +com.google.gson.LongSerializationPolicy: com.google.gson.LongSerializationPolicy valueOf(java.lang.String) +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem +com.jaredrummler.android.colorpicker.ColorPanelView +androidx.customview.R$attr: int fontProviderFetchTimeout +wangdaye.com.geometricweather.R$attr: int itemShapeAppearance +com.bumptech.glide.integration.okhttp.R$dimen: int compat_control_corner_material +wangdaye.com.geometricweather.R$id: int expand_activities_button +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ActionBar_Solid +cyanogenmod.profiles.BrightnessSettings$1: java.lang.Object[] newArray(int) +wangdaye.com.geometricweather.R$attr: int iconEndPadding +androidx.viewpager2.R$styleable: int[] RecyclerView +wangdaye.com.geometricweather.R$drawable: int cpv_ic_arrow_right_black_24dp +com.google.android.material.R$styleable: int DrawerArrowToggle_drawableSize +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_Switch +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_firstHorizontalBias +androidx.preference.R$styleable: int GradientColor_android_endColor +com.google.android.material.R$attr: int endIconCheckable +com.jaredrummler.android.colorpicker.R$string: int abc_searchview_description_clear +wangdaye.com.geometricweather.R$attr: int badgeGravity +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert +androidx.appcompat.widget.AppCompatTextView: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceSearchResultTitle +wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_yearSelectedStyle +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Large +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: java.lang.String unit +androidx.vectordrawable.R$attr: int ttcIndex +wangdaye.com.geometricweather.R$dimen: int design_snackbar_text_size +okhttp3.internal.platform.Android10Platform +com.google.android.material.R$styleable: int TextInputLayout_counterTextColor +wangdaye.com.geometricweather.R$string: int feedback_readd_location_after_changing_source +com.turingtechnologies.materialscrollbar.R$attr: int iconPadding +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow +wangdaye.com.geometricweather.R$id: int time +com.google.android.material.R$attr: int voiceIcon +okhttp3.internal.Internal: boolean equalsNonHost(okhttp3.Address,okhttp3.Address) +cyanogenmod.providers.CMSettings$Global: java.util.List getDelimitedStringAsList(android.content.ContentResolver,java.lang.String,java.lang.String) +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float getRelativeHumidity() +com.jaredrummler.android.colorpicker.R$id: int blocking +androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall +okhttp3.WebSocket: void cancel() +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Country: AccuLocationResult$Country() +androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_android_fontVariationSettings +android.didikee.donate.R$styleable: int MenuItem_android_menuCategory +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHeight_default +retrofit2.RequestBuilder: java.util.regex.Pattern PATH_TRAVERSAL +androidx.activity.R$string +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial: AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial() +androidx.viewpager2.R$styleable: int FontFamily_fontProviderAuthority +okhttp3.logging.HttpLoggingInterceptor: java.util.Set headersToRedact +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: int maxColor +wangdaye.com.geometricweather.R$drawable: int weather_hail_mini_xml +retrofit2.Platform: int defaultConverterFactoriesSize() +androidx.constraintlayout.widget.R$attr: int actionBarTabStyle +okhttp3.internal.cache.InternalCache: void update(okhttp3.Response,okhttp3.Response) +androidx.preference.R$style: int Theme_AppCompat_Light_DialogWhenLarge +com.google.android.material.R$styleable: int RecyclerView_reverseLayout +wangdaye.com.geometricweather.R$attr: int dragThreshold +android.didikee.donate.R$styleable: int AppCompatTheme_actionModeBackground +androidx.transition.R$styleable: int FontFamilyFont_android_fontVariationSettings +androidx.constraintlayout.widget.R$attr: int dialogCornerRadius +android.didikee.donate.R$attr: int titleMarginStart +com.google.android.material.R$dimen: int notification_right_icon_size +wangdaye.com.geometricweather.R$attr: int msb_autoHide +cyanogenmod.providers.ThemesContract$PreviewColumns +com.turingtechnologies.materialscrollbar.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow +androidx.appcompat.R$style: int Base_Widget_AppCompat_Spinner_Underlined +androidx.appcompat.widget.ActionBarContextView: java.lang.CharSequence getTitle() +androidx.core.R$drawable: int notification_tile_bg +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: wangdaye.com.geometricweather.db.entities.MinutelyEntity readEntity(android.database.Cursor,int) +okhttp3.EventListener: EventListener() +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_PopupMenu_ContextMenu +androidx.hilt.work.R$id: int tag_accessibility_pane_title +androidx.constraintlayout.widget.R$dimen: int abc_panel_menu_list_width +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_searchViewStyle +com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: long serialVersionUID +com.google.android.material.R$style: int Widget_MaterialComponents_BottomNavigationView +android.didikee.donate.R$styleable: int ActionMode_background +com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemIconTint +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_goneMarginBottom +com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_headerBackground +okhttp3.internal.http.RealResponseBody: okhttp3.MediaType contentType() +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: void onSuccess(java.lang.Object) +androidx.lifecycle.ClassesInfoCache$CallbackInfo: java.util.Map mHandlerToEvent +com.turingtechnologies.materialscrollbar.R$id: int transition_position +com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawable_android_variablePadding +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void replay(io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable) +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceBody1 +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ListMenuView +androidx.constraintlayout.widget.R$id: int message +cyanogenmod.alarmclock.ClockContract$AlarmsColumns +androidx.vectordrawable.R$id: int async +androidx.preference.R$styleable: int[] View +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: AccuMinuteResult$IntervalsBean() +james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_32 +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionButtonStyle +wangdaye.com.geometricweather.R$attr: int bsb_show_progress_in_float +okio.ForwardingSink: okio.Timeout timeout() +com.google.android.material.navigation.NavigationView: void setItemIconTintList(android.content.res.ColorStateList) +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_20 +androidx.preference.R$id: int image +cyanogenmod.app.ProfileManager: java.lang.String TAG +wangdaye.com.geometricweather.R$drawable: int weather_thunder +cyanogenmod.app.ProfileGroup: void applyOverridesToNotification(android.app.Notification) +wangdaye.com.geometricweather.db.entities.AlertEntity: int color +androidx.activity.R$styleable: int GradientColorItem_android_offset +com.google.android.material.R$dimen: int mtrl_btn_dialog_btn_min_width +androidx.appcompat.widget.ActionBarContextView: void setTitle(java.lang.CharSequence) +androidx.constraintlayout.widget.R$attr: int layout_goneMarginEnd +androidx.work.R$id: int accessibility_custom_action_2 +androidx.appcompat.R$dimen: int hint_alpha_material_dark +com.google.android.material.R$attr: int pivotAnchor +okhttp3.internal.http2.Hpack$Reader +com.google.android.material.R$color: int ripple_material_dark +androidx.preference.R$styleable: int SearchView_defaultQueryHint +androidx.work.R$id: int accessibility_custom_action_13 +okhttp3.Address: java.net.ProxySelector proxySelector +io.reactivex.internal.subscriptions.EmptySubscription: void request(long) +wangdaye.com.geometricweather.R$attr: int chipStandaloneStyle +androidx.recyclerview.R$id: int tag_accessibility_clickable_spans +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_overflow_padding_end_material +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_104 +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintBaseline_toBaselineOf +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ListView +androidx.appcompat.R$color: int abc_search_url_text_selected +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: boolean isShow +wangdaye.com.geometricweather.R$string: int tag_temperature +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Title_Inverse +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_firstVerticalStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: boolean isModify +com.google.android.material.R$attr: int boxCollapsedPaddingTop +androidx.appcompat.widget.LinearLayoutCompat: void setShowDividers(int) +androidx.swiperefreshlayout.R$styleable: int GradientColor_android_startY +androidx.recyclerview.R$id: int tag_unhandled_key_listeners +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dropDownListViewStyle +androidx.legacy.coreutils.R$id: int icon +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_goneMarginLeft +androidx.appcompat.R$attr: int panelBackground +com.google.android.material.R$attr: int closeIconEnabled +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: void setUnit(java.lang.String) +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_icon_4 +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.HourlyEntity) +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher: void subscribe(org.reactivestreams.Subscriber) +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeBackground +james.adaptiveicon.R$style: int Widget_AppCompat_ActionMode retrofit2.RequestFactory$Builder: java.util.Set parsePathParameters(java.lang.String) -com.google.android.material.R$id: int action_context_bar -android.didikee.donate.R$style: int Platform_ThemeOverlay_AppCompat_Light -okhttp3.internal.tls.OkHostnameVerifier: boolean verify(java.lang.String,javax.net.ssl.SSLSession) -com.google.android.material.R$attr: int commitIcon -com.xw.repo.bubbleseekbar.R$dimen: int compat_button_padding_horizontal_material -androidx.preference.R$string: int abc_searchview_description_query -wangdaye.com.geometricweather.common.rxjava.BaseObserver: void onSucceed(java.lang.Object) -androidx.preference.R$dimen: int compat_control_corner_material -com.amap.api.location.AMapLocation: void setLocationType(int) -androidx.vectordrawable.animated.R$string -okhttp3.internal.ws.RealWebSocket$PingRunnable: void run() -androidx.constraintlayout.widget.R$attr: int fontStyle -retrofit2.Platform: retrofit2.Platform get() -okhttp3.internal.http1.Http1Codec: int HEADER_LIMIT -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: ObservableTakeLastTimed$TakeLastTimedObserver(io.reactivex.Observer,long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,int,boolean) -com.google.android.material.slider.RangeSlider: void setTickInactiveTintList(android.content.res.ColorStateList) -com.jaredrummler.android.colorpicker.R$anim -androidx.appcompat.R$id: int title_template -retrofit2.OkHttpCall$NoContentResponseBody: long contentLength() -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float getIce() -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow -androidx.appcompat.R$dimen: int notification_top_pad_large_text -androidx.loader.R$drawable: int notification_bg -com.google.android.material.R$attr: int materialButtonStyle -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable: boolean isDisposed() -wangdaye.com.geometricweather.R$id: int outgoing -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_Snackbar_Message -com.jaredrummler.android.colorpicker.R$color: int primary_material_dark -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout: void setOnApplyWindowInsetsListener(android.view.View$OnApplyWindowInsetsListener) -wangdaye.com.geometricweather.R$attr: int contrast -cyanogenmod.weather.WeatherInfo: android.os.Parcelable$Creator CREATOR -com.google.android.material.R$attr: int expanded -com.google.android.material.R$styleable: int CardView_cardPreventCornerOverlap -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String weatherText -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_strokeColor -com.github.rahatarmanahmed.cpv.CircularProgressView$9: CircularProgressView$9(com.github.rahatarmanahmed.cpv.CircularProgressView) -okio.BufferedSink: java.io.OutputStream outputStream() -wangdaye.com.geometricweather.R$dimen: int abc_text_size_menu_header_material -androidx.drawerlayout.R$layout: int notification_template_part_time -com.github.rahatarmanahmed.cpv.CircularProgressView: boolean isIndeterminate -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_LOCKSCREEN -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property ThunderstormPrecipitationProbability -androidx.coordinatorlayout.R$id: int start -androidx.vectordrawable.R$id: int title -androidx.preference.R$styleable: int AppCompatTheme_tooltipFrameBackground -wangdaye.com.geometricweather.R$layout: int dialog_running_in_background_o -androidx.constraintlayout.widget.R$layout: int abc_search_dropdown_item_icons_2line -com.google.android.material.R$attr: int materialTimePickerTheme -io.reactivex.Observable: void blockingForEach(io.reactivex.functions.Consumer) -wangdaye.com.geometricweather.remoteviews.config.Hilt_MultiCityWidgetConfigActivity: Hilt_MultiCityWidgetConfigActivity() -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small -androidx.appcompat.widget.FitWindowsLinearLayout: FitWindowsLinearLayout(android.content.Context) -okhttp3.internal.cache.DiskLruCache: okhttp3.internal.cache.DiskLruCache$Editor edit(java.lang.String,long) -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getSerialNumber -android.didikee.donate.R$styleable: int ActionBar_customNavigationLayout -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow -okhttp3.internal.cache2.Relay: void writeMetadata(long) -io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: boolean isDisposed() -wangdaye.com.geometricweather.R$color: int design_dark_default_color_primary_dark -androidx.vectordrawable.animated.R$styleable: int FontFamily_fontProviderQuery -wangdaye.com.geometricweather.R$styleable: int GradientColor_android_type -wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_counter_margin_start -com.xw.repo.bubbleseekbar.R$styleable: int[] ActivityChooserView -androidx.preference.R$attr: int thumbTextPadding -okhttp3.internal.ws.RealWebSocket: okhttp3.internal.ws.RealWebSocket$Streams streams -james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle -androidx.preference.R$attr: int defaultValue -okhttp3.FormBody$Builder: okhttp3.FormBody$Builder add(java.lang.String,java.lang.String) -cyanogenmod.weatherservice.WeatherProviderService: java.lang.String SERVICE_INTERFACE -wangdaye.com.geometricweather.common.ui.widgets.DrawerLayout: DrawerLayout(android.content.Context,android.util.AttributeSet,int) -com.baidu.location.e.l$b: com.baidu.location.e.l$b d -james.adaptiveicon.R$dimen: int abc_text_size_subtitle_material_toolbar -wangdaye.com.geometricweather.R$string: int geometric_weather -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeRainPrecipitationDuration -com.jaredrummler.android.colorpicker.NestedGridView: NestedGridView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_maxWidth -androidx.customview.R$styleable: int GradientColor_android_startColor -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: java.lang.String value -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float thunderstormPrecipitationProbability -androidx.transition.R$id: int chronometer -androidx.constraintlayout.widget.R$color: int dim_foreground_material_light -androidx.constraintlayout.widget.R$styleable: int MenuView_preserveIconSpacing -com.xw.repo.bubbleseekbar.R$attr: int bsb_always_show_bubble -wangdaye.com.geometricweather.R$id: int dialog_adaptive_icon_icon -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_display_3_material -wangdaye.com.geometricweather.db.entities.HourlyEntity: boolean daylight -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_startY -com.xw.repo.bubbleseekbar.R$id: int scrollView -okhttp3.internal.cache.DiskLruCache$Entry: void setLengths(java.lang.String[]) -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_1 -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_verticalStyle -com.amap.api.location.AMapLocationClient: void setApiKey(java.lang.String) -androidx.hilt.R$color: int ripple_material_light -com.google.android.material.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize -io.reactivex.internal.subscriptions.DeferredScalarSubscription: int CANCELLED -androidx.lifecycle.Lifecycling: int resolveObserverCallbackType(java.lang.Class) -james.adaptiveicon.R$styleable: int[] View -androidx.constraintlayout.widget.Barrier: void setMargin(int) -androidx.appcompat.R$attr: int firstBaselineToTopHeight -wangdaye.com.geometricweather.R$layout: int item_weather_daily_margin -cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: void unregisterWeatherServiceProviderChangeListener(cyanogenmod.weather.IWeatherServiceProviderChangeListener) -okio.BufferedSource: java.io.InputStream inputStream() -wangdaye.com.geometricweather.R$attr: int counterTextColor -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: boolean done -okhttp3.MultipartBody$Builder -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: void setCity_code(int) -james.adaptiveicon.R$style: int Animation_AppCompat_Dialog -com.google.android.material.R$styleable: int Layout_layout_constraintWidth_max -androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityStarted(android.app.Activity) -android.didikee.donate.R$id: int action_mode_close_button -wangdaye.com.geometricweather.db.entities.WeatherEntity: WeatherEntity(java.lang.Long,java.lang.String,java.lang.String,long,java.util.Date,long,java.util.Date,long,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,int,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WindDegree,java.lang.Float,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.String,java.lang.String) -androidx.constraintlayout.widget.R$id: int dragLeft -androidx.hilt.work.R$id: int action_text -androidx.preference.R$styleable: int PopupWindow_android_popupAnimationStyle -io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: boolean isDisposed() -wangdaye.com.geometricweather.R$styleable: int Slider_haloRadius -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: ObservableObserveOn$ObserveOnObserver(io.reactivex.Observer,io.reactivex.Scheduler$Worker,boolean,int) -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_placeholderTextColor -com.jaredrummler.android.colorpicker.R$string: int abc_toolbar_collapse_description -wangdaye.com.geometricweather.db.entities.MinutelyEntity: long getTime() -androidx.preference.R$attr: int fragment -androidx.recyclerview.R$dimen: int notification_content_margin_start -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header -androidx.preference.R$color: int abc_primary_text_material_light -cyanogenmod.providers.DataUsageContract: java.lang.String CONTENT_TYPE -wangdaye.com.geometricweather.R$dimen: int mtrl_exposed_dropdown_menu_popup_elevation -com.google.android.material.R$attr: int animate_relativeTo -android.didikee.donate.R$styleable: int LinearLayoutCompat_dividerPadding -com.google.android.material.R$styleable: int AppCompatTheme_actionBarTabStyle -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption$AMapLocationMode i -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_RatingBar -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.xw.repo.bubbleseekbar.R$id: int search_voice_btn -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_15 -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_display_1_material -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceFragmentListStyle +com.turingtechnologies.materialscrollbar.R$styleable: int Snackbar_snackbarStyle +android.didikee.donate.R$styleable: int AppCompatTheme_seekBarStyle +com.xw.repo.bubbleseekbar.R$attr: int lastBaselineToBottomHeight +com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setBadgeIfNeeded(com.google.android.material.bottomnavigation.BottomNavigationItemView) +wangdaye.com.geometricweather.R$dimen: int design_snackbar_elevation +com.bumptech.glide.load.PreferredColorSpace: com.bumptech.glide.load.PreferredColorSpace[] values() +androidx.preference.R$styleable: int AppCompatImageView_android_src +cyanogenmod.externalviews.KeyguardExternalView$7: KeyguardExternalView$7(cyanogenmod.externalviews.KeyguardExternalView) +retrofit2.OkHttpCall$NoContentResponseBody: long contentLength +io.reactivex.Observable: io.reactivex.Observable fromPublisher(org.reactivestreams.Publisher) +com.google.android.material.R$attr: int cornerSizeBottomRight +james.adaptiveicon.R$color: int material_grey_50 +androidx.recyclerview.widget.StaggeredGridLayoutManager$SavedState: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_Dialog_Alert +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_25 +androidx.constraintlayout.widget.R$color: int androidx_core_ripple_material_light +okhttp3.internal.ws.WebSocketWriter: okio.Buffer buffer +androidx.constraintlayout.widget.R$styleable: int PopupWindow_overlapAnchor +wangdaye.com.geometricweather.R$styleable: int[] GradientColorItem +androidx.preference.R$styleable: int SwitchPreferenceCompat_summaryOff +com.google.android.material.R$styleable: int BottomAppBar_elevation +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Temperature: java.lang.Float value +wangdaye.com.geometricweather.R$dimen: int abc_control_padding_material +com.amap.api.location.AMapLocation: int a(com.amap.api.location.AMapLocation,int) +androidx.constraintlayout.widget.R$attr: int layout_constraintLeft_toRightOf +com.google.android.material.R$styleable: int OnSwipe_limitBoundsTo +androidx.appcompat.view.menu.StandardMenuPopup +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_135 +james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall +androidx.appcompat.R$style: int TextAppearance_AppCompat_Body2 +okhttp3.ConnectionSpec +okhttp3.internal.ws.RealWebSocket: void checkResponse(okhttp3.Response) +com.google.android.material.R$styleable: int Snackbar_snackbarStyle +wangdaye.com.geometricweather.R$attr: int bsb_section_text_position +androidx.appcompat.R$styleable: int DrawerArrowToggle_spinBars +wangdaye.com.geometricweather.R$drawable: int tooltip_frame_light +androidx.preference.R$styleable: int SwitchPreferenceCompat_android_disableDependentsState +okhttp3.Protocol: okhttp3.Protocol H2_PRIOR_KNOWLEDGE +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintBaseline_creator +com.bumptech.glide.load.PreferredColorSpace: com.bumptech.glide.load.PreferredColorSpace valueOf(java.lang.String) +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionBar_TabBar +androidx.transition.R$id: int right_side +android.didikee.donate.R$drawable: R$drawable() +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: ObservableCombineLatest$LatestCoordinator(io.reactivex.Observer,io.reactivex.functions.Function,int,int,boolean) +cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent SOUND +androidx.activity.R$attr +androidx.preference.SeekBarPreference$SavedState: android.os.Parcelable$Creator CREATOR +androidx.appcompat.R$styleable: int AppCompatTheme_tooltipForegroundColor +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_WITH_RC4_128_SHA +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_goneMarginTop +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void boundaryError(io.reactivex.disposables.Disposable,java.lang.Throwable) +wangdaye.com.geometricweather.R$attr: int dependency +wangdaye.com.geometricweather.R$drawable: int notif_temp_81 +androidx.appcompat.R$styleable: int SearchView_android_maxWidth +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_hd +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_android_textAppearance +com.google.android.material.R$styleable: int View_theme +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub$Proxy: IWeatherServiceProviderChangeListener$Stub$Proxy(android.os.IBinder) +android.didikee.donate.R$style: int Widget_AppCompat_ListView +wangdaye.com.geometricweather.common.basic.models.weather.Alert: void descByTime(java.util.List) +cyanogenmod.themes.IThemeService: boolean processThemeResources(java.lang.String) +com.jaredrummler.android.colorpicker.R$dimen: int compat_button_padding_horizontal_material +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_RC4_128_SHA +io.reactivex.internal.subscriptions.DeferredScalarSubscription: boolean isCancelled() +android.didikee.donate.R$styleable: int MenuItem_android_titleCondensed +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Headline3 +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorTextAppearance +androidx.preference.R$styleable: int FontFamily_fontProviderQuery +com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getBoxStrokeErrorColor() +androidx.appcompat.R$color: int abc_primary_text_disable_only_material_dark +com.turingtechnologies.materialscrollbar.R$styleable: int CardView_contentPaddingTop +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeShareDrawable +com.google.android.material.slider.Slider: void setTrackTintList(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$drawable: int ic_top +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: java.util.concurrent.locks.Condition condition +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ProgressBar +wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date moonSetDate +com.google.android.material.R$styleable: int MaterialButton_iconTintMode +androidx.preference.R$layout: int abc_alert_dialog_material +com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_FixedSize +wangdaye.com.geometricweather.R$attr: int shapeAppearance +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ListMenuView +androidx.vectordrawable.animated.R$styleable: int ColorStateListItem_alpha +wangdaye.com.geometricweather.R$id: int item_about_link_text +androidx.viewpager.widget.ViewPager: void setAdapter(androidx.viewpager.widget.PagerAdapter) +androidx.preference.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric: double Value +retrofit2.OptionalConverterFactory: retrofit2.Converter responseBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) +wangdaye.com.geometricweather.R$drawable: int flag_br +android.didikee.donate.R$style: int AlertDialog_AppCompat +androidx.lifecycle.extensions.R$id: int icon_group +androidx.appcompat.R$drawable: int notify_panel_notification_icon_bg +com.google.android.material.R$styleable: int[] MaterialToolbar +com.turingtechnologies.materialscrollbar.R$color: int material_grey_300 +androidx.preference.R$styleable: int FontFamilyFont_android_font +androidx.preference.R$layout: int abc_activity_chooser_view +androidx.constraintlayout.widget.R$styleable: int StateListDrawable_android_constantSize +com.google.android.material.R$animator: int design_fab_show_motion_spec +android.didikee.donate.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle +wangdaye.com.geometricweather.R$id: int wide +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_DialogWhenLarge +okhttp3.EventListener: void callFailed(okhttp3.Call,java.io.IOException) +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintRight_toRightOf +com.turingtechnologies.materialscrollbar.R$dimen: int compat_button_inset_horizontal_material +cyanogenmod.app.PartnerInterface: cyanogenmod.app.IPartnerInterface getService() +wangdaye.com.geometricweather.R$string: int wind_10 +cyanogenmod.weather.WeatherInfo$DayForecast: double mLow +androidx.lifecycle.ReportFragment$LifecycleCallbacks +io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$styleable: int Preference_android_widgetLayout +com.bumptech.glide.R$attr: int fontProviderCerts +okhttp3.internal.http.RequestLine: java.lang.String get(okhttp3.Request,java.net.Proxy$Type) +cyanogenmod.hardware.CMHardwareManager: int FEATURE_COLOR_ENHANCEMENT +wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.Float speed +androidx.preference.R$attr: int ratingBarStyle +androidx.constraintlayout.widget.R$drawable +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_TopRightDifferentCornerSize +com.xw.repo.bubbleseekbar.R$attr: int autoSizeMaxTextSize +wangdaye.com.geometricweather.R$string: int about_retrofit +androidx.viewpager2.widget.ViewPager2: androidx.recyclerview.widget.RecyclerView$Adapter getAdapter() +wangdaye.com.geometricweather.resource.utils.ResourceUtils$NullException: ResourceUtils$NullException() +com.google.android.material.slider.Slider: android.content.res.ColorStateList getThumbTintList() +androidx.appcompat.resources.R$styleable: int GradientColor_android_centerX +com.github.rahatarmanahmed.cpv.CircularProgressView: boolean isIndeterminate +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_checked +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Rain +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_framePosition +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: java.lang.String getX() +com.xw.repo.bubbleseekbar.R$attr: int bsb_bubble_text_color +cyanogenmod.externalviews.KeyguardExternalView$5 +cyanogenmod.providers.CMSettings$1: CMSettings$1() +cyanogenmod.app.suggest.ApplicationSuggestion$1: cyanogenmod.app.suggest.ApplicationSuggestion[] newArray(int) +wangdaye.com.geometricweather.R$attr: int titleMargin +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: int WeatherIcon +androidx.constraintlayout.widget.R$styleable: int Toolbar_logoDescription +androidx.core.R$drawable: int notification_bg_low_pressed +androidx.activity.R$dimen: int notification_large_icon_height +com.google.android.material.R$attr: int coordinatorLayoutStyle +wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked +com.google.android.material.R$styleable: int CustomAttribute_customDimension +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_waveOffset +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Pm25 +okhttp3.internal.http.RetryAndFollowUpInterceptor: int MAX_FOLLOW_UPS +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Button_Colored +com.google.android.material.R$styleable: int AppCompatTheme_textColorSearchUrl +james.adaptiveicon.R$drawable: int abc_list_selector_background_transition_holo_light +androidx.appcompat.resources.R$color: R$color() +okio.Okio: okio.Source source(java.io.File) +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Toolbar +wangdaye.com.geometricweather.R$styleable: int KeyTrigger_motionTarget +com.google.android.material.R$anim: int abc_grow_fade_in_from_bottom +androidx.appcompat.R$color: int primary_text_default_material_light +androidx.preference.R$attr: int colorAccent +androidx.preference.R$color: int dim_foreground_disabled_material_light +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarViewPager +androidx.customview.R$styleable: R$styleable() +wangdaye.com.geometricweather.R$styleable: int[] MenuItem +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver INNER_DISPOSED +android.didikee.donate.R$attr: int tickMarkTint +cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode mVibrateMode +com.google.android.material.appbar.CollapsingToolbarLayout: android.graphics.Typeface getCollapsedTitleTypeface() +com.google.android.material.slider.RangeSlider: void setValueFrom(float) +android.didikee.donate.R$styleable: int ViewBackgroundHelper_android_background +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_fontVariationSettings +cyanogenmod.app.ICustomTileListener$Stub$Proxy: ICustomTileListener$Stub$Proxy(android.os.IBinder) +androidx.hilt.work.R$id: int accessibility_custom_action_22 +androidx.cardview.R$dimen: R$dimen() +io.reactivex.Observable: io.reactivex.Observable amb(java.lang.Iterable) +androidx.hilt.lifecycle.R$styleable: int[] FragmentContainerView +androidx.viewpager.R$id: int info +com.google.android.material.appbar.CollapsingToolbarLayout: CollapsingToolbarLayout(android.content.Context) +cyanogenmod.app.Profile: cyanogenmod.profiles.RingModeSettings getRingMode() +okhttp3.internal.http.CallServerInterceptor$CountingSink: CallServerInterceptor$CountingSink(okio.Sink) +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult$Temperature: java.lang.String Unit +androidx.appcompat.R$attr: int arrowShaftLength +androidx.appcompat.R$dimen: int highlight_alpha_material_colored +androidx.appcompat.R$attr: int background +com.google.android.material.R$styleable: int AppCompatTheme_actionModeCopyDrawable +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: io.reactivex.disposables.Disposable upstream +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setSrc(java.lang.String) +okhttp3.Interceptor$Chain: int writeTimeoutMillis() +com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_fastScrollEnabled +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours +wangdaye.com.geometricweather.R$styleable: R$styleable() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_ratingBarStyleSmall +wangdaye.com.geometricweather.R$drawable: int mtrl_dialog_background +cyanogenmod.app.CustomTile$ExpandedStyle: android.widget.RemoteViews contentViews +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: int STATE_RESULT_VALUE +android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat_Dialog +okhttp3.internal.Util: int delimiterOffset(java.lang.String,int,int,java.lang.String) +cyanogenmod.weather.WeatherInfo: WeatherInfo(cyanogenmod.weather.WeatherInfo$1) +androidx.appcompat.R$drawable: int abc_btn_check_to_on_mtrl_000 +james.adaptiveicon.R$styleable: int SearchView_android_maxWidth +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_large_material +james.adaptiveicon.R$drawable: int abc_ab_share_pack_mtrl_alpha +wangdaye.com.geometricweather.common.basic.models.weather.Current: Current(java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,wangdaye.com.geometricweather.common.basic.models.weather.Temperature,wangdaye.com.geometricweather.common.basic.models.weather.Precipitation,wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability,wangdaye.com.geometricweather.common.basic.models.weather.Wind,wangdaye.com.geometricweather.common.basic.models.weather.UV,wangdaye.com.geometricweather.common.basic.models.weather.AirQuality,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.String,java.lang.String) +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHorizontal_bias +androidx.appcompat.R$styleable: int AppCompatTheme_popupMenuStyle +androidx.preference.R$attr: int alertDialogButtonGroupStyle +com.jaredrummler.android.colorpicker.R$styleable: int MenuGroup_android_id +wangdaye.com.geometricweather.R$dimen: int mtrl_navigation_item_shape_vertical_margin +wangdaye.com.geometricweather.R$animator: int weather_partly_cloudy_day_3 +androidx.loader.R$id: R$id() +androidx.recyclerview.widget.RecyclerView: void setLayoutManager(androidx.recyclerview.widget.RecyclerView$LayoutManager) +io.reactivex.Observable: io.reactivex.Observable combineLatest(java.lang.Iterable,io.reactivex.functions.Function,int) +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: void setOnApplyWindowInsetsListener(android.view.View$OnApplyWindowInsetsListener) +cyanogenmod.app.PartnerInterface: java.lang.String TAG +okhttp3.CertificatePinner: java.lang.String pin(java.security.cert.Certificate) +androidx.appcompat.R$styleable: int AppCompatImageView_tintMode +androidx.constraintlayout.widget.R$string: int abc_capital_on +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void innerComplete(io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver) +io.reactivex.Observable: io.reactivex.Observable concatMapDelayError(io.reactivex.functions.Function) +com.google.android.material.R$color: int cardview_shadow_end_color +wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onScreenTurnedOn() wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String getProvince() -androidx.appcompat.resources.R$id -wangdaye.com.geometricweather.R$styleable: int OnSwipe_touchAnchorId -wangdaye.com.geometricweather.R$styleable: int[] SwitchImageButton -com.google.android.material.floatingactionbutton.FloatingActionButton: void setShowMotionSpec(com.google.android.material.animation.MotionSpec) -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_android_fontVariationSettings -okhttp3.internal.platform.ConscryptPlatform -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle -com.turingtechnologies.materialscrollbar.R$attr: int collapseContentDescription -androidx.lifecycle.LiveData$ObserverWrapper: int mLastVersion -com.amap.api.location.CoordinateConverter: com.amap.api.location.CoordinateConverter$CoordType c -com.turingtechnologies.materialscrollbar.R$drawable: int notification_bg_low_normal -com.google.android.material.R$styleable: int AppCompatTextView_drawableTopCompat -wangdaye.com.geometricweather.R$attr: int chipIconVisible -cyanogenmod.providers.CMSettings$System: int getIntForUser(android.content.ContentResolver,java.lang.String,int,int) -okhttp3.EventListener: void responseBodyEnd(okhttp3.Call,long) -james.adaptiveicon.R$styleable: int SearchView_queryBackground -androidx.vectordrawable.R$id: int accessibility_custom_action_18 -com.google.android.material.floatingactionbutton.FloatingActionButton: void setUseCompatPadding(boolean) -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: ObservableSwitchMapSingle$SwitchMapSingleMainObserver(io.reactivex.Observer,io.reactivex.functions.Function,boolean) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_SCREEN_ON_VALIDATOR -wangdaye.com.geometricweather.R$styleable: int KeyTrigger_framePosition -com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Widget_AppCompat_Toolbar -wangdaye.com.geometricweather.R$dimen: int material_clock_size -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_android_orientation -androidx.work.R$id: int accessibility_custom_action_18 -androidx.constraintlayout.widget.R$styleable: int SearchView_android_imeOptions -cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_AM_PM -androidx.appcompat.R$attr: int lineHeight -wangdaye.com.geometricweather.R$id: int activity_widget_config_hideLunarContainer -com.google.android.material.R$style: int Test_Widget_MaterialComponents_MaterialCalendar -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowMinWidthMinor -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: java.lang.String url -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: BaiduIPLocationService(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationApi,io.reactivex.disposables.CompositeDisposable) -com.google.android.material.R$dimen: int design_snackbar_elevation -wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setCloudCover(java.lang.Integer) -cyanogenmod.weather.WeatherInfo: long mTimestamp -retrofit2.RequestFactory$Builder: boolean isFormEncoded -okio.Buffer: okio.Buffer write(byte[]) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_85 -okhttp3.Cache$CacheRequestImpl -com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode: com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode LAST_ELEMENT -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: int getStatus() -com.google.android.material.chip.ChipGroup: int getChipSpacingVertical() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeRainPrecipitation -wangdaye.com.geometricweather.R$attr: int windowNoTitle -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Direction: java.lang.String English -com.google.android.material.R$animator: int mtrl_extended_fab_show_motion_spec -wangdaye.com.geometricweather.R$id: int dialog_location_help_permissionIcon -com.bumptech.glide.integration.okhttp.R$drawable: R$drawable() -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_subtitleTextStyle -com.google.android.material.R$style: int Base_Theme_AppCompat_Light_Dialog -androidx.drawerlayout.R$attr: int fontProviderFetchTimeout -james.adaptiveicon.R$styleable: int MenuGroup_android_orderInCategory -com.turingtechnologies.materialscrollbar.R$layout: int support_simple_spinner_dropdown_item -com.amap.api.fence.DistrictItem: void setDistrictName(java.lang.String) -com.amap.api.fence.DistrictItem: java.lang.String b -com.google.android.material.R$attr: int paddingLeftSystemWindowInsets -okio.Segment -androidx.appcompat.R$style: int ThemeOverlay_AppCompat_Light -com.google.android.material.R$style: int Widget_MaterialComponents_CompoundButton_CheckBox -com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_precise_anchor_threshold -androidx.preference.R$styleable: int AppCompatTheme_editTextColor -retrofit2.Call: boolean isCanceled() -com.xw.repo.bubbleseekbar.R$layout: int abc_alert_dialog_button_bar_material -androidx.appcompat.R$id: int action_bar_container -james.adaptiveicon.R$id: int action_image -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Metric Metric -com.google.android.material.R$styleable: int Transition_staggered -wangdaye.com.geometricweather.R$styleable -androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityCreated(android.app.Activity,android.os.Bundle) -cyanogenmod.weatherservice.ServiceRequestResult: android.os.Parcelable$Creator CREATOR -com.google.android.material.R$styleable: int ConstraintLayout_Layout_barrierAllowsGoneWidgets -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse -okio.RealBufferedSink: okio.BufferedSink write(okio.Source,long) -wangdaye.com.geometricweather.db.entities.WeatherEntity: WeatherEntity() -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIndicator -com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_max_progress -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: java.lang.String getDensityVoice(android.content.Context,float) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated -wangdaye.com.geometricweather.R$drawable: int weather_rain_pixel -com.google.android.gms.common.server.converter.StringToIntConverter: android.os.Parcelable$Creator CREATOR -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_ratingBarStyle -androidx.coordinatorlayout.R$attr: int layout_anchorGravity -wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource: wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource CAIYUN -com.google.android.material.card.MaterialCardView: android.graphics.RectF getBoundsAsRectF() -com.google.android.material.R$attr: int customStringValue -androidx.work.R$attr: int fontProviderFetchStrategy -com.xw.repo.bubbleseekbar.R$id: int add -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: io.reactivex.disposables.Disposable upstream -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX$InfoX: java.util.List night -cyanogenmod.os.Concierge$ParcelInfo: int mStartPosition -com.turingtechnologies.materialscrollbar.R$id: int search_badge -okhttp3.internal.connection.RouteDatabase: RouteDatabase() -okhttp3.Interceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) -wangdaye.com.geometricweather.R$styleable: int ActionMode_height -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: io.reactivex.internal.queue.SpscArrayQueue queue -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: io.reactivex.Observer downstream -cyanogenmod.weather.RequestInfo: java.lang.String access$302(cyanogenmod.weather.RequestInfo,java.lang.String) -james.adaptiveicon.R$styleable: int AppCompatTheme_dividerHorizontal -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_backgroundTint -androidx.recyclerview.R$styleable: int FontFamilyFont_android_fontVariationSettings -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text -com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawable_android_exitFadeDuration -wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_scrollMode -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_CompoundButton_Switch -okio.Buffer: void readFully(byte[]) -com.google.android.material.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity -androidx.preference.R$style: int Widget_AppCompat_Light_ListPopupWindow -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: java.util.List getValue() -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: boolean daylight -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_19 -com.xw.repo.bubbleseekbar.R$style: int Base_V7_Widget_AppCompat_Toolbar -wangdaye.com.geometricweather.R$dimen: int item_touch_helper_swipe_escape_velocity -wangdaye.com.geometricweather.R$color: int mtrl_fab_icon_text_color_selector -androidx.core.R$attr: int fontProviderAuthority -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX: java.util.List getBrands() -james.adaptiveicon.R$color: int primary_material_light -androidx.preference.R$layout: int preference -james.adaptiveicon.R$attr: int autoCompleteTextViewStyle -com.google.android.material.R$styleable: int ConstraintSet_android_maxHeight -wangdaye.com.geometricweather.R$drawable: int shortcuts_haze_foreground -androidx.preference.R$id: int expand_activities_button -com.xw.repo.bubbleseekbar.R$styleable: int[] SearchView -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceFragmentStyle -okhttp3.internal.http2.Http2Connection$ReaderRunnable$1: Http2Connection$ReaderRunnable$1(okhttp3.internal.http2.Http2Connection$ReaderRunnable,java.lang.String,java.lang.Object[],okhttp3.internal.http2.Http2Stream) -okio.RealBufferedSink: void write(okio.Buffer,long) -com.google.android.material.R$styleable: int ConstraintSet_android_layout_marginRight -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: boolean cancelled -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_editor_absoluteX -androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event[] $VALUES -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: int getSubTextColorResId() -androidx.transition.R$dimen: int compat_button_padding_horizontal_material -com.xw.repo.bubbleseekbar.R$attr: int listPreferredItemPaddingLeft -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_textFontWeight -androidx.constraintlayout.widget.R$string: int abc_action_menu_overflow_description -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.preference.R$attr: int tooltipFrameBackground -cyanogenmod.providers.CMSettings$System: java.lang.String DOUBLE_TAP_SLEEP_GESTURE -com.jaredrummler.android.colorpicker.R$attr: int panelMenuListWidth -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_24 -com.google.android.material.internal.CheckableImageButton: void setChecked(boolean) -wangdaye.com.geometricweather.R$color: int darkPrimary_3 -okhttp3.internal.http1.Http1Codec$ChunkedSource: void readChunkSize() -cyanogenmod.platform.Manifest$permission: java.lang.String HARDWARE_ABSTRACTION_ACCESS -cyanogenmod.providers.CMSettings$Secure: boolean putIntForUser(android.content.ContentResolver,java.lang.String,int,int) -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: java.lang.String getInterfaceDescriptor() -androidx.legacy.coreutils.R$styleable: int GradientColor_android_tileMode -wangdaye.com.geometricweather.R$dimen: int abc_switch_padding -cyanogenmod.weather.ICMWeatherManager$Stub: java.lang.String DESCRIPTOR -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void onComplete() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_21 -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeTotalPrecipitationDuration +com.google.android.material.R$color: int primary_text_disabled_material_light +com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat_Dialog_Alert +com.google.android.material.R$color: int tooltip_background_dark +androidx.work.R$dimen: int compat_button_padding_horizontal_material +wangdaye.com.geometricweather.R$id: int dragUp +okhttp3.internal.cache2.Relay: void writeHeader(okio.ByteString,long,long) +okhttp3.internal.http2.Hpack$Reader: int readByte() +okhttp3.internal.http1.Http1Codec: void finishRequest() +cyanogenmod.weather.WeatherLocation$1: java.lang.Object[] newArray(int) +james.adaptiveicon.R$bool: int abc_allow_stacked_button_bar +android.didikee.donate.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha +wangdaye.com.geometricweather.db.entities.LocationEntity: float getLatitude() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float co +com.jaredrummler.android.colorpicker.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 +androidx.appcompat.resources.R$styleable: int GradientColorItem_android_offset +androidx.constraintlayout.widget.R$dimen: int abc_text_size_caption_material +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void subscribeActual() +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setColorScheme(int[]) +com.turingtechnologies.materialscrollbar.R$color: int abc_primary_text_material_dark +wangdaye.com.geometricweather.R$id: int activity_widget_config_blackTextTitle +android.didikee.donate.R$attr: int titleTextStyle +wangdaye.com.geometricweather.R$animator: int weather_partly_cloudy_day_1 +io.reactivex.Observable: io.reactivex.Observable zipIterable(java.lang.Iterable,io.reactivex.functions.Function,boolean,int) +cyanogenmod.os.Concierge$ParcelInfo: int getParcelVersion() +io.reactivex.Observable: io.reactivex.Observable concatWith(io.reactivex.MaybeSource) +androidx.hilt.R$id: R$id() +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void dispose() +wangdaye.com.geometricweather.R$attr: int font +androidx.constraintlayout.widget.R$string: int abc_shareactionprovider_share_with_application +com.google.android.material.R$styleable: int AppCompatTheme_switchStyle +com.google.android.material.bottomappbar.BottomAppBar: BottomAppBar(android.content.Context,android.util.AttributeSet,int) +androidx.constraintlayout.widget.R$styleable: int Toolbar_contentInsetEnd +androidx.constraintlayout.widget.R$styleable: int KeyPosition_percentWidth +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeWindSpeed +wangdaye.com.geometricweather.R$drawable: int weather_clear_night_mini_light +androidx.appcompat.R$style: int Base_V7_Widget_AppCompat_Toolbar +james.adaptiveicon.R$styleable: int SearchView_layout +james.adaptiveicon.R$attr: int subtitleTextStyle +androidx.appcompat.R$attr: int actionButtonStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: java.lang.String en_US +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Toolbar +android.didikee.donate.R$drawable: int notification_action_background +androidx.appcompat.R$attr: int backgroundTintMode +com.xw.repo.bubbleseekbar.R$attr: int textAppearanceSearchResultSubtitle +okhttp3.RealCall: void cancel() +cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType[] $VALUES +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintGuide_begin +wangdaye.com.geometricweather.db.entities.LocationEntity: boolean china +androidx.viewpager2.adapter.FragmentStateAdapter$5 +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem +com.jaredrummler.android.colorpicker.R$attr: int singleChoiceItemLayout +cyanogenmod.hardware.CMHardwareManager: int COLOR_CALIBRATION_RED_INDEX +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: java.lang.String unit +wangdaye.com.geometricweather.R$id: int split_action_bar +wangdaye.com.geometricweather.R$color: int colorTextDark +james.adaptiveicon.R$id: int uniform +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle +wangdaye.com.geometricweather.remoteviews.config.Hilt_DailyTrendWidgetConfigActivity +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionOverflowButtonStyle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric: int UnitType +androidx.preference.R$color: int primary_text_disabled_material_dark +retrofit2.KotlinExtensions$await$4$2: void onFailure(retrofit2.Call,java.lang.Throwable) +com.amap.api.location.AMapLocation: java.lang.String getAdCode() +androidx.preference.R$drawable: int abc_ic_star_half_black_36dp +wangdaye.com.geometricweather.R$drawable: int weather_thunder_mini_dark +retrofit2.HttpServiceMethod$SuspendForBody: HttpServiceMethod$SuspendForBody(retrofit2.RequestFactory,okhttp3.Call$Factory,retrofit2.Converter,retrofit2.CallAdapter,boolean) +com.jaredrummler.android.colorpicker.R$style: int PreferenceThemeOverlay_v14_Material +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum +com.google.android.material.R$style: int Widget_Design_BottomSheet_Modal +androidx.appcompat.R$dimen: int notification_right_side_padding_top +android.didikee.donate.R$styleable: int TextAppearance_android_fontFamily +okhttp3.internal.http2.Hpack$Writer: int headerCount +io.reactivex.Observable: io.reactivex.Observable repeatUntil(io.reactivex.functions.BooleanSupplier) +com.jaredrummler.android.colorpicker.R$layout: int abc_list_menu_item_radio +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: io.reactivex.Observer downstream +androidx.recyclerview.R$dimen: int fastscroll_minimum_range +cyanogenmod.app.IPartnerInterface$Stub: android.os.IBinder asBinder() +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_normal +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.WeatherEntity,int) +wangdaye.com.geometricweather.R$attr: int trackColorActive +com.google.android.material.R$attr: int fontFamily +wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.lang.String type +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: java.lang.String newX +com.jaredrummler.android.colorpicker.R$dimen: int cpv_column_width +com.turingtechnologies.materialscrollbar.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_ActionBar +com.google.android.material.R$dimen: int mtrl_navigation_item_icon_padding +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_lat +com.amap.api.fence.GeoFence: int hashCode() +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_textStyle +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar +wangdaye.com.geometricweather.R$drawable: int flag_ko +androidx.constraintlayout.widget.R$drawable: int abc_text_select_handle_middle_mtrl_light +androidx.preference.R$style: int Base_Widget_AppCompat_PopupWindow +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: ExtendedFloatingActionButton(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar +android.didikee.donate.R$dimen: int abc_search_view_preferred_height +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_translationX +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: io.reactivex.disposables.CompositeDisposable set +com.amap.api.location.AMapLocationClientOption: boolean l +okhttp3.internal.connection.RouteSelector: okhttp3.Address address +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric: double Value +wangdaye.com.geometricweather.db.entities.HourlyEntity: long getTime() +androidx.appcompat.widget.AppCompatSpinner: void setPrompt(java.lang.CharSequence) +james.adaptiveicon.R$color: int foreground_material_dark +org.greenrobot.greendao.database.DatabaseOpenHelper: android.content.Context context +androidx.preference.R$style: int Preference_DropDown +wangdaye.com.geometricweather.common.basic.models.weather.Weather: wangdaye.com.geometricweather.common.basic.models.weather.Base getBase() +androidx.constraintlayout.widget.R$anim: int abc_fade_in +androidx.loader.R$dimen +james.adaptiveicon.R$dimen: int compat_button_inset_horizontal_material +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ListView_DropDown +androidx.preference.R$styleable: int MenuItem_android_visible +com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableCompat_android_visible +okhttp3.internal.connection.StreamAllocation: StreamAllocation(okhttp3.ConnectionPool,okhttp3.Address,okhttp3.Call,okhttp3.EventListener,java.lang.Object) +com.amap.api.location.AMapLocationClient: java.lang.String getVersion() +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle +androidx.viewpager2.R$styleable: int FontFamilyFont_android_fontWeight +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: com.google.android.material.animation.MotionSpec getHideMotionSpec() +com.google.android.material.R$attr: int titleMarginBottom +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge +wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerSize +android.didikee.donate.R$styleable: int[] ColorStateListItem +com.turingtechnologies.materialscrollbar.R$style: int Base_Animation_AppCompat_Dialog +cyanogenmod.profiles.ConnectionSettings: ConnectionSettings(int,int,boolean) +androidx.loader.R$style: int TextAppearance_Compat_Notification +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_android_thumb +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: float PRECIPITATION_MIDDLE +androidx.constraintlayout.widget.R$id: int action_menu_divider +com.google.android.material.R$attr: int valueTextColor +cyanogenmod.profiles.BrightnessSettings$1: cyanogenmod.profiles.BrightnessSettings createFromParcel(android.os.Parcel) +android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse +androidx.lifecycle.Transformations$2$1: androidx.lifecycle.Transformations$2 this$0 +androidx.constraintlayout.widget.R$attr: int fontStyle +cyanogenmod.hardware.DisplayMode: java.lang.String name +wangdaye.com.geometricweather.R$string: int key_notification_can_be_cleared +wangdaye.com.geometricweather.R$color: int colorSearchBarBackground_light +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen +okhttp3.ResponseBody$BomAwareReader: int read(char[],int,int) +okhttp3.OkHttpClient$Builder: boolean followSslRedirects +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 +wangdaye.com.geometricweather.R$styleable: int Constraint_android_minWidth +wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Placeholder +androidx.vectordrawable.R$styleable: int[] GradientColor +com.turingtechnologies.materialscrollbar.R$attr: int lineSpacing +wangdaye.com.geometricweather.R$drawable: int notif_temp_116 +cyanogenmod.themes.IThemeChangeListener$Stub$Proxy: android.os.IBinder mRemote +com.google.android.material.R$styleable: int ProgressIndicator_indicatorColor +wangdaye.com.geometricweather.R$drawable: int notif_temp_138 +wangdaye.com.geometricweather.R$style: int AndroidThemeColorAccentYellow +androidx.swiperefreshlayout.R$styleable: int[] GradientColor +com.amap.api.location.AMapLocation: void setLongitude(double) +james.adaptiveicon.R$attr: int contentInsetStart +wangdaye.com.geometricweather.R$color: int colorTextSubtitle_dark +com.amap.api.fence.PoiItem: void setAddress(java.lang.String) +com.google.android.material.transformation.FabTransformationScrimBehavior +com.google.android.material.button.MaterialButton +com.google.android.material.R$dimen: int design_bottom_navigation_icon_size +android.didikee.donate.R$id: int topPanel +wangdaye.com.geometricweather.R$string: int feedback_click_to_get_more +androidx.appcompat.widget.SearchView: SearchView(android.content.Context,android.util.AttributeSet,int) +okhttp3.internal.tls.OkHostnameVerifier: int ALT_DNS_NAME +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow: java.lang.Float cumul1H +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_imageButtonStyle +okhttp3.internal.http.HttpHeaders: long stringToLong(java.lang.String) +com.amap.api.location.AMapLocationClientOption: long getScanWifiInterval() +okhttp3.internal.http2.Http2Reader$ContinuationSource +androidx.activity.R$id: int icon +wangdaye.com.geometricweather.R$id: int container_main_header_tempTxt +wangdaye.com.geometricweather.R$drawable: int flag_ja +com.amap.api.location.UmidtokenInfo$1: void run() +wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle valueOf(java.lang.String) +androidx.preference.R$style: int Theme_AppCompat_DayNight_Dialog_Alert +okhttp3.internal.http.HttpMethod: HttpMethod() +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginBottom +com.google.android.material.R$color: int abc_decor_view_status_guard_light +androidx.constraintlayout.widget.R$styleable: int Toolbar_navigationContentDescription +okio.SegmentedByteString: okio.ByteString sha256() +cyanogenmod.platform.Manifest$permission: java.lang.String MANAGE_ALARMS +com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable +androidx.lifecycle.ProcessLifecycleOwner$3: void onActivityCreated(android.app.Activity,android.os.Bundle) +wangdaye.com.geometricweather.R$id: int activity_widget_config_viewStyleTitle +wangdaye.com.geometricweather.R$styleable: int SwitchPreference_android_summaryOn +androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_android_fontVariationSettings +com.google.android.material.tabs.TabLayout: int getTabMinWidth() +androidx.viewpager2.R$attr: int layoutManager +james.adaptiveicon.R$id: int action_bar_activity_content +okio.Sink: okio.Timeout timeout() +cyanogenmod.util.ColorUtils: double[] sColorTable +com.turingtechnologies.materialscrollbar.R$layout: int design_navigation_item +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse +androidx.transition.R$drawable: int notification_bg_low_pressed +com.google.android.material.appbar.AppBarLayout: int getUpNestedPreScrollRange() +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String getStreet_number() +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable +com.google.android.material.tabs.TabLayout: void setTabIconTintResource(int) +com.google.android.material.R$layout: int design_menu_item_action_area +androidx.dynamicanimation.R$styleable: int ColorStateListItem_android_color +io.reactivex.subjects.PublishSubject$PublishDisposable +com.google.android.material.chip.Chip: void setCloseIconEnabledResource(int) +com.google.android.material.chip.ChipGroup: int getChipSpacingHorizontal() +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton +cyanogenmod.app.PartnerInterface: int ZEN_MODE_IMPORTANT_INTERRUPTIONS +cyanogenmod.app.Profile: void setName(java.lang.String) +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_22 +com.jaredrummler.android.colorpicker.R$attr: int overlapAnchor +androidx.viewpager2.R$id: int accessibility_custom_action_19 +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: int Version +androidx.preference.R$dimen: int hint_pressed_alpha_material_light +androidx.hilt.work.R$layout: int notification_template_custom_big +com.google.android.material.bottomnavigation.BottomNavigationView: void setItemIconTintList(android.content.res.ColorStateList) +com.google.android.material.R$styleable: int MenuItem_android_checked +com.turingtechnologies.materialscrollbar.R$drawable: int abc_tab_indicator_material +cyanogenmod.weatherservice.IWeatherProviderServiceClient: void setServiceRequestState(cyanogenmod.weather.RequestInfo,cyanogenmod.weatherservice.ServiceRequestResult,int) +wangdaye.com.geometricweather.R$array: int air_quality_co_unit_values +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarTabBarStyle +wangdaye.com.geometricweather.R$layout: int item_weather_daily_wind +com.google.android.material.radiobutton.MaterialRadioButton: MaterialRadioButton(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$attr: int pressedTranslationZ +com.xw.repo.bubbleseekbar.R$drawable: int tooltip_frame_light +wangdaye.com.geometricweather.R$color: int dim_foreground_material_dark +androidx.preference.R$styleable: int PreferenceImageView_android_maxWidth +android.didikee.donate.R$style: int Widget_AppCompat_RatingBar +cyanogenmod.providers.ThemesContract$ThemesColumns$InstallState +io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,long,boolean) +androidx.preference.R$attr: int buttonBarStyle +com.jaredrummler.android.colorpicker.R$style: int Platform_ThemeOverlay_AppCompat_Dark +cyanogenmod.weatherservice.ServiceRequestResult: java.lang.String access$402(cyanogenmod.weatherservice.ServiceRequestResult,java.lang.String) +io.reactivex.subjects.PublishSubject$PublishDisposable: boolean isDisposed() +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_lastHorizontalBias +com.github.rahatarmanahmed.cpv.CircularProgressView: void setIndeterminate(boolean) +androidx.viewpager2.R$id: int blocking +okhttp3.internal.http2.Http2Stream: void closeLater(okhttp3.internal.http2.ErrorCode) +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void drain() +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: java.util.List advices +android.didikee.donate.R$styleable: int RecycleListView_paddingBottomNoButtons +com.google.android.material.R$styleable: int Constraint_flow_wrapMode +cyanogenmod.providers.CMSettings$Secure: java.lang.String RING_HOME_BUTTON_BEHAVIOR +cyanogenmod.app.CustomTile$ExpandedItem: java.lang.String itemTitle +com.google.android.material.R$styleable: int KeyPosition_pathMotionArc +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: boolean val$visible +james.adaptiveicon.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 +com.google.android.material.R$attr: int fontProviderCerts +okio.RealBufferedSource: long indexOfElement(okio.ByteString,long) +retrofit2.RequestBuilder: void setRelativeUrl(java.lang.Object) +cyanogenmod.app.StatusBarPanelCustomTile$1 +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: io.reactivex.Scheduler$Worker worker +okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean isRecoverable(java.io.IOException,boolean) +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit CM +wangdaye.com.geometricweather.R$attr: int badgeStyle +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ButtonBar +com.google.android.material.R$styleable: int AppCompatTextView_drawableTint androidx.constraintlayout.widget.R$dimen: int compat_notification_large_icon_max_width -com.google.android.gms.signin.internal.zak: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: int getIconResEnd() -cyanogenmod.weather.CMWeatherManager$1: CMWeatherManager$1(cyanogenmod.weather.CMWeatherManager) -com.google.android.gms.common.internal.safeparcel.SafeParcelReader$ParseException -okhttp3.EventListener: void requestHeadersStart(okhttp3.Call) -wangdaye.com.geometricweather.R$animator: int weather_hail_3 -androidx.viewpager.R$styleable: int[] FontFamilyFont -com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getHelperText() -wangdaye.com.geometricweather.R$dimen: int compat_button_padding_horizontal_material -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: void enqueue(retrofit2.Callback) +okio.ByteString: void write(java.io.OutputStream) +androidx.constraintlayout.widget.R$id: int uniform +wangdaye.com.geometricweather.R$animator: int weather_haze_2 +com.google.android.material.R$style: int Platform_ThemeOverlay_AppCompat_Light +com.amap.api.fence.GeoFenceClient: void setActivateAction(int) +androidx.constraintlayout.widget.R$dimen: int compat_button_inset_vertical_material +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: int sourceMode +wangdaye.com.geometricweather.R$attr: int dialogMessage +com.google.android.material.R$dimen: int mtrl_calendar_day_width +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_PopupMenu +wangdaye.com.geometricweather.background.receiver.widget.WidgetDayWeekProvider +androidx.cardview.R$style: int CardView_Dark +com.turingtechnologies.materialscrollbar.R$styleable: int[] TabItem +com.google.gson.stream.JsonWriter: boolean htmlSafe +okhttp3.internal.connection.RealConnection: okhttp3.internal.http.HttpCodec newCodec(okhttp3.OkHttpClient,okhttp3.Interceptor$Chain,okhttp3.internal.connection.StreamAllocation) +cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent valueOf(java.lang.String) +okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Stream newStream(int,java.util.List,boolean) +androidx.viewpager.widget.ViewPager$SavedState +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_expandedOffset +cyanogenmod.app.ProfileGroup$1 +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void dispose() +androidx.appcompat.R$dimen: int hint_pressed_alpha_material_dark +androidx.constraintlayout.widget.R$styleable: int MenuItem_actionProviderClass +com.google.android.material.R$color: int ripple_material_light +androidx.appcompat.R$styleable: int CompoundButton_android_button +androidx.loader.R$id: int notification_background +androidx.customview.R$dimen: int compat_notification_large_icon_max_width +com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_showAlphaSlider +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_show_progress_in_float +wangdaye.com.geometricweather.main.dialogs.LocationPermissionStatementDialog +wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar: void setPrecipitationColor(int) +com.google.android.material.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense +com.turingtechnologies.materialscrollbar.MaterialScrollBar: float getIndicatorOffset() +james.adaptiveicon.R$attr: int navigationMode +androidx.constraintlayout.widget.R$attr: int listPreferredItemPaddingLeft +wangdaye.com.geometricweather.R$string: int settings_notification_hide_icon_on +wangdaye.com.geometricweather.R$dimen: int disabled_alpha_material_dark +wangdaye.com.geometricweather.R$anim: int popup_show_bottom_right +retrofit2.BuiltInConverters$RequestBodyConverter: retrofit2.BuiltInConverters$RequestBodyConverter INSTANCE +androidx.fragment.app.Fragment +wangdaye.com.geometricweather.R$drawable: int ic_building +com.xw.repo.bubbleseekbar.R$attr: int textAppearancePopupMenuHeader +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHorizontal_chainStyle +com.google.android.material.R$string: int mtrl_picker_invalid_format_example +retrofit2.RequestBuilder$ContentTypeOverridingRequestBody: okhttp3.RequestBody delegate +cyanogenmod.hardware.CMHardwareManager: int COLOR_CALIBRATION_BLUE_INDEX +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: void onNext(java.lang.Object) +androidx.appcompat.R$styleable +com.google.android.material.R$attr: int path_percent +androidx.vectordrawable.animated.R$styleable: int FontFamily_fontProviderAuthority +com.turingtechnologies.materialscrollbar.R$styleable: int[] ScrimInsetsFrameLayout +wangdaye.com.geometricweather.R$string: int settings_title_speed_unit +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_BottomSheetDialog +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight +james.adaptiveicon.R$styleable: int ViewStubCompat_android_layout +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Dialog_MinWidth +io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: void onError(java.lang.Throwable) +androidx.preference.R$style: int Base_Widget_AppCompat_ActionBar_TabText +com.bumptech.glide.load.engine.GlideException: void printStackTrace() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Maximum Maximum +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeDegreeDayTemperature(java.lang.Integer) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.Date updateDate +com.google.android.material.R$attr: int materialCardViewStyle +cyanogenmod.themes.IThemeProcessingListener$Stub$Proxy +androidx.preference.R$id: int buttonPanel +com.google.android.material.slider.BaseSlider: void setValuesInternal(java.util.ArrayList) +cyanogenmod.providers.CMSettings$System: java.lang.String FORWARD_LOOKUP_PROVIDER +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_BATTERY_LANDSCAPE +io.reactivex.internal.schedulers.RxThreadFactory +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void onNext(java.lang.Object) +androidx.appcompat.widget.ActivityChooserView: void setOnDismissListener(android.widget.PopupWindow$OnDismissListener) +androidx.legacy.coreutils.R$style: int TextAppearance_Compat_Notification +androidx.appcompat.R$layout: int abc_activity_chooser_view +androidx.customview.R$id +com.jaredrummler.android.colorpicker.R$attr: int tooltipFrameBackground +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: io.reactivex.disposables.Disposable upstream +wangdaye.com.geometricweather.R$styleable: int MaterialCardView_shapeAppearance +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: boolean isDisposed() +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode[] values() +com.google.android.material.R$styleable: int SwitchCompat_android_textOff +okio.BufferedSource: java.lang.String readUtf8LineStrict() +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Country +androidx.lifecycle.extensions.R$id: int line1 +android.didikee.donate.R$attr: int toolbarStyle +wangdaye.com.geometricweather.R$attr: int drawableLeftCompat +androidx.preference.R$layout: int preference_information_material +wangdaye.com.geometricweather.R$drawable: int weather_hail_mini_grey +androidx.constraintlayout.widget.R$color: int abc_secondary_text_material_dark +com.google.android.material.button.MaterialButtonToggleGroup: void setSingleSelection(int) +androidx.appcompat.resources.R$styleable: int FontFamilyFont_fontStyle +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: ObservableGroupBy$GroupByObserver(io.reactivex.Observer,io.reactivex.functions.Function,io.reactivex.functions.Function,int,boolean) +androidx.lifecycle.ViewModelProviders$DefaultFactory +com.jaredrummler.android.colorpicker.R$attr: int actionLayout +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowFixedHeightMajor +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: void setAddress_detail(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean) +androidx.loader.R$styleable: int FontFamily_fontProviderAuthority +androidx.appcompat.resources.R$attr +okhttp3.internal.ws.RealWebSocket: boolean awaitingPong +com.turingtechnologies.materialscrollbar.R$id: int largeLabel +okhttp3.Response: okhttp3.Handshake handshake() +wangdaye.com.geometricweather.R$styleable: int Preference_isPreferenceVisible +cyanogenmod.power.PerformanceManager: int[] POSSIBLE_POWER_PROFILES +androidx.constraintlayout.motion.widget.MotionHelper: MotionHelper(android.content.Context) +wangdaye.com.geometricweather.R$styleable: int FontFamily_fontProviderAuthority +androidx.appcompat.R$style: int Base_Widget_AppCompat_ListView_Menu +com.google.android.material.R$dimen: int abc_seekbar_track_progress_height_material +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver +cyanogenmod.externalviews.KeyguardExternalView: void onAttachedToWindow() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_alertDialogCenterButtons +wangdaye.com.geometricweather.R$style: int Preference_SeekBarPreference +com.xw.repo.bubbleseekbar.R$id: int parentPanel +wangdaye.com.geometricweather.R$attr: int flow_verticalGap +android.didikee.donate.R$dimen: int abc_dialog_padding_material +com.jaredrummler.android.colorpicker.R$color: int material_grey_850 +wangdaye.com.geometricweather.R$styleable: int Motion_animate_relativeTo +okhttp3.Cache$CacheResponseBody$1: okhttp3.internal.cache.DiskLruCache$Snapshot val$snapshot +com.turingtechnologies.materialscrollbar.R$layout: int support_simple_spinner_dropdown_item +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_showMotionSpec +wangdaye.com.geometricweather.R$dimen: int mtrl_badge_text_size +androidx.lifecycle.GeneratedAdapter +io.reactivex.internal.observers.DeferredScalarDisposable: int requestFusion(int) +androidx.hilt.R$id: int normal +android.didikee.donate.R$attr: int queryHint +androidx.appcompat.R$styleable: int Toolbar_popupTheme +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float rain +cyanogenmod.weather.WeatherInfo$Builder: int mTempUnit +androidx.preference.R$style: int TextAppearance_AppCompat_Title_Inverse +androidx.legacy.coreutils.R$styleable: int FontFamilyFont_font +okhttp3.Response$Builder: Response$Builder() +android.didikee.donate.R$styleable: int MenuItem_iconTint +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder dispatcher(okhttp3.Dispatcher) +com.google.android.material.R$drawable: int btn_radio_on_mtrl +androidx.hilt.R$id: int info +okhttp3.Protocol: okhttp3.Protocol valueOf(java.lang.String) +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_goneMarginEnd +wangdaye.com.geometricweather.main.MainActivityViewModel$Status: wangdaye.com.geometricweather.main.MainActivityViewModel$Status valueOf(java.lang.String) +androidx.lifecycle.SavedStateHandleController$OnRecreation: void onRecreated(androidx.savedstate.SavedStateRegistryOwner) +james.adaptiveicon.R$dimen: int abc_select_dialog_padding_start_material +com.google.android.material.R$color: int foreground_material_light +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ButtonBar +androidx.preference.R$anim: int btn_radio_to_off_mtrl_ring_outer_animation +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWeatherText(java.lang.String) +androidx.fragment.R$drawable: int notification_bg_normal +okhttp3.MultipartBody$Part: okhttp3.Headers headers() +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setLocationPurpose(com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose) +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: ObservableObserveOn$ObserveOnObserver(io.reactivex.Observer,io.reactivex.Scheduler$Worker,boolean,int) +androidx.preference.R$color: int switch_thumb_disabled_material_light +cyanogenmod.externalviews.ExternalViewProperties: android.graphics.Rect getHitRect() +androidx.appcompat.resources.R$styleable: int[] StateListDrawable +androidx.constraintlayout.widget.R$styleable: int[] LinearLayoutCompat_Layout +james.adaptiveicon.R$styleable: int AppCompatTheme_buttonBarButtonStyle +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Menu +cyanogenmod.weatherservice.WeatherProviderService: void onConnected() +androidx.constraintlayout.widget.R$id: int screen +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_fontVariationSettings +wangdaye.com.geometricweather.R$id: int off +wangdaye.com.geometricweather.R$drawable: int weather_wind_mini_xml +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: int status +okhttp3.MediaType: java.lang.String charset +androidx.drawerlayout.R$color: int notification_action_color_filter +com.turingtechnologies.materialscrollbar.R$style: int Theme_Design +com.google.android.material.R$styleable: int TabLayout_tabMaxWidth +okhttp3.Dispatcher: java.util.Deque runningAsyncCalls +androidx.lifecycle.SavedStateHandle: androidx.lifecycle.MutableLiveData getLiveDataInternal(java.lang.String,boolean,java.lang.Object) +com.turingtechnologies.materialscrollbar.R$styleable: int[] BottomNavigationView +okhttp3.internal.platform.JdkWithJettyBootPlatform: java.lang.Class serverProviderClass +com.google.android.material.internal.VisibilityAwareImageButton: VisibilityAwareImageButton(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.R$styleable: int LinearLayoutCompat_android_orientation +androidx.preference.R$anim: int fragment_open_exit +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_PopupMenu +androidx.appcompat.widget.ActionMenuView: void setOnMenuItemClickListener(androidx.appcompat.widget.ActionMenuView$OnMenuItemClickListener) +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_type +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: void setValue(java.util.List) +okhttp3.Cookie$Builder: okhttp3.Cookie$Builder expiresAt(long) +android.didikee.donate.R$color: int material_blue_grey_950 +com.google.android.material.R$styleable: int Layout_android_layout_marginRight +com.google.android.material.R$styleable: int Constraint_layout_constraintCircle +wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle +androidx.constraintlayout.widget.R$styleable: int OnSwipe_dragDirection +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_RatingBar_Indicator +com.google.android.material.textfield.TextInputLayout: android.graphics.drawable.Drawable getErrorIconDrawable() +okhttp3.MultipartBody$Builder: okhttp3.MultipartBody$Builder addPart(okhttp3.Headers,okhttp3.RequestBody) +okhttp3.internal.http2.Http2Connection$2: long val$unacknowledgedBytesRead +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Light_Bridge +androidx.appcompat.R$style: int Theme_AppCompat_Light_Dialog_MinWidth +androidx.activity.R$id: int tag_accessibility_actions +androidx.constraintlayout.widget.R$styleable: int MotionLayout_layoutDescription +androidx.appcompat.R$color: int bright_foreground_inverse_material_dark +com.google.android.material.slider.RangeSlider: void setTrackTintList(android.content.res.ColorStateList) +okhttp3.internal.http2.StreamResetException: StreamResetException(okhttp3.internal.http2.ErrorCode) +com.google.android.material.R$attr: int actionMenuTextAppearance +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Metric: AccuCurrentResult$PrecipitationSummary$Precipitation$Metric() +androidx.dynamicanimation.R$attr: int fontStyle +androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType valueOf(java.lang.String) +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date +okhttp3.internal.ws.WebSocketWriter: void writePing(okio.ByteString) +com.turingtechnologies.materialscrollbar.R$styleable: int Spinner_android_dropDownWidth +android.didikee.donate.R$id: int split_action_bar +com.bumptech.glide.R$styleable: int[] CoordinatorLayout +com.google.android.material.R$plurals: R$plurals() +okhttp3.internal.http2.Http2Stream$FramingSource: long read(okio.Buffer,long) +androidx.viewpager.R$id: int action_image +okhttp3.Response$Builder: okhttp3.Headers$Builder headers +androidx.appcompat.app.WindowDecorActionBar: void removeOnMenuVisibilityListener(androidx.appcompat.app.ActionBar$OnMenuVisibilityListener) +james.adaptiveicon.R$id: int action_divider +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_transformPivotX +com.jaredrummler.android.colorpicker.R$styleable: int CheckBoxPreference_disableDependentsState +wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String country +com.google.android.material.circularreveal.CircularRevealRelativeLayout: android.graphics.drawable.Drawable getCircularRevealOverlayDrawable() +androidx.preference.R$attr: int color +com.google.android.material.R$anim: int mtrl_bottom_sheet_slide_out +androidx.preference.R$anim: int abc_popup_exit +androidx.customview.R$attr: int font +androidx.lifecycle.LifecycleRegistry$ObserverWithState: LifecycleRegistry$ObserverWithState(androidx.lifecycle.LifecycleObserver,androidx.lifecycle.Lifecycle$State) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX() +james.adaptiveicon.R$style: int Widget_AppCompat_ProgressBar_Horizontal +io.reactivex.Observable: io.reactivex.Observable concatEager(io.reactivex.ObservableSource) +androidx.appcompat.resources.R$styleable: int GradientColor_android_gradientRadius +cyanogenmod.externalviews.KeyguardExternalView: android.content.ServiceConnection mServiceConnection +androidx.loader.R$style: int Widget_Compat_NotificationActionText +com.google.android.material.R$styleable: int CardView_cardMaxElevation +wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_doneButton +com.google.android.material.R$animator: int design_fab_hide_motion_spec +wangdaye.com.geometricweather.R$attr: int itemStrokeWidth +androidx.lifecycle.LifecycleRegistry: void popParentState() +com.xw.repo.bubbleseekbar.R$anim: int abc_grow_fade_in_from_bottom +androidx.preference.R$styleable: int AppCompatTheme_listDividerAlertDialog +wangdaye.com.geometricweather.R$id: int tag_unhandled_key_listeners +io.reactivex.internal.disposables.DisposableHelper: boolean setOnce(java.util.concurrent.atomic.AtomicReference,io.reactivex.disposables.Disposable) okhttp3.internal.Internal: Internal() -android.didikee.donate.R$styleable: int DrawerArrowToggle_thickness -james.adaptiveicon.R$attr: int colorBackgroundFloating -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: boolean isDisposed() -com.xw.repo.bubbleseekbar.R$bool: int abc_action_bar_embed_tabs -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult -james.adaptiveicon.R$string: int abc_capital_on -com.bumptech.glide.integration.okhttp.R$attr: int statusBarBackground -android.didikee.donate.R$attr: int drawerArrowStyle -com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String l() -com.google.android.material.datepicker.DateValidatorPointForward: android.os.Parcelable$Creator CREATOR -okhttp3.HttpUrl$Builder: java.lang.String host -androidx.hilt.work.R$id: int accessibility_custom_action_8 -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_contentInsetLeft -cyanogenmod.themes.IThemeService$Stub$Proxy: android.os.IBinder mRemote -retrofit2.Retrofit: java.util.concurrent.Executor callbackExecutor() -com.google.android.gms.common.internal.safeparcel.SafeParcelable: java.lang.String NULL -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: java.lang.String toValue(java.util.List) -wangdaye.com.geometricweather.R$layout: int mtrl_calendar_horizontal -cyanogenmod.app.ThemeVersion: java.lang.String MIN_SUPPORTED_THEME_VERSION_FIELD_NAME -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum Maximum -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeWindSpeed() -com.google.android.material.tabs.TabLayout: void setSelectedTabIndicatorHeight(int) -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIconTint -com.google.android.material.R$styleable: int[] CoordinatorLayout -androidx.hilt.R$id: int accessibility_custom_action_30 -com.baidu.location.indoor.mapversion.c.c$b -androidx.appcompat.widget.AppCompatSeekBar: AppCompatSeekBar(android.content.Context,android.util.AttributeSet) -io.reactivex.internal.subscriptions.DeferredScalarSubscription: java.lang.Object poll() -com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_fixed_height_major -com.google.gson.stream.JsonReader: int PEEKED_TRUE -com.google.android.material.R$dimen: int abc_dialog_min_width_minor -io.reactivex.Observable: io.reactivex.Observable generate(io.reactivex.functions.Consumer) -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_4 -wangdaye.com.geometricweather.R$styleable: int[] Toolbar -wangdaye.com.geometricweather.R$attr: int state_liftable -com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getError() -com.google.android.material.R$id: int SHOW_PATH -io.reactivex.exceptions.UndeliverableException: UndeliverableException(java.lang.Throwable) -com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_windowAnimationStyle -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setCity(java.lang.String) -com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_max_width -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_endIconDrawable -cyanogenmod.weather.WeatherLocation: int hashCode() -com.autonavi.aps.amapapi.model.AMapLocationServer: void a(java.lang.String) -com.jaredrummler.android.colorpicker.R$styleable: int PopupWindowBackgroundState_state_above_anchor -com.google.gson.stream.JsonReader: int PEEKED_NONE -android.support.v4.os.IResultReceiver$Stub$Proxy: IResultReceiver$Stub$Proxy(android.os.IBinder) -retrofit2.Utils$WildcardTypeImpl: java.lang.reflect.Type[] getLowerBounds() -okhttp3.CacheControl: boolean isPrivate -james.adaptiveicon.R$layout: int abc_screen_simple_overlay_action_mode -wangdaye.com.geometricweather.R$drawable: int ic_github_dark -james.adaptiveicon.R$drawable: int abc_list_focused_holo -androidx.recyclerview.R$id: int tag_accessibility_pane_title -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver: ObservableMergeWithSingle$MergeWithObserver$OtherObserver(io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver) -wangdaye.com.geometricweather.R$id: int masked -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle -android.didikee.donate.R$id: R$id() -com.xw.repo.bubbleseekbar.R$attr: int defaultQueryHint -com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_android_fontVariationSettings -androidx.viewpager.R$styleable: int FontFamilyFont_fontWeight -wangdaye.com.geometricweather.R$drawable: int ic_check_circle_green -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_queryBackground -androidx.activity.R$id: int accessibility_custom_action_3 -com.xw.repo.bubbleseekbar.R$attr: int closeItemLayout -android.didikee.donate.R$styleable: int AppCompatTextView_drawableLeftCompat -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_android_ttcIndex -wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_android_fontStyle -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: int otherState -com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleContentDescription(java.lang.CharSequence) -com.turingtechnologies.materialscrollbar.R$dimen: int abc_progress_bar_height_material -cyanogenmod.themes.IThemeService: boolean isThemeApplying() -wangdaye.com.geometricweather.R$attr: int appBarLayoutStyle -com.amap.api.location.AMapLocation: java.lang.String e(com.amap.api.location.AMapLocation,java.lang.String) -wangdaye.com.geometricweather.R$attr: int colorSecondaryVariant -wangdaye.com.geometricweather.R$dimen: int material_clock_hand_padding -okio.Util: long reverseBytesLong(long) -com.google.android.material.R$id: int NO_DEBUG -cyanogenmod.profiles.StreamSettings: StreamSettings(android.os.Parcel) -androidx.work.R$styleable: int FontFamilyFont_android_fontWeight -wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_5 -androidx.lifecycle.ClassesInfoCache -androidx.appcompat.widget.AppCompatSpinner$DropdownPopup -okhttp3.internal.Util: int indexOfControlOrNonAscii(java.lang.String) -wangdaye.com.geometricweather.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 -androidx.activity.R$string: R$string() -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_collapseContentDescription -io.reactivex.internal.schedulers.ScheduledRunnable: boolean isDisposed() -wangdaye.com.geometricweather.R$attr: int behavior_skipCollapsed -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_star_half_black_48dp -com.turingtechnologies.materialscrollbar.R$id: int visible -wangdaye.com.geometricweather.R$drawable: int notif_temp_18 -androidx.constraintlayout.widget.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: io.reactivex.internal.fuseable.SimpleQueue queue -android.didikee.donate.R$drawable: int abc_list_selector_background_transition_holo_dark -com.amap.api.fence.GeoFence: java.lang.String c -android.didikee.donate.R$layout: int abc_alert_dialog_button_bar_material -wangdaye.com.geometricweather.R$id: int widget_clock_day_date -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay TAG_AIR_QUALITY -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight -androidx.preference.R$attr: int colorControlNormal -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind: double gust -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_android_maxWidth -androidx.fragment.R$styleable: int ColorStateListItem_android_alpha -okhttp3.internal.http2.Http2Connection -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_paddingRight -com.google.android.material.R$style: int Base_Widget_AppCompat_ButtonBar -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_shadowRadius -androidx.appcompat.R$dimen: int disabled_alpha_material_dark -okhttp3.internal.http2.Http2Reader: int lengthWithoutPadding(int,byte,short) -android.didikee.donate.R$styleable: int AppCompatTheme_dividerHorizontal -okhttp3.internal.cache.InternalCache: void update(okhttp3.Response,okhttp3.Response) -wangdaye.com.geometricweather.R$attr: int initialActivityCount -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setWindSpeedEnd(java.lang.String) -com.amap.api.location.AMapLocation: void setErrorInfo(java.lang.String) -com.google.android.material.R$styleable: int AppBarLayout_elevation -androidx.constraintlayout.widget.R$drawable: int abc_menu_hardkey_panel_mtrl_mult -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_translationX -wangdaye.com.geometricweather.R$style: int Platform_V25_AppCompat_Light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: CaiYunMainlyResult$CurrentBean() -androidx.lifecycle.ReportFragment: void onPause() -androidx.preference.R$styleable: int Toolbar_buttonGravity -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: double lon -com.google.android.material.R$styleable: int TextAppearance_android_textSize -android.didikee.donate.R$id: int textSpacerNoButtons -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Button_Borderless -james.adaptiveicon.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight -androidx.preference.R$anim: int abc_tooltip_exit -androidx.appcompat.widget.AppCompatButton: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() -james.adaptiveicon.R$string: int abc_shareactionprovider_share_with -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver -android.didikee.donate.R$dimen: int abc_action_bar_content_inset_with_nav -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabPaddingTop -com.xw.repo.bubbleseekbar.R$attr: int actionViewClass -com.xw.repo.bubbleseekbar.R$color: int ripple_material_light -androidx.appcompat.widget.LinearLayoutCompat: LinearLayoutCompat(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$attr: int errorContentDescription -wangdaye.com.geometricweather.R$attr: int paddingLeftSystemWindowInsets -wangdaye.com.geometricweather.R$string: int key_ui_style -okhttp3.internal.publicsuffix.PublicSuffixDatabase -androidx.preference.R$drawable: int ic_arrow_down_24dp -com.jaredrummler.android.colorpicker.R$id: int list_item -com.jaredrummler.android.colorpicker.R$color: int abc_tint_edittext -androidx.activity.R$id: int info -wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_scrollContainer -androidx.preference.R$drawable: int abc_ic_star_black_48dp -cyanogenmod.app.CustomTile$ExpandedItem: android.os.Parcelable$Creator CREATOR -androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_android_ttcIndex -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation -com.xw.repo.bubbleseekbar.R$attr: int navigationContentDescription -androidx.preference.R$attr: int measureWithLargestChild -com.turingtechnologies.materialscrollbar.R$id: int group_divider -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Display2 -android.didikee.donate.R$styleable: int ActionBarLayout_android_layout_gravity -okhttp3.internal.tls.BasicCertificateChainCleaner: int MAX_SIGNERS -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX getBrandInfo() -com.google.android.material.R$styleable: int Constraint_layout_editor_absoluteY -com.google.android.material.R$style: int Theme_AppCompat_DayNight_Dialog -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintTag -androidx.constraintlayout.widget.R$attr: int fontProviderFetchTimeout -okio.Buffer$1: void write(byte[],int,int) -com.google.android.material.R$style: int Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense -okhttp3.internal.http2.Huffman: void encode(okio.ByteString,okio.BufferedSink) -com.github.rahatarmanahmed.cpv.CircularProgressView$4 -com.google.android.material.R$style: int Base_Widget_AppCompat_EditText -wangdaye.com.geometricweather.R$attr: int dividerPadding -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_passwordToggleEnabled -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight_DarkActionBar -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_anon_WITH_AES_256_CBC_SHA -androidx.dynamicanimation.R$layout: int notification_action -wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String cityId -cyanogenmod.app.CustomTile$ExpandedListItem -com.turingtechnologies.materialscrollbar.R$id: int content -androidx.lifecycle.ProcessLifecycleOwner$3$1: androidx.lifecycle.ProcessLifecycleOwner$3 this$1 -androidx.appcompat.resources.R$id: int accessibility_custom_action_24 -androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_font -androidx.preference.R$styleable: int EditTextPreference_useSimpleSummaryProvider -wangdaye.com.geometricweather.R$attr: int summaryOn -androidx.swiperefreshlayout.R$styleable: int GradientColor_android_tileMode +cyanogenmod.app.Profile: int getNotificationLightMode() +androidx.appcompat.widget.ActivityChooserModel: void setOnChooseActivityListener(androidx.appcompat.widget.ActivityChooserModel$OnChooseActivityListener) +wangdaye.com.geometricweather.R$id: int forever +androidx.appcompat.R$drawable: int notification_template_icon_bg +androidx.vectordrawable.animated.R$id: int action_divider +com.turingtechnologies.materialscrollbar.R$string: int abc_prepend_shortcut_label +wangdaye.com.geometricweather.R$id: int notification_background +androidx.customview.R$color: int secondary_text_default_material_light +cyanogenmod.alarmclock.CyanogenModAlarmClock: android.content.Intent createAlarmIntent(android.content.Context) +androidx.loader.R$id: int info +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: void setStatus(int) +androidx.recyclerview.widget.RecyclerView$LayoutManager$Properties +androidx.viewpager.R$id: int notification_main_column +androidx.preference.R$id: int accessibility_custom_action_11 +okhttp3.internal.platform.Platform: Platform() +android.didikee.donate.R$drawable: int abc_btn_switch_to_on_mtrl_00001 +wangdaye.com.geometricweather.R$attr: int layout_constraintLeft_toRightOf +androidx.appcompat.R$id: int action_bar_subtitle +wangdaye.com.geometricweather.R$dimen: int abc_action_bar_stacked_max_height +cyanogenmod.app.LiveLockScreenInfo$1: cyanogenmod.app.LiveLockScreenInfo[] newArray(int) +io.reactivex.internal.util.EmptyComponent: io.reactivex.Observer asObserver() +com.turingtechnologies.materialscrollbar.R$dimen: int notification_right_icon_size +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintCircleRadius +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_android_baselineAligned +wangdaye.com.geometricweather.db.entities.AlertEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ImageButton +okhttp3.internal.cache.DiskLruCache: java.io.File journalFile +android.didikee.donate.R$attr: int colorPrimaryDark +com.google.android.material.R$attr: R$attr() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionMenuTextAppearance +com.google.android.material.R$color: int mtrl_bottom_nav_colored_item_tint +com.google.android.material.slider.RangeSlider: void setThumbTintList(android.content.res.ColorStateList) +com.baidu.location.e.l$b: com.baidu.location.e.l$b a +wangdaye.com.geometricweather.R$drawable: int shortcuts_cloudy +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: java.lang.Object NEXT_WINDOW +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: java.util.List indices +com.jaredrummler.android.colorpicker.R$attr: int thumbTint +okhttp3.MultipartBody$Part: okhttp3.MultipartBody$Part createFormData(java.lang.String,java.lang.String,okhttp3.RequestBody) +io.reactivex.internal.util.NotificationLite: boolean accept(java.lang.Object,io.reactivex.Observer) +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_subtitle +com.google.android.material.textfield.TextInputLayout: void setStartIconOnClickListener(android.view.View$OnClickListener) +okhttp3.FormBody$Builder: okhttp3.FormBody$Builder add(java.lang.String,java.lang.String) +com.google.android.material.R$style: int ShapeAppearanceOverlay_BottomLeftDifferentCornerSize +androidx.preference.R$id: int right +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType Delete +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Chip +androidx.hilt.lifecycle.R$color: int ripple_material_light +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: void onError(java.lang.Throwable) +okhttp3.internal.ws.RealWebSocket: void initReaderAndWriter(java.lang.String,okhttp3.internal.ws.RealWebSocket$Streams) +wangdaye.com.geometricweather.R$attr: int backgroundInsetEnd +okhttp3.HttpUrl: java.util.List percentDecode(java.util.List,boolean) +wangdaye.com.geometricweather.R$color: int mtrl_calendar_selected_range +okhttp3.logging.LoggingEventListener: void logWithTime(java.lang.String) +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +wangdaye.com.geometricweather.R$layout: int abc_action_menu_layout +androidx.customview.R$dimen: int notification_action_text_size +com.google.android.material.R$attr: int buttonBarNeutralButtonStyle +okio.SegmentedByteString: java.lang.String base64Url() +android.didikee.donate.R$style: int Base_Widget_AppCompat_ListMenuView +retrofit2.adapter.rxjava2.ResultObservable: io.reactivex.Observable upstream +cyanogenmod.hardware.CMHardwareManager: int VIBRATOR_INTENSITY_INDEX +com.xw.repo.BubbleSeekBar: void setBubbleColor(int) +androidx.constraintlayout.widget.R$styleable: int Toolbar_subtitleTextColor +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: float getIntervalInHour() +io.reactivex.Observable: io.reactivex.Observable concatArrayEager(int,int,io.reactivex.ObservableSource[]) +androidx.lifecycle.ServiceLifecycleDispatcher: void onServicePreSuperOnCreate() +wangdaye.com.geometricweather.R$id: int shades_layout +com.google.android.material.R$dimen: int abc_dialog_padding_top_material +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void onComplete() +james.adaptiveicon.R$dimen: int tooltip_precise_anchor_threshold +com.google.android.material.R$color: int mtrl_chip_surface_color +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse +retrofit2.adapter.rxjava2.CallExecuteObservable: void subscribeActual(io.reactivex.Observer) +androidx.preference.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges +cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_setLiveLockScreenEnabled +com.jaredrummler.android.colorpicker.R$drawable: int abc_textfield_default_mtrl_alpha +com.github.rahatarmanahmed.cpv.CircularProgressView$5: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 +wangdaye.com.geometricweather.R$layout: int item_weather_daily_title +com.google.android.material.R$attr: int layout_scrollInterpolator +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.lang.String level +wangdaye.com.geometricweather.R$styleable: int TabItem_android_text +wangdaye.com.geometricweather.db.entities.DaoMaster: wangdaye.com.geometricweather.db.entities.DaoSession newDevSession(android.content.Context,java.lang.String) +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_homeLayout +androidx.appcompat.widget.SearchView: void setOnQueryTextFocusChangeListener(android.view.View$OnFocusChangeListener) +cyanogenmod.platform.R$attr: R$attr() +wangdaye.com.geometricweather.R$attr: int maxActionInlineWidth +com.xw.repo.bubbleseekbar.R$color: int abc_background_cache_hint_selector_material_dark +wangdaye.com.geometricweather.R$attr: int layout_constraintTop_toTopOf +androidx.drawerlayout.R$attr: int fontWeight +com.google.android.material.R$dimen: int notification_action_text_size +james.adaptiveicon.R$drawable: int abc_ic_search_api_material +androidx.legacy.coreutils.R$id: int text +com.google.android.material.R$animator: int design_appbar_state_list_animator +wangdaye.com.geometricweather.R$attr: int drawableEndCompat +com.xw.repo.bubbleseekbar.R$attr: int fontProviderFetchTimeout +com.google.android.material.R$id: int month_grid +androidx.constraintlayout.widget.R$attr: int layout_constraintTop_creator +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceTheme +retrofit2.Utils$ParameterizedTypeImpl: java.lang.reflect.Type[] typeArguments +io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: void setResource(io.reactivex.disposables.Disposable) +com.jaredrummler.android.colorpicker.R$layout: int cpv_preference_circle_large +androidx.lifecycle.extensions.R$attr: int fontStyle +wangdaye.com.geometricweather.R$styleable: int ForegroundLinearLayout_android_foreground +com.xw.repo.bubbleseekbar.R$color: int secondary_text_default_material_dark +okhttp3.logging.LoggingEventListener: void connectStart(okhttp3.Call,java.net.InetSocketAddress,java.net.Proxy) +io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: void setDisposable(io.reactivex.disposables.Disposable) +androidx.constraintlayout.widget.R$dimen: int compat_button_inset_horizontal_material +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property UvLevel +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void dispose() +androidx.swiperefreshlayout.R$id: int text2 +androidx.preference.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge androidx.constraintlayout.widget.R$attr: int layout_goneMarginLeft -androidx.appcompat.R$styleable: int AppCompatTheme_colorSwitchThumbNormal -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_textStartPadding -wangdaye.com.geometricweather.R$string: int settings_language -androidx.preference.PreferenceDialogFragmentCompat -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_helperTextTextAppearance -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable -com.google.android.material.R$dimen: int mtrl_bottomappbar_fab_bottom_margin -wangdaye.com.geometricweather.R$string: int cpv_presets -com.google.android.material.button.MaterialButton: void setCornerRadiusResource(int) -com.google.android.material.checkbox.MaterialCheckBox: void setUseMaterialThemeColors(boolean) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Imperial: double Value -okhttp3.Cookie: boolean secure() -androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy: ConstraintProxy$NetworkStateProxy() -cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper: CustomTileListenerService$ICustomTileListenerWrapper(cyanogenmod.app.CustomTileListenerService,cyanogenmod.app.CustomTileListenerService$1) -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth -wangdaye.com.geometricweather.db.entities.LocationEntity -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem -androidx.constraintlayout.widget.R$id: int linear -wangdaye.com.geometricweather.R$attr: int spinnerDropDownItemStyle -wangdaye.com.geometricweather.R$attr: int indicatorCornerRadius -okhttp3.internal.http2.PushObserver: void onReset(int,okhttp3.internal.http2.ErrorCode) -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_pixel -com.google.android.material.R$color: int material_deep_teal_500 -com.google.android.material.R$attr: int itemIconPadding -okhttp3.HttpUrl$Builder: HttpUrl$Builder() -okhttp3.ConnectionPool: long cleanup(long) -james.adaptiveicon.R$integer: int abc_config_activityShortDur -cyanogenmod.hardware.DisplayMode: int describeContents() -android.didikee.donate.R$styleable: int AppCompatTheme_spinnerStyle -wangdaye.com.geometricweather.R$animator: int weather_snow_1 -wangdaye.com.geometricweather.R$id: int transition_position -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Medium -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: void run() -com.google.android.material.R$id: int split_action_bar -com.google.android.material.R$styleable: int Constraint_layout_constraintRight_toRightOf -androidx.constraintlayout.widget.R$id: int info -com.turingtechnologies.materialscrollbar.R$string: int path_password_eye -androidx.preference.R$attr: int drawableStartCompat -okio.BufferedSource: int readIntLe() -cyanogenmod.app.ProfileGroup: int describeContents() -com.google.android.material.R$id: int accessibility_custom_action_17 -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionButton +com.turingtechnologies.materialscrollbar.R$attr: int chipStrokeWidth +com.google.android.material.R$styleable: int KeyPosition_percentHeight +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Long id +io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.db.entities.HistoryEntity: java.util.Date date +androidx.constraintlayout.widget.R$attr: int flow_lastHorizontalStyle +com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_fabCradleMargin +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_thumbTextPadding +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_switchMinWidth +androidx.constraintlayout.widget.R$styleable: int Toolbar_titleMargins +com.google.android.material.R$color: int test_mtrl_calendar_day +com.google.android.material.R$color: int design_dark_default_color_on_error +cyanogenmod.app.CustomTile$Builder: android.app.PendingIntent mOnLongClick +com.google.android.material.R$style: int Widget_MaterialComponents_TextInputEditText_FilledBox +com.turingtechnologies.materialscrollbar.R$styleable: int[] GradientColor +wangdaye.com.geometricweather.R$attr: int contentPaddingBottom +com.google.android.material.R$drawable: int abc_ic_ab_back_material +wangdaye.com.geometricweather.R$styleable: int SearchView_closeIcon +android.didikee.donate.R$attr: int actionModeSplitBackground +cyanogenmod.app.CustomTile$ExpandedStyle$1: cyanogenmod.app.CustomTile$ExpandedStyle[] newArray(int) +com.google.android.material.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration +com.turingtechnologies.materialscrollbar.R$attr: int actionModeSelectAllDrawable +androidx.drawerlayout.R$styleable: int ColorStateListItem_alpha +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ListView +com.google.android.material.card.MaterialCardView: void setCheckedIconTint(android.content.res.ColorStateList) +com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_arrowShaftLength +androidx.preference.R$styleable: int[] AnimatedStateListDrawableTransition +wangdaye.com.geometricweather.R$attr: int waveShape +androidx.preference.R$styleable: int PreferenceFragmentCompat_android_divider +wangdaye.com.geometricweather.R$attr: int endIconTintMode +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: java.lang.String LongPhrase +com.google.android.material.R$attr: int colorOnBackground +androidx.recyclerview.R$dimen: int notification_action_text_size +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index: double val +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light +okio.RealBufferedSink: void write(okio.Buffer,long) +androidx.swiperefreshlayout.R$id: int right_icon +androidx.core.R$layout: int notification_template_custom_big +android.didikee.donate.R$style: int Base_Widget_AppCompat_AutoCompleteTextView +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric: AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric() +james.adaptiveicon.R$styleable: int[] PopupWindowBackgroundState +retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: retrofit2.CallAdapter get(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) +org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.AbstractDao getDao(java.lang.Class) +cyanogenmod.themes.ThemeManager: cyanogenmod.themes.ThemeManager sInstance +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: long serialVersionUID +okhttp3.internal.http2.Http2Reader$Handler: void ping(boolean,int,int) +androidx.vectordrawable.animated.R$id: int tag_screen_reader_focusable +com.google.gson.JsonSyntaxException: long serialVersionUID +cyanogenmod.externalviews.KeyguardExternalViewProviderService$1$1: java.lang.Object call() +androidx.fragment.R$anim: int fragment_open_enter +androidx.lifecycle.ComputableLiveData: ComputableLiveData() +wangdaye.com.geometricweather.R$string: int cpv_default_title +com.google.android.material.tabs.TabItem: TabItem(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.widget.R$style: int Base_Animation_AppCompat_Tooltip +okhttp3.Cookie: java.lang.String toString(boolean) +cyanogenmod.weather.RequestInfo: int hashCode() +cyanogenmod.providers.CMSettings$Secure: java.lang.String DEVELOPMENT_SHORTCUT +cyanogenmod.weather.WeatherInfo$DayForecast: java.lang.String toString() +androidx.appcompat.R$attr: int titleTextStyle +android.didikee.donate.R$styleable: int TextAppearance_android_textStyle +androidx.preference.internal.PreferenceImageView: PreferenceImageView(android.content.Context) +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 +okhttp3.internal.http.RealInterceptorChain: okhttp3.internal.http.HttpCodec httpCodec +io.reactivex.Observable: io.reactivex.Maybe elementAt(long) +cyanogenmod.app.ICustomTileListener$Stub: android.os.IBinder asBinder() +wangdaye.com.geometricweather.R$color: int colorLevel_6 +cyanogenmod.profiles.AirplaneModeSettings: int mValue +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_divider +cyanogenmod.app.PartnerInterface: cyanogenmod.app.PartnerInterface sPartnerInterfaceInstance +com.google.android.material.R$color: int mtrl_popupmenu_overlay_color +com.turingtechnologies.materialscrollbar.R$id: int transition_current_scene +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_motionStagger +com.amap.api.location.CoordinateConverter: com.amap.api.location.DPoint d +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum: AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setValue(java.util.List) +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder sslSocketFactory(javax.net.ssl.SSLSocketFactory,javax.net.ssl.X509TrustManager) +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceHeadline6 +cyanogenmod.library.R$id: R$id() +com.bumptech.glide.R$string: R$string() +okhttp3.Cache: void initialize() +wangdaye.com.geometricweather.R$bool: int cpv_default_anim_autostart +io.reactivex.internal.observers.InnerQueuedObserver: void onError(java.lang.Throwable) +androidx.lifecycle.MediatorLiveData$Source: void onChanged(java.lang.Object) +wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition: wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition BELOW_LINE +wangdaye.com.geometricweather.R$attr: int elevationOverlayEnabled +com.github.rahatarmanahmed.cpv.CircularProgressView: float INDETERMINANT_MIN_SWEEP +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Spinner +wangdaye.com.geometricweather.R$styleable: int ForegroundLinearLayout_foregroundInsidePadding +androidx.preference.R$id: int spacer +com.google.android.material.textfield.TextInputLayout: void setPrefixTextColor(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_level +com.google.android.material.R$style: int Widget_MaterialComponents_BottomSheet_Modal +androidx.constraintlayout.widget.R$attr: int motionInterpolator +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_AES_256_CBC_SHA +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub: cyanogenmod.weather.IWeatherServiceProviderChangeListener asInterface(android.os.IBinder) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Direction: AccuDailyResult$DailyForecasts$Day$WindGust$Direction() +james.adaptiveicon.R$styleable: int SearchView_submitBackground +wangdaye.com.geometricweather.R$drawable: int material_ic_menu_arrow_down_black_24dp +wangdaye.com.geometricweather.R$layout: int item_weather_daily_value +androidx.swiperefreshlayout.R$attr: int fontProviderFetchTimeout +com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents +wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTheme +wangdaye.com.geometricweather.R$layout: int mtrl_calendar_month_navigation +okhttp3.TlsVersion: java.util.List forJavaNames(java.lang.String[]) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_lastVerticalStyle +wangdaye.com.geometricweather.R$color: int design_fab_shadow_end_color +androidx.constraintlayout.widget.VirtualLayout: VirtualLayout(android.content.Context) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_controlBackground +androidx.appcompat.R$style: int Platform_V21_AppCompat +androidx.constraintlayout.widget.R$id: int parentPanel +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_80 +com.google.android.material.R$styleable: int AppCompatImageView_tintMode +android.didikee.donate.R$id: int action_bar_root +com.google.android.material.slider.BaseSlider: int getHaloRadius() +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: boolean isDisposed() +wangdaye.com.geometricweather.R$string: int material_hour_suffix +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_tooltipFrameBackground +com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawableItem_android_drawable +com.google.android.material.R$drawable: int abc_text_select_handle_middle_mtrl_light +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_text_btn_icon_padding +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputEditText_FilledBox +retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: void dispose() +okio.AsyncTimeout$Watchdog +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Small +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.os.RemoteCallbackList mCallbacks +androidx.preference.DialogPreference: DialogPreference(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_editor_absoluteY +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl +androidx.appcompat.R$styleable: int FontFamily_fontProviderAuthority +okhttp3.internal.Util: okhttp3.ResponseBody EMPTY_RESPONSE +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.util.Date moonriseTime +retrofit2.converter.gson.GsonRequestBodyConverter: okhttp3.RequestBody convert(java.lang.Object) +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_AES_128_CBC_SHA256 +androidx.appcompat.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner +wangdaye.com.geometricweather.R$layout: int dialog_minimal_icon +com.google.android.material.snackbar.SnackbarContentLayout +wangdaye.com.geometricweather.R$drawable: int abc_ic_star_half_black_48dp +com.google.android.material.R$bool: int abc_config_actionMenuItemAllCaps +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String TypeID +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours +androidx.constraintlayout.widget.R$dimen: int abc_disabled_alpha_material_dark +androidx.legacy.coreutils.R$id: int forever +io.reactivex.Observable: io.reactivex.Observable merge(java.lang.Iterable,int) +cyanogenmod.alarmclock.CyanogenModAlarmClock: CyanogenModAlarmClock() +wangdaye.com.geometricweather.R$drawable: int ic_play_store +com.xw.repo.bubbleseekbar.R$color: int abc_search_url_text_selected +com.turingtechnologies.materialscrollbar.R$color: int design_fab_shadow_start_color +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.Pollen getPollen() +retrofit2.RequestFactory$Builder: boolean gotField +okhttp3.EventListener: void connectEnd(okhttp3.Call,java.net.InetSocketAddress,java.net.Proxy,okhttp3.Protocol) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Weather +com.github.rahatarmanahmed.cpv.R$attr: int cpv_maxProgress +androidx.lifecycle.process.R +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_height +androidx.vectordrawable.R$style: int Widget_Compat_NotificationActionContainer +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_BottomSheet_Modal +com.google.android.material.R$attr: int customFloatValue +com.google.android.gms.base.R$id: int none +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_barrierMargin +android.didikee.donate.R$anim: int abc_slide_out_top +androidx.appcompat.R$attr: int actionLayout +com.google.android.material.datepicker.DateSelector +wangdaye.com.geometricweather.R$id: int container_main_daily_trend_card_subtitle +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: int unitArrayIndex +okhttp3.internal.http2.Hpack$Reader: Hpack$Reader(int,int,okio.Source) +androidx.constraintlayout.widget.R$drawable: int abc_text_select_handle_middle_mtrl_dark +com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemRippleColor +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_horizontalAlign +cyanogenmod.providers.CMSettings$Secure: java.lang.String WEATHER_PROVIDER_SERVICE +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ImageButton +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color: int Red +com.google.android.material.R$color: int material_on_surface_emphasis_high_type +androidx.customview.R$id: int text +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton +android.didikee.donate.R$style: int Animation_AppCompat_DropDownUp +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode +androidx.hilt.lifecycle.R$style: int Widget_Compat_NotificationActionContainer +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() +androidx.core.R$id: int tag_accessibility_pane_title +androidx.recyclerview.R$styleable: int GradientColor_android_tileMode +okio.Okio: okio.Sink sink(java.io.File) +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: io.reactivex.Observer downstream +com.jaredrummler.android.colorpicker.R$styleable: int[] TextAppearance +wangdaye.com.geometricweather.R$layout: int item_weather_daily_overview +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_min_width_major +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_typeface +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: void setAdaptiveWidthEnabled(boolean) +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedNoLast: void run() +wangdaye.com.geometricweather.db.entities.MinutelyEntity +androidx.transition.R$id: int notification_main_column +com.google.android.material.R$attr: int hintTextColor +retrofit2.KotlinExtensions$await$2$2: KotlinExtensions$await$2$2(kotlinx.coroutines.CancellableContinuation) +okio.RealBufferedSource$1 +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: boolean isIce() +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionButton_CloseMode +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String type +com.google.android.material.R$style: int ShapeAppearance_MaterialComponents +com.google.android.material.R$styleable: int MenuItem_alphabeticModifiers +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_alertDialogCenterButtons +androidx.appcompat.widget.Toolbar: Toolbar(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_SearchView_ActionBar +androidx.preference.R$dimen: int abc_alert_dialog_button_dimen +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_halfExpandedRatio +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_CompoundButton_Switch +james.adaptiveicon.R$styleable: int[] SwitchCompat +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog +io.reactivex.internal.subscriptions.DeferredScalarSubscription: int FUSED_EMPTY +androidx.preference.R$attr: int ratingBarStyleSmall +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: void cancel(io.reactivex.internal.queue.SpscLinkedArrayQueue,io.reactivex.internal.queue.SpscLinkedArrayQueue) +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver(io.reactivex.CompletableObserver,io.reactivex.functions.Function,boolean) +androidx.dynamicanimation.R$styleable: int GradientColorItem_android_offset +io.reactivex.internal.util.VolatileSizeArrayList +wangdaye.com.geometricweather.R$styleable: int BottomAppBar_elevation +androidx.appcompat.widget.AppCompatAutoCompleteTextView: void setBackgroundDrawable(android.graphics.drawable.Drawable) +com.jaredrummler.android.colorpicker.R$dimen: int abc_control_corner_material +androidx.appcompat.R$id: int async +cyanogenmod.app.Profile$ProfileTrigger: java.lang.String getName() +androidx.activity.R$attr: int fontVariationSettings +com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge +cyanogenmod.weather.CMWeatherManager: cyanogenmod.weather.IRequestInfoListener mRequestInfoListener +okhttp3.Cache$CacheRequestImpl$1: okhttp3.Cache$CacheRequestImpl this$1 +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_android_orientation +james.adaptiveicon.R$drawable: int abc_list_pressed_holo_light +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.HourlyEntity) +com.jaredrummler.android.colorpicker.R$drawable: int abc_scrubber_track_mtrl_alpha +wangdaye.com.geometricweather.common.basic.GeoViewModel: GeoViewModel(android.app.Application) +androidx.appcompat.R$drawable: int abc_popup_background_mtrl_mult +androidx.appcompat.R$styleable: int ActionBar_backgroundStacked +androidx.preference.R$styleable: int PreferenceFragment_allowDividerAfterLastItem +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorControlNormal +androidx.hilt.R$drawable +com.google.android.material.appbar.CollapsingToolbarLayout: int getExpandedTitleMarginStart() +androidx.recyclerview.widget.RecyclerView: void setItemAnimator(androidx.recyclerview.widget.RecyclerView$ItemAnimator) +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionButton_Overflow +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_SearchResult +cyanogenmod.app.LiveLockScreenInfo: LiveLockScreenInfo(android.content.ComponentName,int) +wangdaye.com.geometricweather.R$styleable: int MaterialButton_iconGravity +com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy[] values() +io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: void onComplete() +cyanogenmod.themes.ThemeManager: void requestThemeChange(java.lang.String,java.util.List) +com.google.android.material.floatingactionbutton.FloatingActionButton: android.graphics.drawable.Drawable getContentBackground() +androidx.preference.R$attr: int layout_dodgeInsetEdges +wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: int unitArrayIndex +retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder callFactory(okhttp3.Call$Factory) +com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu +com.google.android.material.slider.BaseSlider: void setTickActiveTintList(android.content.res.ColorStateList) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Maximum: java.lang.String Unit +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamily_fontProviderFetchTimeout +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_translationX +androidx.appcompat.R$id: int search_edit_frame +io.reactivex.internal.subscriptions.DeferredScalarSubscription: int CANCELLED +com.google.gson.LongSerializationPolicy$1: LongSerializationPolicy$1(java.lang.String,int) +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Display2 +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: boolean delayErrors +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents +james.adaptiveicon.R$attr: int alertDialogButtonGroupStyle +okio.RealBufferedSource: long readDecimalLong() +com.turingtechnologies.materialscrollbar.R$id: int action_container +com.google.android.material.R$styleable: int AppCompatTheme_windowNoTitle +androidx.appcompat.R$styleable: int AppCompatImageView_srcCompat +io.reactivex.Observable: io.reactivex.Observable observeOn(io.reactivex.Scheduler,boolean,int) +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: io.reactivex.internal.fuseable.SimplePlainQueue getOrCreateQueue() +wangdaye.com.geometricweather.common.ui.widgets.TagView: void setUncheckedBackgroundColor(int) +com.google.android.material.R$styleable: int Chip_shapeAppearanceOverlay +com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_color +james.adaptiveicon.R$style: R$style() +androidx.preference.R$attr: int track +androidx.recyclerview.widget.RecyclerView$LayoutManager$Properties: RecyclerView$LayoutManager$Properties() +com.google.android.material.floatingactionbutton.FloatingActionButton: void setBackgroundTintList(android.content.res.ColorStateList) +com.amap.api.location.AMapLocation: java.lang.String l(com.amap.api.location.AMapLocation,java.lang.String) +cyanogenmod.app.CustomTile$ExpandedItem$1 +cyanogenmod.themes.IThemeChangeListener$Stub: IThemeChangeListener$Stub() +androidx.lifecycle.ReportFragment: void dispatch(android.app.Activity,androidx.lifecycle.Lifecycle$Event) +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Temperature +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintBaseline_creator +com.jaredrummler.android.colorpicker.R$color: int material_grey_50 +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator +james.adaptiveicon.R$styleable: int ActionMode_background +androidx.appcompat.widget.SearchView: java.lang.CharSequence getQueryHint() +androidx.appcompat.widget.Toolbar: android.graphics.drawable.Drawable getNavigationIcon() +androidx.appcompat.resources.R$drawable: int notification_bg_normal +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property Daylight +okhttp3.internal.cache2.Relay: okio.Buffer upstreamBuffer +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: java.util.concurrent.atomic.AtomicLong requested +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: java.lang.String uvIndex +com.google.android.material.R$attr: int checkedIcon +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_menu_cut_mtrl_alpha +cyanogenmod.app.Profile: java.util.Map profileGroups +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_25 +com.github.rahatarmanahmed.cpv.R$attr: R$attr() +okio.RealBufferedSource: short readShortLe() +com.turingtechnologies.materialscrollbar.R$id: int action_bar_subtitle +androidx.constraintlayout.utils.widget.MockView: MockView(android.content.Context) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date sunSetDate +com.jaredrummler.android.colorpicker.R$attr: int contentInsetRight +okhttp3.ConnectionPool +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver +com.xw.repo.bubbleseekbar.R$bool: int abc_action_bar_embed_tabs +androidx.hilt.lifecycle.R$layout: R$layout() +wangdaye.com.geometricweather.R$id: int ratio +org.greenrobot.greendao.database.DatabaseOpenHelper: void setLoadSQLCipherNativeLibs(boolean) +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void error(java.lang.Throwable) +wangdaye.com.geometricweather.R$attr: int themeLineHeight +com.google.android.gms.base.R$color +androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: void setBackgroundResource(int) +android.didikee.donate.R$attr: int thickness +com.amap.api.location.LocationManagerBase: void enableBackgroundLocation(int,android.app.Notification) +wangdaye.com.geometricweather.R$attr: int tabMaxWidth +io.reactivex.Observable: io.reactivex.Observable distinctUntilChanged() +wangdaye.com.geometricweather.R$id: int async +wangdaye.com.geometricweather.R$string: int wind_11 +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: android.os.IBinder asBinder() +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_homeAsUpIndicator +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: java.lang.String LocalizedName +james.adaptiveicon.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar +com.jaredrummler.android.colorpicker.R$style: int PreferenceFragment_Material +wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: HourlyTrendItemView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$animator: int weather_haze_1 +cyanogenmod.weather.WeatherInfo: int mWindSpeedUnit +com.google.android.material.chip.Chip: android.graphics.RectF getCloseIconTouchBounds() +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Body2 +com.jaredrummler.android.colorpicker.ColorPanelView: ColorPanelView(android.content.Context,android.util.AttributeSet,int) +androidx.constraintlayout.widget.ConstraintLayout: void setMinWidth(int) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWindSpeed +cyanogenmod.app.suggest.IAppSuggestProvider$Stub: int TRANSACTION_handles_0 +com.google.android.material.R$dimen: int mtrl_btn_padding_left +com.google.android.material.R$styleable: int MaterialTextView_lineHeight +wangdaye.com.geometricweather.R$attr: int bsb_thumb_radius +wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.DailyEntity,long) +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_toBottomOf +cyanogenmod.app.ThemeVersion$ComponentVersion: int minVersion +io.reactivex.internal.observers.LambdaObserver: void onError(java.lang.Throwable) +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_orderInCategory +androidx.preference.R$attr: int dropdownPreferenceStyle +androidx.appcompat.view.menu.ExpandedMenuView: ExpandedMenuView(android.content.Context,android.util.AttributeSet,int) +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_21 +androidx.appcompat.R$attr: int srcCompat +androidx.swiperefreshlayout.R$styleable: int[] FontFamilyFont +okhttp3.internal.Internal: okhttp3.internal.Internal instance +androidx.appcompat.widget.SwitchCompat: boolean getTargetCheckedState() +com.jaredrummler.android.colorpicker.R$drawable: int notification_template_icon_low_bg +io.reactivex.Observable: io.reactivex.Observable timeout(long,java.util.concurrent.TimeUnit) +retrofit2.RequestFactory$Builder: java.lang.annotation.Annotation[] methodAnnotations +androidx.legacy.coreutils.R$color: int secondary_text_default_material_light +wangdaye.com.geometricweather.R$attr: int strokeWidth +okhttp3.ConnectionSpec$Builder: boolean tls +wangdaye.com.geometricweather.R$array: int clock_font_values +androidx.appcompat.view.menu.ListMenuItemView: ListMenuItemView(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.widget.R$color: int abc_primary_text_material_light +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_30 +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_icon_1 +james.adaptiveicon.R$string: int abc_searchview_description_voice +androidx.constraintlayout.widget.R$drawable: int abc_cab_background_internal_bg +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_expandedOffset +androidx.constraintlayout.widget.R$attr: int spinnerStyle +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub: cyanogenmod.weatherservice.IWeatherProviderServiceClient asInterface(android.os.IBinder) +wangdaye.com.geometricweather.db.entities.LocationEntity: void setCityId(java.lang.String) +wangdaye.com.geometricweather.R$dimen: int design_fab_size_mini +com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_check_material +com.amap.api.location.AMapLocationClientOption$GeoLanguage: com.amap.api.location.AMapLocationClientOption$GeoLanguage DEFAULT +wangdaye.com.geometricweather.R$animator: int weather_wind_1 +wangdaye.com.geometricweather.R$styleable: int ActionBar_homeLayout +com.google.android.material.R$styleable: int MaterialTextAppearance_lineHeight +james.adaptiveicon.R$layout: int select_dialog_singlechoice_material +com.turingtechnologies.materialscrollbar.R$id: int search_voice_btn +com.google.android.material.R$attr: int singleChoiceItemLayout +com.amap.api.location.AMapLocationClientOption: boolean f +com.google.android.material.R$drawable: int notification_action_background +androidx.appcompat.widget.AppCompatImageButton: void setImageResource(int) +james.adaptiveicon.R$styleable: int[] ActionBar +okhttp3.internal.Util: java.nio.charset.Charset UTF_16_BE +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_15 +okhttp3.Cache$CacheResponseBody: java.lang.String contentType +cyanogenmod.profiles.RingModeSettings: void readFromParcel(android.os.Parcel) +com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_windowAnimationStyle +com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleMargin +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: java.lang.String getValue() +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_maxHeight +io.reactivex.internal.util.EmptyComponent: void onSubscribe(org.reactivestreams.Subscription) +com.google.android.material.R$id: int search_plate +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_android_focusable +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: boolean IsDayTime +wangdaye.com.geometricweather.R$attr: int daySelectedStyle +com.google.android.material.R$styleable: int TextInputLayout_boxCollapsedPaddingTop +com.google.android.material.R$id: int text2 +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$2: void run() +io.reactivex.internal.observers.DeferredScalarDisposable: void error(java.lang.Throwable) +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getGrassLevel() +cyanogenmod.themes.ThemeManager: boolean processThemeResources(java.lang.String) +com.google.android.material.R$styleable: int[] RecycleListView +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: FlowableOnBackpressureLatest$BackpressureLatestSubscriber(org.reactivestreams.Subscriber) +com.google.android.material.R$id: int month_navigation_bar +androidx.loader.R$dimen: int notification_right_icon_size +androidx.constraintlayout.widget.R$attr: int layout_constraintCircleRadius +okhttp3.internal.http2.Http2Reader: void readRstStream(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void removeFirst() +com.google.android.material.R$id: int mtrl_calendar_text_input_frame +com.jaredrummler.android.colorpicker.R$attr: int windowActionBarOverlay +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial: double Value +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.lang.Integer rainHazard3h +wangdaye.com.geometricweather.R$id: int notification_big_week_3 +wangdaye.com.geometricweather.R$animator: int weather_fog_1 +android.didikee.donate.R$style: int Widget_AppCompat_PopupMenu_Overflow +androidx.work.R$id: int action_text +james.adaptiveicon.R$string: int status_bar_notification_info_overflow +wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: AbsTrendItemView(android.content.Context,android.util.AttributeSet,int) +retrofit2.adapter.rxjava2.Result: retrofit2.adapter.rxjava2.Result response(retrofit2.Response) +com.google.android.material.R$attr: int actionBarTabTextStyle +androidx.constraintlayout.widget.R$drawable: int abc_list_longpressed_holo +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: ILiveLockScreenManager$Stub$Proxy(android.os.IBinder) +cyanogenmod.weather.WeatherInfo: WeatherInfo(android.os.Parcel,cyanogenmod.weather.WeatherInfo$1) +androidx.constraintlayout.widget.R$styleable: int StateListDrawable_android_exitFadeDuration +okhttp3.Interceptor$Chain: okhttp3.Interceptor$Chain withWriteTimeout(int,java.util.concurrent.TimeUnit) +okio.SegmentedByteString: SegmentedByteString(okio.Buffer,int) +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light_Dialog_Alert +wangdaye.com.geometricweather.db.entities.MinutelyEntity: int minuteInterval +androidx.viewpager.R$id: int chronometer +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Display1 +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHorizontal_weight +com.turingtechnologies.materialscrollbar.R$attr: int switchTextAppearance +androidx.legacy.coreutils.R$drawable: int notification_action_background +wangdaye.com.geometricweather.R$string: int settings_summary_unit +androidx.appcompat.widget.ActionBarContainer: void setTransitioning(boolean) +android.didikee.donate.R$dimen: int abc_dialog_list_padding_top_no_title +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat +okio.HashingSink: void write(okio.Buffer,long) +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowMinWidthMajor +okhttp3.internal.http2.Huffman: byte[] decode(byte[]) +retrofit2.Invocation: java.lang.reflect.Method method() +cyanogenmod.externalviews.IExternalViewProvider: void onStop() +cyanogenmod.alarmclock.ClockContract$AlarmsColumns: java.lang.String DELETE_AFTER_USE +wangdaye.com.geometricweather.R$attr: int layout_goneMarginEnd +androidx.constraintlayout.widget.R$attr: int maxAcceleration +okhttp3.CacheControl: java.lang.String headerValue +androidx.customview.R$styleable: int GradientColor_android_centerColor +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: boolean delayErrors +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation: MfHistoryResult$History$Precipitation() +com.jaredrummler.android.colorpicker.R$drawable: int abc_list_selector_disabled_holo_dark +wangdaye.com.geometricweather.R$string: int feedback_request_location_permission_failed +androidx.appcompat.R$layout: int abc_screen_content_include +wangdaye.com.geometricweather.R$styleable: int MaterialButtonToggleGroup_checkedButton +androidx.constraintlayout.widget.R$attr: int motionDebug +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_12 +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: void drain() +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType TransactionCallable +wangdaye.com.geometricweather.R$attr: int summaryOff +androidx.vectordrawable.R$id: int accessibility_custom_action_6 +androidx.constraintlayout.widget.R$style: int TextAppearance_Compat_Notification_Title +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void dispose() +android.didikee.donate.R$attr: int drawableSize +okhttp3.HttpUrl: java.lang.String QUERY_COMPONENT_ENCODE_SET +retrofit2.http.FieldMap: boolean encoded() +com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_gradientRadius +io.reactivex.Observable: io.reactivex.Observable timeInterval(io.reactivex.Scheduler) +androidx.cardview.R$style: int Base_CardView +androidx.appcompat.R$id: int text +androidx.dynamicanimation.R$id: int async +com.google.android.material.textfield.TextInputEditText: java.lang.CharSequence getHintFromLayout() +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_SearchView +retrofit2.Utils$ParameterizedTypeImpl: java.lang.String toString() +wangdaye.com.geometricweather.R$color: int colorLine_dark +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial Imperial +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +androidx.viewpager2.R$id: int accessibility_custom_action_18 +androidx.customview.R$string: R$string() +com.google.android.material.R$attr: int constraint_referenced_ids +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_editor_absoluteX +androidx.hilt.work.R$integer: int status_bar_notification_info_maxnum +com.google.android.material.button.MaterialButton: void setIconPadding(int) +androidx.hilt.work.R$styleable +com.turingtechnologies.materialscrollbar.R$id: int decor_content_parent +wangdaye.com.geometricweather.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha +io.reactivex.Observable: java.lang.Iterable blockingMostRecent(java.lang.Object) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum: double Value +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property Temperature +androidx.work.R$bool: int enable_system_foreground_service_default +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle +wangdaye.com.geometricweather.R$dimen: int mtrl_slider_thumb_elevation +com.google.android.material.R$style: int TestStyleWithThemeLineHeightAttribute +cyanogenmod.power.PerformanceManager: cyanogenmod.power.IPerformanceManager getService() +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_verticalAlign +wangdaye.com.geometricweather.R$id: int star_container +wangdaye.com.geometricweather.R$string: int content_des_drag_flag +wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemTextAppearanceInactive +androidx.appcompat.widget.ActionBarOverlayLayout: void setUiOptions(int) +okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner: AndroidPlatform$AndroidCertificateChainCleaner(java.lang.Object,java.lang.reflect.Method) +wangdaye.com.geometricweather.R$color: int colorTextSubtitle_light +wangdaye.com.geometricweather.R$id: int textSpacerNoButtons +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_commit_search_api_mtrl_alpha +james.adaptiveicon.R$attr: int closeIcon +james.adaptiveicon.R$color: int bright_foreground_material_dark +com.turingtechnologies.materialscrollbar.R$attr: int strokeColor +okhttp3.logging.LoggingEventListener$Factory: LoggingEventListener$Factory(okhttp3.logging.HttpLoggingInterceptor$Logger) +james.adaptiveicon.R$style: int Platform_V25_AppCompat +cyanogenmod.power.PerformanceManager: PerformanceManager(android.content.Context) +cyanogenmod.app.CustomTile$Builder: android.app.PendingIntent mDeleteIntent +androidx.viewpager2.R$string +wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout: void setRootColor(int) +io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: io.reactivex.internal.disposables.SequentialDisposable sd +androidx.constraintlayout.widget.R$drawable: int notification_action_background +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup +wangdaye.com.geometricweather.R$attr: int itemShapeInsetTop +com.google.android.material.R$string: int mtrl_picker_text_input_year_abbr +wangdaye.com.geometricweather.common.basic.models.Location +io.reactivex.Observable: io.reactivex.Observable onErrorReturnItem(java.lang.Object) +okhttp3.ConnectionPool: ConnectionPool(int,long,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginBottom +james.adaptiveicon.R$drawable: int abc_text_select_handle_left_mtrl_dark +com.google.android.material.R$style: int Base_Widget_AppCompat_CompoundButton_Switch +wangdaye.com.geometricweather.R$attr: int paddingRightSystemWindowInsets +com.google.android.material.R$layout: int abc_action_bar_up_container +androidx.activity.R$id: int accessibility_custom_action_29 +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse +cyanogenmod.profiles.ConnectionSettings: void setOverride(boolean) +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: io.reactivex.Observer downstream +android.didikee.donate.R$id: int action_image +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property TreeIndex +com.google.android.material.R$styleable: int AppCompatTheme_editTextBackground +cyanogenmod.app.StatusBarPanelCustomTile$1: java.lang.Object createFromParcel(android.os.Parcel) +androidx.preference.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar +okio.HashingSource: okio.HashingSource hmacSha1(okio.Source,okio.ByteString) +com.google.android.material.R$styleable: int TabLayout_tabIndicatorColor +wangdaye.com.geometricweather.R$styleable: int Chip_android_textAppearance +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: long serialVersionUID +com.google.android.material.R$attr: int useMaterialThemeColors +wangdaye.com.geometricweather.R$id: int material_timepicker_container +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Dialog +wangdaye.com.geometricweather.R$styleable: int Constraint_constraint_referenced_ids +com.google.android.material.R$styleable: int TabLayout_tabIconTintMode +wangdaye.com.geometricweather.R$styleable: int Chip_chipStrokeWidth +androidx.constraintlayout.widget.Barrier: void setAllowsGoneWidget(boolean) +androidx.preference.R$styleable: int GradientColor_android_startX +okhttp3.OkHttpClient: okhttp3.ConnectionPool connectionPool +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_registerThemeProcessingListener +com.google.android.material.R$dimen: int mtrl_extended_fab_elevation +wangdaye.com.geometricweather.R$styleable: int Slider_thumbStrokeWidth +androidx.appcompat.resources.R$dimen: int compat_control_corner_material +wangdaye.com.geometricweather.R$id: int widget_remote_progress +wangdaye.com.geometricweather.R$attr: int titleMarginStart +james.adaptiveicon.R$style: int Widget_AppCompat_Toolbar_Button_Navigation +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void innerNext(java.lang.Object) +james.adaptiveicon.R$styleable: int LinearLayoutCompat_android_baselineAligned +com.turingtechnologies.materialscrollbar.R$attr: int chipIconEnabled +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_NULL_SHA +retrofit2.HttpServiceMethod$SuspendForBody: retrofit2.CallAdapter callAdapter +cyanogenmod.externalviews.ExternalView: void onActivityDestroyed(android.app.Activity) +androidx.room.MultiInstanceInvalidationService: MultiInstanceInvalidationService() +androidx.preference.R$id: int search_go_btn +wangdaye.com.geometricweather.R$attr: int textAppearanceHeadline5 +androidx.hilt.R$styleable: int FontFamilyFont_fontWeight +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption$GeoLanguage getGeoLanguage() +james.adaptiveicon.R$id: int search_mag_icon +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog +androidx.preference.R$drawable: int notification_bg +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_CollapsingToolbar +androidx.appcompat.widget.ActionBarOverlayLayout: void setActionBarVisibilityCallback(androidx.appcompat.widget.ActionBarOverlayLayout$ActionBarVisibilityCallback) +okhttp3.internal.http1.Http1Codec: void writeRequest(okhttp3.Headers,java.lang.String) +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken END_ARRAY +com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat_Light +com.bumptech.glide.MemoryCategory: com.bumptech.glide.MemoryCategory NORMAL +io.reactivex.Observable: io.reactivex.Observable groupBy(io.reactivex.functions.Function,io.reactivex.functions.Function) +androidx.preference.R$attr: int panelMenuListWidth +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean sunRiseSet +james.adaptiveicon.R$attr: int elevation +okhttp3.internal.http2.Http2Stream: void receiveHeaders(java.util.List) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: AccuCurrentResult() +androidx.activity.R$drawable: int notify_panel_notification_icon_bg +okio.Pipe$PipeSource: void close() +com.google.android.material.R$styleable: int Constraint_layout_constraintWidth_max wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory create(javax.inject.Provider,javax.inject.Provider) -com.google.android.material.R$attr: int headerLayout -com.google.android.material.R$dimen: int abc_dialog_list_padding_top_no_title -wangdaye.com.geometricweather.R$layout: int widget_day_week_symmetry -com.google.android.material.R$attr: int backgroundTint -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getAqiText() -androidx.appcompat.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable -okio.ByteString: java.lang.String string(java.nio.charset.Charset) -cyanogenmod.app.ThemeVersion$ComponentVersion: ThemeVersion$ComponentVersion(cyanogenmod.app.ThemeVersion$ComponentVersion) -james.adaptiveicon.R$attr: int fontProviderPackage -com.xw.repo.bubbleseekbar.R$styleable: int Spinner_popupTheme -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView: int getMarginTop() -wangdaye.com.geometricweather.R$id: int widget_trend_daily_item_2 -com.google.android.material.R$attr: int dragThreshold -com.amap.api.location.AMapLocationListener -com.google.android.material.R$style: int TextAppearance_AppCompat_Small -cyanogenmod.hardware.CMHardwareManager: int FEATURE_DISPLAY_COLOR_CALIBRATION -com.turingtechnologies.materialscrollbar.R$drawable: int notify_panel_notification_icon_bg -com.bumptech.glide.integration.okhttp3.OkHttpGlideModule -wangdaye.com.geometricweather.R$dimen: int abc_action_bar_content_inset_material -com.google.android.material.R$attr: int number -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxCollapsedPaddingTop -wangdaye.com.geometricweather.R$color: int colorLevel_3 -com.jaredrummler.android.colorpicker.R$attr: int windowMinWidthMinor +androidx.constraintlayout.widget.R$attr: R$attr() +android.didikee.donate.R$attr: int collapseContentDescription +com.google.android.material.internal.NavigationMenuItemView: void setChecked(boolean) +androidx.transition.R$style: int Widget_Compat_NotificationActionText +androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType FLOAT_TYPE +com.bumptech.glide.Registry$NoSourceEncoderAvailableException +com.jaredrummler.android.colorpicker.R$drawable: int tooltip_frame_light +androidx.work.impl.background.systemjob.SystemJobService +cyanogenmod.app.IPartnerInterface$Stub: java.lang.String DESCRIPTOR +com.google.android.material.R$id: int action_menu_divider +androidx.constraintlayout.widget.R$color: int background_floating_material_dark +androidx.appcompat.R$drawable: int abc_list_focused_holo +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem +wangdaye.com.geometricweather.R$dimen: int highlight_alpha_material_dark +com.google.android.material.R$dimen: int design_bottom_navigation_active_text_size +wangdaye.com.geometricweather.R$dimen: int abc_action_bar_default_padding_end_material +androidx.appcompat.R$style: int Base_V22_Theme_AppCompat_Light +androidx.appcompat.R$drawable: int abc_ic_menu_share_mtrl_alpha +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean getForecastDaily() +cyanogenmod.app.ProfileGroup: void setRingerMode(cyanogenmod.app.ProfileGroup$Mode) +io.reactivex.Observable: io.reactivex.Observable ambWith(io.reactivex.ObservableSource) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: java.lang.String getLogo() +com.google.android.material.R$styleable: int CardView_cardUseCompatPadding +wangdaye.com.geometricweather.R$drawable: int googleg_disabled_color_18 +cyanogenmod.app.CustomTile$RemoteExpandedStyle: void setRemoteViews(android.widget.RemoteViews) +androidx.transition.R$dimen: int notification_action_icon_size +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_display_3_material +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_shapeAppearance +androidx.appcompat.R$dimen: int abc_config_prefDialogWidth +androidx.lifecycle.CompositeGeneratedAdaptersObserver: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) +cyanogenmod.app.CMContextConstants$Features +wangdaye.com.geometricweather.R$drawable: int notif_temp_100 +com.github.rahatarmanahmed.cpv.BuildConfig: boolean DEBUG +wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_colorPresets +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$1: KeyguardExternalViewProviderService$Provider$ProviderImpl$1(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) +androidx.preference.R$styleable: int GradientColorItem_android_color +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_button_material +com.jaredrummler.android.colorpicker.R$styleable: int[] ColorPreference +okhttp3.internal.http2.Http2: okio.ByteString CONNECTION_PREFACE +androidx.appcompat.R$id: int action_menu_presenter +wangdaye.com.geometricweather.R$drawable: int notif_temp_66 +wangdaye.com.geometricweather.R$drawable: int notif_temp_60 +androidx.coordinatorlayout.R$id: int accessibility_custom_action_30 +androidx.preference.R$attr: int maxHeight +cyanogenmod.alarmclock.ClockContract$InstancesColumns: int FIRED_STATE +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: java.lang.Object v1 +james.adaptiveicon.R$color: int abc_background_cache_hint_selector_material_dark +com.google.android.material.R$attr: int yearTodayStyle +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_horizontalAlign +com.google.android.material.slider.BaseSlider$SliderState +wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_android_switchTextOff +cyanogenmod.providers.CMSettings$System: boolean putInt(android.content.ContentResolver,java.lang.String,int) +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: io.reactivex.Scheduler scheduler +okhttp3.MultipartBody$Part: okhttp3.MultipartBody$Part create(okhttp3.Headers,okhttp3.RequestBody) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeCloseDrawable +com.xw.repo.bubbleseekbar.R$color: int material_grey_900 +io.reactivex.internal.util.AtomicThrowable: AtomicThrowable() +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Integer dewPoint +androidx.preference.R$style: int Base_Widget_AppCompat_SearchView +james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarDivider +james.adaptiveicon.R$attr: int buttonStyle +com.jaredrummler.android.colorpicker.R$styleable: int Spinner_android_entries +com.google.android.material.R$styleable: int KeyPosition_percentWidth +io.reactivex.internal.functions.Functions$HashSetCallable +androidx.constraintlayout.widget.R$dimen: int abc_text_size_medium_material +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_passwordToggleTint +wangdaye.com.geometricweather.R$drawable: int shortcuts_haze +com.google.android.material.textfield.TextInputLayout: void setError(java.lang.CharSequence) +com.github.rahatarmanahmed.cpv.CircularProgressView: float actualProgress +com.google.android.material.R$styleable: int Tooltip_android_padding +androidx.hilt.R$styleable: int Fragment_android_tag +wangdaye.com.geometricweather.R$style: int Animation_Design_BottomSheetDialog +james.adaptiveicon.R$layout: int abc_list_menu_item_layout +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ListPopupWindow +com.turingtechnologies.materialscrollbar.R$attr: int maxImageSize +com.xw.repo.bubbleseekbar.R$attr: int autoSizeMinTextSize +androidx.work.impl.utils.futures.AbstractFuture$Failure$1: AbstractFuture$Failure$1(java.lang.String) +com.turingtechnologies.materialscrollbar.R$attr: int actionModeBackground +androidx.legacy.coreutils.R$layout: int notification_template_custom_big +androidx.appcompat.R$color: int material_grey_850 +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean access$602(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl,boolean) +wangdaye.com.geometricweather.background.receiver.widget.WidgetWeekProvider +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Bridge +com.google.android.material.R$bool +wangdaye.com.geometricweather.R$attr: int orderingFromXml +androidx.appcompat.resources.R$id: int accessibility_custom_action_24 +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_elevation +okhttp3.internal.Internal +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_77 +wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableTransition_android_fromId +com.turingtechnologies.materialscrollbar.R$drawable: int abc_textfield_search_activated_mtrl_alpha +james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft +wangdaye.com.geometricweather.R$style: int widget_progress +james.adaptiveicon.R$dimen: int abc_action_button_min_width_overflow_material +androidx.work.Worker: Worker(android.content.Context,androidx.work.WorkerParameters) +wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.String TABLENAME +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamily_fontProviderPackage +com.bumptech.glide.R$attr: int layout_anchor +com.amap.api.location.AMapLocation: int ERROR_CODE_SERVICE_FAIL +com.google.android.material.R$styleable: int AppCompatTheme_actionModeBackground +okhttp3.OkHttpClient: java.util.List protocols() +com.bumptech.glide.R$id: int start +android.didikee.donate.R$layout: int select_dialog_singlechoice_material +androidx.preference.R$attr: int drawableTint +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_DarkActionBar_Bridge +wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: int getIconSize() +wangdaye.com.geometricweather.R$font: int product_sans_medium_italic +androidx.constraintlayout.widget.R$styleable: int ActionBar_homeAsUpIndicator +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionMenuTextColor +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeTotalPrecipitationDuration() +com.amap.api.location.DPoint: void setLongitude(double) +cyanogenmod.content.Intent +okhttp3.Request +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: int getPrecipitationColor(android.content.Context) +androidx.appcompat.R$id: int add +androidx.preference.R$styleable: int AppCompatTheme_actionModeCutDrawable +wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTodayForecastUpdateService +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void goAway(int,okhttp3.internal.http2.ErrorCode,okio.ByteString) +com.xw.repo.bubbleseekbar.R$attr: int displayOptions +cyanogenmod.app.Profile$ExpandedDesktopMode: int DEFAULT +androidx.preference.R$dimen: int notification_right_icon_size +com.google.android.material.R$color: int abc_color_highlight_material +androidx.constraintlayout.widget.R$styleable: int MenuItem_showAsAction +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_109 +retrofit2.HttpServiceMethod$CallAdapted: java.lang.Object adapt(retrofit2.Call,java.lang.Object[]) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property Date +com.google.android.material.R$style: int TextAppearance_Design_Tab +androidx.appcompat.R$styleable: int Toolbar_contentInsetEndWithActions +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_scaleX +androidx.customview.R$styleable: int GradientColor_android_centerY +androidx.vectordrawable.R$style: int Widget_Compat_NotificationActionText +com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat_Dialog +androidx.vectordrawable.R$styleable: int[] FontFamily +androidx.appcompat.resources.R$id: int dialog_button +wangdaye.com.geometricweather.R$styleable: int PreferenceFragment_android_dividerHeight +com.xw.repo.bubbleseekbar.R$anim +com.google.android.material.R$attr: int titleTextColor +com.amap.api.location.AMapLocationClientOption: long getInterval() +androidx.preference.R$styleable: int MenuItem_android_checkable +wangdaye.com.geometricweather.R$attr: int maxHeight +wangdaye.com.geometricweather.R$string: int week_4 +wangdaye.com.geometricweather.R$drawable: int widget_card_light_60 +wangdaye.com.geometricweather.R$id: int standard +com.google.android.material.R$color: int primary_material_light +androidx.appcompat.R$attr: int layout +wangdaye.com.geometricweather.R$styleable: int[] ViewBackgroundHelper +com.turingtechnologies.materialscrollbar.R$styleable: int ViewStubCompat_android_inflatedId +okio.Buffer: okio.Buffer write(byte[],int,int) +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.String cityId +androidx.appcompat.R$attr: int activityChooserViewStyle +androidx.lifecycle.extensions.R$styleable: int FontFamily_fontProviderCerts +cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: android.os.IBinder mRemote +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getRealFeelTemperature(android.content.Context,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) +androidx.appcompat.app.AppCompatDelegateImpl$ListMenuDecorView +androidx.vectordrawable.animated.R$id: int text +retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: boolean terminated +retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: io.reactivex.Observer observer +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_DialogWindowTitle_AppCompat +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode +com.google.android.material.datepicker.MaterialCalendar$CalendarSelector: com.google.android.material.datepicker.MaterialCalendar$CalendarSelector DAY +okhttp3.internal.http.RealInterceptorChain: okhttp3.Request request() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_alertDialogTheme +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu +androidx.constraintlayout.widget.R$attr: int buttonBarNeutralButtonStyle +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarTheme +wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_8 +com.xw.repo.bubbleseekbar.R$attr: int paddingBottomNoButtons +org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.DatabaseOpenHelper$EncryptedHelper checkEncryptedHelper() +io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.functions.Function) +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Display3 +androidx.recyclerview.R$id: int accessibility_custom_action_8 +io.reactivex.Observable: io.reactivex.Observable flatMapMaybe(io.reactivex.functions.Function,boolean) +com.turingtechnologies.materialscrollbar.R$attr: int msb_handleColor +cyanogenmod.alarmclock.ClockContract$AlarmsColumns: java.lang.String DAYS_OF_WEEK +androidx.lifecycle.extensions.R$styleable: int GradientColor_android_tileMode +wangdaye.com.geometricweather.R$drawable: int btn_checkbox_unchecked_to_checked_mtrl_animation +okio.Buffer: int REPLACEMENT_CHARACTER +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setTextColor(int) +com.google.android.material.R$styleable: int Toolbar_android_minHeight +okhttp3.internal.http2.Http2: Http2() +androidx.preference.R$styleable: int SwitchCompat_switchPadding +okhttp3.internal.publicsuffix.PublicSuffixDatabase: void setListBytes(byte[],byte[]) +androidx.dynamicanimation.R$dimen: int notification_large_icon_width +com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse +androidx.constraintlayout.widget.R$attr: int layout_constraintWidth_percent +com.google.android.material.progressindicator.ProgressIndicator: int getIndicatorType() +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setTextAppearanceInactive(int) +androidx.fragment.R$id: int accessibility_custom_action_28 +okhttp3.internal.http2.Http2Stream$StreamTimeout: Http2Stream$StreamTimeout(okhttp3.internal.http2.Http2Stream) +io.reactivex.internal.disposables.DisposableHelper: io.reactivex.internal.disposables.DisposableHelper valueOf(java.lang.String) +androidx.work.R$drawable: R$drawable() +wangdaye.com.geometricweather.R$id: int activity_widget_config_hideLunarContainer +com.turingtechnologies.materialscrollbar.R$styleable: int MenuGroup_android_enabled +wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_drawableLeft +wangdaye.com.geometricweather.R$string: int key_widget_clock_day_details +okhttp3.HttpUrl: java.lang.String password +com.google.android.material.R$attr: int behavior_saveFlags +retrofit2.ParameterHandler$Query: java.lang.String name +io.reactivex.internal.subscriptions.SubscriptionArbiter: void produced(long) +androidx.constraintlayout.widget.R$color: int material_blue_grey_900 +androidx.appcompat.R$attr: int actionBarPopupTheme +com.google.android.material.R$attr: int textAppearanceSubtitle2 +okhttp3.MultipartBody$Part: okhttp3.MultipartBody$Part create(okhttp3.RequestBody) +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.String weatherText +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorContentDescription +com.bumptech.glide.R$drawable: int notification_bg_normal +retrofit2.ParameterHandler$Field: retrofit2.Converter valueConverter +com.bumptech.glide.integration.okhttp.R$attr: int layout_behavior +cyanogenmod.providers.DataUsageContract: java.lang.String CONTENT_TYPE +wangdaye.com.geometricweather.R$id: int on +androidx.appcompat.resources.R$attr: int fontProviderPackage +okio.Buffer: okio.ByteString hmacSha1(okio.ByteString) +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_alphabeticModifiers +com.google.android.material.R$id: int cos +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain: java.lang.Float cumul6H +wangdaye.com.geometricweather.R$attr: int textAllCaps +okio.Source: okio.Timeout timeout() +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_updateProfile +james.adaptiveicon.R$anim: int abc_slide_in_top +com.google.android.material.R$dimen: int item_touch_helper_max_drag_scroll_per_frame +io.reactivex.internal.operators.observable.ObservableGroupBy$State: boolean isDisposed() +com.jaredrummler.android.colorpicker.R$attr: int layout_anchorGravity +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_111 +wangdaye.com.geometricweather.R$attr: int collapsedTitleGravity +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_height +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_pressedTranslationZ +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_2_30 +androidx.customview.R$styleable: int GradientColor_android_tileMode +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title +androidx.hilt.R$id: int accessibility_custom_action_17 +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.util.Date getDate() +okhttp3.internal.ws.RealWebSocket: int receivedPongCount +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintVertical_bias +com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setLabelVisibilityMode(int) +cyanogenmod.weather.WeatherInfo: boolean isValidWeatherCode(int) +androidx.lifecycle.process.R: R() +android.didikee.donate.R$attr: int dividerPadding +wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_handleColor +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_marginBottom +androidx.drawerlayout.R$color: R$color() +wangdaye.com.geometricweather.R$attr: int behavior_skipCollapsed +androidx.viewpager.R$id: int async +com.google.android.material.R$styleable: int ImageFilterView_round +com.xw.repo.bubbleseekbar.R$attr: int actionBarDivider +wangdaye.com.geometricweather.R$styleable: int[] StateListDrawableItem +androidx.appcompat.R$style: int TextAppearance_AppCompat_Title_Inverse +androidx.constraintlayout.widget.R$drawable: int abc_btn_check_material_anim +okhttp3.Request$Builder: okhttp3.Request$Builder delete() +wangdaye.com.geometricweather.R$layout: int design_layout_snackbar_include +io.reactivex.Observable: io.reactivex.Single reduce(java.lang.Object,io.reactivex.functions.BiFunction) +wangdaye.com.geometricweather.R$id: int seekbar_value +cyanogenmod.hardware.CMHardwareManager: int getVibratorWarningIntensity() +wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree daytimeWindDegree +android.didikee.donate.R$color +okhttp3.internal.cache.DiskLruCache: int redundantOpCount +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void dispose() +com.google.android.material.R$dimen: int mtrl_progress_indicator_full_rounded_corner_radius +androidx.preference.R$color: int foreground_material_light +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless +androidx.constraintlayout.widget.R$attr: int colorPrimary +cyanogenmod.app.BaseLiveLockManagerService: void enforceSamePackageOrSystem(java.lang.String,cyanogenmod.app.LiveLockScreenInfo) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeTotalPrecipitationProbability +androidx.preference.R$styleable: int ButtonBarLayout_allowStacking +wangdaye.com.geometricweather.R$styleable: int[] Motion +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_fontVariationSettings +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarTabTextStyle +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_android_textOff +okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level BODY +com.google.android.material.R$attr: int backgroundStacked +com.google.android.material.internal.FlowLayout: int getItemSpacing() +com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_singleSelection +okhttp3.Headers$Builder +androidx.activity.R$id: int accessibility_action_clickable_span +wangdaye.com.geometricweather.R$drawable: int selectable_item_background +james.adaptiveicon.R$drawable: int notification_bg_low_pressed +cyanogenmod.platform.Manifest$permission: java.lang.String ACCESS_THEME_MANAGER +okhttp3.HttpUrl$Builder +androidx.lifecycle.Transformations$2$1: void onChanged(java.lang.Object) +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex yesterday +wangdaye.com.geometricweather.R$attr: int chipBackgroundColor +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_waveShape +androidx.hilt.work.R$id: int accessibility_custom_action_26 +com.turingtechnologies.materialscrollbar.R$id: int snackbar_action +com.google.gson.stream.JsonReader: com.google.gson.stream.JsonToken peek() +okio.GzipSource: void consumeHeader() +cyanogenmod.providers.CMSettings$System: java.lang.String NAVIGATION_BAR_MENU_ARROW_KEYS +androidx.dynamicanimation.R$dimen: int compat_control_corner_material +androidx.appcompat.R$styleable: int AppCompatTheme_windowActionBar +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: void onComplete() +com.google.android.material.R$styleable: int MenuItem_iconTintMode +androidx.constraintlayout.widget.R$dimen: int abc_dialog_min_width_major +androidx.dynamicanimation.R$id: int notification_main_column_container +james.adaptiveicon.R$styleable: int AppCompatTheme_actionButtonStyle +cyanogenmod.app.ProfileManager: void resetAll() +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: ParallelRunOn$BaseRunOnSubscriber(int,io.reactivex.internal.queue.SpscArrayQueue,io.reactivex.Scheduler$Worker) +com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_paddingBottomSystemWindowInsets +androidx.transition.R$styleable: int[] ColorStateListItem +cyanogenmod.app.IProfileManager: void updateProfile(cyanogenmod.app.Profile) +wangdaye.com.geometricweather.R$styleable: int MenuView_android_horizontalDivider +okio.ByteString: boolean startsWith(okio.ByteString) +androidx.lifecycle.LifecycleRegistry: int mAddingObserverCounter +wangdaye.com.geometricweather.R$color: int darkPrimary_4 +androidx.constraintlayout.motion.widget.MotionHelper: MotionHelper(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.R$styleable: int ConstraintSet_android_visibility +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating: int UnitType +com.google.android.material.bottomnavigation.BottomNavigationView +okhttp3.internal.cache.DiskLruCache: java.lang.Runnable cleanupRunnable +androidx.constraintlayout.widget.R$id: int bottom +com.google.android.material.R$attr: int itemStrokeWidth +com.jaredrummler.android.colorpicker.ColorPreference +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWindLevel +com.google.gson.stream.JsonReader: void endArray() +com.xw.repo.bubbleseekbar.R$styleable: int[] FontFamily +cyanogenmod.app.Profile: cyanogenmod.app.ProfileGroup getProfileGroup(java.util.UUID) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setCoDesc(java.lang.String) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarTabBarStyle +wangdaye.com.geometricweather.R$color: int material_cursor_color +com.turingtechnologies.materialscrollbar.R$anim: int abc_popup_enter +androidx.appcompat.widget.ActionBarOverlayLayout: void setIcon(int) +okhttp3.logging.HttpLoggingInterceptor: HttpLoggingInterceptor(okhttp3.logging.HttpLoggingInterceptor$Logger) +android.didikee.donate.R$style: int Base_Widget_AppCompat_PopupWindow +wangdaye.com.geometricweather.R$attr: int msb_barThickness +com.google.android.material.R$dimen: int mtrl_fab_min_touch_target +io.reactivex.exceptions.UndeliverableException +cyanogenmod.weather.CMWeatherManager$2$1 +com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_layout_behavior +cyanogenmod.profiles.LockSettings: LockSettings(android.os.Parcel) +wangdaye.com.geometricweather.R$drawable: int abc_list_selector_disabled_holo_dark +com.google.android.material.R$color: int design_box_stroke_color +androidx.legacy.coreutils.R$drawable: int notification_bg +com.amap.api.location.AMapLocation: int TRUSTED_LEVEL_HIGH +com.xw.repo.bubbleseekbar.R$attr: int tickMark +androidx.preference.R$color: int material_blue_grey_900 +androidx.core.R$drawable: R$drawable() +androidx.hilt.work.R$id: int blocking +com.xw.repo.bubbleseekbar.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 +cyanogenmod.providers.CMSettings$Global: long getLong(android.content.ContentResolver,java.lang.String,long) +androidx.preference.R$attr: int actionModeWebSearchDrawable +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listDividerAlertDialog +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int DUST +james.adaptiveicon.R$drawable: int abc_text_select_handle_middle_mtrl_dark +androidx.viewpager2.R$attr: int ttcIndex +androidx.appcompat.R$string: int status_bar_notification_info_overflow +retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter: java.lang.reflect.Type responseType() +james.adaptiveicon.R$drawable: int notification_bg_normal_pressed +androidx.preference.R$id: int accessibility_custom_action_20 +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.util.List DataSets +retrofit2.SkipCallbackExecutorImpl: retrofit2.SkipCallbackExecutor INSTANCE +wangdaye.com.geometricweather.R$attr: int imageButtonStyle +androidx.lifecycle.LifecycleRegistryOwner: androidx.lifecycle.LifecycleRegistry getLifecycle() +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_19 +okhttp3.internal.platform.AndroidPlatform: java.lang.Class sslParametersClass +android.didikee.donate.R$styleable: int AppCompatTheme_windowFixedHeightMinor +cyanogenmod.platform.R$attr +android.didikee.donate.R$styleable: int SearchView_commitIcon +com.xw.repo.bubbleseekbar.R$id: int action_bar_activity_content +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_backgroundSplit +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: ObservableFlatMapSingle$FlatMapSingleObserver(io.reactivex.Observer,io.reactivex.functions.Function,boolean) +wangdaye.com.geometricweather.R$drawable: int abc_item_background_holo_light +android.didikee.donate.R$style: int Widget_AppCompat_ListView_DropDown +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property Country +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_Button +androidx.constraintlayout.widget.R$drawable: int notification_bg_low_pressed +okhttp3.internal.http2.Settings: boolean isSet(int) +com.google.android.material.chip.Chip: void setChipEndPadding(float) +wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayVerticalWidgetConfigActivity +androidx.hilt.work.R$styleable: int FontFamilyFont_ttcIndex +androidx.appcompat.R$color: int accent_material_light +com.google.android.material.R$styleable: int AnimatedStateListDrawableCompat_android_visible +com.google.android.gms.common.internal.zag: zag(com.google.android.gms.common.api.internal.OnConnectionFailedListener) +okhttp3.internal.http2.Http2Stream: void close(okhttp3.internal.http2.ErrorCode) +android.didikee.donate.R$dimen: int abc_text_size_title_material +wangdaye.com.geometricweather.R$id: int homeAsUp +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType QueryList +wangdaye.com.geometricweather.R$anim: int btn_radio_to_off_mtrl_dot_group_animation +androidx.viewpager2.R$layout: int notification_template_part_time +com.google.android.material.R$id: int design_navigation_view +wangdaye.com.geometricweather.R$attr: int layout_constraintGuide_begin +androidx.constraintlayout.widget.R$layout: int abc_list_menu_item_radio +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: java.lang.Object value +wangdaye.com.geometricweather.R$styleable: int Chip_chipSurfaceColor +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Imperial: AccuCurrentResult$DewPoint$Imperial() +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.Long id +com.google.android.gms.location.LocationSettingsResult +androidx.preference.R$drawable: int abc_btn_radio_material +androidx.activity.R$id: int right_side +okhttp3.ResponseBody$1: okio.BufferedSource val$content +okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RouteSelector$Selection routeSelection +com.google.android.material.chip.Chip: void setCloseIconResource(int) +cyanogenmod.app.ILiveLockScreenManager$Stub: java.lang.String DESCRIPTOR +james.adaptiveicon.R$styleable: int AppCompatTextView_drawableLeftCompat +androidx.hilt.work.R$dimen: int notification_top_pad_large_text +android.didikee.donate.R$styleable: int MenuGroup_android_enabled +wangdaye.com.geometricweather.R$animator: int weather_sleet_1 +wangdaye.com.geometricweather.R$drawable: int notif_temp_54 +androidx.lifecycle.MediatorLiveData$Source +wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: void setChartItemView(wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView) +com.google.android.material.R$attr: int actionBarItemBackground +androidx.hilt.work.R$styleable: int GradientColor_android_startX +androidx.activity.R$id: int accessibility_custom_action_23 +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_firstHorizontalStyle +com.google.android.material.R$id: int clear_text +com.google.android.material.R$drawable: int btn_checkbox_checked_mtrl +com.google.android.material.R$style: int Theme_AppCompat_DayNight_DarkActionBar +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_lastVerticalBias +okhttp3.logging.HttpLoggingInterceptor$Level +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area$LastAction: AccuAlertResult$Area$LastAction() +com.turingtechnologies.materialscrollbar.R$attr: int counterTextAppearance +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_NULL_SHA +okhttp3.Response$Builder: java.lang.String message +androidx.lifecycle.extensions.R$anim: int fragment_fade_enter +androidx.preference.R$id: int accessibility_custom_action_14 +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_28 +com.jaredrummler.android.colorpicker.ColorPickerView: ColorPickerView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$string: int mtrl_picker_toggle_to_year_selection +okhttp3.internal.Util: int decodeHexDigit(char) +androidx.constraintlayout.widget.R$attr: int textColorAlertDialogListItem +io.reactivex.Observable: io.reactivex.Single single(java.lang.Object) +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: io.reactivex.disposables.Disposable upstream +com.bumptech.glide.load.DecodeFormat: com.bumptech.glide.load.DecodeFormat DEFAULT +androidx.legacy.coreutils.R$style: int Widget_Compat_NotificationActionText +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipIconSize +wangdaye.com.geometricweather.R$dimen: int abc_text_size_title_material +com.google.gson.stream.JsonReader$1: void promoteNameToValue(com.google.gson.stream.JsonReader) +com.xw.repo.bubbleseekbar.R$attr: int listItemLayout +okhttp3.internal.ws.WebSocketProtocol: long CLOSE_MESSAGE_MAX +com.google.android.material.R$styleable: int ActionBar_displayOptions +androidx.constraintlayout.widget.R$attr: int paddingBottomNoButtons +wangdaye.com.geometricweather.R$attr: int layout_constraintHorizontal_bias +com.google.android.material.R$attr: int progressIndicatorStyle +com.google.android.material.R$dimen: R$dimen() +androidx.viewpager.R$styleable: int FontFamilyFont_fontWeight +io.reactivex.Observable: io.reactivex.Observable map(io.reactivex.functions.Function) +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void dispose() +cyanogenmod.externalviews.IExternalViewProvider$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_android_orientation +androidx.lifecycle.Lifecycling: java.lang.reflect.Constructor generatedConstructor(java.lang.Class) +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_shapeAppearanceOverlay +com.google.android.material.R$styleable: int Transform_android_translationZ +com.jaredrummler.android.colorpicker.R$string: int abc_menu_shift_shortcut_label +com.bumptech.glide.integration.okhttp.R$attr: int fontWeight +androidx.work.impl.utils.futures.AbstractFuture: androidx.work.impl.utils.futures.AbstractFuture$Listener listeners +com.google.android.material.R$styleable: int[] Toolbar +com.xw.repo.bubbleseekbar.R$id: int screen +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: void onDetachedFromWindow() +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_Solid +com.google.android.material.R$style: int Widget_MaterialComponents_AutoCompleteTextView_FilledBox +androidx.hilt.work.R$style: int Widget_Compat_NotificationActionContainer +androidx.preference.R$dimen: int abc_text_size_display_2_material +wangdaye.com.geometricweather.R$layout: int widget_day_vertical +okhttp3.internal.http.HttpHeaders: java.lang.String readToken(okio.Buffer) +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.turingtechnologies.materialscrollbar.R$attr: int track +com.turingtechnologies.materialscrollbar.R$attr: int hideOnScroll +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse +wangdaye.com.geometricweather.R$id: int container_alert_display_view_container +wangdaye.com.geometricweather.R$id: int container_main_daily_trend_card_tagView +com.google.android.material.R$id: int view_offset_helper +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +com.jaredrummler.android.colorpicker.R$id: int message +androidx.appcompat.R$dimen: int abc_dialog_min_width_minor +cyanogenmod.app.LiveLockScreenInfo$Builder: cyanogenmod.app.LiveLockScreenInfo build() +androidx.constraintlayout.widget.R$dimen: int abc_control_corner_material +wangdaye.com.geometricweather.R$attr: int queryHint +androidx.constraintlayout.widget.R$styleable: int[] Variant +retrofit2.converter.gson.GsonRequestBodyConverter: okhttp3.MediaType MEDIA_TYPE +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowMinWidthMajor +com.google.android.material.R$dimen: int mtrl_textinput_outline_box_expanded_padding +androidx.loader.R$styleable: int ColorStateListItem_android_color +com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_radio_to_on_mtrl_015 +com.xw.repo.bubbleseekbar.R$styleable: int CompoundButton_android_button +wangdaye.com.geometricweather.R$layout: int spinner_text +android.didikee.donate.R$color: int background_material_light +james.adaptiveicon.R$drawable: int abc_ic_star_half_black_16dp +com.google.android.gms.common.server.response.zal: android.os.Parcelable$Creator CREATOR +androidx.constraintlayout.widget.R$attr: int layout_goneMarginTop +com.amap.api.fence.GeoFence: float getMinDis2Center() +okio.GzipSource: byte SECTION_TRAILER +androidx.preference.R$style: int ThemeOverlay_AppCompat_DayNight_ActionBar +androidx.appcompat.widget.Toolbar: void setNavigationContentDescription(int) +android.didikee.donate.R$styleable: int AppCompatTextView_drawableBottomCompat +wangdaye.com.geometricweather.R$layout: int widget_multi_city_horizontal +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_icon_size +com.google.android.gms.common.api.ResolvableApiException +com.google.android.gms.location.ActivityTransitionEvent +android.didikee.donate.R$drawable: int abc_vector_test +okhttp3.internal.http2.Http2Connection: long awaitPongsReceived +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_year_height +io.reactivex.Observable: io.reactivex.Observable concatMapMaybeDelayError(io.reactivex.functions.Function,boolean,int) +android.didikee.donate.R$id: int actions +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_android_textColorHint +cyanogenmod.app.CustomTile$ExpandedItem: java.lang.String itemSummary +wangdaye.com.geometricweather.R$styleable: int Preference_title +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: io.reactivex.Observer downstream +androidx.appcompat.R$attr: int toolbarStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: void setValue(java.lang.String) +okio.HashingSource: HashingSource(okio.Source,okio.ByteString,java.lang.String) +androidx.appcompat.R$style: int ThemeOverlay_AppCompat_DayNight_ActionBar +androidx.appcompat.resources.R$styleable: int FontFamilyFont_android_fontVariationSettings +wangdaye.com.geometricweather.R$layout: int material_timepicker_textinput_display +android.didikee.donate.R$styleable: int AppCompatTheme_android_windowIsFloating +cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_alterWindow +com.google.android.material.R$attr: int titleEnabled +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_android_gravity +com.google.android.material.slider.RangeSlider: void setHaloTintList(android.content.res.ColorStateList) +okhttp3.Cache$Entry +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setProgressBackgroundColorSchemeResource(int) +com.google.android.material.R$styleable: int GradientColor_android_startY +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_1_30 +com.google.android.material.R$styleable: int TextInputLayout_expandedHintEnabled +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_SeekBar_Discrete +com.google.android.material.slider.Slider: float getStepSize() +com.turingtechnologies.materialscrollbar.R$id: int uniform +androidx.lifecycle.LiveData: void removeObserver(androidx.lifecycle.Observer) +com.xw.repo.bubbleseekbar.R$attr: int bsb_show_progress_in_float +wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status: wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status LOADING +com.google.android.material.R$styleable: int CollapsingToolbarLayout_Layout_layout_collapseMode +retrofit2.RequestFactory$Builder: boolean gotQueryMap +com.google.android.material.R$attr: int itemHorizontalPadding +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: void dispose() +wangdaye.com.geometricweather.R$dimen: int mtrl_switch_thumb_elevation +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_android_windowAnimationStyle +androidx.appcompat.app.AppCompatViewInflater: AppCompatViewInflater() +androidx.preference.R$dimen: int disabled_alpha_material_dark +androidx.constraintlayout.widget.R$styleable: int Transform_android_translationY +androidx.appcompat.R$layout: int abc_alert_dialog_material +androidx.lifecycle.Transformations$3: androidx.lifecycle.MediatorLiveData val$outputLiveData +androidx.lifecycle.MethodCallsLogger +androidx.fragment.R$styleable: int FontFamilyFont_android_fontWeight +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_contentInsetRight +com.xw.repo.bubbleseekbar.R$dimen: int abc_button_inset_horizontal_material +androidx.lifecycle.LifecycleService: LifecycleService() +com.jaredrummler.android.colorpicker.R$id: int bottom +cyanogenmod.app.BaseLiveLockManagerService$1: boolean unregisterChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light +retrofit2.ParameterHandler$QueryMap: int p +androidx.constraintlayout.widget.R$id: int staticLayout +wangdaye.com.geometricweather.R$dimen: int mtrl_slider_label_square_side +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: long serialVersionUID +com.xw.repo.bubbleseekbar.R$attr: int titleMarginTop +io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: boolean isDisposed() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange +com.google.android.material.R$attr: int prefixText +com.google.android.material.R$dimen: int abc_action_bar_overflow_padding_start_material +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Body2 +com.turingtechnologies.materialscrollbar.R$attr: int behavior_overlapTop +com.google.android.material.R$color: int primary_text_default_material_light +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_navigation_item_icon_padding +androidx.transition.R$drawable: int notification_bg_normal_pressed +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float thunderstorm +com.google.android.material.R$attr: int imageButtonStyle +androidx.appcompat.R$color: int material_grey_300 +com.google.android.material.R$style: int Base_Widget_AppCompat_Button_Colored +james.adaptiveicon.R$style: int Widget_AppCompat_Toolbar +retrofit2.Callback: void onResponse(retrofit2.Call,retrofit2.Response) +okhttp3.OkHttpClient: javax.net.ssl.HostnameVerifier hostnameVerifier() +com.google.android.material.R$id: int accessibility_custom_action_7 +androidx.appcompat.widget.ActionMenuView: int getWindowAnimations() +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query +com.google.android.material.R$styleable: int MaterialButton_cornerRadius +cyanogenmod.profiles.ConnectionSettings: void writeToParcel(android.os.Parcel,int) +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setDewPoint(java.lang.Integer) +androidx.preference.R$styleable: int[] ActionBar +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: void subscribe(io.reactivex.ObservableSource[],int) +androidx.appcompat.R$attr: int textAppearanceListItemSecondary +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_constraintSet +com.google.android.material.R$drawable: int mtrl_popupmenu_background +androidx.lifecycle.extensions.R$styleable: int[] GradientColor +cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_GET_SECURE +androidx.recyclerview.R$dimen: int notification_content_margin_start +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX +com.jaredrummler.android.colorpicker.R$style: int Platform_ThemeOverlay_AppCompat_Light +okhttp3.internal.http2.Http2Writer: void connectionPreface() +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: java.lang.String CountryID +com.turingtechnologies.materialscrollbar.R$attr: int contentInsetStart +androidx.work.impl.workers.ConstraintTrackingWorker +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Display4 +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Caption +james.adaptiveicon.R$color: int abc_tint_default +wangdaye.com.geometricweather.R$styleable: int ShapeableImageView_strokeColor +androidx.vectordrawable.animated.R$dimen: int notification_top_pad_large_text +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_67 +androidx.recyclerview.R$id: int action_text +android.didikee.donate.R$styleable: int Toolbar_menu +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_setActiveProfileByName +com.google.android.material.R$styleable: int TabLayout_tabSelectedTextColor +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionBar_TabBar +wangdaye.com.geometricweather.R$color: int material_on_primary_emphasis_medium +james.adaptiveicon.R$attr: int displayOptions +androidx.preference.R$color: int dim_foreground_material_light +androidx.lifecycle.MediatorLiveData$Source: int mVersion +wangdaye.com.geometricweather.R$dimen: int design_fab_elevation +androidx.constraintlayout.widget.R$styleable: int GradientColor_android_endX +james.adaptiveicon.R$id: int notification_main_column_container +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_show_section_text +androidx.preference.R$styleable: int[] ViewStubCompat +android.didikee.donate.R$styleable: int AppCompatTheme_listMenuViewStyle +androidx.constraintlayout.widget.R$styleable: int Transform_android_scaleY +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constrainedHeight +android.support.v4.os.IResultReceiver$Default +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Bridge +okhttp3.internal.http2.Hpack$Reader: java.util.List headerList +com.jaredrummler.android.colorpicker.R$attr: int selectable +cyanogenmod.externalviews.KeyguardExternalViewProviderService: boolean DEBUG +cyanogenmod.weather.RequestInfo$1: cyanogenmod.weather.RequestInfo createFromParcel(android.os.Parcel) +androidx.hilt.work.R$styleable: int FragmentContainerView_android_name +androidx.legacy.coreutils.R$styleable: int GradientColor_android_tileMode +wangdaye.com.geometricweather.R$id: int SHOW_PATH +io.reactivex.internal.subscriptions.BasicIntQueueSubscription: boolean isEmpty() +wangdaye.com.geometricweather.R$string: int precipitation_light +androidx.customview.R$styleable: int FontFamilyFont_android_ttcIndex +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: int limit +androidx.vectordrawable.R$id: int action_container +com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getItemTextAppearanceInactive() +com.google.android.material.R$attr: int collapsedSize +androidx.preference.R$dimen: int abc_dialog_title_divider_material +cyanogenmod.externalviews.KeyguardExternalView$5: cyanogenmod.externalviews.KeyguardExternalView this$0 +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: FitSystemBarNestedScrollView(android.content.Context,android.util.AttributeSet,int) +com.jaredrummler.android.colorpicker.R$attr: int cpv_showOldColor +james.adaptiveicon.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Metric +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintWidth_default +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common +retrofit2.Platform$Android$MainThreadExecutor: Platform$Android$MainThreadExecutor() +androidx.lifecycle.SavedStateViewModelFactory: java.lang.Class[] ANDROID_VIEWMODEL_SIGNATURE +androidx.appcompat.R$attr: int buttonBarStyle +james.adaptiveicon.R$drawable: int abc_ratingbar_material +okhttp3.internal.ws.RealWebSocket$Streams: RealWebSocket$Streams(boolean,okio.BufferedSource,okio.BufferedSink) +com.turingtechnologies.materialscrollbar.R$drawable: int ic_mtrl_chip_checked_circle +androidx.core.graphics.drawable.IconCompatParcelizer: androidx.core.graphics.drawable.IconCompat read(androidx.versionedparcelable.VersionedParcel) +com.google.android.material.R$styleable: int Variant_region_heightLessThan +com.amap.api.location.AMapLocation: AMapLocation(java.lang.String) +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: int getStrokeColor() +com.bumptech.glide.R$style: int TextAppearance_Compat_Notification +okhttp3.FormBody: void writeTo(okio.BufferedSink) +androidx.coordinatorlayout.R$id: int accessibility_custom_action_6 +com.google.android.material.R$style: int Platform_V21_AppCompat_Light +com.google.android.material.R$attr: int counterTextAppearance +androidx.viewpager2.R$attr: int recyclerViewStyle +androidx.appcompat.widget.AppCompatToggleButton +com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginTop +androidx.hilt.work.R$dimen: int notification_large_icon_height +com.bumptech.glide.integration.okhttp.R$styleable: int[] CoordinatorLayout_Layout +androidx.constraintlayout.widget.R$attr: int windowActionBarOverlay +io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,io.reactivex.Scheduler) +wangdaye.com.geometricweather.R$id: int container_main_first_daily_card_container +com.google.android.material.R$attr: int behavior_expandedOffset +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver(io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver) +wangdaye.com.geometricweather.R$color: int design_default_color_on_primary +wangdaye.com.geometricweather.R$attr: int state_dragged +com.google.android.material.R$styleable: int ShapeAppearance_cornerSizeTopRight +androidx.preference.R$styleable: int RecyclerView_layoutManager +com.xw.repo.bubbleseekbar.R$drawable: int abc_seekbar_track_material +com.turingtechnologies.materialscrollbar.R$color: int mtrl_tabs_icon_color_selector_colored +com.bumptech.glide.R$id: int tag_unhandled_key_event_manager +androidx.appcompat.resources.R$drawable: int notification_template_icon_low_bg +androidx.appcompat.R$id: int accessibility_custom_action_26 +cyanogenmod.app.CustomTileListenerService: cyanogenmod.app.ICMStatusBarManager getStatusBarInterface() +wangdaye.com.geometricweather.R$attr: int layout_anchor +cyanogenmod.weather.CMWeatherManager$LookupCityRequestListener: void onLookupCityRequestCompleted(int,java.util.List) +wangdaye.com.geometricweather.R$attr: int customColorDrawableValue +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeCutDrawable +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: java.lang.Throwable error +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_textSize +wangdaye.com.geometricweather.R$id: int dialog_running_in_background_o_ignoreBatteryOptBtn +androidx.loader.R$style: int TextAppearance_Compat_Notification_Info +android.didikee.donate.R$attr: int textColorSearchUrl +android.didikee.donate.R$style: int TextAppearance_AppCompat_Display3 +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.String getWeatherSource() +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_weight +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties +androidx.vectordrawable.R$styleable: int[] GradientColorItem +retrofit2.RequestBuilder: java.lang.String method +wangdaye.com.geometricweather.R$styleable: int[] Insets +com.jaredrummler.android.colorpicker.R$drawable: int notification_bg_normal +com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleMarginBottom(int) +james.adaptiveicon.R$styleable: int ActionBar_logo +com.google.android.material.R$styleable: int FloatingActionButton_fabCustomSize +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: java.util.List alerts +com.google.android.material.R$styleable: int FloatingActionButton_useCompatPadding +androidx.appcompat.widget.AppCompatToggleButton: AppCompatToggleButton(android.content.Context) +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_endX +cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_TITLE +androidx.hilt.lifecycle.R$drawable +com.bumptech.glide.load.HttpException +okhttp3.Cookie: java.lang.String path +james.adaptiveicon.R$styleable: int Toolbar_logoDescription +com.google.android.material.bottomnavigation.BottomNavigationView: void setItemTextAppearanceActive(int) +com.bumptech.glide.integration.okhttp.R$id: int line3 +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_subtitle_material_toolbar +com.github.rahatarmanahmed.cpv.CircularProgressView: float access$202(com.github.rahatarmanahmed.cpv.CircularProgressView,float) +com.google.android.material.R$style: int Widget_AppCompat_Light_ActionButton_Overflow +androidx.appcompat.R$styleable: int AppCompatTextView_textAllCaps +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver +cyanogenmod.power.PerformanceManager: int getPowerProfile() +james.adaptiveicon.R$styleable: int MenuItem_actionProviderClass +androidx.constraintlayout.widget.R$attr: int actionBarItemBackground +wangdaye.com.geometricweather.remoteviews.config.Hilt_DailyTrendWidgetConfigActivity: Hilt_DailyTrendWidgetConfigActivity() +android.didikee.donate.R$attr: int controlBackground +okhttp3.Response: okhttp3.Request request +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_ripple_color +wangdaye.com.geometricweather.R$id: int enterAlways +com.baidu.location.e.h$b: com.baidu.location.e.h$b b +androidx.appcompat.R$attr: int actionModeSplitBackground +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_commit_search_api_mtrl_alpha +wangdaye.com.geometricweather.R$dimen: int material_filled_edittext_font_2_0_padding_bottom +wangdaye.com.geometricweather.R$attr: int autoSizeTextType +com.turingtechnologies.materialscrollbar.R$drawable: int abc_edit_text_material +com.google.android.material.R$string: int clear_text_end_icon_content_description +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabMinWidth +okhttp3.internal.http2.Huffman$Node: int symbol +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: java.lang.String getSpeedVoice(android.content.Context,float) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHorizontal_chainStyle +io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: void onNext(java.lang.Object) +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionButton +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_queryHint +androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_TabBar +wangdaye.com.geometricweather.R$string: int settings_title_refresh_rate +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialButtonToggleGroup +com.google.android.material.chip.Chip: float getChipStrokeWidth() +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$1: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 +androidx.preference.R$attr: int colorPrimary +com.google.android.material.R$styleable: int ConstraintSet_flow_lastVerticalStyle +retrofit2.OkHttpCall$NoContentResponseBody: long contentLength() +androidx.preference.R$attr: int seekBarStyle +io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: boolean cancelled +androidx.lifecycle.ClassesInfoCache: androidx.lifecycle.ClassesInfoCache$CallbackInfo createInfo(java.lang.Class,java.lang.reflect.Method[]) +wangdaye.com.geometricweather.R$id: int notification_multi_city_text_2 +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: void onComplete() +okhttp3.internal.http2.Http2: java.lang.String[] FLAGS +androidx.appcompat.R$styleable: int Toolbar_titleMarginTop +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric: java.lang.String Unit +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: java.util.concurrent.atomic.AtomicReference mainDisposable +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Inverse +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHorizontal_weight +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Headline3 +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_switchTextAppearance +com.xw.repo.bubbleseekbar.R$attr: int actionModeCopyDrawable +androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_android_fontWeight +com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getSuffixTextColor() +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken[] $VALUES +okio.RealBufferedSource: java.io.InputStream inputStream() +retrofit2.RequestFactory$Builder: boolean isKotlinSuspendFunction +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_thumb_radius +okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder noCache() +com.google.android.material.progressindicator.ProgressIndicator: android.graphics.drawable.Drawable getIndeterminateDrawable() +okhttp3.internal.http2.Huffman: int encodedLength(okio.ByteString) +com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge +com.google.android.material.R$styleable: int ColorStateListItem_alpha +com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_android_dialogMessage +james.adaptiveicon.R$attr: int arrowShaftLength +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_CompactMenu +com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_longpressed_holo +androidx.viewpager.R$styleable: int GradientColor_android_centerColor +com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_select_handle_left_mtrl_light +okio.HashingSource: okio.HashingSource sha256(okio.Source) +cyanogenmod.hardware.IThermalListenerCallback$Stub: int TRANSACTION_onThermalChanged_0 +androidx.preference.internal.PreferenceImageView: int getMaxHeight() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: java.lang.String to +wangdaye.com.geometricweather.R$id: int switch_layout +wangdaye.com.geometricweather.main.Hilt_MainActivity +james.adaptiveicon.R$attr: int gapBetweenBars +com.google.android.material.R$styleable: int ConstraintSet_flow_lastHorizontalBias +cyanogenmod.externalviews.ExternalView$5: void run() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial: java.lang.String Unit +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: java.lang.String url +wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Hint +com.turingtechnologies.materialscrollbar.R$styleable: int PopupWindow_android_popupBackground +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_textSize +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_action_confirm_button_min_width +androidx.fragment.app.FragmentContainerView: FragmentContainerView(android.content.Context,android.util.AttributeSet,int) +androidx.drawerlayout.R$style: int Widget_Compat_NotificationActionContainer +wangdaye.com.geometricweather.R$styleable: int MaterialButton_shapeAppearance +okhttp3.Challenge: Challenge(java.lang.String,java.lang.String) +androidx.viewpager.R$styleable: int[] GradientColorItem +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_lastVerticalStyle +android.didikee.donate.R$styleable: int[] LinearLayoutCompat_Layout +cyanogenmod.app.ProfileGroup: boolean mDefaultGroup +androidx.dynamicanimation.R$layout: int notification_action_tombstone +androidx.transition.R$attr: R$attr() +com.xw.repo.bubbleseekbar.R$integer +wangdaye.com.geometricweather.R$style: int Widget_Design_TextInputLayout +cyanogenmod.externalviews.KeyguardExternalView$5: void run() +com.bumptech.glide.R$id: int icon +com.turingtechnologies.materialscrollbar.R$id: int unlabeled +james.adaptiveicon.R$style: int Widget_AppCompat_DropDownItem_Spinner +com.google.android.material.R$id: int TOP_END +cyanogenmod.externalviews.KeyguardExternalView$2: void onDetachedFromWindow() +com.google.android.material.R$styleable: int RecycleListView_paddingTopNoTitle +androidx.lifecycle.LifecycleRegistryOwner +org.greenrobot.greendao.AbstractDao: void loadAllUnlockOnWindowBounds(android.database.Cursor,android.database.CursorWindow,java.util.List) +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintGuide_percent +androidx.transition.R$styleable: int GradientColor_android_gradientRadius +james.adaptiveicon.R$style: int Widget_AppCompat_Spinner_Underlined +androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize +androidx.preference.R$attr: int showDividers +com.google.android.material.R$id: int checked +androidx.hilt.R$id: int accessibility_custom_action_14 +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowFixedHeightMinor +androidx.preference.R$color: int background_material_dark +com.google.android.material.R$attr: int linearSeamless +io.reactivex.internal.subscriptions.SubscriptionArbiter: long serialVersionUID +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ListPopupWindow +wangdaye.com.geometricweather.R$transition: int search_activity_enter +android.didikee.donate.R$style: int Theme_AppCompat_Dialog_Alert +com.google.android.material.R$attr: int showTitle +okhttp3.OkHttpClient: java.net.Proxy proxy() +androidx.recyclerview.R$attr: int fastScrollVerticalThumbDrawable +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void alterWindow(int,int,int,int,boolean,android.graphics.Rect) +com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Light_Bridge +okhttp3.internal.Util: okhttp3.Headers toHeaders(java.util.List) +android.didikee.donate.R$color: int secondary_text_disabled_material_light +android.didikee.donate.R$attr: int listPreferredItemPaddingLeft +wangdaye.com.geometricweather.R$styleable: int Constraint_android_transformPivotY +com.xw.repo.bubbleseekbar.R$attr: int fontProviderAuthority +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: androidx.lifecycle.LifecycleOwner mLifecycle +com.google.android.material.bottomappbar.BottomAppBar$SavedState +com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status FAILED +com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_positiveButtonText +cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.DisplayMode getCurrentDisplayMode() +androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableTransition_android_toId +cyanogenmod.profiles.ConnectionSettings$BooleanState +com.jaredrummler.android.colorpicker.R$color: int tooltip_background_light +androidx.drawerlayout.R$attr: int fontProviderCerts +com.turingtechnologies.materialscrollbar.R$dimen: int design_tab_scrollable_min_width +com.google.android.material.internal.ScrimInsetsFrameLayout: void setScrimInsetForeground(android.graphics.drawable.Drawable) +androidx.activity.R$id: int action_container +wangdaye.com.geometricweather.R$attr: int bsb_thumb_radius_on_dragging +androidx.appcompat.R$styleable: int[] AppCompatTheme +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property IcePrecipitationProbability +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_9 +androidx.constraintlayout.widget.R$attr: int windowNoTitle +android.didikee.donate.R$dimen: int abc_action_bar_subtitle_top_margin_material +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String WALLPAPER_FULL +com.jaredrummler.android.colorpicker.R$attr: int preserveIconSpacing +cyanogenmod.app.ILiveLockScreenManagerProvider: void cancelLiveLockScreen(java.lang.String,int,int) +okhttp3.FormBody: java.lang.String value(int) +com.google.android.material.R$styleable: int MaterialCalendarItem_itemTextColor +okio.Buffer: java.lang.String readUtf8(long) +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_checkable +cyanogenmod.hardware.CMHardwareManager: boolean setVibratorIntensity(int) +androidx.preference.R$attr: int borderlessButtonStyle +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_voice_search_api_material +com.jaredrummler.android.colorpicker.R$attr: int paddingTopNoTitle +androidx.lifecycle.SavedStateViewModelFactory: androidx.lifecycle.ViewModel create(java.lang.Class) +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeInsetTop +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintWidth_min +io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: void onSubscribe(io.reactivex.disposables.Disposable) +cyanogenmod.hardware.ThermalListenerCallback +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: long serialVersionUID +androidx.hilt.work.R$attr: R$attr() +okhttp3.internal.http2.Http2: byte FLAG_ACK +wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemHorizontalTranslationEnabled +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_shapeAppearance +androidx.constraintlayout.widget.R$styleable: int Transform_android_scaleX +com.google.android.material.circularreveal.CircularRevealRelativeLayout: com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo getRevealInfo() +wangdaye.com.geometricweather.R$styleable: int Preference_android_shouldDisableView +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_textColorHint +androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerView$OnFlingListener getOnFlingListener() +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_checkable +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$LocalSource LocalSource +io.reactivex.Observable: io.reactivex.disposables.Disposable subscribe(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer,io.reactivex.functions.Action) +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STYLE_PREVIEW +androidx.appcompat.R$style: int TextAppearance_AppCompat_Menu +androidx.transition.R$style: int TextAppearance_Compat_Notification_Line2 +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_lastHorizontalStyle +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.String hourlyForecast +cyanogenmod.app.ProfileGroup: void setSoundMode(cyanogenmod.app.ProfileGroup$Mode) +io.reactivex.Observable: io.reactivex.Observable scan(java.lang.Object,io.reactivex.functions.BiFunction) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: void setStatus(int) +io.reactivex.Observable: io.reactivex.Observable timestamp(io.reactivex.Scheduler) +com.turingtechnologies.materialscrollbar.R$integer: int status_bar_notification_info_maxnum +com.google.android.material.R$styleable: int StateListDrawable_android_visible +androidx.preference.R$styleable: int[] ActivityChooserView +androidx.hilt.lifecycle.R$style: int TextAppearance_Compat_Notification_Line2 +androidx.core.widget.NestedScrollView: void setOnScrollChangeListener(androidx.core.widget.NestedScrollView$OnScrollChangeListener) +com.bumptech.glide.load.HttpException: int statusCode +androidx.viewpager.R$id: int tag_transition_group +androidx.appcompat.widget.SearchView: void setQueryHint(java.lang.CharSequence) +cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: void registerListener(cyanogenmod.app.ICustomTileListener,android.content.ComponentName,int) +com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_android_descendantFocusability +androidx.preference.R$style: int ThemeOverlay_AppCompat_DayNight +com.google.android.gms.common.api.ApiException: java.lang.String getStatusMessage() +android.didikee.donate.R$styleable: int SwitchCompat_switchPadding +androidx.hilt.work.R$id: int accessibility_custom_action_3 +okhttp3.internal.http2.Http2Stream: void writeHeaders(java.util.List,boolean) +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_bubble_text_color +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_PopupMenu +okio.SegmentedByteString: boolean rangeEquals(int,okio.ByteString,int,int) +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: int OTHER_STATE_CONSUMED_OR_EMPTY +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Title +com.google.android.material.R$style: int Base_Widget_MaterialComponents_AutoCompleteTextView +io.reactivex.internal.observers.BlockingObserver: void onNext(java.lang.Object) +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.internal.util.AtomicThrowable errors +android.didikee.donate.R$attr: int paddingBottomNoButtons +com.jaredrummler.android.colorpicker.R$attr: int listItemLayout +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedEmitLast: java.util.concurrent.atomic.AtomicInteger wip +androidx.preference.R$id: int action_container +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: IKeyguardExternalViewProvider$Stub() +com.xw.repo.bubbleseekbar.R$attr: int preserveIconSpacing +okhttp3.HttpUrl$Builder: java.lang.String encodedFragment +androidx.loader.R$attr: int ttcIndex +androidx.appcompat.R$id: int actions +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeSplitBackground +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small +androidx.appcompat.R$drawable: int abc_textfield_search_activated_mtrl_alpha +com.jaredrummler.android.colorpicker.R$id: int buttonPanel +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_NoActionBar +wangdaye.com.geometricweather.db.entities.DailyEntity: void setPm25(java.lang.Float) +androidx.preference.R$drawable: int abc_ic_ab_back_material +com.jaredrummler.android.colorpicker.R$drawable: int notification_tile_bg +com.google.android.material.R$styleable: int AppCompatTextView_drawableTintMode +wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog +cyanogenmod.app.Profile$ProfileTrigger: java.lang.String mId +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: int status +com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getTrackActiveTintList() +com.jaredrummler.android.colorpicker.R$color: int switch_thumb_normal_material_light +com.google.android.material.R$attr: int theme +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_rotation +wangdaye.com.geometricweather.R$layout: int widget_clock_day_details +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_VMAIL_LED_OFF_VALIDATOR +wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_animationMode +com.google.android.material.R$dimen: int abc_dialog_corner_radius_material +com.google.android.material.R$id: int stop +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: java.lang.String value +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int ThunderstormProbability +androidx.appcompat.R$styleable: int AppCompatTheme_controlBackground +wangdaye.com.geometricweather.R$styleable: int TouchScrollBar_msb_autoHide +androidx.preference.R$styleable: int AppCompatTheme_actionBarStyle +wangdaye.com.geometricweather.R$color: int notification_background_l +james.adaptiveicon.R$dimen: int abc_dialog_padding_material +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_8 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: CaiYunMainlyResult$AlertsBean() +com.google.android.material.R$dimen: int mtrl_tooltip_arrowSize +wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Light_Dialog +com.turingtechnologies.materialscrollbar.R$style: int Base_V28_Theme_AppCompat +cyanogenmod.themes.ThemeManager: cyanogenmod.themes.IThemeProcessingListener mThemeProcessingListener +com.jaredrummler.android.colorpicker.R$id: int custom +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean +com.turingtechnologies.materialscrollbar.R$styleable: int[] MenuView +cyanogenmod.app.ILiveLockScreenManager$Stub: ILiveLockScreenManager$Stub() +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: void setValue(java.util.List) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft +androidx.appcompat.widget.AppCompatSpinner: void setDropDownHorizontalOffset(int) +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionMode +androidx.appcompat.R$style: int TextAppearance_AppCompat_Headline +androidx.appcompat.R$styleable: int AppCompatTheme_actionModeFindDrawable +wangdaye.com.geometricweather.R$styleable: int[] ShapeableImageView +androidx.transition.R$styleable: int[] GradientColor +androidx.lifecycle.extensions.R$styleable: int FontFamily_fontProviderQuery +com.turingtechnologies.materialscrollbar.R$style: int Base_Animation_AppCompat_DropDownUp +com.google.android.material.datepicker.MaterialCalendar +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_2 +wangdaye.com.geometricweather.R$drawable: int ic_mtrl_chip_close_circle +com.google.android.material.R$dimen: int design_appbar_elevation +wangdaye.com.geometricweather.common.basic.models.weather.Astro: java.util.Date getSetDate() +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Display3 +android.didikee.donate.R$attr: int ratingBarStyleSmall +com.bumptech.glide.load.DecodeFormat: com.bumptech.glide.load.DecodeFormat PREFER_RGB_565 +cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType[] values() +wangdaye.com.geometricweather.R$string: int feedback_updating_weather_data +androidx.constraintlayout.widget.R$styleable: int AlertDialog_showTitle +androidx.preference.R$styleable: int LinearLayoutCompat_dividerPadding +com.google.android.material.R$color: int primary_material_dark +wangdaye.com.geometricweather.R$dimen: int material_clock_period_toggle_margin_left +okio.Buffer: long size() +okhttp3.internal.http2.Http2Stream$FramingSink: okhttp3.internal.http2.Http2Stream this$0 +com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_check_to_on_mtrl_000 +androidx.appcompat.widget.Toolbar: int getContentInsetRight() +com.google.android.material.R$style: int Base_Theme_MaterialComponents_CompactMenu +androidx.preference.R$layout: int support_simple_spinner_dropdown_item +wangdaye.com.geometricweather.R$dimen: int design_snackbar_background_corner_radius +wangdaye.com.geometricweather.R$id: int textStart +wangdaye.com.geometricweather.R$dimen: int mtrl_min_touch_target_size +com.google.android.material.R$dimen: int mtrl_calendar_content_padding +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_0 +androidx.appcompat.resources.R$styleable: int FontFamily_fontProviderAuthority +android.support.v4.graphics.drawable.IconCompatParcelizer: void write(androidx.core.graphics.drawable.IconCompat,androidx.versionedparcelable.VersionedParcel) +androidx.preference.R$dimen: int compat_button_inset_vertical_material +wangdaye.com.geometricweather.R$drawable: int notification_bg_low_normal +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Imperial: AccuCurrentResult$PrecipitationSummary$PastHour$Imperial() +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_aa_normal +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle +com.google.android.material.tabs.TabLayout$TabView: int getContentWidth() +androidx.constraintlayout.widget.R$dimen: int abc_button_padding_vertical_material +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: java.lang.String DESCRIPTOR +androidx.constraintlayout.widget.R$attr: int searchViewStyle +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean disposeAll() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Imperial: double Value +com.google.android.material.R$styleable: int Layout_layout_constraintLeft_toLeftOf +androidx.preference.R$style: int Widget_AppCompat_ActionButton_Overflow +james.adaptiveicon.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_max +androidx.drawerlayout.R$id: int action_divider +okhttp3.Protocol: okhttp3.Protocol HTTP_1_1 +wangdaye.com.geometricweather.common.ui.widgets.TagView: void setChecked(boolean) +wangdaye.com.geometricweather.R$attr: int helperTextTextAppearance +androidx.fragment.R$styleable: int GradientColor_android_startX +androidx.recyclerview.R$styleable: int GradientColor_android_endY +wangdaye.com.geometricweather.R$styleable: int ActionBar_elevation +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_RC4_128_SHA +okhttp3.internal.http1.Http1Codec$ChunkedSink: void flush() +com.bumptech.glide.integration.okhttp.R$style: int TextAppearance_Compat_Notification_Info +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_defaultValue +androidx.swiperefreshlayout.R$styleable: int GradientColor_android_endX +androidx.work.R$layout: int notification_template_icon_group +androidx.hilt.work.R$styleable: int FontFamilyFont_fontWeight +wangdaye.com.geometricweather.R$dimen: int abc_text_size_body_2_material +com.baidu.location.e.o: java.util.List a(org.json.JSONObject,java.lang.String,int) +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setIconTintList(android.content.res.ColorStateList) +androidx.coordinatorlayout.R$layout: int notification_template_custom_big +androidx.appcompat.R$style: int Base_Theme_AppCompat_Dialog_MinWidth +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void truncate() +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintVertical_weight +wangdaye.com.geometricweather.R$styleable: int LoadingImageView_imageAspectRatioAdjust +com.google.android.material.R$color: int primary_dark_material_dark +wangdaye.com.geometricweather.R$drawable: int abc_btn_check_to_on_mtrl_000 +wangdaye.com.geometricweather.db.entities.WeatherEntity: void __setDaoSession(wangdaye.com.geometricweather.db.entities.DaoSession) +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_menu_selectall_mtrl_alpha +okhttp3.internal.ws.RealWebSocket: int receivedCloseCode +wangdaye.com.geometricweather.R$string: int settings_notification_can_be_cleared_on +wangdaye.com.geometricweather.R$drawable: int weather_haze +androidx.preference.R$color: int primary_text_default_material_light +androidx.core.R$styleable: int FontFamilyFont_fontVariationSettings +com.google.android.material.R$id: int material_minute_text_input +androidx.viewpager.widget.ViewPager: void setCurrentItem(int) +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_trackTintMode +io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_android_elevation +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setCityId(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int GradientColor_android_endY +androidx.appcompat.R$color: int androidx_core_ripple_material_light +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getSrc() +androidx.preference.R$drawable: int abc_ic_menu_share_mtrl_alpha +cyanogenmod.themes.ThemeManager: void requestThemeChange(java.util.Map) +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_7 +com.baidu.location.e.o +androidx.hilt.work.R$styleable: int[] ColorStateListItem +com.jaredrummler.android.colorpicker.R$styleable: int[] CompoundButton +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ListView_Menu +androidx.preference.R$drawable: int abc_btn_radio_to_on_mtrl_015 +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_imageButtonStyle +androidx.appcompat.R$style: int Widget_AppCompat_Toolbar +retrofit2.KotlinExtensions$awaitResponse$2$2 +wangdaye.com.geometricweather.R$color: int material_grey_900 +okhttp3.internal.cache.DiskLruCache: boolean hasJournalErrors +wangdaye.com.geometricweather.R$anim: int mtrl_bottom_sheet_slide_in +androidx.hilt.work.R$id: int action_container +com.google.android.material.R$id: int dragStart +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf +com.bumptech.glide.R$dimen: int compat_button_inset_vertical_material +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean writePersistentBytes(java.lang.String,byte[]) +wangdaye.com.geometricweather.R$id: int sides +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ListView_Menu +okhttp3.internal.cache.DiskLruCache: java.util.Iterator snapshots() +androidx.preference.R$styleable: int StateListDrawable_android_variablePadding +com.google.android.material.R$plurals +com.turingtechnologies.materialscrollbar.R$attr: int allowStacking +io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function9) +wangdaye.com.geometricweather.R$drawable: int abc_text_select_handle_right_mtrl_light +com.google.android.material.R$attr: int staggered +androidx.core.R$attr: int fontProviderQuery +okhttp3.internal.Util$1 +com.google.android.material.circularreveal.CircularRevealGridLayout: void setCircularRevealOverlayDrawable(android.graphics.drawable.Drawable) +com.google.android.material.R$id: int smallLabel +com.amap.api.fence.GeoFence: int STATUS_STAYED +wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit PERCENT +com.google.android.material.R$dimen: int compat_notification_large_icon_max_width +androidx.preference.R$drawable: int btn_radio_on_to_off_mtrl_animation +okhttp3.HttpUrl: boolean equals(java.lang.Object) +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_bias +androidx.lifecycle.ViewModelProviders +cyanogenmod.os.Concierge: Concierge() +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeIcePrecipitationDuration +androidx.lifecycle.Transformations: androidx.lifecycle.LiveData switchMap(androidx.lifecycle.LiveData,androidx.arch.core.util.Function) +androidx.transition.R$integer: R$integer() +retrofit2.Platform$Android$MainThreadExecutor: void execute(java.lang.Runnable) +androidx.appcompat.resources.R$style: int TextAppearance_Compat_Notification_Time +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_elevation +com.google.android.material.R$attr: int layout_constraintHorizontal_bias +james.adaptiveicon.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle +cyanogenmod.app.Profile$ProfileTrigger: Profile$ProfileTrigger(android.os.Parcel) +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_writePersistentBytes +io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: void run() +com.google.android.material.R$id: int withinBounds +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void unregisterCallback(cyanogenmod.externalviews.IKeyguardExternalViewCallbacks) +wangdaye.com.geometricweather.R$dimen: int mtrl_card_spacing +androidx.hilt.lifecycle.R$layout: int notification_template_icon_group +androidx.constraintlayout.widget.R$color: int abc_btn_colored_borderless_text_material +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart +com.jaredrummler.android.colorpicker.R$id: int preset +androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatImageView_tintMode +androidx.constraintlayout.widget.R$integer: int config_tooltipAnimTime +androidx.drawerlayout.widget.DrawerLayout: DrawerLayout(android.content.Context) +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_menu_material +wangdaye.com.geometricweather.R$animator: int touch_raise +wangdaye.com.geometricweather.R$styleable: int MenuView_preserveIconSpacing +wangdaye.com.geometricweather.R$string: int page_indicator +wangdaye.com.geometricweather.remoteviews.config.Hilt_HourlyTrendWidgetConfigActivity: Hilt_HourlyTrendWidgetConfigActivity() +cyanogenmod.externalviews.ExternalView +wangdaye.com.geometricweather.R$attr: int queryBackground +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Dialog_Alert_Framework +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String nighttimeWeatherPhase +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse +androidx.lifecycle.ComputableLiveData$3: ComputableLiveData$3(androidx.lifecycle.ComputableLiveData) +com.amap.api.location.AMapLocationClientOption: void setScanWifiInterval(long) +io.reactivex.Observable: io.reactivex.Single last(java.lang.Object) +wangdaye.com.geometricweather.common.basic.models.weather.Alert: int describeContents() +okhttp3.internal.http2.Http2Connection$Builder: okio.BufferedSink sink +com.google.android.material.R$drawable: int abc_ic_clear_material +james.adaptiveicon.R$styleable: int AppCompatTextView_fontVariationSettings +com.google.android.material.R$string: int abc_searchview_description_voice +com.google.android.material.R$attr: int arrowHeadLength +androidx.constraintlayout.widget.R$styleable: int Constraint_android_maxWidth +com.google.android.material.R$dimen: int mtrl_extended_fab_disabled_elevation +cyanogenmod.themes.IThemeService: int getLastThemeChangeRequestType() +com.google.android.material.button.MaterialButton: void setStrokeWidthResource(int) +retrofit2.adapter.rxjava2.BodyObservable: io.reactivex.Observable upstream +cyanogenmod.hardware.IThermalListenerCallback$Stub: android.os.IBinder asBinder() +com.google.android.material.navigation.NavigationView: int getItemIconPadding() +com.google.android.material.R$styleable: int ConstraintSet_barrierDirection +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void onTimeoutError(long,java.lang.Throwable) +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Large_Inverse +androidx.hilt.lifecycle.R$id: int tag_unhandled_key_listeners +wangdaye.com.geometricweather.R$attr: int checkedButton +androidx.hilt.R$id: int accessibility_custom_action_20 +com.google.android.material.R$style: int Theme_MaterialComponents_Light_DarkActionBar +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_autoSizeTextType +okhttp3.Cache: void trackResponse(okhttp3.internal.cache.CacheStrategy) +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: void onComplete() +wangdaye.com.geometricweather.R$layout: int cpv_preference_square_large +wangdaye.com.geometricweather.R$attr: int text_color +com.turingtechnologies.materialscrollbar.R$string: int abc_action_bar_home_description +okhttp3.internal.http.RetryAndFollowUpInterceptor: okhttp3.internal.connection.StreamAllocation streamAllocation() +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: boolean isExecuted() +com.google.android.material.R$styleable: int TextAppearance_android_shadowColor +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle +androidx.appcompat.widget.AppCompatTextView: void setTextClassifier(android.view.textclassifier.TextClassifier) +wangdaye.com.geometricweather.R$string: int feedback_select_location_provider +androidx.preference.R$styleable: int AppCompatTheme_editTextBackground +okhttp3.OkHttpClient: okhttp3.Authenticator proxyAuthenticator +com.bumptech.glide.integration.okhttp.R$dimen: int compat_button_inset_vertical_material +wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: java.lang.String getDurationVoice(android.content.Context,float) +io.reactivex.Observable: io.reactivex.Observable sorted(java.util.Comparator) +com.google.android.material.floatingactionbutton.FloatingActionButton: void hide(com.google.android.material.floatingactionbutton.FloatingActionButton$OnVisibilityChangedListener) +wangdaye.com.geometricweather.R$attr: int actionBarDivider +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_FloatingActionButton +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SCATTERED_SNOW_SHOWERS +okhttp3.internal.http2.Http2Codec$StreamFinishingSource: long bytesRead +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Dialog_MinWidth +androidx.lifecycle.SavedStateHandleController: void tryToAddRecreator(androidx.savedstate.SavedStateRegistry,androidx.lifecycle.Lifecycle) +okhttp3.Request$Builder: okhttp3.Request$Builder head() +io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +okhttp3.internal.Util: java.nio.charset.Charset UTF_8 +androidx.viewpager2.R$id: int accessibility_custom_action_15 +wangdaye.com.geometricweather.remoteviews.config.ClockDayWeekWidgetConfigActivity +androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType BOOLEAN_TYPE +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Spinner +androidx.activity.R$styleable: int FontFamily_fontProviderQuery +cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String opPkg +androidx.hilt.work.R$styleable: int[] Fragment +wangdaye.com.geometricweather.R$layout: int dialog_learn_more_about_geocoder +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeSplitBackground +com.turingtechnologies.materialscrollbar.R$styleable: int[] BottomAppBar +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_id +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_elevation +com.google.android.material.R$color: int cardview_light_background +cyanogenmod.themes.IThemeChangeListener$Stub +wangdaye.com.geometricweather.R$attr: int iconResEnd +james.adaptiveicon.R$style: int Widget_AppCompat_PopupWindow +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String _ID +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun: java.util.Date Set +com.google.android.material.R$color: int switch_thumb_normal_material_dark +james.adaptiveicon.R$attr: int textColorAlertDialogListItem +androidx.preference.R$style: int Base_Widget_AppCompat_AutoCompleteTextView +com.bumptech.glide.R$id: int right_side +androidx.hilt.lifecycle.R$style +retrofit2.RequestFactory$Builder: retrofit2.Retrofit retrofit +com.google.android.material.R$id: int textinput_suffix_text +cyanogenmod.app.ProfileGroup$Mode: cyanogenmod.app.ProfileGroup$Mode OVERRIDE +android.didikee.donate.R$attr: int listPopupWindowStyle +okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.PushObserver pushObserver +com.google.android.material.datepicker.CalendarConstraints +org.greenrobot.greendao.AbstractDao: java.lang.String[] getNonPkColumns() +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionButton_Overflow +okhttp3.Headers: java.lang.String get(java.lang.String[],java.lang.String) +androidx.constraintlayout.widget.R$dimen: int highlight_alpha_material_light +wangdaye.com.geometricweather.R$attr: int colorSurface +okhttp3.Dispatcher: Dispatcher(java.util.concurrent.ExecutorService) +com.google.android.material.R$styleable: int[] ViewBackgroundHelper +androidx.work.R$dimen: int notification_small_icon_background_padding +com.google.android.material.slider.BaseSlider: void setValues(java.util.List) +androidx.appcompat.R$styleable: int Toolbar_subtitleTextColor +androidx.preference.R$attr: int textAppearanceListItem +androidx.preference.R$styleable: int Toolbar_popupTheme +cyanogenmod.app.CMTelephonyManager: cyanogenmod.app.ICMTelephonyManager sService +com.jaredrummler.android.colorpicker.R$styleable: int RecycleListView_paddingTopNoTitle +com.google.android.material.R$style: int TestStyleWithoutLineHeight +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: io.reactivex.internal.queue.MpscLinkedQueue queue +android.didikee.donate.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable +cyanogenmod.themes.ThemeManager: long getLastThemeChangeTime() +android.didikee.donate.R$dimen: int notification_subtext_size +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void onSubscribe(io.reactivex.disposables.Disposable) +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void request(long) +wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: java.lang.String admin +okio.ByteString: okio.ByteString encodeUtf8(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling +wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: java.lang.String getMoonPhase(android.content.Context) +com.amap.api.location.AMapLocation: java.lang.String i(com.amap.api.location.AMapLocation,java.lang.String) +wangdaye.com.geometricweather.R$dimen: int mtrl_progress_circular_inset +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintTag +androidx.preference.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView +io.reactivex.internal.operators.observable.ObservableReplay$SizeBoundReplayBuffer: long serialVersionUID +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: int prefetch +wangdaye.com.geometricweather.weather.json.mf.MfRainResult +okhttp3.internal.http2.Http2Stream$FramingSink: void write(okio.Buffer,long) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: long EpochDate +cyanogenmod.app.suggest.ApplicationSuggestion$1: ApplicationSuggestion$1() +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_creator +io.reactivex.Observable: io.reactivex.Single collectInto(java.lang.Object,io.reactivex.functions.BiConsumer) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: java.util.List value +wangdaye.com.geometricweather.R$styleable: int[] OnClick +androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableTransition_android_reversible +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_android_textOn +android.didikee.donate.R$styleable: int ActionBar_displayOptions +androidx.appcompat.R$styleable: int Spinner_android_entries +wangdaye.com.geometricweather.R$drawable: int material_ic_keyboard_arrow_next_black_24dp +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: java.lang.String speed +okhttp3.internal.platform.AndroidPlatform: boolean isCleartextTrafficPermitted(java.lang.String) +io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: MaybeToObservable$MaybeToObservableObserver(io.reactivex.Observer) +okhttp3.Response$Builder: okhttp3.Response$Builder receivedResponseAtMillis(long) +androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat_Dialog +com.google.android.material.textfield.TextInputLayout: com.google.android.material.internal.CheckableImageButton getEndIconToUpdateDummyDrawable() +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: io.reactivex.functions.Function bufferClose +io.reactivex.exceptions.OnErrorNotImplementedException: long serialVersionUID +org.greenrobot.greendao.AbstractDao: java.lang.Object loadCurrent(android.database.Cursor,int,boolean) +okhttp3.internal.Util$2: boolean val$daemon +okhttp3.internal.publicsuffix.PublicSuffixDatabase: byte EXCEPTION_MARKER +androidx.lifecycle.ReflectiveGenericLifecycleObserver: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) +com.google.android.material.R$drawable: int abc_ic_menu_selectall_mtrl_alpha +androidx.preference.R$style: int Base_AlertDialog_AppCompat_Light +androidx.appcompat.R$styleable: int MenuGroup_android_enabled +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated +androidx.preference.R$styleable: int[] MenuView +androidx.vectordrawable.R$id: int accessibility_custom_action_8 +wangdaye.com.geometricweather.R$menu: int activity_settings +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float so2 +io.reactivex.internal.observers.DeferredScalarObserver: void onNext(java.lang.Object) +cyanogenmod.weatherservice.ServiceRequestResult$1: cyanogenmod.weatherservice.ServiceRequestResult createFromParcel(android.os.Parcel) +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Small_Inverse +com.google.android.material.R$layout: int notification_action +cyanogenmod.profiles.AirplaneModeSettings$BooleanState: int STATE_ENABLED +com.google.android.material.R$attr: int chipStrokeWidth +io.reactivex.Observable: io.reactivex.Single elementAtOrError(long) +wangdaye.com.geometricweather.db.entities.HistoryEntity +androidx.preference.R$drawable: int abc_list_selector_holo_light +androidx.constraintlayout.widget.R$attr: int measureWithLargestChild +androidx.constraintlayout.widget.R$attr: int buttonTint +androidx.viewpager2.R$dimen: int fastscroll_default_thickness +com.turingtechnologies.materialscrollbar.R$styleable: int ViewBackgroundHelper_backgroundTintMode +androidx.lifecycle.SavedStateHandle$SavingStateLiveData: void detach() +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: int unitArrayIndex +cyanogenmod.app.Profile: int getExpandedDesktopMode() +com.turingtechnologies.materialscrollbar.R$layout: int select_dialog_item_material +com.jaredrummler.android.colorpicker.R$style: int Preference_Information +androidx.work.R$id: int accessibility_action_clickable_span +wangdaye.com.geometricweather.R$id: int enterAlwaysCollapsed +com.jaredrummler.android.colorpicker.R$attr: int state_above_anchor +com.google.android.material.R$styleable: int[] DrawerArrowToggle +okio.RealBufferedSink: boolean closed +io.reactivex.Observable: io.reactivex.Observable mergeWith(io.reactivex.CompletableSource) +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SNOW +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_always_show_bubble +androidx.appcompat.widget.ActionBarContainer: ActionBarContainer(android.content.Context) +androidx.core.R$id: int tag_transition_group +androidx.legacy.coreutils.R$styleable: int GradientColor_android_endY +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: boolean done +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Imperial +com.amap.api.fence.PoiItem: void setPoiName(java.lang.String) +okhttp3.internal.http2.Http2Reader: void readData(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) +io.reactivex.Observable: io.reactivex.Observable concatMapSingleDelayError(io.reactivex.functions.Function) +wangdaye.com.geometricweather.R$styleable: int ActionBar_logo +androidx.appcompat.widget.ActionBarContainer: android.view.View getTabContainer() +cyanogenmod.app.CMTelephonyManager: CMTelephonyManager(android.content.Context) +com.turingtechnologies.materialscrollbar.R$attr: int msb_autoHide +wangdaye.com.geometricweather.R$id: int gone +androidx.appcompat.widget.AppCompatTextView: void setSupportCompoundDrawablesTintMode(android.graphics.PorterDuff$Mode) +androidx.hilt.work.R$id: int visible_removing_fragment_view_tag +com.google.android.material.R$id: int floating +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_iconTint +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property Pm10 +james.adaptiveicon.R$color: int bright_foreground_inverse_material_light +wangdaye.com.geometricweather.R$drawable: int notif_temp_84 +com.turingtechnologies.materialscrollbar.R$attr: int checkboxStyle +james.adaptiveicon.R$drawable: int notification_icon_background +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void innerError(java.lang.Throwable) +androidx.constraintlayout.widget.R$styleable: int Toolbar_android_gravity +androidx.hilt.work.R$id: int tag_transition_group +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: java.lang.String address +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_shapeAppearanceOverlay +androidx.appcompat.widget.SwitchCompat: android.content.res.ColorStateList getTrackTintList() +com.google.android.material.R$attr: int iconSize +retrofit2.BuiltInConverters$RequestBodyConverter: BuiltInConverters$RequestBodyConverter() +com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_thickness +com.github.rahatarmanahmed.cpv.R$integer: R$integer() +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History +com.google.android.material.R$attr: int titleMargin +wangdaye.com.geometricweather.R$color: int dim_foreground_material_light +androidx.viewpager.widget.PagerTitleStrip: void setSingleLineAllCaps(android.widget.TextView) +androidx.preference.R$style: int Widget_AppCompat_Button +okhttp3.internal.platform.OptionalMethod: boolean isSupported(java.lang.Object) +com.google.android.material.R$styleable: int TextInputLayout_endIconMode +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_panelMenuListWidth +androidx.loader.R$dimen: int compat_notification_large_icon_max_width +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer dewPoint +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: long timeout +androidx.viewpager.widget.PagerTabStrip: PagerTabStrip(android.content.Context,android.util.AttributeSet) +android.didikee.donate.R$styleable: int AppCompatTextHelper_android_textAppearance +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constrainedWidth +wangdaye.com.geometricweather.R$style: int PreferenceFragmentList +com.google.android.material.R$style: int Base_Widget_MaterialComponents_TextInputLayout +retrofit2.OkHttpCall$1: void onResponse(okhttp3.Call,okhttp3.Response) +com.google.android.gms.base.R$color: int common_google_signin_btn_text_dark +okhttp3.internal.http2.Http2Connection: void pushResetLater(int,okhttp3.internal.http2.ErrorCode) +okhttp3.internal.ws.WebSocketReader$FrameCallback: void onReadPong(okio.ByteString) +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_setActiveProfile_0 +com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_actionTextColorAlpha +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Metric: int UnitType +james.adaptiveicon.R$styleable: int MenuItem_numericModifiers +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_WIFI_ICON +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents +com.jaredrummler.android.colorpicker.R$id: int square +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onDetachedFromWindow() +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float getIce() +okhttp3.Cookie: boolean persistent() +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarViewPager: android.graphics.Rect getWindowInsets() +wangdaye.com.geometricweather.R$attr: int tickVisible +com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_selector_background_transition_holo_dark +androidx.viewpager.widget.ViewPager: void addOnPageChangeListener(androidx.viewpager.widget.ViewPager$OnPageChangeListener) +androidx.constraintlayout.widget.R$attr: int toolbarStyle +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Button_Colored +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Small_Inverse +com.google.android.material.R$styleable: int AppCompatTheme_alertDialogStyle +android.didikee.donate.R$attr: int subtitleTextStyle +okio.GzipSource: byte FEXTRA +androidx.preference.R$styleable: int Preference_android_title +okhttp3.OkHttpClient$1: boolean equalsNonHost(okhttp3.Address,okhttp3.Address) +okhttp3.RequestBody$3: okhttp3.MediaType contentType() +io.reactivex.Observable: io.reactivex.Observable dematerialize(io.reactivex.functions.Function) +cyanogenmod.app.LiveLockScreenManager: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: void onError(java.lang.Throwable) +androidx.work.R$styleable: int FontFamilyFont_fontVariationSettings +androidx.loader.R$attr: int fontStyle +cyanogenmod.app.IProfileManager$Stub: IProfileManager$Stub() +androidx.preference.R$style: int TextAppearance_AppCompat_Large_Inverse +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 +okhttp3.EventListener$Factory +com.jaredrummler.android.colorpicker.R$attr: int buttonStyle +com.jaredrummler.android.colorpicker.R$attr: int textAppearanceLargePopupMenu +com.amap.api.fence.GeoFence: int getType() +androidx.preference.R$drawable: int abc_cab_background_top_mtrl_alpha +io.reactivex.internal.operators.observable.ObservableGroupBy$State: void subscribe(io.reactivex.Observer) +com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_endColor +com.amap.api.location.AMapLocation: java.lang.String l +androidx.loader.R$styleable: int FontFamilyFont_font +androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$State getStateAfter(androidx.lifecycle.Lifecycle$Event) +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_autoSizeMaxTextSize +com.google.android.material.R$attr: int textAppearanceLargePopupMenu +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter emitter +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text +android.didikee.donate.R$drawable: int abc_ic_menu_selectall_mtrl_alpha +androidx.appcompat.resources.R$dimen: int notification_media_narrow_margin +com.google.android.gms.common.api.internal.zabi +okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder onlyIfCached() +androidx.core.R$dimen: int notification_action_text_size +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void onNext(java.lang.Object) +androidx.drawerlayout.R$layout: int notification_action_tombstone +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_onClick +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxStrokeColor +wangdaye.com.geometricweather.R$attr: int helperText +com.google.android.material.R$id: int line1 +okhttp3.internal.connection.StreamAllocation: void acquire(okhttp3.internal.connection.RealConnection,boolean) +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationApi +james.adaptiveicon.R$styleable: int AppCompatTheme_dividerVertical +androidx.preference.R$id: int parentPanel +wangdaye.com.geometricweather.R$drawable: int weather_snow_mini_xml +androidx.preference.R$styleable: int ActionBar_logo +androidx.preference.R$styleable: int LinearLayoutCompat_android_baselineAligned +okhttp3.internal.http1.Http1Codec$FixedLengthSource: void close() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Imperial +wangdaye.com.geometricweather.R$drawable: int weather_clear_day_mini_light +com.google.android.material.R$attr: int subtitle +cyanogenmod.providers.CMSettings$Global: int getInt(android.content.ContentResolver,java.lang.String,int) +android.didikee.donate.R$styleable: int MenuView_android_headerBackground +androidx.constraintlayout.widget.R$attr: int region_heightLessThan +okio.AsyncTimeout$1: java.lang.String toString() +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamily_fontProviderCerts +com.google.android.material.R$styleable: int KeyAttribute_android_translationX +androidx.loader.R$styleable: int ColorStateListItem_alpha +androidx.legacy.coreutils.R$layout: R$layout() +com.turingtechnologies.materialscrollbar.R$id: int src_in +okhttp3.MultipartBody$Builder: okhttp3.MultipartBody$Builder addFormDataPart(java.lang.String,java.lang.String,okhttp3.RequestBody) +okhttp3.internal.http2.Http2Reader: void readWindowUpdate(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult +androidx.lifecycle.LifecycleRegistry: void handleLifecycleEvent(androidx.lifecycle.Lifecycle$Event) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setRagweedLevel(java.lang.Integer) +okio.InflaterSource: InflaterSource(okio.Source,java.util.zip.Inflater) +com.turingtechnologies.materialscrollbar.R$attr: int buttonStyleSmall +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void innerSuccess(java.lang.Object) +com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_itemTextAppearance +com.google.android.material.R$styleable: int KeyAttribute_android_alpha +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small +okhttp3.internal.http2.Http2Codec: okhttp3.Response$Builder readHttp2HeadersList(okhttp3.Headers,okhttp3.Protocol) +cyanogenmod.weather.WeatherInfo: void writeToParcel(android.os.Parcel,int) +james.adaptiveicon.R$string: int abc_searchview_description_clear +android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat +wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_rangeFillColor +io.reactivex.internal.schedulers.ScheduledRunnable: void setFuture(java.util.concurrent.Future) +okhttp3.Cookie$Builder: okhttp3.Cookie$Builder secure() +com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_startX +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$1: LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$1(androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription,long) +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: java.lang.String value +com.google.android.material.navigation.NavigationView: int getItemMaxLines() +androidx.hilt.R$id: int accessibility_custom_action_8 +okhttp3.internal.tls.DistinguishedNameParser: java.lang.String dn +cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_PUT_GLOBAL +com.google.android.material.R$color: int bright_foreground_material_light +androidx.preference.R$string: R$string() +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarTabStyle +com.google.android.material.R$drawable: int abc_seekbar_tick_mark_material +com.google.android.material.R$styleable: int ChipGroup_chipSpacingVertical +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall +android.didikee.donate.R$styleable: int AppCompatTheme_actionModeCutDrawable +com.jaredrummler.android.colorpicker.R$attr: int actionBarTabTextStyle +com.jaredrummler.android.colorpicker.R$styleable: int Preference_fragment +cyanogenmod.app.ICMStatusBarManager: void unregisterListener(cyanogenmod.app.ICustomTileListener,int) +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property Id +com.xw.repo.bubbleseekbar.R$attr: int icon +com.amap.api.fence.GeoFence: void setCurrentLocation(com.amap.api.location.AMapLocation) +io.reactivex.internal.observers.InnerQueuedObserver: int fusionMode() +wangdaye.com.geometricweather.R$attr: int boxBackgroundColor +wangdaye.com.geometricweather.db.entities.MinutelyEntity: MinutelyEntity() +androidx.preference.R$style: int Widget_AppCompat_Light_ActivityChooserView +okio.Buffer: okio.ByteString sha512() +retrofit2.OkHttpCall: okhttp3.Call$Factory callFactory +com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_RatingBar +cyanogenmod.app.CMContextConstants: java.lang.String CM_PARTNER_INTERFACE wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_activityChooserViewStyle -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_barrierAllowsGoneWidgets -okhttp3.internal.Util: java.lang.String format(java.lang.String,java.lang.Object[]) -wangdaye.com.geometricweather.R$styleable: int Badge_horizontalOffset -com.google.android.material.textfield.TextInputLayout: void setErrorIconVisible(boolean) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: void setWind(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX) -com.amap.api.fence.DistrictItem: java.lang.String getCitycode() -okhttp3.internal.ws.RealWebSocket: void checkResponse(okhttp3.Response) -wangdaye.com.geometricweather.remoteviews.config.DayWeekWidgetConfigActivity -androidx.appcompat.R$styleable: int SwitchCompat_switchTextAppearance -androidx.hilt.R$id: int tag_accessibility_heading -com.bumptech.glide.R$color: int notification_action_color_filter -com.google.android.material.R$id: int packed -androidx.drawerlayout.R$attr -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_itemPadding -androidx.vectordrawable.R$id: int accessibility_custom_action_6 -com.google.android.gms.base.R$string: R$string() -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setBadge(com.google.android.material.badge.BadgeDrawable) -com.google.android.material.R$styleable: int MaterialCardView_shapeAppearance -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert -com.github.rahatarmanahmed.cpv.BuildConfig: java.lang.String BUILD_TYPE -androidx.appcompat.R$drawable: int abc_vector_test -androidx.transition.R$id: int transition_transform -com.jaredrummler.android.colorpicker.R$layout: int abc_search_view -androidx.work.impl.utils.futures.AbstractFuture: androidx.work.impl.utils.futures.AbstractFuture$Listener listeners -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable -com.google.android.material.R$styleable: int AppCompatTheme_android_windowAnimationStyle -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xnp -com.google.android.material.internal.FlowLayout: FlowLayout(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.R$styleable: int Constraint_layout_constraintBottom_creator -androidx.constraintlayout.widget.R$styleable: int Toolbar_menu -com.google.android.material.R$id: int mtrl_picker_header -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextView -cyanogenmod.library.R$styleable: R$styleable() -androidx.activity.R$styleable: int FontFamilyFont_fontVariationSettings -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_9 -com.google.android.material.R$string: int mtrl_picker_range_header_title -com.google.android.material.R$styleable: int AppCompatTextView_autoSizePresetSizes -okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.util.concurrent.CountDownLatch readCompleteLatch -wangdaye.com.geometricweather.R$drawable: int tooltip_frame_light -wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit: java.lang.String unitAbbreviation -wangdaye.com.geometricweather.R$styleable: int[] BackgroundStyle -androidx.hilt.R$id: int tag_unhandled_key_event_manager -okhttp3.internal.http2.Settings: int getHeaderTableSize() -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderLayout -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ListPopupWindow -androidx.dynamicanimation.R$attr: int fontProviderCerts -androidx.constraintlayout.widget.R$color: int abc_background_cache_hint_selector_material_dark -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setOnRefreshListener(androidx.swiperefreshlayout.widget.SwipeRefreshLayout$OnRefreshListener) -com.google.android.material.R$attr: int trackHeight -android.didikee.donate.R$styleable: int Toolbar_contentInsetEnd -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintBaseline_toBaselineOf -com.google.android.material.chip.Chip: void setBackgroundDrawable(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle valueOf(java.lang.String) -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit getInstance(java.lang.String) -com.turingtechnologies.materialscrollbar.R$style: int Base_V23_Theme_AppCompat_Light -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_voice_search_api_material -com.turingtechnologies.materialscrollbar.R$id: int action_bar_subtitle -okhttp3.RealCall: boolean isCanceled() -com.xw.repo.bubbleseekbar.R$id: int message -com.amap.api.location.AMapLocationClient: void onDestroy() -com.amap.api.fence.GeoFence: int ERROR_CODE_FAILURE_PARSER -wangdaye.com.geometricweather.R$id: int tag_icon_night -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: int val$width -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void onComplete() -com.google.android.material.chip.Chip: void setChipIconSizeResource(int) -cyanogenmod.providers.CMSettings$System: int getInt(android.content.ContentResolver,java.lang.String,int) -androidx.preference.CheckBoxPreference -androidx.preference.R$drawable: int abc_list_selector_background_transition_holo_dark -android.didikee.donate.R$anim: int abc_slide_in_top -wangdaye.com.geometricweather.R$styleable: int[] MotionTelltales -com.xw.repo.bubbleseekbar.R$styleable: int ButtonBarLayout_allowStacking -com.amap.api.location.AMapLocationClientOption: AMapLocationClientOption(android.os.Parcel) -wangdaye.com.geometricweather.R$id: int material_clock_face -cyanogenmod.providers.ThemesContract$PreviewColumns: android.net.Uri APPLIED_URI -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainNoLast -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar -com.turingtechnologies.materialscrollbar.R$anim: int abc_popup_enter -com.xw.repo.bubbleseekbar.R$styleable: int[] FontFamily -androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type VERTICAL_DIMENSION -wangdaye.com.geometricweather.R$styleable: int MaterialButton_android_insetTop -androidx.dynamicanimation.R$layout: int notification_action_tombstone -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_halfExpandedRatio -wangdaye.com.geometricweather.R$styleable: int ArcProgress_background_color -com.google.android.material.R$style: int Base_Widget_AppCompat_ListMenuView -wangdaye.com.geometricweather.R$integer: int cpv_default_progress -wangdaye.com.geometricweather.R$attr: int textAppearanceHeadline4 -androidx.appcompat.R$attr: int dropdownListPreferredItemHeight -okhttp3.OkHttpClient: okhttp3.internal.tls.CertificateChainCleaner certificateChainCleaner -androidx.preference.R$attr: int min -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: java.lang.String getDensityVoice(android.content.Context,float) -cyanogenmod.app.CustomTile$ExpandedItem: void internalSetItemSummary(java.lang.String) -com.google.gson.JsonParseException -okhttp3.internal.http2.Http2Writer: int maxDataLength() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: void setLogo(java.lang.String) -com.google.android.material.R$attr: int counterEnabled -com.google.android.material.R$drawable: int abc_text_select_handle_middle_mtrl_light -com.turingtechnologies.materialscrollbar.R$styleable: int CardView_cardCornerRadius -androidx.preference.R$layout -com.loc.k -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_translationZ -androidx.vectordrawable.animated.R$id: int icon -com.google.android.material.R$attr: int behavior_autoHide -okio.GzipSource: GzipSource(okio.Source) -wangdaye.com.geometricweather.R$drawable: int notif_temp_39 -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy -androidx.lifecycle.extensions.R$color: int secondary_text_default_material_light -androidx.vectordrawable.R$styleable: int GradientColor_android_gradientRadius -com.google.android.material.imageview.ShapeableImageView: void setStrokeColor(android.content.res.ColorStateList) -androidx.preference.R$style: int Base_Widget_AppCompat_ListPopupWindow -okhttp3.internal.http.HttpDate$1: HttpDate$1() -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: java.util.concurrent.atomic.AtomicReferenceArray values -io.reactivex.internal.observers.ForEachWhileObserver: io.reactivex.functions.Consumer onError -androidx.drawerlayout.R$dimen: int compat_notification_large_icon_max_height -com.google.android.material.R$string: int material_clock_toggle_content_description -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_default -androidx.hilt.lifecycle.R$color: int ripple_material_light -com.google.android.material.R$dimen: int mtrl_calendar_year_vertical_padding -com.google.android.material.circularreveal.CircularRevealGridLayout: void setCircularRevealOverlayDrawable(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_translationY -okhttp3.internal.http1.Http1Codec$ChunkedSink: void close() -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_scaleY -wangdaye.com.geometricweather.R$color: int mtrl_btn_transparent_bg_color -androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_marginLeft -wangdaye.com.geometricweather.db.entities.HistoryEntity: void setNighttimeTemperature(int) -androidx.recyclerview.widget.RecyclerView: boolean getPreserveFocusAfterLayout() -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Toolbar_Button_Navigation -androidx.core.R$attr: int font -androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionMode -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_ratingBarStyleSmall -com.amap.api.location.AMapLocationClientOption: long getHttpTimeOut() -androidx.constraintlayout.widget.R$attr: int touchAnchorId -com.jaredrummler.android.colorpicker.R$dimen: int compat_notification_large_icon_max_width -com.google.android.material.R$styleable: int MaterialCardView_shapeAppearanceOverlay -retrofit2.ParameterHandler$Part: int p +com.xw.repo.bubbleseekbar.R$layout: int abc_screen_toolbar +cyanogenmod.providers.ThemesContract$ThemesColumns$InstallState: ThemesContract$ThemesColumns$InstallState() +okhttp3.HttpUrl: okhttp3.HttpUrl parse(java.lang.String) +wangdaye.com.geometricweather.R$integer: int app_bar_elevation_anim_duration +androidx.appcompat.R$styleable: int View_theme +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver +cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode getVibrateMode() +okhttp3.Response$Builder: okhttp3.Response$Builder addHeader(java.lang.String,java.lang.String) +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: io.reactivex.internal.util.AtomicThrowable error +james.adaptiveicon.R$styleable: int Toolbar_maxButtonHeight +com.google.gson.stream.JsonWriter: void close() +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_small_material +cyanogenmod.weather.CMWeatherManager$1: CMWeatherManager$1(cyanogenmod.weather.CMWeatherManager) +com.xw.repo.bubbleseekbar.R$style: int Base_DialogWindowTitle_AppCompat +androidx.lifecycle.Observer: void onChanged(java.lang.Object) +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: io.reactivex.Observer downstream +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_panelMenuListWidth +com.google.android.material.R$id: int design_menu_item_action_area +android.didikee.donate.R$color: int abc_primary_text_disable_only_material_light +wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout: void setOnApplyWindowInsetsListener(android.view.View$OnApplyWindowInsetsListener) +androidx.preference.R$styleable: int Toolbar_subtitleTextColor +cyanogenmod.app.CustomTile$ExpandedItem +com.google.android.gms.base.R$color: int common_google_signin_btn_text_dark_disabled +wangdaye.com.geometricweather.R$id: int text +okhttp3.Challenge +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: int WeatherIcon +com.google.android.material.R$id: int accessibility_custom_action_12 +wangdaye.com.geometricweather.R$anim: int fragment_fast_out_extra_slow_in +cyanogenmod.externalviews.KeyguardExternalView$2: void collapseNotificationPanel() +androidx.appcompat.R$drawable: int abc_tab_indicator_material +androidx.appcompat.R$style: int Widget_AppCompat_Button_Small +androidx.loader.R$attr: int fontProviderFetchTimeout +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: InkPageIndicator(android.content.Context) +wangdaye.com.geometricweather.R$dimen: int material_emphasis_disabled +cyanogenmod.providers.CMSettings$System: java.lang.String INCREASING_RING_START_VOLUME +com.google.android.material.R$attr: int telltales_tailScale +wangdaye.com.geometricweather.R$layout: int cpv_color_item_square +com.google.android.material.R$dimen: int mtrl_fab_translation_z_pressed +com.google.android.material.R$styleable: int AppCompatTheme_windowMinWidthMinor +com.google.android.material.R$styleable: int CompoundButton_buttonTint +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_FONTS +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Metric: AccuCurrentResult$WindChillTemperature$Metric() +androidx.loader.R$attr: int fontProviderQuery +com.google.android.material.R$style: int Widget_MaterialComponents_Chip_Filter +com.google.android.material.R$dimen: int mtrl_switch_thumb_elevation +wangdaye.com.geometricweather.R$drawable: int notif_temp_17 +okhttp3.internal.cache.DiskLruCache: void close() +com.google.android.material.R$attr: int flow_firstHorizontalBias +wangdaye.com.geometricweather.R$styleable: int Slider_trackHeight +com.google.android.material.internal.FlowLayout: int getLineSpacing() +androidx.preference.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity +cyanogenmod.weatherservice.ServiceRequestResult$Builder: cyanogenmod.weather.WeatherInfo mWeatherInfo +androidx.preference.R$string: int abc_activity_chooser_view_see_all +wangdaye.com.geometricweather.R$id: int search_go_btn +com.google.android.material.chip.ChipGroup: int getChipCount() +com.turingtechnologies.materialscrollbar.R$color: int foreground_material_light +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void setFirst(io.reactivex.internal.operators.observable.ObservableReplay$Node) +wangdaye.com.geometricweather.R$attr: int tooltipStyle +okhttp3.internal.Util: java.util.regex.Pattern VERIFY_AS_IP_ADDRESS +com.xw.repo.bubbleseekbar.R$attr: int bsb_second_track_color +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_android_insetRight +cyanogenmod.externalviews.KeyguardExternalView$6: void run() +org.greenrobot.greendao.AbstractDao: void updateKeyAfterInsertAndAttach(java.lang.Object,long,boolean) +com.google.android.material.R$styleable: int TextInputLayout_prefixTextColor +androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_android_fontVariationSettings +androidx.coordinatorlayout.R$styleable: int[] CoordinatorLayout +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder eventListenerFactory(okhttp3.EventListener$Factory) +android.didikee.donate.R$style: int Theme_AppCompat_Light_NoActionBar +james.adaptiveicon.R$attr: int backgroundStacked +androidx.recyclerview.widget.RecyclerView: void setScrollingTouchSlop(int) +okhttp3.Cache$Entry: long receivedResponseMillis +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_android_windowAnimationStyle +androidx.coordinatorlayout.R$drawable: int notification_bg_low +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$TotalLiquid +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation +com.turingtechnologies.materialscrollbar.R$id: int coordinator +androidx.viewpager.R$drawable: int notification_bg_normal +com.xw.repo.bubbleseekbar.R$attr: int actionModeShareDrawable +wangdaye.com.geometricweather.R$id: int material_timepicker_cancel_button +androidx.lifecycle.extensions.R$drawable: int notification_bg +com.google.android.material.R$string: int status_bar_notification_info_overflow +com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawable_android_enterFadeDuration +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light_Dialog +com.google.android.material.R$dimen: int abc_dialog_fixed_width_minor +com.amap.api.location.AMapLocationQualityReport: boolean isInstalledHighDangerMockApp() +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintRight_creator +com.google.android.material.R$styleable: int Transform_android_transformPivotY +io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiFunction) +wangdaye.com.geometricweather.R$layout: int abc_screen_content_include +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void onComplete() +com.google.gson.internal.$Gson$Types$WildcardTypeImpl: long serialVersionUID +androidx.core.R$dimen: int compat_button_inset_horizontal_material +com.xw.repo.bubbleseekbar.R$id: int add +wangdaye.com.geometricweather.R$animator: int mtrl_btn_unelevated_state_list_anim +androidx.preference.R$style: int Base_Widget_AppCompat_Button_Colored +com.google.android.material.R$layout: int select_dialog_singlechoice_material +com.google.android.material.chip.ChipGroup: void setShowDividerVertical(int) +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Wind +com.google.android.material.R$styleable: int ConstraintSet_android_minWidth +android.didikee.donate.R$style: int Base_Animation_AppCompat_DropDownUp +com.amap.api.location.AMapLocationClientOption: boolean o +com.amap.api.fence.GeoFence: com.amap.api.location.AMapLocation r +com.google.android.material.R$attr: int tabUnboundedRipple +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_display_1_material +wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_layout_anchor +okhttp3.internal.platform.Jdk9Platform: void configureTlsExtensions(javax.net.ssl.SSLSocket,java.lang.String,java.util.List) +com.google.android.material.bottomappbar.BottomAppBar: void setFabAnimationMode(int) +androidx.appcompat.widget.SwitchCompat +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_FloatingActionButton +io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: long serialVersionUID +com.bumptech.glide.load.engine.GlideException +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void slideLockscreenIn() +android.didikee.donate.R$styleable: int[] ActionMenuView +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setStrokeAlpha(float) +androidx.appcompat.R$drawable: int notification_template_icon_low_bg +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_editor_absoluteX +wangdaye.com.geometricweather.R$attr: int errorIconTint +androidx.preference.R$drawable: int notify_panel_notification_icon_bg +com.jaredrummler.android.colorpicker.R$style: int Widget_Compat_NotificationActionContainer +com.google.gson.FieldNamingPolicy$5 +androidx.appcompat.R$style: int Theme_AppCompat_Light_NoActionBar +androidx.transition.R$id: int transition_scene_layoutid_cache +wangdaye.com.geometricweather.R$layout: int item_aqi +wangdaye.com.geometricweather.R$id: int spline +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_26 +io.reactivex.internal.observers.InnerQueuedObserver: int fusionMode +wangdaye.com.geometricweather.R$id: int notification_main_column_container +james.adaptiveicon.R$styleable: int AppCompatTheme_colorAccent +okhttp3.HttpUrl$Builder: java.lang.String canonicalizeHost(java.lang.String,int,int) +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver +androidx.viewpager2.R$id: int accessibility_custom_action_13 +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_horizontalBias +com.jaredrummler.android.colorpicker.R$attr: int cpv_colorShape +okio.Buffer$2: int available() +wangdaye.com.geometricweather.R$id: int autoComplete +okhttp3.internal.platform.OptionalMethod: java.lang.Object invokeWithoutCheckedException(java.lang.Object,java.lang.Object[]) +com.google.android.material.appbar.ViewOffsetBehavior: ViewOffsetBehavior(android.content.Context,android.util.AttributeSet) +com.jaredrummler.android.colorpicker.R$attr: int maxHeight +androidx.appcompat.R$attr: int actionOverflowButtonStyle +wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_itemShapeAppearanceOverlay +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: java.util.concurrent.atomic.AtomicBoolean shouldConnect +androidx.preference.R$drawable: int abc_btn_radio_to_on_mtrl_000 +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: boolean done +androidx.hilt.lifecycle.R$anim: R$anim() +com.google.android.material.R$styleable: int CollapsingToolbarLayout_collapsedTitleTextAppearance +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: AccuDailyResult$DailyForecasts() +wangdaye.com.geometricweather.R$drawable: int weather_snow_mini_dark +com.google.gson.FieldNamingPolicy$5: FieldNamingPolicy$5(java.lang.String,int) +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: void onSuccess(java.lang.Object) +wangdaye.com.geometricweather.R$drawable: int weather_haze_mini_xml +com.jaredrummler.android.colorpicker.ColorPickerDialog +cyanogenmod.hardware.CMHardwareManager: int VIBRATOR_WARNING_INDEX +okhttp3.Request$Builder: okhttp3.Request$Builder header(java.lang.String,java.lang.String) +android.didikee.donate.R$styleable: int AppCompatTheme_panelBackground +com.turingtechnologies.materialscrollbar.R$style: int Base_V14_ThemeOverlay_MaterialComponents_Dialog +com.xw.repo.bubbleseekbar.R$style: int Base_V28_Theme_AppCompat_Light +androidx.appcompat.R$attr: int checkedTextViewStyle +com.turingtechnologies.materialscrollbar.R$attr: int textStartPadding +androidx.drawerlayout.R$style: int TextAppearance_Compat_Notification_Info +com.google.android.material.R$attr: int navigationIconColor +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutSelectorSupport parent +james.adaptiveicon.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog +com.bumptech.glide.R$styleable: int[] GradientColorItem +android.didikee.donate.R$dimen: int abc_button_inset_horizontal_material +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getStatusBarThemePackageName() +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title +io.reactivex.Observable: io.reactivex.Single count() +cyanogenmod.providers.CMSettings$Secure: java.lang.String QS_LOCATION_ADVANCED +androidx.hilt.work.R$dimen: int notification_media_narrow_margin +androidx.drawerlayout.R$styleable: int GradientColor_android_startY +okhttp3.internal.ws.RealWebSocket$PingRunnable +wangdaye.com.geometricweather.R$drawable: int weather_fog +com.turingtechnologies.materialscrollbar.R$dimen: int compat_button_padding_horizontal_material +wangdaye.com.geometricweather.R$string: int feedback_show_widget_card_alpha +com.jaredrummler.android.colorpicker.R$color: int secondary_text_disabled_material_light +androidx.fragment.R$style: int TextAppearance_Compat_Notification +androidx.appcompat.R$dimen: int tooltip_y_offset_non_touch +wangdaye.com.geometricweather.R$styleable: int Chip_chipEndPadding +wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: void setDayIndicatorRotation(float) +com.google.android.gms.location.LocationResult +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: long serialVersionUID +wangdaye.com.geometricweather.R$attr: int flow_lastVerticalStyle +com.google.android.material.R$styleable: int SnackbarLayout_maxActionInlineWidth +com.google.gson.stream.JsonReader: void consumeNonExecutePrefix() +wangdaye.com.geometricweather.R$styleable: int ActionBar_indeterminateProgressStyle wangdaye.com.geometricweather.R$id: int dialog_adaptive_icon_container -androidx.vectordrawable.R$styleable: int FontFamilyFont_fontWeight -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_tooltipFrameBackground -com.google.android.material.R$anim: int abc_shrink_fade_out_from_bottom -okio.Pipe$PipeSource: Pipe$PipeSource(okio.Pipe) -com.xw.repo.bubbleseekbar.R$attr: int buttonStyle -com.amap.api.location.AMapLocationClient: java.lang.String getVersion() -cyanogenmod.app.LiveLockScreenInfo: int PRIORITY_DEFAULT -wangdaye.com.geometricweather.R$xml: int widget_multi_city -androidx.appcompat.R$attr: int buttonTintMode -androidx.lifecycle.process.R: R() -androidx.fragment.app.Fragment$2 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Metric: java.lang.String Unit -com.jaredrummler.android.colorpicker.ColorPickerView: ColorPickerView(android.content.Context) -wangdaye.com.geometricweather.R$id: int activity_widget_config_custom_subtitle -androidx.appcompat.R$style: int Base_Theme_AppCompat_Dialog_Alert -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_alpha -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha -okhttp3.Response$Builder: okhttp3.Response$Builder sentRequestAtMillis(long) -cyanogenmod.app.IPartnerInterface$Stub$Proxy: java.lang.String getInterfaceDescriptor() -com.baidu.location.indoor.mapversion.c.c$b: java.lang.String b -wangdaye.com.geometricweather.db.entities.LocationEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.LocationEntity) -wangdaye.com.geometricweather.R$attr: int panelMenuListWidth -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation: java.lang.Float temperature -wangdaye.com.geometricweather.R$attr: int itemPadding -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_textColor -androidx.appcompat.R$dimen: int tooltip_margin -com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_switch_to_on_mtrl_00001 -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void dispose() +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void innerError(java.lang.Throwable) +androidx.preference.R$attr: int font +com.bumptech.glide.R$styleable: int FontFamily_fontProviderFetchTimeout +wangdaye.com.geometricweather.R$styleable: int DialogPreference_android_dialogMessage +com.turingtechnologies.materialscrollbar.R$attr: int iconStartPadding +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_useCompatPadding +wangdaye.com.geometricweather.R$color: int abc_decor_view_status_guard +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemIconTint +com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getPasswordVisibilityToggleContentDescription() +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight_Dialog +okio.Timeout$1: void throwIfReached() +okhttp3.internal.connection.ConnectionSpecSelector +com.jaredrummler.android.colorpicker.R$id: int progress_circular +wangdaye.com.geometricweather.R$id: int mtrl_calendar_days_of_week +okhttp3.Address: okhttp3.Dns dns() +com.turingtechnologies.materialscrollbar.R$dimen: int notification_top_pad_large_text +androidx.preference.R$attr: int homeAsUpIndicator +james.adaptiveicon.R$styleable: int MenuItem_android_alphabeticShortcut +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_shadow_height +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setOnClickIntent(android.app.PendingIntent) +androidx.vectordrawable.R$id: int tag_accessibility_pane_title +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHorizontal_chainStyle +com.google.android.material.R$id: int home +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_padding +com.google.android.material.progressindicator.ProgressIndicator: com.google.android.material.progressindicator.DrawableWithAnimatedVisibilityChange getCurrentDrawable() +androidx.recyclerview.R$drawable: int notification_bg_normal +androidx.fragment.R$color: int notification_action_color_filter +android.didikee.donate.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 +androidx.preference.R$styleable: int[] AppCompatImageView +wangdaye.com.geometricweather.R$styleable: int[] MotionScene +wangdaye.com.geometricweather.R$id: int never +androidx.constraintlayout.widget.Guideline +androidx.hilt.lifecycle.R$id: int visible_removing_fragment_view_tag +com.jaredrummler.android.colorpicker.R$id: int edit_query +androidx.legacy.coreutils.R$id: int actions +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton +com.google.android.material.R$attr: int contentDescription +james.adaptiveicon.R$attr: int fontProviderFetchTimeout +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dividerHorizontal +okhttp3.RequestBody$2: byte[] val$content +com.google.android.material.R$color: int abc_secondary_text_material_dark +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean address_detail +com.jaredrummler.android.colorpicker.R$id: int home +retrofit2.http.PATCH: java.lang.String value() +wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: SlidingItemContainerLayout(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.R$styleable: int Constraint_flow_firstVerticalStyle +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA +androidx.hilt.R$dimen: int notification_top_pad_large_text +io.reactivex.internal.util.ArrayListSupplier: io.reactivex.functions.Function asFunction() +androidx.drawerlayout.R$attr +androidx.core.R$id: int accessibility_custom_action_21 +com.jaredrummler.android.colorpicker.R$attr: int buttonPanelSideLayout +com.google.android.material.R$attr: int textAppearanceBody1 +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActivityChooserView +androidx.appcompat.R$color: int primary_text_default_material_dark +androidx.lifecycle.SavedStateHandleController: java.lang.String TAG_SAVED_STATE_HANDLE_CONTROLLER +com.google.android.material.R$dimen: int mtrl_shape_corner_size_large_component +okio.SegmentedByteString: void write(java.io.OutputStream) +cyanogenmod.app.CustomTile$1: CustomTile$1() +com.google.android.material.R$attr: int contentInsetStartWithNavigation +cyanogenmod.externalviews.KeyguardExternalView$2: void slideLockscreenIn() +okhttp3.internal.Internal: okhttp3.internal.connection.RealConnection get(okhttp3.ConnectionPool,okhttp3.Address,okhttp3.internal.connection.StreamAllocation,okhttp3.Route) +wangdaye.com.geometricweather.R$drawable: int notif_temp_122 +com.google.android.material.R$string: int mtrl_picker_toggle_to_day_selection +wangdaye.com.geometricweather.R$layout: int preference_category +com.google.android.material.textfield.TextInputLayout: android.graphics.drawable.Drawable getEndIconDrawable() +okhttp3.Request: okhttp3.Headers headers() +james.adaptiveicon.R$styleable: int Toolbar_navigationIcon +cyanogenmod.app.LiveLockScreenManager: void setDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) +com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_fabCradleRoundedCornerRadius +com.google.android.material.R$style: int Base_V7_Theme_AppCompat_Light_Dialog +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintDimensionRatio +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_RINGTONES +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeRealFeelTemperature +james.adaptiveicon.R$styleable: int MenuView_preserveIconSpacing +com.amap.api.fence.GeoFence: int ERROR_CODE_FAILURE_AUTH +androidx.preference.R$drawable: int abc_list_focused_holo +com.google.android.material.R$style: int Widget_MaterialComponents_ProgressIndicator_Circular_Indeterminate +android.didikee.donate.R$styleable: int[] PopupWindow +androidx.preference.R$styleable: int LinearLayoutCompat_measureWithLargestChild +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_shadowRadius +wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List hourlyForecast +androidx.work.R$dimen: int notification_top_pad +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX: java.util.List getBrands() +com.turingtechnologies.materialscrollbar.R$attr: int buttonTintMode +com.google.android.material.imageview.ShapeableImageView: void setStrokeColor(android.content.res.ColorStateList) +com.jaredrummler.android.colorpicker.R$attr: int ratingBarStyle +androidx.appcompat.R$styleable: int AppCompatTheme_toolbarStyle +com.google.android.material.R$attr: int arcMode +com.turingtechnologies.materialscrollbar.MaterialScrollBar: MaterialScrollBar(android.content.Context,android.util.AttributeSet) +com.google.android.material.textfield.TextInputLayout: void setEndIconOnClickListener(android.view.View$OnClickListener) +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_arrow_drop_right_black_24dp +com.xw.repo.bubbleseekbar.R$attr: int showTitle +com.github.rahatarmanahmed.cpv.R$dimen: R$dimen() +james.adaptiveicon.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow +androidx.appcompat.resources.R$id: int accessibility_custom_action_20 +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_layout +com.google.android.gms.common.api.internal.zaab: void unregisterConnectionFailedListener(com.google.android.gms.common.api.GoogleApiClient$OnConnectionFailedListener) +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior getBehavior() +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintWidth_min +okhttp3.internal.http2.Http2: java.lang.String[] BINARY +androidx.preference.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView +com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getHaloTintList() +androidx.core.R$styleable: int FontFamily_fontProviderFetchStrategy +androidx.preference.R$styleable: int AnimatedStateListDrawableItem_android_drawable +com.xw.repo.bubbleseekbar.R$color: int bright_foreground_inverse_material_light +com.amap.api.location.APSService: boolean c +android.didikee.donate.R$id: int info +androidx.constraintlayout.helper.widget.Layer: void setElevation(float) +wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode AUTO +com.turingtechnologies.materialscrollbar.R$attr: int fabCustomSize +com.amap.api.location.AMapLocation: int e(com.amap.api.location.AMapLocation,int) +okio.ByteString: okio.ByteString read(java.io.InputStream,int) +androidx.drawerlayout.R$color: int notification_icon_bg_color +androidx.constraintlayout.widget.R$id: int baseline +com.amap.api.location.CoordinateConverter: com.amap.api.location.CoordinateConverter from(com.amap.api.location.CoordinateConverter$CoordType) +okhttp3.Headers: java.lang.String name(int) +com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawable_android_enterFadeDuration +wangdaye.com.geometricweather.R$dimen: int widget_grid_4 +androidx.swiperefreshlayout.R$string +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float snowPrecipitation +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintTag +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: boolean cancelled +com.google.android.gms.common.SignInButton: void setOnClickListener(android.view.View$OnClickListener) +androidx.constraintlayout.widget.R$dimen: int highlight_alpha_material_dark +cyanogenmod.externalviews.KeyguardExternalView: void onBouncerShowing(boolean) +com.google.android.material.R$style: int Widget_MaterialComponents_PopupMenu_ContextMenu +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeSnowPrecipitationDuration +io.reactivex.internal.subscriptions.SubscriptionArbiter +io.reactivex.internal.disposables.DisposableHelper: boolean dispose(java.util.concurrent.atomic.AtomicReference) +androidx.constraintlayout.widget.R$styleable: int Transition_pathMotionArc +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_onAttachedToWindow +com.google.android.material.card.MaterialCardView: void setMaxCardElevation(float) +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: io.reactivex.disposables.Disposable upstream +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Dialog +com.google.android.material.R$styleable: int[] FontFamilyFont +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_ProgressIndicator +wangdaye.com.geometricweather.R$drawable: int notif_temp_46 +androidx.hilt.work.R$drawable: int notification_action_background +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: io.reactivex.ObservableSource fallback +okhttp3.internal.tls.OkHostnameVerifier +james.adaptiveicon.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle +io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setAqi(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean) +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Display2 +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition: double Latitude +androidx.appcompat.R$id: int accessibility_custom_action_16 +com.google.android.material.timepicker.TimeModel +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Large_Inverse +james.adaptiveicon.R$style: int Base_AlertDialog_AppCompat +android.didikee.donate.R$integer: R$integer() +wangdaye.com.geometricweather.R$id: int cpv_preference_preview_color_panel +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: void setDayIconDrawable(android.graphics.drawable.Drawable) +okhttp3.Challenge: java.util.Map authParams() +com.google.android.material.R$layout: int material_time_input +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_24 +james.adaptiveicon.R$attr: int colorButtonNormal +com.google.android.material.R$styleable: int TextInputLayout_passwordToggleTintMode +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getNotificationGroup +wangdaye.com.geometricweather.R$string: int content_des_sunrise +james.adaptiveicon.R$id: int textSpacerNoTitle +okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Http2Connection connection +com.google.android.material.R$string: int material_minute_suffix +com.jaredrummler.android.colorpicker.R$style: int Preference_DialogPreference_EditTextPreference +cyanogenmod.weather.WeatherInfo$DayForecast: WeatherInfo$DayForecast(android.os.Parcel) +com.google.android.material.textfield.TextInputLayout: void setEndIconMode(int) +com.jaredrummler.android.colorpicker.R$style: int Base_V21_Theme_AppCompat +androidx.appcompat.R$styleable: int AppCompatTheme_actionModeShareDrawable +androidx.viewpager.R$drawable: int notification_bg +wangdaye.com.geometricweather.R$attr: int mock_labelBackgroundColor +com.google.android.material.R$id: int navigation_header_container +com.google.android.material.slider.Slider: void setStepSize(float) +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle +android.didikee.donate.R$styleable: int ActionBar_navigationMode +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_active_text_size +wangdaye.com.geometricweather.R$style: int Platform_ThemeOverlay_AppCompat wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Imperial -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: void onComplete() -okhttp3.internal.ws.WebSocketWriter: void writeClose(int,okio.ByteString) -android.didikee.donate.R$id: int image -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setItemBackground(int) -androidx.preference.R$styleable: int[] View -io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.google.android.material.R$dimen: int material_clock_hand_padding -wangdaye.com.geometricweather.daily.DailyWeatherActivity: DailyWeatherActivity() -androidx.constraintlayout.widget.R$anim: int btn_radio_to_on_mtrl_ring_outer_path_animation -androidx.viewpager.R$styleable: int ColorStateListItem_android_color -androidx.appcompat.R$styleable: int SwitchCompat_thumbTint -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: java.lang.String getTagValue() -io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver -com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_fontVariationSettings -okhttp3.Cache$CacheResponseBody: java.lang.String contentLength -okhttp3.internal.http.RealInterceptorChain -wangdaye.com.geometricweather.R$styleable: int[] ColorStateListItem -james.adaptiveicon.R$id: int action_bar_spinner -cyanogenmod.profiles.RingModeSettings$1: cyanogenmod.profiles.RingModeSettings[] newArray(int) -android.didikee.donate.R$styleable: int SwitchCompat_trackTint -androidx.customview.R$id: int text2 -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Description: java.lang.String English -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionButton_Overflow -androidx.appcompat.R$dimen: int abc_text_size_display_4_material -io.reactivex.Observable: java.lang.Object blockingFirst(java.lang.Object) -cyanogenmod.hardware.CMHardwareManager: int[] getDisplayColorCalibration() -com.xw.repo.bubbleseekbar.R$style: int Base_V22_Theme_AppCompat_Light -com.google.android.material.appbar.AppBarLayout: androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior getBehavior() -okhttp3.internal.http1.Http1Codec: okio.BufferedSource source -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: java.lang.Object poll() -james.adaptiveicon.R$styleable: int FontFamily_fontProviderCerts -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: int requestFusion(int) -io.reactivex.internal.schedulers.ScheduledDirectPeriodicTask: java.lang.Runnable getWrappedRunnable() -androidx.legacy.coreutils.R$id: int text2 -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionMode -io.reactivex.Observable: io.reactivex.Observable cache() -io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$drawable: int ic_weather_alert -james.adaptiveicon.R$drawable: int abc_textfield_default_mtrl_alpha -androidx.core.widget.NestedScrollView: float getVerticalScrollFactorCompat() -com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableTransition_android_drawable -okhttp3.internal.connection.RouteSelector$Selection: RouteSelector$Selection(java.util.List) -com.turingtechnologies.materialscrollbar.R$dimen -wangdaye.com.geometricweather.R$color: int mtrl_popupmenu_overlay_color -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Minimum: AccuDailyResult$DailyForecasts$Temperature$Minimum() -wangdaye.com.geometricweather.R$attr: int paddingBottomSystemWindowInsets -androidx.appcompat.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight -okio.ForwardingSource: long read(okio.Buffer,long) -wangdaye.com.geometricweather.common.ui.widgets.DrawerLayout: void setUnfold(boolean) -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: boolean cancelled -androidx.preference.R$id: int item_touch_helper_previous_elevation -com.google.gson.stream.JsonWriter: void writeDeferredName() -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: io.reactivex.functions.Function itemTimeoutIndicator -androidx.lifecycle.SavedStateHandle: java.lang.String VALUES -com.google.android.material.R$dimen: int material_cursor_width -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Long id -androidx.dynamicanimation.R$dimen: int compat_control_corner_material -com.google.gson.stream.JsonReader: void checkLenient() -cyanogenmod.providers.CMSettings$Global: long getLongForUser(android.content.ContentResolver,java.lang.String,int) -androidx.lifecycle.ViewModelProvider$KeyedFactory: androidx.lifecycle.ViewModel create(java.lang.String,java.lang.Class) -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_NoActionBar_Bridge -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse -wangdaye.com.geometricweather.common.ui.widgets.DonateImageView: DonateImageView(android.content.Context) -okhttp3.Cache$2: java.util.Iterator delegate -wangdaye.com.geometricweather.R$attr: int tabIndicator -wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar: PrecipitationBar(android.content.Context) -androidx.appcompat.R$attr: int contentInsetRight -wangdaye.com.geometricweather.R$attr: int strokeWidth -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionButton_Overflow -androidx.drawerlayout.R$style: int TextAppearance_Compat_Notification_Line2 -androidx.cardview.widget.CardView: CardView(android.content.Context,android.util.AttributeSet,int) -com.turingtechnologies.materialscrollbar.R$drawable: int abc_action_bar_item_background_material -wangdaye.com.geometricweather.R$id: int invisible -com.google.android.material.R$string: int mtrl_chip_close_icon_content_description -okhttp3.internal.cache.DiskLruCache: java.util.Iterator snapshots() -androidx.constraintlayout.widget.R$dimen: int notification_large_icon_width -cyanogenmod.hardware.CMHardwareManager: int FEATURE_THERMAL_MONITOR -wangdaye.com.geometricweather.R$attr: int inner_margins -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Rain: double Value -com.turingtechnologies.materialscrollbar.R$color: int abc_tint_default -cyanogenmod.weather.WeatherInfo: java.util.List access$1102(cyanogenmod.weather.WeatherInfo,java.util.List) -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: io.reactivex.subjects.Subject signaller -wangdaye.com.geometricweather.R$string: int abc_capital_on -io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: void dispose() -androidx.appcompat.view.menu.ActionMenuItemView: ActionMenuItemView(android.content.Context,android.util.AttributeSet) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonStyle -androidx.preference.internal.PreferenceImageView -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onWindowFocusChanged(boolean) -com.google.android.material.R$styleable: int[] MaterialAlertDialog -androidx.appcompat.app.AppCompatDelegateImpl$PanelFeatureState$SavedState -androidx.preference.R$styleable: int AppCompatTextHelper_android_textAppearance -wangdaye.com.geometricweather.R$dimen: int abc_button_padding_horizontal_material -android.didikee.donate.R$styleable: int AppCompatTheme_buttonStyle -wangdaye.com.geometricweather.R$id: int both -cyanogenmod.weather.WeatherInfo: java.util.List mForecastList -cyanogenmod.app.IProfileManager: android.app.NotificationGroup getNotificationGroup(android.os.ParcelUuid) -androidx.appcompat.resources.R$styleable: int FontFamilyFont_android_fontVariationSettings -wangdaye.com.geometricweather.R$id: int notification_base_titleContainer -com.google.android.material.R$styleable: int[] MaterialAutoCompleteTextView -io.reactivex.Observable: io.reactivex.Observable mergeDelayError(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: java.util.List value -androidx.lifecycle.extensions.R$styleable: int FontFamily_fontProviderPackage -com.jaredrummler.android.colorpicker.R$dimen: int item_touch_helper_swipe_escape_max_velocity -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property HourlyForecast -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver observer -com.turingtechnologies.materialscrollbar.R$id: int progress_circular -androidx.hilt.R$layout: R$layout() -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_width -wangdaye.com.geometricweather.search.LoadableLocationList$Status: wangdaye.com.geometricweather.search.LoadableLocationList$Status ERROR -android.didikee.donate.R$styleable: int ActionMode_titleTextStyle -androidx.legacy.coreutils.R$dimen: int notification_right_side_padding_top -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float ice -androidx.preference.R$attr: int enableCopying -wangdaye.com.geometricweather.R$style: int PreferenceThemeOverlay_v14 -com.google.gson.internal.LinkedTreeMap: java.lang.Object get(java.lang.Object) -com.xw.repo.bubbleseekbar.R$id: int icon -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeDegreeDayTemperature(java.lang.Integer) -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int no2 -cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_setDefaultLiveLockScreen -com.xw.repo.bubbleseekbar.R$id: int group_divider -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setNo2(java.lang.Float) -okhttp3.internal.ws.WebSocketReader: int opcode -androidx.transition.R$styleable: int GradientColor_android_gradientRadius -com.amap.api.fence.GeoFence: android.app.PendingIntent d -com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_ScrimInsetsFrameLayout -james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat_Light -com.google.android.material.R$styleable: int StateListDrawable_android_variablePadding -androidx.recyclerview.widget.RecyclerView: void addOnItemTouchListener(androidx.recyclerview.widget.RecyclerView$OnItemTouchListener) -okhttp3.Headers: java.util.Set names() -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small -androidx.appcompat.widget.AppCompatEditText: void setCustomSelectionActionModeCallback(android.view.ActionMode$Callback) -okhttp3.FormBody: void writeTo(okio.BufferedSink) -io.reactivex.internal.util.EmptyComponent: void onComplete() -wangdaye.com.geometricweather.R$id: int showHome -okio.RealBufferedSink: okio.BufferedSink writeIntLe(int) -io.reactivex.Observable: io.reactivex.Observable dematerialize() -androidx.lifecycle.extensions.R$anim: int fragment_close_exit -com.turingtechnologies.materialscrollbar.R$attr: int maxImageSize -androidx.preference.R$style: int Base_Theme_AppCompat_Dialog_MinWidth -androidx.constraintlayout.widget.R$styleable: int MenuItem_actionLayout -androidx.appcompat.R$style: int Platform_ThemeOverlay_AppCompat -com.turingtechnologies.materialscrollbar.R$id: int center -androidx.appcompat.R$styleable: int FontFamilyFont_fontWeight -okhttp3.internal.http1.Http1Codec$1 -retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback: CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback(retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter,java.util.concurrent.CompletableFuture) -androidx.lifecycle.viewmodel.R -com.google.android.material.R$attr: int listPreferredItemHeightSmall -android.didikee.donate.R$string: int abc_searchview_description_search -wangdaye.com.geometricweather.R$drawable: int ic_toolbar_close -com.jaredrummler.android.colorpicker.R$dimen: int fastscroll_minimum_range -com.google.android.material.R$style: int Widget_AppCompat_CompoundButton_RadioButton -com.google.android.gms.location.LocationSettingsResult -androidx.preference.R$color: int abc_color_highlight_material -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: java.lang.Object v1 -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Small -androidx.lifecycle.MediatorLiveData$Source: MediatorLiveData$Source(androidx.lifecycle.LiveData,androidx.lifecycle.Observer) -wangdaye.com.geometricweather.R$drawable: int clock_dial_light -com.jaredrummler.android.colorpicker.R$style: int Animation_AppCompat_DropDownUp -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_DEFAULT_LED_OFF_VALIDATOR -wangdaye.com.geometricweather.db.entities.DaoMaster: DaoMaster(android.database.sqlite.SQLiteDatabase) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_editTextColor -com.amap.api.location.LocationManagerBase: void stopLocation() -okhttp3.Headers$Builder -com.bumptech.glide.load.engine.DecodeJob$RunReason: com.bumptech.glide.load.engine.DecodeJob$RunReason DECODE_DATA -androidx.preference.R$styleable: int[] CheckBoxPreference -com.jaredrummler.android.colorpicker.R$id: int recycler_view -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind Wind -com.xw.repo.bubbleseekbar.R$string: int abc_menu_shift_shortcut_label -wangdaye.com.geometricweather.R$string: R$string() -wangdaye.com.geometricweather.R$styleable: int[] AppCompatSeekBar -androidx.work.R$id: int text2 -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_CompoundButton_Switch -okhttp3.EventListener: void callFailed(okhttp3.Call,java.io.IOException) -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeRealFeelShaderTemperature(java.lang.Integer) -androidx.legacy.coreutils.R$dimen: int notification_top_pad -com.google.android.material.floatingactionbutton.FloatingActionButton: void setBackgroundColor(int) -androidx.fragment.app.Fragment$InstantiationException -wangdaye.com.geometricweather.common.basic.GeoDialog: GeoDialog() -wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayWeekProvider: WidgetClockDayWeekProvider() -okhttp3.internal.cache.DiskLruCache$Entry: java.lang.String key -com.jaredrummler.android.colorpicker.R$dimen: int abc_alert_dialog_button_dimen -androidx.drawerlayout.R$styleable: int ColorStateListItem_alpha -com.turingtechnologies.materialscrollbar.R$color: int abc_primary_text_material_light -wangdaye.com.geometricweather.R$dimen: int abc_action_bar_overflow_padding_start_material -cyanogenmod.app.ProfileGroup: java.lang.String mName -wangdaye.com.geometricweather.settings.dialogs.AnimatableIconDialog: AnimatableIconDialog() -cyanogenmod.app.CustomTile$ExpandedStyle$1: cyanogenmod.app.CustomTile$ExpandedStyle createFromParcel(android.os.Parcel) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum: java.lang.String Unit -androidx.lifecycle.ViewModelStores: ViewModelStores() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setPm10(java.lang.String) -androidx.activity.R$id: int line1 -com.turingtechnologies.materialscrollbar.MaterialScrollBar -okhttp3.internal.connection.RealConnection: boolean supportsUrl(okhttp3.HttpUrl) -com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat -okhttp3.internal.Internal: okhttp3.Call newWebSocketCall(okhttp3.OkHttpClient,okhttp3.Request) -james.adaptiveicon.R$layout: int notification_action -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_5 -james.adaptiveicon.R$attr: int paddingTopNoTitle -com.turingtechnologies.materialscrollbar.R$attr: int backgroundSplit -androidx.appcompat.resources.R$styleable: int FontFamilyFont_android_font -wangdaye.com.geometricweather.R$attr: int iconPadding -retrofit2.Platform: java.util.concurrent.Executor defaultCallbackExecutor() -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: int val$y -androidx.legacy.coreutils.R$attr: int font -com.amap.api.fence.GeoFence: void setAble(boolean) -androidx.preference.R$color: int notification_icon_bg_color -androidx.lifecycle.ReportFragment$ActivityInitializationListener: void onResume() -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_display_2_material -com.google.android.material.R$drawable: int abc_ab_share_pack_mtrl_alpha -com.xw.repo.bubbleseekbar.R$styleable: int FontFamily_fontProviderFetchStrategy -com.google.android.material.R$anim -wangdaye.com.geometricweather.R$drawable: int notif_temp_112 -wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_switchTextOn -retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: void onComplete() -com.google.android.material.R$styleable: int KeyTimeCycle_waveShape -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Caption -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float windSpeed -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer getWetBulbTemperature() +androidx.hilt.lifecycle.R$drawable: int notification_bg_low_pressed +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_isSunlightEnhancementSelfManaged +androidx.vectordrawable.animated.R$styleable: int[] ColorStateListItem +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar +wangdaye.com.geometricweather.R$string: int mtrl_picker_invalid_format_use +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: java.lang.String dept +wangdaye.com.geometricweather.R$string: int key_notification_hide_in_lockScreen +com.google.android.material.switchmaterial.SwitchMaterial: android.content.res.ColorStateList getMaterialThemeColorsTrackTintList() +com.google.gson.stream.JsonScope: int EMPTY_DOCUMENT +okhttp3.internal.http2.Http2Connection$ReaderRunnable: okhttp3.internal.http2.Http2Connection this$0 +james.adaptiveicon.R$styleable: int ActionBar_progressBarPadding +androidx.appcompat.R$anim: int btn_radio_to_on_mtrl_dot_group_animation +androidx.recyclerview.R$drawable: int notify_panel_notification_icon_bg +androidx.appcompat.resources.R$id: int accessibility_custom_action_8 +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind: java.lang.String icon +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle +androidx.preference.R$attr: int textAllCaps +wangdaye.com.geometricweather.R$attr: int bsb_min +wangdaye.com.geometricweather.R$styleable: int OnSwipe_limitBoundsTo +wangdaye.com.geometricweather.R$dimen: int material_text_view_test_line_height +androidx.work.NetworkType: androidx.work.NetworkType METERED +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void onComplete() +android.didikee.donate.R$color: int secondary_text_disabled_material_dark +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +wangdaye.com.geometricweather.R$drawable: int clock_minute_light +wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_android_insetTop +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: double HoursOfSun +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.Temperature getTemperature() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setPubTime(java.lang.String) +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: java.lang.String type +com.baidu.location.LocationClientOption$LocationMode: com.baidu.location.LocationClientOption$LocationMode Battery_Saving +androidx.activity.R$attr: int fontProviderFetchStrategy +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String ICON_PREVIEW_2 +androidx.preference.R$attr: int actionLayout +androidx.preference.R$styleable: int MenuView_android_itemBackground +org.greenrobot.greendao.AbstractDaoMaster: void registerDaoClass(java.lang.Class) +io.reactivex.internal.observers.LambdaObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setBottomTextColor(int) +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: boolean done +wangdaye.com.geometricweather.R$string: int mtrl_picker_range_header_title +cyanogenmod.app.ThemeVersion$ThemeVersionImpl2: ThemeVersion$ThemeVersionImpl2() +com.google.android.material.R$attr: int spinnerStyle +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: int requestFusion(int) +okhttp3.internal.platform.Jdk9Platform: Jdk9Platform(java.lang.reflect.Method,java.lang.reflect.Method) +com.turingtechnologies.materialscrollbar.R$styleable: int PopupWindow_android_popupAnimationStyle +androidx.preference.MultiSelectListPreference: MultiSelectListPreference(android.content.Context,android.util.AttributeSet) +androidx.core.R$styleable: int ColorStateListItem_android_alpha +androidx.constraintlayout.widget.R$attr: int percentY +androidx.constraintlayout.widget.R$styleable: int Transform_android_translationZ +io.reactivex.Observable: io.reactivex.Observable doFinally(io.reactivex.functions.Action) +com.google.android.material.chip.Chip: float getTextStartPadding() +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_toggle_margin_top +com.bumptech.glide.integration.okhttp.R$attr: int fontProviderAuthority +cyanogenmod.app.CMTelephonyManager: int ASK_FOR_SUBSCRIPTION_ID +com.google.android.material.R$styleable: int MenuItem_actionLayout +james.adaptiveicon.R$attr: int textColorSearchUrl +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_DrawerArrowToggle +androidx.hilt.R$anim: int fragment_fast_out_extra_slow_in +androidx.lifecycle.Lifecycling: java.util.Map sClassToAdapters +io.reactivex.Observable: io.reactivex.Observable concatMapEagerDelayError(io.reactivex.functions.Function,boolean) +wangdaye.com.geometricweather.R$attr: int tabMode +wangdaye.com.geometricweather.db.entities.MinutelyEntity: int getMinuteInterval() +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth +okio.BufferedSink: okio.BufferedSink writeShort(int) +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void dispose() +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: io.reactivex.functions.Function rightEnd +androidx.appcompat.R$dimen: int abc_action_bar_content_inset_with_nav +com.jaredrummler.android.colorpicker.R$string: int abc_prepend_shortcut_label +androidx.coordinatorlayout.R$dimen: int notification_main_column_padding_top +android.didikee.donate.R$dimen: int abc_text_size_menu_material +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionButton +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Speed +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Headline5 +com.google.android.gms.common.internal.zas +james.adaptiveicon.R$dimen: int abc_action_bar_subtitle_bottom_margin_material +androidx.activity.R$layout: int notification_template_icon_group +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Spinner_Underlined +com.google.android.material.R$styleable: int TabLayout_tabIndicatorAnimationDuration +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintTop_creator +wangdaye.com.geometricweather.R$styleable: int Preference_allowDividerBelow +wangdaye.com.geometricweather.common.ui.widgets.DonateImageView: DonateImageView(android.content.Context,android.util.AttributeSet) +androidx.preference.R$id: int tag_accessibility_heading +cyanogenmod.app.CustomTile: android.app.PendingIntent onLongClick +retrofit2.KotlinExtensions$await$4$2 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String getDetail() +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_SearchView_ActionBar +androidx.appcompat.R$style: int Base_Widget_AppCompat_PopupMenu +androidx.legacy.coreutils.R$integer: R$integer() +wangdaye.com.geometricweather.R$drawable: int weather_thunder_mini_grey +io.reactivex.internal.operators.observable.ObservableReplay$Node: long serialVersionUID +com.google.android.material.R$string: int mtrl_exceed_max_badge_number_content_description +okhttp3.internal.http2.Header +androidx.hilt.R$styleable: int GradientColor_android_startY +androidx.preference.R$attr: int preferenceFragmentStyle +androidx.coordinatorlayout.R$id: int action_image +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float getIce() +com.google.android.material.card.MaterialCardView: void setCardElevation(float) +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult: MfHistoryResult() +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void signalConsumer() +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: int val$y +com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar +androidx.constraintlayout.widget.R$attr: int autoSizePresetSizes +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float ceiling +com.xw.repo.bubbleseekbar.R$attr: int subtitleTextAppearance +wangdaye.com.geometricweather.R$styleable: int PreferenceImageView_android_maxWidth +com.xw.repo.bubbleseekbar.R$attr: int buttonTintMode +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_searchViewStyle +android.didikee.donate.R$styleable: int CompoundButton_buttonTintMode com.google.android.material.card.MaterialCardView: void setStrokeWidth(int) -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_DialogWhenLarge -wangdaye.com.geometricweather.R$attr: int backgroundStacked -okhttp3.internal.http2.Http2Stream: okhttp3.Headers takeHeaders() -james.adaptiveicon.R$style: int ThemeOverlay_AppCompat_Dialog_Alert -cyanogenmod.weather.WeatherInfo$DayForecast: double getHigh() -wangdaye.com.geometricweather.common.basic.GeoViewModel -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintCircle -wangdaye.com.geometricweather.R$string: int feedback_updating_weather_data -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: java.lang.Integer humidity -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: int type -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver(io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver) -androidx.appcompat.R$attr: int actionBarSize -okhttp3.internal.platform.OptionalMethod -androidx.preference.R$attr: int keylines -cyanogenmod.hardware.DisplayMode: DisplayMode(int,java.lang.String) -retrofit2.KotlinExtensions: java.lang.Object awaitNullable(retrofit2.Call,kotlin.coroutines.Continuation) -com.jaredrummler.android.colorpicker.R$styleable: int[] GradientColor -androidx.appcompat.R$color: int background_material_light -cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILES_STATE -wangdaye.com.geometricweather.R$attr: int borderlessButtonStyle -james.adaptiveicon.R$drawable: int abc_btn_radio_to_on_mtrl_000 -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void onComplete() -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver CANCELLED -androidx.preference.R$drawable: int abc_ic_menu_selectall_mtrl_alpha -androidx.constraintlayout.widget.R$id: int tag_accessibility_actions -cyanogenmod.app.suggest.IAppSuggestManager: java.util.List getSuggestions(android.content.Intent) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getO3() -com.google.android.material.R$drawable: int abc_btn_check_material -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionBar_TabBar -androidx.lifecycle.ProcessLifecycleOwner: void init(android.content.Context) -wangdaye.com.geometricweather.R$attr: int showDividers -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constrainedWidth -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_CheckedTextView -androidx.constraintlayout.widget.R$attr: int actionProviderClass -okhttp3.internal.http1.Http1Codec$ChunkedSink: void write(okio.Buffer,long) -james.adaptiveicon.R$color: int dim_foreground_material_dark -com.google.android.material.R$id: int textSpacerNoButtons -com.jaredrummler.android.colorpicker.ColorPanelView: ColorPanelView(android.content.Context,android.util.AttributeSet) -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamily_fontProviderAuthority -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_track_color -cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_registerChangeListener -wangdaye.com.geometricweather.R$attr: int helperTextTextColor -wangdaye.com.geometricweather.R$styleable: int ColorPickerView_cpv_alphaChannelText -okio.Pipe$PipeSource: long read(okio.Buffer,long) -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VectorDrawableCompatState: int getChangingConfigurations() -wangdaye.com.geometricweather.R$styleable: int Constraint_barrierMargin -wangdaye.com.geometricweather.R$drawable: int ic_star_outline -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_PopupWindow -com.google.android.material.R$styleable: int Toolbar_buttonGravity +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: io.reactivex.Observer downstream +androidx.appcompat.widget.SearchView: int getMaxWidth() +okhttp3.internal.ws.RealWebSocket: boolean $assertionsDisabled +com.google.android.material.R$styleable: int ActionBar_logo +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: boolean isDisposed() +androidx.constraintlayout.widget.R$styleable: int ViewBackgroundHelper_backgroundTintMode +androidx.appcompat.R$attr: int imageButtonStyle +androidx.lifecycle.ComputableLiveData$2: androidx.lifecycle.ComputableLiveData this$0 +cyanogenmod.externalviews.ExternalViewProviderService: android.os.Handler access$100(cyanogenmod.externalviews.ExternalViewProviderService) +okhttp3.MediaType: java.util.regex.Pattern TYPE_SUBTYPE +androidx.work.impl.utils.futures.AbstractFuture$Failure$1 +com.google.android.material.textfield.TextInputLayout: void setBoxBackgroundColorResource(int) +com.google.android.material.R$styleable: int Layout_layout_constraintEnd_toEndOf +okhttp3.internal.Util: java.util.List immutableList(java.util.List) +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_checked +okhttp3.EventListener: void callStart(okhttp3.Call) +androidx.transition.R$attr: int font +com.xw.repo.bubbleseekbar.R$attr: int divider +james.adaptiveicon.R$styleable: int DrawerArrowToggle_arrowShaftLength +androidx.lifecycle.reactivestreams.R: R() +wangdaye.com.geometricweather.R$styleable: int Snackbar_snackbarTextViewStyle +androidx.hilt.work.R$id: int time +com.google.android.gms.internal.location.zzac: android.os.Parcelable$Creator CREATOR +androidx.preference.R$attr: int allowDividerAbove +androidx.constraintlayout.widget.R$id: int spread +cyanogenmod.app.Profile: int mExpandedDesktopMode +wangdaye.com.geometricweather.R$drawable: int abc_list_selector_holo_dark +androidx.appcompat.widget.ContentFrameLayout: ContentFrameLayout(android.content.Context,android.util.AttributeSet,int) +cyanogenmod.providers.DataUsageContract: java.lang.String SLOW_AVG +cyanogenmod.themes.ThemeChangeRequest +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: io.reactivex.internal.operators.observable.ObservableReplay$Node getHead() +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit FT +okhttp3.RequestBody +com.google.android.material.slider.BaseSlider: void setTickVisible(boolean) +com.turingtechnologies.materialscrollbar.R$color: int mtrl_chip_background_color +com.turingtechnologies.materialscrollbar.R$attr: int colorPrimary +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: float getStrokeAlpha() +wangdaye.com.geometricweather.R$attr: int iconTintMode +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.util.Date getDate() +com.turingtechnologies.materialscrollbar.R$dimen: int abc_edit_text_inset_bottom_material +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Display1 +androidx.preference.R$styleable: int ActionBar_indeterminateProgressStyle +com.loc.k +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header +androidx.preference.R$attr: int showAsAction +com.google.android.material.R$styleable: int AppCompatTextView_autoSizeStepGranularity +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomAppBar +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeBackground +wangdaye.com.geometricweather.R$dimen: int compat_button_padding_vertical_material +com.google.android.material.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: boolean cancelled +wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Long readKey(android.database.Cursor,int) +wangdaye.com.geometricweather.R$drawable: int ic_star +okhttp3.internal.cache.FaultHidingSink: FaultHidingSink(okio.Sink) +com.google.android.material.R$attr: int itemShapeInsetEnd +com.google.android.material.R$color: int button_material_light +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: java.util.List contextList +androidx.hilt.work.R$styleable: int GradientColor_android_type +wangdaye.com.geometricweather.R$id: int tag_accessibility_heading +com.turingtechnologies.materialscrollbar.R$attr: int helperTextTextAppearance +io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_icon +com.google.android.material.progressindicator.ProgressIndicator: void setProgress(int) +androidx.core.R$id: int notification_main_column_container +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorPrimary +android.didikee.donate.R$attr: int alertDialogCenterButtons +wangdaye.com.geometricweather.R$attr: int dropdownListPreferredItemHeight +androidx.legacy.coreutils.R$dimen: int notification_action_text_size +com.turingtechnologies.materialscrollbar.R$attr: int msb_recyclerView +com.jaredrummler.android.colorpicker.R$attr: int dialogTitle +androidx.appcompat.R$drawable: int abc_spinner_mtrl_am_alpha +androidx.coordinatorlayout.R$id: int accessibility_custom_action_27 +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: void onNext(java.lang.Object) +james.adaptiveicon.R$attr: int switchPadding +com.google.android.material.R$styleable: int Chip_chipMinTouchTargetSize +androidx.preference.Preference: void setOnPreferenceClickListener(androidx.preference.Preference$OnPreferenceClickListener) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property Id +android.didikee.donate.R$attr: int actionModeWebSearchDrawable +wangdaye.com.geometricweather.R$layout: int cpv_preference_circle_large +androidx.appcompat.R$layout: R$layout() +wangdaye.com.geometricweather.R$style: int Theme_Design_Light_NoActionBar +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String componentToImageColName(java.lang.String) +androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_fontVariationSettings +com.google.android.material.button.MaterialButton: int getIconGravity() +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getCOColor(android.content.Context) +james.adaptiveicon.R$style: int Widget_AppCompat_SeekBar +com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_list_padding_top_no_title +retrofit2.http.Streaming +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Body2 +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_PopupMenu +cyanogenmod.app.ProfileManager: java.lang.String EXTRA_LAST_PROFILE_UUID +cyanogenmod.weatherservice.ServiceRequestResult$1 +com.jaredrummler.android.colorpicker.R$layout: int abc_action_bar_up_container +okhttp3.internal.http1.Http1Codec$ChunkedSink: Http1Codec$ChunkedSink(okhttp3.internal.http1.Http1Codec) +com.turingtechnologies.materialscrollbar.R$attr: int maxActionInlineWidth +io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) +com.google.android.material.tabs.TabLayout: TabLayout(android.content.Context,android.util.AttributeSet,int) +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +android.didikee.donate.R$dimen: int abc_text_size_button_material +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon +com.turingtechnologies.materialscrollbar.R$dimen: int cardview_default_radius +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Metric +androidx.recyclerview.R$styleable: int GradientColor_android_endColor +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large +james.adaptiveicon.R$drawable: int notification_tile_bg +com.google.android.material.R$attr: int cardElevation +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature WindChillTemperature +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: void run() +wangdaye.com.geometricweather.R$anim: int btn_checkbox_to_checked_box_outer_merged_animation +wangdaye.com.geometricweather.R$styleable: int ActionBar_hideOnContentScroll +wangdaye.com.geometricweather.R$id: int widget_clock_day_sensibleTemp +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_marginStart +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemBackground +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatSeekBar_tickMark +okhttp3.ConnectionSpec: okhttp3.ConnectionSpec CLEARTEXT +wangdaye.com.geometricweather.R$array: int notification_style_values +io.reactivex.Observable: io.reactivex.Observable mergeWith(io.reactivex.SingleSource) +cyanogenmod.providers.CMSettings: CMSettings() +androidx.preference.R$styleable: int ActionBar_homeAsUpIndicator +io.reactivex.internal.queue.SpscArrayQueue: int lookAheadStep +com.amap.api.fence.DistrictItem: android.os.Parcelable$Creator CREATOR +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: java.lang.String getInterfaceDescriptor() +androidx.appcompat.R$styleable: int StateListDrawable_android_exitFadeDuration +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_maxHeight +com.google.android.material.textfield.TextInputLayout: float getBoxCornerRadiusTopStart() +cyanogenmod.externalviews.ExternalView: boolean onPreDraw() +cyanogenmod.providers.DataUsageContract: java.lang.String EXTRA +androidx.constraintlayout.widget.R$styleable: int ActionBar_itemPadding +cyanogenmod.app.LiveLockScreenInfo: java.lang.Object clone() +androidx.loader.R$styleable: int GradientColorItem_android_color +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_elevation +com.xw.repo.bubbleseekbar.R$attr: int trackTint +com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: int hashCode() +com.google.android.material.R$id: int decelerate +com.jaredrummler.android.colorpicker.R$attr: int enabled +okio.Segment: boolean shared +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_SearchView +com.xw.repo.bubbleseekbar.R$layout: int notification_template_part_chronometer +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Weather: MfForecastResult$DailyForecast$Weather() +wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink +wangdaye.com.geometricweather.R$attr: int behavior_peekHeight +io.reactivex.internal.observers.LambdaObserver: boolean isDisposed() +android.didikee.donate.R$styleable: int AppCompatTheme_dialogPreferredPadding +okhttp3.Request: java.lang.String toString() +com.google.android.material.R$styleable: int Layout_layout_constraintTop_creator +androidx.constraintlayout.widget.R$style: int Base_V21_Theme_AppCompat_Light_Dialog +com.xw.repo.bubbleseekbar.R$attr: int textColorSearchUrl +io.reactivex.internal.operators.observable.ObservableGroupBy$State: void onComplete() +com.google.android.material.R$drawable: int material_ic_keyboard_arrow_right_black_24dp +com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_centerY +androidx.core.R$drawable: int notification_action_background +com.google.android.material.R$attr: int thumbRadius +retrofit2.KotlinExtensions: java.lang.Object await(retrofit2.Call,kotlin.coroutines.Continuation) +android.didikee.donate.R$styleable: int AppCompatTheme_actionModeStyle +retrofit2.ParameterHandler$Tag: void apply(retrofit2.RequestBuilder,java.lang.Object) +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_shadowRadius +wangdaye.com.geometricweather.R$id: int widget_trend_hourly_item_4 +io.reactivex.Observable: io.reactivex.Observable mergeWith(io.reactivex.MaybeSource) +cyanogenmod.hardware.CMHardwareManager: int GAMMA_CALIBRATION_RED_INDEX +okhttp3.CacheControl: boolean immutable +io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver parent +androidx.lifecycle.LiveData$ObserverWrapper: boolean mActive +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_SearchView +okhttp3.internal.http.HttpDate: java.lang.String format(java.util.Date) +com.google.android.material.R$dimen: int design_bottom_navigation_elevation +androidx.hilt.work.R$dimen: int compat_notification_large_icon_max_height +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintVertical_weight +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Metric Metric +okhttp3.internal.ws.RealWebSocket: java.util.ArrayDeque pongQueue +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void drain() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric: AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric() +androidx.appcompat.resources.R$dimen: int compat_button_inset_horizontal_material +okhttp3.internal.http2.Http2Connection$1: void execute() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getCo() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeIcePrecipitationProbability wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getSnowPrecipitation() -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast: long dt -androidx.hilt.lifecycle.R$id -com.google.android.material.R$attr: int path_percent -com.google.android.material.chip.Chip: android.graphics.drawable.Drawable getCheckedIcon() -androidx.appcompat.resources.R$style: int TextAppearance_Compat_Notification_Time -okhttp3.internal.cache2.FileOperator: java.nio.channels.FileChannel fileChannel -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setPm10Desc(java.lang.String) -james.adaptiveicon.R$attr: int autoSizeTextType -com.google.android.material.R$id: int visible -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: float PRECIPITATION_LIGHT -com.google.android.material.button.MaterialButton: void setPressed(boolean) -com.turingtechnologies.materialscrollbar.R$attr: int titleMargin -wangdaye.com.geometricweather.R$string: int key_forecast_today -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_HOMESCREEN -cyanogenmod.app.StatusBarPanelCustomTile: int describeContents() -wangdaye.com.geometricweather.R$attr: int layout_constraintLeft_toLeftOf -android.support.v4.os.ResultReceiver: void send(int,android.os.Bundle) -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_27 -com.google.android.material.R$dimen: int material_helper_text_font_1_3_padding_top -androidx.recyclerview.R$dimen: int notification_large_icon_height -com.bumptech.glide.manager.SupportRequestManagerFragment: SupportRequestManagerFragment() -cyanogenmod.app.Profile$NotificationLightMode: int DISABLE -wangdaye.com.geometricweather.R$attr: int itemBackground -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Caption -com.google.android.material.appbar.AppBarLayout: int getPendingAction() -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow -okio.Timeout$1: okio.Timeout deadlineNanoTime(long) -wangdaye.com.geometricweather.R$attr: int bsb_track_color -androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_layout_anchor -cyanogenmod.profiles.LockSettings: boolean isDirty() -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: boolean cancelled -cyanogenmod.providers.CMSettings$Secure: java.lang.String __MAGICAL_TEST_PASSING_ENABLER -android.didikee.donate.R$style: int AlertDialog_AppCompat -wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: java.lang.String admin2 -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: boolean done -androidx.lifecycle.ViewModelProvider$OnRequeryFactory -com.google.android.material.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow -wangdaye.com.geometricweather.R$style: int TextAppearance_Design_HelperText -com.google.android.material.R$attr: int closeIconSize -androidx.hilt.work.R$styleable: int GradientColor_android_startColor -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getAqi() -wangdaye.com.geometricweather.R$attr: int drawableTintMode -com.turingtechnologies.materialscrollbar.R$attr: int useCompatPadding -com.google.android.material.R$attr: int itemTextAppearanceInactive -wangdaye.com.geometricweather.R$dimen: int widget_subtitle_text_size -com.xw.repo.bubbleseekbar.R$style: int Base_V7_Theme_AppCompat_Light_Dialog -com.bumptech.glide.R$dimen: int compat_button_padding_horizontal_material -wangdaye.com.geometricweather.R$xml: int standalone_badge_offset -wangdaye.com.geometricweather.R$color: int material_grey_900 -okio.RealBufferedSource: RealBufferedSource(okio.Source) -wangdaye.com.geometricweather.R$attr: int searchViewStyle -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_menuCategory -com.xw.repo.bubbleseekbar.R$attr: int titleMargins -com.turingtechnologies.materialscrollbar.R$attr: int searchViewStyle -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginTop -com.google.android.material.R$styleable: int TextInputLayout_boxStrokeErrorColor -wangdaye.com.geometricweather.R$font: int product_sans_light -androidx.core.R$styleable: int GradientColor_android_type -com.turingtechnologies.materialscrollbar.R$color: int design_fab_shadow_mid_color -androidx.lifecycle.LiveData$ObserverWrapper: androidx.lifecycle.LiveData this$0 -wangdaye.com.geometricweather.R$dimen: int design_fab_image_size -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: int otherState -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA -com.turingtechnologies.materialscrollbar.R$attr: int drawerArrowStyle -android.support.v4.app.INotificationSideChannel$Stub$Proxy: android.os.IBinder asBinder() -androidx.preference.R$id: int tag_screen_reader_focusable -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_navigationMode -wangdaye.com.geometricweather.common.basic.models.weather.UV: int UV_INDEX_EXCESSIVE +cyanogenmod.weatherservice.IWeatherProviderService$Stub: android.os.IBinder asBinder() +androidx.constraintlayout.widget.R$id: int stop +androidx.fragment.app.FragmentActivity: FragmentActivity() +cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String tag +com.jaredrummler.android.colorpicker.R$attr: int switchTextOn +okio.Okio$3: void write(okio.Buffer,long) +cyanogenmod.externalviews.KeyguardExternalView: boolean isInteractive() +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver parent +com.jaredrummler.android.colorpicker.R$attr: int textColorAlertDialogListItem +cyanogenmod.weather.RequestInfo$Builder: RequestInfo$Builder(cyanogenmod.weather.IRequestInfoListener) +wangdaye.com.geometricweather.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable +okio.AsyncTimeout$2 +okhttp3.CookieJar$1: void saveFromResponse(okhttp3.HttpUrl,java.util.List) +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability getPrecipitationProbability() +androidx.lifecycle.LiveDataReactiveStreams: androidx.lifecycle.LiveData fromPublisher(org.reactivestreams.Publisher) +com.turingtechnologies.materialscrollbar.R$attr: int editTextColor +com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_showTitle +com.amap.api.location.UmidtokenInfo: java.lang.String b +androidx.viewpager.R$style: int TextAppearance_Compat_Notification_Info +androidx.preference.R$styleable: int MenuItem_iconTintMode +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: io.reactivex.internal.util.AtomicThrowable error +com.google.android.gms.base.R$string: int common_google_play_services_enable_title +cyanogenmod.providers.CMSettings$Global: boolean putInt(android.content.ContentResolver,java.lang.String,int) +androidx.lifecycle.extensions.R$layout: int notification_template_part_time +androidx.fragment.app.Fragment: void setOnStartEnterTransitionListener(androidx.fragment.app.Fragment$OnStartEnterTransitionListener) +wangdaye.com.geometricweather.R$attr: int layout_constraintStart_toStartOf +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_8 +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionBar_TabView +io.reactivex.internal.disposables.DisposableHelper: void dispose() +androidx.work.R$id: int async +wangdaye.com.geometricweather.common.basic.models.weather.Weather: wangdaye.com.geometricweather.common.basic.models.weather.Current getCurrent() +com.google.android.material.R$color: int design_default_color_on_primary +james.adaptiveicon.R$styleable: int AppCompatTheme_windowFixedHeightMajor +com.turingtechnologies.materialscrollbar.R$attr: int actionModeCutDrawable +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver(io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver) +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float visibility +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_display_2_material +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: void setNightIconDrawable(android.graphics.drawable.Drawable) +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: long lastId +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Sun: MfForecastResult$DailyForecast$Sun() +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$Geometry: MfForecastV2Result$Geometry() +androidx.preference.CheckBoxPreference +android.didikee.donate.R$color: int primary_dark_material_light +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: boolean isCancelled() +com.google.android.material.R$id: int right_side +wangdaye.com.geometricweather.R$dimen: int widget_large_title_text_size +com.google.android.material.bottomnavigation.BottomNavigationView: int getItemTextAppearanceInactive() +android.didikee.donate.R$styleable: int AppCompatTextView_drawableEndCompat +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_android_inputType +cyanogenmod.hardware.ThermalListenerCallback$State: int STATE_COOL +androidx.appcompat.resources.R$id: int accessibility_custom_action_13 +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_PopupMenu_Overflow +androidx.preference.R$color: int material_deep_teal_500 +androidx.preference.R$attr: int listDividerAlertDialog +android.didikee.donate.R$color: int background_floating_material_light +okio.RealBufferedSource: int readIntLe() +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void onError(java.lang.Throwable) +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceScreenStyle +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox +cyanogenmod.app.CustomTile$ExpandedStyle: int getStyle() +com.jaredrummler.android.colorpicker.R$attr: int elevation +android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary +com.google.android.material.R$styleable: int ActionBar_contentInsetStartWithNavigation +wangdaye.com.geometricweather.R$drawable: int notif_temp_139 +com.jaredrummler.android.colorpicker.R$attr: int popupTheme +androidx.constraintlayout.widget.R$attr: int arcMode +cyanogenmod.app.suggest.ApplicationSuggestion$1 +com.google.android.material.bottomsheet.BottomSheetBehavior: BottomSheetBehavior() +okhttp3.internal.cache.CacheStrategy$Factory: java.lang.String lastModifiedString +com.google.android.material.R$drawable: int design_fab_background +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: ObservableGroupJoin$LeftRightEndObserver(io.reactivex.internal.operators.observable.ObservableGroupJoin$JoinSupport,boolean,int) +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind: MfHistoryResult$History$Wind() +com.github.rahatarmanahmed.cpv.R$color +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.String name +androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityStarted(android.app.Activity) +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Dialog_Alert +okhttp3.Connection: okhttp3.Handshake handshake() +com.google.android.material.slider.BaseSlider: java.util.List getValues() +cyanogenmod.weather.WeatherInfo: double access$402(cyanogenmod.weather.WeatherInfo,double) +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragment_allowDividerAfterLastItem +android.didikee.donate.R$styleable: int ActionMode_titleTextStyle +cyanogenmod.app.CustomTile$Builder: android.app.PendingIntent mOnClick +com.google.android.material.R$style: int Base_DialogWindowTitle_AppCompat +com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_layout_anchor +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_requireAdaptiveBacklightForSunlightEnhancement +james.adaptiveicon.R$styleable: int AppCompatTheme_buttonBarStyle +okhttp3.internal.http2.Http2Connection: long degradedPongsReceived +okio.ByteString: okio.ByteString toAsciiLowercase() +androidx.constraintlayout.widget.R$attr: int ratingBarStyle +james.adaptiveicon.R$dimen: int abc_cascading_menus_min_smallest_width +com.google.android.material.R$attr: int gapBetweenBars +com.turingtechnologies.materialscrollbar.R$bool: int mtrl_btn_textappearance_all_caps +androidx.dynamicanimation.R$dimen: int notification_media_narrow_margin +io.reactivex.Observable: io.reactivex.Observable zipWith(java.lang.Iterable,io.reactivex.functions.BiFunction) +androidx.preference.R$styleable: int AppCompatTextHelper_android_textAppearance +androidx.recyclerview.R$dimen: int notification_right_side_padding_top +io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: long serialVersionUID +wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String getCountry() +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_ab_back_material +retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter: java.lang.Object adapt(retrofit2.Call) +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setAnimationProgress(float) +cyanogenmod.media.MediaRecorder: java.lang.String ACTION_HOTWORD_INPUT_CHANGED +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String COL_KEY +com.amap.api.fence.GeoFenceClient: GeoFenceClient(android.content.Context) +com.google.android.material.button.MaterialButton: MaterialButton(android.content.Context,android.util.AttributeSet,int) +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String FONT_URI +androidx.work.impl.workers.DiagnosticsWorker: DiagnosticsWorker(android.content.Context,androidx.work.WorkerParameters) +androidx.appcompat.R$color: int tooltip_background_dark +android.didikee.donate.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_chip_text_size +com.google.android.material.chip.Chip: void setTextAppearance(int) +android.didikee.donate.R$drawable: int abc_ab_share_pack_mtrl_alpha +wangdaye.com.geometricweather.R$drawable: int widget_card_light_0 +okhttp3.internal.http2.Http2Reader: void readGoAway(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_contentInsetStart +androidx.vectordrawable.animated.R$dimen: int notification_content_margin_start +com.google.android.material.R$styleable: int TabLayout_tabPaddingBottom +androidx.constraintlayout.widget.R$color: int material_grey_850 +androidx.hilt.lifecycle.R$attr: int fontProviderQuery +androidx.appcompat.widget.LinearLayoutCompat: void setWeightSum(float) +com.google.android.gms.base.R$color: int common_google_signin_btn_text_light +com.google.android.material.R$styleable: int Chip_textStartPadding +okhttp3.Request$Builder: okhttp3.Request$Builder put(okhttp3.RequestBody) +okhttp3.internal.cache.DiskLruCache: boolean initialized +io.reactivex.observers.DisposableObserver: void dispose() +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void request(long) +wangdaye.com.geometricweather.R$style: int Base_CardView +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String uvLevel +okhttp3.internal.http2.Http2Codec: java.lang.String TRANSFER_ENCODING +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: io.reactivex.ObservableEmitter serialize() +com.baidu.location.e.h$c: com.baidu.location.e.h$c b +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Button_Borderless_Colored +com.google.android.material.R$color: int background_material_light +com.bumptech.glide.R$dimen: int notification_content_margin_start +wangdaye.com.geometricweather.R$anim: int btn_checkbox_to_checked_icon_null_animation +okio.Buffer$UnsafeCursor: int next() +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property WeatherText +androidx.viewpager2.R$dimen: int compat_control_corner_material +wangdaye.com.geometricweather.R$attr: int onCross +androidx.coordinatorlayout.R$drawable: int notification_bg_low_pressed +androidx.activity.R$styleable: int ColorStateListItem_alpha +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode HAZE +com.google.android.material.progressindicator.ProgressIndicator: void setAnimatorDurationScaleProvider(com.google.android.material.progressindicator.AnimatorDurationScaleProvider) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: java.lang.String getZh_CN() +wangdaye.com.geometricweather.R$attr: int actionBarItemBackground +androidx.work.ExistingWorkPolicy: androidx.work.ExistingWorkPolicy[] values() +androidx.drawerlayout.R$drawable: int notification_bg +okhttp3.OkHttpClient: okhttp3.Cache cache +com.jaredrummler.android.colorpicker.R$drawable: int abc_list_selector_holo_light +android.didikee.donate.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth +com.google.android.material.R$integer: int mtrl_chip_anim_duration +androidx.constraintlayout.widget.R$drawable: int abc_ic_star_half_black_16dp +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_1 +androidx.appcompat.R$color: int material_grey_100 +wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.Object readKey(android.database.Cursor,int) +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone TimeZone +androidx.vectordrawable.animated.R$styleable: int GradientColorItem_android_color +com.turingtechnologies.materialscrollbar.R$color: int primary_text_disabled_material_light +com.google.android.gms.common.zzj: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.main.dialogs.HourlyWeatherDialog +wangdaye.com.geometricweather.R$layout: int item_trend_daily +androidx.constraintlayout.widget.R$styleable: int ActionBar_indeterminateProgressStyle +wangdaye.com.geometricweather.R$xml: int perference_appearance +com.google.android.material.chip.Chip: void setEnsureMinTouchTargetSize(boolean) +okio.Options +okhttp3.CertificatePinner$Pin: java.lang.String toString() +com.google.android.material.R$dimen: int mtrl_badge_text_horizontal_edge_offset +wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setWeatherSource(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_summaryOn +wangdaye.com.geometricweather.R$attr: int windowNoTitle +com.google.android.gms.internal.location.zzl +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_startIconTint +androidx.preference.R$layout: int abc_expanded_menu_layout +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_prefixTextAppearance +androidx.appcompat.widget.AppCompatToggleButton: AppCompatToggleButton(android.content.Context,android.util.AttributeSet) +androidx.appcompat.R$styleable: int AppCompatTheme_tooltipFrameBackground +com.xw.repo.bubbleseekbar.R$color: int abc_primary_text_material_dark +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode +com.google.android.material.R$attr: int actionBarTabStyle +wangdaye.com.geometricweather.R$style: int PreferenceCategoryTitleTextStyle +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_Button +androidx.loader.R$id: int time +wangdaye.com.geometricweather.R$color: int weather_source_cn +androidx.constraintlayout.widget.R$styleable: int OnSwipe_nestedScrollFlags +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: FitSystemBarNestedScrollView(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ProgressBar +okhttp3.internal.ws.RealWebSocket$2: okhttp3.Request val$request +com.google.android.material.R$styleable: int MaterialButton_elevation +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Metric: int UnitType +okhttp3.HttpUrl: java.util.List queryNamesAndValues +wangdaye.com.geometricweather.R$color: int test_mtrl_calendar_day_selected +androidx.preference.R$color: int primary_material_light +io.reactivex.internal.disposables.SequentialDisposable: boolean update(io.reactivex.disposables.Disposable) +com.bumptech.glide.Registry$NoModelLoaderAvailableException +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_week_3 +wangdaye.com.geometricweather.R$style: int Preference +com.xw.repo.bubbleseekbar.R$styleable: int Spinner_android_dropDownWidth +io.reactivex.Observable: io.reactivex.Observable timeout(io.reactivex.ObservableSource,io.reactivex.functions.Function) +cyanogenmod.externalviews.IExternalViewProvider$Stub +androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_android_fontStyle +james.adaptiveicon.R$attr: int actionModeCloseDrawable +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleMarginTop +com.google.android.material.R$attr: int alertDialogTheme +com.google.android.material.R$style: int Base_V21_Theme_MaterialComponents_Dialog +com.google.android.material.textfield.TextInputEditText: java.lang.CharSequence getHint() +androidx.constraintlayout.widget.R$attr: int listChoiceIndicatorMultipleAnimated +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void innerError(java.lang.Throwable) +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintCircleRadius +okio.Buffer$UnsafeCursor: okio.Segment segment +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabSelectedTextColor +androidx.hilt.lifecycle.R$styleable: int GradientColor_android_centerY +wangdaye.com.geometricweather.R$attr: int layout_dodgeInsetEdges +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: boolean isEmpty() +wangdaye.com.geometricweather.R$animator: R$animator() +io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: void subscribeNext() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Direction +com.google.android.material.R$styleable: int Constraint_android_minHeight +androidx.recyclerview.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle +retrofit2.OkHttpCall$ExceptionCatchingResponseBody$1: long read(okio.Buffer,long) +com.google.android.material.R$dimen: int mtrl_extended_fab_top_padding +com.google.android.material.R$style: int Widget_MaterialComponents_ActionBar_Surface +wangdaye.com.geometricweather.R$attr: int switchPreferenceStyle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric: AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric() +android.didikee.donate.R$styleable: int AppCompatTheme_popupWindowStyle +wangdaye.com.geometricweather.R$id: int material_timepicker_view +okhttp3.MultipartBody: java.util.List parts +com.turingtechnologies.materialscrollbar.R$attr: int collapsedTitleTextAppearance +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: io.reactivex.disposables.Disposable upstream +androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_ActionBar +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating: AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating() +cyanogenmod.power.PerformanceManager: void cpuBoost(int) +androidx.preference.R$attr: int textAppearanceLargePopupMenu +androidx.constraintlayout.widget.R$id: int aligned +android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 +com.jaredrummler.android.colorpicker.R$color: int ripple_material_light +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarSize +com.bumptech.glide.R$styleable: int FontFamilyFont_fontVariationSettings +james.adaptiveicon.R$color: int ripple_material_light +com.google.android.material.R$style: int Base_TextAppearance_AppCompat +androidx.lifecycle.extensions.R$dimen: int compat_button_padding_vertical_material +com.google.android.material.chip.Chip: float getTextEndPadding() +androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_marginBottom +androidx.dynamicanimation.R$styleable: int ColorStateListItem_alpha +androidx.constraintlayout.widget.R$dimen: int abc_cascading_menus_min_smallest_width +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: boolean cancelled +cyanogenmod.app.PartnerInterface: int ZEN_MODE_NO_INTERRUPTIONS +androidx.constraintlayout.widget.R$style: int Base_V7_Widget_AppCompat_EditText +com.bumptech.glide.integration.okhttp.R$drawable: int notification_bg_normal_pressed +com.amap.api.fence.PoiItem: double getLongitude() +wangdaye.com.geometricweather.R$id: int transitionToEnd +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem +androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType INT_TYPE +androidx.swiperefreshlayout.R$drawable: int notification_action_background +io.reactivex.internal.disposables.EmptyDisposable: boolean offer(java.lang.Object) +io.reactivex.Observable: io.reactivex.Observable doOnEach(io.reactivex.Observer) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constrainedWidth +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_11 +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ProgressBar +cyanogenmod.os.Build$CM_VERSION: int SDK_INT +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_menu_overflow_material +wangdaye.com.geometricweather.main.MainActivity: void onSearchBarClicked(android.view.View) +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder connectTimeout(long,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.lang.String getLunar() +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Sun +androidx.preference.R$dimen: int abc_disabled_alpha_material_dark +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setHeadDescription(java.lang.String) +androidx.legacy.coreutils.R$styleable: int FontFamily_fontProviderPackage +com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_progress +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown +okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex: boolean equals(java.lang.Object) +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: void onSubscribe(io.reactivex.disposables.Disposable) +android.didikee.donate.R$styleable: int AppCompatTheme_actionBarTheme +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25 pm25 +cyanogenmod.app.CustomTileListenerService: cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper mWrapper +com.xw.repo.bubbleseekbar.R$attr: int multiChoiceItemLayout +androidx.hilt.R$id: int action_divider +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintStart_toStartOf +androidx.constraintlayout.widget.R$attr: int colorControlNormal +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getPm10() +wangdaye.com.geometricweather.R$drawable: int ic_map_clock +wangdaye.com.geometricweather.R$string: int common_google_play_services_update_title +com.google.android.material.R$string: int material_timepicker_hour +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: java.lang.String hour +androidx.preference.R$attr: int fragment +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintRight_toRightOf +com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_TabLayout +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoonSetDate +com.amap.api.location.APSServiceBase: void onDestroy() +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void onError(java.lang.Throwable) +androidx.appcompat.R$drawable: int abc_text_select_handle_middle_mtrl_light +androidx.recyclerview.R$styleable: int FontFamily_fontProviderFetchTimeout +wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property Time +androidx.hilt.R$attr: int fontProviderAuthority +androidx.legacy.coreutils.R$drawable: int notification_bg_low +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_SEED_CBC_SHA +okhttp3.internal.http2.Http2Codec$StreamFinishingSource: okhttp3.internal.http2.Http2Codec this$0 +okhttp3.Cache: int writeSuccessCount +james.adaptiveicon.R$styleable: int Toolbar_android_minHeight +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: double HoursOfPrecipitation +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Button +com.turingtechnologies.materialscrollbar.R$string: int abc_action_mode_done +com.jaredrummler.android.colorpicker.ColorPickerView: int getPaddingTop() +okhttp3.Cache$CacheResponseBody: okio.BufferedSource bodySource +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial: double Value +com.google.android.material.appbar.AppBarLayout$BaseBehavior: AppBarLayout$BaseBehavior() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean() +androidx.appcompat.R$attr: int switchMinWidth +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber +androidx.appcompat.R$attr: int editTextColor +wangdaye.com.geometricweather.R$anim: int fragment_open_enter +wangdaye.com.geometricweather.R$attr: int imageAspectRatio +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: AccuDailyResult$Headline() +cyanogenmod.app.ThemeVersion$ComponentVersion: cyanogenmod.app.ThemeComponent getComponent() +cyanogenmod.app.Profile: java.util.ArrayList mSecondaryUuids +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: cyanogenmod.externalviews.ExternalViewProviderService$Provider this$1 +com.google.android.material.R$dimen: int mtrl_btn_disabled_z +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_toRightOf +com.google.gson.stream.JsonReader: int PEEKED_BEGIN_ARRAY +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_title +androidx.preference.R$dimen: int abc_dialog_min_width_major +james.adaptiveicon.R$dimen: int abc_dialog_fixed_height_minor +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_centerY +androidx.hilt.lifecycle.R$id: int text +androidx.recyclerview.widget.RecyclerView: int getItemDecorationCount() +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_star_black_36dp +androidx.fragment.R$id: int actions +com.google.android.material.R$attr: int chipStartPadding +wangdaye.com.geometricweather.R$attr: int materialCalendarMonthNavigationButton +wangdaye.com.geometricweather.R$string: int wind_1 +com.google.android.material.R$styleable: int FloatingActionButton_hideMotionSpec +com.google.android.material.R$styleable: int ActionBar_contentInsetEndWithActions +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable: java.lang.Runnable actual +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setPubTime(java.util.Date) +wangdaye.com.geometricweather.R$drawable: int notif_temp_63 +com.google.android.material.R$style: int Widget_MaterialComponents_Chip_Action +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu +wangdaye.com.geometricweather.R$style: int Base_V21_Theme_AppCompat_Light_Dialog +com.amap.api.location.AMapLocation: java.lang.String a(com.amap.api.location.AMapLocation,java.lang.String) +wangdaye.com.geometricweather.R$attr: int summary +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: boolean done +okhttp3.MultipartBody: okio.ByteString boundary +io.reactivex.Observable: io.reactivex.Observable concatMapMaybeDelayError(io.reactivex.functions.Function,boolean) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getPubTime() +androidx.preference.R$dimen: int notification_big_circle_margin +androidx.recyclerview.R$id: int text +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setRelativeHumidity(java.lang.Float) +wangdaye.com.geometricweather.R$attr: int path_percent +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_handleColor +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintBaseline_creator +androidx.hilt.work.R$drawable: R$drawable() +io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: int skip +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: void setUnit(java.lang.String) +com.google.android.material.R$styleable: int Constraint_layout_goneMarginBottom +com.google.android.material.timepicker.TimeModel: android.os.Parcelable$Creator CREATOR +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_CompoundButton_CheckBox +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Title_Inverse +com.google.android.material.R$attr: int flow_verticalStyle +com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_min_width_minor +okhttp3.CipherSuite +wangdaye.com.geometricweather.R$dimen: int tooltip_precise_anchor_extra_offset +androidx.appcompat.widget.SearchView: int getInputType() +okhttp3.internal.http.RealInterceptorChain: okhttp3.internal.http.HttpCodec httpStream() +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleMarginEnd +wangdaye.com.geometricweather.R$id: int packed +wangdaye.com.geometricweather.R$id: int widget_week_temp +com.amap.api.location.AMapLocationListener +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense +com.turingtechnologies.materialscrollbar.R$layout: int abc_popup_menu_header_item_layout +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Large_Inverse +wangdaye.com.geometricweather.R$styleable: int Tooltip_android_layout_margin +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_Layout_layout_collapseMode +androidx.core.R$dimen: int notification_big_circle_margin +com.google.android.material.tabs.TabLayout: int getSelectedTabPosition() +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: int getChartTop() +com.google.android.material.R$styleable: int ExtendedFloatingActionButton_shrinkMotionSpec +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void innerError(java.lang.Throwable) +com.google.android.material.navigation.NavigationView: void setElevation(float) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial: AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial() +androidx.lifecycle.ViewModelProvider +com.google.android.material.R$styleable: int Constraint_layout_constraintHeight_min +cyanogenmod.weather.RequestInfo: cyanogenmod.weather.WeatherLocation access$402(cyanogenmod.weather.RequestInfo,cyanogenmod.weather.WeatherLocation) +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void onComplete() +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float snow12h +com.google.android.material.R$color: int mtrl_choice_chip_ripple_color +androidx.appcompat.widget.Toolbar: android.view.MenuInflater getMenuInflater() +com.google.android.material.floatingactionbutton.FloatingActionButton: void setHideMotionSpec(com.google.android.material.animation.MotionSpec) +wangdaye.com.geometricweather.R$attr: int updatesContinuously +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_13 +cyanogenmod.app.ICustomTileListener$Stub$Proxy: android.os.IBinder mRemote +okhttp3.HttpUrl: boolean isHttps() +com.xw.repo.bubbleseekbar.R$dimen: int abc_disabled_alpha_material_light +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedEmitLast: void complete() +com.jaredrummler.android.colorpicker.R$styleable: int Preference_layout +com.xw.repo.BubbleSeekBar: void setProgress(float) +wangdaye.com.geometricweather.R$layout: int preference_widget_seekbar +wangdaye.com.geometricweather.R$styleable: int Toolbar_logo +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_EditText +com.turingtechnologies.materialscrollbar.R$id: int up +io.reactivex.internal.observers.LambdaObserver: long serialVersionUID +android.didikee.donate.R$id: int decor_content_parent +wangdaye.com.geometricweather.R$drawable: int weather_hail +com.google.gson.LongSerializationPolicy$2 +wangdaye.com.geometricweather.R$attr: int allowStacking +androidx.fragment.R$layout: int notification_action +wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayHorizontalWidgetConfigActivity: Hilt_ClockDayHorizontalWidgetConfigActivity() +com.google.android.material.R$attr: int layout_collapseParallaxMultiplier +com.google.android.material.R$drawable: int abc_list_selector_holo_light +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float getThunderstorm() com.jaredrummler.android.colorpicker.R$attr: int panelBackground -androidx.hilt.lifecycle.R$color: int notification_action_color_filter -androidx.appcompat.R$style: int Widget_AppCompat_ActionBar_TabView -androidx.constraintlayout.widget.Constraints: androidx.constraintlayout.widget.ConstraintSet getConstraintSet() -android.didikee.donate.R$styleable: int CompoundButton_android_button -androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State[] values() -androidx.recyclerview.R$id: int accessibility_custom_action_18 -androidx.loader.R$styleable: int FontFamilyFont_fontStyle -cyanogenmod.profiles.RingModeSettings: boolean mOverride -android.didikee.donate.R$styleable: int ActionBar_contentInsetEndWithActions -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.common.basic.models.weather.UV: int UV_INDEX_LOW -io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,boolean,int,int) -okhttp3.CacheControl: java.lang.String toString() -cyanogenmod.providers.CMSettings$Secure: java.lang.String LOCK_PASS_TO_SECURITY_VIEW -wangdaye.com.geometricweather.common.basic.models.weather.Astro: java.lang.String getSetTime(android.content.Context) -retrofit2.ParameterHandler$2: ParameterHandler$2(retrofit2.ParameterHandler) -com.google.android.material.R$dimen: int mtrl_btn_icon_padding -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Caption -androidx.hilt.R$anim: R$anim() -androidx.lifecycle.extensions.R$drawable: int notification_icon_background -james.adaptiveicon.R$dimen: int hint_alpha_material_light -androidx.preference.R$attr: int voiceIcon -wangdaye.com.geometricweather.R$styleable: int Constraint_android_transformPivotY -android.didikee.donate.R$id: int action_mode_bar -com.google.android.material.R$attr: int textAppearanceSearchResultTitle -io.reactivex.internal.schedulers.RxThreadFactory -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void drain() -com.google.android.material.R$styleable: int DrawerArrowToggle_drawableSize -androidx.preference.R$attr: int actionModeSelectAllDrawable -com.turingtechnologies.materialscrollbar.R$attr: int contentScrim -android.didikee.donate.R$styleable: int MenuGroup_android_enabled -androidx.preference.R$dimen: int abc_button_inset_vertical_material -com.github.rahatarmanahmed.cpv.CircularProgressView$6: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color: AccuAlertResult$Color() -com.jaredrummler.android.colorpicker.R$color: int background_floating_material_dark -com.google.android.material.R$string: int appbar_scrolling_view_behavior -com.turingtechnologies.materialscrollbar.R$attr: int tickMarkTint -com.jaredrummler.android.colorpicker.R$attr: int thickness -cyanogenmod.app.ProfileManager: boolean isProfilesEnabled() -androidx.preference.R$drawable: int btn_radio_on_to_off_mtrl_animation -androidx.appcompat.widget.AppCompatCheckBox: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) -androidx.appcompat.widget.AppCompatTextView: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() -wangdaye.com.geometricweather.R$array: int automatic_refresh_rate_values -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: int mainTextColorResId -com.google.android.material.slider.BaseSlider: void setThumbElevation(float) -wangdaye.com.geometricweather.R$style: int Preference_SwitchPreferenceCompat -androidx.preference.R$string: int abc_activity_chooser_view_see_all -androidx.customview.R$dimen: int notification_large_icon_height -okhttp3.CertificatePinner$Pin: java.lang.String toString() -wangdaye.com.geometricweather.R$styleable: int KeyCycle_motionTarget -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean precipitation -androidx.swiperefreshlayout.R$attr: R$attr() -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_TextButton -com.xw.repo.bubbleseekbar.R$drawable: int abc_edit_text_material -androidx.activity.R$dimen: int notification_media_narrow_margin -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_statusBarScrim -android.didikee.donate.R$anim: int abc_shrink_fade_out_from_bottom -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setTotalPrecipitationProbability(java.lang.Float) -james.adaptiveicon.R$styleable: int AlertDialog_listLayout -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric: int UnitType -com.google.android.material.R$attr: int percentX -com.bumptech.glide.integration.okhttp.R$dimen: int notification_top_pad_large_text -com.jaredrummler.android.colorpicker.R$color: int abc_search_url_text_normal -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void onError(java.lang.Throwable) -com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_drawableSize -okhttp3.Request: java.lang.String method() -com.google.android.material.R$styleable: int AppCompatTheme_seekBarStyle -io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: long serialVersionUID -com.google.android.material.R$styleable: int SearchView_queryHint -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: java.lang.String Phrase_60 -com.turingtechnologies.materialscrollbar.R$dimen: int abc_button_inset_horizontal_material -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: java.lang.String getTagName(android.content.Context) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeRealFeelShaderTemperature -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: void subscribe() -androidx.loader.R$styleable: int GradientColor_android_centerColor -io.reactivex.internal.subscriptions.EmptySubscription: java.lang.String toString() -androidx.viewpager2.R$layout: int notification_template_custom_big -androidx.appcompat.R$drawable: int notification_bg -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Button_Borderless -com.google.android.material.R$attr: int contentInsetLeft -androidx.appcompat.widget.SwitchCompat: android.content.res.ColorStateList getTrackTintList() -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_DialogWhenLarge -com.turingtechnologies.materialscrollbar.R$integer -com.xw.repo.bubbleseekbar.R$drawable: int abc_cab_background_top_mtrl_alpha -androidx.recyclerview.R$styleable: int RecyclerView_android_orientation -com.google.android.material.R$layout: int abc_list_menu_item_checkbox -androidx.vectordrawable.R$id: int accessibility_custom_action_29 -james.adaptiveicon.R$attr: int toolbarStyle -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_customNavigationLayout -androidx.appcompat.R$styleable: int AppCompatSeekBar_tickMarkTint -com.google.android.material.R$attr: int customColorDrawableValue -okio.AsyncTimeout: okio.Source source(okio.Source) -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_SearchView_ActionBar -com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getTickInactiveTintList() -wangdaye.com.geometricweather.R$styleable: int MaterialButton_android_checkable -okio.Pipe$PipeSource: okio.Timeout timeout -com.google.android.material.R$drawable: int notification_tile_bg -io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: io.reactivex.ObservableSource source -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ListMenuView -okhttp3.Response$Builder: okhttp3.Response$Builder protocol(okhttp3.Protocol) -wangdaye.com.geometricweather.remoteviews.config.Hilt_DayWeekWidgetConfigActivity: Hilt_DayWeekWidgetConfigActivity() -androidx.constraintlayout.widget.R$dimen: int abc_button_inset_vertical_material -retrofit2.ServiceMethod -cyanogenmod.profiles.RingModeSettings: RingModeSettings(java.lang.String,boolean) -cyanogenmod.app.Profile$LockMode: int DEFAULT -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Small -androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemHeight -wangdaye.com.geometricweather.R$id: int unlabeled -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_button_min_width_material -com.google.android.material.bottomappbar.BottomAppBar: int getFabAnimationMode() -okhttp3.internal.Util$2: java.lang.Thread newThread(java.lang.Runnable) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial Imperial -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_padding_top -com.google.android.material.R$styleable: int[] MotionTelltales -okhttp3.internal.http2.Http2Writer: void data(boolean,int,okio.Buffer,int) -androidx.hilt.R$drawable -io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: void setDisposable(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric: int UnitType -okhttp3.internal.ws.RealWebSocket: boolean close(int,java.lang.String,long) -com.google.android.material.R$styleable: int NavigationView_android_background -com.google.android.material.R$attr: int fabSize -androidx.appcompat.widget.LinearLayoutCompat -com.xw.repo.bubbleseekbar.R$attr: int hideOnContentScroll -com.google.android.material.R$id: int chronometer +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_elevation +okhttp3.internal.http2.Http2Codec: void flushRequest() +wangdaye.com.geometricweather.common.ui.widgets.astro.MoonPhaseView +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit NMI +androidx.constraintlayout.widget.R$id: int default_activity_button +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_padding_material +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary TemperatureSummary androidx.viewpager2.R$id: int accessibility_custom_action_16 -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: boolean fused -retrofit2.package-info -com.google.android.material.circularreveal.CircularRevealFrameLayout: CircularRevealFrameLayout(android.content.Context) -com.google.android.material.R$color: int background_floating_material_dark -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft -james.adaptiveicon.R$attr: int logo -wangdaye.com.geometricweather.R$array: int widget_card_style_values -com.google.android.material.R$id: int triangle -wangdaye.com.geometricweather.R$attr: int itemShapeInsetTop -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Weather: MfForecastResult$DailyForecast$Weather() -wangdaye.com.geometricweather.R$attr: int saturation -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float getRain() -androidx.constraintlayout.widget.R$id: int end -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: boolean isDisposed() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$TotalLiquid TotalLiquid -james.adaptiveicon.R$styleable: int MenuItem_android_icon -com.google.android.material.R$attr: int fontWeight -com.github.rahatarmanahmed.cpv.CircularProgressView: void addListener(com.github.rahatarmanahmed.cpv.CircularProgressViewListener) -james.adaptiveicon.R$string: int abc_action_mode_done -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: void onComplete() -com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_Snackbar -com.xw.repo.bubbleseekbar.R$layout: int abc_tooltip -androidx.appcompat.R$attr: int navigationIcon -androidx.hilt.lifecycle.R$id: int right_side -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_translationX -wangdaye.com.geometricweather.R$string: int key_widget_day_week -cyanogenmod.providers.CMSettings$CMSettingNotFoundException -okio.HashingSource: okio.HashingSource sha256(okio.Source) -android.didikee.donate.R$styleable: int Toolbar_collapseIcon -com.google.android.material.R$drawable: int notification_bg_normal_pressed -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionButton_CloseMode -com.xw.repo.bubbleseekbar.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 -cyanogenmod.profiles.LockSettings: boolean mDirty -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setTemperature(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean) -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$2: void run() -com.google.android.material.floatingactionbutton.FloatingActionButton: void setRippleColor(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$string: int greenDAO -androidx.preference.R$styleable: int DialogPreference_positiveButtonText -com.turingtechnologies.materialscrollbar.R$attr: int titleMarginEnd -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_Switch -androidx.constraintlayout.widget.R$styleable: int ColorStateListItem_alpha -androidx.preference.R$styleable: int Toolbar_titleMargin -okhttp3.ResponseBody$1: long val$contentLength -com.google.gson.internal.LazilyParsedNumber -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_2 -com.xw.repo.bubbleseekbar.R$dimen: int notification_top_pad_large_text -com.amap.api.location.AMapLocationQualityReport: int getGPSSatellites() -wangdaye.com.geometricweather.R$drawable: int weather_clear_night_pixel -com.google.android.material.R$color: int material_on_primary_disabled -com.turingtechnologies.materialscrollbar.R$color: int primary_material_light -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setCloudCover(java.lang.Integer) -wangdaye.com.geometricweather.R$attr: int statusBarBackground -wangdaye.com.geometricweather.R$styleable: R$styleable() -com.bumptech.glide.integration.okhttp.R$string: R$string() -james.adaptiveicon.R$layout: int abc_action_mode_close_item_material -cyanogenmod.providers.CMSettings$Secure: java.util.List getDelimitedStringAsList(android.content.ContentResolver,java.lang.String,java.lang.String) -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource CAIYUN -io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain: java.lang.String MESSAGE -androidx.preference.R$attr: int buttonStyleSmall -androidx.appcompat.R$style -android.didikee.donate.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow -com.github.rahatarmanahmed.cpv.CircularProgressView: void updateBounds() -com.xw.repo.bubbleseekbar.R$id: int search_edit_frame -androidx.preference.R$attr: int customNavigationLayout -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property TreeLevel -wangdaye.com.geometricweather.R$id: int widget_day_week -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_TabView -androidx.viewpager2.R$id: int action_text -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean setVibratorIntensity(int) -james.adaptiveicon.R$attr: int actionModeCloseButtonStyle -wangdaye.com.geometricweather.R$id: int widget_clock_day -com.google.android.material.R$drawable: int abc_item_background_holo_light -io.reactivex.Observable: io.reactivex.Observable skipLast(int) -androidx.constraintlayout.widget.R$integer -com.turingtechnologies.materialscrollbar.R$attr: int chipSpacingVertical -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: void setDefaultPhoneSub(int) -cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks: boolean requestDismiss() -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintLeft_toRightOf -okio.SegmentedByteString: okio.ByteString hmacSha256(okio.ByteString) -wangdaye.com.geometricweather.R$styleable: int CompoundButton_buttonCompat -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut -retrofit2.CallAdapter$Factory: java.lang.Class getRawType(java.lang.reflect.Type) -com.jaredrummler.android.colorpicker.R$style: int Base_V21_Theme_AppCompat_Dialog -okio.Pipe$PipeSink: Pipe$PipeSink(okio.Pipe) -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: java.lang.Throwable error -androidx.lifecycle.LifecycleRegistry: void popParentState() -io.reactivex.internal.schedulers.RxThreadFactory: RxThreadFactory(java.lang.String,int,boolean) -androidx.fragment.R$id: int tag_accessibility_actions -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: java.lang.String getUnit() -androidx.preference.R$styleable: int Preference_android_order -androidx.appcompat.widget.AppCompatCheckedTextView -androidx.appcompat.widget.MenuPopupWindow$MenuDropDownListView: void setHoverListener(androidx.appcompat.widget.MenuItemHoverListener) -com.google.android.material.R$color: int material_blue_grey_800 -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$8: float val$swipeProgress -cyanogenmod.app.Profile: cyanogenmod.app.ProfileGroup getProfileGroup(java.util.UUID) -james.adaptiveicon.R$dimen: int notification_top_pad -androidx.constraintlayout.widget.R$attr: int contentInsetStartWithNavigation -com.google.android.gms.base.R$styleable: int LoadingImageView_imageAspectRatioAdjust -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView -androidx.swiperefreshlayout.R$attr: int fontProviderCerts -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: int capacityHint -cyanogenmod.providers.CMSettings$CMSettingNotFoundException: CMSettings$CMSettingNotFoundException(java.lang.String) -com.google.android.material.R$color: int design_dark_default_color_on_error -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_android_gravity -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_textColor -okhttp3.HttpUrl: java.lang.String username -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Metric: AccuCurrentResult$PrecipitationSummary$Precipitation$Metric() -androidx.appcompat.widget.Toolbar: void setCollapseIcon(int) -androidx.vectordrawable.animated.R$id: int line1 -wangdaye.com.geometricweather.R$color: int design_default_color_secondary -com.bumptech.glide.Priority: com.bumptech.glide.Priority[] values() -androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPrePaused(android.app.Activity) -okhttp3.Route -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemHeight -com.google.android.material.R$style: int Theme_MaterialComponents_Light_DialogWhenLarge -okio.BufferedSource: short readShort() -androidx.activity.ComponentActivity$3 -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: io.reactivex.disposables.Disposable upstream -james.adaptiveicon.R$styleable: int[] LinearLayoutCompat_Layout -cyanogenmod.power.PerformanceManager: int mNumberOfProfiles -com.turingtechnologies.materialscrollbar.R$drawable: int abc_spinner_mtrl_am_alpha -wangdaye.com.geometricweather.common.basic.models.weather.Daily: long time -wangdaye.com.geometricweather.R$id: int widget_day_week_icon_5 -androidx.constraintlayout.widget.R$color: int material_blue_grey_950 -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid -okhttp3.internal.ws.WebSocketReader$FrameCallback -okio.SegmentedByteString: byte[] toByteArray() -james.adaptiveicon.R$dimen: int abc_text_size_headline_material -androidx.work.R$styleable: int GradientColor_android_centerY -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean dispatchPopulateAccessibilityEvent(android.view.accessibility.AccessibilityEvent) -com.google.android.material.R$styleable: int BottomNavigationView_backgroundTint -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeSnowPrecipitationProbability(java.lang.Float) -okhttp3.internal.tls.DistinguishedNameParser: int cur -cyanogenmod.weather.WeatherLocation: void writeToParcel(android.os.Parcel,int) -com.google.android.material.R$style: int Widget_MaterialComponents_Button_UnelevatedButton -androidx.constraintlayout.widget.R$attr: int defaultDuration -cyanogenmod.externalviews.ExternalView: boolean onPreDraw() -wangdaye.com.geometricweather.R$styleable: int BackgroundStyle_selectableItemBackground -androidx.constraintlayout.widget.R$id: int parentRelative -com.xw.repo.bubbleseekbar.R$attr: int actionBarSize -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties -androidx.preference.R$dimen: int abc_dialog_title_divider_material -com.xw.repo.bubbleseekbar.R$drawable: int abc_textfield_search_default_mtrl_alpha -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: java.lang.String getZh_CN() -com.bumptech.glide.R$styleable: int[] GradientColor -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_checkable -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPath: androidx.core.graphics.PathParser$PathDataNode[] getPathData() -com.google.android.material.textfield.TextInputLayout: void setEndIconDrawable(int) -android.didikee.donate.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog -androidx.preference.R$dimen: int abc_action_button_min_width_material -androidx.work.R$styleable: int[] GradientColor -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Spinner -com.google.android.material.R$animator: int mtrl_extended_fab_change_size_collapse_motion_spec +com.google.android.material.R$dimen: int mtrl_btn_padding_bottom +androidx.hilt.R$styleable: int GradientColor_android_centerX +com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleGravity(int) +cyanogenmod.app.Profile: int getTriggerState(int,java.lang.String) +okio.Timeout: okio.Timeout clearTimeout() +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_lastVerticalStyle +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_editor_absoluteY +wangdaye.com.geometricweather.R$styleable: int[] ScrollingViewBehavior_Layout +com.google.android.material.bottomnavigation.BottomNavigationView: void setItemHorizontalTranslationEnabled(boolean) +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property Time +androidx.hilt.work.R$id: int async +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs indexs +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_maxWidth +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_goneMarginBottom +androidx.constraintlayout.widget.R$string: int abc_searchview_description_search +androidx.appcompat.R$styleable: int[] CompoundButton +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.Integer getDbz() +wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_marginLeft +com.google.android.material.appbar.AppBarLayout: void setTargetElevation(float) +cyanogenmod.weatherservice.WeatherProviderService: java.util.Set access$100(cyanogenmod.weatherservice.WeatherProviderService) +wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.Float getSpeed() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: java.util.List getValue() +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Body2 +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small +wangdaye.com.geometricweather.common.basic.models.weather.Alert: int priority +com.xw.repo.bubbleseekbar.R$dimen: int abc_select_dialog_padding_start_material +com.xw.repo.bubbleseekbar.R$attr: int spinnerStyle +okhttp3.internal.Util$2: java.lang.String val$name +com.turingtechnologies.materialscrollbar.R$layout: int select_dialog_multichoice_material +androidx.vectordrawable.R$attr: int alpha +io.reactivex.internal.util.VolatileSizeArrayList: java.lang.String toString() +io.reactivex.internal.operators.observable.ObserverResourceWrapper: void dispose() +io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: java.lang.Object index +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setWeatherEnd(java.lang.String) +org.greenrobot.greendao.AbstractDao: java.lang.String[] getPkColumns() +com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_maxProgress +androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat +okhttp3.FormBody$Builder: FormBody$Builder(java.nio.charset.Charset) +android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem +cyanogenmod.providers.CMSettings$Secure: cyanogenmod.providers.CMSettings$Validator PROTECTED_COMPONENTS_VALIDATOR +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_CollapsingToolbar_Expanded +androidx.lifecycle.ViewModelProvider: androidx.lifecycle.ViewModelProvider$Factory mFactory +androidx.work.ArrayCreatingInputMerger +android.didikee.donate.R$style: int TextAppearance_AppCompat +com.google.android.material.R$attr: int paddingRightSystemWindowInsets +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX() +io.reactivex.Observable: io.reactivex.Observable retryUntil(io.reactivex.functions.BooleanSupplier) +com.bumptech.glide.load.engine.GlideException: com.bumptech.glide.load.DataSource dataSource +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense +androidx.preference.R$attr: int viewInflaterClass +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.util.Date modificationDate +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: void setSpeed(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX) +androidx.hilt.R$layout: int notification_template_part_time +com.xw.repo.bubbleseekbar.R$styleable: int[] AlertDialog +com.google.android.material.R$styleable: int DrawerArrowToggle_arrowHeadLength +androidx.activity.R$drawable: int notification_bg_normal +com.google.android.material.R$styleable: int KeyCycle_android_elevation +com.google.android.material.chip.Chip: void setChipIconEnabled(boolean) +com.turingtechnologies.materialscrollbar.R$attr: int contentInsetRight +androidx.constraintlayout.widget.R$id: int textSpacerNoButtons +okhttp3.internal.platform.JdkWithJettyBootPlatform$JettyNegoProvider: boolean unsupported +com.google.gson.stream.JsonReader$1 +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.String TABLENAME +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: io.reactivex.internal.queue.SpscArrayQueue queue +androidx.lifecycle.LifecycleRegistry: void addObserver(androidx.lifecycle.LifecycleObserver) +androidx.viewpager.R$layout: int notification_template_custom_big +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Metric: int UnitType +androidx.appcompat.R$drawable: int abc_list_longpressed_holo +androidx.viewpager.R$styleable: int FontFamilyFont_android_fontStyle +okhttp3.Call: boolean isExecuted() +com.google.android.material.R$style: int Theme_MaterialComponents_BottomSheetDialog +com.turingtechnologies.materialscrollbar.R$id: int action_divider +cyanogenmod.themes.ThemeChangeRequest$1 +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_subtitleTextStyle +androidx.appcompat.widget.LinearLayoutCompat: int getBaselineAlignedChildIndex() +okhttp3.internal.cache.CacheStrategy$Factory: okhttp3.Response cacheResponse +okhttp3.internal.http.RealInterceptorChain: okhttp3.EventListener eventListener() +wangdaye.com.geometricweather.R$style: int Base_V23_Theme_AppCompat +wangdaye.com.geometricweather.R$id: int star_1 +wangdaye.com.geometricweather.R$attr: int searchHintIcon +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getNighttimeWindDirection() +android.didikee.donate.R$style: int TextAppearance_AppCompat_Button +androidx.viewpager2.R$styleable: int GradientColor_android_gradientRadius +androidx.coordinatorlayout.R$dimen: R$dimen() +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_navigationContentDescription +androidx.cardview.R$style: R$style() +wangdaye.com.geometricweather.common.ui.widgets.TagView: TagView(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.R$color: int mtrl_fab_ripple_color +com.google.android.material.behavior.HideBottomViewOnScrollBehavior: HideBottomViewOnScrollBehavior(android.content.Context,android.util.AttributeSet) +androidx.viewpager.R$id: int normal +wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit: java.lang.String getRelativeHumidityText(float) +androidx.hilt.work.R$attr: int fontProviderFetchTimeout +com.google.android.material.R$id: int text_input_error_icon +androidx.dynamicanimation.R$attr: int fontProviderPackage +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleMarginBottom +androidx.drawerlayout.R$style: int TextAppearance_Compat_Notification_Title +james.adaptiveicon.R$styleable: int ButtonBarLayout_allowStacking +okhttp3.internal.connection.RealConnection: okhttp3.Route route +androidx.viewpager.R$style: int Widget_Compat_NotificationActionText +wangdaye.com.geometricweather.R$attr: int layout_anchorGravity +okhttp3.internal.io.FileSystem$1: okio.Sink appendingSink(java.io.File) +androidx.preference.R$dimen: int abc_action_bar_overflow_padding_start_material +okhttp3.internal.cache.DiskLruCache$Editor: boolean[] written +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_MinWidth_Bridge +wangdaye.com.geometricweather.R$drawable: int notif_temp_72 +com.amap.api.location.APSServiceBase: int onStartCommand(android.content.Intent,int,int) +wangdaye.com.geometricweather.R$styleable: int ActionBar_popupTheme +android.didikee.donate.R$string: int abc_activity_chooser_view_see_all +androidx.appcompat.widget.ActivityChooserView: void setProvider(androidx.core.view.ActionProvider) +com.google.gson.internal.LinkedTreeMap: int size +com.google.android.material.R$id: int text_input_end_icon +wangdaye.com.geometricweather.R$attr: int actionOverflowMenuStyle +wangdaye.com.geometricweather.R$drawable: int weather_rain_3 +com.xw.repo.bubbleseekbar.R$attr: int navigationContentDescription +wangdaye.com.geometricweather.R$string: int feedback_resident_location +androidx.viewpager2.R$styleable: int GradientColor_android_startY +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionButton_Overflow +androidx.lifecycle.LiveData: LiveData(java.lang.Object) +androidx.vectordrawable.animated.R$color: int notification_icon_bg_color +cyanogenmod.weather.WeatherInfo: java.lang.String access$1402(cyanogenmod.weather.WeatherInfo,java.lang.String) +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_DrawerArrowToggle +androidx.transition.R$color: int ripple_material_light +cyanogenmod.app.ProfileGroup: android.net.Uri mSoundOverride +androidx.appcompat.R$string: int abc_search_hint +wangdaye.com.geometricweather.remoteviews.config.AbstractWidgetConfigActivity +okhttp3.ConnectionSpec: boolean isCompatible(javax.net.ssl.SSLSocket) +androidx.dynamicanimation.animation.DynamicAnimation +cyanogenmod.platform.Manifest$permission: java.lang.String WRITE_ALARMS +com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_FloatingActionButton +androidx.appcompat.R$dimen: int abc_disabled_alpha_material_dark +android.didikee.donate.R$styleable: int AppCompatTheme_alertDialogTheme +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$6: ExternalViewProviderService$Provider$ProviderImpl$6(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) +com.google.android.material.R$styleable: int ColorStateListItem_android_alpha +com.google.android.material.R$dimen: int abc_edit_text_inset_horizontal_material +androidx.constraintlayout.widget.R$color: int background_material_dark +okhttp3.internal.http2.PushObserver$1: void onReset(int,okhttp3.internal.http2.ErrorCode) +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.lang.String weatherText +androidx.constraintlayout.widget.R$styleable: int[] ActivityChooserView +com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_size_normal +com.jaredrummler.android.colorpicker.R$dimen: int abc_panel_menu_list_width +androidx.fragment.R$layout: int notification_template_part_chronometer +com.google.android.material.R$style: int Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected +com.google.android.material.bottomnavigation.BottomNavigationMenuView: BottomNavigationMenuView(android.content.Context) +cyanogenmod.app.CMContextConstants: java.lang.String CM_PROFILE_SERVICE +james.adaptiveicon.R$styleable: int DrawerArrowToggle_color +wangdaye.com.geometricweather.common.basic.models.weather.Wind: int getWindColor(android.content.Context) +androidx.customview.R$styleable: int GradientColor_android_startColor +androidx.activity.R$dimen: int notification_action_text_size +com.google.android.material.R$dimen: int abc_button_padding_horizontal_material +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_BottomSheetDialog +android.didikee.donate.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle +com.google.android.material.imageview.ShapeableImageView: float getStrokeWidth() +androidx.coordinatorlayout.R$id: int icon +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginStart +okhttp3.internal.http1.Http1Codec: okhttp3.ResponseBody openResponseBody(okhttp3.Response) +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_3 +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_margin +androidx.preference.R$anim: int btn_checkbox_to_unchecked_icon_null_animation +androidx.constraintlayout.widget.R$drawable: int abc_btn_check_material +com.google.android.gms.common.images.WebImage: android.os.Parcelable$Creator CREATOR +com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat_ActionBar +androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_ttcIndex +cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: boolean isDisposed() +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Toolbar androidx.preference.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable -androidx.appcompat.R$string -okhttp3.Headers$Builder: okhttp3.Headers build() -androidx.swiperefreshlayout.R$id: int tag_accessibility_heading -com.turingtechnologies.materialscrollbar.R$attr: int isLightTheme -androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionBar_TabView -com.google.android.gms.base.R$id: int adjust_height -com.jaredrummler.android.colorpicker.R$id: int gridView -james.adaptiveicon.R$id: int action_mode_bar -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr Precip1hr -com.xw.repo.bubbleseekbar.R$attr: int windowFixedWidthMinor -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onActionModeFinished(android.view.ActionMode) -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: boolean isDisposed() -wangdaye.com.geometricweather.R$attr: int collapsedTitleGravity -androidx.swiperefreshlayout.R$styleable: int GradientColor_android_centerColor -okhttp3.internal.http1.Http1Codec: int STATE_WRITING_REQUEST_BODY -cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_onAttach_0 -retrofit2.RequestBuilder: java.lang.String canonicalizeForPath(java.lang.String,boolean) -wangdaye.com.geometricweather.R$id: int container_main_sun_moon_phaseView -cyanogenmod.providers.CMSettings$Secure$1: java.lang.String mDelimiter -androidx.preference.R$styleable: int MenuGroup_android_orderInCategory -androidx.appcompat.widget.AppCompatAutoCompleteTextView: AppCompatAutoCompleteTextView(android.content.Context) -wangdaye.com.geometricweather.R$string: int aqi_3 -com.amap.api.fence.GeoFence -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderSelection -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_toLeftOf -androidx.appcompat.R$styleable: int MenuGroup_android_visible -androidx.preference.R$drawable: int abc_tab_indicator_material -okio.RealBufferedSource: long indexOfElement(okio.ByteString,long) -com.google.gson.internal.$Gson$Types$WildcardTypeImpl: java.lang.reflect.Type upperBound -retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: retrofit2.CallAdapter get(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) -com.google.android.material.slider.RangeSlider: void setThumbTintList(android.content.res.ColorStateList) -com.google.android.material.chip.Chip: float getChipEndPadding() -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_counterOverflowTextColor -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub$Proxy: android.os.IBinder mRemote -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: boolean cancelled -io.reactivex.internal.operators.observable.ObservableGroupBy$State: void onComplete() -com.google.android.material.slider.BaseSlider: void setValueTo(float) +retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder client(okhttp3.OkHttpClient) +cyanogenmod.weatherservice.ServiceRequestResult: boolean equals(java.lang.Object) +com.google.android.material.R$integer: int mtrl_calendar_header_orientation +androidx.appcompat.widget.AppCompatEditText: void setSupportBackgroundTintList(android.content.res.ColorStateList) +com.jaredrummler.android.colorpicker.R$dimen: int item_touch_helper_max_drag_scroll_per_frame +android.didikee.donate.R$attr: int titleMarginEnd +androidx.preference.R$layout: int preference_information +okhttp3.internal.http.HttpHeaders: boolean hasVaryAll(okhttp3.Response) +androidx.preference.R$drawable: int abc_ic_menu_selectall_mtrl_alpha +com.jaredrummler.android.colorpicker.R$attr: int tint +androidx.coordinatorlayout.R$integer: R$integer() +wangdaye.com.geometricweather.background.receiver.widget.WidgetWeekProvider: WidgetWeekProvider() +wangdaye.com.geometricweather.R$attr: int listChoiceIndicatorMultipleAnimated +com.google.android.material.navigation.NavigationView: int getHeaderCount() +retrofit2.adapter.rxjava2.Result: java.lang.Throwable error +retrofit2.SkipCallbackExecutorImpl: java.lang.annotation.Annotation[] ensurePresent(java.lang.annotation.Annotation[]) +com.google.android.material.textfield.TextInputLayout: android.graphics.Typeface getTypeface() +com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType BAIDU +androidx.preference.R$styleable: int Toolbar_navigationContentDescription +androidx.lifecycle.SavedStateHandle: SavedStateHandle() +androidx.appcompat.R$attr: int navigationIcon +androidx.hilt.lifecycle.R$id: int icon_group +com.google.android.material.card.MaterialCardView: com.google.android.material.shape.ShapeAppearanceModel getShapeAppearanceModel() +com.jaredrummler.android.colorpicker.R$styleable: int[] GradientColorItem +com.turingtechnologies.materialscrollbar.R$attr: int tickMark +androidx.constraintlayout.widget.R$color: int abc_tint_default +android.didikee.donate.R$layout: int abc_list_menu_item_radio +androidx.appcompat.R$styleable: int AppCompatTheme_actionBarTheme +androidx.constraintlayout.widget.R$styleable: int ViewBackgroundHelper_android_background +okhttp3.Cache$CacheRequestImpl +androidx.coordinatorlayout.R$attr: int fontVariationSettings +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeTemperature +io.reactivex.disposables.RunnableDisposable: long serialVersionUID +androidx.hilt.R$dimen +cyanogenmod.power.PerformanceManager: boolean checkService() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean getYesterday() +androidx.preference.R$styleable: int Preference_dependency +androidx.appcompat.R$attr: int colorSwitchThumbNormal +androidx.preference.R$color: R$color() +com.google.android.material.R$styleable: int AppCompatTheme_actionModeCloseDrawable +com.google.android.material.R$dimen: int abc_control_corner_material +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_ttcIndex +androidx.viewpager.R$drawable: int notification_bg_low_pressed +cyanogenmod.hardware.CMHardwareManager: int FEATURE_TOUCH_HOVERING +org.greenrobot.greendao.AbstractDaoSession: void registerDao(java.lang.Class,org.greenrobot.greendao.AbstractDao) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_CheckedTextView +wangdaye.com.geometricweather.R$attr: int actionTextColorAlpha +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setType(java.lang.String) +cyanogenmod.weatherservice.ServiceRequest$Status: ServiceRequest$Status(java.lang.String,int) +android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon +androidx.preference.R$dimen: int tooltip_precise_anchor_threshold +com.google.android.material.R$attr: int strokeWidth +androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() +com.amap.api.location.AMapLocationClientOption: boolean isMockEnable() +okhttp3.internal.connection.RealConnection: java.net.Socket socket() +com.google.android.material.R$attr: int motionInterpolator +cyanogenmod.app.ProfileGroup: boolean validateOverrideUri(android.content.Context,android.net.Uri) +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int CLEAR_NIGHT +androidx.appcompat.widget.SwitchCompat: int getCompoundPaddingRight() +android.didikee.donate.R$attr: int actionBarItemBackground +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String COL_VALUE +james.adaptiveicon.R$styleable: int ActionBar_divider +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_elevation +com.amap.api.location.AMapLocation: void setFixLastLocation(boolean) +cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String DESKCLOCK_PACKAGE +com.turingtechnologies.materialscrollbar.R$drawable: int notification_action_background +io.reactivex.internal.disposables.EmptyDisposable: void clear() +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setEnabled(boolean) +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog +androidx.work.R$styleable: int ColorStateListItem_android_alpha +retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: void onResponse(retrofit2.Call,retrofit2.Response) +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter endObject() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarDivider +androidx.preference.R$color: int tooltip_background_light +cyanogenmod.themes.IThemeProcessingListener$Stub$Proxy: IThemeProcessingListener$Stub$Proxy(android.os.IBinder) +com.jaredrummler.android.colorpicker.R$drawable +wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_barLength +com.google.android.material.R$style: int Widget_MaterialComponents_PopupMenu_Overflow +com.google.android.material.R$drawable: int btn_checkbox_checked_to_unchecked_mtrl_animation +com.xw.repo.bubbleseekbar.R$style: int Base_DialogWindowTitleBackground_AppCompat +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_skipCollapsed +androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_scaleY +okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RouteDatabase routeDatabase() +com.amap.api.location.AMapLocationClientOption: int describeContents() +androidx.appcompat.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation +wangdaye.com.geometricweather.R$id: int cancel_button +wangdaye.com.geometricweather.R$styleable: int[] CardView +androidx.lifecycle.extensions.R$id: int forever +wangdaye.com.geometricweather.R$id: int cpv_color_panel_old +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_onClick +cyanogenmod.hardware.IThermalListenerCallback +com.google.android.material.R$styleable: int ChipGroup_chipSpacing +com.google.android.material.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity +com.google.android.material.R$styleable: int Layout_chainUseRtl +com.google.android.material.R$style: int Widget_MaterialComponents_ProgressIndicator_Linear_Determinate +com.google.android.material.R$styleable: int TabLayout_tabUnboundedRipple +okhttp3.internal.http.HttpHeaders: java.lang.String repeat(char,int) +com.google.android.material.R$styleable: int MaterialCalendar_daySelectedStyle +cyanogenmod.weather.RequestInfo: int mRequestType +com.google.android.material.R$styleable: int[] MaterialCheckBox +androidx.preference.R$styleable: int AppCompatTheme_buttonStyleSmall +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float getVisibility() +io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: long serialVersionUID +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar +okhttp3.internal.http2.Settings: int MAX_HEADER_LIST_SIZE +wangdaye.com.geometricweather.R$array: int widget_card_style_values +okhttp3.internal.http2.PushObserver: void onReset(int,okhttp3.internal.http2.ErrorCode) +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_textinput_box_corner_radius_medium +androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type valueOf(java.lang.String) +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_centerX +androidx.lifecycle.ClassesInfoCache: void verifyAndPutHandler(java.util.Map,androidx.lifecycle.ClassesInfoCache$MethodReference,androidx.lifecycle.Lifecycle$Event,java.lang.Class) +com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert +com.google.android.material.R$styleable: int TextInputLayout_android_enabled +okhttp3.internal.connection.RealConnection: okhttp3.Handshake handshake() +cyanogenmod.hardware.CMHardwareManager: int FEATURE_DISPLAY_MODES +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown +wangdaye.com.geometricweather.R$attr: int defaultState +android.didikee.donate.R$styleable: int AppCompatTheme_actionBarDivider +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge +wangdaye.com.geometricweather.R$color: int colorLevel_5 +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_transformPivotY +android.support.v4.app.INotificationSideChannel$Stub: java.lang.String DESCRIPTOR +androidx.preference.R$anim: int fragment_fast_out_extra_slow_in +com.google.android.material.badge.BadgeDrawable$SavedState: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_backgroundTint +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String Type +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_fixed_height_minor +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeWindSpeed() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Direction: AccuDailyResult$DailyForecasts$Night$WindGust$Direction() +wangdaye.com.geometricweather.db.entities.LocationEntity: float latitude +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_navigationMode +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_translationZ +retrofit2.Retrofit: retrofit2.Converter responseBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[]) +cyanogenmod.app.StatusBarPanelCustomTile: int getInitialPid() +com.google.android.material.R$id: int search_src_text +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWeatherText +androidx.preference.R$style +androidx.drawerlayout.R$id: int action_image +cyanogenmod.power.IPerformanceManager$Stub$Proxy: int getPowerProfile() +james.adaptiveicon.R$styleable: int LinearLayoutCompat_showDividers +com.google.android.material.R$dimen: int mtrl_navigation_item_icon_size +androidx.appcompat.R$dimen: int abc_dialog_corner_radius_material +androidx.constraintlayout.widget.R$attr: int dividerVertical +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder scheme(java.lang.String) +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_lastHorizontalBias +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowActionModeOverlay +com.google.android.material.R$attr: int customIntegerValue +com.google.android.material.floatingactionbutton.FloatingActionButton: void setCompatPressedTranslationZ(float) +com.amap.api.location.UmidtokenInfo: boolean c +androidx.coordinatorlayout.R$style: int TextAppearance_Compat_Notification_Title +com.xw.repo.bubbleseekbar.R$color: int error_color_material_light +androidx.viewpager2.R$styleable: int GradientColor_android_startX +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense +cyanogenmod.externalviews.KeyguardExternalView$11: void run() +android.didikee.donate.R$style: int Base_V23_Theme_AppCompat +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintLeft_toRightOf wangdaye.com.geometricweather.R$styleable: int[] PopupWindowBackgroundState -com.google.android.gms.common.server.response.zak -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String nighttimeWindDirection -androidx.constraintlayout.widget.R$styleable: int KeyCycle_framePosition -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: java.lang.String Link -androidx.dynamicanimation.R$attr: int ttcIndex -com.turingtechnologies.materialscrollbar.R$color: int switch_thumb_material_light -io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: long serialVersionUID -androidx.preference.R$attr: int drawableTopCompat -androidx.hilt.R$styleable: int GradientColor_android_gradientRadius -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_Switch -androidx.constraintlayout.widget.R$styleable: int Constraint_pivotAnchor -okhttp3.internal.http2.Header: okio.ByteString RESPONSE_STATUS -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Medium -io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function8) -wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog -com.turingtechnologies.materialscrollbar.R$id: int action_text -androidx.preference.R$dimen: int tooltip_corner_radius -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_track_size -wangdaye.com.geometricweather.R$id: int transition_scene_layoutid_cache -okhttp3.Request$Builder: okhttp3.Request$Builder post(okhttp3.RequestBody) -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamily_fontProviderPackage -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView -wangdaye.com.geometricweather.R$dimen: int abc_dialog_min_width_major -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult: java.util.List Summaries -androidx.appcompat.widget.ActionBarOverlayLayout: void setHideOnContentScrollEnabled(boolean) -com.turingtechnologies.materialscrollbar.R$layout: int design_navigation_menu_item -com.google.android.material.R$attr: int shapeAppearance -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle -com.xw.repo.bubbleseekbar.R$style: int AlertDialog_AppCompat -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabPaddingTop -androidx.lifecycle.ReportFragment: void onStop() -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title -androidx.legacy.coreutils.R$styleable: int FontFamilyFont_ttcIndex -com.amap.api.fence.PoiItem: java.lang.String h -james.adaptiveicon.R$styleable: int AppCompatTheme_colorControlActivated -androidx.appcompat.resources.R$attr: int fontProviderAuthority -androidx.preference.R$attr: int paddingStart -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial Imperial -okhttp3.internal.http2.Http2: java.lang.IllegalArgumentException illegalArgument(java.lang.String,java.lang.Object[]) -androidx.vectordrawable.animated.R$attr: int fontVariationSettings -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dividerVertical -androidx.customview.R$styleable: int ColorStateListItem_alpha -com.google.android.material.R$styleable: int Layout_layout_constraintHeight_min -androidx.vectordrawable.animated.R$drawable: int notification_bg -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -com.turingtechnologies.materialscrollbar.R$attr: int cornerRadius -com.google.android.material.R$attr: int colorPrimaryVariant -com.amap.api.fence.GeoFenceClient -wangdaye.com.geometricweather.location.services.LocationService: java.lang.String[] getPermissions() -androidx.preference.R$attr: int buttonBarNegativeButtonStyle -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionButton -androidx.lifecycle.extensions.R$id: int line1 -androidx.drawerlayout.R$drawable: int notification_bg_low_pressed -com.turingtechnologies.materialscrollbar.R$attr: int behavior_overlapTop -com.jaredrummler.android.colorpicker.R$color: int material_deep_teal_200 -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Title_Inverse -androidx.legacy.coreutils.R$styleable: int[] GradientColorItem -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light_DarkActionBar -com.google.gson.stream.JsonReader$1 -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_TopRightDifferentCornerSize -okhttp3.Challenge: okhttp3.Challenge withCharset(java.nio.charset.Charset) -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.lang.Integer snowHazard6h -cyanogenmod.app.ThemeVersion: java.util.List getComponentVersions() -wangdaye.com.geometricweather.R$style: int TextAppearance_Compat_Notification_Time -wangdaye.com.geometricweather.R$styleable: int ImageFilterView_brightness -wangdaye.com.geometricweather.R$drawable: int ic_filter -okhttp3.internal.ws.RealWebSocket$CancelRunnable -androidx.customview.R$styleable: int GradientColor_android_centerX -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_CompactMenu -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeRealFeelShaderTemperature() -wangdaye.com.geometricweather.R$color: int colorTextDark -androidx.hilt.work.R$styleable: int GradientColor_android_endX -okio.Buffer: void clear() -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int AQI_INDEX_2 -okio.Okio: okio.Sink sink(java.io.OutputStream) -androidx.fragment.app.FragmentActivity: FragmentActivity() -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: void cancelSubscription() -androidx.appcompat.resources.R$id: int action_image -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: void onAttachedToWindow() -cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String WRITE_ALARMS_PERMISSION -wangdaye.com.geometricweather.R$attr: int haloRadius -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.internal.util.AtomicThrowable errors -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Metric: double Value -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: java.lang.String en_US -okhttp3.Protocol: Protocol(java.lang.String,int,java.lang.String) -cyanogenmod.app.IProfileManager$Stub -cyanogenmod.themes.IThemeChangeListener$Stub: java.lang.String DESCRIPTOR -com.google.android.material.R$styleable: int BottomNavigationView_itemTextAppearanceActive +wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getDaytimeWeatherCode() +james.adaptiveicon.R$styleable: int CompoundButton_android_button +androidx.appcompat.widget.AppCompatCheckBox +okhttp3.ConnectionPool$1 +androidx.constraintlayout.motion.widget.MotionLayout: void setTransitionState(android.os.Bundle) +androidx.fragment.R$integer +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: boolean delayErrors +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_ICONS +androidx.constraintlayout.widget.R$dimen: int notification_top_pad_large_text +wangdaye.com.geometricweather.R$drawable: int shortcuts_thunderstorm_foreground +okhttp3.MultipartBody: int size() +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: int IconCode +androidx.lifecycle.extensions.R$id: int time +retrofit2.RequestBuilder: okhttp3.Request$Builder requestBuilder +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Direction: java.lang.String English +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Spinner_Underlined +james.adaptiveicon.R$attr: int spinnerDropDownItemStyle +androidx.recyclerview.R$drawable +wangdaye.com.geometricweather.R$id: int dialog_location_help_manageTitle +com.turingtechnologies.materialscrollbar.R$anim: int abc_tooltip_exit +okhttp3.FormBody: long writeOrCountBytes(okio.BufferedSink,boolean) +cyanogenmod.providers.CMSettings$Secure: cyanogenmod.providers.CMSettings$Validator PROTECTED_COMPONENTS_MANAGER_VALIDATOR +cyanogenmod.power.IPerformanceManager$Stub: int TRANSACTION_setPowerProfile +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWindDirection(java.lang.String) +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_Dialog_Bridge +cyanogenmod.externalviews.ExternalView$1: ExternalView$1(cyanogenmod.externalviews.ExternalView) +androidx.lifecycle.ReportFragment: void injectIfNeededIn(android.app.Activity) +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut +wangdaye.com.geometricweather.remoteviews.config.DailyTrendWidgetConfigActivity: DailyTrendWidgetConfigActivity() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String headIconType +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void subscribe(io.reactivex.ObservableSource[]) +wangdaye.com.geometricweather.R$id: int incoming +androidx.dynamicanimation.animation.SpringAnimation +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments: long endTime +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionBar_TabView +wangdaye.com.geometricweather.db.entities.HourlyEntity: HourlyEntity() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Metric Metric +androidx.fragment.R$styleable: int ColorStateListItem_alpha +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: boolean access$502(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl,boolean) +com.google.android.material.radiobutton.MaterialRadioButton +com.google.android.material.R$styleable: int ShapeAppearance_cornerFamilyTopLeft +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial Imperial +com.turingtechnologies.materialscrollbar.R$styleable: int Spinner_android_prompt +com.jaredrummler.android.colorpicker.R$styleable: int CompoundButton_buttonTintMode +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown +androidx.appcompat.R$styleable: int AppCompatTheme_windowActionModeOverlay +cyanogenmod.power.PerformanceManager: cyanogenmod.power.IPerformanceManager sService +wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: float unitFactor +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean getTemperature() +androidx.constraintlayout.widget.R$dimen: int compat_button_padding_horizontal_material +com.turingtechnologies.materialscrollbar.R$dimen: int notification_top_pad +com.google.android.material.slider.BaseSlider: int getTrackWidth() +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeApparentTemperature +io.reactivex.internal.operators.observable.ObserverResourceWrapper: void onNext(java.lang.Object) +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Body2 +okio.Buffer$UnsafeCursor +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DIALER_OPENCNAM_ACCOUNT_SID_VALIDATOR +retrofit2.OkHttpCall: java.lang.Object[] args +io.reactivex.internal.observers.BasicIntQueueDisposable: void dispose() +com.google.android.material.R$styleable: int Constraint_layout_goneMarginStart +io.reactivex.internal.operators.observable.ObservableGroupBy$State: void onNext(java.lang.Object) +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse +androidx.appcompat.widget.SwitchCompat: int getSwitchMinWidth() +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_padding +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_prefixText +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setIsShow(boolean) +androidx.transition.R$id +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeThunderstormPrecipitationProbability(java.lang.Float) +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_verticalBias +com.google.android.material.slider.RangeSlider: java.util.List getValues() +wangdaye.com.geometricweather.R$drawable: int abc_btn_borderless_material +james.adaptiveicon.R$attr: int toolbarNavigationButtonStyle +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_expandedHintEnabled +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableLeftCompat +com.amap.api.fence.PoiItem: void setPoiType(java.lang.String) +androidx.activity.R$dimen: int compat_button_inset_vertical_material +androidx.swiperefreshlayout.R$attr: int swipeRefreshLayoutProgressSpinnerBackgroundColor +androidx.transition.R$drawable: int notify_panel_notification_icon_bg +wangdaye.com.geometricweather.R$styleable: int Transition_pathMotionArc +wangdaye.com.geometricweather.R$id: int textinput_error +james.adaptiveicon.R$drawable: int abc_ic_voice_search_api_material +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: io.reactivex.internal.fuseable.SimpleQueue queue +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: void onNext(java.lang.Object) +androidx.constraintlayout.widget.R$styleable: int Transition_constraintSetEnd +com.google.android.material.R$attr: int iconTint +retrofit2.converter.gson.GsonRequestBodyConverter: com.google.gson.Gson gson +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_ratingBarStyleIndicator +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_fontFamily +cyanogenmod.providers.CMSettings$System: java.lang.String T9_SEARCH_INPUT_LOCALE +wangdaye.com.geometricweather.db.entities.DailyEntity: void setAqiIndex(java.lang.Integer) +com.turingtechnologies.materialscrollbar.R$dimen: int abc_disabled_alpha_material_dark +com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getCounterOverflowTextColor() +androidx.appcompat.resources.R$styleable: int GradientColor_android_startX +wangdaye.com.geometricweather.R$dimen: int mtrl_chip_pressed_translation_z +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_motionProgress +com.xw.repo.bubbleseekbar.R$dimen: int abc_dropdownitem_icon_width +com.turingtechnologies.materialscrollbar.R$attr: int layout_dodgeInsetEdges +cyanogenmod.weather.WeatherLocation$1: WeatherLocation$1() +com.google.android.material.R$drawable: int mtrl_ic_arrow_drop_down +cyanogenmod.externalviews.ExternalViewProperties: ExternalViewProperties(android.view.View,android.content.Context) +androidx.coordinatorlayout.R$id: int icon_group +wangdaye.com.geometricweather.R$layout: int support_simple_spinner_dropdown_item +androidx.appcompat.R$id: int accessibility_custom_action_8 +android.didikee.donate.R$string: int abc_toolbar_collapse_description +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$4: void run() +com.turingtechnologies.materialscrollbar.R$color: int primary_text_default_material_dark +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_Alert +okhttp3.EventListener: void callEnd(okhttp3.Call) +retrofit2.BuiltInConverters$VoidResponseBodyConverter +com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents_Light_Bridge +wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: java.lang.String insee +androidx.appcompat.R$dimen: int tooltip_corner_radius +wangdaye.com.geometricweather.R$drawable: int shortcuts_snow +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_Button_Colored +io.reactivex.internal.subscriptions.SubscriptionArbiter: boolean cancelOnReplace +wangdaye.com.geometricweather.R$bool: int enable_system_foreground_service_default +okio.Options: int size() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial: double Value +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: java.lang.String getCode() +androidx.appcompat.R$dimen: int tooltip_y_offset_touch +com.jaredrummler.android.colorpicker.R$layout: int abc_alert_dialog_button_bar_material +com.google.gson.internal.LinkedTreeMap: java.util.Set entrySet() +wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_dayNightTypeTitle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric Metric +com.google.android.material.R$styleable: int[] ViewPager2 +com.amap.api.location.AMapLocationClientOption: boolean isWifiScan() +okhttp3.Cache$Entry: java.lang.String url +com.xw.repo.bubbleseekbar.R$string: int abc_action_menu_overflow_description +james.adaptiveicon.R$color: int switch_thumb_normal_material_dark +com.turingtechnologies.materialscrollbar.R$attr: int subtitleTextColor +com.xw.repo.bubbleseekbar.R$dimen: int notification_subtext_size +android.didikee.donate.R$style: int Widget_AppCompat_AutoCompleteTextView +com.google.android.material.R$attr: int materialCalendarHeaderDivider +com.google.android.material.R$dimen: int mtrl_slider_thumb_elevation +androidx.constraintlayout.helper.widget.Flow: void setMaxElementsWrap(int) +james.adaptiveicon.R$style: int Base_DialogWindowTitleBackground_AppCompat +android.didikee.donate.R$drawable: int abc_edit_text_material +androidx.constraintlayout.widget.R$attr: int barrierAllowsGoneWidgets +cyanogenmod.app.CustomTile$ExpandedItem: void internalSetItemDrawable(int) +com.bumptech.glide.integration.okhttp.R$dimen: int notification_large_icon_width +androidx.appcompat.resources.R$string +com.xw.repo.bubbleseekbar.R$attr: int bsb_is_float_type +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_endIconContentDescription +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_DayTextView +james.adaptiveicon.R$dimen: int abc_text_size_menu_material +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ProgressBar +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: java.util.concurrent.atomic.AtomicReference latest +com.jaredrummler.android.colorpicker.R$styleable: int Preference_allowDividerBelow +okio.RealBufferedSource: okio.ByteString readByteString() +com.google.android.material.internal.ParcelableSparseIntArray +com.google.android.material.R$attr: int indicatorType +wangdaye.com.geometricweather.R$id: int dialog_location_help_permissionContainer +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Tooltip +cyanogenmod.weatherservice.ServiceRequestResult$Builder: ServiceRequestResult$Builder() +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int TORNADO +androidx.lifecycle.SavedStateViewModelFactory: SavedStateViewModelFactory(android.app.Application,androidx.savedstate.SavedStateRegistryOwner) +androidx.appcompat.R$color: int accent_material_dark +wangdaye.com.geometricweather.R$style: int TestStyleWithThemeLineHeightAttribute +com.google.android.material.R$id: int path +androidx.activity.R$style: int TextAppearance_Compat_Notification_Line2 +androidx.appcompat.R$styleable: int RecycleListView_paddingBottomNoButtons +wangdaye.com.geometricweather.R$styleable: int Toolbar_titleMarginBottom +okhttp3.internal.connection.ConnectInterceptor +com.jaredrummler.android.colorpicker.R$attr: int actionBarTabStyle +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Snackbar_FullWidth +com.xw.repo.bubbleseekbar.R$attr: int spinBars +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_lastHorizontalBias +androidx.viewpager2.R$styleable: R$styleable() +io.reactivex.internal.util.AtomicThrowable: boolean addThrowable(java.lang.Throwable) +com.google.android.gms.common.internal.safeparcel.SafeParcelReader$ParseException: SafeParcelReader$ParseException(java.lang.String,android.os.Parcel) +wangdaye.com.geometricweather.common.ui.widgets.TagView: TagView(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.widget.R$attr: int drawPath +androidx.core.R$string: R$string() +retrofit2.DefaultCallAdapterFactory$1: retrofit2.Call adapt(retrofit2.Call) +com.google.android.material.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework +wangdaye.com.geometricweather.R$id: int activity_preview_icon_toolbar +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Display4 +com.google.android.material.R$styleable: int Spinner_android_entries +cyanogenmod.weather.CMWeatherManager$2$2: void run() +okhttp3.internal.http.BridgeInterceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) +androidx.constraintlayout.widget.R$attr: int barrierMargin +com.google.android.material.R$styleable: int[] ConstraintLayout_placeholder +okio.ByteString: java.lang.String utf8 +com.google.android.material.R$id: int month_navigation_previous +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: void onComplete() +cyanogenmod.app.StatusBarPanelCustomTile: int getUid() +james.adaptiveicon.R$style: int ThemeOverlay_AppCompat_Dialog_Alert +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: void dispose() +androidx.coordinatorlayout.widget.CoordinatorLayout: int getNestedScrollAxes() +androidx.coordinatorlayout.R$id: int accessibility_custom_action_3 +okhttp3.Cache: Cache(java.io.File,long,okhttp3.internal.io.FileSystem) +androidx.preference.R$id: int src_in +wangdaye.com.geometricweather.R$string: int week_5 +androidx.appcompat.R$drawable: int abc_ic_commit_search_api_mtrl_alpha +androidx.core.R$drawable: int notification_bg_normal_pressed +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DialogWhenLarge +android.didikee.donate.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow +com.bumptech.glide.load.engine.GlideException: java.util.List getCauses() +retrofit2.http.Field: java.lang.String value() +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_EditText +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: boolean offer(java.lang.Object) +androidx.appcompat.R$styleable: int LinearLayoutCompat_showDividers +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$PhenomenonMaxColor +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Day_Selected +io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: org.reactivestreams.Subscriber downstream +androidx.preference.R$id: int accessibility_custom_action_26 +android.didikee.donate.R$anim: int abc_fade_out +com.xw.repo.bubbleseekbar.R$attr: int expandActivityOverflowButtonDrawable +androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceListItemSmall +wangdaye.com.geometricweather.R$color: int design_default_color_secondary +wangdaye.com.geometricweather.R$dimen: int abc_action_bar_icon_vertical_padding_material +com.amap.api.location.AMapLocation: java.lang.String g(com.amap.api.location.AMapLocation,java.lang.String) +com.jaredrummler.android.colorpicker.R$attr: int indeterminateProgressStyle +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Weather +androidx.constraintlayout.widget.R$color: int dim_foreground_material_dark +androidx.lifecycle.LiveData$LifecycleBoundObserver: androidx.lifecycle.LifecycleOwner mOwner +androidx.appcompat.widget.LinearLayoutCompat +com.jaredrummler.android.colorpicker.R$string: int cpv_select +wangdaye.com.geometricweather.background.receiver.widget.WidgetMultiCityProvider: WidgetMultiCityProvider() +com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView +cyanogenmod.providers.CMSettings$System: int getInt(android.content.ContentResolver,java.lang.String,int) +wangdaye.com.geometricweather.R$array: int live_wallpaper_day_night_types +okhttp3.internal.cache2.Relay: okio.Source upstream +androidx.preference.R$style: int Theme_AppCompat_Light_NoActionBar +androidx.preference.MultiSelectListPreference +com.google.android.material.R$styleable: int KeyTimeCycle_android_alpha +wangdaye.com.geometricweather.R$drawable: int notif_temp_85 +androidx.appcompat.resources.R$drawable: int notification_bg_low_pressed +com.google.android.material.R$dimen: int mtrl_tooltip_minWidth +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void dispose() +com.xw.repo.bubbleseekbar.R$attr: int actionMenuTextColor +wangdaye.com.geometricweather.R$attr: int textAppearanceLineHeightEnabled +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_max +com.bumptech.glide.integration.okhttp.R$dimen: int notification_subtext_size +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Small com.jaredrummler.android.colorpicker.R$color: int bright_foreground_material_light -android.didikee.donate.R$styleable: int SwitchCompat_showText -cyanogenmod.profiles.BrightnessSettings: void setOverride(boolean) -org.greenrobot.greendao.AbstractDao: void deleteAll() -androidx.constraintlayout.widget.R$id: int parentPanel -androidx.viewpager2.R$styleable: int[] GradientColorItem -com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle -androidx.constraintlayout.widget.R$attr: int animate_relativeTo -com.jaredrummler.android.colorpicker.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: long serialVersionUID -cyanogenmod.weather.WeatherLocation$Builder: java.lang.String mState -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_autoSizeStepGranularity -com.google.android.material.R$styleable: int Chip_rippleColor -com.google.android.material.R$dimen: int abc_switch_padding -androidx.vectordrawable.animated.R$dimen: R$dimen() -io.reactivex.internal.subscriptions.DeferredScalarSubscription: DeferredScalarSubscription(org.reactivestreams.Subscriber) -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_requestThemeChange -wangdaye.com.geometricweather.R$string: int phase_first -okio.Buffer$1: void flush() -com.amap.api.location.AMapLocationQualityReport: java.lang.Object clone() -com.bumptech.glide.Registry$NoModelLoaderAvailableException: Registry$NoModelLoaderAvailableException(java.lang.Class,java.lang.Class) -com.bumptech.glide.R$dimen: int notification_small_icon_background_padding -okio.AsyncTimeout$Watchdog -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void innerComplete() -james.adaptiveicon.R$color: int secondary_text_default_material_light -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Metric: java.lang.String Unit -com.google.android.material.R$styleable: int FontFamilyFont_fontVariationSettings -wangdaye.com.geometricweather.background.polling.work.worker.TomorrowForecastUpdateWorker: TomorrowForecastUpdateWorker(android.content.Context,androidx.work.WorkerParameters,wangdaye.com.geometricweather.location.LocationHelper,wangdaye.com.geometricweather.weather.WeatherHelper) -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_DialogWhenLarge -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: io.reactivex.Observer downstream -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: com.google.android.material.animation.MotionSpec getExtendMotionSpec() -androidx.appcompat.R$interpolator: int btn_radio_to_on_mtrl_animation_interpolator_0 -androidx.viewpager2.R$styleable: int ColorStateListItem_alpha -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Dialog_Alert_Framework -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: boolean isDisposed() -android.didikee.donate.R$styleable: int AppCompatTextHelper_android_drawableBottom -wangdaye.com.geometricweather.R$id: int design_menu_item_text -wangdaye.com.geometricweather.R$styleable: int[] ExtendedFloatingActionButton -com.jaredrummler.android.colorpicker.R$color: int dim_foreground_disabled_material_dark -androidx.appcompat.R$styleable: int MenuItem_iconTint -io.reactivex.internal.observers.InnerQueuedObserver: int fusionMode -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer realFeelShaderTemperature -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit INHG -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_end -com.google.android.gms.base.R$id: int wide -com.jaredrummler.android.colorpicker.R$styleable: int[] StateListDrawable -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_transitionPathRotate -james.adaptiveicon.R$id -com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: java.util.List value -androidx.appcompat.R$attr: int tickMark -wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_animationMode -androidx.preference.R$style: int TextAppearance_Compat_Notification_Title -wangdaye.com.geometricweather.R$id: int customPanel -androidx.appcompat.R$layout: int select_dialog_item_material -wangdaye.com.geometricweather.R$attr: int region_widthLessThan -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void complete(java.lang.Object) -androidx.appcompat.R$id: int content -com.jaredrummler.android.colorpicker.R$attr: int actionModeFindDrawable -james.adaptiveicon.R$style: int Widget_Compat_NotificationActionContainer -androidx.lifecycle.LiveData: java.lang.Runnable mPostValueRunnable -androidx.constraintlayout.widget.R$id: int percent -androidx.constraintlayout.widget.Guideline: Guideline(android.content.Context) -wangdaye.com.geometricweather.R$integer: int status_bar_notification_info_maxnum -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable[] TERMINATED -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float ceiling -wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property AlertId -cyanogenmod.app.Profile$NotificationLightMode: int DEFAULT -okio.Buffer$UnsafeCursor: okio.Buffer buffer -com.amap.api.fence.GeoFence: float m -wangdaye.com.geometricweather.R$integer: int mtrl_btn_anim_delay_ms -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: CaiYunMainlyResult$UrlBean() -com.google.android.material.card.MaterialCardView: void setMaxCardElevation(float) -com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_fontStyle -com.google.android.material.R$styleable: int Layout_layout_constraintVertical_chainStyle -androidx.lifecycle.ProcessLifecycleOwnerInitializer: android.database.Cursor query(android.net.Uri,java.lang.String[],java.lang.String,java.lang.String[],java.lang.String) -androidx.preference.R$anim: int abc_slide_in_bottom -wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_drawableEnd -androidx.preference.R$styleable: int Toolbar_navigationContentDescription -okhttp3.internal.cache.DiskLruCache$Editor: okhttp3.internal.cache.DiskLruCache$Entry entry -com.google.android.material.textfield.TextInputLayout: void setCounterOverflowTextAppearance(int) -android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle -okhttp3.MultipartBody$Part: okhttp3.MultipartBody$Part createFormData(java.lang.String,java.lang.String) -androidx.dynamicanimation.R$integer: R$integer() -wangdaye.com.geometricweather.R$string: int v7_preference_on -okhttp3.internal.ws.WebSocketReader: boolean closed -com.turingtechnologies.materialscrollbar.R$attr: int autoSizePresetSizes -androidx.appcompat.R$id: int action_text -wangdaye.com.geometricweather.R$string: int feedback_search_location -com.baidu.location.e.h$c: com.baidu.location.e.h$c a -androidx.appcompat.resources.R$attr: int ttcIndex -android.didikee.donate.R$styleable: int ActionBar_contentInsetLeft -okhttp3.internal.tls.DistinguishedNameParser: DistinguishedNameParser(javax.security.auth.x500.X500Principal) -androidx.work.OverwritingInputMerger -com.google.android.material.R$styleable: int Transform_android_transformPivotY -wangdaye.com.geometricweather.R$color: int abc_btn_colored_borderless_text_material -okio.Buffer: java.io.OutputStream outputStream() -androidx.appcompat.R$layout: int abc_screen_simple -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Temperature -com.google.android.material.R$attr: int alphabeticModifiers -okhttp3.internal.http2.Http2Connection: void pushExecutorExecute(okhttp3.internal.NamedRunnable) -retrofit2.RequestBuilder: boolean hasBody -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: java.lang.String unitId +io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit) +androidx.vectordrawable.animated.R$styleable +cyanogenmod.themes.ThemeManager: boolean isThemeBeingProcessed(java.lang.String) +okio.Buffer: okio.Buffer writeByte(int) +cyanogenmod.profiles.ConnectionSettings$1: cyanogenmod.profiles.ConnectionSettings createFromParcel(android.os.Parcel) +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_firstHorizontalBias +com.google.android.material.floatingactionbutton.FloatingActionButton$BaseBehavior: FloatingActionButton$BaseBehavior() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Imperial Imperial +wangdaye.com.geometricweather.R$drawable: int notif_temp_15 +com.turingtechnologies.materialscrollbar.R$anim: int design_snackbar_out +wangdaye.com.geometricweather.R$styleable: int Slider_android_stepSize +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: float getProgress() +wangdaye.com.geometricweather.R$attr: R$attr() +com.jaredrummler.android.colorpicker.R$styleable: int ActionMode_subtitleTextStyle +com.google.android.material.R$attr: int motionStagger +com.google.gson.stream.JsonWriter: void replaceTop(int) +wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_138 +com.google.android.material.R$styleable: int Toolbar_android_gravity +wangdaye.com.geometricweather.R$styleable: int[] MotionTelltales +com.google.android.material.R$styleable: int[] GradientColorItem +com.google.android.material.circularreveal.cardview.CircularRevealCardView: CircularRevealCardView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$drawable: int notif_temp_28 +com.google.android.material.R$styleable: int ConstraintSet_android_rotationX +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position +com.google.android.material.R$color: int bright_foreground_inverse_material_dark +androidx.constraintlayout.widget.R$color: int abc_primary_text_material_dark +wangdaye.com.geometricweather.R$attr: int sliderStyle +androidx.preference.R$styleable: int AppCompatTheme_actionBarTabTextStyle +wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_height +com.google.android.material.internal.VisibilityAwareImageButton: void setVisibility(int) +com.xw.repo.bubbleseekbar.R$styleable: int[] TextAppearance +androidx.lifecycle.SavedStateHandleController: void attachToLifecycle(androidx.savedstate.SavedStateRegistry,androidx.lifecycle.Lifecycle) +androidx.appcompat.R$attr: int actionBarDivider +androidx.constraintlayout.widget.R$styleable: int MenuGroup_android_visible +com.google.android.material.R$styleable: int KeyCycle_android_alpha +com.amap.api.fence.GeoFenceClient: void setGeoFenceAble(java.lang.String,boolean) +com.loc.k: java.lang.String d +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Large +androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type HORIZONTAL_DIMENSION +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: void onComplete() +wangdaye.com.geometricweather.R$styleable: int FitSystemBarNestedScrollView_sv_side +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: boolean done +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipStrokeWidth +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange Past6HourRange +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_contentInsetStartWithNavigation +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header +com.google.android.material.R$id: int slide +com.google.android.material.bottomnavigation.BottomNavigationItemView +wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService: MaterialLiveWallpaperService() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: int status +com.github.rahatarmanahmed.cpv.CircularProgressView: CircularProgressView(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_1 +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getThunderstormPrecipitation() +wangdaye.com.geometricweather.R$drawable: int shortcuts_clear_day_foreground +com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginStart +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_hintTextAppearance +androidx.preference.R$styleable: int AppCompatTheme_actionBarPopupTheme +androidx.preference.R$id +okio.Buffer: void close() +android.didikee.donate.R$attr: int actionLayout +androidx.lifecycle.LifecycleRegistry$1: int[] $SwitchMap$androidx$lifecycle$Lifecycle$Event +com.google.android.material.R$attr: int startIconCheckable +androidx.constraintlayout.widget.VirtualLayout: void setElevation(float) +androidx.appcompat.R$color: int abc_decor_view_status_guard_light +androidx.vectordrawable.R$attr: int fontProviderCerts +okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.lang.String[] findMatchingRule(java.lang.String[]) +okhttp3.internal.http2.Http2Connection: void writeWindowUpdateLater(int,long) +com.google.android.material.R$dimen: int mtrl_extended_fab_end_padding_icon +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_toolbarId +android.didikee.donate.R$attr: int progressBarPadding +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: java.lang.Object NEXT_WINDOW +com.jaredrummler.android.colorpicker.R$drawable: int abc_text_select_handle_right_mtrl_dark +com.google.android.material.R$color: int error_color_material_dark +wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: void setBottomIconDrawable(android.graphics.drawable.Drawable) +com.google.android.material.R$drawable: int abc_btn_colored_material +androidx.coordinatorlayout.R$id: int top +okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level BASIC +cyanogenmod.hardware.IThermalListenerCallback$Stub: IThermalListenerCallback$Stub() +androidx.constraintlayout.widget.R$styleable: int[] ActionBarLayout +com.google.android.material.R$styleable: int CustomAttribute_customBoolean +io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: java.lang.Object lpValue() +okhttp3.internal.http2.Http2Codec: java.util.List HTTP_2_SKIPPED_REQUEST_HEADERS +com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_check_to_on_mtrl_000 +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: io.reactivex.disposables.Disposable upstream +com.bumptech.glide.integration.okhttp.R$dimen: int notification_big_circle_margin +io.reactivex.internal.schedulers.ScheduledRunnable +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setLocationCacheEnable(boolean) +androidx.constraintlayout.widget.R$styleable: int Layout_barrierMargin +com.google.android.material.appbar.CollapsingToolbarLayout +com.google.android.material.slider.RangeSlider: int getTrackSidePadding() +androidx.constraintlayout.widget.R$styleable: int[] ActionMenuItemView +okhttp3.internal.http1.Http1Codec: int STATE_OPEN_REQUEST_BODY +okhttp3.internal.http2.PushObserver$1 +okio.ByteString: byte[] toByteArray() +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_2 +com.jaredrummler.android.colorpicker.R$string: int abc_menu_space_shortcut_label +okhttp3.MultipartBody$Builder: java.util.List parts +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void drain() +com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_itemIconDisabledAlpha +cyanogenmod.hardware.DisplayMode$1: cyanogenmod.hardware.DisplayMode[] newArray(int) +okhttp3.OkHttpClient: int readTimeoutMillis() +androidx.appcompat.widget.SwitchCompat: android.graphics.drawable.Drawable getThumbDrawable() +androidx.customview.R$color: R$color() +wangdaye.com.geometricweather.R$id: int ignoreRequest +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType LoadAll +androidx.lifecycle.extensions.R$id: int notification_background +okhttp3.internal.ws.RealWebSocket: java.lang.String receivedCloseReason +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen: java.lang.String Name +wangdaye.com.geometricweather.db.entities.DailyEntityDao: wangdaye.com.geometricweather.db.entities.DailyEntity readEntity(android.database.Cursor,int) +androidx.preference.R$attr: int closeIcon +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_127 +cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status valueOf(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_bubble_text_size +com.github.rahatarmanahmed.cpv.CircularProgressViewListener: void onProgressUpdate(float) +cyanogenmod.app.IPartnerInterface$Stub$Proxy: boolean setZenMode(int) +io.reactivex.internal.disposables.CancellableDisposable: long serialVersionUID +io.reactivex.internal.subscriptions.BasicQueueSubscription: boolean isEmpty() +wangdaye.com.geometricweather.R$attr: int bsb_bubble_text_color +okhttp3.ResponseBody$BomAwareReader +androidx.core.R$drawable: int notification_template_icon_bg +wangdaye.com.geometricweather.R$id: int both +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ListView_Menu +com.github.rahatarmanahmed.cpv.CircularProgressView: void onSizeChanged(int,int,int,int) +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_scrimVisibleHeightTrigger +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_shadowDy +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_bottomappbar_height +wangdaye.com.geometricweather.R$styleable: int TagView_unchecked_background_color +androidx.lifecycle.SavedStateViewModelFactory: android.os.Bundle mDefaultArgs +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$LocalSource: java.lang.String Name +androidx.constraintlayout.widget.R$attr: int submitBackground +androidx.vectordrawable.R$styleable: int GradientColorItem_android_color +android.didikee.donate.R$drawable: int abc_seekbar_tick_mark_material +android.didikee.donate.R$style: int Base_Widget_AppCompat_ListView +com.github.rahatarmanahmed.cpv.BuildConfig: java.lang.String APPLICATION_ID +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActivityChooserView +james.adaptiveicon.R$styleable: int AppCompatTheme_actionOverflowMenuStyle +com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Dialog_MinWidth +androidx.work.R$drawable: int notification_bg_normal_pressed +androidx.preference.R$id: int checkbox +okhttp3.HttpUrl$Builder: void resolvePath(java.lang.String,int,int) +androidx.legacy.coreutils.R$attr: R$attr() +android.didikee.donate.R$dimen: int hint_alpha_material_dark +com.turingtechnologies.materialscrollbar.R$color: int material_grey_100 +james.adaptiveicon.R$styleable: int MenuItem_contentDescription +com.google.android.material.R$styleable: int KeyAttribute_android_rotationY +com.xw.repo.bubbleseekbar.R$attr: int tooltipForegroundColor +androidx.appcompat.R$id: int spacer +androidx.appcompat.R$id: int accessibility_custom_action_1 +wangdaye.com.geometricweather.R$string: int get_more_store +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_CompactMenu +androidx.constraintlayout.widget.R$color: int tooltip_background_dark +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: android.graphics.Rect val$clipRect +androidx.cardview.widget.CardView: float getCardElevation() +androidx.appcompat.R$layout: int abc_action_mode_bar +androidx.hilt.work.R$styleable: int GradientColor_android_centerY +androidx.constraintlayout.widget.R$drawable: int abc_tab_indicator_mtrl_alpha +wangdaye.com.geometricweather.R$attr: int actionOverflowButtonStyle +okhttp3.internal.cache.DiskLruCache$3: okhttp3.internal.cache.DiskLruCache$Snapshot removeSnapshot +com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.reflect.Type getOwnerType() +james.adaptiveicon.R$styleable: int[] Toolbar +com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_padding_top_material +com.google.android.material.R$styleable: int SnackbarLayout_backgroundTint +androidx.fragment.R$id: int action_image +com.jaredrummler.android.colorpicker.R$id: int search_mag_icon +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_wrapMode +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintLeft_creator +androidx.appcompat.widget.SwitchCompat: void setThumbResource(int) +androidx.dynamicanimation.R$dimen: int notification_big_circle_margin +cyanogenmod.app.IPartnerInterface: void shutdown() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: void setStatus(int) +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_firstBaselineToTopHeight +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver +com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState[] values() +cyanogenmod.providers.CMSettings$Secure: java.lang.String SYS_PROP_CM_SETTING_VERSION +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_orderInCategory +androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_textColor +androidx.appcompat.R$styleable: int ColorStateListItem_android_color +androidx.preference.R$attr: int autoSizePresetSizes +retrofit2.http.HEAD: java.lang.String value() +com.google.android.gms.common.server.response.zan +com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat_Dark +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: void setZh_CN(java.lang.String) +wangdaye.com.geometricweather.R$id: int activity_widget_config_doneButton +retrofit2.HttpServiceMethod$SuspendForResponse: HttpServiceMethod$SuspendForResponse(retrofit2.RequestFactory,okhttp3.Call$Factory,retrofit2.Converter,retrofit2.CallAdapter) +com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getItemIconSize() +com.google.android.material.R$styleable: int ConstraintSet_android_maxWidth +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property City +com.google.android.material.R$layout: int design_layout_tab_icon +wangdaye.com.geometricweather.R$id: int always +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_firstHorizontalStyle +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onAttach(android.os.IBinder) +cyanogenmod.profiles.LockSettings: void readFromParcel(android.os.Parcel) +james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat +wangdaye.com.geometricweather.R$style: int large_title_text +androidx.preference.R$layout: int notification_template_part_time +com.google.android.material.R$style: int Widget_MaterialComponents_TimePicker_Display_TextInputEditText +com.amap.api.fence.DistrictItem: void setPolyline(java.util.List) +okhttp3.internal.http2.Http2Connection$Listener: void onStream(okhttp3.internal.http2.Http2Stream) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilityRain +com.xw.repo.bubbleseekbar.R$attr: int actionModeSelectAllDrawable +wangdaye.com.geometricweather.R$id: int cut +wangdaye.com.geometricweather.R$dimen: int material_cursor_inset_top +cyanogenmod.weather.WeatherInfo$DayForecast$1: cyanogenmod.weather.WeatherInfo$DayForecast[] newArray(int) +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_1 +io.reactivex.internal.subscriptions.EmptySubscription: void clear() +androidx.work.R$integer: R$integer() +com.google.android.material.slider.Slider: android.content.res.ColorStateList getThumbStrokeColor() +james.adaptiveicon.R$style: int Base_Widget_AppCompat_SearchView_ActionBar +retrofit2.RequestFactory: okhttp3.Headers headers +retrofit2.RequestFactory$Builder: okhttp3.Headers parseHeaders(java.lang.String[]) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Direction +wangdaye.com.geometricweather.R$style: int Animation_MaterialComponents_BottomSheetDialog +android.didikee.donate.R$color: int primary_text_disabled_material_dark +okhttp3.Dispatcher: int maxRequestsPerHost +wangdaye.com.geometricweather.R$dimen: int abc_seekbar_track_background_height_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: java.lang.String getUnit() +androidx.preference.R$styleable: int SwitchPreference_summaryOff +androidx.preference.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar +androidx.hilt.lifecycle.R$dimen: int compat_button_padding_vertical_material +cyanogenmod.app.LiveLockScreenManager: cyanogenmod.app.ILiveLockScreenManager sService +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_68 +androidx.lifecycle.LifecycleService: void onStart(android.content.Intent,int) +com.jaredrummler.android.colorpicker.R$attr: int searchHintIcon +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setContentDescription(int) +okhttp3.internal.platform.AndroidPlatform: int getSdkInt() +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_trackTint +androidx.constraintlayout.widget.R$styleable: int KeyCycle_curveFit +androidx.coordinatorlayout.R$id: int right_side +com.xw.repo.bubbleseekbar.R$attr: int titleMarginStart +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_TabBar +wangdaye.com.geometricweather.R$dimen: int widget_time_text_size +androidx.fragment.R$dimen: int notification_right_side_padding_top +wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout: FitHorizontalSystemBarRootLayout(android.content.Context,android.util.AttributeSet) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarStyle +wangdaye.com.geometricweather.R$dimen: int abc_text_size_display_1_material +androidx.constraintlayout.widget.R$styleable: int Layout_layout_goneMarginTop +com.google.android.material.R$styleable: int FloatingActionButton_borderWidth +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Minimum Minimum +com.google.android.material.R$attr: int materialCalendarMonth +com.turingtechnologies.materialscrollbar.R$styleable: int View_paddingEnd +okhttp3.internal.ws.WebSocketProtocol: int B0_FLAG_RSV1 +wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_thickness +com.google.android.gms.common.internal.zau: android.os.Parcelable$Creator CREATOR +cyanogenmod.app.CustomTile$ExpandedItem: void internalSetItemSummary(java.lang.String) +com.google.android.material.R$styleable: int SearchView_layout +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: io.reactivex.internal.util.AtomicThrowable error +wangdaye.com.geometricweather.R$styleable: int ActionMode_closeItemLayout +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored +com.xw.repo.bubbleseekbar.R$style: int Base_V23_Theme_AppCompat_Light +androidx.appcompat.R$styleable: int SwitchCompat_android_textOn +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation +wangdaye.com.geometricweather.location.services.LocationService: LocationService() +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_switchPreferenceCompatStyle +com.google.android.material.R$dimen: int mtrl_extended_fab_translation_z_base +okhttp3.internal.ws.WebSocketReader: WebSocketReader(boolean,okio.BufferedSource,okhttp3.internal.ws.WebSocketReader$FrameCallback) +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property TotalPrecipitation +com.google.android.material.R$drawable: R$drawable() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Imperial +com.google.android.material.tabs.TabLayout: void setSelectedTabIndicatorHeight(int) +okhttp3.internal.cache.DiskLruCache: java.lang.String DIRTY +com.jaredrummler.android.colorpicker.R$anim: int abc_popup_enter +wangdaye.com.geometricweather.R$id: int drawerLayout +androidx.vectordrawable.R$drawable: int notification_template_icon_low_bg +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Medium +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_sheet_modal_elevation +androidx.preference.R$drawable: int abc_cab_background_internal_bg +com.jaredrummler.android.colorpicker.R$color: int ripple_material_dark +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_SeekBar_Discrete +wangdaye.com.geometricweather.R$attr: int backgroundColor +androidx.dynamicanimation.R$string: R$string() +retrofit2.BuiltInConverters$BufferingResponseBodyConverter +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_thumbTextPadding +com.google.android.material.R$attr: int textStartPadding +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: long serialVersionUID +com.turingtechnologies.materialscrollbar.R$color: int secondary_text_default_material_light +com.google.android.material.R$layout: int text_view_without_line_height +com.google.android.material.slider.Slider: float getThumbElevation() +okhttp3.internal.http2.PushObserver +androidx.recyclerview.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable +androidx.appcompat.R$dimen: int abc_action_bar_default_padding_start_material com.turingtechnologies.materialscrollbar.R$dimen: int abc_search_view_preferred_height -androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType valueOf(java.lang.String) -androidx.preference.R$styleable: int Preference_key -androidx.appcompat.resources.R$style: int TextAppearance_Compat_Notification -okhttp3.ConnectionSpec: boolean equals(java.lang.Object) -wangdaye.com.geometricweather.R$drawable: int notif_temp_102 -com.google.android.material.R$color: int mtrl_textinput_hovered_box_stroke_color -androidx.constraintlayout.widget.R$layout: int abc_alert_dialog_material -androidx.appcompat.resources.R$string -androidx.work.R$layout: int notification_template_custom_big -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void onError(java.lang.Throwable) -com.xw.repo.bubbleseekbar.R$dimen: int abc_disabled_alpha_material_dark -androidx.lifecycle.livedata.R -wangdaye.com.geometricweather.R$styleable: int[] AnimatedStateListDrawableCompat -retrofit2.RequestFactory$Builder: boolean gotPart -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Weather: java.lang.String icon -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: long EpochTime -io.reactivex.Observable: io.reactivex.Observable throttleLast(long,java.util.concurrent.TimeUnit) -com.google.android.material.chip.Chip: void setCheckedIconEnabledResource(int) -com.turingtechnologies.materialscrollbar.R$style: int Theme_Design_NoActionBar -wangdaye.com.geometricweather.common.rxjava.BaseObserver: void onComplete() -com.google.android.material.R$attr: int layout_constraintTop_creator -cyanogenmod.power.PerformanceManager: int getPowerProfile() -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionMode -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean speed -android.support.v4.os.IResultReceiver$Default: android.os.IBinder asBinder() -cyanogenmod.app.Profile: java.lang.String getName() -cyanogenmod.profiles.RingModeSettings$1: RingModeSettings$1() -androidx.drawerlayout.R$dimen: int compat_button_inset_horizontal_material -androidx.preference.R$id: int src_over -james.adaptiveicon.R$style: int Platform_V21_AppCompat -wangdaye.com.geometricweather.R$id: int dragStart -wangdaye.com.geometricweather.R$dimen: int mtrl_high_ripple_default_alpha -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: java.lang.String type -androidx.constraintlayout.widget.R$dimen: int abc_switch_padding -wangdaye.com.geometricweather.R$color: int design_fab_stroke_top_inner_color -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: void setFrom(java.lang.String) -okhttp3.internal.http1.Http1Codec$ChunkedSink: okio.ForwardingTimeout timeout -io.reactivex.internal.subscriptions.BasicIntQueueSubscription: long serialVersionUID -com.google.android.material.R$styleable: int Toolbar_titleMarginEnd -androidx.viewpager.R$id: int blocking -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipEndPadding -io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator parent -androidx.recyclerview.R$id: int blocking -androidx.constraintlayout.widget.R$attr: int onShow -retrofit2.http.Multipart -okhttp3.internal.http2.Hpack$Reader: int headerTableSizeSetting -com.jaredrummler.android.colorpicker.R$anim: int abc_slide_out_bottom -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean done +com.jaredrummler.android.colorpicker.R$style: int cpv_ColorPickerViewStyle +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Imperial: java.lang.String Unit +com.xw.repo.bubbleseekbar.R$color: int colorPrimary +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense +androidx.constraintlayout.widget.R$id: int triangle +com.google.android.material.R$interpolator +com.turingtechnologies.materialscrollbar.R$id: int mini +com.turingtechnologies.materialscrollbar.R$layout: int notification_template_part_chronometer +wangdaye.com.geometricweather.R$id: int bottom +androidx.lifecycle.SavedStateHandle: java.lang.String KEYS +androidx.recyclerview.R$dimen: int notification_small_icon_size_as_large +androidx.preference.R$style: int Base_V28_Theme_AppCompat_Light +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.lang.String name +androidx.preference.R$attr: int logo +androidx.appcompat.R$styleable: int AppCompatTheme_actionBarSplitStyle +com.jaredrummler.android.colorpicker.R$attr: int closeItemLayout +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: IKeyguardExternalViewProvider$Stub$Proxy(android.os.IBinder) +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableLeftCompat +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$TotalLiquid: java.lang.String Unit +cyanogenmod.themes.ThemeManager$2 +androidx.vectordrawable.R$id: int accessibility_custom_action_12 +androidx.transition.R$id: int time +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_ratingBarStyle +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_clear_material +wangdaye.com.geometricweather.R$dimen: int material_font_1_3_box_collapsed_padding_top +com.google.android.gms.base.R$styleable: int[] LoadingImageView +androidx.appcompat.R$style: int TextAppearance_Compat_Notification_Line2 +okio.GzipSink: void updateCrc(okio.Buffer,long) +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemHorizontalPadding +androidx.legacy.coreutils.R$id +com.google.android.material.R$styleable: int[] ActivityChooserView +com.bumptech.glide.integration.okhttp.R$id: int chronometer +okhttp3.ConnectionSpec: java.util.List cipherSuites() +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: long serialVersionUID +androidx.activity.R$id: int tag_screen_reader_focusable +com.google.android.material.R$attr: int fastScrollEnabled +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: void slideLockscreenIn() +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String content +james.adaptiveicon.R$attr: int actionModeBackground +com.google.android.material.R$string: int mtrl_picker_a11y_next_month +okhttp3.internal.http2.Http2Connection$Listener: Http2Connection$Listener() +okhttp3.internal.http2.Hpack$Reader: int dynamicTableByteCount +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_toolbarStyle +wangdaye.com.geometricweather.R$drawable: int shortcuts_hail +okio.Okio$4: void timedOut() +cyanogenmod.app.ILiveLockScreenChangeListener$Stub$Proxy: android.os.IBinder asBinder() +wangdaye.com.geometricweather.R$id: int item_about_translator +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: double lon +james.adaptiveicon.R$attr: int editTextColor +androidx.vectordrawable.R$styleable: int GradientColor_android_endX +com.google.android.material.R$attr: int actionBarPopupTheme +com.google.android.material.R$dimen: int mtrl_calendar_action_padding +androidx.appcompat.widget.AppCompatSpinner: void setDropDownWidth(int) +android.didikee.donate.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha +cyanogenmod.profiles.StreamSettings: void readFromParcel(android.os.Parcel) +cyanogenmod.app.BaseLiveLockManagerService: void cancelLiveLockScreen(java.lang.String,int,int) +james.adaptiveicon.R$style: int Theme_AppCompat_DialogWhenLarge +wangdaye.com.geometricweather.R$attr: int windowActionModeOverlay +com.jaredrummler.android.colorpicker.R$styleable: int[] AnimatedStateListDrawableCompat +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog +androidx.viewpager2.R$styleable: int ColorStateListItem_android_alpha +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void onNext(java.lang.Object) +androidx.transition.R$id: int action_text +com.amap.api.location.CoordUtil +androidx.preference.R$style: int TextAppearance_AppCompat_Button +com.jaredrummler.android.colorpicker.R$attr: int cpv_allowPresets +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String COL_PREV_VALUE +com.google.android.material.R$styleable: int[] Layout +okio.SegmentPool: SegmentPool() +okio.Utf8 +androidx.transition.R$id: int text +retrofit2.converter.gson.GsonRequestBodyConverter: java.nio.charset.Charset UTF_8 +io.reactivex.internal.disposables.DisposableHelper: void reportDisposableSet() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: boolean isEntityUpdateable() +james.adaptiveicon.R$style: int Widget_Compat_NotificationActionContainer +james.adaptiveicon.R$color: int accent_material_dark +com.xw.repo.bubbleseekbar.R$color: int abc_secondary_text_material_dark +james.adaptiveicon.R$attr: int actionBarTheme +androidx.vectordrawable.animated.R$styleable: int GradientColor_android_centerY +androidx.appcompat.R$styleable: int ActionBar_contentInsetEnd +androidx.lifecycle.ViewModelStores: androidx.lifecycle.ViewModelStore of(androidx.fragment.app.Fragment) +androidx.appcompat.widget.ActionMenuView: ActionMenuView(android.content.Context,android.util.AttributeSet) +james.adaptiveicon.R$style: int Theme_AppCompat_Light_Dialog_MinWidth +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabMinWidth +android.didikee.donate.R$attr: int actionBarTheme +com.google.android.material.R$styleable: int Chip_checkedIconVisible +okio.DeflaterSink: void write(okio.Buffer,long) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarSize io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: long serialVersionUID -androidx.appcompat.R$styleable: int AppCompatTheme_windowFixedHeightMinor -android.didikee.donate.R$attr: int submitBackground -okhttp3.internal.ws.WebSocketWriter: void writePong(okio.ByteString) -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_SearchView -okio.RealBufferedSink$1: RealBufferedSink$1(okio.RealBufferedSink) -androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceListItemSmall -com.google.android.material.R$dimen: int mtrl_calendar_header_selection_line_height -okhttp3.internal.cache.DiskLruCache: boolean journalRebuildRequired() -wangdaye.com.geometricweather.R$id: int top -com.jaredrummler.android.colorpicker.R$styleable: int[] SwitchPreferenceCompat -wangdaye.com.geometricweather.R$styleable: int MenuView_subMenuArrow -wangdaye.com.geometricweather.R$string: int uv_index -wangdaye.com.geometricweather.R$styleable: int KeyPosition_percentX -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 -com.google.android.material.R$id: int mtrl_card_checked_layer_id -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit -okhttp3.internal.http.RealInterceptorChain: okhttp3.Request request -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilitySnow snow -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: java.lang.Throwable error -androidx.lifecycle.LifecycleRegistry$ObserverWithState: androidx.lifecycle.LifecycleEventObserver mLifecycleObserver -io.reactivex.Observable: io.reactivex.Observable skip(long,java.util.concurrent.TimeUnit) -io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: long index -com.turingtechnologies.materialscrollbar.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow -james.adaptiveicon.R$string: int abc_toolbar_collapse_description -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Display1 -okhttp3.HttpUrl$Builder: void removeAllCanonicalQueryParameters(java.lang.String) -com.google.android.material.R$drawable: int test_custom_background -wangdaye.com.geometricweather.R$attr: int contentPadding -androidx.constraintlayout.widget.R$styleable: int Constraint_barrierDirection -wangdaye.com.geometricweather.R$drawable: int notif_temp_136 -io.reactivex.Observable: java.lang.Object as(io.reactivex.ObservableConverter) -wangdaye.com.geometricweather.R$drawable: int weather_hail -com.bumptech.glide.R$dimen: int notification_right_side_padding_top -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: void setDefenseIcon(java.lang.String) -androidx.hilt.R$drawable: int notification_bg_low_normal -james.adaptiveicon.R$drawable: int abc_btn_switch_to_on_mtrl_00001 -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: int getTemperature() -androidx.activity.R$dimen: int notification_action_text_size -androidx.lifecycle.ServiceLifecycleDispatcher: void onServicePreSuperOnBind() -androidx.customview.R$style: int Widget_Compat_NotificationActionContainer -com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableTransition_android_fromId -okhttp3.internal.http.HttpDate$1 -okhttp3.internal.platform.Platform: void connectSocket(java.net.Socket,java.net.InetSocketAddress,int) -androidx.appcompat.widget.MenuPopupWindow$MenuDropDownListView -com.turingtechnologies.materialscrollbar.R$id: int outline -com.turingtechnologies.materialscrollbar.R$style: int Base_DialogWindowTitle_AppCompat -com.google.android.material.R$string: int mtrl_picker_day_of_week_column_header -wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: SlidingItemContainerLayout(android.content.Context) -wangdaye.com.geometricweather.R$attr: int contentPaddingTop -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: void setUnit(java.lang.String) -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHeight_default -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_fontStyle +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float rain12h +okio.GzipSource: byte FHCRC +com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_y_offset_touch +androidx.coordinatorlayout.R$styleable: int FontFamilyFont_ttcIndex +com.baidu.location.e.h$c: com.baidu.location.e.h$c a +io.reactivex.Observable: io.reactivex.Observable merge(java.lang.Iterable) +androidx.recyclerview.widget.RecyclerView: RecyclerView(android.content.Context,android.util.AttributeSet) +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: ObservableConcatMapEager$ConcatMapEagerMainObserver(io.reactivex.Observer,io.reactivex.functions.Function,int,int,io.reactivex.internal.util.ErrorMode) +androidx.preference.R$styleable +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_deriveConstraintsFrom +com.google.android.material.chip.ChipGroup: void setCheckedId(int) +androidx.hilt.work.R$styleable: int GradientColor_android_centerX +wangdaye.com.geometricweather.R$attr: int entryValues +androidx.appcompat.R$attr: int subtitle +james.adaptiveicon.R$layout +com.google.android.material.R$attr: int attributeName +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Direction +james.adaptiveicon.R$styleable: int AppCompatTextView_textLocale +okio.BufferedSink: okio.BufferedSink writeDecimalLong(long) +androidx.lifecycle.LifecycleRegistry: void backwardPass(androidx.lifecycle.LifecycleOwner) +com.turingtechnologies.materialscrollbar.R$color: int mtrl_scrim_color +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_android_textAppearance +wangdaye.com.geometricweather.R$attr: int cornerSizeBottomLeft +androidx.constraintlayout.widget.R$attr: int layout_goneMarginBottom +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_queryBackground +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_selection_baseline_to_top_fullscreen +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: android.graphics.Path getRetreatingJoinPath() +com.google.android.material.R$styleable: int TextInputLayout_boxCornerRadiusTopStart +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_CompoundButton_Switch +com.turingtechnologies.materialscrollbar.R$attr: int switchMinWidth +wangdaye.com.geometricweather.R$id: int CTRL +wangdaye.com.geometricweather.R$string: int mtrl_picker_cancel +com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType PNG_A +androidx.preference.R$attr: int textColorAlertDialogListItem +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_AutoCompleteTextView +retrofit2.RequestFactory$Builder: boolean gotQueryName +androidx.preference.R$color: int abc_secondary_text_material_light +okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Stream removeStream(int) +wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_scrollContainer +wangdaye.com.geometricweather.R$dimen: int design_fab_translation_z_hovered_focused +james.adaptiveicon.R$string: int abc_action_menu_overflow_description +okio.BufferedSink: okio.BufferedSink emit() +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_actionViewClass +androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event[] values() +androidx.transition.R$id: int line1 +androidx.vectordrawable.animated.R$style: int TextAppearance_Compat_Notification +com.google.android.material.R$attr: int layout_constraintWidth_percent +wangdaye.com.geometricweather.R$styleable: int[] KeyFramesAcceleration +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setOnLayoutChangeListener(com.google.android.material.snackbar.BaseTransientBottomBar$OnLayoutChangeListener) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listDividerAlertDialog +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int CloudCover +com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_radio_material +okhttp3.RealCall: java.lang.String toLoggableString() +com.xw.repo.bubbleseekbar.R$attr: int colorBackgroundFloating +cyanogenmod.weatherservice.ServiceRequestResult$Builder +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BATTERY_LIGHT_MEDIUM_COLOR_VALIDATOR +androidx.hilt.work.R$id: int accessibility_custom_action_5 +com.google.android.material.R$styleable: int[] Insets +io.reactivex.internal.schedulers.ScheduledDirectPeriodicTask: long serialVersionUID +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_suggestionRowLayout +com.xw.repo.bubbleseekbar.R$styleable: int[] ActionMenuItemView +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int MIXED_SNOW_AND_SLEET +androidx.lifecycle.LiveDataReactiveStreams: LiveDataReactiveStreams() +androidx.appcompat.R$styleable: int SwitchCompat_thumbTintMode +cyanogenmod.weatherservice.WeatherProviderService: void attachBaseContext(android.content.Context) +cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_MIGRATE_SETTINGS +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast +androidx.cardview.R$styleable: int CardView_contentPaddingLeft +com.amap.api.location.AMapLocation: int getConScenario() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: int getStatus() +com.autonavi.aps.amapapi.model.AMapLocationServer: void f(java.lang.String) +com.google.android.material.textfield.TextInputLayout: void setExpandedHintEnabled(boolean) +okhttp3.internal.cache.DiskLruCache$3: DiskLruCache$3(okhttp3.internal.cache.DiskLruCache) +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.Temperature getTemperature() +cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String DAY +james.adaptiveicon.R$dimen: int abc_text_size_display_1_material +androidx.drawerlayout.R$layout: int notification_action +com.google.android.material.R$integer +com.google.android.material.button.MaterialButton: void setIconTint(android.content.res.ColorStateList) +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_DarkActionBar +wangdaye.com.geometricweather.R$styleable: int Spinner_android_dropDownWidth +androidx.appcompat.widget.AppCompatButton: void setSupportAllCaps(boolean) +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header +androidx.preference.R$styleable: int ActionBar_itemPadding +okhttp3.internal.cache.DiskLruCache: boolean isClosed() +wangdaye.com.geometricweather.R$drawable: int ic_toolbar_back +wangdaye.com.geometricweather.R$dimen: int mtrl_bottomappbar_fab_cradle_margin +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX +okhttp3.TlsVersion: okhttp3.TlsVersion TLS_1_1 +cyanogenmod.providers.ThemesContract$PreviewColumns: android.net.Uri COMPONENTS_URI +cyanogenmod.themes.ThemeManager: java.util.Set access$000(cyanogenmod.themes.ThemeManager) +androidx.recyclerview.R$attr: int font +wangdaye.com.geometricweather.R$id: int icon +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Spinner_Underlined +retrofit2.ParameterHandler$Part: void apply(retrofit2.RequestBuilder,java.lang.Object) +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: int leftIndex +androidx.core.app.CoreComponentFactory: CoreComponentFactory() +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: java.util.concurrent.atomic.AtomicReference observers +com.google.android.material.R$style: int Base_Theme_AppCompat_Light +wangdaye.com.geometricweather.R$id: int bottomRecyclerView +com.xw.repo.bubbleseekbar.R$attr: int titleTextStyle +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated +com.github.rahatarmanahmed.cpv.CircularProgressView +wangdaye.com.geometricweather.db.entities.LocationEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.LocationEntity) +okhttp3.logging.LoggingEventListener: void connectFailed(okhttp3.Call,java.net.InetSocketAddress,java.net.Proxy,okhttp3.Protocol,java.io.IOException) +com.google.android.gms.base.R$styleable +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: void onComplete() +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.appcompat.R$id: int expanded_menu +android.didikee.donate.R$id: int up +okhttp3.internal.Version +com.google.android.gms.base.R$drawable: int common_google_signin_btn_icon_dark +wangdaye.com.geometricweather.R$id: int collapseActionView +com.jaredrummler.android.colorpicker.R$styleable: int[] AnimatedStateListDrawableItem +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.Precipitation getPrecipitation() +com.xw.repo.bubbleseekbar.R$attr: int paddingStart +androidx.appcompat.R$style: int Widget_AppCompat_ListMenuView +androidx.preference.R$attr: int fastScrollVerticalThumbDrawable +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintLeft_toRightOf +com.xw.repo.bubbleseekbar.R$styleable: int ColorStateListItem_alpha +com.google.android.material.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity +com.google.android.material.R$style: int Platform_AppCompat +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean +wangdaye.com.geometricweather.R$id: int recyclerView +androidx.hilt.R$id: int right_side +com.turingtechnologies.materialscrollbar.R$attr: int actionLayout +okhttp3.internal.cache.CacheStrategy$Factory: boolean hasConditions(okhttp3.Request) +wangdaye.com.geometricweather.R$id: int design_bottom_sheet +com.jaredrummler.android.colorpicker.R$styleable: int ListPreference_useSimpleSummaryProvider +androidx.core.R$styleable: int FontFamilyFont_android_fontWeight +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_button_min_width_material +androidx.preference.R$styleable: int AppCompatImageView_srcCompat +io.reactivex.Observable: io.reactivex.Observable merge(io.reactivex.ObservableSource,int) +cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: java.lang.String NO_RINGTONE +androidx.appcompat.R$drawable: int abc_btn_radio_to_on_mtrl_015 +james.adaptiveicon.R$styleable: R$styleable() +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getIcePrecipitationProbability() +io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function3) +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.google.android.material.R$styleable: int Slider_thumbRadius +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum: java.lang.String Unit +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_toLeftOf +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintTop_creator +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cps +wangdaye.com.geometricweather.R$id: int widget_week_week_3 +com.google.android.material.R$styleable: int BottomAppBar_fabAnimationMode +io.reactivex.Observable: io.reactivex.Observable buffer(io.reactivex.ObservableSource,io.reactivex.functions.Function) +okhttp3.internal.ws.RealWebSocket: RealWebSocket(okhttp3.Request,okhttp3.WebSocketListener,java.util.Random,long) +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_lastHorizontalBias +com.jaredrummler.android.colorpicker.R$attr: int buttonStyleSmall +androidx.lifecycle.extensions.R$id: int right_side +androidx.lifecycle.ProcessLifecycleOwner: void attach(android.content.Context) +com.turingtechnologies.materialscrollbar.R$id: int forever +io.reactivex.internal.schedulers.ScheduledDirectPeriodicTask: java.lang.Runnable getWrappedRunnable() +com.jaredrummler.android.colorpicker.R$id: int activity_chooser_view_content +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: WeatherContract$WeatherColumns$WeatherCode() +wangdaye.com.geometricweather.R$id: int submenuarrow +wangdaye.com.geometricweather.R$drawable: int abc_list_divider_material +okhttp3.Response$Builder: okhttp3.Response cacheResponse +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintLeft_creator +okhttp3.CacheControl: int sMaxAgeSeconds +com.amap.api.fence.GeoFence: float getRadius() +androidx.lifecycle.ComputableLiveData: java.lang.Object compute() +androidx.lifecycle.LifecycleOwner +com.google.android.material.R$style: int Widget_MaterialComponents_Toolbar_Primary +androidx.preference.R$styleable: int AlertDialog_showTitle +retrofit2.Utils$ParameterizedTypeImpl: java.lang.reflect.Type ownerType +io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: ObservableIntervalRange$IntervalRangeObserver(io.reactivex.Observer,long,long) +android.didikee.donate.R$styleable: int LinearLayoutCompat_android_weightSum +james.adaptiveicon.R$styleable: int AppCompatTheme_colorPrimaryDark +retrofit2.RequestBuilder: java.lang.String canonicalizeForPath(java.lang.String,boolean) +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listMenuViewStyle +io.reactivex.internal.subscriptions.SubscriptionHelper: boolean deferredSetOnce(java.util.concurrent.atomic.AtomicReference,java.util.concurrent.atomic.AtomicLong,org.reactivestreams.Subscription) +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_27 +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: ObservableSequenceEqualSingle$EqualCoordinator(io.reactivex.SingleObserver,int,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiPredicate) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$4: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 +cyanogenmod.themes.IThemeService$Stub: java.lang.String DESCRIPTOR +okhttp3.internal.ws.WebSocketWriter$FrameSink +androidx.preference.R$drawable: int abc_seekbar_tick_mark_material +com.google.android.material.R$styleable: int FontFamilyFont_fontVariationSettings +com.google.android.material.R$attr: int chipStrokeColor +androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_fontFamily +cyanogenmod.providers.CMSettings$System$3: boolean validate(java.lang.String) +com.google.android.material.bottomnavigation.BottomNavigationView: void setOnNavigationItemSelectedListener(com.google.android.material.bottomnavigation.BottomNavigationView$OnNavigationItemSelectedListener) +com.google.android.material.R$attr: int thumbStrokeColor +com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status PENDING +androidx.constraintlayout.widget.R$styleable: int MenuView_android_verticalDivider +james.adaptiveicon.R$dimen: int abc_action_bar_overflow_padding_end_material +android.didikee.donate.R$attr: int spinnerStyle +androidx.lifecycle.extensions.R$styleable: int GradientColor_android_endColor +com.google.android.material.R$drawable: int abc_ic_arrow_drop_right_black_24dp +cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator access$200() +wangdaye.com.geometricweather.R$id: int design_navigation_view +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: java.lang.String getDistanceVoice(android.content.Context,float) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowMinWidthMinor +okhttp3.internal.ws.WebSocketWriter: WebSocketWriter(boolean,okio.BufferedSink,java.util.Random) +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintStart_toEndOf +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: io.reactivex.Observer downstream +com.amap.api.fence.GeoFenceClient: void removeGeoFence() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Imperial: double Value +okhttp3.internal.cache.CacheStrategy$Factory: java.util.Date servedDate +androidx.preference.R$attr: int toolbarNavigationButtonStyle +androidx.preference.R$style: int Base_Widget_AppCompat_PopupMenu +cyanogenmod.media.MediaRecorder: java.lang.String CAPTURE_AUDIO_HOTWORD_PERMISSION +james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void onSubscribe(io.reactivex.disposables.Disposable) +cyanogenmod.externalviews.KeyguardExternalViewProviderService: java.lang.String SERVICE_INTERFACE +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_android_textOff +okio.Buffer: byte readByte() +androidx.transition.R$id: int icon_group +androidx.constraintlayout.widget.R$attr: int textAllCaps +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.internal.util.ErrorMode errorMode +androidx.lifecycle.LiveData: java.lang.Object mData +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getUvIndex() +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$2 +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabSelectedTextColor +androidx.lifecycle.LiveData: void onActive() +androidx.constraintlayout.widget.R$color: int button_material_light +com.google.android.material.R$style: int Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework +cyanogenmod.externalviews.ExternalView$7: void run() +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_BottomSheetDialog +androidx.lifecycle.extensions.R$drawable: int notification_bg_low +androidx.preference.R$attr: int stackFromEnd +wangdaye.com.geometricweather.db.entities.DailyEntity: void setTreeLevel(java.lang.Integer) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_horizontalBias +androidx.viewpager.R$id: int notification_main_column_container +androidx.preference.R$dimen: int abc_dialog_fixed_width_minor +io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy valueOf(java.lang.String) +androidx.customview.R$styleable: int ColorStateListItem_android_alpha +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: ObservableCreate$SerializedEmitter(io.reactivex.ObservableEmitter) +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_navigation_elevation +com.google.android.material.R$attr: int closeIconStartPadding +androidx.legacy.coreutils.R$attr: int fontProviderFetchStrategy +androidx.coordinatorlayout.R$id: int accessibility_action_clickable_span +okhttp3.internal.cache.DiskLruCache$3 +okhttp3.TlsVersion: TlsVersion(java.lang.String,int,java.lang.String) +androidx.appcompat.R$string: int abc_menu_meta_shortcut_label +wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: void setChartItemView(wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView) +retrofit2.http.DELETE +androidx.preference.R$color: int highlighted_text_material_light +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_subhead_material +android.didikee.donate.R$color: int abc_search_url_text +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Dialog_Alert +com.google.android.material.R$styleable: int ActionBar_popupTheme +androidx.preference.R$layout: int preference_widget_seekbar_material +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Title_Inverse +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Metric +androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges +wangdaye.com.geometricweather.R$attr: int singleChoiceItemLayout +com.turingtechnologies.materialscrollbar.R$color: int primary_dark_material_light +okhttp3.internal.cache.DiskLruCache$Snapshot: okhttp3.internal.cache.DiskLruCache$Editor edit() +wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation: wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation LEFT +io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$id: int scrollView +android.didikee.donate.R$styleable: int AppCompatTextView_firstBaselineToTopHeight +com.google.gson.stream.JsonReader: int PEEKED_END_ARRAY +androidx.core.R$dimen: int notification_large_icon_width +com.amap.api.location.AMapLocationClientOption$GeoLanguage +android.didikee.donate.R$id: int never +com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_anim_steps wangdaye.com.geometricweather.R$styleable: int Constraint_android_rotationX -com.google.android.material.floatingactionbutton.FloatingActionButton: void setShowMotionSpecResource(int) -androidx.preference.R$style: int Base_Widget_AppCompat_ImageButton -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item -androidx.hilt.R$drawable: R$drawable() -androidx.lifecycle.ComputableLiveData$3: void run() -androidx.vectordrawable.R$layout: int notification_template_part_time -wangdaye.com.geometricweather.settings.dialogs.MinimalIconDialog: MinimalIconDialog() -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintVertical_weight -androidx.preference.R$id: int screen -com.jaredrummler.android.colorpicker.R$style: int cpv_ColorPickerViewStyle -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver parent -okhttp3.internal.http2.Http2Stream: okio.Timeout readTimeout() -wangdaye.com.geometricweather.R$drawable: int notif_temp_111 -androidx.core.graphics.drawable.IconCompatParcelizer: androidx.core.graphics.drawable.IconCompat read(androidx.versionedparcelable.VersionedParcel) -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ImageButton -com.google.android.material.R$attr: int actionOverflowMenuStyle -okhttp3.internal.tls.OkHostnameVerifier: boolean verify(java.lang.String,java.security.cert.X509Certificate) -com.google.android.gms.signin.internal.zab: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeTotalPrecipitationProbability -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_39 -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedNoLast -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintCircle -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_RatingBar -retrofit2.ServiceMethod: java.lang.Object invoke(java.lang.Object[]) -com.amap.api.location.AMapLocationQualityReport: void setWifiAble(boolean) -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setColorSchemeColors(int[]) -com.baidu.location.e.l$b: java.util.List a(org.json.JSONObject,java.lang.String,int) -com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose: com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose SignIn -com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_startY -androidx.constraintlayout.widget.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: java.lang.String toString() -wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.String level -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Tooltip -com.google.android.material.R$styleable: int TabLayout_tabContentStart -androidx.dynamicanimation.R$style: R$style() -androidx.constraintlayout.widget.R$attr: int iconTintMode -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property IcePrecipitation -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_switchPreferenceCompatStyle -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_PopupWindow -cyanogenmod.weatherservice.IWeatherProviderService$Stub: IWeatherProviderService$Stub() -james.adaptiveicon.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha -android.didikee.donate.R$style: int ThemeOverlay_AppCompat_ActionBar -com.google.android.material.R$attr: int backgroundInsetBottom -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse -wangdaye.com.geometricweather.R$styleable: int MenuItem_iconTintMode -androidx.coordinatorlayout.R$styleable: int ColorStateListItem_android_color -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: boolean isDisposed() -okhttp3.internal.platform.Platform: okhttp3.internal.platform.Platform get() -com.google.android.material.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_29 -okhttp3.HttpUrl: okhttp3.HttpUrl resolve(java.lang.String) -io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: long serialVersionUID -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void dispose() -com.jaredrummler.android.colorpicker.R$string: int abc_activitychooserview_choose_application -com.amap.api.location.AMapLocation: java.lang.String toStr() -okhttp3.internal.http2.Http2Connection$PingRunnable: int payload2 -okio.DeflaterSink: java.lang.String toString() -okhttp3.ResponseBody: java.io.InputStream byteStream() -wangdaye.com.geometricweather.R$string: int key_clock_font -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language CZECH -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView -retrofit2.OkHttpCall: void cancel() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: double HoursOfRain -com.jaredrummler.android.colorpicker.R$drawable: int notification_action_background -okhttp3.internal.platform.JdkWithJettyBootPlatform: okhttp3.internal.platform.Platform buildIfSupported() -wangdaye.com.geometricweather.R$styleable: int[] SwipeRefreshLayout -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: int wip -com.xw.repo.bubbleseekbar.R$dimen: int abc_seekbar_track_background_height_material +wangdaye.com.geometricweather.R$string: int mtrl_picker_date_header_title +androidx.constraintlayout.utils.widget.ImageFilterView: float getRoundPercent() +com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_radio_to_on_mtrl_000 +androidx.preference.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String primary +android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionBar +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_TEMPERATURE_NIGHT_VALIDATOR +cyanogenmod.providers.CMSettings$System: java.lang.String CAMERA_WAKE_SCREEN +okhttp3.internal.connection.RouteSelector: okhttp3.internal.connection.RouteSelector$Selection next() +com.google.android.material.transformation.FabTransformationScrimBehavior: FabTransformationScrimBehavior(android.content.Context,android.util.AttributeSet) +cyanogenmod.weather.WeatherLocation$1 +androidx.preference.R$style: int Base_V7_Widget_AppCompat_Toolbar +androidx.viewpager2.R$styleable: int RecyclerView_reverseLayout +james.adaptiveicon.R$styleable: int[] RecycleListView +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabMode +okhttp3.CipherSuite$1: int compare(java.lang.Object,java.lang.Object) +okhttp3.internal.cache.DiskLruCache: boolean mostRecentTrimFailed +cyanogenmod.app.Profile$ProfileTrigger: java.lang.String mName +wangdaye.com.geometricweather.settings.activities.DailyTrendDisplayManageActivity +wangdaye.com.geometricweather.R$id: int widget_day_week_week_4 +wangdaye.com.geometricweather.R$drawable: int abc_btn_radio_material +cyanogenmod.externalviews.KeyguardExternalView: java.lang.String CATEGORY_KEYGUARD_GRANT_PERMISSION +com.google.android.material.circularreveal.cardview.CircularRevealCardView: void setCircularRevealOverlayDrawable(android.graphics.drawable.Drawable) +io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView: AbsChartItemView(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.widget.R$styleable: int KeyCycle_transitionEasing +androidx.preference.R$string: int not_set +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeRealFeelTemperature(java.lang.Integer) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.util.concurrent.atomic.AtomicReference error +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_autoSizeMaxTextSize +james.adaptiveicon.R$id: int custom +wangdaye.com.geometricweather.R$styleable: int ActivityChooserView_initialActivityCount +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: java.lang.String address +androidx.vectordrawable.animated.R$styleable: int FontFamily_fontProviderPackage +james.adaptiveicon.R$color: int abc_search_url_text_selected +retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isBody +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: java.lang.String zh_TW +james.adaptiveicon.R$styleable: int AppCompatTheme_listMenuViewStyle +androidx.appcompat.R$style: int Widget_AppCompat_ActionButton_Overflow +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric: java.lang.String Unit +com.google.android.material.chip.ChipGroup: int getCheckedChipId() +wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: float getMax() +wangdaye.com.geometricweather.R$styleable: int Slider_haloColor +com.google.android.material.R$id: int accessibility_custom_action_19 +wangdaye.com.geometricweather.R$id: int unchecked +com.google.android.material.circularreveal.CircularRevealRelativeLayout: int getCircularRevealScrimColor() +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_transformPivotY +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX +wangdaye.com.geometricweather.R$layout: int preference_dropdown_material +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setOnClickListener(android.view.View$OnClickListener) +okio.Okio$1: Okio$1(okio.Timeout,java.io.OutputStream) +cyanogenmod.hardware.CMHardwareManager: int getVibratorDefaultIntensity() +cyanogenmod.providers.CMSettings$System: java.lang.String KEY_ASSIST_LONG_PRESS_ACTION +android.didikee.donate.R$styleable: int AppCompatTheme_borderlessButtonStyle +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedEmitLast: void run() +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_layout +wangdaye.com.geometricweather.R$drawable: int notif_temp_13 +com.jaredrummler.android.colorpicker.R$color: int accent_material_dark +androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_textAppearance +cyanogenmod.app.ThemeVersion$ComponentVersion: int currentVersion +io.reactivex.Observable: io.reactivex.Observable buffer(java.util.concurrent.Callable,java.util.concurrent.Callable) +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem +wangdaye.com.geometricweather.R$layout: int dialog_background_location +androidx.transition.R$dimen: int notification_top_pad +androidx.hilt.work.R$styleable: int GradientColor_android_endColor +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionMenuTextColor +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_SeekBar +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void onSubscribe(io.reactivex.disposables.Disposable) +io.reactivex.internal.observers.InnerQueuedObserver: int prefetch +com.google.android.material.R$styleable: int[] CollapsingToolbarLayout +wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout: void setLineColor(int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: int status +com.google.android.material.R$style: int Base_Animation_AppCompat_Dialog +androidx.hilt.lifecycle.R$dimen: int notification_right_side_padding_top +androidx.appcompat.R$attr: int actionBarItemBackground +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.Temperature temperature +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_4_00 +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property CityId +androidx.preference.R$string: int abc_menu_alt_shortcut_label +androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customColorValue +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Snow: java.lang.Integer depth +wangdaye.com.geometricweather.R$style: int widget_text_clock_analog +com.turingtechnologies.materialscrollbar.R$string: int abc_menu_sym_shortcut_label +androidx.hilt.R$id: int tag_accessibility_pane_title +com.google.android.material.chip.Chip: void setTextAppearance(com.google.android.material.resources.TextAppearance) +com.google.android.material.R$attr: int percentX +wangdaye.com.geometricweather.R$attr: int startIconTintMode +androidx.preference.R$styleable: int SwitchCompat_switchTextAppearance +androidx.preference.R$layout: int abc_list_menu_item_layout +androidx.preference.R$attr: int elevation +androidx.preference.R$dimen: int notification_large_icon_height +androidx.lifecycle.ProcessLifecycleOwner: androidx.lifecycle.ReportFragment$ActivityInitializationListener mInitializationListener +okhttp3.internal.http2.Http2Stream: java.util.Deque access$000(okhttp3.internal.http2.Http2Stream) +wangdaye.com.geometricweather.R$id: int ragweedTitle +wangdaye.com.geometricweather.R$drawable: int widget_trend_hourly +okio.BufferedSource: java.io.InputStream inputStream() +androidx.appcompat.widget.MenuPopupWindow +androidx.preference.R$style: int Base_Theme_AppCompat_Dialog_MinWidth +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_RatingBar_Indicator +wangdaye.com.geometricweather.R$id: int title +androidx.constraintlayout.motion.widget.MotionHelper: float getProgress() +com.google.android.material.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTheme +okhttp3.Headers: java.util.Date getDate(java.lang.String) +android.didikee.donate.R$attr: int listChoiceBackgroundIndicator +okhttp3.OkHttpClient: boolean followSslRedirects +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub$Proxy: android.os.IBinder createExternalView(android.os.Bundle) +com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_android_fontWeight +cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: io.reactivex.internal.queue.SpscLinkedArrayQueue queue +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Direction: java.lang.String Localized +com.xw.repo.BubbleSeekBar: void setCustomSectionTextArray(com.xw.repo.BubbleSeekBar$CustomSectionTextArray) +wangdaye.com.geometricweather.R$attr: int drawerArrowStyle +com.google.android.gms.common.internal.zzv: android.os.Parcelable$Creator CREATOR +okhttp3.internal.http2.Http2Codec$StreamFinishingSource: boolean completed +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Metric: java.lang.String Unit +com.bumptech.glide.integration.okhttp.R$drawable: int notification_bg +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$TotalLiquid: double Value +james.adaptiveicon.R$styleable: int[] ActionBarLayout +wangdaye.com.geometricweather.R$id: int dialog_location_help_permissionTitle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.util.Date getPubTime() +com.google.android.material.card.MaterialCardView: void setCardBackgroundColor(android.content.res.ColorStateList) +com.turingtechnologies.materialscrollbar.R$attr: int passwordToggleTint +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_disabled_elevation +com.google.android.material.R$styleable: int MaterialCardView_cardForegroundColor +wangdaye.com.geometricweather.R$styleable: int MaterialToolbar_navigationIconColor +androidx.constraintlayout.widget.R$styleable: int ImageFilterView_round +cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.RequestInfo$Builder setLocation(android.location.Location) +cyanogenmod.weatherservice.WeatherProviderService$1: void processWeatherUpdateRequest(cyanogenmod.weather.RequestInfo) +com.xw.repo.bubbleseekbar.R$id: int action_bar_subtitle +androidx.coordinatorlayout.R$layout: int notification_action_tombstone +wangdaye.com.geometricweather.R$attr: int chipStrokeWidth +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Integer relativeHumidityMin androidx.appcompat.R$attr: int actionBarSplitStyle -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse -com.turingtechnologies.materialscrollbar.R$attr: int fastScrollHorizontalTrackDrawable -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: void setTo(java.lang.String) -com.google.android.material.R$dimen: int mtrl_progress_indicator_size -wangdaye.com.geometricweather.R$id: int widget_clock_day_title -androidx.loader.R$styleable: int FontFamilyFont_android_fontVariationSettings -james.adaptiveicon.R$color: int tooltip_background_dark -androidx.preference.R$styleable: int PreferenceTheme_dropdownPreferenceStyle -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Small_Inverse -androidx.viewpager.R$attr: int fontVariationSettings -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_118 -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_padding_top_material -okhttp3.internal.ws.RealWebSocket: long MAX_QUEUE_SIZE -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getSuggest() -com.google.android.gms.location.ActivityTransitionEvent -okhttp3.internal.connection.StreamAllocation: java.lang.Object callStackTrace -androidx.appcompat.R$styleable: int AppCompatTextView_firstBaselineToTopHeight -androidx.lifecycle.ServiceLifecycleDispatcher: ServiceLifecycleDispatcher(androidx.lifecycle.LifecycleOwner) -com.google.android.material.R$attr: int listPreferredItemPaddingStart -androidx.legacy.coreutils.R$styleable: int FontFamily_fontProviderAuthority -cyanogenmod.app.ThemeVersion$ThemeVersionImpl3: ThemeVersion$ThemeVersionImpl3() -wangdaye.com.geometricweather.R$color: int colorTextLight -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: void setPubTime(java.lang.String) -io.reactivex.Observable: io.reactivex.Observable buffer(int,int) -io.reactivex.internal.util.NotificationLite: boolean isError(java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_switchStyle -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatSeekBar_android_thumb -wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_android_maxWidth -com.google.android.material.R$attr: int buttonGravity -android.didikee.donate.R$styleable: int Toolbar_titleMarginStart +com.google.android.material.R$style: int Widget_AppCompat_CompoundButton_CheckBox +androidx.constraintlayout.widget.R$styleable: int GradientColor_android_endY +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleTextColor +wangdaye.com.geometricweather.R$style: int CardView_Dark +androidx.work.R$styleable: int ColorStateListItem_android_color +com.turingtechnologies.materialscrollbar.R$id: int line1 +okhttp3.internal.cache.DiskLruCache$3: okhttp3.internal.cache.DiskLruCache$Snapshot nextSnapshot +cyanogenmod.externalviews.ExternalView$2: cyanogenmod.externalviews.ExternalView this$0 +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Large_Inverse +wangdaye.com.geometricweather.R$attr: int thumbTintMode +wangdaye.com.geometricweather.R$attr: int fastScrollHorizontalThumbDrawable +com.google.android.material.R$attr: int fontVariationSettings +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title +org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.rx.RxTransaction rxTx() +androidx.appcompat.R$drawable: int abc_cab_background_internal_bg +com.google.android.material.R$style: int TextAppearance_Design_Counter +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarSplitStyle +wangdaye.com.geometricweather.R$drawable: int ic_wind +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large +androidx.constraintlayout.widget.Placeholder +retrofit2.RequestFactory: java.lang.String relativeUrl +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintRight_creator +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange Past12HourRange +okhttp3.internal.connection.ConnectionSpecSelector: boolean isFallbackPossible +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setRainPrecipitation(java.lang.Float) +wangdaye.com.geometricweather.R$id: int mtrl_calendar_frame +com.google.android.material.R$styleable: int ConstraintSet_android_scaleY +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem +androidx.constraintlayout.widget.R$anim: int btn_checkbox_to_unchecked_box_inner_merged_animation +androidx.loader.R$color: int notification_icon_bg_color +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableTopCompat +com.google.android.material.R$styleable: int CustomAttribute_customColorDrawableValue +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour +james.adaptiveicon.R$styleable: int CompoundButton_buttonCompat +com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_fontFamily +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void innerError(io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver,java.lang.Throwable) +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight_DarkActionBar +com.amap.api.fence.PoiItem: void setProvince(java.lang.String) +cyanogenmod.externalviews.ExternalViewProviderService: cyanogenmod.externalviews.ExternalViewProviderService$Provider createExternalView(android.os.Bundle) +wangdaye.com.geometricweather.R$attr: int fastScrollVerticalThumbDrawable +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_content_1 +androidx.preference.R$style: int Widget_AppCompat_Toolbar_Button_Navigation +wangdaye.com.geometricweather.R$dimen: int preference_seekbar_value_minWidth +com.xw.repo.bubbleseekbar.R$style: int Widget_Compat_NotificationActionText +io.reactivex.internal.util.NotificationLite$ErrorNotification: java.lang.String toString() +androidx.appcompat.widget.LinearLayoutCompat: void setVerticalGravity(int) +androidx.coordinatorlayout.R$string: R$string() +james.adaptiveicon.R$id: int edit_query +com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_android_clipToPadding +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: java.util.concurrent.atomic.AtomicReference inner +androidx.appcompat.widget.Toolbar: androidx.appcompat.widget.DecorToolbar getWrapper() +com.google.android.material.slider.RangeSlider$RangeSliderState +wangdaye.com.geometricweather.R$dimen: int abc_action_bar_default_padding_start_material +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_WITH_RC4_128_MD5 +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_button_min_width_overflow_material +com.turingtechnologies.materialscrollbar.R$string: int path_password_strike_through +androidx.vectordrawable.animated.R$styleable: int FontFamily_fontProviderFetchTimeout +com.google.android.material.R$id: int chip +androidx.preference.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle +com.jaredrummler.android.colorpicker.R$styleable: int Preference_summary +wangdaye.com.geometricweather.R$styleable: int Transform_android_rotationY +wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_barThickness +okhttp3.EventListener: void connectStart(okhttp3.Call,java.net.InetSocketAddress,java.net.Proxy) +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActivityChooserView +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Metric: java.lang.String Unit +com.google.android.material.R$attr: int itemShapeFillColor +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial: java.lang.String Unit +com.xw.repo.bubbleseekbar.R$dimen: int abc_alert_dialog_button_dimen +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Medium +androidx.core.R$dimen: int notification_top_pad_large_text +androidx.fragment.R$id: int accessibility_custom_action_19 +androidx.appcompat.R$string: int abc_shareactionprovider_share_with +androidx.appcompat.R$attr: int toolbarNavigationButtonStyle +com.xw.repo.bubbleseekbar.R$drawable: int abc_item_background_holo_light +androidx.cardview.R$style +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: java.lang.String getType() +androidx.core.R$dimen: int notification_large_icon_height +cyanogenmod.providers.CMSettings$Secure: java.lang.String DEFAULT_THEME_PACKAGE +wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle +okhttp3.internal.cache2.Relay$RelaySource: okhttp3.internal.cache2.FileOperator fileOperator +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_RC4_128_SHA +wangdaye.com.geometricweather.R$string: int settings_title_exchange_day_night_temp_switch +androidx.constraintlayout.widget.R$attr: int layout_constraintDimensionRatio +com.google.android.material.R$styleable: int[] MaterialCalendarItem +wangdaye.com.geometricweather.R$styleable: int MockView_mock_showDiagonals +wangdaye.com.geometricweather.R$id: int accessibility_action_clickable_span +com.google.android.material.appbar.CollapsingToolbarLayout: void setCollapsedTitleTextAppearance(int) +wangdaye.com.geometricweather.R$styleable: int Fragment_android_id +androidx.cardview.widget.CardView: void setMaxCardElevation(float) +com.amap.api.location.AMapLocation: java.lang.String g +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Chip_Action +androidx.appcompat.widget.AppCompatButton: int getAutoSizeMinTextSize() +okio.RealBufferedSource: int read(java.nio.ByteBuffer) +com.turingtechnologies.materialscrollbar.R$styleable: int[] ActionMenuItemView +wangdaye.com.geometricweather.R$id: int notification_big_temp_3 +androidx.constraintlayout.widget.R$id: int decelerateAndComplete +wangdaye.com.geometricweather.R$id: int notification_base_titleContainer +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_default +androidx.preference.R$layout: int expand_button +androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionButton +wangdaye.com.geometricweather.R$styleable: int GradientColor_android_centerColor +com.google.android.gms.base.R$string: int common_google_play_services_enable_text +com.google.android.material.R$style: int Base_Widget_AppCompat_DrawerArrowToggle +wangdaye.com.geometricweather.R$id: int container_main_sun_moon_sunContainer +androidx.viewpager2.R$style: R$style() +okhttp3.internal.io.FileSystem$1: okio.Source source(java.io.File) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Imperial: double Value +androidx.appcompat.R$styleable: int AppCompatTheme_dropDownListViewStyle +com.google.android.material.R$styleable: int TextAppearance_android_textColorLink +com.amap.api.location.CoordinateConverter: float calculateLineDistance(com.amap.api.location.DPoint,com.amap.api.location.DPoint) +androidx.appcompat.widget.AppCompatButton: int[] getAutoSizeTextAvailableSizes() +androidx.appcompat.widget.AppCompatRadioButton: void setSupportButtonTintMode(android.graphics.PorterDuff$Mode) +com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_arrowShaftLength +androidx.lifecycle.LifecycleRegistry: void forwardPass(androidx.lifecycle.LifecycleOwner) +com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_padding_horizontal +androidx.fragment.R$id: R$id() +retrofit2.converter.gson.GsonConverterFactory +wangdaye.com.geometricweather.R$attr: int errorIconTintMode +wangdaye.com.geometricweather.R$dimen: int abc_dialog_min_width_major +io.reactivex.Observable: void blockingSubscribe(io.reactivex.functions.Consumer) +com.turingtechnologies.materialscrollbar.R$layout: int abc_list_menu_item_radio +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_2 +wangdaye.com.geometricweather.R$attr: int actionModeCloseDrawable +com.google.android.material.R$id: int honorRequest +com.google.android.material.chip.Chip: void setCloseIconTint(android.content.res.ColorStateList) +androidx.coordinatorlayout.R$id: int accessibility_custom_action_15 +com.google.android.material.R$styleable: int MaterialTextAppearance_android_lineHeight +com.jaredrummler.android.colorpicker.R$color: int material_deep_teal_200 +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult +com.google.android.material.R$attr: int transitionDisable +com.google.android.material.R$attr: int itemShapeAppearance +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String aqi +androidx.vectordrawable.R$styleable: R$styleable() +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$2: void run() +com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_dialogType +wangdaye.com.geometricweather.R$animator: int linear_indeterminate_line1_head_interpolator +androidx.preference.R$attr: int theme +androidx.constraintlayout.widget.R$attr: int progressBarStyle +androidx.appcompat.resources.R$color +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_Solid +androidx.appcompat.R$drawable: int abc_textfield_search_material +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getRainPrecipitation() +android.didikee.donate.R$drawable: int abc_btn_radio_to_on_mtrl_000 +com.jaredrummler.android.colorpicker.R$color: int abc_tint_spinner +androidx.constraintlayout.widget.R$id: int search_mag_icon +androidx.lifecycle.extensions.R$drawable: int notification_template_icon_low_bg +androidx.vectordrawable.R$id: int time +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Direction: int Degrees +androidx.preference.R$style: int Widget_AppCompat_SeekBar_Discrete +com.autonavi.aps.amapapi.model.AMapLocationServer: void b(org.json.JSONObject) +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void innerNext() +wangdaye.com.geometricweather.R$styleable: int[] KeyPosition +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabTextColor +androidx.dynamicanimation.R$string +androidx.preference.R$drawable: int btn_radio_off_mtrl +android.didikee.donate.R$attr: int actionBarDivider +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_22 +io.reactivex.Observable: io.reactivex.Observable combineLatest(java.lang.Iterable,io.reactivex.functions.Function) +cyanogenmod.app.Profile$ProfileTrigger: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_119 +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_CONDITION_CODE +com.google.android.material.R$id: int action_bar_root +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_translationY +com.amap.api.location.AMapLocation: java.lang.String d +wangdaye.com.geometricweather.R$layout: int item_tag +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Precipitation precipitation +com.google.android.material.R$styleable: int Constraint_layout_constraintBottom_toBottomOf +com.jaredrummler.android.colorpicker.ColorPickerView: int getPreferredWidth() +wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_fontStyle +com.jaredrummler.android.colorpicker.R$styleable: int[] ColorStateListItem +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean mAskedShow +androidx.constraintlayout.widget.R$layout: int abc_alert_dialog_button_bar_material +wangdaye.com.geometricweather.R$attr: int boxCornerRadiusBottomStart +androidx.hilt.work.R$id: int accessibility_custom_action_27 +com.google.android.material.floatingactionbutton.FloatingActionButton: void setCompatElevationResource(int) +com.google.android.material.appbar.CollapsingToolbarLayout: void setVisibility(int) +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_constraint_referenced_ids +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Object getKey(java.lang.Object) +androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_drawableEnd +wangdaye.com.geometricweather.R$styleable: int KeyCycle_motionTarget +wangdaye.com.geometricweather.R$dimen: int abc_text_size_subhead_material +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: double visibility +androidx.activity.R$style: int Widget_Compat_NotificationActionText +io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable: long serialVersionUID +wangdaye.com.geometricweather.R$styleable: int CardView_contentPaddingRight +com.google.android.material.R$style: int Widget_AppCompat_Button_Small +com.jaredrummler.android.colorpicker.ColorPanelView: void setOriginalColor(int) +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_switchPreferenceCompatStyle +com.turingtechnologies.materialscrollbar.R$id: int selected +androidx.activity.R$id: int accessibility_custom_action_4 +wangdaye.com.geometricweather.R$styleable: int Chip_ensureMinTouchTargetSize +com.google.android.material.R$styleable: int View_android_focusable +androidx.swiperefreshlayout.R$dimen: int compat_control_corner_material +com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_android_orientation +retrofit2.Utils$ParameterizedTypeImpl: boolean equals(java.lang.Object) +wangdaye.com.geometricweather.R$string: int settings_title_location_service +androidx.preference.R$layout: int preference +androidx.constraintlayout.widget.R$styleable: int Toolbar_titleMarginTop +androidx.preference.R$attr: int layout +com.google.android.material.R$attr: int chipGroupStyle +androidx.vectordrawable.animated.R$id: int right_side +wangdaye.com.geometricweather.R$dimen: int abc_text_size_medium_material +androidx.constraintlayout.widget.R$attr: int selectableItemBackground +wangdaye.com.geometricweather.R$styleable: int Transform_android_translationZ +androidx.core.R$styleable: int FontFamilyFont_android_fontStyle +cyanogenmod.hardware.CMHardwareManager: int FEATURE_UNIQUE_DEVICE_ID +cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status FAILED +com.google.gson.stream.JsonReader: char[] buffer +androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type[] values() +androidx.recyclerview.R$id: int icon +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_NOTIF_COUNT_VALIDATOR +wangdaye.com.geometricweather.R$attr: int colorSecondaryVariant +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_atd +com.turingtechnologies.materialscrollbar.R$id: int time +androidx.appcompat.R$color: int abc_btn_colored_borderless_text_material +androidx.constraintlayout.widget.R$styleable: int Layout_layout_goneMarginRight +okhttp3.internal.connection.RealConnection: int allocationLimit +androidx.constraintlayout.widget.R$attr: int contentInsetStartWithNavigation +androidx.preference.R$attr: int fastScrollVerticalTrackDrawable +wangdaye.com.geometricweather.R$array: int weather_source_values +wangdaye.com.geometricweather.R$array: int pressure_unit_voices +com.google.android.material.bottomappbar.BottomAppBar: int getBottomInset() +com.google.android.material.R$styleable: int AppCompatTheme_windowMinWidthMajor +wangdaye.com.geometricweather.db.entities.WeatherEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode +androidx.preference.R$drawable: int abc_item_background_holo_light +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dialogPreferredPadding +com.google.android.material.R$string: int abc_menu_shift_shortcut_label +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: boolean isDisposed() +androidx.preference.R$drawable: int abc_btn_default_mtrl_shape +com.jaredrummler.android.colorpicker.R$dimen: int hint_alpha_material_dark +okhttp3.internal.http2.Http2Reader$Handler: void priority(int,int,int,boolean) +androidx.coordinatorlayout.R$id: int async +androidx.preference.R$layout: int abc_dialog_title_material +androidx.constraintlayout.widget.R$drawable: int notify_panel_notification_icon_bg +androidx.fragment.R$styleable: int GradientColor_android_startColor +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintEnd_toEndOf +wangdaye.com.geometricweather.R$attr: int dropDownListViewStyle +androidx.constraintlayout.widget.R$id: int dragUp +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth +androidx.constraintlayout.widget.R$attr: int layout_constraintWidth_max +james.adaptiveicon.R$layout: int abc_activity_chooser_view_list_item +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: ObservableSwitchMapSingle$SwitchMapSingleMainObserver(io.reactivex.Observer,io.reactivex.functions.Function,boolean) +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_button_material +com.google.android.material.R$attr: int expandActivityOverflowButtonDrawable +com.turingtechnologies.materialscrollbar.R$attr: int actionModeCloseDrawable +androidx.appcompat.R$styleable: int AppCompatTheme_colorSwitchThumbNormal +wangdaye.com.geometricweather.R$styleable: int KeyCycle_wavePeriod +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial Imperial +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: SwipeRefreshLayout(android.content.Context,android.util.AttributeSet) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_RatingBar_Small +com.google.android.material.R$id: int transition_transform +wangdaye.com.geometricweather.R$styleable: int MotionTelltales_telltales_tailColor +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_paddingBottom +cyanogenmod.hardware.ICMHardwareService: boolean setVibratorIntensity(int) +james.adaptiveicon.R$attr: int actionModeSelectAllDrawable +wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderConfirmButton +com.google.android.material.textfield.TextInputLayout: void setEndIconDrawable(int) +com.baidu.location.e.h$c: com.baidu.location.e.h$c e +androidx.coordinatorlayout.R$drawable: int notify_panel_notification_icon_bg +cyanogenmod.weather.CMWeatherManager: android.os.Handler access$100(cyanogenmod.weather.CMWeatherManager) +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit LPSQM +wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_gapBetweenBars +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: void onError(java.lang.Throwable) +com.turingtechnologies.materialscrollbar.R$id: int stretch +com.google.android.material.chip.Chip: void setCloseIconPressed(boolean) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listMenuViewStyle +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter name(java.lang.String) +okio.Segment: int SIZE +androidx.swiperefreshlayout.R$id: int accessibility_action_clickable_span +androidx.lifecycle.extensions.R$layout: int notification_action_tombstone +okhttp3.internal.ws.RealWebSocket: void loopReader() +wangdaye.com.geometricweather.R$layout: int dialog_running_in_background_o +androidx.constraintlayout.widget.R$styleable: int KeyPosition_pathMotionArc +androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableCompat_android_visible +wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Object getKey(java.lang.Object) +androidx.preference.R$style: int Base_Theme_AppCompat_DialogWhenLarge +wangdaye.com.geometricweather.R$string: int feedback_request_location_permission_success +androidx.preference.R$id: int chronometer +androidx.preference.R$styleable: int FontFamilyFont_android_fontVariationSettings +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VectorDrawableCompatState +okio.GzipSink: void writeHeader() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Metric: int UnitType +androidx.appcompat.widget.AppCompatTextView: void setBackgroundResource(int) +androidx.constraintlayout.widget.R$id: int spline +androidx.vectordrawable.animated.R$styleable: int GradientColorItem_android_offset +androidx.lifecycle.ComputableLiveData: java.lang.Runnable mInvalidationRunnable +com.amap.api.location.AMapLocation: int ERROR_CODE_NOCGI_WIFIOFF +com.google.android.material.R$attr: int logo +james.adaptiveicon.R$color: int abc_tint_edittext +com.amap.api.fence.PoiItem: java.lang.String j +androidx.constraintlayout.widget.R$id: int NO_DEBUG +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Metric: AccuCurrentResult$Temperature$Metric() +okio.GzipSource: java.util.zip.Inflater inflater +com.turingtechnologies.materialscrollbar.R$dimen: int abc_control_corner_material +james.adaptiveicon.R$layout: int abc_action_bar_up_container +cyanogenmod.providers.CMSettings$Secure: boolean putStringForUser(android.content.ContentResolver,java.lang.String,java.lang.String,int) +com.xw.repo.bubbleseekbar.R$attr: int progressBarStyle +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float icePrecipitationProbability +com.jaredrummler.android.colorpicker.R$styleable: int ColorPickerView_cpv_borderColor +wangdaye.com.geometricweather.R$attr: int percentX +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setTitle(java.lang.CharSequence) +com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_chipSpacingHorizontal +androidx.lifecycle.Lifecycling +okhttp3.internal.ws.RealWebSocket$Streams: okio.BufferedSource source +cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onAttach(android.os.IBinder) +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHorizontal_bias +wangdaye.com.geometricweather.R$array: int automatic_refresh_rate_values +androidx.preference.R$styleable: int ViewBackgroundHelper_backgroundTintMode +cyanogenmod.weather.IRequestInfoListener$Stub +androidx.fragment.R$id: int tag_accessibility_clickable_spans +cyanogenmod.providers.ThemesContract$ThemesColumns$InstallState: int UNKNOWN +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dialogPreferredPadding +com.bumptech.glide.integration.okhttp.R$styleable: R$styleable() +james.adaptiveicon.R$styleable: int View_android_focusable +io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.fragment.R$styleable: int FontFamilyFont_android_ttcIndex +androidx.transition.R$layout: int notification_action +androidx.preference.R$attr: int tooltipForegroundColor +androidx.drawerlayout.R$styleable: int GradientColor_android_startColor +androidx.hilt.work.R$id: int notification_background +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_section_text_size +androidx.dynamicanimation.R$styleable: int FontFamilyFont_fontVariationSettings +com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String g() +okio.Okio: okio.BufferedSink buffer(okio.Sink) +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Button_Small +androidx.constraintlayout.widget.R$id: int accelerate +androidx.transition.R$color +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: boolean registerChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: ObservableWithLatestFrom$WithLatestFromObserver(io.reactivex.Observer,io.reactivex.functions.BiFunction) +wangdaye.com.geometricweather.R$styleable: int ColorPanelView_cpv_borderColor +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_bias +wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: int getIconResStart() +androidx.appcompat.R$styleable: int Toolbar_collapseContentDescription +androidx.dynamicanimation.R$attr: int fontProviderFetchTimeout +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: io.reactivex.internal.queue.MpscLinkedQueue queue +androidx.preference.R$styleable: int MenuItem_android_title +com.google.android.material.R$style: int Widget_MaterialComponents_Button +com.turingtechnologies.materialscrollbar.R$styleable: int CompoundButton_buttonCompat +wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_android_insetLeft +androidx.preference.R$style: int Preference_Information +com.xw.repo.bubbleseekbar.R$styleable: int FontFamily_fontProviderPackage +io.reactivex.Observable: io.reactivex.Observable doAfterTerminate(io.reactivex.functions.Action) +retrofit2.Retrofit$Builder +com.turingtechnologies.materialscrollbar.R$attr: int background +androidx.preference.R$anim: int btn_radio_to_off_mtrl_dot_group_animation +com.bumptech.glide.integration.okhttp3.OkHttpGlideModule: OkHttpGlideModule() +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_DifferentCornerSize +androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_marginStart +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setIndices(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX) +androidx.preference.R$layout: int abc_popup_menu_item_layout +com.google.android.material.floatingactionbutton.FloatingActionButton: void setImageResource(int) +okhttp3.OkHttpClient: okhttp3.internal.cache.InternalCache internalCache() +cyanogenmod.themes.ThemeManager$1$1: ThemeManager$1$1(cyanogenmod.themes.ThemeManager$1,int) +com.google.android.material.R$attr: int layout_constraintHorizontal_weight +cyanogenmod.externalviews.IExternalViewProvider$Stub: cyanogenmod.externalviews.IExternalViewProvider asInterface(android.os.IBinder) +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeIcePrecipitation(java.lang.Float) +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String getCity() +com.bumptech.glide.integration.okhttp.R$layout: R$layout() +okhttp3.internal.cache.DiskLruCache: java.lang.String JOURNAL_FILE_BACKUP +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: io.reactivex.subjects.Subject signaller +wangdaye.com.geometricweather.R$id: int textSpacerNoTitle +com.turingtechnologies.materialscrollbar.R$id: int action_mode_bar_stub +com.jaredrummler.android.colorpicker.R$attr: int checkedTextViewStyle +android.didikee.donate.R$attr: int panelMenuListWidth +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: long index +io.reactivex.Observable: io.reactivex.Observable switchMapDelayError(io.reactivex.functions.Function) +cyanogenmod.app.ICustomTileListener$Stub: int TRANSACTION_onListenerConnected_0 +okhttp3.OkHttpClient: java.util.List protocols +androidx.appcompat.widget.AppCompatButton: int getAutoSizeMaxTextSize() +androidx.constraintlayout.utils.widget.ImageFilterButton: float getRoundPercent() +wangdaye.com.geometricweather.R$id: int activity_allergen_toolbar +james.adaptiveicon.R$styleable: int AlertDialog_listItemLayout +com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_padding_vertical_2lines +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse +android.didikee.donate.R$id: int text +james.adaptiveicon.R$styleable: int AppCompatTheme_panelMenuListTheme +androidx.constraintlayout.widget.R$styleable: int[] PopupWindowBackgroundState +androidx.preference.R$drawable: int abc_scrubber_track_mtrl_alpha +com.xw.repo.bubbleseekbar.R$attr: int switchTextAppearance +cyanogenmod.weather.CMWeatherManager$RequestStatus: int FAILED +cyanogenmod.profiles.RingModeSettings: java.lang.String mValue +androidx.coordinatorlayout.R$id: int accessibility_custom_action_10 +androidx.vectordrawable.R$id: int tag_unhandled_key_event_manager +androidx.constraintlayout.widget.R$attr: int tooltipForegroundColor +wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: boolean isValid() +com.turingtechnologies.materialscrollbar.R$attr: int drawableSize +androidx.activity.R$dimen: int notification_action_icon_size +com.google.android.material.R$styleable: int ActionBar_background +retrofit2.HttpException: int code() +com.google.gson.stream.JsonReader: int NUMBER_CHAR_EXP_E +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier +androidx.preference.EditTextPreference: void setOnBindEditTextListener(androidx.preference.EditTextPreference$OnBindEditTextListener) +cyanogenmod.app.ThemeVersion: java.lang.String THEME_VERSION_CLASS_NAME +android.didikee.donate.R$drawable: int abc_btn_default_mtrl_shape +androidx.hilt.work.R$id: int line3 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: java.util.List value +wangdaye.com.geometricweather.R$string: int common_open_on_phone +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_circularInset +okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex: java.lang.reflect.Method findByIssuerAndSignatureMethod +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_hintEnabled +okio.RealBufferedSource: boolean rangeEquals(long,okio.ByteString) +cyanogenmod.app.StatusBarPanelCustomTile: int getUserId() +com.google.android.material.R$color: int mtrl_textinput_default_box_stroke_color +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense +com.google.android.material.R$dimen: int mtrl_navigation_item_horizontal_padding +androidx.appcompat.widget.ActionBarOverlayLayout: void setActionBarHideOffset(int) +androidx.appcompat.R$drawable: int abc_list_selector_background_transition_holo_dark +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$7: KeyguardExternalViewProviderService$Provider$ProviderImpl$7(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_panelBackground +wangdaye.com.geometricweather.R$dimen: int abc_dialog_list_padding_top_no_title +james.adaptiveicon.R$styleable: int SearchView_defaultQueryHint +androidx.appcompat.resources.R$dimen: int notification_right_icon_size +com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_padding_bottom +androidx.viewpager2.R$attr: int fontProviderPackage +com.baidu.location.indoor.mapversion.c.a$d: double c(double) +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle +wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.String level +wangdaye.com.geometricweather.db.entities.DailyEntityDao: boolean isEntityUpdateable() +androidx.constraintlayout.widget.R$color: int switch_thumb_normal_material_dark androidx.customview.R$integer: int status_bar_notification_info_maxnum -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: float getTrimPathStart() -androidx.constraintlayout.widget.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_0 -com.google.android.material.R$style: int Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog -wangdaye.com.geometricweather.R$layout: int widget_multi_city_horizontal -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_popupTheme -wangdaye.com.geometricweather.R$id: int light -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator SWAP_VOLUME_KEYS_ON_ROTATION_VALIDATOR -android.didikee.donate.R$color: int bright_foreground_material_light -androidx.hilt.work.R$drawable: int notification_bg -com.google.android.material.button.MaterialButton: android.content.res.ColorStateList getSupportBackgroundTintList() -androidx.activity.R$dimen: int notification_small_icon_size_as_large -cyanogenmod.themes.ThemeManager: java.util.Set mProcessingListeners -wangdaye.com.geometricweather.settings.activities.PreviewIconActivity -io.reactivex.Observable: io.reactivex.Observable groupBy(io.reactivex.functions.Function,io.reactivex.functions.Function) -androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar -androidx.appcompat.R$dimen: int abc_dialog_padding_top_material -com.jaredrummler.android.colorpicker.R$id: int screen -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem -io.reactivex.Observable: io.reactivex.Completable ignoreElements() -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property DegreeDayTemperature -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean cancelled -com.xw.repo.bubbleseekbar.R$attr: int collapseContentDescription -wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit PERCENT -wangdaye.com.geometricweather.R$color: int switch_thumb_disabled_material_dark -okhttp3.Cookie: boolean matches(okhttp3.HttpUrl) -androidx.appcompat.R$id: int line1 -wangdaye.com.geometricweather.R$anim: int x2_decelerate_interpolator -com.jaredrummler.android.colorpicker.R$id: int transparency_title -androidx.constraintlayout.widget.R$dimen: int hint_alpha_material_dark -cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper: void onCustomTileRemoved(org.cyanogenmod.internal.statusbar.IStatusBarCustomTileHolder) +okhttp3.internal.http1.Http1Codec: okio.Sink newChunkedSink() +okio.AsyncTimeout$2: okio.Source val$source +com.google.android.gms.base.R$drawable: int common_google_signin_btn_text_disabled +wangdaye.com.geometricweather.db.entities.WeatherEntityDao +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_actionViewClass +okhttp3.internal.http2.Settings: Settings() +wangdaye.com.geometricweather.R$layout: int design_navigation_menu_item +com.google.android.material.R$attr: int itemIconPadding +androidx.constraintlayout.widget.R$attr: int radioButtonStyle +okhttp3.internal.cache2.Relay: boolean isClosed() +androidx.lifecycle.LiveData$ObserverWrapper: void activeStateChanged(boolean) +androidx.preference.R$styleable: int Toolbar_logo +io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: void dispose() +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_translationZ +james.adaptiveicon.R$attr: int indeterminateProgressStyle +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamily_fontProviderQuery +androidx.appcompat.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset +wangdaye.com.geometricweather.R$layout: int container_main_aqi +cyanogenmod.app.ILiveLockScreenManager: boolean getLiveLockScreenEnabled() +androidx.appcompat.R$id: int accessibility_custom_action_20 +com.google.android.material.R$style: int Base_Widget_AppCompat_AutoCompleteTextView +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: java.lang.String notice +com.google.android.material.R$style: int Widget_AppCompat_Button +cyanogenmod.platform.Manifest$permission: java.lang.String BIND_CUSTOM_TILE_LISTENER_SERVICE +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String street_number +okhttp3.RealCall: boolean isCanceled() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen: AccuDailyResult$DailyForecasts$AirAndPollen() +com.google.android.material.R$animator: int mtrl_btn_unelevated_state_list_anim +androidx.appcompat.R$style: int Theme_AppCompat_Dialog +wangdaye.com.geometricweather.R$layout: int dialog_time_setter +androidx.lifecycle.ViewModel +com.google.android.material.R$style: int TextAppearance_AppCompat_Small +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +wangdaye.com.geometricweather.common.ui.widgets.DrawerLayout: void setProgress(float) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeRainPrecipitationDuration +androidx.preference.R$string: int abc_menu_shift_shortcut_label +cyanogenmod.hardware.CMHardwareManager: boolean requireAdaptiveBacklightForSunlightEnhancement() +androidx.appcompat.R$attr: int voiceIcon +com.amap.api.fence.GeoFenceManagerBase: void addRoundGeoFence(com.amap.api.location.DPoint,float,java.lang.String) +wangdaye.com.geometricweather.R$drawable: int weather_clear_day_2 +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_submitBackground +wangdaye.com.geometricweather.R$id: int cpv_color_panel_view +androidx.viewpager.R$color: R$color() +com.google.android.material.R$styleable: int ConstraintSet_pivotAnchor +com.google.android.material.slider.BaseSlider: int getFocusedThumbIndex() +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub: android.os.IBinder asBinder() +io.reactivex.internal.disposables.EmptyDisposable: boolean isDisposed() +androidx.activity.R$id: int info +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void onComplete() +james.adaptiveicon.R$drawable: int abc_spinner_mtrl_am_alpha +wangdaye.com.geometricweather.R$layout: int item_about_title +androidx.vectordrawable.animated.R$id: int action_image +androidx.appcompat.R$styleable: int ActionMode_subtitleTextStyle +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: long serialVersionUID +wangdaye.com.geometricweather.R$string: int allergen +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeTotalPrecipitationProbability() +android.didikee.donate.R$style: int Base_Widget_AppCompat_ImageButton +wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String cityId +com.xw.repo.bubbleseekbar.R$attr: int bsb_thumb_radius_on_dragging +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: android.graphics.Matrix getLocalMatrix() +wangdaye.com.geometricweather.common.basic.models.weather.Base +androidx.customview.R$integer: R$integer() +androidx.appcompat.R$anim: int abc_shrink_fade_out_from_bottom +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: java.util.List value +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Year +com.google.android.material.R$dimen: int design_bottom_navigation_height +androidx.preference.R$drawable: int abc_ic_commit_search_api_mtrl_alpha +androidx.customview.R$drawable +com.google.android.gms.common.internal.safeparcel.AbstractSafeParcelable +wangdaye.com.geometricweather.R$string: int settings_title_temperature_unit +okhttp3.internal.Util: boolean skipAll(okio.Source,int,java.util.concurrent.TimeUnit) +androidx.appcompat.R$styleable: int FontFamily_fontProviderCerts +com.google.android.material.circularreveal.cardview.CircularRevealCardView: CircularRevealCardView(android.content.Context) +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: io.reactivex.functions.Function combiner +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String windDircStart +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: java.lang.String unit +cyanogenmod.app.CustomTile +android.didikee.donate.R$color: int primary_text_default_material_light +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setAqiIndex(java.lang.Integer) +androidx.loader.R$id: int title +okhttp3.internal.http2.Huffman: byte[] CODE_LENGTHS +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large +android.didikee.donate.R$attr: int textAppearanceLargePopupMenu +okhttp3.Cache$2: void remove() +wangdaye.com.geometricweather.R$drawable: int abc_ic_menu_share_mtrl_alpha +androidx.core.R$integer: int status_bar_notification_info_maxnum +retrofit2.RequestBuilder$ContentTypeOverridingRequestBody: okhttp3.MediaType contentType +androidx.appcompat.widget.ActionBarOverlayLayout: int getNestedScrollAxes() +androidx.constraintlayout.widget.R$attr: int backgroundSplit +androidx.hilt.work.R$styleable: R$styleable() +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: io.reactivex.internal.fuseable.SimplePlainQueue queue +com.google.android.material.bottomsheet.BottomSheetBehavior +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginTop +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_counterTextColor +com.jaredrummler.android.colorpicker.R$color: int bright_foreground_disabled_material_light +wangdaye.com.geometricweather.R$styleable: int[] DrawerArrowToggle +androidx.preference.R$dimen: int fastscroll_default_thickness +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: void run() +wangdaye.com.geometricweather.R$attr: int textColorAlertDialogListItem +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_temp_3 +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_setInteractivity +androidx.preference.R$styleable: int[] FragmentContainerView +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_Switch +androidx.hilt.lifecycle.R$attr: int fontStyle +androidx.activity.R$id: int accessibility_custom_action_24 +android.didikee.donate.R$style: int RtlOverlay_DialogWindowTitle_AppCompat +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean getPressure() +android.didikee.donate.R$styleable: int ActionBar_title +wangdaye.com.geometricweather.R$string: int mtrl_chip_close_icon_content_description +com.jaredrummler.android.colorpicker.R$anim +okhttp3.internal.ws.RealWebSocket: void awaitTermination(int,java.util.concurrent.TimeUnit) +androidx.preference.R$style: int PreferenceThemeOverlay_v14 +wangdaye.com.geometricweather.R$styleable: int RadialViewGroup_materialCircleRadius +com.jaredrummler.android.colorpicker.R$styleable: int[] AnimatedStateListDrawableTransition +com.google.android.material.R$style: int Widget_MaterialComponents_ActionBar_PrimarySurface +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum Minimum +wangdaye.com.geometricweather.R$string: int feedback_interpret_notification_group_title +androidx.customview.R$string: int status_bar_notification_info_overflow +com.google.android.material.button.MaterialButtonToggleGroup: java.util.List getCheckedButtonIds() +cyanogenmod.providers.DataUsageContract: java.lang.String CONTENT_ITEM_TYPE +com.google.android.material.R$dimen: int abc_text_size_subtitle_material_toolbar +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult: java.util.List Summaries +com.google.android.gms.base.R$drawable: int googleg_standard_color_18 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Direction: AccuCurrentResult$Wind$Direction() +wangdaye.com.geometricweather.R$attr: int chipGroupStyle +androidx.preference.R$styleable: int[] StateListDrawable +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Menu +okhttp3.internal.tls.DistinguishedNameParser: DistinguishedNameParser(javax.security.auth.x500.X500Principal) +wangdaye.com.geometricweather.R$string: int feedback_background_location_title +okhttp3.HttpUrl$Builder: boolean isDotDot(java.lang.String) +wangdaye.com.geometricweather.R$color: int primary_dark_material_dark +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeRainPrecipitationDuration +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setSnowPrecipitationProbability(java.lang.Float) +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintVertical_chainStyle +androidx.dynamicanimation.R$id: int action_container +androidx.transition.R$id: int tag_unhandled_key_listeners +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.String country +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: java.lang.String EnglishName +wangdaye.com.geometricweather.R$drawable: int abc_text_select_handle_middle_mtrl_light +com.google.android.material.R$layout: int material_timepicker_textinput_display +com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginBottom +retrofit2.ParameterHandler$Path: int p +okhttp3.RealCall: okhttp3.RealCall newRealCall(okhttp3.OkHttpClient,okhttp3.Request,boolean) +androidx.legacy.coreutils.R$styleable: int FontFamilyFont_fontStyle +androidx.constraintlayout.widget.R$styleable: int PropertySet_android_alpha +wangdaye.com.geometricweather.R$attr: int textAppearanceOverline +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setNeedAddress(boolean) +cyanogenmod.weather.WeatherInfo$Builder: double mWindDirection +androidx.lifecycle.SavedStateHandle$SavingStateLiveData: androidx.lifecycle.SavedStateHandle mHandle +com.google.android.material.R$id: int search_button +com.google.android.material.R$attr: int elevation +okhttp3.Dispatcher: boolean promoteAndExecute() +wangdaye.com.geometricweather.R$layout: int material_chip_input_combo +androidx.appcompat.widget.AppCompatTextView: android.graphics.PorterDuff$Mode getSupportCompoundDrawablesTintMode() +okhttp3.Cache$CacheResponseBody$1 +wangdaye.com.geometricweather.R$id: int notification_big_week_2 +com.amap.api.fence.GeoFenceClient: void resumeGeoFence() +com.bumptech.glide.R$style: int Widget_Support_CoordinatorLayout +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Small_Inverse +androidx.preference.Preference$BaseSavedState: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$drawable: int widget_clock_day_details +androidx.constraintlayout.widget.R$style: int Base_DialogWindowTitleBackground_AppCompat +wangdaye.com.geometricweather.R$styleable: int PreferenceGroup_orderingFromXml +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language DUTCH +androidx.appcompat.R$drawable: int abc_vector_test +androidx.appcompat.R$styleable: int[] ActionMode +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$LocalSource +cyanogenmod.content.Intent: java.lang.String ACTION_SCREEN_CAMERA_GESTURE +io.reactivex.internal.schedulers.ScheduledRunnable: java.lang.Object ASYNC_DISPOSED +com.turingtechnologies.materialscrollbar.R$attr: int tabPaddingStart +james.adaptiveicon.R$id: int title +com.xw.repo.bubbleseekbar.R$drawable: int abc_text_select_handle_middle_mtrl_dark +androidx.constraintlayout.widget.R$id: int progress_circular +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_android_textColorHint +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.google.android.material.R$styleable: int TextInputLayout_errorIconTint +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: void dispose() +wangdaye.com.geometricweather.R$string: int widget_text +okhttp3.Cookie$Builder: Cookie$Builder() +android.didikee.donate.R$styleable: int AppCompatTextView_textAllCaps +cyanogenmod.weather.util.WeatherUtils: java.lang.String formatTemperature(double,int) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorControlHighlight +cyanogenmod.app.CustomTile$ExpandedStyle$1: java.lang.Object createFromParcel(android.os.Parcel) +wangdaye.com.geometricweather.R$dimen: int mtrl_card_checked_icon_size +androidx.constraintlayout.widget.R$attr: int actionModeSplitBackground +wangdaye.com.geometricweather.R$layout: int material_clock_display_divider +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_28 +wangdaye.com.geometricweather.R$styleable: int Transform_android_translationX +androidx.constraintlayout.utils.widget.ImageFilterView: float getContrast() +com.google.gson.stream.JsonWriter: void beforeValue() +com.turingtechnologies.materialscrollbar.R$color: int mtrl_tabs_ripple_color +com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getTickTintList() +okhttp3.logging.LoggingEventListener: void dnsEnd(okhttp3.Call,java.lang.String,java.util.List) +androidx.constraintlayout.widget.R$attr: int ratingBarStyleIndicator +okhttp3.Cache: void trackConditionalCacheHit() +com.xw.repo.bubbleseekbar.R$color: int button_material_light +com.jaredrummler.android.colorpicker.R$attr: int cpv_borderColor +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource +androidx.work.R$attr: int fontStyle +androidx.preference.R$styleable: int MenuGroup_android_id +android.didikee.donate.R$dimen: int disabled_alpha_material_dark +cyanogenmod.externalviews.KeyguardExternalView$11: cyanogenmod.externalviews.KeyguardExternalView this$0 +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setNestedScrollingEnabled(boolean) +com.google.android.material.R$attr: int collapseContentDescription +androidx.preference.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha +james.adaptiveicon.R$drawable: int abc_seekbar_track_material +wangdaye.com.geometricweather.R$drawable: int notif_temp_12 +wangdaye.com.geometricweather.R$string: int settings_title_notification_temp_icon +cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks +androidx.preference.R$style: int Preference_Category +wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView +wangdaye.com.geometricweather.R$id: int treeTitle +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay CARD_HOURLY_OVERVIEW +com.google.android.gms.base.R$string: int common_google_play_services_install_text +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_horizontalBias +com.google.android.material.tabs.TabLayout: int getTabIndicatorGravity() +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_caption_material +com.amap.api.fence.GeoFence: int getActivatesAction() +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionBar +androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) +android.didikee.donate.R$styleable: int AppCompatTheme_buttonBarButtonStyle +wangdaye.com.geometricweather.R$styleable: int Constraint_transitionEasing +com.google.android.material.R$attr: int toolbarStyle +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Display1 +com.xw.repo.bubbleseekbar.R$bool: int abc_config_actionMenuItemAllCaps +james.adaptiveicon.R$id: int topPanel +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: long serialVersionUID +androidx.appcompat.R$color: int secondary_text_default_material_dark +okhttp3.internal.http.BridgeInterceptor +com.google.android.material.button.MaterialButton: void setPressed(boolean) +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: ICMTelephonyManager$Stub$Proxy(android.os.IBinder) +cyanogenmod.weather.WeatherInfo$1: java.lang.Object[] newArray(int) +androidx.preference.R$drawable: int abc_scrubber_control_off_mtrl_alpha +androidx.fragment.R$anim: int fragment_fade_enter +wangdaye.com.geometricweather.R$styleable: int AlertDialog_showTitle +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Display4 +cyanogenmod.themes.IThemeChangeListener +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$1: androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription this$0 +wangdaye.com.geometricweather.R$color: int design_dark_default_color_on_surface +androidx.preference.R$style: int Preference_Category_Material +androidx.transition.R$styleable: int FontFamilyFont_ttcIndex +okhttp3.HttpUrl: java.lang.String PATH_SEGMENT_ENCODE_SET_URI +com.google.android.gms.dynamic.RemoteCreator$RemoteCreatorException: RemoteCreator$RemoteCreatorException(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_horizontalStyle +androidx.constraintlayout.widget.R$attr: int onNegativeCross +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_android_elevation +androidx.constraintlayout.utils.widget.ImageFilterButton: void setContrast(float) +androidx.swiperefreshlayout.R$dimen: int compat_notification_large_icon_max_width +androidx.preference.PreferenceGroup +androidx.appcompat.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle +androidx.lifecycle.Transformations$1: androidx.lifecycle.MediatorLiveData val$result +wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_backgroundOverlayColorAlpha +com.google.gson.stream.JsonReader: int lineStart +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: float getMax() +cyanogenmod.weatherservice.IWeatherProviderService +wangdaye.com.geometricweather.R$attr: int toolbarNavigationButtonStyle +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_anon_WITH_NULL_SHA +android.didikee.donate.R$style: int Base_Widget_AppCompat_ListPopupWindow +com.turingtechnologies.materialscrollbar.R$attr: int showMotionSpec +wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig hourlyEntityDaoConfig +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_passwordToggleTintMode +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum: java.lang.String Unit +com.google.android.material.R$styleable: int AppCompatTheme_controlBackground +androidx.preference.R$attr: int actionBarDivider +androidx.activity.R$styleable: int FontFamily_fontProviderCerts +com.xw.repo.bubbleseekbar.R$styleable: int[] AppCompatTextHelper +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionMode_Inverse +com.google.android.material.R$id: int material_timepicker_ok_button +androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$Event upEvent(androidx.lifecycle.Lifecycle$State) +wangdaye.com.geometricweather.R$styleable: int KeyPosition_motionTarget +com.google.android.material.R$attr: int layout +com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_select_handle_right_mtrl_light +okhttp3.internal.http.RetryAndFollowUpInterceptor: int retryAfter(okhttp3.Response,int) +okhttp3.HttpUrl: okhttp3.HttpUrl get(java.net.URL) +wangdaye.com.geometricweather.R$drawable: int notif_temp_2 +retrofit2.Platform: boolean hasJava8Types +wangdaye.com.geometricweather.R$id: int search_mag_icon +wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_AppbarPopupTheme_Dark +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: io.reactivex.processors.FlowableProcessor processor +cyanogenmod.hardware.ICMHardwareService: cyanogenmod.hardware.DisplayMode getDefaultDisplayMode() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: void setBrandInfo(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX) +wangdaye.com.geometricweather.R$attr: int tabContentStart +androidx.preference.R$styleable: int DialogPreference_android_dialogMessage +okhttp3.Cookie: int hashCode() +cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: java.lang.String getInterfaceDescriptor() +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator$SavedState +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: java.util.concurrent.atomic.AtomicLong index +com.turingtechnologies.materialscrollbar.R$layout: int abc_alert_dialog_button_bar_material +androidx.appcompat.R$attr: int tooltipText +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_MonthNavigationButton +androidx.work.impl.utils.futures.DirectExecutor: androidx.work.impl.utils.futures.DirectExecutor INSTANCE +androidx.preference.R$style: int Base_ThemeOverlay_AppCompat_Dark +james.adaptiveicon.R$styleable: int AppCompatTheme_actionOverflowButtonStyle +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int FOGGY +cyanogenmod.profiles.StreamSettings: void setOverride(boolean) +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setTargetOffsetTopAndBottom(int) +com.amap.api.location.AMapLocationQualityReport: void setGPSSatellites(int) +androidx.constraintlayout.widget.R$attr: int listChoiceBackgroundIndicator +com.google.gson.internal.$Gson$Types$WildcardTypeImpl: java.lang.reflect.Type[] getUpperBounds() +androidx.appcompat.R$attr: int selectableItemBackgroundBorderless +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind: java.lang.Integer speed +com.google.android.material.R$dimen: int item_touch_helper_swipe_escape_max_velocity +androidx.appcompat.R$dimen: int notification_big_circle_margin +androidx.vectordrawable.animated.R$id: int forever +wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property Date +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_percent +org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.rx.RxTransaction rxTxPlain() +wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: void setDuration(long) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ActionBar_PrimarySurface +androidx.preference.R$styleable: int AppCompatTextView_drawableRightCompat +wangdaye.com.geometricweather.R$color: int design_bottom_navigation_shadow_color +android.didikee.donate.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow +android.didikee.donate.R$style: int TextAppearance_AppCompat_Subhead_Inverse +wangdaye.com.geometricweather.R$dimen: int fastscroll_default_thickness +com.google.android.material.R$id: int cut +androidx.hilt.R$attr: int ttcIndex +com.turingtechnologies.materialscrollbar.R$attr: int tooltipFrameBackground +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ButtonBar +com.turingtechnologies.materialscrollbar.R$style: int Platform_ThemeOverlay_AppCompat +androidx.appcompat.R$style: int TextAppearance_Compat_Notification_Title +retrofit2.OkHttpCall$NoContentResponseBody: okhttp3.MediaType contentType +okhttp3.Handshake: okhttp3.CipherSuite cipherSuite() +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.Long getId() +wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_ttcIndex +okhttp3.internal.http.HttpHeaders: int parseSeconds(java.lang.String,int) +wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_box_label_cutout_padding +androidx.activity.ComponentActivity: ComponentActivity() +wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle CIRCULAR +androidx.constraintlayout.widget.Constraints: androidx.constraintlayout.widget.ConstraintSet getConstraintSet() +wangdaye.com.geometricweather.R$string: int mtrl_picker_a11y_next_month +com.turingtechnologies.materialscrollbar.R$attr: int contentScrim +com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_pressed_holo_dark +com.xw.repo.bubbleseekbar.R$attr: int buttonIconDimen +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum Maximum +com.google.gson.stream.JsonWriter: void string(java.lang.String) +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: java.lang.String getTagValue() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date getSunRiseDate() +com.google.android.material.R$style: int Base_Widget_MaterialComponents_TextView +com.turingtechnologies.materialscrollbar.R$layout: int notification_template_part_time +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX: java.util.List brands +com.google.android.material.R$layout: int design_text_input_start_icon +wangdaye.com.geometricweather.R$color: int colorPrimary +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: int hasSeaBulletin +com.turingtechnologies.materialscrollbar.R$attr: int colorAccent +com.google.android.material.R$attr: int contentPaddingLeft +com.bumptech.glide.integration.okhttp.R$dimen: int compat_notification_large_icon_max_width +androidx.appcompat.widget.ViewStubCompat: void setLayoutInflater(android.view.LayoutInflater) +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area$LastAction LastAction +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr: AccuCurrentResult$Precip1hr() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: void setValue(java.util.List) +wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider[] values() +io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: void onComplete() +com.amap.api.location.AMapLocationClientOption: boolean isWifiActiveScan() +okhttp3.internal.ws.WebSocketWriter$FrameSink: okhttp3.internal.ws.WebSocketWriter this$0 +retrofit2.ParameterHandler$QueryMap: retrofit2.Converter valueConverter +com.xw.repo.bubbleseekbar.R$attr: int actionModePasteDrawable +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_rotationX +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintEnd_toEndOf +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Dialog_Alert +com.google.android.material.R$styleable: int ActionBar_divider +com.google.android.material.R$styleable: int ConstraintSet_layout_goneMarginStart +james.adaptiveicon.R$id: int action_bar_spinner +androidx.appcompat.R$attr: int fontProviderPackage +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float getRain() +com.google.android.material.R$color: int design_default_color_secondary_variant +com.google.android.material.R$style: int Widget_AppCompat_AutoCompleteTextView +com.xw.repo.bubbleseekbar.R$string: int abc_menu_delete_shortcut_label +cyanogenmod.weather.WeatherLocation: java.lang.String access$502(cyanogenmod.weather.WeatherLocation,java.lang.String) +android.didikee.donate.R$dimen: int abc_progress_bar_height_material +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_marginStart +cyanogenmod.app.suggest.ApplicationSuggestion: java.lang.String mName +androidx.viewpager2.R$drawable: R$drawable() +androidx.appcompat.widget.SwitchCompat: void setThumbTintList(android.content.res.ColorStateList) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.Window mWindow +wangdaye.com.geometricweather.R$layout: int expand_button +wangdaye.com.geometricweather.R$dimen: int cpv_item_horizontal_padding +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setHttpTimeOut(long) +wangdaye.com.geometricweather.R$styleable: int[] CircularProgressView +wangdaye.com.geometricweather.R$id: int graph +androidx.core.R$styleable: int GradientColor_android_centerY +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHeight_min +wangdaye.com.geometricweather.R$id: int month_navigation_next +wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.String getLevel() +androidx.coordinatorlayout.R$styleable: int[] GradientColorItem +wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_android_summaryOn +com.google.android.material.slider.RangeSlider: int getThumbRadius() +androidx.preference.R$styleable: int AppCompatTheme_actionBarDivider +wangdaye.com.geometricweather.R$styleable: int Transition_transitionDisable +cyanogenmod.weather.CMWeatherManager: android.content.Context mContext +androidx.lifecycle.ProcessLifecycleOwner: boolean mStopSent +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setHideMotionSpecResource(int) +okhttp3.logging.LoggingEventListener: void secureConnectEnd(okhttp3.Call,okhttp3.Handshake) +com.google.android.material.R$styleable: int AppCompatTheme_dropDownListViewStyle +com.turingtechnologies.materialscrollbar.R$attr: int actionBarDivider +cyanogenmod.app.CustomTile$ExpandedStyle: cyanogenmod.app.CustomTile$ExpandedItem[] getExpandedItems() +androidx.appcompat.R$styleable: int AppCompatTextHelper_android_textAppearance +androidx.viewpager2.R$id: int tag_transition_group +okio.Base64: Base64() +okhttp3.internal.connection.StreamAllocation$StreamAllocationReference: java.lang.Object callStackTrace +wangdaye.com.geometricweather.R$integer: int bottom_sheet_slide_duration +retrofit2.OkHttpCall +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer ragweedIndex +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: boolean registerChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_visibility +okhttp3.OkHttpClient: java.util.List connectionSpecs +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric: AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric() +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_actionLayout +androidx.viewpager2.R$id: int accessibility_custom_action_25 +okhttp3.internal.cache.FaultHidingSink: void write(okio.Buffer,long) +okhttp3.EventListener$2 +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_scaleX +com.turingtechnologies.materialscrollbar.R$style: int Base_V21_Theme_AppCompat_Light_Dialog +androidx.vectordrawable.R$dimen: int notification_top_pad_large_text +androidx.transition.R$id: int info +com.google.android.material.R$id: int dragUp +com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_stroke_color_selector +com.google.android.material.R$attr: int materialAlertDialogBodyTextStyle +androidx.viewpager.R$attr: int fontProviderQuery +com.google.android.material.R$styleable: int Variant_region_widthLessThan +okhttp3.ConnectionPool: java.net.Socket deduplicate(okhttp3.Address,okhttp3.internal.connection.StreamAllocation) +cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator sAlwaysTrueValidator +com.google.android.material.R$style: int TestStyleWithLineHeightAppearance +androidx.lifecycle.ProcessLifecycleOwnerInitializer: android.net.Uri insert(android.net.Uri,android.content.ContentValues) +wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_disableDependentsState +com.google.android.material.R$styleable: int AppBarLayout_liftOnScrollTargetViewId +wangdaye.com.geometricweather.R$string: int content_des_moonrise +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getGrassIndex() +androidx.transition.R$id: int icon +com.turingtechnologies.materialscrollbar.R$id: int progress_horizontal +retrofit2.RequestFactory$Builder: okhttp3.Headers headers +wangdaye.com.geometricweather.R$attr: int shapeAppearanceLargeComponent +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Button +android.support.v4.os.IResultReceiver$Default: void send(int,android.os.Bundle) +com.google.android.material.floatingactionbutton.FloatingActionButton: void setBackgroundColor(int) +androidx.swiperefreshlayout.R$color: int notification_action_color_filter +wangdaye.com.geometricweather.R$dimen: int mtrl_low_ripple_default_alpha +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Imperial +wangdaye.com.geometricweather.R$styleable: int MaterialTextView_android_lineHeight +com.turingtechnologies.materialscrollbar.R$attr: int listPreferredItemHeight +androidx.preference.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_paddingBottom +wangdaye.com.geometricweather.R$color: int colorTextSubtitle +cyanogenmod.weather.CMWeatherManager$2$2: cyanogenmod.weather.CMWeatherManager$LookupCityRequestListener val$listener +cyanogenmod.profiles.ConnectionSettings$1: java.lang.Object[] newArray(int) +wangdaye.com.geometricweather.R$attr: int contrast +wangdaye.com.geometricweather.R$drawable: int cpv_preset_checked +com.google.android.material.R$styleable: int[] AppCompatImageView +androidx.appcompat.R$style: int Widget_AppCompat_Toolbar_Button_Navigation +com.google.android.material.progressindicator.ProgressIndicator: com.google.android.material.progressindicator.IndeterminateDrawable getIndeterminateDrawable() +androidx.constraintlayout.widget.R$styleable: int KeyPosition_curveFit +com.xw.repo.bubbleseekbar.R$string: R$string() +com.baidu.location.d.a$a +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +androidx.appcompat.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity +androidx.dynamicanimation.R$styleable: int GradientColor_android_endX +androidx.customview.R$dimen: int compat_notification_large_icon_max_height +com.jaredrummler.android.colorpicker.R$style: int Preference_Information_Material +james.adaptiveicon.AdaptiveIconView: AdaptiveIconView(android.content.Context) +wangdaye.com.geometricweather.R$anim: int btn_checkbox_to_unchecked_check_path_merged_animation +androidx.viewpager.R$drawable: int notification_bg_low_normal +com.google.android.material.R$dimen: int mtrl_badge_radius +wangdaye.com.geometricweather.R$attr: int progress +wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property CityId +wangdaye.com.geometricweather.R$font: int product_sans_light_italic +com.google.android.material.R$styleable: int Constraint_layout_editor_absoluteX +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String weatherStart +androidx.constraintlayout.widget.R$styleable: int Toolbar_contentInsetLeft +james.adaptiveicon.R$style: int Base_Theme_AppCompat_Dialog_FixedSize +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable +io.reactivex.internal.util.HashMapSupplier: java.util.Map call() +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_barrierAllowsGoneWidgets +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeRainPrecipitationProbability +androidx.fragment.R$id: int action_container +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_AES_256_CBC_SHA256 +com.github.rahatarmanahmed.cpv.BuildConfig: int VERSION_CODE +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_editor_absoluteY +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_android_disableDependentsState +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub +androidx.appcompat.resources.R$id: int right_icon +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WindSpeed +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_90 +com.google.android.material.slider.BaseSlider: void setThumbStrokeWidth(float) +com.google.android.material.internal.NavigationMenuItemView: void setTextColor(android.content.res.ColorStateList) +okio.ByteString: okio.ByteString substring(int,int) +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String INSTALL_TIME +io.reactivex.internal.queue.SpscArrayQueue: boolean offer(java.lang.Object) +com.google.android.material.R$id: int mtrl_picker_fullscreen +com.xw.repo.bubbleseekbar.R$attr: int height +androidx.preference.R$attr: int buttonBarNegativeButtonStyle +com.google.android.material.chip.ChipGroup: void setChipSpacingHorizontalResource(int) +androidx.constraintlayout.widget.R$attr: int touchAnchorId +james.adaptiveicon.R$id: int action_menu_divider io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void onSubscribe(org.reactivestreams.Subscription) -cyanogenmod.providers.DataUsageContract: int COLUMN_OF_SLOW_SAMPLES -io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource[],io.reactivex.functions.Function) -androidx.lifecycle.LifecycleService: androidx.lifecycle.Lifecycle getLifecycle() -com.google.android.material.tabs.TabLayout: void setSelectedTabIndicator(android.graphics.drawable.Drawable) -androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_font -androidx.preference.R$dimen: int compat_button_padding_vertical_material -com.google.android.material.R$id: int selection_type -com.xw.repo.bubbleseekbar.R$attr: int bsb_is_float_type -androidx.appcompat.R$color: int abc_btn_colored_text_material -androidx.constraintlayout.widget.R$id: int titleDividerNoCustom -androidx.lifecycle.SavedStateHandleController$1: androidx.savedstate.SavedStateRegistry val$registry -com.turingtechnologies.materialscrollbar.R$style: R$style() -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionButton -androidx.appcompat.view.menu.ExpandedMenuView: ExpandedMenuView(android.content.Context,android.util.AttributeSet,int) -okhttp3.internal.ws.RealWebSocket: java.util.concurrent.ScheduledExecutorService executor -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: java.lang.String getUpdateIntervalName(android.content.Context) -wangdaye.com.geometricweather.R$attr: int bsb_max -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintCircleRadius -wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String getType() -okhttp3.internal.cache.CacheInterceptor -cyanogenmod.app.CMContextConstants: java.lang.String CM_LIVE_LOCK_SCREEN_SERVICE -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_verticalBias -wangdaye.com.geometricweather.R$attr: int buttonBarPositiveButtonStyle -com.xw.repo.bubbleseekbar.R$id: int custom -androidx.viewpager.R$styleable: int GradientColor_android_gradientRadius -androidx.appcompat.R$color -retrofit2.ParameterHandler$1 -androidx.hilt.work.R$styleable: int Fragment_android_name -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse -android.didikee.donate.R$style: int Widget_AppCompat_RatingBar_Indicator -cyanogenmod.externalviews.ExternalViewProperties: android.view.View mView -retrofit2.converter.gson.GsonConverterFactory: GsonConverterFactory(com.google.gson.Gson) -androidx.dynamicanimation.R$styleable: int FontFamilyFont_fontWeight -com.google.android.material.R$color: int mtrl_btn_text_btn_bg_color_selector -com.google.android.material.textfield.TextInputLayout: void setEndIconActivated(boolean) -cyanogenmod.app.Profile: void removeProfileGroup(java.util.UUID) -androidx.constraintlayout.widget.R$string: int abc_menu_space_shortcut_label -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setContentDescription(int) -wangdaye.com.geometricweather.R$styleable: int Toolbar_android_gravity -wangdaye.com.geometricweather.R$attr: int constraintSet -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: ChineseCityEntity() -james.adaptiveicon.R$attr: int autoSizePresetSizes -androidx.drawerlayout.widget.DrawerLayout: DrawerLayout(android.content.Context,android.util.AttributeSet) -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: boolean hasCompleted() -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu -wangdaye.com.geometricweather.db.entities.LocationEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) -android.didikee.donate.R$attr: int dividerPadding -okhttp3.internal.http2.Http2Connection: java.util.concurrent.ScheduledExecutorService writerExecutor -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWindSpeed -androidx.lifecycle.SavedStateHandle: androidx.lifecycle.MutableLiveData getLiveDataInternal(java.lang.String,boolean,java.lang.Object) -androidx.lifecycle.ClassesInfoCache$MethodReference -com.google.android.material.R$styleable: int FontFamilyFont_android_ttcIndex -okhttp3.internal.cache.InternalCache: void trackResponse(okhttp3.internal.cache.CacheStrategy) -androidx.appcompat.resources.R$id: int accessibility_action_clickable_span -com.jaredrummler.android.colorpicker.R$dimen: int notification_small_icon_background_padding -com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_default_mtrl_shape -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeApparentTemperature -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float ice -retrofit2.Utils: okhttp3.ResponseBody buffer(okhttp3.ResponseBody) -com.jaredrummler.android.colorpicker.R$color: int switch_thumb_disabled_material_light -androidx.fragment.R$id: R$id() -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: int getMainTextColorResId() -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_TextInputLayout -wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: SunMoonView(android.content.Context,android.util.AttributeSet,int) -com.turingtechnologies.materialscrollbar.R$color: int dim_foreground_material_dark -wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle CIRCULAR -cyanogenmod.app.Profile$TriggerState: int ON_DISCONNECT -com.google.android.material.slider.BaseSlider: int getThumbRadius() -android.didikee.donate.R$styleable: int[] AppCompatImageView -androidx.dynamicanimation.R$id: int normal -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property Latitude -com.google.android.material.R$attr: int horizontalOffset -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_endY -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: wangdaye.com.geometricweather.db.converters.WeatherCodeConverter weatherCodeConverter -okhttp3.internal.http2.PushObserver$1: boolean onData(int,okio.BufferedSource,int,boolean) -androidx.preference.R$styleable: int[] SwitchPreferenceCompat -androidx.constraintlayout.widget.R$styleable: int[] SwitchCompat -wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_active_item_min_width -retrofit2.Utils$WildcardTypeImpl: java.lang.reflect.Type upperBound -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getWeatherStart() -james.adaptiveicon.R$id: int search_plate -okhttp3.Cache$CacheResponseBody$1 -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$DailyTemperature temperature -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: void setValue(java.lang.String) -com.bumptech.glide.load.DecodeFormat: com.bumptech.glide.load.DecodeFormat valueOf(java.lang.String) -retrofit2.KotlinExtensions$await$4$2: KotlinExtensions$await$4$2(kotlinx.coroutines.CancellableContinuation) -androidx.preference.MultiSelectListPreferenceDialogFragmentCompat: MultiSelectListPreferenceDialogFragmentCompat() -cyanogenmod.app.CustomTile$ExpandedItem: java.lang.String toString() -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_fontWeight -androidx.fragment.R$dimen: int notification_right_side_padding_top -com.google.android.material.R$dimen: int tooltip_margin -com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_TabView +okhttp3.Handshake +okhttp3.CertificatePinner$Pin +wangdaye.com.geometricweather.R$attr: int flow_lastHorizontalBias +io.reactivex.internal.functions.Functions$NaturalComparator: io.reactivex.internal.functions.Functions$NaturalComparator[] values() +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_android_summaryOff +com.google.android.material.internal.CheckableImageButton: void setPressable(boolean) +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_indeterminateProgressStyle +io.reactivex.disposables.RunnableDisposable: void onDisposed(java.lang.Runnable) +com.google.android.gms.base.R$id: int standard +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getRagweedDescription() +androidx.appcompat.R$id: int wrap_content +com.google.android.material.R$id: int tag_unhandled_key_listeners +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_statusBarScrim +james.adaptiveicon.R$style: int Platform_AppCompat +androidx.drawerlayout.R$id: int right_icon +androidx.preference.R$styleable: int SeekBarPreference_android_layout +androidx.recyclerview.R$styleable: int FontFamily_fontProviderCerts +com.google.android.material.R$styleable: int AppCompatTheme_dividerHorizontal +androidx.dynamicanimation.R$styleable: int GradientColor_android_endColor +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_weight +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Medium +wangdaye.com.geometricweather.R$color: int colorSearchBarBackground +wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: void setPosition(int) +com.google.android.material.textfield.TextInputLayout: android.graphics.drawable.Drawable getStartIconDrawable() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float no2 +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleTextAppearance +androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_Dark +okhttp3.internal.tls.DistinguishedNameParser: int beg +com.jaredrummler.android.colorpicker.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: boolean access$702(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl,boolean) +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle +wangdaye.com.geometricweather.R$layout: int item_details +com.google.android.material.R$styleable: int ActionBar_backgroundStacked +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: org.reactivestreams.Subscriber downstream +androidx.constraintlayout.widget.R$attr: int trackTint +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintStart_toStartOf +com.google.android.material.R$styleable: int TextAppearance_android_shadowDx +wangdaye.com.geometricweather.common.basic.models.weather.Astro: java.util.Date getRiseDate() +okhttp3.internal.platform.AndroidPlatform$CloseGuard: AndroidPlatform$CloseGuard(java.lang.reflect.Method,java.lang.reflect.Method,java.lang.reflect.Method) +okhttp3.internal.http2.Huffman: void addCode(int,int,byte) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setLocationKey(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int Variant_constraints +com.google.android.material.R$styleable: int AppCompatTextHelper_android_drawableTop +android.didikee.donate.R$style: int Platform_AppCompat +androidx.constraintlayout.widget.R$styleable: int Constraint_android_orientation +androidx.preference.R$style: int Widget_AppCompat_Light_ActionMode_Inverse +cyanogenmod.externalviews.ExternalView$8: ExternalView$8(cyanogenmod.externalviews.ExternalView) +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat_Dialog +com.jaredrummler.android.colorpicker.R$attr: int seekBarPreferenceStyle +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String getUnitId() +com.google.android.material.R$styleable: int KeyAttribute_android_elevation +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setId(java.lang.Long) +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_iconTintMode +james.adaptiveicon.R$layout: int abc_expanded_menu_layout +okhttp3.OkHttpClient$Builder: okhttp3.ConnectionPool connectionPool +okhttp3.internal.connection.RealConnection: okhttp3.Protocol protocol +cyanogenmod.providers.CMSettings$Secure: java.lang.String LOCKSCREEN_TARGETS +com.google.android.material.R$styleable: int Constraint_android_scaleX +retrofit2.Retrofit$Builder: Retrofit$Builder(retrofit2.Retrofit) com.bumptech.glide.R$id: int tag_unhandled_key_listeners -androidx.hilt.work.R$dimen: int compat_button_padding_horizontal_material -androidx.appcompat.R$attr: int listPreferredItemPaddingEnd -james.adaptiveicon.R$attr: int buttonBarStyle -io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(int) -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner -cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent OVERLAY -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_android_baselineAligned -com.jaredrummler.android.colorpicker.R$attr: int textAppearanceListItemSecondary -com.bumptech.glide.R$drawable: int notification_action_background -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver -androidx.appcompat.R$color: int abc_background_cache_hint_selector_material_light -android.didikee.donate.R$styleable: int MenuView_android_windowAnimationStyle -okio.HashingSource: HashingSource(okio.Source,okio.ByteString,java.lang.String) -wangdaye.com.geometricweather.R$styleable: int Toolbar_collapseContentDescription -com.google.android.material.R$styleable: int Transform_android_scaleY -com.turingtechnologies.materialscrollbar.R$attr: int expandActivityOverflowButtonDrawable -com.google.android.material.progressindicator.ProgressIndicator: void setIndeterminate(boolean) -james.adaptiveicon.R$attr: int actionModeSelectAllDrawable -androidx.appcompat.R$dimen: int tooltip_horizontal_padding -com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_radio_to_on_mtrl_015 -wangdaye.com.geometricweather.R$drawable: int notif_temp_31 -com.google.gson.stream.JsonReader: int[] stack -cyanogenmod.app.ProfileManager: java.util.UUID NO_PROFILE -com.xw.repo.bubbleseekbar.R$drawable: int abc_list_selector_holo_dark -wangdaye.com.geometricweather.R$attr: int behavior_saveFlags -com.google.android.material.R$dimen: int mtrl_btn_snackbar_margin_horizontal -androidx.preference.R$styleable: int TextAppearance_android_shadowDy -com.amap.api.location.AMapLocationClient: void disableBackgroundLocation(boolean) -com.github.rahatarmanahmed.cpv.R$attr: int cpv_animSyncDuration -androidx.viewpager2.R$string: R$string() -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void onStop() -wangdaye.com.geometricweather.R$string: int settings_title_notification_style -com.xw.repo.bubbleseekbar.R$attr: int background -androidx.coordinatorlayout.R$id: int line3 -wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_title -androidx.swiperefreshlayout.R$attr: int font -androidx.preference.R$styleable: int TextAppearance_android_fontFamily -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setOnLayoutChangeListener(com.google.android.material.snackbar.BaseTransientBottomBar$OnLayoutChangeListener) -com.google.android.material.R$drawable: int abc_ic_star_half_black_48dp -org.greenrobot.greendao.AbstractDao: void detachAll() -androidx.constraintlayout.helper.widget.Flow: void setPadding(int) -androidx.appcompat.R$style: int Theme_AppCompat_DayNight -androidx.appcompat.R$styleable: int[] AlertDialog -androidx.hilt.lifecycle.R$styleable: int GradientColor_android_endY -james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarTheme -james.adaptiveicon.R$styleable: int LinearLayoutCompat_measureWithLargestChild -androidx.activity.R$layout: int notification_action -androidx.coordinatorlayout.R$id: int accessibility_custom_action_18 -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle -androidx.appcompat.R$styleable: int MenuItem_actionLayout -com.google.android.material.bottomnavigation.BottomNavigationItemView: BottomNavigationItemView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$attr: int paddingEnd -com.xw.repo.bubbleseekbar.R$layout: int abc_list_menu_item_radio -retrofit2.ParameterHandler$QueryMap: int p -retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$2: java.lang.Object invoke(java.lang.Object) -cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String HOUR -android.didikee.donate.R$styleable: int AppCompatTheme_actionModeCopyDrawable -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$LocalSource: AccuCurrentResult$LocalSource() -com.google.android.material.R$styleable: int TextInputLayout_expandedHintEnabled -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_Switch -okhttp3.internal.http2.Header: java.lang.String RESPONSE_STATUS_UTF8 -cyanogenmod.profiles.LockSettings: LockSettings(android.os.Parcel) -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_horizontalAlign -com.jaredrummler.android.colorpicker.R$integer: int abc_config_activityDefaultDur -com.google.android.material.R$attr: int contentScrim -wangdaye.com.geometricweather.R$attr: int thumbTint -com.google.android.material.R$attr: int snackbarButtonStyle -wangdaye.com.geometricweather.R$color: int secondary_text_default_material_dark -cyanogenmod.themes.ThemeManager$2$1: void run() -wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_allowCustom -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum: int UnitType -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Imperial: AccuCurrentResult$Pressure$Imperial() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating: AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating() -wangdaye.com.geometricweather.R$styleable: int Preference_android_layout -com.xw.repo.bubbleseekbar.R$attr: int paddingStart -cyanogenmod.providers.CMSettings$3: boolean validate(java.lang.String) -com.google.android.material.R$attr: int chipStandaloneStyle -androidx.appcompat.R$styleable: int AppCompatTheme_actionDropDownStyle -com.google.android.material.R$color: int design_fab_shadow_start_color -io.reactivex.Observable: io.reactivex.Observable debounce(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -androidx.preference.R$drawable: int abc_textfield_default_mtrl_alpha -com.jaredrummler.android.colorpicker.R$attr: int height -androidx.constraintlayout.widget.R$color: int abc_primary_text_material_dark -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonBarStyle -wangdaye.com.geometricweather.R$attr: int chipStandaloneStyle -james.adaptiveicon.R$attr: int tintMode -android.didikee.donate.R$color: int abc_search_url_text -wangdaye.com.geometricweather.R$styleable: int AlertDialog_buttonIconDimen -okhttp3.internal.tls.OkHostnameVerifier: java.util.List allSubjectAltNames(java.security.cert.X509Certificate) -com.google.android.material.R$attr: int touchAnchorSide -com.turingtechnologies.materialscrollbar.R$styleable: int[] CoordinatorLayout_Layout -com.google.android.material.R$style: int Base_Theme_AppCompat_Light -com.turingtechnologies.materialscrollbar.R$styleable: int[] SearchView -cyanogenmod.app.CustomTile$Builder: int mIcon -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Imperial: double Value -cyanogenmod.os.Concierge$ParcelInfo: int mSizePosition -james.adaptiveicon.R$attr: int actionBarTabStyle -androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type BASELINE -androidx.preference.R$anim: int abc_fade_out -com.xw.repo.bubbleseekbar.R$attr: int searchViewStyle -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarStyle -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: org.reactivestreams.Subscription receiver -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintStart_toEndOf -androidx.drawerlayout.widget.DrawerLayout: void setStatusBarBackground(int) -cyanogenmod.power.IPerformanceManager$Stub: int TRANSACTION_getNumberOfProfiles -androidx.hilt.lifecycle.R$dimen: int compat_notification_large_icon_max_height -com.jaredrummler.android.colorpicker.R$attr: int layout_insetEdge -androidx.appcompat.app.WindowDecorActionBar -androidx.constraintlayout.widget.R$attr: int flow_lastHorizontalStyle -io.reactivex.internal.util.NotificationLite: io.reactivex.disposables.Disposable getDisposable(java.lang.Object) -android.didikee.donate.R$attr: int background -wangdaye.com.geometricweather.R$color: int abc_secondary_text_material_light -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionDropDownStyle -com.google.android.material.R$layout: int material_time_input -com.google.android.material.R$attr: int tabIndicatorGravity -com.xw.repo.bubbleseekbar.R$attr: int dividerPadding -cyanogenmod.os.Build: android.util.SparseArray sdkMap -com.google.android.material.R$attr: int fontFamily -wangdaye.com.geometricweather.R$styleable: int ChipGroup_selectionRequired -androidx.appcompat.widget.FitWindowsFrameLayout: FitWindowsFrameLayout(android.content.Context) -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: boolean disposed -wangdaye.com.geometricweather.R$styleable: int OnSwipe_dragThreshold -okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection build() -com.google.android.material.bottomnavigation.BottomNavigationView: int getLabelVisibilityMode() -com.google.android.gms.common.server.response.FastJsonResponse$Field: com.google.android.gms.common.server.response.zaj CREATOR -com.turingtechnologies.materialscrollbar.R$anim: int design_snackbar_in -cyanogenmod.app.CustomTile$ExpandedStyle: CustomTile$ExpandedStyle(android.os.Parcel) -wangdaye.com.geometricweather.R$id: int dialog_minimal_icon_xmlIcon -wangdaye.com.geometricweather.R$drawable: int weather_hail_1 -com.google.android.material.appbar.AppBarLayout: void setElevation(float) -com.baidu.location.e.h$c: com.baidu.location.e.h$c e -wangdaye.com.geometricweather.R$styleable: int MaterialCardView_strokeWidth -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: java.lang.Object[] latest -okhttp3.logging.HttpLoggingInterceptor: java.nio.charset.Charset UTF8 -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index o3 -com.jaredrummler.android.colorpicker.ColorPickerView: void setColor(int) -androidx.appcompat.view.menu.ActionMenuItemView: void setCheckable(boolean) -okhttp3.internal.http2.Http2: byte FLAG_END_STREAM -wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode -wangdaye.com.geometricweather.db.entities.DaoMaster: org.greenrobot.greendao.AbstractDaoSession newSession() -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_week_3 -okhttp3.internal.connection.RouteSelector$Selection: boolean hasNext() -wangdaye.com.geometricweather.R$string: int thanks -com.google.android.material.slider.RangeSlider$RangeSliderState -androidx.loader.R$styleable: int FontFamily_fontProviderCerts -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex yesterday -wangdaye.com.geometricweather.R$styleable: int Toolbar_logoDescription -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_textAllCaps -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon -james.adaptiveicon.R$styleable: int ButtonBarLayout_allowStacking -wangdaye.com.geometricweather.R$id: int withText -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_minHeight -com.xw.repo.bubbleseekbar.R$attr: int spinnerStyle -okio.ByteString: okio.ByteString EMPTY -wangdaye.com.geometricweather.R$string: int action_alert -wangdaye.com.geometricweather.R$styleable: int[] MockView -wangdaye.com.geometricweather.R$string: int settings_notification_hide_big_view_on -wangdaye.com.geometricweather.R$styleable: int MenuItem_contentDescription -androidx.preference.R$style: int Theme_AppCompat_Dialog_MinWidth -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowActionBarOverlay -com.google.android.gms.common.internal.zau: android.os.Parcelable$Creator CREATOR -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: io.reactivex.Scheduler$Worker worker -com.google.android.material.R$style: int Base_TextAppearance_MaterialComponents_Subtitle2 -com.jaredrummler.android.colorpicker.R$style: int Base_V21_Theme_AppCompat_Light -com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_INIT -com.turingtechnologies.materialscrollbar.R$color: int abc_btn_colored_text_material -androidx.appcompat.R$styleable: int[] SwitchCompat -androidx.constraintlayout.widget.R$color: int switch_thumb_material_dark -androidx.coordinatorlayout.R$dimen: int notification_top_pad_large_text -wangdaye.com.geometricweather.remoteviews.config.MultiCityWidgetConfigActivity -wangdaye.com.geometricweather.R$styleable: int Constraint_android_orientation -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_goneMarginTop -androidx.work.impl.WorkDatabase: WorkDatabase() -androidx.viewpager2.R$id: int forever -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_small_material -wangdaye.com.geometricweather.remoteviews.config.Hilt_TextWidgetConfigActivity -wangdaye.com.geometricweather.R$dimen: int material_filled_edittext_font_2_0_padding_top -org.greenrobot.greendao.AbstractDao: void delete(java.lang.Object) -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: io.reactivex.Observer downstream -com.bumptech.glide.R$styleable: int GradientColor_android_startX -androidx.preference.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse -androidx.work.NetworkType: androidx.work.NetworkType NOT_ROAMING -okhttp3.internal.http2.PushObserver: boolean onData(int,okio.BufferedSource,int,boolean) -wangdaye.com.geometricweather.R$dimen: int material_emphasis_medium -androidx.constraintlayout.widget.R$styleable: int Constraint_android_alpha -retrofit2.ParameterHandler$PartMap: retrofit2.Converter valueConverter -androidx.lifecycle.ViewModelProvider: androidx.lifecycle.ViewModel get(java.lang.String,java.lang.Class) -androidx.constraintlayout.widget.R$color: int abc_secondary_text_material_dark -androidx.preference.R$styleable: int AppCompatTheme_actionBarItemBackground -com.google.gson.stream.JsonToken +com.xw.repo.bubbleseekbar.R$color: int abc_color_highlight_material +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void clear() +cyanogenmod.profiles.StreamSettings$1: java.lang.Object[] newArray(int) +com.google.android.material.internal.ScrimInsetsFrameLayout: void setDrawBottomInsetForeground(boolean) +androidx.preference.R$string: int abc_capital_on +cyanogenmod.weatherservice.IWeatherProviderService: void setServiceClient(cyanogenmod.weatherservice.IWeatherProviderServiceClient) +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property District +androidx.activity.R$id: int chronometer +wangdaye.com.geometricweather.R$id: int snapMargins +com.google.android.material.appbar.MaterialToolbar: void setNavigationIcon(android.graphics.drawable.Drawable) +androidx.constraintlayout.widget.R$drawable: int abc_tab_indicator_material +com.google.android.material.R$attr: int enforceMaterialTheme +androidx.viewpager2.R$styleable: int FontFamily_fontProviderQuery +wangdaye.com.geometricweather.R$array: int week_icon_modes +com.google.android.material.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.HalfDay[] halfDays +com.xw.repo.bubbleseekbar.R$drawable: int abc_cab_background_internal_bg +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_Bridge +com.bumptech.glide.integration.okhttp.R$id: int text +wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.AlertEntity) +android.didikee.donate.R$style: int Base_Widget_AppCompat_EditText +cyanogenmod.externalviews.ExternalViewProviderService$1: android.os.IBinder createExternalView(android.os.Bundle) +cyanogenmod.providers.CMSettings$Secure: boolean putString(android.content.ContentResolver,java.lang.String,java.lang.String) +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String LOCK_WALLPAPER_PREVIEW +com.xw.repo.bubbleseekbar.R$drawable: int notification_icon_background +wangdaye.com.geometricweather.R$attr: int maxVelocity +okhttp3.internal.ws.RealWebSocket: long queueSize +okhttp3.CacheControl +androidx.appcompat.R$styleable: int Toolbar_contentInsetStartWithNavigation +com.bumptech.glide.R$styleable: int GradientColor_android_startY +com.google.android.material.R$attr: int materialCalendarHeaderTitle +com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu +com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getTrackTintList() +com.google.android.material.R$attr: int textAppearanceButton +androidx.viewpager.R$styleable: int FontFamilyFont_font +com.google.android.gms.common.annotation.KeepName +com.google.android.material.R$styleable: int Constraint_barrierAllowsGoneWidgets +com.google.android.material.R$styleable: int MockView_mock_showLabel +com.google.android.material.slider.BaseSlider: void setSeparationUnit(int) +com.google.android.material.R$color: int mtrl_navigation_item_icon_tint +wangdaye.com.geometricweather.R$styleable: int Toolbar_android_minHeight +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384 +androidx.appcompat.R$styleable: int StateListDrawable_android_enterFadeDuration +cyanogenmod.app.CustomTile$ExpandedListItem: void setExpandedListItemSummary(java.lang.String) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ListView_DropDown +james.adaptiveicon.R$color: int primary_text_disabled_material_dark +com.amap.api.location.APSService: void onCreate(android.content.Context) +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: java.lang.Object poll() +androidx.drawerlayout.R$attr: int fontProviderFetchTimeout +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_Switch +james.adaptiveicon.R$styleable: int AppCompatSeekBar_tickMarkTint +com.jaredrummler.android.colorpicker.R$style: int Preference_PreferenceScreen +androidx.preference.R$style: int Preference_DialogPreference_EditTextPreference +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_fontFamily +com.turingtechnologies.materialscrollbar.R$style: int Base_V21_Theme_AppCompat_Dialog +androidx.viewpager2.R$attr: int fontWeight +wangdaye.com.geometricweather.R$styleable: int Chip_showMotionSpec +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_analogContainer_light +com.google.android.material.R$drawable: int ic_mtrl_chip_checked_black +com.google.android.material.R$styleable: int[] ActionMenuView +io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource[],io.reactivex.functions.Function,int) +androidx.viewpager.R$styleable: int FontFamilyFont_android_ttcIndex +com.google.android.material.tabs.TabLayout: TabLayout(android.content.Context,android.util.AttributeSet) +android.didikee.donate.R$styleable: int AppCompatSeekBar_tickMarkTint +android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_contentInsetStartWithNavigation +androidx.fragment.R$id: int notification_background +com.turingtechnologies.materialscrollbar.R$id: int transition_layout_save +wangdaye.com.geometricweather.R$styleable: int LiveLockScreen_settingsActivity +com.jaredrummler.android.colorpicker.R$attr: int layoutManager +okhttp3.internal.http2.Http2Connection$PingRunnable: Http2Connection$PingRunnable(okhttp3.internal.http2.Http2Connection,boolean,int,int) +okio.Timeout: okio.Timeout clearDeadline() +androidx.appcompat.R$color: R$color() +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_track_color +androidx.work.impl.WorkManagerInitializer: WorkManagerInitializer() +androidx.preference.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle +com.google.android.material.R$drawable: int abc_tab_indicator_material +android.didikee.donate.R$drawable: int abc_ratingbar_small_material +androidx.appcompat.R$styleable: int AppCompatTextView_autoSizeMinTextSize +androidx.appcompat.R$styleable: int[] MenuGroup +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_subtitleTextColor +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property CityId +cyanogenmod.weather.WeatherInfo$DayForecast$Builder: cyanogenmod.weather.WeatherInfo$DayForecast$Builder setLow(double) +androidx.recyclerview.widget.RecyclerView: boolean isLayoutSuppressed() +wangdaye.com.geometricweather.R$drawable: int ic_temperature_kelvin +com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_menu_selectall_mtrl_alpha +io.reactivex.Observable: io.reactivex.Observable fromFuture(java.util.concurrent.Future,long,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Button_Colored +androidx.preference.R$drawable: int abc_ab_share_pack_mtrl_alpha +com.google.android.material.R$styleable: int AppCompatTextHelper_android_drawableEnd +androidx.appcompat.R$drawable: int abc_ic_menu_cut_mtrl_alpha +wangdaye.com.geometricweather.R$string: int content_des_m3 +cyanogenmod.weatherservice.ServiceRequest: cyanogenmod.weatherservice.IWeatherProviderServiceClient mClient +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Imperial: AccuCurrentResult$Wind$Speed$Imperial() +com.xw.repo.bubbleseekbar.R$attr: int popupTheme +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: float getTrimPathStart() +android.didikee.donate.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle +wangdaye.com.geometricweather.R$color: int mtrl_filled_background_color +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilitySnow +androidx.appcompat.R$drawable: int abc_switch_track_mtrl_alpha +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void innerError(io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver,java.lang.Throwable) +androidx.appcompat.widget.Toolbar: android.graphics.drawable.Drawable getLogo() +androidx.hilt.R$id: int action_image +androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State STARTED +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderCancelButton +androidx.constraintlayout.widget.R$attr: int layout_constraintGuide_begin +okhttp3.ConnectionPool: void evictAll() +io.reactivex.internal.util.VolatileSizeArrayList: java.util.List subList(int,int) +androidx.preference.R$styleable: int LinearLayoutCompat_android_orientation +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constrainedWidth +okio.GzipSource: void consumeTrailer() +com.google.android.material.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight +com.google.android.material.appbar.HeaderBehavior: HeaderBehavior() +wangdaye.com.geometricweather.R$styleable: int Chip_closeIconEndPadding +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_CompoundButton_Switch +retrofit2.CallAdapter: java.lang.reflect.Type responseType() +wangdaye.com.geometricweather.R$attr: int unfold +androidx.constraintlayout.widget.R$styleable: int Constraint_android_elevation +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: java.lang.Integer alti +wangdaye.com.geometricweather.R$styleable: int CardView_cardPreventCornerOverlap +androidx.preference.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle +com.google.android.material.R$attr: int shapeAppearanceLargeComponent +androidx.appcompat.R$styleable: int ActionBarLayout_android_layout_gravity +okhttp3.internal.platform.AndroidPlatform: boolean api24IsCleartextTrafficPermitted(java.lang.String,java.lang.Class,java.lang.Object) +com.google.android.material.R$attr: int deltaPolarAngle +wangdaye.com.geometricweather.R$id: int chronometer +android.didikee.donate.R$id: int progress_circular +android.didikee.donate.R$attr: int buttonBarStyle +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu +wangdaye.com.geometricweather.R$animator: int weather_thunder_1 +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Speed: java.lang.String Unit +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Tooltip +com.bumptech.glide.R$drawable: int notification_bg +androidx.appcompat.R$styleable: int ActionBar_indeterminateProgressStyle +com.google.android.material.R$styleable: int Chip_chipStrokeWidth +androidx.preference.R$styleable: int DrawerArrowToggle_arrowHeadLength +android.didikee.donate.R$id: int expanded_menu +wangdaye.com.geometricweather.R$styleable: int[] RecycleListView +wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_2 +com.xw.repo.bubbleseekbar.R$color: int abc_search_url_text_pressed +com.turingtechnologies.materialscrollbar.R$color: int mtrl_textinput_disabled_color +james.adaptiveicon.R$attr: int collapseIcon +okhttp3.internal.connection.ConnectionSpecSelector: boolean connectionFailed(java.io.IOException) +okhttp3.CertificatePinner$Pin: java.lang.String pattern +cyanogenmod.profiles.RingModeSettings: cyanogenmod.profiles.RingModeSettings fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) +androidx.legacy.coreutils.R$styleable: int FontFamily_fontProviderCerts +wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.String getUVDescription() +okhttp3.Response$Builder: okhttp3.Response priorResponse +com.xw.repo.bubbleseekbar.R$color: int bright_foreground_disabled_material_light +okhttp3.internal.http2.Http2Writer: void close() +android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid +wangdaye.com.geometricweather.R$styleable: int Preference_android_dependency +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getWindDircEnd() +com.jaredrummler.android.colorpicker.R$id: int seekbar +com.amap.api.location.CoordinateConverter$CoordType +okio.SegmentedByteString: java.lang.String string(java.nio.charset.Charset) +com.turingtechnologies.materialscrollbar.R$id: int notification_background +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_rebuildResourceCache +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getRelativeHumidity() +io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: UnicastSubject$UnicastQueueDisposable(io.reactivex.subjects.UnicastSubject) +com.google.android.material.R$styleable: int[] ExtendedFloatingActionButton_Behavior_Layout +wangdaye.com.geometricweather.R$styleable: int AlertDialog_buttonPanelSideLayout +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setComponent(java.lang.String,java.lang.String) +androidx.appcompat.R$attr: int actionModeCloseDrawable +james.adaptiveicon.R$styleable: int RecycleListView_paddingBottomNoButtons +com.google.android.material.R$style: int Theme_Design_NoActionBar +com.google.android.material.floatingactionbutton.FloatingActionButton: FloatingActionButton(android.content.Context,android.util.AttributeSet) +androidx.work.R$bool: R$bool() +androidx.preference.R$style: int TextAppearance_AppCompat_Body2 +wangdaye.com.geometricweather.R$string: int material_timepicker_hour +com.turingtechnologies.materialscrollbar.R$string: R$string() +cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.ICMHardwareService sService +io.reactivex.Observable: io.reactivex.Observable concat(io.reactivex.ObservableSource) +io.reactivex.Observable: io.reactivex.Observable never() +cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode mRingerMode +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView +androidx.fragment.R$id: int text2 +androidx.activity.R$id: int right_icon +com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog +wangdaye.com.geometricweather.R$id: int activity_weather_daily_container +com.google.android.material.R$styleable: int ActionBar_elevation +cyanogenmod.app.Profile: cyanogenmod.app.Profile fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_scaleY +cyanogenmod.themes.IThemeProcessingListener$Stub +androidx.preference.R$styleable: int AppCompatTheme_listMenuViewStyle +wangdaye.com.geometricweather.R$styleable: int[] SwitchCompat +com.google.android.material.slider.BaseSlider: void setFocusedThumbIndex(int) +okhttp3.OkHttpClient$Builder: void setInternalCache(okhttp3.internal.cache.InternalCache) +io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain: java.lang.String getMessage() +com.turingtechnologies.materialscrollbar.R$style: int Animation_AppCompat_DropDownUp +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: void onComplete() +cyanogenmod.app.LiveLockScreenManager: cyanogenmod.app.LiveLockScreenManager getInstance(android.content.Context) +com.turingtechnologies.materialscrollbar.R$attr: int homeLayout +androidx.constraintlayout.widget.R$styleable: int ActionBar_contentInsetLeft +wangdaye.com.geometricweather.R$id: int TOP_END +androidx.preference.R$styleable: int AppCompatTheme_colorSwitchThumbNormal +com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_corner_radius_material +com.google.android.gms.common.Feature: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$attr: int animate_relativeTo +androidx.constraintlayout.widget.Barrier: Barrier(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$styleable: int Toolbar_titleTextColor +com.google.android.material.R$attr: int hideOnContentScroll +com.google.android.material.R$styleable: int Constraint_flow_verticalGap +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Object readKey(android.database.Cursor,int) +com.xw.repo.bubbleseekbar.R$color: int secondary_text_disabled_material_dark +okhttp3.OkHttpClient$Builder: boolean followRedirects +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Title +com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getTrackInactiveTintList() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX getWind() +wangdaye.com.geometricweather.R$drawable: int notif_temp_89 +android.didikee.donate.R$dimen: int abc_action_button_min_height_material +androidx.lifecycle.extensions.R$dimen: int notification_right_icon_size +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ProgressIndicator_Circular_Indeterminate +androidx.lifecycle.SavedStateViewModelFactory: androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory mFactory +androidx.preference.R$style: int Widget_AppCompat_CompoundButton_CheckBox +androidx.coordinatorlayout.R$styleable: int FontFamilyFont_fontStyle +android.didikee.donate.R$dimen: int highlight_alpha_material_colored +wangdaye.com.geometricweather.db.entities.MinutelyEntity: MinutelyEntity(java.lang.Long,java.lang.String,java.lang.String,java.util.Date,long,boolean,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,int,java.lang.Integer,java.lang.Integer) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean getPrecipitation() +cyanogenmod.weatherservice.WeatherProviderService: java.util.Set mWeakRequestsSet +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Dialog_MinWidth +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_125 +androidx.swiperefreshlayout.R$styleable: int[] FontFamily +com.xw.repo.bubbleseekbar.R$color: int bright_foreground_inverse_material_dark +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintVertical_chainStyle +wangdaye.com.geometricweather.common.basic.GeoDialog +okhttp3.logging.LoggingEventListener +androidx.work.WorkInfo$State: androidx.work.WorkInfo$State[] values() +com.xw.repo.bubbleseekbar.R$dimen: int notification_large_icon_width +androidx.constraintlayout.widget.R$string: int abc_activitychooserview_choose_application +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property SnowPrecipitationProbability +com.google.android.material.R$styleable: int[] ConstraintLayout_Layout +wangdaye.com.geometricweather.R$id: int action_context_bar +okio.ByteString: okio.ByteString md5() +com.bumptech.glide.integration.okhttp.R$id: int right_icon +okio.ByteString: okio.ByteString sha512() +androidx.activity.R$styleable: int GradientColor_android_gradientRadius +okio.GzipSource +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver parent +okhttp3.internal.http2.Http2Connection$Builder: boolean client +androidx.constraintlayout.widget.ConstraintLayout: void setMaxWidth(int) +com.jaredrummler.android.colorpicker.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog +androidx.appcompat.widget.SearchView$SearchAutoComplete: void setImeVisibility(boolean) +wangdaye.com.geometricweather.R$style: int Base_DialogWindowTitle_AppCompat +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xdwd +okhttp3.OkHttpClient$1: void addLenient(okhttp3.Headers$Builder,java.lang.String,java.lang.String) +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void fail(java.lang.Throwable,io.reactivex.Observer,io.reactivex.internal.queue.SpscLinkedArrayQueue) +okhttp3.internal.cache.DiskLruCache: void completeEdit(okhttp3.internal.cache.DiskLruCache$Editor,boolean) +com.google.android.material.progressindicator.ProgressIndicator: void setLinearSeamless(boolean) +androidx.constraintlayout.widget.R$dimen: int notification_top_pad +com.google.android.material.appbar.CollapsingToolbarLayout: int getExpandedTitleGravity() +androidx.legacy.coreutils.R$attr: int fontStyle +okhttp3.Cookie$Builder: okhttp3.Cookie$Builder httpOnly() +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: long serialVersionUID +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) +wangdaye.com.geometricweather.R$color: int abc_search_url_text +okhttp3.internal.cache2.Relay$RelaySource: okio.Timeout timeout +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int MOSTLY_CLOUDY_DAY +wangdaye.com.geometricweather.R$id: int dark +androidx.constraintlayout.widget.R$attr: int layout_constraintHeight_min +wangdaye.com.geometricweather.R$color: int ripple_material_light +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer apparentTemperature +com.google.android.material.R$styleable: int Constraint_layout_constraintTag +retrofit2.DefaultCallAdapterFactory +androidx.preference.R$styleable: int AppCompatTheme_alertDialogCenterButtons +androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerView$ItemAnimator getItemAnimator() +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: long index +com.google.android.material.R$attr: int layout_constraintCircle +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow +retrofit2.ParameterHandler$Headers +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property Id +com.google.android.material.slider.Slider: int getTrackSidePadding() +androidx.fragment.R$id: int tag_accessibility_heading +retrofit2.RequestFactory: boolean hasBody +com.google.gson.stream.JsonReader: java.lang.String nextString() +io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: io.reactivex.internal.operators.observable.ObservableReplay$Node getHead() +okhttp3.internal.http2.Http2Codec: java.util.List http2HeadersList(okhttp3.Request) +wangdaye.com.geometricweather.common.basic.models.weather.Base: long updateTime +wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_arrow +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_paddingEnd +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void onNext(java.lang.Object) +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast: java.util.concurrent.atomic.AtomicInteger wip +android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_ActionBar +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_Button +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_TabBar +com.amap.api.location.AMapLocationClient: void onDestroy() +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: boolean done +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getDaytimeWeatherPhase() +io.reactivex.internal.util.VolatileSizeArrayList: java.lang.Object set(int,java.lang.Object) +com.amap.api.location.AMapLocation: int describeContents() +androidx.appcompat.R$color: int bright_foreground_material_dark +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_drawableLeft +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_goneMarginEnd +androidx.lifecycle.extensions.R$attr: int fontVariationSettings +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_SearchResult_Title +com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: java.lang.String toString() +androidx.appcompat.resources.R$styleable: int FontFamilyFont_android_fontWeight +wangdaye.com.geometricweather.R$styleable: int MenuGroup_android_checkableBehavior +cyanogenmod.app.Profile: void getXmlString(java.lang.StringBuilder,android.content.Context) +james.adaptiveicon.R$style: int TextAppearance_AppCompat +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit MM +com.xw.repo.bubbleseekbar.R$dimen: int highlight_alpha_material_light +com.baidu.location.e.l$b: java.lang.String a(com.baidu.location.e.l$b,org.json.JSONObject) +androidx.core.R$dimen: int compat_control_corner_material +androidx.legacy.coreutils.R$attr: int alpha +com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_showColorShades +androidx.constraintlayout.widget.R$attr: int constraint_referenced_ids +okhttp3.internal.http2.Http2Reader$Handler: void rstStream(int,okhttp3.internal.http2.ErrorCode) +com.google.android.material.R$layout: int test_chip_zero_corner_radius +wangdaye.com.geometricweather.R$drawable: int design_snackbar_background +io.reactivex.Observable: io.reactivex.Single any(io.reactivex.functions.Predicate) +androidx.vectordrawable.R$id: int accessibility_custom_action_14 +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ButtonBar +androidx.transition.R$drawable: int notification_action_background +com.google.android.material.R$styleable: int AppCompatTheme_dialogPreferredPadding +org.greenrobot.greendao.AbstractDao: void insertInTx(java.lang.Iterable) +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void error(java.lang.Throwable) +androidx.loader.R$layout: int notification_template_custom_big +james.adaptiveicon.R$attr: int logo +androidx.appcompat.R$string: int abc_menu_function_shortcut_label +wangdaye.com.geometricweather.R$layout: int item_trend_hourly +cyanogenmod.providers.CMSettings$Secure: java.lang.String KILL_APP_LONGPRESS_BACK +james.adaptiveicon.R$attr: int popupMenuStyle +james.adaptiveicon.R$styleable: int AppCompatTheme_editTextStyle +wangdaye.com.geometricweather.R$id: int item_weather_daily_overview_text +androidx.preference.R$attr: int progressBarStyle +androidx.constraintlayout.widget.R$styleable: int SearchView_suggestionRowLayout +androidx.work.ArrayCreatingInputMerger: ArrayCreatingInputMerger() +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_always_show_bubble_delay +com.google.android.material.R$styleable: int ActionMode_height +okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RealConnection findConnection(int,int,int,int,boolean) +wangdaye.com.geometricweather.R$attr: int scrimVisibleHeightTrigger +okhttp3.internal.cache.DiskLruCache$Editor: okhttp3.internal.cache.DiskLruCache$Entry entry +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit getInstance(java.lang.String) +androidx.vectordrawable.R$dimen: int notification_large_icon_width +cyanogenmod.os.Build +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorControlHighlight +androidx.recyclerview.R$id: int tag_accessibility_actions +com.google.android.material.R$styleable: int Constraint_layout_constraintRight_toRightOf +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder certificatePinner(okhttp3.CertificatePinner) +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: long serialVersionUID +james.adaptiveicon.R$id: int notification_background +wangdaye.com.geometricweather.R$dimen: int abc_dialog_padding_top_material +androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type CENTER +wangdaye.com.geometricweather.R$style: int TextAppearance_Design_CollapsingToolbar_Expanded +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_card +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Metric: AccuLocationResult$GeoPosition$Elevation$Metric() +com.google.android.material.circularreveal.CircularRevealRelativeLayout: CircularRevealRelativeLayout(android.content.Context,android.util.AttributeSet) +okhttp3.internal.http.RequestLine +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_Button +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_summaryOff +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_switchTextOff +androidx.constraintlayout.widget.R$dimen: int tooltip_vertical_padding +com.google.android.material.R$styleable: int[] MaterialTextAppearance +com.google.android.material.R$attr: int motion_postLayoutCollision +com.jaredrummler.android.colorpicker.R$attr: int actionModePopupWindowStyle +okhttp3.CacheControl: int minFreshSeconds +com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_adjustable +com.xw.repo.bubbleseekbar.R$layout: int support_simple_spinner_dropdown_item +cyanogenmod.app.CustomTileListenerService: cyanogenmod.app.ICMStatusBarManager mStatusBarService +wangdaye.com.geometricweather.R$attr: int toolbarId +androidx.preference.R$styleable: int[] EditTextPreference +com.google.android.material.R$id: int square +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: int otherState +wangdaye.com.geometricweather.R$style: int material_card +cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: java.lang.String RINGTONE +retrofit2.KotlinExtensions$await$2$2: void onResponse(retrofit2.Call,retrofit2.Response) +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: void onComplete() +androidx.constraintlayout.widget.R$id: int text2 +com.google.android.material.slider.Slider: void setHaloTintList(android.content.res.ColorStateList) +androidx.preference.R$style: int Preference_DropDown_Material +wangdaye.com.geometricweather.R$drawable: int weather_rain_1 +com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_centerColor +okio.Buffer: okio.Buffer writeString(java.lang.String,int,int,java.nio.charset.Charset) +okhttp3.internal.connection.StreamAllocation: boolean $assertionsDisabled +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language KOREAN +androidx.appcompat.widget.ScrollingTabContainerView: void setContentHeight(int) +com.amap.api.location.AMapLocation: int d(com.amap.api.location.AMapLocation,int) +android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView +okio.DeflaterSink: void finishDeflate() +com.jaredrummler.android.colorpicker.R$attr: int cpv_dialogTitle +androidx.appcompat.R$color: int notification_icon_bg_color +com.xw.repo.bubbleseekbar.R$attr: int bsb_track_color +retrofit2.Response: retrofit2.Response success(java.lang.Object,okhttp3.Headers) +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionButton_Overflow +com.google.android.material.R$attr: int listChoiceIndicatorSingleAnimated +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments: MfWarningsResult$WarningComments() +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit getInstance(java.lang.String) +androidx.vectordrawable.animated.R$styleable: int GradientColor_android_endX +androidx.constraintlayout.widget.R$drawable: int abc_action_bar_item_background_material +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_queryHint +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int so2 +android.didikee.donate.R$layout: int abc_list_menu_item_layout +androidx.constraintlayout.widget.R$styleable: int[] Motion +okhttp3.internal.cache.DiskLruCache$Entry: long[] lengths +okhttp3.internal.connection.RealConnection: boolean supportsUrl(okhttp3.HttpUrl) +wangdaye.com.geometricweather.R$attr: int cpv_showAlphaSlider +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_textLocale +com.google.android.material.R$attr: int textAppearanceSubtitle1 +androidx.preference.R$styleable: int ViewStubCompat_android_inflatedId +okio.ByteString: okio.ByteString of(java.nio.ByteBuffer) +androidx.appcompat.widget.AppCompatImageView: android.content.res.ColorStateList getSupportImageTintList() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_alertDialogStyle +androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type TOP +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver +androidx.constraintlayout.widget.R$id: int right_side +com.google.android.material.R$styleable: int Constraint_layout_goneMarginEnd +com.google.android.material.badge.BadgeDrawable$SavedState +com.jaredrummler.android.colorpicker.R$dimen: int notification_top_pad +org.greenrobot.greendao.AbstractDao: boolean isEntityUpdateable() +com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_border_width +androidx.lifecycle.SingleGeneratedAdapterObserver: SingleGeneratedAdapterObserver(androidx.lifecycle.GeneratedAdapter) +androidx.fragment.R$styleable: int GradientColor_android_centerColor +wangdaye.com.geometricweather.R$dimen: int widget_grid_1 +com.amap.api.location.UmidtokenInfo: long e +retrofit2.ParameterHandler$QueryMap +com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy LOWER_CASE_WITH_DOTS +wangdaye.com.geometricweather.R$drawable: int weather_fog_pixel +androidx.vectordrawable.animated.R$styleable: int GradientColor_android_endColor +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorPrimaryDark +cyanogenmod.providers.CMSettings$Secure: java.lang.String LIVE_DISPLAY_COLOR_MATRIX +androidx.recyclerview.widget.RecyclerView: boolean getPreserveFocusAfterLayout() +androidx.viewpager.R$styleable: int[] FontFamilyFont +com.google.android.material.R$layout: int design_bottom_navigation_item +androidx.appcompat.R$styleable: int AppCompatTextHelper_android_drawableStart +androidx.constraintlayout.widget.R$styleable: int KeyPosition_sizePercent +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setPublishDate(java.util.Date) +androidx.preference.R$attr: int actionButtonStyle +wangdaye.com.geometricweather.R$layout: int mtrl_calendar_month +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight_Dialog +androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour: androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour WRAP_CONTENT +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light_Dialog +androidx.preference.R$dimen: int compat_button_padding_horizontal_material +wangdaye.com.geometricweather.R$drawable: int ic_keyboard_black_24dp +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Humidity: java.lang.Integer max +wangdaye.com.geometricweather.background.receiver.widget.WidgetTrendDailyProvider +okhttp3.internal.http2.Hpack$Reader: int nextHeaderIndex +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int DRIZZLE +com.google.android.material.R$styleable: int AppCompatTheme_buttonBarStyle +com.google.gson.internal.LazilyParsedNumber: int intValue() +james.adaptiveicon.AdaptiveIconView: void setIcon(james.adaptiveicon.AdaptiveIcon) +com.google.android.gms.common.SignInButton: SignInButton(android.content.Context) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setWindSpeedStart(java.lang.String) +androidx.preference.R$id: int accessibility_custom_action_31 +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Tooltip +cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String getResPkg() +okio.InflaterSource: boolean refill() +androidx.drawerlayout.widget.DrawerLayout: android.graphics.drawable.Drawable getStatusBarBackgroundDrawable() +com.jaredrummler.android.colorpicker.R$attr: int spinBars +io.reactivex.internal.disposables.CancellableDisposable: boolean isDisposed() +cyanogenmod.app.suggest.AppSuggestManager: AppSuggestManager(android.content.Context) +androidx.constraintlayout.widget.R$style: int Base_V22_Theme_AppCompat +androidx.appcompat.R$attr: int actionModeFindDrawable +okio.Okio: java.util.logging.Logger logger +cyanogenmod.providers.CMSettings$System: java.util.List getDelimitedStringAsList(android.content.ContentResolver,java.lang.String,java.lang.String) +com.jaredrummler.android.colorpicker.R$styleable: int[] StateListDrawable +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric +com.google.android.material.R$styleable: int AppCompatTheme_alertDialogCenterButtons +com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.reflect.Type ownerType +androidx.constraintlayout.widget.R$attr: int subMenuArrow +okhttp3.OkHttpClient: int callTimeoutMillis() +com.google.android.material.textfield.TextInputEditText: void setTextInputLayoutFocusedRectEnabled(boolean) +com.google.android.material.R$attr: int titleTextAppearance +wangdaye.com.geometricweather.R$styleable: int Layout_layout_goneMarginTop +cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: void registerWeatherServiceProviderChangeListener(cyanogenmod.weather.IWeatherServiceProviderChangeListener) +cyanogenmod.providers.CMSettings$System$3: CMSettings$System$3() +io.reactivex.internal.schedulers.ScheduledRunnable: long serialVersionUID +androidx.cardview.R$style: int CardView +android.didikee.donate.R$attr: int colorControlHighlight +okio.Okio$3: void close() +androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_ttcIndex +wangdaye.com.geometricweather.R$attr: int behavior_halfExpandedRatio +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintBaseline_toBaselineOf +androidx.lifecycle.FullLifecycleObserverAdapter: FullLifecycleObserverAdapter(androidx.lifecycle.FullLifecycleObserver,androidx.lifecycle.LifecycleEventObserver) +androidx.hilt.work.R$id: int accessibility_custom_action_10 +wangdaye.com.geometricweather.weather.json.mf.MfRainResult: MfRainResult() +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1: void onFailed() +okhttp3.internal.Internal: okhttp3.internal.connection.StreamAllocation streamAllocation(okhttp3.Call) +wangdaye.com.geometricweather.R$color: int notification_icon_bg_color +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: java.util.List phenomenonsItems +wangdaye.com.geometricweather.R$styleable: int ColorPickerView_cpv_borderColor +okhttp3.internal.cache.CacheInterceptor: okhttp3.Headers combine(okhttp3.Headers,okhttp3.Headers) +okhttp3.Request: okhttp3.RequestBody body() +androidx.viewpager2.widget.ViewPager2: void setLayoutDirection(int) +androidx.legacy.coreutils.R$drawable: int notification_template_icon_bg +com.google.android.material.R$attr: int enforceTextAppearance +com.google.android.material.R$attr: int transitionShapeAppearance +wangdaye.com.geometricweather.R$dimen: int mtrl_fab_translation_z_hovered_focused +wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customFloatValue +androidx.dynamicanimation.R$integer +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_alertDialogStyle +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setDeviceModeDistanceFilter(float) +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration precipitationDuration +cyanogenmod.app.ThemeVersion$ComponentVersion: int getMinVersion() +com.bumptech.glide.R$layout: int notification_template_custom_big +wangdaye.com.geometricweather.R$styleable: int MaterialCardView_checkedIconSize +cyanogenmod.weather.ICMWeatherManager$Stub: android.os.IBinder asBinder() +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub: int TRANSACTION_createExternalView_0 +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ListView +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title +androidx.preference.R$dimen: int abc_progress_bar_height_material +com.google.android.material.R$dimen: int abc_action_bar_elevation_material +cyanogenmod.weather.RequestInfo: java.lang.String toString() +okhttp3.Response: okhttp3.ResponseBody peekBody(long) +wangdaye.com.geometricweather.R$attr: int pathMotionArc +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatSeekBar_tickMark +io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: boolean isDisposed() +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: io.reactivex.Observer downstream +androidx.appcompat.R$drawable: int abc_text_select_handle_left_mtrl_light +wangdaye.com.geometricweather.R$string: int character_counter_pattern +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: KeyguardExternalViewProviderService$Provider$ProviderImpl$9(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl,int,int,int,int,boolean,android.graphics.Rect) +wangdaye.com.geometricweather.R$id: int uniform +wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_icon_light +androidx.constraintlayout.widget.VirtualLayout: VirtualLayout(android.content.Context,android.util.AttributeSet,int) +okhttp3.Response: okhttp3.Response cacheResponse +androidx.appcompat.widget.AppCompatRadioButton: void setSupportButtonTintList(android.content.res.ColorStateList) +cyanogenmod.app.CustomTile: java.lang.String label +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: boolean isDisposed() +wangdaye.com.geometricweather.R$attr: int errorEnabled +androidx.constraintlayout.widget.R$drawable: int abc_list_selector_holo_light +androidx.appcompat.R$id: int accessibility_custom_action_10 +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: long serialVersionUID +com.google.android.material.R$styleable: int AppCompatTheme_actionBarPopupTheme +com.google.android.material.R$styleable: int Constraint_layout_constraintLeft_toRightOf +android.didikee.donate.R$color: int accent_material_light +com.turingtechnologies.materialscrollbar.R$id: int snackbar_text +androidx.dynamicanimation.R$drawable: R$drawable() +wangdaye.com.geometricweather.R$color: int design_dark_default_color_error +com.google.android.material.bottomappbar.BottomAppBar: float getCradleVerticalOffset() +okhttp3.internal.http1.Http1Codec$ChunkedSink +okhttp3.internal.platform.Platform: okhttp3.internal.platform.Platform findJvmPlatform() +com.github.rahatarmanahmed.cpv.CircularProgressView: float maxProgress +cyanogenmod.externalviews.ExternalView: ExternalView(android.content.Context,android.util.AttributeSet,int,int) +com.google.android.material.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal +com.google.android.material.R$attr: int duration +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onBouncerShowing(boolean) +cyanogenmod.providers.CMSettings$System: java.lang.String KEY_HOME_DOUBLE_TAP_ACTION +com.bumptech.glide.integration.okhttp.R$string +io.reactivex.internal.observers.DeferredScalarDisposable: void complete(java.lang.Object) +wangdaye.com.geometricweather.R$drawable: int ic_eye +androidx.core.R$drawable +com.jaredrummler.android.colorpicker.R$layout: int preference_widget_seekbar_material +androidx.recyclerview.R$id: int notification_main_column +wangdaye.com.geometricweather.R$font: int product_sans_bold_italic +wangdaye.com.geometricweather.R$styleable: int[] GradientColor +wangdaye.com.geometricweather.R$string: int wind +com.bumptech.glide.R$styleable: int[] FontFamily +com.google.android.material.R$attr: int layout_constraintGuide_percent +wangdaye.com.geometricweather.R$drawable: int notif_temp_87 +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_15 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr +android.support.v4.os.IResultReceiver$Stub: boolean setDefaultImpl(android.support.v4.os.IResultReceiver) +retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: ResultObservable$ResultObserver(io.reactivex.Observer) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeDegreeDayTemperature +com.google.android.material.R$styleable: int KeyAttribute_android_translationZ io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: long count -androidx.drawerlayout.R$styleable: int GradientColor_android_gradientRadius -io.reactivex.Observable: io.reactivex.Observable concatMapSingleDelayError(io.reactivex.functions.Function,boolean,int) -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: boolean isCancelled() -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionBar_TabView -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onScreenTurnedOff() -com.xw.repo.bubbleseekbar.R$attr: int elevation -androidx.hilt.R$id: int accessibility_custom_action_14 -cyanogenmod.providers.ThemesContract$ThemesColumns -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Caption -cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: android.os.IBinder asBinder() -androidx.constraintlayout.widget.R$dimen: int tooltip_corner_radius -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getDisplayModes -com.jaredrummler.android.colorpicker.ColorPanelView: ColorPanelView(android.content.Context) -androidx.appcompat.resources.R$id: int tag_unhandled_key_listeners -cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: IWeatherProviderService$Stub$Proxy(android.os.IBinder) -okhttp3.Cache$Entry: okhttp3.Headers varyHeaders -androidx.preference.R$styleable: int CoordinatorLayout_statusBarBackground -com.google.android.material.R$styleable: int[] RadialViewGroup -com.google.android.material.R$attr: int thumbStrokeWidth -androidx.loader.R$id: int tag_unhandled_key_event_manager -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_TextView_SpinnerItem -androidx.preference.R$styleable: int MenuGroup_android_id -okhttp3.internal.ws.RealWebSocket$Streams: okio.BufferedSink sink -androidx.constraintlayout.widget.R$color: int primary_dark_material_light -androidx.loader.R$layout: R$layout() -androidx.work.R$integer: R$integer() -cyanogenmod.externalviews.ExternalViewProviderService$1: android.os.IBinder createExternalView(android.os.Bundle) -wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: int getIconResStart() -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Dialog_Alert -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void onSubscribe(org.reactivestreams.Subscription) -androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_Dialog_Alert -cyanogenmod.providers.DataUsageContract: int COLUMN_OF_UID -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: int getStatus() -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Dialog_FixedSize -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleMargin -androidx.recyclerview.R$attr: int alpha -com.bumptech.glide.R$dimen: int notification_top_pad -wangdaye.com.geometricweather.R$xml: int standalone_badge_gravity_bottom_end -com.google.android.material.R$attr: int indicatorCornerRadius -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: int getNumGammaControls() -wangdaye.com.geometricweather.common.ui.widgets.DrawerLayout: void setProgress(float) -wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode daytimeWeatherCode -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_Design_TabLayout -wangdaye.com.geometricweather.R$drawable: int notif_temp_8 -androidx.recyclerview.R$string: int status_bar_notification_info_overflow -wangdaye.com.geometricweather.R$string: int phase_waxing_crescent -androidx.appcompat.resources.R$dimen: int notification_small_icon_size_as_large -com.google.android.material.R$attr: int state_above_anchor -com.turingtechnologies.materialscrollbar.R$styleable: int CardView_contentPaddingTop -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_ratingBarStyleIndicator -androidx.transition.R$style: int Widget_Compat_NotificationActionText -okhttp3.EventListener: void requestHeadersEnd(okhttp3.Call,okhttp3.Request) -wangdaye.com.geometricweather.R$attr: int chipMinHeight -com.google.android.material.R$style: int Widget_MaterialComponents_PopupMenu_ContextMenu -wangdaye.com.geometricweather.R$drawable: int shortcuts_rain_foreground -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_padding_left -androidx.viewpager2.R$drawable: int notification_bg_normal_pressed -androidx.constraintlayout.widget.R$attr: int autoSizePresetSizes -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: java.lang.String getValue() -wangdaye.com.geometricweather.R$attr: int materialCardViewStyle -com.google.android.material.R$styleable: int MaterialCalendar_yearTodayStyle -io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object) -androidx.appcompat.R$styleable: int Toolbar_titleMarginBottom -cyanogenmod.weather.CMWeatherManager: cyanogenmod.weather.IWeatherServiceProviderChangeListener mProviderChangeListener -androidx.appcompat.R$dimen: int tooltip_y_offset_touch -com.turingtechnologies.materialscrollbar.R$dimen: int hint_alpha_material_light -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getThunderstormPrecipitation() -androidx.lifecycle.ReportFragment: void onStart() -androidx.dynamicanimation.R$styleable: int FontFamily_fontProviderCerts -androidx.drawerlayout.R$id: int notification_background -androidx.customview.R$styleable: int FontFamilyFont_android_fontStyle -wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: HourlyTrendItemView(android.content.Context,android.util.AttributeSet) -okhttp3.Cache$CacheResponseBody: java.lang.String contentType -androidx.appcompat.R$dimen: int abc_text_size_small_material -cyanogenmod.app.PartnerInterface: cyanogenmod.app.IPartnerInterface getService() -com.xw.repo.bubbleseekbar.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_cardForegroundColor -okhttp3.internal.ws.WebSocketWriter: boolean isClient +wangdaye.com.geometricweather.R$string: int content_des_no2 +com.turingtechnologies.materialscrollbar.R$attr: int itemIconTint +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: int getMainTextColorResId() +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintRight_toLeftOf +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ListPopupWindow +okhttp3.internal.cache.DiskLruCache$Editor: boolean done +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData: LiveDataReactiveStreams$PublisherLiveData(org.reactivestreams.Publisher) +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_dividerPadding +com.google.android.material.R$styleable: int Constraint_flow_firstHorizontalBias +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: io.reactivex.internal.util.AtomicThrowable errors +androidx.work.R$layout: int notification_template_custom_big +com.google.android.material.slider.BaseSlider: void removeOnSliderTouchListener(com.google.android.material.slider.BaseOnSliderTouchListener) +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_borderWidth +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: boolean isEmpty() +androidx.coordinatorlayout.R$id: int normal +androidx.preference.R$drawable: int notification_template_icon_low_bg +io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: java.lang.Object poll() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatImageView_tintMode +wangdaye.com.geometricweather.remoteviews.config.ClockDayDetailsWidgetConfigActivity +android.didikee.donate.R$styleable: int SwitchCompat_track +com.jaredrummler.android.colorpicker.R$anim: int abc_shrink_fade_out_from_bottom +androidx.appcompat.R$attr: int subtitleTextColor +okio.GzipSource: okio.Timeout timeout() +james.adaptiveicon.R$drawable: int notification_template_icon_bg +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult +com.xw.repo.bubbleseekbar.R$id: int scrollView +wangdaye.com.geometricweather.R$attr: int flow_lastHorizontalStyle +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_goneMarginStart +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: io.reactivex.internal.queue.SpscLinkedArrayQueue queue +com.google.android.material.R$styleable: int Constraint_layout_constraintTop_creator +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color: AccuAlertResult$Color() +retrofit2.BuiltInConverters$RequestBodyConverter: java.lang.Object convert(java.lang.Object) +androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView +wangdaye.com.geometricweather.R$id: int container +wangdaye.com.geometricweather.R$drawable: int mtrl_tabs_default_indicator +androidx.preference.R$color: int abc_primary_text_disable_only_material_light +okio.AsyncTimeout$Watchdog: AsyncTimeout$Watchdog() +com.google.android.material.button.MaterialButtonToggleGroup: void setGeneratedIdIfNeeded(com.google.android.material.button.MaterialButton) +android.didikee.donate.R$layout: int abc_action_mode_bar +androidx.lifecycle.Lifecycle: Lifecycle() +com.turingtechnologies.materialscrollbar.R$styleable: int[] ChipGroup +com.google.android.material.R$id: int expand_activities_button +cyanogenmod.externalviews.ExternalViewProviderService$1: ExternalViewProviderService$1(cyanogenmod.externalviews.ExternalViewProviderService) +wangdaye.com.geometricweather.R$styleable: int SignInButton_colorScheme +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_android_minHeight +okhttp3.RequestBody$2: okhttp3.MediaType contentType() +com.google.android.material.R$styleable: int[] MotionLayout +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_contentInsetEnd +androidx.preference.R$id: int textSpacerNoButtons +com.google.gson.stream.JsonReader: java.io.IOException syntaxError(java.lang.String) +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void replayFinal() +androidx.fragment.R$id: int italic +com.google.android.material.R$styleable: int MaterialCardView_shapeAppearance +androidx.appcompat.R$attr: int showDividers +androidx.preference.R$style: int Base_Widget_AppCompat_ActionBar_TabView +okio.ByteString: okio.ByteString hmacSha256(okio.ByteString) +cyanogenmod.profiles.LockSettings: LockSettings() +androidx.work.BackoffPolicy: androidx.work.BackoffPolicy[] values() +com.google.android.material.R$attr: int closeIconEndPadding +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintStart_toStartOf +com.google.android.material.R$attr: int tabGravity +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_3 +com.google.android.material.R$styleable: int MenuView_android_itemBackground +okhttp3.internal.cache.CacheStrategy$Factory: okhttp3.Request request +androidx.dynamicanimation.R$styleable: int FontFamilyFont_fontStyle +androidx.preference.R$attr: int layoutManager +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_Dialog_Alert +androidx.hilt.R$style: int TextAppearance_Compat_Notification +cyanogenmod.app.CustomTile$Builder: boolean mSensitiveData +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: java.lang.Object item +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind: double gust +wangdaye.com.geometricweather.common.basic.models.weather.Base: long getTimeStamp() +androidx.viewpager.R$attr: int fontVariationSettings +com.google.android.material.slider.BaseSlider: float getThumbElevation() +wangdaye.com.geometricweather.db.entities.LocationEntityDao: wangdaye.com.geometricweather.db.converters.WeatherSourceConverter weatherSourceConverter +okio.HashingSink: HashingSink(okio.Sink,java.lang.String) +wangdaye.com.geometricweather.common.ui.widgets.DrawerLayout: DrawerLayout(android.content.Context) +android.didikee.donate.R$style: int Base_Widget_AppCompat_Button_Small +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: void onComplete() +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_motionStagger +com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration +james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_drawableStart +android.didikee.donate.R$string: int abc_searchview_description_clear +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability precipitationProbability +okhttp3.internal.cache.CacheStrategy$Factory +androidx.constraintlayout.widget.R$styleable: int ActionBar_progressBarStyle +okio.RealBufferedSink: okio.BufferedSink writeString(java.lang.String,java.nio.charset.Charset) +cyanogenmod.providers.ThemesContract$MixnMatchColumns +com.google.android.material.R$style: int TextAppearance_AppCompat_Subhead +android.didikee.donate.R$attr: int titleMarginTop +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeThunderstormPrecipitationProbability +retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void onComplete() +androidx.preference.R$styleable: int[] AppCompatTheme +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setHeadIconType(java.lang.String) +androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_CREATE +androidx.hilt.lifecycle.R$attr: int fontProviderAuthority +android.didikee.donate.R$styleable: int Spinner_android_popupBackground +androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_android_ttcIndex +androidx.hilt.R$dimen: int compat_button_padding_vertical_material +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight +androidx.appcompat.R$attr: int actionModePasteDrawable +com.autonavi.aps.amapapi.model.AMapLocationServer: org.json.JSONObject l +retrofit2.adapter.rxjava2.Result: retrofit2.adapter.rxjava2.Result error(java.lang.Throwable) +androidx.core.graphics.drawable.IconCompatParcelizer: IconCompatParcelizer() +retrofit2.OkHttpCall$1: retrofit2.OkHttpCall this$0 +com.google.android.gms.common.internal.BinderWrapper +io.reactivex.Observable: io.reactivex.Observable switchOnNextDelayError(io.reactivex.ObservableSource,int) +okhttp3.internal.platform.ConscryptPlatform: javax.net.ssl.X509TrustManager trustManager(javax.net.ssl.SSLSocketFactory) +com.google.android.material.R$styleable: int Layout_layout_goneMarginEnd +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_translationY +io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: void subscribeNext() +james.adaptiveicon.R$attr: int subtitleTextAppearance +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void drain() +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: java.lang.Object v2 +io.reactivex.internal.observers.InnerQueuedObserver: io.reactivex.internal.fuseable.SimpleQueue queue +androidx.appcompat.widget.ActionBarContextView: void setVisibility(int) +james.adaptiveicon.R$styleable: int ViewStubCompat_android_inflatedId +com.turingtechnologies.materialscrollbar.R$drawable: int notification_template_icon_low_bg +com.google.android.material.R$styleable: int Constraint_visibilityMode +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: boolean done +okhttp3.internal.http.HttpHeaders: long contentLength(okhttp3.Response) +com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose +androidx.work.R$id: int accessibility_custom_action_16 +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Rain: double Value +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void onNext(java.lang.Object) +androidx.appcompat.R$layout: int abc_list_menu_item_radio +com.google.android.material.R$attr: int materialAlertDialogTitleIconStyle +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_16 +com.google.android.material.R$styleable: int DrawerArrowToggle_gapBetweenBars +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.functions.Function mapper +cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent OVERLAY +io.reactivex.Observable: io.reactivex.Observable groupBy(io.reactivex.functions.Function) +wangdaye.com.geometricweather.R$attr: int onPositiveCross +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleMarginEnd +com.xw.repo.bubbleseekbar.R$style: int Base_V21_Theme_AppCompat_Light +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal +wangdaye.com.geometricweather.R$styleable: int MaterialShape_shapeAppearance +androidx.constraintlayout.widget.R$attr: int deltaPolarRadius +com.google.android.gms.common.data.BitmapTeleporter: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX +okhttp3.internal.connection.RouteSelector: void resetNextProxy(okhttp3.HttpUrl,java.net.Proxy) +wangdaye.com.geometricweather.R$attr: int textAppearanceLargePopupMenu +com.google.android.material.R$attr: int layout_collapseMode +wangdaye.com.geometricweather.R$attr: int buttonBarStyle +com.google.gson.LongSerializationPolicy$1 +com.bumptech.glide.R$id: int right +wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.lang.String getType() +androidx.constraintlayout.widget.R$styleable: int[] AppCompatSeekBar +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeCloudCover +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircleView: CircleView(android.content.Context,android.util.AttributeSet,int) +com.xw.repo.bubbleseekbar.R$layout: int abc_expanded_menu_layout +com.turingtechnologies.materialscrollbar.R$color: int background_floating_material_dark +com.xw.repo.bubbleseekbar.R$color: int material_grey_600 +androidx.customview.R$styleable: int FontFamily_fontProviderFetchTimeout +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Imperial: double Value +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorBackgroundFloating +cyanogenmod.weather.WeatherInfo: double access$802(cyanogenmod.weather.WeatherInfo,double) +androidx.appcompat.R$integer: int status_bar_notification_info_maxnum +com.google.android.material.transformation.TransformationChildLayout +cyanogenmod.providers.CMSettings$System: boolean putFloat(android.content.ContentResolver,java.lang.String,float) +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: java.lang.String accuracy +androidx.vectordrawable.R$styleable: int ColorStateListItem_alpha +cyanogenmod.externalviews.ExternalView: void setProviderComponent(android.content.ComponentName) +okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RealConnection connection() +io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: void onNext(java.lang.Object) +androidx.preference.R$attr: int homeLayout +com.jaredrummler.android.colorpicker.R$id: int default_activity_button +androidx.preference.R$styleable: int SwitchPreference_android_switchTextOff +com.google.android.material.R$style: int Widget_MaterialComponents_AppBarLayout_PrimarySurface +wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.util.Map lefts +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Rain: int UnitType +androidx.viewpager.R$color: int ripple_material_light +wangdaye.com.geometricweather.R$attr: int liftOnScrollTargetViewId +com.google.android.material.R$id: int accessibility_custom_action_3 +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_firstVerticalBias +androidx.appcompat.R$styleable: int AppCompatTheme_colorControlHighlight +com.amap.api.location.AMapLocationClientOption$GeoLanguage: AMapLocationClientOption$GeoLanguage(java.lang.String,int) +androidx.hilt.lifecycle.R$styleable: int FontFamily_fontProviderFetchStrategy +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Button_Borderless_Colored +androidx.vectordrawable.animated.R$attr: R$attr() +androidx.appcompat.resources.R$id: int blocking +wangdaye.com.geometricweather.R$id: int date_picker_actions +com.google.android.material.R$attr: int actionOverflowMenuStyle +io.reactivex.internal.observers.InnerQueuedObserver: long serialVersionUID +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PressureTendency: AccuCurrentResult$PressureTendency() +okio.RealBufferedSource: long indexOf(byte,long,long) +cyanogenmod.themes.ThemeManager$ThemeProcessingListener: void onFinishedProcessing(java.lang.String) +com.google.android.material.R$attr: int buttonPanelSideLayout +com.bumptech.glide.R$dimen: int notification_main_column_padding_top +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: java.lang.String LongPhrase +wangdaye.com.geometricweather.R$animator: int mtrl_extended_fab_state_list_animator +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VClipPath +com.google.android.material.R$id: int listMode +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String province +androidx.preference.R$attr: int buttonCompat +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Large_Inverse +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_SeekBar_Discrete +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle +androidx.appcompat.R$styleable: int AppCompatTheme_selectableItemBackground +androidx.lifecycle.ProcessLifecycleOwner: boolean mPauseSent +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableBottomCompat +androidx.hilt.work.R$string: int status_bar_notification_info_overflow +com.turingtechnologies.materialscrollbar.R$anim: R$anim() +androidx.hilt.lifecycle.R$id: int icon +com.google.android.material.snackbar.SnackbarContentLayout: void setMaxInlineActionWidth(int) +androidx.constraintlayout.widget.R$color: int primary_text_disabled_material_dark +wangdaye.com.geometricweather.common.ui.transitions.RoundCornerTransition +james.adaptiveicon.R$color: int abc_hint_foreground_material_light +androidx.preference.R$styleable: int SearchView_layout +androidx.hilt.work.R$id: int accessibility_custom_action_23 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: java.lang.String weather +androidx.coordinatorlayout.R$id: int tag_transition_group +james.adaptiveicon.R$attr: int initialActivityCount +wangdaye.com.geometricweather.R$id: int item_about_translator_flag +io.reactivex.Observable: io.reactivex.Observable scanWith(java.util.concurrent.Callable,io.reactivex.functions.BiFunction) +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: int requestFusion(int) +com.google.android.material.R$drawable: int abc_list_divider_material +wangdaye.com.geometricweather.main.dialogs.BackgroundLocationDialog: BackgroundLocationDialog() +com.jaredrummler.android.colorpicker.R$attr: int seekBarIncrement +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintWidth_default +com.amap.api.location.AMapLocationClientOption$1: java.lang.Object createFromParcel(android.os.Parcel) +com.google.android.material.R$color: int material_cursor_color +wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: void setTextColor(int) +androidx.appcompat.R$attr: int autoSizeTextType +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_switchPreferenceStyle +com.turingtechnologies.materialscrollbar.R$id: int title_template +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: long EpochDateTime +james.adaptiveicon.R$styleable: int AppCompatTextView_fontFamily +wangdaye.com.geometricweather.R$drawable: int ic_github +com.google.android.material.R$attr: int drawPath +com.jaredrummler.android.colorpicker.R$string: int abc_action_mode_done +cyanogenmod.app.ILiveLockScreenManager: void enqueueLiveLockScreen(java.lang.String,int,cyanogenmod.app.LiveLockScreenInfo,int[],int) +wangdaye.com.geometricweather.R$drawable: int abc_text_cursor_material +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeInsetTop +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_subtitle +com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog_Alert +wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_colorShape +androidx.swiperefreshlayout.R$dimen: int notification_main_column_padding_top +okhttp3.internal.http2.Huffman$Node: okhttp3.internal.http2.Huffman$Node[] children +com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getTickActiveTintList() +com.amap.api.location.LocationManagerBase: void startLocation() +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_android_insetTop +android.didikee.donate.R$styleable: int SearchView_android_maxWidth +com.google.android.material.R$attr: int cardCornerRadius +wangdaye.com.geometricweather.R$layout: int widget_week_3 +okhttp3.internal.cache2.Relay: long FILE_HEADER_SIZE +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_ratingBarStyleIndicator +com.bumptech.glide.load.engine.GlideException: java.lang.String getMessage() +com.google.android.material.R$attr: int fontProviderQuery +com.xw.repo.bubbleseekbar.R$attr: int panelMenuListTheme +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_BATTERY_PORTRAIT +com.google.android.material.floatingactionbutton.FloatingActionButton: void setCompatHoveredFocusedTranslationZ(float) +cyanogenmod.providers.CMSettings: java.lang.String ACTION_DATA_USAGE +com.google.android.material.R$id: int labelGroup +okhttp3.Response$Builder: void checkSupportResponse(java.lang.String,okhttp3.Response) cyanogenmod.app.suggest.AppSuggestManager -androidx.lifecycle.ViewModelProvider$KeyedFactory: androidx.lifecycle.ViewModel create(java.lang.Class) -okhttp3.ConnectionSpec$Builder: java.lang.String[] cipherSuites -okhttp3.internal.http2.Http2Writer: void flush() -androidx.constraintlayout.widget.R$id: int topPanel -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Wind: java.lang.String windspeed -androidx.fragment.R$style: int TextAppearance_Compat_Notification -retrofit2.converter.gson.GsonRequestBodyConverter: java.lang.Object convert(java.lang.Object) -com.google.android.material.R$styleable: int ConstraintSet_flow_verticalBias -okhttp3.internal.http.CallServerInterceptor: boolean forWebSocket -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.util.List Area -com.google.android.material.navigation.NavigationView: void setItemIconSize(int) -androidx.viewpager2.R$id: int async -com.turingtechnologies.materialscrollbar.R$attr: int buttonBarNeutralButtonStyle -wangdaye.com.geometricweather.R$array: int distance_unit_voices -okhttp3.internal.io.FileSystem$1: long size(java.io.File) -androidx.constraintlayout.widget.R$attr: int roundPercent -androidx.viewpager.widget.ViewPager: void setPageMarginDrawable(int) -com.google.android.material.imageview.ShapeableImageView: ShapeableImageView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$string: int settings_title_distance_unit -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_maxHeight -androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy -wangdaye.com.geometricweather.R$id: int selection_type -com.google.android.material.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 -androidx.constraintlayout.widget.R$string: int abc_menu_enter_shortcut_label -com.google.android.material.R$styleable: int ShapeAppearance_cornerFamilyTopLeft -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constrainedWidth -androidx.appcompat.R$attr: int colorControlNormal -com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_stroke_color_selector -com.google.android.material.R$style: int Widget_MaterialComponents_ActionBar_Primary -com.google.android.material.R$style: int Widget_AppCompat_RatingBar_Indicator -wangdaye.com.geometricweather.R$attr: int layout_constraintHorizontal_bias -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: void onError(java.lang.Throwable) -com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable -androidx.preference.R$attr: int showTitle -okhttp3.CookieJar$1: void saveFromResponse(okhttp3.HttpUrl,java.util.List) -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub: java.lang.String DESCRIPTOR -androidx.fragment.R$id: int tag_accessibility_pane_title -okhttp3.internal.Internal: okhttp3.internal.connection.RouteDatabase routeDatabase(okhttp3.ConnectionPool) -okhttp3.internal.connection.RealConnection: okhttp3.internal.ws.RealWebSocket$Streams newWebSocketStreams(okhttp3.internal.connection.StreamAllocation) -james.adaptiveicon.R$styleable: int Toolbar_titleMargin -wangdaye.com.geometricweather.R$attr: int actionModeSelectAllDrawable -androidx.viewpager2.widget.ViewPager2: int getCurrentItem() -com.google.android.material.R$styleable: int GradientColor_android_endX -com.xw.repo.bubbleseekbar.R$id: int up -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Title -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarPopupTheme -com.google.android.material.chip.Chip: android.graphics.Rect getCloseIconTouchBoundsInt() -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability getPrecipitationProbability() -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: boolean cancelled -androidx.lifecycle.DefaultLifecycleObserver: void onCreate(androidx.lifecycle.LifecycleOwner) -androidx.constraintlayout.widget.R$attr: int queryHint -wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_box_label_cutout_padding -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_second_track_color -com.xw.repo.bubbleseekbar.R$attr: int navigationIcon -androidx.preference.R$attr: int listPreferredItemPaddingLeft -wangdaye.com.geometricweather.R$style: int PreferenceCategoryTitleTextStyle -wangdaye.com.geometricweather.R$styleable: int MotionLayout_motionProgress -androidx.fragment.R$drawable: int notification_bg_normal_pressed -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Dialog -com.google.android.material.R$style: int Theme_MaterialComponents_Light_Bridge -com.google.android.material.internal.NavigationMenuView: NavigationMenuView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property ThunderstormPrecipitationProbability -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Button_Borderless_Colored -androidx.hilt.R$id: int accessibility_custom_action_11 -androidx.appcompat.R$id: int notification_main_column -okhttp3.internal.platform.JdkWithJettyBootPlatform: java.lang.Class clientProviderClass -io.reactivex.Observable: io.reactivex.Observable concatWith(io.reactivex.SingleSource) -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: void cancelSources() -cyanogenmod.providers.CMSettings$System: long getLong(android.content.ContentResolver,java.lang.String,long) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_verticalGap -okhttp3.internal.http.HttpHeaders: HttpHeaders() -james.adaptiveicon.R$styleable: int MenuItem_android_orderInCategory -android.didikee.donate.R$attr: int divider -androidx.recyclerview.R$drawable: int notify_panel_notification_icon_bg -retrofit2.Retrofit: okhttp3.Call$Factory callFactory() -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language GERMAN -com.xw.repo.bubbleseekbar.R$drawable: int abc_text_select_handle_left_mtrl_dark -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light -androidx.constraintlayout.widget.R$styleable: int[] CompoundButton -com.google.android.material.R$styleable: int KeyPosition_sizePercent -wangdaye.com.geometricweather.R$string: int tag_uv -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_pivotAnchor +okhttp3.internal.http2.Hpack: okio.ByteString checkLowercase(okio.ByteString) +com.google.gson.internal.LinkedTreeMap: int size() +com.turingtechnologies.materialscrollbar.R$styleable: int View_android_focusable +io.reactivex.observers.DisposableObserver: boolean isDisposed() +cyanogenmod.weather.ICMWeatherManager$Stub: int TRANSACTION_unregisterWeatherServiceProviderChangeListener +androidx.vectordrawable.R$id: int accessibility_custom_action_31 +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: boolean hasKey(java.lang.Object) +com.google.android.material.datepicker.MaterialTextInputPicker: MaterialTextInputPicker() +com.jaredrummler.android.colorpicker.R$style: int Base_Animation_AppCompat_DropDownUp +com.jaredrummler.android.colorpicker.R$id: int notification_background +okhttp3.internal.http2.Http2Codec: okhttp3.internal.http2.Http2Stream stream +androidx.preference.R$attr: int dividerVertical +io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.Function,java.util.concurrent.Callable,int) +cyanogenmod.app.StatusBarPanelCustomTile: cyanogenmod.app.StatusBarPanelCustomTile clone() +com.google.android.material.R$styleable: int ConstraintSet_layout_editor_absoluteX +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.util.List getDefense() +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPopupWindowStyle +androidx.preference.R$attr: int actionOverflowButtonStyle +wangdaye.com.geometricweather.R$styleable: int[] Badge +james.adaptiveicon.R$styleable: int SwitchCompat_switchPadding +wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: void setHourText(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: java.util.List AirAndPollen +androidx.loader.R$string: R$string() +wangdaye.com.geometricweather.R$color: int background_floating_material_dark +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_DEFAULT_LED_OFF_VALIDATOR +org.greenrobot.greendao.identityscope.IdentityScopeType: org.greenrobot.greendao.identityscope.IdentityScopeType valueOf(java.lang.String) +androidx.preference.R$id: int search_plate +androidx.appcompat.R$styleable: int AppCompatTextView_drawableStartCompat +androidx.viewpager.R$attr: int fontProviderCerts +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Ice +androidx.viewpager2.R$id: int forever +android.didikee.donate.R$styleable: int[] AppCompatTextView +wangdaye.com.geometricweather.R$attr: int checked +androidx.appcompat.R$styleable: int AppCompatTheme_switchStyle +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipMinHeight +androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_drawableTop +androidx.constraintlayout.widget.R$dimen: int abc_text_size_display_1_material +com.amap.api.fence.GeoFence: void setPointList(java.util.List) +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Snow: MfHistoryResult$History$Snow() +androidx.constraintlayout.widget.R$attr: int autoSizeMinTextSize +cyanogenmod.externalviews.KeyguardExternalView: void unregisterKeyguardExternalViewCallback(cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks) +com.amap.api.fence.GeoFence: java.util.List getPointList() +androidx.appcompat.widget.Toolbar: void setSubtitle(java.lang.CharSequence) +wangdaye.com.geometricweather.R$attr: int flow_verticalAlign +com.xw.repo.bubbleseekbar.R$attr: int actionBarItemBackground +androidx.core.view.GestureDetectorCompat +com.jaredrummler.android.colorpicker.R$id: int none +com.jaredrummler.android.colorpicker.R$style: int Base_V23_Theme_AppCompat_Light +com.jaredrummler.android.colorpicker.R$styleable: int[] PopupWindowBackgroundState +wangdaye.com.geometricweather.db.entities.DailyEntity: void setHoursOfSun(float) +wangdaye.com.geometricweather.R$attr: int useSimpleSummaryProvider +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown +com.jaredrummler.android.colorpicker.R$drawable: int abc_cab_background_top_material +cyanogenmod.themes.ThemeManager: ThemeManager(android.content.Context) +com.bumptech.glide.R$styleable: int FontFamily_fontProviderQuery +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Dialog_MinWidth com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Year_Today -com.jaredrummler.android.colorpicker.R$id: int alertTitle -com.xw.repo.bubbleseekbar.R$style: int Base_V7_Theme_AppCompat_Light -com.google.android.material.transformation.ExpandableBehavior: ExpandableBehavior() -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut -androidx.appcompat.widget.AppCompatSeekBar -androidx.transition.R$dimen: int compat_notification_large_icon_max_height -androidx.appcompat.R$attr: int autoSizeTextType -com.xw.repo.bubbleseekbar.R$color: int dim_foreground_disabled_material_light -androidx.appcompat.widget.AbsActionBarView: int getContentHeight() -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setOverlay(java.lang.String) -com.amap.api.location.AMapLocationClientOption: int describeContents() -com.google.android.material.R$attr: int elevation -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor -wangdaye.com.geometricweather.R$layout: int widget_trend_hourly -androidx.preference.R$drawable: int abc_ic_star_black_36dp -androidx.hilt.R$id: int accessibility_custom_action_20 -wangdaye.com.geometricweather.R$drawable: int weather_sleet_mini_light -wangdaye.com.geometricweather.R$attr: int layout_constraintTop_toBottomOf -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintGuide_begin -io.reactivex.internal.util.ArrayListSupplier: java.util.List apply(java.lang.Object) -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_editTextPreferenceStyle -okhttp3.internal.http2.Http2Stream: long bytesLeftInWriteWindow -androidx.appcompat.R$attr: int actionBarWidgetTheme -android.didikee.donate.R$attr: int buttonStyleSmall -com.google.android.material.chip.Chip: Chip(android.content.Context,android.util.AttributeSet) -androidx.vectordrawable.animated.R$id -cyanogenmod.profiles.ConnectionSettings: int mConnectionId -cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Imperial: int UnitType -okhttp3.internal.ws.WebSocketReader: okio.Buffer messageFrameBuffer -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments textAvalanche -com.jaredrummler.android.colorpicker.R$id: int spacer -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarDivider -com.google.android.material.R$attr: int navigationIcon -cyanogenmod.providers.CMSettings$InclusiveFloatRangeValidator: float mMin -androidx.preference.R$anim: int fragment_close_exit -james.adaptiveicon.R$attr: int actionBarSize -com.google.android.material.R$anim: int abc_popup_enter -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Tooltip -com.bumptech.glide.MemoryCategory: com.bumptech.glide.MemoryCategory LOW -androidx.customview.R$styleable: int FontFamilyFont_android_ttcIndex -com.google.android.material.bottomappbar.BottomAppBar: int getFabAlignmentMode() -com.google.android.gms.common.R$integer: R$integer() -androidx.constraintlayout.widget.R$style: int Base_V22_Theme_AppCompat_Light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean getSpeed() -james.adaptiveicon.R$color: int material_grey_600 -okhttp3.internal.tls.DistinguishedNameParser: int pos -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: float getMilliMeters(float) -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ProgressBar -com.google.android.material.R$style: int Widget_MaterialComponents_Button_UnelevatedButton_Icon -androidx.lifecycle.SavedStateHandle: java.lang.Class[] ACCEPTABLE_CLASSES -android.support.v4.app.INotificationSideChannel$Stub: android.support.v4.app.INotificationSideChannel getDefaultImpl() -android.didikee.donate.R$attr: int actionModeFindDrawable -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.lang.Integer LEFT_VALUE -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: boolean delayErrors -android.didikee.donate.R$styleable: int ActionMode_background -androidx.preference.R$style: int TextAppearance_Compat_Notification_Info -com.google.android.material.floatingactionbutton.FloatingActionButton: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView -androidx.constraintlayout.widget.R$string: int abc_search_hint -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeTotalPrecipitationProbability(java.lang.Float) -okhttp3.internal.publicsuffix.PublicSuffixDatabase: PublicSuffixDatabase() -androidx.appcompat.R$style: int Base_V28_Theme_AppCompat_Light -androidx.constraintlayout.widget.R$id: int animateToStart -wangdaye.com.geometricweather.R$string: int key_precipitation_unit -wangdaye.com.geometricweather.db.entities.LocationEntityDao: boolean isEntityUpdateable() -android.didikee.donate.R$style: int Widget_AppCompat_RatingBar -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_horizontalGap -androidx.preference.R$dimen: int fastscroll_minimum_range -com.jaredrummler.android.colorpicker.R$styleable: int[] FontFamily -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void request(long) -wangdaye.com.geometricweather.R$styleable: int EditTextPreference_useSimpleSummaryProvider -wangdaye.com.geometricweather.R$string: int feedback_resident_location_description -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeRealFeelTemperature(java.lang.Integer) -com.google.android.material.R$styleable: int ThemeEnforcement_enforceMaterialTheme -com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_radio_material -cyanogenmod.app.Profile: cyanogenmod.profiles.LockSettings mScreenLockMode -androidx.hilt.work.R$dimen: int notification_top_pad_large_text -james.adaptiveicon.R$attr: int maxButtonHeight -com.xw.repo.bubbleseekbar.R$attr: int listLayout -androidx.constraintlayout.widget.R$layout: int abc_search_view -com.xw.repo.bubbleseekbar.R$attr: int layout_dodgeInsetEdges -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem -cyanogenmod.providers.CMSettings$Global: java.lang.String ZEN_DISABLE_DUCKING_DURING_MEDIA_PLAYBACK -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: int sourceMode -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int IceProbability -com.xw.repo.bubbleseekbar.R$attr: int barLength -androidx.hilt.lifecycle.R$id: int normal -androidx.work.WorkInfo$State -com.google.android.material.R$styleable: int Slider_tickVisible -wangdaye.com.geometricweather.R$attr: int itemMaxLines -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat_Dark -android.didikee.donate.R$drawable: int abc_scrubber_primary_mtrl_alpha -okhttp3.internal.connection.ConnectionSpecSelector: boolean connectionFailed(java.io.IOException) -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Dialog -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_RatingBar_Indicator -com.jaredrummler.android.colorpicker.R$id: int cpv_preference_preview_color_panel -com.google.android.material.R$styleable: int TextInputLayout_errorIconDrawable -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub$Proxy: java.lang.String getInterfaceDescriptor() -com.jaredrummler.android.colorpicker.R$id: int seekbar_value -retrofit2.ParameterHandler$Path: ParameterHandler$Path(java.lang.reflect.Method,int,java.lang.String,retrofit2.Converter,boolean) -okhttp3.Headers: okhttp3.Headers of(java.util.Map) -androidx.preference.R$styleable: int AppCompatTheme_actionModeBackground -retrofit2.Platform: java.lang.reflect.Constructor lookupConstructor -com.amap.api.location.AMapLocation: java.lang.String f -james.adaptiveicon.R$layout: int abc_action_menu_item_layout -androidx.hilt.R$styleable: int[] Fragment -androidx.constraintlayout.widget.R$string: int abc_action_bar_up_description -androidx.core.R$drawable: int notification_action_background -okio.RealBufferedSink: okio.BufferedSink writeDecimalLong(long) -androidx.preference.R$style: int Theme_AppCompat_Light_NoActionBar -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getNotificationGroup -io.reactivex.internal.disposables.DisposableHelper: void dispose() -com.github.rahatarmanahmed.cpv.CircularProgressView: android.animation.AnimatorSet createIndeterminateAnimator(float) -wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: java.lang.String styleId -androidx.preference.R$styleable: int SwitchPreference_android_switchTextOff -androidx.legacy.coreutils.R$attr -androidx.preference.R$styleable: int TextAppearance_android_typeface -cyanogenmod.externalviews.KeyguardExternalView: KeyguardExternalView(android.content.Context,android.util.AttributeSet,int) -okhttp3.Cookie$Builder: okhttp3.Cookie$Builder path(java.lang.String) -io.reactivex.internal.subscriptions.DeferredScalarSubscription: int NO_REQUEST_NO_VALUE -android.didikee.donate.R$attr: int listPreferredItemPaddingLeft -wangdaye.com.geometricweather.R$drawable: int abc_seekbar_thumb_material +wangdaye.com.geometricweather.common.basic.models.weather.UV: boolean isValid() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$LocalSource: AccuCurrentResult$LocalSource() +com.google.android.material.R$style: int Widget_AppCompat_Spinner_DropDown +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Display4 +okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder noTransform() +okio.SegmentPool: okio.Segment next +android.didikee.donate.R$attr: int titleMargin +retrofit2.BuiltInConverters$ToStringConverter: java.lang.String convert(java.lang.Object) +wangdaye.com.geometricweather.location.services.LocationService: android.app.Notification getLocationNotification(android.content.Context) +wangdaye.com.geometricweather.R$styleable: int[] MaterialAlertDialog +com.google.android.material.R$attr: int layout_constraintDimensionRatio +org.greenrobot.greendao.AbstractDao: java.lang.Object readKey(android.database.Cursor,int) +androidx.preference.R$string: int abc_menu_function_shortcut_label +com.google.android.material.snackbar.BaseTransientBottomBar$Behavior: BaseTransientBottomBar$Behavior() +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWindDirection +androidx.work.impl.WorkManagerInitializer +james.adaptiveicon.R$color: int button_material_light +com.google.android.material.R$attr: int region_widthLessThan +cyanogenmod.providers.CMSettings$System: java.lang.String SYSTEM_PROFILES_ENABLED +android.didikee.donate.R$style: int Base_V7_Theme_AppCompat_Dialog +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.String getWeatherText() +androidx.preference.R$styleable: int AppCompatTheme_panelMenuListWidth +cyanogenmod.providers.CMSettings$Global: boolean putFloat(android.content.ContentResolver,java.lang.String,float) +com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableItem_android_drawable +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setLocationMode(com.amap.api.location.AMapLocationClientOption$AMapLocationMode) +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: io.reactivex.functions.Action onOverflow +androidx.recyclerview.R$integer: int status_bar_notification_info_maxnum +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_NoActionBar_Bridge +com.loc.k: java.lang.String b() +com.google.android.material.R$styleable: int SearchView_searchHintIcon +androidx.customview.R$layout: int notification_template_icon_group +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_touch_to_seek +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Snow Snow +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Button +okhttp3.internal.http2.Http2Reader: okhttp3.internal.http2.Http2Reader$ContinuationSource continuation +androidx.lifecycle.extensions.R$drawable: int notification_template_icon_bg +wangdaye.com.geometricweather.R$dimen: int abc_action_bar_content_inset_material +wangdaye.com.geometricweather.settings.fragments.ServiceProviderSettingsFragment: ServiceProviderSettingsFragment() +com.xw.repo.bubbleseekbar.R$attr: int searchViewStyle +androidx.appcompat.R$anim: int btn_radio_to_off_mtrl_ring_outer_path_animation +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: java.lang.String getCardName(android.content.Context) +com.jaredrummler.android.colorpicker.R$dimen: int notification_action_text_size +com.bumptech.glide.load.engine.GlideException: void setOrigin(java.lang.Exception) +james.adaptiveicon.R$styleable: int ActionBar_navigationMode +okhttp3.internal.platform.ConscryptPlatform: void configureTlsExtensions(javax.net.ssl.SSLSocket,java.lang.String,java.util.List) +cyanogenmod.app.CustomTile$ExpandedStyle: int GRID_STYLE +okhttp3.RequestBody$3: okhttp3.MediaType val$contentType +android.didikee.donate.R$color: int abc_tint_spinner +com.jaredrummler.android.colorpicker.R$attr: int maxButtonHeight +okio.Buffer: int hashCode() +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_Switch +wangdaye.com.geometricweather.R$styleable: int SwitchPreference_android_disableDependentsState +okhttp3.internal.proxy.NullProxySelector +com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat +com.google.android.material.R$styleable: int ConstraintSet_android_scaleX +androidx.lifecycle.SavedStateHandle$1 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setPm25(java.lang.String) +androidx.preference.R$drawable: int abc_list_selector_background_transition_holo_light +androidx.preference.R$dimen: int abc_button_padding_vertical_material +androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_android_fontWeight +wangdaye.com.geometricweather.R$dimen: int tooltip_margin +androidx.preference.R$styleable: int[] SeekBarPreference +com.google.android.material.chip.Chip: void setCloseIconSize(float) +com.google.android.material.textfield.TextInputLayout: void setSuffixTextAppearance(int) +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_default_height_material +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.core.R$id: int action_container +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Subhead +cyanogenmod.weather.WeatherLocation: java.lang.String mPostal androidx.lifecycle.extensions.R$id: int async -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_text_btn_icon_padding -cyanogenmod.app.IPartnerInterface: boolean setZenModeWithDuration(int,long) -androidx.activity.R$id: int action_text -com.google.android.material.R$attr: int shrinkMotionSpec -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintStart_toEndOf -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintStart_toEndOf -cyanogenmod.weather.RequestInfo: int access$202(cyanogenmod.weather.RequestInfo,int) -wangdaye.com.geometricweather.R$layout: int design_bottom_navigation_item -wangdaye.com.geometricweather.common.ui.widgets.TagView: void setCheckedBackgroundColor(int) -okhttp3.internal.http2.Huffman: byte[] CODE_LENGTHS -androidx.fragment.R$anim: int fragment_fade_exit -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeRainPrecipitationProbability -androidx.preference.R$styleable: int AppCompatTheme_searchViewStyle -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_controlBackground -wangdaye.com.geometricweather.common.basic.models.weather.Base: long getTimeStamp() -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_display_2_material -com.google.android.material.R$styleable: int Insets_paddingRightSystemWindowInsets -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: java.lang.String brandId -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintEnd_toEndOf -androidx.hilt.lifecycle.R$id: int italic -com.google.android.material.R$attr: int animationMode -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_1_00 -androidx.hilt.R$id: int accessibility_custom_action_24 -android.didikee.donate.R$styleable: int ActionBar_background -androidx.constraintlayout.widget.R$id: int notification_background -okhttp3.Interceptor$Chain -com.google.android.material.R$style: int Base_Widget_AppCompat_ActionBar -io.reactivex.internal.observers.BasicIntQueueDisposable: int requestFusion(int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: int status -com.jaredrummler.android.colorpicker.R$id: int scrollIndicatorUp -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionBar -cyanogenmod.externalviews.ExternalViewProperties: int mWidth -wangdaye.com.geometricweather.R$attr: int textAppearanceSubtitle1 -android.didikee.donate.R$id: int ifRoom -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorAccent -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintEnd_toEndOf -com.google.android.material.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog -okio.Pipe$PipeSink: void flush() -androidx.swiperefreshlayout.R$style: int TextAppearance_Compat_Notification_Title -androidx.constraintlayout.widget.R$attr: int flow_lastVerticalBias -android.didikee.donate.R$attr: int measureWithLargestChild -io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: boolean disconnectedEarly -okhttp3.Cookie: int hashCode() -androidx.preference.R$styleable: int AnimatedStateListDrawableTransition_android_reversible -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: long serialVersionUID -wangdaye.com.geometricweather.R$attr: int colorOnBackground -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: io.reactivex.Observer downstream -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_navigationMode -androidx.constraintlayout.widget.R$attr: int height -io.reactivex.Observable: io.reactivex.Single single(java.lang.Object) -james.adaptiveicon.R$color: int abc_secondary_text_material_dark -wangdaye.com.geometricweather.R$drawable: int weather_clear_day_1 -okhttp3.logging.LoggingEventListener: void callStart(okhttp3.Call) -androidx.appcompat.R$id: int search_close_btn -okio.SegmentedByteString: byte[] internalArray() -androidx.lifecycle.ProcessLifecycleOwner$2: void onStart() -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_toTopOf -com.google.android.material.R$id: int listMode -androidx.constraintlayout.widget.R$color: int material_blue_grey_800 -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void onError(java.lang.Throwable) -okhttp3.internal.http2.Http2Reader$ContinuationSource: void close() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String ragweedDescription -com.google.android.material.R$id: int add -wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle CITIES -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarViewPager: void setOnApplyWindowInsetsListener(android.view.View$OnApplyWindowInsetsListener) -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.functions.Function mapper -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property Temperature -wangdaye.com.geometricweather.common.ui.widgets.astro.MoonPhaseView: MoonPhaseView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$layout: int mtrl_picker_header_toggle -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title -com.xw.repo.bubbleseekbar.R$attr: int textAppearanceSearchResultTitle -com.google.android.material.R$styleable: int AppCompatTheme_actionBarDivider -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float o3 -com.google.android.material.progressindicator.ProgressIndicator: void setInverse(boolean) -androidx.recyclerview.R$style: int TextAppearance_Compat_Notification_Title -cyanogenmod.externalviews.ExternalView: ExternalView(android.content.Context,android.util.AttributeSet) -io.reactivex.internal.disposables.EmptyDisposable: void error(java.lang.Throwable,io.reactivex.CompletableObserver) -androidx.preference.R$drawable: int abc_btn_borderless_material -androidx.preference.R$drawable: int abc_item_background_holo_dark -james.adaptiveicon.R$id: int contentPanel -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_EditText -com.amap.api.location.AMapLocationClient: void enableBackgroundLocation(int,android.app.Notification) -wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_android_switchTextOff -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_letter_spacing -wangdaye.com.geometricweather.R$attr: int defaultQueryHint -wangdaye.com.geometricweather.db.entities.DailyEntity: float getHoursOfSun() -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_icon_3 -okhttp3.internal.ws.WebSocketWriter: okio.Buffer sinkBuffer -wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Object readKey(android.database.Cursor,int) -okio.Buffer: okio.BufferedSink writeUtf8(java.lang.String,int,int) -androidx.appcompat.R$attr: int actionOverflowMenuStyle -okhttp3.HttpUrl: java.lang.String percentDecode(java.lang.String,boolean) -okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.platform.OptionalMethod setAlpnProtocols -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float thunderstormPrecipitationProbability -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX names -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating -com.bumptech.glide.R$styleable: int FontFamilyFont_fontWeight -wangdaye.com.geometricweather.R$styleable: int[] MaterialToolbar -androidx.fragment.R$anim: int fragment_open_exit -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_rotationX -wangdaye.com.geometricweather.R$string: int time -io.reactivex.Observable: io.reactivex.Single contains(java.lang.Object) -com.google.android.material.textfield.TextInputLayout: void setStartIconContentDescription(int) -androidx.work.impl.WorkManagerInitializer: WorkManagerInitializer() -com.google.android.material.progressindicator.ProgressIndicator: int getIndicatorSize() -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: org.reactivestreams.Subscription upstream -android.didikee.donate.R$dimen: int abc_action_bar_default_height_material -wangdaye.com.geometricweather.R$id: int switchWidget -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_alertDialogTheme -com.jaredrummler.android.colorpicker.R$attr: int actionBarTheme -wangdaye.com.geometricweather.R$drawable: int btn_radio_off_to_on_mtrl_animation -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Dark -com.jaredrummler.android.colorpicker.NestedGridView -com.amap.api.fence.GeoFenceManagerBase: void addKeywordGeoFence(java.lang.String,java.lang.String,java.lang.String,int,java.lang.String) -androidx.appcompat.R$styleable: int ActionBar_divider -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_APP_SWITCH_LONG_PRESS_ACTION_VALIDATOR -androidx.preference.R$styleable: int AppCompatTheme_panelBackground -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: int status -androidx.viewpager2.R$styleable: int FontFamilyFont_android_fontWeight -com.google.android.material.R$dimen: int abc_search_view_preferred_width -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow -androidx.recyclerview.R$attr: int fastScrollVerticalThumbDrawable -androidx.appcompat.resources.R$dimen: int notification_large_icon_height -android.didikee.donate.R$styleable: int ViewBackgroundHelper_android_background -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator LOCKSCREEN_PIN_SCRAMBLE_LAYOUT_VALIDATOR -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_Switch -androidx.appcompat.R$attr: int panelBackground -com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableItem_android_drawable -io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric: int UnitType -okhttp3.internal.http2.Http2Connection$Listener: void onStream(okhttp3.internal.http2.Http2Stream) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric -okhttp3.HttpUrl: java.lang.String USERNAME_ENCODE_SET -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_android_baselineAligned -androidx.constraintlayout.widget.R$drawable: int abc_spinner_mtrl_am_alpha -androidx.dynamicanimation.R$dimen: R$dimen() -com.xw.repo.bubbleseekbar.R$styleable: int[] ActionMenuItemView -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_scaleX -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: android.os.IBinder asBinder() -cyanogenmod.platform.Manifest$permission: java.lang.String ACCESS_APP_SUGGESTIONS -androidx.constraintlayout.widget.R$attr: int layout_constraintBottom_toBottomOf -androidx.coordinatorlayout.R$id: int italic -wangdaye.com.geometricweather.R$styleable: int Toolbar_contentInsetStartWithNavigation -cyanogenmod.externalviews.ExternalView$1: void onServiceConnected(android.content.ComponentName,android.os.IBinder) -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeInsetStart -cyanogenmod.app.IProfileManager: cyanogenmod.app.Profile getActiveProfile() -com.turingtechnologies.materialscrollbar.R$attr: int tabPaddingStart -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight -androidx.viewpager.R$styleable: int FontFamily_fontProviderCerts -okhttp3.Request$Builder: Request$Builder() -okhttp3.internal.cache.DiskLruCache: void processJournal() -io.reactivex.Observable: io.reactivex.Observable lift(io.reactivex.ObservableOperator) -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language GREEK -wangdaye.com.geometricweather.R$drawable: int notif_temp_96 -retrofit2.OkHttpCall$1: void onResponse(okhttp3.Call,okhttp3.Response) -androidx.lifecycle.extensions.R$attr -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: io.reactivex.internal.util.AtomicThrowable errors -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.AlertEntityDao getAlertEntityDao() -wangdaye.com.geometricweather.R$styleable: int[] FragmentContainerView -com.google.android.material.R$styleable: int SnackbarLayout_android_maxWidth -cyanogenmod.app.ICustomTileListener$Stub$Proxy -com.turingtechnologies.materialscrollbar.R$id: int search_bar -androidx.activity.ComponentActivity$2 -wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: int unitArrayIndex -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: int getStatus() -wangdaye.com.geometricweather.R$string: int aqi_6 -androidx.core.R$layout: int notification_template_part_time -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton -com.google.android.material.R$styleable: int MockView_mock_labelColor -wangdaye.com.geometricweather.R$drawable: int flag_ar -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu -wangdaye.com.geometricweather.common.basic.models.weather.Base: java.lang.String getTime(android.content.Context,java.util.Date) -android.didikee.donate.R$styleable: int AppCompatTextView_drawableBottomCompat -retrofit2.http.HEAD: java.lang.String value() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: java.lang.String logo -okio.Segment: void writeTo(okio.Segment,int) -org.greenrobot.greendao.AbstractDao: java.util.List queryRaw(java.lang.String,java.lang.String[]) -retrofit2.RequestBuilder -androidx.constraintlayout.widget.R$attr: int lastBaselineToBottomHeight -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large -androidx.fragment.app.FragmentContainerView -cyanogenmod.app.CustomTile$ExpandedStyle$1 -wangdaye.com.geometricweather.R$id: int container_main_header_tempTxt -androidx.lifecycle.DefaultLifecycleObserver: void onPause(androidx.lifecycle.LifecycleOwner) -james.adaptiveicon.R$attr: int logoDescription -androidx.constraintlayout.widget.R$styleable: int MenuGroup_android_orderInCategory -androidx.lifecycle.ViewModelProvider$NewInstanceFactory -okhttp3.Call: void cancel() -okhttp3.internal.cache.DiskLruCache: java.lang.String JOURNAL_FILE -com.turingtechnologies.materialscrollbar.R$id: int design_navigation_view -okio.Buffer$2: int read(byte[],int,int) -io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: long serialVersionUID -com.turingtechnologies.materialscrollbar.R$bool: int mtrl_btn_textappearance_all_caps -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_109 -retrofit2.ParameterHandler$QueryMap: void apply(retrofit2.RequestBuilder,java.lang.Object) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Metric: AccuCurrentResult$RealFeelTemperatureShade$Metric() -androidx.constraintlayout.utils.widget.ImageFilterButton: void setOverlay(boolean) -androidx.work.R$dimen: int notification_action_text_size -wangdaye.com.geometricweather.R$styleable: int Transition_constraintSetEnd -com.google.gson.internal.JsonReaderInternalAccess: JsonReaderInternalAccess() -androidx.appcompat.R$attr: int drawableStartCompat -android.didikee.donate.R$styleable: int ActionMode_closeItemLayout -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind Wind -com.google.android.material.R$styleable: int Constraint_android_layout_marginRight -androidx.preference.R$id: int tabMode -okhttp3.internal.http2.Http2Codec: okio.Sink createRequestBody(okhttp3.Request,long) -okhttp3.internal.ws.WebSocketProtocol: long PAYLOAD_SHORT_MAX -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_DrawerArrowToggle -wangdaye.com.geometricweather.R$attr: int switchPadding -com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_keylines -androidx.constraintlayout.widget.R$attr: int ratingBarStyleIndicator -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title -james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_AutoCompleteTextView -wangdaye.com.geometricweather.R$drawable: int ic_water -io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: void replay(io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable) -com.google.android.material.R$styleable: int[] FloatingActionButton -cyanogenmod.hardware.CMHardwareManager: boolean get(int) +com.google.android.material.R$styleable: int Layout_layout_editor_absoluteY +com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_select_handle_middle_mtrl_light +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: boolean isDisposed() +com.google.android.material.slider.BaseSlider: void setHaloTintList(android.content.res.ColorStateList) +androidx.work.impl.utils.futures.DirectExecutor +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Long readKey(android.database.Cursor,int) +wangdaye.com.geometricweather.R$string: int feedback_today_precipitation_alert +com.xw.repo.bubbleseekbar.R$integer: R$integer() +com.google.android.material.R$styleable: int Toolbar_titleMarginTop +com.jaredrummler.android.colorpicker.R$styleable: int Preference_widgetLayout +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_auto_adjust_section_mark +wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_fontWeight +com.google.android.material.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable +cyanogenmod.profiles.BrightnessSettings: void readFromParcel(android.os.Parcel) +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void trimHead() +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: long serialVersionUID +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver otherObserver +wangdaye.com.geometricweather.R$styleable: int StateListDrawable_android_enterFadeDuration +androidx.cardview.widget.CardView: void setCardElevation(float) +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: java.util.concurrent.atomic.AtomicReference queue +androidx.preference.R$anim: R$anim() +wangdaye.com.geometricweather.R$dimen: int abc_edit_text_inset_top_material +wangdaye.com.geometricweather.R$integer: int mtrl_calendar_year_selector_span +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getCo() +androidx.appcompat.R$id: int accessibility_custom_action_0 +com.google.android.material.slider.RangeSlider: void setHaloRadiusResource(int) +okio.Buffer$2: void close() +okhttp3.HttpUrl: java.net.URI uri() com.jaredrummler.android.colorpicker.R$style: int Base_V23_Theme_AppCompat -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: ObservableBufferBoundary$BufferBoundaryObserver(io.reactivex.Observer,io.reactivex.ObservableSource,io.reactivex.functions.Function,java.util.concurrent.Callable) -okio.GzipSource: okio.BufferedSource source -wangdaye.com.geometricweather.R$color: int striking_red -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_centerColor -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language PORTUGUESE_BR -com.xw.repo.bubbleseekbar.R$attr: int state_above_anchor -wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig chineseCityEntityDaoConfig -android.didikee.donate.R$layout: int notification_template_part_chronometer -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_horizontalGap -com.google.android.material.R$attr: int keylines -io.reactivex.internal.util.AtomicThrowable -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: java.lang.String advice -com.google.android.material.button.MaterialButtonToggleGroup: int getFirstVisibleChildIndex() -androidx.appcompat.R$attr: int titleTextStyle -cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: void processWeatherUpdateRequest(cyanogenmod.weather.RequestInfo) -androidx.constraintlayout.widget.R$attr: R$attr() -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_icon_size -com.google.android.material.R$layout: int test_chip_zero_corner_radius -okhttp3.internal.http2.Http2Writer: void ping(boolean,int,int) -okhttp3.internal.http2.Http2Connection$Listener$1: Http2Connection$Listener$1() -androidx.appcompat.R$style: int ThemeOverlay_AppCompat -io.reactivex.internal.schedulers.RxThreadFactory: long serialVersionUID -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void cancel() -wangdaye.com.geometricweather.remoteviews.config.ClockDayDetailsWidgetConfigActivity: ClockDayDetailsWidgetConfigActivity() -cyanogenmod.power.IPerformanceManager$Stub$Proxy: int getPowerProfile() -wangdaye.com.geometricweather.R$styleable: int[] CoordinatorLayout -okhttp3.internal.Util: java.nio.charset.Charset UTF_32_BE -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_searchIcon -com.google.android.material.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight -james.adaptiveicon.R$drawable: int abc_text_select_handle_middle_mtrl_light -cyanogenmod.weather.IRequestInfoListener$Stub: IRequestInfoListener$Stub() -okhttp3.OkHttpClient$Builder: java.util.List interceptors() -io.reactivex.internal.observers.BasicIntQueueDisposable: long serialVersionUID -androidx.constraintlayout.widget.R$attr: int tintMode -retrofit2.RequestFactory$Builder: retrofit2.ParameterHandler[] parameterHandlers -wangdaye.com.geometricweather.R$string: int settings_summary_unit -androidx.constraintlayout.widget.R$attr: int backgroundTintMode -james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_drawableRight -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: java.lang.String getIcon() -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: boolean isCanceled() -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Temperature -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber -io.reactivex.internal.subscriptions.SubscriptionHelper: void request(long) -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleMarginEnd -james.adaptiveicon.R$color: int switch_thumb_material_light -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind: java.lang.Integer direction -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatImageView_android_src -okio.RealBufferedSink: okio.BufferedSink writeByte(int) -com.google.android.material.R$drawable: int abc_ic_star_black_16dp -cyanogenmod.themes.ThemeManager: android.os.Handler mHandler -wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_marginTop -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_editor_absoluteY -okhttp3.internal.ws.RealWebSocket: boolean pong(okio.ByteString) -androidx.appcompat.R$layout: int abc_select_dialog_material -io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: java.util.concurrent.atomic.AtomicReference upstream -okhttp3.CertificatePinner$Pin: java.lang.String pattern -org.greenrobot.greendao.AbstractDaoSession: void delete(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$drawable: int design_snackbar_background -james.adaptiveicon.R$styleable: int MenuItem_actionLayout -okhttp3.internal.http2.Http2Reader: void readRstStream(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Metric Metric -androidx.drawerlayout.R$attr: int ttcIndex -com.google.android.material.R$drawable: int btn_checkbox_unchecked_to_checked_mtrl_animation -cyanogenmod.app.CMContextConstants$Features: java.lang.String PERFORMANCE -com.turingtechnologies.materialscrollbar.R$integer: int status_bar_notification_info_maxnum -okhttp3.Cookie$Builder: okhttp3.Cookie$Builder secure() -androidx.dynamicanimation.R$layout: int notification_template_part_chronometer -wangdaye.com.geometricweather.R$styleable: int MenuGroup_android_enabled -androidx.appcompat.R$layout: int select_dialog_singlechoice_material -androidx.constraintlayout.widget.R$layout: int abc_popup_menu_item_layout -okio.RealBufferedSink: okio.BufferedSink writeUtf8CodePoint(int) -androidx.viewpager2.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable -com.google.android.material.R$styleable: int Constraint_layout_constraintWidth_percent -androidx.appcompat.R$styleable: int[] AppCompatImageView -com.xw.repo.bubbleseekbar.R$dimen: int abc_search_view_preferred_width -androidx.viewpager.R$dimen: int notification_large_icon_height -io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: void onComplete() -android.didikee.donate.R$styleable: int MenuItem_android_enabled -androidx.preference.R$style: int Theme_AppCompat_Light_DialogWhenLarge -james.adaptiveicon.R$dimen: int abc_action_bar_default_padding_start_material -io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: io.reactivex.disposables.Disposable upstream -androidx.swiperefreshlayout.R$styleable: int ColorStateListItem_android_color -androidx.appcompat.R$styleable: int MenuGroup_android_id -androidx.lifecycle.ClassesInfoCache$CallbackInfo: void invokeCallbacks(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event,java.lang.Object) -com.google.android.material.R$styleable: int Badge_maxCharacterCount +com.jaredrummler.android.colorpicker.R$attr: int colorPrimaryDark +cyanogenmod.power.IPerformanceManager$Stub$Proxy: void cpuBoost(int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: java.lang.String getDefenseIcon() +androidx.recyclerview.R$style: R$style() +wangdaye.com.geometricweather.R$animator: int weather_rain_1 +androidx.recyclerview.R$attr: int fontVariationSettings +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA +com.turingtechnologies.materialscrollbar.R$color: int material_grey_850 +androidx.appcompat.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog +wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Priority +androidx.lifecycle.LifecycleRegistry$1 +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer uvIndex +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeSnowPrecipitationDuration +androidx.constraintlayout.widget.R$styleable: int OnClick_clickAction +io.reactivex.internal.disposables.ArrayCompositeDisposable: long serialVersionUID +cyanogenmod.weather.WeatherLocation$1: cyanogenmod.weather.WeatherLocation[] newArray(int) +wangdaye.com.geometricweather.R$attr: int cornerFamilyTopRight +android.didikee.donate.R$dimen: int abc_list_item_padding_horizontal_material +wangdaye.com.geometricweather.R$attr: int itemSpacing +androidx.constraintlayout.widget.R$color: int abc_btn_colored_text_material +cyanogenmod.externalviews.ExternalView: void executeQueue() +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Subtitle1 +wangdaye.com.geometricweather.R$id: int widget_remote +androidx.appcompat.R$styleable: int GradientColor_android_startColor +com.google.android.gms.common.server.response.zal +okhttp3.internal.http.StatusLine +androidx.constraintlayout.utils.widget.ImageFilterView: void setRoundPercent(float) +com.jaredrummler.android.colorpicker.R$drawable: int abc_textfield_search_activated_mtrl_alpha +cyanogenmod.app.CustomTile$ExpandedItem: void writeToParcel(android.os.Parcel,int) +androidx.recyclerview.R$styleable: int FontFamilyFont_fontStyle +wangdaye.com.geometricweather.R$styleable: int State_android_id +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Display2 +okhttp3.internal.http1.Http1Codec: void flushRequest() +cyanogenmod.app.CustomTile$ExpandedStyle: void internalSetExpandedItems(java.util.ArrayList) +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getRotation() +james.adaptiveicon.R$style: int Widget_AppCompat_CompoundButton_CheckBox +androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_marginLeft +androidx.lifecycle.LiveData: java.lang.Object getValue() +io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy ERROR +androidx.swiperefreshlayout.R$id: int chronometer +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintBottom_toTopOf +com.google.android.material.R$color: int dim_foreground_material_light +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_homeAsUpIndicator +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintWidth_percent +com.google.android.material.R$attr: int buttonBarStyle +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Caption +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: android.os.IBinder asBinder() +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void setDisposable(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorError +androidx.appcompat.R$styleable: int AppCompatTheme_dividerVertical +androidx.dynamicanimation.R$attr: int fontProviderAuthority +androidx.preference.R$attr: int order +cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_getDefaultLiveLockScreen +cyanogenmod.providers.CMSettings$Secure$1 +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: boolean unregisterChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) +com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_selector_disabled_holo_light +android.didikee.donate.R$id: R$id() +io.reactivex.internal.observers.InnerQueuedObserver: void setDone() +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode INTERNAL_ERROR +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_CUSTOM_ENABLE +androidx.appcompat.widget.Toolbar$SavedState +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void onNext(java.lang.Object) +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Menu +com.google.android.material.R$dimen: int mtrl_calendar_navigation_bottom_padding +androidx.preference.R$attr: int switchStyle +wangdaye.com.geometricweather.R$color: int colorRootDark +okhttp3.Authenticator: okhttp3.Request authenticate(okhttp3.Route,okhttp3.Response) +com.google.android.material.checkbox.MaterialCheckBox: MaterialCheckBox(android.content.Context) +androidx.lifecycle.GeneratedAdapter: void callMethods(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event,boolean,androidx.lifecycle.MethodCallsLogger) +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_min_height +okhttp3.internal.io.FileSystem$1: void deleteContents(java.io.File) +wangdaye.com.geometricweather.R$layout: int widget_clock_day_rectangle +com.google.android.material.slider.Slider: void setTickTintList(android.content.res.ColorStateList) +com.google.android.material.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle +james.adaptiveicon.R$style: int Widget_AppCompat_RatingBar_Indicator +androidx.preference.R$styleable: int ActionBar_background +androidx.appcompat.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable +com.amap.api.location.AMapLocation$1: java.lang.Object[] newArray(int) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean dispatchKeyShortcutEvent(android.view.KeyEvent) +androidx.hilt.R$id: int accessibility_custom_action_6 +com.amap.api.location.AMapLocation: int ERROR_CODE_INVALID_PARAMETER +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHeight_min +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_14 +android.didikee.donate.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle +com.google.android.material.R$styleable: int AppCompatTheme_editTextStyle +io.reactivex.internal.disposables.ArrayCompositeDisposable: io.reactivex.disposables.Disposable replaceResource(int,io.reactivex.disposables.Disposable) +cyanogenmod.profiles.StreamSettings: StreamSettings(int) +wangdaye.com.geometricweather.R$id: int item_weather_daily_air_title +com.google.android.material.R$dimen: int material_clock_hand_stroke_width +cyanogenmod.app.Profile: java.util.UUID[] getSecondaryUuids() +com.bumptech.glide.R$styleable: int[] CoordinatorLayout_Layout +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_31 +android.didikee.donate.R$attr: int actionMenuTextAppearance +com.google.android.material.R$styleable: int ConstraintSet_barrierMargin +okhttp3.internal.tls.DistinguishedNameParser +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property Province +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: void setUrl(java.lang.String) +com.google.android.material.R$dimen: int mtrl_extended_fab_icon_size +wangdaye.com.geometricweather.R$xml: int icon_provider_sun_moon_filter +io.reactivex.Observable: io.reactivex.Observable mergeArrayDelayError(io.reactivex.ObservableSource[]) +androidx.preference.R$styleable: int ActivityChooserView_initialActivityCount +cyanogenmod.weather.WeatherInfo$DayForecast: WeatherInfo$DayForecast(cyanogenmod.weather.WeatherInfo$1) +james.adaptiveicon.R$color: int secondary_text_default_material_light +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Large_Inverse +com.jaredrummler.android.colorpicker.R$id: int right_side +james.adaptiveicon.R$id: int title_template +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Button_Borderless +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: boolean outputFused +androidx.hilt.work.R$bool +james.adaptiveicon.R$attr: int actionBarSplitStyle +com.google.android.material.bottomnavigation.BottomNavigationView: int getItemIconSize() +okhttp3.internal.ws.RealWebSocket: okhttp3.internal.ws.WebSocketReader reader +androidx.viewpager2.R$drawable: int notification_template_icon_low_bg +com.google.android.material.bottomappbar.BottomAppBar: void setTitle(java.lang.CharSequence) +okio.Buffer: okio.BufferedSink writeShortLe(int) +wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_itemShapeAppearance +com.google.android.material.R$styleable: int TextInputLayout_endIconTint +okhttp3.internal.http2.PushObserver$1: boolean onHeaders(int,java.util.List,boolean) +android.didikee.donate.R$id: int withText +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void onError(java.lang.Throwable) +androidx.appcompat.widget.Toolbar: android.view.Menu getMenu() +cyanogenmod.weather.ICMWeatherManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +androidx.viewpager2.R$id: int text +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dialogPreferredPadding +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_Error +io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: ObservableCombineLatest$CombinerObserver(io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator,int) +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModePasteDrawable +androidx.lifecycle.LiveData$ObserverWrapper: androidx.lifecycle.Observer mObserver +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listDividerAlertDialog +james.adaptiveicon.R$styleable: int ViewBackgroundHelper_backgroundTint +androidx.preference.R$styleable: int FontFamilyFont_android_ttcIndex +com.turingtechnologies.materialscrollbar.TouchScrollBar: float getIndicatorOffset() +com.bumptech.glide.load.DecodeFormat: com.bumptech.glide.load.DecodeFormat valueOf(java.lang.String) +james.adaptiveicon.R$style: int Widget_AppCompat_Light_SearchView +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_fontVariationSettings +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_Solid +com.xw.repo.bubbleseekbar.R$styleable: int[] LinearLayoutCompat_Layout +androidx.transition.R$attr: int ttcIndex +com.xw.repo.bubbleseekbar.R$drawable: int notification_tile_bg +androidx.preference.R$styleable: int RecyclerView_android_clipToPadding +com.github.rahatarmanahmed.cpv.CircularProgressView: int getThickness() +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_hovered_z +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_checkable +android.didikee.donate.R$id: int useLogo +okhttp3.internal.http2.Http2Stream: void receiveData(okio.BufferedSource,int) +wangdaye.com.geometricweather.R$styleable: int SwitchImageButton_drawable_res_off +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem +androidx.core.R$id: int right_side +androidx.appcompat.widget.AppCompatButton: void setSupportCompoundDrawablesTintList(android.content.res.ColorStateList) +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setAqiText(java.lang.String) +androidx.recyclerview.R$id: int info +wangdaye.com.geometricweather.common.basic.models.options.DarkMode: java.lang.String modeId +androidx.constraintlayout.widget.R$styleable: int Toolbar_android_minHeight +androidx.appcompat.R$id: int progress_circular +androidx.constraintlayout.widget.R$styleable: int[] Toolbar +okio.GzipSink: okio.BufferedSink sink +androidx.appcompat.R$style: int Base_Widget_AppCompat_RatingBar +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_borderlessButtonStyle +io.reactivex.internal.util.VolatileSizeArrayList: VolatileSizeArrayList() +com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_MinWidth +com.jaredrummler.android.colorpicker.R$layout: int abc_action_menu_item_layout +io.reactivex.internal.queue.SpscArrayQueue: int calcElementOffset(long,int) +com.amap.api.location.AMapLocation: java.lang.String j +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult$Temperature: AccuHourlyResult$Temperature() +androidx.activity.R$attr: int fontProviderAuthority +androidx.appcompat.R$dimen: int abc_list_item_height_large_material +com.turingtechnologies.materialscrollbar.R$color: int abc_primary_text_material_light +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabGravity +androidx.legacy.coreutils.R$id: int tag_transition_group +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored +androidx.constraintlayout.widget.R$attr: int contrast +com.bumptech.glide.R$drawable: int notification_bg_low +com.google.android.material.R$id: int design_menu_item_text +android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow +wangdaye.com.geometricweather.R$drawable: int ic_chronus +wangdaye.com.geometricweather.db.entities.DaoMaster +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle +wangdaye.com.geometricweather.R$id: int outline +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: boolean cancelled +androidx.preference.R$styleable: int Toolbar_title +com.google.android.material.R$attr: int textAppearanceHeadline4 +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_padding_right +cyanogenmod.os.Build$CM_VERSION_CODES: int ELDERBERRY +cyanogenmod.themes.ThemeManager: void logThemeServiceException(java.lang.Exception) +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light_NoActionBar +com.google.android.material.R$style: int Widget_AppCompat_ActionBar_TabView +cyanogenmod.weather.WeatherInfo: double getTemperature() +androidx.appcompat.R$attr: int height +retrofit2.ParameterHandler$FieldMap +com.turingtechnologies.materialscrollbar.R$styleable: int TabItem_android_text +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_search_api_material +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha +androidx.swiperefreshlayout.R$styleable: int GradientColor_android_centerX +retrofit2.Platform$Android +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.google.android.material.R$dimen: int abc_search_view_preferred_width +wangdaye.com.geometricweather.R$attr: int region_widthLessThan +androidx.hilt.lifecycle.R$id: int right_icon +retrofit2.Platform: Platform(boolean) +com.xw.repo.bubbleseekbar.R$id: int contentPanel +okhttp3.internal.http2.Http2Codec: okhttp3.Response$Builder readResponseHeaders(boolean) +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getScaleY() +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float snow +james.adaptiveicon.R$attr: int panelBackground +com.google.android.gms.location.LocationRequest: android.os.Parcelable$Creator CREATOR +androidx.lifecycle.ProcessLifecycleOwnerInitializer: int delete(android.net.Uri,java.lang.String,java.lang.String[]) +androidx.appcompat.R$layout: int support_simple_spinner_dropdown_item +com.google.android.material.R$attr: int touchRegionId +wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: java.lang.String name +androidx.hilt.work.R$styleable: int FontFamily_fontProviderFetchTimeout +wangdaye.com.geometricweather.R$xml: int widget_clock_day_details +androidx.preference.R$styleable: int AlertDialog_singleChoiceItemLayout +androidx.preference.R$styleable: int[] MultiSelectListPreference +com.google.android.material.R$string: int material_timepicker_minute +androidx.recyclerview.R$id: int line3 +cyanogenmod.hardware.ICMHardwareService: boolean setDisplayGammaCalibration(int,int[]) +wangdaye.com.geometricweather.R$styleable: int Constraint_motionProgress +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: boolean disposed +wangdaye.com.geometricweather.R$attr: int mock_labelColor +com.turingtechnologies.materialscrollbar.R$id: int home +androidx.constraintlayout.widget.R$styleable: int StateListDrawableItem_android_drawable +wangdaye.com.geometricweather.R$attr: int rangeFillColor +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int HURRICANE +wangdaye.com.geometricweather.R$attr: int checkedIcon +androidx.legacy.coreutils.R$styleable: int ColorStateListItem_android_color +io.reactivex.internal.util.ErrorMode: io.reactivex.internal.util.ErrorMode BOUNDARY +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_transformPivotX +com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior +cyanogenmod.externalviews.KeyguardExternalView$6: cyanogenmod.externalviews.KeyguardExternalView this$0 +com.google.android.gms.common.server.response.FastJsonResponse$Field +androidx.core.R$styleable: int GradientColor_android_tileMode +com.xw.repo.bubbleseekbar.R$attr: int actionBarTabStyle +androidx.appcompat.widget.AppCompatTextView: void setTextMetricsParamsCompat(androidx.core.text.PrecomputedTextCompat$Params) +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionBar_Solid +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: CaiYunMainlyResult$ForecastDailyBean() +androidx.vectordrawable.R$id: int accessibility_custom_action_26 +cyanogenmod.hardware.DisplayMode: android.os.Parcelable$Creator CREATOR +cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy: android.os.IBinder mRemote +wangdaye.com.geometricweather.R$attr: int mock_showDiagonals +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse +retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter +wangdaye.com.geometricweather.R$attr: int boxStrokeErrorColor +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_shadowColor +androidx.appcompat.R$drawable: int abc_scrubber_track_mtrl_alpha +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_android_windowAnimationStyle +com.bumptech.glide.R$styleable: int FontFamilyFont_fontWeight +com.google.android.material.R$styleable: int[] OnSwipe +com.xw.repo.bubbleseekbar.R$id: int action_mode_close_button +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_108 +com.google.android.material.bottomappbar.BottomAppBar: void setHideOnScroll(boolean) +wangdaye.com.geometricweather.settings.activities.PreviewIconActivity +wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_drawableRight +wangdaye.com.geometricweather.R$dimen: int tooltip_y_offset_touch +cyanogenmod.app.Profile: boolean isConditionalType() +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeRealFeelShaderTemperature +wangdaye.com.geometricweather.R$string: int feedback_no_data +com.google.android.material.R$styleable: int ConstraintSet_android_layout_marginRight +com.jaredrummler.android.colorpicker.R$id: int radio +wangdaye.com.geometricweather.R$layout: int item_about_link +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_background +wangdaye.com.geometricweather.R$styleable: int RecyclerView_android_clipToPadding +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int SnowProbability +androidx.lifecycle.CompositeGeneratedAdaptersObserver +com.xw.repo.bubbleseekbar.R$anim: int abc_fade_in +com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemHeight +com.jaredrummler.android.colorpicker.R$attr: int fontProviderFetchTimeout +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: long index +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: void onError(java.lang.Throwable) +com.google.android.material.R$styleable: int ActionBar_customNavigationLayout +com.turingtechnologies.materialscrollbar.R$style: R$style() +com.google.android.material.R$styleable: int[] ClockHandView +wangdaye.com.geometricweather.wallpaper.LiveWallpaperConfigActivity: LiveWallpaperConfigActivity() +androidx.preference.R$styleable: int SeekBarPreference_min +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_stacked_max_height +androidx.legacy.coreutils.R$styleable: int ColorStateListItem_android_alpha +wangdaye.com.geometricweather.R$string: int key_text_color +wangdaye.com.geometricweather.R$attr: int backgroundInsetBottom +wangdaye.com.geometricweather.R$drawable: int flag_nl +com.google.android.material.chip.Chip: void setRippleColorResource(int) +androidx.constraintlayout.widget.R$layout +com.xw.repo.bubbleseekbar.R$color: int primary_dark_material_light +cyanogenmod.weather.WeatherInfo$DayForecast$Builder: double mLow +wangdaye.com.geometricweather.settings.activities.AboutActivity +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_checkedIconVisible +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_summaryOn +com.google.android.material.bottomnavigation.BottomNavigationView: void setItemIconSize(int) +cyanogenmod.themes.IThemeProcessingListener: void onFinishedProcessing(java.lang.String) +okhttp3.internal.ws.RealWebSocket: void connect(okhttp3.OkHttpClient) +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub: int TRANSACTION_onWeatherServiceProviderChanged_0 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getAqi() +android.didikee.donate.R$color: int material_grey_800 +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Small +wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card +android.didikee.donate.R$attr: int contentInsetStart +com.jaredrummler.android.colorpicker.R$attr: int layout +retrofit2.OkHttpCall: retrofit2.Response execute() +retrofit2.http.Body +com.turingtechnologies.materialscrollbar.R$styleable: int FlowLayout_itemSpacing +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Speed: int UnitType +androidx.recyclerview.R$styleable: int FontFamilyFont_android_ttcIndex +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: void setBrandId(java.lang.String) +wangdaye.com.geometricweather.R$drawable: int abc_scrubber_control_off_mtrl_alpha +wangdaye.com.geometricweather.R$attr: int layout_constraintWidth_min +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource +com.google.android.material.R$styleable: int ActionBar_contentInsetRight +wangdaye.com.geometricweather.R$attr: int gestureInsetBottomIgnored +androidx.preference.R$styleable: int SearchView_android_imeOptions +wangdaye.com.geometricweather.R$layout: int mtrl_calendar_days_of_week +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: boolean disposed +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean getSpeed() +wangdaye.com.geometricweather.R$attr: int circularRadius +wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: void setIconResEnd(int) +wangdaye.com.geometricweather.common.ui.transitions.RoundCornerTransition: RoundCornerTransition(android.content.Context,android.util.AttributeSet) +com.bumptech.glide.integration.okhttp.R$style: int TextAppearance_Compat_Notification +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_iconPadding +androidx.preference.R$drawable: int abc_spinner_mtrl_am_alpha +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ListView_Menu +com.google.android.material.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_content_inset_material +com.baidu.location.e.n: java.util.List a(org.json.JSONObject,java.lang.String,int) +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Compat_Notification +androidx.appcompat.R$drawable: int abc_control_background_material +androidx.constraintlayout.widget.R$attr: int buttonBarPositiveButtonStyle +wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: void setProgress(float) +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xdp +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Display4 +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow +okhttp3.internal.http.RequestLine: RequestLine() +com.turingtechnologies.materialscrollbar.R$styleable: int[] MenuGroup +okhttp3.OkHttpClient: java.util.List interceptors +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorPrimary +james.adaptiveicon.R$id: int scrollView +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: void setPubTime(java.lang.String) +com.google.android.material.R$anim: int btn_checkbox_to_checked_box_inner_merged_animation +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_autoSizePresetSizes +wangdaye.com.geometricweather.R$attr: int constraintSetStart +com.google.android.material.R$id: int accessibility_custom_action_15 +wangdaye.com.geometricweather.R$styleable: int Transform_android_elevation +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Title_Inverse +wangdaye.com.geometricweather.R$id: int notification_big_icon_1 +james.adaptiveicon.R$styleable: int ActionBar_popupTheme +cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler: int MSG_SET_CLIENT +androidx.appcompat.widget.SearchView$SearchAutoComplete: int getSearchViewTextMinWidthDp() +wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_AppbarTheme +wangdaye.com.geometricweather.R$dimen: int cpv_column_width +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_motionProgress +okio.ForwardingSource: long read(okio.Buffer,long) +wangdaye.com.geometricweather.R$array: int live_wallpaper_day_night_type_values +wangdaye.com.geometricweather.main.MainActivityViewModel$Status: wangdaye.com.geometricweather.main.MainActivityViewModel$Status INITIALIZING +james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarItemBackground +com.google.android.material.R$attr: int maxActionInlineWidth +com.github.rahatarmanahmed.cpv.R$styleable +android.didikee.donate.R$styleable: int MenuItem_android_orderInCategory +androidx.preference.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle +wangdaye.com.geometricweather.R$array: int notification_text_colors +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: int consumed +wangdaye.com.geometricweather.R$style: int Preference_PreferenceScreen_Material +james.adaptiveicon.R$styleable: int AppCompatTheme_windowMinWidthMinor +wangdaye.com.geometricweather.R$styleable: int Slider_thumbElevation +androidx.preference.R$id: int normal +com.turingtechnologies.materialscrollbar.R$color: int abc_background_cache_hint_selector_material_light +com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Theme_AppCompat_Light +androidx.drawerlayout.R$id: int forever +wangdaye.com.geometricweather.R$style: int Base_V21_Theme_MaterialComponents_Dialog +wangdaye.com.geometricweather.R$dimen: int cpv_default_thickness +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: int index +com.google.android.material.appbar.CollapsingToolbarLayout: void setContentScrimResource(int) +io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: void onError(java.lang.Throwable) +com.google.android.material.R$styleable: int Toolbar_contentInsetStartWithNavigation +com.jaredrummler.android.colorpicker.R$dimen: int cpv_dialog_preview_width +cyanogenmod.app.Profile: void setScreenLockMode(cyanogenmod.profiles.LockSettings) +wangdaye.com.geometricweather.R$color: int colorPrimaryDark +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: java.lang.Integer cloudCover +androidx.appcompat.resources.R$id: int accessibility_custom_action_31 +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionMenuTextColor +androidx.constraintlayout.widget.R$styleable: int Transition_motionInterpolator +io.reactivex.Observable: void subscribeActual(io.reactivex.Observer) +io.reactivex.Observable: io.reactivex.Single toMap(io.reactivex.functions.Function,io.reactivex.functions.Function) +androidx.preference.R$style: int Base_V21_Theme_AppCompat_Dialog +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_elevation +androidx.appcompat.R$styleable: int GradientColor_android_startX +androidx.constraintlayout.widget.R$id: int scrollView +com.turingtechnologies.materialscrollbar.DragScrollBar: boolean getHide() +com.google.android.material.R$string: int character_counter_pattern +com.bumptech.glide.load.engine.GlideException: long serialVersionUID +wangdaye.com.geometricweather.db.entities.HistoryEntity: void setId(java.lang.Long) +wangdaye.com.geometricweather.search.LoadableLocationList$Status: wangdaye.com.geometricweather.search.LoadableLocationList$Status[] values() +com.turingtechnologies.materialscrollbar.R$attr: int snackbarStyle +cyanogenmod.providers.CMSettings$Global: boolean putString(android.content.ContentResolver,java.lang.String,java.lang.String) +androidx.lifecycle.extensions.R$dimen: int compat_button_inset_horizontal_material +androidx.coordinatorlayout.R$styleable: int GradientColor_android_endX +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_headline_material +wangdaye.com.geometricweather.R$drawable: int weather_clear_day_mini_xml +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean forecastDaily +com.turingtechnologies.materialscrollbar.R$attr: int state_above_anchor +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_toolbarStyle +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void innerError(io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver,java.lang.Throwable) +androidx.appcompat.R$styleable: int AppCompatTheme_buttonBarButtonStyle +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: float getSpeed(float) +wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderCancelButton +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean setVibratorIntensity(int) +androidx.constraintlayout.widget.R$styleable: int ActionMode_titleTextStyle +com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getLabelVisibilityMode() +okhttp3.internal.http.RealInterceptorChain: int readTimeout +com.turingtechnologies.materialscrollbar.R$layout: int design_navigation_item_separator +androidx.room.RoomDatabase$JournalMode +androidx.appcompat.R$drawable: int abc_ic_star_half_black_16dp +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String alarmPic2 +com.google.android.material.R$attr: int textAppearanceHeadline1 +androidx.lifecycle.ComputableLiveData: ComputableLiveData(java.util.concurrent.Executor) +cyanogenmod.weather.WeatherInfo: java.lang.String getCity() +wangdaye.com.geometricweather.R$styleable: int Chip_android_text +com.jaredrummler.android.colorpicker.R$attr: int allowDividerBelow +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Imperial +androidx.lifecycle.extensions.R$style +io.reactivex.Observable: io.reactivex.Observable switchMap(io.reactivex.functions.Function,int) +wangdaye.com.geometricweather.R$id: int textinput_placeholder +androidx.legacy.coreutils.R$drawable: int notification_tile_bg +androidx.hilt.lifecycle.R$dimen: int compat_button_inset_horizontal_material +com.google.android.material.R$id: int material_textinput_timepicker +io.reactivex.internal.schedulers.ScheduledDirectPeriodicTask: ScheduledDirectPeriodicTask(java.lang.Runnable) +com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_corner_radius_material +androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration +okio.GzipSink: void close() +wangdaye.com.geometricweather.R$id: int item_card_display_container +android.didikee.donate.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated +android.didikee.donate.R$attr: int progressBarStyle +androidx.cardview.widget.CardView: void setPreventCornerOverlap(boolean) +com.bumptech.glide.R$id: int text2 +retrofit2.BuiltInConverters$VoidResponseBodyConverter: java.lang.Object convert(java.lang.Object) +androidx.constraintlayout.widget.R$layout: int abc_dialog_title_material +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxCornerRadiusBottomStart +com.google.android.material.card.MaterialCardView: void setDragged(boolean) +wangdaye.com.geometricweather.R$string: int settings_notification_background_off +retrofit2.ParameterHandler$FieldMap: void apply(retrofit2.RequestBuilder,java.lang.Object) +androidx.appcompat.R$attr: int drawableSize +androidx.preference.R$styleable: int ActionMode_subtitleTextStyle +cyanogenmod.os.Concierge: int PARCELABLE_VERSION +androidx.swiperefreshlayout.R$drawable: int notification_bg +okhttp3.internal.http.RetryAndFollowUpInterceptor: okhttp3.OkHttpClient client +com.google.android.material.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable +androidx.vectordrawable.R$id: int tag_accessibility_clickable_spans +okhttp3.internal.cache2.Relay: int SOURCE_UPSTREAM +retrofit2.ParameterHandler$Header +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: void setPubTime(java.lang.String) +com.jaredrummler.android.colorpicker.R$styleable: int[] ListPreference +com.google.android.material.R$attr: int ensureMinTouchTargetSize +james.adaptiveicon.R$styleable: int ActionBar_subtitle +okio.Buffer: okio.Buffer emitCompleteSegments() +androidx.dynamicanimation.R$styleable: int GradientColor_android_startY +androidx.preference.R$layout: int abc_alert_dialog_button_bar_material +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ImageButton +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Subhead_Inverse +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Body2 +android.didikee.donate.R$dimen +com.google.android.material.slider.RangeSlider: float getThumbStrokeWidth() +android.didikee.donate.R$styleable: int ActionBar_hideOnContentScroll +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float getThunderstorm() +androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_marginStart +wangdaye.com.geometricweather.R$styleable: int MotionScene_defaultDuration +androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPreStopped(android.app.Activity) +okhttp3.internal.cache.DiskLruCache$Editor$1: okhttp3.internal.cache.DiskLruCache$Editor this$1 +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ButtonBar_AlertDialog +cyanogenmod.weather.WeatherInfo$1: WeatherInfo$1() +androidx.vectordrawable.animated.R$styleable: int GradientColor_android_centerX +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.turingtechnologies.materialscrollbar.R$dimen: int cardview_default_elevation +android.support.v4.app.INotificationSideChannel: void cancelAll(java.lang.String) +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_padding_left +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemHeight +okhttp3.ResponseBody: java.lang.String string() +james.adaptiveicon.R$layout: int abc_alert_dialog_title_material +androidx.swiperefreshlayout.R$dimen: int notification_top_pad_large_text +wangdaye.com.geometricweather.R$attr: int multiChoiceItemLayout +com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year +cyanogenmod.app.LiveLockScreenInfo +com.turingtechnologies.materialscrollbar.R$drawable: int tooltip_frame_dark +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType Refresh +okhttp3.Cache: int requestCount() +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: io.reactivex.internal.queue.SpscLinkedArrayQueue queue +wangdaye.com.geometricweather.R$string: int content_desc_weather_icon +com.google.android.material.R$styleable: int Chip_closeIconVisible +wangdaye.com.geometricweather.R$string: int settings_title_notification_text_color +androidx.drawerlayout.R$dimen: R$dimen() +wangdaye.com.geometricweather.R$attr: int dialogLayout +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List xiche +com.turingtechnologies.materialscrollbar.R$styleable: int[] AppCompatImageView +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title +com.google.android.material.R$styleable: int[] ProgressIndicator +io.reactivex.internal.queue.SpscArrayQueue: boolean isEmpty() +androidx.preference.R$styleable: int SwitchCompat_android_textOn +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_CompoundButton_RadioButton +wangdaye.com.geometricweather.R$attr: int menu +com.jaredrummler.android.colorpicker.R$attr: int progressBarStyle +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_marginBottom +retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder baseUrl(java.lang.String) +james.adaptiveicon.R$attr: int listDividerAlertDialog +androidx.preference.R$style: int Base_V7_Widget_AppCompat_EditText +com.jaredrummler.android.colorpicker.R$attr: int toolbarNavigationButtonStyle +io.reactivex.internal.observers.InnerQueuedObserver: io.reactivex.internal.observers.InnerQueuedObserverSupport parent +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: void again(java.lang.Object) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setSo2Desc(java.lang.String) +androidx.vectordrawable.animated.R$id: int normal +wangdaye.com.geometricweather.R$attr: int progress_color +cyanogenmod.os.Concierge$ParcelInfo: void complete() +wangdaye.com.geometricweather.R$array: int subtitle_data_values +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Direction: int Degrees +com.bumptech.glide.integration.okhttp.R$attr: int layout_insetEdge +com.bumptech.glide.R$drawable: int notification_template_icon_bg +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: java.lang.String getZh_TW() +com.github.rahatarmanahmed.cpv.CircularProgressView$8: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial: java.lang.String Unit +retrofit2.ParameterHandler$Body: java.lang.reflect.Method method +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse +androidx.appcompat.R$anim: int btn_checkbox_to_checked_box_outer_merged_animation +cyanogenmod.externalviews.KeyguardExternalView$4: void run() +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable: long serialVersionUID +android.support.v4.app.INotificationSideChannel$Default: void cancel(java.lang.String,int,java.lang.String) +androidx.preference.R$string: int abc_menu_enter_shortcut_label +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult: java.util.List forecasts +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +androidx.viewpager.R$dimen: int notification_media_narrow_margin +androidx.appcompat.R$id: int default_activity_button +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onKeyguardDismissed() +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle +com.google.android.material.R$attr: int buttonBarPositiveButtonStyle +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeIcePrecipitation() +androidx.lifecycle.LifecycleRegistry: LifecycleRegistry(androidx.lifecycle.LifecycleOwner) +io.reactivex.internal.schedulers.AbstractDirectTask: java.util.concurrent.FutureTask DISPOSED +androidx.constraintlayout.widget.R$drawable: int abc_edit_text_material +androidx.hilt.R$id: int right_icon +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder encodedUsername(java.lang.String) +androidx.viewpager.R$styleable: int[] GradientColor +androidx.vectordrawable.animated.R$id: int notification_main_column_container +android.support.v4.app.INotificationSideChannel$Default: INotificationSideChannel$Default() +androidx.swiperefreshlayout.R$drawable: int notify_panel_notification_icon_bg +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_fitToContents +james.adaptiveicon.R$styleable: int AppCompatTheme_windowActionModeOverlay +com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_hideOnScroll +androidx.vectordrawable.R$dimen: int notification_main_column_padding_top +com.google.android.material.R$style: int ShapeAppearanceOverlay_Cut +okhttp3.internal.cache2.Relay: void commit(long) +wangdaye.com.geometricweather.R$attr: int selectorSize +com.google.android.material.R$id: int uniform +com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_start_angle +com.google.android.material.circularreveal.CircularRevealFrameLayout: void setCircularRevealScrimColor(int) +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void setCancellable(io.reactivex.functions.Cancellable) +com.google.android.material.R$attr: int bottomSheetDialogTheme +androidx.viewpager2.R$string: int status_bar_notification_info_overflow +cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_onDetach +androidx.appcompat.widget.AppCompatButton: void setSupportBackgroundTintList(android.content.res.ColorStateList) +androidx.constraintlayout.widget.R$attr: int layout_constraintBaseline_toBaselineOf +androidx.constraintlayout.widget.R$styleable: int ViewStubCompat_android_layout +com.google.gson.stream.JsonReader: int PEEKED_END_OBJECT +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintVertical_chainStyle +com.google.android.material.R$string: int abc_action_mode_done +com.amap.api.location.UmidtokenInfo +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: java.lang.String pubTime +com.amap.api.fence.GeoFence: int TYPE_DISTRICT +androidx.constraintlayout.widget.R$attr: int attributeName +wangdaye.com.geometricweather.R$attr: int displayOptions +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceListItem +okhttp3.Cache$2: Cache$2(okhttp3.Cache) +androidx.core.R$id: int tag_accessibility_clickable_spans +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: java.util.List getSubInformation() +wangdaye.com.geometricweather.R$style: int Platform_V21_AppCompat_Light +wangdaye.com.geometricweather.db.entities.AlertEntityDao +androidx.preference.R$style: int ThemeOverlay_AppCompat +android.didikee.donate.R$styleable: int RecycleListView_paddingTopNoTitle +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_bubble_text_color +com.turingtechnologies.materialscrollbar.R$attr: int lineHeight +wangdaye.com.geometricweather.R$attr: int actionModeCopyDrawable +androidx.appcompat.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Dark +androidx.appcompat.R$color: int abc_tint_default +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: java.lang.Object rainSnowLimitRaw +androidx.core.graphics.drawable.IconCompat +androidx.loader.content.Loader: void unregisterListener(androidx.loader.content.Loader$OnLoadCompleteListener) +androidx.appcompat.R$attr: int dialogPreferredPadding +com.google.android.material.R$dimen: int mtrl_bottomappbar_fab_bottom_margin +james.adaptiveicon.R$id: int textSpacerNoButtons +androidx.lifecycle.LifecycleOwner: androidx.lifecycle.Lifecycle getLifecycle() +com.google.android.material.button.MaterialButton: void setStrokeWidth(int) +androidx.drawerlayout.R$dimen: int compat_button_padding_vertical_material +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Toolbar_Primary +com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableCompat_android_visible +com.google.android.material.R$style: int Base_Widget_AppCompat_ButtonBar +com.xw.repo.bubbleseekbar.R$attr: int actionBarSplitStyle +cyanogenmod.app.CustomTile: java.lang.Object clone() +io.reactivex.internal.operators.observable.ObservableReplay$SizeBoundReplayBuffer: ObservableReplay$SizeBoundReplayBuffer(int) +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintBaseline_toBaselineOf +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void cancelAllBut(int) +com.jaredrummler.android.colorpicker.R$string: int abc_menu_enter_shortcut_label +android.didikee.donate.R$styleable: int[] MenuGroup +wangdaye.com.geometricweather.R$attr: int scopeUris +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_title +com.google.android.material.R$id: int mtrl_picker_header_title_and_selection +androidx.preference.R$string: int abc_searchview_description_voice +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader +androidx.drawerlayout.R$dimen: int compat_button_inset_vertical_material +com.google.android.material.R$attr: int itemShapeAppearanceOverlay +io.reactivex.Observable: io.reactivex.Observable concatMapDelayError(io.reactivex.functions.Function,int,boolean) +com.xw.repo.bubbleseekbar.R$id: int tag_unhandled_key_listeners +androidx.recyclerview.R$id: int accessibility_custom_action_16 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure Pressure +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_editor_absoluteY +androidx.constraintlayout.widget.R$id: int linear +wangdaye.com.geometricweather.common.basic.models.weather.WindDegree: WindDegree(float,boolean) +james.adaptiveicon.R$styleable: int ActionBar_customNavigationLayout +okhttp3.internal.ws.WebSocketProtocol: int OPCODE_CONTROL_CLOSE +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeSnowPrecipitation +okhttp3.RealCall: okhttp3.Response getResponseWithInterceptorChain() +androidx.constraintlayout.widget.R$styleable: int[] KeyCycle +com.github.rahatarmanahmed.cpv.CircularProgressView: void onMeasure(int,int) +com.turingtechnologies.materialscrollbar.R$attr: int listItemLayout +wangdaye.com.geometricweather.R$layout: int item_card_display +okhttp3.ConnectionSpec: java.util.List tlsVersions() +wangdaye.com.geometricweather.R$id: int beginOnFirstDraw +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_button_min_height_material +wangdaye.com.geometricweather.R$styleable: int Snackbar_snackbarStyle +com.google.android.material.R$drawable: int abc_btn_check_material_anim +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void ping(boolean,int,int) +androidx.constraintlayout.widget.R$styleable: int KeyTrigger_onCross +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse +com.google.android.material.R$styleable: int Toolbar_collapseContentDescription +wangdaye.com.geometricweather.R$styleable: int[] LinearLayoutCompat +com.turingtechnologies.materialscrollbar.R$integer: int show_password_duration +androidx.constraintlayout.widget.Guideline: void setVisibility(int) +james.adaptiveicon.R$color: int notification_icon_bg_color +androidx.viewpager2.R$style cyanogenmod.themes.IThemeService -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int ISOLATED_THUNDERSTORMS -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintLeft_creator -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_checkboxStyle -androidx.lifecycle.LifecycleRegistry: void addObserver(androidx.lifecycle.LifecycleObserver) -com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo getRevealInfo() -james.adaptiveicon.R$attr: int activityChooserViewStyle -androidx.activity.R$id: int dialog_button -cyanogenmod.app.suggest.AppSuggestManager: android.graphics.drawable.Drawable loadIcon(cyanogenmod.app.suggest.ApplicationSuggestion) -cyanogenmod.app.StatusBarPanelCustomTile: cyanogenmod.app.CustomTile getCustomTile() -androidx.viewpager.R$styleable: int GradientColor_android_startX -com.google.android.material.R$style: int Widget_AppCompat_Button -wangdaye.com.geometricweather.R$color: int mtrl_filled_icon_tint -com.google.android.material.R$string: int abc_menu_delete_shortcut_label -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintStart_toStartOf -com.github.rahatarmanahmed.cpv.R$integer -androidx.loader.R$id: int icon -wangdaye.com.geometricweather.R$drawable: int abc_textfield_search_material -wangdaye.com.geometricweather.R$attr: int values -okhttp3.HttpUrl: java.lang.String QUERY_ENCODE_SET -wangdaye.com.geometricweather.R$dimen: int compat_notification_large_icon_max_height -cyanogenmod.weather.IWeatherServiceProviderChangeListener: void onWeatherServiceProviderChanged(java.lang.String) -androidx.lifecycle.AbstractSavedStateViewModelFactory: androidx.lifecycle.ViewModel create(java.lang.String,java.lang.Class,androidx.lifecycle.SavedStateHandle) -io.reactivex.exceptions.CompositeException: void printStackTrace() -androidx.lifecycle.ComputableLiveData: java.util.concurrent.atomic.AtomicBoolean mInvalid -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_alertDialogCenterButtons -james.adaptiveicon.R$styleable: int ActionMode_height -retrofit2.Platform: retrofit2.Platform PLATFORM -wangdaye.com.geometricweather.db.entities.LocationEntityDao: LocationEntityDao(org.greenrobot.greendao.internal.DaoConfig) -wangdaye.com.geometricweather.R$id: int uniform -androidx.viewpager2.widget.ViewPager2$RecyclerViewImpl -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX() -android.didikee.donate.R$style: int TextAppearance_AppCompat_Button -com.google.android.material.R$attr: int deltaPolarRadius -androidx.vectordrawable.R$styleable: int GradientColor_android_centerColor -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_z -cyanogenmod.app.LiveLockScreenInfo: cyanogenmod.app.LiveLockScreenInfo clone() -wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.Long id -androidx.appcompat.R$attr: int buttonPanelSideLayout -okhttp3.internal.cache.DiskLruCache: int redundantOpCount -androidx.constraintlayout.widget.R$layout: int abc_screen_simple -okio.Timeout: void waitUntilNotified(java.lang.Object) -com.google.android.material.R$styleable: int CompoundButton_buttonTint -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Spinner -androidx.preference.R$attr: int actionOverflowButtonStyle -okhttp3.ConnectionSpec: boolean supportsTlsExtensions() -james.adaptiveicon.R$color: int material_grey_50 -androidx.constraintlayout.widget.R$attr: int tickMark -com.google.android.material.R$dimen: int default_dimension -wangdaye.com.geometricweather.R$attr: int layout_constraintGuide_percent -com.jaredrummler.android.colorpicker.R$color: int bright_foreground_disabled_material_dark -androidx.constraintlayout.widget.R$attr: int brightness -io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: boolean isDisposed() -com.google.android.material.R$id: int SHOW_PROGRESS -com.jaredrummler.android.colorpicker.R$styleable: int CheckBoxPreference_android_summaryOff -com.xw.repo.bubbleseekbar.R$dimen: int abc_control_padding_material -cyanogenmod.hardware.DisplayMode: java.lang.String name -androidx.work.R$styleable: int[] ColorStateListItem -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.util.List SupplementalAdminAreas -okio.BufferedSource: int select(okio.Options) -android.didikee.donate.R$attr: int actionBarPopupTheme -wangdaye.com.geometricweather.R$drawable: int flag_ja -androidx.coordinatorlayout.R$dimen: int compat_button_padding_vertical_material -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation: wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation BOTTOM -androidx.appcompat.R$attr: int srcCompat -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningConsequence: int phenomenonId -wangdaye.com.geometricweather.background.polling.work.worker.NormalUpdateWorker: NormalUpdateWorker(android.content.Context,androidx.work.WorkerParameters,wangdaye.com.geometricweather.location.LocationHelper,wangdaye.com.geometricweather.weather.WeatherHelper) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String moldDescription -androidx.transition.R$id: int forever -cyanogenmod.providers.CMSettings$Global: boolean putLongForUser(android.content.ContentResolver,java.lang.String,long,int) -androidx.work.R$attr: int fontWeight -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Compat_Notification_Title -android.didikee.donate.R$styleable: int MenuGroup_android_orderInCategory -com.google.android.material.floatingactionbutton.FloatingActionButton: com.google.android.material.shape.ShapeAppearanceModel getShapeAppearanceModel() -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void startFirstTimeout(io.reactivex.ObservableSource) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getO3() -com.google.android.material.R$anim: int design_snackbar_out -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_marginLeft -james.adaptiveicon.R$id: int parentPanel -com.jaredrummler.android.colorpicker.R$attr: int voiceIcon -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_setActiveProfile_0 -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarSplitStyle -io.reactivex.internal.subscriptions.DeferredScalarSubscription: int FUSED_READY -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Ice Ice -wangdaye.com.geometricweather.R$drawable: int shortcuts_haze -com.github.rahatarmanahmed.cpv.CircularProgressView$2: CircularProgressView$2(com.github.rahatarmanahmed.cpv.CircularProgressView,float) -wangdaye.com.geometricweather.R$layout: int dialog_learn_more_about_geocoder -okhttp3.internal.http2.Hpack$Reader: int maxDynamicTableByteCount -okhttp3.CipherSuite: java.lang.String secondaryName(java.lang.String) -com.google.android.material.R$styleable: int Constraint_android_layout_marginTop -androidx.recyclerview.R$style: int TextAppearance_Compat_Notification -androidx.appcompat.R$style: int Base_Animation_AppCompat_Tooltip -io.reactivex.internal.operators.observable.ObservableGroupBy$State: boolean delayError -com.google.android.material.R$styleable: int SwitchCompat_splitTrack -com.google.android.material.R$styleable: int Toolbar_contentInsetStartWithNavigation -com.google.android.material.R$styleable: int BottomAppBar_elevation -androidx.preference.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle -com.google.android.material.R$id: int mtrl_picker_text_input_range_start -androidx.appcompat.widget.AppCompatCheckBox: void setBackgroundResource(int) -wangdaye.com.geometricweather.db.entities.DailyEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) -wangdaye.com.geometricweather.R$menu: int activity_settings -wangdaye.com.geometricweather.R$drawable: int ic_cloud -wangdaye.com.geometricweather.settings.dialogs.RunningInBackgroundDialog -androidx.constraintlayout.motion.widget.MotionLayout: void setTransition(int) -james.adaptiveicon.R$attr: int tooltipForegroundColor -wangdaye.com.geometricweather.R$layout: int preference_dialog_edittext -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_expandedHintEnabled -androidx.lifecycle.ProcessLifecycleOwnerInitializer -com.google.android.material.internal.VisibilityAwareImageButton: VisibilityAwareImageButton(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.R$string: int mtrl_badge_numberless_content_description -androidx.preference.R$attr: int titleTextAppearance -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu -androidx.appcompat.R$styleable: int AppCompatTheme_panelMenuListWidth -cyanogenmod.profiles.AirplaneModeSettings: AirplaneModeSettings(int,boolean) -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Button -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ListView_DropDown -android.didikee.donate.R$drawable: int abc_menu_hardkey_panel_mtrl_mult -cyanogenmod.weather.WeatherInfo: double getWindDirection() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: void setStatus(int) -wangdaye.com.geometricweather.R$styleable: int[] ViewPager2 -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_RatingBar_Small -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableStartCompat -com.google.android.material.R$attr: int dragScale -androidx.vectordrawable.R$id: int normal -com.google.android.material.R$styleable: int Chip_shapeAppearanceOverlay -androidx.transition.R$color: int notification_icon_bg_color -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Title -androidx.swiperefreshlayout.R$dimen: int notification_small_icon_size_as_large -wangdaye.com.geometricweather.R$id: int widget_week -wangdaye.com.geometricweather.R$layout: int mtrl_calendar_days_of_week -com.amap.api.location.AMapLocationListener: void onLocationChanged(com.amap.api.location.AMapLocation) -androidx.appcompat.R$styleable: int TextAppearance_android_textColorHint -com.google.android.material.R$styleable: int TabLayout_tabInlineLabel -androidx.constraintlayout.widget.R$styleable: int Transform_android_translationX -androidx.preference.R$attr: int contentInsetEnd -com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_fabCradleMargin -retrofit2.RequestFactory$Builder: void parseMethodAnnotation(java.lang.annotation.Annotation) -com.jaredrummler.android.colorpicker.R$id: int image -androidx.constraintlayout.widget.R$styleable: int Constraint_android_id -android.didikee.donate.R$styleable: int AppCompatTheme_actionBarTheme -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: ObservableWindowBoundary$WindowBoundaryMainObserver(io.reactivex.Observer,int) -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_android_summaryOn -androidx.constraintlayout.widget.R$id: int async -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: void request(long) -okio.BufferedSink: okio.BufferedSink writeLong(long) -wangdaye.com.geometricweather.R$attr: int flow_lastHorizontalBias -okhttp3.internal.http.RealInterceptorChain: int connectTimeoutMillis() -cyanogenmod.app.ILiveLockScreenChangeListener$Stub$Proxy -james.adaptiveicon.R$drawable: int abc_list_pressed_holo_light -com.jaredrummler.android.colorpicker.R$layout: int preference_widget_switch -okio.Buffer$1: okio.Buffer this$0 -com.google.android.material.R$id: int design_navigation_view -cyanogenmod.app.Profile: void setStreamSettings(cyanogenmod.profiles.StreamSettings) -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPathRenderer: void setRootAlpha(int) -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: long serialVersionUID -okhttp3.CacheControl$Builder: boolean noStore -wangdaye.com.geometricweather.R$attr: int prefixTextAppearance -wangdaye.com.geometricweather.R$styleable: int ViewPager2_android_orientation -okhttp3.internal.http.RealInterceptorChain: okhttp3.internal.connection.RealConnection connection -com.amap.api.location.UmidtokenInfo$a: UmidtokenInfo$a() -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_HUMIDITY -okio.SegmentedByteString: okio.ByteString sha1() -com.google.android.material.R$attr: int gestureInsetBottomIgnored -cyanogenmod.app.Profile$ProfileTrigger$1: Profile$ProfileTrigger$1() -androidx.viewpager.R$layout -androidx.vectordrawable.R$id: int tag_accessibility_clickable_spans -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabTextAppearance -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_track -android.didikee.donate.R$attr: int customNavigationLayout -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property WetBulbTemperature -com.turingtechnologies.materialscrollbar.R$id: int submit_area -androidx.preference.R$styleable: int TextAppearance_android_textColorHint -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void disposeInner() -com.jaredrummler.android.colorpicker.R$id: int group_divider -androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType FLOAT_TYPE -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: void onError(java.lang.Throwable) -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_cancelLiveLockScreen -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_atd -com.jaredrummler.android.colorpicker.R$string: int cpv_transparency -com.turingtechnologies.materialscrollbar.R$styleable: int[] ScrimInsetsFrameLayout -com.turingtechnologies.materialscrollbar.R$attr: int height -wangdaye.com.geometricweather.R$drawable: int notif_temp_91 -androidx.preference.R$dimen: int abc_dropdownitem_icon_width -okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level NONE -com.amap.api.fence.GeoFence: void setMinDis2Center(float) -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind: java.lang.String icon -androidx.preference.R$styleable: int ActionBar_title -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: java.util.Date getPubTime() -com.jaredrummler.android.colorpicker.R$styleable: int ViewStubCompat_android_inflatedId -androidx.preference.R$color: int secondary_text_disabled_material_light +retrofit2.BuiltInConverters: boolean checkForKotlinUnit +com.google.android.material.R$attr: int actionButtonStyle +okhttp3.Route: java.net.Proxy proxy +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: ChineseCityEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 +cyanogenmod.externalviews.ExternalViewProperties: android.graphics.Rect mHitRect +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleMarginEnd +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean +cyanogenmod.app.ProfileGroup$Mode: cyanogenmod.app.ProfileGroup$Mode[] values() +okhttp3.internal.ws.RealWebSocket$PingRunnable: RealWebSocket$PingRunnable(okhttp3.internal.ws.RealWebSocket) +androidx.vectordrawable.R$id: int accessibility_custom_action_20 +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: boolean cancelled +androidx.preference.R$style: int Base_Widget_AppCompat_EditText +com.google.android.gms.common.api.internal.zaab: void registerConnectionFailedListener(com.google.android.gms.common.api.GoogleApiClient$OnConnectionFailedListener) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: void setTo(java.lang.String) +androidx.preference.R$id: int bottom +com.google.android.material.R$styleable: int Motion_pathMotionArc +androidx.preference.R$attr: int actionModeStyle +wangdaye.com.geometricweather.R$drawable: int cpv_btn_background +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_13 +james.adaptiveicon.R$drawable: int abc_btn_check_material +io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_6 +com.google.android.material.R$attr: int overlay +james.adaptiveicon.R$styleable: int View_theme +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: void setValue(java.lang.String) +okio.GzipSink: okio.Timeout timeout() +cyanogenmod.app.Profile: cyanogenmod.app.ProfileGroup mDefaultGroup +com.turingtechnologies.materialscrollbar.R$dimen: int item_touch_helper_swipe_escape_velocity +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: boolean done +androidx.appcompat.widget.AppCompatSpinner: android.content.Context getPopupContext() +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_contentInsetStartWithNavigation +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: boolean isDisposed() +wangdaye.com.geometricweather.R$styleable: int Tooltip_android_minWidth +io.reactivex.Observable: io.reactivex.Observable distinctUntilChanged(io.reactivex.functions.Function) +com.xw.repo.bubbleseekbar.R$attr: int buttonBarButtonStyle +android.didikee.donate.R$styleable: int SwitchCompat_showText +android.didikee.donate.R$styleable: int AppCompatTheme_android_windowAnimationStyle +com.google.android.material.R$id: int checkbox +okhttp3.internal.http2.Hpack$Writer: int nextHeaderIndex +com.xw.repo.bubbleseekbar.R$id: int sides +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum: AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum() +androidx.hilt.work.R$id: int accessibility_custom_action_13 +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String LIVE_LOCK_SCREEN_PREVIEW +androidx.legacy.coreutils.R$styleable: int GradientColor_android_centerX +androidx.viewpager.R$attr: int fontStyle +com.google.android.material.R$attr: int liftOnScroll +androidx.activity.R$layout: int notification_template_part_time +james.adaptiveicon.R$styleable: int SearchView_voiceIcon +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: boolean isDisposed() +androidx.loader.R$style +com.jaredrummler.android.colorpicker.ColorPickerView: void setAlphaSliderText(int) +retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter: CompletableFutureCallAdapterFactory$BodyCallAdapter(java.lang.reflect.Type) +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$5 +androidx.preference.R$id: int left +wangdaye.com.geometricweather.R$styleable: int ViewBackgroundHelper_backgroundTint +wangdaye.com.geometricweather.background.polling.permanent.update.Hilt_ForegroundNormalUpdateService: Hilt_ForegroundNormalUpdateService() +retrofit2.adapter.rxjava2.ResultObservable +com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$Node findByObject(java.lang.Object) +android.didikee.donate.R$color: int foreground_material_dark +androidx.appcompat.widget.AppCompatTextView: void setLineHeight(int) +james.adaptiveicon.R$color: int abc_tint_switch_track +wangdaye.com.geometricweather.R$color: int material_on_surface_disabled +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Geometry: MfEphemerisResult$Geometry() +cyanogenmod.providers.CMSettings$InclusiveIntegerRangeValidator: int mMin +androidx.constraintlayout.widget.R$color: int abc_search_url_text_normal +androidx.work.R$id: int tag_accessibility_clickable_spans +androidx.viewpager.R$layout: R$layout() +com.google.android.material.R$id: int easeIn +wangdaye.com.geometricweather.R$styleable: int Chip_textStartPadding +com.google.android.material.R$styleable: int ActionBar_contentInsetEnd +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge +androidx.appcompat.R$attr: int alpha +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: android.os.IBinder asBinder() +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_motionTarget +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks +androidx.preference.R$color: int abc_primary_text_material_dark +io.reactivex.internal.util.ArrayListSupplier: io.reactivex.internal.util.ArrayListSupplier[] values() +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver this$0 +cyanogenmod.externalviews.ExternalView$4 +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Speed: java.lang.String Unit +androidx.vectordrawable.R$id: int accessibility_custom_action_7 +androidx.preference.R$string: int expand_button_title +james.adaptiveicon.R$attr: int backgroundTint +james.adaptiveicon.R$attr: int actionDropDownStyle +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeCloudCover +androidx.appcompat.R$color: int abc_tint_seek_thumb +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu +wangdaye.com.geometricweather.R$dimen: int cardview_default_elevation +com.jaredrummler.android.colorpicker.R$attr: int commitIcon +io.reactivex.internal.util.NotificationLite: boolean isComplete(java.lang.Object) +com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner +com.google.android.material.R$styleable: int TextAppearance_android_shadowRadius +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle +james.adaptiveicon.R$drawable: R$drawable() +com.google.android.material.R$attr: int titleTextStyle io.reactivex.internal.schedulers.ScheduledRunnable: int PARENT_INDEX -wangdaye.com.geometricweather.R$color: int design_default_color_on_primary -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setItemPosition(int) -com.google.android.material.R$styleable: int Constraint_layout_constraintWidth_min -com.amap.api.location.APSService: android.os.IBinder onBind(android.content.Intent) -com.google.android.material.R$attr: int materialButtonToggleGroupStyle -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_android_keyboardNavigationCluster -com.bumptech.glide.load.EncodeStrategy: com.bumptech.glide.load.EncodeStrategy TRANSFORMED -androidx.lifecycle.ProcessLifecycleOwner: androidx.lifecycle.LifecycleOwner get() -androidx.preference.R$attr: int dialogIcon -androidx.appcompat.R$styleable: int MenuView_android_verticalDivider -okhttp3.internal.http2.Hpack$Reader: void insertIntoDynamicTable(int,okhttp3.internal.http2.Header) -androidx.customview.R$dimen: int notification_main_column_padding_top -androidx.lifecycle.SavedStateHandle$SavingStateLiveData: void detach() -androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_android_ttcIndex -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ImageButton -cyanogenmod.profiles.AirplaneModeSettings: void processOverride(android.content.Context) -wangdaye.com.geometricweather.R$drawable: int notif_temp_66 -androidx.vectordrawable.animated.R$drawable: int notification_bg_low_pressed -com.google.android.material.R$attr: int prefixTextAppearance -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText -androidx.appcompat.R$attr: int alertDialogStyle -com.google.android.material.R$style: int Widget_MaterialComponents_TimePicker -androidx.lifecycle.LiveData$ObserverWrapper: void activeStateChanged(boolean) -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_11 -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_editor_absoluteX -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Medium -james.adaptiveicon.R$attr: int itemPadding -androidx.preference.R$id: int info -androidx.appcompat.R$styleable: int AppCompatImageView_tint -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Compat_Notification -wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type PRECIPITATION -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -wangdaye.com.geometricweather.R$attr: int transitionDisable -cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: void createCustomTileWithTag(java.lang.String,java.lang.String,java.lang.String,int,cyanogenmod.app.CustomTile,int[],int) -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionButton_Overflow -androidx.preference.R$styleable: int SwitchCompat_thumbTextPadding -androidx.activity.R$styleable: int FontFamilyFont_android_fontStyle -androidx.appcompat.widget.ActionBarContextView -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial: int UnitType -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: ObservableRetryPredicate$RepeatObserver(io.reactivex.Observer,long,io.reactivex.functions.Predicate,io.reactivex.internal.disposables.SequentialDisposable,io.reactivex.ObservableSource) -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area$LastAction -androidx.lifecycle.Transformations$1: void onChanged(java.lang.Object) -androidx.vectordrawable.animated.R$dimen: int notification_subtext_size -cyanogenmod.power.IPerformanceManager -com.xw.repo.bubbleseekbar.R$attr: int trackTint -com.amap.api.location.LocationManagerBase: void startLocation() -okhttp3.MultipartBody: long writeOrCountBytes(okio.BufferedSink,boolean) -com.xw.repo.bubbleseekbar.R$style: int Platform_ThemeOverlay_AppCompat -androidx.constraintlayout.widget.R$anim: int btn_radio_to_on_mtrl_ring_outer_animation -com.google.android.material.R$color: int androidx_core_ripple_material_light -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: java.lang.String MinutesText -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_constraint_referenced_ids -com.google.gson.stream.JsonReader: int doPeek() -android.didikee.donate.R$styleable: int MenuItem_android_orderInCategory -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Ice: int UnitType +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: void setContent(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean) +androidx.preference.R$styleable: int SearchView_queryBackground +okhttp3.internal.platform.Android10Platform: void enableSessionTickets(javax.net.ssl.SSLSocket) +androidx.viewpager2.R$styleable: int GradientColor_android_centerY +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle +com.xw.repo.bubbleseekbar.R$styleable: int[] Toolbar +com.turingtechnologies.materialscrollbar.R$id: int split_action_bar +com.google.android.material.R$attr: int listLayout +retrofit2.Utils: java.lang.RuntimeException methodError(java.lang.reflect.Method,java.lang.Throwable,java.lang.String,java.lang.Object[]) +okhttp3.HttpUrl$Builder: java.lang.String host +androidx.constraintlayout.widget.R$attr: int fontFamily +wangdaye.com.geometricweather.R$styleable: int MaterialCheckBox_buttonTint +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow +androidx.fragment.R$attr: int fontProviderFetchTimeout +wangdaye.com.geometricweather.R$attr: int msb_recyclerView +cyanogenmod.profiles.AirplaneModeSettings$BooleanState +com.xw.repo.bubbleseekbar.R$anim: int abc_tooltip_enter +okhttp3.Protocol: okhttp3.Protocol[] $VALUES +wangdaye.com.geometricweather.main.layouts.MainLayoutManager +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title +io.reactivex.internal.subscribers.DeferredScalarSubscriber: boolean hasValue +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_android_textOn +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_Dialog_MinWidth +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionDropDownStyle +wangdaye.com.geometricweather.common.basic.models.Location: android.os.Parcelable$Creator CREATOR +androidx.hilt.R$style: int Widget_Compat_NotificationActionText +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial Imperial +cyanogenmod.app.Profile: android.os.Parcelable$Creator CREATOR +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.constraintlayout.widget.R$drawable: int abc_text_select_handle_right_mtrl_dark +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: org.reactivestreams.Subscriber downstream +com.turingtechnologies.materialscrollbar.R$styleable: int View_android_theme +androidx.preference.R$color: int accent_material_dark +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_1 +cyanogenmod.externalviews.KeyguardExternalView: void performAction(java.lang.Runnable) +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_22 +androidx.drawerlayout.R$dimen +androidx.preference.R$layout: int select_dialog_multichoice_material +com.google.android.material.R$dimen: int mtrl_calendar_title_baseline_to_top_fullscreen +wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit[] values() +com.turingtechnologies.materialscrollbar.R$attr: int itemTextColor +androidx.preference.R$dimen: int notification_top_pad +cyanogenmod.profiles.ConnectionSettings: cyanogenmod.profiles.ConnectionSettings fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) +androidx.preference.R$styleable: int FontFamily_fontProviderPackage +androidx.constraintlayout.widget.R$styleable: int MockView_mock_diagonalsColor +com.google.android.material.internal.ForegroundLinearLayout: void setForegroundGravity(int) +com.google.android.material.R$dimen: int notification_top_pad +androidx.preference.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleMarginStart +okhttp3.internal.http2.Http2: byte FLAG_END_HEADERS +wangdaye.com.geometricweather.R$id: int select_dialog_listview +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Imperial: double Value +cyanogenmod.app.Profile$ProfileTrigger: void getXmlString(java.lang.StringBuilder,android.content.Context) +james.adaptiveicon.R$dimen: int notification_large_icon_width +okhttp3.internal.platform.ConscryptPlatform +wangdaye.com.geometricweather.db.entities.LocationEntityDao: wangdaye.com.geometricweather.db.entities.LocationEntity readEntity(android.database.Cursor,int) +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Small_Inverse +com.turingtechnologies.materialscrollbar.R$id: int action_mode_bar +androidx.appcompat.R$styleable: int FontFamilyFont_ttcIndex +wangdaye.com.geometricweather.R$id: int indicator +wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_text_light_normal +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_backgroundStacked +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWindDirection(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int Transform_android_transformPivotX +io.reactivex.Observable: io.reactivex.Observable mergeDelayError(java.lang.Iterable,int) +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_TabText +wangdaye.com.geometricweather.R$drawable: int shortcuts_wind_foreground +com.jaredrummler.android.colorpicker.R$style: int Base_Animation_AppCompat_Tooltip +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.lifecycle.extensions.R$color: int notification_icon_bg_color +com.xw.repo.bubbleseekbar.R$attr: int textColorAlertDialogListItem +wangdaye.com.geometricweather.R$attr: int counterTextAppearance +com.amap.api.location.AMapLocationClientOption: boolean q +com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String e() +androidx.viewpager.R$drawable +okhttp3.RequestBody$1: okhttp3.MediaType contentType() +cyanogenmod.app.Profile: cyanogenmod.profiles.LockSettings getScreenLockMode() +androidx.appcompat.R$style: int Widget_AppCompat_Light_SearchView +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText +cyanogenmod.os.Build: java.lang.String CYANOGENMOD_VERSION +wangdaye.com.geometricweather.R$string: int snow +cyanogenmod.app.ICMTelephonyManager: boolean isDataConnectionEnabled() +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: void dispose() +wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoonSetDate(java.util.Date) +okhttp3.internal.ws.RealWebSocket$Streams +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Position: double lat +okio.ByteString: okio.ByteString EMPTY +okhttp3.internal.ws.RealWebSocket: okhttp3.WebSocketListener listener +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_26 +com.google.android.material.tabs.TabLayout: void removeOnTabSelectedListener(com.google.android.material.tabs.TabLayout$BaseOnTabSelectedListener) +androidx.preference.R$string: int abc_searchview_description_search +retrofit2.RequestFactory: boolean isMultipart +retrofit2.Invocation: java.util.List arguments +wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type valueOf(java.lang.String) +androidx.recyclerview.R$drawable: int notification_template_icon_bg +wangdaye.com.geometricweather.R$id: int chains +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: java.lang.String getUnit() +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModePasteDrawable +androidx.preference.R$style: int Base_TextAppearance_AppCompat +com.google.android.material.R$styleable: int ScrimInsetsFrameLayout_insetForeground +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$2: LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$2(androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription) +com.google.android.material.R$string: int abc_capital_off +retrofit2.RequestFactory$Builder: boolean gotUrl +com.google.android.material.R$style: int Widget_AppCompat_Button_Colored +android.didikee.donate.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle +cyanogenmod.providers.CMSettings$System: java.lang.String getString(android.content.ContentResolver,java.lang.String) +com.xw.repo.bubbleseekbar.R$drawable: int notification_action_background +okhttp3.internal.http.RealInterceptorChain: okhttp3.Call call +androidx.constraintlayout.widget.R$styleable: int[] MockView +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours: AccuCurrentResult$PrecipitationSummary$Past6Hours() +okhttp3.internal.http2.Hpack$Reader: int maxDynamicTableByteCount +androidx.appcompat.widget.Toolbar: void setPopupTheme(int) +wangdaye.com.geometricweather.R$styleable: int Toolbar_navigationIcon +okhttp3.internal.cache.InternalCache: okhttp3.Response get(okhttp3.Request) +androidx.lifecycle.ReflectiveGenericLifecycleObserver: androidx.lifecycle.ClassesInfoCache$CallbackInfo mInfo +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather +com.jaredrummler.android.colorpicker.R$styleable: int CompoundButton_android_button +androidx.hilt.work.R$styleable: int FontFamilyFont_android_fontVariationSettings +androidx.lifecycle.extensions.R$integer: int status_bar_notification_info_maxnum +com.google.android.material.R$style: int Widget_Design_Snackbar +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_116 +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub$Proxy +androidx.activity.R$styleable: int GradientColor_android_endY +com.xw.repo.bubbleseekbar.R$id: int search_edit_frame +wangdaye.com.geometricweather.common.basic.models.weather.Base: java.lang.String getCityId() +com.google.android.material.chip.Chip: void setLayoutDirection(int) +androidx.appcompat.R$attr: int drawableRightCompat +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_SearchView +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintVertical_weight +okhttp3.ConnectionPool$1: ConnectionPool$1(okhttp3.ConnectionPool) +cyanogenmod.app.ProfileGroup: void readFromParcel(android.os.Parcel) +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: void onError(java.lang.Throwable) +androidx.swiperefreshlayout.R$color: R$color() +okhttp3.internal.http1.Http1Codec: okio.Sink createRequestBody(okhttp3.Request,long) +wangdaye.com.geometricweather.R$styleable: int Preference_selectable +com.turingtechnologies.materialscrollbar.R$layout: int design_navigation_item_header +wangdaye.com.geometricweather.R$attr: int buttonSize +james.adaptiveicon.R$styleable: int[] ListPopupWindow +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TabLayout +wangdaye.com.geometricweather.R$attr: int visibilityMode +wangdaye.com.geometricweather.R$styleable: int ActionBar_subtitleTextStyle +cyanogenmod.app.Profile$TriggerState: int ON_A2DP_DISCONNECT +androidx.appcompat.R$style: int Base_Widget_AppCompat_ListView_DropDown +okhttp3.internal.connection.RealConnection: void connectSocket(int,int,okhttp3.Call,okhttp3.EventListener) +okio.Buffer: long readLong() +android.didikee.donate.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar +androidx.work.R$layout: int notification_template_part_chronometer +io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver +wangdaye.com.geometricweather.R$id: int widget_week_temp_3 +androidx.appcompat.R$styleable: int Toolbar_logo +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setTrimPathStart(float) +androidx.lifecycle.ClassesInfoCache: int CALL_TYPE_PROVIDER +cyanogenmod.app.CMContextConstants +androidx.appcompat.widget.ActivityChooserView: androidx.appcompat.widget.ListPopupWindow getListPopupWindow() +android.didikee.donate.R$styleable: int ActionBar_customNavigationLayout +com.google.android.material.R$styleable: int SearchView_android_focusable +io.reactivex.Observable: io.reactivex.Observable timeInterval(java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +com.google.android.material.button.MaterialButton: void setBackground(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setStatus(int) +androidx.preference.R$dimen: int abc_list_item_height_material +androidx.fragment.R$anim: R$anim() +wangdaye.com.geometricweather.R$drawable: int design_fab_background +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: java.lang.String getCardValue() +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xnp +androidx.fragment.R$id: int accessibility_custom_action_17 +io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light_DialogWhenLarge +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeSnowPrecipitationDuration(java.lang.Float) +wangdaye.com.geometricweather.R$string: int settings_title_permanent_service +io.reactivex.internal.util.ErrorMode: io.reactivex.internal.util.ErrorMode END +androidx.work.R$layout: R$layout() +io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: boolean disposed +cyanogenmod.profiles.ConnectionSettings: java.lang.String ACTION_MODIFY_NETWORK_MODE +com.google.android.material.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge +cyanogenmod.profiles.AirplaneModeSettings: void readFromParcel(android.os.Parcel) +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void onNext(java.lang.Object) +com.xw.repo.bubbleseekbar.R$string: int abc_prepend_shortcut_label +wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_android_max +com.google.android.material.R$styleable: int Constraint_flow_verticalBias +io.reactivex.internal.observers.DeferredScalarObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language PORTUGUESE +androidx.work.impl.background.systemalarm.RescheduleReceiver +wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_mini_light +com.google.android.material.R$attr: int customStringValue +retrofit2.Call: okhttp3.Request request() +androidx.preference.R$styleable: int CheckBoxPreference_summaryOff +com.google.android.material.R$attr: int flow_verticalGap +wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_icon_dark_normal +androidx.constraintlayout.widget.R$attr: int layout_constraintBottom_toTopOf +cyanogenmod.app.Profile: cyanogenmod.profiles.RingModeSettings mRingMode +androidx.transition.R$id: int action_image +wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialog_backgroundInsetTop +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: AccuMinuteResult$SummariesBean() +wangdaye.com.geometricweather.R$id: int widget_week_week_2 +org.greenrobot.greendao.AbstractDaoSession: void runInTx(java.lang.Runnable) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: java.lang.String Link +com.google.android.material.R$dimen: int abc_list_item_height_small_material +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void onError(java.lang.Throwable) +cyanogenmod.externalviews.ExternalView$6 +wangdaye.com.geometricweather.R$dimen: int design_navigation_padding_bottom +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_menu +androidx.appcompat.widget.LinearLayoutCompat: int getGravity() +androidx.legacy.coreutils.R$id: int right_icon +androidx.constraintlayout.widget.R$string: int abc_searchview_description_clear +com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawable_android_constantSize +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_selection_line_height +com.turingtechnologies.materialscrollbar.R$attr: int actionModeShareDrawable +okhttp3.internal.connection.RealConnection: java.util.List allocations +androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$State min(androidx.lifecycle.Lifecycle$State,androidx.lifecycle.Lifecycle$State) +james.adaptiveicon.R$attr: int title +androidx.swiperefreshlayout.R$dimen: int notification_content_margin_start +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu +com.google.android.material.R$id: int search_close_btn +androidx.constraintlayout.widget.R$id: int sin +com.jaredrummler.android.colorpicker.R$attr: int actionBarItemBackground +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_barThickness +com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding +com.jaredrummler.android.colorpicker.R$attr: int titleTextStyle +android.didikee.donate.R$style +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Subhead_Inverse +io.reactivex.internal.subscriptions.EmptySubscription: int requestFusion(int) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_drawPath +com.turingtechnologies.materialscrollbar.R$drawable: int notify_panel_notification_icon_bg +com.google.android.material.R$dimen: int mtrl_btn_icon_btn_padding_left +androidx.preference.R$color: int ripple_material_dark +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$6: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 +androidx.constraintlayout.widget.R$id: int pathRelative +androidx.constraintlayout.utils.widget.MockView: MockView(android.content.Context,android.util.AttributeSet,int) +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder pingInterval(long,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHorizontal_chainStyle +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginTop +cyanogenmod.weatherservice.ServiceRequestResult$1: cyanogenmod.weatherservice.ServiceRequestResult[] newArray(int) +com.google.android.material.R$styleable: int AppCompatTextView_drawableTopCompat +androidx.viewpager.widget.PagerTitleStrip: int getMinHeight() +com.turingtechnologies.materialscrollbar.R$styleable: int CompoundButton_buttonTintMode +james.adaptiveicon.R$attr: int searchHintIcon +com.google.android.gms.base.R$string: int common_google_play_services_install_button +wangdaye.com.geometricweather.R$attr: int theme +com.google.android.material.R$styleable: int MaterialCheckBox_useMaterialThemeColors +wangdaye.com.geometricweather.R$array: int dark_modes +androidx.appcompat.widget.Toolbar: int getCurrentContentInsetLeft() +androidx.viewpager2.R$dimen: int notification_big_circle_margin +io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: boolean isDisposed() androidx.constraintlayout.widget.R$attr: int textAppearanceSearchResultTitle -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_logoDescription -wangdaye.com.geometricweather.R$color: int error_color_material_light -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property TreeDescription -okhttp3.internal.connection.StreamAllocation: okhttp3.internal.http.HttpCodec codec -androidx.preference.R$id: int icon_frame -com.turingtechnologies.materialscrollbar.R$attr: int panelBackground -okhttp3.OkHttpClient: javax.net.ssl.SSLSocketFactory sslSocketFactory() -wangdaye.com.geometricweather.R$animator: int start_shine_1 -wangdaye.com.geometricweather.R$array: int location_service_values -okhttp3.internal.Util: boolean equal(java.lang.Object,java.lang.Object) -com.google.gson.stream.JsonReader: int PEEKED_DOUBLE_QUOTED_NAME -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: java.lang.String DESCRIPTOR -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWindDirection +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_PopupMenu +androidx.coordinatorlayout.R$id: int blocking +com.turingtechnologies.materialscrollbar.R$color: int abc_secondary_text_material_light +com.google.android.material.R$styleable: int ConstraintSet_flow_verticalStyle +com.turingtechnologies.materialscrollbar.R$attr: int fabCradleRoundedCornerRadius +androidx.preference.R$styleable: int AppCompatTheme_ratingBarStyleIndicator +com.jaredrummler.android.colorpicker.R$styleable: int[] MultiSelectListPreference +com.google.android.material.bottomnavigation.BottomNavigationView: int getLabelVisibilityMode() +com.google.android.material.slider.Slider: void setThumbTintList(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Button_Small +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: java.lang.String toString() +androidx.constraintlayout.widget.R$dimen: int highlight_alpha_material_colored +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getApparentTemperature() +okhttp3.internal.cache.DiskLruCache$3: okhttp3.internal.cache.DiskLruCache$Snapshot next() +androidx.preference.R$anim: int abc_fade_in +com.google.android.material.R$attr: int keylines +androidx.drawerlayout.R$styleable: int FontFamily_fontProviderCerts +androidx.lifecycle.extensions.R$id +com.amap.api.fence.PoiItem: double g +androidx.appcompat.R$id: int notification_main_column +wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_typeface +androidx.preference.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog +com.amap.api.fence.GeoFenceManagerBase: android.app.PendingIntent createPendingIntent(java.lang.String) +cyanogenmod.power.PerformanceManager: cyanogenmod.power.PerformanceManager getInstance(android.content.Context) +androidx.dynamicanimation.R$id: int icon_group +androidx.dynamicanimation.R$id: int tag_unhandled_key_event_manager +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_SearchView +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: javax.inject.Provider apiProvider +cyanogenmod.weather.WeatherInfo: int hashCode() +android.didikee.donate.R$dimen: int abc_control_corner_material +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_Layout_android_layout_height +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_Button_Colored +com.google.android.material.R$styleable: int MaterialButtonToggleGroup_checkedButton +cyanogenmod.app.ICustomTileListener$Stub: int TRANSACTION_onCustomTilePosted +androidx.recyclerview.R$attr: int fastScrollHorizontalThumbDrawable +androidx.hilt.R$drawable: int notification_bg_low +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowFixedWidthMinor +androidx.vectordrawable.R$layout: int custom_dialog +com.google.android.material.R$id: int accessibility_custom_action_18 +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary +androidx.hilt.work.R$id: int accessibility_custom_action_2 +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: ObservableTakeLastTimed$TakeLastTimedObserver(io.reactivex.Observer,long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,int,boolean) +androidx.activity.R$layout: R$layout() +com.turingtechnologies.materialscrollbar.R$color: int secondary_text_default_material_dark +wangdaye.com.geometricweather.R$string: int common_google_play_services_install_title +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light_Dialog +com.google.android.material.R$style: int Theme_AppCompat_Light_Dialog_MinWidth +wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: void setEnableAnim(boolean) +androidx.work.impl.WorkDatabase: WorkDatabase() +androidx.lifecycle.extensions.R$dimen: int compat_notification_large_icon_max_width +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder username(java.lang.String) +androidx.appcompat.R$attr: int seekBarStyle +androidx.appcompat.widget.SearchView: void setSuggestionsAdapter(androidx.cursoradapter.widget.CursorAdapter) +wangdaye.com.geometricweather.R$styleable: int Toolbar_contentInsetRight +androidx.preference.R$styleable: int[] AnimatedStateListDrawableItem +com.google.android.material.R$styleable: int Badge_horizontalOffset +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle +androidx.lifecycle.ViewModel: void closeWithRuntimeException(java.lang.Object) +androidx.constraintlayout.widget.R$attr: int expandActivityOverflowButtonDrawable +okhttp3.Response: okhttp3.CacheControl cacheControl +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_15 +wangdaye.com.geometricweather.R$id: int item_weather_icon_title +com.google.android.material.R$id: int accessibility_custom_action_9 +com.google.android.material.transformation.FabTransformationSheetBehavior: FabTransformationSheetBehavior(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_Dialog +androidx.appcompat.R$styleable: int MenuItem_actionViewClass +com.google.android.material.R$anim: int btn_radio_to_off_mtrl_ring_outer_animation +com.google.android.gms.auth.api.signin.GoogleSignInAccount +wangdaye.com.geometricweather.R$layout: int material_clockface_view +okhttp3.Headers: Headers(okhttp3.Headers$Builder) +com.google.android.material.appbar.AppBarLayout$BaseBehavior$SavedState +cyanogenmod.app.ICMStatusBarManager$Stub: android.os.IBinder asBinder() +wangdaye.com.geometricweather.R$style: int ShapeAppearance_MaterialComponents_LargeComponent +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxCollapsedPaddingTop +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.WeatherEntityDao getWeatherEntityDao() +wangdaye.com.geometricweather.R$attr: int textAppearanceListItemSecondary +io.reactivex.Observable: io.reactivex.Observable buffer(io.reactivex.ObservableSource,int) +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_trackTintMode +retrofit2.ParameterHandler: ParameterHandler() +cyanogenmod.weather.RequestInfo: int getTemperatureUnit() +okhttp3.RequestBody$3: java.io.File val$file +androidx.work.impl.background.systemalarm.ConstraintProxy: ConstraintProxy() +okhttp3.internal.cache.DiskLruCache: okhttp3.internal.cache.DiskLruCache$Editor edit(java.lang.String) +wangdaye.com.geometricweather.R$id: int normal +androidx.hilt.R$styleable: int FontFamilyFont_android_fontStyle +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_CompoundButton_Switch +com.google.android.material.bottomappbar.BottomAppBar: int getLeftInset() +com.google.android.material.R$id: int tag_screen_reader_focusable +androidx.appcompat.widget.SwitchCompat: SwitchCompat(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.R$styleable: int AppCompatTheme_tooltipForegroundColor +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Button_Borderless +wangdaye.com.geometricweather.R$layout: int preference_dropdown +android.support.v4.os.ResultReceiver$MyResultReceiver: ResultReceiver$MyResultReceiver(android.support.v4.os.ResultReceiver) +james.adaptiveicon.R$drawable: int notification_bg_low +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ImageButton +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_NoActionBar +james.adaptiveicon.R$attr: int buttonStyleSmall +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void otherError(java.lang.Throwable) +io.reactivex.disposables.RunnableDisposable +com.google.gson.stream.JsonReader: int NUMBER_CHAR_EXP_SIGN +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Rain +androidx.activity.R$attr: int font +com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_startAngle +androidx.preference.R$attr: int collapseIcon +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: int isRainOrSnow +com.turingtechnologies.materialscrollbar.R$attr: int listPreferredItemHeightSmall +com.bumptech.glide.R$id: int italic +androidx.hilt.lifecycle.R$attr: int ttcIndex +james.adaptiveicon.R$attr: int searchIcon +androidx.hilt.lifecycle.R$id: int action_text +com.xw.repo.bubbleseekbar.R$dimen: int abc_config_prefDialogWidth +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceStyle +com.google.android.material.R$attr: int itemMaxLines +retrofit2.OkHttpCall$ExceptionCatchingResponseBody: okhttp3.ResponseBody delegate +okio.Pipe$PipeSource: long read(okio.Buffer,long) +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintBottom_toTopOf +com.amap.api.fence.GeoFence: void setExpiration(long) +wangdaye.com.geometricweather.R$attr: int preferenceStyle +io.reactivex.Observable: io.reactivex.Completable flatMapCompletable(io.reactivex.functions.Function) +com.google.android.material.floatingactionbutton.FloatingActionButton: void setBackgroundTintMode(android.graphics.PorterDuff$Mode) +wangdaye.com.geometricweather.R$layout: int abc_activity_chooser_view_list_item +android.didikee.donate.R$style: int Widget_AppCompat_ActionBar_TabText +androidx.constraintlayout.widget.R$layout: int notification_template_custom_big +com.turingtechnologies.materialscrollbar.R$attr: int actionModePopupWindowStyle +wangdaye.com.geometricweather.R$string: int key_notification_hide_icon +androidx.dynamicanimation.R$styleable: int FontFamilyFont_android_fontVariationSettings +androidx.preference.R$styleable: int DrawerArrowToggle_gapBetweenBars +com.google.android.material.R$dimen: int material_emphasis_disabled +androidx.appcompat.R$drawable: int abc_tab_indicator_mtrl_alpha +com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_tileMode +androidx.coordinatorlayout.R$styleable: int ColorStateListItem_android_color com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_arrowHeadLength -androidx.lifecycle.Lifecycling$1: androidx.lifecycle.LifecycleEventObserver val$observer -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: io.reactivex.Observer downstream -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: io.reactivex.disposables.Disposable upstream -androidx.work.R$id: int accessibility_custom_action_13 -androidx.drawerlayout.R$id: int forever -androidx.loader.R$style: int TextAppearance_Compat_Notification_Time -com.google.android.material.R$id: int search_close_btn -androidx.preference.R$layout: int abc_search_view -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_TextButton_Icon -wangdaye.com.geometricweather.R$layout: int item_weather_daily_overview -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dropDownListViewStyle -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarTabStyle -cyanogenmod.app.ProfileGroup: void writeToParcel(android.os.Parcel,int) -wangdaye.com.geometricweather.R$string: int settings_summary_appearance -androidx.appcompat.R$dimen: int abc_dialog_list_padding_bottom_no_buttons -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: java.util.List timelaps -wangdaye.com.geometricweather.R$styleable: int Toolbar_popupTheme -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_Switch -androidx.hilt.work.R$id: int accessibility_custom_action_30 -android.didikee.donate.R$dimen: int abc_action_bar_overflow_padding_end_material -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_closeIcon -androidx.vectordrawable.animated.R$attr: int fontProviderQuery -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) -androidx.hilt.R$id: int line1 -cyanogenmod.weather.CMWeatherManager$WeatherServiceProviderChangeListener: void onWeatherServiceProviderChanged(java.lang.String) -com.google.android.material.R$styleable: int AppCompatTheme_actionBarTheme -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_shapeAppearance -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: boolean isDisposed() -cyanogenmod.hardware.CMHardwareManager: java.lang.String getLtoDestination() -io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable: ObservablePublish$InnerDisposable(io.reactivex.Observer) -com.google.gson.stream.JsonReader: int NUMBER_CHAR_NONE -androidx.cardview.R$styleable: int CardView_android_minHeight -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_height -okhttp3.internal.http2.Http2Codec: void finishRequest() -cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.RequestInfo$Builder queryOnly() -com.google.android.material.progressindicator.ProgressIndicator: int getTrackColor() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_92 -androidx.preference.R$attr: int checkboxStyle -androidx.preference.R$layout: int preference_widget_switch_compat -androidx.lifecycle.ProcessLifecycleOwner$2: void onCreate() -wangdaye.com.geometricweather.R$id: int confirm_button -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_android_switchTextOn -wangdaye.com.geometricweather.main.MainActivity: MainActivity() -androidx.constraintlayout.widget.R$styleable: int MockView_mock_labelBackgroundColor -androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$State getStateAfter(androidx.lifecycle.Lifecycle$Event) -com.jaredrummler.android.colorpicker.ColorPickerView: void setAlphaSliderVisible(boolean) -wangdaye.com.geometricweather.R$attr: int textAppearanceListItemSmall -android.didikee.donate.R$drawable: int abc_control_background_material -androidx.preference.R$styleable: int[] PreferenceGroup -cyanogenmod.providers.DataUsageContract: java.lang.String[] PROJECTION_ALL -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_lastHorizontalStyle -wangdaye.com.geometricweather.R$attr: int hintEnabled -wangdaye.com.geometricweather.R$attr: int showAsAction -androidx.viewpager2.widget.ViewPager2: int getScrollState() -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_hideable -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean onSearchRequested(android.view.SearchEvent) -io.reactivex.internal.subscriptions.BasicIntQueueSubscription: int requestFusion(int) -wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_layout_behavior -okhttp3.Credentials: Credentials() -androidx.appcompat.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric: int UnitType +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline Headline +wangdaye.com.geometricweather.R$string: int feedback_background_location_summary +okio.ByteString: java.lang.String hex() +com.google.android.material.R$style: int Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day +com.google.android.material.R$id: int parent +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: java.lang.Object item +cyanogenmod.providers.CMSettings$System: java.lang.String KEY_MENU_LONG_PRESS_ACTION +com.google.android.material.R$styleable: int MaterialTextView_android_textAppearance +wangdaye.com.geometricweather.R$dimen: int mtrl_edittext_rectangle_top_offset +com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_colored_material +com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_thickness +wangdaye.com.geometricweather.R$id: int container_main_header_aqiOrWindTxt +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_SeekBar_Discrete +com.xw.repo.bubbleseekbar.R$attr: int buttonStyleSmall +androidx.preference.R$styleable: int Toolbar_navigationIcon +wangdaye.com.geometricweather.R$id: int search_src_text +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_motionProgress +wangdaye.com.geometricweather.R$id: int action_menu_presenter +androidx.constraintlayout.widget.R$anim: int btn_checkbox_to_checked_icon_null_animation +androidx.viewpager2.R$styleable: int FontFamily_fontProviderCerts +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight +cyanogenmod.app.LiveLockScreenInfo$Builder: android.content.ComponentName mComponent +androidx.constraintlayout.widget.R$attr: int gapBetweenBars +okhttp3.internal.http.RetryAndFollowUpInterceptor: void cancel() +androidx.constraintlayout.widget.R$id: int title +com.jaredrummler.android.colorpicker.R$string: int abc_action_bar_up_description +com.google.android.material.R$styleable: int ActionBar_titleTextStyle +androidx.constraintlayout.widget.R$string: int abc_menu_ctrl_shortcut_label +android.didikee.donate.R$attr: int buttonStyle +io.reactivex.Observable: io.reactivex.Observable buffer(int,int,java.util.concurrent.Callable) +wangdaye.com.geometricweather.R$dimen: int hint_pressed_alpha_material_dark +androidx.lifecycle.LifecycleRegistry: void markState(androidx.lifecycle.Lifecycle$State) +androidx.recyclerview.R$id: int action_container +androidx.dynamicanimation.R$id: int notification_main_column +okhttp3.internal.http.HttpHeaders: java.util.Set varyFields(okhttp3.Headers) +androidx.appcompat.widget.LinearLayoutCompat: LinearLayoutCompat(android.content.Context,android.util.AttributeSet,int) +androidx.lifecycle.extensions.R$styleable: int GradientColorItem_android_offset +androidx.recyclerview.R$id: int accessibility_custom_action_29 +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_subtitle_top_margin_material +com.google.android.material.imageview.ShapeableImageView: android.content.res.ColorStateList getStrokeColor() +cyanogenmod.profiles.StreamSettings: cyanogenmod.profiles.StreamSettings fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight_Dialog +cyanogenmod.app.BaseLiveLockManagerService$1: void updateDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) +androidx.appcompat.R$color: int background_floating_material_light +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void onComplete() +wangdaye.com.geometricweather.R$attr: int closeItemLayout +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: void setStatus(int) +wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.Long getId() +com.google.android.material.R$color: int mtrl_filled_stroke_color +wangdaye.com.geometricweather.R$dimen: int mtrl_alert_dialog_background_inset_bottom +com.turingtechnologies.materialscrollbar.R$attr: int state_collapsed +com.google.android.material.slider.RangeSlider: int getTrackWidth() +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: int getNestedScrollAxes() +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DialogWhenLarge +wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type[] values() +com.google.android.material.R$dimen: int mtrl_calendar_action_height +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_editTextStyle +com.amap.api.location.CoordinateConverter: boolean isAMapDataAvailable(double,double) +android.didikee.donate.R$id: int src_in +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_id +com.google.android.material.R$id: int barrier +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Long readKey(android.database.Cursor,int) +wangdaye.com.geometricweather.db.entities.HistoryEntityDao +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_translationY +com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_android_dialogIcon +wangdaye.com.geometricweather.R$color: int highlighted_text_material_light +androidx.preference.R$id: int screen +cyanogenmod.profiles.AirplaneModeSettings: cyanogenmod.profiles.AirplaneModeSettings fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: java.lang.String getDatetime() +wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setDate(java.util.Date) +com.google.android.gms.base.R$styleable: int[] SignInButton +androidx.preference.R$styleable: int SeekBarPreference_android_max +androidx.constraintlayout.widget.R$styleable: int Constraint_visibilityMode +com.google.android.material.timepicker.ClockHandView: void setOnActionUpListener(com.google.android.material.timepicker.ClockHandView$OnActionUpListener) +io.reactivex.internal.queue.SpscArrayQueue: int mask +com.google.android.material.R$string: int bottomsheet_action_expand_halfway +cyanogenmod.app.StatusBarPanelCustomTile: android.os.UserHandle user +androidx.appcompat.R$style: int Animation_AppCompat_Dialog +com.google.android.material.R$styleable: int ExtendedFloatingActionButton_extendMotionSpec +com.google.android.material.R$styleable: int TextInputLayout_helperTextEnabled +androidx.viewpager.R$id: int tag_unhandled_key_listeners +wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.DailyEntity) +androidx.constraintlayout.widget.R$drawable: int abc_spinner_textfield_background_material +okhttp3.Cookie: Cookie(okhttp3.Cookie$Builder) +james.adaptiveicon.R$style: int Base_V22_Theme_AppCompat +wangdaye.com.geometricweather.main.models.LocationResource$Event: wangdaye.com.geometricweather.main.models.LocationResource$Event valueOf(java.lang.String) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_verticalBias +cyanogenmod.weatherservice.IWeatherProviderService$Stub: cyanogenmod.weatherservice.IWeatherProviderService asInterface(android.os.IBinder) +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light_Dialog +cyanogenmod.externalviews.ExternalViewProviderService$1$1: java.lang.Object call() +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void onNext(java.lang.Object) +com.amap.api.location.APSServiceBase: void onCreate() +androidx.appcompat.widget.ActivityChooserView: void setActivityChooserModel(androidx.appcompat.widget.ActivityChooserModel) +cyanogenmod.app.Profile: boolean mStatusBarIndicator +wangdaye.com.geometricweather.wallpaper.LiveWallpaperConfigActivity +okhttp3.internal.http2.Hpack: int PREFIX_6_BITS +androidx.appcompat.R$styleable: int ViewStubCompat_android_id +com.jaredrummler.android.colorpicker.R$attr: int subtitleTextAppearance +androidx.appcompat.R$drawable: int abc_seekbar_tick_mark_material +android.didikee.donate.R$id: int end +com.google.android.material.textfield.TextInputLayout: void setCounterEnabled(boolean) +androidx.loader.R$string: int status_bar_notification_info_overflow +cyanogenmod.providers.CMSettings$Global: boolean shouldInterceptSystemProvider(java.lang.String) +wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String type +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_23 +androidx.constraintlayout.widget.R$dimen: int abc_dialog_fixed_height_major +com.xw.repo.bubbleseekbar.R$layout: int abc_select_dialog_material +wangdaye.com.geometricweather.db.entities.WeatherEntity: void resetDailyEntityList() +com.google.android.material.R$styleable: int[] SwitchCompat +wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: void setTitleText(java.lang.String) +com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_android_positiveButtonText +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit +androidx.core.app.RemoteActionCompatParcelizer +androidx.vectordrawable.R$id: int notification_main_column_container +androidx.preference.R$attr: int colorBackgroundFloating +wangdaye.com.geometricweather.R$attr: int snackbarButtonStyle +wangdaye.com.geometricweather.R$dimen: int notification_small_icon_size_as_large +cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper: CustomTileListenerService$ICustomTileListenerWrapper(cyanogenmod.app.CustomTileListenerService,cyanogenmod.app.CustomTileListenerService$1) +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +androidx.transition.R$dimen: int notification_media_narrow_margin +okhttp3.internal.http2.Http2Stream$FramingSource: okio.Timeout timeout() +wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_handleOffColor +androidx.drawerlayout.R$id: int tag_transition_group +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: io.reactivex.Scheduler scheduler +androidx.appcompat.resources.R$id: int accessibility_custom_action_6 +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHeight_default +androidx.lifecycle.Lifecycle: void removeObserver(androidx.lifecycle.LifecycleObserver) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_TextButton_Snackbar +okhttp3.internal.connection.RouteSelector: java.util.List postponedRoutes +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int Icon +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoonPhaseAngle +wangdaye.com.geometricweather.R$styleable: int BottomAppBar_hideOnScroll +androidx.appcompat.R$styleable: int LinearLayoutCompat_android_orientation +okhttp3.internal.http2.Http2Connection: long bytesLeftInWriteWindow +okhttp3.internal.http2.Http2Reader: int readMedium(okio.BufferedSource) +wangdaye.com.geometricweather.R$attr: int textAppearanceSmallPopupMenu +android.didikee.donate.R$styleable: int AppCompatTheme_searchViewStyle +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: com.google.android.material.animation.MotionSpec getExtendMotionSpec() +io.reactivex.Observable: io.reactivex.Observable doOnDispose(io.reactivex.functions.Action) +io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: void dispose() +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_RatingBar_Indicator +androidx.work.R$styleable: R$styleable() +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.util.List dailyForecast +cyanogenmod.app.CustomTile$GridExpandedStyle: void setGridItems(java.util.ArrayList) +retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback: java.util.concurrent.CompletableFuture future +com.google.android.material.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless +android.didikee.donate.R$attr: int textColorAlertDialogListItem +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeIcePrecipitation +android.support.v4.os.IResultReceiver$Stub: android.os.IBinder asBinder() +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_layout +androidx.viewpager.widget.PagerTabStrip: void setTextSpacing(int) +com.turingtechnologies.materialscrollbar.R$styleable: int[] ListPopupWindow +androidx.constraintlayout.widget.R$styleable: int[] PopupWindow +wangdaye.com.geometricweather.R$attr: int actionModePasteDrawable +com.google.android.material.card.MaterialCardView: int getContentPaddingTop() +androidx.constraintlayout.widget.R$dimen: int abc_dropdownitem_text_padding_left +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_Switch +wangdaye.com.geometricweather.R$id: int item_icon_provider_get_more_appStore +androidx.constraintlayout.widget.R$styleable: int MenuItem_tooltipText +wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity +wangdaye.com.geometricweather.R$styleable: int CardView_contentPaddingBottom +wangdaye.com.geometricweather.R$color: int material_timepicker_clockface +com.google.android.material.slider.RangeSlider: RangeSlider(android.content.Context,android.util.AttributeSet) +cyanogenmod.themes.ThemeManager: cyanogenmod.themes.IThemeService getService() +androidx.preference.R$styleable: int AppCompatTheme_colorAccent james.adaptiveicon.R$style: int Widget_AppCompat_ButtonBar_AlertDialog -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintDimensionRatio -okhttp3.internal.http2.Http2Connection: int DEGRADED_PING -androidx.preference.R$dimen: int abc_dialog_fixed_height_major -androidx.fragment.R$styleable: int Fragment_android_tag -cyanogenmod.app.suggest.AppSuggestManager: java.lang.String TAG -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float rain24h -okhttp3.OkHttpClient: java.util.List protocols() -com.turingtechnologies.materialscrollbar.R$drawable: R$drawable() -androidx.viewpager.R$id: int action_text -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: boolean isDisposed() -androidx.appcompat.widget.ContentFrameLayout: android.util.TypedValue getFixedHeightMajor() -io.reactivex.Observable: io.reactivex.Completable concatMapCompletable(io.reactivex.functions.Function) -com.google.android.material.appbar.AppBarLayout: AppBarLayout(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$string: int sp_widget_hourly_trend_setting -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: void setValue(java.util.List) -com.amap.api.location.AMapLocationClientOption: boolean isNeedAddress() +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_textColorHint +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getWindSpeedEnd() +james.adaptiveicon.R$styleable: int MenuItem_android_menuCategory +com.xw.repo.bubbleseekbar.R$layout: int select_dialog_singlechoice_material +wangdaye.com.geometricweather.R$styleable: int InkPageIndicator_dotGap +androidx.constraintlayout.widget.R$styleable: int AppCompatImageView_tintMode +wangdaye.com.geometricweather.R$drawable: int shortcuts_sleet +wangdaye.com.geometricweather.R$string: int key_list_animation_switch +cyanogenmod.hardware.CMHardwareManager: int FEATURE_KEY_DISABLE +com.google.android.material.R$styleable: int TextInputLayout_hintEnabled +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator __MAGICAL_TEST_PASSING_ENABLER_VALIDATOR +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.disposables.Disposable upstream +wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_shrinkMotionSpec +com.jaredrummler.android.colorpicker.R$layout: int abc_activity_chooser_view_list_item +com.google.android.material.snackbar.Snackbar$SnackbarLayout: void setOnClickListener(android.view.View$OnClickListener) +android.didikee.donate.R$dimen: int notification_right_icon_size +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_firstVerticalBias +android.didikee.donate.R$attr: int listLayout +cyanogenmod.app.CMTelephonyManager: boolean isDataConnectionEnabled() +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getWindLevel() +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_peekHeight +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder shouldCollapsePanel(boolean) +androidx.lifecycle.ProcessLifecycleOwner: androidx.lifecycle.LifecycleRegistry mRegistry +androidx.legacy.coreutils.R$styleable: int GradientColor_android_startColor +wangdaye.com.geometricweather.R$attr: int cornerSizeBottomRight +com.jaredrummler.android.colorpicker.R$layout: int select_dialog_multichoice_material +androidx.preference.R$attr: int toolbarStyle +androidx.preference.R$bool +com.google.android.material.R$attr: int alertDialogStyle +cyanogenmod.themes.ThemeManager: void onClientDestroyed(cyanogenmod.themes.ThemeManager$ThemeChangeListener) +androidx.work.R$style: int TextAppearance_Compat_Notification_Info +wangdaye.com.geometricweather.main.dialogs.LearnMoreAboutResidentLocationDialog +james.adaptiveicon.R$attr: int activityChooserViewStyle +com.google.android.material.R$styleable: int[] Transform +androidx.hilt.work.R$attr: int fontProviderQuery +cyanogenmod.app.ProfileGroup: boolean mDirty +wangdaye.com.geometricweather.R$attr: int layout_constraintHorizontal_weight +com.turingtechnologies.materialscrollbar.R$attr: int actionBarTabTextStyle +android.didikee.donate.R$attr: int isLightTheme +com.bumptech.glide.integration.okhttp.R$styleable +androidx.coordinatorlayout.R$styleable: int FontFamilyFont_android_fontWeight +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer moonPhaseAngle +com.google.android.material.R$style: int Widget_AppCompat_SearchView +androidx.appcompat.R$style: int Theme_AppCompat_Light_Dialog_Alert +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_hoveredFocusedTranslationZ +com.google.android.material.R$attr: int growMode +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_NULL_SHA +com.google.android.material.R$id: int invisible +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: void onComplete() +androidx.vectordrawable.R$id: int accessibility_custom_action_3 +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Float tSea +androidx.constraintlayout.widget.R$drawable: int abc_list_focused_holo +androidx.viewpager2.widget.ViewPager2: void setOffscreenPageLimit(int) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeWindChillTemperature +android.didikee.donate.R$styleable: int AppCompatTextView_fontVariationSettings +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime realtime +com.google.android.material.R$attr: int singleLine +androidx.transition.R$integer: int status_bar_notification_info_maxnum +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: io.reactivex.functions.Function mapper +com.google.android.material.textfield.TextInputLayout: void setErrorIconDrawable(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture: AccuCurrentResult$Past24HourTemperatureDeparture() +androidx.preference.R$dimen: int notification_main_column_padding_top +retrofit2.RequestBuilder: void addFormField(java.lang.String,java.lang.String,boolean) +com.google.gson.JsonIOException +androidx.constraintlayout.widget.R$attr: int actionBarSplitStyle +com.google.android.material.R$attr: int layout_constraintHorizontal_chainStyle +androidx.recyclerview.R$id: int right_side +wangdaye.com.geometricweather.R$dimen +wangdaye.com.geometricweather.R$dimen: int cardview_compat_inset_shadow +androidx.hilt.lifecycle.R$id: int title +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintCircleRadius +wangdaye.com.geometricweather.R$color: int material_blue_grey_900 +wangdaye.com.geometricweather.R$styleable: int ArcProgress_progress_width +com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_keylines +cyanogenmod.weatherservice.ServiceRequestResult$Builder: java.util.List mLocationLookupList +wangdaye.com.geometricweather.R$color: int bright_foreground_inverse_material_dark +androidx.constraintlayout.widget.R$attr: int actionBarDivider +androidx.viewpager.R$drawable: int notification_bg_normal_pressed +androidx.legacy.coreutils.R$string: int status_bar_notification_info_overflow +com.google.android.material.R$dimen: int mtrl_calendar_action_confirm_button_min_width +android.didikee.donate.R$layout: int abc_alert_dialog_material +android.didikee.donate.R$style: int ThemeOverlay_AppCompat_Dark +com.turingtechnologies.materialscrollbar.R$style: int CardView_Light +okhttp3.Address: java.util.List connectionSpecs() +okhttp3.internal.platform.Platform: void configureSslSocketFactory(javax.net.ssl.SSLSocketFactory) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: void setFrom(java.util.Date) +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_numericShortcut +androidx.appcompat.R$styleable: int AnimatedStateListDrawableItem_android_id +androidx.constraintlayout.widget.Barrier: int getType() +androidx.preference.R$color: int error_color_material_dark +androidx.appcompat.widget.AppCompatImageView: void setBackgroundDrawable(android.graphics.drawable.Drawable) +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_toRightOf +com.jaredrummler.android.colorpicker.R$attr: int dialogPreferredPadding +okhttp3.internal.io.FileSystem$1: void delete(java.io.File) +com.google.android.material.R$style: int RtlOverlay_DialogWindowTitle_AppCompat +androidx.lifecycle.ViewModelProviders$DefaultFactory: ViewModelProviders$DefaultFactory(android.app.Application) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_drawableTop +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintBottom_toBottomOf +okhttp3.internal.ws.WebSocketWriter$FrameSink: okio.Timeout timeout() +android.didikee.donate.R$styleable: int TextAppearance_android_typeface +wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_animSteps +androidx.dynamicanimation.R$layout +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum: java.lang.String Unit +com.google.android.material.R$styleable: int ConstraintSet_motionProgress +com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_showDialog +com.google.android.material.R$styleable: int KeyCycle_android_translationZ +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol getLocationProtocol() +com.google.android.material.R$style: int Widget_AppCompat_PopupWindow +androidx.preference.R$styleable: int AppCompatTheme_panelMenuListTheme +cyanogenmod.externalviews.ExternalViewProperties: android.view.View mView +james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceListItem +wangdaye.com.geometricweather.R$style: int Widget_Design_TextInputEditText +com.google.android.material.R$styleable: int AppBarLayout_expanded +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void onNext(java.lang.Object) +androidx.appcompat.widget.SearchView$SavedState: android.os.Parcelable$Creator CREATOR +cyanogenmod.externalviews.ExternalView: void onDetachedFromWindow() +androidx.hilt.lifecycle.R$styleable: int FontFamily_fontProviderFetchTimeout +androidx.preference.R$color: int background_floating_material_light +androidx.fragment.R$layout: int notification_template_icon_group +androidx.coordinatorlayout.R$dimen: int notification_action_icon_size +com.google.gson.stream.JsonWriter: void beforeName() +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.util.List _queryWeatherEntity_MinutelyEntityList(java.lang.String,java.lang.String) +okhttp3.internal.http2.Hpack$Reader: int maxDynamicTableByteCount() +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_android_maxWidth +okhttp3.internal.http2.Http2Connection +com.google.android.material.R$attr: int itemPadding +com.baidu.location.BDLocation +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_optimizationLevel +androidx.viewpager.R$id: int notification_background +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult: wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position position +wangdaye.com.geometricweather.db.entities.HistoryEntity: int nighttimeTemperature +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintGuide_percent +android.didikee.donate.R$drawable: int abc_textfield_search_material +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_shapeAppearanceOverlay +android.didikee.donate.R$style: int TextAppearance_AppCompat_Medium +okio.Buffer: int write(java.nio.ByteBuffer) +com.github.rahatarmanahmed.cpv.CircularProgressView$5: boolean wasCancelled +com.github.rahatarmanahmed.cpv.R$integer +com.turingtechnologies.materialscrollbar.R$attr: int subtitle +cyanogenmod.weather.ICMWeatherManager: void lookupCity(cyanogenmod.weather.RequestInfo) +cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_WIMAX +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: boolean isDisposed() +androidx.hilt.lifecycle.R$id: int line1 +cyanogenmod.themes.ThemeManager$ThemeChangeListener: void onFinish(boolean) +io.reactivex.internal.observers.InnerQueuedObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_end +io.reactivex.internal.subscriptions.DeferredScalarSubscription: void complete(java.lang.Object) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: double HoursOfIce +okhttp3.HttpUrl: java.lang.String percentDecode(java.lang.String,boolean) +cyanogenmod.app.LiveLockScreenManager: java.lang.String SERVICE_INTERFACE +com.jaredrummler.android.colorpicker.R$styleable: int MultiSelectListPreference_android_entries +wangdaye.com.geometricweather.R$attr: int chipStyle +com.google.android.material.R$styleable: int BottomNavigationView_itemRippleColor +james.adaptiveicon.R$styleable: int AppCompatTheme_ratingBarStyleSmall +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintStart_toStartOf +wangdaye.com.geometricweather.R$attr: int actionModeCutDrawable +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintBaseline_creator +androidx.vectordrawable.animated.R$id: int title +com.google.android.material.R$style: int Base_V23_Theme_AppCompat +wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_animDuration +wangdaye.com.geometricweather.R$drawable: int widget_card_dark_40 +wangdaye.com.geometricweather.R$array: int automatic_refresh_rates +com.google.android.material.R$styleable: int[] ListPopupWindow +androidx.preference.R$drawable: int abc_ic_star_half_black_16dp +com.jaredrummler.android.colorpicker.R$styleable: int ActionMenuItemView_android_minWidth +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_numericModifiers +androidx.preference.R$styleable: int[] SearchView +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator LOCKSCREEN_PIN_SCRAMBLE_LAYOUT_VALIDATOR +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver +cyanogenmod.power.PerformanceManager: int PROFILE_POWER_SAVE james.adaptiveicon.R$styleable: int Toolbar_titleMarginTop -cyanogenmod.app.IProfileManager$Stub$Proxy: cyanogenmod.app.Profile getProfileByName(java.lang.String) -com.google.android.material.R$styleable: int[] MenuView -wangdaye.com.geometricweather.R$id: int item_aqi -androidx.recyclerview.widget.RecyclerView: void setOnScrollListener(androidx.recyclerview.widget.RecyclerView$OnScrollListener) -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void onNext(java.lang.Object) -com.google.android.material.R$string: int mtrl_picker_text_input_day_abbr -androidx.appcompat.R$attr: int dropDownListViewStyle -wangdaye.com.geometricweather.remoteviews.config.WeekWidgetConfigActivity -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintVertical_chainStyle -androidx.appcompat.R$color: int material_grey_600 -androidx.constraintlayout.widget.R$attr: int dropdownListPreferredItemHeight -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void onComplete() -com.google.android.material.R$style: int TextAppearance_AppCompat_Display1 -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintWidth_max -wangdaye.com.geometricweather.R$styleable: int GradientColor_android_centerX -android.didikee.donate.R$color: int abc_hint_foreground_material_light -cyanogenmod.app.StatusBarPanelCustomTile: int getUserId() -com.xw.repo.bubbleseekbar.R$integer -androidx.constraintlayout.widget.R$attr: int layout_constraintHeight_default -android.didikee.donate.R$styleable: int AppCompatTheme_borderlessButtonStyle -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast: ObservableSampleWithObservable$SampleMainEmitLast(io.reactivex.Observer,io.reactivex.ObservableSource) -wangdaye.com.geometricweather.R$style: int widget_text_clock_analog -com.turingtechnologies.materialscrollbar.R$drawable: int tooltip_frame_dark -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintGuide_percent -com.jaredrummler.android.colorpicker.R$attr: int dividerVertical -com.amap.api.location.CoordinateConverter: float calculateLineDistance(com.amap.api.location.DPoint,com.amap.api.location.DPoint) -wangdaye.com.geometricweather.R$attr: int swipeRefreshLayoutProgressSpinnerBackgroundColor -com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_action_inline_max_width -com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: android.os.Bundle getOptions() -wangdaye.com.geometricweather.R$id: int notification_big_temp_2 -com.google.android.material.R$attr: int mock_showLabel -okio.GzipSink: void flush() -okhttp3.internal.cache.DiskLruCache$Snapshot: okio.Source[] sources -androidx.drawerlayout.R$styleable: int GradientColor_android_endX -wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_item_min_width -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 -io.reactivex.exceptions.UndeliverableException: long serialVersionUID -wangdaye.com.geometricweather.R$attr: int layout_keyline -com.google.android.material.R$style: int Widget_MaterialComponents_ChipGroup -wangdaye.com.geometricweather.R$color: int material_timepicker_button_stroke -com.google.android.material.R$styleable: int Layout_layout_constraintTop_toBottomOf -androidx.preference.R$styleable: int CoordinatorLayout_Layout_layout_anchor -james.adaptiveicon.R$id: int expand_activities_button -com.jaredrummler.android.colorpicker.R$attr: int actionBarItemBackground -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode -com.turingtechnologies.materialscrollbar.R$dimen: int notification_action_text_size -android.didikee.donate.R$attr: int ratingBarStyleIndicator -wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_textFontWeight -com.google.android.material.R$dimen: int design_bottom_sheet_peek_height_min -com.jaredrummler.android.colorpicker.R$id: int topPanel +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: java.lang.String getSummary(android.content.Context,java.util.List) +wangdaye.com.geometricweather.R$styleable: int Toolbar_titleMarginEnd +io.reactivex.Observable: io.reactivex.Observable create(io.reactivex.ObservableOnSubscribe) +wangdaye.com.geometricweather.R$layout: int abc_screen_simple_overlay_action_mode +androidx.preference.R$styleable: int Preference_defaultValue +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeThunderstormPrecipitation() +androidx.fragment.R$dimen: int notification_content_margin_start +com.xw.repo.bubbleseekbar.R$attr: int windowFixedHeightMajor +com.google.android.material.R$styleable: int MaterialButton_backgroundTint +androidx.constraintlayout.widget.R$attr: int targetId +com.google.android.material.R$attr: int actionMenuTextColor +com.google.android.gms.base.R$color: int common_google_signin_btn_text_light_default +okhttp3.ConnectionSpec: int hashCode() +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_constraint_referenced_ids +cyanogenmod.hardware.CMHardwareManager: int COLOR_CALIBRATION_MAX_INDEX +wangdaye.com.geometricweather.db.entities.LocationEntityDao: wangdaye.com.geometricweather.db.converters.TimeZoneConverter timeZoneConverter +com.google.android.material.circularreveal.cardview.CircularRevealCardView: int getCircularRevealScrimColor() +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionMode_Inverse +wangdaye.com.geometricweather.R$dimen: int mtrl_badge_long_text_horizontal_padding +wangdaye.com.geometricweather.R$attr: int dividerVertical +wangdaye.com.geometricweather.R$style: int Preference_DialogPreference +com.google.android.material.tabs.TabLayout: void setSelectedTabIndicatorGravity(int) +com.jaredrummler.android.colorpicker.R$styleable: int[] RecycleListView +okio.ByteString: java.nio.ByteBuffer asByteBuffer() +wangdaye.com.geometricweather.R$layout: int text_view_with_theme_line_height +retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationApi mApi +com.turingtechnologies.materialscrollbar.R$attr: int dialogPreferredPadding +cyanogenmod.themes.IThemeService$Stub$Proxy: void registerThemeProcessingListener(cyanogenmod.themes.IThemeProcessingListener) +com.xw.repo.bubbleseekbar.R$dimen: int abc_dropdownitem_text_padding_left +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionButton +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Snow: java.lang.String Unit +androidx.appcompat.R$styleable: int GradientColor_android_tileMode +com.google.android.material.R$attr: int listPreferredItemPaddingRight +com.google.android.material.R$styleable: int CardView_cardBackgroundColor +cyanogenmod.app.Profile: void setAirplaneMode(cyanogenmod.profiles.AirplaneModeSettings) +androidx.vectordrawable.R$dimen: int notification_subtext_size +okhttp3.MediaType: okhttp3.MediaType get(java.lang.String) +wangdaye.com.geometricweather.R$id: int activity_widget_config_scrollView +com.google.android.material.R$color: int mtrl_btn_ripple_color +androidx.appcompat.R$styleable: int DrawerArrowToggle_gapBetweenBars +wangdaye.com.geometricweather.R$color: int tooltip_background_light +android.didikee.donate.R$styleable: int[] ListPopupWindow +androidx.savedstate.SavedStateRegistry$1 +james.adaptiveicon.R$drawable: int abc_control_background_material +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_indicatorColor +com.xw.repo.bubbleseekbar.R$attr: int switchStyle +androidx.lifecycle.LiveData: boolean hasObservers() +okhttp3.Cache: int networkCount() +wangdaye.com.geometricweather.db.entities.WeatherEntity: long getUpdateTime() +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setSnowPrecipitationProbability(java.lang.Float) +wangdaye.com.geometricweather.R$styleable: int ActionBar_homeAsUpIndicator +com.google.android.material.R$style: int Widget_AppCompat_PopupMenu_Overflow +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_orientation +com.google.android.material.R$styleable: int KeyCycle_android_translationY +com.turingtechnologies.materialscrollbar.R$dimen: int compat_notification_large_icon_max_height +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: boolean isCanceled() +androidx.lifecycle.extensions.R$drawable: int notification_bg_normal_pressed +cyanogenmod.weather.CMWeatherManager$RequestStatus: int COMPLETED +wangdaye.com.geometricweather.R$id: int notification_big_icon_5 +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarTheme +wangdaye.com.geometricweather.R$id: int widget_day_week_week_5 +androidx.swiperefreshlayout.R$dimen: int notification_large_icon_height +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_seek_step_section +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_android_elevation +wangdaye.com.geometricweather.R$style: int Base_V26_Theme_AppCompat_Light +com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat_Light +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onScreenTurnedOff() +james.adaptiveicon.R$id: int search_go_btn +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIconTintMode +wangdaye.com.geometricweather.db.entities.DailyEntity: void setO3(java.lang.Float) +com.xw.repo.bubbleseekbar.R$color: int switch_thumb_normal_material_dark +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_controlBackground +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_contentInsetEndWithActions +androidx.appcompat.widget.SearchView$SearchAutoComplete: SearchView$SearchAutoComplete(android.content.Context) +wangdaye.com.geometricweather.R$dimen: int abc_text_size_caption_material +com.google.android.material.R$id: int action_bar_subtitle +cyanogenmod.app.CustomTile$GridExpandedStyle: CustomTile$GridExpandedStyle() +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.String TABLENAME +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$5: KeyguardExternalViewProviderService$Provider$ProviderImpl$5(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl,boolean) +wangdaye.com.geometricweather.R$id: int activity_card_display_manage_recyclerView +wangdaye.com.geometricweather.R$attr: int arrowHeadLength +androidx.dynamicanimation.R$styleable: int FontFamily_fontProviderQuery +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: java.lang.String value +androidx.viewpager.R$drawable: int notification_template_icon_low_bg +wangdaye.com.geometricweather.R$id: int startHorizontal +com.google.android.material.R$attr: int layout_constraintRight_creator +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_defaultQueryHint +androidx.appcompat.R$styleable: int Toolbar_titleMarginEnd +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: long serialVersionUID +com.google.android.material.textfield.TextInputLayout: void setHintEnabled(boolean) +com.bumptech.glide.integration.okhttp.R$style: int Widget_Support_CoordinatorLayout +com.turingtechnologies.materialscrollbar.R$styleable: int ActionMenuItemView_android_minWidth +androidx.constraintlayout.helper.widget.Flow: void setPaddingRight(int) +androidx.appcompat.widget.ActionMenuPresenter$ActionButtonSubmenu +com.bumptech.glide.R$styleable: int FontFamilyFont_font +cyanogenmod.weather.CMWeatherManager$2: void onLookupCityRequestCompleted(cyanogenmod.weather.RequestInfo,int,java.util.List) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: java.lang.String getZh_TW() +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver: ObservableMergeWithCompletable$MergeWithObserver$OtherObserver(io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed Speed +androidx.legacy.coreutils.R$drawable: int notification_bg_low_pressed +com.google.android.material.R$styleable: int SwitchCompat_thumbTextPadding +androidx.appcompat.resources.R$styleable: int FontFamilyFont_font +wangdaye.com.geometricweather.R$string: int key_item_animation_switch +androidx.preference.R$id: int start +android.didikee.donate.R$string: R$string() +com.turingtechnologies.materialscrollbar.R$style: int AlertDialog_AppCompat_Light +androidx.preference.R$style: int Base_Widget_AppCompat_Button_Borderless +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setWetBulbTemperature(java.lang.Integer) +androidx.appcompat.resources.R$styleable: int[] ColorStateListItem +okhttp3.Request: Request(okhttp3.Request$Builder) +com.google.android.material.R$styleable: int TabLayout_tabRippleColor +com.google.android.material.textfield.MaterialAutoCompleteTextView: MaterialAutoCompleteTextView(android.content.Context,android.util.AttributeSet,int) +com.turingtechnologies.materialscrollbar.R$attr: int cornerRadius +com.xw.repo.bubbleseekbar.R$id: int search_button +androidx.core.view.GestureDetectorCompat$GestureDetectorCompatImpl +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial Imperial +com.google.android.gms.base.R$drawable: int common_google_signin_btn_icon_light +androidx.constraintlayout.widget.R$styleable: int ColorStateListItem_android_alpha +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: java.lang.String sourceId +androidx.viewpager2.R$id +com.turingtechnologies.materialscrollbar.R$styleable: int CardView_contentPaddingBottom +androidx.preference.R$id: int accessibility_custom_action_24 +com.turingtechnologies.materialscrollbar.R$attr: int gapBetweenBars +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Speed +com.google.android.material.R$attr: int flow_horizontalGap +cyanogenmod.weather.WeatherInfo$DayForecast$1 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: java.lang.String getZh_CN() +wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit[] values() +androidx.constraintlayout.widget.R$attr: int drawableBottomCompat +androidx.preference.R$styleable: int ColorStateListItem_android_alpha +androidx.vectordrawable.animated.R$layout: int notification_template_custom_big +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_MinWidth +androidx.lifecycle.extensions.R$id: int notification_main_column +com.baidu.location.f +com.google.android.material.R$layout: int mtrl_picker_header_dialog +com.xw.repo.bubbleseekbar.R$attr: int color +com.turingtechnologies.materialscrollbar.R$layout: int abc_action_bar_title_item +androidx.appcompat.widget.AppCompatEditText: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) +okio.ByteString: int indexOf(okio.ByteString,int) +okhttp3.internal.http2.Http2Connection$Listener$1: Http2Connection$Listener$1() +com.jaredrummler.android.colorpicker.R$drawable: int abc_text_select_handle_middle_mtrl_dark +okhttp3.internal.ws.WebSocketProtocol: java.lang.String acceptHeader(java.lang.String) +androidx.lifecycle.ProcessLifecycleOwner$3$1: void onActivityPostResumed(android.app.Activity) +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: boolean checkTerminated(boolean,boolean,org.reactivestreams.Subscriber) +com.jaredrummler.android.colorpicker.R$color: int abc_color_highlight_material +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_section_text_color +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleMargin +james.adaptiveicon.R$anim: int abc_shrink_fade_out_from_bottom +cyanogenmod.app.Profile$DozeMode: Profile$DozeMode() +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_prefixTextAppearance +androidx.hilt.R$id: int notification_main_column_container +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_textColorLink +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void onTimeoutError(long,java.lang.Throwable) +wangdaye.com.geometricweather.R$attr: int titleTextStyle +androidx.viewpager2.R$styleable: int RecyclerView_layoutManager +wangdaye.com.geometricweather.R$id: int activity_widget_config_alignEndTitle +com.github.rahatarmanahmed.cpv.R$dimen: int cpv_default_thickness +cyanogenmod.profiles.ConnectionSettings: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property Date androidx.drawerlayout.R$dimen: int notification_right_icon_size -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_icon -androidx.constraintlayout.widget.R$styleable: int OnSwipe_onTouchUp -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void close(io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver,long) -androidx.preference.R$styleable: int AppCompatTheme_windowFixedWidthMinor -okhttp3.internal.http1.Http1Codec$ChunkedSink -androidx.coordinatorlayout.R$drawable: int notification_template_icon_bg -androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_android_font -com.bumptech.glide.integration.okhttp.R$dimen: int compat_control_corner_material -cyanogenmod.profiles.ConnectionSettings: void writeToParcel(android.os.Parcel,int) -com.google.android.material.R$id: int withinBounds -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_Button_Colored -james.adaptiveicon.R$attr: int backgroundTintMode -okhttp3.HttpUrl$Builder: java.lang.String canonicalizeHost(java.lang.String,int,int) -androidx.appcompat.widget.AppCompatTextView: int getAutoSizeMaxTextSize() -androidx.vectordrawable.R$id: int accessibility_custom_action_25 -androidx.appcompat.R$styleable: int Toolbar_logoDescription -android.didikee.donate.R$styleable: int MenuItem_actionViewClass -androidx.constraintlayout.widget.R$attr: int overlay -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: java.lang.String ObstructionsToVisibility -android.didikee.donate.R$attr: int actionBarSplitStyle -androidx.appcompat.R$dimen: int abc_edit_text_inset_top_material -cyanogenmod.weatherservice.IWeatherProviderService$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -com.google.android.material.R$styleable: int MaterialShape_shapeAppearance -com.xw.repo.bubbleseekbar.R$string: int abc_searchview_description_voice -wangdaye.com.geometricweather.R$id: int CTRL -androidx.constraintlayout.widget.R$attr: int layout_goneMarginBottom -com.google.android.material.R$layout: int text_view_without_line_height -wangdaye.com.geometricweather.R$id: int material_timepicker_container -wangdaye.com.geometricweather.R$styleable: int[] Tooltip -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_10 -com.turingtechnologies.materialscrollbar.R$styleable: int[] ForegroundLinearLayout -androidx.preference.R$styleable: int AppCompatTextView_drawableTopCompat -androidx.appcompat.R$dimen: int abc_list_item_height_small_material -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase moonPhase -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_content_3 -com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_LOCATION_PARAMETER -androidx.dynamicanimation.R$id: int action_container -wangdaye.com.geometricweather.R$drawable: int weather_cloudy_pixel -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: java.lang.String zh_CN -com.baidu.location.e.l$b: com.baidu.location.e.l$b valueOf(java.lang.String) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$LocalSource -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property UvLevel -com.google.android.material.internal.BaselineLayout: BaselineLayout(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.stateful.ExtendableSavedState -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_goneMarginTop -okhttp3.HttpUrl: okhttp3.HttpUrl parse(java.lang.String) -okhttp3.internal.http2.Http2Codec: okhttp3.Interceptor$Chain chain -james.adaptiveicon.R$styleable: int Toolbar_contentInsetStart -androidx.lifecycle.Lifecycling: Lifecycling() -com.turingtechnologies.materialscrollbar.R$styleable: int MenuGroup_android_visible -okhttp3.internal.cache.CacheStrategy$Factory: java.lang.String etag -io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: void onNext(java.lang.Object) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle -com.google.android.material.R$styleable: int[] NavigationView -com.google.android.material.R$attr: int haloColor -android.didikee.donate.R$styleable: int SearchView_searchHintIcon -androidx.viewpager.R$dimen: int notification_right_side_padding_top -james.adaptiveicon.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constrainedWidth -androidx.constraintlayout.widget.R$attr: int seekBarStyle -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void onTimeout(long) -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_aa_normal -android.didikee.donate.R$styleable: int SearchView_android_focusable -retrofit2.BuiltInConverters$ToStringConverter: BuiltInConverters$ToStringConverter() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean getForecastHourly() -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.AbstractDaoSession session -com.google.android.material.R$drawable: int mtrl_ic_cancel -okhttp3.OkHttpClient: okhttp3.Authenticator proxyAuthenticator -org.greenrobot.greendao.AbstractDaoSession: java.util.List queryRaw(java.lang.Class,java.lang.String,java.lang.String[]) -com.google.android.material.slider.RangeSlider: void setFocusedThumbIndex(int) -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone: java.lang.String Name -wangdaye.com.geometricweather.R$id: int spline -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours -okhttp3.HttpUrl$Builder: void push(java.lang.String,int,int,boolean,boolean) -androidx.lifecycle.MutableLiveData: MutableLiveData(java.lang.Object) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Imperial: java.lang.String Unit -com.google.android.material.R$drawable: int material_cursor_drawable -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getAqiIndex() -com.jaredrummler.android.colorpicker.R$id: int customPanel -cyanogenmod.externalviews.KeyguardExternalView: void onAttachedToWindow() -com.google.android.material.appbar.AppBarLayout: AppBarLayout(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$dimen: int mtrl_chip_text_size -androidx.coordinatorlayout.R$id: int left -com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: $Gson$Types$ParameterizedTypeImpl(java.lang.reflect.Type,java.lang.reflect.Type,java.lang.reflect.Type[]) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$1: void run() -wangdaye.com.geometricweather.R$styleable: int MenuView_android_horizontalDivider -com.jaredrummler.android.colorpicker.R$attr: int summaryOff -com.google.android.material.R$style: int Widget_AppCompat_Spinner -androidx.constraintlayout.widget.R$id: int tag_accessibility_clickable_spans -okhttp3.OkHttpClient$1: void put(okhttp3.ConnectionPool,okhttp3.internal.connection.RealConnection) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric: AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric() -wangdaye.com.geometricweather.R$font: int google_sans -com.google.android.material.R$style: int Widget_AppCompat_Toolbar -cyanogenmod.hardware.CMHardwareManager: CMHardwareManager(android.content.Context) -com.google.android.material.R$styleable: int Constraint_layout_constraintEnd_toStartOf -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_lastHorizontalStyle -wangdaye.com.geometricweather.background.polling.PollingUpdateHelper -androidx.coordinatorlayout.R$id: int normal -androidx.preference.R$string: int status_bar_notification_info_overflow -androidx.viewpager2.widget.ViewPager2: void setPageTransformer(androidx.viewpager2.widget.ViewPager2$PageTransformer) -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHorizontal_weight -com.google.android.material.R$styleable: int CardView_cardCornerRadius -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void innerComplete(io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver) -androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory: ViewModelProvider$AndroidViewModelFactory(android.app.Application) -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_fontFamily -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric: double Value -wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: void setEnableAnim(boolean) -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: io.reactivex.Observer downstream -androidx.recyclerview.R$styleable: int FontFamily_fontProviderPackage -androidx.constraintlayout.widget.R$bool: int abc_action_bar_embed_tabs -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: int status -com.google.android.material.R$dimen: int material_cursor_inset_bottom -androidx.appcompat.widget.Toolbar: void setSubtitle(int) -com.google.android.material.chip.Chip: android.content.res.ColorStateList getChipStrokeColor() -androidx.drawerlayout.R$style: int TextAppearance_Compat_Notification_Info -retrofit2.RequestFactory$Builder: boolean gotQueryMap -okio.Options: okio.Options of(okio.ByteString[]) -org.greenrobot.greendao.DaoException: DaoException(java.lang.String,java.lang.Throwable) -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_onClick -androidx.preference.R$styleable: int StateListDrawable_android_exitFadeDuration -com.xw.repo.bubbleseekbar.R$id: int multiply -com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior -cyanogenmod.weather.WeatherInfo: double access$1202(cyanogenmod.weather.WeatherInfo,double) -wangdaye.com.geometricweather.R$attr: int splitTrack -wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_yearSelectedStyle -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Weather: java.lang.String desc -cyanogenmod.externalviews.KeyguardExternalView$7: void run() -wangdaye.com.geometricweather.common.basic.models.weather.Weather: wangdaye.com.geometricweather.common.basic.models.weather.History yesterday -com.turingtechnologies.materialscrollbar.R$id: int search_plate -androidx.viewpager2.R$id: int accessibility_custom_action_24 -wangdaye.com.geometricweather.R$styleable: int Toolbar_contentInsetEndWithActions -com.jaredrummler.android.colorpicker.R$styleable: int ColorStateListItem_android_color -androidx.constraintlayout.widget.R$styleable: int Toolbar_collapseContentDescription -com.google.android.material.datepicker.CompositeDateValidator: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: void setEn_US(java.lang.String) +wangdaye.com.geometricweather.R$string: int abc_search_hint +androidx.activity.ImmLeaksCleaner +com.turingtechnologies.materialscrollbar.R$styleable: int ColorStateListItem_android_alpha +androidx.legacy.coreutils.R$style +wangdaye.com.geometricweather.R$attr: int actionModeSplitBackground +wangdaye.com.geometricweather.R$attr: int closeIconSize +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ListView +androidx.constraintlayout.utils.widget.ImageFilterView: ImageFilterView(android.content.Context) +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: org.reactivestreams.Subscription receiver +com.google.gson.stream.JsonReader: java.lang.String getPath() +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_menu_material +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments comments +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: java.util.ArrayDeque observers +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: java.lang.Object enterTransform(java.lang.Object) +james.adaptiveicon.R$style: int Base_DialogWindowTitle_AppCompat +wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding +androidx.core.R$id: int accessibility_custom_action_15 +okhttp3.internal.ws.WebSocketWriter: void writeClose(int,okio.ByteString) +com.xw.repo.bubbleseekbar.R$id: int alertTitle +wangdaye.com.geometricweather.R$attr: int startIconCheckable +com.google.android.gms.dynamite.DynamiteModule$DynamiteLoaderClassLoader: java.lang.ClassLoader sClassLoader +com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getSelectedItemId() +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: java.util.concurrent.atomic.AtomicReference other +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeTotalPrecipitation(java.lang.Float) +okhttp3.internal.connection.RouteSelector$Selection: int nextRouteIndex +com.turingtechnologies.materialscrollbar.DragScrollBar +androidx.constraintlayout.widget.R$attr: int paddingEnd +androidx.appcompat.R$color: int material_blue_grey_950 +com.google.android.material.R$color: int abc_search_url_text_selected +com.jaredrummler.android.colorpicker.R$styleable: int ActionMode_height +androidx.appcompat.widget.AppCompatAutoCompleteTextView: void setBackgroundResource(int) +androidx.appcompat.widget.ViewStubCompat: void setLayoutResource(int) +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void drain() +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIndicatorFullWidth +com.turingtechnologies.materialscrollbar.R$attr: int borderWidth +wangdaye.com.geometricweather.R$string: int password_toggle_content_description +com.xw.repo.bubbleseekbar.R$id: int search_badge +com.turingtechnologies.materialscrollbar.R$drawable: int design_ic_visibility +androidx.recyclerview.R$layout: int notification_template_custom_big +com.google.android.material.progressindicator.ProgressIndicator: ProgressIndicator(android.content.Context,android.util.AttributeSet,int) +androidx.appcompat.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +wangdaye.com.geometricweather.R$color: int abc_btn_colored_borderless_text_material +com.google.android.material.R$layout: int abc_action_bar_title_item +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.util.List probabilityForecast +com.github.rahatarmanahmed.cpv.R$attr: int cpv_animAutostart +james.adaptiveicon.R$styleable: int[] PopupWindow +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem +com.google.android.material.R$attr: int textColorSearchUrl +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setRealFeelShaderTemperature(java.lang.Integer) +com.jaredrummler.android.colorpicker.R$attr: int windowActionBar +wangdaye.com.geometricweather.settings.dialogs.AdaptiveIconDialog: AdaptiveIconDialog() +wangdaye.com.geometricweather.R$drawable: int ic_github_dark +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Light_ActionBar_Solid +androidx.hilt.R$id: int accessibility_custom_action_22 +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: int limit +cyanogenmod.app.PartnerInterface: java.lang.String MODIFY_NETWORK_SETTINGS_PERMISSION +okio.Segment: Segment(byte[],int,int,boolean,boolean) +androidx.vectordrawable.animated.R$id: int line1 +androidx.appcompat.R$attr: int actionBarTabTextStyle +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_WITH_3DES_EDE_CBC_MD5 +androidx.vectordrawable.R$attr +com.google.android.material.R$integer: int design_tab_indicator_anim_duration_ms +com.google.android.material.R$drawable: int btn_radio_off_to_on_mtrl_animation +com.turingtechnologies.materialscrollbar.R$id: int left +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView: AbsChartItemView(android.content.Context,android.util.AttributeSet,int) +android.didikee.donate.R$attr: int expandActivityOverflowButtonDrawable +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean dispatchPopulateAccessibilityEvent(android.view.accessibility.AccessibilityEvent) +james.adaptiveicon.R$attr: int seekBarStyle +retrofit2.KotlinExtensions$awaitResponse$$inlined$suspendCancellableCoroutine$lambda$1: KotlinExtensions$awaitResponse$$inlined$suspendCancellableCoroutine$lambda$1(retrofit2.Call) +com.google.android.material.R$attr: int errorIconTintMode +androidx.preference.R$attr: int checkedTextViewStyle +androidx.appcompat.R$id: int image +okhttp3.internal.http2.Hpack$Reader: void readIndexedHeader(int) +com.amap.api.location.AMapLocationClient: com.amap.api.location.AMapLocation getLastKnownLocation() +retrofit2.adapter.rxjava2.CallEnqueueObservable +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_42 +com.bumptech.glide.integration.okhttp.R$drawable: int notification_bg_low_pressed +androidx.constraintlayout.widget.R$attr: int actionModeStyle +cyanogenmod.app.IProfileManager$Stub$Proxy: boolean notificationGroupExistsByName(java.lang.String) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: java.lang.String getLogo() +com.bumptech.glide.integration.okhttp.R$styleable: int ColorStateListItem_android_color +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: double HoursOfRain +com.google.android.gms.base.R$string: int common_google_play_services_update_button +androidx.appcompat.R$layout: int abc_search_view +androidx.appcompat.R$attr: int buttonBarButtonStyle +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_Layout_layout_scrollFlags +cyanogenmod.app.CustomTile: android.app.PendingIntent deleteIntent +retrofit2.Response: boolean isSuccessful() +wangdaye.com.geometricweather.R$drawable: int abc_cab_background_top_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: boolean isIsModify() +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: ObservableZip$ZipCoordinator(io.reactivex.Observer,io.reactivex.functions.Function,int,boolean) +com.google.android.material.R$styleable: int ViewStubCompat_android_id +com.google.android.material.R$string +androidx.appcompat.R$dimen: int abc_dropdownitem_text_padding_right +android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat_Light +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarDivider +wangdaye.com.geometricweather.R$id: int dialog_location_permission_statement_nextButton +com.autonavi.aps.amapapi.model.AMapLocationServer: void b(java.lang.String) +io.reactivex.Observable: io.reactivex.Single first(java.lang.Object) +wangdaye.com.geometricweather.R$styleable: int SlidingItemContainerLayout_iconResStart +wangdaye.com.geometricweather.R$attr: int placeholderTextColor +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: cyanogenmod.externalviews.IKeyguardExternalViewProvider asInterface(android.os.IBinder) +james.adaptiveicon.R$color: int material_grey_300 +androidx.preference.R$styleable: int[] ColorStateListItem +androidx.work.R$dimen: int compat_notification_large_icon_max_width +androidx.preference.R$styleable: int ColorStateListItem_android_color +androidx.preference.R$id: int action_bar_container +androidx.preference.R$styleable: int Preference_iconSpaceReserved +androidx.constraintlayout.widget.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView +androidx.lifecycle.SavedStateHandleController$1: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) +com.github.rahatarmanahmed.cpv.BuildConfig: java.lang.String FLAVOR +wangdaye.com.geometricweather.R$attr: int spinnerStyle +cyanogenmod.platform.Manifest$permission: java.lang.String WRITE_SETTINGS +androidx.appcompat.R$attr: int buttonTint +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_active_item_max_width +com.google.android.material.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow +cyanogenmod.app.StatusBarPanelCustomTile: long getPostTime() +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle +androidx.constraintlayout.widget.R$dimen: int notification_large_icon_height +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_12 +androidx.preference.R$id: int notification_main_column_container +com.google.android.material.R$attr: int subtitleTextColor +wangdaye.com.geometricweather.main.models.LocationResource$Event: wangdaye.com.geometricweather.main.models.LocationResource$Event[] values() +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Description Description +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Toolbar +com.google.android.material.R$style: int Theme_AppCompat_Dialog_Alert +okio.Buffer: okio.ByteString readByteString(long) +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: ObservableReplay$ReplayObserver(io.reactivex.internal.operators.observable.ObservableReplay$ReplayBuffer) +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_shapeAppearanceOverlay com.google.android.material.chip.Chip: void setChecked(boolean) -androidx.loader.R$styleable: int FontFamilyFont_ttcIndex -androidx.constraintlayout.widget.R$dimen: int abc_dropdownitem_text_padding_right -io.reactivex.internal.subscribers.StrictSubscriber: java.util.concurrent.atomic.AtomicLong requested -com.jaredrummler.android.colorpicker.R$id: int info -wangdaye.com.geometricweather.R$attr: int snackbarButtonStyle -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemTextColor -okhttp3.internal.ws.RealWebSocket$Close: int code -androidx.swiperefreshlayout.R$layout: int notification_template_icon_group -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_commit_search_api_mtrl_alpha -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getRingtoneThemePackageName() -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver inner -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeCloseDrawable -androidx.work.R$dimen: int notification_small_icon_background_padding -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintWidth_min -androidx.preference.R$anim: R$anim() -com.turingtechnologies.materialscrollbar.R$string: int password_toggle_content_description -io.reactivex.Observable: io.reactivex.Observable doOnComplete(io.reactivex.functions.Action) -com.google.android.material.R$attr: int actionBarItemBackground -okio.RealBufferedSource$1: int read() -com.xw.repo.bubbleseekbar.R$styleable: int CompoundButton_android_button -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Object readEntity(android.database.Cursor,int) -androidx.appcompat.R$attr: int actionModeCloseButtonStyle -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_overflow_padding_end_material -com.turingtechnologies.materialscrollbar.R$drawable: int abc_cab_background_top_material -android.didikee.donate.R$id: int chronometer -wangdaye.com.geometricweather.R$attr: int iconResStart -wangdaye.com.geometricweather.R$styleable: int MaterialTextAppearance_lineHeight -androidx.appcompat.resources.R$id: int notification_main_column -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_maxElementsWrap -androidx.core.R$id: int accessibility_custom_action_20 -com.google.android.material.R$id: int transition_scene_layoutid_cache -androidx.appcompat.widget.AppCompatButton: void setSupportCompoundDrawablesTintMode(android.graphics.PorterDuff$Mode) -wangdaye.com.geometricweather.R$string: int settings_title_notification_temp_icon -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder readTimeout(long,java.util.concurrent.TimeUnit) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA -okhttp3.EventListener$1: EventListener$1() -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: java.util.concurrent.atomic.AtomicReference upstream -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.Observer downstream -androidx.appcompat.resources.R$style: int Widget_Compat_NotificationActionText -wangdaye.com.geometricweather.R$styleable: int MaterialButton_strokeColor -androidx.preference.DropDownPreference: DropDownPreference(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$attr: int transitionFlags -com.google.android.material.navigation.NavigationView: int getHeaderCount() -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol j -com.google.android.material.R$attr: int actionModePasteDrawable -okio.ByteString: okio.ByteString hmac(java.lang.String,okio.ByteString) -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$Geometry: java.lang.String type -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay CARD_ALLERGEN -cyanogenmod.content.Intent: java.lang.String ACTION_THEME_REMOVED -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_centerY -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeCopyDrawable -okio.ByteString: byte[] internalArray() -cyanogenmod.alarmclock.ClockContract$AlarmsColumns: java.lang.String DAYS_OF_WEEK -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int Icon -cyanogenmod.app.Profile: int compareTo(java.lang.Object) -wangdaye.com.geometricweather.R$dimen: int mtrl_progress_circular_radius -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_registerThemeProcessingListener -androidx.preference.PreferenceGroup: PreferenceGroup(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$style: int large_title_text -com.turingtechnologies.materialscrollbar.MaterialScrollBar: void setScrollBarHidden(boolean) -james.adaptiveicon.R$color: int abc_color_highlight_material -com.google.android.material.R$style: int Base_V21_Theme_AppCompat_Light -com.jaredrummler.android.colorpicker.R$color: int notification_action_color_filter -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_RatingBar_Small -androidx.constraintlayout.widget.R$attr: int constraintSetStart -com.google.gson.stream.JsonReader: int NUMBER_CHAR_DECIMAL -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: void onError(java.lang.Throwable) -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu -com.google.android.material.R$style: int ThemeOverlay_AppCompat_Dark -com.amap.api.location.AMapLocation: void setCityCode(java.lang.String) -io.reactivex.Observable: io.reactivex.Observable concatMapSingleDelayError(io.reactivex.functions.Function,boolean) -com.turingtechnologies.materialscrollbar.R$string: int abc_action_mode_done -com.google.android.material.R$plurals: int mtrl_badge_content_description -cyanogenmod.providers.CMSettings$InclusiveIntegerRangeValidator: int mMin -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_contentInsetStart -org.greenrobot.greendao.AbstractDao: void saveInTx(java.lang.Object[]) -wangdaye.com.geometricweather.R$styleable: int Constraint_transitionEasing -androidx.appcompat.R$attr: int drawableSize -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_firstVerticalBias -androidx.lifecycle.extensions.R$attr: int fontProviderPackage -retrofit2.OptionalConverterFactory$OptionalConverter -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_drawableBottom -androidx.lifecycle.ProcessLifecycleOwner: java.lang.Runnable mDelayedPauseRunnable -androidx.lifecycle.SingleGeneratedAdapterObserver: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) +com.amap.api.fence.GeoFence: java.lang.String a +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_goneMarginStart +androidx.appcompat.widget.AppCompatAutoCompleteTextView: void setSupportBackgroundTintList(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$drawable: int clock_dial_light +com.google.android.material.R$interpolator: int btn_radio_to_off_mtrl_animation_interpolator_0 +com.google.android.material.R$color: int notification_icon_bg_color +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView: AbsChartItemView(android.content.Context) +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorControlActivated +com.google.android.material.R$color: int mtrl_bottom_nav_ripple_color +retrofit2.ParameterHandler$PartMap +cyanogenmod.themes.ThemeManager: void registerProcessingListener(cyanogenmod.themes.ThemeManager$ThemeProcessingListener) +com.google.android.material.R$attr: int textAppearanceListItemSmall +com.amap.api.location.AMapLocation: java.lang.String getCountry() +com.google.android.material.R$styleable: int Transform_android_scaleX +james.adaptiveicon.R$color: int switch_thumb_material_light +wangdaye.com.geometricweather.R$drawable: int design_password_eye +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_switchTextAppearance +wangdaye.com.geometricweather.R$attr: int closeIcon +cyanogenmod.externalviews.ExternalView$3: ExternalView$3(cyanogenmod.externalviews.ExternalView) +okhttp3.CertificatePinner +androidx.appcompat.R$drawable: int abc_textfield_activated_mtrl_alpha +androidx.swiperefreshlayout.R$layout +androidx.appcompat.widget.Toolbar: java.lang.CharSequence getSubtitle() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_activityChooserViewStyle +com.google.android.material.R$styleable: int AppCompatTheme_windowFixedHeightMinor +androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State[] $VALUES +com.google.android.material.R$styleable: int KeyCycle_curveFit +wangdaye.com.geometricweather.R$attr: int closeIconEnabled +okhttp3.Handshake: okhttp3.TlsVersion tlsVersion +com.google.android.material.R$styleable: int Chip_chipIconVisible +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_ICONS +com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding: com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding[] values() +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_checkedIcon +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: int getTemperature(int) +wangdaye.com.geometricweather.R$attr: int buttonStyle +wangdaye.com.geometricweather.R$string: int get_more +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_title_1 +cyanogenmod.alarmclock.ClockContract$InstancesColumns: android.net.Uri CONTENT_URI +com.google.android.material.R$dimen: int mtrl_exposed_dropdown_menu_popup_vertical_padding +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: ObservableScalarXMap$ScalarDisposable(io.reactivex.Observer,java.lang.Object) +androidx.appcompat.R$attr: int multiChoiceItemLayout +retrofit2.OptionalConverterFactory$OptionalConverter: java.lang.Object convert(java.lang.Object) +io.reactivex.internal.subscriptions.BasicIntQueueSubscription: void request(long) +wangdaye.com.geometricweather.R$string: int common_google_play_services_unknown_issue +okio.RealBufferedSource: int readUtf8CodePoint() +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onKeyguardShowing(boolean) +androidx.constraintlayout.widget.R$styleable: int Constraint_motionProgress +okhttp3.FormBody: int size() +androidx.appcompat.R$drawable: int tooltip_frame_dark +james.adaptiveicon.R$styleable: int AppCompatTheme_dialogPreferredPadding +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_title_material_toolbar +okhttp3.TlsVersion: okhttp3.TlsVersion[] $VALUES +com.google.android.material.R$style: int Platform_MaterialComponents +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: CaiYunMainlyResult$AqiBeanXX() +wangdaye.com.geometricweather.R$attr: int enabled +androidx.constraintlayout.widget.R$styleable: int ActionBar_backgroundSplit +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragmentCompat_android_layout +cyanogenmod.weatherservice.WeatherProviderService: cyanogenmod.weatherservice.IWeatherProviderServiceClient access$200(cyanogenmod.weatherservice.WeatherProviderService) +com.google.android.material.internal.FlowLayout: FlowLayout(android.content.Context) +com.google.android.material.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle +com.google.android.material.slider.BaseSlider: int getTrackHeight() +okio.Buffer$1: void close() +com.xw.repo.bubbleseekbar.R$drawable: int abc_text_select_handle_middle_mtrl_light +androidx.loader.R$styleable: int GradientColor_android_gradientRadius +wangdaye.com.geometricweather.R$style: int Theme_Design_BottomSheetDialog +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.lang.String Type +androidx.lifecycle.Lifecycling: java.lang.String getAdapterName(java.lang.String) +androidx.appcompat.R$style: int Widget_AppCompat_ActionBar_TabText +wangdaye.com.geometricweather.R$drawable: int notif_temp_120 +com.google.android.material.chip.ChipGroup: int getChipSpacingVertical() +com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_divider_mtrl_alpha +okio.Base64: java.lang.String encodeUrl(byte[]) +androidx.fragment.R$dimen: int notification_top_pad +androidx.constraintlayout.widget.R$style: int Base_V23_Theme_AppCompat_Light +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: ObservableConcatMap$ConcatMapDelayErrorObserver(io.reactivex.Observer,io.reactivex.functions.Function,int,boolean) +com.baidu.location.indoor.mapversion.c.a$d: double a(double) +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView: DoubleHistogramView(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.R$id: int accessibility_custom_action_5 +com.google.android.material.R$color: int mtrl_bottom_nav_item_tint +com.xw.repo.bubbleseekbar.R$layout: int abc_action_menu_layout +androidx.vectordrawable.animated.R$id: int tag_transition_group +wangdaye.com.geometricweather.R$color: int mtrl_chip_text_color +androidx.appcompat.resources.R$dimen: int notification_top_pad_large_text +androidx.loader.R$drawable: int notification_template_icon_bg +okhttp3.logging.LoggingEventListener: void responseBodyStart(okhttp3.Call) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: void setBrandInfo(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean) +androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$State getCurrentState() +android.didikee.donate.R$drawable: int abc_textfield_search_default_mtrl_alpha +retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter: java.lang.Object adapt(retrofit2.Call) +androidx.fragment.R$attr: int fontProviderFetchStrategy +androidx.appcompat.R$attr: int buttonTintMode +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_13 +androidx.vectordrawable.R$style: int TextAppearance_Compat_Notification_Line2 +androidx.appcompat.R$styleable: int AppCompatTheme_dividerHorizontal +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight +androidx.vectordrawable.R$color +androidx.preference.R$style: int Widget_AppCompat_SeekBar +androidx.preference.R$styleable: int MenuGroup_android_menuCategory +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat_ActionBar +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_navigation_top_padding +androidx.vectordrawable.animated.R$id: int async +cyanogenmod.weather.RequestInfo: int mTempUnit +androidx.core.R$styleable: int FontFamily_fontProviderAuthority +androidx.core.R$id: int accessibility_custom_action_19 +com.jaredrummler.android.colorpicker.R$id: int src_atop +androidx.appcompat.R$id: int accessibility_custom_action_23 +androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableTransition_android_reversible +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice$AdviceContext: java.lang.String[] population +com.google.android.material.R$drawable: int abc_text_select_handle_right_mtrl_light +com.baidu.location.Poi +androidx.appcompat.R$id: int buttonPanel +com.xw.repo.bubbleseekbar.R$dimen: int abc_edit_text_inset_top_material +okhttp3.RequestBody$3: RequestBody$3(okhttp3.MediaType,java.io.File) +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_weight +james.adaptiveicon.R$id: int multiply +retrofit2.ParameterHandler$2: retrofit2.ParameterHandler this$0 +androidx.appcompat.R$attr: int searchIcon +androidx.appcompat.widget.AppCompatTextView: int getLastBaselineToBottomHeight() +androidx.preference.R$color: int abc_hint_foreground_material_dark +io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: long serialVersionUID +androidx.hilt.work.R$id: int right_side +android.didikee.donate.R$style: int Widget_AppCompat_DropDownItem_Spinner +okhttp3.Request$Builder: okhttp3.HttpUrl url +retrofit2.ParameterHandler$Header: void apply(retrofit2.RequestBuilder,java.lang.Object) +androidx.constraintlayout.widget.R$attr: int homeLayout +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_editor_absoluteX +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer realFeelShaderTemperature +okhttp3.Request: java.lang.Object tag(java.lang.Class) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setTreeIndex(java.lang.Integer) +androidx.appcompat.R$attr: int alertDialogCenterButtons +com.google.android.material.R$id: int mtrl_calendar_year_selector_frame +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int ThunderstormProbability +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 +com.jaredrummler.android.colorpicker.R$styleable: int Preference_enabled +com.google.android.material.chip.Chip: void setElevation(float) +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_Dialog_Bridge +androidx.preference.SwitchPreferenceCompat: SwitchPreferenceCompat(android.content.Context,android.util.AttributeSet) +retrofit2.OkHttpCall$NoContentResponseBody: OkHttpCall$NoContentResponseBody(okhttp3.MediaType,long) +androidx.vectordrawable.R$layout: int notification_template_custom_big +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_87 +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableTopCompat +com.google.gson.stream.JsonReader: int PEEKED_EOF +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleTextAppearance +androidx.appcompat.app.AlertController$RecycleListView: AlertController$RecycleListView(android.content.Context) +wangdaye.com.geometricweather.R$string: int settings_notification_hide_big_view_off +androidx.constraintlayout.widget.R$attr: int background +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Display3 +com.google.android.material.R$id: int blocking +wangdaye.com.geometricweather.R$styleable: int[] KeyAttribute +cyanogenmod.profiles.StreamSettings: int mValue +com.google.android.material.R$color: int material_on_background_emphasis_medium +com.amap.api.location.AMapLocationClientOption: boolean k +com.google.android.material.R$dimen: int abc_dropdownitem_text_padding_left +com.xw.repo.bubbleseekbar.R$color: int material_deep_teal_200 +com.google.android.material.R$attr: int layout_editor_absoluteX +androidx.constraintlayout.widget.R$styleable: int ImageFilterView_crossfade +okhttp3.CacheControl: int maxStaleSeconds +com.turingtechnologies.materialscrollbar.R$attr: int behavior_fitToContents +com.google.android.material.R$styleable: int Layout_layout_constraintWidth_default +james.adaptiveicon.R$dimen: int abc_search_view_preferred_height +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: long serialVersionUID +io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: io.reactivex.internal.disposables.SequentialDisposable upstream +androidx.appcompat.R$styleable: int[] ActionMenuItemView +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX weather +io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: void accept(java.lang.Object) +io.reactivex.Observable: io.reactivex.Observable zipWith(io.reactivex.ObservableSource,io.reactivex.functions.BiFunction) +androidx.work.R$id: int accessibility_custom_action_7 +androidx.preference.R$style: int RtlOverlay_DialogWindowTitle_AppCompat +com.xw.repo.bubbleseekbar.R$attr +androidx.constraintlayout.widget.R$id: int honorRequest +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: io.reactivex.Observer downstream +com.google.android.material.R$string: int mtrl_picker_toggle_to_year_selection +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight_DarkActionBar +com.google.android.material.R$styleable: int ShapeableImageView_strokeWidth +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String windDircEnd +wangdaye.com.geometricweather.R$styleable: int[] RangeSlider +androidx.appcompat.widget.AppCompatImageView: void setImageBitmap(android.graphics.Bitmap) +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintBottom_toBottomOf +com.xw.repo.bubbleseekbar.R$id: int decor_content_parent +androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_Dialog_Alert +cyanogenmod.externalviews.ExternalView: cyanogenmod.externalviews.ExternalViewProperties mExternalViewProperties +wangdaye.com.geometricweather.R$drawable: int ic_thx +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_navigationIcon +cyanogenmod.themes.ThemeChangeRequest$RequestType +retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder callbackExecutor(java.util.concurrent.Executor) +cyanogenmod.providers.CMSettings$Secure: java.lang.String DEVICE_HOSTNAME +wangdaye.com.geometricweather.R$array: int clock_font +com.bumptech.glide.integration.okhttp.R$integer: int status_bar_notification_info_maxnum +android.didikee.donate.R$attr: int actionViewClass +androidx.preference.R$style: int Theme_AppCompat_DayNight_NoActionBar +com.google.android.material.circularreveal.cardview.CircularRevealCardView +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintWidth_max +com.amap.api.location.AMapLocationClientOption: boolean m +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ListMenuView +io.reactivex.internal.schedulers.ScheduledRunnable: java.lang.Object PARENT_DISPOSED +com.google.android.material.R$styleable: int[] MaterialAutoCompleteTextView +com.turingtechnologies.materialscrollbar.R$id: int search_mag_icon +com.jaredrummler.android.colorpicker.R$drawable: int abc_scrubber_primary_mtrl_alpha +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_firstBaselineToTopHeight +com.amap.api.fence.GeoFence: void setMaxDis2Center(float) +com.bumptech.glide.integration.okhttp.R$layout: int notification_template_custom_big +com.google.android.material.R$styleable: int Constraint_flow_lastVerticalStyle +com.amap.api.location.LocationManagerBase +com.jaredrummler.android.colorpicker.R$attr: int thumbTextPadding +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Subhead_Inverse +wangdaye.com.geometricweather.R$drawable: int weather_rain_mini_light +androidx.lifecycle.extensions.R +androidx.preference.R$id: int visible_removing_fragment_view_tag +com.google.android.gms.common.zzj +retrofit2.RequestBuilder: void addPart(okhttp3.MultipartBody$Part) +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: void setY(java.lang.String) +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Display3 +androidx.recyclerview.widget.StaggeredGridLayoutManager$SavedState +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionButton +com.amap.api.location.AMapLocation: java.lang.String o(com.amap.api.location.AMapLocation,java.lang.String) +androidx.preference.R$attr: int titleMarginStart +com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.reflect.Type[] typeArguments +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: io.reactivex.internal.fuseable.SimpleQueue queue +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice advice +wangdaye.com.geometricweather.R$id: int container_main_footer_title +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: java.lang.String unit +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: java.lang.String name +org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database getEncryptedReadableDb(char[]) +okhttp3.CertificatePinner$Builder: java.util.List pins +wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayHorizontalProvider: WidgetClockDayHorizontalProvider() +android.support.v4.app.INotificationSideChannel$Stub: android.support.v4.app.INotificationSideChannel asInterface(android.os.IBinder) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow: MfForecastResult$Forecast$Snow() +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarViewPager: void setOnApplyWindowInsetsListener(android.view.View$OnApplyWindowInsetsListener) +okio.HashingSink: okio.HashingSink hmacSha512(okio.Sink,okio.ByteString) +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: PrecipitationProbability(java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float) +com.turingtechnologies.materialscrollbar.R$color: int dim_foreground_material_dark +androidx.work.R$id: int line3 +com.jaredrummler.android.colorpicker.R$layout: R$layout() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean +androidx.lifecycle.extensions.R$id: int title +com.google.android.material.R$id: int accessibility_custom_action_21 +cyanogenmod.externalviews.ExternalViewProviderService$Provider: void onDetach() +androidx.constraintlayout.widget.R$id: int search_plate +com.google.android.material.R$styleable: int AppCompatTheme_actionBarTabBarStyle +com.google.android.material.slider.BaseSlider: float[] getActiveRange() +androidx.constraintlayout.widget.R$attr: int thumbTintMode +com.google.android.material.appbar.AppBarLayout: void setVisibility(int) +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_backgroundTintMode +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Caption +okhttp3.internal.Internal: boolean isInvalidHttpUrlHost(java.lang.IllegalArgumentException) +com.jaredrummler.android.colorpicker.R$attr: int height +com.google.android.material.R$layout: int material_clock_period_toggle +wangdaye.com.geometricweather.R$styleable: int GradientColor_android_endX +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Subtitle2 +androidx.activity.R$dimen: int compat_button_padding_horizontal_material +okhttp3.Response: boolean isRedirect() +com.google.android.material.R$id: int outline +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Day_Today +androidx.appcompat.widget.Toolbar: android.widget.TextView getSubtitleTextView() +wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_scaleY +androidx.constraintlayout.widget.R$attr: int overlapAnchor +com.google.android.material.slider.Slider: void setThumbRadius(int) +androidx.preference.R$attr: int contentInsetStart +androidx.constraintlayout.widget.R$styleable: int[] TextAppearance +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial: int UnitType +androidx.viewpager2.R$color: int ripple_material_light +androidx.swiperefreshlayout.R$dimen: int compat_button_padding_vertical_material +wangdaye.com.geometricweather.R$styleable: int MenuItem_iconTintMode +com.xw.repo.bubbleseekbar.R$id: int search_close_btn +androidx.appcompat.R$attr: int submitBackground +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_subtitle_top_margin_material +androidx.activity.R$attr: int fontProviderFetchTimeout +com.xw.repo.bubbleseekbar.R$drawable: int abc_scrubber_primary_mtrl_alpha +androidx.appcompat.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common +wangdaye.com.geometricweather.R$style: int Preference_SwitchPreferenceCompat_Material +io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function5) +wangdaye.com.geometricweather.R$styleable: int KeyCycle_waveOffset +wangdaye.com.geometricweather.R$drawable: int material_ic_edit_black_24dp +wangdaye.com.geometricweather.R$drawable: int weather_rain_mini_xml +com.google.android.material.R$styleable: int FloatingActionButton_shapeAppearance +io.reactivex.internal.subscriptions.SubscriptionArbiter: org.reactivestreams.Subscription actual +androidx.preference.R$styleable: int ActionBar_hideOnContentScroll +androidx.lifecycle.extensions.R$dimen: int notification_action_text_size +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getMoldLevel() +com.google.android.material.appbar.CollapsingToolbarLayout: CollapsingToolbarLayout(android.content.Context,android.util.AttributeSet,int) +androidx.cardview.R$attr: int cardPreventCornerOverlap +okhttp3.internal.http2.Http2: byte FLAG_PADDED +com.google.android.material.R$styleable: int TabLayout_tabMinWidth +cyanogenmod.externalviews.KeyguardExternalView$1: KeyguardExternalView$1(cyanogenmod.externalviews.KeyguardExternalView) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog +wangdaye.com.geometricweather.R$string: int tag_precipitation +androidx.swiperefreshlayout.R$id: int notification_main_column_container +com.google.android.material.R$attr: int transitionEasing +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainNoLast: void run() +wangdaye.com.geometricweather.R$id: int fixed +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode +cyanogenmod.app.suggest.IAppSuggestProvider$Stub: int TRANSACTION_getSuggestions +com.bumptech.glide.integration.okhttp.R$drawable: int notification_action_background +okhttp3.internal.io.FileSystem: okhttp3.internal.io.FileSystem SYSTEM +com.google.android.material.R$id: int parent_matrix +com.bumptech.glide.R$id: int title +androidx.preference.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity +wangdaye.com.geometricweather.R$layout: int mtrl_calendar_year +com.google.android.material.R$styleable: int[] RecyclerView +cyanogenmod.weather.IRequestInfoListener$Stub$Proxy: IRequestInfoListener$Stub$Proxy(android.os.IBinder) +okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder maxStale(int,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.R$drawable: int ic_grass +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$6 +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxBackgroundMode +wangdaye.com.geometricweather.R$attr: int state_above_anchor +com.google.android.material.R$styleable: int SnackbarLayout_actionTextColorAlpha +androidx.lifecycle.extensions.R$drawable: int notify_panel_notification_icon_bg +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_firstVerticalStyle +cyanogenmod.power.IPerformanceManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +okhttp3.internal.connection.RealConnection: okhttp3.Request createTunnelRequest() +wangdaye.com.geometricweather.R$drawable: int shortcuts_thunder +androidx.preference.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton +androidx.constraintlayout.widget.R$id: int checkbox +androidx.appcompat.resources.R$styleable: int GradientColor_android_centerY +wangdaye.com.geometricweather.R$id: int toggle +okhttp3.internal.ws.RealWebSocket$Close: long cancelAfterCloseMillis +okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec build() +wangdaye.com.geometricweather.main.models.LocationResource$Event: wangdaye.com.geometricweather.main.models.LocationResource$Event BACKGROUND_UPDATE +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Metric +com.amap.api.fence.GeoFenceClient: void addGeoFence(com.amap.api.location.DPoint,float,java.lang.String) +wangdaye.com.geometricweather.R$id: int mtrl_picker_text_input_range_start +androidx.recyclerview.R$id: int accessibility_custom_action_2 +androidx.lifecycle.extensions.R$id: int accessibility_action_clickable_span +com.turingtechnologies.materialscrollbar.R$styleable: int[] SwitchCompat +com.xw.repo.bubbleseekbar.R$layout: int abc_list_menu_item_icon +androidx.cardview.widget.CardView: int getContentPaddingTop() +com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType valueOf(java.lang.String) +com.google.android.material.R$styleable: int Constraint_layout_constraintHorizontal_bias +com.google.android.material.card.MaterialCardView: void setBackgroundInternal(android.graphics.drawable.Drawable) +android.didikee.donate.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle +wangdaye.com.geometricweather.db.entities.DailyEntityDao: wangdaye.com.geometricweather.db.converters.WeatherCodeConverter daytimeWeatherCodeConverter +com.google.android.material.textfield.TextInputLayout: void setTextInputAccessibilityDelegate(com.google.android.material.textfield.TextInputLayout$AccessibilityDelegate) +wangdaye.com.geometricweather.R$attr: int arc_angle +wangdaye.com.geometricweather.R$id: int transitionToStart +okhttp3.internal.connection.RouteException: java.io.IOException lastException +james.adaptiveicon.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Minimum: java.lang.String Unit +androidx.lifecycle.LiveData$ObserverWrapper: androidx.lifecycle.LiveData this$0 +com.google.android.material.card.MaterialCardView: void setCheckedIcon(android.graphics.drawable.Drawable) +com.google.android.material.R$styleable: int AppCompatTheme_colorPrimary +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Display4 +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeSnowPrecipitationDuration() +io.reactivex.Observable: io.reactivex.Single sequenceEqual(io.reactivex.ObservableSource,io.reactivex.ObservableSource,int) +android.didikee.donate.R$styleable: int[] AppCompatSeekBar +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: void subscribe() +wangdaye.com.geometricweather.R$id: int SYM +androidx.preference.R$styleable: int ActionBar_contentInsetStart +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void onError(java.lang.Throwable) +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: java.util.concurrent.atomic.AtomicReference mainDisposable +okio.ByteString: okio.ByteString digest(java.lang.String) +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: retrofit2.Response execute() +okhttp3.internal.cache.DiskLruCache$Snapshot: void close() +androidx.preference.R$styleable: int SwitchPreferenceCompat_switchTextOn +wangdaye.com.geometricweather.R$styleable: int ActionMode_titleTextStyle +wangdaye.com.geometricweather.search.SearchActivity: SearchActivity() +wangdaye.com.geometricweather.R$id: int widget_week_icon_3 +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getTranslateX() +androidx.appcompat.R$style: int TextAppearance_AppCompat_Body1 +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Body1 +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionButtonStyle +androidx.appcompat.R$color: int primary_dark_material_dark +com.turingtechnologies.materialscrollbar.R$attr: int titleMarginTop +androidx.constraintlayout.widget.R$attr: int goIcon +wangdaye.com.geometricweather.db.entities.WeatherEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() +androidx.drawerlayout.R$styleable: int FontFamilyFont_font +com.google.android.material.R$color: int secondary_text_disabled_material_dark +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: boolean isDisposed() +okhttp3.Response: okhttp3.Response priorResponse +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void disposeBoundary() +okhttp3.Cookie$Builder: okhttp3.Cookie$Builder hostOnlyDomain(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial: double Value +com.jaredrummler.android.colorpicker.R$id: int cpv_preference_preview_color_panel +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: long requested() +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: ObservableRetryPredicate$RepeatObserver(io.reactivex.Observer,long,io.reactivex.functions.Predicate,io.reactivex.internal.disposables.SequentialDisposable,io.reactivex.ObservableSource) +androidx.hilt.work.R$anim: int fragment_fade_enter +wangdaye.com.geometricweather.R$attr: int iconTint +androidx.transition.R$style: int TextAppearance_Compat_Notification_Title +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_weight +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange Past24HourRange +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Dialog_FixedSize +androidx.hilt.work.R$styleable: int FontFamilyFont_android_fontWeight +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float windSpeed +com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_separator_vertical_padding +com.google.android.material.R$style: int Widget_AppCompat_Light_SearchView +james.adaptiveicon.R$dimen: int compat_button_inset_vertical_material +androidx.constraintlayout.widget.R$styleable: int ImageFilterView_warmth +androidx.appcompat.R$styleable: int MenuItem_android_numericShortcut +io.reactivex.internal.disposables.CancellableDisposable: void dispose() +cyanogenmod.profiles.ConnectionSettings: int getSubId() +okhttp3.EventListener: okhttp3.EventListener NONE +cyanogenmod.themes.ThemeManager: void unregisterThemeChangeListener(cyanogenmod.themes.ThemeManager$ThemeChangeListener) +com.google.gson.stream.JsonWriter: java.lang.String indent +androidx.activity.R$color +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_corner_radius +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_goneMarginTop +com.google.android.material.circularreveal.CircularRevealGridLayout: CircularRevealGridLayout(android.content.Context,android.util.AttributeSet) +com.turingtechnologies.materialscrollbar.R$attr: int listPreferredItemHeightLarge +com.google.android.material.R$color: int design_fab_shadow_start_color +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_peekHeight +com.google.android.material.chip.Chip: void setChipIconVisible(boolean) +androidx.loader.R$styleable: int GradientColor_android_tileMode +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_BottomAppBar_Primary +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_goneMarginBottom +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ListView_DropDown +cyanogenmod.app.CustomTileListenerService: void registerAsSystemService(android.content.Context,android.content.ComponentName,int) +cyanogenmod.weather.WeatherInfo: double mTemperature +com.xw.repo.bubbleseekbar.R$drawable: int abc_list_pressed_holo_light +com.google.android.material.R$attr: int dialogPreferredPadding +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: boolean hasValue +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_shapeAppearance +com.xw.repo.bubbleseekbar.R$styleable: int[] RecycleListView +retrofit2.HttpServiceMethod$SuspendForResponse: retrofit2.CallAdapter callAdapter +cyanogenmod.alarmclock.ClockContract +wangdaye.com.geometricweather.common.ui.widgets.astro.MoonPhaseView: void setSurfaceAngle(float) +wangdaye.com.geometricweather.R$attr: int colorBackgroundFloating +androidx.appcompat.R$styleable: R$styleable() +com.google.android.material.R$style: int TextAppearance_Compat_Notification_Line2 +androidx.customview.R$id: int icon_group +okhttp3.HttpUrl$Builder: HttpUrl$Builder() +androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemHeight +james.adaptiveicon.R$attr: int textAllCaps +com.google.android.material.R$attr: int layout_constraintBottom_creator +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: long serialVersionUID +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionOverflowButtonStyle +androidx.lifecycle.ViewModel: void clear() com.turingtechnologies.materialscrollbar.R$styleable: int[] FontFamilyFont -android.didikee.donate.R$style: int Base_Theme_AppCompat_Light_DarkActionBar -okhttp3.Request -com.google.android.gms.location.LocationSettingsResult: android.os.Parcelable$Creator CREATOR -okio.Buffer: okio.BufferedSink writeLong(long) -wangdaye.com.geometricweather.R$styleable: int Constraint_visibilityMode -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: java.lang.String getSourceId() -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.MinutelyEntity) -james.adaptiveicon.R$id: int search_close_btn -android.didikee.donate.R$style: int Widget_AppCompat_PopupMenu_Overflow -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType[] values() -wangdaye.com.geometricweather.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_fontVariationSettings -com.google.android.material.R$attr: int counterMaxLength -wangdaye.com.geometricweather.R$style: int ThemeOverlayColorAccentRed -androidx.preference.R$attr: int dialogPreferredPadding -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getWallpaperThemePackageName() -wangdaye.com.geometricweather.R$attr: int minHeight -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: boolean isDisposed() -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: ExtendedFloatingActionButton(android.content.Context) -cyanogenmod.weather.WeatherInfo$DayForecast$Builder: double mHigh -wangdaye.com.geometricweather.db.entities.AlertEntityDao: boolean hasKey(java.lang.Object) -okhttp3.Request$Builder: okhttp3.Request$Builder head() -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_rotationY -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableBottomCompat -com.google.android.material.R$styleable: int Constraint_layout_constraintHeight_default -io.reactivex.internal.subscriptions.EmptySubscription: java.lang.Object poll() -wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig hourlyEntityDaoConfig -com.google.android.material.R$attr: int fastScrollVerticalThumbDrawable -retrofit2.SkipCallbackExecutorImpl -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: int temperature -com.google.android.material.R$styleable: int TabLayout_tabTextColor -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon -androidx.preference.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Button_Colored -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_Button_Colored -com.turingtechnologies.materialscrollbar.R$styleable: int PopupWindow_android_popupBackground -wangdaye.com.geometricweather.R$attr: int triggerReceiver -com.google.android.material.R$dimen: int mtrl_badge_text_size -androidx.constraintlayout.widget.R$drawable: int abc_scrubber_control_off_mtrl_alpha -androidx.appcompat.resources.R$id: int action_text -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox -androidx.lifecycle.LifecycleRegistry$1 -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: wangdaye.com.geometricweather.db.entities.ChineseCityEntity readEntity(android.database.Cursor,int) -androidx.drawerlayout.R$dimen: int notification_media_narrow_margin -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getPm25() -okhttp3.MediaType: java.util.regex.Pattern PARAMETER -androidx.preference.R$id: int bottom -com.google.gson.stream.JsonWriter: int[] stack -com.jaredrummler.android.colorpicker.R$color: int abc_hint_foreground_material_light -androidx.constraintlayout.widget.R$drawable: int abc_btn_radio_material_anim -org.greenrobot.greendao.AbstractDaoMaster: int schemaVersion -com.google.android.material.R$styleable: int SearchView_android_focusable -cyanogenmod.themes.ThemeChangeRequest: ThemeChangeRequest(java.util.Map,java.util.Map,cyanogenmod.themes.ThemeChangeRequest$RequestType,long,cyanogenmod.themes.ThemeChangeRequest$1) -com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_Alert_Bridge -james.adaptiveicon.R$styleable: int View_android_focusable -okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner: AndroidPlatform$AndroidCertificateChainCleaner(java.lang.Object,java.lang.reflect.Method) -okio.Sink: void write(okio.Buffer,long) -com.google.android.material.R$attr: int percentWidth -wangdaye.com.geometricweather.R$styleable: int[] CircularProgressView -james.adaptiveicon.R$styleable: int ActionBar_icon -androidx.hilt.work.R$id: int tag_unhandled_key_event_manager -com.google.android.material.R$styleable: int TextInputLayout_startIconContentDescription -com.baidu.location.LocationClientOption$LocationMode: com.baidu.location.LocationClientOption$LocationMode[] values() -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_subtitle -com.bumptech.glide.R$styleable: int[] FontFamilyFont -wangdaye.com.geometricweather.R$style: int widget_text_clock_analog_Light -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum: AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum() -io.reactivex.internal.queue.SpscArrayQueue: int calcElementOffset(long) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getCloudCover() -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.MinutelyEntity,int) -com.google.android.material.R$attr: int actionModeCutDrawable -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeIcePrecipitationProbability() -androidx.constraintlayout.widget.R$styleable: int SearchView_suggestionRowLayout -com.google.android.material.R$styleable: int Snackbar_snackbarButtonStyle -com.jaredrummler.android.colorpicker.R$styleable: int ActionMode_subtitleTextStyle -retrofit2.adapter.rxjava2.BodyObservable$BodyObserver -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver -wangdaye.com.geometricweather.R$string: int week -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: java.lang.String getUnit() -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast: MfForecastResult$ProbabilityForecast() -com.turingtechnologies.materialscrollbar.R$color: int abc_hint_foreground_material_light -okhttp3.internal.connection.StreamAllocation: void streamFailed(java.io.IOException) -wangdaye.com.geometricweather.db.entities.LocationEntity: void setCountry(java.lang.String) -wangdaye.com.geometricweather.R$attr: int arrowHeadLength -com.google.android.material.R$dimen: int mtrl_tooltip_padding -retrofit2.KotlinExtensions$suspendAndThrow$1 -androidx.preference.R$style: int ThemeOverlay_AppCompat_Dialog_Alert -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color: int Green -okhttp3.OkHttpClient$Builder: java.util.List networkInterceptors() -io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable: long serialVersionUID -androidx.appcompat.R$dimen: int hint_alpha_material_light -com.turingtechnologies.materialscrollbar.R$string: int abc_toolbar_collapse_description -android.didikee.donate.R$styleable: int Toolbar_contentInsetStartWithNavigation -androidx.fragment.R$styleable: R$styleable() -com.google.android.material.R$styleable: int SwitchCompat_android_textOn -wangdaye.com.geometricweather.R$animator: int weather_cloudy_2 -wangdaye.com.geometricweather.R$id: int fill -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver -com.jaredrummler.android.colorpicker.R$styleable: int[] SwitchCompat -cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode mVibrateMode -okio.Buffer: okio.Buffer$UnsafeCursor readAndWriteUnsafe(okio.Buffer$UnsafeCursor) -com.google.android.material.R$id: int buttonPanel -android.didikee.donate.R$styleable: int RecycleListView_paddingBottomNoButtons -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$id: int item_tag -wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_text_light -com.jaredrummler.android.colorpicker.R$attr: int dialogPreferenceStyle -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWeatherPhase(java.lang.String) -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceHeadline3 -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position -androidx.core.R$styleable: int FontFamilyFont_fontVariationSettings -com.google.android.material.R$id: int checkbox -androidx.appcompat.R$styleable: int FontFamily_fontProviderFetchStrategy -wangdaye.com.geometricweather.R$styleable: int RoundCornerTransition_radius_to -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_RatingBar_Small -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties -com.jaredrummler.android.colorpicker.R$styleable: int MenuGroup_android_id -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float icePrecipitation -wangdaye.com.geometricweather.R$color: int dim_foreground_disabled_material_dark -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_translationY -james.adaptiveicon.R$dimen: int abc_dialog_list_padding_top_no_title -androidx.core.R$id: int line3 -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_displayOptions -okhttp3.WebSocketListener: void onOpen(okhttp3.WebSocket,okhttp3.Response) -androidx.preference.R$attr: int seekBarIncrement -com.google.android.material.R$id: int easeIn -cyanogenmod.library.R$id -com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_endY -com.turingtechnologies.materialscrollbar.R$attr: int colorPrimaryDark -androidx.preference.R$color: int bright_foreground_disabled_material_light -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: BaseTransientBottomBar$SnackbarBaseLayout(android.content.Context,android.util.AttributeSet) -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text -androidx.core.R$style: int TextAppearance_Compat_Notification_Title -james.adaptiveicon.R$color: int dim_foreground_disabled_material_dark -com.google.gson.stream.JsonReader: void beginObject() -okhttp3.internal.cache.InternalCache: okhttp3.Response get(okhttp3.Request) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setDate(java.lang.String) -okio.Okio$2: java.io.InputStream val$in -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge -androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_fontWeight -androidx.preference.R$attr: int updatesContinuously -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property UvDescription -androidx.preference.R$attr: int actionBarTabStyle -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.lang.String getWeatherText() -com.google.android.material.R$styleable: int KeyTimeCycle_android_elevation -androidx.cardview.R$style: int CardView -androidx.preference.R$color: int material_grey_50 -retrofit2.Utils: java.lang.reflect.Type resolveTypeVariable(java.lang.reflect.Type,java.lang.Class,java.lang.reflect.TypeVariable) -cyanogenmod.externalviews.ExternalView$4: cyanogenmod.externalviews.ExternalView this$0 -com.google.android.material.slider.BaseSlider: java.lang.CharSequence getAccessibilityClassName() -androidx.constraintlayout.motion.widget.MotionLayout: void setInterpolatedProgress(float) -wangdaye.com.geometricweather.R$drawable: int notif_temp_19 -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeIcePrecipitation(java.lang.Float) -com.turingtechnologies.materialscrollbar.R$attr: int errorTextAppearance -james.adaptiveicon.R$style: int Platform_V25_AppCompat_Light -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind: AccuCurrentResult$Wind() -james.adaptiveicon.R$id: int default_activity_button -james.adaptiveicon.R$attr: int titleTextStyle -androidx.recyclerview.R$drawable: int notification_action_background -androidx.lifecycle.ClassesInfoCache: int CALL_TYPE_PROVIDER_WITH_EVENT -cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_TITLE -okhttp3.Call: boolean isExecuted() -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha -android.didikee.donate.R$id: int textSpacerNoTitle -james.adaptiveicon.R$id: int action_menu_divider -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_star_black_36dp -wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize -cyanogenmod.app.suggest.IAppSuggestManager$Stub: IAppSuggestManager$Stub() -wangdaye.com.geometricweather.R$styleable: int Chip_shapeAppearanceOverlay -com.google.android.material.R$attr: int layoutDescription -androidx.lifecycle.LiveData: void removeObserver(androidx.lifecycle.Observer) -androidx.preference.R$style: int Animation_AppCompat_Dialog -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getCo() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Metric: java.lang.String Unit -wangdaye.com.geometricweather.R$id: int item_weather_icon_image -com.xw.repo.bubbleseekbar.R$color: int accent_material_light -wangdaye.com.geometricweather.R$anim: int popup_show_top_left -io.reactivex.internal.operators.observable.ObservableGroupBy$State: java.util.concurrent.atomic.AtomicBoolean once -okhttp3.internal.cache.CacheStrategy$Factory: okhttp3.internal.cache.CacheStrategy getCandidate() -com.xw.repo.bubbleseekbar.R$id: int title -james.adaptiveicon.R$styleable: int MenuItem_iconTint -com.xw.repo.bubbleseekbar.R$attr: int maxButtonHeight -androidx.cardview.R$styleable: int CardView_cardBackgroundColor -com.turingtechnologies.materialscrollbar.R$styleable: int Spinner_android_dropDownWidth -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: int count -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: io.reactivex.Scheduler$Worker worker -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light_Dialog -androidx.constraintlayout.widget.R$attr: int font -wangdaye.com.geometricweather.R$attr: int bsb_thumb_color -james.adaptiveicon.R$styleable: int MenuGroup_android_id -androidx.recyclerview.R$id: int accessibility_custom_action_4 -wangdaye.com.geometricweather.R$drawable: int ic_sunrise -james.adaptiveicon.R$style: int TextAppearance_Compat_Notification -wangdaye.com.geometricweather.R$id: int group_divider -com.google.android.material.R$attr: int layout_constraintRight_toLeftOf -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SCATTERED_SHOWERS -io.reactivex.internal.disposables.ArrayCompositeDisposable -okhttp3.OkHttpClient$1: void addLenient(okhttp3.Headers$Builder,java.lang.String,java.lang.String) -wangdaye.com.geometricweather.R$styleable: int GradientColorItem_android_color -androidx.appcompat.widget.ContentFrameLayout: android.util.TypedValue getFixedWidthMajor() -android.didikee.donate.R$anim: int abc_grow_fade_in_from_bottom -androidx.preference.R$id: int accessibility_custom_action_14 -androidx.dynamicanimation.R$styleable: int GradientColor_android_endX -androidx.lifecycle.SingleGeneratedAdapterObserver: SingleGeneratedAdapterObserver(androidx.lifecycle.GeneratedAdapter) -androidx.work.R$dimen: int notification_right_side_padding_top -cyanogenmod.app.CMTelephonyManager: cyanogenmod.app.ICMTelephonyManager getService() -james.adaptiveicon.R$drawable: int abc_action_bar_item_background_material +androidx.legacy.coreutils.R$attr: int fontVariationSettings +androidx.constraintlayout.widget.R$styleable: int[] MenuItem +wangdaye.com.geometricweather.R$drawable: int notification_icon_background +com.google.android.material.R$color: int design_default_color_on_error +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_SIGNAL_ICON +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384 +androidx.lifecycle.ComputableLiveData: androidx.lifecycle.LiveData getLiveData() +com.google.android.material.slider.BaseSlider: void setTrackActiveTintList(android.content.res.ColorStateList) +androidx.activity.R$id: int accessibility_custom_action_30 +com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_max_width +wangdaye.com.geometricweather.R$id: int moldTitle +androidx.dynamicanimation.R$drawable: int notification_bg_low_normal +io.reactivex.internal.util.NotificationLite$SubscriptionNotification: NotificationLite$SubscriptionNotification(org.reactivestreams.Subscription) +androidx.preference.R$dimen: int abc_action_bar_icon_vertical_padding_material +wangdaye.com.geometricweather.R$string: int mtrl_picker_date_header_unselected +cyanogenmod.app.Profile: java.util.UUID mUuid +androidx.appcompat.view.menu.MenuPopup +androidx.appcompat.widget.Toolbar: void setNavigationIcon(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.R$drawable: int ic_launcher_round +com.google.android.material.R$styleable: int Slider_tickColorActive +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Body1 +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_Alert_Bridge +com.xw.repo.bubbleseekbar.R$attr: int backgroundSplit +androidx.appcompat.R$id: int search_close_btn +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_34 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Imperial: double Value +android.didikee.donate.R$drawable: int abc_list_selector_holo_light +wangdaye.com.geometricweather.R$string: int common_signin_button_text +androidx.lifecycle.ReportFragment: void onDestroy() +androidx.hilt.lifecycle.R$id: int blocking +androidx.constraintlayout.widget.R$dimen: int disabled_alpha_material_dark +retrofit2.converter.gson.GsonConverterFactory: com.google.gson.Gson gson +androidx.appcompat.R$style: int Base_Widget_AppCompat_ProgressBar +com.xw.repo.bubbleseekbar.R$attr: int actionBarTabBarStyle +wangdaye.com.geometricweather.R$attr: int cpv_borderColor +james.adaptiveicon.R$styleable: int AppCompatTextView_drawableRightCompat +androidx.constraintlayout.widget.R$attr: int mock_labelBackgroundColor +cyanogenmod.externalviews.ExternalViewProviderService$Provider: void onStop() +androidx.appcompat.widget.DropDownListView: void setListSelectionHidden(boolean) +androidx.activity.R$styleable: int FontFamily_fontProviderFetchTimeout +androidx.lifecycle.LifecycleService: android.os.IBinder onBind(android.content.Intent) +wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.String description +androidx.activity.R$color: R$color() +com.google.android.material.textfield.TextInputLayout: void setBoxBackgroundMode(int) +james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart +com.google.android.material.R$attr: int listPreferredItemPaddingEnd +wangdaye.com.geometricweather.R$id: int widget_week_icon_5 +wangdaye.com.geometricweather.R$style: int Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_blackContainer +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_SeekBar_Discrete +retrofit2.KotlinExtensions$awaitResponse$$inlined$suspendCancellableCoroutine$lambda$1: java.lang.Object invoke(java.lang.Object) +com.bumptech.glide.R$id: int normal +androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_PopupMenu +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Display2 +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Tooltip +james.adaptiveicon.R$style: int Widget_AppCompat_SeekBar_Discrete +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver[] CANCELLED +com.xw.repo.bubbleseekbar.R$attr: int theme +com.google.android.material.chip.ChipGroup: void setSingleLine(int) +androidx.hilt.R$id: int notification_main_column +com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu +androidx.preference.R$style: int Base_Widget_AppCompat_ActionBar_TabBar +android.didikee.donate.R$styleable: int View_android_theme +cyanogenmod.hardware.DisplayMode$1: java.lang.Object createFromParcel(android.os.Parcel) +androidx.appcompat.R$id: int alertTitle +androidx.appcompat.R$attr: int fontFamily +com.google.android.material.R$style: int Theme_AppCompat_DialogWhenLarge +okhttp3.ConnectionSpec: boolean tls +androidx.vectordrawable.R$id: int accessibility_custom_action_4 +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_AutoCompleteTextView +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light +androidx.constraintlayout.widget.R$styleable: int PropertySet_layout_constraintTag +android.didikee.donate.R$color: int abc_tint_default +cyanogenmod.app.IProfileManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() +cyanogenmod.weather.WeatherInfo$DayForecast: WeatherInfo$DayForecast(android.os.Parcel,cyanogenmod.weather.WeatherInfo$1) +okhttp3.internal.platform.AndroidPlatform: void configureTlsExtensions(javax.net.ssl.SSLSocket,java.lang.String,java.util.List) +androidx.appcompat.R$styleable: int TextAppearance_android_textColorLink +com.turingtechnologies.materialscrollbar.MaterialScrollBar: float getHideRatio() +wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_showSeekBarValue +wangdaye.com.geometricweather.R$color: int design_fab_shadow_mid_color +com.amap.api.fence.GeoFenceManagerBase: void addNearbyGeoFence(java.lang.String,java.lang.String,com.amap.api.location.DPoint,float,int,java.lang.String) +androidx.viewpager.R$styleable: int FontFamilyFont_ttcIndex +okio.Buffer$2: Buffer$2(okio.Buffer) +cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_IME_SWITCHER +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: java.util.Queue sources +wangdaye.com.geometricweather.R$attr: int contentPaddingTop +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeRainPrecipitationDuration(java.lang.Float) +androidx.swiperefreshlayout.R$styleable: int GradientColor_android_tileMode +retrofit2.converter.gson.GsonResponseBodyConverter: GsonResponseBodyConverter(com.google.gson.Gson,com.google.gson.TypeAdapter) +com.jaredrummler.android.colorpicker.R$styleable: int MultiSelectListPreference_android_entryValues +com.google.android.material.R$styleable: int AppCompatTheme_checkedTextViewStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: void setValue(java.util.List) +androidx.preference.R$dimen: int abc_cascading_menus_min_smallest_width +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setExtendMotionSpec(com.google.android.material.animation.MotionSpec) +com.google.android.material.R$dimen: int mtrl_btn_text_size +cyanogenmod.themes.ThemeManager: void registerThemeChangeListener(cyanogenmod.themes.ThemeManager$ThemeChangeListener) +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_headerLayout +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: boolean outputFused +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$LocalSource +com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_CollapsingToolbar +androidx.fragment.app.BackStackState +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPath: void setPathData(androidx.core.graphics.PathParser$PathDataNode[]) +com.google.android.material.R$id: int screen +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_Switch +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA +androidx.loader.R$id: int line1 +wangdaye.com.geometricweather.R$animator: int weather_sleet_3 +android.didikee.donate.R$styleable: int MenuItem_android_id +androidx.appcompat.R$style: int Base_V23_Theme_AppCompat_Light +androidx.appcompat.R$style: int TextAppearance_AppCompat_Title +com.google.android.material.R$styleable: int[] CollapsingToolbarLayout_Layout +com.turingtechnologies.materialscrollbar.R$attr: int iconEndPadding +androidx.core.R$drawable: int notification_bg_low_normal +com.google.android.material.R$styleable: int MenuGroup_android_enabled +androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customStringValue +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$styleable: int[] AnimatedStateListDrawableItem +com.amap.api.location.AMapLocationClientOption: boolean u +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_shapeAppearanceOverlay +cyanogenmod.themes.ThemeManager: void requestThemeChange(java.lang.String,java.util.List,boolean) +wangdaye.com.geometricweather.R$drawable: int ic_ragweed +okhttp3.FormBody$Builder +android.didikee.donate.R$styleable: int AppCompatSeekBar_tickMarkTintMode +com.google.android.material.R$style: int Theme_MaterialComponents_NoActionBar +com.turingtechnologies.materialscrollbar.R$styleable: int[] AlertDialog +android.didikee.donate.R$styleable: int AppCompatSeekBar_android_thumb +com.xw.repo.bubbleseekbar.R$drawable: int abc_text_select_handle_right_mtrl_light +androidx.appcompat.R$id: int dialog_button +com.google.android.material.R$styleable: int MaterialButton_strokeWidth +com.google.gson.stream.JsonWriter: void writeDeferredName() +com.google.android.material.R$dimen: int mtrl_calendar_year_vertical_padding +com.google.android.material.floatingactionbutton.FloatingActionButton: void setCompatHoveredFocusedTranslationZResource(int) +okhttp3.ResponseBody$1: okhttp3.MediaType val$contentType +wangdaye.com.geometricweather.R$string: int wind_2 +com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose: com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose Transport +wangdaye.com.geometricweather.R$id: int widget_week_temp_1 +com.google.android.material.card.MaterialCardView: void setOnCheckedChangeListener(com.google.android.material.card.MaterialCardView$OnCheckedChangeListener) +com.google.android.material.R$style: int Base_Widget_MaterialComponents_Slider +james.adaptiveicon.R$style: int Widget_AppCompat_RatingBar_Small +androidx.viewpager2.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable +com.google.android.material.R$styleable: int KeyCycle_android_scaleY +okhttp3.ConnectionPool: boolean cleanupRunning +com.google.android.material.R$attr: int boxCornerRadiusTopStart +okio.RealBufferedSink: okio.Buffer buffer() +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: long size +okhttp3.logging.HttpLoggingInterceptor: okhttp3.logging.HttpLoggingInterceptor$Level getLevel() +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode +okhttp3.internal.http2.Huffman: int[] CODES +com.google.android.material.R$style: int Platform_V25_AppCompat_Light +androidx.constraintlayout.widget.ConstraintLayout: int getPaddingWidth() +wangdaye.com.geometricweather.R$styleable: int Preference_shouldDisableView +androidx.preference.R$style: int AlertDialog_AppCompat +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title +com.google.android.material.R$style: int Base_MaterialAlertDialog_MaterialComponents_Title_Icon +com.google.android.material.R$styleable: int StateListDrawableItem_android_drawable +james.adaptiveicon.R$id: int parentPanel +com.github.rahatarmanahmed.cpv.CircularProgressView: void removeListener(com.github.rahatarmanahmed.cpv.CircularProgressViewListener) +cyanogenmod.providers.CMSettings$NameValueCache: android.content.IContentProvider mContentProvider +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_begin +com.turingtechnologies.materialscrollbar.R$attr: int fastScrollVerticalThumbDrawable +android.didikee.donate.R$color: int abc_secondary_text_material_dark +com.turingtechnologies.materialscrollbar.R$string: int character_counter_pattern +androidx.fragment.R$styleable: int FontFamily_fontProviderFetchTimeout +okhttp3.internal.Util: void closeQuietly(java.net.Socket) +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: io.reactivex.disposables.Disposable upstream +com.google.android.material.R$id: int BOTTOM_START +okio.Buffer$UnsafeCursor: okio.Buffer buffer +android.didikee.donate.R$styleable: int AppCompatTheme_dialogTheme +com.turingtechnologies.materialscrollbar.R$styleable: int[] MaterialCardView +android.support.v4.app.INotificationSideChannel$Stub$Proxy: android.os.IBinder mRemote +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_popupTheme +cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onKeyguardShowing(boolean) +wangdaye.com.geometricweather.R$drawable: int ic_launcher +com.jaredrummler.android.colorpicker.ColorPanelView: int getBorderColor() +com.xw.repo.bubbleseekbar.R$styleable: int View_paddingEnd +okhttp3.internal.http2.Http2Connection$7 +okhttp3.RealCall: okhttp3.EventListener access$000(okhttp3.RealCall) +cyanogenmod.hardware.CMHardwareManager: int[] getDisplayGammaCalibration(int) +okhttp3.internal.ws.WebSocketProtocol: int B0_FLAG_RSV2 +com.xw.repo.bubbleseekbar.R$style: int Base_V23_Theme_AppCompat +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver[] EMPTY +retrofit2.Utils$WildcardTypeImpl: int hashCode() +androidx.appcompat.R$drawable: int abc_btn_default_mtrl_shape +androidx.transition.R$id: int ghost_view +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) +io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: boolean isDisposed() +wangdaye.com.geometricweather.R$attr: int layout_constraintHeight_percent +androidx.coordinatorlayout.R$styleable: int GradientColor_android_type +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: java.lang.String unit +wangdaye.com.geometricweather.R$color: int cardview_shadow_start_color +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: java.lang.String ObstructionsToVisibility +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_autoSizeTextType +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_PopupMenu +retrofit2.BuiltInConverters: retrofit2.Converter requestBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],java.lang.annotation.Annotation[],retrofit2.Retrofit) +androidx.viewpager.widget.PagerTitleStrip: int getTextSpacing() +androidx.dynamicanimation.R$dimen: int compat_button_padding_horizontal_material +com.google.android.material.R$style: int Widget_AppCompat_ActionBar_TabText +com.turingtechnologies.materialscrollbar.R$attr: int colorButtonNormal +cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener: void onDetachedFromWindow() +wangdaye.com.geometricweather.common.basic.models.weather.Wind: boolean isValidSpeed() +androidx.fragment.R$id: int action_divider +wangdaye.com.geometricweather.R$attr: int triggerSlack +com.github.rahatarmanahmed.cpv.R$attr: int cpv_indeterminate +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Tooltip +wangdaye.com.geometricweather.R$color: int abc_primary_text_material_light +james.adaptiveicon.R$attr: int fontProviderFetchStrategy +okhttp3.HttpUrl: java.net.URL url() +cyanogenmod.providers.DataUsageContract: java.lang.String FAST_SAMPLES +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_transformPivotY +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Fullscreen +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.util.Date date +wangdaye.com.geometricweather.R$id: int dialog_location_help_manageIcon +androidx.preference.R$color: int abc_primary_text_disable_only_material_dark +androidx.swiperefreshlayout.R$dimen: int notification_top_pad +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_checked +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintBaseline_creator +com.autonavi.aps.amapapi.model.AMapLocationServer: AMapLocationServer(java.lang.String) +androidx.fragment.app.FragmentTabHost$SavedState +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void startTimeout(long) +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void onSubscribe(org.reactivestreams.Subscription) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: java.util.Date to +cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_GET_GLOBAL +com.google.android.material.R$style: int Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense +wangdaye.com.geometricweather.R$dimen: int abc_button_padding_horizontal_material +wangdaye.com.geometricweather.R$string: int precipitation_heavy +wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_text_disabled +wangdaye.com.geometricweather.R$drawable: int notif_temp_131 +cyanogenmod.providers.CMSettings$Secure: void putListAsDelimitedString(android.content.ContentResolver,java.lang.String,java.lang.String,java.util.List) +wangdaye.com.geometricweather.R$styleable: int KeyCycle_waveShape +androidx.appcompat.R$styleable: int View_android_focusable +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial Imperial +com.turingtechnologies.materialscrollbar.R$attr: int listLayout +com.google.android.material.R$styleable: int AppBarLayout_elevation +okhttp3.Address: java.net.Proxy proxy() +android.didikee.donate.R$styleable: int AppCompatTheme_actionOverflowMenuStyle +androidx.preference.R$style: int TextAppearance_AppCompat_Small_Inverse +wangdaye.com.geometricweather.R$attr: int cpv_alphaChannelVisible +androidx.appcompat.widget.SwitchCompat: void setTrackTintList(android.content.res.ColorStateList) +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title +wangdaye.com.geometricweather.R$dimen: int abc_text_size_body_1_material +wangdaye.com.geometricweather.R$plurals +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$TotalLiquid: int UnitType +wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_light_disabled +okhttp3.MultipartBody: okhttp3.MediaType DIGEST +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void attachEntity(wangdaye.com.geometricweather.db.entities.WeatherEntity) +cyanogenmod.app.BaseLiveLockManagerService +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: void onError(java.lang.Throwable) +com.google.android.gms.common.api.Scope +androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_color +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableBottomCompat +com.google.android.material.R$attr: int triggerId +io.reactivex.internal.disposables.DisposableHelper: io.reactivex.internal.disposables.DisposableHelper DISPOSED +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getCityId() +com.google.android.material.R$dimen: int mtrl_textinput_box_stroke_width_default +androidx.appcompat.resources.R$dimen: int compat_button_padding_horizontal_material +wangdaye.com.geometricweather.R$attr: int maxCharacterCount +androidx.recyclerview.R$attr: int reverseLayout +androidx.lifecycle.LifecycleService: int onStartCommand(android.content.Intent,int,int) +android.didikee.donate.R$styleable: int AppCompatTextView_autoSizeMaxTextSize +com.google.android.material.R$styleable: int[] AnimatedStateListDrawableTransition +wangdaye.com.geometricweather.R$styleable: int MaterialCardView_shapeAppearanceOverlay +androidx.preference.R$id: int expanded_menu +okhttp3.CacheControl: int sMaxAgeSeconds() +retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: void onNext(java.lang.Object) +cyanogenmod.providers.CMSettings$System: java.lang.String BATTERY_LIGHT_FULL_COLOR +cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.ExternalViewProperties mExternalViewProperties +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: long getLtoDownloadInterval() +wangdaye.com.geometricweather.common.basic.models.weather.Astro: java.lang.String getRiseTime(android.content.Context) +com.turingtechnologies.materialscrollbar.R$layout: int abc_cascading_menu_item_layout +androidx.preference.R$anim: int fragment_open_enter +androidx.hilt.work.R$dimen: int compat_control_corner_material +okio.BufferedSource: long readAll(okio.Sink) +com.google.android.material.tabs.TabLayout: void setupWithViewPager(androidx.viewpager.widget.ViewPager) +wangdaye.com.geometricweather.R$attr: int actionModeShareDrawable +com.xw.repo.bubbleseekbar.R$attr: int submitBackground +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: io.reactivex.internal.disposables.ArrayCompositeDisposable resources +com.google.android.material.R$attr: int expandedTitleMargin +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_TabView +james.adaptiveicon.R$style: int Widget_AppCompat_ListView +androidx.constraintlayout.widget.R$dimen: int notification_right_icon_size +cyanogenmod.app.suggest.IAppSuggestManager$Stub +com.amap.api.fence.GeoFence: java.util.List h +okhttp3.internal.platform.ConscryptPlatform: ConscryptPlatform() +androidx.constraintlayout.widget.R$id: int dialog_button +com.turingtechnologies.materialscrollbar.R$attr: int tabIndicatorGravity +android.didikee.donate.R$color: int abc_tint_btn_checkable +com.turingtechnologies.materialscrollbar.R$dimen: int abc_panel_menu_list_width +androidx.appcompat.resources.R$id: int tag_accessibility_pane_title +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColorItem_android_offset +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onAttach() +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: int otherState +wangdaye.com.geometricweather.R$styleable: int MenuItem_iconTint +wangdaye.com.geometricweather.R$attr: int statusBarScrim +com.jaredrummler.android.colorpicker.R$layout: int abc_list_menu_item_icon +androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type[] values() +androidx.preference.R$drawable: int abc_textfield_search_activated_mtrl_alpha +androidx.appcompat.widget.AppCompatSpinner: void setAdapter(android.widget.Adapter) +androidx.constraintlayout.widget.R$attr: int showPaths +com.google.android.material.R$styleable: int NavigationView_android_fitsSystemWindows +androidx.preference.R$attr: int contentInsetStartWithNavigation +com.xw.repo.bubbleseekbar.R$color: int material_blue_grey_900 +com.amap.api.location.DPoint$1: java.lang.Object createFromParcel(android.os.Parcel) +okhttp3.Request$Builder: java.lang.String method +com.google.android.material.floatingactionbutton.FloatingActionButton: float getCompatPressedTranslationZ() +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$8: float val$swipeProgress +android.didikee.donate.R$color: int primary_text_default_material_dark +android.didikee.donate.R$drawable: int abc_popup_background_mtrl_mult +wangdaye.com.geometricweather.R$styleable: int MotionHelper_onShow androidx.lifecycle.ComputableLiveData: java.lang.Runnable mRefreshRunnable -androidx.legacy.coreutils.R$drawable: R$drawable() -com.google.android.material.textfield.TextInputLayout: void setPrefixTextAppearance(int) -android.didikee.donate.R$attr: int height -com.google.android.material.R$styleable: int KeyCycle_android_translationY -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken NULL -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VectorDrawableDelegateState: int getChangingConfigurations() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String getAlertId() -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean delayErrors -com.google.android.material.textfield.TextInputLayout: void setPlaceholderText(java.lang.CharSequence) -cyanogenmod.themes.ThemeManager: java.util.Set access$300(cyanogenmod.themes.ThemeManager) -androidx.preference.R$dimen: int abc_text_size_button_material -com.google.android.material.R$styleable: int Slider_labelStyle -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation: double qty24H -com.google.android.material.R$styleable: int StateListDrawable_android_constantSize -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: boolean cancelled -androidx.appcompat.R$styleable: int AppCompatTheme_checkedTextViewStyle -cyanogenmod.themes.IThemeChangeListener$Stub$Proxy: android.os.IBinder asBinder() -com.bumptech.glide.R$id: int glide_custom_view_target_tag -io.reactivex.Observable: io.reactivex.Observable groupBy(io.reactivex.functions.Function) -androidx.viewpager.widget.PagerTabStrip: void setTabIndicatorColorResource(int) -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours Past9Hours -androidx.appcompat.R$styleable: int Toolbar_contentInsetEnd -wangdaye.com.geometricweather.R$id: int circle_center -cyanogenmod.os.Concierge$ParcelInfo: int mParcelableVersion -android.didikee.donate.R$attr: int textAppearancePopupMenuHeader -androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_DESTROY -androidx.coordinatorlayout.R$id: int accessibility_custom_action_23 -androidx.constraintlayout.widget.R$attr: int layout_constraintBottom_toTopOf -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getPressure() -wangdaye.com.geometricweather.R$attr: int allowDividerAbove -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: WeatherEntityDao(org.greenrobot.greendao.internal.DaoConfig) -com.google.android.material.R$color: int bright_foreground_disabled_material_light -androidx.viewpager.widget.PagerTitleStrip: int getMinHeight() -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamily_fontProviderQuery -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_goneMarginBottom -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getCOColor(android.content.Context) -com.google.android.material.R$styleable: int Slider_thumbElevation +androidx.appcompat.widget.AppCompatRadioButton: AppCompatRadioButton(android.content.Context,android.util.AttributeSet,int) +cyanogenmod.app.LiveLockScreenInfo$Builder: int mPriority +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: void setTo(java.util.Date) +wangdaye.com.geometricweather.R$drawable: int weather_wind_mini_grey +com.turingtechnologies.materialscrollbar.R$drawable: int notification_bg_low_pressed +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.R$id: int icon_group +cyanogenmod.weather.CMWeatherManager: void cancelRequest(int) +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.util.List forecast +io.reactivex.internal.schedulers.ScheduledDirectTask +androidx.drawerlayout.R$dimen: int notification_action_icon_size +retrofit2.http.Header +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property IcePrecipitation +androidx.appcompat.resources.R$id: int accessibility_custom_action_5 +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String ICON_URI +wangdaye.com.geometricweather.R$attr: int msb_textColor +wangdaye.com.geometricweather.R$style: int TextAppearance_Compat_Notification_Info +androidx.preference.R$style: int Widget_AppCompat_TextView_SpinnerItem +com.bumptech.glide.integration.okhttp.R$id: int icon +cyanogenmod.hardware.CMHardwareManager: int FEATURE_DISPLAY_COLOR_CALIBRATION +androidx.recyclerview.R$layout: int notification_template_part_chronometer +cyanogenmod.themes.ThemeManager$1$1 +com.google.android.material.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding +com.google.android.material.imageview.ShapeableImageView: com.google.android.material.shape.ShapeAppearanceModel getShapeAppearanceModel() +androidx.preference.R$styleable: int TextAppearance_android_textColorHint +androidx.swiperefreshlayout.R$drawable: int notification_bg_normal_pressed +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_optimizationLevel +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Subhead +wangdaye.com.geometricweather.R$id: int dialog_minimal_icon_xmlIcon +com.xw.repo.bubbleseekbar.R$color: int material_grey_300 +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_firstVerticalStyle +com.google.android.gms.common.api.AvailabilityException: AvailabilityException(androidx.collection.ArrayMap) +com.google.android.material.bottomsheet.BottomSheetBehavior: BottomSheetBehavior(android.content.Context,android.util.AttributeSet) +androidx.activity.R$style: R$style() +cyanogenmod.profiles.StreamSettings$1 +androidx.constraintlayout.widget.R$styleable: int StateSet_defaultState +wangdaye.com.geometricweather.R$styleable: int KeyTrigger_motion_postLayoutCollision +com.turingtechnologies.materialscrollbar.R$style: int Platform_MaterialComponents_Dialog +com.turingtechnologies.materialscrollbar.R$id: int edit_query +androidx.preference.R$drawable: int abc_ic_star_half_black_48dp +com.turingtechnologies.materialscrollbar.R$id: int tabMode +com.google.android.material.R$attr: int rangeFillColor +androidx.constraintlayout.widget.R$styleable: int[] AppCompatTextView +com.xw.repo.bubbleseekbar.R$attr: int iconTintMode +com.google.android.material.R$styleable: int ConstraintSet_motionStagger +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatSeekBar_tickMark +okhttp3.internal.io.FileSystem$1: void rename(java.io.File,java.io.File) +okio.AsyncTimeout$1: okio.AsyncTimeout this$0 +wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_android_fontWeight +com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_listLayout +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_android_gravity +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: void dispose() +androidx.core.widget.NestedScrollView: NestedScrollView(android.content.Context) +wangdaye.com.geometricweather.R$string: int abc_action_bar_up_description +androidx.preference.R$style: int Preference_CheckBoxPreference_Material +android.didikee.donate.R$id: int top +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_statusBarScrim +wangdaye.com.geometricweather.R$id: int adjust_width +cyanogenmod.weatherservice.IWeatherProviderService$Stub: int TRANSACTION_setServiceClient +wangdaye.com.geometricweather.R$id: int dialog_running_in_background_o_setNotificationGroupBtn +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: boolean daylight +james.adaptiveicon.R$id: int expanded_menu +retrofit2.Platform$Android: Platform$Android() +wangdaye.com.geometricweather.R$string: int content_des_add_current_location +androidx.appcompat.R$styleable: int MenuItem_tooltipText +com.amap.api.fence.GeoFenceManagerBase +androidx.customview.R$style: int TextAppearance_Compat_Notification_Line2 +com.bumptech.glide.integration.okhttp.R$drawable +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver this$0 +james.adaptiveicon.R$dimen: int abc_seekbar_track_background_height_material +com.google.android.material.R$styleable: int KeyPosition_curveFit +io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: ObservableRefCount$RefConnection(io.reactivex.internal.operators.observable.ObservableRefCount) +androidx.preference.R$styleable: int Preference_isPreferenceVisible +wangdaye.com.geometricweather.R$string: int mtrl_picker_text_input_year_abbr +okhttp3.Route: boolean equals(java.lang.Object) +androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerView$RecycledViewPool getRecycledViewPool() +androidx.appcompat.R$attr: int contentInsetEndWithActions +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter +com.jaredrummler.android.colorpicker.R$color: int secondary_text_default_material_dark +com.xw.repo.bubbleseekbar.R$id: int search_bar +com.google.android.material.R$styleable: int KeyTimeCycle_wavePeriod +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void dispose() +retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isSingle +androidx.preference.R$styleable: int PreferenceTheme_preferenceFragmentListStyle +cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode getLightsMode() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Metric: AccuCurrentResult$PrecipitationSummary$PastHour$Metric() +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_iconTint +androidx.lifecycle.SavedStateViewModelFactory: android.app.Application mApplication +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial: double Value +retrofit2.ParameterHandler: void apply(retrofit2.RequestBuilder,java.lang.Object) +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: int Age +cyanogenmod.providers.CMSettings$System: java.lang.String KEY_HOME_LONG_PRESS_ACTION +cyanogenmod.app.CustomTile: java.lang.String resourcesPackageName +androidx.constraintlayout.widget.R$attr: int deltaPolarAngle +wangdaye.com.geometricweather.R$styleable: int Transition_layoutDuringTransition +android.support.v4.app.INotificationSideChannel$Stub: android.os.IBinder asBinder() +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder password(java.lang.String) +androidx.appcompat.widget.ContentFrameLayout: ContentFrameLayout(android.content.Context) +james.adaptiveicon.R$attr: R$attr() +com.google.android.gms.common.R$integer +james.adaptiveicon.R$drawable: int abc_textfield_activated_mtrl_alpha +androidx.fragment.R$id: int accessibility_custom_action_21 +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ListView_Menu +james.adaptiveicon.R$styleable: int AppCompatTheme_viewInflaterClass +wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_height +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder authenticator(okhttp3.Authenticator) +androidx.lifecycle.extensions.R$id: int action_container +com.turingtechnologies.materialscrollbar.R$attr: int tabIndicatorHeight +androidx.appcompat.R$interpolator: R$interpolator() +cyanogenmod.themes.IThemeService: boolean isThemeBeingProcessed(java.lang.String) +androidx.constraintlayout.widget.R$attr: int warmth +wangdaye.com.geometricweather.R$styleable: int FontFamily_fontProviderFetchTimeout +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_PopupWindow +com.google.android.material.R$layout: int select_dialog_item_material +androidx.appcompat.R$string: int abc_searchview_description_voice +androidx.constraintlayout.widget.R$id: int none +wangdaye.com.geometricweather.R$id: int month_title +wangdaye.com.geometricweather.R$dimen: int current_weather_icon_size +androidx.preference.R$drawable: int abc_textfield_activated_mtrl_alpha +android.didikee.donate.R$layout +james.adaptiveicon.R$id: int search_button +com.google.gson.JsonIOException: JsonIOException(java.lang.Throwable) +okhttp3.internal.http1.Http1Codec$AbstractSource: okio.ForwardingTimeout timeout +io.reactivex.internal.subscriptions.SubscriptionArbiter: java.util.concurrent.atomic.AtomicLong missedRequested +com.google.android.material.theme.MaterialComponentsViewInflater: MaterialComponentsViewInflater() +okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection$Builder socket(java.net.Socket) +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow +androidx.dynamicanimation.R$id: int right_side +wangdaye.com.geometricweather.R$attr: int color +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_lastVerticalBias +androidx.preference.SeekBarPreference +wangdaye.com.geometricweather.R$string: int resident_location +androidx.appcompat.resources.R$styleable: int FontFamily_fontProviderPackage +androidx.lifecycle.LiveData: void setValue(java.lang.Object) +android.didikee.donate.R$style: int Widget_AppCompat_PopupMenu +wangdaye.com.geometricweather.R$styleable: int[] TextAppearance +android.didikee.donate.R$styleable: int AppCompatTheme_windowActionBarOverlay +androidx.drawerlayout.R$styleable: int ColorStateListItem_android_color +androidx.loader.R$attr: int fontProviderPackage +com.google.android.material.R$dimen: int hint_alpha_material_light +wangdaye.com.geometricweather.R$attr: int drawable_res_on +okio.Buffer: okio.BufferedSink writeString(java.lang.String,int,int,java.nio.charset.Charset) +com.jaredrummler.android.colorpicker.ColorPickerView: int getPreferredHeight() +wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.AlertEntity,long) +com.turingtechnologies.materialscrollbar.R$attr: int tabMinWidth +androidx.preference.R$color: int material_blue_grey_800 +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_checked +com.google.android.material.R$attr: int materialCalendarHeaderLayout +com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu +cyanogenmod.app.ICMStatusBarManager$Stub: cyanogenmod.app.ICMStatusBarManager asInterface(android.os.IBinder) +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Tooltip +androidx.hilt.R$styleable: int FontFamilyFont_ttcIndex +com.baidu.location.indoor.mapversion.c.a$d: short[][] g +androidx.dynamicanimation.R$attr +wangdaye.com.geometricweather.R$string: int abc_activity_chooser_view_see_all +android.didikee.donate.R$color: int highlighted_text_material_light +wangdaye.com.geometricweather.R$drawable: int notif_temp_40 +android.didikee.donate.R$dimen: int hint_pressed_alpha_material_dark +wangdaye.com.geometricweather.R$drawable: int weather_hail_mini_light +com.google.android.material.R$id: int mtrl_picker_header_toggle +wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_AppbarTheme_Light +cyanogenmod.app.IPartnerInterface$Stub$Proxy: android.os.IBinder mRemote +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeTotalPrecipitationDuration +androidx.hilt.work.R$bool: int enable_system_job_service_default +android.didikee.donate.R$style: int Base_Widget_AppCompat_ListView_Menu +io.reactivex.Observable: io.reactivex.Observable doOnSubscribe(io.reactivex.functions.Consumer) +com.google.android.gms.common.api.Status: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$string: int apparent_temperature +wangdaye.com.geometricweather.R$attr: int bottomSheetDialogTheme +androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_textStyle +com.bumptech.glide.R$color: int secondary_text_default_material_light +okhttp3.internal.ws.RealWebSocket: long CANCEL_AFTER_CLOSE_MILLIS +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void drain() +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_endY +james.adaptiveicon.R$styleable: int MenuItem_android_id +com.amap.api.fence.PoiItem: int describeContents() +io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: long serialVersionUID +android.didikee.donate.R$drawable: int abc_ic_menu_share_mtrl_alpha +com.google.android.material.R$styleable: int ShapeableImageView_shapeAppearanceOverlay +okhttp3.internal.http1.Http1Codec$FixedLengthSink +com.google.android.material.R$styleable: int NavigationView_android_background +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Dialog +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonStyle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Imperial: java.lang.String Unit +wangdaye.com.geometricweather.R$attr: int preserveIconSpacing +okhttp3.Response: okhttp3.Handshake handshake +androidx.appcompat.widget.LinearLayoutCompat: int getDividerPadding() +okhttp3.internal.cache.CacheStrategy +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_android_enabled +androidx.coordinatorlayout.R$layout +android.didikee.donate.R$styleable: int[] AppCompatTheme +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeDegreeDayTemperature(java.lang.Integer) +androidx.preference.R$styleable: int[] SwitchPreferenceCompat +androidx.constraintlayout.widget.R$attr: int searchIcon +io.reactivex.Observable: io.reactivex.Observable buffer(io.reactivex.ObservableSource,io.reactivex.functions.Function,java.util.concurrent.Callable) +com.google.gson.internal.LazilyParsedNumber: java.lang.String toString() +wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode getInstance(java.lang.String) +com.google.android.material.R$style: int CardView_Light +wangdaye.com.geometricweather.remoteviews.config.Hilt_DayWidgetConfigActivity +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: io.reactivex.internal.queue.SpscLinkedArrayQueue queue +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: java.lang.String dept +cyanogenmod.app.IProfileManager$Stub$Proxy: android.os.IBinder asBinder() +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void run() +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_navigationMode +com.google.gson.stream.JsonWriter: boolean isHtmlSafe() +wangdaye.com.geometricweather.R$id: int mtrl_view_tag_bottom_padding +androidx.coordinatorlayout.R$attr: int fontProviderPackage +cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String getKey() +wangdaye.com.geometricweather.R$styleable: int StateListDrawable_android_variablePadding +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String STYLE_URI +com.google.android.material.R$attr: int expandedHintEnabled +androidx.preference.R$attr: int itemPadding +androidx.appcompat.R$styleable: int MenuGroup_android_menuCategory +cyanogenmod.weather.WeatherInfo$Builder: boolean isValidTempUnit(int) +wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableItem_android_id +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_Switch +okhttp3.Cookie: boolean httpOnly +com.google.android.material.R$color: int secondary_text_disabled_material_light +com.google.android.material.R$style: int Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert +wangdaye.com.geometricweather.R$drawable: int avd_hide_password +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Long getId() +wangdaye.com.geometricweather.R$attr: int actionBarStyle +androidx.constraintlayout.motion.widget.MotionLayout: void setInterpolatedProgress(float) +androidx.swiperefreshlayout.R$id: R$id() +wangdaye.com.geometricweather.R$styleable: int Chip_android_textSize +io.reactivex.internal.disposables.EmptyDisposable +okhttp3.internal.http2.Http2Codec: java.lang.String KEEP_ALIVE +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_DialogWhenLarge +androidx.appcompat.R$style: int Widget_AppCompat_RatingBar_Small +androidx.swiperefreshlayout.R$id: int italic +io.reactivex.Observable: io.reactivex.Observable doOnNext(io.reactivex.functions.Consumer) +com.turingtechnologies.materialscrollbar.R$drawable: int avd_hide_password +retrofit2.Utils$ParameterizedTypeImpl: java.lang.reflect.Type rawType +wangdaye.com.geometricweather.db.entities.LocationEntity: void setProvince(java.lang.String) +androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle +androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_fontStyle +com.google.android.material.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode +androidx.loader.R$drawable: int notification_template_icon_low_bg +androidx.legacy.coreutils.R$styleable: int FontFamilyFont_android_fontStyle +androidx.preference.R$id: int shortcut +androidx.swiperefreshlayout.R$styleable: int FontFamily_fontProviderCerts +io.reactivex.internal.operators.observable.ObserverResourceWrapper: long serialVersionUID +androidx.appcompat.R$styleable: int AppCompatTextView_drawableEndCompat +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_verticalBias +wangdaye.com.geometricweather.R$id: int regular +androidx.preference.R$styleable: int[] MenuGroup +androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy: ConstraintProxy$BatteryNotLowProxy() +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_TEMPERATURE_DAY_VALIDATOR +com.google.android.material.R$id: int right +retrofit2.Utils$WildcardTypeImpl: java.lang.String toString() +androidx.appcompat.R$styleable: int ActionBar_contentInsetStart +androidx.constraintlayout.widget.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title +com.turingtechnologies.materialscrollbar.R$attr: int suggestionRowLayout +android.didikee.donate.R$drawable: int notification_bg_normal_pressed +androidx.constraintlayout.utils.widget.ImageFilterView: float getBrightness() +wangdaye.com.geometricweather.R$id: int snap +com.google.android.material.R$drawable: int abc_ab_share_pack_mtrl_alpha +cyanogenmod.weather.WeatherInfo$Builder: double mTemperature +com.google.android.material.R$styleable: int FloatingActionButton_Behavior_Layout_behavior_autoHide +androidx.vectordrawable.R$dimen: int notification_big_circle_margin +androidx.constraintlayout.widget.R$styleable: int[] Constraint +androidx.preference.R$styleable: int TextAppearance_android_shadowDx +androidx.appcompat.resources.R$id: int icon_group +james.adaptiveicon.R$dimen: int abc_text_size_menu_header_material +wangdaye.com.geometricweather.R$color: int design_default_color_primary_variant +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: long serialVersionUID +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Headline +okhttp3.internal.Util: java.lang.String[] EMPTY_STRING_ARRAY +com.google.android.material.R$styleable: int BottomAppBar_paddingBottomSystemWindowInsets +james.adaptiveicon.R$dimen: int notification_big_circle_margin +androidx.customview.R$dimen: int notification_top_pad_large_text +io.reactivex.internal.observers.BlockingObserver: BlockingObserver(java.util.Queue) +androidx.appcompat.R$styleable: int CompoundButton_buttonTint +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView: int getMarginTop() +androidx.preference.R$color: int material_deep_teal_200 +cyanogenmod.app.ProfileManager: void setActiveProfile(java.util.UUID) +cyanogenmod.weatherservice.ServiceRequest: void complete(cyanogenmod.weatherservice.ServiceRequestResult) +wangdaye.com.geometricweather.remoteviews.config.Hilt_DayWeekWidgetConfigActivity: Hilt_DayWeekWidgetConfigActivity() +wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: double lat +androidx.vectordrawable.R$dimen: int compat_notification_large_icon_max_width +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setItemBackground(int) +wangdaye.com.geometricweather.R$color: R$color() +okhttp3.HttpUrl: java.lang.String username +com.jaredrummler.android.colorpicker.R$id: int action_image +com.jaredrummler.android.colorpicker.R$styleable: int[] FontFamily +wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme +com.google.android.material.R$string: int icon_content_description +io.reactivex.exceptions.CompositeException: CompositeException(java.lang.Throwable[]) +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX$InfoX +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result +cyanogenmod.app.ICMStatusBarManager$Stub: int TRANSACTION_removeCustomTileWithTag +wangdaye.com.geometricweather.R$styleable: int Preference_iconSpaceReserved +com.google.android.material.R$styleable: int ThemeEnforcement_enforceTextAppearance +androidx.appcompat.R$anim: int abc_slide_out_bottom +com.google.android.material.floatingactionbutton.FloatingActionButton +james.adaptiveicon.R$styleable: int MenuGroup_android_enabled +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_5 +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_textColorLink +okhttp3.internal.tls.BasicCertificateChainCleaner +androidx.preference.R$styleable: int FontFamily_fontProviderFetchTimeout +okio.Buffer$2: okio.Buffer this$0 +com.amap.api.location.AMapLocationQualityReport: int GPS_STATUS_OFF +androidx.activity.R$id: int tag_accessibility_clickable_spans +androidx.recyclerview.R$styleable: int GradientColor_android_centerX +androidx.work.R$color +io.reactivex.disposables.ReferenceDisposable: ReferenceDisposable(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_endIconDrawable +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_radioButtonStyle +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.internal.fuseable.SimpleQueue queue +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color: int Blue +com.jaredrummler.android.colorpicker.R$drawable: int abc_list_selector_background_transition_holo_light +com.google.android.material.R$styleable: int ShapeAppearance_cornerSize +com.turingtechnologies.materialscrollbar.R$interpolator: R$interpolator() +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.util.Map rights +wangdaye.com.geometricweather.R$string: int abc_menu_space_shortcut_label +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService +androidx.preference.R$color: int abc_search_url_text_pressed +androidx.appcompat.R$attr: int dividerHorizontal +com.google.android.material.textfield.TextInputLayout: android.widget.TextView getPrefixTextView() +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter value(java.lang.Boolean) +androidx.appcompat.widget.ActivityChooserView: ActivityChooserView(android.content.Context) +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: org.reactivestreams.Subscription upstream +com.google.android.material.R$attr: int actionModePasteDrawable +com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_selectionRequired +androidx.appcompat.R$style: int Platform_V25_AppCompat_Light +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_toTopOf +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric: int UnitType +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setPm25Desc(java.lang.String) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoldDescription(java.lang.String) +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver this$0 +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_w +com.google.android.gms.common.server.response.zak: android.os.Parcelable$Creator CREATOR +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_subhead_material +com.xw.repo.bubbleseekbar.R$styleable: int[] PopupWindowBackgroundState +james.adaptiveicon.R$layout: int abc_screen_content_include +com.google.android.material.R$styleable: int KeyPosition_percentX +okhttp3.Address: okhttp3.CertificatePinner certificatePinner() +com.baidu.location.e.l$b: l$b(java.lang.String,int,java.lang.String,java.lang.String,java.lang.String,int,int,com.baidu.location.e.l$1) +com.turingtechnologies.materialscrollbar.R$layout: int abc_expanded_menu_layout +james.adaptiveicon.R$drawable: int abc_cab_background_top_material +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_placeholder_content +com.google.android.material.R$id: int touch_outside +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_borderlessButtonStyle +okhttp3.internal.http2.Http2Connection: Http2Connection(okhttp3.internal.http2.Http2Connection$Builder) +cyanogenmod.providers.CMSettings$System: java.lang.String DIALER_OPENCNAM_AUTH_TOKEN +com.xw.repo.bubbleseekbar.R$integer: int abc_config_activityShortDur +com.jaredrummler.android.colorpicker.R$attr: int cpv_allowCustom +androidx.constraintlayout.widget.R$styleable: int Constraint_android_transformPivotX +androidx.appcompat.R$style: int ThemeOverlay_AppCompat_Light +com.google.android.material.appbar.AppBarLayout: void setStatusBarForeground(android.graphics.drawable.Drawable) +androidx.appcompat.R$id: int accessibility_custom_action_21 +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_divider +androidx.constraintlayout.widget.R$styleable: int Layout_chainUseRtl +okhttp3.Route: okhttp3.Address address +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_seek_by_section +wangdaye.com.geometricweather.R$string: int mini_temp +io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: void onComplete() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless +com.bumptech.glide.MemoryCategory: com.bumptech.glide.MemoryCategory HIGH +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum +androidx.lifecycle.extensions.R$id: int text +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: java.util.concurrent.atomic.AtomicBoolean stopWindows +androidx.appcompat.widget.Toolbar: void setNavigationIcon(int) +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWindSpeed(java.lang.Float) +com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity +androidx.viewpager.widget.ViewPager: int getOffscreenPageLimit() +okio.Timeout: okio.Timeout timeout(long,java.util.concurrent.TimeUnit) +com.google.android.material.R$id: int accessibility_custom_action_8 +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_TabBar +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header +androidx.appcompat.resources.R$id: int action_image +com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_listLayout +androidx.appcompat.R$layout: int abc_alert_dialog_button_bar_material +com.turingtechnologies.materialscrollbar.R$attr: int tabIndicatorAnimationDuration +retrofit2.ParameterHandler$QueryName: ParameterHandler$QueryName(retrofit2.Converter,boolean) +wangdaye.com.geometricweather.R$string: int of_clock +com.xw.repo.bubbleseekbar.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset +com.google.android.material.R$styleable: int ForegroundLinearLayout_android_foreground +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_default_height_material +androidx.appcompat.widget.AbsActionBarView: void setContentHeight(int) +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_liftOnScroll +androidx.preference.R$dimen: int abc_edit_text_inset_horizontal_material +com.google.android.material.R$dimen: int mtrl_calendar_navigation_top_padding +com.xw.repo.bubbleseekbar.R$layout: int notification_action +wangdaye.com.geometricweather.R$string: int go_to_set +com.xw.repo.bubbleseekbar.R$id: int checkbox +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ProgressBar +com.jaredrummler.android.colorpicker.R$attr: int subMenuArrow +androidx.appcompat.resources.R$id: int actions +com.google.android.gms.location.ActivityRecognitionResult +androidx.appcompat.view.menu.ListMenuItemView: void setCheckable(boolean) +wangdaye.com.geometricweather.R$menu: R$menu() +cyanogenmod.externalviews.IKeyguardExternalViewProvider +androidx.hilt.lifecycle.R$styleable: int ColorStateListItem_android_color +androidx.loader.R$layout: int notification_template_part_time +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIconTint +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Title +wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setChecked(boolean) +okhttp3.internal.http2.Header$Listener: void onHeaders(okhttp3.Headers) +wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_DayNight +androidx.appcompat.R$styleable: int ActionBar_logo +wangdaye.com.geometricweather.R$color: int material_grey_100 +com.google.android.material.slider.RangeSlider: int getFocusedThumbIndex() +wangdaye.com.geometricweather.R$attr: int layout_scrollFlags +io.reactivex.internal.schedulers.ScheduledDirectTask: java.lang.Object call() +androidx.appcompat.widget.SwitchCompat: void setSwitchMinWidth(int) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintTag +james.adaptiveicon.R$id: int decor_content_parent +android.didikee.donate.R$attr: int colorBackgroundFloating +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Direction: AccuDailyResult$DailyForecasts$Day$Wind$Direction() +android.didikee.donate.R$styleable: int AppCompatTheme_actionModePasteDrawable +com.jaredrummler.android.colorpicker.R$attr: int ttcIndex +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property RealFeelShaderTemperature +com.google.android.material.R$styleable: int Chip_hideMotionSpec +okio.RealBufferedSource: int read(byte[],int,int) +com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status[] values() +com.google.android.material.R$styleable: int MaterialCardView_android_checkable +androidx.constraintlayout.widget.R$attr: int subtitle +wangdaye.com.geometricweather.R$id: int italic +wangdaye.com.geometricweather.R$id: int mtrl_picker_header_selection_text +wangdaye.com.geometricweather.R$layout: int widget_day_temp +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemHeight +okhttp3.internal.Internal: okhttp3.internal.connection.RouteDatabase routeDatabase(okhttp3.ConnectionPool) +androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customIntegerValue +androidx.constraintlayout.widget.R$id: int text +androidx.appcompat.R$style: int Animation_AppCompat_Tooltip +androidx.preference.R$layout: int abc_screen_content_include +androidx.constraintlayout.widget.R$color: int material_blue_grey_950 +com.google.android.gms.location.zzbe +cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_SHOW_WEATHER +androidx.core.R$attr: int fontProviderPackage +android.support.v4.app.INotificationSideChannel$Stub +androidx.customview.R$dimen: int notification_subtext_size +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: io.reactivex.internal.disposables.SequentialDisposable task +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText +okio.InflaterSource: int bufferBytesHeldByInflater +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: boolean cancelled +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: int val$width +wangdaye.com.geometricweather.R$attr: int mock_showLabel +james.adaptiveicon.R$styleable: int PopupWindowBackgroundState_state_above_anchor +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ImageButton +com.google.android.material.R$styleable: int KeyTimeCycle_waveDecay +wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_textColor +androidx.appcompat.R$style: int Widget_AppCompat_PopupWindow +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: WeatherEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) +androidx.work.R$id: int tag_accessibility_actions +com.google.android.material.R$layout: int abc_alert_dialog_title_material +wangdaye.com.geometricweather.R$styleable: int MenuGroup_android_menuCategory +wangdaye.com.geometricweather.R$drawable: int abc_textfield_activated_mtrl_alpha +androidx.cardview.widget.CardView: CardView(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$string: int minutely_overview +wangdaye.com.geometricweather.R$string: int maxi_temp +com.google.android.material.circularreveal.CircularRevealGridLayout: void setRevealInfo(com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo) +james.adaptiveicon.R$dimen: int abc_text_size_large_material +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: io.reactivex.internal.operators.observable.ObservableReplay$ReplayBuffer buffer +okhttp3.Dispatcher: int maxRequests +androidx.viewpager2.R$styleable: int FontFamilyFont_android_ttcIndex +com.google.android.material.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated +androidx.appcompat.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow +com.jaredrummler.android.colorpicker.R$style: int Animation_AppCompat_DropDownUp +android.didikee.donate.R$attr: int buttonTint +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_minHeight +james.adaptiveicon.R$drawable: int abc_cab_background_internal_bg +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_RC4_128_MD5 +okhttp3.logging.HttpLoggingInterceptor: okhttp3.logging.HttpLoggingInterceptor setLevel(okhttp3.logging.HttpLoggingInterceptor$Level) +com.google.android.material.R$id: int staticPostLayout +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light_NoActionBar +androidx.appcompat.R$dimen: int abc_control_padding_material +com.xw.repo.bubbleseekbar.R$attr: int colorControlActivated +com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_corner_radius +cyanogenmod.app.ThemeVersion$ComponentVersion: ThemeVersion$ComponentVersion(int,cyanogenmod.app.ThemeComponent,java.lang.String,int,int) +androidx.coordinatorlayout.R$id: int title +androidx.constraintlayout.widget.R$id: int sawtooth +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Imperial: int UnitType +wangdaye.com.geometricweather.R$attr: int suffixText +androidx.hilt.R$dimen: int notification_top_pad +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric Metric +androidx.appcompat.widget.Toolbar: void setSubtitle(int) +android.didikee.donate.R$styleable: int AppCompatTheme_actionBarTabTextStyle +androidx.constraintlayout.widget.R$color: int material_deep_teal_500 +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onLockscreenSlideOffsetChanged(float) +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: boolean disposed +com.google.android.material.R$color: int abc_tint_default +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintCircle +okio.GzipSink: java.util.zip.CRC32 crc +com.turingtechnologies.materialscrollbar.R$id: int action_bar_activity_content +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed +androidx.fragment.R$dimen: int notification_big_circle_margin +james.adaptiveicon.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth +com.xw.repo.bubbleseekbar.R$id: int italic +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: void onSubscribe(org.reactivestreams.Subscription) +com.google.android.material.circularreveal.CircularRevealGridLayout: android.graphics.drawable.Drawable getCircularRevealOverlayDrawable() +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilitySnow: java.lang.Integer proba3H +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int level +wangdaye.com.geometricweather.R$animator: int weather_snow_3 +androidx.vectordrawable.R$id: int icon_group +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_APP_SWITCH_ACTION_VALIDATOR +androidx.preference.R$styleable: int ActionBar_backgroundStacked +androidx.appcompat.R$styleable: int MenuItem_android_checked +james.adaptiveicon.R$attr: int switchStyle +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_menuCategory +com.turingtechnologies.materialscrollbar.R$attr: int multiChoiceItemLayout +androidx.appcompat.R$style: int Widget_AppCompat_TextView_SpinnerItem +wangdaye.com.geometricweather.R$drawable: int notif_temp_68 +wangdaye.com.geometricweather.R$layout: int mtrl_alert_dialog +wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: void setNightIndicatorRotation(float) +androidx.hilt.lifecycle.R$id: int tag_unhandled_key_event_manager +androidx.appcompat.widget.DialogTitle +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: java.lang.String temperature +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_firstVerticalStyle +cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler +io.reactivex.internal.disposables.SequentialDisposable: boolean replace(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$id: int line3 +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle +cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status[] $VALUES +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver: void onSuccess(java.lang.Object) +wangdaye.com.geometricweather.main.Hilt_MainActivity: Hilt_MainActivity() +androidx.appcompat.R$id: int search_plate +com.google.android.gms.common.internal.DowngradeableSafeParcel +androidx.appcompat.R$styleable: int TextAppearance_fontFamily +androidx.work.impl.background.systemalarm.RescheduleReceiver: RescheduleReceiver() +com.google.android.material.R$styleable: int Transform_android_transformPivotX +android.didikee.donate.R$styleable: int[] LinearLayoutCompat +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintLeft_toLeftOf +okhttp3.internal.Util: int delimiterOffset(java.lang.String,int,int,char) +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon +cyanogenmod.providers.WeatherContract: java.lang.String AUTHORITY +androidx.preference.R$styleable: int Spinner_android_prompt +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered +com.google.android.material.R$attr: int itemShapeInsetTop +androidx.swiperefreshlayout.R$dimen: int notification_action_icon_size +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language ITALIAN +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: java.lang.String BriefPhrase +com.jaredrummler.android.colorpicker.R$attr: int actionModeWebSearchDrawable +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: ObservableBufferBoundary$BufferBoundaryObserver(io.reactivex.Observer,io.reactivex.ObservableSource,io.reactivex.functions.Function,java.util.concurrent.Callable) +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getSnowPrecipitationProbability() +com.google.gson.stream.JsonReader: boolean lenient +androidx.lifecycle.SavedStateHandleController$1: SavedStateHandleController$1(androidx.lifecycle.Lifecycle,androidx.savedstate.SavedStateRegistry) +com.xw.repo.bubbleseekbar.R$styleable: int View_paddingStart +androidx.appcompat.R$styleable: int MenuItem_android_checkable +com.google.android.material.chip.Chip: android.text.TextUtils$TruncateAt getEllipsize() +androidx.hilt.R$id: int accessibility_custom_action_28 +androidx.viewpager2.R$layout: int custom_dialog +com.baidu.location.e.h$a: com.baidu.location.e.h$a valueOf(java.lang.String) +com.google.android.material.R$drawable: int design_password_eye +okhttp3.CipherSuite: java.util.Map INSTANCES +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: java.lang.String getValue() +okhttp3.internal.ws.RealWebSocket: int receivedPingCount +cyanogenmod.weather.CMWeatherManager: int requestWeatherUpdate(android.location.Location,cyanogenmod.weather.CMWeatherManager$WeatherUpdateRequestListener) +androidx.activity.R$id: int action_divider +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property IcePrecipitation +androidx.preference.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title +com.google.android.material.R$styleable: int Slider_trackColorInactive +com.turingtechnologies.materialscrollbar.R$style: int Platform_V25_AppCompat_Light +androidx.drawerlayout.R$dimen: int notification_media_narrow_margin +cyanogenmod.app.ILiveLockScreenChangeListener$Stub: java.lang.String DESCRIPTOR +james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarSplitStyle +com.turingtechnologies.materialscrollbar.R$id: int src_atop +com.google.android.material.R$dimen: int abc_control_inset_material +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_android_checkable +androidx.appcompat.widget.AppCompatTextView: java.lang.CharSequence getText() +androidx.loader.R$styleable: int GradientColor_android_endX +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textColorAlertDialogListItem +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: android.graphics.Rect val$clipRect +wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: java.lang.String description +cyanogenmod.hardware.CMHardwareManager: boolean checkService() +okhttp3.Address: int hashCode() +cyanogenmod.hardware.CMHardwareManager: java.lang.String readPersistentString(java.lang.String) +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow +cyanogenmod.profiles.StreamSettings: int getValue() +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ButtonBar_AlertDialog +okio.RealBufferedSink$1: okio.RealBufferedSink this$0 +james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 +wangdaye.com.geometricweather.R$attr: int state_lifted +wangdaye.com.geometricweather.R$attr: int track +james.adaptiveicon.R$attr: int backgroundSplit +androidx.constraintlayout.widget.Guideline: Guideline(android.content.Context,android.util.AttributeSet,int) +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int ISOLATED_THUNDERSTORMS +okhttp3.MultipartBody: byte[] CRLF +okhttp3.internal.platform.JdkWithJettyBootPlatform: java.lang.String getSelectedProtocol(javax.net.ssl.SSLSocket) +com.turingtechnologies.materialscrollbar.R$attr: int contentPadding +okhttp3.internal.ws.RealWebSocket: void cancel() +com.google.android.material.R$styleable: int Constraint_layout_constraintVertical_chainStyle +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.WeatherEntity) +cyanogenmod.providers.CMSettings$Secure: long getLongForUser(android.content.ContentResolver,java.lang.String,long,int) +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_30 +com.xw.repo.bubbleseekbar.R$dimen: int abc_list_item_padding_horizontal_material +androidx.preference.R$attr: int splitTrack +androidx.core.widget.ContentLoadingProgressBar: ContentLoadingProgressBar(android.content.Context) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: void setUnit(java.lang.String) +james.adaptiveicon.R$attr: int tooltipText +wangdaye.com.geometricweather.R$styleable: int InkPageIndicator_dotDiameter +io.reactivex.internal.util.VolatileSizeArrayList: java.lang.Object[] toArray() +wangdaye.com.geometricweather.R$animator: int mtrl_fab_transformation_sheet_collapse_spec +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +com.xw.repo.bubbleseekbar.R$styleable: int MenuGroup_android_menuCategory +okhttp3.Cookie: java.lang.String domain() +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_dialogPreferenceStyle +com.github.rahatarmanahmed.cpv.CircularProgressView$3: CircularProgressView$3(com.github.rahatarmanahmed.cpv.CircularProgressView) +com.jaredrummler.android.colorpicker.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset +com.google.android.material.textfield.TextInputLayout: void setBoxStrokeWidthFocused(int) +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_contentScrim +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: int Rank +retrofit2.BuiltInConverters +androidx.preference.R$color: int button_material_light +com.amap.api.fence.GeoFence: long j +androidx.fragment.app.FragmentManagerState: android.os.Parcelable$Creator CREATOR +com.xw.repo.bubbleseekbar.R$styleable: int[] DrawerArrowToggle +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TabLayout +retrofit2.HttpException: int code +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_textAllCaps +cyanogenmod.app.CustomTileListenerService: void onCustomTileRemoved(cyanogenmod.app.StatusBarPanelCustomTile) +androidx.appcompat.resources.R$id: int text +wangdaye.com.geometricweather.background.polling.basic.AwakeForegroundUpdateService +com.google.android.material.R$styleable: int ImageFilterView_brightness +okhttp3.WebSocket: boolean send(java.lang.String) +wangdaye.com.geometricweather.R$id: int activity_widget_config_subtitle_inputter +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Metric: java.lang.String Unit +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item +com.google.android.material.appbar.CollapsingToolbarLayout: void setScrimVisibleHeightTrigger(int) +com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar +wangdaye.com.geometricweather.R$styleable: int SwitchPreference_android_switchTextOn +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Medium +androidx.appcompat.R$dimen: int tooltip_margin +io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: boolean isDisposed() +androidx.appcompat.resources.R$id: int accessibility_custom_action_30 +androidx.constraintlayout.widget.R$id: int jumpToStart +wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_counter_margin_start +com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_selector_holo_light +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$5: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 +com.google.android.material.R$style: int Theme_Design_Light +com.turingtechnologies.materialscrollbar.R$dimen: int abc_floating_window_z +okhttp3.RealCall$AsyncCall: java.lang.String host() +okhttp3.MultipartBody$Part: okhttp3.MultipartBody$Part createFormData(java.lang.String,java.lang.String) +com.google.android.material.R$string: int mtrl_picker_invalid_format +cyanogenmod.providers.CMSettings$Secure: boolean putFloatForUser(android.content.ContentResolver,java.lang.String,float,int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: java.lang.String getDesc() +com.jaredrummler.android.colorpicker.R$string: int abc_search_hint +wangdaye.com.geometricweather.R$string: int settings_title_notification_hide_icon +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_alertDialogStyle +androidx.preference.R$attr: int listPreferredItemPaddingStart +com.xw.repo.BubbleSeekBar: float getProgressFloat() +wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_scaleX +androidx.preference.R$styleable: int MenuItem_android_id +okhttp3.CacheControl: boolean isPrivate() +retrofit2.Retrofit$Builder: java.util.concurrent.Executor callbackExecutor +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_switchTextOn +androidx.constraintlayout.widget.R$dimen: int tooltip_margin +com.google.android.material.bottomnavigation.BottomNavigationView$SavedState +okhttp3.ResponseBody: void close() +com.google.android.material.button.MaterialButtonToggleGroup: int getVisibleButtonCount() +androidx.preference.R$color: int abc_tint_switch_track +james.adaptiveicon.R$styleable: int MenuView_android_windowAnimationStyle +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse +androidx.hilt.work.R$attr: int fontWeight +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getPm25() +androidx.appcompat.R$styleable: int[] SwitchCompat +cyanogenmod.weather.RequestInfo: int access$202(cyanogenmod.weather.RequestInfo,int) +okhttp3.internal.cache.DiskLruCache: java.util.LinkedHashMap lruEntries +com.turingtechnologies.materialscrollbar.R$attr: int arrowHeadLength +io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.R$layout: int design_navigation_item_header +cyanogenmod.themes.ThemeChangeRequest: long mWallpaperId +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setTotalPrecipitation(java.lang.Float) +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.turingtechnologies.materialscrollbar.R$attr: int helperTextEnabled +wangdaye.com.geometricweather.R$attr: int actionViewClass +androidx.legacy.coreutils.R$id: int time +wangdaye.com.geometricweather.R$id: int deltaRelative +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Metric: AccuCurrentResult$Past24HourTemperatureDeparture$Metric() +androidx.work.R$id: int notification_main_column +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX$InfoX info +com.xw.repo.bubbleseekbar.R$styleable: int PopupWindow_overlapAnchor +cyanogenmod.hardware.ICMHardwareService: int[] getDisplayGammaCalibration(int) +wangdaye.com.geometricweather.R$attr: int actionProviderClass +com.google.android.material.R$styleable: int Layout_maxHeight +com.turingtechnologies.materialscrollbar.R$style: int Base_V23_Theme_AppCompat +cyanogenmod.weather.WeatherInfo: java.lang.String mCity +androidx.constraintlayout.widget.R$styleable: int[] ViewBackgroundHelper +wangdaye.com.geometricweather.R$id: int item_about_header_appName +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Display2 +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: java.lang.String getGroupName() +wangdaye.com.geometricweather.R$styleable: int Badge_backgroundColor +wangdaye.com.geometricweather.R$id: int auto +cyanogenmod.providers.CMSettings$System: java.lang.String REVERSE_LOOKUP_PROVIDER +com.turingtechnologies.materialscrollbar.R$string: int abc_capital_off +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: int active +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_bias +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea AdministrativeArea +wangdaye.com.geometricweather.R$styleable: int Layout_chainUseRtl +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: void onError(java.lang.Throwable) +androidx.lifecycle.extensions.R$id: int visible_removing_fragment_view_tag +androidx.recyclerview.R$dimen: int notification_media_narrow_margin +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: void cancelLiveLockScreen(java.lang.String,int,int) +androidx.hilt.lifecycle.R$string: R$string() +cyanogenmod.weather.ICMWeatherManager +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver +cyanogenmod.app.CustomTile$ExpandedItem: android.app.PendingIntent onClickPendingIntent +androidx.constraintlayout.utils.widget.MotionTelltales: MotionTelltales(android.content.Context) +androidx.loader.R$id: int action_divider +android.didikee.donate.R$styleable: int Toolbar_titleTextAppearance +com.google.android.material.R$style: int Theme_MaterialComponents_DialogWhenLarge +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getProfileByName +androidx.preference.R$dimen: int abc_dialog_fixed_height_major +io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver parent +james.adaptiveicon.R$attr: int buttonBarNegativeButtonStyle +androidx.appcompat.R$styleable: int LinearLayoutCompat_dividerPadding +androidx.transition.R$id: int line3 +wangdaye.com.geometricweather.R$attr: int lastBaselineToBottomHeight +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_elevation_material +androidx.core.R$id: int right_icon +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeThunderstormPrecipitationProbability(java.lang.Float) +com.google.gson.FieldNamingPolicy: java.lang.String separateCamelCase(java.lang.String,java.lang.String) +com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Light +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_motionTarget +wangdaye.com.geometricweather.R$id: int widget_clock_day_aqiHumidity +wangdaye.com.geometricweather.R$dimen: int mtrl_fab_translation_z_pressed +okhttp3.internal.connection.RealConnection: void establishProtocol(okhttp3.internal.connection.ConnectionSpecSelector,int,okhttp3.Call,okhttp3.EventListener) +wangdaye.com.geometricweather.R$drawable: int weather_clear_day +io.reactivex.internal.subscriptions.SubscriptionHelper: io.reactivex.internal.subscriptions.SubscriptionHelper valueOf(java.lang.String) +androidx.hilt.R$attr: int fontStyle +wangdaye.com.geometricweather.R$id: int visible +androidx.constraintlayout.widget.R$styleable: int[] GradientColorItem +androidx.appcompat.R$attr: int actionModeCopyDrawable +com.google.android.material.R$styleable: int ViewStubCompat_android_inflatedId +com.google.android.material.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Ice Ice +com.turingtechnologies.materialscrollbar.R$dimen: int highlight_alpha_material_colored +com.jaredrummler.android.colorpicker.R$style: int Base_V7_Widget_AppCompat_Toolbar +androidx.appcompat.R$dimen: int abc_text_size_menu_header_material +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeSnowPrecipitationDuration +wangdaye.com.geometricweather.R$string: int tree +wangdaye.com.geometricweather.R$layout: int item_icon_provider +okhttp3.internal.http.RealInterceptorChain: int index +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX +com.google.android.material.R$id: int chip1 +com.google.android.material.R$attr: int textAppearanceListItemSecondary +androidx.hilt.work.R$styleable: int ColorStateListItem_android_color +com.google.android.material.R$drawable: int abc_switch_track_mtrl_alpha +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_switchPadding +com.turingtechnologies.materialscrollbar.R$id: int spacer +james.adaptiveicon.R$styleable: int AppCompatTheme_radioButtonStyle +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: void onComplete() +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: boolean checkTerminated(boolean,boolean,org.reactivestreams.Subscriber,java.util.concurrent.atomic.AtomicReference) +com.google.android.material.R$styleable: int MaterialCalendarItem_itemShapeAppearanceOverlay +com.google.android.material.internal.BaselineLayout +androidx.preference.R$attr: int windowActionModeOverlay +androidx.preference.R$style: int Preference_CheckBoxPreference +androidx.customview.R$styleable: int GradientColor_android_type +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_BottomAppBar_Surface +androidx.appcompat.widget.Toolbar: int getPopupTheme() +cyanogenmod.providers.DataUsageContract: int COLUMN_OF_SLOW_AVG +io.reactivex.Observable: io.reactivex.Observable buffer(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,java.util.concurrent.Callable) +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: long EpochDate +com.google.android.gms.common.SignInButton: void setEnabled(boolean) +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText +androidx.preference.R$styleable: int AppCompatTheme_actionBarSize +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Position: double lon +androidx.transition.R$dimen: R$dimen() +androidx.lifecycle.ViewModelStores: androidx.lifecycle.ViewModelStore of(androidx.fragment.app.FragmentActivity) +wangdaye.com.geometricweather.R$attr: int showSeekBarValue +androidx.preference.R$style: int Base_Widget_AppCompat_Button +wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity +wangdaye.com.geometricweather.R$integer: int show_password_duration +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void run() +com.jaredrummler.android.colorpicker.R$layout: int preference_widget_switch +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_section_text_position +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone: AccuLocationResult$TimeZone() +com.google.android.material.slider.RangeSlider: float getThumbElevation() +cyanogenmod.app.ICustomTileListener: void onListenerConnected() +androidx.core.R$id: int accessibility_custom_action_26 +androidx.appcompat.R$style: int Base_Theme_AppCompat_Light_DarkActionBar +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String getPrecipitationTextWithoutUnit(float) +androidx.preference.R$id: int line1 +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Dialog_Alert +com.google.android.material.R$layout: int abc_select_dialog_material +io.reactivex.Observable: java.lang.Object blockingLast(java.lang.Object) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: double HoursOfPrecipitation +androidx.appcompat.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton +androidx.appcompat.R$styleable: int AppCompatTheme_textColorAlertDialogListItem +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String COMPONENT_ID +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_alertDialogTheme +androidx.appcompat.widget.SwitchCompat: int getSwitchPadding() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial: java.lang.String Unit +androidx.appcompat.R$attr: int textAppearanceListItemSmall +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_min +androidx.recyclerview.R$id: int accessibility_custom_action_14 +androidx.savedstate.Recreator +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_transitionEasing +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.lang.Integer cloudCover +androidx.viewpager2.R$styleable: int RecyclerView_android_descendantFocusability +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: java.util.List getValue() +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub: android.os.IBinder asBinder() +androidx.preference.R$attr: int trackTint +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeDegreeDayTemperature +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeRealFeelShaderTemperature(java.lang.Integer) +james.adaptiveicon.R$attr: int contentInsetLeft +james.adaptiveicon.R$styleable: int SwitchCompat_track +com.google.android.material.R$drawable: int abc_scrubber_control_off_mtrl_alpha +androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour: androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour FIXED +androidx.appcompat.R$styleable: int ViewBackgroundHelper_backgroundTint +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: boolean isDisposed() +wangdaye.com.geometricweather.R$styleable: int TextAppearance_textLocale +cyanogenmod.app.ProfileGroup$1: cyanogenmod.app.ProfileGroup createFromParcel(android.os.Parcel) +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_getCurrentLiveLockScreen +james.adaptiveicon.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha +androidx.preference.R$id: int list_item +com.amap.api.location.AMapLocationQualityReport: void setInstallHighDangerMockApp(boolean) +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: void slideLockscreenIn() +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_SeekBar +okhttp3.CacheControl: boolean noCache +com.google.android.material.tabs.TabLayout: int getTabMode() +wangdaye.com.geometricweather.R$dimen: int large_margin +com.google.android.material.R$styleable: int BottomNavigationView_itemTextAppearanceInactive +androidx.constraintlayout.motion.widget.MotionLayout: void setDebugMode(int) +okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.util.concurrent.atomic.AtomicBoolean listRead +com.turingtechnologies.materialscrollbar.R$attr: int logo +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_thumbTintMode +retrofit2.ParameterHandler$1: ParameterHandler$1(retrofit2.ParameterHandler) +com.google.android.material.R$style: int Widget_MaterialComponents_TextInputEditText_FilledBox_Dense +com.google.android.material.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 +com.jaredrummler.android.colorpicker.R$styleable: int[] AppCompatImageView +wangdaye.com.geometricweather.R$drawable: int abc_list_longpressed_holo +wangdaye.com.geometricweather.R$id: int search_edit_frame +androidx.lifecycle.extensions.R$dimen: int notification_content_margin_start +androidx.preference.R$attr: int panelMenuListTheme +cyanogenmod.hardware.ICMHardwareService: cyanogenmod.hardware.DisplayMode[] getDisplayModes() +com.xw.repo.bubbleseekbar.R$styleable: int[] MenuGroup +wangdaye.com.geometricweather.R$dimen: int mtrl_progress_indicator_size +com.turingtechnologies.materialscrollbar.R$styleable: int[] AnimatedStateListDrawableItem +android.didikee.donate.R$attr: int titleTextColor +androidx.constraintlayout.widget.R$styleable: int SearchView_queryBackground +com.google.android.material.R$styleable: int ConstraintSet_android_layout_marginBottom +com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemIconSize +cyanogenmod.app.suggest.AppSuggestManager: cyanogenmod.app.suggest.AppSuggestManager getInstance(android.content.Context) +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: int complete +okhttp3.internal.io.FileSystem: void delete(java.io.File) +com.google.android.material.R$styleable: int TextInputLayout_shapeAppearance +com.xw.repo.bubbleseekbar.R$attr: int dropDownListViewStyle +org.greenrobot.greendao.database.DatabaseOpenHelper: void onUpgrade(android.database.sqlite.SQLiteDatabase,int,int) +com.xw.repo.bubbleseekbar.R$dimen: int abc_progress_bar_height_material +com.google.android.material.R$attr: int colorButtonNormal +androidx.constraintlayout.widget.R$style: int Platform_ThemeOverlay_AppCompat_Dark +androidx.swiperefreshlayout.R$style: int Widget_Compat_NotificationActionContainer +androidx.preference.R$style: int ThemeOverlay_AppCompat_Light +com.amap.api.location.AMapLocationClient: com.amap.api.location.LocationManagerBase b +wangdaye.com.geometricweather.R$string: int material_clock_display_divider +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Metric Metric +io.reactivex.internal.disposables.SequentialDisposable: long serialVersionUID +wangdaye.com.geometricweather.R$drawable: int notif_temp_36 +cyanogenmod.app.Profile: void doSelect(android.content.Context,com.android.internal.policy.IKeyguardService) +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_SearchView +com.google.android.material.R$attr: int boxBackgroundMode +cyanogenmod.app.Profile: java.util.Map streams +com.google.android.material.R$styleable: int Slider_tickVisible +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_collapseContentDescription +io.reactivex.internal.util.ErrorMode: io.reactivex.internal.util.ErrorMode IMMEDIATE +androidx.activity.R$id: int accessibility_custom_action_8 +okhttp3.HttpUrl: java.util.List pathSegments +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer degreeDayTemperature +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_elevation +com.google.android.material.progressindicator.ProgressIndicator: ProgressIndicator(android.content.Context) +wangdaye.com.geometricweather.R$attr: int listPreferredItemPaddingEnd +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Speed: double Value +com.google.android.material.R$id: int sawtooth +androidx.constraintlayout.widget.R$styleable: int GradientColor_android_centerColor +android.didikee.donate.R$styleable: int PopupWindow_overlapAnchor +com.jaredrummler.android.colorpicker.R$attr: int textAppearanceSmallPopupMenu +com.google.android.material.R$dimen: int compat_button_inset_vertical_material +cyanogenmod.themes.ThemeManager$1: void onFinish(boolean) +android.didikee.donate.R$attr: int borderlessButtonStyle +com.xw.repo.bubbleseekbar.R$layout: int abc_popup_menu_header_item_layout +wangdaye.com.geometricweather.R$attr: int tabIconTintMode +androidx.coordinatorlayout.R$dimen: int compat_control_corner_material +com.google.gson.stream.JsonReader: void setLenient(boolean) +wangdaye.com.geometricweather.R$id: int dialog_background_location_title +wangdaye.com.geometricweather.R$dimen: int default_dimension +androidx.dynamicanimation.R$styleable: int FontFamily_fontProviderFetchStrategy +com.amap.api.fence.GeoFenceClient: void addGeoFence(java.util.List,java.lang.String) +com.google.android.material.R$styleable: int AnimatedStateListDrawableTransition_android_toId +androidx.constraintlayout.widget.ConstraintLayout: int getMinWidth() +wangdaye.com.geometricweather.R$color: int bright_foreground_inverse_material_light +androidx.drawerlayout.R$style: int TextAppearance_Compat_Notification +wangdaye.com.geometricweather.R$id: int material_clock_period_toggle +androidx.constraintlayout.widget.R$dimen: int abc_list_item_padding_horizontal_material +okio.Okio$3: Okio$3() +io.reactivex.internal.schedulers.RxThreadFactory: java.lang.String prefix +retrofit2.ParameterHandler$PartMap: java.lang.reflect.Method method +cyanogenmod.providers.CMSettings$DiscreteValueValidator: boolean validate(java.lang.String) +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title +cyanogenmod.app.LiveLockScreenInfo: int PRIORITY_HIGH +androidx.appcompat.R$id: int src_in +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: boolean isPrecipitation() +com.turingtechnologies.materialscrollbar.R$color: int bright_foreground_material_light +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_default_height_material +androidx.hilt.R$dimen: int compat_control_corner_material +com.bumptech.glide.integration.okhttp.R$id: int actions +com.google.android.material.R$style: int Animation_AppCompat_Tooltip +wangdaye.com.geometricweather.R$drawable: int ic_github_light +com.google.android.material.chip.Chip: float getCloseIconEndPadding() +wangdaye.com.geometricweather.common.basic.models.weather.WindDegree: boolean isNoDirection() +com.jaredrummler.android.colorpicker.R$string: int abc_searchview_description_search +io.reactivex.internal.subscriptions.SubscriptionHelper +com.turingtechnologies.materialscrollbar.DateAndTimeIndicator: int getIndicatorWidth() +wangdaye.com.geometricweather.R$id: int dropdown_menu +androidx.work.R$id: int notification_main_column_container +retrofit2.ParameterHandler: retrofit2.ParameterHandler array() +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex today +androidx.dynamicanimation.R$styleable: int FontFamily_fontProviderAuthority +androidx.constraintlayout.widget.R$styleable: int StateListDrawable_android_visible +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeShareDrawable +androidx.appcompat.R$style: int Widget_Compat_NotificationActionContainer +com.turingtechnologies.materialscrollbar.R$attr: int ratingBarStyle +wangdaye.com.geometricweather.R$attr: int chipIconEnabled +wangdaye.com.geometricweather.R$drawable: int abc_btn_switch_to_on_mtrl_00012 +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_Button +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: boolean isValid() +androidx.preference.R$styleable: int Preference_android_dependency +com.google.android.material.R$color: int mtrl_textinput_disabled_color +androidx.appcompat.widget.FitWindowsViewGroup +androidx.appcompat.resources.R$styleable: int StateListDrawable_android_constantSize +james.adaptiveicon.R$attr: int contentInsetEndWithActions +okhttp3.internal.ws.RealWebSocket: void onReadMessage(okio.ByteString) +wangdaye.com.geometricweather.R$string: int key_icon_provider +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean speed +retrofit2.RequestBuilder: okhttp3.HttpUrl baseUrl +com.google.android.material.R$styleable: int Transition_staggered +cyanogenmod.externalviews.ExternalView: void onActivityResumed(android.app.Activity) +androidx.swiperefreshlayout.R$dimen: int notification_small_icon_size_as_large +androidx.work.ExistingPeriodicWorkPolicy: androidx.work.ExistingPeriodicWorkPolicy valueOf(java.lang.String) +androidx.hilt.R$anim: int fragment_open_exit +androidx.vectordrawable.R$id: int accessibility_custom_action_2 +wangdaye.com.geometricweather.R$attr: int bottom_text_size +com.autonavi.aps.amapapi.model.AMapLocationServer: void c(java.lang.String) +okio.SegmentedByteString: okio.ByteString sha1() +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_maxElementsWrap +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float getO3() +com.google.android.material.floatingactionbutton.FloatingActionButton: FloatingActionButton(android.content.Context,android.util.AttributeSet,int) +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void drain() +androidx.constraintlayout.widget.R$dimen: int abc_dropdownitem_icon_width +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Metric: java.lang.String Unit +com.turingtechnologies.materialscrollbar.R$id: int title +androidx.activity.R$id: int time +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getLongAbbreviation(android.content.Context) +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String unitId +androidx.appcompat.R$id: int accessibility_custom_action_5 +androidx.preference.R$id: int accessibility_custom_action_17 +okhttp3.internal.cache.DiskLruCache: java.lang.String READ +androidx.constraintlayout.widget.R$string: int abc_searchview_description_submit +wangdaye.com.geometricweather.R$animator: int weather_thunderstorm_3 +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_actionProviderClass +com.turingtechnologies.materialscrollbar.R$layout: int abc_action_menu_item_layout +com.google.android.material.slider.Slider: void setThumbElevationResource(int) +okio.BufferedSource: okio.ByteString readByteString(long) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property SunRiseDate +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_lon +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Compat_Notification +io.reactivex.internal.util.VolatileSizeArrayList: long serialVersionUID +james.adaptiveicon.R$styleable: int ActionBar_contentInsetEnd +cyanogenmod.app.ICustomTileListener$Stub$Proxy: void onCustomTileRemoved(org.cyanogenmod.internal.statusbar.IStatusBarCustomTileHolder) +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_Button_Colored +retrofit2.BuiltInConverters$StreamingResponseBodyConverter: okhttp3.ResponseBody convert(okhttp3.ResponseBody) +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Display3 +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: void onError(java.lang.Throwable) +androidx.dynamicanimation.R$dimen: int compat_button_padding_vertical_material +james.adaptiveicon.R$layout: int select_dialog_item_material +androidx.hilt.R$id: int forever +wangdaye.com.geometricweather.R$array: int language_values +com.amap.api.location.APSServiceBase +androidx.constraintlayout.widget.R$attr: int alertDialogButtonGroupStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX getWeather() +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) +androidx.preference.R$drawable: int abc_tab_indicator_material +com.turingtechnologies.materialscrollbar.R$styleable: R$styleable() retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: void onNext(retrofit2.Response) -wangdaye.com.geometricweather.search.SearchActivity -cyanogenmod.providers.CMSettings$Global: boolean putFloat(android.content.ContentResolver,java.lang.String,float) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain -wangdaye.com.geometricweather.R$string: int settings_title_notification_can_be_cleared -wangdaye.com.geometricweather.R$xml: int icon_provider_drawable_filter -com.turingtechnologies.materialscrollbar.R$attr: int defaultQueryHint -io.reactivex.Observable: io.reactivex.Observable retry(long) -androidx.appcompat.R$styleable: int AnimatedStateListDrawableCompat_android_dither -com.google.android.material.R$styleable: int KeyCycle_wavePeriod -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: long time -androidx.constraintlayout.widget.R$drawable: int abc_text_cursor_material -retrofit2.RequestBuilder: char[] HEX_DIGITS -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_elevation -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String WALLPAPER_URI -com.jaredrummler.android.colorpicker.R$dimen: int disabled_alpha_material_light -com.google.android.material.R$anim: int abc_slide_out_bottom -retrofit2.RequestFactory: retrofit2.RequestFactory parseAnnotations(retrofit2.Retrofit,java.lang.reflect.Method) -wangdaye.com.geometricweather.R$dimen: int material_clock_period_toggle_height -com.jaredrummler.android.colorpicker.R$dimen: int item_touch_helper_swipe_escape_velocity -io.reactivex.internal.observers.BlockingObserver: boolean isDisposed() -android.didikee.donate.R$id: int showCustom -okio.Okio: okio.AsyncTimeout timeout(java.net.Socket) -io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: void onError(java.lang.Throwable) -cyanogenmod.weather.WeatherInfo: java.lang.String toString() -androidx.preference.R$attr: int dropDownListViewStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: int getStatus() -retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter: java.lang.Object adapt(retrofit2.Call) -android.didikee.donate.R$attr: int textAllCaps -wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_text_light_focused -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionBar -cyanogenmod.app.CustomTileListenerService: android.os.IBinder onBind(android.content.Intent) -androidx.coordinatorlayout.R$attr: int layout_dodgeInsetEdges -com.google.android.material.R$styleable: int Chip_chipEndPadding -com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_android_dialogMessage -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_lineHeight -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: void onSuccess(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_elevation -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: long serialVersionUID -com.google.android.material.R$styleable: int AlertDialog_showTitle -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: java.lang.String insee -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_track -cyanogenmod.platform.Manifest$permission: java.lang.String PROTECTED_APP -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Sun: MfForecastResult$DailyForecast$Sun() -androidx.appcompat.widget.DropDownListView: void setSelectorEnabled(boolean) -com.jaredrummler.android.colorpicker.R$dimen: int hint_pressed_alpha_material_light -cyanogenmod.app.CustomTile$ExpandedStyle: android.widget.RemoteViews getContentViews() -wangdaye.com.geometricweather.db.entities.DailyEntityDao: wangdaye.com.geometricweather.db.converters.WindDegreeConverter nighttimeWindDegreeConverter -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title -okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Header$Listener access$100(okhttp3.internal.http2.Http2Stream) -okhttp3.internal.http.RealInterceptorChain: int writeTimeoutMillis() -com.turingtechnologies.materialscrollbar.R$style: int Animation_AppCompat_DropDownUp -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour PastHour -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_textAllCaps -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_CompoundButton_Switch -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem -androidx.constraintlayout.widget.R$attr: int ratingBarStyleSmall -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_defaultValue -okhttp3.MultipartBody$Part: okhttp3.MultipartBody$Part create(okhttp3.RequestBody) +wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: java.lang.Integer angle +androidx.preference.R$styleable: int Preference_android_enabled +androidx.appcompat.R$attr: int panelMenuListTheme +com.google.android.material.R$dimen: int mtrl_textinput_end_icon_margin_start +com.google.android.material.R$styleable: int Motion_drawPath +androidx.constraintlayout.widget.R$attr: int paddingStart +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_SearchView_ActionBar +okhttp3.internal.http2.Http2Connection$ReaderRunnable$1: okhttp3.internal.http2.Http2Stream val$newStream +okhttp3.Cache: okhttp3.internal.cache.CacheRequest put(okhttp3.Response) +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Menu +okhttp3.internal.connection.ConnectionSpecSelector: ConnectionSpecSelector(java.util.List) +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintStart_toEndOf +androidx.constraintlayout.widget.R$dimen: int abc_action_button_min_width_material +androidx.coordinatorlayout.R$id: int accessibility_custom_action_28 +cyanogenmod.content.Intent: java.lang.String ACTION_THEME_UPDATED +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: java.util.Date LocalObservationDateTime +wangdaye.com.geometricweather.common.ui.widgets.SquareFrameLayout +androidx.hilt.work.R$id: int accessibility_custom_action_29 +com.google.android.material.R$id: int fixed +com.xw.repo.bubbleseekbar.R$attr: int bsb_hide_bubble +androidx.constraintlayout.widget.R$styleable: int TextAppearance_fontVariationSettings +com.google.android.material.imageview.ShapeableImageView: void setStrokeWidthResource(int) +wangdaye.com.geometricweather.R$attr: int bsb_always_show_bubble_delay +androidx.preference.R$style: int PreferenceFragment +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PressureTendency: java.lang.String Code +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours +androidx.lifecycle.extensions.R$styleable: int GradientColor_android_startColor +androidx.transition.R$drawable: int notification_template_icon_low_bg +androidx.preference.R$styleable: int DialogPreference_dialogTitle +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_animate_relativeTo +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: int capacityHint +com.google.android.material.R$attr: int actionModeCopyDrawable +wangdaye.com.geometricweather.R$attr: int motionStagger +wangdaye.com.geometricweather.db.entities.DailyEntity: void setWeatherSource(java.lang.String) +cyanogenmod.app.CustomTile$1 +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_android_checkable +wangdaye.com.geometricweather.R$styleable: int ActionBar_backgroundStacked +retrofit2.ParameterHandler$Headers: int p +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setWind(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX) +androidx.appcompat.R$drawable: int abc_ic_arrow_drop_right_black_24dp +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_31 +com.github.rahatarmanahmed.cpv.CircularProgressView: android.graphics.Paint paint +com.google.android.material.circularreveal.CircularRevealLinearLayout: void setCircularRevealScrimColor(int) +com.jaredrummler.android.colorpicker.R$style: int Widget_Compat_NotificationActionText +com.amap.api.fence.GeoFenceManagerBase: void pauseGeoFence() +io.reactivex.Observable: io.reactivex.Single lastOrError() +com.google.android.material.slider.Slider: void setThumbStrokeColorResource(int) +com.google.android.material.R$styleable: int AppCompatTheme_actionModeStyle +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleMarginTop +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator QS_SHOW_BRIGHTNESS_SLIDER_VALIDATOR +androidx.viewpager2.R$styleable: int GradientColor_android_startColor +james.adaptiveicon.R$styleable: int LinearLayoutCompat_dividerPadding +android.didikee.donate.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset +okio.BufferedSource: void readFully(okio.Buffer,long) +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String latitude +wangdaye.com.geometricweather.R$id: int notification_base_time +cyanogenmod.app.StatusBarPanelCustomTile: java.lang.Object clone() +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SNOW_SHOWERS +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight +wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List minutelyForecast +androidx.preference.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item +james.adaptiveicon.R$styleable: int AppCompatTheme_colorControlActivated +cyanogenmod.weather.RequestInfo$Builder +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: java.lang.String getSpeed() +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: long serialVersionUID +com.jaredrummler.android.colorpicker.R$styleable: int ViewBackgroundHelper_backgroundTint +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_star_black_36dp +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver parent +com.google.android.material.R$string: int abc_menu_ctrl_shortcut_label +com.google.android.material.R$styleable: int[] ShapeAppearance +com.google.android.material.R$dimen: int design_navigation_separator_vertical_padding +okio.ByteString: okio.ByteString toAsciiUppercase() +com.turingtechnologies.materialscrollbar.R$id: int action_mode_close_button +androidx.constraintlayout.widget.R$attr: int motionStagger +com.amap.api.fence.GeoFence: java.lang.String getPendingIntentAction() +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_chainUseRtl +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ENABLE_REVERSE_LOOKUP_VALIDATOR +okhttp3.internal.cache2.Relay +com.amap.api.location.LocationManagerBase: void setLocationListener(com.amap.api.location.AMapLocationListener) +cyanogenmod.weather.CMWeatherManager$WeatherUpdateRequestListener: void onWeatherRequestCompleted(int,cyanogenmod.weather.WeatherInfo) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getUvLevel() +androidx.appcompat.R$color: int abc_tint_btn_checkable +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeCloseDrawable +androidx.work.R$styleable: int[] GradientColor +com.google.android.material.R$styleable: int Constraint_android_layout_marginBottom +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableLeftCompat +com.google.android.material.circularreveal.CircularRevealLinearLayout: void setCircularRevealOverlayDrawable(android.graphics.drawable.Drawable) +com.turingtechnologies.materialscrollbar.R$string: int abc_searchview_description_voice +com.amap.api.fence.DistrictItem: java.lang.String getAdcode() +com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding: com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding QUALITY +androidx.appcompat.R$style: int Widget_AppCompat_ListView_DropDown +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: void setBrandId(java.lang.String) +androidx.constraintlayout.utils.widget.ImageFilterButton: float getCrossfade() +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: long serialVersionUID +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_DropDownItem +com.jaredrummler.android.colorpicker.R$bool: int abc_config_actionMenuItemAllCaps +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$TotalLiquid: java.lang.String Unit +okhttp3.internal.http2.Http2Codec: okhttp3.Protocol protocol +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.WindowManager$LayoutParams access$400(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Metric: int UnitType +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Snow: int UnitType +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_SearchResult_Title +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: java.util.Date pubTime com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_MinWidth_Bridge -androidx.dynamicanimation.R$drawable: int notification_tile_bg -androidx.viewpager.R$styleable: int ColorStateListItem_android_alpha -com.google.android.material.R$styleable: int FloatingActionButton_pressedTranslationZ -wangdaye.com.geometricweather.R$drawable: int weather_rain_mini_xml -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: int ON_COMPLETE -com.google.android.material.R$dimen: int mtrl_fab_min_touch_target -okhttp3.internal.platform.OptionalMethod: OptionalMethod(java.lang.Class,java.lang.String,java.lang.Class[]) -androidx.constraintlayout.widget.R$id: int textSpacerNoButtons -wangdaye.com.geometricweather.R$attr: int adjustable -android.didikee.donate.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth -androidx.fragment.R$id: int accessibility_custom_action_29 -wangdaye.com.geometricweather.R$color: int notification_icon_bg_color -androidx.preference.R$color: int abc_btn_colored_text_material -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 -com.google.android.material.R$styleable: int[] ButtonBarLayout -com.xw.repo.bubbleseekbar.R$attr: int tickMarkTintMode -androidx.constraintlayout.widget.R$drawable: int btn_checkbox_checked_to_unchecked_mtrl_animation -wangdaye.com.geometricweather.R$dimen: int abc_seekbar_track_background_height_material -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: io.reactivex.internal.queue.SpscLinkedArrayQueue queue -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onScreenTurnedOn() -wangdaye.com.geometricweather.common.basic.models.weather.Wind: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree degree -io.reactivex.internal.subscriptions.SubscriptionArbiter: java.util.concurrent.atomic.AtomicLong missedRequested -cyanogenmod.app.StatusBarPanelCustomTile: int initialPid -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: java.lang.String getDesc() -androidx.swiperefreshlayout.R$dimen: R$dimen() -retrofit2.ParameterHandler$HeaderMap: void apply(retrofit2.RequestBuilder,java.lang.Object) -androidx.viewpager.R$styleable: int FontFamilyFont_fontStyle -androidx.preference.R$styleable: int Spinner_android_dropDownWidth -com.google.android.material.R$attr: int boxBackgroundMode -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int ISOLATED_THUNDERSHOWERS -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub: java.lang.String DESCRIPTOR -androidx.customview.R$dimen: int notification_small_icon_background_padding -androidx.activity.R$styleable: int[] GradientColorItem -com.github.rahatarmanahmed.cpv.CircularProgressView: void resetAnimation() -wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_keylines -com.turingtechnologies.materialscrollbar.R$styleable: int[] SwitchCompat -androidx.vectordrawable.R$id: int accessibility_custom_action_17 -androidx.appcompat.widget.AppCompatTextView: android.content.res.ColorStateList getSupportBackgroundTintList() -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle -com.amap.api.fence.PoiItem: void setPoiId(java.lang.String) -androidx.constraintlayout.widget.R$id: int packed -wangdaye.com.geometricweather.R$id: int treeIcon -com.google.android.material.R$dimen: int mtrl_btn_padding_left -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: int status -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarTheme -okhttp3.HttpUrl: java.util.List pathSegments() -cyanogenmod.providers.CMSettings$Secure$1: CMSettings$Secure$1() -wangdaye.com.geometricweather.R$attr: int autoSizeStepGranularity -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle -androidx.coordinatorlayout.R$style: R$style() -androidx.legacy.coreutils.R$id: int right_icon -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge -retrofit2.ParameterHandler$FieldMap -com.google.android.material.R$styleable: int Chip_chipIconEnabled -cyanogenmod.externalviews.KeyguardExternalView$4: void run() -androidx.core.R$styleable: int[] GradientColorItem -com.amap.api.location.APSServiceBase: int onStartCommand(android.content.Intent,int,int) -androidx.appcompat.R$styleable: int ActionBarLayout_android_layout_gravity -com.google.android.gms.base.R$drawable: int common_google_signin_btn_text_dark -io.reactivex.Observable: io.reactivex.Observable switchOnNextDelayError(io.reactivex.ObservableSource,int) -cyanogenmod.app.CustomTile$ListExpandedStyle -androidx.appcompat.R$anim: int abc_slide_in_top -okhttp3.internal.http2.Http2Connection: void setSettings(okhttp3.internal.http2.Settings) -wangdaye.com.geometricweather.R$color: int dim_foreground_material_light -androidx.fragment.R$styleable: int FragmentContainerView_android_tag -com.google.android.material.R$styleable: int MaterialCardView_android_checkable -androidx.appcompat.R$styleable: int ActionBar_height -com.amap.api.location.CoordUtil: CoordUtil() -io.reactivex.internal.disposables.SequentialDisposable: boolean replace(io.reactivex.disposables.Disposable) -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: boolean isDisposed() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: java.lang.String getPubTime() -com.google.android.material.R$styleable: int StateListDrawable_android_visible -androidx.hilt.R$id: int accessibility_custom_action_10 -james.adaptiveicon.R$color: int switch_thumb_material_dark -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_AutoCompleteTextView -com.google.android.material.textfield.TextInputLayout: void setCounterMaxLength(int) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_orientation -com.google.android.material.R$styleable: int PropertySet_visibilityMode -androidx.appcompat.R$styleable: int ActionBar_progressBarStyle -cyanogenmod.profiles.AirplaneModeSettings: boolean mOverride -android.didikee.donate.R$dimen: int abc_control_inset_material -cyanogenmod.weather.WeatherInfo$DayForecast$Builder: cyanogenmod.weather.WeatherInfo$DayForecast$Builder setLow(double) -androidx.preference.R$attr: int autoCompleteTextViewStyle -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.lang.String getLongDate(android.content.Context) -james.adaptiveicon.R$styleable: int AppCompatTextView_fontFamily -cyanogenmod.hardware.DisplayMode$1: DisplayMode$1() -com.google.android.material.R$style: int Base_Widget_MaterialComponents_Slider -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedNoLast: void run() -androidx.dynamicanimation.R$styleable: int GradientColor_android_centerX -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void onError(java.lang.Throwable) -androidx.hilt.R$dimen: int compat_notification_large_icon_max_height -android.didikee.donate.R$styleable: int MenuItem_contentDescription -okio.RealBufferedSink: long writeAll(okio.Source) -io.reactivex.internal.disposables.DisposableHelper: boolean setOnce(java.util.concurrent.atomic.AtomicReference,io.reactivex.disposables.Disposable) -okhttp3.internal.http2.Hpack$Reader: Hpack$Reader(int,okio.Source) -androidx.appcompat.resources.R$dimen -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Inverse -wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Error -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatImageView_srcCompat -cyanogenmod.externalviews.ExternalViewProviderService$1: cyanogenmod.externalviews.ExternalViewProviderService this$0 -com.xw.repo.bubbleseekbar.R$drawable: int abc_tab_indicator_mtrl_alpha -androidx.drawerlayout.R$styleable: int ColorStateListItem_android_color -com.jaredrummler.android.colorpicker.R$layout: int notification_template_custom_big -wangdaye.com.geometricweather.R$styleable: int[] ActionBar -androidx.fragment.R$attr: int fontProviderFetchTimeout -james.adaptiveicon.R$styleable: int FontFamily_fontProviderQuery -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_month_vertical_padding -com.google.android.material.R$string: int exposed_dropdown_menu_content_description -android.didikee.donate.R$color: int background_material_light -okhttp3.CacheControl: boolean mustRevalidate -wangdaye.com.geometricweather.background.receiver.widget.AbstractWidgetProvider: AbstractWidgetProvider() -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_EditText -androidx.constraintlayout.widget.R$attr: int paddingBottomNoButtons -androidx.appcompat.widget.AppCompatCheckedTextView: AppCompatCheckedTextView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit: java.lang.String unitAbbreviation -wangdaye.com.geometricweather.R$string: int feedback_live_wallpaper_day_night_type -wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableTransition_android_drawable -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void onSubscribe(io.reactivex.disposables.Disposable) -okio.Buffer: long read(okio.Buffer,long) -okhttp3.RealCall: okhttp3.Request originalRequest -org.greenrobot.greendao.AbstractDao: void deleteInTxInternal(java.lang.Iterable,java.lang.Iterable) -androidx.appcompat.widget.SearchView: void setOnSearchClickListener(android.view.View$OnClickListener) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator PEOPLE_LOOKUP_PROVIDER_VALIDATOR -androidx.customview.R$dimen: int notification_right_icon_size -com.turingtechnologies.materialscrollbar.R$attr: int tabIndicatorAnimationDuration -okhttp3.internal.connection.RealConnection: okhttp3.Protocol protocol() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onPanelClosed(int,android.view.Menu) -wangdaye.com.geometricweather.R$anim: int design_bottom_sheet_slide_in -cyanogenmod.weatherservice.ServiceRequest: void cancel() -com.turingtechnologies.materialscrollbar.R$attr: int actionModeFindDrawable -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_toLeftOf -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: java.util.List value -wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout: FitHorizontalSystemBarRootLayout(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintTop_toBottomOf -com.google.android.material.R$styleable: int Layout_layout_constraintWidth_default -androidx.recyclerview.R$dimen: int notification_right_side_padding_top -wangdaye.com.geometricweather.R$styleable: int[] ListPreference -com.google.android.material.R$styleable: int ConstraintSet_layout_editor_absoluteY -wangdaye.com.geometricweather.R$color: int mtrl_navigation_item_background_color -okhttp3.internal.ws.RealWebSocket: int receivedCloseCode -android.support.v4.os.ResultReceiver$MyRunnable: android.os.Bundle mResultData -androidx.appcompat.R$style: int Theme_AppCompat_Empty -com.google.android.material.R$styleable: int ConstraintSet_flow_verticalAlign -wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_marginBottom -androidx.coordinatorlayout.R$id: int text -androidx.appcompat.R$dimen: int abc_search_view_preferred_height -retrofit2.Utils$GenericArrayTypeImpl -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_trackTintMode -cyanogenmod.app.ICMTelephonyManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -wangdaye.com.geometricweather.common.basic.models.weather.History: int daytimeTemperature -wangdaye.com.geometricweather.background.service.TileService -com.google.android.material.chip.Chip: void setTextStartPaddingResource(int) -cyanogenmod.externalviews.KeyguardExternalView$9 -com.google.android.material.R$attr: int tabPaddingStart -androidx.swiperefreshlayout.R$styleable: int SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Direction -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_goneMarginBottom -androidx.constraintlayout.widget.R$id: int wrap_content -okhttp3.internal.cache.DiskLruCache: void rebuildJournal() -androidx.preference.R$attr: int editTextBackground -james.adaptiveicon.R$style: int Base_V7_Theme_AppCompat_Dialog +androidx.preference.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle +james.adaptiveicon.R$styleable: int AlertDialog_singleChoiceItemLayout +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice$AdviceContext +com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawable_android_visible +androidx.constraintlayout.widget.R$drawable: int abc_ic_star_black_16dp +wangdaye.com.geometricweather.R$drawable: int notif_temp_50 +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionOverflowMenuStyle +androidx.preference.R$styleable: int AppCompatTextHelper_android_drawableEnd +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: CaiYunMainlyResult$ForecastHourlyBean() +cyanogenmod.providers.CMSettings$InclusiveFloatRangeValidator +androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type CENTER_Y +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow snow +androidx.preference.R$attr: int buttonBarPositiveButtonStyle +android.didikee.donate.R$styleable: int[] TextAppearance +com.xw.repo.bubbleseekbar.R$string: int abc_searchview_description_clear +androidx.appcompat.R$styleable: int FontFamilyFont_fontWeight +androidx.dynamicanimation.R$id: int tag_transition_group +com.xw.repo.bubbleseekbar.R$attr: int dividerVertical +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_1 +wangdaye.com.geometricweather.R$attr: int touchAnchorId +com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_allowCustom +android.didikee.donate.R$dimen: int abc_text_size_body_1_material +com.xw.repo.bubbleseekbar.R$style: int Widget_Support_CoordinatorLayout +androidx.preference.PreferenceDialogFragmentCompat +androidx.preference.R$styleable: int SwitchPreference_disableDependentsState +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property Longitude +org.greenrobot.greendao.AbstractDao: void saveInTx(java.lang.Object[]) +com.google.android.material.R$styleable: int Transition_transitionDisable +com.google.android.material.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated +com.google.android.material.R$styleable: int Constraint_flow_firstHorizontalStyle +james.adaptiveicon.R$dimen: int abc_edit_text_inset_horizontal_material +androidx.hilt.lifecycle.R$style: int TextAppearance_Compat_Notification_Time +wangdaye.com.geometricweather.R$color: int abc_hint_foreground_material_dark +androidx.vectordrawable.R$layout: int notification_action +wangdaye.com.geometricweather.R$drawable: int weather_haze_pixel +okhttp3.internal.cache.DiskLruCache: boolean remove(java.lang.String) +androidx.appcompat.R$styleable: int ActionBar_contentInsetEndWithActions +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX: CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX() +com.xw.repo.bubbleseekbar.R$styleable: int[] LinearLayoutCompat +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ListMenuView +com.jaredrummler.android.colorpicker.ColorPanelView: void setBorderColor(int) +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_DialogWhenLarge +com.google.android.material.R$id: int mtrl_card_checked_layer_id +james.adaptiveicon.R$attr: int background +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintTop_toTopOf +wangdaye.com.geometricweather.R$color: int button_material_dark +androidx.constraintlayout.widget.R$styleable: int[] State +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: boolean requestDismiss() +android.didikee.donate.R$color: int switch_thumb_disabled_material_light +androidx.hilt.R$drawable: int notification_bg_normal_pressed +androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_width +android.didikee.donate.R$dimen: int abc_dialog_min_width_minor +okhttp3.internal.http2.Http2Connection$Listener$1 +androidx.constraintlayout.utils.widget.ImageFilterView: float getWarmth() +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_editor_absoluteY +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeRainPrecipitation() +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeSnowPrecipitation(java.lang.Float) +cyanogenmod.library.R$attr +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getAqiText() +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_CompactMenu +wangdaye.com.geometricweather.R$attr: int collapsingToolbarLayoutStyle +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_indeterminateProgressStyle +androidx.preference.R$attr: int min +androidx.vectordrawable.animated.R$dimen: R$dimen() +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability getPrecipitationProbability() +androidx.viewpager.R$styleable: int GradientColorItem_android_offset +io.reactivex.Observable: io.reactivex.Observable concat(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource) +androidx.lifecycle.LifecycleService: void onDestroy() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setAlertId(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Direction: java.lang.String Localized +com.jaredrummler.android.colorpicker.R$id: int textSpacerNoTitle +com.google.android.material.R$id: int icon_group +wangdaye.com.geometricweather.R$attr: int initialExpandedChildrenCount +com.turingtechnologies.materialscrollbar.R$styleable: int ViewBackgroundHelper_android_background +wangdaye.com.geometricweather.R$styleable: int Preference_android_layout +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 +okhttp3.internal.cache.DiskLruCache: okhttp3.internal.io.FileSystem fileSystem +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Inverse +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: java.lang.String getNewX() +androidx.hilt.R$id: int accessibility_custom_action_5 +androidx.preference.R$attr: int arrowHeadLength +com.amap.api.fence.GeoFence: int ERROR_CODE_UNKNOWN +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String getPrecipitationText(android.content.Context,float) +com.google.android.material.R$styleable: int AppCompatTheme_colorControlHighlight +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: java.lang.Integer getCloudCover() +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceHeadline4 +com.bumptech.glide.R$attr: int fontProviderPackage +androidx.preference.R$style: int TextAppearance_AppCompat_Display4 +okhttp3.internal.http2.Hpack: int PREFIX_7_BITS +retrofit2.OkHttpCall: java.lang.Throwable creationFailure +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_CompoundButton_RadioButton +okio.Pipe$PipeSource: Pipe$PipeSource(okio.Pipe) +wangdaye.com.geometricweather.R$string: int daily_overview +androidx.coordinatorlayout.R$styleable: int FontFamily_fontProviderFetchTimeout +androidx.hilt.work.R$styleable: int[] FragmentContainerView +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void subscribeNext() +wangdaye.com.geometricweather.R$id: int test_radiobutton_app_button_tint +retrofit2.Retrofit: Retrofit(okhttp3.Call$Factory,okhttp3.HttpUrl,java.util.List,java.util.List,java.util.concurrent.Executor,boolean) +androidx.customview.R$drawable: R$drawable() +androidx.constraintlayout.widget.R$attr: int layout_constraintWidth_default +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator VOLUME_ADJUST_SOUNDS_ENABLED_VALIDATOR +org.greenrobot.greendao.AbstractDao: long executeInsert(java.lang.Object,org.greenrobot.greendao.database.DatabaseStatement,boolean) +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: int getSuggestedMinimumHeight() +io.reactivex.internal.queue.SpscArrayQueue +androidx.constraintlayout.widget.R$dimen: int abc_list_item_height_material +wangdaye.com.geometricweather.R$id: int widget_day_card +cyanogenmod.profiles.RingModeSettings: android.os.Parcelable$Creator CREATOR +com.turingtechnologies.materialscrollbar.DragScrollBar: float getHandleOffset() +androidx.constraintlayout.helper.widget.Layer: Layer(android.content.Context) +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean +androidx.work.R$styleable: int[] ColorStateListItem +wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition: wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition ABOVE_LINE +wangdaye.com.geometricweather.R$string: int key_daily_trend_display +com.xw.repo.bubbleseekbar.R$drawable: int abc_textfield_search_material +com.xw.repo.bubbleseekbar.R$style: int Base_V22_Theme_AppCompat_Light +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActivityChooserView +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int FAIR_DAY +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Headline +okhttp3.ConnectionPool: long cleanup(long) +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxStrokeWidthFocused +cyanogenmod.library.R$attr: R$attr() +com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_select_handle_left_mtrl_dark +androidx.dynamicanimation.R$dimen: int notification_top_pad_large_text +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowFixedWidthMinor +com.xw.repo.bubbleseekbar.R$drawable: int abc_text_select_handle_left_mtrl_light +cyanogenmod.weatherservice.ServiceRequestResult: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_helperTextEnabled +androidx.appcompat.R$styleable: int AppCompatTheme_windowFixedWidthMinor +okhttp3.internal.connection.RealConnection: void startHttp2(int) +com.google.android.material.slider.BaseSlider: float getMinSeparation() +com.google.android.material.R$styleable: int Constraint_barrierDirection +okhttp3.internal.ws.RealWebSocket$1: void run() +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: long serialVersionUID +com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_CONNECTION +james.adaptiveicon.R$drawable: int abc_seekbar_tick_mark_material +wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode DAY +com.baidu.location.indoor.mapversion.c.c$b: double c +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List getMinutelyEntityList() +wangdaye.com.geometricweather.R$attr: int bsb_track_size +okhttp3.RequestBody$1: RequestBody$1(okhttp3.MediaType,okio.ByteString) +cyanogenmod.weather.IRequestInfoListener$Stub: java.lang.String DESCRIPTOR +android.didikee.donate.R$dimen: int abc_action_button_min_width_overflow_material +android.didikee.donate.R$layout: int notification_action +androidx.constraintlayout.widget.R$layout: int abc_activity_chooser_view +okio.Utf8: long size(java.lang.String) +androidx.preference.R$id: int titleDividerNoCustom +io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function5) +wangdaye.com.geometricweather.background.polling.permanent.observer.TimeObserverService +com.turingtechnologies.materialscrollbar.R$attr: int chipMinHeight +wangdaye.com.geometricweather.R$id: int peekHeight +androidx.preference.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable +androidx.preference.R$styleable: int Toolbar_android_gravity +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_19 +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintCircle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX names +androidx.cardview.widget.CardView: void setCardBackgroundColor(int) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind wind +androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat +androidx.appcompat.R$id: int textSpacerNoTitle wangdaye.com.geometricweather.R$attr: int selectableItemBackgroundBorderless -com.google.android.material.R$style: int Widget_MaterialComponents_TextInputEditText_FilledBox_Dense -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean requestDismissAndStartActivity(android.content.Intent) -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode THUNDER -com.amap.api.location.AMapLocation: void setErrorCode(int) -android.didikee.donate.R$styleable: int ActionBar_progressBarPadding -com.google.android.material.R$styleable: int Chip_shapeAppearance -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: int STATE_RESULT_VALUE -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer getRealFeelTemperature() -okhttp3.internal.http2.Http2Stream$FramingSource -com.google.android.material.R$string: int mtrl_picker_toggle_to_text_input_mode -com.google.android.material.R$styleable: int ActionBar_contentInsetLeft -androidx.activity.R$styleable: int FontFamilyFont_ttcIndex -wangdaye.com.geometricweather.R$attr: int positiveButtonText -com.google.android.material.R$attr: int region_widthMoreThan -androidx.preference.R$styleable: int DialogPreference_android_dialogTitle -wangdaye.com.geometricweather.R$layout: int material_clockface_textview -androidx.appcompat.R$anim: int btn_checkbox_to_unchecked_icon_null_animation -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Weather: java.lang.String icon -androidx.viewpager2.R$dimen: int item_touch_helper_swipe_escape_velocity -androidx.constraintlayout.widget.R$attr: int onCross -androidx.activity.R$dimen: int compat_button_inset_vertical_material -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int DUST -androidx.work.R$id: int tag_unhandled_key_event_manager -android.didikee.donate.R$styleable: int[] MenuItem -androidx.lifecycle.SavedStateHandleController: void attachHandleIfNeeded(androidx.lifecycle.ViewModel,androidx.savedstate.SavedStateRegistry,androidx.lifecycle.Lifecycle) -james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_drawableEnd -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void setDisposable(io.reactivex.disposables.Disposable) -okio.ForwardingSink: void flush() -wangdaye.com.geometricweather.R$id: int multiply -androidx.dynamicanimation.R$styleable: int GradientColorItem_android_color -wangdaye.com.geometricweather.R$color: int notification_background_rootDark -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_19 -retrofit2.HttpException: int code -android.didikee.donate.R$styleable: int AppCompatTheme_colorBackgroundFloating -retrofit2.HttpServiceMethod: retrofit2.Converter createResponseConverter(retrofit2.Retrofit,java.lang.reflect.Method,java.lang.reflect.Type) -cyanogenmod.hardware.ICMHardwareService: int[] getDisplayColorCalibration() -wangdaye.com.geometricweather.R$styleable: int[] MaterialCalendar -wangdaye.com.geometricweather.R$drawable: int notif_temp_29 -cyanogenmod.providers.CMSettings$Secure: java.lang.String DEVELOPMENT_SHORTCUT -androidx.recyclerview.R$id: int action_image -james.adaptiveicon.R$attr: int collapseContentDescription -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textColorSearchUrl -com.google.android.material.R$attr: int tabGravity -wangdaye.com.geometricweather.R$id: int cpv_color_panel_new -wangdaye.com.geometricweather.R$id: int view_offset_helper -androidx.constraintlayout.widget.R$drawable: int abc_textfield_activated_mtrl_alpha -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon Moon -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem -androidx.preference.R$styleable: int PreferenceFragmentCompat_android_layout -androidx.constraintlayout.widget.R$string: R$string() -com.jaredrummler.android.colorpicker.R$styleable: int[] MenuGroup -androidx.hilt.lifecycle.R$attr: int fontVariationSettings -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Weather -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setShowMotionSpec(com.google.android.material.animation.MotionSpec) -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void onError(java.lang.Throwable) -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Display3 -james.adaptiveicon.R$styleable: int AppCompatTheme_dialogTheme -wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: java.lang.Integer getAngle() -com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getThumbStrokeColor() -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver otherObserver -com.turingtechnologies.materialscrollbar.R$style: int Platform_Widget_AppCompat_Spinner -androidx.constraintlayout.widget.R$attr: int layout_constraintGuide_end -cyanogenmod.profiles.ConnectionSettings: boolean mDirty -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_rotationY -wangdaye.com.geometricweather.R$drawable: int weather_wind_mini_xml -wangdaye.com.geometricweather.R$id: int widget_week_temp_3 -androidx.coordinatorlayout.R$dimen: int notification_large_icon_width -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: boolean hasKey(java.lang.Object) -wangdaye.com.geometricweather.R$attr: int autoSizeMaxTextSize -androidx.appcompat.R$layout: int abc_tooltip -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void subscribe(io.reactivex.ObservableSource[],int) -androidx.preference.R$attr: int colorControlHighlight -com.bumptech.glide.R$dimen: R$dimen() -androidx.appcompat.resources.R$drawable: int notification_tile_bg -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputEditText_FilledBox -com.turingtechnologies.materialscrollbar.R$attr: int autoSizeStepGranularity -wangdaye.com.geometricweather.R$drawable: int notif_temp_104 -androidx.appcompat.R$dimen: int abc_dropdownitem_text_padding_right -com.jaredrummler.android.colorpicker.R$attr: int buttonStyle -androidx.core.R$id: int accessibility_custom_action_2 -androidx.hilt.R$id: int accessibility_custom_action_6 -okhttp3.ConnectionPool$1: void run() -com.google.gson.stream.JsonWriter: boolean isHtmlSafe() -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: long serialVersionUID -james.adaptiveicon.R$attr: int divider -com.google.android.material.R$dimen: int tooltip_precise_anchor_extra_offset -cyanogenmod.themes.ThemeManager: java.lang.String access$100() -retrofit2.Response: okhttp3.ResponseBody errorBody() -james.adaptiveicon.R$attr: int showDividers -retrofit2.Platform$Android: java.util.concurrent.Executor defaultCallbackExecutor() -androidx.vectordrawable.R$id: int notification_main_column_container -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: java.lang.String brandId -com.google.android.material.R$color: int material_on_surface_emphasis_medium -android.didikee.donate.R$styleable: int AppCompatTheme_colorControlActivated -okhttp3.internal.connection.StreamAllocation: java.net.Socket releaseAndAcquire(okhttp3.internal.connection.RealConnection) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Weather: java.lang.String desc -androidx.appcompat.resources.R$id: int dialog_button -androidx.hilt.work.R$bool: int enable_system_job_service_default -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintStart_toStartOf -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.Temperature getTemperature() -wangdaye.com.geometricweather.R$drawable: int ic_map_clock -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIcon -wangdaye.com.geometricweather.R$attr: int actionBarTheme -com.amap.api.fence.PoiItem: java.lang.String getPoiType() -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_FixedSize -androidx.preference.R$styleable: int RecyclerView_spanCount -com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_corner_radius_material -cyanogenmod.providers.CMSettings$System: java.lang.String KEY_HOME_LONG_PRESS_ACTION -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: void cancel() -androidx.drawerlayout.R$attr: int fontProviderQuery -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: java.lang.Integer alti -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial: double Value -com.turingtechnologies.materialscrollbar.R$drawable: int ic_mtrl_chip_close_circle -com.google.android.material.R$styleable: int AppBarLayout_liftOnScrollTargetViewId -com.bumptech.glide.load.HttpException: HttpException(java.lang.String,int) -okhttp3.internal.http2.Http2: java.io.IOException ioException(java.lang.String,java.lang.Object[]) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHorizontal_chainStyle -androidx.loader.R$attr: int fontProviderQuery -io.reactivex.Observable: io.reactivex.Observable merge(java.lang.Iterable,int) -androidx.appcompat.R$attr: int alertDialogButtonGroupStyle -androidx.lifecycle.Transformations$2: androidx.lifecycle.LiveData mSource -okhttp3.MultipartBody$Part: okhttp3.RequestBody body -androidx.appcompat.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle -wangdaye.com.geometricweather.R$color: int secondary_text_disabled_material_dark -androidx.recyclerview.R$id: int accessibility_custom_action_12 -com.turingtechnologies.materialscrollbar.R$attr: int msb_hideDelayInMilliseconds -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator CAMERA_SLEEP_ON_RELEASE_VALIDATOR -androidx.appcompat.R$dimen: int tooltip_corner_radius -wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customStringValue -com.google.android.gms.base.R$styleable: int LoadingImageView_circleCrop -androidx.hilt.work.R$styleable: int[] Fragment -james.adaptiveicon.R$attr: int listPreferredItemHeightLarge -com.google.android.material.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader -androidx.recyclerview.R$styleable: int GradientColor_android_endColor -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_prefixText -wangdaye.com.geometricweather.R$drawable: int cpv_btn_background_pressed -wangdaye.com.geometricweather.R$drawable: int ic_navigation -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int MIXED_RAIN_AND_HAIL -io.reactivex.internal.observers.LambdaObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$color: int mtrl_card_view_ripple -wangdaye.com.geometricweather.R$id: int path -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_seekBarStyle -com.jaredrummler.android.colorpicker.R$drawable: int abc_list_selector_background_transition_holo_light -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: java.lang.String getDistanceText(android.content.Context,float) -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher: androidx.lifecycle.LifecycleOwner mLifecycle -com.google.android.gms.base.R$drawable: int googleg_disabled_color_18 -wangdaye.com.geometricweather.common.basic.models.weather.WindDegree: boolean isNoDirection() -wangdaye.com.geometricweather.R$attr: int inverse -androidx.customview.view.AbsSavedState -com.google.android.material.R$attr: int statusBarForeground -cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onScreenTurnedOff() -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Dialog -okio.ByteString: boolean startsWith(okio.ByteString) -com.xw.repo.bubbleseekbar.R$id: int default_activity_button -androidx.viewpager2.R$dimen: int item_touch_helper_max_drag_scroll_per_frame -com.google.android.material.R$id: int TOP_END -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_3 -okhttp3.internal.Util: int checkDuration(java.lang.String,long,java.util.concurrent.TimeUnit) -androidx.preference.R$attr: int icon -com.turingtechnologies.materialscrollbar.R$styleable: int[] ActionMenuItemView -wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree daytimeWindDegree -androidx.appcompat.R$style: int Widget_AppCompat_ActionButton -com.xw.repo.bubbleseekbar.R$attr: int thumbTint -com.google.android.material.R$dimen: int mtrl_calendar_dialog_background_inset -com.google.android.material.R$drawable: int abc_list_divider_material -androidx.recyclerview.R$styleable: int FontFamilyFont_fontVariationSettings -cyanogenmod.app.Profile: void writeToParcel(android.os.Parcel,int) -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.Precipitation precipitation -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: java.lang.Object value -androidx.lifecycle.extensions.R$style: int TextAppearance_Compat_Notification_Time -wangdaye.com.geometricweather.R$styleable: int InkPageIndicator_dotGap -androidx.appcompat.R$attr: int queryHint -androidx.lifecycle.ReportFragment: void injectIfNeededIn(android.app.Activity) -okhttp3.HttpUrl: java.util.List queryStringToNamesAndValues(java.lang.String) -com.turingtechnologies.materialscrollbar.R$attr: int dividerHorizontal -androidx.preference.R$styleable: int AppCompatImageView_srcCompat -com.xw.repo.bubbleseekbar.R$layout: int abc_search_dropdown_item_icons_2line -androidx.cardview.R$styleable: int CardView_contentPadding -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getNo2Color(android.content.Context) -com.google.android.material.circularreveal.CircularRevealGridLayout: CircularRevealGridLayout(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Long readKey(android.database.Cursor,int) -androidx.transition.R$style: int TextAppearance_Compat_Notification_Info -wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.String getShortWindDescription() -androidx.constraintlayout.widget.R$color: int bright_foreground_inverse_material_dark -cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_alterWindow -cyanogenmod.app.Profile$LockMode: int DISABLE -okhttp3.internal.http2.Http2Connection$ReaderRunnable$2: boolean val$clearPrevious -androidx.viewpager.R$styleable: int GradientColor_android_centerY -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: boolean mainDone -cyanogenmod.app.CustomTile: CustomTile() -com.bumptech.glide.Priority: com.bumptech.glide.Priority valueOf(java.lang.String) -androidx.constraintlayout.widget.Barrier -com.jaredrummler.android.colorpicker.R$styleable: int[] View -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_logo -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_Layout_android_layout_width -com.xw.repo.bubbleseekbar.R$styleable -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_black -james.adaptiveicon.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() -com.turingtechnologies.materialscrollbar.R$color: int material_deep_teal_500 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Metric: double Value -androidx.vectordrawable.R$dimen: int compat_button_padding_vertical_material -cyanogenmod.app.suggest.ApplicationSuggestion$1: cyanogenmod.app.suggest.ApplicationSuggestion createFromParcel(android.os.Parcel) -com.xw.repo.bubbleseekbar.R$attr: int dividerHorizontal -androidx.appcompat.R$styleable: int ActionBar_elevation -android.didikee.donate.R$dimen: int abc_dialog_fixed_width_major -androidx.preference.R$dimen: int abc_select_dialog_padding_start_material -wangdaye.com.geometricweather.R$color: int mtrl_filled_stroke_color -androidx.preference.R$id: int accessibility_custom_action_25 -androidx.viewpager2.R$styleable: int GradientColor_android_endX -okhttp3.internal.http2.Header: java.lang.String TARGET_METHOD_UTF8 -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$1: KeyguardExternalViewProviderService$Provider$ProviderImpl$1(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_switchMinWidth -cyanogenmod.themes.ThemeManager: cyanogenmod.themes.IThemeChangeListener mThemeChangeListener -com.xw.repo.bubbleseekbar.R$attr: int bsb_track_size -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: java.lang.String chief -androidx.preference.R$attr: int windowFixedWidthMinor -wangdaye.com.geometricweather.R$attr: int motionProgress -wangdaye.com.geometricweather.R$drawable: int notif_temp_52 -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ShapeableImageView -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Button_Colored -cyanogenmod.themes.ThemeManager: ThemeManager(android.content.Context) -wangdaye.com.geometricweather.common.basic.models.weather.History: History(java.util.Date,long,int,int) -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxCornerRadiusBottomEnd -androidx.preference.R$attr: int actionModeStyle -okhttp3.internal.http2.Http2Connection: void awaitPong() -com.github.rahatarmanahmed.cpv.BuildConfig: int VERSION_CODE -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Button_Small -cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType THEME_REMOVED -wangdaye.com.geometricweather.R$drawable: int weather_fog_pixel -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: void setStatus(int) -org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.rx.RxTransaction rxTxIo -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1 -androidx.lifecycle.extensions.R$dimen: int compat_button_padding_vertical_material -androidx.appcompat.R$dimen: int abc_panel_menu_list_width -com.google.android.material.R$attr: int mock_showDiagonals -com.google.android.material.R$styleable: int[] RangeSlider -com.amap.api.location.AMapLocationClientOption$AMapLocationMode: com.amap.api.location.AMapLocationClientOption$AMapLocationMode[] values() -com.jaredrummler.android.colorpicker.R$id: int action_text -james.adaptiveicon.R$styleable: int Toolbar_contentInsetEndWithActions -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: boolean modifyInHour -retrofit2.OkHttpCall$ExceptionCatchingResponseBody: long contentLength() -com.google.android.material.R$styleable: int FloatingActionButton_backgroundTintMode -androidx.vectordrawable.R$id: int line1 -james.adaptiveicon.R$style: int Base_DialogWindowTitleBackground_AppCompat -wangdaye.com.geometricweather.R$attr: int spanCount -cyanogenmod.app.ICustomTileListener$Stub: int TRANSACTION_onCustomTilePosted -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.Window mWindow -androidx.constraintlayout.widget.R$attr: int homeLayout -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize -cyanogenmod.externalviews.IExternalViewProvider: void onDetach() -com.google.android.material.slider.BaseSlider: void addOnSliderTouchListener(com.google.android.material.slider.BaseOnSliderTouchListener) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_homeAsUpIndicator -wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: java.lang.String getPollenText(android.content.Context,int) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_marginStart -wangdaye.com.geometricweather.R$id: int tag_accessibility_actions -androidx.dynamicanimation.R$styleable: int FontFamily_fontProviderFetchTimeout -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$LocalSource: java.lang.String WeatherCode -androidx.preference.R$layout: int abc_action_menu_layout -com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleTextAppearance -com.google.android.material.slider.Slider: android.content.res.ColorStateList getHaloTintList() -wangdaye.com.geometricweather.R$styleable: int ShapeableImageView_shapeAppearanceOverlay -com.google.android.material.R$styleable: int[] ConstraintSet -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHeight_max -wangdaye.com.geometricweather.R$id: int widget_clock_day_aqiHumidity -wangdaye.com.geometricweather.R$color: int abc_tint_btn_checkable -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: java.util.List value -com.xw.repo.bubbleseekbar.R$layout: int abc_popup_menu_header_item_layout -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: io.reactivex.disposables.CompositeDisposable disposables +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX() +wangdaye.com.geometricweather.db.entities.AlertEntity: void setCityId(java.lang.String) +androidx.customview.R$dimen: int notification_small_icon_background_padding +android.didikee.donate.R$color: int ripple_material_dark +com.google.android.material.R$attr: int layout_constraintHeight_percent +androidx.preference.R$styleable: int ActionBar_contentInsetEndWithActions +androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid +androidx.constraintlayout.widget.R$id: int contentPanel +androidx.fragment.R$id: int action_text +io.reactivex.internal.observers.LambdaObserver: void dispose() +james.adaptiveicon.R$drawable: int abc_btn_colored_material +android.didikee.donate.R$string: int abc_action_bar_up_description +androidx.constraintlayout.widget.R$styleable: int GradientColorItem_android_color +android.didikee.donate.R$styleable: int AppCompatTheme_windowFixedWidthMajor +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_section_count +io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: void onError(java.lang.Throwable) +com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_startX +okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.platform.OptionalMethod setAlpnProtocols +androidx.hilt.lifecycle.R$attr: int alpha +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_AES_128_CBC_SHA +androidx.preference.R$style: int Animation_AppCompat_Dialog +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float t +androidx.appcompat.R$attr: int actionBarTabStyle +androidx.activity.R$layout: int notification_action_tombstone +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property UpdateTime +android.didikee.donate.R$attr: int dialogTheme +wangdaye.com.geometricweather.R$drawable: int notif_temp_136 +cyanogenmod.themes.ThemeManager$ThemeChangeListener: void onProgress(int) +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.util.concurrent.atomic.AtomicInteger active +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.functions.Function mapper +io.reactivex.exceptions.CompositeException +android.didikee.donate.R$styleable: int SwitchCompat_android_textOff +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_aa_black +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_15 +wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemBackground +com.jaredrummler.android.colorpicker.R$string: int cpv_presets +androidx.constraintlayout.widget.R$styleable: int SearchView_searchHintIcon androidx.recyclerview.R$id: int accessibility_custom_action_6 -io.reactivex.internal.util.NotificationLite: java.lang.Object error(java.lang.Throwable) -android.didikee.donate.R$drawable: int abc_ic_go_search_api_material -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_DialogWhenLarge -okhttp3.EventListener: EventListener() -androidx.hilt.lifecycle.R$id: int time -retrofit2.ParameterHandler$PartMap: void apply(retrofit2.RequestBuilder,java.util.Map) -com.google.android.material.floatingactionbutton.FloatingActionButton: FloatingActionButton(android.content.Context) -androidx.vectordrawable.animated.R$styleable: int GradientColor_android_centerY -wangdaye.com.geometricweather.R$attr: int bsb_min -androidx.constraintlayout.widget.R$styleable: int Toolbar_title -androidx.preference.R$attr: int drawableRightCompat +okio.BufferedSource: byte[] readByteArray(long) +androidx.work.impl.background.systemalarm.SystemAlarmService: SystemAlarmService() +com.jaredrummler.android.colorpicker.R$attr: int defaultValue +com.jaredrummler.android.colorpicker.R$style: int Base_V26_Widget_AppCompat_Toolbar +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: MfForecastV2Result$ForecastProperties$ForecastV2() +androidx.work.R$id: int tag_screen_reader_focusable +wangdaye.com.geometricweather.db.entities.DailyEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.DailyEntity) +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day +com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType valueOf(java.lang.String) +wangdaye.com.geometricweather.R$color: int secondary_text_default_material_dark +androidx.constraintlayout.widget.R$id: int spacer +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_padding_right +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title +wangdaye.com.geometricweather.R$layout: int preference_widget_seekbar_material +androidx.viewpager2.R$id: int accessibility_custom_action_12 +androidx.preference.R$id: int accessibility_custom_action_27 +okio.AsyncTimeout$2: long read(okio.Buffer,long) +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean +android.didikee.donate.R$string: int status_bar_notification_info_overflow +androidx.appcompat.R$styleable: int AppCompatTheme_windowNoTitle +com.jaredrummler.android.colorpicker.R$drawable: int abc_list_selector_holo_dark +wangdaye.com.geometricweather.R$drawable: int widget_clock_day_week +com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_barLength +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: ObservableWithLatestFromMany$WithLatestInnerObserver(io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver,int) +wangdaye.com.geometricweather.R$id: int treeIcon +wangdaye.com.geometricweather.R$styleable: int ClockHandView_selectorSize +androidx.fragment.R$styleable: int ColorStateListItem_android_alpha +james.adaptiveicon.R$dimen: int abc_dialog_min_width_major +com.jaredrummler.android.colorpicker.R$style: int Preference_SeekBarPreference_Material +androidx.swiperefreshlayout.R$id: int async +androidx.appcompat.R$drawable: int btn_radio_off_mtrl +androidx.preference.R$attr: int navigationMode +wangdaye.com.geometricweather.db.entities.DailyEntity: void setSunRiseDate(java.util.Date) +wangdaye.com.geometricweather.settings.activities.SettingsActivity +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String detail +androidx.transition.R$styleable: int FontFamily_fontProviderFetchStrategy +androidx.appcompat.R$drawable: int abc_btn_check_material_anim +wangdaye.com.geometricweather.R$styleable: int Chip_textEndPadding +wangdaye.com.geometricweather.R$styleable: int Preference_singleLineTitle +cyanogenmod.weather.ICMWeatherManager$Stub: int TRANSACTION_updateWeather_0 +cyanogenmod.weather.WeatherLocation: java.lang.String access$602(cyanogenmod.weather.WeatherLocation,java.lang.String) +wangdaye.com.geometricweather.db.entities.AlertEntity: long getTime() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date date +okhttp3.Headers: java.lang.String[] namesAndValues +androidx.preference.R$style: int Widget_Compat_NotificationActionText +com.google.android.material.floatingactionbutton.FloatingActionButton$BaseBehavior: FloatingActionButton$BaseBehavior(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$string: int settings_title_notification_can_be_cleared +cyanogenmod.app.ICMTelephonyManager: boolean isDataConnectionSelectedOnSub(int) +com.google.android.material.R$styleable: int Constraint_layout_constraintGuide_percent +cyanogenmod.app.Profile$ExpandedDesktopMode: int ENABLE +okhttp3.internal.ws.WebSocketProtocol: int B0_FLAG_RSV3 +androidx.preference.R$styleable: int AppCompatTheme_buttonBarButtonStyle +androidx.legacy.coreutils.R$styleable: int[] FontFamilyFont +james.adaptiveicon.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog +com.amap.api.fence.PoiItem: java.lang.String getProvince() +com.google.android.material.R$styleable: int SwitchCompat_trackTintMode +android.didikee.donate.R$style: int Widget_AppCompat_ListMenuView +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_begin +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.functions.Function mapper +androidx.vectordrawable.animated.R$attr: int fontProviderQuery +wangdaye.com.geometricweather.R$drawable: int test_custom_background +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_NoActionBar +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_start_padding_icon +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_AutoCompleteTextView +androidx.drawerlayout.R$styleable: int FontFamilyFont_android_ttcIndex +io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver +com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$Node findByEntry(java.util.Map$Entry) +io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: io.reactivex.internal.disposables.SequentialDisposable upstream +wangdaye.com.geometricweather.R$drawable: int notif_temp_93 +com.google.android.material.R$attr: int shapeAppearanceSmallComponent +androidx.vectordrawable.animated.R$layout: int notification_action_tombstone +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_headline_material +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintEnd_toEndOf +io.reactivex.internal.observers.ForEachWhileObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_track +james.adaptiveicon.R$attr: int windowFixedWidthMinor +wangdaye.com.geometricweather.R$attr: int constraints +wangdaye.com.geometricweather.R$id: int shades_divider +androidx.appcompat.R$styleable: int TextAppearance_fontVariationSettings +okhttp3.CookieJar +cyanogenmod.hardware.CMHardwareManager: int GAMMA_CALIBRATION_BLUE_INDEX +androidx.appcompat.widget.AppCompatSpinner: android.content.res.ColorStateList getSupportBackgroundTintList() +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_preserveIconSpacing +android.didikee.donate.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow +cyanogenmod.app.CustomTile: java.lang.String getResourcesPackageName() +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_RatingBar_Indicator +wangdaye.com.geometricweather.R$id: int material_minute_text_input +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: java.lang.String type +com.google.android.material.R$styleable: int[] PopupWindowBackgroundState +okio.AsyncTimeout: okio.AsyncTimeout next +wangdaye.com.geometricweather.R$drawable: int notif_temp_61 +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeCopyDrawable +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintBaseline_creator +com.jaredrummler.android.colorpicker.R$attr: int fontStyle +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean requestDismissAndStartActivity(android.content.Intent) +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_display_4_material +androidx.lifecycle.AbstractSavedStateViewModelFactory: android.os.Bundle mDefaultArgs +wangdaye.com.geometricweather.common.basic.models.weather.Alert: int color +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource ACCU +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_Counter_Overflow +cyanogenmod.power.IPerformanceManager$Stub$Proxy: android.os.IBinder asBinder() +androidx.constraintlayout.widget.R$attr: int contentInsetEndWithActions +androidx.constraintlayout.widget.R$dimen: int abc_text_size_menu_header_material +com.google.android.material.imageview.ShapeableImageView: void setStrokeWidth(float) +androidx.swiperefreshlayout.R$styleable: int FontFamily_fontProviderQuery +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_selectableItemBackground +com.google.android.material.R$style: int Base_Widget_AppCompat_Spinner +androidx.work.R$id: int tag_accessibility_pane_title +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_contentInsetEnd +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: BaiduIPLocationResult$ContentBean$AddressDetailBean() +androidx.vectordrawable.animated.R$id: int actions +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleMarginBottom +okhttp3.internal.http1.Http1Codec$FixedLengthSink: okio.ForwardingTimeout timeout +androidx.lifecycle.ProcessLifecycleOwner$2: void onCreate() +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: int sourceMode +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Title_Inverse +com.turingtechnologies.materialscrollbar.R$color: int design_fab_shadow_mid_color +com.google.android.material.R$dimen: int notification_top_pad_large_text +okhttp3.internal.http1.Http1Codec$ChunkedSink: boolean closed +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_lineHeight +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_elevation +androidx.transition.R$styleable: int GradientColor_android_startY +com.google.android.material.textfield.TextInputLayout: int getBoxStrokeColor() +com.google.android.material.R$style: int Theme_Design_Light_NoActionBar +com.xw.repo.bubbleseekbar.R$id: int search_mag_icon +androidx.fragment.R$styleable: int FragmentContainerView_android_tag +cyanogenmod.app.IPartnerInterface: boolean setZenMode(int) +com.google.android.material.internal.ForegroundLinearLayout: android.graphics.drawable.Drawable getForeground() +com.google.android.material.R$styleable: int TextInputLayout_startIconContentDescription +androidx.preference.R$layout: int preference_dialog_edittext +com.turingtechnologies.materialscrollbar.R$color: int background_material_dark +androidx.preference.R$style: int TextAppearance_AppCompat_Tooltip +androidx.constraintlayout.widget.R$attr: int onTouchUp +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder connectTimeout(java.time.Duration) +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: boolean isDisposed() +androidx.constraintlayout.widget.R$bool +com.google.android.material.R$id: int accessibility_custom_action_11 +com.google.android.material.R$styleable: int KeyCycle_waveShape +com.google.android.material.textfield.TextInputLayout: void addOnEndIconChangedListener(com.google.android.material.textfield.TextInputLayout$OnEndIconChangedListener) +androidx.preference.R$styleable: int Preference_android_persistent +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean getHumidity() +android.didikee.donate.R$dimen: int abc_text_size_display_4_material +wangdaye.com.geometricweather.R$dimen: int design_appbar_elevation +androidx.coordinatorlayout.R$style: int TextAppearance_Compat_Notification_Line2 com.google.android.material.internal.ParcelableSparseArray -wangdaye.com.geometricweather.db.entities.LocationEntity: boolean getChina() -com.google.android.material.R$layout: int material_clockface_view -wangdaye.com.geometricweather.R$string: int abc_toolbar_collapse_description -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_autoSizePresetSizes -com.bumptech.glide.integration.okhttp.R$id: int italic -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: java.util.concurrent.atomic.AtomicReference other -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceListItem -wangdaye.com.geometricweather.R$attr: int textAppearanceListItemSecondary -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_30 -com.google.android.material.chip.Chip: void setCloseIcon(android.graphics.drawable.Drawable) -james.adaptiveicon.R$attr: int navigationMode -androidx.appcompat.R$attr: int colorControlHighlight -androidx.constraintlayout.widget.R$attr: int dividerVertical -okhttp3.ResponseBody$BomAwareReader: java.io.Reader delegate -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256 -okhttp3.MultipartBody$Builder: okhttp3.MultipartBody$Builder addPart(okhttp3.MultipartBody$Part) -com.amap.api.fence.GeoFence: GeoFence() -androidx.appcompat.R$styleable: int GradientColor_android_endY -okhttp3.internal.connection.ConnectionSpecSelector: int nextModeIndex -com.google.android.material.slider.Slider: int getFocusedThumbIndex() -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: java.util.concurrent.Callable bufferSupplier -james.adaptiveicon.R$attr: R$attr() -androidx.appcompat.R$style: int AlertDialog_AppCompat -androidx.recyclerview.R$id: int accessibility_custom_action_8 -james.adaptiveicon.R$attr: int srcCompat -com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_MinWidth -androidx.preference.R$dimen: int compat_notification_large_icon_max_height -com.turingtechnologies.materialscrollbar.R$styleable: int PopupWindow_overlapAnchor -wangdaye.com.geometricweather.R$style: int Animation_MaterialComponents_BottomSheetDialog -wangdaye.com.geometricweather.R$dimen: int material_timepicker_dialog_buttons_margin_top -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_RatingBar -wangdaye.com.geometricweather.R$styleable: int TabItem_android_layout -cyanogenmod.app.Profile: cyanogenmod.app.Profile fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) -androidx.lifecycle.extensions.R$dimen: int compat_notification_large_icon_max_width -androidx.swiperefreshlayout.R$dimen: int compat_button_padding_horizontal_material -james.adaptiveicon.R$attr: int spinBars -okhttp3.Call: okhttp3.Response execute() -androidx.hilt.R$id: int accessibility_custom_action_28 -androidx.appcompat.R$styleable: int AppCompatTheme_switchStyle -io.reactivex.Observable: io.reactivex.Observable withLatestFrom(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function4) -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String latitude -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void headers(boolean,int,int,java.util.List) -retrofit2.ParameterHandler$RelativeUrl: int p -wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_shrinkMotionSpec -wangdaye.com.geometricweather.R$attr: int bsb_bubble_text_color -androidx.preference.R$dimen: int notification_media_narrow_margin -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float pm10 -com.google.android.material.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog_Flush -androidx.hilt.work.R$dimen: int notification_action_icon_size -wangdaye.com.geometricweather.R$drawable: int ic_arrow_down_24dp -android.didikee.donate.R$attr: int suggestionRowLayout -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintLeft_toLeftOf -com.google.android.material.R$dimen: int fastscroll_default_thickness -androidx.drawerlayout.R$styleable: int GradientColor_android_centerX -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: void setBrandId(java.lang.String) -android.didikee.donate.R$styleable: int AppCompatTheme_windowFixedHeightMajor -wangdaye.com.geometricweather.R$attr: int titleTextAppearance -androidx.dynamicanimation.R$string: int status_bar_notification_info_overflow -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: io.reactivex.functions.Function combiner -com.google.android.material.R$dimen: int abc_button_inset_vertical_material -androidx.preference.R$styleable: int PreferenceTheme_checkBoxPreferenceStyle -wangdaye.com.geometricweather.R$layout: int material_radial_view_group -androidx.work.R$id: int blocking -androidx.preference.R$styleable: int AppCompatTheme_windowActionBar -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: io.reactivex.internal.queue.MpscLinkedQueue queue -wangdaye.com.geometricweather.R$string: int week_5 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean: java.util.List brands -wangdaye.com.geometricweather.R$color: int abc_search_url_text_pressed -com.jaredrummler.android.colorpicker.R$color: int abc_primary_text_disable_only_material_light -wangdaye.com.geometricweather.R$xml: int icon_provider_shortcut_filter -androidx.hilt.R$styleable: int FontFamilyFont_fontVariationSettings -androidx.core.R$styleable: int GradientColor_android_gradientRadius -wangdaye.com.geometricweather.R$id: int widget_clock_day_lunar -androidx.dynamicanimation.R$styleable: int[] FontFamily -wangdaye.com.geometricweather.R$drawable: int ic_temperature_celsius -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver -androidx.dynamicanimation.R$id: R$id() -cyanogenmod.app.Profile$ProfileTrigger: Profile$ProfileTrigger(android.os.Parcel) -com.google.android.material.imageview.ShapeableImageView: void setStrokeWidthResource(int) -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_RINGTONE -wangdaye.com.geometricweather.R$drawable: int btn_radio_on_mtrl -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void onNext(java.lang.Object) -com.google.android.material.snackbar.Snackbar$SnackbarLayout: Snackbar$SnackbarLayout(android.content.Context) -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_SeekBar_Discrete -androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemHeight -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult$Temperature: java.lang.String Unit -io.reactivex.Observable: io.reactivex.Observable fromCallable(java.util.concurrent.Callable) -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area$LastAction: java.lang.String English -wangdaye.com.geometricweather.R$attr: int checkedIconVisible -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property China -android.didikee.donate.R$layout: int support_simple_spinner_dropdown_item -okhttp3.internal.platform.Platform: int INFO -wangdaye.com.geometricweather.R$styleable: int Chip_closeIconTint -com.xw.repo.bubbleseekbar.R$color: int primary_dark_material_dark -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void onNext(java.lang.Object) -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ButtonBar -wangdaye.com.geometricweather.R$styleable: int KeyCycle_waveOffset -cyanogenmod.platform.Manifest$permission: java.lang.String MANAGE_ALARMS -okhttp3.MultipartBody: okhttp3.MediaType originalType -wangdaye.com.geometricweather.R$styleable: int MaterialCardView_checkedIcon -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title -androidx.customview.R$layout: int notification_action_tombstone -com.google.android.material.R$dimen: int notification_subtext_size -androidx.constraintlayout.widget.R$id: int line1 -wangdaye.com.geometricweather.R$anim: int btn_checkbox_to_checked_icon_null_animation -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionBar_TabText -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Minimum Minimum -cyanogenmod.app.LiveLockScreenInfo$Builder: LiveLockScreenInfo$Builder() -androidx.transition.R$id: int text2 -androidx.appcompat.R$dimen: int compat_control_corner_material -androidx.constraintlayout.widget.R$attr: int transitionDisable -cyanogenmod.alarmclock.ClockContract$InstancesColumns: int MISSED_STATE -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: okio.Timeout timeout() -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void onNext(java.lang.Object) -cyanogenmod.app.ProfileGroup$Mode: cyanogenmod.app.ProfileGroup$Mode OVERRIDE -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver(io.reactivex.Observer,io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver) -okhttp3.internal.Util: int skipTrailingAsciiWhitespace(java.lang.String,int,int) -androidx.preference.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert -wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_dark_disabled -com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getBoxStrokeErrorColor() -com.google.android.material.R$styleable: int Transform_android_scaleX -okio.Okio: okio.Source source(java.io.File) -com.github.rahatarmanahmed.cpv.CircularProgressView$3: CircularProgressView$3(com.github.rahatarmanahmed.cpv.CircularProgressView) -com.google.android.gms.common.server.converter.StringToIntConverter$zaa -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_18 -com.google.android.material.R$styleable: int MaterialCardView_checkedIconTint -com.xw.repo.bubbleseekbar.R$color: int foreground_material_light -android.didikee.donate.R$styleable: int MenuView_preserveIconSpacing -android.didikee.donate.R$layout: int abc_list_menu_item_checkbox -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: void onError(java.lang.Throwable) -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void dispose() -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_backgroundSplit -retrofit2.ParameterHandler$RelativeUrl: java.lang.reflect.Method method -wangdaye.com.geometricweather.R$attr: int flow_firstVerticalStyle -cyanogenmod.weatherservice.IWeatherProviderService$Stub: cyanogenmod.weatherservice.IWeatherProviderService asInterface(android.os.IBinder) -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: java.util.concurrent.atomic.AtomicReference queue -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xdwd -okhttp3.internal.ws.WebSocketProtocol: int OPCODE_TEXT -cyanogenmod.externalviews.KeyguardExternalView: void onScreenTurnedOn() -androidx.vectordrawable.R$id: int async -wangdaye.com.geometricweather.R$style: int Platform_MaterialComponents_Light -com.google.android.material.button.MaterialButton: int getTextHeight() -androidx.preference.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal -james.adaptiveicon.R$style: int Widget_AppCompat_Light_AutoCompleteTextView -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Headline5 -com.google.android.material.R$styleable: int Variant_region_heightMoreThan -okio.InflaterSource: okio.Timeout timeout() -com.google.android.material.R$styleable: int SwitchCompat_android_thumb -wangdaye.com.geometricweather.R$styleable: int FontFamily_fontProviderQuery -com.jaredrummler.android.colorpicker.R$attr: int subtitleTextAppearance -androidx.preference.R$drawable: int notification_bg_normal -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void drainLoop() -io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: void onSubscribe(org.reactivestreams.Subscription) -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_rotation -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.util.Date date -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Wind -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Headline3 -com.google.android.material.R$dimen: int mtrl_extended_fab_translation_z_hovered_focused -androidx.preference.R$drawable: int abc_btn_colored_material -io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: java.lang.Object enterTransform(java.lang.Object) -wangdaye.com.geometricweather.R$id: int ragweedValue -com.google.android.material.R$id: int mtrl_calendar_main_pane -androidx.customview.R$attr: int font -com.google.android.material.R$attr: int drawableEndCompat -wangdaye.com.geometricweather.R$attr: int cardForegroundColor -androidx.hilt.lifecycle.R$layout: int notification_template_icon_group -androidx.lifecycle.Lifecycle$Event -androidx.viewpager2.R$id: int italic -wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemIconSize -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonBarStyle -wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Bridge -com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String n -com.google.android.material.R$string: int material_timepicker_am -wangdaye.com.geometricweather.R$string: int settings_title_card_order -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation precipitation -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: java.lang.Object item -androidx.constraintlayout.widget.R$dimen: int compat_button_inset_vertical_material -android.didikee.donate.R$style: int Base_Widget_AppCompat_ImageButton -androidx.appcompat.R$style: int TextAppearance_AppCompat +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_elevation +okhttp3.internal.http1.Http1Codec$UnknownLengthSource: long read(okio.Buffer,long) +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Dialog +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addQueryParameter(java.lang.String,java.lang.String) +okhttp3.internal.http.RetryAndFollowUpInterceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) +com.jaredrummler.android.colorpicker.R$id: int text +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_rotation +com.xw.repo.bubbleseekbar.R$attr: int showDividers +com.jaredrummler.android.colorpicker.R$dimen: int abc_search_view_preferred_width +james.adaptiveicon.R$attr: int dividerPadding +com.google.android.material.R$styleable: int AppCompatTheme_actionBarSize +com.jaredrummler.android.colorpicker.ColorPickerView: void setAlphaSliderVisible(boolean) +androidx.constraintlayout.widget.R$attr: int actionModeCloseButtonStyle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Metric +androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivitySaveInstanceState(android.app.Activity,android.os.Bundle) +okhttp3.WebSocketListener: void onMessage(okhttp3.WebSocket,okio.ByteString) +androidx.appcompat.resources.R$id: int line1 +com.google.android.material.R$id: int selection_type +androidx.constraintlayout.widget.R$styleable: int Transform_android_transformPivotY +com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_switch_to_on_mtrl_00012 +com.google.android.material.R$xml: int standalone_badge_gravity_top_start +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_Counter +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getNo2Desc() +com.google.android.material.R$styleable: int Transition_layoutDuringTransition +androidx.preference.R$id: int scrollView +okhttp3.internal.http.StatusLine: int code +androidx.lifecycle.extensions.R$styleable: int GradientColor_android_type +okio.Pipe$PipeSource +androidx.preference.R$drawable: int tooltip_frame_light +androidx.appcompat.R$id: int contentPanel +retrofit2.http.HTTP: boolean hasBody() +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit valueOf(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int MaterialButton_iconSize +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: java.lang.Object poll() +okhttp3.OkHttpClient: java.util.List interceptors() +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: java.lang.Object item +androidx.constraintlayout.widget.R$styleable: int KeyTrigger_motion_postLayoutCollision +com.google.android.material.R$styleable: int TextInputLayout_android_textColorHint +io.reactivex.Observable: io.reactivex.Observable buffer(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,int) +wangdaye.com.geometricweather.R$dimen: int material_helper_text_font_1_3_padding_horizontal +com.google.android.material.R$styleable: int AlertDialog_buttonPanelSideLayout +cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: java.lang.String getActiveWeatherServiceProviderLabel() +androidx.vectordrawable.R$layout: int notification_action_tombstone +com.google.android.material.R$styleable: int Slider_thumbElevation +wangdaye.com.geometricweather.search.Hilt_SearchActivity: Hilt_SearchActivity() +com.turingtechnologies.materialscrollbar.R$attr: int tooltipText +okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.tls.CertificateChainCleaner buildCertificateChainCleaner(javax.net.ssl.X509TrustManager) +com.turingtechnologies.materialscrollbar.R$integer +androidx.loader.R$styleable: int ColorStateListItem_android_alpha +com.google.android.material.R$anim: int mtrl_bottom_sheet_slide_in +androidx.constraintlayout.widget.R$attr: int tickMarkTintMode +androidx.lifecycle.extensions.R$attr: int font +androidx.preference.R$style: int Platform_AppCompat +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: InkPageIndicator(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: wangdaye.com.geometricweather.db.entities.WeatherEntity readEntity(android.database.Cursor,int) +okhttp3.Cache$Entry: int code +com.xw.repo.bubbleseekbar.R$attr: int layout_behavior +cyanogenmod.profiles.AirplaneModeSettings: android.os.Parcelable$Creator CREATOR +androidx.constraintlayout.widget.R$attr: int deriveConstraintsFrom +androidx.constraintlayout.widget.R$attr +androidx.lifecycle.extensions.R$styleable: R$styleable() +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintStart_toStartOf +androidx.appcompat.widget.AppCompatEditText: AppCompatEditText(android.content.Context,android.util.AttributeSet) +james.adaptiveicon.R$attr: int colorControlHighlight +okio.Buffer: java.lang.Object clone() +com.google.android.material.textfield.TextInputLayout: void setEnabled(boolean) +androidx.legacy.coreutils.R$dimen: int compat_button_padding_vertical_material +androidx.preference.R$dimen: int abc_action_bar_default_padding_start_material +wangdaye.com.geometricweather.R$id: int bottomBar +cyanogenmod.themes.IThemeProcessingListener$Stub: int TRANSACTION_onFinishedProcessing_0 +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: int Severity +wangdaye.com.geometricweather.R$string: int settings_notification_hide_big_view_on +retrofit2.BuiltInConverters$VoidResponseBodyConverter: java.lang.Void convert(okhttp3.ResponseBody) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean +cyanogenmod.hardware.ICMHardwareService: boolean isSunlightEnhancementSelfManaged() +wangdaye.com.geometricweather.R$styleable: int[] StateSet +wangdaye.com.geometricweather.R$string: int settings_title_forecast_today_time +androidx.appcompat.R$styleable: int Toolbar_navigationIcon +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_28 +com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleMargin +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Imperial +com.xw.repo.bubbleseekbar.R$id: int scrollIndicatorUp +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeStyle +android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 +androidx.constraintlayout.widget.R$id: int startVertical +james.adaptiveicon.R$style: int Widget_AppCompat_CompoundButton_RadioButton +androidx.preference.R$attr: int switchTextOn +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_PopupWindow +wangdaye.com.geometricweather.common.ui.widgets.SquareFrameLayout: SquareFrameLayout(android.content.Context,android.util.AttributeSet,int) +okhttp3.ConnectionSpec$Builder: java.lang.String[] cipherSuites +androidx.appcompat.R$style: int Widget_AppCompat_RatingBar +wangdaye.com.geometricweather.R$id: int container_main_first_card_header_alert +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX: java.util.List brands +com.jaredrummler.android.colorpicker.R$attr: int collapseContentDescription +com.turingtechnologies.materialscrollbar.R$attr: int chipSpacing +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties +com.google.android.material.textfield.TextInputLayout: void setStartIconCheckable(boolean) +com.google.android.material.slider.Slider: void setFocusedThumbIndex(int) +com.google.android.material.R$styleable: int[] CoordinatorLayout +okhttp3.internal.cache2.Relay: long upstreamPos +androidx.preference.R$drawable: int notification_icon_background +com.amap.api.location.CoordinateConverter$1 +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String moldDescription +com.google.android.material.R$styleable: int CollapsingToolbarLayout_contentScrim +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: int getStatus() +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onScreenTurnedOn() +wangdaye.com.geometricweather.R$attr: int prefixTextColor +com.google.android.material.R$styleable: int AppCompatTheme_tooltipFrameBackground +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_centerY +androidx.appcompat.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton +okhttp3.RequestBody: RequestBody() +com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status RUNNING +james.adaptiveicon.R$attr: int autoSizeTextType +cyanogenmod.app.Profile$NotificationLightMode +wangdaye.com.geometricweather.R$attr: int drawableRightCompat +com.xw.repo.bubbleseekbar.R$dimen: int highlight_alpha_material_dark +com.turingtechnologies.materialscrollbar.R$styleable: int[] TouchScrollBar +androidx.lifecycle.SavedStateHandleController: void attachHandleIfNeeded(androidx.lifecycle.ViewModel,androidx.savedstate.SavedStateRegistry,androidx.lifecycle.Lifecycle) +androidx.appcompat.R$id: int split_action_bar +androidx.preference.R$styleable: int PopupWindow_overlapAnchor +okhttp3.internal.http2.Http2Stream$FramingSink: void close() +okhttp3.Cache: int requestCount +okhttp3.internal.connection.StreamAllocation: java.net.Socket deallocate(boolean,boolean,boolean) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onScreenTurnedOn() +com.xw.repo.bubbleseekbar.R$styleable: int FontFamily_fontProviderFetchStrategy +cyanogenmod.weather.WeatherInfo$DayForecast$Builder +com.google.android.material.tabs.TabLayout$TabView: com.google.android.material.badge.BadgeDrawable getBadge() +androidx.appcompat.R$attr: int popupWindowStyle +cyanogenmod.themes.ThemeChangeRequest: int DEFAULT_WALLPAPER_ID +okhttp3.RealCall$AsyncCall: okhttp3.RealCall get() +wangdaye.com.geometricweather.R$drawable: int star_1 +com.google.android.material.button.MaterialButton: com.google.android.material.shape.ShapeAppearanceModel getShapeAppearanceModel() +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setPm10(java.lang.Float) +androidx.customview.R$id: int chronometer +androidx.appcompat.R$dimen: int abc_text_size_button_material +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_Solid +com.google.android.material.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog +androidx.preference.R$layout: R$layout() +wangdaye.com.geometricweather.R$id: int dialog_button +com.bumptech.glide.R$styleable: int ColorStateListItem_android_color +com.xw.repo.bubbleseekbar.R$attr: int tooltipText +androidx.appcompat.R$styleable: int[] PopupWindowBackgroundState +androidx.legacy.coreutils.R$id: int notification_background +com.google.android.material.R$attr: int circularRadius +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ListPopupWindow +com.google.android.material.R$attr: int materialThemeOverlay +com.google.android.material.R$attr: int drawableTintMode +androidx.appcompat.widget.AppCompatCheckedTextView: void setCustomSelectionActionModeCallback(android.view.ActionMode$Callback) +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.String TABLENAME +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: java.lang.String sourceUrl +com.turingtechnologies.materialscrollbar.R$attr: int tooltipForegroundColor +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_end_padding_icon +com.google.android.material.R$style: int Base_Widget_AppCompat_ActionMode +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: java.util.concurrent.atomic.AtomicReference upstream +androidx.activity.R$id: int accessibility_custom_action_6 +cyanogenmod.hardware.CMHardwareManager: int getThermalState() +okhttp3.internal.http1.Http1Codec: int STATE_READ_RESPONSE_HEADERS +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Dialog_FixedSize +com.turingtechnologies.materialscrollbar.R$attr: int stackFromEnd +android.didikee.donate.R$styleable: int AppCompatTextHelper_android_drawableEnd +com.google.android.material.R$drawable: int abc_ic_menu_cut_mtrl_alpha +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setSo2(java.lang.String) +androidx.appcompat.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle +com.google.android.material.R$color: int mtrl_filled_background_color +com.google.android.material.R$styleable: int Layout_minHeight +com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_padding_material +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse +okhttp3.internal.http2.Http2Connection$1 +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setId(java.lang.Long) +cyanogenmod.externalviews.ExternalView$1: cyanogenmod.externalviews.ExternalView this$0 +com.google.android.material.R$styleable: int ScrollingViewBehavior_Layout_behavior_overlapTop +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: java.lang.String getUnitId() +androidx.recyclerview.widget.RecyclerView: void setAccessibilityDelegateCompat(androidx.recyclerview.widget.RecyclerViewAccessibilityDelegate) +androidx.work.WorkInfo$State: androidx.work.WorkInfo$State CANCELLED +com.xw.repo.bubbleseekbar.R$attr: int viewInflaterClass +androidx.preference.R$style: int Theme_AppCompat_Light_DarkActionBar +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText +com.jaredrummler.android.colorpicker.R$bool: R$bool() +com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String g +wangdaye.com.geometricweather.R$string: int nighttime +io.reactivex.Observable: io.reactivex.Observable window(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,int) +androidx.constraintlayout.widget.R$id: int dragEnd +com.google.android.material.R$styleable: int[] ActionBar +androidx.constraintlayout.widget.R$id: int expanded_menu +retrofit2.http.PUT +androidx.appcompat.R$style: int Widget_AppCompat_SearchView +androidx.appcompat.R$styleable: int AppCompatTextView_autoSizeStepGranularity +cyanogenmod.hardware.CMHardwareManager: boolean set(int,boolean) +com.google.android.material.bottomnavigation.BottomNavigationItemView: int getItemVisiblePosition() +androidx.appcompat.widget.AppCompatEditText: void setBackgroundResource(int) +androidx.lifecycle.LiveData: int getVersion() +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Imperial: int UnitType +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_showAsAction +androidx.preference.R$styleable: int[] ViewBackgroundHelper +io.reactivex.internal.subscriptions.BasicQueueSubscription: long serialVersionUID +cyanogenmod.externalviews.ExternalViewProviderService$Provider: int DEFAULT_WINDOW_TYPE +androidx.lifecycle.extensions.R$dimen +androidx.appcompat.R$attr: int selectableItemBackground +okio.HashingSource +androidx.core.R$layout: int notification_action_tombstone +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Title +com.turingtechnologies.materialscrollbar.R$dimen: int abc_control_padding_material +com.google.android.gms.base.R$drawable: int common_google_signin_btn_text_dark +androidx.appcompat.resources.R$dimen: int compat_button_inset_vertical_material +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List diaoyu +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial: AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial() +wangdaye.com.geometricweather.R$color: int colorRootDark_light +androidx.preference.R$styleable: int AppCompatTheme_dividerVertical +cyanogenmod.themes.IThemeService: int getProgress() +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: long serialVersionUID +wangdaye.com.geometricweather.R$styleable: int[] RadialViewGroup +okhttp3.HttpUrl: int defaultPort(java.lang.String) +android.didikee.donate.R$styleable: int AppCompatTheme_homeAsUpIndicator +com.amap.api.location.AMapLocation: java.lang.String w +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties: MfEphemerisResult$Properties() +androidx.customview.R$styleable: int FontFamily_fontProviderPackage +okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex +wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit: java.lang.String getCloudCoverText(int) +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: java.util.List timelaps +androidx.appcompat.R$dimen: int abc_text_size_display_1_material +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWindLevel +com.google.android.material.R$attr: int dropDownListViewStyle +com.google.android.material.R$id: int autoCompleteToEnd +com.google.android.material.R$attr: int barLength +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_Switch +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_goneMarginEnd +com.xw.repo.bubbleseekbar.R$styleable: int[] GradientColor +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float SulfurDioxide +okhttp3.internal.http1.Http1Codec$ChunkedSource: long NO_CHUNK_YET +com.turingtechnologies.materialscrollbar.R$dimen: int notification_content_margin_start +wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.Object readEntity(android.database.Cursor,int) +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_android_gravity +androidx.preference.R$styleable: int AppCompatTextView_drawableEndCompat +james.adaptiveicon.R$styleable: int AppCompatTextView_autoSizeTextType +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation +okhttp3.internal.tls.OkHostnameVerifier: int ALT_IPA_NAME +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: boolean cancelled +io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: boolean isEmpty() +com.turingtechnologies.materialscrollbar.MaterialScrollBar +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: int unitArrayIndex +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorPrimaryDark +wangdaye.com.geometricweather.R$drawable: int notif_temp_121 +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Dialog_MinWidth +androidx.customview.R$styleable: int GradientColorItem_android_offset +okhttp3.internal.cache.DiskLruCache$Entry: java.io.IOException invalidLengths(java.lang.String[]) +androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_marginTop +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: void setAddress(java.lang.String) +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light_Dialog_MinWidth +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_Switch +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_fontFamily +com.google.android.material.R$drawable: int abc_list_pressed_holo_dark +wangdaye.com.geometricweather.R$string: int introduce +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarTheme +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: boolean done +okhttp3.ConnectionPool: int connectionCount() +android.didikee.donate.R$styleable: int SwitchCompat_trackTintMode +wangdaye.com.geometricweather.R$drawable: int ic_sunset +okio.RealBufferedSource: okio.ByteString readByteString(long) +com.google.android.material.R$styleable: int TextInputLayout_endIconDrawable +androidx.appcompat.R$id: int notification_background +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title +com.google.android.material.R$style: int TextAppearance_Design_Placeholder +com.turingtechnologies.materialscrollbar.R$string: int character_counter_content_description +com.google.android.material.R$styleable: int AppCompatTheme_colorError +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode +cyanogenmod.providers.CMSettings$Secure: boolean putFloat(android.content.ContentResolver,java.lang.String,float) +com.xw.repo.bubbleseekbar.R$attr: int actionBarStyle +com.google.android.material.R$style: int Widget_MaterialComponents_Button_TextButton_Snackbar +com.amap.api.location.LocationManagerBase: void onDestroy() +androidx.vectordrawable.animated.R$id: int tag_accessibility_actions +okhttp3.internal.http1.Http1Codec$AbstractSource: okio.Timeout timeout() +io.reactivex.Observable: io.reactivex.Observable skip(long) +wangdaye.com.geometricweather.weather.apis.AtmoAuraIqaApi +android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation: wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation TOP +wangdaye.com.geometricweather.R$string: int content_des_no_precipitation +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_endY +androidx.hilt.work.R$styleable: int ColorStateListItem_android_alpha +com.google.android.material.navigation.NavigationView: void setItemMaxLines(int) +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_rotationX +wangdaye.com.geometricweather.R$styleable: int MaterialTextAppearance_lineHeight +com.google.android.material.chip.Chip: float getCloseIconStartPadding() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: java.lang.String getUnit() +com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_fabAlignmentMode +wangdaye.com.geometricweather.common.ui.widgets.astro.MoonPhaseView: MoonPhaseView(android.content.Context,android.util.AttributeSet,int) +androidx.appcompat.R$styleable: int AppCompatTheme_alertDialogTheme +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColorItem_android_offset +cyanogenmod.weather.RequestInfo$1: cyanogenmod.weather.RequestInfo[] newArray(int) +io.reactivex.internal.util.EmptyComponent: void request(long) +wangdaye.com.geometricweather.R$id: int item_about_library_content +cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_QUICK_QS_PULLDOWN +androidx.legacy.coreutils.R$drawable: int notification_icon_background +wangdaye.com.geometricweather.R$string: int help +wangdaye.com.geometricweather.R$attr: int expandedTitleTextAppearance +cyanogenmod.weather.CMWeatherManager: int requestWeatherUpdate(cyanogenmod.weather.WeatherLocation,cyanogenmod.weather.CMWeatherManager$WeatherUpdateRequestListener) +com.bumptech.glide.Registry$NoModelLoaderAvailableException: Registry$NoModelLoaderAvailableException(java.lang.Object) +com.google.android.material.R$attr: int searchViewStyle +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver +wangdaye.com.geometricweather.R$styleable: int Insets_paddingBottomSystemWindowInsets +wangdaye.com.geometricweather.R$drawable: int notif_temp_64 +com.jaredrummler.android.colorpicker.R$string: int abc_menu_alt_shortcut_label +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_RC4_128_SHA +androidx.transition.R$dimen: int notification_large_icon_width +wangdaye.com.geometricweather.R$styleable: int ActionBar_progressBarPadding +wangdaye.com.geometricweather.R$dimen: int fastscroll_minimum_range +wangdaye.com.geometricweather.R$style: int Widget_Compat_NotificationActionText +androidx.appcompat.widget.SearchView$SearchAutoComplete: void setThreshold(int) +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) +androidx.lifecycle.SavedStateViewModelFactory: androidx.lifecycle.ViewModel create(java.lang.String,java.lang.Class) +androidx.viewpager2.R$id: int accessibility_custom_action_22 +com.jaredrummler.android.colorpicker.R$attr: int windowFixedHeightMinor +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_menu_header_material +com.google.android.material.R$styleable: int TextInputLayout_android_hint +io.reactivex.Observable: io.reactivex.Observable concatMapIterable(io.reactivex.functions.Function) +com.turingtechnologies.materialscrollbar.R$color: int abc_tint_default +cyanogenmod.hardware.IThermalListenerCallback$Stub$Proxy: android.os.IBinder asBinder() +com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_max_width +io.reactivex.Observable: io.reactivex.Observable mergeDelayError(io.reactivex.ObservableSource,io.reactivex.ObservableSource) +com.google.android.material.R$styleable: int[] CompoundButton +com.github.rahatarmanahmed.cpv.CircularProgressView: int animSyncDuration +com.google.android.material.R$styleable: int AppCompatTheme_actionModeSplitBackground +james.adaptiveicon.R$styleable: int MenuView_android_verticalDivider +com.google.android.material.R$styleable: int MaterialButton_rippleColor +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: ObservableConcatMapCompletable$ConcatMapCompletableObserver(io.reactivex.CompletableObserver,io.reactivex.functions.Function,io.reactivex.internal.util.ErrorMode,int) +okio.BufferedSource: int readIntLe() +com.google.android.material.R$attr: int chipSpacingHorizontal +okio.ByteString: okio.ByteString decodeBase64(java.lang.String) +cyanogenmod.app.suggest.AppSuggestManager: android.graphics.drawable.Drawable loadIcon(cyanogenmod.app.suggest.ApplicationSuggestion) +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver parent +wangdaye.com.geometricweather.R$styleable: int MaterialButton_android_insetTop +retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isResult +cyanogenmod.app.IPartnerInterface: void reboot() +cyanogenmod.externalviews.KeyguardExternalView$4 +wangdaye.com.geometricweather.R$layout: int mtrl_calendar_horizontal +com.xw.repo.bubbleseekbar.R$id: int expanded_menu +com.bumptech.glide.integration.okhttp.R$id: int none +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_19 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial: java.lang.String Unit +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless +com.jaredrummler.android.colorpicker.R$styleable: int MenuView_preserveIconSpacing +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: ObservableTimeoutTimed$TimeoutFallbackObserver(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler$Worker,io.reactivex.ObservableSource) +androidx.viewpager.R$id: int icon +androidx.preference.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_height +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_scrimAnimationDuration +wangdaye.com.geometricweather.R$dimen: int mtrl_low_ripple_focused_alpha +com.jaredrummler.android.colorpicker.R$styleable: int ColorPickerView_cpv_sliderColor +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.preference.R$styleable: int PreferenceImageView_maxWidth +com.bumptech.glide.R$styleable: int FontFamily_fontProviderAuthority +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintWidth_min +com.turingtechnologies.materialscrollbar.R$attr: int font +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorIconTintMode +wangdaye.com.geometricweather.R$layout: int widget_day_week_rectangle +okhttp3.internal.http2.Hpack$Writer: int smallestHeaderTableSizeSetting +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult: AccuDailyResult() +james.adaptiveicon.R$style: int Base_Widget_AppCompat_SeekBar_Discrete +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_OutlinedButton_Icon +androidx.constraintlayout.widget.R$styleable: int ActionBar_logo +androidx.preference.R$styleable: int Fragment_android_tag +wangdaye.com.geometricweather.R$layout: int preference_widget_switch +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_content_inset_material +retrofit2.ParameterHandler$HeaderMap: int p +androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_fontWeight +cyanogenmod.profiles.RingModeSettings: void writeToParcel(android.os.Parcel,int) +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: CNWeatherResult$Alert() +androidx.constraintlayout.widget.R$id: int search_button +com.google.android.material.R$styleable: int Layout_layout_constraintBaseline_toBaselineOf +com.google.android.material.R$style: int ThemeOverlay_AppCompat_DayNight_ActionBar +androidx.appcompat.resources.R$id: int title +com.google.android.material.R$attr: int waveOffset +retrofit2.RequestFactory$Builder: boolean isFormEncoded +androidx.preference.R$style: int Preference_SwitchPreference +cyanogenmod.externalviews.IExternalViewProvider$Stub: IExternalViewProvider$Stub() +cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onScreenTurnedOn() +wangdaye.com.geometricweather.R$attr: int contentPaddingLeft +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_rotationY +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void onDetach() +com.google.android.material.R$attr: int dragDirection +androidx.hilt.lifecycle.R$integer: int status_bar_notification_info_maxnum +com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_arrowHeadLength +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_autoSizeStepGranularity +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String TODAYS_LOW_TEMPERATURE +androidx.viewpager2.widget.ViewPager2: void setPageTransformer(androidx.viewpager2.widget.ViewPager2$PageTransformer) +retrofit2.Converter$Factory: java.lang.Class getRawType(java.lang.reflect.Type) +okio.Pipe: long maxBufferSize +androidx.constraintlayout.widget.R$color: int primary_text_default_material_dark +com.google.android.material.navigation.NavigationView$SavedState +cyanogenmod.app.suggest.AppSuggestManager: boolean DEBUG +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_display_1_material +androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_android_font +wangdaye.com.geometricweather.R$styleable: int SlidingItemContainerLayout_iconResEnd +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintEnd_toEndOf +androidx.constraintlayout.widget.R$attr: int actionBarTheme +androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat_Light +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: void setDatetime(java.lang.String) +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub$Proxy: java.lang.String getInterfaceDescriptor() +okhttp3.internal.http2.Http2Codec +androidx.preference.R$attr: int divider +james.adaptiveicon.R$styleable: int MenuItem_android_checkable +android.didikee.donate.R$drawable: int abc_list_divider_mtrl_alpha +androidx.appcompat.R$styleable: int[] DrawerArrowToggle +androidx.coordinatorlayout.R$id: int end +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ListView_DropDown +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeTotalPrecipitationProbability +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: java.util.concurrent.atomic.AtomicReference upstream +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_PopupWindow +wangdaye.com.geometricweather.db.entities.LocationEntity +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: void setStatus(int) +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: java.util.List value +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintGuide_percent +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getLongTemperatureText(android.content.Context,int) +james.adaptiveicon.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getAbbreviation(android.content.Context) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean images +cyanogenmod.themes.ThemeManager: void requestThemeChange(cyanogenmod.themes.ThemeChangeRequest,boolean) +com.google.android.material.R$attr: int layout_constraintTag +cyanogenmod.weather.WeatherInfo: long access$1002(cyanogenmod.weather.WeatherInfo,long) +androidx.customview.R$dimen: int notification_right_side_padding_top +com.google.android.material.R$styleable: int Toolbar_titleMargin +james.adaptiveicon.R$style: int Widget_AppCompat_ListView_Menu +androidx.appcompat.R$id: int action_text +com.google.android.material.R$dimen: int mtrl_calendar_days_of_week_height +wangdaye.com.geometricweather.R$drawable: int notif_temp_73 +com.google.android.material.chip.Chip: void setChipEndPaddingResource(int) +retrofit2.adapter.rxjava2.RxJava2CallAdapter +androidx.preference.R$styleable: int SeekBarPreference_showSeekBarValue +com.google.android.material.R$styleable: int Chip_closeIconTint +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Headline +androidx.dynamicanimation.R$styleable: R$styleable() +com.jaredrummler.android.colorpicker.R$attr: int iconifiedByDefault +io.reactivex.Observable: io.reactivex.Observable retryWhen(io.reactivex.functions.Function) +cyanogenmod.profiles.AirplaneModeSettings: void writeToParcel(android.os.Parcel,int) +okio.Base64: byte[] decode(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int[] MenuView +wangdaye.com.geometricweather.R$drawable: int notif_temp_140 +androidx.constraintlayout.widget.R$id: int action_divider +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_temp_2 +com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat_Dialog +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_customNavigationLayout +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_backgroundTint +androidx.loader.content.Loader +wangdaye.com.geometricweather.db.entities.AlertEntity: AlertEntity(java.lang.Long,java.lang.String,java.lang.String,long,java.util.Date,long,java.lang.String,java.lang.String,java.lang.String,int,int) +james.adaptiveicon.R$styleable: int AppCompatTextView_autoSizeStepGranularity +com.turingtechnologies.materialscrollbar.R$attr: int collapsedTitleGravity +wangdaye.com.geometricweather.R$layout: int widget_day_pixel +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayoutStates_state_collapsible +com.google.android.material.R$layout +okhttp3.internal.Util: java.nio.charset.Charset UTF_32_BE +james.adaptiveicon.R$layout: int abc_action_menu_layout +cyanogenmod.weather.CMWeatherManager: cyanogenmod.weather.ICMWeatherManager getService() +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_startIconDrawable +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setFillAlpha(float) +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_firstHorizontalBias +com.google.android.material.R$styleable: int BottomNavigationView_itemHorizontalTranslationEnabled +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setUpdateTime(long) +androidx.customview.R$styleable: int FontFamily_fontProviderCerts +com.google.android.material.textfield.TextInputLayout: void setPlaceholderTextEnabled(boolean) +wangdaye.com.geometricweather.R$styleable: int ArcProgress_progress_color +androidx.preference.R$style: int Preference_PreferenceScreen +androidx.vectordrawable.animated.R$dimen: int notification_right_side_padding_top +androidx.recyclerview.R$styleable: int FontFamilyFont_fontWeight +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast: long dt +com.google.android.material.R$styleable: int Chip_checkedIconTint +androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionBar_Solid +androidx.fragment.R$drawable: int notification_bg_low +android.didikee.donate.R$layout: int notification_template_icon_group +android.didikee.donate.R$styleable: int AppCompatTheme_listPopupWindowStyle +wangdaye.com.geometricweather.R$drawable: int abc_vector_test +cyanogenmod.profiles.BrightnessSettings: BrightnessSettings() +wangdaye.com.geometricweather.common.basic.models.weather.WindDegree: float degree +androidx.appcompat.R$attr: int dropdownListPreferredItemHeight +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxStrokeErrorColor +wangdaye.com.geometricweather.R$id: int action_mode_bar +com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol: com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol[] values() +android.didikee.donate.R$styleable: int MenuView_subMenuArrow +wangdaye.com.geometricweather.R$string: int gitHub +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: void dispose() +cyanogenmod.profiles.ConnectionSettings: boolean mDirty +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX: void setBrands(java.util.List) +okhttp3.Cookie: Cookie(java.lang.String,java.lang.String,long,java.lang.String,java.lang.String,boolean,boolean,boolean,boolean) +cyanogenmod.hardware.CMHardwareManager: int GAMMA_CALIBRATION_MAX_INDEX +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: void onComplete() +wangdaye.com.geometricweather.R$style: int Theme_Design +com.google.android.material.R$styleable: int[] SwitchMaterial +com.xw.repo.bubbleseekbar.R$styleable: int PopupWindowBackgroundState_state_above_anchor +wangdaye.com.geometricweather.R$styleable: int ChipGroup_chipSpacingVertical +okhttp3.Address: java.lang.String toString() +android.didikee.donate.R$styleable: int Toolbar_titleTextColor +com.bumptech.glide.integration.okhttp.R$attr: int fontProviderFetchStrategy +com.google.android.material.snackbar.SnackbarContentLayout: SnackbarContentLayout(android.content.Context,android.util.AttributeSet) +androidx.appcompat.R$styleable: int FontFamilyFont_fontVariationSettings +wangdaye.com.geometricweather.R$drawable: int design_ic_visibility_off +androidx.preference.R$styleable: int TextAppearance_textAllCaps +androidx.fragment.R$styleable: int GradientColor_android_centerX +androidx.work.NetworkType: androidx.work.NetworkType NOT_REQUIRED +io.reactivex.internal.subscriptions.DeferredScalarSubscription: boolean isEmpty() +androidx.work.R$id: int notification_background +androidx.swiperefreshlayout.R$layout: int notification_action_tombstone +androidx.loader.R$attr: int fontProviderFetchStrategy +androidx.fragment.R$id: int accessibility_custom_action_14 +wangdaye.com.geometricweather.R$styleable: int MotionLayout_currentState +retrofit2.Retrofit: retrofit2.CallAdapter callAdapter(java.lang.reflect.Type,java.lang.annotation.Annotation[]) +wangdaye.com.geometricweather.common.basic.models.weather.Alert: long alertId +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleTextAppearance +androidx.preference.R$attr: int buttonStyleSmall +okhttp3.internal.platform.ConscryptPlatform: java.security.Provider getProvider() +androidx.cardview.R$styleable: int CardView_cardMaxElevation +com.google.android.material.R$color: int mtrl_chip_close_icon_tint +androidx.constraintlayout.widget.R$id: int tabMode +com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getCounterOverflowDescription() +wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.String getDirection() +androidx.constraintlayout.widget.R$style: int Platform_ThemeOverlay_AppCompat +wangdaye.com.geometricweather.db.entities.LocationEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.LocationEntity,int) +wangdaye.com.geometricweather.R$attr: int startIconTint +wangdaye.com.geometricweather.common.basic.models.weather.WindDegree: float getDegree() +androidx.recyclerview.R$color +com.google.gson.internal.LinkedTreeMap: java.util.Comparator comparator +wangdaye.com.geometricweather.R$drawable: int abc_text_select_handle_middle_mtrl_dark +com.jaredrummler.android.colorpicker.R$attr: int windowActionModeOverlay +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Object readEntity(android.database.Cursor,int) +james.adaptiveicon.R$styleable: int Toolbar_titleMargins +androidx.appcompat.R$style: int Base_Widget_AppCompat_SeekBar +retrofit2.RequestBuilder$ContentTypeOverridingRequestBody: void writeTo(okio.BufferedSink) +com.google.android.material.internal.ParcelableSparseIntArray: android.os.Parcelable$Creator CREATOR +io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: io.reactivex.SingleSource other +wangdaye.com.geometricweather.R$xml: int network_security_config +com.amap.api.location.AMapLocationClientOption: void writeToParcel(android.os.Parcel,int) +androidx.constraintlayout.widget.R$styleable: int MockView_mock_showDiagonals +wangdaye.com.geometricweather.R$string: int material_timepicker_clock_mode_description +androidx.viewpager.R$styleable: int ColorStateListItem_android_color +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_searchHintIcon +com.google.android.gms.common.SignInButton: SignInButton(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$drawable: int ic_location +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver +androidx.core.app.NotificationCompatSideChannelService: NotificationCompatSideChannelService() +com.google.android.material.R$attr: int layout_constraintLeft_creator +androidx.lifecycle.MutableLiveData: void postValue(java.lang.Object) +androidx.preference.R$attr: int summary +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Day_Invalid +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: java.lang.String value +cyanogenmod.hardware.CMHardwareManager: int FEATURE_VIBRATOR +wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_weatherKindSpinner +okio.BufferedSource: int readUtf8CodePoint() +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_paddingLeft +com.turingtechnologies.materialscrollbar.R$color: int abc_btn_colored_text_material +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setOnRefreshListener(androidx.swiperefreshlayout.widget.SwipeRefreshLayout$OnRefreshListener) +com.google.android.material.chip.Chip: void setBackgroundColor(int) +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ButtonBar +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_z +com.turingtechnologies.materialscrollbar.R$color: int mtrl_textinput_hovered_box_stroke_color +cyanogenmod.app.IPartnerInterface: void setAirplaneModeEnabled(boolean) +cyanogenmod.externalviews.ExternalViewProviderService$Provider: int DEFAULT_WINDOW_FLAGS +androidx.work.R$layout +wangdaye.com.geometricweather.R$attr: int voiceIcon +androidx.preference.R$styleable: int MenuItem_actionLayout +com.google.android.material.textfield.TextInputLayout: void setErrorTextColor(android.content.res.ColorStateList) +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_rippleColor +com.google.android.gms.common.SupportErrorDialogFragment +com.jaredrummler.android.colorpicker.R$drawable: int abc_ab_share_pack_mtrl_alpha +okhttp3.internal.http2.Http2Stream: okio.Sink getSink() +androidx.work.R$id: int right_side +androidx.coordinatorlayout.widget.CoordinatorLayout: int getSuggestedMinimumHeight() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: void setUnit(java.lang.String) +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_android_focusable +androidx.appcompat.R$style: int Widget_AppCompat_ButtonBar +androidx.constraintlayout.widget.R$drawable: int btn_checkbox_checked_to_unchecked_mtrl_animation +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken END_OBJECT +org.greenrobot.greendao.AbstractDao: void detachAll() +com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_switch_to_on_mtrl_00001 +retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder addCallAdapterFactory(retrofit2.CallAdapter$Factory) +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: void enqueue(retrofit2.Callback) +cyanogenmod.profiles.RingModeSettings: java.lang.String RING_MODE_MUTE +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.HourlyEntity,long) +okhttp3.logging.HttpLoggingInterceptor: boolean bodyHasUnknownEncoding(okhttp3.Headers) +wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_marginStart +wangdaye.com.geometricweather.R$styleable: int GradientColorItem_android_offset +okhttp3.HttpUrl: okhttp3.HttpUrl$Builder newBuilder() +androidx.preference.R$styleable: int MenuItem_android_alphabeticShortcut +com.google.android.material.R$id: int percent +androidx.hilt.work.R$id: int accessibility_custom_action_30 +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableTintMode +androidx.appcompat.resources.R$styleable: int GradientColor_android_tileMode +androidx.preference.R$style: int Base_Theme_AppCompat_Light +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_checkedIcon +okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder tlsVersions(java.lang.String[]) +com.google.android.material.R$anim: R$anim() +androidx.fragment.app.FragmentTabHost$SavedState: android.os.Parcelable$Creator CREATOR +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarSplitStyle +androidx.hilt.R$id: int accessibility_custom_action_11 +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_peekHeight +cyanogenmod.app.CustomTile$ExpandedStyle: android.widget.RemoteViews getContentViews() +cyanogenmod.profiles.StreamSettings$1: cyanogenmod.profiles.StreamSettings createFromParcel(android.os.Parcel) +android.support.v4.app.RemoteActionCompatParcelizer: androidx.core.app.RemoteActionCompat read(androidx.versionedparcelable.VersionedParcel) +com.xw.repo.bubbleseekbar.R$attr: int drawerArrowStyle +com.xw.repo.bubbleseekbar.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton +com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_centerY +androidx.preference.R$attr: int paddingBottomNoButtons +androidx.loader.R$dimen: int notification_content_margin_start +androidx.preference.R$dimen: int abc_action_bar_content_inset_with_nav +androidx.customview.R$styleable: int FontFamilyFont_android_fontWeight +com.google.android.material.R$styleable: int KeyAttribute_motionProgress +com.google.android.material.appbar.CollapsingToolbarLayout: int getExpandedTitleMarginTop() +wangdaye.com.geometricweather.remoteviews.config.WeekWidgetConfigActivity: WeekWidgetConfigActivity() +wangdaye.com.geometricweather.R$string: int mtrl_exceed_max_badge_number_suffix +androidx.viewpager.R$styleable: int ColorStateListItem_alpha +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_maxElementsWrap +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: HourlyEntityDao(org.greenrobot.greendao.internal.DaoConfig) +com.google.android.material.R$styleable: int Spinner_android_popupBackground +com.google.android.material.R$dimen: int design_fab_image_size +cyanogenmod.app.ProfileManager: void addProfile(cyanogenmod.app.Profile) +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: java.lang.Throwable error +wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_spinBars +james.adaptiveicon.R$styleable: int ActionBar_itemPadding +com.jaredrummler.android.colorpicker.R$attr: int homeAsUpIndicator +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small +androidx.fragment.R$id: int accessibility_custom_action_5 +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: void onNext(java.lang.Object) +androidx.preference.R$styleable: int AppCompatTheme_imageButtonStyle +androidx.preference.R$attr: int title +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setOverlay(java.lang.String) +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedEmitLast: ObservableSampleTimed$SampleTimedEmitLast(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +androidx.appcompat.widget.ActivityChooserView: void setExpandActivityOverflowButtonDrawable(android.graphics.drawable.Drawable) +com.google.android.material.R$styleable: int MenuItem_android_visible +com.google.android.material.R$layout: int abc_search_dropdown_item_icons_2line +com.turingtechnologies.materialscrollbar.R$attr: int layout_anchor +cyanogenmod.externalviews.KeyguardExternalView: KeyguardExternalView(android.content.Context,android.util.AttributeSet,int) +androidx.constraintlayout.widget.R$attr: int onPositiveCross +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder pingInterval(java.time.Duration) +wangdaye.com.geometricweather.R$id: int activity_weather_daily_toolbar +okhttp3.internal.http2.Http2Stream: void checkOutNotClosed() +okhttp3.HttpUrl +androidx.transition.R$id: R$id() +okhttp3.internal.http2.Hpack: okhttp3.internal.http2.Header[] STATIC_HEADER_TABLE +androidx.appcompat.resources.R$id: int accessibility_custom_action_16 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: CaiYunMainlyResult$ForecastDailyBean$WindBeanX() +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_gestureInsetBottomIgnored +com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_multiChoiceItemLayout +android.didikee.donate.R$style: int Theme_AppCompat_Light_Dialog_Alert +androidx.transition.R$styleable: int FontFamilyFont_android_font +com.google.android.material.R$style: int Widget_MaterialComponents_Button_OutlinedButton +com.google.android.material.R$styleable: int[] MenuItem +androidx.appcompat.R$color: int foreground_material_dark +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer totalCloudCover +androidx.hilt.R$drawable: int notification_template_icon_bg +cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode mSoundMode +retrofit2.KotlinExtensions$suspendAndThrow$1: java.lang.Object invokeSuspend(java.lang.Object) +androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_DayNight +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_37 +androidx.transition.R$id: int transition_layout_save +io.reactivex.disposables.RunnableDisposable: java.lang.String toString() +androidx.lifecycle.ViewModel: java.lang.Object getTag(java.lang.String) +androidx.preference.R$dimen: int abc_text_size_headline_material +com.xw.repo.bubbleseekbar.R$attr: int windowActionModeOverlay +wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.String updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.LocationEntity,long) +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast: long serialVersionUID +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Dialog_MinWidth +androidx.core.R$id: R$id() +androidx.hilt.lifecycle.R$id: int async +wangdaye.com.geometricweather.R$animator: int design_appbar_state_list_animator +com.github.rahatarmanahmed.cpv.CircularProgressView$5: void onAnimationEnd(android.animation.Animator) +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex tomorrow +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.Precipitation getPrecipitation() +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActivityChooserView +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void onComplete() +cyanogenmod.app.ProfileGroup$2: int[] $SwitchMap$cyanogenmod$app$ProfileGroup$Mode +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.Integer dbz +com.xw.repo.bubbleseekbar.R$styleable: int ViewBackgroundHelper_backgroundTintMode +wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle +james.adaptiveicon.R$style: int Theme_AppCompat_Light_DialogWhenLarge +okio.Pipe: Pipe(long) +okhttp3.internal.cache.DiskLruCache: void trimToSize() +okhttp3.ConnectionPool: java.util.Deque connections +androidx.drawerlayout.R$dimen: int notification_subtext_size +com.google.android.material.bottomappbar.BottomAppBar: BottomAppBar(android.content.Context) +com.jaredrummler.android.colorpicker.R$dimen +androidx.core.R$id: int accessibility_custom_action_6 +okhttp3.internal.http2.Http2: byte FLAG_COMPRESSED +com.github.rahatarmanahmed.cpv.CircularProgressView: int thickness +com.google.android.material.R$styleable: int NavigationView_itemShapeAppearanceOverlay +androidx.coordinatorlayout.widget.CoordinatorLayout: java.util.List getDependencySortedChildren() +androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceListItem +cyanogenmod.providers.CMSettings$Secure: java.lang.String APP_PERFORMANCE_PROFILES_ENABLED +com.google.android.material.R$styleable: int StateListDrawable_android_dither +com.xw.repo.bubbleseekbar.R$color: int background_material_dark +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean getUrl() +com.jaredrummler.android.colorpicker.R$attr: int title +wangdaye.com.geometricweather.R$styleable: int NavigationView_menu +com.google.android.material.R$string: int mtrl_picker_range_header_title +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String tempMax +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust: AccuCurrentResult$WindGust() +io.reactivex.disposables.ReferenceDisposable: void dispose() +cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_onAttach_0 +androidx.preference.TwoStatePreference +cyanogenmod.externalviews.IExternalViewProvider: void onAttach(android.os.IBinder) +okhttp3.ConnectionPool: int idleConnectionCount() +androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_drawableBottom +androidx.recyclerview.R$styleable: int FontFamily_fontProviderPackage +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_marginTop +okhttp3.CacheControl: int maxAgeSeconds() +com.google.android.material.slider.Slider: void setTrackInactiveTintList(android.content.res.ColorStateList) +io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: org.reactivestreams.Subscription upstream +com.xw.repo.bubbleseekbar.R$attr: int fontProviderPackage +androidx.cardview.R$attr: int contentPaddingLeft +com.google.android.material.R$attr: int dayInvalidStyle +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay CARD_ALLERGEN +com.jaredrummler.android.colorpicker.R$attr: int preferenceScreenStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String getLocationKey() +androidx.appcompat.widget.FitWindowsFrameLayout: FitWindowsFrameLayout(android.content.Context) +wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customBoolean +okio.RealBufferedSink: void close() +james.adaptiveicon.R$attr: int textAppearanceSearchResultSubtitle +com.google.android.material.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar +com.google.android.material.R$attr: int colorOnPrimarySurface +com.google.android.material.R$attr: int tickColor +com.jaredrummler.android.colorpicker.R$layout: int abc_screen_content_include +okio.Okio: boolean isAndroidGetsocknameError(java.lang.AssertionError) +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintTag +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_elevation +okhttp3.internal.http2.Http2Connection: boolean $assertionsDisabled +com.google.android.material.R$color: int material_on_primary_emphasis_high_type +cyanogenmod.themes.IThemeChangeListener$Stub: android.os.IBinder asBinder() +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast: ObservableSampleWithObservable$SampleMainEmitLast(io.reactivex.Observer,io.reactivex.ObservableSource) +wangdaye.com.geometricweather.R$attr: int fabAnimationMode +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: io.reactivex.functions.Function itemTimeoutIndicator +james.adaptiveicon.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light +com.google.android.material.R$attr: int textAppearanceCaption +androidx.work.R$attr: int alpha +androidx.appcompat.R$color: int ripple_material_dark +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title +com.xw.repo.bubbleseekbar.R$id: int icon_group +androidx.lifecycle.AndroidViewModel: android.app.Application mApplication +james.adaptiveicon.R$attr: int buttonPanelSideLayout +retrofit2.Invocation: java.lang.reflect.Method method +com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_layout_keyline +cyanogenmod.alarmclock.ClockContract$InstancesColumns: int SILENT_STATE +wangdaye.com.geometricweather.remoteviews.config.Hilt_WeekWidgetConfigActivity +okhttp3.Challenge: java.lang.String scheme +androidx.viewpager2.R$drawable: int notification_bg_normal_pressed +okhttp3.Request$Builder: okhttp3.Request$Builder addHeader(java.lang.String,java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Direction Direction +wangdaye.com.geometricweather.R$attr: int layout_constrainedHeight +okhttp3.internal.ws.RealWebSocket: int receivedPingCount() +okhttp3.internal.tls.BasicTrustRootIndex: boolean equals(java.lang.Object) +wangdaye.com.geometricweather.R$anim: int abc_popup_enter +wangdaye.com.geometricweather.R$id: int unlabeled +com.jaredrummler.android.colorpicker.R$styleable: int MenuGroup_android_checkableBehavior +com.bumptech.glide.integration.okhttp.R$color: int ripple_material_light +wangdaye.com.geometricweather.common.basic.GeoActivity +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintDimensionRatio +androidx.preference.R$attr: int listLayout +androidx.appcompat.resources.R$styleable: int[] AnimatedStateListDrawableCompat +androidx.constraintlayout.widget.R$drawable: int abc_btn_switch_to_on_mtrl_00001 +androidx.preference.R$attr: int persistent +com.xw.repo.bubbleseekbar.R$attr: int toolbarStyle +androidx.preference.R$styleable: int ListPreference_useSimpleSummaryProvider +wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: WidgetItemView(android.content.Context) +okhttp3.internal.connection.RouteDatabase: boolean shouldPostpone(okhttp3.Route) +wangdaye.com.geometricweather.R$attr: int suffixTextAppearance +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void complete() +com.loc.h: void stopLocation() +com.xw.repo.bubbleseekbar.R$attr: int buttonStyle +com.google.android.material.R$attr: int maxVelocity +com.jaredrummler.android.colorpicker.R$attr: int panelMenuListTheme +androidx.recyclerview.R$id: int item_touch_helper_previous_elevation +androidx.preference.R$string: int abc_action_menu_overflow_description +io.reactivex.Observable: io.reactivex.Observable lift(io.reactivex.ObservableOperator) +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem +wangdaye.com.geometricweather.R$array: int precipitation_unit_values +james.adaptiveicon.R$layout: int abc_popup_menu_header_item_layout +androidx.constraintlayout.widget.R$attr: int flow_padding +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_Dialog_MinWidth +androidx.loader.R$id: int action_text +wangdaye.com.geometricweather.R$attr: int textAppearanceSubtitle2 +com.jaredrummler.android.colorpicker.R$attr: int fontProviderPackage +androidx.hilt.work.R$anim: int fragment_fast_out_extra_slow_in +com.google.android.material.bottomappbar.BottomAppBar$Behavior +com.google.android.material.R$attr: int singleSelection +androidx.lifecycle.ViewModelStore: java.util.HashMap mMap +androidx.preference.R$attr: int selectable +androidx.transition.R$styleable: int ColorStateListItem_android_color +com.google.android.material.R$styleable: int FloatingActionButton_maxImageSize +wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView: TrendRecyclerView(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: java.util.List toCardDisplayList(java.lang.String) +com.google.android.material.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset +wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_dayInvalidStyle +androidx.preference.R$styleable: int AnimatedStateListDrawableItem_android_id +androidx.appcompat.widget.AppCompatTextView: int getFirstBaselineToTopHeight() +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean delayError +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable +com.google.android.material.R$styleable: int Layout_layout_constraintGuide_percent +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Maximum +wangdaye.com.geometricweather.R$styleable: int[] SignInButton +androidx.preference.R$id: int actions +cyanogenmod.app.CustomTile$ExpandedItem$1: cyanogenmod.app.CustomTile$ExpandedItem[] newArray(int) +com.jaredrummler.android.colorpicker.R$id: int shades_divider +cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator access$100() +androidx.coordinatorlayout.R$color: int ripple_material_light +com.turingtechnologies.materialscrollbar.R$id: int screen +androidx.swiperefreshlayout.R$attr: R$attr() +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_PopupMenu +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_numericShortcut +com.amap.api.location.AMapLocation: void setLocationQualityReport(com.amap.api.location.AMapLocationQualityReport) +okhttp3.internal.http2.Http2Stream$FramingSink: Http2Stream$FramingSink(okhttp3.internal.http2.Http2Stream) +com.turingtechnologies.materialscrollbar.R$id: int transition_transform +com.jaredrummler.android.colorpicker.R$style: int Base_AlertDialog_AppCompat_Light +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean humidity +retrofit2.OkHttpCall: retrofit2.Response parseResponse(okhttp3.Response) +com.google.gson.stream.JsonScope: int NONEMPTY_DOCUMENT +cyanogenmod.weather.ICMWeatherManager$Stub: ICMWeatherManager$Stub() +wangdaye.com.geometricweather.R$dimen: int mtrl_slider_track_top +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean +com.google.android.material.R$styleable: int Layout_layout_constraintStart_toStartOf +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: java.lang.String Category +androidx.work.BackoffPolicy: androidx.work.BackoffPolicy EXPONENTIAL +wangdaye.com.geometricweather.db.entities.LocationEntity: void setLatitude(float) +androidx.preference.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_98 +wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: void setOnPageSwipeListener(wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout$OnPagerSwipeListener) +okhttp3.internal.cache.CacheInterceptor: okhttp3.Response stripBody(okhttp3.Response) +okhttp3.ConnectionSpec: boolean supportsTlsExtensions +james.adaptiveicon.R$styleable: int AppCompatTheme_dropDownListViewStyle +android.didikee.donate.R$id: int line3 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean current +android.didikee.donate.R$attr: int background +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Direction: java.lang.String Localized +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dialogPreferredPadding +androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dropdownitem_icon_width +androidx.preference.R$style: int Preference_SwitchPreferenceCompat_Material +wangdaye.com.geometricweather.R$attr: int tabIndicatorGravity +androidx.lifecycle.Transformations$1 +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_android_focusable +com.amap.api.location.AMapLocationClientOption: long r +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language TURKISH +android.didikee.donate.R$style: int Widget_AppCompat_ActionBar_Solid +james.adaptiveicon.R$id: int search_src_text +wangdaye.com.geometricweather.R$attr: int listChoiceIndicatorSingleAnimated +com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleTextAppearance(int) +wangdaye.com.geometricweather.R$dimen: int mtrl_fab_min_touch_target +androidx.appcompat.R$dimen: int abc_action_bar_icon_vertical_padding_material +okhttp3.internal.ws.RealWebSocket$Message: okio.ByteString data +com.bumptech.glide.integration.okhttp.R$dimen: int notification_small_icon_size_as_large +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps: MfWarningsResult$WarningTimelaps() +wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout +com.turingtechnologies.materialscrollbar.R$attr: int buttonBarNeutralButtonStyle +okio.BufferedSource: long indexOfElement(okio.ByteString) +androidx.preference.R$dimen: int notification_right_side_padding_top +com.xw.repo.bubbleseekbar.R$attr: int bsb_auto_adjust_section_mark +android.didikee.donate.R$attr: int listPreferredItemHeight io.reactivex.Observable: io.reactivex.Observable delaySubscription(long,java.util.concurrent.TimeUnit) -cyanogenmod.providers.CMSettings$Secure: java.lang.String STATS_COLLECTION -com.jaredrummler.android.colorpicker.R$attr: int colorControlHighlight -okhttp3.internal.ws.RealWebSocket$CancelRunnable: void run() -cyanogenmod.providers.CMSettings$Secure$2: boolean validate(java.lang.String) -cyanogenmod.externalviews.ExternalViewProviderService: cyanogenmod.externalviews.ExternalViewProviderService$Provider createExternalView(android.os.Bundle) -androidx.constraintlayout.widget.R$drawable: int abc_textfield_search_activated_mtrl_alpha -com.turingtechnologies.materialscrollbar.R$attr: int passwordToggleTintMode -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.util.concurrent.atomic.AtomicReference error -com.google.android.material.appbar.CollapsingToolbarLayout: android.graphics.Typeface getExpandedTitleTypeface() -com.turingtechnologies.materialscrollbar.R$attr: int buttonBarButtonStyle -wangdaye.com.geometricweather.db.entities.LocationEntity: boolean getCurrentPosition() -wangdaye.com.geometricweather.R$drawable: int abc_ratingbar_indicator_material -androidx.lifecycle.extensions.R$styleable: int FontFamily_fontProviderAuthority -com.google.android.material.snackbar.SnackbarContentLayout: android.widget.Button getActionView() -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_elevation -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 -androidx.appcompat.R$attr: int titleTextAppearance -androidx.appcompat.widget.SearchView$SearchAutoComplete: SearchView$SearchAutoComplete(android.content.Context) -com.jaredrummler.android.colorpicker.R$style: int Base_V26_Widget_AppCompat_Toolbar -androidx.appcompat.resources.R$dimen: R$dimen() -com.google.gson.internal.$Gson$Types$WildcardTypeImpl: $Gson$Types$WildcardTypeImpl(java.lang.reflect.Type[],java.lang.reflect.Type[]) -com.amap.api.location.APSService: APSService() -james.adaptiveicon.R$attr: int colorPrimary -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorPrimaryDark -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void onComplete() -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_marginEnd -wangdaye.com.geometricweather.R$styleable: int KeyCycle_transitionEasing -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_alphabeticModifiers -retrofit2.BuiltInConverters: retrofit2.Converter requestBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],java.lang.annotation.Annotation[],retrofit2.Retrofit) -wangdaye.com.geometricweather.R$style: int Base_V23_Theme_AppCompat_Light -androidx.legacy.coreutils.R$styleable: int GradientColor_android_startX -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator -androidx.drawerlayout.R$drawable: int notification_icon_background -okio.AsyncTimeout$1: okio.AsyncTimeout this$0 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: CaiYunMainlyResult$AlertsBean() -com.google.android.material.R$styleable: int View_android_focusable -com.turingtechnologies.materialscrollbar.R$style: int Animation_Design_BottomSheetDialog -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonBarButtonStyle -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView -cyanogenmod.externalviews.IExternalViewProvider$Stub: IExternalViewProvider$Stub() -io.reactivex.Observable: io.reactivex.Observable onErrorResumeNext(io.reactivex.ObservableSource) -retrofit2.adapter.rxjava2.BodyObservable: io.reactivex.Observable upstream -cyanogenmod.app.ProfileGroup: java.lang.String TAG -com.google.android.material.slider.BaseSlider: void setHaloTintList(android.content.res.ColorStateList) -okio.ByteString -androidx.viewpager2.R$id: int tag_accessibility_clickable_spans -okhttp3.internal.Util: javax.net.ssl.X509TrustManager platformTrustManager() -cyanogenmod.weather.WeatherInfo: WeatherInfo(android.os.Parcel) -com.google.android.material.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem -okhttp3.Cookie: boolean pathMatch(okhttp3.HttpUrl,java.lang.String) -com.google.android.material.R$attr: int materialThemeOverlay -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_transitionPathRotate -androidx.fragment.R$string: R$string() -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: long EpochEndTime -androidx.viewpager.R$styleable: int GradientColor_android_centerX -io.reactivex.Observable: io.reactivex.Observable combineLatestDelayError(java.lang.Iterable,io.reactivex.functions.Function,int) -androidx.preference.R$style: int Base_Widget_AppCompat_ActionButton_Overflow -com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding -okio.HashingSink: okio.HashingSink sha512(okio.Sink) -android.didikee.donate.R$styleable: int[] PopupWindowBackgroundState -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.DailyEntityDao getDailyEntityDao() -com.google.android.material.R$attr: int actionDropDownStyle -james.adaptiveicon.R$styleable: int SwitchCompat_switchMinWidth -retrofit2.ParameterHandler$Headers: int p -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title -com.amap.api.location.AMapLocationQualityReport: java.lang.String getNetworkType() -androidx.preference.R$style: int Base_Widget_AppCompat_ListView_Menu -com.github.rahatarmanahmed.cpv.CircularProgressView: CircularProgressView(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$color: int abc_btn_colored_borderless_text_material -androidx.appcompat.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog -com.google.android.material.R$styleable: int Transform_android_translationX -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse -retrofit2.Platform$Android$MainThreadExecutor: Platform$Android$MainThreadExecutor() -cyanogenmod.themes.IThemeProcessingListener$Stub$Proxy: void onFinishedProcessing(java.lang.String) -androidx.appcompat.widget.Toolbar: void setLogoDescription(java.lang.CharSequence) -okhttp3.internal.cache.CacheInterceptor: okhttp3.Response cacheWritingResponse(okhttp3.internal.cache.CacheRequest,okhttp3.Response) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog -androidx.appcompat.R$dimen: int abc_list_item_height_large_material -okhttp3.internal.Util: java.lang.String[] concat(java.lang.String[],java.lang.String) -io.reactivex.Observable: io.reactivex.Observable skip(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -com.github.rahatarmanahmed.cpv.CircularProgressView$5: void onAnimationEnd(android.animation.Animator) -com.jaredrummler.android.colorpicker.R$layout: int preference_list_fragment -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder encodedQuery(java.lang.String) -cyanogenmod.app.CMTelephonyManager: void setDefaultPhoneSub(int) -com.google.android.material.R$string: int material_hour_suffix -cyanogenmod.app.ICMStatusBarManager$Stub$Proxy -com.jaredrummler.android.colorpicker.R$string: int expand_button_title -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String getCityId() -android.didikee.donate.R$drawable: int abc_text_cursor_material -androidx.constraintlayout.widget.R$drawable: int btn_radio_off_to_on_mtrl_animation -androidx.preference.R$attr: int windowMinWidthMinor -com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_BottomSheet -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: int getStatus() -androidx.appcompat.R$drawable: int abc_textfield_default_mtrl_alpha -com.google.android.material.R$style: int Base_Widget_AppCompat_AutoCompleteTextView -com.amap.api.location.AMapLocationClientOption$AMapLocationMode: com.amap.api.location.AMapLocationClientOption$AMapLocationMode Battery_Saving -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_android_thumb -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_maxHeight -com.xw.repo.bubbleseekbar.R$color: int abc_hint_foreground_material_dark -okhttp3.WebSocketListener: void onMessage(okhttp3.WebSocket,java.lang.String) -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon -com.turingtechnologies.materialscrollbar.R$interpolator: int mtrl_fast_out_linear_in -com.google.android.material.R$id: int largeLabel -com.baidu.location.LocationClientOption$LocationMode: com.baidu.location.LocationClientOption$LocationMode Device_Sensors -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Menu -wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: void setChartItemView(wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView) -com.turingtechnologies.materialscrollbar.R$color: int mtrl_fab_ripple_color -androidx.swiperefreshlayout.R$attr: int swipeRefreshLayoutProgressSpinnerBackgroundColor -androidx.preference.R$id: int accessibility_custom_action_5 -cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_getLiveLockScreenEnabled -com.github.rahatarmanahmed.cpv.R$styleable -wangdaye.com.geometricweather.R$id: int item_icon_provider_get_more_chronus -cyanogenmod.media.MediaRecorder: java.lang.String EXTRA_HOTWORD_INPUT_STATE -wangdaye.com.geometricweather.R$attr: int content -james.adaptiveicon.R$drawable: int abc_dialog_material_background -androidx.preference.R$style: int Base_V7_Widget_AppCompat_EditText -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowFixedHeightMinor -com.xw.repo.bubbleseekbar.R$id: int search_go_btn -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setType(java.lang.String) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_89 -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintWidth_percent -com.jaredrummler.android.colorpicker.R$color: int preference_fallback_accent_color -com.google.android.material.R$styleable: int AppCompatTheme_windowFixedHeightMinor +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query +androidx.viewpager2.R$id: int accessibility_custom_action_24 +wangdaye.com.geometricweather.R$drawable: int weather_rain +wangdaye.com.geometricweather.R$dimen: int widget_mini_weather_icon_size +com.google.android.material.R$attr: int layout_constraintBaseline_toBaselineOf +okhttp3.internal.connection.RealConnection: boolean isHealthy(boolean) +wangdaye.com.geometricweather.R$drawable: int ic_clock_black_24dp +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.lang.String pollutant +wangdaye.com.geometricweather.R$dimen: R$dimen() +com.turingtechnologies.materialscrollbar.R$attr: int popupMenuStyle +okio.DeflaterSink: void flush() +androidx.appcompat.R$style: int Base_Widget_AppCompat_ListPopupWindow +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: void onNext(java.lang.Object) +cyanogenmod.weather.WeatherInfo$DayForecast: android.os.Parcelable$Creator CREATOR +cyanogenmod.hardware.ThermalListenerCallback$State: int STATE_WARM_FALLING +com.github.rahatarmanahmed.cpv.CircularProgressView$6: CircularProgressView$6(com.github.rahatarmanahmed.cpv.CircularProgressView) +com.google.android.material.R$color: int highlighted_text_material_light +androidx.dynamicanimation.R$dimen: int notification_main_column_padding_top +com.turingtechnologies.materialscrollbar.R$id: int content +wangdaye.com.geometricweather.R$string: int content_des_co +com.turingtechnologies.materialscrollbar.R$animator: int design_appbar_state_list_animator +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWindDegree(wangdaye.com.geometricweather.common.basic.models.weather.WindDegree) +androidx.preference.R$styleable: int AppCompatTheme_windowMinWidthMinor +android.support.v4.os.ResultReceiver: android.support.v4.os.IResultReceiver mReceiver +androidx.activity.R$layout: int notification_template_custom_big +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_height_fullscreen +com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat +androidx.preference.R$dimen: int abc_floating_window_z +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_contentInsetEndWithActions +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem +cyanogenmod.providers.CMSettings$System: java.lang.String DOUBLE_TAP_SLEEP_GESTURE +com.google.android.material.R$dimen: int cardview_default_radius +wangdaye.com.geometricweather.R$id: int item_about_header_appVersion +com.google.android.material.R$attr: int drawableStartCompat +com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_android_layout +com.jaredrummler.android.colorpicker.R$styleable: int ViewBackgroundHelper_android_background +wangdaye.com.geometricweather.R$styleable: int Variant_region_heightMoreThan +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_creator +cyanogenmod.profiles.ConnectionSettings$1: java.lang.Object createFromParcel(android.os.Parcel) +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query +com.google.android.material.bottomnavigation.BottomNavigationItemView: BottomNavigationItemView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun: java.util.Date Rise +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_RatingBar +com.amap.api.location.AMapLocationClientOption: java.lang.Object clone() +okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.tls.TrustRootIndex buildTrustRootIndex(javax.net.ssl.X509TrustManager) +androidx.constraintlayout.widget.R$attr: int buttonStyleSmall +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: void setNames(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getO3() +androidx.lifecycle.extensions.R$styleable: int FontFamily_fontProviderFetchStrategy +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintEnd_toEndOf +okhttp3.internal.Util: int skipLeadingAsciiWhitespace(java.lang.String,int,int) +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setWallpaperId(long) +androidx.constraintlayout.widget.R$attr: int actionModeCloseDrawable +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_passwordToggleContentDescription +wangdaye.com.geometricweather.common.basic.models.options.DarkMode +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: void setNames(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX) +androidx.legacy.coreutils.R$dimen: int notification_large_icon_height +androidx.vectordrawable.R$layout: int notification_template_icon_group +wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit +retrofit2.ParameterHandler$Body +androidx.loader.R$drawable: int notification_bg_low_normal +wangdaye.com.geometricweather.R$style: int Test_Widget_MaterialComponents_MaterialCalendar +androidx.appcompat.R$anim: int abc_grow_fade_in_from_bottom +androidx.activity.R$id: int accessibility_custom_action_26 +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TabLayout_Colored +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_numericModifiers +androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_scaleX +androidx.legacy.coreutils.R$attr: int ttcIndex +androidx.appcompat.R$id: int submenuarrow +androidx.transition.R$styleable: int GradientColor_android_type +com.github.rahatarmanahmed.cpv.CircularProgressView$2: CircularProgressView$2(com.github.rahatarmanahmed.cpv.CircularProgressView,float) +androidx.hilt.work.R$drawable: int notification_template_icon_low_bg +androidx.vectordrawable.animated.R$style: R$style() +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer moldLevel +androidx.hilt.R$drawable: R$drawable() +wangdaye.com.geometricweather.R$drawable: int shortcuts_cloudy_foreground +com.xw.repo.bubbleseekbar.R$id: int group_divider +com.turingtechnologies.materialscrollbar.R$id: int bottom +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabInlineLabel +okhttp3.Cache: void delete() +com.google.android.material.R$styleable: int Constraint_layout_editor_absoluteY +androidx.legacy.coreutils.R$styleable: int FontFamilyFont_fontWeight +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_checkboxStyle +com.amap.api.location.AMapLocation: java.lang.String getCityCode() +androidx.appcompat.widget.SearchView: androidx.cursoradapter.widget.CursorAdapter getSuggestionsAdapter() +androidx.drawerlayout.R$id: int tag_unhandled_key_event_manager +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_thumbTint +com.jaredrummler.android.colorpicker.R$attr: int textAppearanceSearchResultTitle +okhttp3.internal.http2.Hpack$Reader: void clearDynamicTable() +io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +android.didikee.donate.R$drawable: int abc_list_pressed_holo_light +androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding +android.didikee.donate.R$styleable: int Toolbar_titleMargins +wangdaye.com.geometricweather.R$attr: int boxCollapsedPaddingTop +wangdaye.com.geometricweather.R$animator: int mtrl_fab_show_motion_spec +androidx.cardview.R$color: int cardview_shadow_start_color +androidx.constraintlayout.widget.R$drawable: int abc_btn_radio_material_anim +wangdaye.com.geometricweather.R$string: int settings_title_live_wallpaper +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse +com.google.android.material.R$attr: int ttcIndex +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: long time +wangdaye.com.geometricweather.R$attr: int bsb_hide_bubble +androidx.preference.R$attr: int windowNoTitle +androidx.appcompat.R$attr: int measureWithLargestChild +androidx.cardview.R$dimen: int cardview_default_elevation +wangdaye.com.geometricweather.R$string: int bottom_sheet_behavior +androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_fontVariationSettings +com.turingtechnologies.materialscrollbar.R$id: int customPanel +androidx.recyclerview.R$attr +android.didikee.donate.R$styleable: int AppCompatTheme_actionModeShareDrawable +okhttp3.internal.platform.Platform: java.lang.Object readFieldOrNull(java.lang.Object,java.lang.Class,java.lang.String) +com.google.android.material.R$attr: int checkedIconMargin +com.google.android.material.R$attr: int cardBackgroundColor +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX getTemperature() +androidx.constraintlayout.widget.R$attr: int switchPadding +cyanogenmod.weather.WeatherLocation$Builder: cyanogenmod.weather.WeatherLocation$Builder setCountry(java.lang.String) +cyanogenmod.providers.DataUsageContract: int COLUMN_OF_FAST_SAMPLES +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Body2 +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.Temperature temperature +cyanogenmod.power.IPerformanceManager: int getPowerProfile() +com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_Alert +cyanogenmod.app.BaseLiveLockManagerService: android.os.RemoteCallbackList mChangeListeners +com.google.android.material.R$styleable: int Constraint_barrierMargin +com.amap.api.fence.GeoFence$1: GeoFence$1() +io.reactivex.internal.schedulers.RxThreadFactory: int priority +wangdaye.com.geometricweather.R$style: int Preference_DropDown +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Body1 +okhttp3.RealCall: okhttp3.Response execute() +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void fail(java.lang.Throwable,io.reactivex.Observer,io.reactivex.internal.queue.SpscLinkedArrayQueue) +androidx.constraintlayout.widget.R$attr: int alphabeticModifiers +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX temperature +androidx.viewpager2.R$id: int accessibility_custom_action_28 +cyanogenmod.hardware.ICMHardwareService: boolean setDisplayColorCalibration(int[]) +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: boolean hasKey(java.lang.Object) +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ActionBar_Primary +androidx.preference.R$id: int accessibility_custom_action_28 +androidx.constraintlayout.widget.R$drawable: int abc_ic_menu_selectall_mtrl_alpha +com.xw.repo.bubbleseekbar.R$id: int time +androidx.preference.R$style: int Animation_AppCompat_Tooltip +cyanogenmod.hardware.CMHardwareManager: byte[] readPersistentBytes(java.lang.String) +androidx.legacy.coreutils.R$attr: int fontProviderFetchTimeout +cyanogenmod.themes.IThemeService$Stub: IThemeService$Stub() +androidx.appcompat.R$drawable: int abc_list_pressed_holo_dark +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layoutDescription +androidx.appcompat.resources.R$id: int normal +androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerViewAccessibilityDelegate getCompatAccessibilityDelegate() +okio.AsyncTimeout$2: AsyncTimeout$2(okio.AsyncTimeout,okio.Source) +retrofit2.OkHttpCall$ExceptionCatchingResponseBody +okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean isCanceled() +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_SCREEN_ON_VALIDATOR +cyanogenmod.externalviews.KeyguardExternalViewProviderService: android.os.Handler mHandler +com.jaredrummler.android.colorpicker.R$dimen: int abc_seekbar_track_progress_height_material +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Body1 +com.bumptech.glide.R$drawable: int notification_bg_low_pressed +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: int requestFusion(int) +com.xw.repo.bubbleseekbar.R$id: int text2 +com.google.android.material.R$attr: int expandedTitleMarginBottom +okhttp3.internal.cache.FaultHidingSink: boolean hasErrors +okhttp3.internal.cache.DiskLruCache$3: java.util.Iterator delegate +wangdaye.com.geometricweather.R$drawable: int ic_search +io.reactivex.internal.observers.ForEachWhileObserver: io.reactivex.functions.Action onComplete +wangdaye.com.geometricweather.R$drawable: int widget_card_light_40 +wangdaye.com.geometricweather.R$id: int mtrl_picker_header_title_and_selection +androidx.appcompat.R$id: int progress_horizontal +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilityRain: java.lang.Integer proba6H +wangdaye.com.geometricweather.R$string: int done +androidx.vectordrawable.R$styleable: int GradientColor_android_centerY +com.turingtechnologies.materialscrollbar.R$interpolator: int mtrl_linear +com.amap.api.location.AMapLocation: int LOCATION_TYPE_LAST_LOCATION_CACHE +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: int unitArrayIndex +wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode getInstance(java.lang.String) +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: io.reactivex.ObservableSource sampler +android.didikee.donate.R$drawable: int abc_ic_star_black_36dp +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_always_show_bubble_delay +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void onComplete() +com.google.android.material.R$styleable: int KeyAttribute_curveFit +okhttp3.Cache$CacheRequestImpl$1: Cache$CacheRequestImpl$1(okhttp3.Cache$CacheRequestImpl,okio.Sink,okhttp3.Cache,okhttp3.internal.cache.DiskLruCache$Editor) +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_selection_text_baseline_to_top +androidx.preference.R$color: int error_color_material_light +com.turingtechnologies.materialscrollbar.Indicator +io.reactivex.Observable: io.reactivex.Observable buffer(io.reactivex.ObservableSource) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dividerHorizontal +androidx.hilt.work.R$dimen: int notification_subtext_size +com.bumptech.glide.R$styleable: int[] GradientColor +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: int EndMinute +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: java.lang.String getValue() +androidx.hilt.lifecycle.R$styleable: int FontFamily_fontProviderQuery +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Display2 +cyanogenmod.profiles.BrightnessSettings: boolean mOverride +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cuv +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Object getKey(java.lang.Object) +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_PopupMenu +com.xw.repo.bubbleseekbar.R$color: int switch_thumb_disabled_material_dark +com.google.android.material.chip.ChipGroup: void setOnHierarchyChangeListener(android.view.ViewGroup$OnHierarchyChangeListener) +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: java.lang.String Text +com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_transparent_bg_color +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1: wangdaye.com.geometricweather.location.services.LocationService$LocationCallback val$callback +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabPadding +com.jaredrummler.android.colorpicker.NestedGridView +wangdaye.com.geometricweather.R$string: int phase_full +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: java.lang.String getWeatherText() +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver +androidx.drawerlayout.R$id: int title +wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: void setProgressBackgroundColor(int) +com.google.android.material.R$styleable: int[] MaterialAlertDialogTheme +com.google.android.material.R$styleable: int ConstraintSet_flow_firstHorizontalStyle +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen +androidx.preference.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_orientation +cyanogenmod.providers.CMSettings$System: boolean putStringForUser(android.content.ContentResolver,java.lang.String,java.lang.String,int) +androidx.constraintlayout.widget.R$attr: int layout_constraintLeft_creator +cyanogenmod.app.suggest.IAppSuggestProvider: java.util.List getSuggestions(android.content.Intent) +wangdaye.com.geometricweather.R$attr: int backgroundInsetTop +james.adaptiveicon.R$drawable: int abc_list_selector_holo_light +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub$Proxy: java.lang.String getInterfaceDescriptor() +androidx.appcompat.R$styleable: int AppCompatTheme_actionBarTabTextStyle +wangdaye.com.geometricweather.R$id: int widget_week_weather +androidx.preference.DropDownPreference: DropDownPreference(android.content.Context,android.util.AttributeSet) +androidx.appcompat.R$style: int Theme_AppCompat_DayNight_Dialog_Alert +com.turingtechnologies.materialscrollbar.R$id: int textinput_helper_text +okhttp3.internal.http.HttpHeaders: HttpHeaders() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeSnowPrecipitationDuration() +androidx.appcompat.R$styleable: int Toolbar_collapseIcon +androidx.preference.R$bool: int abc_action_bar_embed_tabs +io.reactivex.subjects.PublishSubject$PublishDisposable: io.reactivex.subjects.PublishSubject parent +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +com.xw.repo.bubbleseekbar.R$attr: int queryBackground +androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_marginEnd +androidx.constraintlayout.widget.R$attr: int tooltipFrameBackground +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position +retrofit2.http.POST: java.lang.String value() +com.xw.repo.bubbleseekbar.R$anim: int abc_popup_enter +wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date getDate() +androidx.constraintlayout.widget.R$attr: int actionBarTabBarStyle +androidx.transition.R$attr: int alpha +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle +androidx.lifecycle.ViewModelStoreOwner +com.turingtechnologies.materialscrollbar.R$attr: int titleEnabled +androidx.activity.R$dimen: int compat_button_padding_vertical_material +androidx.appcompat.R$styleable: int ActionBar_contentInsetLeft +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_switchMinWidth +androidx.appcompat.R$styleable: int[] GradientColorItem +androidx.appcompat.R$string: int abc_menu_space_shortcut_label +cyanogenmod.app.IPartnerInterface: boolean setZenModeWithDuration(int,long) +androidx.swiperefreshlayout.R$drawable: R$drawable() +retrofit2.OkHttpCall$ExceptionCatchingResponseBody$1 +retrofit2.Utils$GenericArrayTypeImpl: java.lang.String toString() +cyanogenmod.weather.RequestInfo: cyanogenmod.weather.IRequestInfoListener mListener +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_dividerPadding +androidx.constraintlayout.widget.R$attr: int tooltipText +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_ProgressIndicator_Circular +android.didikee.donate.R$style: int Base_V21_Theme_AppCompat_Light +com.google.android.material.floatingactionbutton.FloatingActionButton: float getCompatHoveredFocusedTranslationZ() +com.amap.api.location.AMapLocationQualityReport: void setGpsStatus(int) +com.xw.repo.bubbleseekbar.R$style: int Animation_AppCompat_DropDownUp +james.adaptiveicon.R$attr: int panelMenuListTheme +com.google.android.gms.common.SignInButton: SignInButton(android.content.Context,android.util.AttributeSet) +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void dispose() +com.google.android.material.R$styleable: int ActionBar_title +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_marginLeft +retrofit2.ParameterHandler$Part: okhttp3.Headers headers +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String PKG_NAME +com.google.android.material.R$styleable: int AnimatedStateListDrawableTransition_android_drawable +androidx.fragment.R$styleable: int[] FontFamily +androidx.preference.R$attr: int titleMarginBottom +com.jaredrummler.android.colorpicker.R$id: int customPanel +com.google.android.material.bottomnavigation.BottomNavigationView: void setOnNavigationItemReselectedListener(com.google.android.material.bottomnavigation.BottomNavigationView$OnNavigationItemReselectedListener) +wangdaye.com.geometricweather.R$id: int widget_day_symbol +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_NavigationView +androidx.recyclerview.R$style: int TextAppearance_Compat_Notification_Info +james.adaptiveicon.R$attr: int autoSizeMaxTextSize +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabContentStart +wangdaye.com.geometricweather.db.entities.WeatherEntity: WeatherEntity() +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: android.view.Window mWindow +androidx.constraintlayout.widget.R$styleable: int ActionBar_backgroundStacked +wangdaye.com.geometricweather.R$xml: int widget_trend_daily +okhttp3.internal.connection.ConnectInterceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) +com.google.android.material.floatingactionbutton.FloatingActionButton: android.graphics.PorterDuff$Mode getBackgroundTintMode() +com.jaredrummler.android.colorpicker.R$attr: int autoSizePresetSizes +androidx.hilt.R$dimen: int notification_action_text_size +androidx.coordinatorlayout.R$styleable: int FontFamily_fontProviderFetchStrategy +androidx.preference.R$drawable: int abc_item_background_holo_dark +com.turingtechnologies.materialscrollbar.R$id: int action_menu_divider +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: AccuLocationResult() +com.google.android.material.R$attr: int viewInflaterClass +com.google.android.material.transformation.FabTransformationSheetBehavior: FabTransformationSheetBehavior() +james.adaptiveicon.R$styleable: int AppCompatTheme_spinnerStyle +wangdaye.com.geometricweather.R$string: int abc_menu_ctrl_shortcut_label +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: java.lang.String getTo() +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_pixel +okio.HashingSource: java.security.MessageDigest messageDigest +wangdaye.com.geometricweather.common.ui.behaviors.InkPageIndicatorBehavior: InkPageIndicatorBehavior(android.content.Context,android.util.AttributeSet) +com.google.gson.stream.JsonReader: java.lang.String locationString() +androidx.loader.R$styleable: int FontFamilyFont_android_ttcIndex +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Imperial +android.didikee.donate.R$styleable: int AppCompatTheme_alertDialogCenterButtons +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: int requestFusion(int) +androidx.activity.R$id: int normal +okio.Timeout: Timeout() +io.reactivex.internal.functions.Functions$NaturalComparator +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_10 +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight +wangdaye.com.geometricweather.R$id: int widget_day_week_card +com.turingtechnologies.materialscrollbar.R$attr: int navigationViewStyle +androidx.constraintlayout.widget.R$styleable: int SearchView_searchIcon +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_wavePeriod +com.turingtechnologies.materialscrollbar.R$attr: int fabCradleVerticalOffset +wangdaye.com.geometricweather.R$style: int Preference_CheckBoxPreference +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: long serialVersionUID +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex +wangdaye.com.geometricweather.R$styleable: int SwitchPreference_disableDependentsState +wangdaye.com.geometricweather.R$attr: int cpv_sliderColor +james.adaptiveicon.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title +androidx.preference.R$style: int Widget_AppCompat_ActionBar_TabText +androidx.activity.R$id: int actions +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Long readKey(android.database.Cursor,int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setDetail(java.lang.String) +com.google.android.material.R$dimen: int mtrl_exposed_dropdown_menu_popup_elevation +wangdaye.com.geometricweather.db.entities.AlertEntity: void setPriority(int) +androidx.appcompat.R$attr: int collapseContentDescription +android.didikee.donate.R$id: int action_bar +androidx.loader.R$id: int right_icon +com.google.android.material.floatingactionbutton.FloatingActionButton: boolean getUseCompatPadding() +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWindDegree(wangdaye.com.geometricweather.common.basic.models.weather.WindDegree) +androidx.appcompat.R$color: int material_grey_50 +androidx.transition.R$style: int Widget_Compat_NotificationActionContainer +androidx.legacy.coreutils.R$dimen: int compat_notification_large_icon_max_height +androidx.viewpager2.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable +wangdaye.com.geometricweather.R$styleable: int FontFamily_fontProviderQuery +com.xw.repo.bubbleseekbar.R$string: int abc_capital_on +wangdaye.com.geometricweather.R$id: int circular +james.adaptiveicon.R$dimen: int abc_dialog_fixed_height_major +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_57 +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setOnceLocationLatest(boolean) +io.reactivex.internal.util.ArrayListSupplier: io.reactivex.internal.util.ArrayListSupplier INSTANCE +androidx.lifecycle.LifecycleDispatcher +wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode SYSTEM +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String o3Desc +okhttp3.HttpUrl: java.lang.String encodedQuery() +android.didikee.donate.R$styleable: int DrawerArrowToggle_arrowShaftLength +com.xw.repo.bubbleseekbar.R$style: int Platform_V25_AppCompat +androidx.constraintlayout.widget.R$attr: int layout_constraintCircle +wangdaye.com.geometricweather.R$dimen: int tooltip_horizontal_padding +okio.Sink: void flush() +okhttp3.MultipartBody$Builder +com.google.android.material.R$styleable: int ConstraintSet_layout_goneMarginRight +androidx.work.R$styleable: int ColorStateListItem_alpha +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Dialog_Alert +androidx.preference.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset +androidx.preference.R$styleable: int PreferenceGroup_android_orderingFromXml +wangdaye.com.geometricweather.R$id: int item_icon_provider_container +io.reactivex.Observable: io.reactivex.Single toMultimap(io.reactivex.functions.Function,io.reactivex.functions.Function) +androidx.core.R$style: int TextAppearance_Compat_Notification_Info +james.adaptiveicon.R$styleable: int SearchView_android_imeOptions +androidx.preference.R$id: int none +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_DarkActionBar_Bridge +wangdaye.com.geometricweather.R$styleable: int NavigationView_android_fitsSystemWindows +wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_labelVisibilityMode +androidx.appcompat.R$anim: int btn_radio_to_on_mtrl_ring_outer_animation +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: ObservableJoin$JoinDisposable(io.reactivex.Observer,io.reactivex.functions.Function,io.reactivex.functions.Function,io.reactivex.functions.BiFunction) +wangdaye.com.geometricweather.R$dimen: int abc_progress_bar_height_material +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void alterWindow(int,int,int,int,boolean,android.graphics.Rect) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean onPreparePanel(int,android.view.View,android.view.Menu) +com.google.android.material.R$id: int progress_horizontal +com.turingtechnologies.materialscrollbar.R$attr: int editTextStyle +com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getTickActiveTintList() +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_voiceIcon +wangdaye.com.geometricweather.R$styleable: int ArcProgress_max +androidx.lifecycle.ViewModelProvider$NewInstanceFactory: androidx.lifecycle.ViewModelProvider$NewInstanceFactory sInstance +wangdaye.com.geometricweather.R$drawable: int notif_temp_133 +com.google.android.material.R$styleable: int Layout_layout_constraintHorizontal_bias +cyanogenmod.app.ThemeVersion$ComponentVersion: int getId() +androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_STOP +wangdaye.com.geometricweather.R$layout: int design_navigation_item_separator +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningAdvice +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_DropDownItem_Spinner +android.didikee.donate.R$style: int TextAppearance_AppCompat_Medium_Inverse +okhttp3.internal.cache.DiskLruCache: java.lang.String VERSION_1 +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float rain3h +androidx.customview.R$color: int notification_icon_bg_color +androidx.hilt.lifecycle.R$id: int tag_transition_group +androidx.appcompat.widget.SwitchCompat: void setThumbDrawable(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_motionProgress +android.didikee.donate.R$styleable: int AppCompatTheme_windowFixedHeightMajor +androidx.dynamicanimation.R$attr: int fontProviderQuery +com.google.android.material.R$attr: int textAppearanceHeadline5 +io.reactivex.Observable: io.reactivex.Observable timeout0(long,java.util.concurrent.TimeUnit,io.reactivex.ObservableSource,io.reactivex.Scheduler) +retrofit2.adapter.rxjava2.ResultObservable: void subscribeActual(io.reactivex.Observer) +com.turingtechnologies.materialscrollbar.R$attr: int fabAlignmentMode +android.didikee.donate.R$attr: int actionModeFindDrawable +androidx.swiperefreshlayout.R$attr: int ttcIndex +okhttp3.RequestBody$1 +com.jaredrummler.android.colorpicker.R$layout: int preference_material +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void execute() +androidx.preference.R$styleable: int DrawerArrowToggle_barLength +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver +androidx.core.R$color +com.google.android.material.R$attr: int suffixTextAppearance +com.jaredrummler.android.colorpicker.R$style: int Preference_PreferenceScreen_Material +wangdaye.com.geometricweather.R$attr: int searchIcon +wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: int getBackgroundColorStart() +cyanogenmod.power.PerformanceManager: int mNumberOfProfiles +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_53 +com.google.android.material.R$styleable: int TextInputLayout_errorIconTintMode +com.xw.repo.bubbleseekbar.R$attr: int dialogCornerRadius +com.google.android.material.button.MaterialButtonToggleGroup: MaterialButtonToggleGroup(android.content.Context) +wangdaye.com.geometricweather.R$attr: int itemHorizontalPadding +okhttp3.Cache$Entry: okhttp3.Headers varyHeaders +androidx.appcompat.R$styleable: int[] AnimatedStateListDrawableTransition +wangdaye.com.geometricweather.R$styleable: int Tooltip_android_textAppearance +android.didikee.donate.R$id: int progress_horizontal +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_subtitle +androidx.appcompat.widget.Toolbar: java.lang.CharSequence getNavigationContentDescription() +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_title +androidx.constraintlayout.widget.R$layout: int abc_action_bar_title_item +cyanogenmod.externalviews.IKeyguardExternalViewProvider: void alterWindow(int,int,int,int,boolean,android.graphics.Rect) +androidx.appcompat.widget.ContentFrameLayout +wangdaye.com.geometricweather.R$color: int material_deep_teal_200 +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textColorSearchUrl +com.bumptech.glide.R$id: int text +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView: DoubleHistogramView(android.content.Context) +wangdaye.com.geometricweather.R$font: int google_sans +androidx.appcompat.R$attr: int textAppearanceSearchResultSubtitle +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small +com.google.android.material.R$styleable: int TextAppearance_android_textColor +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableStartCompat +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_mini_xml +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_autoSizeMinTextSize +androidx.lifecycle.extensions.R$styleable: int FontFamily_fontProviderAuthority +com.google.android.material.R$id: int asConfigured +androidx.appcompat.widget.AppCompatEditText: void setTextClassifier(android.view.textclassifier.TextClassifier) +cyanogenmod.providers.CMSettings$System: android.net.Uri CONTENT_URI +com.xw.repo.bubbleseekbar.R$dimen: int tooltip_precise_anchor_threshold +com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_drawableSize +com.bumptech.glide.integration.okhttp.R$dimen: int notification_small_icon_background_padding +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void onComplete() +androidx.preference.R$dimen: int abc_text_size_medium_material +androidx.appcompat.R$drawable: int notification_action_background +okhttp3.internal.ws.WebSocketReader$FrameCallback: void onReadMessage(okio.ByteString) +androidx.lifecycle.extensions.R$drawable +androidx.lifecycle.ProcessLifecycleOwnerInitializer: ProcessLifecycleOwnerInitializer() +wangdaye.com.geometricweather.R$id: int notification_multi_city_icon_1 +androidx.loader.R$styleable: int[] ColorStateListItem +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_visible +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_DropDownItem +com.xw.repo.bubbleseekbar.R$id: int end +com.turingtechnologies.materialscrollbar.DateAndTimeIndicator: int getTextSize() +io.reactivex.internal.schedulers.AbstractDirectTask: long serialVersionUID +cyanogenmod.themes.ThemeManager: java.util.Set mProcessingListeners +androidx.appcompat.resources.R$styleable: int FontFamily_fontProviderQuery +androidx.drawerlayout.R$styleable: int FontFamily_fontProviderPackage +androidx.appcompat.R$dimen: int compat_button_inset_vertical_material +com.turingtechnologies.materialscrollbar.R$id: int textinput_error +james.adaptiveicon.R$id: int text2 +okio.ByteString: int lastIndexOf(okio.ByteString) +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.activity.R$drawable: int notification_bg_normal_pressed +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_tooltipForegroundColor +com.google.android.material.R$string: int abc_searchview_description_search +com.xw.repo.bubbleseekbar.R$styleable: int ButtonBarLayout_allowStacking +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.internal.DaoConfig config +com.google.android.material.R$styleable: int[] MaterialCalendar +cyanogenmod.externalviews.ExternalView: android.content.Context mContext +androidx.preference.R$color: int switch_thumb_material_light +okhttp3.Dns +okhttp3.Response: okhttp3.Protocol protocol +com.google.android.material.R$styleable: int MockView_mock_labelBackgroundColor +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipEndPadding +com.google.android.material.R$styleable: int Layout_android_layout_height +wangdaye.com.geometricweather.R$layout: int dialog_running_in_background +com.jaredrummler.android.colorpicker.R$dimen: int abc_seekbar_track_background_height_material +okhttp3.Request: okhttp3.HttpUrl url() +james.adaptiveicon.R$color: int dim_foreground_material_light +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Headline6 +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_22 +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property RealFeelShaderTemperature +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintCircleRadius +okhttp3.Call: okhttp3.Request request() +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean requireAdaptiveBacklightForSunlightEnhancement() +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onContentChanged() +com.google.android.material.internal.NavigationMenuItemView: void setIconSize(int) +okhttp3.internal.cache.DiskLruCache$Entry: okhttp3.internal.cache.DiskLruCache$Editor currentEditor +androidx.preference.R$color: int bright_foreground_inverse_material_light +com.bumptech.glide.integration.okhttp.R$dimen: int notification_right_icon_size +wangdaye.com.geometricweather.R$string: int geometric_weather +com.google.android.material.R$attr: int listPopupWindowStyle +androidx.hilt.work.R$id: int accessibility_custom_action_12 +androidx.preference.R$dimen: int tooltip_vertical_padding +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIndicatorAnimationDuration +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_id +androidx.constraintlayout.widget.R$styleable: int ActionBar_displayOptions +androidx.appcompat.R$attr: int actionOverflowMenuStyle +wangdaye.com.geometricweather.R$attr: int values +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: java.util.concurrent.atomic.AtomicInteger wip +com.xw.repo.BubbleSeekBar: void setTrackColor(int) +com.google.android.material.R$style: int Widget_AppCompat_ActionBar_TabBar +androidx.lifecycle.SavedStateHandle: java.util.Map mRegular +android.didikee.donate.R$styleable: int AppCompatTextView_lineHeight +retrofit2.converter.gson.GsonResponseBodyConverter +wangdaye.com.geometricweather.R$id: int progress_circular +io.reactivex.Observable: io.reactivex.Observable timestamp(java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +android.didikee.donate.R$styleable: int AppCompatTextView_autoSizeTextType +cyanogenmod.weatherservice.ServiceRequestResult: cyanogenmod.weather.WeatherInfo getWeatherInfo() +com.google.android.material.R$dimen: int material_cursor_inset_top +okio.Buffer$2: java.lang.String toString() +com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar +com.google.gson.internal.LazilyParsedNumber: double doubleValue() +androidx.fragment.app.FragmentContainerView +androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft +com.jaredrummler.android.colorpicker.R$attr: int ratingBarStyleIndicator +com.bumptech.glide.integration.okhttp.R$attr: int statusBarBackground +cyanogenmod.providers.CMSettings$Secure: int RING_HOME_BUTTON_BEHAVIOR_ANSWER +com.google.android.material.R$dimen: int design_fab_elevation +wangdaye.com.geometricweather.R$drawable: int weather_clear_night +com.google.android.material.tabs.TabLayout: int getTabGravity() +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date +androidx.legacy.coreutils.R$dimen: int notification_big_circle_margin +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_android_windowIsFloating +wangdaye.com.geometricweather.R$layout: int widget_day_nano +okhttp3.internal.http2.Http2Stream$FramingSink: okio.Buffer sendBuffer +cyanogenmod.app.IProfileManager$Stub$Proxy: cyanogenmod.app.Profile[] getProfiles() +android.didikee.donate.R$styleable: int AppCompatTheme_ratingBarStyleIndicator +com.google.android.material.R$styleable: int AppCompatTheme_buttonStyleSmall +wangdaye.com.geometricweather.R$layout: int container_main_header +com.google.android.material.R$styleable: int CardView_android_minHeight +com.google.android.material.R$styleable: int ProgressIndicator_linearSeamless +io.reactivex.internal.subscriptions.SubscriptionHelper: void cancel() +com.amap.api.location.AMapLocationClientOption$AMapLocationMode: com.amap.api.location.AMapLocationClientOption$AMapLocationMode Device_Sensors +com.amap.api.location.AMapLocationQualityReport: boolean isWifiAble() +okhttp3.internal.tls.DistinguishedNameParser: int getByte(int) +com.google.android.material.R$attr: int scrimBackground +com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_dialogTitle +com.jaredrummler.android.colorpicker.R$dimen: int compat_button_inset_horizontal_material +androidx.viewpager2.R$drawable: int notification_bg_normal +cyanogenmod.app.IProfileManager$Stub$Proxy: IProfileManager$Stub$Proxy(android.os.IBinder) +com.jaredrummler.android.colorpicker.R$drawable: int abc_action_bar_item_background_material +com.jaredrummler.android.colorpicker.R$style: int Base_V7_Theme_AppCompat_Light_Dialog +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_transitionEasing +wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: SlidingItemContainerLayout(android.content.Context) +androidx.constraintlayout.utils.widget.ImageFilterButton: float getSaturation() +com.bumptech.glide.load.engine.GlideException: java.lang.Class dataClass +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: java.lang.String getUnit() +com.xw.repo.bubbleseekbar.R$style: int AlertDialog_AppCompat +androidx.core.R$styleable: int[] FontFamily +androidx.appcompat.R$anim: int btn_radio_to_off_mtrl_dot_group_animation +android.didikee.donate.R$layout: int abc_action_mode_close_item_material +okhttp3.MultipartBody$Builder: okhttp3.MultipartBody$Builder addPart(okhttp3.MultipartBody$Part) +wangdaye.com.geometricweather.R$interpolator: int mtrl_linear +com.turingtechnologies.materialscrollbar.R$id: int textSpacerNoTitle +wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Metric: java.lang.String Unit +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_maxLines +wangdaye.com.geometricweather.R$styleable: int[] FlowLayout +com.jaredrummler.android.colorpicker.R$dimen: int abc_select_dialog_padding_start_material +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: io.reactivex.Observer downstream +com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_size_mini +com.google.android.material.R$styleable: int FontFamily_fontProviderAuthority +okhttp3.internal.io.FileSystem +com.google.android.material.appbar.CollapsingToolbarLayout: void setCollapsedTitleTextColor(int) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeSnowPrecipitationProbability() +wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) +androidx.preference.R$dimen: int abc_text_size_subhead_material +com.google.android.material.R$styleable: int GradientColor_android_gradientRadius +io.reactivex.Observable: io.reactivex.Observable mergeDelayError(io.reactivex.ObservableSource) +james.adaptiveicon.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item +com.google.android.material.R$attr: int listPreferredItemHeight +cyanogenmod.weather.CMWeatherManager: void registerWeatherServiceProviderChangeListener(cyanogenmod.weather.CMWeatherManager$WeatherServiceProviderChangeListener) +com.bumptech.glide.manager.SupportRequestManagerFragment: SupportRequestManagerFragment() +androidx.swiperefreshlayout.R$attr: int fontProviderFetchStrategy +io.reactivex.Observable: io.reactivex.Observable throttleWithTimeout(long,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.R$styleable: int ActionBar_titleTextStyle +com.bumptech.glide.load.resource.bitmap.DefaultImageHeaderParser$Reader$EndOfFileException +wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_minutelyEndText +com.google.android.material.R$style: int Widget_MaterialComponents_ActionBar_Primary +cyanogenmod.app.IPartnerInterface: void setMobileDataEnabled(boolean) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Metric: java.lang.String Unit +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 +james.adaptiveicon.R$attr: int colorError +androidx.preference.R$dimen: int tooltip_precise_anchor_extra_offset +okhttp3.internal.ws.WebSocketWriter$FrameSink: int formatOpcode +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeWindChillTemperature() +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: void onChanged(java.lang.Object) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary: AccuCurrentResult$TemperatureSummary() +wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: java.lang.String unitId +okhttp3.internal.proxy.NullProxySelector: NullProxySelector() +wangdaye.com.geometricweather.R$string: int feedback_collect_succeed +wangdaye.com.geometricweather.R$dimen: int mtrl_slider_track_height +wangdaye.com.geometricweather.R$anim: int fragment_fade_enter +cyanogenmod.providers.CMSettings$System: java.lang.String NAV_BUTTONS +cyanogenmod.weather.WeatherInfo$DayForecast: java.lang.String mKey +wangdaye.com.geometricweather.db.entities.AlertEntityDao: wangdaye.com.geometricweather.db.entities.AlertEntity readEntity(android.database.Cursor,int) +androidx.recyclerview.R$styleable: int GradientColorItem_android_color +androidx.appcompat.R$styleable: int SearchView_queryHint +wangdaye.com.geometricweather.R$color: int colorLevel_1 +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_titleCondensed +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Medium +android.didikee.donate.R$style: int TextAppearance_AppCompat_Body1 +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Headline +com.google.android.material.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableEndCompat +com.google.android.material.R$attr: int snackbarButtonStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: int status +androidx.constraintlayout.widget.Placeholder: Placeholder(android.content.Context,android.util.AttributeSet,int) +android.didikee.donate.R$attr: int ratingBarStyle +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: io.reactivex.internal.util.AtomicThrowable errors +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_Switch +okhttp3.internal.http2.Http2Connection$ReaderRunnable$2: void execute() +retrofit2.converter.gson.GsonConverterFactory: retrofit2.Converter responseBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) +androidx.appcompat.R$color: int error_color_material_dark +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: float unitFactor +com.turingtechnologies.materialscrollbar.R$attr: int tabSelectedTextColor +okhttp3.internal.ws.RealWebSocket$2: RealWebSocket$2(okhttp3.internal.ws.RealWebSocket,okhttp3.Request) +android.didikee.donate.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight +com.google.android.material.R$styleable: int MaterialCardView_strokeColor +cyanogenmod.weather.CMWeatherManager$WeatherUpdateRequestListener +okhttp3.RequestBody$2 +androidx.preference.R$bool: int abc_config_actionMenuItemAllCaps +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_disableDependentsState +com.turingtechnologies.materialscrollbar.R$attr: int autoSizePresetSizes +cyanogenmod.app.ThemeVersion$ComponentVersion: ThemeVersion$ComponentVersion(int,cyanogenmod.app.ThemeComponent,int) +com.google.gson.stream.JsonScope: int NONEMPTY_OBJECT +cyanogenmod.app.IProfileManager$Stub$Proxy: android.os.IBinder mRemote +wangdaye.com.geometricweather.R$string: int settings_title_forecast_tomorrow +io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource[],io.reactivex.functions.Function) +okhttp3.internal.Internal: void initializeInstanceForTests() +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActivityChooserView +io.reactivex.internal.operators.observable.ObservableGroupBy$State: java.util.concurrent.atomic.AtomicReference actual +android.didikee.donate.R$drawable: int abc_ic_menu_overflow_material +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void settings(boolean,okhttp3.internal.http2.Settings) +com.jaredrummler.android.colorpicker.R$dimen: int notification_large_icon_height +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeTotalPrecipitationDuration +james.adaptiveicon.R$styleable: int Toolbar_titleTextColor +wangdaye.com.geometricweather.common.basic.models.weather.UV: int UV_INDEX_EXCESSIVE +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 +com.google.android.material.R$drawable: int abc_ic_menu_overflow_material com.jaredrummler.android.colorpicker.R$drawable: int abc_textfield_search_material +androidx.drawerlayout.widget.DrawerLayout: void setDrawerLockMode(int) +okhttp3.EventListener: void responseBodyEnd(okhttp3.Call,long) +io.reactivex.Observable: io.reactivex.Observable generate(io.reactivex.functions.Consumer) +androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_ttcIndex +com.amap.api.location.AMapLocationQualityReport: java.lang.String getNetworkType() +androidx.hilt.work.R$id: int accessibility_custom_action_16 +okhttp3.internal.cache2.Relay$RelaySource: long read(okio.Buffer,long) +io.reactivex.internal.observers.ForEachWhileObserver: long serialVersionUID +james.adaptiveicon.R$styleable: int AppCompatTheme_editTextColor +okhttp3.Response: okhttp3.Response$Builder newBuilder() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Metric: AccuCurrentResult$Wind$Speed$Metric() +com.google.android.material.R$styleable: int AppCompatTheme_actionBarDivider +james.adaptiveicon.R$styleable: int[] CompoundButton +androidx.appcompat.R$style: int TextAppearance_AppCompat_Tooltip +androidx.preference.R$id: int italic +wangdaye.com.geometricweather.R$styleable: int KeyTrigger_onPositiveCross +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: java.lang.String logo +androidx.lifecycle.ClassesInfoCache: java.util.Map mCallbackMap +wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_switchTextOff +cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper: void onCustomTilePosted(org.cyanogenmod.internal.statusbar.IStatusBarCustomTileHolder) +wangdaye.com.geometricweather.settings.fragments.ServiceProviderSettingsFragment +com.turingtechnologies.materialscrollbar.R$id: int textinput_counter +wangdaye.com.geometricweather.db.entities.DailyEntity: void setId(java.lang.Long) +androidx.preference.R$attr: int actionBarTheme +android.didikee.donate.R$style: int Widget_AppCompat_ActionButton_CloseMode +wangdaye.com.geometricweather.db.entities.HistoryEntity: void setNighttimeTemperature(int) +androidx.preference.R$layout: int preference_widget_switch +com.turingtechnologies.materialscrollbar.R$string: int abc_menu_alt_shortcut_label +wangdaye.com.geometricweather.R$styleable: int ArcProgress_text_size +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onKeyguardShowing +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: void dispose() +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_13 +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA +androidx.fragment.R$drawable: R$drawable() +androidx.constraintlayout.motion.widget.MotionLayout: int[] getConstraintSetIds() +androidx.swiperefreshlayout.R$id: int icon_group +wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource access$000(wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer grassLevel +okio.ForwardingSource: ForwardingSource(okio.Source) +io.reactivex.internal.disposables.ArrayCompositeDisposable: boolean isDisposed() +androidx.appcompat.R$layout: int select_dialog_singlechoice_material +com.google.android.material.R$style: int Base_Widget_MaterialComponents_PopupMenu +androidx.preference.R$styleable: int CheckBoxPreference_android_summaryOff +com.turingtechnologies.materialscrollbar.R$attr: int listDividerAlertDialog +org.greenrobot.greendao.AbstractDaoSession: java.util.List loadAll(java.lang.Class) +okhttp3.HttpUrl: java.lang.String queryParameterValue(int) +retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: io.reactivex.Observer observer +wangdaye.com.geometricweather.R$layout: int test_toolbar +com.google.android.material.R$styleable: int KeyCycle_transitionEasing +androidx.core.R$id: int accessibility_custom_action_16 +wangdaye.com.geometricweather.R$id: int activity_settings_toolbar +androidx.core.view.GestureDetectorCompat$GestureDetectorCompatImpl: void setOnDoubleTapListener(android.view.GestureDetector$OnDoubleTapListener) +cyanogenmod.app.Profile$1: cyanogenmod.app.Profile createFromParcel(android.os.Parcel) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation: AccuCurrentResult$PrecipitationSummary$Precipitation() +wangdaye.com.geometricweather.R$color: int colorRoot +com.turingtechnologies.materialscrollbar.R$id: int search_button +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX: void setBrands(java.util.List) +wangdaye.com.geometricweather.R$drawable: int ic_collected +wangdaye.com.geometricweather.R$attr: int transitionFlags +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX getSpeed() +okhttp3.internal.http2.Settings: int DEFAULT_INITIAL_WINDOW_SIZE +com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Bridge +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_3_00 +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_menu +wangdaye.com.geometricweather.R$style: int Test_Theme_MaterialComponents_MaterialCalendar +wangdaye.com.geometricweather.R$attr: int layout_constraintVertical_chainStyle +retrofit2.http.DELETE: java.lang.String value() +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_buttonGravity +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeCloudCover +com.jaredrummler.android.colorpicker.R$id: int left +wangdaye.com.geometricweather.R$drawable: int weather_hail_pixel +okhttp3.Address: javax.net.ssl.SSLSocketFactory sslSocketFactory +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_alphabeticShortcut +androidx.fragment.R$attr: int alpha +androidx.customview.R$id: int notification_background +retrofit2.ParameterHandler$Headers: void apply(retrofit2.RequestBuilder,java.lang.Object) +cyanogenmod.providers.CMSettings$Secure: float getFloatForUser(android.content.ContentResolver,java.lang.String,int) +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments$WarningTextBlocItem: MfWarningsResult$WarningComments$WarningTextBlocItem() +com.google.android.material.R$anim: int design_snackbar_in +androidx.dynamicanimation.R$layout: int notification_template_icon_group +com.google.android.material.R$attr: int actionModeStyle +com.google.android.material.R$string: int mtrl_picker_day_of_week_column_header +cyanogenmod.externalviews.ExternalViewProperties: int getY() +wangdaye.com.geometricweather.R$id: int widget_day_week_temp_3 +com.bumptech.glide.R$id: int none +com.google.android.material.bottomnavigation.BottomNavigationView: void setLabelVisibilityMode(int) +com.turingtechnologies.materialscrollbar.CustomIndicator: CustomIndicator(android.content.Context) +com.xw.repo.bubbleseekbar.R$style: int Base_V28_Theme_AppCompat +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken NUMBER +wangdaye.com.geometricweather.R$style: int Preference_PreferenceScreen +com.bumptech.glide.R$styleable: int GradientColor_android_startColor +android.didikee.donate.R$bool +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle +androidx.work.impl.utils.futures.AbstractFuture$Waiter: java.lang.Thread thread +wangdaye.com.geometricweather.R$layout: int mtrl_alert_select_dialog_multichoice +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: java.lang.String pubTime +com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox +wangdaye.com.geometricweather.R$attr: int subtitleTextColor +okhttp3.OkHttpClient: int pingIntervalMillis() +com.google.android.material.R$dimen: int item_touch_helper_swipe_escape_velocity +androidx.recyclerview.R$id: int accessibility_action_clickable_span +com.turingtechnologies.materialscrollbar.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset +okhttp3.internal.http1.Http1Codec: okio.BufferedSource source +com.baidu.location.indoor.mapversion.c.a$d: a$d(java.lang.String) +androidx.coordinatorlayout.R$dimen: int compat_button_padding_vertical_material +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_Switch +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: java.lang.String getValue() +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Small_Inverse +io.reactivex.internal.subscriptions.SubscriptionHelper: boolean set(java.util.concurrent.atomic.AtomicReference,org.reactivestreams.Subscription) +retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback: CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback(retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter,java.util.concurrent.CompletableFuture) +android.didikee.donate.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog +androidx.legacy.coreutils.R$style: R$style() +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: void setInteractivity(boolean) +wangdaye.com.geometricweather.R$drawable: int flag_fr +wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: java.lang.Integer getAngle() +okhttp3.internal.connection.RouteDatabase: void connected(okhttp3.Route) +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void onNext(java.lang.Object) +io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable: void dispose() +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_id +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setIconSize(int) +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar +androidx.appcompat.R$drawable: int abc_edit_text_material +com.google.android.material.R$styleable: int TextInputLayout_startIconTint +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_aa_black +androidx.dynamicanimation.R$layout: int notification_template_part_chronometer +com.google.android.material.R$attr: int progressBarStyle +retrofit2.RequestBuilder: void addPathParam(java.lang.String,java.lang.String,boolean) +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_Button +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void runSync() +cyanogenmod.app.ThemeVersion: java.lang.String MIN_SUPPORTED_THEME_VERSION_FIELD_NAME +com.google.android.material.R$color: int material_on_surface_disabled +wangdaye.com.geometricweather.main.models.LocationResource$Event: wangdaye.com.geometricweather.main.models.LocationResource$Event INITIALIZE +androidx.lifecycle.ProcessLifecycleOwner$3$1 +io.reactivex.internal.util.VolatileSizeArrayList: boolean addAll(int,java.util.Collection) +androidx.lifecycle.extensions.R$id: int blocking +androidx.appcompat.resources.R$id: int accessibility_custom_action_22 +com.google.android.material.appbar.AppBarLayout: void setLiftOnScroll(boolean) +androidx.appcompat.R$string: int abc_activitychooserview_choose_application +com.google.android.material.navigation.NavigationView: android.graphics.drawable.Drawable getItemBackground() +com.google.android.material.R$layout: int mtrl_calendar_day +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_visible +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: boolean cancelled +androidx.legacy.coreutils.R$attr: int font +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_title +okhttp3.internal.cache.DiskLruCache$Snapshot: java.lang.String access$000(okhttp3.internal.cache.DiskLruCache$Snapshot) +android.didikee.donate.R$styleable: int ViewStubCompat_android_id +androidx.preference.R$attr: int enabled +wangdaye.com.geometricweather.R$string: int key_background_free +androidx.preference.R$styleable: int[] CoordinatorLayout_Layout +retrofit2.http.Path: boolean encoded() +androidx.hilt.lifecycle.R$id: int chronometer +james.adaptiveicon.R$styleable: int AppCompatTheme_windowFixedWidthMinor +wangdaye.com.geometricweather.R$id: int widget_week_week_1 +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeIcePrecipitationProbability(java.lang.Float) +okhttp3.internal.Util: boolean equal(java.lang.Object,java.lang.Object) +okhttp3.Response: okhttp3.Headers headers +com.google.android.material.R$drawable: int material_ic_keyboard_arrow_left_black_24dp +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric: double Value +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean +androidx.constraintlayout.widget.R$styleable: int FontFamily_fontProviderFetchStrategy +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_ActionBar +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void close(io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver,long) +androidx.lifecycle.LiveData$LifecycleBoundObserver: LiveData$LifecycleBoundObserver(androidx.lifecycle.LiveData,androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Observer) +com.google.android.material.R$attr: int customBoolean +wangdaye.com.geometricweather.R$string: int total +androidx.appcompat.widget.SwitchCompat: int getCompoundPaddingLeft() +okhttp3.ConnectionSpec: void apply(javax.net.ssl.SSLSocket,boolean) +androidx.constraintlayout.widget.R$dimen: int abc_dialog_fixed_width_major +com.google.android.material.internal.BaselineLayout: BaselineLayout(android.content.Context,android.util.AttributeSet,int) +androidx.transition.R$styleable: int FontFamilyFont_fontWeight +wangdaye.com.geometricweather.R$id: int blocking +okhttp3.internal.ws.RealWebSocket$1 +androidx.coordinatorlayout.R$layout: int notification_template_part_chronometer +wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat_Light +androidx.preference.R$anim: int btn_radio_to_on_mtrl_ring_outer_path_animation +com.turingtechnologies.materialscrollbar.MaterialScrollBar: void setDraggableFromAnywhere(boolean) +io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: io.reactivex.Scheduler scheduler +androidx.appcompat.R$dimen: int abc_action_bar_overflow_padding_start_material +android.didikee.donate.R$id: int multiply +androidx.lifecycle.service.R +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$attr: int dayTodayStyle +androidx.recyclerview.widget.RecyclerView: androidx.core.view.NestedScrollingChildHelper getScrollingChildHelper() +com.google.android.material.floatingactionbutton.FloatingActionButton: int getSizeDimension() +okhttp3.internal.ws.WebSocketWriter: void writePong(okio.ByteString) +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_counterEnabled +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_android_insetRight +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_firstHorizontalBias +okhttp3.HttpUrl: int querySize() +android.didikee.donate.R$attr: int actionOverflowButtonStyle +androidx.work.R$id: int chronometer +com.google.android.material.textfield.TextInputLayout: void setErrorIconDrawable(int) +okhttp3.internal.http.RealInterceptorChain: int connectTimeout +wangdaye.com.geometricweather.R$attr: int boxStrokeWidth +androidx.activity.R$id: int action_image +androidx.preference.R$attr: int dropDownListViewStyle +com.google.android.material.R$color: int mtrl_calendar_selected_range +com.jaredrummler.android.colorpicker.R$drawable: int abc_item_background_holo_dark +android.didikee.donate.R$attr: int iconifiedByDefault +com.google.android.material.R$integer: int cancel_button_image_alpha +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Display4 +com.google.android.material.R$styleable: int[] AppCompatTheme +com.google.android.material.R$dimen: int design_bottom_navigation_active_item_min_width +wangdaye.com.geometricweather.R$id: int invisible +com.google.android.material.chip.Chip: void setChipCornerRadius(float) +com.jaredrummler.android.colorpicker.R$id: int src_over +okhttp3.internal.platform.Platform: javax.net.ssl.SSLContext getSSLContext() +com.google.android.material.appbar.AppBarLayout: int getMinimumHeightForVisibleOverlappingContent() +wangdaye.com.geometricweather.R$dimen: int design_bottom_sheet_peek_height_min +androidx.constraintlayout.widget.R$string +androidx.activity.R$styleable: int[] GradientColorItem +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Object getKey(java.lang.Object) +com.amap.api.fence.GeoFence: void setCustomId(java.lang.String) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Fullscreen +com.google.android.material.R$styleable: int AppCompatTheme_actionModeFindDrawable +james.adaptiveicon.R$attr: int titleTextStyle +com.google.android.material.R$styleable: int Constraint_flow_lastHorizontalBias +com.google.android.material.R$styleable: int SearchView_android_inputType +wangdaye.com.geometricweather.R$styleable: int ThemeEnforcement_enforceMaterialTheme +com.google.android.material.appbar.CollapsingToolbarLayout: void setContentScrim(android.graphics.drawable.Drawable) +androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_DESTROY +com.jaredrummler.android.colorpicker.R$styleable: int ActionMode_background +okhttp3.internal.connection.StreamAllocation: okhttp3.internal.http.HttpCodec codec() +com.google.android.material.R$style: int Widget_MaterialComponents_Tooltip +wangdaye.com.geometricweather.R$attr: int bsb_bubble_color +androidx.preference.R$dimen: int notification_media_narrow_margin +com.google.android.material.button.MaterialButton: android.content.res.ColorStateList getStrokeColor() +retrofit2.RequestFactory: java.lang.reflect.Method method +com.google.android.material.R$id: int tag_transition_group +androidx.appcompat.widget.AppCompatEditText: void setBackgroundDrawable(android.graphics.drawable.Drawable) +cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper: CustomTileListenerService$ICustomTileListenerWrapper(cyanogenmod.app.CustomTileListenerService) +okhttp3.internal.http2.Http2Writer: java.util.logging.Logger logger +com.amap.api.location.AMapLocation: java.lang.String z +androidx.constraintlayout.widget.R$attr: int srcCompat +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() +wangdaye.com.geometricweather.db.entities.LocationEntity: void setFormattedId(java.lang.String) +com.jaredrummler.android.colorpicker.R$attr: int cpv_colorPresets +androidx.loader.R$styleable: int GradientColorItem_android_offset +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_contentDescription +com.jaredrummler.android.colorpicker.R$id: int end +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse +androidx.constraintlayout.widget.R$drawable: int abc_textfield_activated_mtrl_alpha +androidx.core.R$id: int actions +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: org.reactivestreams.Subscription upstream +androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver +com.turingtechnologies.materialscrollbar.R$attr: int spinnerStyle +com.google.android.material.chip.ChipGroup: ChipGroup(android.content.Context,android.util.AttributeSet,int) +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_EXPORT_WITH_RC4_40_MD5 +cyanogenmod.app.ThemeVersion: java.util.List getComponentVersions() +com.google.gson.stream.JsonReader: void push(int) +androidx.constraintlayout.widget.R$styleable: int CompoundButton_buttonCompat +com.google.android.material.tabs.TabLayout: void setSelectedTabView(int) +wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: NumberAnimTextView(android.content.Context) +com.google.android.material.R$style: int ThemeOverlay_AppCompat_ActionBar +android.didikee.donate.R$attr: int buttonPanelSideLayout +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu +androidx.appcompat.widget.AppCompatImageButton: android.graphics.PorterDuff$Mode getSupportImageTintMode() +cyanogenmod.externalviews.KeyguardExternalView$9: void run() +androidx.appcompat.R$styleable: int MenuItem_alphabeticModifiers +androidx.appcompat.R$id: int accessibility_custom_action_18 +androidx.vectordrawable.R$id: int accessibility_custom_action_17 +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_SearchView +wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_color +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: io.reactivex.functions.Function valueSelector +wangdaye.com.geometricweather.R$styleable: int SearchView_android_focusable +wangdaye.com.geometricweather.R$anim: int x2_accelerate_interpolator +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_wrapMode +com.amap.api.location.AMapLocationClientOption$AMapLocationMode: com.amap.api.location.AMapLocationClientOption$AMapLocationMode Hight_Accuracy +com.google.android.material.R$drawable: int avd_show_password +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_showText +okhttp3.Cookie$Builder: okhttp3.Cookie build() +com.google.android.material.R$styleable: int TextInputLayout_errorIconDrawable +com.xw.repo.bubbleseekbar.R$attr: int arrowHeadLength +android.didikee.donate.R$attr: int popupMenuStyle +com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemHorizontalTranslationEnabled +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabInlineLabel +retrofit2.Call: retrofit2.Call clone() +okhttp3.internal.http.HttpCodec: void cancel() +wangdaye.com.geometricweather.R$attr: int layout_constraintRight_creator +com.google.android.material.R$dimen: int material_clock_size +androidx.constraintlayout.widget.R$styleable: int MotionScene_defaultDuration +androidx.constraintlayout.widget.R$styleable: int SearchView_voiceIcon +cyanogenmod.providers.CMSettings$InclusiveFloatRangeValidator: float mMax +wangdaye.com.geometricweather.R$id: int mtrl_calendar_text_input_frame +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub +okhttp3.internal.cache.DiskLruCache: boolean journalRebuildRequired() +okhttp3.Response: java.lang.String message() +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_lightContainer +wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_minutelyTitle +okhttp3.internal.http2.Http2Codec: okhttp3.ResponseBody openResponseBody(okhttp3.Response) +androidx.lifecycle.LifecycleRegistry$ObserverWithState: androidx.lifecycle.Lifecycle$State mState +com.google.android.material.R$styleable: int CustomAttribute_customColorValue +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource MF +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +androidx.appcompat.R$dimen: int abc_action_bar_default_height_material +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ListView +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_icon +com.jaredrummler.android.colorpicker.R$attr: int maxWidth +okhttp3.internal.connection.StreamAllocation: boolean hasMoreRoutes() +androidx.appcompat.R$styleable: int AppCompatTheme_actionModePopupWindowStyle +com.turingtechnologies.materialscrollbar.R$attr: int layout_collapseMode +com.turingtechnologies.materialscrollbar.R$attr: int chipGroupStyle +androidx.constraintlayout.widget.R$attr: int contentInsetStart +com.google.android.gms.common.server.converter.StringToIntConverter$zaa: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeSnowPrecipitationProbability +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowActionBar +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Dialog_MinWidth +wangdaye.com.geometricweather.R$drawable: int ic_router +wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Error +androidx.fragment.R$id: int right_side wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: java.lang.String MobileLink -com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_extra_spacing_horizontal -androidx.preference.R$attr: int arrowShaftLength -com.google.android.material.R$dimen: int compat_control_corner_material -com.google.android.material.R$style: int TestStyleWithLineHeightAppearance -io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: int index -com.bumptech.glide.integration.okhttp.R$layout: int notification_action -wangdaye.com.geometricweather.R$color -wangdaye.com.geometricweather.R$style: int Base_V7_Theme_AppCompat_Light -james.adaptiveicon.R$id: int edit_query -com.google.android.material.R$attr: int layoutDuringTransition -io.reactivex.internal.util.NotificationLite: boolean isComplete(java.lang.Object) -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_tooltipText -okhttp3.CacheControl: boolean onlyIfCached() -wangdaye.com.geometricweather.R$styleable: int[] KeyFrame -wangdaye.com.geometricweather.R$drawable: int notif_temp_43 -com.google.android.material.R$styleable: int Transform_android_transformPivotX -wangdaye.com.geometricweather.R$id: int widget_day_week_weather -cyanogenmod.externalviews.KeyguardExternalView: void registerKeyguardExternalViewCallback(cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks) -com.google.android.material.R$color: int dim_foreground_material_light -com.google.android.material.R$styleable: int AppCompatTheme_checkboxStyle -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout: void setOnFitSystemBarListener(wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout$OnFitSystemBarListener) -okhttp3.internal.platform.AndroidPlatform: java.lang.String getSelectedProtocol(javax.net.ssl.SSLSocket) -wangdaye.com.geometricweather.R$styleable: int Toolbar_contentInsetLeft -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setPivotY(float) -org.greenrobot.greendao.database.DatabaseOpenHelper: DatabaseOpenHelper(android.content.Context,java.lang.String,android.database.sqlite.SQLiteDatabase$CursorFactory,int,android.database.DatabaseErrorHandler) -wangdaye.com.geometricweather.R$id: int search_button -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay -okhttp3.EventListener$Factory: okhttp3.EventListener create(okhttp3.Call) -androidx.dynamicanimation.R$id: int line1 -wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_margin -wangdaye.com.geometricweather.R$id: int item_about_title -com.google.android.material.R$styleable: int Layout_layout_constraintTop_toTopOf -okhttp3.internal.http.RequestLine: java.lang.String get(okhttp3.Request,java.net.Proxy$Type) -com.turingtechnologies.materialscrollbar.R$attr: int behavior_autoHide -androidx.hilt.work.R$styleable: int FragmentContainerView_android_name -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Temperature: java.lang.Float value -androidx.cardview.R$styleable: R$styleable() -androidx.appcompat.resources.R$styleable: int FontFamilyFont_font -wangdaye.com.geometricweather.background.receiver.widget.WidgetDayWeekProvider -com.google.android.material.R$attr: int fabCradleRoundedCornerRadius -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_lastVerticalBias -io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter -wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_dark_focused -com.google.android.material.R$animator: int mtrl_fab_show_motion_spec -com.google.android.material.R$id: int material_timepicker_edit_text -wangdaye.com.geometricweather.R$layout: int widget_day_week_tile -androidx.lifecycle.LiveData$LifecycleBoundObserver: androidx.lifecycle.LiveData this$0 -androidx.constraintlayout.widget.R$dimen: int abc_disabled_alpha_material_dark -retrofit2.OkHttpCall: java.lang.Object clone() -androidx.preference.R$styleable: int AppCompatTheme_switchStyle -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_paddingEnd -androidx.appcompat.R$styleable: int[] ViewBackgroundHelper -android.didikee.donate.R$styleable: int AppCompatTextView_textAllCaps -com.google.android.material.R$styleable: int AppCompatTheme_actionOverflowMenuStyle -com.google.android.material.R$attr: int verticalOffset -wangdaye.com.geometricweather.R$styleable: int ArcProgress_text_color -android.didikee.donate.R$styleable: int ActionBar_contentInsetEnd -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: void onNext(java.lang.Object) -androidx.preference.R$dimen: int abc_dialog_list_padding_bottom_no_buttons -wangdaye.com.geometricweather.R$string: int background_information -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_alertDialogCenterButtons -com.jaredrummler.android.colorpicker.R$styleable: int GradientColorItem_android_offset -androidx.constraintlayout.widget.R$attr: int onHide -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_ALARM -wangdaye.com.geometricweather.R$string: int key_speed_unit -com.jaredrummler.android.colorpicker.R$attr: int contentInsetLeft -okio.Options: okio.ByteString[] byteStrings -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_AES_128_CBC_SHA256 -com.bumptech.glide.integration.okhttp.R$integer -okhttp3.internal.http2.Http2Connection$ReaderRunnable$2: okhttp3.internal.http2.Http2Connection$ReaderRunnable this$1 -androidx.vectordrawable.R$styleable: int FontFamilyFont_android_fontStyle -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_homeAsUpIndicator -androidx.constraintlayout.widget.R$drawable: int abc_tab_indicator_material -wangdaye.com.geometricweather.db.entities.DailyEntity: int getNighttimeTemperature() -com.google.android.material.R$id: int off -com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_gradientRadius -okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex: boolean equals(java.lang.Object) -com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_list_padding_top_no_title -androidx.appcompat.resources.R$integer: R$integer() -androidx.constraintlayout.widget.R$drawable: int abc_dialog_material_background -cyanogenmod.weatherservice.IWeatherProviderService: void processCityNameLookupRequest(cyanogenmod.weather.RequestInfo) -androidx.appcompat.R$styleable: int Spinner_popupTheme -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getRelativeHumidity() -wangdaye.com.geometricweather.R$drawable: int weather_clear_night_mini_light -androidx.constraintlayout.widget.R$id: int NO_DEBUG -com.google.android.material.R$id: int title -okio.Buffer: okio.Buffer writeHexadecimalUnsignedLong(long) -okhttp3.internal.cache.CacheStrategy$Factory: java.lang.String servedDateString -cyanogenmod.app.StatusBarPanelCustomTile: java.lang.Object clone() -com.turingtechnologies.materialscrollbar.R$attr: int textAppearancePopupMenuHeader -james.adaptiveicon.R$styleable: int AppCompatTheme_seekBarStyle -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: int getWindowFlags() -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_switchMinWidth -com.turingtechnologies.materialscrollbar.R$attr: int arrowHeadLength -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation: wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind wind -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_explanation -wangdaye.com.geometricweather.R$styleable: int PropertySet_android_visibility -cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String resPkg -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: io.reactivex.functions.Function rightEnd -cyanogenmod.app.BaseLiveLockManagerService: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() -cyanogenmod.app.ICustomTileListener$Stub$Proxy: void onCustomTilePosted(org.cyanogenmod.internal.statusbar.IStatusBarCustomTileHolder) -cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status[] $VALUES -wangdaye.com.geometricweather.R$string: int content_des_delete_flag -androidx.core.R$color: int androidx_core_ripple_material_light -androidx.preference.R$attr: int actionModeCloseDrawable -com.github.rahatarmanahmed.cpv.R$dimen: R$dimen() -james.adaptiveicon.R$drawable: int abc_scrubber_control_off_mtrl_alpha -androidx.lifecycle.Transformations$2$1 -android.didikee.donate.R$attr: int indeterminateProgressStyle -androidx.preference.R$styleable: int AnimatedStateListDrawableTransition_android_fromId -com.google.android.material.R$string: int mtrl_exceed_max_badge_number_suffix -okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean canceled -wangdaye.com.geometricweather.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_1 -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_lineHeight -androidx.appcompat.R$styleable: int AppCompatTheme_searchViewStyle -cyanogenmod.weather.WeatherInfo$1: cyanogenmod.weather.WeatherInfo createFromParcel(android.os.Parcel) -androidx.constraintlayout.widget.R$drawable: int abc_seekbar_tick_mark_material -io.reactivex.internal.util.ArrayListSupplier: java.lang.Object call() -androidx.recyclerview.R$drawable: int notification_bg_low_pressed -wangdaye.com.geometricweather.R$attr: int buttonGravity -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_begin -wangdaye.com.geometricweather.R$drawable: int notif_temp_67 -wangdaye.com.geometricweather.R$id: int seekbar_value -androidx.transition.R$dimen: int notification_small_icon_background_padding -retrofit2.adapter.rxjava2.HttpException -wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode DARK -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: io.reactivex.internal.disposables.SequentialDisposable serial -androidx.constraintlayout.motion.widget.MotionLayout: int[] getConstraintSetIds() -androidx.vectordrawable.R$string -io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: void dispose() -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_autoSizePresetSizes -wangdaye.com.geometricweather.R$id: int bidirectional -androidx.legacy.coreutils.R$attr: int fontProviderFetchTimeout -android.didikee.donate.R$styleable: int AppCompatTextHelper_android_textAppearance -com.google.android.gms.location.LocationSettingsStates -wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding -com.google.gson.stream.JsonWriter: int peek() -androidx.preference.R$styleable: int[] ButtonBarLayout -okhttp3.Headers$Builder: okhttp3.Headers$Builder addLenient(java.lang.String,java.lang.String) -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1: void onSucceed(java.lang.Object) -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_disabled_elevation -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast: java.util.concurrent.atomic.AtomicInteger wip -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: java.lang.String logo -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Snow: java.lang.String Unit -com.xw.repo.bubbleseekbar.R$dimen: int notification_small_icon_background_padding -wangdaye.com.geometricweather.db.entities.AlertEntity: void setTime(long) -com.amap.api.fence.PoiItem: android.os.Parcelable$Creator CREATOR -cyanogenmod.providers.CMSettings$Global: CMSettings$Global() -wangdaye.com.geometricweather.R$dimen: int material_emphasis_disabled -androidx.recyclerview.R$dimen: int notification_small_icon_size_as_large -androidx.constraintlayout.widget.R$attr: int transitionFlags -androidx.viewpager2.R$attr: R$attr() -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_actionViewClass -com.turingtechnologies.materialscrollbar.R$styleable: int ActionMode_height -com.jaredrummler.android.colorpicker.R$style: int Base_DialogWindowTitleBackground_AppCompat -com.jaredrummler.android.colorpicker.R$attr: int paddingTopNoTitle -cyanogenmod.externalviews.KeyguardExternalView$3: int val$x -com.jaredrummler.android.colorpicker.R$attr: int titleMarginBottom -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void data(boolean,int,okio.BufferedSource,int) -com.turingtechnologies.materialscrollbar.R$attr: int fontProviderFetchTimeout -com.turingtechnologies.materialscrollbar.R$color: int button_material_dark -wangdaye.com.geometricweather.R$color: int colorSearchBarBackground_dark -android.didikee.donate.R$style: int Base_V21_Theme_AppCompat_Dialog -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$4: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 -com.google.android.material.R$dimen: int mtrl_calendar_header_divider_thickness -okio.RealBufferedSink: boolean isOpen() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$3 -cyanogenmod.hardware.ICMHardwareService: int getSupportedFeatures() -com.google.android.material.R$attr: int lineHeight -androidx.legacy.coreutils.R$dimen: int notification_action_icon_size -okio.GzipSource: byte SECTION_HEADER -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_hintAnimationEnabled -wangdaye.com.geometricweather.R$styleable: int MockView_mock_labelColor -androidx.preference.R$styleable: int ActionBar_contentInsetEnd -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintTag -androidx.constraintlayout.helper.widget.Flow: void setHorizontalBias(float) -androidx.constraintlayout.widget.R$color: int abc_secondary_text_material_light -wangdaye.com.geometricweather.R$styleable: int MenuItem_numericModifiers -androidx.recyclerview.R$id: int accessibility_custom_action_31 -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_visibility -androidx.viewpager2.R$id: int tag_accessibility_pane_title -androidx.constraintlayout.widget.R$id: int top -wangdaye.com.geometricweather.weather.json.mf.MfRainResult: long updatedOn -androidx.fragment.R$layout: int notification_action_tombstone -com.google.android.material.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight -retrofit2.Platform: Platform(boolean) -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.Integer rainProductAvailable -com.xw.repo.bubbleseekbar.R$drawable: int abc_switch_track_mtrl_alpha -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_firstVerticalBias -androidx.preference.R$style: int Widget_AppCompat_PopupMenu_Overflow -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_CHACHA20_POLY1305_SHA256 -wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge -wangdaye.com.geometricweather.db.entities.LocationEntity: void setDistrict(java.lang.String) -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: byte[] readPersistentBytes(java.lang.String) -android.didikee.donate.R$styleable: int TextAppearance_textLocale -android.didikee.donate.R$attr: R$attr() +androidx.loader.R$style: int TextAppearance_Compat_Notification_Time +com.google.android.material.R$attr: int ratingBarStyleSmall +com.google.android.material.R$styleable: int Constraint_android_layout_marginRight +androidx.viewpager.R$styleable: int GradientColor_android_startY +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Button_Colored +okhttp3.OkHttpClient$Builder +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title +wangdaye.com.geometricweather.common.ui.widgets.DrawerLayout: DrawerLayout(android.content.Context,android.util.AttributeSet) +okhttp3.HttpUrl: java.lang.String PASSWORD_ENCODE_SET +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Snackbar +com.xw.repo.bubbleseekbar.R$drawable: int abc_list_selector_holo_light +androidx.appcompat.R$dimen: int abc_text_size_title_material_toolbar +wangdaye.com.geometricweather.R$attr: int fontProviderCerts +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableTopCompat +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_indicatorSize +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_shadowRadius +android.support.v4.app.INotificationSideChannel: void notify(java.lang.String,int,java.lang.String,android.app.Notification) +androidx.appcompat.R$styleable: int TextAppearance_android_shadowDy +com.google.android.material.R$string: int material_minute_selection +com.jaredrummler.android.colorpicker.R$id: int group_divider +com.google.android.material.slider.RangeSlider: void setTickVisible(boolean) +androidx.constraintlayout.widget.R$styleable: int ActionMode_height +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: java.util.List getValue() +androidx.constraintlayout.widget.R$dimen: int abc_text_size_headline_material +androidx.viewpager2.R$dimen: int notification_subtext_size +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ListPopupWindow +com.amap.api.location.AMapLocation: double getAltitude() +wangdaye.com.geometricweather.R$drawable: int abc_ic_menu_overflow_material +wangdaye.com.geometricweather.db.entities.WeatherEntity: long timeStamp +wangdaye.com.geometricweather.GeometricWeather: GeometricWeather() +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_horizontalBias +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.Precipitation precipitation +org.greenrobot.greendao.AbstractDao: void insertOrReplaceInTx(java.lang.Object[]) +com.google.android.material.R$styleable: int AppCompatTheme_colorSwitchThumbNormal +wangdaye.com.geometricweather.R$color: int colorLevel_3 +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarSize +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Button +wangdaye.com.geometricweather.R$styleable: int Chip_chipIconVisible +com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_LOCATION_PARAMETER +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_width +androidx.preference.R$drawable: int abc_btn_switch_to_on_mtrl_00012 +okhttp3.internal.http2.Http2Reader$ContinuationSource: int left +androidx.preference.R$styleable: int AppCompatSeekBar_android_thumb +wangdaye.com.geometricweather.R$attr: int attributeName +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: java.lang.Object[] latest +okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.lang.String PUBLIC_SUFFIX_RESOURCE +cyanogenmod.app.CustomTileListenerService: void onListenerConnected() +androidx.viewpager2.R$attr: int fontVariationSettings +androidx.preference.R$dimen: int abc_text_size_title_material +com.google.android.material.R$attr: int layout_constraintVertical_weight +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getO3Color(android.content.Context) +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_layout +com.google.gson.internal.LinkedTreeMap: java.lang.Object remove(java.lang.Object) +com.google.android.material.R$color: int mtrl_textinput_focused_box_stroke_color +org.greenrobot.greendao.AbstractDao: void insertOrReplaceInTx(java.lang.Iterable) +androidx.appcompat.R$drawable: int abc_ic_star_black_16dp +okhttp3.internal.http1.Http1Codec$UnknownLengthSource: void close() +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1: BaiduIPLocationService$1(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService,wangdaye.com.geometricweather.location.services.LocationService$LocationCallback) +cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.CMHardwareManager sCMHardwareManagerInstance +cyanogenmod.app.ILiveLockScreenManager +android.didikee.donate.R$style: int Widget_AppCompat_SeekBar_Discrete +wangdaye.com.geometricweather.R$dimen: int spinner_drop_width +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric: double Value +okhttp3.internal.Util: void closeQuietly(java.net.ServerSocket) +com.google.android.material.R$style: int Widget_MaterialComponents_Button_Icon +androidx.preference.TwoStatePreference$SavedState: android.os.Parcelable$Creator CREATOR +androidx.appcompat.widget.AppCompatTextView: AppCompatTextView(android.content.Context,android.util.AttributeSet,int) +io.reactivex.internal.observers.BasicIntQueueDisposable: void clear() +wangdaye.com.geometricweather.R$dimen: int abc_control_inset_material +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_7 +androidx.constraintlayout.widget.R$attr: int maxWidth +io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: void onNext(java.lang.Object) +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_fontVariationSettings +androidx.constraintlayout.widget.R$styleable: int Motion_motionStagger +androidx.viewpager2.R$id: int accessibility_custom_action_31 +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float getSnow() +android.support.v4.os.IResultReceiver$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +com.google.android.material.chip.Chip: android.content.res.ColorStateList getChipStrokeColor() +wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_mini_grey +okhttp3.internal.connection.StreamAllocation: java.net.Socket releaseIfNoNewStreams() +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipIconVisible +androidx.vectordrawable.R$styleable: int FontFamilyFont_fontVariationSettings +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_viewInflaterClass +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton +androidx.preference.R$style: int TextAppearance_AppCompat_Caption +retrofit2.adapter.rxjava2.CallExecuteObservable$CallDisposable: boolean disposed +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_counterOverflowTextAppearance +io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy DROP +cyanogenmod.themes.ThemeChangeRequest$Builder: java.util.Map mThemeComponents +okhttp3.internal.http2.Http2 +com.google.android.material.R$styleable: int Layout_layout_constrainedWidth +com.google.android.material.R$attr: int backgroundColor +okhttp3.internal.http.HttpDate: java.util.Date parse(java.lang.String) +james.adaptiveicon.R$styleable: int MenuItem_alphabeticModifiers +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_shadowDx +androidx.preference.R$style: int Widget_AppCompat_ActionBar +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: io.reactivex.Observer downstream +com.google.android.material.R$styleable: int[] CoordinatorLayout_Layout +okhttp3.internal.cache.DiskLruCache$1: DiskLruCache$1(okhttp3.internal.cache.DiskLruCache) +androidx.preference.R$styleable: int SwitchPreferenceCompat_summaryOn +wangdaye.com.geometricweather.R$attr: int insetForeground +com.google.android.material.card.MaterialCardView: android.content.res.ColorStateList getRippleColor() +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Subhead +androidx.appcompat.R$dimen: int abc_edit_text_inset_bottom_material +okhttp3.internal.connection.ConnectInterceptor: okhttp3.OkHttpClient client +androidx.activity.R$drawable: int notification_template_icon_low_bg +com.google.android.material.R$styleable: int MockView_mock_diagonalsColor +com.google.android.material.chip.Chip: void setLines(int) +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.HistoryEntityDao getHistoryEntityDao() +com.google.android.gms.base.R$drawable: int common_google_signin_btn_icon_dark_normal_background +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintGuide_begin +androidx.lifecycle.Transformations$2: Transformations$2(androidx.arch.core.util.Function,androidx.lifecycle.MediatorLiveData) +com.google.android.material.R$styleable: int MockView_mock_labelColor +androidx.constraintlayout.widget.R$layout: int abc_popup_menu_header_item_layout +androidx.constraintlayout.widget.R$attr: int buttonStyle +io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.BiFunction,boolean) +com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getTickInactiveTintList() +androidx.constraintlayout.widget.R$styleable: int ActionMode_closeItemLayout +androidx.constraintlayout.helper.widget.Flow +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List kongtiao +androidx.coordinatorlayout.R$id: int accessibility_custom_action_1 +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_WITH_DES_CBC_MD5 +com.google.android.material.slider.RangeSlider: void setHaloRadius(int) +androidx.preference.R$styleable: int PreferenceImageView_android_maxHeight +okio.SegmentPool +androidx.preference.R$layout: int abc_alert_dialog_title_material +wangdaye.com.geometricweather.R$color: int secondary_text_default_material_light +wangdaye.com.geometricweather.db.entities.WeatherEntity: long publishTime +androidx.customview.R$drawable: int notification_tile_bg +okhttp3.HttpUrl: okhttp3.HttpUrl$Builder newBuilder(java.lang.String) +cyanogenmod.app.CustomTileListenerService: java.lang.String SERVICE_INTERFACE +androidx.appcompat.widget.ListPopupWindow: void setOnItemClickListener(android.widget.AdapterView$OnItemClickListener) +com.google.android.material.textfield.TextInputLayout: void setEndIconDrawable(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: java.util.List maxCountItems +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_EditText +io.reactivex.Observable: io.reactivex.Observable throttleLatest(long,java.util.concurrent.TimeUnit) +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setOnSettingsClickIntent(android.content.Intent) +com.amap.api.location.AMapLocation: int TRUSTED_LEVEL_BAD +android.didikee.donate.R$attr: int showTitle +okhttp3.Cache$2: boolean canRemove +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Subhead +androidx.activity.R$dimen: int notification_big_circle_margin +androidx.lifecycle.extensions.R$drawable: int notification_tile_bg +androidx.activity.R$dimen: int notification_top_pad_large_text +androidx.legacy.coreutils.R$dimen: int notification_large_icon_width +retrofit2.adapter.rxjava2.RxJava2CallAdapter: java.lang.Object adapt(retrofit2.Call) +androidx.coordinatorlayout.R$id: int tag_accessibility_pane_title +androidx.appcompat.R$styleable: int MenuView_android_headerBackground +androidx.appcompat.R$id: int action_bar_spinner +cyanogenmod.app.Profile: cyanogenmod.profiles.ConnectionSettings getConnectionSettingWithSubId(int) +com.xw.repo.bubbleseekbar.R$id: int expand_activities_button +androidx.appcompat.widget.ActionMenuPresenter$OverflowPopup +james.adaptiveicon.R$styleable: int AppCompatTheme_dialogTheme +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_shapeAppearance +cyanogenmod.providers.CMSettings$Secure: int RING_HOME_BUTTON_BEHAVIOR_DO_NOTHING +androidx.appcompat.R$attr: int iconTintMode +androidx.viewpager.widget.ViewPager: void setScrollingCacheEnabled(boolean) +androidx.hilt.R$styleable: int[] FragmentContainerView +androidx.viewpager.widget.ViewPager: ViewPager(android.content.Context) +android.support.v4.app.INotificationSideChannel$Default: void cancelAll(java.lang.String) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getTotalPrecipitation() +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_27 +androidx.preference.R$styleable: int[] AppCompatTextView +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup +androidx.recyclerview.widget.RecyclerView$LayoutManager: RecyclerView$LayoutManager() +androidx.preference.R$id: int notification_main_column +com.turingtechnologies.materialscrollbar.R$interpolator +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setIcePrecipitationProbability(java.lang.Float) +okhttp3.internal.cache.CacheStrategy$Factory: long cacheResponseAge() +com.google.android.material.R$styleable: int Layout_barrierDirection +okio.Okio +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_4_30 +com.jaredrummler.android.colorpicker.R$attr: int iconTintMode +com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize +wangdaye.com.geometricweather.common.basic.models.weather.History: long getTime() +com.google.android.material.R$styleable: int SearchView_submitBackground +wangdaye.com.geometricweather.R$animator: int weather_clear_day_2 +james.adaptiveicon.R$style: int RtlOverlay_DialogWindowTitle_AppCompat +wangdaye.com.geometricweather.R$attr: int actionModeBackground +wangdaye.com.geometricweather.R$id: int dialog_location_permission_statement_container +com.google.android.material.floatingactionbutton.FloatingActionButton: float getCompatElevation() +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: java.lang.String MinuteText +com.google.android.material.R$attr: int title +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken NULL +io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: long serialVersionUID +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: boolean cancelled +androidx.appcompat.R$styleable: int ActionBar_icon +wangdaye.com.geometricweather.R$id: int action_mode_bar_stub +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: void run() +wangdaye.com.geometricweather.R$styleable: int[] BottomNavigationView +okhttp3.HttpUrl: java.lang.String fragment() +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_firstVerticalStyle +com.amap.api.location.AMapLocationClientOption: boolean isGpsFirst() +com.bumptech.glide.integration.okhttp.R$dimen: int notification_content_margin_start +cyanogenmod.weather.RequestInfo: cyanogenmod.weather.IRequestInfoListener access$102(cyanogenmod.weather.RequestInfo,cyanogenmod.weather.IRequestInfoListener) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property O3 +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: io.reactivex.Observer downstream +cyanogenmod.weather.IWeatherServiceProviderChangeListener +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +com.jaredrummler.android.colorpicker.R$drawable: int abc_seekbar_tick_mark_material +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorControlActivated +com.google.android.material.textfield.TextInputLayout: void setErrorIconTintMode(android.graphics.PorterDuff$Mode) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Direction +android.didikee.donate.R$id: int search_src_text +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_subtitleTextAppearance +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_height +io.reactivex.Observable: io.reactivex.Observable fromFuture(java.util.concurrent.Future,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +com.github.rahatarmanahmed.cpv.CircularProgressView: void onDraw(android.graphics.Canvas) +androidx.vectordrawable.animated.R$layout: R$layout() +okhttp3.internal.publicsuffix.PublicSuffixDatabase: okhttp3.internal.publicsuffix.PublicSuffixDatabase get() +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_TEMPERATURE_MODE_VALIDATOR +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_BottomAppBar_Surface +com.google.android.material.tabs.TabLayout: void setTabMode(int) +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps: int phenomenonId +com.google.android.material.R$styleable: int AppCompatTheme_android_windowAnimationStyle +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: java.util.concurrent.atomic.AtomicReference current +com.xw.repo.bubbleseekbar.R$attr: int actionOverflowMenuStyle +com.turingtechnologies.materialscrollbar.R$id: int submit_area +androidx.preference.R$attr: int titleTextColor +io.reactivex.Observable: io.reactivex.Observable buffer(int,java.util.concurrent.Callable) +com.bumptech.glide.load.ImageHeaderParser$ImageType: boolean hasAlpha() +androidx.legacy.coreutils.R$dimen: int notification_top_pad +androidx.preference.R$dimen: int abc_dialog_padding_material +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintGuide_percent +com.github.rahatarmanahmed.cpv.CircularProgressView$7: CircularProgressView$7(com.github.rahatarmanahmed.cpv.CircularProgressView) +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_EditText +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator SWAP_VOLUME_KEYS_ON_ROTATION_VALIDATOR +androidx.constraintlayout.widget.R$attr: int dialogTheme +com.google.android.material.R$styleable: int CollapsingToolbarLayout_scrimAnimationDuration +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintTop_toBottomOf +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_icon_padding +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability precipitationProbability +cyanogenmod.externalviews.KeyguardExternalView$2: void setInteractivity(boolean) +androidx.constraintlayout.widget.R$attr: int actionModePasteDrawable +androidx.legacy.coreutils.R$styleable: int FontFamilyFont_android_font +androidx.preference.R$attr: int alertDialogCenterButtons +android.didikee.donate.R$styleable: int AppCompatTheme_editTextStyle +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: boolean isDisposed() +okhttp3.internal.http1.Http1Codec: okhttp3.Response$Builder readResponseHeaders(boolean) +retrofit2.CompletableFutureCallAdapterFactory$CallCancelCompletableFuture +androidx.appcompat.resources.R$styleable: int FontFamily_fontProviderCerts +androidx.constraintlayout.widget.R$styleable: int Layout_layout_goneMarginLeft +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void dispose() +james.adaptiveicon.R$styleable: int FontFamily_fontProviderQuery +org.greenrobot.greendao.AbstractDao: void deleteByKeyInsideSynchronized(java.lang.Object,org.greenrobot.greendao.database.DatabaseStatement) +com.xw.repo.bubbleseekbar.R$attr: int actionBarTheme +com.google.android.material.R$xml +wangdaye.com.geometricweather.R$string: int today +com.xw.repo.bubbleseekbar.R$attr: int isLightTheme +okhttp3.internal.ws.RealWebSocket: void failWebSocket(java.lang.Exception,okhttp3.Response) +androidx.dynamicanimation.R$drawable: int notification_bg_low_pressed +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light_DarkActionBar +wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle DAILY +androidx.viewpager2.R$styleable: int GradientColor_android_centerColor +wangdaye.com.geometricweather.R$drawable: int flag_it +androidx.preference.R$styleable: int SwitchCompat_trackTint +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String windSpeedEnd +com.turingtechnologies.materialscrollbar.R$string: int abc_searchview_description_clear +cyanogenmod.hardware.CMHardwareManager: int readPersistentInt(java.lang.String) +com.google.android.material.R$attr: int icon +cyanogenmod.hardware.ICMHardwareService: int getNumGammaControls() james.adaptiveicon.R$id: int src_atop -okhttp3.OkHttpClient: int readTimeoutMillis() -james.adaptiveicon.R$style: int Widget_AppCompat_ActionButton -io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: org.reactivestreams.Subscriber downstream -james.adaptiveicon.R$styleable: int LinearLayoutCompat_showDividers -com.google.android.material.R$attr: int drawableStartCompat -com.google.android.material.R$attr: int rangeFillColor -androidx.appcompat.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Snackbar -androidx.appcompat.widget.AppCompatImageButton: void setSupportImageTintMode(android.graphics.PorterDuff$Mode) -retrofit2.CompletableFutureCallAdapterFactory$CallCancelCompletableFuture: retrofit2.Call call -com.google.android.material.R$animator: int mtrl_fab_hide_motion_spec -io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function6) -androidx.preference.R$styleable: int CheckBoxPreference_android_disableDependentsState -wangdaye.com.geometricweather.R$drawable: int ic_launcher_background -com.google.android.material.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation -com.google.android.material.chip.Chip: void setShowMotionSpec(com.google.android.material.animation.MotionSpec) -androidx.dynamicanimation.R$styleable: int FontFamily_fontProviderFetchStrategy -androidx.appcompat.R$color: int highlighted_text_material_light -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getTreeIndex() -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_lon -com.google.android.material.R$styleable: int[] OnSwipe -com.google.android.material.R$attr: int onCross -androidx.preference.R$id: int search_go_btn -wangdaye.com.geometricweather.R$layout: int preference_widget_seekbar_material -com.google.gson.stream.MalformedJsonException: MalformedJsonException(java.lang.String) -com.github.rahatarmanahmed.cpv.CircularProgressView: void removeListener(com.github.rahatarmanahmed.cpv.CircularProgressViewListener) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_panelMenuListWidth -com.jaredrummler.android.colorpicker.R$style: int Base_AlertDialog_AppCompat_Light -android.didikee.donate.R$attr: int windowFixedHeightMajor -james.adaptiveicon.R$dimen: int abc_text_size_menu_material -androidx.vectordrawable.animated.R$style: int TextAppearance_Compat_Notification -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setEnabled(boolean) -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle -wangdaye.com.geometricweather.R$attr: int tabContentStart -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_wrapMode -com.google.android.gms.internal.location.zzl: android.os.Parcelable$Creator CREATOR -com.google.android.material.R$id: int stretch -cyanogenmod.os.Build$CM_VERSION_CODES: int APRICOT -androidx.preference.R$styleable: int StateListDrawable_android_enterFadeDuration +wangdaye.com.geometricweather.R$styleable: int CheckBoxPreference_disableDependentsState +james.adaptiveicon.R$dimen: int abc_seekbar_track_progress_height_material +wangdaye.com.geometricweather.R$id: int tag_icon_night +wangdaye.com.geometricweather.R$layout: int material_timepicker_dialog +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_icon_3 +com.google.android.material.R$dimen: int mtrl_snackbar_padding_horizontal +androidx.appcompat.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight +com.turingtechnologies.materialscrollbar.R$styleable: int ThemeEnforcement_enforceMaterialTheme +wangdaye.com.geometricweather.R$attr: int drawableTopCompat +com.google.android.material.R$styleable: int ConstraintSet_android_translationY +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_AES_256_CCM_8_SHA256 +com.google.android.material.R$drawable: int abc_seekbar_track_material +cyanogenmod.app.IPartnerInterface$Stub$Proxy: boolean setZenModeWithDuration(int,long) +androidx.recyclerview.R$styleable: int ColorStateListItem_android_color +android.didikee.donate.R$styleable: int[] ButtonBarLayout +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: java.lang.String unit +james.adaptiveicon.R$attr: int navigationContentDescription +androidx.swiperefreshlayout.R$styleable: R$styleable() +james.adaptiveicon.R$attr: int radioButtonStyle +com.turingtechnologies.materialscrollbar.R$styleable: int Snackbar_snackbarTextViewStyle +androidx.transition.R$dimen: int compat_button_padding_vertical_material +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$LocalSource +androidx.transition.R$drawable +androidx.work.impl.foreground.SystemForegroundService: SystemForegroundService() +androidx.core.view.ViewCompat$1 +com.amap.api.fence.GeoFence: void writeToParcel(android.os.Parcel,int) +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration getPrecipitationDuration() +com.google.android.material.tabs.TabLayout: void setTabRippleColorResource(int) +androidx.transition.R$color: R$color() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonStyleSmall +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_submitBackground +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: java.lang.Integer iso0 +androidx.constraintlayout.widget.R$styleable: int ActionBar_homeLayout +androidx.core.content.FileProvider +android.didikee.donate.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_elevation +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum +wangdaye.com.geometricweather.R$id: int fill_horizontal +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: int Index +okhttp3.WebSocketListener: void onOpen(okhttp3.WebSocket,okhttp3.Response) +androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: void setBackgroundDrawable(android.graphics.drawable.Drawable) +androidx.appcompat.R$drawable: int tooltip_frame_light +com.google.android.material.R$attr: int materialAlertDialogTitleTextStyle +wangdaye.com.geometricweather.location.services.LocationService: void requestLocation(android.content.Context,wangdaye.com.geometricweather.location.services.LocationService$LocationCallback) +retrofit2.ParameterHandler$PartMap: retrofit2.Converter valueConverter +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: java.lang.String getTo() +cyanogenmod.app.StatusBarPanelCustomTile: int initialPid +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling: java.lang.String Unit +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Visibility +androidx.dynamicanimation.R$id: int icon +androidx.work.R$styleable: int FontFamilyFont_android_fontStyle +androidx.appcompat.R$style: int Theme_AppCompat_Light_DarkActionBar +retrofit2.RequestBuilder: boolean hasBody +com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_spanCount +com.turingtechnologies.materialscrollbar.R$dimen: int notification_big_circle_margin +james.adaptiveicon.R$styleable: int AppCompatTextView_firstBaselineToTopHeight +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_popupWindowStyle +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: int val$x +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setText(java.lang.String) +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: void dispose() +androidx.vectordrawable.R$id: int accessibility_custom_action_9 +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeIcePrecipitationProbability +com.google.gson.stream.JsonReader: boolean isLenient() +wangdaye.com.geometricweather.R$id: int widget_day_weather +android.didikee.donate.R$style: int Widget_AppCompat_Spinner +wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoonRiseDate(java.util.Date) +wangdaye.com.geometricweather.R$attr: int shrinkMotionSpec +wangdaye.com.geometricweather.R$string: int week +com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_endX +io.reactivex.Observable: io.reactivex.Observable skipWhile(io.reactivex.functions.Predicate) +com.google.android.material.R$drawable: int abc_ic_star_half_black_36dp +androidx.appcompat.R$dimen: int abc_dialog_list_padding_top_no_title +com.google.android.material.button.MaterialButton$SavedState: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$dimen: int abc_action_bar_subtitle_top_margin_material +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$6: void run() +cyanogenmod.externalviews.ExternalViewProviderService$Provider: void onStart() +com.google.android.material.R$styleable: int Layout_layout_constraintHorizontal_chainStyle +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setWeatherText(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum Minimum +com.google.android.material.R$styleable: int Constraint_android_id +com.google.android.material.R$styleable: int ConstraintSet_flow_horizontalAlign +androidx.constraintlayout.widget.R$attr: int flow_verticalBias +okhttp3.internal.http.StatusLine: java.lang.String message +com.amap.api.location.AMapLocation: float getBearing() +android.didikee.donate.R$drawable: int abc_spinner_textfield_background_material +wangdaye.com.geometricweather.R$style: int Base_V21_Theme_AppCompat_Dialog +com.google.android.material.R$styleable: int Constraint_android_transformPivotY +androidx.customview.R$layout: int notification_action_tombstone +androidx.coordinatorlayout.R$drawable: int notification_action_background +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_PSK_WITH_AES_256_CBC_SHA +okhttp3.ResponseBody$BomAwareReader: okio.BufferedSource source +com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleGravity +com.turingtechnologies.materialscrollbar.R$color: int abc_tint_switch_track +james.adaptiveicon.R$drawable: int abc_ic_menu_cut_mtrl_alpha +androidx.lifecycle.LiveData: java.lang.Object mPendingData +wangdaye.com.geometricweather.R$id: int decelerateAndComplete +wangdaye.com.geometricweather.R$string: int feedback_request_location +androidx.appcompat.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader +com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Widget_AppCompat_EditText +com.turingtechnologies.materialscrollbar.R$dimen +androidx.fragment.R$dimen: R$dimen() +wangdaye.com.geometricweather.R$attr: int msb_scrollMode +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_firstHorizontalStyle +androidx.vectordrawable.R$attr: int fontProviderAuthority +androidx.preference.R$dimen: int notification_action_icon_size +com.google.android.material.R$styleable: int MotionTelltales_telltales_tailScale +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float totalPrecipitationProbability +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonBarStyle +com.jaredrummler.android.colorpicker.R$attr: int popupWindowStyle +com.amap.api.fence.GeoFence: void setAble(boolean) +com.turingtechnologies.materialscrollbar.R$attr: int tabIndicatorColor +wangdaye.com.geometricweather.R$id: int coordinator +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_ratingBarStyleSmall +cyanogenmod.app.ILiveLockScreenChangeListener: void onLiveLockScreenChanged(cyanogenmod.app.LiveLockScreenInfo) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorSwitchThumbNormal +wangdaye.com.geometricweather.R$styleable: int[] Layout +com.google.android.material.chip.Chip: void setCheckedIconResource(int) +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_Switch +androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_keylines +androidx.transition.R$attr: int fontProviderAuthority +io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) +androidx.appcompat.R$attr: int textAllCaps +com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getItemTextAppearanceActive() +com.google.android.material.R$dimen: int abc_action_bar_content_inset_with_nav +androidx.hilt.lifecycle.R$id: int text2 +com.turingtechnologies.materialscrollbar.R$drawable: int abc_spinner_mtrl_am_alpha +androidx.lifecycle.ServiceLifecycleDispatcher: androidx.lifecycle.Lifecycle getLifecycle() +com.github.rahatarmanahmed.cpv.CircularProgressView: int animSteps +androidx.appcompat.R$styleable: int AppCompatTheme_colorPrimaryDark +wangdaye.com.geometricweather.R$string: int feedback_subtitle_data +cyanogenmod.profiles.RingModeSettings: int describeContents() +cyanogenmod.app.CustomTileListenerService: boolean isBound() +com.github.rahatarmanahmed.cpv.CircularProgressView: CircularProgressView(android.content.Context) +cyanogenmod.profiles.AirplaneModeSettings: boolean mDirty +wangdaye.com.geometricweather.R$styleable: int Chip_chipIconEnabled +com.amap.api.location.AMapLocationQualityReport: long getNetUseTime() +androidx.preference.DropDownPreference +wangdaye.com.geometricweather.R$attr: int drawableSize +com.xw.repo.bubbleseekbar.R$style: R$style() +android.didikee.donate.R$styleable: int MenuItem_android_numericShortcut +wangdaye.com.geometricweather.R$attr: int paddingLeftSystemWindowInsets +okhttp3.internal.cache.InternalCache: void trackResponse(okhttp3.internal.cache.CacheStrategy) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature ApparentTemperature +com.google.android.material.chip.ChipGroup: void setShowDividerHorizontal(int) +androidx.constraintlayout.widget.R$attr: int height +com.xw.repo.bubbleseekbar.R$attr: int buttonBarNegativeButtonStyle +com.google.android.material.chip.ChipGroup: void setDividerDrawableVertical(android.graphics.drawable.Drawable) +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_android_font +androidx.appcompat.R$string: int abc_menu_delete_shortcut_label +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Metric +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: java.lang.String getPressureText(android.content.Context,float) +com.google.android.material.R$styleable: int MaterialCalendarItem_android_insetRight androidx.appcompat.R$dimen: int compat_notification_large_icon_max_width -com.turingtechnologies.materialscrollbar.R$styleable: int[] CollapsingToolbarLayout -androidx.hilt.work.R$id: int chronometer -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_textinput_outline_box_expanded_padding -androidx.lifecycle.ReportFragment -androidx.preference.R$string: int summary_collapsed_preference_list -android.didikee.donate.R$styleable: int AppCompatTextView_fontFamily -android.didikee.donate.R$attr: int thumbTint -androidx.legacy.coreutils.R$styleable: int GradientColor_android_startY -wangdaye.com.geometricweather.R$array: int subtitle_data_values -androidx.appcompat.R$styleable: int MenuView_android_itemIconDisabledAlpha -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title -com.turingtechnologies.materialscrollbar.R$dimen: int abc_control_corner_material -androidx.swiperefreshlayout.R$attr: int fontWeight -androidx.preference.R$layout: int preference_widget_switch -io.reactivex.internal.disposables.SequentialDisposable: boolean update(io.reactivex.disposables.Disposable) -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: boolean done -com.amap.api.fence.GeoFence: java.lang.String a -cyanogenmod.providers.CMSettings$Secure: java.lang.String getString(android.content.ContentResolver,java.lang.String) -cyanogenmod.app.CustomTile: java.lang.Object clone() -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar -androidx.appcompat.R$drawable: int abc_list_selector_disabled_holo_light -com.google.android.material.R$layout: int design_layout_snackbar -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_title -wangdaye.com.geometricweather.R$drawable: int abc_ic_menu_share_mtrl_alpha -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem -okhttp3.internal.cache.CacheStrategy$Factory: okhttp3.Response cacheResponse -okhttp3.internal.Util: java.nio.charset.Charset UTF_16_LE -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver: void onComplete() -com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked -wangdaye.com.geometricweather.main.models.LocationResource$Event: wangdaye.com.geometricweather.main.models.LocationResource$Event valueOf(java.lang.String) -wangdaye.com.geometricweather.R$string: int content_des_pm10 -okhttp3.internal.http2.Http2Stream$FramingSource: void updateConnectionFlowControl(long) -wangdaye.com.geometricweather.R$string: int mtrl_picker_range_header_only_start_selected -io.reactivex.Observable: io.reactivex.Observable retry(io.reactivex.functions.Predicate) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric Metric +androidx.lifecycle.extensions.R$id: int chronometer +com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_borderless_material +wangdaye.com.geometricweather.R$attr: int colorOnBackground +cyanogenmod.weather.RequestInfo: int getRequestType() +com.google.android.material.R$style: int Base_V7_Theme_AppCompat_Dialog +retrofit2.Response: java.lang.String message() +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionButtonStyle +com.google.android.material.internal.NavigationMenuItemView: void setTextAppearance(int) +com.google.android.material.internal.VisibilityAwareImageButton: int getUserSetVisibility() +com.turingtechnologies.materialscrollbar.R$styleable: int CompoundButton_buttonTint +androidx.viewpager2.widget.ViewPager2: void setOrientation(int) +com.google.android.material.R$id: int accessibility_custom_action_1 +androidx.lifecycle.extensions.R$anim: int fragment_fast_out_extra_slow_in +wangdaye.com.geometricweather.R$attr: int layout_constraintHeight_default +wangdaye.com.geometricweather.R$attr: int constraintSet +com.google.android.material.R$styleable: int RecyclerView_android_clipToPadding +cyanogenmod.themes.IThemeService$Stub$Proxy: void unregisterThemeProcessingListener(cyanogenmod.themes.IThemeProcessingListener) +com.xw.repo.bubbleseekbar.R$color: int abc_primary_text_material_light +wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayDetailsWidgetConfigActivity +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Imperial: AccuCurrentResult$WetBulbTemperature$Imperial() +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: void setSwitchView(wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout) +wangdaye.com.geometricweather.R$dimen: int mtrl_slider_widget_height +wangdaye.com.geometricweather.R$styleable: int LoadingImageView_imageAspectRatio +androidx.vectordrawable.R$attr: int fontWeight +com.jaredrummler.android.colorpicker.R$attr: int iconSpaceReserved +cyanogenmod.weather.IRequestInfoListener$Stub$Proxy: void onWeatherRequestCompleted(cyanogenmod.weather.RequestInfo,int,cyanogenmod.weather.WeatherInfo) +com.google.android.material.R$styleable: int ConstraintSet_flow_verticalBias +androidx.lifecycle.extensions.R$dimen: int compat_button_padding_horizontal_material +wangdaye.com.geometricweather.R$color: int abc_decor_view_status_guard_light +cyanogenmod.externalviews.KeyguardExternalViewProviderService: java.lang.String TAG +com.google.android.material.R$dimen: int mtrl_calendar_pre_l_text_clip_padding +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void onNext(java.lang.Object) +com.amap.api.location.AMapLocation: java.lang.String r +com.google.gson.stream.JsonReader: int pos +androidx.appcompat.R$dimen: int abc_alert_dialog_button_dimen +androidx.constraintlayout.widget.R$attr: int flow_firstVerticalBias +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_paddingTop +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setTextColor(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_content_3 +com.google.android.material.textfield.TextInputLayout: void setEndIconVisible(boolean) +androidx.viewpager.R$styleable: int FontFamilyFont_fontVariationSettings +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Day_Selected +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property Pm25 +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Large_Inverse +wangdaye.com.geometricweather.R$attr: int errorIconDrawable +james.adaptiveicon.R$styleable: int SwitchCompat_thumbTextPadding +androidx.core.R$dimen: int notification_small_icon_size_as_large +wangdaye.com.geometricweather.R$drawable: int abc_ab_share_pack_mtrl_alpha +androidx.constraintlayout.widget.Placeholder: Placeholder(android.content.Context) +io.reactivex.internal.subscriptions.DeferredScalarSubscription: java.lang.Object value +com.google.android.material.R$style: int TextAppearance_AppCompat_Title +androidx.preference.R$id: int blocking +com.google.android.material.R$attr: int state_collapsed +io.reactivex.internal.observers.LambdaObserver: io.reactivex.functions.Consumer onNext +com.google.android.material.R$styleable: int TabLayout_tabInlineLabel +okhttp3.internal.http2.Http2Reader$Handler: void pushPromise(int,int,java.util.List) +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info +androidx.constraintlayout.widget.R$id: int right +cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onBouncerShowing(boolean) +androidx.customview.R$attr: int fontVariationSettings +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.HistoryEntityDao historyEntityDao +androidx.work.R$id: int accessibility_custom_action_4 +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getDaytimeWeatherText() +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_0 +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_framePosition +com.google.android.material.R$dimen: int cardview_default_elevation +wangdaye.com.geometricweather.R$id: int activity_widget_config_blackTextSpinner +com.jaredrummler.android.colorpicker.R$style: int Preference_SwitchPreference_Material +com.bumptech.glide.R$layout: R$layout() +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: io.reactivex.internal.operators.observable.ObservableReplay$Node tail +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: long time +com.xw.repo.bubbleseekbar.R$layout +wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree getNighttimeWindDegree() +james.adaptiveicon.R$style: int Widget_AppCompat_TextView_SpinnerItem +androidx.recyclerview.R$layout: int custom_dialog +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: void onComplete() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial +com.google.android.material.R$dimen: int tooltip_corner_radius +com.github.rahatarmanahmed.cpv.CircularProgressView$5 +com.google.android.material.R$styleable: int[] GradientColor +wangdaye.com.geometricweather.R$dimen: int design_bottom_sheet_modal_elevation +androidx.constraintlayout.widget.R$styleable: int KeyCycle_motionTarget +com.google.android.material.R$drawable: int abc_btn_check_to_on_mtrl_000 +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setOnceLocation(boolean) +cyanogenmod.content.Intent: java.lang.String URI_SCHEME_PACKAGE +androidx.appcompat.R$drawable: int abc_ratingbar_small_material +android.didikee.donate.R$styleable: int SwitchCompat_thumbTintMode +wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: java.lang.String modeId +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_25 +wangdaye.com.geometricweather.R$drawable: int abc_switch_thumb_material +androidx.work.R$styleable: int FontFamily_fontProviderFetchStrategy +androidx.constraintlayout.widget.R$color: int switch_thumb_disabled_material_light +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: java.util.Date Rise +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_editor_absoluteY +wangdaye.com.geometricweather.R$id: int action_menu_divider +androidx.recyclerview.R$dimen: int compat_notification_large_icon_max_height +wangdaye.com.geometricweather.R$integer: int abc_config_activityShortDur +androidx.appcompat.R$drawable: int abc_list_pressed_holo_light +wangdaye.com.geometricweather.background.receiver.widget.WidgetDayWeekProvider: WidgetDayWeekProvider() +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: boolean isDisposed() +android.didikee.donate.R$attr: int subtitle +com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_translation_z_hovered_focused +com.google.android.material.R$style: int Theme_MaterialComponents_Bridge +androidx.hilt.lifecycle.R$styleable: int GradientColor_android_startX +androidx.appcompat.widget.SwitchCompat: void setTrackTintMode(android.graphics.PorterDuff$Mode) +androidx.constraintlayout.widget.R$attr: int minHeight +com.google.android.material.R$attr: int reverseLayout +com.google.android.material.R$styleable: int MotionLayout_currentState +androidx.dynamicanimation.R$styleable: int GradientColor_android_centerColor +wangdaye.com.geometricweather.R$id: int widget_day_icon +okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.platform.Platform buildIfSupported() +cyanogenmod.providers.CMSettings$System: java.lang.String PROXIMITY_ON_WAKE +com.google.android.material.R$style: int Widget_MaterialComponents_ExtendedFloatingActionButton +wangdaye.com.geometricweather.R$id: int widget_day_week_week_1 +androidx.activity.R$id: int text2 +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dropDownListViewStyle +com.google.android.material.textfield.TextInputLayout: int getHelperTextCurrentTextColor() +retrofit2.Response: retrofit2.Response success(int,java.lang.Object) +androidx.constraintlayout.widget.R$color +androidx.appcompat.R$styleable: int MenuView_subMenuArrow +androidx.legacy.coreutils.R$styleable: int GradientColor_android_endX +com.google.android.material.R$dimen: int mtrl_snackbar_background_corner_radius +okhttp3.internal.ws.WebSocketProtocol: void validateCloseCode(int) +androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_ANY +com.google.android.material.R$styleable: int TabLayout_tabPaddingStart +androidx.dynamicanimation.R$id: int blocking +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_als +wangdaye.com.geometricweather.R$attr: int cpv_color +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listMenuViewStyle +com.google.android.material.textfield.MaterialAutoCompleteTextView: MaterialAutoCompleteTextView(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$dimen: int mtrl_calendar_year_height +androidx.viewpager.R$drawable: int notification_tile_bg +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Dialog +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: void collapseNotificationPanel() +androidx.appcompat.resources.R$id: int accessibility_custom_action_23 +com.google.android.material.tabs.TabLayout: void setTabRippleColor(android.content.res.ColorStateList) +okhttp3.EventListener$2: okhttp3.EventListener create(okhttp3.Call) +com.baidu.location.e.n +io.reactivex.internal.subscriptions.DeferredScalarSubscription: int NO_REQUEST_NO_VALUE +okio.BufferedSource: long indexOf(byte,long) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow: java.lang.Float cumul24H +james.adaptiveicon.R$styleable: int AppCompatTheme_tooltipFrameBackground +androidx.appcompat.resources.R$id: int accessibility_custom_action_10 +com.google.gson.stream.JsonReader: java.lang.String toString() +com.google.android.material.R$styleable: int CollapsingToolbarLayout_titleEnabled +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Weather: java.lang.String desc +com.google.android.material.R$attr: int placeholder_emptyVisibility +androidx.preference.R$styleable: int Preference_android_fragment +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setColorSchemeColors(int[]) +androidx.preference.R$id: int checked +com.google.android.material.R$styleable: int ImageFilterView_overlay +wangdaye.com.geometricweather.R$attr: int cpv_allowCustom +io.reactivex.internal.schedulers.AbstractDirectTask: java.lang.Thread runner +android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text +androidx.preference.R$dimen: int abc_action_bar_subtitle_top_margin_material +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable +retrofit2.OptionalConverterFactory: OptionalConverterFactory() +com.google.android.material.R$styleable: int MenuView_android_verticalDivider +wangdaye.com.geometricweather.main.MainActivityViewModel$Status: wangdaye.com.geometricweather.main.MainActivityViewModel$Status IMPLICIT_INITIALIZING +androidx.transition.R$id: int title +androidx.appcompat.app.AppCompatDelegateImpl$PanelFeatureState$SavedState +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_textinput_box_stroke_width_focused +com.turingtechnologies.materialscrollbar.R$styleable: int ActionMode_subtitleTextStyle +wangdaye.com.geometricweather.R$id: int container_main_pollen_title +wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Object readEntity(android.database.Cursor,int) +wangdaye.com.geometricweather.R$id: int mtrl_picker_header_toggle +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator VOLUME_KEYS_CONTROL_RING_STREAM_VALIDATOR +androidx.preference.R$id: int seekbar +androidx.appcompat.widget.MenuPopupWindow$MenuDropDownListView: void setHoverListener(androidx.appcompat.widget.MenuItemHoverListener) +wangdaye.com.geometricweather.R$array: int temperature_units_long +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_20 +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: java.util.concurrent.atomic.AtomicInteger active +androidx.transition.R$style: int TextAppearance_Compat_Notification_Info +james.adaptiveicon.R$dimen: int abc_action_bar_icon_vertical_padding_material +androidx.appcompat.R$id: int decor_content_parent +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getPrimary() +okio.Util +com.amap.api.location.AMapLocationClient: void setApiKey(java.lang.String) +io.reactivex.internal.queue.SpscArrayQueue: long serialVersionUID +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: int nameId +androidx.hilt.R$string +androidx.appcompat.R$drawable: int abc_ic_star_half_black_48dp +io.reactivex.internal.observers.LambdaObserver +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeSnowPrecipitationDuration +androidx.swiperefreshlayout.R$layout: int notification_template_icon_group +android.didikee.donate.R$style: int Base_AlertDialog_AppCompat +com.jaredrummler.android.colorpicker.R$attr: int multiChoiceItemLayout +androidx.work.R$styleable: int FontFamily_fontProviderAuthority +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: java.util.List getValue() +com.amap.api.location.AMapLocation: java.lang.String h(com.amap.api.location.AMapLocation,java.lang.String) +com.google.android.material.R$styleable: int OnSwipe_touchRegionId +okhttp3.RealCall$AsyncCall: RealCall$AsyncCall(okhttp3.RealCall,okhttp3.Callback) +com.turingtechnologies.materialscrollbar.R$color: int background_floating_material_light +okhttp3.internal.http1.Http1Codec$FixedLengthSink: okio.Timeout timeout() +retrofit2.Platform: java.util.List defaultConverterFactories() +com.google.android.material.chip.Chip: android.content.res.ColorStateList getChipIconTint() +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_lc +android.didikee.donate.R$attr: int homeLayout +androidx.viewpager.widget.PagerTabStrip: boolean getDrawFullUnderline() +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void onNext(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_maxButtonHeight +wangdaye.com.geometricweather.db.entities.LocationEntity: boolean getCurrentPosition() +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_46 +com.turingtechnologies.materialscrollbar.R$attr: int titleTextAppearance +com.google.android.material.textfield.TextInputLayout: TextInputLayout(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$attr: int panelBackground +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle +james.adaptiveicon.R$attr: int popupTheme +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_MENU_ACTION_VALIDATOR +wangdaye.com.geometricweather.R$attr: int labelBehavior +okio.RealBufferedSink: okio.Timeout timeout() +com.google.android.material.R$style: int Theme_AppCompat_Dialog_MinWidth +androidx.preference.R$styleable: int PreferenceFragmentCompat_allowDividerAfterLastItem +com.turingtechnologies.materialscrollbar.R$attr: int tabIconTint +androidx.loader.R$attr: int alpha +com.google.android.material.R$style: int Widget_AppCompat_DrawerArrowToggle +androidx.appcompat.R$attr: int windowNoTitle +com.jaredrummler.android.colorpicker.R$attr: int colorAccent +com.google.android.material.slider.BaseSlider: void setLabelFormatter(com.google.android.material.slider.LabelFormatter) +okhttp3.internal.ws.WebSocketProtocol: int OPCODE_BINARY +wangdaye.com.geometricweather.R$id: int item_weather_daily_value_value +androidx.appcompat.R$id: int time +com.google.android.material.R$id: int chip3 +okio.AsyncTimeout: boolean cancelScheduledTimeout(okio.AsyncTimeout) +android.didikee.donate.R$attr: int thumbTintMode +cyanogenmod.themes.IThemeService$Stub$Proxy: void rebuildResourceCache() +androidx.hilt.work.R$styleable: int[] FontFamilyFont +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ZEN_ALLOW_LIGHTS_VALIDATOR +wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type TEMPERATURE +okhttp3.internal.http.HttpHeaders: okio.ByteString TOKEN_DELIMITERS +androidx.vectordrawable.animated.R$dimen: int notification_subtext_size +wangdaye.com.geometricweather.R$id: int list_item +wangdaye.com.geometricweather.R$dimen: int widget_content_text_size +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void onNext(java.lang.Object) +com.google.android.material.R$styleable: int GradientColor_android_centerX +wangdaye.com.geometricweather.R$attr: int alertDialogCenterButtons +androidx.lifecycle.extensions.R$color +com.turingtechnologies.materialscrollbar.R$attr: int contentPaddingRight +cyanogenmod.app.IProfileManager$Stub +wangdaye.com.geometricweather.R$attr: int positiveButtonText +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle +wangdaye.com.geometricweather.R$id: int container_alert_display_view_title +cyanogenmod.profiles.AirplaneModeSettings: void processOverride(android.content.Context) +com.google.android.material.R$styleable: int TextInputLayout_startIconCheckable +cyanogenmod.weather.WeatherInfo$DayForecast +androidx.appcompat.widget.AppCompatImageButton: void setSupportBackgroundTintList(android.content.res.ColorStateList) +cyanogenmod.hardware.CMHardwareManager: boolean writePersistentInt(java.lang.String,int) +okhttp3.internal.http2.Http2Connection$Builder: java.lang.String hostname +androidx.fragment.R$styleable: int FontFamily_fontProviderQuery +com.turingtechnologies.materialscrollbar.R$attr: int autoSizeStepGranularity +wangdaye.com.geometricweather.background.polling.work.worker.TomorrowForecastUpdateWorker: TomorrowForecastUpdateWorker(android.content.Context,androidx.work.WorkerParameters,wangdaye.com.geometricweather.location.LocationHelper,wangdaye.com.geometricweather.weather.WeatherHelper) +wangdaye.com.geometricweather.R$drawable: int abc_ratingbar_small_material +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarSplitStyle +com.google.android.material.R$attr: int thumbColor +androidx.work.R$attr: int ttcIndex +androidx.appcompat.R$attr: int initialActivityCount +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9 +androidx.coordinatorlayout.R$attr: int layout_anchor +com.turingtechnologies.materialscrollbar.R$attr: int statusBarScrim +cyanogenmod.externalviews.ExternalView$8 +wangdaye.com.geometricweather.R$drawable: int notif_temp_104 +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ab_share_pack_mtrl_alpha +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String BOOT_ANIM_URI +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: java.lang.String en_US +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge +com.google.android.material.R$styleable: int TextAppearance_android_textSize +com.google.android.material.R$dimen: int abc_action_button_min_width_overflow_material +androidx.preference.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable +okhttp3.internal.http2.StreamResetException +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header +androidx.recyclerview.R$styleable: int FontFamilyFont_android_fontWeight +com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_icon_size +com.google.android.material.R$style: int Widget_MaterialComponents_TabLayout_Colored +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_visible +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver: long serialVersionUID +com.jaredrummler.android.colorpicker.R$style: int PreferenceFragmentList_Material +androidx.appcompat.R$attr: int lastBaselineToBottomHeight +com.turingtechnologies.materialscrollbar.R$id: int container +com.turingtechnologies.materialscrollbar.R$attr: int state_collapsible +androidx.work.R$bool: int workmanager_test_configuration +wangdaye.com.geometricweather.R$drawable: int widget_card_dark_0 +androidx.appcompat.R$id: int action_divider +android.didikee.donate.R$drawable: int notification_bg +com.google.android.material.R$dimen: int action_bar_size +androidx.appcompat.R$bool: int abc_config_actionMenuItemAllCaps +androidx.appcompat.R$id: int accessibility_custom_action_11 +io.reactivex.internal.subscriptions.SubscriptionArbiter: void request(long) +androidx.hilt.lifecycle.R$styleable: int GradientColor_android_endY +wangdaye.com.geometricweather.R$attr: int flow_firstHorizontalStyle +androidx.appcompat.R$color: int switch_thumb_normal_material_light +wangdaye.com.geometricweather.R$layout: int test_design_checkbox +androidx.hilt.lifecycle.R$integer +okhttp3.Call: okhttp3.Call clone() +androidx.hilt.R$id: int dialog_button +com.baidu.location.c.d$a +okio.RealBufferedSource: void readFully(byte[]) +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int MIXED_RAIN_AND_HAIL +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_requestDismiss_0 +com.google.android.material.floatingactionbutton.FloatingActionButton$Behavior: void setInternalAutoHideListener(com.google.android.material.floatingactionbutton.FloatingActionButton$OnVisibilityChangedListener) +com.google.android.material.R$id: int transition_layout_save +wangdaye.com.geometricweather.R$string: int feedback_check_location_permission +okhttp3.internal.io.FileSystem$1: okio.Sink sink(java.io.File) +cyanogenmod.app.CustomTile$ExpandedItem: int itemDrawableResourceId +io.reactivex.internal.observers.LambdaObserver: void onComplete() +androidx.constraintlayout.widget.R$id: int select_dialog_listview +com.google.android.material.R$styleable: int AppCompatTextView_drawableLeftCompat +cyanogenmod.themes.ThemeManager: int getProgress() +com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage RESOURCE_CACHE +androidx.appcompat.widget.Toolbar: androidx.appcompat.widget.ActionMenuPresenter getOuterActionMenuPresenter() +com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_android_summaryOff +com.amap.api.fence.GeoFenceManagerBase: java.util.List getAllGeoFence() +cyanogenmod.app.ProfileManager: java.lang.String PROFILES_STATE_CHANGED_ACTION +androidx.preference.R$styleable: int AppCompatTheme_colorControlHighlight +androidx.constraintlayout.widget.R$color: int abc_tint_edittext +androidx.appcompat.R$styleable: int FontFamilyFont_fontStyle +androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_marginRight +cyanogenmod.externalviews.KeyguardExternalView: java.lang.String access$400() +android.didikee.donate.R$styleable: int ColorStateListItem_alpha +cyanogenmod.hardware.ICMHardwareService: boolean set(int,boolean) +androidx.hilt.lifecycle.R$id: int right_side +com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_labelVisibilityMode +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query +com.turingtechnologies.materialscrollbar.R$dimen: int abc_control_inset_material +okhttp3.internal.connection.RealConnection$1: okhttp3.internal.connection.RealConnection this$0 +androidx.preference.R$attr: int fontProviderAuthority +wangdaye.com.geometricweather.R$layout: int container_main_details +okhttp3.CacheControl: java.lang.String headerValue() +com.google.android.material.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle +cyanogenmod.app.CMContextConstants: java.lang.String CM_LIVE_LOCK_SCREEN_SERVICE +androidx.appcompat.R$id: int accessibility_custom_action_22 +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ButtonBar +okhttp3.internal.http2.Http2Stream: Http2Stream(int,okhttp3.internal.http2.Http2Connection,boolean,boolean,okhttp3.Headers) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Imperial: double Value +wangdaye.com.geometricweather.R$layout: int activity_search +com.google.android.material.R$layout: int design_bottom_sheet_dialog +wangdaye.com.geometricweather.R$style: int TextAppearance_Design_HelperText +com.google.android.material.timepicker.TimePickerView: void setOnPeriodChangeListener(com.google.android.material.timepicker.TimePickerView$OnPeriodChangeListener) +wangdaye.com.geometricweather.R$string: int path_password_eye_mask_visible +wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig locationEntityDaoConfig +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_android_enabled +androidx.preference.R$style: int PreferenceCategoryTitleTextStyle +com.google.android.material.timepicker.ChipTextInputComboView +james.adaptiveicon.R$styleable: int ActionMode_backgroundSplit +com.google.android.gms.common.images.ImageManager$ImageReceiver +cyanogenmod.weather.CMWeatherManager$RequestStatus: int SUBMITTED_TOO_SOON +com.google.android.material.R$attr: int indicatorColors +androidx.appcompat.widget.DialogTitle: DialogTitle(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.widget.R$dimen: int hint_pressed_alpha_material_light +androidx.constraintlayout.widget.R$id: int middle +androidx.preference.R$style: int Base_DialogWindowTitleBackground_AppCompat +androidx.transition.R$styleable: int GradientColorItem_android_offset +androidx.viewpager2.R$styleable: int[] ViewPager2 +com.turingtechnologies.materialscrollbar.R$attr: int textColorSearchUrl +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: java.lang.String getSourceUrl() +io.reactivex.internal.schedulers.ScheduledRunnable: int THREAD_INDEX +com.google.android.material.R$color: int secondary_text_default_material_light +retrofit2.Retrofit: retrofit2.Converter requestBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],java.lang.annotation.Annotation[]) +wangdaye.com.geometricweather.R$styleable: int RecyclerView_reverseLayout +androidx.appcompat.R$style: int Widget_AppCompat_AutoCompleteTextView +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 +com.turingtechnologies.materialscrollbar.R$id: int search_close_btn +androidx.constraintlayout.widget.R$styleable: int Constraint_transitionPathRotate +okhttp3.RealCall: okhttp3.Request request() +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_dd +com.turingtechnologies.materialscrollbar.R$attr: int tabRippleColor +wangdaye.com.geometricweather.R$attr: int behavior_overlapTop +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionBar_TabView +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Menu +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: void setLogo(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_fontFamily +wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit: java.lang.String unitAbbreviation +com.google.gson.stream.JsonReader: char readEscapeCharacter() +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_73 +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: WeatherEntityDao$Properties() +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_barrierDirection +okio.ForwardingTimeout: long deadlineNanoTime() +com.github.rahatarmanahmed.cpv.R$attr: int cpv_color +com.turingtechnologies.materialscrollbar.R$styleable: int[] FlowLayout +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: boolean isDataConnectionSelectedOnSub(int) +androidx.appcompat.R$styleable: int AppCompatTheme_colorAccent +android.didikee.donate.R$styleable: int AppCompatTheme_checkboxStyle +android.support.v4.os.IResultReceiver$Stub: IResultReceiver$Stub() +wangdaye.com.geometricweather.R$string: int character_counter_overflowed_content_description +android.didikee.donate.R$id: int notification_main_column +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_showDividers +io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: void next(java.lang.Object) +android.didikee.donate.R$attr: int searchViewStyle +okio.Okio: okio.Source source(java.nio.file.Path,java.nio.file.OpenOption[]) +wangdaye.com.geometricweather.R$string: int feedback_resident_location_description +retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isFlowable +wangdaye.com.geometricweather.R$drawable: int ic_filter +com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getEndIconContentDescription() +cyanogenmod.weather.WeatherInfo: int getWindSpeedUnit() +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_menu_share_mtrl_alpha +android.support.v4.graphics.drawable.IconCompatParcelizer: androidx.core.graphics.drawable.IconCompat read(androidx.versionedparcelable.VersionedParcel) +androidx.constraintlayout.widget.R$integer: int abc_config_activityShortDur +wangdaye.com.geometricweather.R$attr: int maxLines +okhttp3.OkHttpClient$1: java.net.Socket deduplicate(okhttp3.ConnectionPool,okhttp3.Address,okhttp3.internal.connection.StreamAllocation) +okhttp3.logging.HttpLoggingInterceptor$Logger$1 +com.google.android.material.R$attr: int layout_constraintEnd_toStartOf +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: android.os.IBinder asBinder() +androidx.lifecycle.ServiceLifecycleDispatcher: ServiceLifecycleDispatcher(androidx.lifecycle.LifecycleOwner) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric: double Value +wangdaye.com.geometricweather.R$attr: int thumbStrokeWidth +wangdaye.com.geometricweather.R$string: int phase_waning_gibbous +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_LOCKSCREEN +wangdaye.com.geometricweather.R$styleable: int Constraint_android_orientation +wangdaye.com.geometricweather.R$styleable: int DialogPreference_android_positiveButtonText +com.turingtechnologies.materialscrollbar.R$string: int path_password_eye_mask_visible +androidx.lifecycle.extensions.R$id: R$id() +com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_layout_behavior +com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableItem_android_drawable +androidx.coordinatorlayout.R$styleable: int FontFamilyFont_font +okhttp3.internal.cache.DiskLruCache: int appVersion +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_Dialog_Alert +androidx.swiperefreshlayout.R$attr: int fontStyle +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: boolean setDisposable(io.reactivex.disposables.Disposable,int) +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setWindSpeedEnd(java.lang.String) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeTotalPrecipitationProbability(java.lang.Float) +androidx.hilt.work.R$layout: int notification_template_part_chronometer +wangdaye.com.geometricweather.R$styleable: int MenuGroup_android_enabled +com.turingtechnologies.materialscrollbar.TouchScrollBar: int getMode() +james.adaptiveicon.R$attr: int contentInsetEnd +com.google.android.material.chip.Chip: android.graphics.drawable.Drawable getChipDrawable() +io.reactivex.Observable: io.reactivex.Observable concat(io.reactivex.ObservableSource,int) +androidx.preference.R$id: int action_mode_bar_stub +com.google.gson.stream.JsonReader: int stackSize +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_tooltipText +cyanogenmod.providers.WeatherContract$WeatherColumns$WindSpeedUnit +androidx.lifecycle.ReportFragment: void dispatchStart(androidx.lifecycle.ReportFragment$ActivityInitializationListener) +com.jaredrummler.android.colorpicker.R$attr: int cpv_showAlphaSlider +androidx.viewpager2.R$attr: int reverseLayout +okhttp3.internal.cache.DiskLruCache: void readJournal() +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_android_textAppearance +cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void alterWindow(int,int,int,int,boolean,android.graphics.Rect) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setWeatherStart(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Direction Direction +com.bumptech.glide.R$attr: R$attr() +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_4 +okhttp3.internal.http2.Http2Connection$4: java.util.List val$requestHeaders +io.reactivex.internal.observers.DeferredScalarObserver: void dispose() +androidx.constraintlayout.widget.R$attr: int textAppearancePopupMenuHeader +com.turingtechnologies.materialscrollbar.CustomIndicator: int getTextSize() +com.jaredrummler.android.colorpicker.R$drawable: int notification_bg_low_pressed +com.xw.repo.bubbleseekbar.R$attr: int autoCompleteTextViewStyle +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Light_BottomSheetDialog +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property So2 +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_12 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Metric Metric +okhttp3.internal.ws.RealWebSocket: void writePingFrame() +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: ObservableWindowBoundary$WindowBoundaryMainObserver(io.reactivex.Observer,int) +io.reactivex.exceptions.ProtocolViolationException: ProtocolViolationException(java.lang.String) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast: MfForecastResult$ProbabilityForecast() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: double HoursOfSnow +com.google.android.material.bottomsheet.BottomSheetBehavior$SavedState: android.os.Parcelable$Creator CREATOR +com.amap.api.fence.DistrictItem: java.lang.String a +wangdaye.com.geometricweather.R$styleable: int[] SwitchMaterial +okhttp3.internal.http2.Http2Connection$ReaderRunnable$1 +okhttp3.internal.http2.Hpack$Writer: void setHeaderTableSizeSetting(int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: void request(long) +com.google.android.material.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog_Flush +org.greenrobot.greendao.AbstractDao: void assertSinglePk() +com.turingtechnologies.materialscrollbar.R$integer: R$integer() +wangdaye.com.geometricweather.R$color: int colorAccent_dark +com.google.android.material.R$styleable: int Spinner_android_dropDownWidth +okhttp3.OkHttpClient +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Title +com.jaredrummler.android.colorpicker.R$string: int abc_action_bar_home_description +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Country: java.lang.String EnglishName +wangdaye.com.geometricweather.R$string: int about_app +com.turingtechnologies.materialscrollbar.R$attr: int searchViewStyle +androidx.constraintlayout.widget.R$styleable: int[] OnClick +androidx.appcompat.R$attr: int ratingBarStyle +com.bumptech.glide.load.EncodeStrategy: com.bumptech.glide.load.EncodeStrategy[] values() +org.greenrobot.greendao.AbstractDao: java.lang.String[] getAllColumns() +wangdaye.com.geometricweather.R$id: int container_main_sun_moon_phaseView +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver otherObserver +android.didikee.donate.R$layout: int abc_screen_content_include +wangdaye.com.geometricweather.R$styleable: int[] ColorPreference +androidx.constraintlayout.motion.widget.MotionLayout: float getTargetPosition() +com.bumptech.glide.Registry$NoSourceEncoderAvailableException: Registry$NoSourceEncoderAvailableException(java.lang.Class) +wangdaye.com.geometricweather.R$layout: int mtrl_calendar_day +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: CaiYunMainlyResult$YesterdayBean() +wangdaye.com.geometricweather.search.Hilt_SearchActivity +wangdaye.com.geometricweather.R$id: int widget_text_temperature +com.jaredrummler.android.colorpicker.R$attr: int hideOnContentScroll +io.reactivex.Observable: io.reactivex.Observable concatArrayEagerDelayError(int,int,io.reactivex.ObservableSource[]) +wangdaye.com.geometricweather.R$string: int settings_title_unit +wangdaye.com.geometricweather.R$string: int tag_aqi +androidx.vectordrawable.animated.R$dimen: int notification_media_narrow_margin +okio.Buffer: okio.BufferedSink write(byte[]) +wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String getCityId() +androidx.appcompat.R$style: int Base_Theme_AppCompat_Light +androidx.appcompat.R$styleable: int AppCompatTheme_colorError +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.R$styleable: int GradientColor_android_gradientRadius +cyanogenmod.app.CustomTile$ExpandedGridItem: void setExpandedGridItemBitmap(android.graphics.Bitmap) +com.amap.api.location.AMapLocation: void writeToParcel(android.os.Parcel,int) +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.ChineseCityEntity,long) +com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_listItemLayout +com.jaredrummler.android.colorpicker.R$dimen: int abc_button_padding_horizontal_material +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionBar +wangdaye.com.geometricweather.R$attr: int layout_constraintCircle +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.util.Date sunsetTime +com.bumptech.glide.integration.okhttp.R$id: int time +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType Update +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder encodedPath(java.lang.String) +com.turingtechnologies.materialscrollbar.R$attr: int actionMenuTextAppearance +wangdaye.com.geometricweather.R$attr: int textInputLayoutFocusedRectEnabled +androidx.appcompat.R$styleable: int StateListDrawableItem_android_drawable +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_skipCollapsed +androidx.loader.R$layout: int notification_action_tombstone +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeWindSpeed() +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintStart_toEndOf +androidx.vectordrawable.R$dimen: int compat_button_padding_horizontal_material +androidx.viewpager.R$style: int TextAppearance_Compat_Notification_Title +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: java.lang.String country +androidx.constraintlayout.utils.widget.ImageFilterView: ImageFilterView(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.widget.R$anim: int abc_slide_in_bottom +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_searchIcon +wangdaye.com.geometricweather.R$attr: int colorPrimarySurface +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language ENGLISH_UK +wangdaye.com.geometricweather.common.rxjava.BaseObserver: void onSucceed(java.lang.Object) +james.adaptiveicon.R$styleable: int SearchView_commitIcon +com.xw.repo.bubbleseekbar.R$attr: int textAppearanceSmallPopupMenu +io.reactivex.internal.subscribers.DeferredScalarSubscriber: void onError(java.lang.Throwable) +androidx.work.R$styleable: int GradientColor_android_centerX +androidx.preference.R$styleable: int PreferenceTheme_checkBoxPreferenceStyle +com.google.android.material.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_1 +retrofit2.OkHttpCall$1: OkHttpCall$1(retrofit2.OkHttpCall,retrofit2.Callback) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle +com.google.android.material.floatingactionbutton.FloatingActionButton: android.content.res.ColorStateList getSupportImageTintList() +android.didikee.donate.R$style: int Base_V21_Theme_AppCompat +androidx.preference.R$styleable: int StateListDrawableItem_android_drawable +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_DialogWindowTitle_AppCompat +com.google.android.material.R$style: int Widget_AppCompat_ProgressBar +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Spinner +wangdaye.com.geometricweather.db.entities.HourlyEntity: boolean daylight +com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy LOWER_CASE_WITH_UNDERSCORES +cyanogenmod.providers.CMSettings$3 +androidx.hilt.lifecycle.R$drawable: int notification_bg +com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_android_negativeButtonText +wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_yearStyle +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_contentScrim +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getDegreeDayTemperature() +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_OVERLAYS +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large +okhttp3.Cache$1: okhttp3.Response get(okhttp3.Request) +cyanogenmod.app.CustomTile: cyanogenmod.app.CustomTile$ExpandedStyle expandedStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: java.lang.String brandId +androidx.preference.R$drawable: int abc_seekbar_thumb_material +okhttp3.internal.cache.DiskLruCache: void initialize() +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_title +james.adaptiveicon.R$style: int Widget_AppCompat_SearchView_ActionBar +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_android_inputType +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_PopupMenu_Overflow +androidx.core.R$id: int accessibility_custom_action_31 +cyanogenmod.os.Concierge$ParcelInfo +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: int status +com.turingtechnologies.materialscrollbar.R$id: int icon +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_lineHeight +wangdaye.com.geometricweather.R$integer: int mtrl_btn_anim_delay_ms +androidx.customview.R$id: int tag_unhandled_key_listeners +james.adaptiveicon.R$styleable: int AppCompatTheme_colorError +wangdaye.com.geometricweather.common.ui.activities.AllergenActivity: AllergenActivity() +androidx.preference.R$styleable: int LinearLayoutCompat_Layout_android_layout_height +okhttp3.internal.http2.Http2Stream$FramingSource: boolean finished +james.adaptiveicon.R$style: int Platform_V25_AppCompat_Light +androidx.preference.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable +androidx.activity.R$id: int async +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_collapseIcon +androidx.appcompat.R$id: int action_bar_root +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_TabBar +wangdaye.com.geometricweather.background.polling.work.worker.TodayForecastUpdateWorker: TodayForecastUpdateWorker(android.content.Context,androidx.work.WorkerParameters,wangdaye.com.geometricweather.location.LocationHelper,wangdaye.com.geometricweather.weather.WeatherHelper) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer moldIndex +com.turingtechnologies.materialscrollbar.R$animator: int design_fab_show_motion_spec +androidx.work.R$id: int normal +androidx.loader.R$id: int tag_unhandled_key_event_manager +retrofit2.Utils: Utils() +wangdaye.com.geometricweather.common.ui.activities.AlertActivity +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxCollapsedPaddingTop +android.didikee.donate.R$styleable: int ViewStubCompat_android_layout +okhttp3.Request: boolean isHttps() +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property RealFeelTemperature +androidx.appcompat.resources.R$id: int action_text +wangdaye.com.geometricweather.R$string: int chip_text +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_default_padding_start_material +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Title +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed Speed +android.didikee.donate.R$id: int src_atop +androidx.activity.R$styleable: int FontFamilyFont_android_fontVariationSettings +androidx.preference.R$styleable: int DialogPreference_android_dialogTitle +com.xw.repo.bubbleseekbar.R$attr: int thumbTint +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 +androidx.hilt.R$styleable: int FontFamilyFont_android_ttcIndex +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth +androidx.lifecycle.Transformations: androidx.lifecycle.LiveData distinctUntilChanged(androidx.lifecycle.LiveData) +okhttp3.internal.cache.CacheInterceptor: boolean isEndToEnd(java.lang.String) +cyanogenmod.power.PerformanceManager: int PROFILE_BIAS_POWER_SAVE +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintBottom_toTopOf +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.String dailyWeatherIcon +android.didikee.donate.R$attr: int buttonGravity +okio.Util: java.nio.charset.Charset UTF_8 +james.adaptiveicon.R$styleable: int[] ActionMode +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_20 +android.didikee.donate.R$drawable +com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_headerBackground +cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.IKeyguardExternalViewCallbacks access$100(cyanogenmod.externalviews.KeyguardExternalView) +androidx.preference.R$styleable: int[] PreferenceTheme +james.adaptiveicon.R$attr: int showDividers +wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoonPhaseAngle(java.lang.Integer) +android.didikee.donate.R$dimen: int abc_dialog_list_padding_bottom_no_buttons +androidx.lifecycle.extensions.R$id: int text2 +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_counterOverflowTextColor +com.turingtechnologies.materialscrollbar.R$dimen: int abc_config_prefDialogWidth +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Menu +com.google.android.material.R$string: int mtrl_picker_save +android.didikee.donate.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void innerCloseError(java.lang.Throwable) +james.adaptiveicon.R$attr: int showTitle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean +com.google.android.material.R$dimen: int abc_action_bar_icon_vertical_padding_material +okhttp3.internal.cache.DiskLruCache: void rebuildJournal() +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Wind: java.lang.String direct +androidx.appcompat.R$attr: int alertDialogTheme +androidx.constraintlayout.widget.R$color: R$color() +okhttp3.internal.http2.Http2Connection: void writeSynReply(int,boolean,java.util.List) +okhttp3.internal.http1.Http1Codec: void writeRequestHeaders(okhttp3.Request) +okhttp3.internal.ws.RealWebSocket$Close: RealWebSocket$Close(int,okio.ByteString,long) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse +androidx.preference.R$dimen: int abc_alert_dialog_button_bar_height +com.google.android.material.R$styleable: int[] ChipGroup +android.didikee.donate.R$styleable: int AppCompatTheme_colorSwitchThumbNormal +wangdaye.com.geometricweather.R$attr: int drawable_res_off +cyanogenmod.content.Intent: java.lang.String EXTRA_PROTECTED_STATE cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int PARTLY_CLOUDY_NIGHT -wangdaye.com.geometricweather.R$attr: int tabUnboundedRipple -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintTop_creator -com.google.android.material.slider.Slider: void setHaloRadius(int) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_54 -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_maximum_default_fullscreen_minor_axis -com.google.android.material.R$attr: int lineSpacing -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title -cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String EXTRA_ALARM_ID -wangdaye.com.geometricweather.R$attr: int reverseLayout -wangdaye.com.geometricweather.R$id: int activity_widget_config_styleSpinner -wangdaye.com.geometricweather.common.ui.widgets.RoundProgress -com.bumptech.glide.R$styleable: int[] ColorStateListItem -cyanogenmod.platform.Manifest$permission: java.lang.String WRITE_THEMES -cyanogenmod.app.ProfileManager: void addProfile(cyanogenmod.app.Profile) -wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService -wangdaye.com.geometricweather.R$drawable: int weather_thunder -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getCityId() -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_min -com.bumptech.glide.R$attr: int layout_anchor -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Weather -androidx.hilt.R$styleable: int FragmentContainerView_android_tag -james.adaptiveicon.R$style: int Base_Widget_AppCompat_RatingBar -com.turingtechnologies.materialscrollbar.R$id: int search_go_btn -androidx.appcompat.widget.SwitchCompat: int getThumbTextPadding() -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatImageView_tintMode -wangdaye.com.geometricweather.R$id: int activity_widget_config_hideLunarSwitch -androidx.hilt.R$styleable: int GradientColor_android_centerColor -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Metric -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_enabled -okio.Buffer: int read(byte[],int,int) -androidx.appcompat.R$dimen: int abc_action_bar_overflow_padding_start_material -io.reactivex.Observable: io.reactivex.Observable throttleWithTimeout(long,java.util.concurrent.TimeUnit) -androidx.viewpager.widget.ViewPager: void setOffscreenPageLimit(int) -com.github.rahatarmanahmed.cpv.R$color: R$color() -androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_textAppearance -androidx.preference.R$style: int Base_Theme_AppCompat -androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableItem_android_id -cyanogenmod.externalviews.ExternalViewProviderService: java.lang.String TAG -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void onComplete() -james.adaptiveicon.R$styleable: int SwitchCompat_thumbTintMode -cyanogenmod.weather.WeatherInfo: void writeToParcel(android.os.Parcel,int) -androidx.preference.R$attr: int textAppearanceSearchResultTitle -com.xw.repo.bubbleseekbar.R$attr: int paddingTopNoTitle -androidx.appcompat.R$layout: int notification_template_part_chronometer -androidx.preference.R$styleable: int ActionMode_subtitleTextStyle -james.adaptiveicon.R$attr: int ratingBarStyle -com.bumptech.glide.R$id: int normal -cyanogenmod.providers.CMSettings$Secure: java.lang.String LOCKSCREEN_TARGETS -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Display4 -androidx.hilt.work.R$styleable: int GradientColorItem_android_offset -com.turingtechnologies.materialscrollbar.R$attr: int cardCornerRadius -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layoutDescription -androidx.hilt.work.R$style: int TextAppearance_Compat_Notification -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_expanded -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_CALL_LED_ON -wangdaye.com.geometricweather.db.entities.HourlyEntity: HourlyEntity() -okhttp3.internal.connection.ConnectionSpecSelector: boolean isFallbackPossible -androidx.appcompat.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge -com.google.android.material.textfield.TextInputLayout: android.widget.EditText getEditText() -com.google.android.material.R$styleable: int Constraint_layout_goneMarginEnd -com.jaredrummler.android.colorpicker.R$attr: int actionMenuTextColor -com.google.android.material.R$attr: int passwordToggleContentDescription -com.turingtechnologies.materialscrollbar.R$layout: int select_dialog_item_material -wangdaye.com.geometricweather.R$layout: int preference_widget_switch -okhttp3.internal.ws.RealWebSocket: void onReadMessage(java.lang.String) -cyanogenmod.providers.CMSettings$Secure: float getFloat(android.content.ContentResolver,java.lang.String) -wangdaye.com.geometricweather.R$attr: int warmth -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_android_textOff -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: java.lang.Object poll() -androidx.lifecycle.SavedStateHandle: androidx.lifecycle.MutableLiveData getLiveData(java.lang.String,java.lang.Object) -cyanogenmod.library.R$attr: R$attr() -okhttp3.internal.Util: boolean discard(okio.Source,int,java.util.concurrent.TimeUnit) -androidx.constraintlayout.widget.R$attr: int splitTrack -wangdaye.com.geometricweather.R$string: int minutely_overview -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintRight_toLeftOf -com.google.android.material.R$style: int TextAppearance_AppCompat_Title -cyanogenmod.app.CMTelephonyManager: android.content.Context mContext -james.adaptiveicon.R$id: int action_container -com.jaredrummler.android.colorpicker.R$attr: int commitIcon -com.github.rahatarmanahmed.cpv.CircularProgressView: void onDetachedFromWindow() -androidx.loader.R$id: int blocking -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit -androidx.work.R$styleable: int[] FontFamily -wangdaye.com.geometricweather.R$animator: int weather_partly_cloudy_day_3 -io.reactivex.internal.subscriptions.DeferredScalarSubscription: void cancel() -wangdaye.com.geometricweather.settings.dialogs.WechatDonateDialog: WechatDonateDialog() -cyanogenmod.util.ColorUtils: ColorUtils() +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_firstBaselineToTopHeight +cyanogenmod.app.ICustomTileListener$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +androidx.preference.R$style: int TextAppearance_AppCompat_SearchResult_Title +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_15 +wangdaye.com.geometricweather.R$string: int aqi_2 +androidx.viewpager2.R$id: int async +wangdaye.com.geometricweather.R$attr: int round +androidx.constraintlayout.widget.R$attr: int layout_constraintHorizontal_weight +androidx.customview.R$style +com.google.android.material.R$styleable: int FloatingActionButton_hoveredFocusedTranslationZ +com.github.rahatarmanahmed.cpv.CircularProgressView$2: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 +cyanogenmod.themes.ThemeChangeRequest$Builder: long mWallpaperId +wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView +com.turingtechnologies.materialscrollbar.R$attr: int counterOverflowTextAppearance +james.adaptiveicon.R$attr: int actionModeCopyDrawable +com.google.android.material.R$attr: int helperTextTextColor +wangdaye.com.geometricweather.R$string: int wind_6 +wangdaye.com.geometricweather.R$dimen: int mtrl_bottomappbar_fab_cradle_rounded_corner_radius +com.google.gson.stream.JsonReader: void beginArray() +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemTextColor +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: CaiYunForecastResult$PrecipitationBean() +androidx.preference.R$color: int accent_material_light +androidx.preference.R$styleable: int AppCompatTheme_windowFixedHeightMinor +com.google.android.material.R$styleable: int MenuGroup_android_visible +androidx.appcompat.widget.ActionMenuView: void setPopupTheme(int) +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.disposables.Disposable upstream +io.reactivex.internal.disposables.SequentialDisposable +wangdaye.com.geometricweather.R$color: int material_timepicker_button_stroke +androidx.dynamicanimation.R$dimen: int notification_top_pad +androidx.preference.R$attr: int dialogLayout +android.didikee.donate.R$dimen: int abc_button_inset_vertical_material +androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_thickness +com.baidu.location.e.h$b: com.baidu.location.e.h$b a +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric: java.lang.String Unit +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_2 +okhttp3.Response: okhttp3.Request request() +okio.Util: boolean arrayRangeEquals(byte[],int,byte[],int,int) +com.amap.api.location.AMapLocationClientOption$1: java.lang.Object[] newArray(int) +wangdaye.com.geometricweather.R$string: int feedback_get_weather_failed +androidx.appcompat.R$dimen: int abc_search_view_preferred_height +okhttp3.Cache$CacheResponseBody +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_button_min_width_overflow_material +androidx.viewpager.R$drawable: int notification_bg_low +com.xw.repo.bubbleseekbar.R$styleable: int Spinner_android_prompt +com.bumptech.glide.load.HttpException: HttpException(int) +okhttp3.OkHttpClient$Builder: okhttp3.Authenticator authenticator +com.turingtechnologies.materialscrollbar.R$color: int abc_secondary_text_material_dark +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void onComplete() +org.greenrobot.greendao.DaoException +com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_bg_color_selector +androidx.vectordrawable.R$id: int action_divider +androidx.constraintlayout.widget.R$dimen: int notification_action_text_size +androidx.hilt.R$id: int actions +retrofit2.adapter.rxjava2.Result +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$1 +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_shapeAppearanceOverlay +okhttp3.Cache$CacheResponseBody: long contentLength() +cyanogenmod.profiles.ConnectionSettings: int mValue +wangdaye.com.geometricweather.R$styleable: int ActionBar_navigationMode +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_15 +james.adaptiveicon.R$attr: int fontProviderAuthority +androidx.appcompat.R$attr: int listPreferredItemPaddingRight +james.adaptiveicon.R$style: int Platform_AppCompat_Light +okhttp3.internal.http2.Hpack: int PREFIX_5_BITS +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Speed Speed +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void onComplete() +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_borderWidth +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable +androidx.constraintlayout.widget.R$color: int abc_search_url_text_pressed +com.google.android.gms.base.R$drawable: int googleg_disabled_color_18 +androidx.constraintlayout.widget.R$color: int highlighted_text_material_dark +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: MfForecastResult$Forecast() +androidx.activity.R$dimen: int notification_content_margin_start +okhttp3.internal.NamedRunnable: void execute() +retrofit2.Retrofit$Builder: retrofit2.Platform platform +androidx.preference.R$styleable: int LinearLayoutCompat_Layout_android_layout_width +wangdaye.com.geometricweather.R$string: int action_about +android.didikee.donate.R$attr +wangdaye.com.geometricweather.R$string: int abc_capital_off +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeRainPrecipitationProbability(java.lang.Float) +okhttp3.internal.http2.Hpack$Reader: void adjustDynamicTableByteCount() +james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize +cyanogenmod.themes.ThemeManager$2: ThemeManager$2(cyanogenmod.themes.ThemeManager) +wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Imperial +com.google.android.material.R$styleable: int[] MotionHelper +com.google.android.material.R$attr: int bottomNavigationStyle +androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPaused(android.app.Activity) +okio.Buffer$2: int read(byte[],int,int) +com.google.android.material.chip.Chip: void setCloseIconStartPadding(float) +com.google.android.material.R$style: int Widget_MaterialComponents_ProgressIndicator_Circular_Determinate +com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_android_dialogTitle +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: java.lang.String toValue(java.util.List) +androidx.constraintlayout.widget.R$attr: int buttonBarNegativeButtonStyle +com.google.android.material.R$styleable: int ActionMode_backgroundSplit +com.turingtechnologies.materialscrollbar.R$attr: int passwordToggleDrawable +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeStyle +okio.BufferedSource: okio.Buffer buffer() +com.jaredrummler.android.colorpicker.R$color: int abc_search_url_text +retrofit2.http.Query +com.google.android.material.R$dimen: int mtrl_high_ripple_pressed_alpha +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Medium +com.xw.repo.bubbleseekbar.R$attr: int contentInsetEnd +com.xw.repo.bubbleseekbar.R$attr: int layout_insetEdge +androidx.recyclerview.R$styleable: int[] RecyclerView +wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_showAlphaSlider +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: void setUnit(java.lang.String) +com.turingtechnologies.materialscrollbar.R$attr: int arrowShaftLength +android.didikee.donate.R$dimen: int abc_config_prefDialogWidth +androidx.appcompat.R$styleable: int ActionBar_hideOnContentScroll +com.xw.repo.bubbleseekbar.R$drawable: int notification_template_icon_low_bg +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Speed Speed +wangdaye.com.geometricweather.R$string: int briefings +com.jaredrummler.android.colorpicker.R$integer +wangdaye.com.geometricweather.R$color: int mtrl_btn_bg_color_selector +androidx.appcompat.R$dimen: int notification_right_icon_size +android.didikee.donate.R$color: int primary_material_dark +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Medium +okhttp3.logging.LoggingEventListener$Factory +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarViewPager: FitSystemBarViewPager(android.content.Context,android.util.AttributeSet) +okhttp3.RequestBody$2: int val$offset +androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type valueOf(java.lang.String) +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_29 +com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawable_android_variablePadding +wangdaye.com.geometricweather.R$animator: int linear_indeterminate_line2_tail_interpolator +wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_marginLeft +com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_elevation +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService get() +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_SearchView_ActionBar +com.google.android.material.R$styleable: int LinearLayoutCompat_Layout_android_layout_height +androidx.constraintlayout.widget.R$id: int italic +com.xw.repo.bubbleseekbar.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset +wangdaye.com.geometricweather.R$styleable: int MultiSelectListPreference_android_entryValues +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceFragmentListStyle +retrofit2.ParameterHandler$Path: boolean encoded +cyanogenmod.app.ThemeVersion$ThemeVersionImpl2$1: ThemeVersion$ThemeVersionImpl2$1() +androidx.work.R$id: int accessibility_custom_action_6 +wangdaye.com.geometricweather.db.entities.MinutelyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode +okio.Buffer: okio.BufferedSink emit() +android.support.v4.os.ResultReceiver: void writeToParcel(android.os.Parcel,int) +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_startColor +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getActiveProfile +okio.AsyncTimeout$1 +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter +com.jaredrummler.android.colorpicker.R$drawable: int cpv_btn_background_pressed +retrofit2.OkHttpCall$ExceptionCatchingResponseBody: void close() +wangdaye.com.geometricweather.R$styleable: int InkPageIndicator_pageIndicatorColor +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_106 +okio.Okio: okio.Source source(java.net.Socket) +androidx.appcompat.widget.AppCompatButton +androidx.customview.R$attr: int fontStyle +wangdaye.com.geometricweather.R$font: int product_sans_italic +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight_Dialog +cyanogenmod.externalviews.KeyguardExternalView: void onKeyguardShowing(boolean) +android.didikee.donate.R$color: int dim_foreground_material_dark +wangdaye.com.geometricweather.R$layout: int fragment_management +wangdaye.com.geometricweather.db.entities.HistoryEntity: void setDaytimeTemperature(int) +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_month_horizontal_padding +okio.package-info +james.adaptiveicon.R$color: int accent_material_light +androidx.preference.R$id: int action_divider +wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status: wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status valueOf(java.lang.String) +com.google.android.material.R$color: int design_fab_shadow_mid_color +androidx.preference.R$styleable: int RecycleListView_paddingTopNoTitle +cyanogenmod.externalviews.KeyguardExternalView: void executeQueue() +okhttp3.internal.platform.Platform: okhttp3.internal.platform.Platform get() +androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeIcePrecipitationProbability +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog +com.amap.api.fence.GeoFence: void setFenceId(java.lang.String) +androidx.appcompat.R$styleable: int AppCompatTheme_radioButtonStyle +com.jaredrummler.android.colorpicker.R$layout: int preference +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipIconEnabled +wangdaye.com.geometricweather.common.ui.widgets.TagView +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator INCREASING_RING_VALIDATOR +okhttp3.internal.http1.Http1Codec$UnknownLengthSource +okhttp3.HttpUrl: java.lang.String QUERY_COMPONENT_REENCODE_SET +androidx.viewpager2.R$layout +androidx.preference.R$dimen: int compat_notification_large_icon_max_width +com.google.android.material.R$style: int Base_Widget_AppCompat_ActionBar_TabView +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Button_Borderless +android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionBar_Solid +com.bumptech.glide.integration.okhttp.R$attr: int alpha +com.jaredrummler.android.colorpicker.R$styleable: int View_theme +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView: void setHistogramAlpha(float) +james.adaptiveicon.R$id: int split_action_bar +android.didikee.donate.R$styleable: int TextAppearance_android_shadowColor +james.adaptiveicon.R$dimen: int notification_large_icon_height +cyanogenmod.externalviews.KeyguardExternalView$9: cyanogenmod.externalviews.KeyguardExternalView this$0 +com.turingtechnologies.materialscrollbar.R$color: int abc_tint_btn_checkable +com.turingtechnologies.materialscrollbar.R$id: int textSpacerNoButtons androidx.lifecycle.LiveData: void observeForever(androidx.lifecycle.Observer) -wangdaye.com.geometricweather.main.dialogs.LearnMoreAboutResidentLocationDialog: LearnMoreAboutResidentLocationDialog() -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getAbbreviation(android.content.Context) -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_motionStagger -com.google.android.material.card.MaterialCardView: void setBackgroundDrawable(android.graphics.drawable.Drawable) -com.google.android.material.floatingactionbutton.FloatingActionButton: int getSizeDimension() -androidx.preference.internal.PreferenceImageView: PreferenceImageView(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title -wangdaye.com.geometricweather.R$drawable: int abc_ic_star_black_16dp -retrofit2.ParameterHandler$PartMap: void apply(retrofit2.RequestBuilder,java.lang.Object) -okhttp3.CacheControl: java.lang.String headerValue() -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) -cyanogenmod.externalviews.ExternalView$6: ExternalView$6(cyanogenmod.externalviews.ExternalView) -com.turingtechnologies.materialscrollbar.R$style: int Base_Animation_AppCompat_Dialog -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner -com.jaredrummler.android.colorpicker.R$attr: int alpha -okhttp3.Cache$CacheRequestImpl: okio.Sink body() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature -androidx.customview.R$id: int forever -wangdaye.com.geometricweather.R$styleable: int KeyPosition_keyPositionType -androidx.constraintlayout.widget.R$dimen: int abc_text_size_display_1_material -android.didikee.donate.R$dimen: int abc_dialog_title_divider_material -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_translationZ -android.didikee.donate.R$attr: int buttonTintMode -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarItemBackground -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: long time -wangdaye.com.geometricweather.R$style: int Base_V22_Theme_AppCompat -com.google.android.material.button.MaterialButtonToggleGroup: MaterialButtonToggleGroup(android.content.Context,android.util.AttributeSet,int) -io.reactivex.Observable: io.reactivex.Observable concatMapMaybeDelayError(io.reactivex.functions.Function) -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String ICON_PREVIEW_3 -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void runSync() -james.adaptiveicon.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton -com.google.android.material.R$styleable: int GradientColor_android_centerColor -androidx.core.R$id: int actions -androidx.appcompat.R$drawable: int tooltip_frame_light -android.didikee.donate.R$drawable: int notification_bg_normal_pressed -android.didikee.donate.R$styleable: int AppCompatTheme_dividerVertical -cyanogenmod.app.StatusBarPanelCustomTile: StatusBarPanelCustomTile(java.lang.String,java.lang.String,java.lang.String,int,java.lang.String,int,int,cyanogenmod.app.CustomTile,android.os.UserHandle) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial: double Value -androidx.fragment.app.Fragment$SavedState -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Overline -androidx.lifecycle.extensions.R$layout: int notification_template_part_time -com.xw.repo.bubbleseekbar.R$color: int bright_foreground_material_light -com.google.android.material.R$dimen: int mtrl_extended_fab_disabled_translation_z -wangdaye.com.geometricweather.R$attr: int haloColor -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 -com.google.android.material.R$styleable: int BottomNavigationView_itemIconTint -androidx.work.R$styleable: int FontFamilyFont_ttcIndex -james.adaptiveicon.R$styleable: int Toolbar_subtitleTextAppearance -androidx.activity.R$id: int accessibility_custom_action_16 -androidx.coordinatorlayout.R$styleable: int GradientColor_android_gradientRadius -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Title_Inverse -androidx.preference.R$attr: int listPreferredItemHeightLarge -com.jaredrummler.android.colorpicker.R$drawable: int cpv_ic_arrow_right_black_24dp -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float so2 -james.adaptiveicon.R$attr: int trackTint -wangdaye.com.geometricweather.R$layout: int dialog_location_permission_statement -androidx.appcompat.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader -io.reactivex.observers.TestObserver$EmptyObserver: io.reactivex.observers.TestObserver$EmptyObserver valueOf(java.lang.String) -wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTomorrowForecastUpdateService -com.bumptech.glide.integration.okhttp.R$attr -com.bumptech.glide.integration.okhttp.R$id: R$id() -wangdaye.com.geometricweather.R$id: int notification_big_week_2 -wangdaye.com.geometricweather.R$dimen: int abc_dialog_corner_radius_material -wangdaye.com.geometricweather.R$string: int key_hide_lunar +okhttp3.internal.platform.Platform: boolean isAndroid() +io.reactivex.internal.operators.observable.ObservableReplay$Node: java.lang.Object value +android.didikee.donate.R$styleable: int View_paddingEnd +com.google.android.material.R$styleable: int MaterialCalendar_dayInvalidStyle +wangdaye.com.geometricweather.R$styleable: int[] AppCompatImageView +com.bumptech.glide.integration.okhttp.R$color: int secondary_text_default_material_light +wangdaye.com.geometricweather.R$string: int get_more_github +cyanogenmod.app.CustomTile$ExpandedItem: CustomTile$ExpandedItem() +com.bumptech.glide.integration.okhttp.R$drawable: R$drawable() +cyanogenmod.weather.WeatherLocation$Builder: WeatherLocation$Builder(java.lang.String) +wangdaye.com.geometricweather.R$string: int exposed_dropdown_menu_content_description +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling: double Value +cyanogenmod.app.ProfileManager: void updateNotificationGroup(android.app.NotificationGroup) +androidx.appcompat.R$styleable: int[] ColorStateListItem +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Weather: java.lang.String icon +com.google.android.material.R$styleable: int Layout_layout_constraintRight_toRightOf +cyanogenmod.weather.RequestInfo$Builder: int mRequestType +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView: void setTextColors(int) +wangdaye.com.geometricweather.R$attr: int fastScrollVerticalTrackDrawable +wangdaye.com.geometricweather.R$attr: int recyclerViewStyle +android.didikee.donate.R$dimen: int abc_dialog_padding_top_material +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability precipitationProbability +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Dialog_FixedSize +wangdaye.com.geometricweather.R$id: int widget_trend_hourly_item_3 +wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_dark_default +wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider AMAP +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result: wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties properties +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric: int UnitType +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionDropDownStyle +wangdaye.com.geometricweather.common.basic.models.weather.UV: boolean isValidIndex() +androidx.preference.R$attr: int preferenceFragmentListStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean +androidx.appcompat.R$styleable: int AnimatedStateListDrawableTransition_android_fromId +okio.ByteString: boolean rangeEquals(int,okio.ByteString,int,int) +com.google.gson.stream.JsonScope +wangdaye.com.geometricweather.R$id: int top +wangdaye.com.geometricweather.R$drawable: int ic_pm +cyanogenmod.providers.CMSettings$3: boolean validate(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarWidgetTheme +okhttp3.WebSocketListener: void onMessage(okhttp3.WebSocket,java.lang.String) +com.google.android.material.R$styleable: int MaterialButton_shapeAppearanceOverlay +android.didikee.donate.R$styleable: int LinearLayoutCompat_Layout_android_layout_width +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_SeekBar_Discrete +wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: MfLocationResult() +androidx.constraintlayout.widget.R$color: int tooltip_background_light +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_2 +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setVisibility(java.lang.Float) +retrofit2.KotlinExtensions: java.lang.Object awaitNullable(retrofit2.Call,kotlin.coroutines.Continuation) +wangdaye.com.geometricweather.R$id: int item_details_icon +wangdaye.com.geometricweather.R$string: int feedback_search_nothing +cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent ICON +wangdaye.com.geometricweather.R$color: int androidx_core_ripple_material_light +okhttp3.internal.platform.AndroidPlatform: javax.net.ssl.X509TrustManager trustManager(javax.net.ssl.SSLSocketFactory) +androidx.constraintlayout.widget.R$id: int submit_area +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_TabBar +io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter +com.google.android.material.R$dimen: int mtrl_calendar_selection_text_baseline_to_bottom_fullscreen +io.reactivex.Observable: io.reactivex.Observable takeLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean,int) +com.google.android.material.R$styleable: int Constraint_layout_constraintStart_toStartOf +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintEnd_toEndOf +retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback: java.util.concurrent.CompletableFuture future +androidx.preference.R$styleable: int GradientColor_android_startColor +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void innerNext() +com.google.android.material.R$styleable: int TabLayout_tabGravity +com.turingtechnologies.materialscrollbar.R$string: int abc_menu_ctrl_shortcut_label +com.xw.repo.bubbleseekbar.R$styleable: int[] GradientColorItem +com.google.android.material.R$styleable: int GradientColor_android_startX +cyanogenmod.weatherservice.ServiceRequest: cyanogenmod.weather.RequestInfo getRequestInfo() +androidx.constraintlayout.widget.R$attr: int flow_horizontalBias +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: io.reactivex.Scheduler$Worker worker +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TabLayout_Colored +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Title +wangdaye.com.geometricweather.R$attr: int singleLineTitle +com.google.android.material.slider.RangeSlider: void setEnabled(boolean) +wangdaye.com.geometricweather.R$dimen: int design_navigation_elevation +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float getCO() +io.reactivex.internal.observers.BlockingObserver: void onError(java.lang.Throwable) +com.google.android.material.textfield.TextInputLayout: void setStartIconContentDescription(int) +wangdaye.com.geometricweather.R$attr: int layout_constraintBaseline_toBaselineOf +wangdaye.com.geometricweather.R$styleable: int[] MotionHelper +com.jaredrummler.android.colorpicker.R$bool: int config_materialPreferenceIconSpaceReserved +wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: AlertEntityDao$Properties() +wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_dayTodayStyle +androidx.appcompat.R$string: int abc_searchview_description_search +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void onNext(java.lang.Object) +androidx.fragment.R$drawable: int notification_tile_bg +retrofit2.Platform: retrofit2.Platform get() +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String PRIMARY_COLOR +android.support.v4.app.INotificationSideChannel$Stub$Proxy: android.support.v4.app.INotificationSideChannel sDefaultImpl +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode RAIN +com.google.android.material.R$styleable: int MenuItem_android_enabled +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Year_Selected +androidx.lifecycle.SavedStateHandleController$OnRecreation: SavedStateHandleController$OnRecreation() +com.google.android.material.R$style: int Base_Widget_AppCompat_RatingBar +james.adaptiveicon.R$styleable: int AppCompatTheme_colorPrimary +androidx.appcompat.resources.R$id: int accessibility_custom_action_4 +wangdaye.com.geometricweather.R$styleable: int ViewStubCompat_android_inflatedId +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintBaseline_creator +retrofit2.RequestFactory$Builder: void validateResolvableType(int,java.lang.reflect.Type) +com.google.android.material.R$layout: int abc_action_mode_close_item_material +io.reactivex.internal.operators.observable.ObserverResourceWrapper: void onError(java.lang.Throwable) +android.didikee.donate.R$layout: int abc_screen_toolbar +okhttp3.internal.http2.Http2Connection: long degradedPongDeadlineNs +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String getMilliMetersTextWithoutUnit(float) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_textAppearance +com.jaredrummler.android.colorpicker.R$drawable: int abc_list_divider_mtrl_alpha +okhttp3.internal.platform.AndroidPlatform: AndroidPlatform(java.lang.Class,okhttp3.internal.platform.OptionalMethod,okhttp3.internal.platform.OptionalMethod,okhttp3.internal.platform.OptionalMethod,okhttp3.internal.platform.OptionalMethod) +androidx.lifecycle.ProcessLifecycleOwner: void activityPaused() +com.google.android.material.appbar.AppBarLayout: android.graphics.drawable.Drawable getStatusBarForeground() +wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_width +wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode LIGHT +cyanogenmod.weather.IRequestInfoListener$Stub: android.os.IBinder asBinder() +android.didikee.donate.R$styleable: int ActionBar_homeAsUpIndicator +com.jaredrummler.android.colorpicker.R$id: int transparency_seekbar +androidx.appcompat.widget.AppCompatSpinner: void setDropDownVerticalOffset(int) +com.jaredrummler.android.colorpicker.R$attr: int dropdownListPreferredItemHeight +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintEnd_toStartOf +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode PROTOCOL_ERROR +com.google.android.material.R$attr: int buttonGravity +com.turingtechnologies.materialscrollbar.R$id: int alertTitle +com.google.android.gms.auth.api.signin.internal.GoogleSignInOptionsExtensionParcelable: android.os.Parcelable$Creator CREATOR +okhttp3.WebSocket +androidx.appcompat.widget.AppCompatImageButton: AppCompatImageButton(android.content.Context,android.util.AttributeSet,int) +com.google.android.gms.location.GeofencingRequest +androidx.appcompat.R$string +retrofit2.RequestBuilder$ContentTypeOverridingRequestBody +com.xw.repo.bubbleseekbar.R$drawable: int notification_bg_low_normal +com.turingtechnologies.materialscrollbar.R$attr: int boxCornerRadiusTopStart +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getIcePrecipitation() +com.bumptech.glide.R$integer: R$integer() +androidx.appcompat.R$drawable: int abc_list_selector_disabled_holo_dark +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: java.util.ArrayDeque buffers +androidx.constraintlayout.widget.R$dimen: int notification_large_icon_width +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() +wangdaye.com.geometricweather.R$dimen: int abc_text_size_display_2_material +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: long produced +com.xw.repo.bubbleseekbar.R$styleable: int[] ColorStateListItem +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionMode +cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status COMPLETED +com.google.android.material.circularreveal.CircularRevealFrameLayout: CircularRevealFrameLayout(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$layout: int widget_remote +com.turingtechnologies.materialscrollbar.R$drawable: int avd_show_password +cyanogenmod.app.Profile$ProfileTrigger: cyanogenmod.app.Profile$ProfileTrigger fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) +wangdaye.com.geometricweather.R$styleable: int MaterialCardView_checkedIconMargin +com.google.android.material.R$styleable: int Transition_android_id +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property RagweedDescription +androidx.work.R$id: int dialog_button +wangdaye.com.geometricweather.R$string: int action_alert +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dividerHorizontal +io.reactivex.internal.disposables.ArrayCompositeDisposable: boolean setResource(int,io.reactivex.disposables.Disposable) +androidx.appcompat.R$color: int primary_text_disabled_material_light +com.google.android.material.appbar.CollapsingToolbarLayout: void setStatusBarScrimColor(int) +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_android_orientation +androidx.vectordrawable.animated.R$id: int time +com.jaredrummler.android.colorpicker.R$styleable: int[] SwitchPreference +okhttp3.EventListener: void requestHeadersStart(okhttp3.Call) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: java.lang.String getValue() +androidx.preference.R$attr: int trackTintMode +android.didikee.donate.R$styleable: int ActionMenuItemView_android_minWidth +androidx.preference.R$styleable: int ActionBar_backgroundSplit +com.google.android.material.R$attr: int switchTextAppearance +wangdaye.com.geometricweather.common.ui.widgets.AnimatableIconView +android.didikee.donate.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_stacked_max_height +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void dispose() +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_seekBarPreferenceStyle +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_display_2_material +androidx.preference.R$dimen: int abc_text_size_large_material +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionButton +com.google.android.material.R$attr: int counterEnabled +wangdaye.com.geometricweather.R$id: int widget_day_week_time +wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar +com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource RESOURCE_DISK_CACHE +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_Alert +wangdaye.com.geometricweather.R$layout: int mtrl_alert_dialog_title +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_action_padding +com.google.android.material.R$styleable: int CustomAttribute_customStringValue +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionBar +cyanogenmod.app.ProfileManager: boolean profileExists(java.util.UUID) +wangdaye.com.geometricweather.R$attr: int colorSecondary +okhttp3.internal.http2.Http2Stream$StreamTimeout: okhttp3.internal.http2.Http2Stream this$0 +androidx.core.R$dimen: int notification_top_pad +androidx.appcompat.R$interpolator: int btn_radio_to_on_mtrl_animation_interpolator_0 +wangdaye.com.geometricweather.R$layout: int abc_expanded_menu_layout +androidx.preference.R$attr: int seekBarIncrement +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_backgroundTint +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String mixNMatchKeyToComponent(java.lang.String) +cyanogenmod.app.ICustomTileListener$Stub$Proxy: void onListenerConnected() +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: io.reactivex.Observer downstream +cyanogenmod.externalviews.ExternalViewProviderService$Provider: android.os.Bundle getOptions() +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_pathMotionArc +io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function4) +okio.Buffer: okio.BufferedSink writeUtf8CodePoint(int) +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup +com.google.android.material.R$drawable: int notification_template_icon_low_bg +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating: java.lang.String Unit +wangdaye.com.geometricweather.R$attr: int divider +com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String k +com.google.android.gms.common.SupportErrorDialogFragment: SupportErrorDialogFragment() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String coDesc +android.didikee.donate.R$style: int Widget_AppCompat_Toolbar_Button_Navigation +com.google.android.material.R$attr: int layout_dodgeInsetEdges +wangdaye.com.geometricweather.R$layout: int notification_template_custom_big +com.google.android.material.R$color: int cardview_dark_background +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog +wangdaye.com.geometricweather.R$id: int seekbar +androidx.preference.R$drawable: int abc_textfield_default_mtrl_alpha +okhttp3.FormBody: java.lang.String name(int) +cyanogenmod.app.Profile$ProfileTrigger: int getType() +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_marginTop +com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Title_Panel +android.didikee.donate.R$attr: int alertDialogButtonGroupStyle +wangdaye.com.geometricweather.R$id: int widget_trend_hourly +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder fragment(java.lang.String) +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: boolean cancelled +wangdaye.com.geometricweather.R$id: int activity_card_display_manage_bottomRecyclerView +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_card +cyanogenmod.weather.WeatherInfo: java.util.List getForecasts() +wangdaye.com.geometricweather.R$dimen: int hourly_trend_item_height +cyanogenmod.weatherservice.ServiceRequestResult$1: java.lang.Object createFromParcel(android.os.Parcel) +androidx.appcompat.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize +com.google.android.material.R$attr: int materialCalendarHeaderConfirmButton +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_activityChooserViewStyle +wangdaye.com.geometricweather.R$drawable: int notif_temp_74 +android.didikee.donate.R$attr: int titleMarginBottom +com.google.android.material.tabs.TabLayout$TabView: void setSelected(boolean) +james.adaptiveicon.R$id: int expand_activities_button +wangdaye.com.geometricweather.R$color: int design_dark_default_color_surface +io.reactivex.internal.schedulers.RxThreadFactory: RxThreadFactory(java.lang.String,int,boolean) +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_MULTIPLE_LEDS_ENABLE +com.google.android.gms.location.zzay: android.os.Parcelable$Creator CREATOR +android.didikee.donate.R$dimen: int abc_text_size_display_2_material +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void drain() +wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String getCityId() +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Medium +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: io.reactivex.functions.Consumer onDrop +com.xw.repo.bubbleseekbar.R$id: int activity_chooser_view_content +wangdaye.com.geometricweather.R$attr: int editTextBackground +com.google.android.material.bottomappbar.BottomAppBar$SavedState: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$styleable: int Preference_icon +com.google.android.gms.location.ActivityRecognitionResult: android.os.Parcelable$Creator CREATOR +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_progressBarStyle +wangdaye.com.geometricweather.R$dimen: int share_view_height +okhttp3.EventListener +com.xw.repo.bubbleseekbar.R$layout: int abc_search_view +james.adaptiveicon.R$style: int Platform_V21_AppCompat_Light +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_TextView_SpinnerItem +androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_fontWeight +com.google.android.material.R$drawable: int material_ic_keyboard_arrow_next_black_24dp +io.reactivex.internal.subscribers.StrictSubscriber: void request(long) +com.google.android.material.slider.RangeSlider: void setValues(java.util.List) +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIcon +com.turingtechnologies.materialscrollbar.R$color: R$color() +androidx.drawerlayout.R$style: int TextAppearance_Compat_Notification_Time +james.adaptiveicon.R$attr: int trackTintMode +wangdaye.com.geometricweather.R$styleable: int Layout_layout_goneMarginEnd +wangdaye.com.geometricweather.R$color: int mtrl_choice_chip_text_color +wangdaye.com.geometricweather.db.entities.LocationEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) +com.google.android.material.R$id: int spline +okio.Buffer$UnsafeCursor: long offset +wangdaye.com.geometricweather.R$id: int bottom_sides +okio.Buffer: okio.Segment writableSegment(int) +com.turingtechnologies.materialscrollbar.R$color: int primary_text_default_material_light +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer getDegreeDayTemperature() +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_body_2_material +com.google.android.material.R$dimen: int mtrl_calendar_header_toggle_margin_bottom +com.google.android.material.R$attr: int floatingActionButtonStyle +wangdaye.com.geometricweather.R$id: int jumpToEnd +androidx.constraintlayout.widget.R$styleable: int Variant_region_heightLessThan +org.greenrobot.greendao.AbstractDao: android.database.CursorWindow moveToNextUnlocked(android.database.Cursor) +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxCornerRadiusBottomEnd +james.adaptiveicon.R$attr: int actionModeWebSearchDrawable +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Large +com.google.android.gms.base.R$color: int common_google_signin_btn_text_light_focused +com.google.android.material.R$styleable: int KeyCycle_android_translationX +wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm +okio.Okio: okio.Sink appendingSink(java.io.File) +androidx.preference.PreferenceCategory: PreferenceCategory(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$styleable: int Transition_motionInterpolator +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Dialog_Alert +cyanogenmod.weatherservice.ServiceRequestResult +androidx.constraintlayout.widget.R$color: int switch_thumb_material_light +androidx.cardview.R$styleable: int CardView_cardUseCompatPadding +androidx.preference.R$id: int accessibility_custom_action_29 +wangdaye.com.geometricweather.R$attr: int trackHeight +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintGuide_percent +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.R$attr: int defaultValue +androidx.dynamicanimation.R$id: int notification_background +cyanogenmod.themes.ThemeManager$ThemeProcessingListener +io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function8) +com.google.android.material.R$id: int scrollIndicatorDown +wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_subtitle_top_margin_material +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: void onNext(java.lang.Object) +androidx.lifecycle.ClassesInfoCache: androidx.lifecycle.ClassesInfoCache sInstance +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_draggable +com.google.android.material.R$style: int TextAppearance_AppCompat_Headline +androidx.viewpager2.R$id: int accessibility_custom_action_7 +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_widgetLayout +com.google.gson.LongSerializationPolicy: com.google.gson.LongSerializationPolicy[] values() +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored +cyanogenmod.platform.Manifest$permission +io.reactivex.Observable: io.reactivex.Observable timer(long,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.R$styleable: int ActionMode_background +okhttp3.internal.http2.Settings: int getInitialWindowSize() +com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_pressed_holo_light +cyanogenmod.app.ThemeVersion$ThemeVersionImpl2 +androidx.preference.R$styleable: int MenuView_android_itemTextAppearance +wangdaye.com.geometricweather.R$drawable: int weather_haze_mini_grey +com.google.android.material.datepicker.Month +wangdaye.com.geometricweather.R$styleable: int[] ShapeAppearance +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Tooltip +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_showMotionSpec +com.google.android.material.R$id: int jumpToStart +androidx.appcompat.R$style: int Base_V21_Theme_AppCompat_Dialog +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SCATTERED_SHOWERS +james.adaptiveicon.R$attr: int titleMarginEnd +wangdaye.com.geometricweather.R$style: int widget_background_card +cyanogenmod.weather.WeatherLocation$Builder: java.lang.String mCountry +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_bottomappbar_fab_cradle_margin +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_DialogWhenLarge +androidx.drawerlayout.R$id: int notification_main_column +com.turingtechnologies.materialscrollbar.R$attr: int fabCradleMargin +android.didikee.donate.R$attr: int customNavigationLayout +com.google.android.gms.common.SignInButton: void setColorScheme(int) +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA +android.didikee.donate.R$styleable: int View_android_focusable +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +androidx.vectordrawable.R$id: int accessibility_custom_action_23 +james.adaptiveicon.R$styleable: int AppCompatTheme_toolbarStyle +wangdaye.com.geometricweather.db.entities.DailyEntityDao: DailyEntityDao(org.greenrobot.greendao.internal.DaoConfig) +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setHideMotionSpec(com.google.android.material.animation.MotionSpec) +james.adaptiveicon.R$styleable: int[] ButtonBarLayout +okhttp3.OkHttpClient: okhttp3.OkHttpClient$Builder newBuilder() +com.google.android.material.bottomnavigation.BottomNavigationView: android.content.res.ColorStateList getItemRippleColor() +com.google.android.material.R$dimen: int design_tab_scrollable_min_width +androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse +com.google.android.material.textfield.MaterialAutoCompleteTextView: void setAdapter(android.widget.ListAdapter) +androidx.constraintlayout.widget.R$attr: int trackTintMode +wangdaye.com.geometricweather.R$id: int right +cyanogenmod.weather.WeatherLocation: java.lang.String mState +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult: AccuMinuteResult() +androidx.constraintlayout.widget.R$id: int info +wangdaye.com.geometricweather.R$drawable: int ic_flower +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_CompoundButton_CheckBox +androidx.viewpager2.R$drawable: int notification_bg_low_normal +com.jaredrummler.android.colorpicker.R$attr: int toolbarStyle +androidx.preference.R$attr: int collapseContentDescription +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_rotationX +wangdaye.com.geometricweather.R$drawable: int notification_bg_normal +wangdaye.com.geometricweather.R$string: int key_widget_day_week +wangdaye.com.geometricweather.common.basic.models.weather.Daily +com.turingtechnologies.materialscrollbar.R$attr: int msb_lightOnTouch +org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database getEncryptedWritableDb(char[]) +androidx.preference.R$attr: int windowActionBar +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_collapseIcon +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String LAST_UPDATE_TIME +cyanogenmod.app.CustomTile: int describeContents() +com.jaredrummler.android.colorpicker.R$style: int PreferenceFragment +androidx.appcompat.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem +cyanogenmod.providers.CMSettings$System: java.lang.String PEOPLE_LOOKUP_PROVIDER +cyanogenmod.app.BaseLiveLockManagerService$1: void cancelLiveLockScreen(java.lang.String,int,int) +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Spinner_Underlined +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: long serialVersionUID +wangdaye.com.geometricweather.R$drawable: int btn_checkbox_unchecked_mtrl +okhttp3.internal.http1.Http1Codec$ChunkedSink: okio.Timeout timeout() +cyanogenmod.app.ILiveLockScreenManager: cyanogenmod.app.LiveLockScreenInfo getDefaultLiveLockScreen() +com.google.android.material.R$dimen: int mtrl_bottomappbar_height +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_CompactMenu +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_TEMPERATURE_UNIT +androidx.lifecycle.Lifecycling$1 +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_barrierMargin +com.google.android.material.R$styleable: int ActionBar_hideOnContentScroll +com.google.android.material.R$attr: int contrast +androidx.constraintlayout.widget.R$attr: int colorBackgroundFloating +com.xw.repo.bubbleseekbar.R$drawable: int abc_text_cursor_material +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_16 +com.google.android.material.R$styleable: int Transform_android_translationY +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: io.reactivex.ObservableSource fallback +com.google.android.material.slider.BaseSlider: void setThumbStrokeColorResource(int) +com.google.android.material.progressindicator.ProgressIndicator: int getIndicatorCornerRadius() +okhttp3.internal.cache.CacheStrategy: boolean isCacheable(okhttp3.Response,okhttp3.Request) +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setGpsFirstTimeout(long) +okhttp3.HttpUrl: okhttp3.HttpUrl resolve(java.lang.String) +wangdaye.com.geometricweather.R$dimen: int notification_small_icon_background_padding +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: boolean isDisposed() +androidx.constraintlayout.widget.R$attr: int listChoiceIndicatorSingleAnimated +androidx.appcompat.R$drawable: int abc_text_select_handle_right_mtrl_dark +androidx.preference.R$dimen: int compat_control_corner_material +com.google.android.material.R$dimen: int compat_button_padding_horizontal_material +com.google.android.material.textfield.TextInputLayout: void setHint(int) +io.reactivex.Observable: io.reactivex.Observable cast(java.lang.Class) +androidx.preference.R$styleable: int Fragment_android_name +wangdaye.com.geometricweather.R$attr: int behavior_autoHide +okhttp3.OkHttpClient: OkHttpClient(okhttp3.OkHttpClient$Builder) +androidx.preference.R$string: int abc_searchview_description_submit +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.Integer rainProductAvailable +okhttp3.internal.cache.DiskLruCache: DiskLruCache(okhttp3.internal.io.FileSystem,java.io.File,int,int,long,java.util.concurrent.Executor) +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: java.lang.String getSourceId() +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.AbstractDaoSession getSession() +cyanogenmod.weatherservice.IWeatherProviderService$Stub: java.lang.String DESCRIPTOR +wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List dailyForecast +com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource DATA_DISK_CACHE +com.google.gson.stream.JsonReader: int PEEKED_SINGLE_QUOTED_NAME +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionButton_Overflow +wangdaye.com.geometricweather.R$styleable: int Preference_persistent +wangdaye.com.geometricweather.R$attr: int selectableItemBackground +com.google.android.material.R$id: int unchecked +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer moldIndex +cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String WRITE_ALARMS_PERMISSION +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit M +okio.BufferedSource: java.lang.String readUtf8LineStrict(long) +wangdaye.com.geometricweather.background.receiver.widget.WidgetTrendHourlyProvider +com.google.android.material.R$styleable: int TextInputLayout_hintAnimationEnabled +androidx.hilt.R$dimen: int compat_button_inset_horizontal_material +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatSeekBar_tickMarkTintMode +androidx.constraintlayout.widget.R$attr: int drawableSize +com.turingtechnologies.materialscrollbar.R$dimen: int hint_pressed_alpha_material_dark +okhttp3.internal.http1.Http1Codec$ChunkedSink: okio.ForwardingTimeout timeout +okhttp3.internal.http2.Http2Connection$5: okhttp3.internal.http2.Http2Connection this$0 +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Button_Borderless_Colored +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.DailyEntityDao getDailyEntityDao() +wangdaye.com.geometricweather.R$styleable: int[] ChipGroup +wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.util.Date date +androidx.appcompat.R$style: int Theme_AppCompat_Dialog_Alert +cyanogenmod.app.CustomTile$1: cyanogenmod.app.CustomTile createFromParcel(android.os.Parcel) +androidx.constraintlayout.widget.ConstraintHelper: void setIds(java.lang.String) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setAqi(java.lang.String) +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintEnd_toStartOf +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber$1 +androidx.lifecycle.ViewModelStore: void put(java.lang.String,androidx.lifecycle.ViewModel) +wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_AppbarPopupTheme +androidx.customview.R$attr: int fontWeight +com.google.android.material.chip.Chip: void setCheckedIconEnabledResource(int) +okhttp3.internal.http.RetryAndFollowUpInterceptor: RetryAndFollowUpInterceptor(okhttp3.OkHttpClient,boolean) +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_temp_1 +com.turingtechnologies.materialscrollbar.AlphabetIndicator: int getTextSize() +androidx.preference.R$styleable: int SearchView_closeIcon +com.google.android.material.bottomnavigation.BottomNavigationView: int getSelectedItemId() +wangdaye.com.geometricweather.R$styleable: int SearchView_submitBackground +com.github.rahatarmanahmed.cpv.CircularProgressView$7 +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_logo +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: java.lang.String getWeatherPhase() +james.adaptiveicon.R$style: int Widget_AppCompat_PopupMenu +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void dispose() +cyanogenmod.profiles.LockSettings: LockSettings(int) +com.google.android.material.R$attr: int cornerSizeBottomLeft +okhttp3.Request$Builder: okhttp3.Request$Builder url(java.lang.String) +android.didikee.donate.R$drawable: int abc_btn_colored_material +cyanogenmod.weather.WeatherLocation: void writeToParcel(android.os.Parcel,int) +io.reactivex.internal.disposables.CancellableDisposable +androidx.appcompat.widget.ActivityChooserView: ActivityChooserView(android.content.Context,android.util.AttributeSet) +androidx.appcompat.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: void setValue(java.util.List) +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_transitionEasing +androidx.preference.R$styleable: int ActionBar_progressBarStyle +com.google.android.material.R$dimen: int notification_action_icon_size +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum +androidx.constraintlayout.widget.R$attr: int titleTextStyle +wangdaye.com.geometricweather.R$drawable: int abc_cab_background_internal_bg +cyanogenmod.providers.CMSettings$System: boolean putIntForUser(android.content.ContentResolver,java.lang.String,int,int) +james.adaptiveicon.R$styleable: int SearchView_closeIcon +wangdaye.com.geometricweather.R$string: int key_trend_horizontal_line_switch +com.jaredrummler.android.colorpicker.R$attr: int icon +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder socketFactory(javax.net.SocketFactory) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_121 +cyanogenmod.profiles.RingModeSettings: java.lang.String RING_MODE_VIBRATE +androidx.constraintlayout.widget.R$attr: int collapseContentDescription +cyanogenmod.app.CustomTileListenerService: void unregisterAsSystemService() +com.jaredrummler.android.colorpicker.R$style: int Preference +android.didikee.donate.R$styleable: int LinearLayoutCompat_measureWithLargestChild +com.google.android.material.R$style: int Base_Widget_AppCompat_ListMenuView +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Medium +com.google.android.material.R$styleable: int Constraint_android_layout_marginEnd +cyanogenmod.app.CMTelephonyManager: cyanogenmod.app.CMTelephonyManager getInstance(android.content.Context) +androidx.constraintlayout.widget.R$style: R$style() +androidx.appcompat.R$id: int action_bar_container +okhttp3.Dns$1: java.util.List lookup(java.lang.String) +com.turingtechnologies.materialscrollbar.R$attr: int tabUnboundedRipple +wangdaye.com.geometricweather.R$color: int mtrl_btn_text_btn_bg_color_selector +androidx.viewpager2.R$layout: int notification_action_tombstone +io.reactivex.Observable: io.reactivex.Observable merge(java.lang.Iterable,int,int) +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_PopupMenu +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeBackground +com.google.android.material.R$attr: int tabTextAppearance +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Metric Metric +cyanogenmod.themes.IThemeService$Stub +okhttp3.internal.http2.Http2Stream$FramingSource: boolean $assertionsDisabled +android.didikee.donate.R$attr: int dividerVertical +wangdaye.com.geometricweather.R$id: int item_weather_daily_uv_title +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_1 +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_gradientRadius +androidx.lifecycle.ViewModelProvider: ViewModelProvider(androidx.lifecycle.ViewModelStoreOwner,androidx.lifecycle.ViewModelProvider$Factory) +james.adaptiveicon.R$dimen: int notification_media_narrow_margin +androidx.appcompat.R$drawable: int abc_btn_switch_to_on_mtrl_00012 +androidx.drawerlayout.R$integer +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Title_Inverse +wangdaye.com.geometricweather.R$drawable: int shortcuts_partly_cloudy_night_foreground +james.adaptiveicon.R$styleable: int AppCompatTheme_alertDialogTheme +com.xw.repo.bubbleseekbar.R$string: int abc_search_hint +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_subtitle_bottom_margin_material +okio.Okio: okio.BufferedSource buffer(okio.Source) androidx.appcompat.R$style: int Base_AlertDialog_AppCompat_Light -cyanogenmod.app.PartnerInterface: cyanogenmod.app.PartnerInterface sPartnerInterfaceInstance -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: io.reactivex.Observer downstream -james.adaptiveicon.R$style: int Platform_ThemeOverlay_AppCompat -androidx.legacy.coreutils.R$id: int tag_unhandled_key_event_manager -wangdaye.com.geometricweather.R$font: int product_sans_medium_italic -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_24 -james.adaptiveicon.R$styleable: int AppCompatTheme_listPopupWindowStyle -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_shapeAppearanceOverlay -wangdaye.com.geometricweather.R$id: int notification_big_week_4 -com.amap.api.fence.GeoFenceManagerBase: boolean removeGeoFence(com.amap.api.fence.GeoFence) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean getPrecipitation() -androidx.vectordrawable.R$style: int TextAppearance_Compat_Notification_Time -com.jaredrummler.android.colorpicker.R$drawable: int notify_panel_notification_icon_bg -wangdaye.com.geometricweather.R$color: int abc_primary_text_disable_only_material_light -android.didikee.donate.R$string: int abc_search_hint -androidx.preference.R$attr: int actionBarSplitStyle -wangdaye.com.geometricweather.R$styleable: int KeyTrigger_motion_triggerOnCollision -androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType: androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType[] values() -james.adaptiveicon.R$style: int Base_Theme_AppCompat_Dialog_FixedSize -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setShrinkMotionSpec(com.google.android.material.animation.MotionSpec) -wangdaye.com.geometricweather.R$string: int common_google_play_services_install_button -com.google.android.gms.common.data.DataHolder -com.google.android.material.R$color: int material_on_surface_disabled -cyanogenmod.hardware.CMHardwareManager: int getDisplayColorCalibrationMax() -androidx.appcompat.R$styleable: int SwitchCompat_showText -androidx.constraintlayout.widget.R$layout -com.google.android.material.R$layout: int mtrl_picker_header_title_text -com.bumptech.glide.integration.okhttp.R$attr: R$attr() -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Small -androidx.preference.R$attr: int summary -androidx.appcompat.resources.R$styleable: int GradientColor_android_gradientRadius -androidx.constraintlayout.widget.R$styleable: int Transition_constraintSetEnd -wangdaye.com.geometricweather.R$styleable: int RecyclerView_spanCount -wangdaye.com.geometricweather.R$styleable: int CardView_cardElevation -wangdaye.com.geometricweather.background.polling.work.worker.TomorrowForecastUpdateWorker -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.lang.Integer LEFT_CLOSE -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_fontStyle -wangdaye.com.geometricweather.R$id: int widget_text_container -cyanogenmod.app.ICustomTileListener: void onListenerConnected() -com.google.gson.stream.JsonScope -androidx.drawerlayout.R$layout: int notification_template_part_chronometer -io.reactivex.internal.disposables.DisposableHelper: boolean isDisposed(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText -wangdaye.com.geometricweather.R$id: int textinput_prefix_text -androidx.viewpager2.R$layout: int notification_action -com.google.android.material.R$styleable: int GradientColor_android_gradientRadius -wangdaye.com.geometricweather.R$attr: int layout_constraintHorizontal_chainStyle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial: double Value -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_panelMenuListWidth -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_radioButtonStyle -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_pressedTranslationZ -wangdaye.com.geometricweather.R$drawable: int notif_temp_41 -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone: double GmtOffset -cyanogenmod.externalviews.ExternalViewProviderService$Provider: int getWindowType() -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Description Description -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder followSslRedirects(boolean) -okio.BufferedSink: okio.Buffer buffer() -android.didikee.donate.R$anim: int abc_slide_out_top -com.google.android.material.R$styleable: int AnimatedStateListDrawableCompat_android_dither -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setIcePrecipitationProbability(java.lang.Float) -androidx.constraintlayout.motion.widget.MotionHelper -okhttp3.internal.http2.Huffman: byte[] decode(byte[]) -android.didikee.donate.R$attr: int contentInsetEnd -org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.rx.RxTransaction rxTxPlain() -androidx.transition.R$id: int save_non_transition_alpha -androidx.appcompat.widget.AppCompatImageView: AppCompatImageView(android.content.Context,android.util.AttributeSet) -james.adaptiveicon.R$styleable: int Toolbar_navigationContentDescription -androidx.constraintlayout.widget.R$attr: int spinnerStyle -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void drain() -androidx.appcompat.R$styleable: int SwitchCompat_android_textOff -cyanogenmod.app.PartnerInterface: java.lang.String MODIFY_SOUND_SETTINGS_PERMISSION -cyanogenmod.app.ICMStatusBarManager$Stub: cyanogenmod.app.ICMStatusBarManager asInterface(android.os.IBinder) -android.didikee.donate.R$string: int status_bar_notification_info_overflow -wangdaye.com.geometricweather.common.ui.widgets.SquareFrameLayout: SquareFrameLayout(android.content.Context) -androidx.recyclerview.R$dimen: int notification_small_icon_background_padding -androidx.viewpager2.R$drawable: int notification_tile_bg -androidx.preference.R$style: int Widget_AppCompat_Spinner_Underlined -com.google.android.material.R$layout: R$layout() -androidx.vectordrawable.animated.R$drawable: int notify_panel_notification_icon_bg -cyanogenmod.weatherservice.WeatherProviderService: cyanogenmod.weatherservice.IWeatherProviderServiceClient access$202(cyanogenmod.weatherservice.WeatherProviderService,cyanogenmod.weatherservice.IWeatherProviderServiceClient) -wangdaye.com.geometricweather.common.basic.models.weather.Pollen -cyanogenmod.providers.CMSettings$Global: void putListAsDelimitedString(android.content.ContentResolver,java.lang.String,java.lang.String,java.util.List) -com.jaredrummler.android.colorpicker.R$attr: int autoSizeTextType -retrofit2.ParameterHandler$RawPart: ParameterHandler$RawPart() -io.reactivex.internal.observers.InnerQueuedObserver: int prefetch -wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: AlertEntityDao$Properties() -com.jaredrummler.android.colorpicker.R$attr: int switchPreferenceCompatStyle -com.google.android.material.chip.ChipGroup: void setShowDividerVertical(int) -com.google.android.material.R$styleable: int KeyTimeCycle_motionProgress -okhttp3.TlsVersion -com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_android_dialogTitle -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_firstVerticalStyle -cyanogenmod.media.MediaRecorder$AudioSource: int HOTWORD -androidx.preference.R$attr: int background -cyanogenmod.app.IPartnerInterface$Stub: cyanogenmod.app.IPartnerInterface asInterface(android.os.IBinder) -androidx.constraintlayout.widget.R$drawable: int abc_textfield_search_material -androidx.viewpager.R$attr: int ttcIndex -retrofit2.ParameterHandler$Path: java.lang.String name -cyanogenmod.weather.WeatherLocation: java.lang.String getCity() -wangdaye.com.geometricweather.R$id: int chains -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: HourlyEntityDao(org.greenrobot.greendao.internal.DaoConfig) -cyanogenmod.providers.DataUsageContract: java.lang.String ENABLE -okhttp3.internal.http2.Http2Stream: boolean isOpen() -androidx.preference.R$style: int Base_Widget_AppCompat_PopupMenu -com.google.android.material.snackbar.SnackbarContentLayout: void setMaxInlineActionWidth(int) -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_textAllCaps -android.didikee.donate.R$id: int submenuarrow -androidx.appcompat.R$layout: int abc_popup_menu_item_layout -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setPubTime(java.util.Date) -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_voiceIcon -com.turingtechnologies.materialscrollbar.R$id: int auto -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer getApparentTemperature() -androidx.appcompat.widget.Toolbar: void setCollapseIcon(android.graphics.drawable.Drawable) -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_NOTIFICATIONS -retrofit2.KotlinExtensions$awaitResponse$$inlined$suspendCancellableCoroutine$lambda$1: retrofit2.Call $this_awaitResponse$inlined -com.google.android.material.R$style: int Animation_AppCompat_Dialog -com.amap.api.location.UmidtokenInfo: void setUmidtoken(android.content.Context,java.lang.String) -cyanogenmod.alarmclock.ClockContract$InstancesColumns: int LOW_NOTIFICATION_STATE -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintStart_toStartOf -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind wind -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintBottom_toBottomOf -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_maxElementsWrap -wangdaye.com.geometricweather.R$id: int dialog_running_in_background_o_container -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xss -androidx.preference.R$attr: int subtitle -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Body1 -wangdaye.com.geometricweather.R$anim: int popup_show_bottom_right -com.xw.repo.BubbleSeekBar: void setCustomSectionTextArray(com.xw.repo.BubbleSeekBar$CustomSectionTextArray) -cyanogenmod.app.Profile$ProfileTrigger: java.lang.String mId -cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String EXTRA_ENABLED -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_orientation -com.turingtechnologies.materialscrollbar.MaterialScrollBar: int getMode() -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_scrimVisibleHeightTrigger -com.google.android.material.R$id: int actions -com.google.android.material.R$dimen: int material_clock_display_padding -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: ObservableFlatMap$InnerObserver(io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver,long) -com.bumptech.glide.R$integer: int status_bar_notification_info_maxnum -androidx.preference.R$styleable: int FontFamilyFont_fontWeight -cyanogenmod.os.Build$CM_VERSION_CODES: int DRAGON_FRUIT -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric: java.lang.String Unit -wangdaye.com.geometricweather.R$string: int refresh -wangdaye.com.geometricweather.R$attr: int helperTextTextAppearance -cyanogenmod.platform.Manifest$permission: java.lang.String WRITE_SECURE_SETTINGS -android.didikee.donate.R$attr: int maxButtonHeight -cyanogenmod.profiles.ConnectionSettings: void getXmlString(java.lang.StringBuilder,android.content.Context) -com.google.android.material.R$color: int abc_primary_text_material_dark -okhttp3.internal.http.HttpHeaders: java.lang.String repeat(char,int) -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult: java.util.List history -okhttp3.MultipartBody: okhttp3.MediaType MIXED -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: int count -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: void setWeekText(java.lang.String) -james.adaptiveicon.R$styleable: int AppCompatSeekBar_tickMarkTintMode -okhttp3.OkHttpClient$1: okhttp3.internal.connection.StreamAllocation streamAllocation(okhttp3.Call) -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_barrierMargin -androidx.recyclerview.R$drawable: int notification_template_icon_bg -com.turingtechnologies.materialscrollbar.R$attr: int state_above_anchor -com.loc.k: int e() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_drawableStart -cyanogenmod.app.Profile$TriggerType: int WIFI -com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode: com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode FIRST_VISIBLE -wangdaye.com.geometricweather.R$styleable: int[] CompoundButton -com.google.android.material.R$dimen: int mtrl_slider_label_padding -okio.Buffer: okio.BufferedSink writeLongLe(long) -androidx.coordinatorlayout.R$id: int async -com.google.android.material.textfield.TextInputLayout: int getBaseline() -wangdaye.com.geometricweather.R$styleable: int[] Spinner -androidx.loader.R$styleable: int[] FontFamily -androidx.loader.R$attr: int ttcIndex -retrofit2.OkHttpCall$ExceptionCatchingResponseBody$1: retrofit2.OkHttpCall$ExceptionCatchingResponseBody this$0 -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Button -com.google.android.material.R$dimen: int design_navigation_icon_padding -com.google.android.material.floatingactionbutton.FloatingActionButton: void setCompatPressedTranslationZResource(int) -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Spinner -androidx.constraintlayout.widget.R$string: int abc_capital_off -com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleTextColor(android.content.res.ColorStateList) -retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback: CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback(retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter,java.util.concurrent.CompletableFuture) -androidx.recyclerview.R$styleable: int RecyclerView_android_descendantFocusability -com.google.android.material.R$id: int mtrl_calendar_months -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.LocationEntityDao locationEntityDao -com.xw.repo.bubbleseekbar.R$string: int abc_searchview_description_search -com.google.android.material.R$attr: int wavePeriod -io.reactivex.Observable: java.lang.Object blockingLast(java.lang.Object) -com.google.gson.internal.LazilyParsedNumber: long longValue() -okhttp3.Cache: void trackResponse(okhttp3.internal.cache.CacheStrategy) -androidx.preference.R$id: int src_atop -com.google.android.material.R$attr: int errorEnabled -androidx.constraintlayout.widget.R$styleable: int Constraint_android_visibility -com.google.android.material.R$styleable: int TabLayout_tabIndicatorColor -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header -androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy: ConstraintProxy$StorageNotLowProxy() -androidx.viewpager2.R$styleable: int FontFamilyFont_fontVariationSettings -com.google.android.material.R$color: int design_fab_stroke_end_outer_color -wangdaye.com.geometricweather.R$attr: int tooltipForegroundColor -androidx.preference.R$styleable: int AppCompatTheme_android_windowAnimationStyle -com.github.rahatarmanahmed.cpv.CircularProgressView$1 -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.lang.String getShortDate(android.content.Context) +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_AES_128_CBC_SHA +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_AES_256_CBC_SHA +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarItemBackground +okhttp3.WebSocketListener: WebSocketListener() +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_orderInCategory +wangdaye.com.geometricweather.R$style: int ShapeAppearance_MaterialComponents_Test +com.google.android.gms.internal.common.zzq +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_editTextBackground +androidx.lifecycle.ViewModelProvider$KeyedFactory: androidx.lifecycle.ViewModel create(java.lang.String,java.lang.Class) +com.google.android.gms.common.data.DataHolder: android.os.Parcelable$Creator CREATOR +com.google.android.material.R$drawable: int mtrl_ic_error +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +androidx.constraintlayout.widget.R$dimen: int abc_text_size_large_material +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle +com.google.android.material.R$id: int accessibility_custom_action_0 +androidx.constraintlayout.widget.R$style: int Base_V7_Theme_AppCompat_Light +com.google.android.material.R$styleable: int[] Chip +android.didikee.donate.R$id: int text2 +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$3: void run() +androidx.lifecycle.SavedStateHandleController: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) +wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customStringValue +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorContentDescription +androidx.fragment.R$id: int title +wangdaye.com.geometricweather.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_autoSizeStepGranularity +com.google.android.material.R$id: int dragEnd +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setStatus(int) +com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_android_clipToPadding +androidx.coordinatorlayout.widget.CoordinatorLayout +io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: io.reactivex.disposables.Disposable upstream +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem +com.google.android.material.R$styleable: int ConstraintSet_chainUseRtl +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String alarmPic1 +androidx.preference.internal.PreferenceImageView: void setMaxWidth(int) +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_CompactMenu +androidx.preference.R$styleable: int PopupWindowBackgroundState_state_above_anchor +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat_Dialog_Alert +com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked +wangdaye.com.geometricweather.common.ui.widgets.astro.MoonPhaseView: MoonPhaseView(android.content.Context) +androidx.lifecycle.extensions.R$dimen: int notification_top_pad_large_text +okhttp3.HttpUrl: void pathSegmentsToString(java.lang.StringBuilder,java.util.List) +androidx.appcompat.R$attr: int dividerVertical +cyanogenmod.app.suggest.ApplicationSuggestion: void writeToParcel(android.os.Parcel,int) +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter value(long) +cyanogenmod.app.CustomTile: android.graphics.Bitmap remoteIcon +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow +wangdaye.com.geometricweather.R$drawable: int weather_hail_1 +androidx.appcompat.R$styleable: int MenuView_android_horizontalDivider +com.turingtechnologies.materialscrollbar.R$drawable: int abc_textfield_search_material +cyanogenmod.app.ProfileManager: void removeNotificationGroup(android.app.NotificationGroup) +okhttp3.internal.connection.RealConnection$1: okhttp3.internal.connection.StreamAllocation val$streamAllocation +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Float totalPrecipitation24h +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_suffixTextAppearance +io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: void run() +wangdaye.com.geometricweather.R$attr: int flow_firstVerticalBias +james.adaptiveicon.R$styleable: int[] LinearLayoutCompat_Layout +androidx.appcompat.R$attr: int drawableTintMode +wangdaye.com.geometricweather.R$id: int sin +com.turingtechnologies.materialscrollbar.R$attr: int showAsAction +com.google.android.material.R$styleable: int ActionBar_subtitle +com.turingtechnologies.materialscrollbar.R$id: int chronometer +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_rotationX +com.google.android.gms.common.data.BitmapTeleporter +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_72 +wangdaye.com.geometricweather.R$drawable: int shortcuts_thunderstorm +wangdaye.com.geometricweather.R$id: int source +com.jaredrummler.android.colorpicker.R$style: int Preference_CheckBoxPreference +androidx.constraintlayout.widget.R$drawable: int abc_text_select_handle_right_mtrl_light +cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: android.os.IBinder mRemote +james.adaptiveicon.R$string: int abc_shareactionprovider_share_with +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarWidgetTheme +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_rippleColor +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_NULL_SHA +androidx.legacy.coreutils.R$attr: int fontProviderAuthority +okhttp3.internal.ws.WebSocketProtocol: int B1_MASK_LENGTH +wangdaye.com.geometricweather.R$layout: int abc_dialog_title_material +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult: MfEphemerisResult() +androidx.constraintlayout.widget.R$attr: int colorAccent +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: int getTemperature() +com.bumptech.glide.load.engine.GlideException: java.lang.Exception getOrigin() +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_default_padding_start_material +cyanogenmod.themes.ThemeManager$2$1 +com.jaredrummler.android.colorpicker.R$style: int Base_V7_Theme_AppCompat_Dialog +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Metric: java.lang.String Unit +com.xw.repo.bubbleseekbar.R$color: int abc_search_url_text_normal +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout: FitSystemBarAppBarLayout(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$styleable: int[] PropertySet +okhttp3.internal.http1.Http1Codec$ChunkedSink: okhttp3.internal.http1.Http1Codec this$0 +okio.Buffer$UnsafeCursor: int end +wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialog_backgroundInsetStart +com.google.android.material.R$color: int design_default_color_on_surface +android.didikee.donate.R$color: int material_grey_100 +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialCalendar +com.turingtechnologies.materialscrollbar.R$color: int button_material_dark +james.adaptiveicon.R$dimen: int abc_action_button_min_width_material +wangdaye.com.geometricweather.R$drawable: int abc_ic_star_black_16dp +okio.ByteString: int size() +wangdaye.com.geometricweather.R$attr: int hintTextAppearance +com.google.android.material.R$attr: int startIconTint +james.adaptiveicon.R$styleable: int ColorStateListItem_android_color +androidx.lifecycle.ReportFragment: void dispatchResume(androidx.lifecycle.ReportFragment$ActivityInitializationListener) +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$Geometry +androidx.viewpager2.R$styleable: int GradientColorItem_android_offset +wangdaye.com.geometricweather.R$string: int feedback_cannot_start_live_wallpaper_activity +android.didikee.donate.R$styleable: int Spinner_android_entries +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: java.lang.String getDensityText(android.content.Context,float) +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX getAqi() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float o3 +androidx.coordinatorlayout.R$id: int time +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_scaleY +cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: void cancelRequest(int) +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_TextView_SpinnerItem +androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionBar_TabView +com.jaredrummler.android.colorpicker.R$id: int search_close_btn +androidx.preference.R$styleable: int MenuItem_android_numericShortcut +androidx.preference.R$styleable: int View_theme +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_marginLeft +androidx.appcompat.widget.ActionBarContainer: void setTabContainer(androidx.appcompat.widget.ScrollingTabContainerView) +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: FitSystemBarRecyclerView(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getGrassDescription() +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog +androidx.hilt.work.R$id: int tag_accessibility_clickable_spans +com.bumptech.glide.R$styleable: int FontFamily_fontProviderPackage +androidx.constraintlayout.helper.widget.Flow: void setPaddingBottom(int) +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource[] values() +com.turingtechnologies.materialscrollbar.R$attr: int alertDialogTheme +com.google.android.gms.common.api.ApiException: com.google.android.gms.common.api.Status mStatus +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_android_switchTextOff +wangdaye.com.geometricweather.R$id: int largeLabel +wangdaye.com.geometricweather.R$interpolator: int btn_radio_to_on_mtrl_animation_interpolator_0 +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_27 +com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType PNG +wangdaye.com.geometricweather.R$drawable: int weather_sleet_2 +com.google.android.material.R$attr: int textAllCaps +com.google.android.material.R$attr: int navigationViewStyle +androidx.vectordrawable.animated.R$dimen +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_updateDefaultLiveLockScreen +com.turingtechnologies.materialscrollbar.R$attr: int actionViewClass +okhttp3.internal.Util: okio.ByteString UTF_32_BE_BOM +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: long getTime() +androidx.customview.R$dimen: int notification_action_icon_size +androidx.coordinatorlayout.R$attr: int fontStyle +androidx.preference.R$styleable: int AppCompatTextView_drawableStartCompat +androidx.appcompat.R$attr: int spinnerDropDownItemStyle +android.didikee.donate.R$bool: int abc_action_bar_embed_tabs +androidx.work.R$color: int notification_icon_bg_color +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_10 +com.turingtechnologies.materialscrollbar.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Imperial: AccuCurrentResult$Visibility$Imperial() +androidx.constraintlayout.widget.R$attr: int editTextColor +androidx.customview.R$styleable: int[] ColorStateListItem +android.didikee.donate.R$styleable: int TextAppearance_android_textColorLink +okhttp3.internal.ws.WebSocketReader: void readMessageFrame() +com.amap.api.fence.GeoFenceManagerBase: void resumeGeoFence() +com.google.android.material.slider.Slider: int getTrackHeight() +android.didikee.donate.R$styleable: int ActionBar_contentInsetStart +androidx.coordinatorlayout.R$id: int notification_background +com.jaredrummler.android.colorpicker.ColorPreferenceCompat +james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_textAppearance +android.didikee.donate.R$styleable: int AppCompatTheme_radioButtonStyle +com.google.android.material.R$drawable: int abc_btn_borderless_material +com.google.android.material.R$styleable: int MaterialToolbar_navigationIconColor +com.google.android.material.R$styleable: int[] MaterialRadioButton +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_RatingBar_Indicator +androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: android.content.res.ColorStateList getSupportBackgroundTintList() +cyanogenmod.providers.CMSettings$Secure$1: boolean validate(java.lang.String) +com.google.android.material.R$dimen: int material_clock_period_toggle_width +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String ICON_PREVIEW_3 +okhttp3.internal.http2.Http2Connection$4: okhttp3.internal.http2.Http2Connection this$0 +com.google.android.material.R$style: int Widget_AppCompat_ListView_DropDown +androidx.preference.R$color: int material_blue_grey_950 +wangdaye.com.geometricweather.R$id: int widget_clock_day +james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle +androidx.appcompat.R$attr: int ttcIndex +androidx.constraintlayout.widget.R$styleable: int Transform_android_rotation +james.adaptiveicon.R$style: int TextAppearance_Compat_Notification_Info +com.google.android.material.R$styleable: int SwitchCompat_splitTrack +androidx.appcompat.R$attr: int elevation +wangdaye.com.geometricweather.R$animator: int weather_snow_1 +androidx.appcompat.R$style +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: boolean getLiveLockScreenEnabled() +wangdaye.com.geometricweather.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title +com.xw.repo.bubbleseekbar.R$dimen: int hint_alpha_material_dark +androidx.core.graphics.drawable.IconCompatParcelizer +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onDetach() +cyanogenmod.themes.IThemeService: void registerThemeProcessingListener(cyanogenmod.themes.IThemeProcessingListener) +wangdaye.com.geometricweather.R$id: int direct +android.didikee.donate.R$attr: int showDividers +wangdaye.com.geometricweather.R$drawable: int abc_list_selector_background_transition_holo_dark +retrofit2.ParameterHandler$Part +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Precipitation: MfForecastResult$DailyForecast$Precipitation() +androidx.appcompat.R$attr: int textLocale +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: ChineseCityEntityDao(org.greenrobot.greendao.internal.DaoConfig) +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_ActionBar +cyanogenmod.weather.CMWeatherManager$LookupCityRequestListener +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_Dialog_FixedSize +com.google.android.material.R$styleable: int MaterialCardView_shapeAppearanceOverlay +wangdaye.com.geometricweather.R$id: int alerts +androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: AppCompatMultiAutoCompleteTextView(android.content.Context,android.util.AttributeSet) +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_elevation_material +com.turingtechnologies.materialscrollbar.R$dimen: int abc_button_inset_horizontal_material +com.xw.repo.bubbleseekbar.R$attr: int buttonPanelSideLayout +com.turingtechnologies.materialscrollbar.R$styleable: int TouchScrollBar_msb_hideDelayInMilliseconds +com.bumptech.glide.R$styleable +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorTextColor +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String getDistrict() +androidx.vectordrawable.R$layout: int notification_template_part_time +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Headline3 +okio.BufferedSource: void skip(long) +androidx.preference.R$attr: int queryHint +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer windChillTemperature +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintStart_toStartOf +wangdaye.com.geometricweather.R$attr: int verticalOffset +com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage DATA_CACHE +wangdaye.com.geometricweather.R$attr: int percentWidth +com.turingtechnologies.materialscrollbar.R$attr: int layout_scrollFlags +okhttp3.Request$Builder: java.util.Map tags +androidx.viewpager.R$styleable: int[] FontFamily +com.google.android.material.R$styleable: int Layout_layout_goneMarginBottom +com.google.android.material.R$style: int Base_Animation_AppCompat_Tooltip +wangdaye.com.geometricweather.R$styleable: int Toolbar_contentInsetStartWithNavigation +com.google.gson.stream.JsonScope: int EMPTY_OBJECT +cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener access$900(cyanogenmod.externalviews.KeyguardExternalView) +androidx.transition.R$attr: int fontProviderFetchStrategy +com.jaredrummler.android.colorpicker.R$color: int secondary_text_disabled_material_dark +io.reactivex.Observable: io.reactivex.Observable interval(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +wangdaye.com.geometricweather.R$id: int message +androidx.lifecycle.extensions.R$id: int tag_accessibility_clickable_spans +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeRainPrecipitationProbability() +wangdaye.com.geometricweather.R$drawable: int abc_item_background_holo_dark +androidx.lifecycle.extensions.R$attr: int ttcIndex +androidx.constraintlayout.widget.R$styleable: int Constraint_android_translationX +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: java.util.concurrent.atomic.AtomicReference observers +com.amap.api.location.AMapLocation: java.lang.String d(com.amap.api.location.AMapLocation,java.lang.String) +wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_textColorHint +okhttp3.internal.connection.StreamAllocation$StreamAllocationReference: StreamAllocation$StreamAllocationReference(okhttp3.internal.connection.StreamAllocation,java.lang.Object) +androidx.constraintlayout.widget.R$attr: int showDividers +wangdaye.com.geometricweather.R$dimen: int highlight_alpha_material_colored +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_shapeAppearance +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem +wangdaye.com.geometricweather.R$string: int learn_more +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dropDownListViewStyle +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int MIXED_RAIN_AND_SNOW wangdaye.com.geometricweather.R$styleable: int KeyCycle_waveVariesBy -wangdaye.com.geometricweather.R$styleable: int[] TextAppearance -android.didikee.donate.R$drawable: int notification_action_background -james.adaptiveicon.R$attr: int actionModeCopyDrawable -okhttp3.internal.connection.StreamAllocation: int refusedStreamCount -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture Past24HourTemperatureDeparture -androidx.viewpager.R$styleable: int[] GradientColorItem -okhttp3.WebSocket$Factory -androidx.core.R$drawable: R$drawable() -android.didikee.donate.R$attr: int initialActivityCount -androidx.appcompat.R$layout: int abc_alert_dialog_material -okhttp3.HttpUrl: java.lang.String queryParameterValue(int) -com.google.android.material.R$styleable: int ConstraintSet_layout_editor_absoluteX -androidx.preference.R$attr: int listPreferredItemPaddingEnd -wangdaye.com.geometricweather.R$attr: int cpv_animSwoopDuration -io.reactivex.exceptions.OnErrorNotImplementedException: long serialVersionUID -com.google.android.material.R$color: int abc_hint_foreground_material_light -androidx.appcompat.widget.AppCompatImageView: void setImageURI(android.net.Uri) -androidx.constraintlayout.widget.R$attr: int triggerSlack -com.google.android.material.R$dimen: int mtrl_navigation_item_horizontal_padding -okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex: javax.net.ssl.X509TrustManager trustManager -com.google.android.material.R$layout: int material_clock_display -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: java.lang.String iconUrl -wangdaye.com.geometricweather.R$attr: int expandedHintEnabled -okhttp3.Headers$Builder: okhttp3.Headers$Builder add(java.lang.String,java.lang.String) -io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: void accept(io.reactivex.disposables.Disposable) -okhttp3.internal.platform.Platform: java.lang.String toString() -james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_TabView -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String getMilliMetersTextWithoutUnit(float) -com.google.android.material.R$styleable: int MenuItem_alphabeticModifiers -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_DropDownItem_Spinner -okhttp3.internal.ws.RealWebSocket: RealWebSocket(okhttp3.Request,okhttp3.WebSocketListener,java.util.Random,long) -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleMargins -com.google.android.material.R$styleable: int ActionBar_contentInsetEndWithActions -androidx.activity.R$drawable: R$drawable() -androidx.appcompat.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle -androidx.recyclerview.R$id: int accessibility_action_clickable_span -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_toLeftOf -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void onNext(java.lang.Object) -android.didikee.donate.R$styleable: int AppCompatTheme_panelBackground -com.google.android.material.bottomnavigation.BottomNavigationView: android.view.MenuInflater getMenuInflater() -james.adaptiveicon.R$styleable: int AlertDialog_android_layout -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_verticalBias -okhttp3.OkHttpClient: okhttp3.ConnectionPool connectionPool -com.github.rahatarmanahmed.cpv.CircularProgressView: void setIndeterminate(boolean) -com.google.android.material.R$dimen: int mtrl_bottomappbar_fab_cradle_rounded_corner_radius -wangdaye.com.geometricweather.R$styleable: int Constraint_drawPath -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_ttcIndex -androidx.customview.R$drawable: int notification_bg_low_pressed -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_radioButtonStyle -cyanogenmod.externalviews.ExternalViewProviderService$Provider: void onStop() -androidx.coordinatorlayout.R$integer -wangdaye.com.geometricweather.R$drawable: int ic_wind -androidx.preference.R$styleable: int MenuItem_android_checked -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getSunSet() -cyanogenmod.hardware.IThermalListenerCallback$Stub: java.lang.String DESCRIPTOR -cyanogenmod.providers.CMSettings$System: java.lang.String USE_EDGE_SERVICE_FOR_GESTURES -wangdaye.com.geometricweather.R$attr: int itemStrokeWidth -wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_ActionBar -wangdaye.com.geometricweather.R$styleable: int Preference_enabled -okhttp3.internal.io.FileSystem$1: FileSystem$1() -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability getPrecipitationProbability() -androidx.appcompat.R$style: int Base_Widget_AppCompat_DrawerArrowToggle -androidx.swiperefreshlayout.R$attr -okhttp3.Cache$CacheRequestImpl: boolean done -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_lc -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall -com.google.android.material.R$xml -wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_icon_disabled -cyanogenmod.app.ICMStatusBarManager: void registerListener(cyanogenmod.app.ICustomTileListener,android.content.ComponentName,int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: int status -android.didikee.donate.R$attr: int backgroundStacked -androidx.vectordrawable.R$color: R$color() -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_Switch -cyanogenmod.externalviews.ExternalView -com.google.android.material.R$style: int Widget_AppCompat_Light_SearchView -com.amap.api.location.DPoint: void setLongitude(double) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TimePicker_Button -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: int isRainOrSnow -cyanogenmod.providers.DataUsageContract: android.net.Uri BASE_CONTENT_URI -com.google.android.material.R$attr: int circularInset -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_barrierAllowsGoneWidgets -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year -androidx.lifecycle.LifecycleService: LifecycleService() -wangdaye.com.geometricweather.R$attr: int subtitle -wangdaye.com.geometricweather.R$attr: int layout_constraintHeight_default -james.adaptiveicon.R$styleable: int[] ViewBackgroundHelper -james.adaptiveicon.R$drawable -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: java.lang.String getWeather() -com.amap.api.fence.DistrictItem: int describeContents() -com.turingtechnologies.materialscrollbar.R$attr: int viewInflaterClass -wangdaye.com.geometricweather.db.entities.HistoryEntity: int getNighttimeTemperature() -james.adaptiveicon.R$attr: int switchPadding -wangdaye.com.geometricweather.R$dimen: int preference_seekbar_padding_vertical -com.google.android.material.R$styleable: int ScrimInsetsFrameLayout_insetForeground -james.adaptiveicon.R$style: int Base_V7_Widget_AppCompat_Toolbar -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation Elevation -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_9 -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Headline -wangdaye.com.geometricweather.R$xml: int widget_day -androidx.constraintlayout.utils.widget.MotionTelltales: MotionTelltales(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintVertical_bias -androidx.appcompat.R$styleable: int AppCompatSeekBar_android_thumb -com.google.android.material.R$styleable: int FloatingActionButton_hideMotionSpec -androidx.customview.R$attr: int fontProviderCerts +com.turingtechnologies.materialscrollbar.R$id: int tag_unhandled_key_event_manager +androidx.hilt.R$dimen: R$dimen() +wangdaye.com.geometricweather.R$styleable: int Layout_android_orientation +androidx.lifecycle.SavedStateHandleController: androidx.lifecycle.SavedStateHandle mHandle +androidx.hilt.R$styleable: int[] ColorStateListItem +androidx.vectordrawable.R$styleable +com.github.rahatarmanahmed.cpv.R$attr: int cpv_progress +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_136 +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Tooltip +com.jaredrummler.android.colorpicker.R$string: int abc_capital_on +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dialogCornerRadius +cyanogenmod.app.Profile: void validateRingtones(android.content.Context) +cyanogenmod.platform.Manifest$permission: java.lang.String MODIFY_PROFILES +com.turingtechnologies.materialscrollbar.R$drawable: int ic_mtrl_chip_close_circle +com.google.android.gms.common.api.Scope: android.os.Parcelable$Creator CREATOR +androidx.appcompat.widget.Toolbar: void setContentInsetEndWithActions(int) +wangdaye.com.geometricweather.R$string: int mtrl_picker_text_input_day_abbr +com.turingtechnologies.materialscrollbar.R$attr: int passwordToggleTintMode +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialCalendar +androidx.appcompat.R$anim: int btn_radio_to_on_mtrl_ring_outer_path_animation +okio.GzipSource: long read(okio.Buffer,long) +wangdaye.com.geometricweather.common.basic.models.weather.Wind: Wind(java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WindDegree,java.lang.Float,java.lang.String) +com.turingtechnologies.materialscrollbar.TouchScrollBar +com.turingtechnologies.materialscrollbar.R$layout: int design_navigation_menu +com.google.gson.stream.JsonWriter: boolean serializeNulls +io.reactivex.internal.util.NotificationLite: io.reactivex.internal.util.NotificationLite[] values() +androidx.preference.R$layout: int image_frame +wangdaye.com.geometricweather.R$drawable: int notif_temp_71 +com.jaredrummler.android.colorpicker.R$style: int Preference_CheckBoxPreference_Material +wangdaye.com.geometricweather.R$string: int key_text_size +androidx.constraintlayout.widget.R$attr: int borderlessButtonStyle +androidx.preference.R$styleable: int FontFamily_fontProviderAuthority +com.google.android.material.chip.Chip: void setChipBackgroundColorResource(int) +androidx.constraintlayout.widget.R$attr: int navigationContentDescription +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ImageButton +androidx.appcompat.app.ActionBar +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int RainProbability +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Medium_Inverse +wangdaye.com.geometricweather.R$id: int dialog_donate_wechat_img +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: long REQUEST_MASK +com.xw.repo.bubbleseekbar.R$dimen: int notification_top_pad_large_text +androidx.hilt.work.R$id: int actions +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModePopupWindowStyle +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_AutoCompleteTextView +androidx.constraintlayout.widget.R$attr: int layout_constraintGuide_end +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem +cyanogenmod.app.ILiveLockScreenManagerProvider: boolean registerChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) +wangdaye.com.geometricweather.R$styleable: int[] Transition +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getLiveLockScreenThemePackageName() +com.google.android.material.R$dimen: int mtrl_navigation_elevation +androidx.work.ExistingWorkPolicy: androidx.work.ExistingWorkPolicy KEEP +androidx.coordinatorlayout.R$styleable: int[] CoordinatorLayout_Layout +james.adaptiveicon.R$attr: int ratingBarStyleIndicator +com.google.android.material.R$styleable: int Slider_android_valueFrom +androidx.drawerlayout.R$style: int Widget_Compat_NotificationActionText +androidx.hilt.lifecycle.R$attr: int fontProviderCerts +okhttp3.internal.http2.Http2Stream: boolean hasResponseHeaders +com.google.android.material.transformation.TransformationChildLayout: TransformationChildLayout(android.content.Context) +androidx.recyclerview.R$id: int accessibility_custom_action_19 +wangdaye.com.geometricweather.R$string: int key_service_provider +androidx.constraintlayout.widget.R$styleable: int Layout_layout_editor_absoluteY +androidx.appcompat.R$style: int Widget_AppCompat_Light_PopupMenu +cyanogenmod.app.suggest.IAppSuggestManager$Stub: cyanogenmod.app.suggest.IAppSuggestManager asInterface(android.os.IBinder) +io.reactivex.internal.observers.BasicIntQueueDisposable: boolean offer(java.lang.Object,java.lang.Object) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ImageButton +wangdaye.com.geometricweather.R$id: int material_label +wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_updatesContinuously +androidx.constraintlayout.widget.R$layout: int custom_dialog +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String[] ROWS +okio.ByteString: int lastIndexOf(byte[],int) +com.google.android.material.R$attr: int checkedIconTint +wangdaye.com.geometricweather.R$anim: int design_bottom_sheet_slide_in +com.google.android.material.R$attr: int buttonIconDimen +androidx.work.R$id: int tag_unhandled_key_listeners +android.didikee.donate.R$attr: int windowFixedHeightMajor +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeCutDrawable +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ListView_DropDown +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: int getFillColor() +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light_Dialog_MinWidth +androidx.preference.R$styleable: int AlertDialog_buttonIconDimen +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature: AccuCurrentResult$RealFeelTemperature() +com.google.android.material.R$color: int design_fab_stroke_top_outer_color +james.adaptiveicon.R$drawable: int abc_item_background_holo_light +cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_2G3G4G +androidx.appcompat.R$drawable: int abc_list_selector_background_transition_holo_light +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_63 +com.google.android.material.chip.ChipGroup: void setSelectionRequired(boolean) +com.google.android.material.progressindicator.ProgressIndicator: int[] getIndicatorColors() +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Headline +wangdaye.com.geometricweather.background.polling.PollingUpdateHelper +okio.Buffer: okio.BufferedSink writeHexadecimalUnsignedLong(long) +com.google.android.material.R$attr: int toolbarId +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float co +wangdaye.com.geometricweather.R$attr: int motion_postLayoutCollision +wangdaye.com.geometricweather.R$string: int phase_waxing_gibbous +com.google.android.material.circularreveal.cardview.CircularRevealCardView: android.graphics.drawable.Drawable getCircularRevealOverlayDrawable() +wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTomorrowForecastUpdateService: ForegroundTomorrowForecastUpdateService() +com.amap.api.fence.GeoFence: int TYPE_AMAPPOI +androidx.appcompat.R$styleable: int AppCompatTheme_windowMinWidthMinor +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void run() +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintEnd_toStartOf +james.adaptiveicon.R$anim +com.google.android.material.R$id: int right_icon +io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: int index +wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List getMinutelyForecast() +io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: void run() +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light_Dialog +androidx.recyclerview.widget.RecyclerView: void setClipToPadding(boolean) +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleMarginStart +retrofit2.BuiltInConverters: retrofit2.Converter responseBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_horizontalGap +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum: double Value +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: double lat +io.reactivex.Observable: io.reactivex.Single firstOrError() +cyanogenmod.hardware.DisplayMode$1: cyanogenmod.hardware.DisplayMode createFromParcel(android.os.Parcel) +cyanogenmod.app.ICustomTileListener +wangdaye.com.geometricweather.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_0 +androidx.appcompat.R$attr: int paddingBottomNoButtons +com.turingtechnologies.materialscrollbar.R$attr: int backgroundSplit +androidx.appcompat.R$attr: int listPopupWindowStyle +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: io.reactivex.functions.Function leftEnd +com.xw.repo.bubbleseekbar.R$color: int primary_text_disabled_material_light +retrofit2.RequestFactory$Builder +android.didikee.donate.R$string: int abc_capital_on +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.String frenchDepartment +com.xw.repo.bubbleseekbar.R$styleable: int[] PopupWindow +wangdaye.com.geometricweather.R$dimen: int mtrl_badge_horizontal_edge_offset +retrofit2.KotlinExtensions$suspendAndThrow$1 +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionDropDownStyle +com.amap.api.location.AMapLocationClient: boolean isStarted() +cyanogenmod.app.StatusBarPanelCustomTile: int uid +cyanogenmod.app.Profile$ProfileTrigger: int access$200(cyanogenmod.app.Profile$ProfileTrigger) +androidx.appcompat.widget.ActionBarOverlayLayout: void setWindowCallback(android.view.Window$Callback) +okhttp3.internal.http2.Http2Reader: java.util.List readHeaderBlock(int,short,byte,int) +cyanogenmod.externalviews.KeyguardExternalView$2: KeyguardExternalView$2(cyanogenmod.externalviews.KeyguardExternalView) +com.google.android.material.R$attr: int state_liftable +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void onError(java.lang.Throwable) +androidx.preference.R$styleable: int[] AnimatedStateListDrawableCompat +wangdaye.com.geometricweather.R$string: int phase_third +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_star_black_36dp +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Humidity: java.lang.Integer min +cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks: void slideLockscreenIn() +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather weather +io.reactivex.internal.observers.ForEachWhileObserver: ForEachWhileObserver(io.reactivex.functions.Predicate,io.reactivex.functions.Consumer,io.reactivex.functions.Action) +com.turingtechnologies.materialscrollbar.R$attr: int closeIconStartPadding +james.adaptiveicon.R$attr: int actionBarStyle +com.xw.repo.bubbleseekbar.R$attr: int ratingBarStyleIndicator +androidx.dynamicanimation.R$dimen: int notification_large_icon_height +androidx.lifecycle.ReportFragment: ReportFragment() +androidx.appcompat.resources.R$layout: int custom_dialog +wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Long readKey(android.database.Cursor,int) +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxCornerRadiusTopStart +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ListView_DropDown +com.xw.repo.bubbleseekbar.R$attr: int actionModeCloseDrawable +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void onNext(java.lang.Object) +com.google.android.material.R$styleable: int FontFamily_fontProviderCerts +androidx.constraintlayout.widget.R$dimen: int notification_small_icon_size_as_large +com.google.android.material.R$style: int Widget_MaterialComponents_Slider +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha +io.reactivex.Observable: io.reactivex.Observable timeout(io.reactivex.ObservableSource,io.reactivex.functions.Function,io.reactivex.ObservableSource) +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: io.reactivex.internal.util.AtomicThrowable errors +com.google.android.material.R$attr: int layout_keyline +okio.AsyncTimeout$1: okio.Timeout timeout() +com.google.android.material.chip.Chip: void setChipMinHeight(float) +androidx.lifecycle.extensions.R$id: int tag_accessibility_pane_title +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Metric Metric +android.didikee.donate.R$attr: int actionModeCloseButtonStyle +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_mini_grey +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_Snackbar +wangdaye.com.geometricweather.R$styleable: int Toolbar_android_gravity +com.xw.repo.bubbleseekbar.R$style: int Base_AlertDialog_AppCompat_Light +androidx.preference.R$style: int TextAppearance_AppCompat_Headline +android.didikee.donate.R$styleable: int PopupWindow_android_popupAnimationStyle +wangdaye.com.geometricweather.db.entities.DailyEntity: void setTreeDescription(java.lang.String) +com.google.android.material.R$drawable: int abc_list_selector_disabled_holo_dark +androidx.preference.R$styleable: int FontFamilyFont_ttcIndex +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean getVisibility() +com.google.android.material.R$styleable: int Tooltip_android_layout_margin +androidx.core.R$id: int notification_background +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: void onSubscribe(io.reactivex.disposables.Disposable) +okhttp3.internal.connection.RouteSelector: void connectFailed(okhttp3.Route,java.io.IOException) +androidx.constraintlayout.widget.R$drawable: int abc_switch_track_mtrl_alpha +androidx.appcompat.R$layout: int abc_activity_chooser_view_list_item +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow +wangdaye.com.geometricweather.R$dimen: int widget_grid_3 +com.google.android.material.R$style: int Widget_Design_ScrimInsetsFrameLayout +androidx.activity.R$drawable: int notification_action_background +wangdaye.com.geometricweather.R$string: int settings_title_forecast_today +androidx.loader.R$id: int tag_transition_group +okhttp3.Response: void close() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum +androidx.appcompat.app.AppCompatActivity: void setContentView(android.view.View) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_50 +okhttp3.internal.Util: int skipTrailingAsciiWhitespace(java.lang.String,int,int) +com.google.gson.JsonSyntaxException: JsonSyntaxException(java.lang.String) +com.turingtechnologies.materialscrollbar.R$drawable: int abc_seekbar_track_material +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Toolbar +android.didikee.donate.R$styleable: int TextAppearance_android_textSize +androidx.constraintlayout.widget.R$id: int SHOW_PATH +com.turingtechnologies.materialscrollbar.R$style: int Widget_Compat_NotificationActionContainer +james.adaptiveicon.R$color: int abc_primary_text_disable_only_material_light +androidx.preference.R$styleable: int MultiSelectListPreference_android_entries +androidx.preference.R$string: int copy +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_11 +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeFindDrawable +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Title_Inverse +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_placeholder_placeholder_emptyVisibility +com.google.android.material.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton +android.didikee.donate.R$dimen: int abc_control_padding_material +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String getDistrict() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: void setValue(java.lang.String) +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver this$0 +com.google.gson.stream.JsonReader: int NUMBER_CHAR_FRACTION_DIGIT +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: void setStatus(int) +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String district +james.adaptiveicon.R$attr: int paddingBottomNoButtons +android.didikee.donate.R$color: int material_deep_teal_500 +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_Alert +okhttp3.CertificatePinner: boolean equals(java.lang.Object) +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void onNext(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Toolbar_Button_Navigation +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit +wangdaye.com.geometricweather.R$string: int abc_prepend_shortcut_label +wangdaye.com.geometricweather.R$drawable: int material_ic_keyboard_arrow_left_black_24dp +androidx.constraintlayout.widget.R$id: int chain +com.jaredrummler.android.colorpicker.R$dimen: int abc_progress_bar_height_material +retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory create() +cyanogenmod.app.ProfileGroup: ProfileGroup(java.lang.String,java.util.UUID,boolean) +io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: ObservableAmb$AmbInnerObserver(io.reactivex.internal.operators.observable.ObservableAmb$AmbCoordinator,int,io.reactivex.Observer) +wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: void setProgressColor(int) +okio.Buffer: okio.Buffer$UnsafeCursor readUnsafe(okio.Buffer$UnsafeCursor) +com.bumptech.glide.load.resource.gif.GifFrameLoader +com.google.android.material.R$layout: int material_clockface_view +com.google.android.material.R$id: int ghost_view +com.google.android.material.progressindicator.ProgressIndicator: com.google.android.material.progressindicator.DeterminateDrawable getProgressDrawable() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_firstBaselineToTopHeight +com.google.android.material.R$id: int off +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: java.lang.String wind_speed +wangdaye.com.geometricweather.remoteviews.config.ClockDayVerticalWidgetConfigActivity: ClockDayVerticalWidgetConfigActivity() +com.bumptech.glide.integration.okhttp.R$attr: int fontProviderFetchTimeout +com.google.android.material.R$styleable: int AppCompatTextView_firstBaselineToTopHeight +com.google.android.material.R$styleable: int SwitchCompat_thumbTintMode +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: void drain() +androidx.constraintlayout.widget.R$id: int visible +com.turingtechnologies.materialscrollbar.R$color: int foreground_material_dark +com.google.android.material.textfield.TextInputLayout: android.widget.EditText getEditText() +androidx.recyclerview.widget.RecyclerView: void addOnScrollListener(androidx.recyclerview.widget.RecyclerView$OnScrollListener) +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addPathSegments(java.lang.String) +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Subtitle1 +cyanogenmod.profiles.BrightnessSettings: void writeToParcel(android.os.Parcel,int) +retrofit2.RequestFactory$Builder: boolean isMultipart +okhttp3.internal.connection.RouteSelector$Selection: java.util.List routes +com.bumptech.glide.integration.okhttp.R$color: int notification_action_color_filter +james.adaptiveicon.R$styleable: int FontFamily_fontProviderPackage +com.google.android.material.R$styleable: int[] Transition +wangdaye.com.geometricweather.R$dimen: int standard_weather_icon_container_size +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Button +com.jaredrummler.android.colorpicker.R$layout: int cpv_color_item_circle +wangdaye.com.geometricweather.R$styleable: int PopupWindow_overlapAnchor +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActivityChooserView +com.turingtechnologies.materialscrollbar.R$color: int mtrl_textinput_default_box_stroke_color +com.jaredrummler.android.colorpicker.ColorPickerView: int getSliderTrackerColor() +wangdaye.com.geometricweather.settings.fragments.NotificationColorSettingsFragment +androidx.preference.R$styleable: int AppCompatTheme_tooltipForegroundColor +wangdaye.com.geometricweather.R$string: int refresh +com.amap.api.fence.GeoFence: com.amap.api.location.AMapLocation getCurrentLocation() +androidx.appcompat.R$style: int Base_Widget_AppCompat_PopupWindow +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox +androidx.appcompat.R$layout: int abc_cascading_menu_item_layout +cyanogenmod.app.IProfileManager$Stub$Proxy: boolean addProfile(cyanogenmod.app.Profile) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator CAMERA_WAKE_SCREEN_VALIDATOR +cyanogenmod.profiles.LockSettings: android.os.Parcelable$Creator CREATOR +com.google.android.material.slider.RangeSlider +com.google.android.material.R$id: int accessibility_custom_action_13 +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_spinnerStyle +androidx.preference.R$styleable: int Toolbar_titleMarginStart +android.didikee.donate.R$style: int TextAppearance_AppCompat_Display4 +okhttp3.ResponseBody: byte[] bytes() +cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void onStart() +com.google.android.material.R$styleable: int Motion_motionStagger +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.WeatherEntity) +androidx.vectordrawable.R$drawable: int notification_bg_low +com.amap.api.fence.GeoFenceManagerBase: void addKeywordGeoFence(java.lang.String,java.lang.String,java.lang.String,int,java.lang.String) +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_switchTextAppearance +androidx.appcompat.R$styleable: int DrawerArrowToggle_thickness +androidx.viewpager2.R$dimen: int compat_notification_large_icon_max_height +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: java.lang.Object[] row +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_lastVerticalBias +androidx.appcompat.resources.R$attr: int fontProviderFetchTimeout +com.google.android.material.R$attr: int suggestionRowLayout +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_paddingLeft +android.didikee.donate.R$dimen: int abc_disabled_alpha_material_dark +wangdaye.com.geometricweather.R$array: int weather_source_voices +androidx.constraintlayout.widget.R$dimen: int abc_text_size_small_material +wangdaye.com.geometricweather.R$style: int PopupWindowAnimation_Top_Left +androidx.constraintlayout.widget.R$dimen: int abc_button_inset_vertical_material +com.turingtechnologies.materialscrollbar.R$anim: int design_bottom_sheet_slide_out +okhttp3.Response$Builder: okhttp3.Response$Builder header(java.lang.String,java.lang.String) +androidx.appcompat.R$dimen: int abc_dialog_title_divider_material +com.google.android.material.R$styleable: int Chip_android_textSize +io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: void truncateFinal() +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.lang.String getLongDate(android.content.Context) +com.turingtechnologies.materialscrollbar.R$id: int design_menu_item_action_area +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_min +androidx.drawerlayout.R$styleable: int FontFamilyFont_fontStyle +androidx.preference.R$styleable: int MenuItem_android_titleCondensed +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit +androidx.lifecycle.SavedStateHandle: androidx.savedstate.SavedStateRegistry$SavedStateProvider savedStateProvider() +androidx.appcompat.R$attr: int autoSizeMinTextSize +android.didikee.donate.R$id: int spacer +com.turingtechnologies.materialscrollbar.R$attr: int windowFixedHeightMinor +androidx.appcompat.R$styleable: int AlertDialog_multiChoiceItemLayout cyanogenmod.alarmclock.ClockContract$InstancesColumns: int PREDISMISSED_STATE -androidx.preference.R$dimen: int abc_dialog_min_width_major -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPopupWindowStyle -wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_fontFamily -androidx.dynamicanimation.R$styleable: int GradientColorItem_android_offset -com.jaredrummler.android.colorpicker.R$attr: int switchTextAppearance -androidx.viewpager2.R$style: int TextAppearance_Compat_Notification_Info -wangdaye.com.geometricweather.R$animator: R$animator() -com.jaredrummler.android.colorpicker.R$id: int transparency_seekbar -android.didikee.donate.R$styleable: int AppCompatTheme_colorButtonNormal -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Display1 -androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_shadowRadius -wangdaye.com.geometricweather.R$dimen: int design_snackbar_padding_vertical_2lines -com.google.android.material.R$id: int bottom -androidx.transition.R$integer -com.google.android.material.R$id: int navigation_header_container -okio.RealBufferedSource: java.lang.String readUtf8(long) -wangdaye.com.geometricweather.db.entities.AlertEntityDao: AlertEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) -wangdaye.com.geometricweather.R$styleable: int AlertDialog_android_layout -androidx.preference.R$styleable: int AppCompatTheme_ratingBarStyleIndicator -okhttp3.internal.http2.Http2Reader: boolean nextFrame(boolean,okhttp3.internal.http2.Http2Reader$Handler) -okhttp3.internal.platform.OptionalMethod: java.lang.reflect.Method getPublicMethod(java.lang.Class,java.lang.String,java.lang.Class[]) -wangdaye.com.geometricweather.R$id: int reservedNamedId -cyanogenmod.app.ProfileManager: void removeNotificationGroup(android.app.NotificationGroup) -androidx.preference.R$id: int action_bar -com.google.gson.internal.JsonReaderInternalAccess: com.google.gson.internal.JsonReaderInternalAccess INSTANCE -androidx.work.impl.background.systemalarm.RescheduleReceiver: RescheduleReceiver() -cyanogenmod.alarmclock.ClockContract$InstancesColumns: android.net.Uri CONTENT_URI -io.reactivex.internal.subscriptions.BasicIntQueueSubscription: BasicIntQueueSubscription() -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilityRain: java.lang.Integer proba6H -okhttp3.OkHttpClient$Builder: int callTimeout -cyanogenmod.providers.CMSettings$Secure: java.lang.String CM_SETUP_WIZARD_COMPLETED -com.google.android.material.R$styleable: int[] MaterialTextView -androidx.constraintlayout.motion.widget.MotionLayout$TransitionState: androidx.constraintlayout.motion.widget.MotionLayout$TransitionState SETUP -androidx.appcompat.widget.ActivityChooserModel -wangdaye.com.geometricweather.R$attr: int endIconTintMode -com.github.rahatarmanahmed.cpv.CircularProgressView: void setVisibility(int) -androidx.preference.R$styleable: int AppCompatTheme_dividerHorizontal -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: boolean done -io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy ERROR -com.google.android.material.R$styleable: int MenuGroup_android_orderInCategory -androidx.constraintlayout.widget.R$attr: int actionBarTabBarStyle -cyanogenmod.profiles.StreamSettings: cyanogenmod.profiles.StreamSettings fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_TEMPERATURE_DAY_VALIDATOR -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: long serialVersionUID +androidx.preference.R$attr: int seekBarPreferenceStyle +okhttp3.logging.LoggingEventListener$Factory: okhttp3.EventListener create(okhttp3.Call) +cyanogenmod.profiles.LockSettings: boolean mDirty +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Metric: java.lang.String Unit +androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType: androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType NONE +androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State DESTROYED +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxCornerRadiusBottomStart +androidx.activity.R$style: int TextAppearance_Compat_Notification_Info +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeCopyDrawable +com.google.android.material.R$dimen: int abc_dialog_min_width_minor +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText +androidx.appcompat.R$id: int action_mode_bar +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.query.QueryBuilder queryBuilder() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarSplitStyle +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String weatherSource +androidx.transition.R$dimen: int notification_top_pad_large_text +androidx.swiperefreshlayout.R$id: int forever +com.google.android.material.R$dimen: int material_helper_text_font_1_3_padding_top +com.google.android.material.R$id: int accessibility_custom_action_4 +com.xw.repo.bubbleseekbar.R$attr: int windowNoTitle +androidx.appcompat.widget.ViewStubCompat: void setOnInflateListener(androidx.appcompat.widget.ViewStubCompat$OnInflateListener) +com.xw.repo.bubbleseekbar.R$style: int Platform_Widget_AppCompat_Spinner +okhttp3.OkHttpClient: javax.net.ssl.HostnameVerifier hostnameVerifier +androidx.recyclerview.R$integer +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_checkedIconTint +android.support.v4.os.IResultReceiver$Stub$Proxy: android.os.IBinder asBinder() +com.xw.repo.bubbleseekbar.R$id: int tag_unhandled_key_event_manager +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionButton +com.google.android.material.R$color: int abc_tint_btn_checkable +androidx.preference.R$id: int accessibility_custom_action_5 +wangdaye.com.geometricweather.R$array: int pressure_unit_values +wangdaye.com.geometricweather.R$animator: int mtrl_extended_fab_hide_motion_spec +androidx.transition.ChangeBounds$7 +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.lang.Integer getDbz() +com.google.android.material.R$styleable: int Constraint_layout_constraintHeight_default +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.lang.String Key +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder setPathSegment(int,java.lang.String) +androidx.work.ExistingPeriodicWorkPolicy: androidx.work.ExistingPeriodicWorkPolicy REPLACE +androidx.appcompat.widget.ActionBarContextView: void setContentHeight(int) +androidx.fragment.R$id +androidx.constraintlayout.widget.R$attr: int constraintSetStart +com.amap.api.fence.PoiItem: void setTel(java.lang.String) +wangdaye.com.geometricweather.R$drawable: int mtrl_popupmenu_background +androidx.preference.R$style: int Platform_V21_AppCompat +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_navigationIcon +androidx.constraintlayout.widget.R$style: int Platform_V25_AppCompat +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_thumbTint +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeFindDrawable +com.turingtechnologies.materialscrollbar.R$color: int bright_foreground_material_dark +androidx.viewpager2.R$id: int tag_unhandled_key_listeners +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_checkedIconEnabled +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_contentInsetStart +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_elevation +cyanogenmod.hardware.DisplayMode: DisplayMode(android.os.Parcel) +com.turingtechnologies.materialscrollbar.R$color +james.adaptiveicon.R$styleable: int ActionBar_homeAsUpIndicator +retrofit2.Retrofit: java.lang.Object create(java.lang.Class) +com.google.android.material.R$attr: int layout_constraintHeight_min +androidx.constraintlayout.widget.R$attr: int sizePercent +okio.RealBufferedSink: RealBufferedSink(okio.Sink) +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_Button_Colored +androidx.preference.R$attr: int searchIcon +okio.Segment: okio.Segment prev +io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: long serialVersionUID +com.google.android.material.chip.Chip: void setCheckableResource(int) +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_onClick +james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query +com.google.android.material.R$styleable: int TabLayout_tabBackground +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator HIGH_TOUCH_SENSITIVITY_ENABLE_VALIDATOR +wangdaye.com.geometricweather.R$attr: int materialCardViewStyle +com.bumptech.glide.integration.okhttp.R$layout: int notification_template_part_chronometer +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_85 +io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModePasteDrawable +io.reactivex.internal.subscriptions.BasicIntQueueSubscription: int requestFusion(int) +wangdaye.com.geometricweather.R$attr: int expandedHintEnabled +okhttp3.internal.http2.Http2Connection: java.util.concurrent.ScheduledExecutorService access$500(okhttp3.internal.http2.Http2Connection) +okio.ForwardingTimeout: ForwardingTimeout(okio.Timeout) +android.didikee.donate.R$attr: int windowFixedWidthMajor +com.xw.repo.bubbleseekbar.R$color: int dim_foreground_disabled_material_dark +com.google.android.material.chip.Chip: void setHideMotionSpec(com.google.android.material.animation.MotionSpec) +com.amap.api.location.AMapLocation: java.lang.String COORD_TYPE_WGS84 +androidx.core.R$styleable: int[] GradientColorItem +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionButton_Overflow +com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_listLayout +okio.HashingSource: javax.crypto.Mac mac +com.google.android.material.R$id: int scrollable +androidx.preference.R$style: int Preference_DialogPreference +androidx.core.R$id: int time +android.support.v4.os.ResultReceiver: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_thickness +androidx.hilt.lifecycle.R$style: int Widget_Compat_NotificationActionText +retrofit2.OkHttpCall: OkHttpCall(retrofit2.RequestFactory,java.lang.Object[],okhttp3.Call$Factory,retrofit2.Converter) +okhttp3.internal.http2.Hpack$Writer: Hpack$Writer(int,boolean,okio.Buffer) +okhttp3.internal.http.RealInterceptorChain +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setThunderstormPrecipitationProbability(java.lang.Float) +wangdaye.com.geometricweather.R$layout: int mtrl_calendar_month_labeled +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver parent +com.google.android.material.transformation.FabTransformationScrimBehavior: FabTransformationScrimBehavior() +androidx.appcompat.widget.LinearLayoutCompat: int getShowDividers() +androidx.appcompat.R$styleable: int TextAppearance_android_textFontWeight +androidx.preference.R$styleable: int Toolbar_maxButtonHeight +com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_dialogIcon +wangdaye.com.geometricweather.R$styleable: int MaterialButton_iconTintMode +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorControlActivated +retrofit2.Utils: java.lang.reflect.Type[] EMPTY_TYPE_ARRAY +com.google.android.material.R$styleable: int FloatingActionButton_shapeAppearanceOverlay +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_verticalStyle +com.bumptech.glide.R$attr: int ttcIndex +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_android_summaryOn +cyanogenmod.platform.Manifest$permission: java.lang.String ACCESS_APP_SUGGESTIONS +androidx.constraintlayout.widget.R$style: int Animation_AppCompat_Dialog +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintRight_toLeftOf +james.adaptiveicon.R$style: int Base_Widget_AppCompat_PopupWindow +androidx.recyclerview.R$styleable: int FontFamilyFont_fontVariationSettings +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_MULTIPLE_LEDS_ENABLE_VALIDATOR +io.reactivex.exceptions.MissingBackpressureException: long serialVersionUID +cyanogenmod.content.Intent: java.lang.String ACTION_THEME_REMOVED +wangdaye.com.geometricweather.R$dimen: int little_weather_icon_container_size +cyanogenmod.externalviews.KeyguardExternalView$1: cyanogenmod.externalviews.KeyguardExternalView this$0 +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver(io.reactivex.Observer,io.reactivex.functions.Function,boolean) +james.adaptiveicon.R$layout: int abc_action_mode_bar +androidx.preference.R$attr: int drawableTintMode +android.didikee.donate.R$styleable: int LinearLayoutCompat_android_gravity +com.google.android.material.R$attr: int windowFixedHeightMajor +androidx.recyclerview.R$dimen: int notification_large_icon_height +wangdaye.com.geometricweather.R$drawable: int notif_temp_86 +wangdaye.com.geometricweather.R$array: int pollen_unit_voices +androidx.constraintlayout.widget.R$id: int action_bar_title +com.turingtechnologies.materialscrollbar.R$attr: int buttonBarButtonStyle +androidx.work.impl.utils.futures.DirectExecutor: java.lang.String toString() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String pubTime +android.support.v4.app.RemoteActionCompatParcelizer +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Button_Colored +wangdaye.com.geometricweather.R$dimen: int notification_large_icon_width +android.didikee.donate.R$styleable: int AppCompatTheme_actionMenuTextAppearance +androidx.appcompat.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge +androidx.appcompat.R$styleable: int AppCompatTextHelper_android_drawableLeft +io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: boolean inCompletable +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningMaxCountItems: MfWarningsResult$WarningMaxCountItems() +com.turingtechnologies.materialscrollbar.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense +androidx.constraintlayout.widget.R$attr: int colorPrimaryDark +cyanogenmod.app.CMTelephonyManager: cyanogenmod.app.CMTelephonyManager sCMTelephonyManagerInstance +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: int state +androidx.appcompat.R$layout: int abc_action_bar_title_item +com.amap.api.fence.DistrictItem +wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_android_layout +wangdaye.com.geometricweather.R$style: int Theme_AppCompat +android.didikee.donate.R$id: int action_bar_activity_content +okio.Buffer: okio.BufferedSink writeInt(int) +androidx.appcompat.app.AlertController$RecycleListView: AlertController$RecycleListView(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.widget.R$layout: int notification_action_tombstone +androidx.constraintlayout.widget.R$attr: int drawableLeftCompat +cyanogenmod.weatherservice.WeatherProviderService: android.os.Handler access$000(cyanogenmod.weatherservice.WeatherProviderService) +com.turingtechnologies.materialscrollbar.R$id: int activity_chooser_view_content +com.amap.api.location.AMapLocationClientOption$AMapLocationMode: com.amap.api.location.AMapLocationClientOption$AMapLocationMode valueOf(java.lang.String) +okhttp3.internal.ws.RealWebSocket: java.lang.Runnable writerRunnable +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: FitSystemBarRecyclerView(android.content.Context) +com.jaredrummler.android.colorpicker.R$attr: int selectableItemBackgroundBorderless +wangdaye.com.geometricweather.R$string: int mtrl_picker_out_of_range +com.bumptech.glide.R$styleable: int GradientColor_android_type +android.didikee.donate.R$bool: int abc_config_actionMenuItemAllCaps +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_18 +james.adaptiveicon.R$styleable: int LinearLayoutCompat_android_gravity +wangdaye.com.geometricweather.R$styleable: int Transform_android_scaleX +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ListPopupWindow +okhttp3.internal.cache.DiskLruCache$Editor: okhttp3.internal.cache.DiskLruCache this$0 +androidx.constraintlayout.widget.ConstraintLayout: void setConstraintSet(androidx.constraintlayout.widget.ConstraintSet) +androidx.coordinatorlayout.widget.CoordinatorLayout: void setStatusBarBackgroundResource(int) +io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver +androidx.customview.R$color: int notification_action_color_filter +okhttp3.internal.http2.Http2Stream$FramingSource +androidx.appcompat.resources.R$id: int async +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemIconPadding +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse +okhttp3.Response$Builder: long receivedResponseAtMillis +wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_directionValue +com.google.android.material.R$color: int mtrl_navigation_item_text_color +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_elevation +androidx.preference.R$styleable: int[] AlertDialog +com.google.android.material.R$styleable: int Constraint_layout_constraintBottom_creator +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.query.Query queryRawCreate(java.lang.String,java.lang.Object[]) +com.google.android.material.R$attr: int recyclerViewStyle +androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy: ConstraintProxy$BatteryChargingProxy() +okhttp3.Call +wangdaye.com.geometricweather.R$styleable: int View_paddingStart +com.xw.repo.bubbleseekbar.R$bool: R$bool() +org.greenrobot.greendao.AbstractDaoSession: void update(java.lang.Object) +com.google.android.material.R$dimen: int mtrl_navigation_item_shape_vertical_margin +wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_DayNight_ActionBar +wangdaye.com.geometricweather.R$id: int multiply +wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: int getBackgroundColorEnd() +androidx.viewpager2.R$styleable: int FontFamilyFont_font +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Menu +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintBaseline_toBaselineOf +com.google.android.material.R$attr: int textLocale +james.adaptiveicon.R$styleable: int Spinner_popupTheme +androidx.transition.R$id: int notification_background +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: java.lang.String getUnitId() +org.greenrobot.greendao.identityscope.IdentityScopeType: org.greenrobot.greendao.identityscope.IdentityScopeType None +james.adaptiveicon.R$attr: int textAppearanceListItem +androidx.appcompat.R$style: int Base_Widget_AppCompat_AutoCompleteTextView +com.google.android.material.R$attr: int layout_constraintEnd_toEndOf +wangdaye.com.geometricweather.R$color: int design_box_stroke_color +androidx.constraintlayout.widget.R$drawable: int abc_ratingbar_material +android.didikee.donate.R$attr: int contentInsetEnd +wangdaye.com.geometricweather.R$styleable: int[] ThemeEnforcement +androidx.constraintlayout.widget.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_0 +io.reactivex.Observable: io.reactivex.Observable takeLast(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean,int) +retrofit2.RequestFactory$Builder: retrofit2.RequestFactory build() +cyanogenmod.weatherservice.IWeatherProviderService: void processWeatherUpdateRequest(cyanogenmod.weather.RequestInfo) +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Headline +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Metric: java.lang.String Unit +com.xw.repo.bubbleseekbar.R$attr: int switchPadding +io.reactivex.internal.subscriptions.BasicIntQueueSubscription: long serialVersionUID +okio.RealBufferedSink: okio.BufferedSink write(okio.ByteString) +androidx.constraintlayout.widget.R$styleable: int Toolbar_contentInsetRight +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_MaterialComponents_Headline6 +androidx.work.R$id: int accessibility_custom_action_22 +okhttp3.internal.tls.DistinguishedNameParser: int length +androidx.appcompat.R$styleable: int AppCompatTheme_textColorSearchUrl +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: android.os.IBinder mRemote +com.google.android.material.tabs.TabLayout: void setOnTabSelectedListener(com.google.android.material.tabs.TabLayout$BaseOnTabSelectedListener) +james.adaptiveicon.R$drawable: int abc_textfield_search_activated_mtrl_alpha +okhttp3.OkHttpClient$Builder: okhttp3.CertificatePinner certificatePinner +androidx.dynamicanimation.R$style: int Widget_Compat_NotificationActionContainer +androidx.constraintlayout.widget.R$id: int left +androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart +androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText +androidx.constraintlayout.widget.R$attr: int popupTheme +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_WITH_3DES_EDE_CBC_SHA +com.bumptech.glide.load.PreferredColorSpace: com.bumptech.glide.load.PreferredColorSpace DISPLAY_P3 +com.google.android.material.R$color: int bright_foreground_disabled_material_light +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_numericShortcut +com.bumptech.glide.integration.okhttp.R$attr: int fontProviderQuery +wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_allowCustom +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_editTextColor +android.didikee.donate.R$styleable: int AlertDialog_showTitle +androidx.viewpager2.R$id: int tag_accessibility_clickable_spans +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.Date publishDate +io.reactivex.Observable: io.reactivex.Observable buffer(long,long,java.util.concurrent.TimeUnit) +cyanogenmod.os.Concierge$ParcelInfo: int mParcelableSize +com.turingtechnologies.materialscrollbar.R$attr: int commitIcon +com.turingtechnologies.materialscrollbar.R$attr: int switchStyle +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: void setDisplayState(boolean) +okio.ForwardingSink: okio.Sink delegate +android.didikee.donate.R$attr: int listDividerAlertDialog +androidx.hilt.lifecycle.R$color: R$color() +com.google.android.material.chip.ChipGroup: void setSingleSelection(int) +okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RouteSelector routeSelector +com.amap.api.fence.GeoFence$1 +android.didikee.donate.R$drawable: int abc_btn_switch_to_on_mtrl_00012 +cyanogenmod.weather.RequestInfo$Builder: android.location.Location mLocation +com.google.gson.stream.JsonReader: int lineNumber +okio.Timeout +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: boolean done +org.greenrobot.greendao.AbstractDao: void updateInTx(java.lang.Object[]) +com.turingtechnologies.materialscrollbar.R$attr: int closeIconVisible +androidx.preference.R$attr: int editTextPreferenceStyle +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_TopLeftCut +okhttp3.internal.http2.ErrorCode: ErrorCode(java.lang.String,int,int) +io.reactivex.internal.observers.InnerQueuedObserver: void dispose() +com.google.android.material.chip.Chip: void setChipIconResource(int) +wangdaye.com.geometricweather.R$styleable: int ImageFilterView_roundPercent +com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse +com.amap.api.location.AMapLocation: java.lang.String getStreetNum() +wangdaye.com.geometricweather.R$color: int abc_tint_btn_checkable +cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_USER_KEY +cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent[] $VALUES +androidx.hilt.work.R$attr: int fontProviderAuthority +cyanogenmod.app.suggest.ApplicationSuggestion$1: java.lang.Object createFromParcel(android.os.Parcel) +androidx.constraintlayout.widget.R$styleable: int Toolbar_subtitleTextAppearance +okhttp3.Cache$2: java.util.Iterator delegate +cyanogenmod.externalviews.ExternalViewProviderService$Provider: void onResume() +androidx.coordinatorlayout.R$styleable: int FontFamily_fontProviderCerts +okio.Buffer: okio.Buffer writeHexadecimalUnsignedLong(long) +androidx.preference.R$styleable: int SwitchPreferenceCompat_android_switchTextOff +com.google.android.material.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle +androidx.dynamicanimation.R$styleable: int FontFamily_fontProviderCerts +wangdaye.com.geometricweather.R$string: int widget_multi_city +com.amap.api.location.AMapLocationQualityReport: void setWifiAble(boolean) +james.adaptiveicon.R$styleable: int ActionBar_contentInsetLeft +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeStyle +androidx.preference.R$layout: int abc_cascading_menu_item_layout +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_NavigationView +androidx.preference.R$attr: int dependency +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean onSearchRequested(android.view.SearchEvent) +androidx.vectordrawable.R$styleable: int GradientColor_android_startColor +com.xw.repo.bubbleseekbar.R$string: int abc_menu_ctrl_shortcut_label +com.google.android.material.internal.ForegroundLinearLayout: ForegroundLinearLayout(android.content.Context,android.util.AttributeSet) +james.adaptiveicon.R$styleable: int SearchView_suggestionRowLayout +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_TextButton_Icon +androidx.preference.R$styleable: int[] CoordinatorLayout +james.adaptiveicon.R$layout: int abc_list_menu_item_radio +androidx.preference.R$attr: int editTextBackground +androidx.dynamicanimation.R$styleable +wangdaye.com.geometricweather.R$layout: int item_weather_icon_title +com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_showTitle +wangdaye.com.geometricweather.R$array: int temperature_unit_values +wangdaye.com.geometricweather.R$style: int Base_V7_Theme_AppCompat_Dialog +retrofit2.Retrofit$Builder: okhttp3.HttpUrl baseUrl +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceListItem +okhttp3.internal.platform.AndroidPlatform: boolean api23IsCleartextTrafficPermitted(java.lang.String,java.lang.Class,java.lang.Object) +androidx.dynamicanimation.R$styleable: int GradientColor_android_startColor +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_textColor wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation: wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation RIGHT -io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.google.android.material.R$style: int Theme_MaterialComponents_Light_DarkActionBar -android.didikee.donate.R$string: int abc_searchview_description_query -com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String d -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getWindDircStart() -okhttp3.Headers$Builder: okhttp3.Headers$Builder add(java.lang.String,java.util.Date) -cyanogenmod.profiles.BrightnessSettings: boolean mDirty -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit C -androidx.appcompat.R$dimen: int abc_text_size_subtitle_material_toolbar -com.turingtechnologies.materialscrollbar.R$layout: int abc_action_bar_up_container -com.google.android.material.card.MaterialCardView: void setDragged(boolean) -com.google.android.material.R$style: int Base_Widget_MaterialComponents_AutoCompleteTextView -androidx.appcompat.R$style: int TextAppearance_AppCompat_Small -com.jaredrummler.android.colorpicker.R$string: int abc_menu_delete_shortcut_label -wangdaye.com.geometricweather.R$attr: int expandedTitleMarginTop -androidx.constraintlayout.widget.R$anim: int btn_checkbox_to_checked_icon_null_animation -okio.AsyncTimeout$2: void close() -wangdaye.com.geometricweather.R$attr: int layout_constraintLeft_toRightOf -wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView getChartItemView() -com.amap.api.fence.GeoFence: java.util.List h -com.bumptech.glide.integration.okhttp.R$attr: int alpha -androidx.activity.R$id: int accessibility_custom_action_12 -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ListView_DropDown -io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: ObservableSkipLast$SkipLastObserver(io.reactivex.Observer,int) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: boolean cancelled -android.didikee.donate.R$attr: int colorControlActivated -com.google.android.material.R$attr: int yearTodayStyle -androidx.preference.R$layout: int expand_button -androidx.vectordrawable.R$styleable: int GradientColor_android_tileMode -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintBaseline_creator -cyanogenmod.externalviews.KeyguardExternalView$11 -androidx.appcompat.R$style: int Widget_AppCompat_ProgressBar -androidx.coordinatorlayout.R$layout: R$layout() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionMenuTextAppearance -io.reactivex.Observable: io.reactivex.disposables.Disposable subscribe() -com.turingtechnologies.materialscrollbar.R$attr: int preserveIconSpacing -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: int hasRain -androidx.constraintlayout.widget.R$attr: int actionMenuTextAppearance -androidx.constraintlayout.widget.R$attr: int numericModifiers -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeIcePrecipitationDuration -androidx.loader.R$styleable: int FontFamily_fontProviderFetchTimeout -androidx.customview.R$id: int tag_unhandled_key_listeners -com.google.android.material.internal.NavigationMenuView: int getWindowAnimations() -com.xw.repo.bubbleseekbar.R$styleable: int ViewBackgroundHelper_android_background -android.didikee.donate.R$attr: int subtitle -com.jaredrummler.android.colorpicker.R$layout: int preference_dropdown_material -com.jaredrummler.android.colorpicker.R$styleable: int CheckBoxPreference_summaryOn -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoonSetDate -wangdaye.com.geometricweather.R$color: int material_on_primary_emphasis_high_type -androidx.hilt.R$id: int async -androidx.appcompat.R$drawable: int notification_bg_normal_pressed -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -androidx.preference.R$dimen: int abc_edit_text_inset_top_material -com.xw.repo.bubbleseekbar.R$layout: int abc_popup_menu_item_layout -com.turingtechnologies.materialscrollbar.R$attr: int switchMinWidth -com.xw.repo.bubbleseekbar.R$styleable: int[] AppCompatSeekBar -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_MaterialComponents_TextInputEditText -android.didikee.donate.R$attr: int subMenuArrow -wangdaye.com.geometricweather.R$dimen: int design_fab_size_normal -android.didikee.donate.R$anim: int abc_slide_in_bottom -wangdaye.com.geometricweather.R$array: R$array() -androidx.constraintlayout.widget.R$attr: int layout_goneMarginEnd -androidx.appcompat.R$style: int Theme_AppCompat_Light_Dialog -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub$Proxy: android.os.IBinder asBinder() -androidx.constraintlayout.widget.R$id: int SHOW_PATH -com.github.rahatarmanahmed.cpv.R: R() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_117 -com.amap.api.location.AMapLocation: java.lang.String n -james.adaptiveicon.R$attr: int switchMinWidth -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_textAppearance -com.google.android.material.R$styleable: int TextInputLayout_boxCornerRadiusBottomEnd -wangdaye.com.geometricweather.R$layout: int item_weather_daily_air -io.reactivex.internal.schedulers.ScheduledDirectPeriodicTask: long serialVersionUID -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_showAsAction -wangdaye.com.geometricweather.remoteviews.config.DailyTrendWidgetConfigActivity: DailyTrendWidgetConfigActivity() -wangdaye.com.geometricweather.R$styleable: int[] PreferenceImageView +androidx.lifecycle.ClassesInfoCache$CallbackInfo: void invokeCallbacks(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event,java.lang.Object) +io.reactivex.Observable: io.reactivex.Observable zip(java.lang.Iterable,io.reactivex.functions.Function) +android.didikee.donate.R$dimen: int highlight_alpha_material_light +android.didikee.donate.R$dimen: int abc_action_bar_content_inset_with_nav +androidx.preference.R$id: int action_bar_activity_content +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: io.reactivex.Scheduler$Worker worker +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: java.lang.String zh_CN +wangdaye.com.geometricweather.R$attr: int chipIconVisible +androidx.legacy.coreutils.R$id: int tag_unhandled_key_event_manager +androidx.work.impl.utils.futures.DirectExecutor: androidx.work.impl.utils.futures.DirectExecutor[] values() +com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode: com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode[] values() +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: java.lang.Object NULL_KEY +androidx.preference.R$styleable: int MultiSelectListPreference_entryValues +com.jaredrummler.android.colorpicker.R$styleable: int ActionBarLayout_android_layout_gravity +com.turingtechnologies.materialscrollbar.R$attr: int closeItemLayout +com.google.android.material.R$styleable: int KeyPosition_percentY +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_SearchView_ActionBar +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void drain() +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult$Temperature: double Value +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_barColor +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_3 +android.didikee.donate.R$styleable: int Toolbar_contentInsetLeft +wangdaye.com.geometricweather.R$id: int widget_text_date +androidx.preference.R$styleable: int MenuView_android_itemIconDisabledAlpha +wangdaye.com.geometricweather.R$string: int content_desc_search_filter_on +androidx.legacy.coreutils.R$style: int TextAppearance_Compat_Notification_Time +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_dropdownPreferenceStyle +wangdaye.com.geometricweather.R$styleable: int KeyTrigger_framePosition +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem +okio.Buffer: void skip(long) +com.baidu.location.indoor.mapversion.c.a$d: double b(double) +com.google.android.material.R$attr: int tabContentStart +cyanogenmod.app.ProfileGroup: int describeContents() +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_spinnerStyle +com.google.android.material.R$styleable: int AlertDialog_listLayout +androidx.loader.R$layout: int notification_action +cyanogenmod.app.Profile: void readFromParcel(android.os.Parcel) +wangdaye.com.geometricweather.R$styleable: int MaterialShape_shapeAppearanceOverlay +androidx.preference.R$style: int TextAppearance_AppCompat_Subhead +io.reactivex.internal.util.AtomicThrowable +okhttp3.Dispatcher: void finished(java.util.Deque,java.lang.Object) +cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator sNonNegativeIntegerValidator +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowActionModeOverlay +androidx.activity.R$id: int accessibility_custom_action_9 +androidx.lifecycle.extensions.R$styleable: int Fragment_android_id +james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup +androidx.constraintlayout.widget.R$id: int home +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setGpsFirst(boolean) +com.baidu.location.e.l$b: com.baidu.location.e.l$b b +okhttp3.Address: java.util.List connectionSpecs +wangdaye.com.geometricweather.R$layout: int container_circular_sky_view +wangdaye.com.geometricweather.db.entities.WeatherEntity +james.adaptiveicon.R$attr: int windowFixedWidthMajor +cyanogenmod.weather.util.WeatherUtils: WeatherUtils() +com.jaredrummler.android.colorpicker.R$id: int shortcut +wangdaye.com.geometricweather.db.entities.HourlyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginEnd +okhttp3.internal.http2.Http2Connection$4: int val$streamId +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain +com.jaredrummler.android.colorpicker.R$id: int action_bar_subtitle +androidx.constraintlayout.widget.ConstraintLayout: void setOptimizationLevel(int) +com.google.android.material.R$attr: int waveShape +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer treeLevel +com.google.android.material.R$style: int Base_Theme_AppCompat +androidx.appcompat.R$style: int Base_V7_Widget_AppCompat_EditText +cyanogenmod.profiles.BrightnessSettings: int getValue() +okhttp3.internal.connection.StreamAllocation: int refusedStreamCount +androidx.viewpager2.R$dimen: int notification_media_narrow_margin +androidx.viewpager2.R$id: int time +androidx.appcompat.widget.LinearLayoutCompat: void setBaselineAligned(boolean) +com.google.android.material.R$attr: int materialAlertDialogTheme +cyanogenmod.platform.Manifest$permission: Manifest$permission() +com.xw.repo.bubbleseekbar.R$layout: int abc_action_mode_close_item_material +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: int getRequiredWidth() +androidx.preference.Preference +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: void onComplete() +android.didikee.donate.R$styleable: int DrawerArrowToggle_barLength +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: android.view.WindowManager$LayoutParams mParams +androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_textSize +android.support.v4.os.IResultReceiver$Stub: android.support.v4.os.IResultReceiver getDefaultImpl() +wangdaye.com.geometricweather.R$drawable: int widget_card_dark_20 +wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_minutely +okhttp3.internal.ws.WebSocketReader: okhttp3.internal.ws.WebSocketReader$FrameCallback frameCallback +okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean sameConnection(okhttp3.Response,okhttp3.HttpUrl) +okhttp3.internal.platform.Platform: okhttp3.internal.platform.Platform findPlatform() +com.google.android.material.R$attr: int values +wangdaye.com.geometricweather.R$drawable: int widget_week +cyanogenmod.weather.CMWeatherManager$2$1: void run() +androidx.lifecycle.extensions.R$id: int normal +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: int OTHER_STATE_HAS_VALUE +androidx.appcompat.R$style: int Widget_AppCompat_Button_Borderless_Colored +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription(org.reactivestreams.Subscriber,androidx.lifecycle.LifecycleOwner,androidx.lifecycle.LiveData) +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Inverse +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_commitIcon +wangdaye.com.geometricweather.R$attr: int errorContentDescription +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_curveFit +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String STATUSBAR_URI +okhttp3.internal.cache.DiskLruCache$Editor: void commit() +androidx.constraintlayout.widget.R$styleable: int SearchView_android_imeOptions +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: double HoursOfIce +androidx.appcompat.R$attr: int state_above_anchor +okhttp3.Cache: Cache(java.io.File,long) +androidx.customview.R$id: int notification_main_column_container +androidx.preference.R$attr: int allowDividerBelow +androidx.constraintlayout.widget.R$attr: int colorControlActivated +com.google.android.material.progressindicator.ProgressIndicator: void setIndicatorColors(int[]) +wangdaye.com.geometricweather.R$layout: int mtrl_picker_header_title_text +androidx.constraintlayout.widget.R$id: int icon_group +wangdaye.com.geometricweather.R$bool: int abc_action_bar_embed_tabs +android.didikee.donate.R$styleable: int TextAppearance_textLocale +com.google.android.material.R$styleable: int KeyAttribute_android_scaleY +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA +androidx.customview.R$id: int icon +androidx.appcompat.R$id: int tag_accessibility_clickable_spans +androidx.constraintlayout.widget.R$id: int action_menu_presenter +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_horizontalBias +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_default +cyanogenmod.app.Profile$TriggerState: int DISABLED +com.google.android.material.R$styleable: int TextAppearance_fontVariationSettings +com.amap.api.location.AMapLocation: boolean isOffset() +androidx.customview.view.AbsSavedState: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$drawable: int abc_seekbar_track_material +androidx.transition.R$color: int notification_icon_bg_color +cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler: cyanogenmod.weatherservice.WeatherProviderService this$0 +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorSwitchThumbNormal +androidx.constraintlayout.widget.R$styleable: int KeyCycle_motionProgress +androidx.lifecycle.LifecycleService: androidx.lifecycle.ServiceLifecycleDispatcher mDispatcher +cyanogenmod.app.ThemeVersion$ThemeVersionImpl3: ThemeVersion$ThemeVersionImpl3() +com.google.android.material.internal.CheckableImageButton: CheckableImageButton(android.content.Context) +androidx.appcompat.widget.LinearLayoutCompat: int getVirtualChildCount() +androidx.preference.R$attr: int dialogIcon +android.didikee.donate.R$styleable: int AppCompatTheme_actionModePopupWindowStyle +okhttp3.ConnectionSpec: java.lang.String[] cipherSuites +com.turingtechnologies.materialscrollbar.R$attr: int imageButtonStyle +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs: AtmoAuraQAResult$MultiDaysIndexs() +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_centerColor +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeThunderstormPrecipitationDuration(java.lang.Float) +com.jaredrummler.android.colorpicker.R$color: int abc_btn_colored_borderless_text_material +wangdaye.com.geometricweather.R$attr: int shapeAppearanceOverlay +okhttp3.Response$Builder: okhttp3.Response$Builder handshake(okhttp3.Handshake) +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: Minutely(java.util.Date,long,boolean,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,int,java.lang.Integer,java.lang.Integer) +com.google.gson.stream.JsonReader +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource +james.adaptiveicon.R$style: int ThemeOverlay_AppCompat_ActionBar +androidx.drawerlayout.R$styleable: int GradientColorItem_android_offset +wangdaye.com.geometricweather.R$layout: int item_about_header +androidx.constraintlayout.widget.R$styleable: int Toolbar_titleMargin +wangdaye.com.geometricweather.common.basic.models.weather.Base: long publishTime +com.google.android.material.R$style: int Widget_MaterialComponents_Button_OutlinedButton_Icon +wangdaye.com.geometricweather.R$attr: int errorTextColor +james.adaptiveicon.R$attr: int submitBackground +androidx.preference.R$attr: int gapBetweenBars +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse +wangdaye.com.geometricweather.R$styleable: int[] OnSwipe +com.google.android.material.appbar.AppBarLayout: void addOnOffsetChangedListener(com.google.android.material.appbar.AppBarLayout$OnOffsetChangedListener) cyanogenmod.app.suggest.IAppSuggestManager$Stub: int TRANSACTION_handles_0 -james.adaptiveicon.R$styleable: int ActionMenuItemView_android_minWidth -com.turingtechnologies.materialscrollbar.R$string: int fab_transformation_scrim_behavior -com.jaredrummler.android.colorpicker.R$color: R$color() -wangdaye.com.geometricweather.R$attr: int fragment -com.google.android.material.internal.NavigationMenuView: NavigationMenuView(android.content.Context) -androidx.appcompat.widget.AppCompatCheckedTextView: void setCheckMarkDrawable(int) -wangdaye.com.geometricweather.R$id: int action_image -androidx.hilt.R$styleable: int[] FragmentContainerView -androidx.appcompat.resources.R$id: int accessibility_custom_action_16 -androidx.appcompat.R$id: int accessibility_custom_action_17 -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Display4 -io.reactivex.Observable: io.reactivex.Observable intervalRange(long,long,long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -androidx.appcompat.R$style: int Base_V23_Theme_AppCompat -android.support.v4.os.ResultReceiver: ResultReceiver(android.os.Parcel) -android.didikee.donate.R$attr: int activityChooserViewStyle -androidx.hilt.R$layout: int notification_action -okio.ByteString: java.lang.String base64Url() -com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableTransition_android_fromId -androidx.work.R$styleable -androidx.viewpager.R$id: int tag_transition_group -okhttp3.internal.cache.CacheStrategy$Factory: java.util.Date lastModified -android.support.v4.app.INotificationSideChannel$Default: android.os.IBinder asBinder() -com.google.android.material.R$dimen: int mtrl_calendar_navigation_height -com.google.android.material.button.MaterialButton: void setInternalBackground(android.graphics.drawable.Drawable) -retrofit2.OkHttpCall$ExceptionCatchingResponseBody: okio.BufferedSource source() -androidx.core.R$styleable: int FontFamilyFont_android_fontWeight -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: io.reactivex.functions.Function rightEnd -okhttp3.CookieJar: java.util.List loadForRequest(okhttp3.HttpUrl) -androidx.recyclerview.R$id: int accessibility_custom_action_15 -cyanogenmod.app.StatusBarPanelCustomTile$1: cyanogenmod.app.StatusBarPanelCustomTile createFromParcel(android.os.Parcel) -okhttp3.internal.http.RealResponseBody: long contentLength() -android.support.v4.os.IResultReceiver$Stub -wangdaye.com.geometricweather.R$styleable: int RangeSlider_values -com.google.android.material.snackbar.SnackbarContentLayout -androidx.constraintlayout.widget.R$attr: int layout_constraintHeight_percent -okhttp3.internal.http2.Http2Connection: int AWAIT_PING -okhttp3.ResponseBody$BomAwareReader -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle -io.reactivex.Observable: io.reactivex.Observable cacheWithInitialCapacity(int) -com.amap.api.location.DPoint: double getLatitude() -wangdaye.com.geometricweather.R$string: int sp_widget_clock_day_horizontal_setting -wangdaye.com.geometricweather.R$layout: int widget_remote -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: ObservableMergeWithCompletable$MergeWithObserver(io.reactivex.Observer) -androidx.viewpager.R$id -okhttp3.internal.http2.Http2Connection: java.util.Map streams -com.xw.repo.bubbleseekbar.R$attr: int editTextColor -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -retrofit2.HttpServiceMethod: retrofit2.HttpServiceMethod parseAnnotations(retrofit2.Retrofit,java.lang.reflect.Method,retrofit2.RequestFactory) -wangdaye.com.geometricweather.R$color: int mtrl_card_view_foreground -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area$LastAction: AccuAlertResult$Area$LastAction() -androidx.fragment.R$drawable: int notification_action_background -androidx.loader.R$styleable: int[] GradientColor -okhttp3.Callback: void onResponse(okhttp3.Call,okhttp3.Response) -androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_font -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeThunderstormPrecipitationProbability() -james.adaptiveicon.R$dimen: int abc_action_bar_default_padding_end_material -okio.GzipSource: void consumeHeader() -androidx.vectordrawable.R$integer: R$integer() -wangdaye.com.geometricweather.R$attr: int bsb_seek_step_section -android.support.v4.os.IResultReceiver$Stub$Proxy: android.os.IBinder mRemote -androidx.fragment.R$dimen: int notification_subtext_size -com.google.android.gms.base.R$string: int common_open_on_phone -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor DARK -okhttp3.internal.ws.RealWebSocket: void onReadPong(okio.ByteString) -android.didikee.donate.R$attr: int colorBackgroundFloating -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeSplitBackground -okhttp3.internal.ws.WebSocketProtocol: int CLOSE_CLIENT_GOING_AWAY -androidx.constraintlayout.widget.R$styleable: int[] GradientColor -wangdaye.com.geometricweather.R$attr: int min -androidx.preference.R$drawable: int abc_spinner_textfield_background_material -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeCloseDrawable -wangdaye.com.geometricweather.R$color: int test_mtrl_calendar_day_selected -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: void onComplete() -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: java.lang.Throwable error -androidx.drawerlayout.R$styleable: int FontFamily_fontProviderQuery -androidx.preference.MultiSelectListPreference$SavedState: android.os.Parcelable$Creator CREATOR -okhttp3.internal.http2.Http2: byte TYPE_PUSH_PROMISE -com.google.android.material.bottomnavigation.BottomNavigationItemView: int getItemPosition() -com.google.android.material.button.MaterialButton: void setBackgroundDrawable(android.graphics.drawable.Drawable) -com.turingtechnologies.materialscrollbar.R$style: int Base_V21_Theme_AppCompat -android.didikee.donate.R$style: int Theme_AppCompat_DayNight_DarkActionBar -okhttp3.internal.NamedRunnable -androidx.constraintlayout.helper.widget.Flow: void setFirstHorizontalBias(float) -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String pm10 -okhttp3.internal.http1.Http1Codec: okio.BufferedSink sink -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeInsetTop -androidx.activity.OnBackPressedDispatcher$LifecycleOnBackPressedCancellable -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.String frenchDepartment -wangdaye.com.geometricweather.db.entities.DailyEntity -james.adaptiveicon.R$styleable: int AlertDialog_buttonIconDimen -james.adaptiveicon.R$id: int list_item -com.turingtechnologies.materialscrollbar.R$attr: int itemTextAppearanceActive -com.turingtechnologies.materialscrollbar.R$color: int tooltip_background_light -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken BEGIN_ARRAY -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Position: double lat -androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type BOTTOM -com.turingtechnologies.materialscrollbar.R$drawable: int notification_action_background -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void collapseNotificationPanel() -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.String windIcon -androidx.loader.R$dimen: int notification_subtext_size -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintTop_creator -androidx.preference.R$styleable: int TextAppearance_android_textStyle -androidx.appcompat.widget.AppCompatRatingBar: AppCompatRatingBar(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.R$id: int pathRelative -androidx.fragment.R$styleable -com.turingtechnologies.materialscrollbar.R$interpolator -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: io.reactivex.subjects.Subject signaller -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String ICON_PREVIEW_2 -com.google.android.material.R$styleable: int ShapeAppearance_cornerSizeBottomRight -androidx.constraintlayout.widget.R$dimen: int abc_text_size_large_material -wangdaye.com.geometricweather.R$attr: int msb_scrollMode -okhttp3.Dispatcher: void cancelAll() -com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage DATA_CACHE -androidx.constraintlayout.widget.R$drawable: int notification_action_background -okhttp3.Challenge: java.lang.String scheme() -wangdaye.com.geometricweather.R$string: int settings_category_notification -androidx.lifecycle.extensions.R$styleable -okhttp3.internal.ws.WebSocketReader$FrameCallback: void onReadPing(okio.ByteString) -com.google.android.material.button.MaterialButton: void setBackgroundTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: int status -com.amap.api.fence.GeoFence: float getMaxDis2Center() -cyanogenmod.app.BaseLiveLockManagerService: java.lang.String TAG -okhttp3.Headers: int size() -wangdaye.com.geometricweather.R$id: int container_main_daily_trend_card_tagView -com.turingtechnologies.materialscrollbar.R$styleable: int ViewBackgroundHelper_backgroundTint -com.google.android.material.R$color: int design_error -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Imperial -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Small_Inverse -james.adaptiveicon.R$styleable: int AppCompatTheme_actionButtonStyle -androidx.lifecycle.ViewModelProvider$NewInstanceFactory: androidx.lifecycle.ViewModelProvider$NewInstanceFactory sInstance -wangdaye.com.geometricweather.R$string: int wind_chill_temperature -io.reactivex.Observable: io.reactivex.Observable rangeLong(long,long) -cyanogenmod.weather.WeatherInfo$DayForecast -androidx.lifecycle.LifecycleRegistry: LifecycleRegistry(androidx.lifecycle.LifecycleOwner) -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource CN -com.google.android.material.R$style: int Base_Widget_AppCompat_SeekBar_Discrete -retrofit2.converter.gson.GsonResponseBodyConverter: java.lang.Object convert(java.lang.Object) -androidx.vectordrawable.animated.R$styleable -wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_drawableLeft -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowNoTitle -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -androidx.hilt.R$id: int tag_transition_group -com.google.android.gms.location.zzbd: android.os.Parcelable$Creator CREATOR -com.turingtechnologies.materialscrollbar.R$attr: int font -okhttp3.internal.Util: java.lang.String trimSubstring(java.lang.String,int,int) -okio.SegmentedByteString: SegmentedByteString(okio.Buffer,int) -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String ICON_PREVIEW_1 -android.didikee.donate.R$attr: int actionBarDivider -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_Bridge -okio.HashingSink -okhttp3.internal.cache.DiskLruCache: okhttp3.internal.cache.DiskLruCache create(okhttp3.internal.io.FileSystem,java.io.File,int,int,long) -cyanogenmod.app.ProfileManager: cyanogenmod.app.Profile getActiveProfile() -androidx.preference.R$attr: int selectableItemBackground -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean -wangdaye.com.geometricweather.R$id: int container_main_header_weatherTxt -androidx.constraintlayout.widget.R$styleable: int KeyTrigger_onPositiveCross -com.turingtechnologies.materialscrollbar.R$color: int design_error -com.google.android.material.R$style: int Base_V22_Theme_AppCompat -android.didikee.donate.R$style: int Widget_AppCompat_ListMenuView -androidx.transition.R$styleable: int GradientColor_android_endColor -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_creator -cyanogenmod.providers.CMSettings$Secure: java.lang.String ADVANCED_REBOOT -com.google.android.gms.common.api.Status -androidx.appcompat.R$styleable: int AppCompatTheme_dialogPreferredPadding -okio.Buffer: okio.Buffer writeInt(int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: java.lang.String getValue() -cyanogenmod.app.IProfileManager: void resetAll() -com.xw.repo.bubbleseekbar.R$style: int Widget_Compat_NotificationActionContainer -cyanogenmod.app.ILiveLockScreenChangeListener$Stub$Proxy: ILiveLockScreenChangeListener$Stub$Proxy(android.os.IBinder) -james.adaptiveicon.R$styleable: int TextAppearance_android_shadowDx -com.bumptech.glide.R$id: int forever -wangdaye.com.geometricweather.R$styleable: int MaterialCheckBox_useMaterialThemeColors -okhttp3.internal.http2.Http2Writer: void dataFrame(int,byte,okio.Buffer,int) -io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver -androidx.fragment.R$id: int accessibility_custom_action_0 -cyanogenmod.app.ProfileGroup: void validateOverrideUris(android.content.Context) -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_fabCustomSize -com.turingtechnologies.materialscrollbar.R$dimen: int disabled_alpha_material_dark -androidx.appcompat.R$color: int bright_foreground_inverse_material_light -com.google.android.gms.common.internal.zas: android.os.Parcelable$Creator CREATOR -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: io.reactivex.ObservableEmitter serialize() -wangdaye.com.geometricweather.R$styleable: int AlertDialog_buttonPanelSideLayout -com.google.android.material.R$styleable: int FlowLayout_lineSpacing -james.adaptiveicon.R$style: int Platform_V21_AppCompat_Light -androidx.vectordrawable.animated.R$id: int right_side -wangdaye.com.geometricweather.R$styleable: int AnimatableIconView_inner_margins -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: int[] getDisplayGammaCalibration(int) -androidx.customview.R$styleable: int GradientColor_android_endY -androidx.recyclerview.widget.RecyclerView: void setLayoutManager(androidx.recyclerview.widget.RecyclerView$LayoutManager) -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleMargin -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ratingbar_small_material -androidx.appcompat.R$styleable: int TextAppearance_android_shadowRadius -io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: ObservableRefCount$RefConnection(io.reactivex.internal.operators.observable.ObservableRefCount) -com.turingtechnologies.materialscrollbar.R$integer: int design_snackbar_text_max_lines -androidx.preference.R$style: int Widget_Compat_NotificationActionText -androidx.recyclerview.R$id: int accessibility_custom_action_21 -io.reactivex.exceptions.UndeliverableException -okhttp3.internal.cache.DiskLruCache$Entry: java.io.File[] cleanFiles -androidx.hilt.R$styleable: int GradientColor_android_centerY -androidx.appcompat.R$id: int buttonPanel -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView -okio.ByteString: int codePointIndexToCharIndex(java.lang.String,int) -com.google.android.material.R$styleable: int Layout_layout_constraintGuide_begin -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_22 -james.adaptiveicon.R$layout: int select_dialog_item_material -android.didikee.donate.R$id: int search_close_btn -androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_height -androidx.constraintlayout.widget.R$styleable: int Transition_autoTransition -com.jaredrummler.android.colorpicker.R$attr: int defaultValue -com.xw.repo.bubbleseekbar.R$styleable: int ColorStateListItem_alpha -com.jaredrummler.android.colorpicker.R$layout: int abc_screen_content_include -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Position -wangdaye.com.geometricweather.R$id: int skipCollapsed -com.turingtechnologies.materialscrollbar.R$layout: int abc_list_menu_item_radio -okio.SegmentedByteString: boolean rangeEquals(int,byte[],int,int) -com.google.android.material.R$styleable: int AppCompatTheme_selectableItemBackground -com.google.android.material.chip.Chip: void setChipStrokeWidthResource(int) -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: int AlertID -com.github.rahatarmanahmed.cpv.R$bool: int cpv_default_anim_autostart -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float totalPrecipitationProbability -com.google.android.material.R$style: int Theme_AppCompat_Light_Dialog_MinWidth -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constrainedHeight -wangdaye.com.geometricweather.R$style: int Test_Theme_MaterialComponents_MaterialCalendar -wangdaye.com.geometricweather.R$string: int feedback_interpret_notification_group_content -okhttp3.internal.http2.Hpack: Hpack() -androidx.loader.R$integer: int status_bar_notification_info_maxnum -com.google.android.material.chip.Chip: void setTextEndPaddingResource(int) -wangdaye.com.geometricweather.R$integer: int mtrl_btn_anim_duration_ms -com.turingtechnologies.materialscrollbar.R$attr: int scrimAnimationDuration -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_Solid -com.google.android.material.circularreveal.CircularRevealGridLayout: CircularRevealGridLayout(android.content.Context) -okhttp3.internal.connection.RealConnection: okhttp3.internal.connection.RealConnection testConnection(okhttp3.ConnectionPool,okhttp3.Route,java.net.Socket,long) -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String[] VALID_KEYS -cyanogenmod.profiles.ConnectionSettings: cyanogenmod.profiles.ConnectionSettings fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) -okhttp3.WebSocket: boolean send(java.lang.String) -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_writePersistentBytes -androidx.constraintlayout.widget.R$layout: int abc_select_dialog_material -james.adaptiveicon.R$id: R$id() -com.google.android.material.slider.BaseSlider: float getMinSeparation() -androidx.hilt.lifecycle.R$styleable: int GradientColor_android_startX -cyanogenmod.power.IPerformanceManager$Stub$Proxy -androidx.swiperefreshlayout.R$attr: int fontProviderFetchTimeout -com.jaredrummler.android.colorpicker.R$id: int action_bar -wangdaye.com.geometricweather.R$attr: int queryHint -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPathRenderer: int getRootAlpha() -wangdaye.com.geometricweather.R$array: int widget_styles -cyanogenmod.app.LiveLockScreenManager: cyanogenmod.app.LiveLockScreenManager sInstance +androidx.lifecycle.extensions.R$styleable: int[] GradientColorItem +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: void setZh_TW(java.lang.String) +okhttp3.internal.http2.Http2Codec$StreamFinishingSource: void close() +wangdaye.com.geometricweather.R$styleable: int OnClick_targetId +wangdaye.com.geometricweather.db.entities.WeatherEntity: void update() +androidx.preference.R$styleable: int AppCompatTextView_drawableTopCompat +cyanogenmod.weather.RequestInfo: boolean equals(java.lang.Object) +android.didikee.donate.R$id: int middle +androidx.appcompat.widget.ActionBarContainer: void setStackedBackground(android.graphics.drawable.Drawable) +okio.Buffer: int read(java.nio.ByteBuffer) +okhttp3.ConnectionPool: int pruneAndGetAllocationCount(okhttp3.internal.connection.RealConnection,long) +wangdaye.com.geometricweather.R$id: int selection_type +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: int status +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: void onComplete() +com.turingtechnologies.materialscrollbar.R$attr: int title +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabContentStart +io.reactivex.Observable: io.reactivex.Observable debounce(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +androidx.appcompat.R$styleable: int TextAppearance_android_typeface +android.didikee.donate.R$style: int Theme_AppCompat_DayNight +android.didikee.donate.R$color: int abc_color_highlight_material +androidx.constraintlayout.widget.R$attr: int windowFixedHeightMajor +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Imperial: AccuCurrentResult$WindChillTemperature$Imperial() +wangdaye.com.geometricweather.R$animator: int weather_clear_day_1 +wangdaye.com.geometricweather.R$anim: int abc_tooltip_enter +com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode: com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode LAST_ELEMENT +cyanogenmod.providers.CMSettings$System: java.lang.String CAMERA_SLEEP_ON_RELEASE +wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout: FitHorizontalSystemBarRootLayout(android.content.Context) +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_trackTint +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_strokeColor +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String co +wangdaye.com.geometricweather.R$styleable: int[] SwitchImageButton cyanogenmod.app.Profile$TriggerState: int ON_CONNECT -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.lang.Integer freezingHazard -androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type valueOf(java.lang.String) -androidx.appcompat.R$styleable: int AnimatedStateListDrawableTransition_android_reversible -wangdaye.com.geometricweather.R$anim: int abc_slide_in_bottom -com.jaredrummler.android.colorpicker.R$attr: int statusBarBackground -cyanogenmod.weather.WeatherInfo$DayForecast$Builder: cyanogenmod.weather.WeatherInfo$DayForecast$Builder setHigh(double) -cyanogenmod.providers.CMSettings$NameValueCache -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_22 -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose getLocationPurpose() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String cityId -com.jaredrummler.android.colorpicker.R$color: int material_grey_900 -androidx.appcompat.resources.R$id: int info -okhttp3.internal.platform.JdkWithJettyBootPlatform: java.lang.String getSelectedProtocol(javax.net.ssl.SSLSocket) -androidx.preference.R$styleable: int AppCompatTextHelper_android_drawableRight -wangdaye.com.geometricweather.R$xml: int perference_appearance -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: FitSystemBarNestedScrollView(android.content.Context) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_deriveConstraintsFrom +android.didikee.donate.R$style: int Platform_Widget_AppCompat_Spinner +okio.Timeout: long timeoutNanos() +okio.AsyncTimeout$1: AsyncTimeout$1(okio.AsyncTimeout,okio.Sink) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Humidity: MfForecastResult$DailyForecast$Humidity() +wangdaye.com.geometricweather.R$id: int widget_trend_hourly_item_2 +android.didikee.donate.R$style: int Base_Widget_AppCompat_RatingBar_Indicator +okhttp3.CertificatePinner$Pin: okio.ByteString hash +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWindDirection +androidx.constraintlayout.widget.R$styleable: int Constraint_android_rotation +com.xw.repo.bubbleseekbar.R$drawable: int notification_bg_low_pressed +androidx.lifecycle.EmptyActivityLifecycleCallbacks: EmptyActivityLifecycleCallbacks() +com.google.android.material.R$styleable: int CardView_contentPaddingRight +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_subtitleTextStyle +androidx.preference.R$styleable: int TextAppearance_android_typeface +james.adaptiveicon.R$id: int spacer +androidx.recyclerview.R$styleable: int FontFamilyFont_android_font +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: boolean isDisposed() +cyanogenmod.app.Profile: java.util.List readSecondaryUuidsFromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) +wangdaye.com.geometricweather.R$styleable: int Motion_motionPathRotate +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView +wangdaye.com.geometricweather.remoteviews.config.TextWidgetConfigActivity wangdaye.com.geometricweather.R$array: int live_wallpaper_weather_kind_values -androidx.appcompat.resources.R$id: int chronometer -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintVertical_chainStyle -com.google.android.material.textfield.TextInputLayout: void setPlaceholderTextAppearance(int) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5 -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_android_enabled -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_PopupMenu_Overflow -androidx.lifecycle.MethodCallsLogger: boolean approveCall(java.lang.String,int) -wangdaye.com.geometricweather.R$drawable: int weather_snow_mini_xml -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: void cancelLiveLockScreen(java.lang.String,int,int) -com.bumptech.glide.integration.okhttp.R$dimen: int notification_top_pad -androidx.appcompat.widget.AppCompatRadioButton: AppCompatRadioButton(android.content.Context) -com.jaredrummler.android.colorpicker.R$layout: int cpv_preference_circle_large -com.google.android.material.R$color: int highlighted_text_material_light -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_DialogWhenLarge -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: int status -androidx.appcompat.R$styleable: int TextAppearance_android_shadowColor -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: java.lang.String unit -androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableTransition_android_toId -androidx.customview.R$styleable: int FontFamilyFont_fontStyle -cyanogenmod.weatherservice.IWeatherProviderService: void processWeatherUpdateRequest(cyanogenmod.weather.RequestInfo) -wangdaye.com.geometricweather.R$styleable: int[] AppCompatImageView -androidx.lifecycle.ViewModelStore: java.util.Set keys() +androidx.constraintlayout.widget.R$styleable: int RecycleListView_paddingBottomNoButtons +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: void dispose() +wangdaye.com.geometricweather.R$id: int up +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_Solid +androidx.fragment.R$drawable: int notification_action_background +wangdaye.com.geometricweather.R$styleable: int MenuItem_numericModifiers +wangdaye.com.geometricweather.R$style: int Animation_AppCompat_Tooltip +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_DialogWindowTitle_AppCompat +cyanogenmod.app.ProfileGroup: void setLightsMode(cyanogenmod.app.ProfileGroup$Mode) +okhttp3.OkHttpClient: okhttp3.Dns dns() +okio.SegmentedByteString: byte[] internalArray() +okhttp3.internal.connection.RouteSelector: okhttp3.Call call +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_shapeAppearance +androidx.preference.R$id: int async +com.google.android.material.R$styleable: int Layout_layout_goneMarginTop +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX getNames() +wangdaye.com.geometricweather.db.entities.WeatherEntity: WeatherEntity(java.lang.Long,java.lang.String,java.lang.String,long,java.util.Date,long,java.util.Date,long,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,int,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WindDegree,java.lang.Float,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.String,java.lang.String) +androidx.hilt.lifecycle.R$color +androidx.constraintlayout.widget.R$id: int split_action_bar +androidx.hilt.R$styleable: int[] FontFamilyFont +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_TextView_SpinnerItem +androidx.viewpager2.R$id: int right_icon +okhttp3.internal.connection.RouteSelector: okhttp3.internal.connection.RouteDatabase routeDatabase +okio.RealBufferedSink$1: void write(int) +wangdaye.com.geometricweather.R$layout: int material_clock_period_toggle_land +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Medium_Inverse +cyanogenmod.app.PartnerInterface: cyanogenmod.app.PartnerInterface getInstance(android.content.Context) +android.didikee.donate.R$attr: int checkboxStyle +com.google.android.material.R$styleable: int AppCompatTheme_actionModePasteDrawable +io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: io.reactivex.CompletableSource other +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_BottomSheetDialog +androidx.recyclerview.R$dimen: int notification_large_icon_width +wangdaye.com.geometricweather.R$string: int content_desc_app_store +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_dialogPreferenceStyle +android.didikee.donate.R$styleable: int AppCompatTextView_fontFamily +androidx.transition.R$dimen: int notification_big_circle_margin +androidx.dynamicanimation.R$style: int Widget_Compat_NotificationActionText +androidx.preference.R$layout: int abc_list_menu_item_checkbox +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_toolbarStyle +androidx.constraintlayout.widget.R$styleable: int Layout_layout_goneMarginEnd +cyanogenmod.app.IPartnerInterface: java.lang.String getCurrentHotwordPackageName() +androidx.cardview.R$styleable +io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,int) +com.amap.api.fence.GeoFenceManagerBase: void setGeoFenceAble(java.lang.String,boolean) +com.bumptech.glide.load.HttpException: int getStatusCode() +wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Dialog_Bridge +cyanogenmod.weather.WeatherLocation: WeatherLocation(android.os.Parcel,cyanogenmod.weather.WeatherLocation$1) +androidx.preference.R$styleable: int AppCompatTextView_drawableTint +james.adaptiveicon.R$style: int Widget_AppCompat_Button_Borderless_Colored +androidx.appcompat.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset +cyanogenmod.app.ProfileManager: int PROFILES_STATE_DISABLED +wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: java.lang.String postCode +io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: SingleToObservable$SingleToObservableObserver(io.reactivex.Observer) +com.google.android.material.R$attr: int useCompatPadding +okio.Buffer$UnsafeCursor: long resizeBuffer(long) +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragmentCompat_android_dividerHeight +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: long mRequested +wangdaye.com.geometricweather.R$styleable: int RecycleListView_paddingTopNoTitle +com.jaredrummler.android.colorpicker.R$attr: int order +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title +com.xw.repo.bubbleseekbar.R$id: int textSpacerNoTitle +com.jaredrummler.android.colorpicker.R$styleable: int[] AppCompatTextView +com.google.android.material.R$styleable: int ShapeAppearance_cornerSizeBottomRight +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer getDegreeDayTemperature() +com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge +com.jaredrummler.android.colorpicker.R$styleable: int[] ActivityChooserView +androidx.work.impl.WorkDatabase_Impl +com.google.android.material.R$styleable: int KeyCycle_android_rotation +wangdaye.com.geometricweather.R$dimen: int design_snackbar_padding_horizontal +com.google.android.material.R$attr: int hideMotionSpec +okhttp3.internal.http2.Http2Stream: okhttp3.Headers takeHeaders() +wangdaye.com.geometricweather.R$styleable: int AlertDialog_buttonIconDimen +com.github.rahatarmanahmed.cpv.BuildConfig: java.lang.String VERSION_NAME +com.jaredrummler.android.colorpicker.R$styleable: int BackgroundStyle_selectableItemBackground +wangdaye.com.geometricweather.R$color: int design_dark_default_color_on_background +androidx.appcompat.R$style: int TextAppearance_Compat_Notification_Info +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer uvIndex +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: io.reactivex.functions.Function mapper +com.turingtechnologies.materialscrollbar.R$color: int tooltip_background_light +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_shapeAppearance +wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_textSize +com.xw.repo.bubbleseekbar.R$color: int abc_hint_foreground_material_dark +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: MfForecastV2Result$ForecastProperties() com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_contentInsetEndWithActions -cyanogenmod.weather.WeatherInfo: java.lang.String access$202(cyanogenmod.weather.WeatherInfo,java.lang.String) -androidx.preference.R$style: int Theme_AppCompat_CompactMenu -androidx.constraintlayout.widget.R$drawable: int tooltip_frame_dark -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Snow Snow -com.google.android.material.R$style: int Theme_MaterialComponents_Light_LargeTouch -com.turingtechnologies.materialscrollbar.MaterialScrollBar: void setDraggableFromAnywhere(boolean) -com.google.android.material.slider.RangeSlider: float getValueFrom() -com.google.android.material.R$styleable: int Chip_android_textAppearance -androidx.hilt.R$drawable: int notification_bg -com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding: com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding valueOf(java.lang.String) -wangdaye.com.geometricweather.R$string: int feedback_initializing -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator HEADSET_CONNECT_PLAYER_VALIDATOR -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: boolean isDisposed() -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Button_Colored -cyanogenmod.hardware.CMHardwareManager: int GAMMA_CALIBRATION_MAX_INDEX -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Metric: AccuCurrentResult$Pressure$Metric() -androidx.appcompat.R$id: int accessibility_custom_action_23 -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void dispose() +james.adaptiveicon.R$attr: int allowStacking +com.google.android.material.R$attr: int colorSwitchThumbNormal +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintCircleRadius +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title +androidx.preference.R$attr: int contentInsetEndWithActions +com.google.android.material.appbar.HeaderBehavior: HeaderBehavior(android.content.Context,android.util.AttributeSet) +james.adaptiveicon.R$drawable: int abc_list_selector_disabled_holo_light +com.jaredrummler.android.colorpicker.R$attr: int summary +com.xw.repo.bubbleseekbar.R$layout: int notification_template_custom_big +androidx.fragment.R$drawable: int notification_template_icon_bg +com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonBarStyle +wangdaye.com.geometricweather.db.entities.AlertEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.AlertEntity) +com.google.android.material.bottomappbar.BottomAppBar$Behavior: BottomAppBar$Behavior() +androidx.preference.R$style: int Base_Widget_AppCompat_DrawerArrowToggle +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_creator +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: int getWindowFlags() +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: int getWeatherKind() +okhttp3.internal.http1.Http1Codec: Http1Codec(okhttp3.OkHttpClient,okhttp3.internal.connection.StreamAllocation,okio.BufferedSource,okio.BufferedSink) +com.jaredrummler.android.colorpicker.R$color: int abc_background_cache_hint_selector_material_dark +com.google.android.material.R$attr: int actionModeWebSearchDrawable +com.google.android.material.button.MaterialButton: android.graphics.PorterDuff$Mode getIconTintMode() +com.amap.api.location.LocationManagerBase: boolean isStarted() +wangdaye.com.geometricweather.R$attr: int inverse +wangdaye.com.geometricweather.R$styleable: int OnSwipe_dragScale +okhttp3.internal.http2.Header: okio.ByteString TARGET_METHOD +com.google.android.material.R$styleable: int Constraint_android_layout_marginTop +com.turingtechnologies.materialscrollbar.R$styleable: int ThemeEnforcement_android_textAppearance +com.turingtechnologies.materialscrollbar.R$anim: int abc_tooltip_enter +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceListItemSmall +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActivityChooserView +com.google.android.material.button.MaterialButton: int getInsetBottom() +androidx.fragment.R$id: int accessibility_custom_action_10 +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$ExpandedStyle mExpandedStyle +wangdaye.com.geometricweather.R$string: int local_time +james.adaptiveicon.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner +wangdaye.com.geometricweather.R$styleable: int SearchView_commitIcon +com.jaredrummler.android.colorpicker.R$styleable: int MenuGroup_android_orderInCategory +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Imperial Imperial +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_android_textOn +com.google.android.material.R$styleable: int Layout_layout_goneMarginStart +com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_check_to_on_mtrl_000 +com.google.android.material.R$drawable: int design_snackbar_background +wangdaye.com.geometricweather.R$string: int mtrl_badge_numberless_content_description +androidx.preference.R$interpolator: int fast_out_slow_in +androidx.appcompat.R$layout: int abc_action_bar_up_container +cyanogenmod.profiles.AirplaneModeSettings: AirplaneModeSettings() +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float total +wangdaye.com.geometricweather.R$layout: int item_weather_daily_air +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA +okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection$Builder socket(java.net.Socket,java.lang.String,okio.BufferedSource,okio.BufferedSink) +com.google.android.material.R$styleable: int MaterialButton_android_insetLeft +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHeight_max +androidx.appcompat.R$styleable: int MenuView_preserveIconSpacing +com.turingtechnologies.materialscrollbar.R$attr: int chipEndPadding +androidx.hilt.work.R$id: int line1 +cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_COLOR_ADJUSTMENT +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: io.reactivex.disposables.Disposable upstream +com.github.rahatarmanahmed.cpv.CircularProgressView$6: void onAnimationUpdate(android.animation.ValueAnimator) +androidx.appcompat.R$attr: int dialogTheme +com.xw.repo.BubbleSeekBar: void setOnProgressChangedListener(com.xw.repo.BubbleSeekBar$OnProgressChangedListener) +com.google.gson.stream.MalformedJsonException: long serialVersionUID +com.xw.repo.bubbleseekbar.R$styleable: int GradientColorItem_android_offset +androidx.hilt.lifecycle.R$drawable: int notification_icon_background +cyanogenmod.power.IPerformanceManager$Stub: int TRANSACTION_getPowerProfile +io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object) +okio.Buffer: okio.Segment head +retrofit2.DefaultCallAdapterFactory: DefaultCallAdapterFactory(java.util.concurrent.Executor) +cyanogenmod.externalviews.IExternalViewProvider +androidx.constraintlayout.widget.R$color: int notification_action_color_filter +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Snow: java.lang.String Unit +io.reactivex.exceptions.CompositeException: void printStackTrace(java.io.PrintWriter) +wangdaye.com.geometricweather.R$array: int widget_text_color_values +wangdaye.com.geometricweather.R$drawable: int weather_cloudy_mini_light +com.jaredrummler.android.colorpicker.R$drawable: int abc_text_select_handle_middle_mtrl_light +com.google.android.material.R$styleable: int ActionBar_contentInsetLeft +androidx.transition.R$styleable: int GradientColor_android_centerColor +com.turingtechnologies.materialscrollbar.R$attr: int rippleColor +com.google.android.material.R$styleable: int CustomAttribute_customPixelDimension +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: void setDateText(java.lang.String) +androidx.appcompat.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle +androidx.preference.R$layout: int abc_list_menu_item_icon +androidx.preference.R$styleable: int PreferenceFragmentCompat_android_dividerHeight +com.xw.repo.bubbleseekbar.R$attr: int thumbTextPadding +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial: java.lang.String Unit +cyanogenmod.weather.CMWeatherManager$1$1: void run() +com.xw.repo.bubbleseekbar.R$style: int Base_V26_Theme_AppCompat +androidx.fragment.R$anim +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_RatingBar +wangdaye.com.geometricweather.R$styleable: int Constraint_visibilityMode +cyanogenmod.hardware.CMHardwareManager: int FEATURE_ADAPTIVE_BACKLIGHT +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: java.lang.String from +cyanogenmod.power.PerformanceManager: java.lang.String TAG +com.google.android.material.R$styleable: int ProgressIndicator_growMode +com.turingtechnologies.materialscrollbar.R$attr: int ratingBarStyleIndicator +wangdaye.com.geometricweather.R$attr: int checkBoxPreferenceStyle +androidx.fragment.R$id: int right_icon +com.google.android.material.R$id: int src_atop +android.didikee.donate.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float total +androidx.hilt.work.R$id: int tag_accessibility_heading +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +androidx.preference.R$attr: int actionBarStyle +androidx.appcompat.widget.AppCompatButton: void setSupportCompoundDrawablesTintMode(android.graphics.PorterDuff$Mode) +androidx.preference.R$styleable: int[] PopupWindowBackgroundState +com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_SIMULATION_LOCATION +wangdaye.com.geometricweather.R$styleable: int KeyTrigger_motion_triggerOnCollision +androidx.lifecycle.LifecycleRegistry: void removeObserver(androidx.lifecycle.LifecycleObserver) +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ListView_DropDown +androidx.appcompat.R$styleable: int MenuGroup_android_visible +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient build() +okhttp3.internal.ws.WebSocketProtocol: int CLOSE_NO_STATUS_CODE +wangdaye.com.geometricweather.R$integer: int mtrl_chip_anim_duration +androidx.preference.R$color: int abc_tint_default +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PressureTendency +androidx.activity.R$id: int accessibility_custom_action_14 +cyanogenmod.externalviews.ExternalView$2 +wangdaye.com.geometricweather.R$styleable: int Chip_rippleColor +wangdaye.com.geometricweather.R$color: int material_grey_50 +cyanogenmod.hardware.CMHardwareManager: long getLtoDownloadInterval() +com.google.android.material.R$styleable: int KeyCycle_waveOffset +wangdaye.com.geometricweather.R$attr: int iconPadding +androidx.appcompat.R$styleable: int AppCompatTheme_windowFixedHeightMinor +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader +okio.ForwardingTimeout: okio.Timeout delegate() +com.xw.repo.bubbleseekbar.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary: AccuDailyResult$DailyForecasts$DegreeDaySummary() +androidx.constraintlayout.utils.widget.MockView +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeIcePrecipitation +com.google.android.material.R$attr: int actionProviderClass +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder proxy(java.net.Proxy) +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: void run() +androidx.coordinatorlayout.R$id: int accessibility_custom_action_14 +cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent FONT +james.adaptiveicon.R$styleable: int AppCompatTheme_colorButtonNormal +androidx.constraintlayout.widget.R$styleable: int[] AppCompatTheme +cyanogenmod.themes.IThemeService$Stub$Proxy: boolean isThemeBeingProcessed(java.lang.String) +com.google.android.material.R$color: int material_grey_50 +com.amap.api.location.AMapLocationClientOption: void setDownloadCoordinateConvertLibrary(boolean) +okhttp3.internal.http2.Http2Reader: void readPing(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) +james.adaptiveicon.R$dimen: int abc_dialog_fixed_width_major +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_Solid +wangdaye.com.geometricweather.R$styleable: int SearchView_searchIcon +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_alertDialogStyle +androidx.constraintlayout.widget.R$styleable: int SearchView_android_maxWidth +okio.DeflaterSink: DeflaterSink(okio.Sink,java.util.zip.Deflater) +com.turingtechnologies.materialscrollbar.R$layout: int select_dialog_singlechoice_material +com.google.android.material.bottomnavigation.BottomNavigationMenuView: android.content.res.ColorStateList getItemTextColor() +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast: java.lang.Integer freezing +cyanogenmod.profiles.RingModeSettings: boolean mOverride +com.google.android.material.R$attr: int track +com.google.android.material.R$attr: int contentPaddingTop +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_title_material_toolbar +org.greenrobot.greendao.AbstractDao: boolean hasKey(java.lang.Object) +cyanogenmod.providers.CMSettings$System: int getIntForUser(android.content.ContentResolver,java.lang.String,int,int) +com.google.android.material.floatingactionbutton.FloatingActionButton$Behavior: FloatingActionButton$Behavior(android.content.Context,android.util.AttributeSet) +androidx.fragment.R$dimen: int notification_right_icon_size +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualObserver[] observers +androidx.constraintlayout.widget.R$style: int Animation_AppCompat_DropDownUp +androidx.drawerlayout.R$styleable: int FontFamily_fontProviderAuthority +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: boolean delayError +cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode getSoundMode() +cyanogenmod.profiles.LockSettings: void processOverride(android.content.Context,com.android.internal.policy.IKeyguardService) +cyanogenmod.app.LiveLockScreenInfo: java.lang.String toString() +io.reactivex.internal.disposables.SequentialDisposable: void dispose() +okhttp3.internal.cache.InternalCache: void trackConditionalCacheHit() +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_section_text_interval +androidx.preference.R$dimen: int tooltip_horizontal_padding +androidx.appcompat.widget.SwitchCompat: void setThumbPosition(float) +androidx.appcompat.R$styleable: int AppCompatTheme_ratingBarStyleSmall +wangdaye.com.geometricweather.R$id: int notification_multi_city_2 +io.reactivex.Observable: io.reactivex.Observable mergeWith(io.reactivex.ObservableSource) +cyanogenmod.externalviews.KeyguardExternalView$11 +androidx.appcompat.widget.AppCompatSpinner: android.graphics.drawable.Drawable getPopupBackground() +androidx.hilt.R$styleable: int FontFamily_fontProviderPackage +wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig weatherEntityDaoConfig +androidx.hilt.lifecycle.R$styleable: int[] FontFamily +com.google.android.material.progressindicator.ProgressIndicator: void setCircularInset(int) +androidx.constraintlayout.widget.R$drawable: int tooltip_frame_light +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: boolean isDisposed() +androidx.legacy.coreutils.R$dimen: int notification_media_narrow_margin +james.adaptiveicon.R$styleable: int SwitchCompat_android_textOn +io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: java.util.concurrent.atomic.AtomicReference upstream +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: io.reactivex.disposables.Disposable upstream +wangdaye.com.geometricweather.R$plurals: R$plurals() +androidx.legacy.coreutils.R$dimen: int compat_button_inset_vertical_material +androidx.preference.R$drawable: int abc_textfield_search_material +okhttp3.Response$Builder: int code +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult: long updatedOn +wangdaye.com.geometricweather.R$styleable: int FlowLayout_itemSpacing +io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: io.reactivex.Scheduler scheduler +android.didikee.donate.R$color: int abc_primary_text_material_light +androidx.appcompat.R$styleable: int DrawerArrowToggle_arrowHeadLength +cyanogenmod.os.Build: java.lang.String CYANOGENMOD_DISPLAY_VERSION +okhttp3.internal.http.HttpDate$1: java.text.DateFormat initialValue() +com.amap.api.location.AMapLocation: int GPS_ACCURACY_BAD +wangdaye.com.geometricweather.R$drawable: int notif_temp_76 +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getThunderstormPrecipitationProbability() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean getCurrent() +cyanogenmod.util.ColorUtils: float[] convertRGBtoLAB(int) +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void innerComplete(int) +james.adaptiveicon.R$drawable: int abc_text_cursor_material +wangdaye.com.geometricweather.R$dimen: int hint_alpha_material_light +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableRightCompat +com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_TabText +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getWindSpeed() +androidx.appcompat.widget.LinearLayoutCompat: void setHorizontalGravity(int) +androidx.transition.R$dimen: int compat_button_padding_horizontal_material +com.google.android.material.R$id: int multiply +com.bumptech.glide.R$id: int action_container +androidx.viewpager.widget.PagerTitleStrip: void setNonPrimaryAlpha(float) +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation precipitation +wangdaye.com.geometricweather.R$id: int activity_widget_config_viewStyleContainer +wangdaye.com.geometricweather.R$animator: int weather_hail_2 +com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol +com.google.android.material.R$styleable: int AppBarLayoutStates_state_collapsed +okio.Timeout$1: Timeout$1() +com.google.android.material.R$styleable: int Layout_layout_constraintVertical_weight +com.jaredrummler.android.colorpicker.ColorPanelView: ColorPanelView(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$attr: int showDelay +okhttp3.internal.http2.Http2Connection: void updateConnectionFlowControl(long) +okhttp3.Request: okhttp3.CacheControl cacheControl +wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode daytimeWeatherCode +androidx.appcompat.R$color: int button_material_light +com.turingtechnologies.materialscrollbar.R$layout: int abc_activity_chooser_view +wangdaye.com.geometricweather.R$dimen: int mtrl_card_elevation +wangdaye.com.geometricweather.R$string: int key_alert_notification_switch +android.didikee.donate.R$style: int TextAppearance_AppCompat_Title +com.google.android.material.circularreveal.CircularRevealLinearLayout: void setRevealInfo(com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo) +wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: java.lang.String getUIStyleName(android.content.Context) +okhttp3.internal.Util: java.lang.String inet6AddressToAscii(byte[]) +james.adaptiveicon.R$bool: R$bool() +cyanogenmod.providers.DataUsageContract: java.lang.String ACTIVE +androidx.constraintlayout.widget.R$string: int search_menu_title +okhttp3.MediaType: java.nio.charset.Charset charset(java.nio.charset.Charset) +james.adaptiveicon.R$id: int right_icon +com.google.android.material.R$attr: int popupMenuBackground +wangdaye.com.geometricweather.R$attr: int indicatorCornerRadius +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_creator +androidx.constraintlayout.widget.R$attr: int moveWhenScrollAtTop +com.google.android.material.R$styleable: int CardView_cardCornerRadius +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_123 +com.google.android.material.R$styleable: int TextInputLayout_boxBackgroundMode +android.didikee.donate.R$layout: int notification_template_part_chronometer +okio.RealBufferedSource: boolean rangeEquals(long,okio.ByteString,int,int) +okhttp3.internal.http2.Http2Connection$6: int val$byteCount +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Toolbar_Surface +androidx.preference.R$styleable: int Preference_layout +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_disabled_elevation +com.google.android.material.R$attr: int extendedFloatingActionButtonStyle +wangdaye.com.geometricweather.R$id: int wrap_content +androidx.preference.R$styleable: int SwitchPreference_android_summaryOn +androidx.recyclerview.R$dimen: int compat_button_inset_horizontal_material +com.jaredrummler.android.colorpicker.R$attr: int tooltipForegroundColor +okhttp3.internal.http2.Http2: java.io.IOException ioException(java.lang.String,java.lang.Object[]) +androidx.preference.R$styleable: int TextAppearance_fontVariationSettings +org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.database.Database db +androidx.preference.R$styleable: int AppCompatTheme_windowActionBar +androidx.recyclerview.R$attr: int fontProviderFetchStrategy +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_QUICK_QS_PULLDOWN_VALIDATOR +com.jaredrummler.android.colorpicker.R$styleable: int FontFamily_fontProviderPackage +com.google.android.material.R$attr: int textAppearanceSmallPopupMenu +com.xw.repo.bubbleseekbar.R$style: int Platform_AppCompat_Light +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void onNext(java.lang.Object) +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: org.reactivestreams.Subscription upstream +androidx.viewpager2.R$styleable: int RecyclerView_fastScrollEnabled +wangdaye.com.geometricweather.R$drawable: int weather_cloudy_mini_xml +androidx.customview.R$drawable: int notification_bg_normal_pressed +com.google.android.gms.common.server.converter.StringToIntConverter: android.os.Parcelable$Creator CREATOR +androidx.preference.R$styleable: int AppCompatTheme_alertDialogTheme +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintEnd_toStartOf +androidx.hilt.R$dimen: int notification_small_icon_size_as_large +com.google.gson.stream.JsonReader: int PEEKED_TRUE +androidx.preference.R$styleable: int SwitchCompat_thumbTextPadding +androidx.work.R$style: int TextAppearance_Compat_Notification +james.adaptiveicon.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight +wangdaye.com.geometricweather.R$styleable: int SearchView_goIcon +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial +androidx.vectordrawable.R$drawable: int notify_panel_notification_icon_bg +android.didikee.donate.R$dimen: int abc_dialog_fixed_width_minor +androidx.transition.R$styleable: int GradientColor_android_endX +com.google.android.material.R$attr: int showAsAction +okhttp3.logging.LoggingEventListener: void responseBodyEnd(okhttp3.Call,long) +androidx.coordinatorlayout.R$attr: R$attr() +androidx.constraintlayout.widget.R$id: int search_close_btn +androidx.appcompat.R$dimen: int abc_action_bar_content_inset_material +androidx.drawerlayout.R$id: int line3 +androidx.hilt.work.R$id: int action_text +wangdaye.com.geometricweather.R$styleable: int MaterialTextView_android_textAppearance +okhttp3.internal.cache.DiskLruCache: java.io.File journalFileTmp +com.turingtechnologies.materialscrollbar.R$attr: int chipIconTint +com.xw.repo.bubbleseekbar.R$attr: int bsb_max +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_verticalStyle +wangdaye.com.geometricweather.R$id: int moldValue +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light_Dialog_Alert +james.adaptiveicon.R$style: int Base_Theme_AppCompat_Dialog_MinWidth +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeCopyDrawable +io.reactivex.internal.util.HashMapSupplier +androidx.constraintlayout.motion.widget.MotionLayout: void setProgress(float) +com.google.android.material.R$styleable: int[] ActionMode +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_goneMarginBottom +com.google.android.material.transformation.FabTransformationBehavior: FabTransformationBehavior() +androidx.core.R$id: int accessibility_custom_action_27 +wangdaye.com.geometricweather.R$array: int temperature_units +com.google.android.material.chip.Chip: void setGravity(int) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowActionBarOverlay +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionButton +androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityDestroyed(android.app.Activity) +androidx.appcompat.R$styleable: int AppCompatTheme_popupWindowStyle +wangdaye.com.geometricweather.R$string: int widget_trend_daily +com.google.android.material.R$attr: int displayOptions +androidx.appcompat.R$attr: int suggestionRowLayout +android.didikee.donate.R$styleable: int Spinner_android_dropDownWidth +james.adaptiveicon.R$id: int buttonPanel +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedNoLast: long serialVersionUID +cyanogenmod.providers.CMSettings$Global: long getLongForUser(android.content.ContentResolver,java.lang.String,int) +com.google.android.material.R$attr: int drawerArrowStyle +androidx.hilt.work.R$id: int accessibility_custom_action_25 +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: java.lang.String country +wangdaye.com.geometricweather.R$string: int mtrl_picker_range_header_only_start_selected +okhttp3.internal.cache.CacheRequest: void abort() +cyanogenmod.providers.CMSettings$InclusiveIntegerRangeValidator: int mMax +com.google.android.material.R$styleable: int TextInputLayout_boxCornerRadiusTopEnd +com.google.android.material.R$styleable: int Toolbar_menu +james.adaptiveicon.R$styleable: int PopupWindow_overlapAnchor +wangdaye.com.geometricweather.R$styleable: int Constraint_transitionPathRotate +androidx.constraintlayout.widget.R$string: int abc_menu_alt_shortcut_label +androidx.constraintlayout.widget.R$styleable: int ActionBar_customNavigationLayout +com.google.gson.stream.JsonReader$1: JsonReader$1() +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: ObservableWindowBoundarySupplier$WindowBoundaryMainObserver(io.reactivex.Observer,int,java.util.concurrent.Callable) +com.google.android.material.R$styleable: int TextInputLayout_errorTextColor +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog +wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property Id +okhttp3.internal.http2.Hpack$Writer: int maxDynamicTableByteCount +io.reactivex.Observable: io.reactivex.Observable sample(long,java.util.concurrent.TimeUnit,boolean) +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: void dispose() +okhttp3.CertificatePinner: void check(java.lang.String,java.util.List) +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property CityId +wangdaye.com.geometricweather.R$attr: int progressIndicatorStyle +com.turingtechnologies.materialscrollbar.R$color: int primary_material_light +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Caption +com.google.android.material.R$styleable: int[] ColorStateListItem +com.google.android.material.R$attr: int region_heightMoreThan +wangdaye.com.geometricweather.R$layout: int widget_clock_day_vertical +com.amap.api.location.AMapLocation: int TRUSTED_LEVEL_LOW +androidx.core.R$styleable: int ColorStateListItem_android_color +com.turingtechnologies.materialscrollbar.R$attr: int thumbTextPadding +androidx.viewpager2.R$styleable: int GradientColorItem_android_color +com.google.android.material.R$styleable: int Transition_autoTransition +com.turingtechnologies.materialscrollbar.R$id: int navigation_header_container +androidx.dynamicanimation.R$id: int chronometer +androidx.coordinatorlayout.R$drawable: int notification_icon_background +wangdaye.com.geometricweather.R$interpolator: R$interpolator() +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: void onError(java.lang.Throwable) +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_elevation +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_drawableStart +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String _ID +com.bumptech.glide.integration.okhttp.R$dimen: int notification_right_side_padding_top +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.lang.Integer getCloudCover() +okhttp3.internal.Util: okhttp3.RequestBody EMPTY_REQUEST +wangdaye.com.geometricweather.db.entities.AlertEntity +wangdaye.com.geometricweather.R$drawable: int notif_temp_70 +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void access$600(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_measureWithLargestChild +androidx.constraintlayout.widget.R$attr: int circleRadius +okio.RealBufferedSink +okio.Buffer$1 +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.lang.Integer RIGHT_VALUE +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceBody2 +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean onCreatePanelMenu(int,android.view.Menu) +wangdaye.com.geometricweather.R$attr: int snackbarStyle +com.google.android.material.R$attr: int horizontalOffset +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: long serialVersionUID +wangdaye.com.geometricweather.R$attr: int contentInsetStartWithNavigation +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_contentInsetStart +androidx.coordinatorlayout.R$id: int actions +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: MfForecastV2Result$ForecastProperties$HourForecast() +androidx.lifecycle.ProcessLifecycleOwner$1: void run() +androidx.lifecycle.extensions.R$drawable: int notification_bg_low_pressed +androidx.appcompat.widget.AppCompatSpinner: int getDropDownHorizontalOffset() +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ImageButton +androidx.fragment.R$id: int accessibility_custom_action_29 +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String grassDescription +wangdaye.com.geometricweather.R$attr: int bsb_track_color +wangdaye.com.geometricweather.R$styleable: int ActionBar_contentInsetRight +com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType[] values() +com.turingtechnologies.materialscrollbar.R$attr: int chipIcon +wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_translationY +androidx.preference.R$drawable: int abc_list_pressed_holo_dark +androidx.appcompat.R$id: int right_side +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: io.reactivex.ObservableSource bufferOpen +android.didikee.donate.R$styleable: int AppCompatTheme_colorBackgroundFloating +okio.SegmentedByteString: okio.ByteString hmacSha1(okio.ByteString) +androidx.appcompat.R$attr: int actionBarTheme +wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_tagView +com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_horizontalDivider +wangdaye.com.geometricweather.search.SearchActivity +androidx.constraintlayout.widget.R$style: int Base_V21_Theme_AppCompat_Dialog +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: void setCity(java.lang.String) +androidx.cardview.R$color: R$color() +androidx.viewpager2.R$color: R$color() +cyanogenmod.hardware.CMHardwareManager: int[] getDisplayGammaCalibrationArray(int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.util.List getValue() +androidx.viewpager.R$id: int line3 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setPm10Desc(java.lang.String) +androidx.legacy.coreutils.R$attr: int fontWeight +com.google.android.material.R$attr: int passwordToggleDrawable +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Subhead +wangdaye.com.geometricweather.R$id: int container_main_header_weatherTxt +james.adaptiveicon.R$style: int Widget_AppCompat_RatingBar +androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableCompat_android_dither +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: Precipitation(java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float) +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: ObservableConcatWithMaybe$ConcatWithObserver(io.reactivex.Observer,io.reactivex.MaybeSource) +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionBar_TabBar +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setWeatherCode(wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode) +android.didikee.donate.R$styleable: int Toolbar_navigationIcon +com.google.android.material.button.MaterialButton: void setShapeAppearanceModel(com.google.android.material.shape.ShapeAppearanceModel) +james.adaptiveicon.R$color: int bright_foreground_inverse_material_dark +androidx.appcompat.R$styleable: int AppCompatTheme_activityChooserViewStyle +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: java.util.concurrent.atomic.AtomicLong index +androidx.appcompat.R$attr: int spinnerStyle +cyanogenmod.hardware.IThermalListenerCallback$Stub +androidx.activity.R$attr: int fontProviderCerts +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void onDrop(java.lang.Object) +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.HistoryEntity) +androidx.hilt.work.R$styleable: int FontFamilyFont_fontVariationSettings +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NAVBAR_LEFT_IN_LANDSCAPE_VALIDATOR +cyanogenmod.app.ILiveLockScreenChangeListener +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property ThunderstormPrecipitation +com.google.android.material.R$string: int abc_action_menu_overflow_description +okio.BufferedSource: byte[] readByteArray() +com.google.android.material.R$id: int action_mode_bar_stub +androidx.activity.R$id: int accessibility_custom_action_1 +com.google.android.material.appbar.CollapsingToolbarLayout: void setTitle(java.lang.CharSequence) +okhttp3.internal.ws.RealWebSocket$2: void onFailure(okhttp3.Call,java.io.IOException) +cyanogenmod.app.StatusBarPanelCustomTile$1: java.lang.Object[] newArray(int) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ENABLE_MWI_NOTIFICATION_VALIDATOR +cyanogenmod.app.Profile$ProfileTrigger +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: long id +androidx.appcompat.widget.AppCompatButton: AppCompatButton(android.content.Context,android.util.AttributeSet) +okhttp3.CertificatePinner$Pin: java.lang.String hashAlgorithm +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber +androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type TOP +androidx.hilt.R$id: int icon +com.amap.api.location.AMapLocationClientOption$AMapLocationMode: com.amap.api.location.AMapLocationClientOption$AMapLocationMode Battery_Saving +com.google.android.material.R$style: int Widget_Support_CoordinatorLayout +com.google.gson.internal.$Gson$Types$WildcardTypeImpl: java.lang.reflect.Type[] getLowerBounds() +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: boolean done +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: void onComplete() +okio.BufferedSource: long readDecimalLong() +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionBar +com.google.android.material.internal.CheckableImageButton: void setChecked(boolean) +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: MinutelyEntityDao$Properties() +cyanogenmod.profiles.StreamSettings: int getStreamId() +io.reactivex.Observable: io.reactivex.Single sequenceEqual(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiPredicate,int) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: java.lang.String Phase +androidx.lifecycle.ServiceLifecycleDispatcher +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource getInstance(java.lang.String) +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_slideLockscreenIn +android.didikee.donate.R$drawable: int abc_ratingbar_indicator_material +com.google.android.material.R$attr: int contentInsetEndWithActions +james.adaptiveicon.R$attr: int homeAsUpIndicator +okhttp3.Headers$Builder: okhttp3.Headers$Builder addUnsafeNonAscii(java.lang.String,java.lang.String) +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_TabBar +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Description: java.lang.String English +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_placeholderTextAppearance +com.turingtechnologies.materialscrollbar.R$attr: int trackTint +okhttp3.internal.http1.Http1Codec: okio.Source newUnknownLengthSource() +retrofit2.Utils$WildcardTypeImpl: java.lang.reflect.Type upperBound +androidx.constraintlayout.widget.R$attr: int activityChooserViewStyle +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl +retrofit2.RequestFactory +retrofit2.ParameterHandler$Part: int p +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: java.lang.Integer humidity +com.jaredrummler.android.colorpicker.R$style: int Preference_DropDown_Material +cyanogenmod.profiles.AirplaneModeSettings: AirplaneModeSettings(int,boolean) +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: io.reactivex.internal.fuseable.SimplePlainQueue queue +wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource source +okhttp3.Credentials +io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: long serialVersionUID +james.adaptiveicon.R$style: int Base_Widget_AppCompat_PopupMenu +wangdaye.com.geometricweather.R$attr: int splitTrack +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: ExtendedFloatingActionButton(android.content.Context,android.util.AttributeSet,int) +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_EXPORT_WITH_DES_CBC_40_SHA +com.google.android.material.R$attr: int colorSurface +wangdaye.com.geometricweather.R$styleable: int Layout_maxHeight +io.reactivex.internal.subscriptions.DeferredScalarSubscription: void clear() +androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory: ViewModelProvider$AndroidViewModelFactory(android.app.Application) +okhttp3.Headers: java.lang.String value(int) +cyanogenmod.app.Profile$1 +cyanogenmod.profiles.AirplaneModeSettings$1: java.lang.Object[] newArray(int) +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Headline +com.google.android.material.R$styleable: int KeyTimeCycle_android_translationX +androidx.customview.R$styleable: int FontFamilyFont_android_font +okhttp3.MediaType: java.nio.charset.Charset charset() +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Country: java.lang.String LocalizedName +cyanogenmod.externalviews.KeyguardExternalView$3: boolean val$visible +androidx.preference.R$styleable: int GradientColor_android_centerColor +okhttp3.internal.cache.CacheInterceptor$1: CacheInterceptor$1(okhttp3.internal.cache.CacheInterceptor,okio.BufferedSource,okhttp3.internal.cache.CacheRequest,okio.BufferedSink) +io.reactivex.Observable: io.reactivex.Completable ignoreElements() +com.google.android.material.slider.RangeSlider: void setTickTintList(android.content.res.ColorStateList) +com.google.android.material.R$attr: int backgroundInsetEnd +androidx.constraintlayout.widget.R$styleable: int[] KeyTimeCycle +com.amap.api.location.CoordinateConverter: com.amap.api.location.CoordinateConverter$CoordType c +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_popupMenuStyle +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceListItemSmall +androidx.appcompat.R$styleable: int AppCompatTheme_panelMenuListTheme +com.google.android.material.R$styleable: int OnSwipe_dragScale +androidx.work.R$id: int info +com.turingtechnologies.materialscrollbar.R$attr: int fabSize +androidx.constraintlayout.widget.Barrier: int getMargin() +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_88 +androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customFloatValue +wangdaye.com.geometricweather.R$string: int content_desc_weather_alert_button +cyanogenmod.weather.RequestInfo$1: RequestInfo$1() +android.didikee.donate.R$attr: int popupWindowStyle +com.jaredrummler.android.colorpicker.R$styleable: int[] RecyclerView +com.google.android.material.R$style: int Base_TextAppearance_MaterialComponents_Subtitle2 +wangdaye.com.geometricweather.resource.utils.ResourceUtils$NullException +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_RatingBar_Indicator +okhttp3.Cache$1: void remove(okhttp3.Request) +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps$WarningTimelapsItem: long beginTime +androidx.lifecycle.AndroidViewModel +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: DailyEntityDao$Properties() +okhttp3.internal.http2.Http2: byte FLAG_END_PUSH_PROMISE +cyanogenmod.app.CMStatusBarManager: void removeTile(java.lang.String,int) +cyanogenmod.providers.WeatherContract$WeatherColumns: android.net.Uri FORECAST_WEATHER_URI +io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: io.reactivex.internal.disposables.SequentialDisposable timed +io.reactivex.internal.observers.DeferredScalarDisposable: int FUSED_READY +com.google.android.material.R$drawable: int abc_item_background_holo_dark +com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior: AppBarLayout$ScrollingViewBehavior() +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_text_btn_padding_right +android.didikee.donate.R$attr: int panelBackground +androidx.preference.R$styleable: int AppCompatTheme_actionModeStyle +androidx.constraintlayout.widget.R$attr: int windowMinWidthMinor +com.google.android.material.R$styleable: int Toolbar_logoDescription +androidx.vectordrawable.animated.R$styleable: int GradientColor_android_endY +wangdaye.com.geometricweather.settings.activities.SelectProviderActivity +wangdaye.com.geometricweather.R$drawable: int notif_temp_8 +androidx.appcompat.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item +okhttp3.MultipartBody: java.lang.StringBuilder appendQuotedString(java.lang.StringBuilder,java.lang.String) +com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu +okhttp3.CacheControl: int minFreshSeconds() +androidx.hilt.R$id: int action_text +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor GREY +io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: java.lang.String getTo() +cyanogenmod.externalviews.KeyguardExternalView$10: void run() androidx.lifecycle.ReportFragment: java.lang.String REPORT_FRAGMENT_TAG -wangdaye.com.geometricweather.background.receiver.widget.WidgetTrendDailyProvider: WidgetTrendDailyProvider() -okhttp3.internal.platform.AndroidPlatform: java.lang.Class sslParametersClass -james.adaptiveicon.R$id: int action_mode_close_button -james.adaptiveicon.R$style: int Base_Theme_AppCompat -com.google.android.material.R$layout: int abc_action_bar_up_container -com.xw.repo.bubbleseekbar.R$drawable: int abc_list_selector_holo_light -com.jaredrummler.android.colorpicker.R$attr: int hideOnContentScroll -androidx.constraintlayout.widget.R$styleable: int KeyPosition_framePosition -cyanogenmod.providers.CMSettings$Global: float getFloat(android.content.ContentResolver,java.lang.String) -androidx.preference.R$style: int Theme_AppCompat_Light -androidx.constraintlayout.widget.R$attr: int titleTextAppearance -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: WeatherEntityDao$Properties() -cyanogenmod.providers.CMSettings$System: java.lang.String KEY_ASSIST_ACTION -wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: void setDuration(long) -android.didikee.donate.R$attr: int progressBarStyle -okio.ByteString: int indexOf(byte[]) -com.google.android.material.R$id: int uniform -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.HourlyEntity,int) -androidx.constraintlayout.widget.R$attr: int paddingEnd -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_SearchResult -cyanogenmod.app.ProfileManager: java.lang.String EXTRA_LAST_PROFILE_NAME -cyanogenmod.app.ICMTelephonyManager: boolean isDataConnectionEnabled() -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast -androidx.activity.R$dimen: int compat_button_padding_horizontal_material -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: void onSubscribe(io.reactivex.disposables.Disposable) -cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setTimestamp(long) -wangdaye.com.geometricweather.settings.dialogs.AdaptiveIconDialog: AdaptiveIconDialog() -wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemTextAppearanceActive -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_81 -okhttp3.Cookie: java.lang.String toString() -io.reactivex.internal.util.VolatileSizeArrayList: boolean removeAll(java.util.Collection) -wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle HOURLY -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_firstVerticalStyle -android.didikee.donate.R$dimen: int abc_config_prefDialogWidth -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setStatus(int) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_android_windowIsFloating -retrofit2.RequestBuilder$ContentTypeOverridingRequestBody: long contentLength() -androidx.cardview.R$style: int CardView_Dark -android.didikee.donate.R$attr: int actionBarItemBackground -com.turingtechnologies.materialscrollbar.R$color: int abc_search_url_text_pressed -james.adaptiveicon.R$color: int abc_primary_text_material_light -android.didikee.donate.R$styleable: int AppCompatTheme_windowNoTitle -androidx.activity.R$styleable: int GradientColor_android_startColor -com.jaredrummler.android.colorpicker.R$styleable: int[] ListPopupWindow -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: int getStatus() -androidx.constraintlayout.widget.R$styleable -com.xw.repo.bubbleseekbar.R$attr: int statusBarBackground -androidx.drawerlayout.R$color -cyanogenmod.app.CMTelephonyManager: void setDataConnectionSelectedOnSub(int) -androidx.coordinatorlayout.R$attr: int alpha -com.google.android.material.R$attr: int content -com.xw.repo.bubbleseekbar.R$color: int abc_search_url_text_pressed -androidx.cardview.widget.CardView: CardView(android.content.Context,android.util.AttributeSet) -androidx.hilt.R$dimen: int notification_subtext_size -com.google.android.material.R$color: int design_default_color_on_surface -com.amap.api.location.CoordinateConverter$CoordType -io.reactivex.Observable: io.reactivex.Completable concatMapCompletable(io.reactivex.functions.Function,int) -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: void onSuccess(java.lang.Object) -androidx.lifecycle.LifecycleOwner -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Subtitle1 -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator FORWARD_LOOKUP_PROVIDER_VALIDATOR -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Large_Inverse -androidx.core.os.CancellationSignal -okhttp3.Protocol: java.lang.String toString() -james.adaptiveicon.R$dimen: int abc_edit_text_inset_bottom_material -wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_9 -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25 -wangdaye.com.geometricweather.R$array: int widget_card_styles -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust WindGust -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: void again(java.lang.Object) -wangdaye.com.geometricweather.R$layout: int cpv_dialog_presets -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: long serialVersionUID -android.didikee.donate.R$styleable: int SwitchCompat_android_thumb -androidx.constraintlayout.widget.Guideline: Guideline(android.content.Context,android.util.AttributeSet,int) -androidx.appcompat.R$dimen: int compat_notification_large_icon_max_height -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setDate(java.util.Date) -androidx.constraintlayout.widget.R$attr: int actionModeShareDrawable -io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: ObservableAmb$AmbInnerObserver(io.reactivex.internal.operators.observable.ObservableAmb$AmbCoordinator,int,io.reactivex.Observer) -androidx.appcompat.widget.ActionBarOverlayLayout -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: MfEphemerisResult$Properties$Ephemeris() -androidx.cardview.R$styleable: int[] CardView -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setDailyForecast(java.lang.String) -org.greenrobot.greendao.AbstractDao: java.lang.Object readKey(android.database.Cursor,int) -androidx.lifecycle.Transformations$3: Transformations$3(androidx.lifecycle.MediatorLiveData) -james.adaptiveicon.R$dimen: int abc_dialog_min_width_minor -io.reactivex.internal.operators.observable.ObservableGroupBy$State: void drain() -androidx.appcompat.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -wangdaye.com.geometricweather.db.entities.LocationEntityDao: wangdaye.com.geometricweather.db.entities.LocationEntity readEntity(android.database.Cursor,int) -androidx.hilt.lifecycle.R$styleable: int GradientColor_android_startColor -androidx.activity.R$attr: int fontProviderQuery -wangdaye.com.geometricweather.R$styleable: int PreferenceGroup_initialExpandedChildrenCount -androidx.transition.R$styleable: int[] GradientColor -androidx.hilt.work.R$id: int tag_screen_reader_focusable -cyanogenmod.platform.Manifest$permission: java.lang.String OBSERVE_AUDIO_SESSIONS -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean() -com.google.android.material.R$color: int material_timepicker_clockface -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.Long id -wangdaye.com.geometricweather.R$attr: int layout_editor_absoluteY -androidx.swiperefreshlayout.R$id: int tag_screen_reader_focusable -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_5 -cyanogenmod.app.CMStatusBarManager: CMStatusBarManager(android.content.Context) -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language ITALIAN -androidx.preference.R$color: int switch_thumb_disabled_material_dark -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listDividerAlertDialog -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_Solid -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator __MAGICAL_TEST_PASSING_ENABLER_VALIDATOR -androidx.recyclerview.R$layout -androidx.coordinatorlayout.widget.CoordinatorLayout: CoordinatorLayout(android.content.Context) -com.google.android.material.R$styleable: int AppCompatTheme_actionModeShareDrawable -com.google.android.material.datepicker.MaterialCalendar$CalendarSelector: com.google.android.material.datepicker.MaterialCalendar$CalendarSelector DAY -androidx.appcompat.R$drawable: int abc_tab_indicator_material -androidx.preference.R$id: int multiply -cyanogenmod.providers.CMSettings$NameValueCache: android.content.IContentProvider lazyGetProvider(android.content.ContentResolver) -androidx.dynamicanimation.R$string -com.google.android.material.R$color: int material_on_surface_stroke -wangdaye.com.geometricweather.R$drawable: int ic_about -retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: void onNext(retrofit2.Response) -androidx.preference.R$layout: int abc_action_menu_item_layout -com.google.android.material.R$color: int switch_thumb_disabled_material_dark -wangdaye.com.geometricweather.R$drawable: int notif_temp_7 -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void cancel() -wangdaye.com.geometricweather.R$integer: int abc_config_activityShortDur -retrofit2.adapter.rxjava2.RxJava2CallAdapter: RxJava2CallAdapter(java.lang.reflect.Type,io.reactivex.Scheduler,boolean,boolean,boolean,boolean,boolean,boolean,boolean) -androidx.coordinatorlayout.R$attr: int fontProviderAuthority -cyanogenmod.app.ProfileGroup$1: java.lang.Object[] newArray(int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange: AccuCurrentResult$TemperatureSummary$Past6HourRange() -com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleDrawable(int) -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_title_3 -wangdaye.com.geometricweather.R$attr: int actionBarSize -wangdaye.com.geometricweather.R$styleable: int AppCompatSeekBar_tickMarkTint -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleTextColor -com.google.android.material.R$style: int TextAppearance_Compat_Notification_Title +androidx.appcompat.R$styleable: int[] Spinner +com.google.android.gms.common.api.GoogleApiClient: void registerConnectionFailedListener(com.google.android.gms.common.api.GoogleApiClient$OnConnectionFailedListener) +androidx.constraintlayout.widget.R$color: int error_color_material_dark +androidx.preference.R$dimen: int abc_dialog_fixed_height_minor +androidx.appcompat.R$attr: int buttonPanelSideLayout +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_text_btn_icon_padding +com.google.android.material.R$styleable: int[] MockView +androidx.viewpager2.R$dimen: int notification_top_pad_large_text +androidx.preference.R$id: int tag_accessibility_pane_title +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_second_track_color +cyanogenmod.app.ThemeVersion$ThemeVersionImpl3 +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeRainPrecipitationProbability(java.lang.Float) +androidx.constraintlayout.widget.R$attr: int triggerSlack +androidx.appcompat.R$string: int abc_searchview_description_submit +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Large +com.google.android.material.R$id: int easeInOut +okhttp3.HttpUrl: java.lang.String toString() +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_caption_material +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header +android.didikee.donate.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable +com.google.android.material.R$styleable: int Insets_paddingLeftSystemWindowInsets +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: android.os.IBinder asBinder() +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: io.reactivex.functions.Function rightEnd +com.jaredrummler.android.colorpicker.R$attr: int colorControlNormal +cyanogenmod.app.LiveLockScreenManager: cyanogenmod.app.LiveLockScreenInfo getDefaultLiveLockScreen() +androidx.appcompat.R$attr: int navigationMode +wangdaye.com.geometricweather.R$styleable: int Chip_chipIcon +androidx.work.R$dimen: int notification_main_column_padding_top +com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_barLength +com.google.android.material.R$drawable: int design_bottom_navigation_item_background +com.jaredrummler.android.colorpicker.R$dimen: int tooltip_y_offset_non_touch +androidx.appcompat.R$styleable: int[] AnimatedStateListDrawableItem +com.google.android.gms.internal.base.zai +androidx.constraintlayout.widget.R$attr: int iconifiedByDefault +retrofit2.BuiltInConverters$ToStringConverter: java.lang.Object convert(java.lang.Object) +wangdaye.com.geometricweather.R$styleable: int RecyclerView_stackFromEnd +com.xw.repo.bubbleseekbar.R$id: int notification_background +cyanogenmod.externalviews.ExternalViewProperties: boolean hasChanged() +retrofit2.converter.gson.GsonConverterFactory: retrofit2.converter.gson.GsonConverterFactory create(com.google.gson.Gson) +com.google.android.material.R$styleable: int Layout_android_layout_width +androidx.preference.R$attr: int arrowShaftLength +androidx.lifecycle.ViewModelProvider$NewInstanceFactory: ViewModelProvider$NewInstanceFactory() +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight +cyanogenmod.app.LiveLockScreenManager: LiveLockScreenManager(android.content.Context) +cyanogenmod.app.Profile$ProfileTrigger: int getState() +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void run() +android.support.v4.os.ResultReceiver$1: android.support.v4.os.ResultReceiver[] newArray(int) +com.turingtechnologies.materialscrollbar.R$integer: int mtrl_btn_anim_duration_ms +com.github.rahatarmanahmed.cpv.CircularProgressView$9: void onAnimationUpdate(android.animation.ValueAnimator) +retrofit2.BuiltInConverters$BufferingResponseBodyConverter: okhttp3.ResponseBody convert(okhttp3.ResponseBody) +androidx.vectordrawable.animated.R$id: int icon_group +android.didikee.donate.R$attr: int actionModeStyle +com.google.android.material.button.MaterialButtonToggleGroup: java.lang.CharSequence getAccessibilityClassName() +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit valueOf(java.lang.String) +cyanogenmod.weather.RequestInfo: java.lang.String access$302(cyanogenmod.weather.RequestInfo,java.lang.String) +android.didikee.donate.R$drawable: int abc_ic_commit_search_api_mtrl_alpha +android.didikee.donate.R$styleable: int AppCompatTheme_editTextBackground +androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPrePaused(android.app.Activity) +wangdaye.com.geometricweather.R$id: int activity_alert_container +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_creator +com.turingtechnologies.materialscrollbar.DragScrollBar: DragScrollBar(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Direction: int Degrees +com.github.rahatarmanahmed.cpv.CircularProgressView$2: void onAnimationEnd(android.animation.Animator) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_editTextColor +androidx.preference.R$dimen: int abc_control_corner_material +com.google.android.material.R$color: int switch_thumb_normal_material_light +androidx.transition.R$styleable: int FontFamily_fontProviderFetchTimeout +androidx.coordinatorlayout.R$drawable: R$drawable() +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getPm10Color(android.content.Context) +retrofit2.HttpServiceMethod +com.turingtechnologies.materialscrollbar.R$attr: int windowFixedHeightMajor +androidx.viewpager.R$id: int right_icon +androidx.appcompat.widget.ActivityChooserView: androidx.appcompat.widget.ActivityChooserModel getDataModel() +cyanogenmod.weather.CMWeatherManager$2$1: cyanogenmod.weather.WeatherInfo val$weatherInfo +com.amap.api.location.AMapLocationListener: void onLocationChanged(com.amap.api.location.AMapLocation) +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_skipCollapsed +com.google.android.material.R$style: int TextAppearance_Design_CollapsingToolbar_Expanded +io.reactivex.Observable: io.reactivex.Observable wrap(io.reactivex.ObservableSource) +okio.Buffer: int selectPrefix(okio.Options,boolean) +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder sslSocketFactory(javax.net.ssl.SSLSocketFactory) +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_actionProviderClass +com.google.android.material.bottomnavigation.BottomNavigationView: void setItemBackground(android.graphics.drawable.Drawable) +com.google.android.material.floatingactionbutton.FloatingActionButton: androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior getBehavior() +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored +androidx.activity.R$dimen: int notification_media_narrow_margin +wangdaye.com.geometricweather.R$integer: int config_tooltipAnimTime +cyanogenmod.app.CustomTile: CustomTile(android.os.Parcel) +androidx.preference.R$color: int secondary_text_disabled_material_light +androidx.hilt.lifecycle.R$dimen: R$dimen() +androidx.constraintlayout.widget.R$styleable: int[] ConstraintLayout_placeholder +androidx.core.R$attr: int font +com.jaredrummler.android.colorpicker.R$attr: int actionDropDownStyle +wangdaye.com.geometricweather.R$attr: int checked_background_color +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query +wangdaye.com.geometricweather.R$style: int Base_V26_Widget_AppCompat_Toolbar +com.google.android.gms.base.R$styleable: int SignInButton_colorScheme +androidx.preference.R$dimen: int abc_text_size_subtitle_material_toolbar +androidx.appcompat.widget.AppCompatButton: android.content.res.ColorStateList getSupportCompoundDrawablesTintList() +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$5: void run() +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_animate_relativeTo +wangdaye.com.geometricweather.R$attr: int allowDividerBelow +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: ObservableGroupJoin$GroupJoinDisposable(io.reactivex.Observer,io.reactivex.functions.Function,io.reactivex.functions.Function,io.reactivex.functions.BiFunction) +androidx.appcompat.R$attr: int contentInsetStartWithNavigation +com.jaredrummler.android.colorpicker.R$attr: int switchPreferenceStyle +cyanogenmod.profiles.AirplaneModeSettings: void getXmlString(java.lang.StringBuilder,android.content.Context) +androidx.appcompat.R$style: int Base_Widget_AppCompat_ButtonBar +james.adaptiveicon.R$id: int scrollIndicatorDown +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: java.lang.String DESCRIPTOR +androidx.fragment.R$drawable +android.didikee.donate.R$styleable: int AppCompatTheme_actionModeCloseDrawable +com.xw.repo.bubbleseekbar.R$attr: int bsb_bubble_color +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_go_search_api_material +android.didikee.donate.R$id: int disableHome +com.google.android.material.slider.BaseSlider: BaseSlider(android.content.Context) +androidx.swiperefreshlayout.R$id: int notification_background +android.didikee.donate.R$id +android.didikee.donate.R$attr: int dropdownListPreferredItemHeight +androidx.appcompat.resources.R$id: int tag_accessibility_heading +io.reactivex.Observable: io.reactivex.Single toSortedList(java.util.Comparator) +com.google.android.material.R$color: int design_default_color_primary_variant +androidx.cardview.R$attr +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult +androidx.appcompat.R$styleable: int PopupWindow_overlapAnchor +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_background +cyanogenmod.providers.CMSettings$NameValueCache: java.lang.String mVersionSystemProperty +com.google.android.material.R$color: int material_on_primary_disabled +okhttp3.internal.http1.Http1Codec$AbstractSource: boolean closed +com.amap.api.location.AMapLocation: java.lang.String m +wangdaye.com.geometricweather.R$attr: int pageIndicatorColor +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind: double speed +androidx.recyclerview.widget.StaggeredGridLayoutManager: StaggeredGridLayoutManager(android.content.Context,android.util.AttributeSet,int,int) +androidx.constraintlayout.widget.R$styleable: int Constraint_android_scaleX +androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat_ActionBar +com.google.android.material.R$attr: int errorContentDescription +okio.Sink +wangdaye.com.geometricweather.R$color: int mtrl_bottom_nav_ripple_color +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver +androidx.appcompat.R$styleable: int LinearLayoutCompat_Layout_android_layout_height +com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable +okhttp3.internal.http1.Http1Codec$ChunkedSource: okhttp3.internal.http1.Http1Codec this$0 +cyanogenmod.providers.CMSettings$Global: android.net.Uri CONTENT_URI +com.xw.repo.bubbleseekbar.R$attr: int maxButtonHeight +androidx.recyclerview.R$attr: int recyclerViewStyle +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit IN +androidx.constraintlayout.widget.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$LocalSource: AccuDailyResult$DailyForecasts$Day$LocalSource() +com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat +okhttp3.internal.cache2.Relay: long bufferMaxSize +okhttp3.internal.cache.CacheInterceptor$1: okhttp3.internal.cache.CacheInterceptor this$0 +wangdaye.com.geometricweather.db.entities.DaoMaster: wangdaye.com.geometricweather.db.entities.DaoSession newSession() +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: void onError(java.lang.Throwable) +james.adaptiveicon.R$attr: int colorControlActivated +androidx.appcompat.R$styleable: int AppCompatTextHelper_android_drawableTop +androidx.legacy.coreutils.R$dimen: int notification_main_column_padding_top +cyanogenmod.themes.ThemeChangeRequest$Builder +androidx.appcompat.R$id: int accessibility_custom_action_4 +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_prefixTextColor +wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_text_dark_normal_background +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String getRagweedDescription() +androidx.appcompat.resources.R$id: int icon +androidx.appcompat.R$styleable: int TextAppearance_android_shadowColor +cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String MINUTES +com.jaredrummler.android.colorpicker.R$id: int titleDividerNoCustom +androidx.vectordrawable.R$id: int tag_accessibility_heading +wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_drawableTop +com.google.android.material.R$styleable: int[] KeyTrigger +com.turingtechnologies.materialscrollbar.R$id: int center +wangdaye.com.geometricweather.R$string: int abc_searchview_description_clear +com.google.android.material.R$attr: int errorTextAppearance +com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_homeAsUpIndicator +androidx.preference.R$attr: int layout_anchorGravity +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: long serialVersionUID +com.google.android.material.R$styleable: int KeyTimeCycle_android_scaleY +androidx.appcompat.R$string: int abc_action_bar_home_description +wangdaye.com.geometricweather.R$array: int location_services +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onAttachedToWindow() +okhttp3.internal.http1.Http1Codec: int STATE_READING_RESPONSE_BODY +androidx.preference.R$attr: int key +okhttp3.internal.Util: void addSuppressedIfPossible(java.lang.Throwable,java.lang.Throwable) +androidx.appcompat.app.ToolbarActionBar: void addOnMenuVisibilityListener(androidx.appcompat.app.ActionBar$OnMenuVisibilityListener) +androidx.constraintlayout.widget.R$style: int Base_V7_Theme_AppCompat_Light_Dialog +okio.Buffer: boolean exhausted() +com.google.android.material.R$animator: R$animator() +androidx.appcompat.widget.SearchView: int getSuggestionRowLayout() +androidx.preference.R$styleable: int Toolbar_contentInsetRight +cyanogenmod.app.ThemeVersion$ThemeVersionImpl3: java.util.List getDeviceComponentVersions() +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String cityId +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_DialogWhenLarge +cyanogenmod.library.R: R() +androidx.core.R$id: int title +com.bumptech.glide.R$dimen: int notification_large_icon_width +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: long unique +com.google.android.material.R$styleable: int MenuView_android_headerBackground +com.google.android.material.imageview.ShapeableImageView: void setStrokeColorResource(int) +wangdaye.com.geometricweather.R$mipmap: int ic_launcher_round +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Inverse +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipStrokeColor +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_imageButtonStyle +com.github.rahatarmanahmed.cpv.CircularProgressView: void resetAnimation() +cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_setAirplaneModeEnabled_0 +wangdaye.com.geometricweather.R$styleable: int ImageFilterView_round +james.adaptiveicon.R$styleable: int AlertDialog_showTitle +retrofit2.Utils$GenericArrayTypeImpl: java.lang.reflect.Type getGenericComponentType() +io.reactivex.internal.schedulers.AbstractDirectTask: java.lang.Runnable getWrappedRunnable() +com.google.android.material.R$style: int ShapeAppearanceOverlay_TopLeftCut +com.jaredrummler.android.colorpicker.R$attr: int logo +retrofit2.ParameterHandler$Query: ParameterHandler$Query(java.lang.String,retrofit2.Converter,boolean) +androidx.coordinatorlayout.R$id: R$id() +wangdaye.com.geometricweather.R$drawable: int weather_sleet_1 +androidx.preference.R$attr: int actionMenuTextColor +retrofit2.ParameterHandler$FieldMap: boolean encoded +wangdaye.com.geometricweather.R$styleable: int[] PreferenceFragmentCompat +com.amap.api.fence.GeoFence: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$drawable: int abc_tab_indicator_mtrl_alpha +com.bumptech.glide.request.RequestCoordinator$RequestState +androidx.vectordrawable.animated.R$dimen: int compat_button_padding_horizontal_material +cyanogenmod.util.ColorUtils: int[] SOLID_COLORS +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse +okhttp3.HttpUrl: okhttp3.HttpUrl get(java.lang.String) +io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: ObservableConcatWithCompletable$ConcatWithObserver(io.reactivex.Observer,io.reactivex.CompletableSource) +com.xw.repo.bubbleseekbar.R$attr: int windowFixedWidthMinor +retrofit2.OkHttpCall: boolean isExecuted() +wangdaye.com.geometricweather.R$string: int feedback_add_location_manually +androidx.constraintlayout.widget.R$anim: R$anim() +wangdaye.com.geometricweather.R$id: int widget_week_icon +cyanogenmod.profiles.ConnectionSettings$BooleanState: ConnectionSettings$BooleanState() +cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.DisplayMode[] getDisplayModes() +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Button +androidx.preference.R$interpolator: R$interpolator() +com.google.android.material.R$layout: int test_action_chip +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen +com.google.android.material.R$color: int abc_decor_view_status_guard +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_0 +okhttp3.internal.cache.InternalCache: void remove(okhttp3.Request) +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit KGFPSQCM +androidx.customview.R$styleable: int[] GradientColor +james.adaptiveicon.R$drawable: int abc_ic_menu_share_mtrl_alpha +com.google.android.material.textfield.TextInputLayout: void setBoxStrokeErrorColor(android.content.res.ColorStateList) +com.google.android.material.R$attr: int homeAsUpIndicator +wangdaye.com.geometricweather.R$styleable: int MaterialTextAppearance_android_letterSpacing +android.didikee.donate.R$styleable: int Toolbar_android_minHeight +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd +androidx.legacy.coreutils.R$styleable: int GradientColor_android_gradientRadius +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_ALARM +wangdaye.com.geometricweather.R$id: int beginning +retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder validateEagerly(boolean) +com.bumptech.glide.R$attr: int font +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility: AccuCurrentResult$Visibility() +androidx.appcompat.resources.R$drawable: int notification_bg_low +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder port(int) +androidx.appcompat.R$attr: int expandActivityOverflowButtonDrawable +wangdaye.com.geometricweather.R$string: int key_week_icon_mode +com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_check_material +androidx.constraintlayout.widget.R$styleable: int ActionBar_subtitleTextStyle +okhttp3.CipherSuite: okhttp3.CipherSuite forJavaName(java.lang.String) +com.google.android.material.R$attr: int chainUseRtl +androidx.preference.R$id: int top +com.google.android.material.R$styleable: int AlertDialog_singleChoiceItemLayout +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionOverflowButtonStyle +james.adaptiveicon.R$style: int Theme_AppCompat_DayNight_NoActionBar +wangdaye.com.geometricweather.R$id: int switchWidget +okhttp3.Connection: java.net.Socket socket() +okhttp3.HttpUrl$Builder: int portColonOffset(java.lang.String,int,int) +androidx.customview.R$id: int title +androidx.appcompat.R$id: int titleDividerNoCustom +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: java.lang.String getWeathercn() +com.xw.repo.bubbleseekbar.R$layout: int abc_activity_chooser_view_list_item +okhttp3.internal.http2.Huffman: void encode(okio.ByteString,okio.BufferedSink) +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeCopyDrawable +wangdaye.com.geometricweather.R$attr: int textAppearanceListItemSmall +io.reactivex.internal.util.AtomicThrowable: long serialVersionUID +wangdaye.com.geometricweather.background.service.CMWeatherProviderService +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeShareDrawable +com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_TabBar +com.google.android.material.R$styleable: int[] FloatingActionButton +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_titleEnabled +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$LocalSource LocalSource +cyanogenmod.externalviews.IKeyguardExternalViewProvider: void registerCallback(cyanogenmod.externalviews.IKeyguardExternalViewCallbacks) +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_popupTheme io.reactivex.internal.util.NotificationLite$SubscriptionNotification -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX -androidx.preference.R$id: int checked -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_checked -io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: io.reactivex.ObservableSource source -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse -com.xw.repo.bubbleseekbar.R$attr: int listDividerAlertDialog -androidx.core.R$color: int notification_action_color_filter -com.turingtechnologies.materialscrollbar.R$drawable: int design_ic_visibility_off -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.AirQuality getAirQuality() -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_fitToContents -androidx.appcompat.R$drawable: int abc_ab_share_pack_mtrl_alpha -androidx.constraintlayout.widget.R$id: int expanded_menu -androidx.viewpager2.R$dimen: int notification_main_column_padding_top -androidx.activity.R$layout: int custom_dialog -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_editTextColor -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter -james.adaptiveicon.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: io.reactivex.functions.BiPredicate comparer -wangdaye.com.geometricweather.R$styleable: int Spinner_android_dropDownWidth -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: boolean eager -androidx.loader.R$styleable: int FontFamilyFont_font -wangdaye.com.geometricweather.R$id: int mtrl_calendar_day_selector_frame -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setApparentTemperature(java.lang.Integer) -okio.Okio -androidx.constraintlayout.utils.widget.ImageFilterButton: float getContrast() -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintBottom_creator -okio.Buffer: okio.ByteString hmac(java.lang.String,okio.ByteString) -retrofit2.RequestBuilder$ContentTypeOverridingRequestBody: okhttp3.MediaType contentType -androidx.coordinatorlayout.R$id: int accessibility_custom_action_8 -com.google.android.material.R$dimen: int abc_dropdownitem_text_padding_right -android.didikee.donate.R$styleable: int AppCompatTheme_actionMenuTextColor -com.turingtechnologies.materialscrollbar.R$attr: int initialActivityCount -com.jaredrummler.android.colorpicker.R$layout: int preference_category_material -wangdaye.com.geometricweather.remoteviews.config.HourlyTrendWidgetConfigActivity -com.google.android.material.navigation.NavigationView: void setItemMaxLines(int) -com.google.android.material.R$styleable: int[] ColorStateListItem -james.adaptiveicon.R$color: int dim_foreground_material_light -androidx.preference.R$style: int TextAppearance_AppCompat_Body2 -android.didikee.donate.R$styleable: int AppCompatTextHelper_android_drawableTop -com.google.android.material.R$color: int test_mtrl_calendar_day_selected -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String getAbbreviation(android.content.Context) -okhttp3.internal.cache.CacheStrategy$Factory: java.util.Date servedDate -com.google.android.material.R$styleable: int AppCompatTheme_viewInflaterClass -com.google.android.material.slider.Slider: int getTrackSidePadding() -com.jaredrummler.android.colorpicker.R$attr: int windowFixedHeightMinor -io.reactivex.Observable: io.reactivex.Observable concatMapMaybeDelayError(io.reactivex.functions.Function,boolean,int) -androidx.hilt.work.R$color: int ripple_material_light -wangdaye.com.geometricweather.R$attr: int actionModeBackground -okhttp3.internal.cache2.Relay: Relay(java.io.RandomAccessFile,okio.Source,long,okio.ByteString,long) -com.google.android.material.R$attr: int textColorSearchUrl -com.xw.repo.bubbleseekbar.R$attr: R$attr() -wangdaye.com.geometricweather.R$string: int about_page_indicator -androidx.constraintlayout.widget.R$attr: int layout_constraintHeight_min -okhttp3.internal.http2.Http2Connection: boolean $assertionsDisabled -cyanogenmod.providers.CMSettings$Global: boolean isLegacySetting(java.lang.String) -androidx.appcompat.R$id: int textSpacerNoButtons -com.google.android.material.bottomnavigation.BottomNavigationView: void setItemTextColor(android.content.res.ColorStateList) -androidx.preference.R$anim: int btn_radio_to_off_mtrl_ring_outer_animation -wangdaye.com.geometricweather.R$id: int test_checkbox_android_button_tint -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: void setValue(java.lang.String) -cyanogenmod.externalviews.KeyguardExternalView$9: void run() -wangdaye.com.geometricweather.R$attr: int selectableItemBackground -wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintWidth_max -wangdaye.com.geometricweather.R$styleable: int[] MaterialShape -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.String getAqiText() -androidx.recyclerview.R$attr: int fontProviderAuthority -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: java.util.Date StartDateTime -androidx.appcompat.R$styleable: int[] FontFamilyFont -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: long serialVersionUID -com.google.android.material.R$styleable: int[] MaterialCalendar -cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onKeyguardShowing(boolean) -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: void onError(java.lang.Throwable) -androidx.constraintlayout.widget.ConstraintLayout -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps$WarningTimelapsItem -androidx.appcompat.widget.ViewStubCompat: void setLayoutResource(int) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Speed: java.lang.String Unit -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX -com.jaredrummler.android.colorpicker.R$color: int abc_color_highlight_material -androidx.preference.R$styleable: int Toolbar_titleMarginEnd -retrofit2.HttpException: int code() -androidx.appcompat.widget.SearchView$SearchAutoComplete: SearchView$SearchAutoComplete(android.content.Context,android.util.AttributeSet) -retrofit2.RequestFactory$Builder: java.lang.String PARAM -androidx.lifecycle.extensions.R$layout: int notification_template_part_chronometer -com.google.android.material.R$styleable: int Slider_labelBehavior -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.HourlyEntity) -okio.Buffer: boolean rangeEquals(long,okio.ByteString) -wangdaye.com.geometricweather.R$attr: int thumbStrokeWidth -wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_previewSize -com.google.android.material.R$style: int Widget_MaterialComponents_TabLayout_PrimarySurface -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean getYesterday() -io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property CloudCover -androidx.loader.R$id: int action_divider -androidx.coordinatorlayout.R$attr: int fontProviderPackage -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: io.reactivex.internal.disposables.ArrayCompositeDisposable resources -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light -com.google.android.material.R$attr: int colorSecondaryVariant -androidx.preference.R$string: int abc_action_bar_home_description -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ProgressBar -androidx.fragment.app.FragmentManagerState -androidx.work.R$id: int tag_accessibility_clickable_spans -com.google.android.material.appbar.AppBarLayout$BaseBehavior$SavedState: android.os.Parcelable$Creator CREATOR -androidx.preference.R$styleable: int ButtonBarLayout_allowStacking -okio.ByteString: okio.ByteString md5() -androidx.preference.R$id: int action_bar_root -androidx.appcompat.widget.Toolbar: int getContentInsetEnd() -com.google.android.material.R$styleable: int BottomNavigationView_elevation -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header -androidx.recyclerview.R$styleable: int[] FontFamily -wangdaye.com.geometricweather.R$id: int notification_base_weather -okhttp3.OkHttpClient: okhttp3.CookieJar cookieJar -okio.RealBufferedSource: boolean closed -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_102 -com.amap.api.location.AMapLocationClientOption$1 -okhttp3.internal.platform.Platform: okhttp3.internal.tls.TrustRootIndex buildTrustRootIndex(javax.net.ssl.X509TrustManager) -androidx.lifecycle.ComputableLiveData$2: androidx.lifecycle.ComputableLiveData this$0 -com.google.android.material.R$styleable: int AnimatedStateListDrawableTransition_android_reversible -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_3_00 -androidx.dynamicanimation.R$layout: R$layout() -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: ObservableConcatMap$ConcatMapDelayErrorObserver(io.reactivex.Observer,io.reactivex.functions.Function,int,boolean) -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_firstHorizontalBias -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Subhead -retrofit2.RequestBuilder: void addFormField(java.lang.String,java.lang.String,boolean) -androidx.constraintlayout.widget.R$id: int select_dialog_listview -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense -androidx.constraintlayout.widget.R$attr: int switchTextAppearance -androidx.constraintlayout.widget.R$color: int highlighted_text_material_light -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setNeedAddress(boolean) -androidx.loader.R$color: int notification_action_color_filter -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Metric: int UnitType -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Rain: AccuDailyResult$DailyForecasts$Night$Rain() -io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver parent -androidx.appcompat.widget.AppCompatImageView: android.graphics.PorterDuff$Mode getSupportImageTintMode() -androidx.preference.R$styleable: int[] AppCompatImageView -androidx.constraintlayout.utils.widget.ImageFilterView: float getCrossfade() -com.turingtechnologies.materialscrollbar.R$attr: int actionDropDownStyle -wangdaye.com.geometricweather.R$style: int AlertDialog_AppCompat -wangdaye.com.geometricweather.R$string: int settings_title_forecast_tomorrow_time -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void onError(java.lang.Throwable) -androidx.preference.R$styleable: int Toolbar_android_gravity -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: java.lang.String parent -com.google.android.material.button.MaterialButton: int getIconSize() -wangdaye.com.geometricweather.R$id: int switch_layout -okhttp3.internal.http2.Http2Stream: void addBytesToWriteWindow(long) -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void onComplete() -com.google.android.material.R$color: int androidx_core_secondary_text_default_material_light -androidx.preference.R$styleable: int AppCompatTheme_actionButtonStyle -androidx.constraintlayout.widget.R$dimen: int notification_right_icon_size -wangdaye.com.geometricweather.R$color: int mtrl_calendar_selected_range -androidx.constraintlayout.widget.R$attr: int round -androidx.constraintlayout.widget.R$id: int stop -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$2: ExternalViewProviderService$Provider$ProviderImpl$2(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) -androidx.appcompat.R$color: int primary_material_light -androidx.customview.R$layout: int notification_action -retrofit2.RequestBuilder: okhttp3.MediaType contentType -androidx.viewpager.widget.ViewPager: void setPageMarginDrawable(android.graphics.drawable.Drawable) -okhttp3.internal.http2.Http2Reader$ContinuationSource: Http2Reader$ContinuationSource(okio.BufferedSource) -wangdaye.com.geometricweather.R$attr: int subtitleTextStyle -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$PhenomenonMaxColor -androidx.constraintlayout.widget.R$attr: int motionPathRotate -okio.AsyncTimeout$2: okio.Timeout timeout() -androidx.recyclerview.widget.RecyclerView: void removeOnItemTouchListener(androidx.recyclerview.widget.RecyclerView$OnItemTouchListener) -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float rain -androidx.constraintlayout.widget.R$styleable: int Toolbar_subtitle -okhttp3.RealCall$1: void timedOut() -cyanogenmod.themes.ThemeChangeRequest: int getNumChangesRequested() -com.google.android.material.R$styleable: int TextInputLayout_helperText -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_31 -androidx.appcompat.widget.SwitchCompat: android.content.res.ColorStateList getThumbTintList() -androidx.preference.R$styleable: int AppCompatTheme_actionBarTheme -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_UnelevatedButton -androidx.preference.R$styleable: int View_android_theme -com.turingtechnologies.materialscrollbar.R$drawable: int abc_cab_background_top_mtrl_alpha -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Caption -androidx.work.R$attr: int ttcIndex -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_icon_text_spacing -io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceTimedObserver parent -androidx.appcompat.R$color: int foreground_material_dark -okhttp3.Address: javax.net.ssl.SSLSocketFactory sslSocketFactory -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void goAway(int,okhttp3.internal.http2.ErrorCode,okio.ByteString) -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void onPause() -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float totalPrecipitation -wangdaye.com.geometricweather.R$layout: int container_main_pollen -wangdaye.com.geometricweather.R$xml: int cm_weather_provider_options -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModePasteDrawable -com.google.android.material.R$styleable: int Badge_badgeGravity -androidx.preference.R$styleable: int MenuItem_android_title -cyanogenmod.externalviews.KeyguardExternalViewProviderService$1$1: KeyguardExternalViewProviderService$1$1(cyanogenmod.externalviews.KeyguardExternalViewProviderService$1,android.os.Bundle) -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_padding -cyanogenmod.app.CustomTile$ExpandedStyle: android.os.Parcelable$Creator CREATOR -com.jaredrummler.android.colorpicker.R$id: int cpv_color_panel_old -cyanogenmod.weatherservice.WeatherProviderService: android.os.Handler access$000(cyanogenmod.weatherservice.WeatherProviderService) -james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth -androidx.vectordrawable.R$attr: int fontVariationSettings -com.google.android.material.R$id: int material_clock_period_pm_button -com.amap.api.fence.GeoFence: void setRadius(float) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA -retrofit2.BuiltInConverters$VoidResponseBodyConverter: BuiltInConverters$VoidResponseBodyConverter() -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.HourlyEntityDao hourlyEntityDao -com.google.android.material.R$attr: int actionBarTabBarStyle -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown -io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: boolean isEmpty() -androidx.preference.R$style: int Theme_AppCompat_Dialog -androidx.loader.R$id: int right_side -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header -androidx.preference.R$styleable: int Preference_allowDividerBelow -android.didikee.donate.R$style: int Widget_AppCompat_ActionBar_Solid -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: java.lang.String getUnit() -cyanogenmod.providers.CMSettings$System -wangdaye.com.geometricweather.R$styleable: int[] ActionMenuItemView -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum: AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum() -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_thumbTintMode +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_SeekBar_Discrete +androidx.viewpager.R$id: int right_side +androidx.preference.R$dimen: int preference_seekbar_padding_horizontal +com.amap.api.location.AMapLocation: void setLatitude(double) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_7 +androidx.appcompat.R$anim: int btn_checkbox_to_checked_icon_null_animation +com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat_Dark +com.google.android.material.R$styleable: int Snackbar_snackbarButtonStyle +wangdaye.com.geometricweather.R$styleable: int ViewStubCompat_android_layout +wangdaye.com.geometricweather.R$attr: int logoDescription +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeRealFeelTemperature +androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable: androidx.lifecycle.Lifecycle$Event mEvent +android.didikee.donate.R$dimen: int abc_action_bar_overflow_padding_start_material +wangdaye.com.geometricweather.R$attr: int popupTheme +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintWidth_max +wangdaye.com.geometricweather.R$drawable: int notif_temp_4 +androidx.swiperefreshlayout.widget.SwipeRefreshLayout$SavedState: android.os.Parcelable$Creator CREATOR +cyanogenmod.app.CMContextConstants: java.lang.String CM_APP_SUGGEST_SERVICE +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_70 +cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String READ_ALARMS_PERMISSION +io.reactivex.internal.observers.DeferredScalarObserver: DeferredScalarObserver(io.reactivex.Observer) +androidx.preference.R$attr: int searchViewStyle +com.google.android.material.bottomnavigation.BottomNavigationItemView: androidx.appcompat.view.menu.MenuItemImpl getItemData() +com.jaredrummler.android.colorpicker.R$color: int dim_foreground_disabled_material_light +androidx.core.app.RemoteActionCompatParcelizer: void write(androidx.core.app.RemoteActionCompat,androidx.versionedparcelable.VersionedParcel) +io.reactivex.exceptions.MissingBackpressureException: MissingBackpressureException() +androidx.coordinatorlayout.R$id: int tag_accessibility_actions +wangdaye.com.geometricweather.R$id: int right_side +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constrainedWidth +com.google.android.material.R$attr: int textAppearancePopupMenuHeader +cyanogenmod.externalviews.ExternalView: android.content.ServiceConnection mServiceConnection +cyanogenmod.app.ThemeVersion$ThemeVersionImpl2$1 +androidx.appcompat.widget.AppCompatRatingBar +wangdaye.com.geometricweather.R$xml: int standalone_badge +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onAttach_0 +com.github.rahatarmanahmed.cpv.CircularProgressView: void setVisibility(int) +wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_android_ttcIndex +com.google.android.material.R$styleable: int TabLayout_tabPaddingEnd +com.turingtechnologies.materialscrollbar.R$anim: int design_snackbar_in +androidx.hilt.R$anim: int fragment_close_exit +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_content_padding +cyanogenmod.power.PerformanceManager: boolean getProfileHasAppProfiles(int) +okhttp3.internal.http2.Http2Codec: java.util.List HTTP_2_SKIPPED_RESPONSE_HEADERS +com.google.android.material.R$layout: int design_layout_snackbar +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_fab_translation_z_hovered_focused +com.google.android.material.R$attr: int radioButtonStyle +com.google.android.material.R$styleable: int TextInputLayout_boxCornerRadiusBottomEnd +wangdaye.com.geometricweather.common.rxjava.BaseObserver: void onNext(java.lang.Object) +retrofit2.Retrofit$Builder: java.util.List callAdapterFactories() +com.google.android.material.R$string: int path_password_eye_mask_strike_through +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String TITLE +com.xw.repo.bubbleseekbar.R$string: int status_bar_notification_info_overflow +wangdaye.com.geometricweather.R$string: int mtrl_picker_day_of_week_column_header +androidx.constraintlayout.widget.R$dimen: int notification_media_narrow_margin +androidx.constraintlayout.widget.R$styleable: int GradientColor_android_gradientRadius +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void drain() +androidx.core.app.ComponentActivity +wangdaye.com.geometricweather.db.entities.AlertEntity: void setContent(java.lang.String) +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ProgressBar +james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert +com.google.android.material.slider.BaseSlider: void setHaloRadius(int) +com.google.android.material.R$layout: int notification_template_part_chronometer +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_navigation_item_horizontal_padding +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_show_section_mark +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_menu_material +okio.RealBufferedSource$1: RealBufferedSource$1(okio.RealBufferedSource) +okio.Okio$3: void flush() +wangdaye.com.geometricweather.R$attr: int listPreferredItemHeightSmall +okio.Buffer: int read(byte[]) +okhttp3.internal.platform.Platform: java.lang.String getPrefix() +android.didikee.donate.R$styleable: int SearchView_suggestionRowLayout +android.support.v4.os.IResultReceiver$Stub: java.lang.String DESCRIPTOR +com.google.android.material.R$attr: int region_widthMoreThan +io.reactivex.Observable: io.reactivex.Observable using(java.util.concurrent.Callable,io.reactivex.functions.Function,io.reactivex.functions.Consumer) +io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: java.lang.Object value +androidx.appcompat.resources.R$id: int chronometer +com.google.android.material.slider.Slider: java.lang.CharSequence getAccessibilityClassName() +cyanogenmod.profiles.ConnectionSettings: int CM_MODE_3G +okhttp3.internal.http.HttpHeaders: java.lang.String readQuotedString(okio.Buffer) +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: int IconCode +android.didikee.donate.R$attr: int actionOverflowMenuStyle +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeCloseDrawable +com.google.android.material.R$dimen: int mtrl_low_ripple_hovered_alpha +com.amap.api.location.AMapLocation: boolean isMock() +androidx.appcompat.R$drawable: int btn_checkbox_unchecked_mtrl +com.google.android.material.R$string: int mtrl_picker_range_header_selected +android.didikee.donate.R$style: int Base_Widget_AppCompat_Toolbar +wangdaye.com.geometricweather.R$id +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Display4 +androidx.loader.R$id: int tag_unhandled_key_listeners +com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType ALIYUN +com.google.android.material.transformation.TransformationChildCard +wangdaye.com.geometricweather.R$drawable: int notif_temp_59 +androidx.appcompat.R$style: int Theme_AppCompat_Light_DialogWhenLarge +com.jaredrummler.android.colorpicker.R$dimen: int abc_edit_text_inset_horizontal_material +okio.Utf8: long size(java.lang.String,int,int) +androidx.core.R$attr: int fontStyle +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: boolean active +com.turingtechnologies.materialscrollbar.R$attr: int fastScrollHorizontalThumbDrawable +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_android_textOff +com.google.android.gms.internal.location.zzbe +androidx.preference.R$anim +com.amap.api.fence.GeoFence: int k +okhttp3.MediaType: java.lang.String QUOTED +okhttp3.Dispatcher: Dispatcher() +androidx.fragment.R$style: int Widget_Compat_NotificationActionText +com.bumptech.glide.load.engine.CallbackException +androidx.hilt.work.R$styleable: int GradientColor_android_centerColor +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Small +androidx.preference.SwitchPreferenceCompat +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: ObservableThrottleFirstTimed$DebounceTimedObserver(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler$Worker) +androidx.hilt.lifecycle.R$style: R$style() +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge +androidx.constraintlayout.utils.widget.ImageFilterButton: float getWarmth() +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_isEnabled +androidx.dynamicanimation.R$dimen: int compat_button_inset_horizontal_material +com.turingtechnologies.materialscrollbar.R$id: int scrollIndicatorUp +androidx.appcompat.R$styleable: int ActionBar_progressBarStyle +okhttp3.internal.http1.Http1Codec: int STATE_WRITING_REQUEST_BODY +androidx.appcompat.R$styleable: int ActionMode_backgroundSplit +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Metric: int UnitType +androidx.lifecycle.MutableLiveData: void setValue(java.lang.Object) +io.reactivex.internal.disposables.ArrayCompositeDisposable: ArrayCompositeDisposable(int) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeIcePrecipitation(java.lang.Float) +wangdaye.com.geometricweather.R$id: int fill_vertical +androidx.hilt.work.R$anim: int fragment_open_enter +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintTop_toTopOf +androidx.preference.R$styleable: int SearchView_android_focusable +androidx.constraintlayout.widget.R$id: int parentRelative +com.google.android.material.textfield.TextInputLayout: void setBoxStrokeColor(int) +cyanogenmod.os.Build$CM_VERSION_CODES: Build$CM_VERSION_CODES() +androidx.constraintlayout.helper.widget.Layer +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Humidity humidity +com.google.android.material.R$drawable: int abc_ratingbar_small_material +androidx.lifecycle.ViewModelProvider$Factory: androidx.lifecycle.ViewModel create(java.lang.Class) +androidx.recyclerview.widget.GridLayoutManager: GridLayoutManager(android.content.Context,android.util.AttributeSet,int,int) +james.adaptiveicon.R$styleable: int DrawerArrowToggle_arrowHeadLength +com.google.android.material.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow +androidx.appcompat.view.menu.MenuPopup: void setOnDismissListener(android.widget.PopupWindow$OnDismissListener) +android.didikee.donate.R$attr: int actionModeCopyDrawable +james.adaptiveicon.R$id: int alertTitle +androidx.hilt.lifecycle.R$dimen: int notification_small_icon_background_padding +james.adaptiveicon.R$styleable: int DrawerArrowToggle_gapBetweenBars +io.reactivex.internal.subscriptions.BasicQueueSubscription: void request(long) +com.jaredrummler.android.colorpicker.R$styleable: int Preference_singleLineTitle +android.didikee.donate.R$styleable: int MenuView_android_itemTextAppearance +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen +androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: ObservableSwitchMap$SwitchMapInnerObserver(io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver,long,int) +androidx.constraintlayout.widget.R$styleable: int KeyPosition_keyPositionType +androidx.appcompat.R$styleable: int Spinner_android_popupBackground +wangdaye.com.geometricweather.db.entities.AlertEntity: int getPriority() +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_logo +okio.Buffer: long readHexadecimalUnsignedLong() +cyanogenmod.hardware.IThermalListenerCallback$Stub$Proxy: IThermalListenerCallback$Stub$Proxy(android.os.IBinder) +androidx.activity.R$dimen: int compat_notification_large_icon_max_width +androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_drawableStart +androidx.constraintlayout.widget.R$dimen: int abc_text_size_body_2_material +okhttp3.HttpUrl: void percentDecode(okio.Buffer,java.lang.String,int,int,boolean) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric +com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status COMPLETE +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_MonthTextView +androidx.lifecycle.ClassesInfoCache$CallbackInfo: void invokeMethodsForEvent(java.util.List,androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event,java.lang.Object) +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather: java.lang.String temperature +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_titleCondensed +android.support.v4.app.INotificationSideChannel$Stub$Proxy: void cancelAll(java.lang.String) +cyanogenmod.providers.ThemesContract: ThemesContract() +androidx.constraintlayout.widget.R$styleable: int MotionHelper_onHide +io.reactivex.disposables.ReferenceDisposable: boolean isDisposed() +okio.Buffer: okio.Buffer writeLongLe(long) +com.google.android.material.card.MaterialCardView: void setBackgroundDrawable(android.graphics.drawable.Drawable) +androidx.coordinatorlayout.widget.CoordinatorLayout$SavedState +androidx.work.R$id: int forever +com.amap.api.fence.DistrictItem: void writeToParcel(android.os.Parcel,int) +androidx.preference.R$style: int Widget_AppCompat_ImageButton +com.google.android.material.slider.RangeSlider: void setThumbElevationResource(int) +com.xw.repo.bubbleseekbar.R$attr: int controlBackground +androidx.preference.R$anim: int abc_grow_fade_in_from_bottom +android.didikee.donate.R$drawable: int abc_list_selector_disabled_holo_light +io.reactivex.Observable: io.reactivex.Observable doOnEach(io.reactivex.functions.Consumer) +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_iconStartPadding +cyanogenmod.weatherservice.IWeatherProviderServiceClient +wangdaye.com.geometricweather.R$styleable: int Chip_chipIconTint +androidx.recyclerview.widget.RecyclerView: void setOnScrollListener(androidx.recyclerview.widget.RecyclerView$OnScrollListener) +com.amap.api.location.UmidtokenInfo: java.lang.String getUmidtoken() +androidx.constraintlayout.helper.widget.Flow: void setHorizontalBias(float) +io.reactivex.Observable: void blockingForEach(io.reactivex.functions.Consumer) +android.didikee.donate.R$attr: int textAppearanceListItemSmall +com.jaredrummler.android.colorpicker.R$attr: int titleMargin +okio.RealBufferedSource$1: void close() +androidx.lifecycle.LifecycleEventObserver +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_26 +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator HEADSET_CONNECT_PLAYER_VALIDATOR +io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: int size +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void innerComplete(io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver) +androidx.preference.R$styleable: int MenuView_android_horizontalDivider +okhttp3.RealCall$1: RealCall$1(okhttp3.RealCall) +james.adaptiveicon.R$dimen: int abc_text_size_button_material +wangdaye.com.geometricweather.R$string: int material_timepicker_am +androidx.lifecycle.LifecycleRegistry: boolean mHandlingEvent +cyanogenmod.platform.R$string: R$string() +com.google.android.material.R$attr: int itemTextAppearance +wangdaye.com.geometricweather.R$id: int dialog_weather_hourly_text +com.jaredrummler.android.colorpicker.R$dimen: int notification_big_circle_margin +androidx.appcompat.R$style: int Base_V7_Theme_AppCompat +androidx.lifecycle.extensions.R$attr: int fontProviderFetchTimeout +androidx.constraintlayout.widget.Placeholder: Placeholder(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$attr: int itemShapeInsetBottom +okhttp3.internal.http.CallServerInterceptor: boolean forWebSocket +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX direction +com.google.android.material.R$attr: int tint +wangdaye.com.geometricweather.R$dimen: int design_tab_max_width +wangdaye.com.geometricweather.R$id: int activity_widget_config_container +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setUpdateTime(long) +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintRight_toLeftOf +com.google.android.material.card.MaterialCardView: void setRadius(float) +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setNotification(java.lang.String) +wangdaye.com.geometricweather.R$id: int widget_day_week_subtitle +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.util.Date time +androidx.lifecycle.extensions.R$id: int tag_unhandled_key_listeners +com.jaredrummler.android.colorpicker.R$color: int tooltip_background_dark +com.google.android.material.internal.CheckableImageButton$SavedState: android.os.Parcelable$Creator CREATOR +com.google.android.material.progressindicator.ProgressIndicator: int getGrowMode() +wangdaye.com.geometricweather.R$styleable: int SwitchPreference_switchTextOff +wangdaye.com.geometricweather.R$layout: int material_clockface_textview +retrofit2.OkHttpCall$ExceptionCatchingResponseBody: long contentLength() +io.reactivex.Observable: io.reactivex.Observable concatArrayEager(io.reactivex.ObservableSource[]) +com.google.android.material.R$style: int Widget_Design_BottomNavigationView +androidx.constraintlayout.utils.widget.ImageFilterButton: void setSaturation(float) +com.xw.repo.bubbleseekbar.R$styleable: int ViewStubCompat_android_id +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabPaddingBottom +com.google.android.material.R$attr: int tabRippleColor +com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_android_fontStyle +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property RagweedIndex +com.turingtechnologies.materialscrollbar.R$attr: int iconTint +com.google.android.material.R$attr: int flow_lastHorizontalStyle +androidx.appcompat.R$layout: int abc_select_dialog_material +com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_Snackbar +com.jaredrummler.android.colorpicker.R$styleable: int[] DialogPreference +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Button_Borderless +okhttp3.internal.cache.CacheStrategy: okhttp3.Response cacheResponse +cyanogenmod.providers.CMSettings$Global: long getLongForUser(android.content.ContentResolver,java.lang.String,long,int) +com.google.android.material.R$id: int unlabeled +io.reactivex.exceptions.UndeliverableException: long serialVersionUID +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Display2 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String getShortDescription() +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Day +androidx.lifecycle.ProcessLifecycleOwner: android.os.Handler mHandler +androidx.lifecycle.ViewModelProvider$Factory +retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback: void onFailure(retrofit2.Call,java.lang.Throwable) +okio.Pipe: okio.Buffer buffer +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_percent +cyanogenmod.weatherservice.WeatherProviderService: java.lang.String SERVICE_META_DATA +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_editor_absoluteX +okhttp3.FormBody: java.util.List encodedValues +wangdaye.com.geometricweather.R$styleable: int InkPageIndicator_animationDuration +com.turingtechnologies.materialscrollbar.R$style: int Theme_Design_BottomSheetDialog +com.google.android.material.R$dimen: int notification_right_side_padding_top +androidx.viewpager2.R$attr: R$attr() +com.google.android.material.circularreveal.CircularRevealLinearLayout: com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo getRevealInfo() +androidx.preference.R$dimen: int abc_text_size_display_4_material +wangdaye.com.geometricweather.R$attr: int bsb_bubble_text_size +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setIcon(int) +androidx.appcompat.R$styleable: int DrawerArrowToggle_arrowShaftLength +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: ObservableSampleTimed$SampleTimedObserver(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +androidx.constraintlayout.widget.R$attr: int layout_constraintRight_creator +cyanogenmod.platform.Manifest$permission: java.lang.String MODIFY_NETWORK_SETTINGS +cyanogenmod.externalviews.KeyguardExternalView$9 +okhttp3.internal.http2.Hpack$Writer: int headerTableSizeSetting +wangdaye.com.geometricweather.db.entities.MinutelyEntity: long getTime() +androidx.preference.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Display2 +androidx.appcompat.R$attr: int autoCompleteTextViewStyle +wangdaye.com.geometricweather.R$id: int widget_trend_daily_item_2 +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_temp_4 +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputEditText_FilledBox +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void onSubscribe(io.reactivex.disposables.Disposable) +james.adaptiveicon.R$style: int TextAppearance_Compat_Notification_Line2 +com.google.android.material.datepicker.MaterialCalendar$CalendarSelector: com.google.android.material.datepicker.MaterialCalendar$CalendarSelector valueOf(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int Layout_layout_goneMarginStart +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver +androidx.appcompat.widget.AppCompatSpinner: int getDropDownVerticalOffset() +wangdaye.com.geometricweather.R$attr: int buttonBarPositiveButtonStyle +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_searchViewStyle +okhttp3.ResponseBody$BomAwareReader: boolean closed +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: void dispose() +com.google.android.material.textfield.TextInputLayout: void setEndIconTintList(android.content.res.ColorStateList) +wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.String getShortUVDescription() +wangdaye.com.geometricweather.R$id: int notification_big_temp_4 +androidx.appcompat.R$style: int Widget_AppCompat_SeekBar +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_goneMarginLeft +james.adaptiveicon.R$attr: int buttonTintMode +james.adaptiveicon.R$integer +io.reactivex.Observable: io.reactivex.Observable takeLast(long,long,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_android_disableDependentsState +com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_singleChoiceItemLayout +wangdaye.com.geometricweather.R$color: int design_dark_default_color_secondary_variant +okhttp3.CacheControl: boolean noStore +androidx.preference.R$attr: int widgetLayout +androidx.core.widget.NestedScrollView: int getScrollRange() +io.reactivex.Observable: io.reactivex.Observable switchOnNextDelayError(io.reactivex.ObservableSource) +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_25 +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_strokeWidth +androidx.lifecycle.extensions.R$dimen: int compat_notification_large_icon_max_height +android.didikee.donate.R$attr: int actionModeCloseDrawable +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeFillColor +com.google.android.material.R$attr: int layout_goneMarginStart +androidx.preference.R$attr: int switchPadding +com.google.android.material.R$color: int material_timepicker_button_background +okhttp3.Headers: okhttp3.Headers of(java.lang.String[]) +androidx.preference.R$dimen: int abc_action_bar_overflow_padding_end_material +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$3 +org.greenrobot.greendao.AbstractDao: void insertInTx(java.lang.Iterable,boolean) +james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light_DarkActionBar +androidx.lifecycle.extensions.R$string: R$string() +com.xw.repo.bubbleseekbar.R$attr: int colorButtonNormal +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void otherComplete() +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: void setAdaptiveWidthEnabled(boolean) +com.google.android.material.R$dimen: int mtrl_extended_fab_disabled_translation_z +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_MaterialComponents_Badge +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String city +com.google.android.material.R$style: int TextAppearance_AppCompat_Display1 +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void cancel() +io.reactivex.internal.util.AtomicThrowable: java.lang.Throwable terminate() +okhttp3.internal.http.HttpMethod: boolean redirectsWithBody(java.lang.String) +okhttp3.RealCall$AsyncCall +cyanogenmod.weatherservice.ServiceRequestResult: int describeContents() +android.didikee.donate.R$styleable: int AppCompatTheme_windowFixedWidthMinor +androidx.preference.R$styleable: int SwitchPreference_summaryOn +com.google.android.material.R$dimen: int abc_text_size_menu_header_material +wangdaye.com.geometricweather.R$drawable: int notif_temp_101 +androidx.constraintlayout.helper.widget.Flow: void setPadding(int) +androidx.preference.PreferenceFragmentCompat: PreferenceFragmentCompat() +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintBottom_toTopOf +com.turingtechnologies.materialscrollbar.R$id: int tag_unhandled_key_listeners +com.xw.repo.bubbleseekbar.R$attr: int tickMarkTintMode +androidx.loader.R$styleable: int FontFamilyFont_android_fontVariationSettings +wangdaye.com.geometricweather.R$string: int circular_progress_view +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String DATE_CREATED +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: java.lang.String value +io.reactivex.Observable: io.reactivex.Observable window(java.util.concurrent.Callable,int) +okhttp3.internal.http2.Http2Writer: int maxDataLength() +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void onError(java.lang.Throwable) +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: boolean isDisposed() +cyanogenmod.app.ProfileManager: java.lang.String INTENT_ACTION_PROFILE_SELECTED +com.jaredrummler.android.colorpicker.R$drawable: int abc_tab_indicator_material +wangdaye.com.geometricweather.R$attr: int windowFixedHeightMinor +com.google.android.material.R$styleable: int RangeSlider_minSeparation +cyanogenmod.app.CMStatusBarManager: cyanogenmod.app.CMStatusBarManager sCMStatusBarManagerInstance +com.google.android.material.R$styleable: int[] ScrimInsetsFrameLayout +com.google.android.material.R$dimen: int material_filled_edittext_font_1_3_padding_bottom +com.google.android.material.slider.BaseSlider: void setValueTo(float) +androidx.appcompat.R$styleable: int AppCompatTheme_alertDialogStyle +androidx.appcompat.resources.R$id: int right_side +io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.BiFunction,int) +cyanogenmod.weather.RequestInfo: void writeToParcel(android.os.Parcel,int) +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Medium +james.adaptiveicon.R$color +com.turingtechnologies.materialscrollbar.R$id: int shortcut +androidx.appcompat.R$styleable: int AppCompatTheme_listPopupWindowStyle +okhttp3.internal.cache2.FileOperator: void write(long,okio.Buffer,long) +okhttp3.internal.cache.CacheStrategy$Factory: java.lang.String etag +com.google.android.material.tabs.TabLayout: void setTabIndicatorFullWidth(boolean) +com.google.android.material.R$styleable: int Constraint_motionProgress +androidx.preference.EditTextPreferenceDialogFragmentCompat +okhttp3.internal.http.HttpDate: long MAX_DATE +com.turingtechnologies.materialscrollbar.R$id: int labeled +com.google.android.material.R$id: int bounce +androidx.constraintlayout.widget.R$color: int abc_search_url_text_selected +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_setDisplayMode +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_divider +androidx.preference.R$styleable: int Preference_android_defaultValue +com.turingtechnologies.materialscrollbar.R$color: int abc_primary_text_disable_only_material_dark +okio.Buffer$1: java.lang.String toString() +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintBottom_creator +com.turingtechnologies.materialscrollbar.R$dimen: int compat_notification_large_icon_max_width +cyanogenmod.app.ProfileManager: cyanogenmod.app.Profile getProfile(java.util.UUID) +androidx.recyclerview.R$styleable: int GradientColorItem_android_offset +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_framePosition +com.google.android.gms.common.ConnectionResult: android.os.Parcelable$Creator CREATOR +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: boolean isDisposed() +io.reactivex.internal.subscriptions.BasicIntQueueSubscription: boolean offer(java.lang.Object,java.lang.Object) +com.google.android.material.R$color: int bright_foreground_disabled_material_dark +wangdaye.com.geometricweather.R$styleable: int[] ActionBarLayout +wangdaye.com.geometricweather.R$string: int error_icon_content_description +com.google.android.material.R$id: int scrollIndicatorUp +okhttp3.internal.http2.Http2: byte TYPE_CONTINUATION +androidx.coordinatorlayout.R$id +cyanogenmod.themes.IThemeChangeListener$Stub$Proxy: android.os.IBinder asBinder() +androidx.appcompat.R$id: int accessibility_custom_action_14 +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_title +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light_Dialog +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ListView_Menu +com.google.android.material.chip.Chip: void setChipStrokeColor(android.content.res.ColorStateList) +androidx.constraintlayout.widget.R$styleable: int[] StateListDrawable +wangdaye.com.geometricweather.R$array: int speed_units +androidx.coordinatorlayout.R$id: int accessibility_custom_action_16 +com.turingtechnologies.materialscrollbar.R$attr: int isLightTheme +retrofit2.ParameterHandler$HeaderMap +wangdaye.com.geometricweather.R$styleable: int AppBarLayoutStates_state_lifted +okhttp3.Cache: void evictAll() +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_AES_128_GCM_SHA256 +retrofit2.BuiltInConverters$RequestBodyConverter: okhttp3.RequestBody convert(okhttp3.RequestBody) +com.xw.repo.bubbleseekbar.R$attr: int closeIcon +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder removePathSegment(int) +com.google.android.gms.dynamic.RemoteCreator$RemoteCreatorException: RemoteCreator$RemoteCreatorException(java.lang.String,java.lang.Throwable) +okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex: java.security.cert.X509Certificate findByIssuerAndSignature(java.security.cert.X509Certificate) +wangdaye.com.geometricweather.R$dimen: int abc_list_item_height_small_material +androidx.constraintlayout.widget.R$styleable: int Transition_staggered +androidx.lifecycle.ViewModelProvider: androidx.lifecycle.ViewModelStore mViewModelStore +io.reactivex.internal.util.HashMapSupplier: io.reactivex.internal.util.HashMapSupplier INSTANCE +okio.Buffer: void readFrom(java.io.InputStream,long,boolean) +cyanogenmod.hardware.CMHardwareManager: int getNumGammaControls() +com.google.android.material.R$styleable: int MaterialCardView_rippleColor androidx.transition.R$layout: R$layout() -wangdaye.com.geometricweather.R$drawable: int weather_wind_mini_dark -androidx.constraintlayout.widget.R$layout: int abc_screen_toolbar -retrofit2.Platform: int defaultConverterFactoriesSize() -cyanogenmod.weather.CMWeatherManager$2$2: cyanogenmod.weather.CMWeatherManager$2 this$1 -wangdaye.com.geometricweather.R$attr: int actionBarPopupTheme -retrofit2.http.Part: java.lang.String encoding() -com.xw.repo.bubbleseekbar.R$styleable: int[] SwitchCompat -okio.ByteString: int lastIndexOf(byte[],int) -com.turingtechnologies.materialscrollbar.R$color -android.didikee.donate.R$color: int abc_search_url_text_selected -androidx.customview.R$style: int Widget_Compat_NotificationActionText -com.bumptech.glide.integration.okhttp.R$id: int action_image -com.google.android.material.R$color: int tooltip_background_dark -androidx.appcompat.R$styleable: int AnimatedStateListDrawableCompat_android_visible -com.xw.repo.bubbleseekbar.R$color: int background_floating_material_light -com.google.android.material.R$styleable: int KeyPosition_drawPath -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String suggest -androidx.activity.R$attr: int fontProviderCerts -com.google.android.material.R$styleable: int AnimatedStateListDrawableTransition_android_toId -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: io.reactivex.disposables.Disposable upstream -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String getLongitude() -james.adaptiveicon.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_contentDescription -com.google.gson.stream.JsonReader: java.io.Reader in -com.google.android.material.slider.BaseSlider: BaseSlider(android.content.Context,android.util.AttributeSet,int) -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_shapeAppearanceOverlay -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit MM -androidx.legacy.coreutils.R$id: int tag_unhandled_key_listeners -com.google.android.material.R$styleable: int Layout_layout_constraintEnd_toEndOf -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: void dispose() -com.google.android.material.chip.Chip: void setLayoutDirection(int) -com.github.rahatarmanahmed.cpv.CircularProgressView: float currentProgress -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setPubTime(java.util.Date) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int IceProbability +com.jaredrummler.android.colorpicker.R$styleable: int ButtonBarLayout_allowStacking +com.google.android.material.R$style: int Animation_Design_BottomSheetDialog +com.google.android.material.R$color: int mtrl_indicator_text_color +androidx.preference.R$styleable: int AppCompatTheme_actionMenuTextColor +cyanogenmod.hardware.DisplayMode$1: DisplayMode$1() +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setBackgroundTintList(android.content.res.ColorStateList) +james.adaptiveicon.R$color: int material_deep_teal_200 +org.greenrobot.greendao.AbstractDao: void updateInTx(java.lang.Iterable) +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose w +com.google.android.material.R$attr: int animationMode +okhttp3.internal.http1.Http1Codec$FixedLengthSink: void flush() +wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat_Dark +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse +okhttp3.internal.http2.Http2Stream$FramingSink: void emitFrame(boolean) +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_shadowDy +androidx.preference.R$dimen: int tooltip_y_offset_touch +cyanogenmod.weather.WeatherLocation: java.lang.String getCountry() +cyanogenmod.app.CustomTile$Builder: android.content.Context mContext +com.google.android.material.navigation.NavigationView: void setItemIconSize(int) +okhttp3.internal.http2.Http2Writer +com.google.android.material.chip.Chip: void setShowMotionSpecResource(int) +org.greenrobot.greendao.AbstractDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) +wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: HourlyTrendItemView(android.content.Context,android.util.AttributeSet,int) +cyanogenmod.externalviews.KeyguardExternalView$4: KeyguardExternalView$4(cyanogenmod.externalviews.KeyguardExternalView) +com.baidu.location.LocationClientOption$LocationMode: com.baidu.location.LocationClientOption$LocationMode valueOf(java.lang.String) +com.jaredrummler.android.colorpicker.R$attr: int submitBackground +androidx.fragment.R$layout: R$layout() +com.xw.repo.bubbleseekbar.R$attr: int actionBarPopupTheme +com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_android_orientation +com.google.android.material.tabs.TabLayout: void setTabTextColors(android.content.res.ColorStateList) +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_title +com.xw.repo.bubbleseekbar.R$drawable: int abc_text_select_handle_right_mtrl_dark +androidx.coordinatorlayout.R$attr: int layout_insetEdge +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_analog_light +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton +com.amap.api.location.DPoint +wangdaye.com.geometricweather.R$style +androidx.appcompat.widget.ViewStubCompat: ViewStubCompat(android.content.Context,android.util.AttributeSet,int) +okhttp3.internal.connection.RealConnection: java.lang.String NPE_THROW_WITH_NULL +com.google.android.material.R$layout: int material_clock_period_toggle_land +androidx.work.R$id: int accessibility_custom_action_5 +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.MinutelyEntity,int) +com.google.android.material.R$dimen: int notification_main_column_padding_top +wangdaye.com.geometricweather.R$styleable: int[] CustomAttribute +androidx.swiperefreshlayout.R$drawable: int notification_icon_background +wangdaye.com.geometricweather.R$style: int Platform_MaterialComponents_Light_Dialog +cyanogenmod.app.LiveLockScreenInfo: cyanogenmod.app.LiveLockScreenInfo clone() +wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type PRECIPITATION +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory +android.support.v4.os.IResultReceiver$Stub +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_18 +com.turingtechnologies.materialscrollbar.R$attr: int selectableItemBackgroundBorderless +cyanogenmod.externalviews.KeyguardExternalView$8 +io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: void dispose() +com.google.android.material.R$styleable: int AppCompatTheme_popupMenuStyle +com.google.android.material.R$attr: int fastScrollVerticalThumbDrawable +com.amap.api.fence.GeoFence: java.lang.String b +okhttp3.internal.http2.Http2Reader: void readHeaders(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) +io.reactivex.Observable: io.reactivex.Single all(io.reactivex.functions.Predicate) +io.reactivex.Observable: io.reactivex.Observable window(java.util.concurrent.Callable) +com.google.android.material.R$attr: int colorOnSecondary +cyanogenmod.app.CustomTile$ExpandedItem$1: cyanogenmod.app.CustomTile$ExpandedItem createFromParcel(android.os.Parcel) +androidx.loader.R$styleable: int[] FontFamily +io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: ObservableReplay$InnerDisposable(io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver,io.reactivex.Observer) +com.xw.repo.bubbleseekbar.R$attr: int queryHint +com.google.android.material.R$dimen: int material_emphasis_medium +wangdaye.com.geometricweather.common.basic.models.weather.Alert: Alert(android.os.Parcel) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableTint +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight +io.reactivex.internal.util.NotificationLite: boolean acceptFull(java.lang.Object,io.reactivex.Observer) +androidx.transition.R$id: int actions +com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration +com.google.android.material.button.MaterialButton: void setElevation(float) +com.google.android.material.R$layout: int abc_activity_chooser_view +com.google.android.material.R$styleable: int KeyTrigger_triggerId +wangdaye.com.geometricweather.R$styleable: int Chip_closeIconEnabled +wangdaye.com.geometricweather.R$id: int spinner +androidx.hilt.lifecycle.R$anim: int fragment_fade_exit +wangdaye.com.geometricweather.R$string: int abc_menu_meta_shortcut_label +james.adaptiveicon.R$drawable: int abc_tab_indicator_mtrl_alpha +androidx.appcompat.R$style: int Base_V7_Theme_AppCompat_Dialog +cyanogenmod.externalviews.ExternalView$6: ExternalView$6(cyanogenmod.externalviews.ExternalView) +com.google.android.material.R$styleable: int[] RangeSlider +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Metric Metric +androidx.preference.R$styleable: int CompoundButton_android_button +androidx.constraintlayout.widget.R$string: int abc_action_bar_home_description +com.google.android.material.internal.NavigationMenuItemView: NavigationMenuItemView(android.content.Context,android.util.AttributeSet) +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_textinput_box_label_cutout_padding +io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: void onComplete() +wangdaye.com.geometricweather.R$id: int transition_current_scene +cyanogenmod.app.CustomTile$ExpandedStyle: CustomTile$ExpandedStyle(android.os.Parcel) +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_collapsedTitleGravity +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: boolean delayError +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_RatingBar_Small +androidx.recyclerview.R$styleable: int[] FontFamilyFont +androidx.appcompat.R$anim: int abc_popup_enter +com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity +androidx.preference.R$drawable: int tooltip_frame_dark +wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_active_item_max_width +cyanogenmod.weather.CMWeatherManager$2$1: cyanogenmod.weather.CMWeatherManager$2 this$1 +android.didikee.donate.R$attr: int spinnerDropDownItemStyle +com.google.android.material.R$dimen: int mtrl_low_ripple_default_alpha +io.reactivex.Observable: io.reactivex.Observable window(io.reactivex.ObservableSource) +androidx.transition.R$id: int transition_current_scene +androidx.appcompat.R$style: int Base_Widget_AppCompat_Spinner +androidx.constraintlayout.widget.ConstraintLayout: int getMaxWidth() +io.reactivex.Observable: io.reactivex.Observable withLatestFrom(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function5) +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: int[] getDisplayColorCalibration() +com.jaredrummler.android.colorpicker.R$string: int abc_capital_off +cyanogenmod.profiles.StreamSettings: void writeToParcel(android.os.Parcel,int) +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_bias +okhttp3.internal.http2.Http2Connection$5: java.util.List val$requestHeaders +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_paddingRight +androidx.appcompat.R$style: int Platform_ThemeOverlay_AppCompat_Dark +androidx.preference.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize +wangdaye.com.geometricweather.R$layout: int widget_day_tile +wangdaye.com.geometricweather.R$string: int key_precipitation_unit +androidx.appcompat.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeTemperature +wangdaye.com.geometricweather.background.polling.basic.UpdateService +com.google.android.material.chip.ChipGroup: ChipGroup(android.content.Context) +okio.ByteString: java.lang.String base64() +com.xw.repo.bubbleseekbar.R$drawable: int abc_action_bar_item_background_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: int status +com.google.android.material.slider.RangeSlider: void setThumbStrokeWidth(float) +com.google.android.material.R$attr: int layout_anchorGravity +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: io.reactivex.ObservableSource first +com.google.android.material.R$attr: int fastScrollHorizontalThumbDrawable +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeRainPrecipitation +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_maxButtonHeight +com.google.android.material.R$attr: int collapsedTitleGravity +wangdaye.com.geometricweather.R$string: int key_widget_clock_day_week +okio.Segment: boolean owner +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintWidth_percent +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String weatherSource +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ProgressBar_Horizontal +wangdaye.com.geometricweather.R$animator: int start_shine_1 +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textColorSearchUrl +com.google.android.material.R$dimen: int appcompat_dialog_background_inset +com.google.android.material.R$dimen: int mtrl_btn_hovered_z +cyanogenmod.profiles.LockSettings: java.lang.String TAG +io.reactivex.Observable: io.reactivex.Observable repeat() +cyanogenmod.hardware.ICMHardwareService: cyanogenmod.hardware.DisplayMode getCurrentDisplayMode() +wangdaye.com.geometricweather.R$string: int feedback_hide_lunar +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_autoSizeMinTextSize +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric: java.lang.String Unit +com.google.android.material.R$styleable: int KeyTrigger_triggerSlack +com.google.android.material.chip.Chip: void setSingleLine(boolean) +androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: AppCompatMultiAutoCompleteTextView(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$id: int item_tag +wangdaye.com.geometricweather.R$color: int darkPrimary_2 +wangdaye.com.geometricweather.common.basic.models.weather.History: java.util.Date getDate() +android.didikee.donate.R$style: int TextAppearance_AppCompat_Subhead +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceSmallPopupMenu +com.bumptech.glide.R$dimen: int notification_action_text_size +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: java.util.List value +james.adaptiveicon.R$attr: int popupWindowStyle +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ButtonBar +io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(int,io.reactivex.Scheduler) +androidx.dynamicanimation.R$attr: int fontProviderFetchStrategy +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionButton_Overflow +com.google.android.material.R$styleable: int ConstraintSet_android_id +androidx.transition.R$styleable: int FontFamily_fontProviderPackage +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void onTimeout(long) +androidx.coordinatorlayout.widget.CoordinatorLayout$SavedState: android.os.Parcelable$Creator CREATOR +org.greenrobot.greendao.AbstractDao: void attachEntity(java.lang.Object,java.lang.Object,boolean) +androidx.appcompat.R$attr: int titleMarginBottom +com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_showTitle +com.google.android.material.textfield.TextInputLayout: void setEndIconContentDescription(int) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoldIndex +com.google.android.material.R$attr: int titleMarginTop +com.amap.api.fence.GeoFence: java.util.List getDistrictItemList() +io.reactivex.Observable: io.reactivex.Observable window(io.reactivex.ObservableSource,io.reactivex.functions.Function) +cyanogenmod.providers.CMSettings$System: java.lang.String ASSIST_WAKE_SCREEN +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setStatusBar(java.lang.String) +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: java.lang.String dept +wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Content +androidx.constraintlayout.widget.R$attr: int listDividerAlertDialog +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Country: java.lang.String ID +io.reactivex.internal.operators.observable.ObservableGroupBy$State: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial Imperial +okhttp3.Headers: long byteCount() +androidx.appcompat.R$styleable: int AppCompatTheme_windowFixedWidthMajor +okhttp3.Response: okhttp3.Headers headers() +james.adaptiveicon.R$id: int actions +okhttp3.Headers: java.lang.String toString() +wangdaye.com.geometricweather.R$dimen: int subtitle_text_size +cyanogenmod.app.CMContextConstants: CMContextConstants() +okhttp3.internal.http2.Http2Connection: boolean client +retrofit2.RequestFactory$Builder: java.lang.Class boxIfPrimitive(java.lang.Class) +com.bumptech.glide.Priority: com.bumptech.glide.Priority valueOf(java.lang.String) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarItemBackground +cyanogenmod.hardware.DisplayMode: int id +com.google.android.material.chip.Chip: void setIconStartPaddingResource(int) +wangdaye.com.geometricweather.settings.dialogs.ProvidersPreviewerDialog +com.google.android.material.slider.BaseSlider: void setThumbTintList(android.content.res.ColorStateList) +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Display3 +okhttp3.internal.http1.Http1Codec$ChunkedSource: long bytesRemainingInChunk +org.greenrobot.greendao.AbstractDaoSession: java.lang.Object load(java.lang.Class,java.lang.Object) +androidx.vectordrawable.animated.R$style: int Widget_Compat_NotificationActionText +androidx.drawerlayout.R$dimen: int notification_small_icon_size_as_large +com.turingtechnologies.materialscrollbar.R$id: int actions +com.jaredrummler.android.colorpicker.R$style: int Platform_AppCompat +androidx.constraintlayout.widget.R$dimen: int abc_action_button_min_width_overflow_material +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: void onError(java.lang.Throwable) +androidx.viewpager2.widget.ViewPager2: int getScrollState() +androidx.constraintlayout.widget.R$styleable: int FontFamily_fontProviderCerts +okhttp3.internal.http.HttpDate: java.lang.String[] BROWSER_COMPATIBLE_DATE_FORMAT_STRINGS +com.google.android.material.R$attr: int tickColorInactive +com.google.android.material.R$style: int Base_Theme_AppCompat_Dialog +androidx.core.app.RemoteActionCompat +cyanogenmod.providers.CMSettings$System: android.net.Uri getUriFor(java.lang.String) +androidx.appcompat.widget.SearchView: void setImeOptions(int) +com.google.android.material.snackbar.SnackbarContentLayout: android.widget.Button getActionView() +com.jaredrummler.android.colorpicker.R$attr: int listPopupWindowStyle +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_APP_SWITCH_LONG_PRESS_ACTION_VALIDATOR +com.bumptech.glide.R$styleable: int CoordinatorLayout_statusBarBackground +wangdaye.com.geometricweather.R$attr: int cornerSize +androidx.vectordrawable.animated.R$styleable: int GradientColor_android_tileMode +androidx.constraintlayout.widget.R$styleable: int Motion_pathMotionArc +okhttp3.Cache: void update(okhttp3.Response,okhttp3.Response) +androidx.appcompat.R$id: int content +androidx.vectordrawable.R$attr: int font +com.google.android.material.R$attr: int menu +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Integer cloudCover +wangdaye.com.geometricweather.R$color: int abc_background_cache_hint_selector_material_light +wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Bridge +com.google.android.material.R$style: int Base_Widget_AppCompat_Light_PopupMenu +wangdaye.com.geometricweather.R$dimen: int abc_text_size_large_material +com.jaredrummler.android.colorpicker.R$styleable: int[] ActionBarLayout +james.adaptiveicon.R$id: int right_side +androidx.lifecycle.ProcessLifecycleOwnerInitializer: java.lang.String getType(android.net.Uri) +androidx.lifecycle.extensions.R$styleable: int GradientColor_android_endX +james.adaptiveicon.R$attr: int queryBackground +okhttp3.internal.http2.Settings: int get(int) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWindDegree +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$3: boolean val$screenOn +androidx.recyclerview.R$id: int accessibility_custom_action_1 +wangdaye.com.geometricweather.R$id: int transparency_layout +com.jaredrummler.android.colorpicker.R$layout: int notification_template_custom_big +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Button +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_52 +cyanogenmod.themes.ThemeManager: android.os.Handler mHandler +androidx.activity.R$styleable: int FontFamilyFont_fontVariationSettings +wangdaye.com.geometricweather.db.entities.DailyEntityDao: wangdaye.com.geometricweather.db.converters.WindDegreeConverter daytimeWindDegreeConverter +james.adaptiveicon.R$styleable: int ActionBar_background +androidx.preference.R$style: int Base_Animation_AppCompat_Dialog +wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_title +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getPressure() +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_snackbar_margin_horizontal +com.bumptech.glide.GeneratedAppGlideModule: GeneratedAppGlideModule() +androidx.lifecycle.ProcessLifecycleOwner: androidx.lifecycle.LifecycleOwner get() +com.turingtechnologies.materialscrollbar.R$attr: int panelMenuListWidth +james.adaptiveicon.R$style: int Base_V26_Theme_AppCompat_Light +okhttp3.internal.http2.Http2Writer: okio.BufferedSink sink +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: boolean tryOnError(java.lang.Throwable) +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property SnowPrecipitation +com.google.android.material.R$color: int material_timepicker_clockface +cyanogenmod.app.CustomTile$ExpandedItem: CustomTile$ExpandedItem(android.os.Parcel) +cyanogenmod.providers.CMSettings$Secure: java.lang.String BUTTON_BACKLIGHT_TIMEOUT +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_startY +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_AES_128_CBC_SHA +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipCornerRadius +androidx.constraintlayout.widget.R$attr: int customDimension +cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks mCallback +okio.SegmentedByteString: int segment(int) +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight_Dialog_Alert +androidx.constraintlayout.widget.R$styleable: int[] KeyPosition +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle +com.jaredrummler.android.colorpicker.R$id: int switchWidget +wangdaye.com.geometricweather.R$drawable: int abc_list_pressed_holo_light +cyanogenmod.providers.CMSettings$System: long getLong(android.content.ContentResolver,java.lang.String) +okhttp3.internal.cache.CacheStrategy$Factory: CacheStrategy$Factory(long,okhttp3.Request,okhttp3.Response) +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_ALARMS +com.jaredrummler.android.colorpicker.R$bool: int abc_action_bar_embed_tabs +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX +cyanogenmod.themes.ThemeManager$1$1: cyanogenmod.themes.ThemeManager$1 this$1 +okhttp3.internal.http2.Http2Connection$Builder: java.net.Socket socket +androidx.vectordrawable.animated.R$id: int notification_background +wangdaye.com.geometricweather.R$id: int decelerate +com.google.android.material.R$styleable: int AppCompatTheme_editTextColor +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Imperial: java.lang.String Unit +androidx.legacy.content.WakefulBroadcastReceiver +androidx.lifecycle.ProcessLifecycleOwner$3: void onActivityPaused(android.app.Activity) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Metric: int UnitType +androidx.appcompat.R$attr: int buttonStyle +androidx.preference.R$styleable: int Toolbar_titleMarginTop +okhttp3.internal.http2.Http2Writer: void rstStream(int,okhttp3.internal.http2.ErrorCode) +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_shapeAppearanceOverlay +com.xw.repo.bubbleseekbar.R$attr: int titleMargin +com.google.android.material.R$style: int TextAppearance_AppCompat_Body1 +android.didikee.donate.R$color: int dim_foreground_material_light +retrofit2.ParameterHandler$Path: void apply(retrofit2.RequestBuilder,java.lang.Object) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: java.lang.String Link +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_AutoCompleteTextView +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Caption +androidx.appcompat.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_1 +wangdaye.com.geometricweather.R$drawable: int ic_filter_off +cyanogenmod.app.Profile$ProfileTrigger$1: cyanogenmod.app.Profile$ProfileTrigger[] newArray(int) +wangdaye.com.geometricweather.R$attr: int layout_constraintDimensionRatio +com.google.android.gms.location.DetectedActivity +wangdaye.com.geometricweather.R$string: int mtrl_picker_invalid_range +wangdaye.com.geometricweather.R$id: int item_icon_provider_get_more_chronus +androidx.appcompat.widget.AlertDialogLayout +com.turingtechnologies.materialscrollbar.R$attr: int customNavigationLayout +androidx.constraintlayout.widget.R$attr: int customColorValue +okhttp3.internal.http2.Http2Writer: void pushPromise(int,int,java.util.List) +okio.Segment: void writeTo(okio.Segment,int) +androidx.loader.R$id: int text +com.turingtechnologies.materialscrollbar.R$styleable: int ThemeEnforcement_enforceTextAppearance +com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_buttonPanelSideLayout +androidx.hilt.lifecycle.R$id: int action_image +com.jaredrummler.android.colorpicker.R$anim: int abc_slide_out_top +wangdaye.com.geometricweather.R$xml: int icon_provider_drawable_filter +com.google.android.material.R$styleable: int Tooltip_android_minHeight +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: void setValue(java.lang.String) +okhttp3.internal.cache.DiskLruCache: java.io.File directory +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Spinner_DropDown +wangdaye.com.geometricweather.R$string: int sensible_temp +wangdaye.com.geometricweather.db.entities.DaoMaster$DevOpenHelper: DaoMaster$DevOpenHelper(android.content.Context,java.lang.String,android.database.sqlite.SQLiteDatabase$CursorFactory) +androidx.appcompat.resources.R$styleable: int[] FontFamilyFont +android.didikee.donate.R$styleable +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Toolbar +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: int bufferSize +wangdaye.com.geometricweather.R$layout: int mtrl_picker_header_dialog +com.github.rahatarmanahmed.cpv.CircularProgressView$3 +cyanogenmod.app.Profile$NotificationLightMode: int DISABLE +com.jaredrummler.android.colorpicker.R$style +androidx.hilt.work.R$id: int accessibility_custom_action_28 +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem +com.turingtechnologies.materialscrollbar.R$anim: int abc_popup_exit +com.jaredrummler.android.colorpicker.R$color: int primary_text_default_material_light +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: void setValue(java.util.List) +com.turingtechnologies.materialscrollbar.R$id: int reservedNamedId +okio.Buffer: okio.Buffer write(okio.ByteString) +wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: io.reactivex.functions.Function mapper +com.jaredrummler.android.colorpicker.R$styleable: int[] LinearLayoutCompat_Layout +com.baidu.location.Poi: android.os.Parcelable$Creator CREATOR +androidx.recyclerview.R$id: R$id() +okio.Pipe: boolean sinkClosed +james.adaptiveicon.R$style: int ThemeOverlay_AppCompat_Light +androidx.appcompat.R$styleable: int TextAppearance_android_textSize +androidx.preference.R$styleable: int PreferenceGroup_initialExpandedChildrenCount +wangdaye.com.geometricweather.R$id: int row_index_key +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintCircleRadius +io.reactivex.Observable: io.reactivex.Observable combineLatestDelayError(io.reactivex.ObservableSource[],io.reactivex.functions.Function,int) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_firstHorizontalStyle +androidx.lifecycle.extensions.R$styleable: int FragmentContainerView_android_tag +com.xw.repo.BubbleSeekBar: int getProgress() +cyanogenmod.providers.CMSettings$System: java.lang.String HEADSET_CONNECT_PLAYER +io.reactivex.internal.disposables.SequentialDisposable: SequentialDisposable() +com.google.android.material.R$styleable: int TabItem_android_layout +wangdaye.com.geometricweather.R$styleable: int[] TextInputEditText +androidx.preference.R$attr: int preferenceStyle +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHorizontal_chainStyle +wangdaye.com.geometricweather.R$string: int abc_action_menu_overflow_description +androidx.fragment.R$id: int accessibility_custom_action_23 +wangdaye.com.geometricweather.R$attr: int expandedTitleMargin +wangdaye.com.geometricweather.R$drawable: int shortcuts_rain +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_DES_CBC_SHA +wangdaye.com.geometricweather.R$drawable: int notif_temp_118 +james.adaptiveicon.R$styleable: int FontFamilyFont_android_fontVariationSettings +androidx.lifecycle.LiveData: int START_VERSION +cyanogenmod.alarmclock.ClockContract: java.lang.String AUTHORITY +androidx.constraintlayout.utils.widget.ImageFilterView: void setSaturation(float) +androidx.drawerlayout.widget.DrawerLayout$SavedState +james.adaptiveicon.R$styleable: int LinearLayoutCompat_android_orientation +wangdaye.com.geometricweather.R$string: int settings_summary_appearance +com.google.gson.stream.JsonWriter: java.lang.String[] HTML_SAFE_REPLACEMENT_CHARS +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_panelMenuListTheme +com.jaredrummler.android.colorpicker.R$styleable: int[] SearchView +com.google.android.material.R$dimen: int mtrl_btn_z +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver(io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver) +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: io.reactivex.internal.disposables.DisposableContainer tasks +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_day_height +james.adaptiveicon.R$attr: int color +androidx.constraintlayout.motion.widget.MotionLayout: void setTransitionDuration(int) +androidx.activity.R$styleable: int FontFamilyFont_android_fontStyle +com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat_Dialog +cyanogenmod.app.CustomTile$ExpandedStyle$1 +com.bumptech.glide.integration.okhttp.R$style: int TextAppearance_Compat_Notification_Time +wangdaye.com.geometricweather.R$styleable: int TextAppearance_fontVariationSettings +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl access$000(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider) +com.jaredrummler.android.colorpicker.R$attr: int buttonIconDimen +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String COL_UPDATE_TIME +androidx.preference.R$styleable: int MenuView_android_headerBackground +androidx.preference.R$id: int action_bar_root +android.didikee.donate.R$drawable: int abc_btn_check_material +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipSurfaceColor +androidx.preference.R$styleable: int[] Preference +android.didikee.donate.R$style: int Widget_AppCompat_Light_ListPopupWindow +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: java.util.ArrayDeque windows +com.xw.repo.bubbleseekbar.R$attr: int actionViewClass +androidx.fragment.R$dimen: int notification_subtext_size +com.google.android.material.R$id: int edit_query +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_week_5 +android.didikee.donate.R$attr: int tickMarkTintMode +androidx.constraintlayout.widget.R$styleable: int KeyTrigger_onNegativeCross +com.jaredrummler.android.colorpicker.R$attr: int contentDescription +cyanogenmod.weather.RequestInfo$Builder: int mTempUnit +okhttp3.internal.http.BridgeInterceptor: okhttp3.CookieJar cookieJar +com.google.android.material.R$styleable: int FloatingActionButton_pressedTranslationZ +wangdaye.com.geometricweather.R$string: int wind_8 +com.amap.api.location.AMapLocationClientOption: boolean isKillProcess() +wangdaye.com.geometricweather.R$string: int key_click_widget_to_refresh +cyanogenmod.weather.RequestInfo: int TYPE_LOOKUP_CITY_NAME_REQ +com.turingtechnologies.materialscrollbar.R$attr: int chipStartPadding +com.google.gson.JsonSyntaxException: JsonSyntaxException(java.lang.String,java.lang.Throwable) +androidx.constraintlayout.widget.R$id: int ignore +androidx.vectordrawable.R$styleable: int GradientColor_android_startX +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: int bufferSize +com.baidu.location.e.n: n(java.lang.String,int,java.lang.String,java.lang.String,java.lang.String,int,int) +cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setWeatherCondition(int) +androidx.constraintlayout.widget.Group: void setVisibility(int) +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_passwordToggleTintMode +androidx.swiperefreshlayout.R$dimen: int notification_subtext_size +android.didikee.donate.R$style: int Base_Widget_AppCompat_ListView_DropDown +com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: void setCircularRevealScrimColor(int) +com.jaredrummler.android.colorpicker.R$attr: int dividerPadding +io.reactivex.Observable: io.reactivex.Observable buffer(int) +com.turingtechnologies.materialscrollbar.R$layout: int abc_popup_menu_item_layout +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents +io.reactivex.internal.disposables.EmptyDisposable: java.lang.Object poll() +com.xw.repo.bubbleseekbar.R$dimen: int notification_small_icon_size_as_large +wangdaye.com.geometricweather.R$drawable: int ic_settings +androidx.hilt.R$drawable: int notification_bg_normal +androidx.appcompat.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_horizontalGap +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView +okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder allEnabledTlsVersions() +androidx.preference.R$style: int Theme_AppCompat_DayNight +wangdaye.com.geometricweather.R$array: int distance_unit_voices +com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_fixed_width_minor +cyanogenmod.weather.WeatherLocation$Builder: java.lang.String mCity +androidx.viewpager2.R$string: R$string() +androidx.vectordrawable.animated.R$string: R$string() +androidx.coordinatorlayout.R$layout: int notification_action +com.turingtechnologies.materialscrollbar.R$styleable: int[] FloatingActionButton_Behavior_Layout +androidx.appcompat.R$attr: int theme +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: java.lang.String insee +com.google.android.material.R$drawable: int abc_textfield_activated_mtrl_alpha +androidx.work.R$id: int accessibility_custom_action_30 +retrofit2.Invocation: retrofit2.Invocation of(java.lang.reflect.Method,java.util.List) +wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Counter +com.turingtechnologies.materialscrollbar.R$attr: int tabGravity +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String getLevel() +androidx.constraintlayout.widget.R$color: int abc_decor_view_status_guard_light +retrofit2.KotlinExtensions$suspendAndThrow$1: int label +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: java.lang.String quality +androidx.fragment.app.FragmentActivity +androidx.hilt.R$id: int accessibility_custom_action_13 +androidx.constraintlayout.widget.R$id: R$id() +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.database.Database db +james.adaptiveicon.R$styleable: int ActionBar_backgroundStacked +wangdaye.com.geometricweather.R$attr: int hintEnabled +androidx.appcompat.R$styleable: int AppCompatTheme_windowFixedHeightMajor +com.google.android.material.R$dimen: int abc_dialog_list_padding_top_no_title +android.didikee.donate.R$attr: int alertDialogStyle +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarSwipeRefreshLayout: void setOnApplyWindowInsetsListener(android.view.View$OnApplyWindowInsetsListener) +wangdaye.com.geometricweather.R$attr: int trackTint +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean getAddress_detail() +james.adaptiveicon.R$color: int primary_material_light +androidx.constraintlayout.motion.widget.MotionLayout: float getVelocity() +com.turingtechnologies.materialscrollbar.R$layout: int abc_list_menu_item_icon +wangdaye.com.geometricweather.R$styleable: int ImageFilterView_warmth +io.reactivex.exceptions.CompositeException: java.util.List exceptions +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle +androidx.transition.R$drawable: int notification_template_icon_bg +wangdaye.com.geometricweather.R$attr: int suggestionRowLayout +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_toBottomOf +android.didikee.donate.R$style: int TextAppearance_AppCompat_Small +wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_android_maxWidth +androidx.preference.R$styleable: int AppCompatTheme_selectableItemBackground +retrofit2.HttpServiceMethod: retrofit2.CallAdapter createCallAdapter(retrofit2.Retrofit,java.lang.reflect.Method,java.lang.reflect.Type,java.lang.annotation.Annotation[]) +com.bumptech.glide.R$id: int left +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse +androidx.constraintlayout.widget.R$id: int action_mode_bar +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_buttonGravity +wangdaye.com.geometricweather.R$attr: int bsb_always_show_bubble +wangdaye.com.geometricweather.R$id: int activity_card_display_manage_appBar +wangdaye.com.geometricweather.R$attr: int counterMaxLength +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense +androidx.constraintlayout.widget.R$styleable: int MotionLayout_currentState +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_itemTextAppearance +okhttp3.internal.http2.Http2Connection$6 +androidx.appcompat.R$attr: int buttonIconDimen +cyanogenmod.app.Profile$TriggerType: int WIFI +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_text_size +io.reactivex.Observable: io.reactivex.Observable concatMapEager(io.reactivex.functions.Function,int,int) +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Button +wangdaye.com.geometricweather.R$drawable: int abc_text_select_handle_left_mtrl_light +james.adaptiveicon.R$id: int line1 +androidx.appcompat.R$id: int search_bar +androidx.vectordrawable.animated.R$drawable: int notification_bg_low_normal +wangdaye.com.geometricweather.R$attr: int listItemLayout +com.google.android.material.R$dimen: int mtrl_extended_fab_bottom_padding +android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon +retrofit2.KotlinExtensions +okhttp3.Dispatcher: boolean $assertionsDisabled +com.xw.repo.bubbleseekbar.R$attr: int bsb_thumb_color +com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_min_width_minor +androidx.preference.R$styleable: int TextAppearance_android_textColor +wangdaye.com.geometricweather.R$xml: int perference_unit +cyanogenmod.profiles.AirplaneModeSettings: void setValue(int) +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_PopupMenu +com.turingtechnologies.materialscrollbar.R$attr: int hideMotionSpec +com.xw.repo.bubbleseekbar.R$id: int bottom_sides +wangdaye.com.geometricweather.R$attr: int passwordToggleContentDescription +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_toLeftOf androidx.preference.R$style: int Base_TextAppearance_AppCompat_Body2 -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_percent -io.reactivex.Observable: io.reactivex.Observable publish(io.reactivex.functions.Function) -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver(io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver) -wangdaye.com.geometricweather.R$id: int content -androidx.work.ExistingWorkPolicy: androidx.work.ExistingWorkPolicy REPLACE -com.google.android.material.textfield.TextInputLayout: void setErrorTextAppearance(int) -androidx.viewpager2.R$attr: int fontStyle -cyanogenmod.os.Build$CM_VERSION_CODES: Build$CM_VERSION_CODES() -wangdaye.com.geometricweather.common.basic.models.weather.Base: java.util.Date getPublishDate() -androidx.work.NetworkType: androidx.work.NetworkType CONNECTED -androidx.constraintlayout.widget.R$color: int abc_tint_seek_thumb -okio.SegmentedByteString: void write(okio.Buffer) -com.turingtechnologies.materialscrollbar.R$attr: int chipSpacing -okhttp3.internal.http2.Http2 -cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String MONTH -android.didikee.donate.R$style: int Widget_AppCompat_TextView_SpinnerItem -wangdaye.com.geometricweather.R$string: int key_weather_source -wangdaye.com.geometricweather.R$styleable: int Slider_trackColor -wangdaye.com.geometricweather.R$drawable: int abc_btn_check_to_on_mtrl_000 -james.adaptiveicon.R$styleable: int AppCompatTextView_autoSizeMinTextSize -androidx.core.R$styleable: int FontFamilyFont_android_ttcIndex -com.google.android.material.R$style: int ThemeOverlayColorAccentRed -io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: void onComplete() -wangdaye.com.geometricweather.R$string: int feedback_hide_subtitle -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: float getActionTextColorAlpha() +wangdaye.com.geometricweather.R$drawable: int weather_thunder_mini_xml +com.google.android.material.R$attr: int cardPreventCornerOverlap +io.reactivex.Observable: io.reactivex.Observable fromFuture(java.util.concurrent.Future,io.reactivex.Scheduler) +james.adaptiveicon.R$string: int abc_activity_chooser_view_see_all +com.google.android.material.R$animator: int mtrl_extended_fab_state_list_animator +james.adaptiveicon.R$attr: int checkedTextViewStyle +com.xw.repo.bubbleseekbar.R$layout: int abc_tooltip +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_PopupWindow +cyanogenmod.app.IProfileManager$Stub$Proxy: android.app.NotificationGroup[] getNotificationGroups() +androidx.constraintlayout.widget.R$dimen: int compat_button_padding_vertical_material +androidx.transition.R$layout: int notification_template_part_time +androidx.dynamicanimation.R$dimen: int notification_small_icon_size_as_large +wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig minutelyEntityDaoConfig +io.reactivex.internal.util.NotificationLite: boolean accept(java.lang.Object,org.reactivestreams.Subscriber) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Chip_Filter +okhttp3.internal.connection.RouteException: RouteException(java.io.IOException) +wangdaye.com.geometricweather.R$styleable: int ListPreference_entryValues +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: java.util.concurrent.atomic.AtomicReference mainDisposable +com.turingtechnologies.materialscrollbar.R$dimen: int abc_button_padding_vertical_material +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView: int getMarginTop() +cyanogenmod.weather.WeatherInfo: double mWindDirection +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_set +wangdaye.com.geometricweather.R$attr: int switchPreferenceCompatStyle +com.google.gson.internal.LazilyParsedNumber: java.lang.String value +wangdaye.com.geometricweather.main.MainActivity: MainActivity() +org.greenrobot.greendao.AbstractDao: java.lang.Object readEntity(android.database.Cursor,int) +com.turingtechnologies.materialscrollbar.R$attr: int tabContentStart +androidx.appcompat.R$drawable: int abc_list_selector_disabled_holo_light +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_AES_128_CBC_SHA +com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar +com.google.android.material.R$dimen: int disabled_alpha_material_dark +wangdaye.com.geometricweather.R$layout: int select_dialog_singlechoice_material +androidx.appcompat.widget.AppCompatCheckBox: void setSupportButtonTintList(android.content.res.ColorStateList) +cyanogenmod.externalviews.ExternalViewProviderService$Provider: void onAttach() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Imperial: int UnitType +androidx.lifecycle.ProcessLifecycleOwner: void activityStopped() +androidx.core.R$id: int line1 +cyanogenmod.power.IPerformanceManager$Stub$Proxy +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub$Proxy: IWeatherProviderServiceClient$Stub$Proxy(android.os.IBinder) +androidx.preference.R$layout: int abc_select_dialog_material +androidx.work.impl.diagnostics.DiagnosticsReceiver +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeRealFeelShaderTemperature +androidx.preference.R$drawable: int abc_ic_voice_search_api_material +okhttp3.internal.http2.Http2Reader: boolean nextFrame(boolean,okhttp3.internal.http2.Http2Reader$Handler) +wangdaye.com.geometricweather.R$id: int widget_clock_day_center +android.didikee.donate.R$dimen: int abc_dialog_fixed_height_minor +androidx.constraintlayout.widget.R$attr: int numericModifiers +androidx.constraintlayout.widget.R$attr: int commitIcon +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: io.reactivex.disposables.CompositeDisposable compositeDisposable +androidx.appcompat.widget.SwitchCompat: boolean getShowText() +com.xw.repo.bubbleseekbar.R$attr: int bsb_thumb_text_size +com.amap.api.location.AMapLocation: boolean A +io.reactivex.internal.operators.observable.ObserverResourceWrapper: ObserverResourceWrapper(io.reactivex.Observer) +wangdaye.com.geometricweather.R$string: int mtrl_picker_confirm +okio.Buffer$1: void flush() +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_MaterialComponents_Subtitle2 +androidx.constraintlayout.helper.widget.Flow: void setVerticalStyle(int) +com.turingtechnologies.materialscrollbar.R$styleable: int FlowLayout_lineSpacing +wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration +retrofit2.RequestBuilder: java.lang.String PATH_SEGMENT_ALWAYS_ENCODE_SET +com.turingtechnologies.materialscrollbar.R$attr: int textEndPadding +androidx.lifecycle.LiveData$AlwaysActiveObserver: LiveData$AlwaysActiveObserver(androidx.lifecycle.LiveData,androidx.lifecycle.Observer) +com.google.android.material.R$styleable: int ColorStateListItem_android_color +android.didikee.donate.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert +cyanogenmod.weatherservice.IWeatherProviderService$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +retrofit2.ParameterHandler$FieldMap: ParameterHandler$FieldMap(java.lang.reflect.Method,int,retrofit2.Converter,boolean) +wangdaye.com.geometricweather.R$attr: int iconSpaceReserved +okhttp3.internal.ws.RealWebSocket: java.util.Random random +okhttp3.internal.tls.DistinguishedNameParser: char getUTF8() +cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String EXTRA_ENABLED +james.adaptiveicon.R$styleable: int MenuItem_showAsAction +retrofit2.CallAdapter$Factory: retrofit2.CallAdapter get(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) +okhttp3.MediaType: java.lang.String subtype() +cyanogenmod.weather.WeatherInfo: WeatherInfo(android.os.Parcel) +cyanogenmod.app.IProfileManager: boolean removeProfile(cyanogenmod.app.Profile) +okhttp3.HttpUrl: java.lang.String redact() +okhttp3.internal.Util: java.nio.charset.Charset ISO_8859_1 +androidx.hilt.work.R$dimen: int compat_notification_large_icon_max_width +androidx.dynamicanimation.R$drawable: int notification_tile_bg +cyanogenmod.app.Profile: int compareTo(java.lang.Object) +okhttp3.CacheControl: int maxStaleSeconds() +com.amap.api.fence.DistrictItem: void setDistrictName(java.lang.String) +androidx.preference.R$id: int tabMode +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_NOTIFICATIONS +com.jaredrummler.android.colorpicker.R$color: int switch_thumb_disabled_material_light +android.didikee.donate.R$style: int Platform_V25_AppCompat +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintVertical_bias +androidx.viewpager2.R$dimen: int notification_large_icon_height +androidx.recyclerview.R$id: int right_icon +wangdaye.com.geometricweather.R$id: int asConfigured +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_horizontalGap +androidx.constraintlayout.widget.R$layout: int abc_alert_dialog_material +okio.BufferedSink: okio.BufferedSink writeHexadecimalUnsignedLong(long) +com.bumptech.glide.integration.okhttp.R$string: R$string() +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_showDividers +cyanogenmod.providers.CMSettings$Secure: java.lang.String CM_SETUP_WIZARD_COMPLETED +com.google.android.material.R$drawable: int abc_ic_commit_search_api_mtrl_alpha +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeThunderstormPrecipitationDuration() +cyanogenmod.alarmclock.ClockContract$InstancesColumns: int SNOOZE_STATE +io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: void setValue(java.lang.String) +androidx.viewpager2.R$attr: int fastScrollEnabled +com.google.android.material.R$attr: int prefixTextAppearance +wangdaye.com.geometricweather.R$color: int colorAccent_light +cyanogenmod.app.IProfileManager: void updateNotificationGroup(android.app.NotificationGroup) +androidx.lifecycle.ClassesInfoCache$CallbackInfo: java.util.Map mEventToHandlers +com.turingtechnologies.materialscrollbar.R$attr: int contentPaddingLeft +androidx.preference.R$styleable: int ColorStateListItem_alpha +james.adaptiveicon.R$styleable: int ColorStateListItem_android_alpha +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintEnd_toEndOf +okhttp3.internal.ws.RealWebSocket: boolean writeOneFrame() +androidx.constraintlayout.widget.R$attr: int waveShape +com.jaredrummler.android.colorpicker.R$styleable: int ColorPanelView_cpv_showOldColor +retrofit2.converter.gson.package-info +com.google.android.material.chip.Chip: void setIconStartPadding(float) +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow +androidx.preference.internal.PreferenceImageView: int getMaxWidth() +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dividerVertical +cyanogenmod.providers.CMSettings$NameValueCache: CMSettings$NameValueCache(java.lang.String,android.net.Uri,java.lang.String,java.lang.String) +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Display4 +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_icon_1 +okio.Okio: okio.Sink sink(java.io.OutputStream,okio.Timeout) +com.google.android.material.R$string: int mtrl_picker_confirm +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setOnLongClickIntent(android.app.PendingIntent) +org.greenrobot.greendao.AbstractDao: void insertInTx(java.lang.Object[]) +cyanogenmod.externalviews.KeyguardExternalView: android.os.IBinder access$202(cyanogenmod.externalviews.KeyguardExternalView,android.os.IBinder) +androidx.constraintlayout.widget.R$styleable: int GradientColor_android_startColor +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: java.lang.String getFrom() +okio.Buffer: java.io.InputStream inputStream() +okhttp3.MediaType: java.lang.String type +wangdaye.com.geometricweather.common.basic.models.weather.Alert: Alert(long,java.util.Date,long,java.lang.String,java.lang.String,java.lang.String,int,int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Metric Metric +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintEnd_toStartOf +com.google.android.gms.base.R$drawable: R$drawable() +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_actionViewClass +androidx.constraintlayout.widget.R$layout: int abc_action_menu_item_layout +wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider valueOf(java.lang.String) +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub$Proxy +android.didikee.donate.R$style: int Base_Widget_AppCompat_ProgressBar +okhttp3.Cookie: java.lang.String name() +io.reactivex.internal.util.VolatileSizeArrayList: boolean add(java.lang.Object) +androidx.appcompat.widget.AppCompatRadioButton: AppCompatRadioButton(android.content.Context,android.util.AttributeSet) +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_corner_radius_material +com.google.android.material.checkbox.MaterialCheckBox +androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type RIGHT +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_24 +io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: int requestFusion(int) +com.bumptech.glide.R$styleable: int FontFamilyFont_fontStyle +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Empty +androidx.preference.R$drawable: int abc_ratingbar_indicator_material +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float o3 +cyanogenmod.weather.WeatherLocation: WeatherLocation() +cyanogenmod.weather.WeatherLocation$Builder: java.lang.String mPostal +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: java.lang.String getValue() +androidx.fragment.app.FragmentManager +io.reactivex.Observable: io.reactivex.Observable buffer(int,int) +androidx.appcompat.R$color: int switch_thumb_normal_material_dark +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: int getCollapsedPadding() +com.google.android.material.appbar.CollapsingToolbarLayout: int getScrimAlpha() +androidx.work.R$styleable: int FontFamilyFont_fontStyle +androidx.appcompat.widget.Toolbar: void setCollapseContentDescription(int) +io.reactivex.internal.subscriptions.BasicQueueSubscription +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_AES_128_GCM_SHA256 +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeAppearance +com.xw.repo.bubbleseekbar.R$style: int Base_Animation_AppCompat_Tooltip +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: java.util.concurrent.atomic.AtomicBoolean stopWindows +wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Object readEntity(android.database.Cursor,int) +androidx.core.R$id: int icon +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getRainPrecipitationProbability() +wangdaye.com.geometricweather.R$drawable: int notif_temp_96 +wangdaye.com.geometricweather.R$id: int container_main_first_card_header +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WindChillTemperature +okhttp3.Address: okhttp3.CertificatePinner certificatePinner +androidx.appcompat.R$styleable: int GradientColor_android_centerColor +com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_layout_keyline +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_RatingBar_Small +cyanogenmod.providers.CMSettings$System: java.lang.String HIGH_TOUCH_SENSITIVITY_ENABLE +com.google.android.material.R$attr: int targetId +wangdaye.com.geometricweather.R$id: int tag_accessibility_actions +wangdaye.com.geometricweather.R$styleable: int Chip_shapeAppearance +wangdaye.com.geometricweather.R$id: int item_about_link_icon +androidx.hilt.lifecycle.R$attr: R$attr() +androidx.appcompat.R$style: int Widget_AppCompat_Light_ListView_DropDown +android.didikee.donate.R$dimen: int abc_text_size_subtitle_material_toolbar +wangdaye.com.geometricweather.R$layout: int abc_action_mode_close_item_material +com.amap.api.location.AMapLocationClientOption: long getHttpTimeOut() +wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type WIND +androidx.appcompat.widget.ActionBarOverlayLayout +androidx.recyclerview.R$string: R$string() +com.jaredrummler.android.colorpicker.R$dimen: int preference_icon_minWidth +com.google.android.material.R$color: int background_floating_material_light +okhttp3.Cookie: okhttp3.Cookie parse(okhttp3.HttpUrl,java.lang.String) +wangdaye.com.geometricweather.db.entities.DaoMaster: org.greenrobot.greendao.AbstractDaoSession newSession(org.greenrobot.greendao.identityscope.IdentityScopeType) +james.adaptiveicon.R$attr: int divider +cyanogenmod.providers.CMSettings$Secure: boolean putLongForUser(android.content.ContentResolver,java.lang.String,long,int) +androidx.constraintlayout.widget.R$color: int material_grey_50 +androidx.dynamicanimation.R$dimen: int notification_action_text_size +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: void dispose() +okhttp3.internal.http.RealResponseBody: long contentLength() +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_lastHorizontalBias +retrofit2.adapter.rxjava2.RxJava2CallAdapter: io.reactivex.Scheduler scheduler +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: void onSuccess(java.lang.Object) +androidx.vectordrawable.animated.R$id: int notification_main_column +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String NAVBAR_RECENT_BUTTON +com.google.android.material.R$attr: int cornerFamily +retrofit2.http.GET: java.lang.String value() +okhttp3.OkHttpClient: java.net.ProxySelector proxySelector() +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void onComplete() +com.jaredrummler.android.colorpicker.R$layout: int notification_template_icon_group +androidx.constraintlayout.widget.R$id: int tag_unhandled_key_listeners +wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation: wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation RIGHT +androidx.constraintlayout.widget.R$id: int scrollIndicatorUp +com.google.android.gms.location.zzbd: android.os.Parcelable$Creator CREATOR +com.google.android.material.R$animator: int mtrl_fab_transformation_sheet_collapse_spec +wangdaye.com.geometricweather.R$dimen: int material_clock_hand_padding +wangdaye.com.geometricweather.R$styleable: int Constraint_android_transformPivotX +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: boolean requestDismiss() +wangdaye.com.geometricweather.R$attr: int titleTextAppearance +android.didikee.donate.R$styleable: int ViewBackgroundHelper_backgroundTintMode +okhttp3.internal.http.RetryAndFollowUpInterceptor +io.reactivex.internal.util.HashMapSupplier: java.lang.Object call() +retrofit2.Utils: java.lang.reflect.Type getSupertype(java.lang.reflect.Type,java.lang.Class,java.lang.Class) +androidx.appcompat.widget.AppCompatEditText: android.text.Editable getText() +android.support.v4.os.ResultReceiver$MyResultReceiver: android.support.v4.os.ResultReceiver this$0 +androidx.preference.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator +com.google.android.material.R$attr: int colorOnError +com.google.android.material.R$id: int search_badge +com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_switch_to_on_mtrl_00001 +androidx.constraintlayout.motion.widget.MotionLayout: void setTransitionListener(androidx.constraintlayout.motion.widget.MotionLayout$TransitionListener) +com.turingtechnologies.materialscrollbar.R$color: int abc_hint_foreground_material_light +wangdaye.com.geometricweather.R$layout: int item_alert +androidx.preference.R$style: int Base_V7_Theme_AppCompat_Light_Dialog +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_day_horizontal_padding +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult +androidx.room.RoomDatabase$JournalMode: androidx.room.RoomDatabase$JournalMode WRITE_AHEAD_LOGGING +com.google.android.material.R$drawable: int mtrl_dialog_background +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light +com.xw.repo.bubbleseekbar.R$attr: int measureWithLargestChild +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut +androidx.preference.R$style: int Platform_ThemeOverlay_AppCompat_Light +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedNoLast +androidx.preference.R$styleable: int ListPreference_entryValues +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: void onComplete() +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_track_size +wangdaye.com.geometricweather.R$string: int settings_title_notification_background +okhttp3.internal.Util: java.lang.String hostHeader(okhttp3.HttpUrl,boolean) +com.jaredrummler.android.colorpicker.R$styleable: int ListPreference_android_entries +okio.BufferedSink: okio.BufferedSink write(byte[],int,int) +androidx.viewpager.widget.ViewPager: int getClientWidth() +androidx.appcompat.widget.ActivityChooserView: ActivityChooserView(android.content.Context,android.util.AttributeSet,int) +androidx.appcompat.R$styleable: int AlertDialog_listItemLayout +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Button_Small +com.jaredrummler.android.colorpicker.R$styleable: int[] ListPopupWindow +androidx.constraintlayout.widget.R$anim: int abc_fade_out +wangdaye.com.geometricweather.R$style: R$style() +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_PopupWindow +com.google.gson.stream.JsonReader: int peekedNumberLength +okhttp3.internal.http2.Hpack$Writer: Hpack$Writer(okio.Buffer) +com.google.android.material.R$attr: int actionDropDownStyle +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float rain1h +androidx.work.impl.workers.CombineContinuationsWorker +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_Icon +androidx.loader.R$drawable: int notification_bg_low_pressed +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse +com.google.android.material.card.MaterialCardView: int getContentPaddingLeft() +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: io.reactivex.MaybeSource other +com.jaredrummler.android.colorpicker.R$attr: int allowDividerAbove +james.adaptiveicon.R$anim: int abc_popup_enter +androidx.vectordrawable.R$styleable: int GradientColor_android_type +com.google.gson.stream.JsonReader: void endObject() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX: CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX() +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult: java.lang.String type +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorPrimary +cyanogenmod.app.BaseLiveLockManagerService: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() +com.google.android.material.bottomappbar.BottomAppBar: BottomAppBar(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWeatherText +okhttp3.internal.http2.Settings: int set +com.google.android.material.R$dimen: int abc_action_button_min_height_material +com.turingtechnologies.materialscrollbar.R$animator: int mtrl_btn_unelevated_state_list_anim +wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableCompat_android_dither +okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder maxAge(int,java.util.concurrent.TimeUnit) +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: ObservableRangeLong$RangeDisposable(io.reactivex.Observer,long,long) +androidx.appcompat.R$styleable: int PopupWindowBackgroundState_state_above_anchor +cyanogenmod.app.CustomTile$ExpandedGridItem: void setExpandedGridItemTitle(java.lang.String) +com.google.android.material.imageview.ShapeableImageView +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Dialog_Alert +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit F +wangdaye.com.geometricweather.background.polling.permanent.observer.FakeForegroundService: FakeForegroundService() +androidx.core.R$dimen: int notification_subtext_size +androidx.activity.R$styleable: int FontFamilyFont_android_fontWeight +androidx.appcompat.R$attr: int colorButtonNormal +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_showText +cyanogenmod.weather.WeatherInfo$DayForecast$1: java.lang.Object createFromParcel(android.os.Parcel) +james.adaptiveicon.R$color: int tooltip_background_light +okhttp3.internal.http.HttpMethod: boolean permitsRequestBody(java.lang.String) +okhttp3.internal.http2.Http2Connection: void start(boolean) +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constrainedHeight +wangdaye.com.geometricweather.R$dimen: int design_tab_scrollable_min_width +cyanogenmod.providers.ThemesContract$PreviewColumns: android.net.Uri APPLIED_URI +androidx.appcompat.R$style: int Widget_AppCompat_CompoundButton_Switch +androidx.drawerlayout.R$styleable: int FontFamilyFont_android_fontStyle +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: ObservableDoFinally$DoFinallyObserver(io.reactivex.Observer,io.reactivex.functions.Action) +wangdaye.com.geometricweather.R$attr: int percentHeight +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life life +okhttp3.internal.http2.Header$Listener +androidx.lifecycle.extensions.R$layout: int notification_template_custom_big +com.xw.repo.bubbleseekbar.R$attr: int switchMinWidth +androidx.dynamicanimation.R$styleable: int[] FontFamily +okhttp3.internal.cache.DiskLruCache$Entry: boolean readable +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver +androidx.appcompat.R$styleable: int Toolbar_contentInsetStart +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setO3(java.lang.Float) +com.jaredrummler.android.colorpicker.R$drawable: int notification_bg +com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_android_layout +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onDetach() +com.google.android.gms.common.api.UnsupportedApiCallException: com.google.android.gms.common.Feature zza +com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_fabCradleVerticalOffset +wangdaye.com.geometricweather.R$styleable: int MaterialButton_android_background +com.turingtechnologies.materialscrollbar.R$layout: int abc_search_view +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: long serialVersionUID +com.google.android.material.R$attr: int state_above_anchor +androidx.appcompat.widget.SwitchCompat: android.graphics.drawable.Drawable getTrackDrawable() +okhttp3.Challenge: Challenge(java.lang.String,java.util.Map) +io.reactivex.internal.queue.SpscArrayQueue: void clear() +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void onTimeout(long) +wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView: void setLineColor(int) +androidx.constraintlayout.widget.R$attr: int flow_horizontalAlign +okhttp3.internal.http.RealInterceptorChain: RealInterceptorChain(java.util.List,okhttp3.internal.connection.StreamAllocation,okhttp3.internal.http.HttpCodec,okhttp3.internal.connection.RealConnection,int,okhttp3.Request,okhttp3.Call,okhttp3.EventListener,int,int,int) +androidx.appcompat.widget.ActionBarContextView: java.lang.CharSequence getSubtitle() +okio.RealBufferedSource$1: int available() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getPm10() +wangdaye.com.geometricweather.db.entities.DailyEntity: DailyEntity() +okhttp3.internal.cache.DiskLruCache: long nextSequenceNumber +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: io.reactivex.disposables.Disposable upstream +androidx.appcompat.R$dimen: int abc_edit_text_inset_horizontal_material +androidx.appcompat.R$drawable: int abc_ratingbar_material +androidx.constraintlayout.widget.R$dimen: int tooltip_horizontal_padding +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_stroke_size +wangdaye.com.geometricweather.R$id: int chip_group +com.bumptech.glide.R$attr: int coordinatorLayoutStyle +com.google.android.material.circularreveal.CircularRevealLinearLayout: int getCircularRevealScrimColor() +com.jaredrummler.android.colorpicker.R$attr: int logoDescription +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeWindChillTemperature() +cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() +com.google.android.material.textfield.TextInputLayout: void setEndIconTintMode(android.graphics.PorterDuff$Mode) +com.turingtechnologies.materialscrollbar.R$attr: int actionBarSize +androidx.constraintlayout.widget.R$styleable: int KeyCycle_wavePeriod +wangdaye.com.geometricweather.R$attr: int itemFillColor +android.didikee.donate.R$drawable: int abc_ic_star_black_48dp +okhttp3.OkHttpClient: java.net.ProxySelector proxySelector +androidx.appcompat.R$id: int up +androidx.legacy.coreutils.R$layout +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar +com.google.android.material.R$style: int Base_Theme_AppCompat_CompactMenu +wangdaye.com.geometricweather.R$styleable: int ListPreference_useSimpleSummaryProvider +cyanogenmod.externalviews.KeyguardExternalView$2 +com.google.android.material.slider.RangeSlider: int getLabelBehavior() +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property ThunderstormPrecipitation +wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: AbsTrendItemView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$drawable: int abc_text_select_handle_left_mtrl_dark +androidx.loader.R$drawable: int notification_bg_normal_pressed +wangdaye.com.geometricweather.R$attr: int toolbarStyle +androidx.constraintlayout.widget.R$bool: R$bool() +androidx.hilt.R$style: int TextAppearance_Compat_Notification_Line2 +com.google.android.material.R$dimen: int disabled_alpha_material_light +okhttp3.internal.ws.RealWebSocket: boolean close(int,java.lang.String,long) +okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Subtitle2 +com.google.android.gms.base.R$attr: int buttonSize +okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level HEADERS +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getAqiIndex() +androidx.constraintlayout.widget.R$styleable: int ActionBar_background +androidx.preference.R$attr: int alpha +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: java.util.concurrent.TimeUnit unit +androidx.constraintlayout.widget.R$attr: int switchStyle +androidx.appcompat.widget.LinearLayoutCompat: void setOrientation(int) +retrofit2.RequestFactory$Builder: okhttp3.MediaType contentType +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean mShouldShow +androidx.recyclerview.R$id: int chronometer +com.turingtechnologies.materialscrollbar.R$id +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: FlowableOnBackpressureDrop$BackpressureDropSubscriber(org.reactivestreams.Subscriber,io.reactivex.functions.Consumer) +wangdaye.com.geometricweather.R$drawable: int notif_temp_125 +james.adaptiveicon.R$attr: int textAppearancePopupMenuHeader +wangdaye.com.geometricweather.R$id: int activity_widget_config_hideSubtitleTitle +androidx.core.R$id: int text2 +james.adaptiveicon.R$dimen: int highlight_alpha_material_colored +androidx.constraintlayout.motion.widget.MotionLayout$TransitionState: androidx.constraintlayout.motion.widget.MotionLayout$TransitionState FINISHED +androidx.preference.R$style: int ThemeOverlay_AppCompat_ActionBar +com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_Chip +retrofit2.Call: boolean isExecuted() +wangdaye.com.geometricweather.db.entities.AlertEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.AlertEntity) +cyanogenmod.profiles.AirplaneModeSettings$1: cyanogenmod.profiles.AirplaneModeSettings createFromParcel(android.os.Parcel) +androidx.appcompat.R$id: int tag_screen_reader_focusable +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night +wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges +android.didikee.donate.R$styleable: int[] ViewBackgroundHelper +wangdaye.com.geometricweather.R$styleable: int[] MaterialCheckBox +wangdaye.com.geometricweather.R$string: int common_google_play_services_enable_title +androidx.hilt.work.R$id: int text +androidx.appcompat.R$styleable: int ActionMode_titleTextStyle +cyanogenmod.providers.CMSettings$1 +io.reactivex.internal.subscriptions.EmptySubscription: io.reactivex.internal.subscriptions.EmptySubscription INSTANCE okhttp3.MultipartBody: okhttp3.MediaType ALTERNATIVE -androidx.constraintlayout.widget.R$id: int spline -com.google.android.material.R$color: int mtrl_tabs_ripple_color -androidx.constraintlayout.widget.R$attr: int buttonTintMode -cyanogenmod.app.CMContextConstants: java.lang.String CM_ICON_CACHE_SERVICE -io.reactivex.Observable: java.lang.Object blockingFirst() -androidx.preference.R$id: int accessibility_custom_action_31 -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light_DarkActionBar -androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_font -wangdaye.com.geometricweather.R$attr: int textColorSearchUrl -androidx.appcompat.R$drawable: int abc_edit_text_material -org.greenrobot.greendao.database.DatabaseOpenHelper: void onCreate(android.database.sqlite.SQLiteDatabase) -okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Stream getStream(int) -wangdaye.com.geometricweather.db.entities.DailyEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) -wangdaye.com.geometricweather.R$styleable: int RecyclerView_layoutManager -androidx.preference.R$color: int primary_dark_material_light -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_title_2 -wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_mini_grey -androidx.appcompat.R$dimen: int abc_action_bar_default_padding_end_material -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningConsequence -com.turingtechnologies.materialscrollbar.R$attr: int contentInsetStartWithNavigation -androidx.core.R$id: int tag_unhandled_key_listeners -androidx.transition.R$drawable: int notification_tile_bg -cyanogenmod.providers.CMSettings$DelimitedListValidator: android.util.ArraySet mValidValueSet -okhttp3.internal.Internal: okhttp3.internal.connection.RealConnection get(okhttp3.ConnectionPool,okhttp3.Address,okhttp3.internal.connection.StreamAllocation,okhttp3.Route) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_alertDialogTheme -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: int capacityHint -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionButton -androidx.appcompat.widget.AppCompatSeekBar: AppCompatSeekBar(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_thumb_radius_on_dragging -cyanogenmod.externalviews.ExternalView$8 -wangdaye.com.geometricweather.R$attr: int thumbTextPadding -wangdaye.com.geometricweather.R$string: int wait_refresh -com.google.android.material.R$drawable: int btn_checkbox_checked_to_unchecked_mtrl_animation -wangdaye.com.geometricweather.R$styleable: int Toolbar_subtitleTextAppearance -com.jaredrummler.android.colorpicker.R$attr: int dividerPadding -androidx.preference.R$styleable: int FragmentContainerView_android_name -androidx.viewpager.R$drawable: int notification_bg_normal -com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration -androidx.loader.R$drawable: R$drawable() -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.internal.fuseable.SimplePlainQueue queue -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: int index -com.google.android.material.R$styleable: int MaterialTextAppearance_android_lineHeight -cyanogenmod.app.PartnerInterface: void setAirplaneModeEnabled(boolean) -wangdaye.com.geometricweather.common.basic.models.weather.Base: long updateTime -com.bumptech.glide.R$id: int notification_main_column -wangdaye.com.geometricweather.R$dimen: int design_navigation_max_width -wangdaye.com.geometricweather.R$drawable: int notif_temp_54 -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_wavePeriod -com.turingtechnologies.materialscrollbar.R$attr: int msb_lightOnTouch -com.turingtechnologies.materialscrollbar.DragScrollBar: int getMode() -com.google.android.material.textfield.TextInputLayout: void setHintEnabled(boolean) -cyanogenmod.externalviews.IExternalViewProvider: void alterWindow(int,int,int,int,boolean,android.graphics.Rect) -androidx.preference.R$drawable: int abc_cab_background_internal_bg -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: boolean done -com.google.gson.stream.JsonWriter -com.google.android.material.R$layout: int material_chip_input_combo -com.google.android.material.R$style: int TextAppearance_Design_Tab -androidx.vectordrawable.R$id: int accessibility_custom_action_27 -androidx.customview.R$styleable: int FontFamily_fontProviderCerts -com.jaredrummler.android.colorpicker.R$attr: int firstBaselineToTopHeight -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_ch -wangdaye.com.geometricweather.R$style: int Preference_SeekBarPreference_Material -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_fontVariationSettings -com.google.android.material.R$dimen: int mtrl_calendar_navigation_top_padding -retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$1: void invoke(java.lang.Throwable) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_subtitle_top_margin_material -wangdaye.com.geometricweather.R$layout: int mtrl_calendar_day_of_week -androidx.vectordrawable.R$id: int tag_accessibility_heading -wangdaye.com.geometricweather.R$attr: int cpv_showOldColor -wangdaye.com.geometricweather.R$drawable: int weather_hail_mini_light -okhttp3.OkHttpClient: java.net.ProxySelector proxySelector() -com.google.gson.internal.LinkedTreeMap -androidx.preference.R$styleable: int MenuItem_android_visible -okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection$Builder socket(java.net.Socket) -wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat_Light -com.turingtechnologies.materialscrollbar.R$integer: int abc_config_activityShortDur -com.google.android.material.R$attr: int itemBackground -androidx.legacy.coreutils.R$styleable: int GradientColor_android_centerColor -androidx.viewpager.R$drawable: int notification_bg_low_normal -android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft -com.google.android.material.R$styleable: int BottomNavigationView_itemIconSize -wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView: TrendRecyclerView(android.content.Context,android.util.AttributeSet,int) -androidx.customview.R$layout -com.google.android.material.datepicker.MaterialTextInputPicker: MaterialTextInputPicker() -com.google.android.material.textfield.TextInputLayout: void setStartIconContentDescription(java.lang.CharSequence) -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone: java.lang.String Code -wangdaye.com.geometricweather.R$styleable: int ChipGroup_checkedChip -okhttp3.Cookie: long expiresAt -cyanogenmod.externalviews.KeyguardExternalView$7: KeyguardExternalView$7(cyanogenmod.externalviews.KeyguardExternalView) -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPathRenderer: float getAlpha() -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_CompoundButton_CheckBox -androidx.preference.R$styleable: int AppCompatSeekBar_android_thumb -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: java.lang.String mslp -com.xw.repo.bubbleseekbar.R$color: int colorPrimaryDark -android.didikee.donate.R$color: int bright_foreground_disabled_material_dark -okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean forWebSocket -android.didikee.donate.R$styleable: int AppCompatImageView_tint -com.xw.repo.bubbleseekbar.R$layout: int abc_cascading_menu_item_layout -okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection$Builder listener(okhttp3.internal.http2.Http2Connection$Listener) -com.google.android.gms.common.util.DynamiteApi -android.didikee.donate.R$dimen: int abc_action_bar_icon_vertical_padding_material -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_113 -wangdaye.com.geometricweather.R$attr: int triggerId -com.google.android.material.R$attr: int imageButtonStyle -androidx.appcompat.R$styleable: int AppCompatTheme_actionBarWidgetTheme -com.turingtechnologies.materialscrollbar.R$attr: int itemHorizontalPadding -com.google.android.material.R$styleable: int CollapsingToolbarLayout_title -wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean getTemperature() -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_firstVerticalStyle -cyanogenmod.providers.CMSettings$Secure: boolean shouldInterceptSystemProvider(java.lang.String) -retrofit2.Retrofit: retrofit2.CallAdapter nextCallAdapter(retrofit2.CallAdapter$Factory,java.lang.reflect.Type,java.lang.annotation.Annotation[]) -androidx.appcompat.R$attr: int actionModeSplitBackground -wangdaye.com.geometricweather.R$color: int lightPrimary_3 -android.didikee.donate.R$attr: int layout -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String cityId -androidx.dynamicanimation.R$styleable: int GradientColor_android_startY -androidx.constraintlayout.widget.R$attr: int initialActivityCount -com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat_Dark -okhttp3.Headers: java.lang.String value(int) -com.turingtechnologies.materialscrollbar.R$attr: int tabMinWidth -androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_alpha -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean getBrandInfo() -com.google.android.material.R$style: int Widget_AppCompat_Spinner_DropDown -okio.RealBufferedSink: okio.BufferedSink writeString(java.lang.String,java.nio.charset.Charset) -com.google.android.material.R$styleable: int Tooltip_android_minWidth -androidx.viewpager2.R$id: int action_divider -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_min -com.google.android.material.floatingactionbutton.FloatingActionButton: void setShadowPaddingEnabled(boolean) -wangdaye.com.geometricweather.R$color: int foreground_material_light -wangdaye.com.geometricweather.R$attr: int fastScrollHorizontalThumbDrawable -com.google.android.material.R$styleable: int MaterialButton_iconTint -wangdaye.com.geometricweather.R$drawable: int weather_rain_2 -wangdaye.com.geometricweather.R$id: int widget_week_icon_3 -okhttp3.internal.http2.Http2Reader$Handler: void headers(boolean,int,int,java.util.List) -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver -james.adaptiveicon.R$drawable: int abc_ratingbar_indicator_material -com.google.android.material.R$id: int auto -wangdaye.com.geometricweather.R$id: int transitionToStart -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomSheet -io.reactivex.Observable: java.lang.Iterable blockingLatest() -com.google.android.material.R$id: int barrier -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: void setStatus(int) -wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration -com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_fastScrollEnabled -com.google.android.material.R$styleable: int Layout_layout_constraintBaseline_toBaselineOf -androidx.appcompat.R$dimen: int abc_action_bar_subtitle_bottom_margin_material -wangdaye.com.geometricweather.R$id: int activity_widget_config_subtitleDataTitle -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_voiceIcon -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_body_1_material -android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat_Dialog -com.jaredrummler.android.colorpicker.ColorPreference -cyanogenmod.externalviews.ExternalView$7: cyanogenmod.externalviews.ExternalView this$0 -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_padding_right -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: void setOnApplyWindowInsetsListener(android.view.View$OnApplyWindowInsetsListener) -wangdaye.com.geometricweather.R$attr: int materialAlertDialogTitleIconStyle -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getRotation() -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintLeft_toRightOf -wangdaye.com.geometricweather.R$attr: int actionBarTabStyle -androidx.appcompat.R$styleable: int AppCompatTheme_editTextStyle -androidx.work.R$style: int TextAppearance_Compat_Notification_Time -com.google.android.material.R$styleable: int AppCompatTheme_dropDownListViewStyle -androidx.preference.R$layout: int abc_action_mode_bar -com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy LOWER_CASE_WITH_DOTS -androidx.constraintlayout.motion.widget.MotionHelper: MotionHelper(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customPixelDimension -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_padding -cyanogenmod.alarmclock.ClockContract$InstancesColumns: int POWER_OFF_ALARM_STATE -wangdaye.com.geometricweather.R$styleable: int ImageFilterView_crossfade -androidx.recyclerview.R$integer -okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.lang.String[] PREVAILING_RULE -com.google.android.material.R$attr: int expandedTitleMarginBottom -androidx.lifecycle.LiveData$ObserverWrapper: boolean shouldBeActive() -wangdaye.com.geometricweather.R$styleable: int Chip_textEndPadding -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: long serialVersionUID -androidx.preference.R$style: int Platform_AppCompat -okhttp3.Request$Builder: okhttp3.Request$Builder patch(okhttp3.RequestBody) -cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks: void providerDied() -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: ObservableConcatMapMaybe$ConcatMapMaybeMainObserver(io.reactivex.Observer,io.reactivex.functions.Function,int,io.reactivex.internal.util.ErrorMode) -cyanogenmod.weather.WeatherLocation$Builder: java.lang.String mCountryId -androidx.appcompat.widget.SearchView: androidx.cursoradapter.widget.CursorAdapter getSuggestionsAdapter() -okhttp3.OkHttpClient$1: boolean isInvalidHttpUrlHost(java.lang.IllegalArgumentException) -com.jaredrummler.android.colorpicker.R$id: int src_atop -com.turingtechnologies.materialscrollbar.R$dimen: int notification_subtext_size -android.didikee.donate.R$styleable: int AppCompatTheme_windowActionBar -androidx.preference.R$attr: int preserveIconSpacing -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_firstHorizontalStyle -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_showDelay -io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: io.reactivex.Observer downstream -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Dialog_MinWidth -james.adaptiveicon.R$id: int action_divider -io.reactivex.internal.disposables.SequentialDisposable: long serialVersionUID -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability precipitationProbability -com.google.android.material.R$id: int position -com.turingtechnologies.materialscrollbar.Handle: void setRightToLeft(boolean) -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_PopupMenu -okhttp3.internal.connection.RouteSelector: java.lang.String getHostString(java.net.InetSocketAddress) -cyanogenmod.providers.WeatherContract$WeatherColumns$WindSpeedUnit: int KPH -james.adaptiveicon.R$color: int material_blue_grey_900 -androidx.viewpager2.R$dimen: int notification_right_side_padding_top -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored -com.google.android.material.R$drawable: int notification_action_background -androidx.viewpager2.R$id: int text2 -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_BottomAppBar_Surface -com.google.android.material.slider.Slider: void setEnabled(boolean) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeTotalPrecipitation -com.jaredrummler.android.colorpicker.R$attr: int contentInsetRight -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Large_Inverse -okhttp3.logging.LoggingEventListener: void callFailed(okhttp3.Call,java.io.IOException) -com.google.android.material.R$styleable: int Chip_chipIcon -android.didikee.donate.R$color: int foreground_material_light -androidx.hilt.R$anim: int fragment_open_enter -android.didikee.donate.R$drawable: int abc_textfield_search_default_mtrl_alpha -androidx.hilt.work.R$styleable: int[] FragmentContainerView -androidx.coordinatorlayout.R$styleable: int FontFamily_fontProviderCerts -com.turingtechnologies.materialscrollbar.R$layout: int abc_action_menu_item_layout -android.didikee.donate.R$style: int Base_Theme_AppCompat_Dialog -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_CALL_LED_ON_VALIDATOR -com.jaredrummler.android.colorpicker.R$id: int search_bar -com.google.android.material.R$dimen: int design_bottom_sheet_elevation -wangdaye.com.geometricweather.R$styleable: int Slider_trackColorInactive -androidx.appcompat.R$color: int abc_primary_text_material_light -com.jaredrummler.android.colorpicker.ColorPickerView: int getPaddingLeft() -wangdaye.com.geometricweather.R$drawable: int notif_temp_101 -wangdaye.com.geometricweather.R$styleable: int Preference_summary -james.adaptiveicon.R$id: int buttonPanel -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_DialogWhenLarge -cyanogenmod.weather.WeatherInfo$DayForecast$1: cyanogenmod.weather.WeatherInfo$DayForecast createFromParcel(android.os.Parcel) -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.WeatherEntity,int) -androidx.fragment.R$dimen: int notification_small_icon_background_padding -androidx.constraintlayout.widget.R$drawable: int abc_control_background_material -io.reactivex.Observable: io.reactivex.Observable window(java.util.concurrent.Callable) -androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type LEFT -androidx.appcompat.R$dimen: int compat_button_padding_horizontal_material -com.google.android.material.R$attr: int hintTextColor -io.reactivex.Observable: io.reactivex.Observable ofType(java.lang.Class) -androidx.core.view.GestureDetectorCompat$GestureDetectorCompatImplJellybeanMr2: void setOnDoubleTapListener(android.view.GestureDetector$OnDoubleTapListener) -wangdaye.com.geometricweather.R$attr: int indicatorColors -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_24 -okhttp3.ConnectionPool: boolean cleanupRunning -androidx.activity.ImmLeaksCleaner -androidx.preference.R$color: int background_material_light -com.turingtechnologies.materialscrollbar.R$attr: int bottomAppBarStyle -james.adaptiveicon.R$styleable: int MenuItem_numericModifiers -okhttp3.Cache: void update(okhttp3.Response,okhttp3.Response) -cyanogenmod.app.CMTelephonyManager: boolean isDataConnectionEnabled() -androidx.appcompat.R$id: int src_over -androidx.hilt.work.R$id: int visible_removing_fragment_view_tag -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_orientation -okio.Util: Util() -com.xw.repo.bubbleseekbar.R$string: int abc_menu_function_shortcut_label -james.adaptiveicon.R$attr: int titleTextColor -android.didikee.donate.R$styleable: int ActionBar_titleTextStyle -androidx.viewpager.R$style: int TextAppearance_Compat_Notification -androidx.viewpager.R$attr: int fontProviderFetchTimeout -androidx.appcompat.R$style: int Base_Widget_AppCompat_ListView_Menu -androidx.drawerlayout.R$styleable: int GradientColorItem_android_offset -okhttp3.internal.http.HttpDate: java.util.Date parse(java.lang.String) -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_overflow_padding_start_material -wangdaye.com.geometricweather.R$style: int Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day -com.google.android.material.card.MaterialCardView: void setCardBackgroundColor(int) -androidx.work.R$dimen: int notification_small_icon_size_as_large -com.google.android.material.R$styleable: int FontFamilyFont_android_fontStyle -cyanogenmod.power.IPerformanceManager$Stub$Proxy: void cpuBoost(int) -io.reactivex.internal.operators.observable.ObservableGroupBy$State: ObservableGroupBy$State(int,io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver,java.lang.Object,boolean) -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_transformPivotY -wangdaye.com.geometricweather.R$id: int searchIcon -retrofit2.Platform$Android -wangdaye.com.geometricweather.R$attr: int actionBarSplitStyle -wangdaye.com.geometricweather.R$attr: int limitBoundsTo -com.bumptech.glide.Registry$NoModelLoaderAvailableException: Registry$NoModelLoaderAvailableException(java.lang.Object,java.util.List) -com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_check_to_on_mtrl_015 -cyanogenmod.providers.DataUsageContract -wangdaye.com.geometricweather.R$string: int settings_title_notification_custom_color -androidx.constraintlayout.widget.R$styleable: int SearchView_voiceIcon -com.google.android.material.R$styleable: int AppCompatTheme_colorError -wangdaye.com.geometricweather.R$attr: int shrinkMotionSpec -androidx.constraintlayout.widget.Guideline: void setGuidelinePercent(float) -com.google.android.material.R$dimen: int abc_text_size_title_material -com.amap.api.fence.DistrictItem: java.util.List getPolyline() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Metric: java.lang.String Unit -james.adaptiveicon.R$styleable: int Toolbar_navigationIcon -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String treeDescription -androidx.constraintlayout.widget.R$string: int abc_capital_on -wangdaye.com.geometricweather.R$string: int widget_trend_hourly -androidx.hilt.work.R$attr: int fontProviderCerts -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeCutDrawable -com.google.android.material.R$styleable: int ConstraintSet_android_pivotY -com.google.android.material.internal.FlowLayout: void setItemSpacing(int) -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver -androidx.constraintlayout.widget.R$dimen: int abc_text_size_display_4_material -wangdaye.com.geometricweather.R$layout: int item_aqi -io.reactivex.Observable: io.reactivex.Single toList() -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: int StartMinute -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored -androidx.appcompat.widget.SwitchCompat: void setThumbTintList(android.content.res.ColorStateList) -io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: boolean inCompletable -com.google.android.material.R$style: int TextAppearance_AppCompat_SearchResult_Title -com.google.android.material.button.MaterialButton: void setIconTint(android.content.res.ColorStateList) -okio.Okio$1: void close() -com.google.android.material.R$styleable: int ActionBar_indeterminateProgressStyle -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_subtitleTextAppearance -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: CaiYunForecastResult$PrecipitationBean() -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeSnowPrecipitationDuration(java.lang.Float) -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title -androidx.loader.R$color: int ripple_material_light -com.google.android.material.R$styleable: int Constraint_android_minHeight -wangdaye.com.geometricweather.R$id: int mtrl_picker_text_input_range_end -okhttp3.internal.http.RetryAndFollowUpInterceptor: okhttp3.internal.connection.StreamAllocation streamAllocation -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: int subTextColorResId -com.google.android.material.R$attr: int textAppearanceHeadline5 -androidx.viewpager2.R$style: R$style() -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_titleCondensed -cyanogenmod.app.CMTelephonyManager: void setSubState(int,boolean) -okhttp3.internal.ws.WebSocketReader: void readControlFrame() -com.google.android.material.R$styleable: int NavigationView_itemBackground -com.jaredrummler.android.colorpicker.R$styleable: int ColorPanelView_cpv_borderColor -com.google.android.gms.location.LocationSettingsStates: android.os.Parcelable$Creator CREATOR -com.google.android.material.slider.RangeSlider: void setThumbElevationResource(int) -android.didikee.donate.R$attr: int actionModeWebSearchDrawable -com.jaredrummler.android.colorpicker.R$attr: int windowNoTitle -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 -com.turingtechnologies.materialscrollbar.R$attr: int goIcon -wangdaye.com.geometricweather.R$string: int feedback_resident_location -androidx.lifecycle.FullLifecycleObserver: void onStop(androidx.lifecycle.LifecycleOwner) -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$RainForecast: java.lang.String desc -cyanogenmod.externalviews.ExternalView$7: void run() -okhttp3.internal.http2.Http2Reader: void readPriority(okhttp3.internal.http2.Http2Reader$Handler,int) -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: boolean disposed -com.google.android.material.R$id: int tag_accessibility_pane_title -io.reactivex.internal.util.NotificationLite: io.reactivex.internal.util.NotificationLite valueOf(java.lang.String) -okhttp3.HttpUrl: java.lang.String FRAGMENT_ENCODE_SET_URI -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration -androidx.viewpager2.R$styleable: int FontFamilyFont_fontStyle -com.turingtechnologies.materialscrollbar.R$attr: int paddingEnd -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight_Dialog_Alert -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Snackbar_TextView -cyanogenmod.weather.WeatherLocation: java.lang.String getState() -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_goneMarginStart -okhttp3.internal.ws.RealWebSocket: okhttp3.WebSocketListener listener -com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding: com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding MEMORY -androidx.appcompat.R$attr: int popupMenuStyle -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String getProvince() -com.google.android.material.R$attr: int colorControlHighlight -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void onError(java.lang.Throwable) -androidx.constraintlayout.widget.R$styleable: int KeyCycle_waveVariesBy -com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleMarginTop(int) -wangdaye.com.geometricweather.R$styleable: int Preference_android_enabled -androidx.appcompat.R$id: int accessibility_custom_action_21 -com.google.android.material.R$styleable: int[] FontFamily -androidx.preference.R$style: int PreferenceFragmentList -com.google.android.material.R$attr: int materialAlertDialogTitleIconStyle -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_percent -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_motionTarget -com.google.android.material.R$style: int Widget_MaterialComponents_AppBarLayout_Surface -io.reactivex.Observable: io.reactivex.Observable throttleLatest(long,java.util.concurrent.TimeUnit,boolean) -androidx.vectordrawable.animated.R$id: int chronometer -com.google.android.material.R$styleable: int ClockFaceView_valueTextColor -com.google.gson.LongSerializationPolicy: LongSerializationPolicy(java.lang.String,int,com.google.gson.LongSerializationPolicy$1) -com.bumptech.glide.load.engine.CallbackException -com.google.android.material.navigation.NavigationView: void setItemTextAppearance(int) -androidx.drawerlayout.R$id: int tag_unhandled_key_event_manager -androidx.transition.R$styleable: int FontFamily_fontProviderCerts -com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter: void onProgressUpdateEnd(float) -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void subscribeNext() -com.google.android.material.internal.FlowLayout: void setLineSpacing(int) -james.adaptiveicon.R$styleable: int SearchView_iconifiedByDefault -androidx.activity.R$id: int tag_accessibility_heading -okhttp3.TlsVersion: okhttp3.TlsVersion valueOf(java.lang.String) -com.google.android.material.R$id: int action_text -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Tooltip -okhttp3.Cookie: java.lang.String value -cyanogenmod.app.PartnerInterface: java.lang.String TAG -com.google.android.material.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd -wangdaye.com.geometricweather.R$styleable: int MaterialButton_icon -cyanogenmod.weather.WeatherInfo$DayForecast$Builder: double mLow -androidx.preference.R$styleable: int AppCompatTheme_listPopupWindowStyle -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_layout -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_visible -androidx.appcompat.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_0 -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHeight_percent -wangdaye.com.geometricweather.R$array: int air_quality_unit_voices -com.google.android.material.chip.Chip: float getCloseIconEndPadding() -okhttp3.internal.ws.RealWebSocket: boolean awaitingPong -com.google.android.material.R$id: int notification_main_column -com.google.gson.FieldNamingPolicy$6: java.lang.String translateName(java.lang.reflect.Field) -cyanogenmod.providers.CMSettings$Global: java.lang.String[] LEGACY_GLOBAL_SETTINGS -wangdaye.com.geometricweather.R$string: int key_language -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_23 -com.google.android.gms.common.Feature: android.os.Parcelable$Creator CREATOR -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title -io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: MaterialWeatherView(android.content.Context,android.util.AttributeSet,int) -androidx.preference.R$styleable: int SwitchPreferenceCompat_summaryOn -com.xw.repo.bubbleseekbar.R$attr: int contentInsetLeft +androidx.constraintlayout.widget.R$attr: int titleMargin +com.github.rahatarmanahmed.cpv.CircularProgressView$6 +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void innerError(io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver,java.lang.Throwable) +com.google.android.material.R$styleable: int FontFamily_fontProviderQuery +cyanogenmod.weather.WeatherInfo: WeatherInfo() +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircularSkyWeatherView +cyanogenmod.app.CustomTile: CustomTile() +cyanogenmod.weather.WeatherLocation: java.lang.String getCountryId() +com.xw.repo.bubbleseekbar.R$dimen: int notification_media_narrow_margin +wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: void setPrefixString(java.lang.String) +androidx.hilt.R$id: int accessibility_custom_action_10 +wangdaye.com.geometricweather.R$styleable: int Spinner_android_entries +androidx.constraintlayout.widget.R$styleable: int[] View +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$DailyTemperature temperature +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: boolean isEntityUpdateable() +wangdaye.com.geometricweather.R$anim: int btn_checkbox_to_checked_box_inner_merged_animation +com.jaredrummler.android.colorpicker.R$color: int bright_foreground_inverse_material_light +androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_fontWeight +androidx.lifecycle.SavedStateViewModelFactory: java.lang.reflect.Constructor findMatchingConstructor(java.lang.Class,java.lang.Class[]) +com.xw.repo.bubbleseekbar.R$attr: int allowStacking +okio.RealBufferedSource: int read(byte[]) +okhttp3.MultipartBody: okhttp3.MediaType FORM +com.google.android.material.R$styleable: int AppBarLayout_statusBarForeground +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_toBottomOf +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHeight_min +androidx.appcompat.R$styleable: int AppCompatTheme_borderlessButtonStyle +wangdaye.com.geometricweather.background.polling.basic.AwakeForegroundUpdateService: AwakeForegroundUpdateService() +retrofit2.RequestBuilder: okhttp3.Headers$Builder headersBuilder +com.bumptech.glide.R$color: int notification_icon_bg_color +com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Theme_AppCompat_Light_Dialog +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.internal.observers.InnerQueuedObserver current +okhttp3.RealCall: okhttp3.internal.connection.StreamAllocation streamAllocation() +androidx.transition.R$id: int async +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: boolean isDisposed() +androidx.swiperefreshlayout.R$drawable: int notification_tile_bg +okhttp3.HttpUrl: java.lang.String canonicalize(java.lang.String,int,int,java.lang.String,boolean,boolean,boolean,boolean,java.nio.charset.Charset) +androidx.lifecycle.MediatorLiveData$Source: androidx.lifecycle.LiveData mLiveData +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_fragment +com.jaredrummler.android.colorpicker.R$attr: int thickness +androidx.lifecycle.LifecycleRegistry: void moveToState(androidx.lifecycle.Lifecycle$State) +com.jaredrummler.android.colorpicker.R$dimen: int abc_button_padding_vertical_material +okhttp3.internal.ws.WebSocketProtocol: java.lang.String ACCEPT_MAGIC +android.didikee.donate.R$styleable: int SearchView_closeIcon +okhttp3.Interceptor$Chain +wangdaye.com.geometricweather.R$color: int abc_tint_edittext +james.adaptiveicon.R$string: int abc_shareactionprovider_share_with_application +androidx.loader.R$drawable: int notification_icon_background +wangdaye.com.geometricweather.R$drawable: int notif_temp_41 +wangdaye.com.geometricweather.R$styleable: int Toolbar_titleMargin +androidx.appcompat.R$styleable: int StateListDrawable_android_variablePadding +androidx.constraintlayout.widget.R$styleable: int OnSwipe_dragScale +okhttp3.MultipartBody: long contentLength() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: java.lang.String getLogo() +wangdaye.com.geometricweather.R$attr: int onNegativeCross +com.google.android.material.R$style: int TextAppearance_Design_HelperText +androidx.preference.R$id: int accessibility_custom_action_1 +androidx.dynamicanimation.R$attr: int fontWeight +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: int ON_NEXT +retrofit2.DefaultCallAdapterFactory$1: DefaultCallAdapterFactory$1(retrofit2.DefaultCallAdapterFactory,java.lang.reflect.Type,java.util.concurrent.Executor) +okhttp3.internal.connection.StreamAllocation: java.net.Socket releaseAndAcquire(okhttp3.internal.connection.RealConnection) +com.google.android.material.R$styleable: int Chip_closeIconSize +wangdaye.com.geometricweather.R$string: int off com.google.android.material.R$dimen: int design_bottom_navigation_shadow_height -com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_android_orientation -androidx.appcompat.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton -io.reactivex.internal.subscriptions.DeferredScalarSubscription: org.reactivestreams.Subscriber downstream -com.google.android.material.navigation.NavigationView: NavigationView(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.R$styleable: int KeyTimeCycle_waveDecay -com.turingtechnologies.materialscrollbar.R$styleable: int TabItem_android_layout -android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_backgroundTint -wangdaye.com.geometricweather.R$id: int action_bar_root -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintEnd_toEndOf -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_divider_thickness -android.didikee.donate.R$drawable -wangdaye.com.geometricweather.R$id: int notification_background -okhttp3.internal.cache.CacheStrategy$Factory: long computeFreshnessLifetime() -cyanogenmod.app.CustomTile$ExpandedStyle: int LIST_STYLE -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String daytimeWindLevel -com.google.android.material.R$color: int primary_text_default_material_light -wangdaye.com.geometricweather.db.entities.DailyEntity: void setTreeLevel(java.lang.Integer) -com.google.android.material.R$id: int clear_text -com.amap.api.location.AMapLocationClientOption: boolean d -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: java.util.concurrent.atomic.AtomicReference upstream -com.xw.repo.bubbleseekbar.R$attr: int textAppearanceSearchResultSubtitle -androidx.constraintlayout.widget.R$attr: int displayOptions -james.adaptiveicon.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle -cyanogenmod.providers.ThemesContract: java.lang.String AUTHORITY -wangdaye.com.geometricweather.R$string: int feedback_click_to_get_more -wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity -androidx.lifecycle.extensions.R$id: int tag_accessibility_clickable_spans -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: java.util.concurrent.atomic.AtomicInteger wip -com.google.android.material.R$layout: int test_toolbar -james.adaptiveicon.R$drawable: int abc_ic_star_half_black_16dp -androidx.lifecycle.ReflectiveGenericLifecycleObserver -com.google.android.material.R$styleable: int MaterialCalendarItem_itemShapeAppearanceOverlay -wangdaye.com.geometricweather.R$drawable: int flag_el -androidx.lifecycle.extensions.R$dimen: int notification_small_icon_background_padding -com.google.android.material.textfield.TextInputLayout: void setBoxStrokeColor(int) -com.google.android.material.R$layout: int support_simple_spinner_dropdown_item -androidx.coordinatorlayout.R$dimen: int compat_button_inset_vertical_material +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_1 +com.amap.api.fence.GeoFence: void setActivatesAction(int) +com.turingtechnologies.materialscrollbar.R$style: int Base_V21_Theme_AppCompat +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property TimeZone +okhttp3.Authenticator$1 +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_logoDescription +androidx.work.R$id: int accessibility_custom_action_10 +wangdaye.com.geometricweather.R$layout: int material_time_input +com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$EntrySet entrySet +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeThunderstormPrecipitation(java.lang.Float) +james.adaptiveicon.R$attr: int suggestionRowLayout +androidx.constraintlayout.widget.R$styleable: int KeyCycle_waveOffset +androidx.hilt.lifecycle.R$layout: int notification_template_part_chronometer +com.google.android.material.slider.Slider: android.content.res.ColorStateList getTrackInactiveTintList() +com.jaredrummler.android.colorpicker.ColorPreferenceCompat: void setOnShowDialogListener(com.jaredrummler.android.colorpicker.ColorPreferenceCompat$OnShowDialogListener) +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult$Temperature: int UnitType +androidx.appcompat.resources.R$layout: int notification_template_icon_group +androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_translationX +retrofit2.http.POST +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: void cancel() +io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: void dispose() +wangdaye.com.geometricweather.R$string: int week_2 +com.xw.repo.bubbleseekbar.R$attr: int autoSizeTextType +wangdaye.com.geometricweather.R$layout: int test_chip_zero_corner_radius androidx.swiperefreshlayout.R$dimen: int compat_button_inset_horizontal_material -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PressureTendency: java.lang.String Code -android.didikee.donate.R$drawable: int abc_seekbar_tick_mark_material -cyanogenmod.themes.ThemeChangeRequest$1: java.lang.Object createFromParcel(android.os.Parcel) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWindLevel -com.xw.repo.bubbleseekbar.R$styleable: int FontFamily_fontProviderFetchTimeout -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver -io.reactivex.exceptions.OnErrorNotImplementedException: OnErrorNotImplementedException(java.lang.Throwable) -androidx.constraintlayout.widget.Barrier: Barrier(android.content.Context) -wangdaye.com.geometricweather.R$styleable: int CompoundButton_buttonTint -com.google.android.material.R$style: int Base_Animation_AppCompat_Tooltip -androidx.appcompat.R$id: int accessibility_custom_action_31 -cyanogenmod.externalviews.ExternalView: void access$000(cyanogenmod.externalviews.ExternalView) -com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_itemBackground -okhttp3.Cookie: java.util.regex.Pattern YEAR_PATTERN -wangdaye.com.geometricweather.R$xml: int icon_provider_sun_moon_filter -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipStrokeWidth -com.google.android.material.R$styleable: int BottomNavigationView_itemRippleColor -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_menu -androidx.recyclerview.R$id: int accessibility_custom_action_7 -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_13 -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Subtitle1 -wangdaye.com.geometricweather.R$styleable: int ShapeableImageView_strokeColor -cyanogenmod.app.ILiveLockScreenChangeListener$Stub$Proxy: android.os.IBinder mRemote -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float thunderstorm -wangdaye.com.geometricweather.R$attr: int startIconDrawable -com.google.android.material.R$styleable: int KeyTrigger_triggerId -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_firstHorizontalStyle -com.amap.api.location.AMapLocation: void setAdCode(java.lang.String) -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_menu_cut_mtrl_alpha -com.jaredrummler.android.colorpicker.R$dimen: int cpv_dialog_preview_height -com.github.rahatarmanahmed.cpv.CircularProgressView: void onMeasure(int,int) -com.amap.api.location.UmidtokenInfo: boolean c -wangdaye.com.geometricweather.R$string: int wind_9 -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_NoActionBar -androidx.appcompat.R$drawable: int abc_text_select_handle_right_mtrl_light -androidx.appcompat.R$color: int primary_text_disabled_material_light -com.jaredrummler.android.colorpicker.R$attr: int showSeekBarValue -com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginTop -okhttp3.internal.ws.WebSocketWriter: okhttp3.internal.ws.WebSocketWriter$FrameSink frameSink -okhttp3.internal.cache2.Relay$RelaySource: Relay$RelaySource(okhttp3.internal.cache2.Relay) -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: Precipitation(java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float) -androidx.vectordrawable.animated.R$id: int info -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather: java.lang.String img -wangdaye.com.geometricweather.R$drawable: int notif_temp_25 -androidx.constraintlayout.widget.R$styleable: int Layout_layout_editor_absoluteY -cyanogenmod.profiles.BrightnessSettings: void readFromParcel(android.os.Parcel) -com.xw.repo.bubbleseekbar.R$id: int search_bar -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintLeft_toRightOf -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String uvDescription -james.adaptiveicon.R$styleable: int Toolbar_subtitle -com.google.android.material.R$dimen: int abc_search_view_preferred_height -com.turingtechnologies.materialscrollbar.R$styleable: int MenuGroup_android_enabled -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: AccuCurrentResult() -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.String getWeatherSource() -com.amap.api.fence.GeoFenceClient: int GEOFENCE_OUT -wangdaye.com.geometricweather.R$drawable: int notif_temp_84 -io.reactivex.Observable: io.reactivex.Observable empty() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceListItem -com.google.android.gms.base.R$id: int adjust_width -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_goneMarginEnd -androidx.lifecycle.extensions.R$dimen: int notification_large_icon_width -com.turingtechnologies.materialscrollbar.R$attr: int windowActionModeOverlay -wangdaye.com.geometricweather.db.entities.DailyEntity: long time -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_android_enabled -wangdaye.com.geometricweather.R$style: int TextAppearance_Compat_Notification_Info -com.jaredrummler.android.colorpicker.R$style: int Base_V22_Theme_AppCompat -wangdaye.com.geometricweather.R$layout: int item_weather_icon_title -com.google.android.material.R$styleable: int MotionScene_layoutDuringTransition -com.google.android.material.datepicker.RangeDateSelector -androidx.coordinatorlayout.widget.CoordinatorLayout: androidx.core.view.WindowInsetsCompat getLastWindowInsets() -com.google.android.material.bottomnavigation.BottomNavigationView: void setItemIconSize(int) -com.amap.api.location.AMapLocation: int LOCATION_TYPE_LAST_LOCATION_CACHE -androidx.constraintlayout.widget.R$id: int on -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_checkable -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintCircleAngle -com.jaredrummler.android.colorpicker.R$dimen: int disabled_alpha_material_dark -okhttp3.logging.HttpLoggingInterceptor$Logger$1: void log(java.lang.String) -androidx.viewpager2.R$id: int accessibility_custom_action_1 -androidx.preference.R$attr: int alertDialogButtonGroupStyle -com.bumptech.glide.load.engine.GlideException: void setOrigin(java.lang.Exception) -com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_WIFI_INFO -androidx.lifecycle.SavedStateHandle: androidx.lifecycle.MutableLiveData getLiveData(java.lang.String) -wangdaye.com.geometricweather.db.entities.HistoryEntity: java.lang.Long id -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_height -androidx.lifecycle.ClassesInfoCache: androidx.lifecycle.ClassesInfoCache sInstance -com.google.android.material.R$dimen: int mtrl_extended_fab_corner_radius -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: retrofit2.Call clone() -io.reactivex.internal.observers.LambdaObserver: void onError(java.lang.Throwable) -androidx.work.R$id: int notification_main_column_container -androidx.vectordrawable.R$color: int notification_action_color_filter -cyanogenmod.providers.CMSettings$System: float getFloat(android.content.ContentResolver,java.lang.String,float) -com.turingtechnologies.materialscrollbar.R$attr: int titleTextColor -cyanogenmod.profiles.LockSettings: void writeXmlString(java.lang.StringBuilder,android.content.Context) -okhttp3.TlsVersion: okhttp3.TlsVersion[] values() -wangdaye.com.geometricweather.R$attr: int flow_lastHorizontalStyle -com.google.android.material.R$attr: int itemIconSize -com.google.android.material.textfield.TextInputLayout: void setEnabled(boolean) -wangdaye.com.geometricweather.R$dimen: int mtrl_slider_track_height -retrofit2.http.Url -com.google.android.material.R$styleable: int[] AppBarLayout -com.google.android.material.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode -com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_dialogTitle -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_min_width -androidx.preference.R$id: int wrap_content -com.jaredrummler.android.colorpicker.R$attr: int layoutManager -cyanogenmod.app.BaseLiveLockManagerService$1: cyanogenmod.app.BaseLiveLockManagerService this$0 -com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleTypeface(android.graphics.Typeface) -androidx.preference.R$dimen: int abc_dialog_corner_radius_material -io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: ObservableConcatWithCompletable$ConcatWithObserver(io.reactivex.Observer,io.reactivex.CompletableSource) -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIconTintMode -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay valueOf(java.lang.String) -james.adaptiveicon.R$styleable: int AppCompatTheme_popupMenuStyle -com.google.android.material.R$styleable: int AppCompatTheme_ratingBarStyleSmall -okhttp3.HttpUrl$Builder: int slashCount(java.lang.String,int,int) -wangdaye.com.geometricweather.R$styleable: int DialogPreference_android_dialogLayout -androidx.appcompat.resources.R$dimen: int notification_content_margin_start -okhttp3.Request: java.util.List headers(java.lang.String) -androidx.hilt.R$attr: int fontProviderFetchStrategy -io.reactivex.internal.disposables.DisposableHelper -androidx.work.R$id: int italic -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getO3Desc() -com.google.android.material.R$id: int SHOW_ALL -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_goneMarginEnd -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result: wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$Geometry geometry -james.adaptiveicon.R$style: int Base_V22_Theme_AppCompat_Light -com.google.android.material.R$drawable: int mtrl_ic_arrow_drop_up -androidx.activity.R$id: int text -james.adaptiveicon.R$attr: int thickness -okhttp3.internal.tls.OkHostnameVerifier: okhttp3.internal.tls.OkHostnameVerifier INSTANCE -wangdaye.com.geometricweather.R$attr: int tabIconTint -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintEnd_toEndOf -androidx.preference.R$style: int Widget_AppCompat_Light_ActionMode_Inverse -com.google.android.material.R$styleable: int Constraint_android_rotationX -com.google.android.material.chip.Chip: com.google.android.material.animation.MotionSpec getHideMotionSpec() -com.google.android.material.R$styleable: int Layout_layout_constraintCircleAngle -androidx.preference.R$style: int Preference_DialogPreference_Material -cyanogenmod.weather.RequestInfo: java.lang.String access$802(cyanogenmod.weather.RequestInfo,java.lang.String) -cyanogenmod.weatherservice.IWeatherProviderService -cyanogenmod.externalviews.KeyguardExternalView$1: void onServiceDisconnected(android.content.ComponentName) -wangdaye.com.geometricweather.R$styleable: int[] MaterialCalendarItem -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Compat_Notification_Line2 -com.google.android.material.R$attr: int thumbElevation -okhttp3.internal.cache.DiskLruCache$2: DiskLruCache$2(okhttp3.internal.cache.DiskLruCache,okio.Sink) -io.reactivex.internal.util.VolatileSizeArrayList: VolatileSizeArrayList() -com.google.android.material.R$styleable: int Variant_region_widthMoreThan -com.google.android.gms.internal.common.zzq: com.google.android.gms.internal.common.zzo zza -com.google.android.material.chip.Chip: void setCloseIconTintResource(int) -androidx.transition.R$layout: int notification_action -wangdaye.com.geometricweather.R$styleable: int KeyTrigger_triggerReceiver -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_alertDialogCenterButtons -cyanogenmod.app.Profile$ProfileTrigger: int getState() -wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_light_default -cyanogenmod.externalviews.IExternalViewProvider: void onStop() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: CNWeatherResult$HourlyForecast() -androidx.legacy.coreutils.R$integer: R$integer() -androidx.preference.R$styleable: int PreferenceTheme_preferenceTheme -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: boolean IsDayTime -com.google.android.gms.base.R$string: int common_google_play_services_notification_ticker -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: io.reactivex.SingleObserver downstream -com.google.android.material.bottomsheet.BottomSheetBehavior: BottomSheetBehavior() -james.adaptiveicon.R$dimen: int abc_text_size_display_4_material -com.google.android.material.R$attr: int expandActivityOverflowButtonDrawable -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder connectTimeout(long,java.util.concurrent.TimeUnit) -androidx.preference.Preference: void setOnPreferenceClickListener(androidx.preference.Preference$OnPreferenceClickListener) -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void onComplete() -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_drawableStart -io.reactivex.subjects.PublishSubject$PublishDisposable: PublishSubject$PublishDisposable(io.reactivex.Observer,io.reactivex.subjects.PublishSubject) -cyanogenmod.hardware.CMHardwareManager: boolean requireAdaptiveBacklightForSunlightEnhancement() -androidx.constraintlayout.widget.R$attr: int region_heightLessThan -com.google.android.material.R$id: int dropdown_menu -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_SearchView_ActionBar -com.google.android.gms.common.Feature -cyanogenmod.media.MediaRecorder: java.lang.String EXTRA_CURRENT_PACKAGE_NAME -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_motionTarget -okhttp3.CipherSuite: java.lang.String javaName() -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: boolean isDisposed() -com.google.android.material.R$id: int decelerate -com.google.android.material.appbar.CollapsingToolbarLayout: int getExpandedTitleMarginStart() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeSnowPrecipitation() -james.adaptiveicon.R$color: int accent_material_dark -wangdaye.com.geometricweather.R$id: int textinput_error -com.turingtechnologies.materialscrollbar.R$drawable: int abc_item_background_holo_dark -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Small -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Imperial: int UnitType -androidx.coordinatorlayout.R$id: int accessibility_custom_action_28 -okhttp3.internal.http2.Http2Stream: void receiveFin() -androidx.hilt.work.R$id: int text -androidx.preference.R$anim: int abc_slide_out_top -androidx.preference.R$style: int TextAppearance_AppCompat_Body1 -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_useCompatPadding -okhttp3.internal.http.RealInterceptorChain: int writeTimeout -com.jaredrummler.android.colorpicker.R$color: int abc_btn_colored_borderless_text_material -cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() -wangdaye.com.geometricweather.R$attr: int passwordToggleDrawable -wangdaye.com.geometricweather.R$drawable: int mtrl_tabs_default_indicator -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: boolean isSubActive(int) -com.xw.repo.bubbleseekbar.R$color: int material_grey_100 -androidx.core.R$string: R$string() -wangdaye.com.geometricweather.R$integer -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: int lastIndex -androidx.hilt.R$attr: int fontProviderFetchTimeout -wangdaye.com.geometricweather.R$styleable: int[] ButtonBarLayout -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit MB -androidx.appcompat.R$attr: int fontStyle -com.google.android.material.R$drawable: int abc_list_longpressed_holo -wangdaye.com.geometricweather.R$id: int hideable -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String getStreet_number() -com.google.android.material.R$id: int material_timepicker_container -com.google.android.material.R$style: int Platform_V25_AppCompat -androidx.loader.R$dimen: int notification_top_pad -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: io.reactivex.Observer downstream -com.google.android.material.R$styleable: int KeyAttribute_android_transformPivotX -androidx.appcompat.R$styleable: int AppCompatTheme_actionBarPopupTheme -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void drainLoop() -wangdaye.com.geometricweather.R$attr: int spinnerStyle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Imperial: double Value -com.google.android.material.R$attr: int chipSpacing -com.google.android.material.R$attr: int layout_constraintTop_toBottomOf -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: void run() -androidx.appcompat.R$style: int Theme_AppCompat_Light_Dialog_Alert -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_verticalStyle -okhttp3.Headers: java.util.Date getDate(java.lang.String) -cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent valueOf(java.lang.String) -androidx.appcompat.R$styleable: int GradientColor_android_startY -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.turingtechnologies.materialscrollbar.R$attr: int dividerVertical -androidx.constraintlayout.widget.R$style: int Base_V23_Theme_AppCompat_Light -com.jaredrummler.android.colorpicker.R$styleable: int PopupWindow_android_popupAnimationStyle -com.google.android.material.chip.Chip: void setChipEndPadding(float) -androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge -io.reactivex.Observable: io.reactivex.Observable zipIterable(java.lang.Iterable,io.reactivex.functions.Function,boolean,int) -android.didikee.donate.R$styleable: int[] MenuView -com.google.android.material.R$attr: int onTouchUp -cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener -androidx.appcompat.R$layout: int abc_activity_chooser_view -androidx.constraintlayout.widget.R$style: int Platform_V21_AppCompat_Light -com.amap.api.location.AMapLocationQualityReport -com.turingtechnologies.materialscrollbar.R$id: int forever -okhttp3.internal.http2.Http2Stream: void checkOutNotClosed() -androidx.constraintlayout.widget.R$styleable: int MockView_mock_showLabel -android.support.v4.os.ResultReceiver$MyRunnable: ResultReceiver$MyRunnable(android.support.v4.os.ResultReceiver,int,android.os.Bundle) -cyanogenmod.themes.IThemeChangeListener$Stub$Proxy: void onProgress(int) -com.amap.api.fence.GeoFence: int ERROR_CODE_UNKNOWN -cyanogenmod.app.ILiveLockScreenManagerProvider -com.google.android.material.card.MaterialCardView: void setRippleColorResource(int) -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: void onError(java.lang.Throwable) -com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleEnabled(boolean) -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_pressed_z -androidx.appcompat.widget.SwitchCompat: void setThumbDrawable(android.graphics.drawable.Drawable) -okhttp3.internal.ws.WebSocketWriter$FrameSink: void write(okio.Buffer,long) -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Large_Inverse -android.didikee.donate.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation -okhttp3.internal.http2.Http2Stream: okio.Timeout writeTimeout() -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_light -wangdaye.com.geometricweather.R$string: int phase_full -androidx.transition.R$dimen: int notification_main_column_padding_top -androidx.constraintlayout.widget.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle -wangdaye.com.geometricweather.R$id: int pin -androidx.appcompat.R$styleable: int MenuItem_showAsAction -okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean recover(java.io.IOException,okhttp3.internal.connection.StreamAllocation,boolean,okhttp3.Request) -okhttp3.internal.http1.Http1Codec$ChunkedSource: long bytesRemainingInChunk -com.google.android.material.R$id: int accessibility_custom_action_0 -com.google.android.material.R$string: int abc_activitychooserview_choose_application -androidx.appcompat.R$styleable: int StateListDrawable_android_dither -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_indeterminateProgressStyle -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorError -com.bumptech.glide.load.DecodeFormat: com.bumptech.glide.load.DecodeFormat PREFER_ARGB_8888 -com.google.android.gms.base.R$id: int light -androidx.constraintlayout.widget.R$styleable: int Transition_duration -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarViewPager: FitSystemBarViewPager(android.content.Context) -wangdaye.com.geometricweather.R$string: int common_open_on_phone -com.bumptech.glide.load.PreferredColorSpace: com.bumptech.glide.load.PreferredColorSpace valueOf(java.lang.String) -com.google.android.material.R$styleable: int CustomAttribute_customPixelDimension -androidx.recyclerview.R$styleable: int FontFamily_fontProviderAuthority -wangdaye.com.geometricweather.R$id: int SHOW_ALL -wangdaye.com.geometricweather.R$styleable: int Constraint_android_rotation -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language HUNGARIAN -androidx.appcompat.R$attr: int colorBackgroundFloating -androidx.constraintlayout.utils.widget.ImageFilterButton: float getSaturation() -cyanogenmod.weather.CMWeatherManager: int requestWeatherUpdate(cyanogenmod.weather.WeatherLocation,cyanogenmod.weather.CMWeatherManager$WeatherUpdateRequestListener) -com.turingtechnologies.materialscrollbar.R$attr: int fabCradleMargin -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: HistoryEntityDao(org.greenrobot.greendao.internal.DaoConfig) -androidx.appcompat.R$attr: int font -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: void setStatus(int) -com.turingtechnologies.materialscrollbar.R$color: int abc_search_url_text -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listMenuViewStyle -com.google.android.material.floatingactionbutton.FloatingActionButton: void setShapeAppearanceModel(com.google.android.material.shape.ShapeAppearanceModel) -androidx.preference.R$attr: int srcCompat -cyanogenmod.app.LiveLockScreenManager: android.content.Context mContext -com.jaredrummler.android.colorpicker.R$color: int dim_foreground_material_light -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode ENHANCE_YOUR_CALM -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: void onComplete() -wangdaye.com.geometricweather.R$string: int get_more -wangdaye.com.geometricweather.R$id: int topPanel -androidx.appcompat.R$attr: int listPreferredItemHeightSmall -com.turingtechnologies.materialscrollbar.TouchScrollBar: float getIndicatorOffset() -wangdaye.com.geometricweather.R$array: int widget_text_colors -wangdaye.com.geometricweather.R$color: int switch_thumb_material_light -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps -wangdaye.com.geometricweather.R$styleable: int Tooltip_android_minHeight -cyanogenmod.weather.util.WeatherUtils: double fahrenheitToCelsius(double) -com.turingtechnologies.materialscrollbar.R$dimen: int abc_config_prefDialogWidth -android.didikee.donate.R$id: int never -com.turingtechnologies.materialscrollbar.R$attr: int checkedTextViewStyle -android.didikee.donate.R$styleable: int Toolbar_contentInsetLeft -cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener: void onDetachedFromWindow() -com.google.gson.internal.LazilyParsedNumber: double doubleValue() -androidx.cardview.widget.CardView: void setMaxCardElevation(float) -com.xw.repo.bubbleseekbar.R$attr: int lastBaselineToBottomHeight -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void clear() -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_logo -android.support.v4.os.ResultReceiver: void onReceiveResult(int,android.os.Bundle) -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: java.util.concurrent.locks.Condition condition -okhttp3.internal.http2.Http2Stream: boolean hasResponseHeaders -com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_endX -wangdaye.com.geometricweather.R$styleable: int KeyPosition_percentY -androidx.preference.R$id: int accessibility_custom_action_17 -james.adaptiveicon.R$string: int search_menu_title -androidx.constraintlayout.widget.R$attr: int actionBarTabStyle -com.jaredrummler.android.colorpicker.ColorPickerView: void setOnColorChangedListener(com.jaredrummler.android.colorpicker.ColorPickerView$OnColorChangedListener) -wangdaye.com.geometricweather.R$styleable: int Preference_allowDividerAbove -com.jaredrummler.android.colorpicker.R$styleable: int View_paddingEnd -com.google.android.material.R$attr: int thumbTintMode -com.google.android.material.R$dimen: int material_filled_edittext_font_2_0_padding_top -io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer windChillTemperature -com.google.android.material.R$styleable: int MenuView_android_itemTextAppearance -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: io.reactivex.disposables.Disposable upstream -com.xw.repo.bubbleseekbar.R$attr: int checkboxStyle -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_helperText -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderDivider -wangdaye.com.geometricweather.R$drawable: int notif_temp_123 -androidx.vectordrawable.R$id: int accessibility_custom_action_30 -james.adaptiveicon.R$styleable: int SearchView_searchHintIcon -cyanogenmod.app.suggest.IAppSuggestManager$Stub: int TRANSACTION_getSuggestions -io.reactivex.internal.util.VolatileSizeArrayList -androidx.viewpager.R$drawable: int notification_tile_bg -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder certificatePinner(okhttp3.CertificatePinner) -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: int nameId -androidx.core.R$drawable: int notification_icon_background -androidx.appcompat.widget.ActivityChooserView -com.google.android.material.R$attr: int layout_constraintHeight_default -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$drawable: int notif_temp_15 -com.google.android.material.R$style: int Base_V28_Theme_AppCompat -okio.Okio$4 -wangdaye.com.geometricweather.R$animator: int mtrl_chip_state_list_anim -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String type -retrofit2.Utils$ParameterizedTypeImpl: boolean equals(java.lang.Object) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow: java.lang.Float cumul12H -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_selection_text_baseline_to_top -wangdaye.com.geometricweather.R$attr: int homeLayout -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_NoActionBar -io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setIcePrecipitationProbability(java.lang.Float) -androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat_Light -androidx.preference.R$styleable: int Preference_android_persistent -retrofit2.RequestBuilder: void setRelativeUrl(java.lang.Object) -com.google.android.material.R$styleable: int Constraint_flow_horizontalAlign -okio.ForwardingSource: okio.Source delegate() -com.google.android.material.R$integer: int abc_config_activityShortDur -cyanogenmod.profiles.AirplaneModeSettings$BooleanState -com.google.android.material.R$attr: int colorOnPrimary -wangdaye.com.geometricweather.R$styleable: int View_android_focusable -androidx.preference.R$style: int Base_Widget_AppCompat_EditText -okhttp3.internal.http2.Http2Reader$Handler -james.adaptiveicon.R$integer: R$integer() -androidx.appcompat.widget.SwitchCompat: int getSwitchPadding() -com.google.android.gms.common.R$string -androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableTransition_android_fromId -androidx.lifecycle.extensions.R$styleable: int[] FontFamilyFont -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_section_text_interval -okhttp3.TlsVersion: okhttp3.TlsVersion TLS_1_2 -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: long end -androidx.fragment.R$id: int accessibility_custom_action_13 -androidx.preference.R$string: int abc_menu_shift_shortcut_label -com.google.android.material.R$style: int Base_Widget_AppCompat_ActionBar_TabText -androidx.lifecycle.ServiceLifecycleDispatcher: void onServicePreSuperOnStart() -androidx.appcompat.resources.R$integer: int status_bar_notification_info_maxnum -android.didikee.donate.R$styleable: int AppCompatTextHelper_android_drawableStart -wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: void setIndicatorPosition(int) -com.google.android.material.R$styleable: int Snackbar_snackbarTextViewStyle -wangdaye.com.geometricweather.R$id: int widget_clock_day_icon -com.google.android.material.R$drawable: int notification_bg_low_pressed -wangdaye.com.geometricweather.R$drawable: int weather_thunder_pixel -com.google.android.material.R$styleable: int KeyCycle_android_elevation -retrofit2.ParameterHandler$FieldMap: retrofit2.Converter valueConverter -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModePopupWindowStyle -com.turingtechnologies.materialscrollbar.R$attr: int materialCardViewStyle -wangdaye.com.geometricweather.R$drawable: int ic_alert -okhttp3.internal.http1.Http1Codec: boolean isClosed() -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_search_api_material -wangdaye.com.geometricweather.R$attr: int textAppearanceCaption -androidx.preference.R$style: int Animation_AppCompat_Tooltip +okhttp3.internal.http2.Http2Stream$FramingSource: void updateConnectionFlowControl(long) +okhttp3.HttpUrl: java.lang.String queryParameter(java.lang.String) +com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_borderless_material +io.reactivex.internal.subscribers.StrictSubscriber: long serialVersionUID +wangdaye.com.geometricweather.R$attr: int errorTextAppearance +com.google.android.material.progressindicator.ProgressIndicator: ProgressIndicator(android.content.Context,android.util.AttributeSet) +cyanogenmod.providers.CMSettings$Secure: CMSettings$Secure() +cyanogenmod.providers.CMSettings$Secure: java.lang.String STATS_COLLECTION +wangdaye.com.geometricweather.db.entities.DailyEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) +androidx.coordinatorlayout.R$id: int accessibility_custom_action_20 +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_barrierAllowsGoneWidgets +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_switchMinWidth +androidx.recyclerview.R$styleable: int ColorStateListItem_alpha +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: void dispose() +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_android_enabled +io.reactivex.internal.subscriptions.BasicIntQueueSubscription: java.lang.Object poll() +okio.InflaterSource: void releaseInflatedBytes() +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: void dispose() +com.google.android.material.slider.Slider: int getFocusedThumbIndex() +com.amap.api.location.APSService: APSService() +com.turingtechnologies.materialscrollbar.R$string: int mtrl_chip_close_icon_content_description +com.google.android.material.R$styleable: int ImageFilterView_contrast +android.didikee.donate.R$drawable: int abc_dialog_material_background +androidx.vectordrawable.animated.R$id: int action_container +com.loc.k: java.lang.String d() +wangdaye.com.geometricweather.R$id: int META +okhttp3.internal.cache2.Relay: okio.Source newSource() +com.bumptech.glide.Registry$NoModelLoaderAvailableException: Registry$NoModelLoaderAvailableException(java.lang.Object,java.util.List) +com.google.android.material.R$id: int fill +com.google.android.material.R$styleable: int ConstraintSet_android_layout_height +com.jaredrummler.android.colorpicker.R$id: int action_bar_title +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header +androidx.constraintlayout.widget.R$id: int activity_chooser_view_content +androidx.preference.R$styleable: int AppCompatTheme_panelBackground +cyanogenmod.externalviews.KeyguardExternalViewProviderService$1$1: KeyguardExternalViewProviderService$1$1(cyanogenmod.externalviews.KeyguardExternalViewProviderService$1,android.os.Bundle) +james.adaptiveicon.R$styleable: int FontFamilyFont_android_fontStyle +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_18 +android.didikee.donate.R$drawable: int abc_text_select_handle_left_mtrl_light +com.google.android.material.progressindicator.ProgressIndicator: void setVisibilityAfterHide(int) +com.google.android.material.R$styleable: int Constraint_layout_constrainedHeight +com.google.android.material.R$styleable: int[] MaterialCardView +com.google.android.material.chip.ChipGroup: void setChipSpacingVertical(int) +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Small_Inverse +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar +com.google.android.material.R$attr: int collapsingToolbarLayoutStyle +com.google.android.material.slider.Slider: void setLabelFormatter(com.google.android.material.slider.LabelFormatter) +wangdaye.com.geometricweather.R$styleable: int PopupWindowBackgroundState_state_above_anchor +com.google.android.material.R$string: int mtrl_picker_text_input_day_abbr +okio.ForwardingSource: void close() +com.turingtechnologies.materialscrollbar.R$color: int design_fab_stroke_end_outer_color +androidx.hilt.R$attr: int alpha +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric: AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric() +com.turingtechnologies.materialscrollbar.R$attr: int enforceMaterialTheme +james.adaptiveicon.R$dimen: int abc_dialog_title_divider_material +com.google.android.material.R$styleable: int ShapeableImageView_strokeColor +androidx.appcompat.widget.AppCompatImageView: android.graphics.PorterDuff$Mode getSupportImageTintMode() +com.turingtechnologies.materialscrollbar.R$color: int background_material_light +okhttp3.Response: java.lang.String header(java.lang.String) +okio.RealBufferedSource: java.lang.String readUtf8Line() +androidx.drawerlayout.R$dimen: int compat_notification_large_icon_max_height +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeInsetStart +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_AES_256_GCM_SHA384 +wangdaye.com.geometricweather.R$drawable: int abc_scrubber_primary_mtrl_alpha +com.google.android.material.R$styleable: int TextAppearance_textLocale +com.turingtechnologies.materialscrollbar.R$color: int ripple_material_light +androidx.constraintlayout.widget.R$styleable: int ImageFilterView_brightness +android.didikee.donate.R$style: int TextAppearance_AppCompat_Caption +james.adaptiveicon.R$style: int Widget_AppCompat_Button_Colored +okhttp3.Interceptor$Chain: int connectTimeoutMillis() +androidx.constraintlayout.widget.R$drawable: int abc_menu_hardkey_panel_mtrl_mult +com.xw.repo.bubbleseekbar.R$attr: int colorPrimary +androidx.coordinatorlayout.R$drawable +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver(io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver) +androidx.constraintlayout.widget.R$styleable: int[] ConstraintLayout_Layout +androidx.constraintlayout.widget.R$dimen: int abc_text_size_button_material +wangdaye.com.geometricweather.R$dimen: int mtrl_navigation_item_shape_horizontal_margin +com.jaredrummler.android.colorpicker.R$styleable: int[] BackgroundStyle wangdaye.com.geometricweather.R$string: int key_widget_config -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowFixedHeightMinor -androidx.core.R$styleable: R$styleable() -com.google.android.material.R$styleable: int MaterialButton_elevation -okhttp3.internal.platform.AndroidPlatform: int MAX_LOG_LENGTH -com.google.android.gms.common.api.ApiException: ApiException(com.google.android.gms.common.api.Status) -androidx.constraintlayout.widget.R$attr -androidx.hilt.R$id: int icon_group -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setCo(java.lang.String) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours -androidx.fragment.R$dimen: int notification_content_margin_start -wangdaye.com.geometricweather.R$id: int item_details_content -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX() -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter name(java.lang.String) -com.turingtechnologies.materialscrollbar.R$attr: int textStartPadding -androidx.legacy.coreutils.R$id: int action_divider -cyanogenmod.app.LiveLockScreenInfo: LiveLockScreenInfo(android.os.Parcel) -james.adaptiveicon.R$color: int primary_dark_material_dark -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow -com.turingtechnologies.materialscrollbar.R$id: int search_edit_frame -com.xw.repo.bubbleseekbar.R$style: int Base_V7_Theme_AppCompat_Dialog -com.amap.api.fence.GeoFenceClient: android.app.PendingIntent createPendingIntent(java.lang.String) -com.google.android.material.R$attr: int tabIndicatorFullWidth -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorBackgroundFloating -androidx.fragment.R$id: int accessibility_custom_action_9 -wangdaye.com.geometricweather.common.ui.widgets.TagView: TagView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color: int Red -com.google.android.material.slider.Slider: void setThumbTintList(android.content.res.ColorStateList) -androidx.constraintlayout.widget.R$drawable: int abc_list_pressed_holo_light -androidx.recyclerview.R$color: int ripple_material_light -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getUvDescription() -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle -androidx.preference.R$layout: int abc_screen_simple -io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: io.reactivex.Observer downstream -james.adaptiveicon.R$drawable: int abc_tab_indicator_mtrl_alpha -cyanogenmod.weather.RequestInfo: int getTemperatureUnit() -io.reactivex.internal.util.VolatileSizeArrayList: java.lang.Object remove(int) -androidx.constraintlayout.widget.R$attr: int tooltipForegroundColor -com.jaredrummler.android.colorpicker.R$integer -wangdaye.com.geometricweather.R$attr: int state_lifted -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxStrokeWidth -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_minWidth -androidx.constraintlayout.widget.R$dimen: int abc_button_inset_horizontal_material -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_AutoCompleteTextView -androidx.core.R$id: int accessibility_custom_action_8 -androidx.vectordrawable.animated.R$dimen: int compat_notification_large_icon_max_width -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_rotation -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionMode -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_Layout_layout_collapseMode -wangdaye.com.geometricweather.R$styleable: int[] MenuView -cyanogenmod.app.Profile$ProfileTrigger: java.lang.String mName -androidx.preference.R$attr: int listItemLayout -com.google.android.material.R$style: int Base_Widget_AppCompat_Button_Small -okhttp3.Address: okhttp3.Dns dns -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather: java.lang.String humidity -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow: java.lang.Float cumul1H -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Title_Inverse -com.turingtechnologies.materialscrollbar.R$attr: int colorButtonNormal -com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_dialogMessage -io.reactivex.Observable: io.reactivex.Observable generate(java.util.concurrent.Callable,io.reactivex.functions.BiConsumer) -androidx.appcompat.R$layout: int select_dialog_multichoice_material -android.didikee.donate.R$styleable: int MenuGroup_android_visible -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.util.List value -com.turingtechnologies.materialscrollbar.R$styleable: int[] AppCompatImageView -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum Minimum -wangdaye.com.geometricweather.R$color: int mtrl_choice_chip_background_color -com.google.android.material.R$styleable: int Layout_android_orientation -wangdaye.com.geometricweather.R$attr: int layout_anchorGravity -okio.Buffer: int REPLACEMENT_CHARACTER -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Imperial: int UnitType -androidx.recyclerview.widget.RecyclerView: void removeOnChildAttachStateChangeListener(androidx.recyclerview.widget.RecyclerView$OnChildAttachStateChangeListener) -james.adaptiveicon.R$styleable: int SwitchCompat_switchPadding -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: io.reactivex.internal.fuseable.SimplePlainQueue getOrCreateQueue() -com.google.android.material.R$string: int mtrl_picker_date_header_selected -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -wangdaye.com.geometricweather.main.utils.MainPalette -io.reactivex.Observable: io.reactivex.Observable concatEager(io.reactivex.ObservableSource,int,int) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle -okio.Buffer: long readLong() -androidx.coordinatorlayout.R$dimen: int compat_button_padding_horizontal_material -wangdaye.com.geometricweather.R$style: int title_text -james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon -cyanogenmod.app.StatusBarPanelCustomTile: int getId() -androidx.lifecycle.ProcessLifecycleOwner: void attach(android.content.Context) -cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String ACTION_SET_ALARM_ENABLED -wangdaye.com.geometricweather.R$dimen: int abc_dialog_padding_material -androidx.hilt.work.R$id: int line3 -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_goneMarginBottom -android.support.v4.os.IResultReceiver$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintBottom_toTopOf -okhttp3.internal.platform.Platform: javax.net.ssl.SSLContext getSSLContext() -wangdaye.com.geometricweather.R$style: int PreferenceFragmentList_Material -androidx.swiperefreshlayout.R$styleable: int FontFamily_fontProviderFetchStrategy -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling Cooling -com.turingtechnologies.materialscrollbar.R$drawable: int notification_tile_bg -androidx.hilt.lifecycle.R$styleable: int FontFamily_fontProviderQuery -com.bumptech.glide.R$drawable: R$drawable() -androidx.preference.R$style: int Widget_AppCompat_PopupMenu -io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: void onNext(java.lang.Object) -cyanogenmod.weather.CMWeatherManager$1$1: java.lang.String val$providerName -com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Light -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_peekHeight -androidx.appcompat.widget.ButtonBarLayout -com.turingtechnologies.materialscrollbar.Indicator: void setRTL(boolean) -androidx.appcompat.widget.AppCompatTextView: void setSupportCompoundDrawablesTintMode(android.graphics.PorterDuff$Mode) -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_rotation -androidx.hilt.R$styleable: int GradientColor_android_startX -retrofit2.DefaultCallAdapterFactory$1 -com.google.android.material.R$styleable: int SearchView_submitBackground -androidx.appcompat.R$interpolator: int btn_radio_to_off_mtrl_animation_interpolator_0 -wangdaye.com.geometricweather.R$style: int PreferenceSummaryTextStyle -okhttp3.Dispatcher: java.util.concurrent.ExecutorService executorService -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX brandInfo -okio.BufferedSource: int readInt() -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintDimensionRatio -androidx.appcompat.widget.AppCompatButton: void setCustomSelectionActionModeCallback(android.view.ActionMode$Callback) -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_display_1_material -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_startIconTint -com.google.android.material.R$style: int Base_AlertDialog_AppCompat_Light -okhttp3.internal.Internal: void addLenient(okhttp3.Headers$Builder,java.lang.String) -androidx.core.widget.NestedScrollView: int getMaxScrollAmount() -com.google.android.material.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView -com.xw.repo.bubbleseekbar.R$color: int ripple_material_dark -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getDewPoint() -wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_10 -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit$Calculator unitCalculator -wangdaye.com.geometricweather.settings.activities.AboutActivity -com.google.android.material.R$color: int abc_decor_view_status_guard -wangdaye.com.geometricweather.R$style: int Base_V21_Theme_MaterialComponents_Light_Dialog -wangdaye.com.geometricweather.R$color: int material_on_primary_disabled -androidx.appcompat.R$drawable: int abc_cab_background_top_mtrl_alpha -androidx.recyclerview.R$styleable: int FontFamilyFont_fontWeight -io.reactivex.internal.subscribers.DeferredScalarSubscriber: DeferredScalarSubscriber(org.reactivestreams.Subscriber) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatSeekBar_tickMark -com.jaredrummler.android.colorpicker.R$dimen: int highlight_alpha_material_light -androidx.lifecycle.extensions.R$dimen: int notification_right_side_padding_top -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void updateVisibility() -androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView -androidx.cardview.widget.CardView: void setCardElevation(float) -wangdaye.com.geometricweather.R$drawable: int ic_github_light -okio.SegmentPool: long byteCount -androidx.coordinatorlayout.R$attr: int layout_anchor -wangdaye.com.geometricweather.R$style: R$style() -com.bumptech.glide.MemoryCategory: com.bumptech.glide.MemoryCategory HIGH -org.greenrobot.greendao.AbstractDaoSession: void runInTx(java.lang.Runnable) -android.didikee.donate.R$layout: int abc_popup_menu_header_item_layout -com.jaredrummler.android.colorpicker.R$styleable: int ColorPickerView_cpv_alphaChannelVisible -com.amap.api.location.AMapLocationQualityReport: java.lang.String getAdviseMessage() -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: boolean getLiveLockScreenEnabled() -androidx.preference.R$styleable: int AppCompatTheme_radioButtonStyle -androidx.appcompat.R$attr: int colorPrimaryDark -androidx.appcompat.R$color: int primary_text_default_material_light -com.amap.api.fence.GeoFence: int ADDGEOFENCE_SUCCESS -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight -androidx.appcompat.R$drawable: int abc_btn_radio_to_on_mtrl_015 -android.didikee.donate.R$attr: int actionLayout -com.google.android.material.R$color: int mtrl_bottom_nav_item_tint -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_iconTint -androidx.appcompat.widget.Toolbar: void setTitleTextColor(android.content.res.ColorStateList) -android.didikee.donate.R$dimen: int abc_text_size_menu_header_material -retrofit2.RequestFactory$Builder: java.lang.annotation.Annotation[] methodAnnotations -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_drawableStart -wangdaye.com.geometricweather.R$styleable: int[] DialogPreference -androidx.core.R$dimen: int compat_button_padding_vertical_material -android.didikee.donate.R$styleable: int Toolbar_titleMargin -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean temperature -com.google.android.material.R$styleable: int CardView_contentPaddingTop -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView -android.didikee.donate.R$attr: int isLightTheme -com.bumptech.glide.R$styleable: int GradientColor_android_startColor -androidx.lifecycle.extensions.R$styleable: int ColorStateListItem_alpha -androidx.constraintlayout.motion.widget.MotionLayout: float getTargetPosition() -com.xw.repo.bubbleseekbar.R$id: int submenuarrow -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_thumbTint -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_navigationContentDescription -androidx.preference.R$styleable: int PreferenceFragmentCompat_android_dividerHeight -androidx.appcompat.R$attr: int buttonTint +james.adaptiveicon.R$attr: int progressBarPadding +cyanogenmod.profiles.RingModeSettings$1: java.lang.Object[] newArray(int) +cyanogenmod.weather.WeatherInfo$Builder: WeatherInfo$Builder(java.lang.String,double,int) +com.jaredrummler.android.colorpicker.R$id: int transparency_title +android.didikee.donate.R$style: int Base_Widget_AppCompat_ActivityChooserView +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: java.lang.Object singleItem +cyanogenmod.themes.IThemeProcessingListener$Stub$Proxy: void onFinishedProcessing(java.lang.String) +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps$WarningTimelapsItem: int colorId +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_enabled +com.turingtechnologies.materialscrollbar.R$attr: int voiceIcon +androidx.drawerlayout.R$layout +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small +androidx.customview.R$styleable: int GradientColor_android_endY +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_placeholderTextColor +androidx.coordinatorlayout.R$id: int text +wangdaye.com.geometricweather.R$styleable: int Slider_thumbColor +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_borderlessButtonStyle +com.turingtechnologies.materialscrollbar.R$attr: int contentInsetEnd +io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: void onError(java.lang.Throwable) +com.google.gson.FieldNamingPolicy +retrofit2.BuiltInConverters$UnitResponseBodyConverter: kotlin.Unit convert(okhttp3.ResponseBody) +androidx.constraintlayout.widget.R$attr: int autoSizeMaxTextSize +wangdaye.com.geometricweather.remoteviews.config.ClockDayHorizontalWidgetConfigActivity: ClockDayHorizontalWidgetConfigActivity() +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float getSO2() +wangdaye.com.geometricweather.db.entities.DailyEntity: void setRagweedDescription(java.lang.String) +okhttp3.internal.platform.Platform: okhttp3.internal.tls.CertificateChainCleaner buildCertificateChainCleaner(javax.net.ssl.SSLSocketFactory) +com.jaredrummler.android.colorpicker.R$color: int material_grey_300 +androidx.recyclerview.R$color: int secondary_text_default_material_light +com.jaredrummler.android.colorpicker.R$attr: int thumbTintMode +com.google.android.material.R$dimen: int material_text_view_test_line_height_override +com.xw.repo.bubbleseekbar.R$attr: int bsb_section_text_position +android.support.v4.os.ResultReceiver$1: java.lang.Object createFromParcel(android.os.Parcel) +androidx.constraintlayout.widget.R$drawable: int abc_list_selector_holo_dark +okio.Buffer: void readFully(byte[]) +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_DropDownItem_Spinner +com.jaredrummler.android.colorpicker.R$string: int status_bar_notification_info_overflow +wangdaye.com.geometricweather.R$drawable: int notif_temp_10 +androidx.appcompat.R$dimen: int abc_text_size_small_material +io.reactivex.internal.util.NotificationLite: java.lang.Object getValue(java.lang.Object) +james.adaptiveicon.R$style: int Base_Theme_AppCompat_DialogWhenLarge +wangdaye.com.geometricweather.R$attr: int enforceTextAppearance +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onActionModeStarted(android.view.ActionMode) +com.turingtechnologies.materialscrollbar.R$layout: int abc_screen_toolbar +wangdaye.com.geometricweather.R$styleable: int[] SeekBarPreference +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String no2Desc +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Small_Inverse +androidx.appcompat.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_0 +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_default_padding_start_material +com.jaredrummler.android.colorpicker.R$layout: int abc_action_mode_close_item_material +androidx.core.view.ViewCompat$1: ViewCompat$1(androidx.core.view.OnApplyWindowInsetsListener) +wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig dailyEntityDaoConfig +cyanogenmod.app.IProfileManager$Stub$Proxy: boolean profileExists(android.os.ParcelUuid) +com.turingtechnologies.materialscrollbar.R$attr: int bottomAppBarStyle +james.adaptiveicon.R$styleable: int AppCompatTheme_panelBackground +com.google.android.material.R$id: int material_timepicker_mode_button +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_measureWithLargestChild +com.amap.api.location.AMapLocation: double u +wangdaye.com.geometricweather.R$style: int Theme_Design_NoActionBar +wangdaye.com.geometricweather.R$styleable: int GradientColor_android_tileMode +wangdaye.com.geometricweather.R$string: int feedback_view_style +androidx.vectordrawable.animated.R$drawable: R$drawable() +okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.lang.String[] EMPTY_RULE +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: void onError(java.lang.Throwable) +androidx.preference.R$attr: int backgroundSplit +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Speed: double Value +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle +androidx.constraintlayout.widget.R$attr: int layout_constraintTop_toTopOf +okio.Timeout$1 +cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy: IAppSuggestProvider$Stub$Proxy(android.os.IBinder) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_drawableRight +android.didikee.donate.R$styleable: int AppCompatTheme_actionBarTabStyle +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWindChillTemperature +wangdaye.com.geometricweather.R$styleable: int PropertySet_android_alpha +cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setWind(double,double,int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric +com.google.android.material.R$string: int character_counter_overflowed_content_description +androidx.work.R$drawable: int notification_bg_normal +com.google.gson.stream.JsonReader: int PEEKED_DOUBLE_QUOTED_NAME +okhttp3.EventListener: void connectFailed(okhttp3.Call,java.net.InetSocketAddress,java.net.Proxy,okhttp3.Protocol,java.io.IOException) +cyanogenmod.providers.CMSettings$NameValueCache: boolean putStringForUser(android.content.ContentResolver,java.lang.String,java.lang.String,int) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float snowPrecipitation +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean dispatchGenericMotionEvent(android.view.MotionEvent) +com.jaredrummler.android.colorpicker.R$attr: int textAppearanceListItemSecondary +androidx.activity.R$style +androidx.lifecycle.ClassesInfoCache: int CALL_TYPE_NO_ARG +androidx.preference.R$style: int Base_Widget_AppCompat_RatingBar +wangdaye.com.geometricweather.R$attr: int coordinatorLayoutStyle +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_checkBoxPreferenceStyle +wangdaye.com.geometricweather.R$style: int AlertDialog_AppCompat_Light +com.google.android.material.R$string: int abc_shareactionprovider_share_with_application +androidx.constraintlayout.helper.widget.Flow: void setPaddingLeft(int) +wangdaye.com.geometricweather.R$styleable: int Slider_android_value +androidx.preference.R$style: int Base_AlertDialog_AppCompat +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Region +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_115 +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionBar_TabText +com.google.android.material.R$styleable: int Toolbar_titleMarginEnd +com.jaredrummler.android.colorpicker.R$dimen: int abc_dropdownitem_text_padding_left +okhttp3.Response$Builder: okhttp3.Response$Builder message(java.lang.String) +okhttp3.Call$Factory +androidx.lifecycle.ViewModelProviders: androidx.lifecycle.ViewModelProvider of(androidx.fragment.app.Fragment) +okhttp3.MultipartBody: java.lang.String boundary() +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: io.reactivex.disposables.Disposable upstream +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: ArcProgress(android.content.Context,android.util.AttributeSet,int) +androidx.preference.R$id: int switchWidget +com.xw.repo.bubbleseekbar.R$styleable: int ActionMode_titleTextStyle +retrofit2.Retrofit: okhttp3.Call$Factory callFactory +io.reactivex.Observable: io.reactivex.Observable onTerminateDetach() +james.adaptiveicon.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: java.lang.String getUniqueDeviceId() +com.google.android.material.navigation.NavigationView: void setItemHorizontalPaddingResource(int) +androidx.core.R$id: int accessibility_custom_action_22 +androidx.preference.R$styleable: int PreferenceGroup_orderingFromXml +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$8: KeyguardExternalViewProviderService$Provider$ProviderImpl$8(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl,float) +com.google.android.material.R$style: int Widget_MaterialComponents_BottomNavigationView_Colored +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: long serialVersionUID +com.google.android.material.R$style: int Widget_AppCompat_ImageButton +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_android_thumb +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionButton +com.google.android.material.R$attr: int tabMinWidth +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setUvIndex(java.lang.Integer) +wangdaye.com.geometricweather.R$styleable: int GradientColor_android_startColor +wangdaye.com.geometricweather.R$attr: int cpv_dialogTitle +androidx.constraintlayout.widget.R$attr: int placeholder_emptyVisibility +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.util.Map lefts +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area$LastAction: java.lang.String English +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: void onError(java.lang.Throwable) +cyanogenmod.app.Profile$Type: int TOGGLE +wangdaye.com.geometricweather.R$attr: int spinnerDropDownItemStyle +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Body2 +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Region: java.lang.String LocalizedName +com.google.android.gms.base.R$styleable: R$styleable() +androidx.coordinatorlayout.R$id: int accessibility_custom_action_9 +com.xw.repo.bubbleseekbar.R$attr: int bsb_show_thumb_text +okio.Pipe$PipeSource: okio.Timeout timeout +wangdaye.com.geometricweather.R$drawable: int flag_tr +cyanogenmod.app.ProfileManager: void setActiveProfile(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int SwitchPreference_summaryOn +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_editTextBackground +wangdaye.com.geometricweather.R$style: int material_button +wangdaye.com.geometricweather.R$string: int content_des_o3 +android.didikee.donate.R$dimen: int abc_text_size_display_3_material +android.didikee.donate.R$attr: int contentInsetRight +com.amap.api.location.AMapLocation$1: java.lang.Object createFromParcel(android.os.Parcel) +androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableItem_android_drawable +io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: long serialVersionUID +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textColorSearchUrl +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: io.reactivex.internal.util.AtomicThrowable errors +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_mini_light +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: java.lang.String weatherPhase +androidx.appcompat.R$attr: int homeAsUpIndicator +okhttp3.internal.connection.RealConnection: okio.BufferedSource source +com.turingtechnologies.materialscrollbar.R$attr: int titleMarginStart +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer moldLevel +androidx.appcompat.R$style: int ThemeOverlay_AppCompat_Dark +cyanogenmod.power.PerformanceManager +wangdaye.com.geometricweather.settings.fragments.UnitSettingsFragment +com.google.android.material.R$styleable: int AppBarLayout_liftOnScroll +androidx.preference.R$attr: int dialogMessage +wangdaye.com.geometricweather.R$attr: int useCompatPadding +com.google.android.material.R$id: int bottom +okio.GzipSink: java.util.zip.Deflater deflater +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_hintAnimationEnabled +wangdaye.com.geometricweather.db.entities.WeatherEntity: wangdaye.com.geometricweather.db.entities.WeatherEntityDao myDao +androidx.appcompat.R$attr: int actionBarStyle +androidx.legacy.coreutils.R$styleable: int GradientColor_android_endColor +androidx.appcompat.R$drawable: int abc_btn_check_material +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Toolbar +wangdaye.com.geometricweather.R$color: int design_icon_tint +okhttp3.internal.ws.RealWebSocket +cyanogenmod.app.Profile: void setConnectionSettings(cyanogenmod.profiles.ConnectionSettings) +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor LIGHT +io.reactivex.internal.schedulers.ScheduledDirectTask: ScheduledDirectTask(java.lang.Runnable) +com.amap.api.fence.DistrictItem$1: java.lang.Object createFromParcel(android.os.Parcel) +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STYLE_THUMBNAIL +cyanogenmod.providers.CMSettings$Secure: java.lang.String DEV_FORCE_SHOW_NAVBAR +wangdaye.com.geometricweather.R$dimen: int material_clock_number_text_size +james.adaptiveicon.R$color: int bright_foreground_disabled_material_dark +wangdaye.com.geometricweather.common.basic.models.weather.Daily: long time +wangdaye.com.geometricweather.db.entities.ChineseCityEntity +androidx.viewpager.R$id: int time +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_BarSize +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: FlowableObserveOn$BaseObserveOnSubscriber(io.reactivex.Scheduler$Worker,boolean,int) +com.google.android.material.R$drawable: int btn_checkbox_unchecked_mtrl +com.google.android.material.R$styleable: int SnackbarLayout_android_maxWidth +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Caption +com.google.android.gms.signin.internal.zag +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light_DialogWhenLarge +wangdaye.com.geometricweather.R$string: int settings_title_trend_horizontal_line_switch +com.google.android.material.R$style: int Base_Theme_AppCompat_DialogWhenLarge +com.jaredrummler.android.colorpicker.R$attr: int contentInsetStart +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_halfExpandedRatio +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_DropDownItem +androidx.legacy.coreutils.R$styleable: int FontFamilyFont_android_fontVariationSettings +android.didikee.donate.R$attr: int arrowShaftLength +androidx.multidex.MultiDexExtractor$ExtractedDex +com.google.android.material.R$attr: int helperTextEnabled +james.adaptiveicon.R$id: int italic +okhttp3.internal.tls.OkHostnameVerifier: boolean verify(java.lang.String,javax.net.ssl.SSLSession) +androidx.vectordrawable.R$dimen: int notification_right_side_padding_top +androidx.hilt.work.R$attr: int fontVariationSettings +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean addInner(io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver) +com.amap.api.location.AMapLocation: void setBuildingId(java.lang.String) +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Menu +androidx.swiperefreshlayout.R$styleable: int[] GradientColorItem +james.adaptiveicon.R$color: int highlighted_text_material_dark +com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents_Light_Dialog +cyanogenmod.os.Concierge$ParcelInfo: Concierge$ParcelInfo(android.os.Parcel,int) +com.turingtechnologies.materialscrollbar.R$attr: int tabMode +com.google.android.material.R$integer: int mtrl_card_anim_duration_ms +com.bumptech.glide.R$id: int notification_main_column +wangdaye.com.geometricweather.R$styleable: int[] LiveLockScreen +com.google.android.material.R$attr: int initialActivityCount +okhttp3.internal.http2.Settings: int INITIAL_WINDOW_SIZE +com.google.android.material.R$styleable: int OnSwipe_onTouchUp +androidx.appcompat.view.menu.ActionMenuItemView: void setItemInvoker(androidx.appcompat.view.menu.MenuBuilder$ItemInvoker) +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small +okhttp3.internal.http1.Http1Codec +james.adaptiveicon.R$attr: int fontProviderCerts +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer windChillTemperature +com.google.android.material.R$attr: int scrimAnimationDuration +wangdaye.com.geometricweather.main.utils.MainPalette: android.os.Parcelable$Creator CREATOR +androidx.lifecycle.ProcessLifecycleOwner$1: androidx.lifecycle.ProcessLifecycleOwner this$0 +com.turingtechnologies.materialscrollbar.R$color: int notification_action_color_filter +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: java.lang.String Link +com.google.android.material.R$layout: int abc_alert_dialog_material +wangdaye.com.geometricweather.R$dimen: int mtrl_bottomappbar_fab_cradle_vertical_offset +com.jaredrummler.android.colorpicker.R$drawable: int abc_edit_text_material +com.google.android.material.bottomnavigation.BottomNavigationItemView: BottomNavigationItemView(android.content.Context) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeRainPrecipitationProbability +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_android_indeterminate +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$4 +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: io.reactivex.subjects.UnicastSubject window +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String getProvince() +com.google.android.material.R$id: int position +wangdaye.com.geometricweather.common.rxjava.BaseObserver: void onComplete() +com.turingtechnologies.materialscrollbar.R$attr: int iconGravity +com.google.android.material.R$styleable: int Constraint_android_elevation +cyanogenmod.themes.IThemeChangeListener$Stub: cyanogenmod.themes.IThemeChangeListener asInterface(android.os.IBinder) +com.google.android.material.R$dimen: int mtrl_calendar_navigation_height +wangdaye.com.geometricweather.db.entities.DailyEntity: float getHoursOfSun() +com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_progress +com.google.android.material.R$attr: int fabAnimationMode +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String shortDescription +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_Button +com.google.android.material.R$attr: int fabCradleMargin +io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: int limit +androidx.hilt.work.R$styleable: int Fragment_android_tag +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_thumb_color +com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_fontVariationSettings +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: ObservableWithLatestFromMany$WithLatestFromObserver(io.reactivex.Observer,io.reactivex.functions.Function,int) +androidx.preference.R$styleable: int ActionBar_contentInsetLeft +com.xw.repo.bubbleseekbar.R$attr: int actionBarSize +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.rx.RxDao rxPlain() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours: AccuCurrentResult$PrecipitationSummary$Past9Hours() +androidx.drawerlayout.R$styleable: int GradientColor_android_endX +com.turingtechnologies.materialscrollbar.R$id: int firstVisible +james.adaptiveicon.R$drawable: int abc_ic_star_black_48dp +wangdaye.com.geometricweather.R$styleable: int AppBarLayout_android_keyboardNavigationCluster +okhttp3.internal.ws.WebSocketReader: int opcode +com.turingtechnologies.materialscrollbar.R$attr: int reverseLayout +wangdaye.com.geometricweather.R$string: int settings_notification_hide_in_lockScreen_on +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_goneMarginStart +com.google.android.material.R$dimen: int mtrl_toolbar_default_height +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableTintMode +com.amap.api.location.AMapLocationClientOption: void setOpenAlwaysScanWifi(boolean) +androidx.lifecycle.extensions.R$style: int Widget_Compat_NotificationActionText +cyanogenmod.profiles.RingModeSettings$1: RingModeSettings$1() +androidx.constraintlayout.widget.R$styleable: int MenuGroup_android_menuCategory +androidx.appcompat.R$id: int text2 +com.jaredrummler.android.colorpicker.R$id: int forever +wangdaye.com.geometricweather.R$attr: int subtitleTextStyle +wangdaye.com.geometricweather.R$layout: int widget_clock_day_horizontal +androidx.preference.R$attr: int autoSizeMaxTextSize +james.adaptiveicon.R$styleable: int TextAppearance_android_textStyle +androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State RESUMED +android.didikee.donate.R$attr: int colorControlNormal +android.didikee.donate.R$style: int Theme_AppCompat_Dialog_MinWidth +wangdaye.com.geometricweather.R$drawable: int btn_checkbox_checked_to_unchecked_mtrl_animation +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Imperial: java.lang.String Unit +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragmentCompat_android_divider +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property HoursOfSun +com.xw.repo.bubbleseekbar.R$attr: int listDividerAlertDialog +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial: double Value +com.turingtechnologies.materialscrollbar.R$attr: int alertDialogCenterButtons +androidx.preference.R$color: int secondary_text_default_material_light +androidx.core.R$drawable: int notification_bg +androidx.appcompat.R$styleable: int ViewBackgroundHelper_android_background +wangdaye.com.geometricweather.R$styleable: int AppCompatSeekBar_tickMark +com.google.android.material.R$styleable: int AppCompatTextView_autoSizeMaxTextSize +androidx.appcompat.widget.AppCompatRatingBar: AppCompatRatingBar(android.content.Context,android.util.AttributeSet,int) +androidx.appcompat.widget.Toolbar: void setContentInsetStartWithNavigation(int) +com.google.android.material.R$attr: int itemRippleColor +okhttp3.internal.http2.Http2Writer: Http2Writer(okio.BufferedSink,boolean) +com.jaredrummler.android.colorpicker.R$styleable: int[] AppCompatTextHelper +okhttp3.internal.http1.Http1Codec$ChunkedSource: long read(okio.Buffer,long) +okhttp3.internal.http2.Huffman$Node: Huffman$Node() +androidx.lifecycle.AbstractSavedStateViewModelFactory: androidx.lifecycle.ViewModel create(java.lang.String,java.lang.Class) +com.jaredrummler.android.colorpicker.ColorPickerView: int getBorderColor() +androidx.constraintlayout.widget.R$styleable: int Transform_android_rotationY +com.google.android.gms.common.server.response.FastJsonResponse$Field: com.google.android.gms.common.server.response.zaj CREATOR +cyanogenmod.platform.Manifest$permission: java.lang.String THIRD_PARTY_KEYGUARD +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_waveOffset +androidx.appcompat.resources.R$attr: int fontStyle +com.google.gson.stream.JsonWriter: JsonWriter(java.io.Writer) +androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerView$LayoutManager getLayoutManager() +james.adaptiveicon.R$attr: int buttonBarNeutralButtonStyle +androidx.preference.R$styleable: int AppCompatTheme_actionBarTabBarStyle +androidx.activity.R$id: int accessibility_custom_action_21 +cyanogenmod.app.CustomTile$Builder: android.content.Intent mOnSettingsClick +wangdaye.com.geometricweather.R$drawable: int cpv_btn_background_pressed +wangdaye.com.geometricweather.R$styleable: int FlowLayout_lineSpacing +com.google.android.material.R$styleable: int[] ForegroundLinearLayout +com.google.android.material.R$styleable: int TextInputLayout_endIconCheckable +okhttp3.HttpUrl: java.lang.String canonicalize(java.lang.String,java.lang.String,boolean,boolean,boolean,boolean) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeApparentTemperature() +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamily_fontProviderAuthority +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity +com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_centerX +com.google.android.gms.signin.internal.zab: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: int Priority +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: java.lang.String logo +wangdaye.com.geometricweather.R$styleable: int Constraint_android_maxHeight +wangdaye.com.geometricweather.R$string: int key_card_display +okhttp3.Cache$Entry: java.lang.String requestMethod +james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarPopupTheme +wangdaye.com.geometricweather.R$layout: int mtrl_alert_dialog_actions +okhttp3.internal.ws.RealWebSocket: void onReadMessage(java.lang.String) +androidx.recyclerview.R$id: int forever +wangdaye.com.geometricweather.R$dimen: int abc_alert_dialog_button_dimen +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void dispose() +com.jaredrummler.android.colorpicker.R$attr: int dialogCornerRadius +android.didikee.donate.R$dimen: int abc_action_button_min_width_material +com.turingtechnologies.materialscrollbar.R$styleable: int ForegroundLinearLayout_android_foreground +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.String getCityId() +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void innerCloseError(java.lang.Throwable) +androidx.preference.R$dimen: int abc_action_bar_stacked_tab_max_width +com.jaredrummler.android.colorpicker.R$color: int bright_foreground_material_dark +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric: AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric() +james.adaptiveicon.R$style: int Widget_AppCompat_ProgressBar +okhttp3.internal.tls.DistinguishedNameParser: java.lang.String quotedAV() +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_PopupWindow +com.xw.repo.bubbleseekbar.R$attr: int selectableItemBackground +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_91 +cyanogenmod.app.suggest.IAppSuggestProvider$Stub +androidx.constraintlayout.widget.R$styleable: int Transition_autoTransition +androidx.preference.R$style: int Base_ThemeOverlay_AppCompat +android.didikee.donate.R$id: int custom +com.google.android.material.slider.BaseSlider: void setTickInactiveTintList(android.content.res.ColorStateList) +okhttp3.WebSocketListener: void onClosed(okhttp3.WebSocket,int,java.lang.String) +wangdaye.com.geometricweather.R$layout: int image_frame +wangdaye.com.geometricweather.R$styleable: int[] MaterialCardView +androidx.preference.CheckBoxPreference: CheckBoxPreference(android.content.Context,android.util.AttributeSet) +james.adaptiveicon.R$styleable: int SearchView_iconifiedByDefault +com.turingtechnologies.materialscrollbar.R$attr: int colorSecondary +com.google.android.material.R$styleable: int AppCompatTheme_buttonBarButtonStyle +wangdaye.com.geometricweather.R$drawable: int avd_show_password +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder removeAllEncodedQueryParameters(java.lang.String) +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_startIconCheckable +wangdaye.com.geometricweather.R$drawable: int abc_spinner_textfield_background_material +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionButton +wangdaye.com.geometricweather.settings.fragments.AbstractSettingsFragment +com.google.android.material.R$style: int Widget_AppCompat_ProgressBar_Horizontal +com.turingtechnologies.materialscrollbar.R$id: int visible +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: AccuLocationResult$AdministrativeArea() +com.google.android.material.R$dimen: int abc_disabled_alpha_material_dark +wangdaye.com.geometricweather.R$layout +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub: java.lang.String DESCRIPTOR +cyanogenmod.app.LiveLockScreenManager: void cancel(int) +android.didikee.donate.R$color: int accent_material_dark +wangdaye.com.geometricweather.db.entities.WeatherEntity: long getPublishTime() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String weather +androidx.coordinatorlayout.R$attr: int layout_anchorGravity +cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator access$300() +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property SunSetDate +cyanogenmod.app.ICMStatusBarManager$Stub +androidx.constraintlayout.widget.R$id: int action_bar_spinner +io.reactivex.internal.queue.SpscArrayQueue: void soElement(int,java.lang.Object) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: java.util.List value +com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat_Dark +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String o3 +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeRainPrecipitation(java.lang.Float) +androidx.hilt.work.R$bool: int enable_system_foreground_service_default +androidx.recyclerview.widget.RecyclerView: void setRecycledViewPool(androidx.recyclerview.widget.RecyclerView$RecycledViewPool) +retrofit2.converter.gson.GsonResponseBodyConverter: java.lang.Object convert(okhttp3.ResponseBody) +androidx.constraintlayout.widget.R$style: int Platform_ThemeOverlay_AppCompat_Light +io.reactivex.Observable: io.reactivex.Observable take(long) +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionBar_TabView +okhttp3.internal.platform.Platform: java.util.logging.Logger logger +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWeatherPhase +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text +com.google.android.material.R$styleable: int MaterialCalendar_dayStyle +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_subtitle +com.google.android.material.R$dimen: int mtrl_textinput_start_icon_margin_end +okhttp3.internal.ws.RealWebSocket: boolean enqueuedClose +android.didikee.donate.R$style: int Base_Theme_AppCompat_Dialog_FixedSize +io.reactivex.internal.util.NotificationLite: boolean isDisposable(java.lang.Object) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowFixedHeightMajor +com.google.android.material.R$id: int textSpacerNoTitle +androidx.constraintlayout.widget.R$color: int material_grey_900 +cyanogenmod.app.StatusBarPanelCustomTile: cyanogenmod.app.CustomTile getCustomTile() +james.adaptiveicon.R$styleable: int Toolbar_subtitleTextColor +androidx.hilt.work.R$id: int accessibility_action_clickable_span +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: void onComplete() +wangdaye.com.geometricweather.R$color: int mtrl_outlined_icon_tint +wangdaye.com.geometricweather.R$string: int sp_widget_daily_trend_setting +androidx.legacy.coreutils.R$styleable: int[] GradientColor +cyanogenmod.weatherservice.ServiceRequestResult$Builder: cyanogenmod.weatherservice.ServiceRequestResult build() +android.support.v4.os.ResultReceiver: int describeContents() +com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_Bridge +androidx.appcompat.R$attr: int paddingEnd +wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_menu +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleMargin +android.didikee.donate.R$styleable: int AppCompatTheme_actionBarSize +androidx.appcompat.R$color: int material_grey_900 +com.jaredrummler.android.colorpicker.R$color: int abc_hint_foreground_material_dark +wangdaye.com.geometricweather.R$drawable: int ic_weather +com.google.android.material.R$dimen: int abc_action_bar_subtitle_top_margin_material +wangdaye.com.geometricweather.R$string: int feedback_black_text +com.google.android.material.R$color: int material_grey_900 +androidx.constraintlayout.widget.R$attr: int logo +com.turingtechnologies.materialscrollbar.R$drawable: int abc_tab_indicator_mtrl_alpha +wangdaye.com.geometricweather.R$styleable: int MenuItem_contentDescription +androidx.preference.R$styleable: int SwitchPreference_android_switchTextOn +com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: $Gson$Types$GenericArrayTypeImpl(java.lang.reflect.Type) +okhttp3.internal.ws.RealWebSocket$1: okhttp3.internal.ws.RealWebSocket this$0 +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: wangdaye.com.geometricweather.db.entities.DaoSession daoSession +android.didikee.donate.R$attr: int activityChooserViewStyle +androidx.appcompat.widget.AppCompatImageButton +wangdaye.com.geometricweather.R$layout: int test_toolbar_elevation +okhttp3.internal.http2.Settings: int[] values +com.google.android.material.R$style: int Widget_MaterialComponents_CompoundButton_RadioButton +io.reactivex.Observable: io.reactivex.Single toSortedList(int) +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setSnowPrecipitation(java.lang.Float) +org.greenrobot.greendao.DaoException: DaoException() +wangdaye.com.geometricweather.remoteviews.config.ClockDayDetailsWidgetConfigActivity: ClockDayDetailsWidgetConfigActivity() +androidx.preference.R$dimen: int abc_seekbar_track_progress_height_material +wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_android_insetBottom +wangdaye.com.geometricweather.R$color: int material_slider_active_tick_marks_color +androidx.appcompat.R$styleable: int[] StateListDrawableItem +androidx.constraintlayout.widget.R$attr: int defaultDuration +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintCircle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: java.lang.String getEn_US() +retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: void onComplete() +androidx.appcompat.widget.AppCompatSpinner: AppCompatSpinner(android.content.Context,android.util.AttributeSet) +androidx.customview.R$drawable: int notification_bg_low +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ZEN_PRIORITY_ALLOW_LIGHTS_VALIDATOR +com.jaredrummler.android.colorpicker.R$attr: int radioButtonStyle +wangdaye.com.geometricweather.R$id: int mtrl_picker_title_text +com.turingtechnologies.materialscrollbar.R$style: int Base_V26_Theme_AppCompat_Light +wangdaye.com.geometricweather.R$drawable: int notif_temp_123 +cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_BATTERY_STYLE +wangdaye.com.geometricweather.R$attr: int text +com.google.gson.stream.JsonScope: int DANGLING_NAME +okhttp3.internal.publicsuffix.PublicSuffixDatabase +androidx.appcompat.R$style: int Widget_AppCompat_RatingBar_Indicator +okio.Buffer: int readIntLe() +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Headline5 +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar +com.google.android.material.transformation.ExpandableBehavior: ExpandableBehavior() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial +okhttp3.Cache: long size() +com.google.android.material.internal.BaselineLayout: BaselineLayout(android.content.Context) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature RealFeelTemperature +androidx.appcompat.R$drawable: int abc_seekbar_track_material +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionButton_Overflow +okio.Options: int intCount(okio.Buffer) +okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Http2Stream$FramingSink sink +okhttp3.HttpUrl: java.lang.String encodedPath() +androidx.constraintlayout.widget.R$attr: int limitBoundsTo +wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableCompat_android_visible +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_background +okhttp3.Response$Builder: okhttp3.Response$Builder networkResponse(okhttp3.Response) +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: void dispose() +wangdaye.com.geometricweather.db.entities.AlertEntity: long time +okhttp3.internal.http2.Http2Connection$3 +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_elevation +wangdaye.com.geometricweather.R$id: int activity_widget_config_alignEndContainer +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float getTotal() +androidx.appcompat.R$dimen: int abc_button_padding_vertical_material +okhttp3.Cookie: boolean equals(java.lang.Object) +com.google.android.material.R$style: int Base_Widget_AppCompat_ListView_DropDown +com.jaredrummler.android.colorpicker.R$attr: int actionBarTabBarStyle +com.bumptech.glide.R$styleable: int ColorStateListItem_android_alpha +com.google.android.material.R$styleable: int[] MaterialButton +androidx.appcompat.R$styleable: int MenuItem_android_menuCategory +cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String MONTH +wangdaye.com.geometricweather.db.entities.DaoSession: void clear() +androidx.appcompat.R$id: int submit_area +androidx.constraintlayout.widget.R$id: int notification_main_column +james.adaptiveicon.R$drawable: int abc_ic_arrow_drop_right_black_24dp +com.amap.api.location.AMapLocationQualityReport: com.amap.api.location.AMapLocationQualityReport clone() +com.google.android.material.R$styleable: int ProgressIndicator_circularRadius +androidx.work.R$layout: int custom_dialog +okhttp3.internal.io.FileSystem: boolean exists(java.io.File) +cyanogenmod.power.PerformanceManagerInternal: void cpuBoost(int) +androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver: ForceStopRunnable$BroadcastReceiver() +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: void dispose() +com.google.android.material.R$style: int Widget_MaterialComponents_ShapeableImageView +com.jaredrummler.android.colorpicker.R$drawable: int abc_list_divider_material +androidx.hilt.work.R$id: int accessibility_custom_action_4 +wangdaye.com.geometricweather.R$attr: int materialCalendarTheme +cyanogenmod.providers.CMSettings$InclusiveFloatRangeValidator: boolean validate(java.lang.String) +com.jaredrummler.android.colorpicker.R$color: int background_material_dark +android.didikee.donate.R$color: int abc_btn_colored_borderless_text_material +wangdaye.com.geometricweather.R$styleable: int[] CollapsingToolbarLayout +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String treeDescription +android.didikee.donate.R$styleable: int[] ActionMenuItemView +cyanogenmod.weatherservice.ServiceRequest: void fail() +wangdaye.com.geometricweather.R$styleable: int Transition_transitionFlags +com.google.gson.stream.JsonReader: int PEEKED_FALSE +wangdaye.com.geometricweather.R$dimen: int notification_subtext_size +cyanogenmod.profiles.ConnectionSettings: void processOverride(android.content.Context) +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void innerNext(io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryInnerObserver) +io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: void setResource(io.reactivex.disposables.Disposable) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_editTextPreferenceStyle +androidx.legacy.coreutils.R$styleable: int[] FontFamily +okhttp3.internal.http2.Http2Connection: boolean isHealthy(long) +androidx.appcompat.R$drawable: int abc_btn_radio_material_anim +com.turingtechnologies.materialscrollbar.R$color: int primary_dark_material_dark +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_CUSTOM_VALUES +com.bumptech.glide.load.EncodeStrategy: com.bumptech.glide.load.EncodeStrategy TRANSFORMED +cyanogenmod.hardware.ThermalListenerCallback$State: ThermalListenerCallback$State() +io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: ObservableReplay$UnboundedReplayBuffer(int) +wangdaye.com.geometricweather.R$string: int common_google_play_services_install_text +com.google.android.material.internal.NavigationMenuItemView: void setCheckable(boolean) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_checkboxStyle com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Year -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getGrassIndex() -androidx.lifecycle.ViewModelProvider$KeyedFactory -wangdaye.com.geometricweather.R$drawable: int preference_list_divider_material -androidx.appcompat.R$styleable: int Toolbar_collapseIcon -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 -retrofit2.OkHttpCall -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorError -com.google.android.material.R$color: int abc_tint_spinner -wangdaye.com.geometricweather.R$string: int settings_title_card_display -okhttp3.internal.ws.WebSocketReader: okio.BufferedSource source -androidx.appcompat.R$color: int abc_secondary_text_material_light -android.didikee.donate.R$drawable: int notify_panel_notification_icon_bg -androidx.appcompat.R$id: int accessibility_custom_action_15 -james.adaptiveicon.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Headline -android.didikee.donate.R$attr: int popupTheme -androidx.constraintlayout.widget.R$attr: int flow_firstHorizontalBias -cyanogenmod.providers.CMSettings$System: java.lang.String CAMERA_WAKE_SCREEN -androidx.preference.R$id: int radio -com.google.android.material.R$attr: int navigationContentDescription -io.reactivex.Observable: io.reactivex.Observable delay(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -androidx.appcompat.resources.R$id: int line1 -android.didikee.donate.R$color: int highlighted_text_material_dark -cyanogenmod.weather.IRequestInfoListener$Stub -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void onDrop(java.lang.Object) -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_fontFamily -wangdaye.com.geometricweather.R$styleable: int MenuGroup_android_checkableBehavior -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: java.lang.Object NEXT_WINDOW -android.didikee.donate.R$styleable: int[] ActionBarLayout -cyanogenmod.externalviews.ExternalViewProviderService$1$1: android.os.Bundle val$options -cyanogenmod.hardware.ICMHardwareService: byte[] readPersistentBytes(java.lang.String) -androidx.vectordrawable.R$id: int accessibility_custom_action_20 -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeCloseDrawable -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_menu_cut_mtrl_alpha -com.google.android.material.R$attr: int paddingEnd -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String COL_KEY -androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour: androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour MATCH_PARENT -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Display2 -androidx.constraintlayout.widget.R$dimen: int notification_right_side_padding_top -androidx.preference.R$integer: int cancel_button_image_alpha -android.didikee.donate.R$anim: int abc_fade_out -okhttp3.Cookie: java.lang.String path -androidx.lifecycle.extensions.R$styleable: int Fragment_android_name -androidx.work.R$layout: int notification_template_part_time -io.reactivex.Observable: io.reactivex.Observable flatMapIterable(io.reactivex.functions.Function) -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHorizontal_chainStyle -androidx.appcompat.resources.R$id: int accessibility_custom_action_10 -wangdaye.com.geometricweather.R$attr: int boxBackgroundMode -androidx.lifecycle.extensions.R$id: int action_container +com.google.android.material.R$styleable: int TabLayout_tabIndicatorFullWidth +retrofit2.OkHttpCall$NoContentResponseBody +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setO3Desc(java.lang.String) +org.greenrobot.greendao.DaoException: DaoException(java.lang.String,java.lang.Throwable) +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_setDisplayGammaCalibration +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.HistoryEntity) +com.google.android.material.R$styleable: int ConstraintLayout_Layout_constraint_referenced_ids +com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_BottomSheet +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_divider_thickness +wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_4 +com.xw.repo.bubbleseekbar.R$attr: int iconTint +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowFixedWidthMajor +androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type UNKNOWN +wangdaye.com.geometricweather.R$attr: int subMenuArrow +android.didikee.donate.R$style: int TextAppearance_AppCompat_Small_Inverse +okhttp3.Headers$Builder: Headers$Builder() +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.String timezone +wangdaye.com.geometricweather.R$id: int container_main_aqi_recyclerView +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: void onError(java.lang.Throwable) +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void drainFused() +wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: SwipeSwitchLayout(android.content.Context) +wangdaye.com.geometricweather.R$dimen: int mtrl_snackbar_message_margin_horizontal +androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_ttcIndex +androidx.lifecycle.FullLifecycleObserver: void onStart(androidx.lifecycle.LifecycleOwner) +com.google.android.material.datepicker.MaterialCalendar$CalendarSelector: com.google.android.material.datepicker.MaterialCalendar$CalendarSelector[] values() +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: java.lang.String co +android.didikee.donate.R$style: int Widget_AppCompat_ActionButton +james.adaptiveicon.R$styleable: int TextAppearance_android_shadowDx +cyanogenmod.content.Intent: java.lang.String ACTION_PROTECTED +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_curveFit +wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_icon_light_normal +android.didikee.donate.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog +io.reactivex.Observable: io.reactivex.Observable delay(io.reactivex.ObservableSource,io.reactivex.functions.Function) +androidx.activity.R$drawable: int notification_template_icon_bg +wangdaye.com.geometricweather.R$bool +com.jaredrummler.android.colorpicker.R$layout: int abc_select_dialog_material +androidx.activity.R$color: int secondary_text_default_material_light +james.adaptiveicon.R$attr: int windowMinWidthMinor +androidx.preference.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle +com.google.android.material.R$dimen: int design_bottom_navigation_item_max_width +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Metric: int UnitType +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Toolbar_Surface +wangdaye.com.geometricweather.db.entities.DailyEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_translationX +wangdaye.com.geometricweather.R$attr: int expandedTitleMarginTop +androidx.preference.R$attr: int preferenceScreenStyle +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void complete() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial: AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getRagweedLevel() +cyanogenmod.weather.RequestInfo: android.os.Parcelable$Creator CREATOR +com.google.android.material.R$dimen: int abc_text_size_body_2_material +com.loc.k: int e() +androidx.lifecycle.SavedStateViewModelFactory: androidx.lifecycle.Lifecycle mLifecycle +androidx.preference.R$attr: int fontProviderCerts +com.jaredrummler.android.colorpicker.R$dimen: int compat_notification_large_icon_max_height +okhttp3.internal.connection.RouteException: void addConnectException(java.io.IOException) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setPubTime(java.util.Date) +androidx.lifecycle.extensions.R$id: int dialog_button +wangdaye.com.geometricweather.settings.activities.SelectProviderActivity: SelectProviderActivity() +com.google.android.gms.dynamite.DynamiteModule$DynamiteLoaderClassLoader +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_star_half_black_16dp +okhttp3.internal.http.RealResponseBody: RealResponseBody(java.lang.String,long,okio.BufferedSource) +com.jaredrummler.android.colorpicker.ColorPickerView: int getPaddingRight() +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments: long beginTime +com.google.android.material.R$dimen: int mtrl_card_spacing +com.xw.repo.bubbleseekbar.R$styleable: int ActionBarLayout_android_layout_gravity +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Button +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle +okhttp3.internal.cache.CacheInterceptor$1: okio.BufferedSource val$source +io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: void onError(java.lang.Throwable) +cyanogenmod.app.CustomTile$Builder: boolean mCollapsePanel +wangdaye.com.geometricweather.R$id: int path +wangdaye.com.geometricweather.R$styleable: int ColorStateListItem_android_alpha +com.google.android.material.R$attr: int behavior_draggable +wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_mini_xml +androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityCreated(android.app.Activity,android.os.Bundle) +com.baidu.location.e.h$a: com.baidu.location.e.h$a a +james.adaptiveicon.R$attr: int alertDialogCenterButtons +com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType RAW +cyanogenmod.app.IProfileManager$Stub$Proxy: cyanogenmod.app.Profile getProfile(android.os.ParcelUuid) +com.turingtechnologies.materialscrollbar.R$id: int masked +wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: void setBackgroundColorStart(int) +com.google.android.material.R$color: int material_timepicker_button_stroke +com.google.android.material.R$color: int mtrl_btn_text_btn_bg_color_selector +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_display_1_material +androidx.appcompat.widget.ActionBarContextView: ActionBarContextView(android.content.Context) +com.google.android.material.circularreveal.CircularRevealGridLayout: CircularRevealGridLayout(android.content.Context) +com.turingtechnologies.materialscrollbar.R$string: int abc_toolbar_collapse_description +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone +androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_arrowShaftLength +okhttp3.internal.http1.Http1Codec$AbstractSource: Http1Codec$AbstractSource(okhttp3.internal.http1.Http1Codec) +wangdaye.com.geometricweather.R$attr: int bsb_auto_adjust_section_mark +okhttp3.FormBody$Builder: java.nio.charset.Charset charset +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Body1 +com.amap.api.location.LocationManagerBase: void startAssistantLocation(android.webkit.WebView) +io.reactivex.Observable: java.lang.Object blockingSingle(java.lang.Object) +androidx.preference.R$styleable: int DrawerArrowToggle_drawableSize +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_measureWithLargestChild +io.reactivex.internal.util.NotificationLite$DisposableNotification: long serialVersionUID +com.google.android.material.R$styleable: int ConstraintSet_pathMotionArc +androidx.appcompat.R$drawable: int abc_list_selector_holo_light +com.turingtechnologies.materialscrollbar.R$color: int material_blue_grey_900 +com.google.android.material.R$attr: int touchAnchorSide +com.google.android.material.R$drawable: int abc_textfield_search_default_mtrl_alpha +wangdaye.com.geometricweather.R$dimen: int design_fab_translation_z_pressed +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ASSIST_WAKE_SCREEN_VALIDATOR +wangdaye.com.geometricweather.R$id: int staticPostLayout +cyanogenmod.app.ILiveLockScreenChangeListener$Stub$Proxy +wangdaye.com.geometricweather.R$string: int precipitation +androidx.constraintlayout.widget.R$styleable: int MenuGroup_android_orderInCategory +com.amap.api.location.APSService: void onDestroy() +androidx.swiperefreshlayout.R$drawable: int notification_bg_low_pressed +androidx.constraintlayout.widget.R$attr: int listPreferredItemHeight +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_light +com.google.android.material.R$styleable: int NavigationView_itemBackground +wangdaye.com.geometricweather.R$dimen: int design_bottom_sheet_elevation +com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage ENCODE +androidx.appcompat.R$integer: int abc_config_activityDefaultDur +wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties +com.google.android.material.textfield.TextInputLayout: void removeOnEditTextAttachedListener(com.google.android.material.textfield.TextInputLayout$OnEditTextAttachedListener) +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver: io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver parent +okhttp3.internal.connection.RouteSelector: int nextProxyIndex +wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_1 +wangdaye.com.geometricweather.R$attr: int bsb_thumb_color +com.amap.api.location.AMapLocation: int f(com.amap.api.location.AMapLocation,int) +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Spinner_DropDown +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constrainedHeight +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_showDividers +android.support.v4.app.INotificationSideChannel$Default: android.os.IBinder asBinder() +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_transitionPathRotate +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderCancelButton +com.google.android.material.R$styleable: int SwitchCompat_switchMinWidth +com.google.android.material.textfield.TextInputEditText: TextInputEditText(android.content.Context,android.util.AttributeSet,int) +androidx.swiperefreshlayout.R$styleable: int GradientColor_android_centerColor +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: int val$height +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange: AccuCurrentResult$TemperatureSummary$Past24HourRange() +wangdaye.com.geometricweather.db.entities.HourlyEntity: HourlyEntity(java.lang.Long,java.lang.String,java.lang.String,java.util.Date,long,boolean,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,int,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float) +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments$WarningTextBlocItem: java.util.List text +com.google.android.material.R$styleable: int Constraint_layout_constraintRight_creator +com.google.android.material.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_fontVariationSettings +com.turingtechnologies.materialscrollbar.R$id: int scrollable +androidx.viewpager2.R$dimen: int item_touch_helper_swipe_escape_velocity +wangdaye.com.geometricweather.R$drawable: int abc_ic_star_black_48dp +wangdaye.com.geometricweather.weather.json.mf.MfLocationResult +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_title +com.amap.api.location.AMapLocation: java.lang.String f +androidx.activity.R$id: int accessibility_custom_action_15 +retrofit2.converter.gson.GsonResponseBodyConverter: com.google.gson.Gson gson +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit KPA +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth +com.google.android.material.navigation.NavigationView: void setCheckedItem(android.view.MenuItem) +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void onError(java.lang.Throwable) +com.google.android.material.R$drawable: int abc_btn_switch_to_on_mtrl_00012 +com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_allowPresets +com.turingtechnologies.materialscrollbar.R$styleable: int ActionMode_background +james.adaptiveicon.R$styleable: int TextAppearance_fontFamily +androidx.coordinatorlayout.R$dimen: int notification_top_pad_large_text +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String weatherEnd +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float relativeHumidity +wangdaye.com.geometricweather.R$color: int mtrl_navigation_item_background_color +androidx.appcompat.R$style: int Widget_Compat_NotificationActionText +com.amap.api.fence.GeoFence: int STATUS_UNKNOWN +okhttp3.Cache$2: java.lang.String next() +androidx.appcompat.widget.SearchView: void setOnSearchClickListener(android.view.View$OnClickListener) +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: void drain() +wangdaye.com.geometricweather.R$attr: int cardViewStyle +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult +androidx.constraintlayout.widget.R$color: int abc_hint_foreground_material_dark +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_titleTextStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: void setUnit(java.lang.String) +androidx.fragment.R$id: int visible_removing_fragment_view_tag +com.amap.api.location.AMapLocationClientOption: long getLastLocationLifeCycle() +okhttp3.internal.http2.Http2Connection$ReaderRunnable$1: okhttp3.internal.http2.Http2Connection$ReaderRunnable this$1 +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult: wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties properties +james.adaptiveicon.R$id: int action_container +com.google.android.material.R$attr: int layout_constraintBaseline_creator +james.adaptiveicon.R$color: int abc_search_url_text_pressed +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle +okhttp3.CertificatePinner: java.util.Set pins +wangdaye.com.geometricweather.R$attr: int perpendicularPath_percent +wangdaye.com.geometricweather.R$drawable: int widget_card_dark_60 +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: ObservableTimeout$TimeoutFallbackObserver(io.reactivex.Observer,io.reactivex.functions.Function,io.reactivex.ObservableSource) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionBar +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver this$0 +wangdaye.com.geometricweather.R$dimen: int cpv_color_preference_large +com.baidu.location.e.l$b: void a(java.lang.StringBuffer,java.lang.String,java.lang.String,int) +com.google.android.material.R$styleable: int MotionLayout_motionDebug +wangdaye.com.geometricweather.R$color: int mtrl_tabs_legacy_text_color_selector +okhttp3.OkHttpClient$Builder: int writeTimeout +wangdaye.com.geometricweather.R$id: int item_weather_daily_air_progress +com.google.android.material.R$attr: int colorPrimarySurface +cyanogenmod.weather.CMWeatherManager$2$1: int val$status +com.google.android.gms.common.internal.ClientIdentity: android.os.Parcelable$Creator CREATOR +androidx.appcompat.widget.ActionMenuView: void setOverflowIcon(android.graphics.drawable.Drawable) +okhttp3.Authenticator$1: okhttp3.Request authenticate(okhttp3.Route,okhttp3.Response) +com.google.android.material.R$styleable: int KeyTrigger_motion_postLayoutCollision +cyanogenmod.app.ICustomTileListener$Stub: int TRANSACTION_onCustomTileRemoved +wangdaye.com.geometricweather.R$anim: int fragment_manange_pop_exit +com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_barLength +wangdaye.com.geometricweather.R$dimen: int mtrl_alert_dialog_background_inset_top +cyanogenmod.app.PartnerInterface: java.lang.String MODIFY_SOUND_SETTINGS_PERMISSION +android.didikee.donate.R$attr: int dropDownListViewStyle +androidx.coordinatorlayout.R$styleable: int GradientColor_android_centerColor +android.didikee.donate.R$attr: int actionModeCutDrawable +androidx.appcompat.R$styleable: int AppCompatTheme_actionBarTabBarStyle +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox +androidx.appcompat.R$dimen: int compat_button_padding_horizontal_material +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$3: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 +androidx.appcompat.R$styleable: int AnimatedStateListDrawableCompat_android_visible +androidx.vectordrawable.R$drawable +com.google.android.material.R$attr: int boxStrokeWidth +androidx.hilt.R$id: int tag_accessibility_clickable_spans +androidx.hilt.work.R$styleable: int FontFamilyFont_android_font +wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: RoundProgress(android.content.Context) +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind +com.google.android.material.datepicker.DateValidatorPointForward +org.greenrobot.greendao.AbstractDao: java.lang.Object loadCurrentOther(org.greenrobot.greendao.AbstractDao,android.database.Cursor,int) +androidx.constraintlayout.widget.R$attr: int actionModeWebSearchDrawable +com.google.android.gms.base.R$attr: int circleCrop +androidx.constraintlayout.widget.R$styleable: int MockView_mock_label +androidx.core.R$color: int androidx_core_secondary_text_default_material_light +androidx.vectordrawable.animated.R$attr: int alpha +com.google.android.material.R$attr: int chipIconEnabled +androidx.preference.R$dimen: int abc_text_size_menu_header_material +com.bumptech.glide.MemoryCategory: com.bumptech.glide.MemoryCategory LOW +wangdaye.com.geometricweather.R$id: int start +wangdaye.com.geometricweather.R$color: int abc_color_highlight_material +james.adaptiveicon.R$attr: int listChoiceBackgroundIndicator +wangdaye.com.geometricweather.R$drawable: int ic_cold +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragment_android_divider +wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: java.lang.String styleId +wangdaye.com.geometricweather.R$drawable: int notif_temp_117 +cyanogenmod.themes.ThemeChangeRequest: cyanogenmod.themes.ThemeChangeRequest$RequestType getReqeustType() +com.jaredrummler.android.colorpicker.R$attr: int cpv_alphaChannelVisible +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: ObservableMergeWithCompletable$MergeWithObserver(io.reactivex.Observer) +wangdaye.com.geometricweather.common.basic.models.weather.Alert: long getTime() +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language getInstance(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Rain Rain +wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: double lon +androidx.constraintlayout.widget.R$attr: int flow_firstVerticalStyle +okhttp3.Request$Builder: okhttp3.Request$Builder method(java.lang.String,okhttp3.RequestBody) +okhttp3.internal.platform.Android10Platform: okhttp3.internal.platform.Platform buildIfSupported() +okhttp3.Headers$Builder: okhttp3.Headers build() +okio.Pipe$PipeSink: void close() +com.google.android.material.R$style: int Platform_ThemeOverlay_AppCompat +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void innerSuccess(io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver,java.lang.Object) +wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_lightOnTouch +androidx.constraintlayout.widget.R$drawable: int abc_ratingbar_indicator_material +com.google.android.material.R$attr: int layout_constraintHeight_max +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_AES_128_CBC_SHA +wangdaye.com.geometricweather.R$styleable: int AppBarLayout_expanded +io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: ObservablePublishSelector$TargetObserver(io.reactivex.Observer) +androidx.lifecycle.ProcessLifecycleOwner$2 com.google.android.material.R$styleable: int Chip_closeIconEndPadding -androidx.lifecycle.ViewModelProvider$NewInstanceFactory: androidx.lifecycle.ViewModelProvider$NewInstanceFactory getInstance() -com.bumptech.glide.integration.okhttp.R$dimen: int notification_subtext_size -wangdaye.com.geometricweather.R$styleable: int LoadingImageView_circleCrop -android.didikee.donate.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_android_insetBottom -org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.rx.RxTransaction rxTx() -androidx.lifecycle.LifecycleDispatcher$DispatcherActivityCallback: void onActivityStopped(android.app.Activity) -cyanogenmod.externalviews.KeyguardExternalView: void onKeyguardDismissed() -james.adaptiveicon.R$styleable: int AppCompatTheme_ratingBarStyleSmall -org.greenrobot.greendao.AbstractDao: long insertInsideTx(java.lang.Object,org.greenrobot.greendao.database.DatabaseStatement) -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void drain() -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: void onComplete() -androidx.preference.R$attr: int buttonBarButtonStyle +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void removeSome(int) +com.google.android.material.R$string: int mtrl_picker_text_input_date_hint +wangdaye.com.geometricweather.R$id: int easeOut +androidx.constraintlayout.widget.Placeholder: android.view.View getContent() +androidx.appcompat.R$style: int Platform_AppCompat +com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableCompat_android_visible +wangdaye.com.geometricweather.R$id: int position +androidx.lifecycle.extensions.R$attr: int alpha +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: java.lang.String getUnit() +wangdaye.com.geometricweather.R$styleable: int[] Transform +wangdaye.com.geometricweather.R$styleable: int[] AppBarLayoutStates +com.google.android.material.R$color: int mtrl_card_view_ripple +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: boolean checkTerminated(boolean,boolean,org.reactivestreams.Subscriber) +androidx.vectordrawable.animated.R$color +io.reactivex.internal.schedulers.RxThreadFactory: long serialVersionUID +com.xw.repo.bubbleseekbar.R$id: int split_action_bar +com.jaredrummler.android.colorpicker.R$styleable: int Spinner_android_popupBackground +androidx.appcompat.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert +wangdaye.com.geometricweather.R$attr: int actionModeSelectAllDrawable +androidx.appcompat.resources.R$styleable: int[] AnimatedStateListDrawableItem +com.google.android.material.R$styleable: int ConstraintSet_flow_firstVerticalStyle +androidx.hilt.work.R$anim: int fragment_fade_exit +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constrainedWidth +cyanogenmod.externalviews.ExternalViewProperties: int mWidth +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_switchTextOff +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric: java.lang.String Unit +com.google.android.material.R$attr: int yearStyle +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties +androidx.appcompat.R$color: int abc_hint_foreground_material_light +androidx.constraintlayout.widget.R$styleable: int Transition_constraintSetStart +androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event valueOf(java.lang.String) +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_seekBarStyle +androidx.preference.R$drawable: int ic_arrow_down_24dp +cyanogenmod.providers.CMSettings$Global: void putListAsDelimitedString(android.content.ContentResolver,java.lang.String,java.lang.String,java.util.List) +wangdaye.com.geometricweather.R$id: int activity_weather_daily_title +okio.HashingSource: long read(okio.Buffer,long) +androidx.preference.R$attr: int keylines +com.google.android.material.textview.MaterialTextView: MaterialTextView(android.content.Context) +androidx.preference.R$styleable: int SwitchPreferenceCompat_switchTextOff +com.turingtechnologies.materialscrollbar.R$attr: int boxBackgroundMode +com.github.rahatarmanahmed.cpv.CircularProgressViewListener: void onAnimationReset() +wangdaye.com.geometricweather.db.entities.DaoMaster$OpenHelper: DaoMaster$OpenHelper(android.content.Context,java.lang.String) +wangdaye.com.geometricweather.R$id: int widget_trend_hourly_item_5 +james.adaptiveicon.R$attr: int showAsAction +io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable: boolean isDisposed() +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_minWidth +wangdaye.com.geometricweather.R$drawable: int notify_panel_notification_icon_bg +james.adaptiveicon.R$style: int Theme_AppCompat_Light_Dialog_Alert +androidx.appcompat.R$styleable: int SearchView_android_inputType +androidx.legacy.coreutils.R$color: int notification_icon_bg_color +com.google.android.material.R$style: int Base_V21_Theme_AppCompat_Dialog +okio.SegmentPool: void recycle(okio.Segment) +com.google.android.material.R$attr: int chipCornerRadius +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_3 +okio.RealBufferedSource: long indexOf(okio.ByteString) +androidx.appcompat.R$styleable: int SearchView_layout +com.google.android.material.R$id: int accessibility_custom_action_30 +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ListPopupWindow +com.github.rahatarmanahmed.cpv.R: R() +androidx.constraintlayout.widget.R$attr: int constraints +com.google.android.material.R$style: int Widget_MaterialComponents_Toolbar_Surface +android.didikee.donate.R$drawable: int abc_ic_voice_search_api_material +androidx.preference.R$styleable: int ActionBar_contentInsetRight +androidx.constraintlayout.widget.R$style: int TextAppearance_Compat_Notification +androidx.appcompat.R$drawable: int abc_btn_radio_to_on_mtrl_000 +androidx.dynamicanimation.R$attr: int ttcIndex +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property RelativeHumidity +androidx.vectordrawable.R$string: int status_bar_notification_info_overflow +io.reactivex.internal.util.ExceptionHelper$Termination +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse +android.support.v4.os.ResultReceiver$MyResultReceiver: void send(int,android.os.Bundle) +com.xw.repo.bubbleseekbar.R$styleable: int MenuGroup_android_checkableBehavior +com.amap.api.fence.DistrictItem: java.util.List getPolyline() +wangdaye.com.geometricweather.R$dimen: int mtrl_shape_corner_size_small_component +com.google.android.material.R$dimen: int compat_control_corner_material +wangdaye.com.geometricweather.db.entities.HistoryEntity: HistoryEntity(java.lang.Long,java.lang.String,java.lang.String,java.util.Date,long,int,int) +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayoutStates_state_collapsed +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: long serialVersionUID +androidx.constraintlayout.widget.R$styleable: int Variant_region_heightMoreThan +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Metric: double Value +androidx.constraintlayout.widget.R$color: int material_deep_teal_200 +okhttp3.internal.http2.Http2Connection: long degradedPingsSent +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain: java.lang.Float cumul24H +androidx.recyclerview.R$styleable: int FontFamilyFont_android_fontVariationSettings +com.google.android.material.R$color: int abc_primary_text_material_dark +cyanogenmod.hardware.CMHardwareManager: java.lang.String getLtoSource() +com.google.android.material.datepicker.MaterialTextInputPicker +androidx.constraintlayout.widget.R$color: int abc_background_cache_hint_selector_material_dark +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_9 +com.turingtechnologies.materialscrollbar.R$id: int action_bar_title +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void completion() +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_endIconCheckable +wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customDimension +androidx.viewpager2.R$styleable: int FontFamilyFont_android_fontStyle +androidx.core.R$id: int line3 +androidx.appcompat.R$style: int Base_V7_Theme_AppCompat_Light +wangdaye.com.geometricweather.common.ui.widgets.TagView: int getCheckedBackgroundColor() +androidx.hilt.R$id: int accessibility_custom_action_23 +com.jaredrummler.android.colorpicker.R$attr: int actionModePasteDrawable +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 +com.xw.repo.bubbleseekbar.R$attr: int buttonTint +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial: double Value +com.google.android.material.R$attr: int fontWeight +cyanogenmod.themes.ThemeChangeRequest$1: cyanogenmod.themes.ThemeChangeRequest createFromParcel(android.os.Parcel) +wangdaye.com.geometricweather.R$styleable: int[] FragmentContainerView +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_menu_cut_mtrl_alpha +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric: double Value +wangdaye.com.geometricweather.R$attr: int backgroundTintMode +wangdaye.com.geometricweather.R$styleable: int FontFamily_fontProviderPackage +androidx.appcompat.R$styleable: int CompoundButton_buttonTintMode +com.jaredrummler.android.colorpicker.R$attr: int font +com.jaredrummler.android.colorpicker.R$attr: int numericModifiers +okhttp3.WebSocket$Factory +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarDivider +com.jaredrummler.android.colorpicker.R$layout: int select_dialog_item_material +cyanogenmod.providers.CMSettings$Secure: java.lang.String ADB_PORT +wangdaye.com.geometricweather.R$attr: int staggered +androidx.viewpager.R$id: int icon_group +cyanogenmod.app.CMContextConstants$Features: java.lang.String PROFILES +com.xw.repo.bubbleseekbar.R$anim: int abc_popup_exit +androidx.appcompat.widget.FitWindowsLinearLayout: FitWindowsLinearLayout(android.content.Context) +com.google.android.material.R$dimen: int abc_action_button_min_width_material +com.google.android.material.slider.RangeSlider: void setThumbRadius(int) +okhttp3.internal.platform.OptionalMethod: java.lang.reflect.Method getPublicMethod(java.lang.Class,java.lang.String,java.lang.Class[]) +cyanogenmod.externalviews.ExternalView$2: int val$height +com.google.android.material.bottomnavigation.BottomNavigationMenuView: android.graphics.drawable.Drawable getItemBackground() +androidx.constraintlayout.widget.R$layout: int select_dialog_multichoice_material +androidx.appcompat.widget.AlertDialogLayout: AlertDialogLayout(android.content.Context) +wangdaye.com.geometricweather.db.entities.LocationEntity: void setWeatherSource(wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource) +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property TotalPrecipitation +androidx.preference.R$styleable: int Preference_android_widgetLayout +androidx.appcompat.R$style: int Widget_AppCompat_ActionBar_TabBar +okhttp3.OkHttpClient: okhttp3.CookieJar cookieJar() +androidx.core.R$id: int accessibility_custom_action_3 +okio.Buffer: okio.BufferedSink write(okio.Source,long) +com.google.android.material.internal.NavigationMenuItemView: void setHorizontalPadding(int) +okhttp3.Cookie: java.util.List parseAll(okhttp3.HttpUrl,okhttp3.Headers) +wangdaye.com.geometricweather.R$styleable: int KeyTrigger_triggerReceiver +androidx.appcompat.widget.AppCompatCheckBox: int getCompoundPaddingLeft() +androidx.constraintlayout.widget.R$id: int textSpacerNoTitle +com.jaredrummler.android.colorpicker.R$bool: int abc_allow_stacked_button_bar +com.xw.repo.bubbleseekbar.R$bool +com.turingtechnologies.materialscrollbar.R$color: int design_fab_stroke_end_inner_color +com.github.rahatarmanahmed.cpv.R$bool: int cpv_default_is_indeterminate +com.google.android.material.R$attr: int onPositiveCross +okhttp3.internal.http.HttpDate: java.lang.ThreadLocal STANDARD_DATE_FORMAT +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: com.google.android.material.animation.MotionSpec getShowMotionSpec() +androidx.appcompat.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_ActionBar +wangdaye.com.geometricweather.R$styleable: int PropertySet_layout_constraintTag +wangdaye.com.geometricweather.R$dimen: int abc_search_view_preferred_width +androidx.constraintlayout.widget.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha +wangdaye.com.geometricweather.R$drawable: int ic_android +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: AtmoAuraQAResult$MultiDaysIndexs$MultiIndex() +android.didikee.donate.R$attr: int windowActionModeOverlay +james.adaptiveicon.R$id: int time +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintBaseline_creator +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: java.lang.String mslp +com.google.android.material.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle +androidx.appcompat.R$style: int Platform_ThemeOverlay_AppCompat_Light +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeIcePrecipitation +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind: java.lang.Integer direction +com.xw.repo.bubbleseekbar.R$styleable: int[] ActionMenuView +com.google.android.material.R$styleable: int[] SnackbarLayout +com.google.android.material.R$attr: int percentHeight +cyanogenmod.weatherservice.ServiceRequest: void cancel() +androidx.constraintlayout.widget.R$anim: int btn_radio_to_on_mtrl_dot_group_animation +cyanogenmod.hardware.ICMHardwareService +com.google.gson.FieldNamingPolicy$2: FieldNamingPolicy$2(java.lang.String,int) +android.didikee.donate.R$styleable: int TextAppearance_android_shadowDx +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintGuide_end +okhttp3.Response$Builder: okhttp3.Response$Builder cacheResponse(okhttp3.Response) +androidx.hilt.R$styleable: int ColorStateListItem_alpha +com.google.android.gms.common.api.internal.zaab +okhttp3.internal.connection.RouteSelector$Selection: RouteSelector$Selection(java.util.List) +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay TAG_WIND +androidx.preference.R$styleable: int SearchView_searchIcon +androidx.vectordrawable.R$color: R$color() +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language GREEK +androidx.preference.Preference: Preference(android.content.Context) +androidx.appcompat.R$id: int search_src_text +androidx.preference.R$color: int material_grey_800 +cyanogenmod.app.ProfileGroup: void setSoundOverride(android.net.Uri) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_rotation +com.turingtechnologies.materialscrollbar.R$id: int group_divider +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: long count +com.google.android.material.R$styleable: int LinearLayoutCompat_android_gravity +wangdaye.com.geometricweather.R$color: int colorTextGrey +com.google.android.material.R$attr: int drawableEndCompat +okhttp3.CertificatePinner$Pin: CertificatePinner$Pin(java.lang.String,java.lang.String) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: void setZh_CN(java.lang.String) +wangdaye.com.geometricweather.R$drawable: int shortcuts_refresh_foreground +com.turingtechnologies.materialscrollbar.R$attr: int listPreferredItemPaddingLeft +androidx.appcompat.R$style: int Theme_AppCompat_DayNight_DarkActionBar +io.reactivex.Observable: java.lang.Iterable blockingNext() +androidx.transition.R$styleable: int GradientColor_android_centerX +wangdaye.com.geometricweather.R$drawable: int abc_menu_hardkey_panel_mtrl_mult +androidx.hilt.lifecycle.R$styleable: int Fragment_android_name +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.util.Date startDate +okhttp3.CipherSuite: java.lang.String javaName +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property No2 +okhttp3.internal.platform.Platform: boolean isConscryptPreferred() +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_horizontalBias +okhttp3.EventListener: void dnsStart(okhttp3.Call,java.lang.String) +com.amap.api.location.AMapLocationClient +com.turingtechnologies.materialscrollbar.R$color: int material_grey_50 +wangdaye.com.geometricweather.R$string: int abc_shareactionprovider_share_with +com.google.android.material.R$layout: int notification_action_tombstone +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getPm25Desc() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle +cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_PICKED_UUID +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintLeft_creator +androidx.constraintlayout.widget.R$styleable: int State_constraints +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowActionBarOverlay +wangdaye.com.geometricweather.main.dialogs.LocationHelpDialog: LocationHelpDialog() +wangdaye.com.geometricweather.R$id: int notification_big_week_1 +com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_ttcIndex +james.adaptiveicon.R$styleable: int AppCompatTheme_dialogCornerRadius +androidx.constraintlayout.widget.R$color: int material_grey_600 +androidx.appcompat.widget.AppCompatImageButton: void setBackgroundResource(int) +james.adaptiveicon.R$id: int icon_group +wangdaye.com.geometricweather.R$styleable: int ColorPickerView_cpv_sliderColor +com.google.android.material.chip.Chip: void setShowMotionSpec(com.google.android.material.animation.MotionSpec) +wangdaye.com.geometricweather.R$string: int feedback_interpret_notification_group_content +com.jaredrummler.android.colorpicker.R$layout: int abc_alert_dialog_title_material +okhttp3.CookieJar$1: CookieJar$1() +androidx.lifecycle.SavedStateHandleController: boolean mIsAttached +wangdaye.com.geometricweather.R$attr: int bsb_show_thumb_text +com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl +android.didikee.donate.R$drawable: int abc_list_selector_holo_dark +cyanogenmod.app.CMStatusBarManager: void publishTileAsUser(java.lang.String,int,cyanogenmod.app.CustomTile,android.os.UserHandle) +com.google.android.material.floatingactionbutton.FloatingActionButton: void setEnsureMinTouchTargetSize(boolean) +androidx.drawerlayout.R$attr: int fontProviderAuthority +wangdaye.com.geometricweather.R$layout: int container_snackbar +androidx.work.R$id: int tag_accessibility_heading +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode fromHttp2(int) +wangdaye.com.geometricweather.R$drawable: int weather_cloudy +com.google.android.material.R$attr: int maxAcceleration +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: void cancelLiveLockScreen(java.lang.String,int,int) +cyanogenmod.themes.IThemeChangeListener$Stub: java.lang.String DESCRIPTOR +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setContentDescription(java.lang.String) +com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_ScrimInsetsFrameLayout +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setShifting(boolean) +androidx.constraintlayout.widget.R$styleable: int RecycleListView_paddingTopNoTitle +com.jaredrummler.android.colorpicker.R$id: int cpv_color_image_view +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_drawableTop +cyanogenmod.app.Profile: java.util.UUID getUuid() +wangdaye.com.geometricweather.R$id: int notification_multi_city_icon_2 +androidx.constraintlayout.widget.R$drawable: int notification_bg_low_normal +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: io.reactivex.ObservableSource second +com.google.android.material.R$id: int mtrl_calendar_selection_frame +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: io.reactivex.CompletableObserver downstream +android.didikee.donate.R$drawable: int notification_bg_low_pressed +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_DropDownItem +com.amap.api.location.AMapLocation: com.amap.api.location.AMapLocation clone() +cyanogenmod.os.Concierge$ParcelInfo: int mParcelableVersion +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: android.os.IBinder mRemote +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial: AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial() +james.adaptiveicon.R$styleable: int FontFamilyFont_fontStyle +androidx.preference.R$styleable: int MenuGroup_android_visible +androidx.appcompat.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration +wangdaye.com.geometricweather.R$styleable: int Constraint_android_alpha +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: boolean done +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: void setStatus(int) +james.adaptiveicon.R$styleable: int MenuItem_actionViewClass +wangdaye.com.geometricweather.R$styleable: int Chip_chipCornerRadius +androidx.constraintlayout.widget.R$color: int abc_decor_view_status_guard +com.amap.api.fence.PoiItem$1: java.lang.Object[] newArray(int) +com.xw.repo.bubbleseekbar.R$layout: int abc_screen_content_include +androidx.appcompat.R$styleable: int Toolbar_android_gravity +androidx.hilt.work.R$drawable: int notification_bg_normal +com.google.android.material.button.MaterialButton: void setRippleColor(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_AutoCompleteTextView +androidx.preference.R$layout: int preference_widget_seekbar +androidx.appcompat.R$style: int Base_Widget_AppCompat_SearchView_ActionBar +androidx.lifecycle.AbstractSavedStateViewModelFactory: androidx.lifecycle.ViewModel create(java.lang.String,java.lang.Class,androidx.lifecycle.SavedStateHandle) +androidx.constraintlayout.widget.R$attr: int actionBarWidgetTheme +wangdaye.com.geometricweather.db.entities.AlertEntity: void setAlertId(long) +com.google.android.gms.common.api.AvailabilityException: androidx.collection.ArrayMap zaa +androidx.hilt.work.R$id: int italic +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay valueOf(java.lang.String) +com.turingtechnologies.materialscrollbar.R$attr: int paddingBottomNoButtons +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Direction: java.lang.String English +james.adaptiveicon.R$style: int Theme_AppCompat_Dialog_Alert +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox +wangdaye.com.geometricweather.R$attr: int circleCrop +okio.BufferedSink: okio.BufferedSink emitCompleteSegments() +android.didikee.donate.R$styleable: int AppCompatImageView_srcCompat +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintDimensionRatio +com.jaredrummler.android.colorpicker.R$attr: int imageButtonStyle +okhttp3.internal.ws.RealWebSocket: okhttp3.internal.ws.RealWebSocket$Streams streams +james.adaptiveicon.R$styleable: int Toolbar_titleMarginEnd +androidx.appcompat.view.menu.ListMenuItemView: void setForceShowIcon(boolean) +com.google.android.material.R$id: int SHOW_PROGRESS +androidx.drawerlayout.R$id: int action_text com.google.android.material.R$id: int transition_current_scene -androidx.preference.R$layout: int preference_list_fragment -androidx.appcompat.R$styleable: int DrawerArrowToggle_gapBetweenBars -com.xw.repo.bubbleseekbar.R$attr: int bsb_bubble_color -androidx.viewpager2.adapter.FragmentStateAdapter$2 -wangdaye.com.geometricweather.R$drawable: int notif_temp_133 -androidx.appcompat.resources.R$id: int icon_group -io.reactivex.Observable: io.reactivex.Observable timeout(io.reactivex.functions.Function,io.reactivex.ObservableSource) -com.google.android.material.slider.BaseSlider: void setLabelBehavior(int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours -androidx.hilt.lifecycle.R$id: int tag_unhandled_key_listeners -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit valueOf(java.lang.String) -com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_statusBarBackground -okhttp3.Interceptor$Chain: okhttp3.Interceptor$Chain withWriteTimeout(int,java.util.concurrent.TimeUnit) -com.google.android.material.appbar.CollapsingToolbarLayout: void setVisibility(int) -com.google.android.material.R$styleable: int AppCompatTextView_autoSizeMaxTextSize -android.didikee.donate.R$styleable: int AppCompatSeekBar_android_thumb -com.google.android.material.datepicker.MaterialCalendarGridView -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Region -androidx.appcompat.R$attr: int drawableTopCompat -retrofit2.Utils$GenericArrayTypeImpl: java.lang.reflect.Type getGenericComponentType() -com.bumptech.glide.integration.okhttp.R$attr: int font -androidx.appcompat.R$styleable: int[] PopupWindow -androidx.viewpager.widget.PagerTitleStrip: void setGravity(int) -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: io.reactivex.internal.util.AtomicThrowable errors -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setStatus(int) +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_DropDownItem +james.adaptiveicon.R$attr: int barLength +io.reactivex.internal.util.NotificationLite: io.reactivex.disposables.Disposable getDisposable(java.lang.Object) +androidx.constraintlayout.widget.R$anim: int abc_slide_out_top +com.amap.api.location.AMapLocationClientOption$AMapLocationMode: com.amap.api.location.AMapLocationClientOption$AMapLocationMode[] values() +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver +androidx.constraintlayout.widget.R$attr: int flow_firstHorizontalBias +wangdaye.com.geometricweather.R$id: int filterBtn +android.didikee.donate.R$styleable: int AppCompatTextView_drawableTintMode +wangdaye.com.geometricweather.R$styleable: int GradientColorItem_android_color +com.google.android.material.R$styleable: int ConstraintSet_layout_goneMarginBottom +androidx.viewpager.widget.ViewPager: void setOffscreenPageLimit(int) +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.internal.fuseable.SimplePlainQueue queue +okhttp3.internal.http1.Http1Codec: okhttp3.OkHttpClient client +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title +wangdaye.com.geometricweather.R$dimen: int tooltip_vertical_padding +com.google.android.material.R$id: int masked +androidx.constraintlayout.widget.R$styleable: int Constraint_android_scaleY +com.google.android.material.R$styleable: int TextInputLayout_counterOverflowTextColor +androidx.customview.R$styleable: int GradientColorItem_android_color +io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: io.reactivex.Observer downstream +androidx.preference.R$style: int ThemeOverlay_AppCompat_Dialog +io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiFunction,boolean,int) +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Dialog +wangdaye.com.geometricweather.R$drawable: int shortcuts_sleet_foreground +com.google.android.material.slider.BaseSlider: void addOnSliderTouchListener(com.google.android.material.slider.BaseOnSliderTouchListener) +com.google.android.material.R$dimen: int mtrl_snackbar_message_margin_horizontal +cyanogenmod.app.suggest.ApplicationSuggestion: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: java.lang.String brandId +wangdaye.com.geometricweather.R$anim: int fragment_main_pop_enter +androidx.hilt.lifecycle.R$styleable +wangdaye.com.geometricweather.R$string: int key_widget_clock_day_vertical +androidx.lifecycle.LifecycleRegistry$1: int[] $SwitchMap$androidx$lifecycle$Lifecycle$State +androidx.loader.R$drawable: int notification_bg +androidx.swiperefreshlayout.R$styleable: int GradientColor_android_type +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge +androidx.hilt.R$color: int notification_action_color_filter +androidx.constraintlayout.widget.R$id: int spread_inside +com.google.android.material.R$attr: int contentInsetEnd +com.turingtechnologies.materialscrollbar.R$styleable: int CardView_cardCornerRadius +cyanogenmod.alarmclock.ClockContract$AlarmsColumns: java.lang.String HOUR +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind: MfForecastResult$Forecast$Wind() +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_switchPadding +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData: void onActive() +com.google.android.material.textfield.TextInputLayout$SavedState: android.os.Parcelable$Creator CREATOR +com.xw.repo.bubbleseekbar.R$drawable: int abc_list_selector_background_transition_holo_dark +okhttp3.internal.cache.CacheInterceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) +androidx.preference.R$styleable: int PreferenceTheme_dialogPreferenceStyle +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property RealFeelTemperature +wangdaye.com.geometricweather.R$layout: int item_weather_daily_uv +com.turingtechnologies.materialscrollbar.R$attr: int panelBackground +com.google.android.material.R$styleable: int SwitchCompat_thumbTint +okhttp3.logging.LoggingEventListener: void requestHeadersEnd(okhttp3.Call,okhttp3.Request) +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_lastHorizontalStyle +androidx.appcompat.resources.R$styleable: int FontFamilyFont_fontWeight +com.xw.repo.bubbleseekbar.R$color: int highlighted_text_material_dark +androidx.constraintlayout.widget.R$drawable: int abc_list_divider_mtrl_alpha +wangdaye.com.geometricweather.R$styleable: int BottomAppBar_fabCradleRoundedCornerRadius +androidx.coordinatorlayout.R$style: int Widget_Support_CoordinatorLayout +com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_elevation +com.jaredrummler.android.colorpicker.R$string: int cpv_default_title +james.adaptiveicon.R$style: int Widget_AppCompat_ListView_DropDown +com.xw.repo.bubbleseekbar.R$color: int colorAccent +com.google.android.material.slider.RangeSlider: void setThumbElevation(float) +james.adaptiveicon.R$styleable: int DrawerArrowToggle_barLength +androidx.hilt.work.R$styleable: int GradientColor_android_endX +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 +retrofit2.CompletableFutureCallAdapterFactory$CallCancelCompletableFuture: boolean cancel(boolean) +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator$SavedState: android.os.Parcelable$Creator CREATOR +androidx.appcompat.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog +wangdaye.com.geometricweather.R$styleable: int ActionBar_displayOptions +androidx.preference.R$styleable: int[] ActionBarLayout +james.adaptiveicon.R$id: int submenuarrow +cyanogenmod.hardware.ThermalListenerCallback$State +androidx.preference.R$styleable: int AppCompatTextView_textAllCaps +org.greenrobot.greendao.AbstractDao: void executeInsertInTx(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Iterable,boolean) +androidx.vectordrawable.R$styleable: int FontFamily_fontProviderCerts +wangdaye.com.geometricweather.R$color: int design_default_color_secondary_variant +okhttp3.internal.http2.Http2Reader$ContinuationSource: int length +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemIconSize +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title +androidx.lifecycle.ViewModelProvider$NewInstanceFactory +com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemTextAppearanceActive +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed: AccuCurrentResult$Wind$Speed() +androidx.preference.R$style: int Base_Widget_AppCompat_ActionBar +cyanogenmod.app.Profile$ProfileTrigger: Profile$ProfileTrigger(int,java.lang.String,int,java.lang.String) +okhttp3.internal.http1.Http1Codec$ChunkedSource: void readChunkSize() +wangdaye.com.geometricweather.R$dimen: int preference_icon_minWidth +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial +com.google.android.material.R$id: int row_index_key +wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_Dark +cyanogenmod.app.ICMTelephonyManager$Stub: java.lang.String DESCRIPTOR +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: void setTemperature(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX) +wangdaye.com.geometricweather.R$id: int container_main_sun_moon_sunrise_sunset +com.google.android.material.R$color: int material_grey_850 +com.jaredrummler.android.colorpicker.R$style: int Base_V21_Theme_AppCompat_Dialog +com.google.android.material.R$attr: int queryHint +androidx.preference.R$styleable: int[] Fragment +com.turingtechnologies.materialscrollbar.R$dimen: int abc_button_inset_vertical_material +wangdaye.com.geometricweather.R$drawable: int notif_temp_0 +com.google.android.material.R$attr: int roundPercent +cyanogenmod.providers.DataUsageContract: int COLUMN_OF_BYTES +com.jaredrummler.android.colorpicker.R$attr: int colorControlHighlight +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog +androidx.preference.R$styleable: int AppCompatTheme_actionBarItemBackground +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setWind(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean) +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_Layout_layout_collapseMode +okio.Buffer: long indexOf(byte) +androidx.constraintlayout.widget.R$styleable: int[] PropertySet +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: void dispose() +james.adaptiveicon.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse +com.turingtechnologies.materialscrollbar.R$styleable: int[] RecycleListView +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_101 +androidx.constraintlayout.widget.R$string: int abc_searchview_description_query +com.xw.repo.bubbleseekbar.R$id: int action_text +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox +io.reactivex.internal.subscriptions.SubscriptionHelper: boolean setOnce(java.util.concurrent.atomic.AtomicReference,org.reactivestreams.Subscription) +com.google.android.gms.common.util.DynamiteApi +com.google.android.material.R$attr: int fabCustomSize +androidx.hilt.work.R$styleable: int GradientColorItem_android_color +james.adaptiveicon.R$styleable: int MenuItem_iconTintMode +com.turingtechnologies.materialscrollbar.R$anim: int abc_fade_in +wangdaye.com.geometricweather.R$drawable: int notif_temp_110 +androidx.constraintlayout.utils.widget.ImageFilterButton: ImageFilterButton(android.content.Context,android.util.AttributeSet) +okhttp3.internal.http.RetryAndFollowUpInterceptor: okhttp3.Address createAddress(okhttp3.HttpUrl) +androidx.appcompat.widget.Toolbar: int getContentInsetStartWithNavigation() +com.bumptech.glide.R$attr: int alpha +okhttp3.Cache$CacheRequestImpl: void abort() +cyanogenmod.app.ProfileGroup: android.net.Uri getSoundOverride() +androidx.preference.R$styleable: int SwitchPreferenceCompat_android_summaryOn +com.amap.api.location.LocationManagerBase: void setLocationOption(com.amap.api.location.AMapLocationClientOption) +com.autonavi.aps.amapapi.model.AMapLocationServer: int c() +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner inner +wangdaye.com.geometricweather.R$styleable: int[] ScrimInsetsFrameLayout +wangdaye.com.geometricweather.db.entities.HourlyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode +androidx.appcompat.R$styleable: int AppCompatTheme_buttonStyle +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_SearchView_ActionBar +com.xw.repo.bubbleseekbar.R$dimen: int compat_notification_large_icon_max_width +com.google.android.material.floatingactionbutton.FloatingActionButton: int getCustomSize() +com.google.android.material.R$attr: int warmth +okhttp3.internal.http2.Http2: byte TYPE_RST_STREAM +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorBackgroundFloating +cyanogenmod.app.Profile: java.util.Collection getConnectionSettings() +androidx.appcompat.R$style: int Platform_V21_AppCompat_Light +cyanogenmod.app.CMTelephonyManager: void setDefaultSmsSub(int) +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemBackground +com.turingtechnologies.materialscrollbar.R$dimen: int compat_button_inset_vertical_material +com.google.android.material.R$drawable: int ic_mtrl_chip_close_circle +com.google.android.material.R$style: int Base_Widget_AppCompat_Button +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_android_maxWidth +okhttp3.TlsVersion: okhttp3.TlsVersion valueOf(java.lang.String) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setIsRainOrSnow(int) +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int WEATHER_CODE_MAX +cyanogenmod.app.ProfileGroup$Mode: cyanogenmod.app.ProfileGroup$Mode SUPPRESS +com.loc.k: java.lang.String c() +wangdaye.com.geometricweather.R$dimen: int mtrl_badge_with_text_radius +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ButtonBar +io.reactivex.internal.observers.InnerQueuedObserver: void onComplete() +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 +com.turingtechnologies.materialscrollbar.R$attr: int activityChooserViewStyle +com.turingtechnologies.materialscrollbar.R$attr: int msb_barColor +cyanogenmod.profiles.ConnectionSettings: boolean isDirty() +okhttp3.internal.http2.Http2Writer: okhttp3.internal.http2.Hpack$Writer hpackWriter +androidx.preference.R$styleable: int StateListDrawable_android_visible +okio.ByteString: int lastIndexOf(okio.ByteString,int) +wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar: PrecipitationBar(android.content.Context,android.util.AttributeSet) +com.jaredrummler.android.colorpicker.R$layout: int cpv_preference_square +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_CompoundButton_Switch +com.google.android.material.R$dimen: int abc_action_bar_stacked_max_height +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_fontFamily +com.jaredrummler.android.colorpicker.R$layout: int abc_action_bar_title_item +okhttp3.CipherSuite: java.lang.String javaName() +androidx.preference.SeekBarPreference: SeekBarPreference(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$id: int fitToContents +com.autonavi.aps.amapapi.model.AMapLocationServer: org.json.JSONObject toJson(int) +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintCircle +wangdaye.com.geometricweather.R$attr: int cpv_startAngle +cyanogenmod.hardware.ICMHardwareService: boolean writePersistentBytes(java.lang.String,byte[]) +cyanogenmod.app.ThemeVersion: int getVersion() +androidx.fragment.R$styleable: int GradientColor_android_startY +cyanogenmod.power.IPerformanceManager$Stub$Proxy: boolean getProfileHasAppProfiles(int) +androidx.customview.R$drawable: int notification_action_background +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: void onComplete() +com.google.android.material.timepicker.ChipTextInputComboView: ChipTextInputComboView(android.content.Context,android.util.AttributeSet) +androidx.appcompat.R$styleable: int AppCompatTextView_drawableRightCompat +com.google.android.material.R$id: int mtrl_calendar_frame +cyanogenmod.weatherservice.WeatherProviderService$1: void setServiceClient(cyanogenmod.weatherservice.IWeatherProviderServiceClient) +androidx.appcompat.R$color: int switch_thumb_material_dark +androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType STRING_TYPE +androidx.customview.R$styleable: int[] GradientColorItem +com.google.android.material.R$id: int mtrl_calendar_days_of_week +com.turingtechnologies.materialscrollbar.R$attr: int fastScrollHorizontalTrackDrawable +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_android_windowAnimationStyle +com.google.android.material.R$styleable: int SwitchCompat_track +android.didikee.donate.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored +androidx.hilt.R$dimen: int notification_subtext_size +androidx.drawerlayout.R$dimen: int notification_big_circle_margin +androidx.fragment.R$styleable: int GradientColor_android_type +com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge +com.google.android.material.R$id: int accessibility_custom_action_28 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial: int UnitType +com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_text_size +androidx.drawerlayout.R$drawable: int notify_panel_notification_icon_bg +wangdaye.com.geometricweather.R$string: int key_widget_trend_hourly +androidx.constraintlayout.widget.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog +androidx.constraintlayout.widget.R$attr: int voiceIcon +com.google.android.material.button.MaterialButton: android.graphics.PorterDuff$Mode getBackgroundTintMode() +com.google.android.material.R$styleable: int BottomNavigationView_menu +androidx.appcompat.R$id: int action_bar_title +cyanogenmod.app.CustomTile: int PSEUDO_GRID_ITEM_MAX_COUNT +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_closeIcon +com.turingtechnologies.materialscrollbar.R$id: int mtrl_internal_children_alpha_tag +cyanogenmod.app.CustomTile$ExpandedStyle$1: CustomTile$ExpandedStyle$1() +androidx.preference.R$style: int Preference +com.google.android.material.R$style: int Widget_Compat_NotificationActionContainer +androidx.constraintlayout.widget.R$attr: int windowFixedWidthMajor +james.adaptiveicon.R$dimen: int abc_control_corner_material androidx.fragment.app.FragmentManager: void addOnBackStackChangedListener(androidx.fragment.app.FragmentManager$OnBackStackChangedListener) -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Button_Borderless -com.google.android.gms.common.internal.zzc: android.os.Parcelable$Creator CREATOR -androidx.appcompat.R$styleable: int Toolbar_android_gravity -androidx.appcompat.R$drawable: int abc_seekbar_thumb_material -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Tooltip -wangdaye.com.geometricweather.R$styleable: int Preference_android_defaultValue -james.adaptiveicon.R$attr: int ratingBarStyleSmall -androidx.preference.R$anim: int btn_checkbox_to_unchecked_icon_null_animation -com.turingtechnologies.materialscrollbar.R$color: int mtrl_tabs_colored_ripple_color -wangdaye.com.geometricweather.R$drawable: int notif_temp_5 -james.adaptiveicon.R$dimen: int abc_text_size_small_material -com.google.android.material.bottomappbar.BottomAppBar: void setFabAlignmentMode(int) -com.jaredrummler.android.colorpicker.R$attr: int order -cyanogenmod.app.ILiveLockScreenManager$Stub: ILiveLockScreenManager$Stub() -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: java.lang.String getLtoSource() -cyanogenmod.themes.IThemeService$Stub -wangdaye.com.geometricweather.background.polling.work.worker.AsyncUpdateWorker: AsyncUpdateWorker(android.content.Context,androidx.work.WorkerParameters,wangdaye.com.geometricweather.location.LocationHelper,wangdaye.com.geometricweather.weather.WeatherHelper) -android.didikee.donate.R$id: int action_bar_root -com.google.android.material.internal.NavigationMenuItemView -androidx.lifecycle.Transformations$1: androidx.lifecycle.MediatorLiveData val$result -okhttp3.CertificatePinner: boolean equals(java.lang.Object) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float icePrecipitationProbability +androidx.hilt.R$style: int TextAppearance_Compat_Notification_Time +com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges +com.google.android.material.R$dimen: int abc_dialog_fixed_width_major +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_switchStyle +james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarSize +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: io.reactivex.functions.Function mapper +com.google.android.material.R$style: int Widget_MaterialComponents_PopupMenu_ListPopupWindow +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarTabTextStyle +com.jaredrummler.android.colorpicker.R$attr: int fastScrollVerticalThumbDrawable +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_horizontalStyle +androidx.constraintlayout.widget.R$id: int titleDividerNoCustom +androidx.customview.R$dimen: int notification_top_pad +androidx.preference.R$styleable: int Toolbar_titleTextColor +okhttp3.internal.http2.Http2Writer: void flush() +okhttp3.internal.http2.Http2: byte TYPE_PRIORITY +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_DEFAULT_COLOR +androidx.vectordrawable.R$styleable: int FontFamilyFont_android_fontWeight +james.adaptiveicon.R$attr: int iconTint +com.jaredrummler.android.colorpicker.R$drawable: int abc_ratingbar_material +androidx.constraintlayout.widget.R$attr: int curveFit +com.turingtechnologies.materialscrollbar.R$attr: int paddingEnd +com.google.android.material.R$styleable: int NavigationView_itemHorizontalPadding +wangdaye.com.geometricweather.R$dimen: int abc_button_inset_horizontal_material +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder protocols(java.util.List) +androidx.recyclerview.R$styleable: int[] GradientColorItem +com.xw.repo.bubbleseekbar.R$id: int action_bar_container +androidx.lifecycle.SavedStateHandleController$1 +com.google.android.material.card.MaterialCardView: void setRippleColor(android.content.res.ColorStateList) +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorSwitchThumbNormal +androidx.fragment.R$color: int secondary_text_default_material_light +androidx.preference.R$styleable: int AppCompatTheme_toolbarStyle +com.google.android.material.R$dimen: int mtrl_slider_track_height +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_PopupMenu +wangdaye.com.geometricweather.R$attr: int closeIconEndPadding +androidx.viewpager.R$id: int forever +wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_subtitle +com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_checkedChip +android.didikee.donate.R$styleable: int ActionMode_closeItemLayout +com.turingtechnologies.materialscrollbar.R$styleable: int ActionMode_closeItemLayout +androidx.viewpager.R$dimen: int compat_button_inset_vertical_material +cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy: java.util.List getSuggestions(android.content.Intent) +james.adaptiveicon.R$style: int Widget_AppCompat_ActionBar +com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_indeterminate +com.google.android.material.R$styleable: int Constraint_layout_goneMarginRight +wangdaye.com.geometricweather.R$attr: int labelVisibilityMode +com.google.android.material.R$color: int material_slider_active_track_color +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void onError(java.lang.Throwable) com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String toStr(int) -androidx.appcompat.R$dimen -com.turingtechnologies.materialscrollbar.R$color: int bright_foreground_disabled_material_light -androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivitySaveInstanceState(android.app.Activity,android.os.Bundle) -wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: void setIconDrawable(android.graphics.drawable.Drawable) -okhttp3.ConnectionPool: okhttp3.internal.connection.RouteDatabase routeDatabase -androidx.preference.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 -james.adaptiveicon.R$dimen: int abc_dropdownitem_text_padding_left -com.turingtechnologies.materialscrollbar.R$id: int up -okio.RealBufferedSink -com.bumptech.glide.integration.okhttp.R$attr: int fontWeight -android.didikee.donate.R$attr: int actionViewClass -com.google.android.material.R$styleable: int FontFamily_fontProviderFetchStrategy -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric: AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric() -okio.ByteString: okio.ByteString digest(java.lang.String) -cyanogenmod.profiles.AirplaneModeSettings$1: cyanogenmod.profiles.AirplaneModeSettings createFromParcel(android.os.Parcel) -com.google.android.material.bottomsheet.BottomSheetBehavior$SavedState -com.google.android.material.R$dimen: int abc_action_bar_default_padding_start_material -androidx.swiperefreshlayout.R$string: int status_bar_notification_info_overflow -com.google.android.material.chip.Chip: void setChipIcon(android.graphics.drawable.Drawable) -androidx.lifecycle.SavedStateHandle$SavingStateLiveData: SavedStateHandle$SavingStateLiveData(androidx.lifecycle.SavedStateHandle,java.lang.String) -com.google.android.material.appbar.CollapsingToolbarLayout: long getScrimAnimationDuration() -com.google.android.material.R$attr: int itemShapeInsetTop -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionBar_Solid -com.google.android.material.R$interpolator: int btn_radio_to_on_mtrl_animation_interpolator_0 -io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver -androidx.appcompat.R$attr: int backgroundSplit -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Dark_ActionBar -com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable -com.google.android.material.R$styleable: int CompoundButton_buttonTintMode -com.bumptech.glide.integration.okhttp.R$dimen: int compat_notification_large_icon_max_width -com.google.android.material.R$styleable: int ShapeAppearance_cornerSizeBottomLeft -okio.Pipe: boolean sourceClosed -com.google.android.material.R$styleable: int ConstraintSet_flow_verticalStyle -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void onNext(java.lang.Object) -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void dispose() -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: int getWeatherKind() -okhttp3.Cookie: java.lang.String toString(boolean) -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Description: AccuAlertResult$Description() -com.google.android.gms.common.api.GoogleApiClient: void unregisterConnectionFailedListener(com.google.android.gms.common.api.GoogleApiClient$OnConnectionFailedListener) -androidx.appcompat.R$style: int Widget_AppCompat_ButtonBar -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX() -androidx.hilt.work.R$drawable -androidx.viewpager.R$drawable: R$drawable() -androidx.appcompat.R$dimen: int abc_button_inset_horizontal_material -okio.Okio: okio.BufferedSink buffer(okio.Sink) -androidx.preference.R$attr: int dialogCornerRadius -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_CompoundButton_RadioButton -retrofit2.RequestFactory$Builder: boolean isKotlinSuspendFunction -wangdaye.com.geometricweather.R$dimen: int mtrl_low_ripple_hovered_alpha -androidx.core.R$id: int notification_background -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String COL_UPDATE_TIME -okhttp3.internal.http2.Http2: byte FLAG_COMPRESSED -okio.Buffer: okio.Buffer write(byte[],int,int) -androidx.preference.R$style: int Base_Widget_AppCompat_SeekBar -androidx.preference.R$string: int abc_activitychooserview_choose_application -wangdaye.com.geometricweather.R$id: int action_settings -com.google.android.material.R$id: int accessibility_custom_action_3 -androidx.appcompat.widget.SwitchCompat: java.lang.CharSequence getTextOff() -wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider BAIDU_IP -wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_AppbarPopupTheme -com.xw.repo.bubbleseekbar.R$layout: int notification_template_part_time -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getIcePrecipitationProbability() -cyanogenmod.app.ProfileManager: cyanogenmod.app.ProfileManager getInstance(android.content.Context) -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: void cancel() -okhttp3.internal.platform.JdkWithJettyBootPlatform$JettyNegoProvider: java.util.List protocols -androidx.vectordrawable.animated.R$id: int title -retrofit2.http.OPTIONS -com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_pressed_holo_light -okhttp3.internal.cache.FaultHidingSink: boolean hasErrors -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void onNext(java.lang.Object) -retrofit2.Utils$ParameterizedTypeImpl: java.lang.reflect.Type ownerType -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: io.reactivex.internal.util.AtomicThrowable errors -android.didikee.donate.R$styleable: int AppCompatTheme_actionModePasteDrawable -james.adaptiveicon.R$attr: int ratingBarStyleIndicator -androidx.constraintlayout.helper.widget.Layer: void setTranslationX(float) -cyanogenmod.app.ICMStatusBarManager$Stub: int TRANSACTION_createCustomTileWithTag -wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_shadowDx -androidx.loader.R$dimen: int notification_big_circle_margin -androidx.hilt.lifecycle.R$id: int chronometer -okhttp3.MultipartBody$Builder: okhttp3.MultipartBody$Builder addPart(okhttp3.Headers,okhttp3.RequestBody) -com.jaredrummler.android.colorpicker.R$styleable: int Preference_allowDividerBelow -cyanogenmod.hardware.ThermalListenerCallback$State: ThermalListenerCallback$State() -com.google.android.material.R$styleable: int FloatingActionButton_backgroundTint -okhttp3.Headers: Headers(okhttp3.Headers$Builder) -cyanogenmod.app.CMTelephonyManager: void setDefaultSmsSub(int) -james.adaptiveicon.R$layout: int abc_action_bar_title_item -io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: long serialVersionUID -androidx.fragment.R$layout: int notification_action -com.google.android.material.R$styleable: int CollapsingToolbarLayout_titleEnabled -wangdaye.com.geometricweather.R$layout: int select_dialog_item_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: void setBrandId(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabSelectedTextColor -wangdaye.com.geometricweather.R$drawable: int indicator -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_textFontWeight -com.google.android.material.R$attr: int layout_constrainedHeight -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_fabSize -androidx.constraintlayout.widget.R$color: int abc_color_highlight_material -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_25 -wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode valueOf(java.lang.String) -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit MI -androidx.recyclerview.R$id: int action_container -com.amap.api.location.DPoint$1: java.lang.Object createFromParcel(android.os.Parcel) -james.adaptiveicon.R$dimen: int notification_right_side_padding_top -com.google.android.material.R$attr: int showMotionSpec -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$1: ExternalViewProviderService$Provider$ProviderImpl$1(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) -com.jaredrummler.android.colorpicker.R$styleable: int ActionMode_titleTextStyle -io.reactivex.internal.observers.BlockingObserver: long serialVersionUID -wangdaye.com.geometricweather.R$string: int fab_transformation_scrim_behavior -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.Pollen getPollen() -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_als -androidx.appcompat.widget.ActionBarOverlayLayout: void setWindowCallback(android.view.Window$Callback) -wangdaye.com.geometricweather.R$styleable: int Transform_android_transformPivotX -androidx.lifecycle.LifecycleRegistry: boolean mHandlingEvent -android.didikee.donate.R$attr: int actionModeCloseButtonStyle -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_showText -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: long serialVersionUID -com.google.android.gms.dynamic.RemoteCreator$RemoteCreatorException: RemoteCreator$RemoteCreatorException(java.lang.String) -androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPreStopped(android.app.Activity) -wangdaye.com.geometricweather.remoteviews.config.Hilt_DayWeekWidgetConfigActivity -com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setLabelVisibilityMode(int) -james.adaptiveicon.R$id: int submit_area -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxBackgroundColor -com.google.android.material.slider.Slider: float getThumbElevation() -androidx.constraintlayout.widget.R$styleable: int[] AnimatedStateListDrawableItem -androidx.constraintlayout.widget.R$id: int chain -wangdaye.com.geometricweather.R$string: int day -wangdaye.com.geometricweather.R$dimen: int cardview_default_radius -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver -wangdaye.com.geometricweather.background.service.Hilt_CMWeatherProviderService: Hilt_CMWeatherProviderService() -androidx.constraintlayout.widget.R$attr: int layout_constraintWidth_min -androidx.constraintlayout.widget.R$drawable: int abc_btn_radio_to_on_mtrl_015 -wangdaye.com.geometricweather.common.ui.widgets.SquareFrameLayout -androidx.preference.R$style: int Widget_AppCompat_RatingBar_Indicator -androidx.appcompat.R$anim: int abc_grow_fade_in_from_bottom -com.google.android.material.R$styleable: int Constraint_android_layout_height -com.google.android.gms.common.server.response.FastSafeParcelableJsonResponse -com.google.android.material.R$attr: int spanCount -androidx.preference.R$styleable: int AppCompatTextView_drawableStartCompat -androidx.recyclerview.R$styleable: int[] ColorStateListItem -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_textLocale -wangdaye.com.geometricweather.R$attr: int autoTransition -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: java.lang.String getSourceVoice(android.content.Context) -androidx.transition.R$styleable: int FontFamily_fontProviderQuery -wangdaye.com.geometricweather.R$array: int live_wallpaper_day_night_types -com.xw.repo.bubbleseekbar.R$id: int forever -com.xw.repo.bubbleseekbar.R$color: int abc_color_highlight_material -com.xw.repo.bubbleseekbar.R$style: int Platform_AppCompat -okio.Buffer: okio.ByteString sha512() -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void onNext(java.lang.Object) -com.google.android.material.chip.ChipGroup: int getCheckedChipId() -com.google.android.material.R$styleable: int TextInputLayout_endIconTint -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void innerError(io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver,java.lang.Throwable) -android.didikee.donate.R$drawable: int notification_bg_low_pressed -wangdaye.com.geometricweather.R$drawable: int ic_search -cyanogenmod.themes.IThemeService$Stub$Proxy: boolean isThemeApplying() -androidx.preference.R$styleable: int ActionBar_homeAsUpIndicator -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: long EpochDate -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: double seaLevel -android.support.v4.graphics.drawable.IconCompatParcelizer -androidx.appcompat.R$attr: int color -com.google.android.material.R$attr: int layout_goneMarginEnd -androidx.core.widget.NestedScrollView$SavedState: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$color: int primary_text_default_material_light -com.xw.repo.bubbleseekbar.R$color: int primary_text_disabled_material_dark -androidx.appcompat.widget.AppCompatRatingBar: AppCompatRatingBar(android.content.Context) -com.google.gson.stream.JsonReader: char[] NON_EXECUTE_PREFIX -wangdaye.com.geometricweather.R$id: int right -androidx.lifecycle.LifecycleService: void onStart(android.content.Intent,int) -com.google.android.material.R$styleable: int Transform_android_translationZ -androidx.coordinatorlayout.widget.CoordinatorLayout: CoordinatorLayout(android.content.Context,android.util.AttributeSet) -android.didikee.donate.R$attr: int titleMarginEnd -androidx.fragment.R$dimen: int notification_large_icon_width -wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_label_padding -cyanogenmod.weather.WeatherInfo$Builder: double mTodaysLowTemp -wangdaye.com.geometricweather.R$id: int search_voice_btn -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Body1 -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setIconSize(int) -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation -wangdaye.com.geometricweather.R$styleable: int MotionHelper_onHide -com.turingtechnologies.materialscrollbar.R$styleable: int Spinner_android_popupBackground -wangdaye.com.geometricweather.R$dimen: int mtrl_exposed_dropdown_menu_popup_vertical_offset -com.google.android.material.R$attr: int contentPaddingTop -androidx.constraintlayout.widget.R$attr: int percentX -androidx.hilt.R$styleable: int GradientColor_android_endColor -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.HourlyEntityDao getHourlyEntityDao() -okhttp3.internal.ws.RealWebSocket: java.util.ArrayDeque messageAndCloseQueue -androidx.preference.R$styleable: int AppCompatTheme_windowFixedHeightMinor -com.google.android.material.R$styleable: int KeyAttribute_motionProgress -androidx.lifecycle.extensions.R$id: int tag_screen_reader_focusable -io.reactivex.Observable: io.reactivex.Observable takeLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -com.google.android.material.R$id: int action_bar_title -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: java.lang.String dept -james.adaptiveicon.R$string: int abc_shareactionprovider_share_with_application -wangdaye.com.geometricweather.R$dimen: int abc_list_item_height_small_material -androidx.coordinatorlayout.R$dimen: int notification_main_column_padding_top -okhttp3.internal.connection.RealConnection: void startHttp2(int) -androidx.constraintlayout.widget.R$attr: int closeIcon -okhttp3.internal.http2.Http2Codec: java.lang.String UPGRADE -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: java.lang.String ShortPhrase -com.xw.repo.bubbleseekbar.R$attr: int layout_behavior -com.xw.repo.bubbleseekbar.R$dimen: int abc_search_view_preferred_height -wangdaye.com.geometricweather.R$attr: int passwordToggleTint -okio.Okio: okio.Sink sink(java.io.File) -androidx.hilt.lifecycle.R$dimen: R$dimen() -okhttp3.internal.platform.Platform: okhttp3.internal.tls.CertificateChainCleaner buildCertificateChainCleaner(javax.net.ssl.X509TrustManager) -wangdaye.com.geometricweather.common.basic.models.weather.Base: long getUpdateTime() -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_title_baseline_to_top_fullscreen -androidx.drawerlayout.R$style: int TextAppearance_Compat_Notification -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver -wangdaye.com.geometricweather.R$styleable: int Slider_tickColor -androidx.viewpager.R$dimen: int notification_action_text_size -io.reactivex.Observable: io.reactivex.Observable concatArrayDelayError(io.reactivex.ObservableSource[]) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: java.lang.String desc -okhttp3.internal.ws.RealWebSocket$CancelRunnable: RealWebSocket$CancelRunnable(okhttp3.internal.ws.RealWebSocket) -androidx.swiperefreshlayout.R$id: int notification_main_column_container -okhttp3.internal.http1.Http1Codec$FixedLengthSink: void write(okio.Buffer,long) -androidx.lifecycle.LifecycleService: void onCreate() -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer getRealFeelShaderTemperature() -com.google.android.material.button.MaterialButtonToggleGroup: int getLastVisibleChildIndex() -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_SearchView -androidx.recyclerview.R$id: int accessibility_custom_action_30 -android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert -cyanogenmod.alarmclock.ClockContract$AlarmsColumns -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: void onSubscribe(org.reactivestreams.Subscription) -androidx.viewpager2.R$styleable: int GradientColor_android_gradientRadius -androidx.viewpager2.R$dimen: int compat_button_padding_horizontal_material -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text -androidx.hilt.R$id: int accessibility_custom_action_9 -wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date getMoonRiseDate() -okhttp3.internal.http.HttpHeaders: long contentLength(okhttp3.Response) -wangdaye.com.geometricweather.R$animator: int mtrl_fab_transformation_sheet_collapse_spec -wangdaye.com.geometricweather.R$drawable: int flag_cs -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse -androidx.preference.R$styleable: int View_android_focusable -com.google.android.material.R$attr: int elevationOverlayColor -com.google.android.material.R$styleable: int MaterialCalendarItem_itemFillColor -james.adaptiveicon.R$styleable: int AppCompatTheme_panelMenuListTheme -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onScreenTurnedOn() -androidx.activity.ComponentActivity: ComponentActivity() -com.google.android.material.R$attr: int onHide -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: java.lang.Object value -com.xw.repo.bubbleseekbar.R$id: int listMode -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setTitle(java.lang.CharSequence) -com.google.android.material.R$attr: int paddingStart -androidx.drawerlayout.R$attr: int fontWeight -androidx.vectordrawable.R$id: int accessibility_custom_action_13 -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatImageView_tint -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge -james.adaptiveicon.R$id: int wrap_content -com.google.android.material.R$attr: int materialCalendarHeaderLayout -wangdaye.com.geometricweather.common.basic.models.weather.Base: java.util.Date publishDate -io.reactivex.Observable: io.reactivex.Observable map(io.reactivex.functions.Function) -com.google.android.material.slider.RangeSlider: void setValueTo(float) -wangdaye.com.geometricweather.R$attr: int expandedTitleTextAppearance -cyanogenmod.app.Profile: android.os.Parcelable$Creator CREATOR -androidx.preference.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_title -androidx.viewpager2.R$styleable: int GradientColor_android_centerColor -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric: java.lang.String Unit -androidx.appcompat.R$style: int Theme_AppCompat_NoActionBar -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_128 -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_TabView -androidx.appcompat.R$string: int abc_menu_shift_shortcut_label -okhttp3.internal.http2.Header$Listener -androidx.viewpager.R$id: int tag_unhandled_key_event_manager -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginTop -wangdaye.com.geometricweather.db.entities.DailyEntity: void setAqiText(java.lang.String) -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout: FitSystemBarAppBarLayout(android.content.Context) -com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_android_layout -androidx.vectordrawable.animated.R$dimen: int notification_action_icon_size -wangdaye.com.geometricweather.R$styleable: int ColorPanelView_cpv_showOldColor -androidx.lifecycle.ClassesInfoCache$MethodReference: void invokeCallback(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event,java.lang.Object) -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_CompoundButton_RadioButton -androidx.vectordrawable.R$styleable: int FontFamilyFont_fontStyle -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1: retrofit2.Callback val$callback -com.google.android.material.R$styleable: int[] ActionMenuItemView -com.google.android.material.R$styleable: int CompoundButton_buttonCompat -androidx.work.impl.utils.futures.AbstractFuture$Waiter: java.lang.Thread thread -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomAppBar_PrimarySurface -cyanogenmod.profiles.AirplaneModeSettings: void setOverride(boolean) -org.greenrobot.greendao.AbstractDao: void insertInTx(java.lang.Object[]) -com.google.android.material.R$styleable: int ClockHandView_materialCircleRadius -okhttp3.Challenge: java.lang.String toString() -androidx.constraintlayout.widget.R$id: int motion_base -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_icon_vertical_padding_material -com.google.android.material.button.MaterialButtonToggleGroup: void setCheckedId(int) -com.bumptech.glide.integration.okhttp.R$id: int text2 -retrofit2.http.OPTIONS: java.lang.String value() -wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_weatherKindSpinner +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_thumbTintMode +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation: wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation[] values() +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getNumGammaControls +androidx.fragment.R$color: R$color() +com.google.android.material.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert +cyanogenmod.themes.ThemeManager$2: void onFinishedProcessing(java.lang.String) +androidx.loader.R$styleable: int FontFamily_fontProviderFetchTimeout +androidx.preference.R$attr: int thumbTintMode +android.didikee.donate.R$styleable: int[] CompoundButton +androidx.preference.R$styleable: int Toolbar_subtitleTextAppearance +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_title_material_toolbar +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getScaleX() +com.google.android.material.R$styleable: int FontFamilyFont_ttcIndex +wangdaye.com.geometricweather.R$id: int notification_multi_city_text_3 +androidx.recyclerview.R$id: int accessibility_custom_action_22 +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: boolean hasCompleted() +androidx.drawerlayout.R$id: R$id() +com.google.android.material.R$styleable: int State_constraints +androidx.vectordrawable.animated.R$id: R$id() +androidx.viewpager2.adapter.FragmentStateAdapter$FragmentMaxLifecycleEnforcer$3 +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator CALL_RECORDING_FORMAT_VALIDATOR +androidx.vectordrawable.animated.R$drawable: int notification_bg_normal +james.adaptiveicon.R$drawable: int abc_ic_menu_selectall_mtrl_alpha +com.bumptech.glide.R$styleable: int ColorStateListItem_alpha +com.jaredrummler.android.colorpicker.R$layout: int preference_widget_switch_compat +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$5: ExternalViewProviderService$Provider$ProviderImpl$5(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Temperature +cyanogenmod.externalviews.IExternalViewProviderFactory +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: io.reactivex.functions.Function leftEnd +okhttp3.internal.ws.WebSocketWriter$FrameSink: boolean closed +com.google.android.material.R$id: int material_minute_tv +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String aqiText +com.google.android.material.R$color: int switch_thumb_disabled_material_dark +com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_previewSize +retrofit2.ParameterHandler$1: void apply(retrofit2.RequestBuilder,java.lang.Iterable) +wangdaye.com.geometricweather.R$dimen: int mtrl_alert_dialog_background_inset_start +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit[] values() +android.didikee.donate.R$attr: int colorPrimary +androidx.appcompat.R$drawable: int abc_ic_star_black_48dp +com.google.android.material.R$drawable: int notification_bg_normal +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: void onComplete() +androidx.lifecycle.ReflectiveGenericLifecycleObserver: ReflectiveGenericLifecycleObserver(java.lang.Object) +com.google.android.material.R$style: int Base_V26_Theme_AppCompat +androidx.constraintlayout.widget.ConstraintHelper: ConstraintHelper(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_min +wangdaye.com.geometricweather.R$style: int PreferenceSummaryTextStyle +james.adaptiveicon.R$style: int Base_Widget_AppCompat_RatingBar +wangdaye.com.geometricweather.R$color: int design_default_color_on_background +wangdaye.com.geometricweather.R$style: int TextAppearance_Compat_Notification +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_titleCondensed +com.google.android.material.R$dimen: int material_clock_number_text_size +okhttp3.Request: okhttp3.HttpUrl url +androidx.preference.R$attr: int dividerHorizontal +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: java.lang.String info +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeWetBulbTemperature() +cyanogenmod.platform.Manifest$permission: java.lang.String PROTECTED_APP +android.didikee.donate.R$attr: int itemPadding +okhttp3.ResponseBody: java.io.Reader charStream() +androidx.core.R$layout: int custom_dialog +com.google.android.material.R$color: int design_dark_default_color_primary_dark +wangdaye.com.geometricweather.R$layout: int design_layout_tab_icon +com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_windowAnimationStyle +com.google.android.material.R$styleable: int RadialViewGroup_materialCircleRadius +androidx.activity.R$string: int status_bar_notification_info_overflow +wangdaye.com.geometricweather.R$string: int aqi_3 +androidx.constraintlayout.widget.R$id: int tag_accessibility_clickable_spans +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean isDisposed() +androidx.appcompat.widget.AppCompatImageView: void setSupportImageTintMode(android.graphics.PorterDuff$Mode) +com.jaredrummler.android.colorpicker.R$attr: int queryHint +com.google.android.material.R$dimen: int material_filled_edittext_font_1_3_padding_top +wangdaye.com.geometricweather.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 +androidx.appcompat.R$anim: int abc_slide_in_bottom +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeSnowPrecipitationProbability +com.google.android.material.R$layout: int support_simple_spinner_dropdown_item +wangdaye.com.geometricweather.common.basic.models.weather.Daily: float hoursOfSun +com.jaredrummler.android.colorpicker.R$attr: int dialogLayout +androidx.viewpager.R$id: int action_divider +androidx.constraintlayout.widget.R$dimen: int abc_alert_dialog_button_dimen +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition: double Longitude +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust: AccuDailyResult$DailyForecasts$Night$WindGust() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial Imperial +androidx.preference.R$style: int TextAppearance_AppCompat_Large +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_displayOptions +androidx.appcompat.R$styleable: int TextAppearance_android_shadowRadius +com.google.android.material.R$styleable: int Layout_layout_constraintBottom_toTopOf +com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_verticalDivider +com.google.android.material.R$style: int Widget_MaterialComponents_Button_UnelevatedButton_Icon +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_panelMenuListWidth +androidx.appcompat.resources.R$styleable: int FontFamily_fontProviderFetchTimeout +androidx.fragment.R$id: int icon +retrofit2.SkipCallbackExecutorImpl: boolean equals(java.lang.Object) +androidx.core.R$style: int TextAppearance_Compat_Notification +wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView: void setKeyLineVisibility(boolean) +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +com.amap.api.location.AMapLocation: void setPoiName(java.lang.String) +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setShowMotionSpecResource(int) +androidx.recyclerview.R$styleable: int GradientColor_android_centerY +com.google.android.material.R$color: int mtrl_error +androidx.constraintlayout.utils.widget.ImageFilterView: float getSaturation() +cyanogenmod.util.ColorUtils: int findPerceptuallyNearestColor(int,int[]) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_goneMarginStart +com.xw.repo.bubbleseekbar.R$attr: int listMenuViewStyle +wangdaye.com.geometricweather.R$drawable: int shortcuts_rain_foreground +okhttp3.logging.LoggingEventListener: void secureConnectStart(okhttp3.Call) +wangdaye.com.geometricweather.R$mipmap: R$mipmap() +io.reactivex.Observable: io.reactivex.Observable concatDelayError(io.reactivex.ObservableSource) +cyanogenmod.externalviews.ExternalView: void onActivityPaused(android.app.Activity) +com.jaredrummler.android.colorpicker.R$attr: int layout_insetEdge +com.google.android.material.chip.ChipGroup: void setFlexWrap(int) +com.xw.repo.bubbleseekbar.R$drawable: int abc_textfield_default_mtrl_alpha +androidx.appcompat.resources.R$drawable: R$drawable() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial: java.lang.String Unit +com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleColor(int) +androidx.vectordrawable.animated.R$id: int text2 +io.reactivex.internal.observers.ForEachWhileObserver: void onNext(java.lang.Object) +androidx.preference.R$styleable: int[] ActionMenuView +wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_alpha +com.google.android.material.R$id: int triangle +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_android_switchTextOff +com.xw.repo.bubbleseekbar.R$style: int Base_Animation_AppCompat_DropDownUp +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: void onSubscribe(io.reactivex.disposables.Disposable) +android.support.v4.os.ResultReceiver$1: android.support.v4.os.ResultReceiver createFromParcel(android.os.Parcel) +retrofit2.HttpServiceMethod$SuspendForResponse +androidx.work.WorkInfo$State +cyanogenmod.profiles.ConnectionSettings: void readFromParcel(android.os.Parcel) +cyanogenmod.hardware.IThermalListenerCallback$Stub: cyanogenmod.hardware.IThermalListenerCallback asInterface(android.os.IBinder) +io.reactivex.internal.subscriptions.BasicQueueSubscription: int requestFusion(int) +wangdaye.com.geometricweather.R$drawable: int weather_cloudy_mini_grey +com.google.android.material.R$id: int search_bar +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_Button_Colored +com.google.android.material.R$styleable: int ActionBar_indeterminateProgressStyle +cyanogenmod.power.IPerformanceManager$Stub: java.lang.String DESCRIPTOR +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: void setWeather(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX) +com.google.android.material.R$style: int Widget_MaterialComponents_Toolbar_PrimarySurface +com.amap.api.fence.PoiItem: java.lang.String getPoiId() +okio.Base64: java.lang.String encode(byte[],byte[]) +wangdaye.com.geometricweather.R$id: int grassTitle +androidx.preference.R$color: int material_grey_600 +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xnw +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: cyanogenmod.externalviews.KeyguardExternalViewProviderService this$0 +wangdaye.com.geometricweather.search.LoadableLocationList$Status: wangdaye.com.geometricweather.search.LoadableLocationList$Status SUCCESS +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_RatingBar +okhttp3.EventListener: void requestHeadersEnd(okhttp3.Call,okhttp3.Request) +wangdaye.com.geometricweather.common.basic.models.weather.Base: Base(java.lang.String,long,java.util.Date,long,java.util.Date,long) +androidx.preference.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.HistoryEntity,long) +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabPaddingBottom +cyanogenmod.providers.CMSettings$Secure: java.lang.String QS_USE_MAIN_TILES +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeApparentTemperature +com.google.gson.internal.LazilyParsedNumber: int hashCode() +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layoutDescription okio.RealBufferedSink$1 -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_5_30 -wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List minutelyForecast -androidx.lifecycle.LiveData$1 -androidx.fragment.R$id: int accessibility_custom_action_19 -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_android_enabled -cyanogenmod.providers.DataUsageContract: int COLUMN_OF_ACTIVE -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition: double Latitude -androidx.appcompat.R$styleable: int AppCompatTheme_actionModeCloseDrawable -okhttp3.internal.cache.DiskLruCache$Snapshot: java.lang.String key() -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow -com.google.android.material.R$styleable: int AppCompatTheme_buttonBarButtonStyle -com.google.android.material.R$dimen: int tooltip_corner_radius -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: int active -com.google.android.material.R$styleable: int ActionBar_contentInsetStart -android.didikee.donate.R$style: int Widget_AppCompat_Toolbar_Button_Navigation -wangdaye.com.geometricweather.settings.fragments.AppearanceSettingsFragment: AppearanceSettingsFragment() -androidx.preference.R$id: int progress_horizontal -retrofit2.CompletableFutureCallAdapterFactory -androidx.hilt.lifecycle.R$id: int visible_removing_fragment_view_tag -retrofit2.ParameterHandler$2: retrofit2.ParameterHandler this$0 -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayoutStates_state_lifted -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: int prefetch -androidx.constraintlayout.widget.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_iconifiedByDefault -androidx.appcompat.R$styleable: int TextAppearance_android_textColorLink -retrofit2.adapter.rxjava2.RxJava2CallAdapter -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_passwordToggleTintMode -com.google.android.material.bottomnavigation.BottomNavigationView: void setItemIconSizeRes(int) -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: void setFitSide(int) -androidx.lifecycle.ViewModelStores: androidx.lifecycle.ViewModelStore of(androidx.fragment.app.Fragment) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableEndCompat -okio.Pipe$PipeSource: okio.Pipe this$0 -com.google.android.material.R$style: int Base_Widget_AppCompat_Light_ActionBar -wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit[] values() -android.didikee.donate.R$styleable: int ActionBar_navigationMode -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: java.lang.String getX() -james.adaptiveicon.R$styleable: int[] AppCompatTextHelper -androidx.appcompat.widget.SearchView: void setOnQueryTextListener(androidx.appcompat.widget.SearchView$OnQueryTextListener) -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SNOW_SHOWERS -androidx.preference.R$style: int Base_V23_Theme_AppCompat -androidx.legacy.coreutils.R$attr: int fontProviderPackage -androidx.appcompat.view.menu.MenuPopup -wangdaye.com.geometricweather.R$color: int design_error -okhttp3.internal.ws.RealWebSocket$2: RealWebSocket$2(okhttp3.internal.ws.RealWebSocket,okhttp3.Request) -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: java.lang.Integer poll() -cyanogenmod.app.IPartnerInterface -com.google.android.material.checkbox.MaterialCheckBox: MaterialCheckBox(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$attr: int layoutDuringTransition -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintStart_toEndOf -cyanogenmod.app.CustomTileListenerService: java.lang.String access$200(cyanogenmod.app.CustomTileListenerService) -androidx.coordinatorlayout.R$id: int accessibility_custom_action_24 -androidx.constraintlayout.widget.R$dimen: int abc_dialog_list_padding_bottom_no_buttons -com.google.android.material.R$styleable: int NavigationView_android_fitsSystemWindows -androidx.dynamicanimation.R$integer: int status_bar_notification_info_maxnum -james.adaptiveicon.R$styleable: int AppCompatTheme_windowFixedHeightMinor -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_DialogWhenLarge -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode valueOf(java.lang.String) -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$plurals: R$plurals() -androidx.appcompat.R$attr: int logo -androidx.appcompat.resources.R$styleable: int GradientColor_android_type -androidx.preference.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu -androidx.constraintlayout.widget.R$attr: int actionBarDivider -com.google.android.material.tabs.TabLayout: void setTabTextColors(android.content.res.ColorStateList) -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_indeterminateProgressStyle -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: void cleanup() -com.jaredrummler.android.colorpicker.R$attr: int lastBaselineToBottomHeight -wangdaye.com.geometricweather.R$attr: int dotDiameter -androidx.preference.R$attr: int preferenceCategoryTitleTextAppearance -androidx.appcompat.R$styleable: int[] ButtonBarLayout -io.reactivex.internal.disposables.ArrayCompositeDisposable: boolean isDisposed() -io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: io.reactivex.internal.operators.observable.ObservableCache$Node node -io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: io.reactivex.Observer downstream -io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: io.reactivex.disposables.Disposable upstream -wangdaye.com.geometricweather.background.receiver.widget.WidgetTextProvider: WidgetTextProvider() -wangdaye.com.geometricweather.R$dimen: int design_navigation_icon_size -com.google.android.material.chip.Chip: void setShowMotionSpecResource(int) -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Caption -wangdaye.com.geometricweather.R$layout: int test_toolbar_custom_background -android.didikee.donate.R$dimen: int abc_seekbar_track_background_height_material -android.didikee.donate.R$style: int Widget_AppCompat_ProgressBar -okhttp3.Response$Builder: java.lang.String message -androidx.appcompat.resources.R$styleable: int FontFamilyFont_fontVariationSettings -androidx.legacy.coreutils.R$drawable: int notification_bg -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind: java.lang.Integer direction -okhttp3.internal.http2.Http2Connection$ReaderRunnable$3: okhttp3.internal.http2.Http2Connection$ReaderRunnable this$1 -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: KeyguardExternalViewProviderService$Provider$ProviderImpl$9(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl,int,int,int,int,boolean,android.graphics.Rect) -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: int getBackgroundColor() -android.didikee.donate.R$color: int switch_thumb_disabled_material_dark -androidx.appcompat.R$styleable: int AppCompatTextView_autoSizeTextType -androidx.work.R$style: int TextAppearance_Compat_Notification_Title -com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked -com.jaredrummler.android.colorpicker.R$attr: int indeterminateProgressStyle -cyanogenmod.providers.CMSettings$System: java.lang.String PEOPLE_LOOKUP_PROVIDER -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: void setCurrentIndicatorColor(int) -com.google.android.material.R$integer: int mtrl_calendar_selection_text_lines -wangdaye.com.geometricweather.R$drawable: int notif_temp_32 -androidx.legacy.coreutils.R$styleable: int ColorStateListItem_android_color -androidx.recyclerview.R$id: int accessibility_custom_action_14 -cyanogenmod.app.IPartnerInterface$Stub$Proxy: void shutdown() -wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.util.Date date -okio.Buffer: java.lang.String readString(long,java.nio.charset.Charset) -james.adaptiveicon.R$styleable: int FontFamilyFont_android_fontStyle -james.adaptiveicon.R$bool: int abc_allow_stacked_button_bar -james.adaptiveicon.R$attr: int elevation -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void drain() -cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_2G3G4G -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_shapeAppearance -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void onComplete() -okhttp3.internal.connection.RouteSelector: java.util.List proxies -okhttp3.internal.Internal: int code(okhttp3.Response$Builder) -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: java.lang.String to -androidx.appcompat.resources.R$id: int right_side -org.greenrobot.greendao.AbstractDao: long insert(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$attr: int bottomSheetStyle -wangdaye.com.geometricweather.R$id: int activity_widget_config_wall -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: void dispose() -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() -com.google.android.gms.common.internal.zaw -wangdaye.com.geometricweather.R$attr: int tickColor -retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isSingle -james.adaptiveicon.R$drawable: int abc_switch_thumb_material -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_Button_Colored -cyanogenmod.app.LiveLockScreenInfo$1: java.lang.Object[] newArray(int) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeRainPrecipitationDuration() -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao getChineseCityEntityDao() -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight_Dialog -wangdaye.com.geometricweather.R$string: int feedback_short_term_precipitation_alert -com.github.rahatarmanahmed.cpv.BuildConfig: boolean DEBUG -wangdaye.com.geometricweather.R$layout: int widget_week -retrofit2.Utils: Utils() -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_autoSizeMaxTextSize -cyanogenmod.library.R$styleable: int[] LiveLockScreen -cyanogenmod.profiles.ConnectionSettings: int describeContents() -androidx.constraintlayout.widget.R$styleable: int[] PropertySet -okhttp3.internal.http2.Http2Codec$StreamFinishingSource: long read(okio.Buffer,long) -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Imperial: double Value -androidx.constraintlayout.widget.R$color: int abc_hint_foreground_material_dark -james.adaptiveicon.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth -retrofit2.OkHttpCall$NoContentResponseBody: OkHttpCall$NoContentResponseBody(okhttp3.MediaType,long) -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Headline1 -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.lang.String getHour(android.content.Context) -okio.Buffer$UnsafeCursor: int end -okhttp3.Response: okhttp3.Response networkResponse -com.google.android.material.R$attr: int colorPrimarySurface -io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.appcompat.R$style: int Theme_AppCompat_DayNight_NoActionBar -com.google.android.material.R$style: int Widget_AppCompat_Button_Borderless_Colored -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_horizontalGap -retrofit2.ParameterHandler$RawPart -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Ice: java.lang.String Unit +androidx.constraintlayout.widget.R$dimen: int notification_small_icon_background_padding +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarWidgetTheme +androidx.constraintlayout.widget.R$color: int button_material_dark +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_7 +io.reactivex.Observable: io.reactivex.Observable delaySubscription(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter nullValue() +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: java.util.concurrent.TimeUnit unit +com.bumptech.glide.integration.okhttp.R$id: int action_container +androidx.core.R$id: int tag_unhandled_key_event_manager +wangdaye.com.geometricweather.R$xml: int standalone_badge_gravity_bottom_start +com.amap.api.fence.GeoFence: int ERROR_CODE_INVALID_PARAMETER +android.didikee.donate.R$drawable: int abc_ic_menu_cut_mtrl_alpha +okhttp3.HttpUrl: void namesAndValuesToQueryString(java.lang.StringBuilder,java.util.List) +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder parse(okhttp3.HttpUrl,java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum Maximum +android.didikee.donate.R$styleable: int AppCompatTheme_dividerVertical +androidx.preference.R$styleable: int Fragment_android_id +cyanogenmod.app.LiveLockScreenInfo$Builder: cyanogenmod.app.LiveLockScreenInfo$Builder setPriority(int) +androidx.preference.R$integer: int cancel_button_image_alpha +androidx.constraintlayout.widget.R$styleable: int SearchView_submitBackground +androidx.cardview.widget.CardView: float getRadius() +androidx.viewpager.R$styleable: int GradientColor_android_startColor +okhttp3.internal.http2.Http2: byte FLAG_NONE +androidx.lifecycle.CompositeGeneratedAdaptersObserver: CompositeGeneratedAdaptersObserver(androidx.lifecycle.GeneratedAdapter[]) +com.xw.repo.bubbleseekbar.R$id: int list_item +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ProgressIndicator_Linear_Indeterminate +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating +androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customPixelDimension +com.jaredrummler.android.colorpicker.R$attr: int min +cyanogenmod.app.CustomTile$ExpandedStyle: void setBuilder(cyanogenmod.app.CustomTile$Builder) +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: io.reactivex.Scheduler scheduler +wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource +androidx.appcompat.R$color: int bright_foreground_disabled_material_dark +androidx.appcompat.R$dimen: int abc_dropdownitem_text_padding_left +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_ab_back_material +androidx.lifecycle.ReportFragment: void onStop() +androidx.hilt.R$styleable: int[] FontFamily +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableEndCompat +wangdaye.com.geometricweather.R$drawable: int weather_fog_mini_dark +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken valueOf(java.lang.String) +androidx.hilt.R$styleable: int[] GradientColorItem +androidx.preference.R$style: R$style() +wangdaye.com.geometricweather.R$attr: int navigationMode +com.google.android.material.R$attr: int textAppearanceOverline +androidx.hilt.R$styleable: int[] Fragment +wangdaye.com.geometricweather.R$color: int colorTextLight +androidx.customview.R$styleable: int FontFamilyFont_fontVariationSettings +james.adaptiveicon.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 +com.google.android.material.button.MaterialButtonToggleGroup: int getLastVisibleChildIndex() +okhttp3.Protocol: Protocol(java.lang.String,int,java.lang.String) +retrofit2.adapter.rxjava2.RxJava2CallAdapter: RxJava2CallAdapter(java.lang.reflect.Type,io.reactivex.Scheduler,boolean,boolean,boolean,boolean,boolean,boolean,boolean) +wangdaye.com.geometricweather.weather.apis.CNWeatherApi +androidx.work.R$id: int tag_unhandled_key_event_manager +com.turingtechnologies.materialscrollbar.R$drawable: int notification_bg_normal +com.google.android.material.R$style: int Base_Widget_AppCompat_ListView +androidx.preference.R$styleable: int BackgroundStyle_selectableItemBackground +androidx.hilt.lifecycle.R$styleable: int GradientColorItem_android_offset +okio.Buffer: okio.Buffer readFrom(java.io.InputStream) +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_popupTheme +android.didikee.donate.R$style: int Widget_AppCompat_ActionBar_TabBar +com.google.android.material.R$attr: int subtitleTextStyle +androidx.appcompat.R$dimen: int abc_text_size_title_material +com.google.android.material.progressindicator.ProgressIndicator: void setGrowMode(int) +com.google.android.material.R$attr: int actionBarStyle +androidx.swiperefreshlayout.R$style: R$style() +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_list_padding_top_no_title +androidx.recyclerview.R$color: int ripple_material_light +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float thunderstormPrecipitationProbability +retrofit2.http.GET +com.google.android.material.R$styleable: int AppCompatTextView_drawableEndCompat +cyanogenmod.app.LiveLockScreenInfo: int PRIORITY_DEFAULT +org.greenrobot.greendao.AbstractDao: long insertInsideTx(java.lang.Object,org.greenrobot.greendao.database.DatabaseStatement) +wangdaye.com.geometricweather.R$dimen: int preference_seekbar_padding_horizontal +cyanogenmod.profiles.StreamSettings$1: cyanogenmod.profiles.StreamSettings[] newArray(int) +wangdaye.com.geometricweather.R$drawable: int ic_tag_off +androidx.constraintlayout.motion.widget.MotionLayout: long getNanoTime() +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: long serialVersionUID +com.bumptech.glide.load.resource.bitmap.RecyclableBufferedInputStream$InvalidMarkException +wangdaye.com.geometricweather.R$string: int abc_menu_enter_shortcut_label +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String INSTALL_STATE +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Display2 +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_min +wangdaye.com.geometricweather.R$attr: int layout_constraintLeft_toLeftOf +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_0 +com.xw.repo.bubbleseekbar.R$attr: int initialActivityCount +com.turingtechnologies.materialscrollbar.R$color: int mtrl_tabs_colored_ripple_color +wangdaye.com.geometricweather.R$string: int material_timepicker_pm +wangdaye.com.geometricweather.settings.fragments.AppearanceSettingsFragment +okhttp3.Cookie$Builder: boolean httpOnly +com.xw.repo.bubbleseekbar.R$dimen: int abc_edit_text_inset_horizontal_material +com.google.android.material.R$attr: int cornerSizeTopLeft +com.google.android.gms.common.api.ApiException: int getStatusCode() +com.google.android.material.R$attr: int daySelectedStyle +androidx.constraintlayout.widget.R$id: int async +androidx.appcompat.R$style: int Widget_AppCompat_Button_Borderless +com.amap.api.fence.GeoFence: void setDistrictItemList(java.util.List) +wangdaye.com.geometricweather.R$styleable: int Layout_barrierAllowsGoneWidgets +io.reactivex.Observable: io.reactivex.Observable fromIterable(java.lang.Iterable) +com.turingtechnologies.materialscrollbar.R$style: int Base_Animation_AppCompat_Tooltip +wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition: wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition valueOf(java.lang.String) +okhttp3.Cookie: java.util.regex.Pattern DAY_OF_MONTH_PATTERN +androidx.constraintlayout.widget.R$dimen: int abc_list_item_height_large_material +com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_drawableSize +wangdaye.com.geometricweather.R$styleable: int ActionBar_contentInsetLeft +okhttp3.internal.http2.Http2Codec: java.lang.String UPGRADE +retrofit2.OkHttpCall$1: void callFailure(java.lang.Throwable) +androidx.coordinatorlayout.R$styleable: int GradientColor_android_endY +androidx.constraintlayout.widget.R$attr: int collapseIcon +androidx.constraintlayout.widget.R$styleable: int[] Transition +com.google.android.material.R$dimen: int mtrl_fab_elevation +com.turingtechnologies.materialscrollbar.R$layout: int notification_template_custom_big +wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: SunMoonView(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary +wangdaye.com.geometricweather.db.entities.MinutelyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() +com.bumptech.glide.integration.okhttp.R$id: int top +com.turingtechnologies.materialscrollbar.R$attr: int textInputStyle +com.jaredrummler.android.colorpicker.R$attr: int paddingStart +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$TotalLiquid +wangdaye.com.geometricweather.R$attr: int cardBackgroundColor +androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_DayNight_ActionBar +com.bumptech.glide.R$drawable: int notification_action_background +com.turingtechnologies.materialscrollbar.R$attr: int useCompatPadding +androidx.fragment.app.FragmentTabHost: void setOnTabChangedListener(android.widget.TabHost$OnTabChangeListener) +com.google.android.material.tabs.TabLayout: int getTabScrollRange() +com.xw.repo.bubbleseekbar.R$drawable: int abc_text_select_handle_left_mtrl_dark +okhttp3.internal.ws.RealWebSocket: void onReadPong(okio.ByteString) +androidx.constraintlayout.widget.ConstraintHelper +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_autoSizeMinTextSize +okhttp3.internal.http2.Settings: void merge(okhttp3.internal.http2.Settings) +wangdaye.com.geometricweather.R$layout: int abc_screen_simple +cyanogenmod.app.IProfileManager$Stub: java.lang.String DESCRIPTOR +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.WindowManager$LayoutParams mParams +com.google.android.material.R$style: int Widget_MaterialComponents_Button_UnelevatedButton +androidx.transition.R$layout: int notification_action_tombstone +com.google.android.material.R$styleable: int Slider_trackColor +androidx.appcompat.widget.ContentFrameLayout: android.util.TypedValue getFixedHeightMinor() +androidx.appcompat.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item +james.adaptiveicon.R$anim: int abc_slide_in_bottom +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionButton_Overflow +androidx.viewpager.widget.PagerTabStrip: void setBackgroundDrawable(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.db.entities.AlertEntityDao: boolean hasKey(java.lang.Object) +androidx.core.R$style: int Widget_Compat_NotificationActionContainer +com.google.android.material.R$styleable: int NavigationView_itemShapeInsetBottom +androidx.preference.R$style: int TextAppearance_AppCompat +com.bumptech.glide.R$drawable +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Compat_Notification_Title +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle +androidx.preference.R$attr: int fontFamily +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void setCancellable(io.reactivex.functions.Cancellable) +james.adaptiveicon.R$attr: int paddingEnd +com.xw.repo.bubbleseekbar.R$drawable +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle +androidx.appcompat.R$styleable: int AppCompatTheme_actionMenuTextAppearance +cyanogenmod.providers.CMSettings$Secure: java.lang.String __MAGICAL_TEST_PASSING_ENABLER +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeApparentTemperature(java.lang.Integer) +androidx.coordinatorlayout.R$style: int Widget_Compat_NotificationActionText +retrofit2.CompletableFutureCallAdapterFactory: retrofit2.CallAdapter get(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) +androidx.preference.R$styleable: int LinearLayoutCompat_android_weightSum +io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: java.lang.Object index() +androidx.preference.R$anim: int abc_shrink_fade_out_from_bottom +androidx.constraintlayout.widget.R$dimen: int hint_alpha_material_light +wangdaye.com.geometricweather.main.dialogs.HourlyWeatherDialog: HourlyWeatherDialog() +com.google.android.material.R$styleable: int NavigationView_itemIconSize +android.didikee.donate.R$drawable: int abc_item_background_holo_dark +wangdaye.com.geometricweather.R$styleable: int[] SnackbarLayout +androidx.appcompat.R$style: int Theme_AppCompat_CompactMenu +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: float getDistance(float) +com.turingtechnologies.materialscrollbar.R$styleable: int[] MenuItem +androidx.constraintlayout.widget.Placeholder: void setContentId(int) +androidx.fragment.R$styleable: int FontFamilyFont_android_font +com.google.android.material.textfield.TextInputLayout: void setErrorTextAppearance(int) +okhttp3.logging.LoggingEventListener: void connectionAcquired(okhttp3.Call,okhttp3.Connection) +com.jaredrummler.android.colorpicker.R$drawable: int abc_item_background_holo_light +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: java.lang.String pubTime +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.CompletableObserver downstream +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language RUSSIAN +androidx.loader.app.LoaderManagerImpl$LoaderViewModel +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_CompoundButton_CheckBox +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_Hint +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_default +androidx.recyclerview.R$id: int title +okhttp3.CacheControl$Builder: int minFreshSeconds +io.reactivex.Observable: void blockingSubscribe(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer,io.reactivex.functions.Action) +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float tWindchill +com.amap.api.location.AMapLocationClientOption: java.lang.String getAPIKEY() +com.google.android.material.R$style: int Widget_AppCompat_ActionButton_CloseMode +wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type UV_INDEX +androidx.preference.R$styleable: int MenuGroup_android_orderInCategory +androidx.appcompat.resources.R$dimen: int notification_main_column_padding_top +com.google.android.material.appbar.CollapsingToolbarLayout: java.lang.CharSequence getTitle() +com.xw.repo.bubbleseekbar.R$string: int abc_searchview_description_submit +androidx.hilt.lifecycle.R$id: int tag_accessibility_heading +com.amap.api.fence.DistrictItem$1 +androidx.recyclerview.R$attr: int stackFromEnd +cyanogenmod.app.Profile: Profile(java.lang.String,int,java.util.UUID) +com.google.gson.internal.LazilyParsedNumber +androidx.appcompat.R$styleable: int AppCompatImageView_tint +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_OutlinedButton +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_EXPORT_WITH_DES40_CBC_SHA +cyanogenmod.weather.RequestInfo: boolean isQueryOnlyWeatherRequest() +io.reactivex.internal.operators.observable.ObservableReplay$Node +androidx.appcompat.R$attr: int queryBackground +android.didikee.donate.R$attr: int multiChoiceItemLayout +wangdaye.com.geometricweather.R$styleable: int[] ForegroundLinearLayout +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_popupMenuStyle +cyanogenmod.providers.CMSettings$InclusiveIntegerRangeValidator +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_transitionPathRotate +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_bottom_padding +com.google.android.material.R$styleable: int Constraint_flow_verticalStyle +android.didikee.donate.R$style: int AlertDialog_AppCompat_Light +cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_NAME +com.google.android.material.internal.CheckableImageButton +androidx.appcompat.R$dimen: int notification_action_icon_size +wangdaye.com.geometricweather.R$string: int cpv_custom +androidx.viewpager2.R$drawable: int notify_panel_notification_icon_bg +com.turingtechnologies.materialscrollbar.R$id: int search_badge +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox +androidx.legacy.coreutils.R$id: int title +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_maxElementsWrap +wangdaye.com.geometricweather.R$dimen: int abc_seekbar_track_progress_height_material +android.didikee.donate.R$attr: int listPreferredItemHeightSmall +androidx.cardview.widget.CardView: int getContentPaddingBottom() +wangdaye.com.geometricweather.R$id: int activity_widget_config_hideLunarSwitch +wangdaye.com.geometricweather.R$id: int container_main_daily_trend_card +wangdaye.com.geometricweather.R$style: int title_text +androidx.appcompat.R$styleable: int GradientColor_android_endY +cyanogenmod.app.IProfileManager$Stub$Proxy: cyanogenmod.app.Profile getProfileByName(java.lang.String) +androidx.viewpager.R$dimen: int compat_button_inset_horizontal_material +wangdaye.com.geometricweather.R$styleable: int[] MaterialToolbar +androidx.core.widget.NestedScrollView: NestedScrollView(android.content.Context,android.util.AttributeSet,int) +androidx.constraintlayout.widget.R$attr: int flow_horizontalStyle +wangdaye.com.geometricweather.R$layout: int item_pollen_daily +com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy IDENTITY +com.google.android.material.R$style: int Widget_AppCompat_RatingBar_Small +com.turingtechnologies.materialscrollbar.R$attr: int checkedTextViewStyle +androidx.constraintlayout.widget.R$string: int abc_searchview_description_voice +androidx.appcompat.resources.R$drawable: int notification_bg_normal_pressed +cyanogenmod.externalviews.IExternalViewProvider: void onStart() +androidx.viewpager.R$dimen: int compat_notification_large_icon_max_height +wangdaye.com.geometricweather.R$id: int textEnd +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit K +androidx.constraintlayout.widget.R$attr: int motionTarget +okhttp3.internal.http2.Header: okio.ByteString TARGET_AUTHORITY +wangdaye.com.geometricweather.R$string: int rain +okhttp3.internal.connection.RouteDatabase +wangdaye.com.geometricweather.R$drawable: int shortcuts_fog +okhttp3.ConnectionPool: boolean connectionBecameIdle(okhttp3.internal.connection.RealConnection) +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer grassIndex +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: void onNext(java.lang.Object) +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth +androidx.preference.R$style: int Widget_AppCompat_ActionBar_TabBar +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light_DarkActionBar +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Menu +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintBottom_creator +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Headline4 +james.adaptiveicon.R$attr: int subtitleTextColor +wangdaye.com.geometricweather.R$style: int Base_V21_Theme_AppCompat_Light +com.google.android.material.textfield.TextInputLayout: void setPrefixText(java.lang.CharSequence) +okhttp3.internal.http2.Header: Header(okio.ByteString,okio.ByteString) +wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource: wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource[] values() +androidx.hilt.work.R$id: int chronometer +com.jaredrummler.android.colorpicker.R$attr: int navigationContentDescription +com.google.android.material.R$dimen: int abc_list_item_height_material +androidx.hilt.work.R$attr: int font +com.google.android.material.R$drawable: int ic_mtrl_checked_circle +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_thumbTint +retrofit2.BuiltInConverters$StreamingResponseBodyConverter +okhttp3.internal.ws.RealWebSocket$Close: int code +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_ASSIST_LONG_PRESS_ACTION_VALIDATOR +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int ISOLATED_THUNDERSHOWERS +androidx.work.R$id: int accessibility_custom_action_28 +com.xw.repo.bubbleseekbar.R$dimen: int hint_alpha_material_light +org.greenrobot.greendao.AbstractDao: boolean detach(java.lang.Object) +androidx.core.R$drawable: int notification_bg_normal +com.google.android.material.R$styleable: int TextInputLayout_suffixTextColor +wangdaye.com.geometricweather.R$color: int error_color_material_dark +com.turingtechnologies.materialscrollbar.R$attr: int layout_collapseParallaxMultiplier +androidx.preference.R$color: int primary_dark_material_light +james.adaptiveicon.R$dimen: int tooltip_precise_anchor_extra_offset +wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_textFontWeight +com.amap.api.fence.GeoFence: java.util.List g +cyanogenmod.app.LiveLockScreenInfo: LiveLockScreenInfo(android.os.Parcel) +cyanogenmod.app.CustomTile$ExpandedStyle: CustomTile$ExpandedStyle(android.os.Parcel,cyanogenmod.app.CustomTile$1) +okhttp3.internal.http2.Header: boolean equals(java.lang.Object) +cyanogenmod.app.ThemeVersion: ThemeVersion() +androidx.preference.R$anim: int fragment_close_enter +com.google.android.material.circularreveal.CircularRevealFrameLayout: android.graphics.drawable.Drawable getCircularRevealOverlayDrawable() +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer wetBulbTemperature +wangdaye.com.geometricweather.R$attr: int actionMenuTextColor +com.turingtechnologies.materialscrollbar.R$attr: int popupTheme +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionBar_TabBar +cyanogenmod.hardware.ICMHardwareService: java.lang.String getLtoDestination() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX getNames() +androidx.loader.R$dimen: int notification_large_icon_width +androidx.constraintlayout.widget.R$dimen: int notification_main_column_padding_top +androidx.lifecycle.ViewModelProvider$KeyedFactory: androidx.lifecycle.ViewModel create(java.lang.Class) +retrofit2.converter.gson.GsonRequestBodyConverter: GsonRequestBodyConverter(com.google.gson.Gson,com.google.gson.TypeAdapter) +io.reactivex.Observable: io.reactivex.Observable timestamp(java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.R$drawable: int notif_temp_127 +wangdaye.com.geometricweather.weather.apis.CaiYunApi +io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,boolean,int) +wangdaye.com.geometricweather.R$id: int notification_multi_city +retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback: void onFailure(retrofit2.Call,java.lang.Throwable) +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: long serialVersionUID +io.reactivex.internal.util.NotificationLite +cyanogenmod.profiles.RingModeSettings: void getXmlString(java.lang.StringBuilder,android.content.Context) +okhttp3.internal.ws.WebSocketProtocol: int OPCODE_TEXT +androidx.work.R$drawable: int notification_bg_low_pressed +android.didikee.donate.R$style: int Base_DialogWindowTitle_AppCompat +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_endX +androidx.constraintlayout.widget.R$styleable: int[] StateListDrawableItem +androidx.swiperefreshlayout.R$layout: R$layout() +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Dialog +androidx.core.R$dimen: int compat_button_padding_horizontal_material +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView: int getMarginBottom() +com.turingtechnologies.materialscrollbar.R$id: int scrollIndicatorDown +retrofit2.http.HTTP: java.lang.String path() +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode REFUSED_STREAM +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_wrapMode +com.google.android.material.R$id: int title_template +com.jaredrummler.android.colorpicker.ColorPickerView: void setColor(int) +com.google.android.material.R$attr: int layout_constraintBottom_toBottomOf +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: AirQuality(java.lang.String,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float) +com.jaredrummler.android.colorpicker.R$drawable: int abc_list_pressed_holo_light +retrofit2.Call: retrofit2.Response execute() +com.xw.repo.bubbleseekbar.R$attr: int actionProviderClass +wangdaye.com.geometricweather.R$styleable: int AlertDialog_android_layout +wangdaye.com.geometricweather.R$drawable: int flag_el +androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour: androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour[] values() +wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_showDialog +wangdaye.com.geometricweather.R$id: int edit_query +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void onComplete() +okhttp3.internal.http2.PushObserver: boolean onRequest(int,java.util.List) +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_weight +org.greenrobot.greendao.AbstractDao: void updateInsideSynchronized(java.lang.Object,android.database.sqlite.SQLiteStatement,boolean) +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_subtitleTextColor +retrofit2.Retrofit$Builder: retrofit2.Retrofit build() +androidx.appcompat.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex +androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse +okhttp3.CacheControl: okhttp3.CacheControl FORCE_NETWORK +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_DropDownItem_Spinner +androidx.preference.R$color: int abc_tint_seek_thumb +wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String getCity() +wangdaye.com.geometricweather.R$color: int mtrl_textinput_focused_box_stroke_color +androidx.preference.R$dimen: int hint_alpha_material_light +com.google.gson.stream.JsonWriter: int[] stack +wangdaye.com.geometricweather.R$color: int striking_red +wangdaye.com.geometricweather.R$attr: int isPreferenceVisible +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: void onNext(java.lang.Object) wangdaye.com.geometricweather.R$layout: int design_layout_snackbar -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: boolean disposed -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header -androidx.constraintlayout.widget.R$attr: int toolbarStyle -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.util.List forecast -androidx.appcompat.R$style: int Base_Widget_AppCompat_Button_Colored -wangdaye.com.geometricweather.R$layout: int activity_live_wallpaper_config -com.google.android.material.R$styleable: int MaterialButton_android_insetRight -com.jaredrummler.android.colorpicker.R$styleable: int MultiSelectListPreference_android_entryValues -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: java.lang.Object next() -io.reactivex.Observable: io.reactivex.Observable timeout(long,java.util.concurrent.TimeUnit) -okhttp3.internal.ws.RealWebSocket: boolean enqueuedClose -androidx.appcompat.widget.SearchView: void setQueryHint(java.lang.CharSequence) -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarSwipeRefreshLayout: FitSystemBarSwipeRefreshLayout(android.content.Context) -cyanogenmod.weather.CMWeatherManager$1$1: CMWeatherManager$1$1(cyanogenmod.weather.CMWeatherManager$1,java.lang.String) -com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: $Gson$Types$GenericArrayTypeImpl(java.lang.reflect.Type) -okhttp3.internal.http2.Http2Connection: java.util.Set currentPushRequests -wangdaye.com.geometricweather.R$dimen: int notification_large_icon_width -androidx.preference.R$id: int seekbar -com.google.android.material.R$attr: int iconTintMode -com.google.android.material.R$dimen: int abc_cascading_menus_min_smallest_width -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: int bufferSize -com.google.android.material.R$color: int secondary_text_disabled_material_light -androidx.transition.R$dimen: int notification_action_text_size -okhttp3.internal.Util: void addSuppressedIfPossible(java.lang.Throwable,java.lang.Throwable) -android.didikee.donate.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintTop_toTopOf -com.jaredrummler.android.colorpicker.R$styleable: int FontFamily_fontProviderPackage -wangdaye.com.geometricweather.R$id: int dialog_minimal_icon_darkIcon -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void dispose() -android.didikee.donate.R$dimen: int abc_alert_dialog_button_bar_height -wangdaye.com.geometricweather.R$attr: int contentPaddingLeft -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionBar_TabText -androidx.preference.R$style: int TextAppearance_AppCompat_Display4 -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode THUNDERSTORM -wangdaye.com.geometricweather.main.fragments.ManagementFragment: ManagementFragment() -com.amap.api.location.AMapLocationQualityReport: int c -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_drawableEnd -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_goneMarginEnd -okhttp3.internal.cache.DiskLruCache: boolean mostRecentTrimFailed -androidx.appcompat.R$attr: int initialActivityCount -okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.util.concurrent.atomic.AtomicBoolean listRead -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: ObservableTimeout$TimeoutObserver(io.reactivex.Observer,io.reactivex.functions.Function) -androidx.legacy.coreutils.R$id: int text -wangdaye.com.geometricweather.R$string: int feedback_unusable_geocoder -androidx.coordinatorlayout.R$styleable: int FontFamilyFont_font -wangdaye.com.geometricweather.R$styleable: int DrawerLayout_unfold -wangdaye.com.geometricweather.R$id: int activity_card_display_manage_toolbar -wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView getTrendItemView() -cyanogenmod.app.suggest.ApplicationSuggestion$1: cyanogenmod.app.suggest.ApplicationSuggestion[] newArray(int) -wangdaye.com.geometricweather.R$array: int ui_style_values -android.didikee.donate.R$styleable: int MenuItem_android_alphabeticShortcut -com.google.android.material.R$styleable: int[] ActionMode -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String FORECAST_LOW -cyanogenmod.providers.CMSettings$System: float getFloatForUser(android.content.ContentResolver,java.lang.String,int) -wangdaye.com.geometricweather.R$drawable: int notify_panel_notification_icon_bg -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_shadowDx -com.xw.repo.bubbleseekbar.R$styleable: int[] FontFamilyFont -androidx.constraintlayout.widget.R$id: int message -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: int getStatus() -wangdaye.com.geometricweather.R$id: int activity_preview_icon_recyclerView -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onKeyguardDismissed() -wangdaye.com.geometricweather.R$attr: int bsb_touch_to_seek -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language ENGLISH_US -androidx.work.impl.utils.futures.AbstractFuture$Failure$1 -okhttp3.CertificatePinner: java.util.Set pins -com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleMarginEnd -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: java.util.List getValue() -com.google.android.material.bottomnavigation.BottomNavigationItemView: int getItemVisiblePosition() -androidx.vectordrawable.R$id: int dialog_button -androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_android_fontVariationSettings -com.google.android.material.R$styleable: int AppBarLayoutStates_state_collapsed -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric -james.adaptiveicon.R$color: int switch_thumb_normal_material_light -com.bumptech.glide.R$string: int status_bar_notification_info_overflow -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: void onError(java.lang.Throwable) -com.google.android.material.R$style: int TextAppearance_AppCompat_Title_Inverse -okio.ForwardingTimeout: long deadlineNanoTime() -wangdaye.com.geometricweather.R$attr: int drawableEndCompat -wangdaye.com.geometricweather.R$dimen: int mtrl_tooltip_arrowSize -com.jaredrummler.android.colorpicker.R$styleable: int Preference_icon -com.google.android.material.circularreveal.CircularRevealFrameLayout: void setRevealInfo(com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo) -wangdaye.com.geometricweather.R$style: int Preference_Information -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHeight_max -com.google.android.material.floatingactionbutton.FloatingActionButton: FloatingActionButton(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$layout: int activity_settings -androidx.appcompat.R$styleable: int Toolbar_buttonGravity -com.google.android.material.card.MaterialCardView: void setCheckedIconMargin(int) -wangdaye.com.geometricweather.R$attr: int preserveIconSpacing -com.jaredrummler.android.colorpicker.R$layout: int abc_alert_dialog_material -androidx.appcompat.widget.AppCompatButton: void setBackgroundDrawable(android.graphics.drawable.Drawable) -okhttp3.internal.http2.StreamResetException: okhttp3.internal.http2.ErrorCode errorCode -androidx.appcompat.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration -com.google.android.material.R$attr: int iconifiedByDefault -androidx.preference.R$styleable: int Preference_dependency -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder encodedFragment(java.lang.String) -cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_setAirplaneModeEnabled_0 -com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_ActionBar_Primary -androidx.constraintlayout.widget.R$attr: int layout_constrainedWidth -okhttp3.internal.cache.DiskLruCache: long size -okhttp3.internal.http2.Http2: byte TYPE_GOAWAY -okhttp3.Cache: void delete() -cyanogenmod.themes.ThemeManager$1$2: void run() -cyanogenmod.hardware.CMHardwareManager: int FEATURE_SERIAL_NUMBER -com.turingtechnologies.materialscrollbar.R$layout: int abc_list_menu_item_layout -com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_fabAnimationMode -io.reactivex.Observable: io.reactivex.Observable onTerminateDetach() -com.jaredrummler.android.colorpicker.R$styleable: int MenuGroup_android_visible -io.reactivex.internal.util.NotificationLite: org.reactivestreams.Subscription getSubscription(java.lang.Object) -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: java.util.concurrent.atomic.AtomicReference upstream -androidx.constraintlayout.widget.R$attr: int expandActivityOverflowButtonDrawable -okhttp3.internal.http2.Http2Reader: void readData(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum -androidx.activity.R$drawable: int notification_bg_low_pressed -com.google.android.material.R$attr: int layout_constraintStart_toStartOf -com.turingtechnologies.materialscrollbar.R$attr: int colorBackgroundFloating -androidx.preference.R$styleable: int TextAppearance_textLocale -okhttp3.internal.Util: java.util.Map immutableMap(java.util.Map) -androidx.preference.R$attr: int entries -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionBar_TabBar -wangdaye.com.geometricweather.main.MainActivity: void onSearchBarClicked(android.view.View) -okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.lang.String PUBLIC_SUFFIX_RESOURCE -android.didikee.donate.R$styleable: int AppCompatTheme_colorControlNormal -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_trackTint -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void settings(boolean,okhttp3.internal.http2.Settings) -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintTop_toTopOf -android.didikee.donate.R$dimen: int abc_control_corner_material -com.google.android.material.R$plurals: R$plurals() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Metric: int UnitType -com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String toStr() -androidx.hilt.lifecycle.R$layout -com.turingtechnologies.materialscrollbar.R$styleable: int Snackbar_snackbarStyle -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintBaseline_creator -com.google.android.material.R$attr: int appBarLayoutStyle -androidx.preference.R$styleable: int MenuGroup_android_visible -androidx.hilt.work.R$styleable: int GradientColor_android_endColor -wangdaye.com.geometricweather.R$id: int peekHeight -com.amap.api.fence.GeoFenceClient: void setGeoFenceListener(com.amap.api.fence.GeoFenceListener) -cyanogenmod.alarmclock.ClockContract$InstancesColumns: int SILENT_STATE -com.google.android.material.R$styleable: int KeyTrigger_onCross -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ActionBar_Solid -okio.RealBufferedSink: boolean closed -okio.SegmentedByteString: okio.ByteString toByteString() +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: int requestFusion(int) +cyanogenmod.profiles.BrightnessSettings: int describeContents() +androidx.hilt.R$dimen: int notification_large_icon_width +cyanogenmod.hardware.CMHardwareManager: boolean registerThermalListener(cyanogenmod.hardware.ThermalListenerCallback) +androidx.preference.R$attr: int icon +wangdaye.com.geometricweather.R$drawable: int mtrl_ic_cancel +androidx.coordinatorlayout.R$layout: R$layout() +com.google.android.material.internal.ScrimInsetsFrameLayout: ScrimInsetsFrameLayout(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Imperial Imperial +wangdaye.com.geometricweather.R$dimen: int mtrl_bottomappbar_fab_bottom_margin +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: java.lang.String url +cyanogenmod.externalviews.ExternalView: void onActivityStarted(android.app.Activity) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_drawableTop +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.lang.String zone +androidx.constraintlayout.widget.R$layout: int abc_search_dropdown_item_icons_2line +wangdaye.com.geometricweather.db.entities.DailyEntity: void setCityId(java.lang.String) +androidx.appcompat.resources.R$styleable: int ColorStateListItem_android_color +com.turingtechnologies.materialscrollbar.R$attr: int layout_keyline +com.xw.repo.bubbleseekbar.R$dimen: int abc_floating_window_z +cyanogenmod.externalviews.ExternalViewProviderService$1 +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer getWetBulbTemperature() +androidx.vectordrawable.R$id: int info +okhttp3.internal.ws.WebSocketReader: void readUntilNonControlFrame() +com.google.android.material.R$styleable: int SearchView_defaultQueryHint +okhttp3.Cookie: java.lang.String path() +retrofit2.KotlinExtensions$suspendAndThrow$1: java.lang.Object L$0 +androidx.constraintlayout.widget.R$color: int bright_foreground_disabled_material_dark +cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener: void onAttachedToWindow() +androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable: void run() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial: AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial() +com.xw.repo.bubbleseekbar.R$drawable: int abc_menu_hardkey_panel_mtrl_mult +com.turingtechnologies.materialscrollbar.R$drawable: int design_password_eye +com.google.android.material.textfield.TextInputLayout: void setStartIconDrawable(int) +androidx.lifecycle.FullLifecycleObserverAdapter: androidx.lifecycle.FullLifecycleObserver mFullLifecycleObserver +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Chip_Choice +retrofit2.RequestBuilder$ContentTypeOverridingRequestBody: okhttp3.MediaType contentType() +wangdaye.com.geometricweather.R$drawable: int abc_ic_menu_cut_mtrl_alpha +wangdaye.com.geometricweather.R$styleable: int[] RecyclerView +com.google.android.material.R$style: int Base_Widget_AppCompat_ImageButton +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Title +wangdaye.com.geometricweather.common.ui.widgets.DonateImageView: DonateImageView(android.content.Context) +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_thumb_text_color +wangdaye.com.geometricweather.R$styleable: int ColorPanelView_cpv_showOldColor +com.google.android.material.R$styleable: int ProgressIndicator_inverse +com.google.android.material.R$layout: int mtrl_picker_header_selection_text +androidx.core.R$id: int text +wangdaye.com.geometricweather.R$attr: int preferenceTheme +com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_animSteps +wangdaye.com.geometricweather.R$drawable: int abc_ic_star_black_36dp +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_content_inset_with_nav +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ButtonBar_AlertDialog +wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_1 +android.didikee.donate.R$styleable: int MenuItem_tooltipText +android.didikee.donate.R$dimen: int abc_text_size_subhead_material +james.adaptiveicon.R$dimen: int abc_action_bar_content_inset_with_nav +androidx.recyclerview.R$dimen: int item_touch_helper_max_drag_scroll_per_frame +android.didikee.donate.R$dimen: int notification_top_pad_large_text +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintBottom_toBottomOf +wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_android_font +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +wangdaye.com.geometricweather.R$color: int foreground_material_light +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.String getCityId() +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_bottom_padding +james.adaptiveicon.R$styleable: int FontFamilyFont_fontVariationSettings +wangdaye.com.geometricweather.R$string: int content_desc_back +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Dialog_Alert +cyanogenmod.weather.RequestInfo: android.location.Location mLocation +wangdaye.com.geometricweather.common.basic.models.weather.Astro: boolean isValid() +wangdaye.com.geometricweather.R$color: int design_fab_stroke_end_outer_color +androidx.appcompat.R$drawable: int abc_ic_menu_selectall_mtrl_alpha +com.google.android.material.R$styleable: int TextInputLayout_helperTextTextColor +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow +androidx.core.R$drawable: int notify_panel_notification_icon_bg +androidx.appcompat.R$styleable: int AppCompatTextHelper_android_drawableBottom +okio.HashingSource: okio.HashingSource sha1(okio.Source) +wangdaye.com.geometricweather.R$attr: int colorScheme +androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_statusBarBackground +com.google.android.material.R$style: int Theme_MaterialComponents_Light_DarkActionBar_Bridge +com.xw.repo.bubbleseekbar.R$id: int async +cyanogenmod.weather.IRequestInfoListener$Stub$Proxy +wangdaye.com.geometricweather.R$attr: int msb_handleColor +com.jaredrummler.android.colorpicker.R$id: int italic +com.google.android.material.bottomappbar.BottomAppBar: void setCradleVerticalOffset(float) +wangdaye.com.geometricweather.R$drawable: int notif_temp_134 +androidx.recyclerview.R$id +cyanogenmod.app.ICustomTileListener$Stub$Proxy +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$3: ExternalViewProviderService$Provider$ProviderImpl$3(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) +android.didikee.donate.R$styleable: int MenuItem_contentDescription androidx.viewpager2.R$id: int accessibility_custom_action_0 -androidx.recyclerview.R$id: int tag_screen_reader_focusable -wangdaye.com.geometricweather.settings.dialogs.TimeSetterDialog: TimeSetterDialog() -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHeight_percent -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ImageButton -wangdaye.com.geometricweather.R$id: int right_side -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setNestedScrollingEnabled(boolean) -wangdaye.com.geometricweather.R$drawable: int widget_clock_day_vertical -androidx.appcompat.R$dimen: int abc_button_inset_vertical_material -james.adaptiveicon.R$styleable: int AppCompatTheme_alertDialogCenterButtons -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getNumGammaControls -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xnw -james.adaptiveicon.R$bool -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeWetBulbTemperature() -com.google.android.material.R$style: int TextAppearance_AppCompat_Display3 -wangdaye.com.geometricweather.R$attr: int chipIconTint -james.adaptiveicon.R$styleable: int AppCompatImageView_tint -com.google.android.material.R$attr: int endIconMode -james.adaptiveicon.R$attr: int actionModeShareDrawable -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Headline5 -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Display3 -cyanogenmod.weather.WeatherLocation: WeatherLocation(android.os.Parcel,cyanogenmod.weather.WeatherLocation$1) -com.google.android.material.R$dimen: int abc_dialog_padding_material -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: void dispose() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatImageView_tint -com.xw.repo.bubbleseekbar.R$attr: int bsb_show_progress_in_float -com.bumptech.glide.R$styleable: int GradientColor_android_endColor -cyanogenmod.profiles.ConnectionSettings: int CM_MODE_4G -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: void dispose() -com.google.android.material.R$id: int accessibility_custom_action_26 -okhttp3.internal.platform.AndroidPlatform: boolean supportsAlpn() -james.adaptiveicon.R$attr: int contentInsetStartWithNavigation -com.google.android.material.R$color: int tooltip_background_light -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_0 -wangdaye.com.geometricweather.R$id: int widget_week_weather -android.didikee.donate.R$style: int Base_Widget_AppCompat_SeekBar -com.google.android.material.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle -com.google.android.material.imageview.ShapeableImageView: ShapeableImageView(android.content.Context,android.util.AttributeSet) -androidx.appcompat.widget.LinearLayoutCompat: float getWeightSum() -wangdaye.com.geometricweather.R$attr: int liftOnScroll -android.didikee.donate.R$styleable: int TextAppearance_android_textStyle -androidx.legacy.coreutils.R$style: R$style() -androidx.work.R$id: int accessibility_custom_action_23 -wangdaye.com.geometricweather.R$id: int dialog_location_permission_statement_nextButton -androidx.viewpager2.R$styleable: int GradientColor_android_endColor -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_radioButtonStyle -wangdaye.com.geometricweather.remoteviews.config.DayWeekWidgetConfigActivity: DayWeekWidgetConfigActivity() -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void rstStream(int,okhttp3.internal.http2.ErrorCode) -androidx.preference.R$dimen: int abc_search_view_preferred_height -okhttp3.internal.connection.StreamAllocation: okhttp3.Route route() -wangdaye.com.geometricweather.R$id: int activity_widget_config_blackTextTitle -com.google.android.material.R$style: int Base_Theme_AppCompat -okhttp3.internal.http2.Http2Codec$StreamFinishingSource: long bytesRead -android.didikee.donate.R$id: int useLogo -androidx.cardview.R$styleable: int CardView_contentPaddingRight -retrofit2.Utils: java.lang.RuntimeException methodError(java.lang.reflect.Method,java.lang.Throwable,java.lang.String,java.lang.Object[]) -com.google.android.material.R$styleable: int Layout_layout_constraintHeight_max -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayoutStates_state_liftable -androidx.preference.R$attr: int allowDividerAbove -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Position: java.lang.String timezone -wangdaye.com.geometricweather.R$styleable: int KeyTrigger_onCross -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_searchHintIcon -androidx.lifecycle.ProcessLifecycleOwner: int mResumedCounter -wangdaye.com.geometricweather.common.ui.widgets.DrawerLayout: DrawerLayout(android.content.Context) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Imperial -androidx.core.view.GestureDetectorCompat -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setDewPoint(java.lang.Integer) -android.didikee.donate.R$attr: int textAppearanceSearchResultTitle -androidx.hilt.R$id: int tag_accessibility_clickable_spans -com.turingtechnologies.materialscrollbar.R$attr: int hintTextAppearance -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_suggestionRowLayout -androidx.constraintlayout.widget.R$attr: int theme -wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration -com.turingtechnologies.materialscrollbar.R$attr: int contentInsetStart -wangdaye.com.geometricweather.R$color: int mtrl_textinput_default_box_stroke_color -cyanogenmod.app.Profile$NotificationLightMode: Profile$NotificationLightMode() -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_height -com.google.android.material.R$dimen: int notification_large_icon_height -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: java.util.Date getFrom() -com.google.android.material.R$attr: int chipIconVisible -cyanogenmod.app.CustomTile$RemoteExpandedStyle: void setRemoteViews(android.widget.RemoteViews) -retrofit2.OkHttpCall$NoContentResponseBody: long contentLength -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Light_ActionBar_Solid -androidx.fragment.app.SuperNotCalledException: SuperNotCalledException(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_indicatorColors -wangdaye.com.geometricweather.R$drawable: int abc_text_select_handle_middle_mtrl_light -androidx.preference.R$id: int submenuarrow -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void onError(java.lang.Throwable) -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: int bufferSize -androidx.lifecycle.Transformations$2: androidx.arch.core.util.Function val$switchMapFunction -com.google.android.material.R$drawable: int mtrl_dropdown_arrow -androidx.appcompat.R$styleable: int AppCompatTextView_fontFamily -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ButtonBar -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.AbstractDaoSession getSession() -wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_DayNight -com.xw.repo.bubbleseekbar.R$attr: int thickness -okhttp3.CacheControl: boolean noCache() -wangdaye.com.geometricweather.R$layout: int select_dialog_singlechoice_material -wangdaye.com.geometricweather.R$string: int feedback_check_location_permission -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintTop_toBottomOf -com.google.android.material.R$dimen: int abc_text_size_display_1_material -com.amap.api.location.LocationManagerBase: void onDestroy() -androidx.preference.R$style: int Platform_AppCompat_Light -org.greenrobot.greendao.AbstractDao: void updateInTx(java.lang.Iterable) -com.xw.repo.bubbleseekbar.R$attr: int actionBarWidgetTheme -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: boolean outputFused -com.jaredrummler.android.colorpicker.R$id: int regular -androidx.preference.R$attr: int dependency -com.xw.repo.bubbleseekbar.R$string: int abc_activity_chooser_view_see_all -retrofit2.Call: retrofit2.Response execute() -com.google.android.material.R$attr: int listLayout -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Day -androidx.appcompat.R$styleable: int FontFamily_fontProviderFetchTimeout -androidx.viewpager.widget.PagerTabStrip: PagerTabStrip(android.content.Context) -androidx.preference.R$attr: int fontVariationSettings -retrofit2.Converter$Factory -wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Medium_Inverse -wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoldIndex(java.lang.Integer) -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light_DialogWhenLarge -wangdaye.com.geometricweather.R$id: int item_icon_provider_previewButton -android.didikee.donate.R$styleable: int AppCompatTheme_dialogTheme -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_CompactMenu -androidx.hilt.R$layout: int notification_template_icon_group -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index: double val -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.identityscope.IdentityScope identityScope -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: void onNext(java.lang.Object) -cyanogenmod.weatherservice.WeatherProviderService: void onDisconnected() -com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceListItem -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha -okhttp3.HttpUrl: java.util.List percentDecode(java.util.List,boolean) -com.google.android.material.internal.ParcelableSparseIntArray: android.os.Parcelable$Creator CREATOR +cyanogenmod.app.ILiveLockScreenManagerProvider: void enqueueLiveLockScreen(java.lang.String,int,cyanogenmod.app.LiveLockScreenInfo,int[],int) +com.google.android.material.R$styleable: int[] AppCompatTextHelper +com.jaredrummler.android.colorpicker.R$dimen: int abc_edit_text_inset_top_material +androidx.recyclerview.widget.RecyclerView: void setLayoutTransition(android.animation.LayoutTransition) +io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: void onComplete() +androidx.appcompat.R$attr: int spinBars +androidx.constraintlayout.widget.R$string: int abc_menu_function_shortcut_label +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_LOCKSCREEN +com.jaredrummler.android.colorpicker.R$drawable: int abc_text_select_handle_left_mtrl_dark +com.google.android.material.chip.Chip: com.google.android.material.shape.ShapeAppearanceModel getShapeAppearanceModel() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_editTextPreferenceStyle +io.reactivex.Observable: io.reactivex.Observable concatMapMaybe(io.reactivex.functions.Function,int) +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.lang.Integer dbz +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight_DarkActionBar +androidx.appcompat.R$color: int abc_search_url_text_normal +androidx.customview.R$attr: int alpha +wangdaye.com.geometricweather.R$attr: int alertDialogStyle +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String HOMESCREEN_URI +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Large +androidx.appcompat.widget.AppCompatImageView: android.content.res.ColorStateList getSupportBackgroundTintList() +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_typeface +androidx.appcompat.R$attr: int paddingTopNoTitle +wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Color +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_helperTextTextAppearance +androidx.preference.R$id: int accessibility_custom_action_18 +com.google.android.material.R$styleable: int ConstraintSet_android_pivotX +androidx.work.R$attr: int fontProviderPackage +com.google.android.material.R$styleable: int LinearLayoutCompat_measureWithLargestChild +okhttp3.internal.http2.Http2Stream$FramingSource: void receive(okio.BufferedSource,long) +io.reactivex.internal.schedulers.ScheduledRunnable: ScheduledRunnable(java.lang.Runnable,io.reactivex.internal.disposables.DisposableContainer) +james.adaptiveicon.R$drawable: int abc_ic_go_search_api_material +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Dialog_MinWidth +com.google.android.material.R$dimen: int design_textinput_caption_translate_y +androidx.constraintlayout.widget.R$attr: int dividerHorizontal +com.google.gson.stream.JsonReader: void nextNull() +wangdaye.com.geometricweather.R$attr: int layout_scrollInterpolator +com.jaredrummler.android.colorpicker.R$dimen: int tooltip_corner_radius +wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date getSunSetDate() +cyanogenmod.profiles.ConnectionSettings: void setValue(int) +com.turingtechnologies.materialscrollbar.R$attr: int actionOverflowMenuStyle +james.adaptiveicon.R$styleable: int TextAppearance_android_fontFamily +com.google.android.material.R$style: int Base_Widget_AppCompat_Spinner_Underlined +com.google.android.material.R$styleable: int AppCompatImageView_tint +com.google.android.material.R$dimen: int mtrl_card_dragged_z +com.google.android.material.R$dimen: int highlight_alpha_material_colored +okhttp3.HttpUrl$Builder: java.lang.String encodedPassword +com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_endY +com.google.android.material.R$attr: int paddingStart +com.google.gson.stream.JsonReader: int nextNonWhitespace(boolean) +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_android_baselineAligned +com.amap.api.location.AMapLocationClient: java.lang.String getDeviceId(android.content.Context) +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Compat_Notification_Time +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_CompoundButton_RadioButton +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight +retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.hilt.work.R$style: int TextAppearance_Compat_Notification_Time +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Object readKey(android.database.Cursor,int) +wangdaye.com.geometricweather.R$dimen: int item_touch_helper_swipe_escape_velocity +com.xw.repo.bubbleseekbar.R$attr: int hideOnContentScroll +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_wrapMode +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_maxLines +wangdaye.com.geometricweather.R$string: int key_speed_unit +android.didikee.donate.R$color: int material_grey_300 +wangdaye.com.geometricweather.R$string: int widget_day +wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: java.lang.String getDurationText(android.content.Context,float) +james.adaptiveicon.R$attr: int autoSizeStepGranularity +com.google.android.material.R$style: int Base_Theme_MaterialComponents_DialogWhenLarge +wangdaye.com.geometricweather.R$style: int Base_Animation_AppCompat_Dialog +com.google.android.material.R$layout: int material_chip_input_combo +androidx.work.R$dimen: int notification_right_icon_size +cyanogenmod.platform.Manifest: Manifest() +okhttp3.internal.http.RealInterceptorChain: okhttp3.Interceptor$Chain withReadTimeout(int,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.R$attr: int sv_side +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: boolean isValidIndex() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum +androidx.work.R$dimen: int notification_top_pad_large_text +james.adaptiveicon.R$string: int abc_activitychooserview_choose_application +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: java.lang.String getLtoSource() +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: boolean mainDone +cyanogenmod.app.BaseLiveLockManagerService: android.os.IBinder onBind(android.content.Intent) +com.xw.repo.bubbleseekbar.R$attr: int buttonBarPositiveButtonStyle +com.amap.api.fence.GeoFence$1: java.lang.Object[] newArray(int) +androidx.viewpager.R$attr: int font +com.google.android.material.R$dimen: int mtrl_btn_snackbar_margin_horizontal +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter value(java.lang.Number) +androidx.preference.R$style: int Widget_AppCompat_RatingBar +cyanogenmod.app.suggest.IAppSuggestManager$Stub: IAppSuggestManager$Stub() +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWindChillTemperature +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: void setBrandId(java.lang.String) +james.adaptiveicon.R$styleable: int MenuView_android_horizontalDivider +wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_layout_behavior +androidx.appcompat.R$style: int Widget_AppCompat_ListView_Menu +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: long serialVersionUID +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen: int CategoryValue +wangdaye.com.geometricweather.R$styleable: int ActionMenuItemView_android_minWidth +wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_dark +androidx.appcompat.R$attr: int listChoiceIndicatorMultipleAnimated +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Menu +okhttp3.RealCall +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX$InfoX: CNWeatherResult$WeatherX$InfoX() +com.xw.repo.bubbleseekbar.R$drawable: int notification_bg_low +androidx.lifecycle.SavedStateHandleController: java.lang.String mKey +androidx.constraintlayout.widget.R$attr: int currentState +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: java.lang.String pressure +androidx.preference.R$color: int material_grey_900 +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox +cyanogenmod.providers.CMSettings$Global: android.net.Uri getUriFor(java.lang.String) +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintRight_creator +wangdaye.com.geometricweather.R$drawable: int abc_btn_check_material +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_star_black_16dp +androidx.preference.R$attr: int subtitleTextColor +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: ObservableTakeUntil$TakeUntilMainObserver(io.reactivex.Observer) +okio.AsyncTimeout$1: okio.Sink val$sink +okhttp3.internal.http2.Http2Connection$ReaderRunnable$2: okhttp3.internal.http2.Settings val$settings +io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver +wangdaye.com.geometricweather.R$animator: int weather_haze_3 +androidx.work.WorkInfo$State: boolean isFinished() +androidx.lifecycle.ComputableLiveData$3: void run() +com.google.android.material.card.MaterialCardView: android.graphics.RectF getBoundsAsRectF() +okhttp3.internal.cache.DiskLruCache: void checkNotClosed() +androidx.constraintlayout.widget.R$styleable: int Toolbar_popupTheme +wangdaye.com.geometricweather.R$drawable: int abc_ic_voice_search_api_material +okio.DeflaterSink: okio.Timeout timeout() +wangdaye.com.geometricweather.R$id: int widget_day_week_icon_3 +wangdaye.com.geometricweather.R$attr: int tabTextAppearance +com.bumptech.glide.integration.okhttp.R$id +androidx.constraintlayout.widget.R$styleable: int SearchView_iconifiedByDefault +com.google.android.material.R$attr: int telltales_tailColor +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar +com.jaredrummler.android.colorpicker.R$string: int abc_shareactionprovider_share_with_application +james.adaptiveicon.R$styleable: int[] ActivityChooserView +cyanogenmod.weather.WeatherInfo: int access$902(cyanogenmod.weather.WeatherInfo,int) +cyanogenmod.providers.ThemesContract$ThemesColumns +androidx.preference.R$attr: int initialExpandedChildrenCount +okhttp3.CacheControl$Builder: int maxStaleSeconds +com.google.android.material.floatingactionbutton.FloatingActionButton: FloatingActionButton(android.content.Context) +io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.R$styleable: int ScrollingViewBehavior_Layout_behavior_overlapTop +wangdaye.com.geometricweather.R$style: int notification_large_title_text +com.amap.api.location.AMapLocation: java.lang.String toString() +androidx.constraintlayout.widget.R$styleable: int PropertySet_visibilityMode +androidx.preference.R$anim: int abc_slide_out_top +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light +wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status: wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status SUCCESS +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Inverse +com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat_Dark +androidx.appcompat.widget.AppCompatTextView: androidx.core.text.PrecomputedTextCompat$Params getTextMetricsParamsCompat() +com.google.android.material.R$color: int design_fab_shadow_end_color +wangdaye.com.geometricweather.R$id: int item_details_content +androidx.preference.R$styleable: int CompoundButton_buttonCompat +com.google.android.material.R$attr: int passwordToggleTint +androidx.cardview.widget.CardView: void setMinimumHeight(int) +androidx.viewpager.R$style +com.google.android.material.timepicker.ChipTextInputComboView: void setOnClickListener(android.view.View$OnClickListener) cyanogenmod.weather.CMWeatherManager$2$2: java.util.List val$weatherLocations -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_48 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String alertId -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small -androidx.constraintlayout.widget.R$string: int abc_searchview_description_voice -okhttp3.internal.ws.WebSocketReader: okhttp3.internal.ws.WebSocketReader$FrameCallback frameCallback -retrofit2.Retrofit: java.util.List callAdapterFactories -androidx.preference.R$style: int Base_Widget_AppCompat_SearchView_ActionBar -cyanogenmod.providers.DataUsageContract: DataUsageContract() -android.didikee.donate.R$style: int Widget_AppCompat_ButtonBar -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_textLocale -androidx.fragment.app.Fragment: Fragment() -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void dispose() -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: java.lang.Object mLatest -wangdaye.com.geometricweather.R$styleable: int[] ThemeEnforcement -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Metric: int UnitType -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.query.Query queryRawCreate(java.lang.String,java.lang.Object[]) -androidx.coordinatorlayout.R$styleable: int FontFamilyFont_ttcIndex -com.jaredrummler.android.colorpicker.R$attr: int entries -androidx.lifecycle.extensions.R$attr: int fontProviderFetchTimeout -retrofit2.SkipCallbackExecutorImpl: SkipCallbackExecutorImpl() -androidx.vectordrawable.animated.R$styleable: int GradientColor_android_endY -androidx.vectordrawable.animated.R$id: int text -okhttp3.internal.platform.JdkWithJettyBootPlatform -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_suffixTextAppearance -io.reactivex.internal.operators.observable.ObserverResourceWrapper: long serialVersionUID -com.google.android.material.chip.Chip: void setCheckedIconVisible(boolean) -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void open(java.lang.Object) -com.google.android.material.R$style: int Base_Widget_Design_TabLayout -androidx.preference.R$styleable: int SearchView_searchHintIcon -okhttp3.internal.http.RetryAndFollowUpInterceptor: okhttp3.OkHttpClient client -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_Button -wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemBackground -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_panelMenuListTheme -cyanogenmod.weather.WeatherLocation: java.lang.String access$602(cyanogenmod.weather.WeatherLocation,java.lang.String) -io.reactivex.internal.disposables.DisposableHelper: boolean replace(java.util.concurrent.atomic.AtomicReference,io.reactivex.disposables.Disposable) -com.google.android.material.internal.FlowLayout: int getRowCount() -androidx.preference.R$layout: int abc_list_menu_item_layout -androidx.appcompat.R$style: int Base_Widget_AppCompat_ProgressBar -okhttp3.Cache$1: void trackResponse(okhttp3.internal.cache.CacheStrategy) -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_MinWidth_Bridge -androidx.constraintlayout.helper.widget.Flow: void setPaddingRight(int) -androidx.fragment.R$id: int forever -wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_2 -androidx.constraintlayout.widget.R$attr: int layout_constraintDimensionRatio -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Metric: double Value -wangdaye.com.geometricweather.R$id: int item_weather_daily_title_icon -androidx.appcompat.R$style: int Widget_AppCompat_ActionBar_TabBar -wangdaye.com.geometricweather.R$styleable: int ActionBar_subtitleTextStyle -com.turingtechnologies.materialscrollbar.R$attr: int autoCompleteTextViewStyle -androidx.viewpager2.R$attr: int font -cyanogenmod.app.Profile$ProfileTrigger: cyanogenmod.app.Profile$ProfileTrigger fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_endIconTintMode -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$2: androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription this$0 -com.google.android.material.circularreveal.CircularRevealGridLayout: com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo getRevealInfo() -com.google.android.material.R$attr: int prefixTextColor -androidx.loader.R$color: R$color() -retrofit2.OkHttpCall$1: retrofit2.OkHttpCall this$0 -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult -wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode SYSTEM -cyanogenmod.themes.ThemeManager$ThemeChangeListener -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionMenuTextColor -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView: int getMarginTop() -cyanogenmod.themes.IThemeService: int getProgress() -wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle DAILY -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Imperial: double Value -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setMax(float) -androidx.viewpager2.R$styleable: int[] FontFamilyFont -com.xw.repo.bubbleseekbar.R$attr: int color -androidx.constraintlayout.widget.R$drawable: int abc_ic_star_half_black_36dp -james.adaptiveicon.R$color: int abc_primary_text_disable_only_material_dark -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_framePosition -android.didikee.donate.R$layout: int abc_list_menu_item_radio -androidx.preference.R$style: int Base_V7_Theme_AppCompat_Light -com.baidu.location.e.h$b: com.baidu.location.e.h$b a -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setScaleX(float) -androidx.recyclerview.R$styleable: int[] GradientColorItem -com.amap.api.location.AMapLocationClientOption: java.lang.String a -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWetBulbTemperature -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_RatingBar_Small -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: java.lang.Object poll() -james.adaptiveicon.R$styleable: int ViewBackgroundHelper_android_background -wangdaye.com.geometricweather.R$attr: int layout_insetEdge -retrofit2.CompletableFutureCallAdapterFactory: CompletableFutureCallAdapterFactory() -androidx.appcompat.widget.AppCompatCheckBox: AppCompatCheckBox(android.content.Context) -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Wind: java.lang.String direct -wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_labelVisibilityMode -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SCATTERED_THUNDERSTORMS -io.reactivex.internal.disposables.SequentialDisposable: SequentialDisposable() -james.adaptiveicon.R$dimen: int abc_action_bar_icon_vertical_padding_material -wangdaye.com.geometricweather.R$dimen: int test_mtrl_calendar_day_cornerSize -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void ping(boolean,int,int) -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String Source -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Dialog_MinWidth +androidx.vectordrawable.R$styleable: int FontFamily_fontProviderFetchStrategy +wangdaye.com.geometricweather.R$attr: int tabUnboundedRipple +androidx.constraintlayout.widget.VirtualLayout: VirtualLayout(android.content.Context,android.util.AttributeSet) +okhttp3.RequestBody$1: long contentLength() +androidx.appcompat.resources.R$id: int accessibility_custom_action_3 +wangdaye.com.geometricweather.R$id: int hideable +okhttp3.internal.http1.Http1Codec$FixedLengthSource: long bytesRemaining +okio.Buffer: okio.Buffer buffer() +wangdaye.com.geometricweather.R$layout: int abc_select_dialog_material +androidx.customview.R$id: int text2 +androidx.preference.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth +androidx.preference.R$dimen: int compat_button_inset_horizontal_material +cyanogenmod.weather.CMWeatherManager$1$1 +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ButtonBar +james.adaptiveicon.R$attr: int listPopupWindowStyle +androidx.appcompat.R$styleable: int MenuView_android_itemBackground +okhttp3.Request$Builder: okhttp3.RequestBody body +wangdaye.com.geometricweather.common.ui.behaviors.InkPageIndicatorBehavior +androidx.constraintlayout.widget.R$dimen: R$dimen() +james.adaptiveicon.R$styleable: int LinearLayoutCompat_divider +com.google.android.material.R$attr: int counterOverflowTextAppearance +com.google.android.material.appbar.AppBarLayout: int getDownNestedScrollRange() +cyanogenmod.externalviews.KeyguardExternalView$3: int val$x +cyanogenmod.app.Profile +wangdaye.com.geometricweather.R$bool: R$bool() +james.adaptiveicon.R$drawable: int abc_ic_star_half_black_48dp +android.didikee.donate.R$styleable: int ActionBar_contentInsetLeft +androidx.preference.R$drawable: int abc_text_select_handle_middle_mtrl_dark +androidx.dynamicanimation.R$styleable: int ColorStateListItem_android_alpha +wangdaye.com.geometricweather.R$string: int path_password_eye_mask_strike_through +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.lang.Integer freezingHazard +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: long updateTime +com.jaredrummler.android.colorpicker.R$attr: int switchPreferenceCompatStyle +com.amap.api.location.AMapLocationClientOption$2: int[] a +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_horizontalAlign +com.turingtechnologies.materialscrollbar.R$attr: int tabIndicator +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: void setFrom(java.lang.String) +com.google.android.material.R$styleable: int MaterialCalendarItem_itemFillColor +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getUvDescription() +androidx.preference.R$drawable: int abc_text_cursor_material +androidx.preference.R$attr: int adjustable +androidx.appcompat.R$id: int scrollView +androidx.preference.R$styleable: int[] AppCompatSeekBar +okhttp3.internal.Util: int checkDuration(java.lang.String,long,java.util.concurrent.TimeUnit) +cyanogenmod.app.ICMStatusBarManager +com.google.android.material.R$id: int linear +com.google.android.material.textfield.MaterialAutoCompleteTextView: java.lang.CharSequence getHint() +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_PLAY_QUEUE +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: long serialVersionUID +androidx.preference.R$styleable: int[] PreferenceGroup +androidx.preference.R$styleable: int DrawerArrowToggle_thickness +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language ROMANIAN +cyanogenmod.app.CustomTile$ExpandedItem: int describeContents() +androidx.drawerlayout.R$styleable: int[] ColorStateListItem +androidx.constraintlayout.widget.R$attr: int layout_constraintEnd_toStartOf +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text +okhttp3.internal.Util: int indexOfControlOrNonAscii(java.lang.String) +cyanogenmod.app.CustomTile$Builder: CustomTile$Builder(android.content.Context) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: java.lang.String MobileLink +wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource: wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource valueOf(java.lang.String) +androidx.dynamicanimation.R$styleable: int GradientColor_android_tileMode +androidx.lifecycle.LifecycleEventObserver: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) +wangdaye.com.geometricweather.db.entities.HistoryEntity: int getDaytimeTemperature() +androidx.appcompat.R$dimen: int abc_text_size_subtitle_material_toolbar +com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding: com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding valueOf(java.lang.String) +cyanogenmod.profiles.BrightnessSettings: android.os.Parcelable$Creator CREATOR +com.google.android.material.R$attr: int autoCompleteTextViewStyle +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: java.util.concurrent.TimeUnit unit +androidx.appcompat.R$dimen: int abc_control_corner_material +wangdaye.com.geometricweather.R$styleable: int KeyPosition_sizePercent +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: CaiYunMainlyResult$UrlBean() +okhttp3.Cache: java.io.File directory() +com.google.android.material.R$styleable: int KeyAttribute_android_translationY +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_pathMotionArc +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.HalfDay night() +okhttp3.OkHttpClient$1: void addLenient(okhttp3.Headers$Builder,java.lang.String) +wangdaye.com.geometricweather.R$styleable: int ChipGroup_chipSpacingHorizontal +com.google.android.material.chip.Chip: void setCheckedIconVisible(int) +com.google.android.material.R$id: int alertTitle +james.adaptiveicon.R$id: int search_voice_btn +wangdaye.com.geometricweather.R$dimen: int notification_right_side_padding_top +androidx.preference.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 +com.google.android.material.appbar.CollapsingToolbarLayout: void setCollapsedTitleTypeface(android.graphics.Typeface) +androidx.constraintlayout.widget.R$layout: int abc_alert_dialog_title_material +androidx.constraintlayout.widget.R$attr: int layout_optimizationLevel +androidx.dynamicanimation.R$dimen: int compat_notification_large_icon_max_height +wangdaye.com.geometricweather.R$styleable: int Slider_labelStyle +androidx.viewpager.R$styleable: int GradientColor_android_centerY +androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall +com.google.android.material.R$color: int mtrl_outlined_stroke_color +androidx.preference.R$attr: int actionBarSplitStyle +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_DarkActionBar +okio.SegmentedByteString: byte[][] segments +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatSeekBar_tickMarkTintMode +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr Precip1hr +wangdaye.com.geometricweather.common.rxjava.BaseObserver: void onFailed() +cyanogenmod.app.BaseLiveLockManagerService: java.lang.String TAG +androidx.loader.R$styleable: int GradientColor_android_type +com.bumptech.glide.R$id: int actions +retrofit2.adapter.rxjava2.Result: retrofit2.Response response() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionMenuTextColor +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setExpandedStyle(cyanogenmod.app.CustomTile$ExpandedStyle) +retrofit2.Invocation: java.lang.String toString() +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_section_text_color +com.xw.repo.bubbleseekbar.R$attr: int colorSwitchThumbNormal +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property RagweedLevel +wangdaye.com.geometricweather.R$drawable: int indicator_ltr +okhttp3.OkHttpClient: okhttp3.CertificatePinner certificatePinner() +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox +androidx.vectordrawable.animated.R$styleable: int[] FontFamilyFont +cyanogenmod.weather.CMWeatherManager$2$2 +cyanogenmod.app.LiveLockScreenManager: cyanogenmod.app.LiveLockScreenManager sInstance +com.google.android.material.floatingactionbutton.FloatingActionButton: void setElevation(float) +androidx.swiperefreshlayout.R$color: int ripple_material_light +androidx.constraintlayout.widget.R$styleable: int Constraint_android_rotationX +wangdaye.com.geometricweather.R$color: int switch_thumb_disabled_material_light +com.google.android.material.R$attr: int iconStartPadding +androidx.swiperefreshlayout.R$attr: int fontProviderCerts +androidx.preference.R$anim: int abc_slide_out_bottom +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_fontVariationSettings +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: long serialVersionUID +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_goneMarginStart +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Toolbar_Primary +cyanogenmod.hardware.IThermalListenerCallback$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void innerValue(boolean,java.lang.Object) +okhttp3.Address: javax.net.SocketFactory socketFactory +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintTag +james.adaptiveicon.R$styleable: int ActionMode_subtitleTextStyle +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: java.lang.Throwable error +com.google.android.gms.common.internal.safeparcel.SafeParcelable: java.lang.String NULL +com.google.android.material.card.MaterialCardView: float getCardViewRadius() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableTint +androidx.hilt.work.R$styleable: int[] FontFamily +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_HOME_LONG_PRESS_ACTION_VALIDATOR +androidx.legacy.coreutils.R$styleable: R$styleable() +wangdaye.com.geometricweather.R$dimen: int standard_weather_icon_size +io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain: java.lang.String MESSAGE +androidx.appcompat.R$attr: int isLightTheme +androidx.recyclerview.widget.RecyclerView: void setEdgeEffectFactory(androidx.recyclerview.widget.RecyclerView$EdgeEffectFactory) +androidx.constraintlayout.widget.R$layout: int support_simple_spinner_dropdown_item +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange: AccuCurrentResult$TemperatureSummary$Past6HourRange() +com.google.android.material.R$styleable: int OnSwipe_maxVelocity +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setLastLocationLifeCycle(long) +okhttp3.internal.Version: Version() +wangdaye.com.geometricweather.R$attr: int key +com.google.android.material.R$styleable: int ShapeableImageView_shapeAppearance +com.bumptech.glide.R$integer: int status_bar_notification_info_maxnum +androidx.preference.R$styleable: int PreferenceFragmentCompat_android_layout +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeTotalPrecipitation +com.amap.api.location.AMapLocation: java.lang.String getCoordType() +androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge +okhttp3.internal.platform.JdkWithJettyBootPlatform: java.lang.reflect.Method removeMethod +com.amap.api.location.AMapLocationClientOption: boolean p +cyanogenmod.app.Profile$ProfileTrigger$1: cyanogenmod.app.Profile$ProfileTrigger createFromParcel(android.os.Parcel) +com.amap.api.location.AMapLocationClient: void disableBackgroundLocation(boolean) +com.turingtechnologies.materialscrollbar.R$attr: int collapseIcon +okhttp3.internal.platform.Platform: java.util.List alpnProtocolNames(java.util.List) +androidx.constraintlayout.widget.R$color: int abc_search_url_text +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BATTERY_LIGHT_ENABLED_VALIDATOR +io.reactivex.Observable: io.reactivex.Observable onErrorReturn(io.reactivex.functions.Function) +android.didikee.donate.R$styleable: int SwitchCompat_trackTint +androidx.loader.R$integer: int status_bar_notification_info_maxnum +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.bumptech.glide.R$string: int status_bar_notification_info_overflow +okhttp3.internal.http2.Http2Connection$ReaderRunnable$3: void execute() +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain: java.lang.Float cumul3H +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: void dispose() +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: void dispose() +wangdaye.com.geometricweather.R$styleable: int MaterialButton_android_checkable +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: void onNext(java.lang.Object) +androidx.lifecycle.LiveDataReactiveStreams: org.reactivestreams.Publisher toPublisher(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.LiveData) +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_ActionBar_Primary +com.turingtechnologies.materialscrollbar.R$attr: int itemTextAppearanceActive +james.adaptiveicon.R$id: int action_mode_close_button +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_16 +androidx.constraintlayout.widget.R$styleable: int MenuGroup_android_enabled +androidx.coordinatorlayout.R$attr: int keylines +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: int val$y +io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: int retries +androidx.preference.R$attr: int queryBackground +wangdaye.com.geometricweather.R$id: int container_main_aqi_title +com.google.gson.FieldNamingPolicy$4: java.lang.String translateName(java.lang.reflect.Field) +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Button +androidx.appcompat.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated +androidx.appcompat.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ListView_Menu +retrofit2.OptionalConverterFactory +androidx.appcompat.resources.R$dimen: int notification_large_icon_width +androidx.appcompat.R$drawable: int abc_menu_hardkey_panel_mtrl_mult +wangdaye.com.geometricweather.R$dimen: int mtrl_bottomappbar_height +com.google.android.material.R$string: int abc_menu_space_shortcut_label +android.didikee.donate.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex +com.jaredrummler.android.colorpicker.R$attr: int cpv_alphaChannelText +android.didikee.donate.R$styleable: int MenuItem_android_onClick +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean getPrecipitationProbability() +okio.Timeout: void waitUntilNotified(java.lang.Object) +okhttp3.internal.http2.Http2Connection$PingRunnable: void execute() +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: int prefetch +com.jaredrummler.android.colorpicker.R$styleable: int ColorPickerView_cpv_alphaChannelText +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIconTintMode +retrofit2.RequestBuilder: void setBody(okhttp3.RequestBody) +james.adaptiveicon.R$dimen: int highlight_alpha_material_light +androidx.appcompat.R$styleable: int MenuItem_iconTintMode +com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges +com.google.gson.stream.JsonReader: java.lang.String nextName() +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem +androidx.dynamicanimation.R$drawable: int notify_panel_notification_icon_bg +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void startTimeout(long) +androidx.work.R$integer +com.bumptech.glide.Registry$NoModelLoaderAvailableException: Registry$NoModelLoaderAvailableException(java.lang.Class,java.lang.Class) +com.jaredrummler.android.colorpicker.R$attr: int titleTextColor +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabMode +androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_START +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX +com.google.android.material.R$styleable: int Badge_verticalOffset +wangdaye.com.geometricweather.R$styleable: int MultiSelectListPreference_entries +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_max +android.didikee.donate.R$color: int highlighted_text_material_dark +okio.Buffer: long indexOf(byte,long) +com.jaredrummler.android.colorpicker.R$drawable: int abc_ratingbar_small_material +com.amap.api.fence.DistrictItem$1: DistrictItem$1() +com.xw.repo.bubbleseekbar.R$attr: int windowMinWidthMinor +cyanogenmod.providers.CMSettings$NameValueCache: java.lang.String NAME_EQ_PLACEHOLDER +com.google.android.material.R$drawable: int abc_btn_check_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX getBrandInfo() +io.reactivex.Observable: io.reactivex.Observable concatDelayError(java.lang.Iterable) +com.jaredrummler.android.colorpicker.R$id: int action_container +okhttp3.internal.platform.Android10Platform: java.lang.String getSelectedProtocol(javax.net.ssl.SSLSocket) +okhttp3.internal.connection.RealConnection: okhttp3.internal.http2.Http2Connection http2Connection +wangdaye.com.geometricweather.R$attr: int maxWidth +james.adaptiveicon.R$style: int Base_Animation_AppCompat_Dialog +com.google.android.material.R$attr: int passwordToggleEnabled +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator FORWARD_LOOKUP_PROVIDER_VALIDATOR +androidx.constraintlayout.widget.R$dimen: int abc_button_padding_horizontal_material +okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean canceled +com.google.android.gms.common.api.ApiException +okhttp3.EventListener: void dnsEnd(okhttp3.Call,java.lang.String,java.util.List) +cyanogenmod.profiles.RingModeSettings$1: cyanogenmod.profiles.RingModeSettings createFromParcel(android.os.Parcel) +com.xw.repo.bubbleseekbar.R$attr: int buttonBarNeutralButtonStyle +io.reactivex.Observable: io.reactivex.Observable switchMapDelayError(io.reactivex.functions.Function,int) +com.google.android.material.R$animator: int mtrl_fab_hide_motion_spec +cyanogenmod.weatherservice.IWeatherProviderService$Stub +wangdaye.com.geometricweather.R$color: int switch_thumb_material_dark +com.xw.repo.bubbleseekbar.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog +cyanogenmod.app.LiveLockScreenInfo$1 +com.google.android.material.R$styleable: int[] BottomNavigationView +androidx.work.R$bool +androidx.preference.R$styleable: int Preference_shouldDisableView +com.google.android.material.R$attr: int checkboxStyle +com.github.rahatarmanahmed.cpv.CircularProgressView$4 +wangdaye.com.geometricweather.R$styleable: int InkPageIndicator_currentPageIndicatorColor +androidx.swiperefreshlayout.R$dimen: int notification_right_side_padding_top +androidx.constraintlayout.helper.widget.Layer: void setPivotY(float) +com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_FixedSize_Bridge +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_font +com.xw.repo.bubbleseekbar.R$styleable: int MenuGroup_android_enabled +okhttp3.internal.http2.Http2Connection: java.lang.String hostname +androidx.appcompat.widget.ScrollingTabContainerView: ScrollingTabContainerView(android.content.Context) +okhttp3.internal.connection.RealConnection$1 +cyanogenmod.hardware.CMHardwareManager: int getDisplayColorCalibrationMin() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Imperial: double Value +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: io.reactivex.ObservableSource source +com.turingtechnologies.materialscrollbar.R$attr: int actionModePasteDrawable +io.reactivex.exceptions.ProtocolViolationException: long serialVersionUID +okhttp3.internal.connection.RouteDatabase: void failed(okhttp3.Route) +wangdaye.com.geometricweather.db.entities.HistoryEntity: java.lang.Long getId() +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Display1 +com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_startColor +wangdaye.com.geometricweather.R$array: int air_quality_unit_voices +androidx.constraintlayout.motion.widget.MotionHelper: MotionHelper(android.content.Context,android.util.AttributeSet) +com.turingtechnologies.materialscrollbar.R$layout: int abc_action_mode_bar +cyanogenmod.app.PartnerInterface: void setMobileDataEnabled(boolean) +wangdaye.com.geometricweather.R$attr: int tabRippleColor +androidx.preference.R$style: int Preference_Information_Material +androidx.vectordrawable.R$drawable: int notification_bg_normal_pressed +com.amap.api.location.AMapLocation: java.lang.String a +com.turingtechnologies.materialscrollbar.TouchScrollBar: TouchScrollBar(android.content.Context,android.util.AttributeSet,int) +org.greenrobot.greendao.AbstractDaoSession: java.util.Collection getAllDaos() +androidx.appcompat.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 +cyanogenmod.profiles.AirplaneModeSettings$1 +okhttp3.internal.connection.StreamAllocation: void cancel() +android.didikee.donate.R$style: int Theme_AppCompat_DayNight_Dialog +androidx.fragment.R$styleable: int FontFamilyFont_ttcIndex +com.jaredrummler.android.colorpicker.R$styleable: int GradientColorItem_android_offset +com.turingtechnologies.materialscrollbar.R$styleable: int[] SnackbarLayout +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void otherSuccess(java.lang.Object) +retrofit2.OkHttpCall: void enqueue(retrofit2.Callback) +androidx.constraintlayout.widget.R$attr: int backgroundStacked +androidx.appcompat.R$attr: int allowStacking +io.reactivex.internal.subscriptions.EmptySubscription: java.lang.String toString() +io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.BiFunction,boolean,int) +com.google.android.material.R$style: int Widget_AppCompat_ActionBar +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowFixedWidthMajor +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_SeekBar +com.google.android.material.R$styleable: int RangeSlider_values +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionButton_CloseMode +com.google.android.material.R$styleable: int[] MotionScene +wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: java.lang.String getUnitId() +com.google.android.material.R$layout: int test_toolbar_custom_background +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat +com.google.android.material.R$dimen: int fastscroll_margin +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String AUTHOR +androidx.drawerlayout.R$style +cyanogenmod.weather.RequestInfo: RequestInfo(cyanogenmod.weather.RequestInfo$1) +com.google.android.material.R$styleable: int ActionBar_icon +androidx.drawerlayout.R$drawable: int notification_bg_normal_pressed +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionBar_Solid +james.adaptiveicon.R$color: int abc_color_highlight_material +wangdaye.com.geometricweather.R$id: int mtrl_internal_children_alpha_tag +com.google.android.material.navigation.NavigationView: void setItemTextAppearance(int) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dividerVertical +androidx.preference.R$styleable: int TextAppearance_android_textColorLink +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light +com.google.android.material.R$styleable: int BottomNavigationView_itemIconTint +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: boolean isDisposed() +io.reactivex.Observable: io.reactivex.Observable switchMapSingle(io.reactivex.functions.Function) +androidx.constraintlayout.widget.R$styleable: int Toolbar_contentInsetStartWithNavigation +wangdaye.com.geometricweather.R$color: int material_grey_800 +com.google.android.material.R$id: int zero_corner_chip +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: long serialVersionUID +wangdaye.com.geometricweather.R$anim: int btn_radio_to_on_mtrl_ring_outer_path_animation +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AutoCompleteTextView_FilledBox +androidx.preference.R$layout: int abc_search_dropdown_item_icons_2line +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float totalPrecipitation +wangdaye.com.geometricweather.R$string: int donate +com.google.android.material.R$id: int bidirectional +okhttp3.internal.http1.Http1Codec$FixedLengthSource +android.didikee.donate.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle +com.google.android.material.R$attr: int haloColor +okhttp3.internal.http2.Http2Stream: void waitForIo() +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: boolean cancelled +okio.Buffer: int read(byte[],int,int) +com.jaredrummler.android.colorpicker.ColorPickerView: int getColor() +cyanogenmod.app.CustomTile$Builder: android.net.Uri mOnClickUri +com.google.android.material.R$attr: int saturation +androidx.preference.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item +androidx.preference.R$attr: int autoSizeTextType +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintGuide_percent +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX +androidx.constraintlayout.widget.R$id: int action_bar_activity_content +okhttp3.internal.http2.Hpack +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: void onAttachedToWindow() +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property CityId +wangdaye.com.geometricweather.R$string: int wind_level +androidx.appcompat.R$styleable: int AppCompatTheme_actionModeCopyDrawable +com.google.android.material.card.MaterialCardView: void setClickable(boolean) +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ListMenuView +com.turingtechnologies.materialscrollbar.R$attr: int overlapAnchor +io.reactivex.Observable: io.reactivex.Observable concatMapEager(io.reactivex.functions.Function) +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA +wangdaye.com.geometricweather.R$styleable: int Constraint_chainUseRtl +androidx.lifecycle.livedata.core.R: R() +okhttp3.internal.http2.Http2Connection$Listener$1: void onStream(okhttp3.internal.http2.Http2Stream) +cyanogenmod.themes.ThemeChangeRequest: ThemeChangeRequest(java.util.Map,java.util.Map,cyanogenmod.themes.ThemeChangeRequest$RequestType,long) +wangdaye.com.geometricweather.R$color: int dim_foreground_disabled_material_dark +com.xw.repo.bubbleseekbar.R$id: int action_mode_bar +androidx.preference.R$drawable: int abc_text_select_handle_left_mtrl_dark +androidx.preference.R$styleable: int AppCompatTheme_colorPrimary +com.github.rahatarmanahmed.cpv.CircularProgressViewListener +cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: void setServiceClient(cyanogenmod.weatherservice.IWeatherProviderServiceClient) +androidx.dynamicanimation.R$styleable: int FontFamilyFont_android_fontWeight +cyanogenmod.app.IProfileManager: android.app.NotificationGroup[] getNotificationGroups() +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void clear() +io.reactivex.Observable: io.reactivex.Completable concatMapCompletable(io.reactivex.functions.Function) +wangdaye.com.geometricweather.R$styleable: int PreferenceGroup_initialExpandedChildrenCount +wangdaye.com.geometricweather.R$color: int design_dark_default_color_secondary +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_helperTextTextColor +androidx.appcompat.R$styleable: int SwitchCompat_thumbTextPadding +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: io.reactivex.Observer downstream +androidx.lifecycle.extensions.R$id: int action_image +com.google.android.material.R$styleable: int State_android_id +wangdaye.com.geometricweather.R$attr: int itemStrokeColor +androidx.viewpager2.R$dimen: int notification_right_side_padding_top +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: java.lang.String toString() +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cw +okhttp3.Challenge: java.lang.String realm() +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_firstVerticalStyle +androidx.constraintlayout.widget.R$string: int abc_activity_chooser_view_see_all +cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy: android.os.IBinder mRemote +com.google.android.material.R$dimen: int material_helper_text_font_1_3_padding_horizontal +wangdaye.com.geometricweather.R$drawable: int shortcuts_partly_cloudy_day +com.loc.k: java.lang.String c +com.google.android.material.R$attr: int actionLayout +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void addLast(io.reactivex.internal.operators.observable.ObservableReplay$Node) +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_enabled +wangdaye.com.geometricweather.main.dialogs.LocationHelpDialog +androidx.constraintlayout.widget.R$attr: int overlay +com.jaredrummler.android.colorpicker.R$layout: int abc_action_menu_layout +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_paddingRight +com.google.android.material.R$attr: int shrinkMotionSpec +okio.SegmentedByteString: int indexOf(byte[],int) +okio.RealBufferedSource: java.lang.String readUtf8LineStrict() +com.google.android.material.R$drawable: int notification_tile_bg +androidx.preference.R$styleable: int Preference_android_selectable +com.google.android.material.R$dimen: int notification_small_icon_background_padding +okhttp3.Dispatcher: int runningCallsForHost(okhttp3.RealCall$AsyncCall) +okio.Buffer: boolean equals(java.lang.Object) +cyanogenmod.themes.IThemeService$Stub$Proxy: java.lang.String getInterfaceDescriptor() +com.jaredrummler.android.colorpicker.NestedGridView: NestedGridView(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.R$layout: R$layout() +okio.RealBufferedSink: okio.BufferedSink writeLongLe(long) wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: int status -com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_dialogLayout -wangdaye.com.geometricweather.R$layout: int test_reflow_chipgroup -okhttp3.internal.http.HttpCodec: void writeRequestHeaders(okhttp3.Request) -android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_DialogWhenLarge -wangdaye.com.geometricweather.R$styleable: int Snackbar_snackbarButtonStyle -okhttp3.ResponseBody: java.nio.charset.Charset charset() -androidx.preference.R$layout: R$layout() -com.google.android.material.R$dimen: int abc_action_bar_subtitle_bottom_margin_material -com.google.android.material.slider.Slider: android.content.res.ColorStateList getTrackInactiveTintList() -com.google.android.material.R$dimen: int abc_text_size_headline_material -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless -cyanogenmod.themes.ThemeChangeRequest: cyanogenmod.themes.ThemeChangeRequest$RequestType getReqeustType() -androidx.preference.R$attr: int drawableTint -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_marginBottom -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex tomorrow -io.reactivex.internal.util.NotificationLite$ErrorNotification: boolean equals(java.lang.Object) -androidx.loader.R$id: int info -cyanogenmod.weatherservice.ServiceRequest$Status -com.google.android.material.R$style: int Base_Widget_AppCompat_ActionBar_TabBar -com.bumptech.glide.R$styleable: int GradientColor_android_centerX -cyanogenmod.app.IProfileManager$Stub$Proxy: cyanogenmod.app.Profile[] getProfiles() -com.google.android.material.R$color: int bright_foreground_inverse_material_light -androidx.constraintlayout.widget.R$attr: int layout_constraintHorizontal_bias -com.xw.repo.bubbleseekbar.R$attr: int backgroundTint -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List ziwaixian -com.jaredrummler.android.colorpicker.R$style: int Preference_DropDown_Material -okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Http2Stream$FramingSource source -wangdaye.com.geometricweather.R$string: int aqi_1 -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.util.concurrent.atomic.AtomicReference error -okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex: java.lang.reflect.Method findByIssuerAndSignatureMethod -androidx.preference.R$attr: int layout_behavior -com.google.android.material.R$string: int material_slider_range_end -wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode getInstance(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_android_textOn -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Metric: int UnitType -androidx.constraintlayout.widget.R$color: int ripple_material_light -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature: AccuDailyResult$DailyForecasts$RealFeelTemperature() -androidx.hilt.work.R$styleable: int Fragment_android_tag -android.didikee.donate.R$style: int Theme_AppCompat_NoActionBar -cyanogenmod.weather.WeatherLocation$1: WeatherLocation$1() -cyanogenmod.externalviews.ExternalViewProviderService$1$1: cyanogenmod.externalviews.ExternalViewProviderService$1 this$1 -wangdaye.com.geometricweather.R$dimen: int widget_grid_3 -cyanogenmod.os.Concierge$ParcelInfo -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamily_fontProviderAuthority -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub$Proxy: android.os.IBinder asBinder() -cyanogenmod.weather.CMWeatherManager: android.content.Context mContext -com.jaredrummler.android.colorpicker.R$color: int material_grey_850 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean() -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TimePicker -com.amap.api.location.AMapLocationClientOption: long getInterval() -com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType WEBP_A -androidx.preference.R$attr: int switchTextOff -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen -android.didikee.donate.R$color: int ripple_material_light -com.google.android.material.R$attr: int layout_constraintCircleAngle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: void setDesc(java.lang.String) -okhttp3.Protocol: okhttp3.Protocol[] $VALUES -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintLeft_creator -com.google.android.material.R$color: int notification_action_color_filter -cyanogenmod.themes.IThemeService$Stub$Proxy: void unregisterThemeProcessingListener(cyanogenmod.themes.IThemeProcessingListener) -okhttp3.internal.http2.Http2Reader: void readSettings(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) -okhttp3.RealCall: RealCall(okhttp3.OkHttpClient,okhttp3.Request,boolean) -wangdaye.com.geometricweather.R$styleable: int MenuView_android_itemTextAppearance -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int TROPICAL_STORM -wangdaye.com.geometricweather.R$array: int pollen_unit_values -com.bumptech.glide.integration.okhttp.R$style: int TextAppearance_Compat_Notification_Line2 -wangdaye.com.geometricweather.R$string: int feedback_background_location_title -androidx.preference.R$attr: int autoSizeMinTextSize -james.adaptiveicon.R$layout: int notification_action_tombstone -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_rightToLeft -androidx.lifecycle.extensions.R$attr: int fontProviderAuthority -okhttp3.internal.io.FileSystem: okhttp3.internal.io.FileSystem SYSTEM -io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: long serialVersionUID -android.didikee.donate.R$style: int Platform_V21_AppCompat -androidx.hilt.R$styleable: int FontFamily_fontProviderFetchTimeout -okhttp3.internal.http2.Http2: byte TYPE_PING -com.google.android.material.progressindicator.ProgressIndicator: void setIndicatorColors(int[]) -cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper: void onListenerConnected() -com.google.android.material.R$drawable: int mtrl_ic_arrow_drop_down -com.baidu.location.indoor.mapversion.c.a$d: double b(double) -androidx.vectordrawable.R$styleable: int[] GradientColor -okhttp3.internal.http2.Http2Stream: void receiveData(okio.BufferedSource,int) -com.google.android.material.R$style: int TextAppearance_AppCompat_Menu -wangdaye.com.geometricweather.R$id: int widget_day_week_icon -androidx.appcompat.R$dimen: int highlight_alpha_material_light -cyanogenmod.weather.WeatherLocation: WeatherLocation(cyanogenmod.weather.WeatherLocation$1) -androidx.legacy.coreutils.R$dimen: int notification_large_icon_height -okhttp3.internal.http2.Http2: byte FLAG_END_PUSH_PROMISE -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_weight -androidx.appcompat.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight -androidx.appcompat.widget.SearchView$SavedState -retrofit2.Retrofit$Builder: Retrofit$Builder(retrofit2.Platform) -androidx.preference.R$styleable: int FontFamilyFont_fontStyle -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: long serialVersionUID -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_14 -androidx.vectordrawable.R$styleable: int ColorStateListItem_android_alpha -io.reactivex.internal.schedulers.ScheduledDirectTask -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Display2 -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean onCreatePanelMenu(int,android.view.Menu) -wangdaye.com.geometricweather.R$layout: int abc_list_menu_item_radio -okhttp3.Cache$1: void remove(okhttp3.Request) -androidx.preference.R$color: int accent_material_light -cyanogenmod.app.ProfileGroup: void setRingerMode(cyanogenmod.app.ProfileGroup$Mode) -androidx.appcompat.R$bool: R$bool() -okhttp3.RealCall: okhttp3.RealCall newRealCall(okhttp3.OkHttpClient,okhttp3.Request,boolean) -androidx.annotation.Keep -com.turingtechnologies.materialscrollbar.R$attr: int titleMargins -com.amap.api.fence.GeoFence: java.lang.String BUNDLE_KEY_FENCESTATUS -io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: void truncate() -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.internal.DaoConfig config -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Button_Small -okhttp3.internal.connection.RouteSelector: RouteSelector(okhttp3.Address,okhttp3.internal.connection.RouteDatabase,okhttp3.Call,okhttp3.EventListener) -okhttp3.internal.http.StatusLine: StatusLine(okhttp3.Protocol,int,java.lang.String) -com.google.android.material.R$id: int accessibility_custom_action_18 -com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawable_android_dither -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void error(java.lang.Throwable) -wangdaye.com.geometricweather.R$string: int wet_bulb_temperature -okhttp3.HttpUrl: java.lang.String password -androidx.constraintlayout.widget.R$dimen: int tooltip_y_offset_non_touch -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_requestDismiss_0 -androidx.constraintlayout.widget.R$id: int action_menu_presenter -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Imperial Imperial -wangdaye.com.geometricweather.R$style: int Base_V23_Theme_AppCompat -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_backgroundTint -retrofit2.SkipCallbackExecutorImpl: boolean equals(java.lang.Object) -androidx.constraintlayout.widget.R$id: int spread_inside -wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_translationY -cyanogenmod.app.IProfileManager$Stub$Proxy: boolean isEnabled() -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float getTotal() -okhttp3.internal.cache.CacheInterceptor$1: okhttp3.internal.cache.CacheInterceptor this$0 -wangdaye.com.geometricweather.R$animator: int mtrl_fab_transformation_sheet_expand_spec -cyanogenmod.app.IProfileManager$Stub: cyanogenmod.app.IProfileManager asInterface(android.os.IBinder) -okhttp3.internal.http2.Http2: java.lang.String formatFlags(byte,byte) -cyanogenmod.providers.CMSettings$Global: int getInt(android.content.ContentResolver,java.lang.String) -com.google.android.material.transformation.TransformationChildLayout: TransformationChildLayout(android.content.Context) -androidx.drawerlayout.R$layout: R$layout() -com.xw.repo.bubbleseekbar.R$color: R$color() -cyanogenmod.themes.ThemeManager$2: void onFinishedProcessing(java.lang.String) -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setStatusBar(java.lang.String) -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode[] values() -com.google.android.material.R$styleable: int MenuItem_android_orderInCategory -wangdaye.com.geometricweather.R$string: int error_icon_content_description -wangdaye.com.geometricweather.R$dimen: int design_fab_translation_z_hovered_focused -androidx.appcompat.R$styleable: int ActionMode_background -com.jaredrummler.android.colorpicker.R$color: int primary_dark_material_light -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: PrecipitationProbability(java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float) -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_textAllCaps -androidx.lifecycle.SavedStateHandleController: androidx.lifecycle.SavedStateHandle getHandle() -androidx.coordinatorlayout.R$id: int accessibility_custom_action_13 -com.google.android.material.R$styleable: int Constraint_layout_editor_absoluteX -com.bumptech.glide.R$id: int tag_transition_group -okhttp3.internal.ws.RealWebSocket: java.lang.Runnable writerRunnable -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Speed Speed -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: void run() -androidx.constraintlayout.motion.widget.MotionLayout: androidx.constraintlayout.motion.widget.DesignTool getDesignTool() -com.baidu.location.indoor.mapversion.c.a$d: double c(double) -androidx.recyclerview.R$styleable: int FontFamily_fontProviderQuery -androidx.constraintlayout.widget.R$dimen: int abc_edit_text_inset_bottom_material -cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler: int MSG_ON_NEW_REQUEST -com.turingtechnologies.materialscrollbar.R$attr: int closeIconSize -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionBar_TabView -androidx.constraintlayout.widget.R$styleable: int SearchView_iconifiedByDefault -cyanogenmod.hardware.CMHardwareManager: int getDisplayGammaCalibrationMax() -com.jaredrummler.android.colorpicker.R$styleable: int[] AppCompatTextView -com.google.android.material.R$styleable: int View_android_theme -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintBottom_toTopOf -wangdaye.com.geometricweather.R$attr: int targetId -wangdaye.com.geometricweather.R$styleable: int Preference_order -androidx.drawerlayout.R$id: int italic -androidx.constraintlayout.widget.R$styleable: int Spinner_popupTheme -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_stroke_size -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintGuide_begin -james.adaptiveicon.R$attr: int alphabeticModifiers -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric Metric -android.didikee.donate.R$styleable: int AppCompatTextView_autoSizeMaxTextSize -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup -cyanogenmod.profiles.ConnectionSettings$BooleanState: int STATE_ENABLED -com.google.android.material.R$styleable: int GradientColor_android_endColor -wangdaye.com.geometricweather.R$styleable: int RangeSlider_minSeparation -james.adaptiveicon.R$styleable: int ActionBar_backgroundStacked -com.google.android.gms.common.SignInButton: SignInButton(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button -wangdaye.com.geometricweather.R$drawable: int weather_rain -androidx.legacy.coreutils.R$color: int secondary_text_default_material_light -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Large_Inverse -james.adaptiveicon.R$style: int Widget_AppCompat_SearchView -wangdaye.com.geometricweather.R$id: int asConfigured -androidx.vectordrawable.animated.R$styleable: int FontFamily_fontProviderCerts -android.didikee.donate.R$styleable: int DrawerArrowToggle_gapBetweenBars -io.reactivex.internal.observers.InnerQueuedObserver: io.reactivex.internal.fuseable.SimpleQueue queue -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarSize -james.adaptiveicon.R$layout: int abc_popup_menu_header_item_layout -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Headline4 -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String getTreeDescription() -androidx.work.R$styleable: int FontFamily_fontProviderFetchTimeout -james.adaptiveicon.R$id: int action_context_bar -androidx.constraintlayout.helper.widget.Flow: void setVerticalAlign(int) -okio.ForwardingTimeout: okio.Timeout delegate -androidx.preference.R$styleable: int FontFamily_fontProviderFetchTimeout -com.google.android.material.navigation.NavigationView: void setItemBackground(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.R$id: int item_icon_provider_container -com.jaredrummler.android.colorpicker.R$integer: int abc_config_activityShortDur -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_motionTarget -androidx.preference.R$layout: int abc_dialog_title_material -androidx.appcompat.R$id: int titleDividerNoCustom -androidx.appcompat.R$attr: int actionOverflowButtonStyle -com.google.android.material.R$anim: int abc_tooltip_exit -okio.SegmentedByteString: okio.ByteString toAsciiUppercase() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Direction: int Degrees -androidx.hilt.R$integer: R$integer() -androidx.vectordrawable.animated.R$styleable: int GradientColor_android_centerColor -com.jaredrummler.android.colorpicker.R$id -okhttp3.HttpUrl: boolean equals(java.lang.Object) -com.google.android.material.slider.BaseSlider -com.google.android.material.R$id: int save_non_transition_alpha -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModePasteDrawable -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeThunderstormPrecipitationProbability -androidx.hilt.work.R$anim: int fragment_fade_enter -okhttp3.HttpUrl: java.lang.String username() -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Imperial -wangdaye.com.geometricweather.R$styleable: int PopupWindow_overlapAnchor -androidx.legacy.coreutils.R$styleable: int GradientColor_android_endX -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_NoActionBar -james.adaptiveicon.R$attr: int listChoiceBackgroundIndicator -okhttp3.internal.http2.Http2Connection$7: okhttp3.internal.http2.ErrorCode val$errorCode -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_23 -io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: long serialVersionUID -com.jaredrummler.android.colorpicker.R$attr: int fontProviderCerts -com.google.android.material.R$layout: int test_action_chip -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult$Temperature: int UnitType -okhttp3.Cache$CacheRequestImpl: void abort() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_ratingBarStyle -wangdaye.com.geometricweather.R$layout: int widget_day_symmetry -com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String g -retrofit2.BuiltInConverters$VoidResponseBodyConverter: java.lang.Void convert(okhttp3.ResponseBody) -android.didikee.donate.R$attr: int buttonBarStyle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Imperial: java.lang.String Unit -wangdaye.com.geometricweather.R$dimen: int compat_control_corner_material -cyanogenmod.providers.CMSettings$System: java.lang.String BACK_WAKE_SCREEN -io.reactivex.internal.subscriptions.EmptySubscription: void error(java.lang.Throwable,org.reactivestreams.Subscriber) -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setIcons(java.lang.String) -wangdaye.com.geometricweather.R$id: int touch_outside -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragmentCompat_allowDividerAfterLastItem -okhttp3.WebSocketListener: void onMessage(okhttp3.WebSocket,okio.ByteString) -android.didikee.donate.R$attr: int alertDialogTheme -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: boolean syncFused -com.turingtechnologies.materialscrollbar.R$color: int design_snackbar_background_color -okhttp3.internal.http2.Header: okio.ByteString PSEUDO_PREFIX -io.reactivex.Observable: io.reactivex.Maybe singleElement() -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_height -com.google.android.material.R$layout: int abc_screen_simple_overlay_action_mode -com.google.android.material.chip.Chip: void setSingleLine(boolean) -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_itemPadding -androidx.recyclerview.R$attr: int reverseLayout -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Small_Inverse -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: void onComplete() -wangdaye.com.geometricweather.R$id: int activity_widget_config_subtitleDataContainer -androidx.appcompat.widget.SwitchCompat: java.lang.CharSequence getTextOn() -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: void setOnApplyWindowInsetsListener(android.view.View$OnApplyWindowInsetsListener) -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamily_fontProviderFetchStrategy -wangdaye.com.geometricweather.R$styleable: int Tooltip_backgroundTint -james.adaptiveicon.R$style: int TextAppearance_AppCompat_SearchResult_Title -io.reactivex.Observable: io.reactivex.Observable groupBy(io.reactivex.functions.Function,boolean) -retrofit2.RequestFactory$Builder: java.lang.annotation.Annotation[][] parameterAnnotationsArray -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: boolean cancelled -com.xw.repo.bubbleseekbar.R$style: int Base_DialogWindowTitleBackground_AppCompat -wangdaye.com.geometricweather.search.SearchActivityViewModel -androidx.constraintlayout.widget.R$styleable: int SearchView_searchIcon -com.google.android.material.R$styleable: int Constraint_barrierMargin -androidx.lifecycle.extensions.R$styleable: int FontFamily_fontProviderCerts -wangdaye.com.geometricweather.R$attr: int progressBarStyle -androidx.constraintlayout.widget.R$id: int flip -androidx.appcompat.R$id: int title -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_measureWithLargestChild -okio.ByteString: java.lang.String toString() -wangdaye.com.geometricweather.weather.apis.MfWeatherApi -wangdaye.com.geometricweather.R$color: int design_dark_default_color_error -com.turingtechnologies.materialscrollbar.R$color: int material_grey_50 -androidx.constraintlayout.widget.R$attr: int lineHeight +com.google.android.material.R$dimen: int mtrl_low_ripple_focused_alpha +wangdaye.com.geometricweather.R$dimen: int widget_grid_2 +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_44 +james.adaptiveicon.R$anim: int abc_slide_out_top +com.amap.api.location.AMapLocationClient: void setLocationListener(com.amap.api.location.AMapLocationListener) +james.adaptiveicon.R$drawable: int abc_btn_radio_to_on_mtrl_000 +wangdaye.com.geometricweather.R$attr: int itemTextAppearanceActive +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintWidth_percent +okhttp3.Request$Builder: okhttp3.Request$Builder headers(okhttp3.Headers) +okhttp3.internal.http2.Http2Reader: java.util.logging.Logger logger +com.google.android.material.R$string: int mtrl_picker_range_header_only_end_selected +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: java.lang.String[] getPermissions() +wangdaye.com.geometricweather.db.entities.HistoryEntity: void setCityId(java.lang.String) +androidx.lifecycle.LiveData: void removeObservers(androidx.lifecycle.LifecycleOwner) +wangdaye.com.geometricweather.R$integer: int mtrl_btn_anim_duration_ms +com.google.android.gms.internal.location.zzj: android.os.Parcelable$Creator CREATOR +okhttp3.internal.ws.RealWebSocket$PingRunnable: void run() +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed: AccuCurrentResult$WindGust$Speed() +androidx.activity.R$string: R$string() +androidx.appcompat.R$attr: int fontProviderAuthority +com.turingtechnologies.materialscrollbar.R$id: int view_offset_helper +androidx.preference.R$styleable: int DrawerArrowToggle_spinBars +okhttp3.internal.Internal: boolean connectionBecameIdle(okhttp3.ConnectionPool,okhttp3.internal.connection.RealConnection) +com.google.android.material.R$styleable: int[] AnimatedStateListDrawableCompat +androidx.appcompat.widget.AppCompatEditText: android.content.res.ColorStateList getSupportBackgroundTintList() +okhttp3.MultipartBody: java.util.List parts() +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_light +androidx.lifecycle.ViewModelProvider$OnRequeryFactory: void onRequery(androidx.lifecycle.ViewModel) +androidx.appcompat.R$style: int Theme_AppCompat_Light +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionBar_TabText +com.google.android.gms.base.R$id: int wide +okhttp3.internal.tls.TrustRootIndex +com.google.android.material.R$styleable: int TextInputLayout_helperTextTextAppearance +com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat_ActionBar +com.google.android.material.R$attr: int tabPaddingStart +com.google.android.gms.base.R$string: int common_open_on_phone +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +wangdaye.com.geometricweather.db.entities.LocationEntity: void setResidentPosition(boolean) +com.google.android.material.R$styleable: int BottomNavigationView_backgroundTint +com.jaredrummler.android.colorpicker.R$layout: int abc_action_mode_bar +com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_min_width_major +io.reactivex.internal.schedulers.AbstractDirectTask: void dispose() +okhttp3.internal.tls.BasicCertificateChainCleaner: int MAX_SIGNERS +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: void onNext(java.lang.Object) +cyanogenmod.app.StatusBarPanelCustomTile: int describeContents() +io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: long serialVersionUID +androidx.constraintlayout.widget.R$anim: int btn_checkbox_to_unchecked_check_path_merged_animation +com.google.android.material.R$attr: int constraintSet +com.google.android.material.appbar.MaterialToolbar: void setElevation(float) +com.autonavi.aps.amapapi.model.AMapLocationServer: long k() +androidx.appcompat.R$color: int abc_primary_text_material_light +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarStyle +com.xw.repo.bubbleseekbar.R$layout: int abc_screen_simple +androidx.appcompat.R$attr: int listPreferredItemPaddingLeft +wangdaye.com.geometricweather.R$string: int feedback_text_size +okio.RealBufferedSource: short readShort() +wangdaye.com.geometricweather.R$attr: int cardPreventCornerOverlap +com.xw.repo.bubbleseekbar.R$attr: int arrowShaftLength +okhttp3.CacheControl: java.lang.String toString() +com.xw.repo.bubbleseekbar.R$id: int up +androidx.constraintlayout.widget.Barrier: void setType(int) +cyanogenmod.themes.ThemeChangeRequest: ThemeChangeRequest(android.os.Parcel) +androidx.appcompat.R$id: int info +cyanogenmod.providers.ThemesContract$MixnMatchColumns: android.net.Uri CONTENT_URI +okio.Buffer: okio.Buffer$UnsafeCursor readAndWriteUnsafe() +com.google.android.material.R$styleable: int AppBarLayout_Layout_layout_scrollFlags +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setDegreeDayTemperature(java.lang.Integer) +androidx.appcompat.R$styleable: int AppCompatTheme_actionBarItemBackground +cyanogenmod.weather.WeatherInfo: int mTempUnit +wangdaye.com.geometricweather.R$drawable: int notif_temp_77 +com.jaredrummler.android.colorpicker.R$layout: int abc_popup_menu_header_item_layout +com.xw.repo.bubbleseekbar.R$dimen: int abc_edit_text_inset_bottom_material +okhttp3.OkHttpClient$Builder: okhttp3.Cache cache +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeIcePrecipitationDuration(java.lang.Float) +androidx.appcompat.R$dimen: int notification_small_icon_background_padding +com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar +com.turingtechnologies.materialscrollbar.R$dimen: int cardview_compat_inset_shadow +james.adaptiveicon.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property WeatherCode +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: android.os.Bundle mOptions +androidx.appcompat.widget.LinearLayoutCompat: float getWeightSum() +androidx.vectordrawable.animated.R$color: R$color() +com.bumptech.glide.load.engine.CallbackException: CallbackException(java.lang.Throwable) +okhttp3.internal.cache.InternalCache: okhttp3.internal.cache.CacheRequest put(okhttp3.Response) +wangdaye.com.geometricweather.R$styleable: int Chip_checkedIconVisible +okhttp3.internal.connection.ConnectionSpecSelector: okhttp3.ConnectionSpec configureSecureSocket(javax.net.ssl.SSLSocket) +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainNoLast +androidx.work.R$id: int accessibility_custom_action_3 +android.didikee.donate.R$styleable: int AppCompatTheme_actionModeFindDrawable +wangdaye.com.geometricweather.R$layout: int preference_dialog_edittext +com.google.android.material.textfield.TextInputLayout: TextInputLayout(android.content.Context) +com.google.android.material.textfield.TextInputEditText: TextInputEditText(android.content.Context,android.util.AttributeSet) +androidx.preference.R$styleable: int AppCompatTheme_actionModeSplitBackground +androidx.vectordrawable.R$id: int accessibility_action_clickable_span +androidx.viewpager2.R$id: int accessibility_custom_action_2 +androidx.viewpager2.widget.ViewPager2: ViewPager2(android.content.Context,android.util.AttributeSet,int) +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData: java.util.concurrent.atomic.AtomicReference mSubscriber +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_rotationY +com.jaredrummler.android.colorpicker.R$attr: int buttonGravity +okio.Okio$1: java.lang.String toString() +retrofit2.Utils$WildcardTypeImpl: java.lang.reflect.Type[] getUpperBounds() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust WindGust +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setMax(float) +cyanogenmod.weather.WeatherLocation$Builder: java.lang.String mCountryId +androidx.preference.R$attr: int titleMarginTop +wangdaye.com.geometricweather.R$drawable: int ic_state_uncheck +androidx.appcompat.R$styleable: int[] ButtonBarLayout +wangdaye.com.geometricweather.R$string: int time +com.turingtechnologies.materialscrollbar.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog +android.didikee.donate.R$dimen: int notification_small_icon_size_as_large +retrofit2.RequestBuilder$ContentTypeOverridingRequestBody: RequestBuilder$ContentTypeOverridingRequestBody(okhttp3.RequestBody,okhttp3.MediaType) +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver inner +androidx.lifecycle.LifecycleRegistry$ObserverWithState: androidx.lifecycle.LifecycleEventObserver mLifecycleObserver +wangdaye.com.geometricweather.R$drawable: int material_ic_clear_black_24dp +com.turingtechnologies.materialscrollbar.R$attr: int goIcon +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeThunderstormPrecipitation() +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_Layout_android_layout_height +com.turingtechnologies.materialscrollbar.R$attr: int windowMinWidthMinor +wangdaye.com.geometricweather.R$drawable: int weather_snow_1 +wangdaye.com.geometricweather.R$dimen: int design_tab_text_size_2line +cyanogenmod.weather.WeatherInfo: long mTimestamp +android.didikee.donate.R$styleable: int MenuItem_actionLayout +androidx.constraintlayout.helper.widget.Flow: void setHorizontalAlign(int) +androidx.appcompat.R$style: int Base_V28_Theme_AppCompat_Light +com.google.android.material.R$anim: int abc_popup_enter +wangdaye.com.geometricweather.R$id: int cpv_arrow_right +com.google.android.material.textfield.TextInputLayout: void setSuffixText(java.lang.CharSequence) +com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_Bridge +com.xw.repo.bubbleseekbar.R$id: int custom +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: void updateDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) +cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.IKeyguardExternalViewCallbacks mKeyguardExternalViewCallbacks +com.xw.repo.bubbleseekbar.R$styleable: int[] ButtonBarLayout +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_textStyle +org.greenrobot.greendao.AbstractDaoSession: long insertOrReplace(java.lang.Object) +com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_android_fontVariationSettings +cyanogenmod.app.LiveLockScreenInfo$1: cyanogenmod.app.LiveLockScreenInfo createFromParcel(android.os.Parcel) +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: java.util.concurrent.atomic.AtomicReference timer +okhttp3.internal.platform.Jdk9Platform: java.lang.String getSelectedProtocol(javax.net.ssl.SSLSocket) +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_25 +com.jaredrummler.android.colorpicker.R$dimen: int abc_dropdownitem_icon_width +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_default +androidx.preference.R$style: int Base_Theme_AppCompat_Light_DarkActionBar +com.google.gson.stream.JsonReader: double nextDouble() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: java.util.List getValue() +wangdaye.com.geometricweather.R$layout: int widget_week +cyanogenmod.app.ILiveLockScreenManager$Stub: cyanogenmod.app.ILiveLockScreenManager asInterface(android.os.IBinder) +com.google.android.material.R$id: int wrap_content +wangdaye.com.geometricweather.R$style: int Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day +com.google.android.material.R$attr: int backgroundOverlayColorAlpha +androidx.appcompat.view.menu.StandardMenuPopup: void setOnDismissListener(android.widget.PopupWindow$OnDismissListener) +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: ChineseCityEntity(java.lang.Long,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String) +com.google.android.material.appbar.AppBarLayout: void setOrientation(int) +com.google.android.material.R$dimen: int design_tab_max_width +io.reactivex.Observable: io.reactivex.Observable startWith(java.lang.Iterable) +okio.InflaterSource: okio.Timeout timeout() +com.google.android.material.R$attr: int maxHeight +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: java.lang.String getBrandId() +androidx.preference.R$attr: int tickMark +wangdaye.com.geometricweather.R$color: int mtrl_filled_stroke_color +androidx.viewpager.R$attr: int fontWeight +wangdaye.com.geometricweather.R$dimen: int mtrl_snackbar_background_overlay_color_alpha +wangdaye.com.geometricweather.R$attr: int overlay +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionMenuTextColor +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_inset +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Ice: java.lang.String Unit +wangdaye.com.geometricweather.R$string: int key_widget_multi_city +androidx.hilt.work.R$dimen: int notification_small_icon_size_as_large +com.google.gson.FieldNamingPolicy$6 +androidx.appcompat.R$styleable: int MenuItem_android_titleCondensed +cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode getRingerMode() +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_Button +androidx.appcompat.R$attr: int windowFixedWidthMinor +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeCloseDrawable +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen +androidx.appcompat.resources.R$id: int time +okhttp3.internal.ws.RealWebSocket$2 +androidx.lifecycle.ReportFragment: void onActivityCreated(android.os.Bundle) +androidx.lifecycle.LifecycleRegistry: void setCurrentState(androidx.lifecycle.Lifecycle$State) +io.reactivex.internal.observers.DeferredScalarDisposable: int FUSED_CONSUMED +androidx.constraintlayout.widget.R$color: int primary_material_dark +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleMargins +androidx.constraintlayout.widget.R$drawable: int abc_ic_star_black_48dp +android.didikee.donate.R$drawable: int abc_switch_thumb_material +io.reactivex.internal.observers.DeferredScalarObserver +wangdaye.com.geometricweather.location.services.LocationService: android.app.NotificationChannel getLocationNotificationChannel(android.content.Context) +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType DeleteInTxArray +com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter: void onProgressUpdate(float) +com.google.android.material.button.MaterialButton: void setIconSize(int) +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintVertical_weight +androidx.constraintlayout.widget.R$attr: int thumbTextPadding +com.amap.api.location.APSService: android.os.IBinder onBind(android.content.Intent) +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_textFontWeight +cyanogenmod.app.StatusBarPanelCustomTile: StatusBarPanelCustomTile(java.lang.String,java.lang.String,java.lang.String,int,java.lang.String,int,int,cyanogenmod.app.CustomTile,android.os.UserHandle) +com.jaredrummler.android.colorpicker.R$id: int icon +androidx.fragment.R$layout: int custom_dialog +androidx.preference.R$style: int Platform_V21_AppCompat_Light +com.google.android.material.R$dimen: int design_bottom_navigation_text_size +com.amap.api.fence.GeoFence: void setPoiItem(com.amap.api.fence.PoiItem) +io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Imperial: int UnitType +okhttp3.Cache: void flush() +androidx.swiperefreshlayout.R$dimen: R$dimen() +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_6_00 +androidx.appcompat.R$dimen: int tooltip_precise_anchor_extra_offset +androidx.constraintlayout.widget.R$styleable: int View_android_focusable +wangdaye.com.geometricweather.R$id: int dialog_time_setter_container +com.jaredrummler.android.colorpicker.R$attr: int titleTextAppearance +wangdaye.com.geometricweather.common.basic.models.weather.Daily: long getTime() +james.adaptiveicon.R$attr: int editTextStyle +okhttp3.Protocol: okhttp3.Protocol HTTP_1_0 +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_suggestionRowLayout +com.jaredrummler.android.colorpicker.ColorPreference: void setOnShowDialogListener(com.jaredrummler.android.colorpicker.ColorPreference$OnShowDialogListener) +androidx.appcompat.resources.R$id: int accessibility_custom_action_7 +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_draggable +androidx.preference.R$layout: int preference_widget_checkbox +wangdaye.com.geometricweather.R$id: int widget_day_center +wangdaye.com.geometricweather.R$layout: int abc_action_bar_up_container +okio.BufferedSource: byte readByte() +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderTitle +wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_elevation +com.google.android.material.timepicker.ClockHandView: ClockHandView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$styleable: int Toolbar_titleMarginStart +android.didikee.donate.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable +androidx.loader.R$styleable: int GradientColor_android_endColor +com.google.android.material.R$string: int fab_transformation_scrim_behavior +androidx.preference.R$styleable: int SwitchCompat_thumbTintMode +okhttp3.internal.Util: java.nio.charset.Charset UTF_16_LE +com.turingtechnologies.materialscrollbar.R$attr: int listPopupWindowStyle +androidx.preference.R$attr: int colorControlHighlight +com.google.android.material.R$id: int sin +androidx.constraintlayout.widget.R$style: int TextAppearance_Compat_Notification_Line2 +wangdaye.com.geometricweather.R$styleable: int Chip_shapeAppearanceOverlay +androidx.cardview.widget.CardView: CardView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$styleable: int Preference_android_fragment +androidx.appcompat.resources.R$id: R$id() +com.google.android.material.R$styleable: int SwitchCompat_android_textOn +androidx.constraintlayout.widget.R$styleable: int GradientColor_android_startX +com.google.android.material.R$styleable: int Constraint_animate_relativeTo +wangdaye.com.geometricweather.R$drawable: int ic_aqi +androidx.preference.R$styleable: int Preference_order +com.google.android.material.R$attr: int paddingBottomSystemWindowInsets +io.reactivex.Observable: io.reactivex.Maybe lastElement() +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SMOKY +okhttp3.Cache$Entry: long sentRequestMillis +com.google.android.material.R$color: int mtrl_navigation_item_background_color +android.didikee.donate.R$attr: int dialogPreferredPadding +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_activityChooserViewStyle +okhttp3.internal.connection.StreamAllocation: java.lang.Object callStackTrace +androidx.hilt.lifecycle.R$dimen: int compat_control_corner_material +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: CNWeatherResult$Life$Info() +cyanogenmod.profiles.RingModeSettings: RingModeSettings() +retrofit2.HttpServiceMethod$SuspendForResponse: java.lang.Object adapt(retrofit2.Call,java.lang.Object[]) +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult +androidx.drawerlayout.R$id: int action_container +cyanogenmod.profiles.ConnectionSettings: boolean mOverride +androidx.work.R$dimen: int notification_action_text_size +wangdaye.com.geometricweather.R$attr: int wavePeriod +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void onComplete() +okhttp3.internal.http2.Http2Stream: okio.Timeout writeTimeout() +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void clear() +okhttp3.ResponseBody: okhttp3.ResponseBody create(okhttp3.MediaType,byte[]) +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Body2 +wangdaye.com.geometricweather.R$bool: int abc_allow_stacked_button_bar +com.amap.api.location.AMapLocationQualityReport: int GPS_STATUS_NOGPSPERMISSION +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_checked +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addEncodedPathSegments(java.lang.String) +androidx.constraintlayout.widget.R$styleable: int ActionBar_contentInsetEnd +androidx.preference.R$style: int Theme_AppCompat_Light_Dialog_Alert +wangdaye.com.geometricweather.R$drawable: int widget_multi_city +wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_elevation +com.google.android.material.R$color: int androidx_core_ripple_material_light +com.google.android.material.R$styleable: int CompoundButton_buttonTintMode +com.google.android.material.tabs.TabLayout: void setTabGravity(int) +wangdaye.com.geometricweather.R$attr: int textAppearanceBody1 +androidx.preference.R$styleable: int AppCompatTheme_textAppearanceListItem +cyanogenmod.themes.ThemeChangeRequest$1: ThemeChangeRequest$1() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: java.lang.String logo +wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerFamily +com.google.android.material.R$dimen: int abc_panel_menu_list_width +com.turingtechnologies.materialscrollbar.R$attr: int msb_textColor +androidx.constraintlayout.widget.R$style: int Base_V21_Theme_AppCompat +org.greenrobot.greendao.AbstractDaoSession: java.lang.Object callInTx(java.util.concurrent.Callable) +okhttp3.internal.connection.RealConnection: void onStream(okhttp3.internal.http2.Http2Stream) +cyanogenmod.themes.IThemeChangeListener$Stub$Proxy: java.lang.String getInterfaceDescriptor() +wangdaye.com.geometricweather.R$font: int product_sans_black +wangdaye.com.geometricweather.R$styleable: int Toolbar_buttonGravity +androidx.preference.R$styleable: int ActionBar_progressBarPadding +androidx.constraintlayout.motion.widget.MotionLayout$TransitionState: androidx.constraintlayout.motion.widget.MotionLayout$TransitionState SETUP +wangdaye.com.geometricweather.R$attr: int drawableTint +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: org.reactivestreams.Subscriber downstream +wangdaye.com.geometricweather.R$id: int reservedNamedId +androidx.constraintlayout.widget.R$color: int material_grey_300 +org.greenrobot.greendao.AbstractDaoMaster: org.greenrobot.greendao.database.Database getDatabase() +james.adaptiveicon.R$styleable: int AppCompatTextView_drawableBottomCompat +com.google.android.material.R$dimen: int mtrl_extended_fab_start_padding +wangdaye.com.geometricweather.R$attr: int contentPadding +androidx.appcompat.R$styleable: int AppCompatTheme_windowMinWidthMajor +com.google.android.material.R$attr: int allowStacking +androidx.work.R$styleable: int GradientColor_android_centerY +wangdaye.com.geometricweather.R$color: int primary_material_dark +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: int STATE_INACTIVE +okio.Segment +com.amap.api.location.AMapLocation: java.lang.String getRoad() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableBottomCompat androidx.fragment.R$id: int accessibility_custom_action_11 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: java.lang.String getDefenseText() -okhttp3.internal.http2.Http2Codec$StreamFinishingSource: Http2Codec$StreamFinishingSource(okhttp3.internal.http2.Http2Codec,okio.Source) -androidx.appcompat.R$styleable: int AppCompatTheme_colorButtonNormal +james.adaptiveicon.R$style: int Widget_AppCompat_EditText +com.turingtechnologies.materialscrollbar.R$attr: int elevation +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem +androidx.appcompat.widget.Toolbar: android.content.Context getPopupContext() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_fontFamily +wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.lang.String getShortDate(android.content.Context) +com.google.android.material.R$id: int action_mode_close_button +androidx.preference.R$styleable: int MenuItem_alphabeticModifiers +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Body2 +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeWetBulbTemperature() +io.reactivex.internal.subscribers.StrictSubscriber: void onComplete() +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_NoActionBar +wangdaye.com.geometricweather.R$id: int material_clock_period_pm_button +com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$Node header +wangdaye.com.geometricweather.R$id: int dialog_providers_previewer_title +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: io.reactivex.SingleObserver downstream +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float snow3h +androidx.lifecycle.extensions.R$styleable: int GradientColor_android_centerColor +androidx.vectordrawable.R$id: int accessibility_custom_action_16 +wangdaye.com.geometricweather.R$layout: int preference_material +io.reactivex.Observable: io.reactivex.Observable timestamp() +james.adaptiveicon.R$attr: int tintMode +com.jaredrummler.android.colorpicker.R$dimen: int cpv_color_preference_large +okhttp3.Dispatcher: java.util.Deque readyAsyncCalls +wangdaye.com.geometricweather.R$style: int Base_V26_Theme_AppCompat +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit[] values() +android.didikee.donate.R$styleable: int PopupWindow_android_popupBackground +com.google.android.material.R$styleable: int ConstraintSet_layout_goneMarginEnd +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: void cancel() +retrofit2.RequestFactory$Builder: boolean hasBody +androidx.lifecycle.LiveData +android.didikee.donate.R$styleable: int AppCompatTheme_actionBarStyle +wangdaye.com.geometricweather.R$string: int follow_system +io.reactivex.internal.subscriptions.EmptySubscription: boolean isEmpty() +wangdaye.com.geometricweather.R$style: int widget_week_icon +com.google.android.material.R$style: int Base_MaterialAlertDialog_MaterialComponents_Title_Panel +wangdaye.com.geometricweather.R$color: int colorTextContent_dark +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse +wangdaye.com.geometricweather.R$dimen: int mtrl_tooltip_minWidth +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_SeekBar +androidx.appcompat.R$styleable: int[] AppCompatSeekBar +android.didikee.donate.R$attr: int textAppearancePopupMenuHeader +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: int getStatus() +com.xw.repo.bubbleseekbar.R$id: int right_icon +com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_paddingRightSystemWindowInsets +androidx.coordinatorlayout.R$id: int chronometer +wangdaye.com.geometricweather.R$attr: int progressBarPadding +wangdaye.com.geometricweather.R$attr: int strokeColor +io.reactivex.internal.schedulers.ScheduledDirectPeriodicTask: void run() +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_rightToLeft +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Dialog +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Large +okio.ForwardingSink: void write(okio.Buffer,long) +cyanogenmod.app.ThemeVersion: java.lang.String THEME_VERSION_FIELD_NAME +com.google.android.material.R$attr: int trackTintMode +wangdaye.com.geometricweather.R$dimen: int design_navigation_max_width +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void innerComplete() +androidx.activity.R$drawable +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_BottomSheetDialog +retrofit2.ParameterHandler$RelativeUrl: int p +wangdaye.com.geometricweather.R$attr: int itemTextColor +wangdaye.com.geometricweather.R$styleable: int Constraint_barrierMargin +cyanogenmod.profiles.ConnectionSettings: ConnectionSettings(android.os.Parcel) +okio.ByteString: okio.ByteString encodeString(java.lang.String,java.nio.charset.Charset) +cyanogenmod.util.ColorUtils: double calculateDeltaE(double,double,double,double,double,double) +com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_margin +com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_menu +androidx.constraintlayout.motion.widget.MotionLayout: MotionLayout(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2 +androidx.preference.R$attr: int actionModeShareDrawable +androidx.legacy.coreutils.R$string +cyanogenmod.providers.CMSettings$Global: boolean isLegacySetting(java.lang.String) +androidx.core.view.GestureDetectorCompat$GestureDetectorCompatImplBase +james.adaptiveicon.R$styleable: int AppCompatTheme_textColorSearchUrl +retrofit2.Call: okio.Timeout timeout() +androidx.appcompat.R$styleable: int TextAppearance_android_shadowDx +com.xw.repo.bubbleseekbar.R$attr: int actionBarWidgetTheme +com.xw.repo.bubbleseekbar.R$id: int edit_query +com.google.android.material.chip.ChipGroup +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_editor_absoluteX +androidx.constraintlayout.widget.R$attr: int menu +com.jaredrummler.android.colorpicker.R$attr: int backgroundTintMode +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: boolean isSnow() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Snow: AccuDailyResult$DailyForecasts$Day$Snow() +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_2_normal +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeShareDrawable +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: boolean isValid() +wangdaye.com.geometricweather.R$drawable: int weather_rain_mini_dark +com.google.android.material.tabs.TabLayout$TabView: com.google.android.material.tabs.TabLayout$Tab getTab() +wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_5 +com.google.android.material.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean checkTerminated(boolean,boolean,io.reactivex.Observer) +wangdaye.com.geometricweather.R$id: int notification_big_week_5 +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: int[] getDisplayGammaCalibration(int) +wangdaye.com.geometricweather.R$drawable: int flag_cs +okhttp3.ConnectionPool$1: okhttp3.ConnectionPool this$0 +wangdaye.com.geometricweather.db.entities.DailyEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.DailyEntity) +com.google.android.material.R$styleable: int Constraint_drawPath +com.google.android.material.R$styleable: int Constraint_layout_constraintLeft_toLeftOf +retrofit2.OptionalConverterFactory$OptionalConverter +org.greenrobot.greendao.AbstractDao: java.lang.Object loadUniqueAndCloseCursor(android.database.Cursor) +androidx.dynamicanimation.R$attr: int fontVariationSettings +androidx.fragment.R$layout +wangdaye.com.geometricweather.R$styleable: int Constraint_android_scaleY +com.amap.api.location.AMapLocationClientOption: boolean isOpenAlwaysScanWifi() +okhttp3.internal.http.HttpHeaders: int skipWhitespace(java.lang.String,int) +androidx.appcompat.R$styleable: int ButtonBarLayout_allowStacking +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_textSize +com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_radio_material +wangdaye.com.geometricweather.R$attr: int fontProviderPackage +com.google.android.material.R$attr: int selectableItemBackgroundBorderless +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: void clear() +james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon +android.didikee.donate.R$styleable: int MenuItem_iconTintMode +androidx.loader.R$color: int ripple_material_light +wangdaye.com.geometricweather.R$id: int easeInOut +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_UnelevatedButton +cyanogenmod.app.IProfileManager$Stub$Proxy: void updateNotificationGroup(android.app.NotificationGroup) +wangdaye.com.geometricweather.R$attr: int alertDialogTheme +com.google.android.gms.common.internal.zzc: android.os.Parcelable$Creator CREATOR +androidx.constraintlayout.widget.R$styleable: int[] ActionBar +com.google.android.material.R$string: int abc_action_bar_home_description +cyanogenmod.platform.R$drawable: R$drawable() +com.jaredrummler.android.colorpicker.R$layout: int preference_dropdown +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_always_show_bubble +com.google.android.material.R$styleable: int KeyAttribute_transitionPathRotate +wangdaye.com.geometricweather.R$string: int feedback_hide_subtitle +retrofit2.adapter.rxjava2.CallExecuteObservable$CallDisposable: boolean isDisposed() +wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Tab +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: boolean modifyInHour +com.google.android.material.R$drawable: int abc_ic_search_api_material +com.google.android.material.circularreveal.CircularRevealFrameLayout: int getCircularRevealScrimColor() +okio.RealBufferedSink: okio.BufferedSink writeString(java.lang.String,int,int,java.nio.charset.Charset) +cyanogenmod.app.Profile: cyanogenmod.profiles.BrightnessSettings getBrightness() +com.google.android.material.button.MaterialButton: void setOnPressedChangeListenerInternal(com.google.android.material.button.MaterialButton$OnPressedChangeListener) +okio.Timeout: long deadlineNanoTime +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: DefaultCallAdapterFactory$ExecutorCallbackCall(java.util.concurrent.Executor,retrofit2.Call) +androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert +com.google.android.material.R$styleable: int Chip_android_textColor +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: io.reactivex.internal.disposables.ArrayCompositeDisposable resources +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView: int getMarginBottom() +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_16 +wangdaye.com.geometricweather.R$color: int common_google_signin_btn_tint +com.jaredrummler.android.colorpicker.R$attr: int listLayout +cyanogenmod.profiles.AirplaneModeSettings: void setOverride(boolean) +androidx.lifecycle.Lifecycle: void addObserver(androidx.lifecycle.LifecycleObserver) +androidx.constraintlayout.widget.R$attr: int telltales_tailColor +io.reactivex.internal.util.VolatileSizeArrayList: java.lang.Object[] toArray(java.lang.Object[]) +io.reactivex.internal.subscriptions.SubscriptionHelper: boolean replace(java.util.concurrent.atomic.AtomicReference,org.reactivestreams.Subscription) +wangdaye.com.geometricweather.R$styleable: int KeyCycle_transitionEasing +androidx.appcompat.R$styleable: int SwitchCompat_track +wangdaye.com.geometricweather.R$style: int ShapeAppearance_MaterialComponents_MediumComponent +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial: double Value +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_enter +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_Dialog +james.adaptiveicon.R$styleable: int Toolbar_contentInsetLeft +cyanogenmod.app.ThemeComponent: int id +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemHorizontalPadding +okhttp3.Challenge: int hashCode() +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_hideOnContentScroll +com.google.android.material.R$attr: int round +androidx.preference.R$styleable: int Preference_android_shouldDisableView +retrofit2.http.PartMap +wangdaye.com.geometricweather.R$drawable: int abc_switch_track_mtrl_alpha +com.google.android.material.R$styleable: int TextInputLayout_boxStrokeWidthFocused +androidx.constraintlayout.widget.R$drawable: R$drawable() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: java.lang.String value +wangdaye.com.geometricweather.R$id: int container_main_pollen_subtitle +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_checkedIconTint +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: int OTHER_STATE_HAS_VALUE +com.google.android.material.circularreveal.CircularRevealRelativeLayout: void setCircularRevealOverlayDrawable(android.graphics.drawable.Drawable) +androidx.room.RoomDatabase$JournalMode: androidx.room.RoomDatabase$JournalMode resolve(android.content.Context) +com.turingtechnologies.materialscrollbar.R$color: int abc_btn_colored_borderless_text_material +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight_Dialog +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_controlBackground +io.reactivex.internal.subscriptions.SubscriptionArbiter: SubscriptionArbiter(boolean) +com.google.android.material.R$styleable: int AppCompatTextView_autoSizeTextType +wangdaye.com.geometricweather.common.ui.widgets.SquareFrameLayout: SquareFrameLayout(android.content.Context) +androidx.hilt.work.R$dimen: int notification_right_icon_size +cyanogenmod.profiles.ConnectionSettings: ConnectionSettings(int) +androidx.constraintlayout.widget.R$integer +com.google.android.material.R$attr: int cardForegroundColor +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode +wangdaye.com.geometricweather.R$attr: int colorPrimaryVariant +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_min +wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_Dialog_Alert +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: CaiYunMainlyResult$CurrentBean$PressureBean() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours Past6Hours +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_toBottomOf +wangdaye.com.geometricweather.R$id: int dialog_learn_more_about_geocoder_content +wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderDivider +wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: long serialVersionUID +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void onError(java.lang.Throwable) +com.jaredrummler.android.colorpicker.R$color: int dim_foreground_material_dark +androidx.preference.R$style: int Base_Widget_AppCompat_SeekBar +wangdaye.com.geometricweather.R$layout: int design_layout_tab_text +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index: AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index() +androidx.appcompat.R$styleable: int MenuItem_android_id +androidx.hilt.R$id: int accessibility_custom_action_3 +okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Http2Connection getConnection() +androidx.fragment.R$dimen: int compat_button_padding_vertical_material +wangdaye.com.geometricweather.R$color: int material_on_primary_emphasis_high_type +androidx.swiperefreshlayout.R$id: int info +wangdaye.com.geometricweather.R$id: int item_about_translator_title +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialButtonToggleGroup +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableTintMode +androidx.lifecycle.LiveData: boolean mDispatchingValue +wangdaye.com.geometricweather.R$id: int activity_widget_config_cardAlphaTitle +androidx.recyclerview.R$dimen: int compat_button_padding_horizontal_material +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header +com.google.android.gms.common.api.GoogleApiClient: void unregisterConnectionFailedListener(com.google.android.gms.common.api.GoogleApiClient$OnConnectionFailedListener) +cyanogenmod.providers.CMSettings$System: void putListAsDelimitedString(android.content.ContentResolver,java.lang.String,java.lang.String,java.util.List) +cyanogenmod.app.suggest.ApplicationSuggestion: ApplicationSuggestion(android.os.Parcel,cyanogenmod.app.suggest.ApplicationSuggestion$1) +cyanogenmod.platform.R$integer: R$integer() +android.didikee.donate.R$color: int switch_thumb_normal_material_dark +com.google.android.material.R$id: int textinput_counter +androidx.appcompat.R$styleable: int Toolbar_titleTextColor +com.xw.repo.bubbleseekbar.R$id: int select_dialog_listview +androidx.preference.R$attr: int shouldDisableView +com.google.android.material.R$styleable: int Toolbar_titleTextColor +androidx.preference.R$style: int Widget_AppCompat_AutoCompleteTextView +androidx.swiperefreshlayout.R$dimen: int notification_right_icon_size +okhttp3.FormBody$Builder: java.util.List values +wangdaye.com.geometricweather.R$layout: int dialog_weather_hourly +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall +com.google.android.material.R$id: int accessibility_custom_action_22 +com.google.android.material.R$id: int baseline +james.adaptiveicon.R$styleable: int AlertDialog_listLayout +com.google.android.material.R$attr: int titleMarginEnd +okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner: java.lang.Object x509TrustManagerExtensions +com.bumptech.glide.integration.okhttp.R$color +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal +com.google.android.material.R$dimen: int abc_action_bar_stacked_tab_max_width +com.google.android.material.R$attr: int counterTextColor +okhttp3.Dispatcher: void enqueue(okhttp3.RealCall$AsyncCall) +androidx.appcompat.R$attr: int colorControlNormal +com.google.android.material.chip.Chip: float getChipStartPadding() +io.reactivex.Observable: io.reactivex.Observable dematerialize() +wangdaye.com.geometricweather.R$attr: int layout_optimizationLevel +com.google.android.material.R$styleable: int MaterialCalendarItem_android_insetBottom +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_SearchResult_Title +wangdaye.com.geometricweather.R$drawable: R$drawable() +androidx.preference.R$styleable: int PreferenceFragment_android_layout +wangdaye.com.geometricweather.common.ui.widgets.TagView: int getUncheckedBackgroundColor() +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_textAllCaps +androidx.appcompat.R$styleable: int AlertDialog_buttonPanelSideLayout +okhttp3.OkHttpClient: javax.net.SocketFactory socketFactory +androidx.appcompat.R$attr: int buttonGravity +com.jaredrummler.android.colorpicker.R$layout: int preference_widget_seekbar +androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event[] $VALUES +android.didikee.donate.R$attr: int displayOptions +android.didikee.donate.R$dimen: int notification_large_icon_height +wangdaye.com.geometricweather.R$string: int common_google_play_services_enable_text +androidx.appcompat.R$style: int TextAppearance_AppCompat_Subhead +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1: retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall this$0 +androidx.swiperefreshlayout.R$id: int time +com.google.android.material.R$color: int mtrl_btn_text_btn_ripple_color +androidx.appcompat.widget.AppCompatImageButton: void setBackgroundDrawable(android.graphics.drawable.Drawable) +retrofit2.OptionalConverterFactory$OptionalConverter: java.util.Optional convert(okhttp3.ResponseBody) +androidx.appcompat.R$styleable: int MenuItem_actionProviderClass +wangdaye.com.geometricweather.R$drawable: int ic_temperature_celsius +com.xw.repo.bubbleseekbar.R$attr: int popupMenuStyle +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Rain: AccuDailyResult$DailyForecasts$Day$Rain() +com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge +androidx.constraintlayout.widget.R$id: int line3 +androidx.core.R$style: R$style() +androidx.preference.R$styleable: int AppCompatTextView_firstBaselineToTopHeight +wangdaye.com.geometricweather.R$styleable: int[] MaterialAutoCompleteTextView +androidx.preference.R$styleable: int Spinner_popupTheme +cyanogenmod.providers.CMSettings$NameValueCache: java.lang.String getStringForUser(android.content.ContentResolver,java.lang.String,int) +com.google.android.material.R$style: int Base_Widget_AppCompat_EditText +com.jaredrummler.android.colorpicker.R$drawable: int abc_list_selector_disabled_holo_light +com.turingtechnologies.materialscrollbar.R$layout: int notification_action +androidx.preference.R$id: int search_bar +androidx.viewpager2.R$drawable: int notification_bg_low +androidx.recyclerview.widget.RecyclerView: long getNanoTime() +androidx.work.R$drawable: int notification_template_icon_low_bg +wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_shadow_height +cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setTodaysLow(double) +com.jaredrummler.android.colorpicker.R$id: int search_plate +okio.Okio: okio.Sink sink(java.nio.file.Path,java.nio.file.OpenOption[]) +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean getContent() +cyanogenmod.profiles.ConnectionSettings: int CM_MODE_ALL +androidx.coordinatorlayout.R$styleable: int GradientColorItem_android_color +cyanogenmod.app.Profile: Profile(android.os.Parcel,cyanogenmod.app.Profile$1) +okhttp3.internal.http2.Http2: byte FLAG_PRIORITY +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.R$styleable: int Transition_autoTransition +androidx.constraintlayout.widget.R$styleable: int Layout_layout_goneMarginBottom +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 +cyanogenmod.providers.CMSettings$System$2: CMSettings$System$2() +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionMode_Inverse +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored +androidx.constraintlayout.widget.R$id: int right_icon +androidx.hilt.R$dimen: int notification_media_narrow_margin +wangdaye.com.geometricweather.R$drawable: int weather_fog_mini_grey +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable +androidx.preference.R$styleable: int Preference_persistent +androidx.preference.R$id: int accessibility_custom_action_0 +androidx.work.OverwritingInputMerger +wangdaye.com.geometricweather.R$styleable: int NavigationView_shapeAppearanceOverlay +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_android_imeOptions +cyanogenmod.providers.CMSettings +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: void setSpeed(java.lang.String) +com.amap.api.fence.PoiItem: void setTypeCode(java.lang.String) +wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderLayout +okio.Okio: okio.Source source(java.io.InputStream,okio.Timeout) +android.didikee.donate.R$attr: int gapBetweenBars +wangdaye.com.geometricweather.R$dimen: int design_snackbar_min_width +okhttp3.internal.platform.JdkWithJettyBootPlatform: JdkWithJettyBootPlatform(java.lang.reflect.Method,java.lang.reflect.Method,java.lang.reflect.Method,java.lang.Class,java.lang.Class) +okhttp3.internal.connection.ConnectionSpecSelector: java.util.List connectionSpecs +com.google.android.material.R$color: int mtrl_on_primary_text_btn_text_color_selector +okhttp3.Request: okhttp3.Request$Builder newBuilder() +com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String j() +com.google.android.material.R$styleable: int MaterialCalendar_dayTodayStyle +cyanogenmod.providers.CMSettings$Global: boolean putIntForUser(android.content.ContentResolver,java.lang.String,int,int) +wangdaye.com.geometricweather.R$drawable: int notif_temp_29 +androidx.appcompat.R$style: int AlertDialog_AppCompat_Light +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: void cancel() +com.xw.repo.bubbleseekbar.R$color: int bright_foreground_material_dark +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Dialog_Alert +androidx.viewpager2.R$styleable: int RecyclerView_android_clipToPadding +com.github.rahatarmanahmed.cpv.CircularProgressView: boolean isIndeterminate() +com.turingtechnologies.materialscrollbar.R$styleable: int CardView_cardUseCompatPadding +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_endIconMode +cyanogenmod.profiles.AirplaneModeSettings +wangdaye.com.geometricweather.R$drawable: int notification_bg_normal_pressed +retrofit2.RequestBuilder: java.lang.String relativeUrl +com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_layout_anchor +com.google.android.material.R$dimen: int abc_text_size_subhead_material +wangdaye.com.geometricweather.R$styleable: int State_constraints +androidx.preference.R$id: int split_action_bar +androidx.appcompat.R$styleable: int AppCompatSeekBar_tickMarkTintMode +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_showText +androidx.appcompat.widget.AppCompatTextView: void setCustomSelectionActionModeCallback(android.view.ActionMode$Callback) +androidx.appcompat.resources.R$styleable: int[] StateListDrawableItem +androidx.lifecycle.Lifecycling: int getObserverConstructorType(java.lang.Class) +androidx.preference.R$attr: int switchTextAppearance +wangdaye.com.geometricweather.R$attr: int layout_editor_absoluteX +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Year_Selected +com.bumptech.glide.R$id: int glide_custom_view_target_tag +com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_thickness +okhttp3.WebSocketListener: void onClosing(okhttp3.WebSocket,int,java.lang.String) +wangdaye.com.geometricweather.main.MainActivityViewModel$Status: wangdaye.com.geometricweather.main.MainActivityViewModel$Status IDLE +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_focused_z +okhttp3.Response$Builder: okhttp3.Response$Builder code(int) +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_content_inset_material +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: int status +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_shapeAppearance +com.google.android.material.R$styleable: int BottomNavigationView_itemTextAppearanceActive +okio.BufferedSink: okio.BufferedSink writeUtf8(java.lang.String) +androidx.recyclerview.widget.RecyclerView: void setScrollState(int) +com.jaredrummler.android.colorpicker.R$styleable: int Spinner_popupTheme +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.Long id +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice +androidx.appcompat.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: AccuCurrentResult$PrecipitationSummary() +okhttp3.internal.connection.RealConnection +james.adaptiveicon.R$id: int normal +wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: java.lang.String getWidgetWeekIconModeName(android.content.Context) +android.didikee.donate.R$anim: int abc_popup_enter +com.google.android.material.R$attr: int chipEndPadding +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_android_fontWeight +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_translation_z_hovered_focused +okhttp3.ResponseBody$1: okio.BufferedSource source() +com.xw.repo.bubbleseekbar.R$style: int Platform_ThemeOverlay_AppCompat_Light +android.didikee.donate.R$styleable: int AppCompatTheme_textColorAlertDialogListItem +androidx.viewpager.R$styleable: int GradientColor_android_centerX +androidx.preference.R$attr: R$attr() +androidx.activity.R$styleable: int[] GradientColor +io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function8) +androidx.hilt.lifecycle.R$styleable: int ColorStateListItem_android_alpha +com.turingtechnologies.materialscrollbar.R$attr: int tabPaddingBottom +wangdaye.com.geometricweather.R$animator: int search_container_in +com.jaredrummler.android.colorpicker.R$drawable: int abc_list_selector_background_transition_holo_dark +androidx.lifecycle.extensions.R$color: int secondary_text_default_material_light +okhttp3.ConnectionSpec: okhttp3.ConnectionSpec MODERN_TLS +cyanogenmod.app.IProfileManager$Stub$Proxy +androidx.coordinatorlayout.R$dimen: int notification_small_icon_background_padding +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: java.lang.String to +androidx.hilt.R$id: int accessibility_custom_action_15 +androidx.hilt.work.R$id: int accessibility_custom_action_0 +androidx.work.R$attr: int fontProviderAuthority +android.didikee.donate.R$anim: int abc_slide_in_top +com.google.android.gms.base.R$drawable: int common_google_signin_btn_text_light_focused +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: long serialVersionUID +com.google.android.material.slider.Slider: void setThumbStrokeColor(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$styleable: int[] MaterialRadioButton +okhttp3.internal.cache.DiskLruCache: boolean removeEntry(okhttp3.internal.cache.DiskLruCache$Entry) +com.google.android.material.R$styleable: int MaterialCardView_strokeWidth +com.google.android.material.bottomnavigation.BottomNavigationMenuView +retrofit2.OkHttpCall$ExceptionCatchingResponseBody$1: OkHttpCall$ExceptionCatchingResponseBody$1(retrofit2.OkHttpCall$ExceptionCatchingResponseBody,okio.Source) +wangdaye.com.geometricweather.R$styleable: int[] ExtendedFloatingActionButton +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_19 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: java.util.List getValue() +io.reactivex.internal.util.VolatileSizeArrayList: java.util.ArrayList list +androidx.constraintlayout.widget.R$dimen: int abc_config_prefDialogWidth +wangdaye.com.geometricweather.R$id: int material_timepicker_edit_text +com.google.android.material.navigation.NavigationView: void setItemBackgroundResource(int) +androidx.constraintlayout.widget.R$attr: int tint +wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog +androidx.work.R$dimen: R$dimen() +cyanogenmod.externalviews.KeyguardExternalViewProviderService: java.lang.String META_DATA +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_CompactMenu +androidx.recyclerview.R$styleable: int[] ColorStateListItem +wangdaye.com.geometricweather.R$style: int RtlOverlay_DialogWindowTitle_AppCompat +androidx.swiperefreshlayout.R$styleable: int GradientColor_android_endY +com.turingtechnologies.materialscrollbar.R$attr: int textColorAlertDialogListItem +com.amap.api.fence.GeoFence: int ERROR_CODE_EXISTS +androidx.appcompat.R$id: int select_dialog_listview +com.jaredrummler.android.colorpicker.R$attr: int keylines +com.google.android.material.R$styleable: int AppCompatTheme_actionOverflowButtonStyle +com.google.android.material.R$id: int dragLeft +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle +wangdaye.com.geometricweather.R$attr: int spanCount +com.amap.api.location.AMapLocation: java.lang.String i +wangdaye.com.geometricweather.R$dimen: int material_filled_edittext_font_2_0_padding_top +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_mini_light +androidx.appcompat.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeThunderstormPrecipitationDuration +wangdaye.com.geometricweather.R$id: int item_alert_title +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_contentInsetStartWithNavigation +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPathRenderer: void setRootAlpha(int) androidx.preference.R$color: int background_floating_material_dark -wangdaye.com.geometricweather.R$id: int showTitle -okhttp3.internal.cache2.Relay: void commit(long) -android.didikee.donate.R$styleable: int AppCompatTheme_windowFixedHeightMinor -com.jaredrummler.android.colorpicker.R$drawable: int abc_text_select_handle_middle_mtrl_light -cyanogenmod.app.BaseLiveLockManagerService$1: boolean getLiveLockScreenEnabled() -androidx.appcompat.R$attr: int popupWindowStyle -androidx.recyclerview.R$dimen: R$dimen() -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarItemBackground -com.xw.repo.bubbleseekbar.R$dimen: int notification_action_icon_size -androidx.core.graphics.drawable.IconCompatParcelizer -com.amap.api.location.AMapLocation: int LOCATION_TYPE_GPS -androidx.customview.R$styleable: int ColorStateListItem_android_alpha -androidx.appcompat.R$id: int action_bar_title -com.turingtechnologies.materialscrollbar.R$attr: int subtitle -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: io.reactivex.Observer downstream -okio.BufferedSource: long readAll(okio.Sink) -androidx.preference.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle -okhttp3.internal.ws.WebSocketProtocol: int CLOSE_NO_STATUS_CODE -wangdaye.com.geometricweather.R$styleable: int MaterialTextView_android_lineHeight -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.disposables.Disposable upstream -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_DialogWhenLarge -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun: long EpochRise -com.jaredrummler.android.colorpicker.R$style: int Platform_AppCompat_Light -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_drawableRight -com.google.android.material.slider.RangeSlider: void setThumbStrokeColorResource(int) -androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse -com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType MAPBAR -io.reactivex.observers.TestObserver$EmptyObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.baidu.location.e.m -androidx.appcompat.widget.AbsActionBarView: void setContentHeight(int) -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STYLE_PREVIEW -com.turingtechnologies.materialscrollbar.R$id: int shortcut -com.jaredrummler.android.colorpicker.R$color: int bright_foreground_inverse_material_dark -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: java.lang.Integer clouds -com.google.android.material.R$style: int ThemeOverlay_AppCompat_DayNight_ActionBar -androidx.constraintlayout.widget.R$styleable: int[] FontFamilyFont -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: java.lang.String value -com.turingtechnologies.materialscrollbar.R$attr: int overlapAnchor -com.turingtechnologies.materialscrollbar.R$dimen: int abc_edit_text_inset_bottom_material -com.jaredrummler.android.colorpicker.R$style: int Preference_SeekBarPreference_Material -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_navigation_elevation -cyanogenmod.externalviews.ExternalView$2: int val$x -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceHeadline5 -com.google.android.material.R$attr: int toolbarNavigationButtonStyle -cyanogenmod.providers.CMSettings$Secure: java.lang.String QS_USE_MAIN_TILES -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_100 -android.didikee.donate.R$styleable: int AppCompatTheme_actionModeStyle -com.google.android.material.R$style: int Widget_AppCompat_ButtonBar_AlertDialog -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_105 -okhttp3.RealCall: okhttp3.EventListener eventListener -androidx.recyclerview.widget.RecyclerView: void setClipToPadding(boolean) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeIcePrecipitationDuration() -androidx.constraintlayout.motion.widget.MotionLayout: void setOnShow(float) -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_icon_vertical_padding_material -android.didikee.donate.R$color: int abc_background_cache_hint_selector_material_light -com.jaredrummler.android.colorpicker.R$dimen: int item_touch_helper_max_drag_scroll_per_frame -cyanogenmod.content.Intent: java.lang.String ACTION_RECENTS_LONG_PRESS -wangdaye.com.geometricweather.R$styleable: int ShapeableImageView_shapeAppearance -androidx.lifecycle.ViewModelProviders$DefaultFactory: ViewModelProviders$DefaultFactory(android.app.Application) -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Toolbar -androidx.constraintlayout.widget.R$drawable: int abc_btn_default_mtrl_shape -okio.RealBufferedSource: void readFully(byte[]) -okhttp3.internal.connection.RouteSelector -cyanogenmod.hardware.CMHardwareManager: int FEATURE_AUTO_CONTRAST -wangdaye.com.geometricweather.R$attr: int fontProviderFetchTimeout -wangdaye.com.geometricweather.R$styleable: int TextAppearance_textLocale -androidx.lifecycle.SavedStateHandle$1: android.os.Bundle saveState() -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DialogWhenLarge -com.jaredrummler.android.colorpicker.R$attr: int stackFromEnd -com.google.android.material.R$attr: int dividerPadding -androidx.transition.R$id: int transition_current_scene -cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_getCurrentLiveLockScreen -com.google.android.material.theme.MaterialComponentsViewInflater: MaterialComponentsViewInflater() -androidx.lifecycle.extensions.R$styleable: int[] FontFamily -androidx.viewpager.R$styleable: int FontFamilyFont_ttcIndex -androidx.loader.R$drawable: int notification_bg_low -androidx.viewpager.widget.PagerTabStrip: void setBackgroundDrawable(android.graphics.drawable.Drawable) -androidx.hilt.work.R$styleable: int FontFamily_fontProviderAuthority -com.amap.api.location.UmidtokenInfo: long e -okhttp3.internal.connection.StreamAllocation: okhttp3.internal.http.HttpCodec newStream(okhttp3.OkHttpClient,okhttp3.Interceptor$Chain,boolean) -com.xw.repo.bubbleseekbar.R$attr: int tooltipFrameBackground -com.github.rahatarmanahmed.cpv.CircularProgressView: void startAnimation() -james.adaptiveicon.R$color -wangdaye.com.geometricweather.R$attr: int state_collapsible -com.xw.repo.bubbleseekbar.R$integer: int status_bar_notification_info_maxnum -james.adaptiveicon.R$attr: int actionModeCutDrawable -com.xw.repo.bubbleseekbar.R$styleable: int[] CompoundButton -androidx.lifecycle.ProcessLifecycleOwner: void dispatchStopIfNeeded() -okhttp3.HttpUrl -wangdaye.com.geometricweather.R$string: int character_counter_overflowed_content_description -cyanogenmod.externalviews.KeyguardExternalView: void access$300(cyanogenmod.externalviews.KeyguardExternalView) -androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPostResumed(android.app.Activity) -com.jaredrummler.android.colorpicker.R$color: int dim_foreground_disabled_material_light -wangdaye.com.geometricweather.R$style: int material_button -com.google.android.material.datepicker.CalendarConstraints -okhttp3.internal.ws.RealWebSocket: okhttp3.Request request() -wangdaye.com.geometricweather.R$dimen: int abc_edit_text_inset_top_material -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_registerChangeListener -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getPm10Desc() -wangdaye.com.geometricweather.R$string: int material_timepicker_hour -com.xw.repo.bubbleseekbar.R$styleable: int[] ActionBar -com.jaredrummler.android.colorpicker.R$attr: int preferenceFragmentCompatStyle -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: java.lang.String getCardName(android.content.Context) -com.jaredrummler.android.colorpicker.R$attr: int titleMargins -okhttp3.internal.connection.StreamAllocation: boolean released -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs: AtmoAuraQAResult$MultiDaysIndexs() -com.google.android.material.R$layout: int abc_activity_chooser_view -wangdaye.com.geometricweather.R$anim: int fragment_fade_exit -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_TabView +androidx.loader.R$dimen: int notification_top_pad_large_text +androidx.appcompat.R$attr: int buttonBarNeutralButtonStyle +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title +com.google.android.material.R$styleable: int AppCompatTextView_fontFamily +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionMenuTextAppearance +okhttp3.internal.connection.StreamAllocation: okhttp3.Route route +android.didikee.donate.R$styleable: int Toolbar_titleMarginTop +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: MfHistoryResult$History() +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu +com.google.android.material.R$styleable: int Layout_layout_constraintVertical_chainStyle +com.google.android.material.R$styleable: int FloatingActionButton_ensureMinTouchTargetSize +wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_rotationX +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat +android.didikee.donate.R$id: int search_close_btn +wangdaye.com.geometricweather.settings.dialogs.RunningInBackgroundODialog: RunningInBackgroundODialog() +com.turingtechnologies.materialscrollbar.R$styleable: int TouchScrollBar_msb_autoHide +com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getSuffixText() +android.didikee.donate.R$dimen: int notification_main_column_padding_top +wangdaye.com.geometricweather.common.basic.models.weather.Alert: int getPriority() +android.didikee.donate.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight +androidx.constraintlayout.widget.R$layout: int abc_tooltip +com.google.android.material.tabs.TabLayout: void addOnTabSelectedListener(com.google.android.material.tabs.TabLayout$BaseOnTabSelectedListener) +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_verticalAlign +androidx.preference.R$id: int accessibility_custom_action_7 +dagger.hilt.android.internal.managers.ActivityRetainedComponentManager$ActivityRetainedComponentViewModel +com.google.android.material.card.MaterialCardView: int getContentPaddingBottom() +android.didikee.donate.R$drawable: int abc_ratingbar_material +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_contentInsetStart +cyanogenmod.content.Intent: java.lang.String ACTION_THEME_INSTALLED +com.jaredrummler.android.colorpicker.R$id: int cpv_hex +wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_minutelyBar +com.xw.repo.bubbleseekbar.R$id: int listMode +okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Header$Listener access$100(okhttp3.internal.http2.Http2Stream) +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit C +retrofit2.KotlinExtensions$suspendAndThrow$$inlined$suspendCoroutineUninterceptedOrReturn$lambda$1: void run() +com.google.android.material.R$styleable: int Badge_badgeTextColor +com.turingtechnologies.materialscrollbar.R$attr: int counterMaxLength +james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu +retrofit2.Retrofit: retrofit2.Converter nextResponseBodyConverter(retrofit2.Converter$Factory,java.lang.reflect.Type,java.lang.annotation.Annotation[]) +com.google.android.material.R$id: int motion_base +wangdaye.com.geometricweather.R$styleable: int SlidingItemContainerLayout_backgroundColorStart +io.reactivex.internal.subscriptions.SubscriptionHelper: boolean validate(long) +androidx.preference.R$style: int Base_Widget_AppCompat_ListView +androidx.appcompat.R$styleable: int AppCompatTheme_dialogPreferredPadding +james.adaptiveicon.R$style: int Widget_Compat_NotificationActionText +com.xw.repo.bubbleseekbar.R$attr: int thickness +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: java.lang.String timezone +okhttp3.internal.http2.Settings: int COUNT +cyanogenmod.app.Profile: cyanogenmod.profiles.BrightnessSettings mBrightness +com.turingtechnologies.materialscrollbar.R$id: int message +io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: long end +okhttp3.OkHttpClient$Builder: OkHttpClient$Builder(okhttp3.OkHttpClient) +com.google.android.material.R$attr: int bottomAppBarStyle +com.google.android.material.R$styleable: int Chip_chipMinHeight +retrofit2.Utils$GenericArrayTypeImpl: java.lang.reflect.Type componentType +androidx.constraintlayout.widget.R$attr: int flow_lastVerticalBias +com.turingtechnologies.materialscrollbar.R$attr: int actionBarSplitStyle +androidx.lifecycle.extensions.R$styleable: int GradientColor_android_startY +androidx.fragment.R$drawable: int notification_bg +okhttp3.OkHttpClient: okhttp3.Dispatcher dispatcher() +com.google.android.material.R$layout: int mtrl_alert_dialog_actions +androidx.appcompat.R$attr: int viewInflaterClass +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintWidth_default +james.adaptiveicon.R$attr: int drawerArrowStyle +cyanogenmod.app.ThemeVersion$ThemeVersionImpl2: cyanogenmod.app.ThemeVersion$ComponentVersion getDeviceComponentVersion(cyanogenmod.app.ThemeComponent) +okhttp3.internal.cache.DiskLruCache: boolean mostRecentRebuildFailed +androidx.constraintlayout.widget.R$styleable: int[] RecycleListView +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider this$1 +cyanogenmod.providers.CMSettings$Secure: int getIntForUser(android.content.ContentResolver,java.lang.String,int,int) +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup +wangdaye.com.geometricweather.R$style: int Animation_AppCompat_DropDownUp +okio.SegmentPool: long byteCount +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: void onError(java.lang.Throwable) +cyanogenmod.themes.ThemeManager: cyanogenmod.themes.ThemeManager getInstance(android.content.Context) +androidx.hilt.lifecycle.R$styleable: int FontFamily_fontProviderCerts +com.jaredrummler.android.colorpicker.R$styleable: int[] SwitchCompat +androidx.fragment.app.Fragment: Fragment() +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_orderInCategory +androidx.preference.R$styleable: int[] ListPopupWindow +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 +androidx.swiperefreshlayout.R$id: int action_image +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_sheet_peek_height_min +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.HourlyEntity) +james.adaptiveicon.R$styleable: int AppCompatTheme_seekBarStyle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric: double Value +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int FREEZING_RAIN +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_growMode +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX +wangdaye.com.geometricweather.R$string: int precipitation_overview +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setTextColor(int) +wangdaye.com.geometricweather.R$styleable: int Toolbar_titleTextAppearance +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_android_weightSum +okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean forWebSocket +com.google.android.material.R$layout: int design_navigation_item +wangdaye.com.geometricweather.R$styleable: int TextAppearance_fontFamily +okhttp3.FormBody$Builder: java.util.List names +wangdaye.com.geometricweather.R$id: int FUNCTION +android.support.v4.os.IResultReceiver$Default: android.os.IBinder asBinder() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_drawableEnd +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer getRealFeelTemperature() +androidx.fragment.app.FragmentManagerState +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Long readKey(android.database.Cursor,int) +com.turingtechnologies.materialscrollbar.R$attr: int contentInsetStartWithNavigation +androidx.preference.R$drawable: int notification_tile_bg +wangdaye.com.geometricweather.R$id: int currentLocationButton +com.google.gson.internal.LazilyParsedNumber: long longValue() +com.google.android.material.textfield.TextInputLayout: int getBoxStrokeWidth() +android.didikee.donate.R$style: int Theme_AppCompat_DialogWhenLarge +com.google.android.material.snackbar.SnackbarContentLayout: SnackbarContentLayout(android.content.Context) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_97 +com.bumptech.glide.R$style: int Widget_Compat_NotificationActionContainer +com.google.android.material.R$styleable: int[] ClockFaceView +okhttp3.HttpUrl: java.lang.String FRAGMENT_ENCODE_SET +io.reactivex.Observable: io.reactivex.Single toList(java.util.concurrent.Callable) +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation +androidx.swiperefreshlayout.R$attr: int fontWeight +io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver +wangdaye.com.geometricweather.R$styleable: int[] TagView +androidx.lifecycle.AbstractSavedStateViewModelFactory: androidx.savedstate.SavedStateRegistry mSavedStateRegistry +android.didikee.donate.R$drawable: int abc_action_bar_item_background_material +wangdaye.com.geometricweather.R$attr: int collapseContentDescription +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeTotalPrecipitationDuration +androidx.constraintlayout.widget.R$layout: int abc_action_bar_up_container +com.turingtechnologies.materialscrollbar.R$attr: int layout_behavior +cyanogenmod.hardware.ICMHardwareService: int getSupportedFeatures() +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Overline +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: int limit +com.amap.api.fence.GeoFence: int o +wangdaye.com.geometricweather.R$styleable: int Toolbar_title +okhttp3.internal.platform.JdkWithJettyBootPlatform$JettyNegoProvider: java.util.List protocols +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomSheet_Modal +androidx.drawerlayout.R$drawable: int notification_tile_bg +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_controlBackground +com.xw.repo.bubbleseekbar.R$color: int material_grey_100 +androidx.appcompat.R$styleable: int AppCompatTextView_textLocale +wangdaye.com.geometricweather.R$attr: int helperTextEnabled +androidx.preference.R$id: int scrollIndicatorDown +retrofit2.HttpException: java.lang.String message +wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: void setMax(float) +com.jaredrummler.android.colorpicker.R$id: int start +androidx.preference.R$style: int Base_Widget_AppCompat_ActionButton_Overflow +androidx.core.R$id: int accessibility_custom_action_29 +androidx.preference.R$styleable: int MenuItem_android_menuCategory +io.reactivex.internal.schedulers.RxThreadFactory: boolean nonBlocking +androidx.vectordrawable.R$layout: R$layout() +com.google.android.material.R$string: int abc_menu_delete_shortcut_label +io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: void onError(java.lang.Throwable) +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_textStyle +androidx.constraintlayout.widget.R$string: int status_bar_notification_info_overflow +androidx.core.widget.NestedScrollView: NestedScrollView(android.content.Context,android.util.AttributeSet) +androidx.preference.R$dimen: int abc_text_size_title_material_toolbar +androidx.coordinatorlayout.R$id: int line1 +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_seekBarStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: java.lang.String en_US +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: java.lang.String getDensityVoice(android.content.Context,float) +cyanogenmod.themes.IThemeService$Stub$Proxy: long getLastThemeChangeTime() +com.google.android.material.R$styleable: int AppCompatTheme_actionModeShareDrawable +io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy LATEST +wangdaye.com.geometricweather.R$attr: int shapeAppearanceSmallComponent +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void innerError(java.lang.Throwable) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_COLOR_AUTO_VALIDATOR +android.didikee.donate.R$attr: int textAppearanceSearchResultSubtitle +androidx.lifecycle.HasDefaultViewModelProviderFactory +cyanogenmod.externalviews.KeyguardExternalView: android.content.Context mContext +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Display2 +cyanogenmod.profiles.BrightnessSettings: void setValue(int) +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode HAIL +androidx.drawerlayout.R$id: int tag_unhandled_key_listeners +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog +wangdaye.com.geometricweather.R$id: int widget_day_week_temp_1 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean forecastHourly +wangdaye.com.geometricweather.R$dimen: int abc_text_size_display_3_material +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionBar_TabText +com.google.android.material.chip.Chip: void setChipStrokeColorResource(int) +androidx.constraintlayout.widget.ConstraintLayout: int getOptimizationLevel() +cyanogenmod.platform.Manifest$permission: java.lang.String OBSERVE_AUDIO_SESSIONS +wangdaye.com.geometricweather.R$attr: int state_liftable +com.xw.repo.bubbleseekbar.R$drawable: int abc_list_longpressed_holo +okio.AsyncTimeout$2: okio.AsyncTimeout this$0 +com.google.android.material.R$id: int material_hour_tv +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.disposables.Disposable upstream +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: java.lang.Object singleItem +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_fitToContents +retrofit2.Utils: boolean hasUnresolvableType(java.lang.reflect.Type) +androidx.activity.R$color: int ripple_material_light +wangdaye.com.geometricweather.R$string: int content_des_pm25 +com.xw.repo.bubbleseekbar.R$styleable: int[] Spinner +okio.Util: int reverseBytesInt(int) +com.google.android.material.R$color: int abc_tint_seek_thumb +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property Time +com.google.android.material.R$animator: int linear_indeterminate_line1_tail_interpolator +com.bumptech.glide.Registry$MissingComponentException +android.didikee.donate.R$attr: int actionBarPopupTheme +wangdaye.com.geometricweather.db.entities.DailyEntityDao: org.greenrobot.greendao.query.Query weatherEntity_DailyEntityListQuery +cyanogenmod.app.Profile$ProfileTrigger$1: java.lang.Object createFromParcel(android.os.Parcel) +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String pubTime +okhttp3.internal.http.BridgeInterceptor: java.lang.String cookieHeader(java.util.List) +android.didikee.donate.R$attr: int switchPadding +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_collapsedTitleTextAppearance +retrofit2.adapter.rxjava2.BodyObservable$BodyObserver +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall +okhttp3.CacheControl$Builder: boolean noTransform +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWindSpeed(java.lang.Float) +androidx.lifecycle.Lifecycling$1: Lifecycling$1(androidx.lifecycle.LifecycleEventObserver) +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: long timeout +com.google.android.material.circularreveal.CircularRevealLinearLayout: CircularRevealLinearLayout(android.content.Context,android.util.AttributeSet) +android.support.v4.os.ResultReceiver$1: java.lang.Object[] newArray(int) +androidx.activity.R$styleable: int GradientColor_android_centerColor +okhttp3.RealCall$1 +androidx.appcompat.R$id: int accessibility_custom_action_9 +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void emit() +io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: io.reactivex.Observer downstream +com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour PastHour +org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.query.QueryBuilder queryBuilder(java.lang.Class) +com.jaredrummler.android.colorpicker.R$color: int primary_dark_material_light +io.reactivex.internal.observers.DeferredScalarDisposable: io.reactivex.Observer downstream +android.didikee.donate.R$drawable: int abc_seekbar_thumb_material +wangdaye.com.geometricweather.R$styleable: int ActionBar_height +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_alertDialogCenterButtons +okhttp3.Cache$Entry: java.util.List readCertificateList(okio.BufferedSource) +wangdaye.com.geometricweather.common.basic.models.weather.Weather: Weather(wangdaye.com.geometricweather.common.basic.models.weather.Base,wangdaye.com.geometricweather.common.basic.models.weather.Current,wangdaye.com.geometricweather.common.basic.models.weather.History,java.util.List,java.util.List,java.util.List,java.util.List) +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_android_orientation +wangdaye.com.geometricweather.R$styleable: int MaterialButton_android_insetBottom +wangdaye.com.geometricweather.R$styleable: int Variant_region_widthLessThan +com.bumptech.glide.integration.okhttp.R$dimen: int notification_top_pad +okhttp3.internal.proxy.NullProxySelector: void connectFailed(java.net.URI,java.net.SocketAddress,java.io.IOException) +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setIcon(android.graphics.drawable.Drawable) +androidx.appcompat.R$attr: int editTextBackground +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog +cyanogenmod.externalviews.KeyguardExternalView$8: cyanogenmod.externalviews.KeyguardExternalView this$0 +com.google.android.material.R$layout: int material_clock_display_divider +com.xw.repo.bubbleseekbar.R$drawable: int notification_template_icon_bg +android.didikee.donate.R$attr: int titleMargins +androidx.transition.R$styleable: int GradientColor_android_startColor +androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableTransition_android_drawable +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_editTextStyle +androidx.constraintlayout.widget.R$anim: int abc_popup_exit +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Dialog_Alert +wangdaye.com.geometricweather.background.polling.basic.Hilt_AwakeForegroundUpdateService: Hilt_AwakeForegroundUpdateService() +com.turingtechnologies.materialscrollbar.R$style: int CardView_Dark +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_ratingBarStyleIndicator +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: int requestFusion(int) +androidx.appcompat.R$attr: int track +cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onKeyguardDismissed() +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: long COMPLETE_MASK +cyanogenmod.weather.WeatherLocation: java.lang.String getCity() +com.google.android.material.internal.CheckableImageButton$SavedState +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: void setDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: boolean requestDismissAndStartActivity(android.content.Intent) +cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: android.os.IBinder asBinder() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial: AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial() +androidx.vectordrawable.R$dimen: int notification_content_margin_start +androidx.preference.R$dimen: int abc_search_view_preferred_height +com.amap.api.fence.GeoFence: com.amap.api.fence.PoiItem getPoiItem() +cyanogenmod.providers.DataUsageContract: java.lang.String BYTES +okio.ForwardingSink: okio.Sink delegate() +com.google.android.material.R$attr: int expandedTitleTextAppearance +wangdaye.com.geometricweather.R$styleable: int ImageFilterView_saturation +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_android_touchscreenBlocksFocus +wangdaye.com.geometricweather.R$attr: int transitionShapeAppearance +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WetBulbTemperature +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintGuide_begin +okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection$Listener listener +com.google.android.material.R$dimen: int abc_select_dialog_padding_start_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: java.lang.String getZh_TW() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_lineHeight +com.google.android.material.R$attr: int tabMaxWidth +wangdaye.com.geometricweather.R$drawable: int weather_wind_mini_dark +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getWeatherSource() +wangdaye.com.geometricweather.R$styleable: int Layout_minHeight +com.google.android.material.R$string: int abc_toolbar_collapse_description +okhttp3.logging.HttpLoggingInterceptor$Logger +androidx.lifecycle.extensions.R$drawable: R$drawable() +android.didikee.donate.R$styleable: int AppCompatTheme_activityChooserViewStyle +wangdaye.com.geometricweather.db.entities.AlertEntity: void setDate(java.util.Date) +wangdaye.com.geometricweather.R$drawable: int ic_mtrl_chip_checked_circle +cyanogenmod.power.PerformanceManager: int PROFILE_HIGH_PERFORMANCE +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken STRING +androidx.vectordrawable.R$id: int line1 +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedEmitLast +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonStyleSmall +cyanogenmod.power.PerformanceManagerInternal +com.amap.api.location.AMapLocation: boolean isFixLastLocation() +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_title_material +com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableTransition_android_drawable +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Rain: AccuDailyResult$DailyForecasts$Night$Rain() +com.jaredrummler.android.colorpicker.R$id: int notification_main_column_container +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHeight_default +com.turingtechnologies.materialscrollbar.R$layout: int abc_screen_simple_overlay_action_mode +androidx.preference.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getNighttimeWeatherText() +wangdaye.com.geometricweather.R$styleable: int Insets_paddingLeftSystemWindowInsets +cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: void processWeatherUpdateRequest(cyanogenmod.weather.RequestInfo) +com.jaredrummler.android.colorpicker.ColorPickerView: void setAlphaSliderText(java.lang.String) +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle +androidx.preference.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Metric: AccuCurrentResult$Precip1hr$Metric() +com.google.android.material.R$attr: int suffixText +io.reactivex.Observable: io.reactivex.Observable take(long,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.R$styleable: int RoundCornerTransition_radius_to +io.reactivex.Observable: io.reactivex.Observable concatWith(io.reactivex.SingleSource) +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: io.reactivex.Observer downstream +okhttp3.internal.connection.ConnectionSpecSelector: boolean isFallbackPossible(javax.net.ssl.SSLSocket) +com.google.android.material.R$styleable: int LinearLayoutCompat_android_baselineAligned +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_percent +wangdaye.com.geometricweather.R$styleable: int Layout_maxWidth +okhttp3.MultipartBody: MultipartBody(okio.ByteString,okhttp3.MediaType,java.util.List) +okio.Buffer: okio.BufferedSink write(byte[],int,int) +wangdaye.com.geometricweather.R$style: int PreferenceThemeOverlay_v14_Material +androidx.work.WorkInfo$State: androidx.work.WorkInfo$State valueOf(java.lang.String) +cyanogenmod.themes.ThemeManager$1$2: cyanogenmod.themes.ThemeManager$1 this$1 +com.google.gson.internal.LazilyParsedNumber: boolean equals(java.lang.Object) +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_visibility +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_viewInflaterClass +cyanogenmod.power.IPerformanceManager: boolean getProfileHasAppProfiles(int) +androidx.vectordrawable.R$id: int accessibility_custom_action_21 +io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: io.reactivex.Observer downstream +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowActionModeOverlay +okio.Okio$4: Okio$4(java.net.Socket) +androidx.lifecycle.extensions.R$attr: R$attr() +androidx.appcompat.R$style: int Widget_AppCompat_ListPopupWindow +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.LocationEntityDao locationEntityDao +androidx.hilt.R$id: int accessibility_custom_action_26 +androidx.fragment.R$id: int accessibility_custom_action_8 +android.didikee.donate.R$attr: int state_above_anchor +android.didikee.donate.R$styleable: int ActionBar_titleTextStyle +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title +com.google.android.material.R$attr: int layout_anchor +com.google.android.material.bottomappbar.BottomAppBar: float getFabCradleRoundedCornerRadius() +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Button +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog +io.reactivex.Observable: io.reactivex.Completable concatMapCompletableDelayError(io.reactivex.functions.Function,boolean,int) +androidx.appcompat.resources.R$styleable: int ColorStateListItem_alpha +com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge +androidx.core.R$attr +com.xw.repo.bubbleseekbar.R$style: int Base_V7_Widget_AppCompat_Toolbar +retrofit2.Retrofit$Builder: Retrofit$Builder(retrofit2.Platform) +retrofit2.OkHttpCall$ExceptionCatchingResponseBody$1: retrofit2.OkHttpCall$ExceptionCatchingResponseBody this$0 +androidx.lifecycle.reactivestreams.R +com.google.android.material.R$styleable: int FontFamilyFont_android_font +androidx.work.R$attr: int fontWeight +com.google.android.material.R$style: int EmptyTheme +wangdaye.com.geometricweather.R$layout: int cpv_color_item_circle +com.google.android.material.textfield.MaterialAutoCompleteTextView +androidx.appcompat.R$id: int search_button +com.google.gson.internal.LinkedTreeMap: boolean containsKey(java.lang.Object) +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer windDirection +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_29 +cyanogenmod.weatherservice.ServiceRequest: cyanogenmod.weather.RequestInfo mInfo +com.google.android.material.R$style: int Base_Widget_AppCompat_ActionBar_TabBar +okhttp3.RealCall$AsyncCall: okhttp3.Callback responseCallback +cyanogenmod.weather.WeatherLocation: java.lang.String access$202(cyanogenmod.weather.WeatherLocation,java.lang.String) +com.google.android.material.R$dimen: int mtrl_extended_fab_translation_z_hovered_focused +androidx.appcompat.R$attr: int queryHint +com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight +androidx.transition.R$dimen: int notification_right_icon_size +com.xw.repo.bubbleseekbar.R$attr: int customNavigationLayout +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_searchHintIcon +com.jaredrummler.android.colorpicker.R$dimen: int item_touch_helper_swipe_escape_max_velocity +androidx.customview.R$attr: R$attr() +james.adaptiveicon.R$style: int Base_Animation_AppCompat_DropDownUp +androidx.work.ExistingPeriodicWorkPolicy: androidx.work.ExistingPeriodicWorkPolicy KEEP +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_EditText +okhttp3.RequestBody$2: int val$byteCount +com.google.android.material.R$id: int date_picker_actions +james.adaptiveicon.R$style: int Widget_AppCompat_Button +com.jaredrummler.android.colorpicker.R$drawable: int abc_vector_test +wangdaye.com.geometricweather.R$dimen: int abc_dialog_fixed_width_minor +wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setWeatherText(java.lang.String) +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_SearchView_ActionBar +androidx.preference.R$dimen: int abc_text_size_button_material +androidx.appcompat.R$styleable: int Toolbar_maxButtonHeight +cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_NOTIF_COUNT +androidx.hilt.work.R$style +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabPaddingStart +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constrainedWidth +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoldLevel +wangdaye.com.geometricweather.R$string: int material_slider_range_start +cyanogenmod.providers.CMSettings$Secure: java.lang.String DEFAULT_THEME_COMPONENTS +wangdaye.com.geometricweather.R$attr: int materialAlertDialogTitlePanelStyle +cyanogenmod.app.CustomTile$Builder: java.lang.String mContentDescription +com.google.android.material.R$attr: int seekBarStyle +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_type +androidx.appcompat.R$attr: int listDividerAlertDialog +retrofit2.Retrofit$1: retrofit2.Retrofit this$0 +wangdaye.com.geometricweather.R$styleable: int MaterialButton_iconPadding +james.adaptiveicon.R$styleable: int AppCompatTheme_listDividerAlertDialog +androidx.appcompat.R$style: int Base_V21_Theme_AppCompat_Light_Dialog +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Display2 +com.turingtechnologies.materialscrollbar.R$attr: int foregroundInsidePadding +androidx.preference.R$styleable: int AppCompatTheme_buttonBarStyle +okhttp3.Cache$1: Cache$1(okhttp3.Cache) +cyanogenmod.app.Profile$ProfileTrigger$1: java.lang.Object[] newArray(int) +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_normal +okhttp3.OkHttpClient$Builder: java.util.List interceptors() +wangdaye.com.geometricweather.settings.dialogs.ProvidersPreviewerDialog: ProvidersPreviewerDialog() +com.amap.api.location.AMapLocation: java.lang.String getPoiName() +okhttp3.Handshake: java.util.List localCertificates() +androidx.work.R$styleable: int GradientColor_android_endX +androidx.loader.R$dimen: int compat_control_corner_material +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Small_Inverse +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: java.lang.String getPubTime() +com.google.android.material.R$style: int Base_Widget_AppCompat_Toolbar +androidx.core.R$id: int async +com.jaredrummler.android.colorpicker.R$style: int Base_AlertDialog_AppCompat +wangdaye.com.geometricweather.R$dimen: int mtrl_high_ripple_focused_alpha +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header +com.google.android.material.appbar.AppBarLayout$Behavior: AppBarLayout$Behavior() +retrofit2.Utils$ParameterizedTypeImpl: int hashCode() +com.turingtechnologies.materialscrollbar.R$attr: int homeAsUpIndicator +wangdaye.com.geometricweather.R$attr: int backgroundInsetStart +james.adaptiveicon.R$dimen: int tooltip_corner_radius +com.google.android.material.R$id +com.google.android.material.R$styleable: int Layout_layout_constraintRight_creator +androidx.vectordrawable.R$attr: int fontVariationSettings +wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_text_dark_normal +com.jaredrummler.android.colorpicker.R$attr: int titleMarginBottom +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_padding_bottom +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_curveFit +androidx.constraintlayout.widget.R$dimen: int abc_dropdownitem_text_padding_right +cyanogenmod.providers.CMSettings$System: java.lang.String USE_EDGE_SERVICE_FOR_GESTURES +androidx.appcompat.resources.R$layout: int notification_action_tombstone +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator REVERSE_LOOKUP_PROVIDER_VALIDATOR +com.google.android.material.R$style: int Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense +com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert +wangdaye.com.geometricweather.R$drawable: int notification_action_background +com.jaredrummler.android.colorpicker.R$id: int parentPanel +com.amap.api.location.AMapLocation: double b(com.amap.api.location.AMapLocation,double) +androidx.recyclerview.R$id: int text2 +androidx.recyclerview.R$id: int accessibility_custom_action_28 +wangdaye.com.geometricweather.R$styleable: int Constraint_android_id +androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat_ActionBar +com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_subMenuArrow +androidx.lifecycle.ProcessLifecycleOwner: androidx.lifecycle.Lifecycle getLifecycle() +wangdaye.com.geometricweather.R$styleable: int Toolbar_contentInsetEnd +androidx.customview.R$styleable: int[] FontFamily +wangdaye.com.geometricweather.R$integer: int mtrl_card_anim_delay_ms +com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_centerColor +james.adaptiveicon.R$attr: int spinBars +android.didikee.donate.R$color: int bright_foreground_material_light +androidx.constraintlayout.widget.R$drawable: int abc_list_selector_background_transition_holo_light +androidx.activity.R$id: int icon_group +androidx.constraintlayout.widget.R$styleable: int KeyPosition_percentX +okhttp3.Headers: int hashCode() +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse +io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,boolean) +android.didikee.donate.R$styleable: int AppCompatTheme_spinnerStyle +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Ice: AccuDailyResult$DailyForecasts$Day$Ice() +cyanogenmod.weather.RequestInfo$1: java.lang.Object createFromParcel(android.os.Parcel) +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property Province +com.google.android.material.chip.Chip: com.google.android.material.resources.TextAppearance getTextAppearance() +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$8 +android.didikee.donate.R$dimen: int notification_large_icon_width +androidx.preference.R$styleable: int PopupWindow_android_popupAnimationStyle +okhttp3.internal.cache.CacheStrategy: CacheStrategy(okhttp3.Request,okhttp3.Response) +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void onError(java.lang.Throwable) +android.didikee.donate.R$attr: int track +androidx.appcompat.widget.AppCompatCheckBox: void setButtonDrawable(android.graphics.drawable.Drawable) +okhttp3.internal.http2.Http2Stream$FramingSink: okio.Timeout timeout() +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setCity(java.lang.String) +wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: NumberAnimTextView(android.content.Context,android.util.AttributeSet) +io.reactivex.internal.observers.InnerQueuedObserver: boolean isDisposed() +wangdaye.com.geometricweather.R$attr: int buttonBarNegativeButtonStyle +android.didikee.donate.R$style: int Widget_AppCompat_Light_ListView_DropDown +androidx.preference.R$color: int abc_btn_colored_text_material +com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceListItem +com.amap.api.fence.GeoFence: int ERROR_CODE_FAILURE_CONNECTION +wangdaye.com.geometricweather.R$styleable: int MaterialButton_strokeColor +cyanogenmod.themes.IThemeService$Stub$Proxy: void requestThemeChange(cyanogenmod.themes.ThemeChangeRequest,boolean) +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dropDownListViewStyle +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarTheme +com.amap.api.location.AMapLocation: void setNumber(java.lang.String) +io.reactivex.Observable: io.reactivex.Single contains(java.lang.Object) +androidx.swiperefreshlayout.R$id: int right_side +james.adaptiveicon.R$color: int material_grey_100 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX +wangdaye.com.geometricweather.R$id: int textinput_prefix_text +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWeatherText(java.lang.String) +james.adaptiveicon.R$id: int contentPanel +android.didikee.donate.R$styleable: int SearchView_iconifiedByDefault +com.turingtechnologies.materialscrollbar.R$styleable: int RecycleListView_paddingBottomNoButtons +io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: io.reactivex.Observer downstream +okhttp3.internal.platform.AndroidPlatform: void log(int,java.lang.String,java.lang.Throwable) +androidx.appcompat.R$string: int abc_activity_chooser_view_see_all +okio.GzipSource: byte FNAME +androidx.viewpager.widget.ViewPager: void setPageMargin(int) +androidx.work.R$styleable: int GradientColor_android_tileMode +androidx.constraintlayout.widget.R$styleable: int[] ConstraintSet +androidx.customview.R$dimen: int compat_button_inset_horizontal_material +androidx.appcompat.R$attr: int drawableEndCompat +okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level[] $VALUES +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: void setDesc(java.lang.String) +androidx.fragment.app.Fragment$2 +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_checkable +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_showDelay +io.reactivex.Observable: io.reactivex.Observable withLatestFrom(java.lang.Iterable,io.reactivex.functions.Function) +cyanogenmod.themes.ThemeManager$1$2: void run() +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_verticalStyle +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: java.util.Map groups +androidx.legacy.coreutils.R$styleable: int GradientColor_android_startX +retrofit2.ParameterHandler$Field: void apply(retrofit2.RequestBuilder,java.lang.Object) +wangdaye.com.geometricweather.R$styleable: int[] CoordinatorLayout_Layout +android.didikee.donate.R$styleable: int ActionBar_divider +com.google.android.material.R$styleable: int Constraint_layout_goneMarginLeft +androidx.preference.R$dimen: int hint_pressed_alpha_material_dark +com.xw.repo.bubbleseekbar.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 +wangdaye.com.geometricweather.remoteviews.config.DayWeekWidgetConfigActivity: DayWeekWidgetConfigActivity() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int IceProbability +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property AqiIndex +com.google.android.material.R$attr: int layoutManager +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout +androidx.activity.R$styleable: int GradientColor_android_endX +androidx.preference.R$attr: int buttonTintMode +androidx.appcompat.R$styleable: int[] ViewBackgroundHelper +com.google.android.material.R$layout: int mtrl_calendar_month_navigation +androidx.hilt.lifecycle.R$drawable: int notification_tile_bg +cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: void lookupCity(cyanogenmod.weather.RequestInfo) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ProgressBar +com.google.android.material.R$dimen: int abc_text_size_display_1_material +james.adaptiveicon.R$attr: int itemPadding +com.amap.api.fence.GeoFence: void setCenter(com.amap.api.location.DPoint) +okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean recover(java.io.IOException,okhttp3.internal.connection.StreamAllocation,boolean,okhttp3.Request) +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver otherObserver +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setStrokeColor(int) +cyanogenmod.app.LiveLockScreenManager +com.google.android.gms.base.R$string: int common_google_play_services_enable_button +james.adaptiveicon.R$style: int Base_Widget_AppCompat_CompoundButton_Switch +androidx.preference.R$attr: int subtitleTextAppearance +wangdaye.com.geometricweather.R$attr: int motionProgress +com.jaredrummler.android.colorpicker.R$layout: int abc_list_menu_item_checkbox +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_commitIcon +com.jaredrummler.android.colorpicker.R$attr: int switchTextAppearance +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorControlNormal +androidx.preference.R$styleable: int AppCompatTextView_drawableTintMode +androidx.coordinatorlayout.R$integer: int status_bar_notification_info_maxnum +androidx.preference.R$style: int Widget_AppCompat_Spinner_DropDown +androidx.preference.R$style: int Base_DialogWindowTitle_AppCompat +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void dispose() +wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents +james.adaptiveicon.R$styleable: int Spinner_android_popupBackground +com.jaredrummler.android.colorpicker.R$attr: int listDividerAlertDialog +james.adaptiveicon.R$attr: int colorPrimary +com.turingtechnologies.materialscrollbar.R$dimen: int notification_small_icon_size_as_large +androidx.constraintlayout.widget.R$attr: int buttonTintMode +wangdaye.com.geometricweather.R$styleable: int MenuGroup_android_orderInCategory +james.adaptiveicon.R$id: int add +com.google.android.material.textfield.TextInputLayout: void setErrorContentDescription(java.lang.CharSequence) +wangdaye.com.geometricweather.common.basic.models.weather.WindDegree +com.amap.api.location.AMapLocation: void setCity(java.lang.String) +wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_sun +androidx.loader.R$id: int italic +cyanogenmod.providers.CMSettings$System$3 +io.reactivex.exceptions.CompositeException: java.lang.String getMessage() +okhttp3.internal.http2.Http2Connection$5: void execute() +com.jaredrummler.android.colorpicker.R$attr: int editTextColor +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +com.google.android.material.R$color: int mtrl_outlined_icon_tint +androidx.legacy.coreutils.R$dimen: int notification_right_icon_size +okhttp3.Cookie: boolean matches(okhttp3.HttpUrl) +androidx.appcompat.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow: java.lang.Float cumul6H +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getWeatherSource() +wangdaye.com.geometricweather.R$attr: int region_heightLessThan +android.didikee.donate.R$attr: int subtitleTextAppearance +cyanogenmod.hardware.CMHardwareManager: int getDisplayGammaCalibrationMin() +androidx.recyclerview.R$drawable: R$drawable() +wangdaye.com.geometricweather.R$id: int floating +com.amap.api.location.AMapLocation: void setErrorCode(int) +com.google.android.material.R$styleable: int[] StateListDrawableItem +okhttp3.internal.tls.OkHostnameVerifier: boolean verifyIpAddress(java.lang.String,java.security.cert.X509Certificate) +wangdaye.com.geometricweather.R$attr: int layout_constraintRight_toLeftOf +james.adaptiveicon.R$attr: int iconifiedByDefault +okhttp3.internal.http.RealInterceptorChain: int writeTimeout +okhttp3.Address: boolean equalsNonHost(okhttp3.Address) +cyanogenmod.providers.CMSettings$System: java.lang.String getStringForUser(android.content.ContentResolver,java.lang.String,int) +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +android.didikee.donate.R$styleable: int[] ActionMode +androidx.appcompat.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog +com.google.android.material.R$string: int abc_shareactionprovider_share_with +com.amap.api.location.AMapLocationClientOption$GeoLanguage: com.amap.api.location.AMapLocationClientOption$GeoLanguage ZH +wangdaye.com.geometricweather.R$id: int event +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getSo2() +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light_Dialog +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getTotalPrecipitationProbability() +androidx.dynamicanimation.R$style: int TextAppearance_Compat_Notification_Title +com.google.android.material.R$layout: int mtrl_calendar_months +wangdaye.com.geometricweather.R$attr: int editTextColor +wangdaye.com.geometricweather.R$styleable: int Tooltip_android_minHeight +wangdaye.com.geometricweather.R$id: int center_vertical +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Compat_Notification_Line2 +com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_LOCATION +wangdaye.com.geometricweather.R$id: int item_icon_provider_title +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_AES_256_CBC_SHA +androidx.appcompat.R$attr: int drawableLeftCompat +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setProgressBackgroundColorSchemeColor(int) +android.didikee.donate.R$styleable: int SwitchCompat_switchMinWidth +com.google.android.material.R$layout: int abc_list_menu_item_radio +wangdaye.com.geometricweather.R$attr: int shapeAppearanceMediumComponent +wangdaye.com.geometricweather.R$attr: int layout_constraintBaseline_creator +wangdaye.com.geometricweather.R$id: int default_activity_button +com.xw.repo.bubbleseekbar.R$attr: int layout +com.google.android.material.R$drawable: int abc_ic_star_half_black_16dp +com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getCounterTextColor() +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String COL_VALUE +cyanogenmod.app.CustomTile$1: java.lang.Object createFromParcel(android.os.Parcel) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property Time +wangdaye.com.geometricweather.R$integer: int cpv_default_anim_sync_duration +com.google.android.material.R$attr: int behavior_autoHide +okhttp3.HttpUrl: java.util.Set queryParameterNames() +wangdaye.com.geometricweather.weather.json.mf.MfRainResult: long updatedOn +androidx.constraintlayout.widget.R$styleable: int GradientColorItem_android_offset +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay +com.google.android.material.bottomnavigation.BottomNavigationView: android.view.Menu getMenu() +androidx.preference.R$style: int Base_TextAppearance_AppCompat_SearchResult +com.xw.repo.bubbleseekbar.R$string: int abc_action_mode_done +okhttp3.internal.cache.CacheInterceptor: CacheInterceptor(okhttp3.internal.cache.InternalCache) +android.didikee.donate.R$color: int primary_text_disabled_material_light +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.lang.Integer RIGHT_VALUE +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHorizontal_chainStyle +cyanogenmod.app.ICMTelephonyManager: void setDataConnectionState(boolean) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setCo(java.lang.Float) +io.reactivex.Observable: java.lang.Iterable blockingLatest() +retrofit2.RequestFactory$Builder: retrofit2.ParameterHandler[] parameterHandlers +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getUvLevel() +com.google.android.gms.base.R$id: int light +com.google.android.material.textfield.TextInputLayout: void setPlaceholderText(java.lang.CharSequence) +androidx.constraintlayout.motion.widget.MotionLayout: float getProgress() +androidx.lifecycle.DefaultLifecycleObserver: void onResume(androidx.lifecycle.LifecycleOwner) +androidx.preference.R$styleable: int AppCompatTheme_ratingBarStyleSmall +com.google.android.material.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_creator +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPathRenderer: int getRootAlpha() +com.turingtechnologies.materialscrollbar.R$drawable: int indicator +androidx.appcompat.R$anim: int btn_checkbox_to_unchecked_box_inner_merged_animation +androidx.constraintlayout.widget.R$styleable: int Layout_maxWidth +io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit,long) +retrofit2.Retrofit: java.util.List callAdapterFactories() +androidx.core.R$attr: int fontProviderFetchStrategy +com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked +com.xw.repo.bubbleseekbar.R$attr: int seekBarStyle +com.turingtechnologies.materialscrollbar.R$styleable: int CompoundButton_android_button +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header +okhttp3.internal.http.RealResponseBody: java.lang.String contentTypeString +com.google.android.material.R$styleable: int ActionMode_closeItemLayout +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary +wangdaye.com.geometricweather.R$layout: int widget_day_mini +com.google.android.material.R$anim: int btn_radio_to_on_mtrl_ring_outer_animation +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: double HoursOfSnow +androidx.lifecycle.ViewModelProvider: ViewModelProvider(androidx.lifecycle.ViewModelStoreOwner) +wangdaye.com.geometricweather.R$id: int parent +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView: int getMarginBottom() +wangdaye.com.geometricweather.R$string: int feels_like +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_goneMarginTop +androidx.legacy.coreutils.R$styleable: int[] ColorStateListItem +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +com.google.android.material.navigation.NavigationView: NavigationView(android.content.Context) +cyanogenmod.providers.CMSettings$Secure: java.lang.String LOCKSCREEN_INTERNALLY_ENABLED +cyanogenmod.platform.Manifest$permission: java.lang.String WRITE_SECURE_SETTINGS +wangdaye.com.geometricweather.R$attr: int materialTimePickerTheme +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_IME_SWITCHER_VALIDATOR +androidx.appcompat.widget.AppCompatTextView: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) +cyanogenmod.externalviews.ExternalViewProperties: android.view.View mDecorView +com.jaredrummler.android.colorpicker.R$attr: int reverseLayout +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: boolean setDisposable(io.reactivex.disposables.Disposable,int) +androidx.constraintlayout.helper.widget.Flow: void setFirstHorizontalBias(float) +com.google.android.material.R$styleable: int MaterialRadioButton_useMaterialThemeColors +okhttp3.internal.http2.PushObserver: boolean onData(int,okio.BufferedSource,int,boolean) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWindDegree +androidx.lifecycle.Transformations$3 +com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_precise_anchor_threshold +wangdaye.com.geometricweather.R$styleable: int DialogPreference_dialogTitle +androidx.constraintlayout.widget.R$string: int abc_menu_sym_shortcut_label +okhttp3.internal.tls.BasicTrustRootIndex: java.util.Map subjectToCaCerts +retrofit2.converter.gson.GsonConverterFactory: retrofit2.Converter requestBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],java.lang.annotation.Annotation[],retrofit2.Retrofit) +okhttp3.internal.platform.OptionalMethod: java.lang.String methodName +android.didikee.donate.R$style: int Base_DialogWindowTitleBackground_AppCompat +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle +retrofit2.DefaultCallAdapterFactory$1: java.lang.Object adapt(retrofit2.Call) +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: long serialVersionUID +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: boolean isDisposed() +androidx.preference.R$styleable: int AppCompatTheme_dialogTheme +com.github.rahatarmanahmed.cpv.CircularProgressView: int color +cyanogenmod.app.Profile: boolean mDirty +com.google.android.material.R$attr: int tabTextColor +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabRippleColor +wangdaye.com.geometricweather.R$string: int key_dark_mode +androidx.constraintlayout.widget.R$attr: int autoSizeTextType +wangdaye.com.geometricweather.R$dimen: int material_emphasis_medium +cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String YEAR +wangdaye.com.geometricweather.db.entities.DailyEntity: void setPm10(java.lang.Float) +cyanogenmod.themes.ThemeChangeRequest$Builder: void buildChangeRequestFromThemeConfig(android.content.res.ThemeConfig) +androidx.preference.R$style: int Theme_AppCompat_DayNight_Dialog +com.xw.repo.bubbleseekbar.R$attr: int layout_anchor +okhttp3.Address: okhttp3.HttpUrl url() +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder connectionPool(okhttp3.ConnectionPool) +com.amap.api.fence.GeoFence: GeoFence() +com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_layout_keyline +okio.Buffer: okio.Timeout timeout() +james.adaptiveicon.R$layout: int abc_list_menu_item_icon +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningAdvice: MfWarningsResult$WarningAdvice() +com.google.android.gms.base.R$drawable: int common_google_signin_btn_text_light_normal_background +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxBackgroundMode +android.didikee.donate.R$attr: int windowActionBar +io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property Co +com.google.android.material.R$dimen: int mtrl_alert_dialog_picker_background_inset +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_max +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: KeyguardExternalViewProviderService$Provider(cyanogenmod.externalviews.KeyguardExternalViewProviderService,android.os.Bundle) +com.google.android.material.R$styleable: int Constraint_flow_horizontalGap +io.reactivex.internal.operators.observable.ObservableGroupBy$State: java.util.concurrent.atomic.AtomicBoolean cancelled +com.google.android.material.card.MaterialCardView: android.graphics.drawable.Drawable getCheckedIcon() +com.google.android.material.R$attr: int badgeGravity +com.google.android.material.R$id: int start +androidx.viewpager.R$color: int notification_icon_bg_color +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String COL_KEY +androidx.activity.R$styleable: int[] ColorStateListItem +wangdaye.com.geometricweather.R$dimen: int abc_alert_dialog_button_bar_height +androidx.constraintlayout.widget.R$styleable: int KeyTrigger_triggerId +okhttp3.internal.http2.Http2Connection$Builder: Http2Connection$Builder(boolean) +com.google.android.material.R$styleable: int[] CustomAttribute +com.google.android.material.R$id: int item_touch_helper_previous_elevation +com.turingtechnologies.materialscrollbar.R$styleable: int[] TextInputLayout +retrofit2.Retrofit$1: java.lang.Object invoke(java.lang.Object,java.lang.reflect.Method,java.lang.Object[]) +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: float unitFactor +com.google.android.material.R$style: int Platform_Widget_AppCompat_Spinner +android.didikee.donate.R$style: int Base_Widget_AppCompat_Button_Borderless +com.jaredrummler.android.colorpicker.R$attr: int actionBarWidgetTheme +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: java.lang.String getUrl() +com.google.android.material.R$styleable: int SnackbarLayout_backgroundOverlayColorAlpha +james.adaptiveicon.R$styleable: int ActionBar_titleTextStyle +com.google.android.material.R$dimen: int mtrl_calendar_header_height_fullscreen +cyanogenmod.app.PartnerInterface: void shutdownDevice() +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_Switch +wangdaye.com.geometricweather.common.basic.models.weather.Alert: long time +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_AES_256_GCM_SHA384 +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Headline +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay +com.xw.repo.bubbleseekbar.R$styleable: int MenuView_subMenuArrow +androidx.lifecycle.extensions.R$dimen: int compat_button_inset_vertical_material +wangdaye.com.geometricweather.R$attr: int indicatorColors +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_1_light +wangdaye.com.geometricweather.R$styleable: int MaterialButton_android_insetLeft +androidx.constraintlayout.widget.R$dimen: int compat_notification_large_icon_max_height +cyanogenmod.profiles.BrightnessSettings: void setOverride(boolean) +okhttp3.internal.cache2.Relay$RelaySource: void close() +wangdaye.com.geometricweather.R$attr: int msb_barColor +cyanogenmod.hardware.ThermalListenerCallback$State: java.lang.String toString(int) +androidx.preference.R$style: int Base_Widget_AppCompat_Light_ActionBar +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setWeatherSource(java.lang.String) +com.google.android.material.R$styleable: int AppCompatTextView_drawableBottomCompat +io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: void onNext(java.lang.Object) +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Button_Borderless +androidx.hilt.R$styleable: int GradientColor_android_startColor +wangdaye.com.geometricweather.db.entities.DailyEntityDao: DailyEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: CaiYunMainlyResult$AlertsBean$ImagesBean() +wangdaye.com.geometricweather.db.entities.DailyEntity: void setSunSetDate(java.util.Date) +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer getApparentTemperature() +wangdaye.com.geometricweather.R$attr: int circularInset +okhttp3.internal.Util: byte[] EMPTY_BYTE_ARRAY +cyanogenmod.providers.CMSettings$System: boolean putLongForUser(android.content.ContentResolver,java.lang.String,long,int) +com.turingtechnologies.materialscrollbar.R$string: int status_bar_notification_info_overflow +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int Icon +io.reactivex.internal.disposables.DisposableHelper: boolean isDisposed(io.reactivex.disposables.Disposable) +com.turingtechnologies.materialscrollbar.R$id: int search_src_text +com.jaredrummler.android.colorpicker.R$attr: int summaryOff +androidx.preference.R$style: int Base_Widget_AppCompat_ImageButton +com.turingtechnologies.materialscrollbar.R$id: int default_activity_button +wangdaye.com.geometricweather.R$styleable: int ListPreference_android_entryValues +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float getPressure() +io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: ObservableReplay$SizeAndTimeBoundReplayBuffer(int,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +wangdaye.com.geometricweather.background.polling.work.worker.NormalUpdateWorker: NormalUpdateWorker(android.content.Context,androidx.work.WorkerParameters,wangdaye.com.geometricweather.location.LocationHelper,wangdaye.com.geometricweather.weather.WeatherHelper) +okio.ByteString: okio.ByteString hmacSha1(okio.ByteString) +okhttp3.OkHttpClient$Builder: java.net.ProxySelector proxySelector +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_marginEnd +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintWidth_default +io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver +wangdaye.com.geometricweather.R$attr: int collapsedSize +com.google.android.material.R$attr: int behavior_peekHeight +cyanogenmod.providers.WeatherContract$WeatherColumns$TempUnit: WeatherContract$WeatherColumns$TempUnit() +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: void dispose() +wangdaye.com.geometricweather.R$layout: int container_snackbar_card +androidx.vectordrawable.animated.R$string +wangdaye.com.geometricweather.R$layout: int preference_information +com.google.android.material.R$string: int mtrl_picker_toggle_to_calendar_input_mode +com.google.android.material.R$anim: int abc_slide_out_top +wangdaye.com.geometricweather.R$attr: int bsb_rtl +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_icon +wangdaye.com.geometricweather.R$dimen: int clock_face_margin_start +com.google.android.material.R$dimen: int mtrl_calendar_header_selection_line_height +okhttp3.Request: okhttp3.Headers headers +james.adaptiveicon.R$attr: int splitTrack +androidx.activity.R$id: R$id() +cyanogenmod.profiles.StreamSettings: int describeContents() +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getCurrentDisplayMode +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: java.lang.Object leaveTransform(java.lang.Object) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated +com.google.android.material.R$attr: int layout_constraintWidth_max +wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: java.lang.String country +androidx.lifecycle.SavedStateHandleController$1: androidx.savedstate.SavedStateRegistry val$registry +wangdaye.com.geometricweather.R$dimen: int notification_content_margin_start +com.google.android.material.R$styleable: int[] FlowLayout +androidx.appcompat.widget.ActivityChooserView$InnerLayout: ActivityChooserView$InnerLayout(android.content.Context,android.util.AttributeSet) +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_backgroundSplit +wangdaye.com.geometricweather.R$styleable: int PopupWindow_android_popupBackground +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_expandedOffset +androidx.drawerlayout.R$drawable +okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Writer writer +com.jaredrummler.android.colorpicker.R$attr: int titleMarginTop +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ListMenuView +androidx.coordinatorlayout.widget.CoordinatorLayout: void setStatusBarBackgroundColor(int) +wangdaye.com.geometricweather.R$style: int PreferenceFragment +androidx.lifecycle.LifecycleObserver +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_CompactMenu +androidx.appcompat.R$styleable: int SwitchCompat_android_thumb +wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation: wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation TOP +com.amap.api.location.AMapLocation: double getLatitude() +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Weather: java.lang.String icon +wangdaye.com.geometricweather.R$attr: int headerLayout +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TimePicker_Display +com.bumptech.glide.load.DecodeFormat: com.bumptech.glide.load.DecodeFormat PREFER_ARGB_8888 +wangdaye.com.geometricweather.R$style: int Base_V14_ThemeOverlay_MaterialComponents_Dialog +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowFixedWidthMinor +io.reactivex.Observable: io.reactivex.Completable switchMapCompletableDelayError(io.reactivex.functions.Function) +com.google.android.gms.base.R$string: int common_google_play_services_notification_channel_name +wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_shadowRadius +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_star_half_black_48dp +androidx.customview.R$styleable: int FontFamilyFont_ttcIndex +cyanogenmod.app.IProfileManager$Stub: android.os.IBinder asBinder() +com.xw.repo.bubbleseekbar.R$styleable +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow: java.lang.Float cumul3H +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder callTimeout(java.time.Duration) +cyanogenmod.app.ProfileManager: ProfileManager(android.content.Context) +wangdaye.com.geometricweather.R$attr: int cpv_animDuration +cyanogenmod.app.BaseLiveLockManagerService: boolean unregisterChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) +com.google.android.material.R$style: int Theme_AppCompat_DayNight +com.github.rahatarmanahmed.cpv.CircularProgressView$9: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 +androidx.appcompat.R$drawable: int notification_bg_normal +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: boolean isDataConnectionEnabled() +androidx.preference.R$drawable: int abc_list_divider_mtrl_alpha +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.HourlyEntity,int) +androidx.constraintlayout.widget.R$attr: int actionModePopupWindowStyle +com.amap.api.fence.GeoFence: void setRadius(float) +com.google.android.material.R$dimen: int tooltip_y_offset_touch +com.google.android.material.R$styleable: int Toolbar_subtitleTextAppearance +androidx.cardview.R$styleable: int CardView_contentPaddingTop +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_STATUS_BAR +com.google.gson.internal.$Gson$Types$WildcardTypeImpl: java.lang.String toString() +com.jaredrummler.android.colorpicker.R$color: int primary_dark_material_dark +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilityRain: MfForecastResult$ProbabilityForecast$ProbabilityRain() +wangdaye.com.geometricweather.R$id: int editText +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintTop_toBottomOf +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_45 +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int AQI_INDEX_5 +com.google.android.material.R$drawable: int mtrl_ic_arrow_drop_up +com.bumptech.glide.integration.okhttp.R$attr: int coordinatorLayoutStyle +androidx.appcompat.R$styleable: int[] FontFamilyFont +com.xw.repo.bubbleseekbar.R$attr: int bsb_seek_step_section +wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_outline_box_expanded_padding +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_maxElementsWrap +wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTodayForecastUpdateService: ForegroundTodayForecastUpdateService() +james.adaptiveicon.R$color: int material_blue_grey_900 +io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: MpscLinkedQueue$LinkedQueueNode() +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_TabView +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintGuide_percent +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintStart_toEndOf +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: java.lang.String WidgetPhrase +wangdaye.com.geometricweather.R$styleable: int SwitchPreference_android_switchTextOff +androidx.core.R$id: int accessibility_custom_action_12 +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: boolean isEntityUpdateable() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Direction: int Degrees +okhttp3.internal.ws.WebSocketWriter: okhttp3.internal.ws.WebSocketWriter$FrameSink frameSink +com.jaredrummler.android.colorpicker.R$id: int tag_unhandled_key_listeners +okhttp3.internal.http1.Http1Codec: void cancel() +com.google.android.material.R$styleable: int Variant_constraints +james.adaptiveicon.R$dimen: int abc_search_view_preferred_width +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_83 +okhttp3.internal.http1.Http1Codec$AbstractSource: Http1Codec$AbstractSource(okhttp3.internal.http1.Http1Codec,okhttp3.internal.http1.Http1Codec$1) +cyanogenmod.app.ThemeVersion: int CM12_PRE_VERSIONING +androidx.appcompat.R$styleable: int ActionBar_height +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHorizontal_bias +androidx.fragment.app.FragmentContainerView: FragmentContainerView(android.content.Context) +com.google.gson.stream.JsonReader: int peekNumber() +androidx.viewpager2.R$attr: int spanCount +cyanogenmod.weather.WeatherInfo: double access$602(cyanogenmod.weather.WeatherInfo,double) +cyanogenmod.weather.CMWeatherManager: java.lang.String TAG +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_goneMarginRight +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarSwipeRefreshLayout: FitSystemBarSwipeRefreshLayout(android.content.Context) +com.google.android.material.internal.StaticLayoutBuilderCompat$StaticLayoutBuilderCompatException +com.google.android.material.R$drawable: int abc_control_background_material +io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: long serialVersionUID +wangdaye.com.geometricweather.R$layout: int mtrl_picker_header_fullscreen +okio.InflaterSource: boolean closed +com.turingtechnologies.materialscrollbar.R$color: int highlighted_text_material_dark +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float getThunderstorm() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String date +com.google.android.material.card.MaterialCardView: MaterialCardView(android.content.Context,android.util.AttributeSet,int) +androidx.transition.R$id: int parent_matrix +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_navigationIcon +androidx.lifecycle.MediatorLiveData$Source: MediatorLiveData$Source(androidx.lifecycle.LiveData,androidx.lifecycle.Observer) +cyanogenmod.providers.CMSettings$DiscreteValueValidator: CMSettings$DiscreteValueValidator(java.lang.String[]) +androidx.appcompat.widget.FitWindowsViewGroup: void setOnFitSystemWindowsListener(androidx.appcompat.widget.FitWindowsViewGroup$OnFitSystemWindowsListener) +androidx.lifecycle.LiveData$LifecycleBoundObserver: boolean shouldBeActive() +okhttp3.Authenticator: okhttp3.Authenticator NONE +cyanogenmod.profiles.RingModeSettings: RingModeSettings(java.lang.String,boolean) +cyanogenmod.app.IProfileManager +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_BACKGROUND +androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type CENTER_X +com.google.android.material.R$dimen: int mtrl_btn_elevation +androidx.viewpager2.R$attr: int fastScrollVerticalTrackDrawable +androidx.lifecycle.ViewModelProvider$OnRequeryFactory +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_BLUETOOTH_ICON +wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: java.lang.String getPollenVoice(android.content.Context,java.lang.Integer) +androidx.appcompat.R$attr: int overlapAnchor +com.google.android.gms.common.server.converter.StringToIntConverter +androidx.loader.R$id: int right_side +com.turingtechnologies.materialscrollbar.R$styleable: int ColorStateListItem_alpha +com.google.android.material.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog +com.turingtechnologies.materialscrollbar.R$id: int action_context_bar +com.google.android.material.R$styleable: int Constraint_layout_constraintCircleAngle +wangdaye.com.geometricweather.R$color: int mtrl_btn_stroke_color_selector +com.google.android.gms.common.server.response.SafeParcelResponse +androidx.appcompat.R$styleable: int AppCompatTextView_lineHeight +androidx.constraintlayout.widget.R$styleable: int Transition_duration +cyanogenmod.themes.IThemeProcessingListener$Stub$Proxy: java.lang.String getInterfaceDescriptor() +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ProgressBar +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_3 +com.google.android.material.internal.NavigationMenuItemView: void setIconTintList(android.content.res.ColorStateList) +cyanogenmod.app.Profile: void setSecondaryUuids(java.util.List) +androidx.lifecycle.extensions.R$dimen: int notification_large_icon_width +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Snow: double Value +com.google.android.material.bottomnavigation.BottomNavigationView: void setItemTextAppearanceInactive(int) +androidx.appcompat.R$styleable: int AlertDialog_buttonIconDimen +com.jaredrummler.android.colorpicker.R$dimen: R$dimen() +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents +com.turingtechnologies.materialscrollbar.TouchScrollBar: float getHandleOffset() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: int getStatus() +androidx.legacy.coreutils.R$layout: int notification_template_part_chronometer +james.adaptiveicon.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha +com.turingtechnologies.materialscrollbar.R$drawable: int abc_textfield_activated_mtrl_alpha androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowNoTitle -com.xw.repo.bubbleseekbar.R$attr: int allowStacking -androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getOverlayThemePackageName() -android.didikee.donate.R$style: int Widget_AppCompat_PopupWindow -com.google.android.material.appbar.CollapsingToolbarLayout: void setCollapsedTitleTypeface(android.graphics.Typeface) -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void onNext(java.lang.Object) -com.google.android.material.R$styleable: int AlertDialog_singleChoiceItemLayout -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Body1 -androidx.hilt.R$drawable: int notification_bg_low -james.adaptiveicon.R$styleable: int FontFamily_fontProviderFetchStrategy -com.google.android.material.R$attr: int flow_firstVerticalStyle -okhttp3.Request$Builder: okhttp3.Request build() -com.google.android.material.navigation.NavigationView: android.content.res.ColorStateList getItemTextColor() -wangdaye.com.geometricweather.R$attr: int collapseContentDescription -com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse -androidx.appcompat.R$dimen: int abc_disabled_alpha_material_light -androidx.appcompat.app.WindowDecorActionBar: void removeOnMenuVisibilityListener(androidx.appcompat.app.ActionBar$OnMenuVisibilityListener) -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_alphabeticShortcut -com.google.android.material.R$styleable: int ConstraintSet_android_transformPivotY -wangdaye.com.geometricweather.R$style: int Widget_Design_TabLayout -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver -okhttp3.internal.http2.Http2Stream$FramingSink: boolean finished -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber -com.google.android.material.R$styleable: int[] MaterialShape -wangdaye.com.geometricweather.R$id: int tag_icon_top -android.didikee.donate.R$style: int Widget_AppCompat_ActionButton_Overflow -io.reactivex.internal.observers.DeferredScalarDisposable: void dispose() -androidx.appcompat.R$drawable: int btn_radio_on_to_off_mtrl_animation -com.google.android.material.R$dimen: int material_cursor_inset_top -androidx.appcompat.R$styleable: int ColorStateListItem_alpha -wangdaye.com.geometricweather.R$styleable: int ActionBar_contentInsetEnd -okhttp3.Headers: int hashCode() -com.google.android.material.R$style: int Theme_MaterialComponents_Light_BottomSheetDialog -android.didikee.donate.R$style: int Base_V21_Theme_AppCompat_Light -cyanogenmod.app.ProfileManager: java.lang.String EXTRA_LAST_PROFILE_UUID -wangdaye.com.geometricweather.R$layout: int abc_dialog_title_material -androidx.constraintlayout.widget.R$attr: int iconTint -com.jaredrummler.android.colorpicker.R$styleable: int[] LinearLayoutCompat -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Small_Inverse -androidx.constraintlayout.widget.R$attr: int transitionEasing -cyanogenmod.hardware.CMHardwareManager: java.lang.String getLtoSource() -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode FOG -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: java.lang.Integer iso0 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX: void setBrands(java.util.List) -io.reactivex.Observable: io.reactivex.Observable onErrorReturn(io.reactivex.functions.Function) -wangdaye.com.geometricweather.common.rxjava.BaseObserver: void onFailed() -androidx.preference.R$id: int search_button -com.amap.api.fence.GeoFence: void setCustomId(java.lang.String) -com.google.android.material.R$dimen: int mtrl_calendar_header_toggle_margin_bottom -com.google.android.material.R$styleable: int Constraint_android_layout_marginStart -androidx.preference.R$styleable: int[] FragmentContainerView -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_textAllCaps -com.turingtechnologies.materialscrollbar.R$string: int abc_menu_sym_shortcut_label -io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: int limit -com.jaredrummler.android.colorpicker.R$id: int scrollView -androidx.hilt.work.R$id: int accessibility_custom_action_1 -com.google.android.material.R$attr: int thumbRadius -okhttp3.internal.http2.Http2Stream: void waitForIo() -cyanogenmod.app.ICMTelephonyManager: void setSubState(int,boolean) -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorIconDrawable -wangdaye.com.geometricweather.R$id: int scrollable -com.google.android.material.R$id: int message -android.didikee.donate.R$attr: int actionModeShareDrawable -cyanogenmod.app.ProfileGroup$Mode: cyanogenmod.app.ProfileGroup$Mode[] $VALUES -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float getPM10() -com.baidu.location.e.h$c: com.baidu.location.e.h$c d -com.google.android.material.R$styleable: int ConstraintSet_flow_lastHorizontalStyle -okhttp3.CertificatePinner: int hashCode() -okhttp3.internal.platform.Platform: void configureSslSocketFactory(javax.net.ssl.SSLSocketFactory) -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_fontVariationSettings +james.adaptiveicon.R$layout: int abc_alert_dialog_button_bar_material +cyanogenmod.weather.WeatherInfo: int access$302(cyanogenmod.weather.WeatherInfo,int) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog_Icon +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Large +wangdaye.com.geometricweather.R$id: int activity_about_recyclerView +com.baidu.location.e.m +cyanogenmod.weather.ICMWeatherManager$Stub: int TRANSACTION_registerWeatherServiceProviderChangeListener +wangdaye.com.geometricweather.R$styleable: int[] ConstraintSet +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: boolean delayErrors +androidx.preference.R$color: int primary_dark_material_dark +com.xw.repo.bubbleseekbar.R$color: int dim_foreground_material_light +okhttp3.internal.http1.Http1Codec$FixedLengthSource: long read(okio.Buffer,long) +wangdaye.com.geometricweather.R$drawable: int ic_wechat_pay +com.jaredrummler.android.colorpicker.R$id: int alertTitle +com.amap.api.location.AMapLocation: java.lang.String k(com.amap.api.location.AMapLocation,java.lang.String) +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: java.lang.Object resource +io.reactivex.internal.util.VolatileSizeArrayList: boolean addAll(java.util.Collection) +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit MUGPCUM +wangdaye.com.geometricweather.R$layout: int activity_main +io.reactivex.exceptions.CompositeException: void printStackTrace() +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String NAVBAR_BACK_BUTTON +com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Snow Snow +androidx.legacy.coreutils.R$styleable: int FontFamilyFont_android_fontWeight +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: boolean done +com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable +com.google.android.material.slider.BaseSlider: void setTrackHeight(int) +com.jaredrummler.android.colorpicker.R$style: int AlertDialog_AppCompat +com.google.android.material.R$dimen: int material_cursor_inset_bottom +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceImageView_maxWidth +androidx.appcompat.R$attr: int tooltipForegroundColor +androidx.lifecycle.extensions.R$style: R$style() +com.turingtechnologies.materialscrollbar.R$attr: int windowFixedWidthMinor +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life +com.google.android.material.R$styleable: int AppBarLayout_android_background +okio.BufferedSource: int read(byte[],int,int) +androidx.coordinatorlayout.R$id: int action_container +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setTempMin(java.lang.String) +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_menuCategory +androidx.constraintlayout.widget.R$styleable: int MotionLayout_showPaths +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: ObservableSequenceEqual$EqualCoordinator(io.reactivex.Observer,int,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiPredicate) +androidx.cardview.R$color: int cardview_light_background +com.google.android.material.chip.Chip: void setChipCornerRadiusResource(int) +com.google.android.material.R$styleable: int TextInputLayout_startIconDrawable +androidx.constraintlayout.widget.R$attr: int layout_constraintTag +androidx.constraintlayout.widget.R$styleable: int[] AnimatedStateListDrawableTransition +retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder baseUrl(okhttp3.HttpUrl) +com.jaredrummler.android.colorpicker.R$drawable: int abc_text_select_handle_left_mtrl_light +androidx.preference.R$styleable: int SeekBarPreference_adjustable +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceGroup_initialExpandedChildrenCount +androidx.cardview.R$styleable: int CardView_contentPaddingBottom +com.xw.repo.bubbleseekbar.R$attr: int autoSizeStepGranularity +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Compat_Notification_Info +wangdaye.com.geometricweather.R$drawable: int shortcuts_clear_night +com.github.rahatarmanahmed.cpv.CircularProgressView$1: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 +androidx.preference.R$attr: int navigationContentDescription +androidx.preference.R$id: int accessibility_custom_action_30 +androidx.appcompat.resources.R$integer +androidx.preference.R$style: int Base_V22_Theme_AppCompat +android.didikee.donate.R$styleable: int Toolbar_subtitleTextAppearance +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean unRegisterThermalListener(cyanogenmod.hardware.IThermalListenerCallback) +wangdaye.com.geometricweather.R$styleable: int MaterialCardView_state_dragged +io.reactivex.internal.util.HashMapSupplier: io.reactivex.internal.util.HashMapSupplier valueOf(java.lang.String) +io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: void soNext(io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode) +wangdaye.com.geometricweather.R$attr: int colorControlNormal +com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat_Light +com.jaredrummler.android.colorpicker.R$layout: int expand_button +androidx.appcompat.R$style: int TextAppearance_AppCompat_Display1 +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub: IExternalViewProviderFactory$Stub() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: long EpochRise +androidx.swiperefreshlayout.R$styleable: int ColorStateListItem_alpha +androidx.customview.R$id: int right_side +android.didikee.donate.R$drawable: int abc_text_select_handle_middle_mtrl_light +com.google.gson.FieldNamingPolicy$1: java.lang.String translateName(java.lang.reflect.Field) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setNo2(java.lang.String) +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionButton +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title +android.didikee.donate.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle +android.didikee.donate.R$styleable: int AppCompatImageView_tintMode +com.turingtechnologies.materialscrollbar.R$bool +cyanogenmod.app.Profile$TriggerState +com.jaredrummler.android.colorpicker.R$drawable: int abc_dialog_material_background +com.google.android.material.R$attr: int motion_triggerOnCollision +wangdaye.com.geometricweather.R$dimen: int design_snackbar_action_inline_max_width +com.google.android.material.R$style: int Base_V26_Widget_AppCompat_Toolbar +wangdaye.com.geometricweather.R$attr: int layoutDuringTransition +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setBackgroundTintMode(android.graphics.PorterDuff$Mode) +wangdaye.com.geometricweather.R$dimen: int compat_notification_large_icon_max_height +androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_PAUSE +cyanogenmod.providers.DataUsageContract: int COLUMN_OF_UID +com.jaredrummler.android.colorpicker.R$dimen: int tooltip_precise_anchor_threshold +james.adaptiveicon.R$dimen: int abc_text_size_display_3_material +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_placeholderText +okio.ForwardingSource +okhttp3.internal.http2.Http2Stream: okio.Source getSource() +james.adaptiveicon.R$attr: int actionBarDivider +com.turingtechnologies.materialscrollbar.R$attr: int checkedChip +wangdaye.com.geometricweather.R$xml: int icon_provider_shortcut_filter +com.google.android.material.radiobutton.MaterialRadioButton: android.content.res.ColorStateList getMaterialThemeColorsTintList() +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao +androidx.work.R$styleable: int FontFamilyFont_font +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType TransactionRunnable +com.google.android.material.R$styleable: int Layout_android_layout_marginBottom +wangdaye.com.geometricweather.R$string: int feedback_initializing +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_translationZ +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void onComplete() +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_splitTrack +okhttp3.internal.cache.DiskLruCache$Editor: void detach() +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: io.reactivex.internal.util.AtomicThrowable error +com.google.android.gms.location.zzo: android.os.Parcelable$Creator CREATOR +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_fontStyle +android.didikee.donate.R$attr: int actionDropDownStyle +androidx.preference.R$styleable: int SearchView_android_inputType +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircleView: CircleView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$color: int darkPrimary_5 +io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: io.reactivex.subjects.UnicastSubject this$0 +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_clear_material +androidx.recyclerview.R$id: int tag_screen_reader_focusable +io.reactivex.internal.util.NotificationLite$SubscriptionNotification: long serialVersionUID +okhttp3.Handshake: okhttp3.Handshake get(javax.net.ssl.SSLSession) +okhttp3.internal.http2.Http2Connection$6: boolean val$inFinished +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_Button +wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_moonPhaseIcon +cyanogenmod.app.IPartnerInterface +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_body_1_material +com.github.rahatarmanahmed.cpv.CircularProgressView: void init(android.util.AttributeSet,int) +androidx.lifecycle.SavedStateHandleController: androidx.lifecycle.SavedStateHandleController create(androidx.savedstate.SavedStateRegistry,androidx.lifecycle.Lifecycle,java.lang.String,android.os.Bundle) +cyanogenmod.app.StatusBarPanelCustomTile: StatusBarPanelCustomTile(java.lang.String,java.lang.String,java.lang.String,int,java.lang.String,int,int,cyanogenmod.app.CustomTile,android.os.UserHandle,long) +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintWidth_max +io.reactivex.internal.observers.DeferredScalarDisposable: java.lang.Object poll() +james.adaptiveicon.R$attr: int dropDownListViewStyle +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse +com.google.android.material.R$styleable: int MaterialAlertDialog_backgroundInsetStart +android.didikee.donate.R$dimen: int abc_action_bar_stacked_max_height +androidx.loader.R$styleable: int FontFamily_fontProviderQuery +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: java.util.concurrent.atomic.AtomicReference active +com.bumptech.glide.R$color: int ripple_material_light +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_contentInsetRight +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: void setFitSide(int) +com.google.android.material.R$styleable: int Layout_minWidth +com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary +wangdaye.com.geometricweather.R$attr: int msb_lightOnTouch +androidx.appcompat.R$styleable: int AppCompatSeekBar_tickMark +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX getAqi() +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_35 +com.jaredrummler.android.colorpicker.R$integer: int status_bar_notification_info_maxnum +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter value(boolean) +okio.HashingSource: okio.ByteString hash() +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Display1 +wangdaye.com.geometricweather.R$styleable: int[] Chip +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setTitle(java.lang.String) +wangdaye.com.geometricweather.R$style: int Animation_AppCompat_Dialog +com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_layout_keyline +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Weather: java.lang.String desc +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_search_api_material +com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert +wangdaye.com.geometricweather.R$id: int item_details_title +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator APP_SWITCH_WAKE_SCREEN_VALIDATOR +android.didikee.donate.R$drawable: int abc_ic_go_search_api_material +androidx.lifecycle.extensions.R$styleable: int ColorStateListItem_android_color +com.turingtechnologies.materialscrollbar.TouchScrollBar: TouchScrollBar(android.content.Context,android.util.AttributeSet) +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: long firstEmission +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_CALL_LED_ON +androidx.constraintlayout.widget.R$dimen: int abc_edit_text_inset_top_material +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button +com.google.android.material.R$styleable: int Constraint_layout_constraintEnd_toStartOf +com.google.android.material.R$attr: int fabCradleRoundedCornerRadius +james.adaptiveicon.R$attr: int tooltipForegroundColor +com.turingtechnologies.materialscrollbar.R$id: int smallLabel +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_icon +androidx.appcompat.R$styleable: int FontFamily_fontProviderQuery +com.jaredrummler.android.colorpicker.R$drawable: int abc_cab_background_top_mtrl_alpha +io.reactivex.internal.subscriptions.DeferredScalarSubscription: void request(long) +wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle NATIVE +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionButton +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_lastHorizontalStyle +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void cancel() +cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_TEMPERATURE_NIGHT +com.jaredrummler.android.colorpicker.R$dimen: int notification_right_icon_size +okhttp3.internal.ws.RealWebSocket: java.util.List ONLY_HTTP1 +androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPreDestroyed(android.app.Activity) +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionMode +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_bottomappbar_fabOffsetEndMode +androidx.appcompat.resources.R$id: int accessibility_custom_action_0 +com.google.android.material.R$attr: int applyMotionScene +androidx.appcompat.R$styleable: int AppCompatTextView_drawableTint +com.turingtechnologies.materialscrollbar.R$drawable: int notification_bg_normal_pressed +com.xw.repo.bubbleseekbar.R$id: int actions +com.google.android.material.bottomnavigation.BottomNavigationItemView: BottomNavigationItemView(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.chip.Chip: void setChipStrokeWidthResource(int) +com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableTransition_android_fromId +com.google.android.material.R$attr: int windowMinWidthMajor +wangdaye.com.geometricweather.R$id: int clip_horizontal +retrofit2.HttpServiceMethod: retrofit2.RequestFactory requestFactory +cyanogenmod.app.Profile: cyanogenmod.profiles.ConnectionSettings getSettingsForConnection(int) +wangdaye.com.geometricweather.R$styleable: int CheckBoxPreference_summaryOn +com.google.android.gms.base.R$string: int common_signin_button_text_long +androidx.constraintlayout.widget.R$id: int wrap +androidx.appcompat.R$id: int icon +androidx.preference.R$styleable: int AppCompatTheme_actionBarWidgetTheme +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon +androidx.vectordrawable.R$drawable: int notification_action_background +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult$Temperature Temperature +okhttp3.internal.connection.RouteDatabase: java.util.Set failedRoutes +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: java.lang.String unit +androidx.preference.R$attr: int preferenceTheme +android.didikee.donate.R$attr: int autoCompleteTextViewStyle +okhttp3.internal.platform.ConscryptPlatform: javax.net.ssl.SSLContext getSSLContext() +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float ceiling +com.bumptech.glide.load.resource.bitmap.DefaultImageHeaderParser$Reader$EndOfFileException: long serialVersionUID +com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_fixed_height_minor +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listMenuViewStyle +wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_dayStyle +james.adaptiveicon.R$styleable: int FontFamilyFont_android_font +androidx.recyclerview.R$dimen: int notification_right_icon_size +androidx.constraintlayout.widget.R$dimen: int abc_seekbar_track_progress_height_material +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar +androidx.appcompat.widget.AppCompatCheckedTextView +androidx.swiperefreshlayout.R$id: int text +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHeight_percent +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionButtonStyle +com.google.android.material.R$styleable: int KeyTimeCycle_waveOffset +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.String TABLENAME +androidx.vectordrawable.R$id: int title +com.xw.repo.bubbleseekbar.R$color: int ripple_material_dark +androidx.appcompat.widget.AppCompatButton: int getAutoSizeStepGranularity() +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation Elevation +okhttp3.internal.http.HttpMethod +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActivityChooserView +androidx.preference.R$styleable: int AppCompatTextView_autoSizeStepGranularity +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: ObservableFlatMap$InnerObserver(io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver,long) +com.google.android.material.R$attr: int cornerFamilyBottomLeft +com.google.android.material.R$attr: int chipIconVisible +com.google.android.material.R$style: int TextAppearance_AppCompat_Body2 +androidx.vectordrawable.animated.R$style: int TextAppearance_Compat_Notification_Title +wangdaye.com.geometricweather.R$attr: int indicatorSize +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text +wangdaye.com.geometricweather.R$string: int retrofit +wangdaye.com.geometricweather.R$anim: int btn_radio_to_off_mtrl_ring_outer_animation +androidx.constraintlayout.widget.R$attr: int popupWindowStyle +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription +androidx.fragment.R$id: int icon_group +okio.Buffer: okio.BufferedSink writeLong(long) +retrofit2.Response: Response(okhttp3.Response,java.lang.Object,okhttp3.ResponseBody) +androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivitySaveInstanceState(android.app.Activity,android.os.Bundle) +androidx.hilt.lifecycle.R$dimen: int compat_button_inset_vertical_material +io.reactivex.exceptions.CompositeException: CompositeException(java.lang.Iterable) +wangdaye.com.geometricweather.daily.DailyWeatherActivity: DailyWeatherActivity() +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Bridge +androidx.preference.R$attr: int spinBars +com.amap.api.fence.PoiItem: java.lang.String i +androidx.appcompat.widget.AppCompatSpinner: AppCompatSpinner(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float snowPrecipitationProbability +com.google.android.material.R$styleable: int MaterialCalendar_yearStyle +androidx.appcompat.R$style: int Base_Widget_AppCompat_CompoundButton_Switch +com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_android_ttcIndex +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.R$styleable: int Slider_thumbRadius +com.jaredrummler.android.colorpicker.R$style: int Base_V7_Theme_AppCompat +com.amap.api.location.AMapLocation: boolean o +wangdaye.com.geometricweather.R$string: int tomorrow +android.didikee.donate.R$style: int Widget_AppCompat_RatingBar_Indicator +cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: java.lang.String PROFILE +com.google.android.material.R$attr: int panelMenuListTheme +com.jaredrummler.android.colorpicker.R$anim: int abc_tooltip_exit +io.reactivex.internal.util.VolatileSizeArrayList: java.util.ListIterator listIterator(int) +androidx.fragment.R$id: int accessibility_custom_action_4 +androidx.preference.R$id: int accessibility_custom_action_12 +com.google.android.material.R$styleable: int KeyCycle_waveVariesBy +androidx.preference.Preference: Preference(android.content.Context,android.util.AttributeSet,int,int) +com.bumptech.glide.integration.okhttp.R$dimen: int notification_media_narrow_margin +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Imperial: java.lang.String Unit +androidx.appcompat.R$dimen: int tooltip_vertical_padding +android.didikee.donate.R$style: int Platform_V25_AppCompat_Light +com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableItem_android_id +com.xw.repo.bubbleseekbar.R$drawable: R$drawable() +okio.RealBufferedSink: boolean isOpen() +okhttp3.internal.http2.Http2Stream$FramingSource: okio.Buffer readBuffer +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_motionTarget +androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_fontVariationSettings +androidx.constraintlayout.widget.Barrier +okhttp3.Cache$Entry: okhttp3.Protocol protocol +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: wangdaye.com.geometricweather.db.entities.HistoryEntity readEntity(android.database.Cursor,int) +cyanogenmod.app.suggest.ApplicationSuggestion$1: java.lang.Object[] newArray(int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property ApparentTemperature +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: io.reactivex.internal.util.AtomicThrowable error +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX getTemperature() +com.amap.api.location.AMapLocation: java.lang.String B +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: java.lang.String getDensityVoice(android.content.Context,float) +com.turingtechnologies.materialscrollbar.R$styleable: int Spinner_popupTheme +wangdaye.com.geometricweather.R$string: int widget_trend_hourly +com.google.android.material.R$attr: int layout_constraintTop_creator +retrofit2.adapter.rxjava2.HttpException: HttpException(retrofit2.Response) +com.google.android.material.R$styleable: int TabLayout_tabTextAppearance +com.xw.repo.bubbleseekbar.R$attr: int contentInsetEndWithActions +androidx.work.R$styleable +androidx.appcompat.R$attr: int actionModeCutDrawable +androidx.fragment.app.FragmentTabHost: FragmentTabHost(android.content.Context) +androidx.appcompat.view.menu.ListMenuItemView: android.view.LayoutInflater getInflater() +io.reactivex.internal.observers.DeferredScalarObserver: io.reactivex.disposables.Disposable upstream +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_editTextStyle +androidx.preference.R$styleable: int SearchView_submitBackground +retrofit2.KotlinExtensions$suspendAndThrow$$inlined$suspendCoroutineUninterceptedOrReturn$lambda$1: java.lang.Exception $this_suspendAndThrow$inlined +wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_elevation +wangdaye.com.geometricweather.R$attr: int tabPaddingTop +okio.Base64: java.lang.String encode(byte[]) +com.google.android.material.R$style: int TextAppearance_AppCompat +com.google.android.material.R$attr: int tooltipStyle +com.turingtechnologies.materialscrollbar.R$color: int abc_tint_spinner +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActivityChooserView +wangdaye.com.geometricweather.R$id: int dialog_location_help_container +androidx.appcompat.widget.AppCompatTextView: void setPrecomputedText(androidx.core.text.PrecomputedTextCompat) +com.google.android.material.R$drawable: int abc_seekbar_thumb_material +android.didikee.donate.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader +com.amap.api.fence.PoiItem: void setPoiId(java.lang.String) +androidx.preference.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listDividerAlertDialog +com.google.android.material.R$layout: int mtrl_picker_dialog +okhttp3.CacheControl: int maxAgeSeconds +com.google.android.material.bottomappbar.BottomAppBar: float getFabTranslationX() +com.jaredrummler.android.colorpicker.R$layout: int preference_dropdown_material +com.xw.repo.bubbleseekbar.R$layout: int abc_alert_dialog_button_bar_material +androidx.appcompat.R$style: int Base_Widget_AppCompat_ListMenuView +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_22 +androidx.viewpager2.R$styleable: int FontFamilyFont_ttcIndex +androidx.lifecycle.ViewModelProviders: ViewModelProviders() +com.jaredrummler.android.colorpicker.R$color: int material_blue_grey_950 +com.google.android.material.slider.BaseSlider: int getAccessibilityFocusedVirtualViewId() +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator TOUCHSCREEN_GESTURE_HAPTIC_FEEDBACK_VALIDATOR +com.google.gson.FieldNamingPolicy$4 +com.google.android.material.R$styleable: int AppCompatTheme_colorPrimaryDark +wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_hideMotionSpec +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: CaiYunMainlyResult$CurrentBean$VisibilityBean() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getMoldDescription() +cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_PUT_SYSTEM +androidx.appcompat.widget.SwitchCompat: int getThumbTextPadding() +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal +com.google.android.material.R$styleable: int KeyTimeCycle_android_scaleX +okhttp3.internal.connection.RealConnection: long idleAtNanos +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: void onNext(java.lang.Object) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorControlNormal +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: boolean active +okhttp3.internal.ws.RealWebSocket: boolean send(java.lang.String) +androidx.appcompat.R$attr: int windowActionBar +androidx.constraintlayout.widget.R$layout: int abc_screen_toolbar +androidx.activity.R$dimen: int notification_right_side_padding_top +androidx.appcompat.widget.AppCompatTextView: void setSupportCompoundDrawablesTintList(android.content.res.ColorStateList) +com.google.android.material.R$dimen: int mtrl_calendar_header_content_padding +com.google.android.material.navigation.NavigationView: void setItemHorizontalPadding(int) +androidx.lifecycle.ServiceLifecycleDispatcher: androidx.lifecycle.LifecycleRegistry mRegistry +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_titleCondensed +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setPubTime(java.util.Date) +com.turingtechnologies.materialscrollbar.R$styleable: int[] FontFamily +android.didikee.donate.R$style: int TextAppearance_AppCompat_Inverse +com.jaredrummler.android.colorpicker.R$attr: int preferenceFragmentListStyle +androidx.activity.R$styleable: int GradientColor_android_startColor +cyanogenmod.providers.CMSettings: boolean LOCAL_LOGV +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: void setSubState(int,boolean) +wangdaye.com.geometricweather.R$drawable: int flag_sr +android.didikee.donate.R$layout: int support_simple_spinner_dropdown_item +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_start_padding +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_minHideDelay +com.google.gson.stream.JsonWriter: void push(int) +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void onError(java.lang.Throwable) +okhttp3.HttpUrl: java.lang.String percentDecode(java.lang.String,int,int,boolean) +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setRealFeelTemperature(java.lang.Integer) +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void dispose() +okhttp3.Response: java.util.List challenges() +androidx.appcompat.R$style: int Widget_AppCompat_ImageButton +com.turingtechnologies.materialscrollbar.R$drawable: int design_ic_visibility_off +cyanogenmod.os.Build$CM_VERSION_CODES: int APRICOT +io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: ObservableRepeat$RepeatObserver(io.reactivex.Observer,long,io.reactivex.internal.disposables.SequentialDisposable,io.reactivex.ObservableSource) +androidx.recyclerview.R$style: int TextAppearance_Compat_Notification_Time +wangdaye.com.geometricweather.R$attr: int switchTextOff +androidx.lifecycle.ClassesInfoCache$CallbackInfo: ClassesInfoCache$CallbackInfo(java.util.Map) +androidx.viewpager2.R$id: int accessibility_custom_action_20 +okhttp3.internal.ws.WebSocketProtocol: int B0_FLAG_FIN +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: void clear() +androidx.constraintlayout.widget.R$attr: int navigationIcon +okio.BufferedSource: long indexOf(byte,long,long) +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_translationZ +androidx.preference.R$styleable: int GradientColor_android_centerY +com.google.android.material.R$attr: int popupWindowStyle +wangdaye.com.geometricweather.R$styleable: int ForegroundLinearLayout_android_foregroundGravity +com.bumptech.glide.module.LibraryGlideModule: LibraryGlideModule() +wangdaye.com.geometricweather.R$drawable: int notification_bg +androidx.dynamicanimation.R$string: int status_bar_notification_info_overflow +okhttp3.internal.ws.WebSocketProtocol: java.lang.String closeCodeExceptionMessage(int) +wangdaye.com.geometricweather.R$attr: int layout_constraintTop_creator +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SCATTERED_THUNDERSTORMS +okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Settings okHttpSettings +okhttp3.OkHttpClient$Builder: int callTimeout +com.google.android.material.slider.BaseSlider: java.lang.CharSequence getAccessibilityClassName() +com.google.android.material.chip.Chip: void setChipIconTintResource(int) +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIndicatorFullWidth +androidx.hilt.lifecycle.R$styleable: int[] GradientColorItem +wangdaye.com.geometricweather.R$attr: int cpv_animSwoopDuration +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_thumbTint +org.greenrobot.greendao.AbstractDao: java.lang.String getTablename() +com.xw.repo.bubbleseekbar.R$styleable: int[] AppCompatTextView +io.reactivex.Observable: io.reactivex.Observable mergeDelayError(io.reactivex.ObservableSource,int) +wangdaye.com.geometricweather.db.entities.HistoryEntity: java.lang.String getCityId() +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceSubtitle1 +okhttp3.internal.http2.Http2Writer: boolean closed +com.xw.repo.bubbleseekbar.R$styleable: int View_theme +wangdaye.com.geometricweather.R$dimen: int abc_action_bar_overflow_padding_end_material +com.bumptech.glide.load.engine.GlideException: java.util.List getRootCauses() +androidx.appcompat.resources.R$id: int accessibility_action_clickable_span +io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: boolean inSingle +android.didikee.donate.R$color: R$color() +io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.R$attr: int itemRippleColor +com.bumptech.glide.load.EncodeStrategy: com.bumptech.glide.load.EncodeStrategy SOURCE +androidx.drawerlayout.R$layout: int notification_template_part_time +com.google.android.material.R$id: int tag_accessibility_heading +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator +wangdaye.com.geometricweather.R$attr: int onTouchUp +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Chip_Choice +com.bumptech.glide.R$id: int action_divider +io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: void onSuccess(java.lang.Object) +wangdaye.com.geometricweather.R$attr: int waveVariesBy +androidx.constraintlayout.widget.R$color: int abc_hint_foreground_material_light +wangdaye.com.geometricweather.R$id: int notification_multi_city_icon_3 +androidx.constraintlayout.widget.R$styleable: int SearchView_commitIcon +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator CAMERA_LAUNCH_VALIDATOR +cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks: void providerDied() +cyanogenmod.weather.ICMWeatherManager$Stub: cyanogenmod.weather.ICMWeatherManager asInterface(android.os.IBinder) +com.google.android.material.theme.MaterialComponentsViewInflater +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_show_section_text +com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy valueOf(java.lang.String) +com.google.android.gms.signin.internal.zak: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$attr: int backgroundColorStart +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: void setChartItemView(wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView) +androidx.preference.R$styleable: int TextAppearance_android_shadowDy +android.didikee.donate.R$styleable: int MenuView_preserveIconSpacing +wangdaye.com.geometricweather.R$string: int next +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_Switch +com.xw.repo.bubbleseekbar.R$dimen: int notification_small_icon_background_padding +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Metric +okio.Buffer: okio.BufferedSink writeDecimalLong(long) +wangdaye.com.geometricweather.R$attr: int iconStartPadding +retrofit2.RequestFactory: boolean isKotlinSuspendFunction +james.adaptiveicon.R$styleable: int FontFamilyFont_fontWeight +androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory: android.app.Application mApplication +com.xw.repo.bubbleseekbar.R$id: int shortcut +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer getWindChillTemperature() +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintTop_toTopOf +androidx.appcompat.R$styleable: int AppCompatTheme_seekBarStyle +androidx.work.R$styleable: int GradientColor_android_endColor +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemMaxLines +com.jaredrummler.android.colorpicker.R$layout: int cpv_color_item_square +android.support.v4.os.ResultReceiver$MyRunnable: ResultReceiver$MyRunnable(android.support.v4.os.ResultReceiver,int,android.os.Bundle) +wangdaye.com.geometricweather.R$attr: int textAppearanceBody2 +androidx.preference.R$dimen: int abc_action_bar_stacked_max_height +cyanogenmod.app.IPartnerInterface$Stub$Proxy: void reboot() +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void innerComplete() +com.google.android.material.R$styleable: int MaterialButton_backgroundTintMode +com.google.android.material.slider.RangeSlider: void setLabelBehavior(int) +com.turingtechnologies.materialscrollbar.R$string: int abc_searchview_description_query +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_rotationY +androidx.constraintlayout.widget.R$attr: int mock_diagonalsColor +androidx.activity.R$id: int accessibility_custom_action_18 +wangdaye.com.geometricweather.R$styleable: int Preference_fragment +android.didikee.donate.R$styleable: int AppCompatTheme_selectableItemBackground +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse +retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isCompletable +com.xw.repo.bubbleseekbar.R$drawable: int abc_popup_background_mtrl_mult +wangdaye.com.geometricweather.R$xml: int widget_clock_day_horizontal +com.turingtechnologies.materialscrollbar.R$styleable: int ActionMode_height +com.bumptech.glide.integration.okhttp.R$id: int action_image +com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status CLEARED +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: boolean done +wangdaye.com.geometricweather.R$style: int ThemeOverlay_Design_TextInputEditText +wangdaye.com.geometricweather.R$dimen: int mtrl_navigation_elevation +okhttp3.logging.LoggingEventListener: void connectionReleased(okhttp3.Call,okhttp3.Connection) +okhttp3.internal.connection.RealConnection: okhttp3.Protocol protocol() +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver(io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver) +androidx.appcompat.R$id: int scrollIndicatorDown +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse +james.adaptiveicon.R$id: int image +retrofit2.RequestFactory: boolean isFormEncoded +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constrainedHeight +wangdaye.com.geometricweather.R$drawable: int ic_close +okhttp3.Cache: java.util.Iterator urls() +com.turingtechnologies.materialscrollbar.R$color: int abc_tint_seek_thumb +wangdaye.com.geometricweather.R$dimen: int little_weather_icon_size +james.adaptiveicon.R$color: int abc_tint_spinner +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind Wind +androidx.vectordrawable.R$id: int action_image +okhttp3.internal.ws.WebSocketReader: okio.Buffer$UnsafeCursor maskCursor +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String uvDescription +retrofit2.BuiltInConverters$VoidResponseBodyConverter: retrofit2.BuiltInConverters$VoidResponseBodyConverter INSTANCE +wangdaye.com.geometricweather.R$integer: R$integer() +okhttp3.CacheControl: boolean noCache() +androidx.constraintlayout.widget.R$attr: int layoutDescription +androidx.appcompat.R$color: int androidx_core_secondary_text_default_material_light +android.didikee.donate.R$style: int Base_Theme_AppCompat_DialogWhenLarge +com.google.android.material.textfield.TextInputLayout: void setPlaceholderTextAppearance(int) +androidx.constraintlayout.widget.ConstraintLayout: void setOnConstraintsChanged(androidx.constraintlayout.widget.ConstraintsChangedListener) +com.google.android.gms.common.api.AvailabilityException +wangdaye.com.geometricweather.R$string: int widget_clock_day_horizontal +androidx.lifecycle.LiveData: void assertMainThread(java.lang.String) +wangdaye.com.geometricweather.R$layout: int abc_search_view +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_4 +androidx.constraintlayout.widget.R$string: int abc_action_bar_up_description +com.xw.repo.bubbleseekbar.R$attr: int titleMargins +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_visibility +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float rain +androidx.constraintlayout.widget.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item +com.xw.repo.bubbleseekbar.R$attr: int listPopupWindowStyle +androidx.constraintlayout.widget.R$drawable: int abc_ic_search_api_material +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric Metric +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.database.Database getDatabase() +okio.ByteString: int compareTo(java.lang.Object) +io.reactivex.internal.util.ExceptionHelper$Termination: ExceptionHelper$Termination() +wangdaye.com.geometricweather.background.receiver.widget.WidgetTrendDailyProvider: WidgetTrendDailyProvider() +androidx.constraintlayout.widget.R$style: int Platform_V21_AppCompat +androidx.viewpager2.widget.ViewPager2: int getOrientation() +wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_recyclerView +wangdaye.com.geometricweather.R$layout: int item_location +wangdaye.com.geometricweather.R$string: int mtrl_picker_a11y_prev_month +com.google.android.material.floatingactionbutton.FloatingActionButton: void setUseCompatPadding(boolean) +com.jaredrummler.android.colorpicker.R$attr: int tickMark +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$7 +androidx.customview.R$layout: int notification_template_part_chronometer +com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleMarginEnd(int) +okhttp3.internal.http.CallServerInterceptor$CountingSink: long successfulCount +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult: java.util.List Intervals +james.adaptiveicon.R$drawable: int abc_item_background_holo_dark +androidx.vectordrawable.animated.R$dimen: int notification_small_icon_size_as_large +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void innerError(java.lang.Throwable) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Metric: java.lang.String Unit +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_3DES_EDE_CBC_SHA +okhttp3.internal.http2.Http2Connection: void writeData(int,boolean,okio.Buffer,long) +androidx.preference.R$styleable: int AppCompatTheme_switchStyle +okhttp3.internal.cache2.Relay: okio.ByteString PREFIX_DIRTY +com.google.android.material.R$styleable: int Layout_layout_constraintBottom_creator +cyanogenmod.themes.IThemeChangeListener$Stub$Proxy +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float getIce() +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DialogWhenLarge +com.google.android.material.R$styleable: int[] AnimatedStateListDrawableItem +io.reactivex.internal.observers.ForEachWhileObserver: boolean done +androidx.appcompat.resources.R$styleable +wangdaye.com.geometricweather.R$attr: int chipMinHeight +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.WeatherIconControlView: void setOnWeatherIconChangingListener(wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.WeatherIconControlView$OnWeatherIconChangingListener) +com.google.android.material.R$drawable: int material_ic_edit_black_24dp +okhttp3.Response: long receivedResponseAtMillis +com.turingtechnologies.materialscrollbar.R$id: int design_navigation_view +wangdaye.com.geometricweather.R$string: int content_des_swipe_left_to_delete +wangdaye.com.geometricweather.R$dimen: int material_helper_text_font_1_3_padding_top wangdaye.com.geometricweather.db.entities.HistoryEntity: long time -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$RainForecast: MfRainResult$RainForecast() -com.google.android.material.R$styleable: int Badge_backgroundColor -android.didikee.donate.R$attr: int collapseIcon -androidx.work.R$bool: int workmanager_test_configuration -com.google.android.material.bottomnavigation.BottomNavigationView: android.view.Menu getMenu() -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float icePrecipitationProbability -wangdaye.com.geometricweather.R$id: int largeLabel -androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_keylines -androidx.appcompat.R$attr: int icon -androidx.constraintlayout.widget.R$styleable: int ActionMode_height -com.turingtechnologies.materialscrollbar.R$attr: int chipIconTint -com.google.android.material.R$style: int TestStyleWithThemeLineHeightAttribute -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeRainPrecipitationDuration -androidx.constraintlayout.widget.R$attr: int drawableSize -androidx.preference.R$attr: int buttonTint -com.google.android.material.R$color: int abc_hint_foreground_material_dark -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_textColorLink -androidx.core.R$dimen: int compat_button_padding_horizontal_material -androidx.appcompat.R$layout: int abc_screen_toolbar -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_checkedIconTint -okhttp3.internal.http2.Http2Connection$Listener: okhttp3.internal.http2.Http2Connection$Listener REFUSE_INCOMING_STREAMS -androidx.appcompat.R$interpolator: R$interpolator() -wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties -com.google.android.material.R$dimen: int mtrl_calendar_day_width -james.adaptiveicon.R$color: int primary_text_default_material_light -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Metric Metric -com.amap.api.location.AMapLocationClientOption: void writeToParcel(android.os.Parcel,int) -wangdaye.com.geometricweather.R$styleable: int Transform_android_elevation -com.google.android.material.R$styleable: int OnSwipe_onTouchUp -com.xw.repo.bubbleseekbar.R$id: int chronometer -androidx.swiperefreshlayout.R$string -androidx.constraintlayout.widget.R$drawable: int abc_text_select_handle_left_mtrl_light -android.didikee.donate.R$styleable: int[] AppCompatTextHelper -androidx.swiperefreshlayout.R$style: int TextAppearance_Compat_Notification_Time -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ImageButton -androidx.viewpager.widget.ViewPager: void setPageMargin(int) -okhttp3.ConnectionPool: long keepAliveDurationNs -android.didikee.donate.R$string -com.google.android.material.R$styleable: int Variant_region_widthLessThan -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_42 -okhttp3.RequestBody -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: void run() -com.turingtechnologies.materialscrollbar.R$drawable: int abc_vector_test -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.util.Date endDate -okhttp3.internal.platform.Platform: void logCloseableLeak(java.lang.String,java.lang.Object) -james.adaptiveicon.R$styleable: int Toolbar_collapseContentDescription -wangdaye.com.geometricweather.R$attr: int listMenuViewStyle -com.jaredrummler.android.colorpicker.R$style: int Preference_DialogPreference -android.didikee.donate.R$style: int Base_Widget_AppCompat_CompoundButton_Switch -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: void onSubscribe(io.reactivex.disposables.Disposable) -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void onNext(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$id: int largeLabel -androidx.viewpager.R$style: int TextAppearance_Compat_Notification_Title -okhttp3.CertificatePinner: okhttp3.CertificatePinner withCertificateChainCleaner(okhttp3.internal.tls.CertificateChainCleaner) -wangdaye.com.geometricweather.R$id: int widget_trend_daily_item_1 -androidx.appcompat.R$styleable: int FontFamily_fontProviderAuthority -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_startX -com.google.android.material.R$styleable: int TabLayout_tabIndicatorAnimationDuration -androidx.preference.R$style: int Preference_CheckBoxPreference_Material -androidx.coordinatorlayout.R$styleable: int[] ColorStateListItem -wangdaye.com.geometricweather.R$styleable: int Toolbar_collapseIcon -androidx.appcompat.R$styleable: int AppCompatTheme_dialogCornerRadius -cyanogenmod.themes.ThemeManager: android.os.Handler access$200() -com.google.android.material.R$styleable: int LinearLayoutCompat_android_baselineAligned -com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_padding_vertical -wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type valueOf(java.lang.String) -androidx.constraintlayout.widget.R$styleable: int Transform_android_rotation -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_marginRight -com.jaredrummler.android.colorpicker.R$styleable: int[] LinearLayoutCompat_Layout -com.google.android.material.floatingactionbutton.FloatingActionButton: float getCompatElevation() -okio.ForwardingSource: okio.Timeout timeout() -cyanogenmod.app.ICMTelephonyManager: void setDataConnectionSelectedOnSub(int) -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer moldIndex -com.google.android.material.chip.Chip: android.graphics.drawable.Drawable getChipDrawable() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX: CaiYunMainlyResult$BrandInfoBeanXX() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_78 -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: float unitFactor -androidx.viewpager2.R$attr: int fontProviderAuthority -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: boolean isDisposed() -androidx.preference.R$attr: int trackTintMode -com.google.android.material.R$anim: int design_snackbar_in -androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior: CoordinatorLayout$Behavior() -okio.SegmentedByteString: okio.ByteString hmacSha1(okio.ByteString) -wangdaye.com.geometricweather.R$attr: int layout_constraintGuide_end -com.jaredrummler.android.colorpicker.R$style: int Preference_Material -com.google.android.material.R$attr: int listPopupWindowStyle -com.google.android.material.R$id: int transition_layout_save -cyanogenmod.weatherservice.WeatherProviderService: void onConnected() -androidx.transition.R$id: int text -androidx.core.R$id: int notification_main_column -androidx.constraintlayout.widget.R$id: int search_badge -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.lang.Integer LEFT_VALUE -james.adaptiveicon.R$styleable: int AppCompatTheme_controlBackground -android.didikee.donate.R$styleable: int MenuItem_iconTint -okhttp3.logging.LoggingEventListener: void responseHeadersEnd(okhttp3.Call,okhttp3.Response) -com.xw.repo.bubbleseekbar.R$attr: int firstBaselineToTopHeight -wangdaye.com.geometricweather.R$id: int widget_day_sign -okhttp3.internal.http.HttpDate: long MAX_DATE -io.reactivex.Observable: io.reactivex.Observable filter(io.reactivex.functions.Predicate) -androidx.appcompat.R$drawable: int abc_text_select_handle_middle_mtrl_dark +okhttp3.OkHttpClient: okhttp3.Authenticator proxyAuthenticator() +androidx.viewpager2.R$drawable: int notification_action_background +com.google.android.material.internal.ForegroundLinearLayout: void setForeground(android.graphics.drawable.Drawable) +com.google.android.material.chip.Chip: void setBackgroundTintMode(android.graphics.PorterDuff$Mode) +okhttp3.internal.cache.CacheStrategy$Factory: int ageSeconds +androidx.work.ListenableWorker +okhttp3.internal.http2.Http2Stream: void cancelStreamIfNecessary() +wangdaye.com.geometricweather.R$id: int groups +cyanogenmod.app.ICMTelephonyManager$Stub: cyanogenmod.app.ICMTelephonyManager asInterface(android.os.IBinder) +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_maxHeight +okio.Buffer: long indexOf(okio.ByteString,long) +com.google.android.material.textfield.TextInputLayout: void setHelperTextTextAppearance(int) +androidx.appcompat.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize +com.turingtechnologies.materialscrollbar.R$attr: int fontProviderCerts +androidx.coordinatorlayout.R$id: int accessibility_custom_action_11 +androidx.preference.R$attr: int contentInsetLeft +androidx.preference.R$attr: int measureWithLargestChild +wangdaye.com.geometricweather.db.entities.LocationEntity: boolean getChina() +wangdaye.com.geometricweather.R$layout: int design_navigation_item +com.xw.repo.bubbleseekbar.R$layout: int abc_list_menu_item_layout +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_18 +com.bumptech.glide.load.engine.DecodeJob$RunReason: com.bumptech.glide.load.engine.DecodeJob$RunReason DECODE_DATA +com.xw.repo.bubbleseekbar.R$anim: R$anim() +com.amap.api.fence.GeoFence: void setStatus(int) +com.google.android.material.R$string: int abc_searchview_description_query +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain: java.lang.Float cumul1H +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) +cyanogenmod.app.ILiveLockScreenManager: void cancelLiveLockScreen(java.lang.String,int,int) +wangdaye.com.geometricweather.R$string: int pressure +androidx.vectordrawable.R$id: int forever +com.google.android.material.R$attr: int hideOnScroll +android.didikee.donate.R$styleable: int SwitchCompat_thumbTint +wangdaye.com.geometricweather.R$string: int settings_title_forecast_tomorrow_time +cyanogenmod.os.Concierge$ParcelInfo: Concierge$ParcelInfo(android.os.Parcel) +androidx.preference.R$drawable: int abc_spinner_textfield_background_material +cyanogenmod.app.suggest.ApplicationSuggestion: ApplicationSuggestion(android.os.Parcel) +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void onResume() +wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: void setIconDrawable(android.graphics.drawable.Drawable) +androidx.preference.R$style: int Platform_AppCompat_Light +wangdaye.com.geometricweather.R$string: int greenDAO +com.google.android.material.R$attr: int itemTextAppearanceActive +androidx.coordinatorlayout.R$id: int accessibility_custom_action_24 +okhttp3.RealCall: java.lang.Object clone() +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_CALL_LED_OFF_VALIDATOR +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setTotalPrecipitationProbability(java.lang.Float) +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color +com.jaredrummler.android.colorpicker.R$drawable: int abc_switch_track_mtrl_alpha +androidx.preference.R$style: int Widget_AppCompat_CompoundButton_RadioButton +androidx.core.R$dimen: int notification_content_margin_start +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Dialog +wangdaye.com.geometricweather.R$attr: int altSrc +androidx.appcompat.R$attr: int panelMenuListWidth +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getDefaultDisplayMode +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.preference.R$style: int Widget_AppCompat_Light_PopupMenu +com.turingtechnologies.materialscrollbar.R$styleable: int ViewBackgroundHelper_backgroundTint +wangdaye.com.geometricweather.R$attr: int min +okhttp3.CipherSuite$1 +androidx.preference.R$styleable: int SearchView_voiceIcon +io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: long serialVersionUID +androidx.appcompat.R$dimen: int abc_seekbar_track_progress_height_material +androidx.drawerlayout.R$dimen: int notification_large_icon_width +wangdaye.com.geometricweather.remoteviews.config.MultiCityWidgetConfigActivity +james.adaptiveicon.R$attr: int actionBarWidgetTheme +wangdaye.com.geometricweather.common.ui.activities.AwakeUpdateActivity: AwakeUpdateActivity() +james.adaptiveicon.R$styleable: int[] ColorStateListItem +androidx.constraintlayout.widget.R$attr: int round +okhttp3.internal.http.HttpHeaders: okhttp3.Headers varyHeaders(okhttp3.Response) +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: java.lang.String getUnitId() +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: WeatherEntityDao(org.greenrobot.greendao.internal.DaoConfig) +androidx.constraintlayout.widget.R$anim: int btn_radio_to_off_mtrl_ring_outer_animation +com.google.android.material.R$styleable: int BottomAppBar_backgroundTint +androidx.hilt.lifecycle.R$styleable: int GradientColor_android_startColor +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title +com.google.android.material.R$attr: int editTextStyle +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_updateNotificationGroup +james.adaptiveicon.R$drawable: int abc_text_select_handle_middle_mtrl_light +com.xw.repo.bubbleseekbar.R$id: int spacer +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_divider +com.google.android.gms.common.server.converter.StringToIntConverter$zaa +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver: void onSubscribe(io.reactivex.disposables.Disposable) +okio.Okio$4: java.net.Socket val$socket +cyanogenmod.app.IProfileManager: android.app.NotificationGroup getNotificationGroup(android.os.ParcelUuid) +wangdaye.com.geometricweather.R$styleable: int Preference_order +io.reactivex.internal.util.EmptyComponent: boolean isDisposed() +com.turingtechnologies.materialscrollbar.R$attr: int scrimVisibleHeightTrigger +wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: java.lang.String providerId +androidx.coordinatorlayout.R$style: int TextAppearance_Compat_Notification +wangdaye.com.geometricweather.R$attr: int cornerRadius +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constrainedHeight +androidx.preference.R$attr: int useSimpleSummaryProvider +wangdaye.com.geometricweather.R$styleable: int KeyPosition_transitionEasing +com.google.android.material.R$attr: int backgroundSplit +com.google.android.material.card.MaterialCardView: void setChecked(boolean) +cyanogenmod.app.suggest.ApplicationSuggestion: java.lang.String mPackage +com.google.android.material.R$style: int Base_Widget_AppCompat_Button_Small +com.turingtechnologies.materialscrollbar.R$layout: int abc_action_menu_layout +wangdaye.com.geometricweather.common.basic.models.weather.Hourly +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_VMAIL_LED_ON_VALIDATOR +com.bumptech.glide.R$styleable: int FontFamilyFont_android_fontWeight +androidx.appcompat.R$attr: int listChoiceBackgroundIndicator +com.amap.api.location.AMapLocationClientOption$1 +com.jaredrummler.android.colorpicker.R$attr: int buttonBarNeutralButtonStyle +cyanogenmod.hardware.ICMHardwareService: boolean unRegisterThermalListener(cyanogenmod.hardware.IThermalListenerCallback) +okhttp3.logging.HttpLoggingInterceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) +okio.ByteString: okio.ByteString sha1() +androidx.fragment.R$styleable: int FontFamilyFont_fontVariationSettings +com.google.android.material.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle +com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_colorPresets +androidx.customview.R$drawable: int notification_bg_low_pressed +wangdaye.com.geometricweather.R$string: int sp_widget_clock_day_horizontal_setting +android.didikee.donate.R$anim: int abc_popup_exit +james.adaptiveicon.R$attr: int contentInsetStartWithNavigation +okhttp3.EventListener: void secureConnectStart(okhttp3.Call) +wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.String TABLENAME +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionButton_Overflow +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: long serialVersionUID +cyanogenmod.themes.IThemeChangeListener$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +androidx.legacy.coreutils.R$styleable: int ColorStateListItem_alpha +com.google.android.material.slider.RangeSlider: float getStepSize() +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintTop_creator +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen: java.lang.String Category +androidx.appcompat.R$attr: int searchViewStyle +androidx.constraintlayout.widget.R$attr: int actionMenuTextColor +androidx.recyclerview.R$id: int notification_main_column_container +androidx.appcompat.R$color: int dim_foreground_material_dark +wangdaye.com.geometricweather.R$drawable: int notif_temp_24 +wangdaye.com.geometricweather.R$styleable: int[] ButtonBarLayout +com.google.android.material.R$string: int abc_menu_enter_shortcut_label +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: io.reactivex.disposables.Disposable upstream +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat +retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: boolean isDisposed() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setCo(java.lang.String) +com.bumptech.glide.integration.okhttp.R$layout: int notification_action_tombstone +android.didikee.donate.R$attr: int splitTrack +androidx.swiperefreshlayout.R$id: int tag_unhandled_key_event_manager +com.turingtechnologies.materialscrollbar.R$attr: int srcCompat +androidx.preference.R$styleable: int AppCompatTheme_popupWindowStyle +com.google.gson.stream.JsonReader: int peeked +wangdaye.com.geometricweather.db.entities.DailyEntity: DailyEntity(java.lang.Long,java.lang.String,java.lang.String,java.util.Date,long,java.lang.String,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,int,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WindDegree,java.lang.Float,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,int,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WindDegree,java.lang.Float,java.lang.String,java.lang.Integer,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.Integer,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,float) +androidx.appcompat.R$anim: int abc_tooltip_enter +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Metric +androidx.preference.R$styleable: int CheckBoxPreference_android_disableDependentsState +retrofit2.OkHttpCall$1: retrofit2.Callback val$callback +com.jaredrummler.android.colorpicker.R$color: int material_grey_600 +wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode nighttimeWeatherCode +com.google.android.material.R$anim: int abc_tooltip_enter +androidx.recyclerview.R$styleable: int FontFamily_fontProviderQuery +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_112 +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter value(double) +com.jaredrummler.android.colorpicker.R$color: int preference_fallback_accent_color +androidx.viewpager.R$dimen: int compat_notification_large_icon_max_width +androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_fontStyle +wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Object getKey(java.lang.Object) +com.google.android.material.card.MaterialCardView: void setCheckedIconMarginResource(int) +androidx.lifecycle.ReportFragment: void onResume() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_seekBarStyle +android.didikee.donate.R$attr: int actionBarStyle +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature +okhttp3.internal.http.BridgeInterceptor: BridgeInterceptor(okhttp3.CookieJar) +retrofit2.Call +okhttp3.internal.platform.AndroidPlatform$CloseGuard +okhttp3.internal.cache.DiskLruCache$Editor: void abort() +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ListView_DropDown +com.google.android.material.R$styleable: int TextInputLayout_suffixText +androidx.appcompat.R$attr: int buttonStyleSmall +wangdaye.com.geometricweather.R$style: int ShapeAppearance_MaterialComponents_Tooltip +okio.Buffer: Buffer() +androidx.coordinatorlayout.R$dimen: int compat_button_inset_vertical_material +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintLeft_toLeftOf +wangdaye.com.geometricweather.R$attr: int keyPositionType +cyanogenmod.externalviews.ExternalViewProviderService: java.lang.String TAG +com.google.android.material.R$style: int Base_Widget_MaterialComponents_PopupMenu_Overflow +androidx.appcompat.widget.AppCompatRatingBar: AppCompatRatingBar(android.content.Context,android.util.AttributeSet) +androidx.hilt.work.R$id: int tag_accessibility_actions +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void dispose() +androidx.preference.R$dimen: int abc_control_padding_material +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.google.android.material.R$style: int Platform_MaterialComponents_Dialog +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_ab_back_material +com.google.gson.internal.$Gson$Types$WildcardTypeImpl: $Gson$Types$WildcardTypeImpl(java.lang.reflect.Type[],java.lang.reflect.Type[]) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_pivotY +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: org.reactivestreams.Subscription upstream +wangdaye.com.geometricweather.R$styleable: int Badge_badgeTextColor +com.google.android.material.R$styleable: int CollapsingToolbarLayout_collapsedTitleGravity +androidx.fragment.R$id: int forever +com.google.gson.FieldNamingPolicy$3 +androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityDestroyed(android.app.Activity) +android.didikee.donate.R$drawable: int abc_ic_star_half_black_16dp +okhttp3.HttpUrl$Builder: java.lang.String encodedUsername +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Button +wangdaye.com.geometricweather.R$id: int dialog_location_help_title +com.google.android.material.R$style: int ThemeOverlayColorAccentRed +wangdaye.com.geometricweather.R$style: int Preference_Category +com.google.android.material.R$dimen: int mtrl_calendar_header_divider_thickness +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: java.lang.String name +wangdaye.com.geometricweather.R$id: int dialog_learn_more_about_geocoder_doneBtn +wangdaye.com.geometricweather.common.basic.models.weather.Astro: Astro(java.util.Date,java.util.Date) +android.didikee.donate.R$styleable: int[] PopupWindowBackgroundState +retrofit2.Call: boolean isCanceled() +androidx.viewpager.widget.PagerTabStrip +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintTop_toBottomOf +okhttp3.internal.ws.WebSocketWriter$FrameSink: void write(okio.Buffer,long) +androidx.lifecycle.ProcessLifecycleOwner$2: void onStart() +androidx.appcompat.widget.SwitchCompat: void setShowText(boolean) +wangdaye.com.geometricweather.R$dimen: int current_weather_icon_container_size +com.xw.repo.bubbleseekbar.R$color +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_contentInsetEnd +wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar +androidx.constraintlayout.widget.R$style: int Base_V26_Theme_AppCompat_Light +wangdaye.com.geometricweather.R$styleable: int ImageFilterView_overlay +cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_isDataConnectionEnabled +com.turingtechnologies.materialscrollbar.R$string +com.jaredrummler.android.colorpicker.R$attr: int trackTintMode +okhttp3.internal.cache.DiskLruCache: boolean closed +com.google.android.material.slider.RangeSlider: void setThumbStrokeWidthResource(int) +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: boolean active +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_8 +com.google.android.material.R$id: int accessibility_custom_action_26 +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView +androidx.swiperefreshlayout.R$id: int blocking +androidx.recyclerview.widget.RecyclerView$SavedState: android.os.Parcelable$Creator CREATOR +com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemBackground +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: ObservableCreate$CreateEmitter(io.reactivex.Observer) +androidx.recyclerview.R$layout: int notification_template_part_time +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintBottom_toTopOf +okio.Buffer: okio.Buffer writeInt(int) +com.google.android.material.R$styleable: int ConstraintSet_android_layout_marginEnd +com.turingtechnologies.materialscrollbar.R$style: int Platform_MaterialComponents_Light_Dialog +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void onComplete() +com.turingtechnologies.materialscrollbar.R$color: int switch_thumb_material_dark +okio.BufferedSink: okio.BufferedSink writeLongLe(long) +wangdaye.com.geometricweather.R$array: int duration_unit_voices +androidx.preference.R$attr: int buttonBarButtonStyle com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat -com.bumptech.glide.integration.okhttp.R$drawable: int notification_bg_low_normal -com.google.android.material.internal.ScrimInsetsFrameLayout: ScrimInsetsFrameLayout(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$id: int up -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ProgressIndicator_Linear_Determinate -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.String weatherText -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintTag -cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.WeatherLocation mWeatherLocation -android.didikee.donate.R$attr: int textColorSearchUrl -com.google.android.material.R$styleable: int Tooltip_android_minHeight -com.google.android.material.R$styleable: int Constraint_layout_constraintVertical_bias -com.google.android.material.R$dimen: R$dimen() -okio.RealBufferedSource: int select(okio.Options) -androidx.viewpager2.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable -android.didikee.donate.R$attr: int listPreferredItemHeightLarge -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ListView_Menu -com.google.android.material.slider.Slider: int getThumbRadius() -android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar -androidx.coordinatorlayout.R$drawable: int notification_bg_normal -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer realFeelTemperature -androidx.constraintlayout.helper.widget.Layer: void setScaleX(float) -androidx.activity.R$styleable: int FontFamilyFont_font -james.adaptiveicon.R$styleable: int TextAppearance_android_shadowDy -com.google.android.material.chip.Chip: void setCloseIconEnabledResource(int) -androidx.lifecycle.extensions.R$id: int right_side -wangdaye.com.geometricweather.R$drawable: int abc_btn_check_material -com.xw.repo.bubbleseekbar.R$styleable: int ActivityChooserView_initialActivityCount -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: java.lang.String pubTime -com.google.android.material.R$styleable: int TextInputLayout_boxBackgroundMode -com.jaredrummler.android.colorpicker.R$drawable: int abc_ratingbar_indicator_material -wangdaye.com.geometricweather.R$layout: int support_simple_spinner_dropdown_item -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: boolean done -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void disposeInner() -wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_minutely -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintVertical_bias -androidx.constraintlayout.widget.R$styleable: int Transform_android_transformPivotY -androidx.appcompat.R$dimen: int notification_small_icon_background_padding -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title -androidx.loader.R$color: int notification_icon_bg_color -wangdaye.com.geometricweather.R$styleable: int Chip_iconStartPadding -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String THEME_ID -androidx.customview.R$styleable: int FontFamilyFont_android_fontVariationSettings -cyanogenmod.app.ThemeVersion$ComponentVersion: int minVersion -com.xw.repo.bubbleseekbar.R$styleable: int MenuView_subMenuArrow -com.google.android.material.R$styleable: int KeyPosition_framePosition -com.amap.api.location.AMapLocation: int LOCATION_TYPE_OFFLINE +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHeight_max +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_SearchResult_Title +wangdaye.com.geometricweather.R$string: int sp_widget_day_setting +cyanogenmod.app.CustomTile: android.content.Intent onSettingsClick +okio.Source +okhttp3.internal.cache2.Relay: java.io.RandomAccessFile file +com.turingtechnologies.materialscrollbar.R$color: int dim_foreground_material_light +com.turingtechnologies.materialscrollbar.R$attr: int itemPadding +cyanogenmod.app.ProfileGroup$Mode +com.xw.repo.bubbleseekbar.R$drawable: int abc_switch_track_mtrl_alpha +retrofit2.package-info +wangdaye.com.geometricweather.R$color: int dim_foreground_disabled_material_light +androidx.preference.R$attr: int navigationIcon +androidx.appcompat.resources.R$styleable: int StateListDrawable_android_variablePadding +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float co +retrofit2.http.Header: java.lang.String value() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: java.util.Date Set +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_min_width_minor +com.google.gson.stream.JsonReader: boolean skipTo(java.lang.String) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: void onAttachedToWindow() +cyanogenmod.providers.CMSettings$System: java.lang.String VOLUME_ADJUST_SOUNDS_ENABLED +com.google.android.material.R$styleable: int KeyTrigger_onNegativeCross +com.jaredrummler.android.colorpicker.R$id: int cpv_color_panel_view +androidx.lifecycle.ProcessLifecycleOwner$3: ProcessLifecycleOwner$3(androidx.lifecycle.ProcessLifecycleOwner) +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow +wangdaye.com.geometricweather.remoteviews.trend.TrendLinearLayout: TrendLinearLayout(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.R$dimen: int design_snackbar_max_width +wangdaye.com.geometricweather.R$style: int PopupWindowAnimation_Bottom_Left +com.xw.repo.bubbleseekbar.R$attr: int colorAccent +com.google.android.material.internal.FlowLayout: void setSingleLine(boolean) +com.google.android.material.appbar.AppBarLayout: int getDownNestedPreScrollRange() +androidx.core.R$id: int info +com.google.android.material.appbar.CollapsingToolbarLayout: long getScrimAnimationDuration() +com.google.android.material.R$attr: int statusBarScrim +com.google.android.material.slider.BaseSlider +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Dark_ActionBar +androidx.appcompat.R$styleable: int Toolbar_navigationContentDescription +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_BRIGHTNESS_LEVEL +cyanogenmod.themes.IThemeChangeListener: void onFinish(boolean) +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabBackground +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_isThemeApplying +androidx.appcompat.R$attr: int actionModeShareDrawable +wangdaye.com.geometricweather.R$id: int masked +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder followSslRedirects(boolean) +okio.ForwardingSink: void close() +org.greenrobot.greendao.database.DatabaseOpenHelper: DatabaseOpenHelper(android.content.Context,java.lang.String,int) +androidx.loader.R$id: int icon_group +okhttp3.internal.connection.StreamAllocation: void noNewStreams() +org.greenrobot.greendao.AbstractDao: java.util.List loadAllAndCloseCursor(android.database.Cursor) +androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityStarted(android.app.Activity) +android.didikee.donate.R$dimen: int abc_dropdownitem_text_padding_right +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintGuide_begin wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: ChineseCityEntityDao$Properties() -com.amap.api.location.AMapLocation: double t -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light_Dialog_MinWidth -androidx.swiperefreshlayout.R$styleable: int GradientColor_android_startY -com.github.rahatarmanahmed.cpv.BuildConfig -com.google.android.material.R$styleable: int Constraint_flow_horizontalGap -androidx.appcompat.R$style: int Widget_AppCompat_CompoundButton_Switch -wangdaye.com.geometricweather.R$drawable: int mtrl_ic_cancel -androidx.coordinatorlayout.R$id: R$id() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture: AccuCurrentResult$Past24HourTemperatureDeparture() -wangdaye.com.geometricweather.R$string: int mtrl_picker_day_of_week_column_header -androidx.preference.R$attr: int colorPrimary -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior getBehavior() -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_EditText -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_buttonGravity -com.google.android.material.R$attr: int actionTextColorAlpha -androidx.appcompat.widget.ViewStubCompat: int getLayoutResource() -io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function6) -com.amap.api.location.AMapLocationClient: com.amap.api.location.AMapLocation getLastKnownLocation() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String windSpeedEnd -wangdaye.com.geometricweather.R$attr: int selectionRequired -cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_EXISTING_UUID -android.didikee.donate.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_Bridge -com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage valueOf(java.lang.String) -android.didikee.donate.R$attr: int showTitle -wangdaye.com.geometricweather.R$layout: int design_navigation_menu -androidx.appcompat.widget.AppCompatButton: void setSupportBackgroundTintList(android.content.res.ColorStateList) -com.bumptech.glide.R$dimen: int compat_button_inset_vertical_material -androidx.core.R$id: int text2 -wangdaye.com.geometricweather.R$id: int widget_day_week_title -wangdaye.com.geometricweather.R$attr: int buttonStyleSmall -androidx.lifecycle.LifecycleRegistry: void sync() -wangdaye.com.geometricweather.R$id: int ignore -androidx.transition.R$styleable: int FontFamilyFont_fontVariationSettings -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_alphabeticShortcut -androidx.preference.R$attr: int backgroundStacked -wangdaye.com.geometricweather.common.ui.widgets.TagView: int getCheckedBackgroundColor() -com.amap.api.location.AMapLocation: java.lang.String j -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_type -io.reactivex.internal.observers.DeferredScalarDisposable: DeferredScalarDisposable(io.reactivex.Observer) -androidx.preference.R$string: int abc_action_menu_overflow_description -androidx.fragment.R$style -com.google.android.material.R$styleable: int SwitchCompat_track -wangdaye.com.geometricweather.main.MainActivityViewModel$Status: wangdaye.com.geometricweather.main.MainActivityViewModel$Status[] values() -com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_switch_to_on_mtrl_00001 -io.reactivex.internal.subscribers.StrictSubscriber: void request(long) -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_DialogWhenLarge -androidx.activity.R$style: int Widget_Compat_NotificationActionContainer -io.reactivex.Observable: io.reactivex.Observable switchMap(io.reactivex.functions.Function) -cyanogenmod.app.ProfileGroup$Mode: cyanogenmod.app.ProfileGroup$Mode valueOf(java.lang.String) -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -retrofit2.OptionalConverterFactory$OptionalConverter: retrofit2.Converter delegate -androidx.dynamicanimation.R$styleable: int GradientColor_android_tileMode +androidx.appcompat.resources.R$dimen: int compat_notification_large_icon_max_width +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: void setOnApplyWindowInsetsListener(android.view.View$OnApplyWindowInsetsListener) +com.google.android.material.button.MaterialButton: void removeOnCheckedChangeListener(com.google.android.material.button.MaterialButton$OnCheckedChangeListener) +androidx.constraintlayout.widget.R$attr: int listMenuViewStyle +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: io.reactivex.Observer downstream +androidx.appcompat.R$drawable: int abc_seekbar_thumb_material +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_max +androidx.appcompat.widget.ViewStubCompat +androidx.coordinatorlayout.R$id: int right_icon +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder retryOnConnectionFailure(boolean) +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void errorAll(io.reactivex.Observer) +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.internal.util.AtomicThrowable errors +com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_color +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: java.lang.String getDefenseText() +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_resetAll +wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: SwipeSwitchLayout(android.content.Context,android.util.AttributeSet,int) +retrofit2.Retrofit$1: java.lang.Object[] emptyArgs +com.google.android.material.R$attr: int windowFixedWidthMajor +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_editTextColor +android.didikee.donate.R$color: int dim_foreground_disabled_material_dark +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void innerError(java.lang.Throwable) +wangdaye.com.geometricweather.R$styleable: int Chip_checkedIconEnabled +cyanogenmod.hardware.ICMHardwareService: java.lang.String getLtoSource() +wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_mini_dark +com.google.android.material.R$attr: int subMenuArrow +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: java.util.concurrent.Executor callbackExecutor +com.google.android.material.R$style: int CardView_Dark +androidx.core.R$id: int accessibility_custom_action_4 +okio.Segment: int SHARE_MINIMUM +androidx.preference.R$drawable: int abc_action_bar_item_background_material +androidx.constraintlayout.widget.R$id: int content +androidx.recyclerview.R$styleable: int RecyclerView_android_descendantFocusability +wangdaye.com.geometricweather.R$styleable: int[] SwipeRefreshLayout +okhttp3.internal.cache.DiskLruCache: java.util.regex.Pattern LEGAL_KEY_PATTERN +com.github.rahatarmanahmed.cpv.R$bool +androidx.viewpager2.R$dimen: int fastscroll_minimum_range +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float rainPrecipitationProbability +wangdaye.com.geometricweather.db.entities.WeatherEntity: void resetHourlyEntityList() +wangdaye.com.geometricweather.R$drawable: int design_bottom_navigation_item_background +androidx.hilt.lifecycle.R$dimen: int notification_right_icon_size +com.turingtechnologies.materialscrollbar.R$dimen: int disabled_alpha_material_dark +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: void setLogo(java.lang.String) +com.google.android.material.R$attr: int navigationContentDescription +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_SearchResult +cyanogenmod.hardware.CMHardwareManager: int getDisplayColorCalibrationMax() +okhttp3.internal.http2.Hpack$Reader: int headerCount +androidx.preference.R$styleable: int Preference_title +com.google.android.material.textfield.TextInputLayout: void setEndIconActivated(boolean) +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: BlockingObservableIterable$BlockingObservableIterator(int) +com.google.android.material.R$style: int Animation_AppCompat_Dialog +androidx.constraintlayout.widget.R$styleable: int Constraint_drawPath +androidx.constraintlayout.widget.R$id: int blocking +cyanogenmod.weather.IRequestInfoListener$Stub: cyanogenmod.weather.IRequestInfoListener asInterface(android.os.IBinder) +okhttp3.Cache$CacheResponseBody: okio.BufferedSource source() +wangdaye.com.geometricweather.R$color: int darkPrimary_3 +androidx.appcompat.resources.R$styleable: int FontFamilyFont_fontVariationSettings +cyanogenmod.providers.CMSettings$Secure: boolean shouldInterceptSystemProvider(java.lang.String) +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: ObservableConcatMapSingle$ConcatMapSingleMainObserver(io.reactivex.Observer,io.reactivex.functions.Function,int,io.reactivex.internal.util.ErrorMode) +com.google.android.gms.common.server.response.zak +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_motionProgress +androidx.appcompat.R$styleable: int MenuView_android_itemTextAppearance +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl build() +android.didikee.donate.R$attr: int buttonBarPositiveButtonStyle +com.google.android.material.R$styleable: int Layout_barrierAllowsGoneWidgets +wangdaye.com.geometricweather.R$attr: int cpv_progress +wangdaye.com.geometricweather.background.receiver.widget.WidgetDayProvider: WidgetDayProvider() +wangdaye.com.geometricweather.R$attr: int contentInsetEnd +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_5 +wangdaye.com.geometricweather.R$styleable: int Badge_maxCharacterCount +com.google.android.material.R$styleable: int Chip_chipCornerRadius +com.google.android.material.R$styleable: int Constraint_android_layout_width +androidx.core.R$styleable: R$styleable() +james.adaptiveicon.R$drawable: int abc_dialog_material_background +cyanogenmod.weatherservice.ServiceRequestResult: java.util.List getLocationLookupList() +androidx.constraintlayout.widget.R$dimen: int abc_dialog_padding_top_material +com.github.rahatarmanahmed.cpv.R$string +com.google.android.gms.base.R$styleable: int SignInButton_buttonSize +androidx.preference.R$color: int bright_foreground_material_light +okio.Buffer: okio.Buffer writeUtf8(java.lang.String) +com.google.android.material.R$styleable: int NavigationView_headerLayout +androidx.preference.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Body1 +com.xw.repo.bubbleseekbar.R$style: int AlertDialog_AppCompat_Light +androidx.appcompat.resources.R$id: int info +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_MaterialComponents_TextInputLayout +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$TotalLiquid TotalLiquid +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String province +okhttp3.internal.Util: java.lang.AssertionError assertionError(java.lang.String,java.lang.Exception) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderLayout +androidx.appcompat.R$styleable: int GradientColorItem_android_color +com.google.android.material.R$id: int tag_unhandled_key_event_manager +android.didikee.donate.R$color: int bright_foreground_inverse_material_light +wangdaye.com.geometricweather.R$styleable: int SearchView_iconifiedByDefault +okhttp3.internal.ws.WebSocketProtocol: int PAYLOAD_LONG +android.didikee.donate.R$string: int abc_shareactionprovider_share_with +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.String weatherSource +com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_android_fontStyle +io.reactivex.internal.subscriptions.BasicQueueSubscription: void cancel() +wangdaye.com.geometricweather.R$layout: int material_radial_view_group +cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String ALARM_ID +com.google.android.material.R$styleable: int ProgressIndicator_indicatorColors +okhttp3.internal.http2.Http2: java.lang.String[] FRAME_NAMES +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit HPA +com.bumptech.glide.load.engine.GlideException: com.bumptech.glide.load.Key key +androidx.lifecycle.ViewModelStore: androidx.lifecycle.ViewModel get(java.lang.String) +androidx.dynamicanimation.R$color: R$color() +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String alarmTp2 +com.google.android.material.R$attr: int scrimVisibleHeightTrigger +androidx.preference.R$id: int accessibility_custom_action_8 +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setId(java.lang.Long) +wangdaye.com.geometricweather.R$attr: int flow_firstHorizontalBias +androidx.preference.R$dimen: int abc_text_size_body_2_material +androidx.constraintlayout.widget.R$style: int Base_AlertDialog_AppCompat +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setIcon(android.graphics.Bitmap) +com.google.android.material.R$styleable: int MotionTelltales_telltales_velocityMode +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: long dt +wangdaye.com.geometricweather.R$styleable: int MockView_mock_labelBackgroundColor +retrofit2.OkHttpCall$ExceptionCatchingResponseBody: okio.BufferedSource delegateSource +com.google.android.material.R$style: int Widget_MaterialComponents_Button_TextButton_Icon +androidx.constraintlayout.widget.ConstraintLayout: void setMinHeight(int) +androidx.lifecycle.ServiceLifecycleDispatcher: androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable mLastDispatchRunnable +wangdaye.com.geometricweather.R$attr: int layout_keyline +com.google.android.material.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_fabSize +com.google.android.material.R$styleable: int CoordinatorLayout_keylines +okhttp3.Cache$CacheResponseBody: okhttp3.internal.cache.DiskLruCache$Snapshot snapshot +com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_background_corner_radius +androidx.preference.R$color: int notification_icon_bg_color +okhttp3.logging.LoggingEventListener: LoggingEventListener(okhttp3.logging.HttpLoggingInterceptor$Logger) +com.google.android.material.R$style: int Widget_AppCompat_TextView +com.turingtechnologies.materialscrollbar.R$id: int expanded_menu +androidx.transition.R$id: int blocking +james.adaptiveicon.R$string: int abc_capital_on +androidx.appcompat.R$attr: int collapseIcon +wangdaye.com.geometricweather.R$color: int abc_tint_spinner +com.google.android.material.R$attr: int collapseIcon +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: void setNewX(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric: int UnitType +io.reactivex.internal.subscriptions.BasicQueueSubscription: java.lang.Object poll() +androidx.drawerlayout.R$drawable: R$drawable() +retrofit2.http.Tag +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void onNext(java.lang.Object) +com.google.android.material.R$id: int outgoing +com.xw.repo.bubbleseekbar.R$attr: int windowMinWidthMajor +wangdaye.com.geometricweather.R$style: int AlertDialog_AppCompat +com.turingtechnologies.materialscrollbar.R$anim: int abc_shrink_fade_out_from_bottom +okhttp3.internal.http.RealResponseBody: long contentLength +com.google.android.material.R$attr: int background +com.google.android.material.R$styleable: int FontFamilyFont_android_fontVariationSettings +com.google.android.material.R$styleable: int BottomNavigationView_itemBackground +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator HOME_WAKE_SCREEN_VALIDATOR +okhttp3.internal.http2.Http2Connection: int openStreamCount() +cyanogenmod.app.IProfileManager: boolean profileExists(android.os.ParcelUuid) +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$1 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric Metric +androidx.preference.R$dimen: int abc_config_prefDialogWidth +com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawableItem_android_drawable +com.google.android.material.progressindicator.ProgressIndicator: void setIndeterminateDrawable(android.graphics.drawable.Drawable) +androidx.vectordrawable.animated.R$id: int icon +com.bumptech.glide.load.DecodeFormat: com.bumptech.glide.load.DecodeFormat[] values() +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getTotalPrecipitation() +com.google.android.material.R$styleable: int NavigationView_itemTextColor +com.google.android.material.R$style: int Widget_MaterialComponents_TimePicker_Button +androidx.swiperefreshlayout.R$drawable: int notification_bg_low_normal +androidx.vectordrawable.R$styleable: int FontFamilyFont_android_fontStyle +androidx.appcompat.R$id: int search_go_btn +okhttp3.HttpUrl$Builder: int port +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionBar_TabBar +com.google.android.material.R$animator: int mtrl_extended_fab_change_size_expand_motion_spec +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionBar_TabText +com.google.android.material.R$styleable: int OnSwipe_moveWhenScrollAtTop +com.google.android.material.R$styleable: int PopupWindow_overlapAnchor +com.jaredrummler.android.colorpicker.R$id: int expanded_menu +cyanogenmod.externalviews.ExternalViewProviderService: android.view.WindowManager mWindowManager +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dialogTheme +com.google.android.material.R$styleable: int AppCompatTextView_textLocale +retrofit2.Platform +androidx.preference.R$styleable: int Toolbar_contentInsetEnd +james.adaptiveicon.R$styleable: int SearchView_searchIcon +wangdaye.com.geometricweather.R$string: int key_gravity_sensor_switch +android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat_ActionBar +cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType valueOf(java.lang.String) +james.adaptiveicon.R$styleable: int TextAppearance_android_textColorLink +androidx.appcompat.resources.R$id: int tag_unhandled_key_listeners +wangdaye.com.geometricweather.R$drawable: int notif_temp_112 +androidx.hilt.work.R$attr: int ttcIndex +com.google.android.material.R$styleable: int Chip_showMotionSpec +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: int val$height +com.google.android.material.R$styleable: int AppCompatTextView_textAllCaps +androidx.vectordrawable.R$styleable: int[] ColorStateListItem +androidx.constraintlayout.widget.R$interpolator: R$interpolator() +cyanogenmod.power.IPerformanceManager$Stub: int TRANSACTION_getNumberOfProfiles +cyanogenmod.app.BaseLiveLockManagerService$1: cyanogenmod.app.BaseLiveLockManagerService this$0 +com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_itemBackground +cyanogenmod.app.StatusBarPanelCustomTile: android.os.Parcelable$Creator CREATOR +com.google.android.material.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Title_Inverse +wangdaye.com.geometricweather.R$attr: int extendMotionSpec +com.turingtechnologies.materialscrollbar.R$id: int select_dialog_listview +com.google.android.material.transformation.FabTransformationSheetBehavior +androidx.activity.R$dimen: int compat_control_corner_material +com.google.android.material.R$id: int save_overlay_view +androidx.preference.R$integer: int status_bar_notification_info_maxnum +com.google.android.material.R$style: int Widget_AppCompat_ListView +android.didikee.donate.R$bool: int abc_allow_stacked_button_bar +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowActionBar +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_BATTERY_STYLE_VALIDATOR +cyanogenmod.app.LiveLockScreenInfo: android.content.ComponentName component +com.baidu.location.e.p +androidx.appcompat.R$styleable: int GradientColor_android_type +com.google.android.material.R$styleable: int TextInputLayout_prefixTextAppearance +wangdaye.com.geometricweather.R$drawable: int notif_temp_33 +androidx.vectordrawable.R$id: int accessibility_custom_action_25 +androidx.swiperefreshlayout.R$styleable: int FontFamily_fontProviderAuthority +android.didikee.donate.R$style: int Base_Animation_AppCompat_Dialog +android.support.v4.app.INotificationSideChannel: void cancel(java.lang.String,int,java.lang.String) +com.turingtechnologies.materialscrollbar.R$drawable: R$drawable() +com.turingtechnologies.materialscrollbar.DragScrollBar: DragScrollBar(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle +android.didikee.donate.R$attr: int subMenuArrow +androidx.work.R$string: int status_bar_notification_info_overflow +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Button_Colored +com.google.android.material.R$attr: int actionModeBackground +android.didikee.donate.R$attr: int icon +com.jaredrummler.android.colorpicker.R$style: int Platform_Widget_AppCompat_Spinner +wangdaye.com.geometricweather.R$drawable: int ic_tag_plus +wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String province +androidx.preference.R$attr: int buttonPanelSideLayout +io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable +retrofit2.http.Query: java.lang.String value() +com.google.android.material.progressindicator.ProgressIndicator: void setIndicatorCornerRadius(int) +cyanogenmod.app.IProfileManager$Stub$Proxy: cyanogenmod.app.Profile getActiveProfile() +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_letter_spacing +com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu +androidx.appcompat.R$id: int tag_unhandled_key_listeners +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ImageButton +wangdaye.com.geometricweather.R$attr: int text_size +cyanogenmod.weather.WeatherLocation$Builder: java.lang.String mState +androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity +com.bumptech.glide.R$layout: int notification_template_part_time +androidx.appcompat.widget.AppCompatRadioButton: void setBackgroundDrawable(android.graphics.drawable.Drawable) +com.google.android.material.R$styleable: int Layout_android_layout_marginLeft +androidx.recyclerview.R$styleable: int FontFamily_fontProviderFetchStrategy +androidx.preference.R$attr: int isPreferenceVisible +androidx.appcompat.view.menu.ListMenuItemView: void setIcon(android.graphics.drawable.Drawable) +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored +androidx.fragment.R$dimen: int notification_small_icon_background_padding +androidx.appcompat.widget.AppCompatButton: void setCustomSelectionActionModeCallback(android.view.ActionMode$Callback) +james.adaptiveicon.R$styleable: int AppCompatTheme_buttonStyle +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_maxWidth +com.jaredrummler.android.colorpicker.R$attr: int dividerHorizontal +com.google.android.material.R$drawable: int btn_checkbox_unchecked_to_checked_mtrl_animation +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_padding_top_material +james.adaptiveicon.R$attr: int fontStyle +wangdaye.com.geometricweather.R$styleable: int MenuView_android_itemIconDisabledAlpha +androidx.preference.R$styleable: int PreferenceTheme_switchPreferenceCompatStyle +com.google.android.material.R$string: int fab_transformation_sheet_behavior +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: android.os.IBinder mRemote +wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit[] values() +androidx.appcompat.R$style: int Platform_V25_AppCompat +okhttp3.Response$Builder: okhttp3.Response build() +wangdaye.com.geometricweather.R$styleable: int CustomAttribute_attributeName +com.turingtechnologies.materialscrollbar.R$attr: int progressBarPadding +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_CITY +james.adaptiveicon.R$dimen: int notification_top_pad +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabUnboundedRipple +cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_SYNC +androidx.viewpager.widget.PagerTitleStrip: void setGravity(int) +wangdaye.com.geometricweather.R$attr: int tooltipText +androidx.lifecycle.Lifecycling: androidx.lifecycle.GenericLifecycleObserver getCallback(java.lang.Object) +androidx.constraintlayout.widget.R$layout: int abc_expanded_menu_layout +io.reactivex.Observable: io.reactivex.Observable mergeArray(int,int,io.reactivex.ObservableSource[]) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getO3Desc() +okhttp3.MediaType: boolean equals(java.lang.Object) +androidx.lifecycle.extensions.R$style: int TextAppearance_Compat_Notification_Line2 +com.google.android.material.chip.Chip: void setCloseIconSizeResource(int) +com.jaredrummler.android.colorpicker.R$dimen: int cpv_item_size +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType DeleteAll +okhttp3.WebSocket: long queueSize() +retrofit2.Platform: int defaultCallAdapterFactoriesSize() +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit getInstance(java.lang.String) +james.adaptiveicon.R$drawable: int abc_btn_check_to_on_mtrl_015 +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) +com.google.android.material.R$attr: int barrierMargin +okio.Buffer$2 +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType DeleteInTxIterable +androidx.constraintlayout.widget.R$color: int accent_material_dark +wangdaye.com.geometricweather.R$drawable: int weather_thunder_pixel +androidx.constraintlayout.widget.R$drawable: int abc_ic_arrow_drop_right_black_24dp +androidx.coordinatorlayout.R$id: int line3 +androidx.constraintlayout.widget.R$styleable: int[] FontFamilyFont +com.google.android.material.R$attr: int colorControlHighlight +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorControlActivated +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: AccuAlertResult$Area() +com.turingtechnologies.materialscrollbar.R$color: int error_color_material_light +androidx.constraintlayout.widget.R$styleable: int FontFamily_fontProviderQuery +wangdaye.com.geometricweather.R$xml: int widget_text +wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_translationZ +wangdaye.com.geometricweather.R$color: int design_error +com.google.android.material.R$style: int Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow +wangdaye.com.geometricweather.common.basic.models.weather.Base: long getUpdateTime() +wangdaye.com.geometricweather.R$layout: int cpv_dialog_presets +androidx.preference.R$attr: int listChoiceIndicatorMultipleAnimated +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowMinWidthMajor +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getNo2() +android.support.v4.os.ResultReceiver$MyRunnable +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getSo2() +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: void onNext(java.lang.Object) +com.google.android.material.R$attr: int selectionRequired +androidx.loader.R$drawable: int notification_bg_normal +james.adaptiveicon.R$styleable: int AppCompatTheme_popupWindowStyle +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: boolean isDaylight() +androidx.preference.R$styleable: int AppCompatTheme_android_windowAnimationStyle +com.turingtechnologies.materialscrollbar.R$attr: int bottomSheetStyle +cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_CLOCK +com.google.android.material.R$styleable: int AppCompatTheme_activityChooserViewStyle +androidx.appcompat.R$styleable: int Toolbar_subtitle +androidx.constraintlayout.widget.R$integer: int cancel_button_image_alpha +wangdaye.com.geometricweather.R$anim: int fragment_close_enter +com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_endY +wangdaye.com.geometricweather.R$styleable: int GradientColor_android_startX +wangdaye.com.geometricweather.db.entities.DailyEntity +com.google.android.material.R$dimen: int material_clock_display_padding +android.didikee.donate.R$attr: int buttonBarButtonStyle +wangdaye.com.geometricweather.R$styleable: int ChipGroup_singleSelection +com.google.android.material.tabs.TabItem +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric Metric +com.turingtechnologies.materialscrollbar.R$anim: int abc_fade_out +com.google.android.material.R$attr: int passwordToggleContentDescription +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_onDetachedFromWindow +wangdaye.com.geometricweather.R$style: int Test_Widget_MaterialComponents_MaterialCalendar_Day +android.didikee.donate.R$drawable: int abc_ic_star_half_black_36dp +wangdaye.com.geometricweather.R$style: int PreferenceThemeOverlay +okhttp3.internal.connection.StreamAllocation: okhttp3.Address address +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: BaiduIPLocationService(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationApi,io.reactivex.disposables.CompositeDisposable) +androidx.appcompat.widget.Toolbar: void setNavigationContentDescription(java.lang.CharSequence) +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerSizeTopRight +com.google.android.material.R$color: int design_error +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_onClick +androidx.preference.R$attr: int preferenceInformationStyle +wangdaye.com.geometricweather.R$drawable: int notif_temp_78 +com.google.android.material.R$attr: int closeIcon +com.google.android.material.textfield.TextInputLayout: void setHelperTextColor(android.content.res.ColorStateList) +androidx.preference.R$styleable: int DialogPreference_positiveButtonText +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void drain() +wangdaye.com.geometricweather.R$id: int dialog_weather_hourly_title +wangdaye.com.geometricweather.R$styleable: int[] PreferenceTheme +androidx.appcompat.R$attr: int fontStyle +okhttp3.logging.HttpLoggingInterceptor$Logger: void log(java.lang.String) +wangdaye.com.geometricweather.R$attr: int indicatorType +james.adaptiveicon.R$attr: int actionProviderClass +androidx.coordinatorlayout.R$styleable: int GradientColor_android_tileMode +com.turingtechnologies.materialscrollbar.R$dimen: int abc_cascading_menus_min_smallest_width +com.google.android.material.R$color: int primary_text_disabled_material_dark +androidx.recyclerview.R$styleable: int FontFamilyFont_ttcIndex +wangdaye.com.geometricweather.R$string: int common_google_play_services_enable_button +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: ObservableSwitchMap$SwitchMapObserver(io.reactivex.Observer,io.reactivex.functions.Function,int,boolean) +org.greenrobot.greendao.AbstractDao: long insertOrReplace(java.lang.Object) +androidx.hilt.R$id: int accessibility_custom_action_30 +com.amap.api.fence.GeoFence: int describeContents() +cyanogenmod.app.IProfileManager$Stub$Proxy: boolean setActiveProfile(android.os.ParcelUuid) +com.google.android.material.R$styleable: int FloatingActionButton_showMotionSpec +wangdaye.com.geometricweather.R$styleable: int Slider_tickColor +com.google.android.material.slider.Slider: android.content.res.ColorStateList getHaloTintList() +androidx.preference.R$style: int Widget_AppCompat_ButtonBar_AlertDialog +cyanogenmod.weatherservice.ServiceRequestResult: cyanogenmod.weather.WeatherInfo access$202(cyanogenmod.weatherservice.ServiceRequestResult,cyanogenmod.weather.WeatherInfo) +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_CompactMenu +androidx.constraintlayout.widget.R$styleable: int Layout_layout_goneMarginStart +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_elevation +okhttp3.internal.platform.Platform: java.lang.String toString() +io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: long index +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_android_windowIsFloating +wangdaye.com.geometricweather.R$styleable: int ArcProgress_progress +okhttp3.internal.http1.Http1Codec: okhttp3.Headers readHeaders() +wangdaye.com.geometricweather.R$id: int cos +io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Metric: int UnitType +com.jaredrummler.android.colorpicker.R$attr: int fontFamily +com.google.android.material.R$color: int design_dark_default_color_on_background +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_orientation +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Integer uvIndex +okhttp3.internal.http2.Http2Connection$PingRunnable +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: boolean isDisposed() +androidx.appcompat.R$attr: int actionMenuTextColor +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: long getTime() +com.bumptech.glide.R$integer +com.xw.repo.bubbleseekbar.R$id: int left +wangdaye.com.geometricweather.R$styleable: int PropertySet_motionProgress +com.xw.repo.bubbleseekbar.R$string: int abc_searchview_description_voice +androidx.lifecycle.SavedStateHandle: void validateValue(java.lang.Object) +androidx.constraintlayout.widget.R$attr: int windowFixedHeightMinor +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_DrawerArrowToggle +com.amap.api.fence.GeoFence: float m +com.google.gson.internal.LinkedTreeMap: LinkedTreeMap(java.util.Comparator) +wangdaye.com.geometricweather.main.models.LocationResource$Event: wangdaye.com.geometricweather.main.models.LocationResource$Event UPDATE +okhttp3.internal.http2.StreamResetException: okhttp3.internal.http2.ErrorCode errorCode +wangdaye.com.geometricweather.R$attr: int showDelay +androidx.hilt.lifecycle.R$id: R$id() +androidx.preference.R$attr: int showText +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setHumidity(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean) +okio.Buffer: byte getByte(long) +okhttp3.CookieJar: void saveFromResponse(okhttp3.HttpUrl,java.util.List) +okhttp3.internal.http2.Header: okio.ByteString value +wangdaye.com.geometricweather.R$styleable: int DialogPreference_android_dialogTitle +cyanogenmod.app.CMContextConstants$Features: CMContextConstants$Features() +wangdaye.com.geometricweather.db.entities.DaoMaster$OpenHelper +cyanogenmod.app.LiveLockScreenInfo$1: LiveLockScreenInfo$1() +com.amap.api.fence.PoiItem: PoiItem() +wangdaye.com.geometricweather.R$id: int adjust_height +androidx.lifecycle.extensions.R$dimen: int notification_small_icon_size_as_large +com.google.android.material.R$id: int tag_accessibility_actions +com.bumptech.glide.load.engine.GlideException: java.lang.String detailMessage +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_TextView_SpinnerItem +com.google.android.material.slider.Slider: android.content.res.ColorStateList getTickActiveTintList() +androidx.appcompat.R$anim +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarPopupTheme +wangdaye.com.geometricweather.db.entities.DaoMaster$OpenHelper: DaoMaster$OpenHelper(android.content.Context,java.lang.String,android.database.sqlite.SQLiteDatabase$CursorFactory) +wangdaye.com.geometricweather.R$drawable: int notif_temp_55 +wangdaye.com.geometricweather.R$attr: int textAppearanceSubtitle1 +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getTreeLevel() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Speed: int UnitType +com.bumptech.glide.integration.okhttp.R$styleable: int[] GradientColor +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) +androidx.appcompat.R$bool +com.jaredrummler.android.colorpicker.R$styleable: int CheckBoxPreference_android_disableDependentsState +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_backgroundTintMode +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: void setProvince(java.lang.String) +androidx.activity.R$drawable: int notification_bg_low_pressed +androidx.appcompat.resources.R$style: int TextAppearance_Compat_Notification +com.google.android.material.R$attr: int ratingBarStyleIndicator +androidx.appcompat.widget.Toolbar: void setTitleTextColor(int) +androidx.constraintlayout.widget.R$drawable: int abc_spinner_mtrl_am_alpha +okhttp3.internal.cache.DiskLruCache: java.lang.String REMOVE +com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_vertical_padding +com.github.rahatarmanahmed.cpv.CircularProgressView$2 +okio.ForwardingTimeout +android.didikee.donate.R$color: int bright_foreground_disabled_material_dark +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_29 +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_track +cyanogenmod.app.StatusBarPanelCustomTile$1: StatusBarPanelCustomTile$1() +androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityResumed(android.app.Activity) +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_CONDITION +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay TAG_UV_INDEX +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: boolean isDisposed() +androidx.preference.R$styleable: int MenuItem_android_onClick +androidx.constraintlayout.widget.R$styleable: int View_android_theme +com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_arrowHeadLength +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Imperial: int UnitType +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_tooltipForegroundColor +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceListItem +okio.RealBufferedSource: okio.Source source +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_subtitleTextStyle +androidx.activity.R$attr: int fontProviderPackage +james.adaptiveicon.R$styleable: int MenuItem_android_title +wangdaye.com.geometricweather.R$attr: int minHideDelay +androidx.hilt.work.R$dimen: int notification_small_icon_background_padding +androidx.fragment.R$styleable: int[] ColorStateListItem +cyanogenmod.externalviews.KeyguardExternalView$1 +wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableTransition_android_drawable +james.adaptiveicon.R$style: int TextAppearance_Compat_Notification +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: int status +cyanogenmod.app.Profile$ExpandedDesktopMode: Profile$ExpandedDesktopMode() +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode HTTP_1_1_REQUIRED +io.reactivex.internal.disposables.DisposableHelper: boolean trySet(java.util.concurrent.atomic.AtomicReference,io.reactivex.disposables.Disposable) +androidx.preference.R$styleable: int AppCompatTextHelper_android_drawableLeft +androidx.preference.R$attr: int listChoiceIndicatorSingleAnimated +com.google.android.material.chip.Chip: void setChipIconSizeResource(int) +androidx.legacy.coreutils.R$styleable: int GradientColor_android_centerColor +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_go_search_api_material +cyanogenmod.profiles.StreamSettings: android.os.Parcelable$Creator CREATOR +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver +com.google.android.material.R$id: int fade +io.reactivex.internal.schedulers.ScheduledRunnable: boolean isDisposed() +androidx.drawerlayout.R$styleable: int ColorStateListItem_android_alpha +cyanogenmod.providers.CMSettings$Secure: java.lang.String RECENTS_LONG_PRESS_ACTIVITY +wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView +androidx.constraintlayout.widget.R$styleable: int Toolbar_contentInsetEndWithActions +androidx.vectordrawable.R$attr: int fontProviderQuery +com.google.android.material.R$color: int material_on_background_disabled +wangdaye.com.geometricweather.R$string: int settings_title_notification_hide_in_lockScreen +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setFont(java.lang.String) +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver +wangdaye.com.geometricweather.R$layout: int notification_template_icon_group +com.jaredrummler.android.colorpicker.ColorPanelView: void setColor(int) +wangdaye.com.geometricweather.R$animator: int weather_thunder_2 +okio.AsyncTimeout: void timedOut() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Imperial +androidx.fragment.R$style: R$style() +androidx.coordinatorlayout.R$styleable: int FontFamily_fontProviderQuery +androidx.appcompat.R$style: int Widget_AppCompat_Spinner +android.didikee.donate.R$styleable: int Toolbar_collapseContentDescription +cyanogenmod.app.CustomTile$ExpandedItem: android.os.Parcelable$Creator CREATOR +androidx.constraintlayout.widget.R$styleable: int[] OnSwipe +okhttp3.internal.ws.WebSocketWriter$FrameSink: WebSocketWriter$FrameSink(okhttp3.internal.ws.WebSocketWriter) +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Dialog +io.reactivex.internal.disposables.SequentialDisposable: boolean isDisposed() +com.turingtechnologies.materialscrollbar.R$attr: int titleTextStyle +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_expandedHintEnabled +androidx.transition.R$color: int secondary_text_default_material_light +com.amap.api.fence.PoiItem: java.lang.String k +wangdaye.com.geometricweather.R$attr: int materialAlertDialogTitleTextStyle +cyanogenmod.providers.CMSettings$System: java.lang.String VOLBTN_MUSIC_CONTROLS +wangdaye.com.geometricweather.R$styleable: int AppCompatSeekBar_android_thumb +okhttp3.internal.http1.Http1Codec$ChunkedSource: okhttp3.HttpUrl url +com.google.android.material.R$styleable: int MaterialButton_android_insetTop +wangdaye.com.geometricweather.db.entities.HistoryEntity: int daytimeTemperature +com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawable_android_enterFadeDuration +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorBackgroundFloating +androidx.appcompat.R$id: int message +androidx.constraintlayout.widget.R$styleable: int KeyPosition_percentHeight +androidx.customview.R$id: int info +com.xw.repo.bubbleseekbar.R$attr: int toolbarNavigationButtonStyle +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_overflow_padding_start_material +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge +com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_layout_keyline +wangdaye.com.geometricweather.R$animator: int design_fab_show_motion_spec +androidx.lifecycle.R: R() +androidx.appcompat.widget.SearchView: int getPreferredWidth() +wangdaye.com.geometricweather.R$id: int activity_widget_config_alignEndSwitch +wangdaye.com.geometricweather.R$layout: int mtrl_picker_dialog +okio.Options: Options(okio.ByteString[],int[]) +androidx.lifecycle.ServiceLifecycleDispatcher: void postDispatchRunnable(androidx.lifecycle.Lifecycle$Event) +okio.RealBufferedSink: java.lang.String toString() +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void otherError(java.lang.Throwable) +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer wetBulbTemperature +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TimePicker_Display_TextInputEditText +io.reactivex.internal.disposables.DisposableHelper +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Title +wangdaye.com.geometricweather.R$attr: int transitionDisable +androidx.appcompat.R$id: int list_item +androidx.swiperefreshlayout.R$attr: int fontVariationSettings +cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: void removeCustomTileWithTag(java.lang.String,java.lang.String,int,int) +cyanogenmod.app.suggest.IAppSuggestProvider$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +okhttp3.Cookie: java.lang.String domain +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_endIconCheckable +wangdaye.com.geometricweather.R$styleable: int Toolbar_popupTheme +androidx.swiperefreshlayout.R$dimen: int compat_button_inset_vertical_material +android.didikee.donate.R$styleable: int AppCompatTheme_colorPrimary +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour: AccuCurrentResult$PrecipitationSummary$PastHour() +androidx.core.R$id: int accessibility_custom_action_18 +androidx.hilt.work.R$styleable: int GradientColor_android_gradientRadius +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void subscribe(io.reactivex.ObservableSource[],int) +androidx.viewpager2.R$styleable: int ColorStateListItem_alpha +com.bumptech.glide.R$styleable: int GradientColorItem_android_color +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.ChineseCityEntity) +com.xw.repo.bubbleseekbar.R$attr: int selectableItemBackgroundBorderless +androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_android_fontVariationSettings +wangdaye.com.geometricweather.R$transition +retrofit2.Retrofit$1: Retrofit$1(retrofit2.Retrofit,java.lang.Class) +androidx.lifecycle.extensions.R$styleable: int[] Fragment +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$6 +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: long serialVersionUID +androidx.constraintlayout.widget.R$attr: int contentInsetLeft +okhttp3.internal.cache.FaultHidingSink: void onException(java.io.IOException) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: void setType(java.lang.String) +wangdaye.com.geometricweather.R$string: int widget_week +okhttp3.internal.tls.OkHostnameVerifier: boolean verify(java.lang.String,java.security.cert.X509Certificate) +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: void onNext(java.lang.Object) +androidx.vectordrawable.R$drawable: int notification_bg +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String alertId +com.google.android.material.R$string: int material_clock_toggle_content_description +androidx.preference.R$id: int add +wangdaye.com.geometricweather.R$anim: int mtrl_bottom_sheet_slide_out +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: FlowableCreate$SerializedEmitter(io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter) +cyanogenmod.hardware.CMHardwareManager: boolean get(int) +retrofit2.Utils$ParameterizedTypeImpl: Utils$ParameterizedTypeImpl(java.lang.reflect.Type,java.lang.reflect.Type,java.lang.reflect.Type[]) +com.xw.repo.bubbleseekbar.R$styleable: int[] MenuItem +androidx.coordinatorlayout.R$id: int text2 +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_DrawerArrowToggle +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Speed: int UnitType +androidx.customview.R$id: int blocking +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA +cyanogenmod.externalviews.KeyguardExternalViewProviderService$1$1: android.os.IBinder call() +androidx.room.RoomDatabase$JournalMode: androidx.room.RoomDatabase$JournalMode[] values() +com.google.android.material.slider.Slider: android.content.res.ColorStateList getTickTintList() +okio.ByteString: void writeObject(java.io.ObjectOutputStream) +wangdaye.com.geometricweather.R$color: int colorTextTitle_dark +androidx.appcompat.R$style: int Widget_AppCompat_Button_Colored +wangdaye.com.geometricweather.background.polling.permanent.observer.FakeForegroundService +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource valueOf(java.lang.String) +com.turingtechnologies.materialscrollbar.R$attr: int color +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType InsertOrReplaceInTxIterable +com.google.android.material.R$attr: int listPreferredItemPaddingLeft +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_android_enabled +androidx.appcompat.R$styleable: int SearchView_goIcon +com.google.android.material.R$styleable: int MaterialCardView_state_dragged +com.google.android.material.stateful.ExtendableSavedState +wangdaye.com.geometricweather.R$bool: int config_materialPreferenceIconSpaceReserved +androidx.preference.R$color: int abc_search_url_text +androidx.recyclerview.R$attr: int ttcIndex +io.reactivex.Observable: io.reactivex.Observer subscribeWith(io.reactivex.Observer) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$DailyTemperature +wangdaye.com.geometricweather.R$attr: int paddingTopNoTitle +androidx.appcompat.widget.ButtonBarLayout: void setAllowStacking(boolean) +okio.RealBufferedSource: int readInt() +com.google.android.material.R$style: int Platform_MaterialComponents_Light_Dialog +com.google.android.material.R$styleable: int SearchView_queryBackground +androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityCreated(android.app.Activity,android.os.Bundle) +androidx.appcompat.R$style: int Widget_AppCompat_PopupMenu +wangdaye.com.geometricweather.R$attr: int useMaterialThemeColors +com.google.android.material.bottomappbar.BottomAppBar: com.google.android.material.bottomappbar.BottomAppBar$Behavior getBehavior() +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small +androidx.appcompat.resources.R$styleable: int FontFamily_fontProviderFetchStrategy +androidx.preference.R$id: int icon_group +okhttp3.Headers$Builder: java.util.List namesAndValues +io.reactivex.internal.schedulers.RxThreadFactory: java.lang.String toString() +com.google.android.gms.common.R$string: R$string() +wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_icon_light_normal_background +androidx.vectordrawable.animated.R$styleable: int GradientColor_android_centerColor +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: ObservableMergeWithMaybe$MergeWithObserver(io.reactivex.Observer) +cyanogenmod.app.CMStatusBarManager: void removeTile(int) +androidx.preference.R$attr: int layout_anchor +androidx.constraintlayout.widget.R$id: int group_divider +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: org.reactivestreams.Subscription upstream +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String getProvince() +cyanogenmod.profiles.StreamSettings: boolean mDirty +com.google.android.material.R$id: int default_activity_button +wangdaye.com.geometricweather.R$color: int design_dark_default_color_primary_variant +com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_fixed_width_minor +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: io.reactivex.ObservableSource second +com.jaredrummler.android.colorpicker.R$attr: int allowDividerAfterLastItem +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: java.lang.String getSpeedTextWithoutUnit(float) +okhttp3.internal.http2.Http2Connection: void setSettings(okhttp3.internal.http2.Settings) +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Title +wangdaye.com.geometricweather.R$string +androidx.hilt.R$layout: int custom_dialog +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getWeatherText() +androidx.work.R$id: int action_divider +retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback +com.google.android.material.R$integer: int abc_config_activityShortDur +wangdaye.com.geometricweather.R$id: int stop +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: java.util.concurrent.TimeUnit unit +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon +androidx.customview.R$id: int notification_main_column +com.turingtechnologies.materialscrollbar.R$attr: int layout +com.jaredrummler.android.colorpicker.R$id: int icon_group +androidx.preference.R$attr: int autoCompleteTextViewStyle +cyanogenmod.providers.CMSettings$Secure$2 +androidx.appcompat.R$drawable: int abc_btn_colored_material +androidx.constraintlayout.widget.R$styleable: int SearchView_closeIcon +wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit: java.lang.String getProbabilityText(android.content.Context,float) +com.google.gson.stream.JsonReader: void skipUnquotedValue() +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_COLOR_ADJUSTMENT_VALIDATOR +cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.IKeyguardExternalViewProvider access$002(cyanogenmod.externalviews.KeyguardExternalView,cyanogenmod.externalviews.IKeyguardExternalViewProvider) +com.turingtechnologies.materialscrollbar.R$color: int mtrl_bottom_nav_item_tint +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize +okhttp3.internal.http2.Hpack$Writer: okio.Buffer out +android.didikee.donate.R$drawable: int abc_switch_track_mtrl_alpha +wangdaye.com.geometricweather.R$layout: int mtrl_picker_header_toggle +james.adaptiveicon.R$dimen: int abc_button_padding_vertical_material +com.google.android.material.R$styleable: int RecycleListView_paddingBottomNoButtons +androidx.constraintlayout.widget.R$attr: int actionModeBackground +androidx.transition.R$attr: int fontProviderCerts +com.google.android.material.R$color: int mtrl_tabs_ripple_color +com.jaredrummler.android.colorpicker.R$attr: int windowMinWidthMajor +androidx.preference.R$styleable: int[] CheckBoxPreference +androidx.appcompat.resources.R$layout: int notification_template_part_time +androidx.preference.R$styleable: int Preference_singleLineTitle +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_minHeight +okhttp3.internal.Util$2: java.lang.Thread newThread(java.lang.Runnable) +com.google.android.material.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText +androidx.hilt.lifecycle.R$styleable: int[] GradientColor +com.google.android.material.timepicker.TimePickerView: void addOnRotateListener(com.google.android.material.timepicker.ClockHandView$OnRotateListener) +androidx.constraintlayout.widget.R$styleable: int MenuView_android_itemIconDisabledAlpha +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_selectableItemBackground +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_minWidth +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHeight_percent +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceCategoryStyle +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String componentToMixNMatchKey(java.lang.String) +androidx.hilt.R$id: int tag_unhandled_key_event_manager +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String NAVBAR_BACKGROUND +com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_backgroundOverlayColorAlpha +okhttp3.internal.cache2.Relay: int SOURCE_FILE +wangdaye.com.geometricweather.R$string: int settings_title_item_animation_switch +okhttp3.logging.HttpLoggingInterceptor: boolean isPlaintext(okio.Buffer) +com.google.android.material.R$styleable: int FontFamilyFont_android_fontWeight +androidx.legacy.coreutils.R$styleable: int GradientColor_android_centerY +okhttp3.Route: java.net.InetSocketAddress inetSocketAddress +com.google.android.material.R$styleable: int KeyCycle_wavePeriod +cyanogenmod.os.Concierge: cyanogenmod.os.Concierge$ParcelInfo receiveParcel(android.os.Parcel) +com.google.android.material.internal.ForegroundLinearLayout: ForegroundLinearLayout(android.content.Context,android.util.AttributeSet,int) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableStartCompat +com.amap.api.location.AMapLocationClientOption: long SCAN_WIFI_INTERVAL +com.google.android.material.floatingactionbutton.FloatingActionButton: void setCompatElevation(float) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_id +com.turingtechnologies.materialscrollbar.R$attr: int expandActivityOverflowButtonDrawable +com.xw.repo.bubbleseekbar.R$id: int forever +androidx.vectordrawable.R$color: int secondary_text_default_material_light +wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_end_icon_margin_start +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_touch_to_seek +io.reactivex.Observable: io.reactivex.Observable concatMapMaybeDelayError(io.reactivex.functions.Function) +androidx.preference.R$style: int Base_Widget_AppCompat_Light_PopupMenu +com.google.android.material.R$styleable: int ExtendedFloatingActionButton_collapsedSize +io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function7) +com.jaredrummler.android.colorpicker.R$attr: int voiceIcon +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Small_Inverse +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_WIND_DIRECTION +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void dispose() +com.google.android.material.R$style: int Base_Widget_MaterialComponents_ProgressIndicator_Circular +com.github.rahatarmanahmed.cpv.CircularProgressView: boolean autostartAnimation +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight +com.google.android.material.R$style: int Widget_MaterialComponents_FloatingActionButton +okhttp3.internal.http2.Http2Connection$6: void execute() +cyanogenmod.hardware.ICMHardwareService: boolean registerThermalListener(cyanogenmod.hardware.IThermalListenerCallback) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: void setStatus(int) +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_endColor +wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_item_max_width +wangdaye.com.geometricweather.R$styleable: int PreferenceFragment_allowDividerAfterLastItem +cyanogenmod.weather.ICMWeatherManager: void unregisterWeatherServiceProviderChangeListener(cyanogenmod.weather.IWeatherServiceProviderChangeListener) +okio.Buffer: okio.ByteString sha256() +wangdaye.com.geometricweather.R$attr: int materialCalendarFullscreenTheme +cyanogenmod.app.IPartnerInterface$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult: wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean Summary +wangdaye.com.geometricweather.R$id: int item_touch_helper_previous_elevation +androidx.appcompat.R$color: int material_deep_teal_200 +okhttp3.MultipartBody: okhttp3.MultipartBody$Part part(int) +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_collapseContentDescription +androidx.viewpager2.R$color: int secondary_text_default_material_light +org.greenrobot.greendao.AbstractDao: java.lang.Object loadUnique(android.database.Cursor) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial Imperial +com.jaredrummler.android.colorpicker.R$dimen: int abc_floating_window_z +androidx.preference.R$styleable: int AppCompatTheme_seekBarStyle +androidx.preference.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle +wangdaye.com.geometricweather.R$attr: int colorAccent +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String moldDescription +com.google.android.gms.tasks.RuntimeExecutionException +androidx.constraintlayout.widget.R$string: int abc_menu_space_shortcut_label +com.google.android.material.R$styleable: int Layout_layout_constraintRight_toLeftOf +wangdaye.com.geometricweather.R$styleable: int[] AppCompatTextHelper +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_transitionPathRotate +james.adaptiveicon.R$dimen: int abc_panel_menu_list_width +com.google.android.material.R$styleable: int[] TabItem +com.google.android.gms.location.ActivityTransitionRequest +androidx.coordinatorlayout.R$attr: int fontProviderAuthority +com.google.android.material.R$attr: int chipSpacing +androidx.appcompat.R$attr: int titleMargins +wangdaye.com.geometricweather.R$styleable: int MaterialButtonToggleGroup_singleSelection +wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_summaryOff +wangdaye.com.geometricweather.R$id: int tag_transition_group +wangdaye.com.geometricweather.R$id: int action_settings +wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.util.Date date +androidx.appcompat.R$attr: int alertDialogStyle +wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_font +wangdaye.com.geometricweather.R$id: int activity_allergen_recyclerView +androidx.preference.R$string: int abc_action_bar_up_description +wangdaye.com.geometricweather.common.basic.models.weather.Wind: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree degree +com.loc.k: java.lang.String a +com.google.android.material.R$attr: int fabSize +wangdaye.com.geometricweather.R$attr: int scrimAnimationDuration +io.reactivex.internal.util.NotificationLite$SubscriptionNotification: java.lang.String toString() +wangdaye.com.geometricweather.R$layout: int dialog_providers_previewer +androidx.appcompat.R$dimen: int abc_action_bar_overflow_padding_end_material +com.google.android.material.R$styleable: int ConstraintSet_flow_horizontalStyle +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintCircleAngle +wangdaye.com.geometricweather.R$attr: int passwordToggleTintMode +androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_android_fontStyle +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: float getActionTextColorAlpha() +com.google.android.material.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +wangdaye.com.geometricweather.R$drawable: int ic_gauge +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: long serialVersionUID +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_rtl +androidx.customview.R$styleable: int GradientColor_android_endColor +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: io.reactivex.Observer downstream +cyanogenmod.providers.WeatherContract +androidx.preference.R$styleable: int CompoundButton_buttonTint +com.google.android.material.R$style: int Base_Widget_AppCompat_ActionButton +androidx.appcompat.R$styleable: int SearchView_searchHintIcon +com.google.android.material.R$attr: int stackFromEnd +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonBarButtonStyle +androidx.preference.R$styleable: int AppCompatTextView_drawableBottomCompat +retrofit2.Utils$GenericArrayTypeImpl: Utils$GenericArrayTypeImpl(java.lang.reflect.Type) +cyanogenmod.os.Concierge$ParcelInfo: int mStartPosition +com.google.android.material.R$style: int ThemeOverlay_Design_TextInputEditText +com.google.android.material.R$attr: int itemFillColor +com.google.android.material.R$attr: int autoSizePresetSizes +androidx.activity.R$drawable: int notification_bg_low_normal +okio.Buffer: okio.ByteString hmacSha512(okio.ByteString) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatSeekBar_tickMarkTint +androidx.viewpager2.widget.ViewPager2: ViewPager2(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$layout: int mtrl_calendar_vertical +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property AqiText +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean getImages() +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric +com.bumptech.glide.integration.okhttp.R$id: int notification_main_column +james.adaptiveicon.AdaptiveIconView: james.adaptiveicon.AdaptiveIcon getIcon() +wangdaye.com.geometricweather.R$attr: int tickMarkTint +com.xw.repo.bubbleseekbar.R$styleable: int MenuView_preserveIconSpacing +io.reactivex.internal.observers.InnerQueuedObserver: void onNext(java.lang.Object) +okhttp3.OkHttpClient$Builder: boolean retryOnConnectionFailure +androidx.constraintlayout.widget.R$attr: int defaultQueryHint +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$LocalSource: java.lang.String WeatherCode +org.greenrobot.greendao.AbstractDaoMaster: int getSchemaVersion() +james.adaptiveicon.R$style: int Platform_V21_AppCompat +com.google.android.material.R$styleable: int KeyTimeCycle_android_elevation +com.google.android.material.R$styleable: int Toolbar_contentInsetEndWithActions +okhttp3.internal.ws.RealWebSocket: boolean send(okio.ByteString) +android.didikee.donate.R$attr: int singleChoiceItemLayout +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void innerClose(boolean,io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver) +cyanogenmod.app.CustomTile$GridExpandedStyle +wangdaye.com.geometricweather.R$dimen: int compat_button_inset_horizontal_material +androidx.lifecycle.extensions.R$id: int tag_accessibility_heading +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType InsertInTxIterable +okio.RealBufferedSource: boolean isOpen() +com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_min_width +androidx.preference.R$styleable: int DialogPreference_android_dialogLayout +com.google.android.material.R$attr: int liftOnScrollTargetViewId +com.baidu.location.indoor.mapversion.c.a$d: java.lang.String a +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle +wangdaye.com.geometricweather.R$styleable: int KeyTrigger_triggerId +androidx.appcompat.widget.SearchView: void setOnCloseListener(androidx.appcompat.widget.SearchView$OnCloseListener) +androidx.lifecycle.ReportFragment$ActivityInitializationListener: void onResume() +androidx.preference.R$style: int TextAppearance_Compat_Notification_Title +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void onError(java.lang.Throwable) +io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: void onComplete() +com.google.android.material.R$id: int accessibility_custom_action_14 +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light +james.adaptiveicon.R$layout: int select_dialog_multichoice_material +com.amap.api.location.CoordinateConverter: com.amap.api.location.CoordinateConverter coord(com.amap.api.location.DPoint) +com.google.gson.stream.JsonWriter: boolean lenient +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: void onNext(java.lang.Object) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_CALL_LED_ON_VALIDATOR com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setKillProcess(boolean) -com.google.android.material.R$id: int line3 -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: void onComplete() -androidx.constraintlayout.widget.R$styleable: int ActionBar_elevation -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeSplitBackground -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: java.lang.String IconPhrase -wangdaye.com.geometricweather.R$style: int Theme_Design_Light -com.xw.repo.bubbleseekbar.R$style: int Base_V22_Theme_AppCompat -androidx.constraintlayout.widget.R$color: int notification_action_color_filter -com.xw.repo.bubbleseekbar.R$color: int primary_text_disabled_material_light -androidx.appcompat.R$bool: int abc_allow_stacked_button_bar -james.adaptiveicon.R$styleable: int LinearLayoutCompat_dividerPadding -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_shapeAppearance -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_width -androidx.work.WorkInfo$State: androidx.work.WorkInfo$State ENQUEUED -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_peekHeight -com.google.android.material.R$styleable: int AppCompatTheme_listMenuViewStyle -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_PopupMenu_Overflow -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Metric -com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse -com.jaredrummler.android.colorpicker.R$color: int accent_material_dark -androidx.appcompat.R$styleable: int Toolbar_titleMargin -androidx.constraintlayout.widget.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset -okio.Buffer: okio.Buffer buffer() -androidx.legacy.coreutils.R$integer: int status_bar_notification_info_maxnum -wangdaye.com.geometricweather.R$string: int common_google_play_services_wear_update_text -androidx.preference.R$styleable: int GradientColor_android_centerX -wangdaye.com.geometricweather.R$id: int widget_week_icon_1 -cyanogenmod.themes.IThemeProcessingListener: void onFinishedProcessing(java.lang.String) -androidx.work.impl.background.systemalarm.SystemAlarmService -cyanogenmod.profiles.RingModeSettings: RingModeSettings(android.os.Parcel) -okhttp3.CacheControl: boolean isPublic() -cyanogenmod.power.PerformanceManager: java.lang.String POWER_PROFILE_CHANGED -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: void slideLockscreenIn() -okhttp3.internal.http2.Huffman: void buildTree() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum: AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum() -androidx.work.R$id: int accessibility_custom_action_27 -wangdaye.com.geometricweather.R$attr: int chipGroupStyle -wangdaye.com.geometricweather.R$id: int textStart -androidx.preference.R$attr: int maxWidth -androidx.preference.R$style: int Base_Widget_AppCompat_CompoundButton_Switch -androidx.constraintlayout.widget.R$attr: int hideOnContentScroll +wangdaye.com.geometricweather.R$attr: int layout_constraintWidth_percent +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setImages(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean) +androidx.dynamicanimation.R$drawable: int notification_bg_low +com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_borderless_material +wangdaye.com.geometricweather.R$attr: int layoutDescription +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle +com.google.android.material.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_homeLayout +com.jaredrummler.android.colorpicker.R$dimen: int highlight_alpha_material_dark +androidx.lifecycle.ProcessLifecycleOwner: void activityResumed() +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: void disposeAfter() +androidx.appcompat.R$attr: int editTextStyle +com.google.android.material.R$styleable: int AppCompatTheme_listDividerAlertDialog +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarTabBarStyle +androidx.vectordrawable.R$id: int notification_background +com.google.android.material.R$styleable: int ConstraintSet_android_translationX +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: void setNames(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: java.lang.String en_US +wangdaye.com.geometricweather.R$color: int abc_search_url_text_selected +com.turingtechnologies.materialscrollbar.R$string: int abc_search_hint +wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge +io.reactivex.subjects.PublishSubject$PublishDisposable: void onNext(java.lang.Object) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Button +androidx.appcompat.R$style: int Base_Widget_AppCompat_RatingBar_Indicator +james.adaptiveicon.R$id: int action_image +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: java.util.concurrent.atomic.AtomicReference inner +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_subtitle_bottom_margin_material +wangdaye.com.geometricweather.R$attr: int telltales_tailColor +wangdaye.com.geometricweather.R$xml: int widget_day +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.internal.util.ErrorMode errorMode +androidx.preference.R$attr: int displayOptions +com.jaredrummler.android.colorpicker.R$attr: int fastScrollVerticalTrackDrawable +wangdaye.com.geometricweather.R$attr: int colorError +io.reactivex.internal.queue.SpscArrayQueue: void soProducerIndex(long) +com.jaredrummler.android.colorpicker.R$attr: int fastScrollHorizontalTrackDrawable +androidx.customview.R$drawable: int notification_icon_background +wangdaye.com.geometricweather.R$styleable: int BackgroundStyle_selectableItemBackground +wangdaye.com.geometricweather.R$attr: int tintMode +com.google.android.material.R$attr: int borderlessButtonStyle +android.didikee.donate.R$styleable: int View_theme +androidx.viewpager2.R$style: int Widget_Compat_NotificationActionContainer +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_percent +androidx.appcompat.R$id: int tag_transition_group +androidx.fragment.app.FragmentManagerImpl +androidx.constraintlayout.widget.R$attr: int animate_relativeTo +com.google.android.material.R$attr: int boxCornerRadiusTopEnd +androidx.preference.EditTextPreferenceDialogFragmentCompat: EditTextPreferenceDialogFragmentCompat() +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List yundong +androidx.preference.R$attr: int switchPreferenceCompatStyle +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: java.lang.String value +wangdaye.com.geometricweather.R$styleable: int StateListDrawable_android_constantSize +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModePopupWindowStyle +okhttp3.internal.http2.Http2Reader$ContinuationSource: short padding +androidx.vectordrawable.animated.R$drawable: int notification_bg_low_pressed +androidx.dynamicanimation.R$id: int actions +androidx.constraintlayout.widget.R$styleable: int Toolbar_titleTextColor +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_lastHorizontalBias +james.adaptiveicon.R$attr: int colorSwitchThumbNormal +androidx.appcompat.R$anim: int btn_checkbox_to_unchecked_check_path_merged_animation +com.xw.repo.bubbleseekbar.R$attr: int actionDropDownStyle +retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$2: KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$2(retrofit2.Call) +androidx.fragment.R$id: int accessibility_custom_action_6 +com.turingtechnologies.materialscrollbar.R$styleable: int[] PopupWindow +android.didikee.donate.R$style: int Base_V7_Theme_AppCompat_Light +wangdaye.com.geometricweather.R$color: int primary_material_light +com.google.android.material.R$styleable: int GradientColorItem_android_color +retrofit2.Response: okhttp3.Headers headers() +okhttp3.ResponseBody$1 +androidx.transition.R$id: int ghost_view_holder +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeThunderstormPrecipitationDuration +com.amap.api.location.AMapLocation: int TRUSTED_LEVEL_NORMAL +io.reactivex.internal.disposables.EmptyDisposable: void complete(io.reactivex.MaybeObserver) +cyanogenmod.app.Profile$1: java.lang.Object createFromParcel(android.os.Parcel) +wangdaye.com.geometricweather.R$styleable: int[] ImageFilterView +android.didikee.donate.R$drawable: int abc_scrubber_primary_mtrl_alpha +com.jaredrummler.android.colorpicker.R$styleable: int View_android_theme +androidx.lifecycle.OnLifecycleEvent +androidx.preference.R$styleable: int ActionMode_titleTextStyle +wangdaye.com.geometricweather.R$styleable: int[] MaterialTextAppearance +com.jaredrummler.android.colorpicker.R$attr: int adjustable +com.google.android.material.R$styleable: int MaterialRadioButton_buttonTint +cyanogenmod.app.ProfileManager: android.app.NotificationGroup[] getNotificationGroups() +androidx.appcompat.R$styleable: int Toolbar_titleMarginBottom +cyanogenmod.alarmclock.ClockContract$InstancesColumns: int LOW_NOTIFICATION_STATE +androidx.preference.R$styleable: int ActionMode_background +cyanogenmod.hardware.CMHardwareManager: int FEATURE_TAP_TO_WAKE +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorSwitchThumbNormal +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WeatherCode +android.didikee.donate.R$attr: int textAppearanceListItem +com.google.android.material.R$styleable: int ActionBar_backgroundSplit +james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarTabStyle +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_MonthNavigationButton +androidx.vectordrawable.R$id: int text +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setRainPrecipitation(java.lang.Float) +android.didikee.donate.R$dimen: int abc_seekbar_track_progress_height_material +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored +com.google.android.gms.signin.internal.zam: android.os.Parcelable$Creator CREATOR +com.google.android.material.R$styleable: int Slider_haloColor +com.google.android.material.R$dimen: int design_snackbar_background_corner_radius +james.adaptiveicon.R$dimen: int tooltip_vertical_padding +cyanogenmod.themes.IThemeProcessingListener$Stub: cyanogenmod.themes.IThemeProcessingListener asInterface(android.os.IBinder) +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableRightCompat +wangdaye.com.geometricweather.R$string: int feedback_location_permissions_statement +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData +com.google.android.gms.base.R$drawable: int common_google_signin_btn_icon_light_normal_background +wangdaye.com.geometricweather.R$styleable: int Layout_layout_editor_absoluteY +androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: int UVIndex +androidx.activity.R$styleable: int FontFamily_fontProviderFetchStrategy +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256 +android.didikee.donate.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar +okio.DeflaterSink: boolean closed +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowActionBar +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionBar_TabView +androidx.loader.R$integer: R$integer() +io.reactivex.Observable: io.reactivex.Single collect(java.util.concurrent.Callable,io.reactivex.functions.BiConsumer) +androidx.recyclerview.widget.RecyclerView: int getMaxFlingVelocity() +okio.Buffer: boolean request(long) +androidx.vectordrawable.R$id: int accessibility_custom_action_28 +com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable +wangdaye.com.geometricweather.R$string: int sp_widget_clock_day_details_setting +com.amap.api.location.AMapLocationClient: android.content.Context a +com.jaredrummler.android.colorpicker.R$attr: int borderlessButtonStyle +wangdaye.com.geometricweather.R$styleable: int PreferenceFragmentCompat_android_divider +com.google.android.material.R$attr: int tooltipFrameBackground +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog_Icon +androidx.constraintlayout.widget.R$styleable: int Constraint_chainUseRtl +io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: void onError(java.lang.Throwable) +androidx.constraintlayout.widget.R$color: int bright_foreground_inverse_material_dark +androidx.drawerlayout.R$dimen: int notification_small_icon_background_padding +androidx.lifecycle.SavedStateHandle: androidx.savedstate.SavedStateRegistry$SavedStateProvider mSavedStateProvider +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_body_1_material +com.google.android.material.R$layout: int abc_list_menu_item_checkbox +wangdaye.com.geometricweather.R$string: int mtrl_picker_announce_current_selection +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow +okhttp3.Cache$2 +okhttp3.Response$Builder: okhttp3.Response$Builder body(okhttp3.ResponseBody) +com.xw.repo.bubbleseekbar.R$dimen: int disabled_alpha_material_light +retrofit2.RequestBuilder: char[] HEX_DIGITS +androidx.lifecycle.Lifecycle +androidx.hilt.work.R$styleable: int FontFamilyFont_font +cyanogenmod.app.CustomTile: java.lang.String contentDescription +androidx.drawerlayout.R$id: int time +androidx.preference.R$styleable: int SearchView_searchHintIcon +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonStyle +wangdaye.com.geometricweather.R$attr: int itemPadding +androidx.preference.R$styleable: int AnimatedStateListDrawableCompat_android_dither +androidx.preference.R$styleable: int MenuItem_actionProviderClass +androidx.appcompat.widget.Toolbar: int getContentInsetEnd() +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxStrokeWidthFocused +com.turingtechnologies.materialscrollbar.R$attr: int fontProviderFetchTimeout +wangdaye.com.geometricweather.R$styleable: int[] CollapsingToolbarLayout_Layout +okhttp3.ResponseBody: okhttp3.ResponseBody create(okhttp3.MediaType,java.lang.String) +com.google.android.material.slider.Slider: int getThumbRadius() +okhttp3.HttpUrl: int pathSize() +wangdaye.com.geometricweather.db.entities.AlertEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNo2() +androidx.preference.R$layout: int abc_screen_toolbar +androidx.preference.R$styleable: int[] PreferenceFragment +cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator sColorValidator +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Temperature: java.lang.Float value +androidx.appcompat.R$attr: int tint +com.google.android.material.R$attr: int itemIconTint +okhttp3.MultipartBody: okhttp3.MediaType PARALLEL +okio.Pipe$PipeSink: okio.Pipe this$0 +cyanogenmod.providers.CMSettings$NameValueCache: long mValuesVersion +wangdaye.com.geometricweather.R$attr: int flow_horizontalBias +okhttp3.RealCall: okio.AsyncTimeout timeout +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night Night +cyanogenmod.externalviews.KeyguardExternalView$3 +com.xw.repo.bubbleseekbar.R$attr: int radioButtonStyle +androidx.constraintlayout.widget.R$styleable: int Spinner_android_dropDownWidth +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: java.lang.String domain +androidx.viewpager2.R$integer: R$integer() +com.google.android.material.R$styleable: int[] FloatingActionButton_Behavior_Layout +wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List alertList +wangdaye.com.geometricweather.R$id: int zero_corner_chip +wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_levelValue +wangdaye.com.geometricweather.db.entities.DailyEntity: void setUvDescription(java.lang.String) +androidx.core.app.NotificationCompatSideChannelService +com.turingtechnologies.materialscrollbar.R$attr: int tickMarkTintMode +wangdaye.com.geometricweather.R$font: int product_sans_medium +com.amap.api.fence.PoiItem: void setAdname(java.lang.String) +com.bumptech.glide.load.engine.CallbackException: long serialVersionUID +wangdaye.com.geometricweather.R$id: int dialog_running_in_background_setBtn +wangdaye.com.geometricweather.R$styleable: int TagView_checked +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_startColor +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeSnowPrecipitation +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cpb +com.google.android.material.chip.Chip: android.graphics.drawable.Drawable getChipIcon() +cyanogenmod.externalviews.ExternalViewProviderService$Provider: android.view.View onCreateView() +androidx.customview.R$styleable: int ColorStateListItem_android_color +androidx.preference.R$attr: int preferenceFragmentCompatStyle +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton +james.adaptiveicon.R$styleable: int AppCompatTextView_drawableTint +wangdaye.com.geometricweather.R$id: int chip3 +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_SeekBar com.jaredrummler.android.colorpicker.R$styleable: int CheckBoxPreference_summaryOff -james.adaptiveicon.R$color: int abc_btn_colored_borderless_text_material -androidx.viewpager2.R$attr: int fontVariationSettings -wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_textSize -retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder baseUrl(java.lang.String) -androidx.core.R$layout: int notification_template_custom_big -wangdaye.com.geometricweather.remoteviews.trend.TrendLinearLayout: void setColor(boolean) -com.turingtechnologies.materialscrollbar.R$styleable: int[] AppBarLayout -androidx.appcompat.widget.ListPopupWindow -com.google.android.material.R$attr: int itemHorizontalPadding -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Dialog_Alert -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Metric: java.lang.String Unit -androidx.loader.R$id: int tag_transition_group -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Inverse -wangdaye.com.geometricweather.R$style: int Platform_MaterialComponents -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary -wangdaye.com.geometricweather.R$styleable: int ViewBackgroundHelper_backgroundTintMode -com.google.android.material.R$attr: int extendMotionSpec -com.turingtechnologies.materialscrollbar.R$attr: int tabPaddingEnd -cyanogenmod.app.ThemeVersion$ComponentVersion: int getId() -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.util.Date getDate() -wangdaye.com.geometricweather.R$attr: int actionModeCloseDrawable -com.google.android.material.R$styleable: int[] ActionBarLayout -com.google.android.material.R$styleable: int Chip_closeIcon -okhttp3.internal.Util: java.nio.charset.Charset UTF_16_BE -io.reactivex.Observable: io.reactivex.Observable withLatestFrom(io.reactivex.ObservableSource[],io.reactivex.functions.Function) -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored -com.jaredrummler.android.colorpicker.R$styleable: int[] DialogPreference -com.google.android.material.R$styleable: int[] MaterialButtonToggleGroup -android.didikee.donate.R$styleable: int AppCompatTextView_drawableStartCompat -wangdaye.com.geometricweather.R$drawable: int notif_temp_131 -androidx.appcompat.R$styleable: int Toolbar_subtitle -io.reactivex.Observable: io.reactivex.Observable merge(java.lang.Iterable) -wangdaye.com.geometricweather.db.entities.HistoryEntity: java.lang.String getCityId() -cyanogenmod.weather.WeatherInfo$DayForecast: android.os.Parcelable$Creator CREATOR -androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableCompat_android_visible -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_checked -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_animate_relativeTo -com.google.android.material.R$style: int Widget_Design_Snackbar -com.google.android.material.R$styleable: int ProgressIndicator_linearSeamless -com.google.android.material.R$styleable: int Transition_autoTransition -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_transformPivotY -androidx.viewpager2.R$styleable: R$styleable() -wangdaye.com.geometricweather.R$string: int common_google_play_services_update_button -wangdaye.com.geometricweather.R$string: int key_widget_day -androidx.constraintlayout.utils.widget.ImageFilterView: float getRoundPercent() -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse -com.google.android.material.R$attr: int suffixTextAppearance -com.google.android.material.R$id: int accessibility_custom_action_16 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.jaredrummler.android.colorpicker.R$style: int Preference_DialogPreference_Material -androidx.appcompat.R$layout: int abc_popup_menu_header_item_layout -com.google.android.material.R$attr: int behavior_skipCollapsed -androidx.fragment.R$id: int tag_accessibility_clickable_spans -com.turingtechnologies.materialscrollbar.R$styleable: int CompoundButton_buttonCompat -android.didikee.donate.R$id: int expanded_menu -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float ParticulateMatter2_5 -james.adaptiveicon.R$attr: int windowNoTitle -com.google.android.material.R$styleable: int Toolbar_title -wangdaye.com.geometricweather.R$attr: int selectable -wangdaye.com.geometricweather.R$styleable: int Constraint_android_translationX -com.turingtechnologies.materialscrollbar.R$dimen: int notification_right_side_padding_top -io.reactivex.subjects.PublishSubject$PublishDisposable: void onComplete() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_autoSizeMaxTextSize -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_firstVerticalBias -androidx.loader.R$drawable: int notification_bg_low_normal -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: void setStreet_number(java.lang.String) -com.turingtechnologies.materialscrollbar.R$id: int notification_main_column -james.adaptiveicon.R$attr: int submitBackground -androidx.savedstate.SavedStateRegistry$1 -wangdaye.com.geometricweather.R$drawable: int abc_scrubber_control_off_mtrl_alpha -android.didikee.donate.R$styleable: int SearchView_goIcon -android.didikee.donate.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle -com.google.android.material.R$styleable: int MaterialButton_iconTintMode -okhttp3.Handshake: java.util.List localCertificates() -androidx.core.R$style -androidx.appcompat.widget.SearchView: java.lang.CharSequence getQueryHint() -androidx.work.R$id: int accessibility_custom_action_11 -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_22 -androidx.loader.R$styleable: int[] ColorStateListItem -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_maxWidth -okhttp3.CookieJar: void saveFromResponse(okhttp3.HttpUrl,java.util.List) -cyanogenmod.app.ThemeVersion$ThemeVersionImpl2$1: ThemeVersion$ThemeVersionImpl2$1() -wangdaye.com.geometricweather.R$color: int material_grey_300 -com.google.android.material.R$attr: int region_widthLessThan -androidx.recyclerview.R$styleable: int FontFamilyFont_android_ttcIndex -com.turingtechnologies.materialscrollbar.R$layout: int abc_select_dialog_material -androidx.constraintlayout.widget.R$string: int abc_toolbar_collapse_description -wangdaye.com.geometricweather.R$layout: int mtrl_alert_select_dialog_singlechoice -com.turingtechnologies.materialscrollbar.R$string: int abc_menu_space_shortcut_label -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber$1 -com.turingtechnologies.materialscrollbar.R$dimen: int highlight_alpha_material_dark -wangdaye.com.geometricweather.R$drawable: int widget_card_light_60 -okhttp3.internal.platform.Platform: java.lang.String getSelectedProtocol(javax.net.ssl.SSLSocket) -androidx.appcompat.R$style: int TextAppearance_Compat_Notification_Info -wangdaye.com.geometricweather.R$attr: int actionButtonStyle -com.turingtechnologies.materialscrollbar.CustomIndicator: int getIndicatorHeight() -com.google.android.material.R$attr: int deriveConstraintsFrom -io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: io.reactivex.internal.operators.observable.ObservableReplay$Node getHead() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle -wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_6 -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_startY -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_endIconCheckable -okio.Buffer: okio.Buffer clone() -androidx.work.R$id: int accessibility_custom_action_16 -retrofit2.ParameterHandler$QueryMap: boolean encoded -wangdaye.com.geometricweather.R$styleable: int StateListDrawable_android_exitFadeDuration -androidx.cardview.widget.CardView: int getContentPaddingTop() -com.google.android.gms.common.internal.zag: zag(com.google.android.gms.common.api.internal.OnConnectionFailedListener) -androidx.appcompat.resources.R$attr: int fontProviderFetchTimeout -com.google.android.material.R$style: int Widget_AppCompat_DrawerArrowToggle -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintBaseline_creator -wangdaye.com.geometricweather.R$id: int left -com.amap.api.fence.GeoFence: int ERROR_CODE_INVALID_PARAMETER -androidx.appcompat.R$drawable: int abc_ic_clear_material -androidx.preference.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 -com.autonavi.aps.amapapi.model.AMapLocationServer: long k() -james.adaptiveicon.R$color: int abc_hint_foreground_material_dark -androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall -com.google.gson.stream.JsonReader: int PEEKED_END_OBJECT -okhttp3.internal.http1.Http1Codec: Http1Codec(okhttp3.OkHttpClient,okhttp3.internal.connection.StreamAllocation,okio.BufferedSource,okio.BufferedSink) -com.google.android.material.R$color: int design_default_color_background -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_16 -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_creator -okio.RealBufferedSource$1: int read(byte[],int,int) -androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$State calculateTargetState(androidx.lifecycle.LifecycleObserver) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float icePrecipitationProbability -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_android_textColorHint -com.turingtechnologies.materialscrollbar.R$styleable: int[] ActionMenuView -com.google.android.material.R$attr: int layout_constraintWidth_min -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult: wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Position position -androidx.constraintlayout.widget.R$anim: int abc_grow_fade_in_from_bottom -wangdaye.com.geometricweather.R$array: int ui_styles -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ProgressBar -wangdaye.com.geometricweather.R$drawable: int shortcuts_hail -androidx.lifecycle.Transformations$2$1: androidx.lifecycle.Transformations$2 this$0 -com.google.android.material.R$styleable: int AppCompatTheme_actionButtonStyle -androidx.drawerlayout.R$attr: int fontProviderPackage -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_alpha -wangdaye.com.geometricweather.R$string: int publish_at -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy -androidx.customview.R$style: int TextAppearance_Compat_Notification_Time -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_menu_header_material -androidx.core.R$color: int androidx_core_secondary_text_default_material_light -wangdaye.com.geometricweather.R$layout: int abc_alert_dialog_title_material -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Metric: int UnitType -okhttp3.internal.http.HttpHeaders: int parseSeconds(java.lang.String,int) -wangdaye.com.geometricweather.R$drawable: int ic_alipay -retrofit2.RequestBuilder: java.lang.String PATH_SEGMENT_ALWAYS_ENCODE_SET -cyanogenmod.weatherservice.ServiceRequestResult$Builder: cyanogenmod.weather.WeatherInfo mWeatherInfo -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator SYSTEM_PROFILES_ENABLED_VALIDATOR -okio.Okio$1: void write(okio.Buffer,long) -com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_paddingRightSystemWindowInsets -androidx.constraintlayout.widget.R$attr: int collapseContentDescription -cyanogenmod.providers.CMSettings$System: java.lang.String KEY_ASSIST_LONG_PRESS_ACTION -okhttp3.Dispatcher: Dispatcher(java.util.concurrent.ExecutorService) -io.reactivex.Observable: io.reactivex.Observable concatMapSingle(io.reactivex.functions.Function,int) -io.reactivex.Observable: io.reactivex.Observable mergeWith(io.reactivex.ObservableSource) -cyanogenmod.weather.RequestInfo: RequestInfo(android.os.Parcel) -io.reactivex.internal.subscribers.StrictSubscriber: void onComplete() -cyanogenmod.app.ICustomTileListener$Stub -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_button_min_width_overflow_material -wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_drawableSize -androidx.work.R$id: int accessibility_custom_action_7 -androidx.constraintlayout.widget.R$layout: int abc_action_bar_title_item -wangdaye.com.geometricweather.R$id: int treeValue -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String pm10Desc -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_android_thumb -androidx.vectordrawable.animated.R$drawable: int notification_bg_low -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: float getStrokeAlpha() -com.google.android.material.R$styleable: int AnimatedStateListDrawableItem_android_drawable -androidx.constraintlayout.widget.Group -com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_statusBarBackground -com.google.android.gms.internal.location.zzbg: android.os.Parcelable$Creator CREATOR -cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.RequestInfo$Builder setWeatherLocation(cyanogenmod.weather.WeatherLocation) -com.turingtechnologies.materialscrollbar.R$styleable: int RecycleListView_paddingBottomNoButtons -wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_fontWeight -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_progressBarStyle -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWindSpeed(java.lang.Float) -james.adaptiveicon.R$styleable: int AppCompatTheme_listDividerAlertDialog -androidx.coordinatorlayout.widget.CoordinatorLayout: void setFitsSystemWindows(boolean) -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.functions.Function mapper -okhttp3.Dispatcher: java.util.Deque runningSyncCalls -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_liftOnScrollTargetViewId -cyanogenmod.externalviews.KeyguardExternalView$11: cyanogenmod.externalviews.KeyguardExternalView this$0 -retrofit2.Retrofit: java.util.List callAdapterFactories() -androidx.preference.R$styleable: int Preference_title -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Weather: java.lang.String icon -androidx.appcompat.widget.Toolbar: void setSubtitle(java.lang.CharSequence) -com.xw.repo.bubbleseekbar.R$color: int secondary_text_disabled_material_dark -okhttp3.Headers: java.lang.String name(int) -io.reactivex.internal.util.VolatileSizeArrayList: boolean retainAll(java.util.Collection) +androidx.fragment.R$id: int info +james.adaptiveicon.R$color: int background_floating_material_light +com.google.android.material.floatingactionbutton.FloatingActionButton: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() +androidx.transition.R$id: int tag_transition_group +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown +com.google.android.material.bottomnavigation.BottomNavigationMenuView: android.util.SparseArray getBadgeDrawables() +androidx.preference.R$attr: int thumbTint +androidx.constraintlayout.widget.R$styleable: int AppCompatSeekBar_tickMarkTintMode +com.google.android.material.R$attr: int actionBarTabBarStyle +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintGuide_end +com.google.android.material.R$dimen: int mtrl_shape_corner_size_small_component +retrofit2.Retrofit: boolean validateEagerly +com.google.android.material.card.MaterialCardView: void setStrokeColor(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionButton +wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: SunMoonView(android.content.Context) +io.reactivex.Observable: io.reactivex.Observable withLatestFrom(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function3) +cyanogenmod.weather.RequestInfo: cyanogenmod.weather.IRequestInfoListener getRequestListener() +androidx.activity.R$id: int tag_transition_group +wangdaye.com.geometricweather.R$string: int sp_widget_week_setting +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: io.reactivex.internal.util.AtomicThrowable errors +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: io.reactivex.subjects.UnicastSubject window +wangdaye.com.geometricweather.R$attr: int hintTextColor +androidx.recyclerview.R$styleable: R$styleable() +androidx.constraintlayout.widget.R$dimen: int abc_search_view_preferred_height +com.google.android.material.R$styleable: int Chip_textEndPadding +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration +wangdaye.com.geometricweather.R$attr: int colorButtonNormal +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_minHeight +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder writeTimeout(long,java.util.concurrent.TimeUnit) +io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: io.reactivex.disposables.Disposable upstream +wangdaye.com.geometricweather.R$attr: int listLayout +androidx.appcompat.R$attr: int popupTheme +io.reactivex.internal.util.EmptyComponent: void onComplete() +androidx.preference.TwoStatePreference$SavedState +androidx.appcompat.R$dimen: int abc_control_inset_material +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property Latitude +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: void setValue(java.util.List) +wangdaye.com.geometricweather.R$styleable: int Slider_trackColor +androidx.preference.R$color: int highlighted_text_material_dark +androidx.appcompat.R$drawable: int abc_scrubber_primary_mtrl_alpha +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial: int UnitType +wangdaye.com.geometricweather.R$id: int ALT +wangdaye.com.geometricweather.R$layout: int abc_alert_dialog_material +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: int sourceMode +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: long serialVersionUID +com.google.android.material.R$styleable: int Layout_layout_constraintHeight_default +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Speed: AccuDailyResult$DailyForecasts$Night$WindGust$Speed() +okhttp3.internal.cache.DiskLruCache$2: DiskLruCache$2(okhttp3.internal.cache.DiskLruCache,okio.Sink) +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintGuide_begin +com.google.android.material.R$style: int Widget_MaterialComponents_BottomNavigationView_PrimarySurface +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: java.lang.String getInterfaceDescriptor() +wangdaye.com.geometricweather.R$style: int Platform_AppCompat +wangdaye.com.geometricweather.R$color: int colorLine +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu +wangdaye.com.geometricweather.R$attr: int listPopupWindowStyle +wangdaye.com.geometricweather.R$styleable: int ButtonBarLayout_allowStacking +com.google.android.material.bottomappbar.BottomAppBar: com.google.android.material.bottomappbar.BottomAppBarTopEdgeTreatment getTopEdgeTreatment() +com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType JPEG +james.adaptiveicon.R$styleable: int MenuItem_android_titleCondensed +androidx.hilt.R$styleable: int FontFamily_fontProviderAuthority +androidx.drawerlayout.R$styleable: int[] FontFamilyFont +okhttp3.OkHttpClient: java.util.List networkInterceptors() +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constrainedHeight +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature +android.didikee.donate.R$style: int Theme_AppCompat_Light_DarkActionBar +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void onNext(java.lang.Object) +wangdaye.com.geometricweather.settings.fragments.AppearanceSettingsFragment: AppearanceSettingsFragment() +com.autonavi.aps.amapapi.model.AMapLocationServer: void a(java.lang.String) +androidx.viewpager.R$dimen: int notification_right_side_padding_top +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: java.lang.String getLtoDestination() +wangdaye.com.geometricweather.R$color: int material_timepicker_button_background +com.google.android.material.button.MaterialButton: void setSupportBackgroundTintList(android.content.res.ColorStateList) +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub$Proxy: android.os.IBinder mRemote +james.adaptiveicon.R$styleable: int AppCompatTheme_controlBackground +wangdaye.com.geometricweather.R$attr: int contentScrim +cyanogenmod.app.ProfileGroup: android.net.Uri getRingerOverride() +wangdaye.com.geometricweather.R$drawable: int notif_temp_21 +com.google.android.material.R$string: int hide_bottom_view_on_scroll_behavior +cyanogenmod.providers.CMSettings$System: float getFloatForUser(android.content.ContentResolver,java.lang.String,int) +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_translationX +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$7: void run() +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Caption +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: int status +androidx.preference.R$id: int accessibility_custom_action_22 +wangdaye.com.geometricweather.R$drawable: int notif_temp_119 +androidx.appcompat.R$styleable: int SearchView_queryBackground +com.google.android.material.R$styleable: int AppCompatTheme_windowFixedHeightMajor +androidx.loader.R$styleable: int FontFamilyFont_android_fontWeight +androidx.appcompat.R$dimen: int notification_small_icon_size_as_large +androidx.constraintlayout.widget.Group: Group(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$styleable: int AppBarLayout_android_touchscreenBlocksFocus +cyanogenmod.profiles.LockSettings: int describeContents() +androidx.preference.R$drawable: int abc_ic_go_search_api_material +com.turingtechnologies.materialscrollbar.R$id: int fixed +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao chineseCityEntityDao +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: long serialVersionUID +wangdaye.com.geometricweather.R$styleable: int MenuView_android_verticalDivider +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Small_Inverse +james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle +com.google.android.material.R$color: int button_material_dark +com.google.android.material.R$styleable: int ConstraintSet_flow_maxElementsWrap +cyanogenmod.weather.CMWeatherManager: java.util.Map mWeatherUpdateRequestListeners +cyanogenmod.library.R$id: int experience +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial: double Value +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: org.reactivestreams.Subscription upstream +james.adaptiveicon.R$styleable: int Toolbar_subtitle +androidx.vectordrawable.animated.R$attr +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult +com.jaredrummler.android.colorpicker.R$styleable: int Preference_dependency +james.adaptiveicon.R$attr: int subMenuArrow +wangdaye.com.geometricweather.R$dimen: int abc_config_prefDialogWidth +androidx.recyclerview.R$id: int accessibility_custom_action_5 +androidx.appcompat.R$styleable: int AppCompatSeekBar_android_thumb +androidx.recyclerview.R$id: int accessibility_custom_action_30 +androidx.preference.R$styleable: int AppCompatTheme_windowNoTitle +wangdaye.com.geometricweather.R$id: int firstVisible +cyanogenmod.weather.CMWeatherManager$2$2: cyanogenmod.weather.CMWeatherManager$2 this$1 +io.reactivex.internal.schedulers.RxThreadFactory: java.lang.Thread newThread(java.lang.Runnable) +cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_getSubInformation_0 +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation: java.lang.Float temperature +com.google.android.material.R$styleable: int Transform_android_rotationX +androidx.appcompat.R$styleable: int MenuGroup_android_orderInCategory +cyanogenmod.app.ICustomTileListener: void onCustomTileRemoved(org.cyanogenmod.internal.statusbar.IStatusBarCustomTileHolder) +okhttp3.internal.tls.DistinguishedNameParser: java.lang.String hexAV() +androidx.appcompat.widget.DialogTitle: DialogTitle(android.content.Context,android.util.AttributeSet,int) +okio.BufferedSource: long readLong() +wangdaye.com.geometricweather.db.entities.AlertEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: java.util.concurrent.atomic.AtomicInteger wip +okhttp3.Address: java.net.Proxy proxy +androidx.appcompat.resources.R$id: int tag_accessibility_clickable_spans +com.google.android.material.R$attr: int itemTextColor +cyanogenmod.app.CustomTile$ExpandedGridItem: CustomTile$ExpandedGridItem() +wangdaye.com.geometricweather.R$id: int action_bar_container +wangdaye.com.geometricweather.R$drawable: int ic_briefing +retrofit2.Response: retrofit2.Response error(okhttp3.ResponseBody,okhttp3.Response) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_goneMarginRight +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_alertDialogTheme +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Button_Borderless +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_getLastThemeChangeTime +com.turingtechnologies.materialscrollbar.R$attr: int preserveIconSpacing +androidx.appcompat.widget.ActionBarContainer: ActionBarContainer(android.content.Context,android.util.AttributeSet) +androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver +org.greenrobot.greendao.AbstractDaoSession: void delete(java.lang.Object) +androidx.lifecycle.LiveData: java.lang.Object NOT_SET +androidx.preference.R$styleable: int Toolbar_subtitle +androidx.preference.R$drawable: int notification_bg_normal +wangdaye.com.geometricweather.R$attr: int chipIconSize +okio.BufferedSink +com.google.android.material.R$styleable: int Layout_layout_goneMarginRight +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void onComplete() +wangdaye.com.geometricweather.R$attr: int preferenceInformationStyle +android.support.v4.os.ResultReceiver$MyRunnable: android.support.v4.os.ResultReceiver this$0 +cyanogenmod.providers.WeatherContract$WeatherColumns$WindSpeedUnit: WeatherContract$WeatherColumns$WindSpeedUnit() +androidx.fragment.R$dimen: int compat_control_corner_material +android.didikee.donate.R$styleable: int[] RecycleListView +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getVibratorIntensity +com.google.android.material.slider.BaseSlider: void setLabelBehavior(int) +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.Wind wind +androidx.coordinatorlayout.R$id: int tag_screen_reader_focusable +android.didikee.donate.R$dimen: int abc_action_bar_subtitle_bottom_margin_material +james.adaptiveicon.R$color: int switch_thumb_material_dark +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable[] EMPTY +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_show_section_mark +androidx.preference.R$attr: int updatesContinuously +com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_itemBackground +com.google.android.material.R$style: int ShapeAppearance_MaterialComponents_LargeComponent +com.google.android.material.imageview.ShapeableImageView: ShapeableImageView(android.content.Context,android.util.AttributeSet) +androidx.swiperefreshlayout.R$style: int TextAppearance_Compat_Notification_Line2 +com.baidu.location.indoor.mapversion.c.a$d: double d(double) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeRainPrecipitationDuration() wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric: int UnitType -androidx.lifecycle.extensions.R$drawable: int notification_bg -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: long serialVersionUID -okhttp3.internal.cache.DiskLruCache$1 -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Dialog_Alert -androidx.hilt.R$id: int accessibility_custom_action_16 -androidx.constraintlayout.widget.R$layout: int custom_dialog -com.google.android.material.R$color: int design_dark_default_color_background -com.google.android.material.R$styleable: int ConstraintSet_layout_goneMarginTop -wangdaye.com.geometricweather.R$style: int notification_title_text -com.google.android.material.R$attr: int customPixelDimension -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Display4 -com.google.android.material.slider.BaseSlider: float getThumbStrokeWidth() -wangdaye.com.geometricweather.weather.json.mf.MfRainResult: MfRainResult() -androidx.constraintlayout.widget.R$color: int error_color_material_dark -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 -okhttp3.ConnectionSpec: java.lang.String[] cipherSuites -com.turingtechnologies.materialscrollbar.AlphabetIndicator: int getTextSize() -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_android_elevation -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_lastVerticalStyle -androidx.hilt.lifecycle.R$dimen: int compat_button_padding_horizontal_material -androidx.appcompat.R$color: int primary_dark_material_light -okhttp3.Route: okhttp3.Address address() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeThunderstormPrecipitation -com.jaredrummler.android.colorpicker.R$attr: int numericModifiers -wangdaye.com.geometricweather.R$styleable: int Constraint_android_maxHeight -androidx.preference.R$attr: int buttonIconDimen -com.turingtechnologies.materialscrollbar.R$id: int snackbar_text -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_IME_SWITCHER_VALIDATOR -com.google.android.material.R$styleable: int ConstraintSet_layout_goneMarginRight -wangdaye.com.geometricweather.R$id: int mtrl_card_checked_layer_id -wangdaye.com.geometricweather.R$color: int mtrl_bottom_nav_colored_item_tint -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String dailyForecast -com.google.android.material.R$styleable: int TextInputLayout_counterEnabled -wangdaye.com.geometricweather.common.ui.widgets.DonateImageView -wangdaye.com.geometricweather.R$attr: int altSrc -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Medium_Inverse -androidx.appcompat.R$id: int notification_background -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_editTextStyle -okio.ByteString: okio.ByteString decodeHex(java.lang.String) -androidx.vectordrawable.R$attr: int ttcIndex -wangdaye.com.geometricweather.R$attr: int expandActivityOverflowButtonDrawable -wangdaye.com.geometricweather.R$styleable: int DialogPreference_android_negativeButtonText -com.turingtechnologies.materialscrollbar.R$styleable: int[] BottomSheetBehavior_Layout -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.constraintlayout.widget.R$attr: int subMenuArrow -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActivityChooserView -com.google.android.material.R$styleable: int MaterialCalendarItem_itemStrokeColor -wangdaye.com.geometricweather.R$attr: int dropdownPreferenceStyle -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Large_Inverse -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType LoadAll -wangdaye.com.geometricweather.R$transition: R$transition() -androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_CREATE -androidx.coordinatorlayout.R$drawable -com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_focused_holo -okio.RealBufferedSource: void close() -com.loc.k: k(java.lang.String,java.lang.String) -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_android_checkable -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeSnowPrecipitation(java.lang.Float) -wangdaye.com.geometricweather.R$attr: int buttonPanelSideLayout -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorEnabled -wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_1 -com.jaredrummler.android.colorpicker.R$attr: int state_above_anchor -androidx.constraintlayout.widget.R$id: int dragDown -androidx.preference.R$color: int foreground_material_light -wangdaye.com.geometricweather.R$id: int spacer -io.reactivex.internal.util.NotificationLite: boolean accept(java.lang.Object,org.reactivestreams.Subscriber) -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_CompoundButton_Switch -cyanogenmod.hardware.CMHardwareManager: int getDisplayGammaCalibrationMin() -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionBar_TabText -wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.lang.String getContent() -okhttp3.internal.http2.Http2Connection$Listener$1 -okhttp3.internal.ws.RealWebSocket$PingRunnable: okhttp3.internal.ws.RealWebSocket this$0 -androidx.lifecycle.ProcessLifecycleOwner$1: void run() -androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_fontVariationSettings -androidx.viewpager2.widget.ViewPager2: int getItemDecorationCount() -android.didikee.donate.R$drawable: int abc_tab_indicator_mtrl_alpha -androidx.preference.R$id: int content -cyanogenmod.providers.CMSettings$System: java.lang.String VOLBTN_MUSIC_CONTROLS -cyanogenmod.hardware.ICMHardwareService: boolean setVibratorIntensity(int) -cyanogenmod.weather.IRequestInfoListener$Stub: android.os.IBinder asBinder() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List wuran -androidx.vectordrawable.R$styleable: int FontFamilyFont_ttcIndex -retrofit2.Utils$ParameterizedTypeImpl: java.lang.reflect.Type getRawType() -com.turingtechnologies.materialscrollbar.AlphabetIndicator: int getIndicatorWidth() -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Toolbar_Primary -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_lightContainer -androidx.appcompat.R$drawable: int abc_spinner_mtrl_am_alpha -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHorizontal_weight -androidx.coordinatorlayout.R$layout: int notification_template_icon_group -android.didikee.donate.R$styleable: int MenuView_android_itemIconDisabledAlpha -android.didikee.donate.R$styleable: int AppCompatTheme_actionModeCloseDrawable -androidx.preference.R$styleable: int LinearLayoutCompat_android_baselineAligned -com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_padding_material -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_android_windowAnimationStyle -androidx.constraintlayout.widget.R$styleable: int MotionHelper_onHide -okio.AsyncTimeout$2: AsyncTimeout$2(okio.AsyncTimeout,okio.Source) -okio.Segment: boolean owner -androidx.vectordrawable.animated.R$id: int tag_unhandled_key_event_manager -cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void alterWindow(int,int,int,int,boolean,android.graphics.Rect) -cyanogenmod.providers.CMSettings$System$2 -androidx.vectordrawable.R$drawable: int notification_action_background -com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String k -android.didikee.donate.R$styleable: int[] PopupWindow -okhttp3.internal.http2.Http2Connection$7: Http2Connection$7(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[],int,okhttp3.internal.http2.ErrorCode) -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void innerError(java.lang.Throwable) -okhttp3.internal.http2.Huffman -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getLtoDownloadInterval -androidx.work.R$id -wangdaye.com.geometricweather.R$dimen: int design_navigation_item_horizontal_padding -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind -cyanogenmod.hardware.ICMHardwareService: boolean setDisplayGammaCalibration(int,int[]) -james.adaptiveicon.R$styleable: int FontFamily_fontProviderPackage -com.bumptech.glide.R$styleable: int FontFamilyFont_android_fontVariationSettings -androidx.drawerlayout.R$styleable: int GradientColor_android_centerColor -okio.ByteString: int indexOf(okio.ByteString) -com.google.android.material.R$id: int test_checkbox_android_button_tint -com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleGravity -androidx.hilt.lifecycle.R$drawable: int notification_bg_low -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Direction: java.lang.String English -wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_backgroundTint -androidx.appcompat.R$id: int add -androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour: androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour[] values() -androidx.lifecycle.Lifecycling: int getObserverConstructorType(java.lang.Class) -wangdaye.com.geometricweather.R$drawable: int ic_state_checked -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_pivotX -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown -cyanogenmod.app.IProfileManager$Stub$Proxy: boolean notificationGroupExistsByName(java.lang.String) -wangdaye.com.geometricweather.R$attr: int shapeAppearanceLargeComponent -androidx.hilt.work.R$id -androidx.preference.R$styleable: int SeekBarPreference_android_layout -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Button_Small -james.adaptiveicon.R$style: int Base_V7_Widget_AppCompat_EditText -androidx.preference.R$style: int Base_TextAppearance_AppCompat -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_skipCollapsed -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_TextView_SpinnerItem -wangdaye.com.geometricweather.R$id: int widget_clock_day_weather +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Display1 +com.amap.api.fence.PoiItem: void writeToParcel(android.os.Parcel,int) +james.adaptiveicon.R$styleable: int AlertDialog_buttonIconDimen +okhttp3.internal.http2.Http2Writer: int maxFrameSize +androidx.preference.R$color: int abc_secondary_text_material_dark +android.didikee.donate.R$attr: int indeterminateProgressStyle +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_maxWidth +wangdaye.com.geometricweather.R$color: int design_fab_stroke_end_inner_color +wangdaye.com.geometricweather.R$string: int content_des_moonset +wangdaye.com.geometricweather.R$attr: int bottom_text +androidx.lifecycle.DefaultLifecycleObserver: void onStart(androidx.lifecycle.LifecycleOwner) +androidx.fragment.R$id: int accessibility_custom_action_15 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceOverline +cyanogenmod.app.IProfileManager$Stub$Proxy: boolean setActiveProfileByName(java.lang.String) +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Small +io.reactivex.internal.observers.ForEachWhileObserver: void dispose() +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Compat_Notification_Title +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: void setSpeed(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean) +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_voice_search_api_material +com.google.android.material.R$id: int largeLabel +com.turingtechnologies.materialscrollbar.Indicator: int getTextSize() +com.google.android.material.card.MaterialCardView: float getRadius() +androidx.preference.R$styleable: int AlertDialog_listLayout +com.xw.repo.bubbleseekbar.R$anim: int abc_slide_out_bottom +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog +androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_android_font +androidx.coordinatorlayout.R$dimen: int notification_media_narrow_margin +wangdaye.com.geometricweather.R$styleable: int PropertySet_android_visibility +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Spinner +wangdaye.com.geometricweather.R$attr: int layout_constraintEnd_toStartOf +wangdaye.com.geometricweather.R$string: int feedback_click_toggle +androidx.appcompat.R$layout: int abc_list_menu_item_layout +james.adaptiveicon.R$styleable: int[] FontFamilyFont +wangdaye.com.geometricweather.R$layout: int item_weather_daily_pollen +androidx.work.R$bool: int enable_system_job_service_default +com.jaredrummler.android.colorpicker.R$attr: int itemPadding +com.amap.api.location.CoordinateConverter: com.amap.api.location.DPoint a +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: java.lang.String getPubTime() +io.reactivex.internal.util.NotificationLite: java.lang.Object subscription(org.reactivestreams.Subscription) +com.google.android.material.R$style: int Base_Theme_AppCompat_Dialog_FixedSize +cyanogenmod.app.ILiveLockScreenManagerProvider: void updateDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) +wangdaye.com.geometricweather.R$string: int feedback_collect_failed +wangdaye.com.geometricweather.R$id: int widget_day_week_temp_2 +wangdaye.com.geometricweather.R$styleable: int Snackbar_snackbarButtonStyle +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowNoTitle +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: io.reactivex.functions.Function mapper +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: void setCaiyun(java.lang.String) +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_fontFamily +com.google.android.material.R$styleable: int[] ConstraintSet +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintDimensionRatio +com.xw.repo.bubbleseekbar.R$attr: int textAppearanceLargePopupMenu +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorPrimaryDark +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: void setZh_CN(java.lang.String) +okio.AsyncTimeout: okio.AsyncTimeout head +androidx.appcompat.widget.Toolbar: void setCollapseIcon(android.graphics.drawable.Drawable) +androidx.appcompat.view.menu.ListMenuItemView: void setChecked(boolean) +androidx.customview.R$dimen: int notification_right_icon_size +retrofit2.ParameterHandler$Headers: java.lang.reflect.Method method +wangdaye.com.geometricweather.R$attr: int spinBars +com.amap.api.fence.GeoFenceClient: com.amap.api.fence.GeoFenceManagerBase a(android.content.Context) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: void setDefenseText(java.lang.String) +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_EditText +wangdaye.com.geometricweather.R$id: int item_about_translator_subtitle +cyanogenmod.util.ColorUtils$1: int compare(java.lang.Object,java.lang.Object) +com.amap.api.location.AMapLocationQualityReport: int getGPSStatus() +com.google.android.material.R$style: int Widget_MaterialComponents_ProgressIndicator_Linear_Indeterminate +com.jaredrummler.android.colorpicker.R$styleable: int[] Preference +androidx.preference.R$layout: int abc_action_menu_layout +com.google.android.material.button.MaterialButton: void setIconTintMode(android.graphics.PorterDuff$Mode) +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintVertical_bias +androidx.appcompat.R$styleable: int Spinner_android_dropDownWidth +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse +cyanogenmod.providers.CMSettings$2: CMSettings$2() +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_DropDownItem +retrofit2.ParameterHandler$Path: ParameterHandler$Path(java.lang.reflect.Method,int,java.lang.String,retrofit2.Converter,boolean) +androidx.recyclerview.R$style: int TextAppearance_Compat_Notification +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property CloudCover +androidx.lifecycle.LiveData: void dispatchingValue(androidx.lifecycle.LiveData$ObserverWrapper) +android.didikee.donate.R$integer: int cancel_button_image_alpha +com.google.android.material.R$styleable: int AppCompatTheme_actionDropDownStyle +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String uvLevel +retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: boolean isAsync +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: java.lang.String getValue() +okhttp3.internal.http2.Http2Connection$6: int val$streamId +wangdaye.com.geometricweather.R$styleable: int PreferenceFragmentCompat_android_dividerHeight +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setLabel(java.lang.String) +androidx.constraintlayout.widget.R$styleable: int[] KeyAttribute +com.turingtechnologies.materialscrollbar.R$style: int Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_31 +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: DailyTrendItemView(android.content.Context) +wangdaye.com.geometricweather.db.entities.HistoryEntity: HistoryEntity() +com.turingtechnologies.materialscrollbar.R$style: int Theme_Design_Light_BottomSheetDialog +androidx.constraintlayout.widget.R$attr: int layout +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_EditText +com.jaredrummler.android.colorpicker.R$attr: int dialogMessage +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float thunderstormPrecipitationProbability +com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status WAITING_FOR_SIZE +androidx.constraintlayout.widget.R$style: int Base_V28_Theme_AppCompat_Light +okio.Source: void close() +androidx.appcompat.R$styleable: int MenuView_android_verticalDivider +com.google.android.material.R$id: int textSpacerNoButtons +androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionBar_TabText +wangdaye.com.geometricweather.R$string: int settings_language +androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: AppCompatMultiAutoCompleteTextView(android.content.Context) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BACK_WAKE_SCREEN_VALIDATOR +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionMenuTextAppearance +com.google.android.gms.internal.common.zzq: java.lang.String toString() +wangdaye.com.geometricweather.remoteviews.config.ClockDayHorizontalWidgetConfigActivity +com.google.android.material.R$id: int accessibility_custom_action_16 +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_default_padding_end_material +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_star_half_black_36dp +wangdaye.com.geometricweather.R$attr: int cardElevation +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningConsequence +androidx.appcompat.R$styleable: int Toolbar_titleTextAppearance +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: java.util.Date EndDate +androidx.lifecycle.SavedStateHandleController: androidx.lifecycle.SavedStateHandle getHandle() +androidx.versionedparcelable.ParcelImpl: android.os.Parcelable$Creator CREATOR +retrofit2.Utils$GenericArrayTypeImpl +wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_speedValue +wangdaye.com.geometricweather.R$animator: int mtrl_fab_transformation_sheet_expand_spec +androidx.vectordrawable.animated.R$attr: int ttcIndex +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse +com.google.android.material.button.MaterialButton: int getIconPadding() +com.google.gson.stream.JsonToken: JsonToken(java.lang.String,int) +okhttp3.ConnectionSpec: java.lang.String toString() +wangdaye.com.geometricweather.R$dimen: int abc_edit_text_inset_horizontal_material +okio.Okio$2: java.lang.String toString() +com.google.android.material.bottomnavigation.BottomNavigationView: void setItemIconSizeRes(int) +com.google.android.material.tabs.TabLayout: void setTabsFromPagerAdapter(androidx.viewpager.widget.PagerAdapter) +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_horizontalAlign +retrofit2.ParameterHandler$Tag: ParameterHandler$Tag(java.lang.Class) +wangdaye.com.geometricweather.R$dimen: int design_navigation_icon_padding +com.google.android.material.R$attr: int listPreferredItemHeightLarge +wangdaye.com.geometricweather.R$dimen: int abc_control_corner_material +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind +android.didikee.donate.R$attr: int closeIcon +androidx.preference.R$styleable: int DialogPreference_dialogMessage +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Small +cyanogenmod.providers.CMSettings$NameValueCache: java.lang.String mCallSetCommand +com.google.android.material.transformation.ExpandableBehavior: ExpandableBehavior(android.content.Context,android.util.AttributeSet) +james.adaptiveicon.R$styleable: int ActionBar_title +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Small +wangdaye.com.geometricweather.R$string: int day +com.google.gson.stream.JsonReader: int PEEKED_NONE +com.github.rahatarmanahmed.cpv.BuildConfig: java.lang.String BUILD_TYPE +androidx.work.R$styleable: int GradientColor_android_startX +com.github.rahatarmanahmed.cpv.CircularProgressView: CircularProgressView(android.content.Context,android.util.AttributeSet) +androidx.viewpager2.R$styleable +com.google.android.material.R$color: int primary_text_default_material_dark +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver parent +androidx.appcompat.resources.R$attr: int fontProviderFetchStrategy +james.adaptiveicon.R$color: int abc_background_cache_hint_selector_material_light +okhttp3.internal.cache.DiskLruCache$Entry: okhttp3.internal.cache.DiskLruCache this$0 +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao getChineseCityEntityDao() +okhttp3.HttpUrl: char[] HEX_DIGITS +com.google.android.material.R$string: int material_timepicker_clock_mode_description +james.adaptiveicon.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle +androidx.recyclerview.R$styleable: int GradientColor_android_centerColor +james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_display_4_material +androidx.appcompat.view.menu.CascadingMenuPopup: void setOnDismissListener(android.widget.PopupWindow$OnDismissListener) +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: wangdaye.com.geometricweather.db.converters.WindDegreeConverter windDegreeConverter +retrofit2.OkHttpCall: okio.Timeout timeout() +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeSnowPrecipitation +cyanogenmod.app.Profile: void setProfileType(int) +okhttp3.internal.http2.Http2Writer: void frameHeader(int,int,byte,byte) +com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_icon_3 +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getMoonPhaseDescription() +androidx.lifecycle.extensions.R$attr: int fontProviderQuery +wangdaye.com.geometricweather.R$color: int cardview_light_background +wangdaye.com.geometricweather.R$styleable: int SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor +com.amap.api.fence.DistrictItem: void setCitycode(java.lang.String) +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void dispose() +wangdaye.com.geometricweather.R$id: int autoCompleteToStart +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: java.lang.String getLogo() +wangdaye.com.geometricweather.R$array: int air_quality_unit_values +com.google.android.material.R$attr: int prefixTextColor +okio.ByteString: boolean equals(java.lang.Object) +androidx.preference.R$drawable: int btn_radio_on_mtrl +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: void setFitSide(int) +wangdaye.com.geometricweather.R$color: int material_slider_active_track_color +retrofit2.Retrofit: java.util.concurrent.Executor callbackExecutor +wangdaye.com.geometricweather.R$styleable: int Transition_staggered +wangdaye.com.geometricweather.R$id: int item_icon_provider_clearIcon +okhttp3.Cache$Entry: void writeTo(okhttp3.internal.cache.DiskLruCache$Editor) +com.amap.api.location.UmidtokenInfo: com.amap.api.location.AMapLocationClient a() +okio.Util: short reverseBytesShort(short) +io.reactivex.internal.observers.ForEachWhileObserver: io.reactivex.functions.Consumer onError +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: io.reactivex.Observer downstream +cyanogenmod.weather.RequestInfo: android.location.Location access$502(cyanogenmod.weather.RequestInfo,android.location.Location) +com.turingtechnologies.materialscrollbar.R$color: int switch_thumb_normal_material_light +com.xw.repo.bubbleseekbar.R$drawable: int abc_seekbar_thumb_material +androidx.preference.R$attr: int coordinatorLayoutStyle +wangdaye.com.geometricweather.R$attr: int brightness +androidx.appcompat.R$styleable: int SwitchCompat_switchPadding +com.amap.api.fence.GeoFence$1: java.lang.Object createFromParcel(android.os.Parcel) +wangdaye.com.geometricweather.R$id: int group_divider +cyanogenmod.providers.ThemesContract: java.lang.String AUTHORITY +wangdaye.com.geometricweather.R$attr: int textAppearanceButton +cyanogenmod.hardware.CMHardwareManager: CMHardwareManager(android.content.Context) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric Metric +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum: AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: long EndEpochDate +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: io.reactivex.disposables.Disposable upstream +androidx.preference.R$attr: int actionModePopupWindowStyle +android.didikee.donate.R$style: int Base_V21_Theme_AppCompat_Dialog +androidx.appcompat.R$style: int AlertDialog_AppCompat +com.xw.repo.bubbleseekbar.R$color: int material_grey_50 +androidx.appcompat.widget.ListPopupWindow: void setOnItemSelectedListener(android.widget.AdapterView$OnItemSelectedListener) +okhttp3.internal.http2.Huffman$Node: int terminalBits +com.amap.api.location.AMapLocationClientOption$AMapLocationMode +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: java.lang.String getAbbreviation(android.content.Context) +okhttp3.CacheControl: CacheControl(okhttp3.CacheControl$Builder) +com.xw.repo.bubbleseekbar.R$id: int title +androidx.constraintlayout.widget.R$attr: int waveVariesBy +io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: long serialVersionUID +com.xw.repo.bubbleseekbar.R$styleable: int View_android_focusable +okhttp3.Request$Builder: okhttp3.Request$Builder url(okhttp3.HttpUrl) +okhttp3.internal.http2.Http2Codec: okhttp3.Interceptor$Chain chain +wangdaye.com.geometricweather.R$color: int design_default_color_background +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_icon +com.google.android.material.R$animator: int mtrl_btn_state_list_anim +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setTotalPrecipitationProbability(java.lang.Float) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation Precipitation +androidx.appcompat.R$color: int notification_action_color_filter +com.google.android.material.R$attr: int dayStyle +wangdaye.com.geometricweather.R$attr: int sizePercent +james.adaptiveicon.R$attr: int windowActionBarOverlay +androidx.drawerlayout.R$string: R$string() +james.adaptiveicon.R$id: int action_bar_container +com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight +com.turingtechnologies.materialscrollbar.R$drawable: int abc_textfield_search_default_mtrl_alpha +retrofit2.RequestFactory$Builder: java.lang.reflect.Type[] parameterTypes +androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type UNKNOWN +com.google.android.material.chip.Chip: void setOnCloseIconClickListener(android.view.View$OnClickListener) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_horizontalAlign +androidx.constraintlayout.widget.R$attr: int title +androidx.appcompat.R$style: int Base_Widget_AppCompat_Toolbar +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse +com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_centerX +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle +androidx.appcompat.widget.Toolbar: int getContentInsetLeft() +wangdaye.com.geometricweather.R$xml: int perference +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: void onSuccess(java.lang.Object) +io.reactivex.Observable: io.reactivex.Observable combineLatestDelayError(java.lang.Iterable,io.reactivex.functions.Function,int) +james.adaptiveicon.R$string: int abc_action_bar_home_description +io.reactivex.Observable: io.reactivex.Observable using(java.util.concurrent.Callable,io.reactivex.functions.Function,io.reactivex.functions.Consumer,boolean) +com.google.android.material.snackbar.Snackbar$SnackbarLayout: void setBackgroundDrawable(android.graphics.drawable.Drawable) +io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: long serialVersionUID +androidx.room.MultiInstanceInvalidationService +androidx.appcompat.widget.SearchView: void setAppSearchData(android.os.Bundle) +wangdaye.com.geometricweather.R$id: int container_main_first_card_header_timeIcon +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_track +androidx.recyclerview.R$id: int accessibility_custom_action_20 +cyanogenmod.providers.CMSettings$2 +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHorizontal_weight +androidx.core.R$id: int normal +wangdaye.com.geometricweather.R$id: int src_over +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_36 +androidx.preference.R$styleable: int TextAppearance_android_textStyle +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getRagweedLevel() +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextView +android.didikee.donate.R$string: int abc_searchview_description_submit +io.reactivex.internal.util.VolatileSizeArrayList: int hashCode() +wangdaye.com.geometricweather.R$id: int action_bar_activity_content +com.jaredrummler.android.colorpicker.R$string: int abc_menu_delete_shortcut_label +io.reactivex.internal.disposables.DisposableHelper: io.reactivex.internal.disposables.DisposableHelper[] values() +cyanogenmod.externalviews.KeyguardExternalView$1: void onServiceConnected(android.content.ComponentName,android.os.IBinder) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator SHOW_ALARM_ICON_VALIDATOR +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: io.reactivex.Scheduler$Worker worker +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ListPopupWindow +com.jaredrummler.android.colorpicker.R$styleable: int ViewBackgroundHelper_backgroundTintMode +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintEnd_toStartOf +okio.Buffer: long indexOf(byte,long,long) +com.google.android.gms.base.R$id: int dark +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse +james.adaptiveicon.R$integer: int abc_config_activityShortDur +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Inverse +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_SearchView_ActionBar +androidx.preference.R$string: int abc_menu_sym_shortcut_label +com.jaredrummler.android.colorpicker.R$attr: int colorButtonNormal +cyanogenmod.externalviews.KeyguardExternalView: android.content.Context access$600(cyanogenmod.externalviews.KeyguardExternalView) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getRealFeelShaderTemperature() +androidx.swiperefreshlayout.R$drawable: int notification_bg_normal +com.amap.api.fence.GeoFence: void setEnterTime(long) +android.didikee.donate.R$styleable: int AppCompatTextView_textLocale +okhttp3.HttpUrl$Builder: int schemeDelimiterOffset(java.lang.String,int,int) +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setIcePrecipitation(java.lang.Float) +com.google.android.material.chip.Chip: android.graphics.drawable.Drawable getCloseIcon() +com.google.android.material.R$styleable: int SearchView_iconifiedByDefault +androidx.preference.R$attr: int listPopupWindowStyle +com.turingtechnologies.materialscrollbar.R$styleable: int[] NavigationView +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver +com.jaredrummler.android.colorpicker.R$string: int abc_menu_ctrl_shortcut_label +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_rotation +androidx.appcompat.view.menu.ActionMenuItemView: void setPopupCallback(androidx.appcompat.view.menu.ActionMenuItemView$PopupCallback) +androidx.constraintlayout.widget.R$string: int abc_menu_enter_shortcut_label +androidx.lifecycle.ViewModelProvider$NewInstanceFactory: androidx.lifecycle.ViewModel create(java.lang.Class) +io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: io.reactivex.internal.operators.observable.ObservableRefCount parent +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getWetBulbTemperature() +com.turingtechnologies.materialscrollbar.R$attr: int autoSizeMinTextSize +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Button_Colored +com.google.android.material.slider.BaseSlider: float getThumbStrokeWidth() +androidx.appcompat.R$attr: int checkboxStyle +com.jaredrummler.android.colorpicker.R$attr: int editTextBackground +androidx.constraintlayout.widget.R$styleable: int ActivityChooserView_initialActivityCount +io.reactivex.Observable: io.reactivex.Observable interval(long,long,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure measure +com.google.android.material.R$drawable: int abc_text_select_handle_middle_mtrl_dark +androidx.lifecycle.Transformations$3: Transformations$3(androidx.lifecycle.MediatorLiveData) +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) +cyanogenmod.app.CustomTile$Builder +wangdaye.com.geometricweather.R$id: int percent +androidx.preference.R$style: int Preference_Material +cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.RequestInfo$Builder queryOnly() +androidx.appcompat.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: java.lang.String weatherText +okio.ByteString: okio.ByteString decodeHex(java.lang.String) +androidx.appcompat.R$id: int accessibility_custom_action_24 +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: io.reactivex.internal.queue.SpscLinkedArrayQueue getOrCreateQueue() +okhttp3.EventListener$2: EventListener$2(okhttp3.EventListener) +androidx.constraintlayout.widget.R$attr: int layout_constraintVertical_weight +androidx.activity.R$id: int accessibility_custom_action_0 +com.turingtechnologies.materialscrollbar.R$dimen: int abc_alert_dialog_button_dimen +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_minWidth +com.bumptech.glide.R$id: int tag_transition_group +androidx.work.R$drawable: int notification_icon_background +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: java.lang.String getUpdateIntervalName(android.content.Context) +wangdaye.com.geometricweather.R$styleable: int RangeSlider_values +androidx.lifecycle.extensions.R$id: int icon +androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable: ServiceLifecycleDispatcher$DispatchRunnable(androidx.lifecycle.LifecycleRegistry,androidx.lifecycle.Lifecycle$Event) +wangdaye.com.geometricweather.R$id: int light +com.google.android.material.R$style: int Widget_AppCompat_ActionBar_Solid +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum: AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum() +okio.RealBufferedSource: long readAll(okio.Sink) +cyanogenmod.themes.IThemeService: boolean isThemeApplying() +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void onSubscribe(org.reactivestreams.Subscription) +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: Pollen(java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String) +com.google.android.material.R$drawable: int avd_hide_password +okhttp3.Response: long sentRequestAtMillis() +com.turingtechnologies.materialscrollbar.R$styleable: int[] StateListDrawable +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$DailyTemperature: java.lang.Float max +androidx.constraintlayout.widget.R$id: int deltaRelative +androidx.activity.R$id: int tag_accessibility_pane_title +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.lang.Integer RIGHT_CLOSE +james.adaptiveicon.R$styleable: int AppCompatTextView_textAllCaps +android.didikee.donate.R$id: int title_template +com.github.rahatarmanahmed.cpv.CircularProgressView$8: CircularProgressView$8(com.github.rahatarmanahmed.cpv.CircularProgressView,float,float) +cyanogenmod.externalviews.KeyguardExternalView: boolean onPreDraw() +okhttp3.internal.ws.WebSocketReader: boolean isControlFrame +wangdaye.com.geometricweather.R$id: int widget_day_week_icon_4 +com.google.android.material.R$styleable: int SearchView_voiceIcon +cyanogenmod.weatherservice.ServiceRequestResult: ServiceRequestResult() +cyanogenmod.profiles.BrightnessSettings: BrightnessSettings(int,boolean) +org.greenrobot.greendao.AbstractDao: void save(java.lang.Object) +com.jaredrummler.android.colorpicker.R$id: int contentPanel +com.google.android.material.R$layout: int abc_screen_toolbar +com.jaredrummler.android.colorpicker.R$anim: int abc_grow_fade_in_from_bottom +androidx.appcompat.view.menu.ActionMenuItemView: void setChecked(boolean) +androidx.preference.R$layout: int abc_action_menu_item_layout +com.jaredrummler.android.colorpicker.R$styleable: int ActionMode_titleTextStyle +com.amap.api.location.CoordUtil: CoordUtil() +okhttp3.internal.http2.Http2Codec: void finishRequest() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean weather +okhttp3.internal.platform.Jdk9Platform: okhttp3.internal.platform.Jdk9Platform buildIfSupported() +com.turingtechnologies.materialscrollbar.R$color: int mtrl_chip_text_color +androidx.recyclerview.R$style: int TextAppearance_Compat_Notification_Title +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int BLUSTERY +okhttp3.internal.publicsuffix.PublicSuffixDatabase: void readTheList() +cyanogenmod.externalviews.ExternalViewProviderService$1$1: ExternalViewProviderService$1$1(cyanogenmod.externalviews.ExternalViewProviderService$1,android.os.Bundle) +cyanogenmod.app.ProfileGroup$Mode: ProfileGroup$Mode(java.lang.String,int) +com.google.android.material.R$attr: int labelVisibilityMode +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_selection_text_baseline_to_bottom_fullscreen +com.google.android.material.chip.Chip: void setChipTextResource(int) +wangdaye.com.geometricweather.R$color: int switch_thumb_disabled_material_dark +androidx.appcompat.R$style: int Widget_AppCompat_ListView +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setAppOverlay(java.lang.String,java.lang.String) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: double lon +okhttp3.HttpUrl: java.lang.String FRAGMENT_ENCODE_SET_URI +com.turingtechnologies.materialscrollbar.R$attr: int dividerPadding +wangdaye.com.geometricweather.R$layout: int widget_trend_daily +wangdaye.com.geometricweather.R$styleable: int Constraint_motionStagger +retrofit2.Utils: java.lang.reflect.Type resolve(java.lang.reflect.Type,java.lang.Class,java.lang.reflect.Type) +com.google.android.material.R$styleable: int Constraint_layout_constraintTop_toBottomOf +james.adaptiveicon.R$style: int Base_Widget_AppCompat_SeekBar +okio.AsyncTimeout: java.io.IOException exit(java.io.IOException) +com.google.android.material.button.MaterialButton: void setCornerRadiusResource(int) +wangdaye.com.geometricweather.R$drawable: int notif_temp_27 +androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableCompat_android_visible +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ratingbar_material +androidx.appcompat.R$attr: int itemPadding +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_verticalGap +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintBottom_creator +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowMinWidthMinor +com.google.android.material.R$attr: int buttonBarNegativeButtonStyle +com.google.android.material.R$style: int Widget_Compat_NotificationActionText +androidx.preference.R$id: int tag_transition_group +androidx.lifecycle.ReportFragment: androidx.lifecycle.ReportFragment$ActivityInitializationListener mProcessListener +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar +com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration +wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide +com.baidu.location.indoor.mapversion.c.a$d: void a(java.lang.String) +okio.GzipSource: byte SECTION_BODY +com.jaredrummler.android.colorpicker.R$attr: int colorPrimary +wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_start_icon_margin_end +androidx.constraintlayout.widget.R$attr: int splitTrack +okio.GzipSource: void checkEqual(java.lang.String,int,int) +com.google.android.material.R$styleable: int Toolbar_navigationContentDescription +androidx.recyclerview.widget.RecyclerView: RecyclerView(android.content.Context) +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_star_half_black_48dp +androidx.lifecycle.LifecycleService +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_switchStyle +cyanogenmod.hardware.IThermalListenerCallback$Stub: java.lang.String DESCRIPTOR +io.reactivex.internal.observers.DeferredScalarObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.activity.R$styleable: int GradientColor_android_type +com.google.android.material.R$styleable: int KeyTimeCycle_android_translationY +cyanogenmod.externalviews.KeyguardExternalView$3: cyanogenmod.externalviews.KeyguardExternalView this$0 +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow +okio.SegmentedByteString: java.lang.Object writeReplace() +io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: long serialVersionUID +wangdaye.com.geometricweather.R$dimen: int content_text_size +com.google.android.material.R$styleable: int Toolbar_subtitleTextColor +wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_text_light_focused +com.xw.repo.BubbleSeekBar: void setSecondTrackColor(int) +okhttp3.internal.http2.Http2Connection: long awaitPingsSent +com.turingtechnologies.materialscrollbar.R$attr: int ratingBarStyleSmall +okhttp3.RealCall$AsyncCall: void executeOn(java.util.concurrent.ExecutorService) +wangdaye.com.geometricweather.R$color: int mtrl_error +wangdaye.com.geometricweather.R$drawable: int tooltip_frame_dark +com.amap.api.location.AMapLocation: void setOffset(boolean) +androidx.preference.R$styleable: int DialogPreference_android_dialogIcon +android.support.v4.os.ResultReceiver$1: ResultReceiver$1() +okio.AsyncTimeout: long remainingNanos(long) +androidx.constraintlayout.widget.R$styleable: int ActionBar_elevation +wangdaye.com.geometricweather.R$id: int action_container +wangdaye.com.geometricweather.R$dimen: int mtrl_progress_circular_radius +wangdaye.com.geometricweather.R$dimen: int mtrl_tooltip_minHeight +com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_TextInputLayout +android.didikee.donate.R$styleable: int AppCompatTheme_buttonStyle +androidx.lifecycle.LifecycleRegistry$ObserverWithState: void dispatchEvent(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) +wangdaye.com.geometricweather.common.basic.models.weather.Wind +com.jaredrummler.android.colorpicker.R$dimen: int abc_config_prefDialogWidth +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void onNext(java.lang.Object) +com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_layout_anchor +androidx.activity.R$style: int TextAppearance_Compat_Notification_Time +com.jaredrummler.android.colorpicker.R$string: int abc_toolbar_collapse_description +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: io.reactivex.internal.util.AtomicThrowable error +androidx.preference.R$layout: int preference_list_fragment +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_Icon +okhttp3.internal.http2.Header: java.lang.String TARGET_SCHEME_UTF8 +cyanogenmod.app.ProfileManager: boolean notificationGroupExists(java.lang.String) +cyanogenmod.app.ProfileGroup: java.util.UUID getUuid() wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: java.lang.String getY() -androidx.lifecycle.Transformations: androidx.lifecycle.LiveData distinctUntilChanged(androidx.lifecycle.LiveData) -androidx.hilt.R$dimen: int compat_notification_large_icon_max_width -com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getThumbTintList() -androidx.constraintlayout.widget.R$attr: int barrierAllowsGoneWidgets -com.xw.repo.bubbleseekbar.R$attr: int dialogTheme -retrofit2.Utils$WildcardTypeImpl -cyanogenmod.providers.CMSettings$Secure: java.lang.String RING_HOME_BUTTON_BEHAVIOR -androidx.vectordrawable.animated.R$id: int accessibility_action_clickable_span -okhttp3.internal.http2.Http2Connection: long access$100(okhttp3.internal.http2.Http2Connection) -okhttp3.internal.http2.Http2Connection$Builder -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: android.view.View onCreateView() -androidx.appcompat.R$styleable: int SwitchCompat_thumbTextPadding -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: long count -com.jaredrummler.android.colorpicker.R$attr: int layout -okhttp3.FormBody: java.util.List encodedValues -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_horizontalAlign -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.constraintlayout.widget.R$attr: int selectableItemBackground -wangdaye.com.geometricweather.R$style: int ShapeAppearance_MaterialComponents_Tooltip -wangdaye.com.geometricweather.R$styleable: int BottomAppBar_fabAnimationMode -com.google.android.material.R$styleable: int SnackbarLayout_backgroundTintMode -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property Time -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constrainedHeight -wangdaye.com.geometricweather.R$string: int content_desc_search_filter_on -io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: MpscLinkedQueue$LinkedQueueNode() -com.turingtechnologies.materialscrollbar.R$style: int Platform_V25_AppCompat -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_iconSpaceReserved -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather: CNWeatherResult$Realtime$Weather() -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPopupWindowStyle -io.reactivex.exceptions.CompositeException: java.util.List exceptions -com.google.android.material.slider.BaseSlider: float getThumbElevation() -wangdaye.com.geometricweather.R$string: int material_timepicker_text_input_mode_description -wangdaye.com.geometricweather.R$drawable: int notif_temp_132 -wangdaye.com.geometricweather.R$string: int feedback_no_data -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: IKeyguardExternalViewProvider$Stub() -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_setInteractivity -cyanogenmod.app.StatusBarPanelCustomTile$1: StatusBarPanelCustomTile$1() -com.google.android.material.R$dimen: int mtrl_slider_track_height -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode CONNECT_ERROR -io.reactivex.internal.subscriptions.SubscriptionArbiter: void drainLoop() -james.adaptiveicon.R$color: int ripple_material_light -james.adaptiveicon.R$id: int checkbox -retrofit2.OkHttpCall$ExceptionCatchingResponseBody: okhttp3.ResponseBody delegate -wangdaye.com.geometricweather.R$color: int colorLevel_4 -com.google.android.material.R$styleable: int PropertySet_motionProgress -io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: io.reactivex.Observer downstream -com.turingtechnologies.materialscrollbar.R$attr: int closeIconEndPadding -okhttp3.internal.http.RealInterceptorChain: int calls +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_paddingStart +com.google.android.material.bottomnavigation.BottomNavigationView: void setItemBackgroundResource(int) +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_editor_absoluteX +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean feelsLike +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: io.reactivex.ObservableEmitter serialize() +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_0 +io.reactivex.internal.subscribers.StrictSubscriber: java.util.concurrent.atomic.AtomicBoolean once +retrofit2.OkHttpCall$NoContentResponseBody: okhttp3.MediaType contentType() +androidx.loader.R$drawable: R$drawable() +james.adaptiveicon.R$drawable: int abc_btn_switch_to_on_mtrl_00001 +wangdaye.com.geometricweather.R$styleable: int Chip_iconEndPadding +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: android.view.Window access$200(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) +androidx.loader.R$dimen: int compat_button_padding_horizontal_material +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_thumbTintMode +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceHeadline5 +androidx.constraintlayout.widget.R$anim: int abc_tooltip_enter +cyanogenmod.platform.R$bool: R$bool() +okio.AsyncTimeout: AsyncTimeout() +okhttp3.Cache$CacheRequestImpl$1: okhttp3.internal.cache.DiskLruCache$Editor val$editor +com.google.android.material.appbar.AppBarLayout +com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_icon +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_iconGravity +wangdaye.com.geometricweather.R$styleable: int AppBarLayout_elevation +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorAccent +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: boolean active +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_17 +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_checkedTextViewStyle +androidx.constraintlayout.widget.R$attr: int layout_goneMarginStart +wangdaye.com.geometricweather.R$id: int widget_week_temp_5 +androidx.hilt.R$id: int accessibility_custom_action_29 +com.google.android.material.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: void onComplete() +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_alpha +com.google.android.material.appbar.CollapsingToolbarLayout: int getExpandedTitleMarginEnd() com.google.android.material.R$integer: int mtrl_btn_anim_delay_ms -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_android_textAppearance -com.google.android.material.chip.Chip: void setCheckableResource(int) -com.google.android.material.slider.BaseSlider: void setThumbStrokeColor(android.content.res.ColorStateList) -androidx.coordinatorlayout.R$id: int accessibility_custom_action_2 -androidx.appcompat.R$id: int tag_accessibility_heading -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeRainPrecipitationProbability(java.lang.Float) -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_helperTextTextColor -cyanogenmod.weatherservice.WeatherProviderService$1: cyanogenmod.weatherservice.WeatherProviderService this$0 -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleMarginBottom -okhttp3.internal.cache.CacheInterceptor$1: void close() -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_isSunlightEnhancementSelfManaged -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoonPhaseDescription -androidx.appcompat.R$color: int dim_foreground_material_light -wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.Integer index -wangdaye.com.geometricweather.db.entities.WeatherEntity: long getUpdateTime() -james.adaptiveicon.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle -com.google.android.material.R$styleable: int AppCompatTheme_activityChooserViewStyle -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layoutDescription -wangdaye.com.geometricweather.R$string: int tree -com.google.android.material.chip.Chip: void setCheckedIconVisible(int) -com.google.android.material.R$drawable: int navigation_empty_icon -com.google.android.material.navigation.NavigationView$SavedState: android.os.Parcelable$Creator CREATOR -com.turingtechnologies.materialscrollbar.R$color: int abc_secondary_text_material_light -io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: ObservablePublishSelector$TargetObserver(io.reactivex.Observer) -wangdaye.com.geometricweather.R$styleable: int GradientColor_android_gradientRadius -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_creator -androidx.recyclerview.R$id: int tag_accessibility_actions -com.google.android.material.R$styleable: int[] Insets -wangdaye.com.geometricweather.R$styleable: int AppBarLayout_android_touchscreenBlocksFocus -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_recyclerView -wangdaye.com.geometricweather.R$id: int mtrl_calendar_months -androidx.constraintlayout.utils.widget.MotionTelltales -androidx.preference.R$styleable: int Spinner_android_entries -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Compat_Notification_Info -androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityResumed(android.app.Activity) -retrofit2.HttpException: retrofit2.Response response -com.bumptech.glide.R$styleable: int FontFamilyFont_fontStyle -android.didikee.donate.R$id: int alertTitle -androidx.preference.R$styleable: int Spinner_popupTheme -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeSnowPrecipitation(java.lang.Float) -androidx.constraintlayout.widget.R$style: int Widget_Compat_NotificationActionContainer -cyanogenmod.app.CMStatusBarManager: void removeTileAsUser(java.lang.String,int,android.os.UserHandle) -com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_ripple_color -androidx.viewpager.R$id: int text -com.google.android.material.R$styleable: int View_paddingStart -androidx.appcompat.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView -androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_ActionBar -com.google.android.material.R$layout: int mtrl_calendar_day_of_week -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_DEFAULT_LED_ON_VALIDATOR -com.jaredrummler.android.colorpicker.R$color: int bright_foreground_disabled_material_light -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarStyle -com.google.android.gms.common.internal.ClientIdentity: android.os.Parcelable$Creator CREATOR -okio.Buffer: okio.Buffer writeShortLe(int) -androidx.appcompat.R$styleable: int AppCompatTheme_buttonBarButtonStyle -com.jaredrummler.android.colorpicker.R$drawable: int abc_tab_indicator_mtrl_alpha -androidx.preference.R$layout: int abc_alert_dialog_material -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabRippleColor -okhttp3.internal.ws.WebSocketReader: okio.Buffer controlFrameBuffer -wangdaye.com.geometricweather.R$attr: int layout_collapseParallaxMultiplier -wangdaye.com.geometricweather.R$styleable: int InkPageIndicator_dotDiameter -wangdaye.com.geometricweather.R$styleable: int Tooltip_android_padding -com.google.android.material.textfield.TextInputLayout: void setEndIconMode(int) -com.google.android.material.chip.Chip: void setCheckable(boolean) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: int WeatherIcon -androidx.appcompat.R$styleable: int GradientColor_android_endX -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_contentInsetStartWithNavigation -wangdaye.com.geometricweather.R$attr: int layout_constraintVertical_bias -com.xw.repo.bubbleseekbar.R$styleable: int[] Spinner -com.google.android.material.R$color: int bright_foreground_inverse_material_dark -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.util.Date sunriseTime -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean getPoint() -android.didikee.donate.R$style: int Widget_AppCompat_ListPopupWindow -androidx.constraintlayout.widget.R$styleable: int View_theme -com.jaredrummler.android.colorpicker.R$drawable: int abc_text_select_handle_left_mtrl_light -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_contentInsetEnd -com.google.android.material.R$attr: int snackbarTextViewStyle -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao -android.didikee.donate.R$styleable: int Toolbar_navigationContentDescription -androidx.appcompat.widget.Toolbar: android.view.MenuInflater getMenuInflater() -com.google.android.material.progressindicator.ProgressIndicator: android.graphics.drawable.Drawable getProgressDrawable() -com.xw.repo.bubbleseekbar.R$attr: int windowMinWidthMajor -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemMaxLines -wangdaye.com.geometricweather.R$attr: int buttonStyle -com.google.android.material.R$id: int mini -james.adaptiveicon.R$attr: int colorSwitchThumbNormal -wangdaye.com.geometricweather.R$attr: int cardMaxElevation -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: void run() -okhttp3.internal.http2.Http2Stream$FramingSink: okio.Buffer sendBuffer -com.turingtechnologies.materialscrollbar.R$attr: int checkedIconEnabled -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Object readKey(android.database.Cursor,int) -com.turingtechnologies.materialscrollbar.R$string: int abc_searchview_description_clear -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_padding_left -cyanogenmod.themes.ThemeManager$1: void onFinish(boolean) -com.google.android.material.floatingactionbutton.FloatingActionButton: void setExpandedComponentIdHint(int) -wangdaye.com.geometricweather.R$id: int activity_widget_config_container -androidx.preference.R$styleable: int ViewBackgroundHelper_backgroundTintMode -androidx.legacy.coreutils.R$style: int Widget_Compat_NotificationActionText -wangdaye.com.geometricweather.R$attr: int isMaterialTheme -com.bumptech.glide.integration.okhttp.R$color: int notification_action_color_filter -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHeight_default -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit valueOf(java.lang.String) -wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_minutelyStartText -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean -com.google.android.material.R$dimen: int mtrl_alert_dialog_picker_background_inset -wangdaye.com.geometricweather.R$styleable: int FontFamily_fontProviderAuthority -com.jaredrummler.android.colorpicker.R$attr: int homeLayout -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_Tab -com.google.android.material.button.MaterialButtonToggleGroup: int getVisibleButtonCount() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange Past6HourRange -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: ObservableConcatWithMaybe$ConcatWithObserver(io.reactivex.Observer,io.reactivex.MaybeSource) -com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_switch_to_on_mtrl_00012 -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_weight -com.google.android.material.R$attr: int actionBarTabTextStyle -android.didikee.donate.R$id: int line3 -wangdaye.com.geometricweather.R$drawable: int ic_time -com.xw.repo.bubbleseekbar.R$color: int abc_primary_text_material_dark -james.adaptiveicon.R$id: int right_side -wangdaye.com.geometricweather.R$attr: int trackTintMode -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable -androidx.core.R$style: int TextAppearance_Compat_Notification_Info -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWeatherCode(wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode) -android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary -androidx.recyclerview.R$id: int normal -io.reactivex.Observable: io.reactivex.Observable repeatWhen(io.reactivex.functions.Function) -wangdaye.com.geometricweather.R$attr: int itemTextAppearanceActive -android.didikee.donate.R$styleable: int Toolbar_menu -io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: ObservableRepeat$RepeatObserver(io.reactivex.Observer,long,io.reactivex.internal.disposables.SequentialDisposable,io.reactivex.ObservableSource) -androidx.appcompat.R$style: int ThemeOverlay_AppCompat_Dark -androidx.vectordrawable.R$id: int italic -cyanogenmod.weather.RequestInfo: cyanogenmod.weather.WeatherLocation access$402(cyanogenmod.weather.RequestInfo,cyanogenmod.weather.WeatherLocation) -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: java.util.concurrent.atomic.AtomicReference active -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_1 -androidx.lifecycle.extensions.R$styleable: int GradientColor_android_startX -androidx.appcompat.widget.Toolbar: android.content.Context getPopupContext() -com.google.android.material.R$styleable: int ProgressIndicator_showDelay -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModePopupWindowStyle -androidx.lifecycle.Transformations$2: void onChanged(java.lang.Object) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX: CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX() -androidx.lifecycle.ProcessLifecycleOwner$3: ProcessLifecycleOwner$3(androidx.lifecycle.ProcessLifecycleOwner) -wangdaye.com.geometricweather.R$drawable: int ic_uv -com.google.android.material.R$attr: int actionButtonStyle -com.bumptech.glide.R$id: int chronometer -okhttp3.ResponseBody$1 -wangdaye.com.geometricweather.R$styleable: int Insets_paddingBottomSystemWindowInsets -android.didikee.donate.R$drawable: int abc_popup_background_mtrl_mult -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void otherSuccess(java.lang.Object) -androidx.coordinatorlayout.R$drawable: int notification_bg_normal_pressed -com.google.gson.internal.LinkedTreeMap: java.lang.Object remove(java.lang.Object) -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_title -androidx.legacy.coreutils.R$dimen: int compat_button_padding_vertical_material -androidx.preference.R$style: int Preference_Information -androidx.preference.R$attr: int actionBarPopupTheme -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query -com.google.android.material.R$styleable: int AppCompatTheme_actionBarSplitStyle -com.xw.repo.bubbleseekbar.R$attr: int autoSizePresetSizes -com.google.android.material.R$styleable: int PropertySet_android_alpha -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String tempMin -com.turingtechnologies.materialscrollbar.R$dimen: int fastscroll_default_thickness -com.baidu.location.indoor.c: int a -com.google.android.material.button.MaterialButton: int getTextWidth() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setPubTime(java.lang.String) -androidx.coordinatorlayout.R$dimen: int notification_small_icon_background_padding -io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver(io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver) -wangdaye.com.geometricweather.R$string: int key_notification_hide_icon -okio.RealBufferedSink: okio.BufferedSink writeString(java.lang.String,int,int,java.nio.charset.Charset) -wangdaye.com.geometricweather.db.entities.WeatherEntity: long getTimeStamp() -okhttp3.internal.Util: java.lang.String hostHeader(okhttp3.HttpUrl,boolean) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_139 -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu -wangdaye.com.geometricweather.R$layout: int cpv_preference_circle -androidx.preference.R$color: int button_material_light -com.google.gson.stream.JsonReader: int lineStart -androidx.hilt.work.R$styleable: int FontFamilyFont_fontWeight -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert -android.didikee.donate.R$drawable: int abc_list_selector_holo_light -okhttp3.internal.http1.Http1Codec: okio.Sink createRequestBody(okhttp3.Request,long) -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setTextColor(android.content.res.ColorStateList) -androidx.viewpager.R$id: int forever -okhttp3.MediaType: okhttp3.MediaType get(java.lang.String) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getUvDescription() -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Inverse -androidx.preference.R$styleable: int AppCompatTheme_popupMenuStyle -okhttp3.TlsVersion: okhttp3.TlsVersion SSL_3_0 -androidx.appcompat.R$dimen: int notification_large_icon_width -com.turingtechnologies.materialscrollbar.R$id: int unlabeled -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float getNO2() -okhttp3.Headers: boolean equals(java.lang.Object) -com.amap.api.location.AMapLocation$1: java.lang.Object[] newArray(int) -com.xw.repo.bubbleseekbar.R$id: int action_mode_bar -io.reactivex.internal.disposables.ArrayCompositeDisposable: boolean setResource(int,io.reactivex.disposables.Disposable) -androidx.coordinatorlayout.R$styleable: int GradientColor_android_type -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: java.util.concurrent.atomic.AtomicReference observers -com.google.android.material.tabs.TabLayout: void setTabMode(int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: java.lang.String pubTime -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.Astro[] astros -com.google.android.material.R$dimen: int abc_config_prefDialogWidth -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: long serialVersionUID -androidx.hilt.lifecycle.R$drawable: int notification_tile_bg -com.turingtechnologies.materialscrollbar.R$layout: int abc_dialog_title_material -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_Switch -wangdaye.com.geometricweather.R$dimen: int abc_text_size_display_4_material -james.adaptiveicon.R$styleable: int AppCompatTextView_textLocale -androidx.activity.R$id: int italic -androidx.coordinatorlayout.R$drawable: int notification_tile_bg -com.bumptech.glide.integration.okhttp.R$layout: int notification_template_part_chronometer -cyanogenmod.providers.CMSettings$System$2: boolean validate(java.lang.String) -io.reactivex.Observable: io.reactivex.Observable buffer(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -com.google.android.material.R$dimen: int mtrl_alert_dialog_background_inset_end -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: java.lang.String unit -androidx.preference.R$attr: int windowNoTitle -com.google.android.material.R$styleable: int ConstraintSet_android_minWidth -com.google.android.material.R$attr: int valueTextColor -okhttp3.internal.http.StatusLine: okhttp3.Protocol protocol -androidx.vectordrawable.animated.R$layout: int notification_template_custom_big -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_startColor -cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onBouncerShowing(boolean) -com.jaredrummler.android.colorpicker.R$attr: int alertDialogTheme -androidx.cardview.R$style: int CardView_Light -androidx.core.R$dimen: int compat_button_inset_horizontal_material -james.adaptiveicon.R$styleable: int ViewStubCompat_android_id -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_SearchView_ActionBar -wangdaye.com.geometricweather.R$color: int primary_dark_material_dark -retrofit2.ParameterHandler$PartMap: int p -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setSo2(java.lang.String) -androidx.constraintlayout.widget.R$attr: int motionDebug -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_title_1 -com.turingtechnologies.materialscrollbar.R$attr: int chipIconSize -com.turingtechnologies.materialscrollbar.R$attr: int passwordToggleContentDescription -com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_translation_z_hovered_focused -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabMinWidth +org.greenrobot.greendao.AbstractDao: void deleteAll() +androidx.appcompat.R$styleable: int FontFamilyFont_android_font +cyanogenmod.providers.CMSettings$DelimitedListValidator: boolean mAllowEmptyList +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: int STATE_ACTIVE +wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_textColor +cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode mLightsMode +com.google.android.material.R$styleable: int Constraint_flow_horizontalBias +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWetBulbTemperature(java.lang.Integer) +wangdaye.com.geometricweather.R$attr: int bsb_section_text_size +wangdaye.com.geometricweather.R$styleable: int Chip_android_checkable +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: void onNext(java.lang.Object) +cyanogenmod.profiles.RingModeSettings: boolean isOverride() +com.google.android.material.R$color: int design_default_color_on_secondary +cyanogenmod.hardware.CMHardwareManager: int FEATURE_DISPLAY_GAMMA_CALIBRATION +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_subtitle_material_toolbar +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: int unitArrayIndex +com.google.android.material.R$styleable: int MaterialButton_iconPadding +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_queryBackground +com.turingtechnologies.materialscrollbar.R$attr: int colorError +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void remove() +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_tooltipForegroundColor +androidx.lifecycle.AndroidViewModel: android.app.Application getApplication() +wangdaye.com.geometricweather.R$color: int colorTextContent +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_verticalAlign +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge +androidx.viewpager2.R$id: int accessibility_custom_action_26 +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getRagweedIndex() +wangdaye.com.geometricweather.R$attr: int preferenceFragmentListStyle +androidx.preference.R$style: int PreferenceFragmentList_Material +com.google.android.material.R$styleable: int GradientColor_android_tileMode +cyanogenmod.externalviews.KeyguardExternalView$1: void onServiceDisconnected(android.content.ComponentName) +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: cyanogenmod.hardware.DisplayMode getDefaultDisplayMode() +com.google.android.material.R$styleable: int TextInputLayout_counterOverflowTextAppearance +james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat_Dialog +okhttp3.internal.http2.Http2Connection: void flush() +androidx.preference.R$styleable: int View_paddingEnd +com.google.android.material.R$string: int material_slider_range_end +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void cancel() +com.google.android.material.slider.Slider: void setHaloRadiusResource(int) +androidx.appcompat.R$anim: R$anim() +android.didikee.donate.R$attr: int actionModeShareDrawable +androidx.viewpager2.R$id: int accessibility_custom_action_27 +android.didikee.donate.R$drawable: int abc_ic_search_api_material +androidx.appcompat.resources.R$styleable: R$styleable() +wangdaye.com.geometricweather.R$styleable: int CardView_cardElevation +okhttp3.internal.cache2.Relay: int sourceCount +com.google.android.material.R$id: int image +okhttp3.internal.http2.Hpack$Writer: int evictToRecoverBytes(int) +okio.RealBufferedSource: long readLong() +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_CheckedTextView +androidx.loader.R$dimen: int compat_button_padding_vertical_material +wangdaye.com.geometricweather.R$attr: int constraintSetEnd +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: java.lang.String MobileLink +androidx.lifecycle.LiveDataReactiveStreams +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver +com.xw.repo.bubbleseekbar.R$attr: int numericModifiers +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_NOTIFICATIONS +wangdaye.com.geometricweather.R$drawable: int mtrl_ic_arrow_drop_down +androidx.fragment.R$id: int accessibility_custom_action_27 +okhttp3.internal.cache2.Relay: Relay(java.io.RandomAccessFile,okio.Source,long,okio.ByteString,long) +wangdaye.com.geometricweather.R$string: int feedback_refresh_ui_after_refresh +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu +androidx.constraintlayout.widget.R$dimen: int tooltip_y_offset_touch +androidx.constraintlayout.widget.R$attr: int customFloatValue +io.reactivex.Observable: io.reactivex.Observable ambArray(io.reactivex.ObservableSource[]) +com.google.android.material.R$layout: int material_textinput_timepicker +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintCircleAngle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric: int UnitType +wangdaye.com.geometricweather.R$id: int useLogo +wangdaye.com.geometricweather.R$id: int showTitle +androidx.customview.view.AbsSavedState$1 +com.google.android.material.R$style: int Widget_AppCompat_Light_AutoCompleteTextView +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeApparentTemperature +com.amap.api.location.AMapLocationQualityReport: int d +io.reactivex.disposables.RunnableDisposable: void onDisposed(java.lang.Object) +okhttp3.Challenge: java.lang.String scheme() +com.google.android.gms.location.places.PlaceReport: android.os.Parcelable$Creator CREATOR +androidx.appcompat.widget.AppCompatImageView: void setImageResource(int) +com.jaredrummler.android.colorpicker.R$layout: int cpv_dialog_color_picker +wangdaye.com.geometricweather.location.services.LocationService: java.lang.String[] getPermissions() +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: void onSuccess(java.lang.Object) +wangdaye.com.geometricweather.R$id: int widget_day_week_icon_2 +io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(long,java.util.concurrent.TimeUnit) +com.github.rahatarmanahmed.cpv.CircularProgressView$3: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 +wangdaye.com.geometricweather.R$styleable: int Constraint_android_visibility +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintTop_toBottomOf +com.turingtechnologies.materialscrollbar.R$color: int material_deep_teal_200 +android.didikee.donate.R$layout: int abc_popup_menu_item_layout +wangdaye.com.geometricweather.R$color: int mtrl_bottom_nav_colored_item_tint +james.adaptiveicon.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_weather_3 +wangdaye.com.geometricweather.R$layout: int notification_action +okio.Buffer: short readShort() +io.reactivex.internal.disposables.EmptyDisposable: boolean isEmpty() +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void trySchedule() +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_popupWindowStyle +androidx.appcompat.R$attr: int tooltipFrameBackground +com.amap.api.location.AMapLocation: boolean c(com.amap.api.location.AMapLocation,boolean) +com.xw.repo.bubbleseekbar.R$attr: int listPreferredItemHeightSmall +wangdaye.com.geometricweather.R$drawable: int abc_textfield_search_material +com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String b() +androidx.constraintlayout.widget.R$attr: int transitionEasing +androidx.drawerlayout.R$attr: int alpha +io.reactivex.internal.observers.LambdaObserver: io.reactivex.functions.Action onComplete +com.amap.api.location.AMapLocation: int p +com.google.android.material.R$layout: int design_navigation_item_separator +wangdaye.com.geometricweather.settings.dialogs.AdaptiveIconDialog +wangdaye.com.geometricweather.R$styleable: int[] PopupWindow +com.jaredrummler.android.colorpicker.R$layout: int support_simple_spinner_dropdown_item +okio.Timeout: long timeoutNanos +androidx.coordinatorlayout.R$id: int action_text +com.amap.api.location.CoordUtil: void setLoadedSo(boolean) +wangdaye.com.geometricweather.R$layout: int widget_day_week_symmetry +retrofit2.ParameterHandler$Header: retrofit2.Converter valueConverter +io.reactivex.internal.queue.SpscArrayQueue: long producerLookAhead +okio.SegmentedByteString +com.google.android.material.progressindicator.ProgressIndicator: void setCircularRadius(int) +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_5_30 +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_passwordToggleEnabled +com.jaredrummler.android.colorpicker.R$string: int abc_searchview_description_submit +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getNo2Color(android.content.Context) +com.google.android.material.R$color: int abc_primary_text_disable_only_material_light +com.google.android.material.R$color: int test_mtrl_calendar_day_selected +androidx.appcompat.R$attr: int trackTint +androidx.constraintlayout.widget.R$styleable: int ActionBar_navigationMode +com.google.android.material.R$layout: int abc_activity_chooser_view_list_item +com.github.rahatarmanahmed.cpv.CircularProgressView: float access$402(com.github.rahatarmanahmed.cpv.CircularProgressView,float) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowMinWidthMinor +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: int START +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_drawableStart +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean isDisposed() +okhttp3.ConnectionPool: okhttp3.internal.connection.RealConnection get(okhttp3.Address,okhttp3.internal.connection.StreamAllocation,okhttp3.Route) +wangdaye.com.geometricweather.db.entities.HistoryEntity: java.lang.String getWeatherSource() +okhttp3.Route +okhttp3.internal.publicsuffix.PublicSuffixDatabase: PublicSuffixDatabase() +android.didikee.donate.R$id: int notification_main_column_container +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider +cyanogenmod.externalviews.ExternalView$5: ExternalView$5(cyanogenmod.externalviews.ExternalView) +com.xw.repo.bubbleseekbar.R$dimen: int abc_button_inset_vertical_material +cyanogenmod.externalviews.KeyguardExternalView$2: boolean requestDismiss() +androidx.constraintlayout.widget.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_1 +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintLeft_creator +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: long serialVersionUID +okhttp3.internal.ws.WebSocketWriter: void writeMessageFrame(int,long,boolean,boolean) +wangdaye.com.geometricweather.R$styleable: int Preference_enableCopying +androidx.lifecycle.ViewModel: java.lang.Object setTagIfAbsent(java.lang.String,java.lang.Object) +com.jaredrummler.android.colorpicker.R$styleable: int CheckBoxPreference_android_summaryOff +com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_keylines +com.google.android.material.R$styleable: int ExtendedFloatingActionButton_showMotionSpec +com.xw.repo.BubbleSeekBar: com.xw.repo.BubbleSeekBar$OnProgressChangedListener getOnProgressChangedListener() +okio.RealBufferedSource: long readLongLe() +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List getAlertEntityList() +com.jaredrummler.android.colorpicker.R$layout: int abc_screen_toolbar +androidx.appcompat.R$id: int tag_accessibility_heading +cyanogenmod.externalviews.ExternalViewProperties: boolean isVisible() +wangdaye.com.geometricweather.db.entities.MinutelyEntity: long time +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_menuCategory +okio.Buffer: okio.Buffer$UnsafeCursor readUnsafe() +com.google.android.material.R$id: int scale +okio.RealBufferedSource$1: java.lang.String toString() +com.google.android.material.R$style: int Platform_ThemeOverlay_AppCompat_Dark +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircleView +wangdaye.com.geometricweather.R$id: int chip +com.turingtechnologies.materialscrollbar.R$attr: int msb_rightToLeft +okio.ByteString: int indexOf(byte[],int) +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_translationY +okhttp3.internal.connection.RealConnection: java.lang.String toString() +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getThemePackageNameForComponent(java.lang.String) +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_minHeight +com.google.android.material.R$styleable: int AppCompatTheme_windowActionBarOverlay +wangdaye.com.geometricweather.R$styleable: int MaterialCardView_rippleColor +wangdaye.com.geometricweather.R$id: int center_horizontal +com.google.android.material.R$dimen: int tooltip_precise_anchor_extra_offset +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_popupTheme +androidx.preference.R$styleable: int FontFamilyFont_android_fontWeight +androidx.hilt.lifecycle.R$styleable: int GradientColor_android_gradientRadius +cyanogenmod.themes.ThemeChangeRequest$1: cyanogenmod.themes.ThemeChangeRequest[] newArray(int) +androidx.appcompat.widget.AppCompatEditText: android.view.textclassifier.TextClassifier getTextClassifier() +androidx.appcompat.R$color: int abc_secondary_text_material_light +com.xw.repo.bubbleseekbar.R$style: int Platform_AppCompat +okhttp3.internal.platform.JdkWithJettyBootPlatform: okhttp3.internal.platform.Platform buildIfSupported() +androidx.constraintlayout.widget.R$attr: int duration +okhttp3.CertificatePinner: okio.ByteString sha1(java.security.cert.X509Certificate) +okhttp3.internal.http2.Http2Connection$ReaderRunnable: okhttp3.internal.http2.Http2Reader reader +android.didikee.donate.R$drawable: int abc_btn_check_to_on_mtrl_015 +wangdaye.com.geometricweather.R$anim: int btn_radio_to_on_mtrl_dot_group_animation +okio.GzipSink: boolean closed +androidx.appcompat.R$attr: int closeIcon +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionMode_Inverse +retrofit2.Utils: boolean isAnnotationPresent(java.lang.annotation.Annotation[],java.lang.Class) +io.reactivex.exceptions.CompositeException: java.lang.Throwable cause +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property UvLevel +androidx.hilt.R$color: int ripple_material_light +cyanogenmod.weather.WeatherLocation: boolean equals(java.lang.Object) +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setTimeStamp(long) +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse +james.adaptiveicon.R$id: int tabMode +androidx.constraintlayout.widget.R$styleable: int Transform_android_transformPivotX +com.google.android.material.R$drawable: int abc_ic_star_black_36dp +com.google.android.material.R$string: int abc_searchview_description_submit +androidx.coordinatorlayout.R$attr: int fontProviderCerts +com.jaredrummler.android.colorpicker.R$attr: int paddingEnd +wangdaye.com.geometricweather.R$styleable: int[] Toolbar +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_DEFAULT_COLOR_VALIDATOR +com.turingtechnologies.materialscrollbar.R$styleable: int ViewStubCompat_android_id +com.jaredrummler.android.colorpicker.R$color: int material_grey_800 +com.bumptech.glide.R$dimen: int compat_notification_large_icon_max_height +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean url +wangdaye.com.geometricweather.R$styleable: int[] FloatingActionButton_Behavior_Layout +androidx.vectordrawable.animated.R$attr: int fontProviderFetchTimeout +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void innerSuccess(io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver,java.lang.Object) +androidx.vectordrawable.R$integer +com.amap.api.location.UmidtokenInfo: void setUmidtoken(android.content.Context,java.lang.String) +com.jaredrummler.android.colorpicker.R$attr: int divider +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial +androidx.work.R$style +james.adaptiveicon.R$styleable: int AppCompatSeekBar_android_thumb +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionBar +android.didikee.donate.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog +okhttp3.Credentials: Credentials() +okio.BufferedSource: boolean exhausted() +wangdaye.com.geometricweather.R$attr: int layout_constraintHorizontal_chainStyle +com.google.android.material.R$attr: int layout_constraintCircleAngle +com.google.android.material.R$dimen: int abc_list_item_padding_horizontal_material +james.adaptiveicon.R$styleable: int TextAppearance_textLocale +androidx.work.ExistingPeriodicWorkPolicy: androidx.work.ExistingPeriodicWorkPolicy[] values() +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: HistoryEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) +com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter: CircularProgressViewAdapter() +io.reactivex.internal.subscribers.StrictSubscriber: java.util.concurrent.atomic.AtomicLong requested +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_scaleX +wangdaye.com.geometricweather.R$styleable: int Layout_minWidth +wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_backgroundTintMode +okhttp3.ConnectionSpec$Builder: boolean supportsTlsExtensions +okhttp3.internal.http2.Http2Connection: int OKHTTP_CLIENT_WINDOW_SIZE +retrofit2.Utils: boolean equals(java.lang.reflect.Type,java.lang.reflect.Type) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void slideLockscreenIn() +com.google.android.material.tabs.TabLayout: int getTabMaxWidth() +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha +androidx.appcompat.R$string: int abc_capital_off +wangdaye.com.geometricweather.R$id: int dialog_weather_hourly_container +wangdaye.com.geometricweather.R$id: int moldIcon +com.jaredrummler.android.colorpicker.R$color: int switch_thumb_disabled_material_dark +cyanogenmod.app.suggest.ApplicationSuggestion: java.lang.String getName() +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionMode +com.turingtechnologies.materialscrollbar.R$color: int mtrl_text_btn_text_color_selector +com.turingtechnologies.materialscrollbar.R$attr: int controlBackground +wangdaye.com.geometricweather.R$drawable: int notif_temp_130 +com.google.android.material.R$attr: int listPreferredItemPaddingStart +com.google.android.material.R$dimen: int mtrl_chip_pressed_translation_z +wangdaye.com.geometricweather.common.ui.widgets.SquareFrameLayout: SquareFrameLayout(android.content.Context,android.util.AttributeSet) +androidx.preference.R$styleable: int ListPreference_android_entries +androidx.hilt.lifecycle.R$drawable: int notification_bg_low_normal +androidx.constraintlayout.widget.R$attr: int actionMenuTextAppearance +androidx.hilt.work.R$id: int accessibility_custom_action_6 +cyanogenmod.weather.WeatherInfo: int mConditionCode +wangdaye.com.geometricweather.R$styleable: int Layout_layout_goneMarginRight +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition GeoPosition +com.google.android.material.R$attr: int tooltipForegroundColor +okhttp3.OkHttpClient: javax.net.ssl.SSLSocketFactory sslSocketFactory +james.adaptiveicon.R$id: int action_bar +cyanogenmod.providers.ThemesContract$PreviewColumns: ThemesContract$PreviewColumns() +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Body1 +james.adaptiveicon.R$id: int progress_circular +com.google.android.material.R$style: int Widget_MaterialComponents_Snackbar_TextView +cyanogenmod.app.CustomTile$ListExpandedStyle +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean setDisplayColorCalibration(int[]) +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: boolean isRain() +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit KPH +androidx.coordinatorlayout.R$dimen: int notification_action_text_size +com.google.android.material.R$dimen: int mtrl_calendar_year_corner +cyanogenmod.themes.IThemeService$Stub$Proxy: int getLastThemeChangeRequestType() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowMinWidthMajor +com.bumptech.glide.R$style: int Widget_Compat_NotificationActionText +com.google.android.material.R$styleable: int SwitchCompat_showText +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_creator +androidx.constraintlayout.widget.R$attr: int showText +wangdaye.com.geometricweather.R$color: int material_grey_300 +android.didikee.donate.R$attr: int theme +com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity +androidx.appcompat.widget.SearchView +james.adaptiveicon.R$drawable: int abc_tab_indicator_material +com.google.android.material.R$attr: int tickMarkTintMode +cyanogenmod.providers.CMSettings$Secure: java.lang.String ADVANCED_MODE +com.google.android.material.button.MaterialButton: void setShouldDrawSurfaceColorStroke(boolean) +wangdaye.com.geometricweather.db.entities.WeatherEntity: void resetAlertEntityList() +androidx.preference.R$drawable: int abc_text_select_handle_right_mtrl_dark +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: void setValue(java.util.List) +okhttp3.internal.io.FileSystem$1: boolean exists(java.io.File) +androidx.constraintlayout.widget.R$string: int abc_action_menu_overflow_description +okhttp3.Handshake: okhttp3.CipherSuite cipherSuite +com.google.android.material.R$attr: int hintAnimationEnabled +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text +androidx.appcompat.R$styleable: int AppCompatTextView_drawableTintMode +androidx.lifecycle.AbstractSavedStateViewModelFactory: androidx.lifecycle.Lifecycle mLifecycle +androidx.appcompat.R$style: int Theme_AppCompat_Light_Dialog +cyanogenmod.app.PartnerInterface: int ZEN_MODE_OFF +com.google.android.material.R$style: int Theme_MaterialComponents_NoActionBar_Bridge +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: boolean isDisposed() +wangdaye.com.geometricweather.R$layout: int activity_allergen +com.jaredrummler.android.colorpicker.R$dimen: int notification_main_column_padding_top +androidx.preference.R$anim: int abc_slide_in_bottom +com.google.android.material.R$drawable +james.adaptiveicon.R$styleable: int AppCompatTheme_activityChooserViewStyle +com.jaredrummler.android.colorpicker.R$id: int add +wangdaye.com.geometricweather.db.entities.LocationEntity: void setCity(java.lang.String) +wangdaye.com.geometricweather.R$color: int colorTextTitle +com.google.android.material.R$attr: int listDividerAlertDialog +com.github.rahatarmanahmed.cpv.CircularProgressView: void setThickness(int) +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setRingtone(java.lang.String) +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small +com.jaredrummler.android.colorpicker.R$attr: int preferenceCategoryStyle +androidx.appcompat.R$drawable: int abc_text_select_handle_middle_mtrl_dark +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_thumb_radius_on_dragging +wangdaye.com.geometricweather.R$drawable: int material_ic_calendar_black_24dp +android.support.v4.os.IResultReceiver$Stub: android.support.v4.os.IResultReceiver asInterface(android.os.IBinder) +android.didikee.donate.R$styleable: int ActionBar_itemPadding +androidx.appcompat.R$id: int uniform +okhttp3.CacheControl: boolean isPublic() +cyanogenmod.externalviews.ExternalView$2: int val$x +androidx.preference.MultiSelectListPreferenceDialogFragmentCompat: MultiSelectListPreferenceDialogFragmentCompat() +com.turingtechnologies.materialscrollbar.R$attr: int chipStyle +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Spinner_Underlined +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner +com.google.android.material.R$styleable: int Chip_checkedIconEnabled +androidx.appcompat.widget.AppCompatImageButton: android.content.res.ColorStateList getSupportImageTintList() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int SnowProbability +retrofit2.Retrofit$Builder: java.util.List converterFactories() +android.didikee.donate.R$color: int secondary_text_default_material_dark +wangdaye.com.geometricweather.R$string: int settings_title_pressure_unit +com.xw.repo.bubbleseekbar.R$drawable: int abc_list_divider_mtrl_alpha +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_horizontalAlign +cyanogenmod.externalviews.KeyguardExternalView$3: void run() +io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: void cancel() +okhttp3.internal.platform.OptionalMethod: java.lang.Class[] methodParams +androidx.constraintlayout.widget.R$color: int abc_secondary_text_material_light +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling Ceiling +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_navigationContentDescription +okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner: java.util.List clean(java.util.List,java.lang.String) +com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration +com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getHint() +okhttp3.Cookie: java.lang.String value +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: java.lang.String Text +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeRainPrecipitationDuration() +com.jaredrummler.android.colorpicker.R$id: int cpv_arrow_right +com.xw.repo.bubbleseekbar.R$attr: int buttonGravity +retrofit2.ParameterHandler$RawPart: void apply(retrofit2.RequestBuilder,okhttp3.MultipartBody$Part) +retrofit2.KotlinExtensions$await$2$2 +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight_Dialog_Alert +android.didikee.donate.R$styleable: int TextAppearance_fontVariationSettings +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float pm10 +wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.lang.String getWeek(android.content.Context) +wangdaye.com.geometricweather.R$id: int widget_trend_hourly_item_1 +io.reactivex.Observable: io.reactivex.Observable delay(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean) +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: long serialVersionUID +androidx.constraintlayout.widget.R$color: int secondary_text_default_material_light +com.amap.api.location.AMapLocationQualityReport: int GPS_STATUS_MODE_SAVING +cyanogenmod.providers.CMSettings$System: boolean putFloatForUser(android.content.ContentResolver,java.lang.String,float,int) +cyanogenmod.app.ProfileManager: cyanogenmod.app.Profile getProfile(java.lang.String) +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onLockscreenSlideOffsetChanged +io.reactivex.Observable: io.reactivex.Observable window(long,long,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode THUNDERSTORM +wangdaye.com.geometricweather.R$styleable: int[] EditTextPreference +android.didikee.donate.R$style: int Base_Widget_AppCompat_SearchView +androidx.vectordrawable.R$drawable: int notification_icon_background +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_top_padding +okhttp3.OkHttpClient$Builder: int pingInterval +androidx.work.R$styleable: int GradientColorItem_android_offset +wangdaye.com.geometricweather.db.entities.DaoSession +androidx.preference.R$style: int TextAppearance_Compat_Notification_Line2 +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_UnelevatedButton_Icon +androidx.lifecycle.extensions.R$attr +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: java.lang.String getUrl() +androidx.core.R$color: int notification_action_color_filter +james.adaptiveicon.R$drawable: int abc_ic_ab_back_material +okio.RealBufferedSink: okio.Buffer buffer +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: org.reactivestreams.Subscription upstream +com.jaredrummler.android.colorpicker.R$attr: int alpha +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Button_Colored +okhttp3.internal.http.HttpCodec: okio.Sink createRequestBody(okhttp3.Request,long) +cyanogenmod.externalviews.KeyguardExternalView$7 +james.adaptiveicon.R$dimen: int abc_text_size_subhead_material +james.adaptiveicon.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow +wangdaye.com.geometricweather.R$id: int mtrl_motion_snapshot_view +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse +com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_divider_material +com.google.android.material.R$attr: int tabInlineLabel +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeRainPrecipitationProbability() +androidx.viewpager.R$color: int secondary_text_default_material_light +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_editTextBackground +com.turingtechnologies.materialscrollbar.R$styleable: int Snackbar_snackbarButtonStyle +james.adaptiveicon.R$color: int tooltip_background_dark +io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function6) +wangdaye.com.geometricweather.R$attr: int boxStrokeWidthFocused +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_title_2 +io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: boolean cancelled +com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle +wangdaye.com.geometricweather.R$styleable: int BottomAppBar_paddingBottomSystemWindowInsets +okhttp3.OkHttpClient: java.util.List DEFAULT_CONNECTION_SPECS +cyanogenmod.app.ProfileGroup: ProfileGroup(android.os.Parcel,cyanogenmod.app.ProfileGroup$1) +wangdaye.com.geometricweather.GeometricWeather +androidx.viewpager.R$dimen: int notification_content_margin_start +com.google.android.material.R$dimen: int abc_text_size_caption_material +wangdaye.com.geometricweather.db.entities.DaoMaster: DaoMaster(android.database.sqlite.SQLiteDatabase) +androidx.preference.R$styleable: int[] DialogPreference +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setFillColor(int) +androidx.appcompat.R$drawable: int abc_list_selector_holo_dark +wangdaye.com.geometricweather.R$styleable: int Badge_badgeGravity +retrofit2.Retrofit$Builder: java.util.List callAdapterFactories +io.reactivex.internal.util.ErrorMode: io.reactivex.internal.util.ErrorMode valueOf(java.lang.String) +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_paddingTop +android.didikee.donate.R$style: int Base_Theme_AppCompat_Dialog_Alert +wangdaye.com.geometricweather.R$drawable: int notif_temp_90 +wangdaye.com.geometricweather.common.ui.widgets.TagView: TagView(android.content.Context) +okhttp3.ResponseBody$BomAwareReader: ResponseBody$BomAwareReader(okio.BufferedSource,java.nio.charset.Charset) +com.jaredrummler.android.colorpicker.R$id: int normal +wangdaye.com.geometricweather.R$attr: int region_heightMoreThan +androidx.preference.R$string: int search_menu_title +androidx.appcompat.R$style: int Platform_ThemeOverlay_AppCompat +androidx.transition.R$style +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorControlHighlight +androidx.recyclerview.R$dimen: int compat_notification_large_icon_max_width +okhttp3.internal.tls.BasicTrustRootIndex: java.security.cert.X509Certificate findByIssuerAndSignature(java.security.cert.X509Certificate) +androidx.preference.R$id: int action_mode_close_button +com.google.android.material.R$id: int action_mode_bar +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getNotificationGroups +james.adaptiveicon.R$attr: int actionMenuTextColor +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeSnowPrecipitationProbability() +com.xw.repo.bubbleseekbar.R$id: int default_activity_button +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleTextColor +james.adaptiveicon.R$attr: int actionModeFindDrawable +androidx.appcompat.R$styleable: int Toolbar_titleMargins +androidx.constraintlayout.widget.R$id: int percent +androidx.appcompat.R$styleable: int GradientColorItem_android_offset +okhttp3.WebSocket$Factory: okhttp3.WebSocket newWebSocket(okhttp3.Request,okhttp3.WebSocketListener) +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float so2 +com.jaredrummler.android.colorpicker.R$style: int Platform_V21_AppCompat_Light +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_COLOR_ENHANCE_VALIDATOR +cyanogenmod.weather.WeatherInfo$DayForecast: double mHigh +com.amap.api.location.AMapLocation: int x +io.reactivex.internal.operators.observable.ObservableGroupBy$State: io.reactivex.internal.queue.SpscLinkedArrayQueue queue +androidx.preference.R$color: int material_grey_300 +cyanogenmod.weather.ICMWeatherManager: void updateWeather(cyanogenmod.weather.RequestInfo) +cyanogenmod.providers.CMSettings$3: CMSettings$3() +androidx.viewpager.R$layout: int notification_template_icon_group +wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.String getDescription() +wangdaye.com.geometricweather.R$id: int textTop +androidx.constraintlayout.widget.R$attr: int touchAnchorSide +com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType MAPBAR +okhttp3.Cache$2: okhttp3.Cache this$0 +com.baidu.location.g.a: a() +androidx.appcompat.R$style: int Base_Widget_AppCompat_RatingBar_Small +cyanogenmod.hardware.CMHardwareManager: int VIBRATOR_MIN_INDEX +com.google.android.material.R$styleable: int[] State +org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database getWritableDb() +androidx.preference.R$attr: int windowFixedHeightMinor +okio.Buffer: okio.Buffer writeShort(int) +androidx.viewpager2.R$id: int accessibility_custom_action_21 +com.google.android.material.chip.Chip: Chip(android.content.Context) +wangdaye.com.geometricweather.R$color: int design_default_color_error +com.google.android.material.R$styleable: int KeyCycle_android_rotationY +wangdaye.com.geometricweather.R$styleable: int[] Preference +androidx.appcompat.widget.Toolbar: int getCurrentContentInsetStart() +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String TODAYS_HIGH_TEMPERATURE +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: AccuAqiResult() +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText +james.adaptiveicon.R$styleable: int SwitchCompat_android_textOff +com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_animationMode +wangdaye.com.geometricweather.db.entities.DaoMaster$DevOpenHelper +james.adaptiveicon.R$styleable: int AppCompatTextView_autoSizeMaxTextSize +wangdaye.com.geometricweather.R$id: int grassValue +okhttp3.internal.http2.Http2Writer: void headers(boolean,int,java.util.List) +androidx.constraintlayout.utils.widget.ImageFilterButton +com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_backgroundTint +com.google.android.material.R$attr: int mock_labelColor +com.google.android.material.R$id: int filled +androidx.lifecycle.AbstractSavedStateViewModelFactory +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours: AccuCurrentResult$PrecipitationSummary$Past3Hours() +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid +io.reactivex.Observable: io.reactivex.Observable withLatestFrom(io.reactivex.ObservableSource,io.reactivex.functions.BiFunction) +cyanogenmod.profiles.AirplaneModeSettings: int getValue() +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonBarButtonStyle +okhttp3.RequestBody: long contentLength() +io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: void onSubscribe(io.reactivex.disposables.Disposable) +io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: void request(long) +androidx.hilt.R$dimen: int notification_content_margin_start +androidx.lifecycle.ComputableLiveData$2 +androidx.preference.R$styleable: int RecycleListView_paddingBottomNoButtons +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_textLocale +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Imperial: int UnitType +com.xw.repo.bubbleseekbar.R$id: int line3 +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_Solid +wangdaye.com.geometricweather.common.rxjava.BaseObserver: BaseObserver() +wangdaye.com.geometricweather.R$id: int container_main_pollen +com.xw.repo.bubbleseekbar.R$color: int background_floating_material_light +android.didikee.donate.R$style: int Widget_AppCompat_SearchView +com.google.android.material.R$attr: int flow_verticalAlign +androidx.lifecycle.extensions.R$anim +wangdaye.com.geometricweather.R$attr: int dialogPreferenceStyle +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property UpdateDate +wangdaye.com.geometricweather.R$string: int alipay +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeRainPrecipitation +james.adaptiveicon.R$style: int Widget_AppCompat_ListMenuView +wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.lang.String getDate(java.lang.String) +androidx.appcompat.widget.ActionBarContextView: int getContentHeight() +com.google.android.material.R$attr: int switchPadding +okio.BufferedSource: void require(long) +com.amap.api.location.LocationManagerBase: void disableBackgroundLocation(boolean) +com.bumptech.glide.integration.okhttp.R$styleable: int[] CoordinatorLayout +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: ArcProgress(android.content.Context) +com.jaredrummler.android.colorpicker.R$dimen: int abc_disabled_alpha_material_dark +cyanogenmod.providers.CMSettings$Validator +cyanogenmod.hardware.IThermalListenerCallback$Stub$Proxy +com.google.gson.FieldNamingPolicy$5: java.lang.String translateName(java.lang.reflect.Field) +cyanogenmod.app.CustomTile: int icon +com.baidu.location.e.l$b: java.lang.String h +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: boolean timerRunning +wangdaye.com.geometricweather.R$drawable: int btn_radio_off_mtrl +androidx.vectordrawable.R$dimen: int compat_notification_large_icon_max_height +wangdaye.com.geometricweather.R$styleable: int OnSwipe_dragThreshold +com.google.android.material.internal.VisibilityAwareImageButton +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_ratingBarStyle +androidx.lifecycle.extensions.R$styleable: int Fragment_android_tag +retrofit2.Platform: retrofit2.Platform PLATFORM +wangdaye.com.geometricweather.R$attr: int drawableTintMode +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_VMAIL_LED_OFF +wangdaye.com.geometricweather.R$attr: int yearStyle +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: org.reactivestreams.Subscriber mSubscriber +wangdaye.com.geometricweather.R$id: int disableHome +com.loc.k: java.lang.String a() +com.bumptech.glide.R$id: int notification_main_column_container +com.jaredrummler.android.colorpicker.R$attr: int arrowHeadLength +androidx.preference.R$styleable: R$styleable() +androidx.vectordrawable.animated.R$attr: int font +com.jaredrummler.android.colorpicker.R$attr: int key +androidx.hilt.lifecycle.R$styleable: int Fragment_android_tag +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintDimensionRatio +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Imperial: double Value +wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource: wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource CAIYUN +retrofit2.Utils: java.lang.reflect.Type resolveTypeVariable(java.lang.reflect.Type,java.lang.Class,java.lang.reflect.TypeVariable) +androidx.constraintlayout.widget.R$drawable: int abc_ic_star_black_36dp +cyanogenmod.app.CMContextConstants: java.lang.String CM_WEATHER_SERVICE +com.google.android.material.R$styleable: int ChipGroup_singleLine +cyanogenmod.app.ILiveLockScreenChangeListener$Stub$Proxy: android.os.IBinder mRemote +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light_DarkActionBar +androidx.constraintlayout.widget.R$attr: int layout_constraintBaseline_creator +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: boolean getLiveLockScreenEnabled() +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_android_thumb +com.google.android.material.R$dimen: int mtrl_calendar_day_today_stroke +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable +androidx.viewpager.R$styleable: int FontFamily_fontProviderQuery +androidx.constraintlayout.widget.R$dimen: int hint_alpha_material_dark +androidx.preference.R$layout: int abc_list_menu_item_radio +io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: void dispose() +com.google.android.material.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow +com.turingtechnologies.materialscrollbar.R$attr: int fontProviderQuery +wangdaye.com.geometricweather.R$dimen: int notification_large_icon_height +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void onError(java.lang.Throwable) +androidx.fragment.R$styleable: int[] FontFamilyFont +com.amap.api.fence.GeoFenceListener +androidx.transition.R$dimen: int notification_small_icon_background_padding +com.google.android.material.R$styleable: int Tooltip_android_minWidth +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_RatingBar_Small +android.didikee.donate.R$styleable: int Toolbar_logoDescription +com.google.android.material.R$attr: int iconifiedByDefault +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String alarmTp1 +androidx.activity.R$id: int accessibility_custom_action_31 +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Object readEntity(android.database.Cursor,int) +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void innerSuccess(java.lang.Object) +com.xw.repo.bubbleseekbar.R$styleable: int ColorStateListItem_android_color +androidx.constraintlayout.widget.R$color: int abc_tint_spinner +okhttp3.OkHttpClient: okhttp3.Dispatcher dispatcher +james.adaptiveicon.R$style: int Widget_AppCompat_ButtonBar +wangdaye.com.geometricweather.R$string: int aqi_5 +androidx.viewpager2.widget.ViewPager2: java.lang.CharSequence getAccessibilityClassName() +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) +com.google.android.material.R$styleable: int Constraint_android_rotationY +androidx.constraintlayout.widget.R$styleable: int KeyPosition_percentY +android.didikee.donate.R$styleable: int AppCompatTextView_drawableTint +cyanogenmod.weather.WeatherInfo$Builder: java.util.List mForecastList wangdaye.com.geometricweather.R$styleable: int MenuView_android_headerBackground -cyanogenmod.profiles.AirplaneModeSettings: cyanogenmod.profiles.AirplaneModeSettings fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) -androidx.constraintlayout.widget.R$id: int text -okhttp3.logging.LoggingEventListener: void connectFailed(okhttp3.Call,java.net.InetSocketAddress,java.net.Proxy,okhttp3.Protocol,java.io.IOException) -androidx.constraintlayout.widget.R$attr: int showText -com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getItemIconSize() -androidx.preference.R$attr: int thumbTintMode -androidx.transition.R$styleable: int ColorStateListItem_android_alpha -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_weight -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge -android.didikee.donate.R$styleable: int LinearLayoutCompat_android_gravity -androidx.transition.R$dimen: int notification_subtext_size -androidx.constraintlayout.widget.R$attr: int borderlessButtonStyle -wangdaye.com.geometricweather.R$id: int visible_removing_fragment_view_tag -androidx.preference.R$dimen: int abc_action_bar_overflow_padding_start_material -com.google.android.material.textfield.TextInputLayout: TextInputLayout(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$id: int widget_week_temp_1 -retrofit2.Retrofit$Builder: okhttp3.HttpUrl baseUrl -androidx.constraintlayout.widget.R$attr: int alertDialogButtonGroupStyle -com.jaredrummler.android.colorpicker.R$dimen: int notification_subtext_size -okio.GzipSource: okio.Timeout timeout() -james.adaptiveicon.R$attr: int windowMinWidthMinor -android.didikee.donate.R$styleable: int[] AppCompatSeekBar -wangdaye.com.geometricweather.R$styleable: int MenuView_android_itemBackground -okio.BufferedSource: byte[] readByteArray(long) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum -wangdaye.com.geometricweather.R$color: int material_slider_active_tick_marks_color -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamily_fontProviderFetchTimeout -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_iconTintMode -androidx.vectordrawable.animated.R$styleable: int GradientColor_android_type -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_width -wangdaye.com.geometricweather.R$attr: int tabTextAppearance -androidx.appcompat.widget.AppCompatEditText: void setBackgroundResource(int) -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_clear_material +com.jaredrummler.android.colorpicker.R$id: int search_button +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_fontFamily +androidx.appcompat.widget.AppCompatImageView: AppCompatImageView(android.content.Context,android.util.AttributeSet,int) +androidx.appcompat.widget.SearchView$SearchAutoComplete: SearchView$SearchAutoComplete(android.content.Context,android.util.AttributeSet) +james.adaptiveicon.R$drawable: int abc_btn_default_mtrl_shape +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_ch +com.jaredrummler.android.colorpicker.R$styleable: int[] PreferenceTheme +androidx.constraintlayout.widget.R$attr: int layout_constraintGuide_percent +com.google.android.material.R$styleable: int MaterialCalendarItem_itemStrokeWidth +james.adaptiveicon.R$dimen: int abc_button_padding_horizontal_material +android.didikee.donate.R$attr: int colorControlActivated +wangdaye.com.geometricweather.common.basic.models.weather.Astro: java.util.Date riseDate +androidx.lifecycle.Lifecycling: boolean isLifecycleParent(java.lang.Class) +androidx.hilt.lifecycle.R$styleable: int[] Fragment +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: java.util.Date DateTime +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_DrawerArrowToggle +com.xw.repo.bubbleseekbar.R$attr: int actionModeSplitBackground +com.google.android.material.R$style: int Base_Widget_AppCompat_TextView +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_menu +com.jaredrummler.android.colorpicker.R$styleable: int ListPreference_entries +com.google.android.material.textfield.TextInputLayout: com.google.android.material.internal.CheckableImageButton getEndIconView() +wangdaye.com.geometricweather.R$array: int duration_units +okio.Buffer +com.xw.repo.bubbleseekbar.R$color: int ripple_material_light +io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiFunction) +io.reactivex.internal.observers.ForEachWhileObserver +androidx.constraintlayout.utils.widget.ImageFilterView +androidx.appcompat.resources.R$style +wangdaye.com.geometricweather.R$string: int key_card_alpha +io.reactivex.Observable: io.reactivex.Single isEmpty() +okhttp3.Cache: okhttp3.Response get(okhttp3.Request) +com.google.android.material.R$styleable: int ImageFilterView_roundPercent +wangdaye.com.geometricweather.R$string: int mtrl_picker_range_header_only_end_selected +android.didikee.donate.R$string: int abc_shareactionprovider_share_with_application +androidx.appcompat.resources.R$style: R$style() +androidx.constraintlayout.widget.R$drawable: int abc_text_select_handle_left_mtrl_dark +androidx.lifecycle.extensions.R$id: int fragment_container_view_tag +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setBrandInfo(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX) +okhttp3.Response$Builder: okhttp3.Response$Builder protocol(okhttp3.Protocol) +com.turingtechnologies.materialscrollbar.R$attr: int maxButtonHeight +androidx.appcompat.R$style: int Base_Widget_AppCompat_SeekBar_Discrete +wangdaye.com.geometricweather.R$array: int notification_styles +androidx.customview.R$id: int time +com.github.rahatarmanahmed.cpv.CircularProgressView: float access$302(com.github.rahatarmanahmed.cpv.CircularProgressView,float) +cyanogenmod.externalviews.KeyguardExternalView: KeyguardExternalView(android.content.Context,android.util.AttributeSet) +james.adaptiveicon.R$drawable: int abc_ratingbar_indicator_material +com.google.android.material.transformation.FabTransformationBehavior: FabTransformationBehavior(android.content.Context,android.util.AttributeSet) +com.google.android.material.bottomnavigation.BottomNavigationView: BottomNavigationView(android.content.Context,android.util.AttributeSet,int) +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_FALLBACK_SCSV +james.adaptiveicon.R$anim: int abc_slide_out_bottom +okhttp3.internal.http2.Huffman: Huffman() +androidx.lifecycle.extensions.R$integer +wangdaye.com.geometricweather.R$attr: int navigationIcon +androidx.appcompat.resources.R$id: int notification_main_column_container +androidx.preference.R$style: int Widget_AppCompat_Spinner_Underlined +com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_layout_behavior +com.google.android.material.button.MaterialButton: int getCornerRadius() +androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_arrowHeadLength +androidx.appcompat.R$styleable: int AppCompatTextView_autoSizeMaxTextSize +androidx.constraintlayout.widget.R$id: int SHOW_PROGRESS +com.google.android.material.R$id: int split_action_bar +androidx.fragment.R$styleable: R$styleable() +androidx.appcompat.R$attr: int textAppearanceSmallPopupMenu +com.amap.api.location.AMapLocation: int LOCATION_TYPE_FIX_CACHE +wangdaye.com.geometricweather.weather.apis.MfWeatherApi +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert +okhttp3.Request: java.lang.String method +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: java.lang.String getUnit() +james.adaptiveicon.R$attr: int actionModeSplitBackground +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.constraintlayout.widget.R$styleable: int MenuView_android_itemTextAppearance +com.google.android.material.R$attr: int fontProviderFetchTimeout +cyanogenmod.media.MediaRecorder +wangdaye.com.geometricweather.R$attr: int cornerFamilyBottomLeft +com.google.android.material.R$style: int Base_V21_Theme_AppCompat +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getTranslateY() +wangdaye.com.geometricweather.R$attr: int number +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: java.lang.Object mLatest +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Speed +com.google.android.material.textfield.TextInputLayout: void setEndIconContentDescription(java.lang.CharSequence) +androidx.transition.R$drawable: int notification_bg_low +wangdaye.com.geometricweather.remoteviews.config.ClockDayWeekWidgetConfigActivity: ClockDayWeekWidgetConfigActivity() +wangdaye.com.geometricweather.R$id: int all +com.google.android.material.R$attr: int flow_lastHorizontalBias +androidx.preference.R$styleable: int MultiSelectListPreference_android_entryValues +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowNoTitle +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_RatingBar_Small +okio.Segment: okio.Segment push(okio.Segment) +androidx.preference.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle +retrofit2.Platform: java.lang.reflect.Constructor lookupConstructor +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_requestThemeChange +androidx.preference.R$styleable: int AppCompatTextView_drawableLeftCompat +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: boolean cancelled +cyanogenmod.weatherservice.ServiceRequest: cyanogenmod.weatherservice.ServiceRequest$Status mStatus +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionBar_Solid +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth +androidx.vectordrawable.animated.R$color: int ripple_material_light +com.google.android.material.R$dimen: int mtrl_high_ripple_default_alpha +com.jaredrummler.android.colorpicker.R$id: int action_context_bar +androidx.constraintlayout.widget.R$attr: int actionModeSelectAllDrawable +androidx.preference.R$integer: int abc_config_activityShortDur +wangdaye.com.geometricweather.R$attr: int waveDecay +wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String content +wangdaye.com.geometricweather.R$attr: int persistent +okio.RealBufferedSource: long indexOf(byte) +android.didikee.donate.R$color: int material_grey_600 +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeSnowPrecipitationProbability(java.lang.Float) +io.reactivex.exceptions.CompositeException: void printStackTrace(java.io.PrintStream) +android.didikee.donate.R$drawable: int abc_list_selector_background_transition_holo_dark +james.adaptiveicon.R$styleable: int View_android_theme +retrofit2.http.PATCH +com.google.android.material.appbar.AppBarLayout: int getTotalScrollRange() +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_enqueueLiveLockScreen +androidx.constraintlayout.widget.R$attr: int fontProviderPackage +androidx.appcompat.R$attr: int tintMode +wangdaye.com.geometricweather.R$id: int middle +okhttp3.MultipartBody: okhttp3.MediaType contentType() +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_CompoundButton_CheckBox +wangdaye.com.geometricweather.R$string: int key_pressure_unit +com.google.android.material.R$dimen: int material_filled_edittext_font_2_0_padding_bottom +wangdaye.com.geometricweather.R$style: int ShapeAppearance_MaterialComponents +androidx.appcompat.R$style: int TextAppearance_AppCompat +com.google.android.material.R$styleable: int ConstraintSet_transitionPathRotate +wangdaye.com.geometricweather.R$layout: int dialog_adaptive_icon +android.didikee.donate.R$id: int customPanel +com.xw.repo.bubbleseekbar.R$dimen: int abc_button_padding_horizontal_material +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomNavigationView_Colored +androidx.viewpager.R$dimen +wangdaye.com.geometricweather.remoteviews.config.Hilt_DayWidgetConfigActivity: Hilt_DayWidgetConfigActivity() +androidx.constraintlayout.widget.R$dimen: int notification_subtext_size +wangdaye.com.geometricweather.remoteviews.config.Hilt_TextWidgetConfigActivity: Hilt_TextWidgetConfigActivity() +cyanogenmod.app.CustomTile$ExpandedListItem: void setExpandedListItemBitmap(android.graphics.Bitmap) +okhttp3.MediaType: int hashCode() +okhttp3.internal.http2.Hpack$Writer: okhttp3.internal.http2.Header[] dynamicTable +androidx.fragment.R$id: int accessibility_custom_action_24 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setDescription(java.lang.String) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNo2(java.lang.Float) +com.xw.repo.bubbleseekbar.R$attr: int subtitleTextColor +androidx.preference.R$styleable: int[] BackgroundStyle +com.xw.repo.bubbleseekbar.R$attr: int bsb_section_text_size +com.google.android.material.R$attr: int labelStyle +cyanogenmod.app.CustomTileListenerService$1 +wangdaye.com.geometricweather.R$id: int notification_multi_city_text_1 +james.adaptiveicon.R$dimen: int compat_button_padding_vertical_material +wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_collapsedSize +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_firstVerticalBias +james.adaptiveicon.R$styleable: int ActionBar_homeLayout +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceImageView_android_maxHeight +androidx.constraintlayout.widget.R$drawable: int abc_text_cursor_material +okhttp3.internal.platform.AndroidPlatform$CloseGuard: java.lang.reflect.Method warnIfOpenMethod +androidx.loader.R$attr: int fontWeight +com.google.android.material.R$styleable: int KeyAttribute_android_rotationX +wangdaye.com.geometricweather.R$attr: int onHide +com.google.android.material.R$attr: int motionProgress +cyanogenmod.providers.ThemesContract$ThemesColumns$InstallState: int INSTALLED +okhttp3.internal.http2.Http2Reader: Http2Reader(okio.BufferedSource,boolean) +androidx.preference.PreferenceScreen: PreferenceScreen(android.content.Context,android.util.AttributeSet) +james.adaptiveicon.R$attr: int thumbTextPadding +com.google.android.material.R$styleable: int AppCompatTheme_panelMenuListWidth +wangdaye.com.geometricweather.R$animator: int weather_partly_cloudy_day_2 +wangdaye.com.geometricweather.R$styleable: int Transform_android_rotationX +wangdaye.com.geometricweather.main.MainActivityViewModel$Status: wangdaye.com.geometricweather.main.MainActivityViewModel$Status[] values() +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void drain() +wangdaye.com.geometricweather.R$styleable: int CheckBoxPreference_android_summaryOff +james.adaptiveicon.R$styleable: int MenuGroup_android_id +androidx.viewpager.widget.PagerTabStrip: PagerTabStrip(android.content.Context) +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: io.reactivex.FlowableEmitter serialize() +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid +com.github.rahatarmanahmed.cpv.R$attr: int cpv_animSyncDuration +androidx.hilt.work.R$bool: int enable_system_alarm_service_default +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol j +retrofit2.BuiltInConverters$ToStringConverter: retrofit2.BuiltInConverters$ToStringConverter INSTANCE +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Headline +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_alphabeticShortcut +wangdaye.com.geometricweather.R$anim: int fragment_close_exit +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_hoveredFocusedTranslationZ +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property O3 +james.adaptiveicon.R$style: int Base_V7_Widget_AppCompat_EditText +androidx.customview.R$id: R$id() +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: int subTextColorResId +cyanogenmod.weather.RequestInfo: cyanogenmod.weather.WeatherLocation getWeatherLocation() +com.google.gson.stream.JsonReader: JsonReader(java.io.Reader) +cyanogenmod.providers.CMSettings$System: java.lang.String SWAP_VOLUME_KEYS_ON_ROTATION +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_MaterialComponents_Button +androidx.appcompat.R$attr: int showTitle +com.xw.repo.bubbleseekbar.R$string: int abc_menu_meta_shortcut_label +com.jaredrummler.android.colorpicker.R$styleable: int FontFamily_fontProviderCerts +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight_DarkActionBar +cyanogenmod.app.ThemeVersion$ThemeVersionImpl3: cyanogenmod.app.ThemeVersion$ComponentVersion getDeviceComponentVersion(cyanogenmod.app.ThemeComponent) +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub$Proxy: java.lang.String getInterfaceDescriptor() +james.adaptiveicon.R$drawable: int abc_list_longpressed_holo +com.amap.api.location.AMapLocation: int LOCATION_TYPE_WIFI +cyanogenmod.weather.CMWeatherManager: void unregisterWeatherServiceProviderChangeListener(cyanogenmod.weather.CMWeatherManager$WeatherServiceProviderChangeListener) +com.turingtechnologies.materialscrollbar.R$id: int notification_main_column +io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: io.reactivex.Observer downstream +okhttp3.internal.cache.CacheInterceptor$1: okio.Timeout timeout() +android.didikee.donate.R$id: int home +wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property CityId +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_overflow_padding_start_material +androidx.vectordrawable.animated.R$drawable +androidx.constraintlayout.widget.R$attr: int triggerReceiver +com.google.android.material.R$styleable: int Constraint_layout_constraintHeight_max +com.google.android.material.datepicker.CalendarConstraints: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintRight_toRightOf +wangdaye.com.geometricweather.R$id: int dialog_weather_hourly_icon +android.didikee.donate.R$color: int primary_dark_material_dark +okhttp3.internal.cache2.Relay: okio.ByteString metadata +okio.AsyncTimeout$1: void close() +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ListView_DropDown +com.google.android.material.chip.Chip: java.lang.CharSequence getChipText() +cyanogenmod.weather.WeatherInfo: boolean equals(java.lang.Object) +wangdaye.com.geometricweather.common.ui.activities.AwakeUpdateActivity +androidx.lifecycle.Lifecycle$State: Lifecycle$State(java.lang.String,int) +com.google.android.material.R$styleable: int CardView_contentPaddingBottom +androidx.preference.R$drawable: R$drawable() +wangdaye.com.geometricweather.R$dimen: int material_text_view_test_line_height_override +okhttp3.EventListener: okhttp3.EventListener$Factory factory(okhttp3.EventListener) +wangdaye.com.geometricweather.R$anim: int abc_slide_in_bottom +org.greenrobot.greendao.AbstractDaoMaster: java.util.Map daoConfigMap +android.didikee.donate.R$color: int bright_foreground_disabled_material_light +wangdaye.com.geometricweather.R$style: int Base_V28_Theme_AppCompat +androidx.constraintlayout.widget.R$layout: R$layout() +androidx.activity.R$attr: int alpha +com.jaredrummler.android.colorpicker.R$attr: int windowFixedWidthMajor +okhttp3.CacheControl$Builder: boolean noCache +androidx.constraintlayout.motion.widget.MotionLayout$TransitionState: androidx.constraintlayout.motion.widget.MotionLayout$TransitionState MOVING +wangdaye.com.geometricweather.R$style: int Platform_ThemeOverlay_AppCompat_Light +io.reactivex.Observable: io.reactivex.Observable groupBy(io.reactivex.functions.Function,boolean) +com.xw.repo.bubbleseekbar.R$style: int Platform_V21_AppCompat_Light +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableTintMode +wangdaye.com.geometricweather.R$styleable: int Chip_android_maxWidth +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionOverflowMenuStyle +androidx.hilt.work.R$integer: R$integer() +androidx.appcompat.R$dimen: int abc_text_size_large_material +androidx.constraintlayout.widget.R$styleable: int ViewStubCompat_android_inflatedId +android.didikee.donate.R$dimen: int highlight_alpha_material_dark +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind +androidx.constraintlayout.widget.R$dimen: int abc_dialog_padding_material +io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: void onComplete() +retrofit2.ParameterHandler$RawPart: ParameterHandler$RawPart() +com.google.android.material.R$color: int design_fab_stroke_end_inner_color +wangdaye.com.geometricweather.db.entities.AlertEntity: long alertId +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void onNext(java.lang.Object) +androidx.lifecycle.Transformations$2 +cyanogenmod.weather.WeatherInfo: java.util.List access$1102(cyanogenmod.weather.WeatherInfo,java.util.List) +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_Button +com.google.android.material.R$color: int material_grey_300 +wangdaye.com.geometricweather.R$styleable: int NavigationView_android_background +com.google.android.material.R$dimen: int mtrl_badge_with_text_radius +retrofit2.HttpServiceMethod: java.lang.Object adapt(retrofit2.Call,java.lang.Object[]) +io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: ObservableTimer$TimerObserver(io.reactivex.Observer) +androidx.hilt.lifecycle.R$styleable: int GradientColor_android_tileMode +cyanogenmod.weather.WeatherInfo$1: cyanogenmod.weather.WeatherInfo[] newArray(int) +com.google.android.material.R$attr: int boxCornerRadiusBottomStart +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: long upDateTime +com.google.android.material.R$anim: int abc_slide_in_bottom +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder eventListener(okhttp3.EventListener) +com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_android_descendantFocusability +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintCircleRadius +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String description +wangdaye.com.geometricweather.R$color: int abc_hint_foreground_material_light +wangdaye.com.geometricweather.R$dimen: int design_navigation_icon_size +com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose: com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose[] a +com.amap.api.location.AMapLocation: int LOCATION_TYPE_SAME_REQ +com.xw.repo.bubbleseekbar.R$attr: int listPreferredItemPaddingLeft +com.jaredrummler.android.colorpicker.R$id: int screen +com.google.android.material.R$color: int mtrl_filled_icon_tint +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.lang.Integer rainHazard6h +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item +cyanogenmod.app.IProfileManager$Stub$Proxy: android.app.NotificationGroup getNotificationGroupForPackage(java.lang.String) +androidx.work.R$drawable: int notification_template_icon_bg +com.google.android.material.R$attr: int actionModeSplitBackground +com.google.android.material.slider.Slider +wangdaye.com.geometricweather.R$attr: int textLocale +com.turingtechnologies.materialscrollbar.R$attr: int headerLayout +com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_NOWIFIANDAP +androidx.appcompat.R$drawable: int abc_text_select_handle_left_mtrl_dark +wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_label_padding +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: javax.inject.Provider disposableProvider +okhttp3.internal.ws.WebSocketReader: long frameLength +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator RECENTS_SHOW_SEARCH_BAR_VALIDATOR +com.google.android.material.R$attr: int contentInsetStart +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_menu +com.google.android.material.R$styleable: int Layout_layout_constraintWidth_min +com.bumptech.glide.Priority: com.bumptech.glide.Priority LOW +com.google.android.material.R$attr: int flow_maxElementsWrap +androidx.core.R$id: int tag_screen_reader_focusable +wangdaye.com.geometricweather.R$drawable: int ic_donate +wangdaye.com.geometricweather.R$id: int buttonPanel +okhttp3.internal.Internal: void put(okhttp3.ConnectionPool,okhttp3.internal.connection.RealConnection) +com.google.android.material.R$styleable: int AppCompatTheme_listPopupWindowStyle +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: io.reactivex.functions.Function keySelector +wangdaye.com.geometricweather.R$styleable: int ScrimInsetsFrameLayout_insetForeground +okhttp3.internal.http.HttpMethod: boolean invalidatesCache(java.lang.String) +androidx.appcompat.app.WindowDecorActionBar: void addOnMenuVisibilityListener(androidx.appcompat.app.ActionBar$OnMenuVisibilityListener) +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense +com.turingtechnologies.materialscrollbar.Handle: void setBackgroundColor(int) +io.reactivex.Observable: io.reactivex.Observable skip(long,java.util.concurrent.TimeUnit) +android.didikee.donate.R$id: int action_menu_divider +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.lang.String saint +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderDivider +cyanogenmod.app.CMContextConstants: java.lang.String CM_HARDWARE_SERVICE +androidx.constraintlayout.widget.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_1 +androidx.hilt.R$drawable: int notification_bg +com.google.android.material.R$attr: int layout_scrollFlags +com.google.android.material.R$style: int Animation_AppCompat_DropDownUp +androidx.lifecycle.ProcessLifecycleOwner: androidx.lifecycle.ProcessLifecycleOwner sInstance +wangdaye.com.geometricweather.R$drawable: int ic_dress +com.xw.repo.bubbleseekbar.R$color: R$color() +com.google.android.material.R$attr: int layout_constraintWidth_min +wangdaye.com.geometricweather.R$string: int key_widget_day +wangdaye.com.geometricweather.R$drawable: int weather_sleet_mini_grey +androidx.viewpager.R$color: int notification_action_color_filter +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: float getTrimPathOffset() +androidx.appcompat.R$styleable: int MenuItem_android_enabled +androidx.fragment.R$styleable: int FontFamily_fontProviderAuthority +androidx.appcompat.R$styleable: int AppCompatTheme_android_windowAnimationStyle +androidx.recyclerview.R$styleable: int FontFamilyFont_android_fontStyle +androidx.constraintlayout.widget.R$attr: int contentInsetEnd +com.google.android.material.floatingactionbutton.FloatingActionButton: android.content.res.ColorStateList getBackgroundTintList() +com.google.android.material.floatingactionbutton.FloatingActionButton$BaseBehavior +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.Integer altitude +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property TotalPrecipitationProbability +com.jaredrummler.android.colorpicker.R$attr: int textAppearanceListItemSmall +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void clear() +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_lightOnTouch +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setTranslateY(float) +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header +com.jaredrummler.android.colorpicker.R$attr: int panelMenuListWidth +wangdaye.com.geometricweather.R$attr: int expandedTitleGravity +androidx.viewpager.R$dimen: int compat_control_corner_material +androidx.preference.R$attr: int titleMarginEnd +wangdaye.com.geometricweather.R$string: int forecast +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Body2 +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Dialog +androidx.core.R$id: int accessibility_custom_action_11 +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem +android.didikee.donate.R$styleable: int[] ViewStubCompat +retrofit2.ParameterHandler$Header: ParameterHandler$Header(java.lang.String,retrofit2.Converter) +cyanogenmod.weather.CMWeatherManager$2$1: cyanogenmod.weather.CMWeatherManager$WeatherUpdateRequestListener val$listener +androidx.customview.R$styleable: int FontFamilyFont_font +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle +cyanogenmod.providers.DataUsageContract: java.lang.String DATAUSAGE_TABLE +android.didikee.donate.R$drawable: int notify_panel_notification_icon_bg +wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List getDailyForecast() +com.amap.api.location.AMapLocationClientOption$GeoLanguage: com.amap.api.location.AMapLocationClientOption$GeoLanguage EN +com.xw.repo.bubbleseekbar.R$bool: int abc_allow_stacked_button_bar +android.didikee.donate.R$dimen: int abc_action_bar_elevation_material +wangdaye.com.geometricweather.R$styleable: int SearchView_searchHintIcon +wangdaye.com.geometricweather.R$string: int path_password_eye +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX getDirection() +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorControlActivated +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: java.util.concurrent.atomic.AtomicReference upstream +io.reactivex.internal.subscriptions.SubscriptionArbiter: boolean unbounded +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode NO_ERROR +com.jaredrummler.android.colorpicker.R$id: int transparency_text +androidx.appcompat.R$string: int abc_menu_sym_shortcut_label +wangdaye.com.geometricweather.R$dimen: int abc_dialog_corner_radius_material +cyanogenmod.app.ThemeVersion$ComponentVersion: java.lang.String name +androidx.legacy.coreutils.R$dimen: int notification_content_margin_start +cyanogenmod.app.Profile$ProfileTrigger: int describeContents() +okhttp3.internal.tls.OkHostnameVerifier: boolean verifyHostname(java.lang.String,java.security.cert.X509Certificate) +androidx.viewpager.R$attr: int fontProviderFetchTimeout +wangdaye.com.geometricweather.R$string: int feedback_location_list_cannot_be_null +okio.ByteString: okio.ByteString hmacSha512(okio.ByteString) +androidx.customview.R$id: int line3 +androidx.preference.R$attr: int tooltipText +wangdaye.com.geometricweather.R$drawable: int notif_temp_57 +retrofit2.ParameterHandler$PartMap: void apply(retrofit2.RequestBuilder,java.lang.Object) +androidx.preference.ListPreferenceDialogFragmentCompat +androidx.loader.R$styleable: int FontFamily_fontProviderPackage +james.adaptiveicon.R$styleable: int[] Spinner +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getHourlyForecast() +com.google.android.material.transformation.TransformationChildLayout: TransformationChildLayout(android.content.Context,android.util.AttributeSet) +android.didikee.donate.R$drawable: int abc_tab_indicator_material +okhttp3.logging.HttpLoggingInterceptor$Logger$1: HttpLoggingInterceptor$Logger$1() +retrofit2.ParameterHandler$Part: java.lang.reflect.Method method +cyanogenmod.providers.CMSettings$Secure: int getInt(android.content.ContentResolver,java.lang.String,int) +androidx.preference.R$id: int right_icon +androidx.coordinatorlayout.widget.CoordinatorLayout: CoordinatorLayout(android.content.Context) +okhttp3.internal.http1.Http1Codec: okio.Source newChunkedSource(okhttp3.HttpUrl) +james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon +okhttp3.Cookie: okhttp3.Cookie parse(long,okhttp3.HttpUrl,java.lang.String) +androidx.preference.R$styleable: int AppCompatTheme_colorControlActivated +okhttp3.internal.http2.ConnectionShutdownException +wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar: PrecipitationBar(android.content.Context) +wangdaye.com.geometricweather.R$attr: int itemTextAppearanceInactive +com.google.android.material.R$color: int material_deep_teal_200 +androidx.preference.R$attr: int listPreferredItemHeightLarge +androidx.lifecycle.ReportFragment: void onStart() +androidx.recyclerview.widget.GridLayoutManager +com.google.android.material.R$drawable: int abc_textfield_search_material +androidx.lifecycle.extensions.R$string +androidx.appcompat.R$anim: int btn_checkbox_to_checked_box_inner_merged_animation +androidx.preference.R$attr: int actionModeBackground +androidx.work.R$id: int accessibility_custom_action_14 +androidx.preference.R$styleable: int AppCompatTextHelper_android_drawableRight +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator SYSTEM_PROFILES_ENABLED_VALIDATOR +com.google.android.material.chip.ChipGroup: void setChipSpacingResource(int) +io.reactivex.internal.observers.BlockingObserver: long serialVersionUID +com.turingtechnologies.materialscrollbar.R$style: int Base_AlertDialog_AppCompat +com.turingtechnologies.materialscrollbar.R$attr: int windowActionBarOverlay +wangdaye.com.geometricweather.R$attr: int minTouchTargetSize +android.didikee.donate.R$drawable: int notification_bg_low +james.adaptiveicon.R$id: int radio +james.adaptiveicon.R$style: int Theme_AppCompat +android.didikee.donate.R$styleable: int AppCompatTheme_actionBarPopupTheme +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher +wangdaye.com.geometricweather.R$color: int bright_foreground_material_dark +com.xw.repo.bubbleseekbar.R$drawable: int abc_list_selector_background_transition_holo_light +androidx.fragment.R$dimen: int notification_action_icon_size +androidx.vectordrawable.R$dimen: int compat_control_corner_material +wangdaye.com.geometricweather.R$styleable: int Slider_android_valueFrom +androidx.activity.R$id: int accessibility_custom_action_13 +io.reactivex.internal.subscriptions.EmptySubscription: boolean offer(java.lang.Object) +androidx.vectordrawable.R$id: int accessibility_custom_action_1 +androidx.recyclerview.R$id: int accessibility_custom_action_17 +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeThunderstormPrecipitation +android.didikee.donate.R$layout: int abc_search_view +com.xw.repo.bubbleseekbar.R$style: int Platform_ThemeOverlay_AppCompat +com.google.android.material.snackbar.BaseTransientBottomBar$Behavior +com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawableItem_android_drawable +androidx.appcompat.widget.AbsActionBarView: AbsActionBarView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Metric Metric +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Metric: int UnitType +androidx.lifecycle.Lifecycle$State: boolean isAtLeast(androidx.lifecycle.Lifecycle$State) +wangdaye.com.geometricweather.R$id: int widget_trend_daily_item_3 +wangdaye.com.geometricweather.R$attr: int layout_insetEdge +androidx.vectordrawable.animated.R$id: int info +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: java.lang.String getSourceVoice(android.content.Context) +okhttp3.Headers$Builder: okhttp3.Headers$Builder set(java.lang.String,java.lang.String) +com.google.android.material.appbar.CollapsingToolbarLayout: void setTitleEnabled(boolean) +wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource: wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource CN +androidx.legacy.coreutils.R$styleable: int FontFamilyFont_android_ttcIndex +androidx.preference.R$id: int action_text +okhttp3.Cache$CacheRequestImpl: okio.Sink body() +cyanogenmod.profiles.ConnectionSettings: java.lang.String EXTRA_NETWORK_MODE +wangdaye.com.geometricweather.R$layout: int widget_clock_day_symmetry +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_pivotAnchor +cyanogenmod.providers.CMSettings$System: float getFloat(android.content.ContentResolver,java.lang.String,float) +androidx.preference.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset +wangdaye.com.geometricweather.R$id: int activity_widget_config_clockFontContainer +wangdaye.com.geometricweather.common.basic.models.weather.Daily: Daily(java.util.Date,long,wangdaye.com.geometricweather.common.basic.models.weather.HalfDay,wangdaye.com.geometricweather.common.basic.models.weather.HalfDay,wangdaye.com.geometricweather.common.basic.models.weather.Astro,wangdaye.com.geometricweather.common.basic.models.weather.Astro,wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase,wangdaye.com.geometricweather.common.basic.models.weather.AirQuality,wangdaye.com.geometricweather.common.basic.models.weather.Pollen,wangdaye.com.geometricweather.common.basic.models.weather.UV,float) +com.google.android.material.R$drawable: int abc_vector_test +cyanogenmod.externalviews.KeyguardExternalView$3: KeyguardExternalView$3(cyanogenmod.externalviews.KeyguardExternalView,int,int,int,int,boolean,android.graphics.Rect) +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Dialog_Alert +cyanogenmod.profiles.ConnectionSettings: int CM_MODE_2G3G +com.turingtechnologies.materialscrollbar.R$animator: int mtrl_chip_state_list_anim +wangdaye.com.geometricweather.R$styleable: int[] KeyTrigger +com.google.gson.stream.JsonReader: int PEEKED_UNQUOTED_NAME +org.greenrobot.greendao.AbstractDao: java.util.List queryRaw(java.lang.String,java.lang.String[]) +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property SnowPrecipitation +okio.ForwardingSink: ForwardingSink(okio.Sink) +androidx.appcompat.R$attr: int gapBetweenBars +cyanogenmod.providers.CMSettings$Global: java.lang.String getString(android.content.ContentResolver,java.lang.String) +androidx.constraintlayout.widget.R$attr: int actionDropDownStyle +wangdaye.com.geometricweather.R$attr: int showAsAction +wangdaye.com.geometricweather.R$style: int Preference_DialogPreference_EditTextPreference_Material +androidx.fragment.R$drawable: int notification_bg_low_normal +com.xw.repo.bubbleseekbar.R$color: int abc_tint_edittext +okio.Pipe$PipeSource: okio.Pipe this$0 com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_homeAsUpIndicator -androidx.vectordrawable.animated.R$id: int tag_screen_reader_focusable -androidx.lifecycle.MutableLiveData: void setValue(java.lang.Object) -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_translation_z_base -android.didikee.donate.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog -io.reactivex.internal.util.AtomicThrowable: boolean isTerminated() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum: java.lang.String Unit -androidx.appcompat.R$drawable: int notify_panel_notification_icon_bg -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_textinput_box_stroke_width_default -cyanogenmod.themes.ThemeManager: cyanogenmod.themes.IThemeService getService() -wangdaye.com.geometricweather.R$styleable: int Toolbar_contentInsetStart -retrofit2.BuiltInConverters$RequestBodyConverter: retrofit2.BuiltInConverters$RequestBodyConverter INSTANCE -androidx.hilt.lifecycle.R$id: int tag_accessibility_clickable_spans -com.bumptech.glide.R$styleable: int[] GradientColorItem -james.adaptiveicon.R$styleable: int LinearLayoutCompat_Layout_android_layout_height -wangdaye.com.geometricweather.R$animator: int weather_sleet_3 -androidx.preference.R$styleable: int MenuView_android_horizontalDivider -wangdaye.com.geometricweather.R$styleable: int PreferenceFragment_android_divider -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_toTopOf -androidx.lifecycle.ProcessLifecycleOwner$3$1: ProcessLifecycleOwner$3$1(androidx.lifecycle.ProcessLifecycleOwner$3) -io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: void onComplete() -com.xw.repo.bubbleseekbar.R$id: int alertTitle -okhttp3.Cache$2 -com.turingtechnologies.materialscrollbar.R$attr: int chipStrokeColor -androidx.appcompat.resources.R$layout: int notification_template_part_chronometer -com.google.android.material.R$style: int Theme_Design_NoActionBar -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_12 -okhttp3.ResponseBody$BomAwareReader: okio.BufferedSource source -cyanogenmod.weatherservice.ServiceRequestResult: ServiceRequestResult() -wangdaye.com.geometricweather.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha -androidx.preference.R$id: int accessibility_custom_action_15 -wangdaye.com.geometricweather.R$dimen: int cpv_default_thickness -com.google.android.material.slider.RangeSlider: void setTrackInactiveTintList(android.content.res.ColorStateList) -com.jaredrummler.android.colorpicker.R$color: int background_floating_material_light -androidx.preference.R$attr: int state_above_anchor -com.google.android.material.R$styleable: int Slider_tickColorActive -com.turingtechnologies.materialscrollbar.R$color: int highlighted_text_material_light -okhttp3.internal.Util: int skipLeadingAsciiWhitespace(java.lang.String,int,int) -androidx.constraintlayout.widget.R$styleable: int ActionBar_background -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.vectordrawable.R$styleable: int ColorStateListItem_alpha -com.google.android.material.R$styleable: int AppCompatTheme_actionModeFindDrawable -com.google.android.material.R$id: int mtrl_picker_header_title_and_selection -androidx.appcompat.widget.LinearLayoutCompat: void setGravity(int) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowActionModeOverlay -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric -wangdaye.com.geometricweather.R$array: int temperature_units_short -wangdaye.com.geometricweather.R$dimen: int mtrl_card_checked_icon_margin -cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_shutdown -androidx.lifecycle.Transformations$2$1: Transformations$2$1(androidx.lifecycle.Transformations$2) -androidx.legacy.coreutils.R$id: int icon -com.google.android.material.R$attr: int chipIconSize -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: void setStatus(int) -androidx.constraintlayout.widget.R$drawable: int abc_text_select_handle_right_mtrl_dark -wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_mini_xml -androidx.hilt.R$id: int notification_main_column_container -io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.Function,java.util.concurrent.Callable) -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog_Icon -cyanogenmod.weatherservice.ServiceRequest -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonStyle -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 -androidx.viewpager2.R$dimen: int notification_subtext_size -androidx.preference.R$styleable: int MenuView_android_itemBackground -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_id -com.bumptech.glide.R$attr: int coordinatorLayoutStyle -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIconStartPadding -androidx.preference.R$attr: int selectableItemBackgroundBorderless -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Body1 -com.amap.api.fence.PoiItem: java.lang.String d -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode -androidx.constraintlayout.widget.R$attr: int textAppearanceSmallPopupMenu -okhttp3.internal.http2.Header: boolean equals(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$styleable: int ThemeEnforcement_enforceMaterialTheme -com.xw.repo.bubbleseekbar.R$styleable: int MenuGroup_android_visible -cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator access$100() -retrofit2.HttpServiceMethod$CallAdapted: retrofit2.CallAdapter callAdapter -wangdaye.com.geometricweather.R$anim: int fragment_fade_enter -androidx.appcompat.R$dimen: int abc_action_button_min_width_overflow_material -androidx.constraintlayout.widget.R$styleable: int[] AppCompatTextView -com.google.android.material.floatingactionbutton.FloatingActionButton: void setBackgroundTintList(android.content.res.ColorStateList) -com.google.android.material.R$styleable: int Constraint_layout_constraintHorizontal_weight -cyanogenmod.hardware.CMHardwareManager: int[] getDisplayColorCalibrationArray() -com.xw.repo.bubbleseekbar.R$attr: int actionProviderClass -wangdaye.com.geometricweather.R$styleable: int Transform_android_transformPivotY -okhttp3.internal.http2.Http2Connection: void shutdown(okhttp3.internal.http2.ErrorCode) -wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: AbsTrendItemView(android.content.Context,android.util.AttributeSet,int) -com.jaredrummler.android.colorpicker.R$attr: int cpv_showAlphaSlider -com.turingtechnologies.materialscrollbar.R$id: int textinput_counter -com.turingtechnologies.materialscrollbar.R$styleable: int CompoundButton_buttonTintMode -com.xw.repo.bubbleseekbar.R$color: int bright_foreground_material_dark -com.google.android.material.R$attr: int iconSize -com.google.android.material.R$attr: int materialCalendarTheme -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Badge -wangdaye.com.geometricweather.R$string: int about_gson -androidx.appcompat.R$styleable: int AppCompatTheme_actionModePopupWindowStyle -com.xw.repo.bubbleseekbar.R$id: int src_in -com.google.android.gms.dynamite.DynamiteModule$DynamiteLoaderClassLoader -wangdaye.com.geometricweather.R$dimen: int notification_subtext_size -com.google.android.material.R$attr: int editTextColor -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xmr -okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder cipherSuites(okhttp3.CipherSuite[]) -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_AutoCompleteTextView -com.amap.api.location.AMapLocation: double a(com.amap.api.location.AMapLocation,double) -android.didikee.donate.R$styleable: int TextAppearance_android_shadowDx -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial: java.lang.String Unit -com.turingtechnologies.materialscrollbar.R$attr: int gapBetweenBars -androidx.preference.R$style: int Base_V7_Theme_AppCompat_Dialog -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity -androidx.activity.R$id: int time -okhttp3.internal.http.RetryAndFollowUpInterceptor: int MAX_FOLLOW_UPS -retrofit2.BuiltInConverters$RequestBodyConverter: BuiltInConverters$RequestBodyConverter() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: java.lang.String zh_TW -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer realFeelTemperature -androidx.core.R$styleable: int GradientColor_android_endColor -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintBottom_toBottomOf -io.reactivex.Observable: io.reactivex.disposables.Disposable forEach(io.reactivex.functions.Consumer) -androidx.lifecycle.LifecycleDispatcher: java.util.concurrent.atomic.AtomicBoolean sInitialized -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_16 -com.google.android.material.R$attr: int state_lifted -okhttp3.internal.cache.DiskLruCache$Editor$1 -okhttp3.Route: Route(okhttp3.Address,java.net.Proxy,java.net.InetSocketAddress) -okhttp3.Cache: void remove(okhttp3.Request) -androidx.appcompat.app.AppCompatDelegateImpl$ListMenuDecorView -androidx.preference.R$color: int abc_tint_default -okhttp3.RealCall$1: RealCall$1(okhttp3.RealCall) -okhttp3.internal.ws.WebSocketProtocol: java.lang.String closeCodeExceptionMessage(int) -wangdaye.com.geometricweather.R$attr: int moveWhenScrollAtTop -androidx.transition.R$styleable: int[] GradientColorItem -okhttp3.WebSocketListener -james.adaptiveicon.R$styleable: int DrawerArrowToggle_thickness -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Wind: java.lang.String power -wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_moonPhase -androidx.preference.R$color: int dim_foreground_material_dark -wangdaye.com.geometricweather.R$id: int tag_accessibility_heading -androidx.preference.R$style: int Preference_SeekBarPreference_Material -androidx.dynamicanimation.R$styleable: int GradientColor_android_startColor -android.didikee.donate.R$style: int Widget_AppCompat_DrawerArrowToggle -cyanogenmod.profiles.RingModeSettings: java.lang.String getValue() -com.google.android.material.R$attr: int colorBackgroundFloating -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActivityChooserView -com.jaredrummler.android.colorpicker.R$attr: int radioButtonStyle +androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_prefixText +com.google.android.material.R$styleable: int MotionLayout_applyMotionScene +james.adaptiveicon.R$id: int scrollIndicatorUp +retrofit2.KotlinExtensions: java.lang.Object suspendAndThrow(java.lang.Exception,kotlin.coroutines.Continuation) +com.amap.api.location.AMapLocationQualityReport: boolean b +retrofit2.http.PUT: java.lang.String value() +androidx.hilt.work.R$id: int accessibility_custom_action_19 +com.amap.api.location.AMapLocation: java.lang.String h +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_contentInsetLeft +james.adaptiveicon.R$attr: int iconTintMode +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabTextAppearance +retrofit2.BuiltInConverters$BufferingResponseBodyConverter: BuiltInConverters$BufferingResponseBodyConverter() +androidx.lifecycle.LifecycleDispatcher$DispatcherActivityCallback: LifecycleDispatcher$DispatcherActivityCallback() +wangdaye.com.geometricweather.R$styleable: int[] ConstraintLayout_Layout +androidx.preference.R$styleable: int AnimatedStateListDrawableCompat_android_visible +com.amap.api.location.DPoint: DPoint() +okhttp3.internal.ws.RealWebSocket: okhttp3.Request request() +com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableTransition_android_toId +com.jaredrummler.android.colorpicker.R$attr: int ratingBarStyleSmall +com.google.android.material.R$color: int mtrl_btn_stroke_color_selector +wangdaye.com.geometricweather.R$color: int primary_text_default_material_light +cyanogenmod.profiles.StreamSettings$1: java.lang.Object createFromParcel(android.os.Parcel) +androidx.appcompat.R$styleable: int[] LinearLayoutCompat_Layout +androidx.appcompat.R$styleable: int AnimatedStateListDrawableCompat_android_dither +androidx.hilt.R$id: int notification_background +okio.AsyncTimeout$2: okio.Timeout timeout() +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_SearchResult +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: long period +com.google.android.material.R$attr: int layout_constraintTop_toTopOf +androidx.lifecycle.ReportFragment: void dispatchCreate(androidx.lifecycle.ReportFragment$ActivityInitializationListener) +com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter: void onAnimationReset() +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_fontFamily +com.jaredrummler.android.colorpicker.R$color: int switch_thumb_material_dark +wangdaye.com.geometricweather.R$styleable: int[] ActionBar +wangdaye.com.geometricweather.remoteviews.config.TextWidgetConfigActivity: TextWidgetConfigActivity() +wangdaye.com.geometricweather.R$dimen: int mtrl_snackbar_action_text_color_alpha +okhttp3.internal.io.FileSystem$1: FileSystem$1() +com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status valueOf(java.lang.String) +cyanogenmod.providers.CMSettings$System: java.lang.String ZEN_PRIORITY_ALLOW_LIGHTS +wangdaye.com.geometricweather.R$attr: int liftOnScroll +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Imperial: java.lang.String Unit +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_star_half_black_36dp +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind: AccuCurrentResult$Wind() +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: long dt +androidx.appcompat.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner +com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity +wangdaye.com.geometricweather.R$styleable: int KeyPosition_percentHeight +androidx.appcompat.resources.R$dimen: int notification_small_icon_size_as_large +okhttp3.internal.io.FileSystem$1 +com.jaredrummler.android.colorpicker.R$style: int Base_V28_Theme_AppCompat_Light +wangdaye.com.geometricweather.R$attr: int endIconTint +androidx.appcompat.widget.ActionMenuView: void setExpandedActionViewsExclusive(boolean) +cyanogenmod.app.Profile: int getProfileType() +androidx.appcompat.widget.AppCompatEditText: AppCompatEditText(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: java.lang.String LanguageCode +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_blackContainer +androidx.lifecycle.LiveData$AlwaysActiveObserver: boolean shouldBeActive() +androidx.fragment.R$color +wangdaye.com.geometricweather.R$styleable: int CheckBoxPreference_android_summaryOn +androidx.hilt.work.R$layout: int notification_template_part_time +wangdaye.com.geometricweather.R$drawable: int notif_temp_115 +james.adaptiveicon.R$attr: int actionModeShareDrawable +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar +com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Light_Dialog +androidx.appcompat.R$id: int edit_query +com.xw.repo.bubbleseekbar.R$integer: int config_tooltipAnimTime +wangdaye.com.geometricweather.R$drawable: int notif_temp_6 +retrofit2.OptionalConverterFactory$OptionalConverter: retrofit2.Converter delegate +com.google.android.material.appbar.HeaderScrollingViewBehavior: HeaderScrollingViewBehavior() +okhttp3.internal.http2.Http2Codec: void cancel() +okhttp3.internal.http2.Http2Stream$FramingSink +com.google.android.material.slider.BaseSlider: void removeOnChangeListener(com.google.android.material.slider.BaseOnChangeListener) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Imperial: java.lang.String Unit +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_horizontalStyle +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamily_fontProviderFetchStrategy +com.jaredrummler.android.colorpicker.R$styleable: int PopupWindow_android_popupAnimationStyle +wangdaye.com.geometricweather.R$layout: int text_view_with_line_height_from_appearance +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_Dialog_Alert +androidx.preference.R$styleable: int[] RecycleListView +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void innerComplete() +wangdaye.com.geometricweather.R$dimen: int tooltip_corner_radius +androidx.core.R$styleable: int FontFamilyFont_android_ttcIndex +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem +com.google.android.material.R$dimen: int mtrl_btn_text_btn_padding_right +androidx.recyclerview.R$id: int icon_group +okhttp3.MediaType +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Dark +wangdaye.com.geometricweather.R$style: int Preference_DropDown_Material +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_26 +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setRainPrecipitationProbability(java.lang.Float) +androidx.constraintlayout.widget.R$styleable: int SearchView_defaultQueryHint +androidx.appcompat.widget.ActionMenuView: android.view.Menu getMenu() +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow +wangdaye.com.geometricweather.R$dimen: int material_clock_display_padding +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy +wangdaye.com.geometricweather.R$id: int material_timepicker_mode_button +androidx.recyclerview.R$styleable: int[] FontFamily +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_scaleY +cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void onStop() +com.jaredrummler.android.colorpicker.R$id: int scrollIndicatorUp +com.bumptech.glide.load.engine.GlideException: void setLoggingDetails(com.bumptech.glide.load.Key,com.bumptech.glide.load.DataSource) +cyanogenmod.weather.WeatherLocation: java.lang.String getState() +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_content_inset_with_nav +androidx.appcompat.R$styleable: int AppCompatTheme_ratingBarStyle +wangdaye.com.geometricweather.R$styleable: int Preference_defaultValue +okhttp3.internal.platform.AndroidPlatform$CloseGuard: boolean warnIfOpen(java.lang.Object) +cyanogenmod.externalviews.KeyguardExternalView$3: android.graphics.Rect val$clipRect +james.adaptiveicon.R$color: int material_blue_grey_800 +com.amap.api.location.AMapLocationClient: AMapLocationClient(android.content.Context) +io.reactivex.internal.functions.Functions$HashSetCallable: io.reactivex.internal.functions.Functions$HashSetCallable valueOf(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature +wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setMinuteInterval(int) +androidx.core.R$dimen: R$dimen() +android.didikee.donate.R$styleable: int DrawerArrowToggle_drawableSize +androidx.preference.R$layout: int abc_activity_chooser_view_list_item +wangdaye.com.geometricweather.R$style: int Preference_Information_Material +androidx.recyclerview.R$id: int async +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial: AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial() +cyanogenmod.app.CMStatusBarManager: void removeTileAsUser(java.lang.String,int,android.os.UserHandle) +com.google.android.material.bottomappbar.BottomAppBar +androidx.preference.R$attr: int iconTintMode +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Id +wangdaye.com.geometricweather.R$attr: int windowFixedWidthMajor +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeRainPrecipitationDuration +com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_FixedSize +okhttp3.Cookie$Builder: java.lang.String name +okio.Buffer: okio.ByteString digest(java.lang.String) +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderSelection +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_padding_top +wangdaye.com.geometricweather.R$drawable: int weather_hail_3 +androidx.appcompat.resources.R$styleable: int[] GradientColorItem +androidx.viewpager2.R$id: int accessibility_custom_action_5 +com.google.android.material.R$color: int design_dark_default_color_background +wangdaye.com.geometricweather.R$styleable: int MaterialCardView_strokeColor +androidx.hilt.lifecycle.R$anim +james.adaptiveicon.R$styleable: int ActionBar_subtitleTextStyle +com.google.android.material.R$styleable: int ConstraintSet_animate_relativeTo +com.google.android.material.snackbar.Snackbar$SnackbarLayout: void setBackgroundTintMode(android.graphics.PorterDuff$Mode) +okhttp3.internal.http1.Http1Codec: int HEADER_LIMIT +com.turingtechnologies.materialscrollbar.R$color: int abc_search_url_text +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xnwd +android.didikee.donate.R$styleable: int AppCompatTheme_toolbarStyle +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: retrofit2.Call clone() +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: long dt +okhttp3.HttpUrl: java.util.List encodedPathSegments() +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property Daylight +wangdaye.com.geometricweather.R$attr: int listMenuViewStyle +io.reactivex.internal.operators.observable.ObservableGroupBy$State +androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableTransition_android_fromId +okhttp3.internal.http2.Http2Connection$4: void execute() +android.didikee.donate.R$id: int parentPanel +androidx.constraintlayout.widget.R$styleable: int Transition_transitionFlags +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_icon_2 +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit INHG +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_switchStyle +android.didikee.donate.R$style: int Widget_AppCompat_ButtonBar_AlertDialog +androidx.appcompat.R$style: int ThemeOverlay_AppCompat +io.reactivex.Observable: io.reactivex.Observable switchMapMaybeDelayError(io.reactivex.functions.Function) +com.google.android.material.R$style: int Base_Widget_MaterialComponents_Chip +cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: java.lang.String VIBRATE +okhttp3.MultipartBody$Builder: okhttp3.MediaType type +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceSearchResultSubtitle +com.jaredrummler.android.colorpicker.R$id: int transparency_layout +com.google.android.material.card.MaterialCardView: void setCheckedIconSizeResource(int) +androidx.coordinatorlayout.R$id: int none +okhttp3.internal.http2.Hpack$Writer: int SETTINGS_HEADER_TABLE_SIZE +wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView getTrendItemView() +androidx.appcompat.R$attr: int alphabeticModifiers +com.google.android.material.chip.Chip: android.content.res.ColorStateList getCheckedIconTint() +retrofit2.ParameterHandler$Path +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Object getKey(java.lang.Object) +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setHourlyForecast(java.lang.String) +androidx.appcompat.resources.R$dimen +androidx.preference.R$id: int expand_activities_button +okhttp3.internal.cache2.Relay: boolean complete +okhttp3.Headers +okhttp3.internal.Util: java.lang.String format(java.lang.String,java.lang.Object[]) +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_shapeAppearanceOverlay +com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_type +androidx.drawerlayout.R$styleable: int FontFamilyFont_android_font +com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Weather weather12H +androidx.appcompat.widget.AppCompatAutoCompleteTextView: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() +io.reactivex.Observable: io.reactivex.Observable window(io.reactivex.ObservableSource,io.reactivex.functions.Function,int) +androidx.preference.R$attr: int preferenceCategoryTitleTextAppearance +retrofit2.adapter.rxjava2.CallExecuteObservable$CallDisposable: void dispose() +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getRingtoneThemePackageName() +io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay() +androidx.constraintlayout.widget.R$id: int autoComplete +cyanogenmod.themes.ThemeManager$1: cyanogenmod.themes.ThemeManager this$0 +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Title_Inverse +wangdaye.com.geometricweather.R$styleable: int NavigationView_shapeAppearance +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float pm10 +io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object) +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircleView: CircleView(android.content.Context) +com.google.android.material.textfield.TextInputLayout: int getBoxBackgroundMode() +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_tooltipFrameBackground +okhttp3.internal.cache.CacheStrategy$Factory: java.util.Date lastModified +io.reactivex.Observable: io.reactivex.Observable takeWhile(io.reactivex.functions.Predicate) +cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator sUriValidator +wangdaye.com.geometricweather.R$string: int about_circular_progress_view +androidx.appcompat.resources.R$styleable: int[] FontFamily +cyanogenmod.providers.CMSettings$DelimitedListValidator +com.xw.repo.bubbleseekbar.R$attr: int actionBarTabTextStyle +androidx.constraintlayout.widget.R$attr: int controlBackground +cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo build() +com.google.android.material.R$styleable: int BottomNavigationView_labelVisibilityMode +androidx.dynamicanimation.R$color: int secondary_text_default_material_light +com.turingtechnologies.materialscrollbar.R$anim: int abc_grow_fade_in_from_bottom +androidx.viewpager.R$layout +android.didikee.donate.R$color: int material_grey_50 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum: AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum() +android.didikee.donate.R$style: int Widget_AppCompat_Button_Borderless_Colored +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getSunRise() +androidx.constraintlayout.widget.R$style: int Base_V26_Widget_AppCompat_Toolbar +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Ice: java.lang.String Unit +wangdaye.com.geometricweather.R$string: int refresh_at +androidx.preference.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton +cyanogenmod.app.Profile: void setConditionalType() +androidx.lifecycle.SavedStateHandle$SavingStateLiveData: SavedStateHandle$SavingStateLiveData(androidx.lifecycle.SavedStateHandle,java.lang.String) +com.xw.repo.bubbleseekbar.R$integer: int cancel_button_image_alpha +okhttp3.internal.http2.Http2Connection: long access$100(okhttp3.internal.http2.Http2Connection) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatImageView_tintMode +okhttp3.Cache: int networkCount +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: float intervalInHour +com.google.android.material.R$layout: int design_layout_snackbar_include +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void onError(java.lang.Throwable) +com.turingtechnologies.materialscrollbar.R$attr: int statusBarBackground +com.xw.repo.bubbleseekbar.R$dimen: int abc_control_inset_material +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintLeft_toLeftOf +androidx.constraintlayout.widget.R$attr: int tickMarkTint +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_controlBackground +wangdaye.com.geometricweather.R$integer: int mtrl_calendar_selection_text_lines +com.google.android.material.R$color: int material_slider_active_tick_marks_color +com.google.android.material.R$id: int textinput_error +com.xw.repo.bubbleseekbar.R$layout: int abc_dialog_title_material +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeRainPrecipitation(java.lang.Float) +com.google.android.material.chip.Chip: void setCheckedIconVisible(boolean) +cyanogenmod.profiles.LockSettings: void setValue(int) +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) +com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getPlaceholderText() +androidx.vectordrawable.R$id: int accessibility_custom_action_30 +com.xw.repo.bubbleseekbar.R$attr: int backgroundTint +james.adaptiveicon.R$attr: int borderlessButtonStyle +androidx.constraintlayout.widget.R$attr: int layout_constraintTop_toBottomOf +androidx.preference.R$style: int Theme_AppCompat_Dialog_MinWidth +com.google.android.material.R$attr: int behavior_skipCollapsed +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver this$0 +androidx.preference.R$dimen: int notification_small_icon_size_as_large +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AppBarLayout_Primary +com.google.android.material.R$styleable: int TextInputLayout_passwordToggleDrawable +com.google.android.material.R$styleable: int Slider_thumbStrokeColor +com.amap.api.location.AMapLocationQualityReport: com.amap.api.location.AMapLocationClientOption$AMapLocationMode a +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void innerClose(boolean,io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver) +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_pressed_z +com.google.android.material.R$styleable: int ConstraintSet_android_layout_marginStart +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintRight_toLeftOf +com.turingtechnologies.materialscrollbar.R$attr: int cardViewStyle +androidx.preference.R$styleable: int MenuItem_showAsAction +wangdaye.com.geometricweather.R$layout: int activity_settings +androidx.appcompat.widget.LinearLayoutCompat: int getBaseline() +androidx.appcompat.app.AppCompatActivity: AppCompatActivity() +wangdaye.com.geometricweather.db.entities.DailyEntity: long time +androidx.swiperefreshlayout.R$color +com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_stackFromEnd +okhttp3.HttpUrl: java.lang.String topPrivateDomain() +cyanogenmod.app.Profile$NotificationLightMode: Profile$NotificationLightMode() +androidx.cardview.R$styleable: int[] CardView +androidx.preference.R$styleable: int SwitchPreferenceCompat_disableDependentsState +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: java.util.List getValue() +okhttp3.Credentials: java.lang.String basic(java.lang.String,java.lang.String,java.nio.charset.Charset) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Imperial Imperial +retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: io.reactivex.Scheduler scheduler +androidx.appcompat.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: long serialVersionUID +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub: IWeatherServiceProviderChangeListener$Stub() +androidx.appcompat.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer realFeelShaderTemperature +com.amap.api.location.AMapLocation: java.lang.String c(com.amap.api.location.AMapLocation,java.lang.String) +cyanogenmod.externalviews.KeyguardExternalView$6 +com.google.android.material.R$attr: int circleRadius +androidx.preference.R$style: int Base_V21_Theme_AppCompat_Light +com.turingtechnologies.materialscrollbar.R$drawable: int abc_textfield_default_mtrl_alpha +wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_9 +androidx.hilt.work.R$dimen: int notification_big_circle_margin +androidx.appcompat.resources.R$id: int accessibility_custom_action_17 +wangdaye.com.geometricweather.R$color: int abc_secondary_text_material_light +com.xw.repo.bubbleseekbar.R$layout: int abc_search_dropdown_item_icons_2line +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_verticalGap +cyanogenmod.app.IPartnerInterface$Stub: IPartnerInterface$Stub() +wangdaye.com.geometricweather.R$drawable: int weather_clear_night_mini_xml +android.didikee.donate.R$drawable: int abc_text_cursor_material +androidx.lifecycle.GenericLifecycleObserver +james.adaptiveicon.R$style: int TextAppearance_AppCompat_SearchResult_Title +com.google.android.material.R$dimen: int tooltip_y_offset_non_touch +com.xw.repo.bubbleseekbar.R$styleable: int FontFamily_fontProviderFetchTimeout +androidx.hilt.lifecycle.R$styleable: int GradientColor_android_endColor +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder callTimeout(long,java.util.concurrent.TimeUnit) +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: io.reactivex.Observer downstream +com.baidu.location.e.l$b: com.baidu.location.e.l$b valueOf(java.lang.String) +com.google.android.material.R$styleable: int ThemeEnforcement_android_textAppearance +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean: java.util.List brands +wangdaye.com.geometricweather.R$styleable: int CardView_contentPaddingTop +com.google.android.material.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHeight_percent +android.didikee.donate.R$style: int Base_Widget_AppCompat_Button +com.google.android.gms.internal.common.zzq: java.lang.Object zza() +androidx.constraintlayout.widget.R$styleable: int Constraint_pathMotionArc +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setAlarm(java.lang.String) +com.google.android.material.R$string: int material_timepicker_select_time +androidx.constraintlayout.widget.R$attr: int subtitleTextStyle +okhttp3.internal.platform.Platform: int WARN +com.xw.repo.bubbleseekbar.R$attr: int backgroundStacked +wangdaye.com.geometricweather.R$dimen: int normal_margin +com.google.android.material.R$styleable: int Constraint_chainUseRtl +wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar: void setBackgroundColor(int) +com.google.android.material.R$attr: int placeholderTextAppearance +androidx.appcompat.R$color: int background_floating_material_dark +com.github.rahatarmanahmed.cpv.CircularProgressView$8: float val$start +androidx.loader.R$style: int Widget_Compat_NotificationActionContainer +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.R$styleable: int[] KeyCycle +androidx.appcompat.R$styleable: int SwitchCompat_switchMinWidth +androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight +com.autonavi.aps.amapapi.model.AMapLocationServer: void h(java.lang.String) +wangdaye.com.geometricweather.R$attr: int activityChooserViewStyle +androidx.constraintlayout.widget.R$id: int animateToStart +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ProgressBar +com.jaredrummler.android.colorpicker.R$id: int actions +okhttp3.logging.HttpLoggingInterceptor: void redactHeader(java.lang.String) +androidx.appcompat.R$style: int Base_V26_Theme_AppCompat_Light +androidx.recyclerview.R$dimen: int notification_big_circle_margin +androidx.appcompat.R$color: int abc_background_cache_hint_selector_material_light +androidx.appcompat.R$styleable: int AppCompatTheme_searchViewStyle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Imperial: java.lang.String Unit +wangdaye.com.geometricweather.R$string: int thanks +com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List dailyEntityList +james.adaptiveicon.R$styleable: int MenuItem_android_icon +com.turingtechnologies.materialscrollbar.R$attr: int boxBackgroundColor +com.jaredrummler.android.colorpicker.R$styleable: int FontFamily_fontProviderFetchStrategy +com.amap.api.location.UmidtokenInfo: com.amap.api.location.AMapLocationClient d +com.jaredrummler.android.colorpicker.R$id: int large +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: long serialVersionUID +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Spinner +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Spinner_DropDown +androidx.preference.R$dimen: int abc_action_button_min_width_material +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_scaleX +com.google.android.material.R$attr: int minWidth +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_pivotX +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarViewPager: FitSystemBarViewPager(android.content.Context) +wangdaye.com.geometricweather.db.entities.HistoryEntity: long getTime() +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language POLISH +wangdaye.com.geometricweather.R$string: int sp_widget_day_week_setting +cyanogenmod.app.ICustomTileListener$Stub$Proxy: void onCustomTilePosted(org.cyanogenmod.internal.statusbar.IStatusBarCustomTileHolder) +cyanogenmod.providers.CMSettings$Secure: float getFloat(android.content.ContentResolver,java.lang.String,float) +wangdaye.com.geometricweather.R$color: int mtrl_tabs_icon_color_selector_colored +okio.Base64 +com.turingtechnologies.materialscrollbar.R$styleable: int[] Spinner +com.xw.repo.bubbleseekbar.R$styleable: int[] StateListDrawable +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void onNext(java.lang.Object) +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Toolbar +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ListMenuView +com.turingtechnologies.materialscrollbar.R$color: int button_material_light +com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_horizontalDivider +cyanogenmod.providers.CMSettings$Secure: java.lang.String BUTTON_BRIGHTNESS +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: int capacityHint +androidx.preference.R$attr: int negativeButtonText +com.google.android.material.internal.NavigationMenuView +com.bumptech.glide.R$styleable: int FontFamilyFont_android_fontVariationSettings +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit MI +androidx.preference.R$attr: int listPreferredItemPaddingLeft +androidx.constraintlayout.widget.R$id: int standard +com.turingtechnologies.materialscrollbar.R$styleable: int CardView_contentPaddingLeft +wangdaye.com.geometricweather.db.entities.AlertEntityDao: org.greenrobot.greendao.query.Query weatherEntity_AlertEntityListQuery +androidx.preference.R$drawable: int abc_btn_check_material_anim +androidx.preference.R$style: int Widget_Compat_NotificationActionContainer +okhttp3.internal.http2.Http2Writer: void data(boolean,int,okio.Buffer,int) +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_hintTextColor +androidx.appcompat.widget.FitWindowsLinearLayout: FitWindowsLinearLayout(android.content.Context,android.util.AttributeSet) +androidx.transition.R$dimen: int notification_content_margin_start +androidx.hilt.work.R$drawable: int notification_bg_low +com.turingtechnologies.materialscrollbar.R$color: int bright_foreground_inverse_material_light +com.google.android.material.R$id: int jumpToEnd +retrofit2.KotlinExtensions: java.lang.Object create(retrofit2.Retrofit) +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_startIconTintMode +android.didikee.donate.R$drawable: int abc_ic_star_black_16dp +wangdaye.com.geometricweather.R$style: int Base_Widget_Design_TabLayout +androidx.appcompat.R$attr: int drawerArrowStyle +com.turingtechnologies.materialscrollbar.Indicator: void setScroll(float) +com.google.android.material.switchmaterial.SwitchMaterial: SwitchMaterial(android.content.Context) +okio.GzipSink: okio.DeflaterSink deflaterSink +cyanogenmod.profiles.LockSettings$1 +com.google.android.material.timepicker.ClockFaceView +com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getPrefixText() +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarTabBarStyle +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_lastVerticalStyle +cyanogenmod.app.Profile: cyanogenmod.app.ProfileGroup getDefaultGroup() +io.reactivex.internal.queue.SpscArrayQueue: int calcElementOffset(long) +com.xw.repo.bubbleseekbar.R$string: int abc_menu_space_shortcut_label +com.turingtechnologies.materialscrollbar.R$styleable: int[] AppBarLayout_Layout +com.bumptech.glide.integration.okhttp.R$attr: int fontProviderCerts +okhttp3.RequestBody: okhttp3.RequestBody create(okhttp3.MediaType,byte[],int,int) +com.google.android.material.R$color: int abc_tint_spinner +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_begin +wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayWeekProvider +androidx.hilt.lifecycle.R$styleable: R$styleable() +wangdaye.com.geometricweather.R$drawable: int ic_toolbar_close +androidx.hilt.work.R$dimen +androidx.preference.R$drawable: int abc_btn_check_material +androidx.appcompat.R$styleable: int Toolbar_buttonGravity +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWeatherCode +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: int city_code +cyanogenmod.providers.CMSettings$InclusiveFloatRangeValidator: CMSettings$InclusiveFloatRangeValidator(float,float) +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: java.lang.Object v1 +androidx.vectordrawable.animated.R$id: int line3 +wangdaye.com.geometricweather.R$dimen: int mtrl_tooltip_cornerSize +io.reactivex.internal.subscriptions.SubscriptionHelper: io.reactivex.internal.subscriptions.SubscriptionHelper[] values() +com.github.rahatarmanahmed.cpv.CircularProgressView: float currentProgress +androidx.appcompat.widget.AppCompatAutoCompleteTextView: AppCompatAutoCompleteTextView(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.R$attr: int flow_lastVerticalStyle +retrofit2.OkHttpCall$ExceptionCatchingResponseBody: java.io.IOException thrownException +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle +cyanogenmod.hardware.ICMHardwareService$Stub: cyanogenmod.hardware.ICMHardwareService asInterface(android.os.IBinder) +androidx.appcompat.R$attr: int showText +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_CAMELLIA_128_CBC_SHA +androidx.lifecycle.ReportFragment: void setProcessListener(androidx.lifecycle.ReportFragment$ActivityInitializationListener) +io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: void onNext(java.lang.Object) +wangdaye.com.geometricweather.settings.activities.CardDisplayManageActivity: CardDisplayManageActivity() +com.google.android.material.R$id: int startVertical +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar +james.adaptiveicon.R$styleable: int Spinner_android_entries +androidx.activity.R$styleable: R$styleable() +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onBouncerShowing(boolean) +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void schedule() +androidx.appcompat.R$attr: int drawableTopCompat +io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX() +cyanogenmod.themes.ThemeManager: android.os.Handler access$200() +com.turingtechnologies.materialscrollbar.R$attr: int actionBarPopupTheme +wangdaye.com.geometricweather.R$array: int week_icon_mode_values +com.google.android.material.R$id: int notification_background +com.turingtechnologies.materialscrollbar.R$attr: int behavior_hideable +androidx.appcompat.widget.SearchView: void setOnSuggestionListener(androidx.appcompat.widget.SearchView$OnSuggestionListener) +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_seek_by_section +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: java.util.Locale getLocale() +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void drain() +androidx.viewpager.R$dimen: int notification_large_icon_width +wangdaye.com.geometricweather.common.basic.models.weather.Weather: boolean isDaylight(java.util.TimeZone) +okhttp3.internal.ws.RealWebSocket: long pingIntervalMillis +androidx.preference.R$id: int action_bar_title +cyanogenmod.app.CMStatusBarManager: android.content.Context mContext +androidx.appcompat.resources.R$attr: int fontVariationSettings +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragmentCompat_allowDividerAfterLastItem +androidx.coordinatorlayout.R$dimen +cyanogenmod.weather.WeatherInfo$DayForecast$1: java.lang.Object[] newArray(int) +androidx.work.NetworkType: androidx.work.NetworkType CONNECTED +wangdaye.com.geometricweather.R$attr: int paddingBottomNoButtons +wangdaye.com.geometricweather.R$attr: int itemShapeAppearanceOverlay +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_progress +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem +androidx.preference.R$styleable: int AppCompatTextView_autoSizePresetSizes +androidx.vectordrawable.animated.R$drawable: int notification_icon_background +com.github.rahatarmanahmed.cpv.R$dimen +com.jaredrummler.android.colorpicker.R$string: int search_menu_title +android.didikee.donate.R$color: int abc_hint_foreground_material_dark +androidx.legacy.coreutils.R$id: int notification_main_column +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title +androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat_Dark +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintWidth_percent +androidx.preference.R$attr: int dividerPadding +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature: AccuDailyResult$DailyForecasts$RealFeelTemperature() +androidx.constraintlayout.widget.R$attr: int saturation +james.adaptiveicon.R$color: int highlighted_text_material_light +androidx.appcompat.R$dimen: int abc_dropdownitem_icon_width +androidx.appcompat.R$dimen: int abc_dialog_fixed_height_minor +android.didikee.donate.R$styleable: int ActionBar_contentInsetStartWithNavigation com.google.android.material.circularreveal.CircularRevealGridLayout -com.turingtechnologies.materialscrollbar.Indicator: void setSizeCustom(int) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_lineHeight -com.google.android.material.circularreveal.cardview.CircularRevealCardView: CircularRevealCardView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: int hasRain -androidx.appcompat.R$dimen: int abc_dialog_padding_material -com.turingtechnologies.materialscrollbar.R$animator: int design_fab_hide_motion_spec -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_LAUNCHER -wangdaye.com.geometricweather.R$dimen: int design_bottom_sheet_modal_elevation -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.appcompat.view.menu.ActionMenuItemView: void setPopupCallback(androidx.appcompat.view.menu.ActionMenuItemView$PopupCallback) -com.jaredrummler.android.colorpicker.R$style: int PreferenceFragmentList_Material -wangdaye.com.geometricweather.R$id: int center_horizontal -androidx.hilt.lifecycle.R$layout: int notification_template_part_time -androidx.preference.R$attr: int windowFixedHeightMajor -okhttp3.Interceptor$Chain: int readTimeoutMillis() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator -com.jaredrummler.android.colorpicker.R$attr: int keylines -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless -wangdaye.com.geometricweather.R$style: int Base_V7_Theme_AppCompat_Light_Dialog -com.jaredrummler.android.colorpicker.R$id: int up -wangdaye.com.geometricweather.db.entities.LocationEntity: float latitude -cyanogenmod.power.IPerformanceManager: void cpuBoost(int) -androidx.hilt.R$styleable: int Fragment_android_name -androidx.preference.R$layout: int custom_dialog -android.didikee.donate.R$color: int primary_text_default_material_dark -androidx.constraintlayout.widget.R$dimen: int abc_dialog_padding_top_material -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintStart_toEndOf -wangdaye.com.geometricweather.R$styleable: int ColorPanelView_cpv_borderColor -cyanogenmod.weather.CMWeatherManager$2$2: void run() -com.google.android.material.R$style: int TextAppearance_AppCompat_Body2 -io.reactivex.internal.util.HashMapSupplier: io.reactivex.internal.util.HashMapSupplier[] values() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial Imperial -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: void setZh_CN(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintCircle -androidx.transition.R$styleable: int FontFamily_fontProviderPackage -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: float unitFactor -io.reactivex.Observable: io.reactivex.Observable concatWith(io.reactivex.CompletableSource) -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse -wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_extendMotionSpec -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver this$0 -com.google.android.material.R$styleable: int[] BottomAppBar -com.github.rahatarmanahmed.cpv.CircularProgressView: int animSwoopDuration -wangdaye.com.geometricweather.R$id: int listMode -com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginStart -androidx.vectordrawable.R$dimen: int notification_small_icon_size_as_large -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void innerError(io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver,java.lang.Throwable) -wangdaye.com.geometricweather.R$drawable: int ic_location -okhttp3.Dispatcher: void finished(java.util.Deque,java.lang.Object) -cyanogenmod.app.CustomTile$Builder: android.content.Intent mOnSettingsClick -cyanogenmod.weather.IRequestInfoListener -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored -io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,long,boolean) -wangdaye.com.geometricweather.common.basic.models.weather.History: java.util.Date date -wangdaye.com.geometricweather.R$drawable: int cpv_preset_checked -com.xw.repo.bubbleseekbar.R$attr: int bsb_thumb_color -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: int EndMinute -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHeight_default -com.jaredrummler.android.colorpicker.R$attr: int listPreferredItemHeightLarge -com.google.android.material.R$attr: int checkedIconVisible -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getProfiles -wangdaye.com.geometricweather.R$id: int widget_trend_hourly_item_4 -com.turingtechnologies.materialscrollbar.R$id: int tag_unhandled_key_event_manager -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dialogPreferredPadding -james.adaptiveicon.R$styleable: int Toolbar_logo -androidx.constraintlayout.widget.R$id: int checkbox -com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_radio_to_on_mtrl_000 -androidx.appcompat.R$id: int action_bar_activity_content -android.didikee.donate.R$styleable: int AppCompatTheme_listDividerAlertDialog -androidx.preference.R$styleable: int SwitchCompat_showText -com.jaredrummler.android.colorpicker.R$layout: int abc_activity_chooser_view -wangdaye.com.geometricweather.R$styleable: int Badge_backgroundColor -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: DailyTrendItemView(android.content.Context) -com.google.android.material.R$attr: int windowMinWidthMajor -com.jaredrummler.android.colorpicker.R$dimen: int compat_button_padding_horizontal_material -com.bumptech.glide.R$attr: int layout_keyline -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onDetach() -android.didikee.donate.R$attr: int editTextBackground -androidx.constraintlayout.widget.R$style: int AlertDialog_AppCompat -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating: double Value -com.google.android.gms.common.internal.zax: zax(android.content.Context) -com.google.android.material.R$attr: int indicatorType -androidx.dynamicanimation.R$dimen: int notification_right_side_padding_top -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List ganmao -android.didikee.donate.R$attr: int title -androidx.appcompat.R$styleable: int ActionBar_titleTextStyle -okhttp3.OkHttpClient: java.util.List connectionSpecs() -cyanogenmod.providers.ThemesContract$ThemesColumns: android.net.Uri CONTENT_URI -androidx.appcompat.widget.AppCompatTextView: void setLineHeight(int) -androidx.viewpager.R$drawable: int notification_icon_background -cyanogenmod.profiles.AirplaneModeSettings$1: java.lang.Object[] newArray(int) -androidx.recyclerview.widget.StaggeredGridLayoutManager -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_pathMotionArc -org.greenrobot.greendao.AbstractDao: boolean detach(java.lang.Object) -androidx.coordinatorlayout.widget.CoordinatorLayout: int getNestedScrollAxes() -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer wetBulbTemperature -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_maxWidth -wangdaye.com.geometricweather.R$attr: int keylines -wangdaye.com.geometricweather.R$style: int Base_V7_Theme_AppCompat_Dialog -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_verticalAlign -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constrainedWidth -wangdaye.com.geometricweather.R$styleable: int SwitchPreference_android_summaryOn -okio.HashingSink: okio.HashingSink sha256(okio.Sink) -cyanogenmod.hardware.CMHardwareManager: int getVibratorDefaultIntensity() -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode WIND -james.adaptiveicon.R$attr: int contentInsetRight -androidx.preference.R$integer -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_alertDialogStyle -androidx.appcompat.widget.ActivityChooserView: void setExpandActivityOverflowButtonContentDescription(int) -android.didikee.donate.R$styleable: int ActionBar_itemPadding -com.google.android.material.R$styleable: int[] CardView -cyanogenmod.app.ILiveLockScreenChangeListener$Stub: ILiveLockScreenChangeListener$Stub() -io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable -androidx.legacy.coreutils.R$layout: int notification_action -androidx.vectordrawable.R$dimen: int notification_right_side_padding_top -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: long serialVersionUID -androidx.appcompat.widget.Toolbar: androidx.appcompat.widget.DecorToolbar getWrapper() -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceHeadline1 -android.didikee.donate.R$styleable: int[] TextAppearance -androidx.hilt.R$color: int notification_icon_bg_color -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: void onError(java.lang.Throwable) -com.turingtechnologies.materialscrollbar.R$attr: int fontFamily -androidx.loader.R$dimen: int notification_main_column_padding_top -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$4 -com.baidu.location.e.n -com.xw.repo.bubbleseekbar.R$id: int bottom_sides -androidx.constraintlayout.widget.R$string: int search_menu_title -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeFindDrawable -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.MinutelyEntity) -okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.lang.String[] EMPTY_RULE -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_DarkActionBar_Bridge -com.google.android.material.transformation.FabTransformationSheetBehavior: FabTransformationSheetBehavior() -androidx.appcompat.R$styleable: int MenuView_android_horizontalDivider -android.didikee.donate.R$drawable: int abc_list_selector_holo_dark -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String STYLE_URI -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.internal.util.ErrorMode errorMode -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle -android.didikee.donate.R$color: int abc_tint_seek_thumb -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Toolbar_Primary -retrofit2.Invocation: java.lang.String toString() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: java.lang.String getEn_US() -com.turingtechnologies.materialscrollbar.R$style: int Platform_V21_AppCompat -james.adaptiveicon.R$anim: int abc_slide_in_top -androidx.appcompat.R$attr: int theme -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_1 -com.xw.repo.bubbleseekbar.R$id: int src_over -wangdaye.com.geometricweather.R$attr: int maxButtonHeight -com.google.android.material.slider.BaseSlider: int getTrackHeight() -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_thumbTintMode -androidx.lifecycle.SavedStateHandle: java.util.Map mLiveDatas -com.amap.api.location.AMapLocation: java.lang.String e -android.didikee.donate.R$layout: int abc_popup_menu_item_layout -com.google.android.material.R$style: int Base_V7_Widget_AppCompat_Toolbar -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind: AccuDailyResult$DailyForecasts$Night$Wind() -com.xw.repo.bubbleseekbar.R$style: int Platform_V21_AppCompat -androidx.vectordrawable.animated.R$style: int Widget_Compat_NotificationActionText -okhttp3.internal.http2.Huffman$Node: Huffman$Node(int,int) -com.bumptech.glide.R$styleable: int GradientColor_android_tileMode -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver(io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver) -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_android_baselineAligned -wangdaye.com.geometricweather.R$color: int test_mtrl_calendar_day -androidx.appcompat.R$attr: int actionBarTabTextStyle -com.amap.api.location.AMapLocation: java.lang.String getBuildingId() -com.github.rahatarmanahmed.cpv.CircularProgressView: int size -androidx.customview.R$id: int action_text -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_endIconContentDescription -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Direction -wangdaye.com.geometricweather.R$styleable: int PreferenceGroup_android_orderingFromXml -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ListView_Menu -androidx.constraintlayout.widget.R$styleable: int AlertDialog_singleChoiceItemLayout -com.jaredrummler.android.colorpicker.R$id: int notification_background -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX speed -james.adaptiveicon.R$attr: int contentInsetLeft -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay -james.adaptiveicon.R$styleable: int SearchView_submitBackground -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property Id -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: int bufferSize -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Spinner_Underlined -wangdaye.com.geometricweather.R$styleable: int FontFamily_fontProviderCerts -org.greenrobot.greendao.AbstractDao: void updateInsideSynchronized(java.lang.Object,org.greenrobot.greendao.database.DatabaseStatement,boolean) -wangdaye.com.geometricweather.R$attr: int listPreferredItemPaddingLeft +android.didikee.donate.R$styleable: int[] ActivityChooserView +cyanogenmod.platform.R: R() +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation: wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Weather weather +cyanogenmod.providers.ThemesContract +androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_rotationY +com.google.android.material.R$id: int gone +okhttp3.MediaType: MediaType(java.lang.String,java.lang.String,java.lang.String,java.lang.String) +com.xw.repo.bubbleseekbar.R$attr: int showText +io.reactivex.Observable: io.reactivex.Observable mergeDelayError(java.lang.Iterable,int,int) +cyanogenmod.themes.ThemeChangeRequest: java.util.Map mThemeComponents +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_CLOCK_VALIDATOR +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void cancelTimer() +androidx.preference.R$dimen: int highlight_alpha_material_colored +wangdaye.com.geometricweather.R$menu +cyanogenmod.alarmclock.ClockContract$InstancesColumns: int HIDE_NOTIFICATION_STATE +android.didikee.donate.R$style: int Base_Widget_AppCompat_RatingBar_Small +wangdaye.com.geometricweather.R$dimen: int mtrl_badge_text_horizontal_edge_offset +androidx.constraintlayout.widget.R$styleable: int TextAppearance_fontFamily +androidx.recyclerview.R$attr: R$attr() +wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String district +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeInsetStart +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_BottomLeftDifferentCornerSize +com.google.android.material.R$styleable: int Slider_tickColor +okhttp3.Cookie: java.lang.String value() +androidx.preference.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode +com.xw.repo.bubbleseekbar.R$dimen: int notification_content_margin_start +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Spinner_Underlined +wangdaye.com.geometricweather.R$styleable: int Preference_android_summary +androidx.preference.R$attr: int showSeekBarValue +com.turingtechnologies.materialscrollbar.R$styleable: int[] ActionMenuView +androidx.constraintlayout.widget.ConstraintHelper: ConstraintHelper(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$layout: int notification_action_tombstone +io.reactivex.internal.util.ArrayListSupplier: io.reactivex.internal.util.ArrayListSupplier valueOf(java.lang.String) +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_showAsAction +com.google.android.material.R$string: int mtrl_badge_numberless_content_description +com.google.android.material.R$attr: int layoutDescription +wangdaye.com.geometricweather.R$styleable: int StateListDrawable_android_visible +androidx.customview.R$id: int actions +wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.util.Date getDate() +com.turingtechnologies.materialscrollbar.R$dimen: int fastscroll_minimum_range +james.adaptiveicon.R$style: int Widget_AppCompat_ActionButton_CloseMode +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeTotalPrecipitation +com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable +retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$1: void invoke(java.lang.Throwable) +androidx.appcompat.R$styleable: int GradientColor_android_startY +androidx.constraintlayout.widget.R$styleable: int ViewStubCompat_android_id +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Weather: MfHistoryResult$History$Weather() +okhttp3.internal.connection.RouteSelector: RouteSelector(okhttp3.Address,okhttp3.internal.connection.RouteDatabase,okhttp3.Call,okhttp3.EventListener) +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onDetach +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric: java.lang.String Unit +wangdaye.com.geometricweather.R$styleable: int AppCompatImageView_tint +okio.Okio$1: okio.Timeout timeout() +androidx.constraintlayout.widget.R$color: int secondary_text_disabled_material_dark +wangdaye.com.geometricweather.R$string: int key_ui_style +okio.BufferedSource: short readShortLe() +okhttp3.internal.cache.DiskLruCache: java.io.File journalFileBackup +androidx.lifecycle.MethodCallsLogger: MethodCallsLogger() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_borderlessButtonStyle +com.jaredrummler.android.colorpicker.R$styleable: int ColorPanelView_cpv_colorShape +androidx.vectordrawable.animated.R$integer +androidx.appcompat.R$styleable: int[] AppCompatImageView +android.didikee.donate.R$styleable: int AppCompatTextHelper_android_drawableStart +androidx.constraintlayout.helper.widget.Flow: void setHorizontalStyle(int) +wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_height +cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener +wangdaye.com.geometricweather.R$string: int sp_widget_hourly_trend_setting +okhttp3.Response: int code() +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_popupTheme +androidx.lifecycle.extensions.R$color: int notification_action_color_filter +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver inner +wangdaye.com.geometricweather.R$styleable: int[] AppCompatTextView +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: java.lang.String getZh_TW() +wangdaye.com.geometricweather.R$string: int action_manage +wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_startAngle +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_hintTextColor +okio.GzipSource: byte FCOMMENT +okio.RealBufferedSource: okio.Buffer buffer() +wangdaye.com.geometricweather.R$color: int material_timepicker_modebutton_tint +okhttp3.internal.cache.CacheStrategy$Factory: boolean isFreshnessLifetimeHeuristic() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: java.util.List getIndices() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_seekBarStyle +okhttp3.MultipartBody$Builder: okhttp3.MultipartBody$Builder setType(okhttp3.MediaType) +cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String getOpPkg() +androidx.constraintlayout.widget.R$attr: int constraintSet +com.turingtechnologies.materialscrollbar.R$attr: int itemHorizontalPadding +androidx.constraintlayout.widget.R$styleable: int Constraint_android_minWidth +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onScreenTurnedOff() +okhttp3.OkHttpClient: okhttp3.internal.tls.CertificateChainCleaner certificateChainCleaner +cyanogenmod.weather.WeatherInfo$DayForecast$1: WeatherInfo$DayForecast$1() +com.jaredrummler.android.colorpicker.R$styleable: int[] MenuItem +com.amap.api.location.AMapLocation: int C +com.google.android.material.R$styleable: int SearchView_android_maxWidth +androidx.recyclerview.widget.StaggeredGridLayoutManager$LazySpanLookup$FullSpanItem: android.os.Parcelable$Creator CREATOR +androidx.appcompat.R$styleable: int AppCompatTheme_dialogTheme +com.autonavi.aps.amapapi.model.AMapLocationServer: long o +androidx.work.R$attr: int fontProviderQuery +androidx.appcompat.R$bool: int abc_allow_stacked_button_bar +wangdaye.com.geometricweather.R$style: int Platform_MaterialComponents_Dialog +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_collapseNotificationPanel_2 +com.google.gson.stream.JsonReader: long peekedLong +okhttp3.internal.http2.Http2Connection: void pushDataLater(int,okio.BufferedSource,int,boolean) +androidx.activity.R$layout: int notification_template_part_chronometer +com.google.android.material.R$attr: int itemSpacing +cyanogenmod.hardware.CMHardwareManager: int FEATURE_THERMAL_MONITOR +androidx.hilt.R$styleable: int GradientColor_android_tileMode +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_horizontalAlign +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionBar_TabBar +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit$Calculator unitCalculator +io.reactivex.internal.util.EmptyComponent +com.baidu.location.indoor.mapversion.c.a$d: com.baidu.location.indoor.mapversion.c.a$a e +androidx.constraintlayout.widget.R$attr: int crossfade +com.google.android.material.R$attr: int maxButtonHeight +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight +james.adaptiveicon.R$attr: int fontProviderPackage +wangdaye.com.geometricweather.R$id: int activity_alert_recyclerView +com.turingtechnologies.materialscrollbar.R$dimen: int fastscroll_default_thickness +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse +wangdaye.com.geometricweather.R$styleable: int DialogPreference_negativeButtonText +wangdaye.com.geometricweather.R$id: int dialog_animatable_icon_icon +cyanogenmod.themes.ThemeManager$1: void onProgress(int) +io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver +io.reactivex.internal.util.NotificationLite: io.reactivex.internal.util.NotificationLite valueOf(java.lang.String) +androidx.constraintlayout.widget.R$attr: int windowActionBar +androidx.appcompat.R$styleable: int AppCompatTheme_actionModeCloseDrawable +androidx.appcompat.widget.SearchView: void setIconified(boolean) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator +androidx.viewpager2.R$style: int TextAppearance_Compat_Notification_Info +androidx.preference.R$styleable: int[] ListPreference +com.xw.repo.bubbleseekbar.R$string: int abc_menu_enter_shortcut_label +wangdaye.com.geometricweather.R$drawable: int notification_bg_low +okhttp3.internal.Util$2: Util$2(java.lang.String,boolean) +retrofit2.ParameterHandler$Body: int p +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: java.lang.String ShortPhrase +wangdaye.com.geometricweather.R$id: int alertTitle +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: void cancel(java.lang.Object) +wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit[] values() +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property ThunderstormPrecipitationProbability +com.jaredrummler.android.colorpicker.R$attr: int actionOverflowButtonStyle +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: int[] getVibratorIntensity() +com.xw.repo.bubbleseekbar.R$attr: int navigationIcon +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_MaterialComponents_TextInputEditText +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_measureWithLargestChild +androidx.lifecycle.SavedStateHandle: void set(java.lang.String,java.lang.Object) +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner +io.reactivex.Observable: io.reactivex.Observable timeout(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,io.reactivex.ObservableSource) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_RatingBar_Indicator +com.google.android.material.R$color: int design_default_color_primary_dark +okio.Buffer: java.lang.String readUtf8Line(long) +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_DEFAULT_LED_OFF +androidx.lifecycle.MutableLiveData: MutableLiveData(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$attr: int state_liftable +com.turingtechnologies.materialscrollbar.R$id: int info +wangdaye.com.geometricweather.R$id: int showCustom +com.turingtechnologies.materialscrollbar.R$string: int path_password_eye +okhttp3.ResponseBody: okhttp3.ResponseBody create(okhttp3.MediaType,long,okio.BufferedSource) +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningConsequence: int phenomenonId +wangdaye.com.geometricweather.R$drawable: int mtrl_ic_error +com.google.android.material.textfield.TextInputLayout: int getPlaceholderTextAppearance() +com.google.android.gms.internal.location.zzbe: android.os.Parcelable$Creator CREATOR +androidx.fragment.app.Fragment$InstantiationException +androidx.preference.R$attr: int contentInsetEnd +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: long endValidityTime +android.didikee.donate.R$attr: int checkedTextViewStyle +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_pivotX +com.github.rahatarmanahmed.cpv.R +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver inner +wangdaye.com.geometricweather.R$drawable: int weather_sleet_pixel +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_30 +com.bumptech.glide.integration.okhttp.R$dimen: int notification_action_text_size +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText +androidx.appcompat.R$id: R$id() +okhttp3.internal.ws.RealWebSocket: void onReadClose(int,java.lang.String) +com.google.android.material.R$style: int Widget_Design_NavigationView +wangdaye.com.geometricweather.R$id: int notification_base_weather +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_end_padding +wangdaye.com.geometricweather.R$anim: int abc_fade_in +com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense +androidx.hilt.work.R$dimen: int notification_right_side_padding_top +com.google.android.material.R$styleable: int Constraint_android_scaleY +okhttp3.internal.cache.DiskLruCache: void flush() +wangdaye.com.geometricweather.R$id: int dialog_time_setter_done +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Tooltip +androidx.appcompat.widget.Toolbar: int getContentInsetEndWithActions() +androidx.appcompat.R$attr: int trackTintMode +com.google.android.material.textfield.TextInputLayout: void setCounterTextAppearance(int) +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_enabled +androidx.appcompat.R$styleable: int[] PopupWindow +com.google.android.material.chip.Chip: float getIconEndPadding() +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_Dialog_FixedSize +androidx.constraintlayout.motion.widget.MotionLayout$TransitionState: androidx.constraintlayout.motion.widget.MotionLayout$TransitionState UNDEFINED +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: CaiYunMainlyResult$CurrentBean$WindBean() +okhttp3.logging.HttpLoggingInterceptor$Logger$1: void log(java.lang.String) +com.google.android.material.R$attr: int spinnerDropDownItemStyle +cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: void updateWeather(cyanogenmod.weather.RequestInfo) +cyanogenmod.app.ILiveLockScreenChangeListener$Stub$Proxy: java.lang.String getInterfaceDescriptor() +androidx.core.content.FileProvider: FileProvider() +androidx.lifecycle.ProcessLifecycleOwnerInitializer: boolean onCreate() +androidx.viewpager2.widget.ViewPager2: int getItemDecorationCount() +com.jaredrummler.android.colorpicker.R$styleable: int[] StateListDrawableItem +com.google.android.material.button.MaterialButton: void setBackgroundColor(int) +com.amap.api.fence.GeoFence: java.lang.String BUNDLE_KEY_FENCEID +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_goneMarginEnd +com.google.android.material.R$style: int Widget_MaterialComponents_TextInputEditText_OutlinedBox +wangdaye.com.geometricweather.R$drawable: int notif_temp_62 +androidx.constraintlayout.widget.R$styleable: int OnClick_targetId cyanogenmod.weatherservice.IWeatherProviderService$Stub: int TRANSACTION_cancelOngoingRequests -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_19 -androidx.appcompat.R$attr: int thumbTint -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item -wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_moon -android.didikee.donate.R$drawable: int notification_tile_bg -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setSunSet(java.lang.String) -androidx.constraintlayout.widget.R$drawable: int abc_item_background_holo_dark -com.google.android.material.R$styleable: int Layout_maxWidth -androidx.work.ArrayCreatingInputMerger: ArrayCreatingInputMerger() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle -androidx.recyclerview.R$dimen: int fastscroll_default_thickness -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_shapeAppearanceOverlay -com.google.android.material.R$string: int mtrl_picker_text_input_date_hint -com.google.android.material.R$attr: int allowStacking -cyanogenmod.providers.CMSettings: java.lang.String ACTION_DATA_USAGE -android.didikee.donate.R$styleable: int ActionBar_contentInsetStartWithNavigation -wangdaye.com.geometricweather.R$attr: int closeIconEndPadding -androidx.appcompat.resources.R$id: int tag_accessibility_clickable_spans -androidx.appcompat.R$id: int accessibility_custom_action_4 -com.jaredrummler.android.colorpicker.R$drawable: int notification_bg_low_pressed -wangdaye.com.geometricweather.R$string: int humidity -com.google.android.material.R$attr: int chipSpacingHorizontal -com.google.android.material.R$attr: int flow_verticalGap -okhttp3.internal.http.RealInterceptorChain: okhttp3.EventListener eventListener -androidx.lifecycle.extensions.R$integer -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Medium -retrofit2.KotlinExtensions$suspendAndThrow$$inlined$suspendCoroutineUninterceptedOrReturn$lambda$1: void run() -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout: FitSystemBarAppBarLayout(android.content.Context,android.util.AttributeSet,int) -androidx.preference.R$color: int abc_tint_seek_thumb -androidx.vectordrawable.R$id: int text2 -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: java.util.concurrent.atomic.AtomicReference observers -com.turingtechnologies.materialscrollbar.R$color: int design_fab_stroke_top_outer_color -okhttp3.internal.http2.Http2Connection: Http2Connection(okhttp3.internal.http2.Http2Connection$Builder) -com.google.android.material.R$attr: int triggerSlack -io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: void onComplete() -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_contentInsetEnd -com.turingtechnologies.materialscrollbar.R$attr: int iconSize -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_linearSeamless -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_Layout_layout_collapseMode -androidx.preference.R$styleable: int CheckBoxPreference_summaryOn -com.turingtechnologies.materialscrollbar.R$attr: int pressedTranslationZ -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text -cyanogenmod.app.StatusBarPanelCustomTile$1 -retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder validateEagerly(boolean) -com.google.android.material.R$drawable: int abc_list_divider_mtrl_alpha -androidx.appcompat.R$string: int abc_menu_ctrl_shortcut_label -androidx.preference.R$styleable: int MenuView_android_windowAnimationStyle -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedEmitLast: void run() -wangdaye.com.geometricweather.R$anim: int abc_popup_exit -okhttp3.internal.http1.Http1Codec$AbstractSource: boolean closed -okhttp3.ConnectionSpec: java.util.List tlsVersions() -androidx.vectordrawable.R$id: int chronometer -androidx.appcompat.widget.AppCompatTextView: void setTextMetricsParamsCompat(androidx.core.text.PrecomputedTextCompat$Params) -com.jaredrummler.android.colorpicker.R$attr: int searchViewStyle -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay CARD_LIFE_DETAILS -com.google.android.material.R$animator -com.google.android.material.R$styleable: int[] ShapeAppearance -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$TotalLiquid: java.lang.String Unit -androidx.constraintlayout.widget.R$dimen: int compat_button_padding_horizontal_material -androidx.hilt.work.R$style: int TextAppearance_Compat_Notification_Time -com.jaredrummler.android.colorpicker.R$id: R$id() -wangdaye.com.geometricweather.R$string: int content_desc_weather_icon_dark -wangdaye.com.geometricweather.R$layout: int item_weather_daily_uv -com.google.android.material.R$attr: int listPreferredItemPaddingEnd -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_RatingBar_Small +io.reactivex.Observable: io.reactivex.observers.TestObserver test(boolean) +androidx.preference.R$layout: int notification_template_icon_group +cyanogenmod.content.Intent: java.lang.String EXTRA_RECENTS_LONG_PRESS_RELEASE +cyanogenmod.externalviews.KeyguardExternalView$8: boolean val$showing +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Metric +com.google.android.material.switchmaterial.SwitchMaterial: SwitchMaterial(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.slider.RangeSlider: RangeSlider(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List daisan +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: androidx.lifecycle.LiveData mLiveData +wangdaye.com.geometricweather.R$attr: int deltaPolarRadius +androidx.core.widget.NestedScrollView: float getTopFadingEdgeStrength() +androidx.preference.R$attr: int actionModeCloseDrawable +androidx.constraintlayout.helper.widget.Flow: void setWrapMode(int) +androidx.lifecycle.ProcessLifecycleOwnerInitializer: android.database.Cursor query(android.net.Uri,java.lang.String[],java.lang.String,java.lang.String[],java.lang.String) +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setRealFeelShaderTemperature(java.lang.Integer) +james.adaptiveicon.R$attr: int editTextBackground +com.google.android.material.R$dimen: int mtrl_slider_widget_height +androidx.lifecycle.extensions.R$dimen: int notification_main_column_padding_top +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index o3 +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_TabBar +androidx.constraintlayout.widget.R$styleable: int FontFamily_fontProviderAuthority +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float ParticulateMatter10 +wangdaye.com.geometricweather.R$id: int activity_widget_config_textSizeContainer +com.jaredrummler.android.colorpicker.R$dimen: int fastscroll_default_thickness +cyanogenmod.weather.CMWeatherManager: java.lang.String getActiveWeatherServiceProviderLabel() +androidx.viewpager2.R$dimen: int notification_main_column_padding_top +com.turingtechnologies.materialscrollbar.MaterialScrollBar: void setRightToLeft(boolean) +cyanogenmod.app.Profile: void setTrigger(cyanogenmod.app.Profile$ProfileTrigger) +androidx.preference.R$style: int Base_Widget_AppCompat_SeekBar_Discrete +androidx.swiperefreshlayout.R$dimen wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: WidgetItemView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$drawable: int abc_text_select_handle_right_mtrl_dark -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_percent -com.bumptech.glide.integration.okhttp.R$id: int start -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator INCREASING_RING_VALIDATOR -com.turingtechnologies.materialscrollbar.R$attr: int paddingBottomNoButtons -com.turingtechnologies.materialscrollbar.R$attr: int contentPadding -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.lang.String saint -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult -com.google.android.material.progressindicator.ProgressIndicator: void setLinearSeamless(boolean) -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$RainForecast: int rain -androidx.hilt.lifecycle.R$drawable: int notification_bg_normal -androidx.viewpager.R$id: int notification_main_column -cyanogenmod.app.ICMTelephonyManager$Stub: android.os.IBinder asBinder() -wangdaye.com.geometricweather.R$animator: int weather_hail_1 -androidx.constraintlayout.widget.R$attr: int region_widthMoreThan -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder encodedPassword(java.lang.String) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getUvIndex() -com.google.gson.stream.JsonReader$1: void promoteNameToValue(com.google.gson.stream.JsonReader) -com.amap.api.location.AMapLocationClientOption$GeoLanguage: com.amap.api.location.AMapLocationClientOption$GeoLanguage ZH -androidx.constraintlayout.helper.widget.Flow: void setMaxElementsWrap(int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: void setFrom(java.lang.String) -com.google.android.material.R$dimen: int mtrl_snackbar_background_overlay_color_alpha -retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: io.reactivex.Observer observer -cyanogenmod.providers.CMSettings$Secure: boolean isLegacySetting(java.lang.String) -io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: long serialVersionUID -com.google.gson.stream.JsonWriter: void beforeValue() -androidx.recyclerview.R$styleable: R$styleable() -com.google.android.material.R$attr: int itemShapeAppearance -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_Button -androidx.viewpager2.R$id: int line1 -androidx.appcompat.R$styleable: int GradientColor_android_centerX -com.google.android.material.R$styleable: int KeyAttribute_motionTarget -androidx.legacy.coreutils.R$id: int info -cyanogenmod.app.CustomTile$GridExpandedStyle -wangdaye.com.geometricweather.R$id: int bottom_sides -okhttp3.internal.connection.RouteDatabase: void failed(okhttp3.Route) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_97 -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TabLayout_PrimarySurface -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.lang.Integer getCloudCover() -io.reactivex.internal.subscriptions.SubscriptionHelper: boolean validate(org.reactivestreams.Subscription,org.reactivestreams.Subscription) -androidx.lifecycle.LifecycleRegistry$ObserverWithState: LifecycleRegistry$ObserverWithState(androidx.lifecycle.LifecycleObserver,androidx.lifecycle.Lifecycle$State) -wangdaye.com.geometricweather.R$dimen: int mtrl_navigation_item_icon_size -okhttp3.internal.http2.Http2Connection$ReaderRunnable: okhttp3.internal.http2.Http2Connection this$0 -androidx.constraintlayout.widget.R$styleable: int ImageFilterView_round -com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar -okhttp3.MediaType: java.lang.String TOKEN -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_Alert -com.google.android.material.tabs.TabLayout: void setSelectedTabIndicatorGravity(int) -wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.util.List _queryWeatherEntity_AlertEntityList(java.lang.String,java.lang.String) -androidx.lifecycle.CompositeGeneratedAdaptersObserver -com.turingtechnologies.materialscrollbar.R$attr: int titleMarginTop -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut -james.adaptiveicon.R$attr: int titleMarginEnd -com.turingtechnologies.materialscrollbar.R$attr: int cardUseCompatPadding -james.adaptiveicon.R$attr: int dividerPadding -com.google.android.material.R$style: int Theme_MaterialComponents_Light_NoActionBar_Bridge -com.turingtechnologies.materialscrollbar.R$drawable: int abc_textfield_search_material -okhttp3.internal.ws.WebSocketProtocol: int B0_FLAG_RSV1 -android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat_Light -androidx.constraintlayout.widget.R$drawable: int tooltip_frame_light -androidx.constraintlayout.widget.R$dimen: int abc_text_size_headline_material -android.didikee.donate.R$styleable: int ActionMode_height -com.google.android.material.R$string: int material_timepicker_pm -wangdaye.com.geometricweather.common.basic.models.weather.Base -wangdaye.com.geometricweather.R$id: int mini -wangdaye.com.geometricweather.R$id: int month_navigation_bar -cyanogenmod.platform.Manifest$permission: java.lang.String PUBLISH_CUSTOM_TILE -com.jaredrummler.android.colorpicker.R$styleable: int Preference_order -androidx.appcompat.R$color: int abc_color_highlight_material -androidx.lifecycle.LiveData: void postValue(java.lang.Object) -androidx.viewpager2.R$styleable: int FontFamily_fontProviderFetchStrategy -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleMarginStart -androidx.preference.R$anim: int btn_radio_to_on_mtrl_dot_group_animation -wangdaye.com.geometricweather.R$attr: int backgroundSplit -cyanogenmod.providers.WeatherContract$WeatherColumns$TempUnit: WeatherContract$WeatherColumns$TempUnit() -com.google.android.material.R$string: int item_view_role_description -android.didikee.donate.R$string: int abc_searchview_description_voice -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableTint -wangdaye.com.geometricweather.R$attr: int chipCornerRadius -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver(io.reactivex.Observer,io.reactivex.functions.Function,boolean) -wangdaye.com.geometricweather.R$dimen: int material_clock_period_toggle_margin_left -androidx.appcompat.R$dimen: int abc_action_bar_overflow_padding_end_material -androidx.constraintlayout.widget.R$drawable: int abc_seekbar_track_material -androidx.appcompat.R$styleable: int[] ActionBarLayout -io.reactivex.Observable: io.reactivex.Observable defer(java.util.concurrent.Callable) -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property Daylight -james.adaptiveicon.R$attr: int height -com.amap.api.fence.DistrictItem: java.lang.String c -androidx.preference.R$style: int Theme_AppCompat_DialogWhenLarge -com.google.android.material.R$dimen: int mtrl_btn_inset -okhttp3.internal.platform.Platform: okhttp3.internal.platform.Platform PLATFORM -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_end_padding_icon -wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_elevation -okio.Okio: okio.Sink sink(java.nio.file.Path,java.nio.file.OpenOption[]) -android.didikee.donate.R$styleable: int TextAppearance_textAllCaps -cyanogenmod.app.CMStatusBarManager -com.google.android.material.snackbar.BaseTransientBottomBar$Behavior -com.turingtechnologies.materialscrollbar.R$styleable: int[] NavigationView -androidx.recyclerview.widget.RecyclerView: void addOnScrollListener(androidx.recyclerview.widget.RecyclerView$OnScrollListener) -com.google.android.material.R$id: int contentPanel -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarDivider -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun -androidx.constraintlayout.widget.R$color: int foreground_material_dark -com.google.android.material.R$styleable: int MenuItem_iconTintMode -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_actionProviderClass -com.google.android.material.R$color: int design_dark_default_color_secondary_variant -wangdaye.com.geometricweather.db.entities.AlertEntity: java.util.Date date -androidx.viewpager2.R$id: int accessibility_custom_action_13 -io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: void onError(java.lang.Throwable) -androidx.legacy.coreutils.R$styleable: int GradientColorItem_android_color -cyanogenmod.externalviews.ExternalViewProviderService$Provider: ExternalViewProviderService$Provider(cyanogenmod.externalviews.ExternalViewProviderService,android.os.Bundle) -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$id: int container_main_sun_moon_title -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void onSubscribe(org.reactivestreams.Subscription) -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void unregisterCallback(cyanogenmod.externalviews.IKeyguardExternalViewCallbacks) -androidx.preference.R$dimen: int abc_text_size_title_material_toolbar -com.google.android.material.R$style: int Base_Widget_AppCompat_SearchView_ActionBar -android.didikee.donate.R$dimen: int notification_big_circle_margin -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarTabStyle -cyanogenmod.app.CustomTile$ExpandedStyle: void internalStyleId(int) -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_icon -androidx.appcompat.R$layout: int custom_dialog -wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: java.lang.String getProviderName(android.content.Context) -cyanogenmod.app.CMContextConstants: java.lang.String CM_PROFILE_SERVICE -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int FREEZING_DRIZZLE -androidx.preference.R$attr: int layout_anchor +com.turingtechnologies.materialscrollbar.R$attr: int singleChoiceItemLayout +com.google.android.material.R$styleable: int Toolbar_logo +androidx.hilt.R$attr: int font +wangdaye.com.geometricweather.R$color: int cardview_shadow_end_color +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder host(java.lang.String) +androidx.activity.R$integer +com.xw.repo.bubbleseekbar.R$dimen: int notification_big_circle_margin +com.amap.api.fence.GeoFenceManagerBase: boolean removeGeoFence(com.amap.api.fence.GeoFence) +james.adaptiveicon.R$style: int Base_V21_Theme_AppCompat_Dialog +com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse +com.amap.api.fence.PoiItem: java.lang.String b +io.reactivex.internal.observers.ForEachWhileObserver: void onError(java.lang.Throwable) +com.google.android.material.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +retrofit2.CallAdapter$Factory: java.lang.Class getRawType(java.lang.reflect.Type) +androidx.preference.R$styleable: int AppCompatSeekBar_tickMark +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.HistoryEntity) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setPressure(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean) +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Subhead +wangdaye.com.geometricweather.R$styleable: int PreferenceGroup_android_orderingFromXml +okhttp3.Cache$Entry: okhttp3.Headers responseHeaders +okhttp3.internal.platform.Jdk9Platform: java.lang.reflect.Method getProtocolMethod +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void onComplete() +okhttp3.CacheControl: boolean mustRevalidate +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind: java.lang.String icon +com.google.android.material.R$styleable: int MenuItem_android_alphabeticShortcut +james.adaptiveicon.R$attr: int arrowHeadLength +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.lang.String getShortDate(android.content.Context) +wangdaye.com.geometricweather.db.entities.WeatherEntity: void refresh() +com.xw.repo.bubbleseekbar.R$attr: int iconifiedByDefault +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: void otherError(java.lang.Throwable) +com.google.android.material.R$attr: int iconTintMode +androidx.lifecycle.ComputableLiveData$2: void run() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_popupWindowStyle +com.github.rahatarmanahmed.cpv.CircularProgressViewListener: void onProgressUpdateEnd(float) +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.Precipitation precipitation +androidx.preference.R$styleable: int GradientColor_android_tileMode +okio.Buffer: okio.ByteString sha1() +com.turingtechnologies.materialscrollbar.R$color: int accent_material_light +androidx.vectordrawable.animated.R$layout +com.xw.repo.bubbleseekbar.R$attr: int listPreferredItemHeight +wangdaye.com.geometricweather.R$anim: int abc_shrink_fade_out_from_bottom +androidx.constraintlayout.widget.Barrier: Barrier(android.content.Context) +okio.RealBufferedSink: long writeAll(okio.Source) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String uvDescription +cyanogenmod.app.IProfileManager$Stub$Proxy: android.app.NotificationGroup getNotificationGroup(android.os.ParcelUuid) +cyanogenmod.app.LiveLockScreenInfo$1: java.lang.Object createFromParcel(android.os.Parcel) +com.jaredrummler.android.colorpicker.R$style: int Preference_Category_Material +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: java.util.concurrent.atomic.AtomicReference upstream +com.google.android.material.R$styleable: int Constraint_layout_constraintGuide_begin +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: MfRainResult$Position() +com.google.android.material.slider.RangeSlider: void setMinSeparationValue(float) +wangdaye.com.geometricweather.R$attr: int subtitleTextAppearance +androidx.constraintlayout.widget.R$color: int abc_tint_btn_checkable +wangdaye.com.geometricweather.R$attr: int seekBarStyle +androidx.preference.R$dimen: int abc_edit_text_inset_bottom_material +android.didikee.donate.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView +androidx.hilt.lifecycle.R$dimen: int notification_big_circle_margin +cyanogenmod.app.suggest.IAppSuggestProvider$Stub: java.lang.String DESCRIPTOR +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: void onComplete() +android.support.v4.os.ResultReceiver: ResultReceiver(android.os.Handler) +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarStyle +com.jaredrummler.android.colorpicker.R$attr: int fontVariationSettings +okhttp3.internal.http2.Http2Stream$FramingSource: okhttp3.internal.http2.Http2Stream this$0 +androidx.swiperefreshlayout.R$dimen: int notification_large_icon_width +com.turingtechnologies.materialscrollbar.R$attr: int toolbarStyle +wangdaye.com.geometricweather.R$drawable: int ic_delete +okhttp3.ConnectionPool: java.lang.Runnable cleanupRunnable +cyanogenmod.app.Profile$ProfileTrigger: int mState +okhttp3.Cache$Entry: java.lang.String message +com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_buttonPanelSideLayout +okhttp3.Cache +androidx.legacy.coreutils.R$dimen: int notification_right_side_padding_top +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: FlowableOnBackpressureBuffer$BackpressureBufferSubscriber(org.reactivestreams.Subscriber,int,boolean,boolean,io.reactivex.functions.Action) +android.didikee.donate.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner +androidx.lifecycle.HasDefaultViewModelProviderFactory: androidx.lifecycle.ViewModelProvider$Factory getDefaultViewModelProviderFactory() +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title +wangdaye.com.geometricweather.R$id: int activity_widget_config_wall +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHeight_min +androidx.hilt.work.R$id: int dialog_button +androidx.work.R$styleable: int FontFamilyFont_android_ttcIndex +com.xw.repo.bubbleseekbar.R$attr: int titleMarginEnd +wangdaye.com.geometricweather.R$styleable: int DialogPreference_dialogIcon +james.adaptiveicon.R$color: int abc_btn_colored_text_material +com.jaredrummler.android.colorpicker.R$styleable: int Preference_iconSpaceReserved +cyanogenmod.weather.WeatherInfo$DayForecast: void writeToParcel(android.os.Parcel,int) +androidx.appcompat.resources.R$styleable: int GradientColor_android_type +retrofit2.KotlinExtensions: java.lang.Object awaitResponse(retrofit2.Call,kotlin.coroutines.Continuation) +android.support.v4.app.INotificationSideChannel$Default +com.google.android.material.R$style: int TextAppearance_AppCompat_Caption +com.google.android.material.R$styleable: int RecyclerView_stackFromEnd +androidx.activity.R$id: int accessibility_custom_action_7 +io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: ObservableRetryBiPredicate$RetryBiObserver(io.reactivex.Observer,io.reactivex.functions.BiPredicate,io.reactivex.internal.disposables.SequentialDisposable,io.reactivex.ObservableSource) +wangdaye.com.geometricweather.R$color: int material_on_surface_emphasis_high_type +com.google.android.material.R$attr: int helperText +wangdaye.com.geometricweather.R$string: int key_widget_trend_daily +okhttp3.internal.http2.PushObserver$1: boolean onRequest(int,java.util.List) +com.google.android.material.R$styleable: int KeyCycle_motionTarget +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: void clear() +wangdaye.com.geometricweather.R$attr: int layout_constraintBottom_creator +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup +wangdaye.com.geometricweather.R$attr: int checkedIconSize +james.adaptiveicon.R$dimen: int tooltip_y_offset_touch +com.google.android.material.R$attr: int queryBackground +okhttp3.internal.Util: boolean discard(okio.Source,int,java.util.concurrent.TimeUnit) +com.google.android.material.R$dimen: int mtrl_slider_thumb_radius +okhttp3.internal.http2.Hpack$Reader: okio.BufferedSource source +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_barrierMargin +okio.RealBufferedSink: void flush() +io.reactivex.internal.subscriptions.SubscriptionArbiter: boolean cancelled +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeCloudCover +androidx.constraintlayout.widget.R$styleable: int Toolbar_menu +androidx.preference.R$id: int accessibility_custom_action_3 +com.xw.repo.bubbleseekbar.R$string: int abc_menu_function_shortcut_label +cyanogenmod.power.IPerformanceManager$Stub$Proxy: android.os.IBinder mRemote +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: wangdaye.com.geometricweather.db.converters.WeatherCodeConverter weatherCodeConverter +com.turingtechnologies.materialscrollbar.R$attr: int layoutManager +retrofit2.ParameterHandler$1 +okhttp3.Cache$Entry: boolean isHttps() +android.support.v4.os.IResultReceiver$Stub$Proxy: IResultReceiver$Stub$Proxy(android.os.IBinder) +androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory +com.loc.k: void a(int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Metric: java.lang.String Unit +androidx.preference.R$integer: R$integer() +okhttp3.Address: boolean equals(java.lang.Object) +com.google.android.material.R$layout: int mtrl_calendar_month_labeled +com.google.android.material.R$styleable: int AppCompatTheme_windowFixedWidthMinor +androidx.preference.R$styleable: int AppCompatTheme_popupMenuStyle +io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: long serialVersionUID +com.xw.repo.bubbleseekbar.R$color: int primary_text_disabled_material_dark +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: boolean mainDone +androidx.constraintlayout.widget.R$attr: int subtitleTextColor +android.didikee.donate.R$style: int Base_V22_Theme_AppCompat_Light +androidx.cardview.R$attr: int cardUseCompatPadding +okhttp3.internal.platform.Platform: void connectSocket(java.net.Socket,java.net.InetSocketAddress,int) +wangdaye.com.geometricweather.R$color: int secondary_text_disabled_material_dark +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_horizontalStyle +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: boolean isDisposed() +androidx.drawerlayout.R$id: int icon +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int MIXED_RAIN_AND_SLEET +wangdaye.com.geometricweather.R$string: int key_forecast_today_time +wangdaye.com.geometricweather.R$id: int mtrl_picker_header +androidx.preference.R$style: int Base_Widget_AppCompat_Spinner +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: int OTHER_STATE_CONSUMED_OR_EMPTY +com.turingtechnologies.materialscrollbar.R$dimen: int abc_search_view_preferred_width +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property So2 +com.xw.repo.bubbleseekbar.R$attr: int textAppearanceListItem +androidx.hilt.lifecycle.R$anim: int fragment_fast_out_extra_slow_in +wangdaye.com.geometricweather.R$styleable: int MotionScene_layoutDuringTransition +wangdaye.com.geometricweather.R$id: int password_toggle +androidx.constraintlayout.widget.R$attr: int flow_lastHorizontalBias +james.adaptiveicon.R$integer: int config_tooltipAnimTime +com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_itemIconDisabledAlpha +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Direction: AccuDailyResult$DailyForecasts$Night$Wind$Direction() +androidx.customview.R$style: int Widget_Compat_NotificationActionText +androidx.constraintlayout.widget.R$styleable: int AppCompatSeekBar_tickMarkTint +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getAqiIndex() +com.turingtechnologies.materialscrollbar.R$attr: int passwordToggleEnabled +com.google.android.material.R$style: int Widget_MaterialComponents_Snackbar_FullWidth +okhttp3.Response$Builder: okhttp3.Response$Builder priorResponse(okhttp3.Response) +com.xw.repo.bubbleseekbar.R$color: int abc_btn_colored_text_material +com.google.android.material.R$layout: int notification_template_custom_big +com.google.android.material.R$anim: int btn_radio_to_on_mtrl_dot_group_animation +com.xw.repo.bubbleseekbar.R$styleable: int[] AppCompatSeekBar +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeDegreeDayTemperature +wangdaye.com.geometricweather.R$id: int material_value_index +cyanogenmod.providers.CMSettings$Secure: java.lang.String VIBRATOR_INTENSITY +okhttp3.Route: java.lang.String toString() +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: int minuteInterval +com.google.android.material.R$dimen: int abc_action_bar_content_inset_material +com.xw.repo.bubbleseekbar.R$styleable: int CompoundButton_buttonTint +okio.DeflaterSink: DeflaterSink(okio.BufferedSink,java.util.zip.Deflater) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_textinput_box_stroke_width_default +androidx.appcompat.R$id: int accessibility_action_clickable_span +okio.RealBufferedSink$1: RealBufferedSink$1(okio.RealBufferedSink) +com.baidu.location.e.p: java.util.List a(org.json.JSONObject,java.lang.String,int) +retrofit2.OkHttpCall$ExceptionCatchingResponseBody: okhttp3.MediaType contentType() +androidx.constraintlayout.widget.R$styleable: int Constraint_barrierMargin +androidx.appcompat.R$integer: int abc_config_activityShortDur +james.adaptiveicon.R$layout: int notification_template_custom_big +wangdaye.com.geometricweather.R$styleable: int SearchView_layout +james.adaptiveicon.R$styleable: int[] ViewBackgroundHelper +com.turingtechnologies.materialscrollbar.R$attr: int colorSwitchThumbNormal +wangdaye.com.geometricweather.R$id: int grassIcon +com.google.android.material.circularreveal.CircularRevealFrameLayout: void setCircularRevealOverlayDrawable(android.graphics.drawable.Drawable) +okhttp3.internal.NamedRunnable: java.lang.String name +okhttp3.RequestBody$3: void writeTo(okio.BufferedSink) +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar +okio.DeflaterSink: void close() +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getShortTemperatureText(android.content.Context,int) +wangdaye.com.geometricweather.R$attr: int bsb_show_section_text +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintTop_creator +james.adaptiveicon.R$attr: int autoSizeMinTextSize +com.google.android.gms.base.R$string: int common_google_play_services_wear_update_text +james.adaptiveicon.R$id: int src_over +wangdaye.com.geometricweather.R$attr: int switchPadding +androidx.preference.R$style: int Preference_SeekBarPreference +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: ObservableTimeout$TimeoutConsumer(long,io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutSelectorSupport) +androidx.core.R$styleable: int GradientColor_android_endX +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: java.lang.String zh_TW +androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView +androidx.constraintlayout.widget.R$drawable: int btn_radio_off_mtrl +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Button_Small +okhttp3.internal.http2.Http2Stream: void receiveRstStream(okhttp3.internal.http2.ErrorCode) +wangdaye.com.geometricweather.R$dimen: int abc_dialog_fixed_height_major +androidx.work.R$id: int action_container +cyanogenmod.externalviews.ExternalViewProperties: int getWidth() +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_android_fontStyle +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabRippleColor +com.google.android.material.slider.Slider: float getValueTo() +com.bumptech.glide.integration.okhttp.R$id: int forever +androidx.work.R$styleable: int[] FontFamilyFont +androidx.preference.R$id: int search_voice_btn +james.adaptiveicon.R$id: int action_bar_subtitle +okhttp3.internal.ws.RealWebSocket: void onReadPing(okio.ByteString) +wangdaye.com.geometricweather.R$attr: int selectionRequired androidx.work.InputMerger: InputMerger() -android.didikee.donate.R$styleable: int AppCompatTheme_alertDialogCenterButtons -com.amap.api.location.AMapLocation: int v -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Inverse -com.google.android.material.textfield.TextInputLayout: void addOnEditTextAttachedListener(com.google.android.material.textfield.TextInputLayout$OnEditTextAttachedListener) -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: io.reactivex.internal.util.AtomicThrowable error -com.turingtechnologies.materialscrollbar.R$attr: int editTextStyle -com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_listItemLayout -wangdaye.com.geometricweather.R$attr: int layout_constraintGuide_begin -androidx.appcompat.widget.SearchView: void setAppSearchData(android.os.Bundle) -cyanogenmod.providers.CMSettings$Secure: java.lang.String LOCKSCREEN_INTERNALLY_ENABLED -androidx.constraintlayout.widget.R$attr: int autoCompleteTextViewStyle -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart -okhttp3.logging.HttpLoggingInterceptor: HttpLoggingInterceptor() -androidx.appcompat.R$style: int Widget_AppCompat_Spinner_Underlined +okhttp3.internal.tls.CertificateChainCleaner +com.turingtechnologies.materialscrollbar.R$styleable: int[] BottomSheetBehavior_Layout +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer realFeelTemperature +android.didikee.donate.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset +com.jaredrummler.android.colorpicker.R$attr: int switchMinWidth +okhttp3.internal.http2.Http2Connection$7: int val$streamId +com.bumptech.glide.integration.okhttp.R$attr: int font +io.reactivex.Observable: io.reactivex.Observable join(io.reactivex.ObservableSource,io.reactivex.functions.Function,io.reactivex.functions.Function,io.reactivex.functions.BiFunction) +cyanogenmod.alarmclock.ClockContract$InstancesColumns: int HIGH_NOTIFICATION_STATE +androidx.core.R$styleable: int GradientColor_android_startY +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_medium_material +com.google.android.material.R$attr: int backgroundInsetBottom +james.adaptiveicon.R$attr: int windowActionBar +wangdaye.com.geometricweather.common.basic.models.weather.Astro +okhttp3.CacheControl: boolean immutable() +androidx.preference.Preference: Preference(android.content.Context,android.util.AttributeSet,int) +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_trackTint +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_29 +cyanogenmod.weather.RequestInfo: int TYPE_WEATHER_BY_WEATHER_LOCATION_REQ +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_1_normal +james.adaptiveicon.R$style: int Base_Animation_AppCompat_Tooltip +androidx.appcompat.R$id: int accessibility_custom_action_2 +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_2_light +com.turingtechnologies.materialscrollbar.R$interpolator: int mtrl_linear_out_slow_in +androidx.appcompat.R$drawable: int abc_btn_borderless_material +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA +com.google.android.material.switchmaterial.SwitchMaterial +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_22 +com.google.android.material.chip.Chip: void setCheckedIconEnabled(boolean) +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large +cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType THEME_RESET +james.adaptiveicon.R$styleable: int FontFamilyFont_android_ttcIndex +androidx.swiperefreshlayout.R$id: int normal +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: int getStatus() +android.support.v4.app.RemoteActionCompatParcelizer: RemoteActionCompatParcelizer() +com.google.android.gms.base.R$string: int common_google_play_services_install_title +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setBackground(android.graphics.drawable.Drawable) +android.didikee.donate.R$id: int ifRoom +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver +wangdaye.com.geometricweather.R$styleable: int Chip_closeIconVisible +com.google.android.material.R$styleable: int Tooltip_android_textAppearance +androidx.core.R$id: int accessibility_custom_action_13 +okio.Okio$2 +com.jaredrummler.android.colorpicker.R$attr: int editTextPreferenceStyle +com.xw.repo.bubbleseekbar.R$attr: int alphabeticModifiers +com.google.android.material.R$id: int container +wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode valueOf(java.lang.String) +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ListView_Menu +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: byte[] readPersistentBytes(java.lang.String) +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.String getAqiText() +okhttp3.Request$Builder: okhttp3.Request build() +com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableItem_android_drawable +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties +cyanogenmod.profiles.AirplaneModeSettings$1: java.lang.Object createFromParcel(android.os.Parcel) wangdaye.com.geometricweather.main.MainActivityViewModel -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum -wangdaye.com.geometricweather.R$id: int decelerateAndComplete -wangdaye.com.geometricweather.R$drawable: int design_fab_background -wangdaye.com.geometricweather.R$anim -com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Dialog_Bridge -androidx.preference.R$layout: int abc_list_menu_item_radio -com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_check_to_on_mtrl_000 -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: org.reactivestreams.Subscriber downstream -com.jaredrummler.android.colorpicker.R$attr: int fastScrollEnabled -wangdaye.com.geometricweather.R$layout: int material_timepicker_dialog -retrofit2.KotlinExtensions$await$4$2: kotlinx.coroutines.CancellableContinuation $continuation -androidx.appcompat.R$style: int Widget_AppCompat_RatingBar_Small -okhttp3.internal.http2.Huffman$Node: okhttp3.internal.http2.Huffman$Node[] children -com.xw.repo.bubbleseekbar.R$styleable: int[] AlertDialog -com.google.android.material.R$id: int search_edit_frame -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle -retrofit2.RequestFactory$Builder -android.didikee.donate.R$style: int ThemeOverlay_AppCompat_Dialog_Alert -wangdaye.com.geometricweather.R$drawable: int notif_temp_87 -com.google.android.material.slider.RangeSlider: int getHaloRadius() -okhttp3.internal.ws.WebSocketProtocol: java.lang.String ACCEPT_MAGIC -android.didikee.donate.R$styleable: int AppCompatTheme_actionOverflowButtonStyle -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Title_Inverse -androidx.preference.EditTextPreference$SavedState: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: java.lang.String name -android.didikee.donate.R$styleable: int MenuView_android_itemTextAppearance -com.jaredrummler.android.colorpicker.R$dimen: int notification_top_pad -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX: java.util.List brands -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setBackgroundTintMode(android.graphics.PorterDuff$Mode) -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: java.lang.String unitId -com.baidu.location.indoor.mapversion.c.a$d: void b(java.lang.String) -com.google.gson.stream.JsonScope: int NONEMPTY_ARRAY -wangdaye.com.geometricweather.R$xml: int widget_week -cyanogenmod.os.Concierge$ParcelInfo: void complete() -androidx.drawerlayout.R$styleable: int FontFamilyFont_fontVariationSettings -com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Light_Dialog -com.google.android.material.R$attr: int startIconTint -com.google.android.material.R$attr: int windowFixedWidthMinor -androidx.activity.R$styleable: int GradientColorItem_android_color -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void onComplete() -androidx.constraintlayout.widget.R$styleable: int AppCompatImageView_tint -com.google.android.material.tabs.TabLayout -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored -wangdaye.com.geometricweather.R$styleable: int Chip_checkedIconTint -wangdaye.com.geometricweather.R$id: int widget_remote_progress -androidx.hilt.work.R$id: int accessibility_custom_action_19 -okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection$Builder socket(java.net.Socket,java.lang.String,okio.BufferedSource,okio.BufferedSink) -cyanogenmod.profiles.ConnectionSettings: void setValue(int) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_49 -wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_Main -androidx.constraintlayout.widget.R$attr: int saturation -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_hideOnContentScroll -com.google.android.material.transformation.FabTransformationScrimBehavior: FabTransformationScrimBehavior(android.content.Context,android.util.AttributeSet) -james.adaptiveicon.R$drawable: int abc_list_selector_holo_dark -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX() -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_subtitle_top_margin_material -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_black -androidx.work.R$bool: int enable_system_alarm_service_default -io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property Date -com.google.android.material.R$id: int circular -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: ParallelRunOn$BaseRunOnSubscriber(int,io.reactivex.internal.queue.SpscArrayQueue,io.reactivex.Scheduler$Worker) -com.jaredrummler.android.colorpicker.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog -wangdaye.com.geometricweather.R$id: int treeTitle -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small -okhttp3.internal.connection.StreamAllocation: okhttp3.Route route -com.google.android.material.R$integer: int abc_config_activityDefaultDur -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: java.lang.String toString() -androidx.preference.R$dimen: int abc_dialog_padding_top_material -androidx.appcompat.R$styleable: int AppCompatTextView_android_textAppearance -james.adaptiveicon.R$attr: int actionModeCloseDrawable -androidx.lifecycle.FullLifecycleObserverAdapter$1 -wangdaye.com.geometricweather.R$attr: int listChoiceIndicatorSingleAnimated -com.jaredrummler.android.colorpicker.R$style -androidx.appcompat.R$string: int abc_searchview_description_voice -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) -wangdaye.com.geometricweather.R$layout: int mtrl_alert_select_dialog_multichoice -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_19 -okhttp3.Response: okhttp3.ResponseBody body -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation: double qty12H -com.google.android.material.R$styleable: int Transition_android_id -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void onComplete() -io.reactivex.internal.queue.SpscArrayQueue: void clear() -wangdaye.com.geometricweather.R$layout: int widget_day_pixel -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource MF -com.xw.repo.bubbleseekbar.R$drawable: int abc_seekbar_track_material -com.google.android.material.R$styleable: int StateListDrawableItem_android_drawable -com.google.android.material.R$styleable: int TextInputLayout_suffixTextAppearance -com.google.android.material.R$attr: int listItemLayout -wangdaye.com.geometricweather.R$drawable: int ic_settings -com.google.android.material.R$styleable: int Layout_layout_constraintHorizontal_weight -com.google.gson.stream.JsonReader: int PEEKED_FALSE +android.didikee.donate.R$id: int image +io.reactivex.Observable: io.reactivex.Observable buffer(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,int,java.util.concurrent.Callable,boolean) +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub: android.os.IBinder asBinder() +wangdaye.com.geometricweather.R$id: int dialog_donate_wechat +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getCloudCover() +retrofit2.RequestBuilder: okhttp3.Request$Builder get() +retrofit2.ParameterHandler$Field: java.lang.String name +james.adaptiveicon.AdaptiveIconView: android.graphics.Path getPath() +io.reactivex.Observable: java.lang.Object as(io.reactivex.ObservableConverter) +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Body1 +com.google.android.material.R$id: int titleDividerNoCustom +android.didikee.donate.R$style: int Widget_AppCompat_Button_Small +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableRightCompat +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$1: void run() +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property TreeLevel +androidx.preference.R$layout: int abc_screen_simple_overlay_action_mode +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_goneMarginTop +wangdaye.com.geometricweather.R$color: int background_floating_material_light +james.adaptiveicon.R$id: int titleDividerNoCustom +cyanogenmod.profiles.LockSettings: int mValue +wangdaye.com.geometricweather.R$drawable: int notif_temp_102 +wangdaye.com.geometricweather.R$drawable: int selectable_item_background_borderless +okio.ForwardingTimeout: okio.Timeout clearTimeout() +android.didikee.donate.R$attr: int buttonTintMode +okhttp3.internal.connection.ConnectInterceptor: ConnectInterceptor(okhttp3.OkHttpClient) +com.google.android.material.progressindicator.ProgressIndicator: com.google.android.material.progressindicator.DrawingDelegate getCurrentDrawingDelegate() +okhttp3.Cookie: boolean domainMatch(java.lang.String,java.lang.String) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer degreeDayTemperature +cyanogenmod.externalviews.ExternalViewProviderService: ExternalViewProviderService() +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result: MfForecastV2Result() +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_key +com.google.android.gms.common.internal.zzv +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: void onError(java.lang.Throwable) +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void drainLoop() +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_scaleY +androidx.preference.R$drawable: int abc_popup_background_mtrl_mult +okio.RealBufferedSink: int write(java.nio.ByteBuffer) +wangdaye.com.geometricweather.R$string: int key_weather_source +androidx.appcompat.R$layout: int abc_search_dropdown_item_icons_2line +com.google.android.gms.signin.internal.zab +okhttp3.internal.cache2.FileOperator: void read(long,okio.Buffer,long) +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionBar_TabBar +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Title +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer ragweedLevel +com.google.android.material.R$styleable: int CollapsingToolbarLayout_toolbarId +io.reactivex.internal.queue.SpscArrayQueue: java.lang.Object lvElement(int) +com.turingtechnologies.materialscrollbar.R$attr: int windowFixedWidthMajor +wangdaye.com.geometricweather.background.polling.basic.ForegroundUpdateService +androidx.preference.R$attr: int firstBaselineToTopHeight +okhttp3.Cookie$Builder: okhttp3.Cookie$Builder path(java.lang.String) +cyanogenmod.app.Profile$LockMode: int DISABLE +okhttp3.internal.publicsuffix.PublicSuffixDatabase: byte[] publicSuffixListBytes +com.github.rahatarmanahmed.cpv.BuildConfig: BuildConfig() +androidx.recyclerview.widget.RecyclerView: void removeOnItemTouchListener(androidx.recyclerview.widget.RecyclerView$OnItemTouchListener) +com.google.android.material.R$attr: int behavior_overlapTop cyanogenmod.weather.WeatherInfo: double getTodaysHigh() -com.google.android.gms.internal.location.zzac: android.os.Parcelable$Creator CREATOR -com.google.android.material.R$style: int Base_V21_Theme_AppCompat -com.google.android.material.R$color: int mtrl_bottom_nav_colored_ripple_color -com.google.android.material.card.MaterialCardView: int getStrokeWidth() -wangdaye.com.geometricweather.R$attr: int constraints -okhttp3.internal.http2.Http2Connection$Builder: int pingIntervalMillis -com.xw.repo.bubbleseekbar.R$attr: int fontWeight -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorButtonNormal -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: java.lang.String quality -wangdaye.com.geometricweather.location.services.LocationService: boolean hasPermissions(android.content.Context) -androidx.hilt.R$dimen: int notification_action_icon_size -okio.Buffer: int selectPrefix(okio.Options,boolean) -wangdaye.com.geometricweather.R$id: int coordinator -wangdaye.com.geometricweather.R$attr: int behavior_fitToContents -com.xw.repo.bubbleseekbar.R$styleable: int FontFamily_fontProviderPackage -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean -io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy[] values() -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: io.reactivex.Observer observer -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void complete() -cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: android.net.Uri NO_RINGTONE_URI -wangdaye.com.geometricweather.R$dimen: int title_text_size -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_active_item_max_width -james.adaptiveicon.R$id: int notification_main_column_container -james.adaptiveicon.R$style: int TextAppearance_Compat_Notification_Title -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.xw.repo.bubbleseekbar.R$attr: int arrowShaftLength -com.google.android.material.R$color: int design_dark_default_color_error -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_indicatorType -cyanogenmod.profiles.AirplaneModeSettings: void setValue(int) -cyanogenmod.os.Build -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Dialog_MinWidth -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog_Flush -cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setHumidity(double) -com.xw.repo.bubbleseekbar.R$drawable -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_3 -cyanogenmod.themes.IThemeService$Stub$Proxy: void rebuildResourceCache() -com.google.android.material.R$style: int Test_Theme_MaterialComponents_MaterialCalendar -android.didikee.donate.R$styleable: int AppCompatTheme_checkedTextViewStyle -wangdaye.com.geometricweather.settings.fragments.AbstractSettingsFragment -com.amap.api.location.AMapLocation: int LOCATION_TYPE_FIX_CACHE -wangdaye.com.geometricweather.R$attr: int title -com.google.android.material.R$style: int Widget_Design_BottomSheet_Modal -androidx.viewpager.R$id: int right_icon -androidx.work.R$id: int right_side -androidx.appcompat.resources.R$styleable: int GradientColorItem_android_color -com.google.android.material.R$styleable: int AppBarLayout_Layout_layout_scrollInterpolator -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit getInstance(java.lang.String) -io.reactivex.internal.util.NotificationLite$DisposableNotification: io.reactivex.disposables.Disposable upstream -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_expandedHintEnabled -androidx.preference.R$id: int uniform -okhttp3.MediaType: java.lang.String subtype -androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPostCreated(android.app.Activity,android.os.Bundle) -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon -androidx.lifecycle.MediatorLiveData: void onActive() -org.greenrobot.greendao.AbstractDaoSession: java.util.Map entityToDao -james.adaptiveicon.R$color: int notification_icon_bg_color -androidx.coordinatorlayout.R$style: int TextAppearance_Compat_Notification -io.reactivex.internal.util.VolatileSizeArrayList: boolean contains(java.lang.Object) -android.didikee.donate.R$style: int Platform_AppCompat_Light -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver inner -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listDividerAlertDialog -wangdaye.com.geometricweather.db.entities.LocationEntity: boolean residentPosition +com.google.android.material.R$id: int search_edit_frame +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_14 +com.google.android.material.R$style: int Base_Widget_AppCompat_PopupMenu +androidx.constraintlayout.widget.R$attr: int layout_constraintRight_toLeftOf +cyanogenmod.profiles.ConnectionSettings$BooleanState: int STATE_DISALED +androidx.appcompat.R$style: int TextAppearance_Compat_Notification +com.jaredrummler.android.colorpicker.R$color: int notification_icon_bg_color +androidx.constraintlayout.widget.R$styleable: int MotionLayout_motionProgress +androidx.hilt.lifecycle.R$id: int info +cyanogenmod.weatherservice.ServiceRequestResult: java.util.List mLocationLookupList +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_4 +wangdaye.com.geometricweather.R$id: int activity_widget_config_widgetContainer +wangdaye.com.geometricweather.R$drawable: int notif_temp_103 +wangdaye.com.geometricweather.R$dimen: int preference_seekbar_padding_vertical +androidx.constraintlayout.widget.R$attr: int fontProviderFetchStrategy +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_aa_light +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.R$attr: int layout_goneMarginTop +wangdaye.com.geometricweather.R$id: int ignore +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_TabText +com.google.android.material.R$styleable: int Layout_layout_constraintLeft_toRightOf +androidx.constraintlayout.widget.R$drawable: int abc_scrubber_control_off_mtrl_alpha +james.adaptiveicon.R$attr: int ratingBarStyle +androidx.appcompat.R$style: int Base_Theme_AppCompat +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_wrapMode +okhttp3.internal.platform.ConscryptPlatform: void configureSslSocketFactory(javax.net.ssl.SSLSocketFactory) +wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: void setPostfixString(java.lang.String) +okhttp3.Cookie$Builder: boolean hostOnly +okio.ForwardingSink: java.lang.String toString() +cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void onDetach() +com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String n +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind: java.lang.Integer direction +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void innerComplete(io.reactivex.internal.observers.InnerQueuedObserver) +cyanogenmod.providers.CMSettings: java.lang.String TAG +androidx.drawerlayout.R$integer: int status_bar_notification_info_maxnum +io.reactivex.internal.observers.DeferredScalarDisposable: long serialVersionUID +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPopupWindowStyle +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxStrokeWidth +android.didikee.donate.R$style: int Theme_AppCompat_DayNight_NoActionBar +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property City +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: void setSelectedPage(int) +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: void onNext(java.lang.Object) +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: long count +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setDaylight(boolean) +wangdaye.com.geometricweather.R$id: int activity_widget_config_subtitle_inputLayout +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_14 +com.google.android.material.bottomappbar.BottomAppBar: void setFabCradleRoundedCornerRadius(float) +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Large_Inverse +okhttp3.internal.tls.BasicCertificateChainCleaner: boolean equals(java.lang.Object) +com.jaredrummler.android.colorpicker.R$styleable: int Preference_icon +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_textAllCaps +wangdaye.com.geometricweather.R$styleable: int Transition_constraintSetEnd +com.turingtechnologies.materialscrollbar.R$attr: int paddingStart +com.google.android.material.R$styleable: int PopupWindowBackgroundState_state_above_anchor +wangdaye.com.geometricweather.R$styleable: int KeyCycle_motionProgress +wangdaye.com.geometricweather.R$attr: int bottomAppBarStyle +androidx.loader.R$id: int forever com.google.android.material.R$attr: int editTextBackground -com.google.android.material.button.MaterialButton: void setIconPadding(int) -com.amap.api.location.APSServiceBase: android.os.IBinder onBind(android.content.Intent) -com.turingtechnologies.materialscrollbar.R$styleable: int ThemeEnforcement_enforceTextAppearance -com.google.android.material.R$anim: int design_bottom_sheet_slide_out -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Small -retrofit2.Retrofit$Builder: Retrofit$Builder(retrofit2.Retrofit) -james.adaptiveicon.R$drawable: int abc_ic_menu_selectall_mtrl_alpha -james.adaptiveicon.R$attr: int textAppearancePopupMenuHeader -androidx.transition.R$styleable -james.adaptiveicon.R$attr: int queryBackground -com.amap.api.location.AMapLocationClientOption: boolean isOpenAlwaysScanWifi() -com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_colorShape -com.turingtechnologies.materialscrollbar.R$style: int Base_V22_Theme_AppCompat_Light -android.didikee.donate.R$style: int Base_V7_Theme_AppCompat -com.google.android.material.snackbar.Snackbar$SnackbarLayout: void setBackgroundDrawable(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.R$drawable: int notification_bg_normal_pressed -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility: AccuCurrentResult$Visibility() -cyanogenmod.profiles.ConnectionSettings$1: cyanogenmod.profiles.ConnectionSettings createFromParcel(android.os.Parcel) -cyanogenmod.weather.WeatherInfo$Builder: java.lang.String mCity -wangdaye.com.geometricweather.R$dimen: int mtrl_progress_indicator_size -com.google.android.material.R$attr: int listPreferredItemHeight -wangdaye.com.geometricweather.R$string: int mtrl_picker_cancel -androidx.viewpager2.R$styleable: int GradientColorItem_android_color -androidx.customview.R$integer: R$integer() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle -com.google.android.material.R$attr: int overlapAnchor -wangdaye.com.geometricweather.db.entities.LocationEntity: boolean china -wangdaye.com.geometricweather.R$color: int button_material_dark -okhttp3.internal.http2.Http2Connection: long access$200(okhttp3.internal.http2.Http2Connection) -okhttp3.internal.http2.Http2Connection: long intervalPongsReceived -wangdaye.com.geometricweather.R$attr: int touchAnchorSide -com.google.android.material.R$dimen: int abc_dialog_min_width_major -wangdaye.com.geometricweather.R$styleable: int Variant_region_widthLessThan -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float rain3h -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large -wangdaye.com.geometricweather.R$string: int content_des_swipe_right_to_delete -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_framePosition -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: boolean cancelled -wangdaye.com.geometricweather.R$array: int pressure_unit_voices -com.google.android.material.R$id: int month_grid -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_fragment -com.turingtechnologies.materialscrollbar.R$string: int fab_transformation_sheet_behavior -com.google.android.material.textfield.TextInputLayout: void addOnEndIconChangedListener(com.google.android.material.textfield.TextInputLayout$OnEndIconChangedListener) -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData: void onActive() -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Dialog_MinWidth -androidx.hilt.lifecycle.R$dimen: int notification_media_narrow_margin -androidx.constraintlayout.widget.R$styleable: int GradientColor_android_gradientRadius -wangdaye.com.geometricweather.R$id: int dialog_location_permission_statement_summary -android.didikee.donate.R$attr -okhttp3.EventListener -androidx.viewpager2.R$color: int notification_icon_bg_color -cyanogenmod.themes.ThemeManager: void requestThemeChange(cyanogenmod.themes.ThemeChangeRequest,boolean) -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: java.util.concurrent.atomic.AtomicReference upstream -james.adaptiveicon.R$attr: int icon -androidx.appcompat.R$string: int abc_menu_function_shortcut_label -cyanogenmod.providers.CMSettings$Secure: java.lang.String PRIVACY_GUARD_DEFAULT -androidx.preference.R$attr: int actionBarWidgetTheme -retrofit2.adapter.rxjava2.ResultObservable: void subscribeActual(io.reactivex.Observer) -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_iconTint -androidx.appcompat.widget.AlertDialogLayout -com.google.android.material.R$attr: int actionModeShareDrawable -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_inverse -wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_showDialog -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall -androidx.work.R$color: int ripple_material_light -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: java.lang.Integer getCloudCover() -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_showAsAction -androidx.lifecycle.LiveData$LifecycleBoundObserver: boolean shouldBeActive() -com.google.android.material.R$styleable: int Spinner_android_dropDownWidth -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem -io.reactivex.internal.subscriptions.BasicQueueSubscription: long serialVersionUID -com.google.android.gms.common.SignInButton: void setOnClickListener(android.view.View$OnClickListener) -wangdaye.com.geometricweather.db.entities.WeatherEntity: long publishTime -cyanogenmod.providers.CMSettings$System: long getLongForUser(android.content.ContentResolver,java.lang.String,long,int) -wangdaye.com.geometricweather.R$styleable: int[] Badge -wangdaye.com.geometricweather.R$id: int fragment_container_view_tag -wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderDivider -androidx.appcompat.R$dimen: int abc_floating_window_z -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void drain() -io.reactivex.Observable: io.reactivex.Single toSortedList(java.util.Comparator) -io.reactivex.internal.schedulers.ScheduledRunnable: int THREAD_INDEX -com.turingtechnologies.materialscrollbar.R$string: int abc_searchview_description_voice -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_switchPadding -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit FTPS -io.reactivex.internal.subscriptions.EmptySubscription: void clear() -androidx.activity.R$style: int TextAppearance_Compat_Notification_Title -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query -com.google.android.material.R$styleable: int KeyTimeCycle_android_rotationX +wangdaye.com.geometricweather.R$styleable: int Toolbar_subtitle +wangdaye.com.geometricweather.settings.dialogs.WechatDonateDialog +okhttp3.internal.cache.DiskLruCache$3: okhttp3.internal.cache.DiskLruCache this$0 +cyanogenmod.app.ProfileManager: void updateProfile(cyanogenmod.app.Profile) +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$PhenomenonMaxColor: int phenomenoMaxColorId +com.turingtechnologies.materialscrollbar.R$attr: int materialButtonStyle +wangdaye.com.geometricweather.R$string: int material_hour_selection +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionBar_TabView +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner +wangdaye.com.geometricweather.R$styleable: int ImageFilterView_brightness +androidx.preference.R$dimen: int notification_action_text_size +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String moonPhaseDescription +com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage FINISHED +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String district +androidx.preference.R$dimen: int abc_action_bar_content_inset_material +androidx.loader.R$dimen: int notification_big_circle_margin +retrofit2.converter.gson.GsonResponseBodyConverter: com.google.gson.TypeAdapter adapter +cyanogenmod.content.Intent: java.lang.String CATEGORY_THEME_PACKAGE_INSTALLED_STATE_CHANGE +com.google.android.material.textfield.TextInputLayout: void setCounterOverflowTextAppearance(int) +io.reactivex.internal.util.NotificationLite$ErrorNotification: boolean equals(java.lang.Object) +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: java.util.concurrent.Callable bufferSupplier +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_textAllCaps +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: long serialVersionUID +okio.Buffer: okio.ByteString snapshot() +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: boolean requestDismissAndStartActivity(android.content.Intent) +androidx.appcompat.R$drawable: int abc_ic_clear_material +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_BottomSheetDialog +james.adaptiveicon.R$styleable: int LinearLayoutCompat_Layout_android_layout_height +androidx.constraintlayout.utils.widget.ImageFilterView: void setContrast(float) +androidx.lifecycle.extensions.R$dimen: int notification_small_icon_background_padding +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_shapeAppearance +okhttp3.Address: okhttp3.Authenticator proxyAuthenticator +james.adaptiveicon.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar +io.reactivex.internal.disposables.EmptyDisposable: boolean offer(java.lang.Object,java.lang.Object) +cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_isDataConnectionSelectedOnSub +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getWindDircStart() +james.adaptiveicon.R$style: int Base_Theme_AppCompat_Dialog +androidx.transition.R$color: int notification_action_color_filter +wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider BAIDU_IP +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.String dailyWeatherDescription +okhttp3.internal.http.HttpHeaders: void parseChallengeHeader(java.util.List,okio.Buffer) androidx.appcompat.widget.Toolbar: void setLogoDescription(int) -androidx.constraintlayout.widget.R$id: int parent -androidx.preference.R$attr: int displayOptions -androidx.core.R$id: int action_text -james.adaptiveicon.R$id: int custom -androidx.recyclerview.widget.RecyclerView: void setRecycledViewPool(androidx.recyclerview.widget.RecyclerView$RecycledViewPool) -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setIcePrecipitation(java.lang.Float) -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ImageButton +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver +androidx.viewpager.R$styleable: int FontFamilyFont_fontStyle +androidx.appcompat.widget.AppCompatCheckedTextView: AppCompatCheckedTextView(android.content.Context,android.util.AttributeSet,int) +androidx.customview.R$dimen: int notification_large_icon_width +androidx.constraintlayout.widget.R$drawable: int abc_scrubber_track_mtrl_alpha +james.adaptiveicon.R$styleable: int Spinner_android_dropDownWidth +androidx.hilt.work.R$attr: int fontProviderCerts +android.didikee.donate.R$id: int title +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256 +io.reactivex.Observable: io.reactivex.Observable takeLast(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +james.adaptiveicon.R$dimen: int hint_pressed_alpha_material_light +androidx.preference.R$color: int secondary_text_disabled_material_dark +wangdaye.com.geometricweather.common.basic.models.weather.Weather: wangdaye.com.geometricweather.common.basic.models.weather.History yesterday +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: long timeout +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.Integer getCloudCover() +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_CompoundButton_RadioButton +androidx.vectordrawable.animated.R$style +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIndicatorGravity +wangdaye.com.geometricweather.R$array: int widget_style_values +androidx.appcompat.R$color: int dim_foreground_disabled_material_light +wangdaye.com.geometricweather.R$id: int text2 +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: long produced +wangdaye.com.geometricweather.R$style: int Base_V21_Theme_MaterialComponents_Light +com.google.android.material.R$id: int group_divider +androidx.preference.R$styleable: int ActionBar_titleTextStyle +cyanogenmod.app.BaseLiveLockManagerService: void enforcePrivateAccessPermission() +com.google.android.material.bottomappbar.BottomAppBar: void setSubtitle(java.lang.CharSequence) +android.support.v4.os.IResultReceiver$Stub$Proxy +com.turingtechnologies.materialscrollbar.R$color: int abc_color_highlight_material +com.jaredrummler.android.colorpicker.R$attr: int autoCompleteTextViewStyle +androidx.preference.R$attr: int multiChoiceItemLayout +com.google.android.material.R$style: int Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog +wangdaye.com.geometricweather.common.ui.widgets.TagView: void setCheckedBackgroundColor(int) +com.google.android.material.R$styleable: int AppCompatTheme_actionBarWidgetTheme +io.reactivex.Observable: io.reactivex.Completable concatMapCompletable(io.reactivex.functions.Function,int) +androidx.appcompat.R$color: int material_deep_teal_500 +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.reflect.Type getRawType() +com.google.android.material.appbar.CollapsingToolbarLayout: android.graphics.Typeface getExpandedTitleTypeface() +androidx.appcompat.R$style: int Base_Widget_AppCompat_TextView +james.adaptiveicon.R$attr: int hideOnContentScroll +com.google.android.material.stateful.ExtendableSavedState: android.os.Parcelable$Creator CREATOR +james.adaptiveicon.R$id: int search_badge +com.turingtechnologies.materialscrollbar.R$id: int outline +android.didikee.donate.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge +retrofit2.Invocation: java.util.List arguments() +wangdaye.com.geometricweather.R$id: int dialog_location_permission_statement_summary +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_9 +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_suffixTextAppearance +androidx.preference.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox +androidx.vectordrawable.animated.R$layout: int notification_template_part_time +com.bumptech.glide.load.engine.GlideException: void setLoggingDetails(com.bumptech.glide.load.Key,com.bumptech.glide.load.DataSource,java.lang.Class) +james.adaptiveicon.R$color: int abc_hint_foreground_material_dark +cyanogenmod.providers.CMSettings$Secure +wangdaye.com.geometricweather.R$string: int action_appStore +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber(androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData) +com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_fixed_width_major +okhttp3.OkHttpClient: okhttp3.Dns dns +androidx.appcompat.R$dimen: int notification_subtext_size +wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation: wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation[] values() +androidx.preference.R$attr +wangdaye.com.geometricweather.R$color: int abc_search_url_text_normal +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleMargin +androidx.viewpager.R$styleable: int[] ColorStateListItem +androidx.appcompat.widget.AppCompatButton: android.graphics.PorterDuff$Mode getSupportCompoundDrawablesTintMode() +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: void onNext(java.lang.Object) +com.jaredrummler.android.colorpicker.R$styleable: int[] GradientColor +cyanogenmod.providers.CMSettings$Secure: java.lang.String PRIVACY_GUARD_NOTIFICATION +androidx.preference.R$style: int Widget_AppCompat_RatingBar_Small +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Subhead +wangdaye.com.geometricweather.db.entities.LocationEntity: java.util.TimeZone getTimeZone() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$LocalSource: java.lang.String WeatherCode +wangdaye.com.geometricweather.R$id: int activity_widget_config_cardAlphaContainer +androidx.appcompat.R$layout: int abc_action_menu_item_layout +com.google.android.material.R$drawable: int abc_textfield_search_activated_mtrl_alpha +androidx.recyclerview.R$layout +james.adaptiveicon.R$attr: int toolbarStyle +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub +androidx.hilt.work.R$layout: int notification_template_icon_group okhttp3.internal.http2.Http2Stream$StreamTimeout -androidx.appcompat.R$attr: int autoSizeMinTextSize -okhttp3.CertificatePinner$Pin: CertificatePinner$Pin(java.lang.String,java.lang.String) -com.google.android.material.appbar.AppBarLayout$Behavior: AppBarLayout$Behavior() -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: void collapseNotificationPanel() -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_TEMPERATURE -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored -okhttp3.internal.cache.DiskLruCache$Editor$1: okhttp3.internal.cache.DiskLruCache$Editor this$1 -wangdaye.com.geometricweather.R$drawable: int ic_forecast -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_elevation -androidx.constraintlayout.widget.R$styleable: int MotionLayout_motionProgress -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: int minuteInterval -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: java.lang.String getGroupName() -androidx.viewpager.R$styleable: int GradientColor_android_startColor -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_translationY -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_18 -wangdaye.com.geometricweather.R$id: int drawerLayout -com.google.gson.stream.JsonReader: boolean nextBoolean() -com.google.android.material.slider.RangeSlider: void setTickActiveTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.String cityId -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabPaddingStart -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_star_black_36dp -androidx.coordinatorlayout.R$styleable: int FontFamilyFont_android_fontVariationSettings -com.amap.api.location.DPoint: boolean equals(java.lang.Object) -com.jaredrummler.android.colorpicker.R$dimen: int fastscroll_margin -okhttp3.EventListener$2: okhttp3.EventListener val$listener -james.adaptiveicon.R$attr: int drawerArrowStyle -okhttp3.internal.http1.Http1Codec: okhttp3.Response$Builder readResponseHeaders(boolean) -com.xw.repo.bubbleseekbar.R$drawable: int notification_tile_bg -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_counterMaxLength -wangdaye.com.geometricweather.R$styleable: int MaterialTextView_android_textAppearance -androidx.core.R$id: int async -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: java.lang.String value -wangdaye.com.geometricweather.R$attr: int motionPathRotate -com.google.android.material.timepicker.TimePickerView: void setOnDoubleTapListener(com.google.android.material.timepicker.TimePickerView$OnDoubleTapListener) -com.jaredrummler.android.colorpicker.R$styleable: int[] DrawerArrowToggle -androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_color -retrofit2.ParameterHandler$RawPart: void apply(retrofit2.RequestBuilder,java.lang.Object) -okhttp3.FormBody: java.lang.String value(int) -james.adaptiveicon.R$layout: int abc_alert_dialog_button_bar_material -okhttp3.internal.http2.Http2Codec: okhttp3.Protocol protocol -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial: AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial() -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_12 -androidx.constraintlayout.widget.R$color: int material_grey_300 -com.bumptech.glide.R$attr: int fontProviderFetchTimeout -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Speed: AccuDailyResult$DailyForecasts$Night$Wind$Speed() -wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: java.lang.String admin -androidx.constraintlayout.widget.R$attr: int listItemLayout -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getNotificationThemePackageName() -com.google.android.material.textfield.TextInputLayout: void setExpandedHintEnabled(boolean) -androidx.work.R$drawable: int notify_panel_notification_icon_bg -androidx.vectordrawable.animated.R$styleable: int GradientColor_android_startColor -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight_Dialog_Alert -okhttp3.Response$Builder: long sentRequestAtMillis -cyanogenmod.app.ProfileManager: android.content.Context mContext -okio.SegmentedByteString: boolean equals(java.lang.Object) -androidx.appcompat.R$color: int error_color_material_light -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setBackgroundDrawable(android.graphics.drawable.Drawable) -androidx.hilt.lifecycle.R$id: int action_text -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Temperature temperature -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setAlarm(java.lang.String) -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void error(java.lang.Throwable) -okio.Pipe$PipeSource: okio.Timeout timeout() -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.hilt.work.R$dimen: int notification_content_margin_start -androidx.appcompat.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner -com.google.android.material.R$style: int Widget_AppCompat_Spinner_Underlined -androidx.preference.R$styleable: int[] PreferenceTheme -com.google.android.material.R$attr: int textAppearanceButton -okio.Buffer: okio.Buffer writeString(java.lang.String,java.nio.charset.Charset) -cyanogenmod.platform.Manifest$permission: java.lang.String PERFORMANCE_ACCESS -okhttp3.internal.http2.Settings: int COUNT -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void innerComplete() -cyanogenmod.themes.IThemeService$Stub$Proxy: IThemeService$Stub$Proxy(android.os.IBinder) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: void onError(java.lang.Throwable) -androidx.appcompat.resources.R$id: int accessibility_custom_action_9 +com.bumptech.glide.integration.okhttp.R$integer +androidx.transition.R$styleable: int GradientColor_android_endY +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver(io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver) +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ListView +wangdaye.com.geometricweather.db.entities.AlertEntity: int getColor() +androidx.loader.R$id: int icon +android.didikee.donate.R$layout: int select_dialog_item_material +com.jaredrummler.android.colorpicker.R$dimen: int notification_right_side_padding_top +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_86 +wangdaye.com.geometricweather.R$id: int ragweedValue +okhttp3.internal.http2.Http2Writer: void windowUpdate(int,long) +io.reactivex.internal.subscriptions.DeferredScalarSubscription: long serialVersionUID +com.xw.repo.bubbleseekbar.R$id: int blocking +wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Suffix +cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_setDefaultPhoneSub +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Button +androidx.appcompat.widget.Toolbar: android.graphics.drawable.Drawable getCollapseIcon() +com.jaredrummler.android.colorpicker.R$styleable: int[] LinearLayoutCompat +wangdaye.com.geometricweather.R$attr: int lineSpacing +okio.GzipSource: int section +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Speed +wangdaye.com.geometricweather.R$attr: int logo +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean getSunRiseSet() +androidx.lifecycle.FullLifecycleObserverAdapter +androidx.constraintlayout.widget.R$attr: int backgroundTint +androidx.constraintlayout.widget.R$attr: int flow_verticalGap +com.google.android.material.R$styleable: int[] MenuGroup +com.google.android.material.R$dimen: int mtrl_calendar_year_horizontal_padding +wangdaye.com.geometricweather.db.entities.DailyEntity: float hoursOfSun +okhttp3.OkHttpClient: boolean followRedirects +androidx.constraintlayout.widget.R$dimen: int abc_text_size_title_material_toolbar +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: CNWeatherResult$Pm25() +com.jaredrummler.android.colorpicker.R$color: int abc_primary_text_material_light +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeApparentTemperature +androidx.cardview.R$color: int cardview_dark_background +okio.RealBufferedSource: java.lang.String readUtf8(long) +androidx.lifecycle.Transformations$2: androidx.lifecycle.MediatorLiveData val$result +com.xw.repo.bubbleseekbar.R$string: int abc_menu_sym_shortcut_label +com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_colored_material +wangdaye.com.geometricweather.R$attr: int fabCradleRoundedCornerRadius +android.didikee.donate.R$style: int Platform_ThemeOverlay_AppCompat_Light +androidx.swiperefreshlayout.R$style +androidx.core.R$id: int accessibility_custom_action_7 +okhttp3.Interceptor$Chain: okhttp3.Call call() +cyanogenmod.weatherservice.WeatherProviderService$1: void cancelRequest(int) +cyanogenmod.app.PartnerInterface: void rebootDevice() +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index: java.lang.String color +wangdaye.com.geometricweather.R$styleable: int[] SearchView +androidx.transition.R$styleable: int ColorStateListItem_android_alpha +androidx.constraintlayout.widget.R$attr: int colorButtonNormal +android.didikee.donate.R$style: int Animation_AppCompat_Dialog +cyanogenmod.themes.ThemeManager: cyanogenmod.themes.IThemeChangeListener mThemeChangeListener +com.amap.api.location.AMapLocation: void setCountry(java.lang.String) +com.google.android.material.R$dimen: int design_navigation_item_horizontal_padding +io.reactivex.internal.util.VolatileSizeArrayList: VolatileSizeArrayList(int) +androidx.swiperefreshlayout.R$color: int secondary_text_default_material_light +androidx.constraintlayout.widget.R$styleable: int ImageFilterView_contrast +com.turingtechnologies.materialscrollbar.R$styleable: int[] AppCompatTextView +wangdaye.com.geometricweather.R$id: int container_alert_display_view_indicator +androidx.appcompat.R$style: int Widget_AppCompat_ProgressBar +cyanogenmod.weatherservice.ServiceRequest +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: android.os.IBinder mRemote +android.didikee.donate.R$styleable: int ActionBar_subtitleTextStyle +cyanogenmod.weatherservice.ServiceRequestResult$1: java.lang.Object[] newArray(int) +com.google.android.material.R$attr: int mock_labelBackgroundColor +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: void onNext(java.lang.Object) +wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String cityId +androidx.appcompat.resources.R$id: int accessibility_custom_action_27 +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_counterMaxLength +com.amap.api.fence.DistrictItem$1: java.lang.Object[] newArray(int) +androidx.preference.R$dimen: int abc_dialog_list_padding_bottom_no_buttons +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Chip_Entry +androidx.preference.R$attr: int spinnerDropDownItemStyle +androidx.constraintlayout.widget.R$id: int off +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: java.lang.String getDensityText(android.content.Context,float) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$LocalSource LocalSource +androidx.fragment.app.FragmentTabHost +com.google.gson.JsonParseException: JsonParseException(java.lang.Throwable) +com.turingtechnologies.materialscrollbar.R$styleable: int[] ActivityChooserView +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox +cyanogenmod.weather.WeatherLocation: java.lang.String toString() +com.google.gson.stream.JsonReader: void skipToEndOfLine() +com.baidu.location.indoor.mapversion.c.a$d: com.baidu.location.indoor.mapversion.c.a$a c +com.google.android.material.R$styleable: int ConstraintSet_flow_firstVerticalBias +okhttp3.internal.http2.Http2Connection$IntervalPingRunnable: okhttp3.internal.http2.Http2Connection this$0 +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse +androidx.vectordrawable.R$drawable: int notification_bg_low_normal +com.google.android.material.R$styleable: int AppCompatTextHelper_android_drawableBottom +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_autoSizeMaxTextSize +james.adaptiveicon.R$styleable: int AppCompatTheme_colorControlNormal +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onKeyguardDismissed() +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIndicatorGravity +androidx.hilt.lifecycle.R$id: int action_divider +androidx.customview.R$style: int TextAppearance_Compat_Notification_Info +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarTabStyle +cyanogenmod.externalviews.KeyguardExternalView$6: KeyguardExternalView$6(cyanogenmod.externalviews.KeyguardExternalView,boolean) +okhttp3.internal.Util: okio.ByteString UTF_32_LE_BOM +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_133 +androidx.legacy.coreutils.R$styleable: int[] GradientColorItem +okio.Buffer: long indexOfElement(okio.ByteString,long) +androidx.constraintlayout.motion.widget.MotionLayout: int getCurrentState() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: void setStatus(int) +com.google.android.material.chip.Chip: java.lang.CharSequence getCloseIconContentDescription() +okhttp3.internal.http2.Http2Writer: void ping(boolean,int,int) +androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_android_ttcIndex +okhttp3.internal.Util: java.lang.String[] intersect(java.util.Comparator,java.lang.String[],java.lang.String[]) +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_24 +okio.Buffer: java.lang.String toString() +james.adaptiveicon.R$id: int listMode +okhttp3.logging.package-info +com.turingtechnologies.materialscrollbar.CustomIndicator: int getIndicatorHeight() +wangdaye.com.geometricweather.db.entities.AlertEntity: void setTime(long) +androidx.vectordrawable.animated.R$dimen: int compat_notification_large_icon_max_width +wangdaye.com.geometricweather.R$integer: int cpv_default_progress +com.turingtechnologies.materialscrollbar.R$styleable: int[] Chip +wangdaye.com.geometricweather.settings.dialogs.RunningInBackgroundODialog +okhttp3.internal.NamedRunnable: NamedRunnable(java.lang.String,java.lang.Object[]) +com.google.android.material.R$id: int action_container +androidx.vectordrawable.R$layout: int notification_template_part_chronometer +androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_font +io.reactivex.subjects.PublishSubject$PublishDisposable: long serialVersionUID +androidx.preference.R$style: int Base_ThemeOverlay_AppCompat_ActionBar +wangdaye.com.geometricweather.R$id: int dragDown +com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_negativeButtonText +androidx.constraintlayout.widget.R$attr: int actionModeFindDrawable +wangdaye.com.geometricweather.R$id: int widget_trend_daily_item_5 +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd +androidx.vectordrawable.R$drawable: R$drawable() +com.jaredrummler.android.colorpicker.ColorPanelView: int getColor() +com.google.android.material.R$style: int Widget_AppCompat_PopupMenu +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_BottomAppBar +androidx.viewpager.R$layout: int notification_template_part_chronometer +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleTextColor +cyanogenmod.externalviews.ExternalView$5: cyanogenmod.externalviews.ExternalView this$0 +wangdaye.com.geometricweather.R$drawable: int notification_tile_bg +androidx.recyclerview.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable +androidx.appcompat.R$style: int Animation_AppCompat_DropDownUp +io.reactivex.internal.subscribers.StrictSubscriber +androidx.drawerlayout.R$id: int right_side +wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: java.lang.String getNotificationStyleName(android.content.Context) +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_setDisplayColorCalibration +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_DialogWhenLarge +androidx.preference.R$styleable: int[] PopupWindow +wangdaye.com.geometricweather.R$drawable: int abc_ratingbar_material +androidx.constraintlayout.widget.R$dimen: int abc_floating_window_z +androidx.drawerlayout.widget.DrawerLayout: void setDrawerElevation(float) +androidx.constraintlayout.widget.R$attr: int titleTextAppearance +wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: java.lang.String unitId +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.google.android.material.R$dimen: int design_bottom_navigation_label_padding +com.google.android.material.R$styleable: int KeyTrigger_triggerReceiver +com.amap.api.location.AMapLocationClient: void startLocation() +okio.AsyncTimeout: okio.AsyncTimeout awaitTimeout() +com.bumptech.glide.R$id: int right_icon +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_18 +cyanogenmod.weather.ICMWeatherManager$Stub +androidx.drawerlayout.R$id: int blocking +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: ObservableBuffer$BufferSkipObserver(io.reactivex.Observer,int,int,java.util.concurrent.Callable) +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_panelBackground +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_profileExists +cyanogenmod.providers.CMSettings$Secure: java.lang.String ADVANCED_REBOOT +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$TotalLiquid TotalLiquid +androidx.appcompat.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 +okio.SegmentedByteString: java.lang.String base64() +okhttp3.internal.ws.WebSocketProtocol +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light_DarkActionBar +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: int getProgressCircleDiameter() +androidx.customview.R$attr: int fontProviderPackage +wangdaye.com.geometricweather.R$id: int activity_widget_config_hideLunarTitle +cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns +androidx.appcompat.R$id: int action_menu_divider +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_DialogWhenLarge +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver(io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarWidgetTheme +wangdaye.com.geometricweather.common.basic.models.weather.UV: int UV_INDEX_HIGH +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getCoDesc() +okhttp3.internal.connection.RouteException: java.io.IOException getLastConnectException() +com.google.android.material.R$attr: int measureWithLargestChild +com.google.android.material.textfield.TextInputLayout: void setStartIconDrawable(android.graphics.drawable.Drawable) +com.turingtechnologies.materialscrollbar.R$id: R$id() +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxCornerRadiusTopStart +androidx.appcompat.R$styleable: int SearchView_iconifiedByDefault +androidx.work.ListenableWorker: ListenableWorker(android.content.Context,androidx.work.WorkerParameters) +androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior: CoordinatorLayout$Behavior() +james.adaptiveicon.R$drawable: int tooltip_frame_dark +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomNavigationView_PrimarySurface +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: ObservableUsing$UsingObserver(io.reactivex.Observer,java.lang.Object,io.reactivex.functions.Consumer,boolean) +io.reactivex.internal.operators.observable.ObserverResourceWrapper: void onSubscribe(io.reactivex.disposables.Disposable) +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse +androidx.constraintlayout.widget.R$color: int primary_text_default_material_light +androidx.work.R$id: int icon_group +androidx.constraintlayout.widget.R$styleable: int PopupWindow_android_popupAnimationStyle +com.google.android.material.R$styleable: int BottomAppBar_fabAlignmentMode +com.amap.api.location.AMapLocationClientOption: boolean isDownloadCoordinateConvertLibrary() +com.turingtechnologies.materialscrollbar.R$attr: R$attr() +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light_Dialog_MinWidth +com.google.android.material.chip.Chip: void setOnCheckedChangeListenerInternal(android.widget.CompoundButton$OnCheckedChangeListener) +wangdaye.com.geometricweather.R$styleable: int KeyPosition_curveFit +wangdaye.com.geometricweather.R$styleable: int MotionLayout_showPaths +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation +androidx.hilt.R$layout: int notification_template_custom_big +androidx.preference.R$attr: int fontProviderFetchTimeout +androidx.appcompat.widget.SwitchCompat: void setTrackDrawable(android.graphics.drawable.Drawable) +androidx.dynamicanimation.R$color: int notification_icon_bg_color +james.adaptiveicon.R$styleable: int ActionBar_height +androidx.constraintlayout.widget.R$id: int action_bar_subtitle +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_65 +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ProgressIndicator_Circular_Determinate +com.google.android.material.card.MaterialCardView: void setCardBackgroundColor(int) +okhttp3.internal.http2.Http2Connection$ReaderRunnable: Http2Connection$ReaderRunnable(okhttp3.internal.http2.Http2Connection,okhttp3.internal.http2.Http2Reader) +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_ensureMinTouchTargetSize +com.google.android.material.snackbar.Snackbar$SnackbarLayout: Snackbar$SnackbarLayout(android.content.Context) +androidx.constraintlayout.widget.R$attr: int onShow +okio.Buffer: okio.Buffer$UnsafeCursor readAndWriteUnsafe(okio.Buffer$UnsafeCursor) +com.amap.api.location.AMapLocation: java.lang.String getLocationDetail() +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_startIconDrawable +androidx.preference.R$attr: int state_above_anchor +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_tooltipFrameBackground +okhttp3.MultipartBody: long writeOrCountBytes(okio.BufferedSink,boolean) +com.google.android.material.R$styleable: int Transform_android_rotationY +androidx.preference.R$id: int search_badge +com.google.android.material.R$id: int mtrl_internal_children_alpha_tag +com.google.android.material.R$styleable: int[] SearchView +androidx.viewpager2.R$id: int accessibility_custom_action_4 +androidx.preference.R$bool: int config_materialPreferenceIconSpaceReserved +com.turingtechnologies.materialscrollbar.R$color: int accent_material_dark +com.google.android.material.chip.Chip: void setChipIconEnabledResource(int) +androidx.constraintlayout.widget.R$attr: int buttonCompat +james.adaptiveicon.R$drawable: int abc_list_pressed_holo_dark +wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode[] values() +com.google.android.material.R$attr: int windowFixedWidthMinor +com.google.android.gms.common.internal.safeparcel.SafeParcelReader$ParseException +com.google.android.material.R$dimen: int design_fab_border_width +com.xw.repo.bubbleseekbar.R$string: int abc_menu_shift_shortcut_label +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.R$color: int notification_background_m +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title +okhttp3.internal.http.HttpMethod: boolean redirectsToGet(java.lang.String) +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_19 +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit getInstance(java.lang.String) +com.google.android.material.R$animator: int linear_indeterminate_line1_head_interpolator +wangdaye.com.geometricweather.R$attr: int targetId +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$6: void run() +androidx.appcompat.widget.AppCompatImageButton: void setSupportImageTintMode(android.graphics.PorterDuff$Mode) +androidx.preference.R$styleable: int AppCompatTheme_controlBackground +wangdaye.com.geometricweather.R$layout: int activity_widget_config +androidx.constraintlayout.widget.R$dimen: int abc_text_size_subtitle_material_toolbar +cyanogenmod.providers.CMSettings$System$1 +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Overline +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: void setBrandId(java.lang.String) +android.didikee.donate.R$drawable: int abc_cab_background_top_material +okhttp3.Headers$Builder: okhttp3.Headers$Builder addAll(okhttp3.Headers) +cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.ICMHardwareService getService() +wangdaye.com.geometricweather.R$drawable: int abc_seekbar_thumb_material +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.ChineseCityEntity) +wangdaye.com.geometricweather.R$attr: int layout_constraintTop_toBottomOf +androidx.lifecycle.LiveData$LifecycleBoundObserver: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) +okhttp3.internal.http2.Http2Codec$StreamFinishingSource: long read(okio.Buffer,long) +cyanogenmod.weather.IRequestInfoListener$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +com.amap.api.location.AMapLocation: AMapLocation(android.location.Location) +com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_min_width_major +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: io.reactivex.functions.Function itemTimeoutIndicator +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: void dispose() +androidx.appcompat.R$attr: int listPreferredItemPaddingStart +androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType COLOR_DRAWABLE_TYPE +androidx.preference.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void onNext(java.lang.Object) +androidx.hilt.work.R$id: int accessibility_custom_action_15 +com.bumptech.glide.R$dimen: int notification_subtext_size +okhttp3.internal.cache.DiskLruCache$Editor$1: void onException(java.io.IOException) +androidx.lifecycle.ReflectiveGenericLifecycleObserver +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu +wangdaye.com.geometricweather.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset +wangdaye.com.geometricweather.R$attr: int duration +wangdaye.com.geometricweather.R$styleable: int FragmentContainerView_android_name +wangdaye.com.geometricweather.R$attr: int motionInterpolator +wangdaye.com.geometricweather.R$layout: int widget_day_week_tile +cyanogenmod.hardware.CMHardwareManager: int getVibratorMaxIntensity() +androidx.appcompat.R$styleable: int TextAppearance_textLocale +androidx.loader.R$styleable: int GradientColor_android_centerX +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: java.lang.String toValue(java.util.List) +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber +com.google.android.material.R$styleable: int ImageFilterView_warmth +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Float tMin +androidx.preference.R$color: int background_material_light +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_lightContainer +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarPopupTheme +com.google.android.material.R$id: int test_radiobutton_app_button_tint +wangdaye.com.geometricweather.R$styleable: int MaterialTextView_lineHeight +com.xw.repo.bubbleseekbar.R$style: int Platform_V21_AppCompat +com.google.android.material.R$attr: int expandedTitleMarginEnd +com.bumptech.glide.R$layout: int notification_template_icon_group +android.support.v4.os.ResultReceiver$1 +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_autoSizeMaxTextSize +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionButton +retrofit2.adapter.rxjava2.package-info +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX +wangdaye.com.geometricweather.R$attr: int cornerFamilyBottomRight +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.lang.Integer LEFT_CLOSE +androidx.hilt.work.R$styleable: int ColorStateListItem_alpha +com.google.android.material.R$dimen: int abc_text_size_button_material +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation: double qty1H +android.didikee.donate.R$layout: int notification_template_custom_big +io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: void dispose() +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +io.reactivex.internal.subscriptions.EmptySubscription: io.reactivex.internal.subscriptions.EmptySubscription valueOf(java.lang.String) +androidx.constraintlayout.motion.widget.MotionLayout: void setOnHide(float) +com.google.android.material.R$attr: int indeterminateProgressStyle +cyanogenmod.externalviews.ExternalView$7 +okio.RealBufferedSource: boolean closed +cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy: java.lang.String getInterfaceDescriptor() +io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: long serialVersionUID +com.google.android.gms.common.internal.GetServiceRequest +com.google.android.material.R$drawable: int material_ic_menu_arrow_down_black_24dp +wangdaye.com.geometricweather.R$style: int TestThemeWithLineHeight +io.reactivex.Observable: io.reactivex.Observable sample(io.reactivex.ObservableSource,boolean) +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: io.reactivex.internal.fuseable.SimpleQueue queue +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox +com.google.android.material.R$style: int Theme_MaterialComponents_Light_NoActionBar_Bridge +okhttp3.Request: java.util.Map tags +james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarTabTextStyle +com.google.android.material.circularreveal.CircularRevealLinearLayout: CircularRevealLinearLayout(android.content.Context) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle +androidx.preference.R$attr: int contentInsetRight +androidx.swiperefreshlayout.R$styleable: int FontFamily_fontProviderFetchStrategy +wangdaye.com.geometricweather.R$id: int dialog_learn_more_about_geocoder_title +okhttp3.internal.platform.JdkWithJettyBootPlatform: java.lang.reflect.Method getMethod +com.github.rahatarmanahmed.cpv.CircularProgressView: void stopAnimation() +wangdaye.com.geometricweather.R$styleable: int DialogPreference_android_dialogIcon +androidx.fragment.R$drawable: int notification_icon_background +com.turingtechnologies.materialscrollbar.R$dimen: int design_tab_text_size_2line +wangdaye.com.geometricweather.R$style: int Platform_MaterialComponents_Light +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: float getBackgroundOverlayColorAlpha() +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setLatitude(java.lang.String) +com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_android_max +okio.Options: okio.ByteString get(int) +retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.google.android.material.chip.Chip: void setShapeAppearanceModel(com.google.android.material.shape.ShapeAppearanceModel) +com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_Solid +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: boolean otherDone +wangdaye.com.geometricweather.db.entities.HourlyEntity: int temperature +androidx.fragment.R$attr: int font +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: boolean mShouldShow +io.reactivex.internal.util.NotificationLite$ErrorNotification +androidx.hilt.work.R$dimen: int notification_action_text_size +io.reactivex.internal.subscriptions.EmptySubscription: io.reactivex.internal.subscriptions.EmptySubscription[] values() +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: boolean isDisposed() +com.google.android.material.R$styleable: int MaterialCalendar_yearTodayStyle +com.bumptech.glide.integration.okhttp.R$id: int right_side +retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: void onNext(retrofit2.Response) +androidx.preference.R$drawable: int abc_list_pressed_holo_light +wangdaye.com.geometricweather.R$string: int gson +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse +com.google.android.material.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView +com.google.android.material.R$styleable: int Layout_layout_constraintWidth_percent +androidx.preference.R$drawable: int abc_ic_star_black_36dp +james.adaptiveicon.R$attr: int buttonTint +com.google.android.material.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow +com.jaredrummler.android.colorpicker.R$layout: int abc_cascading_menu_item_layout +wangdaye.com.geometricweather.R$id: int dialog_minimal_icon_darkIcon +androidx.recyclerview.R$styleable: int RecyclerView_spanCount +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: void cancelSubscription() +okhttp3.OkHttpClient$Builder: javax.net.ssl.SSLSocketFactory sslSocketFactory +okhttp3.internal.http.HttpCodec: void writeRequestHeaders(okhttp3.Request) +wangdaye.com.geometricweather.R$attr: int backgroundColorEnd +wangdaye.com.geometricweather.R$styleable: int MaterialCardView_checkedIconTint +com.google.android.material.R$color: int mtrl_textinput_filled_box_default_background_color +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorAccent +androidx.preference.R$styleable: int[] MenuItem +com.xw.repo.bubbleseekbar.R$styleable: int ActionMode_closeItemLayout +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Large +androidx.appcompat.R$attr: int colorPrimary +cyanogenmod.app.ThemeComponent: ThemeComponent(java.lang.String,int,int) +androidx.core.R$dimen: int compat_notification_large_icon_max_width +com.google.android.material.slider.BaseSlider: void setValueFrom(float) +androidx.viewpager.R$styleable: int GradientColor_android_type +io.reactivex.Observable: io.reactivex.Maybe reduce(io.reactivex.functions.BiFunction) +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: java.lang.Throwable error +androidx.preference.R$drawable: int notification_bg_low +com.google.android.material.internal.CheckableImageButton: void setCheckable(boolean) +cyanogenmod.platform.Manifest$permission: java.lang.String MODIFY_MSIM_PHONE_STATE +com.google.android.material.R$layout: int design_navigation_menu_item +com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_anim_sync_duration +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_title +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: boolean done +james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_drawableRight +wangdaye.com.geometricweather.R$styleable: int KeyPosition_pathMotionArc +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintTop_creator +com.xw.repo.bubbleseekbar.R$attr: int listChoiceBackgroundIndicator +wangdaye.com.geometricweather.R$id: int dialog_weather_hourly_weatherContainer +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List hourlyEntityList +retrofit2.Utils: java.lang.RuntimeException parameterError(java.lang.reflect.Method,int,java.lang.String,java.lang.Object[]) +com.google.android.material.R$attr: int colorSecondary +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_RatingBar +androidx.constraintlayout.widget.R$attr: int toolbarNavigationButtonStyle +androidx.swiperefreshlayout.R$styleable: int GradientColor_android_gradientRadius +wangdaye.com.geometricweather.R$styleable: int Chip_chipStrokeColor +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_thumbTextPadding +com.google.android.material.R$layout: int text_view_with_theme_line_height +wangdaye.com.geometricweather.R$layout: int text_view_without_line_height +io.reactivex.internal.schedulers.ScheduledRunnable: java.lang.Object SYNC_DISPOSED +io.reactivex.internal.disposables.DisposableHelper: boolean set(java.util.concurrent.atomic.AtomicReference,io.reactivex.disposables.Disposable) +io.reactivex.internal.schedulers.AbstractDirectTask: AbstractDirectTask(java.lang.Runnable) +com.google.android.material.timepicker.TimePickerView: TimePickerView(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$styleable: int SearchView_searchIcon +wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_dark_pressed +com.google.android.material.tabs.TabLayout: void setTabIconTint(android.content.res.ColorStateList) +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: ObservableReplay$BoundedReplayBuffer() +com.amap.api.fence.GeoFence: com.amap.api.fence.PoiItem f +io.reactivex.Observable: io.reactivex.Single toMultimap(io.reactivex.functions.Function,io.reactivex.functions.Function,java.util.concurrent.Callable) +androidx.vectordrawable.R$attr: int fontProviderFetchTimeout +io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) +cyanogenmod.app.CMStatusBarManager: cyanogenmod.app.ICMStatusBarManager getService() +cyanogenmod.app.ICMTelephonyManager: void setDefaultSmsSub(int) +okhttp3.internal.cache.DiskLruCache$Editor: okio.Source newSource(int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setForecastHourly(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean) +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: boolean error(java.lang.Throwable) +okhttp3.OkHttpClient$1: void setCache(okhttp3.OkHttpClient$Builder,okhttp3.internal.cache.InternalCache) +com.google.android.material.floatingactionbutton.FloatingActionButton: int getExpandedComponentIdHint() +okio.HashingSink: okio.HashingSink sha512(okio.Sink) +wangdaye.com.geometricweather.R$string: int transition_activity_search_txt +androidx.preference.R$style: int Widget_AppCompat_ListView +okhttp3.Cookie: boolean secure +okhttp3.WebSocket: boolean send(okio.ByteString) +android.didikee.donate.R$drawable: int notification_template_icon_low_bg +com.google.android.material.button.MaterialButton: void setIcon(android.graphics.drawable.Drawable) +com.google.android.material.R$id: int layout +androidx.preference.R$drawable: int abc_list_divider_material +com.google.android.material.R$styleable: int Constraint_layout_constraintRight_toLeftOf +wangdaye.com.geometricweather.R$drawable: int abc_list_focused_holo +okio.BufferedSource: java.lang.String readUtf8(long) +wangdaye.com.geometricweather.R$layout: int container_main_footer +com.bumptech.glide.load.PreferredColorSpace: com.bumptech.glide.load.PreferredColorSpace SRGB +com.google.android.material.R$dimen: int notification_large_icon_width +wangdaye.com.geometricweather.R$integer: int mtrl_badge_max_character_count +wangdaye.com.geometricweather.R$drawable: int notif_temp_137 +androidx.vectordrawable.animated.R$color: int notification_action_color_filter +wangdaye.com.geometricweather.R$color: int material_grey_850 +androidx.preference.R$attr: int colorSwitchThumbNormal +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Speed: int UnitType +androidx.appcompat.widget.Toolbar: void setTitle(int) +wangdaye.com.geometricweather.R$attr: int overlapAnchor +wangdaye.com.geometricweather.R$id: int contentPanel +cyanogenmod.externalviews.IExternalViewProvider: void onDetach() +retrofit2.http.PartMap: java.lang.String encoding() +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_track +wangdaye.com.geometricweather.R$layout: int preference +wangdaye.com.geometricweather.R$dimen: int abc_action_bar_content_inset_with_nav +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_verticalStyle +cyanogenmod.themes.ThemeManager$2$1: java.lang.String val$pkgName +com.google.android.material.R$styleable: int MaterialButton_iconSize +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_NoActionBar +androidx.appcompat.widget.ViewStubCompat: ViewStubCompat(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$attr: int materialCalendarFullscreenTheme +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_box_corner_radius_medium +com.google.android.material.R$styleable: int ConstraintSet_layout_editor_absoluteY +android.didikee.donate.R$id: int showHome +com.turingtechnologies.materialscrollbar.R$attr: int closeIconEnabled +androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView +com.google.android.material.R$integer: int hide_password_duration +io.reactivex.Observable: io.reactivex.Flowable toFlowable(io.reactivex.BackpressureStrategy) +androidx.appcompat.R$drawable: int abc_ic_ab_back_material +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: io.reactivex.internal.operators.observable.ObservableGroupJoin$JoinSupport parent +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.Precipitation precipitation +cyanogenmod.app.IPartnerInterface$Stub$Proxy: void shutdown() +cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: android.os.IBinder asBinder() +com.google.android.material.R$color: int mtrl_btn_text_color_disabled +com.google.android.material.textfield.TextInputLayout: void setTypeface(android.graphics.Typeface) +wangdaye.com.geometricweather.R$attr: int layout_constraintCircleAngle +io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: io.reactivex.Observer downstream +androidx.constraintlayout.widget.R$attr: int actionBarStyle +okhttp3.OkHttpClient$1: boolean connectionBecameIdle(okhttp3.ConnectionPool,okhttp3.internal.connection.RealConnection) +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintWidth_min +androidx.appcompat.resources.R$attr: int fontWeight +androidx.constraintlayout.widget.R$attr: int layout_constraintHorizontal_bias +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem +cyanogenmod.hardware.CMHardwareManager: int[] getVibratorIntensityArray() +androidx.appcompat.R$dimen: int abc_text_size_display_2_material +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf +androidx.dynamicanimation.R$id: int info +wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase +wangdaye.com.geometricweather.R$drawable: int btn_radio_on_mtrl +androidx.constraintlayout.widget.R$id: int action_mode_bar_stub +wangdaye.com.geometricweather.R$string: int mtrl_picker_toggle_to_calendar_input_mode +android.didikee.donate.R$style: int ThemeOverlay_AppCompat +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Button_Colored +wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: void setOnClickListener(android.view.View$OnClickListener) +okhttp3.HttpUrl: java.util.List queryStringToNamesAndValues(java.lang.String) +okhttp3.HttpUrl$Builder: java.lang.String INVALID_HOST +androidx.appcompat.widget.Toolbar: java.lang.CharSequence getCollapseContentDescription() +wangdaye.com.geometricweather.R$string: int settings_title_click_widget_to_refresh +com.google.android.material.R$dimen: int mtrl_calendar_maximum_default_fullscreen_minor_axis +androidx.dynamicanimation.R$styleable: int GradientColor_android_gradientRadius +com.amap.api.fence.GeoFenceClient: void addGeoFence(java.lang.String,java.lang.String,com.amap.api.location.DPoint,float,int,java.lang.String) +okhttp3.internal.tls.OkHostnameVerifier: boolean verifyHostname(java.lang.String,java.lang.String) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer treeIndex +wangdaye.com.geometricweather.R$attr: int placeholder_emptyVisibility +wangdaye.com.geometricweather.R$styleable: int Toolbar_titleMargins +cyanogenmod.app.CustomTile$ExpandedStyle: CustomTile$ExpandedStyle() +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$4: ExternalViewProviderService$Provider$ProviderImpl$4(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) +wangdaye.com.geometricweather.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_1 +androidx.vectordrawable.R$id: int accessibility_custom_action_29 +androidx.appcompat.R$drawable: int notification_bg_low +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setRequestType(cyanogenmod.themes.ThemeChangeRequest$RequestType) +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_framePosition +com.jaredrummler.android.colorpicker.R$id: int action_menu_divider +okhttp3.internal.cache.DiskLruCache: boolean $assertionsDisabled +android.didikee.donate.R$attr: int elevation +androidx.preference.R$string: int abc_shareactionprovider_share_with +androidx.appcompat.R$color: int abc_search_url_text +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintRight_toRightOf +cyanogenmod.externalviews.KeyguardExternalView$6: boolean val$screenOn +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_CUSTOM_ENABLE_VALIDATOR +cyanogenmod.app.CustomTileListenerService: CustomTileListenerService() +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Snow +androidx.constraintlayout.widget.R$attr: int drawableTint +wangdaye.com.geometricweather.R$array: int precipitation_unit_voices +com.google.android.material.R$id: int dragRight +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_2 +androidx.appcompat.widget.SearchView: SearchView(android.content.Context) +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: java.lang.Integer poll() +androidx.preference.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource CN +okhttp3.TlsVersion: okhttp3.TlsVersion[] values() +okhttp3.CipherSuite: java.util.List forJavaNames(java.lang.String[]) +cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_getCurrentLiveLockScreen +wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit PERCENT +android.didikee.donate.R$styleable: int TextAppearance_textAllCaps +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceFragmentCompatStyle +androidx.hilt.work.R$attr +androidx.hilt.lifecycle.R$dimen: int notification_top_pad +james.adaptiveicon.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight +james.adaptiveicon.R$dimen: int abc_text_size_display_2_material +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_startIconCheckable +androidx.preference.R$color: int bright_foreground_inverse_material_dark +com.google.android.material.R$attr: int onCross +androidx.fragment.R$id: int chronometer +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_MENU_LONG_PRESS_ACTION_VALIDATOR +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_button_min_width_overflow_material +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void onError(java.lang.Throwable) +android.didikee.donate.R$string: int abc_action_menu_overflow_description +androidx.appcompat.R$id: int action_mode_close_button +com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getHintTextColor() +androidx.preference.R$attr: int windowFixedWidthMajor +androidx.appcompat.R$attr: int switchPadding +james.adaptiveicon.R$styleable: int AppCompatTheme_editTextBackground +androidx.appcompat.R$anim: int abc_fade_in +wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat_ActionBar +james.adaptiveicon.R$id: int search_edit_frame +wangdaye.com.geometricweather.R$string: int fab_transformation_sheet_behavior +com.google.android.material.card.MaterialCardView: void setUseCompatPadding(boolean) +james.adaptiveicon.R$drawable: int abc_ic_commit_search_api_mtrl_alpha +com.google.android.material.chip.Chip: void setCloseIconContentDescription(java.lang.CharSequence) +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_DrawerArrowToggle +okio.BufferedSink: okio.BufferedSink writeIntLe(int) +wangdaye.com.geometricweather.R$id: int tag_accessibility_clickable_spans +wangdaye.com.geometricweather.R$style: int material_image_button +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintWidth_min +androidx.constraintlayout.widget.R$drawable: int notification_bg +androidx.preference.R$styleable: int GradientColor_android_endY +io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: void onNext(java.lang.Object) +androidx.preference.R$styleable: int AppCompatTextHelper_android_drawableStart +com.google.android.material.R$string: int mtrl_picker_cancel +com.xw.repo.bubbleseekbar.R$dimen: int tooltip_vertical_padding +wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoldLevel(java.lang.Integer) +android.didikee.donate.R$styleable: int Toolbar_contentInsetRight +androidx.constraintlayout.widget.R$attr: int listPreferredItemPaddingEnd +com.turingtechnologies.materialscrollbar.R$style: int Base_V23_Theme_AppCompat_Light +androidx.preference.PreferenceManager: void setOnNavigateToScreenListener(androidx.preference.PreferenceManager$OnNavigateToScreenListener) +wangdaye.com.geometricweather.R$attr: int ratingBarStyleSmall +androidx.core.widget.NestedScrollView: void setFillViewport(boolean) +james.adaptiveicon.R$drawable: int abc_list_selector_holo_dark +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_android_enabled +androidx.fragment.R$dimen: int compat_button_inset_horizontal_material +wangdaye.com.geometricweather.R$animator: int weather_thunderstorm_2 +androidx.work.R$drawable: int notification_bg +androidx.coordinatorlayout.R$color: int secondary_text_default_material_light +androidx.loader.R$styleable: int GradientColor_android_startY +com.google.android.material.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog +okhttp3.Cookie: boolean hostOnly +androidx.preference.MultiSelectListPreference$SavedState: android.os.Parcelable$Creator CREATOR +cyanogenmod.providers.CMSettings$2: boolean validate(java.lang.String) +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: boolean timerFired +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: CaiYunMainlyResult$CurrentBean$TemperatureBean() +androidx.appcompat.R$id: int accessibility_custom_action_3 +com.jaredrummler.android.colorpicker.R$styleable: int ViewStubCompat_android_layout +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_showAsAction +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: java.lang.Object v2 +androidx.preference.R$attr: int actionViewClass +androidx.appcompat.R$id: int shortcut +com.xw.repo.bubbleseekbar.R$attr: int actionModeStyle +androidx.vectordrawable.animated.R$id: int tag_accessibility_heading +io.reactivex.Observable: io.reactivex.Observable flatMapSingle(io.reactivex.functions.Function,boolean) +io.reactivex.Observable: io.reactivex.Observable throttleWithTimeout(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +com.turingtechnologies.materialscrollbar.R$style: int Animation_AppCompat_Dialog +okhttp3.Cache: okhttp3.internal.cache.DiskLruCache cache +okhttp3.EventListener: void requestBodyEnd(okhttp3.Call,long) +com.xw.repo.bubbleseekbar.R$drawable: int abc_textfield_search_default_mtrl_alpha +wangdaye.com.geometricweather.R$id: int container_main_sun_moon_moon_icon +okhttp3.RealCall: RealCall(okhttp3.OkHttpClient,okhttp3.Request,boolean) +androidx.lifecycle.ViewModelProviders: androidx.lifecycle.ViewModelProvider of(androidx.fragment.app.FragmentActivity,androidx.lifecycle.ViewModelProvider$Factory) +androidx.constraintlayout.widget.R$layout: int abc_select_dialog_material +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: void onComplete() +okio.RealBufferedSink: okio.BufferedSink writeUtf8CodePoint(int) +androidx.appcompat.widget.FitWindowsFrameLayout: void setOnFitSystemWindowsListener(androidx.appcompat.widget.FitWindowsViewGroup$OnFitSystemWindowsListener) +com.google.android.material.R$attr: int barrierAllowsGoneWidgets +james.adaptiveicon.R$styleable: int ActionBar_contentInsetStart +androidx.hilt.R$anim: R$anim() +cyanogenmod.os.Build: java.lang.String UNKNOWN +wangdaye.com.geometricweather.R$style: int Base_V21_Theme_AppCompat +retrofit2.CompletableFutureCallAdapterFactory: retrofit2.CallAdapter$Factory INSTANCE +com.turingtechnologies.materialscrollbar.R$id: int action_image +okio.RealBufferedSource: long indexOf(okio.ByteString,long) +androidx.activity.R$integer: int status_bar_notification_info_maxnum +androidx.constraintlayout.utils.widget.ImageFilterView: void setCrossfade(float) +androidx.appcompat.R$styleable: int MenuItem_contentDescription +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void complete() +com.google.android.material.R$attr: int alpha +androidx.constraintlayout.widget.R$id: int list_item +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatSeekBar_tickMarkTint +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title +wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_statusBarBackground +wangdaye.com.geometricweather.R$id: int widget_remote_card +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Tooltip +androidx.vectordrawable.R$id: int accessibility_custom_action_19 +wangdaye.com.geometricweather.R$attr: int expandedTitleMarginEnd +androidx.preference.R$styleable: int FontFamily_fontProviderFetchStrategy +com.google.android.material.R$styleable: int TextInputLayout_prefixText wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayDetailsProvider -cyanogenmod.hardware.ICMHardwareService: boolean writePersistentBytes(java.lang.String,byte[]) -james.adaptiveicon.R$attr: int hideOnContentScroll -com.google.android.material.R$styleable: int[] Transition -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header -okio.ByteString: int lastIndexOf(okio.ByteString,int) -androidx.appcompat.R$styleable: int Toolbar_maxButtonHeight -androidx.lifecycle.extensions.R$layout: int custom_dialog -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeRealFeelTemperature() -wangdaye.com.geometricweather.R$styleable: int Constraint_android_translationY -com.google.android.material.R$styleable: int TextInputLayout_boxStrokeColor +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonStyle +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getVisibility() +wangdaye.com.geometricweather.R$drawable: int abc_ic_star_half_black_16dp +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.disposables.Disposable upstream +com.google.gson.LongSerializationPolicy$2: com.google.gson.JsonElement serialize(java.lang.Long) +io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Display1 +io.reactivex.internal.subscribers.StrictSubscriber: StrictSubscriber(org.reactivestreams.Subscriber) +io.reactivex.internal.disposables.ArrayCompositeDisposable +wangdaye.com.geometricweather.R$style: int TextAppearance_Compat_Notification_Title +io.reactivex.Observable: io.reactivex.Single toMap(io.reactivex.functions.Function,io.reactivex.functions.Function,java.util.concurrent.Callable) +wangdaye.com.geometricweather.R$attr: int hideMotionSpec +com.bumptech.glide.integration.okhttp.R$attr +androidx.preference.R$bool: R$bool() +com.google.android.material.R$dimen: int abc_disabled_alpha_material_light +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +wangdaye.com.geometricweather.R$styleable: int ColorPanelView_cpv_colorShape +com.bumptech.glide.integration.okhttp.R$layout: int notification_action +okhttp3.internal.http2.Http2Stream$FramingSource: long maxByteCount +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: cyanogenmod.externalviews.IKeyguardExternalViewCallbacks asInterface(android.os.IBinder) +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.Temperature temperature +androidx.preference.R$styleable: int FontFamilyFont_fontVariationSettings +androidx.coordinatorlayout.R$styleable: int FontFamily_fontProviderPackage +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title +okhttp3.OkHttpClient$Builder: okhttp3.internal.cache.InternalCache internalCache +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework +androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type NONE +wangdaye.com.geometricweather.R$layout: int abc_screen_toolbar +androidx.hilt.R$id: int accessibility_custom_action_24 +android.didikee.donate.R$drawable: int abc_ic_star_half_black_48dp +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_1_black +wangdaye.com.geometricweather.background.receiver.MainReceiver: MainReceiver() +com.google.android.material.transformation.ExpandableTransformationBehavior: ExpandableTransformationBehavior(android.content.Context,android.util.AttributeSet) +com.turingtechnologies.materialscrollbar.R$integer: int design_tab_indicator_anim_duration_ms +androidx.core.widget.NestedScrollView: int getNestedScrollAxes() +okio.Buffer: okio.Buffer writeShortLe(int) +io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object) +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Object readKey(android.database.Cursor,int) +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal +com.xw.repo.bubbleseekbar.R$style: int Base_V26_Theme_AppCompat_Light +okhttp3.internal.ws.RealWebSocket$CancelRunnable: RealWebSocket$CancelRunnable(okhttp3.internal.ws.RealWebSocket) +wangdaye.com.geometricweather.R$drawable: int notif_temp_129 +okhttp3.internal.cache.DiskLruCache$Entry: void writeLengths(okio.BufferedSink) +io.reactivex.Observable: io.reactivex.Observable concatWith(io.reactivex.CompletableSource) +androidx.appcompat.view.menu.ListMenuItemView +retrofit2.ParameterHandler$Path: java.lang.String name +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void setInteractivity(boolean) +okio.BufferedSource: java.lang.String readString(long,java.nio.charset.Charset) +androidx.hilt.R$styleable: int GradientColor_android_centerY +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder hostnameVerifier(javax.net.ssl.HostnameVerifier) +com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableTransition_android_fromId +androidx.appcompat.view.menu.ActionMenuItemView: void setTitle(java.lang.CharSequence) +androidx.vectordrawable.R$id: int accessibility_custom_action_15 +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleMargins +cyanogenmod.providers.CMSettings$System: java.lang.String NAVBAR_LEFT_IN_LANDSCAPE +wangdaye.com.geometricweather.R$drawable: int weather_rain_2 +com.google.android.material.bottomnavigation.BottomNavigationMenuView: android.content.res.ColorStateList getIconTintList() +okhttp3.internal.connection.RealConnection: boolean isEligible(okhttp3.Address,okhttp3.Route) +androidx.lifecycle.FullLifecycleObserver +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean tryEmitScalar(java.util.concurrent.Callable) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_82 +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void disposeInner() +com.jaredrummler.android.colorpicker.R$attr: int dropDownListViewStyle +com.xw.repo.bubbleseekbar.R$layout: int abc_action_bar_up_container +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWeatherText(java.lang.String) +com.xw.repo.bubbleseekbar.R$drawable: int abc_spinner_textfield_background_material +james.adaptiveicon.R$attr: int actionButtonStyle +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Title_Inverse +okio.BufferedSource: java.lang.String readUtf8() +retrofit2.BuiltInConverters: BuiltInConverters() +androidx.viewpager2.R$style: int TextAppearance_Compat_Notification +androidx.appcompat.widget.AppCompatEditText +androidx.core.R$layout: int notification_template_part_time +androidx.dynamicanimation.R$style: int TextAppearance_Compat_Notification_Line2 +androidx.appcompat.R$attr: int subMenuArrow +com.google.android.material.slider.BaseSlider: void setTickTintList(android.content.res.ColorStateList) com.turingtechnologies.materialscrollbar.R$string: int appbar_scrolling_view_behavior -com.jaredrummler.android.colorpicker.R$drawable: int tooltip_frame_light -com.google.android.material.R$string: int icon_content_description -wangdaye.com.geometricweather.R$dimen: int widget_grid_4 -okhttp3.internal.http2.Http2Connection: void writeSynResetLater(int,okhttp3.internal.http2.ErrorCode) -wangdaye.com.geometricweather.R$id: int dialog_location_help_manageContainer -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: java.lang.String unitId -wangdaye.com.geometricweather.R$string: int email -com.google.android.material.internal.StaticLayoutBuilderCompat$StaticLayoutBuilderCompatException: StaticLayoutBuilderCompat$StaticLayoutBuilderCompatException(java.lang.Throwable) -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_23 -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void innerError(java.lang.Throwable) -wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_text_disabled -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float snowPrecipitation -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String componentToMixNMatchKey(java.lang.String) -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_paddingTop -androidx.constraintlayout.utils.widget.ImageFilterButton: void setContrast(float) -androidx.preference.R$styleable: int[] AppCompatTextView -wangdaye.com.geometricweather.db.entities.AlertEntity: int getColor() -androidx.hilt.work.R$drawable: int notification_template_icon_bg -com.turingtechnologies.materialscrollbar.R$attr: int alphabeticModifiers -retrofit2.Utils: java.lang.String typeToString(java.lang.reflect.Type) -james.adaptiveicon.R$styleable: int ViewBackgroundHelper_backgroundTintMode -org.greenrobot.greendao.AbstractDao: java.lang.Object loadCurrent(android.database.Cursor,int,boolean) -androidx.constraintlayout.widget.R$color: int material_deep_teal_500 -cyanogenmod.power.PerformanceManager: boolean getProfileHasAppProfiles(int) -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: org.reactivestreams.Subscription upstream -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_BottomAppBar_Primary -wangdaye.com.geometricweather.R$attr: int bsb_thumb_text_size -android.didikee.donate.R$id: int custom -wangdaye.com.geometricweather.background.polling.work.worker.NormalUpdateWorker -io.reactivex.internal.util.NotificationLite: java.lang.Object subscription(org.reactivestreams.Subscription) -androidx.preference.R$dimen: int notification_big_circle_margin -cyanogenmod.app.StatusBarPanelCustomTile$1: java.lang.Object createFromParcel(android.os.Parcel) -cyanogenmod.hardware.CMHardwareManager: boolean writePersistentString(java.lang.String,java.lang.String) -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_counterEnabled -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner inner -com.google.android.material.R$styleable: int SearchView_layout -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: void setDayIconDrawable(android.graphics.drawable.Drawable) +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_android_gravity +com.google.android.material.R$styleable: int MaterialButton_strokeColor +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeSnowPrecipitation() +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button +androidx.appcompat.widget.SearchView: void setMaxWidth(int) +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_toLeftOf +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setWeather(java.lang.String) +androidx.cardview.widget.CardView: CardView(android.content.Context) +james.adaptiveicon.R$dimen: int highlight_alpha_material_dark +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_backgroundTint +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintCircleAngle +com.bumptech.glide.load.engine.DecodeJob$RunReason: com.bumptech.glide.load.engine.DecodeJob$RunReason SWITCH_TO_SOURCE_SERVICE +james.adaptiveicon.R$styleable: int AppCompatTextView_android_textAppearance +com.google.android.material.R$style: int Base_Theme_AppCompat_Dialog_MinWidth +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningConsequence: java.lang.String textConsequence +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small +androidx.activity.R$dimen: int notification_right_icon_size +com.xw.repo.bubbleseekbar.R$attr: int bsb_show_section_text +com.bumptech.glide.R$string +cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_MOBILEDATA +com.turingtechnologies.materialscrollbar.R$attr: int defaultQueryHint +androidx.core.R$id: int accessibility_custom_action_17 +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_129 +com.google.android.material.appbar.AppBarLayout: void setElevation(float) +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver[] observers +com.turingtechnologies.materialscrollbar.R$attr: int contentDescription +com.google.android.material.textfield.TextInputLayout: int getErrorTextCurrentColor() +androidx.vectordrawable.animated.R$style: int TextAppearance_Compat_Notification_Time +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult: wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Geometry geometry +com.xw.repo.bubbleseekbar.R$color: int abc_hint_foreground_material_light +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_84 +com.google.android.material.R$attr: int closeIconSize +okio.Okio: okio.Sink blackhole() +com.google.android.material.R$styleable: int MenuGroup_android_id +com.google.android.material.textfield.TextInputEditText: com.google.android.material.textfield.TextInputLayout getTextInputLayout() +wangdaye.com.geometricweather.R$color: int design_dark_default_color_on_error +cyanogenmod.weather.WeatherLocation: android.os.Parcelable$Creator CREATOR +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dialogCornerRadius +okio.Buffer: java.lang.String readUtf8LineStrict(long) +com.xw.repo.bubbleseekbar.R$id: int title_template +com.google.android.material.R$styleable: int DrawerArrowToggle_thickness +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_hovered_z +wangdaye.com.geometricweather.R$color: int design_fab_shadow_start_color +io.reactivex.internal.subscriptions.SubscriptionHelper: void request(long) +androidx.fragment.R$styleable: int Fragment_android_name +androidx.hilt.work.R$string +androidx.loader.R$dimen: int notification_subtext_size +androidx.vectordrawable.R$styleable: int FontFamilyFont_ttcIndex +com.google.android.material.R$attr: int customDimension +androidx.constraintlayout.widget.R$styleable: int OnSwipe_touchAnchorSide +james.adaptiveicon.R$dimen: int abc_action_bar_content_inset_material +wangdaye.com.geometricweather.R$style: int Widget_Design_Snackbar +com.google.android.material.R$styleable: int SwitchCompat_trackTint +wangdaye.com.geometricweather.R$animator: int weather_cloudy_2 +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_24 +wangdaye.com.geometricweather.R$drawable: int abc_btn_check_material_anim +okhttp3.TlsVersion: okhttp3.TlsVersion TLS_1_2 +wangdaye.com.geometricweather.R$string: int key_clock_font +com.google.android.material.R$attr: int ratingBarStyle +androidx.versionedparcelable.ParcelImpl +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_AutoCompleteTextView +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: io.reactivex.Observer downstream wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String getStreet() -com.google.android.material.R$style: int Widget_AppCompat_Light_ListPopupWindow -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX -okhttp3.internal.http2.Settings: okhttp3.internal.http2.Settings set(int,int) -com.google.android.material.R$styleable: int AppCompatTheme_textColorSearchUrl -android.didikee.donate.R$styleable: int PopupWindow_overlapAnchor -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: double lon -com.turingtechnologies.materialscrollbar.R$style: int Platform_AppCompat_Light -wangdaye.com.geometricweather.db.entities.LocationEntity: boolean getResidentPosition() -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float rainPrecipitation -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setWifiActiveScan(boolean) -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeCopyDrawable -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_bottomappbar_height -wangdaye.com.geometricweather.R$drawable: int abc_btn_radio_to_on_mtrl_000 -wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_height -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -wangdaye.com.geometricweather.settings.fragments.UnitSettingsFragment: UnitSettingsFragment() -cyanogenmod.library.R$styleable -james.adaptiveicon.R$styleable: int ActionBar_height -okhttp3.RequestBody$3: okhttp3.MediaType val$contentType -com.loc.k: java.lang.String c() -androidx.preference.R$drawable: int abc_ic_clear_material -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float rain12h -wangdaye.com.geometricweather.R$id: int action_about -com.bumptech.glide.integration.okhttp.R$dimen: int notification_big_circle_margin -android.didikee.donate.R$styleable: int AppCompatTheme_ratingBarStyleIndicator -androidx.coordinatorlayout.R$integer: int status_bar_notification_info_maxnum -com.jaredrummler.android.colorpicker.R$attr: int windowActionBarOverlay -androidx.preference.R$attr: int autoSizePresetSizes -wangdaye.com.geometricweather.R$string: int content_desc_check_details -wangdaye.com.geometricweather.R$drawable: int abc_ic_clear_material -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_android_fontVariationSettings -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult -com.google.android.material.R$attr: int passwordToggleTint -androidx.appcompat.R$styleable: int[] ActivityChooserView -androidx.vectordrawable.animated.R$attr -androidx.appcompat.view.menu.MenuPopupHelper: void setOnDismissListener(android.widget.PopupWindow$OnDismissListener) -com.xw.repo.bubbleseekbar.R$color: int dim_foreground_disabled_material_dark -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary PrecipitationSummary -retrofit2.ParameterHandler: retrofit2.ParameterHandler iterable() -com.xw.repo.bubbleseekbar.R$color: int background_material_dark -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_pivotY -androidx.coordinatorlayout.R$id: int accessibility_custom_action_14 -james.adaptiveicon.R$styleable: int[] AppCompatTheme -james.adaptiveicon.R$color: int material_deep_teal_200 -cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_setDefaultSmsSub -androidx.preference.R$style: int Widget_AppCompat_ListPopupWindow -androidx.appcompat.R$styleable: int AppCompatTheme_actionModeSplitBackground -okhttp3.internal.io.FileSystem: okio.Sink sink(java.io.File) -androidx.vectordrawable.R$style: int TextAppearance_Compat_Notification_Line2 -androidx.core.content.FileProvider: FileProvider() -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: float unitFactor -com.google.android.material.R$string: int material_timepicker_text_input_mode_description -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_shadowDx -cyanogenmod.providers.CMSettings$Secure: java.lang.String DEV_FORCE_SHOW_NAVBAR -cyanogenmod.app.CustomTileListenerService: void onListenerConnected() -com.google.android.material.R$attr: int visibilityMode -com.xw.repo.bubbleseekbar.R$drawable: int notification_template_icon_bg -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder dispatcher(okhttp3.Dispatcher) -android.didikee.donate.R$dimen: int abc_text_size_display_3_material -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_SearchView -com.google.android.material.chip.Chip: void setCloseIconTint(android.content.res.ColorStateList) -androidx.appcompat.R$drawable: int abc_item_background_holo_light -cyanogenmod.externalviews.IExternalViewProvider$Stub: java.lang.String DESCRIPTOR -androidx.appcompat.R$drawable: int abc_btn_borderless_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setShortDescription(java.lang.String) -wangdaye.com.geometricweather.R$attr: int chipSpacingVertical -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowActionModeOverlay -wangdaye.com.geometricweather.R$styleable: int ChipGroup_singleLine -com.amap.api.location.AMapLocation: void setLongitude(double) -androidx.fragment.R$id: int accessibility_custom_action_2 -okio.Buffer: long readDecimalLong() -android.didikee.donate.R$dimen: int abc_button_inset_horizontal_material -cyanogenmod.providers.DataUsageContract: int COLUMN_OF_BYTES -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property RagweedIndex -cyanogenmod.app.PartnerInterface: boolean setZenModeWithDuration(int,long) -io.reactivex.internal.subscriptions.BasicQueueSubscription: boolean offer(java.lang.Object) -com.jaredrummler.android.colorpicker.R$styleable: R$styleable() -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder removeAllQueryParameters(java.lang.String) -okhttp3.OkHttpClient: int writeTimeoutMillis() -wangdaye.com.geometricweather.R$id: int widget_day_week_week_3 -androidx.transition.R$styleable: int GradientColor_android_startX -james.adaptiveicon.R$styleable: int ActionBar_progressBarPadding -androidx.customview.view.AbsSavedState: android.os.Parcelable$Creator CREATOR -android.didikee.donate.R$style: int Theme_AppCompat_Light_DialogWhenLarge -wangdaye.com.geometricweather.R$styleable: int KeyPosition_percentWidth -com.jaredrummler.android.colorpicker.R$attr: int searchIcon -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: float getStrokeWidth() -com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getHintTextColor() -wangdaye.com.geometricweather.R$styleable: int[] MotionHelper +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String street +wangdaye.com.geometricweather.R$id: int checkbox +androidx.appcompat.R$attr: int progressBarStyle +androidx.viewpager.R$id: int text +retrofit2.OptionalConverterFactory$OptionalConverter: OptionalConverterFactory$OptionalConverter(retrofit2.Converter) +james.adaptiveicon.R$attr: int textAppearanceSearchResultTitle +com.jaredrummler.android.colorpicker.R$layout: int cpv_preference_square_large +io.reactivex.internal.util.NotificationLite: java.lang.Object error(java.lang.Throwable) +androidx.preference.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle +io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable: void setParent(io.reactivex.internal.operators.observable.ObservablePublish$PublishObserver) +james.adaptiveicon.R$id: int progress_horizontal +com.jaredrummler.android.colorpicker.ColorPickerView: void setSliderTrackerColor(int) +androidx.preference.R$style: int Base_V7_Theme_AppCompat +androidx.preference.R$dimen: int abc_dialog_fixed_width_major +wangdaye.com.geometricweather.R$id: int activity_card_display_manage_bottomBar +wangdaye.com.geometricweather.R$dimen: int material_icon_size +com.xw.repo.bubbleseekbar.R$attr: int bsb_show_section_mark +cyanogenmod.providers.CMSettings$Secure: android.net.Uri CONTENT_URI +androidx.coordinatorlayout.R$drawable: int notification_bg_low_normal +io.reactivex.internal.util.NotificationLite: java.lang.Throwable getError(java.lang.Object) +androidx.fragment.R$id: int fragment_container_view_tag +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_9 +androidx.appcompat.R$styleable: int LinearLayoutCompat_measureWithLargestChild +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 +androidx.constraintlayout.widget.R$color: int material_grey_800 +com.jaredrummler.android.colorpicker.R$attr: int tickMarkTint +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeThunderstormPrecipitation +androidx.appcompat.resources.R$id: int accessibility_custom_action_11 +androidx.appcompat.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setTempMax(java.lang.String) +androidx.appcompat.widget.MenuPopupWindow$MenuDropDownListView +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Metric: java.lang.String Unit +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: int unitArrayIndex +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: java.lang.String brandId +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoonPhaseDescription +retrofit2.ParameterHandler +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void dispose() +com.google.android.material.R$attr: int checkedChip +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_CompactMenu +org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database getEncryptedReadableDb(java.lang.String) +com.google.android.material.R$drawable: int abc_text_cursor_material +android.didikee.donate.R$id: int action_mode_bar_stub +androidx.viewpager2.R$id: int text2 +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void onError(java.lang.Throwable) +androidx.lifecycle.ProcessLifecycleOwner: void init(android.content.Context) +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: boolean isEntityUpdateable() +james.adaptiveicon.R$styleable: int TextAppearance_android_textSize +com.google.android.material.R$style: int TestStyleWithLineHeight +androidx.constraintlayout.utils.widget.ImageFilterButton: void setRoundPercent(float) +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Display3 +androidx.appcompat.R$attr: int fontWeight +androidx.core.R$style: int Widget_Compat_NotificationActionText +retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: boolean disposed +com.xw.repo.bubbleseekbar.R$attr: int contentInsetRight +androidx.activity.R$drawable: R$drawable() +wangdaye.com.geometricweather.R$animator: int weather_fog_3 +com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_buttonIconDimen +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial: int UnitType +androidx.loader.R$id +cyanogenmod.app.ProfileGroup$Mode: cyanogenmod.app.ProfileGroup$Mode DEFAULT +wangdaye.com.geometricweather.R$string: int feedback_live_wallpaper_weather_kind +com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_selector_background_transition_holo_light +wangdaye.com.geometricweather.settings.activities.CardDisplayManageActivity +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_26 +retrofit2.ParameterHandler$Body: ParameterHandler$Body(java.lang.reflect.Method,int,retrofit2.Converter) +androidx.constraintlayout.widget.R$attr: int percentHeight +com.google.android.material.R$dimen: int abc_text_size_medium_material +com.google.android.material.R$drawable: int abc_btn_default_mtrl_shape +cyanogenmod.app.ICMStatusBarManager: void createCustomTileWithTag(java.lang.String,java.lang.String,java.lang.String,int,cyanogenmod.app.CustomTile,int[],int) +wangdaye.com.geometricweather.R$attr: int customStringValue +com.google.android.material.R$styleable: int KeyTimeCycle_waveShape +wangdaye.com.geometricweather.R$dimen: int mtrl_badge_radius +com.google.android.material.floatingactionbutton.FloatingActionButton: void setCompatPressedTranslationZResource(int) +androidx.lifecycle.ProcessLifecycleOwner$1 +okhttp3.internal.http1.Http1Codec$ChunkedSink: void write(okio.Buffer,long) +io.reactivex.Observable: io.reactivex.Observable sample(long,java.util.concurrent.TimeUnit) +cyanogenmod.externalviews.ExternalView: ExternalView(android.content.Context,android.util.AttributeSet,android.content.ComponentName) +com.xw.repo.bubbleseekbar.R$color: int abc_tint_btn_checkable +androidx.appcompat.widget.SearchView$SavedState +io.reactivex.internal.observers.DeferredScalarDisposable: void clear() +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight_NoActionBar +james.adaptiveicon.R$styleable: int ActionBar_contentInsetStartWithNavigation +com.baidu.location.indoor.mapversion.c.c$b: double e +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder addNetworkInterceptor(okhttp3.Interceptor) androidx.lifecycle.extensions.R$id: int notification_main_column_container -com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Light_Bridge -androidx.appcompat.app.ActionBar -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: java.lang.String getSourceUrl() -com.xw.repo.bubbleseekbar.R$anim: R$anim() -com.google.android.material.R$styleable: int AppCompatTheme_dialogCornerRadius -com.google.android.material.R$attr: int divider -com.google.android.material.R$styleable: int OnSwipe_moveWhenScrollAtTop -wangdaye.com.geometricweather.R$style: int Base_Animation_AppCompat_Tooltip -androidx.loader.R$styleable: int GradientColor_android_endColor -retrofit2.adapter.rxjava2.RxJava2CallAdapter: io.reactivex.Scheduler scheduler -okhttp3.ConnectionPool: java.util.concurrent.Executor executor -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_Chip -okhttp3.internal.http2.Settings: int getInitialWindowSize() -wangdaye.com.geometricweather.R$drawable: int abc_ic_star_black_36dp -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Snow: int UnitType -wangdaye.com.geometricweather.R$style: int widget_text_clock_aa -cyanogenmod.platform.R$integer -com.google.android.material.switchmaterial.SwitchMaterial: SwitchMaterial(android.content.Context) -wangdaye.com.geometricweather.R$id: int container_main_first_card_header_localTimeText -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginStart -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: MaterialWeatherView(android.content.Context) -androidx.hilt.R$id: int dialog_button -wangdaye.com.geometricweather.R$transition: int search_activity_return -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_firstHorizontalBias -com.amap.api.location.AMapLocationQualityReport: com.amap.api.location.AMapLocationQualityReport clone() -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Object readEntity(android.database.Cursor,int) -android.didikee.donate.R$style: int Base_Widget_AppCompat_Button -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: java.lang.String zh_CN -com.xw.repo.bubbleseekbar.R$drawable: int abc_list_selector_disabled_holo_dark -androidx.vectordrawable.R$style: int TextAppearance_Compat_Notification -androidx.recyclerview.R$dimen: int notification_subtext_size -okhttp3.internal.cache.DiskLruCache: java.io.File journalFileTmp -com.google.android.material.R$style: int Base_TextAppearance_MaterialComponents_Badge -com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_BottomSheet_Modal -androidx.core.R$id: int accessibility_custom_action_12 +com.turingtechnologies.materialscrollbar.R$color: int secondary_text_disabled_material_light +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_padding_left +cyanogenmod.weather.WeatherLocation$Builder: WeatherLocation$Builder(java.lang.String,java.lang.String) +androidx.preference.R$attr: int titleMargins +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX: java.lang.String date +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton$ExtendedFloatingActionButtonBehavior +androidx.viewpager2.widget.ViewPager2$SavedState: android.os.Parcelable$Creator CREATOR +androidx.lifecycle.LifecycleDispatcher: java.util.concurrent.atomic.AtomicBoolean sInitialized +androidx.constraintlayout.widget.ConstraintLayout: void setMaxHeight(int) +com.amap.api.location.AMapLocationClientOption: float v +com.google.android.material.R$styleable: int Constraint_flow_maxElementsWrap +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_counterOverflowTextColor +com.turingtechnologies.materialscrollbar.R$layout: int abc_search_dropdown_item_icons_2line +james.adaptiveicon.R$style: int Base_Widget_AppCompat_DrawerArrowToggle +androidx.viewpager2.R$styleable: int FontFamilyFont_fontVariationSettings +wangdaye.com.geometricweather.R$attr: int popupMenuBackground +com.google.android.material.R$styleable: int Insets_paddingRightSystemWindowInsets +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_13 +wangdaye.com.geometricweather.R$layout: int activity_preview_icon +androidx.constraintlayout.motion.widget.MotionLayout: android.os.Bundle getTransitionState() +okhttp3.OkHttpClient$Builder: okhttp3.Dns dns +wangdaye.com.geometricweather.R$id: int tabMode +androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_Solid +okhttp3.internal.http2.Hpack$Writer: boolean emitDynamicTableSizeUpdate +androidx.preference.R$attr: int paddingEnd +androidx.legacy.coreutils.R$styleable: int GradientColor_android_type +com.baidu.location.indoor.c: int a +com.google.android.material.R$styleable: int[] MotionTelltales +wangdaye.com.geometricweather.common.basic.GeoActivity: GeoActivity() +com.turingtechnologies.materialscrollbar.R$dimen: int abc_switch_padding +com.google.android.material.R$styleable: int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier +com.google.android.material.R$style: int Theme_AppCompat_DayNight_Dialog +com.bumptech.glide.R$attr: int fontWeight +wangdaye.com.geometricweather.R$id: int SHIFT +androidx.constraintlayout.widget.R$attr: int telltales_tailScale +com.google.android.material.R$attr: int touchAnchorId +wangdaye.com.geometricweather.R$color: int abc_btn_colored_text_material +androidx.viewpager.R$id: int tag_unhandled_key_event_manager +okio.AsyncTimeout: void enter() +com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_WIFI_INFO +androidx.viewpager2.R$color: int notification_action_color_filter wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: java.lang.String name -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Direction: java.lang.String Localized -io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: void setResource(io.reactivex.disposables.Disposable) -com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_layout_keyline -androidx.constraintlayout.widget.R$layout: int select_dialog_item_material -com.xw.repo.bubbleseekbar.R$drawable: int abc_item_background_holo_dark -com.google.android.material.R$styleable: int Toolbar_navigationContentDescription -com.xw.repo.bubbleseekbar.R$style: int Base_V23_Theme_AppCompat_Light -com.google.android.material.R$dimen: int fastscroll_margin -com.jaredrummler.android.colorpicker.R$attr: int textAppearancePopupMenuHeader -io.reactivex.Observable: io.reactivex.Observable mergeDelayError(java.lang.Iterable,int) -cyanogenmod.app.ProfileManager: cyanogenmod.app.ProfileManager sProfileManagerInstance -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_AES_256_CBC_SHA -androidx.dynamicanimation.R$id: int time -okhttp3.internal.cache.CacheStrategy$Factory: okhttp3.internal.cache.CacheStrategy get() -android.didikee.donate.R$styleable: int SwitchCompat_switchTextAppearance -com.google.android.material.R$layout: int mtrl_calendar_vertical -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Dialog_MinWidth -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_NoActionBar -wangdaye.com.geometricweather.R$id: int progress_circular -android.didikee.donate.R$styleable: int AppCompatTheme_editTextColor -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_font -com.google.android.material.R$styleable: int FontFamilyFont_ttcIndex -androidx.lifecycle.extensions.R$id: int icon_group -com.turingtechnologies.materialscrollbar.R$id: int italic -com.turingtechnologies.materialscrollbar.R$color: int abc_secondary_text_material_dark -androidx.hilt.R$id: int accessibility_custom_action_0 -okhttp3.internal.http2.Http2Connection$5: boolean val$inFinished -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: void dispose() -com.jaredrummler.android.colorpicker.R$styleable: int[] GradientColorItem -androidx.recyclerview.widget.RecyclerView: void setAccessibilityDelegateCompat(androidx.recyclerview.widget.RecyclerViewAccessibilityDelegate) -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_isThemeBeingProcessed -androidx.preference.R$style: int Base_Widget_AppCompat_ActionBar_TabText -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken valueOf(java.lang.String) -cyanogenmod.providers.ThemesContract$PreviewColumns: android.net.Uri CONTENT_URI -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialButtonToggleGroup -android.didikee.donate.R$attr: int defaultQueryHint -cyanogenmod.app.suggest.AppSuggestManager: boolean handles(android.content.Intent) -com.xw.repo.bubbleseekbar.R$id: int right_side -io.reactivex.internal.util.VolatileSizeArrayList: int indexOf(java.lang.Object) -okhttp3.Cache: okhttp3.internal.cache.InternalCache internalCache -cyanogenmod.weatherservice.WeatherProviderService$1: void setServiceClient(cyanogenmod.weatherservice.IWeatherProviderServiceClient) -cyanogenmod.power.IPerformanceManager$Stub: int TRANSACTION_cpuBoost_0 -androidx.lifecycle.Lifecycle$State: boolean isAtLeast(androidx.lifecycle.Lifecycle$State) -androidx.appcompat.R$style: int Widget_AppCompat_RatingBar_Indicator -androidx.lifecycle.extensions.R$anim: int fragment_close_enter -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder addNetworkInterceptor(okhttp3.Interceptor) -androidx.appcompat.R$styleable: int AppCompatTextView_autoSizeStepGranularity -wangdaye.com.geometricweather.R$layout: int mtrl_picker_text_input_date -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_41 -wangdaye.com.geometricweather.db.entities.DailyEntity: void setUvLevel(java.lang.String) -androidx.preference.R$attr: int ttcIndex -androidx.viewpager.R$dimen: int notification_small_icon_size_as_large -cyanogenmod.app.Profile: java.util.Collection getConnectionSettings() -retrofit2.OkHttpCall: boolean executed -wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: void setDayIndicatorRotation(float) -io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: boolean isDisposed() -wangdaye.com.geometricweather.R$id: int container_main_sun_moon_sunContainer -com.google.android.material.R$layout: int mtrl_alert_select_dialog_multichoice -androidx.fragment.R$id: int accessibility_custom_action_10 -androidx.appcompat.widget.LinearLayoutCompat: int getOrientation() -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large -retrofit2.ServiceMethod: ServiceMethod() -androidx.drawerlayout.R$integer: int status_bar_notification_info_maxnum -androidx.appcompat.widget.SearchView: void setImeOptions(int) -cyanogenmod.app.LiveLockScreenInfo$1: cyanogenmod.app.LiveLockScreenInfo[] newArray(int) -com.google.android.material.R$style: int ThemeOverlay_AppCompat_Light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: void setZh_TW(java.lang.String) -androidx.appcompat.R$styleable: int[] TextAppearance -io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: void soNext(io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode) -cyanogenmod.hardware.CMHardwareManager: int FEATURE_DISPLAY_MODES -com.turingtechnologies.materialscrollbar.R$attr: int actionLayout -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dialogPreferredPadding -wangdaye.com.geometricweather.common.basic.models.weather.History: int nighttimeTemperature -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView: AbsChartItemView(android.content.Context) -okhttp3.internal.cache.DiskLruCache$Snapshot: java.lang.String access$000(okhttp3.internal.cache.DiskLruCache$Snapshot) -androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_ActionBar -com.bumptech.glide.Registry$NoModelLoaderAvailableException -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property AqiText -com.google.android.material.R$styleable: int AppCompatTheme_listDividerAlertDialog -androidx.work.R$id: int accessibility_custom_action_19 -androidx.constraintlayout.widget.R$id: int pathRelative -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_SearchView_ActionBar -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintBottom_creator -wangdaye.com.geometricweather.R$attr: int chipStrokeWidth -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float pressure -androidx.preference.R$id: int decor_content_parent -androidx.hilt.work.R$drawable: int notification_bg_low -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_paddingStart -com.google.android.material.R$attr: int titleTextAppearance -wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_text_dark_normal -androidx.core.R$styleable: int[] FontFamilyFont -com.google.android.material.R$styleable: int Constraint_flow_firstVerticalBias -com.bumptech.glide.integration.okhttp.R$attr: int layout_keyline -androidx.preference.R$style: int Widget_AppCompat_ListView -com.turingtechnologies.materialscrollbar.R$attr: int actionOverflowMenuStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean aqi -io.reactivex.Observable: io.reactivex.Observable retry() -com.google.android.material.card.MaterialCardView: float getCardViewRadius() -wangdaye.com.geometricweather.R$styleable: int[] FitSystemBarNestedScrollView -okhttp3.internal.cache.DiskLruCache$3: java.lang.Object next() -wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List getMinutelyForecast() -wangdaye.com.geometricweather.R$anim: int fragment_fast_out_extra_slow_in -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionButton -okhttp3.Protocol: okhttp3.Protocol get(java.lang.String) -james.adaptiveicon.R$styleable: int Toolbar_titleTextColor -wangdaye.com.geometricweather.R$string: int sunrise_sunset -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_top_padding -cyanogenmod.app.Profile$DozeMode -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: long remaining -androidx.lifecycle.ViewModelProvider: androidx.lifecycle.ViewModel get(java.lang.Class) -okhttp3.Cache$2: okhttp3.Cache this$0 -cyanogenmod.power.PerformanceManager: PerformanceManager(android.content.Context) -androidx.constraintlayout.widget.ConstraintLayout: int getMaxWidth() -androidx.preference.R$bool: R$bool() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: java.lang.String logo -com.google.android.gms.common.R$string: R$string() -wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit: java.lang.String getProbabilityText(android.content.Context,float) -james.adaptiveicon.R$styleable: int Toolbar_maxButtonHeight -cyanogenmod.providers.CMSettings$System: long getLongForUser(android.content.ContentResolver,java.lang.String,int) -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void onNext(java.lang.Object) -com.xw.repo.bubbleseekbar.R$color: int abc_primary_text_material_light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String tempMax -androidx.constraintlayout.widget.R$styleable: int MotionScene_layoutDuringTransition -cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_TEMPERATURE_NIGHT -wangdaye.com.geometricweather.R$attr: int cpv_startAngle -cyanogenmod.weather.CMWeatherManager$2: void onWeatherRequestCompleted(cyanogenmod.weather.RequestInfo,int,cyanogenmod.weather.WeatherInfo) -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_collapseNotificationPanel_2 -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: int leftIndex -android.didikee.donate.R$dimen: int abc_dialog_list_padding_bottom_no_buttons -com.turingtechnologies.materialscrollbar.R$attr: int itemHorizontalTranslationEnabled +okhttp3.internal.NamedRunnable +androidx.lifecycle.Transformations$1: Transformations$1(androidx.lifecycle.MediatorLiveData,androidx.arch.core.util.Function) +com.jaredrummler.android.colorpicker.R$attr: int fragment +androidx.recyclerview.R$drawable: int notification_icon_background +androidx.legacy.coreutils.R$string: R$string() +com.turingtechnologies.materialscrollbar.R$attr: int hintTextAppearance +cyanogenmod.app.CustomTileListenerService: cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper access$100(cyanogenmod.app.CustomTileListenerService) +okio.RealBufferedSink: okio.BufferedSink writeShort(int) +com.google.android.material.R$attr: int actionModeCutDrawable +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_BottomRightCut +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintStart_toEndOf +cyanogenmod.content.Intent: java.lang.String ACTION_APP_FAILURE +okhttp3.Protocol +android.didikee.donate.R$style: int Widget_AppCompat_PopupWindow +android.didikee.donate.R$styleable: int ActionBar_elevation +android.didikee.donate.R$color: int button_material_light +android.didikee.donate.R$style: int Platform_ThemeOverlay_AppCompat +wangdaye.com.geometricweather.R$styleable: int SwitchPreference_android_summaryOff +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float thunderstormPrecipitation +com.turingtechnologies.materialscrollbar.R$id: int right +wangdaye.com.geometricweather.R$id: int scrollBar +com.google.android.material.R$attr: int searchHintIcon +com.jaredrummler.android.colorpicker.R$attr: int buttonTint +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dividerVertical +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_contentInsetEndWithActions +com.google.android.gms.base.R$string: int common_google_play_services_updating_text +retrofit2.adapter.rxjava2.CallExecuteObservable$CallDisposable: CallExecuteObservable$CallDisposable(retrofit2.Call) +wangdaye.com.geometricweather.R$color: int radiobutton_themeable_attribute_color +cyanogenmod.app.CustomTile$ExpandedStyle: void internalSetRemoteViews(android.widget.RemoteViews) +android.didikee.donate.R$dimen: int abc_cascading_menus_min_smallest_width +androidx.preference.R$attr: int lineHeight +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getDaytimeWindLevel() +androidx.transition.R$attr +wangdaye.com.geometricweather.R$color: int colorTextContent_light +cyanogenmod.providers.WeatherContract$WeatherColumns$WindSpeedUnit: int KPH +androidx.coordinatorlayout.R$styleable: int[] FontFamilyFont +com.turingtechnologies.materialscrollbar.R$styleable: int TabItem_android_layout +com.jaredrummler.android.colorpicker.R$dimen: int abc_control_padding_material +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX: java.lang.String aqi +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamily_fontProviderFetchTimeout +com.turingtechnologies.materialscrollbar.R$attr: int itemSpacing +androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_font +wangdaye.com.geometricweather.R$font: int product_sans_thin +com.google.android.material.R$style: int Base_V21_Theme_MaterialComponents_Light_Dialog +cyanogenmod.hardware.ThermalListenerCallback: ThermalListenerCallback() +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_profileExistsByName +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_FixedSize_Bridge +wangdaye.com.geometricweather.R$drawable: int notif_temp_135 +com.google.android.material.R$styleable: int TextInputLayout_helperText +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: io.reactivex.Observer downstream +com.turingtechnologies.materialscrollbar.R$attr: int colorControlNormal +okhttp3.Handshake: okhttp3.Handshake get(okhttp3.TlsVersion,okhttp3.CipherSuite,java.util.List,java.util.List) +com.google.android.material.R$styleable: int[] AppBarLayoutStates +androidx.constraintlayout.widget.R$style: int Base_V7_Theme_AppCompat +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VectorDrawableCompatState: int getChangingConfigurations() +androidx.hilt.lifecycle.R$id: int actions +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Display1 +wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_showMotionSpec +james.adaptiveicon.R$string: int abc_action_mode_done +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay CARD_LIFE_DETAILS +com.google.android.material.tabs.TabLayout: int getTabCount() +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_PopupMenu +wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List getHourlyForecast() +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_dividerPadding +james.adaptiveicon.R$styleable: int LinearLayoutCompat_measureWithLargestChild +com.jaredrummler.android.colorpicker.R$drawable: int notification_template_icon_bg +okhttp3.internal.connection.RouteSelector: java.net.Proxy nextProxy() +androidx.lifecycle.extensions.R$styleable: int FontFamily_fontProviderPackage +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: java.lang.String getUnitId() +wangdaye.com.geometricweather.R$styleable: int MockView_mock_labelColor +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.lang.String EnglishName +androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft +com.google.android.material.R$styleable: int MenuView_android_itemIconDisabledAlpha +androidx.recyclerview.R$id: int dialog_button +com.jaredrummler.android.colorpicker.R$color: int abc_tint_switch_track +wangdaye.com.geometricweather.R$string: int settings_title_notification_custom_color +android.didikee.donate.R$dimen: int abc_text_size_body_2_material +okhttp3.Dispatcher +io.reactivex.internal.observers.DeferredScalarDisposable: java.lang.Object value +com.google.android.material.R$styleable: int TabLayout_tabIndicatorGravity +retrofit2.DefaultCallAdapterFactory$1 +androidx.appcompat.R$layout: int notification_action +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeDegreeDayTemperature() +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_navigation_height +wangdaye.com.geometricweather.R$styleable: int Toolbar_collapseIcon +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Dialog_Alert_Framework +com.google.android.material.R$attr: int actionViewClass +wangdaye.com.geometricweather.R$integer: int abc_config_activityDefaultDur +com.xw.repo.bubbleseekbar.R$dimen: int abc_seekbar_track_progress_height_material +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth +cyanogenmod.externalviews.ExternalView: ExternalView(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property DailyForecast +okhttp3.RealCall: java.io.IOException timeoutExit(java.io.IOException) +wangdaye.com.geometricweather.R$string: int settings_title_week_icon_mode +androidx.constraintlayout.widget.R$attr: int layout_constraintWidth_min +com.google.android.material.R$attr: int yearSelectedStyle +wangdaye.com.geometricweather.common.basic.models.weather.Alert: void writeToParcel(android.os.Parcel,int) +androidx.constraintlayout.widget.R$drawable: int btn_checkbox_unchecked_to_checked_mtrl_animation +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.internal.util.ErrorMode errorMode +androidx.core.R$id: int action_text +com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState FAILED +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_expanded +wangdaye.com.geometricweather.R$layout: int item_weather_daily_line +com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day +com.jaredrummler.android.colorpicker.R$id: int gridView +wangdaye.com.geometricweather.background.service.TileService: TileService() +cyanogenmod.providers.CMSettings$System$1: CMSettings$System$1() +cyanogenmod.themes.ThemeManager: void onClientPaused(cyanogenmod.themes.ThemeManager$ThemeChangeListener) +androidx.drawerlayout.R$styleable: int FontFamilyFont_fontWeight +androidx.appcompat.R$styleable: int AnimatedStateListDrawableTransition_android_drawable +cyanogenmod.hardware.ICMHardwareService: java.lang.String getSerialNumber() +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_17 +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter endArray() +okio.RealBufferedSource: java.lang.String readUtf8() +wangdaye.com.geometricweather.R$styleable: int[] TouchScrollBar +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Subhead +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_43 +androidx.hilt.R$style: int TextAppearance_Compat_Notification_Title +androidx.preference.R$styleable: int ActionBar_contentInsetEnd +androidx.appcompat.resources.R$styleable: int[] GradientColor +com.google.android.material.R$attr: int titleMargins +androidx.appcompat.R$styleable: int Toolbar_logoDescription +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse +androidx.appcompat.R$styleable: int ActivityChooserView_initialActivityCount +com.google.android.material.chip.Chip: float getIconStartPadding() +okhttp3.internal.http.HttpHeaders: java.util.Set varyFields(okhttp3.Response) +com.amap.api.fence.GeoFence: int getStatus() +com.turingtechnologies.materialscrollbar.R$styleable: int[] ButtonBarLayout +retrofit2.Platform: java.lang.Object invokeDefaultMethod(java.lang.reflect.Method,java.lang.Class,java.lang.Object,java.lang.Object[]) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPopupWindowStyle +com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState CLEARED +com.google.android.material.R$styleable: int[] Snackbar +wangdaye.com.geometricweather.R$styleable: int Transition_duration +okio.ForwardingTimeout: okio.ForwardingTimeout setDelegate(okio.Timeout) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_width +cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_onStop +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setPrimary(java.lang.String) +androidx.constraintlayout.widget.R$styleable: int[] LinearLayoutCompat +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: long index +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.viewpager2.R$attr: int fastScrollHorizontalTrackDrawable +com.turingtechnologies.materialscrollbar.R$color: int notification_icon_bg_color +cyanogenmod.library.R$styleable: int LiveLockScreen_settingsActivity +androidx.constraintlayout.widget.R$style: int Platform_V25_AppCompat_Light +wangdaye.com.geometricweather.R$drawable: int weather_haze_mini_light +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: ObservableGroupJoin$LeftRightObserver(io.reactivex.internal.operators.observable.ObservableGroupJoin$JoinSupport,boolean) +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: java.util.concurrent.TimeUnit unit +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer treeLevel +com.google.android.material.R$attr: int bottomSheetStyle +okhttp3.internal.http.RealInterceptorChain: okhttp3.internal.connection.RealConnection connection +wangdaye.com.geometricweather.R$string: int material_timepicker_select_time +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_6 +cyanogenmod.hardware.CMHardwareManager: int COLOR_CALIBRATION_MIN_INDEX +com.google.android.material.chip.Chip: void setCloseIconHovered(boolean) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure +androidx.fragment.R$attr: int fontProviderCerts +cyanogenmod.themes.ThemeChangeRequest: long getWallpaperId() +cyanogenmod.externalviews.KeyguardExternalViewProviderService: android.os.Handler access$100(cyanogenmod.externalviews.KeyguardExternalViewProviderService) +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Region: java.lang.String ID +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setDailyForecast(java.lang.String) +android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_PopupMenu +okhttp3.OkHttpClient$1: boolean isInvalidHttpUrlHost(java.lang.IllegalArgumentException) +james.adaptiveicon.R$style: int Widget_AppCompat_ActionBar_TabView +james.adaptiveicon.R$attr: int progressBarStyle +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_menuCategory +cyanogenmod.alarmclock.ClockContract$InstancesColumns: int MISSED_STATE +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionMode +wangdaye.com.geometricweather.R$attr: int tabPaddingEnd +wangdaye.com.geometricweather.R$dimen: int abc_panel_menu_list_width +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionMode +wangdaye.com.geometricweather.R$drawable: int weather_rain_pixel +androidx.drawerlayout.R$styleable: int FontFamilyFont_fontVariationSettings +com.turingtechnologies.materialscrollbar.R$attr: int buttonBarNegativeButtonStyle +wangdaye.com.geometricweather.R$drawable: int btn_radio_on_to_off_mtrl_animation +okio.ByteString: int hashCode +com.google.android.material.button.MaterialButton: void setIconResource(int) +okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RealConnection findHealthyConnection(int,int,int,int,boolean,boolean) +okhttp3.internal.http2.Http2Connection: void pushExecutorExecute(okhttp3.internal.NamedRunnable) +wangdaye.com.geometricweather.R$attr: int submitBackground +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: java.util.Date Date +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver +com.google.android.material.R$attr: int textAppearanceHeadline2 +com.google.android.material.R$id: int mtrl_child_content_container +wangdaye.com.geometricweather.R$string: int feedback_refresh_notification_now +com.turingtechnologies.materialscrollbar.R$attr: int boxCornerRadiusBottomEnd +wangdaye.com.geometricweather.R$styleable: int MockView_mock_showLabel +com.google.gson.stream.JsonReader: int NUMBER_CHAR_NONE +okhttp3.internal.http2.Hpack$Writer: void writeByteString(okio.ByteString) +wangdaye.com.geometricweather.R$color: int mtrl_chip_background_color +wangdaye.com.geometricweather.R$string: int cpv_select +androidx.appcompat.R$attr: int fontProviderCerts +androidx.appcompat.R$attr: int contentDescription +com.google.android.material.card.MaterialCardView +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: java.lang.String IconPhrase +androidx.preference.R$attr: int overlapAnchor +androidx.preference.R$styleable: int PreferenceTheme_preferenceCategoryStyle +androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_height +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_RatingBar_Indicator +androidx.hilt.lifecycle.R$id: int notification_main_column_container +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_iconSpaceReserved +androidx.preference.R$style: int Preference_SeekBarPreference_Material +androidx.core.R$styleable +com.google.android.material.tabs.TabLayout: android.graphics.drawable.Drawable getTabSelectedIndicator() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setPubTime(java.lang.String) +wangdaye.com.geometricweather.R$attr: int counterOverflowTextColor +androidx.preference.R$style: int ThemeOverlay_AppCompat_Dark +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.util.Date sunsetTime +com.jaredrummler.android.colorpicker.R$id: int text2 +cyanogenmod.power.IPerformanceManager$Stub: int TRANSACTION_getProfileHasAppProfiles +com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_multiChoiceItemLayout +wangdaye.com.geometricweather.R$id: int material_timepicker_ok_button +com.google.android.material.R$styleable: int NavigationView_android_maxWidth +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_31 +james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_drawableTop +androidx.vectordrawable.animated.R$id: int dialog_button +com.google.android.material.R$dimen: int design_fab_size_mini +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Subtitle2 +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_pixel +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area +androidx.recyclerview.R$attr: int layoutManager +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum Maximum +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: void setValue(java.lang.String) +android.didikee.donate.R$attr: int showAsAction +wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String getFormattedId() +com.google.android.material.R$string: int material_slider_range_start +androidx.work.R$id: int actions +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_AutoCompleteTextView +cyanogenmod.app.CustomTile$ExpandedStyle: cyanogenmod.app.CustomTile$ExpandedItem[] expandedItems +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay[] values() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating Heating +com.xw.repo.bubbleseekbar.R$color: int bright_foreground_material_light +android.didikee.donate.R$styleable: int AppCompatTheme_dropDownListViewStyle +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar +okhttp3.OkHttpClient$Builder: javax.net.SocketFactory socketFactory +com.google.android.material.R$dimen: int design_fab_translation_z_pressed +androidx.constraintlayout.widget.R$id: int motion_base +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintBottom_toBottomOf +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Display3 +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$4: void run() +okio.Okio$1: void close() +androidx.recyclerview.R$attr: int fontStyle +androidx.constraintlayout.widget.R$style: int RtlOverlay_DialogWindowTitle_AppCompat +cyanogenmod.content.Intent: java.lang.String ACTION_RECENTS_LONG_PRESS +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer windChillTemperature +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String grassDescription +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_android_summaryOn +androidx.appcompat.R$styleable: int MenuItem_android_icon +cyanogenmod.app.ICustomTileListener$Stub$Proxy: java.lang.String getInterfaceDescriptor() +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Body1 +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_verticalBias +androidx.constraintlayout.widget.R$id: int search_src_text +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_displayOptions +androidx.lifecycle.MethodCallsLogger: java.util.Map mCalledMethods +james.adaptiveicon.R$styleable: int[] MenuItem +com.google.android.material.R$id: int textinput_prefix_text +com.google.gson.internal.LazilyParsedNumber: LazilyParsedNumber(java.lang.String) +androidx.appcompat.R$attr: int logo +androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customBoolean +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: java.util.concurrent.atomic.AtomicReference upstream +androidx.constraintlayout.widget.R$attr: int layout_constrainedWidth +com.google.android.material.R$styleable: int Slider_thumbStrokeWidth +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: java.util.Date Date +com.google.android.material.chip.Chip: float getChipIconSize() +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: FlowableRepeatWhen$WhenSourceSubscriber(org.reactivestreams.Subscriber,io.reactivex.processors.FlowableProcessor,org.reactivestreams.Subscription) +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_RatingBar_Indicator +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemIconSize +wangdaye.com.geometricweather.R$id: int item_icon_provider_previewButton +androidx.hilt.work.R$styleable: int Fragment_android_id +wangdaye.com.geometricweather.R$layout: int widget_trend_hourly +com.xw.repo.bubbleseekbar.R$drawable: int abc_list_selector_holo_dark +com.google.android.material.R$id: int stretch +okio.RealBufferedSink: okio.BufferedSink writeDecimalLong(long) +androidx.preference.R$drawable: int abc_list_longpressed_holo +androidx.preference.R$style: int Theme_AppCompat_CompactMenu +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: boolean isValid() +com.jaredrummler.android.colorpicker.R$styleable: int[] ActionMode +com.jaredrummler.android.colorpicker.R$styleable: int CompoundButton_buttonTint +io.reactivex.internal.util.VolatileSizeArrayList: int size() +com.google.android.material.R$styleable: int ImageFilterView_crossfade +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title +androidx.constraintlayout.widget.R$styleable: int Layout_layout_editor_absoluteX +com.jaredrummler.android.colorpicker.R$attr: int textAppearanceSearchResultSubtitle +androidx.preference.R$styleable: int AppCompatTheme_actionBarSplitStyle +androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type UNRESTRICTED +okhttp3.internal.http2.Huffman$Node: Huffman$Node(int,int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getNo2() +com.google.android.material.navigation.NavigationView: void setItemTextColor(android.content.res.ColorStateList) +com.autonavi.aps.amapapi.model.AMapLocationServer: void a(org.json.JSONObject) +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered +androidx.activity.R$id: int accessibility_custom_action_3 +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +james.adaptiveicon.R$style: int Theme_AppCompat_Dialog +wangdaye.com.geometricweather.R$dimen: int abc_action_button_min_height_material +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_toLeftOf +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner +com.google.android.material.R$attr: int labelBehavior +okhttp3.internal.connection.RealConnection: boolean noNewStreams +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_contentInsetStart +androidx.fragment.R$id: int accessibility_custom_action_30 +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle +androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu +cyanogenmod.app.ProfileManager: java.lang.String ACTION_PROFILE_PICKER +james.adaptiveicon.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex +androidx.legacy.coreutils.R$styleable: int GradientColor_android_startY +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_submitBackground +com.xw.repo.bubbleseekbar.R$dimen: int notification_main_column_padding_top +androidx.loader.R$styleable: int FontFamilyFont_android_font +com.turingtechnologies.materialscrollbar.R$color: int abc_primary_text_disable_only_material_light +androidx.preference.R$style: int Base_Widget_AppCompat_ActionButton +james.adaptiveicon.R$style: int Base_Widget_AppCompat_RatingBar_Indicator +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_saveFlags +com.google.android.material.R$attr: int tickColorActive +com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getTrackTintList() +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_CLOCK_TEXT_COLOR +wangdaye.com.geometricweather.R$string: int night +wangdaye.com.geometricweather.R$string: int common_google_play_services_notification_channel_name +com.google.android.material.R$style: int Platform_V21_AppCompat +androidx.loader.R$layout: int notification_template_part_chronometer +com.xw.repo.bubbleseekbar.R$styleable: int PopupWindow_android_popupBackground +com.google.android.material.R$id: int test_checkbox_app_button_tint +wangdaye.com.geometricweather.R$id: int widget_day_sign +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getPivotY() +androidx.appcompat.resources.R$drawable: int notification_bg_low_normal +androidx.constraintlayout.widget.R$style: int Base_V22_Theme_AppCompat_Light +com.google.android.material.timepicker.TimePickerView +com.turingtechnologies.materialscrollbar.R$attr: int buttonStyle +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int CLOUDY androidx.appcompat.R$styleable: int AppCompatTheme_homeAsUpIndicator -androidx.hilt.R$id: int action_divider -com.turingtechnologies.materialscrollbar.R$color: int mtrl_scrim_color -com.jaredrummler.android.colorpicker.R$styleable: int[] MenuItem -cyanogenmod.weather.CMWeatherManager: android.os.Handler access$100(cyanogenmod.weather.CMWeatherManager) -com.xw.repo.bubbleseekbar.R$attr: int multiChoiceItemLayout -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -wangdaye.com.geometricweather.R$attr: int bottom_text_color -com.google.android.material.R$anim: int mtrl_bottom_sheet_slide_out -com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: android.graphics.drawable.Drawable getCircularRevealOverlayDrawable() -com.amap.api.location.AMapLocation: java.lang.String getPoiName() -com.google.android.material.R$layout: int test_reflow_chipgroup -com.jaredrummler.android.colorpicker.R$styleable: int[] ActionMenuView -cyanogenmod.app.suggest.IAppSuggestManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -com.google.android.material.R$styleable: int Layout_layout_constraintTop_creator -androidx.appcompat.resources.R$id: int accessibility_custom_action_0 -com.turingtechnologies.materialscrollbar.R$attr: int colorControlActivated -wangdaye.com.geometricweather.R$id: int event -com.turingtechnologies.materialscrollbar.R$id: int design_menu_item_text -androidx.work.R$styleable: int GradientColor_android_gradientRadius -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Dialog_Alert -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_horizontalBias -wangdaye.com.geometricweather.R$attr: int layout_constraintCircleAngle -androidx.fragment.R$id: int accessibility_custom_action_14 -wangdaye.com.geometricweather.R$attr: int fontWeight -androidx.vectordrawable.R$integer -wangdaye.com.geometricweather.db.entities.HistoryEntity: java.lang.Long getId() -wangdaye.com.geometricweather.R$drawable: int abc_ic_commit_search_api_mtrl_alpha -james.adaptiveicon.R$styleable: int AppCompatTheme_colorBackgroundFloating -retrofit2.ParameterHandler$Body: ParameterHandler$Body(java.lang.reflect.Method,int,retrofit2.Converter) -com.turingtechnologies.materialscrollbar.R$layout: int select_dialog_multichoice_material -com.bumptech.glide.load.HttpException: long serialVersionUID -com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_select_handle_right_mtrl_light -com.jaredrummler.android.colorpicker.R$attr: int buttonStyleSmall -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeWindSpeed -androidx.fragment.R$styleable: int ColorStateListItem_alpha -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: float getMax() -cyanogenmod.providers.CMSettings$Global: java.lang.String POWER_NOTIFICATIONS_ENABLED -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_BRIGHTNESS_LEVEL_VALIDATOR -androidx.preference.PreferenceManager: void setOnPreferenceTreeClickListener(androidx.preference.PreferenceManager$OnPreferenceTreeClickListener) -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: io.reactivex.disposables.CompositeDisposable set -com.google.android.material.R$styleable: int OnSwipe_maxVelocity -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Spinner -androidx.core.R$id: int info -cyanogenmod.app.CMStatusBarManager: void removeTile(int) -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ImageButton -com.google.android.material.R$attr: int textAppearancePopupMenuHeader -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse -com.amap.api.location.AMapLocation: int d(com.amap.api.location.AMapLocation,int) -com.google.android.material.R$style: int Widget_AppCompat_ActionBar_TabBar -com.xw.repo.bubbleseekbar.R$attr: int autoCompleteTextViewStyle +androidx.constraintlayout.widget.R$drawable: int abc_ic_voice_search_api_material +wangdaye.com.geometricweather.R$attr: int animationDuration +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: java.lang.String y +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_height +com.jaredrummler.android.colorpicker.R$attr: int actionModeSelectAllDrawable +com.google.android.material.R$dimen: int mtrl_btn_text_btn_padding_left +com.google.android.material.internal.StaticLayoutBuilderCompat$StaticLayoutBuilderCompatException: StaticLayoutBuilderCompat$StaticLayoutBuilderCompatException(java.lang.Throwable) +wangdaye.com.geometricweather.search.SearchActivityViewModel +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_overflow_padding_start_material +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_enabled +wangdaye.com.geometricweather.R$attr: int titleTextColor +okio.Buffer: short readShortLe() +androidx.customview.R$layout +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Title +androidx.preference.R$id: int item_touch_helper_previous_elevation +androidx.fragment.R$id: int normal +androidx.work.R$id: int tag_transition_group +androidx.appcompat.R$drawable: int abc_scrubber_control_off_mtrl_alpha +james.adaptiveicon.R$attr: int thickness +androidx.appcompat.R$attr: int titleMargin +androidx.work.R$id: int italic +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton +wangdaye.com.geometricweather.R$layout: int mtrl_layout_snackbar_include +com.google.android.material.R$attr: int nestedScrollFlags +com.google.android.material.R$layout: int abc_list_menu_item_layout +com.turingtechnologies.materialscrollbar.R$attr: int singleSelection +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Badge +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_contentInsetEnd +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: java.util.List toDailyTrendDisplayList(java.lang.String) +androidx.constraintlayout.widget.R$styleable: int KeyCycle_waveVariesBy +cyanogenmod.externalviews.KeyguardExternalView$7: cyanogenmod.externalviews.KeyguardExternalView this$0 +com.google.android.material.R$id: int search_voice_btn +androidx.appcompat.R$dimen: int highlight_alpha_material_light +wangdaye.com.geometricweather.R$string: int widget_clock_day_vertical +com.turingtechnologies.materialscrollbar.R$attr: int listMenuViewStyle +cyanogenmod.profiles.RingModeSettings: boolean isDirty() +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float no2 +androidx.hilt.R$id: int accessibility_custom_action_9 +androidx.appcompat.R$drawable: int abc_text_cursor_material +com.turingtechnologies.materialscrollbar.R$string: int abc_menu_shift_shortcut_label +okhttp3.Cache: java.lang.String key(okhttp3.HttpUrl) +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: int STATE_RESULT_VALUE +com.google.android.material.R$styleable: int ShapeAppearance_cornerSizeTopLeft +okhttp3.CacheControl: boolean mustRevalidate() +androidx.hilt.work.R$id: int tag_screen_reader_focusable +com.turingtechnologies.materialscrollbar.MaterialScrollBar: void addScrollListener(androidx.recyclerview.widget.RecyclerView$OnScrollListener) +wangdaye.com.geometricweather.R$id: int parent_matrix +androidx.preference.R$styleable: int Toolbar_android_minHeight +cyanogenmod.app.CMStatusBarManager: CMStatusBarManager(android.content.Context) +androidx.preference.R$attr: int textAppearancePopupMenuHeader +wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemRippleColor +androidx.appcompat.R$styleable: int[] AnimatedStateListDrawableCompat +wangdaye.com.geometricweather.R$color: int material_slider_halo_color +wangdaye.com.geometricweather.R$id: int search_close_btn +com.google.android.material.appbar.ViewOffsetBehavior: ViewOffsetBehavior() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Metric: int UnitType +com.amap.api.fence.GeoFenceClient: void addGeoFence(java.lang.String,java.lang.String,java.lang.String,int,java.lang.String) +com.google.android.material.R$styleable: int[] ActionMenuItemView +okhttp3.internal.ws.WebSocketReader: void readMessage() +wangdaye.com.geometricweather.db.entities.HistoryEntity: java.lang.String weatherSource +com.google.android.material.R$style: int Widget_AppCompat_CompoundButton_RadioButton +wangdaye.com.geometricweather.R$dimen: int mtrl_bottomappbar_fabOffsetEndMode +androidx.lifecycle.Transformations: Transformations() +androidx.transition.R$styleable: int ColorStateListItem_alpha +cyanogenmod.externalviews.KeyguardExternalViewProviderService$1: android.os.IBinder createExternalView(android.os.Bundle) +androidx.coordinatorlayout.R$color: R$color() +androidx.hilt.lifecycle.R$layout: int notification_template_part_time +androidx.preference.R$attr: int actionBarItemBackground +com.amap.api.location.AMapLocationQualityReport: void setLocationMode(com.amap.api.location.AMapLocationClientOption$AMapLocationMode) +wangdaye.com.geometricweather.R$dimen: int material_clock_period_toggle_height +android.didikee.donate.R$attr: int collapseIcon +androidx.legacy.coreutils.R$styleable: int FontFamily_fontProviderFetchStrategy +okhttp3.internal.Util: java.lang.String trimSubstring(java.lang.String,int,int) +cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String MODIFY_ALARMS_PERMISSION +com.jaredrummler.android.colorpicker.R$color: int bright_foreground_inverse_material_dark +com.google.android.material.chip.ChipGroup: void setChipSpacingVerticalResource(int) +okio.BufferedSource: void readFully(byte[]) +com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableTransition_android_toId +androidx.hilt.R$attr: int fontProviderFetchStrategy +cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_setDataConnectionSelectedOnSub +com.google.android.material.R$styleable: int Toolbar_buttonGravity +androidx.preference.R$interpolator: int btn_radio_to_off_mtrl_animation_interpolator_0 +cyanogenmod.externalviews.ExternalViewProviderService$Provider: android.os.Bundle mOptions +com.google.android.material.R$id: int accessibility_custom_action_24 +cyanogenmod.profiles.BrightnessSettings: boolean isDirty() +wangdaye.com.geometricweather.db.entities.LocationEntityDao: boolean isEntityUpdateable() +okhttp3.internal.http.RealInterceptorChain: okhttp3.Interceptor$Chain withConnectTimeout(int,java.util.concurrent.TimeUnit) +androidx.constraintlayout.widget.R$attr: int titleTextColor +androidx.hilt.R$dimen: int notification_big_circle_margin +com.github.rahatarmanahmed.cpv.CircularProgressView: void updatePaint() +androidx.appcompat.R$attr: int radioButtonStyle +androidx.viewpager.widget.PagerTabStrip: int getTabIndicatorColor() +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_TextButton_Icon +androidx.hilt.R$id: int chronometer +retrofit2.converter.gson.GsonConverterFactory: retrofit2.converter.gson.GsonConverterFactory create() +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_9 +com.google.android.material.internal.BaselineLayout: int getBaseline() +com.google.android.material.R$id: int action_bar_container +androidx.hilt.lifecycle.R$styleable: int ColorStateListItem_alpha +androidx.drawerlayout.R$layout: int notification_template_icon_group +androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type ERROR +android.didikee.donate.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title +cyanogenmod.app.ThemeVersion: cyanogenmod.app.ThemeVersion$ComponentVersion getComponentVersion(cyanogenmod.app.ThemeComponent) +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String getCity() +wangdaye.com.geometricweather.R$attr: int chipIcon +androidx.constraintlayout.widget.R$attr: int thumbTint +com.google.android.material.R$attr: int autoSizeTextType +wangdaye.com.geometricweather.R$font: int product_sans_bold +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_SeekBar +wangdaye.com.geometricweather.R$string: int daytime +com.google.android.material.R$attr: int shapeAppearanceMediumComponent +cyanogenmod.app.ICMStatusBarManager$Stub: int TRANSACTION_createCustomTileWithTag +com.jaredrummler.android.colorpicker.R$styleable: int[] AppCompatSeekBar +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: void onError(java.lang.Throwable) +androidx.constraintlayout.widget.R$style: int AlertDialog_AppCompat +androidx.transition.R$styleable: int GradientColor_android_startX +androidx.lifecycle.LifecycleRegistry: void pushParentState(androidx.lifecycle.Lifecycle$State) +com.xw.repo.bubbleseekbar.R$integer: int abc_config_activityDefaultDur +androidx.drawerlayout.R$dimen: int notification_action_text_size +wangdaye.com.geometricweather.R$anim: int btn_radio_to_off_mtrl_ring_outer_path_animation +androidx.appcompat.widget.Toolbar: Toolbar(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.R$attr: int materialCalendarTheme +wangdaye.com.geometricweather.R$color: int primary_text_disabled_material_dark +wangdaye.com.geometricweather.R$layout: int notification_template_part_time +wangdaye.com.geometricweather.R$style: int Preference_Information +androidx.lifecycle.SavedStateHandle$1: androidx.lifecycle.SavedStateHandle this$0 +androidx.appcompat.widget.Toolbar: android.widget.TextView getTitleTextView() +androidx.constraintlayout.widget.R$attr: int customPixelDimension +androidx.preference.R$anim: int btn_checkbox_to_unchecked_box_inner_merged_animation +wangdaye.com.geometricweather.R$attr: int colorOnSurface +okhttp3.internal.ws.WebSocketProtocol: long PAYLOAD_SHORT_MAX +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.Temperature getTemperature() +wangdaye.com.geometricweather.R$id: int widget_clock_day_wind +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_strokeWidth +james.adaptiveicon.R$styleable: int SwitchCompat_switchMinWidth +james.adaptiveicon.R$layout: R$layout() +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_maximum_default_fullscreen_minor_axis +wangdaye.com.geometricweather.R$drawable: int snackbar_background +androidx.coordinatorlayout.R$dimen: int notification_top_pad +com.google.android.material.navigation.NavigationView: android.view.Menu getMenu() +okio.Segment: okio.Segment pop() +retrofit2.RequestBuilder: okhttp3.HttpUrl$Builder urlBuilder +androidx.activity.R$dimen: int notification_subtext_size +com.google.android.material.textfield.TextInputLayout: void setSuffixTextColor(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Dark_ActionBar +androidx.constraintlayout.widget.R$id: int dragLeft +androidx.lifecycle.extensions.R$styleable: int GradientColor_android_gradientRadius +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getOverlayThemePackageName() +james.adaptiveicon.R$attr: int titleMarginStart +okhttp3.HttpUrl$Builder: int effectivePort() +okhttp3.Cache$2: java.lang.Object next() +com.google.android.material.internal.NavigationMenuItemView: void setIcon(android.graphics.drawable.Drawable) +okio.RealBufferedSource: java.lang.String readUtf8LineStrict(long) +james.adaptiveicon.R$attr: int actionBarPopupTheme +android.didikee.donate.R$styleable: int AppCompatTheme_actionBarTabBarStyle +androidx.vectordrawable.R$dimen: R$dimen() +androidx.vectordrawable.R$styleable: int FontFamily_fontProviderFetchTimeout +com.google.android.material.R$attr: int srcCompat +androidx.constraintlayout.widget.R$styleable: int OnSwipe_maxAcceleration +com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_default_mtrl_shape +com.jaredrummler.android.colorpicker.R$style: int Base_V26_Theme_AppCompat_Light +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dialogCornerRadius +androidx.coordinatorlayout.R$styleable: int ColorStateListItem_alpha +cyanogenmod.weatherservice.IWeatherProviderService: void cancelRequest(int) +androidx.coordinatorlayout.R$attr: int fontProviderFetchStrategy +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int PrecipitationProbability +wangdaye.com.geometricweather.R$string: int publish_at +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow +wangdaye.com.geometricweather.R$styleable: int[] SwitchPreference +okhttp3.logging.LoggingEventListener: void requestBodyEnd(okhttp3.Call,long) +androidx.coordinatorlayout.R$id: int info +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setPm25(java.lang.Float) +wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_marginRight +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: ObservableSkipLastTimed$SkipLastTimedObserver(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,int,boolean) +com.google.android.material.appbar.MaterialToolbar: MaterialToolbar(android.content.Context) +wangdaye.com.geometricweather.R$styleable: int ArcProgress_bottom_text_color +android.didikee.donate.R$color: int abc_primary_text_disable_only_material_dark +androidx.preference.R$style: int PreferenceSummaryTextStyle +wangdaye.com.geometricweather.R$drawable: int design_ic_visibility +wangdaye.com.geometricweather.R$attr: int behavior_fitToContents +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_progressBarStyle +wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle[] values() +cyanogenmod.profiles.AirplaneModeSettings$BooleanState: int STATE_DISALED +okhttp3.internal.platform.JdkWithJettyBootPlatform: java.lang.Class clientProviderClass +androidx.appcompat.R$styleable: int Spinner_android_prompt +wangdaye.com.geometricweather.R$string: int cpv_transparency +android.didikee.donate.R$styleable: int ActionBar_icon +androidx.hilt.work.R$dimen: int notification_main_column_padding_top +com.amap.api.location.AMapLocation: java.lang.String getAddress() +wangdaye.com.geometricweather.R$attr: int minSeparation +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_bubble_color +androidx.hilt.lifecycle.R$attr: int fontVariationSettings +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void innerError(io.reactivex.internal.observers.InnerQueuedObserver,java.lang.Throwable) +androidx.cardview.widget.CardView: android.content.res.ColorStateList getCardBackgroundColor() +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_searchIcon +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_114 +wangdaye.com.geometricweather.common.ui.widgets.astro.MoonPhaseView: MoonPhaseView(android.content.Context,android.util.AttributeSet) +androidx.dynamicanimation.R$attr: int fontProviderCerts +com.bumptech.glide.integration.okhttp.R$id: int tag_transition_group +com.google.android.material.R$dimen: int abc_action_bar_default_height_material +com.jaredrummler.android.colorpicker.R$styleable: int Preference_defaultValue +com.google.android.material.R$style: int Base_V7_Widget_AppCompat_Toolbar +com.jaredrummler.android.colorpicker.R$attr: int controlBackground +io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner +cyanogenmod.app.CustomTile: boolean sensitiveData +androidx.preference.R$styleable: int PreferenceTheme_preferenceFragmentStyle +androidx.work.R$dimen: int notification_action_icon_size +androidx.transition.R$attr: int fontVariationSettings +com.google.android.material.R$drawable: int material_cursor_drawable +wangdaye.com.geometricweather.R$styleable: int[] TextInputLayout +com.google.android.material.R$id: int material_clock_face +com.jaredrummler.android.colorpicker.R$styleable: int View_android_focusable +com.jaredrummler.android.colorpicker.R$drawable: int abc_text_select_handle_right_mtrl_light +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_stacked_tab_max_width +com.turingtechnologies.materialscrollbar.R$drawable: int ic_mtrl_chip_checked_black +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: java.util.concurrent.atomic.AtomicInteger wip +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void request(long) +cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_SHOW_NONE +okhttp3.internal.cache.CacheInterceptor$1: boolean cacheRequestClosed +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_76 +wangdaye.com.geometricweather.R$dimen: int abc_dropdownitem_text_padding_left +io.reactivex.internal.subscriptions.SubscriptionArbiter: boolean isUnbounded() +com.xw.repo.bubbleseekbar.R$attr: int checkedTextViewStyle +okhttp3.internal.platform.Platform: byte[] concatLengthPrefixed(java.util.List) +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHeight_max +cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_onResume +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_popupMenuStyle +com.turingtechnologies.materialscrollbar.R$color: int abc_hint_foreground_material_dark +androidx.appcompat.R$styleable: int AppCompatTheme_viewInflaterClass +androidx.recyclerview.widget.RecyclerView: void setRecyclerListener(androidx.recyclerview.widget.RecyclerView$RecyclerListener) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: AccuDailyResult$DailyForecasts$Day() +androidx.lifecycle.ProcessLifecycleOwner: void dispatchPauseIfNeeded() +com.xw.repo.bubbleseekbar.R$attr: int textAppearanceSearchResultTitle +androidx.preference.R$string: int abc_toolbar_collapse_description +com.jaredrummler.android.colorpicker.R$attr: int listPreferredItemPaddingLeft +androidx.appcompat.R$styleable: int MenuGroup_android_checkableBehavior +androidx.appcompat.R$styleable: int ColorStateListItem_alpha +wangdaye.com.geometricweather.R$dimen: int mtrl_shape_corner_size_medium_component +androidx.hilt.work.R$id: int accessibility_custom_action_18 +wangdaye.com.geometricweather.R$dimen: int design_fab_border_width +com.bumptech.glide.integration.okhttp.R$style: int TextAppearance_Compat_Notification_Line2 +androidx.core.R$styleable: int GradientColorItem_android_color +androidx.viewpager.R$styleable: int GradientColorItem_android_color +okhttp3.internal.http2.Http2: java.lang.IllegalArgumentException illegalArgument(java.lang.String,java.lang.Object[]) +com.amap.api.location.AMapLocation: void setLocationType(int) +com.bumptech.glide.R$style +com.turingtechnologies.materialscrollbar.R$color: int cardview_dark_background +com.google.android.material.R$id: int autoComplete +wangdaye.com.geometricweather.R$id: int appBar +androidx.fragment.R$attr: int fontWeight +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored +android.didikee.donate.R$styleable: int SearchView_queryBackground +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_textColorLink +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintWidth_max +retrofit2.Platform$Android$MainThreadExecutor: android.os.Handler handler +com.jaredrummler.android.colorpicker.R$styleable: int Preference_key +com.google.android.material.R$styleable: int MotionScene_defaultDuration +okhttp3.internal.http2.Http2Stream: java.util.Deque headersQueue +okhttp3.internal.http2.Hpack$Reader: Hpack$Reader(int,okio.Source) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.Window access$300(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) +wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String formattedId +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_clear_material +androidx.appcompat.R$attr: int actionModePopupWindowStyle +io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,boolean,int,int) +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_end +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder reencodeForUri() +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer grassLevel +cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper +androidx.hilt.R$styleable: int FontFamily_fontProviderQuery +org.greenrobot.greendao.AbstractDaoSession: AbstractDaoSession(org.greenrobot.greendao.database.Database) +com.google.android.material.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog +io.reactivex.Observable: io.reactivex.Observable unsafeCreate(io.reactivex.ObservableSource) +wangdaye.com.geometricweather.R$attr: int layout_constraintBottom_toTopOf +androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_spinBars +io.reactivex.internal.subscriptions.SubscriptionHelper: io.reactivex.internal.subscriptions.SubscriptionHelper CANCELLED +wangdaye.com.geometricweather.R$dimen: int notification_media_narrow_margin +okhttp3.Connection: okhttp3.Route route() +okhttp3.internal.Util$1: int compare(java.lang.String,java.lang.String) +com.jaredrummler.android.colorpicker.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView +okhttp3.internal.tls.BasicTrustRootIndex: BasicTrustRootIndex(java.security.cert.X509Certificate[]) +androidx.dynamicanimation.R$id: int action_image +androidx.work.WorkInfo$State: androidx.work.WorkInfo$State BLOCKED +com.turingtechnologies.materialscrollbar.R$id: int line3 +okhttp3.FormBody$Builder: okhttp3.FormBody$Builder addEncoded(java.lang.String,java.lang.String) +com.google.android.material.R$attr: int fontProviderPackage +com.google.android.material.chip.Chip: com.google.android.material.animation.MotionSpec getShowMotionSpec() +wangdaye.com.geometricweather.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_0 +com.github.rahatarmanahmed.cpv.CircularProgressView: void initAttributes(android.util.AttributeSet,int) +com.jaredrummler.android.colorpicker.R$color: int foreground_material_light +io.reactivex.Observable: io.reactivex.Observable take(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +wangdaye.com.geometricweather.R$drawable: int btn_checkbox_checked_mtrl +androidx.appcompat.R$attr: int displayOptions +wangdaye.com.geometricweather.R$dimen: int material_clock_period_toggle_width +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeThunderstormPrecipitation +com.google.android.material.button.MaterialButton: java.lang.String getA11yClassName() +com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_list_padding_bottom_no_buttons +androidx.appcompat.R$attr: int thickness +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Button_Small +androidx.appcompat.widget.LinearLayoutCompat: void setDividerDrawable(android.graphics.drawable.Drawable) +io.reactivex.internal.util.VolatileSizeArrayList: boolean containsAll(java.util.Collection) +androidx.appcompat.R$dimen: int abc_progress_bar_height_material +okio.Buffer: okio.Buffer writeLong(long) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textColorSearchUrl +wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: java.lang.String getUnitId() +wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List getAlertList() +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView +com.google.android.material.R$styleable: int SwitchCompat_switchPadding +com.google.android.material.R$drawable: int abc_text_select_handle_right_mtrl_dark +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeIcePrecipitationDuration() +androidx.hilt.lifecycle.R$dimen: int notification_action_icon_size +okio.Okio: okio.AsyncTimeout timeout(java.net.Socket) +androidx.viewpager.R$id +androidx.appcompat.widget.FitWindowsLinearLayout: void setOnFitSystemWindowsListener(androidx.appcompat.widget.FitWindowsViewGroup$OnFitSystemWindowsListener) +wangdaye.com.geometricweather.R$string: int icon_content_description +com.google.android.material.R$id: int select_dialog_listview +com.google.android.gms.base.R$styleable: int LoadingImageView_circleCrop +com.jaredrummler.android.colorpicker.R$attr: int alertDialogStyle +okio.RealBufferedSink: okio.BufferedSink writeUtf8(java.lang.String) +cyanogenmod.weatherservice.ServiceRequestResult$Builder: ServiceRequestResult$Builder(java.util.List) +cyanogenmod.app.ProfileGroup$1: cyanogenmod.app.ProfileGroup[] newArray(int) +okhttp3.logging.HttpLoggingInterceptor: okhttp3.logging.HttpLoggingInterceptor$Logger logger +cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: android.os.IBinder mRemote +wangdaye.com.geometricweather.R$id: int item_weather_daily_title_title +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_centerX +okio.Util: void checkOffsetAndCount(long,long,long) +androidx.constraintlayout.widget.R$styleable: int MotionHelper_onShow +androidx.appcompat.R$dimen: int abc_list_item_height_material +androidx.fragment.R$dimen: int compat_notification_large_icon_max_width +retrofit2.adapter.rxjava2.Result: Result(retrofit2.Response,java.lang.Throwable) +io.reactivex.internal.subscribers.DeferredScalarSubscriber: void onComplete() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: long EffectiveEpochDate +wangdaye.com.geometricweather.R$id: int notification_big_week_4 +io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: io.reactivex.ObservableSource source +androidx.lifecycle.Transformations$2: androidx.lifecycle.LiveData mSource +wangdaye.com.geometricweather.R$styleable: int FitSystemBarRecyclerView_rv_side +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_customNavigationLayout +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_goneMarginLeft +androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type CONSTANT +wangdaye.com.geometricweather.R$styleable: int SlidingItemContainerLayout_backgroundColorEnd +androidx.activity.R$id: int text +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.ActionMode onWindowStartingActionMode(android.view.ActionMode$Callback) +okhttp3.OkHttpClient$Builder: javax.net.ssl.HostnameVerifier hostnameVerifier +com.google.android.material.R$id: int accelerate +com.jaredrummler.android.colorpicker.R$id: int search_voice_btn +james.adaptiveicon.R$styleable: int ViewBackgroundHelper_backgroundTintMode +wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayWeekWidgetConfigActivity: Hilt_ClockDayWeekWidgetConfigActivity() +androidx.viewpager.R$attr: int ttcIndex +com.google.android.material.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle +retrofit2.Response: java.lang.Object body() +wangdaye.com.geometricweather.R$dimen: int mtrl_slider_label_padding +com.jaredrummler.android.colorpicker.R$attr: int preferenceStyle +io.reactivex.internal.schedulers.AbstractDirectTask: void setFuture(java.util.concurrent.Future) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeTotalPrecipitation() +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: void setOnClickListener(android.view.View$OnClickListener) +cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy +androidx.dynamicanimation.R$drawable: int notification_bg +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIndicatorHeight +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: org.greenrobot.greendao.query.Query weatherEntity_MinutelyEntityListQuery +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: LocationEntityDao$Properties() +androidx.constraintlayout.widget.R$styleable: int[] MotionTelltales +androidx.transition.R$id: int save_overlay_view +com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemBackground(android.graphics.drawable.Drawable) +com.jaredrummler.android.colorpicker.R$drawable: int abc_list_pressed_holo_dark +androidx.appcompat.R$dimen: int abc_alert_dialog_button_bar_height +androidx.appcompat.R$attr: int firstBaselineToTopHeight +retrofit2.Utils: java.lang.RuntimeException parameterError(java.lang.reflect.Method,java.lang.Throwable,int,java.lang.String,java.lang.Object[]) +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView +com.github.rahatarmanahmed.cpv.R$string: int app_name +wangdaye.com.geometricweather.R$attr: int layout_constraintCircleRadius +com.google.android.gms.base.R$string: int common_google_play_services_notification_ticker +retrofit2.Retrofit: okhttp3.HttpUrl baseUrl() +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() +wangdaye.com.geometricweather.R$layout: int select_dialog_item_material +com.google.android.material.bottomappbar.BottomAppBar: int getRightInset() +com.amap.api.location.AMapLocation: int ERROR_CODE_UNKNOWN +androidx.constraintlayout.widget.R$string: int abc_prepend_shortcut_label +cyanogenmod.weather.RequestInfo: RequestInfo(android.os.Parcel) +com.google.android.material.R$styleable: int Slider_labelStyle +com.google.gson.JsonParseException: JsonParseException(java.lang.String) +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_contentInsetStartWithNavigation +androidx.lifecycle.ClassesInfoCache$CallbackInfo +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$1: long val$n +com.google.android.material.R$dimen: int mtrl_snackbar_action_text_color_alpha +com.google.android.material.R$styleable: int ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink +androidx.appcompat.R$attr: int colorAccent +com.xw.repo.bubbleseekbar.R$styleable: int FontFamily_fontProviderAuthority +androidx.appcompat.R$styleable: int ActionBar_popupTheme +cyanogenmod.app.ILiveLockScreenManagerProvider: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() +wangdaye.com.geometricweather.R$anim: int fragment_manange_enter +android.didikee.donate.R$styleable: int Toolbar_buttonGravity +androidx.appcompat.R$styleable: int ActionBar_progressBarPadding +james.adaptiveicon.R$color: int material_deep_teal_500 +retrofit2.Callback: void onFailure(retrofit2.Call,java.lang.Throwable) +wangdaye.com.geometricweather.R$attr: int cpv_thickness +cyanogenmod.content.Intent: java.lang.String ACTION_PROTECTED_CHANGED +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_Layout_android_layout_height +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.R$color: int design_default_color_primary_dark +wangdaye.com.geometricweather.R$attr: int motionDebug +com.github.rahatarmanahmed.cpv.R$styleable: R$styleable() +james.adaptiveicon.R$attr: int listLayout +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getMoldIndex() +com.google.android.material.R$styleable: int Motion_animate_relativeTo +com.google.android.material.R$string: int mtrl_picker_out_of_range +androidx.appcompat.R$color: int abc_secondary_text_material_dark +androidx.appcompat.R$styleable: int PopupWindow_android_popupBackground +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: void setUrl(java.lang.String) +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.lang.String threshold +android.didikee.donate.R$attr: int contentInsetLeft +androidx.appcompat.R$id: int action_context_bar +androidx.appcompat.R$styleable: int[] ViewStubCompat +okio.DeflaterSink: java.lang.String toString() +james.adaptiveicon.R$attr: int drawableSize +okio.HashingSink: okio.HashingSink hmacSha256(okio.Sink,okio.ByteString) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonStyle +okhttp3.HttpUrl: java.lang.String QUERY_ENCODE_SET +com.bumptech.glide.integration.okhttp.R$styleable: int[] FontFamily +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int RainProbability +androidx.appcompat.R$attr: int switchStyle +com.xw.repo.bubbleseekbar.R$anim: int abc_shrink_fade_out_from_bottom androidx.constraintlayout.helper.widget.Flow: void setFirstHorizontalStyle(int) -com.google.android.material.R$styleable: int Constraint_flow_verticalAlign -okhttp3.OkHttpClient: OkHttpClient(okhttp3.OkHttpClient$Builder) -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: ObservableReplay$ReplayObserver(io.reactivex.internal.operators.observable.ObservableReplay$ReplayBuffer) -james.adaptiveicon.R$styleable: int SwitchCompat_trackTintMode -com.google.android.material.transformation.TransformationChildCard: TransformationChildCard(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getThunderstormPrecipitationProbability() -androidx.recyclerview.R$string -com.turingtechnologies.materialscrollbar.R$dimen: int compat_button_padding_horizontal_material -okhttp3.FormBody: java.lang.String encodedValue(int) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_drawableLeft -com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu -androidx.preference.R$styleable: int AppCompatTheme_dialogPreferredPadding -androidx.appcompat.R$attr: int tint -com.bumptech.glide.R$id: int async -androidx.preference.R$color: int material_grey_300 -android.didikee.donate.R$color: int bright_foreground_inverse_material_dark -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_creator -androidx.constraintlayout.widget.R$attr: int listPreferredItemPaddingRight -androidx.drawerlayout.R$layout: int notification_action_tombstone -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceScreenStyle -okio.ByteString: okio.ByteString sha1() -okhttp3.internal.connection.RouteException: java.io.IOException lastException -com.bumptech.glide.integration.okhttp.R$style: int TextAppearance_Compat_Notification -com.google.android.material.R$attr: int buttonBarButtonStyle -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintGuide_end -io.reactivex.internal.schedulers.ScheduledRunnable: ScheduledRunnable(java.lang.Runnable,io.reactivex.internal.disposables.DisposableContainer) -wangdaye.com.geometricweather.R$id: int material_value_index -retrofit2.RequestBuilder: void addPathParam(java.lang.String,java.lang.String,boolean) -james.adaptiveicon.R$attr: int multiChoiceItemLayout -wangdaye.com.geometricweather.common.ui.transitions.RoundCornerTransition -com.jaredrummler.android.colorpicker.ColorPanelView: int getShape() -com.turingtechnologies.materialscrollbar.R$attr: int spanCount -androidx.appcompat.R$style: int Base_Theme_AppCompat_Light_DarkActionBar -okio.BufferedSource: okio.ByteString readByteString(long) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_94 -retrofit2.OkHttpCall$NoContentResponseBody -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_fontVariationSettings -wangdaye.com.geometricweather.R$color: int background_floating_material_dark -androidx.activity.R$drawable: int notification_template_icon_low_bg -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header -androidx.fragment.R$style: int Widget_Compat_NotificationActionText +com.google.android.material.R$dimen: int abc_cascading_menus_min_smallest_width +wangdaye.com.geometricweather.R$styleable: int[] TabLayout +okhttp3.Cookie: java.lang.String toString() +cyanogenmod.app.Profile$DozeMode: int DISABLE +androidx.cardview.R$attr: int contentPaddingBottom +okhttp3.internal.http2.Http2Connection: void shutdown(okhttp3.internal.http2.ErrorCode) +androidx.constraintlayout.widget.R$styleable: R$styleable() +com.google.android.material.R$attr: int checkedIconVisible +james.adaptiveicon.R$attr: int selectableItemBackground +androidx.appcompat.R$string: int abc_menu_shift_shortcut_label +wangdaye.com.geometricweather.R$anim: int abc_tooltip_exit +okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Stream getStream(int) +androidx.constraintlayout.widget.R$drawable: int abc_list_selector_disabled_holo_dark +com.xw.repo.bubbleseekbar.R$style: int Base_AlertDialog_AppCompat +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_backgroundStacked +wangdaye.com.geometricweather.R$attr: int tickMark +com.google.android.material.textfield.TextInputEditText +okhttp3.internal.cache.CacheStrategy$Factory: long computeFreshnessLifetime() +wangdaye.com.geometricweather.R$color: int mtrl_tabs_icon_color_selector +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: int getStatus() +androidx.preference.R$styleable: int SwitchCompat_thumbTint +wangdaye.com.geometricweather.R$id: int preset +androidx.appcompat.view.menu.ExpandedMenuView +james.adaptiveicon.R$styleable: int MenuItem_tooltipText +androidx.vectordrawable.R$string +com.google.android.material.R$styleable: int TextInputLayout_boxStrokeColor +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_goneMarginLeft +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_alpha +androidx.coordinatorlayout.R$attr: int alpha +cyanogenmod.weather.CMWeatherManager$2$1: CMWeatherManager$2$1(cyanogenmod.weather.CMWeatherManager$2,cyanogenmod.weather.CMWeatherManager$WeatherUpdateRequestListener,int,cyanogenmod.weather.WeatherInfo) +wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree nighttimeWindDegree +com.turingtechnologies.materialscrollbar.R$id: int parentPanel +okio.Buffer: int readInt() +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_display_4_material +com.turingtechnologies.materialscrollbar.R$color: int abc_search_url_text_selected +wangdaye.com.geometricweather.R$styleable: int ImageFilterView_altSrc +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest build() +com.google.android.material.R$dimen: int material_clock_face_margin_top +androidx.activity.R$dimen: int notification_main_column_padding_top +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamily_fontProviderPackage +com.turingtechnologies.materialscrollbar.R$styleable: int View_paddingStart +androidx.preference.R$id: int tag_unhandled_key_listeners +android.didikee.donate.R$styleable: int Spinner_popupTheme +androidx.work.R$string +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle +okhttp3.internal.cache.CacheInterceptor +androidx.core.os.CancellationSignal androidx.appcompat.R$styleable: int AppCompatTheme_actionBarDivider -androidx.constraintlayout.widget.R$attr: int deltaPolarAngle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: void setWeather(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX) -james.adaptiveicon.R$id: int icon -wangdaye.com.geometricweather.R$style: int Widget_Compat_NotificationActionContainer -okhttp3.internal.http.HttpDate$1: java.text.DateFormat initialValue() -wangdaye.com.geometricweather.R$string: int local_time -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: io.reactivex.functions.Action onFinally -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource[] values() -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Country: AccuLocationResult$Country() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String o3 -androidx.appcompat.R$dimen: int abc_button_padding_vertical_material -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_checkable -androidx.hilt.work.R$id: int tag_accessibility_pane_title -io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) -james.adaptiveicon.R$attr: int seekBarStyle -okhttp3.internal.ws.RealWebSocket$Streams: boolean client -androidx.preference.R$attr: int popupMenuStyle -okio.ForwardingSink: okio.Timeout timeout() -wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: int unitArrayIndex -com.google.android.material.tabs.TabLayout: int getTabScrollRange() -com.google.android.material.R$id: int staticPostLayout -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Day_Today -com.jaredrummler.android.colorpicker.R$style: int Animation_AppCompat_Dialog -androidx.preference.R$attr: int negativeButtonText -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_21 -com.amap.api.location.AMapLocationQualityReport: void setNetUseTime(long) -wangdaye.com.geometricweather.R$layout: int custom_dialog -androidx.cardview.R$styleable: int CardView_contentPaddingLeft -wangdaye.com.geometricweather.R$drawable: int material_ic_keyboard_arrow_right_black_24dp -okio.ByteString: void writeObject(java.io.ObjectOutputStream) -com.bumptech.glide.R$style: int TextAppearance_Compat_Notification_Title -wangdaye.com.geometricweather.R$dimen: int abc_dropdownitem_text_padding_left -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean delayError -okhttp3.OkHttpClient$Builder: int connectTimeout -android.didikee.donate.R$dimen: int notification_content_margin_start -androidx.appcompat.R$dimen: int hint_pressed_alpha_material_dark -retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter: java.lang.reflect.Type responseType -com.google.android.material.R$attr: int expandedTitleMarginTop -androidx.dynamicanimation.R$dimen: int compat_button_inset_vertical_material -okhttp3.internal.platform.AndroidPlatform: void connectSocket(java.net.Socket,java.net.InetSocketAddress,int) -androidx.fragment.R$style: int Widget_Compat_NotificationActionContainer -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_bubble_color -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_iconGravity -com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_anim_duration -androidx.hilt.work.R$styleable: int FontFamilyFont_ttcIndex -com.bumptech.glide.integration.okhttp.R$id -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_hideMotionSpec -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_3 -androidx.lifecycle.reactivestreams.R: R() -androidx.activity.R$id: int action_container -wangdaye.com.geometricweather.R$attr: int showPaths -wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle[] values() -okio.Buffer: okio.Buffer emitCompleteSegments() -com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration -android.support.v4.app.INotificationSideChannel$Default: void notify(java.lang.String,int,java.lang.String,android.app.Notification) -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_navigationContentDescription -wangdaye.com.geometricweather.R$id: int sin -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_viewInflaterClass -wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customColorValue -com.google.android.material.chip.Chip: float getChipStartPadding() -androidx.appcompat.R$color: int accent_material_dark -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textColorSearchUrl -okio.Buffer: okio.ByteString hmacSha512(okio.ByteString) -cyanogenmod.app.CMContextConstants$Features: java.lang.String STATUSBAR -androidx.constraintlayout.widget.R$attr: int drawableStartCompat -com.google.android.material.R$style: int Base_Widget_AppCompat_Button_Colored -wangdaye.com.geometricweather.R$attr: int multiChoiceItemLayout -com.google.android.material.R$styleable: int TextAppearance_android_fontFamily -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial -com.amap.api.location.AMapLocationClientOption: boolean e -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_MaterialComponents_Headline6 -com.google.android.material.R$attr: int actionLayout -com.google.android.material.bottomappbar.BottomAppBar$Behavior -android.didikee.donate.R$styleable: int AppCompatTheme_popupWindowStyle -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String getLatitude() -androidx.constraintlayout.utils.widget.ImageFilterButton: ImageFilterButton(android.content.Context,android.util.AttributeSet) -androidx.preference.R$styleable: int RecyclerView_reverseLayout -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$drawable: int abc_list_longpressed_holo -com.amap.api.fence.PoiItem$1: java.lang.Object[] newArray(int) -james.adaptiveicon.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle -androidx.preference.R$styleable: int GradientColor_android_centerColor -com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: long serialVersionUID -com.xw.repo.bubbleseekbar.R$attr: int textAllCaps -com.google.android.material.chip.Chip: void setChipMinHeight(float) -com.xw.repo.bubbleseekbar.R$attr: int ratingBarStyleSmall -cyanogenmod.weather.CMWeatherManager$2: CMWeatherManager$2(cyanogenmod.weather.CMWeatherManager) -io.reactivex.internal.observers.DeferredScalarDisposable: int requestFusion(int) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getDaytimeWeatherText() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: java.lang.String getZh_CN() -okhttp3.Dispatcher: java.util.Deque readyAsyncCalls -androidx.transition.R$color: int notification_action_color_filter -okhttp3.Dns$1: java.util.List lookup(java.lang.String) -cyanogenmod.alarmclock.ClockContract$AlarmsColumns: java.lang.String HOUR -androidx.recyclerview.widget.RecyclerView: void removeOnScrollListener(androidx.recyclerview.widget.RecyclerView$OnScrollListener) -androidx.constraintlayout.widget.R$styleable: int Motion_drawPath -androidx.preference.R$styleable: int AppCompatTheme_panelMenuListTheme -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Spinner_Underlined -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult: java.util.List forecasts -okhttp3.internal.http2.Http2Codec$StreamFinishingSource: void close() -com.amap.api.fence.PoiItem$1: PoiItem$1() -wangdaye.com.geometricweather.R$dimen: int material_clock_hand_stroke_width -com.google.android.material.behavior.HideBottomViewOnScrollBehavior: HideBottomViewOnScrollBehavior() -androidx.viewpager2.R$dimen: int compat_button_inset_horizontal_material -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String PRIMARY_COLOR -wangdaye.com.geometricweather.R$attr: int windowActionBarOverlay -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property Id -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_24 -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: void setDrawable(boolean) -com.turingtechnologies.materialscrollbar.R$attr: int listPreferredItemPaddingLeft -cyanogenmod.app.BaseLiveLockManagerService$1 -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_spinnerStyle -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Long readKey(android.database.Cursor,int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean images -okhttp3.Interceptor -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain: java.lang.Float cumul6H -com.turingtechnologies.materialscrollbar.R$styleable: int CardView_contentPaddingLeft -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeCloudCover(java.lang.Integer) -androidx.viewpager2.R$styleable: int GradientColor_android_endY -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeTotalPrecipitationDuration -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light_DialogWhenLarge -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider this$1 -com.loc.k: java.lang.String d() -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: io.reactivex.ObservableSource source -com.turingtechnologies.materialscrollbar.R$attr: int actionButtonStyle -io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: void dispose() -com.google.android.gms.common.internal.zzv: android.os.Parcelable$Creator CREATOR -okhttp3.Handshake: java.util.List localCertificates -okhttp3.Cache$Entry: okhttp3.Handshake handshake -wangdaye.com.geometricweather.R$styleable: int ListPreference_android_entries -com.jaredrummler.android.colorpicker.ColorPanelView: void setShape(int) -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_DropDownItem -androidx.preference.R$styleable: int ActionMode_backgroundSplit -io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: long count -com.google.android.material.appbar.CollapsingToolbarLayout: void setContentScrimResource(int) -androidx.appcompat.R$attr: int ratingBarStyle -com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawable_android_visible -androidx.vectordrawable.R$layout: int notification_action_tombstone -com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_dialogIcon -com.google.android.material.R$styleable: int TextInputEditText_textInputLayoutFocusedRectEnabled -wangdaye.com.geometricweather.R$id: int activity_widget_config_showCardSpinner -com.google.android.material.R$styleable: int ConstraintSet_transitionEasing -com.google.android.material.R$styleable: int ConstraintSet_flow_wrapMode -androidx.appcompat.resources.R$integer -com.turingtechnologies.materialscrollbar.R$drawable: int abc_dialog_material_background -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle -wangdaye.com.geometricweather.R$array: int pressure_units -io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver -wangdaye.com.geometricweather.R$drawable: int notif_temp_90 -wangdaye.com.geometricweather.R$styleable: int CardView_contentPaddingLeft -com.jaredrummler.android.colorpicker.R$attr: int fastScrollVerticalTrackDrawable -androidx.legacy.coreutils.R$dimen: int compat_control_corner_material +com.google.android.material.appbar.CollapsingToolbarLayout: CollapsingToolbarLayout(android.content.Context,android.util.AttributeSet) +org.greenrobot.greendao.database.DatabaseOpenHelper: java.lang.String name +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$5: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 +com.google.android.material.appbar.HeaderScrollingViewBehavior: HeaderScrollingViewBehavior(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$attr: int brightness +wangdaye.com.geometricweather.R$drawable: int googleg_standard_color_18 +retrofit2.adapter.rxjava2.ResultObservable$ResultObserver +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit MGPCUM +com.google.android.material.button.MaterialButton: void setStrokeColorResource(int) +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: long serialVersionUID +wangdaye.com.geometricweather.R$styleable: int[] ConstraintLayout_placeholder +androidx.core.R$id: int action_divider +androidx.core.R$styleable: int GradientColor_android_startColor +wangdaye.com.geometricweather.R$attr: int materialCalendarMonth +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_tileMode +okhttp3.internal.connection.StreamAllocation +com.google.android.material.R$attr: int endIconTintMode +com.google.android.material.R$style: int TextAppearance_AppCompat_Tooltip +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar +androidx.loader.R$string +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_Alert_Bridge +retrofit2.Retrofit$Builder: Retrofit$Builder() +james.adaptiveicon.R$color: int material_grey_850 +com.google.android.material.R$drawable: int notification_bg_low +cyanogenmod.app.IProfileManager$Stub$Proxy: void resetAll() +android.didikee.donate.R$attr: int editTextStyle +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIndicator +com.turingtechnologies.materialscrollbar.R$id: int scrollView +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: java.lang.Long poll() +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderTitle +cyanogenmod.app.Profile$DozeMode +cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: java.lang.String LABEL +androidx.constraintlayout.widget.R$id: int custom +okhttp3.MultipartBody: long contentLength +io.reactivex.Observable: io.reactivex.Observable throttleFirst(long,java.util.concurrent.TimeUnit) +com.jaredrummler.android.colorpicker.R$styleable: int[] ColorPanelView +com.google.android.material.R$layout: int notification_template_part_time +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_ratingBarStyle +cyanogenmod.externalviews.KeyguardExternalView$11: float val$swipeProgress +androidx.preference.R$id: int radio +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature Temperature +com.google.android.material.R$styleable: int AppCompatImageView_android_src +okhttp3.Address: javax.net.ssl.SSLSocketFactory sslSocketFactory() +cyanogenmod.hardware.IThermalListenerCallback$Stub$Proxy: void onThermalChanged(int) +wangdaye.com.geometricweather.R$drawable: int common_full_open_on_phone +androidx.coordinatorlayout.R$id: int accessibility_custom_action_21 +androidx.appcompat.R$styleable: int SearchView_commitIcon +wangdaye.com.geometricweather.R$styleable: int BottomAppBar_fabCradleMargin +androidx.constraintlayout.widget.R$attr: int popupMenuStyle +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind: MfCurrentResult$Observation$Wind() +wangdaye.com.geometricweather.R$styleable: int[] ActivityChooserView +cyanogenmod.power.IPerformanceManager: boolean setPowerProfile(int) +com.google.android.material.behavior.SwipeDismissBehavior: SwipeDismissBehavior() +androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour: androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour MATCH_PARENT +androidx.preference.R$layout: int preference_dropdown +androidx.preference.R$attr: int positiveButtonText +androidx.preference.R$attr: int thickness +androidx.constraintlayout.widget.R$id: int ignoreRequest +com.google.android.material.R$attr: int layout_constrainedHeight +okhttp3.internal.cache.DiskLruCache +com.turingtechnologies.materialscrollbar.R$attr: int boxCornerRadiusTopEnd +wangdaye.com.geometricweather.R$drawable: int abc_btn_radio_to_on_mtrl_015 +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeInsetEnd +android.didikee.donate.R$style: int Widget_AppCompat_Button +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade: AccuDailyResult$DailyForecasts$RealFeelTemperatureShade() +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile build() +androidx.viewpager.widget.PagerTitleStrip: void setTextColor(int) +androidx.preference.R$style: int TextAppearance_AppCompat_Display1 +androidx.preference.R$attr: int submitBackground +wangdaye.com.geometricweather.R$attr: int layout_constraintTag +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_getLastThemeChangeRequestType +io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: void onComplete() +wangdaye.com.geometricweather.R$attr: int boxStrokeColor +android.didikee.donate.R$styleable: int TextAppearance_android_shadowRadius +com.google.android.material.R$styleable: int ConstraintSet_flow_horizontalGap +wangdaye.com.geometricweather.R$layout: int widget_clock_day_week +james.adaptiveicon.R$styleable: int AppCompatTheme_windowActionBarOverlay +androidx.constraintlayout.widget.R$attr: int autoSizeStepGranularity +retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter: java.util.concurrent.CompletableFuture adapt(retrofit2.Call) +org.greenrobot.greendao.AbstractDaoSession: long insert(java.lang.Object) +okhttp3.internal.http.RetryAndFollowUpInterceptor: okhttp3.internal.connection.StreamAllocation streamAllocation +androidx.hilt.lifecycle.R$dimen: int notification_main_column_padding_top +com.google.android.material.R$attr: int actionBarDivider +com.google.android.material.R$attr: int tabIndicatorHeight +wangdaye.com.geometricweather.R$string: int ellipsis +wangdaye.com.geometricweather.R$attr: int listPreferredItemHeight +com.google.android.material.R$attr: int textAppearanceSearchResultSubtitle +com.google.android.material.R$attr: int navigationMode +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_startIconContentDescription +wangdaye.com.geometricweather.background.polling.work.worker.TodayForecastUpdateWorker +com.google.android.material.R$attr: int trackColor +com.google.android.material.R$style: int Test_Theme_MaterialComponents_MaterialCalendar +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox +com.xw.repo.bubbleseekbar.R$anim: int abc_slide_out_top +james.adaptiveicon.R$dimen +cyanogenmod.app.CustomTile$1: java.lang.Object[] newArray(int) +androidx.appcompat.R$bool: int abc_action_bar_embed_tabs +cyanogenmod.externalviews.ExternalView: void onActivityCreated(android.app.Activity,android.os.Bundle) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getNighttimeWindLevel() +androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_marginLeft +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval +com.google.android.material.R$attr: int dividerVertical +com.turingtechnologies.materialscrollbar.R$attr: int fontProviderFetchStrategy +androidx.transition.R$layout: int notification_template_icon_group +android.didikee.donate.R$style: int ThemeOverlay_AppCompat_Light +okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection$Builder pushObserver(okhttp3.internal.http2.PushObserver) +com.google.android.material.R$id: int normal +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: boolean mainDone +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: void onSuccess(java.lang.Object) +android.didikee.donate.R$attr: int measureWithLargestChild +wangdaye.com.geometricweather.R$styleable: int BottomAppBar_fabCradleVerticalOffset +androidx.appcompat.R$dimen: int abc_text_size_headline_material +james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem +wangdaye.com.geometricweather.R$styleable: int DialogPreference_positiveButtonText +com.jaredrummler.android.colorpicker.R$attr: int actionOverflowMenuStyle +wangdaye.com.geometricweather.R$attr: int actionBarSize +androidx.preference.R$anim: int btn_radio_to_on_mtrl_dot_group_animation +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_editTextBackground +retrofit2.Retrofit: okhttp3.Call$Factory callFactory() +androidx.preference.R$dimen: int abc_text_size_menu_material +androidx.appcompat.R$attr: int autoSizeMaxTextSize +com.google.android.material.R$attr: int cornerSizeTopRight +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_editTextStyle +james.adaptiveicon.R$attr: int dividerHorizontal +com.google.android.material.R$attr: int font +wangdaye.com.geometricweather.common.basic.models.weather.Alert: void deduplication(java.util.List) +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: SinglePostCompleteSubscriber(org.reactivestreams.Subscriber) +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: boolean isDisposed() +wangdaye.com.geometricweather.R$styleable: int BackgroundStyle_android_selectableItemBackground +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeAppearance +wangdaye.com.geometricweather.common.basic.models.weather.Weather: wangdaye.com.geometricweather.common.basic.models.weather.Current current +io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: long serialVersionUID +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: int FINISHED +org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database wrap(android.database.sqlite.SQLiteDatabase) +cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: void unregisterWeatherServiceProviderChangeListener(cyanogenmod.weather.IWeatherServiceProviderChangeListener) +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Display1 +com.google.android.material.R$id: int month_navigation_fragment_toggle +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_Switch +okhttp3.internal.connection.RouteSelector$Selection: okhttp3.Route next() +com.xw.repo.bubbleseekbar.R$dimen: int hint_pressed_alpha_material_dark +androidx.appcompat.widget.SearchView: void setOnQueryTextListener(androidx.appcompat.widget.SearchView$OnQueryTextListener) +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: java.util.concurrent.atomic.AtomicInteger active +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_section_text_size +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getTreeIndex() +com.turingtechnologies.materialscrollbar.R$attr: int tabMaxWidth +retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: boolean terminated +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_Button_Colored +androidx.appcompat.R$id: int unchecked +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowMinWidthMinor +wangdaye.com.geometricweather.R$string: int action_settings +com.amap.api.fence.GeoFenceManagerBase: void addDistrictGeoFence(java.lang.String,java.lang.String) +com.google.android.material.slider.RangeSlider: void setMinSeparation(float) +androidx.vectordrawable.R$id: int accessibility_custom_action_27 +cyanogenmod.externalviews.KeyguardExternalView: java.lang.String EXTRA_PERMISSION_LIST +com.google.android.material.R$attr: int maxLines +wangdaye.com.geometricweather.R$drawable: int weather_sleet +cyanogenmod.app.LiveLockScreenManager: cyanogenmod.app.ILiveLockScreenManager getService() +wangdaye.com.geometricweather.R$styleable: int Constraint_pathMotionArc +androidx.viewpager.R$styleable: int ColorStateListItem_android_alpha +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorIconDrawable +com.xw.repo.bubbleseekbar.R$id: int customPanel +wangdaye.com.geometricweather.R$attr: int tint +androidx.appcompat.R$id: int tag_accessibility_pane_title +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowMinWidthMinor +cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_shutdown +com.google.android.material.R$styleable: int BottomAppBar_hideOnScroll +org.greenrobot.greendao.AbstractDao: boolean isStandardSQLite +com.jaredrummler.android.colorpicker.R$dimen: int abc_control_inset_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean temperature +com.jaredrummler.android.colorpicker.R$attr: int actionBarTheme +androidx.preference.R$attr: int textLocale +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_thumbTintMode +james.adaptiveicon.R$dimen: int abc_action_bar_stacked_max_height +com.turingtechnologies.materialscrollbar.R$attr: int chipSpacingHorizontal +wangdaye.com.geometricweather.R$string: int yesterday +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: java.lang.Throwable error +com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_default_mtrl_shape +androidx.preference.R$layout: int preference_widget_switch_compat +com.google.android.material.R$styleable: int MaterialShape_shapeAppearanceOverlay +cyanogenmod.app.ICMStatusBarManager$Stub: int TRANSACTION_removeCustomTileFromListener +androidx.preference.R$attr: int textColorSearchUrl +wangdaye.com.geometricweather.R$string: int summary_collapsed_preference_list +cyanogenmod.themes.IThemeProcessingListener$Stub$Proxy: android.os.IBinder asBinder() +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: java.lang.Object poll() +wangdaye.com.geometricweather.R$styleable: int SwitchMaterial_useMaterialThemeColors +androidx.preference.R$id: int listMode +cyanogenmod.weather.WeatherInfo: double access$702(cyanogenmod.weather.WeatherInfo,double) +cyanogenmod.app.CMContextConstants: java.lang.String CM_PERFORMANCE_SERVICE +io.reactivex.internal.util.HashMapSupplier: io.reactivex.internal.util.HashMapSupplier[] values() +androidx.preference.R$id: int edit_query +androidx.appcompat.R$color: int abc_tint_spinner +com.google.android.material.R$styleable: int ConstraintSet_layout_constrainedHeight +io.reactivex.internal.operators.observable.ObservableGroupBy$State: boolean done +androidx.vectordrawable.animated.R$id: int chronometer +androidx.preference.R$styleable: int SwitchCompat_track +okhttp3.Cookie$Builder: okhttp3.Cookie$Builder value(java.lang.String) +com.turingtechnologies.materialscrollbar.R$id: int expand_activities_button +wangdaye.com.geometricweather.R$id: int item_card_display +wangdaye.com.geometricweather.R$styleable: int[] ActionMenuView +io.reactivex.internal.subscriptions.SubscriptionArbiter: void cancel() +wangdaye.com.geometricweather.R$styleable: int MaterialButton_icon +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_weight +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void otherError(java.lang.Throwable) +androidx.recyclerview.R$dimen: int compat_button_inset_vertical_material +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_readPersistentBytes +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut +okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder cipherSuites(okhttp3.CipherSuite[]) +androidx.preference.R$attr: int drawableLeftCompat +androidx.appcompat.R$string: int abc_menu_alt_shortcut_label +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_minWidth +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: void onError(java.lang.Throwable) +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_goneMarginTop +okhttp3.internal.http.RealResponseBody +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: void setDataConnectionState(boolean) +androidx.hilt.work.R$drawable: int notification_tile_bg +androidx.appcompat.widget.SwitchCompat: void setThumbTintMode(android.graphics.PorterDuff$Mode) +androidx.constraintlayout.widget.R$id: int easeOut +wangdaye.com.geometricweather.R$styleable: int[] DrawerLayout +okhttp3.Headers$Builder: okhttp3.Headers$Builder set(java.lang.String,java.util.Date) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: java.lang.String getUrl() +com.google.android.material.appbar.AppBarLayout$BaseBehavior +androidx.legacy.coreutils.R$style: int TextAppearance_Compat_Notification_Title +androidx.preference.R$styleable: int SearchView_commitIcon +cyanogenmod.app.CMTelephonyManager: void setDefaultPhoneSub(int) +okhttp3.logging.LoggingEventListener$Factory: okhttp3.logging.HttpLoggingInterceptor$Logger logger +cyanogenmod.hardware.DisplayMode$1 +cyanogenmod.themes.ThemeChangeRequest: ThemeChangeRequest(android.os.Parcel,cyanogenmod.themes.ThemeChangeRequest$1) +com.turingtechnologies.materialscrollbar.R$attr: int keylines +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode SLEET +androidx.work.R$styleable: int GradientColorItem_android_color +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert +com.turingtechnologies.materialscrollbar.R$attr: int boxCornerRadiusBottomStart +androidx.constraintlayout.widget.R$drawable: int abc_btn_switch_to_on_mtrl_00012 +androidx.appcompat.R$color: int background_material_dark +retrofit2.KotlinExtensions$suspendAndThrow$1: KotlinExtensions$suspendAndThrow$1(kotlin.coroutines.Continuation) +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintCircle +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language +androidx.core.R$id: int accessibility_custom_action_2 +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_panelMenuListTheme +com.google.android.material.circularreveal.CircularRevealGridLayout: com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo getRevealInfo() +okhttp3.internal.cache.DiskLruCache$Snapshot: java.lang.String key() +android.didikee.donate.R$id: int radio +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_android_baselineAligned +androidx.lifecycle.SavedStateHandle$1: SavedStateHandle$1(androidx.lifecycle.SavedStateHandle) +cyanogenmod.providers.CMSettings$Secure: long getLong(android.content.ContentResolver,java.lang.String,long) +okhttp3.OkHttpClient: okhttp3.Authenticator authenticator +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.settings.fragments.NotificationColorSettingsFragment: NotificationColorSettingsFragment() +james.adaptiveicon.R$attr: int autoCompleteTextViewStyle +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.internal.TableStatements getStatements() +com.google.android.material.R$id: int material_hour_text_input +androidx.customview.R$styleable: int GradientColor_android_centerX +com.xw.repo.bubbleseekbar.R$attr: int bsb_section_text_color +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Imperial: double Value +com.google.android.material.R$dimen: int abc_dialog_padding_material +wangdaye.com.geometricweather.R$attr: int dialogCornerRadius +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_14 +james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge +com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_spinBars +com.google.android.material.chip.Chip: void setTextStartPadding(float) +com.google.android.material.R$styleable: int OnSwipe_maxAcceleration +androidx.appcompat.widget.AppCompatEditText: AppCompatEditText(android.content.Context) +cyanogenmod.app.suggest.AppSuggestManager: java.util.List getSuggestions(android.content.Intent) +com.google.android.material.R$styleable: int Toolbar_contentInsetRight +androidx.swiperefreshlayout.R$id: int action_container +com.bumptech.glide.integration.okhttp.R$integer: R$integer() com.turingtechnologies.materialscrollbar.R$style: int CardView -com.turingtechnologies.materialscrollbar.R$id: int fill -com.google.android.material.R$styleable: int Constraint_layout_constraintHeight_max -androidx.customview.R$styleable: int[] GradientColor -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeDegreeDayTemperature() -wangdaye.com.geometricweather.R$styleable: int RecyclerView_android_orientation -wangdaye.com.geometricweather.R$id: int subtitle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String headIconType -retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: void onNext(java.lang.Object) -cyanogenmod.util.ColorUtils$1: int compare(com.android.internal.util.cm.palette.Palette$Swatch,com.android.internal.util.cm.palette.Palette$Swatch) -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Caption -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_TabView -androidx.recyclerview.R$style: int TextAppearance_Compat_Notification_Info -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_PopupMenu -wangdaye.com.geometricweather.R$dimen: int mtrl_fab_elevation -androidx.appcompat.widget.Toolbar: int getCurrentContentInsetEnd() -androidx.activity.R$dimen: int notification_action_icon_size -androidx.constraintlayout.widget.R$id: int accessibility_action_clickable_span -com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status WAITING_FOR_SIZE -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeSnowPrecipitation -androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_marginRight -androidx.lifecycle.ReportFragment: void dispatch(android.app.Activity,androidx.lifecycle.Lifecycle$Event) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_seekBarStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: java.lang.String getPubTime() -android.support.v4.os.ResultReceiver: android.os.Parcelable$Creator CREATOR -okhttp3.ConnectionSpec: int hashCode() -androidx.appcompat.R$id: int action_mode_close_button -androidx.core.R$id: int action_image -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex -wangdaye.com.geometricweather.R$id: int widget_day_symbol -com.turingtechnologies.materialscrollbar.R$anim: int abc_tooltip_exit -wangdaye.com.geometricweather.R$dimen: int design_navigation_item_icon_padding -com.baidu.location.indoor.mapversion.c.c$b: java.lang.String g -com.jaredrummler.android.colorpicker.R$attr: int buttonBarStyle -wangdaye.com.geometricweather.R$dimen: int abc_action_bar_default_height_material -wangdaye.com.geometricweather.R$attr: int singleSelection -wangdaye.com.geometricweather.R$attr: int tintMode -com.google.android.material.R$id: int activity_chooser_view_content -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float totalPrecipitationProbability -wangdaye.com.geometricweather.R$id: int material_clock_display -com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_gradientRadius -james.adaptiveicon.R$dimen: int abc_dialog_fixed_height_minor -androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_drawableStart -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: void setLogo(java.lang.String) -androidx.appcompat.R$style: int TextAppearance_AppCompat_Button -okhttp3.internal.http2.Http2Connection: void pushRequestLater(int,java.util.List) -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_menu_share_mtrl_alpha -james.adaptiveicon.R$color: int primary_text_disabled_material_dark -com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_text_btn_ripple_color -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void innerError(java.lang.Throwable) -wangdaye.com.geometricweather.R$dimen: int highlight_alpha_material_colored -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setSuggest(java.lang.String) -com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_positiveButtonText -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_DialogWindowTitle_AppCompat -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_placeholderText -com.google.android.material.R$attr: int layout_dodgeInsetEdges -com.amap.api.location.AMapLocationClientOption$AMapLocationMode: com.amap.api.location.AMapLocationClientOption$AMapLocationMode Hight_Accuracy -cyanogenmod.externalviews.ExternalViewProviderService$Provider: void onAttach() -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.WeatherEntity,long) -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int WINDY -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Weather weather12H -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2 -android.didikee.donate.R$attr: int textAppearanceListItem -androidx.hilt.R$style: int TextAppearance_Compat_Notification_Info -com.turingtechnologies.materialscrollbar.R$attr: int tabContentStart -com.google.android.material.textfield.TextInputLayout: android.graphics.drawable.Drawable getErrorIconDrawable() -com.jaredrummler.android.colorpicker.R$style: int Platform_ThemeOverlay_AppCompat_Dark -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd -com.google.gson.JsonSyntaxException: JsonSyntaxException(java.lang.String) -com.google.android.material.R$dimen: int mtrl_calendar_selection_baseline_to_top_fullscreen -cyanogenmod.util.ColorUtils: int[] SOLID_COLORS -io.reactivex.Observable: io.reactivex.Observable switchMap(io.reactivex.functions.Function,int) -androidx.preference.R$color: int secondary_text_default_material_light -okhttp3.internal.http2.Http2Connection: int lastGoodStreamId -androidx.preference.R$attr: int coordinatorLayoutStyle -cyanogenmod.weather.WeatherInfo$DayForecast: int describeContents() -androidx.lifecycle.ServiceLifecycleDispatcher: void postDispatchRunnable(androidx.lifecycle.Lifecycle$Event) -com.jaredrummler.android.colorpicker.R$styleable: int Preference_persistent -cyanogenmod.power.IPerformanceManager$Stub: cyanogenmod.power.IPerformanceManager asInterface(android.os.IBinder) -james.adaptiveicon.R$style: int Theme_AppCompat_Dialog_Alert -cyanogenmod.app.suggest.ApplicationSuggestion: android.net.Uri getThumbailUri() -cyanogenmod.hardware.CMHardwareManager: android.content.Context mContext -com.baidu.location.e.h$a: com.baidu.location.e.h$a a -com.jaredrummler.android.colorpicker.R$attr: int titleMargin -wangdaye.com.geometricweather.db.entities.LocationEntityDao: boolean hasKey(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$attr: int titleEnabled +androidx.core.widget.NestedScrollView$SavedState: android.os.Parcelable$Creator CREATOR +androidx.core.R$id: int accessibility_custom_action_0 +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.lang.String weatherText +wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerFamilyTopLeft +com.turingtechnologies.materialscrollbar.R$layout: int abc_action_mode_close_item_material +io.reactivex.internal.subscribers.DeferredScalarSubscriber: void onSubscribe(org.reactivestreams.Subscription) +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constrainedHeight +okhttp3.logging.LoggingEventListener: void callStart(okhttp3.Call) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: int status +com.jaredrummler.android.colorpicker.R$attr: int entryValues +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_fontStyle +cyanogenmod.app.StatusBarPanelCustomTile$1: cyanogenmod.app.StatusBarPanelCustomTile[] newArray(int) +io.reactivex.internal.schedulers.ScheduledRunnable: void run() +okhttp3.Cache: long maxSize() +androidx.preference.R$dimen: int notification_top_pad_large_text +com.google.android.material.R$drawable: int notification_template_icon_bg +androidx.constraintlayout.widget.R$id: int decor_content_parent +com.turingtechnologies.materialscrollbar.R$id: int contentPanel +io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: io.reactivex.internal.operators.observable.ObservableAmb$AmbCoordinator parent +com.google.gson.internal.LinkedTreeMap: int modCount +com.xw.repo.bubbleseekbar.R$attr: int dialogTheme +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeDegreeDayTemperature +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Button_Small +android.didikee.donate.R$color: int bright_foreground_inverse_material_dark +com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents_Bridge +wangdaye.com.geometricweather.R$layout: int abc_alert_dialog_button_bar_material +wangdaye.com.geometricweather.R$id: int SHOW_ALL +com.google.android.material.R$id: int expanded_menu +wangdaye.com.geometricweather.R$string: int restart +okio.RealBufferedSource: okio.Buffer buffer +com.turingtechnologies.materialscrollbar.R$dimen: int disabled_alpha_material_light +wangdaye.com.geometricweather.R$string: int settings_notification_hide_in_lockScreen_off +wangdaye.com.geometricweather.remoteviews.config.Hilt_WeekWidgetConfigActivity: Hilt_WeekWidgetConfigActivity() +wangdaye.com.geometricweather.R$dimen: int mtrl_alert_dialog_picker_background_inset +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver parent +com.jaredrummler.android.colorpicker.ColorPickerView +androidx.recyclerview.R$string +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String so2 +androidx.fragment.R$styleable: int GradientColor_android_endY +james.adaptiveicon.R$style: int Platform_ThemeOverlay_AppCompat_Light +wangdaye.com.geometricweather.R$dimen: int mtrl_progress_indicator_full_rounded_corner_radius +io.reactivex.internal.disposables.DisposableHelper: boolean isDisposed() +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.internal.util.AtomicThrowable errors +com.google.android.material.R$attr: int checkedButton +cyanogenmod.providers.CMSettings$DelimitedListValidator: android.util.ArraySet mValidValueSet +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintBottom_toBottomOf +androidx.hilt.work.R$anim +com.jaredrummler.android.colorpicker.R$color: int abc_background_cache_hint_selector_material_light +retrofit2.KotlinExtensions$await$2$2: kotlinx.coroutines.CancellableContinuation $continuation +com.baidu.location.e.m: m(java.lang.String,int,java.lang.String,java.lang.String,java.lang.String,int,int) +androidx.preference.R$attr: int listPreferredItemHeightSmall +okhttp3.internal.ws.WebSocketWriter: java.util.Random random +wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation: wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation BOTTOM +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeTotalPrecipitationDuration(java.lang.Float) +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: java.util.concurrent.locks.Lock lock +com.google.android.material.R$styleable: int[] PopupWindow +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: void dispose() +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton$ExtendedFloatingActionButtonBehavior: ExtendedFloatingActionButton$ExtendedFloatingActionButtonBehavior() +wangdaye.com.geometricweather.R$attr: int dialogTheme +com.google.android.gms.common.api.internal.LifecycleCallback: com.google.android.gms.common.api.internal.LifecycleFragment getChimeraLifecycleFragmentImpl(com.google.android.gms.common.api.internal.LifecycleActivity) +com.turingtechnologies.materialscrollbar.R$id: int buttonPanel +com.baidu.location.indoor.mapversion.c.a$d: com.baidu.location.indoor.mapversion.c.a$a f +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomAppBar_PrimarySurface +androidx.appcompat.widget.ActionBarOverlayLayout: void setHasNonEmbeddedTabs(boolean) +com.google.android.material.R$attr: int deriveConstraintsFrom +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_WIND_SPEED +com.google.android.material.R$attr: int layout_constraintLeft_toLeftOf +cyanogenmod.providers.CMSettings$Secure$2: boolean validate(java.lang.String) +cyanogenmod.themes.ThemeChangeRequest$RequestType: ThemeChangeRequest$RequestType(java.lang.String,int) +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int AQI_INDEX_2 +com.google.android.material.R$attr: int flow_horizontalAlign +okhttp3.internal.http2.Http2Writer: okio.Buffer hpackBuffer +com.amap.api.location.CoordUtil: int convertToGcj(double[],double[]) +com.google.android.material.R$styleable: int NavigationView_itemIconPadding +android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu +com.google.android.material.R$string: int path_password_eye_mask_visible +androidx.fragment.app.DialogFragment +wangdaye.com.geometricweather.R$attr: int region_widthMoreThan +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Compat_Notification_Line2 +com.google.android.material.R$attr: int trackHeight +com.autonavi.aps.amapapi.model.AMapLocationServer: void a(boolean) +wangdaye.com.geometricweather.R$attr: int motionPathRotate +com.jaredrummler.android.colorpicker.R$styleable: int CheckBoxPreference_android_summaryOn +cyanogenmod.app.suggest.AppSuggestManager: android.content.Context mContext +wangdaye.com.geometricweather.db.entities.MinutelyEntity: boolean daylight +androidx.appcompat.R$drawable: int abc_btn_check_to_on_mtrl_015 +com.google.android.material.bottomnavigation.BottomNavigationPresenter$SavedState: android.os.Parcelable$Creator CREATOR +androidx.preference.R$color: int switch_thumb_disabled_material_dark +okio.Segment: void compact() +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: void dispose() +androidx.customview.R$id: int line1 +com.turingtechnologies.materialscrollbar.R$drawable: int abc_cab_background_internal_bg +androidx.preference.R$attr: int customNavigationLayout +wangdaye.com.geometricweather.R$id: int visible_removing_fragment_view_tag +androidx.appcompat.R$drawable: int notification_bg +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title +io.reactivex.Observable: io.reactivex.Observable onErrorResumeNext(io.reactivex.functions.Function) +com.jaredrummler.android.colorpicker.R$id: int submenuarrow +com.turingtechnologies.materialscrollbar.R$id: int design_menu_item_text +androidx.preference.R$styleable: int Toolbar_titleMargin +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.util.Date time +com.jaredrummler.android.colorpicker.R$drawable: int notification_bg_normal_pressed +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow +androidx.lifecycle.ComputableLiveData: java.util.concurrent.atomic.AtomicBoolean mComputing +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getRainPrecipitation() +okhttp3.internal.cache2.Relay: okio.Buffer buffer +wangdaye.com.geometricweather.R$attr: int layout_goneMarginLeft +androidx.fragment.R$style: int Widget_Compat_NotificationActionContainer +androidx.appcompat.widget.Toolbar: Toolbar(android.content.Context) +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_HOMESCREEN +com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox +com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter: void onProgressUpdateEnd(float) +androidx.appcompat.R$drawable: int abc_switch_thumb_material +androidx.preference.R$drawable: int preference_list_divider_material +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: void onComplete() +android.didikee.donate.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner +wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: int getChartBottom() +cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void onPause() +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_DrawerArrowToggle +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large +retrofit2.adapter.rxjava2.CallExecuteObservable +cyanogenmod.hardware.CMHardwareManager: boolean isSupported(int) +androidx.constraintlayout.motion.widget.MotionLayout: void setTransition(int) +wangdaye.com.geometricweather.R$string: int key_notification_hide_big_view +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Ice: double Value +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Sun sun +retrofit2.converter.gson.GsonRequestBodyConverter +cyanogenmod.platform.Manifest +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: long serialVersionUID +com.xw.repo.bubbleseekbar.R$attr: int homeLayout +androidx.viewpager2.R$id: int accessibility_custom_action_23 +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_CompoundButton_Switch +androidx.hilt.R$anim: int fragment_close_enter +androidx.constraintlayout.widget.R$dimen: int abc_text_size_subhead_material +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: CNWeatherResult() +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBarLayout_android_layout_gravity +com.amap.api.fence.GeoFence: com.amap.api.location.DPoint getCenter() +androidx.constraintlayout.widget.R$id: int forever +androidx.appcompat.widget.AppCompatTextView: int getAutoSizeStepGranularity() +james.adaptiveicon.R$styleable: int MenuItem_android_enabled +androidx.preference.R$styleable: int AppCompatTheme_searchViewStyle +com.jaredrummler.android.colorpicker.R$attr: int backgroundStacked +com.google.android.material.R$dimen: int design_snackbar_min_width +androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type BOTTOM +io.reactivex.internal.util.EmptyComponent: io.reactivex.internal.util.EmptyComponent valueOf(java.lang.String) +com.google.android.material.R$id: int action_image +androidx.appcompat.R$styleable: int LinearLayoutCompat_android_gravity +okhttp3.ResponseBody: ResponseBody() +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Weather: java.lang.String desc +com.bumptech.glide.R$dimen: int notification_top_pad +com.google.android.material.navigation.NavigationView: android.content.res.ColorStateList getItemTextColor() +org.greenrobot.greendao.AbstractDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) +com.google.android.material.R$attr: int tabIconTintMode +okhttp3.Headers: java.util.Set names() +androidx.preference.DialogPreference +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber$1: java.lang.Throwable val$ex +androidx.hilt.R$dimen: int compat_notification_large_icon_max_width +com.xw.repo.bubbleseekbar.R$color: int background_floating_material_dark +androidx.lifecycle.LiveData$1: androidx.lifecycle.LiveData this$0 +com.turingtechnologies.materialscrollbar.R$attr: int scrimBackground +com.google.android.material.R$styleable: int Constraint_flow_horizontalAlign +androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration +androidx.hilt.R$styleable: int GradientColorItem_android_offset +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Small_Inverse +com.google.android.material.R$style: int Widget_MaterialComponents_CheckedTextView +wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemTextAppearanceActive +io.reactivex.internal.disposables.EmptyDisposable: void dispose() +androidx.appcompat.view.menu.MenuPopupHelper: void setOnDismissListener(android.widget.PopupWindow$OnDismissListener) +wangdaye.com.geometricweather.R$drawable: int navigation_empty_icon +wangdaye.com.geometricweather.R$drawable: int notif_temp_56 +androidx.preference.R$string: int abc_prepend_shortcut_label +wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getNighttimeWeatherCode() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorAccent +wangdaye.com.geometricweather.R$attr: int actionBarWidgetTheme +com.jaredrummler.android.colorpicker.R$style: int Platform_AppCompat_Light +com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getItemBackgroundRes() +io.reactivex.Observable: io.reactivex.Observable concatArray(io.reactivex.ObservableSource[]) +wangdaye.com.geometricweather.R$color: int mtrl_navigation_item_icon_tint +okio.SegmentedByteString: byte[] toByteArray() +androidx.appcompat.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_0 +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_homeAsUpIndicator +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPath +androidx.fragment.R$attr: int ttcIndex +com.xw.repo.bubbleseekbar.R$id: int submenuarrow +wangdaye.com.geometricweather.R$drawable: int weather_thunder_mini_light +com.google.android.material.card.MaterialCardView: android.content.res.ColorStateList getCardForegroundColor() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: void setStatus(int) +com.google.android.material.R$styleable: int Layout_layout_constraintCircleAngle +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light_Dialog +io.reactivex.internal.disposables.EmptyDisposable: void error(java.lang.Throwable,io.reactivex.Observer) +androidx.legacy.coreutils.R$integer: int status_bar_notification_info_maxnum +com.google.android.material.R$layout: int design_navigation_item_subheader +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getDate() +androidx.vectordrawable.animated.R$dimen: int compat_notification_large_icon_max_height +james.adaptiveicon.R$styleable: int ActivityChooserView_initialActivityCount +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle +okhttp3.internal.http2.Http2Connection: java.net.Socket socket +cyanogenmod.app.PartnerInterface: void setAirplaneModeEnabled(boolean) +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse +okhttp3.internal.connection.RealConnection: int successCount +androidx.coordinatorlayout.R$id: int start +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall +com.amap.api.fence.GeoFenceClient: void pauseGeoFence() +androidx.preference.R$style: int Widget_AppCompat_ActionBar_Solid +androidx.lifecycle.LiveData$1 +retrofit2.CompletableFutureCallAdapterFactory$CallCancelCompletableFuture: retrofit2.Call call +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_59 +com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawable_android_constantSize +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light_Dialog_MinWidth +com.google.android.material.R$attr: int layout_goneMarginEnd +wangdaye.com.geometricweather.common.basic.models.weather.History: int getNighttimeTemperature() +com.google.android.material.R$dimen: int design_bottom_navigation_item_min_width +io.reactivex.Observable: io.reactivex.Observable ofType(java.lang.Class) +wangdaye.com.geometricweather.R$attr: int borderWidth +com.bumptech.glide.integration.okhttp.R$drawable: int notification_bg_low_normal +com.xw.repo.bubbleseekbar.R$drawable: int abc_tab_indicator_mtrl_alpha +androidx.vectordrawable.R$integer: R$integer() +com.google.android.material.datepicker.DateValidatorPointBackward +androidx.lifecycle.extensions.R$anim: int fragment_close_exit +androidx.appcompat.R$drawable: int notification_tile_bg +androidx.work.R$dimen: int compat_control_corner_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getTempMax() +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_normalContainer +cyanogenmod.weather.WeatherLocation$1: java.lang.Object createFromParcel(android.os.Parcel) +com.google.gson.stream.JsonReader: boolean isLiteral(char) +androidx.work.R$styleable: int FontFamilyFont_android_fontWeight +androidx.appcompat.R$style: int Widget_AppCompat_Spinner_DropDown +retrofit2.KotlinExtensions$awaitResponse$$inlined$suspendCancellableCoroutine$lambda$1: retrofit2.Call $this_awaitResponse$inlined +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dialogTheme +com.bumptech.glide.integration.okhttp.R$id: int title +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: int rightIndex +retrofit2.Converter$Factory: retrofit2.Converter requestBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],java.lang.annotation.Annotation[],retrofit2.Retrofit) +wangdaye.com.geometricweather.background.polling.work.worker.AsyncUpdateWorker: AsyncUpdateWorker(android.content.Context,androidx.work.WorkerParameters,wangdaye.com.geometricweather.location.LocationHelper,wangdaye.com.geometricweather.weather.WeatherHelper) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_AUTO_OUTDOOR_MODE_VALIDATOR +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_27 +com.amap.api.location.AMapLocation: void setCoordType(java.lang.String) +androidx.lifecycle.extensions.R$styleable: int[] FontFamily +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum: int UnitType +com.google.android.material.R$styleable: int Constraint_android_layout_marginStart +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String getTitle() +androidx.work.R$id: int action_image +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: retrofit2.Call delegate +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: int CloudCover +com.jaredrummler.android.colorpicker.R$style: int Preference_DropDown +wangdaye.com.geometricweather.R$id: int container_main_first_card_header_line +wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_icon_disabled +com.jaredrummler.android.colorpicker.R$styleable: int[] CoordinatorLayout_Layout +com.amap.api.location.DPoint: int hashCode() +android.didikee.donate.R$id: int beginning +cyanogenmod.externalviews.KeyguardExternalView: void onScreenTurnedOff() +james.adaptiveicon.R$layout: int notification_template_icon_group +androidx.constraintlayout.widget.R$dimen: int abc_button_inset_horizontal_material +org.greenrobot.greendao.DaoException: DaoException(java.lang.Throwable) +com.jaredrummler.android.colorpicker.R$drawable: int notification_action_background +okhttp3.Dispatcher: void finished(okhttp3.RealCall$AsyncCall) +com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_tileMode +wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayWeekWidgetConfigActivity +okhttp3.internal.cache.CacheStrategy$Factory: java.util.Date expires +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_second_track_color +androidx.legacy.coreutils.R$attr: int fontProviderQuery +com.turingtechnologies.materialscrollbar.R$id: int auto +com.google.android.material.bottomappbar.BottomAppBar: android.content.res.ColorStateList getBackgroundTint() +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: void setDistrict(java.lang.String) +com.google.android.material.R$dimen: int design_bottom_sheet_modal_elevation +okhttp3.internal.http2.Http2Connection$1: Http2Connection$1(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[],int,okhttp3.internal.http2.ErrorCode) +james.adaptiveicon.R$styleable: int AppCompatTheme_searchViewStyle +wangdaye.com.geometricweather.R$styleable: int KeyPosition_keyPositionType +com.google.android.material.textfield.TextInputLayout: void setCounterTextColor(android.content.res.ColorStateList) +com.google.android.material.R$dimen: int abc_dialog_fixed_height_major +androidx.preference.R$attr: int actionBarSize +com.google.android.material.R$string: int error_icon_content_description +cyanogenmod.providers.CMSettings$System: java.lang.String KEY_ASSIST_ACTION +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void onComplete() +com.google.android.material.R$styleable: int Chip_iconEndPadding +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle +androidx.core.R$styleable: int[] GradientColor +androidx.appcompat.R$styleable: int AppCompatTextView_fontVariationSettings +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getDisplayGammaCalibration +com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_spanCount +androidx.constraintlayout.widget.R$attr: int percentX +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_percent +wangdaye.com.geometricweather.R$id: int below_section_mark +com.google.android.material.R$style: int TextAppearance_Compat_Notification +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarSwipeRefreshLayout: FitSystemBarSwipeRefreshLayout(android.content.Context,android.util.AttributeSet) +androidx.preference.R$styleable: int[] SwitchPreference +com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_fontStyle +com.jaredrummler.android.colorpicker.R$attr: int lineHeight +androidx.cardview.R$color: int cardview_shadow_end_color +com.google.android.material.R$styleable: int AppCompatTextView_autoSizePresetSizes +com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy UPPER_CAMEL_CASE +androidx.preference.R$style: int TextAppearance_AppCompat_Body1 +com.google.android.material.R$id: int buttonPanel +retrofit2.Response +com.turingtechnologies.materialscrollbar.R$attr: int navigationMode +androidx.vectordrawable.R$attr: R$attr() +com.xw.repo.bubbleseekbar.R$color: int abc_tint_spinner +james.adaptiveicon.R$styleable: int FontFamilyFont_font +com.google.android.material.R$styleable: int Slider_thumbColor +wangdaye.com.geometricweather.R$styleable: int FontFamily_fontProviderFetchStrategy +com.turingtechnologies.materialscrollbar.R$id: int save_non_transition_alpha +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_textAppearance +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit KN +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List getDailyEntityList() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarWidgetTheme +com.google.android.material.R$string: int path_password_eye +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: io.reactivex.Observer downstream +okhttp3.internal.cache.CacheInterceptor: boolean isContentSpecificHeader(java.lang.String) +com.google.android.material.appbar.CollapsingToolbarLayout: int getMaxLines() +okio.GzipSource: void updateCrc(okio.Buffer,long,long) +com.amap.api.fence.GeoFence: java.lang.String getCustomId() +okio.InflaterSource: okio.BufferedSource source +wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit +io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: ExecutorScheduler$DelayedRunnable(java.lang.Runnable) +com.google.android.material.R$color: int mtrl_fab_icon_text_color_selector +wangdaye.com.geometricweather.db.entities.AlertEntityDao: boolean isEntityUpdateable() +com.turingtechnologies.materialscrollbar.R$styleable: int[] TabLayout +com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat_Light +wangdaye.com.geometricweather.R$drawable: int flag_hu +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_iconTintMode +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title +com.xw.repo.bubbleseekbar.R$color: int abc_tint_seek_thumb +androidx.appcompat.R$styleable: int AnimatedStateListDrawableTransition_android_reversible +android.didikee.donate.R$style: int TextAppearance_AppCompat_Large_Inverse +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language[] values() +wangdaye.com.geometricweather.R$id: int lastElement +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Snow: AccuDailyResult$DailyForecasts$Night$Snow() +wangdaye.com.geometricweather.db.entities.DaoMaster: wangdaye.com.geometricweather.db.entities.DaoSession newSession(org.greenrobot.greendao.identityscope.IdentityScopeType) +james.adaptiveicon.R$drawable: int tooltip_frame_light +androidx.hilt.R$styleable: int GradientColor_android_type +androidx.preference.R$dimen: int fastscroll_margin +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator INCREASING_RING_RAMP_UP_TIME_VALIDATOR +okhttp3.internal.ws.RealWebSocket: boolean processNextFrame() +androidx.appcompat.widget.Toolbar$SavedState: android.os.Parcelable$Creator CREATOR +com.google.android.material.slider.BaseSlider: void setThumbRadius(int) +androidx.transition.R$styleable: int FontFamily_fontProviderQuery +androidx.vectordrawable.R$dimen: int compat_button_inset_vertical_material +wangdaye.com.geometricweather.R$styleable: int Chip_chipIconSize +androidx.constraintlayout.motion.widget.MotionLayout: long getTransitionTimeMs() +io.reactivex.Observable: io.reactivex.Observable withLatestFrom(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function4) +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_MinWidth +androidx.viewpager.R$styleable: int FontFamily_fontProviderPackage +com.turingtechnologies.materialscrollbar.R$color: int bright_foreground_disabled_material_light +androidx.preference.R$style: int Widget_AppCompat_Spinner +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight +james.adaptiveicon.R$styleable: int SwitchCompat_thumbTintMode +io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setTemperature(int) +james.adaptiveicon.R$attr: int titleMarginTop +androidx.fragment.R$id: int async +androidx.work.impl.utils.futures.DirectExecutor: void execute(java.lang.Runnable) +com.xw.repo.bubbleseekbar.R$drawable: int notify_panel_notification_icon_bg +androidx.recyclerview.widget.RecyclerView: void setChildDrawingOrderCallback(androidx.recyclerview.widget.RecyclerView$ChildDrawingOrderCallback) +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ImageButton +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall +okhttp3.internal.http2.Http2Reader: void readPriority(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) +androidx.appcompat.R$color: int foreground_material_light +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SEVERE_THUNDERSTORMS +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode CANCEL +com.turingtechnologies.materialscrollbar.R$integer: int mtrl_chip_anim_duration +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_LOW_POWER_VALIDATOR +cyanogenmod.profiles.RingModeSettings$1: cyanogenmod.profiles.RingModeSettings[] newArray(int) +androidx.preference.R$styleable: int StateListDrawable_android_exitFadeDuration +com.turingtechnologies.materialscrollbar.R$layout: int abc_screen_content_include +cyanogenmod.app.BaseLiveLockManagerService: void enforceAccessPermission() +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Dialog +androidx.appcompat.R$styleable: int[] AlertDialog +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: java.lang.Throwable error +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeTotalPrecipitation +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float getRain() +android.didikee.donate.R$layout: int abc_search_dropdown_item_icons_2line +androidx.appcompat.R$style: int Widget_AppCompat_SeekBar_Discrete +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean getBrandInfo() +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Slider +retrofit2.OkHttpCall: boolean executed +androidx.preference.R$styleable: int MenuItem_android_orderInCategory +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_alpha +okhttp3.MultipartBody: okhttp3.MediaType type() +androidx.loader.R$drawable: int notification_tile_bg +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night +wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_AppbarPopupTheme_Light +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_marginEnd +wangdaye.com.geometricweather.R$color: int tooltip_background_dark +wangdaye.com.geometricweather.R$string: int common_google_play_services_update_text +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintLeft_creator +com.bumptech.glide.R$styleable: int CoordinatorLayout_keylines +androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_textColorHint +com.google.android.material.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle +androidx.customview.R$styleable: int FontFamily_fontProviderAuthority +androidx.preference.R$layout: int abc_tooltip +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintWidth_default +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_alertDialogStyle +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_ws +wangdaye.com.geometricweather.R$attr: int checkedIconMargin +android.didikee.donate.R$styleable: int DrawerArrowToggle_spinBars +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_display_2_material +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_78 +com.google.android.gms.internal.common.zzq: zzq(com.google.android.gms.internal.common.zzo) +com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_anim_duration +james.adaptiveicon.R$attr: int measureWithLargestChild +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_YearNavigationButton +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void dispose() +com.google.android.material.R$layout: int text_view_with_line_height_from_style +james.adaptiveicon.R$attr: int controlBackground +androidx.preference.R$styleable: int Toolbar_contentInsetLeft +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_ActionBar +wangdaye.com.geometricweather.R$animator: int mtrl_extended_fab_show_motion_spec +james.adaptiveicon.R$style: int Widget_AppCompat_ActionButton +wangdaye.com.geometricweather.R$xml: R$xml() +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_padding_top +com.google.android.material.R$styleable: int KeyTimeCycle_android_rotationX +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DialogWhenLarge +android.didikee.donate.R$attr: int dividerHorizontal +com.jaredrummler.android.colorpicker.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionMode +com.turingtechnologies.materialscrollbar.R$drawable: int notification_template_icon_bg +androidx.swiperefreshlayout.R$attr: int alpha +androidx.coordinatorlayout.R$id: int accessibility_custom_action_2 +androidx.preference.R$style: int Platform_ThemeOverlay_AppCompat +com.amap.api.fence.PoiItem: java.lang.String getPoiType() +com.amap.api.location.AMapLocation: int s +retrofit2.RequestFactory$Builder: boolean gotQuery +android.didikee.donate.R$styleable: int ActionBar_backgroundStacked +com.google.android.material.chip.Chip: void setCloseIconTintResource(int) +io.reactivex.Observable: io.reactivex.Observable takeLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +okhttp3.CacheControl: boolean onlyIfCached +io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: void onComplete() +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode ENHANCE_YOUR_CALM +com.turingtechnologies.materialscrollbar.R$attr: int floatingActionButtonStyle +io.reactivex.Observable: io.reactivex.Observable timeout(io.reactivex.functions.Function,io.reactivex.ObservableSource) +wangdaye.com.geometricweather.R$dimen: int highlight_alpha_material_light +okio.Buffer: okio.Buffer copyTo(java.io.OutputStream,long,long) +com.google.android.material.R$xml: int standalone_badge_gravity_bottom_start +cyanogenmod.providers.CMSettings$Global: CMSettings$Global() +cyanogenmod.media.MediaRecorder$AudioSource: MediaRecorder$AudioSource() +com.google.gson.FieldNamingPolicy$6: FieldNamingPolicy$6(java.lang.String,int) +okio.SegmentPool: long MAX_SIZE +androidx.dynamicanimation.R$dimen: int notification_small_icon_background_padding +okhttp3.OkHttpClient$1: OkHttpClient$1() +com.google.android.material.R$layout: int custom_dialog +wangdaye.com.geometricweather.R$id: int widget_week_week_4 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String getHeadDescription() +com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_layoutManager +cyanogenmod.providers.ThemesContract$ThemesColumns$InstallState: int INSTALLING +okhttp3.internal.http2.Http2Connection$4 +com.jaredrummler.android.colorpicker.R$id: int right +retrofit2.ParameterHandler$Path: java.lang.reflect.Method method +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_autoSizeMaxTextSize +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_Dialog +james.adaptiveicon.R$styleable: int Toolbar_title +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getAlarmThemePackageName() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric: java.lang.String Unit +android.didikee.donate.R$integer: int abc_config_activityDefaultDur +com.bumptech.glide.R$dimen: R$dimen() +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_VMAIL_LED_ON +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_textLocale +okhttp3.internal.ws.WebSocketWriter: boolean writerClosed +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Direction: java.lang.String English +androidx.work.R$string: R$string() +com.turingtechnologies.materialscrollbar.R$attr: int titleTextColor +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_transitionPathRotate +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_startX +com.google.android.material.R$drawable: int abc_ic_voice_search_api_material +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Headline1 +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: java.util.Date date +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_8 +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: HistoryEntityDao(org.greenrobot.greendao.internal.DaoConfig) +android.support.v4.os.IResultReceiver$Stub$Proxy: android.support.v4.os.IResultReceiver sDefaultImpl +com.xw.repo.bubbleseekbar.R$dimen: int compat_button_padding_horizontal_material +com.jaredrummler.android.colorpicker.R$anim: int abc_popup_exit +com.google.android.material.R$style: int Base_Widget_AppCompat_ActionBar_Solid +androidx.vectordrawable.animated.R$id: int accessibility_action_clickable_span +androidx.constraintlayout.widget.R$styleable: int ImageFilterView_overlay +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: long serialVersionUID +okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.platform.OptionalMethod getAlpnSelectedProtocol +io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: void onComplete() +androidx.fragment.R$dimen: int compat_button_padding_horizontal_material +com.google.android.material.R$dimen: int mtrl_min_touch_target_size +james.adaptiveicon.R$id: int search_plate +androidx.constraintlayout.widget.R$attr: int telltales_velocityMode +wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Counter_Overflow +com.google.android.material.button.MaterialButtonToggleGroup: int getCheckedButtonId() +wangdaye.com.geometricweather.R$drawable: int abc_seekbar_tick_mark_material +androidx.core.app.ComponentActivity: ComponentActivity() +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintCircle +io.reactivex.Observable: io.reactivex.Observable repeatWhen(io.reactivex.functions.Function) +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int WEATHER_CODE_MIN +wangdaye.com.geometricweather.R$layout: int item_about_library +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionBar_TabView +wangdaye.com.geometricweather.R$dimen: int mtrl_shape_corner_size_large_component +com.xw.repo.BubbleSeekBar: float getMax() +com.google.gson.stream.JsonScope: int EMPTY_ARRAY +com.google.android.material.R$styleable: int KeyAttribute_android_rotation +com.google.android.material.R$style: int Theme_MaterialComponents_Light +androidx.core.R$attr: R$attr() +okhttp3.internal.http2.Http2Writer: void applyAndAckSettings(okhttp3.internal.http2.Settings) +io.reactivex.internal.util.VolatileSizeArrayList: void clear() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Imperial: java.lang.String Unit +com.google.android.material.R$styleable: int Slider_android_value +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: void onComplete() +wangdaye.com.geometricweather.R$attr: int colorOnPrimarySurface +cyanogenmod.app.Profile: int mNotificationLightMode +com.google.android.material.chip.Chip: void setCloseIcon(android.graphics.drawable.Drawable) +com.bumptech.glide.integration.okhttp.R$id: int left +james.adaptiveicon.R$id: int search_bar +androidx.appcompat.R$layout: int abc_expanded_menu_layout +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WeatherText +wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework +androidx.appcompat.R$anim: int btn_checkbox_to_unchecked_icon_null_animation +com.google.android.material.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha +androidx.constraintlayout.widget.R$string: int abc_search_hint +okhttp3.internal.http2.Huffman: void buildTree() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String getHeadIconType() +androidx.hilt.R$styleable: R$styleable() +androidx.preference.R$styleable: int AnimatedStateListDrawableTransition_android_toId +androidx.preference.R$style: int TextAppearance_AppCompat_Display3 +androidx.preference.R$style: int Base_V26_Theme_AppCompat_Light +wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat +androidx.preference.R$styleable: int AppCompatTheme_dividerHorizontal +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs +com.google.android.material.R$styleable: int ButtonBarLayout_allowStacking +wangdaye.com.geometricweather.R$drawable: int widget_clock_day_vertical +com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String toStr() +cyanogenmod.app.ILiveLockScreenManager: void setDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeBackground +james.adaptiveicon.R$attr: int goIcon +com.google.android.material.R$attr: int cardViewStyle +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_54 +com.bumptech.glide.Priority: com.bumptech.glide.Priority HIGH +com.google.android.material.R$layout: int text_view_with_line_height_from_appearance +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: boolean mObserving +okhttp3.internal.http2.Hpack$Writer: void insertIntoDynamicTable(okhttp3.internal.http2.Header) +com.github.rahatarmanahmed.cpv.R$attr: int cpv_thickness +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginStart +androidx.preference.R$styleable: int AppCompatTheme_radioButtonStyle +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$RequestType mRequestType +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_textFontWeight +com.amap.api.location.AMapLocationClient: void startAssistantLocation(android.webkit.WebView) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: int getStatus() +androidx.appcompat.R$id: int topPanel +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int HAIL +com.google.android.material.slider.RangeSlider: void setValues(java.lang.Float[]) +okio.RealBufferedSource$1: int read(byte[],int,int) +com.amap.api.location.AMapLocationClientOption: AMapLocationClientOption(android.os.Parcel) +okio.Segment: okio.Segment sharedCopy() +com.google.android.material.R$attr: int searchIcon +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum Maximum +okhttp3.OkHttpClient: javax.net.SocketFactory socketFactory() +com.google.android.material.R$attr: int shapeAppearance +androidx.work.R$style: int TextAppearance_Compat_Notification_Time +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Caption +com.amap.api.location.AMapLocation: double a(com.amap.api.location.AMapLocation,double) +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView +androidx.viewpager.widget.PagerTabStrip: void setBackgroundResource(int) +wangdaye.com.geometricweather.R$attr: int closeIconStartPadding +androidx.preference.R$layout: int abc_action_mode_bar +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Menu +com.turingtechnologies.materialscrollbar.R$attr: int cardCornerRadius +com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_singleChoiceItemLayout +cyanogenmod.themes.IThemeProcessingListener$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +androidx.appcompat.R$layout +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeThunderstormPrecipitationProbability() +androidx.vectordrawable.R$id +cyanogenmod.app.BaseLiveLockManagerService: boolean registerChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) +wangdaye.com.geometricweather.R$layout: int widget_day_rectangle +okhttp3.EventListener: void connectionReleased(okhttp3.Call,okhttp3.Connection) +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_paddingEnd +com.google.android.material.slider.Slider: void setTrackActiveTintList(android.content.res.ColorStateList) +wangdaye.com.geometricweather.common.ui.widgets.DrawerLayout: void setUnfold(boolean) +wangdaye.com.geometricweather.R$styleable: int RangeSlider_minSeparation +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void dispose() +wangdaye.com.geometricweather.R$attr: int checkedChip +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: java.lang.String ID +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHeight_percent +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Metric: int UnitType +com.google.android.material.R$drawable: int mtrl_ic_cancel +wangdaye.com.geometricweather.R$styleable: int Toolbar_menu +android.didikee.donate.R$bool: R$bool() +wangdaye.com.geometricweather.R$drawable: int abc_btn_radio_to_on_mtrl_000 +retrofit2.ParameterHandler$1: void apply(retrofit2.RequestBuilder,java.lang.Object) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: void setStatus(int) +androidx.appcompat.R$attr: int fontProviderFetchStrategy +androidx.cardview.R$attr: int cardElevation +wangdaye.com.geometricweather.R$attr: int dotDiameter +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowActionBarOverlay +james.adaptiveicon.R$styleable: int ActionMode_height +androidx.lifecycle.ProcessLifecycleOwnerInitializer +wangdaye.com.geometricweather.R$styleable: int AlertDialog_listLayout +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableTopCompat +androidx.hilt.lifecycle.R$styleable: int Fragment_android_id +androidx.drawerlayout.R$styleable: int GradientColor_android_gradientRadius +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: java.lang.String getPubTime() +cyanogenmod.profiles.RingModeSettings$1 +android.didikee.donate.R$dimen: int abc_dialog_title_divider_material +com.google.android.material.R$styleable: int Layout_layout_editor_absoluteX +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeFindDrawable +com.google.android.material.R$dimen: int design_navigation_elevation +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_centerColor +android.didikee.donate.R$attr: int backgroundSplit +wangdaye.com.geometricweather.R$layout: int design_bottom_navigation_item +wangdaye.com.geometricweather.R$layout: int dialog_resident_location +androidx.lifecycle.LifecycleRegistry: int getObserverCount() +com.google.android.material.R$attr: int actionModeShareDrawable +cyanogenmod.hardware.CMHardwareManager: boolean writePersistentString(java.lang.String,java.lang.String) +wangdaye.com.geometricweather.R$attr: int startIconDrawable +okhttp3.internal.http.HttpCodec: okhttp3.ResponseBody openResponseBody(okhttp3.Response) +io.reactivex.internal.util.NotificationLite: org.reactivestreams.Subscription getSubscription(java.lang.Object) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_android_windowAnimationStyle +wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: int getIconResEnd() +androidx.swiperefreshlayout.R$id: int tag_unhandled_key_listeners +com.google.android.material.textfield.TextInputLayout: float getBoxCornerRadiusBottomStart() +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void drain() +com.google.android.gms.common.internal.zzc +com.jaredrummler.android.colorpicker.R$drawable: int abc_spinner_mtrl_am_alpha +wangdaye.com.geometricweather.R$string: int hide_bottom_view_on_scroll_behavior +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Weather weather +androidx.appcompat.widget.AppCompatSpinner: androidx.appcompat.widget.AppCompatSpinner$SpinnerPopup getInternalPopup() +com.xw.repo.bubbleseekbar.R$anim: int abc_tooltip_exit +androidx.swiperefreshlayout.R$style: int TextAppearance_Compat_Notification_Info +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeRealFeelTemperature +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) +androidx.work.R$style: int Widget_Compat_NotificationActionContainer +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Button_Borderless_Colored +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_HOME_DOUBLE_TAP_ACTION_VALIDATOR +androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_android_fontVariationSettings +androidx.preference.R$id: int accessibility_custom_action_13 +wangdaye.com.geometricweather.R$id: int transparency_title +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Metric: double Value +wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type AIR_QUALITY +wangdaye.com.geometricweather.R$styleable: int ActionMode_backgroundSplit +androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_android_fontStyle +cyanogenmod.library.R +com.google.android.material.R$styleable: int[] RadialViewGroup +com.google.android.material.R$attr: int actionModeSelectAllDrawable +wangdaye.com.geometricweather.R$styleable: int Variant_region_widthMoreThan +com.google.gson.internal.JsonReaderInternalAccess: void promoteNameToValue(com.google.gson.stream.JsonReader) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_alertDialogTheme +cyanogenmod.weather.CMWeatherManager: int lookupCity(java.lang.String,cyanogenmod.weather.CMWeatherManager$LookupCityRequestListener) +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.Long getId() +com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getHelperText() +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Inverse +androidx.preference.R$styleable: int AppCompatTheme_actionBarTheme +androidx.viewpager.widget.ViewPager: void setPageMarginDrawable(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit valueOf(java.lang.String) +okhttp3.internal.tls.DistinguishedNameParser: int pos +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: io.reactivex.internal.disposables.SequentialDisposable serial +androidx.lifecycle.extensions.R$layout +com.amap.api.fence.GeoFence: android.app.PendingIntent d +android.didikee.donate.R$styleable: int MenuGroup_android_visible +androidx.fragment.R$id: int dialog_button +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken[] values() +androidx.preference.R$color: int abc_tint_btn_checkable +androidx.preference.R$styleable: int[] FontFamilyFont +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void pushPromise(int,int,java.util.List) +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_addNotificationGroup +cyanogenmod.app.IPartnerInterface$Stub: cyanogenmod.app.IPartnerInterface asInterface(android.os.IBinder) +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query +wangdaye.com.geometricweather.R$attr: int itemIconSize +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float relativeHumidity +com.jaredrummler.android.colorpicker.R$styleable: int ColorStateListItem_alpha +androidx.hilt.lifecycle.R$integer: R$integer() +okhttp3.HttpUrl: int port() +androidx.appcompat.R$styleable: int[] ActionMenuView +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_iconSize +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_NAVIGATION_BAR +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean yesterday +cyanogenmod.themes.ThemeManager: cyanogenmod.themes.ThemeChangeRequest$RequestType getLastThemeChangeRequestType() +android.didikee.donate.R$styleable: int ActionBar_contentInsetRight +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense +okhttp3.ConnectionSpec$Builder +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$5 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getTempMin() +wangdaye.com.geometricweather.db.entities.DailyEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) +wangdaye.com.geometricweather.R$style: int TestThemeWithLineHeightDisabled +io.reactivex.Observable: io.reactivex.Observable skipLast(int) +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: boolean isDisposed() +cyanogenmod.providers.CMSettings$Global: java.lang.String[] LEGACY_GLOBAL_SETTINGS +com.jaredrummler.android.colorpicker.ColorPickerView: void setOnColorChangedListener(com.jaredrummler.android.colorpicker.ColorPickerView$OnColorChangedListener) +cyanogenmod.platform.R$bool +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionOverflowMenuStyle +com.amap.api.fence.GeoFence: float getMaxDis2Center() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Metric: AccuCurrentResult$RealFeelTemperature$Metric() +com.google.android.material.appbar.AppBarLayout: void setExpanded(boolean) +com.xw.repo.bubbleseekbar.R$styleable: int MenuGroup_android_visible +io.reactivex.Observable: io.reactivex.Observable startWith(java.lang.Object) +android.support.v4.os.IResultReceiver: void send(int,android.os.Bundle) +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintStart_toEndOf +okhttp3.MultipartBody: void writeTo(okio.BufferedSink) +wangdaye.com.geometricweather.R$attr: int chipMinTouchTargetSize +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_searchViewStyle +androidx.drawerlayout.R$drawable: int notification_action_background +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small +com.xw.repo.bubbleseekbar.R$styleable: int[] ViewBackgroundHelper +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List wuran +androidx.appcompat.widget.AppCompatSpinner: void setBackgroundResource(int) +com.google.android.material.R$attr: int materialCalendarHeaderCancelButton +io.reactivex.observers.TestObserver$EmptyObserver +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle +wangdaye.com.geometricweather.R$id: int mtrl_calendar_selection_frame +androidx.transition.R$style: int TextAppearance_Compat_Notification_Time +okhttp3.HttpUrl: boolean percentEncoded(java.lang.String,int,int) +android.didikee.donate.R$styleable: int AppCompatTheme_colorControlActivated +cyanogenmod.app.LiveLockScreenManager: java.lang.String TAG +androidx.constraintlayout.widget.R$style: int Theme_AppCompat +com.google.android.material.R$attr: int maxWidth +james.adaptiveicon.R$dimen: int abc_text_size_caption_material +james.adaptiveicon.R$attr: int dividerVertical +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$1: void run() +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String treeDescription +android.didikee.donate.R$layout: int notification_template_part_time +com.google.android.material.R$styleable: int Layout_layout_constraintHeight_max +cyanogenmod.weather.WeatherLocation: java.lang.String mCountry +androidx.preference.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge +androidx.appcompat.R$styleable: int AppCompatTheme_editTextStyle +wangdaye.com.geometricweather.R$styleable: int KeyCycle_transitionPathRotate +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Light +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String BOOTANIMATION_THUMBNAIL +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionBar_TabText +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_searchHintIcon +com.google.android.material.R$dimen: int abc_action_bar_subtitle_bottom_margin_material +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Rain: double Value +androidx.lifecycle.extensions.R$id: int tag_screen_reader_focusable +james.adaptiveicon.R$drawable: int abc_action_bar_item_background_material +androidx.preference.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode +wangdaye.com.geometricweather.R$string: int wind_3 +androidx.viewpager.widget.ViewPager$SavedState: android.os.Parcelable$Creator CREATOR +androidx.constraintlayout.widget.R$styleable: int GradientColor_android_tileMode +androidx.preference.R$style: int Base_Widget_AppCompat_Spinner_Underlined +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments +wangdaye.com.geometricweather.R$attr: int dayInvalidStyle +retrofit2.CallAdapter$Factory: CallAdapter$Factory() +io.reactivex.Observable: io.reactivex.Observable throttleLatest(long,java.util.concurrent.TimeUnit,boolean) +com.google.android.material.internal.FlowLayout: void setLineSpacing(int) +com.google.android.material.R$styleable: int MaterialCalendarItem_itemShapeAppearance +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_transitionPathRotate +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Body2 +com.xw.repo.bubbleseekbar.R$attr: int bsb_touch_to_seek +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_card_spacing +androidx.lifecycle.livedata.R: R() +wangdaye.com.geometricweather.R$attr: int itemHorizontalTranslationEnabled +cyanogenmod.providers.WeatherContract$WeatherColumns: WeatherContract$WeatherColumns() +okhttp3.internal.http2.Http2: byte TYPE_HEADERS +com.google.android.material.R$style: int Base_V23_Theme_AppCompat_Light +androidx.preference.R$styleable: int[] Spinner +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Direction Direction +com.google.android.material.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable +androidx.customview.view.AbsSavedState +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_transitionEasing +androidx.constraintlayout.widget.R$color: int material_blue_grey_800 +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +androidx.drawerlayout.widget.DrawerLayout: void setDrawerListener(androidx.drawerlayout.widget.DrawerLayout$DrawerListener) +androidx.hilt.lifecycle.R$dimen: int notification_small_icon_size_as_large +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: io.reactivex.functions.Function mapper +wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_ActionBar +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_imageButtonStyle +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: boolean emitLast +com.xw.repo.bubbleseekbar.R$dimen: int abc_control_corner_material +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setTextColor(android.content.res.ColorStateList) +androidx.preference.R$anim: int abc_tooltip_enter +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeRealFeelTemperature() +okhttp3.internal.platform.OptionalMethod: java.lang.Class returnType +okhttp3.internal.http2.Http2Reader$Handler: void settings(boolean,okhttp3.internal.http2.Settings) +com.xw.repo.bubbleseekbar.R$attr: int tickMarkTint +androidx.appcompat.widget.LinearLayoutCompat: void setMeasureWithLargestChildEnabled(boolean) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean precipitation +androidx.appcompat.widget.AppCompatAutoCompleteTextView: AppCompatAutoCompleteTextView(android.content.Context) +com.google.android.gms.location.LocationAvailability +wangdaye.com.geometricweather.db.entities.DailyEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) +androidx.preference.R$attr: int panelBackground +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver INNER_DISPOSED +androidx.preference.R$color +com.google.android.material.R$layout: int notification_template_icon_group +androidx.work.R$id: int accessibility_custom_action_29 +wangdaye.com.geometricweather.R$styleable: int OnSwipe_moveWhenScrollAtTop +androidx.preference.R$style: int TextAppearance_Compat_Notification +com.google.android.material.R$string: int abc_search_hint +com.google.android.material.R$styleable: int AppCompatTextView_autoSizeMinTextSize +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceCaption +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: int rightIndex +androidx.lifecycle.extensions.R$attr: int fontProviderFetchStrategy +wangdaye.com.geometricweather.R$styleable: int StateListDrawable_android_exitFadeDuration +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver +cyanogenmod.externalviews.KeyguardExternalView: void setProviderComponent(android.content.ComponentName) +androidx.constraintlayout.widget.R$attr: int panelMenuListWidth +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light +com.google.android.material.snackbar.Snackbar$SnackbarLayout: void setBackground(android.graphics.drawable.Drawable) +com.google.android.material.internal.NavigationMenuView: int getWindowAnimations() +io.reactivex.Observable: int bufferSize() +wangdaye.com.geometricweather.R$attr: int closeIconVisible +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModePopupWindowStyle +james.adaptiveicon.R$styleable: int ColorStateListItem_alpha +wangdaye.com.geometricweather.db.entities.LocationEntity: void setChina(boolean) +androidx.appcompat.R$attr: int autoSizeStepGranularity +com.google.android.gms.common.internal.zax +androidx.customview.R$style: int TextAppearance_Compat_Notification +cyanogenmod.externalviews.ExternalView$3 +com.turingtechnologies.materialscrollbar.R$attr: int itemTextAppearance +com.turingtechnologies.materialscrollbar.R$styleable: int[] AppCompatSeekBar +com.jaredrummler.android.colorpicker.R$attr: int fontProviderFetchStrategy +wangdaye.com.geometricweather.R$dimen: int abc_disabled_alpha_material_dark +com.google.android.material.R$dimen: int hint_alpha_material_dark +wangdaye.com.geometricweather.R$style: int TestStyleWithLineHeightAppearance +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: java.util.Date from +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionButton_Overflow +wangdaye.com.geometricweather.R$id: int dragStart +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_goneMarginBottom +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeIcePrecipitationDuration +wangdaye.com.geometricweather.R$attr: int startIconContentDescription +wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String weatherSource +androidx.fragment.R$attr: int fontVariationSettings +wangdaye.com.geometricweather.background.receiver.widget.WidgetMultiCityProvider +androidx.work.R$id: int right_icon +androidx.hilt.lifecycle.R$drawable: int notify_panel_notification_icon_bg +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void dispose() +androidx.preference.R$dimen: int abc_action_bar_default_padding_end_material +com.turingtechnologies.materialscrollbar.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 +com.google.android.material.R$style: int TextAppearance_AppCompat_Button +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: java.lang.String messageShort +com.google.android.material.R$attr: int dialogTheme +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String WALLPAPER_PREVIEW +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$styleable: int Chip_closeIcon +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void onStart() +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: CNWeatherResult$Realtime() +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWeatherPhase(java.lang.String) +cyanogenmod.app.StatusBarPanelCustomTile: StatusBarPanelCustomTile(android.os.Parcel) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_popupMenuStyle +com.amap.api.location.AMapLocation: void setLocationDetail(java.lang.String) +wangdaye.com.geometricweather.R$id: int listMode +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: java.lang.String DESCRIPTOR +okhttp3.internal.http2.Http2: java.lang.String frameLog(boolean,int,int,byte,byte) +okhttp3.internal.cache.InternalCache +com.xw.repo.bubbleseekbar.R$id: int text +com.google.android.material.R$dimen: int mtrl_card_checked_icon_margin +com.turingtechnologies.materialscrollbar.R$id: int async +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_startX +james.adaptiveicon.R$styleable: int AlertDialog_android_layout +androidx.hilt.work.R$id: int forever +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Dialog_MinWidth +okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Stream newStream(java.util.List,boolean) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Metric: AccuCurrentResult$Pressure$Metric() +androidx.lifecycle.ClassesInfoCache: boolean hasLifecycleMethods(java.lang.Class) +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_fontFamily +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: void setDirection(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean) +androidx.preference.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight +james.adaptiveicon.R$styleable: int Toolbar_collapseIcon +okhttp3.internal.http2.Hpack$Reader: void readLiteralHeaderWithoutIndexingIndexedName(int) +com.google.android.material.chip.Chip: void setTextEndPaddingResource(int) +androidx.recyclerview.R$drawable: int notification_action_background +androidx.preference.R$styleable: int AppCompatTheme_actionModePasteDrawable +androidx.preference.R$attr: int preferenceCategoryStyle +wangdaye.com.geometricweather.R$string: int material_minute_selection +com.google.android.material.R$styleable: int AppCompatTheme_ratingBarStyleSmall +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) +com.google.android.material.textfield.TextInputLayout: void setStartIconOnLongClickListener(android.view.View$OnLongClickListener) +com.google.android.material.R$attr: int selectorSize +androidx.preference.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_1 +okhttp3.internal.http.RealInterceptorChain: int connectTimeoutMillis() +androidx.preference.R$drawable: int abc_switch_thumb_material +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() +okhttp3.internal.http.RealInterceptorChain: okhttp3.Connection connection() +okhttp3.internal.http2.Http2Stream: long bytesLeftInWriteWindow +com.google.android.material.R$styleable: int MenuView_android_itemTextAppearance +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_11 +androidx.preference.R$id: int activity_chooser_view_content +com.google.android.material.R$dimen: int abc_text_size_display_4_material +com.google.android.material.textview.MaterialTextView: MaterialTextView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_endIconDrawable +wangdaye.com.geometricweather.R$string: int key_unit +androidx.recyclerview.R$attr: int fastScrollHorizontalTrackDrawable +com.jaredrummler.android.colorpicker.R$string: int abc_shareactionprovider_share_with +android.didikee.donate.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity +androidx.preference.R$layout: int abc_action_bar_title_item +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_al +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ProgressBar_Horizontal +com.google.android.material.R$styleable: int MaterialCalendar_rangeFillColor +androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration +androidx.hilt.work.R$id: int right_icon +james.adaptiveicon.R$styleable: int AlertDialog_multiChoiceItemLayout +okhttp3.internal.connection.RouteSelector$Selection: java.util.List getAll() +okhttp3.MultipartBody$Builder: okhttp3.MultipartBody$Builder addFormDataPart(java.lang.String,java.lang.String) +com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge +androidx.preference.R$style: int Widget_AppCompat_Button_Colored +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_autoSizeMinTextSize +wangdaye.com.geometricweather.R$id: int widget_week_icon_1 +com.jaredrummler.android.colorpicker.R$attr: int windowFixedHeightMajor +androidx.hilt.lifecycle.R$dimen: int notification_subtext_size +james.adaptiveicon.R$dimen: int abc_config_prefDialogWidth +wangdaye.com.geometricweather.R$id: int searchIcon +wangdaye.com.geometricweather.R$drawable: int mtrl_popupmenu_background_dark +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_PopupMenu +com.google.android.material.bottomnavigation.BottomNavigationView: int getMaxItemCount() +com.jaredrummler.android.colorpicker.R$attr: int preferenceFragmentStyle +androidx.appcompat.R$color: int switch_thumb_material_light +com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall +com.xw.repo.bubbleseekbar.R$styleable: int PopupWindow_android_popupAnimationStyle +android.didikee.donate.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 +cyanogenmod.app.CMStatusBarManager: java.lang.String TAG +com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding: com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding MEMORY +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_7 +com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_buttonPanelSideLayout +okhttp3.HttpUrl: java.lang.String host +cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_DIALOG_THEME +cyanogenmod.profiles.BrightnessSettings: void processOverride(android.content.Context) +androidx.transition.R$style: int TextAppearance_Compat_Notification +androidx.work.R$id: int text2 +com.turingtechnologies.materialscrollbar.R$layout: int abc_alert_dialog_title_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setO3(java.lang.String) +cyanogenmod.app.ILiveLockScreenManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum Maximum +io.reactivex.internal.disposables.EmptyDisposable: io.reactivex.internal.disposables.EmptyDisposable INSTANCE +androidx.preference.PreferenceCategory +wangdaye.com.geometricweather.R$attr: int trackTintMode +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: Temperature(int,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer) +com.xw.repo.bubbleseekbar.R$attr: int indeterminateProgressStyle +androidx.constraintlayout.utils.widget.ImageFilterButton: void setRound(float) +com.turingtechnologies.materialscrollbar.R$attr: int toolbarId +wangdaye.com.geometricweather.R$string: int about_gson +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Imperial: double Value +androidx.appcompat.R$drawable: int abc_btn_radio_material +james.adaptiveicon.R$dimen: int disabled_alpha_material_dark +androidx.preference.R$style: int Widget_AppCompat_ListPopupWindow +com.jaredrummler.android.colorpicker.R$id: int listMode +okhttp3.internal.http.HttpCodec: void finishRequest() +okio.Okio$2: java.io.InputStream val$in +com.turingtechnologies.materialscrollbar.R$attr: int expanded +android.support.v4.app.INotificationSideChannel$Stub$Proxy: android.os.IBinder asBinder() +com.google.android.material.R$attr: int tabSelectedTextColor +com.jaredrummler.android.colorpicker.R$color: int error_color_material_dark +com.amap.api.location.AMapLocation: int getSatellites() +wangdaye.com.geometricweather.R$attr: int materialAlertDialogTheme +com.turingtechnologies.materialscrollbar.R$id: int checkbox +okhttp3.Headers$Builder: okhttp3.Headers$Builder add(java.lang.String) +io.reactivex.Observable: io.reactivex.Completable flatMapCompletable(io.reactivex.functions.Function,boolean) +wangdaye.com.geometricweather.R$attr: int fastScrollHorizontalTrackDrawable +com.google.android.material.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner +com.google.android.gms.internal.location.zzbc +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property Dbz +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft +cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onScreenTurnedOff() +com.google.android.material.R$interpolator: int mtrl_linear +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Subhead +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Headline +okhttp3.OkHttpClient$1: okhttp3.internal.connection.RouteDatabase routeDatabase(okhttp3.ConnectionPool) +cyanogenmod.app.BaseLiveLockManagerService: void notifyChangeListeners(cyanogenmod.app.LiveLockScreenInfo) +com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage SOURCE +com.jaredrummler.android.colorpicker.R$layout: int abc_screen_simple_overlay_action_mode +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_second_track_size +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult +com.turingtechnologies.materialscrollbar.R$dimen: int notification_action_icon_size +com.google.android.material.R$styleable: int SearchView_queryHint +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: java.lang.String WeatherText +com.baidu.location.indoor.mapversion.c.c$b +androidx.cardview.R$attr: int contentPaddingRight +androidx.work.R$id: int accessibility_custom_action_19 +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Pm10 +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver: long serialVersionUID +androidx.constraintlayout.widget.R$attr: int dragDirection +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Weather: MfCurrentResult$Observation$Weather() +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_110 +com.google.android.material.R$dimen: int mtrl_calendar_day_height +cyanogenmod.externalviews.KeyguardExternalView$3: int val$y +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getWeatherEnd() +wangdaye.com.geometricweather.R$styleable: int Layout_layout_goneMarginLeft +com.google.android.material.R$styleable: int OnSwipe_dragThreshold +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int PARTLY_CLOUDY +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: int humidity +androidx.appcompat.widget.SwitchCompat: void setChecked(boolean) +okhttp3.internal.cache.DiskLruCache$Snapshot: DiskLruCache$Snapshot(okhttp3.internal.cache.DiskLruCache,java.lang.String,long,okio.Source[],long[]) +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setTextAppearanceActive(int) +com.google.android.gms.common.api.ApiException: ApiException(com.google.android.gms.common.api.Status) +androidx.vectordrawable.animated.R$drawable: int notify_panel_notification_icon_bg +androidx.appcompat.R$styleable: int ActionMode_closeItemLayout +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling: int UnitType +james.adaptiveicon.R$styleable: int MenuGroup_android_menuCategory +io.reactivex.Observable: io.reactivex.Observable window(long,long) +wangdaye.com.geometricweather.R$id: int glide_custom_view_target_tag +com.github.rahatarmanahmed.cpv.CircularProgressView: int size +wangdaye.com.geometricweather.R$attr: int homeLayout +com.jaredrummler.android.colorpicker.R$styleable +android.didikee.donate.R$style: int Base_Widget_AppCompat_CompoundButton_Switch +cyanogenmod.profiles.BrightnessSettings$1: BrightnessSettings$1() +com.google.android.gms.common.internal.GetServiceRequest: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_scaleY +android.didikee.donate.R$styleable: int AppCompatTheme_textColorSearchUrl +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_lineHeight +androidx.preference.R$styleable: int Spinner_android_popupBackground +com.turingtechnologies.materialscrollbar.R$attr: int chipBackgroundColor +com.turingtechnologies.materialscrollbar.R$attr: int windowMinWidthMajor +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_divider +com.jaredrummler.android.colorpicker.R$color: int material_blue_grey_900 +com.xw.repo.bubbleseekbar.R$attr: int thumbTintMode +com.xw.repo.bubbleseekbar.R$layout: R$layout() +io.reactivex.internal.schedulers.RxThreadFactory: RxThreadFactory(java.lang.String) +com.google.android.material.R$styleable: int Chip_chipIconEnabled +androidx.transition.R$dimen: int notification_main_column_padding_top +com.xw.repo.bubbleseekbar.R$style: int Base_V7_Theme_AppCompat_Dialog +com.google.gson.stream.JsonWriter: void setIndent(java.lang.String) +android.didikee.donate.R$style: int Widget_AppCompat_ButtonBar +androidx.lifecycle.SavedStateHandle$SavingStateLiveData +com.amap.api.fence.GeoFenceManagerBase: void setGeoFenceListener(com.amap.api.fence.GeoFenceListener) +okhttp3.RealCall$1: okhttp3.RealCall this$0 +com.google.android.material.R$drawable: int abc_list_selector_background_transition_holo_light +androidx.preference.R$attr: int popupMenuStyle +james.adaptiveicon.R$attr: int actionBarTabBarStyle +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPath: java.lang.String getPathName() +androidx.hilt.R$string: int status_bar_notification_info_overflow +okhttp3.internal.http2.Hpack$Writer: void writeHeaders(java.util.List) +wangdaye.com.geometricweather.R$integer: int mtrl_calendar_header_orientation +androidx.fragment.R$styleable: int FontFamilyFont_android_fontVariationSettings +retrofit2.HttpException: retrofit2.Response response +androidx.core.R$id: int accessibility_custom_action_25 +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_105 +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_shapeAppearanceOverlay +io.reactivex.Observable: io.reactivex.Observable delay(io.reactivex.functions.Function) +androidx.lifecycle.LiveData$ObserverWrapper: void detachObserver() +okhttp3.internal.cache.DiskLruCache: long size +com.github.rahatarmanahmed.cpv.CircularProgressView: android.animation.AnimatorSet indeterminateAnimator +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: boolean done +okio.BufferedSink: okio.BufferedSink writeUtf8CodePoint(int) +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Small_Inverse +androidx.preference.R$attr: int windowMinWidthMajor +androidx.recyclerview.R$styleable: int GradientColor_android_gradientRadius +okhttp3.Handshake: boolean equals(java.lang.Object) +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_min +okhttp3.internal.http2.Http2Connection: void writeSynReset(int,okhttp3.internal.http2.ErrorCode) +wangdaye.com.geometricweather.R$attr: int snackbarTextViewStyle +wangdaye.com.geometricweather.R$attr: int bsb_max +okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection$Builder pingIntervalMillis(int) +androidx.preference.R$styleable: int Toolbar_logoDescription +okhttp3.internal.platform.AndroidPlatform$CloseGuard: java.lang.reflect.Method openMethod +okhttp3.internal.platform.OptionalMethod: OptionalMethod(java.lang.Class,java.lang.String,java.lang.Class[]) +androidx.recyclerview.R$id: int accessibility_custom_action_11 +io.reactivex.Observable: io.reactivex.Observable concat(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource) +wangdaye.com.geometricweather.R$styleable: int DialogPreference_dialogLayout +androidx.dynamicanimation.R$styleable: int GradientColor_android_centerX +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: int getDesiredHeight() +wangdaye.com.geometricweather.R$id: int rounded +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu +cyanogenmod.providers.CMSettings$System: java.lang.String QS_SHOW_BRIGHTNESS_SLIDER +com.xw.repo.bubbleseekbar.R$attr: int ratingBarStyleSmall +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeRainPrecipitationProbability +com.google.android.material.R$drawable: int abc_ic_star_half_black_48dp android.didikee.donate.R$styleable: int AlertDialog_listItemLayout -com.bumptech.glide.integration.okhttp.R$id: int notification_main_column -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void updateVisibility() -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub$Proxy -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Bridge -com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleTintMode(android.graphics.PorterDuff$Mode) -com.google.android.material.R$styleable: int AppCompatImageView_tint -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamily_fontProviderCerts -retrofit2.adapter.rxjava2.BodyObservable -com.google.android.material.R$styleable: int TabLayout_tabMaxWidth -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dividerVertical -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_title -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_Button_Colored -androidx.coordinatorlayout.R$id: int title -wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List getAlertList() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: void setPubTime(java.lang.String) -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit getInstance(java.lang.String) -android.didikee.donate.R$styleable: int Toolbar_titleTextAppearance -retrofit2.Converter$Factory: retrofit2.Converter responseBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) -com.google.gson.LongSerializationPolicy$1: com.google.gson.JsonElement serialize(java.lang.Long) -wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_dialogTitle -wangdaye.com.geometricweather.R$id: int src_atop -okhttp3.internal.annotations.EverythingIsNonNull -androidx.constraintlayout.motion.widget.MotionLayout: void setInteractionEnabled(boolean) -wangdaye.com.geometricweather.R$styleable: int DialogPreference_android_dialogTitle -wangdaye.com.geometricweather.R$styleable: int Chip_android_textSize -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_analogContainer_light -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void dispose() -wangdaye.com.geometricweather.R$string: int mold -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_DEFAULT_LED_ON -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Toolbar_PrimarySurface -androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State INITIALIZED -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: boolean isDaylight() -androidx.constraintlayout.utils.widget.ImageFilterView: ImageFilterView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$string: int settings_title_permanent_service -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_max -com.google.android.material.slider.BaseSlider: void setStepSize(float) -com.google.android.material.R$dimen: int hint_alpha_material_light -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_title -okhttp3.internal.cache.DiskLruCache: boolean closed -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_contentInsetStart -wangdaye.com.geometricweather.R$styleable: int[] Layout -wangdaye.com.geometricweather.R$array: int week_icon_mode_values -com.google.android.material.R$attr: int queryHint -com.jaredrummler.android.colorpicker.R$attr: int orderingFromXml -okhttp3.internal.http1.Http1Codec: int STATE_OPEN_REQUEST_BODY -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal -com.google.android.material.R$dimen: int material_text_view_test_line_height -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceHeadline6 -okhttp3.EventListener: void callStart(okhttp3.Call) -wangdaye.com.geometricweather.R$string: int feedback_text_size -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox -okhttp3.internal.http2.Http2Connection: long access$608(okhttp3.internal.http2.Http2Connection) -com.jaredrummler.android.colorpicker.R$style: R$style() -okhttp3.Call: void enqueue(okhttp3.Callback) -wangdaye.com.geometricweather.R$drawable: int shortcuts_fog_foreground -androidx.constraintlayout.widget.R$layout: int abc_popup_menu_header_item_layout -android.support.v4.os.ResultReceiver$MyRunnable: int mResultCode -android.didikee.donate.R$attr: int titleTextStyle -cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: android.os.IBinder asBinder() -wangdaye.com.geometricweather.R$layout: int item_weather_daily_wind -wangdaye.com.geometricweather.db.entities.LocationEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) -com.bumptech.glide.R$styleable: int[] FontFamily -androidx.preference.R$styleable: int[] MenuItem -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver(io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver) -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setTotalPrecipitation(java.lang.Float) -androidx.appcompat.R$string: int abc_capital_off +com.google.android.material.R$style: int TextAppearance_Design_Snackbar_Message +com.google.android.material.R$attr: int tabStyle +com.turingtechnologies.materialscrollbar.R$styleable: int[] MaterialScrollBar +cyanogenmod.app.ProfileGroup: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$styleable: int ActionBar_contentInsetEnd +com.google.android.material.R$attr: int transitionFlags +okhttp3.internal.http2.Http2Connection: boolean access$302(okhttp3.internal.http2.Http2Connection,boolean) +androidx.dynamicanimation.R$id: int title +androidx.appcompat.widget.Toolbar: void setCollapsible(boolean) +io.reactivex.internal.subscribers.DeferredScalarSubscriber: void onNext(java.lang.Object) +com.jaredrummler.android.colorpicker.R$layout: int abc_activity_chooser_view +retrofit2.BuiltInConverters$UnitResponseBodyConverter: BuiltInConverters$UnitResponseBodyConverter() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeIcePrecipitationProbability() +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: void onSubscribe(org.reactivestreams.Subscription) +com.google.android.material.R$styleable: int AppCompatTheme_colorControlNormal +com.google.android.material.R$styleable: int ConstraintSet_flow_verticalAlign +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat +cyanogenmod.app.ProfileManager: cyanogenmod.app.Profile[] getProfiles() +james.adaptiveicon.R$style: int Theme_AppCompat_CompactMenu +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setUvDescription(java.lang.String) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeRealFeelShaderTemperature(java.lang.Integer) +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_goneMarginEnd +androidx.preference.R$dimen: int highlight_alpha_material_dark +com.google.android.material.datepicker.SingleDateSelector +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ListView +android.didikee.donate.R$attr: int panelMenuListTheme +com.autonavi.aps.amapapi.model.AMapLocationServer +com.turingtechnologies.materialscrollbar.R$styleable: int View_theme +wangdaye.com.geometricweather.R$attr: int tabIndicatorFullWidth +wangdaye.com.geometricweather.R$string: int wind_12 +okio.HashingSink: okio.HashingSink md5(okio.Sink) +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: boolean cancelled +com.google.android.material.R$style: int Base_Theme_AppCompat_Light_DarkActionBar +com.google.android.material.chip.Chip: Chip(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_box_corner_radius_small +androidx.activity.R$id: int forever +androidx.core.widget.NestedScrollView: int getMaxScrollAmount() +androidx.appcompat.R$styleable: int Toolbar_android_minHeight +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_go_search_api_material +androidx.appcompat.R$id: int chronometer +james.adaptiveicon.R$style: int Widget_AppCompat_Spinner_DropDown +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeCutDrawable +androidx.recyclerview.R$dimen: int notification_top_pad_large_text +com.baidu.location.e.h$a: com.baidu.location.e.h$a[] values() +wangdaye.com.geometricweather.R$styleable: int OnSwipe_nestedScrollFlags +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionBar_TabText +com.autonavi.aps.amapapi.model.AMapLocationServer: int i +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$RainForecast +androidx.constraintlayout.helper.widget.Layer: void setTranslationY(float) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean getAqi() +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Body2 +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.R$color: int cpv_default_color +androidx.lifecycle.LiveData: java.lang.Runnable mPostValueRunnable +androidx.constraintlayout.widget.R$style: int Widget_Compat_NotificationActionText +androidx.appcompat.R$id: int accessibility_custom_action_15 +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather: CNWeatherResult$Realtime$Weather() +cyanogenmod.weather.WeatherInfo: double getHumidity() +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_WIFI_COMBO_MARGIN_END +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHorizontal_weight +androidx.hilt.R$styleable: int GradientColor_android_endColor +cyanogenmod.hardware.DisplayMode +com.google.android.material.slider.RangeSlider: void setTickInactiveTintList(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$anim: int abc_fade_out +james.adaptiveicon.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow +cyanogenmod.externalviews.ExternalView$4: ExternalView$4(cyanogenmod.externalviews.ExternalView) +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Day_Invalid +androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPostCreated(android.app.Activity,android.os.Bundle) +com.xw.repo.bubbleseekbar.R$id: int progress_horizontal +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setGeoLanguage(com.amap.api.location.AMapLocationClientOption$GeoLanguage) +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha +androidx.vectordrawable.animated.R$styleable: int ColorStateListItem_android_alpha +androidx.core.R$color: R$color() +wangdaye.com.geometricweather.R$dimen: int little_margin +cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_setSubState +androidx.lifecycle.extensions.R$styleable: int[] FontFamilyFont +okhttp3.Cookie: long expiresAt +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_subtitle_top_margin_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: void setUnit(java.lang.String) +wangdaye.com.geometricweather.R$animator: int weather_rain_2 +james.adaptiveicon.R$styleable: int MenuGroup_android_orderInCategory +wangdaye.com.geometricweather.R$color: int colorTextDark2nd +androidx.coordinatorlayout.R$style: int TextAppearance_Compat_Notification_Time +com.amap.api.fence.GeoFenceClient: com.amap.api.fence.GeoFenceManagerBase b +okhttp3.internal.tls.OkHostnameVerifier: java.util.List allSubjectAltNames(java.security.cert.X509Certificate) +com.bumptech.glide.R$dimen: int compat_button_inset_horizontal_material +wangdaye.com.geometricweather.R$color: int colorRoot_light +wangdaye.com.geometricweather.R$id: int honorRequest +wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit valueOf(java.lang.String) +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: int consumed +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Temperature: MfForecastResult$Forecast$Temperature() +com.google.android.material.R$color: int foreground_material_dark +com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setBadgeDrawables(android.util.SparseArray) +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title +cyanogenmod.app.IProfileManager: boolean setActiveProfileByName(java.lang.String) +okhttp3.RequestBody: okhttp3.RequestBody create(okhttp3.MediaType,java.lang.String) +wangdaye.com.geometricweather.R$attr: int saturation +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: boolean isModifyInHour() +android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu +com.jaredrummler.android.colorpicker.R$drawable: R$drawable() +org.greenrobot.greendao.AbstractDaoSession: java.util.Map entityToDao +cyanogenmod.themes.IThemeService: void requestThemeChange(cyanogenmod.themes.ThemeChangeRequest,boolean) +wangdaye.com.geometricweather.R$drawable: int notif_temp_47 +io.reactivex.internal.subscriptions.EmptySubscription: boolean offer(java.lang.Object,java.lang.Object) +androidx.recyclerview.R$attr: int fontProviderQuery +com.jaredrummler.android.colorpicker.R$attr: int showText +com.google.android.material.R$styleable: int Slider_trackColorActive +com.turingtechnologies.materialscrollbar.R$id: int action_bar_spinner +com.turingtechnologies.materialscrollbar.R$attr: int titleMargin +james.adaptiveicon.R$styleable: int DrawerArrowToggle_spinBars +com.turingtechnologies.materialscrollbar.R$attr: int textAllCaps +androidx.viewpager2.R$styleable: int FontFamilyFont_android_fontVariationSettings +com.turingtechnologies.materialscrollbar.R$layout: int notification_template_icon_group +wangdaye.com.geometricweather.R$animator: int weather_sleet_2 +androidx.preference.R$style: int TextAppearance_AppCompat_Medium_Inverse +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintStart_toStartOf +cyanogenmod.weather.WeatherInfo$Builder: double mHumidity +com.google.android.material.R$attr: int layout_constraintBottom_toTopOf +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_disableDependentsState +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_android_fontStyle +com.turingtechnologies.materialscrollbar.R$styleable: int RecycleListView_paddingTopNoTitle +com.google.android.material.R$style: int Widget_AppCompat_Spinner +androidx.appcompat.widget.ViewStubCompat: int getInflatedId() +wangdaye.com.geometricweather.R$dimen: int compat_button_inset_vertical_material +com.google.android.material.chip.Chip: void setChipIcon(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.R$style: int notification_subtitle_text +james.adaptiveicon.R$styleable: int AppCompatTheme_buttonStyleSmall +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_shouldDisableView +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_contentInsetEnd +androidx.preference.ListPreferenceDialogFragmentCompat: ListPreferenceDialogFragmentCompat() +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_OutlinedButton_Icon +com.google.android.material.R$style: int Base_Widget_AppCompat_PopupWindow +okhttp3.Handshake: java.security.Principal peerPrincipal() +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: long serialVersionUID +okio.RealBufferedSource: RealBufferedSource(okio.Source) +androidx.appcompat.R$style: int Widget_AppCompat_ActionButton_CloseMode +com.google.android.material.R$drawable: int abc_textfield_default_mtrl_alpha +androidx.appcompat.R$id: int notification_main_column_container +com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat_Dialog +okhttp3.Cache$Entry: void writeCertList(okio.BufferedSink,java.util.List) +wangdaye.com.geometricweather.R$styleable: int AnimatableIconView_inner_margins +okhttp3.internal.Util: java.lang.reflect.Method addSuppressedExceptionMethod +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void onPause() +okio.Pipe$PipeSink: okio.Timeout timeout() +com.jaredrummler.android.colorpicker.R$id: int tag_unhandled_key_event_manager +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon +androidx.work.R$styleable: int FontFamily_fontProviderPackage +wangdaye.com.geometricweather.R$id: int container_main_sun_moon_moonContainer +wangdaye.com.geometricweather.R$attr: int bottom_text_color +com.google.android.material.R$dimen: int mtrl_calendar_selection_text_baseline_to_top +okhttp3.internal.http1.Http1Codec$UnknownLengthSource: okhttp3.internal.http1.Http1Codec this$0 +com.google.android.material.R$attr: int materialCalendarHeaderToggleButton +wangdaye.com.geometricweather.R$style: int PreferenceFragment_Material +androidx.appcompat.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info info +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_tileMode +com.bumptech.glide.integration.okhttp3.OkHttpGlideModule +androidx.work.impl.background.systemjob.SystemJobService: SystemJobService() +com.google.gson.stream.JsonWriter: void setHtmlSafe(boolean) +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: void onSubscribe(org.reactivestreams.Subscription) +okhttp3.internal.http1.Http1Codec$UnknownLengthSource: Http1Codec$UnknownLengthSource(okhttp3.internal.http1.Http1Codec) +cyanogenmod.app.Profile: void setTrigger(int,java.lang.String,int,java.lang.String) +james.adaptiveicon.R$attr: int contentInsetRight +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_indeterminateProgressStyle +com.google.android.material.slider.BaseSlider: void setThumbStrokeWidthResource(int) +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_SearchResult +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeBackground +androidx.hilt.lifecycle.R$styleable: int FontFamily_fontProviderAuthority +com.google.android.material.R$color: int mtrl_chip_background_color +wangdaye.com.geometricweather.R$style: int widget_text_clock_aa +androidx.preference.R$styleable: int Toolbar_titleMarginBottom +androidx.dynamicanimation.R$dimen +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase moonPhase +androidx.swiperefreshlayout.R$integer: int status_bar_notification_info_maxnum +com.google.android.material.R$styleable: int NavigationView_shapeAppearanceOverlay +okio.DeflaterSink +okhttp3.internal.http2.Http2Stream$FramingSink: long EMIT_BUFFER_SIZE +com.google.android.material.R$string: int abc_menu_alt_shortcut_label +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getCityId() +wangdaye.com.geometricweather.R$attr: int tabIndicatorColor +android.didikee.donate.R$dimen: int abc_dropdownitem_icon_width +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource CAIYUN +com.google.android.material.R$color: int material_on_primary_emphasis_medium +androidx.appcompat.R$styleable: int AppCompatTheme_buttonStyleSmall +com.google.android.material.internal.ScrimInsetsFrameLayout: void setDrawTopInsetForeground(boolean) +org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.rx.RxTransaction rxTxPlain +androidx.constraintlayout.widget.R$attr: int flow_horizontalGap +com.google.android.material.textfield.TextInputLayout: void setBoxBackgroundColorStateList(android.content.res.ColorStateList) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Speed: AccuDailyResult$DailyForecasts$Day$WindGust$Speed() +androidx.viewpager.R$dimen: int notification_subtext_size +com.google.android.material.R$dimen: int mtrl_fab_translation_z_hovered_focused +wangdaye.com.geometricweather.R$attr: int scrimBackground +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_SeekBar +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_TabText +com.google.android.material.datepicker.MaterialCalendarGridView: MaterialCalendarGridView(android.content.Context,android.util.AttributeSet) +androidx.appcompat.view.menu.ActionMenuItemView: void setExpandedFormat(boolean) +androidx.preference.R$attr: int fontProviderQuery +com.google.android.gms.base.R$string +com.google.android.material.R$attr: int dragThreshold +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_25 +androidx.constraintlayout.widget.R$attr: int listPreferredItemHeightSmall +com.xw.repo.bubbleseekbar.R$styleable: int[] ViewStubCompat +org.greenrobot.greendao.AbstractDao: void deleteInTxInternal(java.lang.Iterable,java.lang.Iterable) +com.xw.repo.bubbleseekbar.R$attr: int background +james.adaptiveicon.R$attr: int fontWeight +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common +com.google.android.material.R$dimen: int design_navigation_max_width +cyanogenmod.providers.CMSettings$Secure: java.lang.String QS_TILES +androidx.preference.R$attr: int goIcon +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_text_size +org.greenrobot.greendao.database.DatabaseOpenHelper: int version +okhttp3.internal.ws.RealWebSocket: okhttp3.Call call +com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: java.lang.reflect.Type componentType +androidx.appcompat.R$id: int accessibility_custom_action_28 +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: void dispose() +androidx.preference.R$dimen: int abc_search_view_preferred_width +androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_drawableRight +com.google.android.material.floatingactionbutton.FloatingActionButton: android.content.res.ColorStateList getSupportBackgroundTintList() +androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_drawableSize +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: ExtendedFloatingActionButton(android.content.Context) +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: ObservableConcatMap$SourceObserver(io.reactivex.Observer,io.reactivex.functions.Function,int) +com.xw.repo.bubbleseekbar.R$styleable: int[] BubbleSeekBar +okhttp3.internal.http2.Http2Stream$FramingSource: void close() +androidx.preference.R$attr: int fontWeight +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ListPopupWindow +james.adaptiveicon.R$attr: int actionModeCloseButtonStyle +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_chainStyle +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_3 +com.google.android.material.R$styleable: int ConstraintLayout_placeholder_placeholder_emptyVisibility +wangdaye.com.geometricweather.R$anim: int abc_slide_out_bottom +androidx.appcompat.resources.R$integer: R$integer() +com.google.android.material.bottomnavigation.BottomNavigationView: android.graphics.drawable.Drawable getItemBackground() +com.google.android.gms.base.R$drawable: int common_google_signin_btn_text_dark_normal_background +com.google.android.material.bottomappbar.BottomAppBar: void setElevation(float) +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: org.reactivestreams.Subscriber downstream +com.jaredrummler.android.colorpicker.R$dimen: int disabled_alpha_material_dark +com.jaredrummler.android.colorpicker.R$attr: int listPreferredItemHeightLarge +androidx.core.R$attr: int fontProviderFetchTimeout +com.google.android.gms.internal.location.zzac +android.didikee.donate.R$styleable: int AppCompatTheme_colorControlNormal +android.didikee.donate.R$attr: int colorSwitchThumbNormal +cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status[] values() +androidx.appcompat.R$styleable: int DrawerArrowToggle_color +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: boolean fused +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: boolean cancelled +com.google.android.material.R$attr: int actionBarSize +androidx.appcompat.resources.R$id: int accessibility_custom_action_1 +cyanogenmod.hardware.CMHardwareManager: int getVibratorMinIntensity() +androidx.lifecycle.SavedStateHandle: java.lang.Class[] ACCEPTABLE_CLASSES +com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_dialogLayout +com.google.android.material.chip.Chip: void setTextAppearanceResource(int) +james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light +okhttp3.internal.http2.Http2Codec$StreamFinishingSource: Http2Codec$StreamFinishingSource(okhttp3.internal.http2.Http2Codec,okio.Source) +com.xw.repo.bubbleseekbar.R$styleable: int MenuGroup_android_orderInCategory +androidx.transition.R$style: R$style() +wangdaye.com.geometricweather.R$attr: int showMotionSpec +androidx.vectordrawable.R$drawable: int notification_template_icon_bg +com.xw.repo.bubbleseekbar.R$color: int abc_primary_text_disable_only_material_light +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Imperial Imperial +androidx.preference.R$attr: int actionModeSelectAllDrawable +androidx.hilt.R$id: int accessibility_custom_action_1 +cyanogenmod.weatherservice.WeatherProviderService: cyanogenmod.weatherservice.IWeatherProviderServiceClient access$202(cyanogenmod.weatherservice.WeatherProviderService,cyanogenmod.weatherservice.IWeatherProviderServiceClient) +io.reactivex.observers.TestObserver$EmptyObserver: void onComplete() +androidx.swiperefreshlayout.widget.SwipeRefreshLayout$SavedState +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: void drain() +io.reactivex.internal.util.NotificationLite$ErrorNotification: java.lang.Throwable e +com.bumptech.glide.R$style: int TextAppearance_Compat_Notification_Line2 +james.adaptiveicon.R$color: int material_grey_800 +com.turingtechnologies.materialscrollbar.R$id: int src_over +com.amap.api.location.AMapLocationClientOption$AMapLocationMode: com.amap.api.location.AMapLocationClientOption$AMapLocationMode[] a +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Large +okhttp3.Cookie: java.util.regex.Pattern YEAR_PATTERN +com.google.android.material.R$id: int parentPanel +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 +androidx.preference.R$style: int Base_V21_Theme_AppCompat_Light_Dialog +androidx.preference.R$style: int Widget_AppCompat_PopupMenu_Overflow +androidx.constraintlayout.widget.R$id: int multiply +androidx.preference.R$style: int Preference_DialogPreference_EditTextPreference_Material +androidx.viewpager2.R$id: int dialog_button +com.google.android.material.R$dimen: int default_dimension +retrofit2.http.Headers: java.lang.String[] value() +wangdaye.com.geometricweather.common.basic.models.weather.Weather: wangdaye.com.geometricweather.common.basic.models.weather.Base base +com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_headerBackground +wangdaye.com.geometricweather.R$id: int widget_day_week_weather +wangdaye.com.geometricweather.R$id: int linear +com.turingtechnologies.materialscrollbar.R$attr: int actionBarTabBarStyle +okhttp3.internal.connection.StreamAllocation: okhttp3.EventListener eventListener +wangdaye.com.geometricweather.R$color: int notification_action_color_filter +androidx.lifecycle.AbstractSavedStateViewModelFactory: void onRequery(androidx.lifecycle.ViewModel) +cyanogenmod.hardware.DisplayMode$1: java.lang.Object[] newArray(int) +wangdaye.com.geometricweather.R$drawable: int abc_textfield_search_activated_mtrl_alpha +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_curveFit +androidx.fragment.app.FragmentContainerView: void setDrawDisappearingViewsLast(boolean) +cyanogenmod.weather.CMWeatherManager$1: void onWeatherServiceProviderChanged(java.lang.String) +com.xw.repo.bubbleseekbar.R$dimen: int notification_right_side_padding_top +com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_fabAnimationMode +com.google.android.material.R$style: int Base_Widget_AppCompat_SeekBar_Discrete +wangdaye.com.geometricweather.R$styleable: int ChipGroup_checkedChip +androidx.work.impl.WorkDatabase_Impl: WorkDatabase_Impl() +cyanogenmod.weather.WeatherInfo: int getTemperatureUnit() +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_goneMarginRight +androidx.swiperefreshlayout.R$styleable: int FontFamily_fontProviderFetchTimeout +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeTotalPrecipitationProbability() +james.adaptiveicon.R$styleable: int ActionBar_backgroundSplit +android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemHeight +androidx.constraintlayout.widget.R$id: int action_mode_close_button +okhttp3.internal.cache.DiskLruCache: okhttp3.internal.cache.DiskLruCache$Editor edit(java.lang.String,long) +retrofit2.ParameterHandler$RawPart +androidx.constraintlayout.widget.R$styleable: int ColorStateListItem_alpha +androidx.viewpager2.widget.ViewPager2$SavedState +okhttp3.internal.http2.Http2Reader$Handler +wangdaye.com.geometricweather.R$string: int settings_summary_background_free_off +com.google.android.material.R$drawable: int abc_spinner_mtrl_am_alpha +androidx.constraintlayout.widget.R$style: int Platform_AppCompat +android.didikee.donate.R$styleable: int MenuView_android_itemBackground +com.turingtechnologies.materialscrollbar.Indicator: void setRTL(boolean) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator CAMERA_SLEEP_ON_RELEASE_VALIDATOR +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintEnd_toEndOf +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_ActionBar_Surface +com.xw.repo.bubbleseekbar.R$styleable: int MenuGroup_android_id +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_contentInsetStartWithNavigation +androidx.constraintlayout.widget.R$styleable: int MenuItem_iconTintMode +cyanogenmod.themes.IThemeService$Stub: cyanogenmod.themes.IThemeService asInterface(android.os.IBinder) +wangdaye.com.geometricweather.R$drawable: int notification_bg_low_pressed +okio.Options: void buildTrieRecursive(long,okio.Buffer,int,java.util.List,int,int,java.util.List) +com.turingtechnologies.materialscrollbar.R$attr: int theme +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_horizontalGap +com.google.android.material.R$color: int material_slider_thumb_color +com.bumptech.glide.MemoryCategory: com.bumptech.glide.MemoryCategory[] values() +okhttp3.internal.cache.DiskLruCache$Snapshot: long sequenceNumber +com.google.android.material.slider.RangeSlider: int getTrackHeight() +androidx.constraintlayout.widget.R$layout: int select_dialog_item_material +james.adaptiveicon.R$attr: int buttonGravity +wangdaye.com.geometricweather.R$id: int progress_horizontal +android.didikee.donate.R$id: int scrollIndicatorDown +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title +com.turingtechnologies.materialscrollbar.R$id: int add +com.google.android.material.R$styleable: int[] MaterialShape +androidx.lifecycle.ProcessLifecycleOwner com.xw.repo.bubbleseekbar.R$styleable: int ViewBackgroundHelper_backgroundTint -com.amap.api.location.AMapLocation: double getAltitude() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: java.util.List weather -com.google.android.material.radiobutton.MaterialRadioButton: void setUseMaterialThemeColors(boolean) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: void setDefenseText(java.lang.String) -com.google.android.material.tabs.TabLayout: void setOnTabSelectedListener(com.google.android.material.tabs.TabLayout$BaseOnTabSelectedListener) -android.didikee.donate.R$color: int secondary_text_default_material_light -james.adaptiveicon.R$id: int add -wangdaye.com.geometricweather.R$mipmap: int ic_launcher -james.adaptiveicon.R$styleable: int MenuItem_alphabeticModifiers -okhttp3.internal.tls.DistinguishedNameParser: int beg -james.adaptiveicon.R$styleable: int SwitchCompat_splitTrack -com.google.android.material.R$dimen: int mtrl_snackbar_margin -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: io.reactivex.Observer downstream -androidx.viewpager2.widget.ViewPager2$SavedState: android.os.Parcelable$Creator CREATOR -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_maxHeight -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub: android.os.IBinder asBinder() -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_NoActionBar -androidx.vectordrawable.R$id: int accessibility_custom_action_14 -com.google.android.material.R$attr: int actionBarDivider -androidx.viewpager.R$styleable: int GradientColor_android_type -com.google.android.gms.common.server.response.SafeParcelResponse: android.os.Parcelable$Creator CREATOR -okhttp3.internal.http.RealInterceptorChain: java.util.List interceptors -wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.String getKey(wangdaye.com.geometricweather.db.entities.LocationEntity) -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Display2 -androidx.recyclerview.R$dimen: int item_touch_helper_swipe_escape_max_velocity -cyanogenmod.providers.WeatherContract$WeatherColumns$TempUnit: int FAHRENHEIT -retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback: void onFailure(retrofit2.Call,java.lang.Throwable) -com.amap.api.fence.PoiItem: java.lang.String a -wangdaye.com.geometricweather.R$dimen: int cpv_column_width -wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource source -com.xw.repo.bubbleseekbar.R$dimen: int notification_action_text_size -com.google.android.material.R$style: int Base_Widget_AppCompat_ListView_DropDown -com.jaredrummler.android.colorpicker.R$styleable: int[] PopupWindowBackgroundState -wangdaye.com.geometricweather.R$attr: int snackbarTextViewStyle -wangdaye.com.geometricweather.R$attr: int visibilityMode -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: void setBrandId(java.lang.String) -io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: void onSuccess(java.lang.Object) -androidx.coordinatorlayout.R$layout -cyanogenmod.providers.CMSettings$Secure: boolean putStringForUser(android.content.ContentResolver,java.lang.String,java.lang.String,int) -okhttp3.RealCall: boolean isExecuted() -androidx.preference.R$drawable: int abc_list_focused_holo -androidx.hilt.R$id: int accessibility_custom_action_22 -com.google.android.material.R$id: int time -androidx.preference.R$drawable: int abc_tab_indicator_mtrl_alpha -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_track -androidx.constraintlayout.widget.R$styleable: int Layout_android_orientation -androidx.transition.R$id: int async -com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getEndIconContentDescription() -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_day_corner -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: boolean isEmpty() -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase getMoonPhase() -cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent WALLPAPER -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem -androidx.preference.R$attr: int subtitleTextAppearance -com.xw.repo.bubbleseekbar.R$styleable: int[] TextAppearance -androidx.preference.R$id: int seekbar_value -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_shouldDisableView -com.jaredrummler.android.colorpicker.R$color: int abc_background_cache_hint_selector_material_dark -okio.ForwardingTimeout: okio.Timeout clearTimeout() -com.bumptech.glide.load.EncodeStrategy: com.bumptech.glide.load.EncodeStrategy NONE -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_SearchResult_Title -com.google.android.material.R$styleable: int BottomNavigationView_labelVisibilityMode -androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_android_ttcIndex -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.String dailyWeatherIcon -android.support.v4.app.INotificationSideChannel$Stub$Proxy: void cancel(java.lang.String,int,java.lang.String) -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBarLayout_android_layout_gravity -androidx.viewpager2.widget.ViewPager2: ViewPager2(android.content.Context,android.util.AttributeSet) -io.reactivex.internal.subscriptions.BasicQueueSubscription: java.lang.Object poll() -okhttp3.internal.http2.Hpack$Writer: Hpack$Writer(okio.Buffer) -androidx.preference.R$styleable: int PopupWindowBackgroundState_state_above_anchor -wangdaye.com.geometricweather.R$string: int help -androidx.transition.R$styleable: int[] FontFamilyFont -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: int RUNNING -android.didikee.donate.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated -com.xw.repo.bubbleseekbar.R$attr: int listItemLayout -com.google.android.material.R$styleable: int Chip_hideMotionSpec -wangdaye.com.geometricweather.R$array: int duration_units -retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$1: retrofit2.Call $this_await$inlined -cyanogenmod.providers.CMSettings$System: java.lang.String BATTERY_LIGHT_PULSE -com.turingtechnologies.materialscrollbar.R$color: int design_fab_stroke_top_inner_color -okhttp3.internal.http2.Http2Connection$ReaderRunnable$3: void execute() -wangdaye.com.geometricweather.settings.dialogs.RunningInBackgroundODialog: RunningInBackgroundODialog() -okhttp3.MultipartBody$Part -com.turingtechnologies.materialscrollbar.R$layout: int notification_template_icon_group -androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_android_font -com.bumptech.glide.R$styleable: int FontFamily_fontProviderPackage -okhttp3.internal.Util: java.nio.charset.Charset UTF_8 -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) -androidx.preference.R$style: int Widget_AppCompat_Toolbar_Button_Navigation -wangdaye.com.geometricweather.R$dimen: int mtrl_tooltip_minHeight -com.google.android.material.R$style: int TextAppearance_Design_Placeholder -com.google.android.material.R$drawable: int abc_scrubber_control_off_mtrl_alpha -wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Light -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setOnAttachStateChangeListener(com.google.android.material.snackbar.BaseTransientBottomBar$OnAttachStateChangeListener) -androidx.appcompat.R$styleable: int[] AnimatedStateListDrawableItem -com.google.android.material.R$attr: int windowFixedHeightMinor -androidx.preference.R$attr: int titleMarginStart -okio.BufferedSource: long indexOf(byte,long,long) -com.google.android.material.R$id: int chip_group -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean() -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast -androidx.preference.R$style: int Widget_AppCompat_EditText -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation: wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation[] values() -com.turingtechnologies.materialscrollbar.R$attr: int actionBarWidgetTheme -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Button -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title -retrofit2.KotlinExtensions$awaitResponse$$inlined$suspendCancellableCoroutine$lambda$1: java.lang.Object invoke(java.lang.Object) -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: long skip -io.reactivex.internal.subscriptions.SubscriptionArbiter: long requested -wangdaye.com.geometricweather.R$attr: int showDelay -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: io.reactivex.disposables.Disposable upstream -wangdaye.com.geometricweather.R$anim: int fragment_close_exit -wangdaye.com.geometricweather.R$id: int textinput_suffix_text -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_toTopOf -wangdaye.com.geometricweather.db.entities.DailyEntity: DailyEntity(java.lang.Long,java.lang.String,java.lang.String,java.util.Date,long,java.lang.String,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,int,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WindDegree,java.lang.Float,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,int,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WindDegree,java.lang.Float,java.lang.String,java.lang.Integer,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.Integer,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,float) -com.google.android.material.R$styleable: int FloatingActionButton_rippleColor -androidx.preference.R$styleable: int SeekBarPreference_updatesContinuously -james.adaptiveicon.R$dimen: int abc_action_button_min_height_material -com.google.android.gms.base.R$color: int common_google_signin_btn_text_light_default -androidx.appcompat.widget.ActionBarContextView: int getAnimatedVisibility() -cyanogenmod.library.R$attr: int type -com.google.android.material.R$dimen: int mtrl_btn_stroke_size -androidx.hilt.work.R$id: int accessibility_custom_action_22 -retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter: CompletableFutureCallAdapterFactory$ResponseCallAdapter(java.lang.reflect.Type) -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: boolean IsAlias -wangdaye.com.geometricweather.R$dimen: int action_bar_size -com.turingtechnologies.materialscrollbar.R$integer: int cancel_button_image_alpha -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_framePosition -androidx.swiperefreshlayout.R$drawable: int notification_bg_low_normal -androidx.lifecycle.ProcessLifecycleOwner$1: ProcessLifecycleOwner$1(androidx.lifecycle.ProcessLifecycleOwner) -androidx.appcompat.widget.ActionBarContextView: void setTitleOptional(boolean) -wangdaye.com.geometricweather.R$string: int common_google_play_services_update_text -wangdaye.com.geometricweather.R$layout: int design_navigation_menu_item -cyanogenmod.externalviews.KeyguardExternalViewProviderService: int onStartCommand(android.content.Intent,int,int) -wangdaye.com.geometricweather.R$attr: int actionModePopupWindowStyle -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_34 -wangdaye.com.geometricweather.R$styleable: int SearchView_queryBackground -okhttp3.internal.http2.Http2Writer: Http2Writer(okio.BufferedSink,boolean) -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_elevation_material -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintLeft_creator -androidx.preference.R$styleable: int TextAppearance_android_shadowColor -com.google.android.material.R$style: int Widget_AppCompat_TextView -okhttp3.Cache$1: void update(okhttp3.Response,okhttp3.Response) -androidx.appcompat.resources.R$styleable: int FontFamilyFont_fontWeight -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_textColor -androidx.constraintlayout.widget.R$attr: int flow_horizontalStyle -james.adaptiveicon.R$id: int notification_background -androidx.vectordrawable.R$dimen: int notification_subtext_size -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_0 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Imperial -okhttp3.Authenticator$1: okhttp3.Request authenticate(okhttp3.Route,okhttp3.Response) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void request(long) -androidx.hilt.R$styleable: int GradientColor_android_startColor -com.google.android.material.chip.ChipGroup: void setSingleSelection(boolean) -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Large -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_weight -androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customBoolean -androidx.preference.R$style: int Theme_AppCompat_Dialog_Alert -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha -wangdaye.com.geometricweather.R$styleable: int[] StateListDrawableItem -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType DeleteInTxArray -com.xw.repo.bubbleseekbar.R$id: int action_context_bar -com.google.android.material.R$style: int TextAppearance_Compat_Notification_Line2 -androidx.hilt.work.R$style: int Widget_Compat_NotificationActionText -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight_DarkActionBar -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintRight_toRightOf -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String getWeather() -com.turingtechnologies.materialscrollbar.R$dimen: int abc_floating_window_z -androidx.recyclerview.widget.RecyclerView: void setScrollState(int) -com.google.gson.internal.LinkedTreeMap: int size() -wangdaye.com.geometricweather.R$drawable: int weather_haze_3 -androidx.appcompat.R$id: int accessibility_custom_action_10 -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_body_2_material -wangdaye.com.geometricweather.R$styleable: int[] MaterialTextView -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_icon -com.google.gson.stream.JsonReader: int PEEKED_UNQUOTED_NAME -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: void dispose() -cyanogenmod.externalviews.ExternalView$6 -com.google.android.material.internal.VisibilityAwareImageButton -com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Theme_AppCompat_Dialog -wangdaye.com.geometricweather.R$drawable: int notif_temp_48 -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xdw -james.adaptiveicon.R$color: int accent_material_light -okio.HashingSink: HashingSink(okio.Sink,java.lang.String) -okio.Okio: java.util.logging.Logger logger -com.xw.repo.bubbleseekbar.R$dimen: int abc_floating_window_z -com.jaredrummler.android.colorpicker.R$styleable: int[] BackgroundStyle -cyanogenmod.providers.CMSettings$Secure: java.lang.String RECENTS_LONG_PRESS_ACTIVITY -wangdaye.com.geometricweather.R$string: int settings_title_notification_hide_icon -wangdaye.com.geometricweather.R$layout: int container_main_first_card_header -wangdaye.com.geometricweather.R$id: int animateToEnd -androidx.constraintlayout.widget.R$style: int TextAppearance_Compat_Notification_Line2 -androidx.dynamicanimation.R$dimen: int notification_action_icon_size -okhttp3.Dispatcher: void setMaxRequestsPerHost(int) -androidx.constraintlayout.widget.R$attr: int motionTarget -androidx.fragment.app.FragmentManagerImpl -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Direction -wangdaye.com.geometricweather.common.basic.models.weather.History: long getTime() -androidx.preference.R$layout: int preference_information -com.xw.repo.bubbleseekbar.R$color: int switch_thumb_disabled_material_light -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_elevation -androidx.preference.ListPreference$SavedState -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Object getKey(java.lang.Object) -com.jaredrummler.android.colorpicker.R$attr -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit FT -com.google.android.material.R$styleable: int[] SearchView -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial: AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial() -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float pm25 -com.xw.repo.bubbleseekbar.R$id: int right -com.turingtechnologies.materialscrollbar.R$id: int title_template -androidx.core.R$id: int accessibility_custom_action_1 -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode -okio.BufferedSource: int read(byte[]) -com.jaredrummler.android.colorpicker.R$color: int dim_foreground_material_dark -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Subhead -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_29 -androidx.appcompat.widget.SearchView: SearchView(android.content.Context) -com.turingtechnologies.materialscrollbar.R$drawable: int abc_seekbar_thumb_material -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light_DialogWhenLarge -androidx.constraintlayout.widget.R$dimen: int tooltip_precise_anchor_threshold -okhttp3.internal.platform.AndroidPlatform$CloseGuard: boolean warnIfOpen(java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_motionProgress -android.didikee.donate.R$id: int action_bar_activity_content -okhttp3.Dispatcher: int maxRequests -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void drain() -cyanogenmod.app.ThemeVersion: java.lang.String THEME_VERSION_CLASS_NAME -com.google.android.material.R$styleable: int Variant_region_heightLessThan -androidx.constraintlayout.widget.R$drawable: int abc_popup_background_mtrl_mult -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintTop_toTopOf -okhttp3.CipherSuite$1 -com.xw.repo.bubbleseekbar.R$styleable: int[] CoordinatorLayout -androidx.appcompat.R$styleable: int ViewStubCompat_android_layout -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: long lastId -okio.RealBufferedSink: okio.Sink sink -wangdaye.com.geometricweather.R$attr: int actionBarTabBarStyle -com.google.android.material.R$styleable: int ActionBar_contentInsetRight -cyanogenmod.app.suggest.IAppSuggestManager: boolean handles(android.content.Intent) -com.google.android.material.R$styleable: int MaterialTextView_android_lineHeight -io.reactivex.internal.observers.LambdaObserver: io.reactivex.functions.Action onComplete -com.google.android.material.button.MaterialButtonToggleGroup -okhttp3.internal.connection.RealConnection: void cancel() -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder connectionSpecs(java.util.List) -com.jaredrummler.android.colorpicker.R$attr: int adjustable -okhttp3.Request$Builder: okhttp3.Request$Builder tag(java.lang.Object) -retrofit2.http.QueryMap -com.google.android.material.tabs.TabItem: TabItem(android.content.Context) -com.google.android.material.circularreveal.CircularRevealLinearLayout -androidx.lifecycle.extensions.R$drawable -okhttp3.internal.http2.Http2Connection$ReaderRunnable$2: Http2Connection$ReaderRunnable$2(okhttp3.internal.http2.Http2Connection$ReaderRunnable,java.lang.String,java.lang.Object[],boolean,okhttp3.internal.http2.Settings) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: long serialVersionUID -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX: java.util.List brands -io.reactivex.exceptions.CompositeException: java.lang.Throwable getCause() -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: javax.inject.Provider apiProvider -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver(io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver) -com.amap.api.fence.GeoFence: float i -okhttp3.internal.http1.Http1Codec$ChunkedSource: okhttp3.internal.http1.Http1Codec this$0 -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_DropDownItem -com.google.android.material.R$styleable: int CustomAttribute_customIntegerValue -okhttp3.internal.http2.Http2Connection$PingRunnable -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: boolean isDisposed() -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String COL_VALUE -okio.Buffer: long indexOf(byte,long,long) -wangdaye.com.geometricweather.R$styleable: int Chip_ensureMinTouchTargetSize -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver inner -com.google.android.material.R$styleable: int Transform_android_rotation -wangdaye.com.geometricweather.R$string: int feedback_show_widget_card -james.adaptiveicon.R$color: int material_grey_850 -com.baidu.location.BDLocation: android.os.Parcelable$Creator CREATOR -com.google.android.material.R$style: int TextAppearance_AppCompat_Inverse -wangdaye.com.geometricweather.R$drawable: int abc_ab_share_pack_mtrl_alpha -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse -okhttp3.CipherSuite$1: int compare(java.lang.String,java.lang.String) -wangdaye.com.geometricweather.R$styleable: int Spinner_android_prompt -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: io.reactivex.functions.Function leftEnd -okhttp3.RequestBody$1: okhttp3.MediaType val$contentType -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_removeUpdates -com.google.android.material.R$styleable: int Constraint_android_scaleX -james.adaptiveicon.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight -cyanogenmod.app.Profile$ExpandedDesktopMode: int DEFAULT -androidx.viewpager2.R$id: int item_touch_helper_previous_elevation -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorControlActivated -io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: void onSubscribe(org.reactivestreams.Subscription) -retrofit2.Retrofit: Retrofit(okhttp3.Call$Factory,okhttp3.HttpUrl,java.util.List,java.util.List,java.util.concurrent.Executor,boolean) -androidx.work.R$drawable: int notification_icon_background -wangdaye.com.geometricweather.R$id: int fitToContents -retrofit2.Platform$Android$MainThreadExecutor: android.os.Handler handler -okhttp3.internal.platform.JdkWithJettyBootPlatform: java.lang.Class serverProviderClass -wangdaye.com.geometricweather.R$string: int settings_title_item_animation_switch -androidx.loader.R$id: int actions -com.google.android.material.R$attr: int indicatorColors -okhttp3.internal.Util: java.util.List immutableList(java.lang.Object[]) -com.google.android.material.R$styleable: int ConstraintSet_android_id -androidx.constraintlayout.widget.R$attr: int moveWhenScrollAtTop -androidx.lifecycle.extensions.R$dimen: int notification_right_icon_size -wangdaye.com.geometricweather.R$styleable: int InkPageIndicator_pageIndicatorColor -wangdaye.com.geometricweather.R$id: int text2 -com.google.android.material.R$attr: int actionModeCloseButtonStyle -androidx.lifecycle.extensions.R$dimen: int notification_large_icon_height -androidx.viewpager.R$color: int ripple_material_light -com.amap.api.fence.PoiItem$1: java.lang.Object createFromParcel(android.os.Parcel) -androidx.appcompat.R$dimen: int abc_dialog_fixed_height_minor -okhttp3.internal.http2.Http2: int INITIAL_MAX_FRAME_SIZE +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse +retrofit2.adapter.rxjava2.RxJava2CallAdapter: java.lang.reflect.Type responseType +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: long EpochEndTime +wangdaye.com.geometricweather.R$attr: int bsb_show_section_mark +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Chip_Filter +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text +com.xw.repo.bubbleseekbar.R$style: int Base_V26_Widget_AppCompat_Toolbar +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: java.lang.String getFrom() +com.turingtechnologies.materialscrollbar.R$styleable: int[] TextAppearance +wangdaye.com.geometricweather.R$string: int widget_clock_day_week +okhttp3.internal.cache.CacheStrategy$Factory: long sentRequestMillis +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dialogTheme +wangdaye.com.geometricweather.R$id: int dialog_location_help_permissionIcon +cyanogenmod.platform.Manifest$permission: java.lang.String PUBLISH_CUSTOM_TILE +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_Button_Colored +com.turingtechnologies.materialscrollbar.R$attr: int iconSize +wangdaye.com.geometricweather.R$attr: int controlBackground +wangdaye.com.geometricweather.R$styleable: int MaterialRadioButton_useMaterialThemeColors +androidx.recyclerview.R$id: int normal +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_active_item_min_width +androidx.coordinatorlayout.R$style: int TextAppearance_Compat_Notification_Info +com.turingtechnologies.materialscrollbar.R$layout: int design_menu_item_action_area +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_DropDownItem +okhttp3.Cache: int readInt(okio.BufferedSource) +io.reactivex.internal.util.VolatileSizeArrayList: java.util.ListIterator listIterator() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_autoSizeStepGranularity +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone: double GmtOffset +com.google.android.material.R$bool: int mtrl_btn_textappearance_all_caps +androidx.swiperefreshlayout.R$string: int status_bar_notification_info_overflow +wangdaye.com.geometricweather.R$dimen: int widget_current_weather_icon_size +android.didikee.donate.R$dimen: int abc_action_bar_overflow_padding_end_material +retrofit2.RequestBuilder: void addHeaders(okhttp3.Headers) +androidx.preference.R$style: int Base_Widget_AppCompat_Toolbar +wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_icon_light_focused +wangdaye.com.geometricweather.R$id: int widget_day_week_icon_5 +com.xw.repo.bubbleseekbar.R$drawable: int abc_list_selector_disabled_holo_dark +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_panelMenuListWidth +okhttp3.internal.http.HttpCodec: okhttp3.Response$Builder readResponseHeaders(boolean) +okhttp3.internal.Util: java.nio.charset.Charset UTF_32_LE +wangdaye.com.geometricweather.R$styleable: int RecycleListView_paddingBottomNoButtons +okhttp3.internal.http2.Http2Connection: int AWAIT_PING +androidx.constraintlayout.widget.R$color: int switch_thumb_disabled_material_dark +androidx.appcompat.R$color: int abc_primary_text_material_dark +com.google.android.material.R$styleable: int AppCompatSeekBar_android_thumb +okio.Util: long reverseBytesLong(long) +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.internal.fuseable.SimplePlainQueue queue +com.jaredrummler.android.colorpicker.R$color: int abc_secondary_text_material_light +androidx.hilt.work.R$attr: int alpha +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionBar_TabView +androidx.hilt.lifecycle.R$id: int tag_accessibility_actions +androidx.appcompat.R$id: int normal +androidx.preference.R$id: int accessibility_custom_action_21 +cyanogenmod.app.ICustomTileListener$Stub$Proxy: android.os.IBinder asBinder() +androidx.constraintlayout.utils.widget.MotionTelltales: MotionTelltales(android.content.Context,android.util.AttributeSet) +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setIcons(java.lang.String) +androidx.appcompat.widget.Toolbar: void setTitleMarginBottom(int) +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_elevation +com.google.android.material.R$styleable: int[] ScrollingViewBehavior_Layout +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String aqiText +androidx.appcompat.R$string: int search_menu_title +androidx.dynamicanimation.R$dimen: int compat_button_inset_vertical_material +androidx.lifecycle.LiveData$LifecycleBoundObserver: void detachObserver() +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_goneMarginEnd +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large +wangdaye.com.geometricweather.R$dimen: int trend_item_width +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar +io.reactivex.Observable: io.reactivex.Observable window(long) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ExtendedFloatingActionButton_Icon +com.google.android.material.R$style: int Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton +androidx.hilt.lifecycle.R$id: int dialog_button +com.google.android.material.R$id: int design_bottom_sheet +androidx.constraintlayout.widget.R$attr: int dialogPreferredPadding +androidx.appcompat.R$dimen: int highlight_alpha_material_dark +cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void onAttach(android.os.IBinder) +androidx.constraintlayout.widget.Constraints: Constraints(android.content.Context) +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Large +androidx.preference.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title +com.google.android.material.datepicker.MaterialCalendar: MaterialCalendar() +wangdaye.com.geometricweather.R$styleable: int KeyCycle_framePosition +com.google.android.material.R$styleable: int Chip_iconStartPadding +androidx.lifecycle.ViewModelProviders: androidx.lifecycle.ViewModelProvider of(androidx.fragment.app.FragmentActivity) +com.turingtechnologies.materialscrollbar.R$id: int top +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String getDistrict() +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 +androidx.appcompat.widget.AppCompatCheckedTextView: AppCompatCheckedTextView(android.content.Context,android.util.AttributeSet) +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onKeyguardDismissed() +android.support.v4.os.IResultReceiver$Stub$Proxy: java.lang.String getInterfaceDescriptor() +com.google.android.material.R$drawable: int material_ic_calendar_black_24dp +androidx.preference.R$style: int TextAppearance_AppCompat_Medium +com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawable_android_exitFadeDuration +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language valueOf(java.lang.String) +androidx.transition.R$styleable: int FontFamily_fontProviderCerts +com.jaredrummler.android.colorpicker.R$attr: int windowNoTitle +wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit valueOf(java.lang.String) +com.google.android.material.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored +com.google.android.material.R$styleable: int Constraint_layout_constraintBaseline_creator +wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_indeterminate +com.jaredrummler.android.colorpicker.R$attr: int singleLineTitle +wangdaye.com.geometricweather.R$attr: int cpv_colorShape +wangdaye.com.geometricweather.R$attr: int materialButtonStyle +com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior: AppBarLayout$ScrollingViewBehavior(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Date +androidx.hilt.work.R$id: int text2 +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language FRENCH +com.turingtechnologies.materialscrollbar.MaterialScrollBar: int getMode() +androidx.appcompat.R$style: int TextAppearance_AppCompat_SearchResult_Title +com.turingtechnologies.materialscrollbar.R$attr: int itemBackground +wangdaye.com.geometricweather.R$layout: int widget_text +androidx.preference.R$color: int material_grey_850 +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_SCREEN_ON +cyanogenmod.providers.WeatherContract$WeatherColumns: android.net.Uri CONTENT_URI +wangdaye.com.geometricweather.R$drawable: int ic_water +androidx.constraintlayout.widget.R$color: int background_floating_material_light +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderSelection +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_ActionBar +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ListView_DropDown +okhttp3.internal.connection.RealConnection: java.net.Socket rawSocket +androidx.hilt.lifecycle.R$id: int forever +okio.SegmentedByteString: int[] directory +androidx.vectordrawable.R$style: int TextAppearance_Compat_Notification_Title +android.didikee.donate.R$style: int Base_Widget_AppCompat_Spinner_Underlined +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_17 +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData: void onInactive() +com.google.android.material.R$color: int material_blue_grey_800 +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: long serialVersionUID +com.google.android.material.R$style: int AlertDialog_AppCompat +com.google.android.material.R$id: int header_title +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_pressed_z +com.google.android.material.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner +androidx.appcompat.resources.R$styleable: int GradientColor_android_endX +androidx.lifecycle.extensions.R$anim: int fragment_open_exit +com.google.android.material.R$styleable: int Chip_closeIcon +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_firstHorizontalStyle +androidx.constraintlayout.widget.R$styleable: int AppCompatImageView_android_src +androidx.constraintlayout.widget.R$styleable: int Constraint_android_minHeight +com.google.android.material.R$dimen: int notification_subtext_size +com.jaredrummler.android.colorpicker.R$dimen: int fastscroll_minimum_range +com.google.gson.stream.JsonWriter: boolean isLenient() +okhttp3.internal.http2.Header: java.lang.String RESPONSE_STATUS_UTF8 +cyanogenmod.externalviews.KeyguardExternalViewProviderService: android.os.IBinder onBind(android.content.Intent) +androidx.appcompat.R$dimen: int abc_text_size_display_3_material +androidx.lifecycle.extensions.R$dimen: int compat_control_corner_material +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ListPopupWindow +james.adaptiveicon.R$dimen: int abc_edit_text_inset_top_material +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property ThunderstormPrecipitationProbability +retrofit2.KotlinExtensions$await$4$2: KotlinExtensions$await$4$2(kotlinx.coroutines.CancellableContinuation) +androidx.appcompat.R$id: int accessibility_custom_action_29 +androidx.vectordrawable.R$id: int tag_unhandled_key_listeners +wangdaye.com.geometricweather.R$string: int not_set +retrofit2.ParameterHandler$RawPart: retrofit2.ParameterHandler$RawPart INSTANCE +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: void onComplete() +androidx.viewpager.widget.PagerTitleStrip: PagerTitleStrip(android.content.Context) +com.google.android.material.R$attr: int fontStyle +com.bumptech.glide.R$id: int chronometer +com.turingtechnologies.materialscrollbar.R$style: int Base_DialogWindowTitle_AppCompat +com.bumptech.glide.R$styleable: int GradientColor_android_startX +com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableTransition_android_reversible +com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog +wangdaye.com.geometricweather.R$styleable: int NavigationView_elevation +okhttp3.OkHttpClient$1: void apply(okhttp3.ConnectionSpec,javax.net.ssl.SSLSocket,boolean) +wangdaye.com.geometricweather.R$drawable: int notif_temp_3 +wangdaye.com.geometricweather.R$id: int info +androidx.preference.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration +wangdaye.com.geometricweather.R$attr: int textAppearanceHeadline3 +retrofit2.SkipCallbackExecutorImpl +cyanogenmod.themes.ThemeManager$2$1: void run() +wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String city +wangdaye.com.geometricweather.R$color: int mtrl_btn_text_color_selector +okhttp3.TlsVersion: okhttp3.TlsVersion TLS_1_3 +wangdaye.com.geometricweather.R$attr: int telltales_velocityMode +androidx.appcompat.R$styleable: int AppCompatTheme_colorControlNormal +androidx.constraintlayout.widget.R$drawable: int abc_ic_go_search_api_material +com.jaredrummler.android.colorpicker.R$color: int bright_foreground_disabled_material_dark +android.didikee.donate.R$string: int abc_action_mode_done +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: void setDataConnectionSelectedOnSub(int) +retrofit2.ParameterHandler$2 +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle +androidx.coordinatorlayout.R$styleable: int FontFamilyFont_fontWeight +androidx.hilt.lifecycle.R$attr: int fontProviderFetchTimeout +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: void setWind(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX) +androidx.swiperefreshlayout.R$id: int dialog_button +androidx.preference.R$string: int abc_menu_ctrl_shortcut_label +com.jaredrummler.android.colorpicker.R$attr: int actionModeStyle +com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: java.lang.reflect.Type getGenericComponentType() +wangdaye.com.geometricweather.R$string: int settings_category_notification +cyanogenmod.alarmclock.ClockContract$CitiesColumns: android.net.Uri CONTENT_URI +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: boolean isDisposed() +wangdaye.com.geometricweather.R$attr: int actionBarPopupTheme +com.google.android.gms.base.R$drawable: int common_google_signin_btn_icon_disabled +wangdaye.com.geometricweather.R$dimen: int mtrl_card_corner_radius +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Metric: AccuCurrentResult$Ceiling$Metric() +okhttp3.internal.http2.Http2Connection: boolean shutdown +retrofit2.Utils +cyanogenmod.profiles.LockSettings$1: java.lang.Object createFromParcel(android.os.Parcel) +okhttp3.EventListener: void connectionAcquired(okhttp3.Call,okhttp3.Connection) +retrofit2.ParameterHandler$Part: ParameterHandler$Part(java.lang.reflect.Method,int,okhttp3.Headers,retrofit2.Converter) +androidx.constraintlayout.widget.R$attr: int seekBarStyle +org.greenrobot.greendao.AbstractDao: java.lang.Object loadByRowId(long) +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +com.google.android.material.R$style: int Widget_AppCompat_ActivityChooserView +com.bumptech.glide.integration.okhttp.R$id: int normal +androidx.legacy.coreutils.R$layout: int notification_template_icon_group +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval[] values() +wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_dialogType +com.google.android.material.R$attr: int errorIconTint +androidx.appcompat.widget.AppCompatTextView: void setAutoSizeTextTypeWithDefaults(int) +okhttp3.RealCall$AsyncCall: okhttp3.Request request() +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleGravity +retrofit2.adapter.rxjava2.HttpException +androidx.vectordrawable.R$id: int accessibility_custom_action_24 +wangdaye.com.geometricweather.R$drawable: int weather_snow_mini_light +com.turingtechnologies.materialscrollbar.TouchScrollBar: float getHideRatio() +com.google.android.material.internal.NavigationMenuItemView: void setActionView(android.view.View) +cyanogenmod.providers.CMSettings$Global: java.lang.String WIFI_AUTO_PRIORITIES_CONFIGURATION +com.google.android.material.R$styleable: int Constraint_android_layout_marginLeft +james.adaptiveicon.R$string: int abc_capital_off +retrofit2.KotlinExtensions$await$2$2: void onFailure(retrofit2.Call,java.lang.Throwable) +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: java.util.concurrent.atomic.AtomicReferenceArray values +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.HalfDay day() +wangdaye.com.geometricweather.R$styleable: int Preference_dependency +com.bumptech.glide.R$styleable: R$styleable() +androidx.customview.R$layout: int notification_template_custom_big +androidx.preference.R$dimen: int abc_text_size_caption_material +com.google.android.material.R$styleable: int Chip_chipSurfaceColor +wangdaye.com.geometricweather.R$attr +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: long time +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight +okhttp3.internal.http.HttpHeaders +androidx.preference.R$style: int Base_Widget_AppCompat_ListView_Menu +androidx.appcompat.widget.ActionMenuView: void setOverflowReserved(boolean) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setUvLevel(java.lang.String) +com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle +com.google.android.material.R$styleable: int MotionLayout_motionProgress +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_wrapMode +com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_font +okhttp3.internal.platform.AndroidPlatform: javax.net.ssl.SSLContext getSSLContext() +com.github.rahatarmanahmed.cpv.CircularProgressView: java.util.List access$100(com.github.rahatarmanahmed.cpv.CircularProgressView) +androidx.lifecycle.SavedStateHandle: java.lang.Object get(java.lang.String) +okhttp3.Call: void cancel() +okhttp3.FormBody: java.util.List encodedNames +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: io.reactivex.disposables.Disposable upstream +androidx.coordinatorlayout.R$id: int accessibility_custom_action_18 +wangdaye.com.geometricweather.R$string: int abc_searchview_description_submit +com.bumptech.glide.load.engine.GlideException: void logRootCauses(java.lang.String) +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorError +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_shadowDy +retrofit2.Utils: void checkNotPrimitive(java.lang.reflect.Type) +retrofit2.BuiltInConverters$UnitResponseBodyConverter +cyanogenmod.os.Build: java.lang.String getString(java.lang.String) +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionBar +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.lang.String getWeatherText() +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: int getPollenColor(android.content.Context,java.lang.Integer) +android.didikee.donate.R$styleable: int PopupWindowBackgroundState_state_above_anchor +androidx.lifecycle.FullLifecycleObserverAdapter: androidx.lifecycle.LifecycleEventObserver mLifecycleEventObserver +okhttp3.internal.ws.RealWebSocket$Message: int formatOpcode +wangdaye.com.geometricweather.R$style: int TextAppearance_Compat_Notification_Time +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Button +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarTabTextStyle +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_counterEnabled +androidx.dynamicanimation.R$attr: int font +com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat_Light +cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy: android.os.IBinder asBinder() +android.didikee.donate.R$styleable: int LinearLayoutCompat_divider +com.google.android.material.R$id: int mtrl_motion_snapshot_view +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List chuanyi +wangdaye.com.geometricweather.R$dimen: int notification_top_pad +okhttp3.internal.http2.Header: okio.ByteString name +androidx.appcompat.R$style: int ThemeOverlay_AppCompat_Dialog_Alert +com.google.android.material.R$attr: int chipSpacingVertical +okhttp3.OkHttpClient: okhttp3.CookieJar cookieJar +okhttp3.Cookie: int dateCharacterOffset(java.lang.String,int,int,boolean) +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language SPANISH +com.google.android.material.radiobutton.MaterialRadioButton: MaterialRadioButton(android.content.Context) +com.xw.repo.bubbleseekbar.R$attr: int actionMenuTextAppearance +com.google.android.gms.common.SignInButton: void setSize(int) +androidx.viewpager.R$style: int TextAppearance_Compat_Notification +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_TextView +james.adaptiveicon.R$attr: int colorControlNormal +com.google.android.material.floatingactionbutton.FloatingActionButton: com.google.android.material.shape.ShapeAppearanceModel getShapeAppearanceModel() +com.amap.api.fence.GeoFence: long getEnterTime() +com.google.android.material.R$styleable: int View_paddingEnd +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_itemPadding +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addEncodedPathSegment(java.lang.String) +okhttp3.RealCall: boolean executed +androidx.preference.R$dimen: int abc_select_dialog_padding_start_material +com.google.android.material.R$id: int info +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX() +androidx.constraintlayout.widget.R$styleable: int AppCompatSeekBar_tickMark +okhttp3.OkHttpClient$Builder: java.util.List protocols +androidx.vectordrawable.animated.R$id: int tag_unhandled_key_event_manager +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: HourlyEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_PopupMenu +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String windDirection +okhttp3.Dispatcher: int queuedCallsCount() +android.didikee.donate.R$id: int icon +androidx.appcompat.R$styleable: int SwitchCompat_trackTint +wangdaye.com.geometricweather.R$layout: int select_dialog_multichoice_material +cyanogenmod.app.CMTelephonyManager: boolean isSubActive(int) +androidx.constraintlayout.widget.R$style: int Base_Animation_AppCompat_Dialog +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_unregisterCallback +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge +androidx.appcompat.R$color: int abc_btn_colored_text_material +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight +androidx.recyclerview.R$color: int notification_icon_bg_color +com.xw.repo.bubbleseekbar.R$attr: int actionModeCutDrawable +cyanogenmod.providers.CMSettings$System: java.lang.String ENABLE_PEOPLE_LOOKUP +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void onComplete() +com.google.android.material.R$style: int Theme_AppCompat_CompactMenu +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceFragmentCompatStyle +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Dialog_FixedSize +android.didikee.donate.R$styleable: int AppCompatTheme_editTextColor +wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customIntegerValue +androidx.appcompat.widget.AppCompatTextView: void setSupportBackgroundTintList(android.content.res.ColorStateList) +com.google.android.gms.base.R$drawable: int common_google_signin_btn_text_light_normal +androidx.appcompat.R$attr: int contentInsetEnd +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed +wangdaye.com.geometricweather.R$string: int date_format_widget_short +android.didikee.donate.R$styleable: int AppCompatTheme_controlBackground +androidx.constraintlayout.widget.R$id: int up +com.jaredrummler.android.colorpicker.R$layout: int select_dialog_singlechoice_material +com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Title_Text +wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_2 +okhttp3.logging.HttpLoggingInterceptor$Logger: okhttp3.logging.HttpLoggingInterceptor$Logger DEFAULT +androidx.appcompat.R$dimen: int abc_seekbar_track_background_height_material +wangdaye.com.geometricweather.R$string: int key_notification_temp_icon +cyanogenmod.app.ProfileGroup: void getXmlString(java.lang.StringBuilder,android.content.Context) okio.Timeout: boolean hasDeadline -com.google.gson.internal.$Gson$Types$WildcardTypeImpl: boolean equals(java.lang.Object) -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_2_light -android.didikee.donate.R$styleable: int[] ListPopupWindow -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: void setCity(java.lang.String) -com.turingtechnologies.materialscrollbar.R$attr: int selectableItemBackgroundBorderless -retrofit2.OkHttpCall$1 -androidx.preference.R$styleable: int FontFamilyFont_android_fontVariationSettings -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_scaleY -wangdaye.com.geometricweather.main.MainActivityViewModel$Status: wangdaye.com.geometricweather.main.MainActivityViewModel$Status IDLE -okhttp3.internal.http2.Hpack$Writer: int SETTINGS_HEADER_TABLE_SIZE -com.google.android.material.R$dimen: int mtrl_btn_hovered_z -okio.Buffer: okio.BufferedSink write(okio.ByteString) -com.xw.repo.bubbleseekbar.R$styleable: int FontFamily_fontProviderQuery -androidx.constraintlayout.widget.R$styleable: int[] AlertDialog -androidx.lifecycle.SavedStateViewModelFactory: java.lang.Class[] ANDROID_VIEWMODEL_SIGNATURE -io.reactivex.internal.disposables.EmptyDisposable -org.greenrobot.greendao.AbstractDao: long executeInsert(java.lang.Object,org.greenrobot.greendao.database.DatabaseStatement,boolean) -android.didikee.donate.R$attr: int backgroundTintMode -retrofit2.HttpException: HttpException(retrofit2.Response) -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver -androidx.lifecycle.ComputableLiveData: androidx.lifecycle.LiveData getLiveData() -androidx.swiperefreshlayout.R$style: int Widget_Compat_NotificationActionText -cyanogenmod.externalviews.KeyguardExternalViewProviderService: KeyguardExternalViewProviderService() -androidx.legacy.coreutils.R$dimen: int notification_big_circle_margin -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_CompactMenu -android.didikee.donate.R$styleable: int LinearLayoutCompat_android_orientation -com.google.android.material.textfield.TextInputLayout: void setStartIconCheckable(boolean) -androidx.preference.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox -androidx.preference.R$styleable: int Preference_icon -androidx.viewpager2.R$id: int accessibility_custom_action_4 -androidx.hilt.lifecycle.R$id: int actions -cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType[] $VALUES -okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level[] $VALUES -com.xw.repo.bubbleseekbar.R$color: int material_blue_grey_900 -cyanogenmod.profiles.LockSettings$1: cyanogenmod.profiles.LockSettings createFromParcel(android.os.Parcel) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintCircle -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX$InfoX info -com.github.rahatarmanahmed.cpv.CircularProgressView: void onDraw(android.graphics.Canvas) -james.adaptiveicon.R$styleable: int SearchView_goIcon -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge -androidx.appcompat.R$id: int alertTitle -androidx.loader.R$attr: int fontStyle -androidx.swiperefreshlayout.R$attr: int fontProviderPackage -com.google.android.material.R$styleable: int Toolbar_subtitle -androidx.appcompat.R$styleable: int View_android_theme -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_SeekBar -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu -androidx.appcompat.R$string: int abc_toolbar_collapse_description -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum: double Value -com.google.android.material.R$attr: int materialCalendarHeaderTitle -com.google.android.material.R$attr: int textAllCaps -okhttp3.HttpUrl: java.lang.String canonicalize(java.lang.String,java.lang.String,boolean,boolean,boolean,boolean) -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void cancel() -wangdaye.com.geometricweather.R$dimen: int design_snackbar_background_corner_radius -com.google.android.material.chip.Chip: float getCloseIconSize() -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModePasteDrawable -androidx.viewpager2.R$styleable: int FontFamilyFont_font -androidx.preference.TwoStatePreference -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life: java.lang.String date -androidx.appcompat.R$attr: int switchTextAppearance -com.google.android.material.R$styleable: int AppCompatTheme_actionBarTabTextStyle -okhttp3.internal.connection.StreamAllocation: okhttp3.ConnectionPool connectionPool -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.HalfDay[] halfDays -wangdaye.com.geometricweather.remoteviews.trend.TrendLinearLayout: TrendLinearLayout(android.content.Context,android.util.AttributeSet) -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle -com.google.android.material.R$styleable: int NavigationView_headerLayout -com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_preserveIconSpacing -com.google.android.material.R$attr: int pivotAnchor -com.jaredrummler.android.colorpicker.R$attr: int enabled -wangdaye.com.geometricweather.R$string: int feedback_black_text -androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityDestroyed(android.app.Activity) -com.jaredrummler.android.colorpicker.R$color: int bright_foreground_inverse_material_light -io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: void truncateFinal() -com.xw.repo.bubbleseekbar.R$dimen: int disabled_alpha_material_dark -androidx.constraintlayout.widget.R$styleable: int[] ActivityChooserView -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator SHOW_ALARM_ICON_VALIDATOR -androidx.core.R$id: int accessibility_custom_action_26 -com.xw.repo.bubbleseekbar.R$attr: int searchIcon -androidx.preference.R$attr: int titleMargin -com.google.android.material.floatingactionbutton.FloatingActionButton: void setEnsureMinTouchTargetSize(boolean) -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property RainPrecipitationProbability -androidx.constraintlayout.widget.R$dimen: int notification_small_icon_size_as_large -retrofit2.ParameterHandler: void apply(retrofit2.RequestBuilder,java.lang.Object) -com.google.android.material.R$color: int design_default_color_on_primary -okhttp3.internal.platform.JdkWithJettyBootPlatform: void afterHandshake(javax.net.ssl.SSLSocket) -wangdaye.com.geometricweather.R$attr: int contentInsetLeft -com.google.android.material.textfield.TextInputEditText: void setTextInputLayoutFocusedRectEnabled(boolean) -wangdaye.com.geometricweather.R$attr: int hoveredFocusedTranslationZ -retrofit2.http.Part -com.google.android.material.R$id: int accessibility_custom_action_31 -androidx.appcompat.widget.AppCompatCheckBox: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() -wangdaye.com.geometricweather.R$dimen: int mtrl_bottomappbar_fab_cradle_rounded_corner_radius -com.amap.api.location.AMapLocation: java.lang.String l -com.amap.api.fence.GeoFenceManagerBase: void setGeoFenceListener(com.amap.api.fence.GeoFenceListener) -androidx.loader.R$layout: int notification_action -wangdaye.com.geometricweather.R$dimen: int preference_seekbar_padding_horizontal -androidx.vectordrawable.R$id: int accessibility_custom_action_2 -com.google.android.material.R$color: int design_dark_default_color_primary -wangdaye.com.geometricweather.R$string: int abc_searchview_description_voice -androidx.constraintlayout.widget.R$styleable: int MenuView_android_horizontalDivider -io.reactivex.internal.observers.InnerQueuedObserver: void onComplete() -com.google.android.material.R$dimen: int item_touch_helper_swipe_escape_velocity -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: com.google.android.material.animation.MotionSpec getHideMotionSpec() -com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu -androidx.viewpager.R$style: int TextAppearance_Compat_Notification_Time -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_firstVerticalStyle -androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_marginTop -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHorizontal_bias -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_CompactMenu -wangdaye.com.geometricweather.R$string: int appbar_scrolling_view_behavior -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA -androidx.legacy.coreutils.R$style: int TextAppearance_Compat_Notification_Time -com.amap.api.location.AMapLocation: int e(com.amap.api.location.AMapLocation,int) -okhttp3.internal.http1.Http1Codec$FixedLengthSource: okhttp3.internal.http1.Http1Codec this$0 -com.bumptech.glide.R$styleable: int FontFamilyFont_fontVariationSettings -okhttp3.internal.cache.DiskLruCache: void checkNotClosed() -com.google.android.material.textfield.TextInputLayout: android.widget.TextView getPrefixTextView() -androidx.appcompat.widget.ButtonBarLayout: void setStacked(boolean) -james.adaptiveicon.R$attr: int controlBackground -androidx.transition.R$id: int action_image -com.jaredrummler.android.colorpicker.R$styleable: int[] AppCompatTextHelper -okhttp3.Cookie: boolean hostOnly() -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: io.reactivex.disposables.Disposable upstream -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_SHOW_WEATHER_VALIDATOR -okhttp3.Cache$CacheResponseBody -okhttp3.internal.http2.Http2Stream$FramingSource: boolean $assertionsDisabled -androidx.appcompat.R$attr: int allowStacking -android.didikee.donate.R$styleable: int ActionMenuItemView_android_minWidth -androidx.viewpager.R$id: int right_side -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarSplitStyle -androidx.loader.R$styleable: int[] FontFamilyFont -com.google.android.gms.common.api.GoogleApiActivity -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_default_height_material -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String FONT_URI -wangdaye.com.geometricweather.R$styleable: int[] PreferenceGroup -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Snow: java.lang.String Unit -androidx.appcompat.widget.Toolbar: void setOverflowIcon(android.graphics.drawable.Drawable) -com.jaredrummler.android.colorpicker.R$attr: int progressBarStyle -cyanogenmod.app.Profile: cyanogenmod.profiles.BrightnessSettings mBrightness -okhttp3.RealCall: java.io.IOException timeoutExit(java.io.IOException) -androidx.recyclerview.widget.RecyclerView$LayoutManager: RecyclerView$LayoutManager() -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_icon_btn_padding_left -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_onClick -wangdaye.com.geometricweather.R$string: int feedback_location_permissions_title -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_showDividers -wangdaye.com.geometricweather.R$id: int widget_week_icon_2 -wangdaye.com.geometricweather.R$style: int CardView_Dark -androidx.hilt.R$dimen: int notification_big_circle_margin -androidx.appcompat.widget.AppCompatRatingBar -wangdaye.com.geometricweather.R$id: int dialog_button -androidx.preference.R$styleable: int AppCompatTheme_actionModeFindDrawable -okio.Okio$3: void close() -james.adaptiveicon.R$id: int titleDividerNoCustom -androidx.preference.R$style: int Widget_AppCompat_Light_AutoCompleteTextView -okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection$Listener listener -androidx.activity.R$id: int accessibility_custom_action_0 -com.google.android.material.R$color: int radiobutton_themeable_attribute_color -com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle -wangdaye.com.geometricweather.R$styleable: int Toolbar_android_minHeight -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xdt -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int pm25 -okhttp3.internal.ws.RealWebSocket: java.lang.String key -androidx.lifecycle.ProcessLifecycleOwner: void activityStopped() -com.google.android.material.snackbar.Snackbar$SnackbarLayout: Snackbar$SnackbarLayout(android.content.Context,android.util.AttributeSet) -android.didikee.donate.R$drawable: int notification_template_icon_bg -androidx.fragment.R$id: int right_icon -io.reactivex.observers.DisposableObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$styleable: int KeyPosition_pathMotionArc -wangdaye.com.geometricweather.R$dimen: int compat_button_inset_vertical_material -wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.String getShortUVDescription() -com.google.android.material.R$styleable: int ConstraintSet_flow_maxElementsWrap -okhttp3.Credentials: java.lang.String basic(java.lang.String,java.lang.String) -cyanogenmod.externalviews.ExternalViewProviderService$Provider: android.view.View onCreateView() -cyanogenmod.app.CustomTile: java.lang.String resourcesPackageName -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_counterTextColor -cyanogenmod.app.StatusBarPanelCustomTile: long postTime -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Long getId() -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$2 -wangdaye.com.geometricweather.db.entities.LocationEntity: LocationEntity(java.lang.String,java.lang.String,float,float,java.util.TimeZone,java.lang.String,java.lang.String,java.lang.String,java.lang.String,wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource,boolean,boolean,boolean) -james.adaptiveicon.R$attr: int spinnerDropDownItemStyle -android.didikee.donate.R$dimen: int notification_main_column_padding_top -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActivityChooserView -okio.Buffer: long size -wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked -com.xw.repo.bubbleseekbar.R$attr: int colorError -com.bumptech.glide.load.engine.GlideException: void printStackTrace(java.io.PrintWriter) -androidx.transition.R$drawable: int notification_bg_low_pressed -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Fullscreen -androidx.constraintlayout.widget.R$attr: int layout_constraintRight_toRightOf -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintWidth_default -com.amap.api.location.AMapLocation: java.lang.String getAoiName() -okio.ByteString: boolean startsWith(byte[]) -com.google.android.material.floatingactionbutton.FloatingActionButton: void hide(com.google.android.material.floatingactionbutton.FloatingActionButton$OnVisibilityChangedListener) -com.turingtechnologies.materialscrollbar.R$attr: int borderWidth -com.turingtechnologies.materialscrollbar.R$color: int cardview_shadow_end_color -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean -androidx.fragment.R$id: int accessibility_custom_action_18 -io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: void complete() -androidx.preference.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges -okhttp3.internal.tls.BasicTrustRootIndex: java.security.cert.X509Certificate findByIssuerAndSignature(java.security.cert.X509Certificate) +androidx.appcompat.R$styleable: int AppCompatTheme_actionBarTabStyle +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light_Dialog +com.google.android.material.R$drawable: int abc_cab_background_internal_bg +com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemTextColor(android.content.res.ColorStateList) +androidx.appcompat.R$color: int abc_decor_view_status_guard +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String WALLPAPER_URI +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: java.lang.String getPressureVoice(android.content.Context,float) +wangdaye.com.geometricweather.common.basic.models.weather.Base: java.util.Date updateDate +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver +androidx.lifecycle.extensions.R$styleable: int FontFamily_fontProviderFetchTimeout +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: boolean fused +io.reactivex.internal.subscribers.StrictSubscriber: org.reactivestreams.Subscriber downstream +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getRagweedIndex() +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light_Dialog_Alert +io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer +androidx.preference.R$style: int Preference_PreferenceScreen_Material +com.google.android.material.R$attr: int lineHeight +io.reactivex.internal.disposables.EmptyDisposable: io.reactivex.internal.disposables.EmptyDisposable valueOf(java.lang.String) +androidx.viewpager.R$attr: int fontProviderAuthority +androidx.preference.R$layout: int preference_category_material +okio.Okio$4 +com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawable_android_dither +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored +androidx.customview.R$styleable: int FontFamilyFont_fontWeight +androidx.appcompat.R$drawable: int notification_bg_low_pressed +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: java.lang.String time +com.xw.repo.bubbleseekbar.R$attr: int collapseContentDescription +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_verticalStyle +cyanogenmod.themes.ThemeManager: cyanogenmod.themes.IThemeService sService +wangdaye.com.geometricweather.R$attr: int inner_margins +androidx.viewpager2.R$styleable: int GradientColor_android_centerX +cyanogenmod.providers.CMSettings$System: java.lang.String APP_SWITCH_WAKE_SCREEN +androidx.hilt.lifecycle.R$id: int fragment_container_view_tag +com.google.android.material.R$drawable: int abc_text_select_handle_left_mtrl_light +cyanogenmod.providers.CMSettings$System: CMSettings$System() +wangdaye.com.geometricweather.R$string: int week_7 +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator VOLBTN_MUSIC_CONTROLS_VALIDATOR +androidx.preference.R$style: int Widget_Support_CoordinatorLayout +com.xw.repo.bubbleseekbar.R$styleable: int ViewStubCompat_android_inflatedId +androidx.fragment.R$id: int accessibility_custom_action_9 +wangdaye.com.geometricweather.R$drawable: int notif_temp_23 +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: ObservableFlatMapMaybe$FlatMapMaybeObserver(io.reactivex.Observer,io.reactivex.functions.Function,boolean) +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceStyle +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int WINDY +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Long getId() +okhttp3.Dispatcher: void finished(okhttp3.RealCall) +com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_chipSpacingVertical +james.adaptiveicon.R$anim: int abc_grow_fade_in_from_bottom +androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType: androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType valueOf(java.lang.String) +com.turingtechnologies.materialscrollbar.R$layout: int design_layout_snackbar_include +okhttp3.Route: okhttp3.Address address() +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_switchPadding +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: java.lang.Throwable error +com.turingtechnologies.materialscrollbar.R$styleable: int Spinner_android_entries +androidx.constraintlayout.widget.R$id: int square +cyanogenmod.app.Profile: void setNotificationLightMode(int) +androidx.preference.R$attr: int tintMode +okhttp3.internal.cache.DiskLruCache$Entry: okhttp3.internal.cache.DiskLruCache$Snapshot snapshot() +wangdaye.com.geometricweather.R$attr: int dividerPadding +com.google.android.material.R$dimen: int mtrl_chip_text_size +cyanogenmod.providers.CMSettings$Secure: java.lang.String PRIVACY_GUARD_DEFAULT +cyanogenmod.util.ColorUtils: ColorUtils() +com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_drawableSize +io.reactivex.Observable: void safeSubscribe(io.reactivex.Observer) +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Display2 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: java.lang.String getZh_CN() +com.jaredrummler.android.colorpicker.R$layout: int abc_screen_simple +androidx.viewpager.R$dimen: int notification_top_pad +wangdaye.com.geometricweather.R$layout: int container_main_first_card_header +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: java.lang.String desc +androidx.fragment.R$style: int TextAppearance_Compat_Notification_Title +james.adaptiveicon.R$attr: int titleTextAppearance +retrofit2.ServiceMethod: retrofit2.ServiceMethod parseAnnotations(retrofit2.Retrofit,java.lang.reflect.Method) +cyanogenmod.externalviews.KeyguardExternalView$5: KeyguardExternalView$5(cyanogenmod.externalviews.KeyguardExternalView) +androidx.preference.R$styleable: int[] CompoundButton +james.adaptiveicon.R$id: int screen +cyanogenmod.app.ICMStatusBarManager$Stub$Proxy +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ListView +com.google.android.material.floatingactionbutton.FloatingActionButton: void show(com.google.android.material.floatingactionbutton.FloatingActionButton$OnVisibilityChangedListener) +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningMaxCountItems: int colorId +wangdaye.com.geometricweather.R$drawable: int notif_temp_5 +com.xw.repo.bubbleseekbar.R$styleable: int ViewBackgroundHelper_android_background +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_126 +wangdaye.com.geometricweather.db.entities.HistoryEntity: java.lang.Long id +android.support.v4.os.IResultReceiver$Default: IResultReceiver$Default() +androidx.swiperefreshlayout.R$layout: int notification_template_part_time +wangdaye.com.geometricweather.R$layout: int design_menu_item_action_area +android.didikee.donate.R$styleable: int AlertDialog_buttonIconDimen +androidx.constraintlayout.widget.R$drawable: int abc_ic_ab_back_material +com.google.android.material.datepicker.RangeDateSelector +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_verticalBias +okio.RealBufferedSource +cyanogenmod.providers.DataUsageContract: int COLUMN_OF_ACTIVE +com.amap.api.location.AMapLocation: com.amap.api.location.AMapLocationQualityReport c +com.turingtechnologies.materialscrollbar.R$attr: int ttcIndex +androidx.lifecycle.LiveData$AlwaysActiveObserver: androidx.lifecycle.LiveData this$0 +androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver: ConstraintProxyUpdateReceiver() +org.greenrobot.greendao.AbstractDaoMaster: AbstractDaoMaster(org.greenrobot.greendao.database.Database,int) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$TotalLiquid: AccuDailyResult$DailyForecasts$Day$TotalLiquid() +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) +com.google.android.material.R$styleable: int ClockHandView_selectorSize +androidx.preference.R$style: int Base_Widget_AppCompat_Button_Small +androidx.hilt.work.R$styleable: int Fragment_android_name +android.didikee.donate.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_6 +com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType SOSOMAP +android.didikee.donate.R$styleable: int SwitchCompat_android_textOn +retrofit2.HttpException +com.google.android.gms.common.SignInButton +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void collapseNotificationPanel() +com.jaredrummler.android.colorpicker.R$style: int Platform_V21_AppCompat +com.google.android.material.R$layout: int material_time_chip +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void innerComplete() +okhttp3.internal.tls.DistinguishedNameParser: char getEscaped() +androidx.coordinatorlayout.R$dimen: int compat_notification_large_icon_max_width +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_checkboxStyle +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_contentInsetStart +com.google.android.material.R$styleable: int TextInputLayout_suffixTextAppearance +com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleContentDescription(int) +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: int AlertID +com.amap.api.location.UmidtokenInfo: void setLocAble(boolean) +okio.RealBufferedSink: okio.BufferedSink write(byte[],int,int) +okhttp3.internal.connection.ConnectionSpecSelector: boolean isFallback +wangdaye.com.geometricweather.R$attr: int telltales_tailScale +com.google.android.material.R$style: int Widget_Design_TextInputEditText +wangdaye.com.geometricweather.R$styleable: int Tooltip_android_padding +wangdaye.com.geometricweather.R$id: int notification_base +wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date sunRiseDate +com.google.android.material.R$id: int actions +com.amap.api.location.AMapLocation: java.lang.String getProvider() +com.xw.repo.bubbleseekbar.R$style: int Base_V22_Theme_AppCompat +android.support.v4.graphics.drawable.IconCompatParcelizer: IconCompatParcelizer() +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setExtendMotionSpecResource(int) +androidx.loader.R$dimen: int compat_notification_large_icon_max_height +cyanogenmod.hardware.IThermalListenerCallback$Stub$Proxy: java.lang.String getInterfaceDescriptor() +androidx.fragment.R$id: int tag_unhandled_key_listeners +com.bumptech.glide.load.engine.GlideException: java.util.List causes +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_suffixText +wangdaye.com.geometricweather.R$style: int Preference_CheckBoxPreference_Material +androidx.constraintlayout.widget.R$attr: int layout_constraintStart_toEndOf +wangdaye.com.geometricweather.R$array: int widget_card_styles +androidx.constraintlayout.widget.R$styleable: int[] AppCompatImageView +james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarWidgetTheme +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours +androidx.appcompat.R$attr: int actionModeBackground +cyanogenmod.externalviews.ExternalView$1 +com.google.android.material.R$attr: int boxStrokeErrorColor +okhttp3.Handshake: Handshake(okhttp3.TlsVersion,okhttp3.CipherSuite,java.util.List,java.util.List) +okhttp3.internal.cache2.Relay: okhttp3.internal.cache2.Relay read(java.io.File) +androidx.recyclerview.widget.RecyclerView: int getBaseline() +androidx.preference.R$style: int Platform_V25_AppCompat +androidx.cardview.R$dimen +cyanogenmod.app.CustomTile$ExpandedListItem: CustomTile$ExpandedListItem() +androidx.core.R$id: int italic +com.google.android.material.R$layout: int abc_action_menu_layout +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void onNext(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_strokeColor +androidx.preference.R$id: int tag_accessibility_clickable_spans +androidx.appcompat.R$styleable: int TextAppearance_android_textColor +androidx.lifecycle.ViewModelStore +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_medium_material +okhttp3.Headers: java.util.List values(java.lang.String) +wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.String level +com.xw.repo.bubbleseekbar.R$color: int abc_primary_text_disable_only_material_dark +com.google.android.material.R$attr: int behavior_halfExpandedRatio +okhttp3.internal.ws.RealWebSocket: boolean failed +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: boolean isDisposed() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PressureTendency PressureTendency +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_Bridge +wangdaye.com.geometricweather.R$drawable: int weather_cloudy_1 +io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function7) +james.adaptiveicon.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle +androidx.lifecycle.ProcessLifecycleOwner: ProcessLifecycleOwner() +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceFragmentStyle +com.jaredrummler.android.colorpicker.R$styleable: int[] CheckBoxPreference +com.xw.repo.bubbleseekbar.R$string: int abc_toolbar_collapse_description +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small +wangdaye.com.geometricweather.R$attr: int measureWithLargestChild +androidx.constraintlayout.widget.R$attr: int contentDescription +okhttp3.internal.http2.Http2Reader$ContinuationSource: byte flags +androidx.preference.R$anim: int btn_checkbox_to_checked_box_inner_merged_animation +androidx.preference.R$styleable: int PreferenceTheme_preferenceCategoryTitleTextAppearance +wangdaye.com.geometricweather.R$transition: R$transition() +androidx.fragment.R$dimen +com.google.android.material.slider.BaseSlider: void setValues(java.lang.Float[]) +android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Temperature temperature +com.google.android.material.slider.Slider: float getThumbStrokeWidth() +androidx.appcompat.R$style: int Theme_AppCompat +com.amap.api.location.DPoint: boolean equals(java.lang.Object) +androidx.fragment.R$style: int TextAppearance_Compat_Notification_Time +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_popupMenuStyle +com.amap.api.location.AMapLocation: java.lang.String getDistrict() +com.turingtechnologies.materialscrollbar.R$color: int mtrl_bottom_nav_colored_item_tint +android.didikee.donate.R$color: int abc_background_cache_hint_selector_material_light +androidx.appcompat.R$string: int abc_menu_enter_shortcut_label +com.turingtechnologies.materialscrollbar.DragScrollBar: int getMode() +com.google.android.material.R$styleable: int[] Motion +com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox +androidx.constraintlayout.widget.R$styleable: int Motion_transitionEasing +com.google.gson.internal.$Gson$Types$WildcardTypeImpl: boolean equals(java.lang.Object) +androidx.preference.R$style: int TextAppearance_Compat_Notification_Time +wangdaye.com.geometricweather.R$attr: int iconSize +com.amap.api.location.AMapLocationClient: void unRegisterLocationListener(com.amap.api.location.AMapLocationListener) +com.bumptech.glide.integration.okhttp.R$id: int notification_main_column_container +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.MinutelyEntity) +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: ObservableBufferBoundary$BufferCloseObserver(io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver,long) +okhttp3.OkHttpClient: java.util.List connectionSpecs() +james.adaptiveicon.R$layout: int abc_screen_simple_overlay_action_mode +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu +okhttp3.internal.cache2.FileOperator: FileOperator(java.nio.channels.FileChannel) +com.jaredrummler.android.colorpicker.R$dimen: int compat_button_padding_vertical_material +cyanogenmod.app.CustomTile: void cloneInto(cyanogenmod.app.CustomTile) +com.google.android.material.R$style: int Platform_MaterialComponents_Light +com.google.android.gms.location.places.PlaceReport +cyanogenmod.app.ProfileGroup$1: java.lang.Object[] newArray(int) +androidx.legacy.coreutils.R$id: int blocking +wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_moonPhaseText +wangdaye.com.geometricweather.R$attr: int tickColor +com.amap.api.location.AMapLocation$1 +com.google.android.material.button.MaterialButton: int getTextHeight() +com.google.android.material.R$styleable: int Constraint_layout_constraintWidth_min +com.amap.api.location.AMapLocationClientOption: boolean d +com.google.android.material.R$attr: int endIconMode +androidx.constraintlayout.widget.R$attr: int onHide +james.adaptiveicon.R$styleable: int AppCompatTheme_selectableItemBackground +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintCircleAngle +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void disposeInner() +james.adaptiveicon.R$drawable: int abc_btn_switch_to_on_mtrl_00012 +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorControlHighlight +com.turingtechnologies.materialscrollbar.R$integer: int design_snackbar_text_max_lines +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight +retrofit2.Retrofit$1: java.lang.Class val$service +androidx.appcompat.R$color: int switch_thumb_disabled_material_light +wangdaye.com.geometricweather.R$interpolator: int fast_out_slow_in +james.adaptiveicon.R$style: int Theme_AppCompat_DayNight_Dialog_Alert +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: java.lang.String MobileLink +james.adaptiveicon.R$styleable: int ActionBarLayout_android_layout_gravity +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintCircleAngle +com.bumptech.glide.R$styleable: int GradientColor_android_gradientRadius +com.google.android.material.R$styleable: int SearchView_goIcon +wangdaye.com.geometricweather.R$styleable: int[] BackgroundStyle +androidx.preference.R$attr: int buttonStyle +androidx.appcompat.R$color: int material_blue_grey_900 +androidx.activity.R$drawable: int notification_bg_low +cyanogenmod.weather.WeatherLocation$Builder: cyanogenmod.weather.WeatherLocation$Builder setState(java.lang.String) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$6: KeyguardExternalViewProviderService$Provider$ProviderImpl$6(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) +wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_yearTodayStyle +com.google.android.material.R$styleable: int Variant_region_widthMoreThan +android.didikee.donate.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog +james.adaptiveicon.R$styleable: int Toolbar_titleMarginStart +com.google.gson.stream.JsonReader: int PEEKED_UNQUOTED +com.jaredrummler.android.colorpicker.R$attr: int showAsAction +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_default_padding_end_material +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Metric: double Value +wangdaye.com.geometricweather.R$dimen: int abc_text_size_headline_material +cyanogenmod.themes.IThemeService: void unregisterThemeProcessingListener(cyanogenmod.themes.IThemeProcessingListener) +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Bridge +com.xw.repo.bubbleseekbar.R$string: int abc_activitychooserview_choose_application +androidx.activity.R$id: int tag_unhandled_key_event_manager +androidx.core.R$id: int accessibility_custom_action_30 +androidx.lifecycle.ViewModelProvider: androidx.lifecycle.ViewModel get(java.lang.String,java.lang.Class) +androidx.appcompat.R$attr: int progressBarPadding +com.google.android.material.R$styleable: int AppCompatTheme_colorButtonNormal +androidx.fragment.R$anim: int fragment_close_enter +wangdaye.com.geometricweather.R$dimen: int action_bar_size +io.reactivex.internal.subscriptions.SubscriptionArbiter: java.util.concurrent.atomic.AtomicReference missedSubscription +okhttp3.internal.ws.RealWebSocket$Close +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void onSubscribe(io.reactivex.disposables.Disposable) +com.amap.api.location.DPoint: DPoint(android.os.Parcel) +okhttp3.internal.ws.RealWebSocket: int sentPingCount() +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Display4 +android.didikee.donate.R$styleable: int AppCompatTheme_actionButtonStyle +com.amap.api.location.LocationManagerBase: void startAssistantLocation() +com.google.android.gms.dynamite.DynamiteModule$DynamiteLoaderClassLoader: DynamiteModule$DynamiteLoaderClassLoader() +androidx.preference.R$color: int abc_search_url_text_selected +androidx.customview.R$id: int forever +androidx.lifecycle.MediatorLiveData +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleTextAppearance +com.google.android.material.datepicker.MaterialCalendar$CalendarSelector: com.google.android.material.datepicker.MaterialCalendar$CalendarSelector YEAR +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling: AccuCurrentResult$Ceiling() +okhttp3.internal.cache.DiskLruCache: void processJournal() +androidx.legacy.coreutils.R$styleable: int FontFamily_fontProviderQuery +cyanogenmod.themes.ThemeChangeRequest: void writeToParcel(android.os.Parcel,int) +wangdaye.com.geometricweather.R$id: int scrollable +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_SearchView +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_toTopOf +com.google.android.material.circularreveal.CircularRevealRelativeLayout: void setCircularRevealScrimColor(int) +okhttp3.logging.LoggingEventListener: void requestHeadersStart(okhttp3.Call) +androidx.appcompat.widget.AppCompatTextView: int getAutoSizeTextType() +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_gradientRadius +wangdaye.com.geometricweather.R$color: int abc_primary_text_material_dark +androidx.coordinatorlayout.R$style: int Widget_Compat_NotificationActionContainer +com.google.android.material.R$string: int abc_prepend_shortcut_label +okhttp3.Response: okhttp3.Response networkResponse() +com.xw.repo.bubbleseekbar.R$dimen: int abc_search_view_preferred_height +androidx.viewpager2.R$styleable: int[] GradientColor +androidx.fragment.R$styleable: int FontFamily_fontProviderFetchStrategy +wangdaye.com.geometricweather.R$drawable: int weather_snow +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.Wind wind +com.turingtechnologies.materialscrollbar.R$attr: int buttonBarPositiveButtonStyle +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String WALLPAPER_THUMBNAIL +cyanogenmod.app.suggest.ApplicationSuggestion: android.net.Uri mDownloadUri +androidx.viewpager2.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable +com.bumptech.glide.R$id: int action_text +okhttp3.internal.http2.Http2Writer: boolean client +android.didikee.donate.R$id: int buttonPanel +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_DarkActionBar_Bridge +androidx.preference.R$styleable: int SwitchCompat_trackTintMode +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onScreenTurnedOff() +androidx.constraintlayout.widget.R$dimen: int abc_text_size_menu_material +com.google.android.material.R$style: int Animation_MaterialComponents_BottomSheetDialog +androidx.appcompat.widget.ActionMenuView: android.graphics.drawable.Drawable getOverflowIcon() +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao +wangdaye.com.geometricweather.R$attr: int nestedScrollFlags +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: void setUnit(java.lang.String) +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_inset +com.xw.repo.bubbleseekbar.R$attr: int coordinatorLayoutStyle +androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setWifiActiveScan(boolean) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight +okio.BufferedSource: java.lang.String readUtf8Line() +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: boolean isDisposed() +wangdaye.com.geometricweather.R$attr: int actionBarTheme +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: java.lang.String weathercn +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeStyle +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_DarkActionBar_Bridge +com.google.android.material.slider.Slider: void setTickVisible(boolean) +androidx.hilt.lifecycle.R$styleable: int GradientColor_android_centerColor +james.adaptiveicon.R$drawable: int abc_cab_background_top_mtrl_alpha +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActivityChooserView +retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory createAsync() +okio.BufferedSource: long indexOf(byte) +retrofit2.KotlinExtensions$awaitResponse$2$2: kotlinx.coroutines.CancellableContinuation $continuation +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver: ObservableMergeWithSingle$MergeWithObserver$OtherObserver(io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: java.lang.String to +com.google.android.material.R$attr: int dragScale +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionBar_Solid +androidx.dynamicanimation.R$drawable: int notification_bg_normal_pressed +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver +okhttp3.internal.proxy.NullProxySelector: java.util.List select(java.net.URI) +wangdaye.com.geometricweather.R$attr: int crossfade +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_item_min_width +androidx.transition.R$styleable +james.adaptiveicon.R$styleable: int TextAppearance_android_textColorHint +com.xw.repo.bubbleseekbar.R$color: int abc_background_cache_hint_selector_material_light +com.google.android.material.R$styleable: int AppCompatTheme_panelMenuListTheme +wangdaye.com.geometricweather.R$attr: int layout_editor_absoluteY +com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_switch_to_on_mtrl_00012 +wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: int getTotalCount() +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.AlertEntityDao getAlertEntityDao() +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: ObservableConcatMap$SourceObserver$InnerObserver(io.reactivex.Observer,io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_139 +com.google.gson.stream.JsonWriter: boolean getSerializeNulls() +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: void onNext(java.lang.Object) +androidx.multidex.MultiDexExtractor$ExtractedDex: long crc +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_section_text_position +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: java.lang.String getNotice() +wangdaye.com.geometricweather.R$attr: int bsb_thumb_text_size +com.xw.repo.bubbleseekbar.R$styleable: int[] AppCompatImageView +androidx.vectordrawable.R$id: int accessibility_custom_action_11 +com.turingtechnologies.materialscrollbar.R$string: int abc_searchview_description_search +cyanogenmod.app.ProfileManager: cyanogenmod.app.IProfileManager sService +androidx.lifecycle.ClassesInfoCache$MethodReference: int mCallType +wangdaye.com.geometricweather.R$styleable: int EditTextPreference_useSimpleSummaryProvider +wangdaye.com.geometricweather.R$styleable: int Badge_verticalOffset +wangdaye.com.geometricweather.R$attr: int layout_constraintLeft_creator +androidx.legacy.coreutils.R$style: int TextAppearance_Compat_Notification_Line2 +com.google.android.material.chip.Chip: void setChipDrawable(com.google.android.material.chip.ChipDrawable) +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +cyanogenmod.weather.WeatherInfo: double mHumidity +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: void setStatus(int) +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void priority(int,int,int,boolean) +androidx.appcompat.R$style: int Base_Theme_AppCompat_CompactMenu +com.google.android.material.R$styleable: int ConstraintSet_android_alpha +androidx.preference.R$styleable: int AppCompatTheme_windowMinWidthMajor +androidx.constraintlayout.widget.R$attr: int fontProviderAuthority +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Title +com.turingtechnologies.materialscrollbar.R$styleable: int[] DrawerArrowToggle +androidx.appcompat.widget.AppCompatCheckBox: android.graphics.PorterDuff$Mode getSupportButtonTintMode() +com.jaredrummler.android.colorpicker.R$dimen: int fastscroll_margin +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation: double qty12H +okhttp3.internal.platform.Platform: javax.net.ssl.X509TrustManager trustManager(javax.net.ssl.SSLSocketFactory) +androidx.appcompat.view.menu.ListMenuItemView: void setGroupDividerEnabled(boolean) +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean cancelled +com.google.android.material.R$id: int rounded +com.google.android.material.R$attr: int colorOnSurface +com.google.android.material.appbar.AppBarLayout: void setStatusBarForegroundResource(int) +com.amap.api.location.AMapLocationClientOption: boolean e +androidx.hilt.R$attr: int fontVariationSettings +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int AQI_INDEX_4 +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult +wangdaye.com.geometricweather.R$id: int item_weather_icon +okio.Okio$1 +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_RatingBar +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut +androidx.lifecycle.LifecycleRegistry: androidx.arch.core.internal.FastSafeIterableMap mObserverMap +com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleTypeface(android.graphics.Typeface) +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: ObservableConcatMapMaybe$ConcatMapMaybeMainObserver(io.reactivex.Observer,io.reactivex.functions.Function,int,io.reactivex.internal.util.ErrorMode) +androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionBar +com.google.android.material.floatingactionbutton.FloatingActionButton: void setRippleColor(android.content.res.ColorStateList) +com.amap.api.fence.GeoFence: float l +com.google.android.material.R$dimen: int mtrl_bottomappbar_fab_cradle_margin +com.google.android.material.slider.RangeSlider: void setFocusedThumbIndex(int) +com.google.android.material.R$id: int test_radiobutton_android_button_tint +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property TotalPrecipitationProbability +com.amap.api.location.DPoint: android.os.Parcelable$Creator CREATOR +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: void onSubscribe(io.reactivex.disposables.Disposable) +okhttp3.internal.ws.RealWebSocket$CancelRunnable: void run() +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_mini_xml +com.google.android.material.R$id: int text_input_start_icon +wangdaye.com.geometricweather.R$attr: int type +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getNotificationThemePackageName() +com.bumptech.glide.module.AppGlideModule: AppGlideModule() +androidx.work.R$color: int ripple_material_light +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_SeekBar_Discrete +com.xw.repo.bubbleseekbar.R$attr: int subtitle +com.google.android.material.R$id: int material_timepicker_edit_text +okhttp3.Address: Address(java.lang.String,int,okhttp3.Dns,javax.net.SocketFactory,javax.net.ssl.SSLSocketFactory,javax.net.ssl.HostnameVerifier,okhttp3.CertificatePinner,okhttp3.Authenticator,java.net.Proxy,java.util.List,java.util.List,java.net.ProxySelector) +wangdaye.com.geometricweather.R$attr: int layout_goneMarginStart +androidx.constraintlayout.widget.R$attr: int textColorSearchUrl +wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableTransition_android_toId +wangdaye.com.geometricweather.R$color: int colorRipple +com.google.android.material.R$style: int Widget_MaterialComponents_ActionBar_Solid +com.google.android.material.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader +com.google.android.material.R$styleable: int Constraint_flow_lastVerticalBias +com.turingtechnologies.materialscrollbar.R$attr: int actionModeSplitBackground +wangdaye.com.geometricweather.R$styleable: int[] SwitchPreferenceCompat +androidx.appcompat.R$drawable: int abc_ic_star_half_black_36dp +androidx.preference.R$attr: int fontStyle +wangdaye.com.geometricweather.R$attr: int endIconContentDescription +androidx.constraintlayout.widget.R$id: int cos +wangdaye.com.geometricweather.R$id: int widget_week_card +androidx.transition.R$styleable: int GradientColorItem_android_color +androidx.constraintlayout.widget.R$attr: int contentInsetRight +com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleMarginBottom +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_collapsedTitleTextAppearance +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setDefense(java.util.List) +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode[] values() +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.WeatherIconControlView: WeatherIconControlView(android.content.Context,android.util.AttributeSet) +androidx.coordinatorlayout.widget.CoordinatorLayout: void setVisibility(int) +androidx.constraintlayout.widget.R$id: int wrap_content +com.turingtechnologies.materialscrollbar.MaterialScrollBar: boolean getHide() +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: boolean delayError +james.adaptiveicon.R$styleable: int SearchView_android_focusable +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: io.reactivex.Observer downstream +androidx.preference.R$styleable: int Toolbar_contentInsetEndWithActions +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Integer relativeHumidityMax +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int THUNDERSTORMS +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub$Proxy: android.os.IBinder mRemote +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowFixedWidthMinor +com.xw.repo.bubbleseekbar.R$style: int Base_V7_Theme_AppCompat_Light_Dialog +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property HourlyForecast +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: boolean done +okhttp3.HttpUrl$Builder: void removeAllCanonicalQueryParameters(java.lang.String) +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: ObservableWindow$WindowExactObserver(io.reactivex.Observer,long,int) +com.google.android.material.R$styleable: int MaterialCalendarItem_android_insetTop +wangdaye.com.geometricweather.R$id: int container_main_sun_moon_moonrise_moonset +com.google.android.material.button.MaterialButton: android.content.res.ColorStateList getRippleColor() +com.xw.repo.bubbleseekbar.R$attr: int voiceIcon +wangdaye.com.geometricweather.R$id: int fill +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum +com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableTransition_android_drawable +retrofit2.ParameterHandler$FieldMap: retrofit2.Converter valueConverter +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter open(int,java.lang.String) +okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner: java.lang.reflect.Method checkServerTrusted +cyanogenmod.externalviews.ExternalView$5 +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_dialog_background_inset +com.google.android.material.R$attr: int materialAlertDialogTitlePanelStyle +androidx.constraintlayout.widget.R$styleable: int View_theme +androidx.lifecycle.ViewModelProvider$KeyedFactory: ViewModelProvider$KeyedFactory() +james.adaptiveicon.R$attr: int listPreferredItemHeight +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_requestThemeChangeUpdates +wangdaye.com.geometricweather.R$animator: int weather_rain_3 +wangdaye.com.geometricweather.R$drawable: int notif_temp_132 +okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder cipherSuites(java.lang.String[]) +androidx.recyclerview.R$styleable: int RecyclerView_android_clipToPadding +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean +cyanogenmod.app.ProfileManager: cyanogenmod.app.IProfileManager getService() +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColorItem_android_color +io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.constraintlayout.widget.R$id: int center +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorButtonNormal +androidx.preference.R$attr: int fastScrollHorizontalThumbDrawable +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_progressBarPadding +androidx.appcompat.R$styleable: int ActionBar_subtitle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: CaiYunMainlyResult$IndicesBeanX$IndicesBean() +wangdaye.com.geometricweather.R$dimen: int mtrl_alert_dialog_background_inset_end +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: ObservableTakeLast$TakeLastObserver(io.reactivex.Observer,int) +androidx.viewpager2.widget.ViewPager2: int getCurrentItem() +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: BaiduIPLocationResult$ContentBean() +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHeight_default +com.google.android.material.R$attr: int itemHorizontalTranslationEnabled +com.google.android.material.R$attr: int numericModifiers +androidx.constraintlayout.widget.R$styleable: int Constraint_android_translationZ +wangdaye.com.geometricweather.db.entities.DaoMaster: org.greenrobot.greendao.AbstractDaoSession newSession() +wangdaye.com.geometricweather.R$attr: int foregroundInsidePadding +com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense +com.jaredrummler.android.colorpicker.R$drawable: int abc_menu_hardkey_panel_mtrl_mult +android.didikee.donate.R$attr: int tickMark +androidx.preference.R$attr: int backgroundTint +androidx.activity.R$styleable: int ColorStateListItem_android_alpha +com.google.android.gms.base.R$attr: int colorScheme +okhttp3.internal.ws.WebSocketWriter +android.didikee.donate.R$styleable: int MenuView_android_windowAnimationStyle +androidx.recyclerview.widget.StaggeredGridLayoutManager$LazySpanLookup$FullSpanItem +androidx.preference.R$styleable: int Preference_enableCopying +wangdaye.com.geometricweather.R$styleable: int[] FitSystemBarRecyclerView +androidx.work.R$styleable: int FontFamilyFont_android_fontVariationSettings +androidx.swiperefreshlayout.R$styleable: int GradientColorItem_android_offset +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: java.util.Date getPubTime() +androidx.constraintlayout.widget.ConstraintLayout +com.jaredrummler.android.colorpicker.R$id: int search_bar +com.google.android.material.R$styleable: int NavigationView_itemShapeAppearance +com.xw.repo.bubbleseekbar.R$styleable: int RecycleListView_paddingTopNoTitle +cyanogenmod.providers.DataUsageContract: int COLUMN_OF_SLOW_SAMPLES +wangdaye.com.geometricweather.R$style: int notification_title_text +android.didikee.donate.R$style: int ThemeOverlay_AppCompat_Dialog_Alert +io.reactivex.internal.subscriptions.DeferredScalarSubscription: int requestFusion(int) +androidx.appcompat.R$color: int material_grey_600 +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_editor_absoluteY +androidx.lifecycle.OnLifecycleEvent: androidx.lifecycle.Lifecycle$Event value() +androidx.viewpager2.R$id: int notification_main_column +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainNoLast: ObservableSampleWithObservable$SampleMainNoLast(io.reactivex.Observer,io.reactivex.ObservableSource) +androidx.constraintlayout.widget.R$color: int abc_background_cache_hint_selector_material_light +androidx.constraintlayout.utils.widget.ImageFilterView: void setRound(float) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeSplitBackground +wangdaye.com.geometricweather.R$id: int dialog_location_help_locationIcon +org.greenrobot.greendao.database.DatabaseOpenHelper: DatabaseOpenHelper(android.content.Context,java.lang.String,android.database.sqlite.SQLiteDatabase$CursorFactory,int,android.database.DatabaseErrorHandler) +androidx.work.R$drawable: int notification_bg_low_normal +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem +cyanogenmod.app.Profile$ExpandedDesktopMode +androidx.appcompat.widget.AppCompatCheckBox: void setBackgroundDrawable(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.R$attr: int stackFromEnd +james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_goIcon +wangdaye.com.geometricweather.R$attr: int curveFit +androidx.appcompat.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_1 +androidx.preference.R$id: int search_button +com.google.android.material.slider.Slider: android.content.res.ColorStateList getTickInactiveTintList() +androidx.preference.R$dimen: int abc_dialog_corner_radius_material +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_passwordToggleDrawable +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintStart_toStartOf +android.didikee.donate.R$styleable: int AppCompatTheme_tooltipFrameBackground +okhttp3.internal.NamedRunnable: void run() +okhttp3.internal.http2.Http2Reader$Handler: void windowUpdate(int,long) +wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle MATERIAL +androidx.constraintlayout.utils.widget.ImageFilterView: void setBrightness(float) +cyanogenmod.providers.CMSettings$Global: float getFloat(android.content.ContentResolver,java.lang.String,float) +wangdaye.com.geometricweather.R$id: int widget_week_temp_4 +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceHeadline1 +wangdaye.com.geometricweather.R$color: int mtrl_tabs_ripple_color +androidx.preference.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large +wangdaye.com.geometricweather.R$id: int cpv_color_image_view +com.turingtechnologies.materialscrollbar.R$bool: int abc_action_bar_embed_tabs +androidx.preference.R$dimen: R$dimen() +okhttp3.MultipartBody$Part +com.google.android.material.R$color: int mtrl_textinput_hovered_box_stroke_color +android.didikee.donate.R$attr: int imageButtonStyle +android.didikee.donate.R$dimen: int abc_panel_menu_list_width +wangdaye.com.geometricweather.R$id: int progress +androidx.appcompat.R$color: int error_color_material_light +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Chip +io.reactivex.internal.observers.BlockingObserver: void onComplete() +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ListView_Menu +androidx.hilt.R$dimen: int notification_right_icon_size +cyanogenmod.hardware.ICMHardwareService: int[] getVibratorIntensity() +androidx.drawerlayout.R$integer: R$integer() +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean get(int) +com.turingtechnologies.materialscrollbar.R$styleable: int MenuGroup_android_id +io.reactivex.internal.util.VolatileSizeArrayList: boolean remove(java.lang.Object) +androidx.viewpager.R$styleable: int GradientColor_android_tileMode +wangdaye.com.geometricweather.R$id: int material_clock_period_am_button +wangdaye.com.geometricweather.R$layout: int widget_day_symmetry +android.didikee.donate.R$attr: int contentInsetStartWithNavigation +androidx.vectordrawable.R$id: int tag_transition_group +androidx.hilt.lifecycle.R$attr: int fontProviderPackage +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getAqi() +androidx.recyclerview.R$styleable: int RecyclerView_fastScrollEnabled +wangdaye.com.geometricweather.R$id: int activity_widget_config_cardAlphaSeekBar +wangdaye.com.geometricweather.R$attr: int textAppearanceHeadline6 +com.jaredrummler.android.colorpicker.R$dimen: int abc_button_inset_vertical_material +com.github.rahatarmanahmed.cpv.CircularProgressView$4: CircularProgressView$4(com.github.rahatarmanahmed.cpv.CircularProgressView) +com.google.android.material.appbar.AppBarLayout: void setStatusBarForegroundColor(int) +cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setTimestamp(long) +com.google.android.gms.common.api.ResolvableApiException: void startResolutionForResult(android.app.Activity,int) +com.turingtechnologies.materialscrollbar.R$attr: int liftOnScroll +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintDimensionRatio +okio.ForwardingTimeout: boolean hasDeadline() +com.jaredrummler.android.colorpicker.R$layout: int preference_recyclerview +wangdaye.com.geometricweather.R$color: int material_on_primary_disabled +wangdaye.com.geometricweather.R$drawable: int notif_temp_22 +androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_android_fontWeight +cyanogenmod.platform.Manifest$permission: java.lang.String READ_THEMES +com.amap.api.fence.PoiItem: java.lang.String a +wangdaye.com.geometricweather.R$styleable: int OnSwipe_touchAnchorSide +com.turingtechnologies.materialscrollbar.R$attr: int submitBackground +com.google.android.material.R$styleable: int LinearLayoutCompat_divider +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: java.lang.Integer clouds +androidx.preference.R$layout: int notification_action_tombstone +com.google.android.material.R$attr: int tabPaddingBottom +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$PhenomenonMaxColor: MfWarningsResult$PhenomenonMaxColor() +wangdaye.com.geometricweather.R$attr: int navigationViewStyle +com.jaredrummler.android.colorpicker.R$layout: int abc_search_view +okhttp3.logging.HttpLoggingInterceptor +cyanogenmod.app.CustomTile$ExpandedListItem: void setExpandedListItemTitle(java.lang.String) +com.google.android.material.R$styleable: int Tooltip_backgroundTint +androidx.fragment.R$style: int TextAppearance_Compat_Notification_Line2 +com.turingtechnologies.materialscrollbar.R$attr: int layout_scrollInterpolator +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_switchMinWidth +androidx.appcompat.R$attr: int popupMenuStyle +androidx.appcompat.R$dimen: int hint_pressed_alpha_material_light +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver observer +androidx.dynamicanimation.R$drawable +wangdaye.com.geometricweather.R$id: int textinput_helper_text +wangdaye.com.geometricweather.R$dimen: int mtrl_exposed_dropdown_menu_popup_vertical_padding +androidx.vectordrawable.R$drawable: int notification_tile_bg +com.google.android.material.R$color: int design_dark_default_color_on_primary +okhttp3.internal.connection.RouteSelector: okhttp3.EventListener eventListener +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowActionBar +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_DialogWhenLarge +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ENABLE_PEOPLE_LOOKUP_VALIDATOR +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_33 +com.turingtechnologies.materialscrollbar.R$id: int titleDividerNoCustom +okhttp3.internal.connection.RouteDatabase: RouteDatabase() +james.adaptiveicon.R$styleable: int[] FontFamily +com.turingtechnologies.materialscrollbar.DateAndTimeIndicator: int getIndicatorHeight() +okio.Buffer$UnsafeCursor: long expandBuffer(int) +okhttp3.internal.http1.Http1Codec: okio.Sink newFixedLengthSink(long) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_selectableItemBackground +androidx.lifecycle.extensions.R$id: int italic +androidx.appcompat.R$layout: int select_dialog_item_material +wangdaye.com.geometricweather.R$attr: int triggerReceiver +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_android_background +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: io.reactivex.functions.Function combiner +com.google.android.material.R$color: int material_timepicker_modebutton_tint +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_iconifiedByDefault +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: boolean isEmpty() +androidx.coordinatorlayout.R$color +androidx.customview.R$id: int tag_unhandled_key_event_manager +com.google.android.material.chip.Chip: void setChipMinHeightResource(int) +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Small_Inverse +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Country Country +android.didikee.donate.R$dimen: int abc_action_bar_default_padding_end_material +androidx.lifecycle.SavedStateHandle$SavingStateLiveData: SavedStateHandle$SavingStateLiveData(androidx.lifecycle.SavedStateHandle,java.lang.String,java.lang.Object) +androidx.preference.R$attr: int checkboxStyle +androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_translationY +com.google.android.material.tabs.TabLayout +androidx.appcompat.widget.ButtonBarLayout: int getMinimumHeight() +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_android_textOff +com.google.android.material.R$style: int Base_Widget_AppCompat_ActionButton_Overflow +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: java.lang.String pubTime +wangdaye.com.geometricweather.R$id: int widget_day_week +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_117 +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_splitTrack +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Object readEntity(android.database.Cursor,int) +okhttp3.internal.http2.Http2: byte TYPE_SETTINGS +androidx.constraintlayout.widget.R$styleable: int[] MenuGroup +com.turingtechnologies.materialscrollbar.R$attr: int borderlessButtonStyle +com.turingtechnologies.materialscrollbar.R$dimen: int compat_control_corner_material +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer wetBulbTemperature +com.jaredrummler.android.colorpicker.R$dimen: int abc_list_item_padding_horizontal_material +androidx.hilt.R$integer +okhttp3.Request$Builder: okhttp3.Headers$Builder headers +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_10 +cyanogenmod.weather.WeatherLocation: java.lang.String mCityId +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_ActionBar wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_useCompatPadding -com.google.android.material.R$color: int design_default_color_on_secondary -wangdaye.com.geometricweather.R$id: int triangle -androidx.appcompat.R$id: int expand_activities_button -androidx.preference.R$id: int action_context_bar -io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiFunction,boolean) -com.google.android.material.R$layout: int abc_action_bar_title_item -androidx.appcompat.R$styleable: int Toolbar_titleMarginStart -wangdaye.com.geometricweather.R$styleable: int MenuView_preserveIconSpacing -cyanogenmod.themes.ThemeChangeRequest$Builder: java.util.Map mThemeComponents -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial: int UnitType -james.adaptiveicon.R$style: int Theme_AppCompat_Light_Dialog_MinWidth -wangdaye.com.geometricweather.R$string: int settings_title_gravity_sensor_switch -wangdaye.com.geometricweather.R$color: int primary_material_dark -okio.Buffer$UnsafeCursor: long expandBuffer(int) -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.String momentDay -io.reactivex.internal.util.NotificationLite$DisposableNotification: NotificationLite$DisposableNotification(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Imperial: java.lang.String Unit -androidx.hilt.work.R$styleable: int FontFamily_fontProviderCerts -com.google.gson.LongSerializationPolicy: com.google.gson.LongSerializationPolicy[] values() -com.google.android.material.slider.RangeSlider: void setLabelFormatter(com.google.android.material.slider.LabelFormatter) -android.didikee.donate.R$styleable: int Spinner_android_popupBackground -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemTextColor -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_textAppearance -wangdaye.com.geometricweather.R$attr: int bsb_show_section_text -wangdaye.com.geometricweather.R$attr: int closeIcon -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getThemePackageNameForComponent(java.lang.String) -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_ActionBar -androidx.appcompat.R$styleable: int[] StateListDrawableItem -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_counterTextColor -com.google.gson.stream.JsonReader: int nextNonWhitespace(boolean) -okhttp3.Response: okhttp3.Response cacheResponse() -com.jaredrummler.android.colorpicker.R$drawable: int preference_list_divider_material -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$3: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 -wangdaye.com.geometricweather.R$styleable: int[] KeyPosition -com.jaredrummler.android.colorpicker.R$layout: int abc_alert_dialog_title_material -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintStart_toStartOf -com.turingtechnologies.materialscrollbar.R$styleable: int[] FlowLayout -cyanogenmod.externalviews.ExternalView: android.content.Context mContext -okhttp3.RealCall: okhttp3.OkHttpClient client -james.adaptiveicon.R$layout: int abc_screen_toolbar -androidx.appcompat.R$attr: int titleMarginStart -androidx.hilt.work.R$id: int accessibility_custom_action_3 -androidx.constraintlayout.widget.R$attr: int chainUseRtl -androidx.constraintlayout.widget.R$style: int TextAppearance_Compat_Notification_Time -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_PopupMenu_ContextMenu -com.google.android.material.R$dimen: int abc_dropdownitem_text_padding_left -cyanogenmod.app.ICustomTileListener: void onCustomTilePosted(org.cyanogenmod.internal.statusbar.IStatusBarCustomTileHolder) -com.google.android.material.R$styleable: int KeyAttribute_android_translationZ -okio.Buffer: void readFrom(java.io.InputStream,long,boolean) -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int HEAVY_SNOW -com.google.android.material.R$attr: int actionProviderClass -com.google.android.material.R$styleable: int[] Variant -androidx.preference.R$styleable: int AlertDialog_buttonPanelSideLayout -retrofit2.OkHttpCall: retrofit2.Call clone() -io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function7) -wangdaye.com.geometricweather.R$style: int ShapeAppearance_MaterialComponents_MediumComponent -androidx.appcompat.resources.R$styleable: int[] GradientColorItem -wangdaye.com.geometricweather.R$styleable: int[] FontFamily -androidx.lifecycle.ViewModel: void closeWithRuntimeException(java.lang.Object) -androidx.appcompat.R$attr: int subtitleTextAppearance -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamily_fontProviderFetchTimeout -android.support.v4.app.INotificationSideChannel$Default: void cancelAll(java.lang.String) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: java.lang.String getLogo() -androidx.vectordrawable.R$integer: int status_bar_notification_info_maxnum -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorError -androidx.viewpager2.R$id: int accessibility_custom_action_14 -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: long index -androidx.lifecycle.SavedStateViewModelFactory: androidx.lifecycle.ViewModel create(java.lang.Class) -com.google.android.material.R$id: int mtrl_picker_text_input_date -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float snow24h -com.google.android.material.R$attr: int collapsingToolbarLayoutStyle -com.jaredrummler.android.colorpicker.R$layout: int abc_list_menu_item_icon -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_ut -cyanogenmod.externalviews.KeyguardExternalView: void performAction(java.lang.Runnable) -okhttp3.internal.Internal: void setCache(okhttp3.OkHttpClient$Builder,okhttp3.internal.cache.InternalCache) -android.didikee.donate.R$integer -androidx.preference.R$attr: int listPreferredItemHeightSmall -james.adaptiveicon.R$dimen: int abc_action_bar_overflow_padding_start_material -com.google.android.material.R$string: int mtrl_picker_out_of_range -androidx.preference.R$style: int Widget_AppCompat_Light_SearchView -cyanogenmod.app.Profile: int getProfileType() -wangdaye.com.geometricweather.db.entities.LocationEntity: void setChina(boolean) -androidx.activity.R$style: int TextAppearance_Compat_Notification_Line2 -wangdaye.com.geometricweather.R$id: int labelGroup -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceListItemSmall -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cv -com.jaredrummler.android.colorpicker.R$styleable: int[] AlertDialog -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_NOTIF_COUNT_VALIDATOR -android.didikee.donate.R$attr: int buttonBarNeutralButtonStyle -wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.String TABLENAME -com.turingtechnologies.materialscrollbar.R$styleable: int FlowLayout_itemSpacing -com.turingtechnologies.materialscrollbar.R$layout: int notification_template_part_time -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle -wangdaye.com.geometricweather.R$id: int default_activity_button -wangdaye.com.geometricweather.R$drawable: int weather_sleet_3 -okhttp3.Headers: java.lang.String get(java.lang.String[],java.lang.String) -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_thumb_radius -androidx.viewpager2.R$styleable: int RecyclerView_android_clipToPadding -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_textLocale -androidx.lifecycle.LifecycleRegistry: void setCurrentState(androidx.lifecycle.Lifecycle$State) -wangdaye.com.geometricweather.R$styleable: int MaterialButton_iconTint -androidx.appcompat.R$styleable: int Spinner_android_dropDownWidth -wangdaye.com.geometricweather.R$drawable: int notif_temp_42 -androidx.preference.R$attr: int textLocale -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.lang.Integer LEFT_CLOSE -io.reactivex.Observable: io.reactivex.Observable switchMapSingleDelayError(io.reactivex.functions.Function) -com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceListItemSmall -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_CardView -androidx.work.impl.foreground.SystemForegroundService -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_percent -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SLEET -com.jaredrummler.android.colorpicker.R$color: int material_blue_grey_900 -androidx.lifecycle.LiveData: androidx.arch.core.internal.SafeIterableMap mObservers -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Title_Inverse -wangdaye.com.geometricweather.R$color: int highlighted_text_material_light -com.turingtechnologies.materialscrollbar.R$styleable: R$styleable() -wangdaye.com.geometricweather.R$dimen: int abc_dropdownitem_text_padding_right -wangdaye.com.geometricweather.db.entities.DailyEntity: void setCityId(java.lang.String) -com.amap.api.fence.GeoFence: int TYPE_POLYGON -androidx.coordinatorlayout.R$styleable: int GradientColor_android_startY -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listMenuViewStyle -androidx.constraintlayout.widget.R$attr: int customColorDrawableValue -com.bumptech.glide.R$id: int bottom -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX() -io.reactivex.internal.subscribers.StrictSubscriber: java.util.concurrent.atomic.AtomicBoolean once -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: long serialVersionUID -android.support.v4.os.IResultReceiver -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_activityChooserViewStyle +cyanogenmod.app.Profile$Type +wangdaye.com.geometricweather.R$id: int chip1 +com.turingtechnologies.materialscrollbar.R$attr: int counterEnabled +androidx.lifecycle.LiveData$ObserverWrapper: boolean isAttachedTo(androidx.lifecycle.LifecycleOwner) +androidx.preference.R$style: int Base_V21_Theme_AppCompat +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: java.util.concurrent.atomic.AtomicInteger windows +cyanogenmod.app.ILiveLockScreenChangeListener$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +wangdaye.com.geometricweather.R$attr: int title +com.google.android.material.R$string: int mtrl_picker_text_input_month_abbr +com.google.android.material.R$attr: int pathMotionArc +com.google.android.material.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex +wangdaye.com.geometricweather.R$font: int product_sans_light +okhttp3.internal.cache.DiskLruCache$Snapshot +okhttp3.Cookie: boolean hostOnly() +com.github.rahatarmanahmed.cpv.CircularProgressView: android.animation.ValueAnimator startAngleRotate +com.google.android.material.bottomappbar.BottomAppBar$Behavior: BottomAppBar$Behavior(android.content.Context,android.util.AttributeSet) +androidx.hilt.R$attr: int fontProviderCerts +androidx.appcompat.widget.ActionBarContextView: void setCustomView(android.view.View) +androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: void setDropDownBackgroundResource(int) +com.google.android.material.R$attr: int maxImageSize +com.autonavi.aps.amapapi.model.AMapLocationServer: com.autonavi.aps.amapapi.model.AMapLocationServer h() +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_collapseContentDescription +james.adaptiveicon.R$dimen: int abc_text_size_subtitle_material_toolbar +com.turingtechnologies.materialscrollbar.R$attr: int switchPadding +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionButton_Overflow +androidx.constraintlayout.widget.R$styleable: int ActionBar_contentInsetStart +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial: double Value +androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_TabText +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: void onError(java.lang.Throwable) +androidx.preference.R$styleable: int AppCompatTheme_actionModeBackground +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.db.entities.DaoMaster: DaoMaster(org.greenrobot.greendao.database.Database) +wangdaye.com.geometricweather.R$array: int languages +androidx.hilt.work.R$layout: int notification_action +androidx.appcompat.R$drawable: int abc_textfield_search_default_mtrl_alpha +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Spinner_Underlined +wangdaye.com.geometricweather.R$attr: int bsb_is_float_type +wangdaye.com.geometricweather.R$attr: int textColorSearchUrl +wangdaye.com.geometricweather.R$styleable: int Slider_tickVisible +android.didikee.donate.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox +com.xw.repo.bubbleseekbar.R$id: int src_in +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: java.lang.String Link +com.google.android.material.tabs.TabLayout: void setOnTabSelectedListener(com.google.android.material.tabs.TabLayout$OnTabSelectedListener) +com.xw.repo.bubbleseekbar.R$layout: int abc_alert_dialog_material +wangdaye.com.geometricweather.R$string: int date_format_widget_long +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getO3() +wangdaye.com.geometricweather.R$color: int lightPrimary_5 +com.google.android.material.slider.Slider: void setThumbStrokeWidth(float) +okhttp3.Response: okhttp3.CacheControl cacheControl() +androidx.appcompat.R$attr: int tickMarkTint +wangdaye.com.geometricweather.common.basic.models.weather.Base: long timeStamp +com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_itemBackground +wangdaye.com.geometricweather.R$id: int flip +cyanogenmod.content.Intent: java.lang.String ACTION_INITIALIZE_CM_HARDWARE +cyanogenmod.profiles.ConnectionSettings$1: cyanogenmod.profiles.ConnectionSettings[] newArray(int) +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: long serialVersionUID +com.turingtechnologies.materialscrollbar.R$attr: int errorTextAppearance +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getWallpaperThemePackageName() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String nighttimeWindLevel +wangdaye.com.geometricweather.R$attr: int firstBaselineToTopHeight +okio.Okio: okio.Sink sink(java.net.Socket) +wangdaye.com.geometricweather.R$layout: int abc_list_menu_item_icon +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: long serialVersionUID +wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setDbz(java.lang.Integer) +retrofit2.http.QueryMap +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: int status +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_CompoundButton_Switch +com.google.android.material.button.MaterialButtonToggleGroup: void setSelectionRequired(boolean) +wangdaye.com.geometricweather.R$styleable: int MockView_mock_label +androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State[] values() +com.google.android.gms.common.Feature +android.didikee.donate.R$styleable: int Toolbar_titleMarginBottom +com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableCompat_android_dither +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constrainedHeight +androidx.transition.R$drawable: int notification_icon_background +com.google.gson.FieldNamingPolicy$3: java.lang.String translateName(java.lang.reflect.Field) +com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_backgroundTint +wangdaye.com.geometricweather.R$string: int mtrl_picker_navigate_to_year_description +wangdaye.com.geometricweather.R$color: int accent_material_light +com.baidu.location.indoor.mapversion.c.c$b: double d +cyanogenmod.externalviews.ExternalView$2: ExternalView$2(cyanogenmod.externalviews.ExternalView,int,int,int,int,boolean,android.graphics.Rect) +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_30 +wangdaye.com.geometricweather.R$dimen: int design_fab_image_size +androidx.hilt.work.R$dimen: int compat_button_padding_horizontal_material +org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database getEncryptedWritableDb(java.lang.String) +io.reactivex.internal.schedulers.ScheduledDirectTask: long serialVersionUID +androidx.preference.R$attr: int isLightTheme +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_drawableRight +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone: java.lang.Object NextOffsetChange +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String Link +wangdaye.com.geometricweather.R$string: int week_1 +cyanogenmod.alarmclock.ClockContract$AlarmsColumns: java.lang.String MINUTES +android.didikee.donate.R$styleable: int[] AlertDialog +com.google.android.material.tabs.TabLayout: void setSelectedTabIndicator(android.graphics.drawable.Drawable) +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_numericShortcut +com.turingtechnologies.materialscrollbar.R$attr: int actionModeFindDrawable +androidx.preference.R$string: int abc_activitychooserview_choose_application +cyanogenmod.providers.CMSettings$Global: boolean putLongForUser(android.content.ContentResolver,java.lang.String,long,int) +cyanogenmod.app.Profile: cyanogenmod.profiles.StreamSettings getSettingsForStream(int) +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.util.Date date +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableEndCompat +androidx.constraintlayout.widget.R$dimen: int abc_edit_text_inset_bottom_material +com.jaredrummler.android.colorpicker.R$attr: int buttonBarButtonStyle +com.google.android.material.R$dimen: int compat_button_inset_horizontal_material +cyanogenmod.hardware.CMHardwareManager: boolean setDisplayColorCalibration(int[]) +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: io.reactivex.internal.queue.SpscLinkedArrayQueue queue +okhttp3.Headers$Builder: okhttp3.Headers$Builder addLenient(java.lang.String) +com.bumptech.glide.R$attr: int layout_insetEdge +android.didikee.donate.R$style: int TextAppearance_AppCompat_Menu +com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String a() +com.google.android.material.R$style: int Base_V7_Theme_AppCompat +com.google.android.material.behavior.SwipeDismissBehavior: void setListener(com.google.android.material.behavior.SwipeDismissBehavior$OnDismissListener) +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.String dailyForecast +okhttp3.OkHttpClient$1: okhttp3.Call newWebSocketCall(okhttp3.OkHttpClient,okhttp3.Request) +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: void setDefaultPhoneSub(int) +com.google.android.material.R$dimen: int mtrl_calendar_year_width +wangdaye.com.geometricweather.R$id: int dialog_providers_previewer_container +androidx.coordinatorlayout.R$attr: int font +androidx.hilt.lifecycle.R$drawable: int notification_template_icon_bg +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton +androidx.appcompat.widget.AppCompatImageButton: void setImageBitmap(android.graphics.Bitmap) +okhttp3.Headers: Headers(java.lang.String[]) +okhttp3.CertificatePinner$Builder: CertificatePinner$Builder() +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property RainPrecipitation +androidx.work.OverwritingInputMerger: OverwritingInputMerger() +androidx.recyclerview.widget.RecyclerView$SavedState +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_android_minHeight +org.greenrobot.greendao.AbstractDaoMaster: int schemaVersion +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_pressedTranslationZ +com.amap.api.location.UmidtokenInfo$a +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_gestureInsetBottomIgnored +androidx.core.view.GestureDetectorCompat$GestureDetectorCompatImplJellybeanMr2 +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle +io.reactivex.Observable: io.reactivex.Completable concatMapCompletableDelayError(io.reactivex.functions.Function,boolean) +io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: void onComplete() +com.google.android.material.R$attr: int colorControlNormal +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver +androidx.constraintlayout.widget.R$id: int rectangles +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_lastHorizontalBias +okhttp3.Headers$Builder: okhttp3.Headers$Builder add(java.lang.String,java.util.Date) +james.adaptiveicon.R$dimen: int abc_action_bar_default_padding_start_material +android.didikee.donate.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated +okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RealConnection connection +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_fitToContents +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView +android.didikee.donate.R$attr: int radioButtonStyle +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_spinnerStyle +androidx.work.R$dimen: int notification_right_side_padding_top +androidx.hilt.R$styleable: int FontFamily_fontProviderFetchTimeout +io.reactivex.internal.subscriptions.DeferredScalarSubscription: int FUSED_CONSUMED +okhttp3.Cache$CacheRequestImpl: okio.Sink cacheOut +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_28 +androidx.constraintlayout.widget.R$attr: int dragThreshold +okhttp3.internal.platform.Platform: void logCloseableLeak(java.lang.String,java.lang.Object) +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast: void completion() +cyanogenmod.app.ICMStatusBarManager: void removeCustomTileWithTag(java.lang.String,java.lang.String,int,int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Imperial: int UnitType +wangdaye.com.geometricweather.R$attr: int flow_horizontalGap +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.AlertEntityDao alertEntityDao +cyanogenmod.app.suggest.ApplicationSuggestion: android.net.Uri mThumbnailUri +androidx.swiperefreshlayout.R$styleable: int GradientColor_android_startX +com.google.gson.internal.LinkedTreeMap: LinkedTreeMap() +com.google.android.material.R$styleable: int[] TextInputLayout +wangdaye.com.geometricweather.R$styleable: int Chip_chipStartPadding +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void dispose() +okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Http2Stream$StreamTimeout writeTimeout +com.turingtechnologies.materialscrollbar.R$attr: int actionModeStyle +retrofit2.RequestFactory: java.lang.String httpMethod +wangdaye.com.geometricweather.R$attr: int elevationOverlayColor +com.turingtechnologies.materialscrollbar.R$attr: int spinnerDropDownItemStyle +okhttp3.internal.http2.Http2Connection$Listener +com.google.android.material.R$styleable: int Constraint_pivotAnchor +androidx.appcompat.R$dimen: int abc_list_item_height_small_material +android.didikee.donate.R$style: int Theme_AppCompat_Light_Dialog +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getGrassLevel() +androidx.constraintlayout.widget.R$styleable: int Constraint_motionStagger +okhttp3.internal.connection.StreamAllocation$StreamAllocationReference +retrofit2.KotlinExtensions$awaitResponse$2$2: KotlinExtensions$awaitResponse$2$2(kotlinx.coroutines.CancellableContinuation) +wangdaye.com.geometricweather.R$array: int ui_style_values +com.google.android.material.R$style: int Base_V28_Theme_AppCompat_Light +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setShrinkMotionSpecResource(int) +com.google.android.material.R$style: int Theme_Design_Light_BottomSheetDialog +androidx.constraintlayout.widget.R$integer: int abc_config_activityDefaultDur +io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: ObservableSkipLast$SkipLastObserver(io.reactivex.Observer,int) +okhttp3.internal.cache.DiskLruCache$3: boolean hasNext() +androidx.preference.R$styleable: int Preference_enabled +com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_layout_behavior +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: boolean isDisposed() +wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: void setMoonDrawable(android.graphics.drawable.Drawable) +io.reactivex.internal.disposables.ArrayCompositeDisposable: void dispose() +wangdaye.com.geometricweather.R$color: int colorLevel_4 +cyanogenmod.app.Profile$ProfileTrigger: java.lang.String getIdType(int) +com.turingtechnologies.materialscrollbar.R$drawable: int abc_vector_test +okhttp3.internal.connection.StreamAllocation: java.lang.String toString() +wangdaye.com.geometricweather.R$string: int hourly_overview +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Dialog +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void registerCallback(cyanogenmod.externalviews.IKeyguardExternalViewCallbacks) +androidx.appcompat.widget.AppCompatTextView: void setTextFuture(java.util.concurrent.Future) +wangdaye.com.geometricweather.R$id: int widget_day_week_center +com.google.android.material.textfield.TextInputLayout: void setHintAnimationEnabled(boolean) +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_arrow_drop_right_black_24dp +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorPrimary +androidx.constraintlayout.widget.R$styleable: int[] MotionHelper +com.bumptech.glide.request.RequestCoordinator$RequestState: boolean isComplete() +wangdaye.com.geometricweather.R$id: int action_about +cyanogenmod.hardware.CMHardwareManager: java.util.List BOOLEAN_FEATURES +okio.RealBufferedSink: okio.BufferedSink emit() +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_DialogWhenLarge +android.didikee.donate.R$style: R$style() +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: int prefetch +org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.database.Database getDatabase() +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setOnClickUri(android.net.Uri) +cyanogenmod.hardware.CMHardwareManager: java.lang.String getUniqueDeviceId() +wangdaye.com.geometricweather.R$id: int search_plate +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_thumbTintMode +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: long serialVersionUID +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float pSea +okhttp3.internal.http2.Http2Reader$ContinuationSource: void close() +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_maxImageSize +androidx.cardview.widget.CardView: boolean getPreventCornerOverlap() +com.turingtechnologies.materialscrollbar.R$attr: int paddingTopNoTitle +cyanogenmod.app.ProfileManager: android.app.NotificationGroup getNotificationGroup(java.util.UUID) +okhttp3.logging.LoggingEventListener: void requestBodyStart(okhttp3.Call) +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void onRequested() +wangdaye.com.geometricweather.R$styleable: int View_android_theme +com.jaredrummler.android.colorpicker.R$style: int Platform_ThemeOverlay_AppCompat +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader +com.google.android.material.R$string: int abc_menu_meta_shortcut_label +com.google.android.material.R$id: int action_context_bar +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_commitIcon +wangdaye.com.geometricweather.R$string: int abc_menu_sym_shortcut_label +okio.GzipSource: GzipSource(okio.Source) +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_23 +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon +wangdaye.com.geometricweather.R$id: int searchContainer +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog +com.google.android.material.R$styleable: int Constraint_android_transformPivotX +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: io.reactivex.disposables.CompositeDisposable set +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments text +cyanogenmod.weather.CMWeatherManager: CMWeatherManager(android.content.Context) +androidx.appcompat.R$styleable: int ActionBar_subtitleTextStyle +androidx.lifecycle.extensions.R$anim: int fragment_fade_exit +androidx.appcompat.R$style: int Widget_AppCompat_ActionBar_TabView +cyanogenmod.media.MediaRecorder$AudioSource +com.jaredrummler.android.colorpicker.R$id: int split_action_bar +androidx.cardview.R$styleable: R$styleable() +wangdaye.com.geometricweather.R$dimen: int design_snackbar_padding_vertical_2lines +retrofit2.Converter$Factory: retrofit2.Converter responseBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) +okhttp3.internal.ws.WebSocketReader: byte[] maskKey +androidx.constraintlayout.widget.R$styleable: int CompoundButton_buttonTint +androidx.work.R$color: R$color() +com.xw.repo.bubbleseekbar.R$attr: int textAppearanceListItemSecondary +android.didikee.donate.R$styleable: int MenuItem_android_icon +android.support.v4.app.INotificationSideChannel$Stub$Proxy: java.lang.String getInterfaceDescriptor() +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: boolean isDisposed() +androidx.vectordrawable.R$styleable: int GradientColorItem_android_offset +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_Layout_android_layout_width +androidx.lifecycle.Transformations$3: boolean mFirstTime +wangdaye.com.geometricweather.R$dimen: int widget_subtitle_text_size +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title +com.google.android.material.R$styleable: int Badge_badgeGravity +okhttp3.internal.ws.WebSocketWriter: byte[] maskKey +wangdaye.com.geometricweather.R$drawable: int abc_control_background_material +com.xw.repo.bubbleseekbar.R$attr: int dialogPreferredPadding +okhttp3.internal.http2.Http2Connection$PingRunnable: okhttp3.internal.http2.Http2Connection this$0 +retrofit2.ServiceMethod: java.lang.Object invoke(java.lang.Object[]) +cyanogenmod.providers.WeatherContract$WeatherColumns$TempUnit: int FAHRENHEIT +android.didikee.donate.R$style: int ThemeOverlay_AppCompat_Dialog +io.reactivex.Observable: io.reactivex.Observable concatMapSingle(io.reactivex.functions.Function,int) +com.bumptech.glide.integration.okhttp.R$style: R$style() +androidx.appcompat.R$styleable: int AppCompatTheme_listDividerAlertDialog +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setSunRise(java.lang.String) +io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.BiFunction,boolean,int,int) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeThunderstormPrecipitationDuration(java.lang.Float) +wangdaye.com.geometricweather.R$styleable: int TouchScrollBar_msb_hideDelayInMilliseconds +io.reactivex.internal.util.VolatileSizeArrayList: int indexOf(java.lang.Object) +james.adaptiveicon.R$attr: int tint +wangdaye.com.geometricweather.R$styleable: int CardView_cardUseCompatPadding +cyanogenmod.app.CMTelephonyManager: cyanogenmod.app.ICMTelephonyManager getService() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date moonRiseDate +okio.Options: okio.Options of(okio.ByteString[]) +com.google.android.material.R$dimen: int material_emphasis_high_type +wangdaye.com.geometricweather.R$styleable: int Constraint_android_rotation +okhttp3.internal.http1.Http1Codec$AbstractSource: okhttp3.internal.http1.Http1Codec this$0 +com.xw.repo.bubbleseekbar.R$styleable: int[] AnimatedStateListDrawableItem +com.turingtechnologies.materialscrollbar.R$attr: int showText +androidx.appcompat.widget.AppCompatCheckBox: void setButtonDrawable(int) +cyanogenmod.app.ICMTelephonyManager$Stub: ICMTelephonyManager$Stub() +androidx.preference.R$styleable: int Preference_fragment +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: int sourceMode +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getShortTemperature(android.content.Context,java.lang.Integer,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) +wangdaye.com.geometricweather.R$string: int v7_preference_off +androidx.recyclerview.R$dimen: int notification_action_icon_size +androidx.recyclerview.R$id: int accessibility_custom_action_4 +wangdaye.com.geometricweather.common.ui.widgets.DrawerLayout: DrawerLayout(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$array: int week_widget_styles +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_24 +io.reactivex.internal.util.NotificationLite: java.lang.Object complete() +androidx.viewpager2.R$styleable: int GradientColor_android_endColor +wangdaye.com.geometricweather.R$id: int search_button +wangdaye.com.geometricweather.R$attr: int customPixelDimension +androidx.appcompat.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TabLayout_PrimarySurface +androidx.preference.R$styleable: int AppCompatTheme_actionModePopupWindowStyle +com.google.android.material.R$dimen: int abc_text_size_title_material_toolbar +androidx.appcompat.R$dimen: int abc_action_bar_stacked_max_height +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: long serialVersionUID +androidx.fragment.app.DialogFragment: DialogFragment() +com.google.android.material.R$style: int Theme_AppCompat_Light_DarkActionBar +okhttp3.internal.http2.Http2: java.lang.String formatFlags(byte,byte) +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: java.util.concurrent.atomic.AtomicReference boundaryObserver +com.xw.repo.bubbleseekbar.R$attr: int trackTintMode +com.turingtechnologies.materialscrollbar.R$dimen: int notification_subtext_size +android.didikee.donate.R$attr: int editTextColor +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintRight_toLeftOf +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintStart_toEndOf +com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat_ActionBar +android.didikee.donate.R$attr: int actionBarSplitStyle +androidx.preference.R$style: int Widget_AppCompat_ListMenuView +androidx.coordinatorlayout.R$styleable: int GradientColor_android_centerY +okio.GzipSink: void writeFooter() +android.didikee.donate.R$anim: int abc_shrink_fade_out_from_bottom +com.google.android.material.slider.BaseSlider: BaseSlider(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xmp +androidx.hilt.R$id: int text2 +wangdaye.com.geometricweather.R$string: int settings_category_forecast +okhttp3.internal.Util: java.lang.String canonicalizeHost(java.lang.String) +com.google.android.material.R$styleable: int ConstraintSet_constraint_referenced_ids +wangdaye.com.geometricweather.R$string: int wind_5 +com.amap.api.location.AMapLocation: void setFloor(java.lang.String) +androidx.preference.R$color: int bright_foreground_disabled_material_dark +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_android_gravity +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarTabTextStyle +wangdaye.com.geometricweather.R$styleable: int Chip_closeIconStartPadding +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: java.util.List getValue() +com.google.android.material.R$string: int mtrl_picker_invalid_format_use +com.google.android.material.R$styleable: int Toolbar_collapseIcon +okhttp3.OkHttpClient: int writeTimeoutMillis() +androidx.lifecycle.ProcessLifecycleOwner$2: androidx.lifecycle.ProcessLifecycleOwner this$0 +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Display1 +androidx.dynamicanimation.R$layout: int notification_template_part_time +androidx.hilt.work.R$anim: int fragment_close_exit +retrofit2.Call: void cancel() +com.turingtechnologies.materialscrollbar.R$attr: int chipSpacingVertical +io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: ObservableConcatWithSingle$ConcatWithObserver(io.reactivex.Observer,io.reactivex.SingleSource) +androidx.constraintlayout.widget.R$attr: int perpendicularPath_percent +wangdaye.com.geometricweather.R$attr: int motion_triggerOnCollision +androidx.appcompat.R$style: int Base_V21_Theme_AppCompat +androidx.viewpager2.R$styleable: int FontFamily_fontProviderFetchStrategy +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_creator +androidx.constraintlayout.widget.R$styleable: int ButtonBarLayout_allowStacking +com.xw.repo.bubbleseekbar.R$id: int action_bar_title +androidx.lifecycle.ProcessLifecycleOwner$3: void onActivityPreCreated(android.app.Activity,android.os.Bundle) +com.jaredrummler.android.colorpicker.R$attr: int dependency +androidx.appcompat.R$attr: int actionModeStyle +io.reactivex.Observable: io.reactivex.Observable concatMapEagerDelayError(io.reactivex.functions.Function,int,int,boolean) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWetBulbTemperature +cyanogenmod.profiles.LockSettings$1: cyanogenmod.profiles.LockSettings createFromParcel(android.os.Parcel) +wangdaye.com.geometricweather.R$attr: int layout_collapseMode +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_panelBackground +androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionMode +androidx.cardview.R$style: int CardView_Light +com.google.android.material.R$styleable: int MaterialAlertDialog_backgroundInsetBottom +androidx.constraintlayout.widget.R$attr: int touchRegionId +cyanogenmod.app.ThemeVersion: int getMinSupportedVersion() +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: java.lang.Object next() +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small +androidx.appcompat.resources.R$id: int action_divider +wangdaye.com.geometricweather.R$id: int container_main_first_card_header_localTimeText +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorBackgroundFloating +androidx.preference.R$id: int topPanel +androidx.appcompat.R$styleable: int ColorStateListItem_android_alpha +cyanogenmod.weatherservice.ServiceRequestResult: int hashCode() +james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light_Dialog okhttp3.internal.tls.CertificateChainCleaner: okhttp3.internal.tls.CertificateChainCleaner get(java.security.cert.X509Certificate[]) -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Pressure -androidx.preference.R$string: int abc_shareactionprovider_share_with_application -com.google.android.material.datepicker.MaterialCalendar$CalendarSelector: com.google.android.material.datepicker.MaterialCalendar$CalendarSelector[] values() -wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit[] values() -wangdaye.com.geometricweather.R$color: int design_fab_shadow_end_color -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse -androidx.viewpager2.R$style -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun: java.util.Date Set -android.didikee.donate.R$styleable: int AppCompatTextView_autoSizeStepGranularity -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionButton -com.google.android.material.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText -com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_singleSelection -com.google.android.material.R$attr: int layout_anchorGravity -retrofit2.adapter.rxjava2.BodyObservable: void subscribeActual(io.reactivex.Observer) -com.google.gson.stream.JsonScope: JsonScope() -okhttp3.HttpUrl: java.util.List queryNamesAndValues -com.google.android.material.textfield.TextInputLayout: int getCounterMaxLength() -com.google.android.material.R$styleable: int ProgressIndicator_indicatorColor -androidx.constraintlayout.utils.widget.ImageFilterView: float getWarmth() -com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol: com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol[] b -wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: MfForecastV2Result$ForecastProperties() -com.google.android.material.R$attr: int layout_constraintHeight_min -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: long serialVersionUID -okhttp3.internal.ws.WebSocketWriter: okio.Buffer$UnsafeCursor maskCursor -io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiFunction) -wangdaye.com.geometricweather.R$id: int SHOW_PROGRESS -com.xw.repo.bubbleseekbar.R$attr: int alphabeticModifiers -okio.Timeout: okio.Timeout deadlineNanoTime(long) -androidx.appcompat.view.menu.ExpandedMenuView: ExpandedMenuView(android.content.Context,android.util.AttributeSet) -com.xw.repo.bubbleseekbar.R$attr: int bsb_show_thumb_text -com.amap.api.fence.PoiItem: double getLongitude() -wangdaye.com.geometricweather.R$id: int select_dialog_listview -androidx.appcompat.resources.R$id: int accessibility_custom_action_30 -androidx.appcompat.R$id: int uniform -androidx.work.R$id: int action_image -com.bumptech.glide.integration.okhttp.R$layout: int notification_template_custom_big -okhttp3.internal.cache.DiskLruCache$Entry: okhttp3.internal.cache.DiskLruCache$Editor currentEditor -cyanogenmod.weather.RequestInfo: android.location.Location getLocation() -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult -android.didikee.donate.R$attr: int paddingTopNoTitle -androidx.preference.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title -wangdaye.com.geometricweather.R$attr: int bsb_rtl -com.jaredrummler.android.colorpicker.R$attr: int singleChoiceItemLayout -com.turingtechnologies.materialscrollbar.R$layout: int design_bottom_sheet_dialog -com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemTextAppearanceActive(int) -com.google.android.material.R$dimen: int mtrl_low_ripple_default_alpha -james.adaptiveicon.R$style: int Platform_Widget_AppCompat_Spinner -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode[] $VALUES -cyanogenmod.app.CustomTile$Builder: android.app.PendingIntent mOnLongClick -androidx.viewpager2.widget.ViewPager2: androidx.recyclerview.widget.RecyclerView$Adapter getAdapter() -com.google.android.material.R$attr: int tickColor -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText -com.turingtechnologies.materialscrollbar.R$attr: int buttonBarStyle -androidx.hilt.work.R$bool: int workmanager_test_configuration -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: java.lang.String Source -wangdaye.com.geometricweather.R$layout: int text_view_with_theme_line_height -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabSelectedTextColor -okhttp3.internal.connection.RouteSelector: okhttp3.Address address -retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: boolean terminated -com.google.android.material.button.MaterialButton: void setElevation(float) -okhttp3.internal.http.HttpHeaders: boolean hasVaryAll(okhttp3.Response) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeDegreeDayTemperature -androidx.viewpager2.widget.ViewPager2: ViewPager2(android.content.Context) -cyanogenmod.hardware.CMHardwareManager: int FEATURE_COLOR_ENHANCEMENT -android.didikee.donate.R$styleable: int Toolbar_subtitle -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao chineseCityEntityDao -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_62 -androidx.appcompat.widget.LinearLayoutCompat: int getDividerPadding() -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType Delete -cyanogenmod.weather.WeatherInfo$DayForecast$Builder: cyanogenmod.weather.WeatherInfo$DayForecast build() -com.jaredrummler.android.colorpicker.R$style: int Preference_Category -androidx.lifecycle.ReportFragment: void dispatchResume(androidx.lifecycle.ReportFragment$ActivityInitializationListener) -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_5 -wangdaye.com.geometricweather.R$color: R$color() -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar -retrofit2.Call: void enqueue(retrofit2.Callback) -wangdaye.com.geometricweather.R$string: int abc_action_menu_overflow_description -okio.ByteString: int hashCode() -com.google.android.gms.base.R$color: int common_google_signin_btn_text_light_focused -wangdaye.com.geometricweather.R$drawable: int flag_hu -com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges -wangdaye.com.geometricweather.db.entities.DailyEntity: int daytimeTemperature -androidx.constraintlayout.widget.R$drawable -androidx.preference.R$color: int bright_foreground_material_dark -androidx.constraintlayout.widget.R$id: int multiply -wangdaye.com.geometricweather.R$styleable: int AlertDialog_singleChoiceItemLayout -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_shadowColor -androidx.constraintlayout.widget.R$styleable: int GradientColor_android_endY -wangdaye.com.geometricweather.R$attr: int startIconContentDescription -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_VMAIL_COLOR -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.query.QueryBuilder queryBuilder() -com.jaredrummler.android.colorpicker.R$id: int titleDividerNoCustom -com.google.android.material.slider.BaseSlider: void setThumbStrokeColorResource(int) -cyanogenmod.app.Profile: void getXmlString(java.lang.StringBuilder,android.content.Context) -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: io.reactivex.disposables.Disposable upstream -androidx.constraintlayout.widget.R$styleable: int Constraint_android_maxWidth -com.xw.repo.bubbleseekbar.R$attr: int textColorSearchUrl -wangdaye.com.geometricweather.R$drawable: int abc_ic_star_half_black_16dp -wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: AbsTrendItemView(android.content.Context) -james.adaptiveicon.R$style: int Base_V7_Theme_AppCompat -com.jaredrummler.android.colorpicker.R$attr: int actionBarTabTextStyle -io.reactivex.internal.observers.BlockingObserver: void onComplete() -cyanogenmod.themes.ThemeManager: java.util.Set mChangeListeners -wangdaye.com.geometricweather.R$styleable: int ThemeEnforcement_android_textAppearance -com.google.android.material.R$color: int mtrl_error -androidx.appcompat.widget.SwitchCompat: android.graphics.PorterDuff$Mode getThumbTintMode() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onContentChanged() -wangdaye.com.geometricweather.R$color: int background_material_light -androidx.recyclerview.R$dimen: int compat_notification_large_icon_max_height -cyanogenmod.providers.CMSettings$Secure: long getLongForUser(android.content.ContentResolver,java.lang.String,int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric: double Value -okhttp3.Request: boolean isHttps() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX getNames() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial -androidx.constraintlayout.motion.widget.MotionLayout: float getVelocity() -androidx.preference.R$string -io.reactivex.Observable: io.reactivex.Observable withLatestFrom(io.reactivex.ObservableSource,io.reactivex.functions.BiFunction) -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature: AccuDailyResult$DailyForecasts$Temperature() -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher: androidx.lifecycle.LiveData mLiveData -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer grassLevel -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.work.R$id: int title -okhttp3.Cache$1 -com.github.rahatarmanahmed.cpv.CircularProgressView: float access$202(com.github.rahatarmanahmed.cpv.CircularProgressView,float) -androidx.core.R$styleable: int GradientColor_android_endX -cyanogenmod.providers.CMSettings$Global: java.lang.String POWER_NOTIFICATIONS_RINGTONE -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_RatingBar -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_body_2_material -android.didikee.donate.R$color: int switch_thumb_disabled_material_light -wangdaye.com.geometricweather.R$color: int design_dark_default_color_background -cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent[] values() -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView: PolylineAndHistogramView(android.content.Context) -androidx.drawerlayout.widget.DrawerLayout: void setDrawerListener(androidx.drawerlayout.widget.DrawerLayout$DrawerListener) -androidx.constraintlayout.widget.R$styleable: int AlertDialog_multiChoiceItemLayout -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getApparentTemperature() -android.didikee.donate.R$attr: int homeLayout -com.google.android.material.R$dimen: int mtrl_calendar_year_height -com.google.android.material.slider.Slider: void setFocusedThumbIndex(int) -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Headline2 -com.google.android.material.R$style: int Base_Widget_AppCompat_Button_Borderless -android.didikee.donate.R$id: int wrap_content -james.adaptiveicon.R$attr: int homeAsUpIndicator -androidx.preference.R$layout: int preference_information_material -wangdaye.com.geometricweather.R$styleable: int Constraint_barrierDirection -com.google.android.material.R$attr: int touchRegionId -okhttp3.Cache: int ENTRY_BODY -androidx.appcompat.R$styleable: int AppCompatTheme_popupMenuStyle -cyanogenmod.providers.CMSettings$Secure: cyanogenmod.providers.CMSettings$NameValueCache sNameValueCache -cyanogenmod.themes.ThemeManager$ThemeChangeListener: void onProgress(int) -androidx.hilt.R$attr: R$attr() -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode FLOW_CONTROL_ERROR -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_icon_padding -androidx.transition.R$styleable: int GradientColor_android_startColor -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: int[] getDisplayColorCalibration() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust -okhttp3.OkHttpClient: java.util.List networkInterceptors() -androidx.work.R$drawable: int notification_template_icon_low_bg -cyanogenmod.weather.WeatherLocation: java.lang.String mState -wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_drawableBottom -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_section_count -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ListPopupWindow -cyanogenmod.weather.CMWeatherManager$RequestStatus: int SUBMITTED_TOO_SOON -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String unitId -androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour: androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour valueOf(java.lang.String) -io.reactivex.internal.queue.SpscArrayQueue: boolean isEmpty() -cyanogenmod.library.R$attr -wangdaye.com.geometricweather.R$id: int activity_widget_config_textSizeContainer -com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_divider_material -androidx.preference.R$attr: int textAppearanceListItemSmall -james.adaptiveicon.R$attr: int commitIcon -androidx.preference.R$dimen: int notification_subtext_size -androidx.preference.R$styleable: int DialogPreference_android_dialogMessage -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_22 -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Humidity: java.lang.Integer min -wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_barThickness -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_iconifiedByDefault -androidx.core.R$layout: int notification_action -org.greenrobot.greendao.identityscope.IdentityScopeType: org.greenrobot.greendao.identityscope.IdentityScopeType[] values() -androidx.appcompat.R$styleable: int GradientColor_android_endColor -wangdaye.com.geometricweather.R$styleable: int Chip_android_textAppearance -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_PopupWindow -com.google.android.material.R$styleable: int AppCompatTheme_windowNoTitle -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.MinutelyEntity) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle +okhttp3.internal.http1.Http1Codec$FixedLengthSink: okhttp3.internal.http1.Http1Codec this$0 +com.google.android.material.R$styleable: int MenuView_android_horizontalDivider +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ENABLE_FORWARD_LOOKUP_VALIDATOR +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Metric: AccuCurrentResult$RealFeelTemperatureShade$Metric() +androidx.activity.R$color: int notification_icon_bg_color +androidx.drawerlayout.R$attr: int fontProviderPackage +com.google.android.material.R$color: int mtrl_fab_bg_color_selector +wangdaye.com.geometricweather.R$drawable: int notif_temp_37 +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode THUNDER +androidx.viewpager2.R$dimen: R$dimen() +wangdaye.com.geometricweather.R$styleable: int ClockFaceView_valueTextColor +james.adaptiveicon.R$style: int Widget_AppCompat_Light_PopupMenu +com.google.android.material.R$style: int TextAppearance_Compat_Notification_Info +wangdaye.com.geometricweather.R$attr: int cpv_dialogType +wangdaye.com.geometricweather.R$attr: int textAppearanceHeadline2 +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_94 +androidx.preference.R$styleable: int AppCompatTheme_windowActionModeOverlay +wangdaye.com.geometricweather.R$attr: int titleEnabled +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionButton +com.google.android.material.slider.Slider: int getActiveThumbIndex() +cyanogenmod.externalviews.ExternalView: void onAttachedToWindow() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: java.lang.String getBrandId() +wangdaye.com.geometricweather.R$attr: int radius_from +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: io.reactivex.Observer downstream +okio.RealBufferedSource: long indexOfElement(okio.ByteString) +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Small_Inverse +com.google.android.material.R$styleable: int RecyclerView_android_orientation +androidx.preference.R$styleable: int Toolbar_menu +com.google.android.material.R$dimen: int mtrl_btn_letter_spacing +androidx.constraintlayout.widget.R$id: int reverseSawtooth +androidx.appcompat.widget.AppCompatSpinner: void setSupportBackgroundTintList(android.content.res.ColorStateList) +cyanogenmod.app.ProfileManager: java.lang.String[] getProfileNames() +wangdaye.com.geometricweather.R$attr: int autoSizePresetSizes +com.google.android.material.circularreveal.CircularRevealRelativeLayout: CircularRevealRelativeLayout(android.content.Context) +androidx.fragment.app.FragmentManagerViewModel +android.didikee.donate.R$style: int Theme_AppCompat_DayNight_DarkActionBar +wangdaye.com.geometricweather.R$styleable: int Constraint_android_translationX +android.didikee.donate.R$style: int Base_V7_Theme_AppCompat +com.jaredrummler.android.colorpicker.R$styleable: int ColorPanelView_cpv_borderColor +wangdaye.com.geometricweather.R$style: int widget_text_clock_analog_Light +wangdaye.com.geometricweather.R$attr: int tabBackground +com.jaredrummler.android.colorpicker.R$styleable: int ActionMode_closeItemLayout +org.greenrobot.greendao.AbstractDao: void deleteInTx(java.lang.Object[]) +androidx.swiperefreshlayout.R$style: int Widget_Compat_NotificationActionText +com.google.android.gms.base.R$color: int common_google_signin_btn_text_dark_default +com.google.android.material.R$styleable: int ProgressIndicator_trackColor +com.google.android.material.R$id: int spread +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: void dispose() +io.reactivex.internal.disposables.CancellableDisposable: CancellableDisposable(io.reactivex.functions.Cancellable) +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_toTopOf +android.didikee.donate.R$styleable: int ButtonBarLayout_allowStacking +com.xw.repo.bubbleseekbar.R$dimen: int abc_cascading_menus_min_smallest_width +com.jaredrummler.android.colorpicker.R$color: int background_material_light +androidx.recyclerview.R$id: int accessibility_custom_action_13 +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_14 +wangdaye.com.geometricweather.R$styleable: int ActionBar_customNavigationLayout +androidx.preference.R$dimen: int abc_action_bar_default_height_material +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_navigationMode +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: java.lang.String zh_CN +androidx.appcompat.resources.R$layout: int notification_template_part_chronometer +androidx.constraintlayout.widget.R$styleable: int Constraint_animate_relativeTo +okhttp3.internal.tls.OkHostnameVerifier: OkHostnameVerifier() +wangdaye.com.geometricweather.R$styleable: int PreferenceFragmentCompat_android_layout +androidx.appcompat.resources.R$dimen: int notification_right_side_padding_top +androidx.preference.R$attr: int dialogTitle +retrofit2.RequestBuilder: void addQueryParam(java.lang.String,java.lang.String,boolean) +cyanogenmod.weatherservice.IWeatherProviderService$Stub: IWeatherProviderService$Stub() +cyanogenmod.weather.ICMWeatherManager$Stub: int TRANSACTION_lookupCity +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer getWindChillTemperature() +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintTop_creator +com.google.android.material.navigation.NavigationView$SavedState: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$attr: int customColorValue +com.jaredrummler.android.colorpicker.R$attr: int searchIcon +androidx.recyclerview.R$style: int TextAppearance_Compat_Notification_Line2 +com.google.android.material.R$style: int TextAppearance_Compat_Notification_Time +wangdaye.com.geometricweather.R$string: int ceiling +io.reactivex.Observable: io.reactivex.Observable sample(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +wangdaye.com.geometricweather.R$id: int widget_week_icon_2 +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_56 +wangdaye.com.geometricweather.R$layout: int activity_card_display_manage +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_switchTextAppearance +com.jaredrummler.android.colorpicker.R$styleable: int[] DrawerArrowToggle +cyanogenmod.power.PerformanceManagerInternal: void activityResumed(android.content.Intent) +androidx.core.R$id: int chronometer +cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent LOCKSCREEN +androidx.vectordrawable.animated.R$dimen: int notification_action_icon_size +androidx.appcompat.R$id +cyanogenmod.app.Profile$1: java.lang.Object[] newArray(int) +androidx.constraintlayout.widget.R$dimen: int abc_dialog_fixed_height_minor +io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: FlowableOnBackpressureError$BackpressureErrorSubscriber(org.reactivestreams.Subscriber) +android.didikee.donate.R$dimen: int abc_action_bar_default_padding_start_material +com.google.android.material.R$style: int Widget_Design_CollapsingToolbar +com.google.android.material.R$styleable: int ConstraintSet_android_maxHeight +androidx.constraintlayout.motion.widget.MotionLayout: void setInteractionEnabled(boolean) +wangdaye.com.geometricweather.R$drawable: int notif_temp_91 +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float NitrogenMonoxide +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_android_thumb +com.google.android.material.button.MaterialButtonToggleGroup: void setCheckedId(int) +com.google.android.material.R$attr: int errorTextColor +com.turingtechnologies.materialscrollbar.R$attr: int cardElevation +androidx.preference.R$attr: int actionDropDownStyle +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_fontWeight +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintRight_toLeftOf +androidx.fragment.R$id: int accessibility_custom_action_16 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: java.lang.String getPubTime() +james.adaptiveicon.R$styleable: int Toolbar_contentInsetEndWithActions +androidx.appcompat.resources.R$layout: R$layout() +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SHOWERS +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_icon_2 +com.turingtechnologies.materialscrollbar.CustomIndicator +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Button_Colored +wangdaye.com.geometricweather.R$attr: int cpv_animSteps +retrofit2.ParameterHandler$RelativeUrl: void apply(retrofit2.RequestBuilder,java.lang.Object) +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getUniqueDeviceId +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay TAG_TEMPERATURE +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeIcePrecipitationProbability() +wangdaye.com.geometricweather.R$string: int abc_searchview_description_voice +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: long serialVersionUID +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle +com.xw.repo.bubbleseekbar.R$attr: int bsb_min +james.adaptiveicon.R$attr: int dialogTheme +com.google.android.material.R$id: int flip +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint DewPoint +io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: void onComplete() +com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableTransition_android_toId +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getIcePrecipitationProbability() +wangdaye.com.geometricweather.R$drawable: int notif_temp_25 +okhttp3.Dns: okhttp3.Dns SYSTEM +com.google.android.material.R$attr: int colorPrimaryDark +cyanogenmod.weather.WeatherInfo$1 +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling: AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling() +androidx.constraintlayout.widget.R$attr: int wavePeriod +androidx.customview.R$dimen: int notification_large_icon_height +com.turingtechnologies.materialscrollbar.R$attr: int bottomSheetDialogTheme +wangdaye.com.geometricweather.R$attr: int behavior_draggable +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_AutoCompleteTextView +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: boolean hasKey(java.lang.Object) +android.didikee.donate.R$string +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoldDescription +com.google.android.material.R$animator: int mtrl_fab_transformation_sheet_expand_spec +androidx.appcompat.R$attr: int thumbTint +com.jaredrummler.android.colorpicker.R$color: int foreground_material_dark +wangdaye.com.geometricweather.R$string: int key_forecast_today +androidx.preference.R$id: int right_side +cyanogenmod.app.Profile: java.lang.String getName() +james.adaptiveicon.R$styleable: int[] AppCompatTextView +io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceTimedObserver parent +androidx.hilt.lifecycle.R$drawable: int notification_bg_normal +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_BottomAppBar_Colored +cyanogenmod.providers.CMSettings$System: java.lang.String VOLUME_WAKE_SCREEN +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver +wangdaye.com.geometricweather.R$id: int container_main_pollen_pager +androidx.cardview.R$styleable: int CardView_cardBackgroundColor +com.jaredrummler.android.colorpicker.R$attr: int listPreferredItemPaddingRight +com.google.android.material.R$styleable: int[] LinearLayoutCompat +androidx.cardview.R$dimen: int cardview_default_radius +io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: long serialVersionUID +androidx.transition.R$string: R$string() +cyanogenmod.externalviews.ExternalView$8: void run() +io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: boolean isDisposed() +androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType[] values() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Speed: AccuDailyResult$DailyForecasts$Night$Wind$Speed() +wangdaye.com.geometricweather.R$attr: int commitIcon +com.google.android.material.R$style: int Widget_AppCompat_Light_ListView_DropDown +android.didikee.donate.R$id: int homeAsUp +androidx.lifecycle.extensions.R$styleable: int[] ColorStateListItem +wangdaye.com.geometricweather.R$dimen: int material_filled_edittext_font_1_3_padding_bottom +androidx.constraintlayout.widget.R$styleable: int KeyCycle_framePosition +androidx.appcompat.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title +wangdaye.com.geometricweather.R$array: int widget_text_colors +com.google.android.material.R$color: int radiobutton_themeable_attribute_color +wangdaye.com.geometricweather.R$dimen: int design_tab_text_size +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: org.greenrobot.greendao.query.Query weatherEntity_HourlyEntityListQuery +androidx.preference.R$styleable: int AppCompatTheme_actionButtonStyle +okhttp3.internal.connection.StreamAllocation: okhttp3.Route route() +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_showDividers +cyanogenmod.app.suggest.AppSuggestManager: java.lang.String TAG +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Metric: int UnitType +androidx.coordinatorlayout.R$styleable: int FontFamily_fontProviderAuthority +okhttp3.internal.http2.Http2Stream: boolean closeInternal(okhttp3.internal.http2.ErrorCode) +cyanogenmod.themes.IThemeService$Stub$Proxy: IThemeService$Stub$Proxy(android.os.IBinder) +com.bumptech.glide.integration.okhttp.R$attr: R$attr() +okhttp3.ConnectionSpec: okhttp3.CipherSuite[] RESTRICTED_CIPHER_SUITES +androidx.coordinatorlayout.R$attr: int layout_keyline +wangdaye.com.geometricweather.R$styleable: int Badge_number +com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_switch_to_on_mtrl_00012 +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Year_Today +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_setVibratorIntensity +androidx.constraintlayout.widget.R$anim: int btn_checkbox_to_checked_box_inner_merged_animation +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$drawable: int abc_ic_arrow_drop_right_black_24dp +wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_daySelectedStyle +android.didikee.donate.R$style: int TextAppearance_AppCompat_Title_Inverse +okhttp3.internal.http2.Http2Connection$5: int val$streamId +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void drainNormal() +androidx.preference.R$style: int Preference_DialogPreference_Material +com.google.android.material.R$styleable: int MenuItem_android_numericShortcut +com.xw.repo.bubbleseekbar.R$id: int tag_transition_group +com.google.android.material.R$color: int mtrl_btn_text_color_selector +james.adaptiveicon.R$dimen: int abc_disabled_alpha_material_dark +com.google.android.material.R$attr: int currentState +cyanogenmod.weather.WeatherLocation: java.lang.String mCity +com.xw.repo.bubbleseekbar.R$id: int right +com.turingtechnologies.materialscrollbar.R$attr: int checkedIconVisible +com.google.android.material.R$style: int Theme_MaterialComponents_Light_BarSize +com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState SUCCESS +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float rainPrecipitationProbability +wangdaye.com.geometricweather.R$dimen: int abc_dialog_fixed_height_minor +wangdaye.com.geometricweather.R$id: int spread +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_paddingBottom +io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(int,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +wangdaye.com.geometricweather.R$id: int item_aqi_content +okhttp3.Address: okhttp3.Authenticator proxyAuthenticator() +com.google.android.material.R$styleable: int ViewPager2_android_orientation +androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_TabView +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_Design_TabLayout +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeTemperature(int) +cyanogenmod.weather.WeatherInfo$Builder: long mTimestamp +android.didikee.donate.R$style: int Base_Widget_AppCompat_PopupMenu +androidx.lifecycle.FullLifecycleObserverAdapter: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) +com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_action_inline_max_width +com.google.android.material.R$styleable: int Constraint_layout_constraintTop_toTopOf +android.didikee.donate.R$layout: int abc_action_menu_item_layout +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.WeatherIconControlView +androidx.appcompat.R$styleable: int AppCompatTheme_checkboxStyle +androidx.core.graphics.drawable.IconCompatParcelizer: void write(androidx.core.graphics.drawable.IconCompat,androidx.versionedparcelable.VersionedParcel) +retrofit2.ParameterHandler$QueryName: void apply(retrofit2.RequestBuilder,java.lang.Object) +okhttp3.internal.http2.Http2Connection: int lastGoodStreamId +androidx.constraintlayout.widget.R$styleable: int OnSwipe_maxVelocity +james.adaptiveicon.R$attr: int collapseContentDescription +wangdaye.com.geometricweather.R$string: int clear_text_end_icon_content_description +com.google.android.material.R$dimen: int mtrl_bottomappbar_fab_cradle_rounded_corner_radius +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Tooltip +androidx.preference.R$styleable: int PreferenceTheme_preferenceScreenStyle +com.google.android.material.R$styleable: int BottomAppBar_paddingRightSystemWindowInsets +androidx.appcompat.widget.AbsActionBarView: int getAnimatedVisibility() +cyanogenmod.providers.DataUsageContract: java.lang.String DATAUSAGE_AUTHORITY +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Headline +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintWidth_min +com.google.android.material.R$styleable: int MenuItem_android_menuCategory +okio.Buffer: int select(okio.Options) +wangdaye.com.geometricweather.R$styleable: int MenuGroup_android_visible +wangdaye.com.geometricweather.R$styleable: int[] MaterialShape +james.adaptiveicon.R$style: int Widget_AppCompat_ActionBar_TabText +wangdaye.com.geometricweather.common.ui.activities.AllergenActivity +wangdaye.com.geometricweather.R$id: int activity_preview_icon_recyclerView +androidx.appcompat.R$attr: int actionMenuTextAppearance +com.google.android.material.R$style: int ShapeAppearance_MaterialComponents_MediumComponent +androidx.customview.R$attr: int fontProviderAuthority +wangdaye.com.geometricweather.R$attr: int warmth +android.didikee.donate.R$attr: int actionModeSelectAllDrawable +com.google.android.material.R$styleable: int FlowLayout_itemSpacing +androidx.work.R$styleable: int FontFamilyFont_ttcIndex +cyanogenmod.profiles.ConnectionSettings: boolean isOverride() +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_android_textOn +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: FlowableConcatMap$BaseConcatMapSubscriber(io.reactivex.functions.Function,int) +retrofit2.ParameterHandler$PartMap: java.lang.String transferEncoding +wangdaye.com.geometricweather.R$string: int phase_new +android.didikee.donate.R$styleable: int AlertDialog_buttonPanelSideLayout +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_20 +wangdaye.com.geometricweather.common.basic.models.weather.UV: int UV_INDEX_LOW +wangdaye.com.geometricweather.R$color: int material_grey_600 +androidx.hilt.lifecycle.R$anim: int fragment_open_exit +james.adaptiveicon.R$drawable: int abc_textfield_search_default_mtrl_alpha +com.google.android.material.R$dimen: int mtrl_btn_padding_top +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void onError(java.lang.Throwable) +androidx.constraintlayout.widget.R$anim: int btn_radio_to_on_mtrl_ring_outer_animation +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property WeatherCode +james.adaptiveicon.R$dimen: int abc_action_bar_stacked_tab_max_width +androidx.appcompat.R$dimen: int compat_control_corner_material +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_hintAnimationEnabled +okhttp3.internal.http2.Http2Connection: java.util.concurrent.ExecutorService pushExecutor +com.google.android.material.R$layout: int design_navigation_menu +cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_MIGRATE_SETTINGS_FOR_USER +androidx.preference.R$styleable: int MenuItem_actionViewClass +wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_allowPresets +androidx.preference.R$style: int Widget_AppCompat_Light_AutoCompleteTextView +androidx.constraintlayout.widget.R$drawable: int abc_ic_star_half_black_48dp +com.amap.api.fence.DistrictItem: java.lang.String b +androidx.preference.R$attr: int actionBarTabStyle +androidx.legacy.coreutils.R$id: int info +wangdaye.com.geometricweather.R$id: int skipCollapsed +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_lastVerticalBias +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowActionModeOverlay +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_default_padding_end_material +androidx.appcompat.widget.AppCompatSpinner: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintBaseline_creator +androidx.preference.R$styleable: int LinearLayoutCompat_android_gravity +androidx.vectordrawable.animated.R$attr: int fontVariationSettings +wangdaye.com.geometricweather.R$attr: int cpv_maxProgress +androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_gapBetweenBars +cyanogenmod.app.PartnerInterface: boolean setZenModeWithDuration(int,long) +androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory: androidx.lifecycle.ViewModel create(java.lang.Class) +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: boolean isDisposed() +wangdaye.com.geometricweather.R$color: int highlighted_text_material_dark +com.amap.api.fence.GeoFence: int TYPE_ROUND +james.adaptiveicon.R$id: int action_mode_bar_stub +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$1: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 +okhttp3.internal.http.HttpHeaders: int skipAll(okio.Buffer,byte) +android.didikee.donate.R$styleable: int Toolbar_navigationContentDescription +com.amap.api.fence.GeoFence: int ERROR_NO_VALIDFENCE +wangdaye.com.geometricweather.R$styleable: int MaterialCheckBox_useMaterialThemeColors +com.google.android.material.R$dimen: int tooltip_horizontal_padding +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeRainPrecipitationDuration(java.lang.Float) +androidx.hilt.lifecycle.R$color: int notification_action_color_filter +wangdaye.com.geometricweather.R$styleable: int[] MaterialButtonToggleGroup +androidx.hilt.lifecycle.R$id: int time +com.amap.api.location.UmidtokenInfo$1 +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int COLD +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Compat_Notification_Time +android.didikee.donate.R$color: int bright_foreground_material_dark +com.google.android.material.R$style: int Base_Widget_AppCompat_ActionBar_TabText +androidx.appcompat.R$styleable: int ActionBar_displayOptions +wangdaye.com.geometricweather.R$attr: int fastScrollEnabled +james.adaptiveicon.R$attr: int backgroundTintMode +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Title +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title +james.adaptiveicon.R$id: int action_mode_bar +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Toolbar_Button_Navigation +cyanogenmod.themes.IThemeService$Stub$Proxy: void requestThemeChangeUpdates(cyanogenmod.themes.IThemeChangeListener) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: android.view.View onCreateView() +com.turingtechnologies.materialscrollbar.R$attr: int firstBaselineToTopHeight +okhttp3.internal.http2.Http2: byte TYPE_DATA +androidx.preference.R$attr: int spanCount +cyanogenmod.app.Profile$1: Profile$1() +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: void onNext(java.lang.Object) +androidx.vectordrawable.R$styleable: int FontFamily_fontProviderQuery +com.amap.api.location.DPoint$1: java.lang.Object[] newArray(int) +wangdaye.com.geometricweather.R$styleable: int CompoundButton_buttonTint +com.google.android.material.R$style: int Base_Widget_AppCompat_RatingBar_Small +com.google.android.material.R$styleable: int ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide +io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: boolean done +com.google.android.gms.base.R$attr +okhttp3.internal.ws.RealWebSocket: java.lang.String key +cyanogenmod.weather.WeatherInfo$Builder: double mTodaysHighTemp +com.github.rahatarmanahmed.cpv.CircularProgressView$7: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setWeather(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean) +wangdaye.com.geometricweather.R$style: int Base_V21_Theme_MaterialComponents_Light_Dialog +okhttp3.internal.http2.Http2Connection$3: void execute() +androidx.recyclerview.R$dimen: int notification_small_icon_background_padding +com.xw.repo.bubbleseekbar.R$attr: int subtitleTextStyle +okhttp3.Dispatcher: java.lang.Runnable idleCallback +okhttp3.internal.http2.Http2Connection$7: okhttp3.internal.http2.ErrorCode val$errorCode +com.turingtechnologies.materialscrollbar.R$layout: int abc_select_dialog_material +com.xw.repo.bubbleseekbar.R$id: int wrap_content +cyanogenmod.app.CustomTileListenerService +wangdaye.com.geometricweather.R$string: int preference_copied +com.google.android.material.R$styleable: int Transition_duration +cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_onPause +io.reactivex.internal.schedulers.ScheduledRunnable: void dispose() +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragment_android_dividerHeight +com.jaredrummler.android.colorpicker.R$attr: int actionModeCloseDrawable +com.google.android.material.R$style: int Widget_AppCompat_CompoundButton_Switch +wangdaye.com.geometricweather.R$attr: int switchMinWidth +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX: java.util.List getBrands() +com.google.android.material.floatingactionbutton.FloatingActionButton: void setTranslationZ(float) +retrofit2.Platform: retrofit2.Platform findPlatform() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: int RelativeHumidity +wangdaye.com.geometricweather.db.entities.DaoMaster: void createAllTables(org.greenrobot.greendao.database.Database,boolean) +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void innerError(io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver,java.lang.Throwable) +androidx.constraintlayout.widget.R$styleable: int[] DrawerArrowToggle +androidx.versionedparcelable.CustomVersionedParcelable +wangdaye.com.geometricweather.R$string: int dew_point +okhttp3.internal.Util: boolean decodeIpv4Suffix(java.lang.String,int,int,byte[],int) +androidx.legacy.coreutils.R$id: int right_side +com.google.android.material.slider.BaseSlider: int getLabelBehavior() +com.google.android.material.R$color: int mtrl_btn_bg_color_selector +okhttp3.internal.http2.Settings: int ENABLE_PUSH +wangdaye.com.geometricweather.settings.dialogs.MinimalIconDialog +cyanogenmod.app.CustomTileListenerService: java.lang.String TAG +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade +com.google.android.material.card.MaterialCardView: int getStrokeColor() +androidx.customview.R$layout: int notification_action +com.jaredrummler.android.colorpicker.R$style: int Base_DialogWindowTitle_AppCompat +androidx.dynamicanimation.R$attr: int alpha +com.turingtechnologies.materialscrollbar.R$attr: int navigationIcon +okhttp3.internal.platform.OptionalMethod: java.lang.reflect.Method getMethod(java.lang.Class) +com.jaredrummler.android.colorpicker.R$style: int Base_V7_Widget_AppCompat_EditText +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintWidth_percent +wangdaye.com.geometricweather.R$id: int ghost_view +com.xw.repo.bubbleseekbar.R$drawable: int abc_textfield_activated_mtrl_alpha +androidx.preference.ListPreference: ListPreference(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String weatherText +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamily_fontProviderFetchStrategy +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_display_3_material +com.amap.api.location.AMapLocation: java.lang.String getAoiName() +com.google.android.gms.common.api.Status +wangdaye.com.geometricweather.R$string: int aqi_1 +cyanogenmod.weather.ICMWeatherManager: void cancelRequest(int) +androidx.appcompat.R$attr: int subtitleTextAppearance +james.adaptiveicon.R$style: int Widget_AppCompat_ActionBar_Solid +com.google.android.material.R$attr: int listMenuViewStyle +androidx.appcompat.R$style: int Base_V22_Theme_AppCompat +androidx.swiperefreshlayout.R$id +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog +androidx.appcompat.widget.AppCompatSpinner: java.lang.CharSequence getPrompt() +androidx.constraintlayout.helper.widget.Flow: void setFirstVerticalStyle(int) +retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: void onError(java.lang.Throwable) +com.google.gson.stream.JsonReader: int NUMBER_CHAR_DECIMAL +com.jaredrummler.android.colorpicker.R$id: int recycler_view +com.google.android.material.R$styleable: int ActionBar_height +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_popupWindowStyle +androidx.constraintlayout.widget.R$style: int AlertDialog_AppCompat_Light +com.google.android.material.R$styleable: int Insets_paddingBottomSystemWindowInsets +io.reactivex.internal.subscribers.StrictSubscriber: boolean done +com.jaredrummler.android.colorpicker.R$styleable: int[] ActionMenuItemView +com.amap.api.fence.DistrictItem: java.util.List d +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void clear() +androidx.appcompat.R$styleable: int AppCompatTheme_actionMenuTextColor +wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_moonPhase +com.turingtechnologies.materialscrollbar.R$styleable: int TabItem_android_icon +androidx.loader.content.Loader: void unregisterOnLoadCanceledListener(androidx.loader.content.Loader$OnLoadCanceledListener) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Speed: AccuDailyResult$DailyForecasts$Day$Wind$Speed() +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setBackgroundDrawable(android.graphics.drawable.Drawable) +com.google.android.material.R$string: int search_menu_title +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: boolean hasNext() +com.google.android.material.R$styleable: int ActionMode_titleTextStyle +com.amap.api.location.CoordinateConverter: com.amap.api.location.DPoint convert() +androidx.vectordrawable.animated.R$styleable: int GradientColor_android_type +androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_android_font +androidx.constraintlayout.widget.R$id: int actions +wangdaye.com.geometricweather.R$drawable: int notif_temp_95 +com.jaredrummler.android.colorpicker.R$color: int material_deep_teal_500 +androidx.constraintlayout.widget.R$styleable: int StateListDrawable_android_dither +io.reactivex.internal.observers.LambdaObserver: LambdaObserver(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer,io.reactivex.functions.Action,io.reactivex.functions.Consumer) +androidx.work.R$id: int accessibility_custom_action_12 +com.xw.repo.bubbleseekbar.R$color: int accent_material_dark +android.didikee.donate.R$styleable: int AlertDialog_multiChoiceItemLayout +com.google.android.material.R$style: int Base_Widget_AppCompat_SearchView +com.google.android.gms.location.LocationSettingsStates +androidx.preference.R$styleable: int SwitchPreference_switchTextOn +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored +com.amap.api.location.AMapLocation: void setStreet(java.lang.String) +androidx.recyclerview.R$color: R$color() +io.reactivex.internal.observers.BasicIntQueueDisposable: BasicIntQueueDisposable() +com.xw.repo.bubbleseekbar.R$attr: int textAllCaps +com.jaredrummler.android.colorpicker.R$string: int summary_collapsed_preference_list +android.didikee.donate.R$drawable: int abc_control_background_material +okhttp3.internal.cache2.Relay: java.lang.Thread upstreamReader +com.google.android.material.textfield.TextInputLayout: void removeOnEndIconChangedListener(com.google.android.material.textfield.TextInputLayout$OnEndIconChangedListener) +cyanogenmod.app.LiveLockScreenInfo: android.os.Parcelable$Creator CREATOR +retrofit2.ParameterHandler$Tag: java.lang.Class cls +wangdaye.com.geometricweather.R$array: int live_wallpaper_weather_kinds +okhttp3.CipherSuite$1: int compare(java.lang.String,java.lang.String) +cyanogenmod.app.ICMTelephonyManager: void setDefaultPhoneSub(int) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge +androidx.appcompat.R$dimen: int abc_action_button_min_width_overflow_material +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Display4 +android.didikee.donate.R$attr: int colorAccent +okio.Okio$2: void close() +androidx.appcompat.view.menu.ListMenuItemView: void setTitle(java.lang.CharSequence) +com.google.android.material.R$attr: int goIcon +com.google.android.material.R$attr: int mock_showDiagonals +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void onComplete() +okhttp3.Request$Builder: okhttp3.Request$Builder tag(java.lang.Class,java.lang.Object) com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_actionLayout -androidx.appcompat.R$styleable: int AppCompatTheme_radioButtonStyle -retrofit2.OkHttpCall$ExceptionCatchingResponseBody: void throwIfCaught() -android.didikee.donate.R$attr: int showAsAction -com.xw.repo.bubbleseekbar.R$attr: int contentInsetStart -androidx.hilt.work.R$dimen: int compat_control_corner_material -com.bumptech.glide.R$styleable: int FontFamily_fontProviderQuery -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_MonthNavigationButton -james.adaptiveicon.R$drawable: int notification_bg -androidx.recyclerview.R$dimen: int notification_top_pad -android.didikee.donate.R$styleable: int AppCompatTextHelper_android_drawableRight -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: io.reactivex.functions.Function mapper -com.google.android.material.appbar.AppBarLayout$BaseBehavior$SavedState -cyanogenmod.app.LiveLockScreenInfo: int PRIORITY_LOW -com.google.android.material.R$id: int material_clock_display -android.didikee.donate.R$attr: int selectableItemBackgroundBorderless -wangdaye.com.geometricweather.R$styleable: int CheckBoxPreference_android_summaryOn -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer getDegreeDayTemperature() -cyanogenmod.weather.WeatherInfo$DayForecast$1: cyanogenmod.weather.WeatherInfo$DayForecast[] newArray(int) -okhttp3.internal.Util: int indexOf(java.util.Comparator,java.lang.String[],java.lang.String) -io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: io.reactivex.Scheduler scheduler -com.google.android.material.R$attr: int boxStrokeColor -com.jaredrummler.android.colorpicker.ColorPickerView: java.lang.String getAlphaSliderText() -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void onNext(java.lang.Object) -cyanogenmod.hardware.CMHardwareManager: java.lang.String getUniqueDeviceId() -cyanogenmod.app.Profile: java.util.UUID[] getSecondaryUuids() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX getTemperature() -androidx.constraintlayout.widget.R$styleable: int Constraint_constraint_referenced_ids -androidx.appcompat.widget.AppCompatAutoCompleteTextView: android.content.res.ColorStateList getSupportBackgroundTintList() -androidx.constraintlayout.widget.R$attr: int flow_lastHorizontalBias -cyanogenmod.themes.ThemeManager: java.lang.String TAG -android.didikee.donate.R$color: int bright_foreground_inverse_material_light -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem -wangdaye.com.geometricweather.R$string: int daily_overview -retrofit2.OptionalConverterFactory$OptionalConverter: java.util.Optional convert(okhttp3.ResponseBody) -cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: java.lang.String getInterfaceDescriptor() -com.google.android.material.R$styleable: int AppCompatTheme_actionBarWidgetTheme -cyanogenmod.app.Profile$TriggerState: Profile$TriggerState() -androidx.preference.R$dimen: int tooltip_precise_anchor_extra_offset -com.google.android.material.R$styleable: int Layout_layout_constraintLeft_creator -wangdaye.com.geometricweather.common.ui.widgets.TagView: TagView(android.content.Context) -wangdaye.com.geometricweather.R$id: int barrier -wangdaye.com.geometricweather.R$drawable: int ic_briefing -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_29 -cyanogenmod.app.CustomTile$ExpandedItem: CustomTile$ExpandedItem() -com.google.android.material.R$styleable: int MenuView_android_horizontalDivider -android.didikee.donate.R$styleable: int MenuItem_android_visible -androidx.work.R$layout: int notification_action -androidx.appcompat.R$drawable: int abc_switch_thumb_material -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) -wangdaye.com.geometricweather.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow -com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_previewSize -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_menu_overflow_material -androidx.appcompat.R$attr: int dividerVertical -cyanogenmod.weather.WeatherInfo$Builder: WeatherInfo$Builder(java.lang.String,double,int) -james.adaptiveicon.R$drawable: int abc_text_cursor_material -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu -okhttp3.internal.http2.Http2Connection$7: int val$streamId -androidx.preference.R$styleable: int SeekBarPreference_seekBarIncrement -com.xw.repo.bubbleseekbar.R$attr: int bsb_track_color -com.google.android.material.R$styleable: int Layout_layout_constraintWidth_min -io.reactivex.internal.util.ErrorMode: io.reactivex.internal.util.ErrorMode END -androidx.appcompat.R$string: int abc_searchview_description_search -com.turingtechnologies.materialscrollbar.R$color: int dim_foreground_disabled_material_light -wangdaye.com.geometricweather.R$attr: int backgroundInsetBottom -wangdaye.com.geometricweather.db.entities.LocationEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeSnowPrecipitation() +androidx.cardview.R$styleable: int CardView_android_minWidth +com.google.android.material.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle +androidx.activity.ComponentActivity$2 +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult +io.reactivex.Observable: io.reactivex.Observable concatMap(io.reactivex.functions.Function) +io.reactivex.internal.observers.BasicIntQueueDisposable: int requestFusion(int) +androidx.recyclerview.R$styleable: int GradientColor_android_endX +com.xw.repo.bubbleseekbar.R$attr: int actionModeBackground +androidx.fragment.R$id: int text +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum: AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum() +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TimePicker +androidx.constraintlayout.widget.R$layout: int abc_screen_simple_overlay_action_mode +com.github.rahatarmanahmed.cpv.CircularProgressView$1 +android.didikee.donate.R$id: int default_activity_button +wangdaye.com.geometricweather.R$string: int feedback_ignore_battery_optimizations_title +androidx.hilt.work.R$id: int icon_group +androidx.preference.PreferenceGroup: PreferenceGroup(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: float PRECIPITATION_HEAVY +com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose: com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose[] values() +cyanogenmod.app.CMContextConstants$Features: java.lang.String APP_SUGGEST +okio.ForwardingSource: java.lang.String toString() +wangdaye.com.geometricweather.R$color: int mtrl_popupmenu_overlay_color +androidx.appcompat.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal +androidx.work.impl.workers.ConstraintTrackingWorker: ConstraintTrackingWorker(android.content.Context,androidx.work.WorkerParameters) +com.google.android.material.R$styleable: int ConstraintSet_flow_lastHorizontalStyle +android.didikee.donate.R$layout: int abc_alert_dialog_title_material +androidx.viewpager2.R$id: int action_image +com.jaredrummler.android.colorpicker.R$attr: int actionBarStyle +com.amap.api.location.AMapLocationQualityReport: int c +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_drawPath +android.didikee.donate.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: int lastIndex +okhttp3.internal.ws.WebSocketReader: boolean isFinalFrame +androidx.constraintlayout.widget.R$attr: int motionProgress +wangdaye.com.geometricweather.R$styleable: int[] MaterialButton +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: java.lang.String toString() +androidx.preference.R$style: int Widget_AppCompat_DropDownItem_Spinner +com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_layout_anchor +okhttp3.Call: void enqueue(okhttp3.Callback) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours Past9Hours +com.turingtechnologies.materialscrollbar.R$attr: int fontFamily +com.google.android.material.R$anim: int btn_checkbox_to_unchecked_check_path_merged_animation +okhttp3.internal.connection.RouteSelector +com.google.android.material.R$styleable: int Constraint_layout_constraintHorizontal_weight +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonBarStyle +android.didikee.donate.R$styleable: int[] View +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight +com.google.android.material.R$styleable: int NavigationView_itemShapeInsetEnd +james.adaptiveicon.R$anim: R$anim() +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textColorSearchUrl +androidx.vectordrawable.R$style: int TextAppearance_Compat_Notification_Time +com.google.android.material.R$color: int material_slider_halo_color +com.google.gson.stream.JsonReader: int peekKeyword() +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionMode_Inverse +androidx.preference.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner +androidx.swiperefreshlayout.R$drawable: int notification_template_icon_bg +io.reactivex.internal.util.ArrayListSupplier: java.util.List apply(java.lang.Object) +io.reactivex.internal.subscriptions.SubscriptionArbiter: boolean isCancelled() +com.google.android.material.R$styleable: int ConstraintSet_android_layout_marginTop +com.google.android.gms.common.server.response.FastSafeParcelableJsonResponse +com.xw.repo.bubbleseekbar.R$id: int line1 +james.adaptiveicon.R$drawable: int abc_list_selector_disabled_holo_dark +io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: void onComplete() +wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Title_Panel +james.adaptiveicon.R$style: int Theme_AppCompat_DayNight +wangdaye.com.geometricweather.R$animator: int weather_partly_cloudy_night_2 +io.reactivex.Observable: io.reactivex.Observable flatMapIterable(io.reactivex.functions.Function,io.reactivex.functions.BiFunction) +james.adaptiveicon.R$color: int material_blue_grey_950 +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher: androidx.lifecycle.LifecycleOwner mLifecycle +androidx.work.R$attr: int fontProviderFetchStrategy +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String tempMin +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_icon_btn_padding_left +wangdaye.com.geometricweather.R$color: int material_on_background_emphasis_high_type +com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_verticalDivider +androidx.constraintlayout.widget.R$drawable: int abc_btn_radio_to_on_mtrl_015 +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WindDirection +wangdaye.com.geometricweather.R$id: int material_clock_face +androidx.constraintlayout.widget.R$drawable: int abc_ic_menu_share_mtrl_alpha +okhttp3.FormBody: FormBody(java.util.List,java.util.List) +com.google.android.material.R$styleable: int CoordinatorLayout_Layout_layout_keyline +cyanogenmod.app.ICMTelephonyManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +io.reactivex.internal.util.EmptyComponent: org.reactivestreams.Subscriber asSubscriber() +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Description: AccuAlertResult$Description() +wangdaye.com.geometricweather.R$drawable: int weather_cloudy_pixel +androidx.recyclerview.R$attr: int fontProviderPackage +okhttp3.internal.http2.Hpack$Writer: int SETTINGS_HEADER_TABLE_SIZE_LIMIT +android.didikee.donate.R$attr: int windowNoTitle +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_Bridge +androidx.constraintlayout.widget.R$drawable: int abc_control_background_material +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Description +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: InkPageIndicator(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$styleable: int[] Slider +androidx.appcompat.R$dimen: int abc_action_bar_stacked_tab_max_width +com.amap.api.location.AMapLocationQualityReport: java.lang.Object clone() +androidx.constraintlayout.motion.widget.MotionLayout: int getEndState() +com.turingtechnologies.materialscrollbar.R$color: int cardview_light_background +androidx.transition.R$drawable: int notification_bg_normal +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather: java.lang.String img +com.google.android.material.R$styleable: int ChipGroup_singleSelection +com.jaredrummler.android.colorpicker.R$attr: int colorControlActivated +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_unregisterChangeListener +com.google.android.material.R$styleable: int AppCompatTheme_actionBarItemBackground +androidx.preference.R$dimen: int abc_button_inset_horizontal_material +com.amap.api.location.DPoint: void setLatitude(double) +wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_scrollMode +com.xw.repo.bubbleseekbar.R$layout: int abc_screen_simple_overlay_action_mode +wangdaye.com.geometricweather.R$string: int wind_direction +com.jaredrummler.android.colorpicker.R$styleable: int Preference_shouldDisableView +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void onNext(java.lang.Object) +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: io.reactivex.internal.util.AtomicThrowable errors +wangdaye.com.geometricweather.R$color: int cardview_dark_background +wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.lang.String content +james.adaptiveicon.R$attr: int colorPrimaryDark +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle +android.didikee.donate.R$styleable: int ColorStateListItem_android_color +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningAdvice: int phenomenonId +wangdaye.com.geometricweather.R$attr: int colorOnError +james.adaptiveicon.R$attr: int colorBackgroundFloating +com.google.android.material.R$id: int parallax +android.didikee.donate.R$id: int right_icon +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: boolean cancelled +okio.Options: int[] trie +androidx.fragment.R$attr: int fontStyle +com.google.android.material.R$attr: int badgeTextColor +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_fixed_width_minor +com.google.android.material.R$style: int Base_V14_ThemeOverlay_MaterialComponents_Dialog +james.adaptiveicon.R$attr: int actionViewClass +wangdaye.com.geometricweather.R$dimen: int mtrl_fab_elevation +com.jaredrummler.android.colorpicker.ColorPickerView: void setBorderColor(int) +cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() +com.turingtechnologies.materialscrollbar.R$id: int custom +wangdaye.com.geometricweather.R$style: int activity_create_widget_done_button +androidx.lifecycle.DefaultLifecycleObserver: void onPause(androidx.lifecycle.LifecycleOwner) +okhttp3.Challenge: okhttp3.Challenge withCharset(java.nio.charset.Charset) +androidx.constraintlayout.utils.widget.ImageFilterView: float getCrossfade() +wangdaye.com.geometricweather.R$style: int Base_V23_Theme_AppCompat_Light +wangdaye.com.geometricweather.R$id: int container_main_daily_trend_card_trendRecyclerView +com.google.android.material.R$id: int mtrl_calendar_main_pane +com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Dialog +androidx.vectordrawable.R$styleable: int FontFamilyFont_font +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_logoDescription +com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String j +wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: void setColor(boolean) +androidx.preference.R$attr: int fastScrollEnabled +com.google.android.material.datepicker.MaterialDatePicker +androidx.lifecycle.DefaultLifecycleObserver: void onCreate(androidx.lifecycle.LifecycleOwner) +com.amap.api.location.CoordinateConverter: CoordinateConverter(android.content.Context) +androidx.core.R$dimen +wangdaye.com.geometricweather.R$color: int mtrl_fab_bg_color_selector +androidx.constraintlayout.widget.Guideline: void setGuidelinePercent(float) +okhttp3.internal.http2.Http2: byte FLAG_END_STREAM +com.google.android.material.R$attr: int autoSizeMaxTextSize +com.jaredrummler.android.colorpicker.ColorPreferenceCompat: ColorPreferenceCompat(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.R$color: int design_fab_stroke_end_outer_color +com.xw.repo.bubbleseekbar.R$styleable: int ViewStubCompat_android_layout +com.jaredrummler.android.colorpicker.R$id: int cpv_color_panel_old +wangdaye.com.geometricweather.R$string: int settings_title_list_animation_switch +androidx.appcompat.R$layout: int abc_list_menu_item_icon +wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_backgroundTint +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: java.lang.String getLanguageName(android.content.Context) +com.google.android.material.R$dimen: int mtrl_btn_text_btn_icon_padding +retrofit2.Response: okhttp3.ResponseBody errorBody +androidx.constraintlayout.widget.R$styleable: int Transition_android_id +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: long serialVersionUID +androidx.preference.PreferenceFragmentCompat +com.baidu.location.e.h$c: com.baidu.location.e.h$c c +androidx.appcompat.widget.AppCompatImageButton: void setSupportImageTintList(android.content.res.ColorStateList) +androidx.appcompat.resources.R$id: int notification_background +com.google.android.material.R$styleable: int MenuItem_android_checkable +cyanogenmod.app.CustomTileListenerService: void removeCustomTile(java.lang.String,java.lang.String,int) +okio.Buffer: long completeSegmentByteCount() +com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_buttonIconDimen +wangdaye.com.geometricweather.R$string: int v7_preference_on +com.google.android.material.R$styleable: int KeyCycle_android_scaleX +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 +com.google.android.material.slider.RangeSlider: int getHaloRadius() +com.google.android.material.R$id: int mtrl_picker_header +androidx.viewpager2.widget.ViewPager2 +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Pressure +androidx.preference.R$attr: int actionModeCutDrawable +io.reactivex.internal.subscriptions.BasicIntQueueSubscription: BasicIntQueueSubscription() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: java.util.Date getFrom() +com.jaredrummler.android.colorpicker.R$id: int checkbox +wangdaye.com.geometricweather.R$layout: int cpv_dialog_color_picker +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: boolean cancelled +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.util.Date moonsetTime +com.xw.repo.bubbleseekbar.R$color: int material_grey_800 +com.xw.repo.bubbleseekbar.R$id: int multiply +com.turingtechnologies.materialscrollbar.R$style: int Platform_MaterialComponents_Light +androidx.appcompat.widget.AppCompatSpinner$SavedState: android.os.Parcelable$Creator CREATOR +androidx.appcompat.R$style: int Widget_AppCompat_EditText +wangdaye.com.geometricweather.db.entities.HistoryEntity: java.lang.String cityId +com.google.gson.stream.JsonReader: java.lang.String nextUnquotedValue() +okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.lang.String getEffectiveTldPlusOne(java.lang.String) +androidx.cardview.R$attr: int contentPadding +android.didikee.donate.R$attr: int windowActionBarOverlay +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_tooltipForegroundColor +cyanogenmod.app.ThemeVersion: int CM11 +james.adaptiveicon.R$attr: int buttonBarPositiveButtonStyle +wangdaye.com.geometricweather.R$dimen: int abc_list_item_height_large_material +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_hideable +androidx.vectordrawable.R$attr: int fontProviderFetchStrategy +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleMarginStart +wangdaye.com.geometricweather.R$attr: int materialButtonOutlinedStyle +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle +android.didikee.donate.R$color: int notification_action_color_filter +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Body1 +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_RatingBar_Small +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_star_black_48dp +com.google.android.material.R$dimen: int mtrl_extended_fab_min_height +okhttp3.CookieJar: okhttp3.CookieJar NO_COOKIES +cyanogenmod.app.Profile: void writeToParcel(android.os.Parcel,int) +wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: java.lang.String getProviderId() +androidx.vectordrawable.R$styleable: int GradientColor_android_endY +org.greenrobot.greendao.AbstractDao: void refresh(java.lang.Object) +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_text_input_padding_top +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable +com.google.gson.stream.JsonReader: java.io.Reader in +retrofit2.adapter.rxjava2.CallEnqueueObservable: void subscribeActual(io.reactivex.Observer) +com.google.android.material.slider.BaseSlider: int getThumbRadius() +com.turingtechnologies.materialscrollbar.R$drawable: int abc_scrubber_primary_mtrl_alpha +okhttp3.CacheControl$Builder: okhttp3.CacheControl build() +wangdaye.com.geometricweather.R$layout: int container_main_hourly_trend_card +androidx.constraintlayout.widget.R$attr: int searchHintIcon +com.jaredrummler.android.colorpicker.R$attr: int contentInsetLeft +androidx.fragment.R$layout: int notification_action_tombstone +cyanogenmod.weather.CMWeatherManager: cyanogenmod.weather.IWeatherServiceProviderChangeListener mProviderChangeListener +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layoutDescription +wangdaye.com.geometricweather.R$id: int cpv_color_picker_view +androidx.fragment.R$anim: int fragment_fast_out_extra_slow_in +androidx.appcompat.R$attr: int contentInsetLeft +android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert +androidx.appcompat.R$styleable: int Toolbar_contentInsetRight +okhttp3.internal.http2.Http2Connection: void pushHeadersLater(int,java.util.List,boolean) +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: float getPressure(float) +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: BaiduIPLocationService_Factory(javax.inject.Provider,javax.inject.Provider) +wangdaye.com.geometricweather.R$styleable: int OnSwipe_touchRegionId +okhttp3.CertificatePinner: okhttp3.CertificatePinner withCertificateChainCleaner(okhttp3.internal.tls.CertificateChainCleaner) +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer getRealFeelShaderTemperature() +com.jaredrummler.android.colorpicker.R$styleable: int[] PopupWindow +androidx.preference.R$attr: int indeterminateProgressStyle +androidx.viewpager2.R$styleable: int RecyclerView_android_orientation +wangdaye.com.geometricweather.R$style: int Base_V22_Theme_AppCompat +com.google.android.material.R$attr: int elevationOverlayEnabled +com.google.gson.JsonIOException: long serialVersionUID +com.google.android.material.R$dimen: int mtrl_slider_label_radius +okhttp3.internal.http.HttpHeaders: boolean varyMatches(okhttp3.Response,okhttp3.Headers,okhttp3.Request) +cyanogenmod.power.PerformanceManager: java.lang.String POWER_PROFILE_CHANGED +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: void setStreet(java.lang.String) +androidx.appcompat.resources.R$string: R$string() +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle +androidx.lifecycle.LifecycleDispatcher$DispatcherActivityCallback +androidx.constraintlayout.widget.R$anim: int btn_radio_to_on_mtrl_ring_outer_path_animation +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_UnelevatedButton +wangdaye.com.geometricweather.R$style: int Platform_Widget_AppCompat_Spinner +okio.Buffer$UnsafeCursor: byte[] data +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: void setFrom(java.lang.String) +cyanogenmod.weather.CMWeatherManager: java.util.Map access$300(cyanogenmod.weather.CMWeatherManager) +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void onComplete() +wangdaye.com.geometricweather.R$attr: int thumbTextPadding +com.xw.repo.bubbleseekbar.R$attr: int logoDescription +androidx.hilt.work.R$id: R$id() +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_firstHorizontalBias +com.turingtechnologies.materialscrollbar.R$drawable: int navigation_empty_icon +com.xw.repo.bubbleseekbar.R$style: int Platform_ThemeOverlay_AppCompat_Dark +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_SearchResult +android.didikee.donate.R$id: int notification_background +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_LargeTouch +androidx.drawerlayout.R$styleable: int GradientColor_android_type +okhttp3.internal.http2.Http2Stream: void receiveFin() +io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: long serialVersionUID +cyanogenmod.providers.CMSettings$System: java.lang.String TOUCHSCREEN_GESTURE_HAPTIC_FEEDBACK +wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_animAutostart +com.xw.repo.bubbleseekbar.R$styleable: int FontFamily_fontProviderCerts +androidx.appcompat.R$id: int customPanel +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind Wind +wangdaye.com.geometricweather.R$anim: int x2_decelerate_interpolator +cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks access$700(cyanogenmod.externalviews.KeyguardExternalView) +androidx.appcompat.R$attr: int ratingBarStyleSmall +wangdaye.com.geometricweather.R$drawable: int widget_day_week +android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall +io.reactivex.internal.disposables.EmptyDisposable: void complete(io.reactivex.Observer) +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.AirQuality airQuality +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.lang.Integer snowHazard3h +io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection +com.google.android.material.R$styleable: int[] KeyAttribute +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String Source +wangdaye.com.geometricweather.R$drawable: int flag_de +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setRefreshing(boolean) +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver +androidx.coordinatorlayout.R$id: int accessibility_custom_action_22 +okhttp3.internal.io.FileSystem: okio.Sink sink(java.io.File) +com.google.android.material.R$styleable: int AppBarLayout_android_touchscreenBlocksFocus +wangdaye.com.geometricweather.R$attr: int itemShapeInsetStart +com.google.android.material.R$styleable: int GradientColor_android_centerColor +android.didikee.donate.R$attr: int backgroundTint +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_typeface +androidx.preference.R$styleable: int TextAppearance_fontFamily +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver: void onComplete() +com.turingtechnologies.materialscrollbar.R$dimen: int item_touch_helper_swipe_escape_max_velocity +com.google.android.material.R$styleable: int OnSwipe_touchAnchorId +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setItemPosition(int) +wangdaye.com.geometricweather.R$string: int feedback_interpret_background_notification_content +androidx.preference.R$style: int Theme_AppCompat_Dialog_Alert +androidx.constraintlayout.widget.R$attr: int listLayout +com.google.android.material.R$attr: int limitBoundsTo +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Imperial Imperial +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable: boolean isDisposed() +wangdaye.com.geometricweather.db.entities.AlertEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) +androidx.appcompat.widget.Toolbar: void setCollapseContentDescription(java.lang.CharSequence) +androidx.preference.R$id: int accessibility_custom_action_23 +androidx.viewpager.R$string: R$string() +com.jaredrummler.android.colorpicker.R$id: int spacer +androidx.dynamicanimation.R$dimen: int notification_action_icon_size +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.Date getPublishDate() +androidx.vectordrawable.R$id: int right_side +androidx.appcompat.R$styleable: int AppCompatTheme_alertDialogCenterButtons +com.amap.api.location.AMapLocationClientOption$GeoLanguage: com.amap.api.location.AMapLocationClientOption$GeoLanguage[] a +okio.Buffer: okio.BufferedSink emitCompleteSegments() +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHeight_min +com.bumptech.glide.integration.okhttp.R$dimen: int compat_button_padding_vertical_material +cyanogenmod.providers.CMSettings$System: java.lang.String BATTERY_LIGHT_PULSE +com.xw.repo.bubbleseekbar.R$attr: int layout_keyline +okhttp3.internal.http2.Http2Reader: void readConnectionPreface(okhttp3.internal.http2.Http2Reader$Handler) +wangdaye.com.geometricweather.R$string: int key_appearance +cyanogenmod.app.Profile: int mDozeMode +com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar +com.xw.repo.bubbleseekbar.R$attr: int colorControlNormal +androidx.hilt.R$id: int tag_accessibility_heading +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1 +com.google.android.material.R$style: int Widget_MaterialComponents_ChipGroup +wangdaye.com.geometricweather.R$string: int background_information +android.didikee.donate.R$styleable: int ViewStubCompat_android_inflatedId +com.turingtechnologies.materialscrollbar.R$color: int error_color_material_dark +androidx.preference.R$drawable: int abc_ic_clear_material +androidx.vectordrawable.R$color: int notification_action_color_filter +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_placeholderTextAppearance +androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$Event downEvent(androidx.lifecycle.Lifecycle$State) +io.reactivex.internal.util.EmptyComponent: void onNext(java.lang.Object) +androidx.hilt.R$styleable: int FragmentContainerView_android_tag +wangdaye.com.geometricweather.R$attr: int state_collapsed +com.google.android.material.R$styleable: int AppCompatTheme_seekBarStyle +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Medium_Inverse +com.google.android.material.R$attr: int shapeAppearanceOverlay +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_android_gravity +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_android_background +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust +com.google.android.material.R$string: int mtrl_picker_date_header_unselected +wangdaye.com.geometricweather.main.fragments.MainFragment +androidx.appcompat.resources.R$dimen: int notification_top_pad +james.adaptiveicon.R$styleable: int[] TextAppearance +wangdaye.com.geometricweather.R$styleable: int KeyTrigger_onNegativeCross +com.turingtechnologies.materialscrollbar.R$attr: int msb_hideDelayInMilliseconds +androidx.preference.R$styleable: int ActionMode_closeItemLayout +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable: ExecutorScheduler$ExecutorWorker$BooleanRunnable(java.lang.Runnable) +com.google.android.material.R$id: int accessibility_custom_action_25 +androidx.preference.R$anim: int btn_checkbox_to_unchecked_check_path_merged_animation +okhttp3.Cache$1: void trackResponse(okhttp3.internal.cache.CacheStrategy) +android.didikee.donate.R$attr: int logoDescription +androidx.loader.R$styleable: int GradientColor_android_startColor +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Region: AccuLocationResult$Region() +wangdaye.com.geometricweather.R$drawable: int weather_thunder_2 +cyanogenmod.app.CMTelephonyManager: java.util.List getSubInformation() +androidx.appcompat.R$dimen: int hint_alpha_material_light +com.google.android.gms.common.server.converter.zaa +james.adaptiveicon.R$styleable: int[] DrawerArrowToggle +io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean aqi +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setAqi(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX) +wangdaye.com.geometricweather.R$styleable: int[] ActionMode +androidx.preference.R$attr: int actionBarTabBarStyle +io.reactivex.internal.disposables.DisposableHelper: boolean validate(io.reactivex.disposables.Disposable,io.reactivex.disposables.Disposable) +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_21 +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem +com.google.android.material.R$styleable: int PropertySet_visibilityMode +androidx.hilt.R$style: int TextAppearance_Compat_Notification_Info +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_barrierDirection +androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_barLength +io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: long serialVersionUID +androidx.core.R$layout: int notification_template_part_chronometer +wangdaye.com.geometricweather.main.dialogs.LocationPermissionStatementDialog: LocationPermissionStatementDialog() +androidx.hilt.R$styleable: int FragmentContainerView_android_name +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Metric: double Value +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintCircle +androidx.fragment.app.BackStackRecord: void setOnStartPostponedListener(androidx.fragment.app.Fragment$OnStartEnterTransitionListener) +james.adaptiveicon.R$dimen: int notification_action_text_size +com.baidu.location.LocationClientOption$LocationMode: com.baidu.location.LocationClientOption$LocationMode[] values() +androidx.drawerlayout.R$styleable: int FontFamily_fontProviderFetchStrategy +okio.Timeout: okio.Timeout deadlineNanoTime(long) +androidx.appcompat.R$style: int Widget_AppCompat_PopupMenu_Overflow +android.didikee.donate.R$attr: int paddingEnd +wangdaye.com.geometricweather.R$drawable: int abc_ic_menu_selectall_mtrl_alpha +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void onComplete() +com.google.android.material.textfield.TextInputLayout: void setBoxBackgroundColor(int) +cyanogenmod.os.Concierge: cyanogenmod.os.Concierge$ParcelInfo prepareParcel(android.os.Parcel) +com.jaredrummler.android.colorpicker.R$attr: int contentInsetStartWithNavigation +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex +wangdaye.com.geometricweather.R$dimen: int design_textinput_caption_translate_y +wangdaye.com.geometricweather.R$attr: int actionButtonStyle +androidx.constraintlayout.motion.widget.MotionLayout$TransitionState: androidx.constraintlayout.motion.widget.MotionLayout$TransitionState valueOf(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String CountryCode +androidx.appcompat.R$styleable: int[] TextAppearance +com.google.android.material.R$attr: int statusBarForeground +okhttp3.internal.Util: java.net.InetAddress decodeIpv6(java.lang.String,int,int) +cyanogenmod.os.Build$CM_VERSION_CODES: int CANTALOUPE +cyanogenmod.providers.CMSettings$Secure: java.util.List getDelimitedStringAsList(android.content.ContentResolver,java.lang.String,java.lang.String) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: java.lang.String getUvIndex() +wangdaye.com.geometricweather.R$id: int action_text +io.reactivex.internal.schedulers.ScheduledRunnable: int FUTURE_INDEX +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_goneMarginBottom +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: java.lang.String getUnit() +james.adaptiveicon.R$attr: int paddingStart +androidx.hilt.lifecycle.R$anim: int fragment_open_enter +android.didikee.donate.R$drawable: int abc_textfield_default_mtrl_alpha +wangdaye.com.geometricweather.R$attr: int backgroundOverlayColorAlpha +retrofit2.Retrofit: java.util.List converterFactories() +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setAnimationMode(int) +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: android.graphics.Rect getWindowInsets() +androidx.preference.R$style: int TextAppearance_AppCompat_Subhead_Inverse +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property China +okhttp3.internal.cache.CacheStrategy$Factory: long receivedResponseMillis +androidx.dynamicanimation.R$dimen: int notification_subtext_size +okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Stream pushStream(int,java.util.List,boolean) +androidx.appcompat.resources.R$color: int ripple_material_light +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableLeftCompat +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$RainForecast: long date +com.jaredrummler.android.colorpicker.R$styleable: int FontFamily_fontProviderAuthority +androidx.appcompat.widget.AlertDialogLayout: AlertDialogLayout(android.content.Context,android.util.AttributeSet) +retrofit2.RequestBuilder: okhttp3.MediaType contentType +wangdaye.com.geometricweather.R$drawable: int notif_temp_124 +okhttp3.internal.Util$1: int compare(java.lang.Object,java.lang.Object) +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemMaxLines +wangdaye.com.geometricweather.R$drawable: int weather_sleet_mini_dark +james.adaptiveicon.R$id: int info +okhttp3.OkHttpClient: java.util.List networkInterceptors +androidx.lifecycle.ProcessLifecycleOwner$3$1: androidx.lifecycle.ProcessLifecycleOwner$3 this$1 +androidx.constraintlayout.widget.R$styleable: int GradientColor_android_startY +com.turingtechnologies.materialscrollbar.R$attr: int buttonBarStyle +androidx.appcompat.R$styleable: int FontFamilyFont_android_fontVariationSettings +wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: java.lang.String getPollenText(android.content.Context,int) +androidx.preference.R$styleable: int AppCompatTextHelper_android_drawableBottom +wangdaye.com.geometricweather.R$id: int notification_big_icon_4 +com.google.android.material.R$dimen: int mtrl_alert_dialog_background_inset_bottom +cyanogenmod.themes.ThemeChangeRequest: java.util.Map getPerAppOverlays() +androidx.appcompat.R$interpolator: int fast_out_slow_in +com.github.rahatarmanahmed.cpv.CircularProgressView$4: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 +okhttp3.Response: okhttp3.ResponseBody body() +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light_Dialog_MinWidth +com.google.android.material.R$layout: int abc_cascading_menu_item_layout +wangdaye.com.geometricweather.R$bool: int workmanager_test_configuration +wangdaye.com.geometricweather.R$string: int phase_first +wangdaye.com.geometricweather.R$attr: int ratingBarStyleIndicator +androidx.appcompat.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog +android.didikee.donate.R$styleable: int Toolbar_logo +androidx.constraintlayout.widget.R$attr: int imageButtonStyle +androidx.lifecycle.extensions.R$id: int tag_transition_group +com.google.android.material.R$styleable: int ViewBackgroundHelper_backgroundTintMode +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Ice Ice +androidx.appcompat.R$styleable: int AppCompatTextView_android_textAppearance +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String sunSet +com.turingtechnologies.materialscrollbar.R$color: int secondary_text_disabled_material_dark +com.jaredrummler.android.colorpicker.R$layout: int preference_category +androidx.preference.R$drawable: int abc_ratingbar_small_material +com.turingtechnologies.materialscrollbar.R$attr: int boxCollapsedPaddingTop +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property PublishDate +cyanogenmod.weather.WeatherInfo$DayForecast: int getConditionCode() +wangdaye.com.geometricweather.R$styleable: int MaterialCardView_android_checkable +androidx.work.R$style: int TextAppearance_Compat_Notification_Line2 +wangdaye.com.geometricweather.R$color: int material_on_background_disabled +android.didikee.donate.R$styleable: int SearchView_android_focusable +com.google.android.material.slider.Slider: float getValue() +wangdaye.com.geometricweather.R$id: int action_bar +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar +com.turingtechnologies.materialscrollbar.R$id: int right_icon +androidx.viewpager.R$string: int status_bar_notification_info_overflow +com.jaredrummler.android.colorpicker.R$attr: int positiveButtonText +wangdaye.com.geometricweather.R$id: int notification_big +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_Switch +com.google.android.material.R$styleable: int[] TextAppearance +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Ceiling +io.reactivex.Observable: io.reactivex.Observable throttleLatest(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight +androidx.lifecycle.SavedStateHandle: java.lang.String VALUES +james.adaptiveicon.R$string: int abc_toolbar_collapse_description +androidx.vectordrawable.R$dimen: int compat_button_inset_horizontal_material +com.google.android.material.R$styleable: int KeyPosition_transitionEasing +com.google.android.material.R$attr: int iconEndPadding +com.google.android.material.R$styleable: int Constraint_transitionPathRotate +androidx.dynamicanimation.R$id: int right_icon +androidx.appcompat.widget.AppCompatSeekBar +okhttp3.internal.ws.RealWebSocket: void runWriter() +com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_singleLine +cyanogenmod.app.LiveLockScreenManager: android.content.Context mContext +com.google.android.gms.location.zzo +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean direction +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SUNNY +com.amap.api.location.AMapLocationClientOption: boolean isOffset() +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xmr +androidx.appcompat.R$dimen: int tooltip_horizontal_padding +androidx.constraintlayout.widget.R$color: int abc_tint_seek_thumb +com.google.android.material.R$style: int Widget_MaterialComponents_TimePicker_Display +androidx.constraintlayout.widget.R$drawable: int abc_cab_background_top_mtrl_alpha +okhttp3.internal.Util: okio.ByteString UTF_16_LE_BOM +io.reactivex.Observable: io.reactivex.Observable publish(io.reactivex.functions.Function) +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments$WarningTextBlocItem: java.lang.String titleHtml +cyanogenmod.platform.R$integer +androidx.appcompat.R$styleable: int AnimatedStateListDrawableItem_android_drawable +com.amap.api.fence.GeoFence: boolean q +org.greenrobot.greendao.database.DatabaseOpenHelper: void onCreate(android.database.sqlite.SQLiteDatabase) +wangdaye.com.geometricweather.common.ui.widgets.trend.TrendLayoutManager +com.google.android.material.R$anim: int abc_tooltip_exit +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_counterOverflowTextAppearance +android.didikee.donate.R$styleable: int DrawerArrowToggle_color +com.jaredrummler.android.colorpicker.R$attr: int navigationIcon +com.jaredrummler.android.colorpicker.R$anim: int abc_slide_in_top okhttp3.ConnectionSpec$Builder: ConnectionSpec$Builder(boolean) -android.didikee.donate.R$layout: int abc_action_menu_layout -wangdaye.com.geometricweather.R$styleable: int Preference_android_widgetLayout -androidx.activity.R$styleable: int GradientColor_android_endX -okhttp3.ResponseBody: byte[] bytes() -okhttp3.internal.http2.Hpack: okio.ByteString checkLowercase(okio.ByteString) -wangdaye.com.geometricweather.R$styleable: int[] CustomAttribute -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind wind -io.reactivex.internal.observers.DeferredScalarDisposable: void complete(java.lang.Object) -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float pSea -wangdaye.com.geometricweather.R$dimen: int widget_current_weather_icon_size -okhttp3.MultipartBody: okhttp3.MultipartBody$Part part(int) -cyanogenmod.themes.IThemeChangeListener$Stub$Proxy -com.amap.api.location.CoordinateConverter -wangdaye.com.geometricweather.R$id: int save_overlay_view -com.google.android.material.R$dimen: int notification_top_pad_large_text -cyanogenmod.themes.ThemeChangeRequest: ThemeChangeRequest(android.os.Parcel) -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Dialog_FixedSize -wangdaye.com.geometricweather.R$drawable: int notif_temp_119 -androidx.constraintlayout.helper.widget.Flow: void setVerticalStyle(int) +androidx.work.R$color: int secondary_text_default_material_light +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Spinner +androidx.lifecycle.ComputableLiveData +com.turingtechnologies.materialscrollbar.R$string: int abc_menu_function_shortcut_label +okio.RealBufferedSink: okio.BufferedSink write(byte[]) +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: io.reactivex.internal.queue.SpscLinkedArrayQueue queue +androidx.dynamicanimation.R$style: int TextAppearance_Compat_Notification_Time +com.google.android.material.R$styleable: int Snackbar_snackbarTextViewStyle +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_DialogWhenLarge +androidx.coordinatorlayout.R$string +com.google.android.material.chip.ChipGroup: void setChipSpacingHorizontal(int) +com.google.android.material.R$styleable: int KeyTimeCycle_android_translationZ +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Imperial +wangdaye.com.geometricweather.R$id: int textinput_counter +androidx.swiperefreshlayout.R$attr: int fontProviderPackage +io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain +wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Light +com.turingtechnologies.materialscrollbar.R$attr: int snackbarButtonStyle +retrofit2.http.QueryMap: boolean encoded() +com.google.android.material.circularreveal.CircularRevealFrameLayout: CircularRevealFrameLayout(android.content.Context) +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_analog_dark +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onKeyguardDismissed +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout +wangdaye.com.geometricweather.R$attr: int colorPrimary +wangdaye.com.geometricweather.R$color: int mtrl_navigation_item_text_color +com.google.android.material.R$xml: int standalone_badge_offset +wangdaye.com.geometricweather.R$id: int item_details +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem +com.xw.repo.bubbleseekbar.R$attr: int bsb_thumb_radius +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_overflow_padding_end_material +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getPm10() +androidx.appcompat.widget.AppCompatRadioButton: void setButtonDrawable(android.graphics.drawable.Drawable) +com.jaredrummler.android.colorpicker.R$color: int abc_search_url_text_pressed +okio.BufferedSink: okio.BufferedSink write(okio.Source,long) +com.jaredrummler.android.colorpicker.R$attr: int alphabeticModifiers +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem +com.google.android.material.R$drawable: int notify_panel_notification_icon_bg +wangdaye.com.geometricweather.R$style: int Base_V7_Theme_AppCompat_Light +okhttp3.internal.http2.Http2Stream$StreamTimeout: java.io.IOException newTimeoutException(java.io.IOException) +cyanogenmod.app.IPartnerInterface$Stub$Proxy: void setMobileDataEnabled(boolean) +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Imperial Imperial +androidx.customview.R$styleable: int FontFamilyFont_fontStyle +okhttp3.RealCall: okhttp3.EventListener eventListener +wangdaye.com.geometricweather.R$id: int notification_big_icon_2 +wangdaye.com.geometricweather.R$drawable: int abc_btn_colored_material +james.adaptiveicon.R$layout: int abc_activity_chooser_view +wangdaye.com.geometricweather.R$styleable: int AppBarLayoutStates_state_collapsed +okhttp3.Handshake: int hashCode() +wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_10 +androidx.constraintlayout.widget.R$attr: int fontVariationSettings +com.google.android.material.R$styleable: int MaterialShape_shapeAppearance +androidx.fragment.app.SuperNotCalledException +androidx.lifecycle.LiveData$LifecycleBoundObserver +androidx.constraintlayout.widget.R$attr: int panelMenuListTheme +com.google.android.material.R$styleable: int FontFamilyFont_font +cyanogenmod.profiles.AirplaneModeSettings$1: AirplaneModeSettings$1() +com.bumptech.glide.integration.okhttp.R$id: int bottom +com.github.rahatarmanahmed.cpv.CircularProgressView: float initialStartAngle +wangdaye.com.geometricweather.R$id: int home +retrofit2.Utils: java.lang.reflect.Type getGenericSupertype(java.lang.reflect.Type,java.lang.Class,java.lang.Class) +androidx.constraintlayout.widget.R$drawable: int tooltip_frame_dark +com.amap.api.fence.GeoFence: void setMinDis2Center(float) +androidx.constraintlayout.widget.R$id: int tag_accessibility_pane_title +androidx.activity.R$id: int notification_background +com.google.android.material.tabs.TabLayout: TabLayout(android.content.Context) +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver CANCELLED +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: void onComplete() +androidx.preference.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight +io.reactivex.Observable: io.reactivex.Observable mergeDelayError(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource) +androidx.viewpager2.R$dimen: int item_touch_helper_swipe_escape_max_velocity +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: boolean add(io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable) +android.didikee.donate.R$styleable: int SearchView_queryHint +androidx.hilt.work.R$id: int normal +com.google.android.material.R$layout: int design_text_input_end_icon +okhttp3.HttpUrl: java.lang.String canonicalize(java.lang.String,java.lang.String,boolean,boolean,boolean,boolean,java.nio.charset.Charset) +cyanogenmod.app.Profile: int describeContents() +com.google.android.material.circularreveal.CircularRevealLinearLayout: android.graphics.drawable.Drawable getCircularRevealOverlayDrawable() +io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: boolean isDisposed() +okhttp3.internal.connection.ConnectionSpecSelector: int nextModeIndex +com.turingtechnologies.materialscrollbar.R$attr: int errorEnabled +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor DARK +androidx.appcompat.R$styleable: int RecycleListView_paddingTopNoTitle +wangdaye.com.geometricweather.R$style: int Platform_AppCompat_Light +com.github.rahatarmanahmed.cpv.CircularProgressView: void setProgress(float) +com.google.android.material.bottomnavigation.BottomNavigationView: void setSelectedItemId(int) +cyanogenmod.weatherservice.WeatherProviderService: java.lang.String SERVICE_INTERFACE +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: void setWeathercn(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum: AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum() +androidx.legacy.coreutils.R$integer +wangdaye.com.geometricweather.R$styleable: int Spinner_android_popupBackground +com.jaredrummler.android.colorpicker.R$color: int abc_tint_seek_thumb +androidx.appcompat.R$style: int Theme_AppCompat_Dialog_MinWidth +wangdaye.com.geometricweather.db.entities.HourlyEntity +androidx.preference.R$styleable: int LinearLayoutCompat_divider +android.didikee.donate.R$attr: int actionModePopupWindowStyle +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity com.google.android.material.R$attr: int region_heightLessThan -okhttp3.internal.http2.Http2Writer: boolean client -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: java.util.concurrent.atomic.AtomicBoolean stopWindows -okhttp3.Cache$1: okhttp3.Response get(okhttp3.Request) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: CaiYunMainlyResult() -androidx.appcompat.R$dimen: int abc_action_bar_stacked_tab_max_width -okhttp3.internal.tls.DistinguishedNameParser -com.xw.repo.bubbleseekbar.R$id: int line1 -com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_android_clipToPadding -com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Title_Panel -androidx.recyclerview.widget.LinearLayoutManager$SavedState: android.os.Parcelable$Creator CREATOR -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPopupWindowStyle -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_show_section_mark -androidx.recyclerview.R$id: int accessibility_custom_action_28 -cyanogenmod.themes.ThemeManager$ThemeProcessingListener: void onFinishedProcessing(java.lang.String) -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int HAIL -com.google.android.material.R$attr: int materialCalendarFullscreenTheme -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NAV_BUTTONS_VALIDATOR -androidx.vectordrawable.R$id: int accessibility_action_clickable_span -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIconTint -androidx.preference.R$style: int Widget_AppCompat_Light_ListView_DropDown -androidx.viewpager.R$color: R$color() -com.google.android.material.slider.BaseSlider: void addOnChangeListener(com.google.android.material.slider.BaseOnChangeListener) -james.adaptiveicon.R$drawable: int abc_list_divider_mtrl_alpha -retrofit2.adapter.rxjava2.RxJava2CallAdapter: java.lang.Object adapt(retrofit2.Call) -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ButtonBar -cyanogenmod.externalviews.KeyguardExternalView: android.content.Context access$600(cyanogenmod.externalviews.KeyguardExternalView) -wangdaye.com.geometricweather.R$dimen: int cpv_color_preference_large +androidx.core.widget.NestedScrollView: float getBottomFadingEdgeStrength() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen: java.lang.String Type +androidx.core.R$id: int icon_group +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleTextAppearance +cyanogenmod.profiles.BrightnessSettings$1: java.lang.Object createFromParcel(android.os.Parcel) +io.reactivex.internal.subscriptions.SubscriptionArbiter: void drain() +androidx.preference.R$styleable: int AppCompatTheme_actionModeFindDrawable +android.didikee.donate.R$color: int material_grey_850 +okhttp3.internal.Util: Util() +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_OVERLAYS +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: ObservableSampleWithObservable$SampleMainObserver(io.reactivex.Observer,io.reactivex.ObservableSource) +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean checkTerminate() +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text +androidx.vectordrawable.R$id: int action_text +wangdaye.com.geometricweather.R$styleable: int MaterialCardView_strokeWidth +com.google.android.material.R$styleable: int Slider_trackHeight +com.jaredrummler.android.colorpicker.R$layout: int abc_expanded_menu_layout +com.google.gson.stream.JsonReader: int PEEKED_NUMBER +com.google.android.material.R$styleable: int Slider_haloRadius +wangdaye.com.geometricweather.R$font +wangdaye.com.geometricweather.R$dimen: int touch_rise_z +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintDimensionRatio +wangdaye.com.geometricweather.R$id: int mtrl_picker_text_input_range_end +okhttp3.internal.Util: java.lang.String[] concat(java.lang.String[],java.lang.String) +androidx.hilt.R$dimen: int notification_main_column_padding_top +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Imperial +androidx.constraintlayout.widget.R$drawable: int notification_tile_bg +wangdaye.com.geometricweather.R$id: int container_main_first_card_header_timeText +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_transformPivotX +com.xw.repo.bubbleseekbar.R$style: int Base_V21_Theme_AppCompat +androidx.constraintlayout.widget.ConstraintLayout: int getMinHeight() +wangdaye.com.geometricweather.R$attr: int checkedIconVisible +com.google.android.material.slider.RangeSlider: void setStepSize(float) +cyanogenmod.providers.CMSettings$Secure: java.lang.String getString(android.content.ContentResolver,java.lang.String) +wangdaye.com.geometricweather.R$string: int degree_day_temperature +okhttp3.internal.http2.Http2Connection$7: okhttp3.internal.http2.Http2Connection this$0 +okhttp3.RealCall: void captureCallStackTrace() +wangdaye.com.geometricweather.R$dimen: int mtrl_slider_label_radius +okhttp3.internal.platform.AndroidPlatform: void connectSocket(java.net.Socket,java.net.InetSocketAddress,int) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorAccent +com.google.android.material.R$color: int design_snackbar_background_color +androidx.preference.R$styleable: int AppCompatTheme_textAppearanceListItemSmall +androidx.constraintlayout.widget.R$styleable: int Constraint_android_alpha +cyanogenmod.app.ProfileManager: int PROFILES_STATE_ENABLED +james.adaptiveicon.R$integer: int cancel_button_image_alpha +wangdaye.com.geometricweather.R$color: int lightPrimary_2 +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setOnChildScrollUpCallback(androidx.swiperefreshlayout.widget.SwipeRefreshLayout$OnChildScrollUpCallback) +com.jaredrummler.android.colorpicker.R$drawable: int abc_text_cursor_material +wangdaye.com.geometricweather.R$id: int slide +androidx.preference.R$style: int Base_Animation_AppCompat_DropDownUp +okio.InflaterSource: java.util.zip.Inflater inflater +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void onError(java.lang.Throwable) +okhttp3.internal.http2.Http2: byte TYPE_GOAWAY +cyanogenmod.providers.DataUsageContract: android.net.Uri BASE_CONTENT_URI +james.adaptiveicon.R$styleable: int ViewStubCompat_android_id +androidx.constraintlayout.widget.R$styleable: int Constraint_barrierAllowsGoneWidgets +androidx.preference.R$drawable: int abc_list_selector_holo_dark +com.google.android.material.R$attr: int layoutDuringTransition +androidx.dynamicanimation.R$style: R$style() +com.google.android.material.R$styleable: int[] ExtendedFloatingActionButton +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dialogTheme +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorBackgroundFloating +androidx.viewpager.widget.ViewPager: void removeOnPageChangeListener(androidx.viewpager.widget.ViewPager$OnPageChangeListener) +androidx.lifecycle.SavedStateViewModelFactory: void onRequery(androidx.lifecycle.ViewModel) +com.google.android.material.timepicker.ClockHandView +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cv +androidx.drawerlayout.R$attr: int font +com.jaredrummler.android.colorpicker.R$attr: int summaryOn +androidx.recyclerview.R$styleable: int GradientColor_android_startY +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language GERMAN +io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: io.reactivex.functions.BooleanSupplier stop +wangdaye.com.geometricweather.R$layout: int test_toolbar_surface +android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionBar_TabBar +androidx.appcompat.R$styleable: int LinearLayoutCompat_android_weightSum +com.google.android.material.R$styleable: int Constraint_layout_constraintVertical_bias +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: void setEn_US(java.lang.String) +androidx.vectordrawable.animated.R$id: int italic +androidx.legacy.coreutils.R$drawable: int notification_bg_normal +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text +cyanogenmod.weather.ICMWeatherManager: java.lang.String getActiveWeatherServiceProviderLabel() +com.xw.repo.bubbleseekbar.R$color: int abc_secondary_text_material_light +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getPivotX() +okio.ForwardingSource: okio.Source delegate +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorIconDrawable +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setSnowPrecipitation(java.lang.Float) +wangdaye.com.geometricweather.R$color: int abc_background_cache_hint_selector_material_dark +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA +com.jaredrummler.android.colorpicker.R$integer: int config_tooltipAnimTime +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_week_1 +james.adaptiveicon.R$layout: int abc_dialog_title_material +androidx.appcompat.resources.R$styleable: int GradientColor_android_endY +wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_dayNightTypeSpinner +androidx.appcompat.widget.AppCompatRatingBar: AppCompatRatingBar(android.content.Context) +androidx.appcompat.R$id: int action_image +com.xw.repo.bubbleseekbar.R$styleable: int[] View +androidx.appcompat.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox +wangdaye.com.geometricweather.R$id: int disablePostScroll +androidx.lifecycle.extensions.R$dimen: int notification_top_pad +io.reactivex.Observable: io.reactivex.Observable buffer(long,java.util.concurrent.TimeUnit) +android.support.v4.app.INotificationSideChannel$Stub: boolean setDefaultImpl(android.support.v4.app.INotificationSideChannel) +com.xw.repo.BubbleSeekBar: BubbleSeekBar(android.content.Context) +androidx.constraintlayout.widget.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha +androidx.preference.Preference: Preference(android.content.Context,android.util.AttributeSet) +cyanogenmod.providers.CMSettings$1: boolean validate(java.lang.String) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: int getStatus() +androidx.legacy.coreutils.R$id: int action_text +androidx.preference.R$styleable: int SearchView_iconifiedByDefault +wangdaye.com.geometricweather.R$attr: int background_color +io.reactivex.Observable: io.reactivex.Observable zipArray(io.reactivex.functions.Function,boolean,int,io.reactivex.ObservableSource[]) +androidx.drawerlayout.widget.DrawerLayout +com.amap.api.location.AMapLocation: java.lang.String j(com.amap.api.location.AMapLocation,java.lang.String) +wangdaye.com.geometricweather.R$attr: int cpv_showColorShades +com.google.android.material.R$styleable: int MaterialButton_android_insetRight +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_logoDescription +androidx.appcompat.R$styleable: int ActionBar_background +androidx.constraintlayout.widget.R$styleable: int ImageFilterView_saturation +com.xw.repo.bubbleseekbar.R$attr: int actionModeFindDrawable +okio.Okio$4: java.io.IOException newTimeoutException(java.io.IOException) +androidx.appcompat.widget.AppCompatImageButton: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: boolean isDisposed() +com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_extra_spacing_horizontal +io.reactivex.Observable: void subscribe(io.reactivex.Observer) +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_default +wangdaye.com.geometricweather.background.polling.work.worker.NormalUpdateWorker +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) +androidx.constraintlayout.widget.R$styleable: int Layout_minHeight +androidx.constraintlayout.widget.R$id: int shortcut +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_rippleColor +wangdaye.com.geometricweather.R$string: int content_des_swipe_right_to_delete +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder query(java.lang.String) +com.google.gson.stream.JsonReader: boolean hasNext() +wangdaye.com.geometricweather.R$styleable: int[] KeyFrame +androidx.constraintlayout.widget.R$attr: int motionPathRotate +wangdaye.com.geometricweather.R$id: int tag_icon_bottom +wangdaye.com.geometricweather.R$layout: int fragment_main +okhttp3.internal.http.HttpCodec: void flushRequest() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarDivider +androidx.hilt.lifecycle.R$dimen +androidx.hilt.R$style: int Widget_Compat_NotificationActionContainer +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonBarButtonStyle +cyanogenmod.profiles.AirplaneModeSettings: int describeContents() +cyanogenmod.app.ProfileGroup$1: java.lang.Object createFromParcel(android.os.Parcel) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getTreeLevel() +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dropdownitem_text_padding_left +okhttp3.internal.cache.DiskLruCache$2 +com.turingtechnologies.materialscrollbar.R$dimen: int hint_alpha_material_dark +androidx.work.R$id: int accessibility_custom_action_17 +androidx.dynamicanimation.animation.DynamicAnimation: void removeEndListener(androidx.dynamicanimation.animation.DynamicAnimation$OnAnimationEndListener) +androidx.drawerlayout.R$id: int notification_main_column_container +wangdaye.com.geometricweather.R$drawable: int clock_minute_dark +androidx.appcompat.R$dimen: int compat_button_inset_horizontal_material +okhttp3.Response$Builder: okhttp3.Response$Builder sentRequestAtMillis(long) +cyanogenmod.profiles.StreamSettings: StreamSettings(android.os.Parcel) +io.reactivex.internal.subscriptions.DeferredScalarSubscription: int HAS_REQUEST_HAS_VALUE +com.google.android.material.R$attr: int drawableLeftCompat +android.support.v4.app.INotificationSideChannel$Default: void notify(java.lang.String,int,java.lang.String,android.app.Notification) +androidx.preference.R$interpolator +io.reactivex.Observable: io.reactivex.Observable doOnTerminate(io.reactivex.functions.Action) +androidx.preference.R$color: int switch_thumb_normal_material_light +wangdaye.com.geometricweather.R$attr: int windowMinWidthMinor +androidx.activity.R$id: int accessibility_custom_action_20 +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: BaseTransientBottomBar$SnackbarBaseLayout(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$drawable: int notif_temp_9 +com.google.android.gms.common.internal.zaw: android.os.Parcelable$Creator CREATOR +io.reactivex.internal.observers.DeferredScalarDisposable: boolean tryDispose() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial +james.adaptiveicon.R$dimen: int abc_dropdownitem_icon_width +com.google.android.material.R$styleable: int ProgressIndicator_showDelay +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_SearchView_ActionBar +androidx.work.R$id: int accessibility_custom_action_23 +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void drain() +com.google.android.material.R$styleable: int Layout_android_orientation +androidx.hilt.R$id: int accessibility_custom_action_7 +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_backgroundTintMode +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Headline5 +com.turingtechnologies.materialscrollbar.DragScrollBar: float getHideRatio() +cyanogenmod.app.Profile$TriggerType: Profile$TriggerType() +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void onComplete() +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_helperTextTextAppearance +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_trackTintMode +james.adaptiveicon.R$styleable: int Toolbar_navigationContentDescription +androidx.appcompat.R$styleable: int DrawerArrowToggle_barLength +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: float getMilliMeters(float) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Imperial: int UnitType +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse +wangdaye.com.geometricweather.R$dimen: int abc_disabled_alpha_material_light +androidx.dynamicanimation.R$id: int time +james.adaptiveicon.R$styleable: int Toolbar_contentInsetEnd +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_lastHorizontalStyle +com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_layout_anchor +com.google.android.material.R$attr: int haloRadius +androidx.appcompat.R$color: int primary_text_disabled_material_dark +cyanogenmod.app.ProfileManager: cyanogenmod.app.Profile getActiveProfile() +com.turingtechnologies.materialscrollbar.Indicator: void setText(int) +wangdaye.com.geometricweather.common.ui.activities.AlertActivity: AlertActivity() +wangdaye.com.geometricweather.R$animator: int weather_hail_3 +wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_margin +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHeight_max +android.didikee.donate.R$attr: int paddingStart +com.jaredrummler.android.colorpicker.R$id: int tag_transition_group +okhttp3.internal.cache.CacheInterceptor: okhttp3.Response cacheWritingResponse(okhttp3.internal.cache.CacheRequest,okhttp3.Response) +com.google.android.material.R$attr: int motionDebug +james.adaptiveicon.R$id: int action_bar_root +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: java.lang.Object clone() +wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar: PrecipitationBar(android.content.Context,android.util.AttributeSet,int) +okio.HashingSink: java.security.MessageDigest messageDigest +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_transitionEasing +com.google.android.material.R$layout: int abc_popup_menu_header_item_layout +androidx.appcompat.R$attr: int menu +androidx.appcompat.widget.ButtonBarLayout +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_month_vertical_padding +okio.DeflaterSink: okio.BufferedSink sink +cyanogenmod.hardware.ICMHardwareService: int[] getDisplayColorCalibration() +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: boolean cancelled +wangdaye.com.geometricweather.R$attr: int cpv_indeterminate +cyanogenmod.app.ProfileManager: void addNotificationGroup(android.app.NotificationGroup) +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: java.lang.Runnable run +io.reactivex.internal.schedulers.RxThreadFactory: RxThreadFactory(java.lang.String,int) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWindChillTemperature(java.lang.Integer) +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_5 +com.google.android.material.R$id: int radio +com.bumptech.glide.R$id: int bottom +com.bumptech.glide.integration.okhttp.R$id: int action_divider +com.google.android.material.R$styleable: int KeyTimeCycle_transitionEasing +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void innerComplete(io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver) +wangdaye.com.geometricweather.R$string: R$string() +okhttp3.internal.http2.Http2Stream: void addBytesToWriteWindow(long) +okhttp3.Cache$CacheRequestImpl$1 +com.amap.api.location.AMapLocation: int D +okhttp3.Response$Builder: long sentRequestAtMillis +io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable: ObservablePublish$InnerDisposable(io.reactivex.Observer) +com.baidu.location.indoor.c: boolean add(java.lang.Object) +androidx.fragment.R$styleable: int[] GradientColor +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_DrawerArrowToggle +wangdaye.com.geometricweather.main.layouts.MainLayoutManager: MainLayoutManager() +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeRainPrecipitation +okhttp3.internal.http.RetryAndFollowUpInterceptor: void setCallStackTrace(java.lang.Object) +okhttp3.Response: java.util.List headers(java.lang.String) +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Long readKey(android.database.Cursor,int) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle +com.google.android.material.R$style: int Widget_AppCompat_DropDownItem_Spinner +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position +androidx.fragment.R$styleable: int GradientColor_android_endColor +wangdaye.com.geometricweather.R$drawable: int notif_temp_18 +com.google.gson.LongSerializationPolicy$2: LongSerializationPolicy$2(java.lang.String,int) +androidx.preference.R$style: int Widget_AppCompat_PopupWindow +androidx.coordinatorlayout.widget.CoordinatorLayout: int getSuggestedMinimumWidth() +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle +android.support.v4.os.IResultReceiver$Stub: int TRANSACTION_send +cyanogenmod.providers.CMSettings$Secure: java.lang.String DEFAULT_LIVE_LOCK_SCREEN_COMPONENT +com.jaredrummler.android.colorpicker.R$style: int Base_V26_Theme_AppCompat +com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_radio_to_on_mtrl_015 +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.UV getUV() +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_fabCustomSize +androidx.core.R$dimen: int notification_action_icon_size +com.google.android.material.R$attr: int cornerFamilyBottomRight +io.reactivex.Observable: io.reactivex.Maybe firstElement() +androidx.swiperefreshlayout.R$id: int tag_transition_group +androidx.constraintlayout.widget.R$styleable: int[] Spinner +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit MMHG +wangdaye.com.geometricweather.R$styleable: int BottomAppBar_backgroundTint +androidx.appcompat.R$style: int TextAppearance_AppCompat_Button +com.google.android.material.R$color: int design_dark_default_color_on_surface +androidx.coordinatorlayout.R$styleable: int FontFamilyFont_android_ttcIndex +androidx.cardview.R$styleable: int CardView_contentPadding +cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.WeatherLocation mWeatherLocation +cyanogenmod.weather.CMWeatherManager +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean +androidx.hilt.work.R$styleable: int FontFamily_fontProviderAuthority +com.google.android.material.R$style: int Base_TextAppearance_MaterialComponents_Headline6 +com.jaredrummler.android.colorpicker.R$dimen: int abc_cascading_menus_min_smallest_width +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_Cut +com.google.android.material.timepicker.TimePickerView: void setOnDoubleTapListener(com.google.android.material.timepicker.TimePickerView$OnDoubleTapListener) +androidx.constraintlayout.widget.R$attr: int elevation +james.adaptiveicon.R$drawable: int abc_btn_check_to_on_mtrl_000 +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_1 +wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: WidgetItemView(android.content.Context,android.util.AttributeSet) +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_icon_vertical_padding_material +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode +androidx.constraintlayout.widget.R$styleable: int Toolbar_titleMarginStart +com.jaredrummler.android.colorpicker.R$drawable: int abc_list_longpressed_holo +com.turingtechnologies.materialscrollbar.R$styleable: int ScrollingViewBehavior_Layout_behavior_overlapTop +com.jaredrummler.android.colorpicker.R$attr: int preferenceInformationStyle +io.reactivex.Observable: io.reactivex.disposables.Disposable subscribe(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer) +org.greenrobot.greendao.AbstractDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) +com.google.android.material.R$dimen: int mtrl_badge_horizontal_edge_offset +retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: io.reactivex.Observer observer +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.String getWeatherText() +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: io.reactivex.internal.util.AtomicThrowable errors +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: int getMinuteInterval() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours Past12Hours +com.amap.api.location.AMapLocation +com.amap.api.location.DPoint: double getLongitude() +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator LIVE_DISPLAY_HINTED_VALIDATOR +cyanogenmod.app.CustomTile: android.app.PendingIntent onClick +androidx.constraintlayout.widget.R$id: int icon +wangdaye.com.geometricweather.R$dimen: int design_fab_size_normal +io.reactivex.observers.TestObserver$EmptyObserver: io.reactivex.observers.TestObserver$EmptyObserver INSTANCE +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric: AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric() +androidx.activity.R$styleable: int GradientColor_android_centerX +com.google.android.material.R$styleable: int GradientColor_android_endY +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon +james.adaptiveicon.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog +androidx.transition.R$dimen: int compat_button_inset_vertical_material +androidx.appcompat.R$styleable: int View_paddingStart +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Menu +com.turingtechnologies.materialscrollbar.R$styleable: int[] AppCompatTheme +wangdaye.com.geometricweather.R$dimen: int abc_text_size_menu_header_material +androidx.viewpager.R$layout: int notification_action_tombstone +com.google.android.material.R$styleable: int ConstraintSet_flow_lastVerticalBias +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_contentDescription +com.google.android.material.R$string: int mtrl_picker_toggle_to_text_input_mode +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: int IconCode +androidx.preference.R$attr: int actionBarWidgetTheme +cyanogenmod.app.IPartnerInterface$Stub +com.google.android.material.R$styleable: int[] ThemeEnforcement +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWindChillTemperature(java.lang.Integer) +cyanogenmod.hardware.DisplayMode: DisplayMode(android.os.Parcel,cyanogenmod.hardware.DisplayMode$1) +james.adaptiveicon.R$attr: int tickMarkTint +james.adaptiveicon.R$attr: int closeItemLayout +wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_moonText +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.rx.RxDao rx() +androidx.hilt.work.R$bool: int workmanager_test_configuration +androidx.appcompat.R$style: int Base_V23_Theme_AppCompat +androidx.appcompat.widget.DialogTitle: DialogTitle(android.content.Context) +io.reactivex.Observable: io.reactivex.Observable empty() +com.google.android.material.R$styleable: int[] MaterialButtonToggleGroup +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_4 +com.google.android.material.timepicker.RadialViewGroup: RadialViewGroup(android.content.Context,android.util.AttributeSet) +com.turingtechnologies.materialscrollbar.R$attr: int fontStyle +wangdaye.com.geometricweather.R$styleable: int[] ListPopupWindow +com.amap.api.location.AMapLocationClientOption: void setLocationProtocol(com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol) +okhttp3.internal.publicsuffix.PublicSuffixDatabase: okhttp3.internal.publicsuffix.PublicSuffixDatabase instance +com.amap.api.location.DPoint$1: DPoint$1() +wangdaye.com.geometricweather.R$styleable: int Constraint_android_maxWidth +android.didikee.donate.R$styleable: int ActionBar_popupTheme +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Large_Inverse +okhttp3.internal.cache.DiskLruCache$2: okhttp3.internal.cache.DiskLruCache this$0 +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_navigation_bottom_padding +androidx.preference.R$dimen: int abc_action_button_min_height_material +com.google.android.material.R$drawable: int abc_btn_check_to_on_mtrl_015 +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_Switch +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: wangdaye.com.geometricweather.db.converters.WeatherCodeConverter weatherCodeConverter +com.google.gson.stream.JsonWriter: void setSerializeNulls(boolean) +james.adaptiveicon.R$styleable: int AppCompatTheme_windowActionBar +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: cyanogenmod.hardware.DisplayMode[] getDisplayModes() +wangdaye.com.geometricweather.background.receiver.widget.WidgetTextProvider +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void cancel() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX() +com.jaredrummler.android.colorpicker.R$dimen: int notification_action_icon_size +cyanogenmod.power.IPerformanceManager$Stub: android.os.IBinder asBinder() +com.turingtechnologies.materialscrollbar.R$styleable: int CardView_android_minHeight +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_10 +com.xw.repo.bubbleseekbar.R$id: int search_go_btn +androidx.lifecycle.Lifecycling: androidx.lifecycle.LifecycleEventObserver lifecycleEventObserver(java.lang.Object) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_transitionPathRotate +wangdaye.com.geometricweather.R$drawable: int notif_temp_67 +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_android_weightSum +wangdaye.com.geometricweather.R$string: int mtrl_picker_range_header_selected +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: void cancelSources() +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Caption +androidx.preference.R$attr: int orderingFromXml +com.google.android.material.appbar.AppBarLayout: androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior getBehavior() +com.google.android.material.R$styleable: int AppCompatTextHelper_android_drawableLeft +wangdaye.com.geometricweather.db.entities.AlertEntity: java.util.Date date +wangdaye.com.geometricweather.db.entities.AlertEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.AlertEntity,int) +androidx.appcompat.R$attr: int actionModeCloseButtonStyle +com.google.android.material.R$attr: int navigationIcon +io.reactivex.internal.subscriptions.DeferredScalarSubscription: int FUSED_READY +androidx.constraintlayout.widget.ConstraintLayout: int getMaxHeight() +wangdaye.com.geometricweather.R$attr: int viewInflaterClass +wangdaye.com.geometricweather.R$styleable: int Transition_constraintSetStart +wangdaye.com.geometricweather.R$attr: int dropdownPreferenceStyle +androidx.constraintlayout.widget.R$layout: int notification_action +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: CaiYunMainlyResult$ForecastDailyBean$WeatherBean() +com.jaredrummler.android.colorpicker.R$attr: int activityChooserViewStyle +cyanogenmod.weather.RequestInfo +cyanogenmod.providers.CMSettings$System: java.lang.String BLUETOOTH_ACCEPT_ALL_FILES +wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_dialogTitle +retrofit2.Retrofit: okhttp3.HttpUrl baseUrl +wangdaye.com.geometricweather.R$styleable: int[] ColorPickerView +androidx.constraintlayout.widget.R$styleable: int Constraint_android_visibility +com.google.android.material.R$dimen: int design_bottom_navigation_active_item_max_width +androidx.vectordrawable.R$id: int accessibility_custom_action_0 +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title +androidx.viewpager.R$style: R$style() +wangdaye.com.geometricweather.common.ui.widgets.AnimatableIconView: AnimatableIconView(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.R$styleable: int AnimatedStateListDrawableItem_android_id +james.adaptiveicon.R$attr: int titleMargin +android.didikee.donate.R$style: int Widget_AppCompat_Light_SearchView +androidx.viewpager2.R$id: int accessibility_custom_action_17 +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_rotationX +androidx.hilt.work.R$id: int info +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: cyanogenmod.hardware.DisplayMode getCurrentDisplayMode() +wangdaye.com.geometricweather.R$drawable: int abc_list_selector_disabled_holo_light +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionMode +com.xw.repo.bubbleseekbar.R$string: int search_menu_title +wangdaye.com.geometricweather.R$styleable: int BottomAppBar_paddingRightSystemWindowInsets +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: io.reactivex.Observer downstream +androidx.preference.R$id: int progress_horizontal +androidx.hilt.R$styleable: int FontFamilyFont_fontStyle +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_onClick +io.reactivex.internal.util.NotificationLite: java.lang.String toString() +okhttp3.internal.Util: boolean isAndroidGetsocknameError(java.lang.AssertionError) +okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex: AndroidPlatform$AndroidTrustRootIndex(javax.net.ssl.X509TrustManager,java.lang.reflect.Method) +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_ctd +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: void setEn_US(java.lang.String) +com.jaredrummler.android.colorpicker.R$color: int abc_tint_btn_checkable +com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol: int getValue() +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: int ON_COMPLETE +com.google.android.material.R$styleable: int KeyTrigger_motion_triggerOnCollision +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Large +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_panelBackground +cyanogenmod.providers.WeatherContract$WeatherColumns$WindSpeedUnit: int MPH +androidx.appcompat.widget.AppCompatButton: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() +com.xw.repo.bubbleseekbar.R$layout: int select_dialog_multichoice_material +cyanogenmod.weather.RequestInfo$1 +okhttp3.Cache$Entry: boolean matches(okhttp3.Request,okhttp3.Response) +wangdaye.com.geometricweather.R$string: int key_precipitation_notification_switch +com.jaredrummler.android.colorpicker.R$integer: int abc_config_activityDefaultDur +wangdaye.com.geometricweather.settings.activities.PreviewIconActivity: PreviewIconActivity() +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse +okhttp3.internal.http2.Header: Header(java.lang.String,java.lang.String) +com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getThumbTintList() +com.jaredrummler.android.colorpicker.R$dimen: int disabled_alpha_material_light +cyanogenmod.weather.ICMWeatherManager: void registerWeatherServiceProviderChangeListener(cyanogenmod.weather.IWeatherServiceProviderChangeListener) +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_CHACHA20_POLY1305_SHA256 +com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_fixed_width_major +com.google.android.material.R$styleable: int AppCompatTheme_actionMenuTextColor +androidx.preference.R$color: int abc_background_cache_hint_selector_material_light +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxCornerRadiusTopEnd +com.google.android.material.R$dimen: int abc_dialog_min_width_major +androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityPaused(android.app.Activity) +cyanogenmod.externalviews.KeyguardExternalView: android.graphics.Point mDisplaySize +retrofit2.OkHttpCall: retrofit2.OkHttpCall clone() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric: int UnitType +wangdaye.com.geometricweather.R$anim: int popup_show_top_left +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_visibility +android.didikee.donate.R$layout: int notification_action_tombstone +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: void setZh_CN(java.lang.String) +okio.Buffer: okio.BufferedSink writeLongLe(long) +com.google.android.material.internal.NavigationMenuView: NavigationMenuView(android.content.Context) +com.google.android.material.R$dimen: int design_snackbar_padding_horizontal +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_SearchResult +androidx.preference.R$attr: int windowMinWidthMinor +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionMode_Inverse +com.google.android.material.R$drawable: int design_ic_visibility_off +com.google.gson.stream.JsonReader: java.lang.String peekedString +okhttp3.internal.http2.Http2: byte TYPE_PING +io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Rain: java.lang.String Unit +com.google.android.material.slider.BaseSlider: float getValueFrom() +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: void onComplete() +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWetBulbTemperature(java.lang.Integer) +wangdaye.com.geometricweather.R$attr: int windowActionBar +androidx.preference.R$styleable: int Preference_widgetLayout +com.jaredrummler.android.colorpicker.R$dimen: int cpv_required_padding +com.google.android.material.R$attr: int layout_editor_absoluteY +com.google.android.material.R$styleable: int AppCompatTheme_windowActionModeOverlay +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowActionModeOverlay +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_subtitle +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int CloudCover +com.xw.repo.bubbleseekbar.R$dimen: int tooltip_corner_radius +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_padding +okio.Pipe: okio.Source source +androidx.appcompat.R$styleable: int DrawerArrowToggle_drawableSize +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit[] values() +cyanogenmod.weather.WeatherInfo$Builder: int mConditionCode +androidx.preference.R$attr: int tint +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Badge +wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: io.reactivex.internal.disposables.SequentialDisposable task +androidx.lifecycle.SavedStateHandle: androidx.lifecycle.MutableLiveData getLiveData(java.lang.String) +com.google.android.material.R$attr: int paddingBottomNoButtons +androidx.constraintlayout.widget.R$attr: int layout_constraintBottom_creator +androidx.loader.R$attr: int fontVariationSettings +com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_singleChoiceItemLayout +com.google.android.material.R$style: int Theme_MaterialComponents_Light_BottomSheetDialog +wangdaye.com.geometricweather.R$drawable: int notif_temp_98 +androidx.core.R$id +androidx.lifecycle.extensions.R$styleable: int GradientColor_android_centerX +androidx.work.R$integer: int status_bar_notification_info_maxnum +com.google.android.material.R$styleable: int Constraint_layout_constraintDimensionRatio +cyanogenmod.weather.WeatherInfo: double getWindDirection() +wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.String getLevel() +io.reactivex.internal.util.NotificationLite$DisposableNotification: io.reactivex.disposables.Disposable upstream +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle +com.google.android.material.textfield.TextInputLayout: void setErrorIconTintList(android.content.res.ColorStateList) +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_alterWindow +androidx.constraintlayout.widget.R$id: int end +com.jaredrummler.android.colorpicker.R$attr: int actionBarSize +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float rain24h +com.google.android.material.R$styleable: int Layout_layout_constraintHeight_min +wangdaye.com.geometricweather.R$drawable: int notification_template_icon_low_bg +com.google.android.material.R$dimen: int compat_notification_large_icon_max_height +okio.GzipSink: java.util.zip.Deflater deflater() +retrofit2.HttpServiceMethod$CallAdapted +androidx.customview.R$styleable: int GradientColor_android_gradientRadius +com.bumptech.glide.integration.okhttp.R$id: int action_text +wangdaye.com.geometricweather.R$attr: int switchStyle +android.didikee.donate.R$id: int search_voice_btn +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: java.lang.String url +androidx.recyclerview.R$id: int accessibility_custom_action_26 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial: int UnitType +james.adaptiveicon.R$style: int AlertDialog_AppCompat +com.xw.repo.bubbleseekbar.R$dimen: int abc_seekbar_track_background_height_material +wangdaye.com.geometricweather.R$integer: int cpv_default_anim_duration +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getAqiText() +com.turingtechnologies.materialscrollbar.R$styleable: int ButtonBarLayout_allowStacking +com.turingtechnologies.materialscrollbar.R$dimen: int abc_select_dialog_padding_start_material +wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit PERCENT +com.jaredrummler.android.colorpicker.R$attr: int autoSizeStepGranularity +wangdaye.com.geometricweather.R$drawable: int weather_haze_3 +org.greenrobot.greendao.DaoException: void safeInitCause(java.lang.Throwable) +okhttp3.EventListener: void responseBodyStart(okhttp3.Call) +androidx.preference.R$dimen: int notification_large_icon_width +com.google.android.material.chip.Chip +androidx.vectordrawable.animated.R$styleable: int ColorStateListItem_android_color +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeSnowPrecipitationProbability +com.xw.repo.bubbleseekbar.R$color: int colorPrimaryDark +cyanogenmod.app.Profile$1: cyanogenmod.app.Profile[] newArray(int) +cyanogenmod.app.ProfileManager: cyanogenmod.app.ProfileManager sProfileManagerInstance +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: boolean isEmpty() +wangdaye.com.geometricweather.R$string: int content_desc_weather_icon_light +cyanogenmod.themes.IThemeService$Stub$Proxy: android.os.IBinder asBinder() +androidx.appcompat.R$attr: int ratingBarStyleIndicator +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintVertical_chainStyle +wangdaye.com.geometricweather.R$id: int withinBounds +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult: wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Position position +androidx.hilt.work.R$color: R$color() +androidx.preference.R$string: int preference_copied +okhttp3.HttpUrl: java.lang.String password() +android.didikee.donate.R$styleable: int MenuGroup_android_id +com.turingtechnologies.materialscrollbar.R$styleable: int[] CompoundButton +androidx.preference.R$styleable: int MultiSelectListPreference_entries +okhttp3.internal.ws.WebSocketReader: boolean isClient +james.adaptiveicon.R$style: int Base_V23_Theme_AppCompat_Light +androidx.preference.R$attr: int tooltipFrameBackground +wangdaye.com.geometricweather.R$drawable: int notif_temp_128 +androidx.appcompat.R$style: int Base_Theme_AppCompat_Dialog_Alert +androidx.preference.R$attr: int hideOnContentScroll +james.adaptiveicon.R$dimen: int hint_alpha_material_light +cyanogenmod.app.LiveLockScreenInfo: LiveLockScreenInfo(android.os.Parcel,cyanogenmod.app.LiveLockScreenInfo$1) +android.didikee.donate.R$styleable: int AppCompatTheme_actionModeSplitBackground +androidx.customview.R$id: int normal +wangdaye.com.geometricweather.R$attr: int numericModifiers +okhttp3.internal.connection.RealConnection: boolean isMultiplexed() +cyanogenmod.weatherservice.ServiceRequestResult: ServiceRequestResult(android.os.Parcel,cyanogenmod.weatherservice.ServiceRequestResult$1) +androidx.appcompat.R$style: int Base_V21_Theme_AppCompat_Light +io.reactivex.internal.util.EmptyComponent: void onSubscribe(io.reactivex.disposables.Disposable) +android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text +androidx.preference.R$style: int Platform_ThemeOverlay_AppCompat_Dark +androidx.hilt.work.R$drawable: int notification_bg_low_pressed +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_lastVerticalBias +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionBar_TabText +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_DEFAULT_LED_ON +com.google.android.material.R$styleable: int Toolbar_titleTextAppearance +androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour: androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour MATCH_CONSTRAINT +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.lang.Integer LEFT_VALUE +androidx.loader.R$styleable: int GradientColor_android_endY +androidx.constraintlayout.widget.R$drawable: int abc_seekbar_track_material +com.xw.repo.bubbleseekbar.R$dimen: int abc_control_padding_material +com.google.android.material.R$styleable: int CustomAttribute_customFloatValue +wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_marginRight +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut +androidx.vectordrawable.animated.R$styleable: int FontFamily_fontProviderFetchStrategy +cyanogenmod.power.IPerformanceManager$Stub$Proxy: IPerformanceManager$Stub$Proxy(android.os.IBinder) +com.amap.api.location.AMapLocation: int getErrorCode() +androidx.appcompat.R$styleable: int AppCompatTheme_actionOverflowMenuStyle +com.turingtechnologies.materialscrollbar.R$styleable: int CardView_cardElevation +wangdaye.com.geometricweather.main.MainActivity +com.bumptech.glide.R$id: R$id() +androidx.preference.R$id: int action_menu_presenter +com.google.android.material.R$id: int action_bar_spinner +okhttp3.internal.http2.Http2Connection$2: void execute() +androidx.appcompat.widget.AppCompatCheckBox: AppCompatCheckBox(android.content.Context,android.util.AttributeSet) +androidx.core.R$integer: R$integer() +androidx.constraintlayout.widget.R$string: int abc_menu_shift_shortcut_label +com.jaredrummler.android.colorpicker.R$layout: int abc_popup_menu_item_layout +com.google.android.material.R$attr: int materialCalendarYearNavigationButton +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Display2 +androidx.preference.R$styleable: int[] StateListDrawableItem +androidx.coordinatorlayout.widget.CoordinatorLayout: android.graphics.drawable.Drawable getStatusBarBackground() +com.google.android.material.button.MaterialButton: void setInsetBottom(int) +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse +wangdaye.com.geometricweather.R$string: int settings_title_icon_provider +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_voiceIcon +androidx.appcompat.resources.R$styleable: int ColorStateListItem_android_alpha +com.google.gson.stream.JsonWriter: int peek() +android.didikee.donate.R$dimen: int abc_text_size_menu_header_material +androidx.preference.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha +wangdaye.com.geometricweather.R$dimen: int notification_action_icon_size +io.reactivex.Observable: io.reactivex.Observable concatMapSingle(io.reactivex.functions.Function) +io.reactivex.Observable: io.reactivex.disposables.Disposable forEachWhile(io.reactivex.functions.Predicate) +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem +wangdaye.com.geometricweather.R$styleable: int[] FitSystemBarNestedScrollView +retrofit2.converter.gson.GsonResponseBodyConverter: java.lang.Object convert(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$attr: int coordinatorLayoutStyle +james.adaptiveicon.R$dimen: int tooltip_horizontal_padding +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title +com.google.android.material.button.MaterialButtonToggleGroup: MaterialButtonToggleGroup(android.content.Context,android.util.AttributeSet,int) +org.greenrobot.greendao.AbstractDaoSession: java.util.List queryRaw(java.lang.Class,java.lang.String,java.lang.String[]) +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxStrokeWidth +wangdaye.com.geometricweather.R$attr: int checkedIconEnabled +wangdaye.com.geometricweather.R$drawable: int indicator +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384 +com.jaredrummler.android.colorpicker.R$drawable: int cpv_btn_background +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: int bufferSize +wangdaye.com.geometricweather.R$dimen: int abc_text_size_display_4_material +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: boolean hasKey(java.lang.Object) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_SHOW_WEATHER_VALIDATOR +cyanogenmod.weather.WeatherInfo: int describeContents() +wangdaye.com.geometricweather.R$color: int mtrl_bottom_nav_colored_ripple_color +io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle +wangdaye.com.geometricweather.R$color: int mtrl_calendar_item_stroke_color +okio.Buffer: okio.BufferedSink writeUtf8(java.lang.String) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_81 +okhttp3.internal.cache.DiskLruCache$Snapshot: okio.Source getSource(int) +androidx.transition.R$id: int action_container +com.google.android.material.R$attr: int expandedTitleMarginTop +wangdaye.com.geometricweather.R$string: int precipitation_middle +androidx.lifecycle.ReportFragment: void dispatch(androidx.lifecycle.Lifecycle$Event) +androidx.appcompat.widget.SwitchCompat: java.lang.CharSequence getTextOff() +com.turingtechnologies.materialscrollbar.R$drawable: int notification_bg_low +retrofit2.RequestFactory$Builder: boolean gotPath +androidx.lifecycle.Lifecycling$1: androidx.lifecycle.LifecycleEventObserver val$observer +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse +james.adaptiveicon.R$styleable: int Toolbar_subtitleTextAppearance +james.adaptiveicon.R$attr: int fontFamily +okio.ByteString: int compareTo(okio.ByteString) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: java.lang.String from +com.google.gson.stream.MalformedJsonException: MalformedJsonException(java.lang.String,java.lang.Throwable) +wangdaye.com.geometricweather.R$string: int abc_menu_alt_shortcut_label +wangdaye.com.geometricweather.daily.DailyWeatherActivity +wangdaye.com.geometricweather.R$id: int action_mode_close_button +androidx.cardview.R$styleable: int CardView_cardCornerRadius +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: void setStatus(int) +cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.RequestInfo build() +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_auto_adjust_section_mark +android.didikee.donate.R$attr: int searchHintIcon +androidx.lifecycle.LifecycleRegistry: boolean mNewEventOccurred +com.google.android.gms.auth.api.signin.GoogleSignInOptions +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: io.reactivex.internal.util.AtomicThrowable errors +androidx.appcompat.R$id: int scrollIndicatorUp +wangdaye.com.geometricweather.R$color: int error_color_material_light +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_thumb_text_color +com.jaredrummler.android.colorpicker.R$id: int action_bar_container +com.xw.repo.bubbleseekbar.R$styleable: int RecycleListView_paddingBottomNoButtons +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow +androidx.hilt.R$attr +com.google.android.material.R$style: int Theme_AppCompat_DayNight_NoActionBar +com.google.android.material.floatingactionbutton.FloatingActionButton: void setShadowPaddingEnabled(boolean) +androidx.recyclerview.R$id: int accessibility_custom_action_18 +android.didikee.donate.R$attr: int actionMenuTextColor +io.reactivex.Observable: io.reactivex.Observable buffer(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +com.google.android.material.R$attr: int defaultDuration +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse +james.adaptiveicon.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder encodedQuery(java.lang.String) +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: int sourceMode +com.jaredrummler.android.colorpicker.R$color: int abc_search_url_text_selected +james.adaptiveicon.R$styleable: int AppCompatTheme_dividerHorizontal +io.reactivex.internal.schedulers.AbstractDirectTask +androidx.transition.R$string +wangdaye.com.geometricweather.R$attr: int singleLine +cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String key +androidx.appcompat.resources.R$styleable: int StateListDrawable_android_dither +com.xw.repo.bubbleseekbar.R$styleable: int[] AppCompatTheme +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonStyle +androidx.work.ExistingWorkPolicy: androidx.work.ExistingWorkPolicy APPEND_OR_REPLACE +com.google.android.material.R$dimen: int mtrl_calendar_day_corner +com.google.android.material.imageview.ShapeableImageView: ShapeableImageView(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$drawable: int widget_card_dark_80 +okhttp3.internal.http2.Header: java.lang.String TARGET_PATH_UTF8 +androidx.appcompat.R$styleable: int AppCompatTextView_drawableLeftCompat +io.reactivex.Observable: io.reactivex.Observable intervalRange(long,long,long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +androidx.loader.R$dimen: int notification_action_text_size +androidx.appcompat.R$attr: int maxButtonHeight +com.google.android.material.R$style: int TextAppearance_AppCompat_Display4 +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_firstHorizontalStyle +com.turingtechnologies.materialscrollbar.Indicator: int getIndicatorWidth() +com.turingtechnologies.materialscrollbar.R$attr: int initialActivityCount +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Weather: java.lang.String icon +androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customColorDrawableValue +com.jaredrummler.android.colorpicker.R$styleable: int[] PreferenceFragment +com.jaredrummler.android.colorpicker.R$styleable: int CheckBoxPreference_summaryOn +androidx.legacy.coreutils.R$id: int async +com.google.android.gms.common.api.ResolvableApiException: ResolvableApiException(com.google.android.gms.common.api.Status) +androidx.preference.R$dimen: int compat_button_padding_vertical_material +io.reactivex.internal.observers.BlockingObserver: java.util.Queue queue +com.google.android.material.R$styleable: int MaterialCheckBox_buttonTint +james.adaptiveicon.R$attr: int icon +androidx.preference.R$attr: int drawableRightCompat +com.jaredrummler.android.colorpicker.R$anim: int abc_fade_out +androidx.appcompat.widget.Toolbar: void setLogo(int) +android.didikee.donate.R$style: int Widget_AppCompat_Light_PopupMenu +android.didikee.donate.R$styleable: int AppCompatTextView_drawableLeftCompat +wangdaye.com.geometricweather.R$styleable: int MockView_mock_diagonalsColor +wangdaye.com.geometricweather.weather.json.mf.MfRainResult: int quality +androidx.appcompat.R$styleable: int AppCompatTheme_buttonBarStyle +com.google.android.material.R$attr: int boxBackgroundColor +cyanogenmod.platform.Manifest$permission: java.lang.String WRITE_DATAUSAGE +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: void run() +com.bumptech.glide.integration.okhttp.R$drawable: int notification_bg_normal +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge +okhttp3.Response$Builder: okhttp3.Protocol protocol +androidx.lifecycle.LiveData: boolean hasActiveObservers() +com.google.android.material.floatingactionbutton.FloatingActionButton: int getRippleColor() +wangdaye.com.geometricweather.R$id: int activity_widget_config_textSizeSeekBar +androidx.preference.R$dimen: int fastscroll_minimum_range +io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: boolean connected +com.google.android.material.R$id: int line3 +androidx.appcompat.widget.DropDownListView: void setSelector(android.graphics.drawable.Drawable) +retrofit2.ParameterHandler$HeaderMap: void apply(retrofit2.RequestBuilder,java.lang.Object) +com.google.android.material.button.MaterialButton: android.content.res.ColorStateList getIconTint() +com.google.android.material.card.MaterialCardView: void setCheckedIconResource(int) +androidx.preference.R$id: int submit_area +androidx.viewpager2.R$id: int title +cyanogenmod.themes.ThemeChangeRequest$Builder: ThemeChangeRequest$Builder(android.content.res.ThemeConfig) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_textAllCaps +androidx.constraintlayout.widget.R$attr: int percentWidth +okhttp3.internal.ws.RealWebSocket$2: okhttp3.internal.ws.RealWebSocket this$0 +com.google.android.material.R$attr: int tabIndicator +wangdaye.com.geometricweather.R$id: int widget_remote_drawable +cyanogenmod.externalviews.KeyguardExternalView: void onScreenTurnedOn() +com.xw.repo.bubbleseekbar.R$attr: int fontProviderFetchStrategy +com.amap.api.fence.GeoFenceClient: void addGeoFence(java.lang.String,java.lang.String) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String nighttimeWeatherText +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: DailyTrendItemView(android.content.Context,android.util.AttributeSet,int) +androidx.appcompat.widget.AppCompatImageView: AppCompatImageView(android.content.Context,android.util.AttributeSet) +com.jaredrummler.android.colorpicker.R$drawable: int abc_list_focused_holo +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub: int TRANSACTION_setServiceRequestState +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float thunderstormPrecipitation +androidx.core.view.GestureDetectorCompat$GestureDetectorCompatImplJellybeanMr2: void setOnDoubleTapListener(android.view.GestureDetector$OnDoubleTapListener) +androidx.recyclerview.widget.RecyclerView: void setItemViewCacheSize(int) +com.turingtechnologies.materialscrollbar.R$integer: int hide_password_duration +wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_text_dark_focused +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX$InfoX: java.util.List day +androidx.preference.R$attr: int preserveIconSpacing +androidx.constraintlayout.utils.widget.MotionTelltales: void setText(java.lang.CharSequence) +io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: void dispose() +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setNavBar(java.lang.String) +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.rx.RxDao rxDaoPlain wangdaye.com.geometricweather.R$id: int dialog_time_setter_cancel -wangdaye.com.geometricweather.R$drawable: int weather_snow -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: void onComplete() -com.google.android.material.chip.ChipGroup -com.turingtechnologies.materialscrollbar.R$string: int abc_action_bar_home_description -com.google.android.material.R$dimen: int mtrl_calendar_text_input_padding_top -com.google.android.material.R$styleable: int ConstraintSet_transitionPathRotate -wangdaye.com.geometricweather.R$dimen: int abc_floating_window_z -wangdaye.com.geometricweather.R$dimen: int widget_design_title_text_size -retrofit2.http.DELETE -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: boolean timerRunning -wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTodayForecastUpdateService -wangdaye.com.geometricweather.R$dimen: int large_title_text_size -androidx.hilt.work.R$styleable: int FontFamily_fontProviderQuery -com.google.android.material.R$attr: int waveShape -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator INCREASING_RING_RAMP_UP_TIME_VALIDATOR -wangdaye.com.geometricweather.R$attr: int overlapAnchor -wangdaye.com.geometricweather.R$drawable: int weather_sleet -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_thumbTextPadding -com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableItem_android_drawable -wangdaye.com.geometricweather.R$styleable: int MenuView_android_verticalDivider -androidx.lifecycle.MethodCallsLogger: MethodCallsLogger() -com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_keylines -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActivityChooserView -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Toolbar -com.google.android.material.R$styleable: int ConstraintSet_barrierDirection -okhttp3.internal.Util: boolean isAndroidGetsocknameError(java.lang.AssertionError) -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar -okhttp3.internal.connection.RealConnection: RealConnection(okhttp3.ConnectionPool,okhttp3.Route) -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void innerNext(java.lang.Object) -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Object readKey(android.database.Cursor,int) -android.didikee.donate.R$attr: int navigationContentDescription -io.reactivex.Observable: io.reactivex.Observable concat(io.reactivex.ObservableSource,io.reactivex.ObservableSource) -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_hideOnContentScroll -retrofit2.ParameterHandler$Headers: void apply(retrofit2.RequestBuilder,okhttp3.Headers) -com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_android_layout -okhttp3.Headers: void checkName(java.lang.String) -wangdaye.com.geometricweather.R$attr: int layout_constraintRight_creator -cyanogenmod.providers.CMSettings$DelimitedListValidator: CMSettings$DelimitedListValidator(java.lang.String[],java.lang.String,boolean) -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: long index -wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dialogPreferredPadding -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver(io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver) -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Weather: MfHistoryResult$History$Weather() -com.turingtechnologies.materialscrollbar.R$attr: int actionBarTabTextStyle -cyanogenmod.providers.CMSettings$System: CMSettings$System() -androidx.constraintlayout.widget.R$attr: int gapBetweenBars -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setPm25Desc(java.lang.String) -com.google.android.material.R$animator: int mtrl_extended_fab_change_size_expand_motion_spec -wangdaye.com.geometricweather.R$styleable: int GradientColor_android_endY -androidx.constraintlayout.widget.R$attr: int alertDialogCenterButtons -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setWeatherStart(java.lang.String) -androidx.recyclerview.widget.RecyclerView: long getNanoTime() -androidx.preference.R$styleable: int LinearLayoutCompat_Layout_android_layout_height -androidx.activity.R$id: int action_image -com.turingtechnologies.materialscrollbar.R$string: int bottom_sheet_behavior -com.google.android.material.R$attr: int boxCornerRadiusTopEnd -wangdaye.com.geometricweather.R$attr: int boxCollapsedPaddingTop -cyanogenmod.externalviews.KeyguardExternalView$6: boolean val$screenOn -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float getTotal() -wangdaye.com.geometricweather.R$string: int feedback_show_widget_card_alpha -james.adaptiveicon.R$anim: int abc_fade_in -com.jaredrummler.android.colorpicker.R$attr: int cpv_borderColor -io.reactivex.internal.observers.BlockingObserver: java.lang.Object TERMINATED -james.adaptiveicon.R$id: int blocking -wangdaye.com.geometricweather.R$styleable: int Transform_android_translationZ -james.adaptiveicon.R$styleable: int Toolbar_titleMarginBottom -wangdaye.com.geometricweather.R$styleable: int ActionBar_subtitle -com.google.android.material.R$styleable: int[] ExtendedFloatingActionButton_Behavior_Layout -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_Dialog_MinWidth -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property O3 -androidx.vectordrawable.animated.R$drawable: int notification_action_background -com.google.android.material.R$attr: int lastBaselineToBottomHeight -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_TabText -androidx.preference.R$style: int Base_V7_Theme_AppCompat_Light_Dialog -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeSnowPrecipitationDuration() -wangdaye.com.geometricweather.R$string: int settings_title_precipitation_notification_switch -wangdaye.com.geometricweather.common.basic.models.weather.Astro: java.util.Date riseDate -io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: ObservableReplay$InnerDisposable(io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver,io.reactivex.Observer) -wangdaye.com.geometricweather.R$attr: int layout_goneMarginStart -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_SeekBar -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX -wangdaye.com.geometricweather.common.basic.models.options.DarkMode: java.lang.String modeId -androidx.preference.R$color: int switch_thumb_normal_material_dark -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title -android.didikee.donate.R$attr: int borderlessButtonStyle -com.turingtechnologies.materialscrollbar.R$layout: int notification_template_custom_big -com.bumptech.glide.integration.okhttp.R$drawable: int notification_tile_bg -wangdaye.com.geometricweather.R$drawable: int notif_temp_10 -wangdaye.com.geometricweather.R$id: int src_over -com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_FloatingActionButton -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setCityId(java.lang.String) -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.HistoryEntity) -androidx.fragment.app.FragmentContainerView: FragmentContainerView(android.content.Context) -wangdaye.com.geometricweather.R$id: int aligned -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -androidx.appcompat.resources.R$styleable: int GradientColor_android_startColor -com.google.android.material.bottomappbar.BottomAppBar: android.content.res.ColorStateList getBackgroundTint() -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: void onComplete() -cyanogenmod.weather.CMWeatherManager$2$1 -com.jaredrummler.android.colorpicker.R$layout: int preference_widget_switch_compat -cyanogenmod.app.Profile$ProfileTrigger: Profile$ProfileTrigger(int,java.lang.String,int,java.lang.String) -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_weather_2 -androidx.constraintlayout.widget.R$attr: int multiChoiceItemLayout -wangdaye.com.geometricweather.R$styleable: int ColorPickerView_cpv_alphaChannelVisible -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Title -okhttp3.Response$Builder: okhttp3.ResponseBody body -io.reactivex.disposables.RunnableDisposable: void onDisposed(java.lang.Runnable) -android.didikee.donate.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Large_Inverse -com.turingtechnologies.materialscrollbar.R$layout: int notification_template_part_chronometer -wangdaye.com.geometricweather.R$styleable: int RecycleListView_paddingBottomNoButtons -okhttp3.internal.io.FileSystem: void delete(java.io.File) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWeatherText -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ListView_Menu -androidx.hilt.work.R$id: int tag_accessibility_actions -wangdaye.com.geometricweather.R$dimen: int cpv_item_size -com.turingtechnologies.materialscrollbar.R$layout: int abc_action_bar_title_item -com.jaredrummler.android.colorpicker.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset -okhttp3.OkHttpClient: int connectTimeoutMillis() -com.amap.api.location.AMapLocation: int GPS_ACCURACY_BAD -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: AccuMinuteResult$SummaryBean() -androidx.recyclerview.R$id: int accessibility_custom_action_2 -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure measure -wangdaye.com.geometricweather.db.entities.AlertEntity: void setWeatherSource(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerFamilyBottomLeft -okhttp3.internal.http2.Http2Codec: void flushRequest() -com.jaredrummler.android.colorpicker.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 -androidx.constraintlayout.widget.R$styleable: int ViewBackgroundHelper_backgroundTintMode -com.jaredrummler.android.colorpicker.R$attr: int paddingEnd -wangdaye.com.geometricweather.settings.fragments.AbstractSettingsFragment: AbstractSettingsFragment() -wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_backgroundTint -com.google.android.material.R$layout: int design_navigation_menu -androidx.viewpager.R$color: int secondary_text_default_material_light -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualObserver[] observers -com.google.android.material.chip.Chip: void setCloseIconVisible(boolean) -retrofit2.Utils: java.lang.reflect.Type resolve(java.lang.reflect.Type,java.lang.Class,java.lang.reflect.Type) -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: void drain() -com.xw.repo.bubbleseekbar.R$id: int action_bar_activity_content -com.jaredrummler.android.colorpicker.R$style: int PreferenceThemeOverlay_v14_Material -wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle -com.turingtechnologies.materialscrollbar.R$attr: int singleSelection -com.google.android.material.textfield.TextInputLayout: float getBoxCornerRadiusTopEnd() -io.reactivex.internal.operators.observable.ObservableReplay$Node -android.support.v4.app.RemoteActionCompatParcelizer: void write(androidx.core.app.RemoteActionCompat,androidx.versionedparcelable.VersionedParcel) -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_helperTextTextAppearance -android.didikee.donate.R$dimen: int notification_top_pad_large_text -androidx.hilt.R$drawable: int notification_bg_low_pressed -androidx.constraintlayout.widget.R$attr: int layout_constrainedHeight -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Metric: double Value -androidx.preference.R$attr: int multiChoiceItemLayout -androidx.appcompat.resources.R$dimen: int compat_button_padding_vertical_material -androidx.appcompat.resources.R$styleable: int StateListDrawable_android_constantSize -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature WindChillTemperature +com.bumptech.glide.R$attr: int keylines wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: void setValue(java.util.List) -android.didikee.donate.R$id: int spacer -okhttp3.ResponseBody$BomAwareReader: int read(char[],int,int) -com.jaredrummler.android.colorpicker.R$color: int material_blue_grey_950 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Metric Metric -androidx.hilt.R$styleable: int FontFamilyFont_android_font -cyanogenmod.externalviews.KeyguardExternalViewProviderService -cyanogenmod.hardware.ThermalListenerCallback$State: int STATE_WARM_RISING -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableTint -wangdaye.com.geometricweather.R$string: int wind_6 -androidx.appcompat.R$style: int Base_Widget_AppCompat_SearchView -cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy: android.os.IBinder asBinder() -james.adaptiveicon.R$dimen: int tooltip_y_offset_non_touch -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.AlertEntityDao alertEntityDao -androidx.lifecycle.extensions.R$layout: R$layout() -okhttp3.CertificatePinner: okhttp3.CertificatePinner DEFAULT -cyanogenmod.app.PartnerInterface: int ZEN_MODE_IMPORTANT_INTERRUPTIONS -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintGuide_percent -cyanogenmod.weather.util.WeatherUtils: boolean isValidTempUnit(int) -androidx.preference.R$styleable: int ActionMode_background -wangdaye.com.geometricweather.R$styleable: int StateListDrawable_android_enterFadeDuration -androidx.appcompat.widget.ActivityChooserView: void setOnDismissListener(android.widget.PopupWindow$OnDismissListener) -com.turingtechnologies.materialscrollbar.R$id: int spacer -wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_fontStyle -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Button -wangdaye.com.geometricweather.R$attr: int drawable_res_off -io.reactivex.internal.functions.Functions$NaturalComparator: io.reactivex.internal.functions.Functions$NaturalComparator[] values() -wangdaye.com.geometricweather.R$drawable: int notif_temp_138 -com.google.android.material.R$attr: int spinnerStyle -androidx.appcompat.R$attr: int textAppearanceListItemSmall -androidx.fragment.app.BackStackRecord: void setOnStartPostponedListener(androidx.fragment.app.Fragment$OnStartEnterTransitionListener) -com.google.android.material.appbar.CollapsingToolbarLayout: void setScrimAlpha(int) -james.adaptiveicon.R$id: int notification_main_column -io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: io.reactivex.ObservableSource source -com.turingtechnologies.materialscrollbar.R$attr: int windowNoTitle -com.google.android.material.R$color: int mtrl_btn_transparent_bg_color -retrofit2.OkHttpCall$ExceptionCatchingResponseBody$1: OkHttpCall$ExceptionCatchingResponseBody$1(retrofit2.OkHttpCall$ExceptionCatchingResponseBody,okio.Source) -androidx.appcompat.resources.R$attr: int fontProviderQuery -cyanogenmod.providers.CMSettings$Secure: CMSettings$Secure() -wangdaye.com.geometricweather.R$styleable: int RecycleListView_paddingTopNoTitle -com.google.android.material.R$styleable: int NavigationView_itemShapeInsetTop -androidx.fragment.R$dimen: int compat_notification_large_icon_max_width -androidx.viewpager.R$string: int status_bar_notification_info_overflow -wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_recyclerView -androidx.appcompat.R$drawable: int abc_popup_background_mtrl_mult -okio.BufferedSource: java.lang.String readUtf8Line() -androidx.appcompat.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatImageView_android_src -wangdaye.com.geometricweather.R$string: int wind_5 -com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_tileMode -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse -wangdaye.com.geometricweather.R$styleable: int FragmentContainerView_android_name -android.didikee.donate.R$bool: int abc_allow_stacked_button_bar -androidx.recyclerview.R$drawable: int notification_tile_bg -com.xw.repo.bubbleseekbar.R$bool: int abc_config_actionMenuItemAllCaps -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer moldIndex -cyanogenmod.providers.WeatherContract$WeatherColumns: android.net.Uri CONTENT_URI -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize -cyanogenmod.app.ProfileGroup: boolean isDefaultGroup() -cyanogenmod.app.ICustomTileListener$Stub: cyanogenmod.app.ICustomTileListener asInterface(android.os.IBinder) -wangdaye.com.geometricweather.R$integer: int mtrl_badge_max_character_count -androidx.core.R$id: int tag_screen_reader_focusable -retrofit2.OkHttpCall$1: void onFailure(okhttp3.Call,java.io.IOException) -androidx.cardview.widget.CardView: boolean getUseCompatPadding() -androidx.lifecycle.ComputableLiveData$3: androidx.lifecycle.ComputableLiveData this$0 -androidx.preference.R$styleable: int ViewStubCompat_android_inflatedId -androidx.vectordrawable.R$id: int accessibility_custom_action_1 +wangdaye.com.geometricweather.R$id: int mtrl_picker_text_input_date +androidx.constraintlayout.widget.R$attr: int barLength +androidx.constraintlayout.widget.R$attr: int customBoolean +okio.Timeout: boolean hasDeadline() +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_Chip +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_PopupMenu_ContextMenu +com.google.android.material.R$color: int accent_material_light +cyanogenmod.hardware.CMHardwareManager: int FEATURE_LONG_TERM_ORBITS +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_autoSizePresetSizes +wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation: wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation valueOf(java.lang.String) +io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable: io.reactivex.Observer child +wangdaye.com.geometricweather.R$dimen: int hint_alpha_material_dark +wangdaye.com.geometricweather.R$style: int Base_V7_Theme_AppCompat_Light_Dialog +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIconVisible +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Metric Metric +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_startIconTintMode +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_width +androidx.preference.R$styleable: int MenuItem_iconTint +androidx.loader.R$id: int async +okhttp3.internal.cache2.Relay: void writeMetadata(long) +androidx.constraintlayout.widget.R$styleable: int SearchView_queryHint +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_autoSizePresetSizes +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_goneMarginLeft +com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_colored_material +androidx.constraintlayout.widget.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: java.lang.String getPubTime() +androidx.preference.R$styleable: int[] FontFamily +androidx.vectordrawable.R$dimen: int notification_large_icon_height +androidx.appcompat.R$id: int title +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintLeft_toRightOf +androidx.preference.R$attr: int tickMarkTintMode +cyanogenmod.externalviews.ExternalView$2: void run() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setShortDescription(java.lang.String) +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.query.Query queryRawCreateListArgs(java.lang.String,java.util.Collection) +com.amap.api.location.CoordinateConverter$CoordType: CoordinateConverter$CoordType(java.lang.String,int) +com.bumptech.glide.load.engine.GlideException: GlideException(java.lang.String,java.lang.Throwable) +androidx.constraintlayout.utils.widget.ImageFilterView: float getRound() +androidx.constraintlayout.widget.R$color: int abc_primary_text_disable_only_material_light +androidx.constraintlayout.widget.R$attr: int firstBaselineToTopHeight +wangdaye.com.geometricweather.R$drawable: int ic_star_outline +androidx.hilt.lifecycle.R$drawable: int notification_action_background +com.xw.repo.bubbleseekbar.R$styleable: int[] SearchView +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeShareDrawable +com.jaredrummler.android.colorpicker.R$attr: int fastScrollHorizontalThumbDrawable +androidx.vectordrawable.R$drawable: int notification_bg_low_pressed +wangdaye.com.geometricweather.db.entities.AlertEntity: long getAlertId() +androidx.viewpager2.R$styleable: int GradientColor_android_endX +androidx.preference.R$attr: int entries +wangdaye.com.geometricweather.R$id: int widget_clock_day_lunar +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property UvDescription +cyanogenmod.externalviews.ExternalViewProviderService$Provider: void onPause() +com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_android_dialogLayout +retrofit2.RequestFactory$Builder: boolean gotBody +james.adaptiveicon.R$id: int line3 +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_alpha +cyanogenmod.app.suggest.AppSuggestManager: cyanogenmod.app.suggest.AppSuggestManager sInstance +okhttp3.internal.http2.Http2Connection: void awaitPong() +wangdaye.com.geometricweather.R$drawable: int notif_temp_88 +cyanogenmod.weather.WeatherInfo$Builder: java.lang.String mCity +androidx.preference.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle +androidx.constraintlayout.widget.R$drawable: int btn_radio_on_mtrl +wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_AppbarTheme_Dark +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleMargin +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_contentInsetLeft +wangdaye.com.geometricweather.R$dimen: int abc_text_size_button_material +androidx.constraintlayout.widget.R$styleable: int Variant_region_widthMoreThan +androidx.constraintlayout.widget.R$id: int buttonPanel +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.internal.util.AtomicThrowable error +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeThunderstormPrecipitation(java.lang.Float) +wangdaye.com.geometricweather.R$drawable: int star_2 +cyanogenmod.weatherservice.ServiceRequestResult: cyanogenmod.weather.WeatherInfo mWeatherInfo +io.reactivex.internal.operators.observable.ObservableGroupBy$State: java.lang.Throwable error +androidx.preference.R$drawable: int abc_btn_check_to_on_mtrl_000 +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_9 +androidx.customview.R$styleable: int GradientColor_android_startY +android.didikee.donate.R$attr: int allowStacking +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_contentInsetLeft +com.google.android.material.R$styleable: int KeyTrigger_onCross +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_second_track_size +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ListView_DropDown +com.google.android.material.R$styleable: int TextInputLayout_startIconTintMode +james.adaptiveicon.R$attr: int alertDialogStyle +com.jaredrummler.android.colorpicker.R$styleable: int[] PreferenceGroup +com.google.android.material.R$attr: int verticalOffset +androidx.constraintlayout.widget.R$anim: int abc_tooltip_exit +androidx.constraintlayout.widget.R$styleable: int ActionBar_popupTheme +com.google.android.material.R$color: int material_on_surface_stroke +wangdaye.com.geometricweather.R$string: int feedback_not_yet_location +cyanogenmod.util.ColorUtils +okhttp3.internal.http1.Http1Codec: okhttp3.internal.connection.StreamAllocation streamAllocation +com.amap.api.fence.GeoFence: boolean equals(java.lang.Object) +io.reactivex.internal.subscribers.StrictSubscriber: java.util.concurrent.atomic.AtomicReference upstream +android.didikee.donate.R$dimen: int hint_alpha_material_light +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void innerNext() +com.turingtechnologies.materialscrollbar.R$style: int Widget_Compat_NotificationActionText +james.adaptiveicon.R$dimen: int abc_dialog_min_width_minor +android.didikee.donate.R$attr: int buttonStyleSmall +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintVertical_weight +okio.Buffer: okio.Buffer writeTo(java.io.OutputStream) +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: boolean offer(java.lang.Object,java.lang.Object) +androidx.hilt.work.R$id: int accessibility_custom_action_14 +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Direction Direction +androidx.preference.R$styleable: int AppCompatTheme_windowFixedWidthMajor +com.google.android.material.R$attr: int errorIconDrawable +cyanogenmod.app.Profile$TriggerState: int ON_A2DP_CONNECT +com.xw.repo.bubbleseekbar.R$attr: int colorControlHighlight +androidx.constraintlayout.widget.R$styleable: int AlertDialog_listLayout +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_textSize +androidx.appcompat.R$string: int abc_menu_ctrl_shortcut_label +io.reactivex.internal.subscriptions.DeferredScalarSubscription: org.reactivestreams.Subscriber downstream +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getProfiles +androidx.viewpager.widget.ViewPager: ViewPager(android.content.Context,android.util.AttributeSet) +androidx.recyclerview.R$style +okhttp3.internal.http1.Http1Codec$FixedLengthSource: okhttp3.internal.http1.Http1Codec this$0 +com.github.rahatarmanahmed.cpv.CircularProgressView: float getProgress() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean: void setBrands(java.util.List) +wangdaye.com.geometricweather.R$style: int content_text +androidx.loader.R$style: int TextAppearance_Compat_Notification_Line2 +androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type BOTTOM +com.amap.api.location.AMapLocationClientOption: boolean h +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ListView +cyanogenmod.weather.WeatherInfo: java.util.List mForecastList +android.didikee.donate.R$attr: int showText +james.adaptiveicon.R$color: int background_floating_material_dark +androidx.constraintlayout.widget.R$styleable: int OnSwipe_touchRegionId +androidx.constraintlayout.widget.R$attr: int lastBaselineToBottomHeight +androidx.lifecycle.FullLifecycleObserver: void onStop(androidx.lifecycle.LifecycleOwner) +com.google.android.gms.common.server.response.SafeParcelResponse: android.os.Parcelable$Creator CREATOR +com.google.android.material.R$styleable: int Chip_rippleColor +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.R$attr: int iconResStart +wangdaye.com.geometricweather.R$id: int save_non_transition_alpha +com.xw.repo.bubbleseekbar.R$styleable: int ActionMode_subtitleTextStyle +androidx.preference.internal.PreferenceImageView: PreferenceImageView(android.content.Context,android.util.AttributeSet,int) +android.didikee.donate.R$style: int Base_V22_Theme_AppCompat +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setUvLevel(java.lang.String) +com.xw.repo.bubbleseekbar.R$id: int icon +okhttp3.internal.connection.RealConnection: RealConnection(okhttp3.ConnectionPool,okhttp3.Route) +androidx.appcompat.R$styleable: int AppCompatTheme_checkedTextViewStyle +com.turingtechnologies.materialscrollbar.R$drawable: int abc_item_background_holo_dark +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_content_padding_fullscreen +androidx.lifecycle.LiveData: LiveData() +androidx.appcompat.widget.ViewStubCompat: int getLayoutResource() +wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_icon_size +androidx.appcompat.R$styleable: int AppCompatTheme_colorControlActivated +com.turingtechnologies.materialscrollbar.R$styleable: int[] CardView +com.google.android.material.R$attr: int framePosition +com.google.android.material.appbar.CollapsingToolbarLayout: void setStatusBarScrimResource(int) +retrofit2.HttpException: java.lang.String message() +android.didikee.donate.R$anim: int abc_fade_in +io.reactivex.Observable: io.reactivex.Observable concatArrayDelayError(io.reactivex.ObservableSource[]) +cyanogenmod.themes.ThemeChangeRequest$Builder: java.util.Map mPerAppOverlays +okhttp3.logging.LoggingEventListener: okhttp3.logging.HttpLoggingInterceptor$Logger logger +okhttp3.HttpUrl: java.util.List queryParameterValues(java.lang.String) +okhttp3.internal.tls.BasicTrustRootIndex: int hashCode() +com.google.android.material.R$color: int background_floating_material_dark +com.google.android.material.R$styleable: int Slider_labelBehavior +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: io.reactivex.disposables.Disposable upstream +androidx.core.R$styleable: int FontFamilyFont_android_font +com.google.android.material.R$styleable: int KeyPosition_keyPositionType +com.jaredrummler.android.colorpicker.R$attr: int tooltipText +com.google.android.gms.base.R$drawable: int common_google_signin_btn_icon_dark_focused +io.reactivex.internal.subscribers.DeferredScalarSubscriber: DeferredScalarSubscriber(org.reactivestreams.Subscriber) +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_chainUseRtl +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.WeatherEntity) +androidx.appcompat.R$style: int RtlOverlay_DialogWindowTitle_AppCompat +com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_text_btn_ripple_color +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_enabled +james.adaptiveicon.R$styleable: int ActionBar_icon +androidx.preference.R$attr: int summaryOff +wangdaye.com.geometricweather.R$styleable: int[] Slider +com.google.android.material.R$attr: int expandedTitleGravity +org.greenrobot.greendao.AbstractDaoSession: java.lang.Object callInTxNoException(java.util.concurrent.Callable) +wangdaye.com.geometricweather.R$animator: int mtrl_btn_state_list_anim +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_show_progress_in_float +com.google.android.material.R$color: int androidx_core_secondary_text_default_material_light +com.xw.repo.bubbleseekbar.R$attr: int state_above_anchor +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Metric: AccuCurrentResult$WetBulbTemperature$Metric() +retrofit2.Retrofit: java.util.List converterFactories +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver +retrofit2.Retrofit +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat +com.turingtechnologies.materialscrollbar.R$style: int Theme_Design_Light_NoActionBar +cyanogenmod.weather.WeatherInfo: double mTodaysLowTemp +com.google.android.material.R$styleable: int LinearLayoutCompat_Layout_android_layout_width +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintWidth_max +com.google.android.material.tabs.TabLayout$TabView +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_fontVariationSettings +com.google.android.material.R$drawable: int abc_popup_background_mtrl_mult +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionButton +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getProfile +com.xw.repo.BubbleSeekBar +cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_getLiveLockScreenEnabled +okhttp3.Headers: boolean equals(java.lang.Object) +okhttp3.internal.http2.Http2Connection$6: okio.Buffer val$buffer +com.bumptech.glide.load.engine.DecodeJob$RunReason: com.bumptech.glide.load.engine.DecodeJob$RunReason valueOf(java.lang.String) +com.google.android.material.R$style: int Widget_MaterialComponents_AppBarLayout_Surface +wangdaye.com.geometricweather.weather.apis.AccuWeatherApi +wangdaye.com.geometricweather.R$id: int item +androidx.appcompat.R$id: int action_container +com.google.android.material.R$attr: int titleMarginStart +com.google.android.material.R$attr: int dropdownListPreferredItemHeight +io.reactivex.Observable: io.reactivex.Single sequenceEqual(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiPredicate) +com.google.android.material.R$attr: int crossfade +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property DegreeDayTemperature +cyanogenmod.externalviews.KeyguardExternalView: void registerOnWindowAttachmentChangedListener(cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener) +androidx.appcompat.R$id: int accessibility_custom_action_13 +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Dialog_Alert +com.amap.api.location.AMapLocation: java.lang.String m(com.amap.api.location.AMapLocation,java.lang.String) +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item +androidx.lifecycle.LiveData: java.lang.Object mDataLock +cyanogenmod.weatherservice.ServiceRequestResult: ServiceRequestResult(cyanogenmod.weatherservice.ServiceRequestResult$1) +androidx.appcompat.R$attr: int alertDialogButtonGroupStyle +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Caption +retrofit2.adapter.rxjava2.BodyObservable +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title +wangdaye.com.geometricweather.R$id: int item_trend_hourly +wangdaye.com.geometricweather.R$string: int feedback_updated_in_background +cyanogenmod.providers.CMSettings$System: java.lang.String RECENTS_SHOW_SEARCH_BAR +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title +com.google.android.material.R$styleable: int TextAppearance_android_fontFamily +okhttp3.HttpUrl$Builder: void push(java.lang.String,int,int,boolean,boolean) +io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial: double Value +com.google.android.material.R$attr: int endIconTint +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX() +okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner: boolean equals(java.lang.Object) +com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_anim_swoop_duration +androidx.appcompat.resources.R$integer: int status_bar_notification_info_maxnum +retrofit2.http.Field +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: boolean delayErrors +io.reactivex.Observable: java.lang.Object blockingFirst() +wangdaye.com.geometricweather.R$integer: int status_bar_notification_info_maxnum +androidx.constraintlayout.helper.widget.Flow: void setVerticalAlign(int) +io.reactivex.internal.observers.InnerQueuedObserver +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: java.lang.String getDirection() +androidx.preference.R$attr: int listPreferredItemHeight +androidx.lifecycle.ViewModelStore: ViewModelStore() +okhttp3.Cache: int hitCount +com.google.android.material.chip.Chip: void setBackgroundResource(int) +com.google.android.material.R$attr: int chipMinTouchTargetSize +com.jaredrummler.android.colorpicker.R$attr: int colorBackgroundFloating +androidx.preference.R$styleable: int TextAppearance_android_textSize +com.bumptech.glide.integration.okhttp.R$styleable: int ColorStateListItem_android_alpha +io.reactivex.internal.util.VolatileSizeArrayList: void add(int,java.lang.Object) +androidx.appcompat.app.AlertController$RecycleListView +wangdaye.com.geometricweather.R$styleable: int Slider_android_valueTo +okhttp3.internal.ws.RealWebSocket$CancelRunnable +wangdaye.com.geometricweather.common.basic.models.weather.Wind: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree getDegree() +androidx.appcompat.R$attr: int listMenuViewStyle +james.adaptiveicon.R$styleable: int LinearLayoutCompat_android_weightSum +androidx.preference.R$styleable: int LinearLayoutCompat_showDividers +com.google.android.material.R$attr: int buttonTint +androidx.appcompat.R$attr +androidx.customview.R$color: int ripple_material_light +androidx.coordinatorlayout.R$color: int notification_action_color_filter +wangdaye.com.geometricweather.R$layout: int abc_popup_menu_item_layout +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: void setUrl(java.lang.String) +io.reactivex.Observable: io.reactivex.Observable switchMap(io.reactivex.functions.Function) +cyanogenmod.externalviews.ExternalViewProviderService$1: cyanogenmod.externalviews.ExternalViewProviderService this$0 +cyanogenmod.profiles.BrightnessSettings: BrightnessSettings(android.os.Parcel) +com.turingtechnologies.materialscrollbar.R$id: int search_edit_frame +io.reactivex.internal.operators.observable.ObservableGroupBy$State: boolean checkTerminated(boolean,boolean,io.reactivex.Observer,boolean) +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Position +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionBar_TabView +okio.Buffer: okio.Buffer writeIntLe(int) +android.didikee.donate.R$attr: int spinBars +com.google.android.material.R$dimen: int mtrl_slider_label_padding +androidx.constraintlayout.widget.R$layout: int abc_action_mode_bar +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView: DoubleHistogramView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$id: int item_weather_daily_air_content +james.adaptiveicon.R$styleable: int AppCompatTheme_colorControlHighlight +wangdaye.com.geometricweather.R$styleable: int PreferenceImageView_android_maxHeight +androidx.drawerlayout.R$styleable: int FontFamily_fontProviderFetchTimeout +org.greenrobot.greendao.AbstractDao: void updateInsideSynchronized(java.lang.Object,org.greenrobot.greendao.database.DatabaseStatement,boolean) +com.google.android.material.R$attr: int buttonCompat +androidx.swiperefreshlayout.R$style: int TextAppearance_Compat_Notification +androidx.constraintlayout.widget.R$id: int search_bar +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionButton +okhttp3.internal.http2.Http2Reader: void close() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setSunSet(java.lang.String) +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void innerError(java.lang.Throwable) +androidx.recyclerview.R$styleable: int[] GradientColor +com.google.android.material.R$color: int highlighted_text_material_dark +androidx.hilt.R$attr: int fontWeight +com.jaredrummler.android.colorpicker.R$color: int abc_btn_colored_text_material +com.google.android.material.R$string: int material_hour_suffix +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item +james.adaptiveicon.R$styleable: int MenuGroup_android_visible +androidx.constraintlayout.widget.R$styleable: int KeyCycle_transitionPathRotate +com.google.android.material.R$styleable: int AppCompatTextView_android_textAppearance +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: void onNext(java.lang.Object) com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Large_Inverse -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: boolean isDisposed() -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintTop_creator -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String getTitle() -com.turingtechnologies.materialscrollbar.R$styleable: int[] View -wangdaye.com.geometricweather.R$string: int wind_11 -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle -androidx.appcompat.R$styleable: int MenuItem_tooltipText -androidx.fragment.R$id: int action_divider -wangdaye.com.geometricweather.R$styleable: int Snackbar_snackbarTextViewStyle -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge -androidx.appcompat.R$id: int radio -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHorizontal_chainStyle -wangdaye.com.geometricweather.R$attr: int searchHintIcon -androidx.lifecycle.extensions.R$styleable: int GradientColor_android_centerColor -androidx.preference.R$attr: int buttonBarStyle -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_orderInCategory -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamily_fontProviderCerts -androidx.appcompat.R$layout: int abc_dialog_title_material -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub$Proxy: void setServiceRequestState(cyanogenmod.weather.RequestInfo,cyanogenmod.weatherservice.ServiceRequestResult,int) -androidx.legacy.coreutils.R$drawable: int notification_tile_bg -wangdaye.com.geometricweather.R$id: int container_main_header -wangdaye.com.geometricweather.R$attr: int textAppearanceOverline -androidx.appcompat.widget.Toolbar: void setSubtitleTextColor(android.content.res.ColorStateList) -cyanogenmod.power.PerformanceManager: int PROFILE_BIAS_PERFORMANCE -okhttp3.internal.connection.StreamAllocation: boolean reportedAcquired -com.turingtechnologies.materialscrollbar.R$id: int stretch -androidx.appcompat.R$id: int async -android.didikee.donate.R$drawable: int abc_btn_check_material -androidx.constraintlayout.widget.R$drawable: int abc_textfield_search_default_mtrl_alpha -androidx.appcompat.R$styleable: int AppCompatTheme_colorControlNormal -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_TabText -wangdaye.com.geometricweather.R$attr: int boxStrokeWidthFocused -androidx.preference.R$styleable: int Toolbar_subtitleTextColor -androidx.recyclerview.widget.StaggeredGridLayoutManager$LazySpanLookup$FullSpanItem: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean -com.google.android.material.R$dimen: int mtrl_transition_shared_axis_slide_distance -com.google.android.material.chip.Chip: void setCloseIconEndPaddingResource(int) -androidx.activity.R$styleable -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX() -wangdaye.com.geometricweather.R$style: int Base_V28_Theme_AppCompat -androidx.constraintlayout.widget.R$attr: int motion_triggerOnCollision -com.github.rahatarmanahmed.cpv.CircularProgressView$4: CircularProgressView$4(com.github.rahatarmanahmed.cpv.CircularProgressView) -androidx.appcompat.widget.Toolbar: android.view.Menu getMenu() -com.google.android.material.slider.RangeSlider: void setThumbStrokeColor(android.content.res.ColorStateList) -androidx.constraintlayout.widget.R$color: int material_grey_850 -wangdaye.com.geometricweather.R$attr: int fabCradleVerticalOffset -wangdaye.com.geometricweather.R$color: int colorRoot -com.turingtechnologies.materialscrollbar.MaterialScrollBar: float getHandleOffset() -wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle getInstance(java.lang.String) -com.google.android.material.R$styleable: int MaterialCardView_strokeColor -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationApi -com.xw.repo.bubbleseekbar.R$id: int activity_chooser_view_content -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean -androidx.appcompat.R$drawable: int abc_seekbar_tick_mark_material -androidx.activity.R$color: int notification_icon_bg_color -androidx.constraintlayout.widget.R$layout: int abc_screen_simple_overlay_action_mode -com.google.android.material.snackbar.Snackbar$SnackbarLayout: void setOnClickListener(android.view.View$OnClickListener) -androidx.constraintlayout.widget.R$id: int shortcut -androidx.appcompat.R$attr: int titleMarginEnd -com.google.android.material.R$attr: int cardCornerRadius -androidx.appcompat.R$dimen: int abc_list_item_height_material -com.google.android.material.R$attr: int cardElevation -androidx.preference.R$attr: int dialogLayout -androidx.constraintlayout.widget.R$attr: int mock_showDiagonals -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_PopupWindow -james.adaptiveicon.R$styleable: int AppCompatTextView_firstBaselineToTopHeight -wangdaye.com.geometricweather.R$string: int key_notification_background_color +com.xw.repo.bubbleseekbar.R$attr: int actionLayout +com.google.android.material.button.MaterialButton$SavedState +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: int nameId +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Metric: AccuCurrentResult$ApparentTemperature$Metric() +com.google.android.material.R$styleable: int AppCompatSeekBar_tickMarkTint +wangdaye.com.geometricweather.R$drawable: int weather_clear_night_pixel +wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_Dialog +james.adaptiveicon.R$drawable: int abc_text_select_handle_left_mtrl_light +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_SeekBar +androidx.lifecycle.extensions.R$styleable: int Fragment_android_name +androidx.lifecycle.extensions.R$id: int actions +com.turingtechnologies.materialscrollbar.R$styleable: int[] ScrollingViewBehavior_Layout +androidx.swiperefreshlayout.R$styleable: int FontFamily_fontProviderPackage +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_28 +okhttp3.internal.connection.RouteSelector: java.util.List proxies +com.google.android.material.R$styleable: int CustomAttribute_attributeName +io.reactivex.internal.subscriptions.SubscriptionHelper: void reportSubscriptionSet() +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIconTint +com.turingtechnologies.materialscrollbar.R$styleable: int[] ActionBar +james.adaptiveicon.R$style: int TextAppearance_Compat_Notification_Time +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeSplitBackground +james.adaptiveicon.R$styleable: int TextAppearance_android_textFontWeight +com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$KeySet keySet +org.greenrobot.greendao.AbstractDao: void deleteByKeyInTx(java.lang.Object[]) +androidx.constraintlayout.widget.R$attr: int layout_constraintRight_toRightOf +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_endIconTint +retrofit2.Utils$WildcardTypeImpl: Utils$WildcardTypeImpl(java.lang.reflect.Type[],java.lang.reflect.Type[]) +com.google.android.material.floatingactionbutton.FloatingActionButton: android.content.res.ColorStateList getRippleColorStateList() +androidx.activity.R$styleable: int FontFamily_fontProviderAuthority +com.turingtechnologies.materialscrollbar.R$id: int image +androidx.preference.R$dimen: int abc_dropdownitem_text_padding_right +wangdaye.com.geometricweather.R$drawable: int abc_btn_switch_to_on_mtrl_00001 +androidx.appcompat.widget.ViewStubCompat: void setVisibility(int) +okhttp3.RequestBody: void writeTo(okio.BufferedSink) +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_registerChangeListener +io.reactivex.internal.observers.BlockingObserver: void dispose() +wangdaye.com.geometricweather.R$id: int dragRight +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: int count +com.google.android.material.R$color: int mtrl_btn_transparent_bg_color +cyanogenmod.power.PerformanceManager: cyanogenmod.power.PerformanceManager sInstance +cyanogenmod.weatherservice.WeatherProviderService: WeatherProviderService() +android.didikee.donate.R$id: int select_dialog_listview +com.google.android.material.R$id: int SHOW_ALL +com.google.android.material.R$attr: int themeLineHeight +com.bumptech.glide.load.engine.GlideException: GlideException(java.lang.String,java.util.List) +com.jaredrummler.android.colorpicker.R$attr: int layout_keyline +com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String f +androidx.appcompat.R$styleable: int ActionMenuItemView_android_minWidth +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void onError(java.lang.Throwable) +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable: void run() +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.AirQuality getAirQuality() +com.amap.api.fence.GeoFence: int e +okhttp3.internal.http2.Http2Connection$Builder +androidx.loader.R$styleable +okhttp3.OkHttpClient: boolean followRedirects() +okhttp3.internal.http2.Http2Connection: long unacknowledgedBytesRead +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ListMenuView +com.bumptech.glide.integration.okhttp.R$id: int blocking +android.didikee.donate.R$styleable: int AppCompatTheme_actionDropDownStyle +cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String EXTRA_ALARM_ID +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: double lat +com.google.android.material.R$style: int TextAppearance_Compat_Notification_Title +cyanogenmod.weather.CMWeatherManager: android.os.Handler mHandler +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$TotalLiquid: AccuDailyResult$DailyForecasts$Night$TotalLiquid() +com.google.android.material.R$styleable: int KeyCycle_framePosition +wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_backgroundTint +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun Sun +cyanogenmod.hardware.CMHardwareManager: int getVibratorIntensity() +wangdaye.com.geometricweather.R$color: int colorRootDark_dark +wangdaye.com.geometricweather.R$attr: int layout_constraintGuide_percent +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: io.reactivex.disposables.Disposable upstream +wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_minutelyStartText +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: java.lang.String getUnit() +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeInsetEnd +okhttp3.internal.http2.Http2Connection$ReaderRunnable$3: Http2Connection$ReaderRunnable$3(okhttp3.internal.http2.Http2Connection$ReaderRunnable,java.lang.String,java.lang.Object[]) +com.bumptech.glide.integration.okhttp.R$color: R$color() +wangdaye.com.geometricweather.R$styleable: int RecyclerView_spanCount +wangdaye.com.geometricweather.R$id: int mtrl_child_content_container +com.google.android.material.R$attr: int editTextColor +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.String insee +com.xw.repo.bubbleseekbar.R$attr: int checkboxStyle +cyanogenmod.app.ICMTelephonyManager$Stub: android.os.IBinder asBinder() +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.util.Date date +com.turingtechnologies.materialscrollbar.R$styleable: int MenuGroup_android_checkableBehavior +retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$2: void invoke(java.lang.Throwable) +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_SearchView +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActivityChooserView +retrofit2.adapter.rxjava2.BodyObservable: BodyObservable(io.reactivex.Observable) +com.google.android.material.chip.Chip: void setCloseIconVisible(int) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionButton +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize +androidx.constraintlayout.widget.R$attr: int layoutDuringTransition +okhttp3.internal.cache.DiskLruCache: void setMaxSize(long) +io.reactivex.internal.observers.DeferredScalarDisposable +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Snackbar_FullWidth +com.google.android.material.R$anim: int design_bottom_sheet_slide_in +com.amap.api.location.AMapLocation: java.lang.String n +retrofit2.Retrofit$1 +wangdaye.com.geometricweather.R$attr: int textAppearanceHeadline4 +android.didikee.donate.R$drawable: int abc_textfield_activated_mtrl_alpha +com.google.android.material.slider.RangeSlider: void setThumbRadiusResource(int) +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu +com.google.android.material.R$styleable: int ProgressIndicator_minHideDelay +com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceListItemSmall +wangdaye.com.geometricweather.R$attr: int layout_constraintBottom_toBottomOf +androidx.hilt.R$drawable: int notification_icon_background +okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean requestIsUnrepeatable(java.io.IOException,okhttp3.Request) +wangdaye.com.geometricweather.R$drawable: int ic_about +com.turingtechnologies.materialscrollbar.R$id: int parallax +androidx.viewpager2.R$style: int TextAppearance_Compat_Notification_Line2 +okhttp3.logging.HttpLoggingInterceptor: void logHeader(okhttp3.Headers,int) +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_overflow_padding_end_material +androidx.cardview.R$attr: int cardCornerRadius +wangdaye.com.geometricweather.R$attr: int panelMenuListTheme +retrofit2.http.HTTP +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIconEnabled +android.didikee.donate.R$id: int scrollView +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String THEME_ID +io.reactivex.internal.schedulers.AbstractDirectTask: java.util.concurrent.FutureTask FINISHED +com.google.android.material.R$styleable: int[] StateSet +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_PopupMenu +android.didikee.donate.R$drawable: int abc_list_longpressed_holo +androidx.appcompat.widget.AppCompatRadioButton: void setBackgroundResource(int) +com.google.android.material.R$integer: int mtrl_calendar_selection_text_lines +wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_marginBottom +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Headline +androidx.constraintlayout.widget.R$string: int abc_toolbar_collapse_description +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: void setInteractivity(boolean) +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +androidx.lifecycle.SavedStateHandle: androidx.lifecycle.MutableLiveData getLiveData(java.lang.String,java.lang.Object) +androidx.drawerlayout.R$id: int async +com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_MinWidth +com.xw.repo.bubbleseekbar.R$color: int notification_icon_bg_color +androidx.work.R$styleable: int GradientColor_android_startY +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_placeholder_placeholder_emptyVisibility +androidx.appcompat.R$id: int icon_group +james.adaptiveicon.R$drawable: int abc_ic_star_half_black_36dp +androidx.vectordrawable.R$id: int right_icon +com.google.android.material.R$layout: int mtrl_layout_snackbar_include +androidx.preference.MultiSelectListPreference$SavedState +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog +cyanogenmod.weatherservice.ServiceRequestResult$Builder: ServiceRequestResult$Builder(cyanogenmod.weather.WeatherInfo) +io.reactivex.internal.schedulers.AbstractDirectTask: boolean isDisposed() +com.google.android.material.bottomnavigation.BottomNavigationView$SavedState: android.os.Parcelable$Creator CREATOR +androidx.viewpager.R$dimen: int notification_main_column_padding_top +androidx.appcompat.R$styleable: int[] StateListDrawable +com.turingtechnologies.materialscrollbar.R$styleable: int[] ViewBackgroundHelper +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_editTextBackground +com.google.android.material.R$dimen: int abc_button_inset_horizontal_material +cyanogenmod.app.ThemeVersion$ThemeVersionImpl2: java.util.List getDeviceComponentVersions() +androidx.preference.R$attr: int defaultQueryHint +wangdaye.com.geometricweather.R$layout: int item_weather_daily_margin +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_NAVIGATION_BAR +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean done +james.adaptiveicon.R$string: int abc_searchview_description_submit +wangdaye.com.geometricweather.R$attr: int chipEndPadding +okhttp3.internal.tls.CertificateChainCleaner: okhttp3.internal.tls.CertificateChainCleaner get(javax.net.ssl.X509TrustManager) +com.google.android.material.R$attr: int minHideDelay +okhttp3.internal.cache.DiskLruCache$Snapshot: long[] lengths +com.google.android.material.R$styleable: int Constraint_layout_goneMarginTop +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Dialog_Alert +androidx.preference.R$styleable: int TextAppearance_android_fontFamily +android.didikee.donate.R$attr: int textAppearanceSearchResultTitle +androidx.hilt.R$attr: int fontProviderPackage +wangdaye.com.geometricweather.R$style: int Base_Animation_AppCompat_DropDownUp +cyanogenmod.app.Profile$ProfileTrigger: int access$202(cyanogenmod.app.Profile$ProfileTrigger,int) +android.didikee.donate.R$id: int action_bar_title +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX wind +wangdaye.com.geometricweather.R$styleable: int ActionBar_title +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_CompoundButton_Switch +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: boolean cancelled +com.google.android.material.bottomnavigation.BottomNavigationMenuView: com.google.android.material.bottomnavigation.BottomNavigationItemView getNewItem() +wangdaye.com.geometricweather.R$styleable: int[] View +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Tooltip +androidx.transition.R$id: int save_non_transition_alpha +wangdaye.com.geometricweather.R$id: int dialog_location_help_locationTitle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Metric: double Value +wangdaye.com.geometricweather.R$drawable: int abc_btn_radio_material_anim +okhttp3.internal.ws.WebSocketReader +cyanogenmod.app.suggest.AppSuggestManager: cyanogenmod.app.suggest.IAppSuggestManager getService() +com.turingtechnologies.materialscrollbar.R$attr: int dividerHorizontal +com.google.gson.internal.LinkedTreeMap: void removeInternal(com.google.gson.internal.LinkedTreeMap$Node,boolean) +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_id +androidx.preference.R$integer +androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat +androidx.appcompat.R$dimen: int abc_text_size_medium_material +com.google.android.material.imageview.ShapeableImageView: ShapeableImageView(android.content.Context) +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub: IWeatherProviderServiceClient$Stub() +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle +cyanogenmod.weather.WeatherLocation: int describeContents() +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light_DarkActionBar +androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_android_fontStyle +com.google.android.material.R$attr: int colorBackgroundFloating +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float getPM25() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight +wangdaye.com.geometricweather.R$id: int dialog_background_location_container +io.reactivex.internal.util.AtomicThrowable: boolean isTerminated() +androidx.appcompat.widget.AppCompatButton: AppCompatButton(android.content.Context,android.util.AttributeSet,int) +androidx.appcompat.R$styleable: int AppCompatTheme_android_windowIsFloating +cyanogenmod.externalviews.KeyguardExternalViewProviderService$1$1: android.os.Bundle val$options +android.support.v4.os.IResultReceiver$Stub$Proxy: void send(int,android.os.Bundle) +com.google.android.material.R$style: int Base_Widget_MaterialComponents_PopupMenu_ContextMenu +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.Precipitation getPrecipitation() +okhttp3.Handshake: java.util.List localCertificates +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void onSubscribe(org.reactivestreams.Subscription) +cyanogenmod.weather.IWeatherServiceProviderChangeListener: void onWeatherServiceProviderChanged(java.lang.String) +com.turingtechnologies.materialscrollbar.R$styleable: int[] SearchView +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getWindDirection() +com.turingtechnologies.materialscrollbar.R$attr: int buttonGravity +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Headline +wangdaye.com.geometricweather.R$attr: int autoTransition +io.reactivex.Observable: void blockingSubscribe(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer) +androidx.customview.R$drawable: int notification_bg_normal +okhttp3.OkHttpClient: okhttp3.Authenticator authenticator() +cyanogenmod.hardware.CMHardwareManager: int COLOR_CALIBRATION_GREEN_INDEX +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: long serialVersionUID +com.google.android.material.R$layout: int mtrl_calendar_days_of_week +wangdaye.com.geometricweather.R$id: int topPanel +androidx.appcompat.resources.R$styleable: int FontFamilyFont_android_ttcIndex +android.didikee.donate.R$attr: int backgroundTintMode +com.google.android.material.R$id: int ignore +okhttp3.internal.http1.Http1Codec$ChunkedSource +com.xw.repo.bubbleseekbar.R$layout: int abc_list_menu_item_checkbox +androidx.preference.R$id: int action_context_bar +com.jaredrummler.android.colorpicker.R$attr: int listPreferredItemHeight +com.google.android.material.R$id: int customPanel +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_21 +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.UV uv +androidx.constraintlayout.widget.R$id: int customPanel +retrofit2.Utils$GenericArrayTypeImpl: boolean equals(java.lang.Object) +androidx.viewpager2.R$id: int line3 +james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceListItemSmall +androidx.legacy.coreutils.R$color: int notification_action_color_filter +james.adaptiveicon.R$dimen: int abc_action_bar_subtitle_top_margin_material +androidx.preference.R$styleable: int SearchView_queryHint +androidx.fragment.R$drawable: int notification_bg_low_pressed +androidx.recyclerview.R$id: int accessibility_custom_action_12 +androidx.appcompat.R$styleable: int ViewStubCompat_android_inflatedId +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: java.lang.String ShortPhrase +androidx.constraintlayout.widget.R$color: int bright_foreground_disabled_material_light +com.google.android.material.textfield.TextInputLayout: int getHintCurrentCollapsedTextColor() +com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_colorShape +io.reactivex.exceptions.OnErrorNotImplementedException: OnErrorNotImplementedException(java.lang.Throwable) +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_medium_material +com.google.android.material.R$attr: int layout_constrainedWidth +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int IceProbability +com.turingtechnologies.materialscrollbar.R$dimen: int abc_edit_text_inset_horizontal_material +com.google.android.gms.common.api.internal.LifecycleCallback +wangdaye.com.geometricweather.R$string: int key_forecast_tomorrow +cyanogenmod.app.LiveLockScreenInfo$Builder: cyanogenmod.app.LiveLockScreenInfo$Builder setComponent(android.content.ComponentName) +androidx.preference.R$attr: int enableCopying +androidx.constraintlayout.widget.R$styleable: int KeyPosition_drawPath +com.google.gson.LongSerializationPolicy$1: com.google.gson.JsonElement serialize(java.lang.Long) +android.didikee.donate.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle +wangdaye.com.geometricweather.R$id: int item_aqi_title +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarSize +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_queryBackground +androidx.vectordrawable.R$string: R$string() +androidx.appcompat.R$anim: int abc_slide_in_top +wangdaye.com.geometricweather.R$id: int clear_text +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipIconTint +androidx.preference.R$string: int status_bar_notification_info_overflow +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: float PRECIPITATION_LIGHT +wangdaye.com.geometricweather.R$style: int week_weather_week_info +com.jaredrummler.android.colorpicker.R$attr: int initialExpandedChildrenCount +wangdaye.com.geometricweather.db.entities.DailyEntity: void setGrassLevel(java.lang.Integer) +com.google.android.material.R$anim: int abc_fade_in +androidx.fragment.R$anim: int fragment_fade_exit +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$5: boolean val$showing +com.turingtechnologies.materialscrollbar.R$styleable: int Spinner_android_popupBackground +androidx.lifecycle.extensions.R$id: int tag_accessibility_actions +android.didikee.donate.R$styleable: int ActionBar_contentInsetEnd +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Display1 +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Medium +androidx.preference.R$styleable: int Toolbar_titleTextAppearance +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircularSkyWeatherView: void setGravitySensorEnabled(boolean) +wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_translationX +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIndicatorAnimationDuration +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void drainLoop() +androidx.constraintlayout.widget.R$attr: int tintMode +wangdaye.com.geometricweather.R$styleable: int DialogPreference_android_negativeButtonText +androidx.constraintlayout.widget.R$drawable: int abc_list_selector_disabled_holo_light +cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.IKeyguardExternalViewProvider access$000(cyanogenmod.externalviews.KeyguardExternalView) +wangdaye.com.geometricweather.R$styleable: int PreferenceFragment_android_layout +cyanogenmod.weatherservice.WeatherProviderService: cyanogenmod.weatherservice.IWeatherProviderServiceClient mClient +okhttp3.Connection: okhttp3.Protocol protocol() +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle +wangdaye.com.geometricweather.R$integer: int mtrl_card_anim_duration_ms +com.google.android.material.R$drawable: int abc_cab_background_top_mtrl_alpha +androidx.constraintlayout.widget.ConstraintLayout: ConstraintLayout(android.content.Context) +io.reactivex.internal.observers.InnerQueuedObserver: boolean done +wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: float getProgress() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Metric Metric +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours: AccuCurrentResult$PrecipitationSummary$Past24Hours() +com.bumptech.glide.integration.okhttp.R$id: int line1 +okio.ByteString: void readObject(java.io.ObjectInputStream) +com.google.android.material.R$id: int transition_position +com.xw.repo.bubbleseekbar.R$attr: int showAsAction +com.google.android.material.R$styleable: int LinearLayoutCompat_android_weightSum +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Medium +cyanogenmod.providers.CMSettings$Secure: java.lang.String ADB_NOTIFY +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit[] values() +wangdaye.com.geometricweather.R$attr: int actionModeCloseButtonStyle +wangdaye.com.geometricweather.R$id: int container_main_sun_moon_title +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: int getStatus() +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_button_material +androidx.constraintlayout.widget.R$attr: int flow_verticalAlign +okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Http2Stream$StreamTimeout readTimeout +androidx.constraintlayout.widget.R$styleable: int View_paddingEnd +androidx.appcompat.R$layout: int abc_popup_menu_header_item_layout +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: java.lang.String insee +androidx.core.R$id: int accessibility_custom_action_23 +android.didikee.donate.R$id: int tabMode +androidx.constraintlayout.widget.R$attr: int region_widthLessThan +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_5 +androidx.viewpager2.R$drawable: int notification_template_icon_bg +androidx.appcompat.R$id: int activity_chooser_view_content +cyanogenmod.alarmclock.ClockContract$CitiesColumns: java.lang.String TIMEZONE_OFFSET +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Maximum: double Value +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: long end +androidx.preference.R$string: int abc_searchview_description_query +androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_Light +com.jaredrummler.android.colorpicker.R$attr: int negativeButtonText +androidx.hilt.lifecycle.R$styleable: int GradientColor_android_centerX +androidx.appcompat.R$attr: int splitTrack +androidx.preference.R$styleable: int CoordinatorLayout_statusBarBackground +com.turingtechnologies.materialscrollbar.R$dimen: int notification_right_side_padding_top +wangdaye.com.geometricweather.R$dimen: int widget_aa_text_size +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_AES_128_CBC_SHA256 +cyanogenmod.app.BaseLiveLockManagerService$1: boolean getLiveLockScreenEnabled() +wangdaye.com.geometricweather.main.fragments.MainFragment: MainFragment() +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType QueryUnique +okhttp3.ConnectionPool: ConnectionPool() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial: java.lang.String Unit +wangdaye.com.geometricweather.R$attr: int contentPaddingRight +io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: io.reactivex.internal.operators.observable.ObservableCache$Node node +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxBackgroundColor +james.adaptiveicon.R$dimen: int abc_text_size_body_2_material +androidx.preference.R$style: int Theme_AppCompat_DialogWhenLarge +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle +wangdaye.com.geometricweather.R$dimen: int notification_big_circle_margin +androidx.constraintlayout.widget.R$attr: int fontWeight +android.didikee.donate.R$style: int Base_AlertDialog_AppCompat_Light +androidx.work.R$id: int blocking +androidx.hilt.lifecycle.R$attr: int fontProviderFetchStrategy +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Weather +okhttp3.Response: java.lang.String message +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorButtonNormal +androidx.loader.R$id: int notification_main_column_container +wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: java.lang.String styleId +wangdaye.com.geometricweather.R$styleable: int[] ColorStateListItem +com.turingtechnologies.materialscrollbar.R$styleable: int[] GradientColorItem +com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemBackgroundRes(int) +androidx.preference.R$string: int abc_action_mode_done +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: java.lang.String Phrase_60 +androidx.drawerlayout.R$styleable: int GradientColor_android_centerColor +com.amap.api.fence.PoiItem: double getLatitude() +okhttp3.Cache$CacheResponseBody$1: void close() +androidx.preference.R$styleable: int FontFamilyFont_fontStyle +org.greenrobot.greendao.AbstractDaoMaster: org.greenrobot.greendao.database.Database db +wangdaye.com.geometricweather.R$attr: int trackColor +wangdaye.com.geometricweather.R$id: int parallax +androidx.appcompat.R$string: int abc_searchview_description_query +okio.RealBufferedSource: okio.Timeout timeout() +androidx.vectordrawable.animated.R$drawable: int notification_action_background +okhttp3.internal.cache.DiskLruCache: void evictAll() +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light +com.google.android.material.R$layout: int material_clock_display +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit ATM +com.jaredrummler.android.colorpicker.R$integer: int cancel_button_image_alpha +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void data(boolean,int,okio.BufferedSource,int) +androidx.appcompat.widget.AppCompatAutoCompleteTextView: AppCompatAutoCompleteTextView(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$integer: int app_bar_elevation_anim_duration +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language ENGLISH_AU +wangdaye.com.geometricweather.R$drawable: int widget_text +okhttp3.internal.platform.AndroidPlatform: boolean supportsAlpn() +com.google.android.material.R$attr: int materialCalendarHeaderSelection +com.amap.api.location.AMapLocationQualityReport: long f +androidx.viewpager2.widget.ViewPager2: void setCurrentItem(int) +androidx.constraintlayout.helper.widget.Flow: void setHorizontalGap(int) +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_PopupWindow +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: IKeyguardExternalViewCallbacks$Stub() +com.google.android.material.R$id: int middle +com.google.android.material.R$style: int Base_CardView +wangdaye.com.geometricweather.R$id: int widget_day_week_icon +androidx.constraintlayout.widget.R$styleable: int Transform_android_rotationX +com.google.android.material.R$attr: int colorPrimary androidx.activity.R$dimen: int notification_small_icon_background_padding -androidx.hilt.lifecycle.R$dimen: int notification_right_icon_size -okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.platform.OptionalMethod getAlpnSelectedProtocol -androidx.dynamicanimation.R$dimen: int compat_button_padding_horizontal_material +wangdaye.com.geometricweather.R$styleable: int ViewPager2_android_orientation +wangdaye.com.geometricweather.R$attr: int switchTextOn +cyanogenmod.weather.RequestInfo$Builder: java.lang.String mCityName +androidx.appcompat.R$dimen: int compat_notification_large_icon_max_height +com.xw.repo.bubbleseekbar.R$color: int abc_search_url_text +com.google.android.material.R$id: int text +wangdaye.com.geometricweather.R$id: int bidirectional +com.google.android.material.R$dimen: int design_tab_text_size_2line +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getShortRealFeeTemperature(android.content.Context,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) +com.google.android.material.R$color: int design_default_color_on_background +com.google.android.material.R$attr: int elevationOverlayColor +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Description: java.lang.String Localized +androidx.appcompat.resources.R$styleable: int FontFamilyFont_ttcIndex +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult +androidx.preference.R$style: int Base_Widget_AppCompat_ListPopupWindow +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_android_windowIsFloating +cyanogenmod.providers.CMSettings$System: java.lang.String MENU_WAKE_SCREEN +com.google.android.material.chip.Chip: void setTextStartPaddingResource(int) +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService newInstance(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationApi,io.reactivex.disposables.CompositeDisposable) +com.google.android.material.R$color: int mtrl_choice_chip_background_color +com.amap.api.location.AMapLocation: float getAccuracy() +wangdaye.com.geometricweather.R$styleable: int ViewStubCompat_android_id +androidx.preference.R$attr: int subtitleTextStyle +wangdaye.com.geometricweather.R$attr: int thumbColor +retrofit2.ParameterHandler$2: void apply(retrofit2.RequestBuilder,java.lang.Object) +androidx.lifecycle.ReportFragment: void onPause() +wangdaye.com.geometricweather.R$drawable: int widget_card_light_80 +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getLtoDestination +com.google.android.material.R$styleable: int AppCompatTheme_buttonStyle +james.adaptiveicon.R$dimen: int abc_progress_bar_height_material +wangdaye.com.geometricweather.R$dimen: int compat_button_padding_horizontal_material +com.jaredrummler.android.colorpicker.R$style: int Widget_Support_CoordinatorLayout +com.google.android.material.R$id: int chip2 +wangdaye.com.geometricweather.R$styleable: int TabItem_android_icon +androidx.fragment.app.Fragment$SavedState: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$string: int key_notification_color +com.google.android.material.R$styleable: int Constraint_layout_constraintStart_toEndOf +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse +cyanogenmod.platform.Manifest$permission: java.lang.String READ_MSIM_PHONE_STATE +com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleTintList(android.content.res.ColorStateList) +androidx.constraintlayout.widget.R$id: int postLayout +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_android_weightSum +com.turingtechnologies.materialscrollbar.R$integer: int mtrl_btn_anim_delay_ms +com.google.android.material.R$attr: int constraints +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_DropDownItem_Spinner +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: io.reactivex.Observer downstream +io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: void replay(io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable) +androidx.hilt.lifecycle.R$layout: int custom_dialog +com.google.android.material.R$attr: int layout_goneMarginRight +android.didikee.donate.R$styleable: int SearchView_layout +androidx.work.R$dimen: int compat_notification_large_icon_max_height +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginEnd +com.xw.repo.bubbleseekbar.R$id: int radio +wangdaye.com.geometricweather.R$id: int fragment_container_view_tag +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeThunderstormPrecipitationProbability +androidx.swiperefreshlayout.R$style: int TextAppearance_Compat_Notification_Title +james.adaptiveicon.R$styleable: int PopupWindow_android_popupAnimationStyle +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_panelBackground +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualObserver[] observers +androidx.vectordrawable.R$style: R$style() +com.jaredrummler.android.colorpicker.R$layout: int preference_dialog_edittext +okio.ByteString: ByteString(byte[]) +androidx.lifecycle.AbstractSavedStateViewModelFactory: androidx.lifecycle.ViewModel create(java.lang.Class) +androidx.appcompat.R$drawable: int btn_radio_off_to_on_mtrl_animation +cyanogenmod.app.ICMStatusBarManager$Stub: int TRANSACTION_registerListener +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: long EpochStartTime +com.google.android.material.R$styleable: int ConstraintSet_deriveConstraintsFrom +com.jaredrummler.android.colorpicker.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 +androidx.preference.R$styleable: int[] ActionMenuItemView +androidx.constraintlayout.widget.R$styleable: int[] AnimatedStateListDrawableCompat +android.support.v4.os.ResultReceiver: ResultReceiver(android.os.Parcel) +wangdaye.com.geometricweather.R$string: int live +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setVisibility(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean) +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setSize(int) +com.jaredrummler.android.colorpicker.R$attr: int colorSwitchThumbNormal +com.google.android.material.slider.Slider: void setThumbRadiusResource(int) +com.turingtechnologies.materialscrollbar.R$string: int abc_action_bar_up_description +androidx.appcompat.widget.AppCompatSpinner: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) +androidx.constraintlayout.widget.R$styleable: int OnSwipe_moveWhenScrollAtTop +wangdaye.com.geometricweather.R$string: int key_widget_clock_day_horizontal +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void innerError(io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver,java.lang.Throwable) +androidx.preference.R$dimen: int abc_action_button_min_width_overflow_material +james.adaptiveicon.R$style: int Widget_AppCompat_CompoundButton_Switch +androidx.constraintlayout.widget.R$id: int flip +wangdaye.com.geometricweather.R$font: int product_sans_black_italic +com.amap.api.location.AMapLocationClientOption: boolean OPEN_ALWAYS_SCAN_WIFI +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon +wangdaye.com.geometricweather.R$styleable: int Chip_checkedIconTint +com.google.android.material.R$drawable: int abc_edit_text_material +com.google.android.material.appbar.CollapsingToolbarLayout: void setCollapsedTitleTextColor(android.content.res.ColorStateList) +okio.SegmentedByteString: okio.ByteString toAsciiUppercase() +androidx.hilt.lifecycle.R$id: int normal +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea +okhttp3.Request$Builder: Request$Builder() +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon +cyanogenmod.app.PartnerInterface: android.content.Context mContext +androidx.preference.R$style: int Base_Widget_AppCompat_ActionMode +com.google.android.material.R$id: int material_timepicker_container +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Imperial: AccuCurrentResult$Past24HourTemperatureDeparture$Imperial() +androidx.dynamicanimation.R$styleable: int[] FontFamilyFont +androidx.constraintlayout.motion.widget.MotionLayout: void setState(androidx.constraintlayout.motion.widget.MotionLayout$TransitionState) +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: ExternalViewProviderService$Provider$ProviderImpl(cyanogenmod.externalviews.ExternalViewProviderService$Provider,cyanogenmod.externalviews.ExternalViewProviderService$Provider) +io.reactivex.Observable: io.reactivex.Observable concatDelayError(io.reactivex.ObservableSource,int,boolean) +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha +james.adaptiveicon.R$integer: R$integer() +androidx.preference.R$styleable: int CoordinatorLayout_Layout_layout_behavior +okhttp3.Request$Builder: okhttp3.Request$Builder cacheControl(okhttp3.CacheControl) +com.amap.api.location.AMapLocationClientOption: boolean isNeedAddress() +com.turingtechnologies.materialscrollbar.R$layout: int abc_list_menu_item_layout +wangdaye.com.geometricweather.R$attr: int roundPercent +androidx.preference.R$color: int material_grey_50 +android.didikee.donate.R$drawable: int abc_btn_radio_material +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemTextColor +io.reactivex.Observable: io.reactivex.Single toSortedList() +cyanogenmod.providers.CMSettings$System: java.lang.String ENABLE_MWI_NOTIFICATION +androidx.coordinatorlayout.R$layout: int custom_dialog +android.didikee.donate.R$styleable: int MenuView_android_verticalDivider +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: boolean isDisposed() +wangdaye.com.geometricweather.R$layout: int activity_about +androidx.appcompat.widget.AppCompatButton: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) +james.adaptiveicon.R$layout: int notification_template_part_chronometer +androidx.legacy.coreutils.R$drawable: int notification_bg_normal_pressed +wangdaye.com.geometricweather.R$attr: int endIconDrawable +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal +androidx.constraintlayout.widget.R$attr: int flow_lastVerticalStyle +okio.Buffer: okio.BufferedSink writeByte(int) +androidx.constraintlayout.widget.R$id: int action_container +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintCircleAngle +androidx.hilt.R$styleable: int FontFamilyFont_font +androidx.recyclerview.R$dimen: int fastscroll_margin +cyanogenmod.providers.CMSettings$Secure: java.lang.String DISPLAY_GAMMA_CALIBRATION_PREFIX +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large +cyanogenmod.app.Profile: cyanogenmod.profiles.LockSettings mScreenLockMode +wangdaye.com.geometricweather.R$attr: int imageAspectRatioAdjust +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: io.reactivex.ObservableSource first +james.adaptiveicon.R$style: int Animation_AppCompat_Dialog +wangdaye.com.geometricweather.R$styleable: int MaterialCardView_checkedIcon +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu +wangdaye.com.geometricweather.R$attr: int flow_horizontalAlign +wangdaye.com.geometricweather.R$attr: int isMaterialTheme +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_SHOW_BATTERY_PERCENT_VALIDATOR +androidx.constraintlayout.widget.R$layout: int abc_list_menu_item_checkbox +com.jaredrummler.android.colorpicker.R$style: int PreferenceThemeOverlay_v14 +wangdaye.com.geometricweather.R$attr: int collapseIcon +wangdaye.com.geometricweather.search.LoadableLocationList$Status: wangdaye.com.geometricweather.search.LoadableLocationList$Status valueOf(java.lang.String) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getSuggest() +wangdaye.com.geometricweather.db.entities.AlertEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) +androidx.preference.R$style: int TextAppearance_AppCompat_Display2 +wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework +com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String d() io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void onComplete() -android.didikee.donate.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar -wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.Object getKey(java.lang.Object) -com.bumptech.glide.load.engine.GlideException: com.bumptech.glide.load.Key key -io.reactivex.internal.subscribers.DeferredScalarSubscriber: long serialVersionUID -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_BottomSheetDialog -wangdaye.com.geometricweather.R$styleable: int Chip_chipBackgroundColor -okhttp3.internal.http.HttpHeaders: okio.ByteString TOKEN_DELIMITERS -com.turingtechnologies.materialscrollbar.Handle -androidx.appcompat.R$styleable: int AppCompatTheme_windowFixedWidthMinor -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Speed: AccuDailyResult$DailyForecasts$Day$Wind$Speed() -com.jaredrummler.android.colorpicker.R$id: int cpv_hex -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_corner_radius_material -androidx.constraintlayout.widget.R$styleable: int Layout_minWidth -okhttp3.internal.ws.WebSocketReader: void readHeader() -cyanogenmod.app.ILiveLockScreenManager: void enqueueLiveLockScreen(java.lang.String,int,cyanogenmod.app.LiveLockScreenInfo,int[],int) -android.didikee.donate.R$color: int abc_tint_spinner -com.jaredrummler.android.colorpicker.R$attr: int showTitle -androidx.constraintlayout.widget.R$styleable: int Transform_android_elevation -io.reactivex.internal.disposables.EmptyDisposable: void clear() -android.didikee.donate.R$color: int dim_foreground_disabled_material_dark -androidx.appcompat.R$drawable: int abc_btn_check_material_anim -com.google.android.material.R$id: int percent -androidx.constraintlayout.widget.R$style: int Platform_AppCompat_Light -androidx.hilt.R$id: int accessibility_custom_action_13 -wangdaye.com.geometricweather.R$attr: int actionModePasteDrawable -androidx.legacy.coreutils.R$style: int TextAppearance_Compat_Notification -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_counterOverflowTextAppearance -androidx.constraintlayout.widget.R$attr: int layout_constraintHorizontal_weight -okhttp3.OkHttpClient: okhttp3.ConnectionPool connectionPool() -androidx.appcompat.R$id: int message -cyanogenmod.weather.CMWeatherManager$LookupCityRequestListener: void onLookupCityRequestCompleted(int,java.util.List) -wangdaye.com.geometricweather.settings.dialogs.AdaptiveIconDialog -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color -androidx.hilt.lifecycle.R$attr: int alpha -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum Maximum -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarViewPager: android.graphics.Rect getWindowInsets() -wangdaye.com.geometricweather.R$id: int container_main_sun_moon_moonContainer -android.didikee.donate.R$drawable: int abc_textfield_default_mtrl_alpha -wangdaye.com.geometricweather.main.MainActivityViewModel$Status: wangdaye.com.geometricweather.main.MainActivityViewModel$Status IMPLICIT_INITIALIZING -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Medium_Inverse -androidx.preference.R$color: int abc_btn_colored_borderless_text_material -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property RainPrecipitationProbability -com.jaredrummler.android.colorpicker.R$attr: int negativeButtonText -wangdaye.com.geometricweather.R$dimen: int notification_right_side_padding_top -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: boolean isDisposed() -com.turingtechnologies.materialscrollbar.Indicator: void setText(int) -androidx.dynamicanimation.R$drawable: int notification_bg_low_normal -okhttp3.internal.http2.Settings: int getMaxHeaderListSize(int) -android.didikee.donate.R$styleable: int[] DrawerArrowToggle -com.github.rahatarmanahmed.cpv.CircularProgressView$6: void onAnimationUpdate(android.animation.ValueAnimator) -retrofit2.Invocation: Invocation(java.lang.reflect.Method,java.util.List) -com.bumptech.glide.load.resource.bitmap.DefaultImageHeaderParser$Reader$EndOfFileException -com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$Node findByObject(java.lang.Object) -wangdaye.com.geometricweather.R$dimen: int mtrl_transition_shared_axis_slide_distance -androidx.preference.R$anim: int btn_checkbox_to_unchecked_check_path_merged_animation -okhttp3.internal.http2.PushObserver: boolean onHeaders(int,java.util.List,boolean) -androidx.swiperefreshlayout.R$id: int notification_background -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_scaleY -androidx.preference.R$color: int abc_primary_text_disable_only_material_light -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Maximum -androidx.loader.R$id: int italic -wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status: wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status valueOf(java.lang.String) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilityRain: java.lang.Integer proba3H -wangdaye.com.geometricweather.R$dimen: int mtrl_tooltip_cornerSize -io.reactivex.internal.operators.observable.ObservableGroupBy$State: void onNext(java.lang.Object) -androidx.preference.R$style: int Preference_Category -wangdaye.com.geometricweather.R$drawable: int weather_clear_day_mini_dark -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView: DoubleHistogramView(android.content.Context,android.util.AttributeSet) -com.turingtechnologies.materialscrollbar.R$attr: int popupTheme -com.google.android.material.R$styleable: int Layout_layout_constraintCircle -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_chip_pressed_translation_z -com.turingtechnologies.materialscrollbar.R$color: int abc_tint_edittext -wangdaye.com.geometricweather.R$styleable: int[] ClockFaceView -cyanogenmod.externalviews.ExternalViewProviderService: boolean DEBUG -android.didikee.donate.R$drawable: int abc_cab_background_internal_bg +com.google.android.gms.signin.internal.zak +com.xw.repo.bubbleseekbar.R$attr: int contentInsetLeft +androidx.transition.R$styleable: int GradientColor_android_endColor +cyanogenmod.externalviews.ExternalViewProviderService$Provider: ExternalViewProviderService$Provider(cyanogenmod.externalviews.ExternalViewProviderService,android.os.Bundle) +com.xw.repo.bubbleseekbar.R$color: int accent_material_light +cyanogenmod.app.suggest.ApplicationSuggestion: android.net.Uri getDownloadUri() +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: android.os.IBinder asBinder() +androidx.preference.R$styleable: int AppCompatTheme_colorError +com.google.android.material.R$dimen: int mtrl_calendar_month_vertical_padding +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_DarkActionBar +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight_Dialog_Alert +cyanogenmod.providers.CMSettings$Secure$1: CMSettings$Secure$1() +androidx.appcompat.R$styleable: int SwitchCompat_trackTintMode +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_48 +com.google.android.material.R$id: int mtrl_picker_header_selection_text +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Button +androidx.constraintlayout.widget.Barrier: void setMargin(int) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle +retrofit2.Platform$Android$MainThreadExecutor +okio.BufferedSink: java.io.OutputStream outputStream() +androidx.constraintlayout.widget.R$attr: int textAppearanceListItem +wangdaye.com.geometricweather.R$drawable: int ic_mold +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_showText +androidx.lifecycle.LiveData$1: void run() +wangdaye.com.geometricweather.R$styleable: int Fragment_android_tag +com.github.rahatarmanahmed.cpv.CircularProgressView$3: void onAnimationUpdate(android.animation.ValueAnimator) +androidx.drawerlayout.R$color: int ripple_material_light +wangdaye.com.geometricweather.R$id: int labelGroup +com.turingtechnologies.materialscrollbar.R$drawable: int notification_icon_background +wangdaye.com.geometricweather.R$attr: int disableDependentsState +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle +androidx.cardview.widget.CardView: int getContentPaddingLeft() +androidx.coordinatorlayout.R$dimen: int notification_large_icon_height +androidx.core.R$dimen: int notification_media_narrow_margin +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken END_DOCUMENT +com.google.android.material.slider.RangeSlider: float getValueFrom() +cyanogenmod.themes.IThemeService$Stub$Proxy: int getProgress() +androidx.legacy.coreutils.R$id: int italic +james.adaptiveicon.R$attr: int listItemLayout +wangdaye.com.geometricweather.R$styleable: int MaterialButton_android_insetRight +com.xw.repo.bubbleseekbar.R$id: int info +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowFixedWidthMinor +com.xw.repo.bubbleseekbar.R$attr: int bsb_second_track_size +com.google.android.material.R$layout: int abc_alert_dialog_button_bar_material +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_large_material +wangdaye.com.geometricweather.R$style: int Widget_Design_CollapsingToolbar +wangdaye.com.geometricweather.db.entities.AlertEntity: java.util.Date getDate() +androidx.appcompat.R$drawable: int abc_list_divider_material +wangdaye.com.geometricweather.R$style: int Base_MaterialAlertDialog_MaterialComponents_Title_Icon +com.google.android.material.R$style: int Widget_AppCompat_SeekBar +com.google.android.material.floatingactionbutton.FloatingActionButton: void setScaleX(float) +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: boolean cancelled +wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: AbsTrendItemView(android.content.Context) +wangdaye.com.geometricweather.R$id: int widget_clock_day_time +androidx.lifecycle.extensions.R$drawable: int notification_icon_background +com.bumptech.glide.Registry$NoResultEncoderAvailableException: Registry$NoResultEncoderAvailableException(java.lang.Class) +androidx.lifecycle.MediatorLiveData: MediatorLiveData() +james.adaptiveicon.R$attr: int titleTextColor +com.turingtechnologies.materialscrollbar.R$attr: int displayOptions +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xdt +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemTextAppearance +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionBar_Solid +androidx.vectordrawable.animated.R$drawable: int notification_bg_normal_pressed +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void drain() +io.reactivex.Observable: io.reactivex.Observable merge(io.reactivex.ObservableSource) +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: boolean delayError +wangdaye.com.geometricweather.R$string: int mtrl_picker_text_input_date_range_start_hint +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: io.reactivex.FlowableEmitter serialize() +wangdaye.com.geometricweather.R$attr: int homeAsUpIndicator +android.didikee.donate.R$drawable: int abc_textfield_search_activated_mtrl_alpha +wangdaye.com.geometricweather.R$attr: int thickness +androidx.constraintlayout.helper.widget.Flow: void setOrientation(int) +james.adaptiveicon.R$styleable: int FontFamilyFont_android_fontWeight +wangdaye.com.geometricweather.background.receiver.widget.AbstractWidgetProvider +androidx.preference.R$attr: int actionModeCopyDrawable +wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_switchTextOn +com.jaredrummler.android.colorpicker.R$styleable: int Preference_isPreferenceVisible +wangdaye.com.geometricweather.R$styleable: int FragmentContainerView_android_tag +androidx.viewpager.R$id: int title +com.turingtechnologies.materialscrollbar.R$id: int list_item +wangdaye.com.geometricweather.R$attr: int itemBackground +james.adaptiveicon.R$styleable: int MenuItem_actionLayout +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceListItem +com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_type +wangdaye.com.geometricweather.R$styleable: int MaterialButton_backgroundTint +android.didikee.donate.R$styleable: int SearchView_searchHintIcon +io.reactivex.Observable: io.reactivex.Observable withLatestFrom(io.reactivex.ObservableSource[],io.reactivex.functions.Function) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String so2Desc +com.turingtechnologies.materialscrollbar.R$style: int Platform_ThemeOverlay_AppCompat_Dark +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge +wangdaye.com.geometricweather.R$styleable: int OnSwipe_maxAcceleration +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float ice +org.greenrobot.greendao.identityscope.IdentityScopeType: org.greenrobot.greendao.identityscope.IdentityScopeType[] values() +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_23 +okhttp3.internal.http2.PushObserver$1: boolean onData(int,okio.BufferedSource,int,boolean) +androidx.transition.R$dimen: int notification_small_icon_size_as_large +wangdaye.com.geometricweather.R$styleable: int[] AppBarLayout +androidx.appcompat.widget.SwitchCompat: void setTextOn(java.lang.CharSequence) +com.xw.repo.bubbleseekbar.R$id: int none +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_contentInsetRight +androidx.viewpager.R$color +androidx.activity.R$styleable: int FontFamily_fontProviderPackage +com.jaredrummler.android.colorpicker.R$attr: int defaultQueryHint +com.google.android.material.R$color: int abc_primary_text_disable_only_material_dark +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query +cyanogenmod.profiles.RingModeSettings: void setValue(java.lang.String) +cyanogenmod.themes.IThemeService: void rebuildResourceCache() +wangdaye.com.geometricweather.R$string: int mtrl_picker_save +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float so2 +com.google.android.material.radiobutton.MaterialRadioButton: MaterialRadioButton(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialog_backgroundInsetBottom +com.bumptech.glide.integration.okhttp.R$id: int italic +androidx.coordinatorlayout.R$style +com.google.android.material.R$styleable: int FontFamilyFont_android_ttcIndex +okio.Buffer: okio.BufferedSink writeString(java.lang.String,java.nio.charset.Charset) +com.google.android.material.R$id: int shortcut +wangdaye.com.geometricweather.R$attr: int behavior_autoShrink +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_toTopOf +james.adaptiveicon.R$styleable: int SwitchCompat_thumbTint +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NAVIGATION_BAR_MENU_ARROW_KEYS_VALIDATOR +androidx.customview.R$id: int action_image +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_registerThermalListener +com.turingtechnologies.materialscrollbar.R$attr: int fontWeight +com.google.android.material.R$color: int background_material_dark +com.google.android.material.R$dimen: int mtrl_btn_pressed_z +okhttp3.internal.cache.CacheInterceptor$1: void close() +com.google.android.material.R$styleable: int[] ShapeableImageView +wangdaye.com.geometricweather.R$drawable: int notif_temp_45 +androidx.preference.R$color: int abc_tint_edittext +androidx.constraintlayout.utils.widget.ImageFilterButton: ImageFilterButton(android.content.Context) +com.google.gson.JsonParseException +com.jaredrummler.android.colorpicker.R$attr: int homeLayout +androidx.preference.R$dimen +androidx.appcompat.widget.SwitchCompat: void setTrackResource(int) +androidx.swiperefreshlayout.R$dimen: int compat_button_padding_horizontal_material +androidx.constraintlayout.widget.R$styleable: int MotionLayout_motionDebug +androidx.fragment.R$id: int accessibility_custom_action_26 +cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status IN_PROGRESS +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation: MfCurrentResult$Observation() +com.google.android.material.bottomappbar.BottomAppBar: androidx.appcompat.widget.ActionMenuView getActionMenuView() +androidx.constraintlayout.widget.R$attr: int motion_triggerOnCollision +com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleEnabled(boolean) +wangdaye.com.geometricweather.R$drawable: int clock_hour_light +androidx.lifecycle.extensions.R$styleable: int ColorStateListItem_android_alpha +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX() +androidx.constraintlayout.widget.R$id: int tag_transition_group +okhttp3.internal.http2.Http2Connection$ReaderRunnable$3 +androidx.lifecycle.LiveData$ObserverWrapper: LiveData$ObserverWrapper(androidx.lifecycle.LiveData,androidx.lifecycle.Observer) +wangdaye.com.geometricweather.R$dimen: int abc_text_size_menu_material +androidx.activity.R$id: int accessibility_custom_action_22 +okhttp3.internal.http2.PushObserver: okhttp3.internal.http2.PushObserver CANCEL +androidx.preference.R$attr: int dialogPreferredPadding +androidx.appcompat.widget.ViewStubCompat: android.view.LayoutInflater getLayoutInflater() +com.bumptech.glide.integration.okhttp.R$styleable: int ColorStateListItem_alpha +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void onNext(java.lang.Object) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Metric +androidx.fragment.app.FragmentContainerView: FragmentContainerView(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$styleable: int MenuView_preserveIconSpacing +com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_horizontalDivider +wangdaye.com.geometricweather.R$string: int aqi_6 +wangdaye.com.geometricweather.R$bool: int enable_system_job_service_default +james.adaptiveicon.R$attr: int expandActivityOverflowButtonDrawable +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: int getDesiredWidth() +androidx.appcompat.R$attr: int windowMinWidthMajor +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_headline_material +cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_isSubActive +com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter: void onModeChanged(boolean) +io.reactivex.internal.util.ExceptionHelper$Termination: java.lang.Throwable fillInStackTrace() +com.google.android.material.R$drawable: int abc_ic_star_black_48dp +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: int count +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: org.reactivestreams.Subscriber downstream +wangdaye.com.geometricweather.R$styleable: int[] MockView +com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat_ActionBar +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored +io.reactivex.internal.util.NotificationLite$DisposableNotification: NotificationLite$DisposableNotification(io.reactivex.disposables.Disposable) +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: int INTERRUPTING +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: long serialVersionUID +james.adaptiveicon.R$attr: int queryHint +com.google.android.material.R$attr: int endIconContentDescription +wangdaye.com.geometricweather.R$styleable: int MenuItem_actionViewClass +com.google.android.material.R$style: int Test_Widget_MaterialComponents_MaterialCalendar +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_recyclerView +retrofit2.RequestFactory: okhttp3.MediaType contentType +androidx.appcompat.R$string: R$string() +androidx.viewpager2.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable +wangdaye.com.geometricweather.R$attr: int layout +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: boolean isDisposed() +com.google.android.material.R$style: int Widget_MaterialComponents_CompoundButton_CheckBox +com.jaredrummler.android.colorpicker.R$attr: int listMenuViewStyle +android.didikee.donate.R$dimen: int notification_top_pad +wangdaye.com.geometricweather.R$dimen: int hint_pressed_alpha_material_light +com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setIconTintList(android.content.res.ColorStateList) +androidx.core.R$layout: int notification_action +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: java.lang.String getBrandId() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum: double Value +com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_maxActionInlineWidth +wangdaye.com.geometricweather.R$styleable: int MenuView_android_itemTextAppearance +com.google.android.material.R$style: int Widget_AppCompat_TextView_SpinnerItem +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.constraintlayout.widget.R$styleable: int Toolbar_maxButtonHeight +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_goneMarginRight +okhttp3.internal.cache.DiskLruCache$2: void onException(java.io.IOException) +androidx.loader.R$dimen: int compat_button_inset_horizontal_material +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric: double Value +com.turingtechnologies.materialscrollbar.R$drawable: int abc_scrubber_control_off_mtrl_alpha +androidx.appcompat.widget.Toolbar: void setTitleMarginEnd(int) +cyanogenmod.externalviews.IExternalViewProvider: void onPause() +cyanogenmod.profiles.BrightnessSettings$1 +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_27 +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large +android.didikee.donate.R$style: int Base_Theme_AppCompat_Light_Dialog +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: ObservableWindow$WindowSkipObserver(io.reactivex.Observer,long,long,int) +androidx.constraintlayout.widget.R$styleable: int Toolbar_titleTextAppearance +androidx.activity.R$id: int accessibility_custom_action_10 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX() +androidx.preference.R$attr: int fontVariationSettings +okhttp3.internal.cache.CacheInterceptor$1: okhttp3.internal.cache.CacheRequest val$cacheRequest +com.jaredrummler.android.colorpicker.R$id: int up +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.MinutelyEntity) +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_cardForegroundColor +io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: void setResource(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: boolean hasPermissions(android.content.Context) +cyanogenmod.themes.IThemeService: void removeUpdates(cyanogenmod.themes.IThemeChangeListener) +james.adaptiveicon.R$style: int Base_V21_Theme_AppCompat_Light_Dialog +androidx.appcompat.R$color: int secondary_text_disabled_material_light +com.jaredrummler.android.colorpicker.R$attr: int splitTrack +com.google.android.material.R$styleable: int StateListDrawable_android_constantSize +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver(io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver) +wangdaye.com.geometricweather.main.dialogs.BackgroundLocationDialog +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_rotationY +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Metric +com.google.android.material.R$styleable: int Constraint_constraint_referenced_ids +wangdaye.com.geometricweather.R$styleable: int[] MaterialScrollBar +androidx.appcompat.R$attr: int windowFixedHeightMinor +androidx.core.app.JobIntentService: JobIntentService() +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.LocationEntityDao getLocationEntityDao() +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_textColor +com.google.android.material.R$dimen: int abc_dialog_fixed_height_minor +com.google.android.gms.base.R$drawable: int common_google_signin_btn_text_dark_normal +android.didikee.donate.R$style: int Widget_AppCompat_ActionButton_Overflow +com.google.gson.stream.JsonWriter +androidx.preference.R$drawable: int abc_textfield_search_default_mtrl_alpha +androidx.coordinatorlayout.R$id: int accessibility_custom_action_25 +cyanogenmod.weather.WeatherInfo$DayForecast$Builder: double mHigh +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamily_fontProviderAuthority +com.google.android.material.R$dimen: int mtrl_card_corner_radius +cyanogenmod.app.ThemeVersion$ComponentVersion: java.lang.String getName() +okhttp3.internal.http2.Http2Connection$Listener: void onSettings(okhttp3.internal.http2.Http2Connection) +androidx.activity.R$styleable: int GradientColor_android_endColor +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit getInstance(java.lang.String) +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps: java.util.List timelapsItems +com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_title_divider_material +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_android_textAppearance +androidx.appcompat.R$styleable: int Toolbar_title +androidx.appcompat.widget.MenuPopupWindow$MenuDropDownListView: void setSelector(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.R$attr: int max +wangdaye.com.geometricweather.remoteviews.config.HourlyTrendWidgetConfigActivity +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property IcePrecipitationProbability +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: java.util.List getValue() +okhttp3.MediaType: java.lang.String mediaType +retrofit2.ParameterHandler$1: retrofit2.ParameterHandler this$0 +com.bumptech.glide.Priority: com.bumptech.glide.Priority IMMEDIATE +androidx.viewpager.R$integer: int status_bar_notification_info_maxnum +com.jaredrummler.android.colorpicker.R$layout +androidx.constraintlayout.widget.R$drawable: int abc_ic_commit_search_api_mtrl_alpha +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void dispose() +cyanogenmod.app.CMContextConstants$Features: java.lang.String STATUSBAR +androidx.transition.R$dimen +okio.HashingSink +okio.Buffer: long readAll(okio.Sink) +okhttp3.internal.platform.JdkWithJettyBootPlatform$JettyNegoProvider: java.lang.String selected +androidx.appcompat.R$anim: int abc_tooltip_exit +androidx.viewpager2.R$styleable: int FontFamilyFont_fontWeight +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_COLOR_AUTO +androidx.appcompat.R$styleable: int AppCompatTheme_actionBarSize +androidx.core.R$dimen: int compat_notification_large_icon_max_height +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_AES_256_CBC_SHA +okhttp3.internal.http2.Http2Codec: java.lang.String TE +androidx.viewpager.R$style: int Widget_Compat_NotificationActionContainer +cyanogenmod.providers.CMSettings$System: java.lang.String BACK_WAKE_SCREEN +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Ice +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX getBrandInfo() +wangdaye.com.geometricweather.R$id: int activity_widget_config_custom_scrollView +com.google.android.material.circularreveal.cardview.CircularRevealCardView: com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo getRevealInfo() +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Dialog -retrofit2.ParameterHandler$1: void apply(retrofit2.RequestBuilder,java.lang.Object) -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: java.lang.String getLtoDestination() -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_saveFlags -androidx.appcompat.R$attr: int imageButtonStyle -wangdaye.com.geometricweather.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item -com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawable_android_visible -cyanogenmod.externalviews.KeyguardExternalView$2 -wangdaye.com.geometricweather.R$id: int item_about_translator_subtitle -android.support.v4.app.INotificationSideChannel$Stub: int TRANSACTION_cancelAll -androidx.appcompat.widget.DialogTitle: DialogTitle(android.content.Context,android.util.AttributeSet) -okhttp3.internal.cache.DiskLruCache: void delete() -wangdaye.com.geometricweather.R$string: int key_forecast_today_time -com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.reflect.Type getOwnerType() -androidx.lifecycle.MediatorLiveData: void onInactive() -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$TotalLiquid: java.lang.String Unit -cyanogenmod.app.Profile$1: java.lang.Object createFromParcel(android.os.Parcel) -com.google.android.material.R$attr: int pathMotionArc -cyanogenmod.weatherservice.ServiceRequestResult: int describeContents() -com.xw.repo.bubbleseekbar.R$dimen: int highlight_alpha_material_colored -androidx.transition.R$drawable: int notification_bg_normal -androidx.appcompat.R$attr: int title -com.google.android.material.R$styleable: int MaterialShape_shapeAppearanceOverlay -com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_cursor_material -androidx.preference.R$layout: int abc_tooltip -androidx.constraintlayout.widget.R$styleable: int[] OnClick -com.google.android.material.floatingactionbutton.FloatingActionButton: void setSize(int) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_marginTop -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemMaxLines -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Button -com.google.android.material.chip.Chip: void setCloseIconHovered(boolean) -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_padding_top_material -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableTopCompat -androidx.appcompat.resources.R$styleable: int[] AnimatedStateListDrawableItem -androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableItem_android_id -androidx.hilt.lifecycle.R$styleable: int[] Fragment -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintVertical_weight -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void collect(java.util.Collection) -com.google.android.material.R$id: int selected -com.xw.repo.bubbleseekbar.R$integer: R$integer() -android.didikee.donate.R$drawable: int notification_bg_low -androidx.constraintlayout.widget.R$styleable: int Layout_layout_editor_absoluteX -okio.GzipSource: int section -androidx.hilt.lifecycle.R$integer: R$integer() -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: java.util.concurrent.TimeUnit unit -com.google.android.material.R$styleable: int DrawerArrowToggle_thickness -android.didikee.donate.R$attr: int toolbarStyle -com.google.android.material.R$string: int fab_transformation_sheet_behavior -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_blackContainer -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionButtonStyle -androidx.appcompat.R$styleable: int AppCompatTextHelper_android_textAppearance -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_switchStyle -androidx.viewpager2.R$styleable: int GradientColor_android_centerX -com.turingtechnologies.materialscrollbar.R$drawable: int abc_menu_hardkey_panel_mtrl_mult -com.google.android.material.R$styleable: int ImageFilterView_roundPercent -androidx.drawerlayout.R$styleable: int GradientColor_android_tileMode -wangdaye.com.geometricweather.R$dimen: int design_tab_scrollable_min_width -io.reactivex.Observable: io.reactivex.Completable concatMapCompletableDelayError(io.reactivex.functions.Function,boolean,int) -androidx.preference.R$styleable: int SwitchPreference_switchTextOff -io.reactivex.subjects.PublishSubject$PublishDisposable: void dispose() -com.google.android.material.R$style: int Widget_AppCompat_Light_ActionButton -androidx.lifecycle.ClassesInfoCache$MethodReference: int mCallType -wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_text_dark_normal_background -com.google.android.material.R$styleable: int TextAppearance_android_shadowRadius -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial -com.turingtechnologies.materialscrollbar.R$color: int mtrl_chip_background_color -okhttp3.internal.http2.Http2Stream: Http2Stream(int,okhttp3.internal.http2.Http2Connection,boolean,boolean,okhttp3.Headers) -retrofit2.converter.gson.GsonRequestBodyConverter: com.google.gson.Gson gson -okhttp3.CertificatePinner$Pin: int hashCode() -com.xw.repo.bubbleseekbar.R$styleable: int ColorStateListItem_android_alpha -cyanogenmod.profiles.BrightnessSettings: void setValue(int) -com.google.gson.FieldNamingPolicy$2: FieldNamingPolicy$2(java.lang.String,int) -com.google.android.material.R$style: int Widget_Compat_NotificationActionText -wangdaye.com.geometricweather.R$id: int firstVisible -androidx.vectordrawable.animated.R$style -android.didikee.donate.R$attr: int listItemLayout -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title -com.bumptech.glide.Registry$NoResultEncoderAvailableException -com.jaredrummler.android.colorpicker.R$attr: int actionModeCloseDrawable -androidx.lifecycle.reactivestreams.R -androidx.appcompat.R$string: int abc_shareactionprovider_share_with_application -cyanogenmod.app.ICMStatusBarManager$Stub -com.google.android.material.R$id: int zero_corner_chip -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ListPopupWindow -cyanogenmod.externalviews.IExternalViewProviderFactory -wangdaye.com.geometricweather.R$attr: int textLocale -androidx.preference.R$dimen: int hint_pressed_alpha_material_light -android.didikee.donate.R$styleable: int AppCompatTheme_windowMinWidthMajor -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$LocalSource: java.lang.String Name -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: org.reactivestreams.Subscription upstream +androidx.preference.R$attr: int tickMarkTint +okio.Buffer: long read(okio.Buffer,long) +wangdaye.com.geometricweather.common.basic.models.weather.Temperature +retrofit2.CallAdapter +com.google.android.material.R$style: int TextAppearance_AppCompat_Subhead_Inverse +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void drainLoop() +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_31 +com.google.android.material.imageview.ShapeableImageView: void setShapeAppearanceModel(com.google.android.material.shape.ShapeAppearanceModel) +james.adaptiveicon.R$drawable: int abc_textfield_default_mtrl_alpha +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner +androidx.appcompat.R$dimen: int notification_large_icon_width +okhttp3.Response: okhttp3.Response networkResponse +com.turingtechnologies.materialscrollbar.R$attr: int hoveredFocusedTranslationZ +android.didikee.donate.R$attr: int layout +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Direction: java.lang.String English +com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_icon_padding +androidx.hilt.R$dimen: int notification_action_icon_size +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_drawableBottom +com.google.android.gms.base.R$drawable +com.jaredrummler.android.colorpicker.R$id +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_waveDecay +androidx.preference.R$string: int abc_menu_space_shortcut_label +androidx.preference.R$attr: int paddingTopNoTitle +wangdaye.com.geometricweather.R$style: int my_switch +com.google.android.material.R$style: int Base_Theme_MaterialComponents +androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_layout_behavior +androidx.appcompat.view.menu.ActionMenuItemView: androidx.appcompat.view.menu.MenuItemImpl getItemData() +com.google.android.material.textfield.TextInputLayout: com.google.android.material.textfield.EndIconDelegate getEndIconDelegate() +com.turingtechnologies.materialscrollbar.R$attr: int buttonPanelSideLayout +androidx.work.R$drawable +okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder supportsTlsExtensions(boolean) +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver +androidx.fragment.R$styleable: int Fragment_android_tag +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_Button_Colored +io.reactivex.internal.disposables.EmptyDisposable: io.reactivex.internal.disposables.EmptyDisposable[] values() +cyanogenmod.app.ProfileManager: android.app.NotificationGroup getNotificationGroupForPackage(java.lang.String) +io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: boolean isDisposed() +wangdaye.com.geometricweather.R$string: int mtrl_picker_range_header_unselected +androidx.constraintlayout.widget.R$drawable: int abc_seekbar_thumb_material +androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: io.reactivex.functions.BiFunction combiner +wangdaye.com.geometricweather.settings.dialogs.WechatDonateDialog: WechatDonateDialog() +androidx.constraintlayout.widget.Guideline: Guideline(android.content.Context) +androidx.constraintlayout.widget.R$style: int Animation_AppCompat_Tooltip +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay CARD_SUNRISE_SUNSET +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_selectableItemBackground +wangdaye.com.geometricweather.R$styleable: int[] ColorPanelView +com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String h +com.jaredrummler.android.colorpicker.R$dimen: int abc_button_inset_horizontal_material +okhttp3.internal.platform.JdkWithJettyBootPlatform$JettyNegoProvider: java.lang.Object invoke(java.lang.Object,java.lang.reflect.Method,java.lang.Object[]) +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Snackbar +android.didikee.donate.R$layout: int abc_expanded_menu_layout +androidx.activity.R$layout +com.google.android.material.R$styleable: int DrawerArrowToggle_barLength +com.google.android.material.R$string: int appbar_scrolling_view_behavior +androidx.appcompat.R$styleable: int[] LinearLayoutCompat +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_lastHorizontalStyle +com.google.android.material.R$styleable: int Layout_layout_constraintVertical_bias +com.google.android.material.R$id: int accessibility_action_clickable_span +androidx.constraintlayout.utils.widget.ImageFilterButton: void setBrightness(float) +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void innerNext(io.reactivex.internal.observers.InnerQueuedObserver,java.lang.Object) +android.didikee.donate.R$styleable: int MenuItem_numericModifiers +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Medium_Inverse +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: java.lang.Throwable error +androidx.viewpager2.R$layout: int notification_template_part_chronometer +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceListItemSmall +androidx.appcompat.R$dimen: int notification_main_column_padding_top +com.google.android.material.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog +androidx.constraintlayout.widget.R$drawable: int abc_scrubber_primary_mtrl_alpha +androidx.preference.R$styleable: int[] ButtonBarLayout +retrofit2.http.HeaderMap +com.google.android.material.R$dimen: int abc_config_prefDialogWidth +com.google.android.material.R$style: int Widget_AppCompat_Spinner_Underlined +com.google.android.material.R$styleable: int ConstraintLayout_Layout_barrierDirection +com.google.android.material.navigation.NavigationView: void setOverScrollMode(int) +okhttp3.internal.ws.WebSocketProtocol: int CLOSE_CLIENT_GOING_AWAY +androidx.dynamicanimation.R$id: int tag_unhandled_key_listeners +cyanogenmod.app.IProfileManager: cyanogenmod.app.Profile getProfileByName(java.lang.String) +androidx.hilt.work.R$id: int accessibility_custom_action_31 +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_PopupMenu +wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Imperial: java.lang.String Unit +com.jaredrummler.android.colorpicker.R$anim: int abc_fade_in +com.google.android.material.R$dimen: int mtrl_snackbar_background_overlay_color_alpha +com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: int hashCode() +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary +com.turingtechnologies.materialscrollbar.R$integer: int bottom_sheet_slide_duration +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: int getNumGammaControls() +com.turingtechnologies.materialscrollbar.R$drawable: int abc_switch_track_mtrl_alpha +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_cancelLiveLockScreen +com.google.android.material.R$styleable: int KeyCycle_transitionPathRotate +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_registerCallback +wangdaye.com.geometricweather.R$id: int dragLeft +androidx.lifecycle.ComputableLiveData$1 +wangdaye.com.geometricweather.R$layout: int abc_action_bar_title_item +com.jaredrummler.android.colorpicker.R$attr: R$attr() +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleGravity com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_Dark_ActionBar -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: java.lang.String getValue() -james.adaptiveicon.R$styleable: int AppCompatTheme_windowFixedWidthMinor -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void clear() -com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_elevation -wangdaye.com.geometricweather.R$id: int scale -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_alpha -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_weather_3 -androidx.preference.Preference$BaseSavedState: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$styleable: int MaterialCardView_shapeAppearance -androidx.work.R$dimen: int notification_media_narrow_margin -androidx.appcompat.R$id: int accessibility_custom_action_24 -com.google.gson.internal.LazilyParsedNumber: float floatValue() -androidx.constraintlayout.widget.R$attr: int closeItemLayout -com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_anim_steps -wangdaye.com.geometricweather.R$string: int status_bar_notification_info_overflow -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: org.reactivestreams.Subscriber mSubscriber -com.google.android.material.R$color: int notification_icon_bg_color -wangdaye.com.geometricweather.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_0 -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintGuide_end -android.didikee.donate.R$styleable: int AppCompatTheme_dropDownListViewStyle -wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: void setOnClickListener(android.view.View$OnClickListener) -com.turingtechnologies.materialscrollbar.R$id: int mini -android.didikee.donate.R$color: int ripple_material_dark -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowActionBar -wangdaye.com.geometricweather.R$attr: int flow_horizontalAlign -com.amap.api.fence.GeoFence: com.amap.api.location.AMapLocation getCurrentLocation() -com.google.android.gms.common.internal.zau -com.google.android.material.R$drawable: int notification_bg_normal -wangdaye.com.geometricweather.R$styleable: int PropertySet_visibilityMode -okhttp3.internal.connection.RouteSelector: void resetNextProxy(okhttp3.HttpUrl,java.net.Proxy) -androidx.vectordrawable.animated.R$id: int blocking -com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl -androidx.constraintlayout.widget.R$styleable: int ActionBar_contentInsetLeft -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_27 -android.didikee.donate.R$id: int action_menu_presenter -com.google.android.material.R$styleable: int KeyTimeCycle_android_translationY -androidx.viewpager2.R$id: int accessibility_custom_action_20 -androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_DayNight_ActionBar -com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_switch_to_on_mtrl_00012 -com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.reflect.Type[] typeArguments -io.reactivex.internal.operators.observable.ObserverResourceWrapper: void onError(java.lang.Throwable) -cyanogenmod.app.CMContextConstants$Features: java.lang.String PROFILES -wangdaye.com.geometricweather.R$id: int item_card_display_sortButton -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_bottomappbar_fab_cradle_rounded_corner_radius -wangdaye.com.geometricweather.R$drawable: int selectable_item_background -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: io.reactivex.Scheduler scheduler -io.reactivex.exceptions.CompositeException: java.lang.Throwable getRootCause(java.lang.Throwable) -androidx.work.impl.utils.futures.AbstractFuture: java.lang.Object value -wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Title_Icon -androidx.drawerlayout.R$attr: int fontProviderAuthority -james.adaptiveicon.R$style: int Widget_AppCompat_ActivityChooserView -androidx.constraintlayout.widget.R$attr: int layout_editor_absoluteX -wangdaye.com.geometricweather.R$styleable: int ActionMode_titleTextStyle -com.google.android.material.R$styleable: int[] PopupWindow -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup -com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_start_angle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Imperial: AccuCurrentResult$Past24HourTemperatureDeparture$Imperial() -retrofit2.Retrofit: retrofit2.CallAdapter callAdapter(java.lang.reflect.Type,java.lang.annotation.Annotation[]) -android.didikee.donate.R$styleable: int AppCompatTheme_actionModeCutDrawable -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_Chip -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Imperial: java.lang.String Unit -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub: cyanogenmod.weatherservice.IWeatherProviderServiceClient asInterface(android.os.IBinder) -androidx.swiperefreshlayout.R$styleable: int GradientColor_android_endY -cyanogenmod.app.suggest.IAppSuggestProvider: java.util.List getSuggestions(android.content.Intent) -androidx.drawerlayout.R$styleable: int[] FontFamily -wangdaye.com.geometricweather.R$string: int content_des_add_current_location -james.adaptiveicon.R$attr: int splitTrack -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setAppOverlay(java.lang.String,java.lang.String) -wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.String description -com.google.android.material.snackbar.Snackbar$SnackbarLayout: void setBackground(android.graphics.drawable.Drawable) -androidx.preference.R$style: int PreferenceFragment_Material -android.didikee.donate.R$styleable: int AppCompatImageView_srcCompat -wangdaye.com.geometricweather.R$drawable: int shortcuts_thunderstorm_foreground -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryInnerObserver BOUNDARY_DISPOSED -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Spinner -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_fab_elevation -wangdaye.com.geometricweather.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable -androidx.preference.R$attr: int textAppearanceLargePopupMenu -com.amap.api.fence.GeoFence: boolean equals(java.lang.Object) -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Dialog_MinWidth -retrofit2.ParameterHandler$Headers: java.lang.reflect.Method method -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DialogWhenLarge -android.didikee.donate.R$style: int Widget_AppCompat_Spinner_Underlined -okhttp3.Credentials: java.lang.String basic(java.lang.String,java.lang.String,java.nio.charset.Charset) -james.adaptiveicon.R$styleable: int Toolbar_titleMarginStart -wangdaye.com.geometricweather.R$id: int widget_clock_day_wind -wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit PERCENT -android.didikee.donate.R$drawable: int abc_seekbar_track_material -com.google.android.material.R$dimen: int mtrl_calendar_landscape_header_width -okhttp3.Address: okhttp3.Authenticator proxyAuthenticator -com.google.android.material.R$id: int accessibility_custom_action_25 -androidx.constraintlayout.widget.R$anim: R$anim() -androidx.coordinatorlayout.R$id: int tag_unhandled_key_event_manager -com.google.android.material.R$id: int masked -com.google.android.material.R$id: int postLayout -com.bumptech.glide.integration.okhttp.R$id: int icon_group -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowFixedWidthMinor -okio.SegmentedByteString: java.lang.String base64Url() -retrofit2.Utils: int indexOf(java.lang.Object[],java.lang.Object) -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void dispose() -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: ILiveLockScreenManagerProvider$Stub() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getCo() -com.jaredrummler.android.colorpicker.R$dimen: int cpv_item_size -androidx.constraintlayout.widget.R$attr: int listMenuViewStyle -androidx.preference.R$styleable: int MenuItem_android_menuCategory -androidx.viewpager2.R$styleable: int GradientColor_android_type -cyanogenmod.externalviews.KeyguardExternalView$2: void onAttachedToWindow() -com.google.android.material.textfield.TextInputLayout: void setErrorIconOnLongClickListener(android.view.View$OnLongClickListener) -androidx.preference.EditTextPreference: EditTextPreference(android.content.Context,android.util.AttributeSet) -androidx.constraintlayout.widget.R$attr: int panelMenuListTheme -okhttp3.internal.connection.ConnectionSpecSelector: java.util.List connectionSpecs -wangdaye.com.geometricweather.R$color: int colorTextContent_light -androidx.drawerlayout.R$dimen: int notification_action_text_size -com.jaredrummler.android.colorpicker.R$attr: int tickMarkTint -com.amap.api.fence.DistrictItem$1 -cyanogenmod.hardware.CMHardwareManager: boolean unRegisterThermalListener(cyanogenmod.hardware.ThermalListenerCallback) -androidx.vectordrawable.R$styleable: int[] GradientColorItem -com.bumptech.glide.integration.okhttp.R$styleable: int[] FontFamily -okhttp3.Handshake: okhttp3.CipherSuite cipherSuite -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void drain() -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light_Dialog_Alert -com.turingtechnologies.materialscrollbar.R$attr: int subtitleTextStyle -com.jaredrummler.android.colorpicker.R$attr: int reverseLayout -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void pushPromise(int,int,java.util.List) -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_4 -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintGuide_begin -cyanogenmod.weather.ICMWeatherManager: void updateWeather(cyanogenmod.weather.RequestInfo) -com.turingtechnologies.materialscrollbar.R$styleable: int CardView_contentPaddingBottom -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_activityChooserViewStyle -androidx.appcompat.R$dimen: int notification_action_text_size -androidx.dynamicanimation.R$dimen: int compat_button_padding_vertical_material -androidx.appcompat.R$drawable: int abc_btn_check_to_on_mtrl_015 -cyanogenmod.providers.CMSettings$System: java.lang.String KEY_HOME_DOUBLE_TAP_ACTION -wangdaye.com.geometricweather.R$id: int dialog_minimal_icon_container -com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_android_orientation -com.jaredrummler.android.colorpicker.R$styleable: int ActionMode_closeItemLayout -com.google.android.material.R$attr: int circleRadius -okhttp3.internal.http2.Hpack$Writer: void setHeaderTableSizeSetting(int) -okhttp3.internal.publicsuffix.PublicSuffixDatabase: byte[] WILDCARD_LABEL -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHeight_min -androidx.preference.R$id: int textSpacerNoButtons -androidx.preference.R$style: int Base_Widget_AppCompat_RatingBar_Small -com.google.android.material.R$style: int TextAppearance_Design_Snackbar_Message -retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$2: KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$2(retrofit2.Call) -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ButtonBar -androidx.constraintlayout.widget.R$id: int up -okhttp3.internal.http2.Http2Connection: int nextStreamId -wangdaye.com.geometricweather.R$drawable: int shortcuts_snow_foreground -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: io.reactivex.Observer downstream -com.bumptech.glide.load.resource.bitmap.RecyclableBufferedInputStream$InvalidMarkException -androidx.coordinatorlayout.widget.CoordinatorLayout: android.graphics.drawable.Drawable getStatusBarBackground() -androidx.preference.R$color: int material_grey_800 -cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: java.lang.String getActiveWeatherServiceProviderLabel() -wangdaye.com.geometricweather.R$attr: int errorEnabled -com.turingtechnologies.materialscrollbar.R$styleable: int CardView_cardUseCompatPadding -com.google.android.material.R$id: int right_side -androidx.appcompat.R$attr: int windowNoTitle -androidx.coordinatorlayout.R$id: int accessibility_custom_action_12 -com.amap.api.fence.GeoFence: int getActivatesAction() -com.xw.repo.bubbleseekbar.R$style: int Base_V21_Theme_AppCompat +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: io.reactivex.internal.util.AtomicThrowable error +androidx.hilt.lifecycle.R$color: int notification_icon_bg_color +cyanogenmod.profiles.StreamSettings +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_indicatorType +androidx.preference.R$id: int src_atop +androidx.constraintlayout.widget.R$styleable: int MenuItem_alphabeticModifiers +androidx.hilt.work.R$styleable: int GradientColorItem_android_offset +com.xw.repo.bubbleseekbar.R$dimen: int abc_button_padding_vertical_material com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light_DarkActionBar -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionButton -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Subhead -okio.RealBufferedSource: void require(long) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator VOLUME_WAKE_SCREEN_VALIDATOR -cyanogenmod.profiles.AirplaneModeSettings: android.os.Parcelable$Creator CREATOR -androidx.transition.R$styleable: int FontFamilyFont_fontWeight -androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory: androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory sInstance -androidx.appcompat.R$styleable: int AppCompatTheme_listPopupWindowStyle -androidx.lifecycle.SavedStateHandle: void validateValue(java.lang.Object) -androidx.appcompat.R$attr: int indeterminateProgressStyle -androidx.work.R$styleable: int GradientColor_android_type -wangdaye.com.geometricweather.R$id: int normal -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_SearchResult_Title -com.google.android.material.R$color: int abc_tint_btn_checkable -com.amap.api.location.AMapLocation: java.lang.Object clone() -retrofit2.KotlinExtensions$await$4$2: void onFailure(retrofit2.Call,java.lang.Throwable) -okhttp3.internal.connection.RouteSelector: okhttp3.Call call -androidx.lifecycle.ProcessLifecycleOwner$2: void onResume() -androidx.loader.app.LoaderManagerImpl$LoaderViewModel: LoaderManagerImpl$LoaderViewModel() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart -com.google.android.material.R$attr: int textInputLayoutFocusedRectEnabled -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language getInstance(java.lang.String) -wangdaye.com.geometricweather.weather.json.mf.MfLocationResult -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: java.util.Locale locale -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_default_height_material -com.turingtechnologies.materialscrollbar.R$id: int custom -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintWidth_percent -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorAccent -wangdaye.com.geometricweather.R$layout: int design_navigation_item_header -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox -io.reactivex.internal.observers.DeferredScalarDisposable: boolean isEmpty() -androidx.legacy.content.WakefulBroadcastReceiver: WakefulBroadcastReceiver() -wangdaye.com.geometricweather.R$styleable: int[] TabLayout -com.google.android.gms.common.api.ApiException: java.lang.String getStatusMessage() -com.google.android.material.appbar.AppBarLayout: void setOrientation(int) -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_contentInsetEnd -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.util.Date date -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getSnowPrecipitation() -com.google.android.gms.base.R$drawable: int common_google_signin_btn_icon_light_normal -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: long size -com.jaredrummler.android.colorpicker.R$dimen: int compat_button_inset_vertical_material -com.google.android.material.R$color: int abc_tint_seek_thumb -com.google.android.material.R$styleable: int MaterialCalendar_dayStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: void setTo(java.lang.String) -androidx.hilt.work.R$dimen: int compat_button_inset_horizontal_material -androidx.constraintlayout.widget.R$string: int abc_menu_sym_shortcut_label -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_125 -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String daytimeWeatherPhase -cyanogenmod.weatherservice.ServiceRequestResult$Builder: ServiceRequestResult$Builder() -wangdaye.com.geometricweather.R$string: int precipitation_duration -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Direction: AccuDailyResult$DailyForecasts$Night$WindGust$Direction() -androidx.drawerlayout.R$id: int action_container -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial -androidx.lifecycle.extensions.R$id: int italic -wangdaye.com.geometricweather.R$id: int item -com.google.android.material.R$id: int default_activity_button -wangdaye.com.geometricweather.R$id: int activity_widget_config_alignEndTitle -com.turingtechnologies.materialscrollbar.R$style: int Base_V26_Theme_AppCompat -wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: SlidingItemContainerLayout(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$id: int month_navigation_previous -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar -androidx.preference.R$styleable: int DrawerArrowToggle_barLength -wangdaye.com.geometricweather.R$dimen: int mtrl_bottomappbar_fab_cradle_vertical_offset +androidx.fragment.R$id: int notification_main_column +wangdaye.com.geometricweather.db.entities.AlertEntity: void setType(java.lang.String) +com.google.android.material.R$styleable: int ActionBar_subtitleTextStyle +androidx.fragment.R$integer: R$integer() +wangdaye.com.geometricweather.R$id: int refresh_layout +wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.String getWindDescription(android.content.Context,wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit) +com.google.android.material.R$id: int material_value_index +android.didikee.donate.R$anim +com.google.android.material.R$styleable: int MaterialAutoCompleteTextView_android_inputType +androidx.preference.R$attr: int entryValues +wangdaye.com.geometricweather.R$attr: int order +com.xw.repo.bubbleseekbar.R$styleable: int FontFamily_fontProviderQuery +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean point +wangdaye.com.geometricweather.db.entities.AlertEntity: AlertEntity() +android.didikee.donate.R$styleable: int AppCompatTheme_ratingBarStyle +com.google.android.material.R$dimen: int mtrl_calendar_header_text_padding +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: ChineseCityEntity() +cyanogenmod.themes.IThemeService$Stub$Proxy +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_android_hint +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setTemperature(int) +androidx.preference.R$style: int Base_Widget_AppCompat_CompoundButton_Switch +androidx.lifecycle.extensions.R$styleable: int GradientColor_android_centerY +com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge +androidx.appcompat.R$attr: int actionModeSelectAllDrawable +androidx.preference.R$color: int abc_btn_colored_borderless_text_material +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintLeft_toRightOf +james.adaptiveicon.R$attr: int colorAccent +io.reactivex.Observable: io.reactivex.Observable takeLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean) +wangdaye.com.geometricweather.R$id: int material_minute_tv +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_lastVerticalStyle +androidx.appcompat.R$styleable: int FontFamilyFont_android_fontWeight +okhttp3.internal.cache.DiskLruCache: java.io.File getDirectory() +com.google.android.material.R$integer: int bottom_sheet_slide_duration +cyanogenmod.app.ICMTelephonyManager: java.util.List getSubInformation() +androidx.appcompat.widget.AppCompatImageButton: void setImageDrawable(android.graphics.drawable.Drawable) +com.xw.repo.bubbleseekbar.R$color: int highlighted_text_material_light +okhttp3.internal.tls.CertificateChainCleaner: CertificateChainCleaner() +com.xw.repo.bubbleseekbar.R$id: int bottom +com.google.android.material.R$id: int ghost_view_holder +androidx.drawerlayout.R$styleable: int FontFamilyFont_android_fontWeight +androidx.dynamicanimation.R$id +wangdaye.com.geometricweather.R$styleable: int ActionBarLayout_android_layout_gravity +androidx.dynamicanimation.R$styleable: int FontFamilyFont_android_font +com.google.android.material.datepicker.RangeDateSelector: android.os.Parcelable$Creator CREATOR +cyanogenmod.os.Build$CM_VERSION: Build$CM_VERSION() +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) +androidx.constraintlayout.widget.Guideline: void setGuidelineBegin(int) +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setBottomText(java.lang.String) +io.reactivex.Observable: io.reactivex.Observable takeUntil(io.reactivex.functions.Predicate) +com.google.android.material.R$color: int design_dark_default_color_error +io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,int,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableItem_android_drawable +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen: int Value +androidx.constraintlayout.widget.R$styleable: int GradientColor_android_endColor +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintVertical_chainStyle +wangdaye.com.geometricweather.R$xml: int live_wallpaper +androidx.preference.R$color: int switch_thumb_material_dark +io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: long idx +com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose: com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose SignIn +cyanogenmod.app.IProfileManager$Stub$Proxy: boolean profileExistsByName(java.lang.String) +com.amap.api.location.AMapLocation: int LOCATION_SUCCESS +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: java.lang.String IconPhrase +com.google.android.material.R$color: int abc_btn_colored_borderless_text_material +io.reactivex.internal.observers.DeferredScalarDisposable: void dispose() +androidx.constraintlayout.widget.R$attr: int layout_constraintLeft_toLeftOf +androidx.appcompat.R$id: int expand_activities_button +com.xw.repo.bubbleseekbar.R$attr: int alertDialogTheme +com.jaredrummler.android.colorpicker.R$string: int abc_menu_sym_shortcut_label +cyanogenmod.themes.IThemeChangeListener: void onProgress(int) +wangdaye.com.geometricweather.R$id: int text_input_end_icon +james.adaptiveicon.R$style: int Theme_AppCompat_Light_DarkActionBar +wangdaye.com.geometricweather.R$anim: int popup_show_bottom_left +cyanogenmod.weatherservice.WeatherProviderService$1: WeatherProviderService$1(cyanogenmod.weatherservice.WeatherProviderService) +androidx.constraintlayout.helper.widget.Flow: void setPaddingTop(int) +com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_animSwoopDuration +cyanogenmod.providers.WeatherContract$WeatherColumns: android.net.Uri CURRENT_AND_FORECAST_WEATHER_URI +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Subhead +com.jaredrummler.android.colorpicker.R$id: int uniform +androidx.drawerlayout.R$styleable: R$styleable() +androidx.constraintlayout.widget.R$id: int radio com.google.android.material.R$attr: int constraintSetStart -com.google.gson.JsonIOException -androidx.appcompat.R$layout: int abc_action_mode_bar -com.google.android.material.R$styleable: int CardView_contentPadding -androidx.constraintlayout.widget.R$styleable: int Constraint_android_orientation -james.adaptiveicon.R$drawable: int abc_btn_check_to_on_mtrl_000 -com.google.android.material.R$attr: int contentDescription -com.xw.repo.bubbleseekbar.R$attr: int commitIcon -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: void setUnit(java.lang.String) -okhttp3.Cache: void evictAll() -com.google.android.material.R$string: int abc_capital_on -cyanogenmod.providers.CMSettings$Secure: java.lang.String LIVE_LOCK_SCREEN_ENABLED -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: boolean done -io.reactivex.Observable: io.reactivex.Observable scan(java.lang.Object,io.reactivex.functions.BiFunction) -androidx.constraintlayout.widget.R$id: int icon_group -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: float PRECIPITATION_HEAVY -androidx.appcompat.R$id: int action_bar_spinner -com.google.android.material.R$dimen: int abc_text_size_display_4_material -wangdaye.com.geometricweather.R$drawable: int ic_mold -com.amap.api.location.CoordinateConverter: com.amap.api.location.CoordinateConverter coord(com.amap.api.location.DPoint) -androidx.constraintlayout.widget.R$attr: int maxWidth -io.reactivex.internal.operators.observable.ObservableGroupBy$State: io.reactivex.internal.queue.SpscLinkedArrayQueue queue -wangdaye.com.geometricweather.R$attr: int constraintSetStart -com.turingtechnologies.materialscrollbar.R$styleable: int[] ChipGroup -james.adaptiveicon.R$drawable: int abc_edit_text_material -androidx.preference.R$attr: int textAppearanceListItemSecondary -androidx.constraintlayout.widget.R$id: int expand_activities_button -androidx.work.R$id: int chronometer -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void onComplete() -wangdaye.com.geometricweather.R$id: int accessibility_action_clickable_span -com.bumptech.glide.R$styleable: int[] CoordinatorLayout -com.google.android.material.R$style: int Widget_Compat_NotificationActionContainer -wangdaye.com.geometricweather.R$id: int fixed -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderLayout -androidx.preference.R$styleable: int ActionMode_height -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_seekBarStyle -androidx.viewpager2.R$id -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: AccuAlertResult$Area() -wangdaye.com.geometricweather.R$font: R$font() -cyanogenmod.app.ICMStatusBarManager$Stub: java.lang.String DESCRIPTOR -androidx.preference.R$attr: int goIcon -com.xw.repo.bubbleseekbar.R$styleable: int[] AnimatedStateListDrawableItem -wangdaye.com.geometricweather.R$styleable: int Layout_barrierDirection -androidx.cardview.widget.CardView: float getRadius() -android.didikee.donate.R$drawable: int notification_template_icon_low_bg -wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_adjustable -com.turingtechnologies.materialscrollbar.R$layout: int abc_alert_dialog_title_material -wangdaye.com.geometricweather.R$interpolator: int mtrl_linear_out_slow_in -wangdaye.com.geometricweather.R$layout: int activity_allergen -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_contentInsetStart -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_editTextStyle -okhttp3.ConnectionPool: void evictAll() -wangdaye.com.geometricweather.R$styleable: int TouchScrollBar_msb_hideDelayInMilliseconds -androidx.work.R$attr: int font -androidx.dynamicanimation.R$string: R$string() -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken BEGIN_OBJECT -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric: AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric() -com.google.android.material.R$styleable: int DrawerArrowToggle_barLength -androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityPaused(android.app.Activity) -cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_COLOR_ADJUSTMENT -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String IS_DEFAULT_THEME -androidx.lifecycle.ViewModel -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: long EpochSet -wangdaye.com.geometricweather.search.LoadableLocationList$Status: wangdaye.com.geometricweather.search.LoadableLocationList$Status valueOf(java.lang.String) -androidx.constraintlayout.widget.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$TotalLiquid: double Value -wangdaye.com.geometricweather.R$attr: int mock_labelColor -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constrainedWidth -androidx.preference.R$attr: int adjustable -androidx.constraintlayout.widget.R$styleable: int Layout_layout_goneMarginRight -cyanogenmod.app.ICMStatusBarManager$Stub: ICMStatusBarManager$Stub() -androidx.recyclerview.widget.LinearLayoutManager: LinearLayoutManager(android.content.Context,android.util.AttributeSet,int,int) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: org.reactivestreams.Subscriber downstream -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Button_Small -retrofit2.Utils$WildcardTypeImpl: int hashCode() -com.google.android.material.R$attr: int expandedTitleMarginEnd -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit -androidx.appcompat.R$attr: int singleChoiceItemLayout -com.google.android.material.R$styleable: int[] MotionScene -wangdaye.com.geometricweather.background.receiver.widget.WidgetDayProvider: WidgetDayProvider() -com.google.android.material.R$styleable: int ViewBackgroundHelper_android_background -cyanogenmod.app.BaseLiveLockManagerService$1: void enqueueLiveLockScreen(java.lang.String,int,cyanogenmod.app.LiveLockScreenInfo,int[],int) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_wrapMode -com.jaredrummler.android.colorpicker.R$layout: int abc_action_bar_up_container -android.didikee.donate.R$styleable: int AppCompatTextView_drawableTint -com.bumptech.glide.integration.okhttp.R$id: int action_text -androidx.room.RoomDatabase$JournalMode: androidx.room.RoomDatabase$JournalMode resolve(android.content.Context) -retrofit2.Retrofit -androidx.recyclerview.R$drawable: R$drawable() -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ButtonBar -com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: void setCircularRevealOverlayDrawable(android.graphics.drawable.Drawable) -com.google.android.gms.common.data.BitmapTeleporter -james.adaptiveicon.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator -com.autonavi.aps.amapapi.model.AMapLocationServer: void a(long) -com.google.android.material.R$style: int Widget_MaterialComponents_ExtendedFloatingActionButton_Icon -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_customNavigationLayout -androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar -androidx.lifecycle.LiveData$LifecycleBoundObserver: androidx.lifecycle.LifecycleOwner mOwner -androidx.coordinatorlayout.R$id: int dialog_button -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_rotationY -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle -com.xw.repo.bubbleseekbar.R$attr: int lineHeight -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_DialogWhenLarge -cyanogenmod.app.BaseLiveLockManagerService: void enforceAccessPermission() -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Headline +com.google.android.material.R$dimen: int abc_dropdownitem_text_padding_right +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: long serialVersionUID +wangdaye.com.geometricweather.R$styleable: int Layout_layout_editor_absoluteX +androidx.loader.R$color: int notification_action_color_filter +androidx.constraintlayout.widget.R$styleable: int GradientColor_android_centerX +wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Title_Text +wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig alertEntityDaoConfig +androidx.lifecycle.LiveData: void postValue(java.lang.Object) +okio.Buffer: java.lang.String readUtf8LineStrict() +okhttp3.MediaType: java.lang.String subtype +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Button wangdaye.com.geometricweather.R$drawable: int donate_wechat +com.amap.api.fence.GeoFenceClient: android.app.PendingIntent createPendingIntent(java.lang.String) +okhttp3.internal.cache2.FileOperator +cyanogenmod.externalviews.ExternalView: void access$000(cyanogenmod.externalviews.ExternalView) +com.google.android.material.R$style: int Base_V21_Theme_AppCompat_Light_Dialog +com.turingtechnologies.materialscrollbar.R$drawable: int notification_tile_bg +androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPostResumed(android.app.Activity) +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_passwordToggleTint +com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_max_progress +okhttp3.HttpUrl: java.lang.String queryParameterName(int) +androidx.lifecycle.extensions.R$styleable: int FragmentContainerView_android_name +wangdaye.com.geometricweather.R$drawable: int notif_temp_52 +androidx.core.widget.ContentLoadingProgressBar: ContentLoadingProgressBar(android.content.Context,android.util.AttributeSet) +com.turingtechnologies.materialscrollbar.R$color: int primary_text_disabled_material_dark +wangdaye.com.geometricweather.R$string: int temperature +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_addProfile +com.google.android.material.bottomsheet.BottomSheetBehavior$SavedState +okhttp3.MultipartBody$Part: okhttp3.Headers headers +wangdaye.com.geometricweather.R$id: int activity_widget_config_textSizeTitle +androidx.constraintlayout.widget.R$color: int bright_foreground_material_light +androidx.preference.R$styleable: int ActionBar_popupTheme +com.google.android.material.R$styleable: int ConstraintLayout_Layout_barrierAllowsGoneWidgets +androidx.transition.R$drawable: int notification_bg +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder proxySelector(java.net.ProxySelector) +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder readTimeout(long,java.util.concurrent.TimeUnit) +com.google.android.material.R$style: int AndroidThemeColorAccentYellow +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: void setAqi(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX) +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_letter_spacing +wangdaye.com.geometricweather.R$attr: int bsb_second_track_color +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_icon +james.adaptiveicon.R$styleable: int AppCompatImageView_tintMode +com.google.android.material.appbar.CollapsingToolbarLayout: void setScrimsShown(boolean) +androidx.preference.R$styleable: int ActionBar_elevation +wangdaye.com.geometricweather.R$styleable: int ActionBar_contentInsetEndWithActions +james.adaptiveicon.R$dimen: int abc_alert_dialog_button_bar_height +cyanogenmod.app.Profile: int mNameResId +com.google.android.material.R$id: int custom +com.amap.api.location.AMapLocationClientOption: long b +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_drawableRight +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.String weatherText +androidx.lifecycle.SavedStateHandle: java.lang.Object remove(java.lang.String) +com.turingtechnologies.materialscrollbar.R$dimen: int notification_action_text_size +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_icon_vertical_padding_material +io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: void onSubscribe(org.reactivestreams.Subscription) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: int getStatus() +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setBootanimation(java.lang.String) +com.xw.repo.bubbleseekbar.R$dimen: int compat_button_inset_horizontal_material +androidx.constraintlayout.widget.R$dimen: int tooltip_corner_radius +androidx.viewpager2.R$styleable: int GradientColor_android_endY +retrofit2.ParameterHandler$QueryMap: ParameterHandler$QueryMap(java.lang.reflect.Method,int,retrofit2.Converter,boolean) +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: void onError(java.lang.Throwable) +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight_NoActionBar +com.jaredrummler.android.colorpicker.R$id: int line3 +com.google.android.material.R$styleable: int MaterialCalendar_yearSelectedStyle +wangdaye.com.geometricweather.R$color: int abc_secondary_text_material_dark +com.google.android.material.R$dimen: int design_snackbar_padding_vertical +androidx.appcompat.R$style: int Theme_AppCompat_DayNight_NoActionBar +com.turingtechnologies.materialscrollbar.R$attr: int behavior_autoHide +androidx.fragment.R$id: int accessibility_action_clickable_span +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float thunderstorm +com.turingtechnologies.materialscrollbar.TouchScrollBar: boolean getHide() +com.google.android.material.button.MaterialButtonToggleGroup +okio.ByteString: int decodeHexDigit(char) +com.jaredrummler.android.colorpicker.R$styleable: int MultiSelectListPreference_entries +androidx.viewpager2.R$styleable: int GradientColor_android_tileMode +androidx.dynamicanimation.R$styleable: int[] GradientColor +wangdaye.com.geometricweather.R$id: int dialog_minimal_icon_container +androidx.work.R$drawable: int notify_panel_notification_icon_bg +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int MOSTLY_CLOUDY_NIGHT +wangdaye.com.geometricweather.R$attr: int dialogIcon +com.google.android.material.textfield.TextInputLayout: void setErrorIconOnLongClickListener(android.view.View$OnLongClickListener) +okio.BufferedSink: okio.BufferedSink writeString(java.lang.String,int,int,java.nio.charset.Charset) +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) +cyanogenmod.power.IPerformanceManager$Stub$Proxy: boolean setPowerProfile(int) +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeAppearanceOverlay +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_menu_cut_mtrl_alpha +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintBaseline_toBaselineOf +wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: CaiYunForecastResult() +com.loc.k: k(java.lang.String,java.lang.String) +androidx.recyclerview.R$attr: int alpha +com.google.android.material.R$styleable: int[] Spinner +io.reactivex.internal.subscriptions.BasicIntQueueSubscription +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum: AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum() +androidx.drawerlayout.widget.DrawerLayout: void setStatusBarBackground(int) +io.reactivex.Observable: io.reactivex.Observable generate(java.util.concurrent.Callable,io.reactivex.functions.BiConsumer,io.reactivex.functions.Consumer) +com.jaredrummler.android.colorpicker.R$color: int accent_material_light +androidx.constraintlayout.widget.R$styleable: int TextAppearance_textAllCaps +okio.Buffer: okio.BufferedSink writeIntLe(int) +retrofit2.http.Field: boolean encoded() +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_124 +wangdaye.com.geometricweather.R$id: int container_main_sun_moon +cyanogenmod.profiles.RingModeSettings: RingModeSettings(android.os.Parcel) +wangdaye.com.geometricweather.R$string: int abc_action_mode_done +androidx.lifecycle.Transformations$1: androidx.arch.core.util.Function val$mapFunction +okhttp3.internal.http2.Http2Connection$Builder: okio.BufferedSource source +com.google.android.material.R$string: int chip_text +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float rainPrecipitation +com.google.android.material.slider.Slider: int getTrackWidth() +com.google.android.material.bottomappbar.BottomAppBar: float getFabTranslationY() +com.jaredrummler.android.colorpicker.R$attr: int switchTextOff +wangdaye.com.geometricweather.R$string: int app_name +com.jaredrummler.android.colorpicker.R$attr: int background +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert +okio.Segment: int limit +james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd +cyanogenmod.externalviews.KeyguardExternalView$3: int val$width +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float pm25 +androidx.constraintlayout.widget.R$styleable: int Constraint_constraint_referenced_ids +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData: org.reactivestreams.Publisher mPublisher +wangdaye.com.geometricweather.R$attr: int fontStyle +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean outputFused io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void drainAndDispose() -wangdaye.com.geometricweather.R$drawable: int flag_ru -wangdaye.com.geometricweather.db.entities.HistoryEntity: int daytimeTemperature -com.google.android.material.R$string: int bottomsheet_action_expand_halfway -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu -com.turingtechnologies.materialscrollbar.R$attr: int singleChoiceItemLayout -wangdaye.com.geometricweather.R$anim: int abc_fade_out -wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Hint -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast: void completion() -wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_android_disableDependentsState -okhttp3.Call: okhttp3.Request request() -wangdaye.com.geometricweather.R$string: int feedback_live_wallpaper_weather_kind -wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_drawableStart -james.adaptiveicon.R$styleable: int Toolbar_contentInsetEnd -androidx.coordinatorlayout.R$style: int TextAppearance_Compat_Notification_Info -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_title -wangdaye.com.geometricweather.common.basic.models.weather.Daily: boolean isToday(java.util.TimeZone) -com.google.android.gms.common.server.converter.zaa -androidx.lifecycle.LiveData: int mActiveCount +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$LocalSource: int Id +com.turingtechnologies.materialscrollbar.R$attr: int actionModeCloseButtonStyle +james.adaptiveicon.R$style: int Widget_AppCompat_SearchView +com.jaredrummler.android.colorpicker.R$id: int wrap_content +okhttp3.HttpUrl: int port +com.google.android.material.circularreveal.CircularRevealFrameLayout: com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo getRevealInfo() +android.didikee.donate.R$dimen: int abc_text_size_small_material +android.didikee.donate.R$styleable: int AppCompatTheme_dialogCornerRadius +androidx.recyclerview.R$id: int accessibility_custom_action_23 +androidx.vectordrawable.R$id: int dialog_button +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Geometry +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_scrimAnimationDuration +com.google.android.material.R$dimen: int mtrl_btn_padding_right +com.turingtechnologies.materialscrollbar.R$id: int ghost_view +com.jaredrummler.android.colorpicker.R$attr: int alertDialogCenterButtons +wangdaye.com.geometricweather.R$attr: int cardCornerRadius +com.google.android.material.R$dimen: int abc_text_size_title_material +com.google.android.material.R$id: int easeOut +com.github.rahatarmanahmed.cpv.CircularProgressView: float access$200(com.github.rahatarmanahmed.cpv.CircularProgressView) +com.google.android.material.R$attr: int contentPaddingRight +com.google.android.material.R$styleable: int MenuItem_showAsAction +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog +wangdaye.com.geometricweather.R$styleable: int ActionBar_icon +com.github.rahatarmanahmed.cpv.CircularProgressView: void onAttachedToWindow() +wangdaye.com.geometricweather.common.basic.models.weather.WindDegree: java.lang.String getWindArrow() +com.jaredrummler.android.colorpicker.R$color: int highlighted_text_material_dark +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: boolean isDisposed() +androidx.hilt.lifecycle.R$dimen: int compat_button_padding_horizontal_material +okhttp3.internal.ws.WebSocketProtocol: int B0_MASK_OPCODE +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Button +com.github.rahatarmanahmed.cpv.R$attr: int cpv_animSteps +retrofit2.HttpException: java.lang.String getMessage(retrofit2.Response) +io.reactivex.internal.functions.Functions$NaturalComparator: io.reactivex.internal.functions.Functions$NaturalComparator valueOf(java.lang.String) +androidx.drawerlayout.R$color +com.google.android.material.R$style: int Theme_AppCompat +okio.AsyncTimeout: okio.Sink sink(okio.Sink) +wangdaye.com.geometricweather.R$id: int right_icon +com.google.android.material.R$styleable: int RecyclerView_spanCount +androidx.appcompat.resources.R$id: int accessibility_custom_action_26 +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: io.reactivex.disposables.CompositeDisposable set +com.google.android.material.R$color: int abc_search_url_text_normal +com.bumptech.glide.R$attr: int layout_dodgeInsetEdges +cyanogenmod.power.PerformanceManager: int PROFILE_BIAS_PERFORMANCE +com.google.android.material.R$styleable: int MenuItem_android_icon +com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getWindowAnimations() +com.google.android.material.R$color: int design_dark_default_color_primary_variant +androidx.appcompat.R$dimen: int abc_text_size_body_1_material +james.adaptiveicon.R$attr: int checkboxStyle +androidx.appcompat.widget.ScrollingTabContainerView: void setTabSelected(int) +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setColorViewAlpha(int) +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: io.reactivex.subjects.UnicastSubject window +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ProgressBar_Horizontal +cyanogenmod.providers.CMSettings$Secure: float getFloat(android.content.ContentResolver,java.lang.String) +okhttp3.Cache$1: void update(okhttp3.Response,okhttp3.Response) +android.didikee.donate.R$dimen: int abc_dialog_fixed_width_major +com.turingtechnologies.materialscrollbar.R$id: int mtrl_child_content_container +androidx.appcompat.widget.ActionBarOverlayLayout: ActionBarOverlayLayout(android.content.Context,android.util.AttributeSet) +com.turingtechnologies.materialscrollbar.R$layout: int mtrl_layout_snackbar +io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy MISSING +io.reactivex.internal.observers.DeferredScalarDisposable: boolean isDisposed() +com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getDefaultHintTextColor() +james.adaptiveicon.R$style: int Base_V7_Theme_AppCompat +androidx.constraintlayout.widget.R$attr: int textAppearanceListItemSmall +cyanogenmod.weather.RequestInfo: RequestInfo(android.os.Parcel,cyanogenmod.weather.RequestInfo$1) +androidx.preference.R$attr: int closeItemLayout +com.google.android.material.R$styleable: int TextInputLayout_boxCornerRadiusBottomStart +androidx.constraintlayout.widget.R$styleable: int ViewBackgroundHelper_backgroundTint +cyanogenmod.profiles.ConnectionSettings$1 +cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onLockscreenSlideOffsetChanged(float) +androidx.lifecycle.DefaultLifecycleObserver +androidx.hilt.R$drawable: int notification_template_icon_low_bg +androidx.hilt.work.R$layout: int custom_dialog +wangdaye.com.geometricweather.R$drawable: int notif_temp_16 +cyanogenmod.library.R$styleable: int[] LiveLockScreen +androidx.fragment.app.FragmentState +androidx.preference.R$styleable: int AppCompatTextHelper_android_drawableTop +androidx.constraintlayout.widget.R$attr: int showAsAction +okhttp3.internal.http2.PushObserver$1: PushObserver$1() +android.didikee.donate.R$id: int edit_query +io.reactivex.internal.observers.DeferredScalarDisposable: int TERMINATED +wangdaye.com.geometricweather.R$id: int action_divider +wangdaye.com.geometricweather.R$attr: int layoutManager +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours: AccuCurrentResult$PrecipitationSummary$Past18Hours() +com.google.android.material.R$attr: int snackbarTextViewStyle +cyanogenmod.providers.CMSettings$Secure: java.lang.String getStringForUser(android.content.ContentResolver,java.lang.String,int) +wangdaye.com.geometricweather.R$string: int abc_shareactionprovider_share_with_application +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Imperial: int UnitType +com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemIconSize(int) +com.google.android.material.R$styleable: int OnSwipe_nestedScrollFlags +com.xw.repo.bubbleseekbar.R$attr: int contentDescription +androidx.preference.R$drawable: int abc_menu_hardkey_panel_mtrl_mult +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: okhttp3.Request request() +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader +okio.GzipSink: void write(okio.Buffer,long) +james.adaptiveicon.R$color: int primary_dark_material_light +io.reactivex.internal.queue.SpscArrayQueue: void soConsumerIndex(long) +com.amap.api.location.AMapLocation: float getSpeed() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: long EpochTime +com.turingtechnologies.materialscrollbar.R$bool: int abc_config_actionMenuItemAllCaps +android.didikee.donate.R$style: int Theme_AppCompat_CompactMenu +androidx.constraintlayout.widget.R$styleable: int MotionScene_layoutDuringTransition +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer cloudCover +androidx.hilt.work.R$color: int secondary_text_default_material_light +wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_textStyle +androidx.hilt.R$styleable: int[] GradientColor +io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: void clear() +com.jaredrummler.android.colorpicker.R$styleable: int FontFamily_fontProviderFetchTimeout +androidx.appcompat.R$styleable: int AppCompatTheme_actionModeStyle +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_RatingBar +com.google.android.material.R$styleable: int Constraint_android_alpha +androidx.viewpager.R$styleable: int FontFamilyFont_android_fontVariationSettings +cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks: boolean requestDismiss() +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable[] TERMINATED +okhttp3.internal.ws.RealWebSocket: java.util.ArrayDeque messageAndCloseQueue +james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_orderInCategory +com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_android_layout +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: boolean isLeft +wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customPixelDimension +com.jaredrummler.android.colorpicker.R$styleable: int ViewStubCompat_android_id +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: int skip +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_stacked_tab_max_width +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_15 +androidx.preference.PreferenceGroup: void setOnExpandButtonClickListener(androidx.preference.PreferenceGroup$OnExpandButtonClickListener) +cyanogenmod.weather.CMWeatherManager$RequestStatus: int ALREADY_IN_PROGRESS +androidx.lifecycle.extensions.R$layout: int notification_action +cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler: void handleMessage(android.os.Message) +wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_icon_dark +cyanogenmod.providers.CMSettings$System: java.lang.String KEY_APP_SWITCH_ACTION +com.google.android.material.R$styleable: int MenuItem_android_onClick +androidx.constraintlayout.widget.R$attr: int altSrc +com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_list_padding_top_no_title +com.github.rahatarmanahmed.cpv.CircularProgressView: void setMaxProgress(float) +androidx.preference.R$styleable: int Preference_allowDividerAbove +okhttp3.internal.http2.Http2Reader$ContinuationSource: okio.Timeout timeout() +androidx.swiperefreshlayout.R$dimen: int notification_media_narrow_margin +androidx.appcompat.R$style: int Widget_AppCompat_Light_ListPopupWindow +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver: void onError(java.lang.Throwable) +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption$AMapLocationMode i +io.reactivex.internal.operators.observable.ObservableReplay$SizeBoundReplayBuffer: void truncate() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX speed +androidx.preference.R$anim: int abc_popup_enter +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: io.reactivex.functions.BiFunction resultSelector +io.reactivex.internal.operators.observable.ObservableReplay$Node: ObservableReplay$Node(java.lang.Object) +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String Category +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored +cyanogenmod.profiles.StreamSettings: void setValue(int) +androidx.preference.R$id: int message +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life: java.lang.String date +io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator parent +com.google.android.material.R$styleable: int Slider_tickColorInactive +androidx.viewpager.R$dimen: int notification_large_icon_height +cyanogenmod.weather.IRequestInfoListener +cyanogenmod.providers.ThemesContract$PreviewColumns: android.net.Uri CONTENT_URI +androidx.constraintlayout.widget.R$layout: int abc_screen_simple +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: java.lang.String defenseIcon +android.didikee.donate.R$styleable: int AppCompatTheme_windowMinWidthMinor +com.google.android.material.R$attr: int layout_constraintHeight_default +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_toRightOf +wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_rightToLeft +com.xw.repo.bubbleseekbar.R$color: int tooltip_background_dark +androidx.customview.R$styleable: int FontFamilyFont_android_fontVariationSettings +com.xw.repo.bubbleseekbar.R$styleable: int Spinner_android_entries +com.google.android.material.R$attr: int flow_firstVerticalBias +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: wangdaye.com.geometricweather.db.converters.WeatherCodeConverter weatherCodeConverter +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setLegacyRequestDisallowInterceptTouchEventEnabled(boolean) +com.turingtechnologies.materialscrollbar.R$color: int material_grey_600 +com.google.android.material.R$styleable: int PopupWindow_android_popupBackground +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String unitId +com.google.android.material.tabs.TabLayout: void setUnboundedRippleResource(int) +com.google.android.material.R$layout: int mtrl_picker_actions +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Snow +io.reactivex.Observable: io.reactivex.Observable retry(io.reactivex.functions.Predicate) +wangdaye.com.geometricweather.common.ui.widgets.AnimatableIconView: AnimatableIconView(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.widget.R$dimen: int abc_edit_text_inset_horizontal_material +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge +androidx.constraintlayout.widget.R$styleable: int AlertDialog_buttonIconDimen +com.amap.api.location.AMapLocationClientOption: boolean g +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Integer getCloudCover() +wangdaye.com.geometricweather.R$id: int tag_icon_day +cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy: boolean handles(android.content.Intent) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: void setPubTime(java.lang.String) +wangdaye.com.geometricweather.R$drawable: int abc_ic_clear_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX +androidx.constraintlayout.widget.R$attr: int theme +wangdaye.com.geometricweather.R$drawable: int widget_card_light_20 +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setWallpaper(java.lang.String) +android.support.v4.os.ResultReceiver$MyRunnable: android.os.Bundle mResultData +com.google.android.material.R$attr: int height +com.google.android.material.R$style: int Widget_AppCompat_ActionMode +com.turingtechnologies.materialscrollbar.R$layout: int design_layout_tab_icon +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_defaultQueryHint +com.google.android.material.R$attr: int customPixelDimension +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: void setFrom(java.lang.String) +com.turingtechnologies.materialscrollbar.R$attr: int cardMaxElevation +androidx.appcompat.R$id: int home +com.google.android.material.R$dimen: int mtrl_badge_long_text_horizontal_padding +com.github.rahatarmanahmed.cpv.CircularProgressView$5: void onAnimationCancel(android.animation.Animator) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: int getStatus() +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps +androidx.preference.R$styleable: int AppCompatTheme_windowFixedWidthMinor +com.turingtechnologies.materialscrollbar.R$attr: int colorControlActivated +wangdaye.com.geometricweather.R$attr: int fabSize +okhttp3.EventListener: void responseHeadersStart(okhttp3.Call) +wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_dayNightTypeContainer +cyanogenmod.themes.ThemeManager$2: cyanogenmod.themes.ThemeManager this$0 +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$8: void run() +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeCloseDrawable +wangdaye.com.geometricweather.R$string: int key_distance_unit +com.google.android.material.R$id: int material_clock_period_toggle +wangdaye.com.geometricweather.R$color: int abc_tint_default +okhttp3.internal.http2.Http2Connection$1: okhttp3.internal.http2.ErrorCode val$errorCode +io.reactivex.exceptions.OnErrorNotImplementedException: OnErrorNotImplementedException(java.lang.String,java.lang.Throwable) +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setApparentTemperature(java.lang.Integer) +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle +io.reactivex.internal.subscriptions.BasicIntQueueSubscription: boolean offer(java.lang.Object) +com.google.android.material.R$drawable: int mtrl_dropdown_arrow +android.didikee.donate.R$dimen: int notification_small_icon_background_padding +androidx.drawerlayout.R$styleable: int GradientColorItem_android_color +wangdaye.com.geometricweather.R$styleable: int MaterialButton_cornerRadius +okhttp3.internal.Util: okio.ByteString UTF_8_BOM +wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayWeekProvider: WidgetClockDayWeekProvider() +androidx.constraintlayout.widget.R$color: int abc_primary_text_disable_only_material_dark +com.google.android.material.R$styleable: int TextInputLayout_passwordToggleEnabled +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents +androidx.appcompat.widget.ActionBarOverlayLayout: void setIcon(android.graphics.drawable.Drawable) +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder setEncodedQueryParameter(java.lang.String,java.lang.String) +com.google.android.gms.base.R$attr: R$attr() +wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String FORECAST_CONDITION_CODE +okhttp3.internal.ws.RealWebSocket: okhttp3.Request originalRequest +androidx.coordinatorlayout.R$styleable: int FontFamilyFont_android_fontStyle +com.xw.repo.bubbleseekbar.R$drawable: int abc_list_selector_disabled_holo_light +io.reactivex.internal.util.EmptyComponent: void onError(java.lang.Throwable) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: boolean isDisposed() +okhttp3.internal.http1.Http1Codec$ChunkedSink: void close() +androidx.viewpager2.R$attr: int stackFromEnd +wangdaye.com.geometricweather.R$id: int scrollIndicatorDown +wangdaye.com.geometricweather.R$dimen: int abc_dialog_padding_material +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal +wangdaye.com.geometricweather.remoteviews.config.Hilt_TextWidgetConfigActivity +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_120 +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: boolean isSubActive(int) +com.google.android.material.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title +cyanogenmod.externalviews.KeyguardExternalViewProviderService: android.view.WindowManager mWindowManager +android.didikee.donate.R$styleable: int AppCompatTheme_actionBarWidgetTheme +com.jaredrummler.android.colorpicker.R$styleable: int Spinner_android_prompt +okhttp3.internal.http2.Http2Stream: boolean $assertionsDisabled +com.google.android.material.R$id: int contentPanel +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Headline6 +com.google.android.material.R$attr: int colorControlActivated +com.google.android.material.R$attr: int thumbTextPadding +okhttp3.internal.http2.Hpack$Reader: java.util.List getAndResetHeaderList() +cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper: void onCustomTileRemoved(org.cyanogenmod.internal.statusbar.IStatusBarCustomTileHolder) +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_Bridge +androidx.drawerlayout.widget.DrawerLayout: DrawerLayout(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$attr: int goIcon +io.reactivex.internal.subscribers.DeferredScalarSubscriber +wangdaye.com.geometricweather.R$layout: int custom_dialog +okhttp3.TlsVersion +wangdaye.com.geometricweather.R$string: int key_forecast_tomorrow_time +com.xw.repo.bubbleseekbar.R$id: int textSpacerNoButtons +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge +com.google.android.material.R$id: int top +androidx.viewpager2.R$attr: int fontProviderQuery +com.google.android.material.R$dimen: int mtrl_calendar_landscape_header_width +wangdaye.com.geometricweather.R$attr: int fabAlignmentMode +wangdaye.com.geometricweather.R$id: int action_appStore +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_analogContainer_dark +androidx.legacy.coreutils.R$attr: int fontProviderPackage +com.jaredrummler.android.colorpicker.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable +com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Theme_AppCompat_Dialog +okhttp3.internal.http2.Settings: int getMaxHeaderListSize(int) +androidx.appcompat.R$id: int action_bar +wangdaye.com.geometricweather.common.basic.models.weather.UV: int getUVColor(android.content.Context) +okhttp3.HttpUrl: java.lang.String PATH_SEGMENT_ENCODE_SET +wangdaye.com.geometricweather.R$styleable: int ActionBar_contentInsetStart +cyanogenmod.providers.CMSettings$Secure: java.lang.String THEME_PREV_BOOT_API_LEVEL +com.jaredrummler.android.colorpicker.R$attr: int lastBaselineToBottomHeight +okio.AsyncTimeout: boolean exit() +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5 +androidx.preference.R$styleable: int SearchView_goIcon +androidx.preference.R$drawable: int abc_cab_background_top_material +com.google.android.material.textfield.TextInputLayout: void setHintInternal(java.lang.CharSequence) +android.didikee.donate.R$styleable: int AppCompatTheme_windowMinWidthMajor +io.reactivex.Observable: io.reactivex.Observable fromCallable(java.util.concurrent.Callable) +androidx.appcompat.R$dimen: int notification_action_text_size +android.didikee.donate.R$id: int action_mode_close_button +wangdaye.com.geometricweather.R$dimen: int material_clock_face_margin_top +androidx.preference.R$color: int primary_text_disabled_material_light +io.reactivex.Observable: io.reactivex.Observable repeat(long) +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_suggestionRowLayout +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String ICON_PREVIEW_1 +androidx.preference.R$id: int contentPanel +wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.String direction +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle +cyanogenmod.externalviews.KeyguardExternalView$2: cyanogenmod.externalviews.KeyguardExternalView this$0 +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_SeekBar +okio.Options: okio.ByteString[] byteStrings wangdaye.com.geometricweather.R$dimen: int abc_text_size_title_material_toolbar -androidx.drawerlayout.widget.DrawerLayout -com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_check_to_on_mtrl_015 -com.google.android.material.R$attr: int maxCharacterCount -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_textAppearance -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String getPrecipitationText(android.content.Context,float) -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: io.reactivex.disposables.Disposable upstream -androidx.appcompat.widget.AppCompatTextView: androidx.core.text.PrecomputedTextCompat$Params getTextMetricsParamsCompat() -com.google.android.material.R$layout: int mtrl_picker_header_toggle -com.amap.api.location.AMapLocation: java.lang.String getCountry() -com.google.android.material.R$attr: int duration -io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: int offset -com.amap.api.location.AMapLocationQualityReport: void setGPSSatellites(int) -com.bumptech.glide.integration.okhttp.R$id: int forever -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintStart_toEndOf -android.didikee.donate.R$drawable: int abc_dialog_material_background -wangdaye.com.geometricweather.R$styleable: int[] ActionMenuView -com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode: com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode valueOf(java.lang.String) -com.bumptech.glide.R$id: int tag_unhandled_key_event_manager -androidx.preference.R$string: int abc_menu_alt_shortcut_label -wangdaye.com.geometricweather.R$styleable: int MotionScene_layoutDuringTransition -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_radioButtonStyle -cyanogenmod.app.CustomTile: int describeContents() -com.google.android.material.R$dimen: int mtrl_slider_halo_radius -wangdaye.com.geometricweather.R$attr: int track -wangdaye.com.geometricweather.R$drawable: int notif_temp_23 -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth -androidx.preference.R$style: int Base_Widget_AppCompat_ActivityChooserView -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) -okio.AsyncTimeout$1: java.lang.String toString() -androidx.loader.R$style: int Widget_Compat_NotificationActionContainer -james.adaptiveicon.R$style: int Base_Widget_AppCompat_PopupMenu -com.jaredrummler.android.colorpicker.R$attr: int switchTextOff -androidx.appcompat.R$layout: int abc_list_menu_item_icon -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.HistoryEntityDao getHistoryEntityDao() -wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerFamilyBottomRight -androidx.appcompat.R$string: int status_bar_notification_info_overflow -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_android_font -androidx.appcompat.widget.SwitchCompat: int getCompoundPaddingRight() -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_SearchView_ActionBar -com.google.android.material.R$attr: int chipBackgroundColor -com.google.android.gms.common.api.ResolvableApiException: void startResolutionForResult(android.app.Activity,int) -com.jaredrummler.android.colorpicker.R$drawable: int abc_menu_hardkey_panel_mtrl_mult -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_iconifiedByDefault -com.google.android.material.R$color: int mtrl_btn_text_color_selector -wangdaye.com.geometricweather.R$id: int transition_layout_save -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionBar_TabText -okhttp3.internal.http2.Hpack: int PREFIX_7_BITS -androidx.hilt.R$styleable: int FontFamilyFont_android_ttcIndex -retrofit2.CallAdapter$Factory: CallAdapter$Factory() -io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_contentInsetStart -androidx.preference.R$attr: int actionMenuTextAppearance -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getUvIndex() -wangdaye.com.geometricweather.R$id: int widget_text_date -com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType valueOf(java.lang.String) -com.turingtechnologies.materialscrollbar.R$attr: int tabIndicatorFullWidth -wangdaye.com.geometricweather.R$string: int key_exchange_day_night_temp_switch -androidx.appcompat.R$attr: int radioButtonStyle -androidx.constraintlayout.widget.R$color: int tooltip_background_dark -com.google.android.material.R$styleable: int Chip_android_ellipsize -androidx.preference.SwitchPreferenceCompat -com.google.android.gms.common.SupportErrorDialogFragment -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_active_text_size -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: java.lang.Throwable error -com.google.android.material.R$id: int snackbar_text -com.google.android.material.R$id: int wrap -wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: RoundProgress(android.content.Context,android.util.AttributeSet,int) -com.turingtechnologies.materialscrollbar.R$id: int action_bar_root -androidx.vectordrawable.animated.R$dimen: int notification_action_text_size -wangdaye.com.geometricweather.R$styleable: int Chip_chipIconEnabled -com.google.android.material.R$styleable: int ConstraintSet_flow_horizontalAlign -com.google.android.material.R$styleable: int ConstraintSet_android_layout_marginTop -com.google.android.material.R$attr: int shapeAppearanceMediumComponent -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: java.lang.String unit -com.amap.api.location.CoordinateConverter: android.content.Context b -androidx.cardview.R$attr: R$attr() -wangdaye.com.geometricweather.R$string: int sp_widget_clock_day_vertical_setting -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int COLD -com.turingtechnologies.materialscrollbar.R$attr: int tabIconTintMode -androidx.swiperefreshlayout.R$id: int text -com.google.android.material.internal.VisibilityAwareImageButton: VisibilityAwareImageButton(android.content.Context) -cyanogenmod.weather.RequestInfo$1: cyanogenmod.weather.RequestInfo[] newArray(int) -com.google.android.material.navigation.NavigationView: void setItemTextColor(android.content.res.ColorStateList) -com.google.android.material.R$style: int Widget_MaterialComponents_Button_TextButton_Snackbar -wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialog_backgroundInsetEnd -androidx.loader.R$dimen: int notification_large_icon_width -com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType[] a -androidx.core.R$integer: R$integer() -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.HistoryEntity) -androidx.loader.R$id: int action_text -james.adaptiveicon.R$style: int Base_Widget_AppCompat_SeekBar_Discrete -wangdaye.com.geometricweather.R$attr: int panelBackground -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_43 -com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_labelVisibilityMode -okio.RealBufferedSink: okio.BufferedSink emit() -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_titleTextStyle -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_centerY -wangdaye.com.geometricweather.R$dimen: int widget_little_weather_icon_size -io.reactivex.Observable: io.reactivex.Observable error(java.util.concurrent.Callable) -androidx.preference.R$interpolator: int fast_out_slow_in -retrofit2.KotlinExtensions: java.lang.Object awaitResponse(retrofit2.Call,kotlin.coroutines.Continuation) -androidx.viewpager2.R$styleable: int[] GradientColor -cyanogenmod.app.CustomTile$ExpandedListItem: void setExpandedListItemTitle(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int MaterialCardView_rippleColor -com.turingtechnologies.materialscrollbar.R$integer: int mtrl_chip_anim_duration -androidx.preference.R$color: int error_color_material_light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX direction -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -com.google.android.gms.base.R$drawable: int common_google_signin_btn_text_dark_normal -androidx.appcompat.widget.AppCompatImageView: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) -wangdaye.com.geometricweather.R$string: int tag_precipitation -androidx.preference.R$attr: int selectable -wangdaye.com.geometricweather.R$id: int dialog_donate_wechat_img -com.google.android.gms.location.LocationAvailability -james.adaptiveicon.R$styleable: int AppCompatTheme_actionOverflowMenuStyle -com.google.android.material.slider.BaseSlider: void setValues(java.util.List) -androidx.appcompat.R$style: int Widget_AppCompat_CompoundButton_RadioButton -cyanogenmod.app.Profile$TriggerType -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowActionBar -cyanogenmod.os.Build$CM_VERSION_CODES: int ELDERBERRY -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Display3 -com.xw.repo.bubbleseekbar.R$attr: int showAsAction -com.bumptech.glide.integration.okhttp.R$id: int right -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: boolean delayErrors -com.google.android.material.R$dimen: int notification_action_text_size -wangdaye.com.geometricweather.R$id: int withinBounds -cyanogenmod.profiles.BrightnessSettings: BrightnessSettings(android.os.Parcel) -androidx.viewpager.widget.ViewPager -com.xw.repo.bubbleseekbar.R$attr: int toolbarNavigationButtonStyle -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_snackbar_margin -com.google.android.material.R$dimen: int material_filled_edittext_font_1_3_padding_top -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: java.util.concurrent.atomic.AtomicReference inner -james.adaptiveicon.R$layout: int abc_expanded_menu_layout -wangdaye.com.geometricweather.db.entities.AlertEntity: void setId(java.lang.Long) -androidx.appcompat.widget.Toolbar$SavedState: android.os.Parcelable$Creator CREATOR -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_transitionEasing -androidx.viewpager2.R$attr: int fontProviderCerts -okio.ForwardingSource -wangdaye.com.geometricweather.background.receiver.MainReceiver: MainReceiver() -com.google.android.material.R$id: int content -androidx.preference.R$id: int buttonPanel -androidx.preference.R$id: int search_edit_frame -okio.ByteString: okio.ByteString sha256() -androidx.appcompat.R$styleable: int AppCompatTheme_dividerHorizontal -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: boolean delayError -androidx.viewpager2.R$dimen: int compat_control_corner_material -com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_itemBackground -com.amap.api.location.CoordinateConverter: com.amap.api.location.DPoint d -androidx.preference.R$attr: int spanCount -androidx.transition.R$color: int secondary_text_default_material_light -james.adaptiveicon.R$dimen: int tooltip_vertical_padding -com.google.android.material.R$styleable: int[] Badge -retrofit2.KotlinExtensions$suspendAndThrow$$inlined$suspendCoroutineUninterceptedOrReturn$lambda$1: java.lang.Exception $this_suspendAndThrow$inlined -io.reactivex.internal.util.HashMapSupplier: io.reactivex.internal.util.HashMapSupplier valueOf(java.lang.String) -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int HOT -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getShortTemperature(android.content.Context,java.lang.Integer,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) -androidx.drawerlayout.R$attr: int fontProviderFetchStrategy -okhttp3.internal.cache.DiskLruCache$Snapshot: java.lang.String key -androidx.activity.R$attr: int fontProviderFetchTimeout -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver -okio.AsyncTimeout: int TIMEOUT_WRITE_SIZE -cyanogenmod.weather.WeatherInfo$DayForecast$1: java.lang.Object createFromParcel(android.os.Parcel) -com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert -cyanogenmod.weatherservice.WeatherProviderService: java.lang.String SERVICE_META_DATA -androidx.viewpager2.R$layout: int notification_template_icon_group -androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: AppCompatMultiAutoCompleteTextView(android.content.Context) -retrofit2.Platform$Android$MainThreadExecutor: void execute(java.lang.Runnable) -okhttp3.internal.http2.Http2Connection: long degradedPingsSent -wangdaye.com.geometricweather.R$attr: int height -com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_fastScrollEnabled -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: java.util.concurrent.atomic.AtomicReference upstream -androidx.preference.R$attr: int preferenceFragmentCompatStyle -com.google.android.material.R$attr: int switchMinWidth -wangdaye.com.geometricweather.R$styleable: int OnSwipe_onTouchUp -cyanogenmod.profiles.BrightnessSettings: void writeToParcel(android.os.Parcel,int) -wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig alertEntityDaoConfig -androidx.constraintlayout.utils.widget.ImageFilterView: void setWarmth(float) -com.google.android.material.R$layout: int abc_popup_menu_header_item_layout -androidx.constraintlayout.widget.R$styleable: int CompoundButton_android_button -com.google.android.gms.location.LocationResult: android.os.Parcelable$Creator CREATOR -androidx.transition.R$drawable: int notification_bg_low_normal -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property IcePrecipitation -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_fitToContents -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onScreenTurnedOn() -cyanogenmod.weather.RequestInfo$Builder: int mTempUnit -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_17 -wangdaye.com.geometricweather.R$styleable: int BottomAppBar_fabCradleMargin -james.adaptiveicon.R$color: int primary_material_dark -retrofit2.OkHttpCall: boolean canceled -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: java.lang.String getUnit() -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1: void onResponse(retrofit2.Call,retrofit2.Response) -wangdaye.com.geometricweather.R$styleable: int OnSwipe_nestedScrollFlags -com.jaredrummler.android.colorpicker.R$id: int search_src_text -com.google.android.material.R$styleable: int AppCompatTheme_windowFixedWidthMinor -com.google.android.material.R$styleable: int[] ChipGroup -androidx.lifecycle.MediatorLiveData: androidx.arch.core.internal.SafeIterableMap mSources -wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property Date -androidx.lifecycle.LiveData: java.lang.Object mData -com.xw.repo.bubbleseekbar.R$string: int abc_searchview_description_query -com.jaredrummler.android.colorpicker.R$id: int select_dialog_listview -james.adaptiveicon.R$layout: int abc_screen_content_include -wangdaye.com.geometricweather.R$styleable: int Constraint_chainUseRtl -wangdaye.com.geometricweather.R$layout: int notification_action_tombstone -retrofit2.BuiltInConverters$ToStringConverter: retrofit2.BuiltInConverters$ToStringConverter INSTANCE -com.google.android.material.appbar.AppBarLayout: void setStatusBarForeground(android.graphics.drawable.Drawable) -androidx.activity.R$drawable -com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_layout_keyline -com.google.android.material.R$attr: int motionStagger -androidx.preference.R$attr: int switchTextOn -okhttp3.internal.http2.Hpack$Writer -okhttp3.Request: Request(okhttp3.Request$Builder) -androidx.vectordrawable.R$styleable: int ColorStateListItem_android_color -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: cyanogenmod.externalviews.KeyguardExternalViewProviderService this$0 -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: long time -com.google.android.material.R$color: int secondary_text_default_material_dark -com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_verticalDivider -com.google.android.material.R$styleable: int NavigationView_itemIconTint -okhttp3.logging.LoggingEventListener: void dnsStart(okhttp3.Call,java.lang.String) -com.turingtechnologies.materialscrollbar.R$dimen: int compat_button_inset_horizontal_material -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ProgressBar_Horizontal -androidx.hilt.lifecycle.R$id: int accessibility_action_clickable_span -wangdaye.com.geometricweather.R$color: int colorRoot_dark +retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter: java.lang.reflect.Type responseType +io.reactivex.Observable: java.lang.Object blockingFirst(java.lang.Object) +wangdaye.com.geometricweather.db.entities.DailyEntity: int getDaytimeTemperature() +cyanogenmod.providers.CMSettings$Secure: java.lang.String LOCK_PASS_TO_SECURITY_VIEW +com.turingtechnologies.materialscrollbar.R$attr: int windowNoTitle +android.didikee.donate.R$style: int Widget_AppCompat_RatingBar_Small +okhttp3.internal.http.CallServerInterceptor +wangdaye.com.geometricweather.R$string: int sp_widget_text_setting +wangdaye.com.geometricweather.settings.activities.AboutActivity: AboutActivity() +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_FixedSize +androidx.preference.R$id: int text2 +androidx.constraintlayout.widget.R$dimen: int abc_dialog_min_width_minor +wangdaye.com.geometricweather.db.entities.LocationEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX: CaiYunMainlyResult$BrandInfoBeanXX() +okhttp3.Cache: int writeAbortCount() +io.reactivex.internal.observers.InnerQueuedObserver: boolean isDone() +wangdaye.com.geometricweather.R$id: int container_main_sun_moon_controlView +androidx.appcompat.R$layout: int notification_template_part_chronometer +com.google.android.material.appbar.AppBarLayout: AppBarLayout(android.content.Context) +com.google.android.material.R$dimen: int mtrl_exposed_dropdown_menu_popup_vertical_offset +cyanogenmod.themes.ThemeManager +wangdaye.com.geometricweather.R$attr: int actionModeWebSearchDrawable +androidx.appcompat.R$style: int Base_Theme_AppCompat_Light_Dialog +wangdaye.com.geometricweather.R$color: int mtrl_text_btn_text_color_selector +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxCornerRadiusTopEnd +com.xw.repo.bubbleseekbar.R$attr: int tintMode +wangdaye.com.geometricweather.R$drawable: int flag_es +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light_DarkActionBar +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: java.lang.String getSourceName(android.content.Context) +com.google.android.material.R$styleable: int ConstraintSet_android_elevation +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: io.reactivex.disposables.Disposable upstream +cyanogenmod.app.suggest.IAppSuggestManager$Stub: android.os.IBinder asBinder() +com.google.android.material.button.MaterialButtonToggleGroup: void removeOnButtonCheckedListener(com.google.android.material.button.MaterialButtonToggleGroup$OnButtonCheckedListener) +wangdaye.com.geometricweather.R$drawable: int ic_circle_white +android.didikee.donate.R$drawable: int notification_template_icon_bg +androidx.lifecycle.ClassesInfoCache$MethodReference: ClassesInfoCache$MethodReference(int,java.lang.reflect.Method) +wangdaye.com.geometricweather.R$color: int colorTextLight2nd +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Button +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Imperial Imperial +androidx.appcompat.widget.AppCompatSpinner +okio.AsyncTimeout: boolean inQueue +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: void dispose() +com.xw.repo.bubbleseekbar.R$drawable: int abc_edit_text_material +okhttp3.HttpUrl: java.util.List pathSegments() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: int getStatus() +androidx.preference.R$styleable: int AppCompatSeekBar_tickMarkTint +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_verticalGap +wangdaye.com.geometricweather.R$id: int treeValue +androidx.appcompat.R$styleable: int AppCompatTextView_firstBaselineToTopHeight +com.turingtechnologies.materialscrollbar.R$attr: int labelVisibilityMode +wangdaye.com.geometricweather.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 +androidx.appcompat.widget.AppCompatTextView: AppCompatTextView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Minimum +androidx.preference.R$styleable: int AppCompatTextView_fontFamily +com.google.android.material.R$styleable: int TextAppearance_textAllCaps +androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_font +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_rippleColor +com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_padding_vertical +androidx.core.R$id: int accessibility_custom_action_24 +okhttp3.internal.cache.DiskLruCache$Snapshot: okhttp3.internal.cache.DiskLruCache this$0 +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeThunderstormPrecipitationDuration +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_pivotAnchor +androidx.preference.R$dimen: int tooltip_corner_radius +io.reactivex.Observable: io.reactivex.Completable switchMapCompletable(io.reactivex.functions.Function) +android.didikee.donate.R$color: int abc_secondary_text_material_light +androidx.preference.R$styleable: int AlertDialog_android_layout +com.google.android.material.R$style: int Base_AlertDialog_AppCompat +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_contentDescription +okhttp3.internal.io.FileSystem: void rename(java.io.File,java.io.File) +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver inner +okhttp3.internal.http2.Http2Codec$StreamFinishingSource +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large +james.adaptiveicon.R$styleable: int AppCompatTheme_alertDialogCenterButtons +wangdaye.com.geometricweather.R$attr: int fabCradleMargin +com.google.android.material.R$styleable: int ActionBarLayout_android_layout_gravity +androidx.loader.R$dimen: int notification_large_icon_height +okhttp3.RealCall: java.lang.String redactedUrl() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day +androidx.activity.R$drawable: int notification_icon_background +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputEditText_OutlinedBox +okhttp3.ConnectionSpec: okhttp3.ConnectionSpec RESTRICTED_TLS +io.reactivex.internal.util.VolatileSizeArrayList: java.lang.Object get(int) +androidx.lifecycle.R +okhttp3.internal.ws.RealWebSocket$1: RealWebSocket$1(okhttp3.internal.ws.RealWebSocket) +com.google.android.material.R$styleable: int NavigationView_itemShapeFillColor +com.google.android.gms.location.ActivityTransition: android.os.Parcelable$Creator CREATOR +cyanogenmod.power.IPerformanceManager$Stub: int TRANSACTION_cpuBoost_0 +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: int uv +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float pressure +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle +wangdaye.com.geometricweather.R$anim: int design_bottom_sheet_slide_out +androidx.constraintlayout.widget.R$styleable: int FontFamily_fontProviderFetchTimeout +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Imperial Imperial +wangdaye.com.geometricweather.R$layout: int abc_list_menu_item_checkbox +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_normalContainer +com.google.android.material.button.MaterialButtonToggleGroup: void setupButtonChild(com.google.android.material.button.MaterialButton) +androidx.activity.R$attr: int fontProviderQuery +com.google.android.material.R$id: int src_in +okhttp3.HttpUrl: java.lang.String encodedUsername() +androidx.drawerlayout.R$styleable: int[] FontFamily +retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$1 +com.google.android.material.R$attr: int inverse +wangdaye.com.geometricweather.R$id: int motion_base +com.google.android.material.R$dimen: int mtrl_btn_stroke_size +wangdaye.com.geometricweather.R$id: int widget_text_container +androidx.appcompat.R$style: int TextAppearance_AppCompat_Caption +wangdaye.com.geometricweather.R$id: int cpv_hex +androidx.appcompat.R$styleable: int AppCompatTheme_dialogCornerRadius +androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableTransition_android_fromId +androidx.constraintlayout.widget.VirtualLayout +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionDropDownStyle +io.reactivex.internal.disposables.EmptyDisposable: void error(java.lang.Throwable,io.reactivex.SingleObserver) +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_EXPORT_WITH_RC4_40_MD5 +okhttp3.internal.ws.RealWebSocket: int receivedPongCount() +androidx.appcompat.resources.R$id: int action_container +com.google.android.material.R$styleable: int Constraint_layout_constraintEnd_toEndOf +okhttp3.RealCall: okhttp3.RealCall clone() +cyanogenmod.providers.CMSettings$Global: boolean putStringForUser(android.content.ContentResolver,java.lang.String,java.lang.String,int) +androidx.constraintlayout.widget.R$styleable: int MotionTelltales_telltales_tailColor +io.reactivex.Observable: io.reactivex.Observable groupBy(io.reactivex.functions.Function,io.reactivex.functions.Function,boolean) +androidx.transition.R$styleable: int[] FontFamily +wangdaye.com.geometricweather.R$drawable: int btn_radio_off_to_on_mtrl_animation +android.didikee.donate.R$dimen: R$dimen() +androidx.lifecycle.Lifecycling$1: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) +com.xw.repo.bubbleseekbar.R$color: int switch_thumb_material_light +cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_BLUETOOTH +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintGuide_begin +retrofit2.Invocation +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void dispose() +androidx.preference.R$style: int Base_Widget_AppCompat_ProgressBar +wangdaye.com.geometricweather.R$id: int widget_clock_day_todayTemp +com.google.android.material.R$id: int design_menu_item_action_area_stub +androidx.work.R$attr +androidx.appcompat.R$dimen: int abc_list_item_padding_horizontal_material +com.jaredrummler.android.colorpicker.R$attr: int switchStyle +androidx.appcompat.resources.R$id: int accessibility_custom_action_28 +androidx.recyclerview.R$dimen: int notification_subtext_size +androidx.appcompat.widget.AppCompatImageView: void setSupportImageTintList(android.content.res.ColorStateList) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Snow: int UnitType +com.google.android.gms.common.api.ResolvableApiException: android.app.PendingIntent getResolution() +wangdaye.com.geometricweather.R$color: int foreground_material_dark +cyanogenmod.library.R$attr: int type +com.google.android.material.R$dimen: int mtrl_transition_shared_axis_slide_distance +com.google.android.material.R$styleable: int[] LinearLayoutCompat_Layout +retrofit2.Platform: java.util.List defaultCallAdapterFactories(java.util.concurrent.Executor) +wangdaye.com.geometricweather.R$layout: int material_textinput_timepicker +io.reactivex.Observable: io.reactivex.Observable delay(long,java.util.concurrent.TimeUnit,boolean) +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_saveFlags +cyanogenmod.externalviews.IExternalViewProvider$Stub: java.lang.String DESCRIPTOR +io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: boolean isDisposed() +okhttp3.HttpUrl: java.lang.String query() +wangdaye.com.geometricweather.R$attr: int actionBarTabStyle +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_day_width +retrofit2.RequestBuilder: void addTag(java.lang.Class,java.lang.Object) +androidx.coordinatorlayout.widget.CoordinatorLayout: void setOnHierarchyChangeListener(android.view.ViewGroup$OnHierarchyChangeListener) +com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_statusBarBackground +com.jaredrummler.android.colorpicker.R$attr: int coordinatorLayoutStyle +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_ActionBar +cyanogenmod.providers.CMSettings$System: java.lang.String ENABLE_REVERSE_LOOKUP +com.turingtechnologies.materialscrollbar.R$color: int switch_thumb_normal_material_dark +wangdaye.com.geometricweather.R$integer +james.adaptiveicon.R$style: int Widget_AppCompat_Button_Borderless +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_startIconContentDescription +wangdaye.com.geometricweather.R$attr: int paddingBottomSystemWindowInsets +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setThunderstormPrecipitation(java.lang.Float) +androidx.constraintlayout.widget.R$id: int tag_accessibility_actions +james.adaptiveicon.R$attr: int actionModeCutDrawable +androidx.appcompat.R$id: int accessibility_custom_action_30 +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_AM_PM_VALIDATOR +com.google.android.material.R$style: int Theme_MaterialComponents_Light_Bridge +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken BEGIN_OBJECT +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_BottomNavigationView +com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_keylines +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setShrinkMotionSpec(com.google.android.material.animation.MotionSpec) +okhttp3.Cache$CacheRequestImpl: boolean done +androidx.recyclerview.R$drawable: int notification_bg +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone: java.lang.String Code +com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleTintMode(android.graphics.PorterDuff$Mode) +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_endIconMode +wangdaye.com.geometricweather.R$layout: int material_clock_display +com.google.android.material.R$styleable: int AppCompatTheme_actionBarTheme +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_summary +com.google.android.material.R$attr: int drawableSize +james.adaptiveicon.R$attr: int actionModePopupWindowStyle +com.google.android.material.R$style: int Widget_AppCompat_RatingBar +com.xw.repo.bubbleseekbar.R$attr: int titleTextColor +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_28 +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void drain() +io.reactivex.internal.util.EmptyComponent: void cancel() +androidx.appcompat.R$attr: int windowActionBarOverlay +cyanogenmod.weather.CMWeatherManager: cyanogenmod.weather.CMWeatherManager sInstance +androidx.vectordrawable.R$styleable: int GradientColor_android_gradientRadius +okio.HashingSink: okio.HashingSink hmacSha1(okio.Sink,okio.ByteString) +com.google.android.material.R$attr: int helperTextTextAppearance +cyanogenmod.providers.CMSettings$Global: java.lang.String POWER_NOTIFICATIONS_ENABLED +androidx.recyclerview.R$dimen: int compat_control_corner_material +androidx.transition.R$attr: int fontWeight +com.turingtechnologies.materialscrollbar.R$attr: int chipIconSize +com.google.android.material.internal.FlowLayout: FlowLayout(android.content.Context,android.util.AttributeSet) +androidx.preference.R$styleable: int ActionBar_homeLayout +com.turingtechnologies.materialscrollbar.R$style: int AlertDialog_AppCompat +com.google.android.material.R$attr: int lineSpacing +cyanogenmod.app.ICustomTileListener$Stub +androidx.viewpager2.R$dimen: int notification_top_pad +cyanogenmod.os.Build$CM_VERSION_CODES +com.jaredrummler.android.colorpicker.R$attr: int queryBackground +okio.BufferedSource: int read(byte[]) +android.didikee.donate.R$styleable: int AppCompatImageView_tint +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: java.lang.String unitId +wangdaye.com.geometricweather.R$color: int notification_background_primary +androidx.constraintlayout.widget.R$attr: int homeAsUpIndicator +wangdaye.com.geometricweather.R$attr: int cpv_colorPresets +com.google.android.gms.location.GeofencingRequest: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours: AccuCurrentResult$PrecipitationSummary$Past12Hours() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getMoldLevel() +com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: int type +com.google.android.material.R$color: int mtrl_bottom_nav_colored_ripple_color +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Sun: java.lang.Long set +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property District +com.google.android.material.R$styleable: int Constraint_flow_firstVerticalBias +androidx.hilt.lifecycle.R$styleable: int FragmentContainerView_android_name +wangdaye.com.geometricweather.R$dimen: int fastscroll_margin +com.google.android.material.R$styleable: int Chip_chipIconTint +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_CompoundButton_Switch +androidx.hilt.R$id: int accessibility_custom_action_16 +com.xw.repo.bubbleseekbar.R$drawable: int abc_tab_indicator_material +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex +androidx.appcompat.R$drawable: int abc_ic_menu_overflow_material +androidx.appcompat.R$drawable: int abc_action_bar_item_background_material +com.xw.repo.bubbleseekbar.R$dimen: int abc_search_view_preferred_width +wangdaye.com.geometricweather.R$id: int item_card_display_deleteBtn +wangdaye.com.geometricweather.R$string: int uv_index +com.bumptech.glide.integration.okhttp.R$styleable: int[] FontFamilyFont +okhttp3.HttpUrl: okhttp3.HttpUrl get(java.net.URI) +okhttp3.internal.platform.AndroidPlatform: void logCloseableLeak(java.lang.String,java.lang.Object) +io.reactivex.internal.subscriptions.BasicQueueSubscription: void clear() +io.reactivex.internal.functions.Functions$HashSetCallable: java.util.Set call() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint: AccuCurrentResult$DewPoint() +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: long skip +androidx.transition.R$attr: int fontStyle +james.adaptiveicon.R$attr: int listPreferredItemPaddingLeft +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_7 +okhttp3.internal.http2.Http2Connection: long access$708(okhttp3.internal.http2.Http2Connection) +wangdaye.com.geometricweather.R$styleable: int MaterialButton_elevation +james.adaptiveicon.R$style: int Widget_AppCompat_ActionBar_TabBar +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_max +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_goIcon +james.adaptiveicon.R$styleable: int MenuItem_android_visible +okhttp3.Cache: void abortQuietly(okhttp3.internal.cache.DiskLruCache$Editor) +james.adaptiveicon.R$style: int Widget_AppCompat_ActionButton_Overflow +androidx.drawerlayout.widget.DrawerLayout: DrawerLayout(android.content.Context,android.util.AttributeSet,int) +androidx.preference.R$styleable: int PreferenceTheme_seekBarPreferenceStyle +androidx.preference.R$attr: int layout_insetEdge +com.google.android.material.R$styleable: int[] TextInputEditText +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setShowMotionSpec(com.google.android.material.animation.MotionSpec) +wangdaye.com.geometricweather.R$id: int dragEnd +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Button +com.google.android.gms.base.R$drawable: int common_google_signin_btn_text_light +com.jaredrummler.android.colorpicker.R$id: int regular +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_toRightOf +com.google.android.gms.common.internal.zaw +androidx.constraintlayout.widget.R$drawable: int abc_ab_share_pack_mtrl_alpha +james.adaptiveicon.R$style: int ThemeOverlay_AppCompat_Dark +androidx.lifecycle.Observer +com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_elevation +com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_listItemLayout +androidx.viewpager2.R$dimen +com.bumptech.glide.R$attr +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Toolbar_Surface +wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_active_item_min_width +io.reactivex.Observable: io.reactivex.Observable throttleLast(long,java.util.concurrent.TimeUnit) +com.xw.repo.bubbleseekbar.R$attr: int buttonBarStyle +okio.BufferedSource: boolean request(long) +androidx.lifecycle.extensions.R$integer: R$integer() +com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_chipSpacing +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken NAME +android.didikee.donate.R$integer: int abc_config_activityShortDur +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Imperial Imperial +com.jaredrummler.android.colorpicker.R$drawable: int abc_textfield_search_default_mtrl_alpha +wangdaye.com.geometricweather.R$style: int Platform_MaterialComponents +com.jaredrummler.android.colorpicker.R$dimen: int tooltip_horizontal_padding +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_switchPreferenceStyle +wangdaye.com.geometricweather.R$dimen: int mtrl_snackbar_padding_horizontal +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Small +james.adaptiveicon.R$attr: int actionBarItemBackground +com.google.android.material.R$string: int mtrl_chip_close_icon_content_description +androidx.fragment.R$string: int status_bar_notification_info_overflow +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_24 com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_star_black_48dp -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder encodedUsername(java.lang.String) -retrofit2.BuiltInConverters$BufferingResponseBodyConverter: BuiltInConverters$BufferingResponseBodyConverter() -com.google.android.material.R$id: int cancel_button -wangdaye.com.geometricweather.R$styleable: int[] AppCompatTextHelper -wangdaye.com.geometricweather.R$drawable: int notif_temp_140 -com.google.android.material.R$id: int parentPanel -james.adaptiveicon.R$styleable: int Spinner_android_dropDownWidth -wangdaye.com.geometricweather.R$string: int nighttime -com.bumptech.glide.integration.okhttp.R$id: int chronometer -cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setWeatherCondition(int) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: FlowableOnBackpressureBuffer$BackpressureBufferSubscriber(org.reactivestreams.Subscriber,int,boolean,boolean,io.reactivex.functions.Action) -okhttp3.OkHttpClient$1: void apply(okhttp3.ConnectionSpec,javax.net.ssl.SSLSocket,boolean) -okhttp3.internal.cache2.Relay: void writeHeader(okio.ByteString,long,long) -androidx.constraintlayout.widget.R$styleable: int AppCompatSeekBar_tickMark -cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_onStart_1 -wangdaye.com.geometricweather.R$array: int week_widget_styles -androidx.constraintlayout.widget.R$string: int abc_searchview_description_query -androidx.vectordrawable.R$id: int accessibility_custom_action_24 -com.google.android.material.textfield.TextInputLayout: void setBoxStrokeWidthFocused(int) -retrofit2.RequestBuilder: okhttp3.FormBody$Builder formBuilder -androidx.appcompat.R$styleable: int MenuItem_iconTintMode -com.xw.repo.bubbleseekbar.R$layout: int abc_alert_dialog_material -com.google.gson.internal.LazilyParsedNumber: java.lang.String value -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_checkBoxPreferenceStyle -androidx.vectordrawable.R$id: int accessibility_custom_action_4 -androidx.work.R$attr: int fontStyle -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_AES_256_CBC_SHA -com.xw.repo.bubbleseekbar.R$attr: int iconTintMode -wangdaye.com.geometricweather.R$string: int material_hour_selection -com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_check_material -androidx.constraintlayout.widget.R$styleable: int Constraint_android_elevation -james.adaptiveicon.R$styleable: int[] ActionMenuItemView -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: long serialVersionUID -com.turingtechnologies.materialscrollbar.R$style: int Platform_MaterialComponents_Light_Dialog -androidx.constraintlayout.widget.R$attr: int switchPadding -okhttp3.internal.cache.CacheStrategy$Factory: int ageSeconds -androidx.recyclerview.R$id: int accessibility_custom_action_10 -io.reactivex.internal.observers.InnerQueuedObserver: void setDone() -wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoonSetDate(java.util.Date) -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircularSkyWeatherView: int getWeatherKind() -com.google.android.material.R$styleable: int KeyTrigger_framePosition -com.google.android.material.R$color: int design_default_color_on_error -james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_drawableStart -androidx.constraintlayout.widget.R$dimen: int abc_action_button_min_width_overflow_material -wangdaye.com.geometricweather.common.basic.models.weather.Wind: boolean isValidSpeed() -com.turingtechnologies.materialscrollbar.R$id: int listMode -com.turingtechnologies.materialscrollbar.R$attr: int msb_rightToLeft -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_default_padding_start_material -com.turingtechnologies.materialscrollbar.DragScrollBar: DragScrollBar(android.content.Context,android.util.AttributeSet) -androidx.hilt.R$styleable: int FontFamily_fontProviderCerts -wangdaye.com.geometricweather.R$interpolator: int mtrl_fast_out_linear_in -com.google.android.material.R$id: int date_picker_actions -androidx.viewpager2.R$attr: int layoutManager -okhttp3.internal.ws.WebSocketReader: void readMessage() -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_alterWindow -cyanogenmod.externalviews.ExternalView$8: ExternalView$8(cyanogenmod.externalviews.ExternalView) -androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type CONSTANT -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse -okhttp3.internal.http2.Settings: int set -james.adaptiveicon.R$styleable: int TextAppearance_android_shadowRadius -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_106 -com.turingtechnologies.materialscrollbar.R$attr: int buttonBarNegativeButtonStyle -com.xw.repo.bubbleseekbar.R$dimen: int tooltip_precise_anchor_threshold -com.xw.repo.bubbleseekbar.R$attr: int title -wangdaye.com.geometricweather.R$id: int activity_widget_config_clockFontContainer -androidx.appcompat.R$styleable: int GradientColorItem_android_color -com.turingtechnologies.materialscrollbar.R$attr: int colorAccent -io.reactivex.internal.subscriptions.SubscriptionArbiter: long serialVersionUID -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeCloudCover -androidx.loader.R$drawable: int notification_bg_normal_pressed -wangdaye.com.geometricweather.R$array: int precipitation_units -androidx.appcompat.R$style: int Widget_AppCompat_PopupMenu -androidx.preference.R$attr: int tooltipForegroundColor -com.bumptech.glide.Registry$NoImageHeaderParserException -androidx.constraintlayout.widget.R$anim: int btn_checkbox_to_unchecked_box_inner_merged_animation -com.bumptech.glide.load.PreferredColorSpace: com.bumptech.glide.load.PreferredColorSpace[] values() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial: java.lang.String Unit -androidx.work.R$id: int tag_transition_group -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large -androidx.constraintlayout.widget.R$style: int Animation_AppCompat_Dialog -wangdaye.com.geometricweather.R$string: int mtrl_chip_close_icon_content_description -androidx.hilt.R$id: int line3 -androidx.work.ExistingPeriodicWorkPolicy: androidx.work.ExistingPeriodicWorkPolicy valueOf(java.lang.String) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String primary -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintLeft_toRightOf -androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionButton_Overflow -cyanogenmod.weather.RequestInfo: int mTempUnit -wangdaye.com.geometricweather.R$styleable: int NavigationView_menu -androidx.activity.R$id: int accessibility_custom_action_27 -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: InkPageIndicator(android.content.Context,android.util.AttributeSet) -com.xw.repo.bubbleseekbar.R$attr: int subtitleTextStyle -androidx.preference.R$drawable: int abc_text_select_handle_left_mtrl_dark -androidx.lifecycle.EmptyActivityLifecycleCallbacks -io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapSupport parent -android.didikee.donate.R$styleable: int TextAppearance_android_textColorHint -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX -com.xw.repo.bubbleseekbar.R$attr: int textAppearanceListItem -wangdaye.com.geometricweather.R$styleable: int ActionMode_backgroundSplit -okhttp3.internal.ws.RealWebSocket: okhttp3.Request originalRequest -androidx.activity.R$color: int notification_action_color_filter -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse -com.google.android.material.R$style: int Base_Theme_MaterialComponents -com.google.android.material.card.MaterialCardView: MaterialCardView(android.content.Context) -androidx.constraintlayout.widget.R$id: int left -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarViewPager -com.google.android.material.R$id: int search_src_text -androidx.lifecycle.extensions.R$dimen: int notification_content_margin_start -wangdaye.com.geometricweather.R$drawable: int shortcuts_rain -wangdaye.com.geometricweather.R$string: int abc_capital_off -cyanogenmod.app.CMContextConstants$Features: java.lang.String LIVE_LOCK_SCREEN -androidx.appcompat.R$styleable: int StateListDrawable_android_exitFadeDuration -com.google.android.material.R$style: int ThemeOverlay_AppCompat_DayNight -io.reactivex.internal.operators.observable.ObservableGroupBy$State: java.lang.Throwable error -androidx.constraintlayout.widget.R$id: int SHOW_ALL -com.google.android.material.button.MaterialButton: void setOnPressedChangeListenerInternal(com.google.android.material.button.MaterialButton$OnPressedChangeListener) -wangdaye.com.geometricweather.R$string: int settings_summary_background_free_off -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int RainProbability -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: java.lang.String datetime -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property RealFeelTemperature -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.WeatherEntityDao getWeatherEntityDao() -com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton -com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_buttonPanelSideLayout -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeTotalPrecipitationDuration() -com.google.android.material.R$styleable: int TextInputLayout_boxCornerRadiusTopStart +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title +com.google.android.material.slider.RangeSlider: void setTrackHeight(int) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: boolean val$visible +org.greenrobot.greendao.database.DatabaseOpenHelper: DatabaseOpenHelper(android.content.Context,java.lang.String,android.database.sqlite.SQLiteDatabase$CursorFactory,int) +wangdaye.com.geometricweather.R$attr: int behavior_hideable +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setPrecipitationProbability(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean) +androidx.constraintlayout.widget.R$string: int abc_action_mode_done +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeBackground +com.google.android.material.appbar.AppBarLayout: int getPendingAction() +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_BottomSheet +com.google.android.material.R$string: int mtrl_picker_text_input_date_range_start_hint +wangdaye.com.geometricweather.R$array: int speed_unit_voices +com.google.android.material.R$styleable: int MaterialButton_iconGravity +com.google.android.material.R$attr: int layout_constraintWidth_default +com.jaredrummler.android.colorpicker.R$styleable: int[] MenuGroup +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.ChineseCityEntity) +androidx.constraintlayout.widget.R$attr: int layout_constraintEnd_toEndOf +com.amap.api.fence.GeoFenceClient: boolean isPause() +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language ENGLISH_US +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver inner +androidx.lifecycle.LifecycleDispatcher$DispatcherActivityCallback: void onActivityStopped(android.app.Activity) +androidx.appcompat.R$id: int accessibility_custom_action_7 +com.google.android.material.R$attr: int flow_padding +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Dialog_MinWidth +androidx.dynamicanimation.R$styleable: int FontFamilyFont_font +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Dialog_FixedSize +okio.SegmentedByteString: java.lang.String utf8() +com.google.android.material.R$styleable: int Constraint_layout_constraintWidth_default +androidx.preference.R$styleable: int MenuView_preserveIconSpacing +wangdaye.com.geometricweather.R$string: int settings_title_dark_mode +com.bumptech.glide.integration.okhttp.R$attr: int layout_keyline +com.turingtechnologies.materialscrollbar.R$color: int material_blue_grey_800 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Imperial: double Value +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_4 +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Imperial: java.lang.String Unit +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeCutDrawable +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_android_minHeight +com.turingtechnologies.materialscrollbar.R$string: int abc_menu_delete_shortcut_label +com.baidu.location.indoor.c: c(int) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeWetBulbTemperature +com.google.gson.stream.JsonReader: long MIN_INCOMPLETE_INTEGER +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void innerError(io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver,java.lang.Throwable) +james.adaptiveicon.R$dimen: R$dimen() +androidx.appcompat.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void onStop() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX() +retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$2: java.lang.Object invoke(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_fab_elevation +com.google.android.material.R$color: int mtrl_choice_chip_text_color +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast +com.google.android.material.R$styleable: int Constraint_android_translationZ +james.adaptiveicon.R$styleable: int FontFamily_fontProviderFetchTimeout +okio.SegmentedByteString: okio.ByteString toAsciiLowercase() +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: java.lang.String getUnitId() +cyanogenmod.app.IProfileManager: boolean profileExistsByName(java.lang.String) +cyanogenmod.externalviews.ExternalView: void onActivitySaveInstanceState(android.app.Activity,android.os.Bundle) +androidx.appcompat.R$drawable: int abc_item_background_holo_dark +android.didikee.donate.R$styleable: int[] AppCompatImageView +androidx.preference.R$styleable: int ActionBar_navigationMode +com.google.android.material.R$attr: int fontProviderFetchStrategy +james.adaptiveicon.R$dimen: int abc_action_bar_default_padding_end_material +com.google.android.material.internal.NavigationMenuItemView: NavigationMenuItemView(android.content.Context) +cyanogenmod.providers.WeatherContract: WeatherContract() +com.baidu.location.e.l$b: com.baidu.location.e.l$b d +androidx.appcompat.R$string: int abc_shareactionprovider_share_with_application +wangdaye.com.geometricweather.R$string: int content_desc_check_details +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Humidity +com.xw.repo.bubbleseekbar.R$style: int Base_V21_Theme_AppCompat_Light_Dialog +androidx.appcompat.R$drawable: int abc_ic_star_black_36dp +androidx.lifecycle.SavedStateViewModelFactory +androidx.recyclerview.R$style: int Widget_Compat_NotificationActionText +com.google.android.material.R$attr: int materialCalendarMonthNavigationButton +androidx.preference.SwitchPreference: SwitchPreference(android.content.Context,android.util.AttributeSet) +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: int prefetch +com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity +androidx.drawerlayout.R$styleable +com.google.android.material.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem +androidx.legacy.coreutils.R$dimen: int compat_notification_large_icon_max_width +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton +wangdaye.com.geometricweather.R$attr: int dragScale +okio.ByteString +wangdaye.com.geometricweather.R$color: int bright_foreground_material_light +com.jaredrummler.android.colorpicker.R$id: int line1 +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: io.reactivex.disposables.Disposable upstream +org.greenrobot.greendao.database.DatabaseOpenHelper: void onCreate(org.greenrobot.greendao.database.Database) +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: io.reactivex.functions.BiPredicate comparer +okhttp3.Route: int hashCode() +androidx.constraintlayout.widget.R$drawable: int abc_dialog_material_background +com.google.android.material.R$string: int mtrl_picker_invalid_range +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: io.reactivex.internal.util.AtomicThrowable errors +androidx.vectordrawable.R$id: int italic +wangdaye.com.geometricweather.R$layout: int container_main_pollen +com.bumptech.glide.R$attr: int layout_behavior +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX +okhttp3.Authenticator$1: Authenticator$1() +wangdaye.com.geometricweather.R$attr: int popupMenuStyle +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: io.reactivex.disposables.CompositeDisposable disposables +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_MaterialComponents_Chip +androidx.preference.R$style: int TextAppearance_AppCompat_Inverse +cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_NFC +wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayVerticalWidgetConfigActivity: Hilt_ClockDayVerticalWidgetConfigActivity() +com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_gradientRadius +android.didikee.donate.R$styleable: int AppCompatTheme_actionBarSplitStyle +cyanogenmod.app.CustomTileListenerService: void onCustomTilePosted(cyanogenmod.app.StatusBarPanelCustomTile) +wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_actionTextColorAlpha +org.greenrobot.greendao.AbstractDao: void deleteByKeyInTx(java.lang.Iterable) +com.jaredrummler.android.colorpicker.R$styleable: int MenuGroup_android_menuCategory +wangdaye.com.geometricweather.R$dimen: int abc_action_bar_default_height_material +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_11 +com.google.android.material.appbar.AppBarLayout: void addOnOffsetChangedListener(com.google.android.material.appbar.AppBarLayout$BaseOnOffsetChangedListener) +androidx.drawerlayout.R$layout: R$layout() +com.amap.api.fence.PoiItem: java.lang.String getTypeCode() +wangdaye.com.geometricweather.R$styleable: int SwitchImageButton_drawable_res_on +com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawable_android_visible +com.google.android.material.R$anim: int btn_checkbox_to_checked_box_outer_merged_animation +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_checkedTextViewStyle +com.google.android.material.R$attr: int tabIconTint +wangdaye.com.geometricweather.R$styleable: int AppBarLayout_statusBarForeground +wangdaye.com.geometricweather.R$styleable: int[] ProgressIndicator +io.reactivex.Observable: io.reactivex.Observable flatMapSingle(io.reactivex.functions.Function) +androidx.appcompat.widget.SearchView: void setSearchableInfo(android.app.SearchableInfo) +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_DialogWhenLarge +com.google.android.material.R$style: int Widget_MaterialComponents_Light_ActionBar_Solid +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property CurrentPosition +com.xw.repo.bubbleseekbar.R$id: int chronometer +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay valueOf(java.lang.String) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintLeft_toLeftOf +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: long requested() +okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.lang.String[] PREVAILING_RULE +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionMenuTextAppearance +cyanogenmod.os.Build: Build() +androidx.vectordrawable.animated.R$drawable: int notification_template_icon_bg +cyanogenmod.providers.CMSettings$System: java.lang.String KEY_APP_SWITCH_LONG_PRESS_ACTION +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$3: void run() +io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: io.reactivex.Observer downstream +androidx.fragment.R$drawable: int notification_bg_normal_pressed +okhttp3.internal.http1.Http1Codec$ChunkedSource: boolean hasMoreChunks +io.reactivex.Observable: io.reactivex.Observable skipLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +com.google.android.material.R$styleable: int[] View +com.bumptech.glide.R$styleable: int GradientColorItem_android_offset +com.google.android.material.R$styleable: int ActionBar_progressBarPadding +com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Widget_AppCompat_Toolbar +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String daytimeWindLevel +android.didikee.donate.R$styleable: int LinearLayoutCompat_android_baselineAligned +okhttp3.Cache$Entry: java.lang.String RECEIVED_MILLIS +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void onNext(java.lang.Object) +androidx.constraintlayout.widget.R$attr: int dropDownListViewStyle +androidx.lifecycle.SavedStateHandle: boolean contains(java.lang.String) +wangdaye.com.geometricweather.R$string: int key_language +android.didikee.donate.R$attr: int buttonBarNegativeButtonStyle +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_contentInsetLeft +james.adaptiveicon.R$attr: int overlapAnchor +com.jaredrummler.android.colorpicker.R$attr: int cpv_previewSize +cyanogenmod.library.R$id +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: void onComplete() +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_23 +wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Snackbar_Message +cyanogenmod.app.IPartnerInterface$Stub$Proxy: java.lang.String getInterfaceDescriptor() +retrofit2.RequestBuilder: void canonicalizeForPath(okio.Buffer,java.lang.String,int,int,boolean) +cyanogenmod.externalviews.IExternalViewProvider: void alterWindow(int,int,int,int,boolean,android.graphics.Rect) +com.jaredrummler.android.colorpicker.R$styleable: int FontFamily_fontProviderQuery +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SLEET +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void innerComplete() +io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: io.reactivex.functions.BiPredicate predicate +androidx.core.R$layout: int notification_template_icon_group +io.reactivex.internal.util.VolatileSizeArrayList: java.lang.Object remove(int) +wangdaye.com.geometricweather.R$styleable: int View_android_focusable +android.didikee.donate.R$styleable: int Toolbar_popupTheme +wangdaye.com.geometricweather.R$id: int widget_day_time +android.didikee.donate.R$attr: int paddingTopNoTitle +com.google.android.material.tabs.TabLayout: void setSelectedTabIndicator(int) +androidx.preference.R$styleable: int SwitchPreference_android_summaryOff +com.google.android.material.R$id: int content +com.jaredrummler.android.colorpicker.R$string: int abc_searchview_description_query +cyanogenmod.externalviews.ExternalViewProviderService$Provider: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl mImpl +io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.R$styleable: int[] BottomSheetBehavior_Layout +cyanogenmod.app.BaseLiveLockManagerService$1 +com.google.android.material.floatingactionbutton.FloatingActionButton: void setBackgroundResource(int) +androidx.constraintlayout.widget.R$styleable: int FontFamily_fontProviderPackage +androidx.preference.R$integer: int config_tooltipAnimTime +com.xw.repo.bubbleseekbar.R$attr: int goIcon +james.adaptiveicon.R$style: int Base_Theme_AppCompat_CompactMenu +retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback: CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback(retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter,java.util.concurrent.CompletableFuture) +com.google.android.material.textfield.TextInputLayout: void setHelperText(java.lang.CharSequence) +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_title +androidx.appcompat.widget.SwitchCompat: void setSwitchTypeface(android.graphics.Typeface) +androidx.constraintlayout.widget.R$styleable: int MockView_mock_labelColor +cyanogenmod.externalviews.KeyguardExternalView$10: cyanogenmod.externalviews.KeyguardExternalView this$0 +okhttp3.Handshake: java.util.List peerCertificates() +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_marginRight +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: MinutelyEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) +wangdaye.com.geometricweather.R$array: int air_quality_units +androidx.appcompat.widget.SwitchCompat: int getThumbScrollRange() +androidx.constraintlayout.widget.R$drawable: int btn_checkbox_checked_mtrl +cyanogenmod.providers.CMSettings$System: long getLongForUser(android.content.ContentResolver,java.lang.String,long,int) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float pressure +androidx.preference.R$dimen: int abc_list_item_height_small_material +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Metric: double Value +com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_fastScrollEnabled +okio.ByteString: int indexOf(byte[]) +cyanogenmod.app.suggest.IAppSuggestProvider: boolean handles(android.content.Intent) +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Display3 +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintStart_toEndOf +wangdaye.com.geometricweather.R$attr: int colorSwitchThumbNormal +okio.Buffer: java.util.List segmentSizes() +wangdaye.com.geometricweather.R$style: int TestStyleWithLineHeight +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Small +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setIcePrecipitationProbability(java.lang.Float) +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: void setIndicatorColor(int) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: double seaLevel +com.google.android.material.chip.Chip: void setChipText(java.lang.CharSequence) +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_PopupMenu +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: io.reactivex.internal.fuseable.SimpleQueue queue +androidx.appcompat.widget.AppCompatCheckBox: AppCompatCheckBox(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.R$id: int month_navigation_next +androidx.transition.R$id: int chronometer +wangdaye.com.geometricweather.R$styleable: int CardView_android_minHeight +james.adaptiveicon.R$color: int material_grey_600 +io.reactivex.internal.operators.observable.ObservableGroupBy$State: void drain() +androidx.appcompat.R$attr: int buttonBarNegativeButtonStyle +androidx.constraintlayout.utils.widget.ImageFilterButton: float getContrast() +wangdaye.com.geometricweather.R$id: int activity_allergen_container +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_TabText +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: void setPrecipitation(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintStart_toEndOf +androidx.preference.R$styleable: int[] GradientColorItem +android.didikee.donate.R$attr: int listPreferredItemHeightLarge +com.xw.repo.bubbleseekbar.R$attr: int layout_anchorGravity +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Caption +androidx.preference.R$styleable: int[] ActionMode +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: java.lang.String languageId +cyanogenmod.weather.RequestInfo: java.lang.String getCityName() +com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_statusBarBackground +androidx.constraintlayout.widget.R$attr: int waveOffset +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeCloudCover() +wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_showColorShades +com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_radio_to_on_mtrl_000 +cyanogenmod.weather.WeatherLocation: java.lang.String access$302(cyanogenmod.weather.WeatherLocation,java.lang.String) +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Caption +wangdaye.com.geometricweather.R$id: int expanded_menu +androidx.appcompat.R$style: int Widget_AppCompat_DropDownItem_Spinner +com.google.android.material.R$dimen: int mtrl_calendar_dialog_background_inset +androidx.preference.R$drawable: int notification_bg_normal_pressed +cyanogenmod.externalviews.KeyguardExternalView$9: KeyguardExternalView$9(cyanogenmod.externalviews.KeyguardExternalView) +io.reactivex.Observable: io.reactivex.Observable combineLatestDelayError(io.reactivex.ObservableSource[],io.reactivex.functions.Function) +io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: boolean isDisposed() +androidx.appcompat.widget.AppCompatRadioButton: android.graphics.PorterDuff$Mode getSupportButtonTintMode() +james.adaptiveicon.R$styleable: int AppCompatTextView_drawableStartCompat +androidx.preference.R$styleable: int CheckBoxPreference_android_summaryOn +wangdaye.com.geometricweather.R$string: int settings_summary_background_free_on +androidx.customview.R$attr: int fontProviderCerts +com.google.android.material.R$integer: int status_bar_notification_info_maxnum +wangdaye.com.geometricweather.R$attr: int passwordToggleEnabled +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintTop_creator +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getShortAbbreviation(android.content.Context) +com.bumptech.glide.R$styleable: int GradientColor_android_endX +wangdaye.com.geometricweather.R$id: int titleDividerNoCustom +com.bumptech.glide.R$styleable: int GradientColor_android_centerColor +com.google.android.material.R$styleable: int Constraint_flow_horizontalStyle +wangdaye.com.geometricweather.R$color: int colorTextTitle_light +com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String p +androidx.preference.R$attr: int textAppearanceListItemSecondary +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher: androidx.lifecycle.LiveData mLiveData +wangdaye.com.geometricweather.R$id: int widget_clock_day_weather +wangdaye.com.geometricweather.R$drawable: int notif_temp_31 +androidx.constraintlayout.widget.R$anim +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ListMenuView +androidx.constraintlayout.widget.R$dimen: int abc_control_padding_material +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial +androidx.preference.R$attr: int iconTint +cyanogenmod.app.ProfileGroup: ProfileGroup(android.os.Parcel) +com.turingtechnologies.materialscrollbar.R$attr: int itemIconSize +okhttp3.internal.ws.RealWebSocket$Streams: boolean client +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$LocalSource: int Id +com.google.android.material.R$attr: int chipMinHeight +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_title +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer realFeelTemperature +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_DarkActionBar +com.google.android.material.navigation.NavigationView +androidx.viewpager.R$dimen: R$dimen() +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: boolean isCancelled() +com.google.android.material.R$dimen: int cardview_compat_inset_shadow +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintBottom_creator +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Metric: double Value +cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_unregisterChangeListener +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Large_Inverse +androidx.vectordrawable.animated.R$drawable: int notification_template_icon_low_bg +wangdaye.com.geometricweather.R$string: int abc_capital_on +com.google.android.material.textfield.TextInputLayout: void setPlaceholderTextColor(android.content.res.ColorStateList) +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: void dispose() +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_20 +cyanogenmod.hardware.CMHardwareManager: int[] getDisplayColorCalibrationArray() +com.turingtechnologies.materialscrollbar.Indicator: int getIndicatorHeight() +james.adaptiveicon.R$id: int src_in +com.google.android.material.R$attr: int content +com.google.android.material.internal.NavigationMenuItemView: NavigationMenuItemView(android.content.Context,android.util.AttributeSet,int) +androidx.preference.R$styleable: int[] PreferenceFragmentCompat +io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: java.lang.Runnable getWrappedRunnable() +okhttp3.Connection +com.google.android.material.R$dimen: int design_fab_size_normal +okhttp3.CipherSuite: okhttp3.CipherSuite init(java.lang.String,int) +james.adaptiveicon.R$dimen: int abc_action_bar_overflow_padding_start_material +cyanogenmod.app.IProfileManager: void removeNotificationGroup(android.app.NotificationGroup) +io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,int,long,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeIcePrecipitationDuration(java.lang.Float) +com.turingtechnologies.materialscrollbar.R$attr: int actionBarStyle +androidx.preference.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored +androidx.constraintlayout.widget.R$style: int Platform_V21_AppCompat_Light +androidx.appcompat.R$styleable: int MenuItem_iconTint +okhttp3.CipherSuite: java.util.Comparator ORDER_BY_NAME +com.bumptech.glide.R$dimen: int notification_right_icon_size +androidx.activity.R$style: int Widget_Compat_NotificationActionContainer +android.didikee.donate.R$dimen: int notification_right_side_padding_top +wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: SlidingItemContainerLayout(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_speed +io.reactivex.Observable: io.reactivex.Single toMultimap(io.reactivex.functions.Function) +com.xw.repo.BubbleSeekBar: float getMin() +wangdaye.com.geometricweather.R$styleable: int CardView_contentPaddingLeft +com.amap.api.fence.GeoFence: java.lang.String BUNDLE_KEY_FENCESTATUS +cyanogenmod.app.CMContextConstants: java.lang.String CM_STATUS_BAR_SERVICE +wangdaye.com.geometricweather.R$styleable: int[] ListPreference +com.bumptech.glide.R$drawable: int notification_template_icon_low_bg +wangdaye.com.geometricweather.R$attr: int dotGap +cyanogenmod.app.ProfileManager: java.lang.String EXTRA_LAST_PROFILE_NAME +com.google.android.material.R$styleable: int Constraint_transitionEasing +com.jaredrummler.android.colorpicker.R$styleable: int ListPreference_entryValues +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: boolean unregisterChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHeight_default +com.google.android.material.R$styleable: int[] AlertDialog +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Toolbar_Button_Navigation +com.google.android.material.R$attr: int borderWidth +okhttp3.internal.connection.RouteException: java.io.IOException getFirstConnectException() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorSwitchThumbNormal +cyanogenmod.providers.DataUsageContract +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: ObservableRange$RangeDisposable(io.reactivex.Observer,long,long) +wangdaye.com.geometricweather.R$styleable: int PreferenceImageView_maxWidth +com.google.android.material.floatingactionbutton.FloatingActionButton: void setShapeAppearanceModel(com.google.android.material.shape.ShapeAppearanceModel) +okhttp3.internal.publicsuffix.PublicSuffixDatabase: byte[] publicSuffixExceptionListBytes +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_android_hint +androidx.appcompat.R$attr: int listPreferredItemHeight +com.xw.repo.bubbleseekbar.R$string: int abc_action_bar_home_description +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService this$0 +wangdaye.com.geometricweather.R$attr: int cpv_allowPresets +james.adaptiveicon.R$attr: int listPreferredItemHeightLarge +android.didikee.donate.R$dimen: int abc_edit_text_inset_top_material +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight +com.google.android.material.R$attr: int mock_label +io.reactivex.internal.queue.SpscArrayQueue: java.util.concurrent.atomic.AtomicLong consumerIndex +james.adaptiveicon.R$styleable: int View_paddingEnd +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ratingbar_small_material +android.didikee.donate.R$styleable: int SearchView_searchIcon +wangdaye.com.geometricweather.R$attr: int hideOnContentScroll +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void onComplete() +androidx.appcompat.widget.AppCompatRadioButton: void setButtonDrawable(int) +androidx.preference.R$color: int tooltip_background_dark +com.google.gson.JsonIOException: JsonIOException(java.lang.String,java.lang.Throwable) +androidx.drawerlayout.R$styleable: int GradientColor_android_centerY +com.google.android.material.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: io.reactivex.Observer downstream +okhttp3.internal.platform.OptionalMethod: java.lang.Object invokeOptionalWithoutCheckedException(java.lang.Object,java.lang.Object[]) +androidx.preference.R$styleable: int AnimatedStateListDrawableTransition_android_drawable com.google.gson.stream.JsonReader: void close() -com.google.android.material.chip.ChipGroup: int getChipCount() -com.turingtechnologies.materialscrollbar.R$layout: int design_navigation_item -androidx.appcompat.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_1 -okhttp3.internal.cache.DiskLruCache$Editor: okhttp3.internal.cache.DiskLruCache this$0 -androidx.lifecycle.ProcessLifecycleOwner: long TIMEOUT_MS -androidx.preference.R$attr: int switchPreferenceCompatStyle -androidx.constraintlayout.widget.R$id: int progress_circular -com.google.android.material.textfield.TextInputLayout: void setBoxStrokeErrorColor(android.content.res.ColorStateList) -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_caption_material -io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,int,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler: void handleMessage(android.os.Message) -com.xw.repo.bubbleseekbar.R$attr: int actionModePopupWindowStyle -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getLiveLockScreenThemePackageName() -wangdaye.com.geometricweather.R$style: int Base_V14_ThemeOverlay_MaterialComponents_Dialog -wangdaye.com.geometricweather.R$string: int key_notification_hide_big_view -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean -com.turingtechnologies.materialscrollbar.R$color: int mtrl_textinput_disabled_color -io.reactivex.Observable: io.reactivex.Observable switchMapSingle(io.reactivex.functions.Function) -androidx.hilt.lifecycle.R$id: int forever -com.google.android.material.R$styleable: int TabLayout_tabMode -com.google.android.material.progressindicator.ProgressIndicator: void setCircularRadius(int) -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Tooltip -okhttp3.internal.ws.RealWebSocket: int sentPingCount -android.didikee.donate.R$attr: int titleMarginTop -androidx.constraintlayout.widget.R$dimen: int disabled_alpha_material_light +androidx.appcompat.R$styleable: int ActionBar_title +android.didikee.donate.R$attr: int actionBarWidgetTheme +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice$AdviceContext: java.lang.String level +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text +com.google.android.material.R$styleable: int AlertDialog_multiChoiceItemLayout +android.didikee.donate.R$style: int Base_Widget_AppCompat_Button_Colored androidx.preference.R$styleable: int DrawerArrowToggle_arrowShaftLength -okio.RealBufferedSource: boolean isOpen() -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem -wangdaye.com.geometricweather.R$drawable: int shortcuts_refresh -cyanogenmod.themes.ThemeManager$1$2 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial: double Value -com.google.android.material.textfield.TextInputEditText: TextInputEditText(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.lang.Integer stormHazard -androidx.fragment.R$styleable: int FontFamilyFont_android_font -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_DropDownItem_Spinner -okhttp3.internal.http.HttpHeaders: boolean hasBody(okhttp3.Response) -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: boolean cancelled -com.google.gson.LongSerializationPolicy$2: com.google.gson.JsonElement serialize(java.lang.Long) -androidx.activity.R$dimen: int notification_large_icon_height -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Overline -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver -androidx.constraintlayout.widget.R$styleable: int[] RecycleListView -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle -com.google.android.material.R$styleable: int Chip_chipStartPadding -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintLeft_toLeftOf -wangdaye.com.geometricweather.db.entities.DaoMaster: wangdaye.com.geometricweather.db.entities.DaoSession newSession() -wangdaye.com.geometricweather.R$styleable: int[] ActionMode -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: int START -wangdaye.com.geometricweather.R$attr: int layout_goneMarginBottom -wangdaye.com.geometricweather.R$attr: int chipStartPadding -androidx.constraintlayout.widget.R$styleable: int KeyPosition_sizePercent -retrofit2.http.FieldMap -androidx.lifecycle.Lifecycling: androidx.lifecycle.LifecycleEventObserver lifecycleEventObserver(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$id: int item_touch_helper_previous_elevation -androidx.appcompat.R$styleable: int AppCompatTextView_drawableEndCompat -androidx.preference.R$attr: int layoutManager -com.google.android.material.R$attr: int switchPadding -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_STATUS_BAR -com.google.android.material.R$style: int Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense -okhttp3.internal.platform.OptionalMethod: java.lang.reflect.Method getMethod(java.lang.Class) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onLockscreenSlideOffsetChanged(float) -com.turingtechnologies.materialscrollbar.R$style: int CardView_Light -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_text_input_padding_top -wangdaye.com.geometricweather.main.models.LocationResource$Event: wangdaye.com.geometricweather.main.models.LocationResource$Event[] values() -okio.Buffer: okio.Buffer writeLongLe(long) -androidx.appcompat.widget.AppCompatImageButton: void setImageResource(int) -com.google.android.material.R$plurals -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light_DarkActionBar -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: void cancel(io.reactivex.internal.queue.SpscLinkedArrayQueue,io.reactivex.internal.queue.SpscLinkedArrayQueue) -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Medium -androidx.activity.R$integer: R$integer() -wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_dayTodayStyle -com.google.android.material.R$attr: int trackTintMode -androidx.preference.R$style: int Base_Theme_AppCompat_Dialog_Alert -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat -wangdaye.com.geometricweather.R$style: int notification_large_title_text -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric: int UnitType -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getRealFeelTemperature() -com.google.android.material.R$attr: int layout_constraintBaseline_toBaselineOf -cyanogenmod.app.IPartnerInterface$Stub$Proxy: boolean setZenModeWithDuration(int,long) -com.turingtechnologies.materialscrollbar.R$id: int icon -com.amap.api.location.AMapLocation: java.lang.String toStr(int) -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Toolbar -com.google.android.material.R$string: int abc_action_mode_done -com.google.android.material.R$attr: int colorOnSurface -com.bumptech.glide.load.HttpException: HttpException(java.lang.String) -android.didikee.donate.R$style: int Widget_AppCompat_Button_Small -com.xw.repo.bubbleseekbar.R$drawable: int abc_seekbar_tick_mark_material -androidx.viewpager2.R$id: int action_container -okhttp3.CookieJar$1: CookieJar$1() -wangdaye.com.geometricweather.R$layout: int test_chip_zero_corner_radius -okhttp3.HttpUrl$Builder: int parsePort(java.lang.String,int,int) -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: io.reactivex.functions.Function mapper -com.google.android.material.R$styleable: int[] StateSet -okhttp3.internal.http2.Http2Connection: void writePing() -com.amap.api.location.AMapLocationClientOption: void setScanWifiInterval(long) -james.adaptiveicon.R$id: int screen -com.google.android.material.R$dimen: int abc_edit_text_inset_horizontal_material -okio.SegmentPool: long MAX_SIZE -cyanogenmod.app.Profile: void setExpandedDesktopMode(int) -androidx.appcompat.widget.AppCompatAutoCompleteTextView: void setBackgroundDrawable(android.graphics.drawable.Drawable) -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: void onSuccess(java.lang.Object) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: boolean checkTerminated(boolean,boolean,org.reactivestreams.Subscriber) -com.google.android.material.R$drawable: int material_ic_keyboard_arrow_left_black_24dp -androidx.appcompat.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common -com.google.android.material.R$styleable: int Transform_android_translationY -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: int STATE_ACTIVE -io.reactivex.internal.observers.BasicIntQueueDisposable: BasicIntQueueDisposable() -com.google.android.material.R$style: int Base_Animation_AppCompat_Dialog -androidx.viewpager.R$dimen: int compat_button_inset_vertical_material -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableTopCompat -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setSnowPrecipitationProbability(java.lang.Float) -cyanogenmod.providers.CMSettings$Global: boolean shouldInterceptSystemProvider(java.lang.String) -io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: io.reactivex.internal.disposables.SequentialDisposable timed -androidx.hilt.work.R$drawable: int notification_template_icon_low_bg -wangdaye.com.geometricweather.R$styleable: int PreferenceImageView_maxWidth -org.greenrobot.greendao.AbstractDaoMaster: java.util.Map daoConfigMap -cyanogenmod.app.ICMTelephonyManager: boolean isDataConnectionSelectedOnSub(int) -com.google.android.material.R$styleable: int ConstraintSet_android_elevation -com.google.android.material.button.MaterialButton: com.google.android.material.shape.ShapeAppearanceModel getShapeAppearanceModel() -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: java.lang.String unitId -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_RatingBar_Indicator -wangdaye.com.geometricweather.R$animator: int touch_raise -wangdaye.com.geometricweather.R$styleable: int DialogPreference_android_dialogIcon -com.google.android.material.R$styleable: int Toolbar_titleMarginStart -com.google.android.material.circularreveal.CircularRevealRelativeLayout -com.google.android.material.R$styleable: int CardView_contentPaddingLeft -wangdaye.com.geometricweather.R$styleable: int KeyPosition_sizePercent -androidx.preference.R$styleable: int AppCompatImageView_android_src -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.functions.Function mapper -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar -wangdaye.com.geometricweather.R$animator: int weather_cloudy_1 -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum -cyanogenmod.power.IPerformanceManager$Stub: int TRANSACTION_getPowerProfile -wangdaye.com.geometricweather.R$styleable: int[] Transform -androidx.dynamicanimation.R$drawable: int notification_template_icon_low_bg -wangdaye.com.geometricweather.R$id: int useLogo -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_processThemeResources -wangdaye.com.geometricweather.R$attr: int onTouchUp -org.greenrobot.greendao.AbstractDao: long insertWithoutSettingPk(java.lang.Object) -androidx.loader.R$layout: int notification_template_part_time -io.reactivex.internal.util.VolatileSizeArrayList: boolean remove(java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int SwitchMaterial_useMaterialThemeColors -okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.tls.TrustRootIndex buildTrustRootIndex(javax.net.ssl.X509TrustManager) -androidx.preference.R$attr: int spinnerDropDownItemStyle -com.jaredrummler.android.colorpicker.R$attr: int autoSizeMinTextSize -wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView getChartItemView() -androidx.appcompat.resources.R$styleable: int FontFamily_fontProviderFetchTimeout -com.google.android.material.floatingactionbutton.FloatingActionButton$BaseBehavior: void setInternalAutoHideListener(com.google.android.material.floatingactionbutton.FloatingActionButton$OnVisibilityChangedListener) -wangdaye.com.geometricweather.R$attr: int dialogPreferredPadding -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_textinput_box_corner_radius_medium -wangdaye.com.geometricweather.R$style: int Platform_ThemeOverlay_AppCompat_Light -wangdaye.com.geometricweather.R$attr: int cpv_alphaChannelText -wangdaye.com.geometricweather.R$styleable: int Chip_closeIconEnabled -com.google.android.material.R$id: int animateToEnd -cyanogenmod.content.Intent: java.lang.String ACTION_SCREEN_CAMERA_GESTURE -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_WITH_DES_CBC_MD5 -cyanogenmod.weatherservice.ServiceRequestResult: java.lang.String mKey -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void innerError(java.lang.Throwable) -androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_android_font -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void onNext(java.lang.Object) -androidx.appcompat.R$string: int abc_menu_delete_shortcut_label -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight_Dialog_Alert -com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getSuffixText() -wangdaye.com.geometricweather.db.entities.DailyEntity: void setSunSetDate(java.util.Date) -com.google.android.material.appbar.AppBarLayout: android.graphics.drawable.Drawable getStatusBarForeground() -com.jaredrummler.android.colorpicker.R$drawable: int abc_list_longpressed_holo -okhttp3.Request$Builder: okhttp3.Request$Builder tag(java.lang.Class,java.lang.Object) -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Dialog_Alert_Framework -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean getAddress_detail() -james.adaptiveicon.R$attr: int actionLayout -androidx.viewpager2.R$styleable -androidx.preference.R$styleable: int[] AnimatedStateListDrawableItem -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: void setContent(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean) -cyanogenmod.app.ProfileGroup: void applyOverridesToNotification(android.app.Notification) -com.xw.repo.bubbleseekbar.R$id: int parentPanel -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: android.graphics.Rect val$clipRect -androidx.appcompat.R$styleable: int ActionBar_homeAsUpIndicator -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: void setGravitySensorEnabled(boolean) -wangdaye.com.geometricweather.R$anim: int fragment_close_enter -com.google.android.material.R$style: int Animation_MaterialComponents_BottomSheetDialog -okhttp3.internal.http1.Http1Codec: okhttp3.ResponseBody openResponseBody(okhttp3.Response) -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: long serialVersionUID -com.baidu.location.d.a$a -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_backgroundStacked -android.didikee.donate.R$style: int TextAppearance_AppCompat_Small -androidx.recyclerview.R$id: int async -okhttp3.internal.http2.Http2Writer: void connectionPreface() +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder removeAllQueryParameters(java.lang.String) +com.google.gson.internal.$Gson$Types$WildcardTypeImpl +androidx.constraintlayout.widget.Group: Group(android.content.Context,android.util.AttributeSet,int) +com.jaredrummler.android.colorpicker.R$string: int abc_menu_function_shortcut_label +com.google.android.material.button.MaterialButton: void addOnCheckedChangeListener(com.google.android.material.button.MaterialButton$OnCheckedChangeListener) +androidx.preference.R$attr: int fontProviderFetchStrategy +com.google.gson.stream.JsonReader: int nextInt() +wangdaye.com.geometricweather.R$id: int activity_card_display_manage_container +com.google.android.material.R$id: int add +androidx.preference.R$styleable: int MenuItem_android_icon +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintGuide_end +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: boolean requestDismissAndStartActivity(android.content.Intent) +james.adaptiveicon.R$drawable: int abc_popup_background_mtrl_mult +android.didikee.donate.R$style: int Widget_AppCompat_ImageButton +com.turingtechnologies.materialscrollbar.R$id: int multiply +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_constraintSet +androidx.appcompat.R$color: int material_grey_800 +com.google.android.material.R$style: int ThemeOverlay_AppCompat_Dark +okhttp3.internal.platform.AndroidPlatform +io.reactivex.subjects.PublishSubject$PublishDisposable: PublishSubject$PublishDisposable(io.reactivex.Observer,io.reactivex.subjects.PublishSubject) +com.google.android.material.R$dimen: int mtrl_slider_track_side_padding +com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleDrawable(int) +retrofit2.Platform: boolean isDefaultMethod(java.lang.reflect.Method) +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_aa_normal +androidx.hilt.R$id: int accessibility_custom_action_31 +io.reactivex.observers.DisposableObserver: void onStart() +cyanogenmod.providers.CMSettings$Secure$2: java.lang.String mDelimiter +wangdaye.com.geometricweather.R$xml: int widget_trend_hourly +io.reactivex.internal.functions.Functions$HashSetCallable: io.reactivex.internal.functions.Functions$HashSetCallable INSTANCE +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_lastVerticalBias +androidx.preference.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Inverse +com.google.android.material.R$id: int chip_group +com.turingtechnologies.materialscrollbar.Indicator: void setSizeCustom(int) +android.didikee.donate.R$anim: R$anim() +wangdaye.com.geometricweather.common.basic.models.weather.Alert: android.os.Parcelable$Creator CREATOR +com.google.android.material.datepicker.CalendarConstraints$DateValidator +com.google.android.material.R$style: int Base_Widget_AppCompat_ActivityChooserView +androidx.constraintlayout.widget.R$styleable: int ActionBar_hideOnContentScroll +wangdaye.com.geometricweather.R$attr: int navigationContentDescription +wangdaye.com.geometricweather.R$styleable: int[] PreferenceFragment +androidx.dynamicanimation.R$styleable: int FontFamilyFont_android_fontStyle +james.adaptiveicon.R$color: int primary_text_disabled_material_light +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.MinutelyEntityDao getMinutelyEntityDao() +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_20 +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle getInstance(java.lang.String) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setRagweedIndex(java.lang.Integer) +wangdaye.com.geometricweather.R$color: int mtrl_choice_chip_ripple_color +androidx.constraintlayout.helper.widget.Flow: Flow(android.content.Context) +com.google.android.material.R$attr: int materialCircleRadius +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Metric: double Value +wangdaye.com.geometricweather.R$drawable: int weather_fog_mini_light +androidx.preference.R$style: int TextAppearance_AppCompat_Title +okhttp3.internal.platform.Android10Platform: Android10Platform(java.lang.Class) +com.turingtechnologies.materialscrollbar.MaterialScrollBar: void setScrollBarHidden(boolean) +wangdaye.com.geometricweather.R$styleable: int[] ExtendedFloatingActionButton_Behavior_Layout +wangdaye.com.geometricweather.R$array: int dark_mode_values +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight +androidx.dynamicanimation.R$layout: int notification_template_custom_big +android.didikee.donate.R$layout: int abc_alert_dialog_button_bar_material +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: boolean disposed +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_endIconTintMode +wangdaye.com.geometricweather.R$id: int guideline +androidx.coordinatorlayout.R$styleable: int[] GradientColor +wangdaye.com.geometricweather.R$id: int stretch +com.google.android.material.R$styleable: int AppCompatTheme_actionBarStyle +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_button_min_height_material +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Imperial: double Value +okhttp3.logging.HttpLoggingInterceptor$Level: HttpLoggingInterceptor$Level(java.lang.String,int) +androidx.constraintlayout.widget.R$styleable: int MenuItem_actionLayout +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String daytimeWeatherText +okhttp3.internal.http.HttpDate$1: java.lang.Object initialValue() +wangdaye.com.geometricweather.R$attr: int dialogTitle +com.bumptech.glide.integration.okhttp.R$drawable: int notification_tile_bg +com.jaredrummler.android.colorpicker.R$id: int spinner +okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.util.concurrent.CountDownLatch readCompleteLatch +com.google.android.material.R$styleable: int DrawerArrowToggle_spinBars +androidx.loader.R$id: int blocking +wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundNormalUpdateService: ForegroundNormalUpdateService() +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintGuide_end +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: long serialVersionUID +io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: void dispose() +android.didikee.donate.R$layout: int abc_action_bar_title_item +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: void setEn_US(java.lang.String) +okhttp3.Address: java.util.List protocols +androidx.lifecycle.livedata.R +wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: NumberAnimTextView(android.content.Context,android.util.AttributeSet,int) +com.jaredrummler.android.colorpicker.R$attr: int contentInsetEnd +androidx.constraintlayout.widget.R$attr: int checkboxStyle +android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionButton +okhttp3.internal.connection.RouteSelector$Selection: boolean hasNext() +com.xw.repo.bubbleseekbar.R$attr: int singleChoiceItemLayout +androidx.coordinatorlayout.R$dimen: int notification_small_icon_size_as_large +wangdaye.com.geometricweather.R$id: int src_atop +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonBarButtonStyle +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: int getCity_code() +com.google.android.material.R$attr: int barrierDirection +com.xw.repo.bubbleseekbar.R$dimen: int abc_panel_menu_list_width +com.google.android.material.textfield.TextInputLayout: void setEditText(android.widget.EditText) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_visibility +wangdaye.com.geometricweather.R$string: int precipitation_probability +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +retrofit2.OkHttpCall$1 +com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawable_android_dither +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHeight_percent +wangdaye.com.geometricweather.background.polling.work.worker.AsyncWorker +wangdaye.com.geometricweather.db.entities.WeatherEntity: int getTemperature() +androidx.coordinatorlayout.widget.CoordinatorLayout: CoordinatorLayout(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$dimen: int material_timepicker_dialog_buttons_margin_top +androidx.constraintlayout.widget.R$attr: int navigationMode +james.adaptiveicon.R$drawable: int abc_ic_star_black_16dp +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index pm10 +com.google.android.material.floatingactionbutton.FloatingActionButton: void setShowMotionSpec(com.google.android.material.animation.MotionSpec) +retrofit2.Retrofit: java.util.List callAdapterFactories +james.adaptiveicon.R$styleable: int Toolbar_android_gravity +com.google.android.material.R$styleable: int TextInputLayout_counterEnabled +com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_select_handle_middle_mtrl_dark +androidx.viewpager.R$dimen: int notification_action_icon_size +com.turingtechnologies.materialscrollbar.R$layout: R$layout() +wangdaye.com.geometricweather.R$attr: int singleSelection +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_maxElementsWrap +com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_listItemLayout +retrofit2.Utils$WildcardTypeImpl: java.lang.reflect.Type[] getLowerBounds() +androidx.appcompat.R$id: int tag_unhandled_key_event_manager +androidx.appcompat.R$style: int Widget_AppCompat_ProgressBar_Horizontal +wangdaye.com.geometricweather.R$styleable: int[] KeyTimeCycle +com.turingtechnologies.materialscrollbar.R$id: int topPanel +androidx.appcompat.widget.ActionBarContextView +androidx.constraintlayout.widget.R$attr: int onCross +com.loc.k: java.lang.String b +android.didikee.donate.R$attr: int height +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void dispose() +okhttp3.internal.Util: javax.net.ssl.X509TrustManager platformTrustManager() +androidx.vectordrawable.animated.R$dimen: int compat_control_corner_material +androidx.preference.EditTextPreference: EditTextPreference(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_alpha +wangdaye.com.geometricweather.R$style: int CardView_Light +com.google.android.material.internal.ScrimInsetsFrameLayout +androidx.viewpager.widget.PagerTabStrip: void setBackgroundColor(int) +okio.BufferedSource: long indexOf(okio.ByteString,long) +wangdaye.com.geometricweather.R$styleable: int AppBarLayout_Layout_layout_scrollInterpolator +org.greenrobot.greendao.AbstractDao: void update(java.lang.Object) +com.google.android.material.R$attr: int color +android.support.v4.app.INotificationSideChannel$Stub$Proxy: void cancel(java.lang.String,int,java.lang.String) +com.google.android.material.R$dimen: int mtrl_card_elevation +com.amap.api.location.AMapLocationClientOption: boolean isSensorEnable() +wangdaye.com.geometricweather.db.entities.HourlyEntity: boolean getDaylight() +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Weather: java.lang.String icon +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void onComplete() +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub: java.lang.String DESCRIPTOR +retrofit2.Utils: java.lang.reflect.Type getParameterLowerBound(int,java.lang.reflect.ParameterizedType) +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_customNavigationLayout +retrofit2.Utils$ParameterizedTypeImpl: java.lang.reflect.Type[] getActualTypeArguments() +androidx.preference.R$styleable: int MenuView_android_verticalDivider +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWindLevel(java.lang.String) +wangdaye.com.geometricweather.R$attr: int layout_constraintVertical_bias +android.didikee.donate.R$styleable: int ActionBarLayout_android_layout_gravity +androidx.appcompat.R$color: int highlighted_text_material_dark +androidx.appcompat.R$styleable: int MenuItem_showAsAction +androidx.dynamicanimation.R$styleable: int FontFamily_fontProviderFetchTimeout +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_AutoCompleteTextView +okhttp3.internal.http.StatusLine: okhttp3.Protocol protocol +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Bridge +com.google.android.material.R$attr: int windowActionBarOverlay +com.google.android.material.R$style: int Widget_AppCompat_ButtonBar_AlertDialog +org.greenrobot.greendao.AbstractDao: long count() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX: java.util.List brands +cyanogenmod.os.Build$CM_VERSION_CODES: int BOYSENBERRY +cyanogenmod.themes.ThemeManager$1 +androidx.preference.R$attr: int autoSizeMinTextSize +androidx.appcompat.widget.AppCompatTextView: android.content.res.ColorStateList getSupportBackgroundTintList() +com.google.android.material.R$attr: int activityChooserViewStyle +com.google.android.material.R$attr: int headerLayout +androidx.lifecycle.ComputableLiveData$1: void onActive() +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Body1 +cyanogenmod.providers.CMSettings$System: int getIntForUser(android.content.ContentResolver,java.lang.String,int) +androidx.constraintlayout.widget.R$attr: int roundPercent +okhttp3.internal.cache.CacheRequest: okio.Sink body() +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ratingbar_indicator_material +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_icon +androidx.viewpager.R$attr: int alpha +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_SearchView_ActionBar +com.google.android.material.circularreveal.CircularRevealGridLayout: void setCircularRevealScrimColor(int) +james.adaptiveicon.R$style: int AlertDialog_AppCompat_Light +com.xw.repo.bubbleseekbar.R$color: int dim_foreground_disabled_material_light +androidx.lifecycle.ClassesInfoCache$MethodReference: java.lang.reflect.Method mMethod +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.String getHourlyForecast() +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView: PolylineAndHistogramView(android.content.Context) +com.jaredrummler.android.colorpicker.R$dimen: int abc_alert_dialog_button_bar_height +wangdaye.com.geometricweather.R$drawable: int material_ic_menu_arrow_up_black_24dp +wangdaye.com.geometricweather.R$id: int dialog_resident_location_container +okhttp3.Callback +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_95 +com.google.android.material.R$styleable: int Toolbar_navigationIcon +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse +androidx.constraintlayout.widget.R$integer: int status_bar_notification_info_maxnum +wangdaye.com.geometricweather.R$styleable: int LoadingImageView_circleCrop +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ListPopupWindow +com.google.android.material.R$styleable: int RecyclerView_layoutManager +com.bumptech.glide.R$styleable: int FontFamilyFont_android_font +androidx.dynamicanimation.R$color: int notification_action_color_filter +com.google.android.material.R$styleable: int CompoundButton_android_button +cyanogenmod.app.CustomTile$ExpandedStyle$1: java.lang.Object[] newArray(int) +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: java.lang.String getAddress() +androidx.preference.R$attr: int lastBaselineToBottomHeight +androidx.activity.R$id: int notification_main_column +com.google.android.material.R$color: int switch_thumb_disabled_material_light +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay CARD_DAILY_OVERVIEW +wangdaye.com.geometricweather.R$id: int center +okhttp3.internal.cache.DiskLruCache$Editor +io.reactivex.internal.operators.observable.ObservableGroupBy$State: java.util.concurrent.atomic.AtomicBoolean once +com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableItem_android_id +wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_3 +io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: java.util.concurrent.TimeUnit unit +androidx.work.R$dimen +cyanogenmod.weather.IRequestInfoListener$Stub: IRequestInfoListener$Stub() +androidx.preference.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration +okhttp3.internal.http.HttpDate: java.text.DateFormat[] BROWSER_COMPATIBLE_DATE_FORMATS +androidx.activity.R$styleable: int FontFamilyFont_font +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionOverflowButtonStyle +com.google.android.material.button.MaterialButton: void setBackgroundTintList(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$attr: int counterOverflowTextAppearance +androidx.drawerlayout.R$style: R$style() +wangdaye.com.geometricweather.db.entities.LocationEntityDao: LocationEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_PopupMenu +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_dialog_btn_min_width +androidx.constraintlayout.widget.R$id: int search_edit_frame +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_alpha +com.google.android.material.R$styleable: int MenuItem_actionViewClass +android.didikee.donate.R$styleable: int DrawerArrowToggle_gapBetweenBars +cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_TEMPERATURE_DAY +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: boolean gate +wangdaye.com.geometricweather.R$dimen: int mtrl_exposed_dropdown_menu_popup_elevation +okhttp3.ConnectionPool$1: void run() +wangdaye.com.geometricweather.R$string: int settings_title_notification_style +wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status: wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status ERROR +com.bumptech.glide.integration.okhttp.R$dimen: int compat_button_inset_horizontal_material +com.xw.repo.bubbleseekbar.R$attr: int autoSizePresetSizes +androidx.work.NetworkType: androidx.work.NetworkType[] values() +james.adaptiveicon.R$styleable: int AppCompatTheme_ratingBarStyleIndicator +com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_android_ttcIndex +okhttp3.internal.http2.Header: java.lang.String TARGET_AUTHORITY_UTF8 +okhttp3.internal.http1.Http1Codec: java.lang.String readHeaderLine() +wangdaye.com.geometricweather.R$attr: int cornerFamily +com.bumptech.glide.MemoryCategory: float getMultiplier() +com.google.android.material.R$styleable: int SnackbarLayout_elevation +com.google.android.material.R$styleable: int MaterialAlertDialog_backgroundInsetTop +james.adaptiveicon.R$attr: int titleMargins +okhttp3.internal.http.RealInterceptorChain: int readTimeoutMillis() +androidx.constraintlayout.widget.R$drawable: int abc_btn_radio_material +wangdaye.com.geometricweather.R$drawable: int notif_temp_107 +com.google.android.material.R$id: int material_clock_display +wangdaye.com.geometricweather.R$array: int weather_sources +james.adaptiveicon.R$drawable: int abc_btn_borderless_material +com.google.android.material.R$id: int decor_content_parent +wangdaye.com.geometricweather.R$styleable: int ArcProgress_bottom_text_size +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_iconEndPadding +androidx.constraintlayout.widget.R$attr: int actionOverflowMenuStyle +com.google.android.material.R$attr: int thumbTint +wangdaye.com.geometricweather.R$string: int key_subtitle_data +com.google.android.material.R$color: int abc_btn_colored_text_material +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Small +com.turingtechnologies.materialscrollbar.R$layout: int design_layout_snackbar +androidx.hilt.R$attr: int fontProviderFetchTimeout +wangdaye.com.geometricweather.R$string: int feedback_readd_location +androidx.preference.UnPressableLinearLayout: UnPressableLinearLayout(android.content.Context,android.util.AttributeSet) +org.greenrobot.greendao.DaoException: DaoException(java.lang.String) +james.adaptiveicon.R$styleable: int TextAppearance_fontVariationSettings +cyanogenmod.hardware.ICMHardwareService$Stub: android.os.IBinder asBinder() +androidx.hilt.lifecycle.R$color: int secondary_text_default_material_light +androidx.transition.R$id: int forever +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getWindSpeedStart() +androidx.appcompat.widget.ContentFrameLayout: android.util.TypedValue getFixedWidthMinor() +androidx.fragment.R$id: int tag_transition_group +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_constraint_referenced_ids +androidx.coordinatorlayout.R$id: int action_divider +okhttp3.internal.http2.Settings: void clear() +com.google.android.material.R$styleable: int MaterialButtonToggleGroup_selectionRequired +cyanogenmod.hardware.CMHardwareManager: int GAMMA_CALIBRATION_MIN_INDEX +androidx.preference.R$id: R$id() +cyanogenmod.themes.IThemeService$Stub$Proxy: void applyDefaultTheme() +com.turingtechnologies.materialscrollbar.R$bool: int abc_allow_stacked_button_bar +com.google.android.gms.base.R$drawable: int common_google_signin_btn_icon_light_focused +wangdaye.com.geometricweather.R$attr: int materialCalendarStyle +com.google.android.material.internal.VisibilityAwareImageButton: VisibilityAwareImageButton(android.content.Context) +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_isThemeBeingProcessed +com.jaredrummler.android.colorpicker.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton +james.adaptiveicon.R$attr: int autoSizePresetSizes +com.jaredrummler.android.colorpicker.R$attr: int collapseIcon +androidx.preference.R$styleable: int AppCompatTheme_actionModeCloseDrawable +okhttp3.Dispatcher: int getMaxRequests() +androidx.preference.R$styleable: int AlertDialog_buttonPanelSideLayout +androidx.appcompat.R$styleable: int LinearLayoutCompat_android_baselineAligned +com.google.android.material.R$attr: int panelMenuListWidth +androidx.vectordrawable.R$styleable: int FontFamilyFont_android_ttcIndex +com.xw.repo.BubbleSeekBar: BubbleSeekBar(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.R$styleable: int[] FontFamily +com.google.android.material.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 +androidx.customview.R$drawable: int notification_template_icon_bg +okhttp3.internal.connection.StreamAllocation: void streamFailed(java.io.IOException) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: void setFrom(java.lang.String) +wangdaye.com.geometricweather.R$array: int pressure_units +com.google.android.material.R$attr: int textAppearanceListItem +com.google.android.material.textfield.TextInputLayout: void setHint(java.lang.CharSequence) +androidx.swiperefreshlayout.R$id: int action_text +com.google.android.material.R$attr: int buttonStyleSmall +com.google.android.material.R$string: int material_timepicker_text_input_mode_description wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_android_windowFullscreen -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon -com.google.android.material.R$styleable: int AppCompatTheme_borderlessButtonStyle -cyanogenmod.app.CustomTileListenerService: cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper mWrapper -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_CALL_LED_OFF_VALIDATOR -androidx.work.R$id: int icon -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult: MfHistoryResult() -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeTotalPrecipitation(java.lang.Float) -com.google.android.material.R$styleable: int ConstraintSet_layout_goneMarginBottom -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_constraint_referenced_ids -androidx.constraintlayout.helper.widget.Flow: void setPaddingTop(int) -androidx.preference.R$styleable: int AppCompatTheme_windowActionBarOverlay -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Imperial -retrofit2.converter.gson.GsonConverterFactory: retrofit2.converter.gson.GsonConverterFactory create() -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void execute() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_autoSizeTextType -com.amap.api.location.AMapLocationClientOption: void setOpenAlwaysScanWifi(boolean) -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: float unitFactor -androidx.appcompat.view.menu.ListMenuItemView: void setCheckable(boolean) -wangdaye.com.geometricweather.R$styleable: int TextInputEditText_textInputLayoutFocusedRectEnabled -androidx.appcompat.R$style: int Base_Widget_AppCompat_Toolbar -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse -wangdaye.com.geometricweather.R$id: int cancel_button -okhttp3.internal.http.HttpHeaders: okhttp3.Headers varyHeaders(okhttp3.Response) -androidx.lifecycle.LifecycleRegistry: void removeObserver(androidx.lifecycle.LifecycleObserver) -wangdaye.com.geometricweather.R$style: int material_icon -com.google.android.material.R$style: int Base_V21_Theme_AppCompat_Light_Dialog -wangdaye.com.geometricweather.R$id: int row_index_key -androidx.constraintlayout.motion.widget.MotionLayout$TransitionState: androidx.constraintlayout.motion.widget.MotionLayout$TransitionState[] values() -com.bumptech.glide.R$attr: int fontWeight -com.amap.api.location.AMapLocationClient: boolean isStarted() -androidx.work.R$styleable: int FontFamilyFont_fontVariationSettings -androidx.activity.R$attr: R$attr() -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem -wangdaye.com.geometricweather.R$id: int dialog_location_permission_statement_title -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_viewInflaterClass -androidx.appcompat.resources.R$id: int notification_background -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionDropDownStyle -androidx.constraintlayout.widget.R$styleable: int PopupWindowBackgroundState_state_above_anchor -com.jaredrummler.android.colorpicker.R$color: int notification_icon_bg_color -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: void run() -io.reactivex.internal.operators.observable.ObservableReplay$Node: ObservableReplay$Node(java.lang.Object) -wangdaye.com.geometricweather.R$drawable: int btn_radio_off_mtrl -androidx.constraintlayout.widget.R$attr: int applyMotionScene -wangdaye.com.geometricweather.R$id: int fade -wangdaye.com.geometricweather.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset -androidx.constraintlayout.widget.R$attr: int actionModePasteDrawable -com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_multiChoiceItemLayout -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: boolean isRain() -com.google.android.material.R$dimen: int abc_disabled_alpha_material_light -james.adaptiveicon.R$styleable: int Spinner_popupTheme -androidx.lifecycle.ViewModelProvider$Factory: androidx.lifecycle.ViewModel create(java.lang.Class) -com.google.android.material.R$animator: int mtrl_btn_state_list_anim -com.google.android.material.R$styleable: int MaterialCalendarItem_android_insetLeft -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: int getStatus() -wangdaye.com.geometricweather.R$styleable: int[] ActionBarLayout -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void onComplete() -okhttp3.internal.http.RetryAndFollowUpInterceptor: int retryAfter(okhttp3.Response,int) -james.adaptiveicon.R$drawable: int abc_scrubber_primary_mtrl_alpha -okhttp3.Dispatcher: int runningCallsForHost(okhttp3.RealCall$AsyncCall) -wangdaye.com.geometricweather.R$styleable: int ListPreference_useSimpleSummaryProvider -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large -retrofit2.Call: okio.Timeout timeout() -com.google.android.material.R$attr: int paddingBottomNoButtons -androidx.dynamicanimation.R$layout: int notification_template_icon_group -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean unRegisterThermalListener(cyanogenmod.hardware.IThermalListenerCallback) -okhttp3.internal.ws.WebSocketProtocol: int OPCODE_CONTROL_PONG -androidx.preference.R$styleable: int PreferenceFragment_allowDividerAfterLastItem -wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemHorizontalTranslationEnabled -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_contentInsetEndWithActions -androidx.appcompat.R$attr: int gapBetweenBars -dagger.hilt.android.internal.managers.ActivityRetainedComponentManager$ActivityRetainedComponentViewModel -james.adaptiveicon.R$styleable: int AppCompatTextView_drawableTint -android.didikee.donate.R$attr: int colorPrimaryDark -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginEnd -cyanogenmod.profiles.ConnectionSettings: int getSubId() -cyanogenmod.weather.CMWeatherManager$2: cyanogenmod.weather.CMWeatherManager this$0 -okio.AsyncTimeout$1: okio.Sink val$sink -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_goneMarginEnd -com.google.android.material.R$attr: int windowNoTitle -james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarTabTextStyle -androidx.lifecycle.extensions.R$style: int Widget_Compat_NotificationActionText -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_autoSizeStepGranularity -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy -wangdaye.com.geometricweather.R$id: int chip2 -com.github.rahatarmanahmed.cpv.CircularProgressView$9 -androidx.appcompat.R$style: int Widget_AppCompat_DrawerArrowToggle -io.reactivex.internal.util.VolatileSizeArrayList: boolean addAll(java.util.Collection) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: boolean isIsModify() -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void onNext(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$attr: int buttonStyle -wangdaye.com.geometricweather.R$string: int feedback_delete_succeed -wangdaye.com.geometricweather.R$dimen: int mtrl_card_corner_radius -okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex: AndroidPlatform$AndroidTrustRootIndex(javax.net.ssl.X509TrustManager,java.lang.reflect.Method) -retrofit2.ParameterHandler$RelativeUrl: ParameterHandler$RelativeUrl(java.lang.reflect.Method,int) -com.turingtechnologies.materialscrollbar.R$color: int ripple_material_light -androidx.appcompat.R$id: int blocking -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_background -com.google.android.material.R$attr: int percentY -androidx.constraintlayout.widget.R$id: int autoCompleteToEnd -androidx.preference.R$style: int PreferenceThemeOverlay_v14 -okhttp3.Interceptor$Chain: okhttp3.Interceptor$Chain withConnectTimeout(int,java.util.concurrent.TimeUnit) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean humidity -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_backgroundTint -wangdaye.com.geometricweather.R$attr: int icon -io.reactivex.Observable: io.reactivex.Observable onErrorReturnItem(java.lang.Object) -androidx.customview.R$drawable -james.adaptiveicon.R$dimen: int abc_floating_window_z -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: java.lang.String getSpeedTextWithoutUnit(float) -wangdaye.com.geometricweather.R$string: int allergen -retrofit2.adapter.rxjava2.CallExecuteObservable: retrofit2.Call originalCall -com.google.gson.FieldNamingPolicy$3: FieldNamingPolicy$3(java.lang.String,int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String getHeadDescription() -cyanogenmod.externalviews.ExternalViewProperties: int mHeight -io.reactivex.exceptions.CompositeException: void printStackTrace(java.io.PrintStream) -com.google.android.material.R$styleable: int ShapeAppearance_cornerSizeTopLeft -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircleView: CircleView(android.content.Context,android.util.AttributeSet,int) -androidx.dynamicanimation.R$layout -com.jaredrummler.android.colorpicker.R$id: int blocking -com.google.android.material.R$attr: int layout_constraintVertical_chainStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: void setUnit(java.lang.String) -com.google.android.material.R$drawable: int abc_list_focused_holo -com.turingtechnologies.materialscrollbar.R$attr: int tabTextColor -androidx.preference.R$styleable: int ActionBar_backgroundSplit -okhttp3.internal.Util: boolean containsInvalidHostnameAsciiCodes(java.lang.String) -com.google.android.material.R$style: int TextAppearance_Design_Error -wangdaye.com.geometricweather.R$attr: int itemHorizontalPadding -com.xw.repo.bubbleseekbar.R$style: int Base_V7_Theme_AppCompat -androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_android_fontStyle -okhttp3.internal.http2.Http2Writer: void windowUpdate(int,long) -com.google.android.material.R$drawable: int btn_radio_off_to_on_mtrl_animation -wangdaye.com.geometricweather.R$styleable: int OnSwipe_moveWhenScrollAtTop -android.didikee.donate.R$style: int Theme_AppCompat_Light_Dialog_MinWidth -com.github.rahatarmanahmed.cpv.CircularProgressViewListener: void onProgressUpdateEnd(float) -com.google.android.material.R$style: int Widget_MaterialComponents_Chip_Choice -cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: java.lang.String getInterfaceDescriptor() -io.reactivex.Observable: io.reactivex.Single toMap(io.reactivex.functions.Function,io.reactivex.functions.Function,java.util.concurrent.Callable) +com.google.android.material.R$layout: int select_dialog_multichoice_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean +androidx.core.R$id: int tag_unhandled_key_listeners +androidx.versionedparcelable.CustomVersionedParcelable: CustomVersionedParcelable() +okhttp3.Route: boolean requiresTunnel() +wangdaye.com.geometricweather.location.services.LocationService: boolean hasPermissions(android.content.Context) +androidx.coordinatorlayout.R$dimen: int compat_button_inset_horizontal_material +okhttp3.internal.http.HttpHeaders: void receiveHeaders(okhttp3.CookieJar,okhttp3.HttpUrl,okhttp3.Headers) +wangdaye.com.geometricweather.R$string: int wait_refresh +wangdaye.com.geometricweather.settings.activities.SettingsActivity: SettingsActivity() +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void innerComplete(io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver) +wangdaye.com.geometricweather.R$dimen: int item_touch_helper_max_drag_scroll_per_frame +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeRealFeelTemperature +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setLabel(int) +androidx.appcompat.R$attr: int windowActionModeOverlay +androidx.constraintlayout.widget.R$styleable: int KeyPosition_motionTarget +com.google.android.material.R$dimen: int design_tab_text_size +com.google.gson.stream.JsonReader: char[] NON_EXECUTE_PREFIX +cyanogenmod.app.Profile$NotificationLightMode: int DEFAULT +wangdaye.com.geometricweather.R$color: int button_material_light +androidx.work.R$id: int accessibility_custom_action_0 +cyanogenmod.externalviews.ExternalView$7: ExternalView$7(cyanogenmod.externalviews.ExternalView) +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_thumb_radius +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Imperial: int UnitType +com.google.android.material.R$color: int material_slider_inactive_track_color +androidx.constraintlayout.widget.R$id: int search_badge +com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_gapBetweenBars +wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerSizeTopLeft +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_shadowDx +retrofit2.http.Path +com.google.android.material.chip.Chip: void setChipStrokeWidth(float) +okio.RealBufferedSource: long read(okio.Buffer,long) +okhttp3.CacheControl: boolean onlyIfCached() +com.google.android.material.R$styleable: int Constraint_android_translationX +io.reactivex.Observable: io.reactivex.Observable error(java.lang.Throwable) +com.turingtechnologies.materialscrollbar.R$attr: int tintMode +androidx.appcompat.view.menu.ActionMenuItemView: void setIcon(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilitySnow snow +cyanogenmod.providers.ThemesContract$ThemesColumns: android.net.Uri CONTENT_URI +io.reactivex.internal.functions.Functions$HashSetCallable: java.lang.Object call() +com.google.android.material.R$styleable: int ActionBar_progressBarStyle +com.google.android.material.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse +com.google.android.material.bottomnavigation.BottomNavigationPresenter$SavedState +wangdaye.com.geometricweather.R$id: int activity_widget_config_scrollContainer +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_89 +com.google.android.material.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_0 +com.google.android.material.R$attr: int tabPadding +wangdaye.com.geometricweather.R$attr: int itemIconTint +com.google.android.material.R$styleable: int MaterialButton_iconTint +androidx.swiperefreshlayout.R$styleable: int SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_DEFAULT_LED_ON_VALIDATOR +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable: void dispose() +com.google.android.material.R$styleable: int TextInputLayout_boxStrokeErrorColor +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Dialog +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintDimensionRatio +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_6 +james.adaptiveicon.R$styleable: int AppCompatTheme_switchStyle +wangdaye.com.geometricweather.R$attr: int yearSelectedStyle +com.google.android.material.chip.Chip: void setCloseIconEndPaddingResource(int) +retrofit2.ParameterHandler$QueryMap: void apply(retrofit2.RequestBuilder,java.util.Map) +com.google.android.material.R$id: int accessibility_custom_action_20 +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.preference.R$styleable: int SwitchPreference_switchTextOff +james.adaptiveicon.R$attr: int textAppearanceLargePopupMenu +okhttp3.internal.http1.Http1Codec$FixedLengthSink: Http1Codec$FixedLengthSink(okhttp3.internal.http1.Http1Codec,long) +com.xw.repo.bubbleseekbar.R$dimen: int compat_control_corner_material +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void drain() +wangdaye.com.geometricweather.R$attr: int fabCradleVerticalOffset +wangdaye.com.geometricweather.R$styleable: int[] DialogPreference +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: java.lang.String MinutesText +com.google.android.material.R$styleable: int SearchView_commitIcon +com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_switch_to_on_mtrl_00001 +androidx.work.ExistingWorkPolicy: androidx.work.ExistingWorkPolicy REPLACE +androidx.viewpager2.widget.ViewPager2: void setAdapter(androidx.recyclerview.widget.RecyclerView$Adapter) +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver(io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver) +androidx.preference.R$attr: int listMenuViewStyle +androidx.preference.R$styleable: int AppCompatTheme_editTextStyle +james.adaptiveicon.R$id: int action_text +com.jaredrummler.android.colorpicker.R$style: int Preference_SwitchPreference +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light_DarkActionBar +io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +okhttp3.internal.http2.Http2Reader: void readSettings(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) +io.reactivex.internal.util.VolatileSizeArrayList: int lastIndexOf(java.lang.Object) +androidx.appcompat.widget.SearchView: void setInputType(int) +com.xw.repo.bubbleseekbar.R$id +wangdaye.com.geometricweather.db.entities.LocationEntity: float longitude +wangdaye.com.geometricweather.R$string: int wind_7 +com.google.android.material.chip.Chip: float getCloseIconSize() +androidx.constraintlayout.widget.R$style: int TextAppearance_Compat_Notification_Time +org.greenrobot.greendao.database.DatabaseOpenHelper: void onUpgrade(org.greenrobot.greendao.database.Database,int,int) +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Display4 +androidx.hilt.work.R$styleable: int FontFamily_fontProviderCerts +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: java.lang.String getValue() +androidx.preference.R$attr: int alertDialogTheme +com.google.android.material.R$attr: int cardMaxElevation +okio.Buffer: long indexOf(okio.ByteString) +com.turingtechnologies.materialscrollbar.R$drawable: int abc_cab_background_top_material +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_10 +android.didikee.donate.R$attr: int commitIcon +androidx.appcompat.R$styleable: int AppCompatSeekBar_tickMarkTint +okhttp3.internal.tls.OkHostnameVerifier: java.util.List getSubjectAltNames(java.security.cert.X509Certificate,int) +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: java.lang.String getSerialNumber() +wangdaye.com.geometricweather.R$color: int colorAccent +retrofit2.ParameterHandler$Query +androidx.appcompat.R$dimen: int abc_text_size_menu_material +androidx.appcompat.R$styleable: int[] ActionBar +androidx.preference.R$dimen: int abc_disabled_alpha_material_light +okhttp3.internal.ws.RealWebSocket: boolean close(int,java.lang.String) +cyanogenmod.themes.ThemeManager: java.util.Set access$300(cyanogenmod.themes.ThemeManager) +okhttp3.Interceptor$Chain: okhttp3.Connection connection() +com.google.android.material.chip.Chip: void setChipStartPadding(float) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeRealFeelTemperature(java.lang.Integer) +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_switchTextOn +okhttp3.internal.ws.WebSocketReader$FrameCallback: void onReadClose(int,java.lang.String) +wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_drawableStart wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constrainedHeight -androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd -com.jaredrummler.android.colorpicker.R$drawable: int abc_cab_background_internal_bg -wangdaye.com.geometricweather.R$xml: int widget_text -androidx.hilt.R$integer -retrofit2.Platform: boolean isDefaultMethod(java.lang.reflect.Method) -retrofit2.BuiltInConverters$BufferingResponseBodyConverter: java.lang.Object convert(java.lang.Object) -androidx.loader.R$id: int text2 -james.adaptiveicon.R$drawable: int abc_btn_colored_material -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabContentStart -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionMenuTextAppearance -wangdaye.com.geometricweather.R$dimen: int notification_media_narrow_margin -com.github.rahatarmanahmed.cpv.CircularProgressView$2 -androidx.appcompat.widget.SwitchCompat: void setSwitchPadding(int) -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_PopupMenu -wangdaye.com.geometricweather.R$id: int widget_day_week_card -cyanogenmod.themes.IThemeChangeListener$Stub$Proxy: IThemeChangeListener$Stub$Proxy(android.os.IBinder) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorControlActivated -android.didikee.donate.R$styleable: int SearchView_android_imeOptions -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List getDailyEntityList() -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void cancelTimer() -androidx.hilt.lifecycle.R$id: int notification_background -androidx.preference.R$drawable: int abc_ratingbar_material -wangdaye.com.geometricweather.R$styleable: int[] TextInputEditText -wangdaye.com.geometricweather.R$id: int submit_area -okhttp3.internal.connection.RealConnection$1: RealConnection$1(okhttp3.internal.connection.RealConnection,boolean,okio.BufferedSource,okio.BufferedSink,okhttp3.internal.connection.StreamAllocation) -cyanogenmod.weather.RequestInfo: RequestInfo(android.os.Parcel,cyanogenmod.weather.RequestInfo$1) -androidx.customview.R$drawable: int notification_template_icon_low_bg -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: void onComplete() -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_firstVerticalBias -androidx.loader.R$id: int line1 -androidx.lifecycle.AndroidViewModel -okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection$Builder pingIntervalMillis(int) -wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property Id -okhttp3.internal.cache.DiskLruCache: int appVersion -cyanogenmod.hardware.ThermalListenerCallback$State: int STATE_COOL -wangdaye.com.geometricweather.R$attr: int negativeButtonText -retrofit2.adapter.rxjava2.Result: java.lang.Throwable error -androidx.preference.R$styleable: int PreferenceGroup_orderingFromXml -james.adaptiveicon.R$style: int Base_Widget_AppCompat_SearchView_ActionBar -androidx.recyclerview.R$styleable: int FontFamily_fontProviderFetchTimeout -androidx.constraintlayout.widget.R$styleable: int Constraint_drawPath -wangdaye.com.geometricweather.R$drawable: int abc_tab_indicator_material -androidx.preference.R$layout: int abc_action_bar_title_item -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter value(long) -android.didikee.donate.R$attr: int actionBarTabStyle -androidx.work.NetworkType: androidx.work.NetworkType UNMETERED -okhttp3.HttpUrl: java.lang.String QUERY_COMPONENT_REENCODE_SET -retrofit2.OkHttpCall: retrofit2.OkHttpCall clone() -androidx.preference.EditTextPreferenceDialogFragmentCompat -androidx.coordinatorlayout.R$layout: int custom_dialog -android.didikee.donate.R$styleable: int AppCompatTextView_drawableEndCompat -com.baidu.location.e.l$b: java.lang.String a(com.baidu.location.e.l$b,int,double,double) -com.jaredrummler.android.colorpicker.R$anim: int abc_fade_in -okhttp3.internal.Internal: boolean connectionBecameIdle(okhttp3.ConnectionPool,okhttp3.internal.connection.RealConnection) -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar -okio.Buffer: okio.BufferedSink writeString(java.lang.String,java.nio.charset.Charset) -androidx.work.R$styleable: int GradientColor_android_endColor -androidx.fragment.R$style: int TextAppearance_Compat_Notification_Time -com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_icon_padding -okhttp3.internal.cache.DiskLruCache$Editor: void detach() -com.google.android.material.R$dimen: int mtrl_extended_fab_top_padding -com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Widget_AppCompat_EditText -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: wangdaye.com.geometricweather.db.entities.WeatherEntity readEntity(android.database.Cursor,int) -com.google.android.material.R$dimen: int design_tab_max_width -okhttp3.internal.ws.WebSocketWriter: void writeControlFrame(int,okio.ByteString) -io.reactivex.Observable: io.reactivex.Maybe firstElement() -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver this$0 -com.xw.repo.bubbleseekbar.R$attr: int colorControlNormal -wangdaye.com.geometricweather.R$color: int material_grey_850 -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Speed: double Value -androidx.appcompat.R$id: int action_menu_presenter -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: io.reactivex.disposables.Disposable upstream -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_indicatorSize -okhttp3.internal.cache.CacheStrategy: okhttp3.Response cacheResponse -com.google.android.material.R$attr: int textAppearanceHeadline1 -com.xw.repo.bubbleseekbar.R$attr: int buttonBarStyle -androidx.preference.R$styleable: int FontFamily_fontProviderPackage -com.bumptech.glide.load.EncodeStrategy: com.bumptech.glide.load.EncodeStrategy SOURCE -com.xw.repo.bubbleseekbar.R$attr: int actionDropDownStyle -androidx.drawerlayout.R$drawable -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float rainPrecipitationProbability -james.adaptiveicon.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_DarkActionBar -androidx.preference.R$styleable: int[] AppCompatTheme -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Spinner_Underlined -androidx.constraintlayout.widget.R$interpolator: int fast_out_slow_in -androidx.constraintlayout.utils.widget.MockView: MockView(android.content.Context,android.util.AttributeSet) -com.xw.repo.bubbleseekbar.R$color: int abc_tint_edittext -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric -wangdaye.com.geometricweather.R$id: int activity_widget_config_cardAlphaSeekBar -com.github.rahatarmanahmed.cpv.CircularProgressView: void setColor(int) -androidx.preference.R$styleable: int CheckBoxPreference_summaryOff -io.reactivex.internal.observers.ForEachWhileObserver: io.reactivex.functions.Predicate onNext -wangdaye.com.geometricweather.R$style: int TextAppearance_Compat_Notification -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader -cyanogenmod.app.LiveLockScreenManager: cyanogenmod.app.ILiveLockScreenManager sService -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Rain: java.lang.String Unit -io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: ObservableReplay$UnboundedReplayBuffer(int) -androidx.appcompat.R$drawable: int abc_ic_search_api_material -androidx.constraintlayout.helper.widget.Flow: void setHorizontalAlign(int) -androidx.constraintlayout.widget.R$attr: int flow_wrapMode -com.turingtechnologies.materialscrollbar.R$styleable: int[] TouchScrollBar -androidx.legacy.coreutils.R$style: int TextAppearance_Compat_Notification_Title -androidx.preference.R$style: int Widget_AppCompat_ButtonBar_AlertDialog -androidx.appcompat.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: boolean getLiveLockScreenEnabled() -io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay() -androidx.constraintlayout.widget.R$anim: int btn_radio_to_off_mtrl_ring_outer_animation -okhttp3.internal.http2.Hpack$Writer: boolean emitDynamicTableSizeUpdate -okhttp3.internal.http2.Http2Connection$3: okhttp3.internal.http2.Http2Connection this$0 -com.turingtechnologies.materialscrollbar.R$color: int error_color_material_dark -androidx.hilt.lifecycle.R$id: int action_image -wangdaye.com.geometricweather.R$styleable: int ActionBar_indeterminateProgressStyle -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_selectable -androidx.work.R$id: int tag_accessibility_pane_title -com.xw.repo.bubbleseekbar.R$layout: int abc_action_menu_item_layout -wangdaye.com.geometricweather.R$string: int mtrl_picker_text_input_date_hint -io.reactivex.Observable: io.reactivex.observers.TestObserver test() -androidx.vectordrawable.R$styleable: int[] FontFamily -okhttp3.internal.platform.AndroidPlatform: void logCloseableLeak(java.lang.String,java.lang.Object) -com.google.android.material.R$styleable: int AppCompatTheme_spinnerStyle -androidx.transition.R$style: int Widget_Compat_NotificationActionContainer -androidx.hilt.lifecycle.R$dimen: int notification_small_icon_size_as_large -androidx.dynamicanimation.R$id: int text -androidx.swiperefreshlayout.R$styleable: int GradientColorItem_android_offset -com.jaredrummler.android.colorpicker.R$style: int Platform_AppCompat -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void alternateService(int,java.lang.String,okio.ByteString,java.lang.String,int,long) -okio.GzipSink: void close() -androidx.constraintlayout.motion.widget.MotionLayout: int getEndState() -androidx.swiperefreshlayout.widget.SwipeRefreshLayout$SavedState: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$string: int feedback_view_style -androidx.hilt.lifecycle.R$layout: int notification_template_part_chronometer -androidx.appcompat.resources.R$id: int text -androidx.preference.R$style: int Widget_AppCompat_ActionButton_Overflow -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setTextAppearanceInactive(int) -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Medium_Inverse -com.xw.repo.bubbleseekbar.R$drawable: int notification_action_background -androidx.hilt.R$id: R$id() -com.turingtechnologies.materialscrollbar.R$dimen: int notification_right_icon_size -okhttp3.internal.http2.Http2Connection: boolean isHealthy(long) -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: void onNext(java.lang.Object) -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse -androidx.appcompat.R$attr: int paddingTopNoTitle -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_fabSize -androidx.coordinatorlayout.R$styleable: int GradientColor_android_centerColor -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleTextColor -cyanogenmod.themes.ThemeManager: void requestThemeChange(java.lang.String,java.util.List) -okio.Buffer: okio.BufferedSink writeUtf8CodePoint(int) -wangdaye.com.geometricweather.db.entities.HistoryEntityDao -io.reactivex.Observable: io.reactivex.Observable concat(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource) -wangdaye.com.geometricweather.R$style: int Widget_Compat_NotificationActionText -android.didikee.donate.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset -androidx.preference.R$style: int Base_Widget_AppCompat_ListView -androidx.constraintlayout.widget.R$styleable: int Toolbar_titleTextAppearance -okhttp3.internal.http1.Http1Codec: okhttp3.Headers readHeaders() -wangdaye.com.geometricweather.R$style: int TestThemeWithLineHeight -cyanogenmod.weatherservice.ServiceRequestResult$Builder -androidx.appcompat.R$color: int primary_text_disabled_material_dark -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getSnowPrecipitationProbability() -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_chainUseRtl -cyanogenmod.weather.WeatherLocation: java.lang.String access$302(cyanogenmod.weather.WeatherLocation,java.lang.String) -wangdaye.com.geometricweather.R$drawable: int ic_close -wangdaye.com.geometricweather.R$layout: int container_alert_display_view -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours: AccuCurrentResult$PrecipitationSummary$Past18Hours() -com.google.android.material.R$attr: int itemShapeFillColor -com.google.android.material.chip.Chip: void setChipIconTintResource(int) -io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: void dispose() -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void dispose() -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense -androidx.hilt.work.R$layout: int notification_template_part_chronometer -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHorizontal_chainStyle -okhttp3.internal.tls.BasicCertificateChainCleaner: boolean equals(java.lang.Object) -cyanogenmod.providers.CMSettings$System: boolean putIntForUser(android.content.ContentResolver,java.lang.String,int,int) -io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: void subscribeNext() -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: android.os.IBinder mRemote -com.google.android.material.R$attr: int endIconContentDescription -wangdaye.com.geometricweather.R$styleable: int Layout_maxWidth -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle -wangdaye.com.geometricweather.R$dimen: int abc_text_size_medium_material -androidx.preference.R$drawable: int abc_ab_share_pack_mtrl_alpha -cyanogenmod.providers.DataUsageContract: int COLUMN_OF_ID -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedNoLast: ObservableSampleTimed$SampleTimedNoLast(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: void setTo(java.lang.String) -wangdaye.com.geometricweather.R$attr: int flow_wrapMode -com.turingtechnologies.materialscrollbar.R$style: int Widget_Compat_NotificationActionContainer -com.amap.api.location.AMapLocation: float getAccuracy() -wangdaye.com.geometricweather.R$color: int mtrl_tabs_colored_ripple_color -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHeight_default -retrofit2.Call: retrofit2.Call clone() -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void onComplete() -com.google.gson.internal.$Gson$Types$WildcardTypeImpl: java.lang.reflect.Type[] getLowerBounds() -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver -okhttp3.Authenticator -cyanogenmod.providers.CMSettings$Secure: java.lang.String KEYBOARD_BRIGHTNESS -cyanogenmod.themes.IThemeService: boolean processThemeResources(java.lang.String) -com.google.android.material.slider.BaseSlider: BaseSlider(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Ceiling -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_4 -wangdaye.com.geometricweather.R$string: int content_desc_weather_icon_light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: void setTo(java.lang.String) -com.google.android.material.R$dimen: int mtrl_calendar_action_padding -androidx.constraintlayout.widget.R$style: int Widget_Compat_NotificationActionText +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light +io.reactivex.Observable: io.reactivex.Observable takeLast(int) +com.amap.api.location.AMapLocationClientOption: android.os.Parcelable$Creator CREATOR +androidx.preference.R$id: int select_dialog_listview +com.google.android.material.chip.Chip: void setCloseIconEnabled(boolean) +com.turingtechnologies.materialscrollbar.R$attr: int tabTextColor +cyanogenmod.externalviews.KeyguardExternalViewProviderService: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider createExternalView(android.os.Bundle) +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.R$styleable: int MaterialTextAppearance_android_lineHeight +androidx.preference.R$styleable: int AppCompatTheme_dialogCornerRadius +com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen +wangdaye.com.geometricweather.R$styleable: int OnSwipe_dragDirection +androidx.hilt.R$string: R$string() +wangdaye.com.geometricweather.R$styleable: int SearchView_suggestionRowLayout +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void onError(java.lang.Throwable) +androidx.preference.R$styleable: int Preference_android_icon +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: void collapseNotificationPanel() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeCutDrawable +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Spinner_Underlined +com.google.android.material.R$styleable: int MaterialButton_android_checkable +wangdaye.com.geometricweather.R$animator: int weather_thunderstorm_1 +io.reactivex.Observable: io.reactivex.Observable takeLast(long,java.util.concurrent.TimeUnit) +androidx.constraintlayout.widget.R$color: int error_color_material_light +james.adaptiveicon.R$styleable: int AppCompatTextView_drawableTopCompat +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Metric +com.google.android.material.R$attr: int fastScrollVerticalTrackDrawable +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Compat_Notification_Time +okhttp3.ConnectionPool: void put(okhttp3.internal.connection.RealConnection) +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: android.view.WindowManager$LayoutParams access$300(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_hideMotionSpec +androidx.preference.R$id: int recycler_view +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: void setUnit(java.lang.String) +androidx.appcompat.R$id: int accessibility_custom_action_12 +androidx.constraintlayout.widget.R$styleable: int MenuView_preserveIconSpacing +androidx.viewpager2.R$dimen: int compat_button_padding_horizontal_material +io.reactivex.Observable: io.reactivex.Observable window(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_29 +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_selectableItemBackground +androidx.hilt.work.R$id: int accessibility_custom_action_8 +cyanogenmod.providers.DataUsageContract: android.net.Uri CONTENT_URI +android.didikee.donate.R$styleable: int DrawerArrowToggle_thickness +androidx.viewpager.widget.ViewPager: void addOnAdapterChangeListener(androidx.viewpager.widget.ViewPager$OnAdapterChangeListener) +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Body1 +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_menu_overflow_material +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult: long updatedOn +io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: void dispose() +com.turingtechnologies.materialscrollbar.R$layout: int abc_screen_simple +androidx.work.R$styleable: int FontFamilyFont_android_font +com.google.android.material.R$dimen: int notification_large_icon_height +androidx.constraintlayout.widget.R$drawable: int abc_ratingbar_small_material +wangdaye.com.geometricweather.R$id: int large +androidx.appcompat.R$drawable +com.baidu.location.g.a +wangdaye.com.geometricweather.R$styleable: int MotionLayout_layoutDescription +com.bumptech.glide.R$style: int TextAppearance_Compat_Notification_Time +androidx.constraintlayout.widget.R$styleable: int PropertySet_motionProgress +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintLeft_toLeftOf +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_lastVerticalBias +com.google.android.material.R$styleable: int Transition_constraintSetStart +com.google.android.material.R$id: int material_clock_period_am_button +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval valueOf(java.lang.String) +androidx.constraintlayout.widget.R$id: int action_image +com.jaredrummler.android.colorpicker.R$dimen: int highlight_alpha_material_colored +com.google.android.material.R$integer: R$integer() +wangdaye.com.geometricweather.R$layout: int preference_widget_checkbox +cyanogenmod.themes.IThemeChangeListener$Stub$Proxy: void onProgress(int) +retrofit2.KotlinExtensions$awaitResponse$2$2: void onResponse(retrofit2.Call,retrofit2.Response) +wangdaye.com.geometricweather.R$color: int mtrl_card_view_foreground +wangdaye.com.geometricweather.R$string: int date_format_long +androidx.constraintlayout.widget.R$styleable: int SearchView_android_inputType +androidx.hilt.lifecycle.R$id: int accessibility_action_clickable_span +com.turingtechnologies.materialscrollbar.R$interpolator: int mtrl_fast_out_linear_in +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setAlerts(java.util.List) +io.reactivex.Observable: io.reactivex.Observable subscribeOn(io.reactivex.Scheduler) +io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: void dispose() +cyanogenmod.app.PartnerInterface +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: ObservableMergeWithSingle$MergeWithObserver(io.reactivex.Observer) +androidx.vectordrawable.animated.R$attr: int fontStyle +android.didikee.donate.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: void onSuccess(java.lang.Object) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: java.lang.String getFrom() +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: void dispose() +android.didikee.donate.R$styleable: int Toolbar_titleMargin +androidx.drawerlayout.R$styleable: int FontFamily_fontProviderQuery +android.support.v4.app.RemoteActionCompatParcelizer: void write(androidx.core.app.RemoteActionCompat,androidx.versionedparcelable.VersionedParcel) +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamily_fontProviderQuery +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +androidx.appcompat.R$attr: int listPreferredItemHeightLarge +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void onComplete() +androidx.drawerlayout.R$dimen: int compat_button_padding_horizontal_material +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List getHourlyEntityList() +android.didikee.donate.R$styleable: int[] ActionBar +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getMoldIndex() +wangdaye.com.geometricweather.R$string: int common_google_play_services_wear_update_text +com.xw.repo.bubbleseekbar.R$attr: int splitTrack +com.amap.api.location.AMapLocationClient: void startAssistantLocation() +androidx.appcompat.R$dimen: int abc_action_bar_subtitle_top_margin_material +cyanogenmod.media.MediaRecorder$AudioSource: int HOTWORD +com.google.android.material.R$dimen: int mtrl_calendar_selection_baseline_to_top_fullscreen +android.didikee.donate.R$dimen: int abc_edit_text_inset_horizontal_material com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges -androidx.appcompat.widget.Toolbar: Toolbar(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$color: int design_fab_stroke_top_outer_color -androidx.constraintlayout.widget.R$attr: int buttonIconDimen -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: java.lang.Long poll() -wangdaye.com.geometricweather.R$styleable: int Chip_checkedIconEnabled -retrofit2.HttpServiceMethod: java.lang.Object invoke(java.lang.Object[]) -com.google.android.material.R$id: int standard -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_TabBar -android.support.v4.os.IResultReceiver: void send(int,android.os.Bundle) -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Large_Inverse -cyanogenmod.weather.IRequestInfoListener$Stub$Proxy: IRequestInfoListener$Stub$Proxy(android.os.IBinder) -com.xw.repo.bubbleseekbar.R$dimen: int tooltip_vertical_padding -cyanogenmod.app.Profile$TriggerType: Profile$TriggerType() -com.baidu.location.indoor.mapversion.c.a$d: com.baidu.location.indoor.mapversion.c.a$a c -okhttp3.internal.ws.WebSocketProtocol: int OPCODE_CONTROL_CLOSE -com.github.rahatarmanahmed.cpv.CircularProgressViewListener: void onModeChanged(boolean) -com.baidu.location.e.h$a: com.baidu.location.e.h$a b -com.turingtechnologies.materialscrollbar.R$drawable: int abc_scrubber_track_mtrl_alpha -com.google.android.material.R$attr: int liftOnScrollTargetViewId -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Light_BottomSheetDialog -com.google.gson.stream.JsonWriter: java.lang.String deferredName -androidx.preference.R$bool -androidx.appcompat.resources.R$drawable: int notification_bg_low_normal -com.turingtechnologies.materialscrollbar.R$attr: int trackTintMode -wangdaye.com.geometricweather.R$attr: int textColorAlertDialogListItem -io.reactivex.internal.subscriptions.DeferredScalarSubscription: boolean isEmpty() -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationApi mApi -io.reactivex.internal.subscribers.StrictSubscriber: void onError(java.lang.Throwable) -com.google.android.material.textfield.TextInputLayout: void removeOnEditTextAttachedListener(com.google.android.material.textfield.TextInputLayout$OnEditTextAttachedListener) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated -androidx.recyclerview.R$dimen: int notification_main_column_padding_top -androidx.work.R$styleable: int FontFamilyFont_android_ttcIndex -wangdaye.com.geometricweather.R$styleable: int Constraint_android_transformPivotX -androidx.preference.R$id: int add -androidx.lifecycle.LiveData$ObserverWrapper: boolean mActive -wangdaye.com.geometricweather.R$color: int notification_action_color_filter -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Body2 -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintGuide_end -com.turingtechnologies.materialscrollbar.R$attr: int tabSelectedTextColor -wangdaye.com.geometricweather.R$color: int dim_foreground_disabled_material_light -com.google.android.material.R$attr: int flow_verticalAlign -com.google.android.material.R$id: int design_menu_item_action_area_stub -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void onError(java.lang.Throwable) -cyanogenmod.providers.DataUsageContract: java.lang.String UID -james.adaptiveicon.R$dimen: int tooltip_precise_anchor_threshold -com.google.android.material.R$styleable: int Spinner_popupTheme -wangdaye.com.geometricweather.R$style: int Widget_Design_AppBarLayout -androidx.constraintlayout.widget.R$styleable: int MotionLayout_applyMotionScene -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setRingtone(java.lang.String) -wangdaye.com.geometricweather.common.basic.models.weather.Alert: void writeToParcel(android.os.Parcel,int) -wangdaye.com.geometricweather.R$id: int item_about_link -com.turingtechnologies.materialscrollbar.R$anim: int abc_popup_exit -james.adaptiveicon.R$attr: int textAppearanceSearchResultSubtitle -com.turingtechnologies.materialscrollbar.R$attr: int passwordToggleEnabled -com.google.android.material.R$drawable: int mtrl_tabs_default_indicator -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_verticalGap -androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy -com.google.android.material.slider.Slider: int getHaloRadius() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_136 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Metric: AccuCurrentResult$PrecipitationSummary$PastHour$Metric() -com.google.android.material.R$string: int abc_shareactionprovider_share_with_application -androidx.lifecycle.SavedStateHandle: java.lang.Object remove(java.lang.String) -com.google.android.material.R$style: int CardView_Dark -com.jaredrummler.android.colorpicker.R$styleable: int MenuView_preserveIconSpacing -androidx.appcompat.resources.R$styleable: int FontFamilyFont_android_fontStyle -wangdaye.com.geometricweather.R$drawable: int weather_wind_mini_light +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatImageView_tint +com.jaredrummler.android.colorpicker.R$color: int primary_text_disabled_material_light +com.bumptech.glide.R$id: int time +com.jaredrummler.android.colorpicker.R$attr: int backgroundTint +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: io.reactivex.Scheduler$Worker worker +okhttp3.logging.LoggingEventListener: void responseHeadersStart(okhttp3.Call) +com.google.android.material.R$id: int end +androidx.recyclerview.R$id: int tag_transition_group +cyanogenmod.externalviews.ExternalView$6: void run() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String getWeather() +com.jaredrummler.android.colorpicker.R$id: int search_go_btn +okhttp3.HttpUrl: java.lang.String USERNAME_ENCODE_SET +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: long index +cyanogenmod.themes.IThemeProcessingListener +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: boolean delayErrors +com.google.android.material.R$color: int secondary_text_default_material_dark +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: MfHistoryResult$Position() +com.turingtechnologies.materialscrollbar.R$style: int Base_CardView +com.google.android.material.R$attr: int splitTrack +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean wind +androidx.fragment.R$styleable: int GradientColorItem_android_color +androidx.customview.R$drawable: int notification_bg_low_normal +com.google.android.material.slider.RangeSlider$RangeSliderState: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: java.lang.String date +com.google.android.gms.location.LocationSettingsRequest +com.baidu.location.indoor.mapversion.c.a$d: com.baidu.location.indoor.mapversion.c.a$a d +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_BottomAppBar_Primary +androidx.preference.R$style: int Platform_Widget_AppCompat_Spinner +com.jaredrummler.android.colorpicker.R$id: int title_template +wangdaye.com.geometricweather.R$string: int settings_title_daily_trend_display +com.turingtechnologies.materialscrollbar.R$attr: int thickness +okio.RealBufferedSource$1: int read() +com.google.android.material.circularreveal.CircularRevealFrameLayout +androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd +james.adaptiveicon.R$styleable: int MenuItem_android_numericShortcut +cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: android.net.Uri NO_RINGTONE_URI +cyanogenmod.app.ProfileGroup$Mode: cyanogenmod.app.ProfileGroup$Mode valueOf(java.lang.String) +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_BOOT_ANIM +com.google.android.material.R$attr: int flow_wrapMode +com.google.android.material.R$attr: int expanded +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintVertical_bias +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.bumptech.glide.R$attr: int statusBarBackground +androidx.appcompat.widget.ActionMenuView +okio.SegmentedByteString: boolean rangeEquals(int,byte[],int,int) +okio.Pipe +androidx.appcompat.R$dimen: int notification_large_icon_height +com.google.android.material.chip.Chip: float getChipEndPadding() +androidx.preference.R$style: int Platform_V25_AppCompat_Light +okhttp3.Address: okhttp3.Dns dns +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_AES_256_CBC_SHA256 +io.reactivex.internal.util.HashMapSupplier: java.util.concurrent.Callable asCallable() +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_year_horizontal_padding +okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner: int hashCode() +com.turingtechnologies.materialscrollbar.R$attr: int closeIcon +com.google.android.material.R$styleable: int FloatingActionButton_elevation +androidx.preference.R$styleable: int SearchView_android_maxWidth +androidx.coordinatorlayout.R$dimen: int compat_button_padding_horizontal_material +io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) +wangdaye.com.geometricweather.R$drawable: int mtrl_dropdown_arrow +okhttp3.internal.http2.Http2Stream$FramingSource: okio.Buffer receiveBuffer +com.amap.api.location.AMapLocationClientOption$GeoLanguage: com.amap.api.location.AMapLocationClientOption$GeoLanguage[] values() +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType valueOf(java.lang.String) +androidx.appcompat.widget.AppCompatCheckedTextView: AppCompatCheckedTextView(android.content.Context) +androidx.hilt.R$id: int tag_unhandled_key_listeners +okhttp3.internal.platform.Jdk9Platform: java.lang.reflect.Method setProtocolMethod +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: void setWeekText(java.lang.String) +wangdaye.com.geometricweather.R$drawable: int abc_cab_background_top_mtrl_alpha +cyanogenmod.app.CustomTile$ExpandedStyle: int LIST_STYLE +com.google.android.material.R$styleable: int KeyAttribute_framePosition +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: boolean isDisposed() +wangdaye.com.geometricweather.R$id: int dialog_providers_previewer_progress +androidx.constraintlayout.widget.R$styleable: int MenuItem_numericModifiers +james.adaptiveicon.R$styleable: int ActionMode_closeItemLayout +wangdaye.com.geometricweather.R$string: int current_location +androidx.appcompat.R$styleable: int Toolbar_titleMarginStart +wangdaye.com.geometricweather.R$string: int week_6 +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: int getAnimationMode() +com.google.android.material.R$layout: int material_timepicker +androidx.lifecycle.LiveData$ObserverWrapper: boolean shouldBeActive() +androidx.core.R$style: int TextAppearance_Compat_Notification_Time +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionMode +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeRealFeelShaderTemperature +wangdaye.com.geometricweather.R$attr: int tickColorInactive +cyanogenmod.providers.CMSettings$Global: java.lang.String POWER_NOTIFICATIONS_VIBRATE +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWetBulbTemperature(java.lang.Integer) +okio.DeflaterSink: void deflate(boolean) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_69 +retrofit2.KotlinExtensions$await$4$2: void onResponse(retrofit2.Call,retrofit2.Response) +com.google.gson.stream.JsonReader: void skipValue() +retrofit2.ParameterHandler$Field: ParameterHandler$Field(java.lang.String,retrofit2.Converter,boolean) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getRainPrecipitationProbability() +wangdaye.com.geometricweather.R$styleable: int AppBarLayout_Layout_layout_scrollFlags +android.didikee.donate.R$dimen: int abc_text_size_title_material_toolbar +wangdaye.com.geometricweather.R$layout: int mtrl_picker_header_selection_text +androidx.core.R$drawable: int notification_template_icon_low_bg +io.reactivex.Observable: io.reactivex.Observable skip(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +cyanogenmod.platform.R +io.reactivex.internal.observers.ForEachWhileObserver: io.reactivex.functions.Predicate onNext +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_paddingStart +com.google.android.material.R$styleable: int Transition_constraintSetEnd +androidx.recyclerview.R$layout: R$layout() +com.turingtechnologies.materialscrollbar.R$dimen: int abc_button_padding_horizontal_material +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constrainedWidth +wangdaye.com.geometricweather.R$drawable: int ic_menu_up +com.google.android.material.R$styleable: int Layout_layout_constraintBaseline_creator +wangdaye.com.geometricweather.R$id: int dialog_time_setter_time_picker +androidx.drawerlayout.widget.DrawerLayout: void setStatusBarBackgroundColor(int) +cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: void cancelRequest(int) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property TreeDescription +androidx.preference.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float totalPrecipitation +androidx.preference.R$style: int Base_V26_Theme_AppCompat +android.didikee.donate.R$attr: int homeAsUpIndicator +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: boolean isDisposed() +androidx.appcompat.R$id: int accessibility_custom_action_6 +com.turingtechnologies.materialscrollbar.R$styleable: int MenuGroup_android_menuCategory +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: java.lang.String unitId +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode CLEAR +wangdaye.com.geometricweather.db.entities.DailyEntity: int daytimeTemperature +androidx.dynamicanimation.R$drawable: int notification_action_background +okhttp3.ResponseBody: okhttp3.MediaType contentType() +com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource[] values() +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getBootanimationThemePackageName() +io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: void dispose() +retrofit2.converter.gson.GsonRequestBodyConverter: java.lang.Object convert(java.lang.Object) +androidx.constraintlayout.widget.R$color: int secondary_text_default_material_dark +cyanogenmod.app.ThemeComponent +okio.Okio: okio.Sink sink(java.io.OutputStream) +androidx.preference.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle +com.turingtechnologies.materialscrollbar.R$color: int design_fab_stroke_top_inner_color +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float getSnow() +com.google.android.material.R$styleable: int AppCompatTheme_ratingBarStyle +com.google.android.material.datepicker.MaterialCalendarGridView +androidx.preference.R$styleable: int View_paddingStart +androidx.drawerlayout.R$style: int TextAppearance_Compat_Notification_Line2 +androidx.appcompat.resources.R$drawable: int abc_vector_test +com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_reverseLayout +android.didikee.donate.R$drawable: int abc_tab_indicator_mtrl_alpha +wangdaye.com.geometricweather.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog +com.google.gson.FieldNamingPolicy: FieldNamingPolicy(java.lang.String,int,com.google.gson.FieldNamingPolicy$1) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarTabStyle +androidx.constraintlayout.widget.R$attr: int drawableRightCompat +androidx.core.view.GestureDetectorCompat$GestureDetectorCompatImplBase: void setOnDoubleTapListener(android.view.GestureDetector$OnDoubleTapListener) +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float NitrogenDioxide +cyanogenmod.profiles.BrightnessSettings: boolean mDirty +com.jaredrummler.android.colorpicker.R$attr: int expandActivityOverflowButtonDrawable +com.turingtechnologies.materialscrollbar.R$attr: int titleMarginBottom +androidx.appcompat.widget.SwitchCompat: boolean getSplitTrack() +wangdaye.com.geometricweather.location.utils.LocationException +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Imperial: double Value +com.google.android.material.R$styleable: int CompoundButton_buttonCompat +android.didikee.donate.R$style: int Theme_AppCompat_NoActionBar +androidx.preference.R$style: int Widget_AppCompat_ProgressBar_Horizontal +com.jaredrummler.android.colorpicker.R$id: int icon_frame +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Medium +cyanogenmod.hardware.CMHardwareManager: boolean isSunlightEnhancementSelfManaged() +com.xw.repo.bubbleseekbar.R$attr: int font +com.jaredrummler.android.colorpicker.R$string: int abc_action_menu_overflow_description +androidx.constraintlayout.widget.R$styleable: int StateListDrawable_android_enterFadeDuration +androidx.swiperefreshlayout.R$id: int tag_accessibility_heading +okhttp3.internal.http2.Header: okio.ByteString TARGET_SCHEME +wangdaye.com.geometricweather.R$string: int cancel +okio.HashingSink: javax.crypto.Mac mac +com.amap.api.location.AMapLocationClientOption: boolean isOnceLocation() +james.adaptiveicon.R$attr: int tickMarkTintMode +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeSplitBackground +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult: java.util.List history +wangdaye.com.geometricweather.R$attr: int actionModePopupWindowStyle +cyanogenmod.app.CustomTile$ExpandedStyle: void writeToParcel(android.os.Parcel,int) +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_NoActionBar_Bridge +com.xw.repo.bubbleseekbar.R$attr: int homeAsUpIndicator +com.google.android.material.R$anim +androidx.appcompat.widget.ActivityChooserView +wangdaye.com.geometricweather.R$drawable: int ic_cloud +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_l +com.google.android.material.button.MaterialButton: int getIconSize() +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean getPoint() +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintBaseline_toBaselineOf +wangdaye.com.geometricweather.R$color: int mtrl_scrim_color +com.xw.repo.bubbleseekbar.R$styleable: int[] ActionBarLayout +com.github.rahatarmanahmed.cpv.CircularProgressView: android.animation.AnimatorSet createIndeterminateAnimator(float) +retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter: CompletableFutureCallAdapterFactory$ResponseCallAdapter(java.lang.reflect.Type) +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_itemPadding +androidx.core.R$drawable: int notification_icon_background +androidx.preference.R$style: int PreferenceFragment_Material +androidx.constraintlayout.widget.R$layout: int abc_cascading_menu_item_layout +com.google.android.material.R$styleable: int SnackbarLayout_animationMode +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +cyanogenmod.app.Profile: int getDozeMode() +androidx.constraintlayout.widget.R$attr: int pathMotionArc +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: java.lang.String unit +org.greenrobot.greendao.AbstractDao: void delete(java.lang.Object) +com.jaredrummler.android.colorpicker.R$styleable: int Preference_enableCopying +wangdaye.com.geometricweather.db.entities.HistoryEntity: java.util.Date getDate() +okhttp3.internal.connection.RealConnection: void connectTunnel(int,int,int,okhttp3.Call,okhttp3.EventListener) +com.xw.repo.bubbleseekbar.R$dimen: int tooltip_precise_anchor_extra_offset +android.didikee.donate.R$attr: int listItemLayout +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarItemBackground +wangdaye.com.geometricweather.R$string: int key_notification_background_color +wangdaye.com.geometricweather.R$attr: int textStartPadding +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_paddingRight +wangdaye.com.geometricweather.R$id: int postLayout +androidx.appcompat.R$attr: int listPreferredItemPaddingEnd +wangdaye.com.geometricweather.R$attr: int popupWindowStyle +okhttp3.Cache$CacheResponseBody: java.lang.String contentLength +androidx.preference.R$styleable: int CheckBoxPreference_disableDependentsState +com.amap.api.location.AMapLocation: void setProvince(java.lang.String) +wangdaye.com.geometricweather.db.entities.AlertEntity: void setColor(int) +wangdaye.com.geometricweather.R$style: int Preference_Material +androidx.appcompat.R$id: int on +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator +wangdaye.com.geometricweather.R$id: int ghost_view_holder +james.adaptiveicon.R$color: int switch_thumb_normal_material_light wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: java.lang.String unit -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_stroke_size -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light_DarkActionBar -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_logo -com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_android_fontWeight -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder host(java.lang.String) -androidx.appcompat.widget.AppCompatCheckBox: void setSupportButtonTintMode(android.graphics.PorterDuff$Mode) -androidx.lifecycle.AbstractSavedStateViewModelFactory: androidx.lifecycle.ViewModel create(java.lang.Class) -com.google.android.material.R$attr: int chipEndPadding -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintVertical_bias -com.amap.api.location.AMapLocationClientOption: boolean isWifiScan() -android.didikee.donate.R$dimen: int abc_action_button_min_width_overflow_material -com.google.android.material.R$layout: int abc_cascading_menu_item_layout -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setRequestType(cyanogenmod.themes.ThemeChangeRequest$RequestType) -cyanogenmod.weather.CMWeatherManager$2$2: cyanogenmod.weather.CMWeatherManager$LookupCityRequestListener val$listener -okio.Buffer$UnsafeCursor: long resizeBuffer(long) -james.adaptiveicon.R$style: int Widget_AppCompat_Button -com.jaredrummler.android.colorpicker.R$attr: int dropDownListViewStyle -androidx.constraintlayout.widget.R$layout: int abc_action_mode_close_item_material -retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$2: retrofit2.Call $this_await$inlined -androidx.hilt.R$attr: int fontStyle -android.didikee.donate.R$styleable: int AppCompatTheme_windowFixedWidthMinor -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Imperial: java.lang.String Unit -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void innerComplete(int) -androidx.recyclerview.R$attr: int ttcIndex -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property UpdateDate -com.turingtechnologies.materialscrollbar.R$attr: int alpha -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_SeekBar_Discrete -io.reactivex.internal.util.VolatileSizeArrayList: void add(int,java.lang.Object) -androidx.preference.R$dimen: int notification_right_side_padding_top -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver: void onError(java.lang.Throwable) -androidx.preference.R$attr: int key -james.adaptiveicon.R$attr: int indeterminateProgressStyle -okhttp3.Challenge: Challenge(java.lang.String,java.lang.String) -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: ObservableDoFinally$DoFinallyObserver(io.reactivex.Observer,io.reactivex.functions.Action) -androidx.preference.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight -androidx.preference.R$styleable: int ListPreference_useSimpleSummaryProvider -wangdaye.com.geometricweather.R$attr: int hideOnScroll -android.support.v4.app.INotificationSideChannel$Stub$Proxy: void notify(java.lang.String,int,java.lang.String,android.app.Notification) -wangdaye.com.geometricweather.R$attr: int bsb_is_float_type -androidx.preference.R$dimen: int preference_seekbar_padding_vertical -androidx.appcompat.R$style: int Widget_AppCompat_ListView -com.xw.repo.bubbleseekbar.R$attr: int titleMarginBottom -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_checkedIcon -com.jaredrummler.android.colorpicker.R$styleable: int MultiSelectListPreference_android_entries -androidx.appcompat.R$styleable: int ActionBar_indeterminateProgressStyle -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_elevation -com.google.android.material.R$styleable: int NavigationView_itemShapeInsetEnd -androidx.recyclerview.R$styleable: int[] RecyclerView -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_summaryOn -androidx.appcompat.R$styleable: int SearchView_closeIcon -okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder minFresh(int,java.util.concurrent.TimeUnit) -okhttp3.Route: java.net.Proxy proxy() -com.google.android.material.R$attr: int barrierMargin -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_applyDefaultTheme -james.adaptiveicon.R$dimen: int abc_dialog_min_width_major -retrofit2.http.Header -com.xw.repo.bubbleseekbar.R$styleable: int[] PopupWindowBackgroundState -com.google.android.gms.base.R$attr: R$attr() -androidx.preference.R$styleable: int SeekBarPreference_adjustable -okhttp3.internal.tls.BasicCertificateChainCleaner: okhttp3.internal.tls.TrustRootIndex trustRootIndex -androidx.appcompat.widget.AppCompatEditText: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() -wangdaye.com.geometricweather.common.basic.models.weather.WindDegree: boolean noDirection -wangdaye.com.geometricweather.R$color: int colorSearchBarBackground -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation: double qty1H -com.google.android.material.R$attr: int buttonTint -android.didikee.donate.R$styleable: int ActionBar_subtitle -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Headline -androidx.appcompat.R$style: int Widget_AppCompat_RatingBar -androidx.lifecycle.LiveData$1: LiveData$1(androidx.lifecycle.LiveData) -androidx.appcompat.R$attr: int goIcon -wangdaye.com.geometricweather.db.entities.LocationEntity: void setCity(java.lang.String) -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Body2 -com.turingtechnologies.materialscrollbar.R$attr: int autoSizeMinTextSize -james.adaptiveicon.R$attr: int listPreferredItemHeightSmall -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_navigationIcon -wangdaye.com.geometricweather.R$styleable: int ShapeableImageView_strokeWidth -com.google.android.material.R$dimen: int abc_text_size_subhead_material -io.reactivex.internal.schedulers.ScheduledRunnable: int FUTURE_INDEX -com.google.android.gms.base.R$styleable -androidx.fragment.R$styleable: int FontFamily_fontProviderAuthority -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area$LastAction LastAction -okhttp3.internal.connection.RouteSelector$Selection: okhttp3.Route next() -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_showText -okhttp3.internal.http2.Http2Writer: boolean closed -androidx.hilt.work.R$id: int accessibility_custom_action_0 -io.reactivex.subjects.PublishSubject$PublishDisposable: boolean isDisposed() -androidx.lifecycle.ReportFragment: void dispatchCreate(androidx.lifecycle.ReportFragment$ActivityInitializationListener) -io.reactivex.internal.operators.observable.ObserverResourceWrapper -com.xw.repo.bubbleseekbar.R$id: int contentPanel -android.didikee.donate.R$styleable: int AppCompatTheme_windowFixedWidthMajor -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: double seaLevel -com.google.android.material.R$string: int character_counter_pattern -androidx.fragment.R$id: int title -androidx.lifecycle.Transformations$3: void onChanged(java.lang.Object) -james.adaptiveicon.R$dimen: int abc_text_size_title_material_toolbar -io.reactivex.internal.observers.InnerQueuedObserver: long serialVersionUID -cyanogenmod.providers.ThemesContract$PreviewColumns: android.net.Uri COMPONENTS_URI -wangdaye.com.geometricweather.R$styleable: int[] ShapeableImageView -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Snow -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: android.view.Window access$200(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) -wangdaye.com.geometricweather.R$dimen: int hint_pressed_alpha_material_dark -okhttp3.internal.http1.Http1Codec: void cancel() -com.google.android.material.slider.BaseSlider: void setTickTintList(android.content.res.ColorStateList) -com.google.android.material.R$styleable: int AppCompatTheme_colorControlActivated -com.google.android.material.floatingactionbutton.FloatingActionButton: void setTranslationX(float) -com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType SOSOMAP -com.xw.repo.bubbleseekbar.R$attr: int singleChoiceItemLayout -okhttp3.CacheControl$Builder: boolean onlyIfCached -androidx.recyclerview.widget.RecyclerView: java.lang.CharSequence getAccessibilityClassName() -androidx.constraintlayout.widget.R$attr: int goIcon -com.google.android.material.R$id: int mtrl_calendar_days_of_week -cyanogenmod.app.Profile: void addSecondaryUuid(java.util.UUID) -com.google.android.material.R$attr: int placeholderTextColor -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Inverse -androidx.viewpager2.R$id: int notification_main_column -com.google.android.material.R$attr: int counterTextColor -retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: io.reactivex.Observer observer -androidx.appcompat.R$string: int abc_searchview_description_query -androidx.appcompat.R$anim: int btn_checkbox_to_checked_box_inner_merged_animation -cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode mRingerMode -androidx.appcompat.R$id: int accessibility_custom_action_12 -okhttp3.Protocol: okhttp3.Protocol HTTP_1_1 -wangdaye.com.geometricweather.R$string: int mtrl_picker_toggle_to_year_selection -cyanogenmod.alarmclock.ClockContract$InstancesColumns: int SNOOZE_STATE -wangdaye.com.geometricweather.R$anim: int popup_show_top_right -com.google.android.material.R$styleable: int MenuItem_android_enabled -wangdaye.com.geometricweather.R$styleable: int[] PropertySet -james.adaptiveicon.R$drawable: int abc_btn_switch_to_on_mtrl_00012 -com.amap.api.location.AMapLocation: float getBearing() -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_20 -androidx.appcompat.widget.AppCompatRadioButton: AppCompatRadioButton(android.content.Context,android.util.AttributeSet,int) -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Title -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_Button -androidx.constraintlayout.widget.R$styleable: int Layout_layout_goneMarginLeft -okhttp3.internal.cache.CacheInterceptor: okhttp3.internal.cache.InternalCache cache -com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_itemIconDisabledAlpha -androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu -cyanogenmod.providers.CMSettings$Global: int getIntForUser(android.content.ContentResolver,java.lang.String,int) -com.google.android.material.R$id: int edit_query -androidx.dynamicanimation.R$attr: int alpha -cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_QUICK_QS_PULLDOWN -com.jaredrummler.android.colorpicker.R$attr: int cpv_allowCustom -com.google.android.material.R$styleable: int[] DrawerArrowToggle -androidx.preference.R$styleable: int[] MenuGroup -james.adaptiveicon.R$color: int notification_action_color_filter +okio.SegmentPool: okio.Segment take() +cyanogenmod.providers.CMSettings$InclusiveIntegerRangeValidator: boolean validate(java.lang.String) +cyanogenmod.app.suggest.ApplicationSuggestion: ApplicationSuggestion(java.lang.String,java.lang.String,android.net.Uri,android.net.Uri) +androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType: androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType START +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setWindDircEnd(java.lang.String) +cyanogenmod.util.ColorUtils: int generateAlertColorFromDrawable(android.graphics.drawable.Drawable) +okhttp3.ResponseBody: long contentLength() +wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.String getKey(wangdaye.com.geometricweather.db.entities.LocationEntity) +androidx.loader.R$style: int TextAppearance_Compat_Notification_Title +io.reactivex.Observable: io.reactivex.Observable cache() +androidx.coordinatorlayout.R$id: int accessibility_custom_action_7 +io.reactivex.Observable: java.util.concurrent.Future toFuture() +com.bumptech.glide.integration.okhttp.R$attr: int layout_anchorGravity +cyanogenmod.providers.CMSettings$Global: int getInt(android.content.ContentResolver,java.lang.String) +androidx.preference.R$styleable: int GradientColorItem_android_offset +androidx.core.R$styleable: int GradientColor_android_endColor +cyanogenmod.util.ColorUtils: com.android.internal.util.cm.palette.Palette$Swatch getDominantSwatch(com.android.internal.util.cm.palette.Palette) +okhttp3.Dns$1 +james.adaptiveicon.R$style: int Base_V22_Theme_AppCompat_Light +com.google.android.material.textfield.TextInputLayout: void setEndIconOnLongClickListener(android.view.View$OnLongClickListener) +com.google.android.material.tabs.TabLayout: void setSelectedTabIndicatorColor(int) +okio.RealBufferedSource: int select(okio.Options) +wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle HOURLY +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$LocalSource: java.lang.String Name +com.xw.repo.bubbleseekbar.R$styleable: int ActivityChooserView_initialActivityCount +wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: int unitArrayIndex +com.google.android.material.R$styleable: int[] StateListDrawable +okhttp3.internal.tls.BasicTrustRootIndex +okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Http2Stream$FramingSource source +wangdaye.com.geometricweather.db.entities.DailyEntity: long getTime() +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void dispose() +com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat_Light +com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_fontWeight +com.google.android.material.slider.RangeSlider: void setThumbStrokeColorResource(int) +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: java.lang.String getSpeedText(android.content.Context,float) +io.reactivex.subjects.PublishSubject$PublishDisposable: void onComplete() +wangdaye.com.geometricweather.R$xml: int widget_day_week +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: boolean done +okhttp3.internal.platform.Android10Platform: void configureTlsExtensions(javax.net.ssl.SSLSocket,java.lang.String,java.util.List) +io.reactivex.internal.functions.Functions$HashSetCallable: io.reactivex.internal.functions.Functions$HashSetCallable[] values() +retrofit2.ParameterHandler$QueryMap: void apply(retrofit2.RequestBuilder,java.lang.Object) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_switchStyle +androidx.loader.R$styleable: int FontFamily_fontProviderFetchStrategy +okhttp3.internal.platform.JdkWithJettyBootPlatform: void afterHandshake(javax.net.ssl.SSLSocket) +wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_shadowColor +com.google.android.material.R$drawable: int abc_ic_star_black_16dp +com.turingtechnologies.materialscrollbar.R$layout: int design_bottom_sheet_dialog +com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_buttonIconDimen +com.google.gson.FieldNamingPolicy$1 +androidx.preference.R$style: int Base_Widget_AppCompat_RatingBar_Small +com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setPresenter(com.google.android.material.bottomnavigation.BottomNavigationPresenter) +androidx.preference.R$style: int Base_Theme_AppCompat +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_title_baseline_to_top_fullscreen +cyanogenmod.externalviews.ExternalViewProviderService +james.adaptiveicon.R$styleable: int Toolbar_menu +com.google.android.material.datepicker.MaterialDatePicker: MaterialDatePicker() +androidx.customview.R$styleable: int ColorStateListItem_alpha +androidx.preference.internal.PreferenceImageView +com.jaredrummler.android.colorpicker.R$style: int Preference_Material +com.xw.repo.bubbleseekbar.R$dimen: int highlight_alpha_material_colored +wangdaye.com.geometricweather.R$drawable: int notif_temp_108 +cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_COLOR_ENHANCE +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation +cyanogenmod.themes.ThemeManager$1$1: void run() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean precipitationProbability +androidx.appcompat.R$color: int background_material_light +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light_DialogWhenLarge +retrofit2.OptionalConverterFactory: retrofit2.Converter$Factory INSTANCE +com.amap.api.location.AMapLocationQualityReport +androidx.activity.R$id: int line1 +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: PrecipitationDuration(java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float) +com.bumptech.glide.integration.okhttp.R$string: int status_bar_notification_info_overflow +wangdaye.com.geometricweather.R$attr: int currentPageIndicatorColor +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_button_min_width_material +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_searchViewStyle +okio.Okio$2: okio.Timeout val$timeout +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Integer getDewPoint() +cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_AUTO_OUTDOOR_MODE +com.google.android.material.R$id: int decelerateAndComplete +com.google.android.material.R$style: int TextAppearance_AppCompat_Display3 +okhttp3.internal.Util: java.util.TimeZone UTC +androidx.appcompat.R$style: int Theme_AppCompat_DayNight +androidx.preference.R$drawable: int abc_text_select_handle_middle_mtrl_light +androidx.preference.R$drawable: int abc_edit_text_material +wangdaye.com.geometricweather.R$styleable: int Insets_paddingRightSystemWindowInsets +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionMenuTextAppearance +wangdaye.com.geometricweather.R$interpolator: int mtrl_fast_out_linear_in +androidx.hilt.lifecycle.R$drawable: int notification_bg_low +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_CALL_COLOR +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_max +io.reactivex.Observable: io.reactivex.Maybe singleElement() +com.google.android.material.R$attr: int onHide +androidx.lifecycle.Lifecycling: int resolveObserverCallbackType(java.lang.Class) +com.google.android.material.R$layout: int test_design_radiobutton +com.jaredrummler.android.colorpicker.R$id: int circle +androidx.appcompat.widget.AppCompatRadioButton: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_numericModifiers +androidx.viewpager.R$drawable: int notify_panel_notification_icon_bg +com.bumptech.glide.R$id: int async +wangdaye.com.geometricweather.R$anim: int design_snackbar_in +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber$1: androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber this$1 +androidx.preference.R$styleable: int StateListDrawable_android_constantSize +androidx.appcompat.R$style: int Widget_AppCompat_ActionButton +cyanogenmod.platform.Manifest$permission: java.lang.String LIVE_LOCK_SCREEN_MANAGER_ACCESS +wangdaye.com.geometricweather.R$attr: int passwordToggleTint +cyanogenmod.weatherservice.IWeatherProviderService$Stub: int TRANSACTION_processWeatherUpdateRequest_0 +androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat_Dark +androidx.preference.R$style: int Theme_AppCompat_NoActionBar +androidx.appcompat.R$layout: int notification_template_custom_big +androidx.lifecycle.extensions.R$layout: int notification_template_part_chronometer +wangdaye.com.geometricweather.R$attr: int barrierAllowsGoneWidgets +com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_endX +androidx.appcompat.widget.SearchView: int getSuggestionCommitIconResId() +com.baidu.location.e.l$b: int i +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_chainStyle +com.turingtechnologies.materialscrollbar.R$attr: int logoDescription +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Caption +androidx.fragment.R$drawable: int notification_template_icon_low_bg +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void clear() +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_z +android.didikee.donate.R$styleable: int Spinner_android_prompt +retrofit2.Response: okhttp3.Response raw() +cyanogenmod.app.Profile$ProfileTrigger: java.lang.String access$300(cyanogenmod.app.Profile$ProfileTrigger) +cyanogenmod.weather.WeatherInfo$DayForecast: boolean equals(java.lang.Object) +androidx.lifecycle.LiveData: int mVersion androidx.preference.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow -androidx.constraintlayout.widget.R$styleable: int[] KeyTimeCycle -wangdaye.com.geometricweather.R$attr: int layout_constraintVertical_weight -androidx.appcompat.R$styleable: int CompoundButton_buttonTint -com.bumptech.glide.R$layout: int notification_template_part_chronometer -wangdaye.com.geometricweather.R$style: int Preference_SeekBarPreference -james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge -com.turingtechnologies.materialscrollbar.R$style: int Base_V21_Theme_AppCompat_Light -androidx.appcompat.resources.R$color: R$color() -james.adaptiveicon.R$drawable: int abc_ratingbar_small_material -cyanogenmod.app.CustomTile$GridExpandedStyle: void setGridItems(java.util.ArrayList) -retrofit2.Retrofit: retrofit2.Converter responseBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[]) -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: void clear() -androidx.appcompat.R$color: int background_material_dark -androidx.constraintlayout.widget.R$attr: int listPreferredItemPaddingLeft -androidx.drawerlayout.R$style: int TextAppearance_Compat_Notification_Title -james.adaptiveicon.R$styleable: int AppCompatTheme_actionMenuTextAppearance -com.google.android.material.R$attr: int borderWidth -cyanogenmod.hardware.ICMHardwareService: boolean requireAdaptiveBacklightForSunlightEnhancement() -com.google.android.material.snackbar.Snackbar$SnackbarLayout: void setBackgroundTintMode(android.graphics.PorterDuff$Mode) -wangdaye.com.geometricweather.R$dimen: int mtrl_alert_dialog_background_inset_bottom -androidx.appcompat.widget.ActionMenuPresenter$SavedState -com.amap.api.fence.PoiItem: void setAddress(java.lang.String) -retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: boolean isDisposed() -com.jaredrummler.android.colorpicker.R$drawable: int abc_textfield_default_mtrl_alpha -com.google.gson.stream.JsonReader: java.io.IOException syntaxError(java.lang.String) -wangdaye.com.geometricweather.R$attr: int prefixText -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionBar_TabBar -androidx.core.R$drawable: int notification_bg_low_normal -com.github.rahatarmanahmed.cpv.CircularProgressView$8: void onAnimationUpdate(android.animation.ValueAnimator) -cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.RequestInfo build() -wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog_Alert -androidx.preference.R$styleable: int FontFamily_fontProviderQuery -androidx.work.WorkInfo$State: androidx.work.WorkInfo$State FAILED -androidx.preference.R$attr: int order -io.reactivex.Observable: io.reactivex.Observable window(long,long,java.util.concurrent.TimeUnit) -wangdaye.com.geometricweather.R$id: int item_about_header_appVersion -wangdaye.com.geometricweather.R$string: int feedback_interpret_background_notification_content -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: boolean requestDismiss() -okhttp3.internal.http.RealResponseBody: okio.BufferedSource source() -com.google.android.material.R$drawable: int abc_ic_star_black_36dp -androidx.coordinatorlayout.R$id: int accessibility_custom_action_9 -james.adaptiveicon.R$attr: int listPreferredItemHeight -androidx.drawerlayout.R$styleable: int GradientColor_android_startColor -james.adaptiveicon.R$attr: int contentInsetStart -com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_fontVariationSettings -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintWidth_max -com.google.android.material.R$styleable: int TextInputLayout_startIconCheckable -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties -androidx.appcompat.R$id: int src_in -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_ct -androidx.preference.R$color: int primary_material_dark -androidx.appcompat.R$styleable: int TextAppearance_android_textStyle -androidx.viewpager.widget.PagerTitleStrip: void setTextColor(int) -androidx.lifecycle.LiveData: boolean hasActiveObservers() -com.xw.repo.bubbleseekbar.R$layout: int abc_expanded_menu_layout -wangdaye.com.geometricweather.R$string: int temperature -androidx.hilt.R$id: int accessibility_custom_action_3 -okio.Buffer$1: java.lang.String toString() -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Medium -androidx.appcompat.R$color: int bright_foreground_disabled_material_dark -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_alpha -okhttp3.FormBody: okhttp3.MediaType CONTENT_TYPE -androidx.constraintlayout.widget.R$styleable: int Constraint_android_rotationX -com.jaredrummler.android.colorpicker.R$drawable: int abc_item_background_holo_light -com.google.android.material.R$layout: int text_view_with_line_height_from_style -cyanogenmod.weather.WeatherInfo: java.util.List getForecasts() -com.google.android.material.R$style: int Widget_AppCompat_PopupMenu -com.google.android.material.R$attr: int tooltipForegroundColor -androidx.constraintlayout.widget.ConstraintLayout: ConstraintLayout(android.content.Context) -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 -androidx.preference.R$layout: int preference_dialog_edittext -androidx.appcompat.R$id: int action_bar_subtitle -androidx.vectordrawable.animated.R$attr: int fontProviderFetchStrategy -io.reactivex.Observable: io.reactivex.Observable combineLatestDelayError(io.reactivex.ObservableSource[],io.reactivex.functions.Function,int) -james.adaptiveicon.R$style: int Base_Theme_AppCompat_Dialog_Alert -com.jaredrummler.android.colorpicker.R$styleable: int MenuGroup_android_enabled -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String FORECAST_CONDITION_CODE -androidx.appcompat.R$id: int action_mode_bar_stub -wangdaye.com.geometricweather.R$style: int CardView_Light -com.jaredrummler.android.colorpicker.R$styleable: int CompoundButton_buttonTintMode -james.adaptiveicon.R$attr: int tooltipFrameBackground -wangdaye.com.geometricweather.R$styleable: int Chip_android_textColor -com.bumptech.glide.load.EncodeStrategy: com.bumptech.glide.load.EncodeStrategy[] values() -com.bumptech.glide.R$styleable: int ColorStateListItem_android_alpha -com.google.android.material.R$id: int material_clock_period_toggle -com.google.android.material.R$color: int primary_text_disabled_material_light -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours: AccuCurrentResult$PrecipitationSummary$Past12Hours() -androidx.appcompat.R$styleable: int MenuItem_android_title -okhttp3.internal.io.FileSystem$1: void delete(java.io.File) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_53 -com.jaredrummler.android.colorpicker.R$style: int Platform_V21_AppCompat_Light -com.amap.api.location.AMapLocationClientOption$GeoLanguage: com.amap.api.location.AMapLocationClientOption$GeoLanguage EN -android.didikee.donate.R$drawable: int abc_ic_commit_search_api_mtrl_alpha -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric: java.lang.String Unit -androidx.appcompat.widget.AppCompatRadioButton: void setButtonDrawable(android.graphics.drawable.Drawable) -com.google.android.material.R$attr: int textAppearanceListItemSmall -james.adaptiveicon.R$styleable: int AppCompatTheme_switchStyle -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: java.lang.Object poll() -com.xw.repo.BubbleSeekBar: void setThumbColor(int) -okhttp3.internal.http.BridgeInterceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void onComplete() -com.google.android.material.button.MaterialButton: android.graphics.drawable.Drawable getIcon() -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_24 -com.turingtechnologies.materialscrollbar.R$attr: int actionBarSplitStyle -wangdaye.com.geometricweather.R$color: int notification_background_l -com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getHaloTintList() -androidx.lifecycle.service.R -android.didikee.donate.R$color: int material_blue_grey_950 -wangdaye.com.geometricweather.R$drawable: int notif_temp_83 -okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Header$Listener headersListener -androidx.drawerlayout.R$id: int action_divider -okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Http2Connection getConnection() -cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_reboot -com.google.android.material.behavior.HideBottomViewOnScrollBehavior -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setCoDesc(java.lang.String) -wangdaye.com.geometricweather.db.entities.HistoryEntity: long getTime() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowMinWidthMajor -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.UV getUV() -cyanogenmod.profiles.ConnectionSettings: android.os.Parcelable$Creator CREATOR +com.google.android.material.R$dimen: int mtrl_textinput_box_label_cutout_padding +cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_setZenModeWithDuration +okio.Segment: okio.Segment next +androidx.preference.R$attr: int textAppearanceSearchResultTitle +okio.SegmentedByteString: okio.ByteString md5() +androidx.hilt.lifecycle.R$id: int line3 +com.google.android.material.internal.ForegroundLinearLayout: int getForegroundGravity() +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void applyAndAckSettings(boolean,okhttp3.internal.http2.Settings) +com.google.android.material.R$id: int aligned +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionBar +android.didikee.donate.R$string: int abc_capital_off +wangdaye.com.geometricweather.R$styleable: int[] MultiSelectListPreference +wangdaye.com.geometricweather.R$layout: int notification_base +androidx.viewpager2.widget.ViewPager2$RecyclerViewImpl +james.adaptiveicon.R$id: R$id() +wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_weatherKindTitle +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: java.lang.Integer alti +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat +com.bumptech.glide.R$styleable: int FontFamily_fontProviderFetchStrategy +androidx.coordinatorlayout.R$id: int accessibility_custom_action_17 +okio.ForwardingTimeout: okio.Timeout deadlineNanoTime(long) +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.util.concurrent.atomic.AtomicReference error +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_fab_translation_z_pressed +android.support.v4.os.ResultReceiver: void onReceiveResult(int,android.os.Bundle) +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Compat_Notification +com.google.android.material.R$styleable: int FontFamily_fontProviderFetchTimeout +androidx.preference.R$dimen: int abc_text_size_display_1_material +android.didikee.donate.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_light +wangdaye.com.geometricweather.R$id: int text_input_error_icon +okhttp3.internal.cache.CacheStrategy: okhttp3.Request networkRequest +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer ragweedLevel +com.google.android.material.R$dimen: int design_snackbar_extra_spacing_horizontal +wangdaye.com.geometricweather.R$attr: int drawPath +wangdaye.com.geometricweather.R$id: int widget_week_temp_2 +com.google.android.material.R$styleable: int AppCompatTextView_fontVariationSettings +wangdaye.com.geometricweather.background.polling.permanent.update.Hilt_ForegroundTodayForecastUpdateService: Hilt_ForegroundTodayForecastUpdateService() +wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.lang.String description +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Imperial +retrofit2.http.Path: java.lang.String value() +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_14 +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust +cyanogenmod.app.CMContextConstants: java.lang.String CM_TELEPHONY_MANAGER_SERVICE +wangdaye.com.geometricweather.common.basic.models.weather.Base: java.util.Date getPublishDate() +io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain: CompositeException$CompositeExceptionCausalChain() +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow +com.google.android.material.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ChipGroup +cyanogenmod.providers.DataUsageContract: java.lang.String SLOW_SAMPLES +okhttp3.internal.http2.Http2Connection: java.util.Set currentPushRequests +androidx.activity.R$id: int blocking +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarTabStyle +com.bumptech.glide.R$dimen: int compat_button_padding_vertical_material +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_RatingBar_Small +wangdaye.com.geometricweather.R$id: int animateToStart +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_popupTheme +androidx.appcompat.R$color: int abc_hint_foreground_material_dark +androidx.legacy.coreutils.R$id: int tag_unhandled_key_listeners +androidx.viewpager2.R$attr +androidx.constraintlayout.widget.R$attr: int mock_labelColor +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup +cyanogenmod.app.Profile: java.lang.String TAG +androidx.recyclerview.R$dimen: int item_touch_helper_swipe_escape_velocity +com.google.android.material.R$color: int material_on_background_emphasis_high_type +androidx.cardview.R$attr: int cardBackgroundColor +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Subhead +androidx.hilt.work.R$anim: int fragment_open_exit +com.google.android.material.slider.Slider: void setEnabled(boolean) +cyanogenmod.weather.CMWeatherManager: cyanogenmod.weather.ICMWeatherManager sWeatherManagerService +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: java.util.concurrent.atomic.AtomicReference upstream +cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper: void onListenerConnected() +androidx.hilt.work.R$color: int ripple_material_light +androidx.appcompat.R$styleable: int StateListDrawable_android_visible +wangdaye.com.geometricweather.R$id: int snackbar_text +com.xw.repo.bubbleseekbar.R$attr: int layout_dodgeInsetEdges +wangdaye.com.geometricweather.R$color: int androidx_core_secondary_text_default_material_light +com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_layout_behavior +okhttp3.internal.connection.RealConnection: okio.BufferedSink sink +com.jaredrummler.android.colorpicker.R$id: int action_bar_spinner +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_switchStyle +androidx.viewpager2.R$styleable: int RecyclerView_stackFromEnd +com.google.android.material.R$animator: int mtrl_chip_state_list_anim +com.google.android.material.R$attr: int tabIndicatorColor +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Tooltip +androidx.preference.R$styleable: int Preference_android_singleLineTitle +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void onNext(java.lang.Object) +wangdaye.com.geometricweather.R$drawable: int dialog_background +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_ellipsize +wangdaye.com.geometricweather.R$styleable: int MaterialRadioButton_buttonTint +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$1 +io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: long serialVersionUID +com.google.android.material.R$style: int Theme_AppCompat_Light +androidx.annotation.Keep +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_android_orientation +androidx.appcompat.widget.SwitchCompat: void setSplitTrack(boolean) +okhttp3.internal.Util +com.google.android.material.R$interpolator: int mtrl_fast_out_slow_in +androidx.transition.R$dimen: int compat_control_corner_material +okhttp3.internal.Internal: okhttp3.Call newWebSocketCall(okhttp3.OkHttpClient,okhttp3.Request) +io.reactivex.Observable: io.reactivex.Observable doOnLifecycle(io.reactivex.functions.Consumer,io.reactivex.functions.Action) +com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_item_horizontal_padding +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void onNext(java.lang.Object) +androidx.lifecycle.MutableLiveData: MutableLiveData() +com.jaredrummler.android.colorpicker.ColorPanelView: ColorPanelView(android.content.Context) +androidx.preference.R$attr: int ttcIndex +wangdaye.com.geometricweather.R$id: int activity_widget_config_showCardContainer +io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: ObservableDebounceTimed$DebounceEmitter(java.lang.Object,long,io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceTimedObserver) +com.google.android.material.R$attr: int closeIconTint +androidx.preference.R$style: int Base_Theme_AppCompat_Dialog +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_maxButtonHeight +com.google.android.material.R$style: int Widget_MaterialComponents_TextView +com.google.android.material.button.MaterialButton: void setBackgroundTintMode(android.graphics.PorterDuff$Mode) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric +androidx.constraintlayout.widget.R$styleable: int[] MotionLayout +cyanogenmod.platform.Manifest$permission: java.lang.String ACCESS_WEATHER_MANAGER +com.xw.repo.bubbleseekbar.R$color: int material_blue_grey_800 +com.google.android.material.R$styleable: int AnimatedStateListDrawableTransition_android_reversible +androidx.appcompat.R$styleable: int AppCompatTextView_drawableBottomCompat +com.google.android.material.R$dimen: int material_clock_hand_center_dot_radius +okhttp3.internal.http2.Http2Connection$5: Http2Connection$5(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[],int,java.util.List,boolean) +cyanogenmod.app.LiveLockScreenInfo: void cloneInto(cyanogenmod.app.LiveLockScreenInfo) +io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: ObservableUnsubscribeOn$UnsubscribeObserver(io.reactivex.Observer,io.reactivex.Scheduler) +androidx.hilt.lifecycle.R$styleable: int FragmentContainerView_android_tag +com.xw.repo.bubbleseekbar.R$color: int primary_material_light +james.adaptiveicon.R$styleable: int MenuItem_android_onClick +james.adaptiveicon.R$style: int Theme_AppCompat_NoActionBar +com.jaredrummler.android.colorpicker.R$attr: int progressBarPadding +io.reactivex.internal.operators.observable.ObserverResourceWrapper: io.reactivex.Observer downstream +androidx.viewpager.R$integer +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Temperature: MfHistoryResult$History$Temperature() +androidx.recyclerview.R$id: int action_image +wangdaye.com.geometricweather.background.receiver.MainReceiver +com.jaredrummler.android.colorpicker.R$attr: int actionMenuTextColor +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric: int UnitType +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintTop_toBottomOf +wangdaye.com.geometricweather.R$id: int pin +com.google.android.material.R$attr: int startIconContentDescription +androidx.appcompat.R$style: int Base_Theme_AppCompat_DialogWhenLarge +cyanogenmod.app.IProfileManager: boolean addProfile(cyanogenmod.app.Profile) +wangdaye.com.geometricweather.R$attr: int cpv_showOldColor +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_android_maxWidth +androidx.appcompat.R$id: int accessibility_custom_action_31 +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer relativeHumidity +wangdaye.com.geometricweather.R$styleable: int BottomAppBar_fabAnimationMode +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Imperial: int UnitType +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Direction: java.lang.String English +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_28 +com.google.android.material.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize +androidx.preference.R$styleable: int AppCompatTheme_actionOverflowMenuStyle +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner +com.github.rahatarmanahmed.cpv.CircularProgressView: void updateBounds() +androidx.constraintlayout.widget.R$id: int tag_screen_reader_focusable +com.google.android.material.R$style: int Base_Animation_AppCompat_DropDownUp +okhttp3.Response: Response(okhttp3.Response$Builder) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric: double Value +wangdaye.com.geometricweather.R$attr: int materialAlertDialogBodyTextStyle +androidx.appcompat.R$styleable: int AppCompatTheme_editTextColor +retrofit2.adapter.rxjava2.RxJava2CallAdapter: java.lang.reflect.Type responseType() +com.amap.api.location.AMapLocation: java.lang.String getBuildingId() +com.google.android.material.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge +androidx.appcompat.widget.SearchView: java.lang.CharSequence getQuery() +androidx.constraintlayout.motion.widget.MotionHelper: void setProgress(float) +com.google.android.material.R$attr: int fontProviderAuthority +com.google.android.material.R$id: int action_bar_activity_content +androidx.preference.R$attr: int colorButtonNormal +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX() +com.xw.repo.bubbleseekbar.R$color: int secondary_text_disabled_material_light +com.google.android.material.appbar.MaterialToolbar: MaterialToolbar(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_verticalGap +okhttp3.WebSocketListener: void onFailure(okhttp3.WebSocket,java.lang.Throwable,okhttp3.Response) +wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Dialog +com.google.android.material.R$style: int Widget_AppCompat_ActionButton +androidx.lifecycle.ViewModelProvider$NewInstanceFactory: androidx.lifecycle.ViewModelProvider$NewInstanceFactory getInstance() +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.HistoryEntity,int) +androidx.work.R$attr: int fontProviderFetchTimeout +com.google.android.material.textfield.TextInputLayout: void setStartIconContentDescription(java.lang.CharSequence) +wangdaye.com.geometricweather.R$styleable: int[] Tooltip +cyanogenmod.weather.WeatherInfo$1: cyanogenmod.weather.WeatherInfo createFromParcel(android.os.Parcel) +com.google.android.material.R$dimen: int abc_action_bar_default_padding_end_material +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWetBulbTemperature +cyanogenmod.app.CMTelephonyManager: java.lang.String TAG +androidx.preference.R$color: int abc_search_url_text_normal +androidx.appcompat.R$styleable: int AppCompatImageView_android_src +androidx.hilt.R$id: int accessibility_custom_action_0 +okhttp3.internal.http.HttpCodec +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: int getWindowType() +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: boolean mAskedShow +cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_BRIGHTNESS_CONTROL +com.xw.repo.bubbleseekbar.R$attr: int fontProviderCerts +wangdaye.com.geometricweather.R$attr: int suffixTextColor +com.google.android.material.R$styleable: int KeyPosition_sizePercent +android.didikee.donate.R$styleable: int Toolbar_subtitle +com.google.android.material.R$dimen: int abc_text_size_display_3_material +cyanogenmod.providers.CMSettings$Global: cyanogenmod.providers.CMSettings$NameValueCache sNameValueCache +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setStatus(int) +androidx.core.widget.NestedScrollView: void setSmoothScrollingEnabled(boolean) +wangdaye.com.geometricweather.R$attr: int bsb_second_track_size +android.didikee.donate.R$id: int search_bar +com.google.android.material.textfield.TextInputLayout: void setBoxStrokeWidth(int) +com.google.android.material.R$styleable: int AppBarLayout_android_keyboardNavigationCluster +wangdaye.com.geometricweather.R$string: int glide +wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit valueOf(java.lang.String) +cyanogenmod.providers.DataUsageContract: java.lang.String FAST_AVG +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: boolean isDisposed() +com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: boolean equals(java.lang.Object) +okio.Okio$1: okio.Timeout val$timeout +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Toolbar +com.amap.api.location.AMapLocation: java.lang.String getErrorInfo() +cyanogenmod.app.BaseLiveLockManagerService$1: BaseLiveLockManagerService$1(cyanogenmod.app.BaseLiveLockManagerService) +androidx.preference.R$color: int switch_thumb_normal_material_dark +androidx.preference.R$attr: int drawerArrowStyle +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Speed Speed +cyanogenmod.app.CMTelephonyManager: android.content.Context mContext +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xntd +com.google.android.material.slider.BaseSlider: void setThumbStrokeColor(android.content.res.ColorStateList) +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceHeadline2 +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Toolbar +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_DarkActionBar +com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleContentDescription(java.lang.CharSequence) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_editTextColor +cyanogenmod.providers.CMSettings$Secure: java.util.Map VALIDATORS +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setUpdateDate(java.util.Date) +okio.Okio$1: java.io.OutputStream val$out +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_large_material +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintGuide_end +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setApparentTemperature(java.lang.Integer) +androidx.appcompat.R$style: int Theme_AppCompat_DayNight_Dialog +com.google.android.material.R$styleable: int Layout_layout_constraintEnd_toStartOf +androidx.recyclerview.R$dimen: int notification_top_pad +wangdaye.com.geometricweather.R$styleable: int Toolbar_titleMarginTop +androidx.constraintlayout.widget.R$styleable: int CompoundButton_buttonTintMode +androidx.recyclerview.R$dimen +okhttp3.EventListener$Factory: okhttp3.EventListener create(okhttp3.Call) +wangdaye.com.geometricweather.R$dimen: int mtrl_snackbar_background_corner_radius +androidx.preference.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable +okhttp3.internal.http2.Hpack$Writer: void writeInt(int,int,int) +com.google.android.material.R$styleable: int Tooltip_android_text +okhttp3.OkHttpClient: okhttp3.ConnectionPool connectionPool() +androidx.constraintlayout.widget.R$id: int dragRight +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_VMAIL_COLOR +okio.HashingSink: okio.HashingSink sha1(okio.Sink) +com.turingtechnologies.materialscrollbar.R$attr: int dividerVertical +androidx.appcompat.R$attr: int navigationContentDescription +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setThunderstormPrecipitationProbability(java.lang.Float) +com.turingtechnologies.materialscrollbar.R$dimen: int highlight_alpha_material_dark +androidx.preference.R$styleable: int AppCompatTheme_ratingBarStyle +okhttp3.ResponseBody$1: long contentLength() +okhttp3.internal.http2.Http2Writer: void headers(int,java.util.List) +androidx.constraintlayout.widget.R$attr: int titleMarginTop +okhttp3.internal.http.StatusLine: StatusLine(okhttp3.Protocol,int,java.lang.String) +cyanogenmod.externalviews.ExternalView$1: void onServiceConnected(android.content.ComponentName,android.os.IBinder) +androidx.appcompat.R$dimen: int abc_edit_text_inset_top_material +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabPaddingEnd +wangdaye.com.geometricweather.R$animator +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) +james.adaptiveicon.R$dimen: int hint_alpha_material_dark +wangdaye.com.geometricweather.R$color: int mtrl_chip_ripple_color +com.google.android.material.R$string: int mtrl_picker_date_header_title +wangdaye.com.geometricweather.R$string: int feedback_request_location_in_background +james.adaptiveicon.R$drawable: int abc_ic_clear_material +wangdaye.com.geometricweather.R$attr: int buttonStyleSmall +wangdaye.com.geometricweather.R$id: int dialog_location_help_locationContainer +androidx.appcompat.R$color: int ripple_material_light +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: long serialVersionUID +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: java.lang.String dataUptime +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ListView_DropDown +androidx.constraintlayout.widget.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle +wangdaye.com.geometricweather.R$styleable: int OnSwipe_onTouchUp +wangdaye.com.geometricweather.R$drawable: int weather_snow_3 +com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked +wangdaye.com.geometricweather.R$attr: int floatingActionButtonStyle +cyanogenmod.externalviews.IExternalViewProvider$Stub: android.os.IBinder asBinder() +android.didikee.donate.R$styleable: int ActionBar_progressBarPadding +androidx.preference.R$styleable: int CoordinatorLayout_Layout_layout_anchor +wangdaye.com.geometricweather.R$layout: int design_text_input_end_icon +wangdaye.com.geometricweather.R$attr: int colorOnSecondary +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_55 +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$4: KeyguardExternalViewProviderService$Provider$ProviderImpl$4(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_3 +androidx.recyclerview.R$id: int accessibility_custom_action_0 +okhttp3.internal.http.HttpHeaders: boolean hasVaryAll(okhttp3.Headers) +androidx.preference.R$dimen: int tooltip_margin +com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemTextColor +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_visible +retrofit2.ParameterHandler$Header: java.lang.String name +com.google.android.gms.auth.api.signin.internal.GoogleSignInOptionsExtensionParcelable +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_min_width +cyanogenmod.app.CMContextConstants$Features: java.lang.String PARTNER +androidx.appcompat.resources.R$layout: int notification_action +com.google.android.material.R$id: int mtrl_picker_text_input_range_end +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_OutlinedButton +androidx.preference.R$styleable: int MenuGroup_android_checkableBehavior +android.didikee.donate.R$style: int Widget_AppCompat_CompoundButton_RadioButton +okhttp3.internal.http2.ConnectionShutdownException: ConnectionShutdownException() +wangdaye.com.geometricweather.R$string: int email +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature +com.xw.repo.bubbleseekbar.R$attr: int title +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textColorAlertDialogListItem +androidx.appcompat.R$styleable: int GradientColor_android_endX +wangdaye.com.geometricweather.R$string: int mtrl_picker_date_header_selected +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +cyanogenmod.weather.ICMWeatherManager$Stub: int TRANSACTION_cancelRequest +com.google.android.material.navigation.NavigationView: NavigationView(android.content.Context,android.util.AttributeSet,int) +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: void onError(java.lang.Throwable) +io.reactivex.disposables.ReferenceDisposable: void onDisposed(java.lang.Object) +wangdaye.com.geometricweather.R$string: int phase_waning_crescent +com.google.android.material.R$dimen: int material_filled_edittext_font_2_0_padding_top +androidx.appcompat.widget.SwitchCompat: void setThumbTextPadding(int) +androidx.fragment.R$dimen: int notification_media_narrow_margin +com.google.android.material.textfield.TextInputLayout: com.google.android.material.shape.MaterialShapeDrawable getBoxBackground() +wangdaye.com.geometricweather.R$color: int background_material_dark +cyanogenmod.profiles.StreamSettings$1: StreamSettings$1() +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_android_weightSum +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Headline +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub +com.google.android.material.R$styleable: int ConstraintLayout_Layout_constraintSet +androidx.hilt.lifecycle.R$styleable: int FontFamily_fontProviderPackage +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String src +androidx.customview.R$drawable: int notification_template_icon_low_bg +androidx.preference.R$attr: int buttonGravity +android.didikee.donate.R$attr: int alertDialogTheme +android.didikee.donate.R$attr: int logo +com.google.android.material.R$styleable: int ConstraintSet_layout_goneMarginTop +androidx.coordinatorlayout.R$id: int accessibility_custom_action_13 +androidx.viewpager2.R$styleable: int FontFamily_fontProviderPackage +androidx.viewpager2.R$dimen: int compat_notification_large_icon_max_width +com.google.android.material.R$styleable: int TabItem_android_icon +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Wind: CNWeatherResult$Realtime$Wind() +com.google.android.material.R$drawable: int material_ic_menu_arrow_up_black_24dp +androidx.constraintlayout.widget.R$id: int action_text +com.google.android.material.R$id: int action_text +wangdaye.com.geometricweather.R$styleable: int[] TabItem +android.didikee.donate.R$id: int always +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property AqiIndex +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_textFontWeight +wangdaye.com.geometricweather.R$dimen: int appcompat_dialog_background_inset +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_measureWithLargestChild +io.reactivex.Observable: io.reactivex.Observable switchMapMaybe(io.reactivex.functions.Function) +wangdaye.com.geometricweather.R$color: int colorSearchBarBackground_dark +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_CardView +com.bumptech.glide.integration.okhttp.R$drawable: int notification_template_icon_low_bg +okhttp3.internal.http2.Http2Stream$FramingSource: Http2Stream$FramingSource(okhttp3.internal.http2.Http2Stream,long) +com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_font +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_circularRadius +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_SeekBar_Discrete +com.jaredrummler.android.colorpicker.R$id: int submit_area +com.xw.repo.bubbleseekbar.R$attr: int colorError +com.google.android.material.R$dimen: int abc_alert_dialog_button_dimen +james.adaptiveicon.R$styleable: int Toolbar_titleMarginBottom +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_WIND_SPEED_UNIT +james.adaptiveicon.R$drawable: int abc_edit_text_material +cyanogenmod.app.ILiveLockScreenChangeListener$Stub: int TRANSACTION_onLiveLockScreenChanged_0 +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Empty +wangdaye.com.geometricweather.R$id: int subtitle +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1: void onFailure(retrofit2.Call,java.lang.Throwable) +wangdaye.com.geometricweather.R$dimen: int mtrl_card_dragged_z +okhttp3.internal.Util: java.util.Map immutableMap(java.util.Map) +com.google.android.material.R$dimen: int mtrl_textinput_box_stroke_width_focused +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean disposed +com.google.android.material.internal.CheckableImageButton: CheckableImageButton(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.remoteviews.config.Hilt_DayWeekWidgetConfigActivity +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver: void onError(java.lang.Throwable) +androidx.coordinatorlayout.R$styleable: int FontFamilyFont_android_fontVariationSettings +com.google.android.gms.location.LocationSettingsResult: android.os.Parcelable$Creator CREATOR +androidx.appcompat.R$color: int abc_primary_text_disable_only_material_light +okhttp3.internal.http2.Http2Codec: java.lang.String CONNECTION +android.didikee.donate.R$styleable: int ActionMode_subtitleTextStyle +androidx.preference.R$attr: int drawableSize +okhttp3.internal.http.CallServerInterceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) +androidx.appcompat.resources.R$styleable: int FontFamilyFont_android_font +wangdaye.com.geometricweather.R$attr: int itemMaxLines +com.google.android.material.R$styleable: int[] AppCompatTextView +io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,long,boolean,int) +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void replay() +okhttp3.internal.http2.Http2Codec: Http2Codec(okhttp3.OkHttpClient,okhttp3.Interceptor$Chain,okhttp3.internal.connection.StreamAllocation,okhttp3.internal.http2.Http2Connection) +androidx.lifecycle.extensions.R$color: int ripple_material_light +wangdaye.com.geometricweather.R$color: int mtrl_btn_transparent_bg_color +androidx.preference.R$styleable: int AppCompatTextView_autoSizeMinTextSize +com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat_Dialog_Alert +androidx.recyclerview.widget.LinearLayoutManager$SavedState: android.os.Parcelable$Creator CREATOR +com.turingtechnologies.materialscrollbar.R$styleable: int[] ThemeEnforcement +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatImageView_android_src +io.reactivex.Observable: io.reactivex.Completable concatMapCompletableDelayError(io.reactivex.functions.Function) +wangdaye.com.geometricweather.R$attr: int expandedTitleMarginBottom +retrofit2.BuiltInConverters$StreamingResponseBodyConverter: retrofit2.BuiltInConverters$StreamingResponseBodyConverter INSTANCE +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void innerNext(int,java.lang.Object) +com.google.android.material.R$styleable: int SnackbarLayout_backgroundTintMode +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: void onNext(java.lang.Object) +okhttp3.Cookie$Builder: boolean secure +androidx.constraintlayout.widget.R$attr: int textAppearanceLargePopupMenu +wangdaye.com.geometricweather.settings.dialogs.AnimatableIconDialog: AnimatableIconDialog() +com.google.android.material.R$id: int submit_area +okhttp3.OkHttpClient$Builder: okhttp3.Dispatcher dispatcher +cyanogenmod.providers.CMSettings$DiscreteValueValidator: java.lang.String[] mValues +com.turingtechnologies.materialscrollbar.R$string: int fab_transformation_sheet_behavior +com.google.android.material.R$style: int Base_V7_Theme_AppCompat_Light +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_103 +okhttp3.internal.http2.Header: int hashCode() +okhttp3.OkHttpClient$Builder: int connectTimeout +com.google.android.gms.auth.api.signin.GoogleSignInAccount: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$color: int material_on_background_emphasis_medium +androidx.preference.R$style: int Widget_AppCompat_CompoundButton_Switch +okhttp3.Request$Builder: okhttp3.Request$Builder url(java.net.URL) +wangdaye.com.geometricweather.R$attr: int contentInsetRight +androidx.preference.R$styleable: int PreferenceFragment_android_divider +android.didikee.donate.R$id: int checkbox +okhttp3.internal.http1.Http1Codec$AbstractSource: void endOfInput(boolean,java.io.IOException) +okio.ForwardingTimeout: void throwIfReached() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeFindDrawable +com.google.android.material.R$styleable: int Layout_android_layout_marginEnd +wangdaye.com.geometricweather.R$layout: int widget_day_oreo_google_sans +androidx.appcompat.R$styleable: int AppCompatTheme_listMenuViewStyle +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable +com.amap.api.location.AMapLocation: int b(com.amap.api.location.AMapLocation,int) +okio.ByteString: byte getByte(int) +cyanogenmod.weatherservice.WeatherProviderService: void onRequestCancelled(cyanogenmod.weatherservice.ServiceRequest) +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Bridge +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_horizontalGap +io.reactivex.Observable: io.reactivex.Observable range(int,int) +com.google.android.material.R$id: int NO_DEBUG +wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: java.lang.String getDescription() +cyanogenmod.hardware.ICMHardwareService: java.lang.String getUniqueDeviceId() +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView: int getMarginTop() +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIndicator +cyanogenmod.themes.ThemeManager: boolean isThemeApplying() +androidx.hilt.lifecycle.R$dimen: int compat_notification_large_icon_max_width +androidx.preference.R$string +androidx.appcompat.widget.AppCompatRadioButton: AppCompatRadioButton(android.content.Context) +android.didikee.donate.R$dimen: int abc_search_view_preferred_width +androidx.vectordrawable.animated.R$layout: int custom_dialog +cyanogenmod.externalviews.ExternalView$8: cyanogenmod.externalviews.ExternalView this$0 +androidx.preference.R$drawable: int abc_ic_arrow_drop_right_black_24dp +cyanogenmod.app.ILiveLockScreenChangeListener$Stub$Proxy: ILiveLockScreenChangeListener$Stub$Proxy(android.os.IBinder) +androidx.lifecycle.SingleGeneratedAdapterObserver: androidx.lifecycle.GeneratedAdapter mGeneratedAdapter +com.turingtechnologies.materialscrollbar.R$styleable: int CardView_cardBackgroundColor +com.jaredrummler.android.colorpicker.R$color: int button_material_dark +android.didikee.donate.R$styleable: int SearchView_defaultQueryHint +androidx.hilt.work.R$style: int TextAppearance_Compat_Notification_Info +com.github.rahatarmanahmed.cpv.CircularProgressView: int animDuration +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String LOCKSCREEN_URI +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: java.lang.String logo +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setExtended(boolean) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeThunderstormPrecipitationProbability +okhttp3.CertificatePinner$Pin: java.lang.String WILDCARD +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer aqiIndex +androidx.appcompat.R$styleable: int[] ListPopupWindow +com.turingtechnologies.materialscrollbar.R$id: int radio +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowFixedHeightMinor +wangdaye.com.geometricweather.R$id: int star_2 +com.google.android.material.R$styleable: int TextAppearance_android_shadowDy +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric Metric +wangdaye.com.geometricweather.R$attr: int tabPaddingBottom +androidx.appcompat.widget.Toolbar: java.lang.CharSequence getLogoDescription() +com.google.android.material.R$style: int Widget_AppCompat_ListView_Menu +okhttp3.internal.http.CallServerInterceptor: CallServerInterceptor(boolean) +com.jaredrummler.android.colorpicker.R$attr: int actionBarSplitStyle +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: java.lang.String LongPhrase +com.google.android.material.R$attr: int mock_diagonalsColor +okhttp3.EventListener$2: okhttp3.EventListener val$listener +androidx.preference.R$anim: int fragment_close_exit +com.jaredrummler.android.colorpicker.R$styleable: int ActivityChooserView_initialActivityCount +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_MinWidth +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: java.util.List Sources +com.amap.api.location.DPoint: double b +android.didikee.donate.R$attr: int subtitleTextColor +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable +com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_spinBars +android.didikee.donate.R$attr: int hideOnContentScroll +cyanogenmod.themes.ThemeChangeRequest$1: java.lang.Object createFromParcel(android.os.Parcel) +com.google.android.material.R$styleable: int MotionHelper_onHide +io.reactivex.internal.util.ArrayListSupplier: java.lang.Object apply(java.lang.Object) +androidx.constraintlayout.widget.R$attr: int content +com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_android_fontWeight +androidx.loader.R$styleable: int FontFamilyFont_fontVariationSettings +wangdaye.com.geometricweather.settings.dialogs.TimeSetterDialog +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void alternateService(int,java.lang.String,okio.ByteString,java.lang.String,int,long) +cyanogenmod.profiles.StreamSettings: boolean isDirty() +io.reactivex.exceptions.CompositeException: long serialVersionUID +wangdaye.com.geometricweather.R$dimen: int mtrl_transition_shared_axis_slide_distance +james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_drawableLeft +com.turingtechnologies.materialscrollbar.R$dimen: int abc_alert_dialog_button_bar_height +wangdaye.com.geometricweather.R$attr: int autoCompleteTextViewStyle +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_137 +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeSnowPrecipitation +wangdaye.com.geometricweather.R$id: int item_about_library +com.amap.api.location.UmidtokenInfo$a: UmidtokenInfo$a() +wangdaye.com.geometricweather.R$styleable: int Preference_widgetLayout +okhttp3.internal.platform.AndroidPlatform: java.lang.String getSelectedProtocol(javax.net.ssl.SSLSocket) +androidx.preference.R$styleable: int View_android_theme +wangdaye.com.geometricweather.R$attr: int msb_rightToLeft +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Display4 +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_verticalAlign +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: java.lang.String getEn_US() +com.google.android.material.R$style: int Widget_AppCompat_Light_ActionMode_Inverse +com.jaredrummler.android.colorpicker.R$layout: int notification_action_tombstone +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight_Dialog_Alert +androidx.constraintlayout.widget.VirtualLayout: void setVisibility(int) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_BRIGHTNESS_LEVEL_VALIDATOR +com.xw.repo.bubbleseekbar.R$attr: int keylines +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +android.didikee.donate.R$styleable: int[] MenuItem +androidx.fragment.app.FragmentContainerView: void setLayoutTransition(android.animation.LayoutTransition) +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_week_2 +io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: void onSubscribe(org.reactivestreams.Subscription) +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_DES_CBC_SHA +okhttp3.ConnectionSpec: okhttp3.CipherSuite[] APPROVED_CIPHER_SUITES +james.adaptiveicon.R$id: int customPanel +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionButton_Overflow +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric Metric +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_order +wangdaye.com.geometricweather.R$attr: int reverseLayout +cyanogenmod.platform.Manifest$permission: java.lang.String WRITE_THEMES +com.google.android.gms.dynamic.RemoteCreator$RemoteCreatorException +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_navigationContentDescription +okio.BufferedSource: long readLongLe() +io.reactivex.internal.observers.DeferredScalarDisposable: void complete() +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Inverse +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean pressure +android.didikee.donate.R$styleable: int DrawerArrowToggle_arrowHeadLength +androidx.work.R$styleable: int GradientColor_android_centerColor +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange +com.jaredrummler.android.colorpicker.R$attr: int popupMenuStyle +androidx.coordinatorlayout.R$styleable +com.google.android.gms.location.LocationRequest +androidx.hilt.R$drawable: int notification_action_background +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_NULL_SHA256 +android.didikee.donate.R$attr: int trackTintMode +androidx.activity.R$styleable: int GradientColorItem_android_color +androidx.constraintlayout.widget.R$styleable: int AlertDialog_singleChoiceItemLayout +com.google.android.material.R$dimen: int abc_search_view_preferred_height +wangdaye.com.geometricweather.R$styleable: int[] ClockHandView +okio.Buffer: void write(okio.Buffer,long) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String getDescription() +androidx.hilt.R$id: int accessibility_custom_action_25 +okhttp3.internal.http.HttpCodec: int DISCARD_STREAM_TIMEOUT_MILLIS +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPathRenderer: float getAlpha() +androidx.appcompat.widget.Toolbar: int getTitleMarginEnd() +com.jaredrummler.android.colorpicker.R$attr: int autoSizeMinTextSize +com.baidu.location.e.l$b +wangdaye.com.geometricweather.R$drawable: int shortcuts_wind +com.turingtechnologies.materialscrollbar.R$attr: int actionDropDownStyle +androidx.vectordrawable.animated.R$style: int Widget_Compat_NotificationActionContainer +cyanogenmod.hardware.ICMHardwareService: boolean get(int) +wangdaye.com.geometricweather.R$string: int common_google_play_services_install_button +wangdaye.com.geometricweather.R$attr: int bsb_anim_duration +wangdaye.com.geometricweather.R$color: int mtrl_textinput_disabled_color +io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.functions.Function,int,io.reactivex.ObservableSource[]) +androidx.constraintlayout.widget.R$attr: int windowActionModeOverlay +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: ObservableTimeoutTimed$TimeoutObserver(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler$Worker) +androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy +androidx.swiperefreshlayout.R$styleable: int ColorStateListItem_android_color +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: void run() +androidx.preference.R$styleable: int AppCompatTheme_viewInflaterClass +james.adaptiveicon.R$style +wangdaye.com.geometricweather.R$drawable: int cpv_alpha +androidx.preference.R$id: int up +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit FTPS +com.bumptech.glide.R$attr: int layout_keyline +android.didikee.donate.R$drawable: int abc_text_select_handle_right_mtrl_light +wangdaye.com.geometricweather.R$attr: int materialCalendarDay +com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu +cyanogenmod.app.suggest.ApplicationSuggestion +androidx.drawerlayout.R$styleable: int GradientColor_android_startX +com.google.android.material.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum: int UnitType +wangdaye.com.geometricweather.R$styleable: int Chip_hideMotionSpec +androidx.constraintlayout.utils.widget.MockView: MockView(android.content.Context,android.util.AttributeSet) +androidx.appcompat.widget.Toolbar: void setLogo(android.graphics.drawable.Drawable) +cyanogenmod.profiles.ConnectionSettings: int getConnectionId() +com.google.android.material.R$styleable: int SearchView_closeIcon wangdaye.com.geometricweather.R$styleable: int SearchView_android_inputType -com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String p -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder setPathSegment(int,java.lang.String) -com.turingtechnologies.materialscrollbar.R$dimen: int abc_button_padding_vertical_material -com.google.android.material.bottomnavigation.BottomNavigationMenuView: android.content.res.ColorStateList getItemTextColor() -cyanogenmod.app.CustomTile$ExpandedStyle: int REMOTE_STYLE -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintWidth_max -com.google.android.material.textfield.TextInputLayout: void setHintTextColor(android.content.res.ColorStateList) -androidx.preference.R$drawable: int tooltip_frame_light -com.google.android.material.R$string: int mtrl_picker_confirm -cyanogenmod.providers.CMSettings$System: java.lang.String SWAP_VOLUME_KEYS_ON_ROTATION -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String coDesc -com.bumptech.glide.integration.okhttp.R$string -cyanogenmod.hardware.CMHardwareManager: int[] getVibratorIntensityArray() -androidx.constraintlayout.widget.R$attr: int dropDownListViewStyle -android.didikee.donate.R$attr: int showText -okhttp3.internal.http2.Http2Reader$Handler: void rstStream(int,okhttp3.internal.http2.ErrorCode) -androidx.constraintlayout.widget.R$id: int decelerate -com.google.android.material.button.MaterialButton: void setChecked(boolean) -io.reactivex.Observable: io.reactivex.disposables.Disposable forEachWhile(io.reactivex.functions.Predicate,io.reactivex.functions.Consumer) -androidx.swiperefreshlayout.R$id: int tag_unhandled_key_listeners -com.bumptech.glide.MemoryCategory -retrofit2.http.HeaderMap -androidx.constraintlayout.widget.R$id: int decor_content_parent -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight_NoActionBar -com.google.android.material.R$styleable: int DrawerArrowToggle_color -wangdaye.com.geometricweather.R$dimen: int compat_button_inset_horizontal_material -com.baidu.location.e.l$b: java.lang.String h -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setAnimationMode(int) -android.didikee.donate.R$id: int showHome -androidx.viewpager2.R$styleable: int FontFamily_fontProviderFetchTimeout -okhttp3.Response$Builder: okhttp3.Response build() -retrofit2.OkHttpCall$ExceptionCatchingResponseBody: OkHttpCall$ExceptionCatchingResponseBody(okhttp3.ResponseBody) -james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceListItemSmall -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_12 -retrofit2.CallAdapter$Factory: retrofit2.CallAdapter get(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) -androidx.core.R$styleable: int FontFamilyFont_fontStyle -wangdaye.com.geometricweather.db.entities.HistoryEntity: HistoryEntity(java.lang.Long,java.lang.String,java.lang.String,java.util.Date,long,int,int) -com.google.android.material.R$id: int accessibility_custom_action_10 -io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: int index -androidx.appcompat.R$styleable: int LinearLayoutCompat_android_baselineAligned -okhttp3.OkHttpClient$Builder: okhttp3.internal.cache.InternalCache internalCache -android.didikee.donate.R$anim -androidx.viewpager2.R$styleable: int FontFamilyFont_android_fontVariationSettings -androidx.preference.R$attr: int actionBarDivider -com.amap.api.location.AMapLocation: com.amap.api.location.AMapLocationQualityReport c -com.jaredrummler.android.colorpicker.R$dimen: int abc_edit_text_inset_top_material -wangdaye.com.geometricweather.R$attr: int submitBackground -androidx.constraintlayout.widget.R$styleable: int[] MenuItem -cyanogenmod.externalviews.KeyguardExternalView$3 -androidx.hilt.work.R$anim: int fragment_open_exit -cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType USER_REQUEST_MIXNMATCH -com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource RESOURCE_DISK_CACHE -com.google.android.material.R$id: int transition_position -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_android_insetRight -james.adaptiveicon.R$string: int abc_searchview_description_query -okhttp3.internal.platform.Platform: java.lang.Object readFieldOrNull(java.lang.Object,java.lang.Class,java.lang.String) -com.google.android.material.textfield.TextInputLayout: void setTextInputAccessibilityDelegate(com.google.android.material.textfield.TextInputLayout$AccessibilityDelegate) -androidx.appcompat.widget.ContentFrameLayout: android.util.TypedValue getMinWidthMajor() -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large -androidx.appcompat.R$dimen: int abc_action_bar_elevation_material -com.turingtechnologies.materialscrollbar.R$attr: int helperTextEnabled -androidx.preference.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog -androidx.preference.R$color: int material_grey_100 -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_Switch -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem -wangdaye.com.geometricweather.R$drawable: int common_full_open_on_phone -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy -cyanogenmod.alarmclock.ClockContract$AlarmsColumns: java.lang.String MINUTES -androidx.preference.R$styleable: int ColorStateListItem_alpha -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: java.lang.String getFrom() -androidx.preference.R$id: int activity_chooser_view_content -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_25 -android.didikee.donate.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable -androidx.viewpager.R$styleable: int[] GradientColor -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeSnowPrecipitationDuration -com.bumptech.glide.R$drawable: int notification_bg_low_normal -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$5: void run() -com.google.android.material.R$id: int smallLabel +wangdaye.com.geometricweather.R$dimen: int abc_list_item_padding_horizontal_material +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_prefixTextColor +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_text_btn_padding_right +james.adaptiveicon.R$styleable: int SwitchCompat_splitTrack +androidx.constraintlayout.widget.R$attr: int framePosition +androidx.preference.R$drawable: int abc_ic_star_black_48dp +okio.HashingSink: okio.HashingSink sha256(okio.Sink) +androidx.vectordrawable.R$id: int accessibility_custom_action_13 +wangdaye.com.geometricweather.R$styleable: int Transition_android_id +androidx.lifecycle.ClassesInfoCache$MethodReference: void invokeCallback(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event,java.lang.Object) +com.google.android.material.R$attr: int sliderStyle +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: io.reactivex.functions.Function zipper +androidx.preference.R$styleable: int AppCompatTheme_colorControlNormal +okhttp3.internal.tls.CertificateChainCleaner: java.util.List clean(java.util.List,java.lang.String) +com.jaredrummler.android.colorpicker.R$attr: int textAllCaps +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Spinner +com.google.android.material.R$style: int Widget_AppCompat_RatingBar_Indicator +okhttp3.Cache$2: boolean hasNext() +androidx.appcompat.R$styleable: int AppCompatTheme_actionModeSplitBackground +retrofit2.ParameterHandler$2: ParameterHandler$2(retrofit2.ParameterHandler) +androidx.appcompat.R$styleable: int GradientColor_android_centerX +androidx.appcompat.R$attr: int customNavigationLayout +io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: void onError(java.lang.Throwable) +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_track_size +com.jaredrummler.android.colorpicker.R$attr: int actionModeSplitBackground +com.jaredrummler.android.colorpicker.R$styleable: int ActionMode_backgroundSplit +com.bumptech.glide.R$dimen: int notification_media_narrow_margin +io.reactivex.Observable: io.reactivex.Observable zipWith(io.reactivex.ObservableSource,io.reactivex.functions.BiFunction,boolean) +cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType USER_REQUEST +androidx.appcompat.R$styleable: int ActionBar_elevation +cyanogenmod.app.BaseLiveLockManagerService$1: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void drain() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: int getIsRainOrSnow() +cyanogenmod.weather.CMWeatherManager$RequestStatus +com.google.android.material.R$styleable: int Layout_layout_constraintLeft_creator +com.google.android.material.R$styleable: int PropertySet_motionProgress +com.google.android.gms.tasks.DuplicateTaskCompletionException: java.lang.IllegalStateException of(com.google.android.gms.tasks.Task) +android.didikee.donate.R$attr: int switchStyle +com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol: com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol HTTP +com.turingtechnologies.materialscrollbar.R$attr: int splitTrack +retrofit2.KotlinExtensions$suspendAndThrow$1: java.lang.Object result +io.reactivex.internal.util.ErrorMode: io.reactivex.internal.util.ErrorMode[] values() +com.bumptech.glide.R$attr: int layout_anchorGravity +com.google.android.material.textfield.TextInputLayout: void setHintTextAppearance(int) +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_6 +james.adaptiveicon.R$styleable: int AppCompatTheme_windowFixedWidthMajor +wangdaye.com.geometricweather.R$dimen: int main_title_text_size +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_Layout_android_layout_width +wangdaye.com.geometricweather.db.entities.WeatherEntity: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree windDegree +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String getAbbreviation(android.content.Context) +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_android_keyboardNavigationCluster +james.adaptiveicon.R$color: int dim_foreground_disabled_material_dark +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_helperText +android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionButton_Overflow +cyanogenmod.weather.CMWeatherManager$1$1: java.lang.String val$providerName +okhttp3.internal.cache.DiskLruCache: java.lang.String MAGIC +androidx.appcompat.R$dimen: int abc_search_view_preferred_width +androidx.lifecycle.extensions.R$style: int TextAppearance_Compat_Notification +androidx.constraintlayout.widget.R$styleable: int MotionLayout_applyMotionScene +androidx.activity.ComponentActivity$3 +com.google.android.material.R$drawable: int notification_icon_background +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_toBottomOf +james.adaptiveicon.R$id: int up +com.xw.repo.bubbleseekbar.R$id: int action_divider +cyanogenmod.profiles.AirplaneModeSettings$1: cyanogenmod.profiles.AirplaneModeSettings[] newArray(int) +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: java.util.concurrent.Callable bufferSupplier +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: boolean isDisposed() +wangdaye.com.geometricweather.R$attr: int textAppearanceSearchResultSubtitle +okhttp3.internal.io.FileSystem$1: long size(java.io.File) +com.amap.api.fence.GeoFence: java.lang.String c +retrofit2.RequestFactory: okhttp3.HttpUrl baseUrl +androidx.constraintlayout.widget.R$drawable: int abc_ic_clear_material +james.adaptiveicon.R$styleable: int AppCompatTextView_autoSizePresetSizes +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_translationX +androidx.appcompat.resources.R$id: int accessibility_custom_action_18 +okio.AsyncTimeout$1: void write(okio.Buffer,long) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_47 +com.jaredrummler.android.colorpicker.R$attr: int layout_anchor +okio.ByteString: java.lang.String toString() +okhttp3.internal.io.FileSystem: okio.Sink appendingSink(java.io.File) +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: io.reactivex.internal.fuseable.SimpleQueue queue +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setCityId(java.lang.String) +androidx.constraintlayout.widget.R$styleable: int Motion_animate_relativeTo +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String getLatitude() +wangdaye.com.geometricweather.R$attr: int placeholderTextAppearance +wangdaye.com.geometricweather.R$id: int widget_week_container +android.didikee.donate.R$dimen: int abc_text_size_headline_material +androidx.preference.R$layout +wangdaye.com.geometricweather.R$styleable: int Chip_chipMinTouchTargetSize +io.reactivex.Observable: io.reactivex.Observable doAfterNext(io.reactivex.functions.Consumer) +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.lang.String getWeatherText() +james.adaptiveicon.R$attr: int windowFixedHeightMajor +androidx.viewpager.widget.ViewPager +com.google.android.material.R$styleable: int AppCompatTheme_listMenuViewStyle +okhttp3.internal.platform.Platform: okhttp3.internal.platform.Platform findAndroidPlatform() +cyanogenmod.app.CMStatusBarManager +okhttp3.internal.ws.RealWebSocket: long queueSize() +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_49 +androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_android_font +androidx.preference.R$styleable: int AppCompatTheme_actionModeShareDrawable +james.adaptiveicon.R$styleable: int ActionMenuItemView_android_minWidth +androidx.preference.R$anim: int btn_checkbox_to_checked_icon_null_animation +james.adaptiveicon.R$attr: int preserveIconSpacing +wangdaye.com.geometricweather.R$id: int dimensions +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_8 +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.jaredrummler.android.colorpicker.ColorPickerView: java.lang.String getAlphaSliderText() +wangdaye.com.geometricweather.R$styleable: int Chip_closeIconTint +cyanogenmod.providers.CMSettings$Global: float getFloat(android.content.ContentResolver,java.lang.String) +androidx.fragment.app.FragmentState: android.os.Parcelable$Creator CREATOR +androidx.preference.PreferenceManager: void setOnDisplayPreferenceDialogListener(androidx.preference.PreferenceManager$OnDisplayPreferenceDialogListener) +retrofit2.Call: void enqueue(retrofit2.Callback) +androidx.preference.R$attr: int listChoiceBackgroundIndicator +androidx.dynamicanimation.R$id: R$id() +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: void subscribe() +com.google.android.material.R$attr: int counterMaxLength +androidx.constraintlayout.widget.R$dimen: int abc_dialog_list_padding_bottom_no_buttons +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_homeAsUpIndicator +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: boolean isDisposed() +io.reactivex.Observable: java.lang.Object to(io.reactivex.functions.Function) +androidx.hilt.work.R$drawable: int notification_bg +androidx.appcompat.resources.R$dimen: int notification_content_margin_start +wangdaye.com.geometricweather.R$drawable: int ic_weather_alert +james.adaptiveicon.R$dimen: int abc_switch_padding +com.xw.repo.bubbleseekbar.R$attr: int closeItemLayout +wangdaye.com.geometricweather.R$dimen: int abc_edit_text_inset_bottom_material +org.greenrobot.greendao.AbstractDao: java.lang.Object getKey(java.lang.Object) +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabPadding +androidx.lifecycle.SavedStateViewModelFactory: androidx.savedstate.SavedStateRegistry mSavedStateRegistry +io.reactivex.Observable: io.reactivex.disposables.Disposable subscribe(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer,io.reactivex.functions.Action,io.reactivex.functions.Consumer) +androidx.hilt.work.R$color: int notification_action_color_filter +okhttp3.internal.http.CallServerInterceptor$CountingSink +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void onTimeout(long) +wangdaye.com.geometricweather.R$id: int save_overlay_view +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast +wangdaye.com.geometricweather.R$styleable: int[] MaterialCalendar +wangdaye.com.geometricweather.R$layout: int mtrl_calendar_months +androidx.constraintlayout.widget.R$attr: int maxButtonHeight +android.didikee.donate.R$styleable: int LinearLayoutCompat_dividerPadding +wangdaye.com.geometricweather.R$attr: int counterTextColor +androidx.appcompat.resources.R$attr: int fontProviderQuery +com.google.android.material.slider.Slider: Slider(android.content.Context,android.util.AttributeSet) +okhttp3.internal.ws.RealWebSocket$CancelRunnable: okhttp3.internal.ws.RealWebSocket this$0 +com.turingtechnologies.materialscrollbar.R$dimen: int abc_edit_text_inset_top_material +wangdaye.com.geometricweather.R$id: int mtrl_calendar_main_pane +androidx.appcompat.R$styleable: int AppCompatTheme_ratingBarStyleIndicator +wangdaye.com.geometricweather.R$attr: int statusBarBackground +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatImageView_srcCompat +cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.RequestInfo$Builder setWeatherLocation(cyanogenmod.weather.WeatherLocation) +com.google.android.material.R$color: int dim_foreground_material_dark +com.google.android.material.R$style: int Widget_AppCompat_EditText +com.google.gson.stream.JsonReader: long nextLong() +androidx.preference.R$dimen: int preference_seekbar_value_minWidth +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_requestDismissAndStartActivity_1 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Metric Metric +android.didikee.donate.R$layout: int abc_action_menu_layout +james.adaptiveicon.R$drawable: int abc_scrubber_track_mtrl_alpha +com.xw.repo.bubbleseekbar.R$attr: int titleMarginBottom +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: long serialVersionUID +android.support.v4.app.INotificationSideChannel$Stub: int TRANSACTION_cancel +androidx.lifecycle.ProcessLifecycleOwner: void activityStarted() +androidx.customview.R$dimen: int notification_big_circle_margin +wangdaye.com.geometricweather.common.basic.models.weather.Weather +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric +androidx.constraintlayout.helper.widget.Layer: void setPivotX(float) +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void onNext(java.lang.Object) +okhttp3.Protocol: okhttp3.Protocol QUIC +james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat_Light +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setCurrent(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean) +com.google.android.material.navigation.NavigationView: int getItemHorizontalPadding() +android.didikee.donate.R$attr: int windowMinWidthMajor +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_contentInsetLeft +com.google.android.material.R$styleable: int AppCompatTextView_lineHeight +androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_marginTop +okhttp3.internal.tls.BasicCertificateChainCleaner: java.util.List clean(java.util.List,java.lang.String) +androidx.lifecycle.Transformations$2$1 +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder hasSensitiveData(boolean) +cyanogenmod.app.Profile$LockMode +com.amap.api.fence.GeoFenceManagerBase: void removeGeoFence() +com.google.android.material.R$id: int tabMode +com.google.android.material.R$styleable: int ConstraintLayout_Layout_chainUseRtl +okhttp3.Headers: void checkValue(java.lang.String,java.lang.String) +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.Integer cloudCover +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void innerComplete() +cyanogenmod.providers.ThemesContract: android.net.Uri AUTHORITY_URI +com.amap.api.fence.GeoFence: java.lang.String getFenceId() +androidx.vectordrawable.R$styleable: int FontFamilyFont_fontWeight +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Display2 +androidx.constraintlayout.widget.R$styleable: int[] GradientColor +wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle[] values() +wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialog_backgroundInsetEnd +wangdaye.com.geometricweather.R$dimen: int mtrl_high_ripple_hovered_alpha +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintVertical_chainStyle +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_2 +wangdaye.com.geometricweather.R$attr: int touchAnchorSide +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$TotalLiquid: double Value +wangdaye.com.geometricweather.R$drawable: int ic_email +androidx.viewpager2.R$styleable: int GradientColor_android_type +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_thumb_color +androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar +com.google.android.material.R$styleable: int ProgressIndicator_indicatorSize +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void unregisterCallback(cyanogenmod.externalviews.IKeyguardExternalViewCallbacks) +com.google.android.material.R$styleable: int Chip_android_text +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar +android.didikee.donate.R$layout: int abc_dialog_title_material +cyanogenmod.providers.CMSettings$Secure: java.lang.String[] NAVIGATION_RING_TARGETS +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Metric: double Value +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: java.lang.String pubTime com.google.android.material.appbar.CollapsingToolbarLayout: void setStatusBarScrim(android.graphics.drawable.Drawable) -com.google.android.material.textfield.TextInputLayout: void setEndIconVisible(boolean) -okhttp3.internal.http2.Http2Writer: void settings(okhttp3.internal.http2.Settings) -cyanogenmod.app.suggest.ApplicationSuggestion$1: ApplicationSuggestion$1() -com.google.android.material.R$id: int material_minute_tv -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder callTimeout(long,java.util.concurrent.TimeUnit) -androidx.appcompat.R$attr: int tickMarkTint -cyanogenmod.weather.WeatherLocation: android.os.Parcelable$Creator CREATOR -com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_endX -okhttp3.CertificatePinner$Pin: java.lang.String WILDCARD -androidx.recyclerview.widget.RecyclerView: void setChildDrawingOrderCallback(androidx.recyclerview.widget.RecyclerView$ChildDrawingOrderCallback) -androidx.appcompat.R$styleable: int AppCompatTextHelper_android_drawableBottom -james.adaptiveicon.R$dimen: int notification_subtext_size -cyanogenmod.externalviews.IExternalViewProvider: void onAttach(android.os.IBinder) -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver -com.google.android.material.R$styleable: int ActionMode_backgroundSplit -james.adaptiveicon.R$color: int material_deep_teal_500 -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_TabText -okhttp3.internal.ws.RealWebSocket: long queueSize() -okio.SegmentedByteString: boolean rangeEquals(int,okio.ByteString,int,int) -cyanogenmod.weather.RequestInfo: int hashCode() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric: int UnitType -androidx.drawerlayout.R$styleable: int GradientColor_android_startY -wangdaye.com.geometricweather.R$drawable: int ic_chronus -wangdaye.com.geometricweather.R$style: int TestStyleWithoutLineHeight -androidx.preference.R$attr: int textAppearanceSearchResultSubtitle -com.amap.api.fence.PoiItem$1 -androidx.appcompat.widget.ContentFrameLayout: ContentFrameLayout(android.content.Context,android.util.AttributeSet) -androidx.lifecycle.LifecycleDispatcher$DispatcherActivityCallback: void onActivitySaveInstanceState(android.app.Activity,android.os.Bundle) -retrofit2.OkHttpCall: java.lang.Throwable creationFailure -wangdaye.com.geometricweather.db.entities.DailyEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.DailyEntity) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_checkedTextViewStyle -com.jaredrummler.android.colorpicker.R$color: int abc_tint_default -androidx.appcompat.R$styleable: int Toolbar_contentInsetStart -com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox -james.adaptiveicon.R$style: int Widget_AppCompat_ListPopupWindow -wangdaye.com.geometricweather.R$color: int mtrl_chip_background_color -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity -com.turingtechnologies.materialscrollbar.R$style: int AlertDialog_AppCompat_Light -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Title -cyanogenmod.app.ICMStatusBarManager$Stub: int TRANSACTION_removeCustomTileWithTag +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarItemBackground +wangdaye.com.geometricweather.R$dimen: int design_snackbar_max_width +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.lang.Integer LEFT_CLOSE +com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_fixed_height_major +androidx.recyclerview.R$styleable: int RecyclerView_stackFromEnd +com.github.rahatarmanahmed.cpv.CircularProgressView: float indeterminateSweep +androidx.appcompat.widget.Toolbar: void setTitleMarginTop(int) +wangdaye.com.geometricweather.R$styleable: int Toolbar_contentInsetEndWithActions +io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: java.lang.Object enterTransform(java.lang.Object) +androidx.preference.R$dimen: int abc_dropdownitem_icon_width +okhttp3.Dispatcher: void cancelAll() +wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_text_light_normal_background +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintTop_toTopOf +cyanogenmod.app.ProfileManager: android.content.Context mContext +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipBackgroundColor +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHorizontal_weight +wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setTime(long) +okhttp3.CertificatePinner$Pin: int hashCode() +androidx.preference.R$style: int Base_Widget_AppCompat_RatingBar_Indicator +wangdaye.com.geometricweather.R$attr: int flow_wrapMode +com.google.android.material.slider.Slider: void setLabelBehavior(int) +androidx.preference.R$id: int action_bar_spinner +com.jaredrummler.android.colorpicker.R$dimen: int cpv_item_horizontal_padding +com.google.android.gms.location.ActivityTransitionResult +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight +retrofit2.http.Query: boolean encoded() +cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String getPackage() +androidx.hilt.R$id: int icon_group +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation: double qty3H +com.google.android.material.R$integer: int mtrl_badge_max_character_count +com.google.android.material.textfield.TextInputLayout: int getCounterMaxLength() +androidx.activity.R$style: int TextAppearance_Compat_Notification +com.google.android.material.R$styleable: int TextInputLayout_shapeAppearanceOverlay +okhttp3.internal.cache2.Relay$RelaySource: okio.Timeout timeout() +androidx.appcompat.R$styleable: int ActionBar_divider +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_stroke_size +wangdaye.com.geometricweather.R$styleable: int Preference_enabled +cyanogenmod.weather.WeatherInfo: double getTodaysLow() +com.bumptech.glide.load.engine.GlideException: java.lang.Exception exception +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_counterTextAppearance +androidx.appcompat.resources.R$styleable: int GradientColor_android_startColor +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Position: java.lang.String timezone +com.google.android.material.R$attr: int rippleColor +androidx.dynamicanimation.R$drawable: int notification_bg_normal +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_AES_128_GCM_SHA256 +androidx.loader.R$dimen: int notification_small_icon_background_padding +com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents_Dialog +wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_0 +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeWindSpeed +wangdaye.com.geometricweather.db.entities.AlertEntityDao: AlertEntityDao(org.greenrobot.greendao.internal.DaoConfig) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature RealFeelTemperature +com.google.android.material.R$attr: int toolbarNavigationButtonStyle +james.adaptiveicon.R$attr: int srcCompat +androidx.constraintlayout.widget.R$attr: int divider +wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_android_fontVariationSettings +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer treeIndex +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeIcePrecipitationDuration() +wangdaye.com.geometricweather.R$string: int key_hide_subtitle +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Button +com.google.android.material.slider.BaseSlider: void setTrackInactiveTintList(android.content.res.ColorStateList) +james.adaptiveicon.R$attr: int voiceIcon +com.google.android.material.R$attr: int paddingEnd +cyanogenmod.providers.CMSettings$Global: float getFloatForUser(android.content.ContentResolver,java.lang.String,int) +androidx.work.impl.WorkDatabase +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: long serialVersionUID +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: void onError(java.lang.Throwable) +io.reactivex.internal.subscribers.StrictSubscriber: void cancel() +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.Observer downstream +com.google.android.material.R$styleable: int KeyTimeCycle_motionTarget +androidx.constraintlayout.widget.R$attr: int color +com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_arrowShaftLength +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Small_Inverse +okhttp3.internal.http2.Http2Reader$ContinuationSource: long read(okio.Buffer,long) +okhttp3.RealCall$1: void timedOut() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String no2 +retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: CallEnqueueObservable$CallCallback(retrofit2.Call,io.reactivex.Observer) +wangdaye.com.geometricweather.R$string: int material_clock_toggle_content_description +androidx.appcompat.view.menu.ListMenuItemView: ListMenuItemView(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.R$attr: int layout_constraintVertical_chainStyle +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text +okhttp3.internal.Util$2 +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_scaleX +androidx.work.R$id: int accessibility_custom_action_1 +com.google.android.material.textfield.TextInputLayout: int getEndIconMode() +android.didikee.donate.R$drawable: int abc_list_pressed_holo_dark +android.didikee.donate.R$id: int submenuarrow +androidx.swiperefreshlayout.R$id: int line3 +com.google.android.material.R$styleable: int ConstraintSet_android_rotation +okhttp3.internal.platform.Platform: okhttp3.internal.tls.CertificateChainCleaner buildCertificateChainCleaner(javax.net.ssl.X509TrustManager) +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_icon_btn_padding_left +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken BEGIN_ARRAY +cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy: java.util.List getSuggestions(android.content.Intent) +android.didikee.donate.R$style: int Widget_AppCompat_Toolbar +androidx.constraintlayout.widget.R$id: int autoCompleteToStart +io.reactivex.Observable: io.reactivex.Observable sorted() +com.amap.api.location.AMapLocation: java.lang.String q +com.google.android.material.R$attr: int layout_constraintStart_toEndOf +wangdaye.com.geometricweather.R$style: int Base_V21_Theme_MaterialComponents +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation +james.adaptiveicon.R$styleable: int SwitchCompat_android_thumb +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor getInstance(java.lang.String) +com.google.android.material.chip.Chip: void setRippleColor(android.content.res.ColorStateList) +okhttp3.Challenge: java.util.Map authParams +androidx.constraintlayout.widget.R$attr: int preserveIconSpacing +james.adaptiveicon.R$attr: int homeLayout +android.didikee.donate.R$anim: int abc_slide_in_bottom +okio.Buffer: okio.Buffer clone() +androidx.constraintlayout.widget.R$color: int dim_foreground_disabled_material_dark +james.adaptiveicon.R$drawable: int abc_spinner_textfield_background_material +james.adaptiveicon.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle +com.google.android.material.R$styleable: int MenuView_android_windowAnimationStyle +wangdaye.com.geometricweather.R$styleable: int DrawerLayout_unfold +com.google.android.material.R$styleable: int KeyTimeCycle_transitionPathRotate +androidx.preference.R$id: int search_mag_icon +androidx.appcompat.R$id: int accessibility_custom_action_19 +wangdaye.com.geometricweather.R$integer: int design_tab_indicator_anim_duration_ms +androidx.preference.R$drawable: int btn_checkbox_checked_mtrl +androidx.coordinatorlayout.R$attr: int fontProviderQuery +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_Button +wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_previewSize +androidx.transition.R$id: int tag_unhandled_key_event_manager +androidx.constraintlayout.widget.R$attr: int drawableTopCompat +androidx.fragment.app.FragmentManager: void removeOnBackStackChangedListener(androidx.fragment.app.FragmentManager$OnBackStackChangedListener) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial Imperial +com.google.android.material.R$color: int cardview_shadow_start_color +com.google.android.material.R$anim: int btn_radio_to_off_mtrl_ring_outer_path_animation +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: boolean isDisposed() +com.google.android.material.R$dimen: int mtrl_calendar_day_horizontal_padding +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_padding_bottom +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents +cyanogenmod.platform.Manifest$permission: java.lang.String MODIFY_SOUND_SETTINGS +androidx.appcompat.R$attr: int logoDescription +com.jaredrummler.android.colorpicker.R$id: int right_icon +com.google.android.material.datepicker.Month: android.os.Parcelable$Creator CREATOR +com.google.android.material.R$styleable: int Constraint_android_visibility +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void onUnsubscribed() +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHeight_min +androidx.hilt.work.R$layout: R$layout() +okhttp3.internal.http2.Hpack: java.util.Map NAME_TO_FIRST_INDEX +james.adaptiveicon.R$drawable: int abc_list_divider_mtrl_alpha +com.google.android.material.R$id: int search_mag_icon +james.adaptiveicon.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common +james.adaptiveicon.R$styleable: int AppCompatTheme_popupMenuStyle +okhttp3.CacheControl: okhttp3.CacheControl parse(okhttp3.Headers) +wangdaye.com.geometricweather.R$styleable: int[] FontFamilyFont +cyanogenmod.app.IProfileManager: cyanogenmod.app.Profile[] getProfiles() +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title +androidx.viewpager2.R$id: int accessibility_custom_action_14 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.util.List value +okhttp3.Dispatcher: void setMaxRequests(int) +com.google.android.material.R$dimen: int mtrl_btn_icon_padding +androidx.preference.R$styleable: int ActionBar_displayOptions +com.google.android.material.R$styleable: int KeyCycle_android_rotationX +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: java.util.List hourly_forecast +com.google.android.material.R$styleable: int Constraint_layout_constraintCircleRadius +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Inverse +com.google.android.material.textfield.TextInputLayout: void setBoxStrokeWidthFocusedResource(int) +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Spinner_Underlined +androidx.lifecycle.Lifecycle$Event +okhttp3.MediaType: java.lang.String toString() +com.google.android.material.R$styleable: int Constraint_android_orientation +okhttp3.internal.http2.Http2Connection$ReaderRunnable$3: okhttp3.internal.http2.Http2Connection$ReaderRunnable this$1 +cyanogenmod.weather.ICMWeatherManager$Stub$Proxy +com.google.android.material.R$style: int Base_TextAppearance_MaterialComponents_Badge +wangdaye.com.geometricweather.R$xml: int cm_weather_provider_options +wangdaye.com.geometricweather.common.basic.models.weather.History: int getDaytimeTemperature() +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$Geometry: java.lang.String type +wangdaye.com.geometricweather.R$drawable: int widget_clock_day_horizontal +androidx.preference.R$id: int accessibility_action_clickable_span +okhttp3.HttpUrl: HttpUrl(okhttp3.HttpUrl$Builder) +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_tooltipText +androidx.constraintlayout.widget.R$attr: int customStringValue +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_firstHorizontalBias +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: void setTo(java.lang.String) +androidx.recyclerview.R$drawable: int notification_bg_normal_pressed +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer degreeDayTemperature +com.google.android.material.R$attr: int telltales_velocityMode +wangdaye.com.geometricweather.R$layout: int widget_clock_day_mini +wangdaye.com.geometricweather.R$attr: int cpv_previewSize +com.bumptech.glide.R$id: int info +retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isMaybe +retrofit2.ParameterHandler$QueryName: boolean encoded +wangdaye.com.geometricweather.R$drawable: int notif_temp_114 +wangdaye.com.geometricweather.R$styleable: int AppCompatImageView_srcCompat +okhttp3.internal.http.HttpHeaders: int skipUntil(java.lang.String,int,java.lang.String) +wangdaye.com.geometricweather.R$attr: int actionMenuTextAppearance +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHeight_default +androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_font +androidx.appcompat.R$drawable: int abc_ratingbar_indicator_material +cyanogenmod.providers.CMSettings$Secure: long getLong(android.content.ContentResolver,java.lang.String) +com.turingtechnologies.materialscrollbar.R$attr: int searchHintIcon +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setSlingshotDistance(int) +com.bumptech.glide.R$id: int end +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Caption +com.google.android.material.floatingactionbutton.FloatingActionButton: android.graphics.PorterDuff$Mode getSupportImageTintMode() +wangdaye.com.geometricweather.R$attr: int hintAnimationEnabled +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_NULL_SHA +cyanogenmod.providers.CMSettings$System: java.util.Map VALIDATORS +wangdaye.com.geometricweather.R$attr: int behavior_saveFlags +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text +com.bumptech.glide.R$attr: int fontProviderQuery +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_PopupMenu +androidx.preference.R$id: int notification_background +okio.BufferedSource: long indexOf(okio.ByteString) +retrofit2.RequestFactory: okhttp3.Request create(java.lang.Object[]) +wangdaye.com.geometricweather.R$dimen: int notification_main_column_padding_top +androidx.appcompat.widget.LinearLayoutCompat: void setDividerPadding(int) +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button +cyanogenmod.app.suggest.IAppSuggestProvider +com.jaredrummler.android.colorpicker.R$attr: int stackFromEnd +android.didikee.donate.R$styleable: int AppCompatTheme_imageButtonStyle +okhttp3.internal.cache.DiskLruCache$Entry: java.io.File[] cleanFiles +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.Observer downstream +cyanogenmod.app.Profile$Type: int CONDITIONAL +androidx.viewpager2.R$dimen: int compat_button_padding_vertical_material +wangdaye.com.geometricweather.R$id: int circle_center +android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart +com.google.android.material.R$dimen: int material_font_1_3_box_collapsed_padding_top +androidx.core.R$id: int tag_accessibility_actions +androidx.appcompat.R$attr: int dialogCornerRadius +okio.SegmentedByteString: int lastIndexOf(byte[],int) +okhttp3.WebSocketListener +io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiFunction,boolean) +wangdaye.com.geometricweather.R$style: int Widget_Support_CoordinatorLayout +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_PLAY_QUEUE_VALIDATOR +androidx.vectordrawable.animated.R$integer: int status_bar_notification_info_maxnum +com.turingtechnologies.materialscrollbar.R$attr: int tabIndicatorFullWidth +wangdaye.com.geometricweather.R$layout: int design_navigation_item_subheader +com.jaredrummler.android.colorpicker.R$attr: int persistent +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.DailyEntityDao dailyEntityDao +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowFixedHeightMajor +wangdaye.com.geometricweather.R$style: int Base_MaterialAlertDialog_MaterialComponents_Title_Panel +com.jaredrummler.android.colorpicker.R$styleable: int PopupWindow_android_popupBackground +wangdaye.com.geometricweather.R$dimen: int mtrl_slider_halo_radius +androidx.appcompat.widget.FitWindowsFrameLayout: FitWindowsFrameLayout(android.content.Context,android.util.AttributeSet) +androidx.fragment.app.SuperNotCalledException: SuperNotCalledException(java.lang.String) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float snowPrecipitationProbability +wangdaye.com.geometricweather.R$attr: int adjustable +cyanogenmod.weather.WeatherInfo +cyanogenmod.weatherservice.ServiceRequestResult$1: ServiceRequestResult$1() +okhttp3.internal.http2.Header: Header(okio.ByteString,java.lang.String) +cyanogenmod.weather.CMWeatherManager$2$2: CMWeatherManager$2$2(cyanogenmod.weather.CMWeatherManager$2,cyanogenmod.weather.CMWeatherManager$LookupCityRequestListener,int,java.util.List) +com.amap.api.fence.GeoFence: void setType(int) +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: void onDetachedFromWindow() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric: int UnitType +androidx.preference.R$attr: int iconifiedByDefault +androidx.lifecycle.SavedStateHandleController: SavedStateHandleController(java.lang.String,androidx.lifecycle.SavedStateHandle) +com.google.android.material.card.MaterialCardView: MaterialCardView(android.content.Context,android.util.AttributeSet) +android.didikee.donate.R$styleable: int AppCompatTheme_actionOverflowButtonStyle +androidx.appcompat.R$id: int title_template +wangdaye.com.geometricweather.R$string: int settings_summary_service_provider +retrofit2.SkipCallbackExecutorImpl: SkipCallbackExecutorImpl() +wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Id +com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawable_android_exitFadeDuration +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getNotificationGroupForPackage +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: io.reactivex.internal.util.AtomicThrowable errors +wangdaye.com.geometricweather.R$id: int custom +com.turingtechnologies.materialscrollbar.R$anim: int abc_slide_out_bottom +com.xw.repo.bubbleseekbar.R$drawable: int abc_cab_background_top_mtrl_alpha +wangdaye.com.geometricweather.R$attr: int flow_horizontalStyle +james.adaptiveicon.R$styleable: int CompoundButton_buttonTintMode +wangdaye.com.geometricweather.R$drawable: int ic_circle_medium +androidx.appcompat.R$styleable: int GradientColor_android_centerY +okhttp3.internal.platform.OptionalMethod: java.lang.Object invoke(java.lang.Object,java.lang.Object[]) +androidx.recyclerview.R$id: int time +androidx.legacy.coreutils.R$drawable +okhttp3.Dispatcher: void executed(okhttp3.RealCall) +androidx.preference.R$attr: int checkBoxPreferenceStyle +androidx.appcompat.R$attr: int textAppearanceLargePopupMenu +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_BottomNavigationView_Colored +androidx.viewpager.widget.ViewPager: void setPageMarginDrawable(int) +com.google.android.material.R$styleable: int ProgressIndicator_android_indeterminate +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: int hasRain +androidx.lifecycle.FullLifecycleObserverAdapter$1: int[] $SwitchMap$androidx$lifecycle$Lifecycle$Event +cyanogenmod.weather.CMWeatherManager: cyanogenmod.weather.CMWeatherManager getInstance(android.content.Context) +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintVertical_weight +com.google.android.material.R$attr: int drawableRightCompat +com.google.android.gms.location.ActivityTransitionRequest: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Button_Borderless +androidx.constraintlayout.widget.R$attr: int mock_showDiagonals +com.google.android.material.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable +androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type BASELINE +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer aqiIndex +com.google.android.material.behavior.HideBottomViewOnScrollBehavior: HideBottomViewOnScrollBehavior() +androidx.work.R$styleable: int[] GradientColorItem +androidx.recyclerview.widget.RecyclerView: void setNestedScrollingEnabled(boolean) +androidx.preference.R$style: int Base_Theme_AppCompat_Light_Dialog +com.xw.repo.BubbleSeekBar: BubbleSeekBar(android.content.Context,android.util.AttributeSet) +androidx.preference.R$layout: int preference_material +com.google.android.material.chip.Chip: void setBackgroundTintList(android.content.res.ColorStateList) +com.turingtechnologies.materialscrollbar.R$dimen: int abc_list_item_padding_horizontal_material +androidx.swiperefreshlayout.R$attr: int font +cyanogenmod.weather.WeatherLocation: java.lang.String access$102(cyanogenmod.weather.WeatherLocation,java.lang.String) +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintWidth_percent +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: void dispose() +okhttp3.FormBody: okhttp3.MediaType CONTENT_TYPE +android.didikee.donate.R$color: int abc_search_url_text_selected +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHeight_max +wangdaye.com.geometricweather.R$id: int experience +com.github.rahatarmanahmed.cpv.CircularProgressView: int getColor() +com.xw.repo.bubbleseekbar.R$attr: int bsb_track_size +com.xw.repo.bubbleseekbar.R$attr: int gapBetweenBars +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_bubble_text_size +wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: int getChartTop() +androidx.constraintlayout.widget.R$anim: int btn_checkbox_to_unchecked_icon_null_animation +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeFillColor +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial: int UnitType +androidx.hilt.lifecycle.R$anim: int fragment_fade_enter +wangdaye.com.geometricweather.R$attr: int tabSelectedTextColor +com.github.rahatarmanahmed.cpv.CircularProgressView: void setColor(int) +wangdaye.com.geometricweather.R$drawable: int abc_ic_search_api_material +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningConsequence: MfWarningsResult$WarningConsequence() +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_CUSTOM_VALUES_VALIDATOR +cyanogenmod.weather.WeatherInfo: double mTodaysHighTemp +com.google.android.material.R$styleable: int TextInputLayout_boxBackgroundColor +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void onError(java.lang.Throwable) +okhttp3.internal.http2.Http2Writer: void writeContinuationFrames(int,long) +wangdaye.com.geometricweather.settings.fragments.SettingsFragment +androidx.preference.R$style: int Base_V28_Theme_AppCompat +com.jaredrummler.android.colorpicker.R$color: int abc_primary_text_disable_only_material_light +okhttp3.Response: java.lang.String toString() +com.xw.repo.bubbleseekbar.R$layout: int abc_action_bar_title_item +android.didikee.donate.R$id: int normal +androidx.preference.R$styleable: int ActionBar_divider +com.google.android.material.R$string: int mtrl_picker_a11y_prev_month +cyanogenmod.themes.ThemeManager: void applyDefaultTheme() +james.adaptiveicon.R$attr: int dialogPreferredPadding +com.google.android.material.R$styleable: int StateSet_defaultState +com.google.android.material.R$attr: int actionBarTheme +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float getRain() +com.bumptech.glide.integration.okhttp.R$dimen: R$dimen() +okhttp3.internal.ws.WebSocketProtocol: int B1_FLAG_MASK +wangdaye.com.geometricweather.R$drawable: int notif_temp_20 +androidx.constraintlayout.widget.R$id: int edit_query +androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_fontStyle +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$4 +wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource +cyanogenmod.app.Profile: void setStreamSettings(cyanogenmod.profiles.StreamSettings) +com.xw.repo.bubbleseekbar.R$styleable: int[] AnimatedStateListDrawableTransition +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List alertEntityList +androidx.appcompat.R$color: int abc_tint_edittext +androidx.appcompat.resources.R$color: int secondary_text_default_material_light +wangdaye.com.geometricweather.R$color: int mtrl_outlined_stroke_color +com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String d +cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks: boolean requestDismissAndStartActivity(android.content.Intent) +androidx.constraintlayout.widget.R$layout: int abc_screen_content_include +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_horizontalStyle +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView: PolylineAndHistogramView(android.content.Context,android.util.AttributeSet,int) +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionBar_TabView +androidx.constraintlayout.widget.R$attr: int multiChoiceItemLayout +com.github.rahatarmanahmed.cpv.CircularProgressView$8: float val$maxSweep +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Headline6 +androidx.fragment.R$id: int accessibility_custom_action_25 +com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents_Light +wangdaye.com.geometricweather.common.basic.models.weather.Astro: java.lang.String getSetTime(android.content.Context) +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title +androidx.preference.R$styleable: int MenuItem_android_checked +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void dispose() +androidx.hilt.R$styleable: int FontFamilyFont_android_font +androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_android_fontWeight +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial: int UnitType +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String sunRise +cyanogenmod.app.Profile$DozeMode: int DEFAULT +com.google.android.material.R$styleable: int AppCompatTheme_viewInflaterClass +androidx.viewpager2.R$id: int action_container +cyanogenmod.app.Profile: java.util.Map networkConnectionSubIds +wangdaye.com.geometricweather.R$attr: int hideOnScroll +androidx.constraintlayout.widget.R$color: int foreground_material_light +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void subscribeNext() +wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayHorizontalProvider +cyanogenmod.platform.Manifest$permission: java.lang.String READ_ALARMS +androidx.hilt.lifecycle.R$drawable: R$drawable() +okhttp3.Dispatcher: int runningCallsCount() +androidx.core.view.GestureDetectorCompat: void setOnDoubleTapListener(android.view.GestureDetector$OnDoubleTapListener) +com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleTextAppearance +okhttp3.OkHttpClient$Builder: OkHttpClient$Builder() +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: void onComplete() +wangdaye.com.geometricweather.db.entities.LocationEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.LocationEntity) +com.turingtechnologies.materialscrollbar.R$animator: int mtrl_fab_transformation_sheet_expand_spec +android.didikee.donate.R$attr: int preserveIconSpacing +wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_shadowDx +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: java.lang.String icon +com.jaredrummler.android.colorpicker.R$attr: int buttonTintMode +androidx.preference.R$layout: int abc_screen_simple +com.bumptech.glide.R$styleable: int GradientColor_android_endColor +com.google.android.material.snackbar.SnackbarContentLayout: android.widget.TextView getMessageView() +io.reactivex.Observable: io.reactivex.Observable flatMapMaybe(io.reactivex.functions.Function) +cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_setMobileDataEnabled_1 +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_star_half_black_36dp +androidx.hilt.lifecycle.R$styleable: int GradientColor_android_startY +wangdaye.com.geometricweather.R$style: int cpv_ColorPickerViewStyle +androidx.activity.R$id: int accessibility_custom_action_27 +wangdaye.com.geometricweather.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item +com.google.android.material.R$styleable: int Badge_maxCharacterCount +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarPopupTheme +com.jaredrummler.android.colorpicker.R$attr: int suggestionRowLayout +android.didikee.donate.R$attr: int contentInsetEndWithActions +com.google.android.material.R$attr: int tickVisible +com.google.android.material.R$id: int italic +androidx.viewpager.widget.ViewPager: void removeOnAdapterChangeListener(androidx.viewpager.widget.ViewPager$OnAdapterChangeListener) +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone: java.lang.String Name +wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: HourlyTrendItemView(android.content.Context) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorButtonNormal +com.turingtechnologies.materialscrollbar.R$anim: int design_bottom_sheet_slide_in +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable +androidx.coordinatorlayout.widget.CoordinatorLayout: androidx.core.view.WindowInsetsCompat getLastWindowInsets() +androidx.hilt.lifecycle.R$dimen: int notification_large_icon_height +androidx.viewpager.R$dimen: int compat_button_padding_horizontal_material +com.autonavi.aps.amapapi.model.AMapLocationServer: void d(java.lang.String) +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cwd +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_EditText +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result: java.util.Date updateTime +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getSo2Color(android.content.Context) +james.adaptiveicon.R$style: int Base_V21_Theme_AppCompat +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.String getWeatherSource() +android.didikee.donate.R$dimen: int abc_edit_text_inset_bottom_material +james.adaptiveicon.R$layout: int notification_action_tombstone +wangdaye.com.geometricweather.db.entities.DailyEntity: void setGrassDescription(java.lang.String) wangdaye.com.geometricweather.R$styleable: int Layout_constraint_referenced_ids -androidx.cardview.R$color: R$color() -android.support.v4.os.ResultReceiver$MyRunnable: void run() -androidx.cardview.R$styleable: int CardView_cardCornerRadius -androidx.preference.R$styleable: int MenuItem_actionProviderClass -james.adaptiveicon.R$style: int Widget_AppCompat_CompoundButton_CheckBox -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_EXPORT_WITH_RC4_40_MD5 -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: io.reactivex.internal.operators.observable.ObservableReplay$Node tail -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getTotalPrecipitationProbability() -androidx.hilt.work.R$id: int fragment_container_view_tag -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: long serialVersionUID -io.reactivex.internal.queue.SpscArrayQueue: int mask -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String WALLPAPER_FULL -io.reactivex.Observable: io.reactivex.Observable combineLatestDelayError(io.reactivex.ObservableSource[],io.reactivex.functions.Function) -androidx.lifecycle.ReportFragment$ActivityInitializationListener: void onCreate() -wangdaye.com.geometricweather.R$layout: int activity_weather_daily -cyanogenmod.app.CustomTile$Builder: android.net.Uri mOnClickUri -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorPrimary -com.google.android.material.R$id: int scrollable -wangdaye.com.geometricweather.R$styleable: int FitSystemBarNestedScrollView_sv_side -com.jaredrummler.android.colorpicker.R$string: int abc_capital_off -wangdaye.com.geometricweather.R$styleable: int[] KeyAttribute -cyanogenmod.providers.CMSettings$System: java.lang.String LIVE_DISPLAY_HINTED -james.adaptiveicon.R$drawable: int abc_text_select_handle_right_mtrl_dark -com.jaredrummler.android.colorpicker.R$string: int abc_shareactionprovider_share_with -android.didikee.donate.R$style: int Base_Widget_AppCompat_ListView -android.didikee.donate.R$drawable: int abc_item_background_holo_light -cyanogenmod.app.Profile: void addProfileGroup(cyanogenmod.app.ProfileGroup) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours: AccuCurrentResult$PrecipitationSummary$Past24Hours() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeCloudCover() -com.google.gson.LongSerializationPolicy$1 -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Button_Borderless -wangdaye.com.geometricweather.R$string: int cloud_cover -androidx.preference.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode -wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.String getLevel() -com.turingtechnologies.materialscrollbar.R$attr: int fontWeight -com.bumptech.glide.integration.okhttp3.OkHttpGlideModule: OkHttpGlideModule() -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: boolean cancelled -androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_marginRight -androidx.constraintlayout.widget.R$attr: int buttonBarStyle -androidx.appcompat.R$styleable: int AppCompatTheme_tooltipFrameBackground -androidx.appcompat.widget.DropDownListView: void setListSelectionHidden(boolean) -com.turingtechnologies.materialscrollbar.R$attr: int background -cyanogenmod.externalviews.KeyguardExternalView$3: int val$height -androidx.preference.R$styleable: int ActionBar_customNavigationLayout -wangdaye.com.geometricweather.R$color: int abc_secondary_text_material_dark -com.google.android.material.R$style: int Widget_MaterialComponents_ActionBar_PrimarySurface -wangdaye.com.geometricweather.R$dimen: int mtrl_progress_indicator_full_rounded_corner_radius -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_CompoundButton_CheckBox -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Headline -androidx.appcompat.widget.ActionMenuView: android.view.Menu getMenu() -androidx.appcompat.resources.R$id: int accessibility_custom_action_4 -com.google.android.material.R$styleable: int BottomNavigationView_itemTextAppearanceInactive -wangdaye.com.geometricweather.R$drawable: int abc_textfield_activated_mtrl_alpha -okio.InflaterSource -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: java.lang.Object v2 -androidx.recyclerview.widget.RecyclerView: int getMaxFlingVelocity() -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: boolean outputFused -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_counterOverflowTextColor -cyanogenmod.providers.ThemesContract$MixnMatchColumns: android.net.Uri CONTENT_URI -wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: double lon -wangdaye.com.geometricweather.settings.activities.SettingsActivity -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getIcePrecipitationProbability() -android.didikee.donate.R$attr: int buttonGravity -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintLeft_toLeftOf -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemIconTint -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_SeekBar_Discrete -wangdaye.com.geometricweather.R$layout: int item_about_header -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Large_Inverse -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_visible -com.google.android.material.R$styleable: int KeyCycle_waveShape -com.turingtechnologies.materialscrollbar.R$dimen: int notification_small_icon_background_padding -androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_shadowDy -io.reactivex.Observable: io.reactivex.Observable zipWith(io.reactivex.ObservableSource,io.reactivex.functions.BiFunction,boolean) -androidx.preference.R$styleable: int MenuItem_iconTintMode -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Metric Metric -cyanogenmod.weatherservice.IWeatherProviderService$Stub: android.os.IBinder asBinder() -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_d -androidx.hilt.R$style: int TextAppearance_Compat_Notification_Title -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: boolean isEmpty() -androidx.fragment.R$layout: int notification_template_icon_group -androidx.lifecycle.extensions.R$dimen: int compat_notification_large_icon_max_height -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_subtitle_material_toolbar -com.google.android.material.bottomnavigation.BottomNavigationItemView: androidx.appcompat.view.menu.MenuItemImpl getItemData() -android.didikee.donate.R$id: int text -androidx.core.app.JobIntentService -wangdaye.com.geometricweather.R$styleable: int Insets_paddingRightSystemWindowInsets -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_trackTintMode -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_rebuildResourceCache -wangdaye.com.geometricweather.R$drawable: int mtrl_popupmenu_background_dark -com.google.android.material.R$integer: int hide_password_duration -wangdaye.com.geometricweather.R$drawable: int abc_ic_menu_selectall_mtrl_alpha -wangdaye.com.geometricweather.R$style: int Base_V21_Theme_AppCompat_Dialog -com.bumptech.glide.R$id: int icon -cyanogenmod.hardware.CMHardwareManager: java.util.List BOOLEAN_FEATURES -android.didikee.donate.R$color: int abc_secondary_text_material_dark -com.turingtechnologies.materialscrollbar.R$attr: int menu -com.xw.repo.bubbleseekbar.R$dimen: int abc_select_dialog_padding_start_material -com.google.android.material.bottomnavigation.BottomNavigationView: android.content.res.ColorStateList getItemRippleColor() -androidx.preference.R$id: int expanded_menu -com.google.android.material.textfield.TextInputLayout: void setErrorEnabled(boolean) -com.google.android.material.R$styleable: int AppCompatTheme_actionDropDownStyle -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: int fusionMode -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor GREY -androidx.appcompat.R$attr: int actionDropDownStyle -androidx.constraintlayout.widget.R$styleable: int KeyCycle_transitionEasing -androidx.preference.R$color: int ripple_material_dark -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setTemperature(int) -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Large -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen: java.lang.String Category -androidx.constraintlayout.widget.R$styleable: int StateListDrawable_android_constantSize -cyanogenmod.weather.WeatherInfo: double getTodaysLow() -androidx.preference.R$anim: int fragment_open_exit -com.google.android.material.tabs.TabLayout: void setSelectedTabIndicator(int) -cyanogenmod.content.Intent: java.lang.String ACTION_PROTECTED_CHANGED -wangdaye.com.geometricweather.R$attr: int triggerSlack -wangdaye.com.geometricweather.R$color: int abc_search_url_text_normal -wangdaye.com.geometricweather.R$layout: int preference_dropdown -com.jaredrummler.android.colorpicker.R$attr: int windowFixedWidthMinor -io.reactivex.exceptions.OnErrorNotImplementedException -com.google.android.material.R$style: int Widget_Support_CoordinatorLayout -com.amap.api.location.LocationManagerBase: void startAssistantLocation(android.webkit.WebView) -com.xw.repo.bubbleseekbar.R$attr: int bsb_section_text_interval -wangdaye.com.geometricweather.R$animator: int weather_snow_2 -androidx.preference.R$styleable: int CoordinatorLayout_keylines -android.support.v4.os.IResultReceiver$Stub: android.support.v4.os.IResultReceiver asInterface(android.os.IBinder) -com.jaredrummler.android.colorpicker.R$attr: int fontProviderFetchStrategy -androidx.preference.R$styleable: int AlertDialog_multiChoiceItemLayout -androidx.constraintlayout.widget.R$attr: int percentHeight +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: int getHeaderHeight() +androidx.appcompat.R$attr: int actionBarSize +androidx.constraintlayout.widget.R$interpolator: int btn_radio_to_off_mtrl_animation_interpolator_0 +wangdaye.com.geometricweather.R$id: int parentPanel +com.turingtechnologies.materialscrollbar.R$animator: R$animator() +retrofit2.ParameterHandler$FieldMap: void apply(retrofit2.RequestBuilder,java.util.Map) +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryInnerObserver boundaryObserver +androidx.appcompat.resources.R$styleable: int GradientColor_android_endColor +wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider BAIDU +com.google.android.material.chip.Chip: void setMaxWidth(int) +io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function) +james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_drawableEnd +retrofit2.SkipCallbackExecutorImpl: int hashCode() +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String longitude +wangdaye.com.geometricweather.R$attr: int checkedIconTint +wangdaye.com.geometricweather.R$drawable: int notif_temp_75 +androidx.preference.R$id: int accessibility_custom_action_15 +androidx.fragment.R$id: int accessibility_custom_action_13 +androidx.constraintlayout.widget.R$style: int Platform_Widget_AppCompat_Spinner +androidx.appcompat.R$style: int Widget_AppCompat_Light_AutoCompleteTextView +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_goneMarginStart +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_spinnerStyle +com.google.android.material.appbar.CollapsingToolbarLayout: void setContentScrimColor(int) +wangdaye.com.geometricweather.R$attr: int itemIconPadding +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Toolbar +retrofit2.ParameterHandler$Query: boolean encoded +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit MPH +okhttp3.Dns: java.util.List lookup(java.lang.String) +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_bubble_color +org.greenrobot.greendao.AbstractDaoMaster: org.greenrobot.greendao.AbstractDaoSession newSession() +okio.Buffer: boolean rangeEquals(long,okio.ByteString) +james.adaptiveicon.R$drawable: int abc_btn_radio_material +wangdaye.com.geometricweather.R$style: int Preference_SeekBarPreference_Material +okhttp3.internal.http2.PushObserver: boolean onHeaders(int,java.util.List,boolean) +wangdaye.com.geometricweather.R$style: int Platform_V21_AppCompat +okhttp3.RequestBody: okhttp3.RequestBody create(okhttp3.MediaType,byte[]) +com.google.android.material.R$id: int circle_center +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_CompoundButton_CheckBox +cyanogenmod.profiles.RingModeSettings: void setOverride(boolean) +com.xw.repo.bubbleseekbar.R$attr: int fontFamily +com.jaredrummler.android.colorpicker.R$attr: int goIcon +androidx.constraintlayout.widget.R$color: int notification_icon_bg_color +androidx.recyclerview.R$id: int tag_accessibility_heading +com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges +james.adaptiveicon.R$styleable: int PopupWindow_android_popupBackground +james.adaptiveicon.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorControlHighlight +com.google.android.material.R$style: int Base_AlertDialog_AppCompat_Light +io.reactivex.Observable: io.reactivex.Observable concatEager(java.lang.Iterable,int,int) +retrofit2.DefaultCallAdapterFactory: java.util.concurrent.Executor callbackExecutor +androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode +cyanogenmod.app.CustomTile$ExpandedStyle: CustomTile$ExpandedStyle(cyanogenmod.app.CustomTile$1) +wangdaye.com.geometricweather.R$styleable: int MultiSelectListPreference_android_entries +androidx.preference.R$styleable: int ActionMode_height +com.jaredrummler.android.colorpicker.R$dimen: int notification_large_icon_width +com.google.android.material.R$drawable: int abc_item_background_holo_light +wangdaye.com.geometricweather.R$styleable: int Chip_android_ellipsize +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: void setDefenseIcon(java.lang.String) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_radioButtonStyle +com.xw.repo.bubbleseekbar.R$style: int Widget_Compat_NotificationActionContainer +okhttp3.internal.http2.Http2: byte TYPE_WINDOW_UPDATE +com.jaredrummler.android.colorpicker.R$attr: int isLightTheme +androidx.appcompat.widget.ActionBarOverlayLayout: void setShowingForActionMode(boolean) +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void cancel() +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_hintEnabled +james.adaptiveicon.R$attr: int searchViewStyle +androidx.preference.R$attr: int thumbTextPadding +wangdaye.com.geometricweather.R$anim: int abc_slide_out_top +androidx.viewpager.R$dimen: int compat_button_padding_vertical_material +cyanogenmod.weather.RequestInfo: java.lang.String access$802(cyanogenmod.weather.RequestInfo,java.lang.String) +wangdaye.com.geometricweather.R$attr: int boxCornerRadiusBottomEnd +com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_radio_to_on_mtrl_015 +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption clone() +androidx.constraintlayout.widget.R$styleable: int[] FontFamily +wangdaye.com.geometricweather.R$array: int ui_styles +com.google.android.material.R$anim: int abc_slide_out_bottom +android.didikee.donate.R$attr: int arrowHeadLength +okhttp3.internal.http2.Http2Connection$5: boolean val$inFinished +androidx.customview.R$styleable: int FontFamilyFont_android_fontStyle +androidx.drawerlayout.R$id: int line1 +androidx.customview.R$dimen: R$dimen() +com.bumptech.glide.integration.okhttp.R$color: int notification_icon_bg_color +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Tooltip +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: AtmoAuraQAResult$Measure() +wangdaye.com.geometricweather.R$id: int activity_settings +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: boolean isDisposed() +io.reactivex.internal.subscriptions.DeferredScalarSubscription: boolean tryCancel() +okhttp3.internal.ws.RealWebSocket: okhttp3.internal.ws.WebSocketWriter writer +androidx.lifecycle.extensions.R$id: int line3 +james.adaptiveicon.R$dimen: int abc_disabled_alpha_material_light +android.didikee.donate.R$id: int line1 +wangdaye.com.geometricweather.main.dialogs.LearnMoreAboutResidentLocationDialog: LearnMoreAboutResidentLocationDialog() +androidx.loader.R$id: int line3 +com.github.rahatarmanahmed.cpv.R$bool: R$bool() +android.didikee.donate.R$id: int showTitle +okhttp3.internal.http2.Http2Codec: okhttp3.internal.http2.Http2Connection connection +androidx.appcompat.R$styleable: int FontFamilyFont_font +wangdaye.com.geometricweather.settings.dialogs.TimeSetterDialog: TimeSetterDialog() +androidx.lifecycle.Transformations$2: androidx.arch.core.util.Function val$switchMapFunction +androidx.constraintlayout.widget.R$attr: int indeterminateProgressStyle +android.didikee.donate.R$color: int abc_search_url_text_normal +android.didikee.donate.R$dimen: int abc_text_size_display_1_material +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: void onSubscribe(io.reactivex.disposables.Disposable) +okhttp3.internal.cache.DiskLruCache$Entry: DiskLruCache$Entry(okhttp3.internal.cache.DiskLruCache,java.lang.String) +okhttp3.internal.http2.Http2Connection: int INTERVAL_PING +cyanogenmod.app.suggest.IAppSuggestProvider$Stub: IAppSuggestProvider$Stub() +androidx.preference.R$styleable: int SearchView_suggestionRowLayout +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float thunderstorm +wangdaye.com.geometricweather.settings.dialogs.MinimalIconDialog: MinimalIconDialog() +wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_light_pressed +okio.Pipe: boolean sourceClosed +wangdaye.com.geometricweather.remoteviews.config.MultiCityWidgetConfigActivity: MultiCityWidgetConfigActivity() +androidx.appcompat.resources.R$id: int tag_transition_group +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_translationZ +com.google.android.material.R$drawable: int tooltip_frame_dark +cyanogenmod.weather.RequestInfo: cyanogenmod.weather.WeatherLocation mWeatherLocation +com.google.android.material.slider.BaseSlider: float getValueOfTouchPositionAbsolute() +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_SearchResult +okhttp3.CipherSuite$1: CipherSuite$1() +cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator access$000() +com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.reflect.Type[] getActualTypeArguments() +androidx.appcompat.widget.AppCompatRadioButton: int getCompoundPaddingLeft() +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_showText +com.turingtechnologies.materialscrollbar.R$styleable: int ForegroundLinearLayout_foregroundInsidePadding +androidx.transition.ChangeBounds$7: androidx.transition.ChangeBounds$ViewBounds mViewBounds +okio.Buffer: java.lang.String readString(long,java.nio.charset.Charset) +androidx.transition.R$id: int italic +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.util.Date sunriseTime +androidx.appcompat.resources.R$id: int text2 +okhttp3.Cookie: java.util.regex.Pattern MONTH_PATTERN +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: boolean isDisposed() +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: void onError(java.lang.Throwable) +io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: void onError(java.lang.Throwable) +okhttp3.EventListener: void requestBodyStart(okhttp3.Call) +androidx.preference.R$style: int Theme_AppCompat_Dialog +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_ASSIST_ACTION_VALIDATOR +cyanogenmod.app.Profile: Profile(android.os.Parcel) +androidx.appcompat.R$styleable: int Toolbar_titleMargin +com.xw.repo.bubbleseekbar.R$attr: int listPreferredItemHeightLarge +com.xw.repo.bubbleseekbar.R$id: int uniform +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver parent +cyanogenmod.app.LiveLockScreenInfo: LiveLockScreenInfo() +wangdaye.com.geometricweather.R$dimen: int abc_action_bar_stacked_tab_max_width +james.adaptiveicon.R$styleable: int Toolbar_collapseContentDescription +wangdaye.com.geometricweather.R$color: int material_slider_thumb_color +com.google.android.material.R$attr: int layout_insetEdge +james.adaptiveicon.R$attr: int buttonBarButtonStyle +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow +androidx.appcompat.R$attr: int textAppearanceListItem +androidx.constraintlayout.widget.R$styleable: int Variant_constraints +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getNighttimeWeatherPhase() +com.google.android.material.R$interpolator: R$interpolator() +androidx.preference.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable +com.jaredrummler.android.colorpicker.R$drawable: int cpv_ic_arrow_right_black_24dp +okio.Buffer: void flush() +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Title_Inverse +androidx.loader.R$id: int normal +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Metric Metric +androidx.preference.R$anim: int fragment_fade_exit +okhttp3.internal.http2.Http2Reader: boolean client +androidx.viewpager2.R$styleable: int[] ColorStateListItem +io.reactivex.Observable: io.reactivex.Single toList(int) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property GrassLevel +androidx.lifecycle.ViewModelProviders: androidx.lifecycle.ViewModelProvider of(androidx.fragment.app.Fragment,androidx.lifecycle.ViewModelProvider$Factory) +okio.BufferedSource: boolean rangeEquals(long,okio.ByteString,int,int) +wangdaye.com.geometricweather.common.basic.models.weather.Base: long getPublishTime() +com.xw.repo.bubbleseekbar.R$id: int home +wangdaye.com.geometricweather.R$id: int tag_unhandled_key_event_manager +wangdaye.com.geometricweather.R$string: int hours_of_sun +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor[] values() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setWeather(java.lang.String) +com.turingtechnologies.materialscrollbar.R$layout: int abc_list_menu_item_checkbox +com.google.android.material.R$style: int Widget_MaterialComponents_CardView +android.didikee.donate.R$attr: int textAppearanceSmallPopupMenu +androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerView$Adapter getAdapter() +androidx.preference.R$style: int Base_V23_Theme_AppCompat_Light +androidx.appcompat.R$styleable: int Toolbar_contentInsetEnd +com.google.android.material.R$styleable: int Layout_layout_constraintBottom_toBottomOf +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_toolbarStyle +com.google.android.material.R$drawable: int abc_list_selector_background_transition_holo_dark +androidx.lifecycle.ProcessLifecycleOwner$3: void onActivityStopped(android.app.Activity) +cyanogenmod.profiles.StreamSettings: StreamSettings(int,int,boolean) +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub$Proxy: android.os.IBinder mRemote +cyanogenmod.app.ILiveLockScreenManagerProvider +wangdaye.com.geometricweather.R$styleable: int Preference_android_defaultValue +com.google.android.material.R$layout: int mtrl_alert_dialog_title +androidx.core.R$styleable: int[] FontFamilyFont +com.google.android.material.appbar.AppBarLayout: int getLiftOnScrollTargetViewId() +wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayVerticalProvider: WidgetClockDayVerticalProvider() +androidx.appcompat.widget.AppCompatImageView: void setImageDrawable(android.graphics.drawable.Drawable) +com.amap.api.fence.GeoFence: void setPendingIntentAction(java.lang.String) +android.didikee.donate.R$style: int Theme_AppCompat_Light +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text +androidx.work.ExistingWorkPolicy: androidx.work.ExistingWorkPolicy APPEND +okio.HashingSink: HashingSink(okio.Sink,okio.ByteString,java.lang.String) +okhttp3.internal.http.HttpDate$1 +james.adaptiveicon.R$style: int Platform_ThemeOverlay_AppCompat +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Object getKey(java.lang.Object) +android.didikee.donate.R$attr: int drawerArrowStyle +wangdaye.com.geometricweather.R$id: int transparency_text +com.google.gson.stream.JsonWriter: void newline() +retrofit2.OkHttpCall: java.lang.Object clone() +androidx.constraintlayout.widget.R$drawable: int notification_bg_normal_pressed +wangdaye.com.geometricweather.R$layout: int abc_list_menu_item_radio +androidx.appcompat.R$styleable: int ActionBar_contentInsetRight +androidx.loader.R$attr +com.amap.api.location.AMapLocationClientOption$AMapLocationMode: AMapLocationClientOption$AMapLocationMode(java.lang.String,int) +androidx.preference.R$string: int abc_menu_delete_shortcut_label +cyanogenmod.providers.CMSettings$InclusiveIntegerRangeValidator: CMSettings$InclusiveIntegerRangeValidator(int,int) +cyanogenmod.app.CMTelephonyManager: void setDataConnectionState(boolean) +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_android_gravity +com.jaredrummler.android.colorpicker.R$attr: int searchViewStyle +wangdaye.com.geometricweather.R$id: int widget_week_week_5 +com.google.android.material.R$style: int Theme_AppCompat_DayNight_Dialog_Alert +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Small +wangdaye.com.geometricweather.R$dimen: int preference_dropdown_padding_start +cyanogenmod.app.suggest.AppSuggestManager: boolean handles(android.content.Intent) +cyanogenmod.weather.RequestInfo: int TYPE_WEATHER_BY_GEO_LOCATION_REQ +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Direction Direction +okhttp3.MultipartBody: okhttp3.MediaType MIXED +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: io.reactivex.functions.Consumer disposer +com.google.android.material.transformation.FabTransformationBehavior +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: long serialVersionUID +okio.ByteString: byte[] internalArray() +androidx.preference.R$styleable: int Toolbar_buttonGravity +okhttp3.internal.http2.Http2Connection: long intervalPingsSent +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHeight_min +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_showMotionSpec +wangdaye.com.geometricweather.R$id: int noScroll +androidx.coordinatorlayout.R$drawable: int notification_bg +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeCopyDrawable +androidx.preference.R$attr: int buttonIconDimen +androidx.preference.R$drawable: int abc_list_selector_disabled_holo_light +com.turingtechnologies.materialscrollbar.R$layout +com.google.android.material.R$attr: int listPreferredItemHeightSmall +com.jaredrummler.android.colorpicker.R$attr: int buttonBarPositiveButtonStyle +okhttp3.internal.http2.Http2Connection: void writePingAndAwaitPong() +wangdaye.com.geometricweather.db.entities.DaoSession: DaoSession(org.greenrobot.greendao.database.Database,org.greenrobot.greendao.identityscope.IdentityScopeType,java.util.Map) +com.xw.repo.bubbleseekbar.R$dimen: int notification_action_text_size +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature: AccuCurrentResult$WetBulbTemperature() +okhttp3.internal.connection.RealConnection$1: RealConnection$1(okhttp3.internal.connection.RealConnection,boolean,okio.BufferedSource,okio.BufferedSink,okhttp3.internal.connection.StreamAllocation) +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String[] VALID_KEYS +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_Layout_android_layout_width +com.bumptech.glide.R$style: R$style() +james.adaptiveicon.R$color: int primary_text_default_material_light +androidx.appcompat.widget.ScrollingTabContainerView: void setAllowCollapse(boolean) +wangdaye.com.geometricweather.R$layout: int mtrl_picker_text_input_date_range +okhttp3.internal.http2.Http2Codec: okio.Sink createRequestBody(okhttp3.Request,long) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: java.lang.String caiyun +androidx.constraintlayout.widget.R$attr: int layout_constrainedHeight +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.String weatherIcon +com.google.android.material.R$attr: int tabIndicatorFullWidth +androidx.lifecycle.ViewModelProvider: java.lang.String DEFAULT_KEY +retrofit2.OkHttpCall$NoContentResponseBody: okio.BufferedSource source() +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_EXPORT_WITH_RC4_40_SHA +com.xw.repo.bubbleseekbar.R$attr: int navigationMode +cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent BOOT_ANIM +cyanogenmod.weather.WeatherInfo$Builder: double mWindSpeed +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain: MfForecastResult$Forecast$Rain() +com.google.android.material.R$styleable: int Layout_barrierMargin +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_61 +com.google.android.material.R$styleable: int CollapsingToolbarLayout_title +wangdaye.com.geometricweather.db.entities.DaoMaster: int SCHEMA_VERSION +androidx.appcompat.resources.R$layout: int notification_template_custom_big +com.google.android.material.R$styleable: int MaterialCardView_checkedIconSize +wangdaye.com.geometricweather.R$dimen: int abc_action_bar_elevation_material +james.adaptiveicon.R$styleable: int[] ViewStubCompat +io.reactivex.internal.subscriptions.SubscriptionHelper: void deferredRequest(java.util.concurrent.atomic.AtomicReference,java.util.concurrent.atomic.AtomicLong,long) +androidx.constraintlayout.widget.R$styleable: int MenuView_android_horizontalDivider +androidx.dynamicanimation.R$drawable: int notification_template_icon_low_bg +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.Observer downstream +android.didikee.donate.R$string: int app_name +androidx.coordinatorlayout.R$drawable: int notification_template_icon_low_bg +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setPublishTime(long) +com.google.android.material.R$styleable: int CoordinatorLayout_Layout_layout_behavior +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_selectable +android.didikee.donate.R$styleable: int Toolbar_android_gravity +com.google.android.material.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator +com.bumptech.glide.R$id: int top +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_Bridge +androidx.swiperefreshlayout.R$attr +androidx.lifecycle.ComputableLiveData$3: androidx.lifecycle.ComputableLiveData this$0 +james.adaptiveicon.R$attr: int paddingTopNoTitle +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: io.reactivex.internal.disposables.SequentialDisposable task +cyanogenmod.weather.IRequestInfoListener$Stub$Proxy: android.os.IBinder mRemote +wangdaye.com.geometricweather.R$styleable: int TagView_checked_background_color +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: io.reactivex.ObservableSource source +com.xw.repo.bubbleseekbar.R$styleable: int GradientColorItem_android_color +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_Button +com.google.android.material.R$styleable: int Chip_android_ellipsize +androidx.appcompat.R$style: int Widget_AppCompat_ActionBar +wangdaye.com.geometricweather.R$string: int settings_title_notification_color +androidx.preference.R$attr: int dialogTheme +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionBar_TabView +androidx.preference.R$drawable: int abc_ic_menu_cut_mtrl_alpha +wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.lang.String getLongDate(android.content.Context) +com.google.android.material.R$layout: int mtrl_alert_select_dialog_item +androidx.hilt.lifecycle.R$layout: int notification_template_custom_big +androidx.constraintlayout.widget.R$drawable: int abc_btn_colored_material +androidx.preference.R$attr: int defaultValue +androidx.preference.R$styleable: int SeekBarPreference_seekBarIncrement +com.google.android.material.R$drawable: int notification_bg_low_pressed +com.google.android.material.R$animator: int mtrl_extended_fab_change_size_collapse_motion_spec +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_goneMarginLeft +com.google.gson.JsonParseException: JsonParseException(java.lang.String,java.lang.Throwable) +cyanogenmod.app.ThemeVersion$ComponentVersion: int getCurrentVersion() +androidx.hilt.R$style: R$style() +com.bumptech.glide.integration.okhttp.R$dimen: int notification_action_icon_size +wangdaye.com.geometricweather.R$attr: int triggerId +cyanogenmod.app.CustomTile$ExpandedStyle: int NO_STYLE +androidx.preference.R$styleable: int BackgroundStyle_android_selectableItemBackground +wangdaye.com.geometricweather.R$attr: int colorControlActivated +androidx.vectordrawable.R$styleable: int FontFamily_fontProviderPackage +androidx.constraintlayout.widget.R$drawable: int notification_template_icon_bg +androidx.vectordrawable.animated.R$layout: int notification_template_part_chronometer +okhttp3.internal.http.StatusLine: int HTTP_TEMP_REDIRECT +wangdaye.com.geometricweather.R$array: int distance_unit_values +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_hideable +cyanogenmod.app.PartnerInterface: java.lang.String getCurrentHotwordPackageName() +androidx.hilt.R$integer: int status_bar_notification_info_maxnum +com.jaredrummler.android.colorpicker.R$dimen: int abc_search_view_preferred_height +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Metric +com.github.rahatarmanahmed.cpv.R$color: R$color() +james.adaptiveicon.R$string: int search_menu_title +android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setIsModify(boolean) +com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode: com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode FIRST_VISIBLE +io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: FlowableConcatMap$ConcatMapInner(io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapSupport) +com.google.android.material.R$styleable: int Layout_maxWidth +cyanogenmod.profiles.RingModeSettings$1: java.lang.Object createFromParcel(android.os.Parcel) +androidx.preference.R$drawable: int abc_list_selector_disabled_holo_dark +com.google.android.material.R$style: int ThemeOverlay_AppCompat_Dialog +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_CAMELLIA_256_CBC_SHA +androidx.lifecycle.extensions.R$id: int action_text +androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: boolean IsDaylight +androidx.constraintlayout.widget.R$dimen: int disabled_alpha_material_light +wangdaye.com.geometricweather.R$id: int activity_card_display_manage_toolbar +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setIcePrecipitation(java.lang.Float) +wangdaye.com.geometricweather.R$attr: int paddingStart +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeTotalPrecipitationDuration() +androidx.constraintlayout.widget.R$attr: int itemPadding +com.google.android.material.R$styleable: int FontFamily_fontProviderFetchStrategy +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: long serialVersionUID +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String FORECAST_CONDITION +com.google.android.gms.base.R$drawable: int common_full_open_on_phone +androidx.legacy.coreutils.R$color +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle +com.google.android.material.R$attr: int commitIcon +androidx.work.R$dimen: int notification_large_icon_width +james.adaptiveicon.R$color: int primary_material_dark +com.google.android.material.R$attr: int startIconDrawable +androidx.appcompat.R$attr: int tickMark +androidx.constraintlayout.widget.R$style +androidx.constraintlayout.widget.R$styleable: int ImageFilterView_altSrc +wangdaye.com.geometricweather.R$id: int barrier +com.jaredrummler.android.colorpicker.R$attr: int actionViewClass +androidx.recyclerview.R$id: int accessibility_custom_action_27 +wangdaye.com.geometricweather.R$drawable: int ic_forecast +androidx.viewpager2.R$id: int accessibility_custom_action_6 +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_android_textAppearance +wangdaye.com.geometricweather.R$drawable: int notif_temp_106 +androidx.lifecycle.AndroidViewModel: AndroidViewModel(android.app.Application) +com.google.android.gms.base.R$id: int auto +com.google.android.material.R$id: int material_label +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_39 +wangdaye.com.geometricweather.R$string: int content_desc_weather_icon_dark +io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: int offset +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Inverse +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getCo() +com.xw.repo.bubbleseekbar.R$drawable: int abc_list_focused_holo +james.adaptiveicon.R$dimen: int abc_text_size_title_material_toolbar +com.turingtechnologies.materialscrollbar.R$styleable: int[] MaterialButton +com.google.android.gms.common.ConnectionResult +com.jaredrummler.android.colorpicker.R$attr: int spanCount +okhttp3.internal.http2.Hpack$Reader: void readLiteralHeaderWithIncrementalIndexingIndexedName(int) +androidx.appcompat.resources.R$id: int italic +io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: void onComplete() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionOverflowMenuStyle +wangdaye.com.geometricweather.R$attr: int tabMinWidth +androidx.hilt.work.R$id: int action_divider +androidx.appcompat.R$styleable: int Toolbar_subtitleTextAppearance +androidx.constraintlayout.widget.R$drawable: int abc_list_pressed_holo_light +androidx.cardview.widget.CardView: void setUseCompatPadding(boolean) +com.google.android.material.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize +com.google.android.material.R$attr: int layout_constraintGuide_begin +wangdaye.com.geometricweather.R$string: int ice +androidx.appcompat.resources.R$id: int forever +wangdaye.com.geometricweather.R$layout: int dialog_location_permission_statement +retrofit2.ParameterHandler$HeaderMap: ParameterHandler$HeaderMap(java.lang.reflect.Method,int,retrofit2.Converter) +cyanogenmod.weather.RequestInfo: boolean access$702(cyanogenmod.weather.RequestInfo,boolean) +wangdaye.com.geometricweather.R$color: int accent_material_dark +retrofit2.ParameterHandler$QueryMap: java.lang.reflect.Method method +cyanogenmod.providers.CMSettings$Secure: int getInt(android.content.ContentResolver,java.lang.String) +com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource LOCAL +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: java.lang.String getSummary(android.content.Context,java.util.List) +com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getErrorContentDescription() +wangdaye.com.geometricweather.R$string: int widget_day_week +wangdaye.com.geometricweather.R$drawable: int selectable_ripple +com.google.android.material.R$id: int material_timepicker_cancel_button +androidx.preference.R$color: int abc_hint_foreground_material_light +androidx.viewpager.R$styleable: int GradientColor_android_endY +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle +androidx.appcompat.R$style: int Base_DialogWindowTitleBackground_AppCompat +wangdaye.com.geometricweather.R$dimen: int material_clock_size +com.google.android.material.R$attr: int indicatorSize +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String SECONDARY_COLOR +okhttp3.internal.http2.Http2Connection$PingRunnable: boolean reply +wangdaye.com.geometricweather.R$attr: int progressBarStyle +okhttp3.EventListener$1: EventListener$1() +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: boolean done +wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemIconSize +androidx.lifecycle.ComputableLiveData$1: ComputableLiveData$1(androidx.lifecycle.ComputableLiveData) +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Caption +androidx.legacy.coreutils.R$id: R$id() +androidx.lifecycle.ServiceLifecycleDispatcher: void onServicePreSuperOnStart() +androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_android_ttcIndex +wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property DaytimeTemperature +wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Subhead_Inverse +wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderTitle +io.reactivex.internal.observers.DeferredScalarObserver: long serialVersionUID +com.google.android.material.R$styleable: int TextAppearance_android_textStyle +wangdaye.com.geometricweather.R$style: int ShapeAppearance_MaterialComponents_SmallComponent +okhttp3.internal.ws.WebSocketReader$FrameCallback: void onReadPing(okio.ByteString) +okhttp3.internal.http2.Http2Connection: void close(okhttp3.internal.http2.ErrorCode,okhttp3.internal.http2.ErrorCode) +com.google.android.material.R$attr: int waveDecay +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Body2 +android.didikee.donate.R$id: int expand_activities_button +android.didikee.donate.R$id: int search_button +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_5 +com.bumptech.glide.R$id: int icon_group +wangdaye.com.geometricweather.R$attr: int switchTextAppearance +wangdaye.com.geometricweather.R$drawable: int weather_hail_2 +androidx.appcompat.R$style: int ThemeOverlay_AppCompat_DayNight +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: io.reactivex.internal.util.AtomicThrowable errors +okhttp3.internal.cache.DiskLruCache$1 +com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_text_color_selector +androidx.lifecycle.ReportFragment$ActivityInitializationListener +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void rstStream(int,okhttp3.internal.http2.ErrorCode) +cyanogenmod.app.IPartnerInterface$Stub$Proxy: void setAirplaneModeEnabled(boolean) +io.reactivex.Observable: io.reactivex.Observable observeOn(io.reactivex.Scheduler,boolean) +androidx.appcompat.resources.R$id: int accessibility_custom_action_25 +android.didikee.donate.R$styleable: int AppCompatTheme_colorControlHighlight +com.google.android.material.R$styleable: int KeyTimeCycle_motionProgress +wangdaye.com.geometricweather.R$id: int fragment_drawer +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable +com.xw.repo.bubbleseekbar.R$style: int Base_V7_Widget_AppCompat_EditText +android.support.v4.os.IResultReceiver$Stub$Proxy: android.os.IBinder mRemote +androidx.hilt.lifecycle.R$anim: int fragment_close_enter +androidx.core.R$styleable: int GradientColor_android_startX +com.turingtechnologies.materialscrollbar.R$layout: int design_bottom_navigation_item +androidx.appcompat.R$style: int Widget_AppCompat_ActivityChooserView +wangdaye.com.geometricweather.R$style: int spinner_item +androidx.swiperefreshlayout.R$styleable: int GradientColor_android_endColor +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_RC4_128_SHA +wangdaye.com.geometricweather.R$attr: int fontProviderQuery +cyanogenmod.profiles.LockSettings: void writeToParcel(android.os.Parcel,int) +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: java.lang.String ShortPhrase +okhttp3.ConnectionPool: int maxIdleConnections +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_android_thumb +wangdaye.com.geometricweather.R$string: int character_counter_content_description +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: io.reactivex.internal.disposables.SequentialDisposable upstream +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: wangdaye.com.geometricweather.db.entities.ChineseCityEntity readEntity(android.database.Cursor,int) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_60 +cyanogenmod.externalviews.ExternalViewProviderService: boolean DEBUG +androidx.preference.R$dimen: int abc_dropdownitem_text_padding_left +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_107 +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: void dispose() +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean requestDismiss() +com.google.android.material.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha +com.google.android.material.R$styleable: int[] Constraint +androidx.cardview.R$styleable: int CardView_cardElevation +androidx.appcompat.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored +wangdaye.com.geometricweather.R$id: int dialog_adaptive_icon_title +com.google.android.material.R$layout: int abc_action_menu_item_layout +com.turingtechnologies.materialscrollbar.R$interpolator: int mtrl_fast_out_slow_in +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.AbstractDaoSession session +androidx.customview.R$styleable: int[] FontFamilyFont +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored +okhttp3.internal.connection.RealConnection: okhttp3.internal.ws.RealWebSocket$Streams newWebSocketStreams(okhttp3.internal.connection.StreamAllocation) +com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_radio_material +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorTextAppearance +androidx.vectordrawable.R$style: int TextAppearance_Compat_Notification +wangdaye.com.geometricweather.search.LoadableLocationList$Status: wangdaye.com.geometricweather.search.LoadableLocationList$Status LOADING +com.google.android.material.R$styleable: int Layout_android_layout_marginStart +androidx.preference.UnPressableLinearLayout +android.didikee.donate.R$style: int Base_Widget_AppCompat_SeekBar_Discrete +cyanogenmod.app.ProfileManager: java.util.UUID NO_PROFILE +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean visibility +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Metric +com.bumptech.glide.load.resource.bitmap.DefaultImageHeaderParser$Reader$EndOfFileException: DefaultImageHeaderParser$Reader$EndOfFileException() +wangdaye.com.geometricweather.R$style: int Widget_Design_FloatingActionButton +wangdaye.com.geometricweather.R$drawable: int abc_action_bar_item_background_material +james.adaptiveicon.R$style: int Widget_AppCompat_Spinner +androidx.recyclerview.R$id: int actions +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableTopCompat +james.adaptiveicon.R$attr: int navigationIcon +wangdaye.com.geometricweather.R$attr: int preferenceFragmentStyle +com.xw.repo.bubbleseekbar.R$id: int progress_circular +com.google.android.material.R$attr: int colorPrimaryVariant +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ImageButton +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setUrl(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean) +com.google.android.material.R$styleable: int PropertySet_android_visibility +com.xw.repo.bubbleseekbar.R$attr: int fontWeight +com.github.rahatarmanahmed.cpv.CircularProgressView$4: void onAnimationUpdate(android.animation.ValueAnimator) +cyanogenmod.app.ThemeVersion$ThemeVersionImpl2: java.util.ArrayList cVersions +okio.Buffer: int readUtf8CodePoint() +androidx.hilt.lifecycle.R$dimen: int notification_action_text_size +wangdaye.com.geometricweather.R$id: int notification_base_realtimeTemp +com.google.android.material.R$styleable: int AppCompatTheme_borderlessButtonStyle +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay TAG_AIR_QUALITY +okhttp3.internal.http2.Hpack$Reader: int evictToRecoverBytes(int) +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabGravity +com.google.android.material.R$styleable: int TabItem_android_text +cyanogenmod.weather.WeatherInfo: boolean access$000(int) +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area$LastAction: java.lang.String Localized +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.appcompat.widget.AppCompatCheckBox: void setSupportBackgroundTintList(android.content.res.ColorStateList) +androidx.appcompat.widget.Toolbar: void setTitleTextColor(android.content.res.ColorStateList) +com.jaredrummler.android.colorpicker.R$color: int primary_material_light +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX +com.bumptech.glide.Registry$NoImageHeaderParserException +androidx.constraintlayout.widget.R$styleable: int PopupWindowBackgroundState_state_above_anchor +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_LIVE_LOCK_SCREEN +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Imperial: int UnitType +androidx.appcompat.R$color: int bright_foreground_inverse_material_light +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Imperial: java.lang.String Unit +okhttp3.OkHttpClient: int connectTimeout +androidx.vectordrawable.animated.R$dimen: int notification_main_column_padding_top +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum: double Value +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Display4 +com.google.android.material.R$attr: int layout_constraintRight_toRightOf +androidx.preference.R$styleable: int ActionBar_contentInsetStartWithNavigation +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.Property getPkProperty() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric: AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric() +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_thumbTextPadding +androidx.dynamicanimation.R$styleable: int GradientColor_android_startX +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition +com.google.android.material.R$styleable: int AppCompatTheme_actionBarTabTextStyle +io.reactivex.internal.util.VolatileSizeArrayList: boolean contains(java.lang.Object) +com.bumptech.glide.integration.okhttp.R$id: int tag_unhandled_key_listeners +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: java.util.concurrent.atomic.AtomicLong requested +wangdaye.com.geometricweather.R$styleable: int Toolbar_navigationContentDescription +androidx.appcompat.R$layout: int abc_alert_dialog_title_material +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: boolean isPrecipitation() +okhttp3.internal.cache.CacheInterceptor$1: okio.BufferedSink val$cacheBody +com.google.android.material.R$id: int mtrl_picker_text_input_range_start +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_textEndPadding +androidx.recyclerview.R$drawable: int notification_template_icon_low_bg androidx.viewpager.widget.ViewPager: void setOnPageChangeListener(androidx.viewpager.widget.ViewPager$OnPageChangeListener) -com.google.android.gms.base.R$styleable: int SignInButton_colorScheme -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TimePicker_Display_TextInputEditText -okhttp3.Response: okhttp3.ResponseBody body() -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableEndCompat -cyanogenmod.app.PartnerInterface: void setMobileDataEnabled(boolean) -android.didikee.donate.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle -android.didikee.donate.R$styleable: int MenuItem_showAsAction -okhttp3.Headers$Builder: okhttp3.Headers$Builder set(java.lang.String,java.util.Date) -android.didikee.donate.R$layout: int abc_expanded_menu_layout -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge -okhttp3.internal.cache.DiskLruCache$3: DiskLruCache$3(okhttp3.internal.cache.DiskLruCache) -com.bumptech.glide.load.engine.DecodeJob$RunReason: com.bumptech.glide.load.engine.DecodeJob$RunReason[] values() -androidx.lifecycle.ComputableLiveData: java.lang.Object compute() -androidx.preference.R$attr: int dividerHorizontal -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: io.reactivex.functions.Predicate predicate -com.google.android.material.R$styleable: int AppCompatTheme_ratingBarStyleIndicator -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_73 -androidx.preference.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle -com.google.android.material.R$style: int Base_TextAppearance_AppCompat -com.google.android.material.internal.ForegroundLinearLayout: void setForeground(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setDbz(java.lang.Integer) -wangdaye.com.geometricweather.R$array: int location_services -androidx.constraintlayout.widget.R$styleable: int[] GradientColorItem -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PressureTendency PressureTendency -androidx.activity.R$styleable: int GradientColor_android_tileMode -okhttp3.MultipartBody$Part: okhttp3.Headers headers() -io.reactivex.Observable: io.reactivex.Observable retryWhen(io.reactivex.functions.Function) -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable -androidx.fragment.app.Fragment$SavedState: android.os.Parcelable$Creator CREATOR -com.google.android.material.R$styleable: int KeyAttribute_transitionPathRotate -com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_transparent_bg_color -com.google.android.material.internal.ForegroundLinearLayout: android.graphics.drawable.Drawable getForeground() -io.reactivex.Observable: io.reactivex.Observable doOnDispose(io.reactivex.functions.Action) -cyanogenmod.weather.WeatherInfo$Builder: long mTimestamp -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title -okio.ByteString: long serialVersionUID -okhttp3.internal.http2.Huffman: Huffman() -okhttp3.RealCall: boolean forWebSocket -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: java.lang.String getEn_US() -com.bumptech.glide.load.engine.GlideException: java.lang.String detailMessage -androidx.preference.R$style: int Preference_SeekBarPreference -com.jaredrummler.android.colorpicker.R$attr: int ttcIndex -androidx.drawerlayout.R$attr: int alpha -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -retrofit2.ParameterHandler$Header: java.lang.String name -androidx.appcompat.widget.ActionMenuView: ActionMenuView(android.content.Context) -com.google.gson.stream.JsonReader: void skipToEndOfLine() -com.google.android.material.card.MaterialCardView: void setCheckedIconSize(int) -com.google.android.material.R$styleable: int NavigationView_shapeAppearance -androidx.activity.R$id: int accessibility_custom_action_18 -cyanogenmod.externalviews.IExternalViewProvider: void onPause() -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) -android.didikee.donate.R$styleable: int AppCompatTheme_colorPrimaryDark -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: java.lang.String getUnit() -io.reactivex.Observable: io.reactivex.Observable throttleFirst(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -io.reactivex.internal.operators.observable.ObservableGroupBy$State: io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver parent -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Toolbar_Surface -wangdaye.com.geometricweather.R$attr: int buttonTintMode -org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database wrap(android.database.sqlite.SQLiteDatabase) -wangdaye.com.geometricweather.R$attr: int cpv_dialogTitle -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_contentInsetStartWithNavigation -okhttp3.internal.http2.Http2Codec: java.util.List HTTP_2_SKIPPED_REQUEST_HEADERS -androidx.appcompat.R$styleable: int Toolbar_popupTheme -cyanogenmod.externalviews.KeyguardExternalView$2: boolean requestDismissAndStartActivity(android.content.Intent) -androidx.recyclerview.R$id: int info -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_day_today_stroke -com.google.android.material.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_tooltipForegroundColor -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeTotalPrecipitation() -androidx.appcompat.resources.R$id: int time -com.bumptech.glide.integration.okhttp.R$color: int notification_icon_bg_color -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: void setFitSide(int) -cyanogenmod.themes.ThemeManager$ThemeChangeListener: void onFinish(boolean) -com.bumptech.glide.integration.okhttp.R$id: int glide_custom_view_target_tag -wangdaye.com.geometricweather.R$attr: int customStringValue -cyanogenmod.app.IPartnerInterface$Stub$Proxy: boolean setZenMode(int) -androidx.appcompat.R$style: int Base_Widget_AppCompat_Button_Small -com.google.android.material.R$attr: int sliderStyle -wangdaye.com.geometricweather.R$styleable: int KeyPosition_drawPath -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedNoLast: void complete() -wangdaye.com.geometricweather.R$attr: int lineHeight -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property District -retrofit2.ParameterHandler$RawPart: void apply(retrofit2.RequestBuilder,okhttp3.MultipartBody$Part) -okhttp3.internal.tls.DistinguishedNameParser: java.lang.String dn -com.google.android.material.R$attr: int collapsedSize -androidx.transition.R$drawable: int notification_bg -com.jaredrummler.android.colorpicker.R$anim: int abc_fade_out -com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_android_ttcIndex -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: ObservableUsing$UsingObserver(io.reactivex.Observer,java.lang.Object,io.reactivex.functions.Consumer,boolean) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void cancel() -androidx.core.R$id: int accessibility_custom_action_10 -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps: int phenomenonId -com.google.android.material.appbar.CollapsingToolbarLayout: void setStatusBarScrimResource(int) -okhttp3.internal.http.RetryAndFollowUpInterceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) -james.adaptiveicon.R$color: int background_floating_material_dark -com.google.android.material.R$style: int Widget_AppCompat_EditText -com.google.android.material.R$attr: int itemShapeAppearanceOverlay -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType UpdateInTxIterable -com.google.android.material.internal.ForegroundLinearLayout: ForegroundLinearLayout(android.content.Context,android.util.AttributeSet) -cyanogenmod.app.IProfileManager$Stub$Proxy: void addNotificationGroup(android.app.NotificationGroup) -james.adaptiveicon.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle -androidx.preference.R$attr: int numericModifiers -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property AqiIndex -com.turingtechnologies.materialscrollbar.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 -retrofit2.OkHttpCall: void enqueue(retrofit2.Callback) -okhttp3.internal.ws.WebSocketWriter$FrameSink: void flush() -android.didikee.donate.R$attr: int windowMinWidthMinor -androidx.constraintlayout.widget.R$styleable: int ActionBar_itemPadding -com.google.gson.stream.JsonWriter: void setIndent(java.lang.String) -io.reactivex.internal.disposables.DisposableHelper: io.reactivex.internal.disposables.DisposableHelper[] values() -androidx.coordinatorlayout.R$id: int accessibility_custom_action_22 -com.turingtechnologies.materialscrollbar.R$attr: int itemSpacing -cyanogenmod.app.ThemeVersion: int getVersion() -okhttp3.Cookie: java.lang.String name -androidx.recyclerview.widget.RecyclerView: void setPreserveFocusAfterLayout(boolean) -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_Alert -com.google.android.material.R$string: int chip_text -com.xw.repo.bubbleseekbar.R$attr: int buttonIconDimen -androidx.constraintlayout.widget.R$attr: int layout_constraintTag -okhttp3.internal.http2.Hpack -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Imperial -com.jaredrummler.android.colorpicker.R$attr: int progressBarPadding -androidx.constraintlayout.widget.VirtualLayout: VirtualLayout(android.content.Context,android.util.AttributeSet,int) -okhttp3.MultipartBody: java.lang.StringBuilder appendQuotedString(java.lang.StringBuilder,java.lang.String) -android.didikee.donate.R$id: int action_text -com.google.android.material.bottomnavigation.BottomNavigationView$SavedState -androidx.constraintlayout.widget.R$styleable: int MotionTelltales_telltales_tailScale -androidx.preference.R$id: int title -androidx.viewpager.R$drawable: int notification_template_icon_bg -wangdaye.com.geometricweather.R$color: int mtrl_bottom_nav_ripple_color -okhttp3.Protocol: okhttp3.Protocol SPDY_3 -wangdaye.com.geometricweather.R$id: int container_main_header_aqiOrWindTxt -wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Date -okhttp3.internal.Util: okio.ByteString UTF_16_BE_BOM -com.google.android.material.R$styleable: int KeyTimeCycle_android_scaleY -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$LocalSource -com.google.android.material.R$styleable: int[] FlowLayout -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.jaredrummler.android.colorpicker.R$styleable: int ListPreference_android_entries -wangdaye.com.geometricweather.R$id: int textSpacerNoTitle -okhttp3.internal.Util: int delimiterOffset(java.lang.String,int,int,java.lang.String) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_AUTO_OUTDOOR_MODE_VALIDATOR -org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database getEncryptedReadableDb(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_seek_by_section -androidx.preference.R$drawable: int abc_list_selector_holo_dark -okio.GzipSource: java.util.zip.CRC32 crc -wangdaye.com.geometricweather.R$styleable: int[] CheckBoxPreference +wangdaye.com.geometricweather.R$string: int feedback_align_end +wangdaye.com.geometricweather.R$attr: int chipSpacingHorizontal +com.google.android.material.R$attr: int logoDescription +wangdaye.com.geometricweather.R$id: int widget_trend_daily_item_4 +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity +android.didikee.donate.R$drawable: int abc_cab_background_top_mtrl_alpha +androidx.recyclerview.R$id: int italic +androidx.loader.R$dimen: int notification_media_narrow_margin +android.didikee.donate.R$dimen: int abc_disabled_alpha_material_light +androidx.appcompat.widget.AppCompatAutoCompleteTextView: android.content.res.ColorStateList getSupportBackgroundTintList() +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: int val$width +com.turingtechnologies.materialscrollbar.R$id: int wrap_content +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int AQI_INDEX_1 +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_thumb_text_size +com.google.android.material.R$string: int abc_menu_sym_shortcut_label +james.adaptiveicon.R$attr: int actionOverflowMenuStyle +androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy +com.google.android.material.R$anim: int btn_radio_to_off_mtrl_dot_group_animation +com.turingtechnologies.materialscrollbar.R$drawable: int abc_cab_background_top_mtrl_alpha +okhttp3.internal.Util: java.util.List immutableList(java.lang.Object[]) +okhttp3.internal.http.HttpMethod: boolean requiresRequestBody(java.lang.String) +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DialogWhenLarge +com.google.android.material.R$attr: int listItemLayout +io.reactivex.internal.observers.BasicIntQueueDisposable: long serialVersionUID +wangdaye.com.geometricweather.R$attr: int cornerSizeTopRight +com.xw.repo.bubbleseekbar.R$attr: int logo +okhttp3.internal.tls.BasicCertificateChainCleaner: okhttp3.internal.tls.TrustRootIndex trustRootIndex +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_mini_grey +androidx.appcompat.R$styleable: int AppCompatTheme_actionModeBackground +androidx.constraintlayout.widget.R$styleable: int Spinner_android_prompt +wangdaye.com.geometricweather.db.entities.AlertEntity: void setDescription(java.lang.String) +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver +okio.Sink: void write(okio.Buffer,long) +com.google.android.material.R$styleable: int CoordinatorLayout_Layout_layout_anchor +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setProgressBackgroundColor(int) +okhttp3.internal.http.RealInterceptorChain: okhttp3.Request request +android.didikee.donate.R$drawable: int abc_text_select_handle_middle_mtrl_dark +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: int fusionMode +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorControlNormal +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +com.google.android.material.textview.MaterialTextView: MaterialTextView(android.content.Context,android.util.AttributeSet,int) +androidx.lifecycle.SavedStateHandle: androidx.lifecycle.SavedStateHandle createHandle(android.os.Bundle,android.os.Bundle) +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem +wangdaye.com.geometricweather.R$layout: int mtrl_calendar_day_of_week +com.google.android.material.R$color: int bright_foreground_inverse_material_light +com.jaredrummler.android.colorpicker.R$attr: int paddingBottomNoButtons +androidx.preference.R$id: int fragment_container_view_tag +androidx.constraintlayout.widget.R$styleable: int SearchView_layout +okhttp3.internal.http2.Http2Connection: java.util.concurrent.ExecutorService access$400() +okhttp3.internal.http2.Http2Connection$3: okhttp3.internal.http2.Http2Connection this$0 +cyanogenmod.providers.CMSettings$Secure$1: java.lang.String mDelimiter +androidx.swiperefreshlayout.R$styleable: int ColorStateListItem_android_alpha +com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableItem_android_id +com.jaredrummler.android.colorpicker.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog +com.google.android.material.R$attr: int actionModePopupWindowStyle +james.adaptiveicon.R$dimen: int abc_text_size_medium_material +wangdaye.com.geometricweather.R$id: int action_bar_title +com.google.android.material.R$style: int Widget_MaterialComponents_Chip_Choice +com.turingtechnologies.materialscrollbar.R$styleable: int[] CoordinatorLayout +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_splitTrack +com.turingtechnologies.materialscrollbar.R$animator: int mtrl_btn_state_list_anim +com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_statusBarBackground +androidx.viewpager.R$styleable: int FontFamily_fontProviderFetchTimeout +james.adaptiveicon.R$styleable: int CompoundButton_buttonTint +androidx.appcompat.R$style: int TextAppearance_AppCompat_Display3 +androidx.constraintlayout.widget.R$attr: int customColorDrawableValue +cyanogenmod.app.IProfileManager$Stub$Proxy: boolean removeProfile(cyanogenmod.app.Profile) +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat +cyanogenmod.app.CustomTileListenerService: java.lang.String access$200(cyanogenmod.app.CustomTileListenerService) +com.google.android.material.R$styleable: int FloatingActionButton_fabSize +james.adaptiveicon.R$style: int Theme_AppCompat_Light_Dialog +com.google.android.material.R$styleable: int CoordinatorLayout_statusBarBackground +io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: boolean won +androidx.appcompat.resources.R$attr: R$attr() +wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: void setBackgroundColorEnd(int) +com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_elevation +james.adaptiveicon.R$styleable: int[] AlertDialog +wangdaye.com.geometricweather.R$attr: int behavior_expandedOffset +okio.Pipe$PipeSink: void flush() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Metric: double Value +cyanogenmod.weatherservice.ServiceRequestResult: java.util.List access$302(cyanogenmod.weatherservice.ServiceRequestResult,java.util.List) +androidx.appcompat.R$styleable: int CompoundButton_buttonCompat +io.reactivex.internal.subscriptions.SubscriptionArbiter: void setSubscription(org.reactivestreams.Subscription) +androidx.swiperefreshlayout.R$integer +androidx.preference.R$attr: int disableDependentsState +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: int size +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModePasteDrawable +com.google.android.material.R$attr: int placeholderTextColor +wangdaye.com.geometricweather.R$integer: int cancel_button_image_alpha +wangdaye.com.geometricweather.R$transition: int search_activity_shared_enter +androidx.appcompat.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha +wangdaye.com.geometricweather.R$color: int lightPrimary_3 +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: java.lang.String iconUrl +retrofit2.BuiltInConverters$StreamingResponseBodyConverter: BuiltInConverters$StreamingResponseBodyConverter() +wangdaye.com.geometricweather.R$drawable: int weather_cloudy_mini_dark +cyanogenmod.weatherservice.WeatherProviderService: cyanogenmod.weatherservice.IWeatherProviderService$Stub mBinder +com.google.android.material.R$styleable: int MockView_mock_label +okio.GzipSource: okio.BufferedSource source +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode +com.google.android.gms.location.LocationSettingsRequest: android.os.Parcelable$Creator CREATOR +com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_padding_top_material +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getUnitId() +androidx.constraintlayout.widget.R$attr: int autoCompleteTextViewStyle +androidx.lifecycle.Transformations$2$1: Transformations$2$1(androidx.lifecycle.Transformations$2) +com.google.android.material.button.MaterialButton: void setInternalBackground(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: java.util.List getValue() +okhttp3.Cookie$Builder: java.lang.String domain +androidx.hilt.work.R$styleable: int GradientColor_android_startColor +io.reactivex.Observable: io.reactivex.Observable doOnComplete(io.reactivex.functions.Action) +com.bumptech.glide.MemoryCategory: com.bumptech.glide.MemoryCategory valueOf(java.lang.String) +okio.BufferedSink: okio.BufferedSink writeByte(int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Imperial +com.github.rahatarmanahmed.cpv.CircularProgressView: int animSwoopDuration +wangdaye.com.geometricweather.R$drawable: int weather_thunder_1 +okhttp3.OkHttpClient$Builder: okhttp3.EventListener$Factory eventListenerFactory +com.turingtechnologies.materialscrollbar.R$anim: int abc_slide_in_top +androidx.coordinatorlayout.R$id: int left +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day Day +wangdaye.com.geometricweather.R$drawable: int weather_clear_night_mini_dark +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small +androidx.viewpager.R$styleable: int GradientColor_android_gradientRadius +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeIcePrecipitation() +james.adaptiveicon.R$color: int ripple_material_dark +androidx.preference.R$style: int Base_ThemeOverlay_AppCompat_Light +androidx.core.R$color: int notification_icon_bg_color +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder encodedFragment(java.lang.String) +com.xw.repo.bubbleseekbar.R$attr: int panelMenuListWidth +cyanogenmod.app.ILiveLockScreenManagerProvider: boolean unregisterChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) +okhttp3.Address: javax.net.ssl.HostnameVerifier hostnameVerifier +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType Insert +com.google.android.material.R$animator: int mtrl_extended_fab_hide_motion_spec +cyanogenmod.power.IPerformanceManager$Stub$Proxy: int getNumberOfProfiles() +wangdaye.com.geometricweather.R$string: int key_exchange_day_night_temp_switch +cyanogenmod.weatherservice.ServiceRequestResult: void writeToParcel(android.os.Parcel,int) +androidx.preference.R$attr: int editTextStyle +wangdaye.com.geometricweather.R$attr: int chipSurfaceColor +org.greenrobot.greendao.database.DatabaseOpenHelper: boolean loadSQLCipherNativeLibs +com.google.android.material.R$style: int TextAppearance_AppCompat_Title_Inverse +wangdaye.com.geometricweather.R$plurals: int mtrl_badge_content_description +androidx.hilt.work.R$styleable: int FontFamily_fontProviderFetchStrategy +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_58 +com.google.android.material.R$dimen: int material_text_view_test_line_height +com.jaredrummler.android.colorpicker.R$string: int abc_menu_meta_shortcut_label +androidx.hilt.R$anim: int fragment_open_enter +okhttp3.internal.http2.Http2Connection$3: Http2Connection$3(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[]) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Rain: int UnitType +okhttp3.internal.http2.Header: okio.ByteString RESPONSE_STATUS +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeCutDrawable +wangdaye.com.geometricweather.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset +androidx.appcompat.R$style: int TextAppearance_AppCompat_Large +cyanogenmod.app.CustomTile$ExpandedItem: void internalSetItemBitmap(android.graphics.Bitmap) +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) +androidx.constraintlayout.widget.R$styleable: int SearchView_goIcon +wangdaye.com.geometricweather.R$id: int notification_multi_city_1 +wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property NighttimeTemperature +com.google.android.material.chip.ChipGroup: ChipGroup(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.widget.R$attr: int actionBarTabTextStyle +wangdaye.com.geometricweather.R$string: int content_des_delete_flag +okhttp3.internal.http2.Huffman +wangdaye.com.geometricweather.common.basic.models.weather.Weather: boolean isValid(float) +okhttp3.internal.http2.Http2Connection$1: int val$streamId +android.didikee.donate.R$id: int action_bar_spinner +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult: wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation observation +androidx.vectordrawable.R$styleable: int GradientColor_android_tileMode +okhttp3.internal.http2.Http2Writer: void synReply(boolean,int,java.util.List) +com.bumptech.glide.integration.okhttp.R$attr: int fontVariationSettings +androidx.transition.R$drawable: int notification_bg_low_normal +io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(io.reactivex.Scheduler) +com.google.android.material.chip.Chip: float getChipMinHeight() +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String getCityId() +okhttp3.HttpUrl: int hashCode() +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxStrokeColor +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintVertical_weight +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constrainedWidth +okhttp3.internal.http2.Http2Codec: okhttp3.internal.connection.StreamAllocation streamAllocation +okhttp3.Handshake: java.util.List peerCertificates +androidx.constraintlayout.widget.R$id: int packed +com.google.android.material.R$styleable: int AnimatedStateListDrawableItem_android_drawable +wangdaye.com.geometricweather.R$drawable: int weather_rain_mini_grey +com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_fontStyle +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void runAsync() +com.turingtechnologies.materialscrollbar.R$styleable: int ActionMode_titleTextStyle +james.adaptiveicon.R$attr: int imageButtonStyle +wangdaye.com.geometricweather.R$styleable: int PreferenceFragmentCompat_allowDividerAfterLastItem +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_TabText +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Imperial +james.adaptiveicon.R$id: int search_close_btn +wangdaye.com.geometricweather.R$attr: int pivotAnchor +androidx.viewpager2.R$id: int line1 +okio.GzipSink: void flush() +com.xw.repo.bubbleseekbar.R$attr: int defaultQueryHint +io.reactivex.internal.util.VolatileSizeArrayList: boolean removeAll(java.util.Collection) +androidx.drawerlayout.R$id: int icon_group +okhttp3.internal.http1.Http1Codec$ChunkedSource: Http1Codec$ChunkedSource(okhttp3.internal.http1.Http1Codec,okhttp3.HttpUrl) +com.google.android.material.R$id: int time +androidx.preference.R$styleable: int DialogPreference_dialogLayout +wangdaye.com.geometricweather.R$drawable: int notif_temp_53 +androidx.preference.R$id: int multiply +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_icon_text_spacing +androidx.preference.R$dimen: int abc_button_inset_vertical_material +com.xw.repo.bubbleseekbar.R$string com.bumptech.glide.integration.okhttp.R$styleable: int[] ColorStateListItem -androidx.constraintlayout.widget.R$attr: int waveDecay -wangdaye.com.geometricweather.settings.dialogs.RunningInBackgroundDialog: RunningInBackgroundDialog() -androidx.preference.R$styleable: int FragmentContainerView_android_tag -cyanogenmod.power.PerformanceManager: int PROFILE_POWER_SAVE -androidx.appcompat.widget.Toolbar: Toolbar(android.content.Context,android.util.AttributeSet) -io.reactivex.Observable: io.reactivex.Observable mergeArray(int,int,io.reactivex.ObservableSource[]) -androidx.appcompat.widget.FitWindowsFrameLayout -com.jaredrummler.android.colorpicker.R$color: int background_material_light -com.google.android.material.R$attr: int dayInvalidStyle -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: void enqueueLiveLockScreen(java.lang.String,int,cyanogenmod.app.LiveLockScreenInfo,int[],int) -androidx.vectordrawable.R$layout: int notification_template_part_chronometer -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub -androidx.constraintlayout.motion.widget.MotionLayout: void setTransitionListener(androidx.constraintlayout.motion.widget.MotionLayout$TransitionListener) -androidx.swiperefreshlayout.R$color: int secondary_text_default_material_light -wangdaye.com.geometricweather.R$attr: int listItemLayout -wangdaye.com.geometricweather.R$styleable: int Toolbar_titleMarginStart -com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_image_size -android.didikee.donate.R$color: int abc_background_cache_hint_selector_material_dark -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Dialog -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: java.util.List hourly_forecast -wangdaye.com.geometricweather.R$id: int mtrl_picker_title_text -io.reactivex.internal.observers.InnerQueuedObserver: void onNext(java.lang.Object) -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_chainStyle -com.google.android.gms.common.api.Scope: android.os.Parcelable$Creator CREATOR -james.adaptiveicon.R$styleable: int AppCompatTheme_tooltipFrameBackground -retrofit2.ParameterHandler$Field: retrofit2.Converter valueConverter -io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: long serialVersionUID -wangdaye.com.geometricweather.R$style: int Preference_Category -cyanogenmod.power.IPerformanceManager$Stub$Proxy: boolean getProfileHasAppProfiles(int) -com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage ENCODE -androidx.activity.R$id: int right_icon -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Metric Metric -com.google.android.material.R$color: int design_dark_default_color_on_secondary -com.google.android.material.R$id: int text_input_error_icon -com.google.gson.stream.JsonReader: java.lang.String toString() -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionButton_Overflow -wangdaye.com.geometricweather.R$string: int abc_searchview_description_query -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Body1 -com.xw.repo.bubbleseekbar.R$styleable: int View_paddingEnd -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void drainLoop() -wangdaye.com.geometricweather.R$style: int PreferenceFragment -com.jaredrummler.android.colorpicker.R$anim: R$anim() -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: long serialVersionUID -androidx.work.Worker: Worker(android.content.Context,androidx.work.WorkerParameters) -cyanogenmod.providers.CMSettings$Global: cyanogenmod.providers.CMSettings$NameValueCache sNameValueCache -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language DUTCH -io.reactivex.Observable: io.reactivex.Observable timestamp(java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -android.support.v4.os.ResultReceiver: int describeContents() -com.google.android.material.R$color: int design_default_color_primary_dark -com.google.gson.stream.JsonReader: void beginArray() -androidx.constraintlayout.widget.R$dimen: int abc_list_item_height_material -androidx.appcompat.widget.SwitchCompat: void setShowText(boolean) -com.google.android.material.R$id: int accessibility_custom_action_27 -wangdaye.com.geometricweather.R$attr: int colorPrimaryVariant -james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemIconSize -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: void setEn_US(java.lang.String) -androidx.drawerlayout.R$id: int normal -androidx.appcompat.R$style: int Base_Theme_AppCompat_DialogWhenLarge -androidx.constraintlayout.widget.R$styleable: int ActionBar_customNavigationLayout -okhttp3.CertificatePinner: void check(java.lang.String,java.util.List) -androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour: androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour FIXED -com.xw.repo.bubbleseekbar.R$dimen: int compat_button_inset_horizontal_material -cyanogenmod.externalviews.ExternalView$2: cyanogenmod.externalviews.ExternalView this$0 -androidx.lifecycle.Transformations$1 -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_titleCondensed -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Long readKey(android.database.Cursor,int) -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_bubble_text_size -androidx.preference.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric: AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric() -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_elevation -cyanogenmod.externalviews.ExternalView$2: boolean val$visible -androidx.hilt.lifecycle.R$style: int TextAppearance_Compat_Notification_Info -wangdaye.com.geometricweather.R$color: int abc_primary_text_disable_only_material_dark -com.google.android.gms.common.api.GoogleApiActivity: GoogleApiActivity() -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_3 -androidx.constraintlayout.widget.R$styleable: int[] MotionTelltales -com.google.android.material.R$attr: int layout_editor_absoluteX -cyanogenmod.weather.WeatherInfo$Builder: double mWindDirection -james.adaptiveicon.R$layout: int support_simple_spinner_dropdown_item -wangdaye.com.geometricweather.R$styleable: int Transform_android_scaleY -com.xw.repo.bubbleseekbar.R$attr: int backgroundTintMode -androidx.constraintlayout.widget.R$attr: int paddingStart -androidx.core.R$dimen: int notification_big_circle_margin -wangdaye.com.geometricweather.R$string: int fab_transformation_sheet_behavior -wangdaye.com.geometricweather.R$drawable: int shortcuts_clear_night -okhttp3.internal.cache.DiskLruCache$3: boolean hasNext() -wangdaye.com.geometricweather.R$color: int design_dark_default_color_on_secondary -com.google.gson.internal.LinkedTreeMap: boolean containsKey(java.lang.Object) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ActionBar_Surface -wangdaye.com.geometricweather.R$attr: int fabAlignmentMode -cyanogenmod.app.Profile: int mProfileType -com.google.android.material.R$color: int mtrl_indicator_text_color -wangdaye.com.geometricweather.R$color: int material_deep_teal_200 -android.didikee.donate.R$drawable: int abc_ic_star_half_black_48dp -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_star_half_black_16dp -cyanogenmod.weather.CMWeatherManager: cyanogenmod.weather.CMWeatherManager sInstance -com.google.android.material.R$styleable: int[] ShapeableImageView -androidx.preference.R$styleable: int StateListDrawable_android_dither -androidx.constraintlayout.widget.R$color: int secondary_text_default_material_dark -com.google.android.material.R$styleable: int KeyTrigger_motion_postLayoutCollision -android.didikee.donate.R$string: int search_menu_title -androidx.recyclerview.R$id: int right_side -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver -com.jaredrummler.android.colorpicker.R$color: int material_blue_grey_800 -okhttp3.internal.http2.Http2Codec: java.lang.String TE -com.bumptech.glide.integration.okhttp.R$dimen: int notification_right_side_padding_top -wangdaye.com.geometricweather.R$layout: int item_line -android.didikee.donate.R$styleable: int TextAppearance_android_shadowColor -com.google.android.material.R$styleable: int Layout_layout_constraintGuide_end -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$8: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 -com.bumptech.glide.R$dimen: int notification_big_circle_margin -androidx.appcompat.R$styleable: int LinearLayoutCompat_Layout_android_layout_height -com.google.android.material.chip.Chip: float getIconStartPadding() -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Title_Inverse -com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy LOWER_CASE_WITH_DASHES -wangdaye.com.geometricweather.remoteviews.config.ClockDayWeekWidgetConfigActivity -wangdaye.com.geometricweather.R$styleable: int KeyCycle_transitionPathRotate -okhttp3.internal.cache.CacheRequest: okio.Sink body() -com.turingtechnologies.materialscrollbar.R$attr: int ttcIndex -com.google.android.material.chip.Chip: float getChipIconSize() -wangdaye.com.geometricweather.R$drawable: int shortcuts_snow -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_BottomNavigationView_Colored -com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableCompat_android_visible -com.turingtechnologies.materialscrollbar.Indicator: int getTextSize() -com.google.android.material.textfield.TextInputLayout: void setTypeface(android.graphics.Typeface) -okhttp3.Interceptor$Chain: okhttp3.Interceptor$Chain withReadTimeout(int,java.util.concurrent.TimeUnit) -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_paddingLeft -okhttp3.internal.http2.Header: java.lang.String TARGET_SCHEME_UTF8 -wangdaye.com.geometricweather.common.basic.GeoViewModel: GeoViewModel(android.app.Application) -cyanogenmod.externalviews.ExternalView$5 -com.turingtechnologies.materialscrollbar.R$attr: int colorError -retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter: java.lang.Object adapt(retrofit2.Call) -com.google.android.material.R$style: int Base_Theme_MaterialComponents_CompactMenu -wangdaye.com.geometricweather.R$color: int design_dark_default_color_on_error -com.xw.repo.bubbleseekbar.R$attr: int colorControlActivated -wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_light_focused -androidx.preference.R$color: int abc_search_url_text_selected -androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionButton -androidx.hilt.R$id: int info -wangdaye.com.geometricweather.R$attr: int checkedChip -okhttp3.internal.http2.Http2: byte TYPE_RST_STREAM -okhttp3.internal.http.RealInterceptorChain: okhttp3.internal.http.HttpCodec httpCodec -cyanogenmod.app.ProfileManager: void setActiveProfile(java.util.UUID) -wangdaye.com.geometricweather.R$drawable: int abc_spinner_textfield_background_material -wangdaye.com.geometricweather.R$drawable: int material_ic_edit_black_24dp -androidx.constraintlayout.widget.R$attr: int customDimension -androidx.preference.R$drawable: int abc_ic_menu_cut_mtrl_alpha -okhttp3.internal.tls.BasicCertificateChainCleaner: int hashCode() -com.google.android.material.R$dimen: int tooltip_precise_anchor_threshold -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_selectableItemBackground -wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge -retrofit2.ServiceMethod: retrofit2.ServiceMethod parseAnnotations(retrofit2.Retrofit,java.lang.reflect.Method) -io.reactivex.internal.observers.ForEachWhileObserver: boolean done -com.google.android.material.R$id: int test_radiobutton_android_button_tint -wangdaye.com.geometricweather.R$layout: int dialog_adaptive_icon -io.reactivex.Observable: io.reactivex.Single lastOrError() -androidx.preference.R$attr: int barLength -cyanogenmod.app.ProfileManager: cyanogenmod.app.Profile getProfile(java.lang.String) -wangdaye.com.geometricweather.common.ui.widgets.TagView: int getUncheckedBackgroundColor() -androidx.constraintlayout.widget.R$layout: int abc_expanded_menu_layout -com.jaredrummler.android.colorpicker.R$styleable: int[] ActionMenuItemView -io.reactivex.Observable: io.reactivex.Completable flatMapCompletable(io.reactivex.functions.Function,boolean) -androidx.appcompat.R$attr: int switchMinWidth -okhttp3.MultipartBody: java.lang.String boundary() -io.reactivex.Observable: io.reactivex.Observable combineLatestDelayError(java.lang.Iterable,io.reactivex.functions.Function) -io.reactivex.Observable: io.reactivex.Observable doOnEach(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer,io.reactivex.functions.Action,io.reactivex.functions.Action) +androidx.constraintlayout.widget.R$id: int bounce +com.bumptech.glide.integration.okhttp.R$layout: int notification_template_part_time +com.google.android.material.R$styleable: int ConstraintLayout_Layout_barrierMargin +androidx.constraintlayout.widget.R$styleable: int MenuView_android_windowAnimationStyle +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_WITH_DES_CBC_SHA +androidx.constraintlayout.widget.R$dimen: int abc_text_size_display_2_material +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver otherObserver +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource +cyanogenmod.os.Concierge$ParcelInfo: int mSizePosition +androidx.core.R$styleable: int FontFamily_fontProviderQuery +wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTomorrowForecastUpdateService +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_stacked_max_height +cyanogenmod.app.ProfileManager: cyanogenmod.app.ProfileGroup getActiveProfileGroup(java.lang.String) +com.google.android.material.appbar.CollapsingToolbarLayout: android.graphics.drawable.Drawable getStatusBarScrim() +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void runFinally() +com.turingtechnologies.materialscrollbar.R$color: int cardview_shadow_end_color +androidx.preference.R$style: int Base_V7_Theme_AppCompat_Dialog +android.didikee.donate.R$styleable: int Toolbar_title +android.didikee.donate.R$id: int action_menu_presenter +wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_text_dark +wangdaye.com.geometricweather.R$style: int Preference_DialogPreference_Material +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub: cyanogenmod.externalviews.IExternalViewProviderFactory asInterface(android.os.IBinder) +androidx.fragment.R$attr +wangdaye.com.geometricweather.R$styleable: int SearchView_defaultQueryHint +com.jaredrummler.android.colorpicker.R$attr: int initialActivityCount +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onActionModeFinished(android.view.ActionMode) +androidx.hilt.work.R$styleable: int FontFamily_fontProviderQuery +androidx.appcompat.view.menu.MenuPopupHelper +com.google.android.material.R$style: int Theme_MaterialComponents_Light_DialogWhenLarge +cyanogenmod.providers.CMSettings$Secure: long getLongForUser(android.content.ContentResolver,java.lang.String,int) +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit[] values() +okhttp3.ResponseBody: okio.BufferedSource source() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: void setPubTime(java.lang.String) +android.didikee.donate.R$styleable: int ActionBar_background +androidx.constraintlayout.widget.R$dimen: int abc_dialog_title_divider_material +cyanogenmod.externalviews.KeyguardExternalView: android.os.IBinder access$200(cyanogenmod.externalviews.KeyguardExternalView) +com.google.android.material.transformation.ExpandableBehavior +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: io.reactivex.disposables.Disposable upstream +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Small +cyanogenmod.themes.IThemeProcessingListener$Stub$Proxy: android.os.IBinder mRemote +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: java.lang.String UVIndexText +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_creator +com.google.android.material.card.MaterialCardView: int getCheckedIconSize() +com.google.android.material.R$attr: int closeIconVisible +com.google.android.material.R$drawable: int design_ic_visibility +cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_UUID +com.google.android.material.R$id: int animateToEnd +androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_android_fontWeight +androidx.customview.R$dimen: int compat_button_padding_vertical_material +okhttp3.MultipartBody: okhttp3.MediaType contentType +james.adaptiveicon.R$layout: int notification_template_part_time +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setWifiScan(boolean) +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_Light +androidx.legacy.coreutils.R$id: int action_container +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DialogWhenLarge +wangdaye.com.geometricweather.R$style: int TestStyleWithoutLineHeight com.google.android.material.transformation.ExpandableTransformationBehavior -com.jaredrummler.android.colorpicker.R$color: int switch_thumb_material_dark -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: java.util.List alert -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_translationY -com.google.android.material.R$id: int chip -okhttp3.internal.cache.DiskLruCache: void initialize() -androidx.dynamicanimation.R$integer -androidx.appcompat.R$styleable: int AlertDialog_multiChoiceItemLayout -com.xw.repo.bubbleseekbar.R$attr: int buttonTint -androidx.viewpager2.R$id: int icon -com.google.android.gms.common.api.ApiException: com.google.android.gms.common.api.Status mStatus -androidx.appcompat.widget.LinearLayoutCompat: LinearLayoutCompat(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.background.polling.basic.ForegroundUpdateService: ForegroundUpdateService() -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription -retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback: void onResponse(retrofit2.Call,retrofit2.Response) -cyanogenmod.app.Profile$ProfileTrigger$1: cyanogenmod.app.Profile$ProfileTrigger[] newArray(int) -james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_drawableTop -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ListView_DropDown -wangdaye.com.geometricweather.R$string: int abc_shareactionprovider_share_with_application -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_SeekBar_Discrete -androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionBar_TabBar -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Display1 -wangdaye.com.geometricweather.R$attr: int tabSelectedTextColor -androidx.preference.R$styleable: int Preference_android_widgetLayout -wangdaye.com.geometricweather.R$string: int key_refresh_rate -com.turingtechnologies.materialscrollbar.R$anim: int abc_slide_in_bottom -androidx.fragment.R$id -com.google.android.gms.base.R$color: int common_google_signin_btn_text_light_pressed -wangdaye.com.geometricweather.main.Hilt_MainActivity: Hilt_MainActivity() -cyanogenmod.app.ProfileGroup: java.util.UUID mUuid -com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_android_descendantFocusability -io.reactivex.internal.queue.SpscArrayQueue: SpscArrayQueue(int) -com.turingtechnologies.materialscrollbar.R$color: int secondary_text_default_material_light -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_default -androidx.constraintlayout.widget.R$color: int abc_tint_edittext -com.amap.api.fence.PoiItem: double getLatitude() -okhttp3.Callback -io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: ObservableRetryBiPredicate$RetryBiObserver(io.reactivex.Observer,io.reactivex.functions.BiPredicate,io.reactivex.internal.disposables.SequentialDisposable,io.reactivex.ObservableSource) -androidx.preference.R$style: int TextAppearance_AppCompat_Title_Inverse -wangdaye.com.geometricweather.R$string: int feedback_click_toggle -androidx.lifecycle.extensions.R$id: int blocking -james.adaptiveicon.R$attr: int listMenuViewStyle -androidx.preference.R$dimen: int abc_list_item_height_large_material -james.adaptiveicon.R$dimen: int notification_main_column_padding_top -androidx.appcompat.R$style: int TextAppearance_AppCompat_Subhead_Inverse -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: java.lang.String getUnitId() -wangdaye.com.geometricweather.R$id: int action_mode_bar_stub -com.google.android.material.R$attr: int actionModeCopyDrawable -org.greenrobot.greendao.AbstractDao: java.lang.String getTablename() -wangdaye.com.geometricweather.R$styleable: int Chip_closeIconVisible -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_logo -androidx.versionedparcelable.CustomVersionedParcelable: CustomVersionedParcelable() -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_shadowColor -wangdaye.com.geometricweather.R$attr: int editTextStyle -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getThunderstormPrecipitationProbability() -retrofit2.RequestBuilder: void addHeader(java.lang.String,java.lang.String) -okio.DeflaterSink: void deflate(boolean) -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox -com.jaredrummler.android.colorpicker.R$layout: int notification_action -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: void setDirection(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX) -io.reactivex.exceptions.OnErrorNotImplementedException: OnErrorNotImplementedException(java.lang.String,java.lang.Throwable) -android.didikee.donate.R$dimen: int notification_large_icon_width -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType InsertInTxIterable -com.jaredrummler.android.colorpicker.R$styleable: int Preference_shouldDisableView -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintTag -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_android_textOn -androidx.constraintlayout.widget.R$string: int abc_activity_chooser_view_see_all -android.didikee.donate.R$integer: R$integer() -wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_fontVariationSettings -wangdaye.com.geometricweather.R$id: int widget_trend_daily -androidx.appcompat.R$id: int accessibility_custom_action_13 -wangdaye.com.geometricweather.R$styleable: int[] Slider -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval -cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_onResume -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_icon -wangdaye.com.geometricweather.R$attr: int itemHorizontalTranslationEnabled -androidx.viewpager2.R$dimen: int notification_right_icon_size -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -android.didikee.donate.R$layout: int notification_template_icon_group -okhttp3.HttpUrl: java.lang.String FORM_ENCODE_SET -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.util.Date getPubTime() -james.adaptiveicon.R$dimen: int abc_text_size_caption_material -wangdaye.com.geometricweather.R$layout: int preference_list_fragment -androidx.constraintlayout.widget.R$bool: R$bool() -com.jaredrummler.android.colorpicker.R$attr: int buttonTint -androidx.preference.R$layout: int abc_screen_simple_overlay_action_mode -androidx.constraintlayout.widget.R$dimen: int abc_edit_text_inset_horizontal_material -android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu -io.reactivex.internal.disposables.DisposableHelper: boolean set(java.util.concurrent.atomic.AtomicReference,io.reactivex.disposables.Disposable) -com.amap.api.fence.GeoFenceClient: void addGeoFence(com.amap.api.location.DPoint,float,java.lang.String) -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer relativeHumidity -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setRainPrecipitationProbability(java.lang.Float) -androidx.hilt.R$styleable: int GradientColor_android_endX -wangdaye.com.geometricweather.R$attr: int bsb_thumb_radius_on_dragging -androidx.constraintlayout.widget.R$style: int Base_Animation_AppCompat_Dialog -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_title_material -cyanogenmod.externalviews.KeyguardExternalView$6: KeyguardExternalView$6(cyanogenmod.externalviews.KeyguardExternalView,boolean) -cyanogenmod.power.IPerformanceManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() -okhttp3.internal.connection.RouteSelector: java.net.Proxy nextProxy() -android.didikee.donate.R$styleable: int AppCompatTheme_actionDropDownStyle -androidx.constraintlayout.widget.R$id: int staticPostLayout -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionButton_Overflow -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String hourlyForecast -cyanogenmod.app.IProfileManager$Stub: android.os.IBinder asBinder() -cyanogenmod.hardware.IThermalListenerCallback$Stub$Proxy: android.os.IBinder asBinder() -okhttp3.OkHttpClient: boolean followRedirects -androidx.hilt.work.R$dimen: int notification_action_text_size -cyanogenmod.profiles.BrightnessSettings: boolean isOverride() -wangdaye.com.geometricweather.R$id: int dark -android.didikee.donate.R$styleable: int AppCompatSeekBar_tickMarkTint -james.adaptiveicon.R$dimen: int abc_dialog_title_divider_material -com.xw.repo.bubbleseekbar.R$styleable: int Spinner_android_dropDownWidth -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_123 -androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Direction Direction -okhttp3.internal.Util: java.lang.String[] EMPTY_STRING_ARRAY -android.didikee.donate.R$dimen: int abc_edit_text_inset_top_material -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver -okhttp3.internal.http.RequestLine: boolean includeAuthorityInRequestLine(okhttp3.Request,java.net.Proxy$Type) -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title -androidx.preference.PreferenceFragmentCompat -com.bumptech.glide.R$styleable: int GradientColorItem_android_color -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.lang.String threshold -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability getPrecipitationProbability() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: CaiYunMainlyResult$ForecastHourlyBean() -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_shadow_height -com.xw.repo.bubbleseekbar.R$color: int dim_foreground_material_light -com.jaredrummler.android.colorpicker.R$attr: int buttonBarPositiveButtonStyle -androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type RIGHT -okio.Buffer: boolean isOpen() -androidx.constraintlayout.widget.R$styleable: int Constraint_android_translationY -cyanogenmod.externalviews.KeyguardExternalViewProviderService: void onCreate() -androidx.constraintlayout.widget.R$styleable: int ButtonBarLayout_allowStacking -androidx.hilt.work.R$id: int blocking -com.turingtechnologies.materialscrollbar.R$dimen: int notification_main_column_padding_top -wangdaye.com.geometricweather.R$styleable: int ArcProgress_max -wangdaye.com.geometricweather.R$color: int bright_foreground_material_light -com.bumptech.glide.integration.okhttp.R$id: int info -androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableTransition_android_fromId -androidx.viewpager2.R$dimen: int fastscroll_margin -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintBaseline_toBaselineOf -james.adaptiveicon.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog -com.jaredrummler.android.colorpicker.R$color: int abc_tint_seek_thumb -android.didikee.donate.R$layout: int abc_screen_simple -io.reactivex.Observable: io.reactivex.Observable buffer(java.util.concurrent.Callable,java.util.concurrent.Callable) -wangdaye.com.geometricweather.R$attr: int menu -okhttp3.internal.ws.RealWebSocket: int receivedPongCount -cyanogenmod.providers.CMSettings$System: java.lang.String SYS_PROP_CM_SETTING_VERSION -androidx.preference.R$id -androidx.viewpager2.R$attr: int fontProviderFetchStrategy -james.adaptiveicon.R$styleable: int AppCompatTheme_checkboxStyle -com.jaredrummler.android.colorpicker.R$styleable: int ColorPickerView_cpv_borderColor -com.google.android.material.R$styleable: int Snackbar_snackbarStyle -okio.Okio$4: void timedOut() -androidx.hilt.work.R$id: int accessibility_custom_action_15 -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintCircleAngle +com.xw.repo.bubbleseekbar.R$attr: int panelBackground +com.bumptech.glide.R$style: int TextAppearance_Compat_Notification_Info +androidx.constraintlayout.widget.R$attr: int selectableItemBackgroundBorderless +androidx.constraintlayout.widget.R$attr: int chainUseRtl +androidx.customview.R$styleable: int FontFamily_fontProviderFetchStrategy +androidx.preference.R$attr: int windowActionBarOverlay +retrofit2.adapter.rxjava2.CallExecuteObservable$CallDisposable: retrofit2.Call call +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind: java.lang.String icon +androidx.preference.R$style: int Base_ThemeOverlay_AppCompat_Dialog +com.google.android.material.button.MaterialButton: MaterialButton(android.content.Context) +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView: PolylineAndHistogramView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language HUNGARIAN +androidx.activity.R$dimen: R$dimen() +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_19 +io.reactivex.Observable: io.reactivex.Observable concat(io.reactivex.ObservableSource,io.reactivex.ObservableSource) +com.google.android.gms.base.R$styleable: int LoadingImageView_imageAspectRatioAdjust +wangdaye.com.geometricweather.R$drawable: int abc_ic_go_search_api_material +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceHeadline3 +okio.AsyncTimeout: okio.Source source(okio.Source) +com.jaredrummler.android.colorpicker.R$attr: int actionProviderClass +com.github.rahatarmanahmed.cpv.CircularProgressView: void startAnimation() +androidx.customview.R$id: int action_container +wangdaye.com.geometricweather.R$id: int widget_day_title +io.reactivex.internal.subscriptions.SubscriptionArbiter: void drainLoop() +cyanogenmod.hardware.IThermalListenerCallback: void onThermalChanged(int) +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_tooltipText +androidx.preference.ListPreference +com.jaredrummler.android.colorpicker.R$attr: int fontProviderAuthority +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: void onError(java.lang.Throwable) +androidx.preference.R$drawable: int notification_action_background +wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String getType() +io.reactivex.Observable: io.reactivex.Observable intervalRange(long,long,long,long,java.util.concurrent.TimeUnit) +com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_focused_holo +androidx.appcompat.widget.ActionBarContextView: int getAnimatedVisibility() +androidx.appcompat.resources.R$dimen: R$dimen() +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_contentInsetEnd +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void onComplete() +cyanogenmod.weather.util.WeatherUtils: boolean isValidTempUnit(int) +wangdaye.com.geometricweather.R$drawable: int abc_list_pressed_holo_dark +com.jaredrummler.android.colorpicker.R$attr: int subtitleTextColor +wangdaye.com.geometricweather.R$attr: int bottomNavigationStyle +androidx.core.R$styleable: int FontFamily_fontProviderCerts +io.reactivex.internal.util.NotificationLite$ErrorNotification: int hashCode() +com.google.android.material.R$style: int ShapeAppearanceOverlay +com.google.android.material.R$layout: int mtrl_calendar_month +com.google.android.material.R$styleable: int MenuItem_contentDescription +com.github.rahatarmanahmed.cpv.CircularProgressView$1: void onAnimationUpdate(android.animation.ValueAnimator) +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_android_textOff +retrofit2.http.Part +wangdaye.com.geometricweather.R$id: int graph_wrap +com.xw.repo.bubbleseekbar.R$color: int tooltip_background_light +wangdaye.com.geometricweather.R$id: int title_template +cyanogenmod.app.IProfileManager: boolean isEnabled() +com.google.android.material.R$styleable: int TextInputLayout_passwordToggleContentDescription +android.didikee.donate.R$style: int Base_Theme_AppCompat_Dialog +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: long index +androidx.appcompat.R$anim: int abc_popup_exit +com.baidu.location.indoor.mapversion.c.c$b: java.lang.String a +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_CompactMenu +wangdaye.com.geometricweather.R$layout: int cpv_preference_square +androidx.cardview.widget.CardView: boolean getUseCompatPadding() +wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Object readKey(android.database.Cursor,int) +com.xw.repo.bubbleseekbar.R$id: int submit_area +wangdaye.com.geometricweather.R$attr: int tabGravity +androidx.appcompat.R$dimen: int abc_button_inset_horizontal_material +cyanogenmod.profiles.LockSettings: void writeXmlString(java.lang.StringBuilder,android.content.Context) +retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: BodyObservable$BodyObserver(io.reactivex.Observer) +androidx.appcompat.R$styleable: int Toolbar_contentInsetLeft +com.turingtechnologies.materialscrollbar.R$color: int highlighted_text_material_light +androidx.room.RoomDatabase$JournalMode: androidx.room.RoomDatabase$JournalMode AUTOMATIC +okio.Buffer: long indexOfElement(okio.ByteString) +android.support.v4.app.INotificationSideChannel$Stub$Proxy +james.adaptiveicon.R$layout: int abc_search_dropdown_item_icons_2line +com.google.android.material.R$dimen: int mtrl_calendar_text_input_padding_top +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat +okhttp3.Protocol: okhttp3.Protocol SPDY_3 +androidx.vectordrawable.R$style: int TextAppearance_Compat_Notification_Info +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property Longitude +androidx.appcompat.R$styleable: int MenuItem_android_onClick +okhttp3.internal.http2.Settings: okhttp3.internal.http2.Settings set(int,int) +androidx.core.R$styleable: int FontFamily_fontProviderFetchTimeout +com.google.android.material.R$styleable: int Layout_layout_constraintDimensionRatio +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_2_black +wangdaye.com.geometricweather.R$attr: int horizontalOffset +wangdaye.com.geometricweather.R$attr: int seekBarIncrement +com.turingtechnologies.materialscrollbar.R$id: int icon_group +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_textLocale +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String locationKey +wangdaye.com.geometricweather.R$styleable: int Constraint_animate_relativeTo +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: void dispose() +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_9 +com.google.android.material.R$styleable: int AlertDialog_showTitle +wangdaye.com.geometricweather.R$string: int abc_searchview_description_search +androidx.viewpager.widget.ViewPager: int getCurrentItem() +wangdaye.com.geometricweather.R$string: int real_feel_shade_temperature +androidx.transition.R$drawable: R$drawable() +wangdaye.com.geometricweather.R$dimen: int daily_trend_item_height +com.google.android.material.R$attr: int chipIconSize +com.google.android.material.internal.ParcelableSparseArray: android.os.Parcelable$Creator CREATOR androidx.recyclerview.widget.RecyclerView: void setAdapter(androidx.recyclerview.widget.RecyclerView$Adapter) -androidx.lifecycle.extensions.R$styleable: int FragmentContainerView_android_name -androidx.appcompat.widget.SwitchCompat: void setTrackTintMode(android.graphics.PorterDuff$Mode) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Snow: AccuDailyResult$DailyForecasts$Day$Snow() -com.google.android.material.R$dimen: int tooltip_y_offset_touch -com.xw.repo.bubbleseekbar.R$layout: int abc_screen_content_include -androidx.fragment.R$id: int accessibility_custom_action_6 -com.google.android.gms.common.server.response.zal: android.os.Parcelable$Creator CREATOR -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ListView_DropDown -io.reactivex.Observable: io.reactivex.Observable concatMapMaybeDelayError(io.reactivex.functions.Function,boolean) -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Country: java.lang.String LocalizedName -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$2: void run() -io.reactivex.internal.subscriptions.BasicQueueSubscription: boolean isEmpty() -wangdaye.com.geometricweather.R$id: int gridView -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_actionViewClass -androidx.hilt.R$id: int accessibility_custom_action_15 -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title -androidx.constraintlayout.motion.widget.MotionLayout: void setTransitionState(android.os.Bundle) -androidx.constraintlayout.widget.R$styleable: int[] StateListDrawableItem -com.xw.repo.bubbleseekbar.R$attr: int contentInsetEndWithActions -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_android_enabled -cyanogenmod.util.ColorUtils: int dropAlpha(int) -io.reactivex.internal.schedulers.ScheduledDirectTask: java.lang.Runnable getWrappedRunnable() -com.google.android.material.bottomappbar.BottomAppBar: void setFabCradleMargin(float) -wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_direction -com.turingtechnologies.materialscrollbar.R$layout: int abc_screen_content_include -com.google.android.material.R$attr: int layout_optimizationLevel -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Metric: int UnitType -androidx.constraintlayout.widget.R$color: int bright_foreground_material_light -androidx.drawerlayout.R$dimen: int notification_content_margin_start -com.xw.repo.bubbleseekbar.R$dimen: int notification_right_icon_size -com.bumptech.glide.integration.okhttp.R$id: int right_side -cyanogenmod.themes.IThemeChangeListener$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -androidx.work.R$attr: int fontVariationSettings -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_searchIcon -androidx.viewpager2.R$attr: int spanCount -okio.ForwardingTimeout: okio.ForwardingTimeout setDelegate(okio.Timeout) -com.google.android.material.R$id: int action_menu_presenter -cyanogenmod.os.Build$CM_VERSION -androidx.dynamicanimation.R$drawable: R$drawable() -okio.Sink -cyanogenmod.providers.CMSettings$Secure: boolean putLong(android.content.ContentResolver,java.lang.String,long) -james.adaptiveicon.R$color: int switch_thumb_disabled_material_dark -cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onAttach(android.os.IBinder) -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_switchPreferenceCompatStyle -wangdaye.com.geometricweather.R$string: int action_appStore -okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner -wangdaye.com.geometricweather.R$attr: int itemIconTint -cyanogenmod.app.ICustomTileListener$Stub$Proxy: ICustomTileListener$Stub$Proxy(android.os.IBinder) -com.google.android.material.R$dimen: int mtrl_calendar_day_vertical_padding -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: int status -androidx.viewpager2.R$styleable: int RecyclerView_fastScrollEnabled -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_switchPadding -okio.InflaterSource: InflaterSource(okio.BufferedSource,java.util.zip.Inflater) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: double HoursOfRain -com.turingtechnologies.materialscrollbar.R$attr: int tabMaxWidth -androidx.appcompat.R$styleable: int AppCompatTheme_colorControlActivated -androidx.work.R$dimen: int notification_content_margin_start -android.support.v4.graphics.drawable.IconCompatParcelizer: IconCompatParcelizer() -androidx.transition.R$attr: int fontProviderAuthority -wangdaye.com.geometricweather.R$color: int colorAccent -androidx.constraintlayout.widget.R$styleable: int MenuView_android_itemBackground -com.google.android.material.R$drawable: int abc_textfield_activated_mtrl_alpha -com.google.android.material.R$id: int mtrl_motion_snapshot_view -wangdaye.com.geometricweather.R$style: int PreferenceThemeOverlay_v14_Material -com.turingtechnologies.materialscrollbar.R$id: int ghost_view -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_imageButtonStyle -wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat -com.google.android.material.card.MaterialCardView -okhttp3.internal.NamedRunnable: void run() -james.adaptiveicon.R$styleable: int AppCompatTheme_ratingBarStyle -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver parent -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: io.reactivex.internal.util.AtomicThrowable error -androidx.hilt.R$id: int right_icon -com.google.android.material.slider.RangeSlider: void setHaloRadiusResource(int) -wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode NIGHT -android.support.v4.app.RemoteActionCompatParcelizer: RemoteActionCompatParcelizer() -androidx.appcompat.R$attr: int colorSwitchThumbNormal -androidx.viewpager.widget.PagerTabStrip: PagerTabStrip(android.content.Context,android.util.AttributeSet) -androidx.transition.R$styleable: int FontFamilyFont_android_font -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_overflow_padding_end_material -androidx.preference.R$styleable: int Preference_android_selectable -com.google.android.gms.internal.common.zzq: java.lang.String toString() -com.google.android.material.R$styleable: int ActionBar_elevation -com.xw.repo.bubbleseekbar.R$styleable: int[] ActionBarLayout -android.didikee.donate.R$dimen: int abc_cascading_menus_min_smallest_width -com.google.gson.FieldNamingPolicy$5 -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource -wangdaye.com.geometricweather.R$layout: int notification_template_part_chronometer -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Imperial: double Value -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: java.lang.String brandId -androidx.appcompat.R$styleable: int[] LinearLayoutCompat -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean -androidx.preference.R$styleable: int ActionBar_itemPadding -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments$WarningTextBlocItem: java.util.List textHtml -wangdaye.com.geometricweather.R$attr: int deriveConstraintsFrom -com.google.android.material.R$style: int Widget_MaterialComponents_AppBarLayout_Primary -androidx.viewpager.R$integer -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Temperature: MfHistoryResult$History$Temperature() -android.didikee.donate.R$dimen: int notification_right_side_padding_top -wangdaye.com.geometricweather.R$dimen: int share_view_height -android.didikee.donate.R$styleable: int PopupWindow_android_popupAnimationStyle -wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_statusBarBackground -okhttp3.Cookie$Builder: okhttp3.Cookie$Builder expiresAt(long) -com.amap.api.fence.GeoFence: int o -androidx.appcompat.widget.AppCompatButton: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) -io.reactivex.internal.util.NotificationLite: boolean isSubscription(java.lang.Object) -com.google.android.material.R$styleable: int MaterialButton_backgroundTint -wangdaye.com.geometricweather.R$color: int material_blue_grey_800 -okhttp3.Address: okhttp3.HttpUrl url() -android.didikee.donate.R$drawable: int abc_ab_share_pack_mtrl_alpha -james.adaptiveicon.R$integer -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_27 -wangdaye.com.geometricweather.R$style: int ThemeOverlay_Design_TextInputEditText -cyanogenmod.externalviews.ExternalView: void onActivityCreated(android.app.Activity,android.os.Bundle) -androidx.vectordrawable.R$styleable: int GradientColorItem_android_offset -com.turingtechnologies.materialscrollbar.R$attr: int layout_anchor -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property PublishDate -cyanogenmod.app.IProfileManager: cyanogenmod.app.Profile[] getProfiles() -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_18 -androidx.dynamicanimation.R$dimen: int notification_media_narrow_margin -wangdaye.com.geometricweather.R$styleable: int MockView_mock_showDiagonals -androidx.hilt.work.R$attr: int fontVariationSettings -android.didikee.donate.R$layout: R$layout() -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_disabled_elevation -com.bumptech.glide.Registry$MissingComponentException -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setOffset(boolean) +com.google.android.material.R$dimen: int mtrl_card_checked_icon_size +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Subtitle1 +cyanogenmod.themes.ThemeManager$ThemeChangeListener +android.didikee.donate.R$style: int Theme_AppCompat_DayNight_Dialog_Alert +wangdaye.com.geometricweather.R$id: int widget_day_subtitle +okio.Buffer: byte[] readByteArray() +androidx.viewpager.R$drawable: int notification_icon_background +androidx.constraintlayout.widget.R$attr: int actionModeCopyDrawable +com.google.android.material.appbar.AppBarLayout$Behavior: AppBarLayout$Behavior(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$drawable: int live_wallpaper_thumbnail +io.reactivex.Observable: io.reactivex.Observable skipLast(long,java.util.concurrent.TimeUnit,boolean) +androidx.appcompat.R$style: int Base_Widget_AppCompat_Button_Small +android.didikee.donate.R$drawable: int abc_list_selector_disabled_holo_dark +io.reactivex.Observable: io.reactivex.Observable startWithArray(java.lang.Object[]) +com.jaredrummler.android.colorpicker.R$attr: int viewInflaterClass +androidx.preference.R$style: int Base_Theme_AppCompat_Dialog_FixedSize +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout: void setOnApplyWindowInsetsListener(android.view.View$OnApplyWindowInsetsListener) +james.adaptiveicon.R$dimen: int abc_dropdownitem_text_padding_left +com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType[] a +okio.Buffer: long readLongLe() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.util.Date pubTime +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeDegreeDayTemperature() +com.google.android.material.R$style: int TextAppearance_AppCompat_Menu +okhttp3.Request: java.lang.String header(java.lang.String) +okhttp3.internal.connection.RealConnection: void connect(int,int,int,int,boolean,okhttp3.Call,okhttp3.EventListener) +retrofit2.http.Url +androidx.loader.R$styleable: int GradientColor_android_startX +james.adaptiveicon.R$attr: int listPreferredItemHeightSmall +okhttp3.internal.ws.RealWebSocket$Message +com.google.android.material.internal.FlowLayout: int getRowCount() +androidx.hilt.work.R$style: R$style() +cyanogenmod.os.Build: java.lang.String getNameForSDKInt(int) +cyanogenmod.app.StatusBarPanelCustomTile: cyanogenmod.app.CustomTile customTile +androidx.customview.R$style: int Widget_Compat_NotificationActionContainer +androidx.constraintlayout.widget.R$drawable: int abc_btn_default_mtrl_shape +androidx.constraintlayout.widget.R$styleable: int Constraint_android_rotationY +com.google.android.material.R$style: int Widget_Design_FloatingActionButton +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setRainPrecipitationProbability(java.lang.Float) +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarStyle +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: MinutelyEntityDao(org.greenrobot.greendao.internal.DaoConfig) +com.bumptech.glide.R$layout: int notification_action +androidx.fragment.R$id: int tag_screen_reader_focusable +com.google.android.material.R$id: int list_item +cyanogenmod.app.LiveLockScreenInfo$1: java.lang.Object[] newArray(int) +com.baidu.location.e.l$b: java.lang.String b(com.baidu.location.e.l$b) +androidx.constraintlayout.widget.R$attr: int flow_wrapMode +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_show_thumb_text +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ProgressBar_Horizontal +james.adaptiveicon.R$drawable: int notify_panel_notification_icon_bg +android.didikee.donate.R$styleable: int AppCompatTheme_alertDialogStyle +androidx.hilt.work.R$drawable: int notification_template_icon_bg +wangdaye.com.geometricweather.R$attr: int widgetLayout +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_chainStyle +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: io.reactivex.disposables.Disposable upstream +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_default +androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_shadowColor +com.google.android.material.bottomnavigation.BottomNavigationView: void setItemRippleColor(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_itemTextColor +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric: double Value +james.adaptiveicon.R$dimen: int notification_small_icon_size_as_large +com.google.android.material.R$color: int abc_tint_switch_track +com.xw.repo.bubbleseekbar.R$attr: int dropdownListPreferredItemHeight +com.google.android.material.R$attr: int windowActionModeOverlay +wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_seekBarIncrement +com.google.android.material.R$dimen: int mtrl_snackbar_margin +org.greenrobot.greendao.AbstractDao: AbstractDao(org.greenrobot.greendao.internal.DaoConfig,org.greenrobot.greendao.AbstractDaoSession) +io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(int) +wangdaye.com.geometricweather.R$attr: int placeholderText +androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_marginRight +com.jaredrummler.android.colorpicker.R$dimen: int tooltip_margin +com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Body_Text +androidx.preference.R$attr: int singleLineTitle +com.google.android.material.R$styleable: int Slider_android_valueTo +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: io.reactivex.internal.fuseable.SimplePlainQueue queue +okio.RealBufferedSource: boolean request(long) +okio.Pipe$PipeSink: void write(okio.Buffer,long) +com.google.android.material.R$id: int async +androidx.appcompat.R$styleable: int ActionBar_backgroundSplit +androidx.appcompat.R$string: int abc_action_bar_up_description +james.adaptiveicon.R$dimen: int abc_text_size_title_material +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_endIconTint +james.adaptiveicon.R$style: int Widget_AppCompat_Light_AutoCompleteTextView +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModePopupWindowStyle +io.reactivex.Observable: io.reactivex.Observable scan(io.reactivex.functions.BiFunction) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listMenuViewStyle +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void drainLoop() +com.google.android.material.R$color: int abc_primary_text_material_light +james.adaptiveicon.R$color: int abc_btn_colored_borderless_text_material +com.google.android.material.R$styleable: int MotionLayout_showPaths +wangdaye.com.geometricweather.R$attr: int autoSizeStepGranularity +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Inverse +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: void setValue(java.util.List) +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer getRealFeelShaderTemperature() +wangdaye.com.geometricweather.R$attr: int layout_constraintHeight_max +okhttp3.Request$Builder: okhttp3.Request$Builder delete(okhttp3.RequestBody) +wangdaye.com.geometricweather.R$id: int material_clock_display +okhttp3.Cookie: java.lang.String name +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Metric: double Value +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Headline4 +cyanogenmod.power.IPerformanceManager$Stub +cyanogenmod.externalviews.KeyguardExternalView$11: KeyguardExternalView$11(cyanogenmod.externalviews.KeyguardExternalView,float) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_editTextStyle +com.google.gson.stream.JsonReader: void checkLenient() +com.turingtechnologies.materialscrollbar.R$attr: int chipCornerRadius androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Toolbar -cyanogenmod.hardware.CMHardwareManager: int GAMMA_CALIBRATION_GREEN_INDEX -wangdaye.com.geometricweather.R$dimen: int mtrl_edittext_rectangle_top_offset -androidx.coordinatorlayout.R$id: int accessibility_custom_action_7 -androidx.constraintlayout.utils.widget.ImageFilterButton: float getRoundPercent() -com.jaredrummler.android.colorpicker.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable -com.google.android.material.floatingactionbutton.FloatingActionButton: void setCustomSize(int) -android.didikee.donate.R$attr: int selectableItemBackground -wangdaye.com.geometricweather.R$styleable: int MenuView_android_itemIconDisabledAlpha -androidx.appcompat.R$dimen: int abc_text_size_medium_material -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_android_summaryOff -androidx.core.R$drawable: int notification_bg_normal_pressed -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void runAsync() -okhttp3.internal.io.FileSystem$1: void rename(java.io.File,java.io.File) -androidx.preference.R$styleable: int PopupWindow_overlapAnchor -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.util.Date sunsetTime -androidx.preference.R$style: int Widget_AppCompat_ListMenuView -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer moldLevel -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: java.lang.String LongPhrase -org.greenrobot.greendao.AbstractDao: void deleteByKeyInTx(java.lang.Iterable) -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_switchTextAppearance -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleMargin -android.didikee.donate.R$styleable: int ActivityChooserView_initialActivityCount -wangdaye.com.geometricweather.R$attr: int cornerFamily -okhttp3.internal.cache.DiskLruCache$2 -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: java.lang.Integer alti -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onAttach() -cyanogenmod.providers.CMSettings$System: void putListAsDelimitedString(android.content.ContentResolver,java.lang.String,java.lang.String,java.util.List) -com.google.android.material.R$dimen: int abc_button_padding_vertical_material -cyanogenmod.app.suggest.IAppSuggestProvider$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -com.amap.api.location.AMapLocationQualityReport: int d -androidx.work.R$id: int accessibility_custom_action_3 -androidx.preference.R$dimen: int abc_text_size_caption_material -androidx.lifecycle.ViewModelProvider$OnRequeryFactory: ViewModelProvider$OnRequeryFactory() -cyanogenmod.app.Profile$Type: Profile$Type() -okhttp3.ConnectionSpec: java.util.List cipherSuites() -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIndicatorFullWidth -wangdaye.com.geometricweather.R$id: int buttonPanel -retrofit2.KotlinExtensions$await$4$2 -androidx.vectordrawable.R$attr: int fontProviderFetchStrategy -androidx.preference.Preference: Preference(android.content.Context,android.util.AttributeSet,int) -com.xw.repo.bubbleseekbar.R$attr: int actionModeSelectAllDrawable -com.google.android.material.R$id: int textinput_suffix_text -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWeatherCode -androidx.preference.R$style: int TextAppearance_AppCompat_Subhead_Inverse -com.google.android.material.R$attr: int flow_maxElementsWrap -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: boolean IsDaylight -androidx.transition.R$id: int action_divider -androidx.preference.R$styleable: int AppCompatTheme_actionBarPopupTheme -wangdaye.com.geometricweather.R$attr: int textAppearanceListItem -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintVertical_chainStyle -com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_backgroundTint -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: boolean isDataConnectionEnabled() -com.google.android.material.R$styleable: int Layout_layout_editor_absoluteX -android.support.v4.os.IResultReceiver$Stub: IResultReceiver$Stub() -com.google.android.material.R$styleable: int[] ActivityChooserView -androidx.viewpager2.R$id: int accessibility_custom_action_2 -cyanogenmod.profiles.StreamSettings: StreamSettings(int,int,boolean) -okhttp3.internal.cache.DiskLruCache$Snapshot: okhttp3.internal.cache.DiskLruCache this$0 -cyanogenmod.themes.IThemeChangeListener: void onFinish(boolean) -okio.Okio$1: Okio$1(okio.Timeout,java.io.OutputStream) -cyanogenmod.providers.WeatherContract$WeatherColumns: android.net.Uri CURRENT_AND_FORECAST_WEATHER_URI -com.google.android.material.bottomnavigation.BottomNavigationView: void setElevation(float) -io.reactivex.Observable: java.lang.Iterable blockingIterable(int) -android.didikee.donate.R$attr: int color -wangdaye.com.geometricweather.R$attr: int radius_to -wangdaye.com.geometricweather.R$string: int tomorrow -cyanogenmod.weather.CMWeatherManager: void unregisterWeatherServiceProviderChangeListener(cyanogenmod.weather.CMWeatherManager$WeatherServiceProviderChangeListener) -com.xw.repo.bubbleseekbar.R$dimen: int hint_alpha_material_dark -cyanogenmod.themes.ThemeManager$1: void onProgress(int) -okhttp3.internal.http1.Http1Codec: int STATE_READING_RESPONSE_BODY -com.jaredrummler.android.colorpicker.ColorPickerView -wangdaye.com.geometricweather.R$attr: int layoutDescription -wangdaye.com.geometricweather.settings.dialogs.AnimatableIconDialog -cyanogenmod.app.Profile: int getDozeMode() -com.google.android.material.R$styleable: int Constraint_layout_constraintTop_toTopOf -com.google.android.material.R$styleable: int FloatingActionButton_ensureMinTouchTargetSize -android.didikee.donate.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_title_baseline_to_top -androidx.lifecycle.ViewModelProviders: androidx.lifecycle.ViewModelProvider of(androidx.fragment.app.FragmentActivity,androidx.lifecycle.ViewModelProvider$Factory) -wangdaye.com.geometricweather.R$color: int lightPrimary_4 -okhttp3.internal.connection.RouteSelector: java.util.List inetSocketAddresses -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_aa_light -androidx.appcompat.R$drawable: int abc_cab_background_top_material -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_verticalStyle -com.google.android.material.chip.Chip: void setCloseIconEndPadding(float) -com.google.android.material.R$styleable: int MenuItem_android_checked -wangdaye.com.geometricweather.R$styleable: int[] KeyTimeCycle -wangdaye.com.geometricweather.db.entities.LocationEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) -james.adaptiveicon.R$attr: int tickMarkTintMode -org.greenrobot.greendao.AbstractDao: void updateInTx(java.lang.Object[]) -com.google.android.material.chip.ChipGroup: void setChipSpacingHorizontalResource(int) -wangdaye.com.geometricweather.R$layout: int abc_action_menu_layout -androidx.preference.R$attr: int alphabeticModifiers -cyanogenmod.weather.WeatherInfo$DayForecast: WeatherInfo$DayForecast() -io.reactivex.Observable: java.lang.Iterable blockingNext() -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_Dialog_Bridge -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_scaleY -wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_android_insetTop -androidx.customview.R$attr: int fontStyle -com.amap.api.fence.PoiItem: void setTel(java.lang.String) -androidx.constraintlayout.widget.R$attr: int constraint_referenced_ids -cyanogenmod.app.CustomTile$ExpandedStyle: void internalSetExpandedItems(java.util.ArrayList) -io.reactivex.Observable: io.reactivex.Observable skip(long) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider -wangdaye.com.geometricweather.R$attr: int searchIcon -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData: LiveDataReactiveStreams$PublisherLiveData(org.reactivestreams.Publisher) -wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge -james.adaptiveicon.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_BottomSheetDialog -wangdaye.com.geometricweather.R$dimen: int design_snackbar_max_width -okhttp3.Dns: okhttp3.Dns SYSTEM -androidx.legacy.coreutils.R$drawable: int notify_panel_notification_icon_bg -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_icon_3 -cyanogenmod.providers.CMSettings$InclusiveIntegerRangeValidator: boolean validate(java.lang.String) -cyanogenmod.externalviews.ExternalViewProperties: int[] mScreenCoords -com.google.android.material.slider.Slider: void setTickInactiveTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$animator: int mtrl_card_state_list_anim -com.google.android.material.R$dimen: int tooltip_y_offset_non_touch -androidx.appcompat.resources.R$styleable: int FontFamilyFont_fontStyle -wangdaye.com.geometricweather.R$styleable: int Slider_thumbRadius -wangdaye.com.geometricweather.R$drawable: int ic_clock_black_24dp -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getNotificationGroupForPackage -androidx.hilt.work.R$dimen: R$dimen() -androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType BOOLEAN_TYPE -cyanogenmod.weather.WeatherLocation$1: cyanogenmod.weather.WeatherLocation[] newArray(int) -androidx.constraintlayout.widget.Constraints: Constraints(android.content.Context,android.util.AttributeSet,int) -okhttp3.internal.http2.Hpack$Reader: java.util.List getAndResetHeaderList() -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_toBottomOf -okhttp3.internal.http2.Huffman: okhttp3.internal.http2.Huffman$Node root -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.ChineseCityEntity) -com.xw.repo.bubbleseekbar.R$color: int bright_foreground_inverse_material_dark -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton$ExtendedFloatingActionButtonBehavior: ExtendedFloatingActionButton$ExtendedFloatingActionButtonBehavior() -androidx.work.R$id: int accessibility_custom_action_10 -androidx.constraintlayout.helper.widget.Flow: Flow(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Chip -androidx.hilt.R$style: R$style() -androidx.constraintlayout.motion.widget.MotionHelper: MotionHelper(android.content.Context) -androidx.preference.R$color: int material_grey_850 -androidx.fragment.R$drawable: int notification_bg -wangdaye.com.geometricweather.R$styleable: int AppCompatImageView_tint -com.google.android.material.card.MaterialCardView: void setClickable(boolean) -wangdaye.com.geometricweather.R$id: int item_about_translator_title -wangdaye.com.geometricweather.R$string: int live -okhttp3.internal.ws.RealWebSocket$Close: long cancelAfterCloseMillis -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments text -androidx.appcompat.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog -androidx.lifecycle.ViewModelProvider$Factory -com.turingtechnologies.materialscrollbar.R$color: int design_fab_stroke_end_outer_color -com.google.android.material.timepicker.ChipTextInputComboView -com.google.android.material.appbar.CollapsingToolbarLayout -com.jaredrummler.android.colorpicker.ColorPickerView: void setBorderColor(int) -com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getTrackInactiveTintList() -androidx.lifecycle.extensions.R$drawable: int notification_template_icon_bg -androidx.lifecycle.SavedStateHandleController: void tryToAddRecreator(androidx.savedstate.SavedStateRegistry,androidx.lifecycle.Lifecycle) -wangdaye.com.geometricweather.R$color: int darkPrimary_5 -okio.DeflaterSink: void close() -cyanogenmod.os.Concierge: cyanogenmod.os.Concierge$ParcelInfo receiveParcel(android.os.Parcel) -com.xw.repo.bubbleseekbar.R$attr: int actionModeCopyDrawable -retrofit2.http.PartMap -androidx.constraintlayout.widget.R$attr: int actionBarSplitStyle -com.turingtechnologies.materialscrollbar.R$styleable: int CardView_cardMaxElevation -com.google.android.material.R$attr: int layout_collapseParallaxMultiplier -com.google.gson.stream.JsonReader: java.lang.String peekedString -retrofit2.KotlinExtensions$suspendAndThrow$1: java.lang.Object invokeSuspend(java.lang.Object) -com.google.android.gms.common.server.response.zal -com.turingtechnologies.materialscrollbar.R$attr: int windowMinWidthMajor -androidx.core.R$id: int accessibility_custom_action_22 -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cpb -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_editTextColor -com.google.android.material.R$integer: int mtrl_card_anim_delay_ms -okhttp3.OkHttpClient: okhttp3.internal.cache.InternalCache internalCache -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: java.lang.String newX -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.lifecycle.ViewModelProvider: ViewModelProvider(androidx.lifecycle.ViewModelStoreOwner,androidx.lifecycle.ViewModelProvider$Factory) -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.MinutelyEntity) -com.google.android.material.R$attr: int contentInsetStartWithNavigation -okhttp3.internal.http.RealInterceptorChain: okhttp3.Interceptor$Chain withReadTimeout(int,java.util.concurrent.TimeUnit) -cyanogenmod.weatherservice.ServiceRequestResult$Builder: cyanogenmod.weatherservice.ServiceRequestResult build() -androidx.preference.R$attr: int preferenceFragmentStyle -com.amap.api.fence.PoiItem: void setLongitude(double) -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: void onError(java.lang.Throwable) -okhttp3.Cache: int VERSION -cyanogenmod.app.IProfileManager$Stub$Proxy -com.jaredrummler.android.colorpicker.R$dimen: int notification_right_side_padding_top -androidx.appcompat.R$style: int TextAppearance_AppCompat_Tooltip -com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_size_mini -okio.Options: okio.ByteString get(int) -androidx.appcompat.widget.SwitchCompat: android.graphics.drawable.Drawable getThumbDrawable() -wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Body_Text -com.turingtechnologies.materialscrollbar.R$color: int switch_thumb_disabled_material_dark -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintCircleRadius -androidx.constraintlayout.widget.R$id: int listMode -androidx.constraintlayout.widget.R$color: int abc_decor_view_status_guard_light -com.google.android.material.R$dimen: int mtrl_extended_fab_disabled_elevation -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PressureTendency: java.lang.String LocalizedText -androidx.preference.R$styleable: int Toolbar_subtitle -androidx.vectordrawable.R$id: int icon_group -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: void setLiveLockScreenEnabled(boolean) -james.adaptiveicon.R$layout: int notification_template_part_time -androidx.dynamicanimation.R$dimen: int notification_top_pad_large_text -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorTextColor -androidx.drawerlayout.R$styleable: int[] ColorStateListItem -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments comments -com.google.android.material.R$layout: int text_view_with_line_height_from_layout -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: io.reactivex.Observer downstream -com.xw.repo.bubbleseekbar.R$color: int highlighted_text_material_dark -com.google.android.material.R$color: int secondary_text_disabled_material_dark -com.bumptech.glide.R$color: int notification_icon_bg_color -com.turingtechnologies.materialscrollbar.R$attr: int color -com.xw.repo.bubbleseekbar.R$styleable: int[] AppCompatTextView -wangdaye.com.geometricweather.R$attr: int counterTextAppearance -android.didikee.donate.R$dimen: int abc_action_bar_stacked_tab_max_width -com.google.android.material.R$attr: int autoSizePresetSizes -wangdaye.com.geometricweather.R$color: int abc_tint_spinner -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHeight_percent -wangdaye.com.geometricweather.db.entities.DailyEntity: void setGrassDescription(java.lang.String) -androidx.preference.R$styleable: int DialogPreference_dialogTitle -wangdaye.com.geometricweather.R$styleable: int ActionBar_navigationMode -wangdaye.com.geometricweather.R$styleable: int[] LinearLayoutCompat -okhttp3.Challenge: java.util.Map authParams -android.support.v4.os.IResultReceiver$Stub$Proxy -com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_selector_background_transition_holo_dark -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title -androidx.work.BackoffPolicy: androidx.work.BackoffPolicy[] values() -cyanogenmod.weatherservice.ServiceRequestResult: java.util.List mLocationLookupList -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum Maximum -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_autoSizePresetSizes -okhttp3.internal.http2.Http2Connection: void writeWindowUpdateLater(int,long) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_84 -com.jaredrummler.android.colorpicker.R$color: int material_grey_600 -com.xw.repo.bubbleseekbar.R$id: int actions -okhttp3.CacheControl: boolean mustRevalidate() -com.turingtechnologies.materialscrollbar.R$attr: int tooltipText -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_checkable -wangdaye.com.geometricweather.R$attr: int maxCharacterCount -com.xw.repo.bubbleseekbar.R$attr: int actionMenuTextColor -androidx.customview.R$styleable: int GradientColor_android_endX -androidx.appcompat.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle -com.google.gson.FieldNamingPolicy$6 -io.reactivex.internal.operators.observable.ObservableGroupBy$State: java.lang.Object key -android.didikee.donate.R$id: int submit_area -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_selection_line_height -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: FlowableOnBackpressureLatest$BackpressureLatestSubscriber(org.reactivestreams.Subscriber) -com.turingtechnologies.materialscrollbar.R$attr: int thumbTint -wangdaye.com.geometricweather.R$attr: int hideOnContentScroll -okio.Buffer$2 -androidx.appcompat.widget.AppCompatImageView: void setBackgroundResource(int) -androidx.hilt.work.R$dimen: int notification_right_icon_size -androidx.preference.R$styleable: int MultiSelectListPreference_android_entries -okio.Buffer: okio.Buffer writeIntLe(int) -com.bumptech.glide.integration.okhttp.R$id: int line1 -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void onComplete() -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowFixedHeightMajor -com.turingtechnologies.materialscrollbar.R$layout: int abc_alert_dialog_button_bar_material -wangdaye.com.geometricweather.R$drawable: int notif_temp_6 -wangdaye.com.geometricweather.R$string: int widget_clock_day_week -com.google.android.material.internal.ForegroundLinearLayout: ForegroundLinearLayout(android.content.Context) -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_suffixText -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void onNext(java.lang.Object) -androidx.preference.R$style: int Base_AlertDialog_AppCompat_Light -androidx.constraintlayout.widget.R$attr: int textAppearanceListItemSmall -androidx.preference.R$styleable: int Fragment_android_name -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionOverflowButtonStyle +android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceListItem +androidx.appcompat.R$style: int Base_V26_Theme_AppCompat +okhttp3.internal.ws.WebSocketReader: void readControlFrame() +com.bumptech.glide.integration.okhttp.R$dimen: int notification_top_pad_large_text +wangdaye.com.geometricweather.R$string: int common_google_play_services_updating_text +com.jaredrummler.android.colorpicker.R$styleable: int[] SwitchPreferenceCompat +wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_light_default +okhttp3.internal.cache.DiskLruCache: java.lang.String CLEAN +cyanogenmod.weather.WeatherInfo$DayForecast: int mConditionCode +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$PhenomenonMaxColor: int phenomenonId +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_scrimVisibleHeightTrigger +io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapSupport parent +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableTint +com.amap.api.location.AMapLocation: java.lang.String n(com.amap.api.location.AMapLocation,java.lang.String) +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_17 +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: void setStreet_number(java.lang.String) +com.google.android.material.R$styleable: int BottomAppBar_fabCradleMargin +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean registerThermalListener(cyanogenmod.hardware.IThermalListenerCallback) +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_ratingBarStyleSmall +com.google.android.material.R$style: int Base_Widget_MaterialComponents_CheckedTextView +wangdaye.com.geometricweather.R$array: int distance_units +com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_horizontal_padding +androidx.appcompat.resources.R$attr: int fontProviderCerts +androidx.hilt.R$dimen: int compat_button_inset_vertical_material +wangdaye.com.geometricweather.R$styleable: int Preference_allowDividerAbove +cyanogenmod.externalviews.KeyguardExternalViewProviderService: void onCreate() +androidx.constraintlayout.widget.R$attr: int editTextBackground +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float rainPrecipitation +cyanogenmod.weather.WeatherInfo$DayForecast: double getLow() +wangdaye.com.geometricweather.R$id: int image +okhttp3.Request$Builder: okhttp3.Request$Builder tag(java.lang.Object) +cyanogenmod.app.ProfileGroup: java.lang.String mName +com.baidu.location.indoor.mapversion.c.c$b: java.lang.String g +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: java.util.concurrent.atomic.AtomicReference upstream +io.reactivex.internal.subscribers.StrictSubscriber: void onNext(java.lang.Object) +retrofit2.Retrofit: retrofit2.Retrofit$Builder newBuilder() +com.turingtechnologies.materialscrollbar.R$style: int Platform_V25_AppCompat +com.google.android.material.R$layout: int text_view_with_line_height_from_layout +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$1: ExternalViewProviderService$Provider$ProviderImpl$1(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) +androidx.hilt.work.R$id: int accessibility_custom_action_17 +okhttp3.WebSocket: okhttp3.Request request() +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position position +com.google.android.material.progressindicator.ProgressIndicator: int getTrackColor() +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat +com.google.android.material.textview.MaterialTextView +okhttp3.Dispatcher: int getMaxRequestsPerHost() +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Display3 +retrofit2.Utils$ParameterizedTypeImpl: java.lang.reflect.Type getOwnerType() +androidx.hilt.work.R$id: int accessibility_custom_action_20 +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() +androidx.appcompat.widget.Toolbar: void setNavigationOnClickListener(android.view.View$OnClickListener) +cyanogenmod.weather.WeatherLocation$Builder +wangdaye.com.geometricweather.R$styleable: int Constraint_drawPath +com.google.android.material.R$style: int TextAppearance_AppCompat_Large_Inverse +com.google.android.material.R$styleable: int Toolbar_contentInsetLeft +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilityRain rain +com.xw.repo.bubbleseekbar.R$id: int content +okhttp3.internal.cache.DiskLruCache: long size() +androidx.appcompat.widget.ContentFrameLayout: ContentFrameLayout(android.content.Context,android.util.AttributeSet) +okhttp3.internal.http2.Http2: byte TYPE_PUSH_PROMISE +okhttp3.Request$Builder: Request$Builder(okhttp3.Request) +cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String key() +wangdaye.com.geometricweather.R$string: int key_view_type +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionBar_Solid +wangdaye.com.geometricweather.R$drawable: int notif_temp_49 +wangdaye.com.geometricweather.R$color: int design_dark_default_color_primary +android.didikee.donate.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth +androidx.appcompat.R$integer: R$integer() +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_CALL_COLOR_VALIDATOR +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: ILiveLockScreenManagerProvider$Stub() +androidx.lifecycle.ClassesInfoCache: androidx.lifecycle.ClassesInfoCache$CallbackInfo getInfo(java.lang.Class) +cyanogenmod.externalviews.KeyguardExternalViewProviderService: int onStartCommand(android.content.Intent,int,int) +android.didikee.donate.R$style: int Base_Theme_AppCompat_Light +com.google.gson.JsonSyntaxException +androidx.preference.R$styleable: int GradientColor_android_type +androidx.recyclerview.R$attr: int spanCount +android.didikee.donate.R$color: int abc_btn_colored_text_material +androidx.customview.R$attr +retrofit2.Converter$Factory: retrofit2.Converter stringConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) +com.xw.repo.bubbleseekbar.R$attr: int backgroundTintMode +cyanogenmod.externalviews.KeyguardExternalView +com.turingtechnologies.materialscrollbar.R$attr: int tickMarkTint +com.xw.repo.bubbleseekbar.R$color: int dim_foreground_material_dark +com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getThumbStrokeColor() +okhttp3.internal.platform.JdkWithJettyBootPlatform: java.lang.reflect.Method putMethod +com.turingtechnologies.materialscrollbar.R$color: int mtrl_textinput_filled_box_default_background_color +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Button_Small +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Toolbar_Primary +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: boolean isEmpty() +okio.Buffer: okio.Buffer writeUtf8(java.lang.String,int,int) +wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Time +com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat_ActionBar +com.xw.repo.bubbleseekbar.R$layout: int abc_activity_chooser_view +androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableItem_android_id +androidx.appcompat.resources.R$styleable: int FontFamilyFont_android_fontStyle +cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: java.lang.String INCREASING_VOLUME +cyanogenmod.app.IProfileManager: void resetAll() +androidx.constraintlayout.widget.R$attr: int defaultState +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void onAttach(android.os.IBinder) +com.google.android.gms.common.api.internal.zabl +okio.Base64: byte[] URL_MAP +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl mImpl +io.reactivex.Observable: io.reactivex.Observable fromFuture(java.util.concurrent.Future) +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: void onComplete() +androidx.preference.R$string: int v7_preference_on +james.adaptiveicon.R$style: int Base_V26_Theme_AppCompat +android.didikee.donate.R$style: int Base_Theme_AppCompat_CompactMenu +okhttp3.internal.http2.Http2Reader$ContinuationSource: int streamId +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA +androidx.preference.R$attr: int selectableItemBackground +io.reactivex.internal.functions.Functions$NaturalComparator: int compare(java.lang.Object,java.lang.Object) +com.jaredrummler.android.colorpicker.R$attr: int spinnerStyle +android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dividerVertical +com.google.gson.JsonParseException: long serialVersionUID +androidx.vectordrawable.animated.R$drawable: int notification_bg +retrofit2.Retrofit: retrofit2.Converter nextRequestBodyConverter(retrofit2.Converter$Factory,java.lang.reflect.Type,java.lang.annotation.Annotation[],java.lang.annotation.Annotation[]) +wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_marginEnd +com.bumptech.glide.load.resource.bitmap.RecyclableBufferedInputStream$InvalidMarkException: long serialVersionUID +com.google.android.material.R$attr: int materialCalendarStyle +com.jaredrummler.android.colorpicker.R$drawable: int abc_seekbar_track_material +com.xw.repo.bubbleseekbar.R$layout: int select_dialog_item_material +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setPressure(java.lang.Float) +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceListItemSmall +wangdaye.com.geometricweather.R$id: int notification_big_temp_2 +com.google.android.material.R$attr: int customNavigationLayout +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu +wangdaye.com.geometricweather.R$string: int grass +androidx.appcompat.resources.R$dimen: int notification_small_icon_background_padding +okhttp3.internal.cache.DiskLruCache$3: java.lang.Object next() +android.didikee.donate.R$color: int background_material_dark +com.google.android.material.chip.Chip: void setBackground(android.graphics.drawable.Drawable) +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void onComplete() +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void innerError(int,java.lang.Throwable) +androidx.work.R$dimen: int notification_large_icon_height +androidx.fragment.R$attr: int fontProviderQuery +james.adaptiveicon.AdaptiveIconView: AdaptiveIconView(android.content.Context,android.util.AttributeSet,int) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_panelMenuListTheme +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_creator +wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode DARK +androidx.appcompat.R$id: int italic +androidx.constraintlayout.widget.R$style: int Base_V7_Widget_AppCompat_Toolbar +androidx.appcompat.R$styleable: int[] FontFamily +cyanogenmod.profiles.ConnectionSettings: int mConnectionId +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_icon +io.reactivex.internal.observers.BasicIntQueueDisposable: boolean isDisposed() +james.adaptiveicon.R$dimen: int notification_subtext_size +james.adaptiveicon.R$attr: int commitIcon +cyanogenmod.platform.Manifest$permission: java.lang.String READ_WEATHER +androidx.appcompat.R$id: int action_bar_activity_content +androidx.fragment.R$styleable: int GradientColor_android_centerY +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_content_inset_with_nav +com.google.gson.FieldNamingPolicy$2 +androidx.dynamicanimation.R$styleable: int GradientColor_android_centerY +wangdaye.com.geometricweather.R$id: int cpv_color_panel_new +android.didikee.donate.R$styleable: int MenuItem_alphabeticModifiers +com.google.android.material.R$styleable: int Transform_android_elevation +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_goneMarginEnd +androidx.core.R$styleable: int FontFamilyFont_font +androidx.preference.R$id: int unchecked +com.turingtechnologies.materialscrollbar.R$attr: int subtitleTextAppearance +wangdaye.com.geometricweather.R$styleable: int AppBarLayout_liftOnScrollTargetViewId +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: int bufferSize +androidx.constraintlayout.widget.R$drawable: int abc_seekbar_tick_mark_material +com.google.android.material.R$color: int mtrl_calendar_item_stroke_color +com.google.android.material.R$styleable: int Constraint_android_maxWidth +com.google.android.material.R$styleable: int Constraint_pathMotionArc +io.reactivex.Observable: void blockingSubscribe() +com.jaredrummler.android.colorpicker.R$styleable: int ColorPickerView_cpv_alphaChannelVisible +androidx.coordinatorlayout.R$drawable: int notification_template_icon_bg +androidx.constraintlayout.widget.R$color: int material_grey_100 +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: long serialVersionUID +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light_Dialog +com.turingtechnologies.materialscrollbar.R$styleable +wangdaye.com.geometricweather.R$id: int item_weather_daily_title_icon +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintTop_toBottomOf +wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.Integer index +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Medium_Inverse +com.google.android.gms.common.api.GoogleApiActivity: GoogleApiActivity() +com.google.android.material.tabs.TabLayout: void setUnboundedRipple(boolean) +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_21 +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void otherSuccess(java.lang.Object) +wangdaye.com.geometricweather.R$style: int Base_V7_Widget_AppCompat_EditText +wangdaye.com.geometricweather.R$dimen: int design_title_text_size +com.google.android.material.R$styleable: int[] MaterialAlertDialog +com.google.android.material.R$anim: int abc_shrink_fade_out_from_bottom +androidx.preference.R$styleable: int AppCompatTheme_borderlessButtonStyle +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setMockEnable(boolean) +androidx.preference.R$attr: int iconSpaceReserved +com.google.android.material.R$styleable: int Constraint_android_maxHeight +androidx.viewpager2.R$color: int notification_icon_bg_color +androidx.preference.R$color: int notification_action_color_filter +com.turingtechnologies.materialscrollbar.R$color: int design_fab_stroke_top_outer_color +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title +james.adaptiveicon.R$attr: int thumbTint +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BATTERY_LIGHT_LOW_COLOR_VALIDATOR +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getRealFeelTemperature() +wangdaye.com.geometricweather.R$id: int showHome +androidx.preference.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge +com.google.android.material.R$attr: int trackColorActive +androidx.fragment.app.BackStackRecord +com.amap.api.location.CoordUtil: boolean a +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setForecastDaily(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean) +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver +com.jaredrummler.android.colorpicker.R$dimen: int notification_media_narrow_margin +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_5 +androidx.lifecycle.SavedStateHandle: java.util.Set keys() +com.xw.repo.bubbleseekbar.R$id: int right_side +wangdaye.com.geometricweather.R$animator: int weather_hail_1 +wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat_Dialog +androidx.drawerlayout.R$attr: int fontStyle +okhttp3.internal.cache2.Relay$RelaySource: Relay$RelaySource(okhttp3.internal.cache2.Relay) +okhttp3.internal.ws.RealWebSocket$PingRunnable: okhttp3.internal.ws.RealWebSocket this$0 +androidx.appcompat.widget.AppCompatImageButton: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) +okhttp3.internal.http1.Http1Codec: int STATE_IDLE +retrofit2.RequestFactory$Builder: void parseMethodAnnotation(java.lang.annotation.Annotation) +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_subtitle +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_PopupMenu_Overflow +androidx.preference.R$id: int search_close_btn +com.google.android.material.R$drawable: int ic_keyboard_black_24dp +org.greenrobot.greendao.AbstractDao: AbstractDao(org.greenrobot.greendao.internal.DaoConfig) +android.didikee.donate.R$color: int primary_material_light +com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy UPPER_CAMEL_CASE_WITH_SPACES +wangdaye.com.geometricweather.R$id: int activity_widget_config_showCardSpinner +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: long serialVersionUID +androidx.appcompat.widget.AppCompatAutoCompleteTextView +com.turingtechnologies.materialscrollbar.R$string: int abc_searchview_description_submit +com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_itemIconDisabledAlpha +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_118 +com.google.android.material.R$string: int material_hour_selection +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float snow24h +wangdaye.com.geometricweather.weather.json.mf.MfRainResult: java.util.List rainForecasts +okio.ByteString: okio.ByteString substring(int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial: java.lang.String Unit +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionMode_Inverse +okhttp3.internal.connection.RouteSelector: void resetNextInetSocketAddress(java.net.Proxy) +com.amap.api.location.AMapLocation: int ERROR_CODE_AIRPLANEMODE_WIFIOFF +com.google.android.material.R$drawable: int notification_bg_normal_pressed +androidx.preference.R$styleable: int EditTextPreference_useSimpleSummaryProvider +wangdaye.com.geometricweather.R$attr: int background +androidx.constraintlayout.widget.R$styleable: int KeyTrigger_triggerReceiver +com.google.android.material.R$color: int design_default_color_surface +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_alphabeticShortcut +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void disposeInner() +androidx.hilt.R$id: int accessibility_action_clickable_span +com.google.android.material.R$id: int message +androidx.dynamicanimation.R$dimen: int notification_right_side_padding_top +com.jaredrummler.android.colorpicker.NestedGridView: NestedGridView(android.content.Context) +androidx.preference.R$attr: int listPreferredItemPaddingRight +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Imperial: AccuCurrentResult$RealFeelTemperatureShade$Imperial() +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_Button +com.google.android.material.textfield.TextInputLayout: void setDefaultHintTextColor(android.content.res.ColorStateList) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Maximum: AccuDailyResult$DailyForecasts$Temperature$Maximum() +cyanogenmod.providers.CMSettings$System: java.lang.String KEY_MENU_ACTION +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder cookieJar(okhttp3.CookieJar) +androidx.work.R$id: int title +com.turingtechnologies.materialscrollbar.R$attr: int itemTextAppearanceInactive +wangdaye.com.geometricweather.R$style: int material_icon +androidx.lifecycle.extensions.R$style: int TextAppearance_Compat_Notification_Info +com.google.android.material.R$style: int TextAppearance_Design_Error +androidx.preference.R$drawable: int abc_ratingbar_material +com.google.android.material.R$styleable: int CollapsingToolbarLayout_scrimVisibleHeightTrigger +okhttp3.internal.ws.WebSocketWriter: okio.Buffer sinkBuffer +com.google.android.material.internal.NavigationMenuItemView: void setIconPadding(int) +com.xw.repo.bubbleseekbar.R$attr: int windowFixedHeightMinor +androidx.hilt.lifecycle.R$layout +cyanogenmod.externalviews.ExternalViewProperties: int mHeight +cyanogenmod.app.Profile: void setStatusBarIndicator(boolean) +androidx.preference.R$attr: int maxButtonHeight +com.google.android.material.R$styleable: int TabLayout_tabIndicator +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AppBarLayout_Surface +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: long serialVersionUID +androidx.appcompat.R$style: int Widget_AppCompat_CompoundButton_RadioButton +wangdaye.com.geometricweather.R$styleable: int Motion_motionStagger +android.didikee.donate.R$styleable: int SwitchCompat_splitTrack +androidx.lifecycle.extensions.R$style: int TextAppearance_Compat_Notification_Title +androidx.recyclerview.R$id: int notification_background +wangdaye.com.geometricweather.db.entities.LocationEntity: void setDistrict(java.lang.String) +androidx.loader.R$styleable: int GradientColor_android_centerY +retrofit2.ParameterHandler: retrofit2.ParameterHandler iterable() +cyanogenmod.app.Profile$TriggerType +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric +io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: long serialVersionUID +androidx.work.R$styleable: int[] FontFamily +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX brandInfo +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getPm10Desc() +wangdaye.com.geometricweather.R$id: int test_checkbox_android_button_tint +okhttp3.internal.http.RealInterceptorChain: okhttp3.Interceptor$Chain withWriteTimeout(int,java.util.concurrent.TimeUnit) +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_23 +com.google.android.material.R$styleable: int NavigationView_itemTextAppearance +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: void setUnit(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_inverse +androidx.appcompat.R$styleable: int AppCompatTheme_editTextBackground +androidx.constraintlayout.widget.R$attr: int maxVelocity +com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String m +com.google.android.material.R$styleable: int Constraint_layout_constraintGuide_end +okhttp3.MediaType: okhttp3.MediaType parse(java.lang.String) +cyanogenmod.weather.WeatherInfo: java.lang.String mKey +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: io.reactivex.internal.queue.SpscLinkedArrayQueue queue +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ListPopupWindow +wangdaye.com.geometricweather.R$styleable: int Preference_android_singleLineTitle +cyanogenmod.app.Profile$ProfileTrigger$1 +okio.InflaterSource: void close() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX +com.bumptech.glide.R$attr: int fontProviderFetchStrategy +okhttp3.Cookie: long parseExpires(java.lang.String,int,int) +com.google.android.material.R$styleable: int ConstraintSet_android_transformPivotX +okio.Options: java.lang.Object get(int) +androidx.constraintlayout.motion.widget.MotionLayout: int getStartState() +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Region: java.lang.String EnglishName +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse +androidx.constraintlayout.widget.R$styleable: int State_android_id +androidx.appcompat.R$attr: int actionModeWebSearchDrawable +androidx.appcompat.R$styleable: int MenuItem_numericModifiers +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float Lead +androidx.work.impl.workers.DiagnosticsWorker +com.google.android.material.R$dimen: int mtrl_calendar_header_content_padding_fullscreen +com.google.android.material.floatingactionbutton.FloatingActionButton: void setTranslationX(float) +androidx.constraintlayout.widget.Group: Group(android.content.Context) +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragment_android_layout +com.amap.api.location.AMapLocation: boolean b(com.amap.api.location.AMapLocation,boolean) com.google.android.material.R$styleable: int ConstraintSet_layout_constraintBottom_toBottomOf -com.xw.repo.bubbleseekbar.R$color: int abc_primary_text_disable_only_material_light -wangdaye.com.geometricweather.R$string: int common_google_play_services_install_title -cyanogenmod.app.ICMStatusBarManager: void removeCustomTileFromListener(cyanogenmod.app.ICustomTileListener,java.lang.String,java.lang.String,int) -cyanogenmod.providers.CMSettings$System: java.lang.String BATTERY_LIGHT_ENABLED -james.adaptiveicon.R$styleable: int SearchView_defaultQueryHint -wangdaye.com.geometricweather.R$attr: int cpv_showAlphaSlider -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: android.os.IBinder asBinder() -wangdaye.com.geometricweather.common.basic.models.weather.UV: int UV_INDEX_MIDDLE -wangdaye.com.geometricweather.R$id: int dialog_running_in_background_o_ignoreBatteryOptBtn -com.google.android.material.timepicker.ClockHandView -androidx.core.widget.NestedScrollView -androidx.cardview.widget.CardView -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Visibility -com.amap.api.location.AMapLocation: java.lang.String h -com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableItem_android_id -com.google.android.material.R$attr: int preserveIconSpacing -com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType RAW -wangdaye.com.geometricweather.R$styleable: int Slider_tickColorActive -wangdaye.com.geometricweather.R$styleable: int ArcProgress_progress_width -wangdaye.com.geometricweather.R$attr: int itemStrokeColor -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionButton_Overflow -okio.SegmentedByteString: java.lang.String toString() -org.greenrobot.greendao.AbstractDao: java.lang.Object loadUniqueAndCloseCursor(android.database.Cursor) -com.google.android.material.R$attr: int transitionPathRotate -wangdaye.com.geometricweather.R$layout: int abc_alert_dialog_material -com.google.android.material.R$styleable: int ActionMode_height -androidx.preference.R$attr: int actionButtonStyle -wangdaye.com.geometricweather.R$string: int ice -james.adaptiveicon.R$styleable: int AppCompatTheme_windowMinWidthMajor -wangdaye.com.geometricweather.R$mipmap -wangdaye.com.geometricweather.R$styleable: int[] ImageFilterView -androidx.viewpager2.R$id: int accessibility_custom_action_8 -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_70 -okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection$Builder pushObserver(okhttp3.internal.http2.PushObserver) -okhttp3.internal.connection.ConnectionSpecSelector: boolean isFallbackPossible(javax.net.ssl.SSLSocket) -com.google.android.material.R$drawable: int abc_ic_ab_back_material -wangdaye.com.geometricweather.R$attr: int badgeStyle -com.google.android.material.R$attr: int targetId -androidx.swiperefreshlayout.R$color: int ripple_material_light -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: void onError(java.lang.Throwable) -com.jaredrummler.android.colorpicker.R$styleable: int Preference_enabled -com.google.android.material.R$dimen: int mtrl_calendar_header_height_fullscreen -androidx.preference.R$attr: int initialActivityCount -james.adaptiveicon.R$style: int Widget_AppCompat_TextView_SpinnerItem -com.xw.repo.bubbleseekbar.R$color: int secondary_text_disabled_material_light -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle -org.greenrobot.greendao.AbstractDaoSession: void refresh(java.lang.Object) -retrofit2.ParameterHandler$Part: okhttp3.Headers headers -wangdaye.com.geometricweather.R$attr: int flow_horizontalBias -androidx.appcompat.widget.ActivityChooserView: ActivityChooserView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$id: int fill_vertical io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircularSkyWeatherView: int getHeaderHeight() -okio.AsyncTimeout$2: long read(okio.Buffer,long) -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_small_material -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: java.lang.String UVIndexText -okhttp3.HttpUrl: java.lang.String scheme() -com.google.android.material.R$styleable: int Constraint_motionProgress -androidx.preference.R$styleable: int AppCompatTheme_checkedTextViewStyle -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintVertical_bias -cyanogenmod.app.CMTelephonyManager: int ASK_FOR_SUBSCRIPTION_ID -androidx.constraintlayout.widget.R$attr: int layout_goneMarginStart -androidx.appcompat.R$color: int material_grey_850 -androidx.preference.R$style: int Widget_AppCompat_ListView_DropDown -james.adaptiveicon.R$layout: int abc_list_menu_item_checkbox -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_motionProgress -com.turingtechnologies.materialscrollbar.R$id: int radio -android.didikee.donate.R$styleable: int AppCompatTheme_listMenuViewStyle -androidx.legacy.coreutils.R$styleable: int GradientColor_android_centerY -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setWindDircEnd(java.lang.String) -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat -wangdaye.com.geometricweather.R$attr: int yearTodayStyle -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: ObservableConcatMapSingle$ConcatMapSingleMainObserver(io.reactivex.Observer,io.reactivex.functions.Function,int,io.reactivex.internal.util.ErrorMode) -okhttp3.internal.connection.RealConnection: int MAX_TUNNEL_ATTEMPTS +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView +androidx.constraintlayout.widget.R$attr: int textLocale +com.jaredrummler.android.colorpicker.R$id: int decor_content_parent +com.amap.api.fence.PoiItem +wangdaye.com.geometricweather.R$id: int dialog_weather_hourly_subtitle +com.google.android.material.navigation.NavigationView: void setItemIconPadding(int) +okhttp3.internal.platform.Platform: void configureTlsExtensions(javax.net.ssl.SSLSocket,java.lang.String,java.util.List) +androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type[] values() +androidx.lifecycle.ViewModelStoreOwner: androidx.lifecycle.ViewModelStore getViewModelStore() +androidx.preference.R$attr: int statusBarBackground +wangdaye.com.geometricweather.R$styleable: int[] KeyFramesVelocity +android.didikee.donate.R$style: int Widget_AppCompat_ProgressBar_Horizontal +wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_trendRecyclerView +wangdaye.com.geometricweather.R$layout: int abc_list_menu_item_layout +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_drawableLeft +wangdaye.com.geometricweather.R$dimen: int test_mtrl_calendar_day_cornerSize +cyanogenmod.app.suggest.ApplicationSuggestion: int describeContents() +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.MinutelyEntityDao minutelyEntityDao +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_corner_radius +com.google.android.material.R$styleable: int Chip_closeIconEnabled +com.xw.repo.bubbleseekbar.R$styleable: int[] StateListDrawableItem +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language FOLLOW_SYSTEM +wangdaye.com.geometricweather.R$style: int widget_text_clock_analog_Dark +com.jaredrummler.android.colorpicker.R$string: R$string() +androidx.constraintlayout.widget.R$dimen: int abc_text_size_display_4_material +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_27 +wangdaye.com.geometricweather.R$attr: int contentDescription +com.google.android.material.R$style: int Widget_MaterialComponents_Chip_Entry +androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State CREATED +androidx.preference.R$style: int Base_Widget_AppCompat_ActivityChooserView +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BLUETOOTH_ACCEPT_ALL_FILES_VALIDATOR +com.xw.repo.bubbleseekbar.R$styleable: int[] FontFamilyFont +wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents +wangdaye.com.geometricweather.R$string: int material_minute_suffix +androidx.constraintlayout.widget.R$attr: int customIntegerValue +wangdaye.com.geometricweather.R$style: int Base_DialogWindowTitleBackground_AppCompat +cyanogenmod.weather.RequestInfo: java.lang.String mCityName +com.google.android.material.R$drawable: int abc_btn_switch_to_on_mtrl_00001 +com.turingtechnologies.materialscrollbar.R$id: int text2 +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getThunderstormPrecipitationProbability() +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintGuide_end +android.didikee.donate.R$attr: int switchMinWidth +wangdaye.com.geometricweather.R$string: int appbar_scrolling_view_behavior +androidx.constraintlayout.widget.R$interpolator +wangdaye.com.geometricweather.R$attr: int enforceMaterialTheme +cyanogenmod.themes.ThemeManager$1$2: ThemeManager$1$2(cyanogenmod.themes.ThemeManager$1,boolean) +com.google.android.material.card.MaterialCardView: void setBackground(android.graphics.drawable.Drawable) +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void otherComplete() +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse +cyanogenmod.externalviews.ExternalView: ExternalView(android.content.Context,android.util.AttributeSet) +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse +io.reactivex.Observable: io.reactivex.Observable mergeDelayError(java.lang.Iterable) +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: void dispose() +androidx.preference.R$attr: int actionModeSplitBackground +cyanogenmod.power.IPerformanceManager$Stub: IPerformanceManager$Stub() +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float Ozone +wangdaye.com.geometricweather.R$attr: int alpha +androidx.constraintlayout.widget.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable +androidx.drawerlayout.R$styleable: int GradientColor_android_centerX +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowActionBar +com.google.android.material.internal.FlowLayout: void setItemSpacing(int) +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_firstVerticalStyle +wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Type +com.google.android.material.floatingactionbutton.FloatingActionButton: void setExpandedComponentIdHint(int) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle +android.didikee.donate.R$styleable: int SearchView_voiceIcon +wangdaye.com.geometricweather.R$attr: int thumbStrokeColor +androidx.coordinatorlayout.R$styleable: int FontFamilyFont_fontVariationSettings +android.didikee.donate.R$style: int TextAppearance_AppCompat_Headline +wangdaye.com.geometricweather.R$id: int confirm_button +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light_DialogWhenLarge +com.google.android.material.R$layout: int mtrl_picker_text_input_date_range +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintCircleAngle +okio.RealBufferedSink: okio.BufferedSink writeIntLe(int) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast +com.google.android.material.R$styleable: int[] BottomSheetBehavior_Layout +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_closeIcon +wangdaye.com.geometricweather.R$attr: int mock_diagonalsColor +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setCityId(java.lang.String) +androidx.constraintlayout.widget.R$styleable: int[] MotionScene +wangdaye.com.geometricweather.common.basic.models.weather.History: int daytimeTemperature +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getTrendTemperature(android.content.Context,java.lang.Integer,java.lang.Integer,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) +androidx.constraintlayout.widget.R$dimen: int tooltip_precise_anchor_threshold +okhttp3.internal.platform.OptionalMethod: java.lang.Object invokeOptional(java.lang.Object,java.lang.Object[]) +wangdaye.com.geometricweather.R$attr: int flow_maxElementsWrap +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title +wangdaye.com.geometricweather.R$mipmap +wangdaye.com.geometricweather.R$array: R$array() +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionButton_CloseMode +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipMinTouchTargetSize +cyanogenmod.hardware.ICMHardwareService: byte[] readPersistentBytes(java.lang.String) +cyanogenmod.platform.Manifest$permission: java.lang.String HARDWARE_ABSTRACTION_ACCESS +wangdaye.com.geometricweather.background.service.Hilt_CMWeatherProviderService: Hilt_CMWeatherProviderService() +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: wangdaye.com.geometricweather.db.entities.HourlyEntity readEntity(android.database.Cursor,int) +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Display2 +io.reactivex.internal.util.NotificationLite: boolean isSubscription(java.lang.Object) +okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Settings peerSettings +com.xw.repo.bubbleseekbar.R$attr: int editTextBackground +com.google.android.gms.location.LocationSettingsStates: android.os.Parcelable$Creator CREATOR +io.reactivex.internal.subscribers.DeferredScalarSubscriber: long serialVersionUID +okio.Buffer: okio.ByteString hmac(java.lang.String,okio.ByteString) +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_TextView_SpinnerItem +androidx.preference.R$styleable: int PreferenceFragment_android_dividerHeight +com.jaredrummler.android.colorpicker.R$attr: int preferenceFragmentCompatStyle +wangdaye.com.geometricweather.R$attr: int paddingEnd +com.xw.repo.bubbleseekbar.R$color: int bright_foreground_disabled_material_dark +com.jaredrummler.android.colorpicker.R$color: int abc_tint_edittext +wangdaye.com.geometricweather.R$attr: int cpv_animAutostart +cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status CANCELLED +com.google.android.material.floatingactionbutton.FloatingActionButton: void setSupportImageTintMode(android.graphics.PorterDuff$Mode) +androidx.preference.R$drawable: int abc_dialog_material_background +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_contentInsetEndWithActions +androidx.hilt.R$id: int accessibility_custom_action_21 +com.amap.api.location.APSServiceBase: android.os.IBinder onBind(android.content.Intent) +android.didikee.donate.R$string: int abc_searchview_description_search +com.turingtechnologies.materialscrollbar.R$layout: int design_navigation_item_subheader +androidx.preference.R$styleable: int Toolbar_titleMarginEnd +wangdaye.com.geometricweather.R$styleable: int KeyTrigger_triggerSlack +androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat_Light +okhttp3.internal.connection.RealConnection$1: void close() +okhttp3.Interceptor$Chain: okhttp3.Response proceed(okhttp3.Request) +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: long serialVersionUID +james.adaptiveicon.R$drawable: int abc_btn_radio_to_on_mtrl_015 +com.google.android.material.R$styleable: int Constraint_motionStagger +wangdaye.com.geometricweather.R$dimen: int tooltip_precise_anchor_threshold +com.jaredrummler.android.colorpicker.R$id: int chronometer +android.didikee.donate.R$styleable: int AppCompatSeekBar_tickMark +wangdaye.com.geometricweather.R$dimen: int mtrl_snackbar_margin +androidx.vectordrawable.R$styleable: int GradientColor_android_startY +com.xw.repo.bubbleseekbar.R$drawable: int abc_list_divider_material +wangdaye.com.geometricweather.R$layout: int cpv_preference_circle +cyanogenmod.app.BaseLiveLockManagerService: void updateDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) wangdaye.com.geometricweather.R$id: int activity_widget_config_subtitleDataSpinner -com.turingtechnologies.materialscrollbar.R$id: int textSpacerNoTitle -android.didikee.donate.R$style: int Widget_AppCompat_ActionButton_CloseMode -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light_DialogWhenLarge -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void errorAll(io.reactivex.Observer) -wangdaye.com.geometricweather.R$array: int pressure_unit_values -com.google.android.material.R$color: int material_on_background_emphasis_high_type -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: int INTERRUPTED -org.greenrobot.greendao.AbstractDao: void save(java.lang.Object) -cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status IN_PROGRESS -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property TotalPrecipitation -com.google.android.material.R$styleable: int ProgressIndicator_minHideDelay -androidx.dynamicanimation.R$id: int line3 -androidx.recyclerview.R$styleable: int RecyclerView_fastScrollEnabled -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: WeatherEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) -com.turingtechnologies.materialscrollbar.R$styleable: int ColorStateListItem_android_color -androidx.preference.R$layout: int abc_expanded_menu_layout -wangdaye.com.geometricweather.R$dimen: int abc_action_bar_default_padding_end_material -cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_SHOW_WEATHER -com.xw.repo.bubbleseekbar.R$attr: int popupTheme -okio.Buffer: okio.Buffer copyTo(java.io.OutputStream,long,long) -wangdaye.com.geometricweather.R$attr: int seekBarStyle -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ListMenuView -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowActionModeOverlay -wangdaye.com.geometricweather.R$attr: int textInputStyle -wangdaye.com.geometricweather.R$color: int design_icon_tint -androidx.hilt.R$id: int fragment_container_view_tag -com.jaredrummler.android.colorpicker.R$id: int search_edit_frame -wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar -androidx.customview.R$styleable: int FontFamily_fontProviderAuthority -com.google.android.material.R$styleable: int Layout_layout_constrainedHeight -wangdaye.com.geometricweather.R$layout: int test_action_chip -androidx.appcompat.R$drawable: int abc_btn_radio_to_on_mtrl_000 -com.google.android.material.button.MaterialButton: void setStrokeColor(android.content.res.ColorStateList) -cyanogenmod.themes.ThemeManager: boolean processThemeResources(java.lang.String) -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem -wangdaye.com.geometricweather.R$id: int disablePostScroll -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse -cyanogenmod.app.CMContextConstants: CMContextConstants() -retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory create() -james.adaptiveicon.R$drawable: int abc_seekbar_tick_mark_material -androidx.preference.R$styleable: int FontFamilyFont_font -retrofit2.BuiltInConverters$BufferingResponseBodyConverter: okhttp3.ResponseBody convert(okhttp3.ResponseBody) -android.didikee.donate.R$id: int time -com.turingtechnologies.materialscrollbar.R$attr: int chipStyle -androidx.lifecycle.extensions.R$dimen: int notification_big_circle_margin -james.adaptiveicon.R$styleable: int PopupWindow_android_popupAnimationStyle -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionButton -androidx.hilt.work.R$id: int accessibility_custom_action_18 -androidx.swiperefreshlayout.R$id: int chronometer -androidx.fragment.R$layout: int notification_template_part_time -wangdaye.com.geometricweather.R$string: int get_more_store -io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: io.reactivex.disposables.Disposable timer -com.jaredrummler.android.colorpicker.R$id: int split_action_bar -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_barThickness -androidx.preference.R$dimen: int hint_alpha_material_dark -android.didikee.donate.R$attr: int windowFixedWidthMinor -okhttp3.internal.connection.ConnectInterceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) -com.google.android.material.R$style: int Widget_AppCompat_ImageButton -com.turingtechnologies.materialscrollbar.R$attr: int actionModePasteDrawable -com.turingtechnologies.materialscrollbar.MaterialScrollBar: void setRightToLeft(boolean) -androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableItem_android_drawable -androidx.recyclerview.R$id: int accessibility_custom_action_24 -wangdaye.com.geometricweather.R$dimen: int main_title_text_size -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_motionStagger -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver -cyanogenmod.weather.CMWeatherManager$1$1 -android.didikee.donate.R$dimen: int abc_button_padding_horizontal_material -com.xw.repo.bubbleseekbar.R$attr: int titleMarginTop -androidx.appcompat.widget.ContentFrameLayout: android.util.TypedValue getFixedHeightMinor() -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setBackground(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_text_size -com.google.android.material.R$style: int Widget_Design_AppBarLayout -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: void cancel() -wangdaye.com.geometricweather.R$drawable: int notif_temp_98 -com.jaredrummler.android.colorpicker.R$attr: int cpv_showColorShades -com.autonavi.aps.amapapi.model.AMapLocationServer: long o -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: FlowableObserveOn$BaseObserveOnSubscriber(io.reactivex.Scheduler$Worker,boolean,int) -cyanogenmod.weather.ICMWeatherManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -com.jaredrummler.android.colorpicker.R$styleable: int ColorPickerView_cpv_alphaChannelText -com.google.android.material.R$attr: int shapeAppearanceLargeComponent -cyanogenmod.providers.CMSettings$InclusiveFloatRangeValidator: boolean validate(java.lang.String) -androidx.vectordrawable.R$dimen: int notification_right_icon_size -com.autonavi.aps.amapapi.model.AMapLocationServer: void d(java.lang.String) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BATTERY_LIGHT_FULL_COLOR_VALIDATOR -com.turingtechnologies.materialscrollbar.R$color: int design_fab_stroke_end_inner_color -io.reactivex.internal.disposables.EmptyDisposable: boolean offer(java.lang.Object) -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_layout -android.didikee.donate.R$styleable: int AlertDialog_singleChoiceItemLayout -wangdaye.com.geometricweather.R$layout: int item_about_link -com.turingtechnologies.materialscrollbar.R$attr: int closeIconVisible -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Button_Borderless -com.amap.api.location.AMapLocation: java.lang.String getStreetNum() -com.google.android.material.R$dimen: int disabled_alpha_material_dark -james.adaptiveicon.R$dimen: int abc_button_inset_horizontal_material -androidx.preference.R$style: int Theme_AppCompat_DayNight_DarkActionBar -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_text_btn_padding_right -wangdaye.com.geometricweather.R$layout: int material_clock_display_divider -androidx.appcompat.R$id: int info -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_AutoCompleteTextView -com.jaredrummler.android.colorpicker.R$layout: int abc_activity_chooser_view_list_item -wangdaye.com.geometricweather.R$attr: int flow_lastVerticalBias -androidx.constraintlayout.widget.R$styleable: int[] ColorStateListItem -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceListItemSmall -okio.RealBufferedSource$1: okio.RealBufferedSource this$0 -androidx.activity.R$drawable: int notification_icon_background -cyanogenmod.providers.ThemesContract$ThemesColumns$InstallState: int UNKNOWN -wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_gapBetweenBars -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Dialog_MinWidth -james.adaptiveicon.R$bool: int abc_action_bar_embed_tabs -cyanogenmod.app.IProfileManager$Stub: java.lang.String DESCRIPTOR -androidx.appcompat.app.ToolbarActionBar: void addOnMenuVisibilityListener(androidx.appcompat.app.ActionBar$OnMenuVisibilityListener) -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_navigationIcon -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver -com.loc.k: java.lang.String c -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_motionProgress -cyanogenmod.profiles.AirplaneModeSettings: AirplaneModeSettings() -androidx.preference.R$style: int Widget_AppCompat_Spinner -androidx.constraintlayout.widget.Placeholder: android.view.View getContent() -com.google.android.material.appbar.CollapsingToolbarLayout: void setContentScrimColor(int) -wangdaye.com.geometricweather.R$animator: int weather_partly_cloudy_day_2 -cyanogenmod.power.PerformanceManager: int[] POSSIBLE_POWER_PROFILES -com.google.gson.JsonIOException: JsonIOException(java.lang.Throwable) -androidx.preference.R$attr: int switchTextAppearance -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Dialog_MinWidth -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Headline4 -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_BottomSheetDialog -com.xw.repo.bubbleseekbar.R$attr: int bsb_seek_step_section -androidx.hilt.lifecycle.R$styleable: R$styleable() -android.didikee.donate.R$styleable: int AppCompatTextView_firstBaselineToTopHeight -james.adaptiveicon.R$drawable: int abc_item_background_holo_dark -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: long serialVersionUID -wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: MfLocationResult() -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: io.reactivex.functions.Function leftEnd -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningMaxCountItems: int colorId -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_9 -okhttp3.internal.http.RealInterceptorChain: okhttp3.EventListener eventListener() -com.turingtechnologies.materialscrollbar.R$layout: int abc_screen_simple_overlay_action_mode -androidx.hilt.work.R$bool -cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String ALARM_ID -com.turingtechnologies.materialscrollbar.R$attr: int titleMarginStart -retrofit2.SkipCallbackExecutor -james.adaptiveicon.R$string: int abc_activity_chooser_view_see_all -androidx.preference.R$interpolator: int btn_radio_to_on_mtrl_animation_interpolator_0 -com.google.android.gms.common.R$string: int common_google_play_services_unknown_issue -com.google.android.material.R$styleable: int Constraint_layout_constraintVertical_chainStyle -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_homeAsUpIndicator -androidx.lifecycle.ViewModelProviders: androidx.lifecycle.ViewModelProvider of(androidx.fragment.app.FragmentActivity) -wangdaye.com.geometricweather.R$id: int cpv_arrow_right -wangdaye.com.geometricweather.R$id: int widget_day_week_center -wangdaye.com.geometricweather.R$drawable: int weather_clear_day -androidx.legacy.coreutils.R$attr: R$attr() -retrofit2.RequestBuilder: okhttp3.Request$Builder requestBuilder -io.reactivex.internal.util.EmptyComponent: org.reactivestreams.Subscriber asSubscriber() -cyanogenmod.profiles.StreamSettings$1 -wangdaye.com.geometricweather.resource.utils.ResourceUtils$NullResourceIdException -com.jaredrummler.android.colorpicker.R$style: int Base_Animation_AppCompat_Tooltip -com.google.android.material.R$id: int action_image -com.amap.api.fence.GeoFence: int STATUS_LOCFAIL -androidx.constraintlayout.widget.R$drawable: int abc_list_selector_holo_dark -androidx.work.impl.workers.ConstraintTrackingWorker: ConstraintTrackingWorker(android.content.Context,androidx.work.WorkerParameters) -androidx.appcompat.R$style: int Widget_AppCompat_EditText -androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$State getCurrentState() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String so2Desc -cyanogenmod.profiles.BrightnessSettings: BrightnessSettings(int,boolean) -cyanogenmod.app.LiveLockScreenInfo$1 -io.reactivex.internal.observers.DeferredScalarObserver: void onError(java.lang.Throwable) -okhttp3.internal.http2.Hpack: int PREFIX_6_BITS -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Display3 -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: io.reactivex.Observer downstream -android.didikee.donate.R$bool: int abc_config_actionMenuItemAllCaps -androidx.constraintlayout.widget.R$attr: int layout -james.adaptiveicon.R$layout: int abc_popup_menu_item_layout -com.google.android.material.R$dimen: int notification_big_circle_margin -androidx.preference.R$attr: int actionOverflowMenuStyle -cyanogenmod.app.CustomTile$Builder -cyanogenmod.app.ProfileGroup$Mode: ProfileGroup$Mode(java.lang.String,int) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$1$1: cyanogenmod.externalviews.KeyguardExternalViewProviderService$1 this$1 -androidx.core.R$styleable: int GradientColor_android_tileMode -android.didikee.donate.R$attr: int iconifiedByDefault -com.baidu.location.LocationClientOption$LocationMode: com.baidu.location.LocationClientOption$LocationMode valueOf(java.lang.String) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_searchViewStyle -com.google.android.material.R$style: R$style() -com.turingtechnologies.materialscrollbar.R$styleable: int[] StateListDrawableItem -okio.Buffer: java.lang.String readUtf8LineStrict(long) -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Large_Inverse -wangdaye.com.geometricweather.R$id: int activity_settings_container -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_text_size -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode -wangdaye.com.geometricweather.R$attr: int bsb_thumb_radius -com.google.android.material.R$styleable: int BottomAppBar_hideOnScroll -wangdaye.com.geometricweather.R$attr: int divider -cyanogenmod.externalviews.KeyguardExternalView$7 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: java.lang.String unit -androidx.dynamicanimation.R$attr: int fontProviderQuery -wangdaye.com.geometricweather.R$id: int widget_remote_drawable -wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode[] values() -org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database getEncryptedReadableDb(char[]) -com.amap.api.location.DPoint: DPoint(double,double) -retrofit2.ParameterHandler$PartMap: java.lang.String transferEncoding -androidx.preference.R$styleable: int DrawerArrowToggle_thickness -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_44 -com.google.android.material.R$dimen: int mtrl_btn_padding_top -androidx.preference.R$style: int Base_V7_Widget_AppCompat_Toolbar -androidx.appcompat.R$styleable: int AppCompatTheme_panelBackground -androidx.preference.R$style: int Widget_AppCompat_Button_Colored -androidx.lifecycle.extensions.R$attr: int fontVariationSettings -androidx.viewpager2.R$id: int time -com.jaredrummler.android.colorpicker.R$styleable: int[] AnimatedStateListDrawableItem -com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState FAILED -androidx.preference.R$attr: int actionModeWebSearchDrawable -androidx.preference.R$interpolator: R$interpolator() -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: void dispose() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$TotalLiquid TotalLiquid -androidx.preference.R$attr: int titleMarginTop -androidx.preference.R$styleable: int ViewBackgroundHelper_android_background -okio.BufferedSource: boolean request(long) -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: HalfDay(java.lang.String,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,wangdaye.com.geometricweather.common.basic.models.weather.Temperature,wangdaye.com.geometricweather.common.basic.models.weather.Precipitation,wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability,wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration,wangdaye.com.geometricweather.common.basic.models.weather.Wind,java.lang.Integer) -com.google.gson.internal.LinkedTreeMap: java.lang.Object put(java.lang.Object,java.lang.Object) -androidx.transition.R$dimen: int compat_button_padding_vertical_material -com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemTextAppearanceActive -com.xw.repo.bubbleseekbar.R$attr: int colorPrimaryDark -com.google.android.material.R$dimen: int mtrl_card_spacing -androidx.work.R$id: int accessibility_custom_action_14 -com.amap.api.location.AMapLocation: void setDistrict(java.lang.String) -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: int OTHER_STATE_HAS_VALUE -wangdaye.com.geometricweather.R$attr: int iconEndPadding -androidx.constraintlayout.widget.R$dimen: int abc_list_item_height_small_material -androidx.preference.PreferenceScreen -okio.BufferedSource: int read(byte[],int,int) -androidx.hilt.work.R$dimen: int notification_small_icon_background_padding -androidx.hilt.R$styleable: int Fragment_android_id -wangdaye.com.geometricweather.R$attr: int layout_constraintBaseline_toBaselineOf -androidx.appcompat.resources.R$id: int accessibility_custom_action_8 -com.google.android.material.R$styleable: int ConstraintSet_android_layout_height -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getStatusBarThemePackageName() -com.jaredrummler.android.colorpicker.R$attr: int listMenuViewStyle -retrofit2.ParameterHandler: ParameterHandler() -cyanogenmod.app.IProfileManager: android.app.NotificationGroup[] getNotificationGroups() -com.turingtechnologies.materialscrollbar.R$attr: int chipStartPadding -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_growMode -wangdaye.com.geometricweather.R$styleable: int State_android_id -androidx.preference.R$layout: int preference_widget_seekbar_material -okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level[] values() -com.google.android.material.R$id: int dragEnd -androidx.preference.R$color: int material_blue_grey_950 -androidx.legacy.coreutils.R$style: int TextAppearance_Compat_Notification_Info -androidx.constraintlayout.widget.R$styleable: int Constraint_android_maxHeight -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TimePicker_Display -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: void setSubState(int,boolean) -com.google.android.material.R$color: int design_dark_default_color_on_surface -com.google.android.material.R$styleable: int Slider_haloColor -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256 -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_DropDownItem_Spinner -okhttp3.internal.Util: java.lang.String[] intersect(java.util.Comparator,java.lang.String[],java.lang.String[]) -androidx.appcompat.resources.R$id: int accessibility_custom_action_27 -com.google.android.material.R$color: int switch_thumb_normal_material_light -androidx.swiperefreshlayout.R$drawable: int notification_bg_low -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog -androidx.preference.R$color: int abc_tint_edittext -wangdaye.com.geometricweather.R$dimen: int cardview_compat_inset_shadow -wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayWeekWidgetConfigActivity: Hilt_ClockDayWeekWidgetConfigActivity() -androidx.appcompat.widget.SearchView: void setOnSuggestionListener(androidx.appcompat.widget.SearchView$OnSuggestionListener) -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: io.reactivex.functions.Function mapper -androidx.constraintlayout.widget.R$styleable: int OnSwipe_touchAnchorSide -androidx.constraintlayout.widget.R$id: int search_close_btn -androidx.work.R$id: int tag_unhandled_key_listeners -com.google.android.material.button.MaterialButton: void setBackgroundResource(int) -cyanogenmod.profiles.RingModeSettings -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void registerCallback(cyanogenmod.externalviews.IKeyguardExternalViewCallbacks) -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title -androidx.loader.R$attr: R$attr() -okio.BufferedSource: int readUtf8CodePoint() -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.util.List _queryWeatherEntity_HourlyEntityList(java.lang.String,java.lang.String) -com.google.android.material.R$styleable: int MenuItem_numericModifiers -cyanogenmod.app.StatusBarPanelCustomTile: long getPostTime() -cyanogenmod.externalviews.KeyguardExternalView$7: cyanogenmod.externalviews.KeyguardExternalView this$0 -com.turingtechnologies.materialscrollbar.R$styleable: int[] AlertDialog -androidx.swiperefreshlayout.R$layout: R$layout() -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: boolean mShouldShow -androidx.work.R$id: int action_text -cyanogenmod.app.ILiveLockScreenManagerProvider: void cancelLiveLockScreen(java.lang.String,int,int) -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setLastLocationLifeCycle(long) -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.appcompat.R$drawable: int notification_action_background -androidx.room.RoomDatabase$JournalMode -okhttp3.logging.HttpLoggingInterceptor: boolean bodyHasUnknownEncoding(okhttp3.Headers) -androidx.appcompat.R$id: int accessibility_custom_action_16 -com.amap.api.location.AMapLocationClientOption: void setDownloadCoordinateConvertLibrary(boolean) -androidx.constraintlayout.widget.R$dimen: int abc_dropdownitem_text_padding_left -com.turingtechnologies.materialscrollbar.R$color: int mtrl_chip_ripple_color -android.support.v4.os.IResultReceiver$Default: IResultReceiver$Default() -wangdaye.com.geometricweather.R$layout: int dialog_minimal_icon -wangdaye.com.geometricweather.background.receiver.widget.WidgetDayProvider -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: io.reactivex.internal.queue.SpscLinkedArrayQueue queue -androidx.vectordrawable.R$styleable: int FontFamily_fontProviderQuery -retrofit2.Utils: java.lang.RuntimeException methodError(java.lang.reflect.Method,java.lang.String,java.lang.Object[]) -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption$GeoLanguage getGeoLanguage() -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData -wangdaye.com.geometricweather.R$dimen: int abc_control_corner_material -android.didikee.donate.R$styleable: int AppCompatTheme_actionBarTabBarStyle -io.reactivex.internal.disposables.EmptyDisposable: void error(java.lang.Throwable,io.reactivex.MaybeObserver) -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: boolean done -cyanogenmod.platform.Manifest$permission: java.lang.String ACCESS_THEME_MANAGER -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource -androidx.vectordrawable.R$id: int notification_main_column -com.google.android.material.slider.RangeSlider: void setTickTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$attr: int actionProviderClass -cyanogenmod.themes.IThemeService$Stub$Proxy: boolean isThemeBeingProcessed(java.lang.String) -wangdaye.com.geometricweather.R$string: int common_signin_button_text_long -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_fixed_width_minor -androidx.appcompat.R$attr: int defaultQueryHint -com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableCompat_android_dither -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$8: KeyguardExternalViewProviderService$Provider$ProviderImpl$8(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl,float) -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem -com.google.android.material.appbar.AppBarLayout: float getTargetElevation() -androidx.activity.R$styleable: int GradientColor_android_gradientRadius -wangdaye.com.geometricweather.R$styleable: int ActionBarLayout_android_layout_gravity -wangdaye.com.geometricweather.R$string: int settings_title_trend_horizontal_line_switch -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeInsetEnd -james.adaptiveicon.R$id: int right_icon -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: java.lang.String getPubTime() -james.adaptiveicon.R$drawable: int tooltip_frame_light -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: boolean cancelled -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric: int UnitType -wangdaye.com.geometricweather.R$layout: int abc_list_menu_item_icon -okhttp3.internal.http2.Hpack$Writer: int headerCount -okhttp3.HttpUrl: java.lang.String queryParameterName(int) -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_star_half_black_48dp -com.jaredrummler.android.colorpicker.R$id: int preset -wangdaye.com.geometricweather.R$attr: int minWidth -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Maximum Maximum -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Imperial -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_medium_material -com.google.android.material.R$color: int material_cursor_color -wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderToggleButton -androidx.preference.R$attr: int fontFamily -wangdaye.com.geometricweather.R$color: int abc_primary_text_material_light -androidx.constraintlayout.widget.R$attr: int onNegativeCross -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse -android.support.v4.app.INotificationSideChannel$Stub$Proxy -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: java.lang.String getSpeedText(android.content.Context,float) -james.adaptiveicon.R$attr: int windowFixedWidthMajor -android.didikee.donate.R$attr: int panelBackground -wangdaye.com.geometricweather.R$style: int widget_week_icon -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dividerVertical -androidx.appcompat.R$styleable: int MenuView_android_itemBackground -android.support.v4.os.IResultReceiver$Stub: boolean setDefaultImpl(android.support.v4.os.IResultReceiver) -wangdaye.com.geometricweather.background.polling.basic.ForegroundUpdateService -okhttp3.Headers$Builder: Headers$Builder() -androidx.appcompat.app.ToolbarActionBar: void removeOnMenuVisibilityListener(androidx.appcompat.app.ActionBar$OnMenuVisibilityListener) -wangdaye.com.geometricweather.db.entities.DaoMaster$DevOpenHelper: DaoMaster$DevOpenHelper(android.content.Context,java.lang.String,android.database.sqlite.SQLiteDatabase$CursorFactory) -io.reactivex.Observable: io.reactivex.Observable window(io.reactivex.ObservableSource,io.reactivex.functions.Function) -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: java.lang.String getSpeedVoice(android.content.Context,float) -io.reactivex.internal.observers.BasicIntQueueDisposable: boolean offer(java.lang.Object) -okhttp3.Cache: okhttp3.internal.cache.DiskLruCache cache -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float getIce() -com.turingtechnologies.materialscrollbar.R$styleable: int ActionMenuItemView_android_minWidth -com.xw.repo.bubbleseekbar.R$dimen: int abc_seekbar_track_progress_height_material -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_2_30 -androidx.recyclerview.R$id: int text2 -androidx.core.R$id: int accessibility_custom_action_14 -androidx.appcompat.widget.Toolbar: java.lang.CharSequence getSubtitle() -wangdaye.com.geometricweather.R$string: int settings_notification_can_be_cleared_off -wangdaye.com.geometricweather.R$id: int seekbar -com.turingtechnologies.materialscrollbar.CustomIndicator: int getIndicatorWidth() -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: int getPollenColor(android.content.Context,java.lang.Integer) -com.google.android.material.R$attr: int hintTextAppearance -cyanogenmod.themes.ThemeChangeRequest$1 -cyanogenmod.app.IProfileManager: boolean setActiveProfileByName(java.lang.String) -okhttp3.internal.ws.WebSocketProtocol: int OPCODE_CONTROL_PING -wangdaye.com.geometricweather.R$color: int bright_foreground_inverse_material_light -androidx.appcompat.R$attr: int autoCompleteTextViewStyle -androidx.preference.R$anim: int btn_radio_to_off_mtrl_dot_group_animation -com.google.android.material.R$attr: int flow_horizontalGap -androidx.preference.R$drawable: int abc_btn_switch_to_on_mtrl_00012 -com.google.android.material.R$attr: int tabRippleColor -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: io.reactivex.functions.BiFunction resultSelector -androidx.vectordrawable.animated.R$id: int tag_accessibility_heading -okhttp3.ResponseBody$BomAwareReader: boolean closed -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: int OTHER_STATE_CONSUMED_OR_EMPTY -wangdaye.com.geometricweather.R$styleable: int Transition_constraintSetStart -androidx.work.R$styleable: int[] FontFamilyFont -com.xw.repo.bubbleseekbar.R$layout: R$layout() -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_Behavior_Layout_behavior_autoHide -wangdaye.com.geometricweather.R$attr: int buttonBarNegativeButtonStyle -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA -wangdaye.com.geometricweather.R$string: int feedback_readd_location -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_COLOR_AUTO -okhttp3.HttpUrl: java.lang.String scheme -androidx.core.view.GestureDetectorCompat: void setOnDoubleTapListener(android.view.GestureDetector$OnDoubleTapListener) -com.google.android.material.textfield.TextInputLayout: void setEndIconOnClickListener(android.view.View$OnClickListener) -wangdaye.com.geometricweather.R$animator: int weather_rain_2 -cyanogenmod.profiles.LockSettings: android.os.Parcelable$Creator CREATOR -cyanogenmod.providers.CMSettings$System: java.lang.String PROXIMITY_ON_WAKE -com.google.android.material.R$id: int motion_base -wangdaye.com.geometricweather.R$id: int textSpacerNoButtons -com.amap.api.location.AMapLocationQualityReport: com.amap.api.location.AMapLocationClientOption$AMapLocationMode a +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_NoActionBar_Bridge +androidx.core.R$styleable: int GradientColor_android_centerColor +wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: java.lang.String admin2 +com.bumptech.glide.load.resource.gif.GifFrameLoader: void setOnEveryFrameReadyListener(com.bumptech.glide.load.resource.gif.GifFrameLoader$OnEveryFrameListener) +io.reactivex.internal.operators.observable.ObserverResourceWrapper: void onComplete() +retrofit2.Retrofit$1: retrofit2.Platform platform +com.google.android.material.R$anim: int abc_fade_out +wangdaye.com.geometricweather.R$attr: int contentInsetEndWithActions +androidx.drawerlayout.R$styleable: int GradientColor_android_endColor +io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.View onCreatePanelView(int) +okhttp3.internal.cache.DiskLruCache$Editor$1 +com.google.android.material.R$styleable: int ConstraintSet_flow_horizontalBias +cyanogenmod.externalviews.KeyguardExternalView$4: cyanogenmod.externalviews.KeyguardExternalView this$0 +com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleGravity +com.google.android.material.R$styleable: int[] KeyPosition +okhttp3.ResponseBody$BomAwareReader: java.io.Reader delegate +com.xw.repo.bubbleseekbar.R$drawable: int abc_ratingbar_indicator_material +wangdaye.com.geometricweather.R$string: int mtrl_picker_toggle_to_day_selection +com.jaredrummler.android.colorpicker.R$id: int async +android.didikee.donate.R$dimen: int abc_switch_padding +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int NOT_AVAILABLE +androidx.appcompat.widget.SwitchCompat: SwitchCompat(android.content.Context) +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_subtitleTextColor +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeStyle +com.xw.repo.bubbleseekbar.R$dimen: int notification_action_icon_size +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_13 +wangdaye.com.geometricweather.R$animator: int mtrl_extended_fab_change_size_expand_motion_spec +james.adaptiveicon.R$styleable: int AppCompatTextView_lineHeight +androidx.appcompat.R$layout: int notification_template_part_time +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle +okio.GzipSink: GzipSink(okio.Sink) +com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getStartIconContentDescription() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility Visibility +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView getChartItemView() +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_year_corner +okhttp3.internal.connection.RealConnection: int MAX_TUNNEL_ATTEMPTS +retrofit2.ServiceMethod: ServiceMethod() +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryInnerObserver BOUNDARY_DISPOSED +com.google.android.material.R$attr: int autoSizeMinTextSize +wangdaye.com.geometricweather.R$attr: int alphabeticModifiers +androidx.core.R$id: int forever +com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$Node removeInternalByKey(java.lang.Object) +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: int mainTextColorResId +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: MaterialWeatherView(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$attr: int expandedTitleMarginStart +retrofit2.ParameterHandler$RelativeUrl +com.google.gson.stream.JsonReader: java.lang.String nextQuotedValue(char) +io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: java.lang.Object getAndNullValue() +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintStart_toEndOf +androidx.core.R$id: int blocking +com.google.android.material.R$styleable: int ConstraintSet_android_layout_marginLeft +wangdaye.com.geometricweather.R$string: int sp_widget_clock_day_week_setting +james.adaptiveicon.R$id: int action_bar_title +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_temp_5 +okio.Pipe: okio.Source source() +androidx.viewpager.widget.PagerTitleStrip +io.reactivex.internal.operators.observable.ObservableGroupBy$State: void dispose() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary DegreeDaySummary +androidx.preference.R$style: int Widget_AppCompat_DrawerArrowToggle +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Toolbar_PrimarySurface +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatImageView_android_src +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: android.os.IBinder mRemote +io.reactivex.internal.observers.DeferredScalarObserver: void onComplete() +com.google.gson.FieldNamingPolicy: java.lang.String translateName(java.lang.reflect.Field) +android.didikee.donate.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge +wangdaye.com.geometricweather.R$attr: int rv_side +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilitySnow: MfForecastResult$ProbabilityForecast$ProbabilitySnow() +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner +wangdaye.com.geometricweather.R$drawable: int notif_temp_7 +com.google.android.gms.location.LocationAvailability: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property Id +wangdaye.com.geometricweather.R$id: int container_main_sun_moon_sun_icon +okhttp3.ResponseBody$1: ResponseBody$1(okhttp3.MediaType,long,okio.BufferedSource) +okhttp3.FormBody: java.lang.String encodedValue(int) +wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayDetailsProvider: WidgetClockDayDetailsProvider() +com.jaredrummler.android.colorpicker.R$attr: int srcCompat +io.reactivex.observers.TestObserver$EmptyObserver: void onError(java.lang.Throwable) +okio.Buffer: java.lang.String readUtf8() +com.google.android.material.button.MaterialButton: void setIconGravity(int) +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: java.lang.Object poll() +wangdaye.com.geometricweather.R$color: int weather_source_caiyun +com.amap.api.location.AMapLocation: void setSatellites(int) +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: boolean disposed +androidx.vectordrawable.animated.R$styleable: int GradientColor_android_gradientRadius +wangdaye.com.geometricweather.R$attr: int titleMargins +com.jaredrummler.android.colorpicker.R$layout: int notification_template_part_time +com.google.android.material.R$string: int mtrl_picker_navigate_to_year_description +com.bumptech.glide.R$attr: int fontVariationSettings +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: CaiYunMainlyResult$CurrentBean$HumidityBean() +android.didikee.donate.R$attr: int listPreferredItemPaddingRight +cyanogenmod.app.IPartnerInterface$Stub$Proxy: android.os.IBinder asBinder() +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableStartCompat +okio.Timeout$1: okio.Timeout timeout(long,java.util.concurrent.TimeUnit) +com.google.android.material.R$styleable: int KeyTimeCycle_android_rotationY +androidx.recyclerview.R$dimen: int compat_button_padding_vertical_material +wangdaye.com.geometricweather.R$string: int settings_category_basic +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: void setDirection(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX) +com.google.android.material.R$styleable: int Toolbar_popupTheme +com.google.android.material.slider.BaseSlider: void setEnabled(boolean) +com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_selector_disabled_holo_dark +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionDropDownStyle +androidx.appcompat.R$id: int accessibility_custom_action_17 +androidx.transition.R$dimen: int notification_subtext_size +com.google.android.material.progressindicator.ProgressIndicator: com.google.android.material.progressindicator.ProgressIndicatorSpec getSpec() +com.google.android.material.R$attr: int layout_goneMarginLeft +com.google.android.material.R$drawable: int ic_mtrl_chip_checked_circle +cyanogenmod.weather.WeatherLocation$Builder: java.lang.String mCityId +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_CompoundButton_Switch +com.turingtechnologies.materialscrollbar.R$styleable: int CardView_cardPreventCornerOverlap +androidx.preference.R$id: int alertTitle +com.turingtechnologies.materialscrollbar.R$integer: int mtrl_tab_indicator_anim_duration_ms +com.amap.api.fence.GeoFence: GeoFence(android.os.Parcel) +cyanogenmod.themes.IThemeService$Stub$Proxy: android.os.IBinder mRemote +com.bumptech.glide.R$styleable: int GradientColor_android_centerX +com.xw.repo.bubbleseekbar.R$attr: int subMenuArrow +androidx.lifecycle.MediatorLiveData: androidx.arch.core.internal.SafeIterableMap mSources +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode +androidx.constraintlayout.widget.R$styleable: int ActionBar_divider +androidx.preference.R$styleable: int Preference_summary +com.google.android.gms.base.R$string: int common_google_play_services_update_title +com.xw.repo.bubbleseekbar.R$id: int scrollIndicatorDown +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_height +okio.Buffer: okio.Buffer writeString(java.lang.String,java.nio.charset.Charset) +androidx.work.R$id: int accessibility_custom_action_15 +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ListView_DropDown +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String suggest +wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_toolbar +cyanogenmod.app.CMContextConstants: java.lang.String CM_ICON_CACHE_SERVICE +wangdaye.com.geometricweather.R$dimen: int abc_switch_padding +androidx.appcompat.resources.R$dimen: int notification_subtext_size +james.adaptiveicon.R$styleable: int DrawerArrowToggle_drawableSize +com.turingtechnologies.materialscrollbar.R$color: int abc_search_url_text_pressed +james.adaptiveicon.R$id: int action_menu_presenter +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_iconTint +androidx.viewpager2.R$layout: int notification_template_icon_group +okhttp3.internal.ws.WebSocketReader: boolean closed +io.reactivex.internal.schedulers.ScheduledRunnable: java.lang.Object call() +com.jaredrummler.android.colorpicker.R$attr: int actionModeShareDrawable +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Imperial: java.lang.String Unit +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void dispose() +com.google.android.material.R$dimen: int design_bottom_sheet_elevation +androidx.constraintlayout.widget.R$styleable: int KeyTrigger_onPositiveCross +androidx.hilt.work.R$styleable: int GradientColor_android_endY +com.github.rahatarmanahmed.cpv.CircularProgressView$9 +cyanogenmod.app.ICMTelephonyManager +com.xw.repo.bubbleseekbar.R$attr: int bsb_always_show_bubble_delay +cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_WIFIAP +io.reactivex.Observable: io.reactivex.Observable interval(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +android.didikee.donate.R$attr: int maxButtonHeight +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.WeatherEntity) +androidx.legacy.coreutils.R$color: R$color() +wangdaye.com.geometricweather.R$drawable: int ic_launcher_foreground +androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy: ConstraintProxy$StorageNotLowProxy() +androidx.transition.R$dimen: int notification_right_side_padding_top +com.google.android.material.R$drawable: int abc_btn_radio_material +androidx.legacy.coreutils.R$drawable: int notify_panel_notification_icon_bg +james.adaptiveicon.R$styleable: int AppCompatTheme_android_windowAnimationStyle +cyanogenmod.weather.CMWeatherManager$2$2: int val$status +okhttp3.internal.http2.Huffman$Node +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: boolean delayError +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_default_height_material +com.turingtechnologies.materialscrollbar.R$attr: int divider +wangdaye.com.geometricweather.R$string: int bottomsheet_action_expand_halfway +com.jaredrummler.android.colorpicker.R$style: int Animation_AppCompat_Tooltip +wangdaye.com.geometricweather.R$styleable: int Slider_labelBehavior +androidx.drawerlayout.R$id: int actions +android.didikee.donate.R$styleable: int MenuItem_android_visible +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.Astro[] astros +com.xw.repo.bubbleseekbar.R$drawable: int abc_cab_background_top_material +wangdaye.com.geometricweather.R$id: int activity_widget_config_clockFontTitle +com.google.android.material.R$id: int coordinator +com.google.android.material.R$styleable: int AppBarLayoutStates_state_liftable +okio.Buffer: boolean rangeEquals(long,okio.ByteString,int,int) +okhttp3.internal.http2.Http2Connection: void failConnection() +androidx.preference.R$color: int material_grey_100 +com.google.android.material.floatingactionbutton.FloatingActionButton: void setVisibility(int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: void setDirection(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int PreferenceFragment_android_divider +com.xw.repo.bubbleseekbar.R$attr: int tint +androidx.cardview.widget.CardView: void setRadius(float) +wangdaye.com.geometricweather.R$dimen: int widget_title_text_size +okio.ByteString: char[] HEX_DIGITS +okhttp3.internal.cache.DiskLruCache: java.lang.String JOURNAL_FILE +cyanogenmod.app.Profile: void readTriggersFromXml(org.xmlpull.v1.XmlPullParser,android.content.Context,cyanogenmod.app.Profile) +io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain: long serialVersionUID +wangdaye.com.geometricweather.R$color: int material_blue_grey_800 +com.xw.repo.bubbleseekbar.R$attr: int bsb_seek_by_section +james.adaptiveicon.R$layout: int abc_popup_menu_item_layout +io.reactivex.internal.subscriptions.EmptySubscription: java.lang.Object poll() +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight_NoActionBar +com.google.android.material.R$attr: int moveWhenScrollAtTop +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_suffixTextColor +androidx.vectordrawable.R$id: R$id() +wangdaye.com.geometricweather.R$attr: int srcCompat +wangdaye.com.geometricweather.R$string: int translator +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_HUMIDITY +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_list_padding_bottom_no_buttons +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_body_2_material +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color Color +com.google.android.material.R$styleable: int TextInputEditText_textInputLayoutFocusedRectEnabled +com.google.android.material.R$styleable: int Layout_layout_constraintHorizontal_weight +cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.DisplayMode getDefaultDisplayMode() +wangdaye.com.geometricweather.R$drawable: int flag_ro +com.jaredrummler.android.colorpicker.R$id: int scrollView +wangdaye.com.geometricweather.R$attr: int chipStrokeColor +okhttp3.internal.ws.RealWebSocket: boolean send(okio.ByteString,int) +retrofit2.Converter +com.google.android.material.R$dimen: int mtrl_bottomappbar_fabOffsetEndMode +androidx.coordinatorlayout.R$id: int tag_accessibility_clickable_spans +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_shapeAppearance +com.google.android.material.slider.Slider: Slider(android.content.Context,android.util.AttributeSet,int) +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintDimensionRatio +wangdaye.com.geometricweather.common.ui.widgets.AnimatableIconView: AnimatableIconView(android.content.Context) +wangdaye.com.geometricweather.R$id: int container_main_details_recyclerView +okhttp3.Cache: int writeSuccessCount() +wangdaye.com.geometricweather.remoteviews.config.Hilt_HourlyTrendWidgetConfigActivity +wangdaye.com.geometricweather.R$styleable: int GradientColor_android_centerY +com.jaredrummler.android.colorpicker.R$attr: int displayOptions +okhttp3.internal.tls.DistinguishedNameParser: java.lang.String findMostSpecific(java.lang.String) +com.google.android.material.R$id: int spacer +okhttp3.Authenticator +io.reactivex.internal.operators.observable.ObservableGroupBy$State: java.lang.Object key +androidx.appcompat.R$attr: int subtitleTextStyle +okhttp3.ResponseBody: java.nio.charset.Charset charset() +android.didikee.donate.R$attr: int actionProviderClass +james.adaptiveicon.R$color: int bright_foreground_material_light +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: int index +com.jaredrummler.android.colorpicker.ColorPanelView: void setShape(int) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textColorAlertDialogListItem +androidx.fragment.R$anim: int fragment_close_exit +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getShortTemperature(android.content.Context,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) +androidx.hilt.R$layout: R$layout() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX names +com.jaredrummler.android.colorpicker.R$string: int abc_searchview_description_voice +wangdaye.com.geometricweather.R$id: int material_hour_text_input +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Metric +androidx.vectordrawable.R$layout +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Long id +com.google.android.material.R$attr: int drawableBottomCompat +com.amap.api.location.DPoint: double a +wangdaye.com.geometricweather.R$animator: int mtrl_fab_hide_motion_spec +james.adaptiveicon.R$color: int switch_thumb_disabled_material_dark +wangdaye.com.geometricweather.R$styleable: int Slider_tickColorInactive +wangdaye.com.geometricweather.R$drawable: int notif_temp_42 +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu +okhttp3.OkHttpClient: javax.net.ssl.SSLSocketFactory sslSocketFactory() +cyanogenmod.app.LiveLockScreenInfo$Builder: LiveLockScreenInfo$Builder() +androidx.core.R$id: int accessibility_custom_action_28 +com.turingtechnologies.materialscrollbar.R$attr: int actionBarWidgetTheme +androidx.viewpager2.R$attr: int fastScrollHorizontalThumbDrawable +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Small +retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder addConverterFactory(retrofit2.Converter$Factory) +androidx.drawerlayout.R$id: int info +com.jaredrummler.android.colorpicker.R$string +android.didikee.donate.R$style: int Base_Widget_AppCompat_ButtonBar +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_fontVariationSettings +wangdaye.com.geometricweather.R$id: int search_badge +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_CompactMenu +com.turingtechnologies.materialscrollbar.R$id: int end +com.turingtechnologies.materialscrollbar.R$attr: int autoSizeTextType +androidx.constraintlayout.widget.R$dimen: int abc_switch_padding +cyanogenmod.providers.CMSettings: java.lang.String AUTHORITY +wangdaye.com.geometricweather.R$string: int material_timepicker_minute +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeWindChillTemperature +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_maxHeight +okhttp3.RequestBody: okhttp3.RequestBody create(okhttp3.MediaType,okio.ByteString) +androidx.constraintlayout.widget.R$dimen: int abc_dialog_list_padding_top_no_title +com.jaredrummler.android.colorpicker.R$color: int background_floating_material_dark +com.xw.repo.bubbleseekbar.R$style: int Base_V7_Theme_AppCompat_Light +androidx.preference.R$styleable: int SwitchPreference_android_disableDependentsState +com.amap.api.fence.GeoFence: int STATUS_LOCFAIL +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getThunderstormPrecipitation() cyanogenmod.app.CustomTile$ExpandedItem$1: java.lang.Object[] newArray(int) -androidx.appcompat.R$style: int Base_V7_Widget_AppCompat_EditText -androidx.preference.R$attr: int maxButtonHeight -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language ENGLISH_AU -androidx.swiperefreshlayout.R$id: int line1 -com.google.android.material.R$drawable: int design_snackbar_background -wangdaye.com.geometricweather.R$dimen: int material_helper_text_font_1_3_padding_top -androidx.appcompat.R$attr: int controlBackground -james.adaptiveicon.R$style: int Widget_AppCompat_CompoundButton_Switch -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_SearchView -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_show_section_text -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_android_windowIsFloating -androidx.appcompat.widget.SearchView: void setQueryRefinementEnabled(boolean) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatSeekBar_tickMarkTint -com.google.android.material.textfield.MaterialAutoCompleteTextView: void setAdapter(android.widget.ListAdapter) -io.reactivex.internal.subscribers.StrictSubscriber -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setLatitude(java.lang.String) -com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_android_positiveButtonText -wangdaye.com.geometricweather.R$dimen: int design_snackbar_min_width -com.bumptech.glide.R$attr: R$attr() -wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) -androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_android_fontWeight -androidx.appcompat.R$style: int Base_Widget_AppCompat_Button_Borderless -com.google.android.material.chip.Chip: void setChipStrokeColorResource(int) -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionBar_Solid -james.adaptiveicon.R$attr: int windowMinWidthMajor -androidx.core.R$id: int tag_accessibility_pane_title -androidx.core.R$dimen: R$dimen() -retrofit2.adapter.rxjava2.Result: boolean isError() -wangdaye.com.geometricweather.db.entities.DailyEntityDao: wangdaye.com.geometricweather.db.entities.DailyEntity readEntity(android.database.Cursor,int) -androidx.drawerlayout.R$id: int action_text -androidx.preference.R$styleable: int AppCompatTheme_listDividerAlertDialog -com.google.android.material.R$styleable: int Constraint_layout_constraintRight_toLeftOf -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX() -com.turingtechnologies.materialscrollbar.R$styleable: int ViewStubCompat_android_inflatedId -androidx.viewpager2.R$id: int right_icon -androidx.coordinatorlayout.R$dimen: int compat_notification_large_icon_max_height -james.adaptiveicon.R$id: int none -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice$AdviceContext: AtmoAuraQAResult$Advice$AdviceContext() -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ListMenuView -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver -com.turingtechnologies.materialscrollbar.R$attr: int queryBackground -okhttp3.ResponseBody: okhttp3.ResponseBody create(okhttp3.MediaType,java.lang.String) -com.turingtechnologies.materialscrollbar.R$attr: int logoDescription -io.reactivex.Observable: io.reactivex.Observable zip(java.lang.Iterable,io.reactivex.functions.Function) -com.xw.repo.bubbleseekbar.R$attr: int bsb_max -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox -wangdaye.com.geometricweather.R$styleable: int[] CollapsingToolbarLayout -androidx.lifecycle.extensions.R$styleable: int GradientColor_android_endY -com.google.android.material.R$styleable: int ConstraintSet_layout_constrainedHeight -io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title -okio.Buffer: okio.Buffer writeByte(int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary TemperatureSummary -com.google.android.material.R$styleable: int MaterialButton_rippleColor -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_DarkActionBar -androidx.coordinatorlayout.R$style: int Widget_Compat_NotificationActionText -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$LocalSource: int Id -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Menu -com.google.gson.stream.JsonReader: java.lang.String nextUnquotedValue() -com.turingtechnologies.materialscrollbar.DragScrollBar: float getHideRatio() -androidx.drawerlayout.R$dimen: int notification_big_circle_margin -okio.BufferedSource: void readFully(okio.Buffer,long) -androidx.preference.R$dimen: int abc_action_bar_default_padding_end_material -wangdaye.com.geometricweather.R$drawable: int weather_sleet_2 -cyanogenmod.themes.IThemeService$Stub$Proxy: int getLastThemeChangeRequestType() -com.amap.api.location.AMapLocationQualityReport: void setGpsStatus(int) -io.reactivex.internal.util.NotificationLite: boolean accept(java.lang.Object,io.reactivex.Observer) -androidx.fragment.R$attr: int fontProviderPackage -wangdaye.com.geometricweather.R$string: int path_password_eye_mask_strike_through -wangdaye.com.geometricweather.R$color: int colorTextGrey -wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.String level -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setPm10(java.lang.Float) -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Inverse -androidx.appcompat.widget.FitWindowsLinearLayout: FitWindowsLinearLayout(android.content.Context,android.util.AttributeSet) -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: ObservableSwitchMap$SwitchMapInnerObserver(io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver,long,int) -androidx.viewpager2.R$attr -android.didikee.donate.R$id: int notification_main_column -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: boolean isDisposed() -com.google.android.material.R$styleable: int ActionBar_titleTextStyle -wangdaye.com.geometricweather.R$dimen: int design_tab_text_size -com.turingtechnologies.materialscrollbar.R$attr: int searchIcon -wangdaye.com.geometricweather.R$drawable: int btn_checkbox_unchecked_mtrl -android.didikee.donate.R$styleable: int AppCompatTheme_viewInflaterClass -wangdaye.com.geometricweather.R$font: int product_sans_bold -com.google.android.material.bottomappbar.BottomAppBar: void setHideOnScroll(boolean) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge -wangdaye.com.geometricweather.R$attr: int foregroundInsidePadding -wangdaye.com.geometricweather.R$layout: int abc_action_bar_up_container -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense -okio.Buffer: long readHexadecimalUnsignedLong() -wangdaye.com.geometricweather.R$color: int design_dark_default_color_surface -androidx.constraintlayout.widget.R$styleable: int AlertDialog_buttonIconDimen -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Small_Inverse -com.google.android.material.circularreveal.CircularRevealLinearLayout: android.graphics.drawable.Drawable getCircularRevealOverlayDrawable() -com.google.android.material.R$styleable: int MaterialCalendar_dayInvalidStyle -wangdaye.com.geometricweather.R$styleable: int AppBarLayout_liftOnScroll -com.jaredrummler.android.colorpicker.R$styleable: int CheckBoxPreference_disableDependentsState -androidx.constraintlayout.widget.R$attr: int layout_constraintTop_toBottomOf -com.google.android.material.R$dimen: int material_font_1_3_box_collapsed_padding_top -com.google.android.material.R$color: int design_default_color_secondary_variant -com.google.android.material.R$styleable: int Layout_layout_constraintStart_toStartOf -androidx.preference.R$attr: int actionModeCutDrawable -wangdaye.com.geometricweather.R$id: int clip_vertical -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_android_textOff -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator HIGH_TOUCH_SENSITIVITY_ENABLE_VALIDATOR -com.google.android.material.R$dimen: int mtrl_alert_dialog_background_inset_start -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: int getDesiredWidth() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setPubTime(java.lang.String) -com.google.android.material.R$style: int Widget_AppCompat_Light_AutoCompleteTextView -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean setDisplayMode(cyanogenmod.hardware.DisplayMode,boolean) -wangdaye.com.geometricweather.R$styleable: int[] FitSystemBarRecyclerView -com.xw.repo.bubbleseekbar.R$attr: int colorAccent -wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String getWeatherSource() -com.google.gson.FieldNamingPolicy$6: FieldNamingPolicy$6(java.lang.String,int) -com.xw.repo.bubbleseekbar.R$id: int submit_area -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomAppBar -retrofit2.ParameterHandler$QueryName: retrofit2.Converter nameConverter -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: HourlyEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) -io.reactivex.internal.operators.observable.ObservableGroupBy$State: long serialVersionUID -androidx.appcompat.widget.SwitchCompat: android.graphics.PorterDuff$Mode getTrackTintMode() -androidx.preference.R$id: int accessibility_custom_action_19 -androidx.recyclerview.R$dimen: int notification_top_pad_large_text -okio.AsyncTimeout$2: okio.AsyncTimeout this$0 -okhttp3.Cookie: okhttp3.Cookie parse(okhttp3.HttpUrl,java.lang.String) -androidx.preference.R$style: int Base_V26_Theme_AppCompat -android.didikee.donate.R$style: int Base_V23_Theme_AppCompat -android.didikee.donate.R$attr: int popupMenuStyle -androidx.hilt.lifecycle.R$styleable: int Fragment_android_id -androidx.constraintlayout.widget.R$attr: int layout_constraintEnd_toEndOf -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -james.adaptiveicon.R$id: int text2 -androidx.appcompat.R$styleable: int AnimatedStateListDrawableItem_android_drawable -io.reactivex.Observable: java.lang.Iterable blockingIterable() -com.jaredrummler.android.colorpicker.R$styleable: int[] ActionMode -wangdaye.com.geometricweather.R$styleable: int Slider_android_stepSize -com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_animSyncDuration -okhttp3.CipherSuite: okhttp3.CipherSuite init(java.lang.String,int) -android.didikee.donate.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle -cyanogenmod.themes.ThemeManager: long getLastThemeChangeTime() -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWeatherText(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle -com.turingtechnologies.materialscrollbar.R$attr: int chipStandaloneStyle -wangdaye.com.geometricweather.R$drawable: int abc_btn_colored_material -wangdaye.com.geometricweather.R$drawable: int notification_bg_low_pressed -android.didikee.donate.R$style: int Animation_AppCompat_Dialog -okhttp3.internal.http2.Http2Stream$FramingSource: boolean closed -cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status valueOf(java.lang.String) -com.google.android.material.R$animator: int design_appbar_state_list_animator -wangdaye.com.geometricweather.R$id: int container_main_pollen_indicator -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query -androidx.preference.R$styleable: int AppCompatImageView_tintMode -com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_type -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.UV uv -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeTotalPrecipitation -com.amap.api.location.DPoint$1 -cyanogenmod.providers.DataUsageContract: java.lang.String CONTENT_ITEM_TYPE -com.google.android.material.R$styleable: int Constraint_layout_constraintLeft_toLeftOf -wangdaye.com.geometricweather.R$style: int Theme_AppCompat +androidx.preference.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow +com.google.android.material.R$styleable: int TextInputLayout_endIconTintMode +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Menu +wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties +com.google.android.material.R$drawable: int abc_text_select_handle_left_mtrl_dark +com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize +com.jaredrummler.android.colorpicker.R$style: int Preference_DialogPreference_Material +com.google.android.material.R$color: int tooltip_background_light +okhttp3.Headers: okhttp3.Headers of(java.util.Map) +com.google.android.material.R$drawable: int abc_menu_hardkey_panel_mtrl_mult +wangdaye.com.geometricweather.R$styleable: int GradientColor_android_startY +com.google.android.material.internal.NavigationMenuView: NavigationMenuView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit valueOf(java.lang.String) +com.turingtechnologies.materialscrollbar.R$string: int abc_menu_space_shortcut_label +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: int PrecipitationProbability +androidx.appcompat.widget.AppCompatSpinner: void setBackgroundDrawable(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.R$id: int activity_widget_config +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Body1 +androidx.constraintlayout.widget.R$dimen: int abc_text_size_display_3_material +james.adaptiveicon.R$style: int Platform_ThemeOverlay_AppCompat_Dark +com.google.android.material.R$string: int item_view_role_description +okhttp3.Address: javax.net.ssl.HostnameVerifier hostnameVerifier() +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: java.util.concurrent.atomic.AtomicReference upstream +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Long id +com.xw.repo.bubbleseekbar.R$attr: int imageButtonStyle +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: java.lang.String timezone +wangdaye.com.geometricweather.remoteviews.config.AbstractWidgetConfigActivity: AbstractWidgetConfigActivity() +cyanogenmod.weather.WeatherInfo$DayForecast$Builder: WeatherInfo$DayForecast$Builder(int) +com.google.android.material.R$styleable: int NavigationView_itemShapeInsetStart +wangdaye.com.geometricweather.R$id: int snackbar_action +wangdaye.com.geometricweather.R$drawable: int weather_clear_day_mini_dark +androidx.hilt.R$id: int line1 +androidx.hilt.lifecycle.R$attr: int font +wangdaye.com.geometricweather.R$color: int switch_thumb_normal_material_light +androidx.legacy.coreutils.R$id: int notification_main_column_container +io.reactivex.Observable: io.reactivex.Observable compose(io.reactivex.ObservableTransformer) +com.google.android.gms.common.R$string: int common_google_play_services_unknown_issue +androidx.vectordrawable.R$styleable: int FontFamilyFont_android_fontVariationSettings +androidx.preference.R$attr: int actionModePasteDrawable +com.google.android.material.R$styleable: int AppCompatTheme_android_windowIsFloating +androidx.loader.R$styleable: int FontFamilyFont_fontWeight +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Toolbar_Button_Navigation +io.reactivex.Observable: io.reactivex.Observable defer(java.util.concurrent.Callable) +androidx.lifecycle.ClassesInfoCache: java.lang.reflect.Method[] getDeclaredMethods(java.lang.Class) +cyanogenmod.externalviews.KeyguardExternalView: boolean mIsInteractive +okhttp3.OkHttpClient: javax.net.ssl.SSLSocketFactory newSslSocketFactory(javax.net.ssl.X509TrustManager) +androidx.fragment.R$styleable: int GradientColor_android_tileMode +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog +android.didikee.donate.R$attr: int defaultQueryHint +com.google.android.material.datepicker.DateValidatorPointForward: android.os.Parcelable$Creator CREATOR +androidx.constraintlayout.widget.R$attr: int listPreferredItemHeightLarge +androidx.preference.R$styleable: int Preference_allowDividerBelow +james.adaptiveicon.R$attr: int contentDescription +androidx.activity.R$layout: int custom_dialog +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean onSearchRequested() +androidx.legacy.coreutils.R$id: int normal +wangdaye.com.geometricweather.resource.utils.ResourceUtils$NullResourceIdException: ResourceUtils$NullResourceIdException() +androidx.viewpager.R$styleable: int FontFamily_fontProviderFetchStrategy +wangdaye.com.geometricweather.R$style: int subtitle_text +com.google.android.material.R$color: int switch_thumb_material_dark +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: boolean done +okhttp3.Dispatcher: java.util.Deque runningSyncCalls +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Metric Metric +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum Minimum +com.google.android.gms.location.DetectedActivity: android.os.Parcelable$Creator CREATOR +com.xw.repo.bubbleseekbar.R$id: int action_bar_root +android.support.v4.app.INotificationSideChannel$Stub: INotificationSideChannel$Stub() +androidx.legacy.coreutils.R$styleable: int FontFamily_fontProviderFetchTimeout +okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.PushObserver pushObserver +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: java.lang.String zh_CN +androidx.coordinatorlayout.R$id: int accessibility_custom_action_19 +wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.Object getKey(java.lang.Object) +com.google.android.material.R$style: int Base_Theme_AppCompat_Dialog_Alert +retrofit2.adapter.rxjava2.Result: retrofit2.Response response +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Metric: java.lang.String Unit +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: void setTo(java.lang.String) +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +androidx.vectordrawable.animated.R$id: int action_text +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Metric Metric +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: java.util.List value +com.turingtechnologies.materialscrollbar.R$color: int mtrl_chip_close_icon_tint +james.adaptiveicon.R$styleable: int MenuItem_android_orderInCategory +com.google.android.material.bottomappbar.BottomAppBar: int getFabAnimationMode() +wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle +okhttp3.internal.http2.Hpack: java.util.Map nameToFirstIndex() +okio.Pipe$PipeSink +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String hourlyForecast +okhttp3.internal.platform.Jdk9Platform: javax.net.ssl.X509TrustManager trustManager(javax.net.ssl.SSLSocketFactory) +androidx.coordinatorlayout.R$styleable: int GradientColor_android_gradientRadius +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse +androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_RESUME +com.xw.repo.bubbleseekbar.R$dimen: int compat_button_inset_vertical_material +cyanogenmod.externalviews.KeyguardExternalViewProviderService: java.lang.String access$200() +com.google.android.material.R$style: int Theme_MaterialComponents_Dialog +com.google.gson.LongSerializationPolicy: com.google.gson.JsonElement serialize(java.lang.Long) +okhttp3.EventListener$1 +com.turingtechnologies.materialscrollbar.R$layout: int abc_tooltip +okio.InflaterSource: long read(okio.Buffer,long) +cyanogenmod.library.R$attr: int settingsActivity +androidx.constraintlayout.widget.R$styleable: int MenuItem_contentDescription +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult: MfForecastResult() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeThunderstormPrecipitationDuration() +wangdaye.com.geometricweather.R$string: int material_timepicker_text_input_mode_description +james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown +io.reactivex.Observable: io.reactivex.Observable timeout(io.reactivex.functions.Function) +androidx.coordinatorlayout.R$attr: int fontProviderFetchTimeout +cyanogenmod.providers.CMSettings$Secure: java.lang.String STATS_COLLECTION_REPORTED +com.google.android.material.R$styleable: int Constraint_android_translationY +com.turingtechnologies.materialscrollbar.R$style: int Animation_Design_BottomSheetDialog +okhttp3.logging.LoggingEventListener: void dnsStart(okhttp3.Call,java.lang.String) +androidx.appcompat.R$color: int primary_material_dark +com.jaredrummler.android.colorpicker.R$styleable: int[] ActionBar +retrofit2.OkHttpCall$ExceptionCatchingResponseBody: void throwIfCaught() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean: java.util.List getBrands() +com.google.android.material.R$attr: int dividerPadding +okhttp3.internal.http2.Http2Connection$2: okhttp3.internal.http2.Http2Connection this$0 +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: java.lang.String LocalizedType +androidx.appcompat.R$styleable: int[] MenuItem +androidx.constraintlayout.widget.R$dimen: int notification_big_circle_margin +cyanogenmod.weather.WeatherLocation: java.lang.String mCountryId +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode INADEQUATE_SECURITY +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeCloudCover(java.lang.Integer) +wangdaye.com.geometricweather.R$layout: int test_toolbar_custom_background +io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver +androidx.work.WorkInfo$State: androidx.work.WorkInfo$State SUCCEEDED +okhttp3.Response: okhttp3.Response cacheResponse() +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_CompactMenu +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_FixedSize +okhttp3.Response$Builder: Response$Builder(okhttp3.Response) +okio.ByteString: byte[] data +com.xw.repo.bubbleseekbar.R$dimen: int tooltip_y_offset_touch +wangdaye.com.geometricweather.R$styleable: int[] LinearLayoutCompat_Layout +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_Chip +cyanogenmod.providers.CMSettings$Global: java.lang.String WEATHER_TEMPERATURE_UNIT +com.turingtechnologies.materialscrollbar.R$dimen: int item_touch_helper_max_drag_scroll_per_frame +androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_shadowDy +androidx.loader.R$styleable: int FontFamilyFont_ttcIndex +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large +androidx.preference.UnPressableLinearLayout: UnPressableLinearLayout(android.content.Context) +androidx.preference.R$styleable: int View_android_focusable +wangdaye.com.geometricweather.R$layout: int item_icon_provider_get_more +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void windowUpdate(int,long) +androidx.work.R$layout: int notification_template_part_time +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light_NoActionBar +androidx.constraintlayout.widget.R$layout: int abc_search_view +com.google.android.gms.common.internal.BinderWrapper: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_day_vertical_padding +androidx.preference.R$styleable: int PreferenceTheme_preferenceStyle +androidx.appcompat.R$attr: int textColorSearchUrl +james.adaptiveicon.R$attr: int listPreferredItemPaddingRight +com.turingtechnologies.materialscrollbar.R$layout: int abc_action_bar_up_container +androidx.hilt.work.R$anim: int fragment_close_enter +com.xw.repo.bubbleseekbar.R$style: int Base_V21_Theme_AppCompat_Dialog +com.google.android.material.R$styleable: int ActionBar_itemPadding +androidx.preference.MultiSelectListPreferenceDialogFragmentCompat +com.google.android.material.R$dimen: int abc_text_size_small_material +androidx.preference.R$attr: int reverseLayout +cyanogenmod.platform.Manifest$permission: java.lang.String BIND_WEATHER_PROVIDER_SERVICE +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_ensureMinTouchTargetSize +com.xw.repo.bubbleseekbar.R$layout: int abc_action_mode_bar +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: void onComplete() +wangdaye.com.geometricweather.R$attr: int chipSpacing +io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: ObservableSubscribeOn$SubscribeOnObserver(io.reactivex.Observer) +cyanogenmod.hardware.CMHardwareManager: boolean deletePersistentObject(java.lang.String) +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Large +wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Title_Icon +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_shadowColor +cyanogenmod.app.CustomTile$ListExpandedStyle: CustomTile$ListExpandedStyle() +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: boolean isDisposed() +androidx.lifecycle.SingleGeneratedAdapterObserver +com.google.android.material.R$string: int abc_action_bar_up_description +io.reactivex.Observable: io.reactivex.Observable debounce(io.reactivex.functions.Function) +androidx.preference.R$styleable: int SwitchCompat_showText +retrofit2.OkHttpCall: okhttp3.Request request() +androidx.appcompat.widget.AppCompatSeekBar: AppCompatSeekBar(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color: java.lang.String Name +androidx.activity.R$attr: int ttcIndex +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored +androidx.work.WorkInfo$State: androidx.work.WorkInfo$State ENQUEUED +wangdaye.com.geometricweather.R$styleable: int ThemeEnforcement_android_textAppearance +wangdaye.com.geometricweather.R$id: int dialog_location_help_providerContainer +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xnt +wangdaye.com.geometricweather.R$drawable: int abc_btn_default_mtrl_shape +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Tooltip +com.jaredrummler.android.colorpicker.R$attr: int textAppearancePopupMenuHeader +okio.GzipSource: okio.InflaterSource inflaterSource +retrofit2.http.QueryName: boolean encoded() +okhttp3.internal.http2.Http2Connection$IntervalPingRunnable: void execute() +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property Latitude com.google.android.material.R$style: int ShapeAppearance_MaterialComponents_SmallComponent -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPopupWindowStyle -wangdaye.com.geometricweather.R$attr: int iconTint -androidx.appcompat.resources.R$id: int tag_screen_reader_focusable -androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityDestroyed(android.app.Activity) -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox -okhttp3.RequestBody$2: int val$offset -cyanogenmod.app.IProfileManager$Stub$Proxy: void updateNotificationGroup(android.app.NotificationGroup) -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Geometry: java.lang.String type -androidx.preference.R$style: int Theme_AppCompat_Light_Dialog_MinWidth -okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean sameConnection(okhttp3.Response,okhttp3.HttpUrl) -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircleView -com.amap.api.location.UmidtokenInfo: UmidtokenInfo() -androidx.preference.R$drawable: int btn_checkbox_unchecked_to_checked_mtrl_animation -com.turingtechnologies.materialscrollbar.R$attr: int contentInsetEnd -androidx.preference.R$style: int Base_V21_Theme_AppCompat_Dialog -androidx.preference.R$layout: int abc_cascading_menu_item_layout -android.didikee.donate.R$attr: int actionMenuTextAppearance -wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView -wangdaye.com.geometricweather.settings.dialogs.ProvidersPreviewerDialog -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_AES_256_CBC_SHA -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarPopupTheme -okhttp3.logging.LoggingEventListener$1 -james.adaptiveicon.R$styleable: int AppCompatTheme_toolbarStyle -androidx.preference.R$color: int primary_text_default_material_dark -androidx.vectordrawable.animated.R$dimen: int notification_big_circle_margin -com.google.android.material.R$attr: int yearSelectedStyle -okhttp3.internal.connection.RealConnection: okhttp3.ConnectionPool connectionPool -com.jaredrummler.android.colorpicker.R$style: int Widget_Compat_NotificationActionContainer -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Display4 -wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle[] values() -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float ParticulateMatter10 -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: ObservableGroupJoin$LeftRightEndObserver(io.reactivex.internal.operators.observable.ObservableGroupJoin$JoinSupport,boolean,int) -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_trackTint -com.turingtechnologies.materialscrollbar.R$attr: int msb_textColor -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_AutoCompleteTextView -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorPrimaryDark -androidx.activity.R$id: int tag_accessibility_actions -cyanogenmod.weather.WeatherInfo$1: java.lang.Object[] newArray(int) -com.xw.repo.bubbleseekbar.R$id: int action_bar_root -androidx.preference.R$styleable: int SwitchCompat_track -android.didikee.donate.R$attr: int actionBarTabBarStyle -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintGuide_begin -wangdaye.com.geometricweather.R$attr: int scopeUris -androidx.viewpager2.R$styleable: int[] ViewPager2 -wangdaye.com.geometricweather.R$styleable: int Chip_chipMinHeight -com.google.android.material.R$color: int cardview_shadow_start_color -okhttp3.internal.cache.FaultHidingSink -com.google.android.material.timepicker.TimePickerView -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_MENU_ACTION_VALIDATOR -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void onNext(java.lang.Object) -androidx.recyclerview.R$styleable: int GradientColor_android_endY -com.google.android.material.R$styleable: int CardView_android_minWidth -io.reactivex.Observable: io.reactivex.Observable concatMapDelayError(io.reactivex.functions.Function,int,boolean) -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: boolean cancelled -io.reactivex.Observable: io.reactivex.Observable sample(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean) -com.google.android.material.internal.BaselineLayout: int getBaseline() -androidx.coordinatorlayout.R$dimen: int compat_control_corner_material -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: int city_code -androidx.hilt.lifecycle.R$anim: int fragment_open_enter -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Compat_Notification_Title -com.turingtechnologies.materialscrollbar.R$styleable: int[] ViewStubCompat -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.WeatherIconControlView: void setOnWeatherIconChangingListener(wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.WeatherIconControlView$OnWeatherIconChangingListener) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_horizontalBias -cyanogenmod.app.IProfileManager$Stub$Proxy: android.app.NotificationGroup getNotificationGroupForPackage(java.lang.String) -okhttp3.OkHttpClient: okhttp3.Dns dns -okhttp3.internal.platform.Jdk9Platform: java.lang.String getSelectedProtocol(javax.net.ssl.SSLSocket) -com.google.android.material.R$styleable: int ThemeEnforcement_android_textAppearance -com.google.android.material.R$anim: int btn_radio_to_off_mtrl_dot_group_animation -androidx.appcompat.R$anim: int abc_popup_enter -com.google.android.material.R$style: int Widget_MaterialComponents_ExtendedFloatingActionButton -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Metric: AccuCurrentResult$Precip1hr$Metric() -com.google.android.material.R$styleable: int Constraint_android_minWidth -androidx.constraintlayout.widget.R$id: int honorRequest -com.google.android.material.R$styleable: int Constraint_pathMotionArc -com.google.android.material.chip.Chip: void setChipIconVisible(boolean) -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void onError(java.lang.Throwable) -android.didikee.donate.R$styleable: int AppCompatTheme_editTextBackground -com.amap.api.location.AMapLocation: java.lang.String COORD_TYPE_WGS84 -wangdaye.com.geometricweather.R$styleable: int OnSwipe_dragScale +io.reactivex.Observable: io.reactivex.Observable generate(java.util.concurrent.Callable,io.reactivex.functions.BiFunction) +androidx.constraintlayout.widget.R$dimen: int abc_disabled_alpha_material_light +cyanogenmod.themes.IThemeService$Stub$Proxy: boolean processThemeResources(java.lang.String) +okhttp3.internal.http.StatusLine: java.lang.String toString() +io.reactivex.internal.subscribers.DeferredScalarSubscriber: org.reactivestreams.Subscription upstream +james.adaptiveicon.R$styleable: int AppCompatTheme_ratingBarStyle +wangdaye.com.geometricweather.R$id: int aligned +com.turingtechnologies.materialscrollbar.AlphabetIndicator: AlphabetIndicator(android.content.Context) +okio.ByteString: int lastIndexOf(byte[]) +androidx.constraintlayout.widget.R$attr: int font +io.reactivex.internal.observers.BlockingObserver: void onSubscribe(io.reactivex.disposables.Disposable) +okhttp3.internal.http2.Http2Codec: java.lang.String HOST +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Metric: java.lang.String Unit +android.didikee.donate.R$styleable: int[] AppCompatTextHelper +wangdaye.com.geometricweather.R$attr: int collapsedTitleTextAppearance +wangdaye.com.geometricweather.R$style: int Preference_Category_Material +com.google.android.material.R$style: int Base_Widget_MaterialComponents_ProgressIndicator +com.google.android.gms.common.internal.zau +cyanogenmod.themes.ThemeChangeRequest: ThemeChangeRequest(java.util.Map,java.util.Map,cyanogenmod.themes.ThemeChangeRequest$RequestType,long,cyanogenmod.themes.ThemeChangeRequest$1) +com.google.android.material.R$style: int TextAppearance_Design_Hint +com.google.android.material.R$styleable: int AppCompatTheme_actionMenuTextAppearance +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addPathSegment(java.lang.String) +com.baidu.location.LocationClientOption$LocationMode: com.baidu.location.LocationClientOption$LocationMode Device_Sensors +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_creator +com.google.android.material.R$styleable: int[] CardView +cyanogenmod.weather.CMWeatherManager$2 +androidx.core.widget.NestedScrollView: void setNestedScrollingEnabled(boolean) +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xdtd +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void dispose() +androidx.preference.R$styleable: int Spinner_android_entries +androidx.appcompat.R$styleable: int[] ActivityChooserView +wangdaye.com.geometricweather.R$id: int left +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Imperial Imperial +com.bumptech.glide.R$id: int forever +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_goneMarginBottom +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowActionBarOverlay +james.adaptiveicon.R$dimen: int abc_dialog_fixed_width_minor +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: java.lang.String getWeather() +androidx.appcompat.widget.AppCompatImageView: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) +androidx.customview.R$dimen: int compat_button_inset_vertical_material +wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Body_Text +com.google.android.material.slider.Slider: void setThumbElevation(float) +androidx.constraintlayout.widget.R$attr: int thickness +com.google.android.material.R$dimen: int mtrl_edittext_rectangle_top_offset +okhttp3.RealCall: void enqueue(okhttp3.Callback) +androidx.constraintlayout.widget.R$styleable: int MotionTelltales_telltales_velocityMode +com.google.android.gms.common.api.GoogleApiClient +james.adaptiveicon.R$style: int ThemeOverlay_AppCompat_Dialog +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: boolean delayErrors +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_percent +com.jaredrummler.android.colorpicker.R$drawable: int abc_cab_background_internal_bg +com.google.android.material.R$style: int Theme_AppCompat_Light_Dialog +wangdaye.com.geometricweather.R$style: int Preference_DialogPreference_EditTextPreference +com.xw.repo.bubbleseekbar.R$string: int abc_shareactionprovider_share_with +wangdaye.com.geometricweather.R$attr: int borderlessButtonStyle +wangdaye.com.geometricweather.R$styleable: int OnSwipe_maxVelocity +androidx.preference.R$attr: int actionModeFindDrawable +com.amap.api.fence.DistrictItem: java.lang.String getDistrictName() +androidx.constraintlayout.widget.R$styleable +com.loc.k: int e +com.jaredrummler.android.colorpicker.R$dimen: int tooltip_y_offset_touch +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_fixed_width_major +androidx.constraintlayout.widget.R$styleable: int Toolbar_title +wangdaye.com.geometricweather.R$transition: int search_activity_shared_return +com.google.android.material.R$id: int wrap +cyanogenmod.app.CMContextConstants$Features: java.lang.String WEATHER_SERVICES +android.didikee.donate.R$attr: int popupTheme +androidx.preference.R$drawable: int abc_btn_colored_material +com.google.android.material.R$style: int Test_Widget_MaterialComponents_MaterialCalendar_Day +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Snow snow +wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Description +androidx.dynamicanimation.R$drawable: int notification_icon_background +androidx.swiperefreshlayout.R$id: int tag_accessibility_clickable_spans +androidx.constraintlayout.widget.R$attr: int viewInflaterClass +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_Dark +com.amap.api.location.AMapLocation: int LOCATION_TYPE_AMAP +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode valueOf(java.lang.String) +okhttp3.logging.LoggingEventListener: void responseHeadersEnd(okhttp3.Call,okhttp3.Response) +okio.ByteString: boolean startsWith(byte[]) +io.reactivex.Observable: java.lang.Object blockingSingle() +androidx.appcompat.R$dimen: int abc_action_bar_subtitle_bottom_margin_material +com.amap.api.location.AMapLocation: java.lang.String b +retrofit2.Response: retrofit2.Response error(int,okhttp3.ResponseBody) +com.bumptech.glide.integration.okhttp.R$attr: int fontStyle +androidx.dynamicanimation.R$id: int line1 +androidx.appcompat.R$style: int Base_Theme_AppCompat_Dialog +com.google.android.material.R$attr: int alertDialogCenterButtons +androidx.constraintlayout.widget.R$id: int gone +androidx.lifecycle.Lifecycle: java.util.concurrent.atomic.AtomicReference mInternalScopeRef +wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date getMoonSetDate() +androidx.core.R$styleable: int FontFamilyFont_ttcIndex +androidx.legacy.coreutils.R$id: int action_image +android.didikee.donate.R$attr: int suggestionRowLayout +com.jaredrummler.android.colorpicker.R$attr: int cpv_dialogType +androidx.activity.R$attr: R$attr() +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy +okio.InflaterSource +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox +androidx.fragment.R$styleable: int GradientColor_android_gradientRadius +com.xw.repo.bubbleseekbar.R$attr: int statusBarBackground +wangdaye.com.geometricweather.R$styleable: int Constraint_android_elevation +androidx.constraintlayout.widget.R$styleable: int[] ViewStubCompat +com.github.rahatarmanahmed.cpv.CircularProgressView: void addListener(com.github.rahatarmanahmed.cpv.CircularProgressViewListener) +cyanogenmod.themes.ThemeManager: java.util.Set mChangeListeners +com.google.gson.LongSerializationPolicy: com.google.gson.LongSerializationPolicy DEFAULT +wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit +androidx.preference.R$id: int icon_frame +wangdaye.com.geometricweather.R$string: int feedback_short_term_precipitation_alert +com.jaredrummler.android.colorpicker.R$attr: int checkboxStyle +com.amap.api.fence.PoiItem: java.lang.String getPoiName() +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.String windIcon +cyanogenmod.app.BaseLiveLockManagerService: void enqueueLiveLockScreen(java.lang.String,int,cyanogenmod.app.LiveLockScreenInfo,int[],int) +wangdaye.com.geometricweather.R$string: int sunrise_sunset +android.didikee.donate.R$attr: int seekBarStyle +wangdaye.com.geometricweather.R$attr: int summaryOn +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex inTwoDays +okhttp3.Cookie: java.util.regex.Pattern TIME_PATTERN +com.xw.repo.bubbleseekbar.R$color: int button_material_dark +wangdaye.com.geometricweather.R$styleable: int[] ArcProgress +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xss +cyanogenmod.weather.WeatherInfo: int access$502(cyanogenmod.weather.WeatherInfo,int) +wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemTextColor +com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType GPS +com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_windowAnimationStyle +wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_11 +okhttp3.internal.ws.RealWebSocket$Message: RealWebSocket$Message(int,okio.ByteString) +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Headline2 +com.google.gson.stream.JsonReader: void skipQuotedValue(char) +com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getThumbTintList() +wangdaye.com.geometricweather.R$styleable: int MotionLayout_motionProgress +androidx.constraintlayout.widget.R$attr: int arrowHeadLength +wangdaye.com.geometricweather.R$drawable: int notif_temp_38 +james.adaptiveicon.R$style: int Theme_AppCompat_DayNight_DarkActionBar +com.google.android.material.R$id: int deltaRelative +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getTreeDescription() +android.didikee.donate.R$id: int showCustom +wangdaye.com.geometricweather.R$drawable: int shortcuts_hail_foreground +android.didikee.donate.R$styleable: int AppCompatTheme_windowNoTitle +io.reactivex.Observable: io.reactivex.Observable mergeDelayError(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource) +com.xw.repo.bubbleseekbar.R$id: int start +androidx.viewpager2.R$color +com.google.android.material.R$style: int Widget_MaterialComponents_TabLayout_PrimarySurface +androidx.core.R$dimen: int notification_right_side_padding_top +com.xw.repo.bubbleseekbar.R$id: int buttonPanel +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableEndCompat +androidx.preference.R$style: int AlertDialog_AppCompat_Light +cyanogenmod.hardware.DisplayMode: int describeContents() +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: boolean cancelled +wangdaye.com.geometricweather.R$styleable: int CardView_cardBackgroundColor +androidx.appcompat.widget.ListPopupWindow +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Imperial: double Value +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_radioButtonStyle +androidx.hilt.lifecycle.R$id: int tag_screen_reader_focusable +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getDaytimeWindDirection() +okio.Buffer$1: void write(int) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$1: KeyguardExternalViewProviderService$1(cyanogenmod.externalviews.KeyguardExternalViewProviderService) +cyanogenmod.weather.CMWeatherManager$RequestStatus: int NO_MATCH_FOUND +com.google.android.material.R$color: int material_on_surface_emphasis_medium +android.didikee.donate.R$attr: int navigationContentDescription +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Metric: java.lang.String Unit +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Dialog_Alert +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.MinutelyEntity,long) +androidx.appcompat.R$attr: int actionBarWidgetTheme +wangdaye.com.geometricweather.common.basic.models.weather.Alert: int getColor() +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_134 +com.google.android.material.textfield.TextInputLayout: android.graphics.drawable.Drawable getPasswordVisibilityToggleDrawable() +com.google.android.material.R$styleable: int Spinner_android_prompt +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: void setDefaultSmsSub(int) +wangdaye.com.geometricweather.R$layout: int item_about_translator +wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit: java.lang.String unitAbbreviation +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorControlNormal +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWeatherPhase +androidx.core.R$styleable: int GradientColor_android_centerX +james.adaptiveicon.R$style: int ThemeOverlay_AppCompat +james.adaptiveicon.R$styleable: int[] AppCompatTheme +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_ratingBarStyle +wangdaye.com.geometricweather.R$dimen: int mtrl_low_ripple_hovered_alpha +io.reactivex.internal.operators.observable.ObserverResourceWrapper: boolean isDisposed() +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_id +android.didikee.donate.R$color: int dim_foreground_disabled_material_light +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown +com.github.rahatarmanahmed.cpv.R$string: R$string() +com.google.android.material.R$style: int TextAppearance_AppCompat_Large +cyanogenmod.externalviews.ExternalView$4: cyanogenmod.externalviews.ExternalView this$0 +wangdaye.com.geometricweather.R$integer: int cpv_default_start_angle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Imperial Imperial +cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: void processCityNameLookupRequest(cyanogenmod.weather.RequestInfo) +okhttp3.FormBody: java.lang.String encodedName(int) +androidx.preference.R$styleable: int FontFamilyFont_android_fontStyle +androidx.constraintlayout.widget.Constraints: Constraints(android.content.Context,android.util.AttributeSet,int) +androidx.lifecycle.LiveData: int mActiveCount +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableBottomCompat +androidx.viewpager.R$id: int action_container +io.reactivex.Observable: io.reactivex.Observable throttleFirst(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +cyanogenmod.weatherservice.IWeatherProviderService: void processCityNameLookupRequest(cyanogenmod.weather.RequestInfo) +com.google.android.material.textfield.TextInputLayout: void addOnEditTextAttachedListener(com.google.android.material.textfield.TextInputLayout$OnEditTextAttachedListener) +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_TextInputEditText +io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: long produced +androidx.preference.R$drawable: int abc_scrubber_primary_mtrl_alpha +okio.AsyncTimeout: java.io.IOException newTimeoutException(java.io.IOException) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeApparentTemperature() +com.jaredrummler.android.colorpicker.R$string: int cpv_custom +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_DrawerArrowToggle +cyanogenmod.providers.DataUsageContract: int COLUMN_OF_ID +com.google.android.material.R$styleable: int MenuItem_android_orderInCategory +com.bumptech.glide.R$dimen: int compat_notification_large_icon_max_width +androidx.vectordrawable.R$id: int tag_screen_reader_focusable +okio.Timeout: long deadlineNanoTime() +com.google.android.material.appbar.CollapsingToolbarLayout: int getExpandedTitleMarginBottom() +okhttp3.internal.http1.Http1Codec$AbstractSource: long bytesRead +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addPathSegments(java.lang.String,boolean) +cyanogenmod.weather.IRequestInfoListener$Stub: int TRANSACTION_onLookupCityRequestCompleted +androidx.preference.R$id: int tag_screen_reader_focusable +wangdaye.com.geometricweather.R$id: int mtrl_calendar_months +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void run() +okhttp3.Address: javax.net.SocketFactory socketFactory() +android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceListItemSmall +retrofit2.Retrofit: retrofit2.ServiceMethod loadServiceMethod(java.lang.reflect.Method) +com.google.android.material.slider.Slider: int getLabelBehavior() +okhttp3.internal.ws.WebSocketReader: void processNextFrame() +androidx.fragment.R$id: int accessibility_custom_action_0 +com.google.android.material.slider.BaseSlider: void setHaloRadiusResource(int) +wangdaye.com.geometricweather.R$attr: int thumbElevation +androidx.appcompat.R$style: int Base_AlertDialog_AppCompat +com.google.android.material.R$layout: int abc_action_mode_bar +com.google.android.material.chip.Chip: android.graphics.drawable.Drawable getCheckedIcon() +androidx.appcompat.widget.ActionBarContainer: void setSplitBackground(android.graphics.drawable.Drawable) +retrofit2.BuiltInConverters$BufferingResponseBodyConverter: retrofit2.BuiltInConverters$BufferingResponseBodyConverter INSTANCE +cyanogenmod.os.Build$CM_VERSION_CODES: int DRAGON_FRUIT +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPopupWindowStyle +okio.Buffer: byte[] readByteArray(long) +androidx.hilt.work.R$dimen: int compat_button_padding_vertical_material +cyanogenmod.app.StatusBarPanelCustomTile: int id +com.google.gson.internal.$Gson$Types$WildcardTypeImpl: java.lang.reflect.Type upperBound +wangdaye.com.geometricweather.R$styleable: int Toolbar_contentInsetStart +okhttp3.internal.http.HttpHeaders: java.util.List parseChallenges(okhttp3.Headers,java.lang.String) +androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_layout_anchor +wangdaye.com.geometricweather.R$dimen: int design_snackbar_action_text_color_alpha +wangdaye.com.geometricweather.R$string: int ragweed +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_textStartPadding +androidx.constraintlayout.widget.R$attr: int layout_constraintVertical_bias +cyanogenmod.providers.CMSettings$System: long getLongForUser(android.content.ContentResolver,java.lang.String,int) +cyanogenmod.externalviews.KeyguardExternalView: void onKeyguardDismissed() +androidx.preference.R$color: int abc_background_cache_hint_selector_material_dark +com.github.rahatarmanahmed.cpv.R$attr: int cpv_startAngle +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Object readEntity(android.database.Cursor,int) +androidx.preference.R$id: int line3 +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void complete() +androidx.constraintlayout.widget.R$styleable: int AppCompatImageView_srcCompat +com.google.android.material.textfield.TextInputLayout: void setEndIconCheckable(boolean) +com.google.android.material.R$styleable: int CollapsingToolbarLayout_maxLines +com.amap.api.location.AMapLocation: java.lang.String f(com.amap.api.location.AMapLocation,java.lang.String) +com.turingtechnologies.materialscrollbar.R$attr: int contentInsetLeft +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Dialog_Bridge +wangdaye.com.geometricweather.R$id: int activity_weather_daily_pager +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: io.reactivex.disposables.CompositeDisposable set +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature: AccuDailyResult$DailyForecasts$Temperature() +wangdaye.com.geometricweather.R$drawable: int abc_tab_indicator_material +wangdaye.com.geometricweather.R$string: int settings_title_appearance +wangdaye.com.geometricweather.R$dimen: int abc_action_bar_subtitle_bottom_margin_material +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dropdownitem_text_padding_right +io.reactivex.internal.subscriptions.BasicIntQueueSubscription: void cancel() +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_RatingBar +androidx.hilt.work.R$id +androidx.appcompat.R$styleable: int AppCompatTheme_colorBackgroundFloating +com.google.android.material.textfield.TextInputEditText: TextInputEditText(android.content.Context) +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_indicatorColors +androidx.vectordrawable.animated.R$string: int status_bar_notification_info_overflow +okhttp3.Cache$Entry: okhttp3.Response response(okhttp3.internal.cache.DiskLruCache$Snapshot) +androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionBar_TabBar +androidx.legacy.coreutils.R$id: int action_divider +androidx.constraintlayout.widget.R$drawable: int abc_btn_check_to_on_mtrl_000 +com.jaredrummler.android.colorpicker.R$attr: int tickMarkTintMode +androidx.preference.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.UV getUV() +com.google.android.material.R$style: int AlertDialog_AppCompat_Light +wangdaye.com.geometricweather.R$drawable: int ic_sunrise +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String daytimeWeatherPhase +com.google.android.material.R$anim: int mtrl_card_lowers_interpolator +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_android_insetLeft +android.didikee.donate.R$drawable: int abc_btn_check_to_on_mtrl_000 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: void setNames(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX) +com.xw.repo.bubbleseekbar.R$styleable: int ColorStateListItem_android_alpha +wangdaye.com.geometricweather.R$styleable: int Slider_haloRadius +com.amap.api.fence.GeoFence: float i +org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database getReadableDb() +androidx.constraintlayout.widget.R$style: int Base_DialogWindowTitle_AppCompat +com.turingtechnologies.materialscrollbar.R$id: int action_bar_root +androidx.drawerlayout.R$layout: int notification_template_custom_big +com.google.android.material.R$layout: int mtrl_calendar_year +androidx.core.R$style: int TextAppearance_Compat_Notification_Line2 +androidx.preference.R$styleable: int ActionBar_icon +okhttp3.Response: long sentRequestAtMillis +androidx.loader.R$id: int chronometer +androidx.appcompat.widget.AppCompatRadioButton: android.content.res.ColorStateList getSupportBackgroundTintList() +androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_fontWeight +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_elevation_material +okhttp3.MultipartBody$Builder: okhttp3.MultipartBody$Builder addPart(okhttp3.RequestBody) +androidx.dynamicanimation.R$integer: int status_bar_notification_info_maxnum +io.reactivex.internal.operators.observable.ObserverResourceWrapper +com.google.android.material.appbar.AppBarLayout: int getTopInset() +wangdaye.com.geometricweather.R$styleable: int SwitchPreference_summaryOff +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_TextView +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) +androidx.constraintlayout.widget.R$styleable: int Toolbar_navigationIcon +com.bumptech.glide.integration.okhttp.R$id: int info +retrofit2.HttpServiceMethod: okhttp3.Call$Factory callFactory +retrofit2.Utils: void throwIfFatal(java.lang.Throwable) +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: java.lang.Object value +james.adaptiveicon.R$styleable: int SwitchCompat_showText +james.adaptiveicon.R$styleable: int AppCompatTheme_checkboxStyle +android.didikee.donate.R$styleable: int AppCompatTheme_actionMenuTextColor +com.xw.repo.bubbleseekbar.R$dimen: int tooltip_y_offset_non_touch +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: java.lang.String direction +james.adaptiveicon.R$style: int Base_V7_Theme_AppCompat_Dialog +wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayHorizontalWidgetConfigActivity +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_NoActionBar_Bridge +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void innerComplete() +androidx.work.impl.foreground.SystemForegroundService +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: MfForecastResult$Position() +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem +com.google.android.gms.base.R$id: int adjust_width +com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_color +androidx.legacy.coreutils.R$styleable: int GradientColorItem_android_color +com.google.android.material.R$dimen: int notification_media_narrow_margin +wangdaye.com.geometricweather.R$id: int notification_multi_city_3 +cyanogenmod.app.ILiveLockScreenManager: void setLiveLockScreenEnabled(boolean) +cyanogenmod.library.R$styleable +wangdaye.com.geometricweather.R$string: int feedback_running_in_background +androidx.vectordrawable.R$styleable: int GradientColor_android_endColor +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title +io.reactivex.Observable: io.reactivex.Observable timeout0(io.reactivex.ObservableSource,io.reactivex.functions.Function,io.reactivex.ObservableSource) +wangdaye.com.geometricweather.R$attr: int customBoolean +android.didikee.donate.R$styleable: int AppCompatTheme_ratingBarStyleSmall +com.google.android.gms.common.R$integer: int google_play_services_version +com.xw.repo.bubbleseekbar.R$color: int notification_action_color_filter +com.baidu.location.BDLocation: android.os.Parcelable$Creator CREATOR +androidx.constraintlayout.widget.R$attr: int mock_showLabel +com.google.android.material.R$styleable: int Constraint_layout_constraintHeight_percent +androidx.constraintlayout.widget.ConstraintHelper: int[] getReferencedIds() +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_alertDialogCenterButtons +androidx.constraintlayout.widget.R$attr: int nestedScrollFlags +com.google.android.gms.common.api.GoogleApiActivity +wangdaye.com.geometricweather.R$attr: int showTitle +wangdaye.com.geometricweather.R$transition: int search_activity_return +android.didikee.donate.R$drawable: int abc_ic_ab_back_material +wangdaye.com.geometricweather.R$attr: int fontWeight +wangdaye.com.geometricweather.R$string: int settings_notification_hide_icon_off +com.google.android.material.R$styleable: int BottomAppBar_fabCradleVerticalOffset +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Speed: java.lang.String Unit +com.xw.repo.bubbleseekbar.R$attr: int bsb_rtl +io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: boolean isDisposed() +com.google.gson.stream.JsonReader: int PEEKED_BUFFERED +retrofit2.HttpServiceMethod: java.lang.Object invoke(java.lang.Object[]) +wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_marginTop +com.amap.api.location.LocationManagerBase: void stopLocation() +androidx.preference.R$id: int search_src_text +com.google.android.material.R$styleable: int AppCompatTextView_drawableStartCompat +com.google.android.material.R$styleable: int Constraint_layout_constraintLeft_creator +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 +com.jaredrummler.android.colorpicker.R$layout: int notification_template_part_chronometer +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getLtoSource +androidx.viewpager.R$styleable: int GradientColor_android_startX +androidx.transition.R$styleable: int FontFamilyFont_fontVariationSettings +cyanogenmod.weather.RequestInfo$1: java.lang.Object[] newArray(int) +androidx.core.R$id: int accessibility_custom_action_5 +wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode valueOf(java.lang.String) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart +retrofit2.RequestBuilder: void addHeader(java.lang.String,java.lang.String) +wangdaye.com.geometricweather.R$attr: int expandActivityOverflowButtonDrawable +androidx.fragment.R$layout: int notification_template_part_time +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX getNames() +wangdaye.com.geometricweather.R$id: int outgoing +com.loc.h: void getLocation(java.lang.String) +androidx.appcompat.widget.Toolbar: void setOnMenuItemClickListener(androidx.appcompat.widget.Toolbar$OnMenuItemClickListener) +com.google.android.material.chip.Chip: void setChipIconSize(float) +okio.RealBufferedSink$1: void close() +wangdaye.com.geometricweather.R$drawable: int abc_btn_check_to_on_mtrl_015 +androidx.hilt.work.R$dimen: int compat_button_inset_horizontal_material +com.google.android.material.R$dimen: int mtrl_slider_label_square_side +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeIcePrecipitationDuration +androidx.viewpager.R$dimen: int notification_right_icon_size +io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: void onError(java.lang.Throwable) +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean setDisplayMode(cyanogenmod.hardware.DisplayMode,boolean) +com.turingtechnologies.materialscrollbar.R$style: int Base_V26_Widget_AppCompat_Toolbar +androidx.recyclerview.R$integer: R$integer() +wangdaye.com.geometricweather.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView +com.jaredrummler.android.colorpicker.R$attr: int colorError +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: HalfDay(java.lang.String,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,wangdaye.com.geometricweather.common.basic.models.weather.Temperature,wangdaye.com.geometricweather.common.basic.models.weather.Precipitation,wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability,wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration,wangdaye.com.geometricweather.common.basic.models.weather.Wind,java.lang.Integer) +androidx.preference.R$drawable: int abc_ic_search_api_material +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Speed: double Value +com.google.android.material.R$layout: int test_toolbar_elevation +james.adaptiveicon.R$styleable: int AppCompatTheme_windowFixedHeightMinor +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceListItemSecondary +androidx.constraintlayout.widget.R$styleable: int ImageFilterView_roundPercent +okhttp3.CookieJar: java.util.List loadForRequest(okhttp3.HttpUrl) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean +com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_verticalDivider +com.google.android.material.transformation.ExpandableTransformationBehavior: ExpandableTransformationBehavior() +androidx.loader.R$style: R$style() +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_Button +wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayDetailsWidgetConfigActivity: Hilt_ClockDayDetailsWidgetConfigActivity() +wangdaye.com.geometricweather.db.entities.DailyEntity: void setSo2(java.lang.Float) +androidx.fragment.R$styleable: int Fragment_android_id +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_toolbarId +androidx.constraintlayout.widget.R$attr: int actionProviderClass +com.amap.api.location.AMapLocation: int LOCATION_TYPE_FAST +io.reactivex.internal.subscriptions.DeferredScalarSubscription +com.google.android.material.R$drawable: int test_custom_background +androidx.activity.ComponentActivity +james.adaptiveicon.R$styleable: int AppCompatTheme_checkedTextViewStyle +androidx.core.R$styleable: int FontFamilyFont_fontStyle +androidx.constraintlayout.widget.R$attr: int layout_constraintStart_toStartOf +androidx.coordinatorlayout.R$dimen: int notification_right_icon_size +cyanogenmod.app.ILiveLockScreenManager$Stub +com.google.android.material.circularreveal.CircularRevealRelativeLayout +androidx.preference.R$style: int Widget_AppCompat_EditText +cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType USER_REQUEST_MIXNMATCH +james.adaptiveicon.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_alphabeticShortcut +com.google.android.gms.location.ActivityTransition +com.google.android.material.R$xml: R$xml() +okhttp3.internal.http1.Http1Codec$AbstractSource +androidx.lifecycle.ComputableLiveData: java.util.concurrent.Executor mExecutor +wangdaye.com.geometricweather.R$string: int settings_title_alert_notification_switch +com.turingtechnologies.materialscrollbar.R$attr: int seekBarStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: int getStatus() +io.reactivex.subjects.PublishSubject$PublishDisposable: void dispose() +com.google.android.material.R$dimen: int abc_control_padding_material +wangdaye.com.geometricweather.R$attr: int deltaPolarAngle +androidx.hilt.R$color +com.google.android.material.R$drawable: int abc_ic_menu_share_mtrl_alpha +androidx.viewpager2.R$dimen: int notification_action_icon_size +androidx.fragment.R$string +okhttp3.Cookie: boolean secure() +okhttp3.internal.http1.Http1Codec$FixedLengthSink: long bytesRemaining +cyanogenmod.hardware.ThermalListenerCallback$State: int STATE_WARM_RISING +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputEditText_OutlinedBox +androidx.work.R$id: int accessibility_custom_action_9 +com.google.android.material.R$styleable: int TextAppearance_android_textFontWeight +com.google.android.material.R$dimen: int fastscroll_default_thickness +wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoonPhaseDescription(java.lang.String) +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$RainForecast: java.lang.String desc +com.google.android.material.R$integer: int show_password_duration +androidx.work.R$id: int accessibility_custom_action_21 +com.turingtechnologies.materialscrollbar.R$drawable: int abc_control_background_material +com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawable_android_visible +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void onError(java.lang.Throwable) +okio.Timeout: okio.Timeout deadline(long,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_android_switchTextOn +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType InsertOrReplace +android.didikee.donate.R$dimen: int disabled_alpha_material_light +com.google.android.material.progressindicator.ProgressIndicator: android.graphics.drawable.Drawable getProgressDrawable() +com.google.android.material.R$style: int Base_MaterialAlertDialog_MaterialComponents_Title_Text +okhttp3.internal.http2.Http2Connection$ReaderRunnable$1: void execute() +androidx.lifecycle.LiveData$1: LiveData$1(androidx.lifecycle.LiveData) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX +james.adaptiveicon.R$styleable: int Toolbar_popupTheme +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_disabled_z +com.google.android.material.R$styleable: int TextInputLayout_endIconContentDescription +wangdaye.com.geometricweather.R$color: int mtrl_filled_icon_tint +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property RainPrecipitationProbability +androidx.constraintlayout.widget.R$styleable: int Constraint_barrierDirection +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_DialogWhenLarge +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: void run() +wangdaye.com.geometricweather.R$style: int Base_V7_Widget_AppCompat_Toolbar +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: io.reactivex.disposables.Disposable upstream +androidx.work.R$id: int accessibility_custom_action_26 +androidx.constraintlayout.widget.R$drawable: int abc_item_background_holo_dark +wangdaye.com.geometricweather.R$drawable: int notif_temp_35 +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_EMPTY_RENEGOTIATION_INFO_SCSV +com.google.android.material.R$color: int mtrl_scrim_color +okhttp3.internal.cache.DiskLruCache: okhttp3.internal.cache.DiskLruCache create(okhttp3.internal.io.FileSystem,java.io.File,int,int,long) +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Display1 +okhttp3.Headers: void checkName(java.lang.String) +cyanogenmod.providers.CMSettings$System: float getFloatForUser(android.content.ContentResolver,java.lang.String,float,int) +com.google.android.material.R$dimen: int material_font_2_0_box_collapsed_padding_top +androidx.appcompat.widget.AppCompatTextView: void setLastBaselineToBottomHeight(int) +com.google.android.material.R$anim: int btn_radio_to_on_mtrl_ring_outer_path_animation +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth +cyanogenmod.externalviews.KeyguardExternalView$3: int val$height +wangdaye.com.geometricweather.R$styleable: int Preference_android_iconSpaceReserved +wangdaye.com.geometricweather.R$drawable: int ic_plus +androidx.appcompat.resources.R$drawable: int notification_icon_background +androidx.lifecycle.extensions.R$drawable: int notification_bg_normal +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintCircle +com.google.gson.FieldNamingPolicy$1: FieldNamingPolicy$1(java.lang.String,int) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPopupWindowStyle +com.turingtechnologies.materialscrollbar.R$attr: int listChoiceBackgroundIndicator +androidx.loader.R$id: int text2 +androidx.hilt.R$color: int secondary_text_default_material_light +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintCircle +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.util.Date endDate +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_2 +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeShareDrawable +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_paddingStart +com.google.android.material.card.MaterialCardView: MaterialCardView(android.content.Context) +okhttp3.RealCall: okhttp3.Call clone() +androidx.appcompat.R$style: int TextAppearance_AppCompat_Small +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase getMoonPhase() +com.google.android.material.R$styleable: int ConstraintSet_android_layout_width +androidx.customview.R$dimen: int notification_content_margin_start +androidx.viewpager.R$string +com.xw.repo.bubbleseekbar.R$drawable: int abc_textfield_search_activated_mtrl_alpha +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver inner +retrofit2.Converter: java.lang.Object convert(java.lang.Object) +androidx.work.R$drawable: int notification_bg_low +androidx.appcompat.widget.AppCompatImageButton: void setImageURI(android.net.Uri) +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: java.lang.Object item +wangdaye.com.geometricweather.R$id: int baseline +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setNo2(java.lang.Float) +com.google.android.material.R$style: int Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox +com.google.android.material.R$attr: int buttonStyle +cyanogenmod.providers.ThemesContract$ThemesColumns: ThemesContract$ThemesColumns() +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX +wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_shadowDy +io.reactivex.internal.util.NotificationLite: java.lang.Object disposable(io.reactivex.disposables.Disposable) +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.lang.Integer LEFT_VALUE +androidx.preference.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar +com.xw.repo.bubbleseekbar.R$dimen +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setWindDircStart(java.lang.String) +androidx.hilt.R$id: int accessibility_custom_action_2 +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_translation_z_pressed +wangdaye.com.geometricweather.db.entities.LocationEntity: java.util.TimeZone timeZone +com.google.android.material.R$styleable: int ShapeAppearance_cornerFamilyBottomRight +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActivityChooserView +androidx.appcompat.R$attr: int divider +androidx.preference.R$style: int Widget_AppCompat_ActionButton +okhttp3.internal.cache2.Relay$RelaySource: okhttp3.internal.cache2.Relay this$0 +androidx.constraintlayout.widget.R$drawable: int abc_btn_borderless_material +okhttp3.FormBody: long contentLength() +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_firstVerticalBias +okio.AsyncTimeout: long IDLE_TIMEOUT_NANOS +androidx.lifecycle.LiveData: boolean mDispatchInvalidated +james.adaptiveicon.R$id: int checkbox +com.google.android.material.R$styleable: int OnSwipe_touchAnchorSide +androidx.preference.R$styleable: int Toolbar_collapseContentDescription +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeThunderstormPrecipitationProbability +com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: void setCircularRevealOverlayDrawable(android.graphics.drawable.Drawable) +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.internal.fuseable.SimplePlainQueue queue +androidx.constraintlayout.widget.R$drawable: int abc_textfield_search_default_mtrl_alpha +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: void setZh_TW(java.lang.String) +com.jaredrummler.android.colorpicker.R$id: int action_bar_activity_content +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionBar_Solid +wangdaye.com.geometricweather.R$string: int copy +androidx.constraintlayout.widget.R$color: int abc_color_highlight_material +androidx.appcompat.R$styleable: int ActionBar_homeLayout +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: io.reactivex.internal.operators.observable.ObservableGroupJoin$JoinSupport parent +retrofit2.OkHttpCall: retrofit2.Call clone() +wangdaye.com.geometricweather.R$attr: int bsb_seek_step_section +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeRainPrecipitationProbability +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_DropDownItem +com.turingtechnologies.materialscrollbar.R$attr: int tabPaddingTop +androidx.drawerlayout.R$styleable: int FontFamilyFont_ttcIndex +com.google.android.material.R$id: int cancel_button +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_percent +android.didikee.donate.R$styleable: int Toolbar_contentInsetStartWithNavigation +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$2 +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: java.util.concurrent.atomic.AtomicReference upstream +androidx.preference.EditTextPreference$SavedState: android.os.Parcelable$Creator CREATOR +com.google.android.material.slider.BaseSlider: void setThumbElevationResource(int) +com.google.android.material.appbar.CollapsingToolbarLayout: void setMaxLines(int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: int Minute +wangdaye.com.geometricweather.R$drawable: int shortcuts_partly_cloudy_day_foreground +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_contentInsetRight +cyanogenmod.weather.CMWeatherManager$WeatherServiceProviderChangeListener +androidx.fragment.R$string: R$string() +androidx.fragment.R$id: int accessibility_custom_action_31 +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_dividerPadding +okhttp3.internal.ws.WebSocketProtocol: long PAYLOAD_BYTE_MAX +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_counterTextAppearance +androidx.lifecycle.ProcessLifecycleOwnerInitializer: int update(android.net.Uri,android.content.ContentValues,java.lang.String,java.lang.String[]) +com.turingtechnologies.materialscrollbar.R$attr: int buttonIconDimen okhttp3.internal.http2.Hpack$Writer: boolean useCompression -com.turingtechnologies.materialscrollbar.R$attr: int buttonTint -androidx.preference.R$styleable: int LinearLayoutCompat_android_orientation -wangdaye.com.geometricweather.R$string: int go_to_set -com.xw.repo.bubbleseekbar.R$attr: int bsb_bubble_text_size -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void dispose() -android.didikee.donate.R$id: int action_mode_bar_stub -com.jaredrummler.android.colorpicker.R$dimen: int notification_action_icon_size -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean address_detail -android.didikee.donate.R$attr: int expandActivityOverflowButtonDrawable -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown -com.google.android.material.progressindicator.ProgressIndicator: com.google.android.material.progressindicator.IndeterminateDrawable getIndeterminateDrawable() -com.jaredrummler.android.colorpicker.R$attr: int dialogCornerRadius -com.google.android.material.R$styleable: int Slider_trackHeight -wangdaye.com.geometricweather.R$dimen: int mtrl_alert_dialog_background_inset_end -wangdaye.com.geometricweather.R$attr: int applyMotionScene -okhttp3.Cache$2: boolean canRemove -wangdaye.com.geometricweather.R$id: int widget_day_week_week_5 -com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog -androidx.preference.R$styleable: int AppCompatTheme_actionDropDownStyle -androidx.constraintlayout.widget.R$attr: int layout_constraintWidth_default -androidx.constraintlayout.widget.R$color: int abc_search_url_text_pressed -com.google.android.material.R$styleable: int Constraint_layout_goneMarginLeft -com.xw.repo.bubbleseekbar.R$attr: int subtitle -com.jaredrummler.android.colorpicker.R$attr: int titleTextColor -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Button -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: java.lang.String pubTime -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Display1 -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_subhead_material -com.xw.repo.bubbleseekbar.R$id: int progress_circular -okhttp3.internal.cache.DiskLruCache: okhttp3.internal.cache.DiskLruCache$Editor edit(java.lang.String) -androidx.lifecycle.SavedStateHandle$SavingStateLiveData: void setValue(java.lang.Object) -com.xw.repo.bubbleseekbar.R$attr: int actionBarTheme -android.didikee.donate.R$styleable: int TextAppearance_android_shadowDy -cyanogenmod.themes.ThemeManager$ThemeProcessingListener -wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String cityId -com.turingtechnologies.materialscrollbar.R$layout: int abc_action_mode_bar -androidx.constraintlayout.widget.R$attr: int barrierMargin -cyanogenmod.weather.WeatherInfo$DayForecast: double mHigh -com.jaredrummler.android.colorpicker.R$layout: int preference_dropdown -wangdaye.com.geometricweather.R$attr: int progress_width -com.google.android.gms.common.api.ResolvableApiException -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: void onComplete() -com.google.android.material.R$style: int ShapeAppearance_MaterialComponents_Test -com.amap.api.fence.GeoFence: int STATUS_STAYED -androidx.savedstate.Recreator -com.google.android.material.textfield.MaterialAutoCompleteTextView: MaterialAutoCompleteTextView(android.content.Context,android.util.AttributeSet,int) -org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.async.AsyncSession startAsyncSession() -james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light_Dialog -james.adaptiveicon.R$drawable: int notification_bg_low -com.bumptech.glide.integration.okhttp.R$dimen: int notification_small_icon_size_as_large -com.xw.repo.bubbleseekbar.R$attr: int bsb_min -androidx.constraintlayout.widget.R$styleable: int State_android_id -androidx.fragment.R$id: int fragment_container_view_tag -com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_longpressed_holo -androidx.appcompat.R$anim: int abc_tooltip_enter -io.reactivex.internal.subscriptions.DeferredScalarSubscription: boolean tryCancel() -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_goneMarginStart -wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_text_dark -wangdaye.com.geometricweather.R$styleable: int[] ProgressIndicator -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setAqi(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX) -com.turingtechnologies.materialscrollbar.R$attr: int controlBackground -cyanogenmod.app.BaseLiveLockManagerService$1: void updateDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) -cyanogenmod.app.Profile: java.util.ArrayList getTriggersFromType(int) -com.amap.api.location.AMapLocation: java.lang.String c(com.amap.api.location.AMapLocation,java.lang.String) -androidx.appcompat.R$styleable: int SwitchCompat_switchMinWidth -okhttp3.internal.http.StatusLine: int HTTP_PERM_REDIRECT -wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource -wangdaye.com.geometricweather.R$dimen: int abc_edit_text_inset_bottom_material -com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType PNG_A -androidx.drawerlayout.R$styleable: int FontFamilyFont_android_font -wangdaye.com.geometricweather.common.basic.models.weather.Alert: android.os.Parcelable$Creator CREATOR -android.didikee.donate.R$drawable: int abc_ic_menu_cut_mtrl_alpha -okhttp3.internal.http2.Http2Codec: okhttp3.internal.http2.Http2Stream stream -cyanogenmod.providers.CMSettings$System$3: boolean validate(java.lang.String) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String so2 -okhttp3.internal.http.HttpHeaders: java.util.List parseChallenges(okhttp3.Headers,java.lang.String) -androidx.transition.R$attr: int fontProviderQuery -wangdaye.com.geometricweather.R$attr: int flow_verticalBias -okhttp3.ConnectionSpec$Builder: boolean supportsTlsExtensions -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: io.reactivex.internal.disposables.SequentialDisposable task -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int ThunderstormProbability -wangdaye.com.geometricweather.R$drawable: int abc_menu_hardkey_panel_mtrl_mult -wangdaye.com.geometricweather.common.basic.models.weather.Minutely -io.reactivex.exceptions.CompositeException: java.util.List getExceptions() -com.turingtechnologies.materialscrollbar.R$attr: int fabCradleVerticalOffset +com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd +com.xw.repo.bubbleseekbar.R$layout: int notification_template_part_time +com.google.android.material.R$dimen: int abc_edit_text_inset_top_material +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_hideable +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_rtl +androidx.appcompat.R$integer: int config_tooltipAnimTime +androidx.appcompat.R$attr: int listChoiceIndicatorSingleAnimated +androidx.preference.R$color: int preference_fallback_accent_color +androidx.legacy.coreutils.R$layout: int notification_action +wangdaye.com.geometricweather.R$drawable: int ic_uv +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) +wangdaye.com.geometricweather.R$id: int item_trend_daily +android.didikee.donate.R$drawable: int notification_bg_low_normal +com.google.android.material.R$attr: int expandedTitleMarginStart +com.google.android.material.R$style: int Base_Widget_MaterialComponents_Snackbar +com.jaredrummler.android.colorpicker.R$attr: int listChoiceBackgroundIndicator +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_12 +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.google.android.material.R$styleable: int SearchView_android_imeOptions +com.google.android.material.R$dimen: int mtrl_shape_corner_size_medium_component +cyanogenmod.weather.CMWeatherManager$1 +com.amap.api.location.AMapLocationQualityReport: int GPS_STATUS_OK +com.turingtechnologies.materialscrollbar.R$attr: int cardPreventCornerOverlap +androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_textFontWeight +okhttp3.Cookie$Builder: boolean persistent +wangdaye.com.geometricweather.R$styleable: int CardView_contentPadding +androidx.preference.R$style: int TextAppearance_Compat_Notification_Info +androidx.appcompat.R$styleable: int AppCompatTheme_actionBarStyle +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_textColor +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric: AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric() +com.github.rahatarmanahmed.cpv.CircularProgressView$9: CircularProgressView$9(com.github.rahatarmanahmed.cpv.CircularProgressView) +okhttp3.internal.cache.DiskLruCache$Entry: void setLengths(java.lang.String[]) +com.google.android.material.R$styleable: int AppCompatTheme_colorControlActivated +androidx.appcompat.R$styleable: int ActionMode_background +wangdaye.com.geometricweather.R$bool: int cpv_default_is_indeterminate +wangdaye.com.geometricweather.R$id: int item_weather_daily_uv_icon +com.amap.api.location.AMapLocation: void setDescription(java.lang.String) +com.google.android.material.R$styleable: int MotionScene_layoutDuringTransition +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setDate(java.lang.String) +androidx.constraintlayout.widget.R$attr: int mock_label +com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo getRevealInfo() +androidx.appcompat.R$styleable: int TextAppearance_android_textColorHint +android.didikee.donate.R$id: int search_badge +io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: io.reactivex.Observer downstream +androidx.constraintlayout.widget.R$attr: int actionButtonStyle +com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableCompat_android_dither +com.google.android.material.R$attr: int customColorValue +okhttp3.CipherSuite: java.lang.String secondaryName(java.lang.String) +androidx.coordinatorlayout.R$attr: int layout_dodgeInsetEdges +com.google.android.material.R$styleable: int Constraint_android_rotation +wangdaye.com.geometricweather.R$drawable: int notif_temp_92 +com.google.android.material.R$id: int scrollView +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: long produced +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_SearchView +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_10 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial: java.lang.String Unit +com.turingtechnologies.materialscrollbar.R$style: int Widget_Support_CoordinatorLayout +com.google.android.material.R$drawable: int btn_radio_on_to_off_mtrl_animation +io.reactivex.Observable: io.reactivex.Observable timeInterval(java.util.concurrent.TimeUnit) +cyanogenmod.hardware.CMHardwareManager: boolean setDisplayMode(cyanogenmod.hardware.DisplayMode,boolean) +cyanogenmod.app.IProfileManager: boolean notificationGroupExistsByName(java.lang.String) +com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType[] $VALUES +androidx.preference.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader +androidx.constraintlayout.widget.R$attr: int layout_constraintVertical_chainStyle +wangdaye.com.geometricweather.R$id: int src_in +wangdaye.com.geometricweather.R$string: int content_desc_weather_icon_grey +com.google.android.material.R$attr: int contentPadding +androidx.recyclerview.widget.RecyclerView: void suppressLayout(boolean) +wangdaye.com.geometricweather.common.basic.models.weather.History +androidx.appcompat.R$anim: int abc_slide_out_top +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onScreenTurnedOn +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge +okhttp3.internal.ws.WebSocketWriter$FrameSink: long contentLength +io.reactivex.internal.subscribers.StrictSubscriber: io.reactivex.internal.util.AtomicThrowable error +androidx.preference.R$attr: int colorError +androidx.appcompat.view.menu.ListMenuItemView: void setSubMenuArrowVisible(boolean) +okhttp3.internal.http.RealInterceptorChain: okhttp3.Call call() +androidx.legacy.coreutils.R$style: int Widget_Compat_NotificationActionContainer +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintCircleAngle +com.google.android.material.R$color: int design_fab_stroke_top_inner_color +com.google.android.material.R$animator: int mtrl_fab_show_motion_spec +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: void onNext(java.lang.Object) +cyanogenmod.themes.IThemeService$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWindSpeed(java.lang.Float) +androidx.fragment.R$styleable +androidx.appcompat.widget.ButtonBarLayout: ButtonBarLayout(android.content.Context,android.util.AttributeSet) +okio.Buffer: okio.Buffer writeTo(java.io.OutputStream,long) +androidx.appcompat.R$drawable: int btn_checkbox_unchecked_to_checked_mtrl_animation +com.google.android.material.chip.Chip: float getChipCornerRadius() +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircularSkyWeatherView: void setDrawable(boolean) +androidx.constraintlayout.widget.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_0 +wangdaye.com.geometricweather.R$layout: int item_about_line +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle +com.google.android.material.floatingactionbutton.FloatingActionButton: void setSupportImageTintList(android.content.res.ColorStateList) +androidx.fragment.R$dimen: int compat_notification_large_icon_max_height +com.amap.api.location.CoordinateConverter$1: int[] a +androidx.vectordrawable.R$id: int actions +com.amap.api.fence.PoiItem: java.lang.String d +com.amap.api.location.AMapLocation: void setTrustedLevel(int) +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.legacy.coreutils.R$styleable: int FontFamily_fontProviderAuthority +wangdaye.com.geometricweather.R$id: int design_menu_item_action_area_stub +okhttp3.internal.tls.BasicCertificateChainCleaner: boolean verifySignature(java.security.cert.X509Certificate,java.security.cert.X509Certificate) +cyanogenmod.hardware.CMHardwareManager: int COLOR_CALIBRATION_DEFAULT_INDEX +androidx.recyclerview.R$id: int accessibility_custom_action_21 +cyanogenmod.app.IPartnerInterface$Stub$Proxy: java.lang.String getCurrentHotwordPackageName() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Ice: AccuDailyResult$DailyForecasts$Night$Ice() +com.google.android.material.R$styleable: int[] NavigationView +wangdaye.com.geometricweather.db.entities.LocationEntity: void setTimeZone(java.util.TimeZone) +com.google.android.material.R$attr: int state_dragged +androidx.constraintlayout.widget.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow +androidx.appcompat.R$dimen: int abc_text_size_body_2_material +androidx.lifecycle.extensions.R$styleable: int GradientColorItem_android_color +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Compat_Notification_Line2 +androidx.preference.R$styleable: int AppCompatTheme_colorButtonNormal +com.google.android.material.R$style: int Widget_Design_TabLayout +android.didikee.donate.R$attr: int windowMinWidthMinor +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_iconTint +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments$WarningTextBlocItem: java.util.List textHtml +com.google.android.material.chip.ChipGroup: void setSingleSelection(boolean) +androidx.coordinatorlayout.R$id: int accessibility_custom_action_29 +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: boolean isDisposed() +io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: io.reactivex.ObservableSource source +androidx.hilt.R$styleable +com.google.android.material.R$attr: int cornerSize +cyanogenmod.profiles.ConnectionSettings: java.lang.String EXTRA_SUB_ID +wangdaye.com.geometricweather.R$id: int widget_trend_daily +com.jaredrummler.android.colorpicker.R$attr: int windowMinWidthMinor +androidx.swiperefreshlayout.R$styleable: int GradientColor_android_startColor +cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String pkg +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature: AccuCurrentResult$WindChillTemperature() +androidx.lifecycle.LifecycleDispatcher$DispatcherActivityCallback: void onActivitySaveInstanceState(android.app.Activity,android.os.Bundle) +androidx.preference.R$id: int info +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon +com.amap.api.location.CoordinateConverter +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_93 +io.reactivex.internal.schedulers.AbstractDirectTask: java.lang.Runnable runnable +androidx.cardview.R$dimen: int cardview_compat_inset_shadow +com.google.android.material.R$layout: int mtrl_picker_fullscreen +androidx.recyclerview.widget.RecyclerView: java.lang.CharSequence getAccessibilityClassName() +androidx.core.R$styleable: int GradientColor_android_endY +com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_seekBarIncrement +okio.RealBufferedSink: okio.Sink sink +okhttp3.internal.http.HttpHeaders: boolean hasBody(okhttp3.Response) +io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: void error(java.lang.Throwable) +androidx.fragment.R$layout: int notification_template_custom_big +com.turingtechnologies.materialscrollbar.R$id: int filled +androidx.constraintlayout.motion.widget.MotionLayout: androidx.constraintlayout.motion.widget.DesignTool getDesignTool() +okio.Buffer: java.lang.String readUtf8Line() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: boolean syncFused +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_toLeftOf +com.google.android.material.R$attr: int paddingLeftSystemWindowInsets +okhttp3.Response: okhttp3.Response priorResponse() +wangdaye.com.geometricweather.R$attr: int indeterminateProgressStyle +androidx.coordinatorlayout.R$attr: int statusBarBackground +wangdaye.com.geometricweather.R$style: int notification_content_text +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX brandInfo +cyanogenmod.alarmclock.ClockContract$CitiesColumns +com.google.android.material.R$styleable: int RecyclerView_android_descendantFocusability +james.adaptiveicon.R$style: int Widget_AppCompat_ActivityChooserView +wangdaye.com.geometricweather.R$id: int pathRelative +androidx.appcompat.R$id: int parentPanel +okio.AsyncTimeout: long IDLE_TIMEOUT_MILLIS +cyanogenmod.externalviews.ExternalViewProviderService: android.os.IBinder onBind(android.content.Intent) +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: long serialVersionUID +android.didikee.donate.R$styleable: int AppCompatTextView_autoSizeMinTextSize +androidx.preference.R$styleable: int[] SwitchCompat +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Imperial: int UnitType +wangdaye.com.geometricweather.R$attr: int unchecked_background_color +cyanogenmod.weather.ICMWeatherManager$Stub: int TRANSACTION_getActiveWeatherServiceProviderLabel +com.turingtechnologies.materialscrollbar.R$string: int abc_menu_enter_shortcut_label +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Dialog_MinWidth +wangdaye.com.geometricweather.R$id: int icon_frame +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_PopupMenu +androidx.preference.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse +com.jaredrummler.android.colorpicker.R$attr: int actionButtonStyle +retrofit2.HttpException: retrofit2.Response response() +wangdaye.com.geometricweather.R$attr: int allowDividerAfterLastItem +com.google.android.material.R$attr: int buttonBarButtonStyle +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void dispose() +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode FOG +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu +james.adaptiveicon.R$drawable: int notification_bg +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: boolean isDisposed() +androidx.drawerlayout.R$dimen: int notification_right_side_padding_top +androidx.constraintlayout.widget.R$attr: int allowStacking +wangdaye.com.geometricweather.R$drawable: int ic_back +cyanogenmod.providers.CMSettings$System: java.lang.String BATTERY_LIGHT_LOW_COLOR +cyanogenmod.platform.R$xml +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial: int UnitType +wangdaye.com.geometricweather.R$attr: int yearTodayStyle +io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: long subscriberCount +com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: boolean equals(java.lang.Object) +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_DropDownItem +androidx.preference.R$id: int group_divider +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setDegreeDayTemperature(java.lang.Integer) +james.adaptiveicon.R$id: int notification_main_column +androidx.transition.R$attr: int fontProviderPackage +cyanogenmod.providers.CMSettings$Secure: java.lang.String FEATURE_TOUCH_HOVERING +com.xw.repo.bubbleseekbar.R$id: int action_menu_divider +com.google.android.material.R$attr: int startIconTintMode +androidx.constraintlayout.widget.R$anim: int btn_radio_to_off_mtrl_dot_group_animation +androidx.multidex.MultiDexExtractor$ExtractedDex: MultiDexExtractor$ExtractedDex(java.io.File,java.lang.String) +androidx.appcompat.widget.ContentFrameLayout: void setAttachListener(androidx.appcompat.widget.ContentFrameLayout$OnAttachListener) +com.google.android.material.R$styleable: int Chip_android_textAppearance +com.google.android.material.R$attr: int tabIndicatorGravity +androidx.hilt.R$layout: int notification_template_part_chronometer +androidx.preference.R$dimen: int abc_edit_text_inset_top_material +androidx.drawerlayout.R$attr: int fontProviderFetchStrategy +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorPrimaryDark +cyanogenmod.externalviews.KeyguardExternalView: void binderDied() +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_display_3_material +androidx.lifecycle.Transformations$1: void onChanged(java.lang.Object) +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown +james.adaptiveicon.R$styleable: int[] MenuGroup +androidx.preference.R$styleable: int[] PreferenceImageView +androidx.constraintlayout.widget.R$attr: int dragScale +com.amap.api.location.AMapLocationClient: void stopLocation() +wangdaye.com.geometricweather.R$attr: int radius_to +com.jaredrummler.android.colorpicker.R$drawable: int abc_spinner_textfield_background_material +okhttp3.CacheControl: CacheControl(boolean,boolean,int,int,boolean,boolean,boolean,int,int,boolean,boolean,boolean,java.lang.String) +com.google.android.material.R$style: int Base_Widget_AppCompat_Button_Borderless +okhttp3.internal.http.StatusLine: okhttp3.internal.http.StatusLine parse(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Imperial: int UnitType +androidx.dynamicanimation.R$id: int normal +androidx.appcompat.widget.AppCompatSpinner: AppCompatSpinner(android.content.Context) +wangdaye.com.geometricweather.R$attr: int bsb_section_text_interval +android.didikee.donate.R$style: int Theme_AppCompat_Dialog +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getGrassIndex() +okhttp3.OkHttpClient$Builder: java.util.List networkInterceptors +com.google.android.material.R$color: int mtrl_tabs_colored_ripple_color +com.google.android.material.R$dimen: int mtrl_btn_inset +com.google.android.material.bottomnavigation.BottomNavigationItemView: com.google.android.material.badge.BadgeDrawable getBadge() +androidx.coordinatorlayout.R$styleable: int[] FontFamily +com.jaredrummler.android.colorpicker.R$attr: int actionBarDivider +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List ganmao +androidx.preference.R$styleable: int AppCompatTheme_spinnerStyle +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Subhead +okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder minFresh(int,java.util.concurrent.TimeUnit) +cyanogenmod.providers.CMSettings$Global: boolean putFloatForUser(android.content.ContentResolver,java.lang.String,float,int) +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 +retrofit2.ParameterHandler$QueryName +android.didikee.donate.R$attr: int buttonBarNeutralButtonStyle +wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_active_text_size +wangdaye.com.geometricweather.R$attr: int dividerHorizontal +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_wrapMode +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_passwordToggleEnabled +com.turingtechnologies.materialscrollbar.R$animator +com.google.android.material.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode +androidx.constraintlayout.widget.R$styleable: int KeyTrigger_framePosition +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_EditText +androidx.lifecycle.SavedStateHandle$SavingStateLiveData: java.lang.String mKey +com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_android_maxWidth +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: java.lang.String getInterfaceDescriptor() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean() +com.google.android.material.R$attr: int errorEnabled +androidx.drawerlayout.R$dimen: int compat_control_corner_material +androidx.constraintlayout.widget.R$id: int action_bar +wangdaye.com.geometricweather.R$id: int widget_text_weather +androidx.constraintlayout.widget.R$attr: int titleMargins +james.adaptiveicon.R$styleable: int ActionBar_contentInsetRight +androidx.viewpager2.R$attr: int fontProviderFetchTimeout +com.google.android.material.R$color: int bright_foreground_material_dark +io.reactivex.Observable: io.reactivex.Observable switchMapSingleDelayError(io.reactivex.functions.Function) +com.xw.repo.bubbleseekbar.R$dimen: int notification_top_pad +cyanogenmod.providers.CMSettings$Global: java.lang.String getStringForUser(android.content.ContentResolver,java.lang.String,int) +okhttp3.MultipartBody: byte[] COLONSPACE +com.turingtechnologies.materialscrollbar.R$attr: int layout_anchorGravity +wangdaye.com.geometricweather.R$attr: int settingsActivity +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_tooltipForegroundColor +james.adaptiveicon.R$styleable: int[] ActionMenuItemView +com.google.android.material.R$style: int Theme_MaterialComponents_Light_NoActionBar +com.turingtechnologies.materialscrollbar.R$attr: int thumbTint +androidx.fragment.R$styleable: int FontFamilyFont_fontWeight +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem +com.google.gson.LongSerializationPolicy +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_translationY +james.adaptiveicon.R$color: int secondary_text_disabled_material_dark +androidx.viewpager2.R$dimen: int compat_button_inset_vertical_material +androidx.constraintlayout.widget.R$attr: int layout_constraintHeight_default diff --git a/release/3.000/mapping/gplayRelease/usage.txt b/release/3.001/mapping/gplayRelease/usage.txt similarity index 100% rename from release/3.000/mapping/gplayRelease/usage.txt rename to release/3.001/mapping/gplayRelease/usage.txt diff --git a/release/3.000/mapping/pubRelease/configuration.txt b/release/3.001/mapping/pubRelease/configuration.txt similarity index 100% rename from release/3.000/mapping/pubRelease/configuration.txt rename to release/3.001/mapping/pubRelease/configuration.txt diff --git a/release/3.000/mapping/pubRelease/mapping.txt b/release/3.001/mapping/pubRelease/mapping.txt similarity index 99% rename from release/3.000/mapping/pubRelease/mapping.txt rename to release/3.001/mapping/pubRelease/mapping.txt index d5643fc1d..d0f39a348 100644 --- a/release/3.000/mapping/pubRelease/mapping.txt +++ b/release/3.001/mapping/pubRelease/mapping.txt @@ -1,7 +1,7 @@ # compiler: R8 # compiler_version: 2.1.86 # min_api: 19 -# pg_map_id: 1cd3dae +# pg_map_id: 2676c5a # common_typos_disable android.didikee.donate.AlipayDonate -> android.didikee.donate.a: 1:1:boolean hasInstalledAlipayClient(android.content.Context):73:73 -> a @@ -97986,30 +97986,30 @@ wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC 1:1:wangdaye.com.geometricweather.main.utils.StatementManager getStatementManager():485:485 -> G 1:1:javax.inject.Provider getStatementManagerProvider():489:489 -> H 2:3:javax.inject.Provider getStatementManagerProvider():491:492 -> H - 1:1:wangdaye.com.geometricweather.remoteviews.config.ClockDayDetailsWidgetConfigActivity injectClockDayDetailsWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.ClockDayDetailsWidgetConfigActivity):643:643 -> I - 1:1:wangdaye.com.geometricweather.remoteviews.config.ClockDayHorizontalWidgetConfigActivity injectClockDayHorizontalWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.ClockDayHorizontalWidgetConfigActivity):649:649 -> J - 1:1:wangdaye.com.geometricweather.remoteviews.config.ClockDayVerticalWidgetConfigActivity injectClockDayVerticalWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.ClockDayVerticalWidgetConfigActivity):655:655 -> K - 1:1:wangdaye.com.geometricweather.remoteviews.config.ClockDayWeekWidgetConfigActivity injectClockDayWeekWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.ClockDayWeekWidgetConfigActivity):661:661 -> L - 1:1:wangdaye.com.geometricweather.remoteviews.config.DailyTrendWidgetConfigActivity injectDailyTrendWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.DailyTrendWidgetConfigActivity):667:667 -> M - 1:1:wangdaye.com.geometricweather.remoteviews.config.DayWeekWidgetConfigActivity injectDayWeekWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.DayWeekWidgetConfigActivity):673:673 -> N - 1:1:wangdaye.com.geometricweather.remoteviews.config.DayWidgetConfigActivity injectDayWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.DayWidgetConfigActivity):679:679 -> O - 1:1:wangdaye.com.geometricweather.remoteviews.config.HourlyTrendWidgetConfigActivity injectHourlyTrendWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.HourlyTrendWidgetConfigActivity):685:685 -> P - 1:1:wangdaye.com.geometricweather.remoteviews.config.MultiCityWidgetConfigActivity injectMultiCityWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.MultiCityWidgetConfigActivity):691:691 -> Q - 1:1:wangdaye.com.geometricweather.remoteviews.config.TextWidgetConfigActivity injectTextWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.TextWidgetConfigActivity):697:697 -> R - 1:1:wangdaye.com.geometricweather.remoteviews.config.WeekWidgetConfigActivity injectWeekWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.WeekWidgetConfigActivity):703:703 -> S - 1:1:void injectWeekWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.WeekWidgetConfigActivity):634:634 -> a - 1:1:void injectClockDayWeekWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.ClockDayWeekWidgetConfigActivity):599:599 -> b - 1:1:void injectHourlyTrendWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.HourlyTrendWidgetConfigActivity):619:619 -> c - 1:1:void injectDailyTrendWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.DailyTrendWidgetConfigActivity):604:604 -> d - 1:1:void injectDayWeekWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.DayWeekWidgetConfigActivity):609:609 -> e + 1:1:wangdaye.com.geometricweather.remoteviews.config.ClockDayDetailsWidgetConfigActivity injectClockDayDetailsWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.ClockDayDetailsWidgetConfigActivity):650:650 -> I + 1:1:wangdaye.com.geometricweather.remoteviews.config.ClockDayHorizontalWidgetConfigActivity injectClockDayHorizontalWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.ClockDayHorizontalWidgetConfigActivity):656:656 -> J + 1:1:wangdaye.com.geometricweather.remoteviews.config.ClockDayVerticalWidgetConfigActivity injectClockDayVerticalWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.ClockDayVerticalWidgetConfigActivity):662:662 -> K + 1:1:wangdaye.com.geometricweather.remoteviews.config.ClockDayWeekWidgetConfigActivity injectClockDayWeekWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.ClockDayWeekWidgetConfigActivity):668:668 -> L + 1:1:wangdaye.com.geometricweather.remoteviews.config.DailyTrendWidgetConfigActivity injectDailyTrendWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.DailyTrendWidgetConfigActivity):674:674 -> M + 1:1:wangdaye.com.geometricweather.remoteviews.config.DayWeekWidgetConfigActivity injectDayWeekWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.DayWeekWidgetConfigActivity):680:680 -> N + 1:1:wangdaye.com.geometricweather.remoteviews.config.DayWidgetConfigActivity injectDayWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.DayWidgetConfigActivity):686:686 -> O + 1:1:wangdaye.com.geometricweather.remoteviews.config.HourlyTrendWidgetConfigActivity injectHourlyTrendWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.HourlyTrendWidgetConfigActivity):692:692 -> P + 1:1:wangdaye.com.geometricweather.remoteviews.config.MultiCityWidgetConfigActivity injectMultiCityWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.MultiCityWidgetConfigActivity):698:698 -> Q + 1:1:wangdaye.com.geometricweather.remoteviews.config.TextWidgetConfigActivity injectTextWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.TextWidgetConfigActivity):704:704 -> R + 1:1:wangdaye.com.geometricweather.remoteviews.config.WeekWidgetConfigActivity injectWeekWidgetConfigActivity2(wangdaye.com.geometricweather.remoteviews.config.WeekWidgetConfigActivity):710:710 -> S + 1:1:void injectWeekWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.WeekWidgetConfigActivity):641:641 -> a + 1:1:void injectClockDayWeekWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.ClockDayWeekWidgetConfigActivity):600:600 -> b + 1:1:void injectHourlyTrendWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.HourlyTrendWidgetConfigActivity):623:623 -> c + 1:1:void injectDailyTrendWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.DailyTrendWidgetConfigActivity):606:606 -> d + 1:1:void injectDayWeekWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.DayWeekWidgetConfigActivity):612:612 -> e void injectSearchActivity(wangdaye.com.geometricweather.search.SearchActivity) -> f 1:1:void injectClockDayDetailsWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.ClockDayDetailsWidgetConfigActivity):582:582 -> g void injectMainActivity(wangdaye.com.geometricweather.main.MainActivity) -> h - 1:1:void injectTextWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.TextWidgetConfigActivity):629:629 -> i + 1:1:void injectTextWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.TextWidgetConfigActivity):635:635 -> i 1:1:java.util.Set getActivityViewModelFactory():562:562 -> j 1:1:void injectClockDayHorizontalWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.ClockDayHorizontalWidgetConfigActivity):588:588 -> k - 1:1:void injectMultiCityWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.MultiCityWidgetConfigActivity):624:624 -> l - 1:1:void injectDayWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.DayWidgetConfigActivity):614:614 -> m + 1:1:void injectMultiCityWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.MultiCityWidgetConfigActivity):629:629 -> l + 1:1:void injectDayWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.DayWidgetConfigActivity):617:617 -> m 1:1:void injectClockDayVerticalWidgetConfigActivity(wangdaye.com.geometricweather.remoteviews.config.ClockDayVerticalWidgetConfigActivity):594:594 -> n 1:1:wangdaye.com.geometricweather.main.MainActivityViewModel_AssistedFactory access$1800(wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$ActivityRetainedCImpl$ActivityCImpl):452:452 -> o 1:1:wangdaye.com.geometricweather.main.MainActivityRepository access$1900(wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$ActivityRetainedCImpl$ActivityCImpl):452:452 -> p @@ -98029,15 +98029,15 @@ wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$ActivityRetainedCImpl$ActivityCImpl$SwitchingProvider -> wangdaye.com.geometricweather.a$c$b$a: wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$ActivityRetainedCImpl$ActivityCImpl this$2 -> b int id -> a - 1:2:void (wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$ActivityRetainedCImpl$ActivityCImpl,int):792:793 -> - 1:1:java.lang.Object get():799:799 -> get - 2:2:java.lang.Object get():816:816 -> get - 3:3:java.lang.Object get():818:818 -> get - 4:4:java.lang.Object get():813:813 -> get - 5:5:java.lang.Object get():810:810 -> get - 6:6:java.lang.Object get():807:807 -> get - 7:7:java.lang.Object get():804:804 -> get - 8:8:java.lang.Object get():801:801 -> get + 1:2:void (wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$ActivityRetainedCImpl$ActivityCImpl,int):799:800 -> + 1:1:java.lang.Object get():806:806 -> get + 2:2:java.lang.Object get():823:823 -> get + 3:3:java.lang.Object get():825:825 -> get + 4:4:java.lang.Object get():820:820 -> get + 5:5:java.lang.Object get():817:817 -> get + 6:6:java.lang.Object get():814:814 -> get + 7:7:java.lang.Object get():811:811 -> get + 8:8:java.lang.Object get():808:808 -> get wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$Builder -> wangdaye.com.geometricweather.a$d: wangdaye.com.geometricweather.location.di.ApiModule apiModule -> a wangdaye.com.geometricweather.weather.di.ApiModule apiModule2 -> b @@ -98055,38 +98055,38 @@ wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$ServiceCBuilder -> wangdaye.com.geometricweather.a$e: wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC this$0 -> b android.app.Service service -> a - 1:1:void (wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC):825:825 -> - 2:2:void (wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC,wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$1):825:825 -> - 1:1:dagger.hilt.android.components.ServiceComponent build():825:825 -> a - 1:1:dagger.hilt.android.internal.builders.ServiceComponentBuilder service(android.app.Service):825:825 -> b - 1:2:wangdaye.com.geometricweather.GeometricWeather_HiltComponents$ServiceC build():836:837 -> c - 1:1:wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$ServiceCBuilder service(android.app.Service):830:830 -> d + 1:1:void (wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC):832:832 -> + 2:2:void (wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC,wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$1):832:832 -> + 1:1:dagger.hilt.android.components.ServiceComponent build():832:832 -> a + 1:1:dagger.hilt.android.internal.builders.ServiceComponentBuilder service(android.app.Service):832:832 -> b + 1:2:wangdaye.com.geometricweather.GeometricWeather_HiltComponents$ServiceC build():843:844 -> c + 1:1:wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$ServiceCBuilder service(android.app.Service):837:837 -> d wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$ServiceCImpl -> wangdaye.com.geometricweather.a$f: wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC this$0 -> a - 1:1:void (wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC,android.app.Service,wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$1):841:841 -> - 2:2:void (wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC,android.app.Service):842:842 -> - 1:1:void injectForegroundTodayForecastUpdateService(wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTodayForecastUpdateService):859:859 -> a - 1:1:void injectForegroundNormalUpdateService(wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundNormalUpdateService):853:853 -> b - 1:1:void injectForegroundTomorrowForecastUpdateService(wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTomorrowForecastUpdateService):865:865 -> c - 1:1:void injectCMWeatherProviderService(wangdaye.com.geometricweather.background.service.CMWeatherProviderService):870:870 -> d - 1:1:void injectAwakeForegroundUpdateService(wangdaye.com.geometricweather.background.polling.basic.AwakeForegroundUpdateService):848:848 -> e - 1:2:wangdaye.com.geometricweather.background.polling.basic.AwakeForegroundUpdateService injectAwakeForegroundUpdateService2(wangdaye.com.geometricweather.background.polling.basic.AwakeForegroundUpdateService):875:876 -> f - 1:2:wangdaye.com.geometricweather.background.service.CMWeatherProviderService injectCMWeatherProviderService2(wangdaye.com.geometricweather.background.service.CMWeatherProviderService):903:904 -> g - 1:2:wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundNormalUpdateService injectForegroundNormalUpdateService2(wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundNormalUpdateService):882:883 -> h - 1:2:wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTodayForecastUpdateService injectForegroundTodayForecastUpdateService2(wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTodayForecastUpdateService):889:890 -> i - 1:2:wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTomorrowForecastUpdateService injectForegroundTomorrowForecastUpdateService2(wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTomorrowForecastUpdateService):896:897 -> j + 1:1:void (wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC,android.app.Service,wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$1):848:848 -> + 2:2:void (wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC,android.app.Service):849:849 -> + 1:1:void injectForegroundTodayForecastUpdateService(wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTodayForecastUpdateService):868:868 -> a + 1:1:void injectForegroundNormalUpdateService(wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundNormalUpdateService):862:862 -> b + 1:1:void injectForegroundTomorrowForecastUpdateService(wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTomorrowForecastUpdateService):874:874 -> c + 1:1:void injectCMWeatherProviderService(wangdaye.com.geometricweather.background.service.CMWeatherProviderService):879:879 -> d + 1:1:void injectAwakeForegroundUpdateService(wangdaye.com.geometricweather.background.polling.basic.AwakeForegroundUpdateService):856:856 -> e + 1:2:wangdaye.com.geometricweather.background.polling.basic.AwakeForegroundUpdateService injectAwakeForegroundUpdateService2(wangdaye.com.geometricweather.background.polling.basic.AwakeForegroundUpdateService):884:885 -> f + 1:2:wangdaye.com.geometricweather.background.service.CMWeatherProviderService injectCMWeatherProviderService2(wangdaye.com.geometricweather.background.service.CMWeatherProviderService):912:913 -> g + 1:2:wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundNormalUpdateService injectForegroundNormalUpdateService2(wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundNormalUpdateService):891:892 -> h + 1:2:wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTodayForecastUpdateService injectForegroundTodayForecastUpdateService2(wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTodayForecastUpdateService):898:899 -> i + 1:2:wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTomorrowForecastUpdateService injectForegroundTomorrowForecastUpdateService2(wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTomorrowForecastUpdateService):905:906 -> j wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC$SwitchingProvider -> wangdaye.com.geometricweather.a$g: wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC this$0 -> b int id -> a - 1:2:void (wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC,int):912:913 -> - 1:1:java.lang.Object get():919:919 -> get - 2:2:java.lang.Object get():936:936 -> get - 3:3:java.lang.Object get():938:938 -> get - 4:4:java.lang.Object get():933:933 -> get - 5:5:java.lang.Object get():930:930 -> get - 6:6:java.lang.Object get():927:927 -> get - 7:7:java.lang.Object get():924:924 -> get - 8:8:java.lang.Object get():921:921 -> get + 1:2:void (wangdaye.com.geometricweather.DaggerGeometricWeather_HiltComponents_ApplicationC,int):921:922 -> + 1:1:java.lang.Object get():928:928 -> get + 2:2:java.lang.Object get():945:945 -> get + 3:3:java.lang.Object get():947:947 -> get + 4:4:java.lang.Object get():942:942 -> get + 5:5:java.lang.Object get():939:939 -> get + 6:6:java.lang.Object get():936:936 -> get + 7:7:java.lang.Object get():933:933 -> get + 8:8:java.lang.Object get():930:930 -> get wangdaye.com.geometricweather.GeometricWeather -> wangdaye.com.geometricweather.GeometricWeather: wangdaye.com.geometricweather.GeometricWeather sInstance -> f java.util.Set mActivitySet -> c @@ -102716,7 +102716,7 @@ wangdaye.com.geometricweather.common.utils.NetworkUtils -> wangdaye.com.geometri 2:2:boolean isAvailable(android.content.Context):12:12 -> a wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$AsyncHelper$SCtGxN6kBHoheoJkAmdrMtY6-Z4 -> wangdaye.com.geometricweather.j.f.e.a: wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Callback f$0 -> b -wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$AsyncHelper$TK8feyBhxYYuQ85E0XR4gH8ihzw -> wangdaye.com.geometricweather.j.f.e.b: +wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$AsyncHelper$bfqDhnjRcgLapzRS8owkb0KodiQ -> wangdaye.com.geometricweather.j.f.e.b: java.lang.Runnable f$0 -> b wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$AsyncHelper$dYmvp3wnEC6Lbk9AtJDYepD2FE4 -> wangdaye.com.geometricweather.j.f.e.c: wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Callback f$0 -> b @@ -102726,61 +102726,57 @@ wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$AsyncHelper$gG0OD6x wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$AsyncHelper$h15nu2vanxJ6eWEjjwyCCDfmJPU -> wangdaye.com.geometricweather.j.f.e.e: wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Task f$0 -> a void subscribe(io.reactivex.ObservableEmitter) -> a -wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$AsyncHelper$h9_QKZ6iqAami0eg3r9FsX0fU-Q -> wangdaye.com.geometricweather.j.f.e.f: +wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$AsyncHelper$iytByVsEpM1vv6TQSW-UDS-qIVY -> wangdaye.com.geometricweather.j.f.e.f: java.lang.Runnable f$0 -> a void subscribe(io.reactivex.ObservableEmitter) -> a -wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$AsyncHelper$iytByVsEpM1vv6TQSW-UDS-qIVY -> wangdaye.com.geometricweather.j.f.e.g: - java.lang.Runnable f$0 -> a - void subscribe(io.reactivex.ObservableEmitter) -> a -wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$AsyncHelper$mKddLUDIhYo-wclF0js8x4kLhEg -> wangdaye.com.geometricweather.j.f.e.h: +wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$AsyncHelper$mKddLUDIhYo-wclF0js8x4kLhEg -> wangdaye.com.geometricweather.j.f.e.g: wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Task f$0 -> a void subscribe(io.reactivex.ObservableEmitter) -> a -wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$HFU0-X6FMDkdGsEGT-4AfXQSwtA -> wangdaye.com.geometricweather.j.f.e.i: +wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$HFU0-X6FMDkdGsEGT-4AfXQSwtA -> wangdaye.com.geometricweather.j.f.e.h: java.lang.Runnable f$0 -> b -wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$ShortcutsHelper$YZpln6jUmrOX14ZnmXipR1mRBJk -> wangdaye.com.geometricweather.j.f.e.j: +wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$ShortcutsHelper$YZpln6jUmrOX14ZnmXipR1mRBJk -> wangdaye.com.geometricweather.j.f.e.i: android.content.Context f$0 -> b java.util.List f$1 -> c -wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$SnackbarHelper$ZPZs1Vhg6DxVMRN65lARL52xFns -> wangdaye.com.geometricweather.j.f.e.k: +wangdaye.com.geometricweather.common.utils.helpers.-$$Lambda$SnackbarHelper$ZPZs1Vhg6DxVMRN65lARL52xFns -> wangdaye.com.geometricweather.j.f.e.j: android.view.View$OnClickListener f$1 -> c com.google.android.material.snackbar.Snackbar f$0 -> b -wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper -> wangdaye.com.geometricweather.j.f.e.l: +wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper -> wangdaye.com.geometricweather.j.f.e.k: 1:6:wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller delayRunOnIO(java.lang.Runnable,long):102:107 -> a 1:6:wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller delayRunOnUI(java.lang.Runnable,long):112:117 -> b 1:5:wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller intervalRunOnUI(java.lang.Runnable,long,long):123:127 -> c - 1:1:void lambda$delayRunOnIO$6(java.lang.Runnable,io.reactivex.ObservableEmitter):103:103 -> d - 1:1:void lambda$intervalRunOnUI$7(java.lang.Runnable,java.lang.Long):127:127 -> e - 1:1:void lambda$runOnExecutor$3(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Task,io.reactivex.ObservableEmitter):84:84 -> f - 1:1:void lambda$runOnExecutor$4(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Callback,wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Data):87:87 -> g - 1:1:void lambda$runOnExecutor$5(java.lang.Runnable,io.reactivex.ObservableEmitter):94:94 -> h - 1:1:void lambda$runOnIO$0(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Task,io.reactivex.ObservableEmitter):65:65 -> i - 1:1:void lambda$runOnIO$1(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Callback,wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Data):68:68 -> j - 1:1:void lambda$runOnIO$2(java.lang.Runnable,io.reactivex.ObservableEmitter):75:75 -> k - 1:5:wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller runOnExecutor(java.lang.Runnable,java.util.concurrent.Executor):93:97 -> l - 1:6:wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller runOnExecutor(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Task,wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Callback,java.util.concurrent.Executor):83:88 -> m - 1:5:wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller runOnIO(java.lang.Runnable):74:78 -> n - 1:6:wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller runOnIO(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Task,wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Callback):64:69 -> o -wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Callback -> wangdaye.com.geometricweather.j.f.e.l$a: + 1:1:void lambda$intervalRunOnUI$6(java.lang.Runnable,java.lang.Long):127:127 -> d + 1:1:void lambda$runOnExecutor$3(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Task,io.reactivex.ObservableEmitter):84:84 -> e + 1:1:void lambda$runOnExecutor$4(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Callback,wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Data):87:87 -> f + 1:1:void lambda$runOnExecutor$5(java.lang.Runnable,io.reactivex.ObservableEmitter):94:94 -> g + 1:1:void lambda$runOnIO$0(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Task,io.reactivex.ObservableEmitter):65:65 -> h + 1:1:void lambda$runOnIO$1(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Callback,wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Data):68:68 -> i + 1:1:void lambda$runOnIO$2(java.lang.Runnable,io.reactivex.ObservableEmitter):75:75 -> j + 1:5:wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller runOnExecutor(java.lang.Runnable,java.util.concurrent.Executor):93:97 -> k + 1:6:wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller runOnExecutor(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Task,wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Callback,java.util.concurrent.Executor):83:88 -> l + 1:5:wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller runOnIO(java.lang.Runnable):74:78 -> m + 1:6:wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller runOnIO(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Task,wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Callback):64:69 -> n +wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Callback -> wangdaye.com.geometricweather.j.f.e.k$a: void call(java.lang.Object,boolean) -> a -wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller -> wangdaye.com.geometricweather.j.f.e.l$b: +wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Controller -> wangdaye.com.geometricweather.j.f.e.k$b: io.reactivex.disposables.Disposable inner -> a 1:2:void (io.reactivex.disposables.Disposable):22:23 -> 1:1:void cancel():27:27 -> a -wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Data -> wangdaye.com.geometricweather.j.f.e.l$c: +wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Data -> wangdaye.com.geometricweather.j.f.e.k$c: java.lang.Object t -> a boolean done -> b 1:3:void (java.lang.Object,boolean):36:38 -> -wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Emitter -> wangdaye.com.geometricweather.j.f.e.l$d: +wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Emitter -> wangdaye.com.geometricweather.j.f.e.k$d: io.reactivex.ObservableEmitter inner -> a 1:2:void (io.reactivex.ObservableEmitter):46:47 -> 1:1:void send(java.lang.Object,boolean):51:51 -> a -wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Task -> wangdaye.com.geometricweather.j.f.e.l$e: +wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Task -> wangdaye.com.geometricweather.j.f.e.k$e: void execute(wangdaye.com.geometricweather.common.utils.helpers.AsyncHelper$Emitter) -> a -wangdaye.com.geometricweather.common.utils.helpers.BuglyHelper -> wangdaye.com.geometricweather.j.f.e.m: +wangdaye.com.geometricweather.common.utils.helpers.BuglyHelper -> wangdaye.com.geometricweather.j.f.e.l: 1:1:void init(android.content.Context):10:10 -> a 1:1:void report(java.lang.Exception):14:14 -> b -wangdaye.com.geometricweather.common.utils.helpers.ImageHelper -> wangdaye.com.geometricweather.j.f.e.n: +wangdaye.com.geometricweather.common.utils.helpers.ImageHelper -> wangdaye.com.geometricweather.j.f.e.m: 1:3:void load(android.content.Context,android.widget.ImageView,int):13:15 -> a -wangdaye.com.geometricweather.common.utils.helpers.IntentHelper -> wangdaye.com.geometricweather.j.f.e.o: +wangdaye.com.geometricweather.common.utils.helpers.IntentHelper -> wangdaye.com.geometricweather.j.f.e.n: 1:1:void startSearchActivityForResult(android.app.Activity,android.view.View,int):128:128 -> A 2:3:void startSearchActivityForResult(android.app.Activity,android.view.View,int):130:131 -> A 4:4:void startSearchActivityForResult(android.app.Activity,android.view.View,int):139:139 -> A @@ -102843,13 +102839,13 @@ wangdaye.com.geometricweather.common.utils.helpers.IntentHelper -> wangdaye.com. 2:3:void startMainActivityForManagement(android.app.Activity):56:57 -> y 4:4:void startMainActivityForManagement(android.app.Activity):54:54 -> y 1:3:void startPreviewIconActivity(android.app.Activity,java.lang.String):168:168 -> z -wangdaye.com.geometricweather.common.utils.helpers.LunarHelper -> wangdaye.com.geometricweather.j.f.e.p: +wangdaye.com.geometricweather.common.utils.helpers.LunarHelper -> wangdaye.com.geometricweather.j.f.e.o: 1:4:java.lang.String getLunarDate(int,int,int):30:33 -> a 5:6:java.lang.String getLunarDate(int,int,int):35:36 -> a 1:3:java.lang.String getLunarDate(java.util.Calendar):22:24 -> b 4:4:java.lang.String getLunarDate(java.util.Calendar):21:21 -> b 1:3:java.lang.String getLunarDate(java.util.Date):15:17 -> c -wangdaye.com.geometricweather.common.utils.helpers.ShortcutsHelper -> wangdaye.com.geometricweather.j.f.e.q: +wangdaye.com.geometricweather.common.utils.helpers.ShortcutsHelper -> wangdaye.com.geometricweather.j.f.e.p: 1:2:android.graphics.Bitmap drawableToBitmap(android.graphics.drawable.Drawable):118:119 -> a 3:3:android.graphics.Bitmap drawableToBitmap(android.graphics.drawable.Drawable):117:117 -> a 4:6:android.graphics.Bitmap drawableToBitmap(android.graphics.drawable.Drawable):123:125 -> a @@ -102883,7 +102879,7 @@ wangdaye.com.geometricweather.common.utils.helpers.ShortcutsHelper -> wangdaye.c 32:39:void lambda$refreshShortcutsInNewThread$0(android.content.Context,java.util.List):97:97 -> d 40:40:void lambda$refreshShortcutsInNewThread$0(android.content.Context,java.util.List):108:108 -> d 1:1:void refreshShortcutsInNewThread(android.content.Context,java.util.List):37:37 -> e -wangdaye.com.geometricweather.common.utils.helpers.SnackbarHelper -> wangdaye.com.geometricweather.j.f.e.r: +wangdaye.com.geometricweather.common.utils.helpers.SnackbarHelper -> wangdaye.com.geometricweather.j.f.e.q: 1:2:void lambda$setAppearanceAndShow$0(com.google.android.material.snackbar.Snackbar,android.view.View$OnClickListener,android.view.View):101:102 -> a 1:4:void setAppearanceAndShow(android.content.Context,com.google.android.material.snackbar.Snackbar,boolean,java.lang.String,java.lang.String,android.view.View$OnClickListener):83:86 -> b 5:5:void setAppearanceAndShow(android.content.Context,com.google.android.material.snackbar.Snackbar,boolean,java.lang.String,java.lang.String,android.view.View$OnClickListener):88:88 -> b diff --git a/release/3.000/mapping/pubRelease/resources.txt b/release/3.001/mapping/pubRelease/resources.txt similarity index 99% rename from release/3.000/mapping/pubRelease/resources.txt rename to release/3.001/mapping/pubRelease/resources.txt index 88b7bf978..d93418a6a 100644 --- a/release/3.000/mapping/pubRelease/resources.txt +++ b/release/3.001/mapping/pubRelease/resources.txt @@ -308,7 +308,7 @@ Referenced Strings: 2gcj 3 3.0 - 3.000_pub + 3.001_pub 30 300% 304 @@ -16542,4 +16542,4 @@ Skipped unused resource res/layout/mtrl_alert_select_dialog_item.xml: 588 bytes Skipped unused resource res/layout/mtrl_alert_select_dialog_multichoice.xml: 940 bytes (replaced with small dummy file of size 104 bytes) Skipped unused resource res/layout/mtrl_alert_select_dialog_singlechoice.xml: 940 bytes (replaced with small dummy file of size 104 bytes) Skipped unused resource res/layout/spinner_text.xml: 472 bytes (replaced with small dummy file of size 104 bytes) -Resource shrinking did not work (grew from 5197781 to 5197792); using original instead +Resource shrinking did not work (grew from 5199737 to 5199746); using original instead diff --git a/release/3.000/mapping/pubRelease/seeds.txt b/release/3.001/mapping/pubRelease/seeds.txt similarity index 100% rename from release/3.000/mapping/pubRelease/seeds.txt rename to release/3.001/mapping/pubRelease/seeds.txt index d97f23bf1..efc64bfa0 100644 --- a/release/3.000/mapping/pubRelease/seeds.txt +++ b/release/3.001/mapping/pubRelease/seeds.txt @@ -1,54526 +1,54526 @@ -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Dialog_MinWidth -androidx.preference.R$attr: int colorBackgroundFloating -com.tencent.bugly.crashreport.CrashReport: java.lang.String getAppID() -cyanogenmod.app.ICustomTileListener$Stub$Proxy: void onListenerConnected() -wangdaye.com.geometricweather.R$drawable: int ic_email -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_lunar -com.turingtechnologies.materialscrollbar.R$animator: int mtrl_chip_state_list_anim -androidx.appcompat.R$styleable: int AppCompatTheme_dividerHorizontal -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource ACCU -androidx.activity.R$id: int time -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorSwitchThumbNormal -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Small_Inverse -com.google.android.material.R$styleable: int SearchView_layout -com.google.android.material.R$id: int accessibility_custom_action_6 -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.util.List _queryWeatherEntity_HourlyEntityList(java.lang.String,java.lang.String) -android.didikee.donate.R$style: int TextAppearance_AppCompat -com.google.android.material.R$styleable: int Chip_chipEndPadding -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language ENGLISH_AU -com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_border_width -okhttp3.internal.cache.CacheStrategy$Factory: okhttp3.Response cacheResponse -androidx.vectordrawable.R$styleable: int GradientColor_android_tileMode -com.jaredrummler.android.colorpicker.R$dimen: int disabled_alpha_material_light -com.tencent.bugly.crashreport.crash.c -wangdaye.com.geometricweather.R$attr: int checkedButton -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintBottom_toTopOf -com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat_Dark -wangdaye.com.geometricweather.R$id: int widget_day_weather -androidx.work.impl.diagnostics.DiagnosticsReceiver: DiagnosticsReceiver() -wangdaye.com.geometricweather.R$drawable: int weather_thunder_mini_dark -cyanogenmod.externalviews.IExternalViewProviderFactory -androidx.vectordrawable.R$id: int time -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_fontVariationSettings -com.google.android.material.chip.Chip: void setCloseIconPressed(boolean) -james.adaptiveicon.R$styleable: int AppCompatTheme_activityChooserViewStyle -com.tencent.bugly.crashreport.crash.d: com.tencent.bugly.crashreport.common.info.a c -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: int getStatus() -com.turingtechnologies.materialscrollbar.R$anim: int design_snackbar_out -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_NoActionBar -androidx.loader.R$dimen: int notification_content_margin_start -okhttp3.internal.http2.Http2Connection$6: void execute() -cyanogenmod.app.ThemeVersion$ComponentVersion: ThemeVersion$ComponentVersion(int,cyanogenmod.app.ThemeComponent,int) -cyanogenmod.weather.WeatherLocation: WeatherLocation(android.os.Parcel,cyanogenmod.weather.WeatherLocation$1) -com.turingtechnologies.materialscrollbar.R$attr: int titleMargins -james.adaptiveicon.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle -androidx.appcompat.R$style: int Widget_AppCompat_ActionButton -androidx.constraintlayout.widget.R$styleable: int Layout_android_orientation -androidx.appcompat.R$style: int TextAppearance_AppCompat_Large -wangdaye.com.geometricweather.R$string: int resident_location -android.didikee.donate.R$color: int abc_tint_btn_checkable -wangdaye.com.geometricweather.R$layout: int notification_template_custom_big -com.xw.repo.bubbleseekbar.R$styleable: int MenuGroup_android_visible -android.didikee.donate.R$layout: int notification_action_tombstone -cyanogenmod.content.Intent -com.tencent.bugly.proguard.i: java.lang.String b -com.google.android.gms.common.api.internal.zabi -com.jaredrummler.android.colorpicker.R$layout: int preference_widget_seekbar -wangdaye.com.geometricweather.R$string: int wind_speed -androidx.appcompat.R$attr: int actionOverflowMenuStyle -androidx.work.R$id: int normal -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum Maximum -androidx.preference.R$attr: int titleMarginEnd -com.xw.repo.bubbleseekbar.R$id: int none -androidx.preference.R$styleable: int RecyclerView_layoutManager -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: MfEphemerisResult$Properties$Ephemeris() -okhttp3.FormBody -androidx.coordinatorlayout.R$dimen: int notification_right_side_padding_top -com.jaredrummler.android.colorpicker.R$color: int background_floating_material_dark -cyanogenmod.app.ILiveLockScreenManager: boolean registerChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) -androidx.hilt.work.R$styleable -wangdaye.com.geometricweather.search.LoadableLocationList$Status: wangdaye.com.geometricweather.search.LoadableLocationList$Status SUCCESS -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView -com.google.android.material.slider.Slider: void setThumbStrokeWidthResource(int) -com.turingtechnologies.materialscrollbar.R$attr: int singleLine -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_ProgressIndicator -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_anon_WITH_NULL_SHA -com.google.android.material.R$layout: int abc_activity_chooser_view -okhttp3.internal.ws.WebSocketReader: okhttp3.internal.ws.WebSocketReader$FrameCallback frameCallback -com.tencent.bugly.BuglyStrategy: java.lang.String b -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String co -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain: java.lang.Float cumul6H -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property Time -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_iconSpaceReserved -wangdaye.com.geometricweather.R$id: int controller -androidx.hilt.work.R$id: int accessibility_custom_action_4 -retrofit2.Utils$WildcardTypeImpl: java.lang.reflect.Type lowerBound -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: java.lang.Object NEXT_WINDOW -com.google.android.material.R$dimen: int mtrl_navigation_elevation -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_SearchResult_Title -androidx.lifecycle.SavedStateHandle: SavedStateHandle() -androidx.cardview.R$styleable: int CardView_contentPaddingRight -com.xw.repo.bubbleseekbar.R$attr: int thumbTintMode -okhttp3.internal.http.HttpCodec: void cancel() -com.tencent.bugly.b: void a(android.content.Context,com.tencent.bugly.BuglyStrategy) -com.xw.repo.bubbleseekbar.R$color: int abc_color_highlight_material -androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial Imperial -com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String g -okio.Buffer: java.lang.String readUtf8LineStrict() -com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_title_divider_material -androidx.recyclerview.R$id: int blocking -androidx.preference.R$drawable: int notification_bg_low -com.turingtechnologies.materialscrollbar.R$color: int highlighted_text_material_light -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_rtl -wangdaye.com.geometricweather.R$attr: int motionStagger -cyanogenmod.weather.WeatherInfo: double getTemperature() -wangdaye.com.geometricweather.R$drawable: int clock_minute_light -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String getStreet() -com.google.android.material.R$id: int action_bar_title -wangdaye.com.geometricweather.R$attr: int itemSpacing -com.bumptech.glide.R$id: int notification_background -androidx.preference.R$styleable: int PreferenceFragmentCompat_android_layout -okhttp3.HttpUrl: java.lang.String scheme() -io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: int size -com.amap.api.location.DPoint: void writeToParcel(android.os.Parcel,int) -com.google.gson.stream.JsonReader: int NUMBER_CHAR_NONE -com.turingtechnologies.materialscrollbar.R$attr: int checkedIconEnabled -okhttp3.internal.http2.Http2Connection: java.net.Socket socket -androidx.preference.R$styleable: int GradientColor_android_type -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_rotationX -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayoutStates_state_collapsed -android.didikee.donate.R$drawable: int abc_text_cursor_material -androidx.preference.R$style: int Base_AlertDialog_AppCompat -james.adaptiveicon.R$styleable: int ActionMenuItemView_android_minWidth -androidx.appcompat.resources.R$layout: int notification_template_part_chronometer -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Button_Colored -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_VMAIL_COLOR_VALIDATOR -com.tencent.bugly.crashreport.common.info.a: java.lang.String P -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric Metric -james.adaptiveicon.R$styleable: int AppCompatTextView_textAllCaps -com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_centerColor -com.turingtechnologies.materialscrollbar.R$id: int default_activity_button -com.turingtechnologies.materialscrollbar.R$styleable: int[] MaterialButton -com.xw.repo.bubbleseekbar.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset -cyanogenmod.weather.WeatherInfo: double access$802(cyanogenmod.weather.WeatherInfo,double) -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_Button -wangdaye.com.geometricweather.R$dimen: int tooltip_y_offset_non_touch -okhttp3.internal.http2.Http2Connection$ReaderRunnable: okhttp3.internal.http2.Http2Connection this$0 -androidx.preference.R$style: int PreferenceCategoryTitleTextStyle -wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_dayTodayStyle -com.amap.api.location.AMapLocationClientOption$1: AMapLocationClientOption$1() -wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String getWeatherSource() -wangdaye.com.geometricweather.R$layout: int dialog_learn_more_about_geocoder -com.tencent.bugly.crashreport.crash.h5.b: java.lang.String b -wangdaye.com.geometricweather.R$attr: int tabIndicator -androidx.viewpager2.R$id: int normal -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPopupWindowStyle -com.google.android.material.datepicker.CompositeDateValidator -androidx.transition.R$styleable: int FontFamilyFont_android_font -okhttp3.internal.Util: int decodeHexDigit(char) -com.google.android.material.R$attr: int colorPrimary -com.google.android.material.R$id: int title_template -com.google.android.material.R$styleable: int Chip_textStartPadding -androidx.preference.R$dimen: int abc_seekbar_track_background_height_material -androidx.constraintlayout.widget.R$attr: int motionInterpolator -wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView getChartItemView() -io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function9) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial -wangdaye.com.geometricweather.R$string: int common_google_play_services_install_text -okhttp3.internal.http1.Http1Codec: java.lang.String readHeaderLine() -cyanogenmod.weather.IRequestInfoListener$Stub$Proxy: java.lang.String getInterfaceDescriptor() -cyanogenmod.app.suggest.AppSuggestManager: cyanogenmod.app.suggest.IAppSuggestManager sImpl -com.tencent.bugly.proguard.n: com.tencent.bugly.proguard.n a() -androidx.preference.R$string: int abc_menu_ctrl_shortcut_label -com.google.android.material.bottomnavigation.BottomNavigationView: int getItemTextAppearanceActive() -com.google.android.material.R$styleable: int TextInputLayout_android_textColorHint -wangdaye.com.geometricweather.R$id: int tag_transition_group -james.adaptiveicon.R$style: int Theme_AppCompat_Dialog -okhttp3.internal.ws.RealWebSocket$CancelRunnable -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ButtonBar -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_Button -androidx.customview.R$styleable: int GradientColor_android_startColor -androidx.preference.R$layout: int abc_alert_dialog_button_bar_material -androidx.dynamicanimation.R$drawable: int notification_action_background -james.adaptiveicon.R$style: int Widget_Compat_NotificationActionText -android.support.v4.app.RemoteActionCompatParcelizer: RemoteActionCompatParcelizer() -wangdaye.com.geometricweather.R$styleable: int GradientColorItem_android_offset -wangdaye.com.geometricweather.common.ui.widgets.astro.MoonPhaseView: MoonPhaseView(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.R$styleable: int TextInputLayout_expandedHintEnabled -android.didikee.donate.R$color: int bright_foreground_disabled_material_dark -androidx.preference.R$styleable: int AppCompatTheme_actionBarTabTextStyle -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.HistoryEntityDao historyEntityDao -wangdaye.com.geometricweather.R$attr: int cpv_showColorShades -james.adaptiveicon.R$attr: int showTitle -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver -com.tencent.bugly.proguard.u: byte[] b(byte[]) -wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayDetailsWidgetConfigActivity: Hilt_ClockDayDetailsWidgetConfigActivity() -androidx.core.content.FileProvider: FileProvider() -com.google.android.material.R$dimen: int mtrl_transition_shared_axis_slide_distance -okio.ByteString: okio.ByteString of(byte[]) -io.reactivex.Observable: io.reactivex.Single count() -com.tencent.bugly.proguard.ar: void a(com.tencent.bugly.proguard.j) -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight -io.reactivex.internal.operators.observable.ObserverResourceWrapper: void onComplete() -com.turingtechnologies.materialscrollbar.R$id: int forever -androidx.cardview.R$attr: int cardUseCompatPadding -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleMarginEnd -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_verticalStyle -wangdaye.com.geometricweather.R$styleable: int OnSwipe_touchAnchorSide -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_fabCustomSize -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.util.Date date -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void drain() -androidx.appcompat.R$attr: int textColorSearchUrl -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: void cancel(java.lang.Object) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeRealFeelTemperature() -com.google.android.material.R$styleable: int Layout_layout_constraintStart_toStartOf -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: boolean isEmpty() -com.google.android.material.R$style: int Theme_AppCompat_Empty -wangdaye.com.geometricweather.R$attr: int actionBarSize -com.baidu.location.indoor.c: void clear() -androidx.work.WorkerParameters -james.adaptiveicon.R$styleable: int ActionMode_closeItemLayout -androidx.preference.R$drawable: int notification_bg_normal -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_popupTheme -james.adaptiveicon.R$integer: int abc_config_activityShortDur -okio.ByteString: int hashCode -cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String getTag() -com.xw.repo.bubbleseekbar.R$drawable: int abc_dialog_material_background -wangdaye.com.geometricweather.R$layout: int item_weather_daily_overview -androidx.constraintlayout.widget.R$styleable: int AppCompatImageView_tint -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: void drain() -com.github.rahatarmanahmed.cpv.CircularProgressView$7: CircularProgressView$7(com.github.rahatarmanahmed.cpv.CircularProgressView) -com.jaredrummler.android.colorpicker.R$string: int abc_menu_shift_shortcut_label -james.adaptiveicon.R$style: int Widget_AppCompat_PopupMenu -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: io.reactivex.functions.Function combiner -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Bridge -androidx.coordinatorlayout.R$dimen: int notification_right_icon_size -android.didikee.donate.R$styleable: int AppCompatTextView_textAllCaps -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast: long dt -okhttp3.OkHttpClient: int pingInterval -androidx.lifecycle.ProcessLifecycleOwner: androidx.lifecycle.ProcessLifecycleOwner sInstance -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintBottom_creator -wangdaye.com.geometricweather.R$drawable: int ic_temperature_celsius -com.google.gson.stream.JsonScope: int NONEMPTY_DOCUMENT -com.google.android.material.R$dimen: int compat_button_padding_horizontal_material -com.google.android.material.R$layout: int abc_alert_dialog_material -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_z -androidx.vectordrawable.R$id: int tag_unhandled_key_event_manager -androidx.appcompat.widget.AppCompatRadioButton: void setBackgroundDrawable(android.graphics.drawable.Drawable) -com.tencent.bugly.crashreport.crash.c: c(int,android.content.Context,com.tencent.bugly.proguard.w,boolean,com.tencent.bugly.BuglyStrategy$a,com.tencent.bugly.proguard.o,java.lang.String) -androidx.appcompat.widget.FitWindowsFrameLayout: void setOnFitSystemWindowsListener(androidx.appcompat.widget.FitWindowsViewGroup$OnFitSystemWindowsListener) -retrofit2.http.QueryMap -com.google.android.material.R$styleable: int Spinner_android_entries -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_fontWeight -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: long serialVersionUID -com.google.android.material.R$id: int zero_corner_chip -okio.BufferedSink: okio.BufferedSink emit() -com.turingtechnologies.materialscrollbar.R$string: int abc_action_bar_home_description -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionBar_Solid -com.jaredrummler.android.colorpicker.R$style: int Preference_Information -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: void setValue(java.lang.String) -okio.Pipe: okio.Buffer buffer -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void tryEmit(java.lang.Object,io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver) -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: java.lang.Object poll() -androidx.appcompat.widget.ActionBarContextView: ActionBarContextView(android.content.Context) -androidx.preference.R$styleable: int Toolbar_contentInsetLeft -cyanogenmod.providers.DataUsageContract: int COLUMN_OF_ACTIVE -wangdaye.com.geometricweather.db.entities.DailyEntity: void setGrassIndex(java.lang.Integer) -wangdaye.com.geometricweather.R$id: int source -cyanogenmod.weather.CMWeatherManager$1: cyanogenmod.weather.CMWeatherManager this$0 -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void alterWindow(int,int,int,int,boolean,android.graphics.Rect) -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderDivider -androidx.coordinatorlayout.R$id: int right_icon -wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig weatherEntityDaoConfig -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputEditText_FilledBox -com.google.android.material.R$dimen: int mtrl_bottomappbar_fab_cradle_margin -wangdaye.com.geometricweather.R$layout: int item_weather_daily_uv -com.google.android.material.R$attr: int dialogPreferredPadding -com.google.android.material.R$dimen: int mtrl_exposed_dropdown_menu_popup_elevation -com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_fixed_width_minor -wangdaye.com.geometricweather.R$string: int sp_widget_hourly_trend_setting -com.google.android.material.R$color: int design_dark_default_color_error -com.google.android.material.R$styleable: int AppCompatTheme_tooltipForegroundColor -androidx.cardview.R$style: int CardView_Light -com.jaredrummler.android.colorpicker.R$attr: int iconTintMode -androidx.viewpager2.R$dimen: int compat_button_padding_vertical_material -james.adaptiveicon.R$styleable: int LinearLayoutCompat_android_gravity -com.amap.api.location.DPoint: double getLatitude() -okio.SegmentPool: long MAX_SIZE -cyanogenmod.themes.ThemeManager: cyanogenmod.themes.IThemeService getService() -cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: java.lang.String getActiveWeatherServiceProviderLabel() -io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy LATEST -wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_rotationX -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$ExpandedStyle mExpandedStyle -com.turingtechnologies.materialscrollbar.R$style: int Base_V21_Theme_AppCompat -androidx.appcompat.R$style: int Base_Widget_AppCompat_Spinner_Underlined -androidx.constraintlayout.widget.R$drawable -androidx.core.R$attr: int fontProviderFetchTimeout -okio.Buffer$2: Buffer$2(okio.Buffer) -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: io.reactivex.internal.queue.SpscLinkedArrayQueue queue -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: AccuLocationResult() -android.didikee.donate.R$id: int action_menu_presenter -com.xw.repo.bubbleseekbar.R$attr: int buttonTintMode -androidx.legacy.coreutils.R$drawable: int notification_bg_low_normal -io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function6) -com.bumptech.glide.R$styleable: int GradientColor_android_centerY -com.turingtechnologies.materialscrollbar.R$attr: int numericModifiers -com.xw.repo.bubbleseekbar.R$attr: int layout_anchorGravity -androidx.fragment.R$drawable: int notification_template_icon_bg -com.amap.api.fence.GeoFenceListener: void onGeoFenceCreateFinished(java.util.List,int,java.lang.String) -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: void onComplete() -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen -androidx.preference.R$styleable: int AppCompatTextView_textLocale -com.amap.api.location.LocationManagerBase: com.amap.api.location.AMapLocation getLastKnownLocation() -cyanogenmod.app.suggest.IAppSuggestManager -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner -androidx.coordinatorlayout.R$styleable: int FontFamilyFont_fontStyle -okhttp3.ResponseBody: okhttp3.MediaType contentType() -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_PopupMenu -androidx.activity.R$styleable: int GradientColor_android_gradientRadius -wangdaye.com.geometricweather.R$attr: int collapseIcon -com.google.android.material.floatingactionbutton.FloatingActionButton: android.content.res.ColorStateList getRippleColorStateList() -androidx.preference.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle -androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_android_fontVariationSettings -cyanogenmod.hardware.CMHardwareManager: boolean writePersistentString(java.lang.String,java.lang.String) -io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void innerSuccess(io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver,java.lang.Object) -okhttp3.ResponseBody: okhttp3.ResponseBody create(okhttp3.MediaType,okio.ByteString) -com.jaredrummler.android.colorpicker.R$drawable: int abc_text_select_handle_left_mtrl_light -okio.ByteString: java.lang.String hex() -wangdaye.com.geometricweather.R$attr: int unchecked_background_color -okhttp3.internal.http1.Http1Codec$ChunkedSource: long read(okio.Buffer,long) -androidx.work.R$id: int action_text -androidx.appcompat.R$color: int switch_thumb_material_dark -wangdaye.com.geometricweather.R$attr: int layout_constraintDimensionRatio -cyanogenmod.externalviews.ExternalViewProperties: android.graphics.Rect getHitRect() -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Button_Small -androidx.customview.R$id: int async -android.didikee.donate.R$styleable: int ActionBar_backgroundStacked -wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: java.lang.String styleId -james.adaptiveicon.R$drawable: int abc_ic_star_black_16dp -cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String WRITE_ALARMS_PERMISSION -androidx.preference.R$styleable: int AnimatedStateListDrawableTransition_android_drawable -okhttp3.internal.http2.Http2Connection: Http2Connection(okhttp3.internal.http2.Http2Connection$Builder) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_drawableStart -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int AQI_INDEX_4 -com.google.android.material.checkbox.MaterialCheckBox: android.content.res.ColorStateList getMaterialThemeColorsTintList() -androidx.customview.R$dimen: int notification_large_icon_width -androidx.constraintlayout.widget.R$id: int scrollIndicatorDown -com.xw.repo.bubbleseekbar.R$dimen: int tooltip_margin -androidx.legacy.coreutils.R$color -androidx.customview.R$id: int tag_unhandled_key_event_manager -com.tencent.bugly.proguard.z: java.util.ArrayList c(android.content.Context,java.lang.String) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getSrc() -androidx.lifecycle.FullLifecycleObserver: void onStart(androidx.lifecycle.LifecycleOwner) -com.turingtechnologies.materialscrollbar.R$attr: int navigationIcon -androidx.appcompat.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle -com.turingtechnologies.materialscrollbar.R$id: int buttonPanel -com.google.android.material.R$styleable: int AppCompatTextView_drawableTintMode -okhttp3.MultipartBody: okhttp3.MediaType type() -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: io.reactivex.internal.queue.SpscLinkedArrayQueue queue -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData: java.util.concurrent.atomic.AtomicReference mSubscriber -androidx.preference.R$color: int primary_text_disabled_material_light -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintCircleAngle -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getSerialNumber -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow: java.lang.Float cumul24H -wangdaye.com.geometricweather.R$id: int mtrl_picker_title_text -android.didikee.donate.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ImageButton -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result: wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties properties -androidx.fragment.app.FragmentContainerView -com.google.android.material.R$integer: int mtrl_card_anim_delay_ms -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_splitTrack -io.reactivex.Observable: io.reactivex.Observable sample(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle -com.tencent.bugly.proguard.y$a -com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton -androidx.coordinatorlayout.R$styleable: int[] GradientColorItem -com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat_Dialog -wangdaye.com.geometricweather.R$color: int material_slider_thumb_color -androidx.constraintlayout.widget.R$dimen: int abc_text_size_display_1_material -james.adaptiveicon.R$id: int screen -james.adaptiveicon.R$attr: int actionModeWebSearchDrawable -com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_start_angle -com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType PNG -androidx.loader.R$id: int tag_unhandled_key_listeners -cyanogenmod.app.LiveLockScreenInfo: cyanogenmod.app.LiveLockScreenInfo clone() -wangdaye.com.geometricweather.R$id: int fragment -okio.GzipSink: void writeHeader() -androidx.viewpager2.widget.ViewPager2: java.lang.CharSequence getAccessibilityClassName() -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle -wangdaye.com.geometricweather.R$attr: int autoSizeMinTextSize -retrofit2.CompletableFutureCallAdapterFactory: retrofit2.CallAdapter get(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) -androidx.appcompat.R$drawable: int abc_tab_indicator_mtrl_alpha -com.turingtechnologies.materialscrollbar.R$styleable: int ColorStateListItem_android_color -com.github.rahatarmanahmed.cpv.CircularProgressView: void stopAnimation() -androidx.coordinatorlayout.R$drawable: int notification_template_icon_low_bg -wangdaye.com.geometricweather.R$attr: int checkedIconEnabled -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: boolean isDataConnectionEnabled() -androidx.constraintlayout.widget.R$styleable: int OnClick_targetId -cyanogenmod.app.ProfileManager: cyanogenmod.app.Profile[] getProfiles() -wangdaye.com.geometricweather.R$styleable: int Transform_android_translationX -io.reactivex.internal.observers.BlockingObserver: long serialVersionUID -cyanogenmod.externalviews.ExternalViewProviderService$1 -cyanogenmod.providers.CMSettings$System: long getLong(android.content.ContentResolver,java.lang.String) -androidx.preference.R$styleable: int AppCompatTheme_actionBarStyle -androidx.preference.R$styleable: int SeekBarPreference_showSeekBarValue -wangdaye.com.geometricweather.R$layout: int preference_information -wangdaye.com.geometricweather.R$attr: int chipSurfaceColor -com.google.android.material.snackbar.SnackbarContentLayout: SnackbarContentLayout(android.content.Context) -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: boolean isEntityUpdateable() -com.jaredrummler.android.colorpicker.R$color: int abc_hint_foreground_material_dark -com.google.android.material.R$styleable: int AppCompatTheme_colorAccent -com.google.android.material.button.MaterialButtonToggleGroup: void setGeneratedIdIfNeeded(com.google.android.material.button.MaterialButton) -james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarWidgetTheme -com.google.android.material.R$string: int mtrl_exceed_max_badge_number_suffix -com.amap.api.fence.GeoFence: java.lang.String a -androidx.appcompat.widget.ActivityChooserView: void setDefaultActionButtonContentDescription(int) -io.reactivex.Observable: io.reactivex.Observable doOnSubscribe(io.reactivex.functions.Consumer) -cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: void removeCustomTileWithTag(java.lang.String,java.lang.String,int,int) -okio.Buffer: okio.BufferedSink write(byte[]) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_39 -wangdaye.com.geometricweather.R$style: int Base_MaterialAlertDialog_MaterialComponents_Title_Panel -okhttp3.internal.connection.RealConnection: okio.BufferedSource source -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_CALL_LED_OFF -wangdaye.com.geometricweather.R$color -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_title_material -cyanogenmod.providers.CMSettings$Secure: float getFloat(android.content.ContentResolver,java.lang.String,float) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeFindDrawable -androidx.appcompat.widget.ActionBarOverlayLayout: void setActionBarVisibilityCallback(androidx.appcompat.widget.ActionBarOverlayLayout$ActionBarVisibilityCallback) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Imperial: double Value -androidx.hilt.R$styleable: int GradientColor_android_type -androidx.dynamicanimation.R$styleable: int FontFamily_fontProviderAuthority -com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_itemBackground -com.google.android.material.textfield.TextInputLayout: android.graphics.drawable.Drawable getErrorIconDrawable() -com.google.android.material.R$attr: int windowMinWidthMinor -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.HistoryEntity,long) -okhttp3.logging.HttpLoggingInterceptor$Level -wangdaye.com.geometricweather.R$id: int all -com.google.android.material.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title -com.bumptech.glide.R$attr: int layout_dodgeInsetEdges -wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: int getBackgroundColorStart() -james.adaptiveicon.R$anim: int abc_shrink_fade_out_from_bottom -com.google.android.material.R$styleable: int Layout_android_orientation -androidx.hilt.R$id: int accessibility_custom_action_9 -okhttp3.internal.cache2.Relay$RelaySource: okio.Timeout timeout() -com.google.android.material.R$attr: int duration -wangdaye.com.geometricweather.R$dimen: int mtrl_large_touch_target -com.google.android.material.R$attr: int enforceTextAppearance -wangdaye.com.geometricweather.R$attr: int counterTextColor -com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_min_width_minor -com.amap.api.location.LocationManagerBase: void disableBackgroundLocation(boolean) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void slideLockscreenIn() -androidx.preference.R$attr: int icon -com.bumptech.glide.integration.okhttp.R$attr: int statusBarBackground -androidx.drawerlayout.R$dimen: int compat_button_inset_vertical_material -androidx.coordinatorlayout.R$integer: int status_bar_notification_info_maxnum -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_lastHorizontalStyle -com.google.android.material.R$style: int Widget_AppCompat_TextView -com.google.android.material.R$style: int Widget_AppCompat_Button_Colored -com.xw.repo.bubbleseekbar.R$attr: int fontProviderCerts -retrofit2.OkHttpCall: okhttp3.Call getRawCall() -james.adaptiveicon.R$styleable: int Toolbar_title -com.google.android.material.R$style: int Widget_MaterialComponents_ProgressIndicator_Circular_Determinate -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse -androidx.appcompat.R$styleable: int AppCompatTheme_actionModeStyle -com.google.android.material.R$attr: int materialButtonToggleGroupStyle -androidx.preference.R$string: int abc_action_menu_overflow_description -androidx.appcompat.R$anim: int btn_radio_to_on_mtrl_ring_outer_path_animation -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: retrofit2.Call clone() -cyanogenmod.app.IProfileManager$Stub$Proxy: void updateProfile(cyanogenmod.app.Profile) -com.google.android.gms.common.internal.BinderWrapper: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeIcePrecipitationProbability -com.google.android.gms.base.R$drawable: int common_google_signin_btn_icon_dark -androidx.preference.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow -android.didikee.donate.R$styleable: int[] AppCompatTextHelper -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Button_Small -com.google.gson.stream.JsonReader: void beginObject() -io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: void truncateFinal() -androidx.appcompat.R$attr: int trackTintMode -com.google.android.material.R$styleable: int AppCompatTheme_actionButtonStyle -com.google.android.material.R$layout: int material_textinput_timepicker -android.didikee.donate.R$styleable: int[] MenuItem -androidx.fragment.R$layout -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow -com.google.android.material.R$styleable: int Layout_layout_constraintHeight_min -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionBar_Solid -wangdaye.com.geometricweather.R$string: int content_desc_search_filter_on -androidx.constraintlayout.widget.R$attr: int subtitle -wangdaye.com.geometricweather.R$id: int reverseSawtooth -wangdaye.com.geometricweather.R$color: int abc_hint_foreground_material_light -cyanogenmod.app.CustomTileListenerService: java.lang.String access$200(cyanogenmod.app.CustomTileListenerService) -cyanogenmod.providers.CMSettings$System: android.net.Uri getUriFor(java.lang.String) -androidx.activity.R$styleable: int GradientColor_android_startY -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_AutoCompleteTextView -androidx.lifecycle.ViewModel: boolean mCleared -androidx.constraintlayout.widget.R$color: int foreground_material_light -androidx.appcompat.R$id: int accessibility_custom_action_4 -wangdaye.com.geometricweather.background.polling.basic.Hilt_AwakeForegroundUpdateService: Hilt_AwakeForegroundUpdateService() -com.google.android.material.card.MaterialCardView: android.content.res.ColorStateList getCardForegroundColor() -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_fontFamily -com.google.android.material.R$layout: int test_toolbar_custom_background -wangdaye.com.geometricweather.R$string: int key_live_wallpaper -androidx.preference.R$id: int action_mode_bar -com.jaredrummler.android.colorpicker.R$attr: int maxButtonHeight -com.tencent.bugly.proguard.y: int c -com.google.android.material.textfield.TextInputLayout: void setEndIconTintMode(android.graphics.PorterDuff$Mode) -james.adaptiveicon.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle -cyanogenmod.externalviews.KeyguardExternalView$6: void run() -com.google.android.material.R$id: int group_divider -androidx.loader.R$styleable: int GradientColor_android_gradientRadius -com.google.android.material.R$attr: int backgroundColor -com.google.android.gms.internal.location.zzac: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$styleable: int Layout_layout_goneMarginStart -io.reactivex.internal.util.VolatileSizeArrayList: java.lang.Object[] toArray() -wangdaye.com.geometricweather.R$attr: int actionBarWidgetTheme -wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_Light -okhttp3.internal.http2.Http2Connection$ReaderRunnable$3: okhttp3.internal.http2.Http2Connection$ReaderRunnable this$1 -com.google.android.material.R$id: int forever -com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_switch_to_on_mtrl_00012 -okio.RealBufferedSink$1: void flush() -com.jaredrummler.android.colorpicker.R$attr: int itemPadding -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Headline6 -cyanogenmod.app.IProfileManager: void addNotificationGroup(android.app.NotificationGroup) -androidx.appcompat.R$styleable: int AppCompatTheme_alertDialogTheme -androidx.activity.R$layout: int notification_template_part_chronometer -androidx.work.R$styleable: int GradientColor_android_endColor -android.didikee.donate.R$drawable: int abc_list_longpressed_holo -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_AutoCompleteTextView -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarTabBarStyle -okhttp3.TlsVersion: okhttp3.TlsVersion TLS_1_3 -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeStyle -wangdaye.com.geometricweather.R$style: int material_icon -wangdaye.com.geometricweather.R$dimen: int design_fab_size_normal -okio.Buffer: okio.ByteString digest(java.lang.String) -androidx.appcompat.widget.AppCompatRadioButton: AppCompatRadioButton(android.content.Context) -androidx.appcompat.resources.R$layout: int notification_action -androidx.constraintlayout.widget.R$drawable: int tooltip_frame_dark -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_content_3 -com.turingtechnologies.materialscrollbar.R$attr: int colorControlActivated -cyanogenmod.power.PerformanceManager: void cpuBoost(int) -wangdaye.com.geometricweather.db.entities.LocationEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) -androidx.constraintlayout.widget.R$styleable: int ActionBar_elevation -okio.Okio: okio.Sink appendingSink(java.io.File) -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_iconTint -james.adaptiveicon.R$styleable: int FontFamilyFont_android_ttcIndex -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: ObservableSampleWithObservable$SampleMainObserver(io.reactivex.Observer,io.reactivex.ObservableSource) -okhttp3.internal.cache.DiskLruCache$Editor: void abort() -androidx.work.R$dimen: int notification_top_pad_large_text -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_disabled_translation_z -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: long serialVersionUID -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat -okhttp3.OkHttpClient$Builder: java.util.List interceptors() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr: AccuCurrentResult$Precip1hr() -okhttp3.internal.cache.DiskLruCache: java.lang.String MAGIC -com.turingtechnologies.materialscrollbar.R$dimen: int abc_search_view_preferred_width -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_subtitleTextAppearance -com.amap.api.location.AMapLocationQualityReport: boolean b -androidx.appcompat.widget.ActivityChooserView: void setInitialActivityCount(int) -androidx.constraintlayout.widget.R$id: int action_bar_subtitle -com.google.android.material.R$anim: int design_bottom_sheet_slide_in -wangdaye.com.geometricweather.R$dimen: int cardview_default_elevation -okhttp3.MultipartBody: byte[] DASHDASH -androidx.appcompat.R$attr: int actionProviderClass -android.didikee.donate.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton -com.google.android.material.R$string: R$string() -cyanogenmod.app.Profile: java.util.Map mTriggers -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: void onComplete() -wangdaye.com.geometricweather.R$drawable: int ic_star -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_62 -cyanogenmod.providers.WeatherContract -com.google.android.material.R$id: int snackbar_action -com.amap.api.location.AMapLocation: java.lang.String q -wangdaye.com.geometricweather.main.models.LocationResource$Event: wangdaye.com.geometricweather.main.models.LocationResource$Event UPDATE -com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_text_btn_ripple_color -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_PopupMenu_Overflow -androidx.appcompat.resources.R$id: int icon_group -okhttp3.Cache$CacheRequestImpl: okhttp3.internal.cache.DiskLruCache$Editor editor -com.google.android.material.R$string: int mtrl_exceed_max_badge_number_content_description -io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: void onComplete() -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_PopupMenu -wangdaye.com.geometricweather.R$attr: int preserveIconSpacing -androidx.constraintlayout.widget.R$layout: int abc_tooltip -com.jaredrummler.android.colorpicker.R$attr: int dependency -com.google.android.material.R$attr: int paddingBottomSystemWindowInsets -cyanogenmod.app.Profile: void setName(java.lang.String) -androidx.legacy.coreutils.R$styleable: int FontFamilyFont_fontWeight -cyanogenmod.providers.CMSettings$System: java.lang.String KEY_MENU_LONG_PRESS_ACTION -com.xw.repo.bubbleseekbar.R$attr: int textColorAlertDialogListItem -androidx.core.R$styleable: int FontFamily_fontProviderFetchStrategy -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String tempMax -io.reactivex.Observable: java.lang.Object blockingSingle(java.lang.Object) -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: int limit -com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver: com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver a() -cyanogenmod.themes.IThemeService: void unregisterThemeProcessingListener(cyanogenmod.themes.IThemeProcessingListener) -wangdaye.com.geometricweather.R$anim: int btn_checkbox_to_unchecked_check_path_merged_animation -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeRainPrecipitationDuration(java.lang.Float) -org.greenrobot.greendao.AbstractDao: long executeInsert(java.lang.Object,org.greenrobot.greendao.database.DatabaseStatement,boolean) -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: MaterialWeatherView(android.content.Context,android.util.AttributeSet,int) -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_SeekBar -james.adaptiveicon.R$attr: int actionBarTabStyle -androidx.preference.R$dimen: int compat_button_padding_horizontal_material -james.adaptiveicon.R$dimen: int tooltip_y_offset_touch -wangdaye.com.geometricweather.R$id: int widget_day_week_temp_3 -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: long serialVersionUID -androidx.preference.R$color: int abc_tint_edittext -com.amap.api.location.AMapLocationQualityReport: com.amap.api.location.AMapLocationClientOption$AMapLocationMode a -com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_Bridge -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType InsertOrReplace -androidx.appcompat.R$styleable: int Toolbar_collapseIcon -okhttp3.OkHttpClient$1: java.net.Socket deduplicate(okhttp3.ConnectionPool,okhttp3.Address,okhttp3.internal.connection.StreamAllocation) -androidx.appcompat.R$color: int abc_tint_spinner -wangdaye.com.geometricweather.R$string: int abc_action_mode_done -wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayDetailsWidgetConfigActivity -android.didikee.donate.R$styleable: int Toolbar_popupTheme -androidx.lifecycle.extensions.R$styleable: int GradientColor_android_endColor -androidx.appcompat.widget.DialogTitle -android.didikee.donate.R$styleable: int AppCompatTheme_windowActionBarOverlay -androidx.preference.R$attr: int seekBarIncrement -okhttp3.OkHttpClient: javax.net.ssl.HostnameVerifier hostnameVerifier -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintRight_creator -androidx.preference.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow -com.xw.repo.bubbleseekbar.R$drawable: int abc_list_divider_material -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ListMenuView -wangdaye.com.geometricweather.R$attr: int contentPaddingRight -wangdaye.com.geometricweather.R$dimen: int mtrl_slider_track_side_padding -io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function) -com.jaredrummler.android.colorpicker.R$style: int Preference_DialogPreference -com.tencent.bugly.crashreport.crash.c: void i() -com.tencent.bugly.proguard.u: void a(int,com.tencent.bugly.proguard.am,java.lang.String,java.lang.String,com.tencent.bugly.proguard.t,long,boolean) -james.adaptiveicon.R$drawable: int abc_list_selector_background_transition_holo_dark -okhttp3.internal.cache2.Relay$RelaySource: long sourcePos -androidx.hilt.lifecycle.R$integer -wangdaye.com.geometricweather.R$id: int action_image -wangdaye.com.geometricweather.R$color: int material_timepicker_button_background -com.google.android.material.R$attr: int counterMaxLength -com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse -cyanogenmod.platform.Manifest$permission: java.lang.String MODIFY_SOUND_SETTINGS -com.google.android.material.R$dimen: int mtrl_card_elevation -com.xw.repo.bubbleseekbar.R$attr: int lineHeight -android.didikee.donate.R$styleable: int[] ActivityChooserView -wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_mini_dark -android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat_Light -com.google.android.material.R$attr: int isMaterialTheme -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light_DarkActionBar -androidx.appcompat.R$drawable: int notification_bg_low -com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_horizontalDivider -androidx.constraintlayout.widget.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_1 -wangdaye.com.geometricweather.R$id: int widget_clock_day_card -okhttp3.internal.cache.InternalCache: void trackResponse(okhttp3.internal.cache.CacheStrategy) -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_chip_text_size -com.google.android.material.R$attr: int titleMarginTop -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: double HoursOfIce -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_verticalAlign -androidx.swiperefreshlayout.R$attr: int fontVariationSettings -io.reactivex.Observable: io.reactivex.Observable cast(java.lang.Class) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean pressure -androidx.customview.R$styleable: int GradientColor_android_centerX -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeWindSpeed() -com.google.android.material.R$id: int accessibility_custom_action_18 -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_als -com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_endX -cyanogenmod.weather.WeatherInfo: int getTemperatureUnit() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_toolbarStyle -com.jaredrummler.android.colorpicker.R$dimen: int notification_small_icon_background_padding -android.didikee.donate.R$dimen: int highlight_alpha_material_light -okhttp3.internal.cache.DiskLruCache: long nextSequenceNumber -retrofit2.ParameterHandler$HeaderMap: void apply(retrofit2.RequestBuilder,java.lang.Object) -wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_icon_dark_focused -androidx.preference.R$styleable: int MenuItem_alphabeticModifiers -com.jaredrummler.android.colorpicker.R$attr: int layout_keyline -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Display1 -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit valueOf(java.lang.String) -androidx.appcompat.R$attr: int titleMargins -com.google.android.material.R$animator: int design_fab_show_motion_spec -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain: java.lang.Float cumul12H -com.google.android.material.R$string: int mtrl_picker_out_of_range -com.jaredrummler.android.colorpicker.R$attr: int spinBars -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: android.os.IBinder asBinder() -wangdaye.com.geometricweather.settings.activities.AboutActivity -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_button_min_height_material -io.reactivex.Observable: io.reactivex.Single toMultimap(io.reactivex.functions.Function,io.reactivex.functions.Function) -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setSnowPrecipitationProbability(java.lang.Float) -com.tencent.bugly.crashreport.crash.c: com.tencent.bugly.crashreport.crash.b p -wangdaye.com.geometricweather.db.entities.DailyEntity: int nighttimeTemperature -wangdaye.com.geometricweather.R$attr: int queryHint -com.jaredrummler.android.colorpicker.R$attr: int firstBaselineToTopHeight -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Display1 -wangdaye.com.geometricweather.R$attr: int percentX -com.google.android.material.R$color: int background_material_light -android.support.v4.os.IResultReceiver$Stub: android.support.v4.os.IResultReceiver asInterface(android.os.IBinder) -com.google.android.material.R$string: int mtrl_picker_a11y_prev_month -com.google.android.material.R$string: int abc_action_menu_overflow_description -com.bumptech.glide.integration.okhttp.R$id: int chronometer -okhttp3.internal.http.CallServerInterceptor$CountingSink: CallServerInterceptor$CountingSink(okio.Sink) -cyanogenmod.weather.WeatherInfo$DayForecast$Builder: double mLow -androidx.constraintlayout.widget.R$styleable: int Toolbar_maxButtonHeight -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Metric: java.lang.String Unit -android.didikee.donate.R$styleable: int DrawerArrowToggle_barLength -com.turingtechnologies.materialscrollbar.R$attr: int chipIconSize -wangdaye.com.geometricweather.db.entities.HourlyEntity: long getTime() -com.google.android.material.R$color: int switch_thumb_material_dark -com.turingtechnologies.materialscrollbar.CustomIndicator: int getIndicatorWidth() -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_popupTheme -com.bumptech.glide.R$drawable: int notification_bg_normal -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintDimensionRatio -androidx.preference.R$attr: int textColorSearchUrl -retrofit2.OkHttpCall$ExceptionCatchingResponseBody: void close() -com.google.gson.FieldNamingPolicy$6 -okio.Buffer: okio.ByteString readByteString() -wangdaye.com.geometricweather.common.ui.widgets.DrawerLayout: void setUnfold(boolean) -android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle -androidx.appcompat.R$style: int Theme_AppCompat_Dialog -okio.GzipSink: void write(okio.Buffer,long) -retrofit2.ParameterHandler$RelativeUrl: ParameterHandler$RelativeUrl(java.lang.reflect.Method,int) -com.tencent.bugly.proguard.f: java.lang.Object clone() -wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: void setPostfixString(java.lang.String) -com.turingtechnologies.materialscrollbar.R$id: int submenuarrow -com.google.android.material.R$styleable: int KeyAttribute_android_rotation -okhttp3.internal.http.StatusLine -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeTotalPrecipitationDuration -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void onNext(java.lang.Object) -com.jaredrummler.android.colorpicker.R$attr: int actionMenuTextAppearance -androidx.fragment.R$styleable: int[] FontFamilyFont -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_iconifiedByDefault -androidx.drawerlayout.R$style: R$style() -com.jaredrummler.android.colorpicker.R$attr: int suggestionRowLayout -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeSnowPrecipitation -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_paddingEnd -androidx.preference.R$style: int Preference_DialogPreference_EditTextPreference -wangdaye.com.geometricweather.R$attr: int flow_horizontalGap -cyanogenmod.app.Profile: Profile(android.os.Parcel,cyanogenmod.app.Profile$1) -cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_AM_PM -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position -wangdaye.com.geometricweather.R$string: int date_format_widget_oreo_style -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.lang.String name -android.didikee.donate.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar -com.github.rahatarmanahmed.cpv.CircularProgressView: float currentProgress -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Imperial Imperial -com.google.android.material.R$attr: int colorSecondaryVariant -james.adaptiveicon.R$dimen: int abc_action_bar_content_inset_material -cyanogenmod.weather.WeatherInfo: long mTimestamp -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ZEN_PRIORITY_ALLOW_LIGHTS_VALIDATOR -com.tencent.bugly.crashreport.crash.jni.b: java.util.Map d(java.lang.String) -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: io.reactivex.internal.util.AtomicThrowable errors -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void fail(java.lang.Throwable,io.reactivex.Observer,io.reactivex.internal.queue.SpscLinkedArrayQueue) -androidx.transition.R$id: int tag_unhandled_key_listeners -cyanogenmod.app.Profile: Profile(java.lang.String) -okhttp3.internal.http2.Http2Connection$IntervalPingRunnable: Http2Connection$IntervalPingRunnable(okhttp3.internal.http2.Http2Connection) -com.google.android.material.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle -wangdaye.com.geometricweather.R$styleable: int Toolbar_subtitle -com.google.android.material.R$attr: int materialCalendarHeaderCancelButton -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamily_fontProviderCerts -com.google.android.material.R$string: int abc_shareactionprovider_share_with -wangdaye.com.geometricweather.R$drawable: int notif_temp_115 -com.google.gson.stream.JsonWriter: boolean isHtmlSafe() -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: FitSystemBarNestedScrollView(android.content.Context,android.util.AttributeSet,int) -com.tencent.bugly.proguard.aq -okhttp3.internal.cache.CacheInterceptor: okhttp3.Response stripBody(okhttp3.Response) -cyanogenmod.app.LiveLockScreenInfo$1: cyanogenmod.app.LiveLockScreenInfo[] newArray(int) -com.google.android.material.R$string: int mtrl_picker_date_header_title -androidx.appcompat.widget.AppCompatSpinner: void setDropDownHorizontalOffset(int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean -com.turingtechnologies.materialscrollbar.R$attr: int behavior_peekHeight -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String so2 -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float thunderstorm -com.xw.repo.bubbleseekbar.R$anim: int abc_popup_enter -androidx.legacy.coreutils.R$styleable: int FontFamily_fontProviderFetchStrategy -cyanogenmod.weatherservice.ServiceRequest: cyanogenmod.weather.RequestInfo getRequestInfo() -androidx.preference.EditTextPreferenceDialogFragmentCompat: EditTextPreferenceDialogFragmentCompat() -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceOverline -wangdaye.com.geometricweather.R$id: int activity_weather_daily_title -io.reactivex.Observable: io.reactivex.Maybe singleElement() -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_weather_1 -androidx.activity.R$id: int tag_unhandled_key_listeners -androidx.customview.R$dimen: int notification_action_icon_size -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Integer dewPoint -com.google.android.material.R$id: int search_src_text -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown -com.google.android.material.R$dimen: int material_clock_period_toggle_height -wangdaye.com.geometricweather.R$string: int action_manage -cyanogenmod.externalviews.ExternalViewProviderService$Provider: android.view.View onCreateView() -com.google.android.material.R$styleable: int KeyAttribute_android_translationY -okhttp3.internal.cache.InternalCache: okhttp3.Response get(okhttp3.Request) -com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_backgroundTint -retrofit2.http.Part: java.lang.String encoding() -wangdaye.com.geometricweather.R$layout: int abc_search_dropdown_item_icons_2line -androidx.preference.R$styleable: int Toolbar_navigationContentDescription -androidx.transition.R$attr: int ttcIndex -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_start_padding_icon -wangdaye.com.geometricweather.R$attr: int shrinkMotionSpec -com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_extra_spacing_horizontal -com.xw.repo.bubbleseekbar.R$style: int Base_V7_Theme_AppCompat_Light_Dialog -com.tencent.bugly.crashreport.biz.b: void a(android.content.Context,com.tencent.bugly.BuglyStrategy) -com.bumptech.glide.load.engine.GlideException: com.bumptech.glide.load.Key key -com.google.android.gms.base.R$id: int adjust_width -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_switchTextAppearance -androidx.recyclerview.R$id: int dialog_button -okhttp3.internal.http2.Http2Codec$StreamFinishingSource: Http2Codec$StreamFinishingSource(okhttp3.internal.http2.Http2Codec,okio.Source) -retrofit2.Retrofit$Builder: java.util.List callAdapterFactories() -androidx.constraintlayout.widget.R$attr: int altSrc -android.didikee.donate.R$attr: int divider -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void otherError(java.lang.Throwable) -androidx.constraintlayout.widget.R$string: int abc_toolbar_collapse_description -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean -com.tencent.bugly.crashreport.crash.anr.b: void c() -androidx.preference.R$styleable: int AppCompatTheme_actionModeCutDrawable -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_firstBaselineToTopHeight -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: int CloudCover -android.didikee.donate.R$id: int beginning -wangdaye.com.geometricweather.R$styleable: int Transition_pathMotionArc -retrofit2.ParameterHandler$QueryMap: boolean encoded -okhttp3.Response: int code -androidx.constraintlayout.widget.R$styleable: int Constraint_android_rotationX -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String aqiText -com.google.android.material.R$styleable: int KeyPosition_motionTarget -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: InkPageIndicator(android.content.Context) -android.didikee.donate.R$styleable: int[] ButtonBarLayout -wangdaye.com.geometricweather.R$styleable: int Layout_layout_goneMarginLeft -okhttp3.internal.http2.Http2: byte TYPE_CONTINUATION -okhttp3.Cache: long size() -wangdaye.com.geometricweather.settings.fragments.ServiceProviderSettingsFragment: ServiceProviderSettingsFragment() -android.didikee.donate.R$styleable: int AppCompatTheme_listMenuViewStyle -com.tencent.bugly.proguard.v: java.lang.String a(java.lang.String) -androidx.preference.R$styleable: int[] ActionBar -com.xw.repo.bubbleseekbar.R$attr: int arrowShaftLength -wangdaye.com.geometricweather.R$styleable: int MenuView_android_verticalDivider -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_ratingBarStyle -androidx.dynamicanimation.R$dimen: int notification_top_pad -androidx.fragment.R$styleable: int ColorStateListItem_android_color -android.didikee.donate.R$color: int abc_background_cache_hint_selector_material_light -androidx.legacy.coreutils.R$dimen: int notification_content_margin_start -com.tencent.bugly.crashreport.common.strategy.a: android.content.Context a(com.tencent.bugly.crashreport.common.strategy.a) -com.turingtechnologies.materialscrollbar.R$attr: int windowFixedWidthMajor -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver -cyanogenmod.themes.IThemeProcessingListener$Stub: android.os.IBinder asBinder() -com.google.android.material.appbar.AppBarLayout$Behavior: AppBarLayout$Behavior(android.content.Context,android.util.AttributeSet) -androidx.viewpager.R$drawable: int notify_panel_notification_icon_bg -com.google.android.material.tabs.TabLayout: int getTabMaxWidth() -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_Snackbar -okhttp3.ResponseBody$BomAwareReader: java.io.Reader delegate -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Title -wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_drawableRight -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int pm10 -com.jaredrummler.android.colorpicker.R$color: int accent_material_dark -androidx.preference.R$anim: int fragment_close_exit -android.didikee.donate.R$drawable: R$drawable() -com.tencent.bugly.crashreport.common.info.a: java.lang.String r() -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowMinWidthMajor -com.tencent.bugly.crashreport.crash.anr.b: void c(boolean) -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu -io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: void dispose() -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionBar_Solid -okhttp3.internal.io.FileSystem: okio.Source source(java.io.File) -wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: java.lang.String unitId -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_analogContainer_dark -cyanogenmod.providers.CMSettings$NameValueCache -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeIcePrecipitationDuration -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_arrow_drop_right_black_24dp -com.bumptech.glide.R$id: int forever -androidx.hilt.R$dimen: int notification_large_icon_height -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void drain() -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipMinHeight -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: int val$y -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: void onComplete() -androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: long serialVersionUID -androidx.fragment.R$id: int tag_transition_group -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_Bridge -com.google.android.material.R$styleable: int Chip_rippleColor -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_fontFamily -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionMode_Inverse -retrofit2.RequestBuilder: okhttp3.HttpUrl baseUrl -com.turingtechnologies.materialscrollbar.R$id: int info -androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory: androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory sInstance -com.google.android.gms.common.api.Status: android.os.Parcelable$Creator CREATOR -androidx.appcompat.widget.SwitchCompat: int getThumbScrollRange() -cyanogenmod.profiles.BrightnessSettings: int describeContents() -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarTabTextStyle -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintDimensionRatio -com.xw.repo.bubbleseekbar.R$attr: int actionModeCutDrawable -com.google.android.material.R$styleable: int Slider_trackColor -com.turingtechnologies.materialscrollbar.R$id: int action_image -wangdaye.com.geometricweather.R$styleable: int ImageFilterView_crossfade -androidx.preference.R$attr: int selectableItemBackgroundBorderless -androidx.appcompat.R$styleable: int TextAppearance_android_textSize -androidx.constraintlayout.widget.R$styleable: int[] ConstraintLayout_Layout -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: android.view.WindowManager$LayoutParams mParams -androidx.legacy.coreutils.R$styleable: int FontFamilyFont_font -wangdaye.com.geometricweather.main.dialogs.LocationHelpDialog -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Button -androidx.hilt.R$layout: R$layout() -com.tencent.bugly.proguard.s: android.content.Context c -com.tencent.bugly.crashreport.crash.h5.H5JavaScriptInterface: void printLog(java.lang.String) -wangdaye.com.geometricweather.R$attr: int layout_constrainedHeight -androidx.appcompat.R$dimen: int abc_action_bar_subtitle_top_margin_material -com.google.android.material.R$styleable: int[] AppCompatTheme -com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Metric -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoldIndex -androidx.viewpager2.R$styleable: R$styleable() -com.google.android.material.R$style: int Theme_MaterialComponents_Light_DarkActionBar -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarSwipeRefreshLayout: FitSystemBarSwipeRefreshLayout(android.content.Context) -wangdaye.com.geometricweather.R$drawable: int widget_clock_day_week -androidx.constraintlayout.widget.R$styleable: int TextAppearance_fontVariationSettings -retrofit2.BuiltInConverters$VoidResponseBodyConverter: java.lang.Object convert(java.lang.Object) -android.didikee.donate.R$styleable: int DrawerArrowToggle_arrowHeadLength -wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_TabLayoutTheme -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl mImpl -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: java.lang.String[] getPermissions() -okhttp3.EventListener: void requestBodyEnd(okhttp3.Call,long) -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_android_baselineAligned -com.amap.api.location.AMapLocationQualityReport -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow: java.lang.Float cumul6H -com.google.android.material.button.MaterialButtonToggleGroup: java.util.List getCheckedButtonIds() -com.tencent.bugly.proguard.n: void a(int,int) -androidx.recyclerview.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_114 -com.tencent.bugly.crashreport.CrashReport: void postCatchedException(java.lang.Throwable) -androidx.lifecycle.ProcessLifecycleOwner$3: void onActivityPreCreated(android.app.Activity,android.os.Bundle) -wangdaye.com.geometricweather.R$layout: int test_toolbar_elevation -cyanogenmod.profiles.RingModeSettings: void setOverride(boolean) -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: boolean cancelled -wangdaye.com.geometricweather.R$string: int feedback_text_size -com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_dialogTitle -com.amap.api.location.AMapLocationQualityReport: int getGPSSatellites() -wangdaye.com.geometricweather.R$color: int lightPrimary_5 -okhttp3.internal.NamedRunnable: java.lang.String name -wangdaye.com.geometricweather.R$styleable: int MaterialToolbar_navigationIconColor -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarPopupTheme -androidx.viewpager2.widget.ViewPager2: int getOrientation() -androidx.constraintlayout.widget.Placeholder: int getEmptyVisibility() -com.turingtechnologies.materialscrollbar.R$id: int src_in -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.Temperature getTemperature() -wangdaye.com.geometricweather.R$string: int yesterday -wangdaye.com.geometricweather.R$attr: int telltales_velocityMode -androidx.work.impl.utils.futures.AbstractFuture$Failure$1 -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle -io.reactivex.Observable: io.reactivex.Observable concatMapSingle(io.reactivex.functions.Function,int) -androidx.appcompat.R$attr: int barLength -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Compat_Notification -okhttp3.internal.http2.Http2Stream$StreamTimeout -com.google.android.material.R$styleable: int Variant_region_heightLessThan -com.google.android.material.R$id: int filled -androidx.preference.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog -androidx.viewpager.R$attr -com.tencent.bugly.proguard.u: void a(com.tencent.bugly.proguard.u,java.lang.Runnable,long) -androidx.appcompat.R$styleable: int AppCompatTextView_lineHeight -james.adaptiveicon.R$drawable: int abc_list_pressed_holo_light -com.turingtechnologies.materialscrollbar.R$color: int switch_thumb_disabled_material_light -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_paddingTop -com.tencent.bugly.proguard.z: java.io.BufferedReader a(java.io.File) -wangdaye.com.geometricweather.R$attr: int selectableItemBackgroundBorderless -okio.Buffer$2: int read() -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language SERBIAN -wangdaye.com.geometricweather.R$drawable: int shortcuts_sleet -androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType DIMENSION_TYPE -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void dispose() -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void onError(java.lang.Throwable) -androidx.viewpager2.R$dimen: int compat_notification_large_icon_max_height -com.google.android.material.imageview.ShapeableImageView: ShapeableImageView(android.content.Context,android.util.AttributeSet,int) -com.tencent.bugly.crashreport.BuglyLog: void w(java.lang.String,java.lang.String) -wangdaye.com.geometricweather.R$styleable: int MaterialButton_elevation -wangdaye.com.geometricweather.common.ui.widgets.SquareFrameLayout: SquareFrameLayout(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_CompactMenu -com.bumptech.glide.load.engine.GlideException -androidx.recyclerview.widget.RecyclerView: androidx.core.view.NestedScrollingChildHelper getScrollingChildHelper() -androidx.appcompat.R$color: int switch_thumb_disabled_material_light -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_thumbTint -cyanogenmod.app.CustomTile$ExpandedStyle: int getStyle() -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_ActionBar_Surface -wangdaye.com.geometricweather.R$attr: int itemMaxLines -androidx.preference.R$styleable: int AppCompatTheme_actionMenuTextColor -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: java.util.concurrent.atomic.AtomicInteger windows -io.reactivex.internal.subscriptions.SubscriptionHelper: void request(long) -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningAdvice: int phenomenonId -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_28 -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.UV uv -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: java.lang.String getPressureVoice(android.content.Context,float) -cyanogenmod.os.Concierge$ParcelInfo: void complete() -wangdaye.com.geometricweather.R$attr: int autoTransition -androidx.viewpager.R$style: int TextAppearance_Compat_Notification_Time -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_show_progress_in_float -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Item -com.google.android.material.R$styleable: int AppCompatTheme_imageButtonStyle -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Tooltip -wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_textFontWeight -retrofit2.ParameterHandler$PartMap: void apply(retrofit2.RequestBuilder,java.util.Map) -androidx.constraintlayout.widget.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle -androidx.lifecycle.LiveData$ObserverWrapper: boolean isAttachedTo(androidx.lifecycle.LifecycleOwner) -androidx.appcompat.widget.SwitchCompat: int getSwitchMinWidth() -androidx.appcompat.R$attr: int textAllCaps -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: boolean isDisposed() -com.google.gson.stream.JsonReader: int peekNumber() -com.tencent.bugly.Bugly -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_panelMenuListTheme -com.tencent.bugly.proguard.u: com.tencent.bugly.proguard.u a(android.content.Context) -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIndicatorColor -wangdaye.com.geometricweather.common.basic.models.weather.UV: int getUVColor(android.content.Context) -android.didikee.donate.R$attr: int alpha -androidx.lifecycle.extensions.R$attr: int fontProviderFetchTimeout -wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_level -androidx.vectordrawable.animated.R$id: int async -io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber$1 -androidx.preference.R$drawable: int abc_edit_text_material -androidx.lifecycle.SavedStateHandle$SavingStateLiveData: SavedStateHandle$SavingStateLiveData(androidx.lifecycle.SavedStateHandle,java.lang.String,java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowFixedWidthMajor -androidx.activity.R$styleable: int FontFamilyFont_fontWeight -android.didikee.donate.R$attr: int radioButtonStyle -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber(androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData) -com.amap.api.location.AMapLocation: void setConScenario(int) -androidx.preference.R$style: int Theme_AppCompat_Light_Dialog -com.turingtechnologies.materialscrollbar.R$color: int switch_thumb_normal_material_light -com.tencent.bugly.crashreport.CrashReport: void putUserData(android.content.Context,java.lang.String,java.lang.String) -com.amap.api.location.AMapLocation: java.lang.String l(com.amap.api.location.AMapLocation,java.lang.String) -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_goneMarginTop -okhttp3.internal.connection.StreamAllocation: void cancel() -com.google.android.material.R$attr: int path_percent -okhttp3.Handshake: int hashCode() -androidx.appcompat.R$styleable: int MenuItem_android_titleCondensed -cyanogenmod.externalviews.KeyguardExternalView$4: cyanogenmod.externalviews.KeyguardExternalView this$0 -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator -org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database getReadableDb() -wangdaye.com.geometricweather.R$styleable: int PreferenceImageView_maxHeight -com.tencent.bugly.proguard.ao -com.google.android.material.R$styleable: int CustomAttribute_customBoolean -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -androidx.lifecycle.ClassesInfoCache: java.lang.reflect.Method[] getDeclaredMethods(java.lang.Class) -wangdaye.com.geometricweather.R$attr: int cpv_animSyncDuration -com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getErrorContentDescription() -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title -wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableCompat_android_visible -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ButtonBar_AlertDialog -wangdaye.com.geometricweather.db.entities.DaoMaster: wangdaye.com.geometricweather.db.entities.DaoSession newSession() -cyanogenmod.app.suggest.ApplicationSuggestion: android.net.Uri getDownloadUri() -androidx.recyclerview.R$dimen: int notification_media_narrow_margin -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dividerHorizontal -com.google.android.material.R$styleable: int Constraint_android_elevation -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_collapseIcon -android.didikee.donate.R$styleable: int ActionMode_background -androidx.legacy.coreutils.R$dimen: int notification_top_pad_large_text -androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType: androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType CENTER -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionMenuTextAppearance -cyanogenmod.providers.ThemesContract$MixnMatchColumns: android.net.Uri CONTENT_URI -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Metric: double Value -androidx.recyclerview.R$style: int TextAppearance_Compat_Notification -com.google.android.material.R$styleable: int OnClick_targetId -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Subhead -androidx.customview.R$attr: int fontProviderQuery -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean visibility -com.turingtechnologies.materialscrollbar.R$color: int primary_dark_material_light -cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onKeyguardShowing(boolean) -com.xw.repo.bubbleseekbar.R$drawable: int abc_list_selector_holo_light -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_suffixTextAppearance -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric: double Value -androidx.appcompat.R$style: int Base_AlertDialog_AppCompat_Light -androidx.preference.R$styleable: int FontFamily_fontProviderPackage -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Minimum: double Value -com.google.android.material.button.MaterialButtonToggleGroup: int getLastVisibleChildIndex() -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Dialog_FixedSize -james.adaptiveicon.R$attr: int listMenuViewStyle -androidx.appcompat.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable -com.jaredrummler.android.colorpicker.R$attr: int backgroundSplit -android.support.v4.os.ResultReceiver$MyResultReceiver: ResultReceiver$MyResultReceiver(android.support.v4.os.ResultReceiver) -androidx.recyclerview.R$style: int Widget_Compat_NotificationActionContainer -com.tencent.bugly.crashreport.crash.b: void a(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.tencent.bugly.crashreport.crash.CrashDetailBean) -wangdaye.com.geometricweather.db.entities.WeatherEntity: long publishTime -com.google.android.material.button.MaterialButton: void setInsetTop(int) -wangdaye.com.geometricweather.R$string: int ellipsis -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: java.lang.String getCaiyun() -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup -androidx.work.R$id: int accessibility_custom_action_22 -wangdaye.com.geometricweather.R$id: int dialog_minimal_icon_darkIcon -wangdaye.com.geometricweather.R$string: int settings_title_live_wallpaper -cyanogenmod.app.CMStatusBarManager: cyanogenmod.app.ICMStatusBarManager getService() -androidx.legacy.coreutils.R$attr: int font -cyanogenmod.app.Profile: int mNotificationLightMode -androidx.constraintlayout.widget.R$attr: int flow_horizontalBias -okio.RealBufferedSource$1: okio.RealBufferedSource this$0 -retrofit2.Utils$WildcardTypeImpl: Utils$WildcardTypeImpl(java.lang.reflect.Type[],java.lang.reflect.Type[]) -io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver -com.google.android.material.slider.BaseSlider: float[] getActiveRange() -wangdaye.com.geometricweather.R$string: int content_desc_app_store -cyanogenmod.power.IPerformanceManager$Stub: IPerformanceManager$Stub() -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter open(int,java.lang.String) -cyanogenmod.app.PartnerInterface -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: java.lang.Integer clouds -com.google.android.material.R$styleable: int[] MaterialShape -androidx.preference.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_116 -okio.RealBufferedSource: java.lang.String readUtf8Line() -androidx.appcompat.widget.AppCompatSpinner: AppCompatSpinner(android.content.Context,android.util.AttributeSet) -android.support.v4.os.IResultReceiver$Stub$Proxy: android.support.v4.os.IResultReceiver sDefaultImpl -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() -androidx.appcompat.R$attr: int actionModeFindDrawable -androidx.appcompat.R$attr: int searchIcon -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_begin -wangdaye.com.geometricweather.R$attr: int contentInsetLeft -androidx.recyclerview.R$dimen: int fastscroll_default_thickness -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_ratingBarStyle -okio.ByteString: okio.ByteString sha256() -io.reactivex.Observable: io.reactivex.Observable concatMapIterable(io.reactivex.functions.Function) -com.google.android.material.appbar.CollapsingToolbarLayout: void setScrimsShown(boolean) -wangdaye.com.geometricweather.R$attr: int chainUseRtl -androidx.constraintlayout.widget.R$attr: int flow_horizontalStyle -com.jaredrummler.android.colorpicker.R$dimen: int abc_switch_padding -com.jaredrummler.android.colorpicker.R$dimen: int abc_seekbar_track_background_height_material -androidx.loader.R$styleable: int FontFamilyFont_android_fontWeight -com.turingtechnologies.materialscrollbar.R$attr: int iconTint -okhttp3.internal.cache.DiskLruCache: DiskLruCache(okhttp3.internal.io.FileSystem,java.io.File,int,int,long,java.util.concurrent.Executor) -com.google.android.material.R$styleable: int AppCompatTextHelper_android_drawableStart -com.google.android.material.R$styleable: int Tooltip_android_minWidth -androidx.preference.R$attr: int persistent -androidx.viewpager.R$dimen: int compat_notification_large_icon_max_width -com.turingtechnologies.materialscrollbar.R$attr: int backgroundStacked -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_17 -okio.AsyncTimeout: long IDLE_TIMEOUT_MILLIS -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense -com.google.android.material.R$attr: int startIconDrawable -androidx.hilt.work.R$styleable: int GradientColor_android_tileMode -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: java.lang.String name -android.support.v4.os.IResultReceiver$Stub$Proxy: android.os.IBinder mRemote -com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_animationMode -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_collapseIcon -androidx.appcompat.R$styleable: int AppCompatTheme_actionModeShareDrawable -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_queryBackground -cyanogenmod.app.suggest.IAppSuggestProvider$Stub: cyanogenmod.app.suggest.IAppSuggestProvider asInterface(android.os.IBinder) -james.adaptiveicon.R$attr: int listPreferredItemPaddingLeft -okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Settings peerSettings -androidx.preference.R$dimen: int tooltip_precise_anchor_threshold -retrofit2.HttpServiceMethod: retrofit2.CallAdapter createCallAdapter(retrofit2.Retrofit,java.lang.reflect.Method,java.lang.reflect.Type,java.lang.annotation.Annotation[]) -androidx.appcompat.R$id: int src_atop -wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemTextColor -androidx.constraintlayout.widget.R$styleable: int ActionBar_height -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: ChineseCityEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) -wangdaye.com.geometricweather.R$attr: int drawableTint -androidx.hilt.R$layout: int notification_action -okhttp3.Cookie: java.lang.String parseDomain(java.lang.String) -com.jaredrummler.android.colorpicker.R$attr: int preferenceInformationStyle -com.google.gson.internal.LazilyParsedNumber: double doubleValue() -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getSnowPrecipitation() -androidx.constraintlayout.widget.R$attr: int listPreferredItemHeight -retrofit2.HttpServiceMethod: retrofit2.RequestFactory requestFactory -cyanogenmod.app.CustomTile$ExpandedStyle$1: java.lang.Object createFromParcel(android.os.Parcel) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Humidity: java.lang.Integer max -wangdaye.com.geometricweather.R$id: int activity_widget_config_wall -wangdaye.com.geometricweather.R$dimen: int abc_cascading_menus_min_smallest_width -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless -com.tencent.bugly.crashreport.common.info.b: long j() -androidx.customview.R$id: int action_text -com.baidu.location.e.h$b: com.baidu.location.e.h$b[] values() -androidx.appcompat.R$drawable: int abc_ab_share_pack_mtrl_alpha -androidx.appcompat.widget.LinearLayoutCompat: void setHorizontalGravity(int) -androidx.preference.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle -com.google.android.material.slider.Slider: void setTrackHeight(int) -com.jaredrummler.android.colorpicker.R$attr: int homeLayout -androidx.appcompat.widget.AbsActionBarView: int getAnimatedVisibility() -com.google.android.material.R$styleable: int Chip_android_ellipsize -wangdaye.com.geometricweather.R$layout: int material_time_chip -android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode -okhttp3.Response$Builder: okhttp3.Protocol protocol -com.jaredrummler.android.colorpicker.R$attr: int cpv_showColorShades -android.didikee.donate.R$drawable: int abc_ic_search_api_material -cyanogenmod.platform.R$array -com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawable_android_variablePadding -okhttp3.Request: okhttp3.CacheControl cacheControl() -androidx.dynamicanimation.animation.SpringAnimation -wangdaye.com.geometricweather.R$attr: int textColorSearchUrl -android.didikee.donate.R$attr: int homeAsUpIndicator -okhttp3.internal.ws.RealWebSocket: boolean close(int,java.lang.String) -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_lastVerticalStyle -android.didikee.donate.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow -androidx.preference.R$attr: int title -com.google.android.material.floatingactionbutton.FloatingActionButton: boolean getUseCompatPadding() -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_fabSize -com.google.android.material.R$string: int mtrl_picker_navigate_to_year_description -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog -android.didikee.donate.R$id: int action_menu_divider -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_search_api_material -wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date getDate() -com.google.android.material.R$color: int mtrl_bottom_nav_ripple_color -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_logo -com.xw.repo.bubbleseekbar.R$id: int search_button -wangdaye.com.geometricweather.R$attr -com.turingtechnologies.materialscrollbar.R$id: int right -wangdaye.com.geometricweather.R$styleable: int ActionBar_contentInsetRight -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeTemperature(int) -wangdaye.com.geometricweather.R$layout: int item_about_header -okhttp3.internal.cache.CacheStrategy$Factory: okhttp3.Request request -com.google.android.material.R$dimen: int mtrl_slider_track_top -retrofit2.Converter$Factory: Converter$Factory() -com.amap.api.location.AMapLocation: java.lang.String c(com.amap.api.location.AMapLocation,java.lang.String) -androidx.appcompat.R$drawable: int abc_btn_colored_material -androidx.preference.R$dimen: int tooltip_y_offset_touch -okhttp3.ResponseBody -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_23 -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_contentInsetStart -android.didikee.donate.R$style: int Base_Widget_AppCompat_SearchView_ActionBar -cyanogenmod.weather.WeatherInfo: double getHumidity() -com.xw.repo.bubbleseekbar.R$id: int tabMode -wangdaye.com.geometricweather.R$string: int sp_widget_week_setting -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_18 -com.jaredrummler.android.colorpicker.R$attr: int tickMarkTint -wangdaye.com.geometricweather.R$style: int Base_AlertDialog_AppCompat -androidx.preference.R$color: int abc_search_url_text_normal -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ProgressBar -com.xw.repo.bubbleseekbar.R$string: int abc_searchview_description_search -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedEmitLast: long serialVersionUID -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeBackground -okhttp3.internal.http2.Http2Connection$ReaderRunnable$2: okhttp3.internal.http2.Http2Connection$ReaderRunnable this$1 -james.adaptiveicon.R$id: int textSpacerNoTitle -cyanogenmod.providers.CMSettings$System: java.lang.String VOLUME_KEYS_CONTROL_RING_STREAM -com.google.android.gms.common.internal.ClientIdentity: android.os.Parcelable$Creator CREATOR -androidx.hilt.R$style -wangdaye.com.geometricweather.R$attr: int moveWhenScrollAtTop -wangdaye.com.geometricweather.R$string: int real_feel_shade_temperature -com.turingtechnologies.materialscrollbar.R$attr: int measureWithLargestChild -com.tencent.bugly.proguard.n: android.content.Context c -okhttp3.internal.http1.Http1Codec$FixedLengthSource: long bytesRemaining -com.jaredrummler.android.colorpicker.R$id: int italic -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableTopCompat -com.turingtechnologies.materialscrollbar.R$string: int abc_searchview_description_clear -com.jaredrummler.android.colorpicker.R$style: int Preference_DropDown_Material -androidx.appcompat.widget.Toolbar: android.view.Menu getMenu() -com.google.android.material.datepicker.RangeDateSelector: android.os.Parcelable$Creator CREATOR -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_subtitleTextAppearance -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_TabBar -androidx.appcompat.R$style: int Widget_AppCompat_Light_PopupMenu -com.google.android.material.R$styleable: int LinearLayoutCompat_measureWithLargestChild -wangdaye.com.geometricweather.R$styleable: int MenuGroup_android_visible -androidx.hilt.lifecycle.R$anim: int fragment_close_exit -wangdaye.com.geometricweather.R$string: int week_3 -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha -okio.ByteString: okio.ByteString hmacSha1(okio.ByteString) -cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String MINUTES -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_anon_WITH_AES_128_CBC_SHA -wangdaye.com.geometricweather.db.entities.MinutelyEntity: boolean getDaylight() -androidx.work.R$styleable: int[] GradientColorItem -com.google.gson.JsonSyntaxException: long serialVersionUID -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamily_fontProviderQuery -okio.AsyncTimeout: okio.AsyncTimeout next -okhttp3.internal.cache.CacheStrategy$Factory: java.lang.String etag -com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver: void unregister(android.content.Context) -io.reactivex.internal.observers.ForEachWhileObserver -okhttp3.internal.Util: boolean decodeIpv4Suffix(java.lang.String,int,int,byte[],int) -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHeight_max -androidx.hilt.R$id: int accessibility_custom_action_2 -com.google.android.material.R$layout: int text_view_with_line_height_from_style -wangdaye.com.geometricweather.R$id: int star_2 -com.bumptech.glide.R$styleable: int[] ColorStateListItem -androidx.constraintlayout.widget.R$styleable: int KeyCycle_waveOffset -cyanogenmod.profiles.AirplaneModeSettings: int mValue -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dividerVertical -cyanogenmod.app.ProfileGroup: java.lang.String mName -com.google.android.material.slider.BaseSlider: java.util.List getValues() -cyanogenmod.app.CustomTile: android.os.Parcelable$Creator CREATOR -com.amap.api.location.AMapLocationClientOption$AMapLocationMode: com.amap.api.location.AMapLocationClientOption$AMapLocationMode valueOf(java.lang.String) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: CaiYunMainlyResult$AlertsBean$ImagesBean() -androidx.appcompat.widget.ActionBarContextView: int getAnimatedVisibility() -com.google.android.material.R$styleable: int ConstraintSet_android_translationY -wangdaye.com.geometricweather.R$id: int widget_week_icon_5 -com.google.android.material.R$styleable: int[] ActionMode -androidx.appcompat.R$color: int material_deep_teal_200 -james.adaptiveicon.R$styleable: int MenuGroup_android_enabled -androidx.constraintlayout.widget.R$dimen: int tooltip_precise_anchor_extra_offset -wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode SYSTEM -okio.HashingSink: javax.crypto.Mac mac -okhttp3.internal.ws.RealWebSocket: java.lang.String receivedCloseReason -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex -wangdaye.com.geometricweather.R$attr: int behavior_halfExpandedRatio -okhttp3.internal.Internal: Internal() -okhttp3.internal.io.FileSystem$1 -okhttp3.HttpUrl: boolean isHttps() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowMinWidthMinor -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_homeAsUpIndicator -okhttp3.Headers: long byteCount() -wangdaye.com.geometricweather.db.entities.MinutelyEntity -wangdaye.com.geometricweather.R$id: int dragUp -okhttp3.internal.Internal: java.net.Socket deduplicate(okhttp3.ConnectionPool,okhttp3.Address,okhttp3.internal.connection.StreamAllocation) -okhttp3.logging.LoggingEventListener: void secureConnectEnd(okhttp3.Call,okhttp3.Handshake) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getNighttimeWindDirection() -okhttp3.ConnectionPool: int pruneAndGetAllocationCount(okhttp3.internal.connection.RealConnection,long) -okhttp3.internal.http2.PushObserver$1 -androidx.preference.R$id: int accessibility_custom_action_2 -androidx.constraintlayout.widget.R$styleable: int GradientColor_android_gradientRadius -androidx.constraintlayout.widget.R$id: int layout -android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text -com.google.android.material.R$color: int design_default_color_on_surface -james.adaptiveicon.R$styleable: int AppCompatTheme_dialogPreferredPadding -androidx.preference.R$dimen: int abc_select_dialog_padding_start_material -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Year_Selected -com.tencent.bugly.proguard.d: void a(byte[]) -cyanogenmod.app.ProfileManager: cyanogenmod.app.IProfileManager getService() -wangdaye.com.geometricweather.R$animator: int weather_partly_cloudy_night_2 -android.didikee.donate.R$drawable: int abc_cab_background_internal_bg -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox -com.google.android.material.R$styleable: int Layout_layout_constraintBottom_toTopOf -com.tencent.bugly.proguard.aj: java.lang.String b -com.xw.repo.bubbleseekbar.R$styleable: int[] ActionMode -wangdaye.com.geometricweather.R$styleable: int ListPreference_entryValues -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: void onSubscribe(org.reactivestreams.Subscription) -androidx.appcompat.R$dimen: int abc_action_button_min_width_overflow_material -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_android_fontWeight -androidx.preference.R$dimen: int compat_button_inset_horizontal_material -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionButton_Overflow -androidx.preference.R$styleable: int AppCompatTheme_ratingBarStyleIndicator -wangdaye.com.geometricweather.R$color: int colorLevel_5 -com.google.android.material.R$dimen: int hint_pressed_alpha_material_dark -cyanogenmod.providers.CMSettings$System: java.lang.String BLUETOOTH_ACCEPT_ALL_FILES -wangdaye.com.geometricweather.R$drawable: int notif_temp_96 -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text -cyanogenmod.app.StatusBarPanelCustomTile: void writeToParcel(android.os.Parcel,int) -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIconTintMode -io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: void cancel() -com.amap.api.location.AMapLocation: java.lang.String a -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: void setValue(java.lang.String) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator HOME_WAKE_SCREEN_VALIDATOR -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_alphabeticShortcut -james.adaptiveicon.R$style: int Base_Widget_AppCompat_SeekBar_Discrete -okhttp3.internal.connection.RealConnection: okhttp3.Protocol protocol() -james.adaptiveicon.R$attr: int preserveIconSpacing -james.adaptiveicon.R$id: int custom -com.tencent.bugly.proguard.a: com.tencent.bugly.proguard.ag a(int) -cyanogenmod.themes.ThemeManager$1$1: void run() -com.google.android.material.R$styleable: int AppCompatTheme_tooltipFrameBackground -android.didikee.donate.R$styleable: int ButtonBarLayout_allowStacking -com.google.android.material.R$styleable: int[] KeyPosition -androidx.appcompat.R$string: int abc_menu_shift_shortcut_label -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Title -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense -androidx.appcompat.R$string: int abc_shareactionprovider_share_with -com.google.android.material.R$style: int Test_Widget_MaterialComponents_MaterialCalendar_Day -android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 -retrofit2.Retrofit$1: retrofit2.Platform platform -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void onComplete() -com.google.android.material.datepicker.MaterialCalendar$CalendarSelector: com.google.android.material.datepicker.MaterialCalendar$CalendarSelector valueOf(java.lang.String) -com.jaredrummler.android.colorpicker.R$attr: int panelMenuListTheme -com.xw.repo.bubbleseekbar.R$id: int listMode -androidx.loader.R$id: int right_side -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void onNext(java.lang.Object) -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: void onError(java.lang.Throwable) -com.google.android.material.R$styleable: int ActionBar_popupTheme -com.google.android.material.R$attr: int shapeAppearanceOverlay -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String NAVBAR_RECENT_BUTTON -com.amap.api.fence.GeoFence$1: java.lang.Object[] newArray(int) -androidx.lifecycle.extensions.R$id: int normal -com.google.android.material.R$string: int character_counter_overflowed_content_description -wangdaye.com.geometricweather.Hilt_GeometricWeather: Hilt_GeometricWeather() -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_dialogPreferenceStyle -james.adaptiveicon.R$attr: int navigationContentDescription -androidx.vectordrawable.R$style: int TextAppearance_Compat_Notification_Title -com.google.android.material.R$attr: int trackTint -okio.BufferedSink -com.tencent.bugly.crashreport.biz.b: long f() -james.adaptiveicon.R$style: int Base_Widget_AppCompat_EditText -com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked -androidx.constraintlayout.widget.R$attr: int listChoiceIndicatorMultipleAnimated -androidx.constraintlayout.widget.R$styleable: int Toolbar_titleMargin -wangdaye.com.geometricweather.background.receiver.MainReceiver -com.google.android.material.chip.Chip: android.content.res.ColorStateList getChipStrokeColor() -wangdaye.com.geometricweather.R$animator: int weather_hail_1 -wangdaye.com.geometricweather.R$id: int item_weather_daily_overview_text -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: int getSupportedFeatures() -wangdaye.com.geometricweather.R$drawable: int ic_precipitation -retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter: CompletableFutureCallAdapterFactory$ResponseCallAdapter(java.lang.reflect.Type) -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: java.util.concurrent.atomic.AtomicBoolean stopWindows -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) -com.google.android.material.tabs.TabLayout: void setUnboundedRippleResource(int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial: AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial() -wangdaye.com.geometricweather.R$color: int background_floating_material_light -com.google.android.material.R$dimen: int design_snackbar_min_width -com.xw.repo.bubbleseekbar.R$attr: int bsb_thumb_color -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps$WarningTimelapsItem: int colorId -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_hintAnimationEnabled -androidx.constraintlayout.widget.R$styleable: int Layout_minWidth -cyanogenmod.app.ICMTelephonyManager: void setDefaultSmsSub(int) -wangdaye.com.geometricweather.db.entities.HistoryEntity: java.lang.String cityId -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse -wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_itemStrokeWidth -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Direction: java.lang.String English -wangdaye.com.geometricweather.R$style: int Base_V22_Theme_AppCompat_Light -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_Button_Colored -io.reactivex.Observable: io.reactivex.Observable timestamp() -io.reactivex.internal.util.ArrayListSupplier: java.util.concurrent.Callable asCallable() -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Compat_Notification -wangdaye.com.geometricweather.R$id: int container_main_aqi_recyclerView -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation Elevation -android.didikee.donate.R$dimen: int abc_edit_text_inset_bottom_material -androidx.appcompat.widget.Toolbar: int getCurrentContentInsetStart() -com.jaredrummler.android.colorpicker.R$attr: int colorControlHighlight -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_28 -cyanogenmod.providers.CMSettings$Secure: java.lang.String ADB_PORT -androidx.preference.R$style: int Base_Widget_AppCompat_ActionBar_Solid -androidx.coordinatorlayout.R$styleable: int FontFamilyFont_fontVariationSettings -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer grassLevel -com.google.android.material.button.MaterialButton: android.content.res.ColorStateList getSupportBackgroundTintList() -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeIcePrecipitationDuration(java.lang.Float) -cyanogenmod.app.Profile -okhttp3.TlsVersion: java.lang.String javaName() -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration getPrecipitationDuration() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_43 -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean done -com.google.android.material.tabs.TabLayout: int getTabIndicatorGravity() -androidx.preference.R$string: int abc_menu_shift_shortcut_label -retrofit2.HttpServiceMethod$SuspendForBody: boolean isNullable -androidx.preference.R$id: int spacer -android.didikee.donate.R$drawable: int abc_text_select_handle_right_mtrl_light -androidx.viewpager.R$id: int action_container -androidx.transition.R$dimen: int notification_right_icon_size -android.didikee.donate.R$styleable: int SearchView_android_focusable -okhttp3.ResponseBody$1: okio.BufferedSource source() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX -androidx.vectordrawable.animated.R$style: int TextAppearance_Compat_Notification_Title -io.reactivex.internal.subscriptions.BasicIntQueueSubscription: void cancel() -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Title -com.google.android.material.R$id: int blocking -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light_Dialog -wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar -com.google.android.material.R$styleable: int MaterialButton_rippleColor -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: io.reactivex.internal.fuseable.SimplePlainQueue queue -com.google.android.material.R$styleable: int AppCompatTheme_switchStyle -com.jaredrummler.android.colorpicker.R$color: int abc_background_cache_hint_selector_material_dark -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: io.reactivex.functions.Function leftEnd -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Caption -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void attachEntity(wangdaye.com.geometricweather.db.entities.WeatherEntity) -james.adaptiveicon.R$attr: int backgroundStacked -com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge -wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: java.lang.String getPollenText(android.content.Context,int) -com.tencent.bugly.crashreport.common.info.b: java.lang.String a() -wangdaye.com.geometricweather.R$styleable: int Chip_showMotionSpec -cyanogenmod.app.ProfileManager: java.lang.String TAG -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Object readEntity(android.database.Cursor,int) -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void innerValue(boolean,java.lang.Object) -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_button_min_width_material -okhttp3.HttpUrl: java.util.List queryStringToNamesAndValues(java.lang.String) -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void replayFinal() -james.adaptiveicon.R$style: int TextAppearance_Compat_Notification_Line2 -androidx.constraintlayout.widget.R$color: int secondary_text_default_material_light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: java.util.List getValue() -cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent[] $VALUES -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_getLiveLockScreenEnabled -james.adaptiveicon.R$drawable: int abc_ic_clear_material -io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) -com.tencent.bugly.proguard.aq: java.util.Map f -wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation: wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation TOP -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection connection -com.xw.repo.bubbleseekbar.R$attr: int actionDropDownStyle -wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_8 -cyanogenmod.weather.WeatherInfo$DayForecast: double getLow() -com.google.android.gms.base.R$id -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_bias -com.google.android.material.R$id: int staticLayout -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_popupWindowStyle -com.google.android.material.navigation.NavigationView: android.view.Menu getMenu() -com.turingtechnologies.materialscrollbar.R$id -wangdaye.com.geometricweather.R$array: int widget_card_style_values -com.google.android.material.R$attr: int customBoolean -androidx.fragment.R$styleable: int FontFamily_fontProviderPackage -androidx.constraintlayout.widget.R$attr: int actionBarPopupTheme -wangdaye.com.geometricweather.R$styleable: int MaterialButton_android_insetTop -androidx.viewpager2.R$dimen: int notification_small_icon_size_as_large -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit LPSQM -androidx.work.ExistingPeriodicWorkPolicy: androidx.work.ExistingPeriodicWorkPolicy valueOf(java.lang.String) -androidx.fragment.app.SuperNotCalledException -androidx.hilt.R$dimen: int compat_button_padding_horizontal_material -com.google.android.material.R$styleable: int MockView_mock_labelBackgroundColor -androidx.transition.R$drawable: int notification_template_icon_low_bg -com.turingtechnologies.materialscrollbar.R$drawable: int avd_show_password -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_tooltipFrameBackground -androidx.appcompat.widget.SearchView$SearchAutoComplete: SearchView$SearchAutoComplete(android.content.Context) -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps: java.util.List timelapsItems -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher: void subscribe(org.reactivestreams.Subscriber) -cyanogenmod.app.CustomTile$Builder: boolean mCollapsePanel -cyanogenmod.externalviews.IExternalViewProvider: void onResume() -androidx.coordinatorlayout.R$attr: int layout_insetEdge -wangdaye.com.geometricweather.R$anim: int btn_checkbox_to_checked_icon_null_animation -com.google.android.material.R$styleable: int ConstraintSet_flow_verticalStyle -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_wavePeriod -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_NoActionBar -wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerSizeBottomRight -wangdaye.com.geometricweather.R$string: int abc_menu_delete_shortcut_label -wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_moon -com.turingtechnologies.materialscrollbar.Indicator: void setTextColor(int) -com.tencent.bugly.proguard.ap: java.lang.String d -com.tencent.bugly.proguard.p: boolean a(com.tencent.bugly.proguard.p,int,java.lang.String,com.tencent.bugly.proguard.o) -retrofit2.ParameterHandler$QueryName: retrofit2.Converter nameConverter -androidx.preference.R$attr: int logo -com.tencent.bugly.crashreport.biz.UserInfoBean: java.util.Map s -cyanogenmod.platform.Manifest$permission: java.lang.String WRITE_THEMES -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void dispose() -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Badge -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_TabText -wangdaye.com.geometricweather.R$dimen: int design_navigation_icon_padding -androidx.viewpager.R$id: int notification_main_column -com.bumptech.glide.Priority: com.bumptech.glide.Priority valueOf(java.lang.String) -androidx.preference.R$attr: int windowActionModeOverlay -androidx.constraintlayout.widget.R$style: int Base_V22_Theme_AppCompat_Light -wangdaye.com.geometricweather.R$attr: int layout_scrollInterpolator -androidx.customview.R$color: R$color() -com.google.android.material.bottomappbar.BottomAppBar: BottomAppBar(android.content.Context,android.util.AttributeSet,int) -okhttp3.WebSocket: long queueSize() -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: io.reactivex.Scheduler$Worker worker -com.google.android.material.R$integer: int mtrl_calendar_header_orientation -wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_drawableTop -okhttp3.internal.http.RealResponseBody: long contentLength -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX aqi -com.google.android.material.R$styleable: int AppCompatTextHelper_android_drawableLeft -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_CUSTOM_ENABLE -androidx.versionedparcelable.ParcelImpl -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_AES_128_CBC_SHA -com.google.android.material.R$styleable: int Toolbar_subtitleTextColor -com.google.android.material.R$id: int accessibility_custom_action_7 -androidx.preference.R$styleable: int MenuGroup_android_enabled -androidx.preference.R$id: int text -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_3_30 -cyanogenmod.providers.CMSettings$System: boolean putLongForUser(android.content.ContentResolver,java.lang.String,long,int) -cyanogenmod.providers.CMSettings$Secure: java.lang.String PRIVACY_GUARD_DEFAULT -cyanogenmod.hardware.CMHardwareManager: int[] getDisplayGammaCalibrationArray(int) -com.jaredrummler.android.colorpicker.R$styleable: int MenuGroup_android_visible -wangdaye.com.geometricweather.R$attr: int actionModeShareDrawable -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_SearchView_ActionBar -wangdaye.com.geometricweather.R$string: int key_widget_clock_day_horizontal -wangdaye.com.geometricweather.R$id: int widget_day_card -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String cityId -androidx.fragment.R$dimen: int notification_right_icon_size -james.adaptiveicon.R$styleable: int AppCompatTheme_colorError -com.google.android.material.internal.NavigationMenuItemView -android.didikee.donate.R$attr: int borderlessButtonStyle -com.google.android.material.R$id: int content -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder proxySelector(java.net.ProxySelector) -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_LIVE_LOCK_SCREEN -androidx.appcompat.R$styleable: int AppCompatTheme_dividerVertical -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType Update -com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver: void addFilter(java.lang.String) -com.tencent.bugly.proguard.an: java.util.Map j -wangdaye.com.geometricweather.R$styleable: int MaterialButton_icon -androidx.appcompat.resources.R$attr: int fontProviderFetchTimeout -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getDisplayColorCalibration -androidx.hilt.lifecycle.R$id: int actions -androidx.hilt.work.R$drawable: int notification_bg_low_normal -com.google.android.material.R$styleable: int Constraint_android_layout_height -androidx.appcompat.R$dimen: int notification_right_side_padding_top -com.google.android.material.R$attr: int layout_behavior -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean -androidx.preference.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title -com.google.gson.stream.JsonReader: int PEEKED_EOF -cyanogenmod.hardware.IThermalListenerCallback$Stub$Proxy: android.os.IBinder asBinder() -androidx.cardview.R$dimen: int cardview_default_elevation -androidx.viewpager2.R$styleable: int GradientColor_android_tileMode -com.google.android.gms.common.internal.safeparcel.AbstractSafeParcelable -com.tencent.bugly.crashreport.crash.b: java.util.List a(java.util.List) -okhttp3.CipherSuite: java.lang.String javaName -cyanogenmod.profiles.LockSettings: java.lang.String TAG -retrofit2.OkHttpCall$NoContentResponseBody -com.google.android.material.chip.Chip: void setBackgroundDrawable(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.R$layout: int notification_base -androidx.fragment.R$string: R$string() -androidx.preference.R$styleable: int Preference_singleLineTitle -cyanogenmod.profiles.ConnectionSettings$BooleanState: ConnectionSettings$BooleanState() -com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: java.lang.String toString() -com.google.android.material.slider.BaseSlider: BaseSlider(android.content.Context,android.util.AttributeSet,int) -androidx.preference.R$string: int abc_menu_alt_shortcut_label -androidx.preference.R$dimen: int abc_dialog_padding_material -androidx.appcompat.R$dimen: int abc_text_size_headline_material -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Imperial: int UnitType -james.adaptiveicon.R$attr: int actionMenuTextAppearance -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getPm10() -androidx.activity.R$id: int forever -okhttp3.Interceptor -cyanogenmod.weather.WeatherInfo: boolean equals(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_fab_translation_z_pressed -wangdaye.com.geometricweather.R$attr: int buttonStyleSmall -com.google.android.material.R$attr: int fabAnimationMode -okhttp3.internal.Util: java.nio.charset.Charset ISO_8859_1 -okhttp3.Cookie: long parseExpires(java.lang.String,int,int) -retrofit2.converter.gson.GsonRequestBodyConverter: GsonRequestBodyConverter(com.google.gson.Gson,com.google.gson.TypeAdapter) -com.tencent.bugly.proguard.x: boolean a(int,java.lang.String,java.lang.Object[]) -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_numericShortcut -com.turingtechnologies.materialscrollbar.R$styleable: int ActionMode_closeItemLayout -okhttp3.internal.http2.Http2Connection: java.util.concurrent.ExecutorService listenerExecutor -cyanogenmod.app.Profile: void setStreamSettings(cyanogenmod.profiles.StreamSettings) -androidx.recyclerview.widget.RecyclerView: RecyclerView(android.content.Context,android.util.AttributeSet,int) -okhttp3.Connection: okhttp3.Handshake handshake() -com.google.android.material.R$styleable: int NavigationView_itemHorizontalPadding -androidx.work.R$id: int tag_accessibility_actions -androidx.coordinatorlayout.R$id: int time -android.didikee.donate.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight -com.google.android.material.R$attr: int height -com.tencent.bugly.crashreport.common.info.a: java.lang.String H -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_voice_search_api_material -android.didikee.donate.R$styleable: int MenuItem_actionProviderClass -androidx.appcompat.R$dimen: int abc_search_view_preferred_width -androidx.lifecycle.extensions.R$styleable: int Fragment_android_name -com.xw.repo.bubbleseekbar.R$attr: int closeItemLayout -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade RealFeelTemperatureShade -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: boolean done -wangdaye.com.geometricweather.R$attr: int buttonStyle -androidx.work.R$attr: int alpha -okhttp3.internal.platform.JdkWithJettyBootPlatform$JettyNegoProvider: java.lang.String selected -wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat -androidx.activity.R$id: int accessibility_custom_action_15 -com.google.android.material.chip.Chip: void setChipStartPadding(float) -androidx.constraintlayout.widget.R$id: int dialog_button -okio.Sink -retrofit2.adapter.rxjava2.BodyObservable: void subscribeActual(io.reactivex.Observer) -com.github.rahatarmanahmed.cpv.CircularProgressView$9: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 -okhttp3.RealCall: void enqueue(okhttp3.Callback) -cyanogenmod.hardware.ICMHardwareService: boolean get(int) -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List ziwaixian -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintTop_toBottomOf -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_weather_2 -androidx.appcompat.resources.R$attr: R$attr() -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_body_2_material -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void disposeInner() -com.google.android.material.R$styleable: int Layout_layout_constraintTop_creator -androidx.appcompat.R$style: int Widget_AppCompat_ListView_Menu -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getGrassDescription() -com.google.android.material.bottomnavigation.BottomNavigationView: int getItemBackgroundResource() -com.tencent.bugly.proguard.y: java.lang.String d() -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleMargin -com.google.android.material.R$styleable: int MaterialButton_android_insetLeft -androidx.appcompat.R$attr: int actionModePopupWindowStyle -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_collapseIcon -cyanogenmod.weatherservice.ServiceRequest$Status: ServiceRequest$Status(java.lang.String,int) -com.tencent.bugly.crashreport.crash.c: boolean l -wangdaye.com.geometricweather.R$anim: int btn_radio_to_on_mtrl_ring_outer_path_animation -com.jaredrummler.android.colorpicker.R$attr: int cpv_showAlphaSlider -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Title_Inverse -com.tencent.bugly.proguard.x: java.lang.String a -com.google.android.gms.location.places.PlaceReport: android.os.Parcelable$Creator CREATOR -androidx.core.R$id: int accessibility_custom_action_16 -okhttp3.CertificatePinner -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String getTitle() -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_contentDescription -com.turingtechnologies.materialscrollbar.DragScrollBar -wangdaye.com.geometricweather.R$layout: int test_toolbar_custom_background -androidx.recyclerview.widget.RecyclerView: void addOnItemTouchListener(androidx.recyclerview.widget.RecyclerView$OnItemTouchListener) -androidx.viewpager2.R$attr: int fontProviderFetchStrategy -wangdaye.com.geometricweather.R$attr: int haloRadius -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintBaseline_toBaselineOf -androidx.preference.R$style: int Theme_AppCompat_NoActionBar -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light_Dialog -androidx.recyclerview.R$dimen: int compat_button_inset_vertical_material -androidx.appcompat.R$color: int abc_btn_colored_borderless_text_material -com.baidu.location.BDLocation -com.google.android.material.R$styleable: int SnackbarLayout_android_maxWidth -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setIsModify(boolean) -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$5: ExternalViewProviderService$Provider$ProviderImpl$5(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) -wangdaye.com.geometricweather.R$attr: int progressIndicatorStyle -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: java.lang.String getUnitId() -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_defaultQueryHint -androidx.drawerlayout.R$styleable: int GradientColor_android_startY -okhttp3.internal.platform.Platform: javax.net.ssl.SSLContext getSSLContext() -androidx.appcompat.widget.AppCompatEditText: android.content.res.ColorStateList getSupportBackgroundTintList() -androidx.appcompat.R$attr: int drawableStartCompat -android.didikee.donate.R$styleable: int AppCompatTheme_ratingBarStyleIndicator -retrofit2.Retrofit: retrofit2.Retrofit$Builder newBuilder() -com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_ttcIndex -androidx.viewpager2.R$id: int action_text -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_default_padding_start_material -com.google.android.material.R$attr: int statusBarScrim -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: long serialVersionUID -com.google.android.material.appbar.CollapsingToolbarLayout: void setStatusBarScrimColor(int) -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: boolean isEntityUpdateable() -cyanogenmod.externalviews.ExternalView$2 -retrofit2.RequestFactory$Builder: java.lang.annotation.Annotation[][] parameterAnnotationsArray -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub: int TRANSACTION_onWeatherServiceProviderChanged_0 -cyanogenmod.profiles.LockSettings$1 -okhttp3.Response: java.lang.String header(java.lang.String,java.lang.String) -com.google.android.material.textfield.TextInputLayout: void setDefaultHintTextColor(android.content.res.ColorStateList) -com.google.android.material.R$style: int Widget_MaterialComponents_Light_ActionBar_Solid -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress -com.google.android.material.R$attr: int switchTextAppearance -com.google.android.material.R$id: int textSpacerNoTitle -com.bumptech.glide.R$styleable: int GradientColor_android_startY -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu -com.jaredrummler.android.colorpicker.R$styleable -okhttp3.Cache$2: void remove() -androidx.recyclerview.R$color: R$color() -wangdaye.com.geometricweather.db.entities.DaoMaster$OpenHelper -com.google.android.material.R$id: int spline -com.google.android.material.R$style: int Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert -androidx.hilt.work.R$anim: int fragment_open_enter -androidx.recyclerview.R$id: int accessibility_custom_action_11 -com.tencent.bugly.crashreport.crash.jni.b: java.lang.String c(java.lang.String,java.lang.String) -wangdaye.com.geometricweather.R$id: int material_clock_period_toggle -okhttp3.internal.platform.AndroidPlatform: boolean api23IsCleartextTrafficPermitted(java.lang.String,java.lang.Class,java.lang.Object) -io.reactivex.internal.observers.DeferredScalarDisposable: java.lang.Object value -wangdaye.com.geometricweather.R$styleable: int[] ActionMenuItemView -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Object readKey(android.database.Cursor,int) -androidx.transition.R$attr: int fontProviderFetchStrategy -com.bumptech.glide.integration.okhttp.R$style -retrofit2.OkHttpCall: okio.Timeout timeout() -com.tencent.bugly.crashreport.crash.h5.a: java.lang.String g -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int FOGGY -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_RINGTONES -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dropdownitem_icon_width -com.google.android.material.R$color: int background_floating_material_dark -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setBackground(android.graphics.drawable.Drawable) -androidx.coordinatorlayout.R$attr: int fontStyle -androidx.coordinatorlayout.widget.CoordinatorLayout: void setStatusBarBackgroundResource(int) -wangdaye.com.geometricweather.R$styleable: int AppCompatImageView_tint -androidx.lifecycle.process.R: R() -android.didikee.donate.R$styleable: int AppCompatTextView_drawableStartCompat -com.google.android.material.R$attr: int tabSelectedTextColor -wangdaye.com.geometricweather.R$attr: int hintTextAppearance -wangdaye.com.geometricweather.R$styleable: int Layout_maxHeight -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver -okhttp3.Response$Builder: okhttp3.Response$Builder sentRequestAtMillis(long) -androidx.legacy.coreutils.R$integer -io.reactivex.internal.util.VolatileSizeArrayList: java.lang.Object get(int) -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: io.reactivex.internal.util.AtomicThrowable errors -androidx.preference.ListPreferenceDialogFragmentCompat -com.tencent.bugly.proguard.y: byte[] a() -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$id: int widget_day_week_week_1 -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog -com.google.android.gms.base.R$id: int auto -io.reactivex.internal.util.EmptyComponent: void onNext(java.lang.Object) -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionBar_Solid -wangdaye.com.geometricweather.R$styleable: int MaterialButton_cornerRadius -com.tencent.bugly.crashreport.CrashReport: boolean setJavascriptMonitor(com.tencent.bugly.crashreport.CrashReport$WebViewInterface,boolean,boolean) -cyanogenmod.app.suggest.IAppSuggestManager$Stub: java.lang.String DESCRIPTOR -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatSeekBar_tickMarkTintMode -com.google.android.material.R$styleable: int MenuItem_android_visible -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_thumbTintMode -io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: void onError(java.lang.Throwable) -androidx.viewpager.R$styleable: int GradientColor_android_centerY -wangdaye.com.geometricweather.R$drawable: int weather_haze_1 -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_framePosition -com.bumptech.glide.integration.okhttp.R$integer: int status_bar_notification_info_maxnum -james.adaptiveicon.R$dimen: int abc_action_bar_content_inset_with_nav -wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_47 -com.tencent.bugly.proguard.aq: java.lang.String g -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_CompactMenu -okhttp3.internal.cache.DiskLruCache: boolean mostRecentRebuildFailed -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setSuggest(java.lang.String) -wangdaye.com.geometricweather.R$attr: int collapsedSize -com.google.android.material.R$drawable: int design_fab_background -com.google.android.gms.base.R$drawable: int common_google_signin_btn_icon_disabled -com.google.android.material.R$styleable: int SearchView_android_inputType -cyanogenmod.externalviews.KeyguardExternalView$11: KeyguardExternalView$11(cyanogenmod.externalviews.KeyguardExternalView,float) -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition: double Longitude -wangdaye.com.geometricweather.R$attr: int cardViewStyle -com.google.android.material.R$layout: R$layout() -james.adaptiveicon.R$styleable: int[] ButtonBarLayout -com.jaredrummler.android.colorpicker.R$attr: int textAppearanceLargePopupMenu -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_AES_128_GCM_SHA256 -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: boolean isDisposed() -androidx.constraintlayout.utils.widget.ImageFilterButton: void setBrightness(float) -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: void setY(java.lang.String) -wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView: TrendRecyclerView(android.content.Context) -com.google.android.material.R$drawable: int abc_ic_star_half_black_36dp -cyanogenmod.weather.CMWeatherManager: void unregisterWeatherServiceProviderChangeListener(cyanogenmod.weather.CMWeatherManager$WeatherServiceProviderChangeListener) -androidx.lifecycle.ComputableLiveData: androidx.lifecycle.LiveData getLiveData() -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_chainUseRtl -com.tencent.bugly.proguard.d: com.tencent.bugly.proguard.f e -cyanogenmod.hardware.CMHardwareManager: int FEATURE_VIBRATOR -wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableTransition_android_reversible -com.google.android.material.appbar.CollapsingToolbarLayout: long getScrimAnimationDuration() -androidx.cardview.widget.CardView: void setMinimumWidth(int) -com.jaredrummler.android.colorpicker.R$attr: int dividerVertical -com.xw.repo.bubbleseekbar.R$attr: int buttonBarNegativeButtonStyle -com.tencent.bugly.crashreport.CrashReport: java.util.Set getAllUserDataKeys(android.content.Context) -wangdaye.com.geometricweather.R$id: int widget_clock_day_wind -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light -androidx.preference.R$style: int Widget_AppCompat_ActionBar_Solid -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_thumb_radius_on_dragging -wangdaye.com.geometricweather.R$id: int treeValue -com.turingtechnologies.materialscrollbar.R$layout: int abc_screen_simple -androidx.preference.R$color: int secondary_text_default_material_light -okhttp3.internal.ws.RealWebSocket: long queueSize() -com.google.android.material.R$styleable: int AnimatedStateListDrawableItem_android_drawable -okhttp3.CacheControl: CacheControl(okhttp3.CacheControl$Builder) -androidx.appcompat.R$attr: int windowNoTitle -com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_layout_keyline -james.adaptiveicon.R$drawable: int abc_btn_check_to_on_mtrl_000 -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_Solid -wangdaye.com.geometricweather.R$string: int abc_menu_alt_shortcut_label -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Spinner_DropDown -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintVertical_bias -com.google.android.material.textfield.TextInputLayout: void setBoxStrokeWidthFocused(int) -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.util.concurrent.atomic.AtomicReference error -androidx.appcompat.R$integer: R$integer() -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language PORTUGUESE_BR -androidx.appcompat.R$styleable: int SwitchCompat_android_thumb -wangdaye.com.geometricweather.R$id: int grassIcon -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Menu -com.turingtechnologies.materialscrollbar.R$attr: int colorBackgroundFloating -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabRippleColor -wangdaye.com.geometricweather.R$attr: int bsb_show_thumb_text -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DialogWhenLarge -com.google.android.material.R$styleable: int OnSwipe_dragDirection -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property So2 -com.jaredrummler.android.colorpicker.R$styleable: int FontFamily_fontProviderQuery -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: void setUnit(java.lang.String) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_AES_128_CCM_SHA256 -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$TotalLiquid -com.tencent.bugly.proguard.y: boolean l -androidx.appcompat.R$attr: int paddingEnd -com.google.android.material.R$style: int TextAppearance_AppCompat_Large -io.reactivex.Observable: io.reactivex.Observable skipLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean) -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_Dialog_Alert -cyanogenmod.app.ProfileManager: cyanogenmod.app.Profile getProfile(java.lang.String) -androidx.appcompat.R$color: int material_grey_800 -androidx.appcompat.view.menu.MenuPopup -androidx.appcompat.R$attr: int borderlessButtonStyle -cyanogenmod.app.suggest.AppSuggestManager: boolean DEBUG -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getPressure() -androidx.appcompat.R$styleable: int ActionMode_closeItemLayout -androidx.loader.R$layout: int notification_template_part_chronometer -james.adaptiveicon.R$drawable: int abc_ic_star_half_black_36dp -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light_DialogWhenLarge -com.google.android.material.R$attr: int materialAlertDialogBodyTextStyle -androidx.appcompat.widget.AppCompatImageButton: void setBackgroundResource(int) -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_second_track_color -wangdaye.com.geometricweather.R$styleable: int Toolbar_titleTextColor -wangdaye.com.geometricweather.R$string: int live -android.didikee.donate.R$id: int submit_area -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_android_orientation -cyanogenmod.profiles.StreamSettings: void readFromParcel(android.os.Parcel) -androidx.appcompat.R$attr: int titleMarginEnd -androidx.preference.R$style: int Base_Theme_AppCompat_Dialog_FixedSize -android.didikee.donate.R$drawable: int abc_scrubber_track_mtrl_alpha -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$1: LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$1(androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription,long) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum: int UnitType -android.didikee.donate.R$dimen: int notification_small_icon_background_padding -androidx.constraintlayout.widget.R$attr: int colorControlHighlight -wangdaye.com.geometricweather.R$style: int CardView_Light -com.google.android.material.R$styleable: int ShapeableImageView_shapeAppearanceOverlay -androidx.appcompat.R$anim: R$anim() -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_TabBar -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: ObservableMergeWithSingle$MergeWithObserver(io.reactivex.Observer) -com.google.android.material.R$id: int layout -cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode mVibrateMode -com.google.android.material.R$dimen: int abc_button_padding_horizontal_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX getBrandInfo() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int IceProbability -com.google.android.material.R$attr: int chipMinTouchTargetSize -wangdaye.com.geometricweather.R$attr: int actionTextColorAlpha -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -com.google.android.material.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton -cyanogenmod.providers.CMSettings$Secure: int getInt(android.content.ContentResolver,java.lang.String,int) -com.amap.api.location.CoordinateConverter: com.amap.api.location.CoordinateConverter coord(com.amap.api.location.DPoint) -wangdaye.com.geometricweather.R$color: int darkPrimary_4 -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_black -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Small_Inverse -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -retrofit2.Call: okhttp3.Request request() -android.didikee.donate.R$string: int abc_search_hint -androidx.lifecycle.LifecycleRegistry: void setCurrentState(androidx.lifecycle.Lifecycle$State) -com.turingtechnologies.materialscrollbar.R$attr: int tabTextAppearance -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.Pollen getPollen() -com.google.android.material.datepicker.DateValidatorPointForward -com.google.android.material.R$attr: int motion_postLayoutCollision -androidx.constraintlayout.widget.R$styleable: int ViewStubCompat_android_layout -androidx.preference.R$attr: int dropdownPreferenceStyle -com.google.android.material.R$attr: int backgroundTintMode -com.turingtechnologies.materialscrollbar.R$layout: int design_navigation_item_header -androidx.preference.R$style: int Base_Widget_AppCompat_CompoundButton_Switch -okhttp3.internal.cache.DiskLruCache$1 -okhttp3.Address: java.util.List protocols -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_DrawerArrowToggle -cyanogenmod.hardware.IThermalListenerCallback$Stub: android.os.IBinder asBinder() -com.google.android.material.R$attr: int textAppearanceListItemSecondary -wangdaye.com.geometricweather.R$drawable: int weather_haze -cyanogenmod.weather.CMWeatherManager: cyanogenmod.weather.CMWeatherManager getInstance(android.content.Context) -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) -wangdaye.com.geometricweather.R$drawable: int notif_temp_60 -okhttp3.internal.platform.AndroidPlatform -wangdaye.com.geometricweather.R$id: int item_icon_provider_get_more_container -com.google.android.material.R$layout: int abc_list_menu_item_icon -androidx.preference.R$styleable: int AnimatedStateListDrawableItem_android_id -wangdaye.com.geometricweather.R$drawable: int clock_hour_light -com.google.android.material.R$id: int design_menu_item_action_area -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem -james.adaptiveicon.R$attr: int titleMargins -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_fontFamily -com.amap.api.location.AMapLocation: java.lang.String getErrorInfo() -com.jaredrummler.android.colorpicker.R$attr: int showDividers -com.google.android.gms.common.images.WebImage: android.os.Parcelable$Creator CREATOR -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver -com.bumptech.glide.integration.okhttp.R$layout: int notification_template_part_chronometer -com.google.android.material.R$dimen: int compat_control_corner_material -com.google.android.material.R$id: int mtrl_picker_fullscreen -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_24 -james.adaptiveicon.R$attr: int layout -com.google.android.material.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_0 -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setPublishDate(java.util.Date) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarItemBackground -wangdaye.com.geometricweather.R$styleable: int[] Variant -com.google.android.material.progressindicator.ProgressIndicator: int getTrackColor() -com.tencent.bugly.crashreport.common.strategy.StrategyBean: java.lang.String t -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_section_text_interval -com.bumptech.glide.integration.okhttp.R$id: int line1 -cyanogenmod.weather.WeatherInfo$DayForecast: int getConditionCode() -wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig historyEntityDaoConfig -androidx.legacy.coreutils.R$dimen: int compat_notification_large_icon_max_height -androidx.viewpager2.widget.ViewPager2: ViewPager2(android.content.Context,android.util.AttributeSet) -com.xw.repo.bubbleseekbar.R$id: int submenuarrow -okio.HashingSink -cyanogenmod.externalviews.ExternalView$7: ExternalView$7(cyanogenmod.externalviews.ExternalView) -androidx.appcompat.R$attr: int titleMarginTop -androidx.appcompat.resources.R$styleable: int GradientColor_android_tileMode -cyanogenmod.externalviews.ExternalView: void onActivityStarted(android.app.Activity) -androidx.core.app.JobIntentService: JobIntentService() -androidx.recyclerview.R$styleable: int RecyclerView_stackFromEnd -io.reactivex.Observable: io.reactivex.Observable buffer(io.reactivex.ObservableSource,int) -com.google.android.material.R$style: int ThemeOverlay_AppCompat_Dialog -cyanogenmod.app.Profile$ProfileTrigger$1: java.lang.Object[] newArray(int) -com.bumptech.glide.R$styleable: int FontFamily_fontProviderFetchTimeout -androidx.vectordrawable.R$dimen: int compat_notification_large_icon_max_width -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver[] EMPTY -androidx.preference.R$style: int Base_V22_Theme_AppCompat -androidx.constraintlayout.widget.R$styleable: int MenuView_android_windowAnimationStyle -com.google.android.material.progressindicator.ProgressIndicator: void setLinearSeamless(boolean) -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_star_black_16dp -com.xw.repo.bubbleseekbar.R$integer: R$integer() -okhttp3.internal.connection.StreamAllocation$StreamAllocationReference: StreamAllocation$StreamAllocationReference(okhttp3.internal.connection.StreamAllocation,java.lang.Object) -android.didikee.donate.R$styleable: int Toolbar_subtitleTextColor -com.google.gson.JsonIOException: JsonIOException(java.lang.Throwable) -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningMaxCountItems: MfWarningsResult$WarningMaxCountItems() -androidx.lifecycle.ReportFragment: void onDestroy() -androidx.work.R$attr: int font -androidx.appcompat.R$attr: int windowActionBar -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: java.util.List phenomenonsItems -androidx.lifecycle.Lifecycling: int getObserverConstructorType(java.lang.Class) -androidx.appcompat.R$dimen: int abc_text_size_caption_material -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA -wangdaye.com.geometricweather.R$drawable: int mtrl_dropdown_arrow -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_content_padding_fullscreen -com.google.android.material.R$styleable: int TextInputLayout_boxCornerRadiusTopEnd -io.reactivex.Observable: io.reactivex.Observable timeInterval(java.util.concurrent.TimeUnit) -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean j -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_15 -androidx.constraintlayout.widget.R$styleable: int GradientColor_android_startY -com.tencent.bugly.crashreport.common.info.b: java.lang.String g(android.content.Context) -wangdaye.com.geometricweather.R$color: int material_deep_teal_200 -okhttp3.HttpUrl: java.lang.String topPrivateDomain() -wangdaye.com.geometricweather.R$id: int dialog_location_help_title -com.google.android.material.R$styleable: int Transform_android_translationX -wangdaye.com.geometricweather.R$styleable: int SearchView_searchIcon -com.turingtechnologies.materialscrollbar.R$id: int center -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_subtitle_bottom_margin_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setFeelsLike(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean) -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: java.util.concurrent.TimeUnit unit -com.google.android.material.R$styleable -androidx.preference.R$id: int seekbar -wangdaye.com.geometricweather.R$styleable: int StateListDrawable_android_exitFadeDuration -wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit[] values() -androidx.transition.R$styleable: int GradientColor_android_startY -android.didikee.donate.R$layout: int abc_list_menu_item_checkbox -com.google.android.material.R$styleable: int AlertDialog_listLayout -com.google.android.material.internal.ScrimInsetsFrameLayout: void setScrimInsetForeground(android.graphics.drawable.Drawable) -com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_fabCradleRoundedCornerRadius -androidx.appcompat.R$id: int accessibility_custom_action_12 -androidx.preference.R$styleable: int FontFamily_fontProviderCerts -wangdaye.com.geometricweather.R$attr: int tabMode -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_MaterialComponents_Button -cyanogenmod.util.ColorUtils: ColorUtils() -androidx.hilt.R$dimen: int notification_top_pad -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setPm10(java.lang.String) -retrofit2.RequestFactory$Builder: boolean gotUrl -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_android_thumb -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Bridge -com.jaredrummler.android.colorpicker.R$dimen: int notification_small_icon_size_as_large -androidx.constraintlayout.helper.widget.Flow: void setPaddingLeft(int) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ActionBar_Solid -com.turingtechnologies.materialscrollbar.R$style: int Platform_Widget_AppCompat_Spinner -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver -android.didikee.donate.R$layout: int abc_screen_toolbar -io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: ObservableConcatWithCompletable$ConcatWithObserver(io.reactivex.Observer,io.reactivex.CompletableSource) -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -com.xw.repo.bubbleseekbar.R$style: int Base_V7_Theme_AppCompat_Light -okhttp3.internal.http2.Settings: int getMaxConcurrentStreams(int) -wangdaye.com.geometricweather.R$drawable: int indicator -wangdaye.com.geometricweather.common.basic.models.weather.Minutely -io.reactivex.Observable: io.reactivex.disposables.Disposable forEach(io.reactivex.functions.Consumer) -cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.RequestInfo$Builder setTemperatureUnit(int) -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_SearchView -wangdaye.com.geometricweather.R$attr: int applyMotionScene -androidx.vectordrawable.R$attr: int ttcIndex -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric: AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric() -wangdaye.com.geometricweather.R$attr: int textAppearanceHeadline6 -okhttp3.internal.http2.Header: Header(okio.ByteString,java.lang.String) -retrofit2.RequestFactory: RequestFactory(retrofit2.RequestFactory$Builder) -com.tencent.bugly.crashreport.CrashReport: void setAppVersion(android.content.Context,java.lang.String) -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getThunderstormPrecipitationProbability() -com.xw.repo.bubbleseekbar.R$attr: int contentInsetLeft -androidx.preference.R$layout: int abc_action_mode_bar -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: int getHeaderHeight() -androidx.recyclerview.R$style: int Widget_Compat_NotificationActionText -io.reactivex.disposables.ReferenceDisposable: ReferenceDisposable(java.lang.Object) -wangdaye.com.geometricweather.R$string: int key_precipitation_unit -androidx.preference.R$styleable: int GradientColor_android_endColor -retrofit2.RequestFactory$Builder: java.lang.reflect.Method method -com.google.android.material.R$color: int design_default_color_on_secondary -wangdaye.com.geometricweather.R$attr: int cpv_alphaChannelVisible -androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityStarted(android.app.Activity) -androidx.appcompat.view.menu.ListMenuItemView: void setIcon(android.graphics.drawable.Drawable) -cyanogenmod.app.ICustomTileListener$Stub: android.os.IBinder asBinder() -wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_marginBottom -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String nighttimeWeatherPhase -com.jaredrummler.android.colorpicker.R$layout: int abc_screen_content_include -okhttp3.internal.ws.WebSocketProtocol: int OPCODE_CONTROL_PING -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_persistent -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult -com.turingtechnologies.materialscrollbar.R$styleable: int PopupWindow_overlapAnchor -androidx.preference.R$styleable: int ActionBar_contentInsetRight -com.jaredrummler.android.colorpicker.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 -androidx.preference.R$styleable: int ActionBarLayout_android_layout_gravity -com.jaredrummler.android.colorpicker.R$attr: int textAppearanceListItemSecondary -okhttp3.HttpUrl: java.lang.String queryParameter(java.lang.String) -androidx.preference.R$attr: int lastBaselineToBottomHeight -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Button_Small -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) -cyanogenmod.weather.WeatherLocation$Builder: WeatherLocation$Builder(java.lang.String,java.lang.String) -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintEnd_toStartOf -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored -james.adaptiveicon.R$drawable: int abc_list_selector_background_transition_holo_light -com.xw.repo.bubbleseekbar.R$drawable: int abc_switch_track_mtrl_alpha -okhttp3.RequestBody: okhttp3.RequestBody create(okhttp3.MediaType,okio.ByteString) -wangdaye.com.geometricweather.R$styleable: int[] RecyclerView -com.turingtechnologies.materialscrollbar.R$styleable: int Spinner_android_entries -android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat_Dialog -wangdaye.com.geometricweather.R$attr: int summaryOn -retrofit2.http.PUT -androidx.lifecycle.SavedStateHandle: void validateValue(java.lang.Object) -com.xw.repo.bubbleseekbar.R$layout: int support_simple_spinner_dropdown_item -okhttp3.internal.http2.Http2Writer: void headers(boolean,int,java.util.List) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX getIndices() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Metric -cyanogenmod.providers.DataUsageContract: java.lang.String _ID -okhttp3.ConnectionSpec: boolean supportsTlsExtensions() -okio.RealBufferedSource: void close() -james.adaptiveicon.R$id: int title -androidx.appcompat.resources.R$attr: int fontProviderFetchStrategy -io.reactivex.Observable: io.reactivex.Observable interval(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -okhttp3.internal.publicsuffix.PublicSuffixDatabase -androidx.constraintlayout.widget.R$attr: int fontFamily -cyanogenmod.externalviews.ExternalView$2: int val$y -androidx.appcompat.resources.R$id: int accessibility_action_clickable_span -androidx.vectordrawable.R$id: int accessibility_custom_action_21 -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone: boolean IsDaylightSaving -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: wangdaye.com.geometricweather.db.converters.WeatherCodeConverter weatherCodeConverter -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: java.lang.String to -androidx.appcompat.R$color: int switch_thumb_normal_material_dark -androidx.lifecycle.CompositeGeneratedAdaptersObserver: CompositeGeneratedAdaptersObserver(androidx.lifecycle.GeneratedAdapter[]) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_64 -com.google.android.gms.location.LocationRequest: android.os.Parcelable$Creator CREATOR -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_fontFamily -com.google.android.material.R$style: int Widget_AppCompat_ActionBar -james.adaptiveicon.R$drawable: int abc_scrubber_control_off_mtrl_alpha -wangdaye.com.geometricweather.R$styleable: int FontFamily_fontProviderFetchTimeout -androidx.constraintlayout.widget.R$styleable: int Constraint_android_transformPivotX -wangdaye.com.geometricweather.common.basic.models.weather.UV: boolean isValidIndex() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeShareDrawable -io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: void onSubscribe(org.reactivestreams.Subscription) -com.google.android.material.R$styleable: int Slider_tickColor -androidx.appcompat.widget.ContentFrameLayout: android.util.TypedValue getFixedWidthMajor() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowMinWidthMajor -wangdaye.com.geometricweather.R$style: int PopupWindowAnimation_Top_Right -com.google.android.material.R$dimen: int design_appbar_elevation -androidx.lifecycle.ServiceLifecycleDispatcher: ServiceLifecycleDispatcher(androidx.lifecycle.LifecycleOwner) -com.google.android.material.R$style: int Base_Widget_AppCompat_SearchView_ActionBar -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$1 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: java.lang.String direction -cyanogenmod.weather.WeatherInfo: int hashCode() -wangdaye.com.geometricweather.R$drawable: int flag_br -okhttp3.internal.http.HttpHeaders: void receiveHeaders(okhttp3.CookieJar,okhttp3.HttpUrl,okhttp3.Headers) -androidx.preference.R$styleable: int ActionBar_customNavigationLayout -com.jaredrummler.android.colorpicker.R$styleable: int[] RecyclerView -io.reactivex.Observable: io.reactivex.Observable mergeArrayDelayError(int,int,io.reactivex.ObservableSource[]) -retrofit2.adapter.rxjava2.Result: retrofit2.adapter.rxjava2.Result response(retrofit2.Response) -james.adaptiveicon.R$drawable: int notification_icon_background -cyanogenmod.externalviews.KeyguardExternalView$8: void run() -wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat -androidx.constraintlayout.widget.R$styleable: int[] KeyPosition -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: int val$width -com.google.android.material.R$styleable: int TextInputLayout_boxCornerRadiusTopStart -androidx.hilt.lifecycle.R$styleable: int[] GradientColor -wangdaye.com.geometricweather.R$attr: int drawerArrowStyle -androidx.constraintlayout.widget.R$style: int TextAppearance_Compat_Notification_Time -wangdaye.com.geometricweather.R$styleable: int Slider_tickColor -com.amap.api.location.DPoint$1: java.lang.Object createFromParcel(android.os.Parcel) -com.google.android.gms.location.DetectedActivity -com.google.android.material.R$dimen: int mtrl_fab_elevation -cyanogenmod.profiles.AirplaneModeSettings$1: cyanogenmod.profiles.AirplaneModeSettings[] newArray(int) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating: int UnitType -wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind: java.lang.String icon -wangdaye.com.geometricweather.R$string: int settings_title_pressure_unit -androidx.legacy.coreutils.R$attr: int alpha -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_endIconMode -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType DeleteByKey -androidx.viewpager2.R$dimen: int compat_button_padding_horizontal_material -okhttp3.internal.platform.Jdk9Platform: void configureTlsExtensions(javax.net.ssl.SSLSocket,java.lang.String,java.util.List) -wangdaye.com.geometricweather.R$dimen: int mtrl_low_ripple_pressed_alpha -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void slideLockscreenIn() -androidx.preference.R$attr: int tint -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionBar_TabText -androidx.appcompat.R$attr: int tint -androidx.preference.R$styleable: int LinearLayoutCompat_Layout_android_layout_height -okio.InflaterSource: void close() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum Minimum -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Day_Selected -cyanogenmod.app.CMTelephonyManager: cyanogenmod.app.ICMTelephonyManager sService -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_w -okhttp3.Handshake: okhttp3.CipherSuite cipherSuite -okhttp3.internal.http1.Http1Codec: void detachTimeout(okio.ForwardingTimeout) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX -com.google.android.material.R$attr: int windowFixedHeightMajor -okhttp3.MultipartBody: long writeOrCountBytes(okio.BufferedSink,boolean) -com.turingtechnologies.materialscrollbar.R$color: int button_material_dark -com.tencent.bugly.proguard.d: void c(java.lang.String) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours Past18Hours -androidx.appcompat.R$anim: int btn_checkbox_to_checked_box_inner_merged_animation -androidx.transition.R$style: int TextAppearance_Compat_Notification -com.xw.repo.bubbleseekbar.R$style: R$style() -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintLeft_creator -wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_allowCustom -androidx.constraintlayout.utils.widget.ImageFilterView: float getWarmth() -cyanogenmod.externalviews.ExternalView$7 -com.xw.repo.bubbleseekbar.R$layout: int abc_screen_content_include -wangdaye.com.geometricweather.R$id: int dialog_location_help_locationTitle -wangdaye.com.geometricweather.R$drawable: int material_cursor_drawable -androidx.appcompat.widget.MenuPopupWindow$MenuDropDownListView: void setSelector(android.graphics.drawable.Drawable) -com.xw.repo.bubbleseekbar.R$attr: int bsb_anim_duration -okhttp3.internal.http2.Http2Stream: okhttp3.Headers takeHeaders() -james.adaptiveicon.R$drawable: int abc_item_background_holo_dark -androidx.transition.R$dimen: int compat_button_inset_vertical_material -androidx.constraintlayout.widget.R$id: int edit_query -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_snackbar_background_corner_radius -okhttp3.internal.http2.Http2Codec: java.lang.String TRANSFER_ENCODING -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: java.lang.Object rainSnowLimitRaw -androidx.constraintlayout.widget.R$drawable: int abc_item_background_holo_light -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric: int UnitType -androidx.constraintlayout.widget.R$styleable: int SearchView_android_maxWidth -wangdaye.com.geometricweather.R$color: int design_box_stroke_color -wangdaye.com.geometricweather.db.entities.AlertEntity: int priority -com.turingtechnologies.materialscrollbar.R$attr: int logoDescription -com.turingtechnologies.materialscrollbar.R$styleable: int[] SnackbarLayout -okhttp3.OkHttpClient$1: int code(okhttp3.Response$Builder) -okhttp3.internal.tls.BasicCertificateChainCleaner -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat -androidx.appcompat.R$dimen: int compat_control_corner_material -com.google.android.material.circularreveal.CircularRevealLinearLayout: com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo getRevealInfo() -com.google.android.material.R$styleable: int FloatingActionButton_Behavior_Layout_behavior_autoHide -wangdaye.com.geometricweather.R$styleable: int TouchScrollBar_msb_autoHide -cyanogenmod.providers.ThemesContract$ThemesColumns: ThemesContract$ThemesColumns() -androidx.work.impl.utils.futures.DirectExecutor: androidx.work.impl.utils.futures.DirectExecutor INSTANCE -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: java.util.List advices -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setCity(java.lang.String) -androidx.preference.SeekBarPreference -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void drain() -androidx.constraintlayout.helper.widget.Flow: void setVerticalAlign(int) -com.jaredrummler.android.colorpicker.R$attr: int subtitleTextColor -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getDisplayGammaCalibration -james.adaptiveicon.R$style: int Theme_AppCompat_DayNight_NoActionBar -com.baidu.location.LocationClientOption$LocationMode: com.baidu.location.LocationClientOption$LocationMode valueOf(java.lang.String) -com.google.android.material.floatingactionbutton.FloatingActionButton$Behavior: void setInternalAutoHideListener(com.google.android.material.floatingactionbutton.FloatingActionButton$OnVisibilityChangedListener) -com.jaredrummler.android.colorpicker.R$styleable: int[] RecycleListView -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_android_maxWidth -androidx.appcompat.R$drawable: int abc_ic_ab_back_material -com.tencent.bugly.crashreport.CrashReport: void setIsDevelopmentDevice(android.content.Context,boolean) -com.google.android.material.R$styleable: int BottomNavigationView_itemIconSize -io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: void spValue(java.lang.Object) -androidx.preference.R$attr: int tooltipFrameBackground -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_PopupMenu_Overflow -com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior -com.turingtechnologies.materialscrollbar.R$attr: int homeAsUpIndicator -io.reactivex.internal.subscriptions.SubscriptionHelper: boolean replace(java.util.concurrent.atomic.AtomicReference,org.reactivestreams.Subscription) -com.tencent.bugly.crashreport.crash.d: com.tencent.bugly.crashreport.common.strategy.a b -androidx.appcompat.R$drawable: int notification_template_icon_low_bg -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle -com.jaredrummler.android.colorpicker.R$attr: int showAsAction -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionDropDownStyle -androidx.appcompat.R$dimen: int abc_text_size_display_1_material -com.google.gson.stream.JsonReader: java.lang.String toString() -com.google.android.material.R$styleable: int ActionBar_homeAsUpIndicator -wangdaye.com.geometricweather.R$attr: int buttonTintMode -com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity -androidx.constraintlayout.helper.widget.Flow: void setFirstHorizontalStyle(int) -androidx.transition.R$styleable -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle -okhttp3.internal.http2.Http2Stream$FramingSink: boolean finished -wangdaye.com.geometricweather.R$string: int ragweed -androidx.preference.R$id: int add -cyanogenmod.themes.IThemeService: void applyDefaultTheme() -cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_NAME -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void clear() -com.turingtechnologies.materialscrollbar.R$styleable: int RecycleListView_paddingBottomNoButtons -com.turingtechnologies.materialscrollbar.R$attr: int listPreferredItemPaddingRight -com.turingtechnologies.materialscrollbar.R$attr: int toolbarId -androidx.customview.R$attr: int fontProviderAuthority -com.turingtechnologies.materialscrollbar.R$id: int none -com.google.android.material.R$style: int Base_Theme_AppCompat_Dialog_MinWidth -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DIALER_OPENCNAM_AUTH_TOKEN_VALIDATOR -androidx.constraintlayout.utils.widget.ImageFilterButton: void setCrossfade(float) -com.google.android.material.R$attr: int controlBackground -wangdaye.com.geometricweather.R$id: int time -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: java.lang.String ShortPhrase -com.google.android.material.behavior.SwipeDismissBehavior: SwipeDismissBehavior() -androidx.activity.R$id: int line1 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX() -wangdaye.com.geometricweather.R$attr: int percentHeight -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_textAppearance -android.didikee.donate.R$attr: int titleMargins -james.adaptiveicon.R$dimen: int abc_button_padding_vertical_material -okhttp3.internal.platform.AndroidPlatform$CloseGuard: boolean warnIfOpen(java.lang.Object) -wangdaye.com.geometricweather.R$color: int switch_thumb_material_dark -wangdaye.com.geometricweather.R$dimen: int abc_text_size_large_material -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircularSkyWeatherView: void setGravitySensorEnabled(boolean) -cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener mWindowAttachmentListener -cyanogenmod.weather.RequestInfo$Builder: java.lang.String mCityName -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.HalfDay night() -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeBackground -androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_ttcIndex -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation: double qty1H -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light_DarkActionBar -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionButton -androidx.appcompat.R$integer: int abc_config_activityShortDur -androidx.preference.R$styleable: int View_paddingStart -wangdaye.com.geometricweather.R$drawable: int notif_temp_77 -com.google.android.material.R$styleable: int SnackbarLayout_actionTextColorAlpha -okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder minFresh(int,java.util.concurrent.TimeUnit) -okhttp3.Response: okhttp3.Response priorResponse() -androidx.lifecycle.SavedStateHandle$1: SavedStateHandle$1(androidx.lifecycle.SavedStateHandle) -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_ratingBarStyleSmall -androidx.dynamicanimation.R$id: int notification_main_column -wangdaye.com.geometricweather.R$style: int Widget_Design_NavigationView -io.reactivex.Observable: io.reactivex.Single elementAt(long,java.lang.Object) -okhttp3.internal.Util: void closeQuietly(java.net.Socket) -cyanogenmod.os.Concierge$ParcelInfo: boolean mCreation -com.bumptech.glide.R$dimen: int compat_notification_large_icon_max_height -com.google.android.material.R$attr: int fabCustomSize -com.tencent.bugly.proguard.z: java.lang.String a(java.util.Date) -com.bumptech.glide.load.engine.GlideException: java.lang.Class dataClass -wangdaye.com.geometricweather.R$color: int dim_foreground_disabled_material_dark -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: long serialVersionUID -cyanogenmod.providers.DataUsageContract: android.net.Uri BASE_CONTENT_URI -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getWindSpeedStart() -com.turingtechnologies.materialscrollbar.R$color: int background_material_light -androidx.constraintlayout.widget.R$style: int Base_V21_Theme_AppCompat -okio.Okio: okio.Sink sink(java.nio.file.Path,java.nio.file.OpenOption[]) -io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.vectordrawable.animated.R$dimen: int notification_small_icon_background_padding -io.reactivex.internal.schedulers.ScheduledDirectPeriodicTask: ScheduledDirectPeriodicTask(java.lang.Runnable) -androidx.drawerlayout.R$styleable: int FontFamilyFont_font -okhttp3.internal.Util: java.util.Comparator NATURAL_ORDER -androidx.constraintlayout.widget.R$dimen: int abc_floating_window_z -com.tencent.bugly.proguard.am -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: void drain() -cyanogenmod.weather.RequestInfo: cyanogenmod.weather.WeatherLocation getWeatherLocation() -com.turingtechnologies.materialscrollbar.R$attr: int snackbarStyle -androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_fontStyle -cyanogenmod.app.StatusBarPanelCustomTile: StatusBarPanelCustomTile(android.os.Parcel) -wangdaye.com.geometricweather.R$string: int settings_summary_background_free_off -androidx.appcompat.R$styleable: int MenuGroup_android_enabled -com.google.android.material.R$color: int material_on_surface_stroke -okhttp3.HttpUrl: java.util.Set queryParameterNames() -androidx.coordinatorlayout.R$id: int line1 -wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String getDescription() -com.turingtechnologies.materialscrollbar.R$dimen: int notification_right_side_padding_top -com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleDrawable(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.R$color: int colorTextGrey -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind -retrofit2.HttpException: HttpException(retrofit2.Response) -okhttp3.internal.http2.Hpack: int PREFIX_7_BITS -wangdaye.com.geometricweather.R$drawable: int flag_es -androidx.preference.R$attr: int layoutManager -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AppBarLayout_Primary -okhttp3.internal.http2.Http2Connection$4: java.util.List val$requestHeaders -com.xw.repo.bubbleseekbar.R$attr: int layout_behavior -androidx.recyclerview.widget.RecyclerView: void setPreserveFocusAfterLayout(boolean) -cyanogenmod.library.R$id: int experience -com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getItemTextAppearanceInactive() -androidx.preference.R$styleable: int TextAppearance_android_textColorHint -androidx.appcompat.R$dimen: int hint_alpha_material_light -retrofit2.ParameterHandler$Query: java.lang.String name -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: boolean tryOnError(java.lang.Throwable) -androidx.swiperefreshlayout.R$id: int tag_screen_reader_focusable -androidx.appcompat.R$drawable: int abc_ic_voice_search_api_material -cyanogenmod.weather.CMWeatherManager$1: void onWeatherServiceProviderChanged(java.lang.String) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionOverflowMenuStyle -androidx.appcompat.R$attr: int contentInsetRight -androidx.preference.R$id: int accessibility_custom_action_4 -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_thumbTintMode -androidx.preference.PreferenceScreen: PreferenceScreen(android.content.Context,android.util.AttributeSet) -androidx.dynamicanimation.R$layout -androidx.transition.R$styleable: int GradientColor_android_endY -cyanogenmod.externalviews.KeyguardExternalView$5: KeyguardExternalView$5(cyanogenmod.externalviews.KeyguardExternalView) -wangdaye.com.geometricweather.R$style: int Platform_Widget_AppCompat_Spinner -com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String c -com.amap.api.location.AMapLocation: java.lang.String i -wangdaye.com.geometricweather.R$id: int search_close_btn -androidx.preference.R$dimen: int abc_text_size_menu_header_material -com.google.android.material.bottomnavigation.BottomNavigationView: void setItemTextAppearanceInactive(int) -android.didikee.donate.R$style: int Widget_AppCompat_Light_AutoCompleteTextView -wangdaye.com.geometricweather.remoteviews.trend.TrendLinearLayout: TrendLinearLayout(android.content.Context) -androidx.lifecycle.extensions.R$id: int tag_accessibility_heading -androidx.appcompat.view.menu.ActionMenuItemView: ActionMenuItemView(android.content.Context,android.util.AttributeSet) -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem -cyanogenmod.power.PerformanceManager: java.lang.String POWER_PROFILE_CHANGED -androidx.fragment.R$drawable: int notification_tile_bg -retrofit2.KotlinExtensions$await$2$2 -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language RUSSIAN -androidx.preference.R$style: int Base_V7_Theme_AppCompat_Light_Dialog -com.google.android.material.R$styleable: int AppCompatTextView_autoSizeTextType -james.adaptiveicon.R$dimen: int notification_media_narrow_margin -com.google.android.material.switchmaterial.SwitchMaterial: SwitchMaterial(android.content.Context) -androidx.drawerlayout.R$dimen: int notification_content_margin_start -androidx.core.view.GestureDetectorCompat -io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver parent -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableTint -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text -com.amap.api.location.AMapLocation: void setFixLastLocation(boolean) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense -com.xw.repo.bubbleseekbar.R$id: int custom -com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawable_android_enterFadeDuration -okhttp3.Route: int hashCode() -io.reactivex.internal.subscriptions.EmptySubscription: io.reactivex.internal.subscriptions.EmptySubscription INSTANCE -okhttp3.internal.tls.TrustRootIndex -android.didikee.donate.R$style: int Widget_AppCompat_Spinner -androidx.constraintlayout.widget.R$drawable: int abc_ic_ab_back_material -cyanogenmod.app.ThemeVersion$ThemeVersionImpl2: cyanogenmod.app.ThemeVersion$ComponentVersion getDeviceComponentVersion(cyanogenmod.app.ThemeComponent) -android.didikee.donate.R$attr: int buttonBarStyle -okhttp3.Handshake: java.util.List peerCertificates -androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type LEFT -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX getAqi() -android.didikee.donate.R$styleable: int AlertDialog_buttonIconDimen -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night -io.reactivex.Observable: io.reactivex.disposables.Disposable forEachWhile(io.reactivex.functions.Predicate,io.reactivex.functions.Consumer,io.reactivex.functions.Action) -com.google.android.material.card.MaterialCardView: int getStrokeWidth() -wangdaye.com.geometricweather.R$attr: int iconifiedByDefault -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String COL_VALUE -androidx.lifecycle.ProcessLifecycleOwner$2: ProcessLifecycleOwner$2(androidx.lifecycle.ProcessLifecycleOwner) -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void clear() -com.xw.repo.bubbleseekbar.R$layout: int notification_template_icon_group -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability getPrecipitationProbability() -com.xw.repo.bubbleseekbar.R$attr: int backgroundTint -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeTotalPrecipitationProbability(java.lang.Float) -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer realFeelShaderTemperature -cyanogenmod.profiles.BrightnessSettings: boolean isDirty() -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintBottom_toTopOf -okio.RealBufferedSource: long readAll(okio.Sink) -com.xw.repo.bubbleseekbar.R$styleable: int FontFamily_fontProviderQuery -wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.lang.String getShortDate(android.content.Context) -wangdaye.com.geometricweather.R$style: int Base_MaterialAlertDialog_MaterialComponents_Title_Text -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_contentDescription -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX getWind() -wangdaye.com.geometricweather.weather.json.mf.MfRainResult: MfRainResult() -androidx.lifecycle.SavedStateHandleController$1: SavedStateHandleController$1(androidx.lifecycle.Lifecycle,androidx.savedstate.SavedStateRegistry) -com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_LOCATION -cyanogenmod.app.Profile: java.util.Map networkConnectionSubIds -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: void onError(java.lang.Throwable) -androidx.preference.R$attr: int drawableRightCompat -com.google.android.material.R$drawable: int notification_bg_normal -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert -com.google.android.material.R$anim: int abc_grow_fade_in_from_bottom -wangdaye.com.geometricweather.R$dimen: int abc_dialog_fixed_width_major -com.google.android.material.R$attr: int currentState -wangdaye.com.geometricweather.R$styleable: int MultiSelectListPreference_entries -wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date sunRiseDate -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintStart_toEndOf -androidx.work.R$id: int dialog_button -com.xw.repo.bubbleseekbar.R$drawable: R$drawable() -androidx.drawerlayout.R$dimen: int notification_main_column_padding_top -com.google.android.material.R$dimen: int disabled_alpha_material_dark -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_ActionBar_Surface -androidx.appcompat.resources.R$style: int Widget_Compat_NotificationActionText -retrofit2.Callback: void onFailure(retrofit2.Call,java.lang.Throwable) -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Tooltip -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_motionStagger -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_requireAdaptiveBacklightForSunlightEnhancement -com.google.android.gms.location.zzo: android.os.Parcelable$Creator CREATOR -androidx.hilt.R$anim: int fragment_fade_enter -wangdaye.com.geometricweather.R$attr: int cpv_thickness -android.didikee.donate.R$drawable: int abc_item_background_holo_dark -cyanogenmod.hardware.CMHardwareManager: int FEATURE_DISPLAY_GAMMA_CALIBRATION -com.xw.repo.bubbleseekbar.R$id: int message -androidx.appcompat.R$drawable: int abc_text_select_handle_right_mtrl_light -androidx.appcompat.resources.R$styleable: int FontFamily_fontProviderFetchStrategy -wangdaye.com.geometricweather.db.entities.DailyEntityDao: org.greenrobot.greendao.query.Query weatherEntity_DailyEntityListQuery -okhttp3.internal.http2.Http2Connection: void pushRequestLater(int,java.util.List) -com.google.android.material.R$attr: int materialCalendarHeaderConfirmButton -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeIcePrecipitationProbability -androidx.appcompat.R$id: int right_side -androidx.viewpager.widget.ViewPager: ViewPager(android.content.Context) -androidx.appcompat.R$styleable: int FontFamilyFont_ttcIndex -wangdaye.com.geometricweather.R$color: int abc_primary_text_material_dark -com.google.android.material.R$string: int mtrl_picker_text_input_month_abbr -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$TotalLiquid -cyanogenmod.app.StatusBarPanelCustomTile: int initialPid -com.turingtechnologies.materialscrollbar.R$color: int design_default_color_primary_dark -androidx.preference.R$string: int status_bar_notification_info_overflow -android.didikee.donate.R$style: int Base_Widget_AppCompat_AutoCompleteTextView -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: void setType(java.lang.String) -com.jaredrummler.android.colorpicker.R$id: int screen -androidx.constraintlayout.widget.VirtualLayout: void setElevation(float) -android.didikee.donate.R$attr: int title -com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_paddingLeftSystemWindowInsets -wangdaye.com.geometricweather.R$drawable: int notif_temp_124 -wangdaye.com.geometricweather.common.basic.GeoDialog -androidx.lifecycle.ViewModelProvider: androidx.lifecycle.ViewModelStore mViewModelStore -androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy -androidx.viewpager.R$styleable: int GradientColor_android_centerX -wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: void setNumberString(java.lang.String) -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_DialogWindowTitle_AppCompat -okhttp3.internal.http.RealInterceptorChain: okhttp3.Request request -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode -com.google.android.material.textfield.TextInputLayout: void setHelperTextColor(android.content.res.ColorStateList) -com.google.android.material.R$attr: int errorIconDrawable -com.bumptech.glide.integration.okhttp.R$dimen: int notification_main_column_padding_top -wangdaye.com.geometricweather.R$anim: int fragment_fade_enter -androidx.preference.R$styleable: int AppCompatTheme_colorSwitchThumbNormal -com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver: java.lang.String c -com.google.android.material.R$styleable: int MaterialCardView_cardForegroundColor -cyanogenmod.weather.WeatherLocation: WeatherLocation() -com.turingtechnologies.materialscrollbar.R$bool: int abc_allow_stacked_button_bar -james.adaptiveicon.R$dimen: int notification_content_margin_start -james.adaptiveicon.R$color: int switch_thumb_material_light -cyanogenmod.power.PerformanceManager: boolean checkService() -io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_SearchResult_Title -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: java.lang.String accuracy -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_goneMarginEnd -okhttp3.Cache$Entry: java.lang.String requestMethod -okhttp3.internal.cache.CacheStrategy$Factory: java.lang.String lastModifiedString -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_android_fontStyle -io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy BUFFER -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: java.lang.String messageShort -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setAppOverlay(java.lang.String,java.lang.String) -androidx.lifecycle.Lifecycle: void removeObserver(androidx.lifecycle.LifecycleObserver) -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeInsetTop -com.jaredrummler.android.colorpicker.R$attr: int actionLayout -com.xw.repo.bubbleseekbar.R$style: int Base_AlertDialog_AppCompat_Light -androidx.preference.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_0 -com.google.android.material.R$style: int Theme_AppCompat_Dialog -com.tencent.bugly.proguard.j: java.lang.String b -com.amap.api.location.AMapLocation: java.lang.String B -james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 -androidx.constraintlayout.widget.R$styleable: int[] StateListDrawable -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_updateProfile -androidx.viewpager.R$dimen: int notification_small_icon_size_as_large -com.tencent.bugly.crashreport.common.info.AppInfo: android.app.ActivityManager a -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_editTextBackground -androidx.dynamicanimation.R$drawable: int notify_panel_notification_icon_bg -wangdaye.com.geometricweather.settings.activities.PreviewIconActivity -okio.HashingSink: okio.HashingSink hmacSha1(okio.Sink,okio.ByteString) -cyanogenmod.providers.CMSettings$InclusiveIntegerRangeValidator: CMSettings$InclusiveIntegerRangeValidator(int,int) -com.google.android.material.R$attr: int behavior_saveFlags -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void emit() -wangdaye.com.geometricweather.R$id: int item_about_translator_subtitle -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_verticalStyle -okio.AsyncTimeout$2: void close() -com.bumptech.glide.R$styleable: int FontFamilyFont_fontWeight -wangdaye.com.geometricweather.R$id: int widget_week_card -androidx.constraintlayout.widget.R$id: int time -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: ObservableWindowBoundarySupplier$WindowBoundaryMainObserver(io.reactivex.Observer,int,java.util.concurrent.Callable) -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_show_thumb_text -wangdaye.com.geometricweather.R$attr: int chipIconTint -com.google.android.material.R$dimen: int mtrl_calendar_month_horizontal_padding -androidx.hilt.lifecycle.R$id: int blocking -cyanogenmod.app.CustomTile$GridExpandedStyle: CustomTile$GridExpandedStyle() -com.tencent.bugly.crashreport.crash.a: a() -androidx.appcompat.R$layout: int abc_list_menu_item_checkbox -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: java.lang.String DESCRIPTOR -okhttp3.MultipartBody$Part: okhttp3.MultipartBody$Part create(okhttp3.Headers,okhttp3.RequestBody) -cyanogenmod.app.ICustomTileListener$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -androidx.constraintlayout.widget.R$layout: int select_dialog_singlechoice_material -cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_isSubActive -android.didikee.donate.R$anim: int abc_slide_in_top -com.google.android.material.transformation.FabTransformationSheetBehavior -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Display2 -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_dd -okio.BufferedSource: void skip(long) -retrofit2.KotlinExtensions$suspendAndThrow$$inlined$suspendCoroutineUninterceptedOrReturn$lambda$1: KotlinExtensions$suspendAndThrow$$inlined$suspendCoroutineUninterceptedOrReturn$lambda$1(kotlin.coroutines.Continuation,java.lang.Exception) -com.tencent.bugly.BuglyStrategy$a: int MAX_USERDATA_KEY_LENGTH -com.tencent.bugly.crashreport.common.info.PlugInBean: java.lang.String c -wangdaye.com.geometricweather.R$attr: int bsb_show_section_text -com.google.android.material.R$styleable: int Layout_android_layout_marginEnd -io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$drawable: int weather_clear_day_mini_xml -com.google.android.material.R$drawable: int material_ic_keyboard_arrow_next_black_24dp -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_goneMarginBottom -com.google.android.material.R$styleable: int Chip_checkedIconVisible -io.reactivex.Observable: io.reactivex.Observable take(long) -com.tencent.bugly.crashreport.common.info.a: void a(boolean) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_PopupMenu_ContextMenu -com.google.android.material.R$style: int Widget_AppCompat_ButtonBar_AlertDialog -com.google.android.material.progressindicator.ProgressIndicator: android.graphics.drawable.Drawable getProgressDrawable() -wangdaye.com.geometricweather.R$style: int Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day -cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_TITLE -androidx.dynamicanimation.R$style: int Widget_Compat_NotificationActionContainer -androidx.appcompat.R$drawable: int notification_tile_bg -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_19 -wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.Integer index -androidx.constraintlayout.widget.R$attr: int textColorSearchUrl -wangdaye.com.geometricweather.R$drawable: int abc_ic_menu_overflow_material -com.google.android.material.slider.Slider: void setValue(float) -com.turingtechnologies.materialscrollbar.R$attr: int tabIndicatorHeight -androidx.appcompat.R$styleable: int AlertDialog_showTitle -james.adaptiveicon.R$styleable: int Toolbar_contentInsetEnd -androidx.appcompat.R$drawable: int tooltip_frame_dark -wangdaye.com.geometricweather.R$drawable: int weather_hail_mini_grey -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableStartCompat -wangdaye.com.geometricweather.R$attr: int fabSize -james.adaptiveicon.R$styleable: int FontFamilyFont_font -io.reactivex.internal.observers.DeferredScalarDisposable: boolean isDisposed() -retrofit2.ParameterHandler$Path: java.lang.String name -wangdaye.com.geometricweather.R$attr: int placeholderTextAppearance -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 -io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: long serialVersionUID -com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_LOCATION_PERMISSION -james.adaptiveicon.R$style: int Widget_AppCompat_ActionBar_TabView -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property DewPoint -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind -com.tencent.bugly.crashreport.crash.anr.b: boolean e() -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: long getTime() -wangdaye.com.geometricweather.R$string: int feedback_click_to_get_more -wangdaye.com.geometricweather.R$string: int widget_clock_day_week -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getNotificationGroup -wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderTitle -androidx.appcompat.R$attr: int dividerHorizontal -io.reactivex.disposables.RunnableDisposable: void onDisposed(java.lang.Object) -androidx.hilt.lifecycle.R$styleable: int Fragment_android_tag -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure -android.didikee.donate.R$dimen: int hint_pressed_alpha_material_dark -android.didikee.donate.R$styleable: int ActionBar_itemPadding -com.google.android.material.internal.NavigationMenuView: NavigationMenuView(android.content.Context) -com.google.android.material.slider.Slider: float getThumbStrokeWidth() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25 -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Small_Inverse -wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayDetailsProvider -androidx.appcompat.R$id: int expanded_menu -james.adaptiveicon.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeIcePrecipitation -wangdaye.com.geometricweather.R$drawable: int abc_text_select_handle_left_mtrl_dark -androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_marginStart -cyanogenmod.app.ThemeVersion -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: long serialVersionUID -androidx.lifecycle.extensions.R$dimen: int compat_control_corner_material -androidx.hilt.R$id: int accessibility_custom_action_24 -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.AirQuality airQuality -com.google.android.material.R$dimen: int abc_text_size_caption_material -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_skipCollapsed -okhttp3.internal.http2.Huffman$Node: int terminalBits -androidx.recyclerview.R$dimen: int notification_top_pad_large_text -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: ObservableTakeLastTimed$TakeLastTimedObserver(io.reactivex.Observer,long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,int,boolean) -androidx.hilt.lifecycle.R$styleable: int[] FragmentContainerView -wangdaye.com.geometricweather.R$string: int week_2 -com.turingtechnologies.materialscrollbar.R$drawable: int avd_hide_password -okhttp3.CipherSuite$1: int compare(java.lang.String,java.lang.String) -james.adaptiveicon.R$styleable: int DrawerArrowToggle_thickness -wangdaye.com.geometricweather.R$id: int item_details -okio.Okio: okio.Sink sink(java.io.File) -androidx.transition.R$id: int notification_background -wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderSelection -cyanogenmod.profiles.StreamSettings: StreamSettings(android.os.Parcel) -androidx.appcompat.R$attr: int state_above_anchor -cyanogenmod.weatherservice.IWeatherProviderService: void cancelRequest(int) -wangdaye.com.geometricweather.R$styleable: int[] MaterialAutoCompleteTextView -androidx.preference.R$color: int abc_primary_text_material_dark -wangdaye.com.geometricweather.R$id: int notification_big_week_3 -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setSensorEnable(boolean) -wangdaye.com.geometricweather.R$id: int event -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments: long endTime -com.turingtechnologies.materialscrollbar.R$attr: int behavior_fitToContents -com.google.android.material.floatingactionbutton.FloatingActionButton: void setVisibility(int) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless -cyanogenmod.app.StatusBarPanelCustomTile$1: StatusBarPanelCustomTile$1() -com.tencent.bugly.crashreport.crash.CrashDetailBean: long E -io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: void dispose() -com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_Solid -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleGravity -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceSmallPopupMenu -androidx.appcompat.widget.ViewStubCompat: void setOnInflateListener(androidx.appcompat.widget.ViewStubCompat$OnInflateListener) -okhttp3.internal.http2.Http2Codec: java.lang.String TE -wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_ttcIndex -com.turingtechnologies.materialscrollbar.R$attr: int windowFixedHeightMinor -android.didikee.donate.R$drawable: int abc_ic_go_search_api_material -androidx.constraintlayout.widget.R$dimen: int tooltip_margin -com.turingtechnologies.materialscrollbar.R$attr: int layout_scrollInterpolator -okhttp3.internal.http2.Huffman: void buildTree() -wangdaye.com.geometricweather.R$attr: int layout_constraintRight_toRightOf -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float snow -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_titleTextStyle -com.jaredrummler.android.colorpicker.R$attr: int showSeekBarValue -okhttp3.internal.platform.AndroidPlatform: boolean supportsAlpn() -android.didikee.donate.R$layout: int select_dialog_singlechoice_material -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: int unitArrayIndex -okhttp3.FormBody: long contentLength() -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: long serialVersionUID -androidx.preference.R$style: int Widget_AppCompat_ActionMode -com.xw.repo.bubbleseekbar.R$dimen: int abc_disabled_alpha_material_light -androidx.appcompat.widget.SwitchCompat: void setSplitTrack(boolean) -androidx.preference.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_toRightOf -okhttp3.CertificatePinner$Pin: java.lang.String canonicalHostname -androidx.viewpager.R$layout: int notification_template_icon_group -com.turingtechnologies.materialscrollbar.R$color: int primary_material_light -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_android_windowAnimationStyle -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeShareDrawable -okhttp3.internal.ws.WebSocketWriter: okhttp3.internal.ws.WebSocketWriter$FrameSink frameSink -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_menu_overflow_material -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse -androidx.vectordrawable.animated.R$id: int text -com.google.android.material.R$styleable: int ConstraintSet_flow_firstVerticalBias -androidx.preference.R$style: int Base_V7_Widget_AppCompat_Toolbar -com.google.android.material.R$attr: int drawableSize -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_contentDescription -com.jaredrummler.android.colorpicker.R$styleable: int[] ActionMode -cyanogenmod.weather.WeatherInfo: java.util.List access$1102(cyanogenmod.weather.WeatherInfo,java.util.List) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen: java.lang.String Type -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Display2 -wangdaye.com.geometricweather.R$drawable: int weather_wind_pixel -okio.ByteString: int lastIndexOf(byte[],int) -cyanogenmod.app.CustomTile$ExpandedStyle$1: cyanogenmod.app.CustomTile$ExpandedStyle[] newArray(int) -cyanogenmod.themes.IThemeChangeListener: void onFinish(boolean) -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: float getStrokeAlpha() -com.google.android.material.internal.NavigationMenuItemView: void setIconPadding(int) -android.didikee.donate.R$color: int primary_text_disabled_material_dark -cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator sAlwaysTrueValidator -com.google.android.material.R$drawable: int abc_cab_background_internal_bg -io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable -okhttp3.CacheControl: boolean onlyIfCached() -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: io.reactivex.internal.operators.observable.ObservableZip$ZipObserver[] observers -wangdaye.com.geometricweather.R$attr: int chipGroupStyle -okio.Buffer: boolean equals(java.lang.Object) -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: boolean active -com.google.android.material.R$styleable: int TextInputLayout_boxCornerRadiusBottomStart -com.google.android.material.appbar.AppBarLayout: int getLiftOnScrollTargetViewId() -android.didikee.donate.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable -james.adaptiveicon.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow -androidx.work.R$dimen: int notification_action_icon_size -com.google.android.material.R$attr: int autoSizeMaxTextSize -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: void dispose() -retrofit2.SkipCallbackExecutorImpl: boolean equals(java.lang.Object) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getCo() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_66 -com.google.android.material.R$styleable: int MenuView_android_headerBackground -androidx.constraintlayout.widget.R$dimen: int abc_text_size_display_3_material -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView: DoubleHistogramView(android.content.Context) -retrofit2.RequestBuilder: boolean hasBody -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: ExternalViewProviderService$Provider$ProviderImpl$7(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl,int,int,int,int,boolean,android.graphics.Rect) -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_1 -wangdaye.com.geometricweather.R$attr: int dragThreshold -okhttp3.internal.http.HttpDate$1: HttpDate$1() -androidx.appcompat.R$style: int Widget_AppCompat_Light_SearchView -com.google.android.gms.signin.internal.zab: android.os.Parcelable$Creator CREATOR -cyanogenmod.weather.ICMWeatherManager$Stub: int TRANSACTION_unregisterWeatherServiceProviderChangeListener -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean requestDismissAndStartActivity(android.content.Intent) -androidx.constraintlayout.widget.R$styleable: int KeyTrigger_triggerReceiver -androidx.preference.R$color: int switch_thumb_material_light -okhttp3.internal.cache2.Relay: okhttp3.internal.cache2.Relay read(java.io.File) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial Imperial -com.google.android.material.R$styleable: int Toolbar_contentInsetStart -wangdaye.com.geometricweather.R$string: int settings_title_exchange_day_night_temp_switch -com.google.android.material.R$string: int character_counter_content_description -wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setWeatherSource(java.lang.String) -okhttp3.internal.platform.JdkWithJettyBootPlatform$JettyNegoProvider: boolean unsupported -wangdaye.com.geometricweather.R$styleable: int CardView_contentPaddingLeft -wangdaye.com.geometricweather.R$attr: int cornerFamilyBottomRight -android.didikee.donate.R$attr: int editTextBackground -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String DATE_CREATED -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_weight -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_title_baseline_to_top -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Button_Borderless_Colored -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_16 -androidx.appcompat.R$attr: int actionModeSelectAllDrawable -androidx.appcompat.widget.Toolbar: java.lang.CharSequence getTitle() -com.tencent.bugly.proguard.p: boolean b(com.tencent.bugly.proguard.r) -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void emit() -com.google.android.material.internal.ParcelableSparseIntArray -com.loc.k -androidx.preference.R$color: int bright_foreground_disabled_material_dark -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric: java.lang.String Unit -androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type valueOf(java.lang.String) -james.adaptiveicon.R$color: int abc_background_cache_hint_selector_material_dark -androidx.recyclerview.R$id: int accessibility_custom_action_4 -com.tencent.bugly.crashreport.biz.b: boolean b -com.google.android.material.R$styleable: int ViewStubCompat_android_inflatedId -io.reactivex.Observable: io.reactivex.Flowable toFlowable(io.reactivex.BackpressureStrategy) -cyanogenmod.externalviews.ExternalView$1: cyanogenmod.externalviews.ExternalView this$0 -androidx.hilt.lifecycle.R$styleable: int FontFamily_fontProviderCerts -wangdaye.com.geometricweather.R$drawable: int notif_temp_7 -androidx.appcompat.R$layout: int abc_expanded_menu_layout -cyanogenmod.weather.WeatherLocation: WeatherLocation(android.os.Parcel) -androidx.constraintlayout.widget.R$color: int primary_text_default_material_dark -okhttp3.WebSocketListener: void onClosing(okhttp3.WebSocket,int,java.lang.String) -com.jaredrummler.android.colorpicker.R$attr: int fontProviderCerts -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: java.lang.String getDefenseText() -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_searchViewStyle -com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_layout_keyline -androidx.lifecycle.ReflectiveGenericLifecycleObserver -okhttp3.internal.publicsuffix.PublicSuffixDatabase: byte[] WILDCARD_LABEL -cyanogenmod.weatherservice.ServiceRequestResult: java.util.List getLocationLookupList() -io.reactivex.internal.util.VolatileSizeArrayList: VolatileSizeArrayList() -james.adaptiveicon.R$style: int Base_Animation_AppCompat_Tooltip -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_medium_material -wangdaye.com.geometricweather.R$id: int activity_widget_config_blackTextSpinner -james.adaptiveicon.R$styleable: int ColorStateListItem_android_alpha -android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionBar_TabView -wangdaye.com.geometricweather.R$id: int notification_main_column -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem -androidx.coordinatorlayout.R$style: int TextAppearance_Compat_Notification_Line2 -androidx.constraintlayout.widget.R$attr: int spinnerStyle -androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_HOME_DOUBLE_TAP_ACTION_VALIDATOR -wangdaye.com.geometricweather.R$drawable: int shortcuts_haze -com.google.android.material.transformation.TransformationChildCard: TransformationChildCard(android.content.Context) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean -wangdaye.com.geometricweather.R$color: int design_bottom_navigation_shadow_color -androidx.swiperefreshlayout.widget.SwipeRefreshLayout$SavedState: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeCopyDrawable -cyanogenmod.providers.DataUsageContract: java.lang.String SLOW_SAMPLES -com.bumptech.glide.integration.okhttp.R$drawable: int notification_bg_normal -wangdaye.com.geometricweather.R$string: int week_4 -wangdaye.com.geometricweather.R$string: int tag_wind -com.tencent.bugly.crashreport.crash.d: com.tencent.bugly.crashreport.crash.d a -com.tencent.bugly.crashreport.common.info.a: java.lang.Object ay -com.jaredrummler.android.colorpicker.R$string: int cpv_presets -io.reactivex.Observable: io.reactivex.Observable sample(long,java.util.concurrent.TimeUnit,boolean) -androidx.hilt.lifecycle.R$id: int info -cyanogenmod.providers.WeatherContract$WeatherColumns: android.net.Uri CURRENT_WEATHER_URI -androidx.coordinatorlayout.R$id: int accessibility_custom_action_6 -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_iconifiedByDefault -androidx.preference.R$layout: int abc_list_menu_item_radio -androidx.appcompat.widget.SwitchCompat: boolean getTargetCheckedState() -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_touch_to_seek -com.xw.repo.bubbleseekbar.R$attr: int ratingBarStyleSmall -com.google.android.material.R$animator: int mtrl_btn_unelevated_state_list_anim -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Tooltip -okhttp3.Cookie: java.lang.String path() -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_verticalGap -james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft -okhttp3.HttpUrl: int querySize() -com.google.android.material.slider.BaseSlider: void removeOnSliderTouchListener(com.google.android.material.slider.BaseOnSliderTouchListener) -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: java.util.concurrent.atomic.AtomicBoolean stopWindows -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowActionModeOverlay -wangdaye.com.geometricweather.R$string: int feedback_live_wallpaper_day_night_type -androidx.appcompat.R$id: int tabMode -androidx.appcompat.widget.SearchView: void setOnSearchClickListener(android.view.View$OnClickListener) -androidx.appcompat.R$styleable: int ViewStubCompat_android_id -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: int getSubTextColorResId() -com.xw.repo.bubbleseekbar.R$attr: int windowFixedHeightMajor -okhttp3.MultipartBody -com.google.android.material.chip.Chip: void setShowMotionSpec(com.google.android.material.animation.MotionSpec) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: void setTo(java.lang.String) -com.google.android.material.R$styleable: int Constraint_layout_goneMarginRight -cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_shutdown -io.reactivex.Observable: io.reactivex.Observable debounce(long,java.util.concurrent.TimeUnit) -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$RainForecast -com.jaredrummler.android.colorpicker.R$style: int Base_V22_Theme_AppCompat -okio.Buffer: okio.BufferedSink writeLongLe(long) -androidx.constraintlayout.utils.widget.ImageFilterButton: void setRoundPercent(float) -androidx.lifecycle.AbstractSavedStateViewModelFactory: void onRequery(androidx.lifecycle.ViewModel) -com.baidu.location.indoor.mapversion.c.a$d: void a(java.lang.String) -wangdaye.com.geometricweather.R$string: int abc_menu_ctrl_shortcut_label -androidx.hilt.lifecycle.R$integer: R$integer() -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getPm10() -com.google.android.material.R$style: int Widget_MaterialComponents_Toolbar_Surface -wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle MATERIAL -android.didikee.donate.R$color: int abc_primary_text_disable_only_material_light -com.amap.api.location.AMapLocation: void setLongitude(double) -com.jaredrummler.android.colorpicker.R$color: int background_material_light -androidx.constraintlayout.widget.R$styleable: int Layout_layout_editor_absoluteX -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: boolean cancelled -com.tencent.bugly.crashreport.crash.jni.a: a(android.content.Context,com.tencent.bugly.crashreport.common.info.a,com.tencent.bugly.crashreport.crash.b,com.tencent.bugly.crashreport.common.strategy.a) -androidx.preference.R$id: int action_container -wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_label_padding -androidx.viewpager2.R$id: int icon_group -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_PopupMenu_Overflow -wangdaye.com.geometricweather.R$attr: int tint -okio.Buffer: long indexOfElement(okio.ByteString) -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_rtl -androidx.coordinatorlayout.R$styleable: int FontFamily_fontProviderAuthority -wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_maxActionInlineWidth -james.adaptiveicon.R$color: int abc_tint_btn_checkable -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_132 -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setCityId(java.lang.String) -com.jaredrummler.android.colorpicker.R$color -wangdaye.com.geometricweather.R$styleable: int MaterialTextAppearance_android_lineHeight -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Imperial Imperial -com.turingtechnologies.materialscrollbar.R$attr: int tabGravity -androidx.appcompat.widget.AppCompatCheckedTextView: AppCompatCheckedTextView(android.content.Context,android.util.AttributeSet) -com.amap.api.fence.PoiItem: void setProvince(java.lang.String) -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionButton_Overflow -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Display4 -androidx.hilt.work.R$id: int accessibility_custom_action_0 -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property PublishDate -androidx.loader.R$drawable: int notification_bg_low -cyanogenmod.app.BaseLiveLockManagerService: android.os.IBinder mService -com.bumptech.glide.R$attr: int fontVariationSettings -androidx.customview.R$style: int Widget_Compat_NotificationActionText -okio.RealBufferedSink: void close() -androidx.preference.R$dimen: int notification_action_text_size -com.jaredrummler.android.colorpicker.R$color: int dim_foreground_material_light -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Rain Rain -androidx.preference.R$id: int forever -androidx.swiperefreshlayout.R$id: int forever -com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents -wangdaye.com.geometricweather.R$color: int abc_hint_foreground_material_dark -cyanogenmod.providers.CMSettings$Global: java.lang.String getStringForUser(android.content.ContentResolver,java.lang.String,int) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String uvDescription -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeTotalPrecipitationProbability -okio.Pipe$PipeSource: void close() -wangdaye.com.geometricweather.R$drawable: int notif_temp_70 -android.didikee.donate.R$style: int Base_Theme_AppCompat_Dialog_FixedSize -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.lang.Integer LEFT_VALUE -wangdaye.com.geometricweather.R$styleable: int RecyclerView_android_descendantFocusability -wangdaye.com.geometricweather.R$id: int chronometer -io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy MISSING -okhttp3.internal.cache.DiskLruCache: java.io.File journalFileBackup -com.google.android.material.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setTotalPrecipitation(java.lang.Float) -androidx.constraintlayout.widget.R$anim: int abc_shrink_fade_out_from_bottom -wangdaye.com.geometricweather.R$attr: int bsb_always_show_bubble -wangdaye.com.geometricweather.R$integer: int bottom_sheet_slide_duration -androidx.preference.R$styleable: int MenuGroup_android_checkableBehavior -androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Imperial: java.lang.String Unit -retrofit2.HttpServiceMethod$SuspendForBody: HttpServiceMethod$SuspendForBody(retrofit2.RequestFactory,okhttp3.Call$Factory,retrofit2.Converter,retrofit2.CallAdapter,boolean) -cyanogenmod.providers.CMSettings$Secure: java.lang.String ADVANCED_REBOOT -androidx.hilt.lifecycle.R$drawable: int notification_bg -wangdaye.com.geometricweather.R$styleable: int[] KeyCycle -androidx.core.widget.NestedScrollView: float getTopFadingEdgeStrength() -androidx.hilt.work.R$id: int accessibility_custom_action_15 -androidx.appcompat.R$styleable: int[] ColorStateListItem -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_counterOverflowTextColor -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_useCompatPadding -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Dialog_Alert -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle -cyanogenmod.app.Profile$ProfileTrigger: int describeContents() -james.adaptiveicon.R$id: int right_icon -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle -androidx.appcompat.R$drawable: int abc_btn_check_to_on_mtrl_015 -com.google.android.material.R$styleable: int Motion_animate_relativeTo -okio.Buffer: void readFully(byte[]) -wangdaye.com.geometricweather.R$drawable: int notif_temp_27 -com.amap.api.fence.GeoFence: int STATUS_STAYED -androidx.work.impl.foreground.SystemForegroundService: SystemForegroundService() -wangdaye.com.geometricweather.R$attr: int customFloatValue -com.google.android.material.bottomnavigation.BottomNavigationView$SavedState: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionMode -io.reactivex.Observable: io.reactivex.Observable concatMapEager(io.reactivex.functions.Function,int,int) -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: io.reactivex.functions.Function rightEnd -james.adaptiveicon.R$style: int Widget_AppCompat_Toolbar_Button_Navigation -wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: int getChartBottom() -androidx.preference.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle -james.adaptiveicon.R$layout: int abc_action_mode_close_item_material -com.google.android.material.R$attr: int windowNoTitle -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemIconPadding -com.google.gson.JsonParseException -okhttp3.FormBody: java.lang.String encodedValue(int) -com.turingtechnologies.materialscrollbar.R$id: int parentPanel -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: boolean isLeft -androidx.constraintlayout.widget.Group: void setElevation(float) -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse -androidx.lifecycle.extensions.R$styleable: int FontFamily_fontProviderAuthority -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse -okhttp3.internal.connection.RealConnection: int allocationLimit -com.xw.repo.bubbleseekbar.R$styleable: int Spinner_android_popupBackground -io.reactivex.Observable: io.reactivex.Observable buffer(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -androidx.appcompat.R$color: R$color() -io.reactivex.internal.util.EmptyComponent: org.reactivestreams.Subscriber asSubscriber() -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getTreeLevel() -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void innerError(io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver,java.lang.Throwable) -retrofit2.HttpServiceMethod -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial: AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial() -com.turingtechnologies.materialscrollbar.R$integer: int show_password_duration -androidx.hilt.lifecycle.R$id: int forever -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_105 -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ListView -wangdaye.com.geometricweather.R$color: int mtrl_tabs_legacy_text_color_selector -androidx.appcompat.R$dimen: int notification_content_margin_start -org.greenrobot.greendao.AbstractDaoSession: java.lang.Object callInTxNoException(java.util.concurrent.Callable) -com.google.android.material.R$styleable: int BottomNavigationView_itemRippleColor -okhttp3.ConnectionPool: int connectionCount() -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void innerError(io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver,java.lang.Throwable) -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light_NoActionBar -wangdaye.com.geometricweather.R$id: int notification_multi_city_icon_2 -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilitySnow -androidx.constraintlayout.widget.R$color: int androidx_core_ripple_material_light -com.google.android.gms.location.zzo -androidx.preference.R$id: int accessibility_custom_action_14 -wangdaye.com.geometricweather.R$styleable: int TextAppearance_textAllCaps -android.didikee.donate.R$style: int Widget_AppCompat_ActionButton_Overflow -com.google.android.material.R$attr: int thickness -androidx.preference.R$attr: int subtitle -androidx.constraintlayout.widget.R$dimen: int abc_button_padding_horizontal_material -androidx.preference.R$styleable: int Fragment_android_id -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity -androidx.swiperefreshlayout.R$drawable: int notification_bg_normal_pressed -cyanogenmod.providers.DataUsageContract: java.lang.String[] PROJECTION_ALL -io.reactivex.Observable: io.reactivex.Single isEmpty() -com.google.android.gms.common.server.response.SafeParcelResponse: android.os.Parcelable$Creator CREATOR -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: io.reactivex.functions.Action onFinally -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: long EpochRise -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: java.util.concurrent.atomic.AtomicReference upstream -com.google.android.material.slider.BaseSlider: void setTickTintList(android.content.res.ColorStateList) -androidx.constraintlayout.utils.widget.ImageFilterView: void setRound(float) -wangdaye.com.geometricweather.R$drawable: int widget_clock_day_vertical -cyanogenmod.app.Profile: cyanogenmod.profiles.AirplaneModeSettings mAirplaneMode -androidx.appcompat.resources.R$styleable: int GradientColor_android_startColor -androidx.hilt.work.R$anim: int fragment_open_exit -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHeight_max -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIconTint -wangdaye.com.geometricweather.R$attr: int expanded -com.xw.repo.bubbleseekbar.R$color: int abc_hint_foreground_material_light -androidx.vectordrawable.R$styleable: int GradientColor_android_type -wangdaye.com.geometricweather.R$attr: R$attr() -com.jaredrummler.android.colorpicker.R$attr: int persistent -wangdaye.com.geometricweather.R$attr: int subtitle -com.google.android.material.R$dimen: int abc_text_size_display_1_material -james.adaptiveicon.R$anim: int abc_slide_in_bottom -androidx.preference.R$dimen: int abc_dialog_fixed_height_major -com.google.android.material.R$styleable: int Chip_android_checkable -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_Switch -android.didikee.donate.R$styleable: int AppCompatTextHelper_android_drawableStart -com.google.android.material.R$styleable: int BottomAppBar_fabCradleMargin -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_pivotY -okhttp3.internal.http.HttpHeaders -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.lang.String EnglishName -wangdaye.com.geometricweather.R$attr: int windowFixedWidthMajor -wangdaye.com.geometricweather.R$drawable: int notification_tile_bg -androidx.appcompat.app.AppCompatActivity: AppCompatActivity() -androidx.constraintlayout.widget.R$styleable: int Toolbar_logo -cyanogenmod.externalviews.KeyguardExternalView: android.os.IBinder access$200(cyanogenmod.externalviews.KeyguardExternalView) -james.adaptiveicon.R$drawable: int abc_dialog_material_background -com.google.android.material.R$styleable: int KeyTimeCycle_android_elevation -com.turingtechnologies.materialscrollbar.R$styleable: int ViewBackgroundHelper_android_background -wangdaye.com.geometricweather.R$style: int Platform_MaterialComponents -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_android_textOn -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_APP_SWITCH_LONG_PRESS_ACTION_VALIDATOR -io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: void onNext(java.lang.Object) -androidx.appcompat.R$attr: int initialActivityCount -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Snow Snow -retrofit2.RequestFactory$Builder: boolean gotQuery -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_25 -io.reactivex.internal.schedulers.ScheduledRunnable: int PARENT_INDEX -androidx.constraintlayout.widget.R$attr: int layout_goneMarginStart -androidx.lifecycle.extensions.R$integer: R$integer() -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: io.reactivex.disposables.Disposable upstream -okhttp3.internal.http2.Http2Stream$FramingSink -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: float getSpeed(float) -wangdaye.com.geometricweather.R$attr: int cpv_startAngle -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningMaxCountItems -james.adaptiveicon.R$styleable: int AppCompatTheme_windowMinWidthMinor -wangdaye.com.geometricweather.R$layout: int activity_allergen -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_elevation -okio.Buffer$2: int read(byte[],int,int) -okhttp3.internal.connection.StreamAllocation: okhttp3.ConnectionPool connectionPool -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability precipitationProbability -okhttp3.Cookie$Builder: okhttp3.Cookie$Builder domain(java.lang.String,boolean) -android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionBar_Solid -androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_fontWeight -androidx.dynamicanimation.R$styleable: int GradientColor_android_startX -androidx.preference.R$color: int notification_icon_bg_color -com.jaredrummler.android.colorpicker.R$drawable: int abc_textfield_activated_mtrl_alpha -androidx.appcompat.R$id: int accessibility_custom_action_11 -androidx.preference.R$id: int wrap_content -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver -androidx.hilt.lifecycle.R$attr: int fontProviderAuthority -com.google.android.material.R$styleable: int KeyTrigger_motion_postLayoutCollision -androidx.appcompat.resources.R$id: int notification_background -com.turingtechnologies.materialscrollbar.R$style: int AlertDialog_AppCompat_Light -com.google.android.material.chip.ChipGroup: ChipGroup(android.content.Context) -androidx.legacy.coreutils.R$id: int actions -retrofit2.DefaultCallAdapterFactory$1: java.lang.reflect.Type responseType() -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void innerError(java.lang.Throwable) -cyanogenmod.app.suggest.ApplicationSuggestion: android.net.Uri getThumbailUri() -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub$Proxy: java.lang.String getInterfaceDescriptor() -wangdaye.com.geometricweather.R$string: int common_google_play_services_unsupported_text -james.adaptiveicon.R$id: int action_menu_divider -okhttp3.internal.http2.Header: okio.ByteString TARGET_SCHEME -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void innerError(java.lang.Throwable) -com.google.android.material.R$styleable: int Layout_android_layout_marginLeft -cyanogenmod.app.IProfileManager: boolean profileExistsByName(java.lang.String) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeTotalPrecipitationDuration() -com.tencent.bugly.proguard.p -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_title_3 -com.google.android.material.R$styleable: int[] ChipGroup -com.google.android.material.R$styleable: int Layout_android_layout_marginRight -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation: wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation RIGHT -com.google.android.material.button.MaterialButton: int getInsetTop() -androidx.constraintlayout.widget.R$attr: int homeAsUpIndicator -com.tencent.bugly.crashreport.crash.anr.TraceFileHelper$a -okhttp3.Route: okhttp3.Address address() -androidx.preference.R$styleable: int Fragment_android_tag -androidx.appcompat.R$styleable: int MenuItem_iconTint -android.didikee.donate.R$styleable: int TextAppearance_fontVariationSettings -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_android_inputType -io.reactivex.internal.subscribers.DeferredScalarSubscriber: void onSubscribe(org.reactivestreams.Subscription) -wangdaye.com.geometricweather.R$transition: int search_activity_shared_return -wangdaye.com.geometricweather.db.entities.DailyEntity: DailyEntity() -com.google.android.material.R$attr -androidx.constraintlayout.widget.R$attr: int applyMotionScene -cyanogenmod.app.Profile: cyanogenmod.profiles.AirplaneModeSettings getAirplaneMode() -okhttp3.internal.connection.RouteSelector: okhttp3.internal.connection.RouteSelector$Selection next() -okhttp3.internal.ws.WebSocketProtocol: long PAYLOAD_SHORT_MAX -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_iconTint -androidx.viewpager.widget.ViewPager: void setPageMarginDrawable(int) -androidx.appcompat.widget.AppCompatSpinner: void setPopupBackgroundDrawable(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.R$string: int mtrl_picker_day_of_week_column_header -com.google.android.material.appbar.AppBarLayout: int getTopInset() -cyanogenmod.externalviews.ExternalView$2: boolean val$visible -okio.BufferedSource: okio.ByteString readByteString() -com.turingtechnologies.materialscrollbar.R$attr: int layout_keyline -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionMode_Inverse -androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPreStopped(android.app.Activity) -androidx.coordinatorlayout.widget.CoordinatorLayout: void setVisibility(int) -okhttp3.WebSocket: okhttp3.Request request() -com.jaredrummler.android.colorpicker.R$attr: int fastScrollVerticalThumbDrawable -cyanogenmod.externalviews.IKeyguardExternalViewProvider: void registerCallback(cyanogenmod.externalviews.IKeyguardExternalViewCallbacks) -com.google.android.material.R$style: int TestStyleWithoutLineHeight -james.adaptiveicon.R$style: int Base_Widget_AppCompat_RatingBar_Small -com.xw.repo.bubbleseekbar.R$color: int abc_tint_default -com.google.android.material.R$styleable: int Toolbar_titleMargin -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_titleCondensed -com.google.android.material.R$styleable: int Toolbar_titleMarginEnd -androidx.hilt.R$id: int accessibility_custom_action_17 -okhttp3.internal.cache.CacheStrategy$Factory: long computeFreshnessLifetime() -androidx.drawerlayout.widget.DrawerLayout -com.xw.repo.bubbleseekbar.R$color: int tooltip_background_light -com.xw.repo.bubbleseekbar.R$style: int Base_V28_Theme_AppCompat_Light -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: long serialVersionUID -androidx.coordinatorlayout.widget.CoordinatorLayout: int getSuggestedMinimumHeight() -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_subtitle_bottom_margin_material -com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_layout_behavior -wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: void setTextColor(int) -io.reactivex.Observable: io.reactivex.Observable buffer(java.util.concurrent.Callable,java.util.concurrent.Callable) -wangdaye.com.geometricweather.R$attr: int layout_constraintEnd_toEndOf -com.google.android.material.R$attr: int customStringValue -com.github.rahatarmanahmed.cpv.R$dimen: int cpv_default_thickness -androidx.appcompat.R$string: int abc_action_bar_home_description -androidx.swiperefreshlayout.R$drawable: int notification_bg -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_TextButton -james.adaptiveicon.R$style: int Widget_AppCompat_SearchView -cyanogenmod.weather.WeatherInfo$DayForecast: int hashCode() -cyanogenmod.weatherservice.ServiceRequestResult: android.os.Parcelable$Creator CREATOR -cyanogenmod.weather.WeatherInfo$DayForecast$Builder: double mHigh -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: java.util.concurrent.atomic.AtomicReference inner -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Body2 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX wind -io.reactivex.Observable: io.reactivex.Observable switchOnNext(io.reactivex.ObservableSource,int) -wangdaye.com.geometricweather.R$string: int day -androidx.hilt.work.R$styleable: int[] FontFamily -androidx.core.R$style -wangdaye.com.geometricweather.R$attr: int actionBarItemBackground -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: java.lang.Throwable error -com.tencent.bugly.proguard.h: com.tencent.bugly.proguard.h a(long,java.lang.String) -com.xw.repo.bubbleseekbar.R$attr: int thumbTextPadding -james.adaptiveicon.R$styleable: int MenuItem_tooltipText -com.google.android.material.R$drawable: int mtrl_ic_error -com.google.android.material.R$attr: int shrinkMotionSpec -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintLeft_toRightOf -wangdaye.com.geometricweather.R$drawable: int notif_temp_57 -androidx.appcompat.widget.Toolbar: android.graphics.drawable.Drawable getLogo() -org.greenrobot.greendao.database.DatabaseOpenHelper: void onCreate(org.greenrobot.greendao.database.Database) -retrofit2.BuiltInConverters$RequestBodyConverter: BuiltInConverters$RequestBodyConverter() -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_SearchView -wangdaye.com.geometricweather.R$id: int notification_multi_city_text_1 -com.google.android.material.R$attr: int fontProviderFetchStrategy -androidx.legacy.coreutils.R$attr: int fontProviderFetchStrategy -com.tencent.bugly.proguard.b -com.turingtechnologies.materialscrollbar.R$id: int action_mode_bar -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.MinutelyEntity) -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onLockscreenSlideOffsetChanged -androidx.constraintlayout.widget.R$color: int secondary_text_default_material_dark -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_FixedSize -com.google.android.material.R$styleable: int Constraint_flow_wrapMode -android.didikee.donate.R$layout: int abc_screen_simple -androidx.appcompat.R$styleable: int AppCompatTheme_dialogTheme -androidx.lifecycle.ServiceLifecycleDispatcher: void onServicePreSuperOnDestroy() -androidx.work.R$id: int async -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_curveFit -androidx.core.R$styleable: int GradientColor_android_centerX -wangdaye.com.geometricweather.R$id: int wrap_content -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listMenuViewStyle -androidx.constraintlayout.widget.R$drawable: int abc_tab_indicator_mtrl_alpha -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getO3() -wangdaye.com.geometricweather.R$array: int ui_style_values -wangdaye.com.geometricweather.R$layout: int dialog_location_help -com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableCompat_android_dither -com.turingtechnologies.materialscrollbar.R$drawable: int abc_action_bar_item_background_material -com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_fixed_height_minor -android.didikee.donate.R$styleable: int ActionBar_logo -com.google.android.material.textfield.TextInputLayout: int getPlaceholderTextAppearance() -wangdaye.com.geometricweather.R$id: int widget_week_icon_1 -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: int sourceMode -wangdaye.com.geometricweather.R$id: int app_bar -com.google.android.material.R$attr: int cornerSizeTopLeft -okio.RealBufferedSink: okio.BufferedSink writeDecimalLong(long) -com.turingtechnologies.materialscrollbar.R$id: int right_side -wangdaye.com.geometricweather.R$attr: int expandedTitleMarginEnd -james.adaptiveicon.R$attr: int homeLayout -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_letter_spacing -okio.Buffer: okio.BufferedSink writeByte(int) -androidx.fragment.R$attr: int fontVariationSettings -com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_listLayout -com.turingtechnologies.materialscrollbar.R$attr: int defaultQueryHint -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: java.lang.String getSourceName(android.content.Context) -com.jaredrummler.android.colorpicker.R$attr: int closeIcon -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIconEnabled -androidx.constraintlayout.widget.R$attr: int actionBarSize -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_firstVerticalStyle -androidx.appcompat.R$style: int Animation_AppCompat_Tooltip -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_splitTrack -androidx.preference.R$styleable: int AppCompatTheme_actionBarDivider -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_BACKGROUND -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary TemperatureSummary -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorPrimary -androidx.constraintlayout.widget.R$styleable: int Spinner_android_entries -androidx.hilt.work.R$dimen: int notification_large_icon_height -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowFixedHeightMinor -wangdaye.com.geometricweather.R$id: int linear -com.google.android.material.textfield.TextInputLayout: android.graphics.drawable.Drawable getEndIconDrawable() -wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: java.lang.String getPollenText(android.content.Context,java.lang.Integer) -androidx.appcompat.widget.LinearLayoutCompat: int getBaselineAlignedChildIndex() -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_active_item_max_width -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionButton_CloseMode -com.google.android.material.R$style: int Platform_ThemeOverlay_AppCompat -androidx.lifecycle.MediatorLiveData -androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_DayNight_ActionBar -com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_arrowHeadLength -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getWeatherEnd() -androidx.appcompat.R$styleable: int AppCompatTheme_colorError -androidx.appcompat.R$color: int abc_decor_view_status_guard_light -androidx.constraintlayout.widget.R$styleable: int[] StateListDrawableItem -wangdaye.com.geometricweather.R$attr: int horizontalOffset -wangdaye.com.geometricweather.R$dimen: int abc_action_bar_icon_vertical_padding_material -okhttp3.internal.platform.JdkWithJettyBootPlatform -androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_TIMESTAMP -wangdaye.com.geometricweather.R$string: int mtrl_picker_out_of_range -io.reactivex.internal.subscriptions.BasicQueueSubscription: void request(long) -com.turingtechnologies.materialscrollbar.R$dimen: int abc_panel_menu_list_width -cyanogenmod.hardware.IThermalListenerCallback$Stub$Proxy -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored -cyanogenmod.platform.Manifest$permission: java.lang.String BIND_CUSTOM_TILE_LISTENER_SERVICE -cyanogenmod.providers.CMSettings$Global: int getInt(android.content.ContentResolver,java.lang.String) -wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: NumberAnimTextView(android.content.Context) -android.didikee.donate.R$attr: int thumbTintMode -com.google.android.material.R$styleable: int Constraint_layout_constraintVertical_bias -androidx.hilt.lifecycle.R$styleable: int GradientColor_android_centerColor -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd -com.google.android.material.R$styleable: int TabLayout_tabContentStart -androidx.hilt.R$attr -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.util.Date sunriseTime -androidx.activity.R$dimen: int notification_large_icon_height -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeAppearance -james.adaptiveicon.R$layout: int abc_list_menu_item_layout -androidx.appcompat.resources.R$styleable: int StateListDrawable_android_visible -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorButtonNormal -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart -com.turingtechnologies.materialscrollbar.R$string: int character_counter_content_description -io.reactivex.Observable: io.reactivex.Single singleOrError() -james.adaptiveicon.R$drawable: int abc_btn_switch_to_on_mtrl_00001 -com.tencent.bugly.proguard.ah: java.lang.String c -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer windSpeed -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: void dispose() -retrofit2.RequestBuilder: void addHeader(java.lang.String,java.lang.String) -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: java.util.concurrent.atomic.AtomicReference latest -androidx.constraintlayout.helper.widget.Flow: void setVerticalGap(int) -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle -androidx.hilt.lifecycle.R$style: R$style() -com.google.android.material.R$attr: int itemStrokeColor -androidx.drawerlayout.R$styleable: int ColorStateListItem_android_color -androidx.dynamicanimation.R$color: int notification_action_color_filter -okhttp3.internal.http.HttpHeaders: boolean hasBody(okhttp3.Response) -com.amap.api.location.AMapLocationClient -com.tencent.bugly.crashreport.crash.jni.b: void c(java.lang.String) -okhttp3.internal.Internal: okhttp3.internal.connection.RouteDatabase routeDatabase(okhttp3.ConnectionPool) -com.jaredrummler.android.colorpicker.R$attr: int colorBackgroundFloating -androidx.viewpager2.R$drawable: int notification_action_background -wangdaye.com.geometricweather.R$string: int precipitation_heavy -retrofit2.ParameterHandler: void apply(retrofit2.RequestBuilder,java.lang.Object) -androidx.appcompat.widget.ActivityChooserView: ActivityChooserView(android.content.Context,android.util.AttributeSet,int) -com.tencent.bugly.crashreport.CrashReport: void setSessionIntervalMills(long) -androidx.dynamicanimation.R$styleable: R$styleable() -com.google.android.material.floatingactionbutton.FloatingActionButton: void setSize(int) -okhttp3.internal.http2.Http2Codec: java.util.List HTTP_2_SKIPPED_RESPONSE_HEADERS -androidx.appcompat.R$color: int primary_dark_material_dark -com.tencent.bugly.crashreport.crash.h5.a: java.lang.String i -android.support.v4.os.ResultReceiver: ResultReceiver(android.os.Handler) -wangdaye.com.geometricweather.R$attr: int customDimension -wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_moonPhaseIcon -com.turingtechnologies.materialscrollbar.R$attr: int closeIconEndPadding -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float o3 -james.adaptiveicon.R$styleable: int Toolbar_logoDescription -com.google.android.material.R$attr: int windowFixedWidthMajor -androidx.appcompat.R$dimen: int abc_dialog_corner_radius_material -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintStart_toEndOf -james.adaptiveicon.R$styleable: int[] ActionBar -com.turingtechnologies.materialscrollbar.R$attr: int contentInsetRight -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: boolean isEmpty() -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: boolean isDisposed() -androidx.constraintlayout.helper.widget.Layer: void setTranslationX(float) -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData: void onInactive() -cyanogenmod.app.ProfileGroup$Mode: cyanogenmod.app.ProfileGroup$Mode[] values() -okhttp3.OkHttpClient$Builder: okhttp3.Dns dns -androidx.preference.R$layout: int preference -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_76 -wangdaye.com.geometricweather.R$string: int appbar_scrolling_view_behavior -okio.RealBufferedSource$1: RealBufferedSource$1(okio.RealBufferedSource) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_DayTextView -androidx.constraintlayout.widget.R$styleable: int[] FontFamily -wangdaye.com.geometricweather.R$styleable: int PropertySet_layout_constraintTag -okhttp3.internal.http2.Http2Stream$StreamTimeout: java.io.IOException newTimeoutException(java.io.IOException) -androidx.drawerlayout.R$style: int TextAppearance_Compat_Notification_Line2 -com.google.android.material.R$id: int progress_horizontal -org.greenrobot.greendao.AbstractDao: java.util.List loadAllFromCursor(android.database.Cursor) -com.google.android.gms.base.R$color: int common_google_signin_btn_text_dark -okio.Buffer$1: void write(int) -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber -androidx.viewpager2.R$id: int accessibility_custom_action_9 -com.turingtechnologies.materialscrollbar.R$drawable: int design_fab_background -okio.HashingSink: HashingSink(okio.Sink,java.lang.String) -androidx.constraintlayout.widget.R$attr: int colorControlNormal -androidx.lifecycle.ClassesInfoCache: int CALL_TYPE_NO_ARG -androidx.appcompat.R$id: int accessibility_custom_action_20 -cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy: android.os.IBinder asBinder() -androidx.constraintlayout.widget.ConstraintLayout: ConstraintLayout(android.content.Context) -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.WeatherEntity,int) -com.jaredrummler.android.colorpicker.R$styleable: int MultiSelectListPreference_entryValues -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_editor_absoluteX -cyanogenmod.app.IPartnerInterface -com.google.android.material.R$styleable: int PropertySet_layout_constraintTag -androidx.preference.internal.PreferenceImageView: PreferenceImageView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$layout: int design_bottom_sheet_dialog -com.tencent.bugly.crashreport.crash.d: void a(com.tencent.bugly.crashreport.crash.d) -androidx.preference.R$layout: int preference_category -androidx.swiperefreshlayout.R$attr: int fontProviderCerts -com.tencent.bugly.proguard.aq: void a(com.tencent.bugly.proguard.i) -com.google.android.material.floatingactionbutton.FloatingActionButton: void show(com.google.android.material.floatingactionbutton.FloatingActionButton$OnVisibilityChangedListener) -com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo getRevealInfo() -androidx.preference.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 -com.xw.repo.bubbleseekbar.R$id: int topPanel -android.didikee.donate.R$styleable: int AppCompatTheme_popupWindowStyle -wangdaye.com.geometricweather.db.entities.DaoMaster: DaoMaster(org.greenrobot.greendao.database.Database) -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: boolean mainDone -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: boolean unregisterChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: boolean done -wangdaye.com.geometricweather.R$id: int item_details_content -androidx.constraintlayout.widget.R$attr: int actionMenuTextColor -android.didikee.donate.R$drawable: int abc_textfield_search_material -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AutoCompleteTextView_FilledBox -androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration -retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: void onError(java.lang.Throwable) -com.google.android.gms.signin.internal.zam: android.os.Parcelable$Creator CREATOR -com.turingtechnologies.materialscrollbar.R$attr: int boxBackgroundColor -james.adaptiveicon.R$drawable: int abc_switch_track_mtrl_alpha -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: java.lang.Integer alti -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_20 -com.turingtechnologies.materialscrollbar.R$string: int path_password_eye_mask_strike_through -wangdaye.com.geometricweather.R$animator: int weather_snow_2 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX() -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Dialog_MinWidth -android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu -okhttp3.logging.HttpLoggingInterceptor: okhttp3.logging.HttpLoggingInterceptor$Level level -com.google.android.material.R$attr: int customFloatValue -okhttp3.internal.platform.AndroidPlatform: void log(int,java.lang.String,java.lang.Throwable) -androidx.appcompat.view.menu.ActionMenuItemView: androidx.appcompat.view.menu.MenuItemImpl getItemData() -androidx.viewpager.R$attr: int fontProviderPackage -wangdaye.com.geometricweather.R$string: int cpv_select -com.google.android.material.R$attr: int behavior_autoShrink -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_enabled -okhttp3.ResponseBody$1: okio.BufferedSource val$content -com.google.android.material.R$attr: int layout_scrollInterpolator -com.tencent.bugly.crashreport.common.info.AppInfo: java.lang.String a(android.content.Context) -androidx.legacy.coreutils.R$styleable: int GradientColor_android_endX -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: ObservableCreate$CreateEmitter(io.reactivex.Observer) -io.reactivex.internal.operators.observable.ObservableGroupBy$State: void onComplete() -okhttp3.internal.connection.RouteException: java.io.IOException getFirstConnectException() -wangdaye.com.geometricweather.R$styleable: int[] TextInputLayout -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_59 -androidx.appcompat.R$style: int Theme_AppCompat_DayNight_Dialog_Alert -com.google.android.material.timepicker.TimePickerView: void setOnPeriodChangeListener(com.google.android.material.timepicker.TimePickerView$OnPeriodChangeListener) -com.xw.repo.bubbleseekbar.R$attr: int listChoiceBackgroundIndicator -android.didikee.donate.R$styleable: int ActionBar_customNavigationLayout -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_contentInsetStart -wangdaye.com.geometricweather.R$attr: int listChoiceIndicatorMultipleAnimated -com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_preserveIconSpacing -androidx.recyclerview.R$dimen: int notification_right_icon_size -wangdaye.com.geometricweather.db.entities.DailyEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) -com.bumptech.glide.R$styleable: int[] FontFamily -io.reactivex.Observable: io.reactivex.Observable distinct() -wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider BAIDU_IP -com.google.android.material.R$styleable: int AppCompatTextView_drawableTopCompat -com.turingtechnologies.materialscrollbar.R$id: int textinput_error -wangdaye.com.geometricweather.R$styleable: int[] PreferenceGroup -cyanogenmod.app.Profile$ExpandedDesktopMode: int DEFAULT -androidx.core.R$id: R$id() -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_creator -wangdaye.com.geometricweather.R$attr: int autoSizePresetSizes -wangdaye.com.geometricweather.R$array: int live_wallpaper_weather_kind_values -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void onComplete() -androidx.appcompat.widget.FitWindowsFrameLayout: FitWindowsFrameLayout(android.content.Context) -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: long serialVersionUID -androidx.dynamicanimation.R$drawable: int notification_icon_background -james.adaptiveicon.R$id: int line3 -androidx.preference.CheckBoxPreference -com.google.android.gms.internal.location.zzl -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline Headline -wangdaye.com.geometricweather.R$id: int container_alert_display_view_container -com.tencent.bugly.proguard.am: java.lang.String j -okhttp3.internal.ws.WebSocketReader$FrameCallback: void onReadMessage(java.lang.String) -wangdaye.com.geometricweather.R$string: int settings_notification_hide_in_lockScreen_on -cyanogenmod.externalviews.ExternalView: ExternalView(android.content.Context,android.util.AttributeSet,int,int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric: java.lang.String Unit -com.turingtechnologies.materialscrollbar.R$styleable: int Spinner_android_popupBackground -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_bubble_color -com.google.android.material.R$styleable: int KeyAttribute_android_alpha -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_backgroundTint -com.google.android.material.R$id: int search_mag_icon -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver -wangdaye.com.geometricweather.R$drawable: int weather_clear_night -com.google.android.material.navigation.NavigationView: void setItemTextAppearance(int) -com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_check_material -wangdaye.com.geometricweather.R$attr: int statusBarBackground -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties: MfEphemerisResult$Properties() -androidx.appcompat.widget.AppCompatSpinner: void setDropDownVerticalOffset(int) -wangdaye.com.geometricweather.R$styleable: int Preference_android_shouldDisableView -wangdaye.com.geometricweather.R$dimen: int mtrl_badge_radius -com.amap.api.location.CoordinateConverter: com.amap.api.location.DPoint d -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_android_fontStyle -androidx.coordinatorlayout.R$styleable: int[] FontFamilyFont -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void startTimeout(long) -androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event valueOf(java.lang.String) -okhttp3.internal.http2.Http2Connection: void pushExecutorExecute(okhttp3.internal.NamedRunnable) -androidx.core.app.RemoteActionCompat -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void removeInner(io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver) -com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_anim_steps -cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: android.os.IBinder mRemote -com.tencent.bugly.proguard.m: long a -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver -androidx.lifecycle.ProcessLifecycleOwnerInitializer: java.lang.String getType(android.net.Uri) -androidx.preference.R$drawable: int abc_ic_menu_selectall_mtrl_alpha -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_fontFamily -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String PKG_NAME -androidx.work.BackoffPolicy: androidx.work.BackoffPolicy valueOf(java.lang.String) -wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.String getUVDescription() -james.adaptiveicon.R$color: int abc_background_cache_hint_selector_material_light -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light_Dialog_MinWidth -com.tencent.bugly.crashreport.crash.c: boolean d -com.google.android.material.bottomnavigation.BottomNavigationView: BottomNavigationView(android.content.Context) -androidx.preference.R$color: int material_grey_100 -cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_spinnerStyle -android.didikee.donate.R$styleable: int AppCompatTextHelper_android_drawableBottom -com.google.android.material.R$styleable: int AppCompatTheme_actionModeCutDrawable -wangdaye.com.geometricweather.R$drawable: int shortcuts_cloudy -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_fontVariationSettings -wangdaye.com.geometricweather.R$color: int tooltip_background_dark -androidx.fragment.app.FragmentManagerImpl -okhttp3.internal.tls.OkHostnameVerifier -james.adaptiveicon.R$styleable: int SearchView_queryBackground -com.amap.api.location.AMapLocationClientOption: boolean isNeedAddress() -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeSnowPrecipitationProbability(java.lang.Float) -okio.DeflaterSink: okio.Timeout timeout() -com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_horizontal_padding -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabMode -io.reactivex.Observable: io.reactivex.Observable concatMapEager(io.reactivex.functions.Function) -okhttp3.RealCall: void cancel() -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer windSpeedGust -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModePopupWindowStyle -okio.Timeout: Timeout() -com.jaredrummler.android.colorpicker.R$attr: int switchTextOff -wangdaye.com.geometricweather.db.entities.HistoryEntity: java.util.Date getDate() -retrofit2.RequestFactory -com.google.android.material.R$styleable: int KeyTrigger_framePosition -io.reactivex.Observable: io.reactivex.Observable switchOnNext(io.reactivex.ObservableSource) -io.reactivex.Observable: io.reactivex.Observable concatArray(io.reactivex.ObservableSource[]) -wangdaye.com.geometricweather.R$drawable: int selectable_item_background_borderless -androidx.hilt.R$styleable: int[] GradientColorItem -android.didikee.donate.R$attr: R$attr() -okhttp3.internal.http.CallServerInterceptor -wangdaye.com.geometricweather.R$drawable: int material_ic_keyboard_arrow_left_black_24dp -cyanogenmod.alarmclock.ClockContract$InstancesColumns: android.net.Uri CONTENT_URI -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: FlowableOnBackpressureLatest$BackpressureLatestSubscriber(org.reactivestreams.Subscriber) -androidx.appcompat.R$style: int Base_Widget_AppCompat_AutoCompleteTextView -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_toTopOf -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: java.lang.String getBrandId() -androidx.customview.R$styleable: int FontFamilyFont_ttcIndex -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial: double Value -com.google.android.material.R$drawable: int abc_btn_check_material -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: FitSystemBarRecyclerView(android.content.Context,android.util.AttributeSet) -org.greenrobot.greendao.AbstractDao: void saveInTx(java.lang.Object[]) -com.google.android.material.R$drawable: int abc_ic_arrow_drop_right_black_24dp -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getRealFeelShaderTemperature() -wangdaye.com.geometricweather.R$animator: int mtrl_fab_transformation_sheet_expand_spec -androidx.preference.R$styleable: int MenuItem_android_titleCondensed -okio.Util: void sneakyThrow2(java.lang.Throwable) -cyanogenmod.app.PartnerInterface: int ZEN_MODE_OFF -cyanogenmod.app.Profile$ProfileTrigger: java.lang.String getName() -com.google.android.material.R$styleable: int Constraint_layout_constraintWidth_min -androidx.preference.R$styleable: int ActionBar_contentInsetEnd -com.google.android.material.R$style: int Platform_AppCompat -androidx.transition.R$styleable: int[] GradientColor -androidx.lifecycle.ReportFragment$ActivityInitializationListener: void onStart() -androidx.constraintlayout.widget.R$id: int sin -com.google.android.material.R$attr: int mock_showLabel -android.didikee.donate.R$styleable: int AppCompatTheme_popupMenuStyle -android.didikee.donate.R$drawable: int abc_ic_clear_material -okhttp3.internal.ws.RealWebSocket: void loopReader() -com.turingtechnologies.materialscrollbar.R$styleable: int[] SwitchCompat -wangdaye.com.geometricweather.weather.json.mf.MfRainResult: long updatedOn -com.google.android.material.R$style: int TextAppearance_Design_HelperText -cyanogenmod.hardware.DisplayMode -com.google.android.material.textfield.TextInputLayout: void setHint(int) -androidx.viewpager2.R$dimen: int compat_button_inset_vertical_material -com.xw.repo.bubbleseekbar.R$styleable: int[] ActionBarLayout -android.didikee.donate.R$color: int background_floating_material_dark -com.google.android.material.R$style: int Base_Widget_AppCompat_PopupMenu -okio.Buffer: boolean request(long) -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getStatusBarThemePackageName() -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_ChipGroup -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Inverse -androidx.appcompat.R$attr: int font -com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableTransition_android_drawable -okio.Segment: void compact() -com.jaredrummler.android.colorpicker.R$string: int abc_menu_enter_shortcut_label -com.github.rahatarmanahmed.cpv.CircularProgressViewListener: void onProgressUpdate(float) -androidx.constraintlayout.widget.R$styleable: int[] SearchView -wangdaye.com.geometricweather.R$styleable: int PreferenceImageView_android_maxWidth -com.turingtechnologies.materialscrollbar.R$attr: int progressBarPadding -com.google.android.material.R$string: int clear_text_end_icon_content_description -androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type BASELINE -androidx.transition.R$styleable: int FontFamily_fontProviderCerts -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: cyanogenmod.app.ILiveLockScreenManagerProvider asInterface(android.os.IBinder) -com.google.android.material.R$id: int parent_matrix -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorTextAppearance -james.adaptiveicon.R$styleable: int DrawerArrowToggle_gapBetweenBars -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_iconTint -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_expanded -okhttp3.internal.http2.Http2Connection$4: Http2Connection$4(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[],int,java.util.List) -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator -androidx.lifecycle.ReportFragment: void onResume() -com.tencent.bugly.crashreport.biz.b: long c(long) -com.google.android.material.R$dimen: int material_text_view_test_line_height -com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String U -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void drain() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_50 -io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable: void setParent(io.reactivex.internal.operators.observable.ObservablePublish$PublishObserver) -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: long serialVersionUID -okhttp3.internal.publicsuffix.PublicSuffixDatabase: void setListBytes(byte[],byte[]) -com.google.android.material.R$style: int Widget_Design_BottomSheet_Modal -cyanogenmod.externalviews.ExternalViewProviderService: ExternalViewProviderService() -cyanogenmod.app.CustomTileListenerService: void onCustomTilePosted(cyanogenmod.app.StatusBarPanelCustomTile) -com.amap.api.location.AMapLocationQualityReport: void setGPSSatellites(int) -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData: LiveDataReactiveStreams$PublisherLiveData(org.reactivestreams.Publisher) -androidx.core.R$styleable: int FontFamilyFont_android_fontVariationSettings -wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_icon_dark -com.google.android.material.R$attr: int triggerId -com.google.android.material.R$styleable: int BottomNavigationView_itemBackground -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_PopupWindow -com.google.android.material.R$styleable: int Toolbar_subtitleTextAppearance -androidx.appcompat.R$string: int abc_menu_enter_shortcut_label -com.google.android.material.R$animator: int mtrl_fab_show_motion_spec -android.didikee.donate.R$styleable: int[] View -com.autonavi.aps.amapapi.model.AMapLocationServer: void c(java.lang.String) -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Body2 -james.adaptiveicon.R$attr: int progressBarStyle -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.google.android.gms.location.ActivityTransitionRequest -com.turingtechnologies.materialscrollbar.R$attr: int headerLayout -retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$1: KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$1(retrofit2.Call) -wangdaye.com.geometricweather.R$id: int widget_day_symbol -cyanogenmod.externalviews.KeyguardExternalView: java.lang.String TAG -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_SearchView_ActionBar -cyanogenmod.providers.CMSettings$Global: java.util.List getDelimitedStringAsList(android.content.ContentResolver,java.lang.String,java.lang.String) -com.jaredrummler.android.colorpicker.R$attr: int queryHint -com.turingtechnologies.materialscrollbar.R$attr: int rippleColor -retrofit2.http.PartMap: java.lang.String encoding() -androidx.lifecycle.GeneratedAdapter: void callMethods(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event,boolean,androidx.lifecycle.MethodCallsLogger) -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Headline3 -com.bumptech.glide.integration.okhttp.R$attr: int layout_keyline -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_contentInsetStartWithNavigation -com.tencent.bugly.crashreport.common.info.a: java.util.List C -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.util.Date sunsetTime -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_FALLBACK_SCSV -androidx.hilt.lifecycle.R$styleable: int FontFamily_fontProviderFetchStrategy -cyanogenmod.profiles.BrightnessSettings: void readFromParcel(android.os.Parcel) -androidx.appcompat.R$attr: int fontWeight -androidx.preference.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.lang.String PrimaryPostalCode -android.didikee.donate.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_CompactMenu -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Menu -com.tencent.bugly.proguard.ak: java.util.ArrayList A -androidx.appcompat.resources.R$color: int secondary_text_default_material_light -androidx.activity.R$color -wangdaye.com.geometricweather.weather.json.mf.MfRainResult: int quality -com.google.android.material.R$styleable: int MaterialButton_iconGravity -androidx.appcompat.widget.ActionBarContextView: void setVisibility(int) -com.google.android.material.R$styleable: int AppCompatTheme_colorControlNormal -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_counterOverflowTextColor -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_buttonGravity -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$Geometry: java.util.List coordinates -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large -wangdaye.com.geometricweather.R$dimen: int mtrl_exposed_dropdown_menu_popup_vertical_offset -com.bumptech.glide.load.engine.DecodeJob$RunReason: com.bumptech.glide.load.engine.DecodeJob$RunReason INITIALIZE -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_endColor -android.didikee.donate.R$styleable: int AppCompatSeekBar_tickMarkTint -androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_TabText -androidx.dynamicanimation.R$layout: int notification_action -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: io.reactivex.functions.Function rightEnd -com.xw.repo.bubbleseekbar.R$color: int error_color_material_dark -com.xw.repo.bubbleseekbar.R$attr: int backgroundStacked -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_default_padding_end_material -androidx.fragment.R$styleable: int FontFamilyFont_font -wangdaye.com.geometricweather.R$attr: int fabAnimationMode -com.google.android.material.R$anim: int btn_checkbox_to_checked_box_inner_merged_animation -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemHeight -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider this$1 -org.greenrobot.greendao.AbstractDao: boolean detach(java.lang.Object) -com.google.android.material.button.MaterialButton: void setBackground(android.graphics.drawable.Drawable) -okio.Okio$1: Okio$1(okio.Timeout,java.io.OutputStream) -com.google.android.material.R$id: int mtrl_calendar_year_selector_frame -com.tencent.bugly.proguard.y$a: java.lang.String c -com.xw.repo.bubbleseekbar.R$attr: int suggestionRowLayout -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: int status -okhttp3.internal.http2.Http2Connection: long access$108(okhttp3.internal.http2.Http2Connection) -androidx.preference.R$drawable: int abc_text_select_handle_right_mtrl_dark -androidx.preference.R$layout: int preference_widget_switch_compat -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Large_Inverse -wangdaye.com.geometricweather.R$string: int sp_widget_daily_trend_setting -androidx.recyclerview.R$id -com.jaredrummler.android.colorpicker.R$id: int tag_unhandled_key_listeners -com.turingtechnologies.materialscrollbar.R$attr: int collapseContentDescription -wangdaye.com.geometricweather.R$layout: int material_timepicker_dialog -androidx.lifecycle.Lifecycle: androidx.lifecycle.Lifecycle$State getCurrentState() -androidx.loader.R$styleable: int[] FontFamilyFont -android.didikee.donate.R$attr: int backgroundStacked -androidx.appcompat.R$styleable: int DrawerArrowToggle_drawableSize -androidx.appcompat.R$layout: int abc_select_dialog_material -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver parent -androidx.lifecycle.extensions.R$style: int TextAppearance_Compat_Notification_Line2 -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder writeTimeout(java.time.Duration) -androidx.appcompat.R$styleable: int LinearLayoutCompat_divider -com.google.android.material.R$style: int TextAppearance_Compat_Notification_Time -james.adaptiveicon.R$dimen: int abc_text_size_small_material -androidx.preference.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_paddingTop -androidx.recyclerview.widget.RecyclerView: void setNestedScrollingEnabled(boolean) -androidx.preference.R$drawable: int abc_btn_check_to_on_mtrl_000 -androidx.preference.R$layout: int select_dialog_singlechoice_material -okhttp3.internal.http2.Http2Connection$6: int val$byteCount -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Headline -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_Dark -androidx.appcompat.R$styleable: int FontFamilyFont_fontVariationSettings -androidx.constraintlayout.widget.ConstraintLayout: ConstraintLayout(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeWindSpeed -com.google.android.material.R$style: int TextAppearance_Compat_Notification -com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String A -okhttp3.internal.Internal: java.io.IOException timeoutExit(okhttp3.Call,java.io.IOException) -androidx.appcompat.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize -androidx.appcompat.R$attr: int editTextStyle -com.tencent.bugly.crashreport.common.info.a: long o() -androidx.constraintlayout.widget.R$color: int abc_primary_text_disable_only_material_light -com.google.android.material.R$styleable: int ActionBar_progressBarStyle -wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: java.lang.String getProviderId() -androidx.dynamicanimation.R$style: int TextAppearance_Compat_Notification_Line2 -com.google.android.gms.auth.api.signin.GoogleSignInOptions: android.os.Parcelable$Creator CREATOR -cyanogenmod.profiles.ConnectionSettings: int getValue() -io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: void onError(java.lang.Throwable) -io.reactivex.internal.disposables.EmptyDisposable: io.reactivex.internal.disposables.EmptyDisposable[] values() -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWindSpeed(java.lang.Float) -androidx.hilt.lifecycle.R$styleable: int Fragment_android_name -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getPm10Color(android.content.Context) -androidx.preference.R$dimen: int abc_edit_text_inset_horizontal_material -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_30 -wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: ObservableCreate$SerializedEmitter(io.reactivex.ObservableEmitter) -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: void setCity_code(int) -androidx.customview.R$id: int line1 -okhttp3.internal.http2.Http2Connection$5: void execute() -cyanogenmod.providers.CMSettings$Global: float getFloat(android.content.ContentResolver,java.lang.String) -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_shapeAppearanceOverlay -james.adaptiveicon.R$styleable: int MenuItem_android_onClick -com.google.android.material.R$string: int search_menu_title -okhttp3.internal.cache.DiskLruCache$Editor: okhttp3.internal.cache.DiskLruCache this$0 -okhttp3.internal.Internal: okhttp3.internal.Internal instance -androidx.constraintlayout.widget.R$styleable: int ColorStateListItem_android_alpha -com.tencent.bugly.crashreport.common.strategy.StrategyBean: long q -com.google.android.material.R$style: int Theme_MaterialComponents_NoActionBar_Bridge -androidx.preference.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge -androidx.appcompat.widget.Toolbar: int getContentInsetStartWithNavigation() -androidx.core.R$styleable: int FontFamily_fontProviderQuery -com.xw.repo.bubbleseekbar.R$style: int Base_V22_Theme_AppCompat -wangdaye.com.geometricweather.common.ui.activities.AlertActivity -cyanogenmod.weather.WeatherInfo: java.util.List mForecastList -io.reactivex.Observable: io.reactivex.Observable concatWith(io.reactivex.CompletableSource) -androidx.constraintlayout.motion.widget.MotionLayout: int getEndState() -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void dispose() -okio.ByteString: int lastIndexOf(byte[]) -com.tencent.bugly.proguard.u: void a(java.lang.Runnable,boolean,boolean,long) -okhttp3.internal.cache.CacheStrategy$Factory: long cacheResponseAge() -wangdaye.com.geometricweather.R$styleable: int DrawerLayout_unfold -com.turingtechnologies.materialscrollbar.R$attr: int showText -wangdaye.com.geometricweather.R$styleable: int[] KeyPosition -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_lightContainer -wangdaye.com.geometricweather.db.entities.LocationEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) -androidx.preference.R$color: int primary_material_dark -androidx.dynamicanimation.R$styleable: int GradientColor_android_tileMode -androidx.swiperefreshlayout.R$id: int right_icon -androidx.appcompat.widget.SwitchCompat: boolean getSplitTrack() -androidx.appcompat.R$styleable: int AppCompatImageView_android_src -android.didikee.donate.R$id: int withText -androidx.appcompat.R$attr: int homeAsUpIndicator -androidx.constraintlayout.widget.R$attr: int tickMark -com.google.android.material.R$dimen: int compat_button_inset_vertical_material -cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_EXISTING_UUID -com.google.android.material.R$styleable: int ClockHandView_materialCircleRadius -okhttp3.CacheControl$Builder: boolean noTransform -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: boolean done -androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver -wangdaye.com.geometricweather.R$drawable: int clock_hour_dark -com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver: BuglyBroadcastReceiver() -wangdaye.com.geometricweather.R$color: int button_material_light -okhttp3.Cache: int writeAbortCount() -okhttp3.Dispatcher: int maxRequests -wangdaye.com.geometricweather.R$styleable: int MenuView_android_itemIconDisabledAlpha -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: io.reactivex.disposables.Disposable upstream -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Headline -com.tencent.bugly.crashreport.crash.CrashDetailBean: boolean j -com.bumptech.glide.integration.okhttp.R$id: int right -androidx.legacy.coreutils.R$dimen: int notification_action_text_size -com.google.android.gms.base.R$styleable: int SignInButton_scopeUris -wangdaye.com.geometricweather.R$layout: int item_line -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric -androidx.appcompat.R$attr: int showAsAction -androidx.transition.R$styleable: int FontFamilyFont_android_ttcIndex -wangdaye.com.geometricweather.R$layout: int abc_list_menu_item_checkbox -androidx.loader.R$dimen: int notification_small_icon_size_as_large -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionButtonStyle -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getMoldLevel() -com.google.android.gms.base.R$string: int common_google_play_services_update_text -androidx.appcompat.R$styleable: int AppCompatTextView_drawableBottomCompat -com.google.android.material.R$style: int Base_Widget_AppCompat_SeekBar -androidx.appcompat.R$attr: int spinnerDropDownItemStyle -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.lang.String moonPhaseDescription -androidx.transition.R$id: int save_non_transition_alpha -wangdaye.com.geometricweather.R$attr: int motion_triggerOnCollision -androidx.hilt.work.R$attr: int fontProviderFetchTimeout -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_Button_Colored -wangdaye.com.geometricweather.R$styleable: int GradientColor_android_centerX -okio.Buffer: long readAll(okio.Sink) -com.google.android.material.R$styleable: int ImageFilterView_contrast -com.bumptech.glide.integration.okhttp.R$styleable: int ColorStateListItem_android_color -androidx.preference.R$dimen: int abc_floating_window_z -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode valueOf(java.lang.String) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintEnd_toEndOf -com.google.android.material.floatingactionbutton.FloatingActionButton$BaseBehavior -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Ice -cyanogenmod.weather.WeatherLocation$Builder: java.lang.String mCity -androidx.dynamicanimation.R$drawable: int notification_bg_low_pressed -com.google.android.material.R$integer: int mtrl_card_anim_duration_ms -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun: java.util.Date Rise -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: void setValue(java.util.List) -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setOnClickUri(android.net.Uri) -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ListView_DropDown -okio.SegmentedByteString: boolean rangeEquals(int,byte[],int,int) -com.google.android.material.R$styleable: int[] ProgressIndicator -androidx.viewpager2.R$id: R$id() -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_NoActionBar -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: java.lang.String getTo() -james.adaptiveicon.R$color: int bright_foreground_material_dark -androidx.preference.R$styleable: int Preference_defaultValue -com.turingtechnologies.materialscrollbar.R$styleable: int MenuGroup_android_checkableBehavior -com.google.android.material.R$style: int Widget_MaterialComponents_Button_OutlinedButton_Icon -wangdaye.com.geometricweather.R$styleable: int Chip_chipIconSize -com.tencent.bugly.proguard.am: java.lang.String d -androidx.appcompat.R$id: int off -wangdaye.com.geometricweather.R$color: int colorTextLight2nd -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_lastHorizontalStyle -wangdaye.com.geometricweather.R$layout: int test_design_checkbox -com.bumptech.glide.R$id -android.didikee.donate.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title -com.google.android.material.slider.BaseSlider: void setTickInactiveTintList(android.content.res.ColorStateList) -androidx.preference.R$anim: int abc_slide_in_top -androidx.drawerlayout.R$id: int async -okhttp3.internal.http2.Http2Reader$ContinuationSource: int length -com.jaredrummler.android.colorpicker.R$id: int select_dialog_listview -com.jaredrummler.android.colorpicker.R$styleable: int Preference_fragment -retrofit2.http.QueryName: boolean encoded() -okhttp3.internal.ws.WebSocketWriter: okio.Buffer buffer -wangdaye.com.geometricweather.R$anim: int x2_accelerate_interpolator -androidx.preference.R$layout: int abc_screen_simple_overlay_action_mode -okio.InflaterSource: boolean closed -cyanogenmod.profiles.BrightnessSettings$1 -com.google.android.material.R$styleable: int OnSwipe_maxVelocity -james.adaptiveicon.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator -androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableCompat_android_dither -com.tencent.bugly.BuglyStrategy$a: int MAX_USERDATA_VALUE_LENGTH -org.greenrobot.greendao.AbstractDao: long insertOrReplace(java.lang.Object) -com.xw.repo.bubbleseekbar.R$id: int buttonPanel -com.tencent.bugly.proguard.am: java.lang.String v -okhttp3.internal.http2.ConnectionShutdownException: ConnectionShutdownException() -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Button -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void removeSome(int) -androidx.constraintlayout.widget.R$anim: int abc_fade_out -wangdaye.com.geometricweather.R$attr: int bsb_section_text_color -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: CaiYunMainlyResult$CurrentBean$HumidityBean() -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Body1 -com.turingtechnologies.materialscrollbar.R$styleable: int ScrollingViewBehavior_Layout_behavior_overlapTop -com.google.android.material.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable -wangdaye.com.geometricweather.R$styleable: int MaterialCardView_strokeWidth -okhttp3.Response: okhttp3.Response priorResponse -com.jaredrummler.android.colorpicker.R$attr: int showText -androidx.appcompat.widget.SwitchCompat: android.graphics.PorterDuff$Mode getTrackTintMode() -wangdaye.com.geometricweather.R$id: int autoCompleteToStart -androidx.preference.R$attr: int buttonBarStyle -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.query.Query queryRawCreateListArgs(java.lang.String,java.util.Collection) -com.turingtechnologies.materialscrollbar.R$color: int mtrl_chip_text_color -androidx.lifecycle.LifecycleDispatcher: LifecycleDispatcher() -androidx.drawerlayout.R$dimen: int compat_button_padding_vertical_material -androidx.appcompat.R$style: int Theme_AppCompat_DayNight -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void onTimeout(long) -cyanogenmod.os.Concierge: int PARCELABLE_VERSION -com.google.android.material.R$dimen: int abc_edit_text_inset_bottom_material -com.google.android.material.button.MaterialButtonToggleGroup: void setCheckedId(int) -okhttp3.EventListener$1: EventListener$1() -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_TabView -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit[] values() -com.google.android.material.R$dimen: int highlight_alpha_material_light -io.reactivex.exceptions.UndeliverableException: long serialVersionUID -wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode[] values() -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float getTotal() -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void onComplete() -com.google.android.material.R$attr: int layout_constraintGuide_end -com.google.gson.stream.JsonReader: int[] pathIndices -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean dispatchTouchEvent(android.view.MotionEvent) -com.xw.repo.bubbleseekbar.R$dimen: int abc_config_prefDialogWidth -wangdaye.com.geometricweather.R$dimen: int cpv_item_size -androidx.hilt.lifecycle.R$anim: int fragment_fade_exit -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_curveFit -wangdaye.com.geometricweather.weather.apis.AtmoAuraIqaApi -cyanogenmod.externalviews.ExternalViewProviderService$Provider: void onAttach() -james.adaptiveicon.R$style: int Base_Widget_AppCompat_SearchView -org.greenrobot.greendao.AbstractDao: void insertOrReplaceInTx(java.lang.Object[]) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator APP_SWITCH_WAKE_SCREEN_VALIDATOR -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableEndCompat -wangdaye.com.geometricweather.R$attr: int touchAnchorSide -androidx.preference.R$id: int actions -com.google.android.material.R$styleable: int[] LinearLayoutCompat -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedEmitLast: void run() -okhttp3.Call: void cancel() -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_COLOR_AUTO_VALIDATOR -com.google.android.gms.tasks.RuntimeExecutionException -com.turingtechnologies.materialscrollbar.R$layout: int design_bottom_sheet_dialog -androidx.constraintlayout.widget.R$drawable: int notification_action_background -com.turingtechnologies.materialscrollbar.R$attr: int chipIconEnabled -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit K -com.google.android.material.checkbox.MaterialCheckBox: MaterialCheckBox(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum: java.lang.String Unit -okio.ByteString: byte[] internalArray() -com.tencent.bugly.proguard.j: byte[] b() -okhttp3.internal.tls.DistinguishedNameParser: char[] chars -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_minWidth -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_goneMarginRight -androidx.appcompat.widget.AppCompatCheckedTextView: AppCompatCheckedTextView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.db.entities.MinutelyEntity: int getMinuteInterval() -wangdaye.com.geometricweather.R$attr: int expandActivityOverflowButtonDrawable -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_thumbTint -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: int bufferSize -androidx.recyclerview.R$styleable: int RecyclerView_android_orientation -androidx.preference.R$attr: int contentInsetLeft -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling: AccuCurrentResult$Ceiling() -androidx.hilt.lifecycle.R$dimen: int notification_large_icon_width -james.adaptiveicon.R$attr: int indeterminateProgressStyle -androidx.viewpager2.R$styleable: int RecyclerView_android_clipToPadding -com.turingtechnologies.materialscrollbar.R$attr: int colorControlNormal -androidx.preference.R$dimen: int abc_text_size_display_1_material -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_pressed_z -okhttp3.RealCall: okhttp3.internal.connection.StreamAllocation streamAllocation() -androidx.constraintlayout.widget.R$dimen: int abc_dialog_title_divider_material -retrofit2.converter.gson.GsonConverterFactory: retrofit2.Converter requestBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],java.lang.annotation.Annotation[],retrofit2.Retrofit) -androidx.preference.R$styleable: int AppCompatTheme_dividerHorizontal -okio.ByteString: byte[] data -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceFragmentListStyle -com.google.android.material.R$bool -cyanogenmod.util.ColorUtils: com.android.internal.util.cm.palette.Palette$Swatch getDominantSwatch(com.android.internal.util.cm.palette.Palette) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: void setDirection(java.lang.String) -com.jaredrummler.android.colorpicker.R$layout: int abc_search_view -com.google.android.material.R$drawable: int abc_dialog_material_background -androidx.legacy.coreutils.R$layout: int notification_template_part_time -com.turingtechnologies.materialscrollbar.R$styleable: int[] RecycleListView -wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemHorizontalTranslationEnabled -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: java.lang.Integer alti -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: java.lang.String getUnit() -cyanogenmod.os.Concierge$ParcelInfo: Concierge$ParcelInfo(android.os.Parcel,int) -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String TODAYS_HIGH_TEMPERATURE -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xntd -okio.Buffer$1: void close() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$TotalLiquid: double Value -com.google.android.material.R$dimen: int mtrl_badge_radius -androidx.appcompat.R$style: int Widget_AppCompat_PopupMenu -cyanogenmod.app.LiveLockScreenInfo: int PRIORITY_DEFAULT -com.xw.repo.bubbleseekbar.R$dimen: int hint_alpha_material_dark -androidx.viewpager.R$styleable: int FontFamily_fontProviderCerts -com.google.android.material.chip.Chip: com.google.android.material.animation.MotionSpec getHideMotionSpec() -james.adaptiveicon.R$attr: int textAppearanceSmallPopupMenu -okhttp3.Cache$1: okhttp3.internal.cache.CacheRequest put(okhttp3.Response) -wangdaye.com.geometricweather.R$attr: int snackbarTextViewStyle -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: int unitArrayIndex -io.reactivex.internal.operators.observable.ObservableGroupBy$State: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.Temperature getTemperature() -androidx.vectordrawable.animated.R$dimen: int notification_subtext_size -com.turingtechnologies.materialscrollbar.R$attr: int boxStrokeWidth -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode[] values() -com.google.android.material.slider.BaseSlider: void addOnChangeListener(com.google.android.material.slider.BaseOnChangeListener) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Imperial Imperial -com.google.android.material.R$dimen: int mtrl_calendar_day_width -androidx.vectordrawable.R$id: int tag_accessibility_clickable_spans -androidx.hilt.lifecycle.R$layout: int notification_template_part_chronometer -android.didikee.donate.R$id: int disableHome -wangdaye.com.geometricweather.common.basic.models.weather.Alert: long getTime() -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionMenuTextAppearance -com.google.android.material.R$styleable: int KeyCycle_android_alpha -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow -wangdaye.com.geometricweather.R$array: int week_widget_styles -okhttp3.OkHttpClient: java.util.List interceptors -retrofit2.OptionalConverterFactory -okio.BufferedSource: long indexOf(byte,long) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeTotalPrecipitation -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_tooltipFrameBackground -okhttp3.Dns$1: java.util.List lookup(java.lang.String) -com.google.android.material.R$styleable: int GradientColor_android_startX -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setBrandInfo(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX) -com.xw.repo.bubbleseekbar.R$id: int action_context_bar -com.github.rahatarmanahmed.cpv.CircularProgressView: void setColor(int) -android.didikee.donate.R$styleable: int AppCompatTheme_radioButtonStyle -com.tencent.bugly.crashreport.crash.c: int a -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: boolean active -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Display1 -androidx.preference.R$attr: int collapseContentDescription -wangdaye.com.geometricweather.R$attr: int bsb_bubble_text_color -wangdaye.com.geometricweather.R$attr: int textAppearanceHeadline4 -wangdaye.com.geometricweather.R$styleable: int[] OnClick -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintRight_toLeftOf -org.greenrobot.greendao.AbstractDao: void deleteAll() -com.xw.repo.bubbleseekbar.R$attr: int contentInsetStartWithNavigation -androidx.appcompat.resources.R$id: int notification_main_column_container -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Imperial: java.lang.String Unit -wangdaye.com.geometricweather.R$string: int settings_title_refresh_rate -com.google.android.gms.base.R$attr: int colorScheme -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: java.lang.String getEn_US() -com.tencent.bugly.crashreport.crash.anr.b: void a(boolean) -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.String dailyForecast -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult$Temperature: AccuHourlyResult$Temperature() -wangdaye.com.geometricweather.R$layout: int container_main_aqi -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String treeDescription -wangdaye.com.geometricweather.R$string: int dew_point -com.google.android.material.R$id: int visible -com.google.android.material.R$attr: int layout_constraintCircleRadius -android.didikee.donate.R$drawable: int abc_ic_voice_search_api_material -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Metric: AccuCurrentResult$RealFeelTemperature$Metric() -cyanogenmod.weatherservice.WeatherProviderService: java.lang.String SERVICE_INTERFACE -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: boolean isValidIndex() -androidx.preference.PreferenceDialogFragmentCompat -io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: void accept(io.reactivex.disposables.Disposable) -androidx.constraintlayout.utils.widget.ImageFilterButton: ImageFilterButton(android.content.Context) -androidx.dynamicanimation.R$styleable: int FontFamilyFont_font -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowMinWidthMinor -okhttp3.logging.LoggingEventListener: okhttp3.logging.HttpLoggingInterceptor$Logger logger -androidx.appcompat.widget.ActionMenuView: int getPopupTheme() -androidx.lifecycle.extensions.R$id: int line1 -com.google.android.material.slider.BaseSlider: java.lang.CharSequence getAccessibilityClassName() -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActivityChooserView -com.xw.repo.bubbleseekbar.R$attr: int textAppearanceSearchResultTitle -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Caption -io.reactivex.internal.observers.InnerQueuedObserver: void onComplete() -androidx.preference.R$attr: int disableDependentsState -com.google.android.material.R$attr: int yearStyle -androidx.constraintlayout.helper.widget.Layer: void setScaleX(float) -wangdaye.com.geometricweather.R$attr: int colorOnSecondary -androidx.constraintlayout.widget.R$attr: int actionModeSplitBackground -androidx.loader.R$color -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Integer getCloudCover() -androidx.loader.R$style: int TextAppearance_Compat_Notification_Line2 -androidx.preference.R$anim: int btn_checkbox_to_checked_box_inner_merged_animation -wangdaye.com.geometricweather.R$attr: int backgroundColorEnd -wangdaye.com.geometricweather.R$menu: int activity_settings -com.jaredrummler.android.colorpicker.R$styleable: int Spinner_android_entries -okhttp3.internal.http2.Http2Stream: boolean $assertionsDisabled -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Inverse -com.google.android.material.R$styleable: int MaterialButton_shapeAppearance -androidx.lifecycle.ViewModelProvider$OnRequeryFactory: ViewModelProvider$OnRequeryFactory() -androidx.hilt.work.R$string: R$string() -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter jsonValue(java.lang.String) -androidx.customview.R$drawable: int notification_template_icon_low_bg -com.google.android.material.R$styleable: int TextInputLayout_prefixTextAppearance -androidx.preference.R$attr: int layout -cyanogenmod.externalviews.ExternalView$2: cyanogenmod.externalviews.ExternalView this$0 -com.google.android.material.chip.Chip: void setChipCornerRadiusResource(int) -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: ILiveLockScreenManagerProvider$Stub$Proxy(android.os.IBinder) -james.adaptiveicon.R$dimen: int highlight_alpha_material_colored -wangdaye.com.geometricweather.R$attr: int customStringValue -wangdaye.com.geometricweather.R$string: int content_des_sunset -okio.RealBufferedSink: okio.BufferedSink emit() -wangdaye.com.geometricweather.R$string: int widget_trend_hourly -james.adaptiveicon.R$color: int abc_color_highlight_material -com.google.android.material.card.MaterialCardView: void setCheckedIcon(android.graphics.drawable.Drawable) -cyanogenmod.profiles.RingModeSettings$1: java.lang.Object[] newArray(int) -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored -com.bumptech.glide.integration.okhttp.R$color: int ripple_material_light -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: int ON_COMPLETE -io.reactivex.internal.subscriptions.BasicIntQueueSubscription: java.lang.Object poll() -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: PrecipitationDuration(java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float) -androidx.appcompat.resources.R$id: int accessibility_custom_action_22 -james.adaptiveicon.R$styleable: int[] PopupWindow -io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: ObservableRetryBiPredicate$RetryBiObserver(io.reactivex.Observer,io.reactivex.functions.BiPredicate,io.reactivex.internal.disposables.SequentialDisposable,io.reactivex.ObservableSource) -wangdaye.com.geometricweather.R$styleable: int[] FloatingActionButton -com.google.android.material.R$styleable: int Chip_iconEndPadding -com.bumptech.glide.integration.okhttp.R$styleable: int[] CoordinatorLayout -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub: android.os.IBinder asBinder() -android.didikee.donate.R$styleable: int AppCompatTheme_windowFixedWidthMinor -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_STATUS_BAR -com.google.android.material.R$dimen: int mtrl_extended_fab_end_padding_icon -okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.PushObserver pushObserver -com.google.android.material.R$dimen: int tooltip_vertical_padding -wangdaye.com.geometricweather.R$id: int noScroll -com.amap.api.location.AMapLocationQualityReport: void setNetworkType(java.lang.String) -androidx.preference.R$attr: int preferenceFragmentListStyle -cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: void setServiceClient(cyanogenmod.weatherservice.IWeatherProviderServiceClient) -okhttp3.Headers$Builder: okhttp3.Headers build() -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: io.reactivex.ObservableSource second -com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_spinBars -com.google.android.material.R$layout: int mtrl_alert_select_dialog_singlechoice -cyanogenmod.weather.WeatherLocation: java.lang.String getCountryId() -androidx.fragment.R$integer: R$integer() -james.adaptiveicon.AdaptiveIconView: android.graphics.Path getPath() -androidx.appcompat.R$attr: int tickMark -androidx.appcompat.R$styleable: int SwitchCompat_track -wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit PERCENT -androidx.appcompat.resources.R$id: int actions -androidx.hilt.lifecycle.R$drawable: int notification_action_background -com.amap.api.location.DPoint: DPoint(android.os.Parcel) -androidx.constraintlayout.widget.R$attr: int actionModeBackground -cyanogenmod.hardware.CMHardwareManager: int FEATURE_TAP_TO_WAKE -io.reactivex.internal.disposables.DisposableHelper: io.reactivex.internal.disposables.DisposableHelper valueOf(java.lang.String) -cyanogenmod.weatherservice.WeatherProviderService: WeatherProviderService() -com.xw.repo.bubbleseekbar.R$attr: int actionMenuTextAppearance -android.didikee.donate.R$style: int TextAppearance_AppCompat_Inverse -com.amap.api.fence.GeoFence: int ERROR_NO_VALIDFENCE -cyanogenmod.providers.CMSettings$System: java.lang.String BATTERY_LIGHT_FULL_COLOR -androidx.appcompat.R$id: R$id() -com.tencent.bugly.crashreport.common.info.a: long q -cyanogenmod.themes.IThemeService: void registerThemeProcessingListener(cyanogenmod.themes.IThemeProcessingListener) -okhttp3.Dispatcher: void setMaxRequestsPerHost(int) -com.bumptech.glide.R$dimen: int compat_button_inset_vertical_material -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar -com.google.android.material.R$attr: int round -io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: void onComplete() -androidx.recyclerview.R$id: int accessibility_custom_action_10 -cyanogenmod.profiles.LockSettings$1: cyanogenmod.profiles.LockSettings createFromParcel(android.os.Parcel) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorButtonNormal -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense -wangdaye.com.geometricweather.R$id: int search_voice_btn -android.didikee.donate.R$id: int progress_circular -com.google.android.gms.base.R$string: int common_signin_button_text_long -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary: AccuDailyResult$DailyForecasts$DegreeDaySummary() -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_submitBackground -androidx.drawerlayout.R$integer: int status_bar_notification_info_maxnum -cyanogenmod.providers.CMSettings$System: java.lang.String ASSIST_WAKE_SCREEN -okio.GzipSink: GzipSink(okio.Sink) -cyanogenmod.app.suggest.IAppSuggestProvider$Stub: android.os.IBinder asBinder() -com.google.android.material.R$id: int dialog_button -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_padding_left -com.turingtechnologies.materialscrollbar.R$attr: int closeIcon -com.google.android.material.R$drawable: int material_ic_menu_arrow_down_black_24dp -androidx.coordinatorlayout.R$styleable: int FontFamilyFont_font -wangdaye.com.geometricweather.R$drawable: int flag_ru -retrofit2.Invocation: java.lang.reflect.Method method() -io.reactivex.internal.observers.LambdaObserver: boolean isDisposed() -androidx.preference.R$attr: int itemPadding -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_scaleX -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeRealFeelTemperature -com.google.android.material.R$styleable: int AppCompatTheme_colorControlActivated -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_BATTERY_PORTRAIT -com.xw.repo.bubbleseekbar.R$styleable: int[] SwitchCompat -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Button_Colored -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: android.os.IBinder asBinder() -wangdaye.com.geometricweather.R$drawable: int notif_temp_62 -wangdaye.com.geometricweather.R$attr: int checkedChip -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getIconsThemePackageName() -androidx.appcompat.view.menu.ListMenuItemView: void setCheckable(boolean) -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Medium -okhttp3.internal.http2.Http2Reader$Handler: void settings(boolean,okhttp3.internal.http2.Settings) -androidx.preference.R$drawable: int abc_btn_radio_material_anim -androidx.appcompat.R$styleable: int AppCompatTheme_textColorSearchUrl -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Bridge -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeRealFeelShaderTemperature() -okhttp3.CertificatePinner$Pin: okio.ByteString hash -androidx.fragment.R$anim: int fragment_open_enter -wangdaye.com.geometricweather.R$attr: int checkedIconTint -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: void setCancellable(io.reactivex.functions.Cancellable) -wangdaye.com.geometricweather.R$attr: int paddingEnd -com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_arrowHeadLength -androidx.constraintlayout.widget.R$styleable: int[] KeyTimeCycle -com.turingtechnologies.materialscrollbar.R$string: int abc_toolbar_collapse_description -wangdaye.com.geometricweather.R$id: int container_main_first_card_header -com.jaredrummler.android.colorpicker.R$layout: int cpv_preference_square -okio.Segment: Segment(byte[],int,int,boolean,boolean) -androidx.hilt.work.R$styleable: int FontFamilyFont_font -com.turingtechnologies.materialscrollbar.R$layout: int select_dialog_singlechoice_material -com.tencent.bugly.crashreport.crash.anr.b: com.tencent.bugly.crashreport.common.info.a d -androidx.dynamicanimation.R$id: int tag_unhandled_key_listeners -wangdaye.com.geometricweather.R$drawable: int material_ic_menu_arrow_down_black_24dp -com.google.android.material.R$attr: int contentInsetRight -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintRight_toRightOf -cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: android.net.Uri NO_RINGTONE_URI -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatSeekBar_tickMarkTintMode -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setTranslateX(float) -wangdaye.com.geometricweather.R$id: int container_main_footer_title -android.didikee.donate.R$styleable: int AlertDialog_multiChoiceItemLayout -okio.Okio: okio.Sink blackhole() -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored -cyanogenmod.profiles.AirplaneModeSettings -androidx.preference.R$layout: int abc_list_menu_item_layout -androidx.constraintlayout.widget.R$attr: int mock_showLabel -okhttp3.Interceptor$Chain -com.tencent.bugly.proguard.p: void a(java.util.List) -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_android_hint -com.google.android.material.R$style: int Widget_MaterialComponents_CompoundButton_CheckBox -com.tencent.bugly.proguard.h: com.tencent.bugly.proguard.h a(byte,java.lang.String) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatSeekBar_android_thumb -io.reactivex.internal.disposables.EmptyDisposable: boolean isEmpty() -com.google.android.material.R$id: int triangle -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: boolean hasPermissions(android.content.Context) -james.adaptiveicon.R$styleable: int FontFamily_fontProviderAuthority -com.tencent.bugly.proguard.ak: long b -com.tencent.bugly.crashreport.CrashReport: void setSdkExtraData(android.content.Context,java.lang.String,java.lang.String) -com.turingtechnologies.materialscrollbar.R$attr: int switchPadding -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_TabText -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: java.util.concurrent.atomic.AtomicLong requested -io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: long serialVersionUID -androidx.vectordrawable.animated.R$dimen: int notification_big_circle_margin -android.didikee.donate.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset -okio.Buffer: java.lang.String readString(java.nio.charset.Charset) -androidx.preference.R$attr: int key -com.xw.repo.bubbleseekbar.R$dimen: int notification_content_margin_start -androidx.appcompat.R$id: int uniform -com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawable_android_exitFadeDuration -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem -com.turingtechnologies.materialscrollbar.R$attr: int behavior_autoHide -io.reactivex.internal.subscriptions.DeferredScalarSubscription: int NO_REQUEST_NO_VALUE -androidx.appcompat.R$dimen: int abc_action_bar_overflow_padding_start_material -com.google.android.gms.base.R$styleable: int SignInButton_buttonSize -james.adaptiveicon.R$color: int material_blue_grey_800 -androidx.constraintlayout.motion.widget.MotionLayout: MotionLayout(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$style: int Theme_Design_Light -androidx.appcompat.widget.AppCompatImageView: void setBackgroundDrawable(android.graphics.drawable.Drawable) -okhttp3.internal.ws.RealWebSocket: java.util.concurrent.ScheduledFuture cancelFuture -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_toggle_margin_top -androidx.loader.R$layout: R$layout() -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: int capacityHint -okio.ByteString: byte getByte(int) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Weather: java.lang.String icon -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_subtitleTextStyle -io.reactivex.Observable: io.reactivex.Observable doOnComplete(io.reactivex.functions.Action) -okio.Okio: Okio() -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Button -androidx.appcompat.widget.SwitchCompat: void setTrackDrawable(android.graphics.drawable.Drawable) -okhttp3.internal.connection.RealConnection: RealConnection(okhttp3.ConnectionPool,okhttp3.Route) -com.bumptech.glide.R$drawable: int notification_bg -james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu -androidx.preference.R$styleable: int ActionMode_subtitleTextStyle -androidx.core.R$styleable: int[] ColorStateListItem -wangdaye.com.geometricweather.R$attr: int fabCustomSize -com.google.android.material.R$styleable: int[] Layout -retrofit2.RequestFactory$Builder: java.lang.String relativeUrl -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric: AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric() -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: boolean done -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver otherObserver -androidx.appcompat.widget.LinearLayoutCompat: int getOrientation() -androidx.constraintlayout.widget.R$color: int primary_material_light -okhttp3.internal.Util$2: java.lang.String val$name -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.HourlyEntity,int) -com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_selector_background_transition_holo_dark -wangdaye.com.geometricweather.R$attr: int windowMinWidthMajor -com.google.android.material.R$styleable: int[] LinearLayoutCompat_Layout -androidx.lifecycle.SavedStateHandle: java.util.Map mLiveDatas -com.xw.repo.bubbleseekbar.R$attr: int dialogTheme -com.turingtechnologies.materialscrollbar.R$attr: int radioButtonStyle -okhttp3.OkHttpClient: okhttp3.Authenticator proxyAuthenticator -james.adaptiveicon.R$styleable: int[] Toolbar -androidx.customview.R$style: int TextAppearance_Compat_Notification -com.bumptech.glide.R$styleable: int[] CoordinatorLayout_Layout -com.tencent.bugly.proguard.i: int a(com.tencent.bugly.proguard.i$a,java.nio.ByteBuffer) -androidx.lifecycle.Lifecycling: androidx.lifecycle.LifecycleEventObserver lifecycleEventObserver(java.lang.Object) -com.google.android.material.floatingactionbutton.FloatingActionButton: void setSupportImageTintList(android.content.res.ColorStateList) -com.google.android.material.R$attr: int maxCharacterCount -okio.Buffer: java.lang.String readUtf8LineStrict(long) -androidx.lifecycle.extensions.R$id: int time -cyanogenmod.app.IProfileManager$Stub$Proxy: cyanogenmod.app.Profile getActiveProfile() -com.google.android.material.R$styleable: int[] AppCompatImageView -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: void setZh_TW(java.lang.String) -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_logoDescription -androidx.appcompat.widget.ActivityChooserView: androidx.appcompat.widget.ListPopupWindow getListPopupWindow() -okhttp3.CookieJar: java.util.List loadForRequest(okhttp3.HttpUrl) -com.google.android.material.R$color: int radiobutton_themeable_attribute_color -cyanogenmod.app.IProfileManager: void resetAll() -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode INTERNAL_ERROR -retrofit2.ParameterHandler$Headers: ParameterHandler$Headers(java.lang.reflect.Method,int) -cyanogenmod.profiles.ConnectionSettings: boolean isOverride() -androidx.constraintlayout.widget.R$id: int postLayout -com.google.android.gms.base.R$color: int common_google_signin_btn_text_light_pressed -james.adaptiveicon.R$styleable: int ActionBar_title -com.google.android.gms.base.R$drawable: int common_google_signin_btn_icon_light -android.didikee.donate.R$drawable: int abc_ratingbar_small_material -androidx.appcompat.R$style: int Base_V7_Theme_AppCompat_Light -com.google.android.material.radiobutton.MaterialRadioButton: void setUseMaterialThemeColors(boolean) -wangdaye.com.geometricweather.R$string: int feedback_align_end -com.google.android.material.R$dimen: int notification_subtext_size -com.xw.repo.bubbleseekbar.R$color: int primary_dark_material_dark -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: java.lang.Object poll() -okio.Buffer: java.lang.String readUtf8() -com.xw.repo.bubbleseekbar.R$id: int up -androidx.constraintlayout.widget.R$attr: int windowMinWidthMajor -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: io.reactivex.internal.util.AtomicThrowable error -androidx.constraintlayout.widget.R$id: int actions -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Subtitle2 -io.reactivex.internal.observers.LambdaObserver -androidx.swiperefreshlayout.R$id: int line3 -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleMargin -wangdaye.com.geometricweather.R$attr: int homeAsUpIndicator -androidx.drawerlayout.R$attr: int ttcIndex -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionBar_TabView -wangdaye.com.geometricweather.R$styleable: int DialogPreference_android_dialogMessage -com.google.android.material.R$string: int mtrl_picker_confirm -com.google.android.material.chip.Chip: void setChipStartPaddingResource(int) -androidx.work.R$dimen: int notification_large_icon_width -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Speed: int UnitType -androidx.appcompat.widget.Toolbar: int getTitleMarginTop() -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: io.reactivex.internal.disposables.ArrayCompositeDisposable resources -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float getIce() -androidx.appcompat.R$dimen: int tooltip_precise_anchor_extra_offset -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub: android.os.IBinder asBinder() -com.google.android.material.slider.BaseSlider: void setStepSize(float) -wangdaye.com.geometricweather.R$styleable: int KeyCycle_curveFit -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void run() -com.google.android.material.R$styleable: int OnSwipe_touchAnchorSide -okhttp3.Cache: boolean isClosed() -com.xw.repo.bubbleseekbar.R$drawable: int abc_seekbar_thumb_material -okhttp3.internal.http2.Http2Writer: java.util.logging.Logger logger -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title -io.reactivex.Observable: io.reactivex.Observable delaySubscription(long,java.util.concurrent.TimeUnit) -androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$State getCurrentState() -androidx.legacy.coreutils.R$id: int tag_unhandled_key_event_manager -androidx.preference.R$id: int action_divider -cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_setDefaultLiveLockScreen -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight -okhttp3.internal.ws.RealWebSocket: okhttp3.WebSocketListener listener -androidx.appcompat.widget.AppCompatButton: void setSupportCompoundDrawablesTintMode(android.graphics.PorterDuff$Mode) -io.reactivex.internal.util.EmptyComponent: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.background.service.TileService: TileService() -com.google.android.gms.base.R$attr: int scopeUris -okhttp3.internal.tls.OkHostnameVerifier: java.util.List getSubjectAltNames(java.security.cert.X509Certificate,int) -androidx.hilt.work.R$id: int notification_background -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric: java.lang.String Unit -com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol: com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol[] b -androidx.work.R$id: int text -com.google.android.material.R$color: int bright_foreground_inverse_material_light -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getNotificationGroups -com.tencent.bugly.BuglyStrategy$a: int CRASHTYPE_JAVA_CRASH -wangdaye.com.geometricweather.R$drawable: int widget_card_light_20 -com.tencent.bugly.proguard.h: com.tencent.bugly.proguard.h a(java.lang.Object,java.lang.String) -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: BlockingObservableIterable$BlockingObservableIterator(int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint DewPoint -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_Dialog_MinWidth -wangdaye.com.geometricweather.R$dimen: int compat_button_padding_vertical_material -com.google.gson.JsonIOException: JsonIOException(java.lang.String) -io.reactivex.internal.schedulers.RxThreadFactory: RxThreadFactory(java.lang.String,int) -androidx.preference.R$style: int Widget_AppCompat_CompoundButton_CheckBox -org.greenrobot.greendao.AbstractDao: java.lang.Object getKey(java.lang.Object) -androidx.appcompat.widget.AppCompatSpinner: AppCompatSpinner(android.content.Context) -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_height -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_BottomAppBar -retrofit2.BuiltInConverters -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_lastHorizontalStyle -james.adaptiveicon.R$dimen: int abc_action_bar_icon_vertical_padding_material -com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_layout_anchor -com.google.android.material.R$xml: R$xml() -androidx.lifecycle.ViewModelProvider$Factory: androidx.lifecycle.ViewModel create(java.lang.Class) -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer degreeDayTemperature -james.adaptiveicon.R$styleable: int AppCompatTheme_buttonStyle -com.google.android.material.R$styleable: int PropertySet_visibilityMode -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int Icon -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Spinner -com.google.android.material.R$styleable: int KeyPosition_percentHeight -wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_AppbarTheme_Dark -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: io.reactivex.disposables.Disposable upstream -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: java.lang.Object[] latest -james.adaptiveicon.R$style: int Theme_AppCompat_NoActionBar -android.support.v4.app.INotificationSideChannel$Default: android.os.IBinder asBinder() -android.didikee.donate.R$style: int Widget_AppCompat_Button_Borderless_Colored -android.support.v4.app.INotificationSideChannel$Stub$Proxy: void cancelAll(java.lang.String) -com.google.android.material.chip.Chip: void setTextEndPaddingResource(int) -okhttp3.CertificatePinner$Builder: okhttp3.CertificatePinner$Builder add(java.lang.String,java.lang.String[]) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHorizontal_weight -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setTemperature(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX) -androidx.hilt.work.R$attr: int fontProviderQuery -com.xw.repo.bubbleseekbar.R$drawable: int notification_bg_normal -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_default -okhttp3.internal.http1.Http1Codec$ChunkedSink: void flush() -com.jaredrummler.android.colorpicker.R$attr: int preferenceStyle -io.reactivex.internal.util.HashMapSupplier -okhttp3.Cache: java.io.File directory() -androidx.preference.R$id: int tag_accessibility_pane_title -androidx.preference.R$styleable: int AppCompatTheme_actionBarTheme -cyanogenmod.themes.IThemeProcessingListener$Stub$Proxy: java.lang.String getInterfaceDescriptor() -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: long requested() -androidx.constraintlayout.widget.R$color: int abc_hint_foreground_material_dark -androidx.constraintlayout.widget.R$drawable: int abc_textfield_default_mtrl_alpha -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean -com.amap.api.location.AMapLocationQualityReport: void setNetUseTime(long) -com.google.android.material.R$drawable: int abc_ic_star_black_48dp -androidx.vectordrawable.animated.R$id: int tag_transition_group -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle -cyanogenmod.app.BaseLiveLockManagerService$1: boolean registerChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) -androidx.preference.R$style: int TextAppearance_AppCompat_Large_Inverse -com.turingtechnologies.materialscrollbar.R$attr: int height -wangdaye.com.geometricweather.R$style: int TestStyleWithoutLineHeight -androidx.constraintlayout.widget.R$drawable: int abc_btn_default_mtrl_shape -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: java.lang.String x -android.didikee.donate.R$styleable: int AppCompatTheme_actionModeStyle -wangdaye.com.geometricweather.R$dimen: int tooltip_corner_radius -wangdaye.com.geometricweather.R$id: int searchBar -cyanogenmod.profiles.LockSettings: LockSettings(android.os.Parcel) -androidx.hilt.lifecycle.R$color: int notification_action_color_filter -com.turingtechnologies.materialscrollbar.R$attr: int labelVisibilityMode -androidx.lifecycle.ReportFragment -wangdaye.com.geometricweather.R$dimen: R$dimen() -androidx.appcompat.R$attr: int numericModifiers -com.google.android.material.appbar.AppBarLayout: void setExpanded(boolean) -wangdaye.com.geometricweather.R$styleable: int MaterialCardView_checkedIconTint -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_navigationIcon -androidx.preference.R$styleable: int FontFamily_fontProviderFetchStrategy -androidx.activity.R$styleable: int FontFamily_fontProviderFetchStrategy -com.google.android.material.R$integer: int mtrl_badge_max_character_count -android.didikee.donate.R$dimen: int abc_button_padding_horizontal_material -androidx.work.R$bool -androidx.work.R$color: int notification_action_color_filter -com.google.android.material.R$dimen: int abc_alert_dialog_button_bar_height -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: void onNext(java.lang.Object) -io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: int limit -androidx.appcompat.R$id: int search_badge -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) -com.google.android.gms.internal.base.zai -cyanogenmod.app.ThemeVersion$ThemeVersionImpl2: java.util.ArrayList cVersions -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_rotationX -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintVertical_weight -cyanogenmod.os.Concierge$ParcelInfo: Concierge$ParcelInfo(android.os.Parcel) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property RagweedIndex -androidx.preference.R$styleable: int AppCompatTheme_buttonBarStyle -com.jaredrummler.android.colorpicker.R$attr: int thickness -androidx.lifecycle.Transformations$2$1: androidx.lifecycle.Transformations$2 this$0 -com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String L -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: long serialVersionUID -wangdaye.com.geometricweather.R$attr: int contentPaddingTop -androidx.preference.R$attr: int summary -okhttp3.internal.http2.Http2Writer: int maxDataLength() -okhttp3.FormBody: int size() -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderCancelButton -com.amap.api.location.AMapLocation: java.lang.String n -cyanogenmod.providers.CMSettings$System: java.lang.String KEY_HOME_DOUBLE_TAP_ACTION -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHeight_min -com.google.android.material.R$id: int postLayout -androidx.preference.R$style: int Base_Theme_AppCompat_Light -okhttp3.internal.http2.Hpack$Reader: int headerCount -com.tencent.bugly.crashreport.common.info.a: java.lang.String u() -com.amap.api.location.CoordinateConverter: com.amap.api.location.CoordinateConverter$CoordType c -androidx.appcompat.R$id: int tag_accessibility_heading -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialCalendar -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light_DarkActionBar -com.jaredrummler.android.colorpicker.R$attr: int measureWithLargestChild -androidx.preference.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight -com.google.android.material.button.MaterialButton: void setBackgroundTintMode(android.graphics.PorterDuff$Mode) -androidx.constraintlayout.widget.R$style: int Animation_AppCompat_Tooltip -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void drain() -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int MIXED_RAIN_AND_SNOW -com.google.android.material.R$styleable: int Constraint_drawPath -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: void setDatetime(java.lang.String) -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeFillColor -androidx.fragment.R$id: int visible_removing_fragment_view_tag -wangdaye.com.geometricweather.db.entities.DailyEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) -com.google.android.material.R$dimen: int mtrl_btn_inset -com.xw.repo.bubbleseekbar.R$id: int action_container -wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_startAngle -androidx.appcompat.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored -androidx.appcompat.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar -retrofit2.adapter.rxjava2.package-info -androidx.work.R$styleable: int[] GradientColor -wangdaye.com.geometricweather.location.services.LocationService: android.app.NotificationChannel getLocationNotificationChannel(android.content.Context) -androidx.appcompat.R$string: int abc_menu_meta_shortcut_label -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability getPrecipitationProbability() -androidx.preference.R$id: int fragment_container_view_tag -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_SearchView -androidx.hilt.lifecycle.R$dimen: int notification_small_icon_background_padding -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainNoLast: void completion() -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver parent -com.google.android.material.R$styleable: int Layout_barrierAllowsGoneWidgets -androidx.appcompat.R$styleable: int AppCompatTheme_buttonBarButtonStyle -com.google.gson.internal.LinkedTreeMap -com.google.android.gms.common.server.converter.zaa -okio.Segment: Segment() -com.google.android.gms.location.ActivityTransitionEvent: android.os.Parcelable$Creator CREATOR -okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Http2Stream$FramingSink sink -wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date moonRiseDate -wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider -androidx.preference.R$attr: int titleMarginStart -com.google.android.material.R$styleable: int ConstraintSet_android_scaleX -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: void dispose() -org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database getEncryptedWritableDb(java.lang.String) -android.didikee.donate.R$styleable: int TextAppearance_android_textColorLink -com.google.android.material.chip.Chip: void setCheckedIconResource(int) -wangdaye.com.geometricweather.R$styleable: int Slider_trackColorActive -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: WeatherEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) -com.google.android.material.tabs.TabLayout: void setTabRippleColor(android.content.res.ColorStateList) -com.google.android.material.R$styleable: int BottomNavigationView_labelVisibilityMode -cyanogenmod.externalviews.KeyguardExternalView: java.lang.String CATEGORY_KEYGUARD_GRANT_PERMISSION -wangdaye.com.geometricweather.R$array: int air_quality_co_units -cyanogenmod.weather.WeatherInfo$DayForecast: int mConditionCode -wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.String level -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: java.lang.String value -james.adaptiveicon.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle -wangdaye.com.geometricweather.R$drawable: int weather_clear_day_2 -androidx.vectordrawable.animated.R$id: int time -androidx.constraintlayout.widget.R$dimen: int abc_button_padding_vertical_material -cyanogenmod.app.Profile$ProfileTrigger$1: cyanogenmod.app.Profile$ProfileTrigger[] newArray(int) -androidx.constraintlayout.widget.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton -wangdaye.com.geometricweather.R$styleable: int PreferenceFragment_android_layout -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void onNext(java.lang.Object) -com.amap.api.location.AMapLocationQualityReport: int c -wangdaye.com.geometricweather.background.polling.basic.UpdateService: UpdateService() -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: void onError(java.lang.Throwable) -androidx.preference.R$styleable: int Preference_android_selectable -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabMinWidth -androidx.appcompat.R$id: int customPanel -androidx.activity.R$styleable: int FontFamilyFont_android_fontWeight -com.google.android.material.R$styleable: int KeyTrigger_triggerId -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setBottomTextColor(int) -okhttp3.internal.http1.Http1Codec$UnknownLengthSource: boolean inputExhausted -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_title -wangdaye.com.geometricweather.R$color: int mtrl_indicator_text_color -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_android_textAppearance -okhttp3.internal.http2.Huffman: okhttp3.internal.http2.Huffman$Node root -androidx.preference.R$drawable: int abc_ab_share_pack_mtrl_alpha -wangdaye.com.geometricweather.R$styleable: int[] MultiSelectListPreference -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex -wangdaye.com.geometricweather.R$dimen: int abc_action_button_min_width_overflow_material -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf -okhttp3.internal.http2.Header: okio.ByteString TARGET_AUTHORITY -okhttp3.internal.http2.Http2Connection$4 -com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_android_dialogLayout -androidx.appcompat.widget.SearchView: void setInputType(int) -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight_DarkActionBar -androidx.appcompat.R$drawable: int abc_list_divider_material -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_text_btn_padding_right -retrofit2.BuiltInConverters$VoidResponseBodyConverter: BuiltInConverters$VoidResponseBodyConverter() -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: NativeCrashHandler(android.content.Context,com.tencent.bugly.crashreport.common.info.a,com.tencent.bugly.crashreport.crash.b,com.tencent.bugly.proguard.w,boolean,java.lang.String) -com.turingtechnologies.materialscrollbar.R$dimen: int highlight_alpha_material_light -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_TabText -androidx.preference.R$id: int accessibility_custom_action_16 -wangdaye.com.geometricweather.R$attr: int layout_goneMarginBottom -androidx.appcompat.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader -androidx.core.view.GestureDetectorCompat$GestureDetectorCompatImpl: void setOnDoubleTapListener(android.view.GestureDetector$OnDoubleTapListener) -wangdaye.com.geometricweather.R$anim: int popup_hide -wangdaye.com.geometricweather.R$styleable: int Toolbar_titleMargin -wangdaye.com.geometricweather.R$attr: int titleMarginTop -com.google.android.material.slider.RangeSlider: RangeSlider(android.content.Context) -com.google.android.material.textfield.TextInputLayout: void setError(java.lang.CharSequence) -wangdaye.com.geometricweather.R$dimen: int mtrl_toolbar_default_height -com.google.android.material.R$dimen: int mtrl_snackbar_background_corner_radius -com.jaredrummler.android.colorpicker.R$string: int cpv_transparency -com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getError() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader -cyanogenmod.platform.Manifest$permission: java.lang.String ACCESS_THEME_MANAGER -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property DegreeDayTemperature -okio.Buffer: okio.BufferedSink writeInt(int) -james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown -cyanogenmod.profiles.RingModeSettings: RingModeSettings(java.lang.String,boolean) -io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeRainPrecipitationDuration -wangdaye.com.geometricweather.R$style: int Widget_Design_TextInputLayout -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric Metric -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: boolean isDisposed() -wangdaye.com.geometricweather.R$animator: int design_fab_show_motion_spec -com.turingtechnologies.materialscrollbar.R$attr: int queryBackground -wangdaye.com.geometricweather.R$string: int feedback_location_list_cannot_be_null -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_text_input_padding_top -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_TextView_SpinnerItem -androidx.hilt.R$string: R$string() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: void setStatus(int) -com.github.rahatarmanahmed.cpv.CircularProgressViewListener: void onProgressUpdateEnd(float) -androidx.lifecycle.ViewModelProvider$NewInstanceFactory -com.xw.repo.bubbleseekbar.R$attr: int commitIcon -com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleMarginStart -wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_dark_pressed -androidx.lifecycle.Lifecycle$State: boolean isAtLeast(androidx.lifecycle.Lifecycle$State) -com.google.android.material.floatingactionbutton.FloatingActionButton: android.content.res.ColorStateList getSupportImageTintList() -retrofit2.Platform: java.util.List defaultCallAdapterFactories(java.util.concurrent.Executor) -android.didikee.donate.R$attr: int drawableSize -com.google.android.material.R$id: int chip3 -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_CompoundButton_Switch -androidx.core.R$dimen -androidx.constraintlayout.widget.R$drawable: int abc_ic_arrow_drop_right_black_24dp -com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawableItem_android_drawable -okhttp3.RequestBody$3: RequestBody$3(okhttp3.MediaType,java.io.File) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_lastVerticalStyle -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void onTimeout(long) -androidx.fragment.R$id: int accessibility_custom_action_1 -com.amap.api.fence.PoiItem: java.lang.String k -wangdaye.com.geometricweather.R$drawable: int widget_card_light_0 -wangdaye.com.geometricweather.common.basic.GeoActivity -android.didikee.donate.R$styleable: int TextAppearance_android_shadowRadius -wangdaye.com.geometricweather.R$attr: int useSimpleSummaryProvider -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_imageButtonStyle -androidx.drawerlayout.R$id: int notification_main_column_container -wangdaye.com.geometricweather.R$attr: int text_color -com.google.android.material.R$anim: int abc_slide_in_bottom -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_marginBottom -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_rotationY -androidx.viewpager2.R$drawable: int notification_tile_bg -androidx.preference.ListPreference$SavedState: android.os.Parcelable$Creator CREATOR -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse -io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: io.reactivex.ObservableSource source -io.reactivex.Observable: io.reactivex.Single reduce(java.lang.Object,io.reactivex.functions.BiFunction) -com.bumptech.glide.Registry$NoModelLoaderAvailableException: Registry$NoModelLoaderAvailableException(java.lang.Object) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: java.lang.String getZh_CN() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarWidgetTheme -com.google.android.material.R$styleable: int FloatingActionButton_hoveredFocusedTranslationZ -androidx.cardview.R$styleable: int CardView_android_minWidth -android.didikee.donate.R$dimen: int abc_config_prefDialogWidth -okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner: java.lang.reflect.Method checkServerTrusted -io.reactivex.internal.observers.DeferredScalarDisposable: void complete() -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Display1 -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionButtonStyle -wangdaye.com.geometricweather.R$layout: int mtrl_layout_snackbar_include -cyanogenmod.profiles.BrightnessSettings: BrightnessSettings(int,boolean) -androidx.work.R$bool: R$bool() -wangdaye.com.geometricweather.R$id: int widget_text_weather -okhttp3.Cache$Entry: okhttp3.Handshake handshake -com.turingtechnologies.materialscrollbar.R$id: int italic -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintCircle -wangdaye.com.geometricweather.R$attr: int autoSizeStepGranularity -androidx.preference.ListPreference: ListPreference(android.content.Context,android.util.AttributeSet) -okhttp3.internal.cache.DiskLruCache: boolean journalRebuildRequired() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange Past24HourRange -androidx.cardview.R$styleable: int CardView_cardCornerRadius -okhttp3.internal.http2.Http2Codec: java.util.List http2HeadersList(okhttp3.Request) -okhttp3.internal.proxy.NullProxySelector: void connectFailed(java.net.URI,java.net.SocketAddress,java.io.IOException) -cyanogenmod.app.IProfileManager: void updateNotificationGroup(android.app.NotificationGroup) -okhttp3.Cache$CacheResponseBody$1: okhttp3.internal.cache.DiskLruCache$Snapshot val$snapshot -com.google.android.material.R$drawable: int abc_list_selector_disabled_holo_dark -retrofit2.ParameterHandler$Tag: ParameterHandler$Tag(java.lang.Class) -com.turingtechnologies.materialscrollbar.R$id: int activity_chooser_view_content -com.xw.repo.bubbleseekbar.R$drawable: int abc_item_background_holo_dark -wangdaye.com.geometricweather.R$layout: int widget_trend_daily -androidx.appcompat.R$string: int abc_capital_off -okhttp3.internal.http1.Http1Codec$ChunkedSink -retrofit2.OkHttpCall: boolean isCanceled() -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone: java.lang.String Code -okhttp3.internal.ws.WebSocketProtocol: int OPCODE_BINARY -okhttp3.Headers$Builder: java.lang.String get(java.lang.String) -com.jaredrummler.android.colorpicker.R$color: int abc_tint_spinner -wangdaye.com.geometricweather.R$attr: int itemStrokeWidth -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List getHourlyEntityList() -com.tencent.bugly.proguard.i: int a(int,int,boolean) -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay -io.reactivex.Observable: io.reactivex.Observable switchOnNextDelayError(io.reactivex.ObservableSource,int) -okio.Okio$1: java.lang.String toString() -androidx.vectordrawable.R$id: int accessibility_custom_action_16 -okhttp3.HttpUrl: void namesAndValuesToQueryString(java.lang.StringBuilder,java.util.List) -com.amap.api.location.UmidtokenInfo: com.amap.api.location.AMapLocationClient a() -okhttp3.internal.http2.Http2Codec: java.lang.String KEEP_ALIVE -okhttp3.internal.http2.Http2Stream$FramingSource: void close() -com.jaredrummler.android.colorpicker.R$attr: int editTextPreferenceStyle -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: long serialVersionUID -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator PEOPLE_LOOKUP_PROVIDER_VALIDATOR -wangdaye.com.geometricweather.R$styleable: int Preference_android_singleLineTitle -cyanogenmod.externalviews.ExternalView: void onActivityStopped(android.app.Activity) -okhttp3.Response$Builder -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionButton_CloseMode -wangdaye.com.geometricweather.R$string: int content_des_delete_flag -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabMaxWidth -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowNoTitle -com.amap.api.location.AMapLocation: void setGpsAccuracyStatus(int) -retrofit2.RequestFactory$Builder: okhttp3.MediaType contentType -androidx.preference.R$styleable: int[] MenuView -androidx.lifecycle.LiveData$ObserverWrapper -androidx.hilt.work.R$dimen: int notification_big_circle_margin -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse -io.reactivex.internal.operators.observable.ObservableGroupBy$State: boolean checkTerminated(boolean,boolean,io.reactivex.Observer,boolean) -androidx.appcompat.R$id: int message -androidx.preference.R$style: int TextAppearance_AppCompat_Title -androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerView$Adapter getAdapter() -com.tencent.bugly.proguard.v: void a(com.tencent.bugly.proguard.an,boolean,int,java.lang.String,int) -com.tencent.bugly.proguard.w: com.tencent.bugly.proguard.w a() -androidx.drawerlayout.R$id: int tag_unhandled_key_event_manager -wangdaye.com.geometricweather.R$layout: int widget_clock_day_symmetry -cyanogenmod.power.PerformanceManager: int getNumberOfProfiles() -com.jaredrummler.android.colorpicker.R$id: int custom -com.turingtechnologies.materialscrollbar.R$attr: int msb_scrollMode -wangdaye.com.geometricweather.R$string: int key_widget_day_week -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceHeadline5 -james.adaptiveicon.R$dimen: int abc_action_button_min_width_material -androidx.activity.R$styleable: int FontFamilyFont_android_font -android.didikee.donate.R$style: int Widget_AppCompat_Spinner_Underlined -com.google.android.material.R$attr: int tickMarkTintMode -androidx.appcompat.R$style: int Widget_AppCompat_Button_Colored -retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: boolean terminated -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: CaiYunMainlyResult$CurrentBean$TemperatureBean() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int CloudCover -okhttp3.internal.http.HttpHeaders: java.util.Set varyFields(okhttp3.Response) -wangdaye.com.geometricweather.R$attr: int layout_constraintStart_toStartOf -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: float PRECIPITATION_HEAVY -androidx.preference.R$attr: int radioButtonStyle -com.google.android.material.R$drawable: int design_snackbar_background -com.jaredrummler.android.colorpicker.R$attr: int submitBackground -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_24 -androidx.preference.R$attr: int contentInsetStart -wangdaye.com.geometricweather.common.ui.widgets.SquareFrameLayout: SquareFrameLayout(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$drawable: int abc_btn_colored_material -okhttp3.Headers$Builder: okhttp3.Headers$Builder add(java.lang.String) -cyanogenmod.util.ColorUtils: int generateAlertColorFromDrawable(android.graphics.drawable.Drawable) -com.google.android.material.internal.CheckableImageButton: void setChecked(boolean) -com.tencent.bugly.proguard.an: an() -cyanogenmod.app.ThemeVersion: java.util.List getComponentVersions() -androidx.appcompat.widget.AppCompatRadioButton: AppCompatRadioButton(android.content.Context,android.util.AttributeSet) -androidx.customview.R$attr: int fontStyle -androidx.swiperefreshlayout.R$style: int TextAppearance_Compat_Notification_Info -okio.Buffer: long indexOfElement(okio.ByteString,long) -androidx.constraintlayout.widget.R$styleable: int SearchView_commitIcon -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void updateVisibility() -androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_marginLeft -wangdaye.com.geometricweather.R$attr: int actionViewClass -io.reactivex.internal.operators.observable.ObserverResourceWrapper: long serialVersionUID -io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: void onNext(java.lang.Object) -okio.BufferedSource: long indexOf(byte) -androidx.constraintlayout.widget.R$id: int contentPanel -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_TextInputEditText -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 -com.google.android.gms.internal.common.zzq -io.reactivex.Observable: io.reactivex.Observable window(io.reactivex.ObservableSource,io.reactivex.functions.Function,int) -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse -androidx.appcompat.R$style: int Widget_AppCompat_SeekBar_Discrete -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_AES_256_CBC_SHA -androidx.appcompat.widget.ActionMenuPresenter$SavedState: android.os.Parcelable$Creator CREATOR -android.didikee.donate.R$attr: int listDividerAlertDialog -james.adaptiveicon.R$styleable: int SwitchCompat_trackTint -com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Title_Panel -com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_switch_to_on_mtrl_00001 -android.didikee.donate.R$dimen: int abc_control_inset_material -androidx.work.R$styleable: int FontFamily_fontProviderFetchTimeout -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: java.lang.String pubTime -okhttp3.Cookie: int dateCharacterOffset(java.lang.String,int,int,boolean) -androidx.lifecycle.ClassesInfoCache$CallbackInfo: java.util.Map mHandlerToEvent -androidx.appcompat.R$styleable: int LinearLayoutCompat_Layout_android_layout_width -cyanogenmod.externalviews.KeyguardExternalView$8: cyanogenmod.externalviews.KeyguardExternalView this$0 -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.ChineseCityEntity) -com.tencent.bugly.crashreport.common.info.b: int c() -androidx.appcompat.R$style: int Widget_AppCompat_PopupWindow -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_title_baseline_to_top_fullscreen -james.adaptiveicon.R$attr: int panelMenuListTheme -wangdaye.com.geometricweather.R$dimen: int material_text_view_test_line_height -wangdaye.com.geometricweather.R$dimen: int abc_select_dialog_padding_start_material -okhttp3.internal.http2.Hpack$Writer: Hpack$Writer(okio.Buffer) -androidx.core.R$attr: int fontVariationSettings -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: io.reactivex.Observer observer -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial Imperial -cyanogenmod.hardware.CMHardwareManager: java.lang.String getUniqueDeviceId() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: java.lang.String getFrom() -androidx.appcompat.resources.R$id: int accessibility_custom_action_6 -androidx.preference.R$anim: int btn_checkbox_to_unchecked_box_inner_merged_animation -com.google.android.material.R$styleable: int AppCompatTheme_windowActionBar -io.reactivex.internal.observers.ForEachWhileObserver: void onError(java.lang.Throwable) -androidx.lifecycle.ReportFragment: void dispatchStart(androidx.lifecycle.ReportFragment$ActivityInitializationListener) -com.jaredrummler.android.colorpicker.R$attr: int fontProviderAuthority -androidx.vectordrawable.animated.R$styleable: int GradientColor_android_endY -wangdaye.com.geometricweather.db.entities.DaoMaster: void dropAllTables(org.greenrobot.greendao.database.Database,boolean) -com.xw.repo.bubbleseekbar.R$attr: int iconifiedByDefault -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String windLevel -androidx.constraintlayout.widget.R$drawable: int abc_ic_voice_search_api_material -androidx.lifecycle.extensions.R$id: int action_image -androidx.vectordrawable.animated.R$color: int notification_icon_bg_color -androidx.appcompat.R$styleable: int Spinner_android_prompt -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.Date updateDate -androidx.constraintlayout.widget.R$color: int material_grey_50 -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_shapeAppearanceOverlay -com.google.android.material.R$attr: int suffixText -com.google.android.gms.common.api.Scope -androidx.core.R$id: int accessibility_custom_action_12 -androidx.constraintlayout.widget.R$drawable: int abc_ic_star_black_16dp -androidx.appcompat.R$attr: int listDividerAlertDialog -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_focused_z -com.google.android.material.R$dimen: int mtrl_btn_dialog_btn_min_width -androidx.lifecycle.SavedStateHandle: androidx.lifecycle.SavedStateHandle createHandle(android.os.Bundle,android.os.Bundle) -retrofit2.ParameterHandler$FieldMap: retrofit2.Converter valueConverter -com.google.android.material.R$style: int Widget_AppCompat_ActionBar_Solid -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: int size -com.tencent.bugly.nativecrashreport.R: R() -android.support.v4.os.IResultReceiver$Default: android.os.IBinder asBinder() -okhttp3.internal.ws.WebSocketProtocol: int CLOSE_NO_STATUS_CODE -com.google.android.material.R$attr: int textColorAlertDialogListItem -cyanogenmod.profiles.ConnectionSettings: void getXmlString(java.lang.StringBuilder,android.content.Context) -com.jaredrummler.android.colorpicker.R$styleable: int ColorPickerView_cpv_alphaChannelText -com.tencent.bugly.crashreport.CrashReport: void enableBugly(boolean) -androidx.constraintlayout.widget.R$id: int sawtooth -androidx.constraintlayout.utils.widget.ImageFilterButton: float getCrossfade() -androidx.preference.R$styleable: int MenuItem_actionProviderClass -com.google.android.material.R$styleable: int Transform_android_transformPivotX -wangdaye.com.geometricweather.R$styleable: int MaterialButton_backgroundTintMode -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: boolean cancelled -wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_showDialog -okhttp3.Request$Builder: okhttp3.Request$Builder tag(java.lang.Class,java.lang.Object) -androidx.activity.R$dimen: int notification_right_side_padding_top -okhttp3.Headers: Headers(java.lang.String[]) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult: long updatedOn -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial: java.lang.String Unit -wangdaye.com.geometricweather.R$attr: int layout_constraintWidth_percent -com.amap.api.fence.GeoFence: void setType(int) -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_CompoundButton_CheckBox -wangdaye.com.geometricweather.R$layout: int abc_dialog_title_material -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_android_windowAnimationStyle -retrofit2.BuiltInConverters: retrofit2.Converter requestBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],java.lang.annotation.Annotation[],retrofit2.Retrofit) -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setNestedScrollingEnabled(boolean) -wangdaye.com.geometricweather.R$attr: int boxCollapsedPaddingTop -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit -com.google.android.material.textfield.TextInputLayout: void setBoxBackgroundColorStateList(android.content.res.ColorStateList) -androidx.appcompat.R$styleable: int GradientColorItem_android_color -androidx.constraintlayout.widget.R$attr: int actionModeFindDrawable -androidx.constraintlayout.widget.R$layout: int abc_screen_toolbar -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float pm25 -com.xw.repo.bubbleseekbar.R$attr: int buttonGravity -androidx.preference.R$styleable: int[] ActionMenuItemView -okhttp3.Cache$CacheRequestImpl: okio.Sink body -okhttp3.OkHttpClient: okhttp3.internal.tls.CertificateChainCleaner certificateChainCleaner -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: long serialVersionUID -james.adaptiveicon.R$drawable: int notification_bg_low_pressed -com.google.android.material.textfield.TextInputLayout: int getBoxStrokeColor() -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.query.QueryBuilder queryBuilder() -android.didikee.donate.R$styleable: int[] AppCompatTheme -com.jaredrummler.android.colorpicker.R$bool: int abc_allow_stacked_button_bar -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_drawableEnd -androidx.constraintlayout.widget.Guideline: Guideline(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: NumberAnimTextView(android.content.Context,android.util.AttributeSet,int) -okhttp3.Dispatcher: java.util.concurrent.ExecutorService executorService -retrofit2.Utils: java.lang.reflect.Type resolveTypeVariable(java.lang.reflect.Type,java.lang.Class,java.lang.reflect.TypeVariable) -io.reactivex.internal.util.VolatileSizeArrayList -cyanogenmod.app.ProfileManager: ProfileManager(android.content.Context) -androidx.vectordrawable.R$id: int action_text -okhttp3.internal.connection.RouteSelector: java.util.List inetSocketAddresses -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_displayOptions -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_navigation_bottom_padding -james.adaptiveicon.R$style: int Widget_AppCompat_Spinner -com.google.android.material.R$attr: int layout_collapseParallaxMultiplier -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Spinner -com.google.android.material.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation -com.jaredrummler.android.colorpicker.R$attr: int actionModeCloseButtonStyle -com.turingtechnologies.materialscrollbar.R$attr: int titleTextColor -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder hasSensitiveData(boolean) -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: ObservableFlatMapCompletable$FlatMapCompletableMainObserver(io.reactivex.Observer,io.reactivex.functions.Function,boolean) -james.adaptiveicon.R$dimen: int abc_disabled_alpha_material_dark -wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Light_Dialog -wangdaye.com.geometricweather.db.entities.DailyEntityDao: wangdaye.com.geometricweather.db.entities.DailyEntity readEntity(android.database.Cursor,int) -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_android_thumb -androidx.coordinatorlayout.R$attr: int alpha -androidx.hilt.R$anim: int fragment_fade_exit -com.google.android.material.R$styleable: int ConstraintSet_barrierMargin -androidx.activity.R$styleable: int GradientColor_android_endY -retrofit2.ParameterHandler$RawPart -com.tencent.bugly.proguard.m: m() -com.turingtechnologies.materialscrollbar.R$id: int top -com.turingtechnologies.materialscrollbar.R$attr: int iconPadding -androidx.preference.R$attr: int keylines -com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_singleChoiceItemLayout -androidx.appcompat.R$styleable: int LinearLayoutCompat_measureWithLargestChild -okhttp3.Response: boolean isSuccessful() -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Display3 -com.google.android.material.R$styleable: int Chip_closeIconEndPadding -com.google.android.material.R$attr: int queryHint -okio.AsyncTimeout$2: okio.Source val$source -wangdaye.com.geometricweather.R$id: int activity_about_recyclerView -okhttp3.ConnectionSpec: okhttp3.ConnectionSpec supportedSpec(javax.net.ssl.SSLSocket,boolean) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarTabTextStyle -com.tencent.bugly.proguard.y: boolean b(boolean) -androidx.constraintlayout.widget.R$styleable: int GradientColor_android_type -cyanogenmod.app.ProfileManager: java.lang.String INTENT_ACTION_PROFILE_UPDATED -com.jaredrummler.android.colorpicker.R$styleable: int Spinner_android_dropDownWidth -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ButtonBar -okio.Timeout$1: okio.Timeout timeout(long,java.util.concurrent.TimeUnit) -androidx.dynamicanimation.R$dimen: int compat_notification_large_icon_max_width -retrofit2.DefaultCallAdapterFactory: retrofit2.CallAdapter get(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) -androidx.appcompat.widget.AppCompatSeekBar: AppCompatSeekBar(android.content.Context) -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments$WarningTextBlocItem: java.lang.String titleHtml -androidx.appcompat.widget.SearchView -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Display1 -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_shadowDx -io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: ExecutorScheduler$DelayedRunnable(java.lang.Runnable) -com.bumptech.glide.integration.okhttp.R$dimen: int notification_subtext_size -okio.Buffer: long writeAll(okio.Source) -androidx.cardview.widget.CardView: int getContentPaddingTop() -com.jaredrummler.android.colorpicker.R$attr: int seekBarIncrement -com.amap.api.location.AMapLocationClientOption: void setLocationProtocol(com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol) -androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_textSize -androidx.appcompat.R$styleable: int TextAppearance_android_shadowColor -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: void setFitSide(int) -okio.Buffer: okio.Buffer copyTo(java.io.OutputStream) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Metric: double Value -wangdaye.com.geometricweather.R$id: int container_main_footer_editButton -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_NoActionBar_Bridge -androidx.constraintlayout.widget.R$styleable: int MenuView_android_headerBackground -okhttp3.CertificatePinner$Pin: boolean equals(java.lang.Object) -wangdaye.com.geometricweather.R$xml -cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler: void handleMessage(android.os.Message) -com.github.rahatarmanahmed.cpv.R$bool: R$bool() -wangdaye.com.geometricweather.R$attr: int helperTextEnabled -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void otherError(java.lang.Throwable) -com.google.android.material.tabs.TabLayout: void setTabIconTintResource(int) -com.google.android.material.R$styleable: int SearchView_iconifiedByDefault -retrofit2.Retrofit$1: java.lang.Object invoke(java.lang.Object,java.lang.reflect.Method,java.lang.Object[]) -wangdaye.com.geometricweather.R$id: int month_navigation_bar -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_Switch -com.bumptech.glide.Registry$NoSourceEncoderAvailableException -com.google.android.material.R$styleable: int TextInputLayout_placeholderTextColor -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Snackbar -wangdaye.com.geometricweather.R$styleable: int PreferenceFragmentCompat_android_divider -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_firstVerticalStyle -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_wrapMode -androidx.core.R$drawable: int notification_template_icon_low_bg -com.xw.repo.bubbleseekbar.R$style: int Base_Animation_AppCompat_Dialog -androidx.appcompat.widget.MenuPopupWindow$MenuDropDownListView -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxBackgroundMode -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: void setValue(java.util.List) -okhttp3.Cache$CacheRequestImpl: Cache$CacheRequestImpl(okhttp3.Cache,okhttp3.internal.cache.DiskLruCache$Editor) -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: long updateTime -com.google.android.material.circularreveal.CircularRevealRelativeLayout: com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo getRevealInfo() -androidx.appcompat.R$drawable: int abc_textfield_default_mtrl_alpha -com.google.android.material.appbar.AppBarLayout: void setLiftOnScroll(boolean) -wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.String getDirection() -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.WeatherEntity) -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_checked -androidx.lifecycle.extensions.R$dimen: int compat_notification_large_icon_max_width -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Direction -com.turingtechnologies.materialscrollbar.R$attr: int maxButtonHeight -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_16 -com.google.android.material.R$attr: int spinBars -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ListView -okhttp3.internal.platform.OptionalMethod: java.lang.String methodName -okhttp3.internal.cache.InternalCache: void update(okhttp3.Response,okhttp3.Response) -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void drain() -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_ALARM -wangdaye.com.geometricweather.R$attr: int colorSurface -okio.InflaterSource: InflaterSource(okio.BufferedSource,java.util.zip.Inflater) -com.jaredrummler.android.colorpicker.R$attr: int toolbarNavigationButtonStyle -androidx.customview.R$styleable: int ColorStateListItem_android_color -wangdaye.com.geometricweather.R$styleable: int Constraint_android_visibility -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind Wind -cyanogenmod.app.CustomTile$ExpandedStyle: java.lang.String toString() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorPrimary -com.amap.api.fence.DistrictItem: java.lang.String a -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_selection_text_baseline_to_bottom_fullscreen -com.google.android.material.R$dimen: int material_filled_edittext_font_1_3_padding_bottom -okhttp3.Response: void close() -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Button -com.bumptech.glide.load.HttpException: int UNKNOWN -androidx.constraintlayout.widget.R$color: int abc_tint_switch_track -android.didikee.donate.R$id: int radio -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_editor_absoluteX -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: android.content.Context a(com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler) -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_endIconContentDescription -io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: long subscriberCount -androidx.appcompat.R$style: int Platform_V25_AppCompat_Light -com.xw.repo.bubbleseekbar.R$attr: int colorControlNormal -androidx.coordinatorlayout.R$styleable: int GradientColor_android_endY -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_transitionPathRotate -cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent LOCKSCREEN -okhttp3.MultipartBody: okhttp3.MediaType DIGEST -com.amap.api.location.DPoint: int describeContents() -com.google.android.material.R$attr: int elevation -androidx.preference.R$attr: int iconifiedByDefault -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_MENU_LONG_PRESS_ACTION_VALIDATOR -androidx.appcompat.R$color: int accent_material_light -androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat_Dialog -okhttp3.Protocol: java.lang.String protocol -com.google.android.material.R$attr: int closeIconEndPadding -io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver -wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition: wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition valueOf(java.lang.String) -wangdaye.com.geometricweather.R$string: int wind_9 -androidx.constraintlayout.widget.R$attr: int textAppearanceSearchResultSubtitle -wangdaye.com.geometricweather.R$animator: int mtrl_chip_state_list_anim -androidx.customview.R$styleable: int FontFamily_fontProviderPackage -retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$2 -wangdaye.com.geometricweather.R$attr: int textAppearanceListItemSecondary -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_prefixText -androidx.lifecycle.ViewModelProviders$DefaultFactory: ViewModelProviders$DefaultFactory(android.app.Application) -okio.SegmentedByteString: java.lang.String base64Url() -wangdaye.com.geometricweather.R$styleable: int SwitchMaterial_useMaterialThemeColors -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Dialog_Alert -androidx.preference.R$layout: int abc_activity_chooser_view_list_item -james.adaptiveicon.R$styleable: int[] View -com.google.android.material.R$color: int design_default_color_secondary -androidx.preference.R$drawable: int abc_textfield_search_material -com.xw.repo.bubbleseekbar.R$style: int Base_DialogWindowTitleBackground_AppCompat -androidx.work.R$id: int accessibility_custom_action_19 -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_toBottomOf -cyanogenmod.themes.ThemeManager: cyanogenmod.themes.IThemeProcessingListener mThemeProcessingListener -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult$Temperature -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_content_inset_material -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_registerThemeProcessingListener -com.google.android.material.chip.Chip: void setIconEndPadding(float) -okhttp3.Cache: void trackConditionalCacheHit() -james.adaptiveicon.R$styleable: int View_paddingStart -androidx.appcompat.R$attr: int fontProviderCerts -com.google.android.material.R$styleable: int FloatingActionButton_backgroundTintMode -wangdaye.com.geometricweather.R$drawable: int abc_ic_star_black_36dp -com.google.android.material.R$integer: int design_snackbar_text_max_lines -androidx.drawerlayout.R$drawable -com.tencent.bugly.proguard.p: android.database.Cursor a(java.lang.String,java.lang.String[],java.lang.String,java.lang.String[],com.tencent.bugly.proguard.o,boolean) -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: boolean isDisposed() -wangdaye.com.geometricweather.R$color: int colorTextSubtitle_dark -com.google.android.material.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle -androidx.appcompat.R$layout: int abc_search_dropdown_item_icons_2line -com.google.android.material.R$styleable: int TextInputLayout_endIconContentDescription -androidx.appcompat.R$attr: int colorPrimary -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Imperial: java.lang.String Unit -wangdaye.com.geometricweather.R$attr: int region_widthMoreThan -wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableItem_android_drawable -wangdaye.com.geometricweather.R$id: int item_weather_daily_air_title -wangdaye.com.geometricweather.R$id: int showTitle -wangdaye.com.geometricweather.R$id: int slide -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int ISOLATED_THUNDERSHOWERS -androidx.preference.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -com.jaredrummler.android.colorpicker.R$attr: int cpv_colorShape -com.xw.repo.bubbleseekbar.R$color: int highlighted_text_material_light -com.google.android.material.R$layout: int mtrl_calendar_year -wangdaye.com.geometricweather.R$style: int widget_text_clock -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeIcePrecipitation -androidx.constraintlayout.widget.R$dimen: int hint_alpha_material_dark -androidx.work.ArrayCreatingInputMerger: ArrayCreatingInputMerger() -android.didikee.donate.R$styleable: int AppCompatTextHelper_android_drawableTop -androidx.viewpager.R$dimen: int notification_big_circle_margin -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit -androidx.constraintlayout.widget.R$layout: int abc_select_dialog_material -android.didikee.donate.R$styleable: int View_paddingEnd -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Co -com.google.android.material.R$color: R$color() -com.xw.repo.bubbleseekbar.R$attr: int paddingBottomNoButtons -cyanogenmod.profiles.AirplaneModeSettings: boolean mOverride -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_show_section_text -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Display3 -wangdaye.com.geometricweather.common.basic.GeoViewModel -com.google.android.material.R$style: int Widget_MaterialComponents_Button_UnelevatedButton -androidx.coordinatorlayout.R$attr: int layout_anchor -com.tencent.bugly.proguard.g -com.google.android.material.slider.Slider: android.content.res.ColorStateList getThumbStrokeColor() -wangdaye.com.geometricweather.R$dimen: int abc_text_size_display_2_material -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModePopupWindowStyle -okhttp3.internal.connection.RouteException -okhttp3.Cache$CacheResponseBody$1: okhttp3.Cache$CacheResponseBody this$0 -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_popupTheme -james.adaptiveicon.R$dimen: int tooltip_corner_radius -android.didikee.donate.R$anim: int abc_grow_fade_in_from_bottom -androidx.appcompat.R$dimen: int abc_action_bar_content_inset_material -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintEnd_toStartOf -james.adaptiveicon.R$styleable: int MenuItem_android_title -androidx.appcompat.widget.Toolbar$SavedState -com.amap.api.location.UmidtokenInfo: void setLocAble(boolean) -com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver: void onReceive(android.content.Context,android.content.Intent) -okhttp3.HttpUrl: java.util.List queryNamesAndValues -io.reactivex.internal.schedulers.RxThreadFactory -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.disposables.Disposable upstream -okhttp3.Cache$CacheResponseBody: okhttp3.internal.cache.DiskLruCache$Snapshot snapshot -androidx.core.R$id: int accessibility_custom_action_24 -com.bumptech.glide.integration.okhttp.R$attr: int fontProviderPackage -com.turingtechnologies.materialscrollbar.R$styleable: int CardView_cardElevation -android.didikee.donate.R$drawable: int abc_spinner_textfield_background_material -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -com.turingtechnologies.materialscrollbar.R$attr: int reverseLayout -com.google.android.material.R$styleable: int TextInputLayout_suffixTextColor -wangdaye.com.geometricweather.R$attr: int boxBackgroundColor -com.turingtechnologies.materialscrollbar.R$integer: int app_bar_elevation_anim_duration -wangdaye.com.geometricweather.R$color: int primary_text_default_material_light -androidx.preference.R$styleable: int[] StateListDrawableItem -androidx.hilt.lifecycle.R$dimen: R$dimen() -com.jaredrummler.android.colorpicker.R$attr: int numericModifiers -wangdaye.com.geometricweather.R$attr: int fontProviderQuery -com.google.android.material.R$attr: int itemHorizontalTranslationEnabled -com.google.android.material.textfield.MaterialAutoCompleteTextView: java.lang.CharSequence getHint() -com.tencent.bugly.BuglyStrategy: java.lang.String a -cyanogenmod.power.PerformanceManagerInternal -com.google.android.material.R$styleable: int AppBarLayout_statusBarForeground -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableTopCompat -wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_icon_light -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void onComplete() -wangdaye.com.geometricweather.db.entities.HourlyEntity: HourlyEntity() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listMenuViewStyle -wangdaye.com.geometricweather.R$id: int activity_settings_container -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_updateDefaultLiveLockScreen -com.baidu.location.indoor.mapversion.c.a$d: java.lang.String b -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Long id -com.google.android.material.R$style: int Theme_AppCompat_Light_DialogWhenLarge -cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.IRequestInfoListener mListener -androidx.appcompat.resources.R$string: R$string() -io.reactivex.Observable: io.reactivex.Observable merge(io.reactivex.ObservableSource,io.reactivex.ObservableSource) -wangdaye.com.geometricweather.R$id: int item_about_library_content -androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_drawableStart -cyanogenmod.themes.ThemeManager$1$1 -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_PopupMenu_Overflow -android.didikee.donate.R$styleable: int AppCompatTheme_android_windowIsFloating -okhttp3.internal.http1.Http1Codec$ChunkedSource: boolean hasMoreChunks -android.didikee.donate.R$attr: int dropDownListViewStyle -androidx.vectordrawable.animated.R$layout: int notification_action -com.google.android.material.R$styleable: int AppCompatTheme_checkboxStyle -wangdaye.com.geometricweather.R$string: int not_set -cyanogenmod.platform.Manifest$permission: java.lang.String READ_DATAUSAGE -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setUpdateDate(java.util.Date) -com.bumptech.glide.load.DecodeFormat: com.bumptech.glide.load.DecodeFormat valueOf(java.lang.String) -androidx.appcompat.R$style: int Base_V21_Theme_AppCompat_Light_Dialog -okhttp3.logging.LoggingEventListener$Factory -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber$1: LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber$1(androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber,java.lang.Throwable) -androidx.constraintlayout.widget.R$dimen: int abc_dialog_fixed_height_major -wangdaye.com.geometricweather.R$style: int Widget_Design_ScrimInsetsFrameLayout -com.bumptech.glide.integration.okhttp.R$attr: int fontProviderCerts -okhttp3.Cache$CacheRequestImpl -com.google.android.material.textfield.TextInputLayout: int getErrorCurrentTextColors() -io.reactivex.Observable: io.reactivex.Single toSortedList(int) -wangdaye.com.geometricweather.R$color: int abc_tint_spinner -androidx.constraintlayout.widget.R$styleable: int Toolbar_collapseContentDescription -androidx.appcompat.widget.AppCompatCheckedTextView: AppCompatCheckedTextView(android.content.Context) -okhttp3.internal.connection.ConnectionSpecSelector: boolean isFallbackPossible(javax.net.ssl.SSLSocket) -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getShortAbbreviation(android.content.Context) -androidx.swiperefreshlayout.R$styleable: int GradientColor_android_centerX -okhttp3.internal.ws.WebSocketReader: okio.BufferedSource source -wangdaye.com.geometricweather.R$string: int path_password_eye_mask_strike_through -wangdaye.com.geometricweather.main.fragments.ManagementFragment -androidx.customview.R$id: int text -com.google.android.material.R$color: int design_fab_stroke_end_inner_color -com.google.android.material.R$dimen: int design_bottom_navigation_active_item_max_width -cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: ICMWeatherManager$Stub$Proxy(android.os.IBinder) -androidx.appcompat.R$drawable: int btn_checkbox_unchecked_to_checked_mtrl_animation -com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getDefaultHintTextColor() -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: java.util.concurrent.TimeUnit unit -com.google.android.material.R$styleable: int Layout_android_layout_width -com.google.android.material.R$styleable: int TextInputLayout_hintTextAppearance -io.reactivex.Observable: io.reactivex.Observable fromArray(java.lang.Object[]) -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setWeatherText(java.lang.String) -com.google.android.material.R$attr: int alpha -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Temperature temperature -com.google.android.material.R$styleable: int KeyPosition_transitionEasing -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item -wangdaye.com.geometricweather.R$id: int action_divider -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_passwordToggleEnabled -androidx.recyclerview.R$id: int right_icon -james.adaptiveicon.R$styleable: int AppCompatTheme_actionMenuTextAppearance -com.google.android.material.R$id: int header_title -wangdaye.com.geometricweather.R$attr: int dialogTheme -com.google.android.material.R$styleable: int KeyTrigger_onCross -okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder immutable() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: boolean isModify -com.jaredrummler.android.colorpicker.R$color: int abc_search_url_text_selected -io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: io.reactivex.internal.disposables.SequentialDisposable timed -io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: void dispose() -com.google.android.material.R$id: int invisible -androidx.viewpager.R$drawable: int notification_tile_bg -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_7 -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWindSpeed(java.lang.Float) -androidx.hilt.lifecycle.R$attr: int fontProviderFetchTimeout -android.didikee.donate.R$styleable: int SearchView_searchIcon -wangdaye.com.geometricweather.R$styleable: int Badge_badgeTextColor -okhttp3.internal.io.FileSystem$1: void deleteContents(java.io.File) -androidx.constraintlayout.widget.R$color: int dim_foreground_material_light -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_touch_to_seek -wangdaye.com.geometricweather.R$styleable: int MaterialButton_iconTintMode -com.google.android.material.internal.ScrimInsetsFrameLayout: ScrimInsetsFrameLayout(android.content.Context) -io.reactivex.Observable: io.reactivex.Observable intervalRange(long,long,long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -james.adaptiveicon.R$attr: int actionModeBackground -com.google.android.material.button.MaterialButton: android.content.res.ColorStateList getIconTint() -androidx.constraintlayout.widget.R$string: int abc_searchview_description_voice -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: java.lang.Object get() -okhttp3.internal.http.HttpHeaders: HttpHeaders() -androidx.core.R$styleable: int GradientColor_android_startX -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionMenuTextColor -com.amap.api.location.AMapLocation: java.lang.String getAdCode() -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setContentDescription(int) -james.adaptiveicon.R$style: int Platform_Widget_AppCompat_Spinner -com.google.android.material.R$string: int error_icon_content_description -androidx.appcompat.R$styleable: int AppCompatTextView_autoSizeMaxTextSize -com.bumptech.glide.MemoryCategory -com.google.android.material.R$styleable: int[] SnackbarLayout -wangdaye.com.geometricweather.R$layout: int item_card_display -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: void cancel() -wangdaye.com.geometricweather.R$attr: int splitTrack -com.bumptech.glide.load.resource.bitmap.DefaultImageHeaderParser$Reader$EndOfFileException -androidx.fragment.app.FragmentManagerState: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$color: int mtrl_choice_chip_text_color -com.google.gson.LongSerializationPolicy -wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String country -wangdaye.com.geometricweather.R$attr: int customColorValue -androidx.recyclerview.R$styleable: int RecyclerView_layoutManager -com.google.android.material.R$styleable: int ShapeAppearance_cornerSizeBottomLeft -androidx.vectordrawable.R$integer -androidx.preference.R$styleable: int GradientColor_android_gradientRadius -androidx.swiperefreshlayout.R$id: int action_text -android.didikee.donate.R$style: int Platform_V25_AppCompat_Light -com.google.android.material.appbar.CollapsingToolbarLayout: void setContentScrimResource(int) -com.jaredrummler.android.colorpicker.R$attr: int textColorAlertDialogListItem -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Spinner -com.bumptech.glide.R$integer -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintGuide_end -io.reactivex.Observable: io.reactivex.Observable merge(java.lang.Iterable) -com.tencent.bugly.crashreport.common.info.a: java.lang.String m -cyanogenmod.app.CustomTile$ExpandedStyle$1: CustomTile$ExpandedStyle$1() -com.google.gson.stream.JsonReader: java.lang.String locationString() -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: io.reactivex.internal.util.AtomicThrowable errors -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addEncodedPathSegments(java.lang.String) -okhttp3.internal.cache.DiskLruCache$Entry: DiskLruCache$Entry(okhttp3.internal.cache.DiskLruCache,java.lang.String) -com.google.gson.FieldNamingPolicy$4: java.lang.String translateName(java.lang.reflect.Field) -androidx.viewpager2.R$attr: int alpha -cyanogenmod.platform.Manifest$permission: java.lang.String MODIFY_MSIM_PHONE_STATE -io.reactivex.Observable: io.reactivex.Observable zipArray(io.reactivex.functions.Function,boolean,int,io.reactivex.ObservableSource[]) -androidx.coordinatorlayout.R$id: int normal -james.adaptiveicon.R$attr: int buttonTintMode -com.tencent.bugly.proguard.y$a: long e -com.tencent.bugly.proguard.v: long q -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem -androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_alpha -retrofit2.RequestBuilder: void addQueryParam(java.lang.String,java.lang.String,boolean) -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_subhead_material -androidx.preference.R$attr: int spinnerStyle -james.adaptiveicon.R$id: int spacer -com.google.android.material.R$color: int mtrl_scrim_color -androidx.appcompat.R$dimen: int abc_button_inset_horizontal_material -android.didikee.donate.R$attr: int actionBarDivider -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer moldIndex -com.google.android.material.R$style: int ShapeAppearance_MaterialComponents_Tooltip -cyanogenmod.providers.ThemesContract$PreviewColumns: android.net.Uri APPLIED_URI -com.google.android.material.slider.RangeSlider: void setEnabled(boolean) -com.google.android.material.slider.Slider: void setThumbElevationResource(int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getPubTime() -wangdaye.com.geometricweather.R$styleable: int ForegroundLinearLayout_android_foreground -androidx.constraintlayout.widget.R$styleable: int Toolbar_subtitleTextColor -wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayWeekWidgetConfigActivity: Hilt_ClockDayWeekWidgetConfigActivity() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_3 -okhttp3.internal.cache2.Relay: void writeHeader(okio.ByteString,long,long) -cyanogenmod.externalviews.ExternalView$2: int val$height -com.google.android.material.slider.RangeSlider: void setTickVisible(boolean) -wangdaye.com.geometricweather.R$drawable: int weather_fog_mini_dark -androidx.appcompat.R$string: int abc_menu_sym_shortcut_label -androidx.preference.R$attr: int buttonBarNeutralButtonStyle -wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: float getMax() -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ListView_Menu -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter value(java.lang.Boolean) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintLeft_creator -androidx.preference.R$drawable: int abc_ic_commit_search_api_mtrl_alpha -androidx.preference.R$attr: int actionModeWebSearchDrawable -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor getInstance(java.lang.String) -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPath -wangdaye.com.geometricweather.R$layout: int notification_base_big -androidx.viewpager.widget.PagerTabStrip: void setBackgroundResource(int) -wangdaye.com.geometricweather.R$string: int character_counter_pattern -com.google.android.material.R$id: int action_bar_activity_content -retrofit2.KotlinExtensions$awaitResponse$$inlined$suspendCancellableCoroutine$lambda$1: void invoke(java.lang.Throwable) -com.jaredrummler.android.colorpicker.R$style: int Widget_Support_CoordinatorLayout -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: BaiduIPLocationService_Factory(javax.inject.Provider,javax.inject.Provider) -androidx.legacy.coreutils.R$layout: int notification_action_tombstone -androidx.transition.R$styleable: int[] FontFamilyFont -com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String j -wangdaye.com.geometricweather.R$style: int Base_V7_Theme_AppCompat -com.google.android.material.floatingactionbutton.FloatingActionButton: void setSupportImageTintMode(android.graphics.PorterDuff$Mode) -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int HOT -androidx.vectordrawable.animated.R$id: int info -james.adaptiveicon.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable -wangdaye.com.geometricweather.R$string: int forecast -wangdaye.com.geometricweather.R$style: int TestStyleWithLineHeightAppearance -com.google.android.material.R$styleable: int[] ScrollingViewBehavior_Layout -androidx.appcompat.resources.R$layout: int notification_template_icon_group -okhttp3.internal.platform.OptionalMethod: java.lang.reflect.Method getMethod(java.lang.Class) -wangdaye.com.geometricweather.R$attr: int sv_side -com.jaredrummler.android.colorpicker.R$styleable: int[] AppCompatTextView -androidx.hilt.lifecycle.R$dimen: int compat_button_padding_vertical_material -okio.Segment: int pos -com.github.rahatarmanahmed.cpv.CircularProgressView$7 -com.turingtechnologies.materialscrollbar.R$color: int dim_foreground_material_dark -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle -com.tencent.bugly.proguard.s: s(android.content.Context) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeApparentTemperature() -okhttp3.internal.cache.DiskLruCache: okio.BufferedSink journalWriter -retrofit2.http.HTTP: java.lang.String method() -wangdaye.com.geometricweather.R$attr: int layout_constraintLeft_toRightOf -com.google.android.material.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow -android.didikee.donate.R$color: int material_grey_800 -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle -com.tencent.bugly.crashreport.common.info.a: java.lang.String X -com.xw.repo.bubbleseekbar.R$attr: int gapBetweenBars -androidx.lifecycle.extensions.R$styleable: int FontFamily_fontProviderFetchTimeout -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String grassDescription -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_backgroundTint -wangdaye.com.geometricweather.R$id: int test_checkbox_app_button_tint -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: java.util.Date to -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: int status -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: java.lang.String value -cyanogenmod.providers.CMSettings$Global: android.net.Uri CONTENT_URI -james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat_Light -cyanogenmod.app.ProfileGroup$Mode: cyanogenmod.app.ProfileGroup$Mode SUPPRESS -com.amap.api.location.AMapLocationClientOption: void setDownloadCoordinateConvertLibrary(boolean) -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments$WarningTextBlocItem: java.util.List textHtml -cyanogenmod.hardware.CMHardwareManager: int FEATURE_ADAPTIVE_BACKLIGHT -androidx.lifecycle.MutableLiveData: MutableLiveData(java.lang.Object) -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setItemPosition(int) -android.didikee.donate.R$styleable: int AppCompatTextView_firstBaselineToTopHeight -wangdaye.com.geometricweather.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: MfForecastV2Result$ForecastProperties$ForecastV2() -retrofit2.KotlinExtensions$suspendAndThrow$$inlined$suspendCoroutineUninterceptedOrReturn$lambda$1: void run() -com.tencent.bugly.proguard.d: byte[] a() -wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_text_dark_normal -okhttp3.internal.platform.JdkWithJettyBootPlatform: java.lang.Class serverProviderClass -androidx.constraintlayout.motion.widget.MotionLayout: void setDebugMode(int) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_goneMarginEnd -okhttp3.internal.http2.PushObserver: boolean onHeaders(int,java.util.List,boolean) -com.amap.api.location.DPoint: double a -com.turingtechnologies.materialscrollbar.R$attr: int boxStrokeColor -okhttp3.WebSocket -androidx.lifecycle.livedata.R -com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_padding_vertical_2lines -androidx.preference.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable -com.tencent.bugly.crashreport.common.info.a: long t -androidx.transition.R$drawable: int notification_bg_low -com.tencent.bugly.proguard.p: com.tencent.bugly.proguard.p a(android.content.Context,java.util.List) -androidx.drawerlayout.R$styleable: int GradientColor_android_endX -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintLeft_toLeftOf -com.google.android.material.R$styleable: int AppCompatTheme_viewInflaterClass -retrofit2.internal.EverythingIsNonNull -okhttp3.internal.http2.Http2Connection: java.util.concurrent.ScheduledExecutorService writerExecutor -androidx.appcompat.resources.R$styleable: int FontFamilyFont_fontStyle -androidx.transition.R$id: int line1 -androidx.legacy.coreutils.R$dimen: int compat_button_padding_vertical_material -com.tencent.bugly.crashreport.crash.CrashDetailBean: int compareTo(java.lang.Object) -androidx.legacy.coreutils.R$id: int text2 -com.google.android.material.R$id: int TOP_END -com.google.android.material.R$drawable: int abc_spinner_mtrl_am_alpha -com.bumptech.glide.R$styleable: int GradientColor_android_type -com.google.android.gms.internal.location.zzbe -androidx.legacy.coreutils.R$styleable: int GradientColor_android_tileMode -com.turingtechnologies.materialscrollbar.R$attr: int elevation -cyanogenmod.themes.ThemeManager: void requestThemeChange(java.lang.String,java.util.List,boolean) -com.google.android.material.R$attr: int itemShapeInsetEnd -androidx.core.graphics.drawable.IconCompatParcelizer: androidx.core.graphics.drawable.IconCompat read(androidx.versionedparcelable.VersionedParcel) -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Small_Inverse -com.google.android.material.R$styleable: int Toolbar_contentInsetRight -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_10 -com.google.android.material.R$attr: int fastScrollVerticalTrackDrawable -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_4 -androidx.appcompat.R$integer: int cancel_button_image_alpha -com.google.android.material.slider.BaseSlider: int getActiveThumbIndex() -androidx.swiperefreshlayout.R$color: int notification_icon_bg_color -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabGravity -wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_barLength -wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialog_backgroundInsetStart -com.google.android.material.R$drawable: int notification_bg_low_normal -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat -androidx.preference.R$dimen: int tooltip_precise_anchor_extra_offset -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constrainedHeight -wangdaye.com.geometricweather.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 -com.google.android.material.R$style: int Widget_MaterialComponents_Snackbar_TextView -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: int StartMinute -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter value(long) -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle -okio.Segment: void writeTo(okio.Segment,int) -com.google.android.material.R$styleable: int ActionBar_title -androidx.vectordrawable.animated.R$styleable: int GradientColor_android_type -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust -com.google.android.material.R$color: int design_fab_stroke_end_outer_color -com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_Alert_Bridge -com.google.android.material.internal.ScrimInsetsFrameLayout: void setDrawBottomInsetForeground(boolean) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator -androidx.appcompat.widget.AppCompatCheckedTextView -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_PopupWindow -android.didikee.donate.R$styleable: int ViewStubCompat_android_id -retrofit2.OptionalConverterFactory: OptionalConverterFactory() -james.adaptiveicon.R$styleable: int AppCompatTheme_listDividerAlertDialog -com.jaredrummler.android.colorpicker.R$attr: int fontProviderQuery -wangdaye.com.geometricweather.R$id: int search_badge -okio.Okio$3: void write(okio.Buffer,long) -androidx.preference.R$style: int Base_DialogWindowTitleBackground_AppCompat -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Display3 -cyanogenmod.app.BaseLiveLockManagerService: java.lang.String TAG -androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionBar_TabText -androidx.coordinatorlayout.R$id: int accessibility_custom_action_1 -com.jaredrummler.android.colorpicker.R$drawable: int abc_seekbar_thumb_material -com.turingtechnologies.materialscrollbar.R$string: int abc_activity_chooser_view_see_all -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge -wangdaye.com.geometricweather.R$styleable: int OnSwipe_maxAcceleration -com.google.android.material.R$styleable: int LinearLayoutCompat_Layout_android_layout_height -com.google.android.material.R$attr: int dropDownListViewStyle -wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: HistoryEntityDao$Properties() -com.bumptech.glide.integration.okhttp.R$attr: int alpha -wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_colorShape -com.bumptech.glide.integration.okhttp.R$dimen: int notification_big_circle_margin -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int CloudCover -wangdaye.com.geometricweather.R$drawable: int abc_ratingbar_indicator_material -com.turingtechnologies.materialscrollbar.R$attr: int singleChoiceItemLayout -com.google.android.material.R$dimen: int mtrl_exposed_dropdown_menu_popup_vertical_offset -io.reactivex.internal.util.NotificationLite: boolean acceptFull(java.lang.Object,org.reactivestreams.Subscriber) -com.google.android.material.R$animator: int mtrl_extended_fab_hide_motion_spec -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float thunderstorm -com.google.android.material.R$attr: int actionModeCloseButtonStyle -com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration -okio.SegmentedByteString: java.lang.String utf8() -retrofit2.CallAdapter$Factory: java.lang.reflect.Type getParameterUpperBound(int,java.lang.reflect.ParameterizedType) -cyanogenmod.providers.ThemesContract$ThemesColumns$InstallState: int INSTALLED -retrofit2.ParameterHandler$RawPart: retrofit2.ParameterHandler$RawPart INSTANCE -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: android.graphics.Matrix getLocalMatrix() -james.adaptiveicon.R$styleable: int MenuView_android_itemTextAppearance -androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable: void run() -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_DarkActionBar_Bridge -androidx.preference.R$styleable: int DrawerArrowToggle_spinBars -com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableItem_android_drawable -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_android_thumb -android.didikee.donate.R$style: int Platform_ThemeOverlay_AppCompat_Dark -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver this$0 -james.adaptiveicon.R$styleable: int AppCompatTheme_actionOverflowMenuStyle -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: void onComplete() -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit KPA -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle -com.google.android.material.R$id: int scrollIndicatorDown -com.jaredrummler.android.colorpicker.R$color: int material_grey_300 -wangdaye.com.geometricweather.common.basic.models.weather.Current: Current(java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,wangdaye.com.geometricweather.common.basic.models.weather.Temperature,wangdaye.com.geometricweather.common.basic.models.weather.Precipitation,wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability,wangdaye.com.geometricweather.common.basic.models.weather.Wind,wangdaye.com.geometricweather.common.basic.models.weather.UV,wangdaye.com.geometricweather.common.basic.models.weather.AirQuality,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.String,java.lang.String) -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_ActionBar -okio.Utf8: long size(java.lang.String) -androidx.coordinatorlayout.R$color: R$color() -com.amap.api.location.AMapLocation: java.lang.String getLocationDetail() -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_menu_material -androidx.appcompat.R$id: int accessibility_custom_action_19 -retrofit2.Utils: void throwIfFatal(java.lang.Throwable) -wangdaye.com.geometricweather.R$drawable: int notif_temp_55 -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_CompactMenu -com.google.android.material.R$attr: int layout_constraintLeft_creator -cyanogenmod.providers.ThemesContract$ThemesColumns$InstallState: int UNKNOWN -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: long serialVersionUID -com.google.android.material.R$styleable: int PopupWindow_android_popupAnimationStyle -androidx.appcompat.app.ToolbarActionBar -androidx.work.R$id: int accessibility_custom_action_2 -androidx.preference.R$style: int Widget_AppCompat_SearchView -androidx.transition.R$color: R$color() -cyanogenmod.providers.CMSettings$Secure: long getLongForUser(android.content.ContentResolver,java.lang.String,int) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: double HoursOfRain -com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_android_dialogMessage -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text -androidx.viewpager.R$styleable: int FontFamily_fontProviderPackage -james.adaptiveicon.R$style: int Theme_AppCompat_DayNight_Dialog -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle -com.bumptech.glide.load.PreferredColorSpace: com.bumptech.glide.load.PreferredColorSpace valueOf(java.lang.String) -androidx.preference.R$dimen: int compat_button_padding_vertical_material -com.tencent.bugly.crashreport.crash.CrashDetailBean: android.os.Parcelable$Creator CREATOR -androidx.lifecycle.ReportFragment: void dispatch(android.app.Activity,androidx.lifecycle.Lifecycle$Event) -wangdaye.com.geometricweather.daily.DailyWeatherActivity -io.reactivex.internal.subscribers.DeferredScalarSubscriber: org.reactivestreams.Subscription upstream -okhttp3.OkHttpClient$1: void put(okhttp3.ConnectionPool,okhttp3.internal.connection.RealConnection) -okio.AsyncTimeout$1: void flush() -com.google.android.material.R$dimen: int mtrl_calendar_navigation_height -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_tileMode -wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_marginBottom -wangdaye.com.geometricweather.R$id: int notification_base_weather -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Bridge -androidx.vectordrawable.animated.R$id: int accessibility_action_clickable_span -androidx.constraintlayout.widget.R$color: int notification_icon_bg_color -androidx.coordinatorlayout.R$dimen: int compat_button_padding_horizontal_material -wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout: void setLineColor(int) -okhttp3.internal.http2.Http2Reader$Handler: void data(boolean,int,okio.BufferedSource,int) -com.baidu.location.LocationClientOption$LocationMode: com.baidu.location.LocationClientOption$LocationMode Device_Sensors -android.didikee.donate.R$attr: int actionBarPopupTheme -cyanogenmod.app.ThemeVersion: int getVersion() -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_AES_256_CBC_SHA256 -io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection -android.didikee.donate.R$attr: int expandActivityOverflowButtonDrawable -wangdaye.com.geometricweather.R$id: int cpv_color_panel_new -androidx.work.R$id: int accessibility_custom_action_24 -androidx.legacy.coreutils.R$id: int notification_background -androidx.transition.R$id: int italic -androidx.activity.R$drawable: int notify_panel_notification_icon_bg -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Metric: java.lang.String Unit -android.didikee.donate.R$styleable: int ActionMode_backgroundSplit -androidx.preference.R$attr: int background -cyanogenmod.app.ICustomTileListener$Stub$Proxy: ICustomTileListener$Stub$Proxy(android.os.IBinder) -android.didikee.donate.R$styleable: int TextAppearance_android_fontFamily -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar -com.bumptech.glide.R$styleable: int FontFamilyFont_ttcIndex -okhttp3.internal.ws.RealWebSocket$1: void run() -com.google.android.material.circularreveal.CircularRevealLinearLayout: android.graphics.drawable.Drawable getCircularRevealOverlayDrawable() -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode FOG -retrofit2.RequestFactory$Builder: RequestFactory$Builder(retrofit2.Retrofit,java.lang.reflect.Method) -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: java.lang.Object next() -wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService: MaterialLiveWallpaperService() -wangdaye.com.geometricweather.R$attr: int boxStrokeErrorColor -androidx.vectordrawable.animated.R$id: int tag_accessibility_heading -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_icon -androidx.appcompat.widget.AppCompatImageButton: void setSupportImageTintList(android.content.res.ColorStateList) -androidx.preference.R$layout -androidx.activity.R$id: int accessibility_custom_action_23 -wangdaye.com.geometricweather.R$style: int TextAppearance_Design_CollapsingToolbar_Expanded -android.didikee.donate.R$dimen: int abc_action_bar_elevation_material -android.didikee.donate.R$layout: int notification_template_part_chronometer -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Caption -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_bottom_padding -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: int status -okio.ForwardingSource: okio.Source delegate -com.jaredrummler.android.colorpicker.R$string: int abc_menu_ctrl_shortcut_label -com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_progress -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar -wangdaye.com.geometricweather.R$id: int filterBtn -com.google.android.material.R$color: int mtrl_btn_text_color_disabled -wangdaye.com.geometricweather.R$attr: int backgroundInsetStart -android.didikee.donate.R$style: int Platform_V25_AppCompat -james.adaptiveicon.R$drawable: int abc_btn_switch_to_on_mtrl_00012 -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_ASSIST_LONG_PRESS_ACTION_VALIDATOR -androidx.appcompat.resources.R$id: int accessibility_custom_action_13 -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_rotationY -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_shadowDy -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean setNativeIsAppForeground(boolean) -wangdaye.com.geometricweather.R$attr: int initialExpandedChildrenCount -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_checkedIconMargin -com.google.android.material.R$attr: int dividerHorizontal -com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType SOSOMAP -io.reactivex.Observable: java.lang.Object blockingLast(java.lang.Object) -androidx.viewpager.R$attr: int fontProviderQuery -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat_Dark -wangdaye.com.geometricweather.R$drawable: int notif_temp_114 -wangdaye.com.geometricweather.R$styleable: int PropertySet_android_alpha -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_thumb_radius_on_dragging -com.google.android.material.theme.MaterialComponentsViewInflater -androidx.preference.R$id: int default_activity_button -cyanogenmod.themes.IThemeProcessingListener$Stub$Proxy: android.os.IBinder mRemote -wangdaye.com.geometricweather.R$drawable: int ic_toolbar_back -com.tencent.bugly.crashreport.crash.c: com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler t -cyanogenmod.providers.CMSettings$System: java.lang.String TOUCHSCREEN_GESTURE_HAPTIC_FEEDBACK -io.reactivex.Observable: io.reactivex.Observable sample(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property TreeLevel -wangdaye.com.geometricweather.R$layout: int select_dialog_singlechoice_material -android.didikee.donate.R$styleable: int SearchView_queryHint -cyanogenmod.app.Profile$NotificationLightMode -com.google.android.material.R$style: int Widget_AppCompat_Toolbar -androidx.viewpager2.R$id: int tag_screen_reader_focusable -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_DialogWhenLarge -androidx.customview.R$styleable: int ColorStateListItem_android_alpha -androidx.dynamicanimation.R$integer: int status_bar_notification_info_maxnum -com.baidu.location.indoor.mapversion.c.a$d: short[][] g -androidx.fragment.app.Fragment -androidx.lifecycle.LifecycleRegistry: java.lang.ref.WeakReference mLifecycleOwner -cyanogenmod.weather.IRequestInfoListener$Stub: android.os.IBinder asBinder() -okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.platform.Platform buildIfSupported() -androidx.appcompat.resources.R$layout: R$layout() -io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) -wangdaye.com.geometricweather.R$color: int mtrl_text_btn_text_color_selector -wangdaye.com.geometricweather.R$styleable: int Constraint_transitionEasing -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: void setAddress(java.lang.String) -com.google.android.material.R$styleable: int MenuGroup_android_visible -android.didikee.donate.R$style: int Widget_AppCompat_ActionButton -cyanogenmod.app.IProfileManager$Stub$Proxy: android.os.IBinder mRemote -james.adaptiveicon.R$styleable: int MenuItem_android_id -androidx.appcompat.R$color: int error_color_material_light -android.didikee.donate.R$styleable: int AppCompatTheme_actionModeCopyDrawable -com.google.android.material.R$attr: int contentInsetStart -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight -androidx.viewpager2.R$layout: int notification_action -com.google.android.material.R$style: int Widget_Design_NavigationView -wangdaye.com.geometricweather.R$styleable: int[] TabItem -androidx.recyclerview.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable -wangdaye.com.geometricweather.R$dimen: int mtrl_slider_halo_radius -androidx.preference.R$style: int Widget_AppCompat_RatingBar_Small -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling -wangdaye.com.geometricweather.R$attr: int iconTintMode -wangdaye.com.geometricweather.R$id: int dialog_running_in_background_o_setNotificationGroupBtn -okhttp3.internal.Util: int checkDuration(java.lang.String,long,java.util.concurrent.TimeUnit) -androidx.appcompat.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title -com.tencent.bugly.crashreport.crash.b: void a(com.tencent.bugly.crashreport.crash.CrashDetailBean,long,boolean) -org.greenrobot.greendao.AbstractDao: java.lang.Object loadUnique(android.database.Cursor) -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_track -cyanogenmod.profiles.RingModeSettings: boolean isDirty() -androidx.vectordrawable.R$id: int accessibility_custom_action_25 -wangdaye.com.geometricweather.R$style: int Base_DialogWindowTitle_AppCompat -com.turingtechnologies.materialscrollbar.R$id: int end -androidx.preference.R$drawable: int abc_ic_star_half_black_48dp -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property TimeStamp -okhttp3.internal.Util: java.nio.charset.Charset UTF_32_LE -com.google.android.material.R$id: int right -com.google.android.material.R$styleable: int TextInputEditText_textInputLayoutFocusedRectEnabled -retrofit2.Retrofit: retrofit2.Converter nextResponseBodyConverter(retrofit2.Converter$Factory,java.lang.reflect.Type,java.lang.annotation.Annotation[]) -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_DarkActionBar -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu -androidx.appcompat.R$string: int abc_menu_ctrl_shortcut_label -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title -com.google.android.material.R$color: int secondary_text_disabled_material_light -cyanogenmod.app.suggest.IAppSuggestManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_hintTextAppearance -okio.RealBufferedSource: byte[] readByteArray() -cyanogenmod.power.IPerformanceManager$Stub$Proxy: boolean getProfileHasAppProfiles(int) -cyanogenmod.app.ThemeComponent: int id -com.google.android.material.internal.FlowLayout: void setItemSpacing(int) -wangdaye.com.geometricweather.R$style: int PreferenceFragmentList -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: CNWeatherResult$Realtime() -androidx.preference.R$styleable: int AppCompatTheme_android_windowIsFloating -com.tencent.bugly.crashreport.biz.b: long j -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorControlNormal -com.google.android.material.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_1 -com.xw.repo.bubbleseekbar.R$dimen: int abc_seekbar_track_progress_height_material -cyanogenmod.providers.CMSettings$Global: boolean putIntForUser(android.content.ContentResolver,java.lang.String,int,int) -androidx.fragment.R$style: int Widget_Compat_NotificationActionContainer -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog -okio.Buffer: okio.Buffer copyTo(okio.Buffer,long,long) -retrofit2.Converter: java.lang.Object convert(java.lang.Object) -cyanogenmod.profiles.AirplaneModeSettings: boolean isDirty() -io.reactivex.internal.disposables.ArrayCompositeDisposable: io.reactivex.disposables.Disposable replaceResource(int,io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property RagweedDescription -com.google.android.gms.common.server.response.zan: android.os.Parcelable$Creator CREATOR -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier -androidx.constraintlayout.widget.R$id: int progress_horizontal -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year -androidx.lifecycle.extensions.R$style: int Widget_Compat_NotificationActionContainer -androidx.constraintlayout.widget.R$color: int abc_btn_colored_text_material -okhttp3.internal.ws.WebSocketReader: void readUntilNonControlFrame() -james.adaptiveicon.R$style: int Widget_AppCompat_RatingBar_Small -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_large_material -wangdaye.com.geometricweather.R$dimen: int preference_seekbar_value_minWidth -io.reactivex.Observable: io.reactivex.Observable defaultIfEmpty(java.lang.Object) -io.reactivex.Observable: io.reactivex.Observable zipWith(io.reactivex.ObservableSource,io.reactivex.functions.BiFunction,boolean) -okhttp3.internal.ws.WebSocketWriter$FrameSink: void flush() -androidx.core.R$styleable: int FontFamily_fontProviderPackage -androidx.appcompat.R$styleable: int[] SwitchCompat -androidx.preference.UnPressableLinearLayout -com.jaredrummler.android.colorpicker.R$attr: int colorError -io.reactivex.internal.observers.DeferredScalarDisposable: java.lang.Object poll() -wangdaye.com.geometricweather.R$dimen: int standard_weather_icon_container_size -androidx.preference.R$color: int primary_dark_material_dark -com.google.android.material.floatingactionbutton.FloatingActionButton: androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior getBehavior() -com.jaredrummler.android.colorpicker.R$styleable: int[] PreferenceImageView -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_id -wangdaye.com.geometricweather.R$string: int about_circular_progress_view -cyanogenmod.providers.CMSettings$CMSettingNotFoundException -com.google.android.material.R$styleable: int Layout_layout_constraintCircleRadius -androidx.legacy.coreutils.R$attr: int fontProviderPackage -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getActiveProfile -com.google.gson.LongSerializationPolicy$2 -com.xw.repo.bubbleseekbar.R$attr: int bsb_section_text_size -androidx.preference.R$style: int Base_Widget_AppCompat_EditText -wangdaye.com.geometricweather.R$attr: int borderlessButtonStyle -com.google.android.material.R$id: int reverseSawtooth -retrofit2.HttpServiceMethod$CallAdapted: retrofit2.CallAdapter callAdapter -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_actionLayout -wangdaye.com.geometricweather.R$array: int location_service_values -com.xw.repo.bubbleseekbar.R$attr: int popupTheme -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: java.lang.String getIcon() -com.google.android.material.appbar.AppBarLayout: void addOnOffsetChangedListener(com.google.android.material.appbar.AppBarLayout$OnOffsetChangedListener) -androidx.legacy.coreutils.R$styleable: int FontFamily_fontProviderQuery -androidx.preference.R$style: int Base_Widget_AppCompat_PopupWindow -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Metric: AccuCurrentResult$Pressure$Metric() -com.tencent.bugly.proguard.am: java.lang.String s -cyanogenmod.weather.CMWeatherManager: android.content.Context mContext -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: int unitArrayIndex -androidx.appcompat.widget.Toolbar: void setTitleMarginEnd(int) -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Display3 -wangdaye.com.geometricweather.R$id: int item_card_display_title -com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_android_layout -com.tencent.bugly.proguard.y: android.content.Context j -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_overflow_padding_start_material -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub -wangdaye.com.geometricweather.R$attr: int ensureMinTouchTargetSize -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: void setStatus(int) -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query -androidx.lifecycle.SavedStateHandleController$1: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) -okhttp3.logging.LoggingEventListener: void requestHeadersEnd(okhttp3.Call,okhttp3.Request) -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title -wangdaye.com.geometricweather.R$drawable: int ic_uv -androidx.fragment.R$anim: int fragment_open_exit -com.google.android.material.R$drawable: int avd_show_password -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Subhead_Inverse -wangdaye.com.geometricweather.R$string: int about_retrofit -com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_updatesContinuously -androidx.constraintlayout.widget.R$drawable: int abc_text_select_handle_middle_mtrl_light -wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: java.lang.Integer angle -androidx.loader.R$styleable: int[] GradientColor -com.google.android.material.R$dimen: int design_fab_translation_z_hovered_focused -com.jaredrummler.android.colorpicker.R$dimen: int highlight_alpha_material_light -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.String TABLENAME -androidx.viewpager.widget.ViewPager: void setOnPageChangeListener(androidx.viewpager.widget.ViewPager$OnPageChangeListener) -android.support.v4.os.IResultReceiver$Stub$Proxy -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_AutoCompleteTextView -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: boolean done -com.tencent.bugly.proguard.i: java.lang.Object[] b(java.lang.Object,int,boolean) -androidx.preference.R$styleable: int SwitchPreferenceCompat_android_switchTextOff -com.jaredrummler.android.colorpicker.R$id: int notification_main_column_container -com.jaredrummler.android.colorpicker.R$id: int customPanel -james.adaptiveicon.R$attr: int textAppearanceListItem -org.greenrobot.greendao.AbstractDao: boolean isStandardSQLite -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_thumb_radius -wangdaye.com.geometricweather.R$id: int parentRelative -com.google.android.material.R$dimen: int mtrl_extended_fab_icon_text_spacing -cyanogenmod.weather.WeatherLocation$1: cyanogenmod.weather.WeatherLocation createFromParcel(android.os.Parcel) -com.xw.repo.bubbleseekbar.R$id: int search_voice_btn -com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol: com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol valueOf(java.lang.String) -cyanogenmod.app.ICMStatusBarManager: void removeCustomTileFromListener(cyanogenmod.app.ICustomTileListener,java.lang.String,java.lang.String,int) -androidx.recyclerview.R$styleable: int FontFamilyFont_fontVariationSettings -com.google.android.material.R$dimen: int mtrl_bottomappbar_fab_cradle_rounded_corner_radius -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle -io.reactivex.internal.subscriptions.BasicQueueSubscription: int requestFusion(int) -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language GERMAN -cyanogenmod.externalviews.ExternalViewProviderService: android.os.Handler access$100(cyanogenmod.externalviews.ExternalViewProviderService) -androidx.appcompat.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox -cyanogenmod.externalviews.ExternalViewProviderService: android.view.WindowManager mWindowManager -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: java.lang.String getPubTime() -android.didikee.donate.R$style: int Base_Widget_AppCompat_ImageButton -com.xw.repo.bubbleseekbar.R$attr: int colorSwitchThumbNormal -io.reactivex.exceptions.CompositeException: java.lang.String message -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver -androidx.preference.R$attr: int actionMenuTextAppearance -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_switchMinWidth -wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_colorPresets -androidx.appcompat.R$color: int tooltip_background_dark -retrofit2.adapter.rxjava2.RxJava2CallAdapter: java.lang.Object adapt(retrofit2.Call) -androidx.coordinatorlayout.R$id: int right -com.google.android.material.R$styleable: int TabLayout_tabRippleColor -wangdaye.com.geometricweather.R$string: int nighttime -com.google.android.material.button.MaterialButtonToggleGroup: MaterialButtonToggleGroup(android.content.Context,android.util.AttributeSet,int) -cyanogenmod.profiles.AirplaneModeSettings$BooleanState: AirplaneModeSettings$BooleanState() -com.google.android.material.R$string: int material_minute_suffix -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.internal.util.AtomicThrowable errors -com.google.android.material.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_1 -wangdaye.com.geometricweather.R$drawable: int weather_clear_night_pixel -wangdaye.com.geometricweather.R$string: int expand_button_title -androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_drawableTop -com.amap.api.fence.GeoFence -cyanogenmod.app.ProfileManager: java.lang.String INTENT_ACTION_PROFILE_SELECTED -com.turingtechnologies.materialscrollbar.R$attr: int collapseIcon -androidx.hilt.work.R$attr: int fontProviderCerts -com.google.android.material.R$style: int Widget_Design_TabLayout -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getNo2Color(android.content.Context) -android.didikee.donate.R$styleable: int LinearLayoutCompat_Layout_android_layout_height -cyanogenmod.os.Build: java.lang.String UNKNOWN -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_checkboxStyle -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: int humidity -com.amap.api.location.LocationManagerBase: void onDestroy() -com.loc.k: java.lang.String d -wangdaye.com.geometricweather.common.basic.models.weather.Alert: Alert(long,java.util.Date,long,java.lang.String,java.lang.String,java.lang.String,int,int) -androidx.preference.R$styleable: int GradientColor_android_centerX -androidx.preference.R$attr: int divider -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: java.lang.String en_US -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: java.util.concurrent.TimeUnit unit -com.turingtechnologies.materialscrollbar.R$animator: int mtrl_fab_hide_motion_spec -com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getSuffixTextColor() -com.google.android.material.R$dimen: int abc_text_size_display_3_material -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub$Proxy: IExternalViewProviderFactory$Stub$Proxy(android.os.IBinder) -wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView -androidx.hilt.work.R$styleable: int FontFamilyFont_fontVariationSettings -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge -androidx.preference.R$styleable: int Preference_iconSpaceReserved -com.bumptech.glide.integration.okhttp.R$id: int top -wangdaye.com.geometricweather.R$dimen: int abc_text_size_caption_material -androidx.preference.R$style: int Theme_AppCompat_DayNight -androidx.appcompat.R$styleable: int TextAppearance_android_textStyle -com.tencent.bugly.proguard.aq: java.util.Map i -com.google.android.material.card.MaterialCardView: float getProgress() -androidx.core.R$id: int action_text -androidx.constraintlayout.widget.R$attr: int flow_verticalStyle -wangdaye.com.geometricweather.R$id: int jumpToEnd -wangdaye.com.geometricweather.R$plurals: R$plurals() -okhttp3.internal.http2.Huffman: byte[] decode(byte[]) -androidx.appcompat.widget.AppCompatSpinner: void setPrompt(java.lang.CharSequence) -okhttp3.Cache$CacheResponseBody: Cache$CacheResponseBody(okhttp3.internal.cache.DiskLruCache$Snapshot,java.lang.String,java.lang.String) -com.google.android.material.R$dimen: int mtrl_calendar_day_corner -okhttp3.internal.http2.Header$Listener -androidx.constraintlayout.widget.R$interpolator: int fast_out_slow_in -com.google.android.material.R$styleable: int FontFamilyFont_android_fontVariationSettings -androidx.preference.R$styleable: int MenuView_android_verticalDivider -com.turingtechnologies.materialscrollbar.R$attr: int actionMenuTextColor -com.tencent.bugly.crashreport.CrashReport$WebViewInterface: java.lang.String getUrl() -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu -com.google.android.material.R$style: int TextAppearance_Design_Tab -wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: int unitArrayIndex -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void drainLoop() -androidx.hilt.R$styleable: int GradientColor_android_gradientRadius -cyanogenmod.externalviews.ExternalViewProperties: boolean isVisible() -com.github.rahatarmanahmed.cpv.CircularProgressView$8: void onAnimationUpdate(android.animation.ValueAnimator) -cyanogenmod.app.CustomTile$ExpandedItem: void internalSetItemSummary(java.lang.String) -androidx.recyclerview.R$attr -android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String aqi -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorControlHighlight -okio.HashingSink: java.security.MessageDigest messageDigest -androidx.lifecycle.extensions.R$layout: int notification_action -com.tencent.bugly.crashreport.common.strategy.a: android.content.Context g -cyanogenmod.power.IPerformanceManager$Stub: int TRANSACTION_cpuBoost_0 -wangdaye.com.geometricweather.R$attr: int singleChoiceItemLayout -androidx.preference.R$style: int Theme_AppCompat_Dialog -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintDimensionRatio -james.adaptiveicon.R$dimen: int hint_alpha_material_light -com.turingtechnologies.materialscrollbar.R$layout: int abc_list_menu_item_layout -androidx.appcompat.resources.R$integer -androidx.lifecycle.extensions.R$id: int tag_unhandled_key_listeners -cyanogenmod.app.ProfileManager: void updateNotificationGroup(android.app.NotificationGroup) -com.google.android.material.R$drawable: int abc_btn_radio_to_on_mtrl_000 -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getWallpaperThemePackageName() -cyanogenmod.externalviews.ExternalViewProperties: boolean hasChanged() -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer apparentTemperature -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderSelection -wangdaye.com.geometricweather.R$string: int wind_1 -androidx.appcompat.resources.R$styleable: int GradientColor_android_endX -james.adaptiveicon.R$style: R$style() -androidx.preference.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize -retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: void onComplete() -wangdaye.com.geometricweather.R$attr: int headerLayout -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_elevation -wangdaye.com.geometricweather.R$attr: int shapeAppearance -cyanogenmod.app.IProfileManager: android.app.NotificationGroup getNotificationGroup(android.os.ParcelUuid) -james.adaptiveicon.R$color: int material_grey_900 -wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_speedValue -androidx.constraintlayout.widget.R$color: R$color() -james.adaptiveicon.R$style: int Theme_AppCompat_Light_DialogWhenLarge -androidx.activity.R$id: int normal -androidx.constraintlayout.widget.R$styleable: int ActionMode_closeItemLayout -retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$2: void invoke(java.lang.Throwable) -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ListView_DropDown -wangdaye.com.geometricweather.R$dimen: int little_margin -cyanogenmod.weatherservice.IWeatherProviderService$Stub: int TRANSACTION_cancelOngoingRequests -cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_onDetach -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedEmitLast: java.util.concurrent.atomic.AtomicInteger wip -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: boolean active -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_18 -com.tencent.bugly.proguard.y: java.lang.String f() -wangdaye.com.geometricweather.remoteviews.config.Hilt_WeekWidgetConfigActivity: Hilt_WeekWidgetConfigActivity() -james.adaptiveicon.R$dimen: int abc_select_dialog_padding_start_material -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_panelBackground -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: void updateDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) -wangdaye.com.geometricweather.R$id: int material_timepicker_edit_text -okhttp3.CertificatePinner: java.util.List findMatchingPins(java.lang.String) -com.google.android.material.R$color: int mtrl_textinput_focused_box_stroke_color -cyanogenmod.providers.DataUsageContract: java.lang.String BYTES -com.jaredrummler.android.colorpicker.R$attr: int switchTextOn -com.tencent.bugly.proguard.f: java.util.Map l -com.google.android.material.R$color: int design_dark_default_color_on_background -com.google.android.material.R$color: int mtrl_choice_chip_text_color -wangdaye.com.geometricweather.db.entities.AlertEntity: AlertEntity() -androidx.preference.R$attr: int buttonStyle -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintEnd_toStartOf -cyanogenmod.app.CustomTile$ExpandedStyle$1 -wangdaye.com.geometricweather.R$attr: int brightness -androidx.appcompat.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem -wangdaye.com.geometricweather.R$layout: int activity_widget_config -android.didikee.donate.R$styleable: int AppCompatTheme_actionBarSplitStyle -cyanogenmod.profiles.LockSettings: LockSettings(int) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void onNext(java.lang.Object) -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: boolean isDaylight() -androidx.constraintlayout.widget.R$attr: int colorSwitchThumbNormal -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_TextButton -com.xw.repo.bubbleseekbar.R$dimen: int abc_list_item_padding_horizontal_material -wangdaye.com.geometricweather.R$id: int container_main_daily_trend_card_trendRecyclerView -com.google.android.material.R$styleable: int TextAppearance_android_textFontWeight -wangdaye.com.geometricweather.R$id: int dialog_providers_previewer_title -com.google.android.material.R$attr: int themeLineHeight -com.tencent.bugly.crashreport.CrashReport: void setCrashRegularFilter(java.lang.String) -wangdaye.com.geometricweather.R$drawable: int abc_list_selector_background_transition_holo_dark -wangdaye.com.geometricweather.R$attr: int labelVisibilityMode -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: long count -androidx.hilt.work.R$id: int accessibility_custom_action_5 -wangdaye.com.geometricweather.R$attr: int contentInsetStart -com.google.android.material.R$attr: int tabGravity -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_isSunlightEnhancementSelfManaged -androidx.cardview.R$attr: int contentPadding -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setProgressBackgroundColorSchemeResource(int) -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: io.reactivex.disposables.CompositeDisposable compositeDisposable -com.google.android.material.circularreveal.cardview.CircularRevealCardView -com.google.android.material.R$attr: int percentY -james.adaptiveicon.R$color: int notification_action_color_filter -androidx.lifecycle.EmptyActivityLifecycleCallbacks: EmptyActivityLifecycleCallbacks() -com.github.rahatarmanahmed.cpv.CircularProgressView$2: void onAnimationEnd(android.animation.Animator) -com.google.android.material.R$layout: int mtrl_calendar_day_of_week -androidx.appcompat.R$styleable: int ActionBar_hideOnContentScroll -com.google.android.material.R$dimen: int mtrl_btn_padding_left -androidx.constraintlayout.widget.R$style: int Platform_Widget_AppCompat_Spinner -okhttp3.OkHttpClient$1: okhttp3.internal.connection.RouteDatabase routeDatabase(okhttp3.ConnectionPool) -io.reactivex.internal.subscribers.DeferredScalarSubscriber: void onComplete() -com.tencent.bugly.proguard.ak: java.util.Map B -okhttp3.internal.http1.Http1Codec: void flushRequest() -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: void setSubState(int,boolean) -wangdaye.com.geometricweather.R$styleable: int[] Motion -wangdaye.com.geometricweather.R$attr: int bottomAppBarStyle -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: float getActionTextColorAlpha() -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void startTimeout(long) -wangdaye.com.geometricweather.R$styleable: int[] ActivityChooserView -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_statusBarScrim -com.turingtechnologies.materialscrollbar.R$attr: int counterMaxLength -wangdaye.com.geometricweather.R$string: int content_desc_search_filter_off -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$LocalSource: AccuCurrentResult$LocalSource() -com.tencent.bugly.crashreport.common.info.b: java.lang.String e() -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHorizontal_weight -androidx.appcompat.R$style: int Base_Widget_AppCompat_PopupWindow -android.didikee.donate.R$dimen: int abc_dialog_padding_top_material -wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: int getPosition() -wangdaye.com.geometricweather.R$string: int feedback_show_widget_card -androidx.appcompat.widget.AppCompatAutoCompleteTextView -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind: AccuDailyResult$DailyForecasts$Day$Wind() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: CaiYunMainlyResult$CurrentBean$WindBean() -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: io.reactivex.CompletableObserver downstream -android.didikee.donate.R$styleable: int LinearLayoutCompat_android_gravity -wangdaye.com.geometricweather.R$string: int common_google_play_services_install_button -com.xw.repo.bubbleseekbar.R$style: int Base_V26_Theme_AppCompat_Light -cyanogenmod.externalviews.ExternalView$1: void onServiceConnected(android.content.ComponentName,android.os.IBinder) -androidx.viewpager.R$dimen: int compat_button_inset_vertical_material -com.tencent.bugly.proguard.ag: void a(java.lang.String) -androidx.appcompat.R$attr: int measureWithLargestChild -wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: void setProgressBackgroundColor(int) -androidx.preference.R$id: int on -androidx.constraintlayout.widget.R$attr: int flow_padding -cyanogenmod.app.ThemeVersion$ThemeVersionImpl2$1 -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge -com.bumptech.glide.R$styleable: int ColorStateListItem_android_color -com.xw.repo.bubbleseekbar.R$attr: int colorPrimary -androidx.customview.R$attr: int fontVariationSettings -com.google.android.material.R$attr: int errorIconTint -wangdaye.com.geometricweather.R$id: int motion_base -android.didikee.donate.R$styleable: int MenuItem_tooltipText -com.jaredrummler.android.colorpicker.R$style: int Base_V7_Theme_AppCompat_Dialog -wangdaye.com.geometricweather.R$string: int common_signin_button_text_long -cyanogenmod.app.suggest.AppSuggestManager: AppSuggestManager(android.content.Context) -androidx.appcompat.resources.R$styleable: int FontFamilyFont_android_font -cyanogenmod.providers.CMSettings$2: CMSettings$2() -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_elevation -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat -wangdaye.com.geometricweather.R$color: int colorPrimaryDark -androidx.preference.R$drawable: int abc_dialog_material_background -android.didikee.donate.R$drawable: int abc_item_background_holo_light -androidx.constraintlayout.widget.R$attr: int touchRegionId -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setDescription(java.lang.String) -androidx.preference.R$attr: int titleMargin -com.google.gson.stream.JsonReader: int[] stack -com.tencent.bugly.crashreport.crash.c: long g -android.support.v4.os.ResultReceiver: int describeContents() -cyanogenmod.app.BaseLiveLockManagerService: boolean getLiveLockScreenEnabled() -okhttp3.internal.http1.Http1Codec$ChunkedSource: void close() -org.greenrobot.greendao.AbstractDaoSession: java.util.Map entityToDao -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_DarkActionBar -android.support.v4.os.ResultReceiver: boolean mLocal -androidx.preference.R$drawable: int abc_list_divider_material -com.google.android.material.internal.FlowLayout: int getLineSpacing() -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_TextView_SpinnerItem -com.google.android.material.R$dimen: int mtrl_large_touch_target -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: long serialVersionUID -cyanogenmod.hardware.CMHardwareManager: java.lang.String getLtoSource() -james.adaptiveicon.R$attr: int measureWithLargestChild -wangdaye.com.geometricweather.R$layout: int text_view_with_line_height_from_appearance -androidx.appcompat.widget.ScrollingTabContainerView: ScrollingTabContainerView(android.content.Context) -androidx.appcompat.R$dimen: int abc_action_bar_stacked_tab_max_width -androidx.hilt.lifecycle.R$id: int tag_transition_group -androidx.hilt.lifecycle.R$anim: R$anim() -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.util.Map rights -com.amap.api.location.CoordinateConverter -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onAttach() -okhttp3.internal.publicsuffix.PublicSuffixDatabase: byte EXCEPTION_MARKER -wangdaye.com.geometricweather.R$layout: int abc_cascading_menu_item_layout -cyanogenmod.app.Profile: cyanogenmod.app.ProfileGroup[] getProfileGroups() -cyanogenmod.externalviews.KeyguardExternalView: void registerOnWindowAttachmentChangedListener(cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener) -android.didikee.donate.R$styleable: int SwitchCompat_android_thumb -androidx.appcompat.R$dimen: int abc_dialog_list_padding_bottom_no_buttons -androidx.preference.R$styleable: int ActionBar_divider -io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: void onNext(java.lang.Object) -com.google.android.material.R$color: int primary_text_disabled_material_light -com.jaredrummler.android.colorpicker.R$id: int textSpacerNoTitle -wangdaye.com.geometricweather.R$layout: int activity_search -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: long serialVersionUID -android.didikee.donate.R$dimen: int abc_cascading_menus_min_smallest_width -androidx.constraintlayout.widget.ConstraintLayout: ConstraintLayout(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$id: int activity_widget_config_hideSubtitleTitle -androidx.coordinatorlayout.R$style: int TextAppearance_Compat_Notification_Time -androidx.swiperefreshlayout.R$dimen: int notification_small_icon_background_padding -com.google.android.material.R$id: int material_timepicker_view -okio.Okio$4: java.io.IOException newTimeoutException(java.io.IOException) -cyanogenmod.app.ProfileManager: void addProfile(cyanogenmod.app.Profile) -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setAnimationMode(int) -com.tencent.bugly.crashreport.common.strategy.StrategyBean: boolean j -androidx.hilt.lifecycle.R$id: int icon_group -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setIcon(android.graphics.drawable.Drawable) -com.google.android.material.R$color: int mtrl_tabs_colored_ripple_color -android.didikee.donate.R$styleable: int SearchView_submitBackground -androidx.preference.R$styleable: int Toolbar_titleTextColor -cyanogenmod.app.CustomTile$ListExpandedStyle: void setListItems(java.util.ArrayList) -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void onError(java.lang.Throwable) -com.google.gson.stream.MalformedJsonException -androidx.constraintlayout.widget.R$styleable: int KeyCycle_wavePeriod -com.turingtechnologies.materialscrollbar.R$color: int tooltip_background_dark -androidx.preference.R$styleable: int TextAppearance_android_shadowDx -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_icon_padding -com.google.android.material.R$id: int tag_accessibility_pane_title -wangdaye.com.geometricweather.R$styleable: int Slider_haloColor -androidx.appcompat.widget.Toolbar: void setLogoDescription(int) -james.adaptiveicon.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item -com.jaredrummler.android.colorpicker.R$id: int checkbox -com.jaredrummler.android.colorpicker.R$attr: int dividerPadding -androidx.appcompat.R$drawable: int btn_radio_off_to_on_mtrl_animation -android.didikee.donate.R$styleable: int AppCompatTheme_textColorSearchUrl -cyanogenmod.providers.CMSettings$Secure: java.lang.String DEVICE_HOSTNAME -com.google.android.material.R$attr: int mock_labelBackgroundColor -com.amap.api.location.AMapLocation: int ERROR_CODE_UNKNOWN -androidx.appcompat.resources.R$id: R$id() -androidx.appcompat.R$dimen: int abc_text_size_subtitle_material_toolbar -androidx.work.R$layout -okhttp3.internal.cache.CacheStrategy$Factory: boolean isFreshnessLifetimeHeuristic() -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Body2 -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$layout: int cpv_color_item_circle -cyanogenmod.providers.CMSettings$Secure: java.lang.String POWER_MENU_ACTIONS -androidx.preference.R$styleable: int AppCompatTheme_dialogTheme -android.didikee.donate.R$dimen: int hint_alpha_material_dark -com.google.android.material.snackbar.BaseTransientBottomBar$Behavior -androidx.lifecycle.viewmodel.R -wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_dark_focused -androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$State min(androidx.lifecycle.Lifecycle$State,androidx.lifecycle.Lifecycle$State) -james.adaptiveicon.R$styleable: int ViewBackgroundHelper_android_background -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cps -wangdaye.com.geometricweather.db.entities.HourlyEntity: boolean daylight -wangdaye.com.geometricweather.R$attr: int materialButtonOutlinedStyle -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_subtitleTextAppearance -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_minWidth -com.google.android.gms.common.internal.zau: android.os.Parcelable$Creator CREATOR -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void innerError(java.lang.Throwable) -com.google.android.material.textfield.TextInputLayout: void setErrorIconTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_67 -androidx.recyclerview.R$attr: int fontProviderPackage -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int RainProbability -io.reactivex.internal.util.ErrorMode: io.reactivex.internal.util.ErrorMode END -androidx.appcompat.R$attr: int contentInsetEndWithActions -androidx.lifecycle.ReportFragment: androidx.lifecycle.ReportFragment$ActivityInitializationListener mProcessListener -com.jaredrummler.android.colorpicker.R$layout: int notification_template_icon_group -androidx.customview.R$dimen: int compat_control_corner_material -io.reactivex.Observable: io.reactivex.Observable throttleLatest(long,java.util.concurrent.TimeUnit,boolean) -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_textinput_outline_box_expanded_padding -com.google.android.material.bottomnavigation.BottomNavigationView: void setItemTextColor(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$dimen: int normal_margin -androidx.swiperefreshlayout.R$layout: int notification_action -wangdaye.com.geometricweather.R$id: int baseline -androidx.appcompat.R$dimen: int notification_small_icon_background_padding -androidx.core.R$drawable: int notify_panel_notification_icon_bg -com.google.android.material.slider.BaseSlider: float getThumbElevation() -androidx.viewpager2.R$string -io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: java.lang.Object value -com.tencent.bugly.crashreport.common.info.b: long s() -androidx.preference.R$drawable: int abc_list_selector_disabled_holo_dark -androidx.appcompat.widget.AppCompatTextView: androidx.core.text.PrecomputedTextCompat$Params getTextMetricsParamsCompat() -androidx.preference.R$string: int abc_search_hint -james.adaptiveicon.R$color: int abc_hint_foreground_material_dark -okhttp3.internal.http1.Http1Codec: okio.BufferedSource source -wangdaye.com.geometricweather.R$style: int Preference -wangdaye.com.geometricweather.R$attr: int tabBackground -com.google.android.material.R$attr: int materialAlertDialogTitleIconStyle -wangdaye.com.geometricweather.R$styleable: int Preference_title -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActivityChooserView -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric: int UnitType -com.amap.api.fence.PoiItem: java.lang.String getPoiId() -retrofit2.ParameterHandler$Body: java.lang.reflect.Method method -com.google.gson.FieldNamingPolicy: java.lang.String translateName(java.lang.reflect.Field) -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -androidx.activity.R$dimen: int compat_control_corner_material -james.adaptiveicon.R$drawable: int abc_ic_star_half_black_16dp -cyanogenmod.weatherservice.IWeatherProviderService$Stub: IWeatherProviderService$Stub() -wangdaye.com.geometricweather.R$dimen: int little_weather_icon_size -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getWindSpeed() -com.jaredrummler.android.colorpicker.R$styleable: int ColorPickerView_cpv_sliderColor -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: java.lang.String EnglishName -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintTop_toBottomOf -wangdaye.com.geometricweather.R$id: int activity_widget_config_textSizeContainer -com.google.android.material.R$dimen: int compat_notification_large_icon_max_height -com.jaredrummler.android.colorpicker.R$drawable: int abc_edit_text_material -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header -okio.Pipe: okio.Source source -wangdaye.com.geometricweather.R$string: int default_location -com.jaredrummler.android.colorpicker.R$attr: int isPreferenceVisible -com.jaredrummler.android.colorpicker.R$attr: int subMenuArrow -james.adaptiveicon.R$style: int Base_DialogWindowTitleBackground_AppCompat -wangdaye.com.geometricweather.R$id: int item_weather_daily_value_title -androidx.constraintlayout.widget.R$anim: int abc_tooltip_exit -wangdaye.com.geometricweather.R$id: int snackbar_action -com.google.android.material.R$drawable: int abc_ic_search_api_material -androidx.appcompat.R$id: int wrap_content -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_barrierAllowsGoneWidgets -okhttp3.CookieJar$1: java.util.List loadForRequest(okhttp3.HttpUrl) -com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getCounterOverflowTextColor() -androidx.preference.R$styleable: int[] CoordinatorLayout -com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox -com.amap.api.fence.DistrictItem: java.lang.String b -androidx.cardview.R$styleable: int CardView_cardBackgroundColor -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_dividerPadding -com.google.android.material.R$interpolator: int mtrl_fast_out_linear_in -cyanogenmod.hardware.CMHardwareManager: boolean setDisplayColorCalibration(int[]) -com.turingtechnologies.materialscrollbar.R$color: int material_deep_teal_500 -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_switchTextAppearance -wangdaye.com.geometricweather.R$string: int mtrl_picker_date_header_title -cyanogenmod.externalviews.IKeyguardExternalViewProvider: void alterWindow(int,int,int,int,boolean,android.graphics.Rect) -androidx.customview.R$color: int secondary_text_default_material_light -com.google.android.material.R$dimen: int mtrl_low_ripple_pressed_alpha -androidx.appcompat.R$color: int secondary_text_disabled_material_dark -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_EMPTY_RENEGOTIATION_INFO_SCSV -james.adaptiveicon.R$bool: R$bool() -wangdaye.com.geometricweather.R$attr: int layout_constraintRight_toLeftOf -com.turingtechnologies.materialscrollbar.R$layout: int abc_select_dialog_material -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarWidgetTheme -wangdaye.com.geometricweather.R$string: int settings_title_widget_config -com.google.android.material.R$styleable: int Chip_showMotionSpec -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.MinutelyEntity,int) -okhttp3.WebSocket: boolean close(int,java.lang.String) -androidx.viewpager.R$dimen: int notification_large_icon_width -james.adaptiveicon.R$dimen: int abc_button_inset_horizontal_material -androidx.lifecycle.ComputableLiveData: java.util.concurrent.atomic.AtomicBoolean mInvalid -cyanogenmod.externalviews.ExternalView: void performAction(java.lang.Runnable) -wangdaye.com.geometricweather.R$attr: int progress -io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: void onNext(java.lang.Object) -com.tencent.bugly.proguard.p: java.util.List c(int) -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void dispose() -com.tencent.bugly.proguard.ac: ac() -com.google.android.material.appbar.AppBarLayout: AppBarLayout(android.content.Context,android.util.AttributeSet) -androidx.preference.R$attr: int paddingStart -androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_spinBars -james.adaptiveicon.R$id: int edit_query -wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle -androidx.lifecycle.FullLifecycleObserverAdapter$1 -androidx.appcompat.R$drawable: int abc_item_background_holo_dark -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragment_android_divider -james.adaptiveicon.R$attr: int splitTrack -wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_box_stroke_width_default -com.amap.api.location.AMapLocationClientOption$GeoLanguage: com.amap.api.location.AMapLocationClientOption$GeoLanguage[] values() -androidx.recyclerview.widget.RecyclerView: void setItemAnimator(androidx.recyclerview.widget.RecyclerView$ItemAnimator) -com.turingtechnologies.materialscrollbar.R$attr: int expanded -org.greenrobot.greendao.AbstractDao: void deleteInTx(java.lang.Object[]) -com.google.android.material.R$styleable: int TextInputLayout_prefixTextColor -com.google.android.material.R$style: int TextAppearance_AppCompat_Body1 -com.xw.repo.bubbleseekbar.R$attr: int actionBarItemBackground -com.xw.repo.bubbleseekbar.R$attr: int iconTint -androidx.activity.R$drawable: int notification_bg_normal_pressed -wangdaye.com.geometricweather.R$id: int activity_widget_config_subtitle_inputter -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ListPopupWindow -okhttp3.EventListener: okhttp3.EventListener NONE -com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage DATA_CACHE -wangdaye.com.geometricweather.db.entities.AlertEntityDao: org.greenrobot.greendao.query.Query weatherEntity_AlertEntityListQuery -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_rippleColor -okhttp3.Cache$CacheResponseBody: okhttp3.MediaType contentType() -androidx.viewpager2.R$styleable: int GradientColor_android_startX -androidx.preference.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight -androidx.swiperefreshlayout.R$drawable: int notification_icon_background -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall -okio.Segment: okio.Segment unsharedCopy() -cyanogenmod.app.suggest.ApplicationSuggestion: java.lang.String mName -wangdaye.com.geometricweather.R$attr: int motionProgress -androidx.core.R$dimen: int notification_large_icon_height -io.reactivex.internal.operators.observable.ObserverResourceWrapper: void onNext(java.lang.Object) -android.didikee.donate.R$style: int Base_Widget_AppCompat_EditText -android.didikee.donate.R$styleable: int AppCompatTheme_checkedTextViewStyle -retrofit2.HttpServiceMethod: retrofit2.Converter createResponseConverter(retrofit2.Retrofit,java.lang.reflect.Method,java.lang.reflect.Type) -androidx.preference.R$attr: int seekBarStyle -cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setHumidity(double) -com.tencent.bugly.proguard.x: boolean b -android.didikee.donate.R$color: int dim_foreground_disabled_material_dark -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: void cancel() -wangdaye.com.geometricweather.R$drawable: int abc_menu_hardkey_panel_mtrl_mult -cyanogenmod.weather.CMWeatherManager$2$2: void run() -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.google.android.material.R$attr: int customColorDrawableValue -com.jaredrummler.android.colorpicker.R$string: int abc_shareactionprovider_share_with -androidx.work.R$id: int notification_main_column -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableBottomCompat -androidx.preference.R$style: int Base_AlertDialog_AppCompat_Light -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String daytimeWindLevel -wangdaye.com.geometricweather.R$string: int v7_preference_off -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_subtitle -cyanogenmod.hardware.ICMHardwareService: java.lang.String getLtoSource() -androidx.vectordrawable.R$styleable: int FontFamilyFont_android_font -okhttp3.internal.connection.StreamAllocation: void release() -androidx.fragment.R$styleable: int FontFamilyFont_fontStyle -wangdaye.com.geometricweather.R$attr: int prefixText -com.google.android.material.R$styleable: int Transform_android_rotationY -com.amap.api.fence.DistrictItem$1 -android.didikee.donate.R$styleable: int ActionMode_closeItemLayout -androidx.appcompat.widget.FitWindowsLinearLayout: FitWindowsLinearLayout(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense -com.google.android.material.textfield.TextInputLayout: void setHintEnabled(boolean) -androidx.coordinatorlayout.R$id: int text -cyanogenmod.app.Profile: boolean mDirty -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWindSpeed(java.lang.Float) -com.tencent.bugly.crashreport.CrashReport: java.lang.String removeUserData(android.content.Context,java.lang.String) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorBackgroundFloating -wangdaye.com.geometricweather.R$color: int mtrl_navigation_item_background_color -com.turingtechnologies.materialscrollbar.R$styleable: int[] ScrimInsetsFrameLayout -com.turingtechnologies.materialscrollbar.R$dimen: int abc_floating_window_z -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX temperature -com.xw.repo.bubbleseekbar.R$attr: int showAsAction -com.loc.h: void getLocation(java.lang.String) -wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_item_max_width -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Large_Inverse -com.google.android.material.slider.RangeSlider: void setLabelFormatter(com.google.android.material.slider.LabelFormatter) -com.google.android.material.R$drawable: int mtrl_tabs_default_indicator -androidx.preference.R$style: int Base_Widget_AppCompat_ImageButton -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle -retrofit2.http.Part: java.lang.String value() -com.google.android.gms.base.R$string: int common_google_play_services_enable_button -wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.lang.String getDate(java.lang.String) -com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_MinWidth -io.reactivex.internal.disposables.EmptyDisposable: void error(java.lang.Throwable,io.reactivex.MaybeObserver) -cyanogenmod.externalviews.ExternalViewProviderService$1: cyanogenmod.externalviews.ExternalViewProviderService this$0 -okhttp3.CipherSuite: CipherSuite(java.lang.String) -androidx.constraintlayout.widget.R$dimen: int abc_disabled_alpha_material_dark -com.google.android.material.R$attr: int contentPaddingBottom -cyanogenmod.weather.CMWeatherManager$2$2: java.util.List val$weatherLocations -io.reactivex.internal.observers.DeferredScalarDisposable: void dispose() -androidx.appcompat.R$styleable: int StateListDrawable_android_constantSize -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_MaterialComponents_Headline6 -cyanogenmod.app.ILiveLockScreenChangeListener -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_checkedIcon -wangdaye.com.geometricweather.R$string: int feedback_get_weather_failed -androidx.appcompat.resources.R$styleable: int GradientColor_android_endY -androidx.appcompat.R$color: int material_grey_300 -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarWidgetTheme -wangdaye.com.geometricweather.R$drawable: int abc_ic_commit_search_api_mtrl_alpha -wangdaye.com.geometricweather.R$id: int mtrl_picker_header_title_and_selection -androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_android_font -wangdaye.com.geometricweather.R$color: int button_material_dark -com.google.android.material.bottomnavigation.BottomNavigationView -wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.String getShortWindDescription() -com.google.android.material.R$id: int edit_query -okio.Pipe$PipeSink: okio.Timeout timeout() -com.tencent.bugly.crashreport.common.info.a: java.lang.String f -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_dividerPadding -cyanogenmod.app.ICMStatusBarManager$Stub: int TRANSACTION_removeCustomTileWithTag -wangdaye.com.geometricweather.R$string: int feedback_running_in_background -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int ThunderstormProbability -io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.db.entities.HistoryEntity: long getTime() -james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_drawableLeft -wangdaye.com.geometricweather.R$string: int cpv_custom -com.google.android.material.R$styleable: int AppCompatTheme_actionBarPopupTheme -com.jaredrummler.android.colorpicker.R$drawable: int cpv_btn_background_pressed -androidx.lifecycle.FullLifecycleObserverAdapter$1: int[] $SwitchMap$androidx$lifecycle$Lifecycle$Event -com.amap.api.location.AMapLocationClientOption: AMapLocationClientOption() -wangdaye.com.geometricweather.R$styleable: int Constraint_android_rotationY -com.google.android.material.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog_Icon -androidx.constraintlayout.widget.R$styleable: int[] Transform -androidx.viewpager.R$dimen: R$dimen() -com.bumptech.glide.GeneratedAppGlideModule: GeneratedAppGlideModule() -androidx.preference.R$attr: int drawerArrowStyle -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: void onComplete() -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getSo2Color(android.content.Context) -androidx.preference.R$style: int Base_Widget_AppCompat_Button_Borderless -com.xw.repo.bubbleseekbar.R$string: int abc_shareactionprovider_share_with -okhttp3.CipherSuite$1: int compare(java.lang.Object,java.lang.Object) -androidx.hilt.lifecycle.R$dimen: int notification_action_icon_size -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWindChillTemperature(java.lang.Integer) -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_visible -androidx.appcompat.R$drawable: int abc_ic_menu_overflow_material -androidx.constraintlayout.widget.R$attr: int trackTint -wangdaye.com.geometricweather.R$id: int widget_week_temp_3 -androidx.dynamicanimation.R$id: int icon -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_DialogWhenLarge -cyanogenmod.util.ColorUtils: int findPerceptuallyNearestSolidColor(int) -io.reactivex.internal.queue.SpscArrayQueue: java.util.concurrent.atomic.AtomicLong consumerIndex -james.adaptiveicon.R$drawable: int abc_switch_thumb_material -com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_Snackbar -com.tencent.bugly.proguard.z: byte[] a(byte[],int,int,java.lang.String) -androidx.recyclerview.R$drawable: int notification_bg_low -com.amap.api.location.LocationManagerBase: void setLocationOption(com.amap.api.location.AMapLocationClientOption) -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintEnd_toEndOf -cyanogenmod.themes.IThemeService$Stub$Proxy: android.os.IBinder mRemote -wangdaye.com.geometricweather.R$layout: int activity_preview_icon -cyanogenmod.app.Profile: int describeContents() -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_body_2_material -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun: java.util.Date Set -com.google.android.material.navigation.NavigationView: void setItemIconPadding(int) -wangdaye.com.geometricweather.R$id: int action_manage -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator INCREASING_RING_RAMP_UP_TIME_VALIDATOR -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: java.lang.String uvIndex -wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Description -com.turingtechnologies.materialscrollbar.R$id: int bottom -retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.transition.R$style: int Widget_Compat_NotificationActionContainer -wangdaye.com.geometricweather.R$style: int Platform_ThemeOverlay_AppCompat_Light -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl -com.google.android.material.R$styleable: int Layout_android_layout_marginStart -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: void cancelLiveLockScreen(java.lang.String,int,int) -wangdaye.com.geometricweather.R$attr: int seekBarStyle -androidx.appcompat.R$color: int abc_background_cache_hint_selector_material_dark -io.reactivex.Observable: io.reactivex.Observable cacheWithInitialCapacity(int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric: int UnitType -retrofit2.Utils: int indexOf(java.lang.Object[],java.lang.Object) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Direction: int Degrees -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title -androidx.appcompat.resources.R$id: int accessibility_custom_action_24 -com.jaredrummler.android.colorpicker.R$styleable: int FontFamily_fontProviderAuthority -io.reactivex.internal.observers.DeferredScalarDisposable: boolean tryDispose() -com.turingtechnologies.materialscrollbar.R$color: int cardview_light_background -androidx.appcompat.R$drawable: int abc_list_selector_background_transition_holo_dark -james.adaptiveicon.R$dimen: int notification_right_side_padding_top -com.xw.repo.bubbleseekbar.R$attr: int subtitleTextAppearance -androidx.hilt.R$styleable: int[] FontFamilyFont -androidx.preference.R$color: int bright_foreground_material_light -androidx.drawerlayout.widget.DrawerLayout: android.graphics.drawable.Drawable getStatusBarBackgroundDrawable() -androidx.preference.R$styleable: int FontFamily_fontProviderAuthority -com.bumptech.glide.R$attr: int statusBarBackground -com.jaredrummler.android.colorpicker.R$styleable: int[] ViewBackgroundHelper -okhttp3.OkHttpClient: java.net.Proxy proxy() -androidx.core.R$string: R$string() -cyanogenmod.app.Profile: cyanogenmod.profiles.RingModeSettings getRingMode() -wangdaye.com.geometricweather.remoteviews.config.Hilt_DailyTrendWidgetConfigActivity -androidx.fragment.R$id: int tag_accessibility_clickable_spans -androidx.constraintlayout.widget.R$styleable: int ActionMode_background -androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customStringValue -androidx.hilt.work.R$dimen: int notification_main_column_padding_top -androidx.fragment.R$id: int accessibility_custom_action_12 -android.didikee.donate.R$attr: int actionModeCutDrawable -wangdaye.com.geometricweather.R$string: int content_des_swipe_left_to_delete -okhttp3.internal.http2.Http2Writer: void pushPromise(int,int,java.util.List) -com.google.android.material.R$styleable: int LinearLayoutCompat_android_weightSum -okhttp3.internal.cache.DiskLruCache$Editor$1: void onException(java.io.IOException) -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.util.Date getDate() -com.google.android.material.appbar.CollapsingToolbarLayout: void setVisibility(int) -io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: void onNext(java.lang.Object) -com.xw.repo.bubbleseekbar.R$attr: int buttonBarButtonStyle -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_5 -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub: IExternalViewProviderFactory$Stub() -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: boolean hasError() -androidx.preference.R$bool: int config_materialPreferenceIconSpaceReserved -androidx.appcompat.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner -com.google.android.material.R$attr: int boxBackgroundColor -io.reactivex.Observable: io.reactivex.Observable mergeWith(io.reactivex.MaybeSource) -cyanogenmod.hardware.CMHardwareManager: boolean setVibratorIntensity(int) -com.google.gson.LongSerializationPolicy$1: com.google.gson.JsonElement serialize(java.lang.Long) -com.amap.api.location.UmidtokenInfo: java.lang.String getUmidtoken() -androidx.dynamicanimation.R$attr: R$attr() -androidx.constraintlayout.widget.R$styleable: int[] PopupWindowBackgroundState -androidx.constraintlayout.widget.R$attr: int fontWeight -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintBaseline_creator -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_state_dragged -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind: java.lang.Integer direction -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow -wangdaye.com.geometricweather.R$attr: int layout_constraintTag -com.jaredrummler.android.colorpicker.R$drawable: R$drawable() -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: IKeyguardExternalViewProvider$Stub$Proxy(android.os.IBinder) -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceSearchResultTitle -androidx.preference.R$dimen: int abc_text_size_medium_material -com.google.android.material.R$styleable: int[] State -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorPrimaryDark -wangdaye.com.geometricweather.R$drawable: int notif_temp_136 -io.reactivex.internal.subscriptions.SubscriptionArbiter: boolean cancelOnReplace -com.amap.api.fence.PoiItem: java.lang.String getAdname() -okhttp3.TlsVersion: okhttp3.TlsVersion TLS_1_1 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$LocalSource: int Id -androidx.appcompat.R$layout: int abc_action_menu_item_layout -androidx.fragment.app.FragmentTabHost: void setOnTabChangedListener(android.widget.TabHost$OnTabChangeListener) -androidx.vectordrawable.R$id: int accessibility_custom_action_22 -cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks: void slideLockscreenIn() -cyanogenmod.app.IProfileManager$Stub: android.os.IBinder asBinder() -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.rx.RxDao rxDaoPlain -wangdaye.com.geometricweather.R$attr: int passwordToggleDrawable -com.google.android.material.slider.Slider: void setThumbElevation(float) -wangdaye.com.geometricweather.R$attr: int bsb_section_text_interval -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle -androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: void startNativeMonitor() -okhttp3.internal.cache.DiskLruCache: void validateKey(java.lang.String) -okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection$Builder pushObserver(okhttp3.internal.http2.PushObserver) -wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_previewSize -androidx.constraintlayout.widget.R$attr: int region_heightMoreThan -com.tencent.bugly.crashreport.crash.anr.TraceFileHelper: TraceFileHelper() -com.jaredrummler.android.colorpicker.R$styleable: int CompoundButton_android_button -cyanogenmod.util.ColorUtils$1: int compare(com.android.internal.util.cm.palette.Palette$Swatch,com.android.internal.util.cm.palette.Palette$Swatch) -wangdaye.com.geometricweather.R$string: int common_google_play_services_install_title -androidx.preference.R$styleable: int Toolbar_titleMargin -cyanogenmod.themes.ThemeManager: void requestThemeChange(java.lang.String,java.util.List) -androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: void setSupportBackgroundTintList(android.content.res.ColorStateList) -com.google.android.material.R$styleable: int Badge_maxCharacterCount -wangdaye.com.geometricweather.R$color: int colorLevel_3 -androidx.lifecycle.SavedStateHandleController: void tryToAddRecreator(androidx.savedstate.SavedStateRegistry,androidx.lifecycle.Lifecycle) -wangdaye.com.geometricweather.R$array: int weather_source_voices -okhttp3.Cache$CacheRequestImpl$1: Cache$CacheRequestImpl$1(okhttp3.Cache$CacheRequestImpl,okio.Sink,okhttp3.Cache,okhttp3.internal.cache.DiskLruCache$Editor) -com.xw.repo.bubbleseekbar.R$drawable: int abc_scrubber_track_mtrl_alpha -retrofit2.adapter.rxjava2.CallExecuteObservable$CallDisposable: void dispose() -com.tencent.bugly.crashreport.common.strategy.a: com.tencent.bugly.crashreport.common.strategy.StrategyBean f -com.google.android.material.R$style: int Base_V22_Theme_AppCompat -cyanogenmod.app.PartnerInterface: int ZEN_MODE_IMPORTANT_INTERRUPTIONS -okhttp3.internal.http2.Http2Connection$ReaderRunnable -androidx.hilt.R$styleable: int FontFamily_fontProviderFetchStrategy -androidx.constraintlayout.widget.R$dimen: int abc_list_item_padding_horizontal_material -cyanogenmod.hardware.CMHardwareManager -androidx.constraintlayout.widget.R$layout: int abc_screen_simple -androidx.loader.R$attr: int fontVariationSettings -com.bumptech.glide.integration.okhttp.R$styleable: int[] CoordinatorLayout_Layout -com.google.android.material.R$attr: int itemTextAppearance -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_percent -com.autonavi.aps.amapapi.model.AMapLocationServer: org.json.JSONObject l -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: java.lang.String Text -okhttp3.internal.ws.RealWebSocket$2: okhttp3.Request val$request -androidx.preference.R$attr: int windowMinWidthMinor -com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableItem_android_id -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_measureWithLargestChild -com.turingtechnologies.materialscrollbar.R$id: int fill -androidx.preference.R$style: int TextAppearance_AppCompat_Body2 -com.turingtechnologies.materialscrollbar.R$attr: int contentInsetLeft -androidx.recyclerview.widget.RecyclerView: void setAccessibilityDelegateCompat(androidx.recyclerview.widget.RecyclerViewAccessibilityDelegate) -androidx.appcompat.resources.R$styleable -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: long serialVersionUID -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_SearchView_ActionBar -androidx.preference.R$layout: int abc_action_mode_close_item_material -com.google.android.material.R$attr: int activityChooserViewStyle -com.google.android.material.R$attr: int endIconCheckable -androidx.lifecycle.Transformations$1: androidx.arch.core.util.Function val$mapFunction -wangdaye.com.geometricweather.R$color: int abc_secondary_text_material_light -androidx.core.R$id: int accessibility_custom_action_13 -androidx.fragment.R$id: int accessibility_custom_action_23 -com.google.android.material.R$dimen: int mtrl_bottomappbar_fab_bottom_margin -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean -james.adaptiveicon.R$attr: int ratingBarStyle -wangdaye.com.geometricweather.R$dimen: int abc_list_item_height_material -wangdaye.com.geometricweather.R$id: int widget_trend_hourly_item_3 -wangdaye.com.geometricweather.R$id: int dialog_adaptive_icon_icon -com.google.android.material.R$id: int outgoing -androidx.appcompat.R$attr: int goIcon -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabPaddingBottom -androidx.preference.R$id: int split_action_bar -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Spinner_DropDown -wangdaye.com.geometricweather.R$drawable: int weather_fog_mini_xml -androidx.preference.R$id: int up -com.jaredrummler.android.colorpicker.R$styleable: int[] StateListDrawableItem -com.google.android.material.R$attr: int endIconTint -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_bottomappbar_fabOffsetEndMode -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_circularInset -androidx.dynamicanimation.R$styleable: int GradientColorItem_android_color -wangdaye.com.geometricweather.common.basic.models.weather.Base: java.util.Date publishDate -com.google.android.material.slider.BaseSlider: float getThumbStrokeWidth() -okio.RealBufferedSource: long readDecimalLong() -wangdaye.com.geometricweather.R$dimen: int material_emphasis_disabled -com.turingtechnologies.materialscrollbar.R$attr: int buttonIconDimen -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void drainLoop() -com.google.android.material.R$animator: int mtrl_extended_fab_state_list_animator -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_4 -com.google.android.material.R$attr: int closeIconStartPadding -com.google.android.material.R$attr: int fontProviderAuthority -androidx.fragment.R$styleable: int[] Fragment -com.google.android.material.R$styleable: int SearchView_commitIcon -androidx.lifecycle.ViewModelStore -wangdaye.com.geometricweather.R$style: int my_switch -androidx.preference.R$attr: int suggestionRowLayout -wangdaye.com.geometricweather.R$attr: int fastScrollVerticalTrackDrawable -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void onNext(java.lang.Object) -retrofit2.OkHttpCall: boolean executed -com.google.android.material.R$styleable: int Layout_layout_constraintGuide_percent -android.didikee.donate.R$styleable: int ActionBar_navigationMode -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable -android.didikee.donate.R$attr: int progressBarPadding -okhttp3.Authenticator: okhttp3.Authenticator NONE -com.google.android.material.appbar.MaterialToolbar -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Spinner -wangdaye.com.geometricweather.R$layout: int notification_action -android.didikee.donate.R$styleable: int SearchView_goIcon -androidx.recyclerview.R$dimen: int notification_main_column_padding_top -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void drain() -wangdaye.com.geometricweather.R$id: int decelerate -com.xw.repo.bubbleseekbar.R$style: int Base_V7_Theme_AppCompat_Dialog -androidx.constraintlayout.widget.R$color: int primary_dark_material_light -wangdaye.com.geometricweather.R$string: int feels_like -com.google.android.material.R$dimen: int mtrl_btn_focused_z -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setWeatherEnd(java.lang.String) -com.xw.repo.bubbleseekbar.R$style: int Base_V21_Theme_AppCompat_Dialog -com.google.android.material.R$styleable: int ConstraintSet_android_layout_marginLeft -androidx.constraintlayout.utils.widget.ImageFilterView: void setContrast(float) -com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable -androidx.appcompat.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_1 -androidx.vectordrawable.animated.R$attr: int fontProviderFetchTimeout -androidx.appcompat.widget.AppCompatTextView -wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_textAppearance -wangdaye.com.geometricweather.db.entities.LocationEntity: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource getWeatherSource() -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float so2 -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_29 -com.tencent.bugly.proguard.j: void b(byte,int) -com.tencent.bugly.proguard.ak: java.util.ArrayList y -wangdaye.com.geometricweather.R$id: int dialog_animatable_icon_icon -wangdaye.com.geometricweather.R$attr: int suggestionRowLayout -com.google.android.material.R$styleable: int MaterialCalendarItem_itemShapeAppearanceOverlay -retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter: java.lang.reflect.Type responseType() -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: io.reactivex.internal.operators.observable.ObservableReplay$Node getHead() -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorPrimary -retrofit2.ParameterHandler$Field -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_cornerRadius -androidx.appcompat.widget.AppCompatImageButton: void setImageBitmap(android.graphics.Bitmap) -io.reactivex.Observable: io.reactivex.Observable concatArrayEager(int,int,io.reactivex.ObservableSource[]) -com.xw.repo.bubbleseekbar.R$attr: int listPreferredItemPaddingLeft -com.jaredrummler.android.colorpicker.R$attr: int textAppearanceSearchResultTitle -android.didikee.donate.R$styleable: int AppCompatTextHelper_android_drawableEnd -okhttp3.internal.ws.WebSocketWriter$FrameSink: boolean isFirstFrame -okhttp3.OkHttpClient$Builder: okhttp3.Authenticator proxyAuthenticator -io.reactivex.Observable: io.reactivex.Completable flatMapCompletable(io.reactivex.functions.Function,boolean) -cyanogenmod.power.IPerformanceManager$Stub: int TRANSACTION_getNumberOfProfiles -com.google.android.material.R$attr: int boxCollapsedPaddingTop -com.google.android.material.R$attr: int layout_constraintBaseline_creator -androidx.constraintlayout.widget.R$styleable: int Toolbar_titleMarginBottom -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatSeekBar_tickMarkTintMode -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_minHideDelay -com.google.android.material.R$styleable: int Constraint_layout_goneMarginEnd -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle -com.google.android.material.R$bool: int abc_allow_stacked_button_bar -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_motionStagger -android.didikee.donate.R$layout: int abc_expanded_menu_layout -okio.Buffer$1: Buffer$1(okio.Buffer) -androidx.drawerlayout.R$attr: int fontProviderFetchStrategy -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle -wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree getDaytimeWindDegree() -james.adaptiveicon.R$dimen: int abc_alert_dialog_button_bar_height -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title -okhttp3.Response$Builder: long receivedResponseAtMillis -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getMoldIndex() -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_elevation_material -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_marginStart -androidx.lifecycle.ClassesInfoCache: int CALL_TYPE_PROVIDER_WITH_EVENT -androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable: ServiceLifecycleDispatcher$DispatchRunnable(androidx.lifecycle.LifecycleRegistry,androidx.lifecycle.Lifecycle$Event) -okhttp3.internal.http2.Http2: byte TYPE_HEADERS -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void dispose() -androidx.appcompat.R$drawable: R$drawable() -com.amap.api.fence.PoiItem: java.lang.String e -android.didikee.donate.R$dimen: int notification_subtext_size -com.tencent.bugly.crashreport.crash.c: void f() -androidx.appcompat.R$drawable: int abc_btn_check_to_on_mtrl_000 -androidx.loader.R$integer: R$integer() -io.reactivex.internal.disposables.EmptyDisposable: io.reactivex.internal.disposables.EmptyDisposable NEVER -wangdaye.com.geometricweather.R$styleable: int[] SwitchMaterial -com.google.android.material.R$style: int Widget_MaterialComponents_ProgressIndicator_Linear_Determinate -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: java.lang.Throwable error -androidx.core.R$color: R$color() -androidx.preference.R$styleable: int AppCompatTheme_ratingBarStyle -com.google.android.material.R$attr: int tintMode -androidx.lifecycle.AndroidViewModel: android.app.Application mApplication -com.turingtechnologies.materialscrollbar.R$attr: int color -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setProgressBackgroundColorSchemeColor(int) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowMinWidthMajor -com.google.android.material.card.MaterialCardView: void setChecked(boolean) -cyanogenmod.app.IPartnerInterface$Stub$Proxy -androidx.appcompat.R$styleable: int GradientColorItem_android_offset -com.turingtechnologies.materialscrollbar.R$attr: int tabIndicatorColor -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: HistoryEntityDao(org.greenrobot.greendao.internal.DaoConfig) -com.xw.repo.bubbleseekbar.R$anim: int abc_slide_in_bottom -androidx.work.impl.workers.CombineContinuationsWorker -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum -com.tencent.bugly.proguard.r: long a -cyanogenmod.app.CustomTile$Builder: java.lang.String mContentDescription -wangdaye.com.geometricweather.R$dimen: int design_snackbar_text_size -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_PopupMenu -io.reactivex.Observable: io.reactivex.Observable timeout(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -com.bumptech.glide.R$styleable: int GradientColor_android_gradientRadius -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$1: void run() -com.xw.repo.bubbleseekbar.R$id: int title -okhttp3.internal.http2.Http2Connection: long DEGRADED_PONG_TIMEOUT_NS -james.adaptiveicon.R$styleable: int ActionBar_homeLayout -okhttp3.Challenge: java.nio.charset.Charset charset() -okhttp3.Cache: int writeSuccessCount -androidx.hilt.work.R$styleable: int GradientColor_android_centerY -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView -androidx.constraintlayout.widget.R$attr: int fontProviderCerts -okhttp3.internal.platform.Android10Platform: okhttp3.internal.platform.Platform buildIfSupported() -wangdaye.com.geometricweather.R$color: int mtrl_tabs_colored_ripple_color -com.tencent.bugly.crashreport.crash.h5.a: long k -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_textinput_box_corner_radius_medium -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_0 -androidx.preference.R$styleable: int PreferenceTheme_preferenceStyle -com.tencent.bugly.crashreport.common.info.a: java.lang.String P() -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xdw -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Dialog -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_button_material -androidx.activity.R$id: int accessibility_custom_action_26 -com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_colorPresets -com.jaredrummler.android.colorpicker.R$attr: int actionBarTabTextStyle -james.adaptiveicon.R$style: int Widget_AppCompat_Button_Borderless_Colored -com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawable_android_visible -com.github.rahatarmanahmed.cpv.CircularProgressView$4: CircularProgressView$4(com.github.rahatarmanahmed.cpv.CircularProgressView) -com.github.rahatarmanahmed.cpv.CircularProgressView: int color -io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: java.lang.Object leaveTransform(java.lang.Object) -androidx.appcompat.R$styleable: int AnimatedStateListDrawableItem_android_drawable -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_WIND_SPEED -okhttp3.internal.http.RealResponseBody: RealResponseBody(java.lang.String,long,okio.BufferedSource) -com.xw.repo.bubbleseekbar.R$attr: int subtitleTextStyle -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.Integer altitude -com.google.android.material.R$attr: int actionBarTabTextStyle -com.bumptech.glide.R$dimen: R$dimen() -com.google.android.material.textfield.TextInputLayout -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog -androidx.appcompat.R$styleable: int[] AppCompatTextView -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum: int UnitType -io.reactivex.Observable: io.reactivex.Observable mergeWith(io.reactivex.ObservableSource) -com.turingtechnologies.materialscrollbar.R$string: int abc_menu_delete_shortcut_label -cyanogenmod.app.Profile$LockMode: int INSECURE -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_lastHorizontalBias -wangdaye.com.geometricweather.R$drawable: int cpv_btn_background -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorControlNormal -io.reactivex.Observable: void subscribe(io.reactivex.Observer) -androidx.vectordrawable.animated.R$dimen: int compat_button_inset_horizontal_material -com.tencent.bugly.crashreport.common.info.a: com.tencent.bugly.crashreport.common.info.a af -com.baidu.location.e.h$c: com.baidu.location.e.h$c e -androidx.lifecycle.extensions.R$drawable: int notification_bg -wangdaye.com.geometricweather.R$styleable: int ImageFilterView_brightness -androidx.dynamicanimation.R$drawable: R$drawable() -androidx.appcompat.R$styleable: int AppCompatTextHelper_android_textAppearance -wangdaye.com.geometricweather.R$dimen: int mtrl_shape_corner_size_small_component -cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.RequestInfo$Builder queryOnly() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Metric: java.lang.String Unit -android.didikee.donate.R$color: int abc_tint_seek_thumb -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Snackbar_TextView -androidx.drawerlayout.R$attr: int fontWeight -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial: AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial() -androidx.constraintlayout.widget.R$id: int tag_unhandled_key_event_manager -com.google.android.material.R$styleable: int TextInputLayout_android_hint -wangdaye.com.geometricweather.R$attr: int colorAccent -cyanogenmod.app.Profile: Profile(java.lang.String,int,java.util.UUID) -wangdaye.com.geometricweather.R$anim: int abc_tooltip_enter -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircleView -com.google.android.material.R$styleable: int FontFamilyFont_android_font -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_draggable -androidx.dynamicanimation.animation.DynamicAnimation: void removeEndListener(androidx.dynamicanimation.animation.DynamicAnimation$OnAnimationEndListener) -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionButton_Overflow -wangdaye.com.geometricweather.R$dimen: int abc_text_size_body_1_material -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: void setX(java.lang.String) -com.google.android.material.R$styleable: int KeyTimeCycle_android_rotationX -androidx.appcompat.R$color: int secondary_text_disabled_material_light -retrofit2.Invocation: retrofit2.Invocation of(java.lang.reflect.Method,java.util.List) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_paddingBottom -com.google.android.material.R$attr: int expandedTitleMargin -com.google.android.material.button.MaterialButton: int getIconPadding() -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_alpha -cyanogenmod.providers.CMSettings$1: CMSettings$1() -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void onComplete() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial: java.lang.String Unit -androidx.constraintlayout.widget.Constraints: androidx.constraintlayout.widget.ConstraintSet getConstraintSet() -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: long serialVersionUID -com.google.android.material.R$attr: int layout_constraintHeight_default -wangdaye.com.geometricweather.R$animator: int weather_clear_night_1 -androidx.constraintlayout.widget.R$id: int bounce -androidx.lifecycle.LiveData: void removeObservers(androidx.lifecycle.LifecycleOwner) -wangdaye.com.geometricweather.R$string: int content_desc_weather_icon_light -android.support.v4.os.IResultReceiver$Stub: java.lang.String DESCRIPTOR -retrofit2.adapter.rxjava2.HttpException -com.google.android.material.R$layout: int test_design_checkbox -wangdaye.com.geometricweather.R$string: int material_slider_range_end -cyanogenmod.app.Profile$DozeMode: Profile$DozeMode() -com.google.android.material.R$xml: int standalone_badge_offset -wangdaye.com.geometricweather.R$id: int container_main_aqi_progress -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean -com.google.android.material.slider.RangeSlider: void setTrackHeight(int) -androidx.customview.R$attr: int fontProviderFetchStrategy -androidx.preference.R$bool: int abc_action_bar_embed_tabs -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: java.util.concurrent.TimeUnit unit -com.google.android.material.R$styleable: int TabLayout_tabSelectedTextColor -com.google.android.material.R$styleable: int Motion_motionStagger -androidx.vectordrawable.R$styleable: int FontFamilyFont_android_fontStyle -cyanogenmod.app.CustomTileListenerService: android.os.IBinder onBind(android.content.Intent) -com.google.android.material.R$dimen: int highlight_alpha_material_dark -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Metric Metric -androidx.hilt.work.R$style: int TextAppearance_Compat_Notification -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintTop_creator -wangdaye.com.geometricweather.R$font: int product_sans_italic -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean -com.google.android.material.R$layout: int abc_list_menu_item_layout -androidx.hilt.R$id: int accessibility_custom_action_23 -androidx.appcompat.R$styleable: int Spinner_popupTheme -james.adaptiveicon.R$style: int TextAppearance_Compat_Notification_Info -com.bumptech.glide.R$id: int italic -com.google.android.material.R$attr: int colorOnBackground -retrofit2.http.HEAD -wangdaye.com.geometricweather.R$string: int settings_title_notification -com.tencent.bugly.proguard.am: void a(com.tencent.bugly.proguard.j) -com.google.android.material.R$styleable: int LinearLayoutCompat_Layout_android_layout_width -androidx.lifecycle.extensions.R$string: int status_bar_notification_info_overflow -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor GREY -okhttp3.internal.http2.Http2Connection: void writeData(int,boolean,okio.Buffer,long) -cyanogenmod.weather.WeatherInfo$DayForecast$Builder -com.tencent.bugly.crashreport.common.info.AppInfo: java.lang.String a(int) -wangdaye.com.geometricweather.R$attr: int singleLine -okhttp3.internal.http2.Http2Stream$FramingSink: boolean $assertionsDisabled -cyanogenmod.themes.ThemeManager: void unregisterThemeChangeListener(cyanogenmod.themes.ThemeManager$ThemeChangeListener) -androidx.preference.R$id: int accessibility_custom_action_8 -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: int count -com.xw.repo.bubbleseekbar.R$id: int notification_main_column_container -androidx.preference.R$anim: int fragment_fade_enter -wangdaye.com.geometricweather.R$attr: int layout_behavior -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_firstHorizontalBias -wangdaye.com.geometricweather.R$attr: int dividerVertical -com.google.android.material.R$styleable: int Transition_pathMotionArc -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -com.google.android.material.floatingactionbutton.FloatingActionButton: void setCompatHoveredFocusedTranslationZResource(int) -androidx.preference.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation -cyanogenmod.platform.Manifest: Manifest() -wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.Object readKey(android.database.Cursor,int) -com.tencent.bugly.proguard.p: com.tencent.bugly.proguard.p a -com.tencent.bugly.crashreport.crash.CrashDetailBean: boolean d -androidx.viewpager2.R$id: int accessibility_custom_action_26 -io.reactivex.Observable: io.reactivex.Observable takeWhile(io.reactivex.functions.Predicate) -androidx.appcompat.R$styleable: int SwitchCompat_switchMinWidth -androidx.appcompat.widget.ActionBarContainer: android.view.View getTabContainer() -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Toolbar_Button_Navigation -com.amap.api.fence.GeoFence: void setPendingIntentAction(java.lang.String) -james.adaptiveicon.R$id: int async -androidx.constraintlayout.widget.R$attr: int actionProviderClass -wangdaye.com.geometricweather.R$anim: int design_snackbar_out -com.turingtechnologies.materialscrollbar.R$attr: int font -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setTitle(java.lang.String) -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void innerClose(boolean,io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver) -wangdaye.com.geometricweather.R$color: int colorTextContent_light -androidx.constraintlayout.motion.widget.MotionLayout: void setScene(androidx.constraintlayout.motion.widget.MotionScene) -com.jaredrummler.android.colorpicker.R$drawable: int abc_ratingbar_indicator_material -com.bumptech.glide.R$color: int notification_icon_bg_color -androidx.preference.R$attr: int splitTrack -wangdaye.com.geometricweather.R$styleable: int MultiSelectListPreference_entryValues -okio.SegmentedByteString: int size() -com.google.android.material.R$style: int Base_Widget_MaterialComponents_ProgressIndicator_Linear -com.tencent.bugly.proguard.an: java.lang.String d -cyanogenmod.weatherservice.ServiceRequestResult: ServiceRequestResult() -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_default_height_material -androidx.preference.R$styleable: int AppCompatTheme_windowActionBarOverlay -com.google.android.material.R$styleable: int ConstraintSet_android_rotationY -wangdaye.com.geometricweather.common.ui.widgets.TagView: int getUncheckedBackgroundColor() -wangdaye.com.geometricweather.R$layout: int widget_clock_day_temp -com.github.rahatarmanahmed.cpv.CircularProgressView$2: CircularProgressView$2(com.github.rahatarmanahmed.cpv.CircularProgressView,float) -com.xw.repo.bubbleseekbar.R$string: int abc_action_mode_done -com.google.android.material.bottomnavigation.BottomNavigationView: void setOnNavigationItemSelectedListener(com.google.android.material.bottomnavigation.BottomNavigationView$OnNavigationItemSelectedListener) -androidx.preference.R$styleable: int ActionMode_background -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_marginTop -cyanogenmod.hardware.CMHardwareManager: boolean registerThermalListener(cyanogenmod.hardware.ThermalListenerCallback) -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: void dispose() -james.adaptiveicon.R$styleable: int RecycleListView_paddingTopNoTitle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial Imperial -androidx.preference.R$attr: int theme -androidx.preference.R$styleable: int Preference_android_title -cyanogenmod.app.ICustomTileListener: void onCustomTileRemoved(org.cyanogenmod.internal.statusbar.IStatusBarCustomTileHolder) -retrofit2.Platform$Android$MainThreadExecutor: android.os.Handler handler -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse -wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode DAY -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPath: androidx.core.graphics.PathParser$PathDataNode[] getPathData() -cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent OVERLAY -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintCircleAngle -com.google.android.material.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless -cyanogenmod.providers.ThemesContract$ThemesColumns: android.net.Uri CONTENT_URI -androidx.hilt.R$layout: int notification_template_custom_big -androidx.lifecycle.extensions.R$styleable: R$styleable() -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_10 -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub: cyanogenmod.weatherservice.IWeatherProviderServiceClient asInterface(android.os.IBinder) -james.adaptiveicon.R$attr: int paddingBottomNoButtons -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textColorAlertDialogListItem -com.google.android.material.chip.Chip: android.content.res.ColorStateList getRippleColor() -com.google.android.gms.base.R$drawable: int common_google_signin_btn_text_dark_normal -james.adaptiveicon.R$attr: int tooltipForegroundColor -okhttp3.internal.connection.StreamAllocation: java.lang.String toString() -wangdaye.com.geometricweather.R$string: int feedback_not_yet_location -com.google.android.material.R$styleable: int Constraint_android_rotationY -androidx.preference.R$color: int bright_foreground_inverse_material_light -androidx.transition.R$drawable: int notification_bg_low_pressed -androidx.customview.R$attr: int font -com.google.android.material.R$attr: int actionBarTabStyle -cyanogenmod.providers.CMSettings$System: float getFloatForUser(android.content.ContentResolver,java.lang.String,float,int) -wangdaye.com.geometricweather.R$dimen: int material_clock_period_toggle_width -com.turingtechnologies.materialscrollbar.R$color: int mtrl_textinput_filled_box_default_background_color -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_circularRadius -org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.query.QueryBuilder queryBuilder(java.lang.Class) -cyanogenmod.library.R$styleable: R$styleable() -com.amap.api.location.AMapLocation: void setTrustedLevel(int) -wangdaye.com.geometricweather.R$attr: int rangeFillColor -cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_unregisterChangeListener -androidx.coordinatorlayout.R$id: int icon_group -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_ASSIST_ACTION_VALIDATOR -com.google.android.material.R$styleable: int Chip_chipIconTint -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Empty -com.google.android.material.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemIconPadding -androidx.constraintlayout.widget.R$styleable: int Motion_pathMotionArc -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_maxButtonHeight -wangdaye.com.geometricweather.R$color: int abc_color_highlight_material -com.amap.api.location.AMapLocationClientOption: boolean isSensorEnable() -wangdaye.com.geometricweather.R$dimen: int abc_text_size_subtitle_material_toolbar -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: io.reactivex.Scheduler$Worker worker -androidx.lifecycle.LiveData: java.lang.Object mData -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.os.RemoteCallbackList mCallbacks -wangdaye.com.geometricweather.common.ui.behaviors.InkPageIndicatorBehavior: InkPageIndicatorBehavior(android.content.Context,android.util.AttributeSet) -cyanogenmod.app.Profile$ProfileTrigger: Profile$ProfileTrigger(int,java.lang.String,int,java.lang.String) -com.google.android.material.bottomsheet.BottomSheetBehavior$SavedState -wangdaye.com.geometricweather.R$styleable: int SwitchPreference_switchTextOn -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_ActionBar_Primary -androidx.hilt.work.R$id: int accessibility_custom_action_28 -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_Dialog_Alert -retrofit2.http.Path: java.lang.String value() -com.tencent.bugly.crashreport.biz.a: android.content.Context a -com.xw.repo.bubbleseekbar.R$attr: int displayOptions -okhttp3.logging.HttpLoggingInterceptor: HttpLoggingInterceptor() -android.didikee.donate.R$attr: int listPreferredItemHeight -com.xw.repo.bubbleseekbar.R$color: int bright_foreground_inverse_material_dark -io.reactivex.exceptions.CompositeException: void printStackTrace(java.io.PrintStream) -wangdaye.com.geometricweather.R$styleable: int Constraint_android_elevation -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setEnabled(boolean) -androidx.hilt.work.R$anim: int fragment_fade_enter -com.tencent.bugly.b: void a(com.tencent.bugly.a) -androidx.appcompat.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert -androidx.recyclerview.R$id: int accessibility_custom_action_30 -wangdaye.com.geometricweather.R$id: int container_main_first_card_header_alert -com.xw.repo.bubbleseekbar.R$attr: int actionProviderClass -androidx.swiperefreshlayout.R$styleable: int[] FontFamilyFont -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Year -androidx.appcompat.R$dimen: R$dimen() -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_navigation_height -com.google.android.material.R$styleable: int MockView_mock_labelColor -retrofit2.http.HTTP: boolean hasBody() -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_BottomAppBar_Primary -androidx.appcompat.R$id: int accessibility_custom_action_28 -james.adaptiveicon.R$id: int progress_circular -androidx.viewpager2.R$styleable: int RecyclerView_layoutManager -com.google.android.material.R$attr: int itemFillColor -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse -androidx.constraintlayout.widget.R$attr: int buttonTintMode -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: long EpochDate -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher: androidx.lifecycle.LifecycleOwner mLifecycle -wangdaye.com.geometricweather.R$drawable: int notif_temp_80 -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_thumbTextPadding -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_Button -com.tencent.bugly.proguard.a: byte[] a(com.tencent.bugly.proguard.k) -wangdaye.com.geometricweather.R$id: int design_menu_item_text -android.didikee.donate.R$color: int abc_tint_edittext -wangdaye.com.geometricweather.R$drawable: int btn_radio_off_mtrl -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dialogPreferredPadding -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$Geometry -okhttp3.internal.platform.AndroidPlatform$CloseGuard -retrofit2.OkHttpCall: retrofit2.Response parseResponse(okhttp3.Response) -com.baidu.location.e.l$b: void a(java.lang.StringBuffer,java.lang.String,java.lang.String,int) -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: boolean requestDismissAndStartActivity(android.content.Intent) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableTint -james.adaptiveicon.R$drawable: int abc_textfield_search_activated_mtrl_alpha -com.google.android.gms.signin.internal.zab -cyanogenmod.providers.CMSettings$Secure: java.lang.String getStringForUser(android.content.ContentResolver,java.lang.String,int) -okhttp3.RequestBody$2 -androidx.preference.R$attr: int layout_behavior -wangdaye.com.geometricweather.R$drawable: int weather_cloudy_pixel -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header -okio.BufferedSource: boolean exhausted() -androidx.vectordrawable.animated.R$color: int ripple_material_light -com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat_Dark -com.tencent.bugly.proguard.z: byte[] b(int,byte[],byte[]) -androidx.coordinatorlayout.R$dimen: int notification_content_margin_start -cyanogenmod.weather.CMWeatherManager$LookupCityRequestListener: void onLookupCityRequestCompleted(int,java.util.List) -wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: java.lang.String getUnitId() -wangdaye.com.geometricweather.R$drawable: int notif_temp_132 -cyanogenmod.profiles.LockSettings: boolean mDirty -androidx.drawerlayout.R$dimen: int notification_right_icon_size -androidx.appcompat.widget.ActionBarOverlayLayout: void setUiOptions(int) -androidx.constraintlayout.widget.R$id: int startHorizontal -androidx.vectordrawable.animated.R$styleable: int[] FontFamilyFont -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dividerHorizontal -androidx.viewpager.R$drawable -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: java.util.List getValue() -wangdaye.com.geometricweather.R$styleable: int[] View -okhttp3.logging.HttpLoggingInterceptor$Logger -androidx.transition.R$dimen: int notification_content_margin_start -androidx.lifecycle.extensions.R$color -com.google.android.material.chip.Chip: void setCloseIconEndPadding(float) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_COLOR_ADJUSTMENT_VALIDATOR -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean k -com.google.android.material.switchmaterial.SwitchMaterial: SwitchMaterial(android.content.Context,android.util.AttributeSet,int) -androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_ttcIndex -com.xw.repo.bubbleseekbar.R$id: int search_src_text -androidx.constraintlayout.widget.R$attr: int radioButtonStyle -com.google.android.material.R$layout: int support_simple_spinner_dropdown_item -com.google.android.material.R$attr: int drawableRightCompat -androidx.preference.R$style -james.adaptiveicon.R$style: int TextAppearance_Compat_Notification_Title -org.greenrobot.greendao.AbstractDao: boolean isEntityUpdateable() -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: boolean done -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text -com.xw.repo.bubbleseekbar.R$dimen: int notification_right_icon_size -wangdaye.com.geometricweather.db.entities.WeatherEntity: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree windDegree -androidx.constraintlayout.widget.R$style: int Widget_Compat_NotificationActionContainer -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeIcePrecipitationDuration -com.bumptech.glide.integration.okhttp.R$color: int notification_action_color_filter -androidx.activity.R$string -android.didikee.donate.R$attr: int drawerArrowStyle -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: void dispose() -androidx.appcompat.R$styleable: int LinearLayoutCompat_android_baselineAligned -com.amap.api.fence.GeoFenceManagerBase: void resumeGeoFence() -cyanogenmod.profiles.AirplaneModeSettings$BooleanState -com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat -okhttp3.internal.publicsuffix.PublicSuffixDatabase: void readTheList() -okhttp3.internal.connection.RealConnection: boolean isEligible(okhttp3.Address,okhttp3.Route) -com.google.android.material.R$color: int cardview_shadow_end_color -androidx.appcompat.widget.AppCompatToggleButton: AppCompatToggleButton(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$styleable: int ColorPickerView_cpv_borderColor -androidx.preference.R$styleable: int MultiSelectListPreference_entryValues -com.tencent.bugly.CrashModule: CrashModule() -com.google.android.material.R$style: int Widget_Compat_NotificationActionText -cyanogenmod.app.BaseLiveLockManagerService$1: boolean getLiveLockScreenEnabled() -okhttp3.Cookie$Builder -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: int getPrecipitationColor(android.content.Context) -androidx.lifecycle.Transformations$2$1: Transformations$2$1(androidx.lifecycle.Transformations$2) -androidx.coordinatorlayout.widget.CoordinatorLayout: int getSuggestedMinimumWidth() -wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: java.lang.String postCode -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX brandInfo -wangdaye.com.geometricweather.R$drawable: int notif_temp_10 -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light -androidx.lifecycle.ServiceLifecycleDispatcher: void onServicePreSuperOnStart() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric Metric -com.google.gson.stream.JsonReader: void setLenient(boolean) -androidx.activity.R$id: int blocking -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: int getFillColor() -com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage valueOf(java.lang.String) -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_2 -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_indeterminateProgressStyle -wangdaye.com.geometricweather.R$animator: int weather_partly_cloudy_day_3 -okhttp3.Response: okhttp3.Handshake handshake -androidx.core.view.ViewCompat$1: ViewCompat$1(androidx.core.view.OnApplyWindowInsetsListener) -wangdaye.com.geometricweather.R$styleable: int Toolbar_contentInsetEnd -wangdaye.com.geometricweather.R$style: int activity_create_widget_done_button -cyanogenmod.providers.CMSettings$Global: CMSettings$Global() -okio.ByteString: boolean endsWith(byte[]) -com.google.android.material.R$styleable: int MenuGroup_android_orderInCategory -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean current -androidx.hilt.lifecycle.R$styleable: R$styleable() -cyanogenmod.providers.CMSettings$System: java.lang.String HIGH_TOUCH_SENSITIVITY_ENABLE -com.google.android.material.R$integer: int status_bar_notification_info_maxnum -androidx.preference.R$style: int ThemeOverlay_AppCompat_Dark -androidx.dynamicanimation.R$attr: int fontStyle -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_AutoCompleteTextView -com.bumptech.glide.integration.okhttp.R$drawable: int notification_tile_bg -androidx.hilt.work.R$id: int italic -com.google.android.material.datepicker.MaterialTextInputPicker: MaterialTextInputPicker() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: void setBrandId(java.lang.String) -wangdaye.com.geometricweather.R$dimen: int abc_action_bar_subtitle_bottom_margin_material -androidx.preference.R$styleable: int[] PreferenceTheme -com.tencent.bugly.proguard.aj: aj(byte,java.lang.String,byte[]) -androidx.fragment.R$drawable: int notification_bg_normal -okhttp3.MultipartBody$Part: okhttp3.RequestBody body -androidx.constraintlayout.widget.R$drawable: int abc_list_longpressed_holo -wangdaye.com.geometricweather.R$drawable: int weather_clear_night_mini_dark -android.didikee.donate.R$styleable: int SearchView_android_maxWidth -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer ragweedLevel -androidx.core.R$attr: int fontWeight -com.xw.repo.bubbleseekbar.R$attr: int textAppearanceLargePopupMenu -io.reactivex.Observable: io.reactivex.Observable concatMapMaybeDelayError(io.reactivex.functions.Function,boolean) -androidx.recyclerview.R$dimen: int compat_button_padding_horizontal_material -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer windChillTemperature -cyanogenmod.hardware.CMHardwareManager: java.lang.String getLtoDestination() -wangdaye.com.geometricweather.R$string: int feedback_request_location_permission_failed -wangdaye.com.geometricweather.R$attr: int contentPaddingLeft -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: java.util.List value -android.didikee.donate.R$style: int TextAppearance_AppCompat_Display1 -androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_ttcIndex -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: java.util.Locale getLocale() -com.bumptech.glide.load.DecodeFormat: com.bumptech.glide.load.DecodeFormat PREFER_RGB_565 -android.support.v4.app.INotificationSideChannel$Default -io.reactivex.internal.util.ArrayListSupplier: java.lang.Object apply(java.lang.Object) -androidx.preference.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable -wangdaye.com.geometricweather.R$styleable: int Toolbar_buttonGravity -androidx.fragment.R$id: int notification_background -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Large_Inverse -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour PastHour -wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: void setHourText(java.lang.String) -james.adaptiveicon.R$attr: int checkedTextViewStyle -androidx.appcompat.R$attr: int theme -android.didikee.donate.R$layout: int abc_screen_simple_overlay_action_mode -wangdaye.com.geometricweather.R$styleable: int Chip_iconStartPadding -androidx.constraintlayout.widget.R$styleable: int PropertySet_android_alpha -androidx.core.R$id: int accessibility_custom_action_0 -cyanogenmod.app.BaseLiveLockManagerService -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: long serialVersionUID -james.adaptiveicon.R$attr: int arrowHeadLength -okhttp3.RealCall: okhttp3.EventListener eventListener -okio.Buffer: okio.Buffer writeDecimalLong(long) -cyanogenmod.externalviews.KeyguardExternalView$5: void run() -retrofit2.RequestBuilder: void addTag(java.lang.Class,java.lang.Object) -androidx.appcompat.R$style: int Base_DialogWindowTitleBackground_AppCompat -wangdaye.com.geometricweather.R$styleable: int SearchView_queryBackground -androidx.drawerlayout.R$dimen: int notification_top_pad_large_text -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_rotationY -wangdaye.com.geometricweather.R$id: int activity_widget_config_hideSubtitleContainer -com.google.gson.stream.JsonWriter: void setIndent(java.lang.String) -com.google.android.material.slider.RangeSlider: void setThumbStrokeWidth(float) -wangdaye.com.geometricweather.R$string: int key_widget_day -okhttp3.internal.http2.Http2Connection$Listener: void onStream(okhttp3.internal.http2.Http2Stream) -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -androidx.hilt.R$id: int visible_removing_fragment_view_tag -org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.rx.RxTransaction rxTxPlain -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 -okhttp3.internal.http2.Http2Connection$4: void execute() -io.reactivex.Observable: io.reactivex.Observable never() -com.tencent.bugly.crashreport.crash.h5.a: a() -androidx.core.R$drawable: int notification_tile_bg -androidx.appcompat.R$style: int Base_V22_Theme_AppCompat_Light -cyanogenmod.themes.IThemeService: int getProgress() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_firstBaselineToTopHeight -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer iso0 -james.adaptiveicon.R$dimen: int abc_seekbar_track_background_height_material -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Display2 -com.jaredrummler.android.colorpicker.R$id: int cpv_color_image_view -com.google.android.material.R$attr: int textAppearanceLineHeightEnabled -androidx.swiperefreshlayout.R$styleable: int GradientColor_android_startY -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver -cyanogenmod.weather.WeatherInfo$DayForecast: WeatherInfo$DayForecast() -androidx.preference.R$styleable: int Preference_dependency -retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory create() -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_21 -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabPaddingEnd -com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableTransition_android_drawable -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_android_textOff -com.tencent.bugly.proguard.f: void a(com.tencent.bugly.proguard.j) -wangdaye.com.geometricweather.R$drawable: int notification_bg_low_normal -com.google.android.material.R$style: int Widget_MaterialComponents_Button_OutlinedButton -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowActionBar -okhttp3.internal.http1.Http1Codec: void writeRequestHeaders(okhttp3.Request) -cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String DAY -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator CALL_RECORDING_FORMAT_VALIDATOR -com.xw.repo.bubbleseekbar.R$styleable: int GradientColorItem_android_offset -okhttp3.internal.http.HttpHeaders: int skipWhitespace(java.lang.String,int) -cyanogenmod.weather.CMWeatherManager: cyanogenmod.weather.CMWeatherManager sInstance -com.google.android.material.button.MaterialButton: void setIconTintMode(android.graphics.PorterDuff$Mode) -com.google.android.material.R$styleable: int ProgressIndicator_inverse -androidx.appcompat.R$styleable: int MenuView_android_itemIconDisabledAlpha -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_119 -wangdaye.com.geometricweather.R$styleable: int[] OnSwipe -androidx.lifecycle.LifecycleService: androidx.lifecycle.ServiceLifecycleDispatcher mDispatcher -wangdaye.com.geometricweather.R$attr: int behavior_hideable -com.google.android.material.R$attr: int titleMargins -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constrainedHeight -android.didikee.donate.R$attr: int defaultQueryHint -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void dispose() -okhttp3.internal.publicsuffix.PublicSuffixDatabase: byte[] publicSuffixExceptionListBytes -wangdaye.com.geometricweather.db.entities.WeatherEntity: void resetHourlyEntityList() -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$attr: int layout_constraintHeight_max -androidx.constraintlayout.widget.R$color: int abc_decor_view_status_guard_light -cyanogenmod.themes.IThemeService$Stub$Proxy: void applyDefaultTheme() -com.google.gson.internal.LazilyParsedNumber: boolean equals(java.lang.Object) -cyanogenmod.hardware.IThermalListenerCallback$Stub -james.adaptiveicon.R$layout: int abc_action_menu_layout -wangdaye.com.geometricweather.R$anim: int fragment_close_enter -android.didikee.donate.R$attr: int showTitle -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DOUBLE_TAP_SLEEP_GESTURE_VALIDATOR -com.turingtechnologies.materialscrollbar.R$attr: int tickMarkTintMode -cyanogenmod.app.BaseLiveLockManagerService: android.os.IBinder onBind(android.content.Intent) -cyanogenmod.profiles.ConnectionSettings: void setOverride(boolean) -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Pm25 -wangdaye.com.geometricweather.R$styleable: int ThemeEnforcement_enforceTextAppearance -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property UpdateTime -cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy: java.util.List getSuggestions(android.content.Intent) -com.google.android.material.R$styleable: int TextInputLayout_errorTextAppearance -com.turingtechnologies.materialscrollbar.R$attr: int tooltipText -androidx.viewpager.R$attr: int alpha -com.google.gson.stream.JsonReader: java.io.Reader in -cyanogenmod.weather.IRequestInfoListener$Stub: int TRANSACTION_onWeatherRequestCompleted -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_commit_search_api_mtrl_alpha -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Imperial: java.lang.String Unit -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.String name -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_display_1_material -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$7: void run() -wangdaye.com.geometricweather.db.entities.DaoSession: void clear() -androidx.constraintlayout.widget.R$styleable: int[] ConstraintSet -james.adaptiveicon.R$style: int Base_V23_Theme_AppCompat -cyanogenmod.app.LiveLockScreenInfo: android.os.Parcelable$Creator CREATOR -io.reactivex.Observable: void blockingSubscribe() -com.google.android.material.R$drawable: int abc_edit_text_material -io.reactivex.Observable: io.reactivex.Observable generate(io.reactivex.functions.Consumer) -androidx.constraintlayout.widget.R$styleable: int CustomAttribute_attributeName -com.google.android.material.R$styleable: int Layout_layout_constraintTop_toBottomOf -cyanogenmod.app.IPartnerInterface$Stub$Proxy: void setMobileDataEnabled(boolean) -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.internal.fuseable.SimpleQueue queue -wangdaye.com.geometricweather.R$id: int dialog_background_location_summary -com.turingtechnologies.materialscrollbar.R$attr: int actionModePopupWindowStyle -androidx.preference.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title -retrofit2.BuiltInConverters$ToStringConverter: BuiltInConverters$ToStringConverter() -cyanogenmod.weather.CMWeatherManager$2: cyanogenmod.weather.CMWeatherManager this$0 -androidx.viewpager2.R$id: int forever -com.google.android.material.R$styleable: int MenuItem_android_alphabeticShortcut -com.google.android.material.R$dimen: int mtrl_calendar_bottom_padding -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int CLOUDY -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated -cyanogenmod.providers.CMSettings$System: java.lang.String LOCKSCREEN_PIN_SCRAMBLE_LAYOUT -retrofit2.Utils: boolean equals(java.lang.reflect.Type,java.lang.reflect.Type) -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_NoActionBar_Bridge -androidx.preference.R$styleable: int PreferenceTheme_editTextPreferenceStyle -androidx.constraintlayout.widget.R$styleable: int Constraint_android_alpha -wangdaye.com.geometricweather.R$drawable: int notif_temp_123 -wangdaye.com.geometricweather.R$array: int widget_card_styles -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_CompoundButton_RadioButton -com.xw.repo.bubbleseekbar.R$id: int content -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: java.util.List getValue() -wangdaye.com.geometricweather.R$attr: int activityChooserViewStyle -wangdaye.com.geometricweather.R$drawable: int notif_temp_81 -cyanogenmod.profiles.ConnectionSettings: int mConnectionId -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void dispose() -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: long serialVersionUID -android.didikee.donate.R$id: int showCustom -com.google.android.material.R$integer: int mtrl_btn_anim_delay_ms -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: java.lang.String WidgetPhrase -com.turingtechnologies.materialscrollbar.R$id: int content -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_contentInsetStartWithNavigation -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_28 -wangdaye.com.geometricweather.R$dimen: int mtrl_progress_circular_radius -wangdaye.com.geometricweather.R$attr: int hideOnScroll -com.turingtechnologies.materialscrollbar.R$attr: int multiChoiceItemLayout -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_default -com.jaredrummler.android.colorpicker.R$styleable: int ViewBackgroundHelper_backgroundTint -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWindChillTemperature(java.lang.Integer) -androidx.preference.R$styleable: int AppCompatTextView_autoSizeMinTextSize -android.didikee.donate.R$style: int Theme_AppCompat_CompactMenu -com.jaredrummler.android.colorpicker.R$attr: int actionButtonStyle -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionBar_TabText -com.google.android.material.transformation.ExpandableBehavior: ExpandableBehavior() -cyanogenmod.app.ProfileGroup: void getXmlString(java.lang.StringBuilder,android.content.Context) -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VectorDrawableCompatState -androidx.lifecycle.ViewModelStore: androidx.lifecycle.ViewModel get(java.lang.String) -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon -com.google.android.material.R$id: int parentPanel -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_11 -androidx.coordinatorlayout.widget.CoordinatorLayout: void setStatusBarBackgroundColor(int) -android.didikee.donate.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionBar_TabView -cyanogenmod.app.Profile: java.util.Map connections -retrofit2.RequestFactory$Builder: java.lang.reflect.Type[] parameterTypes -com.google.gson.stream.JsonReader: boolean hasNext() -androidx.loader.R$id: int line3 -androidx.appcompat.R$styleable: int AppCompatTheme_windowFixedHeightMinor -androidx.preference.R$styleable: int RecyclerView_android_clipToPadding -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: void setPageCount(int) -cyanogenmod.content.Intent: java.lang.String ACTION_PROTECTED_CHANGED -wangdaye.com.geometricweather.R$drawable: int ic_github_light -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$LocalSource: int Id -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: ObservableSequenceEqual$EqualCoordinator(io.reactivex.Observer,int,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiPredicate) -com.google.android.material.R$id: int accessibility_custom_action_14 -com.google.android.material.navigation.NavigationView: android.view.MenuItem getCheckedItem() -com.google.android.material.R$style: int TestStyleWithLineHeightAppearance -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_24 -androidx.lifecycle.ClassesInfoCache$CallbackInfo: void invokeMethodsForEvent(java.util.List,androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event,java.lang.Object) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Metric -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeRainPrecipitationProbability -androidx.lifecycle.viewmodel.savedstate.R: R() -com.amap.api.fence.DistrictItem: java.util.List d -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void onStop() -androidx.preference.R$styleable: int AppCompatTheme_actionBarSplitStyle -retrofit2.DefaultCallAdapterFactory$1: DefaultCallAdapterFactory$1(retrofit2.DefaultCallAdapterFactory,java.lang.reflect.Type,java.util.concurrent.Executor) -org.greenrobot.greendao.AbstractDao: void updateInsideSynchronized(java.lang.Object,org.greenrobot.greendao.database.DatabaseStatement,boolean) -com.google.android.material.textfield.TextInputLayout: void setErrorIconTintMode(android.graphics.PorterDuff$Mode) -com.google.android.material.R$dimen: int design_fab_size_mini -okhttp3.internal.http2.Http2Codec: void finishRequest() -com.google.android.material.R$styleable: int ExtendedFloatingActionButton_hideMotionSpec -androidx.hilt.work.R$layout: int notification_template_part_time -wangdaye.com.geometricweather.R$styleable: int AppBarLayout_liftOnScroll -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setDegreeDayTemperature(java.lang.Integer) -okio.Okio$1: java.io.OutputStream val$out -cyanogenmod.weather.WeatherInfo: double getWindSpeed() -okio.RealBufferedSource: void readFully(okio.Buffer,long) -wangdaye.com.geometricweather.R$styleable: int Badge_horizontalOffset -io.reactivex.internal.subscriptions.EmptySubscription: void cancel() -okhttp3.internal.ws.WebSocketProtocol: void validateCloseCode(int) -wangdaye.com.geometricweather.R$attr: int bsb_show_progress_in_float -com.xw.repo.bubbleseekbar.R$id -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void dispose() -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Button_Borderless_Colored -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial: java.lang.String Unit -wangdaye.com.geometricweather.R$attr: int swipeRefreshLayoutProgressSpinnerBackgroundColor -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX: java.util.List getBrands() -io.reactivex.Observable: io.reactivex.Observable concatArrayEagerDelayError(io.reactivex.ObservableSource[]) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_DEFAULT_LED_OFF_VALIDATOR -wangdaye.com.geometricweather.R$attr: int constraintSetEnd -androidx.viewpager2.R$dimen: int notification_small_icon_background_padding -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_Switch -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWeatherCode(wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode) -androidx.viewpager2.R$dimen: int notification_action_icon_size -okhttp3.Cache: void update(okhttp3.Response,okhttp3.Response) -com.google.android.material.R$id: int async -androidx.appcompat.R$dimen: int abc_text_size_display_2_material -okhttp3.Cookie: java.lang.String toString() -com.baidu.location.e.h$c: com.baidu.location.e.h$c d -com.jaredrummler.android.colorpicker.R$layout: int abc_action_bar_title_item -com.google.android.gms.location.DetectedActivity: android.os.Parcelable$Creator CREATOR -com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginTop -wangdaye.com.geometricweather.db.entities.WeatherEntity: void refresh() -androidx.constraintlayout.widget.R$styleable: int Constraint_android_scaleX -androidx.appcompat.widget.AppCompatCheckBox: void setButtonDrawable(int) -androidx.appcompat.R$dimen: int notification_top_pad_large_text -android.didikee.donate.R$dimen: int abc_text_size_display_1_material -io.reactivex.internal.queue.SpscArrayQueue: void soElement(int,java.lang.Object) -wangdaye.com.geometricweather.R$drawable: int notif_temp_127 -androidx.core.widget.NestedScrollView: void setSmoothScrollingEnabled(boolean) -androidx.core.R$dimen: int notification_subtext_size -okio.ByteString: okio.ByteString substring(int) -androidx.preference.R$styleable: int MenuItem_android_orderInCategory -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceHeadline2 -androidx.loader.R$styleable: int FontFamily_fontProviderQuery -androidx.constraintlayout.widget.R$style: R$style() -androidx.appcompat.R$attr: int srcCompat -androidx.lifecycle.LiveData$ObserverWrapper: androidx.lifecycle.Observer mObserver -retrofit2.http.HeaderMap -wangdaye.com.geometricweather.R$drawable: int ic_eye -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer -androidx.constraintlayout.widget.R$drawable: int abc_list_selector_holo_light -com.amap.api.location.AMapLocationQualityReport: int GPS_STATUS_OK -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse -com.jaredrummler.android.colorpicker.R$attr: int logoDescription -com.jaredrummler.android.colorpicker.ColorPickerView: void setAlphaSliderText(java.lang.String) -okhttp3.internal.cache.CacheStrategy: boolean isCacheable(okhttp3.Response,okhttp3.Request) -com.google.android.material.appbar.AppBarLayout$Behavior: AppBarLayout$Behavior() -cyanogenmod.profiles.StreamSettings$1: cyanogenmod.profiles.StreamSettings createFromParcel(android.os.Parcel) -wangdaye.com.geometricweather.common.basic.models.weather.Weather -cyanogenmod.os.Concierge$ParcelInfo -androidx.constraintlayout.widget.R$drawable: int abc_cab_background_top_material -io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver -android.didikee.donate.R$attr: int colorControlNormal -com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse -com.xw.repo.bubbleseekbar.R$attr: int autoSizeMaxTextSize -okhttp3.internal.connection.RouteDatabase: void connected(okhttp3.Route) -androidx.lifecycle.LiveDataReactiveStreams: LiveDataReactiveStreams() -io.reactivex.internal.disposables.SequentialDisposable: SequentialDisposable(io.reactivex.disposables.Disposable) -android.didikee.donate.R$color: R$color() -com.google.android.material.R$style: int TextAppearance_AppCompat_Display3 -com.turingtechnologies.materialscrollbar.R$style: int Base_V21_Theme_AppCompat_Light -wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_arrowHeadLength -james.adaptiveicon.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle -android.didikee.donate.R$attr: int colorControlHighlight -com.turingtechnologies.materialscrollbar.R$id: R$id() -wangdaye.com.geometricweather.R$styleable: int[] MaterialAlertDialog -cyanogenmod.providers.CMSettings$System: java.lang.String NAVBAR_LEFT_IN_LANDSCAPE -okhttp3.internal.http2.Http2Reader$Handler: void goAway(int,okhttp3.internal.http2.ErrorCode,okio.ByteString) -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_contentInsetStartWithNavigation -okhttp3.HttpUrl: java.lang.String url -io.reactivex.Observable: io.reactivex.Observable merge(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Metric: java.lang.String Unit -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_PopupMenu_ContextMenu -com.google.android.material.bottomnavigation.BottomNavigationView: void setItemBackgroundResource(int) -okhttp3.internal.http1.Http1Codec: void cancel() -wangdaye.com.geometricweather.R$attr: int shapeAppearanceMediumComponent -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$3: ExternalViewProviderService$Provider$ProviderImpl$3(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) -androidx.appcompat.R$styleable: int AppCompatTextView_textAllCaps -com.google.android.material.appbar.MaterialToolbar: MaterialToolbar(android.content.Context,android.util.AttributeSet) -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: boolean isCancelled() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Metric -com.xw.repo.bubbleseekbar.R$drawable: int notify_panel_notification_icon_bg -androidx.customview.R$dimen: int notification_top_pad -okio.RealBufferedSource: okio.Source source -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_imageButtonStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX -com.google.android.material.R$attr: int behavior_draggable -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_1_light -androidx.constraintlayout.widget.R$attr: int pivotAnchor -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_android_maxWidth -okhttp3.OkHttpClient: okhttp3.EventListener$Factory eventListenerFactory -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintGuide_percent -com.google.android.material.R$style: int Widget_MaterialComponents_BottomSheet -com.google.android.material.R$id: int screen -wangdaye.com.geometricweather.R$attr: int visibilityMode -androidx.recyclerview.R$styleable: int FontFamilyFont_fontWeight -androidx.preference.R$style: int Widget_AppCompat_EditText -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setIcePrecipitationProbability(java.lang.Float) -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setOnceLocationLatest(boolean) -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_toRightOf -com.google.android.material.R$id: int select_dialog_listview -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void dispose() -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: java.lang.Object poll() -com.google.android.material.R$color: int design_bottom_navigation_shadow_color -wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_rotationY -com.tencent.bugly.crashreport.BuglyLog: void d(java.lang.String,java.lang.String) -com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_animDuration -androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableTransition_android_toId -androidx.swiperefreshlayout.R$style: int TextAppearance_Compat_Notification_Time -androidx.constraintlayout.widget.R$layout: int abc_popup_menu_item_layout -com.jaredrummler.android.colorpicker.R$styleable: int[] SwitchCompat -cyanogenmod.hardware.CMHardwareManager: int COLOR_CALIBRATION_GREEN_INDEX -com.tencent.bugly.proguard.x: boolean e(java.lang.String,java.lang.Object[]) -okhttp3.Address: boolean equals(java.lang.Object) -androidx.loader.content.Loader -wangdaye.com.geometricweather.R$attr: int popupMenuStyle -android.didikee.donate.R$attr: int buttonGravity -cyanogenmod.hardware.CMHardwareManager: int VIBRATOR_WARNING_INDEX -cyanogenmod.externalviews.ExternalViewProviderService$Provider: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl access$000(cyanogenmod.externalviews.ExternalViewProviderService$Provider) -androidx.core.R$id: int tag_accessibility_clickable_spans -com.tencent.bugly.crashreport.crash.c: com.tencent.bugly.crashreport.common.strategy.a u -com.xw.repo.bubbleseekbar.R$attr: int searchHintIcon -io.reactivex.internal.schedulers.AbstractDirectTask: java.util.concurrent.FutureTask FINISHED -androidx.vectordrawable.animated.R$style: int TextAppearance_Compat_Notification_Line2 -com.google.android.material.R$attr: int actionButtonStyle -cyanogenmod.app.Profile$ProfileTrigger: int getState() -com.google.android.material.R$styleable: int Layout_minWidth -wangdaye.com.geometricweather.R$styleable: int ViewPager2_android_orientation -com.xw.repo.bubbleseekbar.R$color: int bright_foreground_disabled_material_dark -wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialog_backgroundInsetEnd -okhttp3.internal.connection.StreamAllocation: okhttp3.internal.http.HttpCodec codec -com.google.android.material.R$attr: int switchMinWidth -com.google.android.material.navigation.NavigationView: void setItemIconPaddingResource(int) -com.google.android.material.R$id: int accelerate -android.didikee.donate.R$styleable: int View_android_theme -androidx.swiperefreshlayout.R$dimen: int notification_content_margin_start -com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_keylines -androidx.appcompat.R$styleable: int ActionMenuItemView_android_minWidth -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_hd -wangdaye.com.geometricweather.R$attr: int flow_firstVerticalStyle -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$id: int dropdown_menu -androidx.preference.R$styleable: int[] AppCompatTextView -wangdaye.com.geometricweather.R$attr: int lastBaselineToBottomHeight -com.google.android.material.R$styleable: int NavigationView_itemShapeInsetTop -com.google.android.material.textfield.TextInputLayout: TextInputLayout(android.content.Context,android.util.AttributeSet,int) -androidx.hilt.R$id: int tag_unhandled_key_listeners -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$id: int triangle -android.didikee.donate.R$styleable: int DrawerArrowToggle_spinBars -retrofit2.ParameterHandler$FieldMap: void apply(retrofit2.RequestBuilder,java.lang.Object) -okhttp3.ConnectionPool: java.lang.Runnable cleanupRunnable -cyanogenmod.providers.CMSettings$Global: int getIntForUser(android.content.ContentResolver,java.lang.String,int) -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse -com.google.android.material.R$style: int CardView_Light -androidx.recyclerview.R$styleable: int RecyclerView_android_descendantFocusability -wangdaye.com.geometricweather.R$style: int PreferenceThemeOverlay_v14 -cyanogenmod.app.Profile$ProfileTrigger$1: cyanogenmod.app.Profile$ProfileTrigger createFromParcel(android.os.Parcel) -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.lang.String weatherText -androidx.activity.R$dimen: int compat_button_inset_horizontal_material -com.google.android.material.R$styleable: int AppCompatTheme_panelBackground -james.adaptiveicon.R$dimen: int compat_button_padding_vertical_material -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.internal.observers.InnerQueuedObserver current -cyanogenmod.themes.ThemeManager: int getProgress() -com.google.android.material.R$string: int abc_menu_enter_shortcut_label -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.Property[] getProperties() -androidx.lifecycle.ProcessLifecycleOwner$3: androidx.lifecycle.ProcessLifecycleOwner this$0 -com.jaredrummler.android.colorpicker.R$string: int status_bar_notification_info_overflow -androidx.drawerlayout.R$color: int notification_action_color_filter -com.google.android.material.R$string: int path_password_strike_through -okhttp3.internal.tls.BasicCertificateChainCleaner: okhttp3.internal.tls.TrustRootIndex trustRootIndex -androidx.coordinatorlayout.R$id: int accessibility_custom_action_13 -com.google.android.gms.base.R$id: int none -androidx.appcompat.widget.AppCompatSpinner$SavedState -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabMode -okhttp3.internal.tls.BasicCertificateChainCleaner: boolean equals(java.lang.Object) -android.didikee.donate.R$dimen: int abc_seekbar_track_progress_height_material -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Subhead -com.google.android.material.R$attr: int buttonStyle -wangdaye.com.geometricweather.R$styleable: int[] FloatingActionButton_Behavior_Layout -com.google.android.material.textfield.TextInputLayout: void setStartIconDrawable(int) -com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType JPEG -androidx.fragment.R$anim: int fragment_close_enter -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: int getChartBottom() -wangdaye.com.geometricweather.R$styleable: int Constraint_android_minWidth -com.google.gson.internal.$Gson$Types$WildcardTypeImpl: java.lang.reflect.Type[] getUpperBounds() -com.xw.repo.bubbleseekbar.R$styleable: int[] ActionMenuView -james.adaptiveicon.R$dimen: int abc_dialog_title_divider_material -androidx.appcompat.view.menu.ActionMenuItemView: void setExpandedFormat(boolean) -com.google.android.material.R$id: int tag_screen_reader_focusable -androidx.lifecycle.LiveData$AlwaysActiveObserver: LiveData$AlwaysActiveObserver(androidx.lifecycle.LiveData,androidx.lifecycle.Observer) -com.google.android.material.R$style: int Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense -androidx.preference.R$style: int Base_Widget_AppCompat_Spinner_Underlined -androidx.preference.R$dimen: int abc_list_item_height_large_material -androidx.preference.R$dimen: int notification_media_narrow_margin -james.adaptiveicon.R$styleable: int TextAppearance_fontVariationSettings -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableBottomCompat -com.jaredrummler.android.colorpicker.R$attr: int cpv_previewSize -com.tencent.bugly.crashreport.crash.c: int e -androidx.preference.R$styleable: int ViewStubCompat_android_inflatedId -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setRefreshing(boolean) -okhttp3.internal.tls.TrustRootIndex: java.security.cert.X509Certificate findByIssuerAndSignature(java.security.cert.X509Certificate) -com.google.android.material.R$id: int chip_group -cyanogenmod.externalviews.KeyguardExternalView: void registerKeyguardExternalViewCallback(cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPopupWindowStyle -com.jaredrummler.android.colorpicker.R$id: int action_text -com.bumptech.glide.GeneratedAppGlideModule -wangdaye.com.geometricweather.R$style: int PreferenceCategoryTitleTextStyle -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_Layout_android_layout_height -okhttp3.ConnectionPool$1: okhttp3.ConnectionPool this$0 -james.adaptiveicon.R$styleable: int Toolbar_navigationIcon -com.google.android.material.tabs.TabLayout: void setOnTabSelectedListener(com.google.android.material.tabs.TabLayout$BaseOnTabSelectedListener) -androidx.recyclerview.widget.GridLayoutManager -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ListPopupWindow -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_max -androidx.appcompat.R$styleable: int GradientColor_android_centerColor -wangdaye.com.geometricweather.R$attr: int actionBarTabBarStyle -androidx.work.impl.background.systemalarm.SystemAlarmService -cyanogenmod.externalviews.KeyguardExternalView$6: boolean val$screenOn -okhttp3.Request: okhttp3.Request$Builder newBuilder() -com.amap.api.fence.GeoFence$1 -james.adaptiveicon.R$attr: int divider -okhttp3.internal.http2.Hpack$Writer: void clearDynamicTable() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_4 -okhttp3.internal.connection.StreamAllocation: java.lang.Object callStackTrace -okio.Buffer$UnsafeCursor: long resizeBuffer(long) -com.google.gson.internal.LinkedTreeMap: java.lang.Object remove(java.lang.Object) -wangdaye.com.geometricweather.R$id: int expanded_menu -androidx.appcompat.R$styleable: int AppCompatTheme_actionModeCopyDrawable -com.jaredrummler.android.colorpicker.R$color: int notification_icon_bg_color -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar -com.google.android.material.R$styleable: int ConstraintLayout_Layout_barrierAllowsGoneWidgets -android.didikee.donate.R$styleable: int DrawerArrowToggle_thickness -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem -io.reactivex.internal.queue.SpscArrayQueue: long producerLookAhead -androidx.recyclerview.R$styleable: int GradientColor_android_tileMode -wangdaye.com.geometricweather.R$styleable: int SearchView_iconifiedByDefault -okhttp3.internal.io.FileSystem: okhttp3.internal.io.FileSystem SYSTEM -com.turingtechnologies.materialscrollbar.R$styleable: int[] AppCompatTextView -androidx.loader.R$id: int icon_group -com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_Bridge -okio.BufferedSource: long readLongLe() -cyanogenmod.themes.IThemeChangeListener$Stub: cyanogenmod.themes.IThemeChangeListener asInterface(android.os.IBinder) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_switchStyle -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: ObservableFlatMapMaybe$FlatMapMaybeObserver(io.reactivex.Observer,io.reactivex.functions.Function,boolean) -com.google.android.material.R$id: int confirm_button -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Display4 -com.google.android.material.R$attr: int tickMark -com.amap.api.fence.GeoFence: GeoFence(android.os.Parcel) -cyanogenmod.weather.WeatherLocation$1 -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_switchMinWidth -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: java.lang.String getLtoDestination() -com.google.android.material.R$attr: int endIconContentDescription -james.adaptiveicon.R$attr: int editTextBackground -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_SeekBar_Discrete -androidx.appcompat.R$drawable: int notify_panel_notification_icon_bg -com.google.android.material.R$styleable: int KeyCycle_wavePeriod -androidx.customview.R$styleable: int FontFamilyFont_android_fontVariationSettings -okhttp3.internal.connection.RealConnection: okhttp3.Handshake handshake() -cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_setAirplaneModeEnabled_0 -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: int getSuggestedMinimumWidth() -wangdaye.com.geometricweather.R$color: int error_color_material_dark -james.adaptiveicon.R$attr: int editTextStyle -cyanogenmod.weather.CMWeatherManager$RequestStatus: int COMPLETED -wangdaye.com.geometricweather.R$animator: int linear_indeterminate_line1_tail_interpolator -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int Preference_android_dependency -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_contentInsetLeft -com.google.android.material.R$attr: int autoSizeStepGranularity -com.google.android.material.R$attr: int minHideDelay -com.google.android.material.R$attr: int itemShapeFillColor -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_CompoundButton_RadioButton -com.turingtechnologies.materialscrollbar.R$dimen: int abc_button_padding_horizontal_material -androidx.constraintlayout.widget.R$attr: int visibilityMode -com.google.android.material.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog -com.tencent.bugly.crashreport.crash.h5.b -androidx.preference.TwoStatePreference: TwoStatePreference(android.content.Context,android.util.AttributeSet) -com.google.android.gms.signin.internal.zam -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: DailyEntityDao$Properties() -wangdaye.com.geometricweather.R$attr: int liftOnScrollTargetViewId -okhttp3.internal.http2.Http2Writer: void ping(boolean,int,int) -com.google.android.material.R$styleable: int Constraint_layout_constraintRight_toRightOf -cyanogenmod.profiles.AirplaneModeSettings$1: cyanogenmod.profiles.AirplaneModeSettings createFromParcel(android.os.Parcel) -androidx.lifecycle.extensions.R$anim: int fragment_fade_enter -okhttp3.internal.tls.BasicTrustRootIndex: java.util.Map subjectToCaCerts -com.google.android.material.R$layout: int material_chip_input_combo -androidx.transition.R$drawable -com.tencent.bugly.crashreport.biz.a: void a(com.tencent.bugly.crashreport.biz.a) -androidx.appcompat.R$color: int background_material_light -cyanogenmod.weather.CMWeatherManager$1$1: CMWeatherManager$1$1(cyanogenmod.weather.CMWeatherManager$1,java.lang.String) -cyanogenmod.weatherservice.ServiceRequestResult: cyanogenmod.weather.WeatherInfo access$202(cyanogenmod.weatherservice.ServiceRequestResult,cyanogenmod.weather.WeatherInfo) -com.google.android.material.R$styleable: int ConstraintSet_layout_editor_absoluteY -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setExtendMotionSpec(com.google.android.material.animation.MotionSpec) -wangdaye.com.geometricweather.R$dimen: int notification_right_side_padding_top -okhttp3.internal.http2.Http2Stream$FramingSource: okio.Buffer readBuffer -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_android_minHeight -androidx.activity.R$styleable: int GradientColor_android_endX -androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type NONE -com.google.android.material.R$styleable: int BottomNavigationView_backgroundTint -wangdaye.com.geometricweather.R$styleable: int FontFamily_fontProviderAuthority -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragment_android_dividerHeight -androidx.preference.R$style: int Widget_AppCompat_Button_Small -cyanogenmod.profiles.RingModeSettings: boolean mDirty -com.tencent.bugly.crashreport.common.info.a: java.lang.String f(java.lang.String) -cyanogenmod.platform.Manifest$permission: java.lang.String PROTECTED_APP -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: void onComplete() -com.google.android.material.circularreveal.CircularRevealFrameLayout -wangdaye.com.geometricweather.R$drawable: int notif_temp_87 -androidx.dynamicanimation.R$dimen: int compat_control_corner_material -androidx.preference.R$attr: int actionBarTabBarStyle -james.adaptiveicon.R$styleable: int[] MenuItem -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_getCurrentLiveLockScreen -cyanogenmod.app.CustomTile$Builder: boolean mSensitiveData -wangdaye.com.geometricweather.R$id: int widget_day_center -androidx.constraintlayout.widget.R$drawable: int btn_radio_off_mtrl -com.bumptech.glide.R$drawable: int notification_template_icon_bg -androidx.appcompat.R$attr: int actionDropDownStyle -wangdaye.com.geometricweather.R$attr: int summaryOff -androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat_Dialog -androidx.preference.R$styleable: int StateListDrawable_android_variablePadding -io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: boolean isDisposed() -com.google.android.gms.common.SignInButton: void setColorScheme(int) -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List wuran -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWindLevel(java.lang.String) -androidx.appcompat.R$style: int TextAppearance_AppCompat_Inverse -wangdaye.com.geometricweather.R$id: int container_main_first_card_header_localTimeText -androidx.preference.R$anim: int btn_radio_to_off_mtrl_ring_outer_animation -androidx.transition.R$drawable: int notification_tile_bg -com.google.android.material.R$attr: int layout_goneMarginTop -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void error(java.lang.Throwable) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Metric Metric -android.didikee.donate.R$id: int useLogo -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: java.lang.String getAbbreviation(android.content.Context) -retrofit2.RequestFactory$Builder: boolean isMultipart -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_thumb_color -wangdaye.com.geometricweather.R$styleable: int StateListDrawable_android_variablePadding -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Ice: java.lang.String Unit -androidx.preference.R$attr: int trackTintMode -retrofit2.ParameterHandler$FieldMap: int p -com.google.android.material.R$color: int dim_foreground_disabled_material_dark -com.google.android.material.R$attr: int bottomAppBarStyle -wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Title_Icon -com.tencent.bugly.crashreport.common.info.a: java.lang.String e() -okhttp3.internal.ws.RealWebSocket$Close: RealWebSocket$Close(int,okio.ByteString,long) -com.amap.api.location.AMapLocationClientOption: long b -com.google.android.material.floatingactionbutton.FloatingActionButton: void setTranslationZ(float) -wangdaye.com.geometricweather.R$drawable: int shortcuts_partly_cloudy_day -cyanogenmod.app.ILiveLockScreenManager$Stub: ILiveLockScreenManager$Stub() -com.xw.repo.bubbleseekbar.R$drawable: int abc_list_selector_background_transition_holo_light -com.xw.repo.bubbleseekbar.R$styleable: int FontFamily_fontProviderFetchStrategy -com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType MAPABC -androidx.swiperefreshlayout.R$attr: int swipeRefreshLayoutProgressSpinnerBackgroundColor -okhttp3.internal.io.FileSystem$1: boolean exists(java.io.File) -cyanogenmod.profiles.StreamSettings$1: StreamSettings$1() -retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder baseUrl(java.lang.String) -androidx.recyclerview.R$styleable: int GradientColor_android_endX -cyanogenmod.hardware.IThermalListenerCallback$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.reflect.Type getOwnerType() -androidx.work.R$id: int forever -androidx.hilt.work.R$styleable: int GradientColor_android_centerX -com.amap.api.location.AMapLocation: int ERROR_CODE_AIRPLANEMODE_WIFIOFF -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature: AccuCurrentResult$ApparentTemperature() -com.google.android.material.R$layout: int mtrl_alert_dialog -com.google.android.material.R$styleable: int NavigationView_itemShapeAppearance -wangdaye.com.geometricweather.common.ui.activities.AllergenActivity: AllergenActivity() -okhttp3.Cookie: java.util.regex.Pattern DAY_OF_MONTH_PATTERN -com.google.android.material.R$style: int Theme_MaterialComponents_Light_BarSize -wangdaye.com.geometricweather.R$id: int item_weather_daily_air_content -cyanogenmod.weather.CMWeatherManager: java.util.Map mLookupNameRequestListeners -wangdaye.com.geometricweather.db.entities.DailyEntity: void setUvLevel(java.lang.String) -wangdaye.com.geometricweather.R$attr: int backgroundColor -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: int prefetch -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: io.reactivex.internal.util.AtomicThrowable errors -com.google.android.material.R$id: int action_mode_bar_stub -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeTotalPrecipitation -android.didikee.donate.R$dimen: int abc_edit_text_inset_horizontal_material -com.google.android.material.textfield.TextInputEditText -okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Http2Stream$StreamTimeout readTimeout -com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String h -io.reactivex.Observable: io.reactivex.Observable buffer(long,long,java.util.concurrent.TimeUnit) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric: int UnitType -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void completion() -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.lang.String weatherText -james.adaptiveicon.R$attr: int contentInsetEndWithActions -wangdaye.com.geometricweather.R$style: int Widget_Compat_NotificationActionText -com.google.android.material.navigation.NavigationView: int getItemHorizontalPadding() -androidx.drawerlayout.R$dimen -androidx.fragment.R$styleable: int GradientColor_android_tileMode -com.baidu.location.indoor.mapversion.c.a$d: com.baidu.location.indoor.mapversion.c.a$a e -okio.Buffer: java.lang.String readUtf8Line(long) -androidx.fragment.app.FragmentManagerViewModel -androidx.appcompat.R$color: int bright_foreground_inverse_material_dark -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Large_Inverse -android.didikee.donate.R$styleable: int MenuItem_android_checkable -io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: ObservableReplay$InnerDisposable(io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver,io.reactivex.Observer) -androidx.transition.R$dimen: int notification_small_icon_background_padding -com.google.android.material.slider.BaseSlider: void setThumbElevationResource(int) -cyanogenmod.themes.ThemeManager$1$1: cyanogenmod.themes.ThemeManager$1 this$1 -androidx.preference.R$style: int Widget_AppCompat_ProgressBar -androidx.customview.R$styleable: int FontFamilyFont_android_font -wangdaye.com.geometricweather.R$styleable: int CheckBoxPreference_summaryOn -androidx.preference.R$styleable: int ActionBar_subtitle -androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPreDestroyed(android.app.Activity) -wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.String TABLENAME -androidx.core.R$attr -androidx.constraintlayout.widget.R$styleable: int OnSwipe_touchAnchorSide -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setNeedAddress(boolean) -com.amap.api.location.AMapLocationQualityReport: int GPS_STATUS_NOGPSPERMISSION -cyanogenmod.themes.IThemeService$Stub$Proxy: void rebuildResourceCache() -androidx.constraintlayout.widget.R$drawable: int abc_btn_borderless_material -androidx.preference.R$dimen: int hint_pressed_alpha_material_light -retrofit2.ParameterHandler: ParameterHandler() -androidx.appcompat.widget.AppCompatSpinner -io.reactivex.internal.operators.observable.ObservableGroupBy$State: java.lang.Object key -wangdaye.com.geometricweather.R$styleable: int ArcProgress_text -james.adaptiveicon.R$style: int ThemeOverlay_AppCompat_Dialog_Alert -james.adaptiveicon.R$style: int Widget_AppCompat_ActionButton_CloseMode -cyanogenmod.providers.CMSettings$DelimitedListValidator -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_editor_absoluteY -okio.RealBufferedSink$1: java.lang.String toString() -androidx.work.impl.workers.CombineContinuationsWorker: CombineContinuationsWorker(android.content.Context,androidx.work.WorkerParameters) -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_ab_back_material -android.didikee.donate.R$attr: int contentInsetLeft -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_hideable -okio.GzipSource: byte FEXTRA -wangdaye.com.geometricweather.R$string: int tag_precipitation -androidx.viewpager2.R$styleable: int FontFamilyFont_fontVariationSettings -androidx.fragment.R$id: int line1 -io.reactivex.internal.disposables.DisposableHelper: boolean isDisposed(io.reactivex.disposables.Disposable) -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void runFinally() -com.google.android.material.R$drawable: int abc_text_select_handle_middle_mtrl_dark -com.google.android.material.chip.Chip: android.graphics.drawable.Drawable getCheckedIcon() -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 -io.reactivex.Observable: void blockingSubscribe(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer) -wangdaye.com.geometricweather.R$styleable: int[] FontFamily -io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: void dispose() -androidx.loader.R$attr: int fontWeight -wangdaye.com.geometricweather.R$array: int widget_style_values -androidx.appcompat.R$layout: int notification_template_custom_big -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 -com.google.android.material.R$styleable: int[] ViewStubCompat -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_android_gravity -wangdaye.com.geometricweather.R$layout: int widget_day_oreo -wangdaye.com.geometricweather.db.entities.DaoMaster -wangdaye.com.geometricweather.R$layout: int mtrl_picker_header_selection_text -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: java.util.concurrent.atomic.AtomicLong index -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setHideMotionSpecResource(int) -wangdaye.com.geometricweather.R$dimen: int mtrl_shape_corner_size_large_component -androidx.lifecycle.ComputableLiveData: java.util.concurrent.atomic.AtomicBoolean mComputing -okhttp3.Cache$CacheResponseBody: java.lang.String contentLength -androidx.preference.R$dimen: int item_touch_helper_swipe_escape_velocity -android.didikee.donate.R$drawable: int abc_control_background_material -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps$WarningTimelapsItem -io.reactivex.Observable: Observable() -james.adaptiveicon.R$attr: int fontProviderPackage -cyanogenmod.alarmclock.ClockContract$CitiesColumns: java.lang.String TIMEZONE_NAME -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: java.lang.String unit -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored -com.google.android.material.R$style: int TestStyleWithThemeLineHeightAttribute -com.jaredrummler.android.colorpicker.ColorPreferenceCompat -com.turingtechnologies.materialscrollbar.R$attr: int textColorSearchUrl -com.google.android.material.button.MaterialButton: void setStrokeWidthResource(int) -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Inverse -com.google.android.material.R$dimen: int design_bottom_navigation_text_size -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Small_Inverse -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHeight_max -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Dialog_Alert -cyanogenmod.profiles.BrightnessSettings: android.os.Parcelable$Creator CREATOR -androidx.swiperefreshlayout.widget.SwipeRefreshLayout$SavedState -com.tencent.bugly.proguard.ao: void a(com.tencent.bugly.proguard.j) -com.google.android.material.R$id: int mtrl_calendar_frame -com.google.android.material.R$attr: int telltales_tailColor -com.google.android.material.R$attr: int textAppearanceBody1 -io.reactivex.internal.util.EmptyComponent -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionBar -com.tencent.bugly.proguard.u: int b(com.tencent.bugly.proguard.u) -cyanogenmod.app.suggest.ApplicationSuggestion: java.lang.String mPackage -com.turingtechnologies.materialscrollbar.MaterialScrollBar: void setRightToLeft(boolean) -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_thumbTint -androidx.preference.internal.PreferenceImageView: int getMaxHeight() -com.jaredrummler.android.colorpicker.R$attr: int fontProviderFetchStrategy -com.google.android.material.R$dimen: int mtrl_btn_pressed_z -androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType COLOR_TYPE -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored -com.jaredrummler.android.colorpicker.R$styleable: int View_android_theme -wangdaye.com.geometricweather.R$animator: int weather_haze_2 -com.google.android.material.R$attr: int selectableItemBackgroundBorderless -com.xw.repo.bubbleseekbar.R$dimen: int abc_button_inset_vertical_material -androidx.preference.R$styleable: int AppCompatTheme_alertDialogCenterButtons -com.google.android.material.R$dimen: int design_bottom_navigation_icon_size -androidx.viewpager.R$attr: int fontProviderCerts -cyanogenmod.app.CMTelephonyManager: cyanogenmod.app.CMTelephonyManager getInstance(android.content.Context) -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: void dispose() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: CNWeatherResult$Life$Info() -com.google.android.material.R$anim: int design_snackbar_out -androidx.vectordrawable.R$dimen: R$dimen() -com.google.android.material.R$drawable: int abc_cab_background_top_mtrl_alpha -com.google.android.material.internal.FlowLayout: void setLineSpacing(int) -com.google.android.material.R$attr: int tabMinWidth -androidx.swiperefreshlayout.R$color: int notification_action_color_filter -androidx.hilt.lifecycle.R$id: int dialog_button -androidx.lifecycle.LifecycleEventObserver -wangdaye.com.geometricweather.R$string: int feedback_no_data -okhttp3.internal.connection.StreamAllocation -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ListView_Menu -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum: int UnitType -android.didikee.donate.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_android_windowIsFloating -android.didikee.donate.R$id: int buttonPanel -okio.Buffer: long read(okio.Buffer,long) -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: java.lang.String toString() -com.turingtechnologies.materialscrollbar.R$styleable: int ScrimInsetsFrameLayout_insetForeground -james.adaptiveicon.R$dimen: int abc_text_size_display_3_material -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header -com.google.android.material.R$attr: int bottomNavigationStyle -okhttp3.internal.platform.ConscryptPlatform: void configureSslSocketFactory(javax.net.ssl.SSLSocketFactory) -wangdaye.com.geometricweather.R$layout: int mtrl_calendar_day -androidx.recyclerview.R$styleable: int FontFamily_fontProviderFetchTimeout -okhttp3.internal.cache.DiskLruCache$Editor$1: DiskLruCache$Editor$1(okhttp3.internal.cache.DiskLruCache$Editor,okio.Sink) -androidx.preference.R$string: int abc_toolbar_collapse_description -androidx.hilt.lifecycle.R$style: int Widget_Compat_NotificationActionText -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: java.lang.String getWeatherText() -wangdaye.com.geometricweather.R$color: int abc_decor_view_status_guard -wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_2 -androidx.constraintlayout.widget.R$styleable: int Constraint_barrierDirection -com.google.android.material.R$styleable: int Chip_ensureMinTouchTargetSize -com.tencent.bugly.crashreport.biz.UserInfoBean: UserInfoBean(android.os.Parcel) -com.xw.repo.bubbleseekbar.R$dimen: int compat_button_inset_horizontal_material -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Snackbar_FullWidth -androidx.constraintlayout.widget.R$styleable: int Variant_constraints -io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain: java.lang.String getMessage() -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_year_horizontal_padding -okhttp3.internal.http2.Http2Reader: java.util.logging.Logger logger -com.google.android.material.floatingactionbutton.FloatingActionButton: int getSizeDimension() -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabPaddingStart -android.didikee.donate.R$style: int Base_AlertDialog_AppCompat_Light -androidx.appcompat.R$styleable: int ActionBar_progressBarPadding -com.jaredrummler.android.colorpicker.R$attr: int homeAsUpIndicator -androidx.work.R$dimen: int notification_small_icon_size_as_large -androidx.appcompat.widget.ActivityChooserView: androidx.appcompat.widget.ActivityChooserModel getDataModel() -com.amap.api.location.AMapLocation$1: AMapLocation$1() -com.google.android.material.R$id: int tag_accessibility_actions -androidx.preference.R$styleable: int RecyclerView_spanCount -com.amap.api.location.AMapLocationQualityReport: int getGPSStatus() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun: AccuDailyResult$DailyForecasts$Sun() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial -androidx.hilt.R$dimen: int notification_right_icon_size -com.google.android.material.R$styleable: int Constraint_android_layout_marginLeft -com.google.android.material.R$styleable: int Badge_verticalOffset -wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_alpha -androidx.swiperefreshlayout.R$styleable: int GradientColor_android_type -wangdaye.com.geometricweather.R$attr: int bottomNavigationStyle -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.internal.util.ErrorMode errorMode -wangdaye.com.geometricweather.R$layout: int notification_template_icon_group -james.adaptiveicon.R$drawable: int notification_bg_low_normal -androidx.preference.R$attr: int listPreferredItemPaddingRight -com.google.android.material.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getProfileByName -io.reactivex.Observable: io.reactivex.Observable concatMapIterable(io.reactivex.functions.Function,int) -com.amap.api.fence.GeoFence: int o -com.google.android.material.R$attr: int counterOverflowTextColor -wangdaye.com.geometricweather.R$string: int abc_menu_space_shortcut_label -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintStart_toEndOf -com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_radio_to_on_mtrl_000 -com.google.android.material.R$styleable: int Constraint_android_translationY -com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_buttonIconDimen -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Headline -androidx.preference.R$id: int right_icon -wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_arrow -com.google.android.material.R$attr: int boxCornerRadiusBottomEnd -okio.HashingSink: okio.HashingSink sha1(okio.Sink) -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog -okhttp3.internal.ws.WebSocketProtocol: int B0_MASK_OPCODE -okhttp3.HttpUrl: java.lang.String PATH_SEGMENT_ENCODE_SET -james.adaptiveicon.R$drawable: int abc_btn_colored_material -com.google.android.material.R$attr: int cornerSizeBottomRight -androidx.constraintlayout.widget.R$attr: int keyPositionType -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_translationZ -com.tencent.bugly.proguard.am: java.lang.String p -com.tencent.bugly.proguard.z: byte[] b(byte[],int,int,java.lang.String) -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver otherObserver -com.google.android.material.R$drawable: int notification_icon_background -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light_NoActionBar -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.String getWeatherSource() -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_28 -cyanogenmod.providers.CMSettings$Secure: boolean putFloat(android.content.ContentResolver,java.lang.String,float) -com.google.android.material.appbar.AppBarLayout: void setStatusBarForeground(android.graphics.drawable.Drawable) -com.google.android.gms.base.R$id: int light -wangdaye.com.geometricweather.R$color: int mtrl_btn_text_btn_bg_color_selector -com.jaredrummler.android.colorpicker.R$styleable: int[] ViewStubCompat -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void onComplete() -android.didikee.donate.R$layout: int notification_template_part_time -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: java.lang.String getEn_US() -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIndicatorAnimationDuration -wangdaye.com.geometricweather.R$layout: int fragment_management -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup -androidx.appcompat.widget.AppCompatRadioButton: int getCompoundPaddingLeft() -wangdaye.com.geometricweather.R$drawable: int notif_temp_85 -com.google.android.material.R$attr: int alertDialogTheme -androidx.constraintlayout.widget.R$dimen: int notification_small_icon_background_padding -retrofit2.Response: boolean isSuccessful() -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_LOCKSCREEN -androidx.preference.R$styleable: int MenuView_android_itemBackground -james.adaptiveicon.R$dimen: int abc_panel_menu_list_width -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_drawableEnd -cyanogenmod.app.CMContextConstants: java.lang.String CM_PARTNER_INTERFACE -com.turingtechnologies.materialscrollbar.R$id: int icon -androidx.appcompat.R$attr: int preserveIconSpacing -com.google.android.material.R$styleable: int Constraint_layout_constraintBaseline_toBaselineOf -com.jaredrummler.android.colorpicker.R$dimen: int cpv_color_preference_large -okhttp3.internal.cache2.Relay: long bufferMaxSize -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Wind: java.lang.String direct -io.reactivex.internal.observers.BasicIntQueueDisposable -com.turingtechnologies.materialscrollbar.R$attr: int closeItemLayout -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Spinner -androidx.appcompat.R$styleable: int ActionBar_height -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeThunderstormPrecipitationDuration() -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_SearchResult -wangdaye.com.geometricweather.R$attr: int layout_goneMarginTop -com.google.gson.stream.JsonWriter: void close() -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Inverse -com.google.android.material.R$attr: int arrowHeadLength -cyanogenmod.app.ProfileGroup: void readFromParcel(android.os.Parcel) -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: java.lang.String getTagName(android.content.Context) -com.google.android.gms.common.api.AvailabilityException: java.lang.String getMessage() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorControlNormal -james.adaptiveicon.R$styleable: int[] TextAppearance -cyanogenmod.weather.WeatherInfo$DayForecast: double getHigh() -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: io.reactivex.functions.Function mapper -wangdaye.com.geometricweather.R$string: int key_forecast_today_time -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatImageView_tint -androidx.loader.R$styleable: int GradientColorItem_android_offset -okhttp3.MultipartBody: okhttp3.MediaType originalType -com.google.android.material.R$id: int src_over -wangdaye.com.geometricweather.settings.fragments.AppearanceSettingsFragment -com.xw.repo.bubbleseekbar.R$drawable: int abc_cab_background_internal_bg -com.amap.api.location.AMapLocation: void setErrorInfo(java.lang.String) -androidx.core.app.RemoteActionCompatParcelizer: androidx.core.app.RemoteActionCompat read(androidx.versionedparcelable.VersionedParcel) -androidx.preference.R$id: int src_in -androidx.drawerlayout.R$id: int tag_unhandled_key_listeners -wangdaye.com.geometricweather.R$string: int mtrl_picker_text_input_date_range_end_hint -androidx.vectordrawable.R$style: int Widget_Compat_NotificationActionContainer -androidx.appcompat.widget.AppCompatRadioButton: android.content.res.ColorStateList getSupportBackgroundTintList() -com.google.android.material.slider.Slider: void setTrackTintList(android.content.res.ColorStateList) -androidx.lifecycle.R: R() -com.google.android.material.slider.Slider: void setThumbStrokeColor(android.content.res.ColorStateList) -wangdaye.com.geometricweather.common.basic.models.weather.Wind -com.google.android.material.R$styleable: int ConstraintSet_transitionPathRotate -wangdaye.com.geometricweather.R$styleable: int Chip_textStartPadding -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_hintTextAppearance -com.tencent.bugly.proguard.m: java.lang.String b -io.reactivex.Observable: io.reactivex.Observable buffer(int) -androidx.viewpager.R$styleable: int[] GradientColor -com.turingtechnologies.materialscrollbar.R$attr: int tabIndicatorFullWidth -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float snow3h -okio.Okio$2 -com.google.android.material.navigation.NavigationView: NavigationView(android.content.Context) -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: boolean isDisposed() -com.bumptech.glide.MemoryCategory: float multiplier -androidx.constraintlayout.helper.widget.Flow: void setMaxElementsWrap(int) -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: java.lang.String getTagValue() -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_icon_4 -androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemHeight -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getNo2() -androidx.appcompat.R$style: int Platform_V21_AppCompat -com.google.android.material.R$dimen: int design_snackbar_extra_spacing_horizontal -androidx.preference.R$attr: int homeLayout -androidx.appcompat.R$layout: int abc_list_menu_item_icon -com.google.gson.stream.JsonScope: int EMPTY_ARRAY -androidx.constraintlayout.widget.R$color: int androidx_core_secondary_text_default_material_light -okhttp3.CacheControl$Builder: boolean noCache -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintGuide_begin -com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_switch_to_on_mtrl_00001 -com.jaredrummler.android.colorpicker.R$styleable: int Preference_order -james.adaptiveicon.R$style: int Widget_AppCompat_ActionButton -androidx.appcompat.R$attr: int textAppearanceSmallPopupMenu -okio.RealBufferedSink: okio.BufferedSink emitCompleteSegments() -com.tencent.bugly.BuglyStrategy: long getAppReportDelay() -cyanogenmod.profiles.RingModeSettings: void readFromParcel(android.os.Parcel) -androidx.work.BackoffPolicy: androidx.work.BackoffPolicy LINEAR -androidx.swiperefreshlayout.R$id: int tag_unhandled_key_event_manager -android.didikee.donate.R$drawable: int abc_btn_check_to_on_mtrl_015 -androidx.appcompat.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeTotalPrecipitationProbability() -com.google.android.material.slider.BaseSlider: BaseSlider(android.content.Context,android.util.AttributeSet) -cyanogenmod.alarmclock.ClockContract$InstancesColumns: int FIRED_STATE -io.reactivex.internal.disposables.DisposableHelper: boolean replace(java.util.concurrent.atomic.AtomicReference,io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getO3() -com.turingtechnologies.materialscrollbar.R$attr: int thumbTextPadding -io.reactivex.Observable: io.reactivex.Observable ambWith(io.reactivex.ObservableSource) -androidx.appcompat.widget.AppCompatImageButton: AppCompatImageButton(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$layout: int widget_day_symmetry -okhttp3.internal.http2.Http2Stream: void checkOutNotClosed() -okio.Okio: boolean isAndroidGetsocknameError(java.lang.AssertionError) -retrofit2.Utils$WildcardTypeImpl: java.lang.reflect.Type[] getLowerBounds() -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void onSubscribe(org.reactivestreams.Subscription) -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.Property getPkProperty() -androidx.constraintlayout.widget.R$style: int TextAppearance_Compat_Notification -wangdaye.com.geometricweather.common.basic.models.weather.Alert: void descByTime(java.util.List) -android.didikee.donate.R$style: int Platform_ThemeOverlay_AppCompat -wangdaye.com.geometricweather.R$color: int design_default_color_secondary_variant -wangdaye.com.geometricweather.R$dimen: int notification_top_pad -com.turingtechnologies.materialscrollbar.R$layout: int design_layout_tab_icon -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_linearSeamless -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Display2 -com.google.android.material.chip.ChipGroup: void setShowDividerHorizontal(int) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: io.reactivex.internal.fuseable.SimplePlainQueue queue -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Weather weather -wangdaye.com.geometricweather.R$anim: int abc_grow_fade_in_from_bottom -wangdaye.com.geometricweather.R$dimen: int abc_action_bar_content_inset_material -wangdaye.com.geometricweather.db.entities.AlertEntity: long time -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: java.util.List value -androidx.appcompat.widget.AppCompatToggleButton -com.google.android.material.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle -wangdaye.com.geometricweather.R$drawable: int abc_ic_star_black_16dp -okhttp3.Cache: int hitCount -androidx.recyclerview.widget.StaggeredGridLayoutManager$SavedState: android.os.Parcelable$Creator CREATOR -androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert -com.google.android.material.R$id: int guideline -okhttp3.internal.cache.DiskLruCache$Entry: java.io.File[] dirtyFiles -androidx.preference.R$style: int TextAppearance_AppCompat_Medium -cyanogenmod.providers.CMSettings$Secure: boolean isLegacySetting(java.lang.String) -androidx.core.view.GestureDetectorCompat$GestureDetectorCompatImplJellybeanMr2: void setOnDoubleTapListener(android.view.GestureDetector$OnDoubleTapListener) -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceSubtitle1 -okhttp3.Cookie$Builder: okhttp3.Cookie$Builder path(java.lang.String) -com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_selector_holo_light -okhttp3.logging.LoggingEventListener: void connectStart(okhttp3.Call,java.net.InetSocketAddress,java.net.Proxy) -okhttp3.Dns$1 -com.tencent.bugly.proguard.z: boolean c(java.lang.String) -androidx.constraintlayout.widget.R$id: int radio -androidx.fragment.R$styleable -com.bumptech.glide.R$styleable: int FontFamily_fontProviderFetchStrategy -androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_START -wangdaye.com.geometricweather.R$id: int widget_clock_day_time -androidx.loader.R$styleable: int ColorStateListItem_android_alpha -androidx.appcompat.R$styleable: int Toolbar_titleMargins -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property Co -androidx.appcompat.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal -androidx.preference.R$styleable: int MenuItem_contentDescription -io.reactivex.internal.util.ArrayListSupplier: io.reactivex.internal.util.ArrayListSupplier[] values() -com.tencent.bugly.crashreport.crash.c: java.lang.String h -com.google.android.material.R$attr: int endIconTintMode -android.support.v4.app.INotificationSideChannel$Stub: android.support.v4.app.INotificationSideChannel getDefaultImpl() -org.greenrobot.greendao.database.DatabaseOpenHelper: void onUpgrade(org.greenrobot.greendao.database.Database,int,int) -com.google.android.material.R$style: int Base_TextAppearance_AppCompat -james.adaptiveicon.R$drawable: int abc_cab_background_top_material -androidx.appcompat.widget.Toolbar: int getTitleMarginBottom() -james.adaptiveicon.R$styleable: int FontFamily_fontProviderCerts -cyanogenmod.providers.CMSettings$Secure: java.lang.String DEFAULT_THEME_COMPONENTS -okio.Buffer$UnsafeCursor: okio.Buffer buffer -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: java.lang.String getLanguageName(android.content.Context) -com.github.rahatarmanahmed.cpv.CircularProgressViewListener: void onAnimationReset() -com.google.android.material.R$layout: int test_toolbar_elevation -io.reactivex.Observable: void blockingSubscribe(io.reactivex.functions.Consumer) -androidx.appcompat.R$styleable: int TextAppearance_android_typeface -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: void setFrom(java.lang.String) -com.turingtechnologies.materialscrollbar.R$layout: int design_menu_item_action_area -android.didikee.donate.R$styleable: int Toolbar_titleMarginStart -androidx.constraintlayout.widget.R$style: int Platform_AppCompat -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_AES_128_GCM_SHA256 -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_android_summaryOn -androidx.appcompat.resources.R$color -wangdaye.com.geometricweather.R$color: int secondary_text_default_material_dark -androidx.work.R$drawable: int notification_action_background -retrofit2.http.GET -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: InkPageIndicator(android.content.Context,android.util.AttributeSet,int) -com.jaredrummler.android.colorpicker.R$attr: int icon -io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: void subscribeNext() -com.google.android.material.R$attr: int tooltipStyle -com.amap.api.fence.GeoFence: int hashCode() -androidx.constraintlayout.widget.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 -com.google.android.material.R$styleable: int[] AlertDialog -cyanogenmod.app.ProfileGroup -com.google.android.material.R$attr: int onShow -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: long index -com.google.android.material.R$styleable: int ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide -wangdaye.com.geometricweather.R$styleable: int[] SwipeRefreshLayout -okhttp3.internal.http2.Hpack -okhttp3.Handshake: java.util.List localCertificates -androidx.coordinatorlayout.R$id: int accessibility_action_clickable_span -com.turingtechnologies.materialscrollbar.R$attr: int ttcIndex -androidx.preference.R$style: int Base_V21_Theme_AppCompat_Light_Dialog -androidx.drawerlayout.R$drawable: int notification_icon_background -com.google.android.material.R$styleable: int AppCompatSeekBar_tickMarkTint -androidx.hilt.work.R$id: int tag_accessibility_heading -wangdaye.com.geometricweather.R$color: int material_slider_inactive_tick_marks_color -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean b() -com.amap.api.fence.DistrictItem: java.lang.String getDistrictName() -cyanogenmod.os.Build -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu -androidx.lifecycle.LiveData$AlwaysActiveObserver: androidx.lifecycle.LiveData this$0 -androidx.preference.R$id: int top -wangdaye.com.geometricweather.R$attr: int drawableEndCompat -androidx.vectordrawable.animated.R$attr: int fontWeight -wangdaye.com.geometricweather.R$styleable: int AppBarLayoutStates_state_collapsible -androidx.appcompat.R$id: int dialog_button -com.google.android.material.R$string: int material_hour_suffix -androidx.cardview.R$style -okhttp3.Request$Builder: okhttp3.Request$Builder headers(okhttp3.Headers) -okhttp3.OkHttpClient: okhttp3.internal.cache.InternalCache internalCache -wangdaye.com.geometricweather.R$drawable: int widget_card_dark_80 -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: int otherState -com.google.android.material.R$attr: int coordinatorLayoutStyle -com.google.android.material.R$styleable: int AppCompatTheme_colorSwitchThumbNormal -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light_Dialog -wangdaye.com.geometricweather.R$string: int settings_title_ui_style -wangdaye.com.geometricweather.common.basic.models.weather.Alert: android.os.Parcelable$Creator CREATOR -androidx.appcompat.R$drawable: int abc_textfield_activated_mtrl_alpha -com.google.android.material.internal.FlowLayout: int getItemSpacing() -wangdaye.com.geometricweather.R$attr: int hintTextColor -com.bumptech.glide.integration.okhttp.R$dimen: int compat_button_padding_vertical_material -wangdaye.com.geometricweather.R$attr: int alertDialogButtonGroupStyle -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_RC4_128_SHA -james.adaptiveicon.R$dimen: int notification_subtext_size -com.google.android.material.R$color: int material_blue_grey_950 -androidx.preference.R$styleable: int AppCompatTheme_android_windowAnimationStyle -androidx.appcompat.R$anim: int abc_popup_exit -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintRight_toRightOf -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver: void onSuccess(java.lang.Object) -james.adaptiveicon.R$style: int Base_AlertDialog_AppCompat -com.google.android.material.datepicker.MaterialCalendarGridView: MaterialCalendarGridView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area$LastAction -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX() -com.google.android.material.R$animator: int mtrl_extended_fab_show_motion_spec -com.google.android.material.R$anim: int btn_radio_to_on_mtrl_ring_outer_path_animation -android.didikee.donate.R$styleable: int AppCompatTheme_actionBarWidgetTheme -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_display_3_material -androidx.lifecycle.ProcessLifecycleOwner: void activityPaused() -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: Minutely(java.util.Date,long,boolean,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,int,java.lang.Integer,java.lang.Integer) -okhttp3.HttpUrl$Builder: int portColonOffset(java.lang.String,int,int) -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionBar_TabBar -okhttp3.internal.tls.BasicCertificateChainCleaner: int hashCode() -wangdaye.com.geometricweather.R$drawable: int weather_haze_pixel -wangdaye.com.geometricweather.R$style: int PreferenceFragmentList_Material -androidx.appcompat.widget.Toolbar: void setCollapseIcon(int) -com.google.android.material.R$drawable: int abc_text_select_handle_middle_mtrl_light -com.google.android.material.R$style: int Base_AlertDialog_AppCompat -androidx.activity.R$id: int action_text -cyanogenmod.weather.WeatherInfo: long access$1002(cyanogenmod.weather.WeatherInfo,long) -io.reactivex.internal.schedulers.AbstractDirectTask: void setFuture(java.util.concurrent.Future) -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -cyanogenmod.providers.CMSettings$Secure: int getInt(android.content.ContentResolver,java.lang.String) -androidx.hilt.work.R$style: int TextAppearance_Compat_Notification_Info -cyanogenmod.themes.IThemeService$Stub$Proxy: android.os.IBinder asBinder() -james.adaptiveicon.R$style: int Platform_V21_AppCompat_Light -androidx.transition.R$styleable: int FontFamily_fontProviderFetchTimeout -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: double HoursOfPrecipitation -com.google.android.material.R$styleable: int[] OnSwipe -com.github.rahatarmanahmed.cpv.CircularProgressView: void removeListener(com.github.rahatarmanahmed.cpv.CircularProgressViewListener) -wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit PPCM -com.tencent.bugly.proguard.y$a: java.io.File b -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: FlowableRepeatWhen$WhenSourceSubscriber(org.reactivestreams.Subscriber,io.reactivex.processors.FlowableProcessor,org.reactivestreams.Subscription) -wangdaye.com.geometricweather.R$dimen: int abc_action_bar_default_padding_end_material -androidx.lifecycle.extensions.R$attr: int alpha -androidx.appcompat.widget.AppCompatCheckBox: void setButtonDrawable(android.graphics.drawable.Drawable) -com.google.android.material.R$styleable: int ActionBar_subtitle -androidx.appcompat.resources.R$styleable: int[] ColorStateListItem -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit KN -com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_fastScrollEnabled -androidx.preference.R$style: int Base_Theme_AppCompat -androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_drawableSize -james.adaptiveicon.R$attr: int actionModeFindDrawable -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_90 -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorError -com.xw.repo.bubbleseekbar.R$dimen: int tooltip_precise_anchor_extra_offset -android.didikee.donate.R$attr: int selectableItemBackground -androidx.preference.R$attr: int overlapAnchor -androidx.preference.R$styleable: int ColorStateListItem_android_alpha -com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_endX -io.reactivex.Observable: io.reactivex.Observable retry(long,io.reactivex.functions.Predicate) -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_sheet_peek_height_min -com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding -androidx.transition.R$attr: int fontWeight -androidx.preference.R$drawable: int notify_panel_notification_icon_bg -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: java.util.concurrent.atomic.AtomicReference inner -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_Layout_android_layout_width -io.reactivex.Observable: io.reactivex.Observable doOnEach(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer,io.reactivex.functions.Action,io.reactivex.functions.Action) -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: boolean isValid() -com.turingtechnologies.materialscrollbar.R$attr: int actionBarTheme -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: java.lang.String advice -retrofit2.ParameterHandler$QueryMap: ParameterHandler$QueryMap(java.lang.reflect.Method,int,retrofit2.Converter,boolean) -com.google.android.material.R$dimen: int mtrl_textinput_end_icon_margin_start -wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode -com.google.android.material.R$drawable: int abc_text_select_handle_right_mtrl_dark -com.google.android.material.R$styleable: int AlertDialog_showTitle -okhttp3.Request$Builder: okhttp3.Request$Builder get() -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse -androidx.hilt.work.R$bool: int enable_system_foreground_service_default -com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_buttonIconDimen -wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider AMAP -cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_setMobileDataEnabled_1 -androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableItem_android_id -com.google.android.material.R$id: int design_navigation_view -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_android_gravity -androidx.appcompat.R$styleable: int MenuView_android_itemTextAppearance -androidx.constraintlayout.widget.R$styleable: int MenuView_subMenuArrow -io.reactivex.internal.schedulers.ScheduledRunnable -james.adaptiveicon.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float so2 -io.reactivex.Observable: io.reactivex.Observable fromFuture(java.util.concurrent.Future,io.reactivex.Scheduler) -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_firstVerticalStyle -com.tencent.bugly.proguard.z: byte[] a(int) -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: io.reactivex.Observer downstream -androidx.preference.R$layout: int preference_dropdown -androidx.drawerlayout.R$dimen: int notification_right_side_padding_top -androidx.preference.R$styleable: int AppCompatTheme_windowFixedWidthMajor -com.google.android.material.R$styleable: int ConstraintSet_pivotAnchor -com.turingtechnologies.materialscrollbar.R$style: int Animation_Design_BottomSheetDialog -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX: java.util.List brands -com.google.android.material.R$styleable: int AppCompatTextView_drawableLeftCompat -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index pm10 -io.reactivex.internal.observers.BlockingObserver: void onComplete() -io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver -com.google.android.material.R$style: int TextAppearance_Design_CollapsingToolbar_Expanded -androidx.constraintlayout.widget.R$color: int tooltip_background_light -com.google.android.material.R$styleable: int TabLayout_tabMode -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int aqi -com.jaredrummler.android.colorpicker.R$color: int abc_primary_text_disable_only_material_dark -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_trackTint -com.google.gson.stream.JsonReader: boolean nextBoolean() -wangdaye.com.geometricweather.R$styleable: int TabItem_android_text -com.xw.repo.bubbleseekbar.R$styleable: int[] ActionMenuItemView -android.didikee.donate.R$style: int Theme_AppCompat_NoActionBar -wangdaye.com.geometricweather.R$styleable: int[] MotionScene -wangdaye.com.geometricweather.R$drawable: int notif_temp_135 -com.turingtechnologies.materialscrollbar.R$id: int container -com.google.android.material.R$color: int secondary_text_default_material_light -androidx.appcompat.R$styleable: int[] AppCompatSeekBar -okhttp3.MultipartBody: okhttp3.MultipartBody$Part part(int) -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: boolean done -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_indicatorColor -com.jaredrummler.android.colorpicker.R$dimen: int cpv_dialog_preview_height -wangdaye.com.geometricweather.R$styleable: int MaterialButton_android_insetRight -com.google.android.material.R$layout: int notification_template_part_chronometer -io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: io.reactivex.CompletableSource other -com.tencent.bugly.proguard.am: byte[] y -okio.Util: Util() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: java.lang.String getUnit() -wangdaye.com.geometricweather.R$styleable: int OnClick_clickAction -cyanogenmod.providers.CMSettings$System: boolean isLegacySetting(java.lang.String) -wangdaye.com.geometricweather.R$dimen: int item_touch_helper_swipe_escape_velocity -androidx.appcompat.R$attr: int titleMarginStart -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void onComplete() -wangdaye.com.geometricweather.db.entities.AlertEntityDao: AlertEntityDao(org.greenrobot.greendao.internal.DaoConfig) -com.jaredrummler.android.colorpicker.R$string: int abc_searchview_description_search -james.adaptiveicon.R$styleable: int AppCompatTextView_autoSizeMaxTextSize -com.xw.repo.bubbleseekbar.R$styleable: int CompoundButton_buttonTintMode -androidx.work.WorkInfo$State -com.google.android.material.progressindicator.ProgressIndicator: void setTrackColor(int) -okhttp3.Dispatcher: int runningCallsForHost(okhttp3.RealCall$AsyncCall) -wangdaye.com.geometricweather.R$styleable: int ActionBar_logo -com.google.android.material.R$attr: int buttonGravity -androidx.drawerlayout.R$styleable: int GradientColor_android_centerY -wangdaye.com.geometricweather.R$string: int material_slider_range_start -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void replay(io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable) -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_lc -com.tencent.bugly.proguard.ar: java.util.ArrayList d -androidx.constraintlayout.widget.R$string: int abc_search_hint -wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat_ActionBar -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language GREEK -wangdaye.com.geometricweather.R$attr: int dialogLayout -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_android_windowAnimationStyle -wangdaye.com.geometricweather.R$id: int tag_accessibility_pane_title -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Caption -com.google.android.material.R$xml: int standalone_badge_gravity_bottom_end -androidx.appcompat.R$color: int button_material_light -androidx.appcompat.R$styleable: int AppCompatTheme_buttonStyleSmall -cyanogenmod.themes.ThemeChangeRequest: int DEFAULT_WALLPAPER_ID -com.google.android.gms.base.R$attr: int imageAspectRatioAdjust -androidx.preference.R$string: int abc_action_mode_done -okhttp3.internal.http2.Http2Writer: void rstStream(int,okhttp3.internal.http2.ErrorCode) -androidx.appcompat.R$drawable: int abc_seekbar_track_material -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: ObservableDoFinally$DoFinallyObserver(io.reactivex.Observer,io.reactivex.functions.Action) -com.turingtechnologies.materialscrollbar.R$dimen: int fastscroll_default_thickness -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_AES_256_CCM_8_SHA256 -androidx.preference.R$styleable: int Toolbar_contentInsetStart -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown -james.adaptiveicon.R$attr: int thumbTintMode -androidx.constraintlayout.widget.R$styleable: int MotionScene_defaultDuration -com.bumptech.glide.R$id: int left -com.google.android.material.slider.Slider: int getTrackWidth() -androidx.swiperefreshlayout.R$styleable -com.jaredrummler.android.colorpicker.R$attr: int ratingBarStyleIndicator -wangdaye.com.geometricweather.R$attr: int materialButtonStyle -com.google.android.material.R$style: int Widget_AppCompat_Button_Borderless -okhttp3.internal.http2.Http2Codec: okio.Sink createRequestBody(okhttp3.Request,long) -androidx.appcompat.R$styleable: int SwitchCompat_thumbTint -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeThunderstormPrecipitationProbability -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setLongitude(java.lang.String) -androidx.preference.R$styleable: int AppCompatTheme_buttonStyleSmall -wangdaye.com.geometricweather.R$attr: int dayInvalidStyle -com.tencent.bugly.crashreport.crash.h5.H5JavaScriptInterface -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light_DarkActionBar -androidx.hilt.R$layout: int custom_dialog -com.google.android.material.slider.Slider: int getTrackSidePadding() -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getSnowPrecipitationProbability() -androidx.constraintlayout.widget.R$styleable: int Constraint_android_rotationY -com.google.android.material.R$attr: int actionModeWebSearchDrawable -com.google.android.material.R$style: int ShapeAppearanceOverlay_TopRightDifferentCornerSize -wangdaye.com.geometricweather.R$styleable: int NavigationView_android_background -okio.Base64: java.lang.String encode(byte[],byte[]) -com.google.android.material.R$attr: int region_widthMoreThan -org.greenrobot.greendao.AbstractDaoMaster: java.util.Map daoConfigMap -com.google.android.gms.common.server.response.zan -com.tencent.bugly.crashreport.crash.h5.b: java.lang.String b() -android.didikee.donate.R$id: int search_badge -androidx.preference.R$styleable: int AppCompatTheme_windowFixedHeightMinor -com.google.android.gms.common.SignInButton: SignInButton(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$dimen: int notification_large_icon_height -wangdaye.com.geometricweather.remoteviews.config.MultiCityWidgetConfigActivity: MultiCityWidgetConfigActivity() -androidx.preference.R$drawable: int abc_ratingbar_small_material -androidx.constraintlayout.widget.R$styleable: int MenuItem_numericModifiers -com.amap.api.location.AMapLocationClient: void enableBackgroundLocation(int,android.app.Notification) -com.google.android.material.R$styleable: int View_android_theme -wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Content -androidx.swiperefreshlayout.R$dimen: int compat_button_padding_horizontal_material -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind wind -com.turingtechnologies.materialscrollbar.DragScrollBar: DragScrollBar(android.content.Context,android.util.AttributeSet,int) -androidx.appcompat.widget.AppCompatCheckedTextView: void setCheckMarkDrawable(int) -cyanogenmod.app.LiveLockScreenManager: void setDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) -com.google.android.gms.common.Feature: android.os.Parcelable$Creator CREATOR -io.reactivex.Observable: io.reactivex.Observable zipWith(io.reactivex.ObservableSource,io.reactivex.functions.BiFunction) -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Headline -okhttp3.internal.cache.DiskLruCache: long size() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Imperial Imperial -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData -wangdaye.com.geometricweather.R$dimen: int mtrl_card_elevation -io.reactivex.internal.util.ExceptionHelper$Termination: java.lang.Throwable fillInStackTrace() -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit getInstance(java.lang.String) -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle -com.google.android.material.R$style: int Base_Widget_AppCompat_CompoundButton_Switch -androidx.lifecycle.ProcessLifecycleOwnerInitializer: android.net.Uri insert(android.net.Uri,android.content.ContentValues) -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: int STATE_ACTIVE -io.reactivex.internal.operators.observable.ObservableGroupBy$State: boolean delayError -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableStartCompat -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_SearchView -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_97 -com.amap.api.location.AMapLocationClientOption$1 -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer getWetBulbTemperature() -james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart -androidx.constraintlayout.helper.widget.Flow: void setFirstVerticalStyle(int) -androidx.activity.R$id: R$id() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.util.List defense -com.turingtechnologies.materialscrollbar.R$attr: int iconEndPadding -com.google.android.material.slider.BaseSlider: void setTickActiveTintList(android.content.res.ColorStateList) -com.google.android.material.R$attr: int drawableStartCompat -cyanogenmod.weather.WeatherInfo$1: java.lang.Object createFromParcel(android.os.Parcel) -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_android_imeOptions -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_RC4_128_MD5 -com.google.android.material.R$dimen: int default_dimension -retrofit2.Converter$Factory: java.lang.Class getRawType(java.lang.reflect.Type) -wangdaye.com.geometricweather.R$id: int action_menu_divider -androidx.preference.R$attr: int contentInsetEnd -wangdaye.com.geometricweather.R$string: int temperature -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit[] values() -android.didikee.donate.R$styleable: int Toolbar_android_gravity -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeSplitBackground -cyanogenmod.app.BaseLiveLockManagerService: android.os.RemoteCallbackList mChangeListeners -com.google.android.material.slider.BaseSlider -okhttp3.internal.cache.DiskLruCache: java.io.File getDirectory() -wangdaye.com.geometricweather.R$string: int key_temperature_unit -androidx.hilt.work.R$id: int accessibility_custom_action_19 -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum Maximum -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setShortDescription(java.lang.String) -com.jaredrummler.android.colorpicker.R$id: int square -androidx.viewpager2.R$id: int accessibility_custom_action_1 -androidx.constraintlayout.widget.R$dimen: int abc_disabled_alpha_material_light -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_profileExistsByName -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_15 -retrofit2.BuiltInConverters$ToStringConverter -io.reactivex.Observable: io.reactivex.Observable generate(java.util.concurrent.Callable,io.reactivex.functions.BiConsumer) -cyanogenmod.app.BaseLiveLockManagerService$1: cyanogenmod.app.BaseLiveLockManagerService this$0 -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void innerError(io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver,java.lang.Throwable) -james.adaptiveicon.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: float unitFactor -com.jaredrummler.android.colorpicker.R$style: int AlertDialog_AppCompat -retrofit2.Platform: int defaultConverterFactoriesSize() -cyanogenmod.hardware.CMHardwareManager: long getLtoDownloadInterval() -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_autoSizeMinTextSize -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowFixedWidthMinor -android.didikee.donate.R$attr: int actionModeCopyDrawable -android.didikee.donate.R$style: int TextAppearance_AppCompat_Small_Inverse -com.tencent.bugly.proguard.an: byte[] i -wangdaye.com.geometricweather.settings.activities.SettingsActivity: SettingsActivity() -com.tencent.bugly.crashreport.biz.b: void a(long) -wangdaye.com.geometricweather.R$attr: int titleTextAppearance -wangdaye.com.geometricweather.R$id: int activity_settings -okio.Buffer: java.lang.String readUtf8Line() -wangdaye.com.geometricweather.R$styleable: int CardView_contentPaddingRight -wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_menu -androidx.core.widget.NestedScrollView: NestedScrollView(android.content.Context,android.util.AttributeSet) -okio.Buffer: okio.BufferedSink writeHexadecimalUnsignedLong(long) -com.jaredrummler.android.colorpicker.R$color: int dim_foreground_disabled_material_dark -androidx.appcompat.resources.R$styleable: int ColorStateListItem_android_color -com.google.android.material.R$attr: int tickColorActive -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid -okhttp3.CertificatePinner$Pin: java.lang.String WILDCARD -com.turingtechnologies.materialscrollbar.R$attr: int actionBarStyle -okhttp3.internal.connection.RealConnection: void onStream(okhttp3.internal.http2.Http2Stream) -com.jaredrummler.android.colorpicker.R$styleable: int CheckBoxPreference_summaryOn -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setWind(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX) -com.tencent.bugly.b: java.util.List b -com.google.android.material.R$style: int TextAppearance_AppCompat_Subhead_Inverse -okio.Okio$3 -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler -cyanogenmod.weatherservice.ServiceRequestResult: boolean equals(java.lang.Object) -com.google.android.material.R$drawable: int abc_ic_star_black_16dp -com.jaredrummler.android.colorpicker.ColorPanelView: void setColor(int) -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat -io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver -okhttp3.internal.platform.JdkWithJettyBootPlatform$JettyNegoProvider: java.util.List protocols -androidx.appcompat.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: io.reactivex.subjects.Subject signaller -cyanogenmod.hardware.CMHardwareManager: int getSupportedFeatures() -com.tencent.bugly.proguard.al: void a(com.tencent.bugly.proguard.i) -cyanogenmod.app.ILiveLockScreenManagerProvider: boolean getLiveLockScreenEnabled() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Imperial: int UnitType -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_switchTextAppearance -com.google.android.material.R$styleable: int MenuItem_iconTint -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial: double Value -androidx.constraintlayout.widget.R$integer: int config_tooltipAnimTime -wangdaye.com.geometricweather.R$dimen: int abc_control_corner_material -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver parent -okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.tls.CertificateChainCleaner buildCertificateChainCleaner(javax.net.ssl.X509TrustManager) -io.reactivex.Observable: io.reactivex.Observable window(long) -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintRight_toLeftOf -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_orientation -com.turingtechnologies.materialscrollbar.R$dimen: int compat_button_inset_vertical_material -androidx.appcompat.R$style: int ThemeOverlay_AppCompat_DayNight_ActionBar -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.functions.Function mapper -wangdaye.com.geometricweather.R$color: int primary_text_default_material_dark -androidx.constraintlayout.widget.R$drawable: int notification_bg_normal -okhttp3.internal.connection.RealConnection$1 -okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.platform.OptionalMethod getAlpnSelectedProtocol -com.jaredrummler.android.colorpicker.R$styleable: int[] Toolbar -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_content_inset_material -okhttp3.internal.ws.RealWebSocket: boolean send(okio.ByteString,int) -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: void setStatus(int) -wangdaye.com.geometricweather.R$styleable: int Toolbar_title -com.jaredrummler.android.colorpicker.R$attr: int elevation -wangdaye.com.geometricweather.R$attr: int tickColorActive -androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionBar_Solid -com.google.android.material.R$layout: int material_time_chip -com.turingtechnologies.materialscrollbar.TouchScrollBar: TouchScrollBar(android.content.Context,android.util.AttributeSet) -androidx.customview.R$id: int right_side -com.turingtechnologies.materialscrollbar.R$styleable: int[] AppBarLayout_Layout -androidx.preference.R$styleable: int AppCompatTheme_actionButtonStyle -androidx.constraintlayout.widget.R$attr: int chainUseRtl -okhttp3.Response$Builder: okhttp3.Response$Builder header(java.lang.String,java.lang.String) -com.google.android.material.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle -android.didikee.donate.R$style: int ThemeOverlay_AppCompat_ActionBar -wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation: wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation valueOf(java.lang.String) -androidx.dynamicanimation.R$dimen: int notification_main_column_padding_top -wangdaye.com.geometricweather.R$drawable: int weather_sleet_1 -com.google.android.material.R$dimen: int mtrl_slider_label_square_side -okio.RealBufferedSource: boolean request(long) -james.adaptiveicon.R$id: int search_badge -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition -okhttp3.internal.http.RealInterceptorChain: okhttp3.Call call -com.amap.api.location.AMapLocation: java.lang.String getBuildingId() -androidx.constraintlayout.widget.R$drawable: int abc_list_pressed_holo_light -com.google.android.material.R$dimen: int hint_alpha_material_dark -james.adaptiveicon.R$attr: int textAppearanceSearchResultTitle -okhttp3.FormBody$Builder: FormBody$Builder() -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void trimHead() -androidx.fragment.R$dimen: int compat_notification_large_icon_max_width -androidx.appcompat.resources.R$id: int accessibility_custom_action_10 -com.google.android.material.R$attr: int boxStrokeColor -retrofit2.RequestBuilder$ContentTypeOverridingRequestBody: RequestBuilder$ContentTypeOverridingRequestBody(okhttp3.RequestBody,okhttp3.MediaType) -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_hideOnContentScroll -androidx.recyclerview.R$id: int accessibility_custom_action_16 -okhttp3.internal.http1.Http1Codec$FixedLengthSink: boolean closed -retrofit2.ParameterHandler$Part: okhttp3.Headers headers -androidx.viewpager2.widget.ViewPager2: void setOrientation(int) -cyanogenmod.app.ProfileGroup$1: java.lang.Object createFromParcel(android.os.Parcel) -com.xw.repo.BubbleSeekBar: void setCustomSectionTextArray(com.xw.repo.BubbleSeekBar$CustomSectionTextArray) -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_onClick -androidx.constraintlayout.widget.ConstraintLayout: void setMaxWidth(int) -wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked -io.reactivex.internal.operators.observable.ObservableGroupBy$State: io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver parent -com.google.android.material.R$styleable: int Constraint_flow_firstHorizontalBias -com.google.android.material.R$styleable: int Constraint_layout_constraintDimensionRatio -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeThunderstormPrecipitationDuration() -james.adaptiveicon.R$styleable: int AppCompatTheme_popupMenuStyle -androidx.preference.R$layout: int abc_list_menu_item_icon -android.didikee.donate.R$layout: int abc_list_menu_item_radio -com.google.android.material.R$dimen: int abc_action_button_min_width_material -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Metric Metric -okhttp3.Dispatcher: void finished(okhttp3.RealCall) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric -com.google.android.material.R$animator: int linear_indeterminate_line1_head_interpolator -com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableItem_android_id -wangdaye.com.geometricweather.R$styleable: int[] LinearLayoutCompat_Layout -wangdaye.com.geometricweather.R$layout: int mtrl_calendar_month_labeled -okhttp3.WebSocketListener: void onFailure(okhttp3.WebSocket,java.lang.Throwable,okhttp3.Response) -com.google.android.material.R$styleable: int KeyTimeCycle_android_scaleY -com.google.android.material.snackbar.BaseTransientBottomBar$Behavior: BaseTransientBottomBar$Behavior() -androidx.appcompat.R$styleable: int GradientColor_android_startX -androidx.appcompat.R$styleable: int[] MenuGroup -com.google.android.gms.internal.common.zzq: java.lang.Object zza() -androidx.preference.R$attr: int drawableBottomCompat -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceCategoryStyle -okhttp3.internal.annotations.EverythingIsNonNull -androidx.appcompat.R$style: int Base_Widget_AppCompat_RatingBar -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ProgressBar_Horizontal -android.didikee.donate.R$attr: int windowActionModeOverlay -com.google.android.material.R$string: int material_timepicker_clock_mode_description -okio.BufferedSource: short readShort() -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: io.reactivex.subjects.UnicastSubject window -retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback -com.google.android.material.R$string: int abc_toolbar_collapse_description -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: int getProgressViewStartOffset() -com.amap.api.location.AMapLocationClient: void startAssistantLocation(android.webkit.WebView) -com.xw.repo.bubbleseekbar.R$dimen: int notification_action_icon_size -wangdaye.com.geometricweather.common.ui.widgets.TagView: TagView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours: AccuCurrentResult$PrecipitationSummary$Past3Hours() -wangdaye.com.geometricweather.R$layout: int dialog_adaptive_icon -androidx.constraintlayout.widget.R$attr: int flow_verticalAlign -com.tencent.bugly.crashreport.CrashReport: void initCrashReport(android.content.Context,java.lang.String,boolean,com.tencent.bugly.crashreport.CrashReport$UserStrategy) -androidx.constraintlayout.widget.R$styleable: int PopupWindow_android_popupBackground -cyanogenmod.providers.CMSettings: java.lang.String ACTION_DATA_USAGE -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_MonthTextView -com.amap.api.location.CoordinateConverter: CoordinateConverter(android.content.Context) -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework -com.google.android.material.R$styleable: int Toolbar_android_minHeight -androidx.customview.R$style: int TextAppearance_Compat_Notification_Info -io.reactivex.internal.subscriptions.BasicIntQueueSubscription: BasicIntQueueSubscription() -androidx.constraintlayout.widget.R$styleable: int View_theme -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: CaiYunMainlyResult$CurrentBean() -androidx.preference.R$styleable: int[] StateListDrawable -com.google.android.material.progressindicator.ProgressIndicator: void setAnimatorDurationScaleProvider(com.google.android.material.progressindicator.AnimatorDurationScaleProvider) -wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setId(java.lang.Long) -androidx.preference.Preference: Preference(android.content.Context,android.util.AttributeSet,int) -cyanogenmod.externalviews.KeyguardExternalView: android.os.IBinder mService -org.greenrobot.greendao.DaoException: DaoException(java.lang.String,java.lang.Throwable) -cyanogenmod.themes.ThemeChangeRequest$1: java.lang.Object[] newArray(int) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeIcePrecipitationDuration() -com.turingtechnologies.materialscrollbar.R$animator: int mtrl_fab_transformation_sheet_expand_spec -com.jaredrummler.android.colorpicker.R$color: int abc_hint_foreground_material_light -com.baidu.location.e.m: m(java.lang.String,int,java.lang.String,java.lang.String,java.lang.String,int,int) -cyanogenmod.app.ILiveLockScreenChangeListener$Stub: java.lang.String DESCRIPTOR -androidx.lifecycle.extensions.R$id: int italic -androidx.legacy.coreutils.R$styleable: int FontFamilyFont_android_fontWeight -okhttp3.Dispatcher: java.lang.Runnable idleCallback -io.reactivex.internal.disposables.DisposableHelper: boolean dispose(java.util.concurrent.atomic.AtomicReference) -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_week_5 -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) -okhttp3.internal.http2.Http2Stream$StreamTimeout: void timedOut() -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Headline5 -androidx.constraintlayout.widget.R$dimen: int abc_action_button_min_height_material -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu -androidx.coordinatorlayout.R$id: int accessibility_custom_action_26 -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float rain12h -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void request(long) -android.didikee.donate.R$styleable: int AppCompatTheme_buttonBarButtonStyle -com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_Alert -cyanogenmod.externalviews.ExternalViewProviderService: android.os.Handler mHandler -wangdaye.com.geometricweather.R$drawable: int widget_card_dark_40 -wangdaye.com.geometricweather.R$attr: int theme -androidx.hilt.work.R$dimen: int notification_right_icon_size -wangdaye.com.geometricweather.R$integer: int design_tab_indicator_anim_duration_ms -james.adaptiveicon.R$styleable: int ActionBar_backgroundStacked -okhttp3.internal.ws.RealWebSocket$2: void onResponse(okhttp3.Call,okhttp3.Response) -androidx.viewpager2.R$id: int accessibility_custom_action_2 -wangdaye.com.geometricweather.R$attr: int dependency -com.jaredrummler.android.colorpicker.R$dimen: int highlight_alpha_material_dark -com.github.rahatarmanahmed.cpv.CircularProgressView: void setProgress(float) -retrofit2.OkHttpCall$NoContentResponseBody: okhttp3.MediaType contentType -com.turingtechnologies.materialscrollbar.R$attr: int listPreferredItemHeightLarge -com.google.android.material.R$dimen: int mtrl_shape_corner_size_small_component -androidx.hilt.work.R$styleable: int[] FontFamilyFont -wangdaye.com.geometricweather.R$attr: int actionBarSplitStyle -androidx.dynamicanimation.R$id: int info -cyanogenmod.util.ColorUtils: int findPerceptuallyNearestColor(int,int[]) -com.google.android.material.textfield.TextInputLayout: android.graphics.drawable.Drawable getPasswordVisibilityToggleDrawable() -retrofit2.ParameterHandler$HeaderMap: java.lang.reflect.Method method -com.google.android.material.R$style: int Theme_AppCompat_Dialog_Alert -cyanogenmod.app.LiveLockScreenInfo: LiveLockScreenInfo(android.os.Parcel,cyanogenmod.app.LiveLockScreenInfo$1) -androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_android_fontVariationSettings -james.adaptiveicon.R$styleable: int FontFamilyFont_fontStyle -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_drawableRight -wangdaye.com.geometricweather.R$dimen: int mtrl_chip_text_size -cyanogenmod.providers.CMSettings$System: java.lang.String getStringForUser(android.content.ContentResolver,java.lang.String,int) -androidx.preference.R$styleable: int AlertDialog_showTitle -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: boolean done -androidx.transition.R$id: int title -wangdaye.com.geometricweather.R$color: int mtrl_on_primary_text_btn_text_color_selector -wangdaye.com.geometricweather.R$string: int wechat -okhttp3.HttpUrl: java.lang.String QUERY_ENCODE_SET -cyanogenmod.profiles.RingModeSettings$1: java.lang.Object createFromParcel(android.os.Parcel) -androidx.work.R$drawable: int notification_bg_normal -androidx.viewpager2.R$styleable: int ColorStateListItem_alpha -com.google.android.material.R$styleable: int AppCompatTheme_actionDropDownStyle -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_dropdownPreferenceStyle -wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_arrowShaftLength -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter beginObject() -com.tencent.bugly.crashreport.crash.c: void d() -james.adaptiveicon.R$attr: int tooltipText -com.google.android.material.chip.Chip: void setIconStartPaddingResource(int) -com.google.android.material.R$styleable: int ConstraintSet_layout_goneMarginBottom -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: java.lang.String BriefPhrase -wangdaye.com.geometricweather.R$attr: int progressBarPadding -james.adaptiveicon.R$styleable: int ActionBar_subtitleTextStyle -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonBarButtonStyle -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void dispose() -wangdaye.com.geometricweather.R$styleable: int Insets_paddingLeftSystemWindowInsets -androidx.appcompat.R$styleable: int[] AppCompatImageView -wangdaye.com.geometricweather.R$string: int action_alert -james.adaptiveicon.R$styleable: int LinearLayoutCompat_dividerPadding -androidx.legacy.coreutils.R$id: int chronometer -cyanogenmod.app.PartnerInterface: java.lang.String getCurrentHotwordPackageName() -com.google.android.material.chip.Chip: float getChipEndPadding() -com.google.android.material.R$drawable: int ic_mtrl_chip_close_circle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: void setValue(java.lang.String) -com.google.android.material.navigation.NavigationView: void setItemBackground(android.graphics.drawable.Drawable) -androidx.viewpager2.R$styleable: int GradientColorItem_android_offset -com.turingtechnologies.materialscrollbar.R$styleable: int[] Chip -cyanogenmod.app.IPartnerInterface$Stub$Proxy: java.lang.String getInterfaceDescriptor() -wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration -retrofit2.CallAdapter$Factory: retrofit2.CallAdapter get(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) -androidx.constraintlayout.widget.R$styleable: int MotionTelltales_telltales_velocityMode -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: void setEn_US(java.lang.String) -com.xw.repo.bubbleseekbar.R$attr: int actionBarStyle -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource MF -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onKeyguardShowing(boolean) -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer wetBulbTemperature -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Speed: java.lang.String Unit -androidx.customview.R$id: int action_image -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_panelMenuListWidth -wangdaye.com.geometricweather.R$styleable: int[] SwitchImageButton -com.tencent.bugly.proguard.ab -androidx.vectordrawable.R$id: int text2 -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Imperial -cyanogenmod.themes.IThemeProcessingListener$Stub$Proxy: void onFinishedProcessing(java.lang.String) -com.google.android.material.floatingactionbutton.FloatingActionButton: FloatingActionButton(android.content.Context,android.util.AttributeSet,int) -androidx.appcompat.R$style: int TextAppearance_AppCompat_Small_Inverse -androidx.lifecycle.ServiceLifecycleDispatcher: androidx.lifecycle.LifecycleRegistry mRegistry -com.jaredrummler.android.colorpicker.R$style: int Platform_AppCompat -androidx.appcompat.view.menu.ActionMenuItemView: void setPopupCallback(androidx.appcompat.view.menu.ActionMenuItemView$PopupCallback) -androidx.constraintlayout.widget.R$attr: int motion_triggerOnCollision -androidx.preference.R$styleable: int ActionBar_icon -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean direction -com.tencent.bugly.crashreport.crash.c: boolean i -androidx.transition.R$attr: int fontProviderAuthority -com.jaredrummler.android.colorpicker.R$attr: int ttcIndex -com.google.android.material.R$attr: int expandActivityOverflowButtonDrawable -okhttp3.MultipartBody: int size() -cyanogenmod.app.CustomTile$ExpandedStyle: int REMOTE_STYLE -okhttp3.internal.http.HttpCodec: void finishRequest() -com.google.android.material.R$attr: int textAllCaps -io.reactivex.internal.queue.SpscArrayQueue -wangdaye.com.geometricweather.R$dimen: int preference_seekbar_padding_vertical -com.xw.repo.bubbleseekbar.R$color: R$color() -androidx.appcompat.R$integer: int abc_config_activityDefaultDur -androidx.constraintlayout.widget.R$styleable: int KeyTrigger_onCross -com.turingtechnologies.materialscrollbar.R$bool: int abc_config_actionMenuItemAllCaps -cyanogenmod.externalviews.KeyguardExternalView$4 -com.google.android.material.R$drawable: int abc_btn_radio_to_on_mtrl_015 -androidx.appcompat.R$dimen: int abc_action_button_min_width_material -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_thumb_text_color -com.google.android.material.R$attr: int chipIconEnabled -androidx.viewpager2.R$integer -io.reactivex.Observable: io.reactivex.Observable timeout(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,io.reactivex.ObservableSource) -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast: void completion() -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void innerError(java.lang.Throwable) -com.google.android.material.R$style: int TextAppearance_AppCompat_Medium_Inverse -wangdaye.com.geometricweather.R$string: int thanks -androidx.appcompat.R$attr: int actionModeShareDrawable -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_BLUETOOTH_ICON -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Caption -com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_statusBarBackground -wangdaye.com.geometricweather.R$attr: int cornerSizeBottomRight -com.google.gson.stream.JsonReader: int PEEKED_END_OBJECT -james.adaptiveicon.R$style: int Widget_AppCompat_ListView -okhttp3.internal.http2.Hpack: Hpack() -wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase -androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert -com.xw.repo.bubbleseekbar.R$attr: int bsb_bubble_color -com.google.android.gms.internal.location.zzbg -com.google.android.material.bottomappbar.BottomAppBar: androidx.appcompat.widget.ActionMenuView getActionMenuView() -io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function7) -okhttp3.OkHttpClient$1: okhttp3.Call newWebSocketCall(okhttp3.OkHttpClient,okhttp3.Request) -com.google.android.material.R$styleable: int AppCompatTheme_windowFixedWidthMinor -com.google.android.material.R$styleable: int KeyTimeCycle_wavePeriod -wangdaye.com.geometricweather.R$styleable: int CardView_contentPaddingTop -wangdaye.com.geometricweather.R$string: int wind_7 -androidx.preference.R$attr: int buttonBarButtonStyle -com.turingtechnologies.materialscrollbar.R$string: int path_password_eye_mask_visible -okhttp3.internal.connection.StreamAllocation: void noNewStreams() -okhttp3.internal.http2.Http2Connection$Builder: int pingIntervalMillis -androidx.constraintlayout.widget.R$attr: int windowFixedHeightMajor -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_lastHorizontalBias -androidx.preference.R$styleable: int Preference_enabled -com.jaredrummler.android.colorpicker.R$attr: int fastScrollHorizontalThumbDrawable -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Body1 -com.github.rahatarmanahmed.cpv.R$color: int cpv_default_color -androidx.preference.R$id: int action_image -io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,long,boolean,int) -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language ENGLISH_UK -james.adaptiveicon.R$styleable: int AppCompatTheme_windowFixedWidthMajor -androidx.constraintlayout.widget.R$attr: int firstBaselineToTopHeight -wangdaye.com.geometricweather.R$color: int androidx_core_secondary_text_default_material_light -android.didikee.donate.R$styleable: int ActionBar_divider -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Subtitle1 -android.support.v4.app.INotificationSideChannel: void notify(java.lang.String,int,java.lang.String,android.app.Notification) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Direction: java.lang.String Localized -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -wangdaye.com.geometricweather.R$attr: int maxVelocity -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_menu_material -android.didikee.donate.R$styleable: int[] PopupWindowBackgroundState -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: android.os.IBinder mRemote -wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_color -wangdaye.com.geometricweather.R$xml: int perference_service_provider -com.google.android.material.R$attr: int textAppearanceHeadline4 -com.turingtechnologies.materialscrollbar.R$attr: int msb_barColor -com.tencent.bugly.proguard.c: java.lang.Object b(java.lang.String,java.lang.Object) -io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,boolean,int) -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_bubble_text_size -androidx.viewpager2.R$styleable: int FontFamily_fontProviderQuery -androidx.hilt.R$dimen: int notification_large_icon_width -retrofit2.http.Header: java.lang.String value() -androidx.appcompat.R$styleable: int AnimatedStateListDrawableTransition_android_fromId -retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: io.reactivex.Observer observer -wangdaye.com.geometricweather.R$drawable: int shortcuts_hail_foreground -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.HistoryEntityDao getHistoryEntityDao() -com.google.android.material.R$style: int Base_Theme_AppCompat_Light_Dialog -androidx.appcompat.widget.AppCompatTextView: AppCompatTextView(android.content.Context) -wangdaye.com.geometricweather.R$attr: int valueTextColor -cyanogenmod.power.PerformanceManager: int PROFILE_HIGH_PERFORMANCE -androidx.appcompat.widget.DropDownListView: void setSelectorEnabled(boolean) -com.tencent.bugly.proguard.am: java.lang.String x -com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_item_horizontal_padding -com.google.android.material.slider.RangeSlider -androidx.viewpager2.R$styleable: int[] ColorStateListItem -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemBackground -com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_headerBackground -com.google.android.material.chip.Chip: void setSingleLine(boolean) -androidx.appcompat.widget.AppCompatImageButton: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) -androidx.activity.R$color: int secondary_text_default_material_light -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: long serialVersionUID -wangdaye.com.geometricweather.R$styleable: int Layout_barrierAllowsGoneWidgets -cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_DIALOG_THEME -com.google.android.material.textfield.TextInputLayout: void setStartIconOnClickListener(android.view.View$OnClickListener) -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List guomin -androidx.work.R$style: int TextAppearance_Compat_Notification_Time -com.xw.repo.bubbleseekbar.R$attr: int hideOnContentScroll -androidx.lifecycle.FullLifecycleObserverAdapter -com.google.android.material.R$styleable: int CardView_contentPaddingRight -android.didikee.donate.R$id: int showHome -wangdaye.com.geometricweather.R$array: int languages -cyanogenmod.app.CMContextConstants$Features: java.lang.String LIVE_LOCK_SCREEN -androidx.preference.R$drawable: int abc_btn_borderless_material -io.reactivex.Observable: io.reactivex.Observable timestamp(io.reactivex.Scheduler) -androidx.lifecycle.ClassesInfoCache: ClassesInfoCache() -com.google.android.gms.location.LocationSettingsResult -androidx.constraintlayout.widget.R$styleable: int StateListDrawable_android_exitFadeDuration -wangdaye.com.geometricweather.R$styleable: int MaterialAutoCompleteTextView_android_inputType -androidx.constraintlayout.widget.R$attr: int actionBarTabStyle -com.bumptech.glide.R$dimen: int compat_button_padding_horizontal_material -androidx.lifecycle.extensions.R$attr: int fontVariationSettings -com.turingtechnologies.materialscrollbar.R$style: int Animation_AppCompat_DropDownUp -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_suffixText -wangdaye.com.geometricweather.R$id: int activity_card_display_manage_recyclerView -okio.RealBufferedSource: okio.ByteString readByteString(long) -org.greenrobot.greendao.database.DatabaseOpenHelper: DatabaseOpenHelper(android.content.Context,java.lang.String,android.database.sqlite.SQLiteDatabase$CursorFactory,int) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_goneMarginLeft -wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition: wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition ABOVE_LINE -androidx.fragment.app.FragmentState: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_spinnerStyle -retrofit2.Call: retrofit2.Call clone() -com.google.android.material.R$layout: int material_clock_display -com.google.android.material.R$styleable: int CompoundButton_android_button -james.adaptiveicon.R$style: int Theme_AppCompat -com.google.android.material.R$style: int Platform_ThemeOverlay_AppCompat_Dark -com.google.android.material.R$styleable: int MaterialCalendarItem_android_insetTop -com.tencent.bugly.proguard.p: com.tencent.bugly.proguard.r a(android.database.Cursor) -okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Writer writer -okhttp3.OkHttpClient: boolean followRedirects() -okhttp3.RealCall$AsyncCall: void execute() -com.google.android.material.R$dimen: int abc_action_bar_subtitle_top_margin_material -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float o3 -androidx.constraintlayout.widget.R$attr: int actionLayout -com.google.android.material.R$styleable: int RadialViewGroup_materialCircleRadius -androidx.appcompat.R$styleable: int AppCompatTheme_actionModeBackground -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintEnd_toEndOf -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ListView_DropDown -wangdaye.com.geometricweather.R$id: int dialog_weather_hourly_title -cyanogenmod.themes.ThemeChangeRequest: java.util.Map mThemeComponents -wangdaye.com.geometricweather.R$styleable: int Constraint_android_rotation -cyanogenmod.content.Intent: java.lang.String EXTRA_PROTECTED_COMPONENTS -android.didikee.donate.R$styleable: int AppCompatTextView_android_textAppearance -cyanogenmod.profiles.BrightnessSettings: int getValue() -com.jaredrummler.android.colorpicker.R$layout: int cpv_color_item_square -androidx.preference.DialogPreference: DialogPreference(android.content.Context,android.util.AttributeSet) -com.amap.api.location.AMapLocationQualityReport: void setLocationMode(com.amap.api.location.AMapLocationClientOption$AMapLocationMode) -com.tencent.bugly.proguard.z: byte[] a(android.os.Parcelable) -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: void onSuccess(java.lang.Object) -androidx.constraintlayout.widget.R$attr: int fontProviderQuery -androidx.appcompat.resources.R$drawable: int notify_panel_notification_icon_bg -wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_text_light_normal_background -wangdaye.com.geometricweather.R$id: int design_navigation_view -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_thumbTextPadding -cyanogenmod.providers.WeatherContract$WeatherColumns -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: int uv -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String nighttimeWindDirection -james.adaptiveicon.R$styleable: int AppCompatTheme_colorAccent -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_padding_material -okio.GzipSink: void writeFooter() -wangdaye.com.geometricweather.main.MainActivityViewModel$Status: wangdaye.com.geometricweather.main.MainActivityViewModel$Status INITIALIZING -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void onNext(java.lang.Object) -androidx.appcompat.R$style: int Widget_AppCompat_ProgressBar -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: ObservableTimeout$TimeoutObserver(io.reactivex.Observer,io.reactivex.functions.Function) -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setTextColor(android.content.res.ColorStateList) -com.google.android.material.R$style: int Theme_MaterialComponents_Light_NoActionBar_Bridge -okhttp3.CacheControl: int maxAgeSeconds -android.didikee.donate.R$integer: int status_bar_notification_info_maxnum -com.google.android.material.R$styleable: int TextInputLayout_hintTextColor -androidx.dynamicanimation.R$style: R$style() -okhttp3.internal.connection.RouteSelector: okhttp3.internal.connection.RouteDatabase routeDatabase -okhttp3.CertificatePinner$Pin: int hashCode() -androidx.customview.R$drawable: int notify_panel_notification_icon_bg -androidx.appcompat.R$styleable: int AppCompatTheme_seekBarStyle -io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: long serialVersionUID -com.tencent.bugly.proguard.z: byte[] b(byte[],int,java.lang.String) -android.didikee.donate.R$anim: int abc_slide_in_bottom -android.didikee.donate.R$dimen: int abc_dialog_padding_material -wangdaye.com.geometricweather.R$layout: int mtrl_alert_select_dialog_multichoice -androidx.appcompat.widget.AppCompatTextView: void setTextClassifier(android.view.textclassifier.TextClassifier) -com.amap.api.fence.DistrictItem$1: java.lang.Object[] newArray(int) -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.util.Date time -com.tencent.bugly.proguard.c -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: boolean tillTheEnd -androidx.viewpager2.R$id: int accessibility_custom_action_20 -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable[] EMPTY -androidx.appcompat.R$id: int accessibility_custom_action_14 -wangdaye.com.geometricweather.R$layout: int select_dialog_item_material -androidx.preference.R$attr: int backgroundStacked -com.jaredrummler.android.colorpicker.R$attr: int buttonStyle -retrofit2.adapter.rxjava2.CallExecuteObservable: retrofit2.Call originalCall -androidx.customview.R$styleable: int GradientColor_android_endY -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Small_Inverse -com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_divider_material -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: boolean done -com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleDrawable(int) -okhttp3.internal.connection.ConnectionSpecSelector: java.util.List connectionSpecs -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver: long serialVersionUID -com.xw.repo.bubbleseekbar.R$color: int material_grey_900 -wangdaye.com.geometricweather.R$interpolator: int mtrl_fast_out_linear_in -androidx.constraintlayout.widget.R$dimen: R$dimen() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$LocalSource LocalSource -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: io.reactivex.disposables.Disposable upstream -androidx.drawerlayout.R$styleable: int FontFamilyFont_fontStyle -com.tencent.bugly.proguard.a: com.tencent.bugly.proguard.am a(android.content.Context,int,byte[]) -androidx.lifecycle.ReportFragment: java.lang.String REPORT_FRAGMENT_TAG -okio.RealBufferedSink: okio.BufferedSink writeShortLe(int) -wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Counter -androidx.constraintlayout.widget.R$color: int bright_foreground_disabled_material_dark -okhttp3.internal.Util: java.util.TimeZone UTC -androidx.dynamicanimation.R$style: int TextAppearance_Compat_Notification_Title -androidx.constraintlayout.utils.widget.ImageFilterButton: void setWarmth(float) -wangdaye.com.geometricweather.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_1 -androidx.swiperefreshlayout.R$styleable: int ColorStateListItem_alpha -androidx.constraintlayout.widget.R$styleable: int OnSwipe_dragThreshold -androidx.dynamicanimation.R$dimen: int compat_button_inset_vertical_material -androidx.appcompat.R$dimen: int notification_action_text_size -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getUnitId() -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_helperTextTextAppearance -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$1 -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_editor_absoluteX -androidx.fragment.R$anim: int fragment_close_exit -james.adaptiveicon.R$styleable: int Spinner_android_prompt -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: int val$y -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintLeft_toLeftOf -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric: double Value -wangdaye.com.geometricweather.R$id: int widget_clock_day_lunar -com.google.android.material.R$styleable: int Constraint_layout_goneMarginLeft -wangdaye.com.geometricweather.R$string: int settings_title_weather_source -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Medium -com.google.android.material.R$styleable: int[] BottomNavigationView -com.amap.api.location.UmidtokenInfo$1: void run() -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void onAttach(android.os.IBinder) -wangdaye.com.geometricweather.R$attr: int bsb_rtl -cyanogenmod.externalviews.KeyguardExternalView: void onKeyguardShowing(boolean) -org.greenrobot.greendao.AbstractDao: java.lang.String[] getPkColumns() -cyanogenmod.weather.RequestInfo: RequestInfo(android.os.Parcel) -com.google.android.material.R$attr: int flow_verticalAlign -com.google.android.material.R$attr: int mock_labelColor -android.didikee.donate.R$dimen: int abc_button_padding_vertical_material -androidx.hilt.work.R$drawable: int notification_template_icon_low_bg -androidx.lifecycle.Transformations: androidx.lifecycle.LiveData map(androidx.lifecycle.LiveData,androidx.arch.core.util.Function) -cyanogenmod.themes.ThemeManager: void onClientResumed(cyanogenmod.themes.ThemeManager$ThemeChangeListener) -okio.ByteString: boolean endsWith(okio.ByteString) -com.tencent.bugly.BuglyStrategy$a: int CRASHTYPE_COCOS2DX_LUA -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_android_elevation -com.google.android.material.R$style: int Widget_AppCompat_DropDownItem_Spinner -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_Layout_layout_scrollInterpolator -com.google.android.material.R$styleable: int Insets_paddingRightSystemWindowInsets -androidx.appcompat.R$style: int Base_Widget_AppCompat_RatingBar_Indicator -james.adaptiveicon.R$attr: int buttonPanelSideLayout -com.google.android.material.R$styleable: int[] SwitchMaterial -androidx.constraintlayout.widget.R$id: int dragStart -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Imperial Imperial -androidx.appcompat.R$dimen: int tooltip_vertical_padding -cyanogenmod.app.PartnerInterface: PartnerInterface(android.content.Context) -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Toolbar_Button_Navigation -wangdaye.com.geometricweather.R$attr: int behavior_peekHeight -com.tencent.bugly.proguard.u: void a(com.tencent.bugly.proguard.u,int) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableStartCompat -com.google.android.material.R$layout: int design_layout_snackbar -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25 pm25 -androidx.lifecycle.extensions.R$styleable: int[] ColorStateListItem -com.google.android.material.R$attr: int icon -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String OVERLAYS_URI -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_goneMarginRight -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$3 -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowFixedWidthMajor -com.bumptech.glide.R$color -androidx.lifecycle.LifecycleDispatcher: void init(android.content.Context) -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemBackground -com.autonavi.aps.amapapi.model.AMapLocationServer -wangdaye.com.geometricweather.R$styleable: int Layout_minHeight -androidx.coordinatorlayout.R$id: int italic -androidx.constraintlayout.widget.R$style: int Platform_V25_AppCompat -com.google.android.material.R$style: int Base_Widget_AppCompat_Button_Small -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_elevation -com.google.android.material.bottomnavigation.BottomNavigationItemView: int getItemPosition() -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean l -james.adaptiveicon.R$styleable: int DrawerArrowToggle_color -androidx.constraintlayout.widget.R$anim: int abc_grow_fade_in_from_bottom -com.loc.k: java.lang.String d() -androidx.coordinatorlayout.R$dimen: R$dimen() -wangdaye.com.geometricweather.R$string: int content_desc_weather_icon -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: java.util.concurrent.atomic.AtomicReference observers -com.google.android.material.chip.Chip: void setTextAppearance(com.google.android.material.resources.TextAppearance) -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ButtonBar -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cw -okio.Sink: okio.Timeout timeout() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: java.util.Date getPubTime() -androidx.appcompat.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset -com.google.android.material.R$attr: int materialCalendarHeaderDivider -retrofit2.KotlinExtensions$suspendAndThrow$1: java.lang.Object L$0 -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: io.reactivex.disposables.Disposable upstream -com.google.android.material.button.MaterialButton$SavedState -wangdaye.com.geometricweather.R$id: int coordinator -android.didikee.donate.R$style: int Widget_AppCompat_ButtonBar -wangdaye.com.geometricweather.common.ui.transitions.RoundCornerTransition -com.jaredrummler.android.colorpicker.R$color: int material_grey_100 -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption$AMapLocationMode getLocationMode() -wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_item_min_width -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon Moon -android.didikee.donate.R$dimen: int abc_disabled_alpha_material_light -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoldLevel -androidx.hilt.lifecycle.R$id: int title -com.google.android.material.R$attr: int trackColorActive -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_star_half_black_16dp -cyanogenmod.externalviews.KeyguardExternalViewProviderService$1: KeyguardExternalViewProviderService$1(cyanogenmod.externalviews.KeyguardExternalViewProviderService) -com.bumptech.glide.R$id: int tag_unhandled_key_event_manager -com.jaredrummler.android.colorpicker.R$layout: int select_dialog_item_material -com.google.android.material.R$id: int largeLabel -com.jaredrummler.android.colorpicker.R$id: int switchWidget -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setDistrict(java.lang.String) -com.amap.api.location.APSService: void onCreate(android.content.Context) -okhttp3.Cookie$Builder: java.lang.String name -wangdaye.com.geometricweather.R$styleable: int[] KeyFrame -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_elevation_material -android.didikee.donate.R$string: int app_name -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$2 -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeRainPrecipitationProbability -cyanogenmod.app.CustomTile$ListExpandedStyle -wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getDaytimeWeatherCode() -androidx.appcompat.R$styleable: int AppCompatTheme_actionBarWidgetTheme -android.didikee.donate.R$attr: int actionProviderClass -okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection$Builder socket(java.net.Socket) -com.google.android.material.R$id: int accessibility_custom_action_23 -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language SLOVENIAN -wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerFamilyBottomLeft -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_NavigationView -com.google.android.material.R$string: int mtrl_picker_range_header_selected -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours: AccuCurrentResult$PrecipitationSummary$Past6Hours() -androidx.appcompat.app.AppCompatActivity -io.reactivex.internal.disposables.DisposableHelper: boolean validate(io.reactivex.disposables.Disposable,io.reactivex.disposables.Disposable) -androidx.preference.R$color: int abc_tint_spinner -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setChecked(boolean) -androidx.dynamicanimation.R$drawable: int notification_bg_normal -cyanogenmod.externalviews.ExternalViewProperties -androidx.preference.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle -cyanogenmod.weather.RequestInfo$1: cyanogenmod.weather.RequestInfo[] newArray(int) -okhttp3.internal.cache2.Relay: java.io.RandomAccessFile file -androidx.preference.R$color: int tooltip_background_light -androidx.appcompat.widget.AppCompatCheckBox: void setSupportButtonTintMode(android.graphics.PorterDuff$Mode) -com.turingtechnologies.materialscrollbar.R$attr: int goIcon -com.turingtechnologies.materialscrollbar.R$dimen: int hint_pressed_alpha_material_dark -android.didikee.donate.R$styleable: int AlertDialog_singleChoiceItemLayout -wangdaye.com.geometricweather.R$styleable: int Chip_chipCornerRadius -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_MonthNavigationButton -com.google.android.material.R$layout: int mtrl_picker_actions -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemHeight -cyanogenmod.platform.Manifest$permission: java.lang.String MANAGE_PERSISTENT_STORAGE -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.MinutelyEntity,long) -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: boolean cancelled -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: java.util.List alert -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: void setUnit(java.lang.String) -wangdaye.com.geometricweather.R$array: int week_icon_modes -android.didikee.donate.R$styleable: int MenuItem_android_alphabeticShortcut -wangdaye.com.geometricweather.R$attr: int endIconTintMode -wangdaye.com.geometricweather.R$string: int circular_progress_view -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_display_4_material -androidx.appcompat.view.menu.ActionMenuItemView: void setItemInvoker(androidx.appcompat.view.menu.MenuBuilder$ItemInvoker) -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver -wangdaye.com.geometricweather.background.receiver.widget.WidgetDayWeekProvider -cyanogenmod.weatherservice.ServiceRequestResult: int hashCode() -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: ObservableWindow$WindowExactObserver(io.reactivex.Observer,long,int) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_15 -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_startY -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_max -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeStyle -cyanogenmod.hardware.CMHardwareManager: int[] getVibratorIntensityArray() -wangdaye.com.geometricweather.R$string: int key_refresh_rate -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: io.reactivex.Observer downstream -cyanogenmod.platform.R$drawable: R$drawable() -androidx.fragment.R$drawable: int notification_template_icon_low_bg -androidx.legacy.coreutils.R$styleable: int ColorStateListItem_android_color -com.google.android.material.R$color: int abc_color_highlight_material -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Small -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintWidth_max -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintStart_toEndOf -okio.RealBufferedSink: java.lang.String toString() -cyanogenmod.app.IPartnerInterface$Stub: android.os.IBinder asBinder() -androidx.lifecycle.LiveData$ObserverWrapper: int mLastVersion -wangdaye.com.geometricweather.R$style: int PreferenceSummaryTextStyle -okhttp3.internal.http2.Http2: byte FLAG_END_STREAM -androidx.preference.R$styleable: int Preference_android_key -com.jaredrummler.android.colorpicker.R$attr: int listChoiceBackgroundIndicator -com.google.android.material.R$attr: int selectorSize -wangdaye.com.geometricweather.R$id: int activity_card_display_manage_toolbar -retrofit2.Utils: java.lang.reflect.Type resolve(java.lang.reflect.Type,java.lang.Class,java.lang.reflect.Type) -cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void onStop() -com.xw.repo.bubbleseekbar.R$attr: int indeterminateProgressStyle -androidx.constraintlayout.widget.R$id: int tag_accessibility_pane_title -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_BottomSheetDialog -wangdaye.com.geometricweather.R$styleable: int KeyPosition_curveFit -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_landscape_header_width -wangdaye.com.geometricweather.R$id: int top -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxCollapsedPaddingTop -wangdaye.com.geometricweather.R$attr: int verticalOffset -androidx.hilt.work.R$styleable: int GradientColorItem_android_offset -okhttp3.internal.http2.Http2Reader: void readGoAway(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) -com.tencent.bugly.crashreport.common.info.a: long r -okhttp3.internal.http2.Http2Writer: void writeMedium(okio.BufferedSink,int) -com.google.android.material.R$color: int abc_tint_spinner -wangdaye.com.geometricweather.R$attr: int keyPositionType -com.google.android.material.R$drawable: int abc_ratingbar_small_material -com.bumptech.glide.integration.okhttp.R$id: int title -james.adaptiveicon.R$dimen: int abc_action_button_min_height_material -wangdaye.com.geometricweather.R$attr: int drawableTintMode -com.xw.repo.bubbleseekbar.R$drawable: int abc_ratingbar_indicator_material -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_AES_256_CBC_SHA -okhttp3.internal.http1.Http1Codec: okio.BufferedSink sink -com.turingtechnologies.materialscrollbar.Indicator: int getTextSize() -james.adaptiveicon.R$attr: int listItemLayout -com.google.android.material.timepicker.TimeModel -com.turingtechnologies.materialscrollbar.R$attr: int buttonGravity -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: int getMainTextColorResId() -cyanogenmod.weatherservice.ServiceRequest: cyanogenmod.weatherservice.IWeatherProviderServiceClient mClient -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int DRIZZLE -wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_directionValue -okhttp3.internal.platform.ConscryptPlatform -com.xw.repo.bubbleseekbar.R$attr: int editTextBackground -okio.Pipe$PipeSource: Pipe$PipeSource(okio.Pipe) -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_indeterminateProgressStyle -wangdaye.com.geometricweather.R$style: R$style() -androidx.coordinatorlayout.R$drawable: int notification_template_icon_bg -androidx.swiperefreshlayout.R$styleable: int[] SwipeRefreshLayout -io.reactivex.internal.operators.observable.ObservableGroupBy$State -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: int requestFusion(int) -james.adaptiveicon.R$layout: int abc_list_menu_item_icon -com.xw.repo.bubbleseekbar.R$id: int action_bar_activity_content -com.google.android.material.R$id: int autoComplete -wangdaye.com.geometricweather.R$styleable: int[] AppBarLayout_Layout -wangdaye.com.geometricweather.R$array: int speed_unit_values -androidx.preference.R$styleable: int SearchView_defaultQueryHint -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Imperial -androidx.preference.R$layout: int select_dialog_multichoice_material -com.bumptech.glide.R$attr -androidx.constraintlayout.widget.R$string: int abc_shareactionprovider_share_with_application -com.google.android.material.R$styleable: int Constraint_pivotAnchor -androidx.appcompat.R$dimen -com.jaredrummler.android.colorpicker.R$dimen: int fastscroll_margin -cyanogenmod.externalviews.ExternalView: void executeQueue() -okhttp3.Cookie: boolean pathMatch(okhttp3.HttpUrl,java.lang.String) -androidx.appcompat.widget.ActionMenuView: ActionMenuView(android.content.Context) -okhttp3.ResponseBody$BomAwareReader: int read(char[],int,int) -android.didikee.donate.R$style: int Widget_AppCompat_SeekBar_Discrete -com.google.android.material.R$attr: int listChoiceBackgroundIndicator -com.google.android.material.R$id: int time -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver parent -androidx.swiperefreshlayout.R$string: int status_bar_notification_info_overflow -com.tencent.bugly.crashreport.biz.a: void a(int,boolean,long) -wangdaye.com.geometricweather.R$attr: int pivotAnchor -android.didikee.donate.R$style: int TextAppearance_AppCompat_Menu -com.google.android.material.R$styleable: int SwitchCompat_android_textOff -wangdaye.com.geometricweather.common.basic.models.weather.Astro: java.lang.String getSetTime(android.content.Context) -com.jaredrummler.android.colorpicker.R$layout: int expand_button -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void onComplete() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial: AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial() -wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type AIR_QUALITY -com.turingtechnologies.materialscrollbar.R$string -androidx.customview.R$styleable: int FontFamilyFont_android_ttcIndex -com.amap.api.location.AMapLocation: java.lang.String getAddress() -com.turingtechnologies.materialscrollbar.R$attr: int borderWidth -androidx.constraintlayout.widget.R$dimen: int abc_list_item_height_large_material -wangdaye.com.geometricweather.R$styleable: int NavigationView_android_fitsSystemWindows -wangdaye.com.geometricweather.R$style: int Widget_Design_TextInputEditText -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Metric -androidx.core.R$id: int accessibility_custom_action_6 -okio.Buffer: int read(byte[],int,int) -wangdaye.com.geometricweather.R$attr: int bsb_thumb_color -com.google.android.material.R$styleable: int Layout_layout_constraintBottom_toBottomOf -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintWidth_default -androidx.preference.PreferenceCategory: PreferenceCategory(android.content.Context,android.util.AttributeSet) -androidx.constraintlayout.widget.R$attr: int transitionPathRotate -wangdaye.com.geometricweather.R$dimen: int mtrl_navigation_item_horizontal_padding -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void onSubscribe(io.reactivex.disposables.Disposable) -james.adaptiveicon.R$styleable: int MenuView_android_windowAnimationStyle -androidx.constraintlayout.widget.R$attr: int telltales_tailColor -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onContentChanged() -io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: void setResource(io.reactivex.disposables.Disposable) -androidx.fragment.R$color: R$color() -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_small_material -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualObserver[] observers -cyanogenmod.app.Profile: java.util.UUID mUuid -androidx.customview.R$attr: R$attr() -com.google.android.material.R$styleable: int Slider_labelBehavior -cyanogenmod.externalviews.ExternalViewProviderService$1$1: ExternalViewProviderService$1$1(cyanogenmod.externalviews.ExternalViewProviderService$1,android.os.Bundle) -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken NULL -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: float PRECIPITATION_RAINSTORM -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -com.google.android.material.R$styleable: int ProgressIndicator_indicatorColor -wangdaye.com.geometricweather.R$bool: int workmanager_test_configuration -com.turingtechnologies.materialscrollbar.R$styleable: int View_paddingEnd -com.jaredrummler.android.colorpicker.R$attr: int windowFixedWidthMajor -com.google.android.material.R$styleable: int DrawerArrowToggle_spinBars -okhttp3.internal.cache.CacheStrategy$Factory: okhttp3.internal.cache.CacheStrategy get() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonBarStyle -james.adaptiveicon.R$color: int material_grey_800 -com.jaredrummler.android.colorpicker.R$string: int abc_menu_function_shortcut_label -com.turingtechnologies.materialscrollbar.R$attr: int contentPaddingRight -androidx.constraintlayout.widget.R$attr: int listPreferredItemPaddingEnd -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title -androidx.recyclerview.R$id: int async -androidx.legacy.coreutils.R$layout -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ImageButton -com.tencent.bugly.crashreport.common.info.a: java.lang.String y() -com.google.android.material.R$styleable: int FontFamilyFont_ttcIndex -androidx.appcompat.R$id: int split_action_bar -androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) -io.reactivex.internal.disposables.CancellableDisposable: boolean isDisposed() -android.didikee.donate.R$layout: int abc_dialog_title_material -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void onError(java.lang.Throwable) -com.google.android.material.R$styleable: int Layout_minHeight -androidx.appcompat.widget.ActionBarContainer -androidx.legacy.coreutils.R$attr: int fontWeight -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: int STATE_INACTIVE -androidx.preference.R$styleable: int AppCompatTheme_editTextBackground -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIconVisible -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void onComplete() -androidx.preference.R$color: int abc_tint_seek_thumb -retrofit2.http.PATCH -com.amap.api.location.AMapLocationQualityReport: AMapLocationQualityReport() -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_day_corner -androidx.core.R$id: int action_divider -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_Dialog_Bridge -io.reactivex.internal.disposables.ArrayCompositeDisposable: boolean isDisposed() -io.reactivex.Observable: io.reactivex.Observable skipLast(long,java.util.concurrent.TimeUnit) -cyanogenmod.externalviews.KeyguardExternalView$3: int val$x -okio.Buffer: okio.Buffer$UnsafeCursor readUnsafe(okio.Buffer$UnsafeCursor) -com.google.android.material.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow -com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleGravity -com.jaredrummler.android.colorpicker.R$layout: int preference_list_fragment -retrofit2.ParameterHandler$PartMap: java.lang.String transferEncoding -com.turingtechnologies.materialscrollbar.R$attr: int alphabeticModifiers -com.google.android.gms.base.R$string: int common_google_play_services_update_button -com.tencent.bugly.crashreport.common.info.AppInfo: boolean a(android.content.Context,java.lang.String) -androidx.core.widget.NestedScrollView: void setNestedScrollingEnabled(boolean) -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_startIconDrawable -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setSrc(java.lang.String) -cyanogenmod.app.IProfileManager$Stub$Proxy: void updateNotificationGroup(android.app.NotificationGroup) -io.reactivex.Observable: io.reactivex.Single first(java.lang.Object) -io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceListItemSmall -com.google.android.material.R$styleable: int Layout_layout_goneMarginStart -androidx.vectordrawable.R$dimen: int notification_content_margin_start -com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableItem_android_drawable -com.google.android.material.R$attr: int actionModeShareDrawable -com.google.android.material.R$id: int search_badge -james.adaptiveicon.R$attr: int titleTextColor -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: int bufferSize -androidx.constraintlayout.widget.R$styleable: int MotionLayout_motionProgress -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: java.util.List getValue() -james.adaptiveicon.R$style: int Widget_AppCompat_AutoCompleteTextView -io.reactivex.Observable: io.reactivex.Observable buffer(java.util.concurrent.Callable) -com.tencent.bugly.crashreport.crash.jni.a: void handleNativeException2(int,int,long,long,java.lang.String,java.lang.String,java.lang.String,java.lang.String,int,java.lang.String,int,int,int,java.lang.String,java.lang.String,java.lang.String[]) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Imperial: int UnitType -wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property Date -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties -com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableTransition_android_reversible -wangdaye.com.geometricweather.R$color: int checkbox_themeable_attribute_color -wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Dialog -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_fontVariationSettings -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Button -wangdaye.com.geometricweather.common.basic.models.weather.UV: int UV_INDEX_MIDDLE -androidx.constraintlayout.widget.R$styleable: int ActionBar_title -james.adaptiveicon.R$id: int search_close_btn -com.google.gson.stream.JsonReader: int PEEKED_END_ARRAY -com.google.android.material.R$style: int TextAppearance_AppCompat_Inverse -com.google.gson.stream.JsonReader: int PEEKED_BEGIN_ARRAY -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: java.lang.String EnglishType -androidx.appcompat.widget.AlertDialogLayout: AlertDialogLayout(android.content.Context,android.util.AttributeSet) -com.jaredrummler.android.colorpicker.R$attr: int contentInsetLeft -cyanogenmod.externalviews.KeyguardExternalView: void onScreenTurnedOn() -com.jaredrummler.android.colorpicker.R$dimen: int notification_large_icon_width -okhttp3.internal.cache.DiskLruCache: java.lang.String JOURNAL_FILE_TEMP -wangdaye.com.geometricweather.remoteviews.config.DailyTrendWidgetConfigActivity: DailyTrendWidgetConfigActivity() -com.xw.repo.bubbleseekbar.R$drawable: int abc_menu_hardkey_panel_mtrl_mult -androidx.core.R$styleable: int GradientColor_android_startColor -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial: int UnitType -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void complete() -com.google.android.gms.common.api.internal.zabl -androidx.preference.R$style: int Widget_AppCompat_Light_ListView_DropDown -com.xw.repo.bubbleseekbar.R$color: int material_grey_600 -com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable -okhttp3.internal.NamedRunnable: void execute() -com.turingtechnologies.materialscrollbar.R$color: int material_grey_600 -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void innerComplete(io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver) -com.google.gson.stream.JsonScope: int EMPTY_DOCUMENT -com.tencent.bugly.CrashModule -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: io.reactivex.functions.Action onOverflow -android.didikee.donate.R$styleable: int AppCompatTheme_homeAsUpIndicator -com.google.android.material.internal.VisibilityAwareImageButton: int getUserSetVisibility() -okhttp3.internal.ws.WebSocketProtocol: int B0_FLAG_FIN -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$LocalSource LocalSource -androidx.vectordrawable.animated.R$drawable: R$drawable() -okhttp3.internal.http2.Http2Connection$ReaderRunnable$2: boolean val$clearPrevious -retrofit2.ParameterHandler: retrofit2.ParameterHandler iterable() -com.bumptech.glide.integration.okhttp.R$dimen: R$dimen() -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String BOOTANIMATION_THUMBNAIL -retrofit2.package-info -cyanogenmod.hardware.ThermalListenerCallback$State: int STATE_COOL -wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider NATIVE -androidx.constraintlayout.widget.R$styleable: int Layout_layout_goneMarginStart -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonStyleSmall -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index: double val -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: java.lang.String messageLong -wangdaye.com.geometricweather.R$string: int get_more_store -wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: SunMoonView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$string: int tag_aqi -androidx.viewpager2.R$string: int status_bar_notification_info_overflow -androidx.appcompat.R$styleable: int MenuItem_alphabeticModifiers -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_goneMarginEnd -androidx.preference.R$style: int TextAppearance_Compat_Notification_Time -io.reactivex.internal.subscriptions.BasicQueueSubscription: boolean offer(java.lang.Object,java.lang.Object) -wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property AlertId -com.amap.api.location.AMapLocationClientOption: boolean isGpsFirst() -com.turingtechnologies.materialscrollbar.MaterialScrollBar -retrofit2.ParameterHandler$QueryName: boolean encoded -com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_borderless_material -wangdaye.com.geometricweather.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha -wangdaye.com.geometricweather.R$string: int key_trend_horizontal_line_switch -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind Wind -androidx.appcompat.widget.AppCompatButton: void setBackgroundDrawable(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.R$dimen: int material_filled_edittext_font_2_0_padding_top -com.google.android.material.R$attr: int panelMenuListWidth -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionButton_Overflow -androidx.constraintlayout.widget.R$attr: int actionButtonStyle -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int COLD -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: boolean cancelled -com.google.android.material.circularreveal.CircularRevealGridLayout -androidx.vectordrawable.animated.R$styleable: int ColorStateListItem_android_alpha -androidx.preference.TwoStatePreference$SavedState: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$attr: int editTextBackground -androidx.appcompat.R$color: int button_material_dark -androidx.fragment.app.FragmentManager -com.jaredrummler.android.colorpicker.R$dimen: int abc_disabled_alpha_material_light -io.reactivex.Observable: io.reactivex.Single last(java.lang.Object) -io.reactivex.internal.util.ArrayListSupplier: io.reactivex.internal.util.ArrayListSupplier INSTANCE -okhttp3.OkHttpClient: javax.net.ssl.SSLSocketFactory sslSocketFactory() -wangdaye.com.geometricweather.R$style: int Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected -androidx.constraintlayout.widget.R$attr: int region_widthLessThan -okhttp3.Response: okhttp3.Headers headers -com.google.android.material.R$string: int material_slider_range_end -androidx.appcompat.R$drawable: int abc_btn_switch_to_on_mtrl_00001 -com.jaredrummler.android.colorpicker.R$drawable: int abc_menu_hardkey_panel_mtrl_mult -okhttp3.Address: java.net.ProxySelector proxySelector() -wangdaye.com.geometricweather.db.entities.WeatherEntity: void resetDailyEntityList() -wangdaye.com.geometricweather.R$string: int cpv_presets -james.adaptiveicon.R$style: int Widget_AppCompat_ActionBar_TabText -okhttp3.CacheControl: boolean noStore() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getNighttimeWindLevel() -com.xw.repo.bubbleseekbar.R$styleable -com.tencent.bugly.proguard.ap: java.util.Map g -wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_shadowRadius -com.google.android.material.R$dimen: int abc_dialog_fixed_width_major -androidx.preference.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem -com.google.android.material.R$id: int design_menu_item_text -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: void setDefenseText(java.lang.String) -wangdaye.com.geometricweather.settings.activities.DailyTrendDisplayManageActivity: DailyTrendDisplayManageActivity() -androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceListItem -wangdaye.com.geometricweather.R$id: int transitionToStart -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken[] $VALUES -com.google.android.material.textfield.TextInputLayout: float getBoxCornerRadiusBottomStart() -androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State CREATED -androidx.fragment.R$styleable: int Fragment_android_id -wangdaye.com.geometricweather.R$styleable: int[] ForegroundLinearLayout -com.turingtechnologies.materialscrollbar.R$attr: int alpha -androidx.appcompat.resources.R$styleable: int GradientColor_android_endColor -androidx.constraintlayout.widget.R$anim: int btn_radio_to_on_mtrl_dot_group_animation -james.adaptiveicon.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha -com.google.android.material.slider.RangeSlider: int getActiveThumbIndex() -wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type TEMPERATURE -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen -com.xw.repo.bubbleseekbar.R$style: int Widget_Compat_NotificationActionText -com.google.android.material.slider.Slider: android.content.res.ColorStateList getTickTintList() -androidx.core.R$string -com.google.android.material.slider.Slider: android.content.res.ColorStateList getTickInactiveTintList() -androidx.vectordrawable.animated.R$styleable: int[] GradientColor -android.didikee.donate.R$attr: int alertDialogCenterButtons -wangdaye.com.geometricweather.R$id: int activity_widget_config_styleSpinner -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean yesterday -androidx.appcompat.R$style: int Widget_AppCompat_ActionButton_Overflow -androidx.vectordrawable.R$integer: R$integer() -androidx.preference.R$styleable: int ActionBar_titleTextStyle -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeThunderstormPrecipitation() -androidx.preference.R$styleable: int ActionBar_indeterminateProgressStyle -retrofit2.KotlinExtensions$suspendAndThrow$$inlined$suspendCoroutineUninterceptedOrReturn$lambda$1 -io.reactivex.internal.operators.observable.ObserverResourceWrapper: void setResource(io.reactivex.disposables.Disposable) -androidx.appcompat.R$styleable: int[] SearchView -okio.Buffer$UnsafeCursor: int next() -cyanogenmod.externalviews.KeyguardExternalView$8 -androidx.constraintlayout.widget.R$attr: int buttonCompat -androidx.constraintlayout.widget.R$styleable: int Transition_layoutDuringTransition -cyanogenmod.externalviews.KeyguardExternalView$1: void onServiceConnected(android.content.ComponentName,android.os.IBinder) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: int getStatus() -cyanogenmod.providers.CMSettings$System: java.lang.String INCREASING_RING -okhttp3.Interceptor$Chain: okhttp3.Interceptor$Chain withReadTimeout(int,java.util.concurrent.TimeUnit) -com.google.android.material.R$styleable: int Layout_layout_constraintEnd_toEndOf -cyanogenmod.os.Build$CM_VERSION_CODES: int CANTALOUPE -okhttp3.MultipartBody: java.util.List parts() -com.tencent.bugly.crashreport.common.info.b: int v() -androidx.loader.R$id: int icon -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: java.lang.String unitId -com.bumptech.glide.R$color: int ripple_material_light -wangdaye.com.geometricweather.R$drawable: int notif_temp_8 -androidx.preference.R$drawable: int notification_template_icon_low_bg -cyanogenmod.platform.R$integer: R$integer() -wangdaye.com.geometricweather.R$id: int notification_background -androidx.appcompat.widget.AppCompatRatingBar: AppCompatRatingBar(android.content.Context,android.util.AttributeSet) -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_android_checkable -androidx.constraintlayout.widget.R$attr: int maxVelocity -androidx.fragment.R$id: int accessibility_custom_action_20 -androidx.fragment.R$dimen -com.jaredrummler.android.colorpicker.R$layout: int preference_dialog_edittext -com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat_ActionBar -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void onNext(java.lang.Object) -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle -wangdaye.com.geometricweather.R$styleable: int SwitchImageButton_drawable_res_on -android.didikee.donate.R$style: int TextAppearance_AppCompat_Caption -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_max -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setSo2(java.lang.String) -androidx.cardview.R$attr: int cardMaxElevation -james.adaptiveicon.R$styleable: int SwitchCompat_thumbTextPadding -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu -com.google.android.material.appbar.CollapsingToolbarLayout: void setCollapsedTitleTypeface(android.graphics.Typeface) -cyanogenmod.app.Profile: cyanogenmod.profiles.BrightnessSettings getBrightness() -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_textAllCaps -com.tencent.bugly.crashreport.common.info.a: java.util.Map J() -com.google.android.material.R$attr: int colorOnSurface -com.tencent.bugly.proguard.u: long a(boolean) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String uvLevel -james.adaptiveicon.R$styleable: int FontFamilyFont_fontVariationSettings -androidx.dynamicanimation.R$attr -androidx.work.R$id: int accessibility_custom_action_5 -wangdaye.com.geometricweather.R$attr: int editTextStyle -io.reactivex.internal.subscriptions.DeferredScalarSubscription: void request(long) -wangdaye.com.geometricweather.R$anim: int abc_slide_in_bottom -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter -com.jaredrummler.android.colorpicker.R$dimen: int notification_subtext_size -com.jaredrummler.android.colorpicker.R$attr: int lastBaselineToBottomHeight -androidx.appcompat.R$attr: int titleMargin -com.turingtechnologies.materialscrollbar.R$layout: int abc_alert_dialog_material -com.turingtechnologies.materialscrollbar.R$attr: int panelBackground -wangdaye.com.geometricweather.R$styleable: int ViewBackgroundHelper_backgroundTintMode -androidx.constraintlayout.widget.R$id: int action_container -com.google.android.material.R$styleable: int TextInputLayout_counterOverflowTextAppearance -androidx.appcompat.widget.Toolbar: int getContentInsetLeft() -com.amap.api.location.AMapLocationClientOption -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: boolean setDisposable(io.reactivex.disposables.Disposable,int) -androidx.preference.R$string: int summary_collapsed_preference_list -com.turingtechnologies.materialscrollbar.R$dimen: int highlight_alpha_material_dark -androidx.appcompat.R$attr: int expandActivityOverflowButtonDrawable -io.reactivex.internal.subscriptions.DeferredScalarSubscription: java.lang.Object value -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_menu_header_material -androidx.viewpager2.R$drawable: int notification_icon_background -androidx.lifecycle.LifecycleEventObserver: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) -wangdaye.com.geometricweather.R$drawable: int ic_about -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float getSnow() -com.tencent.bugly.proguard.an: int b -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ProgressBar -wangdaye.com.geometricweather.R$id: int container_main_details_recyclerView -android.didikee.donate.R$drawable: int abc_ratingbar_indicator_material -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_PopupMenu -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.rx.RxDao rxPlain() -com.turingtechnologies.materialscrollbar.R$attr: int state_collapsible -com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense -wangdaye.com.geometricweather.R$styleable: int Chip_chipBackgroundColor -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHorizontal_chainStyle -okhttp3.internal.http2.Settings: void merge(okhttp3.internal.http2.Settings) -androidx.preference.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable -com.turingtechnologies.materialscrollbar.MaterialScrollBar: float getHandleOffset() -com.autonavi.aps.amapapi.model.AMapLocationServer: void a(long) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeIcePrecipitationProbability() -androidx.cardview.R$dimen: R$dimen() -wangdaye.com.geometricweather.background.receiver.widget.WidgetDayProvider -androidx.dynamicanimation.R$layout: int notification_template_part_chronometer -androidx.constraintlayout.widget.R$styleable: int ActionBar_contentInsetRight -cyanogenmod.providers.CMSettings$System: java.lang.String SWAP_VOLUME_KEYS_ON_ROTATION -cyanogenmod.providers.CMSettings$System: java.lang.String ENABLE_MWI_NOTIFICATION -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA -com.tencent.bugly.proguard.aq: long a -androidx.hilt.work.R$styleable: int FontFamilyFont_android_font -wangdaye.com.geometricweather.R$attr: int boxCornerRadiusBottomEnd -wangdaye.com.geometricweather.R$dimen: int main_title_text_size -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float getThunderstorm() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: java.lang.String from -wangdaye.com.geometricweather.db.entities.DailyEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.DailyEntity) -com.tencent.bugly.crashreport.common.info.a: java.lang.String d -wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_icon_size -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: boolean hasKey(java.lang.Object) -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Display3 -wangdaye.com.geometricweather.R$styleable: int Constraint_transitionPathRotate -androidx.activity.R$styleable: int ColorStateListItem_android_alpha -cyanogenmod.themes.ThemeChangeRequest$1: cyanogenmod.themes.ThemeChangeRequest createFromParcel(android.os.Parcel) -okhttp3.internal.cache.CacheStrategy$Factory: java.lang.String servedDateString -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleMarginTop -wangdaye.com.geometricweather.R$string: int learn_more -androidx.appcompat.R$styleable: int AppCompatTheme_windowActionBar -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_OutlinedButton_Icon -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ListView_DropDown -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query -com.turingtechnologies.materialscrollbar.R$color: int material_grey_850 -androidx.recyclerview.R$styleable: int FontFamilyFont_android_fontVariationSettings -wangdaye.com.geometricweather.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_0 -com.jaredrummler.android.colorpicker.R$attr: int fastScrollEnabled -androidx.drawerlayout.R$layout: int notification_action_tombstone -okhttp3.internal.http2.Http2: java.io.IOException ioException(java.lang.String,java.lang.Object[]) -com.google.android.material.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: android.view.View onCreateView() -android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionButton_Overflow -wangdaye.com.geometricweather.settings.dialogs.RunningInBackgroundDialog -com.google.android.material.R$attr: int contentPaddingTop -okhttp3.internal.http.HttpDate: java.util.Date parse(java.lang.String) -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_CompoundButton_CheckBox -androidx.viewpager2.R$id: int right_icon -androidx.hilt.lifecycle.R$id: int normal -james.adaptiveicon.R$string: int abc_action_bar_home_description -cyanogenmod.providers.CMSettings$DelimitedListValidator: boolean mAllowEmptyList -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ListView -com.google.android.material.R$color: int mtrl_filled_stroke_color -android.didikee.donate.R$styleable: int AppCompatTheme_colorControlHighlight -com.google.android.material.R$styleable: int ActionBar_height -james.adaptiveicon.R$styleable: int PopupWindow_android_popupAnimationStyle -androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_scaleX -wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_doneButton -com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_layout_keyline -okhttp3.Headers: boolean equals(java.lang.Object) -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer realFeelTemperature -cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks: void providerDied() -androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type ERROR -com.google.android.material.R$style: int Base_Widget_MaterialComponents_TextView -com.google.android.material.slider.RangeSlider: void setThumbStrokeColor(android.content.res.ColorStateList) -androidx.appcompat.widget.AppCompatTextView: void setSupportBackgroundTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setStatus(int) -wangdaye.com.geometricweather.R$id: int ragweedValue -cyanogenmod.app.suggest.IAppSuggestManager$Stub: android.os.IBinder asBinder() -wangdaye.com.geometricweather.R$attr: int bottom_text_size -wangdaye.com.geometricweather.R$id: int month_navigation_previous -androidx.constraintlayout.widget.R$id: int blocking -androidx.appcompat.R$styleable: int ViewBackgroundHelper_android_background -james.adaptiveicon.R$attr: int switchStyle -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.util.Date modificationDate -androidx.preference.R$attr: R$attr() -androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_fontStyle -okio.BufferedSource: okio.ByteString readByteString(long) -com.jaredrummler.android.colorpicker.R$attr: int customNavigationLayout -com.google.android.material.R$styleable: int CustomAttribute_customColorValue -cyanogenmod.weather.WeatherInfo$Builder: int mConditionCode -wangdaye.com.geometricweather.R$attr: int waveVariesBy -io.reactivex.internal.subscriptions.SubscriptionHelper: void cancel() -android.didikee.donate.R$id: int info -james.adaptiveicon.R$styleable: int[] SwitchCompat -androidx.constraintlayout.widget.R$attr: int contentInsetLeft -com.google.android.material.R$attr: int passwordToggleTintMode -androidx.constraintlayout.widget.R$styleable: int Constraint_pivotAnchor -androidx.lifecycle.SavedStateHandle$SavingStateLiveData: SavedStateHandle$SavingStateLiveData(androidx.lifecycle.SavedStateHandle,java.lang.String) -androidx.appcompat.widget.AppCompatRadioButton: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Caption -com.turingtechnologies.materialscrollbar.R$string: int abc_shareactionprovider_share_with -com.xw.repo.bubbleseekbar.R$id: int submit_area -okio.InflaterSource -com.jaredrummler.android.colorpicker.R$style: int Preference_PreferenceScreen -com.xw.repo.bubbleseekbar.R$layout: int abc_activity_chooser_view_list_item -com.google.android.material.slider.RangeSlider: void setTickActiveTintList(android.content.res.ColorStateList) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionMenuTextColor -okhttp3.Cookie$Builder: java.lang.String value -okio.GzipSink: java.util.zip.CRC32 crc -okhttp3.CipherSuite: java.lang.String secondaryName(java.lang.String) -okhttp3.HttpUrl: java.util.List percentDecode(java.util.List,boolean) -androidx.swiperefreshlayout.R$layout -james.adaptiveicon.R$style: int RtlOverlay_DialogWindowTitle_AppCompat -com.google.android.material.R$anim: int abc_slide_in_top -wangdaye.com.geometricweather.R$layout: int dialog_weather_hourly -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_normalContainer -wangdaye.com.geometricweather.R$string: int feedback_background_location_title -com.jaredrummler.android.colorpicker.R$styleable: int[] MenuItem -wangdaye.com.geometricweather.R$attr: int flow_verticalStyle -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_switchPreferenceStyle -androidx.lifecycle.ClassesInfoCache -com.google.android.material.slider.RangeSlider: int getLabelBehavior() -androidx.appcompat.R$color: int primary_text_disabled_material_dark -com.google.android.gms.base.R$drawable: R$drawable() -okhttp3.internal.cache.DiskLruCache: java.lang.Runnable cleanupRunnable -com.tencent.bugly.crashreport.common.info.a: java.util.Map ak -cyanogenmod.app.CustomTile$GridExpandedStyle: void setGridItems(java.util.ArrayList) -com.google.android.material.R$string: int password_toggle_content_description -androidx.lifecycle.extensions.R$dimen: int notification_big_circle_margin -com.xw.repo.bubbleseekbar.R$string: int abc_action_bar_home_description -okio.AsyncTimeout$2: okio.AsyncTimeout this$0 -james.adaptiveicon.R$styleable: int View_android_theme -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.AlertEntityDao getAlertEntityDao() -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_bottom_padding -androidx.lifecycle.extensions.R$styleable: int GradientColor_android_endX -androidx.constraintlayout.widget.ConstraintLayout: int getMinWidth() -androidx.lifecycle.extensions.R -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: java.util.List getValue() -com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_FixedSize -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_SeekBar -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours Past24Hours -com.google.android.material.R$style: int Widget_MaterialComponents_Toolbar -wangdaye.com.geometricweather.R$dimen: int abc_config_prefDialogWidth -com.jaredrummler.android.colorpicker.R$color: int background_floating_material_light -com.jaredrummler.android.colorpicker.R$attr: int selectable -wangdaye.com.geometricweather.R$styleable: int KeyCycle_waveShape -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_editor_absoluteY -okio.HashingSink: okio.HashingSink sha256(okio.Sink) -wangdaye.com.geometricweather.R$styleable: int ShapeableImageView_shapeAppearanceOverlay -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_summaryOff -androidx.constraintlayout.widget.R$styleable: int[] Toolbar -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeRainPrecipitation() -com.google.android.material.R$anim -wangdaye.com.geometricweather.weather.json.mf.MfRainResult -com.xw.repo.bubbleseekbar.R$dimen: int tooltip_corner_radius -androidx.preference.MultiSelectListPreferenceDialogFragmentCompat -com.jaredrummler.android.colorpicker.R$id: int wrap_content -com.xw.repo.bubbleseekbar.R$dimen: int hint_pressed_alpha_material_dark -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: io.reactivex.Observer downstream -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void onTimeoutError(long,java.lang.Throwable) -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: io.reactivex.disposables.Disposable upstream -com.google.android.material.R$id: int activity_chooser_view_content -james.adaptiveicon.R$styleable: int AppCompatTheme_dividerHorizontal -androidx.appcompat.R$styleable: int AppCompatTheme_android_windowIsFloating -com.jaredrummler.android.colorpicker.R$style: int Platform_Widget_AppCompat_Spinner -androidx.appcompat.R$id: int action_bar_container -io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: int skip -io.reactivex.internal.util.ErrorMode: io.reactivex.internal.util.ErrorMode BOUNDARY -io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: void onSubscribe(io.reactivex.disposables.Disposable) -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_Switch -com.google.android.material.R$styleable: int KeyTimeCycle_android_translationY -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder connectTimeout(java.time.Duration) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dividerVertical -com.google.android.material.R$styleable: int MaterialCalendar_yearTodayStyle -okhttp3.Handshake: okhttp3.TlsVersion tlsVersion -androidx.appcompat.R$styleable: int[] ActionMode -io.reactivex.Observable: java.util.concurrent.Future toFuture() -cyanogenmod.app.CMStatusBarManager: void publishTile(java.lang.String,int,cyanogenmod.app.CustomTile) -io.reactivex.Observable: io.reactivex.Observable materialize() -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse -james.adaptiveicon.R$attr: int toolbarStyle -wangdaye.com.geometricweather.R$id: int transparency_title -com.google.android.material.R$styleable: int[] BottomSheetBehavior_Layout -androidx.fragment.R$dimen: int notification_main_column_padding_top -wangdaye.com.geometricweather.R$string: int settings_title_forecast_today -com.google.android.material.R$attr: int collapsingToolbarLayoutStyle -androidx.fragment.R$id: int accessibility_custom_action_27 -androidx.appcompat.R$attr: int alertDialogCenterButtons -com.google.android.material.R$styleable: int ConstraintSet_android_minWidth -wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List getMinutelyForecast() -androidx.appcompat.R$attr: int showTitle -wangdaye.com.geometricweather.R$id: int withText -cyanogenmod.providers.WeatherContract$WeatherColumns$TempUnit: int FAHRENHEIT -wangdaye.com.geometricweather.R$layout: int dialog_location_permission_statement -com.jaredrummler.android.colorpicker.R$styleable: int[] SeekBarPreference -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Button -okhttp3.internal.http.StatusLine: java.lang.String toString() -io.reactivex.internal.util.AtomicThrowable: long serialVersionUID -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer windDirection -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.lang.String getLongDate(android.content.Context) -androidx.appcompat.R$dimen: int abc_action_bar_elevation_material -com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType MAPBAR -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Subtitle1 -cyanogenmod.externalviews.ExternalViewProviderService$1: ExternalViewProviderService$1(cyanogenmod.externalviews.ExternalViewProviderService) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$LocalSource: java.lang.String WeatherCode -androidx.coordinatorlayout.R$dimen: int notification_large_icon_height -androidx.lifecycle.ClassesInfoCache: androidx.lifecycle.ClassesInfoCache$CallbackInfo createInfo(java.lang.Class,java.lang.reflect.Method[]) -wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle NATIVE -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void drainAndDispose() -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_helperTextTextAppearance -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: java.util.Date EndTime -androidx.appcompat.widget.AppCompatSeekBar: AppCompatSeekBar(android.content.Context,android.util.AttributeSet,int) -androidx.constraintlayout.widget.R$attr: int waveVariesBy -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String windDircStart -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title -retrofit2.SkipCallbackExecutorImpl -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onLockscreenSlideOffsetChanged(float) -wangdaye.com.geometricweather.R$style: int Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Small -cyanogenmod.weather.CMWeatherManager$WeatherUpdateRequestListener -okhttp3.logging.LoggingEventListener: void dnsStart(okhttp3.Call,java.lang.String) -com.google.android.material.R$drawable: int material_cursor_drawable -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setIcon(android.graphics.Bitmap) -wangdaye.com.geometricweather.main.models.LocationResource$Event: wangdaye.com.geometricweather.main.models.LocationResource$Event BACKGROUND_UPDATE -wangdaye.com.geometricweather.R$id: int action_bar_subtitle -androidx.constraintlayout.widget.R$drawable: int abc_list_selector_holo_dark -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_week_3 -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionOverflowMenuStyle -okhttp3.internal.cache.DiskLruCache: boolean mostRecentTrimFailed -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int o3 -androidx.preference.R$color: int background_floating_material_light -androidx.appcompat.R$anim: int btn_radio_to_on_mtrl_dot_group_animation -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonBarButtonStyle -com.google.android.material.R$attr: int itemPadding -okio.BufferedSource: java.lang.String readString(java.nio.charset.Charset) -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Dialog_MinWidth -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_18 -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ListView_DropDown -wangdaye.com.geometricweather.R$attr: int progress_width -com.jaredrummler.android.colorpicker.R$id: int transparency_title -wangdaye.com.geometricweather.R$color: int colorLine -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder setEncodedQueryParameter(java.lang.String,java.lang.String) -android.didikee.donate.R$attr: int actionModeShareDrawable -androidx.appcompat.R$attr: int actionBarStyle -android.didikee.donate.R$styleable: int ActionBar_displayOptions -androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_barLength -androidx.lifecycle.AndroidViewModel: AndroidViewModel(android.app.Application) -cyanogenmod.app.ThemeVersion$ThemeVersionImpl3: cyanogenmod.app.ThemeVersion$ComponentVersion getDeviceComponentVersion(cyanogenmod.app.ThemeComponent) -okio.RealBufferedSource: int read(byte[],int,int) -cyanogenmod.profiles.StreamSettings: int describeContents() -androidx.preference.R$integer: int abc_config_activityDefaultDur -com.amap.api.location.AMapLocation: float getSpeed() -wangdaye.com.geometricweather.settings.activities.DailyTrendDisplayManageActivity -androidx.recyclerview.R$attr: int fontProviderFetchStrategy -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.AbstractDaoSession getSession() -okhttp3.internal.ws.WebSocketWriter: okio.Buffer sinkBuffer -wangdaye.com.geometricweather.common.ui.widgets.AnimatableIconView: AnimatableIconView(android.content.Context,android.util.AttributeSet,int) -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void run() -wangdaye.com.geometricweather.R$attr: int bottomSheetStyle -wangdaye.com.geometricweather.R$drawable: int notif_temp_36 -io.reactivex.Observable: io.reactivex.Observable fromPublisher(org.reactivestreams.Publisher) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: android.os.Bundle getOptions() -cyanogenmod.externalviews.KeyguardExternalViewProviderService: android.view.WindowManager mWindowManager -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text -androidx.preference.R$attr: int thumbTextPadding -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_titleEnabled -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_transformPivotY -androidx.constraintlayout.widget.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 -com.google.android.material.R$styleable: int Chip_chipIconSize -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult: java.util.List probabilityForecast -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_goIcon -androidx.appcompat.R$style: int Base_Theme_AppCompat -com.tencent.bugly.crashreport.crash.CrashDetailBean: long F -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: io.reactivex.Scheduler scheduler -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_panelMenuListWidth -wangdaye.com.geometricweather.R$attr: int layout_constraintWidth_max -androidx.work.R$dimen: int compat_notification_large_icon_max_height -wangdaye.com.geometricweather.R$attr: int msb_scrollMode -com.google.android.material.R$styleable: int MotionTelltales_telltales_tailColor -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder readTimeout(long,java.util.concurrent.TimeUnit) -com.turingtechnologies.materialscrollbar.R$attr -androidx.transition.R$layout: R$layout() -james.adaptiveicon.R$attr: int radioButtonStyle -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_fontFamily -android.support.v4.os.ResultReceiver$MyRunnable: int mResultCode -cyanogenmod.weatherservice.ServiceRequestResult: cyanogenmod.weather.WeatherInfo mWeatherInfo -com.google.android.material.R$styleable: int ShapeableImageView_strokeWidth -androidx.preference.R$id: int accessibility_custom_action_12 -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum: double Value -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: void dispose() -androidx.recyclerview.R$attr: int stackFromEnd -wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_actionTextColorAlpha -com.tencent.bugly.crashreport.crash.CrashDetailBean: int Q -org.greenrobot.greendao.AbstractDao: void assertSinglePk() -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_display_2_material -cyanogenmod.app.IProfileManager$Stub$Proxy: boolean notificationGroupExistsByName(java.lang.String) -com.google.android.material.R$attr: int triggerReceiver -androidx.preference.R$styleable: int MenuItem_android_title -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_seekBarPreferenceStyle -okhttp3.internal.platform.JdkWithJettyBootPlatform: java.lang.reflect.Method getMethod -io.reactivex.internal.operators.observable.ObservableGroupBy$State: java.util.concurrent.atomic.AtomicBoolean once -wangdaye.com.geometricweather.db.entities.AlertEntity: AlertEntity(java.lang.Long,java.lang.String,java.lang.String,long,java.util.Date,long,java.lang.String,java.lang.String,java.lang.String,int,int) -androidx.constraintlayout.widget.R$anim: int btn_checkbox_to_unchecked_box_inner_merged_animation -cyanogenmod.platform.Manifest$permission -com.google.gson.LongSerializationPolicy$1 -androidx.viewpager2.R$styleable: int ColorStateListItem_android_color -org.greenrobot.greendao.AbstractDaoMaster: AbstractDaoMaster(org.greenrobot.greendao.database.Database,int) -wangdaye.com.geometricweather.R$styleable: int MenuItem_iconTintMode -androidx.lifecycle.extensions.R$layout: int notification_template_part_time -com.google.android.material.R$attr: int contentScrim -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_6 -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit[] values() -okio.Segment: int limit -com.google.android.material.R$styleable: int PopupWindowBackgroundState_state_above_anchor -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeThunderstormPrecipitation(java.lang.Float) -com.google.android.material.R$attr: int itemIconPadding -okhttp3.internal.Util: java.lang.AssertionError assertionError(java.lang.String,java.lang.Exception) -wangdaye.com.geometricweather.R$attr: int cardBackgroundColor -com.xw.repo.bubbleseekbar.R$attr: int bsb_track_color -james.adaptiveicon.R$styleable: int ButtonBarLayout_allowStacking -androidx.constraintlayout.widget.R$id: int action_mode_bar -androidx.vectordrawable.animated.R$drawable: int notification_bg_low_pressed -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean dispatchKeyShortcutEvent(android.view.KeyEvent) -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: java.lang.String getSummary(android.content.Context,java.util.List) -okhttp3.Request$Builder: okhttp3.Request$Builder post(okhttp3.RequestBody) -com.turingtechnologies.materialscrollbar.R$style: int Base_V23_Theme_AppCompat -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_17 -com.xw.repo.bubbleseekbar.R$integer: int config_tooltipAnimTime -wangdaye.com.geometricweather.R$drawable: int weather_clear_night_mini_grey -james.adaptiveicon.R$styleable: int ActionBar_customNavigationLayout -james.adaptiveicon.R$style: int Theme_AppCompat_DayNight -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_22 -com.google.android.material.R$id: int accessibility_custom_action_15 -com.turingtechnologies.materialscrollbar.R$string: int abc_menu_function_shortcut_label -androidx.fragment.R$attr: int fontWeight -com.jaredrummler.android.colorpicker.R$id: int cpv_preference_preview_color_panel -cyanogenmod.library.R$attr: int type -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_layout -com.google.android.material.textfield.TextInputLayout: void setBoxStrokeWidth(int) -com.amap.api.location.AMapLocation: boolean isFixLastLocation() -com.turingtechnologies.materialscrollbar.R$attr: int listPreferredItemHeight -com.google.android.material.tabs.TabLayout: void setSelectedTabIndicatorHeight(int) -androidx.appcompat.app.ActionBar: void addOnMenuVisibilityListener(androidx.appcompat.app.ActionBar$OnMenuVisibilityListener) -wangdaye.com.geometricweather.R$layout: int item_aqi -io.reactivex.internal.functions.Functions$HashSetCallable: java.util.Set call() -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property CityId -com.xw.repo.bubbleseekbar.R$layout: int abc_action_bar_title_item -androidx.lifecycle.LifecycleRegistry: void markState(androidx.lifecycle.Lifecycle$State) -androidx.lifecycle.SavedStateViewModelFactory: androidx.lifecycle.Lifecycle mLifecycle -cyanogenmod.app.ILiveLockScreenManagerProvider: void updateDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String sunSet -com.google.android.material.R$style: int Base_TextAppearance_MaterialComponents_Badge -androidx.constraintlayout.widget.R$attr: int editTextStyle -okhttp3.internal.http1.Http1Codec: boolean isClosed() -android.didikee.donate.R$styleable: int AppCompatTheme_viewInflaterClass -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay valueOf(java.lang.String) -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: java.util.concurrent.atomic.AtomicReference upstream -com.google.android.material.R$attr: int colorSecondary -androidx.preference.R$attr: int listItemLayout -androidx.swiperefreshlayout.R$layout: int notification_template_part_chronometer -androidx.transition.R$dimen: int notification_media_narrow_margin -okio.BufferedSource: int read(byte[],int,int) -com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol: AMapLocationClientOption$AMapLocationProtocol(java.lang.String,int,int) -com.google.android.material.R$layout: int material_clockface_textview -com.turingtechnologies.materialscrollbar.R$attr: int showDividers -okio.RealBufferedSink: okio.Sink sink -retrofit2.ParameterHandler -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeTotalPrecipitation -com.xw.repo.bubbleseekbar.R$dimen: int abc_search_view_preferred_height -com.tencent.bugly.crashreport.common.info.a: void b(java.lang.String) -androidx.hilt.R$style: int Widget_Compat_NotificationActionText -com.tencent.bugly.crashreport.common.info.a: java.lang.String h -com.google.android.material.chip.Chip: android.graphics.drawable.Drawable getCloseIcon() -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_Button -com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_y_offset_touch -cyanogenmod.externalviews.KeyguardExternalView: KeyguardExternalView(android.content.Context,android.util.AttributeSet,int,int) -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_android_ttcIndex -okhttp3.EventListener: void connectFailed(okhttp3.Call,java.net.InetSocketAddress,java.net.Proxy,okhttp3.Protocol,java.io.IOException) -james.adaptiveicon.R$style: int Base_Theme_AppCompat_Dialog_FixedSize -wangdaye.com.geometricweather.R$id: int container_main_header_weatherTxt -okhttp3.internal.http2.Hpack$Writer: void adjustDynamicTableByteCount() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: void setStatus(int) -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps$WarningTimelapsItem: long beginTime -androidx.preference.R$dimen: int abc_dialog_list_padding_bottom_no_buttons -android.didikee.donate.R$attr: int itemPadding -androidx.viewpager.R$id: int action_divider -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Imperial: double Value -okhttp3.internal.ws.WebSocketReader: boolean isControlFrame -com.google.android.material.R$id -android.didikee.donate.R$attr: int alertDialogButtonGroupStyle -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleTextColor -io.reactivex.Observable: io.reactivex.Observable merge(java.lang.Iterable,int) -wangdaye.com.geometricweather.R$id: int currentLocationButton -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dialogCornerRadius -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_Dialog_Alert -wangdaye.com.geometricweather.R$styleable: int Preference_isPreferenceVisible -com.jaredrummler.android.colorpicker.R$attr: int dialogTheme -io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode lvNext() -okio.Source: long read(okio.Buffer,long) -androidx.work.impl.WorkDatabase -androidx.appcompat.R$styleable: int AppCompatTextView_drawableTint -androidx.hilt.lifecycle.R$id: int tag_screen_reader_focusable -com.google.android.material.R$attr: int buttonStyleSmall -cyanogenmod.media.MediaRecorder: MediaRecorder() -androidx.hilt.lifecycle.R$color -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: cyanogenmod.hardware.DisplayMode getCurrentDisplayMode() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: java.lang.String Link -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight_DarkActionBar -okhttp3.internal.http2.Http2Stream$FramingSink: okio.Buffer sendBuffer -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_31 -okhttp3.CacheControl: boolean onlyIfCached -okhttp3.internal.http2.Http2Connection: void close() -com.tencent.bugly.proguard.ai: java.util.ArrayList b -androidx.transition.R$drawable: int notification_template_icon_bg -wangdaye.com.geometricweather.main.models.LocationResource$Event: wangdaye.com.geometricweather.main.models.LocationResource$Event valueOf(java.lang.String) -okhttp3.ResponseBody: java.lang.String string() -com.turingtechnologies.materialscrollbar.R$attr: int checkboxStyle -com.tencent.bugly.proguard.ao: ao() -io.reactivex.internal.observers.ForEachWhileObserver: long serialVersionUID -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ListView_DropDown -com.google.android.gms.common.internal.ClientIdentity -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_TabView -com.google.android.material.R$styleable: int Constraint_layout_goneMarginTop -com.google.android.material.tabs.TabLayout: void setTabMode(int) -com.turingtechnologies.materialscrollbar.R$attr: int layout_collapseMode -androidx.appcompat.R$id: int right_icon -com.google.android.material.R$dimen: int abc_button_inset_horizontal_material -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabUnboundedRipple -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: cyanogenmod.externalviews.IKeyguardExternalViewProvider asInterface(android.os.IBinder) -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setThunderstormPrecipitation(java.lang.Float) -wangdaye.com.geometricweather.R$dimen: int mtrl_card_checked_icon_margin -okio.Buffer: okio.BufferedSink emit() -androidx.fragment.R$id: int accessibility_custom_action_18 -com.xw.repo.bubbleseekbar.R$id: int search_edit_frame -com.google.android.material.textfield.TextInputLayout: void setBoxStrokeWidthFocusedResource(int) -wangdaye.com.geometricweather.R$id: int container_main_sun_moon_moonContainer -androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize -cyanogenmod.externalviews.ExternalView: android.content.Context mContext -com.xw.repo.bubbleseekbar.R$attr: int switchTextAppearance -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String TODAYS_LOW_TEMPERATURE -com.amap.api.fence.DistrictItem: void setDistrictName(java.lang.String) -com.jaredrummler.android.colorpicker.ColorPickerView: int getBorderColor() -androidx.appcompat.R$dimen: int notification_small_icon_size_as_large -okio.ForwardingSink: java.lang.String toString() -androidx.constraintlayout.widget.R$attr: int selectableItemBackground -com.tencent.bugly.crashreport.CrashReport: void setHandleNativeCrashInJava(boolean) -io.reactivex.Observable: io.reactivex.Observable throttleFirst(long,java.util.concurrent.TimeUnit) -androidx.constraintlayout.widget.R$styleable: int Toolbar_logoDescription -io.reactivex.Observable: io.reactivex.Observable rangeLong(long,long) -com.bumptech.glide.integration.okhttp.R$styleable -io.reactivex.Observable: io.reactivex.Observable zipWith(java.lang.Iterable,io.reactivex.functions.BiFunction) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_goneMarginStart -wangdaye.com.geometricweather.R$id: int labeled -io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: void onComplete() -androidx.cardview.R$attr: int contentPaddingBottom -com.turingtechnologies.materialscrollbar.R$attr: int barLength -android.didikee.donate.R$id: int activity_chooser_view_content -wangdaye.com.geometricweather.R$id: int beginOnFirstDraw -com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType PNG_A -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem -androidx.preference.R$styleable: int ButtonBarLayout_allowStacking -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean requestDismiss() -com.github.rahatarmanahmed.cpv.CircularProgressView: float access$202(com.github.rahatarmanahmed.cpv.CircularProgressView,float) -com.tencent.bugly.proguard.ah: java.lang.String a -androidx.appcompat.widget.Toolbar: Toolbar(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$drawable: int weather_hail_1 -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: java.lang.String DESCRIPTOR -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_borderlessButtonStyle -com.tencent.bugly.proguard.u: java.util.concurrent.LinkedBlockingQueue i -androidx.appcompat.R$styleable: int[] View -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments comments -okhttp3.ConnectionSpec: okhttp3.CipherSuite[] RESTRICTED_CIPHER_SUITES -okhttp3.Request: java.util.Map tags -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Direction: int Degrees -androidx.appcompat.R$layout: int abc_screen_toolbar -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_checkedTextViewStyle -com.google.android.material.R$styleable: int FloatingActionButton_pressedTranslationZ -wangdaye.com.geometricweather.R$styleable: int Chip_closeIconEndPadding -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeSnowPrecipitation -androidx.appcompat.R$styleable: int[] AnimatedStateListDrawableCompat -cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks mCallback -io.reactivex.internal.util.EmptyComponent: void onSubscribe(org.reactivestreams.Subscription) -wangdaye.com.geometricweather.settings.activities.SelectProviderActivity -androidx.appcompat.R$styleable: int MenuView_subMenuArrow -androidx.preference.R$styleable: int PreferenceTheme_preferenceFragmentListStyle -okhttp3.internal.ws.WebSocketReader: boolean isFinalFrame -com.google.android.material.R$styleable: int RecyclerView_layoutManager -wangdaye.com.geometricweather.R$drawable: int ic_github_dark -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_editor_absoluteY -wangdaye.com.geometricweather.R$styleable: int MaterialButton_android_insetBottom -com.tencent.bugly.proguard.ak: com.tencent.bugly.proguard.ai j -com.google.android.material.R$attr: int tint -retrofit2.Utils: java.lang.RuntimeException methodError(java.lang.reflect.Method,java.lang.String,java.lang.Object[]) -com.tencent.bugly.crashreport.crash.anr.b: android.os.FileObserver i -com.baidu.location.e.o: o(java.lang.String,int,java.lang.String,java.lang.String,java.lang.String,int,int) -wangdaye.com.geometricweather.R$drawable: int weather_sleet_2 -androidx.customview.R$attr: int fontWeight -cyanogenmod.themes.ThemeManager: cyanogenmod.themes.IThemeService sService -james.adaptiveicon.R$dimen: int abc_control_inset_material -com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status FAILED -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$LocalSource: java.lang.String Name -james.adaptiveicon.R$styleable: int SwitchCompat_trackTintMode -wangdaye.com.geometricweather.R$id: int search_button -android.didikee.donate.R$style: int Base_Widget_AppCompat_Button_Colored -com.google.android.material.R$attr: int percentWidth -com.tencent.bugly.crashreport.crash.d: com.tencent.bugly.crashreport.crash.d a(android.content.Context) -wangdaye.com.geometricweather.R$color: R$color() -androidx.appcompat.R$styleable: int LinearLayoutCompat_showDividers -wangdaye.com.geometricweather.background.receiver.widget.WidgetWeekProvider: WidgetWeekProvider() -androidx.appcompat.R$styleable: int[] PopupWindowBackgroundState -com.google.android.material.R$styleable: int KeyTimeCycle_android_rotation -androidx.preference.R$styleable: int AppCompatTheme_actionMenuTextAppearance -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title -androidx.preference.R$style: int Base_V26_Theme_AppCompat_Light -androidx.constraintlayout.widget.R$styleable: int Constraint_animate_relativeTo -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean setNativeLaunchTime(long) -io.reactivex.internal.subscriptions.EmptySubscription: void error(java.lang.Throwable,org.reactivestreams.Subscriber) -androidx.constraintlayout.widget.R$styleable: int ActionBar_subtitleTextStyle -androidx.preference.R$styleable: int PreferenceTheme_preferenceScreenStyle -com.baidu.location.LocationClientOption$LocationMode: com.baidu.location.LocationClientOption$LocationMode[] values() -com.google.android.material.R$dimen: int mtrl_calendar_header_height -androidx.drawerlayout.widget.DrawerLayout$SavedState: android.os.Parcelable$Creator CREATOR -androidx.coordinatorlayout.R$attr: int fontProviderFetchTimeout -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Direction -androidx.preference.R$id: int uniform -com.jaredrummler.android.colorpicker.R$layout: int preference_dropdown -androidx.preference.R$styleable: int MenuItem_android_id -io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: long serialVersionUID -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: int getBackgroundColor() -io.reactivex.Observable: io.reactivex.Observable timestamp(java.util.concurrent.TimeUnit) -cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onScreenTurnedOff() -com.google.android.material.R$style: int Base_Widget_AppCompat_AutoCompleteTextView -com.google.android.material.slider.RangeSlider: RangeSlider(android.content.Context,android.util.AttributeSet,int) -android.didikee.donate.R$id: int line1 -com.google.android.material.appbar.AppBarLayout: float getTargetElevation() -wangdaye.com.geometricweather.R$id: int mtrl_calendar_day_selector_frame -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getTranslateX() -wangdaye.com.geometricweather.R$id: int fitToContents -androidx.appcompat.R$style: int Base_Theme_AppCompat_Dialog_FixedSize -okhttp3.internal.http1.Http1Codec: int STATE_CLOSED -wangdaye.com.geometricweather.R$id: int contentPanel -cyanogenmod.profiles.AirplaneModeSettings: void writeToParcel(android.os.Parcel,int) -okio.GzipSource: okio.Timeout timeout() -android.support.v4.app.INotificationSideChannel$Stub$Proxy: void notify(java.lang.String,int,java.lang.String,android.app.Notification) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle -okhttp3.internal.http2.Http2Connection$5: java.util.List val$requestHeaders -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: void b(boolean) -com.jaredrummler.android.colorpicker.R$attr: int tooltipFrameBackground -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light_DialogWhenLarge -androidx.appcompat.app.AppCompatDelegateImpl$PanelFeatureState$SavedState: android.os.Parcelable$Creator CREATOR -android.didikee.donate.R$styleable: int Toolbar_buttonGravity -wangdaye.com.geometricweather.R$drawable: int googleg_disabled_color_18 -androidx.lifecycle.ProcessLifecycleOwner: androidx.lifecycle.LifecycleOwner get() -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_PopupMenu -com.xw.repo.bubbleseekbar.R$style: int Animation_AppCompat_DropDownUp -com.google.android.gms.common.server.response.zal: android.os.Parcelable$Creator CREATOR -androidx.appcompat.R$styleable: int ColorStateListItem_android_alpha -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_bias -okhttp3.Request$Builder: okhttp3.Request$Builder header(java.lang.String,java.lang.String) -androidx.appcompat.resources.R$styleable: int FontFamilyFont_ttcIndex -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: java.util.concurrent.atomic.AtomicInteger wip -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setRainPrecipitationProbability(java.lang.Float) -androidx.constraintlayout.widget.Guideline: Guideline(android.content.Context,android.util.AttributeSet) -androidx.constraintlayout.widget.R$attr: int titleMargins -com.google.android.material.R$color: int abc_tint_btn_checkable -androidx.fragment.R$styleable: int FontFamily_fontProviderQuery -james.adaptiveicon.R$attr: int fontStyle -com.google.android.material.R$style: int Base_Widget_MaterialComponents_TextInputEditText -wangdaye.com.geometricweather.R$dimen: int material_clock_number_text_size -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: boolean mainDone -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String weatherText -androidx.constraintlayout.motion.widget.MotionLayout: void setTransition(int) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_creator -io.reactivex.internal.util.NotificationLite: org.reactivestreams.Subscription getSubscription(java.lang.Object) -cyanogenmod.providers.CMSettings$Secure$2: java.lang.String mDelimiter -android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceListItem -androidx.preference.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow -james.adaptiveicon.R$attr: int colorError -com.google.android.material.R$attr: int titleEnabled -wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date date -com.jaredrummler.android.colorpicker.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton -james.adaptiveicon.R$styleable: int AppCompatTheme_colorControlActivated -androidx.viewpager2.R$dimen -wangdaye.com.geometricweather.R$color: int switch_thumb_disabled_material_dark -com.google.android.material.R$attr: int barrierMargin -okhttp3.internal.cache.DiskLruCache: boolean hasJournalErrors -okhttp3.internal.http2.Http2Connection$ReaderRunnable: Http2Connection$ReaderRunnable(okhttp3.internal.http2.Http2Connection,okhttp3.internal.http2.Http2Reader) -cyanogenmod.hardware.CMHardwareManager: int FEATURE_UNIQUE_DEVICE_ID -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small -androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type HORIZONTAL_DIMENSION -android.didikee.donate.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Dialog_MinWidth -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIconEndPadding -com.bumptech.glide.load.HttpException: int statusCode -io.reactivex.observers.TestObserver$EmptyObserver: io.reactivex.observers.TestObserver$EmptyObserver[] values() -wangdaye.com.geometricweather.R$id: int container_main_sun_moon -com.google.android.material.R$styleable: int TabLayout_tabIndicatorAnimationDuration -james.adaptiveicon.R$styleable: int AppCompatTextView_drawableTopCompat -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial: int UnitType -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorIconTint -androidx.constraintlayout.widget.R$styleable: int Constraint_android_visibility -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: boolean done -com.google.android.material.card.MaterialCardView: void setMaxCardElevation(float) -wangdaye.com.geometricweather.R$attr: int layout_editor_absoluteX -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_max -androidx.preference.R$styleable: int SwitchPreference_summaryOn -androidx.appcompat.R$string: int abc_activity_chooser_view_see_all -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: void setValue(java.util.List) -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub: int TRANSACTION_createExternalView_0 -androidx.constraintlayout.widget.R$drawable: int btn_checkbox_checked_mtrl -retrofit2.http.OPTIONS -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_fabSize -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ListView_Menu -com.google.android.material.R$drawable: int abc_item_background_holo_light -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$1 -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_id -com.amap.api.location.AMapLocation: java.lang.String p(com.amap.api.location.AMapLocation,java.lang.String) -io.reactivex.internal.subscriptions.EmptySubscription -wangdaye.com.geometricweather.R$color: int mtrl_scrim_color -androidx.appcompat.R$attr: int multiChoiceItemLayout -android.didikee.donate.R$styleable: int[] ActionBar -com.github.rahatarmanahmed.cpv.CircularProgressViewListener: void onModeChanged(boolean) -com.google.android.material.R$dimen: int mtrl_badge_text_size -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_16 -androidx.lifecycle.extensions.R$drawable: int notification_icon_background -okhttp3.internal.cache.DiskLruCache$2 -okhttp3.internal.http2.Http2Stream$FramingSink: okio.Timeout timeout() -wangdaye.com.geometricweather.R$string: int key_widget_clock_day_vertical -cyanogenmod.providers.CMSettings$Secure: int RING_HOME_BUTTON_BEHAVIOR_ANSWER -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_100 -com.tencent.bugly.proguard.n: boolean a(int) -androidx.activity.ComponentActivity$2 -androidx.constraintlayout.widget.R$attr: int flow_firstHorizontalStyle -com.tencent.bugly.proguard.aj: aj() -com.xw.repo.bubbleseekbar.R$attr: int contentDescription -androidx.appcompat.widget.SearchView: int getSuggestionRowLayout() -com.google.android.material.R$id: int spread_inside -com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_arrowShaftLength -com.turingtechnologies.materialscrollbar.R$drawable: int abc_scrubber_track_mtrl_alpha -androidx.appcompat.widget.Toolbar: void setTitleMarginStart(int) -okhttp3.internal.cache.DiskLruCache: java.io.File journalFile -androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowActionModeOverlay -androidx.appcompat.R$dimen: int notification_top_pad -okhttp3.Route: java.net.Proxy proxy() -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: java.lang.String BriefPhrase -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: android.os.IBinder mRemote -com.xw.repo.bubbleseekbar.R$dimen: int compat_button_inset_vertical_material -androidx.viewpager.R$styleable: int FontFamilyFont_fontWeight -com.jaredrummler.android.colorpicker.R$layout: int abc_tooltip -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textColorAlertDialogListItem -com.tencent.bugly.proguard.s: java.util.Map a -androidx.constraintlayout.widget.R$attr: int actionBarWidgetTheme -okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RealConnection findConnection(int,int,int,int,boolean) -com.tencent.bugly.proguard.i: int a(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int Chip_android_checkable -io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.R$dimen: int abc_dropdownitem_text_padding_right -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Speed: int UnitType -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_18 -retrofit2.KotlinExtensions$suspendAndThrow$1 -androidx.fragment.app.SuperNotCalledException: SuperNotCalledException(java.lang.String) -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionButton_Overflow -androidx.appcompat.R$id: int accessibility_custom_action_17 -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setRealFeelTemperature(java.lang.Integer) -com.google.android.material.R$style: int Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog -com.google.android.material.slider.BaseSlider: void setTrackInactiveTintList(android.content.res.ColorStateList) -com.github.rahatarmanahmed.cpv.R$attr: int cpv_thickness -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeStyle -cyanogenmod.hardware.DisplayMode: DisplayMode(android.os.Parcel,cyanogenmod.hardware.DisplayMode$1) -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: io.reactivex.functions.Function mapper -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeTotalPrecipitationProbability(java.lang.Float) -com.google.android.material.R$attr: int actionLayout -wangdaye.com.geometricweather.R$id: int activity_widget_config_clockFontTitle -okhttp3.ConnectionSpec: okhttp3.ConnectionSpec CLEARTEXT -com.amap.api.fence.GeoFenceManagerBase: void addNearbyGeoFence(java.lang.String,java.lang.String,com.amap.api.location.DPoint,float,int,java.lang.String) -com.jaredrummler.android.colorpicker.R$styleable: int[] PreferenceGroup -io.reactivex.Observable: io.reactivex.Observable interval(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -com.tencent.bugly.proguard.p: int a(com.tencent.bugly.proguard.p,java.lang.String,java.lang.String,java.lang.String[],com.tencent.bugly.proguard.o) -io.reactivex.Observable: io.reactivex.Observable concatMap(io.reactivex.functions.Function) -androidx.appcompat.R$style: int Widget_AppCompat_DrawerArrowToggle -okhttp3.internal.http.HttpMethod: boolean redirectsToGet(java.lang.String) -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean setNativeAppChannel(java.lang.String) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: java.lang.String getZh_CN() -androidx.fragment.R$styleable: int GradientColor_android_startColor -wangdaye.com.geometricweather.R$layout: int material_clock_display_divider -wangdaye.com.geometricweather.R$color: int material_on_background_emphasis_medium -io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver -wangdaye.com.geometricweather.R$id: int activity_allergen_container -james.adaptiveicon.R$styleable: int TextAppearance_android_typeface -com.xw.repo.bubbleseekbar.R$attr: int buttonBarPositiveButtonStyle -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TabLayout_PrimarySurface -androidx.preference.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle -androidx.coordinatorlayout.R$string: R$string() -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_dividerPadding -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Headline6 -cyanogenmod.app.StatusBarPanelCustomTile$1 -cyanogenmod.app.CustomTile: java.lang.Object clone() -io.reactivex.internal.util.VolatileSizeArrayList: java.util.Iterator iterator() -james.adaptiveicon.R$style: int Widget_AppCompat_SeekBar_Discrete -com.xw.repo.bubbleseekbar.R$layout: int notification_template_custom_big -androidx.appcompat.widget.AppCompatSpinner: AppCompatSpinner(android.content.Context,android.util.AttributeSet,int) -okhttp3.Cache: void delete() -okhttp3.internal.http1.Http1Codec: okio.Sink createRequestBody(okhttp3.Request,long) -wangdaye.com.geometricweather.R$string: int key_align_end -james.adaptiveicon.R$id: int buttonPanel -com.bumptech.glide.load.engine.GlideException: void printStackTrace(java.io.PrintWriter) -wangdaye.com.geometricweather.R$attr: int thumbTint -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Medium -androidx.viewpager2.R$id: int action_divider -androidx.constraintlayout.widget.R$styleable: int[] MockView -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.WeatherIconControlView: WeatherIconControlView(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$styleable: int Chip_android_text -com.google.android.material.R$attr: int lineSpacing -com.amap.api.location.AMapLocation: java.lang.String COORD_TYPE_GCJ02 -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void disposeInner() -androidx.preference.R$styleable: int GradientColor_android_startX -androidx.appcompat.widget.ActionBarContextView: void setCustomView(android.view.View) -androidx.appcompat.R$color: int primary_material_dark -androidx.appcompat.R$style: int TextAppearance_AppCompat_Display2 -com.google.android.material.R$styleable: int SearchView_closeIcon -androidx.activity.R$id: int accessibility_custom_action_0 -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_maxHeight -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowFixedWidthMinor -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_elevation -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float getSnow() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: int status -com.google.android.material.R$dimen: int mtrl_slider_track_side_padding -androidx.hilt.R$attr: int font -okhttp3.internal.http2.Settings: int getInitialWindowSize() -com.google.android.material.R$id: int accessibility_custom_action_27 -okio.Buffer: okio.ByteString readByteString(long) -okhttp3.internal.http2.Http2Reader$ContinuationSource: long read(okio.Buffer,long) -com.bumptech.glide.Registry$NoModelLoaderAvailableException -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: void setLogo(java.lang.String) -androidx.legacy.coreutils.R$string -com.tencent.bugly.crashreport.common.info.b: java.lang.String e -wangdaye.com.geometricweather.R$drawable: int weather_rain -wangdaye.com.geometricweather.R$id: int spread_inside -cyanogenmod.platform.Manifest$permission: java.lang.String ACCESS_WEATHER_MANAGER -okio.Util: int reverseBytesInt(int) -com.google.android.material.chip.Chip: void setChipIconEnabledResource(int) -com.google.android.material.R$styleable: int Constraint_layout_constraintWidth_default -com.loc.k: java.lang.String a -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: int status -wangdaye.com.geometricweather.R$array: int widget_text_color_values -com.bumptech.glide.integration.okhttp.R$color -androidx.vectordrawable.R$id: int notification_main_column_container -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_30 -wangdaye.com.geometricweather.R$styleable: int OnSwipe_maxVelocity -com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState PAUSED -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean -com.google.android.material.R$styleable: int RangeSlider_values -cyanogenmod.profiles.BrightnessSettings$1: BrightnessSettings$1() -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox -com.google.android.material.chip.Chip: void setChipCornerRadius(float) -com.google.android.material.R$styleable: int TextAppearance_android_textColorLink -android.didikee.donate.R$attr: int contentInsetStartWithNavigation -okhttp3.EventListener: void responseHeadersEnd(okhttp3.Call,okhttp3.Response) -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ListPopupWindow -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleMargins -android.didikee.donate.R$style: int Widget_AppCompat_Button_Borderless -com.turingtechnologies.materialscrollbar.R$styleable: int[] AppCompatTextHelper -wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_scrollMode -com.github.rahatarmanahmed.cpv.CircularProgressView: CircularProgressView(android.content.Context) -wangdaye.com.geometricweather.R$styleable: int FragmentContainerView_android_name -com.bumptech.glide.R$string: int status_bar_notification_info_overflow -com.turingtechnologies.materialscrollbar.R$style: int Theme_Design_Light -com.github.rahatarmanahmed.cpv.CircularProgressView: void updatePaint() -retrofit2.ParameterHandler$HeaderMap: ParameterHandler$HeaderMap(java.lang.reflect.Method,int,retrofit2.Converter) -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void onNext(java.lang.Object) -cyanogenmod.themes.ThemeManager$1$2: ThemeManager$1$2(cyanogenmod.themes.ThemeManager$1,boolean) -com.xw.repo.bubbleseekbar.R$attr: int panelMenuListTheme -cyanogenmod.profiles.AirplaneModeSettings: AirplaneModeSettings(android.os.Parcel) -com.google.android.material.chip.Chip: float getIconEndPadding() -io.reactivex.internal.observers.BasicIntQueueDisposable: BasicIntQueueDisposable() -com.google.android.material.R$dimen: int action_bar_size -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: FitSystemBarRecyclerView(android.content.Context) -androidx.hilt.work.R$id: int action_container -retrofit2.ParameterHandler$QueryMap: void apply(retrofit2.RequestBuilder,java.lang.Object) -androidx.hilt.work.R$id: int notification_main_column_container -wangdaye.com.geometricweather.R$style: int TextAppearance_Design_HelperText -androidx.appcompat.R$attr: int listPreferredItemPaddingEnd -wangdaye.com.geometricweather.R$id: int widget_day_icon -wangdaye.com.geometricweather.R$id: int test_radiobutton_app_button_tint -androidx.preference.R$attr: int statusBarBackground -androidx.appcompat.R$dimen: int compat_button_padding_horizontal_material -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void onError(java.lang.Throwable) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_controlBackground -okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.platform.AndroidPlatform$CloseGuard closeGuard -android.didikee.donate.R$dimen: int notification_right_side_padding_top -wangdaye.com.geometricweather.R$xml: int widget_multi_city -wangdaye.com.geometricweather.R$string: int feedback_add_location_manually -okhttp3.OkHttpClient: okhttp3.Dispatcher dispatcher() -okhttp3.FormBody$Builder: java.nio.charset.Charset charset -com.google.android.material.R$attr: int layout_constrainedHeight -com.google.android.material.R$id: int transition_position -android.didikee.donate.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle -okhttp3.internal.http2.Http2Connection -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModePopupWindowStyle -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_placeholderTextColor -com.google.android.material.datepicker.MaterialCalendar: MaterialCalendar() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorControlNormal -androidx.preference.R$styleable: int AppCompatTextView_drawableBottomCompat -androidx.constraintlayout.helper.widget.Flow -com.jaredrummler.android.colorpicker.R$dimen: R$dimen() -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_AES_256_CBC_SHA -androidx.loader.R$drawable: int notification_bg_normal -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: void onNext(java.lang.Object) -androidx.constraintlayout.widget.R$styleable: int Constraint_transitionPathRotate -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX: void setBrands(java.util.List) -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_textAllCaps -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_checkboxStyle -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ListMenuView -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintTag -androidx.fragment.R$id: int accessibility_custom_action_17 -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_AES_128_CBC_SHA256 -androidx.appcompat.R$layout: int abc_screen_content_include -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean done -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Button_Borderless -androidx.work.R$styleable: int GradientColorItem_android_offset -com.jaredrummler.android.colorpicker.R$attr: int buttonBarPositiveButtonStyle -cyanogenmod.weather.RequestInfo$1: java.lang.Object[] newArray(int) -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX -androidx.lifecycle.SavedStateHandleController$1: androidx.lifecycle.Lifecycle val$lifecycle -androidx.preference.R$attr: int editTextBackground -com.google.android.material.R$color: int abc_btn_colored_borderless_text_material -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle -android.didikee.donate.R$dimen: int abc_text_size_caption_material -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_subtitle_top_margin_material -androidx.preference.R$style: int Widget_AppCompat_ProgressBar_Horizontal -wangdaye.com.geometricweather.R$id: int visible -com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration -wangdaye.com.geometricweather.R$layout: int item_about_library -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: void setWind(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX) -androidx.loader.R$drawable: int notification_bg -com.google.android.material.R$styleable: int Constraint_flow_verticalGap -androidx.constraintlayout.widget.R$attr: int customPixelDimension -com.turingtechnologies.materialscrollbar.R$attr: int boxCornerRadiusTopStart -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_card -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult$Temperature Temperature -androidx.hilt.R$styleable: int Fragment_android_id -wangdaye.com.geometricweather.R$layout: int mtrl_calendar_month -io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: java.util.concurrent.TimeUnit unit -androidx.appcompat.widget.AppCompatAutoCompleteTextView: void setBackgroundResource(int) -androidx.fragment.R$dimen: int notification_top_pad_large_text -androidx.lifecycle.MutableLiveData: void postValue(java.lang.Object) -okhttp3.internal.ws.RealWebSocket$2: void onFailure(okhttp3.Call,java.io.IOException) -wangdaye.com.geometricweather.weather.apis.MfWeatherApi -james.adaptiveicon.R$drawable: R$drawable() -wangdaye.com.geometricweather.R$drawable: int flag_de -com.google.android.material.R$attr: int actionModeSplitBackground -io.reactivex.Observable: io.reactivex.Observable buffer(io.reactivex.ObservableSource,io.reactivex.functions.Function,java.util.concurrent.Callable) -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Button_Borderless -com.amap.api.location.AMapLocation: java.lang.String j(com.amap.api.location.AMapLocation,java.lang.String) -okio.RealBufferedSource: long read(okio.Buffer,long) -com.jaredrummler.android.colorpicker.R$dimen: int item_touch_helper_swipe_escape_max_velocity -androidx.appcompat.R$styleable: int Toolbar_menu -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Small -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property City -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info -com.xw.repo.bubbleseekbar.R$color: int dim_foreground_material_dark -com.tencent.bugly.proguard.i: java.lang.String b(int,boolean) -wangdaye.com.geometricweather.R$dimen: int mtrl_alert_dialog_background_inset_start -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow -okio.Segment: okio.Segment sharedCopy() -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver -android.didikee.donate.R$styleable: int LinearLayoutCompat_android_weightSum -io.reactivex.internal.subscribers.StrictSubscriber: java.util.concurrent.atomic.AtomicLong requested -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_editor_absoluteX -androidx.loader.R$styleable: int GradientColor_android_centerY -okhttp3.internal.platform.AndroidPlatform: AndroidPlatform(java.lang.Class,okhttp3.internal.platform.OptionalMethod,okhttp3.internal.platform.OptionalMethod,okhttp3.internal.platform.OptionalMethod,okhttp3.internal.platform.OptionalMethod) -retrofit2.RequestBuilder$ContentTypeOverridingRequestBody: okhttp3.RequestBody delegate -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator -wangdaye.com.geometricweather.R$id: int activity_settings_toolbar -io.reactivex.internal.observers.BlockingObserver: java.lang.Object TERMINATED -android.didikee.donate.R$color: int accent_material_dark -com.google.android.material.internal.ScrimInsetsFrameLayout: ScrimInsetsFrameLayout(android.content.Context,android.util.AttributeSet) -com.bumptech.glide.R$style: int Widget_Compat_NotificationActionText -cyanogenmod.providers.CMSettings$System: void putListAsDelimitedString(android.content.ContentResolver,java.lang.String,java.lang.String,java.util.List) -androidx.recyclerview.widget.RecyclerView: void setViewCacheExtension(androidx.recyclerview.widget.RecyclerView$ViewCacheExtension) -com.google.android.material.slider.Slider: void setThumbStrokeWidth(float) -androidx.hilt.work.R$dimen -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setRealFeelShaderTemperature(java.lang.Integer) -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void setCancellable(io.reactivex.functions.Cancellable) -wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Object readEntity(android.database.Cursor,int) -androidx.work.R$id: int accessibility_custom_action_12 -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void onSubscribe(org.reactivestreams.Subscription) -wangdaye.com.geometricweather.R$id: int notification_big_icon_1 -androidx.constraintlayout.widget.R$attr: int content -com.google.android.material.R$style: int Widget_MaterialComponents_ExtendedFloatingActionButton -androidx.preference.R$style: int Widget_AppCompat_ListPopupWindow -wangdaye.com.geometricweather.R$drawable: int notif_temp_32 -androidx.work.R$dimen: int notification_media_narrow_margin -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_verticalAlign -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipStrokeWidth -com.xw.repo.bubbleseekbar.R$color: int abc_background_cache_hint_selector_material_light -com.google.android.material.bottomnavigation.BottomNavigationView: void setSelectedItemId(int) -androidx.appcompat.widget.LinearLayoutCompat: void setDividerDrawable(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.R$string: int follow_system -retrofit2.converter.gson.GsonRequestBodyConverter -androidx.fragment.R$id: int accessibility_custom_action_26 -com.google.android.material.R$layout: int mtrl_calendar_horizontal -androidx.core.R$id: int title -wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property Time -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_SeekBar_Discrete -com.google.android.material.R$style: int Base_Widget_MaterialComponents_Snackbar -androidx.constraintlayout.widget.R$attr: int layout_constraintLeft_toLeftOf -okhttp3.internal.connection.RealConnection: okhttp3.internal.connection.RealConnection testConnection(okhttp3.ConnectionPool,okhttp3.Route,java.net.Socket,long) -okio.Buffer: java.lang.String readString(long,java.nio.charset.Charset) -androidx.fragment.R$attr: int fontProviderFetchTimeout -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeRainPrecipitationDuration() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Metric: AccuCurrentResult$WetBulbTemperature$Metric() -com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getThumbTintList() -androidx.lifecycle.ProcessLifecycleOwner$3: void onActivityStopped(android.app.Activity) -com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_android_font -com.xw.repo.bubbleseekbar.R$attr: int progressBarStyle -wangdaye.com.geometricweather.R$attr: int allowDividerAfterLastItem -okhttp3.internal.http2.Hpack$Writer: int nextHeaderIndex -androidx.constraintlayout.widget.R$styleable: int ImageFilterView_altSrc -com.github.rahatarmanahmed.cpv.CircularProgressView: float INDETERMINANT_MIN_SWEEP -com.tencent.bugly.crashreport.crash.anr.a -wangdaye.com.geometricweather.R$style: int Platform_V25_AppCompat -cyanogenmod.app.ILiveLockScreenChangeListener$Stub$Proxy: android.os.IBinder mRemote -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_display_3_material -wangdaye.com.geometricweather.R$string: int content_des_m3 -wangdaye.com.geometricweather.R$drawable: int mtrl_ic_cancel -com.google.android.material.R$layout: int mtrl_calendar_month_labeled -androidx.preference.R$id: int accessibility_custom_action_7 -okhttp3.ConnectionPool: java.util.concurrent.Executor executor -com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_android_descendantFocusability -com.tencent.bugly.crashreport.BuglyHintException: BuglyHintException(java.lang.String) -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_max -com.google.android.material.snackbar.Snackbar$SnackbarLayout: Snackbar$SnackbarLayout(android.content.Context,android.util.AttributeSet) -io.reactivex.Observable: io.reactivex.Observable buffer(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,int) -io.reactivex.internal.observers.LambdaObserver: boolean hasCustomOnError() -com.turingtechnologies.materialscrollbar.R$attr: int bottomAppBarStyle -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintLeft_toRightOf -androidx.appcompat.R$layout: int abc_tooltip -cyanogenmod.themes.ThemeManager: void requestThemeChange(java.util.Map,boolean) -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.Precipitation precipitation -wangdaye.com.geometricweather.R$string: int settings_title_forecast_today_time -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_PSK_WITH_AES_256_CBC_SHA -androidx.appcompat.R$styleable: int ActionBar_backgroundSplit -okhttp3.RequestBody$3: java.io.File val$file -androidx.core.R$styleable: int FontFamily_fontProviderFetchTimeout -androidx.constraintlayout.widget.R$styleable: int StateListDrawable_android_constantSize -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: KeyguardExternalViewProviderService$Provider$ProviderImpl(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider,cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider) -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionButton -com.google.android.material.R$dimen: int material_clock_size -com.tencent.bugly.BuglyStrategy: boolean i -com.xw.repo.bubbleseekbar.R$attr: int track -james.adaptiveicon.R$attr: int thumbTint -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.internal.util.ErrorMode errorMode -com.google.android.material.R$style: int Base_Widget_MaterialComponents_PopupMenu -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorBackgroundFloating -androidx.preference.R$drawable: int btn_radio_off_to_on_mtrl_animation -androidx.work.ArrayCreatingInputMerger -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_widgetLayout -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void onError(java.lang.Throwable) -androidx.hilt.R$anim: int fragment_fast_out_extra_slow_in -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Speed: java.lang.String Unit -cyanogenmod.externalviews.KeyguardExternalView: java.lang.String access$400() -com.tencent.bugly.crashreport.inner.InnerApi -okhttp3.WebSocketListener: void onMessage(okhttp3.WebSocket,java.lang.String) -androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type TOP -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_autoSizeStepGranularity -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: boolean isEmpty() -androidx.constraintlayout.widget.R$color: int abc_search_url_text_pressed -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView: void setTextColors(int) -android.didikee.donate.R$attr: int titleTextStyle -android.didikee.donate.R$style: int TextAppearance_AppCompat_Subhead_Inverse -androidx.lifecycle.extensions.R$styleable: int GradientColor_android_startY -com.google.android.material.R$attr: int boxCornerRadiusTopEnd -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_measureWithLargestChild -okhttp3.internal.http2.Http2Connection$3: void execute() -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: io.reactivex.Observer downstream -wangdaye.com.geometricweather.R$layout: int text_view_without_line_height -james.adaptiveicon.R$color: int abc_secondary_text_material_light -wangdaye.com.geometricweather.R$styleable: int Insets_paddingRightSystemWindowInsets -androidx.legacy.coreutils.R$id: int action_container -com.turingtechnologies.materialscrollbar.R$style: int Base_V26_Theme_AppCompat_Light -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onActionModeFinished(android.view.ActionMode) -org.greenrobot.greendao.AbstractDao: void attachEntity(java.lang.Object) -io.reactivex.internal.operators.observable.ObservableReplay$SizeBoundReplayBuffer -com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: $Gson$Types$GenericArrayTypeImpl(java.lang.reflect.Type) -android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionBar_TabBar -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX: CNWeatherResult$WeatherX() -androidx.work.R$styleable: int GradientColor_android_endX -com.google.android.gms.location.zzay: android.os.Parcelable$Creator CREATOR -androidx.recyclerview.R$id: int accessibility_custom_action_17 -io.reactivex.internal.observers.InnerQueuedObserver: boolean isDone() -androidx.preference.R$styleable: int PreferenceImageView_maxWidth -androidx.constraintlayout.widget.Group: Group(android.content.Context,android.util.AttributeSet) -james.adaptiveicon.R$style: int Base_Widget_AppCompat_PopupWindow -com.turingtechnologies.materialscrollbar.R$attr: int layout_collapseParallaxMultiplier -android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query -androidx.preference.R$style: int Base_V22_Theme_AppCompat_Light -androidx.constraintlayout.widget.R$styleable: int GradientColorItem_android_offset -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.HalfDay[] halfDays -cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating Heating -androidx.constraintlayout.widget.R$string: R$string() -okhttp3.Cookie: long expiresAt() -com.google.android.material.slider.RangeSlider: int getTrackWidth() -io.reactivex.Observable: io.reactivex.Single firstOrError() -wangdaye.com.geometricweather.R$attr: int maxWidth -androidx.vectordrawable.animated.R$styleable: int[] GradientColorItem -com.google.android.material.textfield.TextInputLayout: void setErrorEnabled(boolean) -androidx.viewpager2.R$id: int accessibility_custom_action_24 -wangdaye.com.geometricweather.R$dimen: int design_snackbar_extra_spacing_horizontal -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.lang.String getShortDate(android.content.Context) -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Geometry: MfEphemerisResult$Geometry() -androidx.appcompat.widget.AppCompatAutoCompleteTextView: void setBackgroundDrawable(android.graphics.drawable.Drawable) -com.turingtechnologies.materialscrollbar.R$attr: int title -james.adaptiveicon.R$dimen: int abc_text_size_body_1_material -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeInsetTop -wangdaye.com.geometricweather.R$id: int enterAlwaysCollapsed -wangdaye.com.geometricweather.R$styleable: int[] ShapeableImageView -wangdaye.com.geometricweather.R$dimen: int mtrl_alert_dialog_background_inset_bottom -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_shapeAppearanceOverlay -android.didikee.donate.R$attr: int colorControlActivated -cyanogenmod.weather.ICMWeatherManager: void cancelRequest(int) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void onNext(java.lang.Object) -com.google.android.gms.common.internal.zax: zax(android.content.Context) -com.xw.repo.bubbleseekbar.R$string: int abc_capital_on -wangdaye.com.geometricweather.R$styleable: int Chip_android_ellipsize -wangdaye.com.geometricweather.R$id: int cut -androidx.preference.R$style: int PreferenceFragmentList -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.Integer bulletinCote -androidx.constraintlayout.widget.R$attr: int currentState -com.google.android.material.R$attr: int layout_constraintCircleAngle -wangdaye.com.geometricweather.common.basic.models.weather.UV: UV(java.lang.Integer,java.lang.String,java.lang.String) -com.google.android.material.R$styleable: int AppCompatTheme_actionModeShareDrawable -androidx.preference.R$styleable: int[] FontFamily -androidx.constraintlayout.widget.R$attr: int contentInsetRight -com.google.android.material.R$dimen: int mtrl_textinput_box_corner_radius_small -androidx.preference.R$dimen: int abc_dropdownitem_icon_width -com.tencent.bugly.proguard.aj: byte[] c -androidx.viewpager2.adapter.FragmentStateAdapter$2 -androidx.appcompat.R$attr: int listChoiceIndicatorSingleAnimated -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: void onError(java.lang.Throwable) -cyanogenmod.providers.CMSettings$System: java.lang.String getString(android.content.ContentResolver,java.lang.String) -okio.Buffer$UnsafeCursor: int start -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Weather: java.lang.String desc -okio.HashingSink: okio.HashingSink md5(okio.Sink) -com.tencent.bugly.crashreport.crash.CrashDetailBean: long r -com.xw.repo.bubbleseekbar.R$attr: int bsb_always_show_bubble_delay -wangdaye.com.geometricweather.R$drawable: int abc_btn_borderless_material -james.adaptiveicon.R$color: int background_floating_material_dark -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getPm25Color(android.content.Context) -retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback: CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback(retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter,java.util.concurrent.CompletableFuture) -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_DialogWhenLarge -wangdaye.com.geometricweather.R$dimen: int mtrl_alert_dialog_background_inset_end -okhttp3.internal.http2.Hpack$Writer: boolean useCompression -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float ice -cyanogenmod.profiles.AirplaneModeSettings: int describeContents() -androidx.lifecycle.MediatorLiveData: void onInactive() -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_showText -androidx.core.R$styleable: int FontFamilyFont_android_fontWeight -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge -android.didikee.donate.R$color: int material_blue_grey_800 -wangdaye.com.geometricweather.R$style: int Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog -io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$attr: int minHideDelay -io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -com.tencent.bugly.proguard.h: com.tencent.bugly.proguard.h a(byte[],java.lang.String) -com.google.android.material.R$id: int search_bar -android.didikee.donate.R$dimen: int abc_text_size_body_2_material -wangdaye.com.geometricweather.common.basic.models.weather.History -com.google.android.gms.common.server.converter.zaa: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$drawable: int weather_snow -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -cyanogenmod.externalviews.ExternalView: void onActivityDestroyed(android.app.Activity) -androidx.lifecycle.extensions.R$style: int TextAppearance_Compat_Notification_Time -io.reactivex.internal.subscriptions.SubscriptionHelper: void reportMoreProduced(long) -com.jaredrummler.android.colorpicker.R$color: int tooltip_background_dark -com.tencent.bugly.proguard.c: byte[] a() -com.google.android.material.appbar.CollapsingToolbarLayout: int getExpandedTitleMarginTop() -com.turingtechnologies.materialscrollbar.R$attr: int displayOptions -android.didikee.donate.R$dimen: int abc_button_inset_vertical_material -james.adaptiveicon.R$attr: int titleMarginStart -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: java.lang.String pubTime -wangdaye.com.geometricweather.R$attr: int titleMarginStart -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout: FitSystemBarAppBarLayout(android.content.Context) -com.turingtechnologies.materialscrollbar.R$attr: int dropdownListPreferredItemHeight -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: int status -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_editTextStyle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric Metric -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWeatherText -androidx.appcompat.R$styleable: int DrawerArrowToggle_arrowHeadLength -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void unregisterCallback(cyanogenmod.externalviews.IKeyguardExternalViewCallbacks) -okhttp3.internal.http.RealInterceptorChain: okhttp3.Connection connection() -io.reactivex.exceptions.CompositeException: java.lang.Throwable getCause() -androidx.customview.R$integer: int status_bar_notification_info_maxnum -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric: java.lang.String Unit -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: boolean hasValue -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintGuide_percent -com.turingtechnologies.materialscrollbar.R$color: int primary_text_default_material_light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX() -com.google.android.material.textfield.TextInputLayout: void setHelperTextEnabled(boolean) -wangdaye.com.geometricweather.R$style: int ShapeAppearance_MaterialComponents_SmallComponent -androidx.preference.R$styleable: int LinearLayoutCompat_Layout_android_layout_width -james.adaptiveicon.R$color: int abc_btn_colored_borderless_text_material -cyanogenmod.app.LiveLockScreenInfo$Builder: cyanogenmod.app.LiveLockScreenInfo$Builder setPriority(int) -com.bumptech.glide.load.engine.GlideException: java.util.List getCauses() -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_19 -android.didikee.donate.R$attr: int voiceIcon -com.google.android.gms.common.api.ApiException: int getStatusCode() -wangdaye.com.geometricweather.R$array: int temperature_units_short -james.adaptiveicon.R$color: int secondary_text_default_material_light -okhttp3.internal.Util: boolean isAndroidGetsocknameError(java.lang.AssertionError) -com.xw.repo.bubbleseekbar.R$styleable: int[] ColorStateListItem -wangdaye.com.geometricweather.R$attr: int listDividerAlertDialog -android.didikee.donate.R$style: int Theme_AppCompat -androidx.lifecycle.ViewModelProvider$KeyedFactory -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType DeleteInTxIterable -wangdaye.com.geometricweather.R$dimen: int cardview_compat_inset_shadow -com.google.android.material.R$style: int Theme_AppCompat_DayNight_Dialog_Alert -okhttp3.internal.http2.Http2Connection$4: int val$streamId -wangdaye.com.geometricweather.R$string: int wet_bulb_temperature -com.google.android.material.R$drawable: int abc_ic_commit_search_api_mtrl_alpha -androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_marginBottom -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.LocationEntityDao getLocationEntityDao() -com.google.gson.stream.JsonReader: boolean lenient -cyanogenmod.externalviews.KeyguardExternalView -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 -wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Light -okhttp3.internal.http2.PushObserver$1: void onReset(int,okhttp3.internal.http2.ErrorCode) -wangdaye.com.geometricweather.common.basic.models.weather.Astro: java.util.Date getRiseDate() -androidx.appcompat.R$styleable: int AppCompatTheme_actionMenuTextColor -com.google.android.material.R$dimen: int cardview_default_elevation -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getTreeLevel() -com.google.android.material.R$styleable: int Layout_layout_constraintHorizontal_weight -okhttp3.Response$Builder: okhttp3.Response cacheResponse -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorControlHighlight -androidx.hilt.R$id: int async -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float tWindchill -androidx.constraintlayout.widget.R$color: int primary_text_default_material_light -cyanogenmod.themes.ThemeChangeRequest: long getWallpaperId() -cyanogenmod.app.StatusBarPanelCustomTile: android.os.UserHandle getUser() -com.amap.api.fence.GeoFence: android.app.PendingIntent d -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Menu -androidx.activity.R$id: int tag_accessibility_actions -com.google.android.material.R$styleable: int AppCompatTheme_dividerVertical -com.google.android.material.R$attr: int startIconContentDescription -okhttp3.internal.http2.Http2Writer: void writeContinuationFrames(int,long) -cyanogenmod.externalviews.KeyguardExternalView$2: void onAttachedToWindow() -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: long serialVersionUID -androidx.appcompat.R$style: int TextAppearance_AppCompat_Caption -wangdaye.com.geometricweather.R$drawable: int ic_building -com.jaredrummler.android.colorpicker.R$attr: int thumbTintMode -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void innerComplete() -androidx.legacy.coreutils.R$styleable: int FontFamilyFont_fontVariationSettings -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: int consumed -com.xw.repo.bubbleseekbar.R$color: int primary_text_default_material_light -io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: io.reactivex.internal.operators.observable.ObservableReplay$Node getHead() -com.turingtechnologies.materialscrollbar.R$layout: int abc_popup_menu_header_item_layout -com.turingtechnologies.materialscrollbar.R$styleable: int TabItem_android_icon -com.google.android.material.tabs.TabLayout: void setSelectedTabIndicator(int) -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver -wangdaye.com.geometricweather.R$dimen: int mtrl_snackbar_background_overlay_color_alpha -cyanogenmod.profiles.ConnectionSettings: java.lang.String EXTRA_NETWORK_MODE -androidx.constraintlayout.widget.R$id: int search_bar -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property WeatherCode -okhttp3.MultipartBody$Part: okhttp3.RequestBody body() -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionBar -androidx.appcompat.widget.AppCompatImageButton: AppCompatImageButton(android.content.Context) -com.jaredrummler.android.colorpicker.R$layout: int abc_alert_dialog_button_bar_material -androidx.work.impl.background.systemalarm.ConstraintProxy: ConstraintProxy() -cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_24 -io.reactivex.Observable: io.reactivex.Observable window(io.reactivex.ObservableSource,int) -com.amap.api.fence.PoiItem: int describeContents() -androidx.legacy.coreutils.R$attr: int fontVariationSettings -okhttp3.internal.platform.Jdk9Platform: Jdk9Platform(java.lang.reflect.Method,java.lang.reflect.Method) -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: io.reactivex.internal.util.AtomicThrowable errors -androidx.constraintlayout.widget.Barrier: void setType(int) -wangdaye.com.geometricweather.R$id: int animateToEnd -com.tencent.bugly.crashreport.crash.h5.a: java.lang.String h -wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_android_summaryOn -androidx.constraintlayout.widget.R$attr: int layout_constraintEnd_toEndOf -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode -io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function8) -androidx.constraintlayout.widget.R$attr: int actionBarSplitStyle -com.google.android.material.R$dimen: int mtrl_bottomappbar_fabOffsetEndMode -james.adaptiveicon.R$styleable: int AppCompatTheme_controlBackground -com.google.android.material.R$attr: int inverse -wangdaye.com.geometricweather.R$attr: int buttonBarPositiveButtonStyle -okhttp3.internal.http2.Http2Reader: void readWindowUpdate(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_SearchView_ActionBar -androidx.preference.R$dimen: int abc_control_inset_material -wangdaye.com.geometricweather.R$string: int content_des_co -androidx.constraintlayout.helper.widget.Flow: void setVerticalStyle(int) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_ratingBarStyleSmall -com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType RAW -androidx.fragment.R$id: int text2 -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder removeAllQueryParameters(java.lang.String) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorControlHighlight -okhttp3.internal.ws.RealWebSocket: void onReadMessage(okio.ByteString) -androidx.preference.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex -wangdaye.com.geometricweather.R$attr: int tabContentStart -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setColorSchemeColors(int[]) -androidx.dynamicanimation.R$styleable: int FontFamilyFont_fontWeight -com.tencent.bugly.proguard.am: java.lang.String u -com.tencent.bugly.proguard.an: byte[] c -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_selectable -com.tencent.bugly.crashreport.biz.UserInfoBean: java.lang.String j -io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: void run() -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_weather -com.google.android.material.R$styleable: int Chip_android_textColor -com.xw.repo.bubbleseekbar.R$color: int material_grey_50 -androidx.preference.R$attr: int titleMargins -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.String windIcon -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_17 -com.google.android.material.R$attr: int materialCalendarMonth -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize -okhttp3.internal.connection.RealConnection: java.util.List allocations -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: void setBrandId(java.lang.String) -wangdaye.com.geometricweather.R$array: int notification_text_colors -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_title -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Title_Inverse -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog_Flush -wangdaye.com.geometricweather.main.dialogs.HourlyWeatherDialog: HourlyWeatherDialog() -com.google.android.material.R$id: int action_menu_presenter -okhttp3.internal.http2.Http2Connection$5: int val$streamId -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth -okhttp3.WebSocketListener: void onOpen(okhttp3.WebSocket,okhttp3.Response) -io.reactivex.internal.observers.DeferredScalarDisposable: long serialVersionUID -okhttp3.Dns: okhttp3.Dns SYSTEM -androidx.constraintlayout.helper.widget.Flow: void setHorizontalBias(float) -retrofit2.adapter.rxjava2.BodyObservable -com.google.android.material.R$id: int progress_circular -retrofit2.RequestBuilder: okhttp3.MediaType contentType -cyanogenmod.app.ICMStatusBarManager$Stub: cyanogenmod.app.ICMStatusBarManager asInterface(android.os.IBinder) -com.google.android.material.switchmaterial.SwitchMaterial: void setUseMaterialThemeColors(boolean) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_min -wangdaye.com.geometricweather.R$dimen: int widget_standard_weather_icon_size -com.jaredrummler.android.colorpicker.R$drawable: int notification_template_icon_low_bg -androidx.hilt.lifecycle.R$id: int text2 -wangdaye.com.geometricweather.R$drawable: int indicator_ltr -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_firstHorizontalStyle -okhttp3.internal.connection.RouteSelector: okhttp3.Address address -cyanogenmod.app.suggest.ApplicationSuggestion: ApplicationSuggestion(android.os.Parcel) -androidx.transition.R$id: int text -androidx.appcompat.widget.AppCompatImageButton: void setImageResource(int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getPrimary() -com.google.android.material.R$attr: int layout_constraintHeight_max -okhttp3.ConnectionPool: java.util.Deque connections -okhttp3.internal.tls.BasicCertificateChainCleaner: BasicCertificateChainCleaner(okhttp3.internal.tls.TrustRootIndex) -wangdaye.com.geometricweather.R$attr: int boxCornerRadiusTopEnd -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_switchPadding -androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable: boolean mWasExecuted -android.didikee.donate.R$styleable: int[] SwitchCompat -wangdaye.com.geometricweather.common.basic.models.Location: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getLongAbbreviation(android.content.Context) -androidx.lifecycle.Transformations$3 -androidx.preference.R$attr: int actionModeSplitBackground -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated -com.google.android.material.R$id: int clear_text -androidx.constraintlayout.widget.R$attr: int buttonStyleSmall -wangdaye.com.geometricweather.R$styleable: int SwitchPreference_android_summaryOff -androidx.constraintlayout.widget.R$styleable: int KeyPosition_percentX -com.google.android.material.R$string: int icon_content_description -wangdaye.com.geometricweather.R$attr: int cardElevation -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_toolbar_default_height -androidx.constraintlayout.widget.R$styleable: int KeyPosition_keyPositionType -androidx.transition.R$id: int line3 -wangdaye.com.geometricweather.db.entities.DailyEntity: void setCo(java.lang.Float) -com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawable_android_enterFadeDuration -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void truncateFinal() -okio.Util: void checkOffsetAndCount(long,long,long) -com.jaredrummler.android.colorpicker.R$string: int abc_menu_meta_shortcut_label -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_backgroundTintMode -androidx.preference.R$styleable: int AppCompatTheme_listMenuViewStyle -androidx.appcompat.R$style: int Base_Animation_AppCompat_DropDownUp -com.jaredrummler.android.colorpicker.R$styleable: int ColorStateListItem_android_alpha -com.jaredrummler.android.colorpicker.R$color: int abc_btn_colored_borderless_text_material -androidx.constraintlayout.widget.R$attr: int actionBarTheme -cyanogenmod.externalviews.ExternalView: void access$000(cyanogenmod.externalviews.ExternalView) -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small -com.google.android.material.R$styleable: int[] ForegroundLinearLayout -io.reactivex.internal.queue.SpscArrayQueue: boolean offer(java.lang.Object,java.lang.Object) -wangdaye.com.geometricweather.R$id: int right_icon -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionBar_TabView -okhttp3.internal.cache.FaultHidingSink: void write(okio.Buffer,long) -androidx.preference.R$id: int search_badge -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Metric: int UnitType -androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_fontStyle -androidx.appcompat.R$drawable: int notification_bg_normal -wangdaye.com.geometricweather.R$string: int key_notification_background_color -androidx.loader.R$dimen: int notification_main_column_padding_top -wangdaye.com.geometricweather.R$color: int material_slider_active_track_color -okhttp3.HttpUrl: java.lang.String canonicalize(java.lang.String,int,int,java.lang.String,boolean,boolean,boolean,boolean,java.nio.charset.Charset) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Imperial -com.xw.repo.bubbleseekbar.R$id: int action_image -okhttp3.internal.http2.Http2Connection: void setSettings(okhttp3.internal.http2.Settings) -android.didikee.donate.R$dimen: int abc_text_size_medium_material -androidx.constraintlayout.widget.R$anim: int btn_checkbox_to_unchecked_check_path_merged_animation -okhttp3.internal.http2.Settings: int getHeaderTableSize() -androidx.transition.R$id: int forever -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: java.lang.String unit -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView: void setHistogramAlpha(float) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$1 -com.jaredrummler.android.colorpicker.R$drawable: int abc_tab_indicator_mtrl_alpha -androidx.customview.R$dimen: int compat_button_inset_horizontal_material -wangdaye.com.geometricweather.R$drawable: int weather_hail_2 -android.didikee.donate.R$styleable: int MenuGroup_android_orderInCategory -wangdaye.com.geometricweather.R$attr: int itemShapeInsetBottom -androidx.constraintlayout.widget.R$drawable: int notification_bg_low_pressed -james.adaptiveicon.R$id: int search_button -androidx.constraintlayout.widget.R$string: int abc_prepend_shortcut_label -okio.Buffer: okio.Buffer$UnsafeCursor readAndWriteUnsafe() -com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy UPPER_CAMEL_CASE_WITH_SPACES -james.adaptiveicon.R$styleable: int AppCompatTheme_android_windowIsFloating -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void onError(java.lang.Throwable) -androidx.appcompat.widget.SwitchCompat -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String street_number -okhttp3.MultipartBody$Part: okhttp3.Headers headers -androidx.constraintlayout.widget.R$attr: int listPreferredItemHeightLarge -com.google.android.material.R$attr: int layout_constraintHeight_percent -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionButtonStyle -wangdaye.com.geometricweather.R$anim: int abc_popup_exit -android.didikee.donate.R$drawable: int abc_switch_thumb_material -androidx.constraintlayout.widget.R$string: int abc_menu_shift_shortcut_label -androidx.lifecycle.ClassesInfoCache$MethodReference: ClassesInfoCache$MethodReference(int,java.lang.reflect.Method) -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Compat_Notification_Time -com.xw.repo.bubbleseekbar.R$string: int abc_menu_sym_shortcut_label -androidx.appcompat.R$attr: int buttonStyle -com.amap.api.location.AMapLocation: java.lang.String b(com.amap.api.location.AMapLocation,java.lang.String) -com.google.gson.stream.JsonReader: void push(int) -androidx.fragment.app.DialogFragment: DialogFragment() -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_goneMarginStart -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatImageView_tint -androidx.preference.R$style: int Preference_DropDown_Material -com.turingtechnologies.materialscrollbar.R$id: int listMode -androidx.vectordrawable.animated.R$id: int italic -androidx.work.R$id: int accessibility_custom_action_27 -androidx.appcompat.R$styleable: int MenuItem_android_orderInCategory -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_translationX -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter value(java.lang.String) -retrofit2.HttpException: java.lang.String getMessage(retrofit2.Response) -androidx.preference.R$style: int TextAppearance_AppCompat_Small_Inverse -okhttp3.internal.platform.AndroidPlatform: javax.net.ssl.X509TrustManager trustManager(javax.net.ssl.SSLSocketFactory) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu -androidx.preference.R$style: int Preference_CheckBoxPreference -com.google.android.material.bottomnavigation.BottomNavigationView: android.content.res.ColorStateList getItemIconTintList() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String level -androidx.hilt.work.R$styleable: int FontFamilyFont_ttcIndex -retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isCompletable -com.turingtechnologies.materialscrollbar.R$attr: int popupTheme -cyanogenmod.weather.WeatherInfo: double getTodaysLow() -androidx.preference.R$dimen: int item_touch_helper_swipe_escape_max_velocity -com.xw.repo.bubbleseekbar.R$attr: int actionBarTheme -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Body1 -cyanogenmod.providers.CMSettings$Global: boolean putString(android.content.ContentResolver,java.lang.String,java.lang.String) -okhttp3.RequestBody: okhttp3.RequestBody create(okhttp3.MediaType,java.io.File) -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu -retrofit2.CompletableFutureCallAdapterFactory$CallCancelCompletableFuture -io.reactivex.internal.subscriptions.DeferredScalarSubscription: void cancel() -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: java.lang.String unitId -com.google.android.material.R$styleable: int ConstraintLayout_Layout_constraint_referenced_ids -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver parent -android.support.v4.app.RemoteActionCompatParcelizer: androidx.core.app.RemoteActionCompat read(androidx.versionedparcelable.VersionedParcel) -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionButton -androidx.constraintlayout.widget.R$dimen: int abc_dialog_min_width_major -androidx.constraintlayout.widget.R$styleable: int SearchView_searchIcon -androidx.transition.R$styleable: int GradientColor_android_centerX -wangdaye.com.geometricweather.common.basic.models.weather.Weather: wangdaye.com.geometricweather.common.basic.models.weather.Current getCurrent() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial: double Value -wangdaye.com.geometricweather.db.entities.AlertEntity: void setWeatherSource(java.lang.String) -com.xw.repo.bubbleseekbar.R$attr: int bsb_rtl -wangdaye.com.geometricweather.R$id: int select_dialog_listview -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_translation_z_hovered_focused -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Imperial -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintGuide_percent -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart -androidx.constraintlayout.widget.R$attr: int colorBackgroundFloating -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: boolean isDisposed() -cyanogenmod.providers.CMSettings$Secure: java.lang.String ADB_NOTIFY -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_star_black_36dp -com.amap.api.fence.GeoFence: int STATUS_LOCFAIL -com.tencent.bugly.crashreport.crash.jni.b: java.lang.String b(java.lang.String) -wangdaye.com.geometricweather.R$dimen: int notification_main_column_padding_top -okio.Buffer: okio.ByteString snapshot() -okhttp3.internal.io.FileSystem$1: okio.Sink sink(java.io.File) -okhttp3.Cache$1: void update(okhttp3.Response,okhttp3.Response) -androidx.constraintlayout.widget.R$styleable: int Toolbar_contentInsetLeft -androidx.lifecycle.SavedStateHandleController: java.lang.String mKey -android.didikee.donate.R$attr: int buttonBarNegativeButtonStyle -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_content_2 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String getLocationKey() -com.google.android.material.R$id: int search_plate -retrofit2.OkHttpCall: retrofit2.RequestFactory requestFactory -wangdaye.com.geometricweather.R$font: int product_sans_black -wangdaye.com.geometricweather.R$dimen: int mtrl_card_checked_icon_size -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_TabBar -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode -androidx.constraintlayout.widget.R$styleable: int Constraint_android_orientation -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver(io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver) -wangdaye.com.geometricweather.R$styleable: int[] BackgroundStyle -androidx.appcompat.R$styleable: int DrawerArrowToggle_barLength -james.adaptiveicon.R$styleable: int AppCompatTheme_dialogTheme -android.didikee.donate.R$dimen: int highlight_alpha_material_colored -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_CompoundButton_RadioButton -androidx.recyclerview.R$attr: int fontProviderAuthority -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_contentInsetLeft -retrofit2.OkHttpCall$NoContentResponseBody: long contentLength() -androidx.appcompat.R$drawable: int abc_vector_test -io.reactivex.Observable: io.reactivex.Observable doOnNext(io.reactivex.functions.Consumer) -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem -androidx.viewpager.R$id: int line1 -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_title -wangdaye.com.geometricweather.R$attr: int hintEnabled -androidx.dynamicanimation.R$attr: int fontProviderQuery -wangdaye.com.geometricweather.R$style: int PopupWindowAnimation_Top_Left -androidx.constraintlayout.widget.R$attr: int waveOffset -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult: long updatedOn -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_drawableStart -cyanogenmod.app.CustomTileListenerService: void removeCustomTile(java.lang.String,java.lang.String,int) -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: java.lang.String LanguageCode -androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_textColorLink -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_searchHintIcon -cyanogenmod.app.ILiveLockScreenManagerProvider: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() -com.jaredrummler.android.colorpicker.R$id: int action_bar_subtitle -com.google.android.material.R$styleable: int Layout_layout_constraintVertical_chainStyle -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_1_normal -androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse -androidx.legacy.coreutils.R$styleable: int GradientColor_android_centerY -androidx.appcompat.R$styleable: int TextAppearance_fontVariationSettings -okhttp3.internal.http2.Http2Stream$FramingSource -james.adaptiveicon.R$attr: int actionModeCloseDrawable -okhttp3.internal.connection.RouteException: java.io.IOException firstException -com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemTextAppearanceActive(int) -androidx.appcompat.widget.SwitchCompat: SwitchCompat(android.content.Context) -okhttp3.Headers: okhttp3.Headers$Builder newBuilder() -okhttp3.internal.connection.RouteSelector$Selection -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String AUTHOR -androidx.appcompat.widget.FitWindowsFrameLayout -com.google.android.material.R$styleable: int RecyclerView_spanCount -com.google.android.material.progressindicator.ProgressIndicator: void setCircularInset(int) -com.xw.repo.bubbleseekbar.R$attr: int selectableItemBackgroundBorderless -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow -okhttp3.internal.Util: void closeQuietly(java.net.ServerSocket) -wangdaye.com.geometricweather.common.basic.models.weather.Base: long timeStamp -android.didikee.donate.R$styleable: int AppCompatTextView_autoSizeStepGranularity -com.google.android.material.R$styleable: int ProgressIndicator_android_indeterminate -com.google.android.material.R$style: int Theme_MaterialComponents_Light_DialogWhenLarge -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_Bridge -wangdaye.com.geometricweather.R$styleable: int KeyTrigger_onPositiveCross -com.bumptech.glide.R$drawable: int notification_template_icon_low_bg -com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$Node root -wangdaye.com.geometricweather.R$anim: int x2_decelerate_interpolator -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setApparentTemperature(java.lang.Integer) -android.didikee.donate.R$drawable: int abc_list_selector_background_transition_holo_light -wangdaye.com.geometricweather.R$animator: int mtrl_extended_fab_show_motion_spec -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_textAllCaps -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean -cyanogenmod.app.IPartnerInterface: void reboot() -androidx.preference.R$bool: R$bool() -com.xw.repo.bubbleseekbar.R$id: int src_over -com.google.android.material.R$styleable: int TextInputLayout_startIconTint -com.google.android.material.R$dimen: int abc_select_dialog_padding_start_material -com.google.android.material.R$attr: int paddingTopNoTitle -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_icon_size -com.tencent.bugly.crashreport.CrashReport: CrashReport() -com.google.android.material.R$layout: int mtrl_picker_text_input_date_range -android.didikee.donate.R$styleable: int ActionBar_height -com.google.android.material.R$attr: int viewInflaterClass -io.reactivex.Observable: io.reactivex.Observable concatMapMaybe(io.reactivex.functions.Function,int) -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: long serialVersionUID -wangdaye.com.geometricweather.R$dimen: int abc_action_button_min_height_material -com.google.android.material.R$style: int Base_Widget_AppCompat_RatingBar_Small -retrofit2.Callback -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: void testCrash() -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setHttpTimeOut(long) -androidx.appcompat.resources.R$styleable: int FontFamilyFont_android_fontStyle -io.reactivex.internal.util.ErrorMode: io.reactivex.internal.util.ErrorMode[] values() -androidx.lifecycle.extensions.R$styleable: int[] FragmentContainerView -androidx.appcompat.resources.R$id: int right_icon -com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Body_Text -com.google.android.material.R$styleable: int NavigationView_itemIconPadding -james.adaptiveicon.R$styleable: int ActionBarLayout_android_layout_gravity -androidx.appcompat.R$interpolator: R$interpolator() -okhttp3.internal.http.HttpHeaders: long contentLength(okhttp3.Response) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust: AccuCurrentResult$WindGust() -wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode AUTO -okhttp3.internal.http2.Hpack$Writer: int dynamicTableByteCount -androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_marginEnd -androidx.lifecycle.extensions.R$layout: int custom_dialog -androidx.lifecycle.extensions.R$layout: int notification_action_tombstone -android.didikee.donate.R$drawable: int abc_switch_track_mtrl_alpha -com.bumptech.glide.R$dimen: int notification_big_circle_margin -com.google.android.material.R$id: int linear -androidx.appcompat.R$styleable: int AppCompatTextView_firstBaselineToTopHeight -okhttp3.internal.io.FileSystem: void deleteContents(java.io.File) -retrofit2.HttpException: java.lang.String message -androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivitySaveInstanceState(android.app.Activity,android.os.Bundle) -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Headline -io.reactivex.internal.util.ArrayListSupplier -androidx.fragment.R$dimen: int compat_button_inset_horizontal_material -com.tencent.bugly.proguard.c: void a(java.lang.String) -com.jaredrummler.android.colorpicker.R$attr: int singleChoiceItemLayout -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int AQI_INDEX_2 -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: double visibility -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer apparentTemperature -com.google.android.material.R$style: int Base_V28_Theme_AppCompat -wangdaye.com.geometricweather.R$attr: int actionBarTheme -cyanogenmod.hardware.ICMHardwareService: java.lang.String getUniqueDeviceId() -androidx.swiperefreshlayout.R$attr: int font -cyanogenmod.app.Profile$LockMode: int DEFAULT -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_RatingBar -wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_android_fontVariationSettings -wangdaye.com.geometricweather.R$drawable: int notif_temp_2 -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_centerX -com.turingtechnologies.materialscrollbar.R$style: int Base_V22_Theme_AppCompat -io.reactivex.Observable: io.reactivex.Observable window(long,long,int) -io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: void setResource(io.reactivex.disposables.Disposable) -androidx.preference.R$style: int AlertDialog_AppCompat_Light -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_RatingBar_Indicator -io.reactivex.internal.subscriptions.DeferredScalarSubscription: DeferredScalarSubscription(org.reactivestreams.Subscriber) -james.adaptiveicon.R$styleable: int ActionBar_progressBarStyle -com.google.android.material.R$attr: int transitionPathRotate -androidx.appcompat.widget.AppCompatImageView: void setImageBitmap(android.graphics.Bitmap) -cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void onResume() -com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.reflect.Type[] typeArguments -androidx.lifecycle.extensions.R$color: int ripple_material_light -androidx.constraintlayout.helper.widget.Layer: void setTranslationY(float) -com.google.android.material.timepicker.ClockHandView: void addOnRotateListener(com.google.android.material.timepicker.ClockHandView$OnRotateListener) -com.amap.api.fence.GeoFence: java.lang.String b -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_verticalBias -okhttp3.MultipartBody$Part -cyanogenmod.hardware.CMHardwareManager: int VIBRATOR_MAX_INDEX -com.tencent.bugly.proguard.ae: java.lang.String a -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Imperial -com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType BAIDU -com.google.android.material.card.MaterialCardView: android.content.res.ColorStateList getCheckedIconTint() -wangdaye.com.geometricweather.R$drawable: int ic_briefing -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub: android.os.IBinder asBinder() -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_lastVerticalBias -com.tencent.bugly.proguard.ai: void a(com.tencent.bugly.proguard.i) -androidx.appcompat.R$styleable: int[] Spinner -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemIconSize -androidx.appcompat.R$styleable: int AlertDialog_listItemLayout -androidx.constraintlayout.motion.widget.MotionLayout$TransitionState: androidx.constraintlayout.motion.widget.MotionLayout$TransitionState UNDEFINED -wangdaye.com.geometricweather.R$id: int activity_preview_icon_recyclerView -okhttp3.Cookie: boolean httpOnly() -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.HalfDay day() -androidx.preference.R$attr: int textAppearancePopupMenuHeader -com.google.android.material.R$style: int ShapeAppearanceOverlay_TopLeftCut -com.turingtechnologies.materialscrollbar.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 -androidx.preference.R$color -androidx.constraintlayout.widget.R$bool: int abc_config_actionMenuItemAllCaps -com.google.android.material.R$style: int Widget_AppCompat_ProgressBar -androidx.constraintlayout.widget.R$styleable: int TextAppearance_textLocale -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange -com.bumptech.glide.module.AppGlideModule: AppGlideModule() -okhttp3.ResponseBody: okhttp3.ResponseBody create(okhttp3.MediaType,long,okio.BufferedSource) -james.adaptiveicon.R$style: int Theme_AppCompat_Dialog_Alert -wangdaye.com.geometricweather.R$styleable: int FontFamily_fontProviderQuery -com.google.android.material.R$attr: int indicatorCornerRadius -androidx.preference.R$styleable: int AnimatedStateListDrawableTransition_android_fromId -com.bumptech.glide.integration.okhttp.R$attr: int layout_anchor -james.adaptiveicon.R$attr: int titleMarginEnd -com.xw.repo.bubbleseekbar.R$layout: int abc_action_menu_layout -com.jaredrummler.android.colorpicker.R$attr: int tooltipForegroundColor -com.turingtechnologies.materialscrollbar.R$id: int design_bottom_sheet -okhttp3.Call: okhttp3.Response execute() -okhttp3.internal.Util: okio.ByteString UTF_8_BOM -android.didikee.donate.R$layout: int abc_screen_content_include -io.reactivex.Observable: io.reactivex.Observable unsafeCreate(io.reactivex.ObservableSource) -retrofit2.Call: void enqueue(retrofit2.Callback) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult: java.util.List forecasts -androidx.preference.R$attr: int backgroundTint -com.jaredrummler.android.colorpicker.R$styleable: int ListPreference_entryValues -com.tencent.bugly.crashreport.common.info.a: java.lang.String z() -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner -james.adaptiveicon.R$attr: int dialogPreferredPadding -com.google.android.material.R$styleable: int AnimatedStateListDrawableTransition_android_toId -wangdaye.com.geometricweather.R$attr: int tabTextColor -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_body_2_material -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_editTextBackground -com.google.android.material.R$dimen: int mtrl_calendar_header_content_padding_fullscreen -retrofit2.ParameterHandler$Query: ParameterHandler$Query(java.lang.String,retrofit2.Converter,boolean) -com.bumptech.glide.R$id: int async -com.turingtechnologies.materialscrollbar.R$styleable: int[] ActionBarLayout -androidx.hilt.work.R$id: int accessibility_custom_action_23 -com.google.android.material.R$styleable: int Slider_labelStyle -com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_action_inline_max_width -androidx.appcompat.R$styleable: int MenuItem_actionViewClass -okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Settings okHttpSettings -okio.Buffer: long indexOf(byte) -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight_NoActionBar -com.amap.api.location.AMapLocation: void setPoiName(java.lang.String) -com.google.android.material.bottomnavigation.BottomNavigationView: void setLabelVisibilityMode(int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum: AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum() -androidx.preference.R$styleable: int SwitchPreferenceCompat_android_switchTextOn -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: java.lang.Runnable run -com.google.android.material.R$id: int accessibility_custom_action_5 -androidx.preference.R$color: int error_color_material_dark -androidx.constraintlayout.widget.R$attr: int motionDebug -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: android.graphics.Rect val$clipRect -android.didikee.donate.R$dimen: int abc_text_size_body_1_material -android.didikee.donate.R$color: int abc_btn_colored_borderless_text_material -androidx.appcompat.widget.LinearLayoutCompat: android.graphics.drawable.Drawable getDividerDrawable() -io.reactivex.Observable: io.reactivex.Completable concatMapCompletableDelayError(io.reactivex.functions.Function) -wangdaye.com.geometricweather.R$attr: int maxLines -com.google.android.material.R$styleable: int CompoundButton_buttonTint -com.xw.repo.bubbleseekbar.R$attr: int bsb_second_track_size -androidx.lifecycle.AndroidViewModel: android.app.Application getApplication() -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_horizontalStyle -androidx.preference.R$style: int Widget_AppCompat_ActionBar_TabText -com.google.android.material.R$id: int action_bar_subtitle -okio.BufferedSource: int select(okio.Options) -cyanogenmod.app.CustomTileListenerService: int mCurrentUser -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_rotation -com.xw.repo.bubbleseekbar.R$color: int bright_foreground_disabled_material_light -wangdaye.com.geometricweather.R$attr: int extendMotionSpec -com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton -com.google.gson.stream.JsonWriter: boolean getSerializeNulls() -okhttp3.internal.ws.WebSocketWriter$FrameSink: void close() -androidx.appcompat.R$style: int Widget_Compat_NotificationActionText -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_lastVerticalBias -android.didikee.donate.R$dimen: int hint_alpha_material_light -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorButtonNormal -androidx.constraintlayout.widget.R$color: int abc_background_cache_hint_selector_material_dark -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_barrierDirection -com.turingtechnologies.materialscrollbar.R$dimen: int notification_top_pad_large_text -com.google.android.material.button.MaterialButtonToggleGroup: MaterialButtonToggleGroup(android.content.Context) -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_lightContainer -okhttp3.Cache: java.lang.String key(okhttp3.HttpUrl) -wangdaye.com.geometricweather.R$color: int ripple_material_light -androidx.hilt.R$id: int accessibility_custom_action_26 -androidx.constraintlayout.motion.widget.MotionLayout: int getStartState() -android.didikee.donate.R$attr: int searchViewStyle -io.reactivex.Observable: io.reactivex.Observable generate(java.util.concurrent.Callable,io.reactivex.functions.BiFunction,io.reactivex.functions.Consumer) -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_star_half_black_36dp -com.google.android.material.R$dimen: int design_bottom_navigation_item_max_width -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowNoTitle -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.turingtechnologies.materialscrollbar.R$id: int smallLabel -okhttp3.Response: okhttp3.Request request() -androidx.activity.R$styleable: int GradientColor_android_centerY -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_orderInCategory -com.jaredrummler.android.colorpicker.R$styleable: int[] PopupWindowBackgroundState -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat -james.adaptiveicon.R$style: int Base_Theme_AppCompat_Dialog -com.google.android.material.R$style: int Theme_Design_NoActionBar -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge -android.support.v4.os.ResultReceiver: ResultReceiver(android.os.Parcel) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint: AccuCurrentResult$DewPoint() -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title -okhttp3.internal.cache.DiskLruCache$3: boolean hasNext() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial: double Value -androidx.core.R$attr: int ttcIndex -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionButton -wangdaye.com.geometricweather.R$color: int mtrl_calendar_selected_range -androidx.cardview.R$attr: int cardBackgroundColor -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeCloudCover(java.lang.Integer) -com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_title_divider_material -com.jaredrummler.android.colorpicker.R$style: int Widget_Compat_NotificationActionContainer -com.bumptech.glide.request.RequestCoordinator$RequestState: boolean isComplete -cyanogenmod.power.IPerformanceManager$Stub$Proxy: int getNumberOfProfiles() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu -com.jaredrummler.android.colorpicker.R$drawable: int tooltip_frame_dark -androidx.appcompat.R$attr: int drawableRightCompat -cyanogenmod.hardware.CMHardwareManager: int[] getDisplayGammaCalibration(int) -io.reactivex.internal.disposables.SequentialDisposable: void dispose() -com.turingtechnologies.materialscrollbar.R$attr: int fastScrollHorizontalThumbDrawable -com.google.android.material.R$styleable: int KeyTimeCycle_android_translationZ -okhttp3.internal.connection.ConnectInterceptor: okhttp3.OkHttpClient client -cyanogenmod.app.CustomTile$ExpandedListItem -com.google.android.material.R$styleable: int Layout_layout_constraintLeft_toLeftOf -androidx.constraintlayout.widget.R$attr: int round -cyanogenmod.alarmclock.ClockContract$AlarmsColumns -io.reactivex.Observable: io.reactivex.Observable buffer(long,java.util.concurrent.TimeUnit,int) -cyanogenmod.hardware.CMHardwareManager: int FEATURE_DISPLAY_COLOR_CALIBRATION -androidx.transition.R$attr -androidx.recyclerview.R$id: int line1 -com.tencent.bugly.crashreport.common.info.a: java.lang.String M -androidx.appcompat.widget.AppCompatSpinner: java.lang.CharSequence getPrompt() -com.turingtechnologies.materialscrollbar.R$string: int abc_activitychooserview_choose_application -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_fontVariationSettings -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) -com.google.android.material.chip.ChipGroup: void setSingleSelection(int) -androidx.constraintlayout.widget.R$drawable: int abc_scrubber_control_off_mtrl_alpha -androidx.appcompat.view.menu.MenuPopupHelper -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: boolean hasCompleted() -cyanogenmod.app.suggest.IAppSuggestProvider -wangdaye.com.geometricweather.R$string: int settings_title_precipitation_notification_switch -com.google.android.material.R$string: int material_timepicker_select_time -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_begin -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_icon_3 -com.tencent.bugly.BuglyStrategy: com.tencent.bugly.BuglyStrategy setCrashHandleCallback(com.tencent.bugly.BuglyStrategy$a) -wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.String TABLENAME -james.adaptiveicon.R$attr: int windowNoTitle -androidx.constraintlayout.widget.R$id: int action_context_bar -androidx.appcompat.R$style: int Base_Widget_AppCompat_Button -com.google.android.material.R$styleable: int[] ActionMenuView -okio.GzipSource: byte SECTION_DONE -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void onComplete() -com.google.android.material.R$styleable: int Layout_layout_constraintGuide_begin -wangdaye.com.geometricweather.R$font: R$font() -wangdaye.com.geometricweather.R$integer: int mtrl_btn_anim_duration_ms -wangdaye.com.geometricweather.R$styleable: int[] AppBarLayout -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: io.reactivex.ObservableSource source -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setLabel(int) -androidx.preference.SwitchPreferenceCompat -cyanogenmod.profiles.BrightnessSettings: cyanogenmod.profiles.BrightnessSettings fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceHeadline1 -androidx.appcompat.R$attr: int listPreferredItemPaddingStart -wangdaye.com.geometricweather.R$drawable: int weather_rain_mini_xml -androidx.preference.R$styleable: int ActionBar_itemPadding -com.google.android.material.R$string: int hide_bottom_view_on_scroll_behavior -cyanogenmod.providers.CMSettings$System$2: CMSettings$System$2() -cyanogenmod.weather.CMWeatherManager$2$2: int val$status -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: java.lang.String MobileLink -com.jaredrummler.android.colorpicker.R$layout: int abc_list_menu_item_layout -android.didikee.donate.R$drawable: int abc_list_pressed_holo_dark -androidx.vectordrawable.R$layout -james.adaptiveicon.R$drawable: int abc_ic_star_half_black_48dp -wangdaye.com.geometricweather.db.entities.DailyEntityDao: wangdaye.com.geometricweather.db.converters.WeatherCodeConverter nighttimeWeatherCodeConverter -com.turingtechnologies.materialscrollbar.R$color: int primary_dark_material_dark -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: boolean done -androidx.appcompat.R$attr: int autoSizeMinTextSize -wangdaye.com.geometricweather.R$color: int colorTextAlert -androidx.hilt.R$id: int notification_background -androidx.swiperefreshlayout.R$style: R$style() -com.amap.api.location.AMapLocation: float getAccuracy() -com.google.android.material.circularreveal.cardview.CircularRevealCardView: int getCircularRevealScrimColor() -androidx.constraintlayout.helper.widget.Flow: void setOrientation(int) -androidx.customview.R$dimen: int notification_small_icon_background_padding -com.turingtechnologies.materialscrollbar.R$dimen: int notification_media_narrow_margin -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$7 -com.xw.repo.bubbleseekbar.R$layout: int abc_list_menu_item_checkbox -com.bumptech.glide.integration.okhttp.R$layout: int notification_template_part_time -androidx.constraintlayout.widget.R$attr: int customIntegerValue -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property Date -okhttp3.Address: okhttp3.CertificatePinner certificatePinner() -androidx.constraintlayout.widget.R$id: int tag_accessibility_clickable_spans -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Metric: java.lang.String Unit -androidx.preference.R$style: int ThemeOverlay_AppCompat_Light -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: io.reactivex.internal.fuseable.SimpleQueue queue -androidx.appcompat.resources.R$attr: int ttcIndex -org.greenrobot.greendao.database.DatabaseOpenHelper: int version -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents -com.google.android.material.R$id: int list_item -androidx.appcompat.R$id: int accessibility_custom_action_25 -androidx.lifecycle.LifecycleRegistry: void removeObserver(androidx.lifecycle.LifecycleObserver) -wangdaye.com.geometricweather.R$drawable: int abc_textfield_search_activated_mtrl_alpha -wangdaye.com.geometricweather.db.entities.HourlyEntity: boolean getDaylight() -wangdaye.com.geometricweather.R$styleable: int Transition_constraintSetStart -androidx.preference.R$attr: int titleTextAppearance -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: boolean cancelled -androidx.preference.PreferenceManager -androidx.transition.R$id: int actions -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintBottom_toTopOf -com.google.android.material.R$styleable: int Chip_chipIcon -wangdaye.com.geometricweather.R$styleable: int Constraint_android_transformPivotX -wangdaye.com.geometricweather.R$string: int content_desc_back -androidx.preference.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset -android.didikee.donate.R$style: int Widget_AppCompat_CompoundButton_RadioButton -wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: java.lang.String getPollenVoice(android.content.Context,java.lang.Integer) -cyanogenmod.app.suggest.IAppSuggestProvider$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -androidx.fragment.R$id: int accessibility_custom_action_30 -okhttp3.Route: okhttp3.Address address -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_PSK_WITH_RC4_128_SHA -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: boolean isDisposed() -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.String weatherIcon -com.turingtechnologies.materialscrollbar.R$id: int tag_unhandled_key_listeners -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$TotalLiquid: java.lang.String Unit -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData this$0 -android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceListItemSmall -james.adaptiveicon.R$color: int abc_search_url_text_selected -com.turingtechnologies.materialscrollbar.R$styleable: int[] RecyclerView -com.google.android.material.R$color: int abc_decor_view_status_guard -wangdaye.com.geometricweather.R$drawable: int tooltip_frame_light -wangdaye.com.geometricweather.R$animator: int weather_hail_2 -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder followSslRedirects(boolean) -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_onClick -com.xw.repo.bubbleseekbar.R$attr: int bsb_track_size -okio.RealBufferedSource$1: int read(byte[],int,int) -cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: java.lang.String LABEL -org.greenrobot.greendao.AbstractDao: void refresh(java.lang.Object) -com.xw.repo.bubbleseekbar.R$styleable: int[] Toolbar -androidx.appcompat.widget.Toolbar: java.lang.CharSequence getNavigationContentDescription() -androidx.activity.R$dimen: int compat_button_padding_horizontal_material -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_android_checkable -wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List minutelyForecast -com.google.android.material.R$attr: int layout_constrainedWidth -androidx.vectordrawable.animated.R$layout: int notification_template_icon_group -com.jaredrummler.android.colorpicker.R$styleable: int FontFamily_fontProviderFetchTimeout -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: io.reactivex.internal.util.AtomicThrowable error -okhttp3.internal.platform.Platform: okhttp3.internal.platform.Platform findJvmPlatform() -com.google.android.material.R$styleable: int AnimatedStateListDrawableItem_android_id -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_placeholderText -cyanogenmod.providers.CMSettings$System: java.lang.String HEADSET_CONNECT_PLAYER -com.google.android.material.R$dimen: int abc_text_size_headline_material -okhttp3.ResponseBody$BomAwareReader: okio.BufferedSource source -com.bumptech.glide.integration.okhttp.R$id: int left -okhttp3.Protocol: okhttp3.Protocol H2_PRIOR_KNOWLEDGE -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: ObservableMergeWithMaybe$MergeWithObserver(io.reactivex.Observer) -androidx.constraintlayout.widget.R$styleable: int MotionHelper_onShow -io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: long serialVersionUID -io.reactivex.Observable: io.reactivex.Completable switchMapCompletable(io.reactivex.functions.Function) -com.google.android.material.R$color: int mtrl_tabs_icon_color_selector -wangdaye.com.geometricweather.R$font: int product_sans_light -cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_QUICK_QS_PULLDOWN -androidx.constraintlayout.widget.R$attr: int layout_constraintLeft_creator -androidx.hilt.work.R$style: int Widget_Compat_NotificationActionContainer -androidx.preference.R$styleable: int[] LinearLayoutCompat_Layout -com.google.android.material.R$string: int exposed_dropdown_menu_content_description -wangdaye.com.geometricweather.R$drawable: int weather_snow_pixel -james.adaptiveicon.R$styleable: int AppCompatTheme_buttonBarStyle -androidx.constraintlayout.widget.R$drawable: int btn_checkbox_unchecked_to_checked_mtrl_animation -androidx.hilt.work.R$styleable: int GradientColor_android_type -cyanogenmod.profiles.ConnectionSettings: int mValue -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial: int UnitType -wangdaye.com.geometricweather.R$attr: int isPreferenceVisible -cyanogenmod.platform.R$attr -android.didikee.donate.R$color: int abc_color_highlight_material -com.turingtechnologies.materialscrollbar.R$styleable: int[] AppBarLayoutStates -androidx.constraintlayout.widget.R$attr: int titleTextStyle -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Speed: AccuDailyResult$DailyForecasts$Night$WindGust$Speed() -androidx.vectordrawable.animated.R$layout -wangdaye.com.geometricweather.R$drawable: int weather_thunder -androidx.fragment.R$string: int status_bar_notification_info_overflow -com.google.android.material.R$anim: int btn_checkbox_to_checked_box_outer_merged_animation -wangdaye.com.geometricweather.R$layout: int mtrl_alert_dialog_title -okhttp3.internal.Internal: okhttp3.internal.connection.StreamAllocation streamAllocation(okhttp3.Call) -com.xw.repo.bubbleseekbar.R$id: int image -com.tencent.bugly.crashreport.BuglyLog: void setCache(int) -androidx.appcompat.resources.R$styleable: int FontFamily_fontProviderCerts -androidx.appcompat.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle -com.google.android.material.R$attr: int dragDirection -wangdaye.com.geometricweather.R$integer: int cpv_default_progress -android.didikee.donate.R$attr: int listLayout -io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(int) -androidx.appcompat.resources.R$id: int accessibility_custom_action_15 -androidx.appcompat.R$attr: int seekBarStyle -james.adaptiveicon.R$id: int info -androidx.constraintlayout.utils.widget.ImageFilterButton: float getSaturation() -androidx.core.R$styleable: int[] GradientColorItem -com.bumptech.glide.R$id: int start -androidx.appcompat.widget.Toolbar: java.lang.CharSequence getCollapseContentDescription() -androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_fontVariationSettings -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_anim_duration -androidx.appcompat.R$drawable: int abc_ratingbar_material -androidx.dynamicanimation.R$styleable: int GradientColor_android_endColor -androidx.preference.R$style: int Widget_AppCompat_TextView_SpinnerItem -com.bumptech.glide.integration.okhttp.R$id: int none -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_summaryOn -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeCloudCover -androidx.lifecycle.ReportFragment: void dispatchCreate(androidx.lifecycle.ReportFragment$ActivityInitializationListener) -cyanogenmod.providers.CMSettings$System: java.lang.String KEY_ASSIST_ACTION -com.google.android.material.R$attr: int actionModeBackground -com.google.android.material.R$attr: int tabTextColor -cyanogenmod.providers.CMSettings$Global: float getFloatForUser(android.content.ContentResolver,java.lang.String,int) -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_star_half_black_48dp -com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_android_positiveButtonText -androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType: androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType START -androidx.constraintlayout.widget.R$dimen: int abc_text_size_title_material -wangdaye.com.geometricweather.R$styleable: int OnSwipe_touchRegionId -com.google.android.material.R$id: int uniform -wangdaye.com.geometricweather.R$id: int customPanel -android.didikee.donate.R$styleable: int Toolbar_contentInsetEndWithActions -cyanogenmod.app.CustomTile$ExpandedGridItem: void setExpandedGridItemTitle(java.lang.String) -com.google.gson.stream.JsonReader: boolean skipTo(java.lang.String) -androidx.customview.R$styleable: int FontFamilyFont_android_fontStyle -androidx.coordinatorlayout.R$id: int accessibility_custom_action_14 -androidx.constraintlayout.widget.R$drawable: int notify_panel_notification_icon_bg -com.google.android.material.R$style: int Theme_MaterialComponents_Bridge -cyanogenmod.externalviews.KeyguardExternalView: void onScreenTurnedOff() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setModifyInHour(boolean) -androidx.preference.R$styleable: int AlertDialog_listLayout -androidx.lifecycle.ViewModelProvider: ViewModelProvider(androidx.lifecycle.ViewModelStore,androidx.lifecycle.ViewModelProvider$Factory) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Imperial: int UnitType -androidx.appcompat.R$attr: int lineHeight -wangdaye.com.geometricweather.R$attr: int constraintSet -androidx.constraintlayout.widget.R$id: int custom -wangdaye.com.geometricweather.R$styleable: int[] KeyAttribute -cyanogenmod.externalviews.KeyguardExternalViewProviderService: void onCreate() -wangdaye.com.geometricweather.background.polling.permanent.observer.TimeObserverService: TimeObserverService() -androidx.preference.R$style: int TextAppearance_AppCompat_Headline -androidx.hilt.R$attr: int fontWeight -androidx.appcompat.R$styleable: int Toolbar_popupTheme -androidx.legacy.coreutils.R$id: int right_icon -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onScreenTurnedOn() -android.didikee.donate.R$styleable: int AppCompatTheme_dividerHorizontal -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: AccuAlertResult() -com.google.android.material.R$styleable: int AlertDialog_listItemLayout -com.jaredrummler.android.colorpicker.R$attr: int cpv_borderColor -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWindDirection(java.lang.String) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: long getUpdateTime() -androidx.hilt.R$styleable: int FontFamily_fontProviderCerts -androidx.preference.R$id: int seekbar_value -com.google.android.material.R$attr: int layout_anchorGravity -androidx.preference.R$attr: int expandActivityOverflowButtonDrawable -james.adaptiveicon.R$layout: int abc_screen_simple -james.adaptiveicon.R$id: int scrollIndicatorDown -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_padding_right -okhttp3.Response: long sentRequestAtMillis() -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large -com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawable_android_exitFadeDuration -androidx.appcompat.R$drawable: int abc_btn_check_material -androidx.preference.R$attr: int measureWithLargestChild -com.google.android.material.R$attr: int motionDebug -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_popupWindowStyle -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat -androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_scaleY -io.reactivex.internal.util.AtomicThrowable: boolean isTerminated() -wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_ActionBar -androidx.constraintlayout.widget.R$attr: int customBoolean -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_MULTIPLE_LEDS_ENABLE -wangdaye.com.geometricweather.R$dimen: int mtrl_fab_translation_z_pressed -com.google.android.material.textfield.TextInputLayout: void setEndIconCheckable(boolean) -okio.SegmentedByteString: void write(java.io.OutputStream) -cyanogenmod.library.R$styleable: int LiveLockScreen_type -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_9 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric: double Value -com.google.android.material.floatingactionbutton.FloatingActionButton: void setCompatHoveredFocusedTranslationZ(float) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX: CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX() -cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener -androidx.preference.R$drawable: int abc_textfield_activated_mtrl_alpha -com.turingtechnologies.materialscrollbar.R$string: int fab_transformation_sheet_behavior -androidx.constraintlayout.widget.R$id: int staticLayout -wangdaye.com.geometricweather.R$array: int language_values -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_go_search_api_material -androidx.constraintlayout.widget.R$attr: int arrowShaftLength -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_7 -androidx.lifecycle.LifecycleDispatcher$DispatcherActivityCallback: void onActivityCreated(android.app.Activity,android.os.Bundle) -com.xw.repo.bubbleseekbar.R$color: int secondary_text_default_material_light -android.didikee.donate.R$style: int Base_Widget_AppCompat_RatingBar_Indicator -james.adaptiveicon.R$attr: int alertDialogButtonGroupStyle -okio.Okio$4: Okio$4(java.net.Socket) -com.xw.repo.bubbleseekbar.R$attr: int switchMinWidth -com.google.android.material.textfield.TextInputLayout: void setStartIconOnLongClickListener(android.view.View$OnLongClickListener) -com.google.android.material.appbar.HeaderBehavior: HeaderBehavior() -com.google.android.material.R$dimen: int mtrl_extended_fab_disabled_translation_z -com.tencent.bugly.crashreport.crash.b: int a -com.jaredrummler.android.colorpicker.R$drawable: int cpv_alpha -androidx.preference.R$dimen: int compat_control_corner_material -com.tencent.bugly.proguard.v: boolean a(com.tencent.bugly.proguard.an,com.tencent.bugly.crashreport.common.info.a,com.tencent.bugly.crashreport.common.strategy.a) -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: ObservableZip$ZipCoordinator(io.reactivex.Observer,io.reactivex.functions.Function,int,boolean) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String windSpeedStart -com.tencent.bugly.crashreport.common.info.a: void c(java.lang.String) -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void complete() -retrofit2.Response -android.didikee.donate.R$styleable: int PopupWindow_android_popupBackground -wangdaye.com.geometricweather.R$styleable: int[] ListPopupWindow -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_BOOT_ANIM -org.greenrobot.greendao.AbstractDao: void save(java.lang.Object) -wangdaye.com.geometricweather.R$drawable: int notif_temp_1 -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Direction Direction -io.reactivex.Observable: io.reactivex.Observable groupBy(io.reactivex.functions.Function) -android.support.v4.app.INotificationSideChannel: void cancelAll(java.lang.String) -com.tencent.bugly.BuglyStrategy: com.tencent.bugly.BuglyStrategy setLibBuglySOFilePath(java.lang.String) -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setDewPoint(java.lang.Integer) -androidx.preference.R$style: int Widget_AppCompat_Light_ActionButton -com.amap.api.location.AMapLocation: int LOCATION_TYPE_OFFLINE -okhttp3.internal.cache.CacheStrategy$Factory: int ageSeconds -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Large -androidx.viewpager2.R$styleable: int FontFamilyFont_android_ttcIndex -com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_tileMode -okhttp3.internal.http2.Http2Reader: okhttp3.internal.http2.Hpack$Reader hpackReader -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: long serialVersionUID -com.turingtechnologies.materialscrollbar.R$attr: int fontProviderAuthority -wangdaye.com.geometricweather.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow -androidx.appcompat.R$attr: int listPreferredItemHeight -androidx.legacy.coreutils.R$id: int icon_group -okhttp3.internal.http2.Header: java.lang.String toString() -wangdaye.com.geometricweather.R$attr: int altSrc -androidx.viewpager.R$id: int time -androidx.appcompat.R$attr: int showText -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_paddingLeft -okhttp3.Cache: long maxSize() -wangdaye.com.geometricweather.R$attr: int positiveButtonText -okhttp3.logging.HttpLoggingInterceptor$Logger$1: HttpLoggingInterceptor$Logger$1() -androidx.appcompat.widget.AppCompatImageView: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.UV uv -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_pathMotionArc -androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: AppCompatMultiAutoCompleteTextView(android.content.Context) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean getNames() -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AppBarLayout_PrimarySurface -cyanogenmod.weather.WeatherLocation: boolean equals(java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int[] Badge -wangdaye.com.geometricweather.R$styleable: int ChipGroup_chipSpacingHorizontal -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setWifiScan(boolean) -androidx.dynamicanimation.R$style -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Button -androidx.lifecycle.LifecycleRegistry$1: int[] $SwitchMap$androidx$lifecycle$Lifecycle$State -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -wangdaye.com.geometricweather.R$layout: int mtrl_calendar_horizontal -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarDivider -com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_multiChoiceItemLayout -com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver: android.content.Context b(com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver) -androidx.core.R$styleable: int FontFamilyFont_ttcIndex -james.adaptiveicon.R$color: int background_material_dark -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.Wind getWind() -com.google.android.material.R$styleable: int Constraint_layout_constraintCircle -androidx.viewpager.R$dimen: int notification_media_narrow_margin -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void onNext(java.lang.Object) -org.greenrobot.greendao.AbstractDaoSession: void delete(java.lang.Object) -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: boolean access$702(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl,boolean) -com.google.android.material.R$attr: int listPreferredItemHeightLarge -androidx.lifecycle.SavedStateViewModelFactory: java.lang.Class[] VIEWMODEL_SIGNATURE -wangdaye.com.geometricweather.R$attr: int helperText -okio.Timeout: long deadlineNanoTime() -james.adaptiveicon.R$dimen: int abc_text_size_menu_header_material -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_SeekBar -retrofit2.RequestBuilder: void addHeaders(okhttp3.Headers) -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeSnowPrecipitationDuration(java.lang.Float) -androidx.hilt.R$dimen: int notification_top_pad_large_text -androidx.appcompat.R$id: int accessibility_custom_action_7 -wangdaye.com.geometricweather.R$layout: int widget_day_week_tile -com.google.android.material.R$id: int icon_group -androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerView$LayoutManager getLayoutManager() -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_counterOverflowTextAppearance -wangdaye.com.geometricweather.common.rxjava.BaseObserver: void onSucceed(java.lang.Object) -okio.GzipSource: void consumeTrailer() -androidx.coordinatorlayout.R$layout: int notification_action_tombstone -okhttp3.internal.http1.Http1Codec$ChunkedSource: okhttp3.HttpUrl url -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) -wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.DailyEntity,long) -okio.Segment: byte[] data -android.didikee.donate.R$color: int background_floating_material_light -androidx.appcompat.R$attr: int actionModeCloseDrawable -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_27 -androidx.preference.R$dimen: int abc_alert_dialog_button_dimen -androidx.recyclerview.R$styleable: int GradientColor_android_centerColor -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemMaxLines -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Weather weather -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: float getMilliMeters(float) -com.google.android.material.R$style: int Widget_AppCompat_Spinner_DropDown -androidx.appcompat.R$attr: int listLayout -androidx.recyclerview.R$style -cyanogenmod.app.suggest.AppSuggestManager: android.graphics.drawable.Drawable loadIcon(cyanogenmod.app.suggest.ApplicationSuggestion) -com.xw.repo.bubbleseekbar.R$color: int background_material_light -androidx.appcompat.R$color: int material_deep_teal_500 -wangdaye.com.geometricweather.R$style: int Theme_Design_NoActionBar -com.tencent.bugly.crashreport.crash.anr.TraceFileHelper$a: TraceFileHelper$a() -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle -androidx.vectordrawable.R$attr: int fontProviderCerts -androidx.vectordrawable.animated.R$id -okio.Timeout: okio.Timeout clearDeadline() -com.tencent.bugly.crashreport.CrashReport$UserStrategy: com.tencent.bugly.crashreport.CrashReport$CrashHandleCallback getCrashHandleCallback() -androidx.loader.R$id: int text -androidx.appcompat.R$styleable: int SearchView_voiceIcon -androidx.hilt.R$styleable: int[] ColorStateListItem -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int level -com.jaredrummler.android.colorpicker.R$attr: int editTextStyle -wangdaye.com.geometricweather.R$attr: int selectableItemBackground -cyanogenmod.hardware.ICMHardwareService: boolean registerThermalListener(cyanogenmod.hardware.IThermalListenerCallback) -com.tencent.bugly.crashreport.common.info.a: boolean y -retrofit2.adapter.rxjava2.CallExecuteObservable$CallDisposable: boolean isDisposed() -wangdaye.com.geometricweather.R$id: int item_icon_provider_get_more_gitHub -wangdaye.com.geometricweather.R$string: int key_alert_notification_switch -com.tencent.bugly.crashreport.common.info.PlugInBean: java.lang.String toString() -com.google.android.material.R$style: int Theme_AppCompat_Light_Dialog_Alert -com.google.android.material.chip.Chip: void setCheckedIconEnabled(boolean) -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SMOKY -cyanogenmod.app.CustomTile$ExpandedStyle: cyanogenmod.app.CustomTile$ExpandedItem[] getExpandedItems() -wangdaye.com.geometricweather.R$style: int Widget_Design_FloatingActionButton -io.reactivex.Observable: io.reactivex.Observable mergeDelayError(io.reactivex.ObservableSource,io.reactivex.ObservableSource) -retrofit2.HttpException: int code -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: ObservableSwitchMap$SwitchMapObserver(io.reactivex.Observer,io.reactivex.functions.Function,int,boolean) -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningMaxCountItems: int count -android.didikee.donate.R$dimen: int highlight_alpha_material_dark -com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawableItem_android_drawable -wangdaye.com.geometricweather.R$id: int action_menu_presenter -okhttp3.internal.io.FileSystem: void rename(java.io.File,java.io.File) -cyanogenmod.weather.CMWeatherManager: android.os.Handler mHandler -com.xw.repo.bubbleseekbar.R$color: int abc_secondary_text_material_dark -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_icon -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String INSTALL_STATE -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_d -com.tencent.bugly.crashreport.crash.c: boolean b -wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig locationEntityDaoConfig -com.google.android.material.R$styleable: int AppCompatTheme_windowMinWidthMinor -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle -androidx.lifecycle.extensions.R$layout: int notification_template_icon_group -com.tencent.bugly.crashreport.crash.jni.NativeExceptionHandler: com.tencent.bugly.crashreport.crash.CrashDetailBean packageCrashDatas(java.lang.String,java.lang.String,long,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,byte[],java.util.Map,boolean,boolean) -james.adaptiveicon.R$dimen: int notification_top_pad -com.google.android.material.R$styleable: int AlertDialog_singleChoiceItemLayout -com.turingtechnologies.materialscrollbar.R$dimen: int abc_button_inset_vertical_material -com.turingtechnologies.materialscrollbar.R$dimen: int fastscroll_margin -androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State[] values() -androidx.constraintlayout.widget.R$bool -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -okhttp3.OkHttpClient: java.util.List networkInterceptors() -wangdaye.com.geometricweather.R$attr: int thickness -wangdaye.com.geometricweather.R$styleable: int Variant_region_widthLessThan -com.google.android.material.R$styleable: int OnSwipe_touchRegionId -wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String getType() -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void execute() -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_weight -androidx.lifecycle.DefaultLifecycleObserver: void onStart(androidx.lifecycle.LifecycleOwner) -retrofit2.Platform$Android$MainThreadExecutor: Platform$Android$MainThreadExecutor() -wangdaye.com.geometricweather.R$string: int on -io.reactivex.internal.disposables.ArrayCompositeDisposable -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub$Proxy: android.os.IBinder asBinder() -okhttp3.Dispatcher: int getMaxRequests() -wangdaye.com.geometricweather.R$attr: int fontFamily -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_title -androidx.preference.R$style: int Widget_AppCompat_DrawerArrowToggle -okhttp3.Challenge: Challenge(java.lang.String,java.util.Map) -androidx.coordinatorlayout.R$attr: int layout_dodgeInsetEdges -androidx.work.R$id: int action_container -wangdaye.com.geometricweather.common.basic.models.weather.Alert: long alertId -com.google.android.material.R$layout: int mtrl_picker_header_selection_text -androidx.preference.R$dimen: int hint_pressed_alpha_material_dark -android.didikee.donate.R$styleable: int AppCompatTheme_controlBackground -androidx.preference.internal.PreferenceImageView -com.turingtechnologies.materialscrollbar.R$drawable: int abc_scrubber_control_off_mtrl_alpha -android.didikee.donate.R$attr: int closeIcon -androidx.constraintlayout.widget.R$attr: int autoCompleteTextViewStyle -androidx.appcompat.R$attr: int buttonBarPositiveButtonStyle -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_corner_radius -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Small_Inverse -wangdaye.com.geometricweather.R$id: int mtrl_child_content_container -cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks: boolean requestDismissAndStartActivity(android.content.Intent) -io.reactivex.exceptions.CompositeException: java.util.List exceptions -wangdaye.com.geometricweather.weather.apis.CNWeatherApi -com.jaredrummler.android.colorpicker.R$style: int Animation_AppCompat_Tooltip -android.didikee.donate.R$attr: int actionOverflowButtonStyle -androidx.constraintlayout.widget.R$color: int bright_foreground_inverse_material_light -com.turingtechnologies.materialscrollbar.R$attr: int backgroundSplit -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.lang.String getWeatherText() -androidx.transition.R$id: int blocking -com.bumptech.glide.integration.okhttp.R$attr: int layout_insetEdge -com.tencent.bugly.proguard.ap: int i -okhttp3.internal.platform.Platform: okhttp3.internal.platform.Platform get() -androidx.hilt.work.R$id: int accessibility_custom_action_6 -androidx.transition.R$dimen: int notification_large_icon_height -com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_BottomSheet_Modal -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float ice -com.google.android.material.R$styleable: int Transition_constraintSetStart -wangdaye.com.geometricweather.remoteviews.config.ClockDayDetailsWidgetConfigActivity: ClockDayDetailsWidgetConfigActivity() -androidx.constraintlayout.widget.R$id: int icon_group -com.xw.repo.bubbleseekbar.R$attr: int bsb_second_track_color -retrofit2.adapter.rxjava2.Result -android.didikee.donate.R$attr: int actionModeCloseButtonStyle -wangdaye.com.geometricweather.R$color: int design_dark_default_color_background -androidx.drawerlayout.R$dimen: int compat_notification_large_icon_max_width -wangdaye.com.geometricweather.R$styleable: int Transform_android_rotation -com.turingtechnologies.materialscrollbar.R$id: int item_touch_helper_previous_elevation -io.reactivex.internal.util.VolatileSizeArrayList: int lastIndexOf(java.lang.Object) -cyanogenmod.weather.CMWeatherManager$2$2: cyanogenmod.weather.CMWeatherManager$2 this$1 -io.reactivex.internal.observers.BlockingObserver: void onNext(java.lang.Object) -okhttp3.Headers$Builder: okhttp3.Headers$Builder addAll(okhttp3.Headers) -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.identityscope.IdentityScope identityScope -androidx.preference.PreferenceManager: void setOnPreferenceTreeClickListener(androidx.preference.PreferenceManager$OnPreferenceTreeClickListener) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeShareDrawable -com.turingtechnologies.materialscrollbar.R$color: int abc_secondary_text_material_light -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense -cyanogenmod.weatherservice.IWeatherProviderService -com.jaredrummler.android.colorpicker.R$attr: int listDividerAlertDialog -com.google.android.material.R$attr: int boxCornerRadiusBottomStart -androidx.lifecycle.SavedStateHandle: java.lang.Object remove(java.lang.String) -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_minHeight -wangdaye.com.geometricweather.R$layout: int item_weather_daily_margin -com.tencent.bugly.crashreport.biz.UserInfoBean: long k -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: void collapseNotificationPanel() -io.reactivex.observers.TestObserver$EmptyObserver: io.reactivex.observers.TestObserver$EmptyObserver valueOf(java.lang.String) -wangdaye.com.geometricweather.main.utils.MainPalette: android.os.Parcelable$Creator CREATOR -io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: long serialVersionUID -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: int SourceId -okhttp3.logging.HttpLoggingInterceptor: HttpLoggingInterceptor(okhttp3.logging.HttpLoggingInterceptor$Logger) -com.google.android.material.R$dimen: int mtrl_high_ripple_pressed_alpha -cyanogenmod.app.suggest.ApplicationSuggestion: int describeContents() -androidx.recyclerview.R$string -androidx.preference.R$drawable: int abc_ic_arrow_drop_right_black_24dp -androidx.drawerlayout.R$styleable: int GradientColor_android_tileMode -androidx.core.R$drawable: int notification_bg -androidx.preference.R$drawable: int notification_icon_background -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ProgressBar -androidx.core.R$dimen: int notification_right_side_padding_top -com.turingtechnologies.materialscrollbar.R$color: int abc_btn_colored_text_material -androidx.constraintlayout.widget.R$attr: int layout -cyanogenmod.app.BaseLiveLockManagerService: void notifyChangeListeners(cyanogenmod.app.LiveLockScreenInfo) -cyanogenmod.externalviews.KeyguardExternalView$3: int val$width -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder removeAllEncodedQueryParameters(java.lang.String) -okhttp3.internal.ws.RealWebSocket$Message: int formatOpcode -androidx.preference.R$styleable: int MenuItem_android_menuCategory -com.google.android.material.R$styleable: int ScrollingViewBehavior_Layout_behavior_overlapTop -com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_listItemLayout -wangdaye.com.geometricweather.R$animator: int mtrl_extended_fab_state_list_animator -cyanogenmod.power.IPerformanceManager: void cpuBoost(int) -wangdaye.com.geometricweather.background.polling.basic.ForegroundUpdateService -com.google.android.material.R$styleable: int AppCompatTheme_panelMenuListTheme -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Menu -androidx.appcompat.R$styleable: int FontFamily_fontProviderQuery -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float getCeiling() -com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage ENCODE -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarTheme -james.adaptiveicon.R$bool: int abc_config_actionMenuItemAllCaps -com.tencent.bugly.proguard.a: void a(byte[]) -com.xw.repo.bubbleseekbar.R$drawable: int tooltip_frame_dark -com.tencent.bugly.proguard.q: int b -androidx.constraintlayout.widget.R$attr: int fontProviderFetchTimeout -com.google.android.gms.signin.internal.zag: android.os.Parcelable$Creator CREATOR -okhttp3.Response: okhttp3.Response networkResponse -androidx.lifecycle.MediatorLiveData$Source: void unplug() -androidx.preference.R$attr: int actionModeCopyDrawable -com.google.android.material.R$styleable: int AppCompatTheme_searchViewStyle -wangdaye.com.geometricweather.R$styleable: int[] LiveLockScreen -wangdaye.com.geometricweather.R$layout: int dialog_time_setter -androidx.legacy.coreutils.R$styleable: int FontFamily_fontProviderCerts -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator TOUCHSCREEN_GESTURE_HAPTIC_FEEDBACK_VALIDATOR -io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: void truncate() -android.didikee.donate.R$dimen: int abc_panel_menu_list_width -com.google.android.material.R$styleable: int KeyCycle_waveShape -androidx.appcompat.widget.ActionBarOverlayLayout: ActionBarOverlayLayout(android.content.Context,android.util.AttributeSet) -androidx.hilt.R$layout: int notification_template_icon_group -wangdaye.com.geometricweather.R$layout: int mtrl_calendar_days_of_week -com.google.android.gms.base.R$color -androidx.appcompat.resources.R$styleable: int StateListDrawable_android_dither -com.google.android.material.R$attr: int layout_goneMarginStart -cyanogenmod.hardware.CMHardwareManager: int FEATURE_HIGH_TOUCH_SENSITIVITY -androidx.appcompat.R$integer -androidx.fragment.R$drawable: int notification_bg_normal_pressed -com.xw.repo.bubbleseekbar.R$attr: int titleTextColor -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: java.lang.String CountryID -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer ragweedLevel -androidx.appcompat.R$dimen: int disabled_alpha_material_light -cyanogenmod.app.Profile$Type: Profile$Type() -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) -io.reactivex.Observable: io.reactivex.Observable timeInterval(java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -androidx.legacy.coreutils.R$styleable: int GradientColor_android_centerColor -cyanogenmod.weather.RequestInfo: java.lang.String getCityName() -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property ApparentTemperature -wangdaye.com.geometricweather.R$styleable: int KeyCycle_waveOffset -androidx.appcompat.R$id: int line3 -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight -wangdaye.com.geometricweather.R$styleable: int BottomAppBar_fabAnimationMode -okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection$Builder socket(java.net.Socket,java.lang.String,okio.BufferedSource,okio.BufferedSink) -wangdaye.com.geometricweather.R$drawable: int abc_list_selector_disabled_holo_light -james.adaptiveicon.R$style: int Widget_AppCompat_ButtonBar_AlertDialog -okhttp3.internal.tls.DistinguishedNameParser: java.lang.String findMostSpecific(java.lang.String) -androidx.constraintlayout.widget.R$style: int AlertDialog_AppCompat -wangdaye.com.geometricweather.R$color: int material_slider_halo_color -com.google.android.material.R$dimen: int mtrl_calendar_day_horizontal_padding -com.google.android.material.R$style: int Theme_AppCompat_Dialog_MinWidth -com.google.android.material.R$styleable: int MaterialButton_backgroundTint -android.didikee.donate.R$styleable: int AppCompatTextView_fontFamily -io.reactivex.disposables.RunnableDisposable: void onDisposed(java.lang.Runnable) -okhttp3.Headers: java.util.Map toMultimap() -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_EditText -com.tencent.bugly.crashreport.common.info.a: void b(boolean) -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_subtitle -com.google.android.material.R$styleable: int[] KeyTrigger -com.google.android.material.R$style: int Widget_AppCompat_PopupWindow -androidx.core.R$dimen: int compat_button_inset_vertical_material -wangdaye.com.geometricweather.R$color: int colorTextDark -com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Title_Text -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_chainStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: java.util.List getIndices() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.util.Date getPubTime() -com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat -wangdaye.com.geometricweather.R$color: int material_blue_grey_800 -io.reactivex.Observable: io.reactivex.Observable groupJoin(io.reactivex.ObservableSource,io.reactivex.functions.Function,io.reactivex.functions.Function,io.reactivex.functions.BiFunction) -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse -androidx.preference.R$style: int Base_Widget_AppCompat_Toolbar -androidx.viewpager.R$dimen: int compat_button_inset_horizontal_material -okhttp3.internal.http2.Header: java.lang.String TARGET_METHOD_UTF8 -okhttp3.MediaType: java.lang.String charset -okhttp3.internal.cache2.FileOperator: FileOperator(java.nio.channels.FileChannel) -androidx.preference.R$styleable: int GradientColorItem_android_offset -androidx.recyclerview.R$id: int accessibility_custom_action_21 -androidx.appcompat.R$id: int search_voice_btn -android.didikee.donate.R$style: int Theme_AppCompat_Dialog_Alert -androidx.constraintlayout.widget.R$styleable: int TextAppearance_textAllCaps -okhttp3.Credentials -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Metric Metric -okio.RealBufferedSource: java.io.InputStream inputStream() -androidx.appcompat.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle -com.tencent.bugly.crashreport.crash.a: boolean e -com.google.android.material.R$styleable: int MaterialButton_strokeColor -com.amap.api.location.AMapLocationClientOption$AMapLocationMode: com.amap.api.location.AMapLocationClientOption$AMapLocationMode Battery_Saving -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceGroup_orderingFromXml -android.didikee.donate.R$styleable: int TextAppearance_android_shadowDx -androidx.preference.R$layout: int abc_tooltip -com.google.android.gms.auth.api.signin.internal.GoogleSignInOptionsExtensionParcelable: android.os.Parcelable$Creator CREATOR -com.google.android.material.R$attr: int autoSizeMinTextSize -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: CaiYunMainlyResult$ForecastHourlyBean() -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: java.lang.String Source -cyanogenmod.externalviews.ExternalViewProperties: int getHeight() -android.didikee.donate.R$attr: int maxButtonHeight -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHeight_percent -okhttp3.internal.cache.DiskLruCache$Editor: void detach() -androidx.loader.R$drawable: int notification_tile_bg -androidx.preference.R$dimen: int abc_button_padding_horizontal_material -io.reactivex.Observable: io.reactivex.Observable throttleLatest(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -wangdaye.com.geometricweather.R$drawable: int widget_trend_daily -com.tencent.bugly.proguard.u: void a(int,int,byte[],java.lang.String,java.lang.String,com.tencent.bugly.proguard.t,int,int,boolean,java.util.Map) -com.turingtechnologies.materialscrollbar.R$style: int Base_AlertDialog_AppCompat -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void dispose() -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result: MfForecastV2Result() -okio.GzipSink: java.util.zip.Deflater deflater -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Speed: double Value -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: java.lang.String feelslike_c -wangdaye.com.geometricweather.R$styleable: int AppCompatSeekBar_android_thumb -wangdaye.com.geometricweather.R$drawable: int ic_pm -wangdaye.com.geometricweather.R$drawable: int notif_temp_109 -androidx.customview.R$layout: int notification_template_part_time -com.tencent.bugly.proguard.ap: java.lang.Object clone() -androidx.preference.R$styleable: int ListPreference_entryValues -com.google.android.material.R$id: int asConfigured -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getUvIndex() -retrofit2.ServiceMethod: ServiceMethod() -androidx.lifecycle.ClassesInfoCache: java.util.Map mCallbackMap -com.amap.api.fence.DistrictItem: DistrictItem() -androidx.lifecycle.LifecycleRegistry: void handleLifecycleEvent(androidx.lifecycle.Lifecycle$Event) -okhttp3.internal.ws.RealWebSocket: java.util.ArrayDeque pongQueue -com.google.android.material.R$attr: int borderlessButtonStyle -com.bumptech.glide.Priority: com.bumptech.glide.Priority IMMEDIATE -wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_active_item_max_width -androidx.viewpager.widget.ViewPager: int getClientWidth() -androidx.work.R$style: int TextAppearance_Compat_Notification_Line2 -androidx.loader.R$layout: int notification_template_part_time -wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_android_disableDependentsState -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_android_gravity -okio.Utf8: long size(java.lang.String,int,int) -okhttp3.ResponseBody$BomAwareReader: java.nio.charset.Charset charset -cyanogenmod.weatherservice.ServiceRequestResult$1: cyanogenmod.weatherservice.ServiceRequestResult createFromParcel(android.os.Parcel) -com.bumptech.glide.R$id: int end -com.turingtechnologies.materialscrollbar.R$styleable: int[] BottomNavigationView -androidx.constraintlayout.widget.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_0 -cyanogenmod.power.IPerformanceManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() -cyanogenmod.profiles.StreamSettings -androidx.appcompat.resources.R$drawable: int notification_bg_normal -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.HourlyEntity) -androidx.preference.R$attr: int color -com.tencent.bugly.proguard.f: java.util.Map j -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit ATM -androidx.preference.R$drawable: int abc_text_select_handle_middle_mtrl_light -com.google.android.material.card.MaterialCardView: void setPreventCornerOverlap(boolean) -androidx.constraintlayout.widget.R$styleable: int MockView_mock_labelBackgroundColor -cyanogenmod.weather.IRequestInfoListener$Stub: java.lang.String DESCRIPTOR -androidx.appcompat.widget.AppCompatImageView: android.content.res.ColorStateList getSupportBackgroundTintList() -com.google.android.material.R$styleable: int[] TextInputLayout -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen: int CategoryValue -com.jaredrummler.android.colorpicker.R$attr: int alphabeticModifiers -wangdaye.com.geometricweather.R$id: int dragDown -androidx.constraintlayout.widget.R$attr: int contentInsetStart -james.adaptiveicon.R$attr: int windowActionBar -wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_4 -androidx.constraintlayout.widget.R$style: int Platform_AppCompat_Light -androidx.work.R$drawable: int notification_bg -androidx.customview.R$drawable: int notification_bg -androidx.constraintlayout.widget.R$styleable: int ActionBar_displayOptions -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: java.lang.String getUnitId() -androidx.preference.R$styleable: int MenuItem_tooltipText -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter close(int,int,java.lang.String) -androidx.appcompat.R$style: int Widget_AppCompat_DropDownItem_Spinner -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result: wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$Geometry geometry -androidx.appcompat.R$drawable: int abc_text_select_handle_middle_mtrl_dark -androidx.constraintlayout.widget.R$style: int Base_V21_Theme_AppCompat_Dialog -androidx.drawerlayout.R$dimen: int compat_control_corner_material -android.didikee.donate.R$styleable: int CompoundButton_buttonTintMode -androidx.loader.R$id: int info -com.xw.repo.bubbleseekbar.R$attr: int colorControlActivated -com.google.android.material.R$style: int Widget_AppCompat_RatingBar -wangdaye.com.geometricweather.R$styleable: int KeyCycle_framePosition -com.xw.repo.bubbleseekbar.R$style: int AlertDialog_AppCompat -wangdaye.com.geometricweather.R$id: int confirm_button -androidx.work.R$id: int blocking -com.google.android.material.datepicker.SingleDateSelector -wangdaye.com.geometricweather.R$id: int info -com.google.android.material.button.MaterialButton: int getTextWidth() -android.didikee.donate.R$style: int Widget_AppCompat_PopupWindow -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Small -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: long end -com.google.gson.stream.JsonReader: java.lang.String nextString() -wangdaye.com.geometricweather.R$drawable: int ic_time -com.google.android.material.R$attr: int maxLines -wangdaye.com.geometricweather.R$attr: int textInputStyle -wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: java.lang.String name -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_rotationX -okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Stream removeStream(int) -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setPivotX(float) -wangdaye.com.geometricweather.R$styleable: int MenuGroup_android_orderInCategory -androidx.customview.R$styleable: int FontFamilyFont_fontVariationSettings -wangdaye.com.geometricweather.R$attr: int preferenceScreenStyle -cyanogenmod.externalviews.ExternalView$5: ExternalView$5(cyanogenmod.externalviews.ExternalView) -wangdaye.com.geometricweather.R$color: int mtrl_navigation_item_icon_tint -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getLtoSource -cyanogenmod.themes.IThemeChangeListener -androidx.constraintlayout.widget.R$styleable: int[] MenuGroup -com.google.gson.internal.LazilyParsedNumber -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_liftOnScrollTargetViewId -androidx.constraintlayout.widget.R$id: int start -com.google.android.material.button.MaterialButton: void setCornerRadius(int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Metric: double Value -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getPm25() -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setSo2(java.lang.Float) -wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: int getTotalCount() -com.google.android.material.R$styleable: int Insets_paddingLeftSystemWindowInsets -com.amap.api.location.UmidtokenInfo: com.amap.api.location.AMapLocationClient d -com.jaredrummler.android.colorpicker.R$attr: int actionModeShareDrawable -io.reactivex.internal.schedulers.ScheduledDirectTask: ScheduledDirectTask(java.lang.Runnable) -james.adaptiveicon.R$styleable: int SearchView_android_inputType -androidx.core.R$dimen: int notification_large_icon_width -okhttp3.internal.http2.Http2: byte TYPE_PUSH_PROMISE -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Metric Metric -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_height -wangdaye.com.geometricweather.R$integer: int cpv_default_anim_sync_duration -wangdaye.com.geometricweather.R$id: int dialog_background_location_container -com.bumptech.glide.R$layout: int notification_template_custom_big -com.google.android.material.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity -androidx.appcompat.R$attr: int autoSizePresetSizes -wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: int getChartTop() -androidx.hilt.R$drawable: int notification_icon_background -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Menu -com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_LOCATION_PARAMETER -retrofit2.ParameterHandler$1: void apply(retrofit2.RequestBuilder,java.lang.Iterable) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum: AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum() -io.reactivex.internal.disposables.CancellableDisposable: void dispose() -com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getCounterTextColor() -wangdaye.com.geometricweather.R$styleable: int ChipGroup_singleSelection -cyanogenmod.externalviews.ExternalView: ExternalView(android.content.Context,android.util.AttributeSet,int) -okhttp3.internal.connection.RouteSelector: int nextProxyIndex -com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_BottomNavigationView -androidx.hilt.work.R$styleable: int[] FragmentContainerView -com.google.android.gms.base.R$string: int common_google_play_services_enable_title -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense -androidx.preference.R$style: int Base_V7_Theme_AppCompat_Light -com.google.android.material.R$styleable: int MenuItem_android_menuCategory -androidx.legacy.coreutils.R$styleable: int ColorStateListItem_android_alpha -androidx.work.R$id: int accessibility_custom_action_4 -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: java.lang.String getLtoSource() -com.tencent.bugly.proguard.k: java.lang.String toString() -com.google.android.material.R$attr: int subtitleTextStyle -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean onMenuOpened(int,android.view.Menu) -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Dialog_Alert -wangdaye.com.geometricweather.R$color: int androidx_core_ripple_material_light -androidx.viewpager2.R$id: int notification_main_column_container -androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableTransition_android_fromId -okhttp3.internal.http2.Http2Writer: void goAway(int,okhttp3.internal.http2.ErrorCode,byte[]) -com.google.android.material.R$id: int month_navigation_previous -androidx.preference.R$drawable: int btn_checkbox_unchecked_to_checked_mtrl_animation -okio.BufferedSource: int read(byte[]) -cyanogenmod.app.CMTelephonyManager: void setDataConnectionState(boolean) -james.adaptiveicon.R$id: int action_image -com.tencent.bugly.proguard.v: void b(long) -androidx.hilt.R$drawable: int notification_action_background -com.github.rahatarmanahmed.cpv.R$bool: int cpv_default_anim_autostart -androidx.legacy.coreutils.R$dimen: int notification_right_side_padding_top -okio.Buffer: long size() -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_disableDependentsState -wangdaye.com.geometricweather.R$id: int dialog_location_help_container -androidx.appcompat.widget.AppCompatTextView: void setTextMetricsParamsCompat(androidx.core.text.PrecomputedTextCompat$Params) -com.xw.repo.bubbleseekbar.R$attr: int buttonIconDimen -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float t -wangdaye.com.geometricweather.R$styleable: int[] ProgressIndicator -okhttp3.internal.http2.Http2Connection$1: okhttp3.internal.http2.ErrorCode val$errorCode -retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback: retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter this$0 -retrofit2.Invocation: java.lang.String toString() -com.google.android.material.R$attr: int circularRadius -com.google.android.material.R$attr: int itemShapeInsetStart -com.google.android.material.R$attr: int visibilityMode -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small -wangdaye.com.geometricweather.R$color: int abc_primary_text_disable_only_material_dark -okio.AsyncTimeout: void timedOut() -com.google.android.material.appbar.ViewOffsetBehavior: ViewOffsetBehavior(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$styleable: int KeyTimeCycle_waveShape -io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: void onError(java.lang.Throwable) -androidx.transition.R$integer: int status_bar_notification_info_maxnum -cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode getRingerMode() -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.tencent.bugly.crashreport.crash.h5.a: long j -androidx.recyclerview.widget.RecyclerView: void setOnFlingListener(androidx.recyclerview.widget.RecyclerView$OnFlingListener) -okhttp3.internal.http2.Settings: int getMaxFrameSize(int) -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: android.os.IBinder asBinder() -okhttp3.internal.http2.Http2Connection$2 -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleTextAppearance -androidx.coordinatorlayout.R$id: int accessibility_custom_action_29 -androidx.recyclerview.widget.RecyclerView: void addOnScrollListener(androidx.recyclerview.widget.RecyclerView$OnScrollListener) -com.google.android.material.R$color: int mtrl_outlined_icon_tint -androidx.viewpager2.R$id: int accessibility_custom_action_11 -com.tencent.bugly.crashreport.crash.b -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title -androidx.hilt.work.R$id: R$id() -androidx.constraintlayout.widget.R$attr: int alertDialogCenterButtons -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorBackgroundFloating -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWindChillTemperature(java.lang.Integer) -androidx.appcompat.R$attr: int textAppearanceSearchResultTitle -okhttp3.Cache$CacheRequestImpl$1: okhttp3.Cache$CacheRequestImpl this$1 -com.google.android.material.R$styleable: int TextInputLayout_hintEnabled -cyanogenmod.app.Profile$1: java.lang.Object[] newArray(int) -com.google.android.gms.location.zzbd -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position position -wangdaye.com.geometricweather.R$styleable: int MaterialButton_android_background -androidx.constraintlayout.widget.R$attr: int alpha -com.google.android.material.textfield.TextInputLayout: void setBoxStrokeColorStateList(android.content.res.ColorStateList) -cyanogenmod.providers.CMSettings$System: java.lang.String VOLBTN_MUSIC_CONTROLS -androidx.work.R$string -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialButtonToggleGroup -androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_android_fontWeight -com.google.android.material.button.MaterialButton: void setRippleColorResource(int) -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_collapseNotificationPanel_2 -com.google.android.material.R$styleable: int Layout_android_layout_marginTop -cyanogenmod.app.ProfileManager: cyanogenmod.app.ProfileManager sProfileManagerInstance -wangdaye.com.geometricweather.R$attr: int badgeStyle -wangdaye.com.geometricweather.R$layout: int abc_screen_toolbar -cyanogenmod.app.Profile: int mDozeMode -com.google.android.material.appbar.AppBarLayout: int getDownNestedPreScrollRange() -androidx.appcompat.R$attr: int fontProviderPackage -com.google.android.material.R$dimen: int abc_control_padding_material -com.jaredrummler.android.colorpicker.R$styleable: int ActionMode_closeItemLayout -wangdaye.com.geometricweather.R$id: int activity_widget_config_viewStyleContainer -wangdaye.com.geometricweather.R$attr: int colorPrimary -androidx.constraintlayout.widget.R$id: int stop -androidx.coordinatorlayout.R$styleable: int GradientColor_android_startX -androidx.swiperefreshlayout.R$id: int title -retrofit2.CompletableFutureCallAdapterFactory$CallCancelCompletableFuture: retrofit2.Call call -com.jaredrummler.android.colorpicker.R$drawable: int cpv_ic_arrow_right_black_24dp -androidx.preference.R$drawable: int abc_list_selector_background_transition_holo_dark -com.tencent.bugly.BuglyStrategy: com.tencent.bugly.BuglyStrategy setAppVersion(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_maxImageSize -com.google.android.material.R$attr: int layout_constraintHorizontal_chainStyle -androidx.constraintlayout.widget.R$attr: int windowFixedWidthMinor -wangdaye.com.geometricweather.R$styleable: int CardView_cardCornerRadius -androidx.constraintlayout.widget.R$styleable: int StateListDrawable_android_visible -androidx.viewpager2.widget.ViewPager2: void setOffscreenPageLimit(int) -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeApparentTemperature(java.lang.Integer) -androidx.coordinatorlayout.R$styleable: int FontFamilyFont_android_fontWeight -okhttp3.Callback: void onResponse(okhttp3.Call,okhttp3.Response) -androidx.preference.R$id: int text2 -io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiFunction) -com.amap.api.location.AMapLocation: int getErrorCode() -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_popupWindowStyle -cyanogenmod.app.ThemeVersion$ComponentVersion: cyanogenmod.app.ThemeComponent getComponent() -androidx.preference.R$layout: int preference_widget_switch -wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_title -androidx.viewpager2.R$dimen: int notification_content_margin_start -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile build() -androidx.hilt.work.R$id: int tag_transition_group -androidx.constraintlayout.widget.R$color: int bright_foreground_disabled_material_light -com.xw.repo.bubbleseekbar.R$style: int Platform_ThemeOverlay_AppCompat -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintVertical_chainStyle -wangdaye.com.geometricweather.R$color: int abc_btn_colored_text_material -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void onNext(java.lang.Object) -com.google.android.material.R$attr: int layout_constraintBottom_creator -android.didikee.donate.R$styleable: int AlertDialog_buttonPanelSideLayout -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Inverse -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getNo2Desc() -cyanogenmod.app.PartnerInterface: cyanogenmod.app.IPartnerInterface getService() -com.github.rahatarmanahmed.cpv.CircularProgressView$7: void onAnimationUpdate(android.animation.ValueAnimator) -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_rotation -com.loc.k: int e -retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder validateEagerly(boolean) -okio.Base64: java.lang.String encodeUrl(byte[]) -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void run() -androidx.constraintlayout.widget.R$id: int decor_content_parent -androidx.preference.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_1 -androidx.preference.R$attr: int queryBackground -com.tencent.bugly.crashreport.common.info.a: void b(java.lang.String,java.lang.String) -androidx.preference.R$attr: int subtitleTextColor -com.google.android.material.R$attr: int behavior_fitToContents -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void priority(int,int,int,boolean) -cyanogenmod.app.IPartnerInterface$Stub: cyanogenmod.app.IPartnerInterface asInterface(android.os.IBinder) -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void onNext(java.lang.Object) -com.google.android.material.chip.ChipGroup: void setCheckedId(int) -androidx.preference.R$styleable: int AppCompatTheme_actionModeBackground -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: CaiYunMainlyResult$IndicesBeanX$IndicesBean() -com.bumptech.glide.load.HttpException: int getStatusCode() -io.reactivex.Observable: io.reactivex.Observable concatMapMaybe(io.reactivex.functions.Function) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Speed: int UnitType -com.google.android.material.R$color: int switch_thumb_disabled_material_light -com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_radio_material -cyanogenmod.providers.CMSettings$System: java.lang.String CAMERA_WAKE_SCREEN -com.google.android.material.R$dimen: int notification_top_pad_large_text -com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleGravity(int) -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_elevation_material -wangdaye.com.geometricweather.R$string: int feedback_clock_font -io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: boolean won -wangdaye.com.geometricweather.R$style: int ShapeAppearance_MaterialComponents -okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Stream pushStream(int,java.util.List,boolean) -com.google.android.material.R$styleable: int View_theme -com.jaredrummler.android.colorpicker.R$attr: int titleTextColor -okhttp3.internal.http2.Http2Stream$FramingSource: long read(okio.Buffer,long) -com.google.android.material.card.MaterialCardView: MaterialCardView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.HourlyEntity) -androidx.coordinatorlayout.R$style: int Widget_Support_CoordinatorLayout -okhttp3.internal.http2.Http2Stream: void close(okhttp3.internal.http2.ErrorCode) -io.reactivex.internal.subscriptions.DeferredScalarSubscription: int FUSED_EMPTY -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Imperial: double Value -android.didikee.donate.R$drawable: int abc_textfield_search_activated_mtrl_alpha -wangdaye.com.geometricweather.R$id: int title -androidx.work.ExistingPeriodicWorkPolicy: androidx.work.ExistingPeriodicWorkPolicy[] values() -wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_thickness -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: boolean isDisposed() -com.google.android.material.slider.BaseSlider: float getMinSeparation() -androidx.appcompat.R$color: int material_grey_100 -wangdaye.com.geometricweather.R$drawable: int preference_list_divider_material -android.didikee.donate.R$layout: int abc_action_mode_close_item_material -com.google.android.material.R$styleable: int Layout_layout_goneMarginEnd -com.tencent.bugly.proguard.l: boolean a(long,long) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult -androidx.vectordrawable.R$layout: int custom_dialog -wangdaye.com.geometricweather.R$dimen: int tooltip_horizontal_padding -wangdaye.com.geometricweather.R$animator: int weather_hail_3 -com.google.android.material.R$attr: int editTextColor -okio.DeflaterSink: void deflate(boolean) -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeRainPrecipitationProbability(java.lang.Float) -okhttp3.Address: okhttp3.Dns dns() -androidx.constraintlayout.widget.R$drawable: int abc_list_pressed_holo_dark -androidx.work.R$id: int tag_unhandled_key_listeners -com.turingtechnologies.materialscrollbar.R$dimen: int design_tab_scrollable_min_width -com.google.android.material.R$dimen: int mtrl_calendar_year_width -com.turingtechnologies.materialscrollbar.R$style: int Theme_Design_NoActionBar -wangdaye.com.geometricweather.R$styleable: int SwitchImageButton_drawable_res_off -androidx.preference.R$attr: int actionModeCloseButtonStyle -okio.RealBufferedSource: void skip(long) -wangdaye.com.geometricweather.R$attr: int popupWindowStyle -androidx.preference.R$id: int search_src_text -androidx.appcompat.R$styleable: int ActionBar_contentInsetStartWithNavigation -androidx.appcompat.R$styleable: int DrawerArrowToggle_color -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_CompactMenu -androidx.appcompat.widget.SearchView: void setMaxWidth(int) -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_endX -androidx.appcompat.R$style: int Widget_AppCompat_Light_ListPopupWindow -com.jaredrummler.android.colorpicker.R$attr: int switchPadding -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setNavBar(java.lang.String) -androidx.preference.R$styleable: int FontFamilyFont_fontWeight -androidx.hilt.R$styleable: int[] GradientColor -com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource REMOTE -androidx.constraintlayout.widget.R$dimen: int abc_dialog_list_padding_bottom_no_buttons -wangdaye.com.geometricweather.search.LoadableLocationList$Status: wangdaye.com.geometricweather.search.LoadableLocationList$Status LOADING -com.turingtechnologies.materialscrollbar.R$id: int src_over -james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat -androidx.preference.R$attr: int preferenceCategoryStyle -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_android_insetTop -com.google.android.material.R$layout: int material_clock_display_divider -androidx.preference.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges -wangdaye.com.geometricweather.R$styleable: int EditTextPreference_useSimpleSummaryProvider -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_ut -androidx.preference.R$attr: int preferenceFragmentStyle -com.jaredrummler.android.colorpicker.R$attr: int actionModeBackground -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Subhead_Inverse -com.xw.repo.bubbleseekbar.R$drawable: int abc_seekbar_track_material -androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_fontVariationSettings -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: int ON_NEXT -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_contentInsetEndWithActions -com.xw.repo.bubbleseekbar.R$drawable: int abc_text_select_handle_left_mtrl_dark -androidx.preference.R$dimen: int preference_seekbar_value_minWidth -androidx.appcompat.R$styleable: int ActionBar_backgroundStacked -wangdaye.com.geometricweather.R$dimen: int mtrl_progress_circular_inset -com.google.android.material.R$attr: int contrast -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade -wangdaye.com.geometricweather.R$array: int air_quality_co_unit_voices -com.google.android.material.R$styleable: int ViewBackgroundHelper_backgroundTint -wangdaye.com.geometricweather.common.basic.models.weather.Daily: Daily(java.util.Date,long,wangdaye.com.geometricweather.common.basic.models.weather.HalfDay,wangdaye.com.geometricweather.common.basic.models.weather.HalfDay,wangdaye.com.geometricweather.common.basic.models.weather.Astro,wangdaye.com.geometricweather.common.basic.models.weather.Astro,wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase,wangdaye.com.geometricweather.common.basic.models.weather.AirQuality,wangdaye.com.geometricweather.common.basic.models.weather.Pollen,wangdaye.com.geometricweather.common.basic.models.weather.UV,float) -io.reactivex.internal.disposables.EmptyDisposable: void dispose() -wangdaye.com.geometricweather.R$styleable: int MaterialButton_iconSize -androidx.appcompat.R$styleable: int ActivityChooserView_initialActivityCount -androidx.constraintlayout.widget.R$id: int staticPostLayout -com.google.android.material.R$styleable: int AlertDialog_buttonPanelSideLayout -androidx.preference.internal.PreferenceImageView: void setMaxWidth(int) -okhttp3.CacheControl$Builder: CacheControl$Builder() -androidx.hilt.R$id: int accessibility_custom_action_12 -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonBarButtonStyle -androidx.appcompat.R$id: int normal -androidx.drawerlayout.widget.DrawerLayout: float getDrawerElevation() -cyanogenmod.providers.CMSettings$Secure: android.net.Uri getUriFor(java.lang.String) -androidx.appcompat.R$styleable: int[] AppCompatTextHelper -io.reactivex.Observable: io.reactivex.Observable delay(io.reactivex.functions.Function) -cyanogenmod.hardware.CMHardwareManager: boolean setDisplayMode(cyanogenmod.hardware.DisplayMode,boolean) -androidx.appcompat.R$color: int bright_foreground_material_dark -com.google.android.material.R$attr: int itemBackground -cyanogenmod.weatherservice.IWeatherProviderService: void processCityNameLookupRequest(cyanogenmod.weather.RequestInfo) -com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl -wangdaye.com.geometricweather.R$drawable: int ic_mtrl_chip_close_circle -com.jaredrummler.android.colorpicker.R$attr: int preferenceFragmentCompatStyle -com.bumptech.glide.load.HttpException: HttpException(java.lang.String,int) -com.jaredrummler.android.colorpicker.R$attr: int defaultQueryHint -com.google.android.material.chip.Chip: android.graphics.drawable.Drawable getChipDrawable() -androidx.preference.R$id: int tag_accessibility_heading -androidx.appcompat.widget.ListPopupWindow: void setOnDismissListener(android.widget.PopupWindow$OnDismissListener) -androidx.appcompat.R$anim: int abc_tooltip_enter -androidx.customview.R$style: int TextAppearance_Compat_Notification_Title -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void complete() -androidx.work.R$styleable: int GradientColor_android_startColor -android.didikee.donate.R$drawable: int abc_list_focused_holo -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder pingInterval(java.time.Duration) -androidx.constraintlayout.widget.R$style: int Platform_V25_AppCompat_Light -com.turingtechnologies.materialscrollbar.R$attr: int itemTextAppearanceInactive -io.reactivex.internal.util.NotificationLite: boolean accept(java.lang.Object,io.reactivex.Observer) -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: java.lang.Object NEXT_WINDOW -io.reactivex.disposables.ReferenceDisposable: void onDisposed(java.lang.Object) -com.google.android.material.slider.RangeSlider: void setHaloTintList(android.content.res.ColorStateList) -android.didikee.donate.R$styleable: int ViewBackgroundHelper_backgroundTint -com.xw.repo.bubbleseekbar.R$attr: int actionBarTabTextStyle -androidx.hilt.lifecycle.R$styleable: int[] FontFamilyFont -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_barrierDirection -androidx.swiperefreshlayout.R$style: int TextAppearance_Compat_Notification_Line2 -com.turingtechnologies.materialscrollbar.R$attr: int paddingStart -io.reactivex.Observable: io.reactivex.Observable mergeDelayError(io.reactivex.ObservableSource) -com.tencent.bugly.proguard.u: void a(int,com.tencent.bugly.proguard.am,java.lang.String,java.lang.String,com.tencent.bugly.proguard.t,boolean) -com.github.rahatarmanahmed.cpv.CircularProgressView: boolean isIndeterminate() -retrofit2.http.FieldMap: boolean encoded() -okhttp3.internal.ws.RealWebSocket: void onReadPong(okio.ByteString) -androidx.coordinatorlayout.R$attr: int layout_keyline -com.xw.repo.bubbleseekbar.R$drawable -androidx.appcompat.R$drawable: int abc_list_focused_holo -com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_elevation -android.support.v4.app.INotificationSideChannel$Stub: INotificationSideChannel$Stub() -com.amap.api.location.CoordinateConverter: boolean isAMapDataAvailable(double,double) -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void dispose() -okhttp3.internal.http2.Settings: okhttp3.internal.http2.Settings set(int,int) -com.amap.api.location.AMapLocation: int LOCATION_TYPE_CELL -androidx.legacy.coreutils.R$dimen: int compat_button_padding_horizontal_material -com.google.android.material.appbar.CollapsingToolbarLayout: void setScrimAlpha(int) -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionButton -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: FlowableCreate$SerializedEmitter(io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter) -androidx.appcompat.R$styleable: int AppCompatTheme_actionModeFindDrawable -com.turingtechnologies.materialscrollbar.DateAndTimeIndicator: int getTextSize() -android.didikee.donate.R$style: int ThemeOverlay_AppCompat_Dialog -com.jaredrummler.android.colorpicker.R$attr: int dialogPreferredPadding -androidx.viewpager.R$attr: R$attr() -android.didikee.donate.R$styleable: int AppCompatImageView_android_src -androidx.appcompat.R$style: int Widget_AppCompat_Button_Borderless -androidx.activity.R$attr: R$attr() -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered -cyanogenmod.profiles.BrightnessSettings: BrightnessSettings(android.os.Parcel) -androidx.appcompat.R$style: int Widget_AppCompat_ListPopupWindow -com.xw.repo.bubbleseekbar.R$layout: int abc_dialog_title_material -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void boundaryError(io.reactivex.disposables.Disposable,java.lang.Throwable) -retrofit2.ParameterHandler$RelativeUrl: int p -androidx.legacy.coreutils.R$attr: int fontProviderQuery -androidx.constraintlayout.widget.R$attr: int indeterminateProgressStyle -james.adaptiveicon.R$style: int Platform_V21_AppCompat -androidx.appcompat.R$id: int screen -com.google.android.material.slider.BaseSlider: int getTrackSidePadding() -com.google.android.material.bottomnavigation.BottomNavigationView: void setItemRippleColor(android.content.res.ColorStateList) -androidx.fragment.R$dimen: int compat_button_padding_vertical_material -com.google.android.material.R$attr: int windowFixedHeightMinor -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_paddingBottom -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PressureTendency PressureTendency -androidx.appcompat.R$styleable: int AppCompatTheme_windowMinWidthMajor -com.jaredrummler.android.colorpicker.R$attr: int contentInsetRight -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_RatingBar_Small -okhttp3.internal.cache.CacheInterceptor: okhttp3.Response cacheWritingResponse(okhttp3.internal.cache.CacheRequest,okhttp3.Response) -com.tencent.bugly.proguard.e -cyanogenmod.providers.CMSettings$Global: int getIntForUser(android.content.ContentResolver,java.lang.String,int,int) -com.tencent.bugly.crashreport.common.info.a: boolean al -wangdaye.com.geometricweather.R$style: int widget_text_clock_analog_Dark -com.autonavi.aps.amapapi.model.AMapLocationServer: int c() -androidx.preference.R$styleable: int[] RecyclerView -com.jaredrummler.android.colorpicker.R$layout: int notification_action_tombstone -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textColorSearchUrl -androidx.constraintlayout.widget.R$styleable: int Constraint_chainUseRtl -wangdaye.com.geometricweather.R$attr: int haloColor -com.turingtechnologies.materialscrollbar.R$attr: int tabMinWidth -androidx.appcompat.R$styleable: int Toolbar_titleTextColor -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_drawableBottom -cyanogenmod.app.LiveLockScreenInfo: void writeToParcel(android.os.Parcel,int) -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: void setDefaultSmsSub(int) -wangdaye.com.geometricweather.R$id: int cpv_color_picker_view -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: void enqueue(retrofit2.Callback) -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: void setSwitchView(wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout) -wangdaye.com.geometricweather.R$animator: int weather_snow_3 -androidx.core.R$drawable: int notification_bg_low_normal -androidx.constraintlayout.widget.R$attr: int layout_constrainedWidth -androidx.transition.R$dimen: int notification_top_pad -com.turingtechnologies.materialscrollbar.R$id: int action_bar_root -com.jaredrummler.android.colorpicker.R$id: int shades_divider -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Dialog -com.google.android.material.R$styleable: int Constraint_flow_firstVerticalBias -wangdaye.com.geometricweather.R$id: int action_settings -james.adaptiveicon.R$styleable: int SearchView_closeIcon -okhttp3.HttpUrl: void pathSegmentsToString(java.lang.StringBuilder,java.util.List) -com.tencent.bugly.crashreport.common.info.a: long p() -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_passwordToggleTintMode -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_SeekBar_Discrete -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_elevation -androidx.loader.R$dimen: int compat_notification_large_icon_max_height -android.didikee.donate.R$attr: int actionModeStyle -com.turingtechnologies.materialscrollbar.R$attr: int titleMarginTop -android.didikee.donate.R$attr: int preserveIconSpacing -com.google.android.material.R$id: int accessibility_custom_action_8 -com.jaredrummler.android.colorpicker.R$attr: int windowNoTitle -com.google.android.material.R$styleable: int SwitchCompat_switchTextAppearance -okio.Timeout: okio.Timeout deadlineNanoTime(long) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: void setNames(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowNoTitle -com.tencent.bugly.proguard.y$a: boolean d(com.tencent.bugly.proguard.y$a) -androidx.constraintlayout.widget.R$styleable: int SearchView_queryHint -com.google.android.material.R$style: int Base_Widget_AppCompat_PopupWindow -cyanogenmod.hardware.CMHardwareManager: int getVibratorIntensity() -androidx.preference.R$attr: int searchHintIcon -james.adaptiveicon.R$drawable: int abc_list_selector_disabled_holo_light -androidx.hilt.lifecycle.R$id: int right_side -com.xw.repo.bubbleseekbar.R$dimen: int abc_edit_text_inset_bottom_material -androidx.appcompat.R$id: int action_bar_title -com.tencent.bugly.BuglyStrategy: java.lang.String getDeviceID() -retrofit2.Response: okhttp3.Response raw() -com.google.android.material.R$id: int mtrl_picker_header_selection_text -retrofit2.BuiltInConverters$UnitResponseBodyConverter: retrofit2.BuiltInConverters$UnitResponseBodyConverter INSTANCE -com.amap.api.location.AMapLocationQualityReport: java.lang.String getNetworkType() -okio.GzipSink: java.util.zip.Deflater deflater() -com.google.android.material.R$attr: int textAppearanceButton -com.jaredrummler.android.colorpicker.R$id: int group_divider -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_2_30 -androidx.appcompat.widget.AppCompatEditText: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) -android.didikee.donate.R$styleable: int AppCompatTextView_drawableRightCompat -com.google.android.material.R$drawable: int design_bottom_navigation_item_background -com.google.android.material.R$string: int mtrl_picker_range_header_title -com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_dialogIcon -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float windSpeed -com.turingtechnologies.materialscrollbar.R$attr: int panelMenuListWidth -james.adaptiveicon.R$style: int Base_Theme_AppCompat -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_NoActionBar_Bridge -james.adaptiveicon.R$attr: int queryBackground -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 -androidx.appcompat.widget.Toolbar: int getTitleMarginEnd() -io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: void onComplete() -cyanogenmod.providers.CMSettings$System: java.lang.String MENU_WAKE_SCREEN -retrofit2.Converter -wangdaye.com.geometricweather.R$drawable: int notif_temp_68 -cyanogenmod.providers.CMSettings$2 -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setWallpaper(java.lang.String) -androidx.constraintlayout.widget.R$styleable: int[] ViewStubCompat -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ButtonBar -androidx.preference.R$style: int Theme_AppCompat_CompactMenu -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light_NoActionBar -wangdaye.com.geometricweather.R$id: int activity_widget_config_textSizeSeekBar -com.amap.api.fence.GeoFence: long p -james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup -androidx.preference.R$style: int Base_ThemeOverlay_AppCompat -wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type WIND -wangdaye.com.geometricweather.db.entities.DailyEntityDao: boolean hasKey(java.lang.Object) -com.google.android.material.R$id: int action_bar_root -wangdaye.com.geometricweather.R$color: int mtrl_tabs_ripple_color -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeTotalPrecipitationDuration(java.lang.Float) -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionMenuTextAppearance -com.google.android.material.R$interpolator: R$interpolator() -okhttp3.logging.LoggingEventListener -androidx.constraintlayout.widget.R$layout: int abc_list_menu_item_layout -wangdaye.com.geometricweather.R$layout: int material_clock_period_toggle_land -okhttp3.internal.tls.OkHostnameVerifier: OkHostnameVerifier() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen: AccuDailyResult$DailyForecasts$AirAndPollen() -wangdaye.com.geometricweather.R$id: int material_timepicker_ok_button -androidx.hilt.R$integer: R$integer() -com.xw.repo.bubbleseekbar.R$drawable: int abc_text_select_handle_right_mtrl_light -androidx.legacy.coreutils.R$drawable: R$drawable() -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: java.lang.Object v1 -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_titleCondensed -androidx.loader.R$styleable: int FontFamily_fontProviderAuthority -wangdaye.com.geometricweather.R$styleable: int Chip_checkedIconTint -cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy: boolean handles(android.content.Intent) -io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: io.reactivex.Observer downstream -okhttp3.internal.connection.RealConnection: okhttp3.internal.ws.RealWebSocket$Streams newWebSocketStreams(okhttp3.internal.connection.StreamAllocation) -androidx.preference.R$style: int Widget_AppCompat_Button -com.google.android.gms.common.SupportErrorDialogFragment -wangdaye.com.geometricweather.R$drawable: int notif_temp_112 -androidx.lifecycle.ReportFragment: ReportFragment() -okhttp3.ConnectionPool: ConnectionPool(int,long,java.util.concurrent.TimeUnit) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintLeft_toLeftOf -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: long serialVersionUID -okhttp3.internal.ws.WebSocketProtocol: int PAYLOAD_SHORT -wangdaye.com.geometricweather.R$string: int key_widget_config -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_cancelLiveLockScreen -androidx.constraintlayout.widget.R$styleable: int Toolbar_titleTextAppearance -okio.Buffer: byte[] DIGITS -com.google.android.material.R$id: int action_container -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_thumb_text_color -androidx.drawerlayout.R$drawable: int notification_template_icon_bg -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit valueOf(java.lang.String) -androidx.appcompat.R$drawable: int abc_list_pressed_holo_light -james.adaptiveicon.R$dimen: int abc_seekbar_track_progress_height_material -james.adaptiveicon.R$attr -wangdaye.com.geometricweather.R$string: int feedback_show_widget_card_alpha -androidx.hilt.lifecycle.R$dimen: int compat_button_inset_vertical_material -androidx.appcompat.R$styleable: int TextAppearance_android_textColor -androidx.recyclerview.widget.RecyclerView: boolean isLayoutSuppressed() -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_updateNotificationGroup -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_contentInsetEndWithActions -com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: boolean equals(java.lang.Object) -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void runBackfused() -james.adaptiveicon.R$style: int ThemeOverlay_AppCompat_Dialog -androidx.appcompat.R$style: int Theme_AppCompat_NoActionBar -com.amap.api.location.UmidtokenInfo$a: void onLocationChanged(com.amap.api.location.AMapLocation) -androidx.appcompat.R$attr: int activityChooserViewStyle -android.didikee.donate.R$anim: int abc_shrink_fade_out_from_bottom -android.didikee.donate.R$id: int notification_main_column -androidx.customview.R$id -androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_fontStyle -androidx.constraintlayout.widget.R$id: int tag_accessibility_actions -okio.Okio: okio.Sink sink(java.net.Socket) -io.reactivex.Observable: void subscribeActual(io.reactivex.Observer) -okhttp3.Route -wangdaye.com.geometricweather.R$styleable: int PropertySet_visibilityMode -wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_icon_light_focused -wangdaye.com.geometricweather.R$string: int widget_week -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHorizontal_chainStyle -com.google.android.material.R$styleable: int PopupWindow_android_popupBackground -com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_radio_to_on_mtrl_000 -com.google.android.material.R$styleable: int ImageFilterView_overlay -wangdaye.com.geometricweather.R$drawable: int abc_btn_check_material_anim -okhttp3.internal.http.RetryAndFollowUpInterceptor: RetryAndFollowUpInterceptor(okhttp3.OkHttpClient,boolean) -com.tencent.bugly.proguard.aj: byte a -androidx.preference.R$id: int radio -com.turingtechnologies.materialscrollbar.R$dimen: int highlight_alpha_material_colored -androidx.preference.R$styleable: int SearchView_goIcon -okhttp3.internal.cache.InternalCache: void trackConditionalCacheHit() -cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String EXTRA_ALARM_ID -androidx.preference.R$color: int dim_foreground_disabled_material_light -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_queryBackground -androidx.viewpager2.R$id: int accessibility_custom_action_22 -com.google.android.material.R$layout: int mtrl_alert_select_dialog_multichoice -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_fontFamily -james.adaptiveicon.R$attr: int colorPrimaryDark -androidx.appcompat.R$styleable: int AppCompatTheme_dialogPreferredPadding -wangdaye.com.geometricweather.remoteviews.config.DayWeekWidgetConfigActivity -androidx.constraintlayout.widget.R$styleable: int MenuView_android_itemTextAppearance -com.google.android.material.R$styleable: int MenuItem_tooltipText -com.jaredrummler.android.colorpicker.R$dimen: int abc_dropdownitem_icon_width -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void access$700(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) -okhttp3.internal.http2.Header: int hashCode() -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Subtitle2 -wangdaye.com.geometricweather.db.entities.LocationEntity: void setCity(java.lang.String) -com.google.android.material.R$styleable: int State_android_id -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: CNWeatherResult() -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: void dispose() -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() -androidx.appcompat.resources.R$dimen: int compat_control_corner_material -cyanogenmod.os.Concierge: cyanogenmod.os.Concierge$ParcelInfo receiveParcel(android.os.Parcel) -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: void setUserOpened(boolean) -okhttp3.internal.http.RealInterceptorChain: RealInterceptorChain(java.util.List,okhttp3.internal.connection.StreamAllocation,okhttp3.internal.http.HttpCodec,okhttp3.internal.connection.RealConnection,int,okhttp3.Request,okhttp3.Call,okhttp3.EventListener,int,int,int) -com.google.android.material.R$styleable: int ViewPager2_android_orientation -com.bumptech.glide.integration.okhttp.R$attr: int fontVariationSettings -androidx.preference.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity -io.reactivex.internal.observers.LambdaObserver: void dispose() -com.google.android.material.R$string: int abc_menu_shift_shortcut_label -james.adaptiveicon.R$drawable: int abc_list_focused_holo -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: float getIntervalInHour() -android.didikee.donate.R$style: int Widget_AppCompat_ActionBar_TabBar -com.xw.repo.bubbleseekbar.R$attr: int actionModePopupWindowStyle -wangdaye.com.geometricweather.R$string: int settings_title_notification_can_be_cleared -com.xw.repo.bubbleseekbar.R$style: int Base_V28_Theme_AppCompat -androidx.appcompat.resources.R$id: int accessibility_custom_action_14 -wangdaye.com.geometricweather.R$dimen: int abc_action_bar_overflow_padding_end_material -wangdaye.com.geometricweather.R$attr: int selectorSize -androidx.preference.R$styleable: int AppCompatTheme_actionModePopupWindowStyle -wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit[] values() -androidx.appcompat.R$styleable: int ActionBar_contentInsetEnd -wangdaye.com.geometricweather.R$attr: int colorOnPrimarySurface -wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_android_insetTop -okhttp3.internal.connection.RealConnection: okhttp3.Route route() -com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getHint() -com.tencent.bugly.proguard.am: java.lang.String b -androidx.appcompat.resources.R$dimen: int notification_small_icon_background_padding -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.util.Date endDate -com.turingtechnologies.materialscrollbar.R$styleable: int[] ButtonBarLayout -com.google.android.material.R$id: int month_navigation_bar -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_RatingBar_Indicator -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_min -com.google.android.material.R$styleable: int SwitchCompat_showText -okhttp3.internal.platform.Platform: int WARN -okhttp3.OkHttpClient: okhttp3.Dns dns() -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: java.lang.String toString() -androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText -james.adaptiveicon.R$styleable: int ActionMode_height -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean -io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: long remaining -com.google.gson.internal.LinkedTreeMap: java.lang.Object get(java.lang.Object) -okhttp3.internal.connection.StreamAllocation: void streamFailed(java.io.IOException) -com.tencent.bugly.crashreport.crash.anr.a: java.util.Map b -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNo2() -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header -okhttp3.Cache$1: void remove(okhttp3.Request) -android.didikee.donate.R$styleable: int AppCompatTextView_drawableBottomCompat -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomNavigationView_PrimarySurface -com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_buttonPanelSideLayout -com.google.android.material.slider.Slider: float getThumbElevation() -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: boolean isDisposed() -james.adaptiveicon.R$color: int material_blue_grey_900 -androidx.vectordrawable.R$id: int accessibility_custom_action_27 -com.turingtechnologies.materialscrollbar.R$attr: int buttonTint -com.xw.repo.bubbleseekbar.R$integer: int abc_config_activityDefaultDur -wangdaye.com.geometricweather.R$animator: int weather_thunderstorm_3 -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Position: double lon -com.turingtechnologies.materialscrollbar.R$string: int abc_menu_shift_shortcut_label -wangdaye.com.geometricweather.R$string: int mtrl_picker_toggle_to_day_selection -wangdaye.com.geometricweather.R$drawable: int snackbar_background -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleMarginEnd -io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: int offset -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog -androidx.preference.R$styleable: int PopupWindowBackgroundState_state_above_anchor -cyanogenmod.themes.IThemeService: int getLastThemeChangeRequestType() -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: ObservableJoin$JoinDisposable(io.reactivex.Observer,io.reactivex.functions.Function,io.reactivex.functions.Function,io.reactivex.functions.BiFunction) -wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Date -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setContentDescription(java.lang.String) -james.adaptiveicon.R$attr: int navigationMode -wangdaye.com.geometricweather.R$dimen: int mtrl_high_ripple_hovered_alpha -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_strokeColor -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property UpdateDate -okhttp3.internal.http2.Hpack$Reader: int headerTableSizeSetting -okhttp3.TlsVersion: okhttp3.TlsVersion valueOf(java.lang.String) -androidx.preference.R$attr: int colorPrimaryDark -androidx.viewpager2.R$dimen: int notification_large_icon_width -io.reactivex.Observable: io.reactivex.Observable concatEager(io.reactivex.ObservableSource) -com.google.android.material.R$id: int custom -com.google.android.material.R$layout: int material_clock_period_toggle_land -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered -androidx.viewpager2.R$style -wangdaye.com.geometricweather.R$styleable: int MenuView_preserveIconSpacing -cyanogenmod.providers.CMSettings$InclusiveIntegerRangeValidator: int mMax -androidx.constraintlayout.widget.R$color: int abc_search_url_text_normal -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -com.google.android.gms.common.api.AvailabilityException: com.google.android.gms.common.ConnectionResult getConnectionResult(com.google.android.gms.common.api.HasApiKey) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setAlerts(java.util.List) -com.jaredrummler.android.colorpicker.R$styleable: int[] MenuGroup -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Metric -wangdaye.com.geometricweather.R$color: int material_grey_800 -androidx.dynamicanimation.R$dimen: int notification_small_icon_background_padding -wangdaye.com.geometricweather.db.entities.DailyEntity: void setTime(long) -androidx.viewpager2.R$styleable: int GradientColorItem_android_color -androidx.preference.R$attr: int tickMarkTintMode -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionButton -io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: void dispose() -com.google.android.material.R$dimen: int mtrl_extended_fab_translation_z_hovered_focused -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_selectableItemBackground -cyanogenmod.app.CustomTile$ExpandedStyle: void internalSetRemoteViews(android.widget.RemoteViews) -androidx.appcompat.R$id: int search_mag_icon -com.google.android.material.R$attr: int region_heightMoreThan -android.didikee.donate.R$layout: int abc_list_menu_item_layout -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_AutoCompleteTextView -androidx.preference.R$attr: int iconTint -wangdaye.com.geometricweather.R$attr: int circleCrop -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated -androidx.activity.R$id: int notification_main_column -wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_text_dark_normal_background -com.google.android.material.R$attr: int actionModeCutDrawable -androidx.appcompat.resources.R$attr: int fontVariationSettings -james.adaptiveicon.R$styleable: int[] AlertDialog -cyanogenmod.app.Profile$ExpandedDesktopMode: Profile$ExpandedDesktopMode() -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_5 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String description -androidx.appcompat.widget.AppCompatButton: void setSupportAllCaps(boolean) -com.google.android.material.R$styleable: int ShapeAppearance_cornerSize -james.adaptiveicon.R$color: int abc_secondary_text_material_dark -okhttp3.internal.http2.Http2Codec$StreamFinishingSource: long read(okio.Buffer,long) -com.turingtechnologies.materialscrollbar.R$id: int save_non_transition_alpha -com.google.android.material.R$styleable: int KeyTrigger_onPositiveCross -com.google.android.material.R$styleable: int NavigationView_itemTextColor -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean addInner(io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver) -android.didikee.donate.R$styleable: int ActionMode_titleTextStyle -android.didikee.donate.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle -com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getThumbStrokeColor() -wangdaye.com.geometricweather.R$attr: int bsb_show_section_mark -wangdaye.com.geometricweather.R$string: int aqi_6 -androidx.constraintlayout.widget.R$styleable: int StateListDrawable_android_variablePadding -androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type CENTER -com.tencent.bugly.crashreport.common.info.a: int K() -androidx.coordinatorlayout.R$id: int bottom -com.google.android.gms.common.stats.WakeLockEvent: android.os.Parcelable$Creator CREATOR -androidx.constraintlayout.widget.R$id: int search_plate -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_horizontalStyle -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarTabStyle -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Dialog_Bridge -com.baidu.location.e.h$c: com.baidu.location.e.h$c valueOf(java.lang.String) -androidx.preference.R$color: int ripple_material_dark -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setPrecipitationProbability(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean) -com.github.rahatarmanahmed.cpv.CircularProgressView: void resetAnimation() -com.tencent.bugly.proguard.ak: java.lang.String e -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: void cancel() -androidx.fragment.R$string -androidx.appcompat.R$styleable: int TextAppearance_android_textColorHint -james.adaptiveicon.R$dimen: int abc_action_bar_default_height_material -com.jaredrummler.android.colorpicker.R$dimen: int compat_notification_large_icon_max_height -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionButton -wangdaye.com.geometricweather.R$styleable: int DialogPreference_positiveButtonText -com.turingtechnologies.materialscrollbar.R$attr: int navigationContentDescription -androidx.lifecycle.LiveData$1: LiveData$1(androidx.lifecycle.LiveData) -james.adaptiveicon.R$styleable: int FontFamily_fontProviderQuery -androidx.loader.R$style: int Widget_Compat_NotificationActionContainer -androidx.preference.R$styleable: int SwitchPreference_summaryOff -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum -androidx.coordinatorlayout.widget.CoordinatorLayout -com.google.android.material.R$id: int snackbar_text -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode COMPRESSION_ERROR -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Direction: int Degrees -com.google.android.material.appbar.AppBarLayout: void setElevation(float) -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight_DarkActionBar -wangdaye.com.geometricweather.R$styleable: int OnSwipe_dragThreshold -com.google.android.material.R$attr: int layout_constraintWidth_percent -wangdaye.com.geometricweather.R$id: int cpv_color_image_view -okhttp3.logging.HttpLoggingInterceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) -com.tencent.bugly.proguard.o: byte[] a() -io.reactivex.internal.util.NotificationLite: boolean isDisposable(java.lang.Object) -com.google.gson.internal.$Gson$Types$WildcardTypeImpl: boolean equals(java.lang.Object) -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ProgressBar -okhttp3.internal.http2.PushObserver: boolean onRequest(int,java.util.List) -okhttp3.internal.platform.Platform: void configureSslSocketFactory(javax.net.ssl.SSLSocketFactory) -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: void dispose() -android.didikee.donate.R$anim: int abc_popup_exit -com.bumptech.glide.integration.okhttp.R$attr: int fontProviderAuthority -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse -com.turingtechnologies.materialscrollbar.R$drawable: int abc_seekbar_tick_mark_material -android.didikee.donate.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_slideLockscreenIn -androidx.appcompat.R$attr: int drawableSize -wangdaye.com.geometricweather.R$drawable: int ic_thx -wangdaye.com.geometricweather.R$id: int item_weather_daily_air_progress -com.google.android.material.internal.NavigationMenuItemView: void setTextAppearance(int) -androidx.activity.R$id: int icon_group -okhttp3.internal.ws.RealWebSocket$CancelRunnable: okhttp3.internal.ws.RealWebSocket this$0 -okhttp3.internal.Util: boolean containsInvalidHostnameAsciiCodes(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_elevation -androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_android_fontStyle -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Large_Inverse -wangdaye.com.geometricweather.R$id: int search_edit_frame -com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_radio_to_on_mtrl_015 -cyanogenmod.weatherservice.ServiceRequestResult: ServiceRequestResult(android.os.Parcel,cyanogenmod.weatherservice.ServiceRequestResult$1) -james.adaptiveicon.R$color: int notification_icon_bg_color -com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_paddingBottomSystemWindowInsets -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_DropDownItem -wangdaye.com.geometricweather.R$styleable: int Tooltip_android_layout_margin -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Direction: AccuDailyResult$DailyForecasts$Day$Wind$Direction() -wangdaye.com.geometricweather.R$color: int design_dark_default_color_on_secondary -androidx.core.R$drawable: int notification_bg_low -androidx.constraintlayout.widget.R$attr: int layout_constraintBaseline_creator -com.tencent.bugly.crashreport.common.info.b: java.lang.String b(android.content.Context) -okio.HashingSource: okio.HashingSource sha1(okio.Source) -okhttp3.Address: java.lang.String toString() -androidx.appcompat.R$styleable: int AppCompatTextHelper_android_drawableTop -androidx.hilt.R$id: int tag_accessibility_heading -io.reactivex.Observable: io.reactivex.Observable mergeDelayError(io.reactivex.ObservableSource,int) -androidx.recyclerview.R$layout: int notification_action -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder shouldCollapsePanel(boolean) -androidx.appcompat.R$id: int notification_main_column -io.reactivex.internal.subscriptions.SubscriptionArbiter: void request(long) -androidx.vectordrawable.animated.R$styleable: int GradientColor_android_startX -androidx.appcompat.R$styleable: int AppCompatTheme_actionBarDivider -com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setBadgeDrawables(android.util.SparseArray) -wangdaye.com.geometricweather.R$styleable: int State_constraints -com.google.android.material.R$styleable: int ConstraintSet_drawPath -com.xw.repo.bubbleseekbar.R$dimen: R$dimen() -wangdaye.com.geometricweather.R$id: int mtrl_picker_text_input_range_end -wangdaye.com.geometricweather.R$xml: int icon_provider_config -wangdaye.com.geometricweather.R$dimen: int mtrl_tooltip_minHeight -wangdaye.com.geometricweather.R$styleable: int Preference_android_summary -okhttp3.internal.http1.Http1Codec: okhttp3.ResponseBody openResponseBody(okhttp3.Response) -cyanogenmod.weather.WeatherLocation$1: cyanogenmod.weather.WeatherLocation[] newArray(int) -cyanogenmod.providers.WeatherContract$WeatherColumns$WindSpeedUnit: int KPH -wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: WidgetItemView(android.content.Context,android.util.AttributeSet,int) -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: long serialVersionUID -com.google.gson.internal.LazilyParsedNumber: int hashCode() -androidx.appcompat.R$id: int submit_area -wangdaye.com.geometricweather.R$id: int material_timepicker_mode_button -cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.ExternalViewProperties mExternalViewProperties -cyanogenmod.providers.CMSettings$Secure: long getLongForUser(android.content.ContentResolver,java.lang.String,long,int) -com.google.gson.internal.LinkedTreeMap: java.lang.Object writeReplace() -com.amap.api.location.AMapLocation: int x -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver -cyanogenmod.weather.CMWeatherManager$2$2 -wangdaye.com.geometricweather.remoteviews.config.ClockDayVerticalWidgetConfigActivity -james.adaptiveicon.R$dimen: int abc_search_view_preferred_width -com.turingtechnologies.materialscrollbar.R$id: int scrollIndicatorDown -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Metric Metric -androidx.hilt.lifecycle.R$attr: int fontProviderFetchStrategy -wangdaye.com.geometricweather.R$drawable: int ic_circle_white -android.didikee.donate.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarDivider -android.didikee.donate.R$color: int abc_btn_colored_text_material -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Temperature: MfForecastResult$Forecast$Temperature() -androidx.appcompat.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog -com.jaredrummler.android.colorpicker.R$layout: int abc_action_menu_item_layout -androidx.constraintlayout.widget.R$dimen: int notification_small_icon_size_as_large -cyanogenmod.providers.WeatherContract: java.lang.String AUTHORITY -androidx.appcompat.widget.AppCompatSpinner: void setSupportBackgroundTintList(android.content.res.ColorStateList) -cyanogenmod.providers.CMSettings$Secure: java.lang.String QS_LOCATION_ADVANCED -com.amap.api.location.AMapLocationClientOption: long getHttpTimeOut() -okhttp3.internal.http1.Http1Codec$AbstractSource: boolean closed -android.didikee.donate.R$dimen: int hint_pressed_alpha_material_light -androidx.constraintlayout.widget.R$styleable: int Constraint_transitionEasing -com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose: com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose[] a -com.google.android.material.internal.NavigationMenuView -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilitySnow: MfForecastResult$ProbabilityForecast$ProbabilitySnow() -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WindChillTemperature -com.google.android.material.R$drawable: int ic_keyboard_black_24dp -androidx.dynamicanimation.R$attr: int fontWeight -androidx.appcompat.R$layout: int abc_dialog_title_material -androidx.coordinatorlayout.R$color: int ripple_material_light -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer apparentTemperature -okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level[] $VALUES -cyanogenmod.externalviews.ExternalViewProviderService$1$1: android.os.IBinder call() -wangdaye.com.geometricweather.R$drawable: int material_ic_keyboard_arrow_previous_black_24dp -cyanogenmod.app.ICMStatusBarManager$Stub: java.lang.String DESCRIPTOR -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int BLOWING_SNOW -wangdaye.com.geometricweather.R$dimen: int large_margin -com.google.android.material.R$style: int Theme_MaterialComponents_Dialog -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Small -androidx.appcompat.R$id: int textSpacerNoButtons -androidx.constraintlayout.widget.R$styleable: int[] State -io.reactivex.internal.observers.BlockingObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.viewpager2.R$id: int accessibility_action_clickable_span -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: io.reactivex.Scheduler$Worker worker -androidx.recyclerview.R$id: int accessibility_custom_action_1 -retrofit2.ParameterHandler$Field: boolean encoded -wangdaye.com.geometricweather.R$drawable: int notif_temp_16 -com.google.android.material.R$styleable: int AppCompatTextView_autoSizeStepGranularity -androidx.appcompat.R$attr: int actionModeCutDrawable -com.turingtechnologies.materialscrollbar.R$attr: int buttonStyle -androidx.dynamicanimation.R$color: int secondary_text_default_material_light -com.turingtechnologies.materialscrollbar.R$dimen: int abc_cascading_menus_min_smallest_width -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textColorAlertDialogListItem -com.amap.api.location.UmidtokenInfo: long e -okhttp3.internal.http1.Http1Codec: void writeRequest(okhttp3.Headers,java.lang.String) -androidx.vectordrawable.R$drawable: int notification_bg_low -wangdaye.com.geometricweather.R$styleable: int Toolbar_titleMarginTop -androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar -okhttp3.internal.http2.StreamResetException: StreamResetException(okhttp3.internal.http2.ErrorCode) -com.xw.repo.bubbleseekbar.R$color: int notification_icon_bg_color -com.google.android.material.R$string: int mtrl_picker_date_header_unselected -com.turingtechnologies.materialscrollbar.R$color: int design_fab_stroke_top_inner_color -com.google.android.material.R$style: int Widget_AppCompat_SeekBar_Discrete -cyanogenmod.weather.RequestInfo$Builder: boolean mIsQueryOnly -okhttp3.ConnectionPool: void evictAll() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String alarmPic2 -okhttp3.CipherSuite: okhttp3.CipherSuite forJavaName(java.lang.String) -okhttp3.ConnectionSpec: java.util.List cipherSuites() -io.reactivex.internal.operators.observable.ObservableReplay$SizeBoundReplayBuffer: void truncate() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: java.lang.String url -androidx.appcompat.R$attr: int isLightTheme -retrofit2.Retrofit: retrofit2.Converter stringConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[]) -com.tencent.bugly.crashreport.CrashReport$UserStrategy -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_android_thumb -com.turingtechnologies.materialscrollbar.R$color: int design_fab_shadow_end_color -androidx.preference.R$styleable: int ActionBar_subtitleTextStyle -com.tencent.bugly.proguard.y: java.lang.String h -com.tencent.bugly.crashreport.crash.c: void m() -androidx.viewpager.R$color: R$color() -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner -wangdaye.com.geometricweather.R$attr: int bsb_seek_by_section -com.google.android.material.internal.NavigationMenuItemView: void setIconSize(int) -wangdaye.com.geometricweather.R$animator: int linear_indeterminate_line2_tail_interpolator -android.didikee.donate.R$attr: int searchIcon -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight_Dialog_Alert -wangdaye.com.geometricweather.R$drawable: int weather_fog_mini_light -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamily_fontProviderCerts -androidx.hilt.R$id: int right_side -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon -wangdaye.com.geometricweather.R$styleable: int Tooltip_android_minWidth -androidx.coordinatorlayout.R$id: int accessibility_custom_action_10 -com.bumptech.glide.R$dimen: int compat_notification_large_icon_max_width -com.google.android.material.R$id: int chip1 -androidx.appcompat.R$styleable: int Toolbar_navigationContentDescription -retrofit2.RequestFactory$Builder: boolean gotQueryMap -com.tencent.bugly.proguard.aq: java.lang.String d -androidx.preference.R$dimen: int abc_list_item_height_material -com.bumptech.glide.R$styleable: int CoordinatorLayout_statusBarBackground -james.adaptiveicon.R$styleable: int AppCompatTheme_colorPrimaryDark -com.google.android.material.R$styleable: int Constraint_layout_constraintBaseline_creator -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_title -wangdaye.com.geometricweather.R$layout: int abc_screen_content_include -androidx.appcompat.R$styleable: int TextAppearance_textLocale -com.google.android.material.R$attr: int cardViewStyle -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.AirQuality airQuality -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_Switch -com.google.android.material.R$animator: int mtrl_extended_fab_change_size_expand_motion_spec -androidx.preference.R$styleable: int AppCompatTheme_listPopupWindowStyle -okio.HashingSink: okio.HashingSink hmacSha512(okio.Sink,okio.ByteString) -james.adaptiveicon.R$styleable: int AppCompatTheme_switchStyle -androidx.preference.R$color: int material_grey_300 -com.google.android.material.R$style: int Widget_MaterialComponents_Toolbar_Primary -com.google.android.material.R$dimen: int notification_right_icon_size -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: int bufferSize -okhttp3.OkHttpClient: boolean retryOnConnectionFailure -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void registerCallback(cyanogenmod.externalviews.IKeyguardExternalViewCallbacks) -androidx.core.R$drawable: int notification_template_icon_bg -wangdaye.com.geometricweather.R$drawable: int flag_tr -com.github.rahatarmanahmed.cpv.R$string -android.didikee.donate.R$style: int Theme_AppCompat_Light -com.bumptech.glide.R$styleable: int ColorStateListItem_alpha -androidx.appcompat.R$layout: int support_simple_spinner_dropdown_item -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintRight_creator -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode valueOf(java.lang.String) -wangdaye.com.geometricweather.R$layout: int container_main_first_card_header -wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderDivider -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy -com.tencent.bugly.crashreport.crash.anr.a: long c -cyanogenmod.weather.RequestInfo: RequestInfo(cyanogenmod.weather.RequestInfo$1) -wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_7 -wangdaye.com.geometricweather.search.SearchActivityViewModel -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: java.lang.String wind_direct -cyanogenmod.profiles.RingModeSettings$1: cyanogenmod.profiles.RingModeSettings[] newArray(int) -androidx.appcompat.R$drawable: int tooltip_frame_light -wangdaye.com.geometricweather.R$attr: int tooltipText -com.google.android.material.R$style: int Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Large_Inverse -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer cloudCover -androidx.recyclerview.widget.RecyclerView: void setAdapter(androidx.recyclerview.widget.RecyclerView$Adapter) -com.bumptech.glide.integration.okhttp.R$attr: int layout_anchorGravity -com.tencent.bugly.Bugly: boolean isDev() -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Button_Colored -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle -com.google.android.material.R$drawable: int abc_textfield_search_default_mtrl_alpha -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Toolbar -androidx.constraintlayout.widget.R$styleable: int ImageFilterView_contrast -com.turingtechnologies.materialscrollbar.R$attr: int fontProviderFetchTimeout -cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status COMPLETED -okhttp3.internal.http2.Huffman: Huffman() -com.baidu.location.e.l$b: java.lang.String g -com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_TabLayout -androidx.hilt.lifecycle.R$styleable: int Fragment_android_id -androidx.constraintlayout.widget.R$styleable: int Transition_transitionFlags -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: long REQUEST_MASK -androidx.preference.R$styleable: int DialogPreference_dialogMessage -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void onError(java.lang.Throwable) -com.turingtechnologies.materialscrollbar.CustomIndicator -com.google.android.material.R$styleable: int TextInputLayout_suffixTextAppearance -okhttp3.ConnectionPool: int idleConnectionCount() -okhttp3.OkHttpClient: java.util.List DEFAULT_CONNECTION_SPECS -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: long serialVersionUID -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.UV getUV() -wangdaye.com.geometricweather.R$styleable: int ActionBar_divider -org.greenrobot.greendao.AbstractDao: void updateInsideSynchronized(java.lang.Object,android.database.sqlite.SQLiteStatement,boolean) -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind: double speed -androidx.activity.R$styleable: int GradientColorItem_android_offset -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX getAqi() -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_translation_z_pressed -james.adaptiveicon.R$styleable: int AppCompatTheme_textColorSearchUrl -androidx.appcompat.R$style: int Base_Widget_AppCompat_ImageButton -okio.ByteString: ByteString(byte[]) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast: java.lang.Integer freezing -com.google.android.material.slider.RangeSlider: void setMinSeparation(float) -com.google.gson.internal.LinkedTreeMap: java.util.Set entrySet() -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_day_width -okhttp3.Response: Response(okhttp3.Response$Builder) -retrofit2.RequestBuilder: okhttp3.RequestBody body -com.tencent.bugly.proguard.z: byte[] b(byte[],int) -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight_Dialog -com.jaredrummler.android.colorpicker.R$layout: int preference_widget_switch -cyanogenmod.externalviews.KeyguardExternalView$6: KeyguardExternalView$6(cyanogenmod.externalviews.KeyguardExternalView,boolean) -com.google.android.material.textfield.TextInputLayout: void setPlaceholderTextAppearance(int) -androidx.transition.R$id: int transition_scene_layoutid_cache -androidx.appcompat.R$id: int action_divider -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property DegreeDayTemperature -com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String toStr() -com.google.android.material.R$color: int mtrl_text_btn_text_color_selector -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeDegreeDayTemperature -android.didikee.donate.R$style: int Widget_AppCompat_Button -com.jaredrummler.android.colorpicker.R$attr: int actionModeStyle -wangdaye.com.geometricweather.R$color: int colorSearchBarBackground -com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_select_handle_middle_mtrl_dark -org.greenrobot.greendao.AbstractDaoSession: java.util.Collection getAllDaos() -com.turingtechnologies.materialscrollbar.R$styleable: int CardView_cardMaxElevation -wangdaye.com.geometricweather.common.basic.models.weather.Alert: long getAlertId() -james.adaptiveicon.R$attr: int titleMarginBottom -wangdaye.com.geometricweather.R$dimen: int notification_top_pad_large_text -okio.Buffer$UnsafeCursor: int seek(long) -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintTag -com.google.android.material.R$styleable: int AppCompatTheme_dropDownListViewStyle -cyanogenmod.weather.RequestInfo: int access$602(cyanogenmod.weather.RequestInfo,int) -com.amap.api.fence.PoiItem: PoiItem(android.os.Parcel) -okhttp3.internal.connection.RealConnection: boolean isHealthy(boolean) -androidx.lifecycle.ReportFragment: androidx.lifecycle.ReportFragment get(android.app.Activity) -com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.reflect.Type[] getActualTypeArguments() -wangdaye.com.geometricweather.R$styleable: int[] AnimatableIconView -androidx.constraintlayout.widget.R$string: int abc_action_menu_overflow_description -okhttp3.OkHttpClient: javax.net.SocketFactory socketFactory() -com.google.android.material.R$dimen: int mtrl_slider_track_height -wangdaye.com.geometricweather.R$layout: int widget_day_tile -io.reactivex.Observable: io.reactivex.Observable timeout0(long,java.util.concurrent.TimeUnit,io.reactivex.ObservableSource,io.reactivex.Scheduler) -com.github.rahatarmanahmed.cpv.CircularProgressView: void startAnimation() -wangdaye.com.geometricweather.R$styleable: int Chip_closeIconSize -android.didikee.donate.R$color: int bright_foreground_inverse_material_light -cyanogenmod.providers.CMSettings$System: java.lang.String __MAGICAL_TEST_PASSING_ENABLER -wangdaye.com.geometricweather.R$color: int design_default_color_primary_dark -wangdaye.com.geometricweather.R$string: int settings_title_notification_text_color -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_Dialog_MinWidth -com.google.android.material.R$styleable: int[] RangeSlider -cyanogenmod.externalviews.KeyguardExternalView: void onAttachedToWindow() -androidx.appcompat.R$id: int accessibility_custom_action_22 -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Spinner_Underlined -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Body2 -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_hideMotionSpec -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$style: int Base_V21_Theme_AppCompat_Dialog -cyanogenmod.app.IProfileManager$Stub$Proxy: boolean profileExists(android.os.ParcelUuid) -okio.RealBufferedSink$1: void close() -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintLeft_creator -com.amap.api.location.AMapLocationClient: com.amap.api.location.LocationManagerBase a(android.content.Context,android.content.Intent) -com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_size_normal -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_useCompatPadding -androidx.viewpager2.R$id: int action_image -okhttp3.internal.http.RealInterceptorChain -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_shapeAppearance -androidx.preference.R$dimen: int abc_dialog_title_divider_material -com.xw.repo.bubbleseekbar.R$anim: int abc_slide_out_top -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_elevation -com.google.android.material.R$dimen: int mtrl_extended_fab_translation_z_pressed -okio.ByteString: okio.ByteString encodeUtf8(java.lang.String) -io.reactivex.internal.operators.observable.ObservableGroupBy$State: void subscribe(io.reactivex.Observer) -android.didikee.donate.R$styleable: int AppCompatTheme_dialogPreferredPadding -androidx.preference.R$styleable: int AppCompatTheme_textColorSearchUrl -androidx.dynamicanimation.R$dimen: int notification_big_circle_margin -okhttp3.OkHttpClient: java.util.List protocols -androidx.loader.R$styleable: int GradientColor_android_startColor -wangdaye.com.geometricweather.R$drawable: int abc_edit_text_material -androidx.hilt.work.R$id: int accessibility_custom_action_7 -cyanogenmod.alarmclock.ClockContract$AlarmsColumns: java.lang.String HOUR -wangdaye.com.geometricweather.R$color: int mtrl_filled_background_color -wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_showMotionSpec -com.google.android.material.R$dimen: int mtrl_badge_long_text_horizontal_padding -com.google.android.gms.base.R$id: int wide -okio.Buffer: long size -com.google.android.material.slider.Slider: int getTrackHeight() -androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour: androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour MATCH_CONSTRAINT -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void innerSuccess(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dialogTheme -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: void setValue(java.util.List) -okhttp3.Cache$CacheResponseBody: java.lang.String contentType -okhttp3.internal.Util: java.nio.charset.Charset UTF_16_BE -cyanogenmod.weather.WeatherInfo: int describeContents() -wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: AbsTrendItemView(android.content.Context) -james.adaptiveicon.R$attr: int windowFixedHeightMinor -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_137 -com.amap.api.location.AMapLocation$1 -androidx.appcompat.widget.AbsActionBarView: void setContentHeight(int) -androidx.constraintlayout.widget.R$style: int Base_V7_Widget_AppCompat_EditText -wangdaye.com.geometricweather.R$id: int startHorizontal -androidx.appcompat.R$styleable: int TextAppearance_fontFamily -com.google.android.material.R$styleable: int TextAppearance_android_shadowColor -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionButton -wangdaye.com.geometricweather.R$color: int mtrl_outlined_icon_tint -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_android_insetBottom -android.didikee.donate.R$style: int Widget_AppCompat_Toolbar -com.tencent.bugly.crashreport.biz.UserInfoBean: int describeContents() -wangdaye.com.geometricweather.R$styleable: int GradientColor_android_startY -io.reactivex.internal.subscriptions.DeferredScalarSubscription: boolean isEmpty() -wangdaye.com.geometricweather.R$id: int widget_day_week -com.bumptech.glide.R$id: int tag_transition_group -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getCOColor(android.content.Context) -com.jaredrummler.android.colorpicker.R$styleable: int[] SearchView -okhttp3.internal.ws.RealWebSocket$2: okhttp3.internal.ws.RealWebSocket this$0 -com.google.android.material.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_contentInsetEndWithActions -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_handleOffColor -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_min -wangdaye.com.geometricweather.common.basic.models.options.DarkMode: java.lang.String getDarkModeName(android.content.Context) -androidx.activity.R$layout: int notification_template_icon_group -com.xw.repo.bubbleseekbar.R$layout: int abc_alert_dialog_button_bar_material -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Rain -wangdaye.com.geometricweather.R$drawable: int notif_temp_34 -androidx.preference.DialogPreference -androidx.appcompat.resources.R$style: int Widget_Compat_NotificationActionContainer -cyanogenmod.externalviews.ExternalViewProviderService: void onCreate() -com.tencent.bugly.crashreport.BuglyLog: void e(java.lang.String,java.lang.String,java.lang.Throwable) -com.google.android.material.R$dimen: int abc_dialog_min_width_major -okhttp3.internal.tls.DistinguishedNameParser: int pos -androidx.appcompat.R$attr: int colorBackgroundFloating -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult: MfForecastResult() -androidx.appcompat.R$id: int title -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dividerHorizontal -com.turingtechnologies.materialscrollbar.R$dimen: int hint_alpha_material_dark -com.amap.api.location.AMapLocationClientOption$1: java.lang.Object[] newArray(int) -com.google.android.material.floatingactionbutton.FloatingActionButton: void setCompatPressedTranslationZResource(int) -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_removeProfile -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: int limit -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_BottomAppBar_Primary -androidx.constraintlayout.widget.R$attr: int textAppearanceLargePopupMenu -androidx.hilt.R$id: int tag_screen_reader_focusable -com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: boolean done -androidx.work.R$id: int accessibility_custom_action_26 -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_mini_grey -com.tencent.bugly.proguard.ag: byte[] a(byte[]) -com.google.android.material.tabs.TabLayout: android.content.res.ColorStateList getTabRippleColor() -androidx.core.R$attr: int fontProviderCerts -com.google.android.material.R$styleable: int[] ViewBackgroundHelper -com.tencent.bugly.crashreport.common.info.a: boolean a() -io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain: java.lang.String MESSAGE -com.google.android.material.R$styleable: int Chip_hideMotionSpec -androidx.appcompat.R$styleable: int FontFamilyFont_fontStyle -cyanogenmod.app.Profile$1: cyanogenmod.app.Profile createFromParcel(android.os.Parcel) -wangdaye.com.geometricweather.R$attr: int switchTextOn -james.adaptiveicon.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar -com.google.android.material.R$color: int primary_material_dark -okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner: java.lang.Object x509TrustManagerExtensions -wangdaye.com.geometricweather.db.entities.HourlyEntity: long time -androidx.core.R$id: int accessibility_custom_action_4 -retrofit2.ParameterHandler$RelativeUrl -android.didikee.donate.R$styleable: int Toolbar_contentInsetStart -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: void setStatus(int) -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: void setInteractivity(boolean) -com.tencent.bugly.proguard.ao: void a(com.tencent.bugly.proguard.i) -com.bumptech.glide.integration.okhttp.R$attr: int fontProviderQuery -com.tencent.bugly.crashreport.common.strategy.a: com.tencent.bugly.crashreport.common.strategy.a b -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode -com.xw.repo.bubbleseekbar.R$id: int icon -wangdaye.com.geometricweather.R$anim: int abc_shrink_fade_out_from_bottom -com.turingtechnologies.materialscrollbar.R$id: int lastElement -androidx.lifecycle.ProcessLifecycleOwner: void attach(android.content.Context) -androidx.lifecycle.LiveData$ObserverWrapper: LiveData$ObserverWrapper(androidx.lifecycle.LiveData,androidx.lifecycle.Observer) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Snow: double Value -com.google.android.material.R$style: int Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_switchTextOn -com.google.android.gms.common.Feature -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.View onCreatePanelView(int) -androidx.hilt.work.R$styleable: int GradientColor_android_endY -io.reactivex.Observable: io.reactivex.Observable retry(io.reactivex.functions.BiPredicate) -androidx.work.R$styleable: int FontFamilyFont_fontStyle -com.google.android.material.R$style: int Widget_MaterialComponents_Chip_Action -okhttp3.internal.ws.RealWebSocket: void awaitTermination(int,java.util.concurrent.TimeUnit) -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintRight_toRightOf -androidx.transition.R$id: int time -com.tencent.bugly.crashreport.inner.InnerApi: void postCocos2dxCrashAsync(int,java.lang.String,java.lang.String,java.lang.String) -cyanogenmod.profiles.RingModeSettings: java.lang.String RING_MODE_VIBRATE -com.google.android.material.R$dimen: int mtrl_tooltip_minHeight -com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleMarginStart(int) -com.turingtechnologies.materialscrollbar.R$attr: int dividerHorizontal -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean delayErrors -wangdaye.com.geometricweather.background.receiver.widget.WidgetTrendHourlyProvider -com.google.android.material.R$id: int transition_transform -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningMaxCountItems: int colorId -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void onError(java.lang.Throwable) -androidx.preference.R$styleable: int[] SeekBarPreference -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getWindDircStart() -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: int getStatus() -androidx.preference.R$id: int tabMode -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void onError(java.lang.Throwable) -com.google.android.material.slider.Slider: void setHaloRadiusResource(int) -io.reactivex.Observable: io.reactivex.Observable buffer(io.reactivex.ObservableSource,java.util.concurrent.Callable) -com.google.android.material.R$style: int TextAppearance_AppCompat_Small -androidx.vectordrawable.animated.R$id: R$id() -io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_lastVerticalBias -com.google.android.material.R$attr: int numericModifiers -android.didikee.donate.R$id: int time -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_panelMenuListWidth -retrofit2.CompletableFutureCallAdapterFactory$CallCancelCompletableFuture: boolean cancel(boolean) -io.reactivex.Observable: io.reactivex.Observable takeLast(long,java.util.concurrent.TimeUnit,boolean) -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_isThemeBeingProcessed -androidx.preference.R$id: int expanded_menu -androidx.appcompat.R$string: int abc_menu_function_shortcut_label -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: LocationEntityDao$Properties() -androidx.loader.R$drawable -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float totalPrecipitation -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_104 -com.google.android.material.R$dimen: int abc_floating_window_z -com.google.android.material.floatingactionbutton.FloatingActionButton: android.content.res.ColorStateList getSupportBackgroundTintList() -com.amap.api.fence.GeoFence: float m -com.google.android.material.R$attr: int tooltipText -wangdaye.com.geometricweather.R$drawable: int ic_launcher_background -com.turingtechnologies.materialscrollbar.R$attr: int actionModeWebSearchDrawable -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWeatherCode(wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode) -cyanogenmod.hardware.CMHardwareManager: int COLOR_CALIBRATION_DEFAULT_INDEX -android.didikee.donate.R$style: int Widget_AppCompat_ImageButton -androidx.hilt.R$styleable: int GradientColor_android_endY -com.jaredrummler.android.colorpicker.R$anim: int abc_fade_in -wangdaye.com.geometricweather.R$drawable: int material_ic_keyboard_arrow_right_black_24dp -com.tencent.bugly.proguard.u: java.lang.Object j -androidx.appcompat.R$styleable: int TextAppearance_android_textColorLink -okio.Okio: okio.Source source(java.io.InputStream) -okhttp3.internal.http2.Http2Connection: java.util.concurrent.ExecutorService pushExecutor -com.google.android.material.chip.Chip: float getChipStrokeWidth() -cyanogenmod.app.LiveLockScreenManager: cyanogenmod.app.ILiveLockScreenManager getService() -android.didikee.donate.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog -com.google.android.material.R$styleable: int TabLayout_tabPaddingBottom -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver INNER_DISPOSED -com.google.android.material.R$attr: int collapseContentDescription -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: float unitFactor -com.turingtechnologies.materialscrollbar.R$attr: int actionViewClass -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_RatingBar_Small -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getLockWallpaperThemePackageName() -androidx.recyclerview.widget.RecyclerView: RecyclerView(android.content.Context) -wangdaye.com.geometricweather.R$drawable: int ic_chronus -wangdaye.com.geometricweather.R$string: int visibility -wangdaye.com.geometricweather.R$attr: int updatesContinuously -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: java.lang.String getValue() -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem -com.google.android.material.circularreveal.CircularRevealRelativeLayout: void setCircularRevealOverlayDrawable(android.graphics.drawable.Drawable) -androidx.customview.R$attr: int fontProviderFetchTimeout -com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_min_width_major -androidx.constraintlayout.widget.R$style: int Base_DialogWindowTitle_AppCompat -com.google.android.material.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item -com.tencent.bugly.proguard.r: java.lang.String f -cyanogenmod.weather.CMWeatherManager$RequestStatus: int FAILED -androidx.appcompat.R$styleable: int AppCompatTextHelper_android_drawableRight -okhttp3.ConnectionPool: long cleanup(long) -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle -wangdaye.com.geometricweather.R$id: int autoCompleteToEnd -cyanogenmod.providers.CMSettings$Secure$1 -okhttp3.internal.Internal: void put(okhttp3.ConnectionPool,okhttp3.internal.connection.RealConnection) -com.google.android.material.R$styleable: int TextInputLayout_startIconContentDescription -james.adaptiveicon.R$attr: int autoCompleteTextViewStyle -okhttp3.OkHttpClient: okhttp3.ConnectionPool connectionPool -com.jaredrummler.android.colorpicker.R$drawable: int abc_textfield_default_mtrl_alpha -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ButtonBar_AlertDialog -wangdaye.com.geometricweather.R$style: int Base_Animation_AppCompat_DropDownUp -com.google.android.material.chip.Chip: void setGravity(int) -androidx.preference.R$style: int Widget_AppCompat_AutoCompleteTextView -com.amap.api.location.APSService: boolean c -wangdaye.com.geometricweather.R$styleable: int Slider_thumbRadius -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Minimum: int UnitType -com.turingtechnologies.materialscrollbar.R$attr: int itemTextAppearanceActive -com.turingtechnologies.materialscrollbar.R$string: int abc_menu_space_shortcut_label -androidx.work.R$id: int accessibility_custom_action_15 -com.google.android.material.R$styleable: int TextAppearance_android_textColorHint -io.reactivex.internal.subscribers.StrictSubscriber: org.reactivestreams.Subscriber downstream -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableTintMode -com.google.android.material.R$layout: int mtrl_alert_dialog_title -wangdaye.com.geometricweather.R$styleable: int Chip_checkedIconVisible -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHorizontal_weight -androidx.preference.R$string: int abc_capital_off -wangdaye.com.geometricweather.R$dimen: int widget_title_text_size -com.turingtechnologies.materialscrollbar.R$attr: int fontFamily -james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light -com.google.android.material.R$drawable: int abc_spinner_textfield_background_material -cyanogenmod.app.Profile$NotificationLightMode: Profile$NotificationLightMode() -com.google.android.material.R$attr: int listItemLayout -androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_marginTop -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours Past9Hours -com.xw.repo.bubbleseekbar.R$attr: int windowActionBar -wangdaye.com.geometricweather.R$styleable: int StateListDrawableItem_android_drawable -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_OutlinedButton -androidx.preference.R$styleable: int AppCompatTheme_switchStyle -com.google.android.material.R$attr: int listMenuViewStyle -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeWindChillTemperature -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_8 -wangdaye.com.geometricweather.R$attr: int actionModeCloseButtonStyle -androidx.preference.R$id: int progress_circular -androidx.appcompat.widget.ActivityChooserModel -com.turingtechnologies.materialscrollbar.R$attr: int alertDialogTheme -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$LocalSource: java.lang.String Name -com.jaredrummler.android.colorpicker.R$id: int right_icon -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Dialog_FixedSize -com.google.android.material.R$color: int mtrl_bottom_nav_item_tint -james.adaptiveicon.R$attr: int showAsAction -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Subhead -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder retryOnConnectionFailure(boolean) -cyanogenmod.media.MediaRecorder: java.lang.String EXTRA_CURRENT_PACKAGE_NAME -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float rain1h -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeDegreeDayTemperature(java.lang.Integer) -wangdaye.com.geometricweather.R$attr: int indicatorColors -wangdaye.com.geometricweather.R$id: int reservedNamedId -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: boolean isDisposed() -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Button_Borderless -com.xw.repo.bubbleseekbar.R$attr: int actionBarPopupTheme -okio.ForwardingTimeout: okio.Timeout timeout(long,java.util.concurrent.TimeUnit) -wangdaye.com.geometricweather.R$string: int app_name -com.jaredrummler.android.colorpicker.R$attr: int dialogCornerRadius -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: io.reactivex.disposables.Disposable upstream -androidx.recyclerview.R$id: int accessibility_custom_action_19 -androidx.appcompat.R$attr: int listPreferredItemPaddingRight -wangdaye.com.geometricweather.R$style: int Preference_DialogPreference_Material -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_ActionBar -wangdaye.com.geometricweather.R$layout: int widget_day_mini -com.bumptech.glide.R$id: int glide_custom_view_target_tag -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String PRESENT_AS_THEME -wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_text_light_normal -okhttp3.internal.Internal -retrofit2.RequestFactory$Builder: boolean isFormEncoded -cyanogenmod.externalviews.KeyguardExternalViewProviderService$1: cyanogenmod.externalviews.KeyguardExternalViewProviderService this$0 -androidx.lifecycle.Lifecycling: int GENERATED_CALLBACK -androidx.appcompat.view.menu.ListMenuItemView: void setForceShowIcon(boolean) -com.google.android.material.R$styleable: int Constraint_barrierDirection -io.reactivex.Observable: io.reactivex.Observable combineLatestDelayError(java.lang.Iterable,io.reactivex.functions.Function) -wangdaye.com.geometricweather.R$attr: int bsb_section_text_size -wangdaye.com.geometricweather.R$color: int colorLevel_6 -com.baidu.location.e.l$b: int e -androidx.lifecycle.extensions.R$dimen: int notification_top_pad -com.google.android.material.R$styleable: int MaterialCardView_shapeAppearanceOverlay -androidx.legacy.coreutils.R$styleable: int FontFamilyFont_android_fontStyle -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: boolean syncFused -androidx.preference.R$dimen: int abc_disabled_alpha_material_light -android.didikee.donate.R$styleable: int MenuItem_android_menuCategory -com.google.android.material.R$id: int cos -androidx.viewpager2.R$styleable: int FontFamilyFont_android_fontStyle -androidx.coordinatorlayout.R$styleable: int FontFamilyFont_fontWeight -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.HistoryEntity) -wangdaye.com.geometricweather.R$color: int abc_tint_btn_checkable -androidx.appcompat.resources.R$color: int notification_icon_bg_color -wangdaye.com.geometricweather.R$styleable: int Badge_badgeGravity -androidx.appcompat.resources.R$styleable: int[] FontFamily -wangdaye.com.geometricweather.R$id: int item_trend_hourly -androidx.constraintlayout.widget.R$attr: int actionModeCutDrawable -cyanogenmod.app.suggest.ApplicationSuggestion$1: java.lang.Object createFromParcel(android.os.Parcel) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowFixedWidthMinor -wangdaye.com.geometricweather.R$styleable: int Layout_android_orientation -wangdaye.com.geometricweather.R$attr: int flow_lastHorizontalBias -okio.Buffer: int readIntLe() -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder parse(okhttp3.HttpUrl,java.lang.String) -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void onComplete() -wangdaye.com.geometricweather.R$string: int content_des_add_current_location -androidx.appcompat.widget.SwitchCompat: android.content.res.ColorStateList getTrackTintList() -wangdaye.com.geometricweather.R$styleable: int Chip_rippleColor -com.google.android.material.R$style: int TextAppearance_AppCompat -com.jaredrummler.android.colorpicker.R$dimen: int highlight_alpha_material_colored -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedNoLast: void complete() -com.xw.repo.bubbleseekbar.R$attr: int showDividers -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX speed -wangdaye.com.geometricweather.R$string: int mtrl_picker_text_input_day_abbr -com.google.android.material.textfield.TextInputLayout: void setBoxStrokeWidthResource(int) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable -androidx.activity.R$id: int accessibility_custom_action_1 -androidx.appcompat.R$dimen: int abc_progress_bar_height_material -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Subtitle2 -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void cancelTimer() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen: java.lang.String Category -com.xw.repo.bubbleseekbar.R$color: int foreground_material_light -com.google.android.material.R$layout: int select_dialog_multichoice_material -wangdaye.com.geometricweather.R$layout: int preference_widget_checkbox -android.didikee.donate.R$attr: int searchHintIcon -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: void setUnit(java.lang.String) -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup -androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type[] values() -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType DeleteAll -wangdaye.com.geometricweather.R$attr: int useCompatPadding -androidx.transition.R$id: int text2 -com.jaredrummler.android.colorpicker.R$attr: int autoCompleteTextViewStyle -androidx.transition.R$id: int action_image -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_translationX -com.google.android.material.R$layout: int select_dialog_item_material -com.jaredrummler.android.colorpicker.R$layout: int preference -androidx.lifecycle.extensions.R$drawable -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: ObservableRepeatWhen$RepeatWhenObserver(io.reactivex.Observer,io.reactivex.subjects.Subject,io.reactivex.ObservableSource) -androidx.constraintlayout.widget.R$styleable: int ImageFilterView_round -james.adaptiveicon.R$style: int Theme_AppCompat_DayNight_Dialog_Alert -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: int requestFusion(int) -androidx.activity.R$layout: int custom_dialog -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light_Dialog -wangdaye.com.geometricweather.R$dimen: int mtrl_bottomappbar_height -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_counterEnabled -androidx.viewpager.R$integer: int status_bar_notification_info_maxnum -com.google.android.material.R$string: int mtrl_picker_toggle_to_text_input_mode -com.xw.repo.bubbleseekbar.R$string: int abc_action_menu_overflow_description -com.google.android.material.R$attr: int dropdownListPreferredItemHeight -cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void onPause() -com.turingtechnologies.materialscrollbar.R$attr: int textStartPadding -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: io.reactivex.functions.Function mapper -okio.BufferedSink: okio.BufferedSink write(okio.Source,long) -retrofit2.BuiltInConverters$RequestBodyConverter: retrofit2.BuiltInConverters$RequestBodyConverter INSTANCE -com.bumptech.glide.R$style: int TextAppearance_Compat_Notification_Title -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color: java.lang.String Hex -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light -com.turingtechnologies.materialscrollbar.R$layout: int design_navigation_item_subheader -com.google.android.material.R$styleable: int ActionBar_progressBarPadding -com.turingtechnologies.materialscrollbar.R$integer: R$integer() -com.tencent.bugly.proguard.f: int b -wangdaye.com.geometricweather.R$attr: int mock_diagonalsColor -com.xw.repo.bubbleseekbar.R$dimen: int tooltip_y_offset_touch -okhttp3.Cache: int ENTRY_BODY -james.adaptiveicon.R$dimen: int abc_button_inset_vertical_material -androidx.appcompat.R$drawable: int abc_seekbar_thumb_material -okhttp3.OkHttpClient$Builder: okhttp3.internal.tls.CertificateChainCleaner certificateChainCleaner -wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: WidgetItemView(android.content.Context,android.util.AttributeSet) -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setCheckable(boolean) -james.adaptiveicon.R$id: int search_edit_frame -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_editor_absoluteY -com.google.android.material.R$style: int TextAppearance_Compat_Notification_Title -wangdaye.com.geometricweather.R$drawable: int widget_card_dark_0 -com.tencent.bugly.proguard.z: boolean b(android.content.Context,java.lang.String) -com.google.android.gms.base.R$color: int common_google_signin_btn_text_light_disabled -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay -wangdaye.com.geometricweather.R$attr: int adjustable -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onDetach() -wangdaye.com.geometricweather.R$drawable: int ic_launcher -androidx.fragment.R$dimen: int compat_button_inset_vertical_material -androidx.recyclerview.R$dimen: int notification_content_margin_start -james.adaptiveicon.R$attr: int srcCompat -james.adaptiveicon.R$style: int Base_Widget_AppCompat_CompoundButton_Switch -androidx.constraintlayout.widget.R$dimen: int highlight_alpha_material_light -wangdaye.com.geometricweather.R$string: int daytime -androidx.constraintlayout.widget.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_1 -james.adaptiveicon.R$styleable: int ActionBar_itemPadding -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property HoursOfSun -okhttp3.internal.http2.Http2Connection: void writeWindowUpdateLater(int,long) -androidx.hilt.lifecycle.R$styleable: int GradientColor_android_startX -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_verticalStyle -wangdaye.com.geometricweather.R$layout: int design_layout_snackbar_include -retrofit2.RequestFactory$Builder: boolean gotField -androidx.constraintlayout.utils.widget.ImageFilterButton: float getWarmth() -androidx.core.R$string: int status_bar_notification_info_overflow -androidx.preference.R$style: int Widget_AppCompat_RatingBar -com.turingtechnologies.materialscrollbar.R$color: int cardview_shadow_end_color -com.turingtechnologies.materialscrollbar.R$attr: int errorEnabled -cyanogenmod.app.Profile$1: Profile$1() -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Display3 -com.turingtechnologies.materialscrollbar.R$string: int abc_menu_ctrl_shortcut_label -com.amap.api.location.AMapLocation: java.lang.String getCity() -androidx.appcompat.R$dimen: int abc_search_view_preferred_height -androidx.appcompat.widget.ActionMenuView: void setPresenter(androidx.appcompat.widget.ActionMenuPresenter) -wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_backgroundTint -com.google.android.material.R$styleable: int RangeSlider_minSeparation -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionButton_Overflow -com.google.android.material.transformation.FabTransformationBehavior: FabTransformationBehavior() -com.google.android.material.R$color: int mtrl_fab_bg_color_selector -androidx.constraintlayout.widget.R$id: int aligned -com.amap.api.location.AMapLocationClient: void setLocationListener(com.amap.api.location.AMapLocationListener) -com.amap.api.location.AMapLocationClient: void startAssistantLocation() -cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper: cyanogenmod.app.CustomTileListenerService this$0 -androidx.preference.R$style: int Platform_Widget_AppCompat_Spinner -james.adaptiveicon.R$styleable: int Toolbar_contentInsetStartWithNavigation -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintDimensionRatio -androidx.appcompat.R$styleable: int ActionBar_contentInsetLeft -androidx.preference.R$style: int Widget_AppCompat_RatingBar_Indicator -com.google.android.material.R$styleable: int[] ShapeAppearance -androidx.constraintlayout.widget.R$attr: int layout_constraintCircleRadius -androidx.annotation.Keep -com.tencent.bugly.proguard.p: long a(com.tencent.bugly.proguard.p,java.lang.String,android.content.ContentValues,com.tencent.bugly.proguard.o) -com.tencent.bugly.crashreport.common.info.a: java.lang.String n() -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: void setNightIconDrawable(android.graphics.drawable.Drawable) -okhttp3.ConnectionPool: okhttp3.internal.connection.RouteDatabase routeDatabase -com.xw.repo.bubbleseekbar.R$attr: int actionButtonStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: java.lang.String defenseText -okhttp3.internal.ws.WebSocketReader: byte[] maskKey -okhttp3.Cache$Entry: boolean matches(okhttp3.Request,okhttp3.Response) -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: boolean requestDismiss() -com.turingtechnologies.materialscrollbar.R$attr: int actionBarPopupTheme -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: int getTemperature(int) -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionBar -wangdaye.com.geometricweather.weather.json.mf.MfLocationResult -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_saveFlags -androidx.appcompat.R$drawable: int abc_edit_text_material -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$6: KeyguardExternalViewProviderService$Provider$ProviderImpl$6(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) -cyanogenmod.app.Profile$LockMode: int DISABLE -com.tencent.bugly.crashreport.crash.h5.a: java.lang.String c -wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date moonSetDate -android.didikee.donate.R$color: int abc_search_url_text_selected -wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String getCityId() -wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_lightOnTouch -cyanogenmod.weather.WeatherLocation$1: WeatherLocation$1() -androidx.constraintlayout.widget.R$color: int abc_tint_default -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed Speed -james.adaptiveicon.R$dimen: int abc_dropdownitem_icon_width -com.tencent.bugly.crashreport.crash.h5.H5JavaScriptInterface: com.tencent.bugly.crashreport.crash.h5.H5JavaScriptInterface getInstance(com.tencent.bugly.crashreport.CrashReport$WebViewInterface) -com.google.android.material.floatingactionbutton.FloatingActionButton: float getCompatPressedTranslationZ() -wangdaye.com.geometricweather.R$id: int largeLabel -com.tencent.bugly.proguard.f: int g -cyanogenmod.app.CustomTile$ExpandedStyle: CustomTile$ExpandedStyle() -com.jaredrummler.android.colorpicker.R$dimen: int abc_search_view_preferred_width -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: java.util.List indices -wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.String direction -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: java.lang.String getValue() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Metric Metric -retrofit2.ParameterHandler$QueryName -okio.RealBufferedSink: okio.Buffer buffer() -com.google.android.material.R$attr: int placeholderText -wangdaye.com.geometricweather.common.basic.models.weather.Hourly -cyanogenmod.weatherservice.WeatherProviderService$1 -com.turingtechnologies.materialscrollbar.R$id: int time -android.didikee.donate.R$styleable: int AppCompatTheme_imageButtonStyle -androidx.preference.R$attr: int dropdownListPreferredItemHeight -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Menu -com.xw.repo.bubbleseekbar.R$drawable: int abc_switch_thumb_material -com.google.android.material.R$layout: int design_navigation_menu -wangdaye.com.geometricweather.R$attr: int passwordToggleTintMode -wangdaye.com.geometricweather.R$layout: int activity_about -wangdaye.com.geometricweather.R$attr: int tabIndicatorFullWidth -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: KeyguardExternalViewProviderService$Provider(cyanogenmod.externalviews.KeyguardExternalViewProviderService,android.os.Bundle) -androidx.appcompat.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding -com.google.android.material.R$styleable: int ShapeAppearance_cornerFamilyTopLeft -wangdaye.com.geometricweather.R$id: int activity_widget_config_showCardSpinner -com.google.android.material.R$styleable: int Constraint_layout_constraintStart_toStartOf -cyanogenmod.app.ProfileGroup$1: ProfileGroup$1() -androidx.appcompat.R$id: int accessibility_custom_action_30 -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onDetach -retrofit2.Utils$ParameterizedTypeImpl: java.lang.reflect.Type ownerType -androidx.appcompat.widget.ActionBarOverlayLayout -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_title -okhttp3.internal.http.StatusLine: int HTTP_TEMP_REDIRECT -com.google.android.material.tabs.TabLayout: void setSelectedTabIndicatorGravity(int) -androidx.viewpager2.R$styleable: int RecyclerView_android_orientation -wangdaye.com.geometricweather.R$color: int primary_dark_material_light -wangdaye.com.geometricweather.R$styleable: int GradientColor_android_endY -org.greenrobot.greendao.database.DatabaseOpenHelper: java.lang.String name -androidx.preference.R$attr: int panelMenuListTheme -android.didikee.donate.R$layout: int abc_alert_dialog_title_material -james.adaptiveicon.R$style: int ThemeOverlay_AppCompat -com.turingtechnologies.materialscrollbar.DragScrollBar: boolean getHide() -com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_fabAnimationMode -androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory: androidx.lifecycle.ViewModel create(java.lang.Class) -androidx.hilt.R$id: int line1 -androidx.preference.R$styleable: int RecyclerView_reverseLayout -androidx.constraintlayout.widget.Placeholder: android.view.View getContent() -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: void drain() -com.jaredrummler.android.colorpicker.R$layout: int abc_list_menu_item_icon -androidx.constraintlayout.widget.ConstraintLayout: void setOnConstraintsChanged(androidx.constraintlayout.widget.ConstraintsChangedListener) -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_textFontWeight -androidx.constraintlayout.widget.R$styleable: int KeyCycle_framePosition -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: long serialVersionUID -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult: MfCurrentResult() -wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: java.lang.String providerId -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: boolean isEmpty() -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: java.util.Date Date -androidx.legacy.coreutils.R$color: R$color() -androidx.preference.R$layout: int select_dialog_item_material -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: boolean isDisposed() -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorAccent -okhttp3.internal.tls.DistinguishedNameParser: java.lang.String quotedAV() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: java.lang.String getUrl() -com.tencent.bugly.proguard.x: boolean b(java.lang.String,java.lang.Object[]) -com.google.android.material.R$styleable: int TextInputLayout_suffixText -androidx.constraintlayout.widget.R$attr: int layout_editor_absoluteX -okhttp3.internal.http2.Http2Writer: void synStream(boolean,int,int,java.util.List) -androidx.appcompat.R$styleable: int AppCompatTextView_autoSizePresetSizes -androidx.constraintlayout.widget.R$styleable: int Layout_layout_goneMarginEnd -wangdaye.com.geometricweather.R$array: int weather_source_values -io.reactivex.Observable: io.reactivex.Observable doFinally(io.reactivex.functions.Action) -org.greenrobot.greendao.identityscope.IdentityScopeType: org.greenrobot.greendao.identityscope.IdentityScopeType[] values() -androidx.appcompat.R$id: int tag_accessibility_pane_title -wangdaye.com.geometricweather.R$id: int circle_center -com.turingtechnologies.materialscrollbar.R$attr: int tabIndicatorAnimationDuration -okhttp3.Cache$Entry: okhttp3.Headers varyHeaders -james.adaptiveicon.R$styleable: int Toolbar_titleTextAppearance -com.turingtechnologies.materialscrollbar.R$attr: int lineHeight -james.adaptiveicon.R$color: int bright_foreground_inverse_material_dark -com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemRippleColor -com.google.android.material.R$styleable: int[] MotionTelltales -androidx.preference.R$styleable: int AppCompatTextView_drawableTopCompat -androidx.constraintlayout.widget.R$attr: int windowActionBarOverlay -com.turingtechnologies.materialscrollbar.Indicator: int getIndicatorHeight() -wangdaye.com.geometricweather.R$drawable: int notif_temp_131 -androidx.appcompat.R$dimen: int notification_subtext_size -com.google.android.material.R$string: int path_password_eye_mask_visible -androidx.legacy.coreutils.R$styleable: int FontFamilyFont_android_fontVariationSettings -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintCircleRadius -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void onTimeoutError(long,java.lang.Throwable) -androidx.preference.R$color: int abc_hint_foreground_material_light -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_Button -androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle -androidx.preference.R$styleable: int FontFamily_fontProviderFetchTimeout -com.google.android.material.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable -com.jaredrummler.android.colorpicker.R$attr: int ratingBarStyle -com.google.gson.stream.JsonWriter: java.lang.String indent -wangdaye.com.geometricweather.R$attr: int switchTextOff -okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.lang.String[] EMPTY_RULE -com.google.android.material.card.MaterialCardView: void setShapeAppearanceModel(com.google.android.material.shape.ShapeAppearanceModel) -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: float getTrimPathEnd() -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder sslSocketFactory(javax.net.ssl.SSLSocketFactory) -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property District -retrofit2.ParameterHandler$Path: void apply(retrofit2.RequestBuilder,java.lang.Object) -wangdaye.com.geometricweather.R$color: int colorRootDark -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense -androidx.constraintlayout.widget.ConstraintHelper: void setIds(java.lang.String) -com.google.android.material.R$color: int button_material_light -okhttp3.internal.http.RealResponseBody: okio.BufferedSource source() -com.google.android.material.R$dimen: int mtrl_calendar_selection_baseline_to_top_fullscreen -androidx.constraintlayout.widget.R$attr: int buttonGravity -com.google.android.material.R$dimen: int design_tab_max_width -androidx.constraintlayout.widget.R$styleable: int[] KeyAttribute -androidx.constraintlayout.widget.R$attr: int isLightTheme -okio.Buffer$UnsafeCursor: int end -okhttp3.internal.connection.RealConnection: okhttp3.ConnectionPool connectionPool -com.tencent.bugly.proguard.an: long e -androidx.appcompat.resources.R$id: int accessibility_custom_action_16 -okhttp3.internal.http2.Http2Stream: okio.Source getSource() -androidx.work.impl.background.systemalarm.RescheduleReceiver: RescheduleReceiver() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean onSearchRequested() -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void startFirstTimeout(io.reactivex.ObservableSource) -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_background -com.xw.repo.bubbleseekbar.R$layout: int abc_search_dropdown_item_icons_2line -wangdaye.com.geometricweather.R$id: int activity_widget_config_viewStyleTitle -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getThemePackageNameForComponent(java.lang.String) -wangdaye.com.geometricweather.R$attr: int singleSelection -wangdaye.com.geometricweather.R$id: int drawerLayout -okhttp3.RequestBody$1: okhttp3.MediaType val$contentType -androidx.appcompat.widget.SwitchCompat: void setThumbPosition(float) -com.tencent.bugly.proguard.q -james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem -com.google.android.material.slider.RangeSlider: void setThumbStrokeColorResource(int) -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setHideMotionSpec(com.google.android.material.animation.MotionSpec) -james.adaptiveicon.R$id: int image -cyanogenmod.weather.RequestInfo$Builder: int mTempUnit -androidx.fragment.app.FragmentContainerView: FragmentContainerView(android.content.Context,android.util.AttributeSet,int) -androidx.viewpager2.R$id: int accessibility_custom_action_16 -androidx.lifecycle.ViewModelProvider: ViewModelProvider(androidx.lifecycle.ViewModelStoreOwner) -androidx.appcompat.resources.R$id: int accessibility_custom_action_18 -wangdaye.com.geometricweather.R$attr: int measureWithLargestChild -com.google.android.material.slider.Slider: Slider(android.content.Context,android.util.AttributeSet,int) -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem -com.google.android.material.R$styleable: int Constraint_android_orientation -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeRainPrecipitation(java.lang.Float) -androidx.constraintlayout.widget.R$layout: int abc_action_menu_item_layout -com.xw.repo.bubbleseekbar.R$id: int group_divider -androidx.constraintlayout.widget.R$styleable: int SearchView_closeIcon -com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior: AppBarLayout$ScrollingViewBehavior(android.content.Context,android.util.AttributeSet) -androidx.preference.R$attr: int popupTheme -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_popupMenuStyle -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle -retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: io.reactivex.Observer observer -com.google.android.material.appbar.CollapsingToolbarLayout: android.graphics.drawable.Drawable getStatusBarScrim() -com.tencent.bugly.proguard.i: boolean[] d(int,boolean) -wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setDbz(java.lang.Integer) -com.tencent.bugly.crashreport.biz.b: long h -okhttp3.Cookie: long expiresAt -com.google.android.material.R$drawable: int notify_panel_notification_icon_bg -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title -com.jaredrummler.android.colorpicker.R$style: int Base_V23_Theme_AppCompat_Light -androidx.appcompat.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle -com.turingtechnologies.materialscrollbar.R$drawable: int abc_popup_background_mtrl_mult -com.google.android.material.R$styleable: int ConstraintSet_layout_goneMarginLeft -com.tencent.bugly.crashreport.common.strategy.StrategyBean: long y -androidx.core.R$style: int TextAppearance_Compat_Notification_Info -androidx.lifecycle.LiveData$1: void run() -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler getInstance(android.content.Context,com.tencent.bugly.crashreport.common.info.a,com.tencent.bugly.crashreport.crash.b,com.tencent.bugly.crashreport.common.strategy.a,com.tencent.bugly.proguard.w,boolean,java.lang.String) -com.github.rahatarmanahmed.cpv.CircularProgressView: android.animation.AnimatorSet createIndeterminateAnimator(float) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: void setNames(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX) -com.bumptech.glide.R$dimen: int notification_right_icon_size -androidx.preference.R$attr: int arrowHeadLength -com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_startY -org.greenrobot.greendao.AbstractDao: void insertInTx(java.lang.Object[]) -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamily_fontProviderFetchStrategy -com.google.android.material.R$styleable: int ShapeableImageView_shapeAppearance -cyanogenmod.profiles.ConnectionSettings: void readFromParcel(android.os.Parcel) -com.jaredrummler.android.colorpicker.R$attr: int hideOnContentScroll -com.google.android.material.textfield.TextInputLayout: void addOnEndIconChangedListener(com.google.android.material.textfield.TextInputLayout$OnEndIconChangedListener) -wangdaye.com.geometricweather.wallpaper.LiveWallpaperConfigActivity -androidx.constraintlayout.widget.R$color: int error_color_material_dark -android.didikee.donate.R$styleable: int AppCompatTheme_actionModePasteDrawable -com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String u -io.reactivex.Observable: io.reactivex.Observable skipLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -wangdaye.com.geometricweather.R$attr: int sizePercent -wangdaye.com.geometricweather.R$drawable: int notif_temp_120 -com.google.android.material.floatingactionbutton.FloatingActionButton$Behavior -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int SnowProbability -wangdaye.com.geometricweather.R$string: int phase_new -com.google.android.gms.common.api.internal.zaab -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: int[] getVibratorIntensity() -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse -com.google.android.gms.common.api.UnsupportedApiCallException: java.lang.String getMessage() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather: java.lang.String info -cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_setZenModeWithDuration -cyanogenmod.weatherservice.WeatherProviderService$1: void cancelOngoingRequests() -cyanogenmod.themes.IThemeService: void requestThemeChange(cyanogenmod.themes.ThemeChangeRequest,boolean) -com.google.android.material.R$attr: int panelBackground -androidx.drawerlayout.R$styleable: int GradientColor_android_startX -com.google.android.gms.common.api.ApiException: com.google.android.gms.common.api.Status mStatus -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Metric: AccuCurrentResult$Visibility$Metric() -wangdaye.com.geometricweather.R$id: int month_navigation_fragment_toggle -cyanogenmod.hardware.CMHardwareManager: java.lang.String TAG -com.google.android.material.R$attr: int layoutManager -wangdaye.com.geometricweather.R$styleable: int Slider_thumbStrokeWidth -androidx.appcompat.R$style: int Base_V21_Theme_AppCompat -androidx.appcompat.R$attr: int iconTintMode -wangdaye.com.geometricweather.R$drawable: int ic_mtrl_chip_checked_black -com.google.android.gms.base.R$styleable -androidx.preference.R$styleable: int SearchView_suggestionRowLayout -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: void setPrecipitation(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean) -androidx.transition.R$id: int transition_position -androidx.preference.R$styleable: int[] Preference -cyanogenmod.power.PerformanceManager: cyanogenmod.power.IPerformanceManager sService -cyanogenmod.app.ProfileGroup: void setLightsMode(cyanogenmod.app.ProfileGroup$Mode) -com.tencent.bugly.crashreport.common.strategy.StrategyBean: java.lang.String d -androidx.viewpager2.R$dimen: int compat_notification_large_icon_max_width -io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: boolean done -androidx.lifecycle.LiveData$1: androidx.lifecycle.LiveData this$0 -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Large -com.xw.repo.bubbleseekbar.R$attr: int titleMarginTop -com.google.android.material.R$dimen: int notification_small_icon_size_as_large -wangdaye.com.geometricweather.R$attr: int mock_labelBackgroundColor -james.adaptiveicon.R$attr: int actionModePopupWindowStyle -wangdaye.com.geometricweather.R$drawable: int shortcuts_thunderstorm_foreground -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_EXPORT_WITH_RC4_40_MD5 -james.adaptiveicon.R$attr: int actionModeCloseButtonStyle -cyanogenmod.providers.CMSettings$CMSettingNotFoundException: CMSettings$CMSettingNotFoundException(java.lang.String) -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX$InfoX info -james.adaptiveicon.R$attr: int imageButtonStyle -cyanogenmod.weather.RequestInfo: RequestInfo(android.os.Parcel,cyanogenmod.weather.RequestInfo$1) -androidx.appcompat.R$style: int Base_Theme_AppCompat_Light -com.google.android.material.R$dimen: int abc_progress_bar_height_material -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_padding_bottom -cyanogenmod.weather.CMWeatherManager$RequestStatus: int ALREADY_IN_PROGRESS -wangdaye.com.geometricweather.R$attr: int checked_background_color -androidx.vectordrawable.R$drawable: int notification_action_background -wangdaye.com.geometricweather.R$dimen: int design_fab_elevation -io.reactivex.internal.disposables.EmptyDisposable: void error(java.lang.Throwable,io.reactivex.Observer) -okhttp3.logging.LoggingEventListener$Factory: LoggingEventListener$Factory() -io.reactivex.Observable: io.reactivex.Observable throttleLast(long,java.util.concurrent.TimeUnit) -com.turingtechnologies.materialscrollbar.R$attr: int actionModeShareDrawable -com.jaredrummler.android.colorpicker.ColorPickerView: int getColor() -com.turingtechnologies.materialscrollbar.R$drawable: int notification_tile_bg -okhttp3.internal.cache.FaultHidingSink: FaultHidingSink(okio.Sink) -androidx.constraintlayout.widget.R$attr: int flow_maxElementsWrap -wangdaye.com.geometricweather.R$dimen: int mtrl_fab_elevation -androidx.appcompat.R$layout: int abc_search_view -androidx.preference.R$id: int notification_main_column -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_icon -wangdaye.com.geometricweather.R$attr: int maxImageSize -wangdaye.com.geometricweather.R$attr: int statusBarScrim -okhttp3.internal.io.FileSystem: okio.Sink sink(java.io.File) -android.didikee.donate.R$attr: int backgroundTintMode -com.google.android.material.R$styleable: int CustomAttribute_customColorDrawableValue -wangdaye.com.geometricweather.R$id: int center -androidx.appcompat.R$styleable: int AppCompatTheme_actionDropDownStyle -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property O3 -androidx.preference.R$styleable: int Fragment_android_name -androidx.lifecycle.OnLifecycleEvent: androidx.lifecycle.Lifecycle$Event value() -wangdaye.com.geometricweather.R$styleable: int Toolbar_menu -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_pre_l_text_clip_padding -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit IN -com.turingtechnologies.materialscrollbar.R$style: int Base_V26_Theme_AppCompat -com.google.android.material.R$dimen: int abc_config_prefDialogWidth -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIndicator -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_divider -com.google.android.material.R$styleable: int TextAppearance_android_fontFamily -io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy DROP -wangdaye.com.geometricweather.R$layout: int mtrl_calendar_vertical -wangdaye.com.geometricweather.R$drawable: int abc_ic_arrow_drop_right_black_24dp -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layoutDescription -com.bumptech.glide.integration.okhttp.R$id: int action_text -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_FixedSize_Bridge -cyanogenmod.weather.RequestInfo: int getRequestType() -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_toTopOf -com.google.android.material.R$styleable: int[] AppBarLayout_Layout -cyanogenmod.providers.CMSettings$NameValueCache: CMSettings$NameValueCache(java.lang.String,android.net.Uri,java.lang.String,java.lang.String) -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse -io.reactivex.internal.subscribers.DeferredScalarSubscriber: DeferredScalarSubscriber(org.reactivestreams.Subscriber) -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ButtonBar -androidx.loader.R$attr: int fontProviderPackage -com.google.android.material.R$attr: int textAppearanceSearchResultSubtitle -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_94 -androidx.appcompat.R$dimen: int notification_big_circle_margin -james.adaptiveicon.R$integer: int abc_config_activityDefaultDur -cyanogenmod.providers.WeatherContract: WeatherContract() -cyanogenmod.alarmclock.ClockContract$AlarmsColumns: java.lang.String ENABLED -wangdaye.com.geometricweather.R$styleable: int Transition_duration -okio.DeflaterSink -com.google.android.material.R$styleable: int Layout_layout_constraintRight_toRightOf -james.adaptiveicon.R$drawable: int abc_ab_share_pack_mtrl_alpha -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_toBottomOf -androidx.appcompat.R$styleable: int AppCompatTheme_colorPrimaryDark -com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setPresenter(com.google.android.material.bottomnavigation.BottomNavigationPresenter) -android.didikee.donate.R$attr: int actionBarWidgetTheme -androidx.appcompat.widget.ActionBarOverlayLayout: int getActionBarHideOffset() -com.google.android.material.R$id: int design_bottom_sheet -wangdaye.com.geometricweather.R$color: int bright_foreground_disabled_material_light -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: void run() -cyanogenmod.themes.IThemeProcessingListener$Stub: java.lang.String DESCRIPTOR -com.turingtechnologies.materialscrollbar.R$style: int Platform_V21_AppCompat_Light -okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner: java.util.List clean(java.util.List,java.lang.String) -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_TEMPERATURE -wangdaye.com.geometricweather.common.basic.models.weather.Base: java.lang.String getCityId() -com.turingtechnologies.materialscrollbar.R$integer: int config_tooltipAnimTime -androidx.appcompat.widget.ActionMenuView: void setOnMenuItemClickListener(androidx.appcompat.widget.ActionMenuView$OnMenuItemClickListener) -okhttp3.ConnectionSpec$Builder: ConnectionSpec$Builder(boolean) -cyanogenmod.hardware.DisplayMode: DisplayMode(android.os.Parcel) -androidx.lifecycle.LifecycleRegistry: androidx.arch.core.internal.FastSafeIterableMap mObserverMap -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_measureWithLargestChild -android.didikee.donate.R$styleable: int CompoundButton_buttonTint -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setForecastDaily(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean) -wangdaye.com.geometricweather.R$attr: int iconResEnd -com.tencent.bugly.proguard.n: boolean b(int) -cyanogenmod.app.CustomTile$ExpandedStyle: cyanogenmod.app.CustomTile$ExpandedItem[] expandedItems -androidx.dynamicanimation.R$styleable: int FontFamilyFont_android_fontStyle -com.tencent.bugly.crashreport.crash.anr.TraceFileHelper: com.tencent.bugly.crashreport.crash.anr.TraceFileHelper$a readTargetDumpInfo(java.lang.String,java.lang.String,boolean) -okhttp3.internal.http2.Hpack$Reader: int dynamicTableIndex(int) -com.xw.repo.bubbleseekbar.R$style: int Widget_Support_CoordinatorLayout -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Toolbar -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_alertDialogCenterButtons -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeBackground -com.xw.repo.bubbleseekbar.R$attr: int windowMinWidthMajor -com.turingtechnologies.materialscrollbar.R$drawable: int abc_cab_background_top_material -androidx.constraintlayout.widget.R$styleable: int GradientColor_android_centerColor -androidx.appcompat.R$drawable: int abc_ic_commit_search_api_mtrl_alpha -com.google.android.material.textfield.TextInputEditText: TextInputEditText(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.R$color: int foreground_material_dark -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_12 -com.google.android.material.bottomsheet.BottomSheetBehavior$SavedState: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$string: int get_more -cyanogenmod.app.IProfileManager$Stub$Proxy: boolean setActiveProfileByName(java.lang.String) -com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_fontWeight -com.amap.api.location.AMapLocation: int GPS_ACCURACY_UNKNOWN -androidx.fragment.R$id: int accessibility_custom_action_24 -com.google.gson.internal.JsonReaderInternalAccess: JsonReaderInternalAccess() -com.google.android.gms.location.ActivityTransitionEvent -james.adaptiveicon.R$color: int bright_foreground_inverse_material_light -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_Button -com.tencent.bugly.crashreport.crash.CrashDetailBean: int l -androidx.appcompat.R$string: int abc_capital_on -androidx.appcompat.view.menu.CascadingMenuPopup -com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_vertical_padding -androidx.appcompat.widget.AppCompatTextView: void setPrecomputedText(androidx.core.text.PrecomputedTextCompat) -com.google.android.material.R$dimen: int cardview_default_radius -com.amap.api.location.AMapLocation: java.lang.String getProvider() -com.google.android.material.R$style: int Base_MaterialAlertDialog_MaterialComponents_Title_Text -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_wrapMode -retrofit2.Converter$Factory: retrofit2.Converter stringConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) -wangdaye.com.geometricweather.R$animator: int search_container_in -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu -com.google.android.material.R$drawable: int design_ic_visibility_off -com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getEndIconContentDescription() -androidx.preference.R$attr -com.amap.api.location.AMapLocation: int getTrustedLevel() -androidx.lifecycle.extensions.R$styleable: int[] FontFamily -com.google.android.material.slider.RangeSlider: float getMinSeparation() -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: float PRECIPITATION_MIDDLE -okhttp3.internal.cache.DiskLruCache$Entry: void setLengths(java.lang.String[]) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_anon_WITH_AES_256_CBC_SHA -okhttp3.internal.platform.JdkWithJettyBootPlatform: java.lang.reflect.Method removeMethod -android.support.v4.os.IResultReceiver$Stub: android.support.v4.os.IResultReceiver getDefaultImpl() -okio.SegmentedByteString: okio.ByteString substring(int,int) -androidx.appcompat.R$attr: int ratingBarStyle -androidx.appcompat.resources.R$dimen: int notification_action_text_size -androidx.preference.R$styleable: int ViewBackgroundHelper_backgroundTint -okio.Buffer: long indexOf(okio.ByteString) -androidx.appcompat.R$styleable: int Toolbar_contentInsetEnd -com.google.android.material.card.MaterialCardView: void setBackgroundDrawable(android.graphics.drawable.Drawable) -james.adaptiveicon.R$drawable: int abc_ic_star_black_48dp -org.greenrobot.greendao.AbstractDao: long insertWithoutSettingPk(java.lang.Object) -io.reactivex.Observable: java.lang.Object blockingFirst(java.lang.Object) -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_width -com.google.android.material.R$dimen: int material_filled_edittext_font_2_0_padding_top -james.adaptiveicon.R$styleable: int SwitchCompat_track -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void innerComplete(io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean -com.google.android.material.R$styleable: int RecyclerView_fastScrollEnabled -wangdaye.com.geometricweather.R$integer: int mtrl_tab_indicator_anim_duration_ms -cyanogenmod.app.LiveLockScreenInfo$1 -cyanogenmod.app.LiveLockScreenManager: boolean show(int,cyanogenmod.app.LiveLockScreenInfo) -cyanogenmod.externalviews.ExternalView$1: ExternalView$1(cyanogenmod.externalviews.ExternalView) -com.google.android.material.R$id: int tag_unhandled_key_listeners -okhttp3.logging.HttpLoggingInterceptor: okhttp3.logging.HttpLoggingInterceptor$Logger logger -org.greenrobot.greendao.AbstractDao: java.lang.Object loadCurrent(android.database.Cursor,int,boolean) -android.didikee.donate.R$attr: int colorSwitchThumbNormal -com.xw.repo.bubbleseekbar.R$color: int error_color_material_light -com.xw.repo.bubbleseekbar.R$attr: int tickMark -com.google.android.material.slider.Slider: android.content.res.ColorStateList getTrackInactiveTintList() -wangdaye.com.geometricweather.R$layout: int container_main_details -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModePasteDrawable -androidx.constraintlayout.widget.R$attr: int preserveIconSpacing -okhttp3.OkHttpClient$Builder: OkHttpClient$Builder(okhttp3.OkHttpClient) -com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_fabAlignmentMode -okhttp3.internal.http.RetryAndFollowUpInterceptor: int retryAfter(okhttp3.Response,int) -com.jaredrummler.android.colorpicker.R$color: int abc_tint_seek_thumb -okhttp3.CertificatePinner$Pin: CertificatePinner$Pin(java.lang.String,java.lang.String) -com.tencent.bugly.crashreport.crash.c: void g() -wangdaye.com.geometricweather.R$dimen: int compat_button_inset_vertical_material -wangdaye.com.geometricweather.R$drawable: int ic_launcher_foreground -okhttp3.internal.cache.DiskLruCache: java.lang.String JOURNAL_FILE_BACKUP -cyanogenmod.weather.CMWeatherManager$2$1: cyanogenmod.weather.WeatherInfo val$weatherInfo -okhttp3.Challenge: java.lang.String realm() -android.didikee.donate.R$style: int Base_V7_Theme_AppCompat_Light -com.google.android.material.R$styleable: int DrawerArrowToggle_barLength -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: java.lang.String getLogo() -cyanogenmod.app.CustomTile$1 -android.support.v4.app.INotificationSideChannel$Default: INotificationSideChannel$Default() -androidx.preference.R$attr: int textAppearanceSearchResultTitle -wangdaye.com.geometricweather.R$id: int activity_widget_config_cardAlphaTitle -org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.DatabaseOpenHelper$EncryptedHelper checkEncryptedHelper() -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_goneMarginStart -cyanogenmod.providers.CMSettings$1 -androidx.constraintlayout.widget.R$attr: int spinBars -wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode NIGHT -com.google.android.material.R$attr: int measureWithLargestChild -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_goneMarginStart -wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String cityId -androidx.preference.R$id: int time -okhttp3.Cookie: boolean domainMatch(java.lang.String,java.lang.String) -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: com.tencent.bugly.crashreport.crash.jni.NativeExceptionHandler getNativeExceptionHandler() -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setItemBackground(int) -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float rain6h -wangdaye.com.geometricweather.R$attr: int actionBarTabTextStyle -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_ActionBar -com.bumptech.glide.Priority: com.bumptech.glide.Priority NORMAL -cyanogenmod.app.ICustomTileListener: void onCustomTilePosted(org.cyanogenmod.internal.statusbar.IStatusBarCustomTileHolder) -androidx.preference.R$styleable: int MenuView_subMenuArrow -com.turingtechnologies.materialscrollbar.R$layout: int abc_screen_content_include -io.reactivex.internal.observers.ForEachWhileObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments: java.util.List textBlocItems -androidx.vectordrawable.R$dimen: int compat_button_padding_vertical_material -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableEndCompat -com.google.android.material.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle -wangdaye.com.geometricweather.R$drawable: int notif_temp_118 -com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver: android.content.IntentFilter a(com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver) -cyanogenmod.alarmclock.ClockContract$InstancesColumns: int HIDE_NOTIFICATION_STATE -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.db.entities.LocationEntity: boolean getChina() -james.adaptiveicon.R$style: int Widget_AppCompat_ListView_Menu -wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_DayNight -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: java.util.concurrent.locks.Condition condition -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle -wangdaye.com.geometricweather.R$styleable: int[] PreferenceFragment -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void innerError(java.lang.Throwable) -cyanogenmod.app.suggest.IAppSuggestProvider$Stub -wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String getContent() -wangdaye.com.geometricweather.R$id: int treeTitle -androidx.constraintlayout.widget.R$attr: int panelMenuListWidth -androidx.appcompat.R$attr: int buttonBarNegativeButtonStyle -androidx.preference.R$drawable: int abc_seekbar_thumb_material -com.google.android.material.R$styleable: int MenuGroup_android_menuCategory -okhttp3.Headers: java.lang.String name(int) -androidx.lifecycle.extensions.R$id: int actions -io.reactivex.internal.util.VolatileSizeArrayList: boolean contains(java.lang.Object) -com.amap.api.location.DPoint: void setLongitude(double) -android.didikee.donate.R$styleable: int AppCompatTheme_ratingBarStyle -com.jaredrummler.android.colorpicker.R$drawable: int abc_scrubber_track_mtrl_alpha -com.xw.repo.bubbleseekbar.R$id: int scrollView -com.google.android.material.R$styleable: int Layout_maxWidth -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver parent -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleTextAppearance -james.adaptiveicon.R$id: int action_container -com.jaredrummler.android.colorpicker.R$id: int top -androidx.appcompat.R$drawable: int abc_list_longpressed_holo -wangdaye.com.geometricweather.R$attr: int layout_constraintBottom_toTopOf -com.google.android.material.slider.RangeSlider: void setStepSize(float) -okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean isRecoverable(java.io.IOException,boolean) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_autoSizeTextType -com.google.android.material.R$attr: int motionTarget -wangdaye.com.geometricweather.R$string: int mtrl_picker_a11y_prev_month -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: java.lang.String value -androidx.preference.R$id: int tag_unhandled_key_event_manager -com.tencent.bugly.proguard.ai: java.util.ArrayList c -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_title -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float pressure -androidx.drawerlayout.R$styleable: int FontFamilyFont_android_fontWeight -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String INSTALL_TIME -androidx.appcompat.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_1 -androidx.dynamicanimation.R$styleable: int ColorStateListItem_alpha -android.didikee.donate.R$drawable: int abc_spinner_mtrl_am_alpha -androidx.lifecycle.SavedStateHandle: boolean contains(java.lang.String) -wangdaye.com.geometricweather.R$attr: int errorIconTintMode -com.jaredrummler.android.colorpicker.R$anim: int abc_slide_out_bottom -com.xw.repo.bubbleseekbar.R$styleable: int[] DrawerArrowToggle -wangdaye.com.geometricweather.R$id: int bottom -androidx.appcompat.widget.Toolbar: java.lang.CharSequence getSubtitle() -wangdaye.com.geometricweather.R$id: int tag_accessibility_clickable_spans -com.google.android.material.bottomnavigation.BottomNavigationView: void setItemIconSize(int) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Day_Today -androidx.appcompat.widget.AppCompatImageView: void setImageURI(android.net.Uri) -cyanogenmod.themes.IThemeService$Stub$Proxy: boolean isThemeApplying() -okhttp3.internal.connection.RouteSelector: void resetNextInetSocketAddress(java.net.Proxy) -com.google.android.material.R$attr: int number -wangdaye.com.geometricweather.R$id: int start -com.jaredrummler.android.colorpicker.R$dimen: int notification_action_text_size -androidx.transition.R$styleable: int GradientColor_android_centerColor -wangdaye.com.geometricweather.R$id: int container_main_details -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionButton_CloseMode -com.jaredrummler.android.colorpicker.ColorPickerView: int getPaddingLeft() -okhttp3.MultipartBody$Builder: okhttp3.MediaType type -wangdaye.com.geometricweather.R$attr: int endIconDrawable -com.google.android.material.R$styleable: int ConstraintSet_flow_verticalAlign -androidx.appcompat.R$id: int actions -com.google.android.material.R$styleable: int Layout_android_layout_height -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Toolbar -wangdaye.com.geometricweather.main.MainActivityViewModel$Status: wangdaye.com.geometricweather.main.MainActivityViewModel$Status valueOf(java.lang.String) -okhttp3.Cookie: java.lang.String value() -android.didikee.donate.R$color: int primary_material_light -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.String momentDay -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_transitionPathRotate -com.jaredrummler.android.colorpicker.R$attr: int switchStyle -cyanogenmod.weather.WeatherLocation: java.lang.String getState() -wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_itemFillColor -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Ice Ice -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial -com.jaredrummler.android.colorpicker.R$attr: int layoutManager -androidx.work.R$dimen: int compat_button_padding_vertical_material -com.google.android.material.bottomappbar.BottomAppBar: BottomAppBar(android.content.Context,android.util.AttributeSet) -com.autonavi.aps.amapapi.model.AMapLocationServer: long k() -okhttp3.Cache$Entry: int code -io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: void onSuccess(java.lang.Object) -com.xw.repo.bubbleseekbar.R$dimen: int abc_panel_menu_list_width -com.turingtechnologies.materialscrollbar.R$color: int mtrl_tabs_icon_color_selector -androidx.appcompat.R$dimen: int notification_large_icon_width -androidx.appcompat.resources.R$styleable: int FontFamily_fontProviderPackage -androidx.core.R$id: int blocking -androidx.constraintlayout.widget.R$id: int search_voice_btn -cyanogenmod.providers.CMSettings$Secure: java.lang.String LOCK_PASS_TO_SECURITY_VIEW -com.google.android.material.bottomnavigation.BottomNavigationMenuView: android.content.res.ColorStateList getIconTintList() -androidx.recyclerview.R$dimen: int notification_small_icon_size_as_large -cyanogenmod.app.StatusBarPanelCustomTile: cyanogenmod.app.CustomTile getCustomTile() -com.tencent.bugly.crashreport.biz.b: android.app.Application$ActivityLifecycleCallbacks k -androidx.appcompat.R$attr: int actionModeSplitBackground -com.turingtechnologies.materialscrollbar.R$color: int abc_background_cache_hint_selector_material_light -androidx.recyclerview.R$layout: int notification_template_part_time -androidx.appcompat.widget.SearchView: int getImeOptions() -androidx.hilt.lifecycle.R$anim: int fragment_open_exit -okhttp3.Dispatcher: java.util.Deque runningSyncCalls -androidx.drawerlayout.R$styleable: int GradientColor_android_centerColor -okhttp3.internal.Util: int indexOf(java.util.Comparator,java.lang.String[],java.lang.String) -androidx.work.R$id: int accessibility_custom_action_9 -cyanogenmod.app.CustomTile$1: java.lang.Object createFromParcel(android.os.Parcel) -com.xw.repo.bubbleseekbar.R$id: int textSpacerNoTitle -com.google.android.material.R$styleable: int FontFamilyFont_android_fontWeight -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: boolean isDisposed() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dialogTheme -cyanogenmod.weather.WeatherInfo: double mWindDirection -androidx.hilt.work.R$layout: int custom_dialog -androidx.coordinatorlayout.R$dimen: int notification_subtext_size -com.amap.api.fence.GeoFence: java.lang.String c -com.google.android.material.R$color: int design_dark_default_color_on_error -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: io.reactivex.internal.operators.observable.ObservableGroupJoin$JoinSupport parent -wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_seekBarIncrement -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item -androidx.core.app.ComponentActivity -androidx.preference.R$color: int abc_search_url_text_pressed -wangdaye.com.geometricweather.R$id: int refresh_layout -com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_android_fontWeight -android.didikee.donate.R$color: int material_blue_grey_900 -com.turingtechnologies.materialscrollbar.R$attr: int divider -com.google.android.material.R$styleable: int KeyCycle_transitionPathRotate -com.jaredrummler.android.colorpicker.R$id: int async -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWindLevel -wangdaye.com.geometricweather.background.polling.basic.UpdateService -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: void dispose() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX: java.util.List getBrands() -androidx.appcompat.R$drawable: int abc_ic_arrow_drop_right_black_24dp -androidx.recyclerview.R$dimen: int compat_control_corner_material -io.reactivex.Observable: io.reactivex.Observable mergeArrayDelayError(io.reactivex.ObservableSource[]) -com.tencent.bugly.crashreport.crash.jni.a: com.tencent.bugly.crashreport.common.strategy.a d -androidx.preference.R$drawable: int abc_text_select_handle_middle_mtrl_dark -wangdaye.com.geometricweather.R$style: int TextAppearance_Compat_Notification_Info -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void drainNormal() -androidx.preference.R$style: int PreferenceThemeOverlay_v14 -com.turingtechnologies.materialscrollbar.R$attr: int actionDropDownStyle -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void onComplete() -wangdaye.com.geometricweather.R$styleable: int Layout_layout_goneMarginRight -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_passwordToggleTint -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain: java.lang.Float cumul3H -androidx.constraintlayout.widget.R$dimen: int disabled_alpha_material_dark -androidx.appcompat.R$attr: int defaultQueryHint -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_TopRightDifferentCornerSize -com.jaredrummler.android.colorpicker.R$style: int Preference_SwitchPreference -wangdaye.com.geometricweather.R$string: int sp_widget_multi_city -retrofit2.ParameterHandler$Part -wangdaye.com.geometricweather.R$style: int cpv_ColorPickerViewStyle -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void setDisposable(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$string: int summary_collapsed_preference_list -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property CityId -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_seek_step_section -com.google.android.material.R$attr: int badgeGravity -com.xw.repo.bubbleseekbar.R$anim: int abc_fade_out -okhttp3.internal.cache.DiskLruCache: void evictAll() -androidx.preference.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha -androidx.appcompat.R$color: int material_blue_grey_950 -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: java.lang.String timezone -wangdaye.com.geometricweather.R$id: int activity_widget_config_custom_subtitle -androidx.preference.R$id: int accessibility_custom_action_0 -com.tencent.bugly.proguard.an -androidx.constraintlayout.widget.R$attr: int colorPrimaryDark -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: java.util.concurrent.TimeUnit unit -androidx.recyclerview.R$styleable: int FontFamily_fontProviderPackage -com.tencent.bugly.crashreport.common.info.a: java.lang.String j() -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Tooltip -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX getNames() -androidx.preference.R$style: int Widget_Compat_NotificationActionContainer -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ProgressBar_Horizontal -androidx.coordinatorlayout.R$drawable: int notification_tile_bg -androidx.activity.R$styleable: int FontFamilyFont_android_fontStyle -com.turingtechnologies.materialscrollbar.R$style: int Base_CardView -okhttp3.internal.Internal: void initializeInstanceForTests() -okhttp3.HttpUrl: java.lang.String canonicalize(java.lang.String,java.lang.String,boolean,boolean,boolean,boolean,java.nio.charset.Charset) -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String getGrassDescription() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_1 -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog -wangdaye.com.geometricweather.R$dimen: int design_title_text_size -androidx.hilt.lifecycle.R$id: int action_container -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX getWind() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: boolean val$visible -androidx.appcompat.R$styleable: int SwitchCompat_android_textOff -com.tencent.bugly.proguard.f: int h -androidx.preference.R$attr: int height -androidx.constraintlayout.widget.R$color: int tooltip_background_dark -wangdaye.com.geometricweather.R$id: int showCustom -com.tencent.bugly.crashreport.crash.c: com.tencent.bugly.proguard.w v -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_scaleY -androidx.appcompat.R$string: int abc_shareactionprovider_share_with_application -cyanogenmod.weather.IRequestInfoListener: void onWeatherRequestCompleted(cyanogenmod.weather.RequestInfo,int,cyanogenmod.weather.WeatherInfo) -com.amap.api.fence.GeoFenceManagerBase: android.app.PendingIntent createPendingIntent(java.lang.String) -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.util.concurrent.atomic.AtomicInteger active -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Light -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setTemperature(int) -androidx.appcompat.app.AlertController$RecycleListView: AlertController$RecycleListView(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$styleable: int MaterialShape_shapeAppearance -wangdaye.com.geometricweather.R$drawable: int abc_ic_star_black_48dp -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large -james.adaptiveicon.R$layout: int notification_action -james.adaptiveicon.R$styleable: int TextAppearance_android_shadowRadius -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: java.lang.String getType() -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents -com.google.android.material.R$styleable: int CardView_contentPaddingBottom -androidx.appcompat.R$styleable: int TextAppearance_android_shadowDx -wangdaye.com.geometricweather.R$drawable: int abc_scrubber_track_mtrl_alpha -com.xw.repo.bubbleseekbar.R$color: int abc_btn_colored_borderless_text_material -com.google.android.material.floatingactionbutton.FloatingActionButton: void setRippleColor(int) -androidx.activity.R$integer: int status_bar_notification_info_maxnum -io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: io.reactivex.Scheduler scheduler -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: ObservableSkipLastTimed$SkipLastTimedObserver(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,int,boolean) -com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu -com.xw.repo.bubbleseekbar.R$dimen: int tooltip_y_offset_non_touch -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu -com.xw.repo.bubbleseekbar.R$layout: int abc_alert_dialog_title_material -androidx.preference.Preference: Preference(android.content.Context,android.util.AttributeSet) -okhttp3.internal.http2.Http2Connection$3: okhttp3.internal.http2.Http2Connection this$0 -com.jaredrummler.android.colorpicker.R$attr: int actionModeCloseDrawable -com.google.android.material.R$styleable: int Chip_chipMinHeight -android.didikee.donate.R$drawable: int abc_scrubber_control_off_mtrl_alpha -androidx.customview.R$dimen: int notification_large_icon_height -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_elevation -com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_WIFI_INFO -com.google.android.material.R$attr: int scrimVisibleHeightTrigger -androidx.hilt.lifecycle.R$dimen: int notification_right_icon_size -com.bumptech.glide.load.engine.GlideException: java.lang.String getMessage() -com.xw.repo.bubbleseekbar.R$styleable: int View_paddingStart -androidx.hilt.work.R$bool -wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_scrollView -okio.BufferedSink: long writeAll(okio.Source) -wangdaye.com.geometricweather.R$drawable: int notif_temp_122 -cyanogenmod.weather.WeatherLocation: java.lang.String getCityId() -wangdaye.com.geometricweather.R$drawable: int abc_btn_switch_to_on_mtrl_00012 -com.tencent.bugly.proguard.ap: com.tencent.bugly.proguard.ao m -com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.String toString() -james.adaptiveicon.R$string -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWindDirection -com.tencent.bugly.proguard.z: java.lang.Thread a(java.lang.Runnable,java.lang.String) -androidx.hilt.lifecycle.R$attr: int fontStyle -com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat -androidx.preference.R$styleable: int Toolbar_buttonGravity -com.amap.api.location.AMapLocation: java.lang.String getProvince() -android.didikee.donate.R$style: int AlertDialog_AppCompat_Light -androidx.preference.R$color: int primary_text_disabled_material_dark -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem -okhttp3.HttpUrl$Builder: void push(java.lang.String,int,int,boolean,boolean) -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActivityChooserView -io.reactivex.Observable: io.reactivex.Observable switchMap(io.reactivex.functions.Function) -androidx.constraintlayout.widget.R$attr: int layout_constraintRight_toLeftOf -androidx.hilt.lifecycle.R$styleable: int[] Fragment -retrofit2.http.Multipart -com.google.android.material.R$styleable: int Slider_thumbRadius -com.turingtechnologies.materialscrollbar.R$id: int expand_activities_button -androidx.preference.R$drawable: int abc_scrubber_control_off_mtrl_alpha -wangdaye.com.geometricweather.R$attr: int contentPaddingBottom -androidx.constraintlayout.widget.R$styleable: int Toolbar_menu -wangdaye.com.geometricweather.db.entities.HistoryEntity: void setCityId(java.lang.String) -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query -okhttp3.internal.http1.Http1Codec: int STATE_OPEN_RESPONSE_BODY -com.google.android.material.R$styleable: int CollapsingToolbarLayout_titleEnabled -androidx.preference.R$style: int Base_Theme_AppCompat_Light_DarkActionBar -wangdaye.com.geometricweather.R$id: int line3 -androidx.core.app.NotificationCompatSideChannelService: NotificationCompatSideChannelService() -androidx.appcompat.widget.FitWindowsLinearLayout: FitWindowsLinearLayout(android.content.Context) -james.adaptiveicon.R$bool -com.turingtechnologies.materialscrollbar.R$attr: int textAllCaps -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_hideable -okhttp3.Headers: java.util.Date getDate(java.lang.String) -com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_showAlphaSlider -okhttp3.internal.platform.OptionalMethod: java.lang.Object invokeOptional(java.lang.Object,java.lang.Object[]) -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: boolean isDisposed() -com.google.android.material.R$attr: int layout_goneMarginBottom -wangdaye.com.geometricweather.R$style: int Platform_MaterialComponents_Light_Dialog -cyanogenmod.app.ILiveLockScreenManager: void cancelLiveLockScreen(java.lang.String,int,int) -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_horizontalBias -androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_Light -okhttp3.internal.ws.WebSocketReader$FrameCallback: void onReadPong(okio.ByteString) -com.tencent.bugly.proguard.ao: void a(java.lang.StringBuilder,int) -androidx.appcompat.R$styleable: int AppCompatTheme_actionModePopupWindowStyle -james.adaptiveicon.R$attr: int actionBarTabBarStyle -wangdaye.com.geometricweather.R$id: int dialog_location_help_manageContainer -io.reactivex.internal.observers.ForEachWhileObserver: io.reactivex.functions.Predicate onNext -com.google.android.material.R$id: int textinput_suffix_text -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_verticalAlign -com.bumptech.glide.integration.okhttp.R$dimen: int compat_button_inset_vertical_material -wangdaye.com.geometricweather.R$drawable: int weather_snow_1 -com.google.android.material.R$attr: int state_liftable -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_tooltipFrameBackground -io.reactivex.internal.observers.DeferredScalarDisposable: int FUSED_EMPTY -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind: java.lang.Integer gust -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Bridge -androidx.appcompat.R$styleable: int AppCompatTheme_actionBarTabTextStyle -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircleView: CircleView(android.content.Context,android.util.AttributeSet,int) -cyanogenmod.providers.CMSettings$Secure -com.tencent.bugly.crashreport.common.strategy.StrategyBean: boolean i -androidx.vectordrawable.R$id: int right_side -com.google.android.material.R$id: int easeInOut -androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType[] values() -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ButtonBar -androidx.lifecycle.SavedStateHandle: void set(java.lang.String,java.lang.Object) -com.google.android.material.floatingactionbutton.FloatingActionButton: void setBackgroundDrawable(android.graphics.drawable.Drawable) -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: void dispose() -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.constraintlayout.widget.R$id: int textSpacerNoButtons -wangdaye.com.geometricweather.R$dimen: int hint_alpha_material_light -com.bumptech.glide.Priority: com.bumptech.glide.Priority[] values() -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: void onNext(java.lang.Object) -androidx.constraintlayout.widget.R$attr: int closeItemLayout -james.adaptiveicon.R$style: int Base_V21_Theme_AppCompat_Light -wangdaye.com.geometricweather.R$string: int settings_title_notification_background -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature: AccuDailyResult$DailyForecasts$Temperature() -wangdaye.com.geometricweather.R$styleable: int[] ListPreference -androidx.coordinatorlayout.widget.CoordinatorLayout: void setOnHierarchyChangeListener(android.view.ViewGroup$OnHierarchyChangeListener) -androidx.appcompat.resources.R$dimen: int notification_right_icon_size -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_lineHeight -com.google.android.material.R$dimen: int design_bottom_navigation_height -cyanogenmod.app.CustomTile: java.lang.String getResourcesPackageName() -wangdaye.com.geometricweather.main.layouts.MainLayoutManager: MainLayoutManager() -wangdaye.com.geometricweather.R$attr: int dotGap -androidx.constraintlayout.motion.widget.MotionLayout: void setInterpolatedProgress(float) -okhttp3.internal.http2.Http2Stream: okio.Timeout writeTimeout() -wangdaye.com.geometricweather.R$integer: int cancel_button_image_alpha -androidx.viewpager2.R$styleable: int GradientColor_android_startColor -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_74 -okhttp3.internal.tls.CertificateChainCleaner: okhttp3.internal.tls.CertificateChainCleaner get(javax.net.ssl.X509TrustManager) -okhttp3.internal.http.BridgeInterceptor: java.lang.String cookieHeader(java.util.List) -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_light -com.bumptech.glide.load.engine.GlideException: void setLoggingDetails(com.bumptech.glide.load.Key,com.bumptech.glide.load.DataSource,java.lang.Class) -cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status[] values() -wangdaye.com.geometricweather.R$attr: int itemPadding -wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customIntegerValue -android.didikee.donate.R$color: int dim_foreground_disabled_material_light -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowFixedHeightMinor -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_menuCategory -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_PopupMenu -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxStrokeWidth -com.amap.api.location.AMapLocationQualityReport: void setWifiAble(boolean) -wangdaye.com.geometricweather.R$dimen: int abc_text_size_medium_material -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: void onError(java.lang.Throwable) -androidx.recyclerview.widget.RecyclerView: void setEdgeEffectFactory(androidx.recyclerview.widget.RecyclerView$EdgeEffectFactory) -wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_Dialog -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Metric -okio.BufferedSink: okio.BufferedSink writeUtf8CodePoint(int) -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: int requestFusion(int) -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight -okhttp3.internal.cache.DiskLruCache$2: void onException(java.io.IOException) -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_mini_dark -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: void dispose() -okhttp3.internal.http2.Http2Reader: void readData(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) -james.adaptiveicon.R$id: int multiply -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void clear() -cyanogenmod.app.PartnerInterface: void shutdownDevice() -james.adaptiveicon.R$attr: int dropdownListPreferredItemHeight -androidx.appcompat.widget.ActionMenuView -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Imperial -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours: AccuCurrentResult$PrecipitationSummary$Past9Hours() -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.Long id -com.google.android.material.R$drawable: int mtrl_ic_cancel -com.google.android.material.R$id: int easeOut -okio.RealBufferedSink: okio.BufferedSink write(byte[],int,int) -okhttp3.internal.connection.RouteDatabase -wangdaye.com.geometricweather.R$styleable: int Layout_minWidth -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginBottom -com.tencent.bugly.crashreport.crash.c: com.tencent.bugly.crashreport.crash.c a() -wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_drawableEnd -com.google.android.material.textfield.TextInputLayout: void setCounterOverflowTextColor(android.content.res.ColorStateList) -androidx.transition.R$styleable: int GradientColor_android_startColor -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_panelMenuListWidth -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Compat_Notification_Info -com.turingtechnologies.materialscrollbar.R$styleable: int[] CoordinatorLayout -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_Light -com.google.android.material.R$attr: int chipIconSize -com.jaredrummler.android.colorpicker.R$color: int dim_foreground_material_dark -com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawable_android_exitFadeDuration -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: java.lang.String LongPhrase -androidx.viewpager.R$drawable: int notification_bg_low_normal -com.google.android.material.R$styleable: int RecyclerView_android_orientation -androidx.constraintlayout.widget.R$styleable: int Transform_android_translationZ -io.reactivex.internal.schedulers.ScheduledRunnable: int FUTURE_INDEX -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_backgroundTint -cyanogenmod.hardware.ICMHardwareService: int getNumGammaControls() -com.turingtechnologies.materialscrollbar.R$id: int action_bar -com.turingtechnologies.materialscrollbar.R$attr: int windowNoTitle -androidx.preference.R$styleable: int SwitchPreference_android_switchTextOn -okhttp3.MultipartBody$Part: okhttp3.Headers headers() -com.tencent.bugly.proguard.u: java.lang.Object e(com.tencent.bugly.proguard.u) -android.didikee.donate.R$color: int dim_foreground_material_dark -androidx.vectordrawable.animated.R$styleable: R$styleable() -android.didikee.donate.R$color: int background_material_light -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut -james.adaptiveicon.R$styleable: int ActionBar_logo -com.jaredrummler.android.colorpicker.R$styleable: int BackgroundStyle_selectableItemBackground -cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setTodaysLow(double) -com.xw.repo.bubbleseekbar.R$style: int Animation_AppCompat_Tooltip -wangdaye.com.geometricweather.R$id: int dialog_location_permission_statement_title -android.didikee.donate.R$dimen: int abc_text_size_large_material -okhttp3.internal.http2.Http2Reader$ContinuationSource -cyanogenmod.app.Profile: void readFromParcel(android.os.Parcel) -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: void cleanup() -okhttp3.Interceptor$Chain: okhttp3.Request request() -cyanogenmod.app.Profile$TriggerState: int DISABLED -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: boolean setOther(io.reactivex.disposables.Disposable) -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void remove(io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable) -androidx.lifecycle.LifecycleObserver -com.google.android.material.bottomappbar.BottomAppBar: void setFabAnimationMode(int) -androidx.activity.R$styleable: int FontFamilyFont_android_fontVariationSettings -okhttp3.internal.http2.Hpack$Reader: void readLiteralHeaderWithoutIndexingNewName() -okhttp3.internal.http2.Http2Connection: int maxConcurrentStreams() -cyanogenmod.providers.CMSettings$Secure: java.util.Map VALIDATORS -androidx.viewpager2.widget.ViewPager2: void setUserInputEnabled(boolean) -cyanogenmod.app.StatusBarPanelCustomTile: int getId() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String getDescription() -james.adaptiveicon.R$styleable: int SearchView_submitBackground -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: boolean isDisposed() -androidx.work.R$layout: int notification_template_part_chronometer -okhttp3.TlsVersion: TlsVersion(java.lang.String,int,java.lang.String) -androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse -james.adaptiveicon.R$styleable: int MenuItem_android_checked -androidx.constraintlayout.widget.R$id: int tabMode -wangdaye.com.geometricweather.R$dimen: int abc_edit_text_inset_top_material -com.google.android.material.R$color: int mtrl_btn_text_color_selector -wangdaye.com.geometricweather.R$drawable: int ic_github -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary DegreeDaySummary -wangdaye.com.geometricweather.R$attr: int maxCharacterCount -wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_scaleY -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_Solid -wangdaye.com.geometricweather.R$color: int notification_background_l -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_translationY -android.didikee.donate.R$styleable: int MenuItem_android_onClick -com.google.android.material.progressindicator.ProgressIndicator: int getCircularInset() -retrofit2.CallAdapter$Factory: java.lang.Class getRawType(java.lang.reflect.Type) -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ButtonBar -wangdaye.com.geometricweather.R$styleable: int Transform_android_scaleX -com.google.android.material.R$string: int mtrl_picker_range_header_only_start_selected -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX() -okio.Buffer$1: okio.Buffer this$0 -james.adaptiveicon.R$attr: int fontProviderFetchTimeout -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox -com.google.android.material.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter endObject() -android.didikee.donate.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha -wangdaye.com.geometricweather.R$id: int item_weather_daily_uv_icon -com.turingtechnologies.materialscrollbar.R$attr: int layout_anchor -androidx.viewpager2.R$style: R$style() -wangdaye.com.geometricweather.R$attr: int closeIconEndPadding -android.didikee.donate.R$styleable: int SwitchCompat_track -androidx.dynamicanimation.R$styleable: int[] GradientColor -com.jaredrummler.android.colorpicker.R$string: int abc_action_mode_done -com.tencent.bugly.crashreport.common.info.a: java.lang.String aq -cyanogenmod.os.Build$CM_VERSION_CODES -com.google.android.material.R$styleable: int Constraint_layout_constraintCircleRadius -okio.Buffer: void flush() -okhttp3.Protocol: okhttp3.Protocol HTTP_2 -androidx.lifecycle.extensions.R$dimen: int compat_button_inset_horizontal_material -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String FORECAST_LOW -wangdaye.com.geometricweather.R$attr: int tabPaddingStart -androidx.appcompat.R$style: int Base_Widget_AppCompat_Button_Borderless -wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderCancelButton -okhttp3.internal.http.HttpMethod: boolean invalidatesCache(java.lang.String) -androidx.lifecycle.SavedStateHandleController$OnRecreation: SavedStateHandleController$OnRecreation() -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String FONT_URI -com.turingtechnologies.materialscrollbar.R$layout: int design_layout_snackbar_include -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Chip -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_contentInsetLeft -com.turingtechnologies.materialscrollbar.R$attr: int titleMargin -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWeatherPhase(java.lang.String) -androidx.preference.R$id: int activity_chooser_view_content -androidx.hilt.R$drawable: int notification_bg_low -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_transformPivotX -okhttp3.logging.HttpLoggingInterceptor$Logger: okhttp3.logging.HttpLoggingInterceptor$Logger DEFAULT -com.jaredrummler.android.colorpicker.R$color: int dim_foreground_disabled_material_light -com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_startX -androidx.coordinatorlayout.R$styleable: int GradientColorItem_android_color -androidx.lifecycle.SavedStateViewModelFactory: java.lang.reflect.Constructor findMatchingConstructor(java.lang.Class,java.lang.Class[]) -androidx.preference.R$id: int action_bar_container -com.google.android.material.R$string: int abc_action_bar_home_description -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getGrassLevel() -cyanogenmod.themes.ThemeChangeRequest$1: cyanogenmod.themes.ThemeChangeRequest[] newArray(int) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: int hasSeaBulletin -androidx.constraintlayout.widget.R$dimen: int compat_button_inset_vertical_material -com.google.android.gms.common.server.response.FastJsonResponse$Field: com.google.android.gms.common.server.response.zaj CREATOR -com.bumptech.glide.R$id: int actions -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabSelectedTextColor -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ButtonBar -okio.Buffer: int readUtf8CodePoint() -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WindDegree -androidx.preference.R$layout: int notification_template_part_time -com.bumptech.glide.integration.okhttp.R$drawable: int notification_template_icon_low_bg -james.adaptiveicon.R$drawable: int notification_bg_normal_pressed -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA -cyanogenmod.providers.CMSettings$System$2 -okhttp3.internal.http2.Http2Reader: int lengthWithoutPadding(int,byte,short) -com.google.android.material.R$styleable: int ButtonBarLayout_allowStacking -okio.Sink: void write(okio.Buffer,long) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256 -cyanogenmod.hardware.DisplayMode: java.lang.String name -wangdaye.com.geometricweather.R$drawable: int abc_seekbar_tick_mark_material -com.google.android.material.R$dimen: int abc_action_bar_overflow_padding_end_material -androidx.dynamicanimation.R$string -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: int status -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.String TABLENAME -com.google.android.material.R$style: int Base_Widget_MaterialComponents_ProgressIndicator_Circular -com.turingtechnologies.materialscrollbar.R$attr: int actionBarDivider -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder eventListenerFactory(okhttp3.EventListener$Factory) -com.google.android.material.appbar.CollapsingToolbarLayout: void setCollapsedTitleTextAppearance(int) -okhttp3.Cache$1: Cache$1(okhttp3.Cache) -okhttp3.logging.HttpLoggingInterceptor: boolean isPlaintext(okio.Buffer) -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_alterWindow -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_collapsedTitleTextAppearance -wangdaye.com.geometricweather.R$styleable: int MaterialTextAppearance_lineHeight -androidx.preference.R$style: int Preference_PreferenceScreen -io.reactivex.Observable: io.reactivex.Observable delaySubscription(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -org.greenrobot.greendao.AbstractDao: void insertInTx(java.lang.Iterable) -cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status REJECTED -wangdaye.com.geometricweather.db.entities.ChineseCityEntity -wangdaye.com.geometricweather.R$drawable: int ic_arrow_down_24dp -androidx.cardview.R$styleable: R$styleable() -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getUvDescription() -wangdaye.com.geometricweather.R$attr: int materialCardViewStyle -androidx.viewpager2.R$attr: int spanCount -androidx.appcompat.R$drawable: int notification_bg_normal_pressed -androidx.activity.R$style: int TextAppearance_Compat_Notification_Time -com.turingtechnologies.materialscrollbar.R$attr: int iconifiedByDefault -com.xw.repo.bubbleseekbar.R$layout: int abc_action_mode_bar -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_Error -com.xw.repo.bubbleseekbar.R$attr: int titleTextAppearance -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: void setCaiyun(java.lang.String) -com.xw.repo.bubbleseekbar.R$drawable: int abc_spinner_textfield_background_material -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber -okhttp3.internal.platform.JdkWithJettyBootPlatform: JdkWithJettyBootPlatform(java.lang.reflect.Method,java.lang.reflect.Method,java.lang.reflect.Method,java.lang.Class,java.lang.Class) -james.adaptiveicon.R$styleable: int ActionBar_contentInsetEnd -okhttp3.EventListener$2: okhttp3.EventListener create(okhttp3.Call) -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DialogWhenLarge -com.jaredrummler.android.colorpicker.R$color: int foreground_material_light -androidx.appcompat.widget.SearchView$SearchAutoComplete: void setImeVisibility(boolean) -com.jaredrummler.android.colorpicker.R$drawable: int abc_text_select_handle_left_mtrl_dark -okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.ErrorCode errorCode -androidx.appcompat.widget.Toolbar$SavedState: android.os.Parcelable$Creator CREATOR -com.tencent.bugly.crashreport.R$string: R$string() -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_bottomappbar_fab_cradle_rounded_corner_radius -okio.Pipe$PipeSink: void write(okio.Buffer,long) -io.reactivex.Observable: io.reactivex.Observable switchMap(io.reactivex.functions.Function,int) -wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout: FitHorizontalSystemBarRootLayout(android.content.Context,android.util.AttributeSet) -android.didikee.donate.R$styleable: int MenuGroup_android_enabled -retrofit2.converter.gson.GsonRequestBodyConverter: java.lang.Object convert(java.lang.Object) -androidx.activity.R$dimen: int notification_small_icon_background_padding -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode PROTOCOL_ERROR -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_shapeAppearance -okio.RealBufferedSink: RealBufferedSink(okio.Sink) -wangdaye.com.geometricweather.R$attr: int counterEnabled -james.adaptiveicon.R$attr: int hideOnContentScroll -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Imperial: double Value -wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_animSyncDuration -com.google.android.material.slider.BaseSlider: int getLabelBehavior() -androidx.work.R$integer: int status_bar_notification_info_maxnum -cyanogenmod.weather.RequestInfo: int TYPE_WEATHER_BY_WEATHER_LOCATION_REQ -com.turingtechnologies.materialscrollbar.R$style: int Platform_V25_AppCompat -wangdaye.com.geometricweather.R$styleable: int AppBarLayout_Layout_layout_scrollInterpolator -com.tencent.bugly.crashreport.CrashReport: void initCrashReport(android.content.Context) -wangdaye.com.geometricweather.R$attr: int alpha -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Weather: java.lang.String desc -io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: void dispose() -com.xw.repo.BubbleSeekBar: void setBubbleColor(int) -wangdaye.com.geometricweather.R$style: int Preference_DropDown_Material -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: AccuCurrentResult() -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Object getKey(java.lang.Object) -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_stacked_max_height -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ratingbar_material -androidx.fragment.R$anim: R$anim() -androidx.preference.PreferenceDialogFragmentCompat: PreferenceDialogFragmentCompat() -com.amap.api.location.AMapLocation: void setLocationType(int) -com.google.android.material.appbar.AppBarLayout: AppBarLayout(android.content.Context) -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: ArcProgress(android.content.Context,android.util.AttributeSet,int) -io.reactivex.internal.observers.LambdaObserver: void onError(java.lang.Throwable) -android.didikee.donate.R$attr: int textColorSearchUrl -androidx.preference.internal.PreferenceImageView: void setMaxHeight(int) -retrofit2.Response: int code() -cyanogenmod.app.StatusBarPanelCustomTile: int getInitialPid() -okhttp3.Cookie: Cookie(java.lang.String,java.lang.String,long,java.lang.String,java.lang.String,boolean,boolean,boolean,boolean) -james.adaptiveicon.R$dimen: int abc_floating_window_z -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_27 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean getHumidity() -wangdaye.com.geometricweather.R$string: int content_des_moonrise -com.google.android.material.R$dimen: int notification_big_circle_margin -com.google.android.material.R$dimen: int design_snackbar_padding_vertical -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_transitionEasing -androidx.preference.R$attr: int viewInflaterClass -wangdaye.com.geometricweather.R$styleable: int Snackbar_snackbarTextViewStyle -wangdaye.com.geometricweather.R$string: int date_format_widget_short -androidx.savedstate.SavedStateRegistry$1 -com.bumptech.glide.Registry$NoModelLoaderAvailableException: Registry$NoModelLoaderAvailableException(java.lang.Class,java.lang.Class) -android.support.v4.os.ResultReceiver$1 -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeAppearanceOverlay -com.google.android.material.R$attr: int helperText -com.google.android.gms.common.api.GoogleApiClient: void registerConnectionFailedListener(com.google.android.gms.common.api.GoogleApiClient$OnConnectionFailedListener) -com.google.android.material.R$dimen: int mtrl_calendar_dialog_background_inset -okio.ByteString: boolean startsWith(okio.ByteString) -androidx.appcompat.widget.ActivityChooserView$InnerLayout: ActivityChooserView$InnerLayout(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_counterTextColor -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_PopupMenu -androidx.customview.view.AbsSavedState -cyanogenmod.hardware.CMHardwareManager: java.lang.String getSerialNumber() -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float CarbonMonoxide -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: void setDesc(java.lang.String) -androidx.lifecycle.extensions.R$styleable: int[] GradientColor -cyanogenmod.app.Profile: java.util.List readSecondaryUuidsFromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) -com.jaredrummler.android.colorpicker.R$attr: int listPreferredItemHeightSmall -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: java.util.List value -androidx.constraintlayout.widget.R$attr: int ratingBarStyleIndicator -androidx.preference.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large -wangdaye.com.geometricweather.R$drawable: int notif_temp_106 -androidx.hilt.R$id: int time -androidx.preference.R$dimen: int preference_seekbar_padding_vertical -com.amap.api.location.DPoint: DPoint(double,double) -wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String description -retrofit2.Call: retrofit2.Response execute() -com.tencent.bugly.crashreport.common.strategy.StrategyBean: void writeToParcel(android.os.Parcel,int) -androidx.appcompat.R$styleable: int SearchView_queryHint -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_onDetachedFromWindow -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken END_OBJECT -androidx.preference.R$color: int secondary_text_disabled_material_dark -wangdaye.com.geometricweather.R$attr: int dropdownListPreferredItemHeight -wangdaye.com.geometricweather.R$attr: int animate_relativeTo -cyanogenmod.app.ThemeVersion$ThemeVersionImpl2 -com.google.android.material.R$styleable: int KeyAttribute_android_scaleX -androidx.appcompat.widget.Toolbar: void setNavigationOnClickListener(android.view.View$OnClickListener) -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_elevation -androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type[] values() -wangdaye.com.geometricweather.R$attr: int tickMarkTint -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_58 -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_61 -androidx.vectordrawable.R$id: int italic -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorSwitchThumbNormal -com.amap.api.location.AMapLocationClient: void stopLocation() -okhttp3.internal.http.StatusLine: java.lang.String message -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: io.reactivex.disposables.CompositeDisposable disposables -com.google.android.material.button.MaterialButton: void setIconGravity(int) -com.google.android.material.R$style: int Widget_MaterialComponents_Chip_Choice -androidx.room.MultiInstanceInvalidationService: MultiInstanceInvalidationService() -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ListPopupWindow -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text -androidx.appcompat.R$dimen: int hint_pressed_alpha_material_dark -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_day_height -com.tencent.bugly.b: void a(android.content.Context,java.lang.String,boolean,com.tencent.bugly.BuglyStrategy) -cyanogenmod.app.CustomTile$ExpandedItem: void internalSetItemBitmap(android.graphics.Bitmap) -com.jaredrummler.android.colorpicker.R$drawable: int abc_dialog_material_background -wangdaye.com.geometricweather.R$attr: int indicatorType -com.google.android.material.R$styleable: int Chip_chipIconEnabled -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_star_black_48dp -androidx.lifecycle.extensions.R$id -com.google.android.material.R$id: int tag_transition_group -wangdaye.com.geometricweather.R$attr: int titleMarginEnd -com.jaredrummler.android.colorpicker.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset -com.turingtechnologies.materialscrollbar.R$id: int parallax -wangdaye.com.geometricweather.R$attr: int cornerFamily -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.String insee -androidx.constraintlayout.widget.R$attr: int title -androidx.core.widget.NestedScrollView$SavedState -com.xw.repo.BubbleSeekBar: BubbleSeekBar(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_android_indeterminate -james.adaptiveicon.R$dimen: int tooltip_y_offset_non_touch -wangdaye.com.geometricweather.R$styleable: int MaterialTextView_android_lineHeight -android.didikee.donate.R$drawable: int abc_action_bar_item_background_material -wangdaye.com.geometricweather.R$dimen: int mtrl_slider_track_top -androidx.hilt.R$drawable: int notification_bg_low_normal -androidx.core.content.FileProvider -wangdaye.com.geometricweather.R$color: int design_dark_default_color_error -androidx.hilt.work.R$id: int accessibility_custom_action_21 -cyanogenmod.app.Profile: void setStatusBarIndicator(boolean) -james.adaptiveicon.R$id: int alertTitle -android.didikee.donate.R$layout: int abc_action_bar_title_item -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Medium_Inverse -io.reactivex.Observable: io.reactivex.Observable skipWhile(io.reactivex.functions.Predicate) -wangdaye.com.geometricweather.R$layout: int design_navigation_item_subheader -james.adaptiveicon.R$dimen: int notification_right_icon_size -cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo build() -com.google.android.material.R$styleable: int Constraint_layout_constraintVertical_chainStyle -android.didikee.donate.R$style: int TextAppearance_AppCompat_Body2 -okhttp3.MediaType: java.lang.String type() -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.activity.R$id: int accessibility_custom_action_22 -okhttp3.Dispatcher: java.util.Deque readyAsyncCalls -cyanogenmod.app.ProfileGroup: int mNameResId -androidx.preference.R$attr: int menu -com.google.android.gms.common.api.AvailabilityException: androidx.collection.ArrayMap zaa -wangdaye.com.geometricweather.R$id: int widget_day_week_icon_5 -androidx.preference.R$layout: int notification_action -android.didikee.donate.R$style: int TextAppearance_AppCompat_Button -androidx.vectordrawable.R$styleable: int[] FontFamilyFont -com.google.android.material.R$attr: int thumbTextPadding -androidx.preference.R$dimen: R$dimen() -io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: boolean isDisposed() -com.turingtechnologies.materialscrollbar.R$styleable: int ActionMode_height -com.bumptech.glide.R$id: int action_text -com.google.gson.stream.JsonReader: int NUMBER_CHAR_EXP_E -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.Temperature temperature -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: io.reactivex.Observer downstream -com.jaredrummler.android.colorpicker.R$style: int Platform_V21_AppCompat -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_android_imeOptions -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintWidth_percent -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption clone() -wangdaye.com.geometricweather.R$string: int mtrl_exceed_max_badge_number_content_description -wangdaye.com.geometricweather.R$styleable: int ArcProgress_bottom_text_color -io.reactivex.Observable: io.reactivex.Observable doOnEach(io.reactivex.Observer) -com.google.android.material.R$styleable: int ChipGroup_chipSpacingHorizontal -com.turingtechnologies.materialscrollbar.R$color: int bright_foreground_material_dark -james.adaptiveicon.R$dimen: int abc_search_view_preferred_height -com.google.android.material.slider.Slider: void setThumbStrokeColorResource(int) -wangdaye.com.geometricweather.R$attr: int preferenceFragmentCompatStyle -com.jaredrummler.android.colorpicker.R$color: int button_material_dark -okhttp3.internal.Util: void closeQuietly(java.io.Closeable) -wangdaye.com.geometricweather.db.entities.AlertEntity: void setPriority(int) -wangdaye.com.geometricweather.R$attr: int toolbarStyle -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonBarStyle -cyanogenmod.app.BaseLiveLockManagerService$1: void enqueueLiveLockScreen(java.lang.String,int,cyanogenmod.app.LiveLockScreenInfo,int[],int) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_HOME_LONG_PRESS_ACTION_VALIDATOR -com.google.android.material.R$attr: int logoDescription -com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_backgroundTint -cyanogenmod.app.ProfileManager: boolean profileExists(java.lang.String) -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: void cancelSubscription() -androidx.hilt.R$dimen: R$dimen() -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintBaseline_creator -io.reactivex.internal.observers.LambdaObserver: io.reactivex.functions.Consumer onSubscribe -com.google.android.material.R$drawable: int abc_btn_check_to_on_mtrl_000 -okio.AsyncTimeout: void enter() -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Spinner_DropDown -cyanogenmod.externalviews.ExternalViewProperties: android.view.View mDecorView -androidx.activity.ImmLeaksCleaner -com.turingtechnologies.materialscrollbar.R$style: int Platform_AppCompat -androidx.appcompat.widget.SwitchCompat: void setSwitchPadding(int) -androidx.appcompat.R$dimen: int abc_text_size_small_material -wangdaye.com.geometricweather.R$attr: int showTitle -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: boolean checkTerminated(boolean,boolean,org.reactivestreams.Subscriber) -androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_typeface -androidx.constraintlayout.widget.R$attr: int paddingStart -com.google.android.material.R$dimen: int design_navigation_icon_padding -com.tencent.bugly.proguard.q: java.util.List d -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_max -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Title -com.google.android.material.R$dimen: int mtrl_extended_fab_icon_size -wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String district -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: void cancelSources() -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_track_color -androidx.transition.R$id: int transition_transform -androidx.constraintlayout.widget.R$id: int autoCompleteToEnd -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWindDirection(java.lang.String) -com.google.android.material.textfield.TextInputLayout: void setStartIconTintMode(android.graphics.PorterDuff$Mode) -com.xw.repo.bubbleseekbar.R$drawable: int notification_bg -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_android_weightSum -androidx.work.R$styleable: int FontFamily_fontProviderQuery -okio.Buffer: long indexOf(byte,long) -com.amap.api.fence.GeoFence: com.amap.api.fence.PoiItem f -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void onNext(java.lang.Object) -android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionBar -com.tencent.bugly.Bugly: Bugly() -com.turingtechnologies.materialscrollbar.R$attr: int tabPaddingEnd -cyanogenmod.app.LiveLockScreenInfo$1: java.lang.Object createFromParcel(android.os.Parcel) -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer wetBulbTemperature -com.turingtechnologies.materialscrollbar.R$attr: int buttonPanelSideLayout -com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleGravity -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_Button -com.tencent.bugly.crashreport.crash.c: boolean b() -androidx.customview.R$styleable: int ColorStateListItem_alpha -com.google.android.material.appbar.CollapsingToolbarLayout: java.lang.CharSequence getTitle() -com.google.android.material.R$dimen: int tooltip_precise_anchor_threshold -cyanogenmod.weather.CMWeatherManager$RequestStatus: CMWeatherManager$RequestStatus() -androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: void setBackgroundResource(int) -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: io.reactivex.disposables.CompositeDisposable set -retrofit2.ParameterHandler$PartMap: ParameterHandler$PartMap(java.lang.reflect.Method,int,retrofit2.Converter,java.lang.String) -androidx.lifecycle.Lifecycling: int resolveObserverCallbackType(java.lang.Class) -wangdaye.com.geometricweather.R$attr: int expandedTitleGravity -androidx.preference.R$id: int accessibility_custom_action_11 -wangdaye.com.geometricweather.R$dimen: int material_cursor_width -androidx.preference.R$layout: int abc_action_bar_title_item -cyanogenmod.platform.Manifest$permission: java.lang.String READ_WEATHER -com.google.android.material.R$color: int mtrl_chip_background_color -com.google.android.material.R$xml -androidx.hilt.R$drawable: int notification_template_icon_low_bg -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ListPopupWindow -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup -wangdaye.com.geometricweather.R$string: int settings_title_click_widget_to_refresh -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: io.reactivex.disposables.Disposable upstream -okhttp3.internal.http2.Settings: int DEFAULT_INITIAL_WINDOW_SIZE -androidx.appcompat.resources.R$id: int accessibility_custom_action_23 -wangdaye.com.geometricweather.R$color: int cpv_default_color -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: ObservableScalarXMap$ScalarDisposable(io.reactivex.Observer,java.lang.Object) -com.google.android.material.R$attr: int chainUseRtl -com.google.android.material.R$attr: int framePosition -androidx.preference.R$styleable: int AppCompatTheme_viewInflaterClass -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPath: void setPathData(androidx.core.graphics.PathParser$PathDataNode[]) -com.tencent.bugly.crashreport.biz.UserInfoBean: long h -okhttp3.internal.cache.DiskLruCache$Snapshot: long sequenceNumber -com.google.android.material.card.MaterialCardView: void setClickable(boolean) -wangdaye.com.geometricweather.R$id: int dialog_animatable_icon_container -retrofit2.Retrofit$1: java.lang.Object[] emptyArgs -com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding: com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding valueOf(java.lang.String) -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_goneMarginLeft -androidx.appcompat.R$style: int ThemeOverlay_AppCompat_Dialog_Alert -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: java.lang.String y -androidx.preference.R$id: int line1 -androidx.preference.R$id: int unchecked -com.google.android.material.R$id: int submenuarrow -com.google.android.material.R$styleable: int ShapeAppearance_cornerFamilyBottomLeft -androidx.appcompat.R$dimen: int tooltip_margin -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_set -cyanogenmod.hardware.DisplayMode: DisplayMode(int,java.lang.String) -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_hideOnContentScroll -com.google.android.material.R$drawable: int material_ic_edit_black_24dp -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon -com.google.android.material.R$styleable: int Badge_number -androidx.constraintlayout.widget.R$attr: int checkedTextViewStyle -james.adaptiveicon.R$styleable: int Toolbar_maxButtonHeight -androidx.appcompat.R$style: int Widget_AppCompat_Light_ListView_DropDown -androidx.appcompat.resources.R$drawable: int notification_bg_normal_pressed -com.google.android.material.slider.BaseSlider: float getValueFrom() -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeInsetEnd -androidx.constraintlayout.widget.R$styleable: int Motion_drawPath -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_5 -com.xw.repo.bubbleseekbar.R$id: int action_bar_subtitle -com.google.android.gms.base.R$color: int common_google_signin_btn_text_dark_focused -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_WITH_RC4_128_SHA -cyanogenmod.profiles.ConnectionSettings: java.lang.String ACTION_MODIFY_NETWORK_MODE -androidx.recyclerview.R$id: int tag_transition_group -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeIcePrecipitationProbability -wangdaye.com.geometricweather.R$styleable: int Constraint_barrierMargin -com.turingtechnologies.materialscrollbar.DragScrollBar: float getHideRatio() -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy -io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_display_1_material -com.turingtechnologies.materialscrollbar.R$layout: int abc_search_dropdown_item_icons_2line -cyanogenmod.weather.RequestInfo: cyanogenmod.weather.IRequestInfoListener getRequestListener() -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ImageButton -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_DialogWhenLarge -androidx.appcompat.R$style: int Widget_AppCompat_ProgressBar_Horizontal -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: void clear() -com.jaredrummler.android.colorpicker.R$bool: int config_materialPreferenceIconSpaceReserved -androidx.lifecycle.SavedStateHandleController$OnRecreation -cyanogenmod.providers.CMSettings$NameValueCache: java.lang.String mCallGetCommand -james.adaptiveicon.R$attr: int paddingTopNoTitle -com.google.android.material.R$style: int Base_Widget_AppCompat_Button_Colored -wangdaye.com.geometricweather.R$id: int dragEnd -androidx.constraintlayout.widget.R$id: int jumpToEnd -androidx.viewpager2.R$attr -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather weather -com.google.android.material.R$styleable: int AppCompatTheme_radioButtonStyle -com.google.android.material.R$styleable: int RecyclerView_stackFromEnd -james.adaptiveicon.R$id: int scrollIndicatorUp -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: int getWindowFlags() -james.adaptiveicon.R$dimen: int abc_text_size_title_material -android.didikee.donate.R$dimen: int abc_action_bar_overflow_padding_end_material -com.turingtechnologies.materialscrollbar.R$dimen: int fastscroll_minimum_range -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light -cyanogenmod.app.Profile: java.lang.String getName() -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language FOLLOW_SYSTEM -com.google.android.material.R$id: int mtrl_calendar_text_input_frame -com.jaredrummler.android.colorpicker.R$layout: int abc_search_dropdown_item_icons_2line -com.google.android.material.R$layout: int abc_select_dialog_material -androidx.constraintlayout.widget.R$styleable: int ActionBar_titleTextStyle -com.google.android.material.R$id: int dragUp -okhttp3.internal.Version: java.lang.String userAgent() -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: io.reactivex.internal.fuseable.SimpleQueue queue -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeRealFeelShaderTemperature -com.google.android.material.R$styleable: int FloatingActionButton_android_enabled -wangdaye.com.geometricweather.R$styleable: int Snackbar_snackbarStyle -androidx.preference.R$id: int item_touch_helper_previous_elevation -androidx.constraintlayout.widget.R$id: int italic -retrofit2.ParameterHandler$Part: void apply(retrofit2.RequestBuilder,java.lang.Object) -androidx.drawerlayout.R$dimen: R$dimen() -okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Stream getStream(int) -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleTextAppearance -wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink -androidx.vectordrawable.R$id: int accessibility_action_clickable_span -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean getVisibility() -androidx.appcompat.widget.AppCompatSpinner: void setDropDownWidth(int) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_horizontalBias -androidx.loader.R$styleable: int GradientColor_android_endX -androidx.recyclerview.R$color: int notification_icon_bg_color -com.turingtechnologies.materialscrollbar.R$attr: int listDividerAlertDialog -androidx.constraintlayout.widget.R$layout: int notification_action -cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy: java.util.List getSuggestions(android.content.Intent) -android.didikee.donate.R$dimen: int abc_search_view_preferred_width -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String ICON_URI -okhttp3.internal.http1.Http1Codec$FixedLengthSink: Http1Codec$FixedLengthSink(okhttp3.internal.http1.Http1Codec,long) -com.bumptech.glide.R$drawable: int notification_bg_normal_pressed -io.reactivex.internal.functions.Functions$NaturalComparator: io.reactivex.internal.functions.Functions$NaturalComparator INSTANCE -com.google.gson.stream.JsonWriter: java.lang.String separator -wangdaye.com.geometricweather.R$string: int abc_search_hint -com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol: com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol HTTPS -com.autonavi.aps.amapapi.model.AMapLocationServer: void b(java.lang.String) -com.google.android.material.R$style: int Widget_MaterialComponents_TabLayout_PrimarySurface -com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_allowCustom -com.google.android.material.R$id: int barrier -wangdaye.com.geometricweather.R$styleable: int[] ConstraintLayout_placeholder -cyanogenmod.providers.CMSettings$System: int getIntForUser(android.content.ContentResolver,java.lang.String,int,int) -com.google.android.material.textfield.TextInputLayout: void setEndIconContentDescription(java.lang.CharSequence) -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light -okhttp3.Call$Factory: okhttp3.Call newCall(okhttp3.Request) -wangdaye.com.geometricweather.R$id: int widget_remote_card -androidx.preference.R$styleable: int MenuItem_actionLayout -androidx.legacy.coreutils.R$styleable -com.xw.repo.bubbleseekbar.R$attr: int textAllCaps -com.tencent.bugly.proguard.p: android.content.ContentValues c(com.tencent.bugly.proguard.r) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getTreeDescription() -wangdaye.com.geometricweather.R$font: int product_sans_regular -com.xw.repo.bubbleseekbar.R$attr: int textAppearanceSmallPopupMenu -cyanogenmod.weather.WeatherInfo: boolean isValidWeatherCode(int) -com.turingtechnologies.materialscrollbar.R$attr: int showAsAction -wangdaye.com.geometricweather.R$styleable: int AppBarLayout_elevation -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments textAvalanche -okhttp3.Connection: java.net.Socket socket() -com.jaredrummler.android.colorpicker.R$id: int action_menu_presenter -androidx.constraintlayout.widget.R$attr: int fontStyle -androidx.appcompat.R$attr: int windowFixedHeightMinor -okhttp3.internal.connection.StreamAllocation: java.net.Socket deallocate(boolean,boolean,boolean) -wangdaye.com.geometricweather.common.basic.models.weather.Weather: void setYesterday(wangdaye.com.geometricweather.common.basic.models.weather.History) -com.google.android.material.slider.Slider: void setHaloRadius(int) -cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void alterWindow(int,int,int,int,boolean,android.graphics.Rect) -com.jaredrummler.android.colorpicker.R$styleable: int MenuGroup_android_checkableBehavior -com.tencent.bugly.crashreport.crash.CrashDetailBean: long G -androidx.constraintlayout.widget.R$attr: int buttonIconDimen -androidx.viewpager.R$id: int italic -androidx.preference.R$styleable: int SwitchPreferenceCompat_summaryOn -com.google.android.material.R$styleable: int KeyAttribute_android_translationZ -wangdaye.com.geometricweather.R$styleable: int ListPreference_entries -com.bumptech.glide.R$dimen: int notification_top_pad -okhttp3.OkHttpClient: int callTimeoutMillis() -wangdaye.com.geometricweather.R$string: int feedback_request_location -io.reactivex.internal.util.NotificationLite$ErrorNotification: java.lang.String toString() -androidx.preference.R$id: int expand_activities_button -cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_GET_GLOBAL -com.tencent.bugly.CrashModule: int MODULE_ID -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Dialog_Alert -androidx.constraintlayout.utils.widget.ImageFilterView: void setBrightness(float) -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun -com.jaredrummler.android.colorpicker.ColorPickerView: java.lang.String getAlphaSliderText() -androidx.core.R$style: int TextAppearance_Compat_Notification -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1: void onSucceed(java.lang.Object) -androidx.appcompat.widget.Toolbar: Toolbar(android.content.Context) -com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose: com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose valueOf(java.lang.String) -wangdaye.com.geometricweather.R$attr: int floatingActionButtonStyle -android.didikee.donate.R$dimen: int abc_alert_dialog_button_bar_height -wangdaye.com.geometricweather.db.entities.HourlyEntity -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: void dispose() -com.tencent.bugly.crashreport.crash.anr.b: b(android.content.Context,com.tencent.bugly.crashreport.common.strategy.a,com.tencent.bugly.crashreport.common.info.a,com.tencent.bugly.proguard.w,com.tencent.bugly.crashreport.crash.b) -androidx.swiperefreshlayout.R$dimen: int compat_button_padding_vertical_material -wangdaye.com.geometricweather.db.entities.AlertEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int MIXED_RAIN_AND_HAIL -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean -com.turingtechnologies.materialscrollbar.R$id: int design_menu_item_text -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_menu_overflow_material -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 -androidx.activity.R$id: int accessibility_custom_action_2 -androidx.preference.R$id: int action_bar_root -androidx.fragment.R$id: int accessibility_custom_action_25 -androidx.fragment.R$styleable: int[] FragmentContainerView -james.adaptiveicon.R$attr: int icon -io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable: void dispose() -io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: void next(java.lang.Object) -com.xw.repo.bubbleseekbar.R$styleable: int MenuGroup_android_orderInCategory -android.didikee.donate.R$id: int checkbox -okhttp3.ResponseBody$BomAwareReader: void close() -com.google.android.material.R$style: int Widget_AppCompat_Spinner_Underlined -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_89 -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: int INTERRUPTING -cyanogenmod.weather.CMWeatherManager: java.util.Map access$300(cyanogenmod.weather.CMWeatherManager) -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.R$styleable: int ViewStubCompat_android_id -com.turingtechnologies.materialscrollbar.R$drawable: int notification_icon_background -androidx.hilt.lifecycle.R$attr: R$attr() -androidx.lifecycle.ClassesInfoCache$MethodReference: void invokeCallback(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event,java.lang.Object) -android.didikee.donate.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset -com.google.android.material.R$integer: int mtrl_calendar_year_selector_span -com.tencent.bugly.crashreport.biz.a -com.google.android.material.R$attr: int wavePeriod -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_showMotionSpec -wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: SlidingItemContainerLayout(android.content.Context,android.util.AttributeSet,int) -androidx.cardview.R$styleable: int CardView_contentPaddingBottom -wangdaye.com.geometricweather.R$dimen: int compat_button_inset_horizontal_material -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum: java.lang.String Unit -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_alphabeticModifiers -androidx.swiperefreshlayout.R$dimen: int notification_media_narrow_margin -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_DropDownItem_Spinner -androidx.preference.R$styleable: int CompoundButton_buttonCompat -retrofit2.ParameterHandler$Tag -androidx.constraintlayout.widget.R$attr: int mock_showDiagonals -com.google.gson.internal.LazilyParsedNumber: int intValue() -androidx.preference.R$attr: int maxWidth -androidx.vectordrawable.animated.R$styleable: int GradientColor_android_startColor -com.turingtechnologies.materialscrollbar.R$attr: int behavior_skipCollapsed -androidx.preference.R$attr: int updatesContinuously -android.didikee.donate.R$attr: int initialActivityCount -cyanogenmod.externalviews.ExternalView: boolean onPreDraw() -androidx.appcompat.R$styleable: int AnimatedStateListDrawableTransition_android_toId -androidx.preference.R$drawable: int abc_btn_radio_to_on_mtrl_000 -org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.rx.RxTransaction rxTx() -james.adaptiveicon.R$id: int notification_main_column_container -cyanogenmod.profiles.StreamSettings: void getXmlString(java.lang.StringBuilder,android.content.Context) -androidx.appcompat.R$drawable: int abc_item_background_holo_light -wangdaye.com.geometricweather.R$xml: int widget_clock_day_horizontal -cyanogenmod.externalviews.KeyguardExternalView$3: boolean val$visible -com.google.android.material.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner -wangdaye.com.geometricweather.R$string: int key_location_service -androidx.constraintlayout.widget.R$attr: int expandActivityOverflowButtonDrawable -wangdaye.com.geometricweather.R$id: int item_icon_provider_clearIcon -com.google.android.material.R$attr: int contentInsetLeft -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property ThunderstormPrecipitationProbability -cyanogenmod.app.IPartnerInterface$Stub$Proxy: java.lang.String getCurrentHotwordPackageName() -com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawable_android_dither -androidx.constraintlayout.widget.R$layout: int abc_action_menu_layout -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: int unitArrayIndex -androidx.fragment.R$id: int accessibility_custom_action_9 -okhttp3.internal.cache.CacheInterceptor: boolean isEndToEnd(java.lang.String) -wangdaye.com.geometricweather.R$dimen: int abc_floating_window_z -androidx.transition.R$attr: int alpha -wangdaye.com.geometricweather.R$id: int TOP_END -androidx.loader.R$dimen: int notification_large_icon_height -wangdaye.com.geometricweather.R$drawable: int weather_sleet_3 -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Caption -com.google.android.material.R$style: int Widget_MaterialComponents_ProgressIndicator_Linear_Indeterminate -okio.HashingSink: HashingSink(okio.Sink,okio.ByteString,java.lang.String) -androidx.viewpager2.R$styleable: int FontFamilyFont_fontWeight -androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_Dialog_Alert -wangdaye.com.geometricweather.R$drawable: int btn_checkbox_checked_to_unchecked_mtrl_animation -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1: retrofit2.Callback val$callback -james.adaptiveicon.R$color: int dim_foreground_disabled_material_light -com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_selector_disabled_holo_dark -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_list_padding_bottom_no_buttons -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float getO3() -com.xw.repo.bubbleseekbar.R$attr: int actionModeCopyDrawable -android.didikee.donate.R$styleable: int AppCompatTheme_panelBackground -wangdaye.com.geometricweather.R$styleable: int Preference_key -androidx.preference.R$styleable: int Preference_allowDividerAbove -androidx.vectordrawable.animated.R$string -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: io.reactivex.disposables.Disposable upstream -com.google.android.material.R$attr: int boxStrokeErrorColor -wangdaye.com.geometricweather.db.entities.DailyEntity: float getHoursOfSun() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric: AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric() -com.google.android.material.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common -com.jaredrummler.android.colorpicker.R$styleable: int BackgroundStyle_android_selectableItemBackground -wangdaye.com.geometricweather.R$layout: int image_frame -wangdaye.com.geometricweather.R$styleable: int[] FragmentContainerView -com.google.android.gms.common.stats.WakeLockEvent -wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customStringValue -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem -com.google.android.material.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_AES_128_GCM_SHA256 -com.google.android.material.R$color: int material_grey_600 -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_voiceIcon -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: java.lang.String getZh_CN() -com.google.android.material.R$style: int Widget_MaterialComponents_PopupMenu -com.google.android.material.R$attr: int closeItemLayout -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_translationX -okhttp3.internal.http2.Hpack$Writer -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: int getThermalState() -wangdaye.com.geometricweather.R$dimen: int material_emphasis_medium -com.tencent.bugly.proguard.h: h(java.lang.StringBuilder,int) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWindDirection -com.tencent.bugly.nativecrashreport.R -com.google.android.material.R$attr: int indicatorSize -org.greenrobot.greendao.AbstractDaoMaster: org.greenrobot.greendao.AbstractDaoSession newSession(org.greenrobot.greendao.identityscope.IdentityScopeType) -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind: double speed -android.didikee.donate.R$layout: int abc_list_menu_item_icon -james.adaptiveicon.R$drawable: int abc_popup_background_mtrl_mult -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_text -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Metric: java.lang.String Unit -okhttp3.internal.connection.RouteSelector: boolean hasNextProxy() -retrofit2.KotlinExtensions$awaitResponse$2$2: void onFailure(retrofit2.Call,java.lang.Throwable) -okhttp3.Handshake: boolean equals(java.lang.Object) -okhttp3.internal.http2.Http2Connection$6 -androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_width -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored -wangdaye.com.geometricweather.R$string: int settings_title_speed_unit -wangdaye.com.geometricweather.R$drawable: int weather_haze_mini_light -com.amap.api.location.AMapLocation: java.lang.String m -okhttp3.internal.http1.Http1Codec: okio.Source newChunkedSource(okhttp3.HttpUrl) -okio.Buffer: okio.ByteString sha512() -retrofit2.ParameterHandler$Headers: void apply(retrofit2.RequestBuilder,okhttp3.Headers) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: void setTo(java.lang.String) -com.jaredrummler.android.colorpicker.R$attr: int defaultValue -androidx.preference.R$color: int abc_tint_switch_track -com.amap.api.fence.GeoFence: java.lang.String getCustomId() -wangdaye.com.geometricweather.R$styleable: int AppBarLayout_statusBarForeground -androidx.appcompat.R$layout: int select_dialog_singlechoice_material -com.google.android.material.R$style: int Base_Theme_MaterialComponents_CompactMenu -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: float unitFactor -com.jaredrummler.android.colorpicker.R$color: int switch_thumb_normal_material_light -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather: java.lang.String temperature -androidx.viewpager2.R$styleable: int RecyclerView_stackFromEnd -com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_drawableSize -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Metric -james.adaptiveicon.R$attr: int textAppearanceLargePopupMenu -com.google.android.material.behavior.SwipeDismissBehavior: void setListener(com.google.android.material.behavior.SwipeDismissBehavior$OnDismissListener) -wangdaye.com.geometricweather.R$color: int design_fab_shadow_start_color -androidx.work.R$dimen: int compat_button_inset_vertical_material -com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_dialogLayout -androidx.hilt.work.R$styleable: int FontFamily_fontProviderQuery -com.google.android.material.progressindicator.ProgressIndicator: ProgressIndicator(android.content.Context) -com.turingtechnologies.materialscrollbar.R$color: int ripple_material_light -android.support.v4.os.ResultReceiver$1: android.support.v4.os.ResultReceiver createFromParcel(android.os.Parcel) -okhttp3.Response: okhttp3.Headers headers() -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: long period -wangdaye.com.geometricweather.R$styleable: int Slider_thumbElevation -androidx.constraintlayout.utils.widget.ImageFilterView: ImageFilterView(android.content.Context) -james.adaptiveicon.R$attr: int tooltipFrameBackground -okio.GzipSink: okio.BufferedSink sink -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorIconTintMode -androidx.constraintlayout.widget.R$id: int spline -wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property CityId -com.turingtechnologies.materialscrollbar.R$attr: int fastScrollEnabled -io.reactivex.Observable: io.reactivex.Observable error(java.util.concurrent.Callable) -com.google.android.material.R$color: int material_blue_grey_900 -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$RainForecast: java.lang.String desc -com.google.android.material.R$color: int primary_dark_material_light -com.bumptech.glide.R$styleable: int GradientColor_android_startX -android.didikee.donate.R$styleable: int SearchView_android_imeOptions -com.google.android.material.R$styleable: int StateListDrawable_android_dither -wangdaye.com.geometricweather.R$id: int activity_alert_container -com.google.android.material.chip.Chip: android.graphics.RectF getCloseIconTouchBounds() -wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit -okhttp3.FormBody: okhttp3.MediaType contentType() -cyanogenmod.providers.CMSettings$System: java.lang.String NAVIGATION_BAR_MENU_ARROW_KEYS -wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation: wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation RIGHT -james.adaptiveicon.R$id: int submenuarrow -io.reactivex.Observable: io.reactivex.disposables.Disposable forEachWhile(io.reactivex.functions.Predicate,io.reactivex.functions.Consumer) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeTotalPrecipitationDuration -com.google.android.material.R$styleable: int CollapsingToolbarLayout_toolbarId -android.didikee.donate.R$styleable: int MenuGroup_android_menuCategory -wangdaye.com.geometricweather.R$style: int Base_V21_Theme_AppCompat_Light -wangdaye.com.geometricweather.R$id: int add -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: java.lang.String zh_TW -wangdaye.com.geometricweather.R$styleable: int OnSwipe_touchAnchorId -io.reactivex.Observable: io.reactivex.Observable concat(io.reactivex.ObservableSource,int) -com.jaredrummler.android.colorpicker.R$attr: int progressBarPadding -android.didikee.donate.R$drawable: int abc_ic_ab_back_material -retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.R$array: int notification_styles -wangdaye.com.geometricweather.R$layout: int widget_clock_day_horizontal -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_selectableItemBackground -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_numericShortcut -wangdaye.com.geometricweather.R$layout: int item_about_line -cyanogenmod.weather.WeatherInfo: double mWindSpeed -wangdaye.com.geometricweather.R$drawable: int material_ic_clear_black_24dp -james.adaptiveicon.R$id: int src_in -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation: wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation LEFT -cyanogenmod.hardware.CMHardwareManager: int GAMMA_CALIBRATION_RED_INDEX -com.google.android.material.textfield.TextInputLayout: android.graphics.Typeface getTypeface() -androidx.vectordrawable.R$id: int accessibility_custom_action_26 -com.google.android.material.R$attr: int actionModeCloseDrawable -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating -com.google.android.material.R$attr: int snackbarButtonStyle -com.tencent.bugly.proguard.z: java.util.Map a(android.os.Parcel) -cyanogenmod.themes.ThemeManager$1: void onProgress(int) -wangdaye.com.geometricweather.R$styleable: int Toolbar_titleMarginStart -androidx.hilt.work.R$dimen: int notification_top_pad_large_text -wangdaye.com.geometricweather.R$id: int item_aqi_title -retrofit2.ParameterHandler$HeaderMap: void apply(retrofit2.RequestBuilder,java.util.Map) -android.didikee.donate.R$dimen: int abc_action_bar_subtitle_bottom_margin_material -james.adaptiveicon.R$attr: int colorBackgroundFloating -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: void setUnit(java.lang.String) -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void run() -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_search_api_material -com.google.android.material.R$styleable: int ConstraintSet_animate_relativeTo -org.greenrobot.greendao.AbstractDao: void insertOrReplaceInTx(java.lang.Iterable) -com.amap.api.location.AMapLocation: java.lang.String getStreetNum() -com.google.android.material.R$dimen: int mtrl_fab_min_touch_target -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_AppbarTheme -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_1 -androidx.preference.R$attr: int iconTintMode -com.github.rahatarmanahmed.cpv.CircularProgressView: android.graphics.Paint paint -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse -com.jaredrummler.android.colorpicker.R$styleable: int[] AppCompatTheme -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getCurrentDisplayMode -com.tencent.bugly.crashreport.crash.d -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: long serialVersionUID -com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_stackFromEnd -com.google.android.material.R$style: int Widget_MaterialComponents_Button_Icon -com.jaredrummler.android.colorpicker.R$dimen -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric: double Value -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getDailyForecast() -android.didikee.donate.R$drawable: int abc_btn_check_to_on_mtrl_000 -android.support.v4.os.ResultReceiver$MyRunnable: android.support.v4.os.ResultReceiver this$0 -wangdaye.com.geometricweather.R$attr: int layout_scrollFlags -androidx.constraintlayout.widget.R$drawable: int abc_btn_check_to_on_mtrl_000 -okio.BufferedSource: long indexOf(okio.ByteString,long) -androidx.preference.PreferenceGroup: void setOnExpandButtonClickListener(androidx.preference.PreferenceGroup$OnExpandButtonClickListener) -com.turingtechnologies.materialscrollbar.R$dimen: int compat_button_inset_horizontal_material -com.google.android.material.R$dimen: int material_cursor_inset_bottom -com.google.gson.stream.MalformedJsonException: MalformedJsonException(java.lang.String,java.lang.Throwable) -com.xw.repo.bubbleseekbar.R$string: int abc_shareactionprovider_share_with_application -wangdaye.com.geometricweather.R$attr: int animationMode -cyanogenmod.providers.CMSettings$Secure: java.lang.String STATS_COLLECTION_REPORTED -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: int STATE_RESULT_VALUE -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 -cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler: int MSG_CANCEL_REQUEST -wangdaye.com.geometricweather.db.entities.DaoMaster$OpenHelper: DaoMaster$OpenHelper(android.content.Context,java.lang.String,android.database.sqlite.SQLiteDatabase$CursorFactory) -androidx.preference.R$attr: int switchTextOff -james.adaptiveicon.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind: double gust -wangdaye.com.geometricweather.R$style: int Platform_ThemeOverlay_AppCompat_Dark -wangdaye.com.geometricweather.db.entities.DailyEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.DailyEntity,int) -okhttp3.internal.http.CallServerInterceptor: boolean forWebSocket -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void runAsync() -wangdaye.com.geometricweather.R$attr: int flow_horizontalAlign -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() -cyanogenmod.app.Profile: cyanogenmod.profiles.LockSettings getScreenLockMode() -wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_light_focused -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Small -androidx.appcompat.R$attr: int actionModeBackground -james.adaptiveicon.R$string: int abc_toolbar_collapse_description -wangdaye.com.geometricweather.R$id: int widget_week_temp -james.adaptiveicon.R$style: int Widget_AppCompat_Button_Small -wangdaye.com.geometricweather.R$id: int notification_big -androidx.appcompat.R$styleable: int Toolbar_contentInsetStart -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintCircle -com.amap.api.location.AMapLocation: java.lang.String j -com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_corner_radius -cyanogenmod.app.IProfileManager$Stub$Proxy: void addNotificationGroup(android.app.NotificationGroup) -com.jaredrummler.android.colorpicker.R$styleable: int[] DrawerArrowToggle -androidx.preference.R$styleable: int AppCompatTheme_actionModeSplitBackground -com.xw.repo.bubbleseekbar.R$layout: int abc_popup_menu_item_layout -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: long serialVersionUID -android.didikee.donate.R$attr: int panelBackground -wangdaye.com.geometricweather.R$string: int donate -androidx.viewpager2.R$id: int time -cyanogenmod.externalviews.IExternalViewProviderFactory: android.os.IBinder createExternalView(android.os.Bundle) -com.google.android.material.R$layout: int abc_screen_simple -james.adaptiveicon.R$attr: int showDividers -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void innerSuccess(java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int[] ActionBar -com.jaredrummler.android.colorpicker.R$anim: int abc_popup_enter -wangdaye.com.geometricweather.R$attr: int colorSecondary -androidx.preference.R$styleable: int EditTextPreference_useSimpleSummaryProvider -com.xw.repo.bubbleseekbar.R$dimen: int abc_floating_window_z -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: ArcProgress(android.content.Context) -androidx.lifecycle.MediatorLiveData: void removeSource(androidx.lifecycle.LiveData) -okhttp3.internal.http2.Header -com.google.android.material.textfield.TextInputLayout: com.google.android.material.internal.CheckableImageButton getEndIconView() -androidx.preference.R$styleable: int[] ColorStateListItem -com.turingtechnologies.materialscrollbar.R$anim: int abc_popup_exit -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setHourlyForecast(java.lang.String) -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_height -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String sunRise -wangdaye.com.geometricweather.R$string: int abc_menu_meta_shortcut_label -okio.Buffer: okio.BufferedSink writeLong(long) -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: boolean isDisposed() -cyanogenmod.app.StatusBarPanelCustomTile$1: cyanogenmod.app.StatusBarPanelCustomTile[] newArray(int) -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_motionTarget -androidx.loader.R$styleable: int[] GradientColorItem -com.turingtechnologies.materialscrollbar.R$attr: int drawerArrowStyle -com.amap.api.location.AMapLocationQualityReport: java.lang.Object clone() -wangdaye.com.geometricweather.R$drawable: int btn_radio_on_mtrl -wangdaye.com.geometricweather.R$drawable: int weather_cloudy_mini_dark -com.google.android.material.R$styleable: int SnackbarLayout_backgroundOverlayColorAlpha -com.jaredrummler.android.colorpicker.R$styleable: int Preference_widgetLayout -android.didikee.donate.R$styleable: int AppCompatTheme_android_windowAnimationStyle -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: android.os.IBinder asBinder() -android.didikee.donate.R$drawable: int abc_ic_star_black_36dp -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Headline -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast: long serialVersionUID -io.reactivex.internal.util.NotificationLite$DisposableNotification: java.lang.String toString() -wangdaye.com.geometricweather.R$id: int indicator -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: java.util.concurrent.TimeUnit unit -com.google.android.material.R$attr: int checkboxStyle -androidx.transition.R$styleable: int GradientColor_android_type -com.xw.repo.bubbleseekbar.R$drawable: int abc_ratingbar_material -androidx.appcompat.R$attr: int buttonCompat -james.adaptiveicon.R$dimen: int highlight_alpha_material_dark -com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginEnd -androidx.constraintlayout.widget.R$layout: int abc_list_menu_item_checkbox -com.tencent.bugly.proguard.j: void a(java.util.Collection,int) -wangdaye.com.geometricweather.R$string: int apparent_temperature -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: void dispose() -com.tencent.bugly.crashreport.common.info.b: java.lang.String n() -androidx.fragment.R$styleable: int[] GradientColorItem -com.google.android.material.R$style: int ThemeOverlay_AppCompat -wangdaye.com.geometricweather.R$id: int activity_alert_toolbar -retrofit2.RequestFactory: okhttp3.MediaType contentType -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: boolean done -com.amap.api.fence.GeoFence: void setStatus(int) -okhttp3.internal.http2.Http2Stream$FramingSource: okio.Timeout timeout() -androidx.recyclerview.R$id: int accessibility_custom_action_5 -okhttp3.Dispatcher: java.util.List runningCalls() -wangdaye.com.geometricweather.R$string: int degree_day_temperature -okhttp3.CertificatePinner$Builder: okhttp3.CertificatePinner build() -cyanogenmod.app.ICustomTileListener$Stub$Proxy: void onCustomTileRemoved(org.cyanogenmod.internal.statusbar.IStatusBarCustomTileHolder) -androidx.preference.R$style: int Widget_AppCompat_ImageButton -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean writePersistentBytes(java.lang.String,byte[]) -cyanogenmod.providers.CMSettings$DiscreteValueValidator: java.lang.String[] mValues -okhttp3.HttpUrl$Builder: java.lang.String encodedFragment -cyanogenmod.providers.CMSettings$Secure$2: CMSettings$Secure$2() -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listMenuViewStyle -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense -io.reactivex.Observable: io.reactivex.Observable retryWhen(io.reactivex.functions.Function) -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_lastHorizontalBias -wangdaye.com.geometricweather.R$id: int design_menu_item_action_area -wangdaye.com.geometricweather.R$id: int packed -wangdaye.com.geometricweather.R$drawable: int material_ic_keyboard_arrow_next_black_24dp -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: boolean isDisposed() -androidx.lifecycle.ViewModelStoreOwner: androidx.lifecycle.ViewModelStore getViewModelStore() -com.google.android.material.appbar.CollapsingToolbarLayout: android.graphics.Typeface getCollapsedTitleTypeface() -retrofit2.BuiltInConverters$StreamingResponseBodyConverter: java.lang.Object convert(java.lang.Object) -com.google.android.material.R$styleable: int AppCompatTheme_listMenuViewStyle -androidx.constraintlayout.widget.R$styleable: int[] MotionHelper -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult: wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties properties -cyanogenmod.profiles.LockSettings: void writeXmlString(java.lang.StringBuilder,android.content.Context) -com.xw.repo.bubbleseekbar.R$color: int material_grey_100 -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu -androidx.transition.R$dimen: int notification_right_side_padding_top -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_iconEndPadding -androidx.dynamicanimation.R$styleable: int GradientColor_android_startColor -androidx.core.R$styleable: int GradientColorItem_android_color -wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.Object getKey(java.lang.Object) -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 -androidx.preference.R$styleable: int AppCompatTheme_actionModeCopyDrawable -okhttp3.HttpUrl$Builder: java.lang.String host -com.google.android.gms.common.internal.safeparcel.SafeParcelable: java.lang.String NULL -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial: int UnitType -io.reactivex.Observable: io.reactivex.Observable buffer(long,java.util.concurrent.TimeUnit) -androidx.customview.R$styleable: int FontFamily_fontProviderAuthority -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Button -com.google.android.material.R$styleable: int[] MaterialCheckBox -okhttp3.internal.ws.WebSocketWriter$FrameSink: okhttp3.internal.ws.WebSocketWriter this$0 -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Day_Invalid -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_week_1 -wangdaye.com.geometricweather.R$drawable: int shortcuts_thunderstorm -androidx.hilt.work.R$styleable: int FontFamily_fontProviderAuthority -cyanogenmod.profiles.RingModeSettings: void getXmlString(java.lang.StringBuilder,android.content.Context) -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.internal.util.ErrorMode errorMode -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Metric: AccuCurrentResult$WindChillTemperature$Metric() -com.xw.repo.bubbleseekbar.R$styleable: int[] GradientColor -james.adaptiveicon.R$attr: int contentInsetStart -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Display3 -wangdaye.com.geometricweather.R$styleable: int[] BottomAppBar -android.didikee.donate.R$string: int abc_activitychooserview_choose_application -com.google.android.material.R$styleable: int[] CollapsingToolbarLayout -okhttp3.Cookie: boolean persistent() -com.jaredrummler.android.colorpicker.R$style: int Base_AlertDialog_AppCompat_Light -okio.DeflaterSink: void flush() -com.google.android.material.R$color: int mtrl_calendar_item_stroke_color -com.google.android.material.R$styleable: int KeyCycle_android_elevation -wangdaye.com.geometricweather.R$attr: int backgroundOverlayColorAlpha -androidx.appcompat.R$styleable: int Toolbar_android_minHeight -cyanogenmod.profiles.StreamSettings: boolean mOverride -cyanogenmod.app.Profile$TriggerType: Profile$TriggerType() -androidx.constraintlayout.widget.R$attr: int titleMarginBottom -com.google.android.material.chip.ChipGroup: void setChipSpacingHorizontal(int) -androidx.hilt.lifecycle.R$dimen: int notification_top_pad_large_text -androidx.constraintlayout.widget.R$styleable: int AlertDialog_android_layout -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_LargeTouch -cyanogenmod.externalviews.ExternalView: cyanogenmod.externalviews.ExternalViewProperties mExternalViewProperties -com.google.android.material.R$attr: int autoCompleteTextViewStyle -com.tencent.bugly.proguard.c: c() -okhttp3.internal.cache.DiskLruCache: void flush() -okhttp3.Cookie: boolean hostOnly() -okhttp3.Protocol: java.lang.String toString() -androidx.constraintlayout.widget.VirtualLayout: VirtualLayout(android.content.Context,android.util.AttributeSet) -com.jaredrummler.android.colorpicker.R$color: int abc_primary_text_material_dark -okhttp3.internal.http.RealInterceptorChain: okhttp3.EventListener eventListener -androidx.vectordrawable.animated.R$attr: int fontProviderAuthority -com.amap.api.location.AMapLocationClientOption: long c -okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner: AndroidPlatform$AndroidCertificateChainCleaner(java.lang.Object,java.lang.reflect.Method) -wangdaye.com.geometricweather.R$id: int item_aqi -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Tooltip -androidx.appcompat.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge -wangdaye.com.geometricweather.R$string: int exposed_dropdown_menu_content_description -androidx.appcompat.widget.AppCompatImageView: void setImageResource(int) -androidx.constraintlayout.widget.R$attr: int circleRadius -androidx.preference.R$attr: int fontFamily -okhttp3.RealCall$1: okhttp3.RealCall this$0 -androidx.appcompat.widget.LinearLayoutCompat: void setOrientation(int) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_orientation -com.xw.repo.bubbleseekbar.R$attr: int fontFamily -wangdaye.com.geometricweather.R$drawable: int design_ic_visibility_off -androidx.preference.R$styleable: int SeekBarPreference_seekBarIncrement -cyanogenmod.profiles.RingModeSettings -cyanogenmod.os.Concierge$ParcelInfo: int getParcelVersion() -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_body_1_material -wangdaye.com.geometricweather.R$styleable: int AppBarLayoutStates_state_lifted -com.tencent.bugly.proguard.d: void b(int) -cyanogenmod.weather.WeatherLocation$1: java.lang.Object createFromParcel(android.os.Parcel) -cyanogenmod.profiles.StreamSettings: void setOverride(boolean) -com.google.android.material.R$styleable: int Tooltip_android_minHeight -io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: boolean isDisposed() -com.google.android.material.bottomappbar.BottomAppBar: int getRightInset() -com.google.android.material.R$color: int material_on_surface_emphasis_high_type -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_CompoundButton_CheckBox -androidx.constraintlayout.widget.R$string: int abc_menu_space_shortcut_label -okhttp3.internal.http2.Http2Stream: boolean isOpen() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_95 -wangdaye.com.geometricweather.R$string: int feedback_ignore_battery_optimizations_title -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_stacked_max_height -com.turingtechnologies.materialscrollbar.R$id: int design_menu_item_action_area -wangdaye.com.geometricweather.R$attr: int thumbRadius -wangdaye.com.geometricweather.R$attr: int onShow -com.bumptech.glide.request.RequestCoordinator$RequestState: boolean isComplete() -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintDimensionRatio -android.didikee.donate.R$styleable: int[] LinearLayoutCompat -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowFixedWidthMinor -com.google.android.material.floatingactionbutton.FloatingActionButton: com.google.android.material.animation.MotionSpec getHideMotionSpec() -james.adaptiveicon.R$color: int bright_foreground_disabled_material_light -wangdaye.com.geometricweather.R$drawable: int ic_toolbar_close -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Title_Inverse -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: long EpochSet -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarTabTextStyle -wangdaye.com.geometricweather.common.ui.widgets.AnimatableIconView -okhttp3.Handshake: okhttp3.Handshake get(javax.net.ssl.SSLSession) -com.tencent.bugly.crashreport.common.info.a -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX direction -com.google.android.material.R$dimen: int design_bottom_navigation_margin -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setWindSpeedStart(java.lang.String) -android.didikee.donate.R$styleable: int View_android_focusable -com.google.android.gms.auth.api.signin.GoogleSignInAccount: android.os.Parcelable$Creator CREATOR -james.adaptiveicon.AdaptiveIconView: void setPath(int) -com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_multiChoiceItemLayout -androidx.dynamicanimation.R$id: int forever -com.tencent.bugly.crashreport.crash.a: int f -com.google.android.material.textfield.TextInputLayout: com.google.android.material.shape.MaterialShapeDrawable getBoxBackground() -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) -com.google.android.material.R$styleable: int Constraint_flow_verticalBias -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Minimum Minimum -com.google.android.material.R$id: int fixed -wangdaye.com.geometricweather.R$style: int AndroidThemeColorAccentYellow -com.google.gson.stream.JsonWriter: int[] stack -androidx.recyclerview.widget.RecyclerView$SavedState -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_translationY -cyanogenmod.providers.CMSettings$Validator: boolean validate(java.lang.String) -wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_AppbarTheme_Light -androidx.dynamicanimation.R$dimen: int notification_subtext_size -com.google.android.material.R$id: int spacer -retrofit2.CallAdapter$Factory -com.turingtechnologies.materialscrollbar.R$attr: int subtitleTextStyle -androidx.appcompat.R$styleable: int AppCompatTextView_autoSizeMinTextSize -cyanogenmod.themes.ThemeManager$1$2 -com.tencent.bugly.b: boolean a(com.tencent.bugly.crashreport.common.info.a) -com.turingtechnologies.materialscrollbar.R$dimen: int abc_control_corner_material -io.reactivex.internal.disposables.SequentialDisposable -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemHorizontalPadding -com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge -com.google.android.material.R$attr: int flow_verticalGap -com.google.gson.stream.JsonReader: int NUMBER_CHAR_SIGN -androidx.work.R$layout: int notification_action -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: MfForecastResult$Position() -okhttp3.internal.http1.Http1Codec: int STATE_READ_RESPONSE_HEADERS -com.google.android.material.R$styleable: int AppCompatTheme_toolbarStyle -wangdaye.com.geometricweather.R$string: int path_password_eye_mask_visible -io.reactivex.internal.observers.ForEachWhileObserver: io.reactivex.functions.Consumer onError -retrofit2.RequestFactory$Builder: retrofit2.ParameterHandler parseParameterAnnotation(int,java.lang.reflect.Type,java.lang.annotation.Annotation[],java.lang.annotation.Annotation) -com.google.gson.stream.JsonReader: void skipQuotedValue(char) -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder removePathSegment(int) -androidx.customview.R$attr: int fontProviderPackage -com.google.android.material.button.MaterialButton: void setElevation(float) -okio.ForwardingTimeout: okio.ForwardingTimeout setDelegate(okio.Timeout) -androidx.vectordrawable.animated.R$drawable: int notification_bg -androidx.constraintlayout.widget.R$anim: int abc_slide_in_top -wangdaye.com.geometricweather.R$id: int activity_widget_config_textSizeTitle -wangdaye.com.geometricweather.R$styleable: int CardView_android_minWidth -androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_DayNight -wangdaye.com.geometricweather.R$attr: int colorSwitchThumbNormal -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX() -androidx.appcompat.R$drawable: int abc_btn_borderless_material -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_android_gravity -com.google.android.material.circularreveal.cardview.CircularRevealCardView: void setCircularRevealOverlayDrawable(android.graphics.drawable.Drawable) -okhttp3.Handshake: java.util.List localCertificates() -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String TITLE -androidx.appcompat.widget.AppCompatTextView: AppCompatTextView(android.content.Context,android.util.AttributeSet,int) -cyanogenmod.app.CustomTileListenerService: java.lang.String TAG -android.didikee.donate.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle -wangdaye.com.geometricweather.R$id: int material_value_index -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property Id -wangdaye.com.geometricweather.R$drawable: int abc_cab_background_top_material -com.amap.api.location.AMapLocation: double t -androidx.appcompat.widget.AppCompatButton: int getAutoSizeStepGranularity() -com.xw.repo.bubbleseekbar.R$layout: int notification_template_part_time -okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Stream newStream(int,java.util.List,boolean) -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String LOCKSCREEN_URI -androidx.appcompat.widget.AppCompatButton: int getAutoSizeMaxTextSize() -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.WeatherIconControlView -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText -okhttp3.Cache$Entry: okhttp3.Response response(okhttp3.internal.cache.DiskLruCache$Snapshot) -com.google.android.material.R$styleable: int Layout_layout_constraintWidth_min -okhttp3.Headers$Builder: java.util.List namesAndValues -okhttp3.internal.http2.Http2Codec: okhttp3.Protocol protocol -com.xw.repo.bubbleseekbar.R$attr: int bsb_section_text_interval -androidx.preference.R$dimen: int abc_action_button_min_height_material -retrofit2.Platform: retrofit2.Platform PLATFORM -wangdaye.com.geometricweather.R$styleable: int[] MaterialToolbar -wangdaye.com.geometricweather.R$attr: int actionOverflowMenuStyle -okio.Buffer: okio.Buffer emitCompleteSegments() -androidx.constraintlayout.widget.R$attr: int queryBackground -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: FitSystemBarNestedScrollView(android.content.Context,android.util.AttributeSet) -androidx.lifecycle.extensions.R$id: int fragment_container_view_tag -com.google.android.material.R$styleable: int Constraint_flow_verticalAlign -androidx.loader.R$id: int chronometer -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeFindDrawable -androidx.hilt.lifecycle.R$styleable: int GradientColor_android_startY -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse -wangdaye.com.geometricweather.R$attr: int startIconTint -androidx.multidex.MultiDexExtractor$ExtractedDex -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_bubble_color -androidx.hilt.lifecycle.R$dimen: int notification_media_narrow_margin -androidx.transition.R$drawable: R$drawable() -okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level BASIC -wangdaye.com.geometricweather.R$id: int list_item -retrofit2.Utils$GenericArrayTypeImpl: boolean equals(java.lang.Object) -androidx.legacy.coreutils.R$id: R$id() -com.google.android.material.R$attr: int actionOverflowButtonStyle -com.turingtechnologies.materialscrollbar.R$attr: int actionModeSplitBackground -com.xw.repo.bubbleseekbar.R$attr: int buttonTint -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Metric: java.lang.String Unit -wangdaye.com.geometricweather.R$styleable: int View_android_theme -com.turingtechnologies.materialscrollbar.R$styleable: int TabItem_android_layout -androidx.appcompat.widget.AppCompatButton: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) -android.didikee.donate.R$drawable: int notification_bg -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ProgressBar -com.xw.repo.bubbleseekbar.R$attr: int fontWeight -wangdaye.com.geometricweather.R$drawable: int notification_template_icon_bg -androidx.viewpager.R$string: R$string() -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property AqiIndex -retrofit2.DefaultCallAdapterFactory: DefaultCallAdapterFactory(java.util.concurrent.Executor) -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Spinner_Underlined -androidx.viewpager.R$styleable: int[] ColorStateListItem -wangdaye.com.geometricweather.R$styleable: int DialogPreference_negativeButtonText -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature -cyanogenmod.profiles.StreamSettings: boolean isDirty() -androidx.loader.R$styleable: int GradientColorItem_android_color -io.reactivex.internal.observers.BasicIntQueueDisposable: boolean offer(java.lang.Object) -okio.Source -com.google.android.material.R$styleable: int LinearLayoutCompat_showDividers -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_NoActionBar -androidx.lifecycle.AbstractSavedStateViewModelFactory: android.os.Bundle mDefaultArgs -androidx.lifecycle.LiveData: androidx.arch.core.internal.SafeIterableMap mObservers -com.amap.api.fence.PoiItem: void setTel(java.lang.String) -com.tencent.bugly.proguard.ah: java.lang.String e -okhttp3.internal.ws.RealWebSocket: int sentPingCount -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: long serialVersionUID -androidx.constraintlayout.widget.R$anim: int btn_radio_to_off_mtrl_ring_outer_animation -wangdaye.com.geometricweather.R$layout: int notification_action_tombstone -com.tencent.bugly.proguard.ak: java.util.ArrayList p -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType TransactionCallable -wangdaye.com.geometricweather.R$attr: int shouldDisableView -com.google.android.material.R$integer: int mtrl_btn_anim_duration_ms -wangdaye.com.geometricweather.R$id: int notification_main_column_container -com.google.android.material.R$anim: int abc_popup_enter -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WetBulbTemperature -com.google.android.material.R$style: int Platform_V21_AppCompat -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void onNext(java.lang.Object) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial: int UnitType -android.didikee.donate.R$attr: int windowMinWidthMajor -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: void setBrandInfo(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX) -wangdaye.com.geometricweather.settings.fragments.NotificationColorSettingsFragment: NotificationColorSettingsFragment() -james.adaptiveicon.R$attr: int spinnerStyle -com.google.android.material.R$styleable: int ShapeAppearance_cornerFamily -okhttp3.HttpUrl$Builder: java.util.List encodedQueryNamesAndValues -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: KeyguardExternalViewProviderService$Provider$ProviderImpl$9(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl,int,int,int,int,boolean,android.graphics.Rect) -wangdaye.com.geometricweather.R$id: int notification_base_titleContainer -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float snowPrecipitationProbability -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_textLocale -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: int getPollenColor(android.content.Context,java.lang.Integer) -okhttp3.internal.Util$1: Util$1() -androidx.constraintlayout.widget.R$id: int scrollIndicatorUp -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: io.reactivex.internal.disposables.SequentialDisposable serial -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.util.Date getPubTime() -com.jaredrummler.android.colorpicker.R$color: int abc_search_url_text -io.reactivex.Observable: io.reactivex.Observable doAfterNext(io.reactivex.functions.Consumer) -com.google.android.material.R$styleable: int Layout_layout_constraintLeft_toRightOf -androidx.appcompat.widget.ActionBarOverlayLayout: java.lang.CharSequence getTitle() -androidx.preference.TwoStatePreference$SavedState -com.xw.repo.bubbleseekbar.R$dimen: int notification_top_pad_large_text -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getThunderstormPrecipitation() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: java.lang.String getTo() -com.turingtechnologies.materialscrollbar.R$styleable: int[] FontFamily -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Imperial: AccuCurrentResult$Temperature$Imperial() -com.bumptech.glide.R$styleable: int FontFamilyFont_android_fontWeight -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Caption -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: io.reactivex.functions.BiPredicate comparer -com.google.android.material.R$styleable: int[] DrawerArrowToggle -wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: void setBackgroundColorStart(int) -androidx.constraintlayout.utils.widget.ImageFilterButton: float getRound() -okio.ByteString: int codePointIndexToCharIndex(java.lang.String,int) -wangdaye.com.geometricweather.R$id: int activity_widget_config_top -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -com.xw.repo.BubbleSeekBar: com.xw.repo.BubbleSeekBar$OnProgressChangedListener getOnProgressChangedListener() -com.google.android.material.R$attr: int contentInsetEnd -okhttp3.Cookie: long parseMaxAge(java.lang.String) -wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_9 -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: java.lang.String IconPhrase -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_RatingBar_Small -wangdaye.com.geometricweather.R$styleable: int[] MockView -wangdaye.com.geometricweather.R$styleable: int SwitchPreference_android_summaryOn -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dialogPreferredPadding -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: long serialVersionUID -okhttp3.internal.http1.Http1Codec$ChunkedSink: boolean closed -android.didikee.donate.R$id: int normal -cyanogenmod.weather.CMWeatherManager: cyanogenmod.weather.IRequestInfoListener mRequestInfoListener -wangdaye.com.geometricweather.R$styleable: int AppCompatSeekBar_tickMarkTintMode -androidx.constraintlayout.widget.R$styleable: int ActionBar_background -retrofit2.Retrofit: boolean validateEagerly -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionBar_TabBar -cyanogenmod.profiles.BrightnessSettings -wangdaye.com.geometricweather.R$drawable: int live_wallpaper_thumbnail -com.tencent.bugly.proguard.ak: java.util.Map r -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_paddingEnd -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Snow: java.lang.String Unit -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Button -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_horizontalAlign -androidx.recyclerview.widget.RecyclerView: void removeOnScrollListener(androidx.recyclerview.widget.RecyclerView$OnScrollListener) -wangdaye.com.geometricweather.R$id: int disableHome -com.jaredrummler.android.colorpicker.R$attr: int editTextColor -com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_check_to_on_mtrl_015 -cyanogenmod.profiles.BrightnessSettings: void processOverride(android.content.Context) -android.didikee.donate.R$styleable: int AppCompatTheme_colorButtonNormal -com.tencent.bugly.proguard.aj: byte[] d -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeApparentTemperature(java.lang.Integer) -androidx.viewpager2.R$drawable: R$drawable() -androidx.lifecycle.extensions.R: R() -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_ellipsize -okhttp3.CacheControl$Builder: int minFreshSeconds -io.reactivex.internal.observers.LambdaObserver: io.reactivex.functions.Consumer onNext -okhttp3.Address: int hashCode() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_fontFamily -android.didikee.donate.R$layout: int abc_action_menu_item_layout -cyanogenmod.hardware.ICMHardwareService: boolean writePersistentBytes(java.lang.String,byte[]) -okhttp3.CacheControl -com.jaredrummler.android.colorpicker.R$style: int Preference_Material -cyanogenmod.power.PerformanceManager: int PROFILE_BIAS_POWER_SAVE -wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_animSwoopDuration -wangdaye.com.geometricweather.R$dimen: int notification_action_text_size -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr Precip1hr -com.turingtechnologies.materialscrollbar.R$layout: int abc_screen_simple_overlay_action_mode -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_verticalGap -wangdaye.com.geometricweather.R$id: int item_icon_provider_get_more_chronus -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintWidth_percent -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$1: void run() -android.didikee.donate.R$drawable: int abc_cab_background_top_material -com.google.android.material.R$string: int abc_searchview_description_query -com.google.android.material.chip.ChipGroup: ChipGroup(android.content.Context,android.util.AttributeSet,int) -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionMode -com.google.android.material.R$attr: int backgroundStacked -com.google.android.material.R$id: int search_voice_btn -wangdaye.com.geometricweather.R$styleable: int Badge_verticalOffset -androidx.appcompat.widget.AppCompatCheckBox: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() -com.turingtechnologies.materialscrollbar.R$attr: int chipMinHeight -androidx.constraintlayout.widget.R$styleable: int Motion_motionPathRotate -com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_SIMULATION_LOCATION -okio.ForwardingSource -androidx.recyclerview.R$styleable: int GradientColorItem_android_color -com.google.android.material.R$attr: int buttonTintMode -io.reactivex.exceptions.CompositeException: CompositeException(java.lang.Throwable[]) -io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object) -wangdaye.com.geometricweather.R$drawable: int ic_clock_black_24dp -cyanogenmod.alarmclock.ClockContract$InstancesColumns: int MISSED_STATE -androidx.constraintlayout.widget.R$attr: int defaultState -okio.Okio$2: Okio$2(okio.Timeout,java.io.InputStream) -wangdaye.com.geometricweather.R$styleable: int SearchView_goIcon -androidx.appcompat.R$style: int Base_Widget_AppCompat_CompoundButton_Switch -okio.SegmentedByteString: int[] directory -cyanogenmod.app.Profile$NotificationLightMode: int DISABLE -com.google.android.material.R$style: int Base_Widget_AppCompat_ListMenuView -androidx.hilt.work.R$styleable: int[] ColorStateListItem -com.google.android.material.R$styleable: int Constraint_layout_constraintHeight_percent -com.google.android.material.R$id: int dragRight -androidx.constraintlayout.widget.R$attr -androidx.preference.R$attr: int numericModifiers -wangdaye.com.geometricweather.db.entities.MinutelyEntity: boolean daylight -james.adaptiveicon.R$attr: int track -com.bumptech.glide.integration.okhttp.R$dimen: int notification_large_icon_width -androidx.preference.R$attr: int switchPreferenceCompatStyle -com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_type -com.turingtechnologies.materialscrollbar.R$anim: int abc_tooltip_enter -cyanogenmod.app.Profile$TriggerState -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Day_Today -wangdaye.com.geometricweather.R$attr: int listPreferredItemPaddingRight -com.google.android.material.textfield.TextInputLayout: com.google.android.material.textfield.EndIconDelegate getEndIconDelegate() -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_Button -wangdaye.com.geometricweather.R$attr: int entryValues -androidx.appcompat.widget.AppCompatTextView: void setSupportCompoundDrawablesTintMode(android.graphics.PorterDuff$Mode) -com.google.android.material.R$styleable: int Constraint_flow_lastVerticalStyle -wangdaye.com.geometricweather.R$string: int settings_notification_hide_big_view_on -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Headline -io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: long produced -com.google.android.material.button.MaterialButton: void setSupportBackgroundTintList(android.content.res.ColorStateList) -androidx.appcompat.R$id: int accessibility_custom_action_9 -com.tencent.bugly.proguard.c: java.util.HashMap e -androidx.coordinatorlayout.R$layout: int notification_template_custom_big -com.turingtechnologies.materialscrollbar.R$color: int abc_tint_spinner -okhttp3.internal.http2.Hpack$Reader: void readIndexedHeader(int) -okio.BufferedSource: java.lang.String readString(long,java.nio.charset.Charset) -com.google.android.material.slider.RangeSlider: float getValueFrom() -cyanogenmod.weather.ICMWeatherManager: void updateWeather(cyanogenmod.weather.RequestInfo) -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String Source -cyanogenmod.app.CMStatusBarManager: void removeTileAsUser(java.lang.String,int,android.os.UserHandle) -androidx.appcompat.R$dimen: int abc_list_item_height_material -io.reactivex.Observable: io.reactivex.Observable throttleWithTimeout(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Large_Inverse -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void innerError(io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver,java.lang.Throwable) -androidx.drawerlayout.R$id: int chronometer -wangdaye.com.geometricweather.R$id: int dialog_minimal_icon_greyIcon -com.google.android.material.R$attr: int cardUseCompatPadding -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Inverse -okhttp3.RealCall: okhttp3.RealCall newRealCall(okhttp3.OkHttpClient,okhttp3.Request,boolean) -wangdaye.com.geometricweather.R$styleable: int KeyCycle_waveVariesBy -com.google.android.material.R$plurals: int mtrl_badge_content_description -androidx.lifecycle.LiveData$ObserverWrapper: void activeStateChanged(boolean) -androidx.constraintlayout.widget.R$attr: int dragThreshold -com.google.android.gms.common.server.response.zak: android.os.Parcelable$Creator CREATOR -com.google.android.material.R$style: int Base_Widget_AppCompat_ActionButton_Overflow -com.xw.repo.bubbleseekbar.R$styleable: int MenuGroup_android_menuCategory -wangdaye.com.geometricweather.R$styleable: int CheckBoxPreference_summaryOff -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall -wangdaye.com.geometricweather.R$layout: int dialog_animatable_icon -androidx.work.impl.utils.futures.AbstractFuture: androidx.work.impl.utils.futures.AbstractFuture$Listener listeners -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Ice: double Value -wangdaye.com.geometricweather.R$attr: int autoCompleteTextViewStyle -androidx.preference.R$style: int Widget_AppCompat_ListView_Menu -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarViewPager: FitSystemBarViewPager(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$color: int abc_search_url_text_selected -retrofit2.OkHttpCall$ExceptionCatchingResponseBody: okio.BufferedSource source() -com.google.android.material.bottomappbar.BottomAppBar: void setFabAlignmentMode(int) -androidx.legacy.coreutils.R$drawable: int notification_bg_normal_pressed -com.google.android.material.slider.Slider: void setLabelBehavior(int) -com.google.android.material.R$anim: int btn_checkbox_to_checked_icon_null_animation -okhttp3.internal.http2.Huffman: void addCode(int,int,byte) -cyanogenmod.app.ThemeVersion$ComponentVersion: java.lang.String name -wangdaye.com.geometricweather.R$styleable: int[] KeyFramesVelocity -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title -androidx.appcompat.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow -com.amap.api.fence.GeoFence: android.app.PendingIntent getPendingIntent() -okio.Okio$4 -androidx.preference.R$attr: int textAppearanceLargePopupMenu -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Imperial: AccuCurrentResult$Pressure$Imperial() -wangdaye.com.geometricweather.R$id: int notification_multi_city_3 -com.xw.repo.bubbleseekbar.R$styleable: int[] TextAppearance -androidx.appcompat.widget.AppCompatTextView: int getAutoSizeTextType() -com.xw.repo.bubbleseekbar.R$attr: int colorPrimaryDark -cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent valueOf(java.lang.String) -androidx.hilt.lifecycle.R$style: int TextAppearance_Compat_Notification_Line2 -androidx.appcompat.R$styleable: int AlertDialog_buttonIconDimen -okhttp3.Request: okhttp3.Headers headers -com.google.android.material.R$styleable: int AppCompatTheme_seekBarStyle -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode -androidx.work.R$style: int TextAppearance_Compat_Notification_Info -com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_padding_material -androidx.vectordrawable.R$drawable: R$drawable() -io.reactivex.Observable: io.reactivex.Observable concatArrayEagerDelayError(int,int,io.reactivex.ObservableSource[]) -androidx.constraintlayout.widget.R$styleable: int Constraint_android_translationZ -androidx.preference.R$styleable: int[] CompoundButton -androidx.lifecycle.HasDefaultViewModelProviderFactory: androidx.lifecycle.ViewModelProvider$Factory getDefaultViewModelProviderFactory() -com.xw.repo.bubbleseekbar.R$attr: int alertDialogButtonGroupStyle -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: boolean isDisposed() -androidx.coordinatorlayout.R$drawable: int notification_bg_low_normal -androidx.preference.R$styleable: int[] AnimatedStateListDrawableItem -okhttp3.HttpUrl: java.lang.String QUERY_COMPONENT_ENCODE_SET -com.google.android.material.appbar.HeaderScrollingViewBehavior: HeaderScrollingViewBehavior() -wangdaye.com.geometricweather.R$styleable: int Chip_hideMotionSpec -androidx.swiperefreshlayout.R$integer: int status_bar_notification_info_maxnum -okhttp3.Request$Builder: okhttp3.Request$Builder delete() -com.google.android.gms.location.ActivityRecognitionResult: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$attr: int preferenceCategoryTitleTextAppearance -com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_menu -okio.ByteString: boolean startsWith(byte[]) -androidx.preference.R$color: int ripple_material_light -okhttp3.internal.platform.AndroidPlatform: java.lang.Class sslParametersClass -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: int getStatus() -com.xw.repo.bubbleseekbar.R$color: int switch_thumb_normal_material_light -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_8 -com.google.android.material.R$style: int Base_Widget_AppCompat_ActionButton -androidx.preference.R$style: int Base_Animation_AppCompat_Tooltip -com.google.android.gms.base.R$string: R$string() -okhttp3.internal.http.RealInterceptorChain: int writeTimeoutMillis() -wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.lang.String content -io.reactivex.internal.observers.DeferredScalarDisposable: void complete(java.lang.Object) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.util.List value -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setAqi(java.lang.String) -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setSlingshotDistance(int) -james.adaptiveicon.R$dimen: int tooltip_precise_anchor_threshold -wangdaye.com.geometricweather.R$id: int material_clock_hand -androidx.lifecycle.ProcessLifecycleOwner: void init(android.content.Context) -android.didikee.donate.R$style: int Platform_ThemeOverlay_AppCompat_Light -android.didikee.donate.R$style: int Widget_AppCompat_Light_SearchView -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: com.tencent.bugly.proguard.w d -androidx.appcompat.R$attr: int textAppearancePopupMenuHeader -wangdaye.com.geometricweather.R$id: int notification_multi_city_text_2 -androidx.hilt.work.R$drawable: int notification_bg_normal_pressed -com.google.android.material.R$attr: int divider -com.amap.api.fence.GeoFence: void setPointList(java.util.List) -okhttp3.internal.Util: java.util.concurrent.ThreadFactory threadFactory(java.lang.String,boolean) -com.google.android.material.R$styleable: int MaterialButton_iconTint -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHeight_min -com.tencent.bugly.proguard.u: long a(int) -androidx.preference.R$styleable: int MultiSelectListPreference_android_entries -com.google.android.material.R$id: int right_side -androidx.hilt.R$styleable: int GradientColor_android_tileMode -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void innerComplete() -okhttp3.internal.connection.StreamAllocation: okhttp3.Call call -androidx.hilt.R$styleable: R$styleable() -androidx.preference.R$styleable: int SwitchCompat_trackTint -androidx.appcompat.widget.ViewStubCompat -com.google.android.material.R$styleable: int ActionMenuItemView_android_minWidth -androidx.drawerlayout.R$id: int icon_group -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningAdvice: java.lang.String textAdvice -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void innerNext() -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: java.lang.Object v2 -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder addNetworkInterceptor(okhttp3.Interceptor) -com.tencent.bugly.proguard.h: void a(java.lang.String) -wangdaye.com.geometricweather.R$attr: int paddingStart -com.turingtechnologies.materialscrollbar.MaterialScrollBar: float getIndicatorOffset() -androidx.transition.R$drawable: int notification_icon_background -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void onError(java.lang.Throwable) -androidx.customview.R$styleable: int GradientColor_android_type -com.google.android.material.R$style: int ShapeAppearance_MaterialComponents_MediumComponent -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BATTERY_LIGHT_LOW_COLOR_VALIDATOR -androidx.constraintlayout.widget.R$style: int Theme_AppCompat -androidx.work.R$id: int accessibility_custom_action_14 -com.google.android.material.R$styleable: int AnimatedStateListDrawableTransition_android_fromId -androidx.preference.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title -androidx.lifecycle.extensions.R$attr: int fontStyle -com.google.android.material.bottomappbar.BottomAppBar$Behavior -com.google.android.material.R$id: int month_grid -okio.RealBufferedSource$1: java.lang.String toString() -androidx.appcompat.resources.R$id: int action_text -wangdaye.com.geometricweather.R$attr: int searchViewStyle -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver otherObserver -wangdaye.com.geometricweather.R$drawable: int weather_fog -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_drawPath -androidx.cardview.R$color -james.adaptiveicon.R$string: int abc_action_bar_up_description -android.didikee.donate.R$style: int Base_V7_Widget_AppCompat_EditText -androidx.constraintlayout.widget.R$attr: int fontProviderAuthority -androidx.recyclerview.R$styleable: int FontFamily_fontProviderAuthority -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: boolean isDisposed() -io.reactivex.internal.queue.SpscArrayQueue: boolean isEmpty() -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_5 -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.Wind wind -android.didikee.donate.R$color: int foreground_material_dark -wangdaye.com.geometricweather.R$styleable: int[] GradientColor -androidx.constraintlayout.widget.R$styleable: int MenuGroup_android_checkableBehavior -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: java.util.Map buffers -com.google.android.material.R$attr: int alertDialogStyle -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: void onComplete() -com.turingtechnologies.materialscrollbar.R$attr: int subtitle -com.google.android.material.R$styleable: int FloatingActionButton_ensureMinTouchTargetSize -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange: AccuCurrentResult$TemperatureSummary$Past12HourRange() -wangdaye.com.geometricweather.R$string: int restart -wangdaye.com.geometricweather.R$styleable: int Preference_order -com.turingtechnologies.materialscrollbar.R$dimen: int abc_edit_text_inset_top_material -james.adaptiveicon.R$attr: int actionModeSelectAllDrawable -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_21 -wangdaye.com.geometricweather.settings.dialogs.RunningInBackgroundODialog: RunningInBackgroundODialog() -wangdaye.com.geometricweather.R$styleable: int Preference_android_widgetLayout -com.google.android.material.R$styleable: int MaterialCalendarItem_itemStrokeWidth -cyanogenmod.themes.ThemeChangeRequest$Builder -okio.RealBufferedSource$1 -wangdaye.com.geometricweather.R$color: int abc_background_cache_hint_selector_material_light -okio.RealBufferedSource: int select(okio.Options) -com.google.android.material.R$dimen: int abc_list_item_height_material -com.google.android.material.R$style: int Base_Widget_AppCompat_Button -com.google.android.material.floatingactionbutton.FloatingActionButton: float getCompatElevation() -com.tencent.bugly.crashreport.common.strategy.a: com.tencent.bugly.crashreport.common.strategy.a a(android.content.Context,java.util.List) -com.google.android.material.R$attr: int windowActionBar -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BATTERY_LIGHT_ENABLED_VALIDATOR -cyanogenmod.weather.CMWeatherManager: cyanogenmod.weather.ICMWeatherManager getService() -androidx.cardview.R$attr: R$attr() -com.google.android.material.datepicker.CalendarConstraints -androidx.vectordrawable.R$styleable: int[] GradientColorItem -com.tencent.bugly.proguard.u: boolean e() -wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: void setSize(float) -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemHorizontalPadding -wangdaye.com.geometricweather.R$id: int activity_weather_daily_subtitle -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid -androidx.constraintlayout.widget.R$attr: int voiceIcon -wangdaye.com.geometricweather.R$string: int copy -james.adaptiveicon.R$styleable: int MenuItem_alphabeticModifiers -com.turingtechnologies.materialscrollbar.R$styleable: int[] TouchScrollBar -com.tencent.bugly.proguard.m: long g -com.google.android.material.R$layout: int mtrl_picker_header_dialog -com.google.android.material.R$interpolator: int btn_radio_to_off_mtrl_animation_interpolator_0 -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated -wangdaye.com.geometricweather.R$color: int colorLevel_4 -com.amap.api.location.AMapLocation: int LOCATION_TYPE_SAME_REQ -androidx.viewpager2.R$styleable: int GradientColor_android_centerColor -androidx.preference.R$styleable: int SearchView_android_inputType -androidx.appcompat.R$id: int action_menu_divider -io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: boolean isDisposed() -james.adaptiveicon.R$styleable: int AppCompatTheme_toolbarStyle -com.tencent.bugly.crashreport.common.info.b: long h() -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_CompactMenu -wangdaye.com.geometricweather.common.basic.models.weather.History: java.util.Date getDate() -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SLEET -androidx.activity.R$id: int accessibility_custom_action_9 -com.google.android.material.R$style: int Platform_MaterialComponents_Light -com.xw.repo.bubbleseekbar.R$attr: int checkboxStyle -androidx.constraintlayout.widget.R$id: int reverseSawtooth -com.google.android.material.R$styleable: int ConstraintSet_android_orientation -androidx.lifecycle.LiveData: java.lang.Object mDataLock -com.google.android.material.R$attr: int keyPositionType -retrofit2.adapter.rxjava2.RxJava2CallAdapter: io.reactivex.Scheduler scheduler -com.jaredrummler.android.colorpicker.R$string: int abc_search_hint -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: long serialVersionUID -com.tencent.bugly.proguard.s: byte[] b(java.net.HttpURLConnection) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PressureTendency -androidx.constraintlayout.widget.R$styleable: int[] RecycleListView -com.google.android.material.R$styleable: int NavigationView_android_maxWidth -com.google.android.material.R$dimen: int mtrl_extended_fab_elevation -cyanogenmod.app.suggest.IAppSuggestProvider$Stub: IAppSuggestProvider$Stub() -wangdaye.com.geometricweather.R$dimen: int abc_dialog_corner_radius_material -com.google.android.material.internal.ForegroundLinearLayout -retrofit2.KotlinExtensions$suspendAndThrow$$inlined$suspendCoroutineUninterceptedOrReturn$lambda$1: kotlin.coroutines.Continuation $continuation -com.google.android.material.R$dimen: int abc_action_bar_default_height_material -retrofit2.ParameterHandler$RelativeUrl: java.lang.reflect.Method method -androidx.preference.R$style: int Widget_AppCompat_CompoundButton_RadioButton -wangdaye.com.geometricweather.R$color: int design_dark_default_color_on_primary -com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState CLEARED -okhttp3.internal.cache.DiskLruCache: long size -androidx.preference.R$styleable: int Preference_title -com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_type -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData: org.reactivestreams.Publisher mPublisher -wangdaye.com.geometricweather.R$style: int TextAppearance_Compat_Notification -com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_fixed_width_major -com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_enqueueLiveLockScreen -cyanogenmod.providers.CMSettings$System: java.lang.String[] LEGACY_SYSTEM_SETTINGS -okhttp3.internal.connection.RealConnection: okhttp3.internal.http2.Http2Connection http2Connection -com.xw.repo.bubbleseekbar.R$drawable: int abc_list_longpressed_holo -cyanogenmod.hardware.CMHardwareManager: int FEATURE_PERSISTENT_STORAGE -androidx.work.R$id: int accessibility_custom_action_23 -androidx.swiperefreshlayout.R$dimen: int compat_button_inset_vertical_material -com.xw.repo.bubbleseekbar.R$color: int primary_material_dark -androidx.work.R$id: int icon_group -androidx.appcompat.R$anim: int abc_slide_out_top -com.google.android.material.R$dimen: int highlight_alpha_material_colored -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_3 -okhttp3.internal.http1.Http1Codec$FixedLengthSource -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_numericShortcut -cyanogenmod.weatherservice.ServiceRequest: cyanogenmod.weatherservice.ServiceRequest$Status mStatus -com.bumptech.glide.R$style: int Widget_Support_CoordinatorLayout -com.google.android.material.floatingactionbutton.FloatingActionButton: FloatingActionButton(android.content.Context) -wangdaye.com.geometricweather.R$styleable: int KeyPosition_framePosition -wangdaye.com.geometricweather.R$attr: int colorSecondaryVariant -io.reactivex.internal.disposables.CancellableDisposable: long serialVersionUID -com.turingtechnologies.materialscrollbar.R$attr: int msb_hideDelayInMilliseconds -androidx.appcompat.R$styleable: int[] FontFamily -cyanogenmod.platform.R$drawable -wangdaye.com.geometricweather.R$drawable: int abc_textfield_search_material -com.tencent.bugly.proguard.am: int a -com.amap.api.fence.GeoFence: java.lang.String BUNDLE_KEY_FENCEID -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary -androidx.preference.R$styleable: int SwitchCompat_thumbTint -com.google.gson.stream.JsonReader: int PEEKED_NONE -okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.lang.String binarySearchBytes(byte[],byte[][],int) -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_counterTextColor -androidx.appcompat.R$styleable: int SearchView_submitBackground -com.bumptech.glide.R$id: int icon_group -wangdaye.com.geometricweather.common.basic.models.weather.History: int getDaytimeTemperature() -wangdaye.com.geometricweather.R$attr: int checkedIconMargin -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth -androidx.legacy.coreutils.R$dimen -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_marginEnd -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial: double Value -okhttp3.ResponseBody: void close() -androidx.preference.R$bool -com.baidu.location.indoor.mapversion.c.a$d: com.baidu.location.indoor.mapversion.c.a$a f -com.google.android.material.R$styleable: int MotionHelper_onShow -androidx.work.R$bool: int enable_system_job_service_default -james.adaptiveicon.R$styleable: int AlertDialog_listLayout -android.didikee.donate.R$style: int Widget_AppCompat_ListMenuView -com.google.android.material.R$id: int mtrl_calendar_day_selector_frame -androidx.hilt.R$style: int TextAppearance_Compat_Notification -io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: boolean inCompletable -androidx.preference.R$style: int Platform_V25_AppCompat -wangdaye.com.geometricweather.R$drawable: int abc_list_selector_disabled_holo_dark -androidx.hilt.work.R$string -android.didikee.donate.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable -androidx.fragment.R$color: int secondary_text_default_material_light -wangdaye.com.geometricweather.R$animator: int mtrl_btn_state_list_anim -androidx.coordinatorlayout.R$id: int right_side -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_CAMELLIA_256_CBC_SHA -wangdaye.com.geometricweather.R$dimen: int abc_action_bar_stacked_max_height -wangdaye.com.geometricweather.R$drawable: int abc_list_selector_holo_light -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_suggestionRowLayout -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver -com.bumptech.glide.R$id: int notification_main_column_container -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeCopyDrawable -okhttp3.FormBody$Builder: okhttp3.FormBody build() -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void dispose() -com.google.android.material.R$styleable: int[] MenuItem -androidx.hilt.work.R$id: int line1 -com.jaredrummler.android.colorpicker.R$attr: int fragment -cyanogenmod.themes.IThemeService: boolean isThemeBeingProcessed(java.lang.String) -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: boolean setDisposable(io.reactivex.disposables.Disposable,int) -wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: MoonPhase(java.lang.Integer,java.lang.String) -androidx.core.R$id: int accessibility_custom_action_27 -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void drain() -androidx.appcompat.R$color: int primary_text_disabled_material_light -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_1_00 -androidx.dynamicanimation.R$id: int action_divider -com.google.android.material.R$styleable: int TextInputLayout_boxBackgroundMode -androidx.recyclerview.widget.StaggeredGridLayoutManager -james.adaptiveicon.R$layout: int abc_expanded_menu_layout -com.google.android.material.R$style: int Widget_AppCompat_TextView_SpinnerItem -androidx.preference.R$styleable: int ActionBar_displayOptions -androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_halfExpandedRatio -com.xw.repo.BubbleSeekBar: void setTrackColor(int) -wangdaye.com.geometricweather.R$layout: int item_trend_hourly -com.bumptech.glide.R$attr: R$attr() -androidx.preference.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog -okio.AsyncTimeout: boolean inQueue -org.greenrobot.greendao.AbstractDao: java.lang.Object readKey(android.database.Cursor,int) -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: java.lang.String getX() -com.google.android.material.R$color: int switch_thumb_normal_material_dark -james.adaptiveicon.R$attr: int paddingEnd -wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar: void setMinutelyList(java.util.List) -com.google.gson.stream.JsonScope: int EMPTY_OBJECT -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: java.lang.String pubTime -james.adaptiveicon.R$id: int action_divider -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_goIcon -androidx.appcompat.R$attr: int spinnerStyle -okhttp3.internal.cache.DiskLruCache$3: okhttp3.internal.cache.DiskLruCache$Snapshot next() -com.google.android.material.R$styleable: int NavigationView_itemIconTint -androidx.appcompat.widget.AppCompatEditText: void setTextClassifier(android.view.textclassifier.TextClassifier) -androidx.appcompat.R$styleable: int ActionBar_homeAsUpIndicator -okhttp3.internal.ws.RealWebSocket: boolean enqueuedClose -com.amap.api.fence.GeoFence$1: java.lang.Object createFromParcel(android.os.Parcel) -com.amap.api.location.AMapLocation: int D -wangdaye.com.geometricweather.R$dimen: int cpv_default_thickness -com.google.android.material.R$styleable: int Transform_android_translationY -com.github.rahatarmanahmed.cpv.CircularProgressView$6 -androidx.appcompat.resources.R$styleable: int StateListDrawable_android_exitFadeDuration -androidx.appcompat.view.menu.StandardMenuPopup: void setOnDismissListener(android.widget.PopupWindow$OnDismissListener) -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_indicatorSize -androidx.preference.R$styleable: int[] ActionMenuView -cyanogenmod.app.Profile$Type -androidx.constraintlayout.widget.R$styleable: int MenuItem_iconTint -androidx.preference.R$style: int Base_Theme_AppCompat_DialogWhenLarge -com.google.gson.stream.JsonScope: int NONEMPTY_ARRAY -okhttp3.MediaType: boolean equals(java.lang.Object) -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: cyanogenmod.externalviews.ExternalViewProviderService$Provider this$1 -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Long readKey(android.database.Cursor,int) -wangdaye.com.geometricweather.R$attr: int placeholderTextColor -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Inverse -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_DropDownItem -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowFixedHeightMinor -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox -cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_reboot -okio.Segment: okio.Segment split(int) -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -com.google.gson.stream.JsonWriter: boolean lenient -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: CaiYunForecastResult() -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: boolean delayError -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WindLevel -cyanogenmod.weatherservice.ServiceRequest -androidx.appcompat.R$styleable: int SwitchCompat_splitTrack -androidx.preference.R$layout: int image_frame -com.jaredrummler.android.colorpicker.R$attr: int orderingFromXml -androidx.drawerlayout.widget.DrawerLayout: void setScrimColor(int) -james.adaptiveicon.R$drawable: int abc_ic_commit_search_api_mtrl_alpha -retrofit2.RequestFactory$Builder: boolean gotQueryName -com.turingtechnologies.materialscrollbar.R$attr: int closeIconTint -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float rain24h -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_iconPadding -io.reactivex.Observable: io.reactivex.Observable buffer(int,int) -androidx.hilt.lifecycle.R$drawable -androidx.preference.R$id: int tag_accessibility_actions -com.google.android.material.R$style: int Theme_MaterialComponents_Light -com.google.android.material.appbar.CollapsingToolbarLayout: void setContentScrim(android.graphics.drawable.Drawable) -org.greenrobot.greendao.AbstractDao: java.lang.Object getKeyVerified(java.lang.Object) -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: boolean disposed -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_lastVerticalStyle -wangdaye.com.geometricweather.R$attr: int actionModeSplitBackground -androidx.constraintlayout.widget.R$attr: int maxAcceleration -android.support.v4.os.ResultReceiver$1: android.support.v4.os.ResultReceiver[] newArray(int) -com.google.android.material.R$styleable: int ChipGroup_singleLine -wangdaye.com.geometricweather.R$attr: int enforceTextAppearance -wangdaye.com.geometricweather.R$drawable: int weather_rain_mini_light -com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_color -com.tencent.bugly.crashreport.common.info.b: java.lang.String[] a -androidx.preference.R$attr: int colorButtonNormal -wangdaye.com.geometricweather.R$xml: int perference_notification_color -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_marginLeft -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_mini_light -com.google.android.material.R$drawable: int tooltip_frame_dark -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Speed: double Value -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DialogWhenLarge -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_track -androidx.constraintlayout.widget.R$layout: int abc_alert_dialog_material -cyanogenmod.hardware.CMHardwareManager: int getDisplayColorCalibrationMin() -com.tencent.bugly.CrashModule: com.tencent.bugly.CrashModule e -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Headline -androidx.preference.R$styleable: int AlertDialog_buttonIconDimen -androidx.work.impl.diagnostics.DiagnosticsReceiver -io.reactivex.internal.subscriptions.BasicIntQueueSubscription: boolean offer(java.lang.Object,java.lang.Object) -com.tencent.bugly.proguard.y: java.lang.StringBuilder e -androidx.work.R$styleable: int ColorStateListItem_android_color -com.google.android.gms.auth.api.signin.internal.GoogleSignInOptionsExtensionParcelable -androidx.constraintlayout.widget.R$styleable: int[] PopupWindow -androidx.preference.R$styleable: int AppCompatTheme_actionModeShareDrawable -com.tencent.bugly.crashreport.common.info.a: java.lang.String aa -cyanogenmod.weather.CMWeatherManager: java.util.Map access$200(cyanogenmod.weather.CMWeatherManager) -cyanogenmod.providers.CMSettings$System: java.lang.String LIVE_DISPLAY_HINTED -okhttp3.Route: boolean equals(java.lang.Object) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeRealFeelShaderTemperature -com.google.android.gms.base.R$drawable: int common_google_signin_btn_text_light -androidx.lifecycle.MutableLiveData: MutableLiveData() -com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String K -com.turingtechnologies.materialscrollbar.R$attr: int scrimVisibleHeightTrigger -okhttp3.internal.ws.RealWebSocket: void runWriter() -androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceListItem -okhttp3.internal.platform.Platform: javax.net.ssl.X509TrustManager trustManager(javax.net.ssl.SSLSocketFactory) -wangdaye.com.geometricweather.R$styleable: int[] BottomNavigationView -androidx.appcompat.R$styleable: int AnimatedStateListDrawableItem_android_id -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: int getStatus() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$3 -com.jaredrummler.android.colorpicker.R$attr: int popupWindowStyle -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void request(long) -com.google.android.material.R$styleable: int AppCompatTheme_actionModeCopyDrawable -com.google.android.material.chip.Chip: void setCheckedIconTintResource(int) -com.tencent.bugly.proguard.f: java.util.Map i -android.didikee.donate.R$style: int Base_DialogWindowTitle_AppCompat -wangdaye.com.geometricweather.R$drawable: int ic_mtrl_chip_checked_circle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX -com.jaredrummler.android.colorpicker.R$attr: int min -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.lang.Integer rainHazard6h -androidx.constraintlayout.widget.R$id: int chain -io.reactivex.internal.observers.DeferredScalarDisposable: boolean isEmpty() -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_Layout_android_layout_width -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_rotation -io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: ObservableRepeatUntil$RepeatUntilObserver(io.reactivex.Observer,io.reactivex.functions.BooleanSupplier,io.reactivex.internal.disposables.SequentialDisposable,io.reactivex.ObservableSource) -james.adaptiveicon.R$styleable: int PopupWindow_android_popupBackground -wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_font -com.jaredrummler.android.colorpicker.R$color: int secondary_text_disabled_material_light -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_goneMarginTop -com.google.android.material.R$styleable: int AppCompatSeekBar_tickMark -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int FAIR_DAY -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse -androidx.hilt.lifecycle.R$color: R$color() -okio.SegmentedByteString: boolean rangeEquals(int,okio.ByteString,int,int) -com.google.android.material.R$attr: int font -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void onComplete() -androidx.fragment.R$layout: int notification_action -androidx.vectordrawable.R$style: R$style() -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer moldIndex -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property TotalPrecipitationProbability -okhttp3.ResponseBody: okhttp3.ResponseBody create(okhttp3.MediaType,byte[]) -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int MOSTLY_CLOUDY_DAY -wangdaye.com.geometricweather.R$layout: int widget_day_rectangle -wangdaye.com.geometricweather.R$id: int transitionToEnd -com.google.android.material.R$styleable: int MenuGroup_android_checkableBehavior -wangdaye.com.geometricweather.R$drawable: int notification_bg_normal_pressed -com.google.android.material.R$attr: int buttonBarNeutralButtonStyle -com.google.android.material.R$style: int Platform_Widget_AppCompat_Spinner -wangdaye.com.geometricweather.R$attr: int toolbarNavigationButtonStyle -com.tencent.bugly.proguard.ap: boolean b -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_horizontalAlign -android.didikee.donate.R$styleable: int AppCompatTheme_searchViewStyle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Imperial: java.lang.String Unit -androidx.preference.R$attr: int dividerHorizontal -androidx.appcompat.R$id: int title_template -androidx.appcompat.R$styleable: int ActionBar_contentInsetEndWithActions -com.bumptech.glide.load.ImageHeaderParser$ImageType: boolean hasAlpha -androidx.hilt.work.R$styleable: int GradientColorItem_android_color -androidx.lifecycle.LifecycleRegistry$1: int[] $SwitchMap$androidx$lifecycle$Lifecycle$Event -okhttp3.Cache$Entry: java.lang.String SENT_MILLIS -androidx.fragment.R$styleable: int GradientColor_android_centerY -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_android_disableDependentsState -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Button -cyanogenmod.app.LiveLockScreenManager: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() -wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setLocationKey(java.lang.String) -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_Solid -androidx.appcompat.R$styleable: int Toolbar_subtitleTextColor -wangdaye.com.geometricweather.common.ui.widgets.AnimatableIconView: AnimatableIconView(android.content.Context) -io.reactivex.Observable: io.reactivex.Observable window(io.reactivex.ObservableSource,io.reactivex.functions.Function) -com.tencent.bugly.crashreport.common.info.a: java.lang.String ac -androidx.drawerlayout.R$id: int line3 -cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: void registerListener(cyanogenmod.app.ICustomTileListener,android.content.ComponentName,int) -james.adaptiveicon.R$style: int Widget_AppCompat_ActionBar_Solid -androidx.constraintlayout.widget.R$attr: int buttonBarNegativeButtonStyle -james.adaptiveicon.R$styleable: int ViewStubCompat_android_layout -com.google.android.material.R$styleable: int AppCompatTheme_textColorSearchUrl -androidx.constraintlayout.widget.R$styleable: int[] StateSet -androidx.constraintlayout.widget.R$drawable: int btn_radio_off_to_on_mtrl_animation -james.adaptiveicon.R$dimen: int abc_text_size_caption_material -com.turingtechnologies.materialscrollbar.R$attr: int colorPrimaryDark -cyanogenmod.weather.WeatherLocation: java.lang.String mCountry -wangdaye.com.geometricweather.R$attr: int badgeGravity -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Chip_Filter -com.google.android.material.R$attr: int actionModeSelectAllDrawable -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void onComplete() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: AccuCurrentResult$PrecipitationSummary() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: int getStatus() -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: boolean cancelled -com.google.android.material.R$styleable: int NavigationView_menu -androidx.appcompat.resources.R$id: int time -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken NUMBER -androidx.preference.R$styleable: int AppCompatTheme_popupMenuStyle -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 -cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler: WeatherProviderService$ServiceHandler(cyanogenmod.weatherservice.WeatherProviderService,android.os.Looper) -androidx.drawerlayout.R$layout: int notification_template_icon_group -com.xw.repo.bubbleseekbar.R$drawable: int abc_action_bar_item_background_material -androidx.lifecycle.LiveDataReactiveStreams: androidx.lifecycle.LiveData fromPublisher(org.reactivestreams.Publisher) -androidx.appcompat.R$drawable: int abc_ic_star_black_48dp -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setCurrent(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean) -wangdaye.com.geometricweather.R$styleable: int PreferenceFragment_android_divider -androidx.preference.R$style: int Widget_AppCompat_ListMenuView -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Metric -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String Type -wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_android_insetBottom -io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiFunction) -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void access$600(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) -com.xw.repo.bubbleseekbar.R$styleable: int[] SearchView -androidx.viewpager2.widget.ViewPager2$RecyclerViewImpl -cyanogenmod.weather.CMWeatherManager -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.util.List forecast -com.google.android.material.R$id: int search_button -androidx.coordinatorlayout.R$id: int accessibility_custom_action_28 -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$5: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.internal.util.AtomicThrowable errors -cyanogenmod.profiles.ConnectionSettings$BooleanState: int STATE_ENABLED -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: java.lang.String toString() -com.google.android.material.imageview.ShapeableImageView: void setStrokeWidth(float) -androidx.loader.R$layout: int notification_template_icon_group -cyanogenmod.app.suggest.ApplicationSuggestion$1: cyanogenmod.app.suggest.ApplicationSuggestion[] newArray(int) -james.adaptiveicon.R$style: int Widget_AppCompat_CompoundButton_CheckBox -androidx.lifecycle.extensions.R$anim: int fragment_fade_exit -androidx.preference.R$attr: int dialogPreferredPadding -com.google.android.material.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle -androidx.legacy.coreutils.R$styleable: int FontFamilyFont_android_ttcIndex -okhttp3.Cache$Entry: okhttp3.Protocol protocol -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_25 -com.tencent.bugly.crashreport.common.info.a: java.lang.String v -wangdaye.com.geometricweather.R$dimen: int tooltip_y_offset_touch -wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_box_label_cutout_padding -android.didikee.donate.R$styleable: int MenuItem_alphabeticModifiers -android.didikee.donate.R$attr: int buttonTint -retrofit2.HttpServiceMethod: java.lang.Object adapt(retrofit2.Call,java.lang.Object[]) -com.tencent.bugly.nativecrashreport.R$string -com.turingtechnologies.materialscrollbar.R$dimen -com.turingtechnologies.materialscrollbar.R$attr: int switchMinWidth -com.tencent.bugly.crashreport.biz.UserInfoBean: android.os.Parcelable$Creator CREATOR -okhttp3.internal.platform.OptionalMethod: java.lang.reflect.Method getPublicMethod(java.lang.Class,java.lang.String,java.lang.Class[]) -android.didikee.donate.R$style: int TextAppearance_AppCompat_Display3 -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: int getProgressViewEndOffset() -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setOnLongClickIntent(android.app.PendingIntent) -com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableTransition_android_fromId -androidx.coordinatorlayout.R$id: int accessibility_custom_action_4 -androidx.preference.R$drawable: int abc_text_cursor_material -com.google.android.material.R$styleable: int PopupWindow_overlapAnchor -okhttp3.internal.http1.Http1Codec$UnknownLengthSource: void close() -androidx.activity.R$dimen: int notification_media_narrow_margin -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation: MfCurrentResult$Observation() -androidx.transition.R$style: int TextAppearance_Compat_Notification_Info -androidx.transition.R$styleable: int GradientColor_android_endColor -io.reactivex.Observable: io.reactivex.Observable doOnDispose(io.reactivex.functions.Action) -james.adaptiveicon.AdaptiveIconView: AdaptiveIconView(android.content.Context) -com.google.android.gms.base.R$color: int common_google_signin_btn_text_light_focused -retrofit2.BuiltInConverters: boolean checkForKotlinUnit -okhttp3.internal.http2.Http2Connection$Listener: okhttp3.internal.http2.Http2Connection$Listener REFUSE_INCOMING_STREAMS -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title -cyanogenmod.hardware.CMHardwareManager: int COLOR_CALIBRATION_MIN_INDEX -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_homeAsUpIndicator -wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout: void setRootColor(int) -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_SeekBar_Discrete -com.amap.api.location.AMapLocationClientOption$AMapLocationMode: com.amap.api.location.AMapLocationClientOption$AMapLocationMode Hight_Accuracy -okhttp3.Address: okhttp3.CertificatePinner certificatePinner -androidx.constraintlayout.widget.R$styleable: int ViewStubCompat_android_inflatedId -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator SWAP_VOLUME_KEYS_ON_ROTATION_VALIDATOR -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_rebuildResourceCache -com.turingtechnologies.materialscrollbar.R$attr: int dialogCornerRadius -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: int rightIndex -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Imperial: AccuCurrentResult$WindGust$Speed$Imperial() -com.google.android.material.R$id: int touch_outside -io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.functions.Function,int,io.reactivex.ObservableSource[]) -com.turingtechnologies.materialscrollbar.Indicator -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: java.util.concurrent.atomic.AtomicReference observers -wangdaye.com.geometricweather.R$styleable: int Badge_maxCharacterCount -com.tencent.bugly.crashreport.common.info.a: java.lang.String l() -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_placeholderTextColor -io.reactivex.subjects.PublishSubject$PublishDisposable: void onNext(java.lang.Object) -androidx.preference.R$styleable: int MenuItem_android_checked -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeRealFeelTemperature -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_padding -androidx.lifecycle.extensions.R$dimen: R$dimen() -okhttp3.OkHttpClient$1: okhttp3.internal.connection.StreamAllocation streamAllocation(okhttp3.Call) -com.google.android.material.R$color: int design_dark_default_color_primary -androidx.recyclerview.R$styleable: int[] GradientColorItem -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorPrimaryDark -androidx.appcompat.R$styleable: int TextAppearance_textAllCaps -okhttp3.HttpUrl$Builder: void resolvePath(java.lang.String,int,int) -wangdaye.com.geometricweather.R$dimen: int mtrl_shape_corner_size_medium_component -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: int getWeatherKind() -wangdaye.com.geometricweather.R$attr: int checkboxStyle -wangdaye.com.geometricweather.R$styleable: int KeyPosition_motionTarget -androidx.appcompat.R$styleable: int[] LinearLayoutCompat -androidx.appcompat.widget.Toolbar: android.graphics.drawable.Drawable getOverflowIcon() -wangdaye.com.geometricweather.R$color: int mtrl_bottom_nav_colored_item_tint -okhttp3.internal.tls.DistinguishedNameParser: int cur -cyanogenmod.externalviews.ExternalView: void onDetachedFromWindow() -androidx.legacy.coreutils.R$id: int info -com.github.rahatarmanahmed.cpv.CircularProgressView: void onSizeChanged(int,int,int,int) -com.xw.repo.bubbleseekbar.R$bool: int abc_config_actionMenuItemAllCaps -androidx.preference.R$interpolator: int btn_radio_to_on_mtrl_animation_interpolator_0 -com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_android_font -com.google.android.material.R$style: int Base_V7_Theme_AppCompat -com.turingtechnologies.materialscrollbar.R$color: int abc_tint_switch_track -okio.RealBufferedSink: okio.BufferedSink writeLongLe(long) -wangdaye.com.geometricweather.common.ui.widgets.astro.MoonPhaseView: MoonPhaseView(android.content.Context) -androidx.appcompat.R$drawable: int abc_list_divider_mtrl_alpha -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Button -androidx.preference.R$style: int Base_Widget_AppCompat_ActionButton -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: boolean isDisposed() -cyanogenmod.weather.WeatherInfo$1: java.lang.Object[] newArray(int) -retrofit2.Utils$ParameterizedTypeImpl: java.lang.reflect.Type getOwnerType() -wangdaye.com.geometricweather.R$styleable: int MockView_mock_diagonalsColor -androidx.constraintlayout.widget.R$styleable: int Toolbar_subtitle -androidx.viewpager.R$styleable -wangdaye.com.geometricweather.R$string: int wind_11 -okio.RealBufferedSource: int readUtf8CodePoint() -androidx.core.R$id: int accessibility_custom_action_18 -androidx.legacy.coreutils.R$attr: int fontProviderCerts -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: long index -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: void clear() -okio.Buffer: okio.BufferedSink writeUtf8CodePoint(int) -io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer -wangdaye.com.geometricweather.R$attr: int actionModeCopyDrawable -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle -com.xw.repo.bubbleseekbar.R$id: int normal -androidx.constraintlayout.widget.R$styleable: int GradientColor_android_endColor -com.google.android.material.R$styleable: int KeyAttribute_transitionEasing -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_MinWidth -com.baidu.location.indoor.c: c(int) -wangdaye.com.geometricweather.R$color: int foreground_material_dark -androidx.preference.R$styleable: int RecyclerView_android_orientation -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_content_inset_material -wangdaye.com.geometricweather.R$string: int next -com.tencent.bugly.proguard.x -com.google.android.material.R$attr: int titleMarginStart -com.google.android.material.R$styleable: int KeyTimeCycle_motionTarget -androidx.appcompat.R$style: int Widget_AppCompat_Toolbar_Button_Navigation -com.google.android.material.R$attr: int constraintSetEnd -wangdaye.com.geometricweather.R$interpolator -androidx.preference.R$styleable: int[] GradientColorItem -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: boolean cancelled -androidx.viewpager.widget.PagerTitleStrip: void setTextSpacing(int) -wangdaye.com.geometricweather.R$drawable: int weather_hail_pixel -wangdaye.com.geometricweather.background.polling.work.worker.TodayForecastUpdateWorker: TodayForecastUpdateWorker(android.content.Context,androidx.work.WorkerParameters,wangdaye.com.geometricweather.location.LocationHelper,wangdaye.com.geometricweather.weather.WeatherHelper) -cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String ALARM_ID -androidx.customview.R$drawable: R$drawable() -androidx.preference.R$dimen: int abc_button_inset_horizontal_material -com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView -androidx.constraintlayout.widget.R$dimen: int abc_select_dialog_padding_start_material -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: void setAdaptiveWidthEnabled(boolean) -com.bumptech.glide.R$id: int right_icon -wangdaye.com.geometricweather.R$attr: int subMenuArrow -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabBackground -okio.InflaterSource: java.util.zip.Inflater inflater -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: long EndEpochDate -com.google.android.gms.base.R$drawable: int googleg_disabled_color_18 -androidx.appcompat.R$id: int action_menu_presenter -android.didikee.donate.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language DUTCH -androidx.preference.R$styleable: int AppCompatTextHelper_android_drawableLeft -com.tencent.bugly.proguard.y: com.tencent.bugly.proguard.y$a g -androidx.drawerlayout.R$string: R$string() -org.greenrobot.greendao.AbstractDaoSession: void runInTx(java.lang.Runnable) -cyanogenmod.power.IPerformanceManager$Stub$Proxy: android.os.IBinder mRemote -androidx.work.R$styleable: int ColorStateListItem_android_alpha -cyanogenmod.app.CMStatusBarManager: void publishTileAsUser(java.lang.String,int,cyanogenmod.app.CustomTile,android.os.UserHandle) -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: InkPageIndicator(android.content.Context,android.util.AttributeSet) -com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat_ActionBar -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: ObservableThrottleLatest$ThrottleLatestObserver(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler$Worker,boolean) -com.xw.repo.bubbleseekbar.R$id: int end -android.didikee.donate.R$style: int Base_Theme_AppCompat_DialogWhenLarge -okhttp3.Interceptor$Chain: int connectTimeoutMillis() -okhttp3.internal.cache.DiskLruCache: java.util.regex.Pattern LEGAL_KEY_PATTERN -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_processThemeResources -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_constraintSet -okhttp3.internal.cache.CacheInterceptor: boolean isContentSpecificHeader(java.lang.String) -wangdaye.com.geometricweather.common.basic.models.weather.Wind: Wind(java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WindDegree,java.lang.Float,java.lang.String) -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: long COMPLETE_MASK -wangdaye.com.geometricweather.R$attr: int barLength -wangdaye.com.geometricweather.R$layout: int widget_day_vertical -androidx.viewpager.R$drawable: int notification_action_background -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.String TABLENAME -com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy LOWER_CASE_WITH_DASHES -wangdaye.com.geometricweather.R$styleable: int[] Fragment -wangdaye.com.geometricweather.R$drawable: int weather_clear_day_mini_dark -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int so2 -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getRagweedDescription() -androidx.appcompat.resources.R$drawable: int notification_bg_low -androidx.viewpager.widget.ViewPager: void setScrollState(int) -androidx.appcompat.widget.AppCompatImageButton: android.content.res.ColorStateList getSupportBackgroundTintList() -okio.Buffer: java.io.OutputStream outputStream() -com.github.rahatarmanahmed.cpv.CircularProgressView: void setIndeterminate(boolean) -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabPaddingStart -com.google.android.material.R$styleable: int AppCompatTextHelper_android_drawableRight -james.adaptiveicon.R$attr: int iconTintMode -wangdaye.com.geometricweather.R$array: int distance_unit_values -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult -androidx.transition.R$dimen: int notification_small_icon_size_as_large -com.xw.repo.bubbleseekbar.R$string: int abc_menu_ctrl_shortcut_label -com.tencent.bugly.crashreport.common.info.a: void a(java.lang.String,java.lang.String) -androidx.preference.R$attr: int showDividers -com.google.android.gms.common.ConnectionResult: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Toolbar_Primary -james.adaptiveicon.R$attr: int showText -wangdaye.com.geometricweather.R$string: int wind_4 -com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_fontStyle -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setSnowPrecipitation(java.lang.Float) -james.adaptiveicon.R$attr: int textAppearancePopupMenuHeader -cyanogenmod.app.ICustomTileListener$Stub: java.lang.String DESCRIPTOR -cyanogenmod.weather.WeatherInfo$Builder: double mWindSpeed -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse -com.google.android.material.R$id: int accessibility_custom_action_0 -james.adaptiveicon.R$styleable: int ColorStateListItem_alpha -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintBottom_toTopOf -cyanogenmod.externalviews.KeyguardExternalView: void unregisterOnWindowAttachmentChangedListener(cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener) -com.xw.repo.bubbleseekbar.R$color: int switch_thumb_normal_material_dark -androidx.appcompat.resources.R$attr: int fontWeight -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_scrimAnimationDuration -io.reactivex.internal.disposables.EmptyDisposable: void complete(io.reactivex.MaybeObserver) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_firstVerticalStyle -androidx.preference.R$attr: int seekBarPreferenceStyle -com.turingtechnologies.materialscrollbar.R$attr: int buttonStyleSmall -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ZEN_ALLOW_LIGHTS_VALIDATOR -com.google.android.material.R$styleable: int Variant_region_widthLessThan -android.didikee.donate.R$style: int TextAppearance_AppCompat_Headline -com.google.android.material.R$dimen: int mtrl_textinput_outline_box_expanded_padding -okhttp3.internal.Util: boolean skipAll(okio.Source,int,java.util.concurrent.TimeUnit) -cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType THEME_REMOVED -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipStartPadding -androidx.constraintlayout.widget.R$attr: int displayOptions -androidx.appcompat.widget.AppCompatTextView: AppCompatTextView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Large -com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableTransition_android_toId -com.google.android.material.textfield.TextInputLayout: TextInputLayout(android.content.Context) -wangdaye.com.geometricweather.R$attr: int titleTextStyle -james.adaptiveicon.R$layout: int abc_search_view -androidx.work.R$string: R$string() -com.jaredrummler.android.colorpicker.R$attr: int shouldDisableView -james.adaptiveicon.R$styleable: int DrawerArrowToggle_arrowShaftLength -androidx.constraintlayout.widget.R$string: int abc_capital_off -com.amap.api.location.AMapLocation: java.lang.String toStr() -cyanogenmod.providers.CMSettings$NameValueCache: java.lang.String mCallSetCommand -androidx.preference.R$styleable: int AppCompatTheme_tooltipForegroundColor -com.google.android.material.R$layout: int material_timepicker -wangdaye.com.geometricweather.R$id: int edit_query -james.adaptiveicon.R$id: int add -com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_android_ttcIndex -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight_Dialog -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: java.lang.String getNewX() -wangdaye.com.geometricweather.R$xml: int widget_day -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_star_half_black_48dp -androidx.preference.R$attr: int layout_anchor -com.google.android.material.R$id: int coordinator -com.xw.repo.bubbleseekbar.R$styleable: int[] CoordinatorLayout_Layout -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties -okhttp3.internal.ws.WebSocketWriter: WebSocketWriter(boolean,okio.BufferedSink,java.util.Random) -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType InsertInTxIterable -james.adaptiveicon.R$integer: int cancel_button_image_alpha -wangdaye.com.geometricweather.R$string: int widget_multi_city -com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_centerY -androidx.swiperefreshlayout.R$id: int tag_accessibility_actions -androidx.viewpager2.R$id: int line3 -androidx.constraintlayout.widget.R$styleable: int KeyPosition_curveFit -androidx.preference.R$styleable: int RecycleListView_paddingTopNoTitle -okio.ForwardingSink: okio.Timeout timeout() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_panelBackground -okio.BufferedSink: okio.BufferedSink write(byte[]) -io.reactivex.internal.observers.DeferredScalarDisposable -androidx.coordinatorlayout.widget.CoordinatorLayout: CoordinatorLayout(android.content.Context) -cyanogenmod.app.ILiveLockScreenManager: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() -okhttp3.RequestBody$3 -cyanogenmod.providers.ThemesContract -retrofit2.Response: java.lang.String message() -androidx.constraintlayout.widget.R$attr: int alertDialogButtonGroupStyle -james.adaptiveicon.R$attr: int closeItemLayout -cyanogenmod.providers.CMSettings$System: java.lang.String T9_SEARCH_INPUT_LOCALE -io.reactivex.Observable: io.reactivex.Observable merge(java.lang.Iterable,int,int) -androidx.appcompat.R$id: int time -com.xw.repo.bubbleseekbar.R$dimen: int highlight_alpha_material_light -androidx.drawerlayout.R$drawable: int notification_bg_low_pressed -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String cityId -androidx.lifecycle.LifecycleRegistry -io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function4) -android.didikee.donate.R$attr: int titleMarginBottom -com.google.android.material.R$id: int action_mode_bar -com.google.android.material.R$attr: int percentX -com.google.android.material.R$styleable: int BottomAppBar_paddingBottomSystemWindowInsets -android.didikee.donate.R$style: int Theme_AppCompat_Dialog_MinWidth -okhttp3.internal.http2.Http2Connection: void writePingAndAwaitPong() -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeTotalPrecipitationDuration(java.lang.Float) -wangdaye.com.geometricweather.R$anim: int fragment_fade_exit -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: java.lang.String logo -androidx.preference.R$attr: int backgroundTintMode -james.adaptiveicon.R$attr: int expandActivityOverflowButtonDrawable -wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Display1 -wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle[] values() -james.adaptiveicon.R$string: int abc_shareactionprovider_share_with -io.reactivex.Observable: io.reactivex.Observable doOnEach(io.reactivex.functions.Consumer) -com.xw.repo.bubbleseekbar.R$dimen: int abc_control_inset_material -okio.Buffer: okio.Buffer writeUtf8(java.lang.String,int,int) -android.support.v4.app.INotificationSideChannel$Default: void cancel(java.lang.String,int,java.lang.String) -com.google.android.material.R$style: int ShapeAppearanceOverlay_BottomLeftDifferentCornerSize -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_69 -james.adaptiveicon.R$drawable: int abc_textfield_search_material -com.turingtechnologies.materialscrollbar.R$styleable: int[] MenuGroup -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_transitionPathRotate -com.bumptech.glide.load.resource.gif.GifFrameLoader -wangdaye.com.geometricweather.R$styleable: int MaterialButtonToggleGroup_singleSelection -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index: java.lang.String quali -androidx.preference.R$styleable: int AppCompatTheme_toolbarStyle -com.google.android.material.bottomnavigation.BottomNavigationMenuView: BottomNavigationMenuView(android.content.Context) -com.google.android.material.R$style: int Widget_AppCompat_ActionBar_TabBar -com.google.android.material.R$styleable: int ConstraintLayout_placeholder_content -com.tencent.bugly.crashreport.CrashReport: void closeNativeReport() -androidx.work.ExistingWorkPolicy: androidx.work.ExistingWorkPolicy REPLACE -androidx.work.R$style: R$style() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: int getIsRainOrSnow() -androidx.constraintlayout.widget.R$id: int action_bar -android.didikee.donate.R$attr: int windowFixedWidthMinor -com.amap.api.location.DPoint: DPoint() -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments$WarningTextBlocItem: java.lang.String title -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void alterWindow(int,int,int,int,boolean,android.graphics.Rect) -androidx.hilt.R$layout -android.didikee.donate.R$styleable: int AppCompatTheme_alertDialogCenterButtons -androidx.core.widget.NestedScrollView: NestedScrollView(android.content.Context,android.util.AttributeSet,int) -james.adaptiveicon.AdaptiveIconView: james.adaptiveicon.AdaptiveIcon getIcon() -com.turingtechnologies.materialscrollbar.R$attr: int dividerVertical -wangdaye.com.geometricweather.R$style: int Base_AlertDialog_AppCompat_Light -androidx.recyclerview.R$attr: int fastScrollEnabled -cyanogenmod.platform.Manifest$permission: java.lang.String MODIFY_PROFILES -androidx.preference.R$anim: int abc_tooltip_enter -wangdaye.com.geometricweather.R$attr: int cpv_alphaChannelText -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_DarkActionBar -androidx.preference.R$attr: int alertDialogButtonGroupStyle -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_Switch -cyanogenmod.externalviews.ExternalViewProperties: int mHeight -io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain: CompositeException$CompositeExceptionCausalChain() -androidx.constraintlayout.motion.widget.MotionLayout: long getTransitionTimeMs() -androidx.preference.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle -androidx.activity.R$id: int dialog_button -com.google.android.material.R$xml: int standalone_badge_gravity_bottom_start -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode[] $VALUES -cyanogenmod.app.Profile$ProfileTrigger: void getXmlString(java.lang.StringBuilder,android.content.Context) -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Large_Inverse -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: long index -wangdaye.com.geometricweather.R$styleable: int MotionHelper_onHide -androidx.preference.R$color: int highlighted_text_material_dark -android.didikee.donate.R$color: int material_grey_300 -okhttp3.RealCall$AsyncCall: okhttp3.RealCall get() -androidx.drawerlayout.R$layout: int notification_template_custom_big -androidx.dynamicanimation.R$styleable: int FontFamily_fontProviderQuery -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List alertEntityList -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver -com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout -com.google.android.material.R$styleable: int BottomNavigationView_elevation -androidx.loader.R$dimen: int notification_subtext_size -com.jaredrummler.android.colorpicker.R$styleable: int ActionMode_titleTextStyle -cyanogenmod.providers.DataUsageContract: java.lang.String FAST_AVG -wangdaye.com.geometricweather.R$string: int mtrl_picker_a11y_next_month -androidx.constraintlayout.widget.R$dimen: int abc_search_view_preferred_width -io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: io.reactivex.subjects.UnicastSubject this$0 -okhttp3.logging.HttpLoggingInterceptor$Logger$1: void log(java.lang.String) -wangdaye.com.geometricweather.R$id: int outline -wangdaye.com.geometricweather.R$id: int center_vertical -com.tencent.bugly.crashreport.crash.e: void a() -androidx.constraintlayout.widget.R$attr: int goIcon -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginStart -androidx.viewpager.R$attr: int fontVariationSettings -com.turingtechnologies.materialscrollbar.R$color: int material_grey_50 -cyanogenmod.hardware.CMHardwareManager: int getThermalState() -com.amap.api.fence.GeoFence: int getStatus() -androidx.preference.R$id: int search_plate -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_numericModifiers -androidx.preference.R$dimen: int notification_subtext_size -androidx.swiperefreshlayout.R$integer -com.tencent.bugly.crashreport.biz.b: boolean m -androidx.lifecycle.SavedStateHandle: java.lang.String KEYS -okhttp3.internal.http1.Http1Codec$1 -wangdaye.com.geometricweather.R$id: int widget_clock_day_weather -wangdaye.com.geometricweather.R$styleable: int MenuItem_actionLayout -com.turingtechnologies.materialscrollbar.R$attr: int hintAnimationEnabled -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_maxElementsWrap -androidx.lifecycle.ProcessLifecycleOwner$2: void onResume() -androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableItem_android_drawable -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: int leftIndex -wangdaye.com.geometricweather.R$id: int activity_allergen_recyclerView -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ListPopupWindow -android.didikee.donate.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated -com.google.android.material.R$id: int accessibility_custom_action_31 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String type -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomAppBar_Colored -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: com.tencent.bugly.crashreport.crash.jni.NativeExceptionHandler e -androidx.appcompat.R$styleable: int SwitchCompat_switchTextAppearance -com.google.android.material.R$style: int Widget_MaterialComponents_Toolbar_PrimarySurface -com.google.android.material.R$attr: int actionDropDownStyle -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int DUST -io.reactivex.internal.observers.BasicIntQueueDisposable: void clear() -androidx.constraintlayout.widget.R$attr: int measureWithLargestChild -com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState FAILED -io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver -com.google.android.material.R$id: int sawtooth -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorEnabled -cyanogenmod.profiles.ConnectionSettings$1: java.lang.Object[] newArray(int) -cyanogenmod.themes.IThemeProcessingListener$Stub: int TRANSACTION_onFinishedProcessing_0 -okhttp3.internal.http2.Hpack$Writer: int SETTINGS_HEADER_TABLE_SIZE_LIMIT -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_fab_translation_z_hovered_focused -cyanogenmod.app.CustomTile$Builder: android.content.Intent mOnSettingsClick -com.google.android.material.R$id: int add -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getDaytimeWindDirection() -androidx.preference.R$anim: int btn_checkbox_to_unchecked_icon_null_animation -wangdaye.com.geometricweather.background.polling.work.worker.AsyncWorker: AsyncWorker(android.content.Context,androidx.work.WorkerParameters) -androidx.preference.R$drawable: int tooltip_frame_dark -cyanogenmod.profiles.ConnectionSettings$1 -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: long serialVersionUID -android.didikee.donate.R$styleable: int ActionBar_contentInsetLeft -androidx.coordinatorlayout.R$id: int notification_main_column_container -androidx.viewpager.R$styleable: int GradientColor_android_gradientRadius -androidx.preference.R$string: int abc_menu_enter_shortcut_label -cyanogenmod.app.IPartnerInterface$Stub$Proxy: void reboot() -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionButtonStyle -wangdaye.com.geometricweather.R$string: int life_details -androidx.coordinatorlayout.R$id: int accessibility_custom_action_12 -james.adaptiveicon.R$id: int forever -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: void onError(java.lang.Throwable) -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_subtitle_material_toolbar -androidx.preference.R$drawable: int abc_list_longpressed_holo -com.google.android.material.R$styleable: int Constraint_layout_constraintHeight_max -android.didikee.donate.R$drawable: int abc_btn_colored_material -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHeight_min -wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.lang.String getContent() -com.google.android.material.R$styleable: int Chip_chipStrokeColor -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void data(boolean,int,okio.BufferedSource,int) -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.disposables.Disposable upstream -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setThunderstormPrecipitationProbability(java.lang.Float) -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Pm10 -androidx.preference.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored -androidx.appcompat.R$color: int material_blue_grey_900 -retrofit2.SkipCallbackExecutorImpl: java.lang.annotation.Annotation[] ensurePresent(java.lang.annotation.Annotation[]) -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_Button_Colored -androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableItem_android_id -androidx.appcompat.R$style: int ThemeOverlay_AppCompat_Dark -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea AdministrativeArea -com.google.android.material.R$id: int action_text -okhttp3.CertificatePinner: java.util.Set pins -androidx.preference.R$styleable: int ViewBackgroundHelper_android_background -androidx.hilt.work.R$id: int accessibility_custom_action_26 -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorTextColor -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_toBottomOf -android.didikee.donate.R$attr: int listPreferredItemHeightLarge -androidx.viewpager.R$id: int title -androidx.activity.R$color: int notification_icon_bg_color -android.didikee.donate.R$styleable: int Toolbar_menu -com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_fixed_height_major -wangdaye.com.geometricweather.R$attr: int msb_barThickness -okhttp3.internal.connection.RealConnection: okhttp3.Route route -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ratingbar_indicator_material -wangdaye.com.geometricweather.R$attr: int customPixelDimension -androidx.preference.R$id: int accessibility_custom_action_20 -io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.functions.Function) -wangdaye.com.geometricweather.R$styleable: int MaterialButton_strokeWidth -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu -wangdaye.com.geometricweather.R$dimen: int design_navigation_icon_size -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: java.lang.String getWeathercn() -androidx.preference.R$styleable: int AlertDialog_multiChoiceItemLayout -androidx.appcompat.resources.R$dimen -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintLeft_toLeftOf -android.didikee.donate.R$styleable: int ViewStubCompat_android_layout -androidx.work.R$color: int secondary_text_default_material_light -james.adaptiveicon.R$id: int shortcut -com.jaredrummler.android.colorpicker.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit CM -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: void onError(java.lang.Throwable) -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void disposeAll() -android.didikee.donate.R$attr: int listPreferredItemPaddingRight -retrofit2.RequestFactory: okhttp3.HttpUrl baseUrl -com.turingtechnologies.materialscrollbar.R$drawable: int abc_tab_indicator_material -wangdaye.com.geometricweather.R$styleable: int ListPreference_useSimpleSummaryProvider -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintStart_toStartOf -io.reactivex.Observable: io.reactivex.Single sequenceEqual(io.reactivex.ObservableSource,io.reactivex.ObservableSource) -okhttp3.Cache$CacheRequestImpl: boolean done -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: void clear() -com.jaredrummler.android.colorpicker.R$id: int left -androidx.constraintlayout.widget.R$drawable: int abc_btn_switch_to_on_mtrl_00012 -androidx.transition.R$styleable: int FontFamily_fontProviderAuthority -com.xw.repo.bubbleseekbar.R$string: int abc_menu_alt_shortcut_label -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_star_half_black_36dp -wangdaye.com.geometricweather.R$styleable: int InkPageIndicator_currentPageIndicatorColor -android.didikee.donate.R$layout: int notification_template_icon_group -androidx.preference.R$styleable: int AppCompatTextView_drawableLeftCompat -androidx.appcompat.R$attr: int voiceIcon -com.google.android.material.R$dimen: int abc_dialog_list_padding_bottom_no_buttons -com.google.android.material.R$attr: int shapeAppearance -com.turingtechnologies.materialscrollbar.R$attr: int paddingEnd -androidx.constraintlayout.widget.R$styleable: int Transform_android_transformPivotX -com.google.gson.stream.JsonReader: int PEEKED_UNQUOTED_NAME -androidx.cardview.R$attr: int cardViewStyle -wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List getAlertList() -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_22 -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_arrow_drop_right_black_24dp -wangdaye.com.geometricweather.R$layout: int abc_action_menu_layout -androidx.vectordrawable.R$dimen: int notification_small_icon_size_as_large -androidx.appcompat.widget.ActionBarOverlayLayout: void setShowingForActionMode(boolean) -com.google.android.material.R$attr: int minWidth -james.adaptiveicon.R$attr: int textColorAlertDialogListItem -okhttp3.internal.http2.Http2Codec: java.lang.String PROXY_CONNECTION -androidx.lifecycle.extensions.R$drawable: int notify_panel_notification_icon_bg -com.google.android.material.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title -android.didikee.donate.R$attr: int hideOnContentScroll -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption$GeoLanguage t -cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_onResume -wangdaye.com.geometricweather.common.basic.GeoViewModel: GeoViewModel(android.app.Application) -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit MPH -com.google.android.material.R$attr: int actionViewClass -com.google.android.material.R$styleable: int Chip_chipMinTouchTargetSize -com.xw.repo.bubbleseekbar.R$style: int Platform_V25_AppCompat_Light -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Large_Inverse -okhttp3.internal.http2.Http2Reader: void readPriority(okhttp3.internal.http2.Http2Reader$Handler,int) -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void innerValue(boolean,java.lang.Object) -com.tencent.bugly.proguard.y$a: boolean c(com.tencent.bugly.proguard.y$a) -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setDaylight(boolean) -com.jaredrummler.android.colorpicker.R$drawable: int abc_cab_background_top_mtrl_alpha -com.google.android.material.R$styleable: int[] TextInputEditText -androidx.vectordrawable.R$style: int TextAppearance_Compat_Notification -androidx.loader.R$styleable: int FontFamilyFont_font -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void onError(java.lang.Throwable) -androidx.hilt.work.R$id: int accessibility_custom_action_13 -wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customColorValue -android.didikee.donate.R$attr: int textAppearanceSearchResultTitle -com.tencent.bugly.proguard.r -com.tencent.bugly.BuglyStrategy: com.tencent.bugly.BuglyStrategy setEnableANRCrashMonitor(boolean) -com.tencent.bugly.crashreport.common.info.AppInfo: java.lang.String a(byte[]) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_21 -androidx.viewpager2.R$id: int accessibility_custom_action_21 -androidx.constraintlayout.widget.R$attr: int paddingTopNoTitle -okhttp3.internal.cache.DiskLruCache: long ANY_SEQUENCE_NUMBER -wangdaye.com.geometricweather.resource.utils.ResourceUtils$NullResourceIdException: ResourceUtils$NullResourceIdException() -wangdaye.com.geometricweather.remoteviews.config.TextWidgetConfigActivity -androidx.core.app.CoreComponentFactory: CoreComponentFactory() -okio.Buffer: long readLong() -androidx.customview.R$id: int blocking -com.tencent.bugly.BuglyStrategy: boolean isEnableNativeCrashMonitor() -androidx.appcompat.resources.R$id: int blocking -com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_padding_horizontal -com.tencent.bugly.crashreport.CrashReport: void setAuditEnable(android.content.Context,boolean) -com.turingtechnologies.materialscrollbar.R$attr: int tabBackground -com.amap.api.location.AMapLocation: java.lang.String getStreet() -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_BottomAppBar_Surface -androidx.preference.R$styleable: int[] GradientColor -androidx.lifecycle.LiveData: int START_VERSION -wangdaye.com.geometricweather.R$attr: int prefixTextAppearance -androidx.preference.R$styleable: int SwitchCompat_android_textOff -com.xw.repo.bubbleseekbar.R$layout: int notification_template_part_chronometer -com.tencent.bugly.proguard.i: int[] f(int,boolean) -com.google.android.material.R$style: int ShapeAppearance_MaterialComponents_Test -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: java.lang.Long poll() -wangdaye.com.geometricweather.R$dimen: int mtrl_card_spacing -james.adaptiveicon.R$attr: int alertDialogCenterButtons -cyanogenmod.app.ProfileManager: cyanogenmod.app.ProfileGroup getActiveProfileGroup(java.lang.String) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: boolean isShow -com.xw.repo.bubbleseekbar.R$styleable: int View_android_focusable -androidx.appcompat.resources.R$id: int accessibility_custom_action_7 -androidx.activity.R$id: int accessibility_custom_action_28 -androidx.preference.R$id: int title -androidx.appcompat.R$styleable: int MenuItem_android_title -wangdaye.com.geometricweather.settings.activities.CardDisplayManageActivity: CardDisplayManageActivity() -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval -androidx.fragment.app.FragmentContainerView: FragmentContainerView(android.content.Context,android.util.AttributeSet) -androidx.vectordrawable.animated.R$dimen: int notification_content_margin_start -androidx.work.R$drawable: R$drawable() -androidx.viewpager2.R$attr: int fontProviderPackage -androidx.appcompat.R$styleable: int MenuView_android_windowAnimationStyle -wangdaye.com.geometricweather.common.ui.widgets.trend.TrendLayoutManager -okhttp3.internal.ws.RealWebSocket$2 -james.adaptiveicon.R$dimen: int abc_dropdownitem_text_padding_left -com.turingtechnologies.materialscrollbar.R$styleable: int Snackbar_snackbarTextViewStyle -okhttp3.internal.ws.WebSocketReader$FrameCallback: void onReadClose(int,java.lang.String) -james.adaptiveicon.R$styleable: int AppCompatTheme_alertDialogStyle -com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_android_fontStyle -com.google.android.material.appbar.CollapsingToolbarLayout: void setScrimAnimationDuration(long) -io.reactivex.Observable: io.reactivex.Maybe reduce(io.reactivex.functions.BiFunction) -wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView -com.google.android.material.R$styleable: int Constraint_layout_constraintGuide_end -com.google.android.material.R$styleable: int Constraint_android_visibility -androidx.appcompat.R$styleable: int AppCompatTextView_textLocale -androidx.constraintlayout.widget.ConstraintLayout: int getMinHeight() -androidx.customview.R$id: int line3 -cyanogenmod.themes.ThemeChangeRequest$Builder: java.util.Map mPerAppOverlays -androidx.hilt.work.R$id: int text -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_actionViewClass -com.jaredrummler.android.colorpicker.R$attr: int paddingTopNoTitle -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeSnowPrecipitationProbability(java.lang.Float) -okhttp3.internal.http.HttpDate: HttpDate() -com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents_Light_Dialog -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: int OTHER_STATE_HAS_VALUE -com.google.android.material.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 -com.xw.repo.bubbleseekbar.R$id: int edit_query -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone: java.lang.Object NextOffsetChange -wangdaye.com.geometricweather.R$style: int Theme_Design -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Body2 -com.jaredrummler.android.colorpicker.R$attr: int searchViewStyle -com.google.android.material.R$attr: int boxStrokeWidth -cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: android.os.IBinder asBinder() -wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_1 -com.google.android.material.button.MaterialButtonToggleGroup: int getVisibleButtonCount() -cyanogenmod.providers.CMSettings$System: java.lang.String CAMERA_SLEEP_ON_RELEASE -com.google.android.material.R$styleable: int FontFamilyFont_fontWeight -androidx.preference.R$styleable: int Toolbar_android_minHeight -wangdaye.com.geometricweather.R$layout: int dialog_minimal_icon -androidx.work.R$id: int time -wangdaye.com.geometricweather.R$attr: int materialAlertDialogTheme -com.jaredrummler.android.colorpicker.R$styleable: int View_theme -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_title -androidx.vectordrawable.R$drawable: int notification_template_icon_bg -wangdaye.com.geometricweather.R$styleable: int KeyCycle_transitionEasing -com.google.android.material.transformation.ExpandableTransformationBehavior: ExpandableTransformationBehavior(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$styleable: int TabLayout_tabInlineLabel -androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_marginLeft -wangdaye.com.geometricweather.R$id: int search_mag_icon -android.didikee.donate.R$dimen: int notification_content_margin_start -androidx.constraintlayout.widget.R$dimen: int abc_dropdownitem_icon_width -okhttp3.RequestBody$1: void writeTo(okio.BufferedSink) -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: io.reactivex.disposables.Disposable upstream -androidx.constraintlayout.widget.R$attr: int layout_constraintHorizontal_chainStyle -wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_width -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: AccuMinuteResult$SummariesBean() -wangdaye.com.geometricweather.R$id: int item_weather_icon_title -james.adaptiveicon.R$drawable: int abc_textfield_default_mtrl_alpha -wangdaye.com.geometricweather.R$styleable: int Chip_chipStrokeColor -com.google.android.material.R$dimen: int design_snackbar_text_size -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$8: float val$swipeProgress -okhttp3.Response$Builder: okhttp3.Headers$Builder headers -androidx.preference.R$style: int Base_Theme_AppCompat_Dialog -androidx.legacy.coreutils.R$dimen: int compat_button_inset_vertical_material -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog -com.turingtechnologies.materialscrollbar.R$attr: int state_collapsed -com.xw.repo.bubbleseekbar.R$id: int below_section_mark -okhttp3.internal.ws.RealWebSocket: boolean send(java.lang.String) -cyanogenmod.providers.CMSettings$Secure: java.lang.String DEFAULT_THEME_PACKAGE -cyanogenmod.app.ProfileGroup: ProfileGroup(java.lang.String,java.util.UUID,boolean) -james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable -androidx.activity.R$style: int Widget_Compat_NotificationActionText -wangdaye.com.geometricweather.R$layout: int item_weather_daily_pollen -androidx.constraintlayout.widget.R$id: int action_bar_root -wangdaye.com.geometricweather.background.polling.permanent.update.Hilt_ForegroundTodayForecastUpdateService: Hilt_ForegroundTodayForecastUpdateService() -android.didikee.donate.R$style: int TextAppearance_AppCompat_Large -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_addNotificationGroup -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: java.util.Queue sources -android.didikee.donate.R$style: int Base_Theme_AppCompat_Dialog -com.google.android.material.R$id: int accessibility_custom_action_12 -com.google.android.material.R$color: int bright_foreground_material_dark -okhttp3.MediaType: java.lang.String type -wangdaye.com.geometricweather.R$styleable: int PreferenceFragmentCompat_android_dividerHeight -com.google.android.material.R$layout: int test_reflow_chipgroup -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_menu -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_day_horizontal_padding -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void onSubscribe(io.reactivex.disposables.Disposable) -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Region: java.lang.String LocalizedName -androidx.vectordrawable.animated.R$dimen: R$dimen() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_31 -androidx.appcompat.R$style: int Base_Widget_AppCompat_TextView -androidx.appcompat.R$styleable: int AppCompatTextView_autoSizeTextType -android.didikee.donate.R$style: int Widget_AppCompat_Light_PopupMenu -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionBar_TabBar -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float rainPrecipitation -wangdaye.com.geometricweather.R$animator: int weather_sleet_3 -wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_fontVariationSettings -wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource -androidx.appcompat.R$string: int abc_action_bar_up_description -androidx.constraintlayout.motion.widget.MotionHelper: MotionHelper(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.R$dimen: int abc_dialog_padding_top_material -wangdaye.com.geometricweather.R$color: int design_fab_stroke_top_inner_color -com.tencent.bugly.BuglyStrategy: com.tencent.bugly.BuglyStrategy setAppPackageName(java.lang.String) -androidx.preference.R$attr: int checkBoxPreferenceStyle -androidx.preference.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox -com.turingtechnologies.materialscrollbar.R$attr: int strokeWidth -androidx.swiperefreshlayout.R$dimen: int notification_big_circle_margin -wangdaye.com.geometricweather.R$attr: int snackbarButtonStyle -com.xw.repo.bubbleseekbar.R$attr: R$attr() -james.adaptiveicon.R$dimen: int abc_list_item_padding_horizontal_material -io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,io.reactivex.Scheduler) -com.turingtechnologies.materialscrollbar.R$color: int abc_tint_seek_thumb -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode ENHANCE_YOUR_CALM -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer moonPhaseAngle -androidx.viewpager2.R$attr: int fontProviderCerts -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: io.reactivex.SingleObserver downstream -androidx.hilt.R$id: int accessibility_custom_action_4 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PressureTendency: java.lang.String Code -androidx.hilt.work.R$style: int TextAppearance_Compat_Notification_Time -com.jaredrummler.android.colorpicker.R$styleable: int ListPreference_android_entryValues -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse -james.adaptiveicon.R$style: int Base_Animation_AppCompat_DropDownUp -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeRainPrecipitationProbability() -okhttp3.RealCall: okhttp3.OkHttpClient client -androidx.preference.R$bool: int abc_allow_stacked_button_bar -com.turingtechnologies.materialscrollbar.R$id: int edit_query -io.reactivex.internal.subscriptions.EmptySubscription: boolean isEmpty() -com.amap.api.fence.GeoFenceManagerBase: void setActivateAction(int) -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int THUNDERSTORMS -com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableCompat_android_visible -androidx.constraintlayout.helper.widget.Flow: void setPaddingRight(int) -okhttp3.internal.cache.DiskLruCache$Editor: boolean done -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_Dialog_Alert -androidx.preference.R$style: int Base_Widget_AppCompat_ListView_Menu -james.adaptiveicon.R$id: int expand_activities_button -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: long serialVersionUID -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Small_Inverse -okio.GzipSource: byte FHCRC -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner -wangdaye.com.geometricweather.R$styleable: int[] LoadingImageView -com.google.android.material.transformation.FabTransformationBehavior: FabTransformationBehavior(android.content.Context,android.util.AttributeSet) -com.jaredrummler.android.colorpicker.R$string: int abc_capital_on -androidx.fragment.R$dimen: int notification_small_icon_size_as_large -com.google.android.material.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight -com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleMarginEnd -io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable: boolean isDisposed() -wangdaye.com.geometricweather.db.entities.DailyEntity: void setGrassDescription(java.lang.String) -wangdaye.com.geometricweather.R$id: int TOP_START -wangdaye.com.geometricweather.R$attr: int dialogTitle -com.jaredrummler.android.colorpicker.R$id: int action_divider -com.google.android.material.R$styleable: int TextInputLayout_passwordToggleEnabled -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void rstStream(int,okhttp3.internal.http2.ErrorCode) -androidx.core.R$styleable: R$styleable() -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_RatingBar_Small -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$TotalLiquid: AccuDailyResult$DailyForecasts$Day$TotalLiquid() -androidx.preference.R$styleable: int AppCompatTheme_editTextColor -wangdaye.com.geometricweather.R$color: int mtrl_fab_bg_color_selector -androidx.vectordrawable.R$attr: int fontStyle -wangdaye.com.geometricweather.R$string: int feedback_resident_location_description -androidx.viewpager.R$id: int text -wangdaye.com.geometricweather.R$id: int activity_widget_config_scrollView -okio.AsyncTimeout$1: okio.Sink val$sink -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_SeekBar -wangdaye.com.geometricweather.R$styleable: int PreferenceFragmentCompat_android_layout -cyanogenmod.themes.ThemeManager$1: void onFinish(boolean) -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut -cyanogenmod.app.Profile$Type: int CONDITIONAL -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_overflow_padding_end_material -com.google.android.material.R$dimen: int mtrl_navigation_item_horizontal_padding -retrofit2.Retrofit: okhttp3.HttpUrl baseUrl() -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_editTextStyle -androidx.activity.R$drawable: int notification_action_background -androidx.appcompat.R$dimen: int abc_text_size_button_material -james.adaptiveicon.R$style: int Base_Widget_AppCompat_RatingBar_Indicator -com.xw.repo.bubbleseekbar.R$dimen: int compat_button_padding_horizontal_material -com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleMargin -wangdaye.com.geometricweather.R$styleable: int[] TabLayout -wangdaye.com.geometricweather.R$string: int feedback_search_location -okhttp3.HttpUrl: int port() -james.adaptiveicon.R$integer: int config_tooltipAnimTime -androidx.transition.R$dimen -io.reactivex.Observable: io.reactivex.Observable combineLatestDelayError(io.reactivex.functions.Function,int,io.reactivex.ObservableSource[]) -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text -io.reactivex.internal.disposables.DisposableHelper: boolean setOnce(java.util.concurrent.atomic.AtomicReference,io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_end_padding_icon -com.turingtechnologies.materialscrollbar.R$attr: int autoSizeMaxTextSize -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: ObservableUsing$UsingObserver(io.reactivex.Observer,java.lang.Object,io.reactivex.functions.Consumer,boolean) -androidx.appcompat.resources.R$integer: int status_bar_notification_info_maxnum -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_shapeAppearance -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_min_width_minor -androidx.constraintlayout.widget.R$attr: int minWidth -com.jaredrummler.android.colorpicker.R$attr: int textAllCaps -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setApparentTemperature(java.lang.Integer) -cyanogenmod.externalviews.IExternalViewProvider$Stub: java.lang.String DESCRIPTOR -com.tencent.bugly.crashreport.crash.c: void e() -androidx.viewpager2.adapter.FragmentStateAdapter$FragmentMaxLifecycleEnforcer$3 -wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_spinBars -com.jaredrummler.android.colorpicker.R$styleable: int GradientColorItem_android_color -wangdaye.com.geometricweather.remoteviews.config.Hilt_DailyTrendWidgetConfigActivity: Hilt_DailyTrendWidgetConfigActivity() -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder encodedFragment(java.lang.String) -com.turingtechnologies.materialscrollbar.R$attr: int actionBarTabStyle -okhttp3.internal.http1.Http1Codec: okhttp3.internal.connection.StreamAllocation streamAllocation -okhttp3.HttpUrl: java.lang.String password() -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title -androidx.constraintlayout.motion.widget.MotionLayout: androidx.constraintlayout.motion.widget.DesignTool getDesignTool() -androidx.legacy.coreutils.R$attr: int fontProviderAuthority -com.jaredrummler.android.colorpicker.R$bool: R$bool() -androidx.vectordrawable.animated.R$styleable: int GradientColorItem_android_color -androidx.constraintlayout.widget.R$attr: int perpendicularPath_percent -android.didikee.donate.R$attr: int actionModeSelectAllDrawable -androidx.constraintlayout.widget.R$attr: int titleMarginTop -cyanogenmod.weather.WeatherInfo$Builder -com.google.android.gms.common.api.ApiException: ApiException(com.google.android.gms.common.api.Status) -james.adaptiveicon.R$style: int ThemeOverlay_AppCompat_Light -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void request(long) -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: java.lang.String MinutesText -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light_DarkActionBar -androidx.preference.R$attr: int controlBackground -androidx.constraintlayout.widget.R$styleable: int ActionMode_subtitleTextStyle -wangdaye.com.geometricweather.R$id: int ragweedTitle -wangdaye.com.geometricweather.R$drawable: int avd_hide_password -androidx.appcompat.R$anim: int abc_fade_in -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_textAppearance -com.google.android.gms.base.R$drawable: int googleg_standard_color_18 -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHorizontal_weight -com.google.android.material.R$styleable: int BottomNavigationView_itemHorizontalTranslationEnabled -okhttp3.RealCall: java.lang.String toLoggableString() -android.didikee.donate.R$styleable: int LinearLayoutCompat_divider -wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayVerticalWidgetConfigActivity -wangdaye.com.geometricweather.common.basic.models.weather.UV: boolean isValid() -wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.lang.String getType() -com.google.android.material.R$attr: int actionBarDivider -androidx.transition.R$layout: int notification_template_part_chronometer -com.tencent.bugly.proguard.f: f() -wangdaye.com.geometricweather.R$drawable: int notif_temp_52 -cyanogenmod.weatherservice.WeatherProviderService: java.util.Set access$100(cyanogenmod.weatherservice.WeatherProviderService) -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut -com.tencent.bugly.proguard.ap: java.lang.String j -androidx.preference.R$drawable: int abc_switch_thumb_material -com.bumptech.glide.load.ImageHeaderParser$ImageType -android.didikee.donate.R$styleable: int Spinner_android_prompt -wangdaye.com.geometricweather.R$style: int Widget_Design_CollapsingToolbar -androidx.dynamicanimation.R$id: int actions -com.google.android.gms.common.api.ResolvableApiException -com.google.android.material.R$styleable: int MaterialAlertDialog_backgroundInsetBottom -cyanogenmod.externalviews.ExternalViewProperties: int[] mScreenCoords -wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_android_insetLeft -okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner: boolean equals(java.lang.Object) -androidx.appcompat.R$styleable: int RecycleListView_paddingTopNoTitle -com.google.android.gms.common.api.UnsupportedApiCallException: UnsupportedApiCallException(com.google.android.gms.common.Feature) -androidx.constraintlayout.widget.R$styleable: int MenuItem_alphabeticModifiers -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setShrinkMotionSpec(com.google.android.material.animation.MotionSpec) -com.jaredrummler.android.colorpicker.R$styleable: int ActionBarLayout_android_layout_gravity -androidx.constraintlayout.widget.R$styleable: int StateListDrawable_android_dither -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void onPause() -wangdaye.com.geometricweather.R$styleable: int KeyTrigger_triggerId -wangdaye.com.geometricweather.R$style: int PreferenceFragment -wangdaye.com.geometricweather.R$id: int action_bar_container -com.tencent.bugly.crashreport.biz.a: android.content.ContentValues a(com.tencent.bugly.crashreport.biz.UserInfoBean) -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: int Level -com.jaredrummler.android.colorpicker.R$styleable: int Preference_enabled -com.xw.repo.bubbleseekbar.R$attr: int toolbarStyle -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Spinner_DropDown -com.google.android.material.R$styleable: int[] MaterialButton -okhttp3.RealCall: okio.Timeout timeout() -com.tencent.bugly.proguard.g: g(java.lang.String) -com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_padding_vertical -wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_summaryOn -wangdaye.com.geometricweather.R$id: int item_aqi_content -androidx.lifecycle.ReflectiveGenericLifecycleObserver: ReflectiveGenericLifecycleObserver(java.lang.Object) -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow -okhttp3.internal.http2.Hpack$Reader: void insertIntoDynamicTable(int,okhttp3.internal.http2.Header) -io.reactivex.internal.subscriptions.DeferredScalarSubscription: int HAS_REQUEST_NO_VALUE -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationApi -wangdaye.com.geometricweather.R$layout: int design_navigation_item_separator -wangdaye.com.geometricweather.R$string: int abc_action_menu_overflow_description -com.jaredrummler.android.colorpicker.R$dimen: int abc_control_padding_material -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorButtonNormal -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: java.lang.String logo -androidx.lifecycle.ViewModelProviders: androidx.lifecycle.ViewModelProvider of(androidx.fragment.app.Fragment,androidx.lifecycle.ViewModelProvider$Factory) -james.adaptiveicon.R$styleable: int[] AppCompatSeekBar -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_verticalGap -com.google.android.material.R$style: int Widget_Design_TextInputEditText -com.tencent.bugly.crashreport.common.strategy.StrategyBean: java.lang.String r -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: int activeCount -android.didikee.donate.R$styleable: int ActionBar_hideOnContentScroll -androidx.legacy.coreutils.R$drawable: int notification_icon_background -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_motionProgress -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_shouldDisableView -okhttp3.ConnectionSpec: java.lang.String[] tlsVersions -io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function3) -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: int Rank -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceListItemSmall -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionButton_Overflow -wangdaye.com.geometricweather.R$layout: int container_main_footer -wangdaye.com.geometricweather.common.basic.models.weather.UV: int UV_INDEX_LOW -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void request(long) -wangdaye.com.geometricweather.R$attr: int seekBarPreferenceStyle -com.xw.repo.bubbleseekbar.R$attr: int actionBarTabStyle -com.google.android.material.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding -com.google.android.material.R$styleable: int[] ClockFaceView -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: void setFrom(java.util.Date) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: java.lang.String Category -wangdaye.com.geometricweather.R$styleable: int BottomAppBar_paddingRightSystemWindowInsets -james.adaptiveicon.R$string: R$string() -androidx.appcompat.widget.Toolbar: int getContentInsetStart() -james.adaptiveicon.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar -io.reactivex.internal.util.VolatileSizeArrayList: java.util.ArrayList list -com.google.android.material.R$styleable: int MenuItem_actionViewClass -okhttp3.Cache: void abortQuietly(okhttp3.internal.cache.DiskLruCache$Editor) -com.jaredrummler.android.colorpicker.R$attr: int textAppearancePopupMenuHeader -androidx.cardview.widget.CardView: void setCardBackgroundColor(android.content.res.ColorStateList) -androidx.preference.MultiSelectListPreferenceDialogFragmentCompat: MultiSelectListPreferenceDialogFragmentCompat() -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_6 -androidx.preference.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu -androidx.constraintlayout.widget.R$attr: int background -com.turingtechnologies.materialscrollbar.R$string: int abc_capital_on -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeThunderstormPrecipitationDuration -com.amap.api.location.AMapLocationClientOption: boolean e -androidx.constraintlayout.widget.R$styleable: int MotionScene_layoutDuringTransition -okhttp3.internal.Util: java.nio.charset.Charset UTF_16_LE -androidx.constraintlayout.widget.R$id: int action_mode_close_button -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_android_font -androidx.appcompat.R$attr: int colorControlActivated -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: long serialVersionUID -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property CloudCover -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Weather: java.lang.String icon -com.google.android.material.R$attr: int deriveConstraintsFrom -com.google.android.material.textfield.TextInputLayout: void setEndIconDrawable(android.graphics.drawable.Drawable) -androidx.constraintlayout.widget.R$id: int alertTitle -com.google.gson.FieldNamingPolicy -androidx.lifecycle.OnLifecycleEvent -com.amap.api.location.AMapLocationClientOption$GeoLanguage: com.amap.api.location.AMapLocationClientOption$GeoLanguage[] a -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating: AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating() -com.google.android.material.R$styleable: int AppCompatTheme_dialogCornerRadius -cyanogenmod.app.IProfileManager: boolean removeProfile(cyanogenmod.app.Profile) -wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout -android.didikee.donate.R$id: int icon -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: org.reactivestreams.Subscription upstream -wangdaye.com.geometricweather.R$id: int cancel_button -cyanogenmod.app.ICustomTileListener$Stub$Proxy -james.adaptiveicon.R$color: int accent_material_dark -retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory -androidx.appcompat.resources.R$styleable: int GradientColor_android_startX -androidx.appcompat.R$dimen: int abc_control_corner_material -com.google.android.material.R$color: int bright_foreground_material_light -wangdaye.com.geometricweather.R$id: int SHOW_PROGRESS -com.tencent.bugly.crashreport.common.strategy.a: void a(com.tencent.bugly.proguard.ap) -com.google.android.material.R$dimen: int material_filled_edittext_font_1_3_padding_top -androidx.lifecycle.extensions.R$style -com.bumptech.glide.R$attr: int coordinatorLayoutStyle -cyanogenmod.providers.DataUsageContract: int COLUMN_OF_FAST_SAMPLES -androidx.preference.R$style: int TextAppearance_AppCompat_Medium_Inverse -cyanogenmod.weather.WeatherInfo$DayForecast: boolean equals(java.lang.Object) -com.google.android.material.R$string: int abc_menu_delete_shortcut_label -com.google.android.material.R$style: int Theme_AppCompat_Light_DarkActionBar -wangdaye.com.geometricweather.R$string: int material_timepicker_select_time -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property UvLevel -com.google.android.material.R$styleable: int Layout_layout_constraintHeight_default -com.google.android.material.R$dimen: int material_helper_text_font_1_3_padding_top -androidx.vectordrawable.R$layout: int notification_action_tombstone -androidx.appcompat.R$styleable: int AppCompatSeekBar_android_thumb -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: io.reactivex.ObservableEmitter serialize() -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title -androidx.preference.R$styleable -android.didikee.donate.R$layout: int abc_alert_dialog_material -io.reactivex.Observable: io.reactivex.Observable onErrorReturnItem(java.lang.Object) -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox -wangdaye.com.geometricweather.db.entities.LocationEntityDao: wangdaye.com.geometricweather.db.entities.LocationEntity readEntity(android.database.Cursor,int) -cyanogenmod.hardware.ICMHardwareService: java.lang.String getSerialNumber() -com.xw.repo.bubbleseekbar.R$attr: int bsb_show_section_mark -wangdaye.com.geometricweather.R$dimen: int design_tab_scrollable_min_width -okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex: java.lang.reflect.Method findByIssuerAndSignatureMethod -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$6: void run() -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_light -androidx.recyclerview.widget.RecyclerView: boolean getPreserveFocusAfterLayout() -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWindDegree(wangdaye.com.geometricweather.common.basic.models.weather.WindDegree) -com.turingtechnologies.materialscrollbar.R$color: int mtrl_chip_ripple_color -com.google.android.gms.location.ActivityTransition -com.xw.repo.bubbleseekbar.R$attr: int selectableItemBackground -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: void run() -androidx.constraintlayout.widget.R$drawable: int abc_text_cursor_material -cyanogenmod.app.Profile: int getNotificationLightMode() -androidx.lifecycle.LifecycleRegistry: LifecycleRegistry(androidx.lifecycle.LifecycleOwner) -android.didikee.donate.R$styleable: int ActionBar_background -com.google.android.material.R$attr: int boxBackgroundMode -io.reactivex.Observable: io.reactivex.Observable startWith(io.reactivex.ObservableSource) -com.google.android.material.R$styleable: int ConstraintSet_flow_lastHorizontalStyle -cyanogenmod.providers.DataUsageContract: android.net.Uri CONTENT_URI -io.reactivex.exceptions.CompositeException: void printStackTrace() -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: void onComplete() -wangdaye.com.geometricweather.R$drawable: int cpv_ic_arrow_right_black_24dp -cyanogenmod.weather.WeatherInfo$1 -cyanogenmod.app.Profile$ExpandedDesktopMode: int DISABLE -wangdaye.com.geometricweather.R$id: int dialog_location_help_permissionContainer -wangdaye.com.geometricweather.R$dimen: int mtrl_chip_pressed_translation_z -wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayWeekProvider -wangdaye.com.geometricweather.R$dimen: int widget_grid_2 -androidx.appcompat.widget.SearchView: int getInputType() -androidx.vectordrawable.animated.R$dimen: int notification_action_icon_size -wangdaye.com.geometricweather.R$style: int Preference_Information -retrofit2.OkHttpCall$1 -okhttp3.internal.http2.PushObserver: void onReset(int,okhttp3.internal.http2.ErrorCode) -com.xw.repo.bubbleseekbar.R$attr: int viewInflaterClass -okhttp3.Cache$CacheResponseBody: long contentLength() -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setMockEnable(boolean) -com.tencent.bugly.crashreport.common.strategy.a: void a(long) -wangdaye.com.geometricweather.background.polling.permanent.observer.TimeObserverService -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_27 -android.didikee.donate.R$styleable: int AppCompatTheme_windowFixedWidthMajor -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String WALLPAPER_PREVIEW -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxStrokeWidthFocused -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_startIconCheckable -org.greenrobot.greendao.DaoException: DaoException() -com.google.android.material.R$styleable: int Layout_layout_constraintRight_creator -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_show_section_mark -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleMargins -androidx.constraintlayout.widget.R$id: int pathRelative -com.google.android.material.R$attr: int flow_lastVerticalBias -android.didikee.donate.R$styleable: int Toolbar_titleTextAppearance -androidx.preference.R$style: int Base_Widget_AppCompat_ListPopupWindow -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: ObservableConcatMapMaybe$ConcatMapMaybeMainObserver(io.reactivex.Observer,io.reactivex.functions.Function,int,io.reactivex.internal.util.ErrorMode) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_BRIGHTNESS_CONTROL_VALIDATOR -cyanogenmod.app.suggest.ApplicationSuggestion: ApplicationSuggestion(android.os.Parcel,cyanogenmod.app.suggest.ApplicationSuggestion$1) -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_PopupMenu -androidx.hilt.work.R$dimen: int notification_small_icon_size_as_large -com.google.android.material.internal.NavigationMenuItemView: void setIcon(android.graphics.drawable.Drawable) -androidx.customview.R$id: int chronometer -android.didikee.donate.R$styleable: int AppCompatTheme_buttonBarStyle -cyanogenmod.weather.CMWeatherManager$2$1: CMWeatherManager$2$1(cyanogenmod.weather.CMWeatherManager$2,cyanogenmod.weather.CMWeatherManager$WeatherUpdateRequestListener,int,cyanogenmod.weather.WeatherInfo) -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub: cyanogenmod.weather.IWeatherServiceProviderChangeListener asInterface(android.os.IBinder) -com.jaredrummler.android.colorpicker.R$attr: int actionBarItemBackground -androidx.coordinatorlayout.R$dimen: int notification_main_column_padding_top -wangdaye.com.geometricweather.R$drawable: int notif_temp_119 -com.tencent.bugly.crashreport.crash.a: long a -cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode mRingerMode -wangdaye.com.geometricweather.R$id: int activity_widget_config_alignEndContainer -androidx.lifecycle.ViewModelProvider: androidx.lifecycle.ViewModelProvider$Factory mFactory -com.google.android.material.R$styleable: int Layout_layout_editor_absoluteX -wangdaye.com.geometricweather.R$styleable: int SwitchPreference_android_disableDependentsState -android.didikee.donate.R$string: int abc_searchview_description_search -okhttp3.EventListener: void requestBodyStart(okhttp3.Call) -com.turingtechnologies.materialscrollbar.R$color: int abc_search_url_text_pressed -com.google.android.material.R$attr: int itemRippleColor -okhttp3.Response$Builder: okhttp3.Response$Builder code(int) -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getMoldLevel() -com.tencent.bugly.crashreport.inner.InnerApi: void postH5CrashAsync(java.lang.Thread,java.lang.String,java.lang.String,java.lang.String,java.util.Map) -androidx.preference.R$styleable: int[] PreferenceImageView -com.google.android.material.R$styleable: int Constraint_flow_lastVerticalBias -com.turingtechnologies.materialscrollbar.R$string: int search_menu_title -androidx.appcompat.widget.SwitchCompat: void setSwitchTypeface(android.graphics.Typeface) -androidx.preference.R$integer -com.tencent.bugly.crashreport.common.strategy.StrategyBean: StrategyBean() -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle -android.didikee.donate.R$styleable: int[] AppCompatTextView -com.google.android.material.R$dimen: int abc_text_size_display_2_material -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Spinner_Underlined -retrofit2.ServiceMethod: java.lang.Object invoke(java.lang.Object[]) -com.baidu.location.e.l$b: int d(com.baidu.location.e.l$b) -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHeight_percent -cyanogenmod.weather.WeatherInfo$DayForecast: java.lang.String toString() -androidx.lifecycle.ProcessLifecycleOwner: void activityStarted() -cyanogenmod.providers.CMSettings$Global: float getFloatForUser(android.content.ContentResolver,java.lang.String,float,int) -com.tencent.bugly.crashreport.crash.e: com.tencent.bugly.crashreport.common.strategy.a c -okhttp3.internal.platform.AndroidPlatform$CloseGuard: java.lang.reflect.Method getMethod -com.turingtechnologies.materialscrollbar.R$layout: int mtrl_layout_snackbar -android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar -okio.Buffer: short readShort() -com.google.android.material.R$color: int material_slider_inactive_track_color -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.MinutelyEntityDao minutelyEntityDao -wangdaye.com.geometricweather.R$string: int wind_6 -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DialogWhenLarge -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_autoSizeTextType -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title -androidx.loader.R$dimen: int notification_action_icon_size -androidx.preference.R$styleable: int AppCompatSeekBar_tickMarkTintMode -com.google.android.material.R$attr: int thumbRadius -com.google.android.material.R$dimen: int mtrl_slider_halo_radius -cyanogenmod.app.Profile$ProfileTrigger$1: java.lang.Object createFromParcel(android.os.Parcel) -io.reactivex.internal.util.NotificationLite: io.reactivex.internal.util.NotificationLite[] values() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int PrecipitationProbability -io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: void clear() -james.adaptiveicon.R$color: int primary_dark_material_dark -james.adaptiveicon.R$attr: int colorPrimary -androidx.constraintlayout.widget.R$color: int highlighted_text_material_light -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_HelperText -com.turingtechnologies.materialscrollbar.R$styleable: int[] Snackbar -retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: boolean isAsync -com.google.android.material.R$styleable: int MaterialButtonToggleGroup_singleSelection -androidx.activity.R$styleable: int[] ColorStateListItem -wangdaye.com.geometricweather.R$styleable: int SlidingItemContainerLayout_backgroundColorStart -androidx.recyclerview.R$id: int chronometer -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX -retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isMaybe -james.adaptiveicon.R$attr: int buttonStyleSmall -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: int state -wangdaye.com.geometricweather.R$dimen: int abc_text_size_button_material -com.google.android.material.radiobutton.MaterialRadioButton: MaterialRadioButton(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$string: int refresh_at -androidx.fragment.R$anim: int fragment_fast_out_extra_slow_in -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_fontVariationSettings -wangdaye.com.geometricweather.R$id: int widget_day_title -androidx.constraintlayout.widget.Placeholder: Placeholder(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.HourlyEntity) -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ListMenuView -okhttp3.Response: int code() -okhttp3.OkHttpClient: javax.net.ssl.SSLSocketFactory sslSocketFactory -cyanogenmod.providers.CMSettings$DelimitedListValidator: CMSettings$DelimitedListValidator(java.lang.String[],java.lang.String,boolean) -wangdaye.com.geometricweather.R$styleable: int SearchView_voiceIcon -retrofit2.BuiltInConverters$RequestBodyConverter: okhttp3.RequestBody convert(okhttp3.RequestBody) -wangdaye.com.geometricweather.R$attr: int listItemLayout -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_deriveConstraintsFrom -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small -androidx.lifecycle.LifecycleService: LifecycleService() -cyanogenmod.app.Profile: cyanogenmod.profiles.ConnectionSettings getSettingsForConnection(int) -org.greenrobot.greendao.AbstractDao: void update(java.lang.Object) -com.xw.repo.bubbleseekbar.R$attr: int fontStyle -androidx.recyclerview.widget.LinearLayoutManager: LinearLayoutManager(android.content.Context,android.util.AttributeSet,int,int) -androidx.fragment.R$dimen: int notification_large_icon_height -com.google.android.material.tabs.TabLayout: void setupWithViewPager(androidx.viewpager.widget.ViewPager) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: int RelativeHumidity -com.google.android.material.R$dimen: int abc_dialog_fixed_height_minor -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility: AccuCurrentResult$Visibility() -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float rainPrecipitationProbability -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: void setPubTime(java.lang.String) -wangdaye.com.geometricweather.R$string: int feedback_collect_succeed -com.tencent.bugly.crashreport.crash.CrashDetailBean: long a -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: void onComplete() -com.tencent.bugly.crashreport.crash.b: boolean a(com.tencent.bugly.crashreport.crash.CrashDetailBean,int) -androidx.constraintlayout.widget.R$style: int Base_V7_Theme_AppCompat_Light -james.adaptiveicon.R$drawable: int abc_text_select_handle_middle_mtrl_light -okhttp3.internal.cache.DiskLruCache: long getMaxSize() -androidx.core.R$id: int tag_unhandled_key_event_manager -com.jaredrummler.android.colorpicker.R$layout: int abc_activity_chooser_view_list_item -cyanogenmod.providers.CMSettings$Secure: java.lang.String BUTTON_BACKLIGHT_TIMEOUT -okhttp3.WebSocketListener: void onClosed(okhttp3.WebSocket,int,java.lang.String) -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: long serialVersionUID -com.google.android.material.R$color: int checkbox_themeable_attribute_color -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Bridge -com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String v -android.didikee.donate.R$drawable: int abc_ic_arrow_drop_right_black_24dp -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: java.util.Date date -androidx.preference.R$style: int TextAppearance_AppCompat_Button -com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_android_dialogTitle -okhttp3.CacheControl$Builder: boolean onlyIfCached -okhttp3.internal.http2.Http2Connection: long bytesLeftInWriteWindow -cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent[] values() -okhttp3.internal.http2.Http2Stream: long bytesLeftInWriteWindow -wangdaye.com.geometricweather.common.basic.models.weather.Base: java.lang.String cityId -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.lang.Integer stormHazard -cyanogenmod.app.LiveLockScreenManager: android.content.Context mContext -io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: io.reactivex.Observer downstream -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Display4 -androidx.appcompat.R$styleable: int ActionBar_divider -org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database getEncryptedReadableDb(java.lang.String) -com.jaredrummler.android.colorpicker.R$dimen: int abc_seekbar_track_progress_height_material -androidx.lifecycle.extensions.R$color: int notification_action_color_filter -androidx.customview.R$id: int info -androidx.core.R$layout: int custom_dialog -wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setCloudCover(java.lang.Integer) -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat -wangdaye.com.geometricweather.R$styleable: int[] Insets -com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status CLEARED -com.jaredrummler.android.colorpicker.R$id: int notification_main_column -wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit: java.lang.String getCloudCoverText(int) -com.xw.repo.bubbleseekbar.R$attr: int bsb_min -com.google.android.material.R$id: int stop -androidx.swiperefreshlayout.R$styleable: int SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor -okhttp3.Headers: okhttp3.Headers of(java.lang.String[]) -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored -io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: org.reactivestreams.Subscriber downstream -com.google.android.material.slider.BaseSlider: void setValues(java.lang.Float[]) -com.jaredrummler.android.colorpicker.R$attr: int editTextBackground -com.google.android.material.R$color: int material_timepicker_button_stroke -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void innerNext() -com.amap.api.location.AMapLocation: int ERROR_CODE_INVALID_PARAMETER -androidx.vectordrawable.animated.R$dimen: int notification_main_column_padding_top -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: io.reactivex.Observer downstream -androidx.viewpager2.R$id: int accessibility_custom_action_14 -androidx.lifecycle.LifecycleRegistry: boolean isSynced() -androidx.recyclerview.widget.RecyclerView$LayoutManager$Properties -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: java.lang.Object item -androidx.appcompat.R$styleable: int[] TextAppearance -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area$LastAction: java.lang.String English -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIcon -retrofit2.Converter$Factory: retrofit2.Converter responseBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) -wangdaye.com.geometricweather.R$color: int colorLine_dark -com.google.android.material.R$attr: int growMode -wangdaye.com.geometricweather.R$string: int common_google_play_services_wear_update_text -androidx.legacy.coreutils.R$styleable: int GradientColor_android_endY -androidx.preference.R$attr: int autoCompleteTextViewStyle -androidx.preference.R$id: int accessibility_custom_action_26 -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox -com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource RESOURCE_DISK_CACHE -androidx.appcompat.resources.R$styleable: int[] AnimatedStateListDrawableTransition -com.tencent.bugly.proguard.ai: void a(java.lang.StringBuilder,int) -com.google.android.material.R$id: int on -androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State valueOf(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int Chip_closeIconStartPadding -android.didikee.donate.R$dimen: int abc_action_button_min_width_material -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_activityChooserViewStyle -com.google.android.material.R$dimen: int abc_panel_menu_list_width -com.github.rahatarmanahmed.cpv.CircularProgressView$8: float val$maxSweep -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_SeekBar_Discrete -cyanogenmod.platform.Manifest$permission: java.lang.String MANAGE_ALARMS -wangdaye.com.geometricweather.R$attr: int alphabeticModifiers -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Large -cyanogenmod.providers.CMSettings$System: java.lang.String PROXIMITY_ON_WAKE -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: java.util.concurrent.atomic.AtomicBoolean shouldConnect -androidx.activity.R$styleable: R$styleable() -androidx.recyclerview.R$dimen: int notification_subtext_size -androidx.activity.R$styleable: int FontFamilyFont_fontVariationSettings -org.greenrobot.greendao.AbstractDao: java.lang.Object loadCurrentOther(org.greenrobot.greendao.AbstractDao,android.database.Cursor,int) -androidx.constraintlayout.widget.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog -androidx.appcompat.resources.R$styleable: int[] GradientColor -androidx.preference.R$color: int preference_fallback_accent_color -com.google.android.material.R$color: int design_default_color_secondary_variant -com.google.android.material.R$dimen: int compat_notification_large_icon_max_width -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval valueOf(java.lang.String) -androidx.preference.R$attr: int contentDescription -okhttp3.CacheControl$Builder: boolean immutable -com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableTransition_android_fromId -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property So2 -com.turingtechnologies.materialscrollbar.R$color: int error_color_material_light -com.turingtechnologies.materialscrollbar.R$attr: int hintEnabled -com.google.android.material.R$styleable: int MaterialButton_backgroundTintMode -androidx.vectordrawable.R$attr: int fontProviderFetchTimeout -okio.GzipSource: byte SECTION_TRAILER -androidx.preference.R$styleable: int AnimatedStateListDrawableItem_android_drawable -okio.GzipSource: void close() -androidx.recyclerview.R$id: int accessibility_action_clickable_span -androidx.work.R$dimen: int compat_button_inset_horizontal_material -androidx.transition.R$id: int info -com.turingtechnologies.materialscrollbar.R$styleable: int[] GradientColor -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder authenticator(okhttp3.Authenticator) -wangdaye.com.geometricweather.R$attr: int layoutManager -androidx.hilt.work.R$drawable: int notification_bg_normal -james.adaptiveicon.R$id: int icon -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property Date -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Large -com.google.android.material.R$styleable: int ConstraintSet_layout_goneMarginEnd -androidx.lifecycle.ViewModel: java.lang.Object getTag(java.lang.String) -wangdaye.com.geometricweather.R$attr: int iconEndPadding -com.bumptech.glide.R$string: R$string() -android.didikee.donate.R$style: int Widget_AppCompat_ListPopupWindow -com.google.android.material.R$dimen: int abc_disabled_alpha_material_light -android.didikee.donate.R$styleable: int TextAppearance_android_shadowDy -com.tencent.bugly.proguard.p: com.tencent.bugly.proguard.p a() -com.google.android.material.tabs.TabLayout: void setSelectedTabView(int) -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabInlineLabel -com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol: int getValue() -android.didikee.donate.R$id: int always -com.google.gson.stream.JsonReader: void consumeNonExecutePrefix() -com.turingtechnologies.materialscrollbar.R$string: int abc_searchview_description_voice -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_SearchView -com.github.rahatarmanahmed.cpv.CircularProgressView$6: void onAnimationUpdate(android.animation.ValueAnimator) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: double HoursOfSun -com.google.android.material.R$styleable: int MaterialTextAppearance_lineHeight -retrofit2.Invocation: java.util.List arguments -cyanogenmod.app.CustomTile$Builder: android.content.Context mContext -cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setTimestamp(long) -okio.RealBufferedSource: void readFully(byte[]) -androidx.lifecycle.SavedStateViewModelFactory: androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory mFactory -androidx.preference.R$dimen -com.google.android.material.R$attr: int daySelectedStyle -cyanogenmod.weather.WeatherInfo$DayForecast$Builder: cyanogenmod.weather.WeatherInfo$DayForecast$Builder setLow(double) -com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState SUCCESS -com.jaredrummler.android.colorpicker.R$layout: int notification_template_part_time -androidx.recyclerview.R$drawable -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property RelativeHumidity -com.google.android.material.R$styleable: int StateListDrawable_android_visible -cyanogenmod.weather.WeatherInfo: void writeToParcel(android.os.Parcel,int) -androidx.activity.R$id: int accessibility_custom_action_21 -okhttp3.Request$Builder: okhttp3.Request$Builder removeHeader(java.lang.String) -androidx.preference.R$styleable: int MenuView_android_windowAnimationStyle -retrofit2.http.GET: java.lang.String value() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String weatherEnd -james.adaptiveicon.R$styleable: int AppCompatTheme_borderlessButtonStyle -com.tencent.bugly.crashreport.crash.anr.b -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: long remaining -androidx.core.app.RemoteActionCompatParcelizer -androidx.coordinatorlayout.widget.CoordinatorLayout: androidx.core.view.WindowInsetsCompat getLastWindowInsets() -androidx.viewpager.R$dimen: int notification_content_margin_start -com.google.android.material.chip.ChipGroup: void setChipSpacingHorizontalResource(int) -wangdaye.com.geometricweather.R$color: int design_fab_stroke_end_inner_color -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_DropDownItem -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: java.util.Date getTo() -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceScreenStyle -wangdaye.com.geometricweather.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable -androidx.appcompat.widget.AppCompatEditText: AppCompatEditText(android.content.Context,android.util.AttributeSet,int) -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onAttach_0 -okhttp3.Response$Builder: okhttp3.Response$Builder body(okhttp3.ResponseBody) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Position: MfCurrentResult$Position() -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoldDescription -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver -androidx.recyclerview.R$id: int accessibility_custom_action_14 -android.didikee.donate.R$style: int Base_V21_Theme_AppCompat_Light -wangdaye.com.geometricweather.db.entities.LocationEntity: void setResidentPosition(boolean) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: java.lang.String MobileLink -com.google.android.material.R$attr: int iconTint -androidx.fragment.app.FragmentState -androidx.appcompat.R$attr: int editTextBackground -androidx.appcompat.widget.FitWindowsFrameLayout: FitWindowsFrameLayout(android.content.Context,android.util.AttributeSet) -james.adaptiveicon.R$attr: int subtitleTextStyle -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_passwordToggleDrawable -androidx.preference.R$attr: int orderingFromXml -androidx.constraintlayout.widget.R$styleable: int AppCompatImageView_android_src -com.tencent.bugly.crashreport.common.strategy.StrategyBean: boolean o -com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_layout_keyline -com.google.android.material.R$color: int design_dark_default_color_on_surface -com.github.rahatarmanahmed.cpv.R$attr: int cpv_indeterminate -com.amap.api.fence.PoiItem$1 -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_itemPadding -wangdaye.com.geometricweather.R$layout: int item_tag -com.turingtechnologies.materialscrollbar.R$styleable: int TouchScrollBar_msb_autoHide -io.reactivex.Observable: java.lang.Iterable blockingIterable(int) -okhttp3.internal.http2.Http2Connection: int INTERVAL_PING -androidx.drawerlayout.R$id: int info -androidx.constraintlayout.motion.widget.MotionLayout: int[] getConstraintSetIds() -com.google.android.material.textfield.TextInputLayout: void setHintInternal(java.lang.CharSequence) -com.bumptech.glide.integration.okhttp.R$dimen: int compat_button_padding_horizontal_material -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionButton -james.adaptiveicon.R$attr: int actionBarSplitStyle -cyanogenmod.providers.CMSettings$3 -wangdaye.com.geometricweather.R$string: int wind_2 -okhttp3.Request$Builder: okhttp3.Request$Builder method(java.lang.String,okhttp3.RequestBody) -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setWindChillTemperature(java.lang.Integer) -androidx.constraintlayout.widget.R$id: int middle -androidx.constraintlayout.widget.R$id: int up -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: io.reactivex.Observer downstream -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver this$0 -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_TextView_SpinnerItem -okhttp3.internal.ws.RealWebSocket: void onReadPing(okio.ByteString) -androidx.preference.R$drawable: int abc_btn_colored_material -retrofit2.RequestBuilder: void addPathParam(java.lang.String,java.lang.String,boolean) -androidx.appcompat.R$color: int switch_thumb_disabled_material_dark -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean filterSigabrtSysLog() -okhttp3.internal.ws.RealWebSocket$Streams: okio.BufferedSink sink -james.adaptiveicon.R$styleable: int AppCompatTheme_alertDialogCenterButtons -android.didikee.donate.R$integer: int abc_config_activityDefaultDur -com.google.android.material.R$styleable: int TextInputLayout_errorIconTint -com.google.android.material.chip.ChipGroup: void setFlexWrap(int) -com.google.android.material.R$style: int Base_Theme_AppCompat_Dialog_Alert -androidx.appcompat.R$styleable: int TextAppearance_android_fontFamily -com.google.android.material.R$dimen: int design_bottom_navigation_item_min_width -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust WindGust -com.google.android.material.R$dimen: int design_bottom_navigation_active_item_min_width -androidx.lifecycle.ServiceLifecycleDispatcher: androidx.lifecycle.Lifecycle getLifecycle() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_139 -wangdaye.com.geometricweather.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeIcePrecipitationProbability(java.lang.Float) -okhttp3.ConnectionSpec$Builder: java.lang.String[] cipherSuites -com.google.android.material.R$interpolator: int fast_out_slow_in -wangdaye.com.geometricweather.R$id: int grassTitle -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode WIND -wangdaye.com.geometricweather.R$id: int always -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ImageButton -okhttp3.Cookie$Builder: boolean secure -io.reactivex.Observable: io.reactivex.Observable interval(long,java.util.concurrent.TimeUnit) -com.turingtechnologies.materialscrollbar.R$attr: int tabIndicator -okio.RealBufferedSource: int read(byte[]) -androidx.preference.R$drawable: int abc_ratingbar_indicator_material -androidx.vectordrawable.R$drawable: int notification_bg -com.google.android.material.R$style: int Widget_MaterialComponents_Slider -cyanogenmod.util.ColorUtils: int[] SOLID_COLORS -androidx.vectordrawable.R$attr: int fontVariationSettings -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_autoSizeMaxTextSize -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_AES_256_CBC_SHA -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_iconTintMode -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintBaseline_creator -androidx.preference.EditTextPreference: EditTextPreference(android.content.Context,android.util.AttributeSet) -retrofit2.converter.gson.GsonConverterFactory: retrofit2.converter.gson.GsonConverterFactory create() -com.jaredrummler.android.colorpicker.R$id: int split_action_bar -okio.ByteString: okio.ByteString toAsciiLowercase() -androidx.constraintlayout.widget.R$styleable: int KeyTrigger_motionTarget -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation -com.google.android.material.timepicker.ChipTextInputComboView: ChipTextInputComboView(android.content.Context,android.util.AttributeSet) -android.didikee.donate.R$drawable: int abc_text_select_handle_middle_mtrl_dark -okio.ByteString: void write(okio.Buffer) -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation -wangdaye.com.geometricweather.R$id: int item_about_link_text -androidx.work.R$dimen: int notification_right_side_padding_top -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Headline2 -wangdaye.com.geometricweather.R$id: int graph_wrap -com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource LOCAL -androidx.preference.R$interpolator: R$interpolator() -androidx.preference.R$dimen: int abc_seekbar_track_progress_height_material -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_fabCustomSize -retrofit2.RequestFactory: java.lang.String relativeUrl -com.tencent.bugly.proguard.y$a: y$a(java.lang.String) -com.google.android.material.R$color: int ripple_material_light -android.didikee.donate.R$layout: int abc_search_view -com.google.android.material.R$style: int Widget_MaterialComponents_NavigationView -com.amap.api.location.AMapLocation: java.lang.String h(com.amap.api.location.AMapLocation,java.lang.String) -androidx.hilt.lifecycle.R$dimen: int notification_subtext_size -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_TextInputLayout -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_AM_PM_VALIDATOR -androidx.constraintlayout.widget.R$color: int bright_foreground_inverse_material_dark -cyanogenmod.themes.ThemeManager$1$2: boolean val$isSuccess -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver(io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver) -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex inTwoDays -james.adaptiveicon.R$attr: int actionBarPopupTheme -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult: java.util.List dailyForecasts -com.google.android.material.R$color: int abc_secondary_text_material_light -wangdaye.com.geometricweather.R$attr: int transitionFlags -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_trackTintMode -androidx.viewpager2.R$style: int TextAppearance_Compat_Notification_Title -com.google.android.material.R$attr: int listChoiceIndicatorMultipleAnimated -com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getTickInactiveTintList() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onDetach() -androidx.fragment.R$id: int right_side -androidx.lifecycle.ViewModelProvider$NewInstanceFactory: ViewModelProvider$NewInstanceFactory() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean -okhttp3.internal.http2.Http2: byte TYPE_DATA -androidx.legacy.coreutils.R$dimen: int notification_top_pad -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_panelMenuListWidth -androidx.transition.R$styleable: int FontFamilyFont_android_fontStyle -androidx.constraintlayout.widget.R$attr: int titleMarginEnd -androidx.work.R$integer -okhttp3.internal.http1.Http1Codec$ChunkedSource -com.xw.repo.bubbleseekbar.R$layout: int abc_screen_simple_overlay_action_mode -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Bridge -wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: java.lang.String getProviderName(android.content.Context) -com.google.android.material.R$styleable: int Constraint_layout_constraintLeft_creator -com.jaredrummler.android.colorpicker.R$anim: int abc_popup_exit -wangdaye.com.geometricweather.db.entities.DailyEntity: void setHoursOfSun(float) -cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_setDefaultPhoneSub -wangdaye.com.geometricweather.R$layout: int container_circular_sky_view -com.turingtechnologies.materialscrollbar.R$dimen: int design_tab_max_width -james.adaptiveicon.R$style: int Widget_AppCompat_Button_Colored -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Toolbar_Surface -com.google.android.material.R$style: int Base_TextAppearance_MaterialComponents_Button -com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_buttonPanelSideLayout -wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_shadow_height -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_84 -com.google.android.material.R$attr: int prefixTextColor -com.google.android.material.R$styleable: int KeyAttribute_android_rotationX -com.google.android.material.R$styleable: int MockView_mock_diagonalsColor -com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_selectionRequired -cyanogenmod.providers.WeatherContract$WeatherColumns$WindSpeedUnit: int MPH -james.adaptiveicon.R$styleable: int Spinner_android_entries -cyanogenmod.weather.WeatherInfo$DayForecast -okhttp3.internal.http2.Http2Connection$6: okhttp3.internal.http2.Http2Connection this$0 -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_title -wangdaye.com.geometricweather.R$string: int abc_action_bar_up_description -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean onPreparePanel(int,android.view.View,android.view.Menu) -okhttp3.internal.connection.RealConnection: void connect(int,int,int,int,boolean,okhttp3.Call,okhttp3.EventListener) -androidx.core.R$styleable: int GradientColor_android_type -com.turingtechnologies.materialscrollbar.R$attr: int thumbTint -cyanogenmod.app.CMStatusBarManager: CMStatusBarManager(android.content.Context) -james.adaptiveicon.R$string: int abc_capital_on -androidx.preference.R$style: int Widget_AppCompat_ActivityChooserView -androidx.preference.R$id: int accessibility_custom_action_17 -okhttp3.internal.http2.Http2Connection$2: Http2Connection$2(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[],int,long) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_APP_SWITCH_ACTION_VALIDATOR -androidx.drawerlayout.R$styleable: int[] GradientColorItem -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_height -androidx.constraintlayout.widget.R$color: int abc_primary_text_material_dark -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Display1 -androidx.fragment.R$style: R$style() -androidx.hilt.work.R$layout: int notification_action -com.xw.repo.bubbleseekbar.R$styleable: int ViewStubCompat_android_layout -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_6 -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 -okhttp3.CertificatePinner$Builder: java.util.List pins -com.jaredrummler.android.colorpicker.ColorPanelView: void setBorderColor(int) -com.google.android.material.bottomnavigation.BottomNavigationView: void setOnNavigationItemReselectedListener(com.google.android.material.bottomnavigation.BottomNavigationView$OnNavigationItemReselectedListener) -androidx.work.NetworkType: androidx.work.NetworkType[] values() -androidx.constraintlayout.widget.R$anim: int btn_radio_to_on_mtrl_ring_outer_animation -com.google.android.material.internal.NavigationMenuItemView: androidx.appcompat.view.menu.MenuItemImpl getItemData() -wangdaye.com.geometricweather.common.rxjava.BaseObserver: void onComplete() -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: boolean IsDaylight -com.google.android.material.navigation.NavigationView$SavedState: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$drawable: int selectable_ripple -androidx.constraintlayout.widget.ConstraintLayout: void setOptimizationLevel(int) -wangdaye.com.geometricweather.R$attr: int colorPrimarySurface -wangdaye.com.geometricweather.R$attr: int flow_lastVerticalStyle -okhttp3.internal.cache.DiskLruCache$Entry: void writeLengths(okio.BufferedSink) -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse -com.jaredrummler.android.colorpicker.R$style: int Preference_SwitchPreference_Material -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void innerComplete() -com.xw.repo.bubbleseekbar.R$id: int action_menu_divider -io.reactivex.internal.schedulers.AbstractDirectTask: java.lang.Thread runner -wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_handleOffColor -wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle CITIES -james.adaptiveicon.R$color: int material_grey_600 -wangdaye.com.geometricweather.R$color: int design_default_color_surface -com.tencent.bugly.proguard.am: am() -james.adaptiveicon.R$drawable: int notification_template_icon_low_bg -okhttp3.Cache$1: okhttp3.Response get(okhttp3.Request) -android.support.v4.os.IResultReceiver$Stub$Proxy: void send(int,android.os.Bundle) -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean isSunlightEnhancementSelfManaged() -io.reactivex.internal.util.NotificationLite: io.reactivex.internal.util.NotificationLite valueOf(java.lang.String) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeRainPrecipitationDuration -wangdaye.com.geometricweather.R$attr: int trackHeight -wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_statusBarBackground -com.google.android.material.R$attr: int pivotAnchor -androidx.preference.R$attr: int fontProviderFetchStrategy -androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableCompat_android_visible -cyanogenmod.app.Profile$ProfileTrigger: void writeToParcel(android.os.Parcel,int) -cyanogenmod.app.Profile: java.lang.String TAG -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Display3 -androidx.appcompat.resources.R$styleable: int GradientColorItem_android_color -wangdaye.com.geometricweather.R$dimen: int abc_button_padding_vertical_material -okhttp3.internal.ws.WebSocketProtocol: void toggleMask(okio.Buffer$UnsafeCursor,byte[]) -androidx.constraintlayout.widget.R$attr: int buttonPanelSideLayout -android.didikee.donate.R$style: int Base_V21_Theme_AppCompat_Dialog -androidx.legacy.coreutils.R$id: int blocking -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_divider -android.didikee.donate.R$style: int Base_Widget_AppCompat_RatingBar -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintBottom_toBottomOf -com.turingtechnologies.materialscrollbar.R$color: int primary_text_disabled_material_light -cyanogenmod.providers.CMSettings$Global: long getLong(android.content.ContentResolver,java.lang.String,long) -com.google.android.material.R$styleable: int TextAppearance_textAllCaps -androidx.lifecycle.ClassesInfoCache: androidx.lifecycle.ClassesInfoCache sInstance -androidx.preference.R$attr: int defaultQueryHint -wangdaye.com.geometricweather.common.basic.models.weather.WindDegree: float degree -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) -androidx.appcompat.R$style -wangdaye.com.geometricweather.R$color: int material_grey_300 -com.google.android.material.R$attr: int hideMotionSpec -cyanogenmod.app.ProfileManager: int PROFILES_STATE_DISABLED -com.turingtechnologies.materialscrollbar.R$color: int accent_material_light -android.didikee.donate.R$styleable: int SwitchCompat_trackTintMode -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_14 -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModePasteDrawable -wangdaye.com.geometricweather.R$attr: int text -wangdaye.com.geometricweather.R$color: int material_on_surface_emphasis_medium -androidx.appcompat.widget.ActionMenuView: android.graphics.drawable.Drawable getOverflowIcon() -com.tencent.bugly.proguard.am: byte[] h -com.turingtechnologies.materialscrollbar.R$attr: int materialButtonStyle -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$4: KeyguardExternalViewProviderService$Provider$ProviderImpl$4(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) -androidx.appcompat.R$drawable: int abc_ratingbar_indicator_material -okhttp3.logging.HttpLoggingInterceptor$Logger: void log(java.lang.String) -com.turingtechnologies.materialscrollbar.R$attr: int iconTintMode -androidx.appcompat.widget.FitWindowsLinearLayout -androidx.work.R$style -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: void setDataConnectionSelectedOnSub(int) -com.turingtechnologies.materialscrollbar.R$integer: int hide_password_duration -androidx.hilt.R$attr: int fontProviderFetchStrategy -wangdaye.com.geometricweather.common.ui.widgets.AnimatableIconView: AnimatableIconView(android.content.Context,android.util.AttributeSet) -com.xw.repo.bubbleseekbar.R$styleable: int[] PopupWindowBackgroundState -okhttp3.HttpUrl: okhttp3.HttpUrl$Builder newBuilder(java.lang.String) -wangdaye.com.geometricweather.R$id: int icon -wangdaye.com.geometricweather.R$array: int location_services -androidx.dynamicanimation.R$drawable: int notification_bg_normal_pressed -wangdaye.com.geometricweather.R$drawable: int weather_hail_mini_light -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_android_textOff -com.google.android.material.R$styleable: int Constraint_android_alpha -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle -wangdaye.com.geometricweather.R$styleable: int Layout_layout_goneMarginBottom -cyanogenmod.app.IProfileManager$Stub$Proxy: cyanogenmod.app.Profile getProfileByName(java.lang.String) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void cancel() -com.google.android.material.R$style: int Base_V7_Widget_AppCompat_EditText -com.google.android.material.R$attr: int layout_constraintWidth_max -cyanogenmod.app.IProfileManager: cyanogenmod.app.Profile getProfile(android.os.ParcelUuid) -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: int lastIndex -com.google.android.material.textfield.TextInputLayout: void setPlaceholderTextEnabled(boolean) -cyanogenmod.providers.CMSettings$System: java.lang.String VOLUME_WAKE_SCREEN -io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: void subscribeNext() -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA -com.google.android.material.R$style: int Base_V22_Theme_AppCompat_Light -androidx.viewpager2.R$id: int tag_accessibility_clickable_spans -androidx.viewpager2.R$layout -cyanogenmod.weather.WeatherLocation: java.lang.String access$702(cyanogenmod.weather.WeatherLocation,java.lang.String) -io.reactivex.Observable: io.reactivex.Observable sample(long,java.util.concurrent.TimeUnit) -wangdaye.com.geometricweather.R$styleable: int ActionBar_indeterminateProgressStyle -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult -androidx.appcompat.resources.R$id: int icon -james.adaptiveicon.R$styleable: int ActionBar_contentInsetEndWithActions -org.greenrobot.greendao.AbstractDao: java.util.List loadAll() -androidx.lifecycle.extensions.R$dimen: int notification_large_icon_width -cyanogenmod.externalviews.KeyguardExternalView$4: void run() -androidx.preference.R$style: int TextAppearance_AppCompat_Subhead_Inverse -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.util.List _queryWeatherEntity_MinutelyEntityList(java.lang.String,java.lang.String) -com.turingtechnologies.materialscrollbar.R$attr: int layout_dodgeInsetEdges -com.xw.repo.bubbleseekbar.R$styleable: int MenuGroup_android_checkableBehavior -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub: cyanogenmod.externalviews.IExternalViewProviderFactory asInterface(android.os.IBinder) -com.turingtechnologies.materialscrollbar.R$color: int design_error -wangdaye.com.geometricweather.R$layout: int notification_template_part_chronometer -androidx.lifecycle.ViewModelProvider$OnRequeryFactory -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit FTPS -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_isThemeApplying -io.reactivex.Observable: io.reactivex.Observable observeOn(io.reactivex.Scheduler,boolean) -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_iconTint -com.google.android.material.internal.NavigationMenuItemView: void setTextColor(android.content.res.ColorStateList) -androidx.viewpager2.R$drawable: int notification_template_icon_low_bg -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_11 -okhttp3.internal.connection.RouteException: java.io.IOException lastException -android.didikee.donate.R$styleable: int MenuItem_android_enabled -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Direction: AccuCurrentResult$Wind$Direction() -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) -com.turingtechnologies.materialscrollbar.R$styleable: int ViewStubCompat_android_layout -androidx.preference.R$id: int action_menu_divider -io.reactivex.internal.subscriptions.SubscriptionArbiter: void drain() -com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_chipSpacingVertical -okhttp3.HttpUrl$Builder: void pop() -androidx.legacy.coreutils.R$drawable: int notification_template_icon_low_bg -okhttp3.Cookie: java.lang.String value -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver parent -wangdaye.com.geometricweather.R$string: int material_hour_selection -com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getTickTintList() -androidx.hilt.R$color: int ripple_material_light -androidx.constraintlayout.widget.R$drawable: int abc_ratingbar_material -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getCeiling() -wangdaye.com.geometricweather.R$attr: int msb_autoHide -wangdaye.com.geometricweather.R$style: int title_text -com.xw.repo.bubbleseekbar.R$attr: int showTitle -com.turingtechnologies.materialscrollbar.R$color: int notification_icon_bg_color -wangdaye.com.geometricweather.R$attr: int actionModeBackground -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_PopupWindow -androidx.appcompat.widget.ListPopupWindow -com.google.android.material.internal.ScrimInsetsFrameLayout -cyanogenmod.hardware.CMHardwareManager: int[] getDisplayColorCalibrationArray() -androidx.work.R$dimen: int notification_main_column_padding_top -cyanogenmod.weather.ICMWeatherManager -androidx.preference.R$attr: int allowDividerAfterLastItem -james.adaptiveicon.R$color: int background_material_light -okhttp3.internal.ws.WebSocketProtocol: int B1_FLAG_MASK -androidx.legacy.coreutils.R$styleable: int FontFamilyFont_ttcIndex -wangdaye.com.geometricweather.R$attr: int cpv_colorShape -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: java.util.concurrent.atomic.AtomicInteger active -androidx.constraintlayout.widget.R$styleable: int MenuView_preserveIconSpacing -okhttp3.Cache: int VERSION -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: ObservableTakeUntil$TakeUntilMainObserver$OtherObserver(io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver) -androidx.dynamicanimation.R$styleable: int ColorStateListItem_android_alpha -com.turingtechnologies.materialscrollbar.DragScrollBar: float getHandleOffset() -androidx.lifecycle.LiveData: void onInactive() -androidx.preference.R$styleable: int Toolbar_contentInsetStartWithNavigation -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$DailyTemperature: java.lang.Float min -androidx.coordinatorlayout.R$styleable: int FontFamilyFont_android_font -androidx.appcompat.R$styleable: int ActionMode_height -wangdaye.com.geometricweather.R$styleable: int KeyPosition_percentWidth -okhttp3.HttpUrl$Builder: java.lang.String canonicalizeHost(java.lang.String,int,int) -com.tencent.bugly.proguard.v: boolean s -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: int getCity_code() -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getWindLevel() -com.google.android.material.R$styleable: int[] GradientColorItem -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: java.lang.String DESCRIPTOR -com.bumptech.glide.load.EncodeStrategy: com.bumptech.glide.load.EncodeStrategy valueOf(java.lang.String) -androidx.customview.R$id: int forever -androidx.vectordrawable.animated.R$id: int notification_main_column -james.adaptiveicon.R$dimen: int tooltip_precise_anchor_extra_offset -com.bumptech.glide.integration.okhttp.R$id: int icon_group -android.didikee.donate.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex -retrofit2.RequestFactory: retrofit2.RequestFactory parseAnnotations(retrofit2.Retrofit,java.lang.reflect.Method) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: java.lang.String getValue() -androidx.lifecycle.extensions.R$styleable: int[] Fragment -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_elevation -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: int status -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange -com.tencent.bugly.crashreport.common.info.a: java.lang.String ap -wangdaye.com.geometricweather.R$color: int notification_action_color_filter -android.support.v4.app.INotificationSideChannel$Stub: java.lang.String DESCRIPTOR -okhttp3.internal.ws.WebSocketWriter: void writeControlFrame(int,okio.ByteString) -cyanogenmod.providers.CMSettings$NameValueCache: android.net.Uri mUri -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$animator: int weather_rain_2 -wangdaye.com.geometricweather.R$layout: int preference_recyclerview -cyanogenmod.externalviews.ExternalView$8 -okhttp3.internal.cache2.Relay: int SOURCE_UPSTREAM -james.adaptiveicon.R$dimen: int abc_action_bar_subtitle_bottom_margin_material -wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setDate(java.util.Date) -androidx.preference.R$drawable: int abc_ic_ab_back_material -wangdaye.com.geometricweather.R$color: int abc_tint_edittext -com.google.android.material.R$styleable: int MenuView_subMenuArrow -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_aa_black -androidx.constraintlayout.widget.R$styleable: int OnSwipe_dragScale -io.reactivex.exceptions.ProtocolViolationException: long serialVersionUID -io.reactivex.Observable: io.reactivex.Observable dematerialize() -com.google.android.material.R$styleable: int KeyPosition_pathMotionArc -com.google.android.material.R$style: int Widget_MaterialComponents_TabLayout_Colored -androidx.transition.R$id: int transition_current_scene -io.reactivex.internal.subscriptions.DeferredScalarSubscription -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setUpdateTime(long) -com.xw.repo.bubbleseekbar.R$id: int line1 -androidx.constraintlayout.widget.R$id: int tag_screen_reader_focusable -cyanogenmod.providers.CMSettings$Secure: cyanogenmod.providers.CMSettings$Validator PROTECTED_COMPONENTS_VALIDATOR -androidx.dynamicanimation.animation.DynamicAnimation: void removeUpdateListener(androidx.dynamicanimation.animation.DynamicAnimation$OnAnimationUpdateListener) -com.google.android.material.R$dimen: int compat_button_inset_horizontal_material -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_list_padding_top_no_title -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionButton_Overflow -com.jaredrummler.android.colorpicker.R$id: int search_src_text -androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart -okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean requestIsUnrepeatable(java.io.IOException,okhttp3.Request) -wangdaye.com.geometricweather.background.receiver.widget.WidgetTrendDailyProvider: WidgetTrendDailyProvider() -androidx.viewpager2.R$color: R$color() -com.amap.api.fence.PoiItem -wangdaye.com.geometricweather.R$string: int done -okhttp3.internal.http2.Http2Connection$5: okhttp3.internal.http2.Http2Connection this$0 -io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: long serialVersionUID -com.google.android.material.slider.Slider: void setEnabled(boolean) -androidx.vectordrawable.R$id: int accessibility_custom_action_13 -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_spinnerStyle -android.didikee.donate.R$style: int Widget_AppCompat_RatingBar_Small -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_79 -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit MMHG -retrofit2.Invocation: java.util.List arguments() -wangdaye.com.geometricweather.R$dimen: int design_tab_max_width -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -cyanogenmod.providers.CMSettings$Secure: java.lang.String SYS_PROP_CM_SETTING_VERSION -com.google.android.material.R$styleable: int DrawerArrowToggle_color -wangdaye.com.geometricweather.R$color: int material_slider_active_tick_marks_color -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay TAG_AIR_QUALITY -com.turingtechnologies.materialscrollbar.R$color: int bright_foreground_inverse_material_dark -wangdaye.com.geometricweather.R$drawable: int weather_hail_mini_xml -io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: void onComplete() -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_star_black_48dp -com.bumptech.glide.integration.okhttp.R$dimen: int notification_small_icon_size_as_large -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: org.reactivestreams.Subscription upstream -io.reactivex.internal.operators.observable.ObservableReplay$Node: long serialVersionUID -androidx.fragment.R$styleable: int FragmentContainerView_android_tag -androidx.appcompat.widget.AppCompatTextView: void setBackgroundResource(int) -com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode: com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode LAST_ELEMENT -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color: AccuAlertResult$Color() -com.google.android.material.R$attr: int paddingBottomNoButtons -io.reactivex.exceptions.OnErrorNotImplementedException: long serialVersionUID -androidx.constraintlayout.widget.R$id: int image -james.adaptiveicon.R$styleable: int TextAppearance_fontFamily -cyanogenmod.externalviews.ExternalViewProperties: boolean mVisible -cyanogenmod.providers.CMSettings$System: java.lang.String QS_SHOW_BRIGHTNESS_SLIDER -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_track_size -com.google.android.material.tabs.TabLayout: int getTabScrollRange() -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleMarginBottom -androidx.appcompat.widget.AppCompatButton: android.content.res.ColorStateList getSupportBackgroundTintList() -com.google.android.material.R$dimen: int mtrl_progress_circular_inset -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setTrimPathOffset(float) -androidx.appcompat.R$styleable: int CompoundButton_android_button -androidx.preference.R$style: int Preference_DialogPreference_EditTextPreference_Material -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: float unitFactor -androidx.vectordrawable.R$dimen: int notification_media_narrow_margin -com.google.android.material.R$styleable: int Spinner_popupTheme -com.tencent.bugly.crashreport.crash.e: int j -android.didikee.donate.R$color: int switch_thumb_normal_material_dark -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getAqiIndex() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeThunderstormPrecipitationDuration -androidx.core.R$attr: R$attr() -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_disabled_z -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_default_padding_start_material -cyanogenmod.app.CustomTile: void cloneInto(cyanogenmod.app.CustomTile) -androidx.vectordrawable.R$dimen: int notification_large_icon_width -io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: void dispose() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind -androidx.appcompat.resources.R$id: int tag_accessibility_actions -com.google.android.material.R$attr: int chipCornerRadius -androidx.appcompat.widget.AppCompatButton: int getAutoSizeMinTextSize() -com.google.android.material.R$dimen: int material_clock_display_padding -com.jaredrummler.android.colorpicker.R$attr: int showTitle -com.google.android.material.R$style: int Widget_AppCompat_CompoundButton_CheckBox -wangdaye.com.geometricweather.background.polling.permanent.observer.FakeForegroundService: FakeForegroundService() -wangdaye.com.geometricweather.db.entities.AlertEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.AlertEntity) -wangdaye.com.geometricweather.R$attr: int foregroundInsidePadding -wangdaye.com.geometricweather.R$string: int content_desc_weather_icon_grey -com.google.android.material.R$attr: int submitBackground -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_goneMarginStart -okhttp3.RealCall: okhttp3.Request request() -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver(io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver) -com.bumptech.glide.load.HttpException: HttpException(java.lang.String) -wangdaye.com.geometricweather.R$layout: int activity_daily_trend_display_manage -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setShowMotionSpec(com.google.android.material.animation.MotionSpec) -com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemTextColor -com.xw.repo.bubbleseekbar.R$string: int abc_menu_space_shortcut_label -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$2 -androidx.lifecycle.Lifecycling: boolean isLifecycleParent(java.lang.Class) -com.tencent.bugly.proguard.q: void onDowngrade(android.database.sqlite.SQLiteDatabase,int,int) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_8 -com.google.android.material.R$attr: int alertDialogButtonGroupStyle -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle -androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeInsetStart -com.tencent.bugly.crashreport.CrashReport$WebViewInterface: void setJavaScriptEnabled(boolean) -cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_setDataConnectionSelectedOnSub -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_horizontalAlign -androidx.hilt.lifecycle.R$layout: int notification_template_part_time -okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level[] values() -com.jaredrummler.android.colorpicker.ColorPanelView: int getBorderColor() -androidx.appcompat.resources.R$integer: R$integer() -androidx.lifecycle.extensions.R$styleable: int GradientColor_android_startColor -androidx.appcompat.R$styleable: int CompoundButton_buttonCompat -james.adaptiveicon.R$dimen: int abc_action_bar_overflow_padding_end_material -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: void onNext(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$layout: int design_layout_snackbar -androidx.drawerlayout.R$attr -com.google.android.material.R$attr: int haloRadius -androidx.appcompat.R$attr: int panelMenuListTheme -com.google.android.material.R$attr: int thumbStrokeWidth -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_snackbar_margin_horizontal -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setLatitude(java.lang.String) -com.bumptech.glide.load.engine.GlideException: void logRootCauses(java.lang.String) -wangdaye.com.geometricweather.R$drawable: int material_ic_menu_arrow_up_black_24dp -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_searchViewStyle -com.jaredrummler.android.colorpicker.R$styleable: int Preference_allowDividerAbove -com.google.android.material.R$color: int design_dark_default_color_background -io.reactivex.internal.subscribers.StrictSubscriber: void onComplete() -wangdaye.com.geometricweather.R$color: int background_material_light -io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver -james.adaptiveicon.R$id: int expanded_menu -com.loc.k: java.lang.String a() -wangdaye.com.geometricweather.R$attr: int autoSizeMaxTextSize -okhttp3.internal.cache.DiskLruCache: void setMaxSize(long) -com.jaredrummler.android.colorpicker.R$attr: int cpv_dialogType -com.xw.repo.bubbleseekbar.R$styleable: int ViewStubCompat_android_inflatedId -retrofit2.RequestBuilder: void addPart(okhttp3.Headers,okhttp3.RequestBody) -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: io.reactivex.Observer downstream -android.support.v4.app.INotificationSideChannel$Stub$Proxy: android.support.v4.app.INotificationSideChannel sDefaultImpl -okhttp3.Challenge: java.lang.String scheme() -androidx.constraintlayout.widget.R$attr: int lineHeight -com.google.android.material.R$styleable: int Chip_closeIconSize -com.google.android.material.R$styleable: int[] AppCompatSeekBar -wangdaye.com.geometricweather.R$styleable: int Chip_android_text -com.xw.repo.bubbleseekbar.R$color: int bright_foreground_material_light -com.bumptech.glide.integration.okhttp.R$style: int TextAppearance_Compat_Notification_Title -com.tencent.bugly.crashreport.common.strategy.a: com.tencent.bugly.crashreport.common.strategy.StrategyBean e -wangdaye.com.geometricweather.weather.apis.AccuWeatherApi -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List daisan -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_android_weightSum -androidx.hilt.lifecycle.R$dimen: int compat_notification_large_icon_max_height -androidx.appcompat.R$style: int Animation_AppCompat_DropDownUp -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Metric: int UnitType -james.adaptiveicon.R$style: int Widget_AppCompat_ButtonBar -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_shapeAppearanceOverlay -com.tencent.bugly.crashreport.crash.e: com.tencent.bugly.crashreport.crash.b b -com.xw.repo.bubbleseekbar.R$color: int dim_foreground_disabled_material_dark -cyanogenmod.profiles.LockSettings: int describeContents() -android.didikee.donate.R$attr: int closeItemLayout -com.turingtechnologies.materialscrollbar.R$color: int secondary_text_disabled_material_dark -androidx.constraintlayout.widget.R$attr: int drawPath -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub: IWeatherServiceProviderChangeListener$Stub() -com.turingtechnologies.materialscrollbar.R$styleable: int ActionMode_subtitleTextStyle -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit valueOf(java.lang.String) -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: float unitFactor -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable: void run() -com.google.android.material.slider.BaseSlider: void setHaloTintList(android.content.res.ColorStateList) -okhttp3.FormBody: java.util.List encodedNames -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: long time -com.xw.repo.bubbleseekbar.R$attr: int preserveIconSpacing -androidx.hilt.R$drawable: int notification_bg_low_pressed -com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_fabCradleMargin -com.tencent.bugly.proguard.am: java.lang.String r -cyanogenmod.platform.R$string -com.turingtechnologies.materialscrollbar.R$id: int design_menu_item_action_area_stub -cyanogenmod.os.Build: Build() -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: java.lang.String languageId -androidx.hilt.R$dimen: int notification_content_margin_start -androidx.constraintlayout.utils.widget.ImageFilterView: ImageFilterView(android.content.Context,android.util.AttributeSet) -com.turingtechnologies.materialscrollbar.R$color: int design_fab_shadow_mid_color -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_collapsedTitleGravity -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: java.lang.String pressure -com.google.android.material.R$styleable: int[] BottomAppBar -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal -cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.RequestInfo$Builder setWeatherLocation(cyanogenmod.weather.WeatherLocation) -okhttp3.internal.connection.StreamAllocation: int refusedStreamCount -androidx.hilt.lifecycle.R$dimen: int notification_large_icon_height -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_WITH_3DES_EDE_CBC_MD5 -okhttp3.internal.connection.StreamAllocation: void streamFinished(boolean,okhttp3.internal.http.HttpCodec,long,java.io.IOException) -androidx.fragment.app.FragmentTabHost -cyanogenmod.app.ProfileGroup: java.lang.String TAG -wangdaye.com.geometricweather.R$string: int action_preview -com.turingtechnologies.materialscrollbar.R$attr: int thumbTintMode -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_MinWidth -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light -cyanogenmod.app.ThemeVersion$ThemeVersionImpl3: ThemeVersion$ThemeVersionImpl3() -com.baidu.location.indoor.mapversion.c.a$d: com.baidu.location.indoor.mapversion.c.a$a c -androidx.constraintlayout.widget.R$attr: int maxWidth -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_Counter -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_small_material -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Metric: java.lang.String Unit -wangdaye.com.geometricweather.R$id: int preset -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_progressBarStyle -cyanogenmod.externalviews.KeyguardExternalView$7: cyanogenmod.externalviews.KeyguardExternalView this$0 -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_WITH_DES_CBC_MD5 -android.didikee.donate.R$styleable: int Toolbar_logo -androidx.coordinatorlayout.R$drawable -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Speed -com.bumptech.glide.R$id: int icon -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: void setUnit(java.lang.String) -wangdaye.com.geometricweather.R$drawable: int notif_temp_111 -androidx.legacy.coreutils.R$style: int Widget_Compat_NotificationActionText -okio.Segment: int SIZE -androidx.appcompat.R$styleable: int ActionBarLayout_android_layout_gravity -androidx.appcompat.R$styleable: int ActionBar_homeLayout -io.reactivex.internal.observers.InnerQueuedObserver -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle -okio.BufferedSink: java.io.OutputStream outputStream() -com.google.android.material.R$plurals: R$plurals() -wangdaye.com.geometricweather.R$styleable: int Toolbar_titleMarginEnd -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Minimum: java.lang.String Unit -androidx.activity.R$attr: int fontProviderAuthority -okio.InflaterSource: boolean refill() -androidx.core.R$id: int action_image -cyanogenmod.app.ILiveLockScreenChangeListener$Stub: int TRANSACTION_onLiveLockScreenChanged_0 -okhttp3.Interceptor$Chain: okhttp3.Interceptor$Chain withConnectTimeout(int,java.util.concurrent.TimeUnit) -androidx.preference.TwoStatePreference -io.reactivex.Observable: io.reactivex.Observable lift(io.reactivex.ObservableOperator) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_activityChooserViewStyle -androidx.preference.R$style: int Widget_AppCompat_Light_ListPopupWindow -wangdaye.com.geometricweather.common.ui.widgets.DrawerLayout -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Dialog_Alert -wangdaye.com.geometricweather.R$styleable: int TextAppearance_textLocale -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Caption -com.google.android.material.R$dimen: int mtrl_calendar_action_padding -android.didikee.donate.R$drawable: int abc_text_select_handle_middle_mtrl_light -okhttp3.internal.platform.JdkWithJettyBootPlatform: java.lang.Class clientProviderClass -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_fontStyle -com.google.android.material.circularreveal.CircularRevealFrameLayout: CircularRevealFrameLayout(android.content.Context,android.util.AttributeSet) -james.adaptiveicon.R$attr: int panelBackground -com.google.android.material.chip.ChipGroup: ChipGroup(android.content.Context,android.util.AttributeSet) -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void run() -com.google.android.gms.common.internal.BinderWrapper -wangdaye.com.geometricweather.R$string: int common_google_play_services_enable_text -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: long updateTime -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_aa_normal -androidx.core.R$attr: int fontProviderFetchStrategy -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Toolbar_Button_Navigation -androidx.viewpager2.R$color: int ripple_material_light -com.google.android.material.R$styleable: int TabLayout_tabIndicator -com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.reflect.Type rawType -com.google.android.material.R$color: int abc_background_cache_hint_selector_material_light -com.jaredrummler.android.colorpicker.R$style: int Base_V26_Theme_AppCompat_Light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: java.lang.String brandId -wangdaye.com.geometricweather.db.entities.WeatherEntity: long timeStamp -com.google.android.material.R$integer: int abc_config_activityShortDur -com.google.android.material.R$styleable: int KeyTrigger_onNegativeCross -okhttp3.logging.LoggingEventListener: void logWithTime(java.lang.String) -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_NAVIGATION_BAR -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.Pollen pollen -com.google.android.material.R$id: int tag_accessibility_heading -james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarSplitStyle -retrofit2.OkHttpCall: boolean canceled -james.adaptiveicon.R$style: int Base_Widget_AppCompat_RatingBar -org.greenrobot.greendao.AbstractDaoMaster: void registerDaoClass(java.lang.Class) -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Display3 -androidx.constraintlayout.widget.R$attr: int listPreferredItemHeightSmall -androidx.constraintlayout.widget.R$dimen: int notification_right_icon_size -okio.DeflaterSink: okio.BufferedSink sink -wangdaye.com.geometricweather.R$color: int striking_red -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setForecastHourly(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: boolean isEmpty() -androidx.recyclerview.R$color -okhttp3.internal.http.RealInterceptorChain: okhttp3.EventListener eventListener() -com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy valueOf(java.lang.String) -wangdaye.com.geometricweather.R$id: int chip3 -james.adaptiveicon.R$color: int bright_foreground_disabled_material_dark -okhttp3.internal.http2.Settings: Settings() -com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_chipSpacing -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_shapeAppearance -cyanogenmod.weather.WeatherInfo$Builder: int mTempUnit -com.jaredrummler.android.colorpicker.R$layout: int abc_screen_simple_overlay_action_mode -james.adaptiveicon.AdaptiveIconView: void setIcon(james.adaptiveicon.AdaptiveIcon) -cyanogenmod.app.Profile: int mProfileType -io.reactivex.internal.util.EmptyComponent: void dispose() -wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle valueOf(java.lang.String) -okhttp3.internal.platform.ConscryptPlatform: javax.net.ssl.SSLContext getSSLContext() -androidx.lifecycle.LiveData$AlwaysActiveObserver -com.tencent.bugly.proguard.n: boolean b(com.tencent.bugly.proguard.n,int) -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode -wangdaye.com.geometricweather.R$id: int radio -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_TextView_SpinnerItem -cyanogenmod.hardware.CMHardwareManager: int readPersistentInt(java.lang.String) -cyanogenmod.themes.IThemeService$Stub: java.lang.String DESCRIPTOR -wangdaye.com.geometricweather.R$string: int tag_uv -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_android_textColorHint -androidx.transition.R$id: int icon_group -com.google.android.material.R$styleable: int ProgressIndicator_trackColor -androidx.recyclerview.R$color: int secondary_text_default_material_light -wangdaye.com.geometricweather.R$style: int notification_title_text -com.google.android.material.R$styleable: int Layout_layout_goneMarginTop -androidx.preference.R$interpolator: int fast_out_slow_in -android.didikee.donate.R$styleable: int Toolbar_titleMarginTop -com.tencent.bugly.crashreport.crash.e: java.lang.Thread$UncaughtExceptionHandler e -androidx.recyclerview.R$styleable: int[] FontFamilyFont -com.google.android.material.appbar.CollapsingToolbarLayout: CollapsingToolbarLayout(android.content.Context,android.util.AttributeSet,int) -okhttp3.CacheControl: boolean isPublic() -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: void dispose() -androidx.activity.R$attr -androidx.lifecycle.SingleGeneratedAdapterObserver: androidx.lifecycle.GeneratedAdapter mGeneratedAdapter -james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize -com.google.android.material.R$id: int bottom -androidx.constraintlayout.motion.widget.MotionLayout: MotionLayout(android.content.Context) -okio.Buffer: void write(okio.Buffer,long) -androidx.work.R$styleable: int[] FontFamilyFont -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256 -android.didikee.donate.R$attr: int arrowHeadLength -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: io.reactivex.disposables.CompositeDisposable set -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: void onComplete() -com.tencent.bugly.crashreport.common.strategy.StrategyBean: java.lang.String s -android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd -com.google.android.material.textfield.TextInputLayout: void setErrorIconDrawable(int) -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setIcons(java.lang.String) -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_SeekBar_Discrete -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: boolean isDisposed() -androidx.constraintlayout.widget.Placeholder: Placeholder(android.content.Context,android.util.AttributeSet) -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: io.reactivex.Observer downstream -okio.RealBufferedSink$1: okio.RealBufferedSink this$0 -james.adaptiveicon.R$drawable: int abc_ic_menu_selectall_mtrl_alpha -com.google.android.material.R$color: int cardview_light_background -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_TabText -okio.GzipSource: java.util.zip.Inflater inflater -io.reactivex.Observable: io.reactivex.Observable hide() -james.adaptiveicon.R$color: int abc_btn_colored_text_material -com.tencent.bugly.crashreport.common.info.a: java.lang.String j -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property IcePrecipitation -cyanogenmod.hardware.CMHardwareManager: boolean unRegisterThermalListener(cyanogenmod.hardware.ThermalListenerCallback) -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub -okio.Buffer: long completeSegmentByteCount() -wangdaye.com.geometricweather.R$attr: int prefixTextColor -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: java.util.concurrent.atomic.AtomicReferenceArray values -io.reactivex.Observable: io.reactivex.Observable mergeArray(int,int,io.reactivex.ObservableSource[]) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_toBottomOf -com.github.rahatarmanahmed.cpv.CircularProgressView$4: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_4 -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_goneMarginEnd -james.adaptiveicon.R$string: int abc_searchview_description_submit -androidx.constraintlayout.widget.R$id: int activity_chooser_view_content -okhttp3.internal.http2.Http2Reader$ContinuationSource: byte flags -com.amap.api.fence.PoiItem: java.lang.String getAddress() -com.tencent.bugly.a: void onDbDowngrade(android.database.sqlite.SQLiteDatabase,int,int) -io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy valueOf(java.lang.String) -wangdaye.com.geometricweather.R$dimen: int mtrl_switch_thumb_elevation -com.google.android.material.checkbox.MaterialCheckBox: MaterialCheckBox(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$drawable: int ic_sunset -androidx.core.R$id: int chronometer -okio.RealBufferedSink: okio.BufferedSink writeIntLe(int) -cyanogenmod.app.CMContextConstants: java.lang.String CM_ICON_CACHE_SERVICE -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$styleable: int MenuView_android_headerBackground -retrofit2.RequestBuilder: java.lang.String relativeUrl -com.google.android.material.progressindicator.ProgressIndicator: com.google.android.material.progressindicator.DeterminateDrawable getProgressDrawable() -androidx.transition.ChangeBounds$7 -wangdaye.com.geometricweather.R$attr: int mock_labelColor -okhttp3.internal.http2.Http2Connection: long awaitPongsReceived -androidx.constraintlayout.widget.R$attr: int actionModeSelectAllDrawable -retrofit2.converter.gson.GsonResponseBodyConverter: com.google.gson.Gson gson -com.tencent.bugly.proguard.v: void a(long) -wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String weatherSource -com.turingtechnologies.materialscrollbar.R$id: int transition_current_scene -com.xw.repo.bubbleseekbar.R$string: int abc_capital_off -com.google.android.material.R$id: int material_minute_text_input -com.xw.repo.bubbleseekbar.R$layout: int abc_alert_dialog_material -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintRight_creator -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_always_show_bubble_delay -com.turingtechnologies.materialscrollbar.R$attr: int contentScrim -androidx.preference.R$style: int Base_Widget_AppCompat_RatingBar_Small -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActivityChooserView -wangdaye.com.geometricweather.R$attr: int preferenceTheme -com.google.android.material.switchmaterial.SwitchMaterial -androidx.constraintlayout.widget.R$styleable: int RecycleListView_paddingBottomNoButtons -android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem -okhttp3.internal.http1.Http1Codec: long headerLimit -com.tencent.bugly.crashreport.common.info.AppInfo: java.util.List a(java.util.Map) -androidx.appcompat.R$styleable: int SearchView_iconifiedByDefault -androidx.preference.R$id: int textSpacerNoTitle -androidx.constraintlayout.widget.R$attr: int alertDialogStyle -wangdaye.com.geometricweather.R$drawable: int notif_temp_44 -androidx.activity.R$attr: int fontProviderFetchTimeout -androidx.vectordrawable.R$color: int notification_action_color_filter -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void innerError(java.lang.Throwable) -cyanogenmod.app.suggest.IAppSuggestProvider: java.util.List getSuggestions(android.content.Intent) -com.google.android.gms.base.R$drawable: int common_google_signin_btn_text_dark_normal_background -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getRagweedLevel() -androidx.appcompat.resources.R$id: int tag_unhandled_key_event_manager -androidx.vectordrawable.R$drawable: int notification_bg_normal_pressed -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_CUSTOM_VALUES -com.tencent.bugly.crashreport.biz.b: int g() -androidx.work.impl.workers.ConstraintTrackingWorker: ConstraintTrackingWorker(android.content.Context,androidx.work.WorkerParameters) -androidx.appcompat.R$styleable: int SearchView_android_imeOptions -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorSwitchThumbNormal -com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleMarginEnd(int) -androidx.constraintlayout.widget.ConstraintHelper: ConstraintHelper(android.content.Context,android.util.AttributeSet,int) -androidx.viewpager2.R$id: int accessibility_custom_action_31 -com.google.android.material.R$styleable: int ActionBar_titleTextStyle -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: FlowableConcatMap$BaseConcatMapSubscriber(io.reactivex.functions.Function,int) -com.turingtechnologies.materialscrollbar.R$id: int screen -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dialogCornerRadius -wangdaye.com.geometricweather.R$attr: int navigationContentDescription -com.google.android.material.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated -com.google.android.material.R$styleable: int NavigationView_itemShapeAppearanceOverlay -com.google.android.material.R$attr: int tabStyle -androidx.vectordrawable.R$dimen: int notification_large_icon_height -androidx.transition.R$styleable: int FontFamily_fontProviderFetchStrategy -okhttp3.internal.http2.Http2Connection: void flush() -androidx.hilt.lifecycle.R$styleable: int GradientColor_android_tileMode -android.didikee.donate.R$dimen: int disabled_alpha_material_dark -androidx.dynamicanimation.R$attr: int alpha -androidx.appcompat.widget.Toolbar: void setContentInsetStartWithNavigation(int) -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_1 -com.tencent.bugly.crashreport.crash.h5.a: java.lang.String b -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: void setWeathercn(java.lang.String) -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColorItem_android_offset -androidx.appcompat.resources.R$styleable: int GradientColor_android_centerX -cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler: int MSG_ON_NEW_REQUEST -wangdaye.com.geometricweather.common.basic.models.weather.Base: long publishTime -james.adaptiveicon.R$drawable: int abc_cab_background_top_mtrl_alpha -okhttp3.logging.LoggingEventListener: void callEnd(okhttp3.Call) -com.jaredrummler.android.colorpicker.R$dimen: int notification_top_pad -androidx.preference.R$style: int Preference_DialogPreference -wangdaye.com.geometricweather.R$id: int titleDividerNoCustom -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_wrapMode -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$3: void run() -wangdaye.com.geometricweather.R$attr: int navigationIcon -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition: wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition[] values() -io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver -okhttp3.internal.http2.Http2Connection: void writePing() -com.bumptech.glide.R$drawable: int notification_bg_low_pressed -com.google.android.material.R$styleable: int ClockHandView_selectorSize -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: io.reactivex.internal.util.AtomicThrowable errors -io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: void onComplete() -com.turingtechnologies.materialscrollbar.R$id: int action_bar_container -com.google.android.material.textfield.TextInputLayout: int getBoxBackgroundColor() -wangdaye.com.geometricweather.R$dimen: int mtrl_tooltip_cornerSize -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem -com.autonavi.aps.amapapi.model.AMapLocationServer: void d(java.lang.String) -okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean sameConnection(okhttp3.Response,okhttp3.HttpUrl) -com.google.android.material.R$drawable: int material_ic_menu_arrow_up_black_24dp -com.tencent.bugly.proguard.n: java.util.Map b(com.tencent.bugly.proguard.n) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Imperial: double Value -com.xw.repo.bubbleseekbar.R$drawable: int abc_text_select_handle_left_mtrl_light -android.didikee.donate.R$layout: int abc_popup_menu_item_layout -androidx.activity.R$dimen: int notification_top_pad_large_text -androidx.preference.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize -com.google.android.material.R$attr: int suffixTextAppearance -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void innerError(io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver,java.lang.Throwable) -android.didikee.donate.R$styleable: int Toolbar_navigationIcon -com.google.android.material.R$styleable: int ActionMode_subtitleTextStyle -com.jaredrummler.android.colorpicker.R$drawable: int abc_spinner_textfield_background_material -cyanogenmod.weather.WeatherInfo: int access$502(cyanogenmod.weather.WeatherInfo,int) -com.google.android.material.floatingactionbutton.FloatingActionButton: int getCustomSize() -com.google.android.material.textfield.TextInputEditText: java.lang.CharSequence getHintFromLayout() -androidx.appcompat.R$attr: int listChoiceBackgroundIndicator -wangdaye.com.geometricweather.db.entities.HourlyEntity: HourlyEntity(java.lang.Long,java.lang.String,java.lang.String,java.util.Date,long,boolean,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,int,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float) -android.didikee.donate.R$color: int button_material_light -wangdaye.com.geometricweather.R$id: int group_divider -wangdaye.com.geometricweather.R$styleable: int NavigationView_elevation -wangdaye.com.geometricweather.R$anim: int btn_radio_to_off_mtrl_ring_outer_animation -androidx.constraintlayout.widget.R$styleable: int Transition_constraintSetEnd -james.adaptiveicon.R$attr: int titleMarginTop -androidx.preference.R$color: int bright_foreground_material_dark -androidx.appcompat.R$color: int foreground_material_light -io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: long serialVersionUID -android.didikee.donate.R$id: int listMode -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox -androidx.transition.R$string -wangdaye.com.geometricweather.R$attr: int enableCopying -androidx.preference.R$style: int Platform_V21_AppCompat_Light -android.didikee.donate.R$styleable: int AppCompatTheme_ratingBarStyleSmall -okhttp3.internal.connection.RealConnection -retrofit2.ParameterHandler$2: void apply(retrofit2.RequestBuilder,java.lang.Object) -io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver -androidx.coordinatorlayout.R$id: int info -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String ICON_PREVIEW_1 -androidx.preference.R$styleable: int PreferenceTheme_preferenceCategoryTitleTextAppearance -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_pressedTranslationZ -james.adaptiveicon.R$dimen: int abc_switch_padding -okhttp3.internal.http2.Http2Writer: boolean closed -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl -com.tencent.bugly.crashreport.crash.jni.b: java.lang.String a(java.lang.String,java.lang.String) -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: int[] getDisplayGammaCalibration(int) -wangdaye.com.geometricweather.R$attr: int minWidth -androidx.appcompat.R$attr: int drawableTopCompat -androidx.appcompat.R$layout: int abc_popup_menu_item_layout -androidx.appcompat.widget.SwitchCompat: void setTextOn(java.lang.CharSequence) -wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_height -android.support.v4.os.IResultReceiver$Stub: android.os.IBinder asBinder() -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getTemperature(android.content.Context,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) -com.jaredrummler.android.colorpicker.R$drawable: int ic_arrow_down_24dp -com.google.android.material.R$styleable: int KeyCycle_waveOffset -com.google.android.material.slider.RangeSlider: void setThumbRadiusResource(int) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_maxWidth -com.xw.repo.bubbleseekbar.R$id: int home -james.adaptiveicon.R$attr: int textAppearanceListItemSecondary -com.turingtechnologies.materialscrollbar.R$layout: int abc_expanded_menu_layout -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintTop_toTopOf -androidx.appcompat.R$style: int Base_Animation_AppCompat_Tooltip -com.bumptech.glide.integration.okhttp.R$color: int secondary_text_default_material_light -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setThunderstormPrecipitation(java.lang.Float) -androidx.preference.R$styleable: int AppCompatTheme_actionModeStyle -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: ExternalViewProviderService$Provider$ProviderImpl(cyanogenmod.externalviews.ExternalViewProviderService$Provider,cyanogenmod.externalviews.ExternalViewProviderService$Provider) -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_typeface -io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: void run() -com.google.android.material.R$style: int Theme_MaterialComponents -james.adaptiveicon.R$styleable: int[] SearchView -com.tencent.bugly.crashreport.crash.b: com.tencent.bugly.proguard.u c -cyanogenmod.weather.ICMWeatherManager$Stub: int TRANSACTION_getActiveWeatherServiceProviderLabel -com.jaredrummler.android.colorpicker.R$dimen: int abc_control_inset_material -androidx.preference.R$styleable: int AppCompatTheme_homeAsUpIndicator -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.String getDailyForecast() -wangdaye.com.geometricweather.R$styleable: int Chip_chipIconTint -com.bumptech.glide.R$styleable: int GradientColor_android_endY -wangdaye.com.geometricweather.R$string: int sp_widget_clock_day_details_setting -androidx.preference.R$string: int abc_shareactionprovider_share_with_application -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.WeatherEntity) -androidx.core.R$layout: int notification_template_icon_group -james.adaptiveicon.R$layout: int abc_alert_dialog_material -com.google.android.material.snackbar.SnackbarContentLayout: android.widget.Button getActionView() -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_maxHeight -okio.ByteString: java.lang.String utf8 -androidx.appcompat.widget.AppCompatSpinner: int getDropDownHorizontalOffset() -androidx.appcompat.widget.SearchView: void setSearchableInfo(android.app.SearchableInfo) -cyanogenmod.themes.ThemeManager: java.lang.String access$100() -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void updateVisibility() -wangdaye.com.geometricweather.R$drawable: int notif_temp_13 -androidx.appcompat.R$drawable: int abc_textfield_search_material -com.jaredrummler.android.colorpicker.R$style -androidx.core.view.ViewCompat$1 -android.support.v4.app.INotificationSideChannel -com.google.android.material.R$attr: int maxVelocity -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Direction -james.adaptiveicon.R$styleable -wangdaye.com.geometricweather.R$id: int collapseActionView -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area$LastAction LastAction -wangdaye.com.geometricweather.R$id: int cpv_preference_preview_color_panel -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHeight_min -cyanogenmod.app.IProfileManager$Stub$Proxy: boolean setActiveProfile(android.os.ParcelUuid) -androidx.appcompat.R$style: int Widget_AppCompat_CompoundButton_Switch -com.google.android.material.R$styleable: int Constraint_layout_constraintHorizontal_chainStyle -okhttp3.internal.http.RealInterceptorChain: okhttp3.Call call() -androidx.lifecycle.Lifecycling: androidx.lifecycle.GeneratedAdapter createGeneratedAdapter(java.lang.reflect.Constructor,java.lang.Object) -androidx.appcompat.R$attr: int windowMinWidthMajor -androidx.swiperefreshlayout.R$id: int accessibility_action_clickable_span -wangdaye.com.geometricweather.R$styleable: int[] MenuView -wangdaye.com.geometricweather.R$id: int item_aqi_progress -wangdaye.com.geometricweather.R$layout: int notification_big -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: void setValue(java.lang.String) -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Button -androidx.constraintlayout.helper.widget.Flow: void setHorizontalStyle(int) -okio.Buffer: okio.BufferedSink writeDecimalLong(long) -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_OVERLAYS -com.turingtechnologies.materialscrollbar.R$attr: int popupMenuStyle -wangdaye.com.geometricweather.R$id: int parentPanel -com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge -com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_elevation -io.reactivex.internal.subscriptions.BasicQueueSubscription: java.lang.Object poll() -com.google.android.material.slider.BaseSlider: void setLabelFormatter(com.google.android.material.slider.LabelFormatter) -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintLeft_toRightOf -cyanogenmod.app.IPartnerInterface$Stub$Proxy: boolean setZenModeWithDuration(int,long) -com.turingtechnologies.materialscrollbar.R$drawable: int notification_bg_low -cyanogenmod.externalviews.ExternalView$5 -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void run() -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: long serialVersionUID -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: java.lang.String getZh_TW() -io.reactivex.internal.observers.InnerQueuedObserver: void onSubscribe(io.reactivex.disposables.Disposable) -okhttp3.internal.http2.Http2Connection$IntervalPingRunnable: void execute() -retrofit2.BuiltInConverters$UnitResponseBodyConverter: kotlin.Unit convert(okhttp3.ResponseBody) -androidx.preference.R$attr: int popupMenuStyle -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_Alert -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_trackTint -com.tencent.bugly.crashreport.common.strategy.a: java.lang.String h -okhttp3.internal.http2.Http2: java.lang.String[] FRAME_NAMES -com.google.android.material.chip.Chip: void setBackgroundColor(int) -com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource MEMORY_CACHE -okhttp3.internal.http2.Http2Connection$Builder: boolean client -com.google.android.material.R$style: int Widget_MaterialComponents_ExtendedFloatingActionButton_Icon -com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableTransition_android_drawable -androidx.preference.R$layout: int abc_popup_menu_item_layout -wangdaye.com.geometricweather.R$style: int AlertDialog_AppCompat_Light -androidx.preference.R$dimen: int abc_dialog_min_width_major -com.tencent.bugly.CrashModule: void a(android.content.Context,com.tencent.bugly.BuglyStrategy) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_expandedOffset -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleMarginStart -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_DES_CBC_SHA -com.google.android.material.R$dimen: int mtrl_btn_stroke_size -com.xw.repo.bubbleseekbar.R$layout: int abc_popup_menu_header_item_layout -com.google.android.gms.common.internal.zag: zag(com.google.android.gms.common.api.internal.OnConnectionFailedListener) -com.google.android.material.R$styleable: int ProgressIndicator_indicatorCornerRadius -com.google.android.material.R$attr: int scrimAnimationDuration -androidx.viewpager2.R$attr: int fontProviderQuery -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Body1 -io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,int) -okhttp3.Response: okhttp3.CacheControl cacheControl -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Display1 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial: int UnitType -com.google.android.material.appbar.AppBarLayout: void setTargetElevation(float) -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintStart_toStartOf -androidx.preference.R$attr: int colorError -androidx.constraintlayout.widget.R$id: int notification_main_column -cyanogenmod.app.IPartnerInterface: boolean setZenMode(int) -wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode DARK -com.amap.api.location.AMapLocation: int ERROR_CODE_NOCGI_WIFIOFF -okio.BufferedSource: long readHexadecimalUnsignedLong() -androidx.preference.R$attr: int listChoiceBackgroundIndicator -wangdaye.com.geometricweather.R$attr: int chipIconEnabled -wangdaye.com.geometricweather.R$id: int material_timepicker_container -wangdaye.com.geometricweather.R$styleable: int Chip_chipMinHeight -com.turingtechnologies.materialscrollbar.R$drawable: int abc_menu_hardkey_panel_mtrl_mult -wangdaye.com.geometricweather.R$styleable: int MenuItem_actionViewClass -com.tencent.bugly.crashreport.biz.UserInfoBean -androidx.hilt.lifecycle.R$drawable: int notification_bg_low_pressed -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String getProvince() -cyanogenmod.app.LiveLockScreenInfo: int describeContents() -com.google.android.material.card.MaterialCardView: float getRadius() -com.turingtechnologies.materialscrollbar.R$color: int design_fab_stroke_top_outer_color -com.google.android.material.floatingactionbutton.FloatingActionButton: int getRippleColor() -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Inverse -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_DarkActionBar -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Speed -wangdaye.com.geometricweather.R$id: int mtrl_picker_text_input_range_start -wangdaye.com.geometricweather.R$attr: int unfold -wangdaye.com.geometricweather.R$attr: int indeterminateProgressStyle -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.util.List dailyForecast -wangdaye.com.geometricweather.background.receiver.widget.AbstractWidgetProvider -james.adaptiveicon.R$styleable: int ActionBar_elevation -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_138 -androidx.appcompat.resources.R$id: int accessibility_custom_action_3 -wangdaye.com.geometricweather.R$string: int key_icon_provider -retrofit2.adapter.rxjava2.BodyObservable: BodyObservable(io.reactivex.Observable) -androidx.preference.R$styleable: int AppCompatTheme_panelMenuListWidth -androidx.constraintlayout.widget.R$style: int Widget_Compat_NotificationActionText -androidx.appcompat.R$dimen: int abc_control_padding_material -okhttp3.internal.http2.Http2Connection$2: okhttp3.internal.http2.Http2Connection this$0 -com.google.android.material.R$styleable: int AppCompatTheme_textColorAlertDialogListItem -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: java.lang.String getSpeedText(android.content.Context,float) -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_headline_material -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void drain() -cyanogenmod.app.ThemeVersion: int CM12_PRE_VERSIONING -wangdaye.com.geometricweather.R$style: int AlertDialog_AppCompat -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer realFeelShaderTemperature -androidx.loader.R$attr: R$attr() -androidx.vectordrawable.R$id: int blocking -com.jaredrummler.android.colorpicker.R$drawable: int abc_switch_thumb_material -com.xw.repo.bubbleseekbar.R$layout: int abc_cascading_menu_item_layout -android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 -com.jaredrummler.android.colorpicker.R$color: int abc_btn_colored_text_material -wangdaye.com.geometricweather.R$styleable: int MenuGroup_android_enabled -wangdaye.com.geometricweather.R$id: int progress -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_Switch -com.xw.repo.bubbleseekbar.R$attr: int colorAccent -androidx.constraintlayout.widget.R$color: int ripple_material_dark -com.tencent.bugly.proguard.u: com.tencent.bugly.proguard.u a() -com.turingtechnologies.materialscrollbar.R$attr: int hideOnContentScroll -wangdaye.com.geometricweather.R$drawable: int shortcuts_clear_night -com.jaredrummler.android.colorpicker.R$color: int ripple_material_light -com.xw.repo.bubbleseekbar.R$layout: int select_dialog_multichoice_material -wangdaye.com.geometricweather.background.polling.work.worker.AsyncUpdateWorker: AsyncUpdateWorker(android.content.Context,androidx.work.WorkerParameters,wangdaye.com.geometricweather.location.LocationHelper,wangdaye.com.geometricweather.weather.WeatherHelper) -com.google.android.gms.base.R$drawable: int common_google_signin_btn_icon_dark_normal -androidx.preference.R$styleable: int DrawerArrowToggle_thickness -androidx.hilt.work.R$anim: int fragment_close_enter -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintCircle -androidx.work.R$id: int accessibility_custom_action_25 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange: AccuCurrentResult$TemperatureSummary$Past6HourRange() -cyanogenmod.platform.Manifest$permission: java.lang.String WRITE_WEATHER -com.google.android.gms.dynamic.RemoteCreator$RemoteCreatorException: RemoteCreator$RemoteCreatorException(java.lang.String) -cyanogenmod.app.ILiveLockScreenManagerProvider: boolean unregisterChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) -io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: void soNext(io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode) -com.amap.api.location.APSService: int b -com.tencent.bugly.crashreport.common.info.a: java.lang.String M() -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer realFeelTemperature -com.google.android.material.R$style: int Widget_MaterialComponents_TextInputEditText_FilledBox_Dense -com.jaredrummler.android.colorpicker.R$id: int action_mode_close_button -com.google.gson.FieldNamingPolicy$5: java.lang.String translateName(java.lang.reflect.Field) -com.xw.repo.bubbleseekbar.R$attr: int listMenuViewStyle -com.google.android.material.R$id: int dragEnd -okhttp3.Interceptor$Chain: okhttp3.Response proceed(okhttp3.Request) -com.google.android.material.R$attr: int actionBarWidgetTheme -com.google.android.material.R$style: int Theme_AppCompat_Light_Dialog -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView: DoubleHistogramView(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$styleable: int ConstraintSet_android_translationZ -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: java.lang.String getFrom() -cyanogenmod.hardware.ThermalListenerCallback$State: int STATE_WARM_FALLING -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setMax(float) -androidx.appcompat.R$style: int RtlOverlay_DialogWindowTitle_AppCompat -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: ObservableReplay$BoundedReplayBuffer() -cyanogenmod.weather.WeatherInfo: double access$402(cyanogenmod.weather.WeatherInfo,double) -okhttp3.CertificatePinner: void check(java.lang.String,java.security.cert.Certificate[]) -wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_android_layout -wangdaye.com.geometricweather.R$style: int week_weather_week_info -androidx.recyclerview.R$id: int line3 -androidx.drawerlayout.R$dimen: int notification_large_icon_width -com.jaredrummler.android.colorpicker.R$styleable: int[] LinearLayoutCompat -androidx.lifecycle.Lifecycling -android.didikee.donate.R$drawable: int abc_ic_menu_share_mtrl_alpha -androidx.appcompat.R$anim: int btn_radio_to_off_mtrl_dot_group_animation -james.adaptiveicon.R$id: int customPanel -com.jaredrummler.android.colorpicker.R$styleable: int[] ActionMenuView -com.google.android.material.R$styleable: int TabLayout_tabPaddingEnd -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_startIconTintMode -com.google.android.material.R$color: int abc_search_url_text_normal -com.jaredrummler.android.colorpicker.R$id: int action_bar_spinner -james.adaptiveicon.R$styleable: int AppCompatImageView_tint -okio.GzipSource: GzipSource(okio.Source) -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: void onError(java.lang.Throwable) -okio.Buffer: okio.Buffer writeIntLe(int) -cyanogenmod.app.Profile$ProfileTrigger: Profile$ProfileTrigger(android.os.Parcel) -com.google.gson.FieldNamingPolicy$3: FieldNamingPolicy$3(java.lang.String,int) -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void next(java.lang.Object) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Metric -wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit H -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Metric: int UnitType -androidx.constraintlayout.widget.R$attr: int panelBackground -okhttp3.RequestBody$1: okio.ByteString val$content -com.tencent.bugly.crashreport.common.strategy.a: com.tencent.bugly.crashreport.common.strategy.StrategyBean a(com.tencent.bugly.crashreport.common.strategy.a,com.tencent.bugly.crashreport.common.strategy.StrategyBean) -com.google.android.material.R$styleable: int MenuItem_android_checkable -okhttp3.Handshake -cyanogenmod.app.ProfileGroup: ProfileGroup(java.util.UUID,boolean) -com.turingtechnologies.materialscrollbar.R$attr: int insetForeground -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver -okio.BufferedSink: okio.Buffer buffer() -james.adaptiveicon.R$attr: int colorSwitchThumbNormal -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintVertical_weight -androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$State mState -wangdaye.com.geometricweather.main.Hilt_MainActivity -wangdaye.com.geometricweather.R$style: int PopupWindowAnimation_Bottom_Left -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void onNext(java.lang.Object) -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver: io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver parent -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setId(java.lang.Long) -com.google.android.material.button.MaterialButton: int getIconGravity() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: void setZh_CN(java.lang.String) -cyanogenmod.app.ICMTelephonyManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -androidx.work.R$styleable: int GradientColor_android_tileMode -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: java.lang.String regist(java.lang.String,boolean,int) -androidx.hilt.work.R$dimen: int compat_control_corner_material -com.xw.repo.bubbleseekbar.R$id: int scrollIndicatorUp -androidx.appcompat.R$styleable: int AppCompatImageView_srcCompat -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup -wangdaye.com.geometricweather.R$attr: int barrierMargin -androidx.recyclerview.R$attr: int fontProviderFetchTimeout -com.tencent.bugly.proguard.h -com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_android_layout -cyanogenmod.providers.CMSettings$Secure: java.lang.String KILL_APP_LONGPRESS_BACK -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Direction: java.lang.String Localized -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem -androidx.viewpager.R$styleable: int GradientColor_android_startY -androidx.hilt.lifecycle.R$dimen: int notification_content_margin_start -io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: void accept(java.lang.Object) -androidx.vectordrawable.R$id: int tag_transition_group -androidx.transition.R$layout: int notification_template_part_time -com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat -com.google.android.material.R$styleable: int[] StateListDrawableItem -wangdaye.com.geometricweather.background.receiver.widget.WidgetDayProvider: WidgetDayProvider() -com.google.android.material.R$attr: int drawableTopCompat -androidx.appcompat.widget.AppCompatRadioButton: AppCompatRadioButton(android.content.Context,android.util.AttributeSet,int) -androidx.preference.R$attr: int titleTextStyle -com.jaredrummler.android.colorpicker.R$styleable: int CompoundButton_buttonTint -okhttp3.logging.package-info -cyanogenmod.weatherservice.IWeatherProviderService: void cancelOngoingRequests() -androidx.appcompat.R$style: int Widget_Compat_NotificationActionContainer -androidx.fragment.R$styleable: int ColorStateListItem_android_alpha -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title -com.google.android.material.R$styleable: int SwitchCompat_switchPadding -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeBackground -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Snow: double Value -androidx.coordinatorlayout.R$id: int notification_background -androidx.constraintlayout.widget.R$styleable: int MockView_mock_showLabel -androidx.constraintlayout.widget.R$styleable: int OnSwipe_maxAcceleration -androidx.hilt.R$id: int accessibility_custom_action_14 -okhttp3.Handshake: okhttp3.TlsVersion tlsVersion() -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse -androidx.loader.R$styleable: int FontFamilyFont_fontStyle -androidx.customview.R$styleable: int[] GradientColor -wangdaye.com.geometricweather.R$color: int bright_foreground_material_light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: boolean isIsModify() -wangdaye.com.geometricweather.R$styleable: int Layout_layout_goneMarginTop -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_caption_material -wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: float unitFactor -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: void setOnClickListener(android.view.View$OnClickListener) -okhttp3.internal.Internal: boolean equalsNonHost(okhttp3.Address,okhttp3.Address) -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: void onError(java.lang.Throwable) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatSeekBar_tickMarkTint -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle -wangdaye.com.geometricweather.R$string: int feedback_select_location_provider -wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource: wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource valueOf(java.lang.String) -james.adaptiveicon.R$styleable: int AppCompatTheme_ratingBarStyleSmall -androidx.swiperefreshlayout.R$drawable: int notification_bg_low_normal -com.jaredrummler.android.colorpicker.R$attr: int key -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_COLOR_ENHANCE_VALIDATOR -com.turingtechnologies.materialscrollbar.R$attr: int coordinatorLayoutStyle -androidx.constraintlayout.widget.R$dimen: int hint_alpha_material_light -androidx.vectordrawable.animated.R$id: int text2 -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_NOTIF_COUNT_VALIDATOR -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText -android.didikee.donate.R$drawable: int notification_bg_low_normal -okhttp3.internal.cache.CacheStrategy$Factory: java.util.Date lastModified -androidx.vectordrawable.R$id: int chronometer -wangdaye.com.geometricweather.R$dimen: int design_fab_translation_z_pressed -okhttp3.internal.http2.Settings: int MAX_CONCURRENT_STREAMS -com.turingtechnologies.materialscrollbar.R$attr: int fabCradleVerticalOffset -com.google.android.material.R$styleable: int AppCompatTheme_listPopupWindowStyle -okio.RealBufferedSink: int write(java.nio.ByteBuffer) -cyanogenmod.app.ProfileGroup: android.net.Uri getSoundOverride() -io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: void complete() -androidx.appcompat.R$style: int TextAppearance_AppCompat_Medium_Inverse -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_weight -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Display3 -wangdaye.com.geometricweather.R$attr: int number -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dividerVertical -androidx.appcompat.R$styleable: int ButtonBarLayout_allowStacking -androidx.recyclerview.R$id: int accessibility_custom_action_8 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: CaiYunMainlyResult$AlertsBean$DefenseBean() -androidx.constraintlayout.utils.widget.ImageFilterView: float getSaturation() -androidx.appcompat.R$styleable: R$styleable() -wangdaye.com.geometricweather.R$style: int Preference_DropDown -androidx.appcompat.widget.AppCompatAutoCompleteTextView: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_PopupMenu -androidx.core.R$integer: int status_bar_notification_info_maxnum -androidx.constraintlayout.widget.R$dimen: int abc_dialog_corner_radius_material -com.google.android.gms.common.data.DataHolder: android.os.Parcelable$Creator CREATOR -androidx.activity.R$attr: int fontVariationSettings -james.adaptiveicon.R$attr: int actionBarTheme -com.jaredrummler.android.colorpicker.R$id: int regular -com.google.android.material.R$styleable: int Constraint_layout_constraintHeight_default -wangdaye.com.geometricweather.R$string: int key_text_size -retrofit2.Utils: okhttp3.ResponseBody buffer(okhttp3.ResponseBody) -wangdaye.com.geometricweather.R$attr: int spanCount -androidx.vectordrawable.animated.R$drawable: int notification_template_icon_low_bg -okhttp3.RequestBody: okhttp3.MediaType contentType() -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: java.lang.Object NULL_KEY -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionBar_TabView -okhttp3.internal.ws.RealWebSocket: long CANCEL_AFTER_CLOSE_MILLIS -wangdaye.com.geometricweather.R$layout: int preference_category_material -androidx.constraintlayout.widget.R$attr: int saturation -okhttp3.internal.http.HttpHeaders: okio.ByteString QUOTED_STRING_DELIMITERS -androidx.fragment.R$layout: int custom_dialog -com.turingtechnologies.materialscrollbar.R$styleable: int CardView_android_minHeight -wangdaye.com.geometricweather.R$styleable: int Toolbar_navigationIcon -james.adaptiveicon.R$id: int wrap_content -androidx.appcompat.widget.AppCompatRatingBar: AppCompatRatingBar(android.content.Context) -androidx.constraintlayout.widget.R$attr: int editTextBackground -androidx.preference.R$styleable: int[] DialogPreference -androidx.constraintlayout.widget.R$string: int abc_menu_alt_shortcut_label -okhttp3.Headers$Builder: okhttp3.Headers$Builder addUnsafeNonAscii(java.lang.String,java.lang.String) -androidx.core.R$styleable: int FontFamilyFont_android_ttcIndex -cyanogenmod.app.Profile: cyanogenmod.profiles.StreamSettings getSettingsForStream(int) -wangdaye.com.geometricweather.R$attr: int touchAnchorId -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen: int Value -okio.Timeout$1: okio.Timeout deadlineNanoTime(long) -com.turingtechnologies.materialscrollbar.R$attr: int singleSelection -androidx.drawerlayout.R$id: int tag_transition_group -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: void onNext(java.lang.Object) -james.adaptiveicon.R$styleable: int MenuGroup_android_orderInCategory -james.adaptiveicon.R$styleable: int AlertDialog_buttonIconDimen -com.xw.repo.bubbleseekbar.R$attr: int colorControlHighlight -android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge -androidx.appcompat.widget.ActionBarContainer: void setStackedBackground(android.graphics.drawable.Drawable) -com.tencent.bugly.proguard.q: android.content.Context c -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: boolean isChinese() -androidx.swiperefreshlayout.R$id: int dialog_button -androidx.preference.R$styleable: int Toolbar_collapseIcon -wangdaye.com.geometricweather.R$styleable: int RangeSlider_minSeparation -androidx.appcompat.R$style: int Widget_AppCompat_Button_Small -com.google.android.material.R$integer: int hide_password_duration -cyanogenmod.externalviews.ExternalViewProperties: int getX() -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver: long serialVersionUID -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_menu_selectall_mtrl_alpha -wangdaye.com.geometricweather.R$id: int none -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_textAllCaps -cyanogenmod.hardware.CMHardwareManager: int FEATURE_KEY_DISABLE -androidx.constraintlayout.widget.R$anim: int btn_radio_to_on_mtrl_ring_outer_path_animation -com.google.android.material.R$attr: int flow_maxElementsWrap -com.tencent.bugly.crashreport.common.info.a: java.lang.String k() -cyanogenmod.app.CustomTile: java.lang.String label -wangdaye.com.geometricweather.R$drawable: int notif_temp_91 -androidx.constraintlayout.widget.R$attr: int nestedScrollFlags -cyanogenmod.themes.IThemeService: long getLastThemeChangeTime() -okhttp3.internal.http.StatusLine: okhttp3.Protocol protocol -wangdaye.com.geometricweather.R$string: int key_notification_hide_big_view -android.didikee.donate.R$styleable: int AppCompatTheme_panelMenuListWidth -wangdaye.com.geometricweather.R$attr: int currentPageIndicatorColor -cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String getResPkg() -com.tencent.bugly.proguard.ar: void a(com.tencent.bugly.proguard.i) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getThunderstormPrecipitation() -cyanogenmod.themes.ThemeManager$ThemeChangeListener: void onProgress(int) -androidx.preference.R$styleable: int AppCompatTheme_colorAccent -android.didikee.donate.R$attr: int allowStacking -com.turingtechnologies.materialscrollbar.R$color: int mtrl_bottom_nav_colored_item_tint -androidx.lifecycle.extensions.R$anim: int fragment_open_exit -io.reactivex.internal.queue.SpscArrayQueue: boolean offer(java.lang.Object) -androidx.preference.R$styleable: int ViewBackgroundHelper_backgroundTintMode -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: int Age -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: boolean mainDone -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_checkedIcon -okhttp3.internal.http2.Http2Reader: okhttp3.internal.http2.Http2Reader$ContinuationSource continuation -wangdaye.com.geometricweather.R$array: int duration_units -com.amap.api.fence.DistrictItem$1: java.lang.Object createFromParcel(android.os.Parcel) -android.didikee.donate.R$styleable: int[] ListPopupWindow -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String shortDescription -androidx.lifecycle.MethodCallsLogger: boolean approveCall(java.lang.String,int) -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver inner -okio.ForwardingTimeout: okio.Timeout clearTimeout() -wangdaye.com.geometricweather.R$id: int dragRight -com.bumptech.glide.R$id: int info -wangdaye.com.geometricweather.R$styleable: int[] ScrollingViewBehavior_Layout -cyanogenmod.weather.ICMWeatherManager$Stub: android.os.IBinder asBinder() -okhttp3.OkHttpClient: int readTimeout -android.didikee.donate.R$styleable: int AppCompatTheme_windowMinWidthMinor -wangdaye.com.geometricweather.R$dimen: int mtrl_low_ripple_hovered_alpha -wangdaye.com.geometricweather.db.entities.DailyEntity: int getNighttimeTemperature() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: java.lang.String value -com.google.android.material.R$attr: int materialCardViewStyle -okhttp3.Dispatcher: void finished(okhttp3.RealCall$AsyncCall) -com.google.android.material.R$drawable: int design_password_eye -androidx.recyclerview.R$styleable: int RecyclerView_spanCount -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator INCREASING_RING_VALIDATOR -wangdaye.com.geometricweather.R$style: int content_text -wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTomorrowForecastUpdateService -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleMarginBottom -com.xw.repo.bubbleseekbar.R$attr: int fontProviderFetchTimeout -cyanogenmod.profiles.BrightnessSettings$1: cyanogenmod.profiles.BrightnessSettings createFromParcel(android.os.Parcel) -okhttp3.internal.ws.RealWebSocket -androidx.appcompat.R$drawable: int abc_text_select_handle_right_mtrl_dark -okio.DeflaterSink: DeflaterSink(okio.BufferedSink,java.util.zip.Deflater) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowActionBar -com.tencent.bugly.crashreport.crash.h5.H5JavaScriptInterface: java.lang.String b -com.tencent.bugly.crashreport.CrashReport: java.lang.String getAppVer() -androidx.viewpager2.R$attr: int fontVariationSettings -androidx.preference.R$id: int async -androidx.preference.R$style: int Widget_AppCompat_SeekBar_Discrete -com.google.android.material.R$attr: int listChoiceIndicatorSingleAnimated -androidx.customview.R$styleable: int GradientColor_android_centerColor -com.google.android.material.R$styleable: int Constraint_layout_goneMarginBottom -okhttp3.internal.http2.Http2Connection$PingRunnable: int payload2 -com.tencent.bugly.proguard.an: byte a -wangdaye.com.geometricweather.R$attr: int arc_angle -com.xw.repo.bubbleseekbar.R$attr: int dividerVertical -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_peekHeight -com.github.rahatarmanahmed.cpv.CircularProgressView: float actualProgress -com.jaredrummler.android.colorpicker.R$layout: int preference_category_material -androidx.appcompat.R$styleable: int[] ActivityChooserView -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cpb -com.jaredrummler.android.colorpicker.R$attr: int buttonIconDimen -androidx.appcompat.resources.R$styleable: int FontFamily_fontProviderFetchTimeout -com.google.android.material.button.MaterialButton: android.content.res.ColorStateList getStrokeColor() -androidx.appcompat.widget.Toolbar: void setContentInsetEndWithActions(int) -okhttp3.OkHttpClient: okhttp3.Cache cache -android.didikee.donate.R$styleable: int SwitchCompat_showText -androidx.constraintlayout.widget.R$styleable: int ActionBar_contentInsetEnd -io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: void request(long) -wangdaye.com.geometricweather.R$string: int feedback_cannot_start_live_wallpaper_activity -androidx.constraintlayout.widget.Constraints -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_31 -com.turingtechnologies.materialscrollbar.R$attr: int contentPadding -cyanogenmod.hardware.ICMHardwareService: int[] getDisplayGammaCalibration(int) -androidx.viewpager2.R$styleable: int GradientColor_android_centerX -com.google.android.material.R$styleable: int SearchView_submitBackground -com.tencent.bugly.crashreport.common.info.a: void a(java.lang.String) -androidx.appcompat.widget.AppCompatTextView: android.view.textclassifier.TextClassifier getTextClassifier() -com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableCompat_android_visible -com.google.android.material.R$attr: int showTitle -com.google.android.material.R$styleable: int AppCompatSeekBar_android_thumb -androidx.work.R$id: int accessibility_custom_action_28 -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setIcePrecipitation(java.lang.Float) -com.google.android.material.R$style: int Platform_V21_AppCompat_Light -okhttp3.internal.cache.CacheStrategy$Factory: long receivedResponseMillis -retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter: java.lang.Object adapt(retrofit2.Call) -com.jaredrummler.android.colorpicker.R$attr: int backgroundTintMode -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dividerHorizontal -cyanogenmod.providers.CMSettings$1: boolean validate(java.lang.String) -com.google.android.material.R$styleable: int MaterialTextView_android_textAppearance -com.google.android.material.timepicker.ClockHandView: ClockHandView(android.content.Context,android.util.AttributeSet) -com.amap.api.fence.GeoFenceManagerBase: void setGeoFenceListener(com.amap.api.fence.GeoFenceListener) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Rain Rain -com.xw.repo.bubbleseekbar.R$color: int primary_text_default_material_dark -androidx.appcompat.R$color: int androidx_core_secondary_text_default_material_light -androidx.recyclerview.R$integer -okhttp3.OkHttpClient$Builder: java.util.List networkInterceptors -wangdaye.com.geometricweather.db.entities.AlertEntity: void setDescription(java.lang.String) -com.google.android.material.R$attr: int materialCalendarMonthNavigationButton -androidx.cardview.widget.CardView: CardView(android.content.Context) -com.github.rahatarmanahmed.cpv.CircularProgressView: int animSteps -cyanogenmod.profiles.BrightnessSettings: int mValue -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float snowPrecipitation -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_maxHeight -com.xw.repo.bubbleseekbar.R$color: int dim_foreground_disabled_material_light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: void setStatus(int) -androidx.lifecycle.ViewModelStore: void put(java.lang.String,androidx.lifecycle.ViewModel) -androidx.appcompat.resources.R$dimen: int compat_button_padding_vertical_material -androidx.appcompat.R$attr: int paddingStart -io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: void onNext(java.lang.Object) -okhttp3.RealCall: java.io.IOException timeoutExit(java.io.IOException) -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: wangdaye.com.geometricweather.db.entities.HistoryEntity readEntity(android.database.Cursor,int) -okio.Buffer: okio.Buffer copyTo(java.io.OutputStream,long,long) -wangdaye.com.geometricweather.R$id: int item_icon_provider_get_more_appStore -com.google.android.material.R$attr: int actionTextColorAlpha -okio.Okio$2: long read(okio.Buffer,long) -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ButtonBar -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer treeLevel -com.tencent.bugly.CrashModule: com.tencent.bugly.CrashModule getInstance() -androidx.core.R$id: int line3 -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -com.google.android.material.R$style: int Base_V21_Theme_MaterialComponents_Light_Dialog -com.xw.repo.bubbleseekbar.R$styleable: int CompoundButton_android_button -com.google.android.material.R$attr: int lineHeight -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_toRightOf -wangdaye.com.geometricweather.R$id: int textSpacerNoTitle -james.adaptiveicon.R$attr: int overlapAnchor -android.didikee.donate.R$drawable: int abc_btn_radio_to_on_mtrl_000 -androidx.hilt.R$id -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps$WarningTimelapsItem: MfWarningsResult$WarningTimelaps$WarningTimelapsItem() -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void onComplete() -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver -com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_drawableSize -com.google.android.material.R$id: int notification_background -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_13 -androidx.viewpager.R$color: int notification_icon_bg_color -wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_marginRight -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Caption -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TabLayout -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind: java.lang.Integer speed -okhttp3.internal.http2.Huffman: void encode(okio.ByteString,okio.BufferedSink) -okhttp3.internal.ws.RealWebSocket$2: RealWebSocket$2(okhttp3.internal.ws.RealWebSocket,okhttp3.Request) -com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getPasswordVisibilityToggleContentDescription() -android.didikee.donate.R$style: int Base_Widget_AppCompat_ActivityChooserView -james.adaptiveicon.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_indeterminate -androidx.appcompat.R$styleable: int AppCompatTheme_dropDownListViewStyle -com.turingtechnologies.materialscrollbar.R$attr: int state_lifted -wangdaye.com.geometricweather.R$styleable: int ViewBackgroundHelper_backgroundTint -cyanogenmod.app.CMContextConstants -wangdaye.com.geometricweather.R$drawable: int ic_ragweed -retrofit2.OkHttpCall: retrofit2.OkHttpCall clone() -com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy LOWER_CASE_WITH_DOTS -com.google.gson.stream.JsonReader: int PEEKED_BEGIN_OBJECT -okhttp3.CertificatePinner: java.lang.String pin(java.security.cert.Certificate) -com.bumptech.glide.R$attr: int fontProviderFetchStrategy -com.google.android.material.R$styleable: int MaterialCalendar_yearStyle -androidx.hilt.work.R$id: int async -com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity -com.google.android.material.R$styleable: int[] ActionBar -com.turingtechnologies.materialscrollbar.R$id: int action_bar_subtitle -com.google.android.gms.internal.location.zzj: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xdwd -androidx.appcompat.R$styleable: int AppCompatTheme_colorControlHighlight -retrofit2.Utils$ParameterizedTypeImpl: java.lang.reflect.Type[] getActualTypeArguments() -wangdaye.com.geometricweather.R$drawable: int design_password_eye -james.adaptiveicon.R$styleable: int FontFamily_fontProviderFetchStrategy -com.jaredrummler.android.colorpicker.R$styleable: int ColorPanelView_cpv_showOldColor -retrofit2.KotlinExtensions$awaitResponse$$inlined$suspendCancellableCoroutine$lambda$1: retrofit2.Call $this_awaitResponse$inlined -com.google.android.material.appbar.MaterialToolbar: void setNavigationIconColor(int) -androidx.drawerlayout.R$styleable: int GradientColor_android_type -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property Date -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_transitionEasing -wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_marginEnd -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Tooltip -wangdaye.com.geometricweather.R$styleable: int Spinner_android_dropDownWidth -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarViewPager: void setOnApplyWindowInsetsListener(android.view.View$OnApplyWindowInsetsListener) -com.turingtechnologies.materialscrollbar.R$attr: int layout_anchorGravity -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceListItemSmall -com.amap.api.location.AMapLocationClient: java.lang.String getDeviceId(android.content.Context) -androidx.constraintlayout.widget.R$color: int material_blue_grey_950 -wangdaye.com.geometricweather.R$attr: int iconPadding -io.reactivex.Observable: io.reactivex.Observable sorted(java.util.Comparator) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean getWind() -androidx.work.R$styleable: int FontFamilyFont_android_fontVariationSettings -android.didikee.donate.R$style: int TextAppearance_AppCompat_Display2 -androidx.constraintlayout.widget.R$styleable: int ActionBar_customNavigationLayout -cyanogenmod.os.Build: java.lang.String getNameForSDKInt(int) -androidx.viewpager2.R$id: int item_touch_helper_previous_elevation -com.jaredrummler.android.colorpicker.R$id: int image -wangdaye.com.geometricweather.R$style: int Platform_MaterialComponents_Dialog -wangdaye.com.geometricweather.R$layout: int abc_activity_chooser_view_list_item -android.didikee.donate.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox -retrofit2.Utils: java.lang.RuntimeException parameterError(java.lang.reflect.Method,int,java.lang.String,java.lang.Object[]) -cyanogenmod.app.ProfileGroup: void setSoundOverride(android.net.Uri) -com.google.android.material.R$styleable: int Constraint_flow_horizontalBias -okhttp3.internal.ws.WebSocketProtocol -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX names -wangdaye.com.geometricweather.R$drawable: int abc_ic_ab_back_material -james.adaptiveicon.R$styleable: int AppCompatTextView_drawableLeftCompat -androidx.vectordrawable.animated.R$attr: int font -cyanogenmod.alarmclock.ClockContract$InstancesColumns: int POWER_OFF_ALARM_STATE -wangdaye.com.geometricweather.R$style: int PreferenceThemeOverlay -com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String n -androidx.constraintlayout.widget.R$id: R$id() -android.didikee.donate.R$attr: int switchTextAppearance -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial Imperial -androidx.appcompat.R$attr: int ratingBarStyleIndicator -androidx.cardview.R$style: int CardView -james.adaptiveicon.R$styleable: int AppCompatTheme_alertDialogTheme -com.tencent.bugly.proguard.y: java.lang.String k -androidx.appcompat.R$drawable: int abc_ic_menu_share_mtrl_alpha -androidx.preference.UnPressableLinearLayout: UnPressableLinearLayout(android.content.Context,android.util.AttributeSet) -com.turingtechnologies.materialscrollbar.R$drawable: int tooltip_frame_dark -androidx.constraintlayout.widget.R$dimen: int notification_media_narrow_margin -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: io.reactivex.Scheduler$Worker worker -io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: FlowableConcatMap$ConcatMapInner(io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapSupport) -cyanogenmod.app.CMContextConstants$Features: java.lang.String APP_SUGGEST -com.jaredrummler.android.colorpicker.R$attr: int actionBarSplitStyle -cyanogenmod.profiles.StreamSettings: void setValue(int) -com.jaredrummler.android.colorpicker.R$dimen: int compat_button_padding_horizontal_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean getFeelsLike() -james.adaptiveicon.R$style: int Widget_AppCompat_ImageButton -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_min_width_major -com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu -retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: retrofit2.CallAdapter get(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Imperial: double Value -com.google.android.material.R$styleable: int MaterialCardView_shapeAppearance -android.didikee.donate.R$style: int Base_Widget_AppCompat_ListPopupWindow -com.jaredrummler.android.colorpicker.R$id: int search_mag_icon -retrofit2.Retrofit$1: Retrofit$1(retrofit2.Retrofit,java.lang.Class) -wangdaye.com.geometricweather.R$attr: int textLocale -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar -androidx.appcompat.R$styleable: int[] LinearLayoutCompat_Layout -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: java.util.concurrent.atomic.AtomicLong requested -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintWidth_default -androidx.hilt.lifecycle.R$drawable: int notification_bg_low -wangdaye.com.geometricweather.R$id: int container_main_aqi_title -com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage RESOURCE_CACHE -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Menu -wangdaye.com.geometricweather.R$attr: int flow_padding -com.turingtechnologies.materialscrollbar.R$attr: int itemTextAppearance -androidx.recyclerview.R$id: int tag_accessibility_actions -com.amap.api.location.APSServiceBase: void onDestroy() -androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_arrowHeadLength -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean: void setBrands(java.util.List) -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String treeDescription -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small -com.xw.repo.bubbleseekbar.R$color: int abc_search_url_text -okhttp3.internal.cache2.Relay: okio.Source newSource() -com.google.android.material.bottomnavigation.BottomNavigationMenuView: android.util.SparseArray getBadgeDrawables() -wangdaye.com.geometricweather.R$color: int cardview_light_background -androidx.dynamicanimation.R$layout: int notification_action_tombstone -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_SCREEN_ON -androidx.preference.R$id: int accessibility_custom_action_28 -wangdaye.com.geometricweather.R$styleable: int Preference_widgetLayout -io.reactivex.internal.subscriptions.EmptySubscription: java.lang.Object poll() -androidx.constraintlayout.widget.R$attr: int constraintSetStart -wangdaye.com.geometricweather.R$styleable: int Constraint_android_minHeight -okhttp3.internal.cache.DiskLruCache$3: okhttp3.internal.cache.DiskLruCache$Snapshot nextSnapshot -retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: BodyObservable$BodyObserver(io.reactivex.Observer) -com.google.android.material.R$attr: int elevationOverlayEnabled -com.amap.api.fence.GeoFence: int ERROR_CODE_UNKNOWN -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: io.reactivex.ObservableEmitter serialize() -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_startColor -okhttp3.internal.platform.Platform: boolean isCleartextTrafficPermitted(java.lang.String) -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight_NoActionBar -wangdaye.com.geometricweather.R$attr: int listPreferredItemHeightSmall -androidx.viewpager2.R$id: int icon -com.jaredrummler.android.colorpicker.R$color: int material_grey_600 -androidx.appcompat.widget.Toolbar: int getTitleMarginStart() -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ListView -wangdaye.com.geometricweather.R$styleable: int KeyCycle_wavePeriod -com.google.android.material.R$styleable: int TextInputLayout_boxStrokeColor -com.jaredrummler.android.colorpicker.R$styleable: int ActionMode_background -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_pivotAnchor -com.google.android.material.R$styleable: int Constraint_android_scaleX -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Display2 -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: int consumed -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: io.reactivex.internal.queue.SpscLinkedArrayQueue queue -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header -wangdaye.com.geometricweather.R$id: int never -androidx.recyclerview.R$attr: int fastScrollHorizontalThumbDrawable -okhttp3.internal.tls.CertificateChainCleaner: java.util.List clean(java.util.List,java.lang.String) -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_startColor -androidx.appcompat.resources.R$styleable: int[] GradientColorItem -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_HUMIDITY -wangdaye.com.geometricweather.R$id: int dialog_location_permission_statement_container -wangdaye.com.geometricweather.R$id: int textinput_suffix_text -cyanogenmod.providers.CMSettings$System: java.lang.String DIALER_OPENCNAM_AUTH_TOKEN -io.reactivex.internal.util.NotificationLite: boolean isError(java.lang.Object) -io.reactivex.internal.observers.BasicIntQueueDisposable: boolean isEmpty() -androidx.work.R$styleable: int GradientColor_android_startX -okhttp3.Request$Builder: okhttp3.HttpUrl url -com.tencent.bugly.crashreport.common.info.a: java.lang.String k -com.tencent.bugly.crashreport.common.info.PlugInBean: int describeContents() -androidx.work.R$dimen: int notification_top_pad -androidx.core.R$layout: int notification_action_tombstone -androidx.core.R$id: int accessibility_custom_action_20 -com.turingtechnologies.materialscrollbar.R$id: int transition_scene_layoutid_cache -okhttp3.HttpUrl: java.lang.String fragment -com.xw.repo.bubbleseekbar.R$styleable: int[] AppCompatSeekBar -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarViewPager -com.tencent.bugly.proguard.a -com.turingtechnologies.materialscrollbar.R$layout: int design_navigation_menu -cyanogenmod.app.ThemeVersion$ThemeVersionImpl2: java.util.List getDeviceComponentVersions() -wangdaye.com.geometricweather.R$attr: int textAppearanceListItem -com.xw.repo.bubbleseekbar.R$attr: int allowStacking -wangdaye.com.geometricweather.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX weather -com.turingtechnologies.materialscrollbar.R$styleable: int ForegroundLinearLayout_android_foreground -android.didikee.donate.R$dimen: int abc_action_bar_icon_vertical_padding_material -com.google.android.material.R$drawable: int abc_textfield_default_mtrl_alpha -com.google.android.material.R$dimen: int mtrl_alert_dialog_picker_background_inset -androidx.preference.R$id: int dialog_button -com.xw.repo.bubbleseekbar.R$dimen: int notification_main_column_padding_top -james.adaptiveicon.R$drawable: int notification_bg_low -io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: long serialVersionUID -james.adaptiveicon.R$styleable: int ViewStubCompat_android_inflatedId -com.google.android.material.appbar.AppBarLayout -androidx.appcompat.R$styleable: int MenuItem_iconTintMode -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: java.util.ArrayDeque buffers -androidx.constraintlayout.widget.R$styleable: int GradientColor_android_centerY -androidx.work.R$attr: int ttcIndex -androidx.lifecycle.ReflectiveGenericLifecycleObserver: androidx.lifecycle.ClassesInfoCache$CallbackInfo mInfo -android.didikee.donate.R$dimen: int abc_dropdownitem_text_padding_right -androidx.constraintlayout.widget.R$styleable: int GradientColor_android_endY -cyanogenmod.app.suggest.ApplicationSuggestion: void writeToParcel(android.os.Parcel,int) -okio.Pipe$PipeSource: long read(okio.Buffer,long) -io.reactivex.internal.observers.LambdaObserver: void onNext(java.lang.Object) -cyanogenmod.weather.RequestInfo: cyanogenmod.weather.WeatherLocation mWeatherLocation -androidx.appcompat.R$attr: int drawableEndCompat -okhttp3.Cookie: boolean httpOnly -wangdaye.com.geometricweather.background.polling.permanent.update.Hilt_ForegroundTomorrowForecastUpdateService: Hilt_ForegroundTomorrowForecastUpdateService() -androidx.preference.R$styleable: int PreferenceTheme_dialogPreferenceStyle -androidx.constraintlayout.widget.R$styleable: int Layout_layout_goneMarginBottom -androidx.vectordrawable.R$styleable: int GradientColor_android_startX -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String getType() -com.google.android.material.textfield.TextInputEditText: void setTextInputLayoutFocusedRectEnabled(boolean) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionOverflowMenuStyle -com.turingtechnologies.materialscrollbar.R$styleable: int Snackbar_snackbarButtonStyle -okhttp3.internal.http2.Http2Connection: long intervalPongsReceived -com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Theme_AppCompat -androidx.constraintlayout.widget.R$drawable: int abc_btn_radio_material_anim -cyanogenmod.app.IProfileManager: boolean profileExists(android.os.ParcelUuid) -androidx.work.R$styleable: int FontFamily_fontProviderFetchStrategy -com.google.android.material.button.MaterialButton: android.graphics.PorterDuff$Mode getIconTintMode() -okhttp3.internal.cache.CacheStrategy$Factory: CacheStrategy$Factory(long,okhttp3.Request,okhttp3.Response) -androidx.hilt.lifecycle.R$string: int status_bar_notification_info_overflow -android.didikee.donate.R$dimen: int abc_dialog_min_width_major -androidx.preference.R$styleable: int TextAppearance_android_textColor -androidx.constraintlayout.widget.R$attr: int mock_label -cyanogenmod.providers.CMSettings: java.lang.String AUTHORITY -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum Minimum -retrofit2.OkHttpCall: retrofit2.Response execute() -okhttp3.internal.tls.DistinguishedNameParser: java.lang.String nextAT() -androidx.preference.R$layout: int notification_template_part_chronometer -com.tencent.bugly.proguard.u: long f -com.google.android.material.R$attr: int minSeparation -wangdaye.com.geometricweather.R$color: int mtrl_chip_close_icon_tint -com.xw.repo.bubbleseekbar.R$id: int split_action_bar -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle -retrofit2.Utils$ParameterizedTypeImpl: java.lang.reflect.Type rawType -com.google.android.material.appbar.CollapsingToolbarLayout: int getExpandedTitleMarginBottom() -androidx.appcompat.widget.SwitchCompat: void setThumbTintList(android.content.res.ColorStateList) -com.google.android.material.R$styleable: int KeyCycle_curveFit -james.adaptiveicon.R$attr: int elevation -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.autonavi.aps.amapapi.model.AMapLocationServer: AMapLocationServer(java.lang.String) -android.support.v4.os.ResultReceiver: android.os.Handler mHandler -wangdaye.com.geometricweather.R$styleable: int[] TouchScrollBar -com.google.android.material.R$style: int Widget_MaterialComponents_AutoCompleteTextView_FilledBox -wangdaye.com.geometricweather.R$attr: int tabStyle -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large -com.google.android.gms.common.api.ApiException: com.google.android.gms.common.api.Status getStatus() -com.tencent.bugly.crashreport.biz.b -wangdaye.com.geometricweather.R$drawable: int abc_btn_check_material -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorContentDescription -androidx.appcompat.R$styleable: int AppCompatTheme_checkboxStyle -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean m -cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_BATTERY_STYLE -okio.RealBufferedSource: byte[] readByteArray(long) -wangdaye.com.geometricweather.R$attr: int iconResStart -okhttp3.internal.http2.Http2Connection$5 -cyanogenmod.app.Profile$TriggerState: Profile$TriggerState() -androidx.lifecycle.AbstractSavedStateViewModelFactory: AbstractSavedStateViewModelFactory(androidx.savedstate.SavedStateRegistryOwner,android.os.Bundle) -wangdaye.com.geometricweather.R$dimen: int action_bar_size -retrofit2.Response: java.lang.Object body() -com.google.android.material.R$attr: int textEndPadding -android.didikee.donate.R$styleable: int AppCompatTheme_colorSwitchThumbNormal -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position -com.tencent.bugly.proguard.i: java.util.Map a(java.util.Map,java.util.Map,int,boolean) -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: io.reactivex.internal.disposables.SequentialDisposable task -androidx.appcompat.R$style: int Base_V21_Theme_AppCompat_Dialog -james.adaptiveicon.R$styleable: int AppCompatTheme_editTextStyle -com.xw.repo.bubbleseekbar.R$attr: int actionModeSelectAllDrawable -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setTempMax(java.lang.String) -okio.DeflaterSink: void finishDeflate() -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonStyle -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView -cyanogenmod.app.ProfileManager: java.util.UUID NO_PROFILE -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getSo2() -io.reactivex.internal.util.NotificationLite -wangdaye.com.geometricweather.R$styleable: int[] Slider -com.jaredrummler.android.colorpicker.R$styleable: int Preference_title -com.google.android.material.R$attr: int collapsedSize -android.didikee.donate.R$attr: int subtitleTextAppearance -james.adaptiveicon.R$style: int Base_V23_Theme_AppCompat_Light -wangdaye.com.geometricweather.R$styleable: int Preference_summary -wangdaye.com.geometricweather.R$id: int container_main_pollen_title -androidx.appcompat.R$styleable: int Toolbar_android_gravity -okhttp3.internal.cache2.Relay: okio.Buffer buffer -androidx.preference.R$string: int abc_activity_chooser_view_see_all -com.github.rahatarmanahmed.cpv.CircularProgressView: boolean autostartAnimation -com.jaredrummler.android.colorpicker.R$attr: int titleMarginBottom -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$LocalSource -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: boolean isEntityUpdateable() -wangdaye.com.geometricweather.R$drawable: int abc_spinner_textfield_background_material -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: void onChanged(java.lang.Object) -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setFillAlpha(float) -com.google.android.material.R$dimen: int tooltip_margin -james.adaptiveicon.R$drawable: int abc_spinner_mtrl_am_alpha -androidx.preference.R$attr: int actionModePasteDrawable -com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl -androidx.appcompat.R$color: int secondary_text_default_material_light -com.google.android.material.R$color: int mtrl_textinput_default_box_stroke_color -wangdaye.com.geometricweather.R$string: int abc_capital_on -com.google.android.material.R$styleable: int[] Transition -retrofit2.OkHttpCall: okhttp3.Request request() -androidx.core.graphics.drawable.IconCompat: IconCompat() -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: boolean cancelled -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int WEATHER_CODE_MAX -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: void setTemperature(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX) -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Subhead -androidx.viewpager.R$string -androidx.loader.R$style: int TextAppearance_Compat_Notification -com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_radio_to_on_mtrl_015 -androidx.preference.R$styleable: int PreferenceFragmentCompat_allowDividerAfterLastItem -androidx.preference.R$attr: int listChoiceIndicatorSingleAnimated -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter nullValue() -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_Bridge -okhttp3.Cookie: boolean secure -androidx.dynamicanimation.R$attr: int fontProviderAuthority -wangdaye.com.geometricweather.R$attr: int minSeparation -com.tencent.bugly.crashreport.common.info.a: java.lang.String i() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Metric Metric -com.tencent.bugly.crashreport.common.info.a: long a -androidx.constraintlayout.widget.Barrier: Barrier(android.content.Context) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture Past24HourTemperatureDeparture -androidx.coordinatorlayout.R$styleable: int ColorStateListItem_alpha -james.adaptiveicon.R$styleable: int AppCompatTheme_imageButtonStyle -cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.ICMHardwareService getService() -androidx.fragment.R$id: int accessibility_action_clickable_span -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Headline6 -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleMarginEnd -com.tencent.bugly.proguard.w: boolean a(java.lang.Runnable) -james.adaptiveicon.R$style: int Widget_AppCompat_ListPopupWindow -james.adaptiveicon.R$styleable: int ActionBar_divider -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Dialog -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float pm10 -com.turingtechnologies.materialscrollbar.R$attr: int thickness -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder encodedUsername(java.lang.String) -wangdaye.com.geometricweather.R$dimen: int mtrl_navigation_item_icon_padding -org.greenrobot.greendao.AbstractDaoSession: java.lang.Object callInTx(java.util.concurrent.Callable) -okhttp3.OkHttpClient: okhttp3.Dns dns -com.tencent.bugly.proguard.s -io.reactivex.internal.util.NotificationLite$ErrorNotification: boolean equals(java.lang.Object) -wangdaye.com.geometricweather.R$id: int widget_day_week_icon -com.amap.api.fence.PoiItem: void setAddress(java.lang.String) -androidx.viewpager2.R$attr: int recyclerViewStyle -com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_corner_radius_material -wangdaye.com.geometricweather.R$drawable: int abc_list_selector_holo_dark -wangdaye.com.geometricweather.R$style: int TextAppearance_Compat_Notification_Line2 -android.didikee.donate.R$attr: int buttonBarNeutralButtonStyle -androidx.appcompat.R$styleable: int Spinner_android_popupBackground -retrofit2.adapter.rxjava2.ResultObservable: ResultObservable(io.reactivex.Observable) -io.reactivex.internal.queue.SpscArrayQueue: int calcElementOffset(long,int) -androidx.appcompat.R$id: int accessibility_custom_action_31 -com.google.android.material.R$attr: int cardElevation -androidx.constraintlayout.widget.R$styleable: int ButtonBarLayout_allowStacking -retrofit2.converter.gson.GsonConverterFactory: retrofit2.Converter responseBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) -wangdaye.com.geometricweather.R$string: int abc_capital_off -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored -cyanogenmod.app.BaseLiveLockManagerService$1: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored -androidx.preference.R$style: int Widget_AppCompat_ActionButton_CloseMode -james.adaptiveicon.R$dimen: int abc_button_padding_horizontal_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean -wangdaye.com.geometricweather.R$attr: int expandedTitleMarginTop -com.jaredrummler.android.colorpicker.R$style: int Preference_Category -android.didikee.donate.R$layout: int notification_action -com.bumptech.glide.integration.okhttp.R$id: int action_image -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris -cyanogenmod.app.LiveLockScreenManager: void logServiceException(java.lang.Exception) -io.reactivex.internal.disposables.CancellableDisposable: CancellableDisposable(io.reactivex.functions.Cancellable) -com.google.android.material.R$styleable: int ConstraintSet_android_scaleY -androidx.constraintlayout.widget.R$drawable: int abc_ic_star_half_black_48dp -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature RealFeelTemperature -james.adaptiveicon.R$id: int progress_horizontal -android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu -okhttp3.internal.tls.CertificateChainCleaner: CertificateChainCleaner() -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float pm25 -com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_ripple_color -cyanogenmod.app.ProfileGroup$Mode: cyanogenmod.app.ProfileGroup$Mode[] $VALUES -wangdaye.com.geometricweather.R$string: int content_des_no2 -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType UpdateInTxIterable -com.turingtechnologies.materialscrollbar.R$styleable: int[] ViewBackgroundHelper -io.reactivex.Observable: io.reactivex.Observable zipIterable(java.lang.Iterable,io.reactivex.functions.Function,boolean,int) -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: io.reactivex.internal.queue.SpscLinkedArrayQueue queue -com.google.android.material.R$styleable: int[] CoordinatorLayout -com.google.android.material.R$styleable: int ConstraintSet_flow_lastVerticalBias -com.turingtechnologies.materialscrollbar.R$attr: int navigationMode -com.jaredrummler.android.colorpicker.R$styleable: int Preference_defaultValue -com.jaredrummler.android.colorpicker.R$attr: int textAppearanceSmallPopupMenu -com.google.android.material.R$attr: int helperTextTextColor -wangdaye.com.geometricweather.R$drawable: int ic_map_clock -com.google.android.material.R$attr: int ratingBarStyleSmall -androidx.lifecycle.ViewModelStores: androidx.lifecycle.ViewModelStore of(androidx.fragment.app.Fragment) -android.didikee.donate.R$styleable: int ActionBar_elevation -wangdaye.com.geometricweather.R$drawable: int notif_temp_24 -okhttp3.internal.http2.Http2Connection: void writePing(boolean,int,int) -com.google.android.material.R$attr: int prefixTextAppearance -com.google.android.material.R$style: int Widget_AppCompat_Button -androidx.appcompat.R$style: int Widget_AppCompat_Toolbar -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title -okhttp3.Dispatcher: int maxRequestsPerHost -androidx.preference.R$id: int src_atop -okhttp3.internal.platform.Android10Platform: java.lang.String getSelectedProtocol(javax.net.ssl.SSLSocket) -james.adaptiveicon.R$styleable: int AppCompatSeekBar_android_thumb -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_stroke_size -wangdaye.com.geometricweather.R$id: int scrollView -wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_animSteps -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintDimensionRatio -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: java.lang.String getPubTime() -androidx.constraintlayout.utils.widget.MockView: MockView(android.content.Context,android.util.AttributeSet,int) -androidx.appcompat.R$style: int Theme_AppCompat -cyanogenmod.profiles.ConnectionSettings: void writeToParcel(android.os.Parcel,int) -okhttp3.Cache$Entry: java.util.List readCertificateList(okio.BufferedSource) -com.tencent.bugly.proguard.z: boolean a(android.content.Context,java.lang.String,long) -androidx.appcompat.app.ToolbarActionBar: void removeOnMenuVisibilityListener(androidx.appcompat.app.ActionBar$OnMenuVisibilityListener) -com.tencent.bugly.proguard.u: void a(java.lang.Runnable,long) -com.google.android.material.R$attr: int chipStrokeColor -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.String weatherDescription -androidx.preference.R$drawable: int abc_list_focused_holo -io.reactivex.internal.subscriptions.BasicIntQueueSubscription: void clear() -cyanogenmod.profiles.AirplaneModeSettings$1: java.lang.Object createFromParcel(android.os.Parcel) -com.turingtechnologies.materialscrollbar.R$color: int secondary_text_default_material_light -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight -androidx.core.R$styleable: int GradientColor_android_endY -retrofit2.BuiltInConverters$StreamingResponseBodyConverter: okhttp3.ResponseBody convert(okhttp3.ResponseBody) -androidx.appcompat.R$drawable: int abc_ic_search_api_material -androidx.appcompat.widget.SwitchCompat: void setCustomSelectionActionModeCallback(android.view.ActionMode$Callback) -cyanogenmod.externalviews.KeyguardExternalView$9: KeyguardExternalView$9(cyanogenmod.externalviews.KeyguardExternalView) -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.DailyEntityDao dailyEntityDao -com.google.android.material.R$id: int accessibility_custom_action_16 -cyanogenmod.providers.CMSettings$System: float getFloatForUser(android.content.ContentResolver,java.lang.String,int) -com.google.android.material.R$plurals -androidx.legacy.coreutils.R$integer: int status_bar_notification_info_maxnum -androidx.constraintlayout.widget.R$id: int rectangles -com.xw.repo.bubbleseekbar.R$attr: int backgroundTintMode -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult: java.util.List Intervals -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$1: KeyguardExternalViewProviderService$Provider$ProviderImpl$1(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) -androidx.constraintlayout.widget.R$styleable: int ActionBar_icon -androidx.preference.R$styleable: int SearchView_android_imeOptions -com.tencent.bugly.crashreport.common.info.a: boolean u -wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked -com.jaredrummler.android.colorpicker.R$attr: int actionBarStyle -io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: void onError(java.lang.Throwable) -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Dialog -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintDimensionRatio -com.amap.api.location.AMapLocation: com.amap.api.location.AMapLocationQualityReport getLocationQualityReport() -androidx.preference.PreferenceFragmentCompat: PreferenceFragmentCompat() -com.xw.repo.bubbleseekbar.R$attr: int icon -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceTheme -cyanogenmod.hardware.CMHardwareManager: int VIBRATOR_INTENSITY_INDEX -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_72 -com.jaredrummler.android.colorpicker.R$style: int PreferenceFragment_Material -com.google.gson.internal.LinkedTreeMap: java.util.Set keySet() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial: java.lang.String Unit -androidx.constraintlayout.widget.R$styleable: int[] CustomAttribute -wangdaye.com.geometricweather.R$dimen: int material_icon_size -com.jaredrummler.android.colorpicker.R$dimen: int abc_disabled_alpha_material_dark -android.didikee.donate.R$styleable: int ActionBar_homeAsUpIndicator -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator INCREASING_RING_START_VOLUME_VALIDATOR -com.google.android.material.textfield.TextInputLayout: void setBoxBackgroundColorResource(int) -wangdaye.com.geometricweather.R$id: int submenuarrow -com.tencent.bugly.crashreport.crash.a: long b -com.google.android.material.imageview.ShapeableImageView: ShapeableImageView(android.content.Context) -androidx.preference.R$styleable: int Preference_selectable -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: void setDirection(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX) -androidx.constraintlayout.widget.R$attr: int customNavigationLayout -cyanogenmod.themes.IThemeService$Stub$Proxy: void requestThemeChangeUpdates(cyanogenmod.themes.IThemeChangeListener) -com.tencent.bugly.proguard.u: android.content.Context d -okhttp3.MultipartBody$Part: okhttp3.MultipartBody$Part createFormData(java.lang.String,java.lang.String,okhttp3.RequestBody) -com.google.android.material.R$attr: int animate_relativeTo -androidx.dynamicanimation.R$attr: int font -androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType BOOLEAN_TYPE -com.google.android.material.R$drawable: int design_ic_visibility -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.internal.util.ErrorMode errorMode -wangdaye.com.geometricweather.R$layout: int item_weather_daily_air -androidx.vectordrawable.R$id: int notification_main_column -io.reactivex.Observable: io.reactivex.Observable skipLast(long,java.util.concurrent.TimeUnit,boolean) -okio.SegmentedByteString: okio.ByteString toByteString() -android.didikee.donate.R$attr: int layout -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void onUnsubscribed() -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha -cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_NFC -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: boolean outputFused -android.didikee.donate.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle -com.turingtechnologies.materialscrollbar.R$styleable: int[] AppCompatSeekBar -okhttp3.internal.ws.WebSocketReader$FrameCallback: void onReadPing(okio.ByteString) -okhttp3.internal.platform.AndroidPlatform: int getSdkInt() -androidx.hilt.R$styleable: int FontFamilyFont_android_fontVariationSettings -androidx.lifecycle.ProcessLifecycleOwner$3$1: void onActivityPostStarted(android.app.Activity) -james.adaptiveicon.R$styleable: int ViewBackgroundHelper_backgroundTintMode -wangdaye.com.geometricweather.R$styleable: int MenuGroup_android_menuCategory -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIndicatorHeight -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow -retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback: CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback(retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter,java.util.concurrent.CompletableFuture) -cyanogenmod.app.ThemeVersion$ThemeVersionImpl3 -com.google.android.material.navigation.NavigationView: void setItemMaxLines(int) -okhttp3.internal.platform.JdkWithJettyBootPlatform: okhttp3.internal.platform.Platform buildIfSupported() -wangdaye.com.geometricweather.R$attr: int layout_constraintHorizontal_bias -com.turingtechnologies.materialscrollbar.R$layout: int mtrl_layout_snackbar_include -androidx.constraintlayout.widget.R$id: int SHOW_ALL -wangdaye.com.geometricweather.R$dimen: int abc_dropdownitem_text_padding_left -androidx.hilt.R$styleable: int FontFamily_fontProviderPackage -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Day -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Button_Colored -io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: void onError(java.lang.Throwable) -androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableCompat_android_visible -cyanogenmod.providers.DataUsageContract: int COLUMN_OF_BYTES -androidx.preference.R$attr: int fastScrollHorizontalTrackDrawable -wangdaye.com.geometricweather.R$id: int filled -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceFragmentStyle -androidx.preference.R$dimen: int abc_action_bar_overflow_padding_end_material -james.adaptiveicon.R$styleable: int AppCompatSeekBar_tickMarkTint -retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter -com.google.android.material.R$style: int Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense -io.reactivex.internal.functions.Functions$HashSetCallable: io.reactivex.internal.functions.Functions$HashSetCallable INSTANCE -wangdaye.com.geometricweather.R$attr: int closeIcon -androidx.preference.R$style: int TextAppearance_AppCompat_Display2 -com.github.rahatarmanahmed.cpv.BuildConfig: java.lang.String APPLICATION_ID -com.turingtechnologies.materialscrollbar.R$color: int dim_foreground_disabled_material_light -wangdaye.com.geometricweather.R$string: int abc_prepend_shortcut_label -cyanogenmod.app.StatusBarPanelCustomTile$1: cyanogenmod.app.StatusBarPanelCustomTile createFromParcel(android.os.Parcel) -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_BottomSheetDialog -com.tencent.bugly.crashreport.common.info.b: long k() -com.google.android.material.R$styleable: int GradientColor_android_gradientRadius -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$1: long val$n -okhttp3.Cache$2: Cache$2(okhttp3.Cache) -okhttp3.internal.publicsuffix.PublicSuffixDatabase: void readTheListUninterruptibly() -androidx.hilt.work.R$id: int icon -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: AirQuality(java.lang.String,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float) -com.google.android.material.R$styleable: int Transition_staggered -androidx.loader.R$styleable: int GradientColor_android_type -com.jaredrummler.android.colorpicker.R$color: int abc_background_cache_hint_selector_material_light -retrofit2.ServiceMethod: retrofit2.ServiceMethod parseAnnotations(retrofit2.Retrofit,java.lang.reflect.Method) -androidx.hilt.R$drawable: int notification_tile_bg -okhttp3.internal.Util: java.lang.String[] EMPTY_STRING_ARRAY -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_CALL_LED_ON -androidx.preference.Preference: void setOnPreferenceClickListener(androidx.preference.Preference$OnPreferenceClickListener) -cyanogenmod.providers.WeatherContract$WeatherColumns: WeatherContract$WeatherColumns() -wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Long readKey(android.database.Cursor,int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: java.lang.String getZh_TW() -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_verticalBias -androidx.preference.R$styleable: int Toolbar_titleMarginEnd -okhttp3.internal.http2.Http2Codec: okhttp3.Response$Builder readHttp2HeadersList(okhttp3.Headers,okhttp3.Protocol) -wangdaye.com.geometricweather.R$string: int key_hide_subtitle -android.didikee.donate.R$drawable: int abc_edit_text_material -androidx.preference.R$drawable: int abc_seekbar_tick_mark_material -com.turingtechnologies.materialscrollbar.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset -wangdaye.com.geometricweather.R$styleable: int Chip_chipMinTouchTargetSize -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem -com.google.android.material.R$id: int auto -cyanogenmod.platform.R$xml: R$xml() -com.google.android.material.R$attr: int showAsAction -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer degreeDayTemperature -androidx.lifecycle.ClassesInfoCache$CallbackInfo: ClassesInfoCache$CallbackInfo(java.util.Map) -retrofit2.ParameterHandler$Field: java.lang.String name -com.turingtechnologies.materialscrollbar.Indicator: int getIndicatorWidth() -androidx.appcompat.resources.R$id: int right_side -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun Sun -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_menu_selectall_mtrl_alpha -wangdaye.com.geometricweather.R$attr: int drawable_res_off -okhttp3.internal.http2.Http2Writer: void connectionPreface() -retrofit2.RequestFactory$Builder: retrofit2.ParameterHandler[] parameterHandlers -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getDefaultDisplayMode -com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_startColor -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.R$style: int Base_DialogWindowTitleBackground_AppCompat -com.xw.repo.bubbleseekbar.R$dimen: int abc_seekbar_track_background_height_material -com.bumptech.glide.R$id: int line3 -androidx.preference.R$id: int alertTitle -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintWidth_max -okhttp3.internal.platform.Platform: okhttp3.internal.tls.CertificateChainCleaner buildCertificateChainCleaner(javax.net.ssl.X509TrustManager) -com.google.gson.stream.JsonReader: void skipValue() -cyanogenmod.app.ICustomTileListener -androidx.core.R$layout: int notification_template_part_time -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: java.lang.String b(com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler) -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric: int UnitType -com.tencent.bugly.crashreport.crash.CrashDetailBean: java.util.Map O -io.reactivex.internal.schedulers.AbstractDirectTask: java.util.concurrent.FutureTask DISPOSED -wangdaye.com.geometricweather.R$drawable: int material_ic_calendar_black_24dp -james.adaptiveicon.R$attr: int actionBarTabTextStyle -androidx.hilt.lifecycle.R$drawable: int notify_panel_notification_icon_bg -com.google.android.material.R$styleable: int KeyPosition_percentY -androidx.drawerlayout.R$id: int action_image -com.google.android.gms.location.ActivityTransitionRequest: android.os.Parcelable$Creator CREATOR -com.xw.repo.bubbleseekbar.R$attr: int dropDownListViewStyle -wangdaye.com.geometricweather.R$id: int alertTitle -com.google.android.material.R$styleable: int AppCompatImageView_tintMode -com.tencent.bugly.crashreport.CrashReport: void setContext(android.content.Context) -okhttp3.internal.http2.Http2: byte FLAG_COMPRESSED -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_navigation_item_horizontal_padding -cyanogenmod.providers.CMSettings$System: java.lang.String VOLUME_ADJUST_SOUNDS_ENABLED -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult -com.amap.api.fence.GeoFence: void setDistrictItemList(java.util.List) -androidx.appcompat.R$id: int tag_unhandled_key_event_manager -com.tencent.bugly.a: a() -com.google.android.material.R$attr: int textStartPadding -com.xw.repo.bubbleseekbar.R$styleable: int ActionMode_height -com.amap.api.location.CoordUtil: CoordUtil() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum -androidx.appcompat.R$style: int Base_Theme_AppCompat_Dialog -wangdaye.com.geometricweather.R$dimen: int test_mtrl_calendar_day_cornerSize -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: int EndMinute -wangdaye.com.geometricweather.R$styleable: int MaterialCardView_shapeAppearanceOverlay -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: boolean delayErrors -androidx.appcompat.R$attr: int ttcIndex -com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_itemIconDisabledAlpha -com.turingtechnologies.materialscrollbar.R$layout: R$layout() -okhttp3.MediaType: java.nio.charset.Charset charset(java.nio.charset.Charset) -io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: boolean isDisposed() -androidx.appcompat.R$style: int TextAppearance_AppCompat_Display3 -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: java.lang.Throwable error -androidx.hilt.work.R$styleable: int FontFamilyFont_android_fontStyle -androidx.hilt.work.R$drawable: int notification_template_icon_bg -io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceTimedObserver parent -wangdaye.com.geometricweather.R$id: int accessibility_action_clickable_span -androidx.fragment.R$anim: int fragment_fade_exit -androidx.preference.R$styleable: int RecyclerView_stackFromEnd -androidx.appcompat.R$dimen: int abc_text_size_body_2_material -com.jaredrummler.android.colorpicker.R$style: int Preference_SwitchPreferenceCompat_Material -wangdaye.com.geometricweather.R$drawable: int weather_thunder_mini_grey -cyanogenmod.weatherservice.IWeatherProviderService$Stub: int TRANSACTION_processCityNameLookupRequest -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: void enqueueLiveLockScreen(java.lang.String,int,cyanogenmod.app.LiveLockScreenInfo,int[],int) -androidx.recyclerview.R$integer: R$integer() -androidx.dynamicanimation.R$dimen -com.google.gson.stream.JsonReader: java.lang.String getPath() -androidx.constraintlayout.motion.widget.MotionLayout: long getNanoTime() -androidx.vectordrawable.R$styleable: R$styleable() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_drawableLeft -okhttp3.internal.connection.StreamAllocation: okhttp3.Address address -cyanogenmod.app.LiveLockScreenInfo$Builder: int mPriority -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit MPS -androidx.constraintlayout.widget.R$styleable: int Constraint_motionStagger -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VectorDrawableCompatState: int getChangingConfigurations() -wangdaye.com.geometricweather.R$array: int live_wallpaper_day_night_type_values -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: void onComplete() -androidx.appcompat.R$style: int Base_Widget_AppCompat_ListView_DropDown -com.amap.api.location.AMapLocation: void setLocationDetail(java.lang.String) -okhttp3.internal.http.StatusLine: okhttp3.internal.http.StatusLine parse(java.lang.String) -wangdaye.com.geometricweather.common.basic.models.weather.Alert: void writeToParcel(android.os.Parcel,int) -okhttp3.internal.http2.Header: okio.ByteString name -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: io.reactivex.internal.queue.SpscLinkedArrayQueue queue -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_lastVerticalStyle -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: int rightIndex -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean() -androidx.appcompat.widget.AppCompatCheckBox: void setBackgroundDrawable(android.graphics.drawable.Drawable) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_WITH_DES_CBC_SHA -androidx.appcompat.widget.DropDownListView: void setListSelectionHidden(boolean) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceListItem -james.adaptiveicon.R$attr: int displayOptions -wangdaye.com.geometricweather.R$color: int colorRootDark_light -androidx.preference.R$color: int abc_search_url_text_selected -wangdaye.com.geometricweather.R$id: int item_icon_provider_previewButton -androidx.appcompat.R$styleable: int[] MenuView -okhttp3.Cache$1: void trackConditionalCacheHit() -androidx.core.R$dimen: int compat_button_padding_horizontal_material -com.google.android.material.R$attr: int toolbarId -wangdaye.com.geometricweather.R$drawable: int navigation_empty_icon -android.didikee.donate.R$drawable: int abc_text_select_handle_left_mtrl_dark -com.jaredrummler.android.colorpicker.ColorPickerView: ColorPickerView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setCloudCover(java.lang.Integer) -androidx.fragment.app.FragmentTabHost: FragmentTabHost(android.content.Context) -wangdaye.com.geometricweather.R$style -android.didikee.donate.R$dimen: int abc_dropdownitem_icon_width -com.bumptech.glide.integration.okhttp.R$integer -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_subhead_material -com.google.android.gms.dynamic.RemoteCreator$RemoteCreatorException: RemoteCreator$RemoteCreatorException(java.lang.String,java.lang.Throwable) -james.adaptiveicon.R$styleable: int ColorStateListItem_android_color -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionBar_Solid -cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_SHOW_NONE -com.tencent.bugly.proguard.ap: void a(com.tencent.bugly.proguard.j) -com.xw.repo.bubbleseekbar.R$attr: int seekBarStyle -com.google.gson.stream.JsonReader: boolean isLiteral(char) -okio.Buffer: okio.Buffer write(okio.ByteString) -com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_switchMinWidth -androidx.legacy.coreutils.R$styleable: int GradientColor_android_startY -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial Imperial -wangdaye.com.geometricweather.R$string: int grass -com.jaredrummler.android.colorpicker.R$attr: int buttonStyleSmall -wangdaye.com.geometricweather.R$drawable: int notif_temp_78 -cyanogenmod.hardware.ICMHardwareService$Stub: cyanogenmod.hardware.ICMHardwareService asInterface(android.os.IBinder) -androidx.constraintlayout.widget.R$styleable: int ImageFilterView_crossfade -android.didikee.donate.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader -retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder addConverterFactory(retrofit2.Converter$Factory) -androidx.preference.R$attr: int textAllCaps -wangdaye.com.geometricweather.R$styleable: int ClockFaceView_valueTextColor -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: java.lang.Object item -androidx.lifecycle.extensions.R$attr: int fontWeight -com.google.android.material.button.MaterialButtonToggleGroup: java.lang.CharSequence getAccessibilityClassName() -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Small_Inverse -androidx.preference.R$style: int TextAppearance_Compat_Notification_Title -wangdaye.com.geometricweather.R$string: int get_more_github -com.xw.repo.bubbleseekbar.R$attr: int bsb_progress -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void cancelAll() -cyanogenmod.app.StatusBarPanelCustomTile: int getUserId() -androidx.vectordrawable.R$dimen: int notification_subtext_size -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionBar -okhttp3.OkHttpClient$Builder: okhttp3.Cache cache -retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: void onFailure(retrofit2.Call,java.lang.Throwable) -com.jaredrummler.android.colorpicker.R$id: R$id() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_alertDialogCenterButtons -androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_color -io.reactivex.Observable: io.reactivex.Observable skipLast(int) -com.google.android.material.chip.Chip: float getCloseIconEndPadding() -okio.ByteString: int indexOf(byte[],int) -james.adaptiveicon.R$id: int action_bar_activity_content -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber$1: java.lang.Throwable val$ex -com.github.rahatarmanahmed.cpv.CircularProgressView: CircularProgressView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$drawable: int weather_cloudy -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_android_orientation -com.google.android.material.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog_Alert -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: java.util.List getValue() -androidx.vectordrawable.R$drawable: int notification_template_icon_low_bg -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: Temperature(int,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer) -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: void collapseNotificationPanel() -androidx.recyclerview.R$styleable: int FontFamily_fontProviderQuery -okio.SegmentedByteString: java.lang.String hex() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: int status -androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$Event downEvent(androidx.lifecycle.Lifecycle$State) -com.turingtechnologies.materialscrollbar.Indicator: void setSizeCustom(int) -androidx.constraintlayout.widget.R$id: int off -wangdaye.com.geometricweather.R$id: int material_hour_tv -wangdaye.com.geometricweather.R$drawable: int abc_list_divider_mtrl_alpha -androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemHeight -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_always_show_bubble_delay -okhttp3.internal.cache2.Relay$RelaySource: void close() -com.tencent.bugly.proguard.u: void c(int) -com.xw.repo.bubbleseekbar.R$id: int action_text -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_PopupMenu_ListPopupWindow -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_alertDialogTheme -wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: SlidingItemContainerLayout(android.content.Context) -androidx.dynamicanimation.R$styleable: int GradientColor_android_centerColor -wangdaye.com.geometricweather.R$id: int dialog_location_help_manageIcon -com.jaredrummler.android.colorpicker.R$attr: int cpv_sliderColor -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_singleSelection -wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit valueOf(java.lang.String) -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: io.reactivex.Scheduler$Worker worker -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation: double qty6H -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property CityId -androidx.preference.R$style: int TextAppearance_AppCompat_Menu -okio.Options: okio.Options of(okio.ByteString[]) -androidx.loader.R$drawable: int notification_action_background -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -wangdaye.com.geometricweather.R$id: int dialog_animatable_icon_title -androidx.lifecycle.extensions.R$anim: int fragment_close_enter -cyanogenmod.providers.CMSettings$InclusiveIntegerRangeValidator: boolean validate(java.lang.String) -james.adaptiveicon.R$style: int ThemeOverlay_AppCompat_ActionBar -cyanogenmod.app.Profile: android.os.Parcelable$Creator CREATOR -androidx.constraintlayout.widget.R$attr: int dialogCornerRadius -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: boolean cancelled -androidx.preference.R$color: R$color() -com.xw.repo.bubbleseekbar.R$drawable: int notification_tile_bg -cyanogenmod.providers.WeatherContract$WeatherColumns: android.net.Uri FORECAST_WEATHER_URI -androidx.preference.R$attr: int arrowShaftLength -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void otherSuccess(java.lang.Object) -androidx.constraintlayout.widget.R$id: int gone -androidx.preference.R$attr: int initialExpandedChildrenCount -androidx.vectordrawable.animated.R$drawable: int notification_bg_low_normal -androidx.appcompat.R$string: int abc_prepend_shortcut_label -com.google.android.material.R$color: int androidx_core_secondary_text_default_material_light -wangdaye.com.geometricweather.R$styleable: int Preference_icon -com.google.android.material.R$dimen: int mtrl_btn_disabled_z -wangdaye.com.geometricweather.R$dimen: int content_text_size -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WindDirection -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle -com.xw.repo.bubbleseekbar.R$attr: int color -android.didikee.donate.R$attr: int actionBarTabTextStyle -com.google.android.material.R$styleable: int GradientColor_android_endX -androidx.appcompat.R$style: int Platform_ThemeOverlay_AppCompat_Light -com.google.android.material.R$attr: int textInputStyle -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Toolbar -com.google.android.material.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable -io.reactivex.Observable: io.reactivex.Observable takeUntil(io.reactivex.ObservableSource) -cyanogenmod.providers.CMSettings$System: java.lang.String ZEN_ALLOW_LIGHTS -cyanogenmod.providers.CMSettings$Secure: android.net.Uri CONTENT_URI -com.tencent.bugly.crashreport.CrashReport -com.xw.repo.bubbleseekbar.R$drawable: int abc_textfield_search_default_mtrl_alpha -androidx.fragment.R$id: int tag_accessibility_pane_title -retrofit2.ParameterHandler$Path: boolean encoded -cyanogenmod.app.ICustomTileListener$Stub: cyanogenmod.app.ICustomTileListener asInterface(android.os.IBinder) -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: boolean disposed -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.preference.R$drawable: int abc_text_select_handle_right_mtrl_light -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_Button -com.google.android.material.circularreveal.CircularRevealRelativeLayout: void setRevealInfo(com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo) -androidx.preference.R$styleable: int Preference_android_widgetLayout -android.didikee.donate.R$dimen: int abc_action_button_min_width_overflow_material -james.adaptiveicon.R$color: int primary_text_disabled_material_light -wangdaye.com.geometricweather.background.receiver.widget.WidgetDayWeekProvider: WidgetDayWeekProvider() -android.support.v4.os.ResultReceiver: void onReceiveResult(int,android.os.Bundle) -wangdaye.com.geometricweather.R$array: int duration_unit_voices -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Title -com.turingtechnologies.materialscrollbar.R$styleable: int Spinner_android_prompt -androidx.lifecycle.ComputableLiveData: java.lang.Object compute() -wangdaye.com.geometricweather.R$string: int gitHub -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: void onError(java.lang.Throwable) -com.turingtechnologies.materialscrollbar.R$color: int abc_primary_text_disable_only_material_dark -com.tencent.bugly.Bugly: boolean a -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind: AccuCurrentResult$Wind() -androidx.preference.R$dimen: int abc_config_prefDialogWidth -com.google.android.material.textfield.MaterialAutoCompleteTextView: MaterialAutoCompleteTextView(android.content.Context,android.util.AttributeSet) -android.didikee.donate.R$attr: int titleTextColor -okhttp3.Cache$2: boolean hasNext() -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_BRIGHTNESS_LEVEL -cyanogenmod.weatherservice.IWeatherProviderService$Stub -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor LIGHT -androidx.appcompat.widget.AppCompatButton: android.graphics.PorterDuff$Mode getSupportCompoundDrawablesTintMode() -com.jaredrummler.android.colorpicker.R$drawable: int abc_cab_background_top_material -com.tencent.bugly.Bugly: java.lang.String[] c -androidx.constraintlayout.widget.R$id: int title_template -com.google.android.gms.common.images.ImageManager$ImageReceiver -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse -androidx.preference.R$styleable: int ActionBar_contentInsetStartWithNavigation -androidx.preference.R$style: int Widget_AppCompat_Spinner -wangdaye.com.geometricweather.R$string: int feedback_short_term_precipitation_alert -androidx.fragment.R$id: int icon_group -com.xw.repo.bubbleseekbar.R$styleable: int[] AppCompatTextView -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner inner -androidx.transition.R$styleable: int FontFamily_fontProviderPackage -io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function9) -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ListView_Menu -androidx.constraintlayout.widget.R$attr: int layout_constraintEnd_toStartOf -com.google.android.material.R$drawable: int abc_scrubber_control_off_mtrl_alpha -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large -wangdaye.com.geometricweather.R$styleable: int Transform_android_rotationX -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_alertDialogStyle -com.google.android.material.R$attr: int liftOnScroll -com.google.android.material.textfield.TextInputLayout: void setEndIconMode(int) -com.jaredrummler.android.colorpicker.R$integer: int config_tooltipAnimTime -okhttp3.internal.connection.StreamAllocation: void release(okhttp3.internal.connection.RealConnection) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Imperial: java.lang.String Unit -com.jaredrummler.android.colorpicker.R$style: int PreferenceFragment -com.google.android.material.slider.RangeSlider: void setMinSeparationValue(float) -james.adaptiveicon.R$styleable: int MenuItem_android_numericShortcut -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Small_Inverse -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_toolbarId -wangdaye.com.geometricweather.R$styleable: int[] GradientColorItem -wangdaye.com.geometricweather.R$id: int item_card_display_deleteBtn -com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_keylines -androidx.constraintlayout.widget.R$attr: int buttonBarNeutralButtonStyle -android.didikee.donate.R$attr: int spinBars -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature: AccuCurrentResult$Temperature() -com.google.android.material.R$styleable: int[] View -androidx.appcompat.R$id: int titleDividerNoCustom -com.xw.repo.bubbleseekbar.R$layout: int abc_select_dialog_material -com.amap.api.location.AMapLocationClientOption: boolean isKillProcess() -io.reactivex.Observable: io.reactivex.Completable switchMapCompletableDelayError(io.reactivex.functions.Function) -com.google.android.material.progressindicator.ProgressIndicator: void setProgressDrawable(android.graphics.drawable.Drawable) -com.google.android.material.R$style: int AlertDialog_AppCompat_Light -wangdaye.com.geometricweather.R$id: int widget_day_week_icon_4 -androidx.preference.R$attr: int showAsAction -james.adaptiveicon.R$dimen: int abc_edit_text_inset_top_material -com.amap.api.location.AMapLocation: java.lang.String i(com.amap.api.location.AMapLocation,java.lang.String) -androidx.preference.R$styleable: int[] PreferenceFragmentCompat -io.reactivex.internal.util.VolatileSizeArrayList: boolean addAll(int,java.util.Collection) -com.amap.api.location.AMapLocationClientOption$2 -androidx.appcompat.resources.R$dimen: int notification_big_circle_margin -wangdaye.com.geometricweather.R$id: int mtrl_internal_children_alpha_tag -com.turingtechnologies.materialscrollbar.R$attr: int indeterminateProgressStyle -com.amap.api.fence.GeoFence: void setEnterTime(long) -com.amap.api.location.AMapLocation: int GPS_ACCURACY_BAD -androidx.coordinatorlayout.widget.CoordinatorLayout: void setStatusBarBackground(android.graphics.drawable.Drawable) -com.turingtechnologies.materialscrollbar.R$attr: int actionModeSelectAllDrawable -wangdaye.com.geometricweather.R$dimen: int mtrl_slider_track_height -com.jaredrummler.android.colorpicker.R$id: int forever -android.didikee.donate.R$color: int highlighted_text_material_dark -com.tencent.bugly.proguard.ae: byte[] a(byte[]) -james.adaptiveicon.R$drawable: int abc_cab_background_internal_bg -wangdaye.com.geometricweather.R$drawable: int weather_wind_mini_dark -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: java.lang.String timezone -james.adaptiveicon.R$styleable: int[] MenuView -androidx.appcompat.widget.SearchView: java.lang.CharSequence getQueryHint() -wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String getFormattedId() -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionBar_TabBar -androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_ttcIndex -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex -io.reactivex.internal.operators.observable.ObservableGroupBy$State: boolean done -androidx.constraintlayout.utils.widget.ImageFilterView: ImageFilterView(android.content.Context,android.util.AttributeSet,int) -androidx.appcompat.R$styleable: int AppCompatTheme_colorSwitchThumbNormal -wangdaye.com.geometricweather.main.dialogs.BackgroundLocationDialog -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.Integer getDbz() -com.jaredrummler.android.colorpicker.R$attr: int cpv_showOldColor -wangdaye.com.geometricweather.R$color: int colorRipple -androidx.recyclerview.R$id: int time -android.didikee.donate.R$styleable: int MenuItem_android_numericShortcut -io.reactivex.internal.functions.Functions$HashSetCallable: io.reactivex.internal.functions.Functions$HashSetCallable valueOf(java.lang.String) -retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter: java.lang.Object adapt(retrofit2.Call) -android.didikee.donate.R$attr: int gapBetweenBars -com.turingtechnologies.materialscrollbar.R$id: int progress_horizontal -androidx.work.ListenableWorker: ListenableWorker(android.content.Context,androidx.work.WorkerParameters) -androidx.activity.R$style -androidx.constraintlayout.widget.R$attr: int thumbTextPadding -com.google.android.material.radiobutton.MaterialRadioButton: MaterialRadioButton(android.content.Context) -androidx.legacy.coreutils.R$style: int Widget_Compat_NotificationActionContainer -okhttp3.internal.http2.Http2Connection: void updateConnectionFlowControl(long) -retrofit2.KotlinExtensions$await$2$2: KotlinExtensions$await$2$2(kotlinx.coroutines.CancellableContinuation) -android.didikee.donate.R$attr: int paddingStart -okio.GzipSink: void updateCrc(okio.Buffer,long) -androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_keylines -wangdaye.com.geometricweather.R$drawable: int abc_list_pressed_holo_light -android.didikee.donate.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow -com.google.android.material.R$attr: int layout_constraintLeft_toRightOf -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_top_padding -com.google.android.material.R$id: int accessibility_custom_action_2 -com.google.android.material.button.MaterialButton: void setCornerRadiusResource(int) -okhttp3.internal.http.HttpHeaders: int skipUntil(java.lang.String,int,java.lang.String) -androidx.lifecycle.ComputableLiveData: androidx.lifecycle.LiveData mLiveData -androidx.lifecycle.SavedStateHandle$SavingStateLiveData: void setValue(java.lang.Object) -androidx.vectordrawable.R$dimen: int notification_right_icon_size -com.jaredrummler.android.colorpicker.R$string: int abc_searchview_description_query -com.google.android.material.R$attr: int chipSpacingHorizontal -androidx.appcompat.resources.R$id: int accessibility_custom_action_0 -wangdaye.com.geometricweather.R$attr: int waveShape -androidx.preference.R$attr: int actionBarTabStyle -androidx.vectordrawable.animated.R$styleable: int FontFamily_fontProviderFetchStrategy -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_subtitle -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_NoActionBar -wangdaye.com.geometricweather.R$id: int action_bar_spinner -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_2 -com.google.android.material.chip.Chip: void setChipMinHeight(float) -com.amap.api.location.DPoint: double b -cyanogenmod.weather.WeatherLocation: void writeToParcel(android.os.Parcel,int) -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay TAG_PRECIPITATION -com.google.android.material.R$styleable: int MenuItem_contentDescription -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ShapeableImageView -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$drawable: int shortcuts_rain_foreground -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem -wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_android_fontWeight -com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_autoSizeStepGranularity -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarSize -com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_separator_vertical_padding -com.google.android.material.R$styleable: int AppCompatTheme_windowFixedWidthMajor -android.didikee.donate.R$styleable: int SearchView_suggestionRowLayout -com.jaredrummler.android.colorpicker.R$drawable: int abc_list_selector_background_transition_holo_dark -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_BottomSheetDialog -com.google.android.gms.common.zzj: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$dimen: int abc_switch_padding -com.google.android.material.slider.Slider: void setTickVisible(boolean) -com.google.android.material.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable -com.bumptech.glide.R$styleable: int FontFamily_fontProviderCerts -androidx.recyclerview.R$dimen: R$dimen() -cyanogenmod.externalviews.KeyguardExternalView: void executeQueue() -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: boolean cancelled -com.turingtechnologies.materialscrollbar.R$styleable: int CardView_cardPreventCornerOverlap -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_Switch -wangdaye.com.geometricweather.R$id: int lastElement -com.jaredrummler.android.colorpicker.R$attr: int commitIcon -com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleEnabled(boolean) -androidx.preference.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView -cyanogenmod.externalviews.KeyguardExternalView$3: KeyguardExternalView$3(cyanogenmod.externalviews.KeyguardExternalView,int,int,int,int,boolean,android.graphics.Rect) -com.tencent.bugly.proguard.ap: int l -com.jaredrummler.android.colorpicker.R$attr: int buttonBarNegativeButtonStyle -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: io.reactivex.Observer downstream -android.didikee.donate.R$styleable: int ActionBar_homeLayout -androidx.loader.R$drawable: int notification_icon_background -com.google.android.material.R$color: int foreground_material_light -androidx.viewpager2.R$drawable: int notify_panel_notification_icon_bg -androidx.constraintlayout.helper.widget.Layer: void setVisibility(int) -wangdaye.com.geometricweather.db.entities.DaoMaster: org.greenrobot.greendao.AbstractDaoSession newSession(org.greenrobot.greendao.identityscope.IdentityScopeType) -android.didikee.donate.R$attr: int trackTintMode -com.bumptech.glide.integration.okhttp.R$dimen: int notification_content_margin_start -io.reactivex.internal.util.VolatileSizeArrayList: int indexOf(java.lang.Object) -com.google.android.material.R$attr: int buttonIconDimen -wangdaye.com.geometricweather.R$string: int mini_temp -androidx.preference.R$style: int Widget_Support_CoordinatorLayout -androidx.core.R$color: int notification_icon_bg_color -com.github.rahatarmanahmed.cpv.CircularProgressView$2: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 -com.google.android.material.chip.ChipGroup: int getChipCount() -wangdaye.com.geometricweather.R$attr: int motionPathRotate -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_paddingBottom -wangdaye.com.geometricweather.R$styleable: int ColorStateListItem_android_color -androidx.hilt.work.R$styleable: int Fragment_android_id -com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver: android.content.Context b -androidx.preference.R$styleable: int[] PreferenceGroup -cyanogenmod.themes.IThemeService$Stub: android.os.IBinder asBinder() -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_autoSizeMinTextSize -com.google.android.material.R$styleable: int Constraint_android_layout_marginBottom -wangdaye.com.geometricweather.R$drawable: int notif_temp_5 -io.reactivex.internal.util.VolatileSizeArrayList: java.util.List subList(int,int) -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver(io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver) -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualObserver[] observers -okhttp3.MediaType: java.lang.String mediaType -com.google.android.material.R$string: int mtrl_picker_a11y_next_month -androidx.work.R$dimen: int notification_subtext_size -okhttp3.Credentials: Credentials() -androidx.appcompat.R$dimen: int tooltip_precise_anchor_threshold -com.jaredrummler.android.colorpicker.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset -com.google.android.material.R$styleable: int SwitchMaterial_useMaterialThemeColors -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_constraintSet -com.tencent.bugly.proguard.q: java.lang.String a -androidx.work.R$styleable: int FontFamilyFont_android_font -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_drawableEnd -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: float getPressure(float) -okhttp3.internal.connection.RealConnection: int MAX_TUNNEL_ATTEMPTS -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem -com.turingtechnologies.materialscrollbar.R$style: int Platform_ThemeOverlay_AppCompat -wangdaye.com.geometricweather.R$attr: int goIcon -okhttp3.ResponseBody: okhttp3.ResponseBody create(okhttp3.MediaType,java.lang.String) -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceInformationStyle -wangdaye.com.geometricweather.R$attr: int max -com.bumptech.glide.R$attr: int fontProviderFetchTimeout -androidx.dynamicanimation.R$styleable: int GradientColor_android_centerY -wangdaye.com.geometricweather.R$attr: int fastScrollHorizontalTrackDrawable -androidx.appcompat.R$attr: int queryHint -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer wetBulbTemperature -com.amap.api.location.AMapLocation: java.lang.String z -okhttp3.RequestBody$2: int val$byteCount -androidx.preference.R$styleable: int SwitchPreferenceCompat_switchTextOn -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: java.util.List getValue() -okhttp3.internal.ws.RealWebSocket: int receivedPongCount() -cyanogenmod.themes.ThemeChangeRequest: void writeToParcel(android.os.Parcel,int) -androidx.appcompat.widget.MenuPopupWindow -androidx.preference.R$styleable: int ActionBar_height -wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource: wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource[] values() -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Tooltip -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_goneMarginBottom -retrofit2.ParameterHandler$Body: void apply(retrofit2.RequestBuilder,java.lang.Object) -wangdaye.com.geometricweather.R$string: int night -com.jaredrummler.android.colorpicker.R$styleable: int[] AnimatedStateListDrawableTransition -androidx.hilt.work.R$id: int accessibility_custom_action_20 -okhttp3.internal.ws.WebSocketProtocol: int B0_FLAG_RSV3 -wangdaye.com.geometricweather.db.entities.HistoryEntity: java.lang.String getWeatherSource() -androidx.lifecycle.ViewModelProvider$KeyedFactory: androidx.lifecycle.ViewModel create(java.lang.Class) -androidx.drawerlayout.widget.DrawerLayout: DrawerLayout(android.content.Context) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: long EffectiveEpochDate -androidx.constraintlayout.widget.R$id: int startVertical -wangdaye.com.geometricweather.common.ui.widgets.TagView: int getCheckedBackgroundColor() -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarTabStyle -androidx.appcompat.R$dimen: int abc_alert_dialog_button_dimen -androidx.preference.R$attr: int fontWeight -com.google.android.material.R$style: int Theme_AppCompat -com.google.android.material.R$styleable: int Toolbar_popupTheme -wangdaye.com.geometricweather.R$styleable: int ClockHandView_materialCircleRadius -androidx.drawerlayout.R$styleable: int GradientColor_android_centerX -com.google.android.material.R$style: int Base_V28_Theme_AppCompat_Light -com.google.android.material.R$styleable: int[] CoordinatorLayout_Layout -com.google.android.material.card.MaterialCardView: void setRippleColor(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$id: int item_card_display_container -androidx.constraintlayout.motion.widget.MotionLayout$TransitionState: androidx.constraintlayout.motion.widget.MotionLayout$TransitionState FINISHED -com.google.android.material.R$style: int Widget_AppCompat_ImageButton -androidx.lifecycle.extensions.R$layout: R$layout() -com.tencent.bugly.crashreport.crash.c: int f -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Button_Small -wangdaye.com.geometricweather.R$style: int Preference_PreferenceScreen_Material -wangdaye.com.geometricweather.R$attr: int layout_editor_absoluteY -com.tencent.bugly.proguard.am: java.lang.String i -com.google.android.material.slider.BaseSlider$SliderState -androidx.transition.R$layout: int notification_action_tombstone -wangdaye.com.geometricweather.R$string: int aqi_4 -okhttp3.internal.ws.WebSocketProtocol: int PAYLOAD_LONG -com.google.android.material.R$id: int accessibility_action_clickable_span -cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String ALARM_STATE -androidx.appcompat.widget.ActionBarOverlayLayout: void setWindowTitle(java.lang.CharSequence) -androidx.lifecycle.SavedStateHandle$SavingStateLiveData -androidx.preference.R$layout: int notification_template_icon_group -com.turingtechnologies.materialscrollbar.R$drawable: int notification_bg_low_normal -com.tencent.bugly.proguard.i: float[] h(int,boolean) -okhttp3.internal.platform.Jdk9Platform: java.lang.String getSelectedProtocol(javax.net.ssl.SSLSocket) -wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_mini_grey -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: io.reactivex.Observer observer -com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_Chip -androidx.hilt.R$id: int accessibility_custom_action_13 -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Button_Borderless -com.bumptech.glide.integration.okhttp.R$id: int actions -com.tencent.bugly.Bugly: android.content.Context applicationContext -androidx.coordinatorlayout.R$style: int TextAppearance_Compat_Notification_Title -james.adaptiveicon.R$styleable: int AppCompatTextView_autoSizeMinTextSize -com.google.android.material.R$attr: int actionMenuTextColor -cyanogenmod.power.IPerformanceManager -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getTemperatureText(android.content.Context,int) -com.google.android.material.R$style: int AlertDialog_AppCompat -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_FONTS -wangdaye.com.geometricweather.db.entities.LocationEntityDao: wangdaye.com.geometricweather.db.converters.TimeZoneConverter timeZoneConverter -androidx.appcompat.R$id: int notification_main_column_container -okio.Buffer: okio.BufferedSink emitCompleteSegments() -androidx.activity.R$dimen: int notification_content_margin_start -com.turingtechnologies.materialscrollbar.R$attr: int menu -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Dialog -android.didikee.donate.R$layout: int abc_action_mode_bar -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.functions.Function mapper -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_title -androidx.lifecycle.Transformations$1: Transformations$1(androidx.lifecycle.MediatorLiveData,androidx.arch.core.util.Function) -wangdaye.com.geometricweather.R$string: int action_appStore -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_transitionPathRotate -androidx.preference.R$attr: int actionModeStyle -androidx.lifecycle.Observer -james.adaptiveicon.R$dimen -androidx.appcompat.R$attr: int subtitle -okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Http2Stream$FramingSource source -com.google.android.material.appbar.CollapsingToolbarLayout: void setMaxLines(int) -androidx.constraintlayout.widget.R$drawable: int notification_bg_low -cyanogenmod.app.IPartnerInterface$Stub$Proxy: IPartnerInterface$Stub$Proxy(android.os.IBinder) -androidx.recyclerview.R$id: int accessibility_custom_action_12 -okhttp3.HttpUrl: java.lang.String host() -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleMarginBottom -wangdaye.com.geometricweather.R$string: int widget_trend_daily -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorControlActivated -okio.DeflaterSink: void write(okio.Buffer,long) -wangdaye.com.geometricweather.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable -com.tencent.bugly.proguard.am: java.lang.String e -androidx.work.R$layout: int custom_dialog -androidx.dynamicanimation.R$layout: R$layout() -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_Dialog_Bridge -android.didikee.donate.R$attr: int subtitleTextColor -wangdaye.com.geometricweather.background.polling.work.worker.TomorrowForecastUpdateWorker: TomorrowForecastUpdateWorker(android.content.Context,androidx.work.WorkerParameters,wangdaye.com.geometricweather.location.LocationHelper,wangdaye.com.geometricweather.weather.WeatherHelper) -okio.RealBufferedSink$1: void write(byte[],int,int) -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History -androidx.lifecycle.Transformations: Transformations() -androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour: androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour WRAP_CONTENT -james.adaptiveicon.R$id: int home -retrofit2.Retrofit$1: java.lang.Class val$service -cyanogenmod.platform.Manifest$permission: java.lang.String HARDWARE_ABSTRACTION_ACCESS -com.google.android.material.slider.BaseSlider: void setLabelBehavior(int) -com.google.gson.stream.JsonReader: int PEEKED_NULL -com.amap.api.fence.DistrictItem: void writeToParcel(android.os.Parcel,int) -com.xw.repo.bubbleseekbar.R$id: int chronometer -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_shadowDy -com.jaredrummler.android.colorpicker.R$layout: int abc_popup_menu_item_layout -androidx.swiperefreshlayout.R$styleable: int GradientColorItem_android_color -androidx.loader.R$id: int normal -retrofit2.adapter.rxjava2.CallEnqueueObservable -wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_text_size -com.tencent.bugly.crashreport.crash.anr.b: com.tencent.bugly.crashreport.common.strategy.a f -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String headDescription -com.google.android.material.R$layout: int abc_screen_simple_overlay_action_mode -com.tencent.bugly.proguard.ai: java.lang.String a -androidx.preference.R$attr: int gapBetweenBars -androidx.constraintlayout.widget.R$color: int abc_hint_foreground_material_light -cyanogenmod.os.Build: java.lang.String CYANOGENMOD_VERSION -com.google.android.material.R$animator: int mtrl_extended_fab_change_size_collapse_motion_spec -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_cardForegroundColor -com.google.android.material.R$id: int accessibility_custom_action_20 -io.reactivex.observers.DisposableObserver: void dispose() -okhttp3.internal.http1.Http1Codec: int state -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: java.lang.String getTo() -james.adaptiveicon.AdaptiveIconView: void setPath(java.lang.String) -com.google.gson.LongSerializationPolicy: com.google.gson.LongSerializationPolicy STRING -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_NULL_SHA -wangdaye.com.geometricweather.R$attr: int navigationMode -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric: double Value -com.google.android.material.tabs.TabLayout: void setInlineLabelResource(int) -com.xw.repo.bubbleseekbar.R$dimen: int abc_control_corner_material -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult: wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position position -com.google.android.material.R$attr: int colorPrimarySurface -androidx.constraintlayout.widget.R$id: int position -androidx.hilt.R$attr: int fontProviderPackage -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture: AccuCurrentResult$Past24HourTemperatureDeparture() -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: boolean delayError -androidx.vectordrawable.animated.R$dimen: int compat_control_corner_material -com.tencent.bugly.crashreport.crash.CrashDetailBean: java.util.Map R -com.google.android.material.R$attr: int itemShapeInsetBottom -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$6 -androidx.constraintlayout.widget.R$attr: int tickMarkTintMode -androidx.vectordrawable.R$id: int action_image -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange Past12HourRange -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_pressed_z -android.didikee.donate.R$styleable: int AppCompatTextView_autoSizeTextType -android.didikee.donate.R$styleable: int ActionBarLayout_android_layout_gravity -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language KOREAN -wangdaye.com.geometricweather.R$string: int key_hide_lunar -io.reactivex.internal.observers.InnerQueuedObserver: void setDone() -androidx.constraintlayout.widget.R$styleable: int Spinner_popupTheme -androidx.preference.R$style: int Widget_AppCompat_Light_ActionMode_Inverse -com.google.android.material.R$dimen: int mtrl_calendar_selection_text_baseline_to_top -android.support.v4.os.IResultReceiver$Default: IResultReceiver$Default() -wangdaye.com.geometricweather.background.receiver.widget.WidgetTextProvider -cyanogenmod.weather.WeatherInfo: double mHumidity -io.reactivex.subjects.PublishSubject$PublishDisposable: void onError(java.lang.Throwable) -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHorizontal_weight -com.turingtechnologies.materialscrollbar.R$attr: int splitTrack -com.google.android.material.R$style: int Base_V23_Theme_AppCompat -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: MfForecastV2Result$ForecastProperties() -androidx.lifecycle.SavedStateHandleController: androidx.lifecycle.SavedStateHandle mHandle -com.turingtechnologies.materialscrollbar.R$attr: int iconGravity -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionButton_CloseMode -androidx.hilt.work.R$dimen: int compat_button_padding_vertical_material -androidx.preference.R$style: int Theme_AppCompat_Light_Dialog_Alert -com.google.android.material.R$id: int pathRelative -androidx.activity.R$styleable -wangdaye.com.geometricweather.R$string: int mtrl_chip_close_icon_content_description -okhttp3.logging.LoggingEventListener: void requestBodyEnd(okhttp3.Call,long) -cyanogenmod.app.LiveLockScreenManager: cyanogenmod.app.ILiveLockScreenManager sService -androidx.viewpager.R$color: int notification_action_color_filter -io.reactivex.Observable: io.reactivex.Single reduceWith(java.util.concurrent.Callable,io.reactivex.functions.BiFunction) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_borderlessButtonStyle -com.google.android.gms.common.api.AvailabilityException: com.google.android.gms.common.ConnectionResult getConnectionResult(com.google.android.gms.common.api.GoogleApi) -androidx.constraintlayout.widget.R$dimen: int abc_text_size_subtitle_material_toolbar -com.google.android.material.R$style: int TextAppearance_AppCompat_Display4 -com.xw.repo.bubbleseekbar.R$attr: int fontProviderFetchStrategy -android.didikee.donate.R$styleable: int AppCompatTheme_actionBarStyle -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginEnd -androidx.core.app.JobIntentService -com.bumptech.glide.load.ImageHeaderParser$ImageType: boolean hasAlpha() -io.reactivex.internal.disposables.ArrayCompositeDisposable: ArrayCompositeDisposable(int) -james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge -com.google.android.material.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView -cyanogenmod.providers.ThemesContract$ThemesColumns -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_android_fontWeight -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String FORECAST_HIGH -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: java.lang.String desc -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_title -okhttp3.EventListener: void responseBodyEnd(okhttp3.Call,long) -androidx.lifecycle.Transformations: androidx.lifecycle.LiveData distinctUntilChanged(androidx.lifecycle.LiveData) -cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String getOpPkg() -androidx.preference.R$styleable: int AppCompatTheme_ratingBarStyleSmall -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_icon -androidx.preference.R$style: int Base_Widget_AppCompat_Spinner -wangdaye.com.geometricweather.R$attr: int tickMarkTintMode -com.jaredrummler.android.colorpicker.R$attr: int windowFixedHeightMinor -androidx.fragment.R$styleable: int GradientColor_android_endColor -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub -androidx.swiperefreshlayout.R$styleable: int GradientColor_android_startX -com.bumptech.glide.R$styleable: int[] GradientColorItem -cyanogenmod.app.BaseLiveLockManagerService: BaseLiveLockManagerService() -androidx.appcompat.R$style: int Base_Widget_AppCompat_Button_Small -com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration -androidx.drawerlayout.R$styleable: int GradientColorItem_android_offset -com.google.android.material.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth -com.google.android.material.R$drawable: int abc_switch_thumb_material -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Direction Direction -com.google.android.material.textfield.TextInputLayout: void setCounterMaxLength(int) -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: boolean isDisposed() -wangdaye.com.geometricweather.R$id: int easeIn -wangdaye.com.geometricweather.R$drawable: int weather_rain_2 -androidx.preference.R$color: int abc_btn_colored_text_material -com.google.android.material.R$attr: int titleTextStyle -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_divider -com.google.android.material.R$attr: int itemTextAppearanceInactive -com.google.android.material.R$id: int row_index_key -okhttp3.internal.http2.Http2Codec: okhttp3.Interceptor$Chain chain -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle -androidx.coordinatorlayout.R$styleable: int FontFamily_fontProviderPackage -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: int prefetch -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_default_padding_end_material -com.turingtechnologies.materialscrollbar.R$attr: int statusBarScrim -androidx.work.R$id: int accessibility_custom_action_7 -cyanogenmod.weather.RequestInfo$Builder: RequestInfo$Builder(cyanogenmod.weather.IRequestInfoListener) -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Large -android.didikee.donate.R$dimen: int notification_top_pad -wangdaye.com.geometricweather.R$color: int abc_search_url_text_normal -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int AQI_INDEX_3 -com.google.android.material.R$string: int mtrl_picker_toggle_to_day_selection -wangdaye.com.geometricweather.settings.fragments.UnitSettingsFragment: UnitSettingsFragment() -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: void onComplete() -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: void dispose() -com.google.android.material.bottomappbar.BottomAppBar: int getFabAlignmentMode() -android.didikee.donate.R$styleable: int AppCompatTheme_actionModeCloseDrawable -wangdaye.com.geometricweather.R$layout: int mtrl_calendar_day_of_week -okio.Options: int intCount(okio.Buffer) -cyanogenmod.app.IProfileManager -androidx.lifecycle.SavedStateHandleController$1 -androidx.preference.R$styleable: int DialogPreference_android_dialogTitle -wangdaye.com.geometricweather.R$dimen: int abc_action_bar_content_inset_with_nav -cyanogenmod.weather.WeatherInfo$DayForecast$1: java.lang.Object createFromParcel(android.os.Parcel) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintVertical_bias -com.google.android.material.R$dimen: int abc_action_bar_elevation_material -androidx.appcompat.resources.R$layout: int notification_action_tombstone -androidx.lifecycle.ComputableLiveData$2: androidx.lifecycle.ComputableLiveData this$0 -james.adaptiveicon.R$dimen: int compat_button_inset_horizontal_material -wangdaye.com.geometricweather.R$styleable: int Variant_region_heightMoreThan -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeSnowPrecipitationDuration() -com.xw.repo.bubbleseekbar.R$styleable: int[] MenuGroup -io.reactivex.internal.util.VolatileSizeArrayList: boolean remove(java.lang.Object) -wangdaye.com.geometricweather.R$layout: int item_about_title -cyanogenmod.externalviews.ExternalView$4: void run() -androidx.core.R$dimen: int compat_notification_large_icon_max_width -androidx.lifecycle.MediatorLiveData$Source: androidx.lifecycle.Observer mObserver -com.google.android.material.R$styleable: int Constraint_android_layout_marginTop -com.google.android.material.R$attr: int circleRadius -com.google.android.material.R$string: int material_timepicker_am -wangdaye.com.geometricweather.R$attr: int endIconCheckable -androidx.hilt.R$styleable: int GradientColorItem_android_offset -james.adaptiveicon.R$styleable: int ActionBar_homeAsUpIndicator -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_AES_256_CBC_SHA -cyanogenmod.power.IPerformanceManager$Stub: cyanogenmod.power.IPerformanceManager asInterface(android.os.IBinder) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeCutDrawable -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver -com.jaredrummler.android.colorpicker.R$attr: int listPreferredItemPaddingRight -com.tencent.bugly.proguard.ak: void a(com.tencent.bugly.proguard.j) -com.baidu.location.e.h$c: com.baidu.location.e.h$c a -androidx.core.widget.ContentLoadingProgressBar: ContentLoadingProgressBar(android.content.Context,android.util.AttributeSet) -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_section_text_color -androidx.vectordrawable.R$id: int accessibility_custom_action_3 -okio.ByteString: okio.ByteString of(byte[],int,int) -okhttp3.Authenticator$1 -wangdaye.com.geometricweather.background.receiver.MainReceiver: MainReceiver() -wangdaye.com.geometricweather.R$id: int widget_clock_day_date -cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_COLOR_ADJUSTMENT -com.tencent.bugly.crashreport.crash.anr.b: boolean a(java.lang.String,java.lang.String,java.lang.String) -wangdaye.com.geometricweather.R$styleable: int DialogPreference_dialogMessage -cyanogenmod.externalviews.KeyguardExternalViewProviderService$1: android.os.IBinder createExternalView(android.os.Bundle) -com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType valueOf(java.lang.String) -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: ObservableFlatMapSingle$FlatMapSingleObserver(io.reactivex.Observer,io.reactivex.functions.Function,boolean) -com.tencent.bugly.crashreport.crash.b: com.tencent.bugly.proguard.p d -okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.platform.OptionalMethod setUseSessionTickets -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX -androidx.preference.R$id: int tag_accessibility_clickable_spans -okhttp3.ConnectionPool$1: void run() -james.adaptiveicon.R$attr: int trackTintMode -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_Button_Colored -com.tencent.bugly.proguard.z: long b() -com.xw.repo.bubbleseekbar.R$attr: int barLength -io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator parent -androidx.vectordrawable.R$dimen: int compat_control_corner_material -wangdaye.com.geometricweather.R$id: int peekHeight -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken valueOf(java.lang.String) -com.jaredrummler.android.colorpicker.R$attr: int preferenceScreenStyle -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_CompoundButton_Switch -androidx.activity.R$layout: int notification_template_part_time -com.google.android.material.R$drawable: int abc_ic_menu_share_mtrl_alpha -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder writeTimeout(long,java.util.concurrent.TimeUnit) -cyanogenmod.themes.ThemeManager$ThemeProcessingListener: void onFinishedProcessing(java.lang.String) -com.amap.api.location.AMapLocationClientOption: float v -androidx.constraintlayout.widget.R$id: int baseline -com.tencent.bugly.proguard.x: boolean c(java.lang.String,java.lang.Object[]) -androidx.appcompat.R$styleable: int View_paddingEnd -com.tencent.bugly.crashreport.common.info.a: java.lang.Boolean am -com.github.rahatarmanahmed.cpv.R$bool -androidx.preference.R$attr: int layout_anchorGravity -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Imperial -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintVertical_chainStyle -com.bumptech.glide.integration.okhttp.R$dimen: int compat_button_inset_horizontal_material -androidx.transition.R$drawable: int notification_action_background -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: boolean otherDone -androidx.appcompat.R$style: int Base_Widget_AppCompat_ListMenuView -com.turingtechnologies.materialscrollbar.R$attr: int buttonBarStyle -wangdaye.com.geometricweather.R$animator: int weather_sleet_1 -androidx.hilt.work.R$integer: R$integer() -wangdaye.com.geometricweather.R$layout: int material_timepicker -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_PopupMenu -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: void onNext(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableLeftCompat -wangdaye.com.geometricweather.R$id: int fade -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionBar_Solid -com.tencent.bugly.crashreport.biz.b: java.lang.Class b() -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setCeiling(java.lang.Float) -androidx.dynamicanimation.R$style: int TextAppearance_Compat_Notification_Time -cyanogenmod.weather.IRequestInfoListener$Stub$Proxy: android.os.IBinder mRemote -androidx.preference.R$attr: int displayOptions -io.reactivex.Observable: io.reactivex.Observable concatMapEagerDelayError(io.reactivex.functions.Function,int,int,boolean) -androidx.appcompat.widget.Toolbar: android.widget.TextView getSubtitleTextView() -cyanogenmod.app.ThemeVersion: int CM11 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: java.lang.String from -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_week_4 -wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: java.lang.String unitId -com.turingtechnologies.materialscrollbar.R$styleable: int[] AnimatedStateListDrawableTransition -androidx.swiperefreshlayout.R$string -okio.Buffer: okio.ByteString snapshot(int) -androidx.appcompat.widget.AppCompatAutoCompleteTextView: AppCompatAutoCompleteTextView(android.content.Context,android.util.AttributeSet,int) -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintVertical_chainStyle -com.baidu.location.indoor.mapversion.c.a$d: double b(double) -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar -okhttp3.internal.Util: okhttp3.Headers toHeaders(java.util.List) -androidx.preference.R$styleable: int PreferenceFragmentCompat_android_dividerHeight -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_alphabeticShortcut -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_gestureInsetBottomIgnored -okhttp3.internal.platform.JdkWithJettyBootPlatform$JettyNegoProvider: JdkWithJettyBootPlatform$JettyNegoProvider(java.util.List) -com.bumptech.glide.integration.okhttp.R$styleable: int ColorStateListItem_alpha -com.google.android.material.appbar.HeaderBehavior: HeaderBehavior(android.content.Context,android.util.AttributeSet) -com.jaredrummler.android.colorpicker.R$attr: int tickMarkTintMode -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void drain() -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.jaredrummler.android.colorpicker.R$string: int abc_searchview_description_clear -androidx.constraintlayout.widget.R$dimen: int abc_edit_text_inset_top_material -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: long serialVersionUID -okio.ForwardingTimeout: void throwIfReached() -wangdaye.com.geometricweather.R$string: int mtrl_picker_text_input_date_range_start_hint -james.adaptiveicon.R$styleable: int[] ActionMode -com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_animAutostart -android.didikee.donate.R$string: int status_bar_notification_info_overflow -android.didikee.donate.R$dimen: int notification_large_icon_height -androidx.appcompat.resources.R$style -com.turingtechnologies.materialscrollbar.R$styleable: int CompoundButton_buttonCompat -android.didikee.donate.R$id: int action_bar_subtitle -androidx.preference.R$styleable: int SwitchCompat_switchMinWidth -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_progress -wangdaye.com.geometricweather.R$array: int pollen_units -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_actionViewClass -androidx.vectordrawable.animated.R$layout: int notification_template_custom_big -okhttp3.internal.connection.RealConnection: okhttp3.Protocol protocol -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_ALARMS -com.google.android.gms.location.LocationAvailability: android.os.Parcelable$Creator CREATOR -okhttp3.internal.cache.DiskLruCache: java.lang.String REMOVE -com.google.android.material.R$styleable: int ConstraintSet_flow_horizontalGap -com.xw.repo.bubbleseekbar.R$color: int ripple_material_light -androidx.preference.R$styleable: int[] ViewStubCompat -wangdaye.com.geometricweather.R$id: int dragLeft -androidx.customview.R$attr: int ttcIndex -androidx.lifecycle.SingleGeneratedAdapterObserver: SingleGeneratedAdapterObserver(androidx.lifecycle.GeneratedAdapter) -androidx.constraintlayout.widget.R$attr: int wavePeriod -wangdaye.com.geometricweather.R$style: int Base_V21_Theme_AppCompat_Light_Dialog -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorControlHighlight -okhttp3.internal.platform.AndroidPlatform$CloseGuard: java.lang.reflect.Method openMethod -com.google.android.material.R$id: int motion_base -cyanogenmod.externalviews.KeyguardExternalView$3: int val$height -androidx.preference.R$styleable: int SearchView_searchIcon -wangdaye.com.geometricweather.db.entities.DailyEntityDao: DailyEntityDao(org.greenrobot.greendao.internal.DaoConfig) -wangdaye.com.geometricweather.R$attr: int flow_wrapMode -androidx.constraintlayout.widget.R$styleable: int[] Spinner -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_switchTextAppearance -androidx.hilt.work.R$id: int accessibility_action_clickable_span -wangdaye.com.geometricweather.db.entities.DaoSession: DaoSession(org.greenrobot.greendao.database.Database,org.greenrobot.greendao.identityscope.IdentityScopeType,java.util.Map) -io.reactivex.Observable: io.reactivex.Observable switchOnNextDelayError(io.reactivex.ObservableSource) -android.didikee.donate.R$string: int abc_action_bar_up_description -com.jaredrummler.android.colorpicker.R$color: int bright_foreground_disabled_material_dark -com.amap.api.fence.PoiItem: java.lang.String getProvince() -androidx.lifecycle.extensions.R$id: int tag_accessibility_actions -com.google.android.material.R$styleable: int SearchView_searchIcon -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit KGFPSQCM -io.reactivex.internal.disposables.EmptyDisposable: boolean offer(java.lang.Object,java.lang.Object) -wangdaye.com.geometricweather.R$attr: int counterMaxLength -wangdaye.com.geometricweather.R$id: int tag_icon_night -wangdaye.com.geometricweather.R$drawable: int abc_popup_background_mtrl_mult -com.bumptech.glide.load.engine.GlideException: java.lang.Exception exception -com.google.android.material.R$attr: int layout_constraintGuide_begin -wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle[] values() -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionMenuTextColor -androidx.legacy.content.WakefulBroadcastReceiver -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_DarkActionBar_Bridge -wangdaye.com.geometricweather.R$attr: int buttonTint -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.internal.util.AtomicThrowable error -com.autonavi.aps.amapapi.model.AMapLocationServer: void g(java.lang.String) -com.google.android.material.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle -com.tencent.bugly.crashreport.crash.c: android.content.Context b(com.tencent.bugly.crashreport.crash.c) -com.xw.repo.bubbleseekbar.R$attr: int dialogPreferredPadding -com.google.android.material.R$style: int TextAppearance_AppCompat_Caption -androidx.constraintlayout.widget.R$attr: int deltaPolarRadius -wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit PERCENT -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_textSize -com.turingtechnologies.materialscrollbar.R$styleable: int[] LinearLayoutCompat_Layout -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean -com.turingtechnologies.materialscrollbar.R$id: int blocking -wangdaye.com.geometricweather.R$styleable: int[] SearchView -com.google.android.material.R$styleable: int TabLayout_tabIndicatorGravity -okhttp3.Cache: void flush() -wangdaye.com.geometricweather.R$drawable: int weather_hail_3 -com.tencent.bugly.a: java.lang.String versionKey -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getRelativeHumidity() -james.adaptiveicon.R$styleable: int[] AppCompatTextView -com.xw.repo.bubbleseekbar.R$attr: int bsb_thumb_radius_on_dragging -wangdaye.com.geometricweather.R$drawable: int abc_btn_radio_to_on_mtrl_000 -wangdaye.com.geometricweather.R$string: int mtrl_picker_invalid_range -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_getLastThemeChangeRequestType -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_contentInsetEndWithActions -cyanogenmod.themes.ThemeManager$2$1: ThemeManager$2$1(cyanogenmod.themes.ThemeManager$2,java.lang.String) -com.baidu.location.indoor.mapversion.c.c$b: java.lang.String g -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_android_gravity -android.didikee.donate.R$attr: int titleMarginEnd -wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_dayNightTypeTitle -android.didikee.donate.R$styleable: int AppCompatTheme_spinnerStyle -wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_layout_anchor -androidx.viewpager.R$id: int notification_main_column_container -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setAnimationProgress(float) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setHeadDescription(java.lang.String) -androidx.work.impl.WorkManagerInitializer -androidx.constraintlayout.widget.R$id: int line1 -com.github.rahatarmanahmed.cpv.CircularProgressView$6: CircularProgressView$6(com.github.rahatarmanahmed.cpv.CircularProgressView) -okhttp3.internal.platform.JdkWithJettyBootPlatform$JettyNegoProvider -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layoutDescription -james.adaptiveicon.R$attr: int tickMarkTintMode -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setAqi(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean) -com.google.android.material.R$attr: int animationMode -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Metric: AccuCurrentResult$PrecipitationSummary$Precipitation$Metric() -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_firstVerticalBias -wangdaye.com.geometricweather.R$styleable: int KeyCycle_transitionPathRotate -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxCornerRadiusTopEnd -com.xw.repo.bubbleseekbar.R$styleable: int RecycleListView_paddingBottomNoButtons -wangdaye.com.geometricweather.R$id: int honorRequest -com.bumptech.glide.integration.okhttp.R$id: int right_side -com.tencent.bugly.proguard.w: java.util.concurrent.ScheduledExecutorService c -wangdaye.com.geometricweather.R$attr: int onNegativeCross -wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_pixel -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHeight_default -james.adaptiveicon.R$attr: int contentInsetEnd -com.bumptech.glide.R$style: int TextAppearance_Compat_Notification_Time -james.adaptiveicon.R$style: int Widget_AppCompat_ProgressBar -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_minWidth -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilitySnow: java.lang.Integer proba3H -wangdaye.com.geometricweather.R$attr: int textAppearanceBody2 -androidx.preference.R$id: int icon_group -cyanogenmod.weather.ICMWeatherManager: java.lang.String getActiveWeatherServiceProviderLabel() -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActivityChooserView -cyanogenmod.app.CMTelephonyManager: int ASK_FOR_SUBSCRIPTION_ID -com.google.android.material.R$attr: int flow_firstVerticalBias -okio.GzipSink: boolean closed -cyanogenmod.providers.CMSettings$NameValueCache: boolean putStringForUser(android.content.ContentResolver,java.lang.String,java.lang.String,int) -androidx.lifecycle.LifecycleRegistry: int getObserverCount() -wangdaye.com.geometricweather.R$string: int key_notification_hide_in_lockScreen -james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarTabTextStyle -okio.Buffer: okio.Buffer writeLong(long) -cyanogenmod.externalviews.ExternalView: cyanogenmod.externalviews.IExternalViewProvider mExternalViewProvider -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: android.os.IBinder asBinder() -wangdaye.com.geometricweather.R$animator: int weather_fog_3 -james.adaptiveicon.R$color: int tooltip_background_dark -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay CARD_ALLERGEN -android.didikee.donate.R$color: int abc_secondary_text_material_light -james.adaptiveicon.R$attr: int actionModeShareDrawable -com.xw.repo.bubbleseekbar.R$attr: int spinnerStyle -androidx.preference.R$drawable: int abc_ic_voice_search_api_material -com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String I -com.google.android.material.R$styleable: int ConstraintLayout_placeholder_placeholder_emptyVisibility -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_toolbarStyle -androidx.constraintlayout.utils.widget.ImageFilterButton: ImageFilterButton(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$dimen: int mtrl_calendar_year_corner -io.reactivex.internal.subscriptions.SubscriptionArbiter: void produced(long) -androidx.lifecycle.FullLifecycleObserverAdapter: androidx.lifecycle.FullLifecycleObserver mFullLifecycleObserver -androidx.constraintlayout.widget.Guideline: void setGuidelinePercent(float) -androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: void setValue(java.util.List) -androidx.appcompat.widget.AppCompatButton: void setSupportBackgroundTintList(android.content.res.ColorStateList) -android.didikee.donate.R$attr: int dividerVertical -com.jaredrummler.android.colorpicker.R$layout: int abc_action_bar_up_container -androidx.dynamicanimation.R$color: R$color() -cyanogenmod.app.CustomTile$ExpandedStyle: int styleId -wangdaye.com.geometricweather.R$attr: int maxHeight -androidx.appcompat.R$attr: int actionModeCopyDrawable -androidx.appcompat.widget.AppCompatCheckBox: android.content.res.ColorStateList getSupportBackgroundTintList() -android.support.v4.app.INotificationSideChannel$Stub$Proxy: android.os.IBinder mRemote -com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver -com.amap.api.location.AMapLocationClientOption: long r -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Geometry -com.xw.repo.bubbleseekbar.R$attr: int bsb_show_thumb_text -okhttp3.Challenge: java.lang.String scheme -okhttp3.ConnectionSpec -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onKeyguardDismissed() -org.greenrobot.greendao.database.DatabaseOpenHelper: DatabaseOpenHelper(android.content.Context,java.lang.String,int) -androidx.preference.R$id: int action_menu_presenter -com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_color -james.adaptiveicon.R$attr: int textColorSearchUrl -james.adaptiveicon.R$attr: int actionViewClass -com.google.android.material.R$dimen: int test_mtrl_calendar_day_cornerSize -com.google.android.material.R$attr: int titleTextColor -androidx.transition.R$drawable: int notification_bg -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.internal.fuseable.SimplePlainQueue queue -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: java.lang.String zh_TW -androidx.constraintlayout.widget.R$styleable: int Layout_barrierDirection -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.lang.String threshold -androidx.lifecycle.ComputableLiveData$1: void onActive() -com.google.android.material.floatingactionbutton.FloatingActionButton: FloatingActionButton(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$id: int chip -cyanogenmod.app.BaseLiveLockManagerService: void enforceAccessPermission() -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintEnd_toStartOf -androidx.lifecycle.ComputableLiveData: java.lang.Runnable mInvalidationRunnable -com.bumptech.glide.R$styleable: int FontFamilyFont_fontVariationSettings -com.google.android.material.tabs.TabLayout: TabLayout(android.content.Context) -com.tencent.bugly.crashreport.crash.c: int k -androidx.hilt.lifecycle.R$id: int line3 -com.google.android.material.R$id: int packed -wangdaye.com.geometricweather.R$attr: int fontProviderFetchTimeout -wangdaye.com.geometricweather.R$drawable: int weather_fog_pixel -retrofit2.HttpException -com.github.rahatarmanahmed.cpv.CircularProgressView$1 -wangdaye.com.geometricweather.R$styleable: int MaterialShape_shapeAppearance -com.turingtechnologies.materialscrollbar.R$color: int design_fab_shadow_start_color -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: long serialVersionUID -com.google.android.material.R$styleable: int MenuItem_actionProviderClass -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_trackTintMode -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox -okhttp3.OkHttpClient$1: java.io.IOException timeoutExit(okhttp3.Call,java.io.IOException) -okhttp3.internal.http.HttpCodec: okio.Sink createRequestBody(okhttp3.Request,long) -com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_backgroundTintMode -com.google.android.material.R$attr: int tabIndicator -wangdaye.com.geometricweather.common.basic.models.weather.Weather: wangdaye.com.geometricweather.common.basic.models.weather.Base base -io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: void dispose() -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property ResidentPosition -wangdaye.com.geometricweather.main.dialogs.LocationPermissionStatementDialog: LocationPermissionStatementDialog() -androidx.work.ExistingPeriodicWorkPolicy: androidx.work.ExistingPeriodicWorkPolicy REPLACE -wangdaye.com.geometricweather.R$id: int dialog_background_location_setButton -wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayHorizontalWidgetConfigActivity: Hilt_ClockDayHorizontalWidgetConfigActivity() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List xiche -wangdaye.com.geometricweather.R$attr: int layout_collapseParallaxMultiplier -wangdaye.com.geometricweather.R$attr: int toolbarId -androidx.lifecycle.extensions.R$id: int blocking -androidx.preference.R$styleable: int LinearLayoutCompat_android_orientation -com.google.android.material.R$attr: int dragScale -androidx.appcompat.widget.SwitchCompat: SwitchCompat(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: WeatherEntityDao$Properties() -android.didikee.donate.R$style: int Base_Widget_AppCompat_ListView_Menu -cyanogenmod.app.CustomTile$ExpandedListItem: CustomTile$ExpandedListItem() -androidx.fragment.app.FragmentTabHost$SavedState: android.os.Parcelable$Creator CREATOR -android.didikee.donate.R$style: int Base_V23_Theme_AppCompat -androidx.appcompat.widget.AppCompatTextView: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() -com.tencent.bugly.proguard.ak: java.lang.String c -okhttp3.internal.NamedRunnable: void run() -com.xw.repo.bubbleseekbar.R$styleable: int ViewStubCompat_android_id -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle -com.jaredrummler.android.colorpicker.R$styleable: int[] ActionBar -androidx.preference.R$styleable: int AppCompatTextHelper_android_drawableTop -com.jaredrummler.android.colorpicker.R$color: int abc_tint_default -com.google.android.material.R$attr: int horizontalOffset -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ListView_Menu -okio.BufferedSink: okio.BufferedSink writeShortLe(int) -com.xw.repo.bubbleseekbar.R$attr: int actionBarWidgetTheme -androidx.preference.R$styleable: int[] RecycleListView -androidx.fragment.R$dimen: int notification_small_icon_background_padding -com.google.android.material.button.MaterialButton: void setRippleColor(android.content.res.ColorStateList) -okhttp3.Cache$CacheResponseBody$1: Cache$CacheResponseBody$1(okhttp3.Cache$CacheResponseBody,okio.Source,okhttp3.internal.cache.DiskLruCache$Snapshot) -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: ExtendedFloatingActionButton(android.content.Context,android.util.AttributeSet,int) -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setLegacyRequestDisallowInterceptTouchEventEnabled(boolean) -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_gradientRadius -wangdaye.com.geometricweather.R$styleable: int MockView_mock_labelColor -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowFixedHeightMajor -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintCircleRadius -com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String p -androidx.viewpager2.R$dimen: int notification_right_side_padding_top -wangdaye.com.geometricweather.R$color: int material_cursor_color -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float pressure -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol getLocationProtocol() -retrofit2.http.Url -androidx.preference.R$styleable: int AppCompatTextView_fontFamily -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Button -wangdaye.com.geometricweather.R$id: int large -wangdaye.com.geometricweather.R$styleable: int[] SignInButton -wangdaye.com.geometricweather.R$attr: int tabMinWidth -androidx.constraintlayout.widget.R$attr: int submitBackground -com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_INIT -cyanogenmod.themes.ThemeManager$ThemeChangeListener -cyanogenmod.app.LiveLockScreenInfo$1: java.lang.Object[] newArray(int) -com.turingtechnologies.materialscrollbar.R$string: int status_bar_notification_info_overflow -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeRainPrecipitationDuration(java.lang.Float) -wangdaye.com.geometricweather.R$styleable: int Preference_defaultValue -com.google.android.material.R$attr: int defaultQueryHint -okio.AsyncTimeout: okio.Source source(okio.Source) -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintVertical_chainStyle -androidx.work.R$styleable: int FontFamilyFont_fontVariationSettings -androidx.constraintlayout.widget.R$attr: int logoDescription -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: boolean isDisposed() -androidx.preference.R$id: int action_bar_activity_content -com.jaredrummler.android.colorpicker.R$dimen: int tooltip_y_offset_non_touch -androidx.viewpager2.R$styleable: int GradientColor_android_gradientRadius -cyanogenmod.providers.CMSettings$Global: java.lang.String POWER_NOTIFICATIONS_VIBRATE -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable -cyanogenmod.app.StatusBarPanelCustomTile: android.os.UserHandle user -wangdaye.com.geometricweather.R$color: int switch_thumb_material_light -wangdaye.com.geometricweather.R$drawable: int notif_temp_94 -retrofit2.RequestFactory: okhttp3.Headers headers -androidx.activity.R$id: int accessibility_custom_action_6 -com.bumptech.glide.load.engine.GlideException: void setOrigin(java.lang.Exception) -wangdaye.com.geometricweather.R$id: int selected -androidx.hilt.lifecycle.R$layout: R$layout() -androidx.preference.R$styleable: int AppCompatTheme_tooltipFrameBackground -okhttp3.OkHttpClient: okhttp3.CookieJar cookieJar -io.reactivex.Observable: io.reactivex.Observable concatMapSingle(io.reactivex.functions.Function) -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void errorAll(io.reactivex.Observer) -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionMode -wangdaye.com.geometricweather.R$attr: int duration -okhttp3.Cache: int requestCount() -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void alternateService(int,java.lang.String,okio.ByteString,java.lang.String,int,long) -androidx.appcompat.R$drawable: int abc_text_select_handle_left_mtrl_dark -wangdaye.com.geometricweather.R$drawable: int ic_alert -wangdaye.com.geometricweather.R$string: int error_icon_content_description -wangdaye.com.geometricweather.R$string: int maxi_temp -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult -androidx.appcompat.R$dimen: int abc_panel_menu_list_width -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_LIVE_LOCK_SCREEN -wangdaye.com.geometricweather.R$attr: int useMaterialThemeColors -com.xw.repo.bubbleseekbar.R$attr: int tint -androidx.preference.R$styleable: int[] ButtonBarLayout -com.google.android.material.R$attr: int cardForegroundColor -androidx.lifecycle.ViewModelStores -okio.ByteString: java.lang.String base64Url() -androidx.appcompat.R$drawable: int abc_tab_indicator_material -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition: double Latitude -james.adaptiveicon.R$styleable: int AppCompatTheme_colorButtonNormal -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Subhead -com.google.android.material.R$styleable: int AppCompatTheme_actionBarTabBarStyle -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_130 -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWeatherText -androidx.work.R$styleable: int ColorStateListItem_alpha -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_Dialog_MinWidth -okhttp3.internal.http2.Http2Codec: okhttp3.internal.connection.StreamAllocation streamAllocation -androidx.customview.R$dimen: int notification_top_pad_large_text -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_Switch -cyanogenmod.providers.CMSettings$System: java.lang.String KEY_HOME_LONG_PRESS_ACTION -androidx.hilt.R$drawable -cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String key -androidx.recyclerview.widget.RecyclerView: void setClipToPadding(boolean) -androidx.appcompat.widget.ActionBarContextView: java.lang.CharSequence getSubtitle() -okhttp3.internal.Util$2: Util$2(java.lang.String,boolean) -okhttp3.internal.http2.Http2Writer: void settings(okhttp3.internal.http2.Settings) -com.tencent.bugly.crashreport.crash.anr.b: boolean a() -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ProgressBar -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_35 -okio.RealBufferedSink: okio.BufferedSink write(byte[]) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: android.graphics.Rect val$clipRect -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: CaiYunMainlyResult$CurrentBean$PressureBean() -cyanogenmod.hardware.CMHardwareManager: int FEATURE_THERMAL_MONITOR -androidx.lifecycle.MediatorLiveData: void onActive() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: void setUnit(java.lang.String) -wangdaye.com.geometricweather.R$id: int widget_trend_hourly_item_1 -com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setRealFeelTemperature(java.lang.Integer) -androidx.legacy.coreutils.R$attr -wangdaye.com.geometricweather.db.entities.DailyEntity: void setRagweedLevel(java.lang.Integer) -wangdaye.com.geometricweather.R$styleable: int Toolbar_contentInsetStart -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: java.util.List getAlerts() -com.google.android.material.R$style: int Base_Widget_AppCompat_ListView_DropDown -com.google.android.material.R$style: int Base_MaterialAlertDialog_MaterialComponents_Title_Panel -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: void setValue(java.util.List) -com.xw.repo.bubbleseekbar.R$attr: int navigationIcon -okhttp3.internal.ws.WebSocketWriter$FrameSink: void write(okio.Buffer,long) -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_horizontalBias -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_DropDownItem -com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat_Dark -com.jaredrummler.android.colorpicker.R$attr: int maxHeight -androidx.lifecycle.SavedStateHandle: java.util.Set keys() -androidx.appcompat.R$layout: int abc_alert_dialog_material -androidx.preference.R$styleable: int FontFamilyFont_android_font -androidx.hilt.lifecycle.R$styleable: int ColorStateListItem_android_alpha -wangdaye.com.geometricweather.R$id: int ghost_view -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable[] TERMINATED -com.google.android.material.R$attr: int chipMinHeight -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: java.lang.String getUvIndex() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Metric -cyanogenmod.weather.WeatherInfo: java.util.List getForecasts() -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Subhead -com.xw.repo.bubbleseekbar.R$color: int colorPrimary -androidx.appcompat.R$style: int Base_Theme_AppCompat_DialogWhenLarge -wangdaye.com.geometricweather.R$layout: int preference_widget_switch -androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_android_ttcIndex -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder setPathSegment(int,java.lang.String) -com.jaredrummler.android.colorpicker.R$attr: int summaryOn -com.google.android.material.R$styleable: int CustomAttribute_customStringValue -androidx.preference.R$styleable: int ActionBar_navigationMode -wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Dialog_Bridge -com.tencent.bugly.proguard.am: void a(com.tencent.bugly.proguard.i) -com.google.android.material.R$attr: int textAppearanceHeadline5 -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_checked -com.github.rahatarmanahmed.cpv.R$attr: R$attr() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableTintMode -androidx.constraintlayout.widget.R$styleable: int AlertDialog_showTitle -com.google.android.material.R$styleable: int[] FlowLayout -androidx.appcompat.app.AlertController$RecycleListView -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setUvLevel(java.lang.String) -wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: java.lang.String insee -com.turingtechnologies.materialscrollbar.TouchScrollBar: boolean getHide() -wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_light_default -wangdaye.com.geometricweather.R$drawable: int notif_temp_33 -io.reactivex.disposables.RunnableDisposable: RunnableDisposable(java.lang.Runnable) -com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawable_android_variablePadding -androidx.appcompat.R$drawable: int abc_popup_background_mtrl_mult -androidx.appcompat.R$styleable: int[] ListPopupWindow -okio.Buffer: okio.BufferedSink write(okio.Source,long) -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_android_minHeight -androidx.preference.R$attr: int allowDividerAbove -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode THUNDERSTORM -androidx.viewpager2.R$styleable: int[] GradientColorItem -com.tencent.bugly.proguard.ap: ap() -com.xw.repo.bubbleseekbar.R$attr: int tooltipText -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_aa_black -io.reactivex.Observable: io.reactivex.Observable mergeDelayError(java.lang.Iterable,int) -com.google.android.material.R$dimen: int mtrl_navigation_item_icon_size -cyanogenmod.providers.CMSettings$Secure: void putListAsDelimitedString(android.content.ContentResolver,java.lang.String,java.lang.String,java.util.List) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_133 -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_halfExpandedRatio -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode SLEET -com.google.android.material.R$styleable: int MenuView_android_itemTextAppearance -james.adaptiveicon.R$id: int radio -androidx.lifecycle.extensions.R$drawable: R$drawable() -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabTextAppearance -okhttp3.HttpUrl$Builder: java.lang.String scheme -okhttp3.HttpUrl$Builder -com.google.android.material.R$dimen: int appcompat_dialog_background_inset -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small -cyanogenmod.os.Concierge: Concierge() -com.jaredrummler.android.colorpicker.R$drawable: int abc_item_background_holo_dark -com.google.android.material.R$dimen: int mtrl_edittext_rectangle_top_offset -okhttp3.internal.Util: java.nio.charset.Charset UTF_32_BE -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean() -androidx.appcompat.widget.LinearLayoutCompat: void setGravity(int) -androidx.preference.R$dimen: int abc_text_size_display_3_material -james.adaptiveicon.R$style: int Base_Theme_AppCompat_Dialog_Alert -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void innerNext(io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryInnerObserver) -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$5: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable -okhttp3.MediaType: java.util.regex.Pattern TYPE_SUBTYPE -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum: AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum() -io.reactivex.internal.util.EmptyComponent: void onError(java.lang.Throwable) -androidx.viewpager.R$attr: int ttcIndex -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$3: void run() -androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd -wangdaye.com.geometricweather.R$attr: int thumbStrokeColor -wangdaye.com.geometricweather.R$attr: int cornerSize -android.support.v4.app.INotificationSideChannel$Stub: android.support.v4.app.INotificationSideChannel asInterface(android.os.IBinder) -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_padding_top -androidx.drawerlayout.R$id: int right_side -com.google.android.material.slider.Slider: android.content.res.ColorStateList getThumbTintList() -com.tencent.bugly.proguard.z: java.lang.Object a(byte[],android.os.Parcelable$Creator) -com.xw.repo.bubbleseekbar.R$styleable: int ColorStateListItem_android_alpha -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float total -com.google.android.material.R$attr: int fabCradleVerticalOffset -wangdaye.com.geometricweather.R$string: int material_timepicker_clock_mode_description -wangdaye.com.geometricweather.R$id: int transition_current_scene -com.google.android.material.progressindicator.ProgressIndicator: int getIndicatorSize() -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onKeyguardShowing(boolean) -retrofit2.RequestBuilder -androidx.core.R$dimen: int compat_control_corner_material -cyanogenmod.platform.R$integer -android.didikee.donate.R$attr: int colorPrimaryDark -android.didikee.donate.R$attr: int ratingBarStyleSmall -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: ObservableFlatMap$InnerObserver(io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver,long) -wangdaye.com.geometricweather.R$attr: int dialogPreferenceStyle -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: double lat -androidx.constraintlayout.widget.R$attr: int triggerSlack -okhttp3.internal.platform.Platform: boolean isAndroid() -cyanogenmod.weather.WeatherInfo$DayForecast: int describeContents() -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_star_half_black_16dp -com.google.android.material.R$attr: int expandedTitleMarginStart -cyanogenmod.weather.util.WeatherUtils: WeatherUtils() -cyanogenmod.themes.ThemeChangeRequest$Builder: long mWallpaperId -com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemHeight -androidx.legacy.coreutils.R$color: int notification_action_color_filter -androidx.preference.R$styleable: int Toolbar_titleMarginBottom -james.adaptiveicon.R$anim: R$anim() -cyanogenmod.app.IPartnerInterface$Stub$Proxy: boolean setZenMode(int) -com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getTrackInactiveTintList() -androidx.appcompat.R$style: int Theme_AppCompat_Light_Dialog_MinWidth -com.google.android.material.R$style: int Base_Widget_MaterialComponents_TextInputLayout -androidx.appcompat.resources.R$id: int tag_accessibility_clickable_spans -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWeatherCode(wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode) -android.didikee.donate.R$attr: int buttonTintMode -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Weather: MfHistoryResult$History$Weather() -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_ActionBar -androidx.preference.R$styleable: int ActionBar_progressBarPadding -com.turingtechnologies.materialscrollbar.R$styleable: int CardView_contentPaddingRight -androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType valueOf(java.lang.String) -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_10 -com.google.android.material.floatingactionbutton.FloatingActionButton: android.graphics.PorterDuff$Mode getSupportImageTintMode() -com.jaredrummler.android.colorpicker.R$dimen: int notification_action_icon_size -androidx.constraintlayout.widget.R$attr: int searchHintIcon -okhttp3.CookieJar$1 -okhttp3.internal.cache.DiskLruCache -wangdaye.com.geometricweather.R$dimen: int abc_action_bar_subtitle_top_margin_material -okhttp3.WebSocketListener -retrofit2.Utils$WildcardTypeImpl -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties -james.adaptiveicon.R$string: int status_bar_notification_info_overflow -wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: void setDayIndicatorRotation(float) -cyanogenmod.weather.WeatherLocation: java.lang.String getPostalCode() -okhttp3.internal.platform.Platform: Platform() -com.google.android.material.chip.Chip: void setBackgroundTintMode(android.graphics.PorterDuff$Mode) -cyanogenmod.app.CustomTile: int describeContents() -com.turingtechnologies.materialscrollbar.R$id: int progress_circular -okhttp3.Address: okhttp3.Dns dns -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light_Dialog_Alert -android.didikee.donate.R$color: int switch_thumb_normal_material_light -androidx.preference.R$style: int TextAppearance_AppCompat_Display4 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX: java.util.List getBrands() -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_endY -androidx.constraintlayout.widget.R$attr: int dropdownListPreferredItemHeight -com.google.android.material.R$styleable: int ShapeableImageView_strokeColor -com.tencent.bugly.proguard.a: java.util.HashMap d -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_paddingRight -com.tencent.bugly.proguard.ap: java.lang.String k -com.google.android.material.bottomappbar.BottomAppBar: void setElevation(float) -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$6: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 -wangdaye.com.geometricweather.R$animator: int mtrl_fab_transformation_sheet_collapse_spec -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup -com.google.android.material.R$styleable: int ColorStateListItem_alpha -com.amap.api.location.AMapLocationClientOption: java.lang.String toString() -androidx.appcompat.R$layout: int notification_action_tombstone -com.google.gson.stream.JsonWriter: java.lang.String[] REPLACEMENT_CHARS -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float visibility -com.tencent.bugly.crashreport.crash.b: void c(com.tencent.bugly.crashreport.crash.CrashDetailBean) -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: io.reactivex.Observer downstream -androidx.lifecycle.ProcessLifecycleOwner$3$1 -com.xw.repo.bubbleseekbar.R$string: int abc_activity_chooser_view_see_all -com.google.android.gms.location.LocationSettingsStates: android.os.Parcelable$Creator CREATOR -com.google.android.material.chip.Chip: void setIconEndPaddingResource(int) -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabRippleColor -wangdaye.com.geometricweather.R$string: int v7_preference_on -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: wangdaye.com.geometricweather.db.entities.HourlyEntity readEntity(android.database.Cursor,int) -androidx.preference.R$styleable: int AppCompatSeekBar_android_thumb -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: int READY -com.google.android.material.chip.Chip: android.graphics.Rect getCloseIconTouchBoundsInt() -android.didikee.donate.R$attr: int windowNoTitle -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Ice: AccuDailyResult$DailyForecasts$Day$Ice() -androidx.appcompat.widget.AppCompatButton: void setSupportCompoundDrawablesTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$id: int groups -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_48 -wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Prefix -com.tencent.bugly.crashreport.common.info.a: long Q() -com.google.android.material.R$animator: int design_fab_hide_motion_spec -androidx.coordinatorlayout.R$integer: R$integer() -android.didikee.donate.R$styleable: int RecycleListView_paddingBottomNoButtons -androidx.constraintlayout.widget.R$styleable: int MenuItem_tooltipText -wangdaye.com.geometricweather.R$drawable: int notif_temp_21 -androidx.coordinatorlayout.R$id: int notification_main_column -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getRealFeelTemperature() -com.google.android.material.R$id: int ignore -wangdaye.com.geometricweather.R$dimen: int abc_button_inset_vertical_material -androidx.legacy.coreutils.R$styleable: int GradientColor_android_gradientRadius -wangdaye.com.geometricweather.R$drawable: int notif_temp_79 -com.google.android.material.R$style: int ThemeOverlay_AppCompat_DayNight -androidx.appcompat.R$attr: int height -com.google.gson.stream.JsonReader: int nextNonWhitespace(boolean) -wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: void setDuration(long) -com.google.android.material.button.MaterialButton: void setIconTintResource(int) -com.bumptech.glide.integration.okhttp.R$styleable: int[] ColorStateListItem -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: long serialVersionUID -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_text_btn_padding_left -com.google.gson.stream.JsonReader: char readEscapeCharacter() -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean setDisplayMode(cyanogenmod.hardware.DisplayMode,boolean) -com.google.android.material.R$styleable: int TextInputLayout_endIconDrawable -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: io.reactivex.internal.disposables.SequentialDisposable task -wangdaye.com.geometricweather.R$integer: R$integer() -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_headerLayout -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setUvIndex(java.lang.Integer) -com.google.android.material.R$string: int status_bar_notification_info_overflow -okhttp3.internal.http.RealInterceptorChain: java.util.List interceptors -androidx.hilt.R$layout: int notification_action_tombstone -com.google.gson.internal.$Gson$Types$WildcardTypeImpl: java.lang.reflect.Type upperBound -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_checkedTextViewStyle -okio.RealBufferedSink: java.io.OutputStream outputStream() -wangdaye.com.geometricweather.R$attr: int bsb_always_show_bubble_delay -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView getChartItemView() -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_BottomRightCut -android.didikee.donate.R$styleable: int AppCompatSeekBar_tickMarkTintMode -android.didikee.donate.R$styleable: int ActionMode_subtitleTextStyle -com.tencent.bugly.CrashModule: boolean d -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_VMAIL_LED_OFF_VALIDATOR -androidx.lifecycle.ViewModelProvider$OnRequeryFactory: void onRequery(androidx.lifecycle.ViewModel) -wangdaye.com.geometricweather.R$id: int toolbar -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int Icon -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX() -wangdaye.com.geometricweather.R$attr: int counterTextAppearance -androidx.coordinatorlayout.R$attr: int fontProviderQuery -androidx.constraintlayout.widget.R$styleable: int ActionBar_subtitle -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setGpsFirstTimeout(long) -androidx.viewpager2.R$id: int text2 -com.google.android.material.R$attr: int customIntegerValue -com.jaredrummler.android.colorpicker.R$attr: int colorPrimaryDark -androidx.appcompat.R$id: int async -wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: void setTitleText(java.lang.String) -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setTargetOffsetTopAndBottom(int) -cyanogenmod.content.Intent: java.lang.String ACTION_RECENTS_LONG_PRESS -androidx.constraintlayout.widget.R$color: int switch_thumb_material_dark -okhttp3.internal.http2.Http2Reader$ContinuationSource: Http2Reader$ContinuationSource(okio.BufferedSource) -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void drain() -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ImageButton -okhttp3.internal.http2.Http2Reader$ContinuationSource: void close() -android.didikee.donate.R$style: int Widget_AppCompat_SearchView_ActionBar -james.adaptiveicon.R$drawable: int notification_bg -com.google.android.material.R$style: int Widget_MaterialComponents_PopupMenu_ListPopupWindow -android.didikee.donate.R$style: int TextAppearance_AppCompat_Large_Inverse -android.didikee.donate.R$styleable: int SearchView_commitIcon -cyanogenmod.app.Profile$DozeMode: int DEFAULT -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_icon -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation: wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation valueOf(java.lang.String) -androidx.appcompat.widget.AppCompatCheckedTextView: void setCustomSelectionActionModeCallback(android.view.ActionMode$Callback) -com.turingtechnologies.materialscrollbar.R$attr: int colorSecondary -wangdaye.com.geometricweather.R$string: int mtrl_picker_invalid_format -androidx.appcompat.R$style: int Widget_AppCompat_ActionBar_Solid -okio.Buffer: int read(byte[]) -retrofit2.BuiltInConverters$VoidResponseBodyConverter: java.lang.Void convert(okhttp3.ResponseBody) -androidx.drawerlayout.widget.DrawerLayout: void setStatusBarBackground(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.R$layout: int widget_remote -com.tencent.bugly.proguard.ah: java.lang.String b -com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String m -okhttp3.Response$Builder: okhttp3.Response$Builder request(okhttp3.Request) -com.amap.api.fence.GeoFence: int ERROR_CODE_EXISTS -cyanogenmod.providers.WeatherContract$WeatherColumns$TempUnit -com.google.android.material.chip.ChipGroup: int getChipSpacingHorizontal() -com.google.android.material.R$layout: int abc_action_menu_layout -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float getThunderstorm() -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_transformPivotX -okhttp3.internal.http2.ErrorCode -wangdaye.com.geometricweather.R$id: int activity_widget_config_hideSubtitleSwitch -androidx.fragment.app.Fragment: Fragment() -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: void onNext(java.lang.Object) -com.google.android.material.R$style: int Base_Widget_AppCompat_ActionBar -androidx.preference.R$styleable: int PreferenceFragment_android_dividerHeight -androidx.activity.R$dimen: int notification_right_icon_size -androidx.preference.R$style: int Theme_AppCompat_Dialog_Alert -okio.Okio$1: void close() -com.google.android.material.R$id: int square -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: java.lang.String getUrl() -com.turingtechnologies.materialscrollbar.AlphabetIndicator: int getIndicatorHeight() -androidx.appcompat.R$style: R$style() -androidx.preference.R$style: int Base_Widget_AppCompat_Button -androidx.lifecycle.ClassesInfoCache$MethodReference: boolean equals(java.lang.Object) -wangdaye.com.geometricweather.R$dimen: int clock_face_margin_start -com.github.rahatarmanahmed.cpv.CircularProgressView$9: void onAnimationUpdate(android.animation.ValueAnimator) -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_verticalAlign -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_android_font -androidx.viewpager.R$dimen: int notification_action_icon_size -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_goneMarginLeft -io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource[],io.reactivex.functions.Function,int) -androidx.appcompat.R$layout: int notification_template_icon_group -com.bumptech.glide.R$dimen: int notification_small_icon_background_padding -androidx.appcompat.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton -androidx.appcompat.R$style: int Base_Widget_AppCompat_EditText -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit valueOf(java.lang.String) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA -okhttp3.Cookie$Builder: boolean httpOnly -cyanogenmod.app.ProfileGroup: boolean matches(android.app.NotificationGroup,boolean) -wangdaye.com.geometricweather.R$color: int cardview_dark_background -com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_corner_radius_material -com.tencent.bugly.proguard.z: z() -androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomSheet_Modal -com.tencent.bugly.a -wangdaye.com.geometricweather.R$string: int feedback_today_precipitation_alert -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_weather_3 -androidx.constraintlayout.widget.R$dimen: int notification_big_circle_margin -wangdaye.com.geometricweather.common.basic.models.weather.Weather: boolean isDaylight(java.util.TimeZone) -com.xw.repo.bubbleseekbar.R$styleable: int[] MenuItem -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeWindChillTemperature -android.didikee.donate.R$id: int src_atop -androidx.appcompat.resources.R$id: int chronometer -com.google.android.material.R$color: int notification_icon_bg_color -cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.CMHardwareManager getInstance(android.content.Context) -wangdaye.com.geometricweather.common.ui.activities.AwakeUpdateActivity -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: boolean done -io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: ObservableReplay$UnboundedReplayBuffer(int) -com.google.android.material.R$styleable: int Motion_motionPathRotate -android.didikee.donate.R$drawable: int abc_list_selector_holo_dark -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Spinner -androidx.appcompat.R$attr: int drawableLeftCompat -cyanogenmod.hardware.ICMHardwareService: long getLtoDownloadInterval() -com.jaredrummler.android.colorpicker.R$id: int none -androidx.preference.R$id: int listMode -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActivityChooserView -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String windDirection -wangdaye.com.geometricweather.R$id: int container_alert_display_view_indicator -com.google.android.material.R$id: int NO_DEBUG -androidx.constraintlayout.widget.R$attr: int showPaths -com.google.android.material.R$attr: int fontProviderQuery -okhttp3.internal.connection.RealConnection: okhttp3.Request createTunnel(int,int,okhttp3.Request,okhttp3.HttpUrl) -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_defaultValue -com.turingtechnologies.materialscrollbar.R$attr: int tooltipForegroundColor -androidx.preference.R$styleable: int Toolbar_collapseContentDescription -androidx.fragment.R$id: int action_container -com.jaredrummler.android.colorpicker.R$styleable: int MenuView_preserveIconSpacing -cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_setDataConnectionState -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: boolean fused -wangdaye.com.geometricweather.db.entities.DailyEntityDao: boolean isEntityUpdateable() -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_29 -androidx.appcompat.R$dimen: int abc_button_padding_horizontal_material -com.google.android.material.circularreveal.CircularRevealGridLayout: void setCircularRevealOverlayDrawable(android.graphics.drawable.Drawable) -androidx.appcompat.widget.ActivityChooserView: void setProvider(androidx.core.view.ActionProvider) -wangdaye.com.geometricweather.R$attr: int telltales_tailScale -android.support.v4.app.INotificationSideChannel$Default: void notify(java.lang.String,int,java.lang.String,android.app.Notification) -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder password(java.lang.String) -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: boolean done -retrofit2.Retrofit$Builder: Retrofit$Builder(retrofit2.Retrofit) -androidx.lifecycle.LiveDataReactiveStreams -com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_AppBarLayout -okhttp3.internal.http2.Http2Connection$Listener$1: Http2Connection$Listener$1() -okhttp3.internal.ws.WebSocketReader: okio.Buffer controlFrameBuffer -com.google.gson.LongSerializationPolicy: com.google.gson.LongSerializationPolicy[] values() -okhttp3.HttpUrl: int hashCode() -wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle DAILY -androidx.preference.R$id: int action_mode_bar_stub -androidx.recyclerview.R$id: int tag_unhandled_key_event_manager -androidx.preference.R$styleable: int[] PopupWindow -wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_shadowDy -androidx.coordinatorlayout.R$id: int accessibility_custom_action_7 -okio.ByteString: okio.ByteString digest(java.lang.String) -okhttp3.internal.http2.Hpack$Writer: int headerTableSizeSetting -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator$SavedState -wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_shadowDx -com.google.android.material.R$id: int unlabeled -io.reactivex.internal.observers.BasicIntQueueDisposable: void dispose() -wangdaye.com.geometricweather.R$dimen: int standard_weather_icon_size -wangdaye.com.geometricweather.R$drawable: int abc_ic_menu_selectall_mtrl_alpha -com.google.android.material.R$attr: int tabBackground -okhttp3.internal.cache.DiskLruCache: long maxSize -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber$1: androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber this$1 -io.reactivex.internal.operators.observable.ObservableGroupBy$State: void dispose() -com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_TextInputLayout -com.google.android.material.R$color: int abc_background_cache_hint_selector_material_dark -com.tencent.bugly.proguard.p: boolean a(int,java.lang.String,com.tencent.bugly.proguard.o) -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceTheme -okhttp3.internal.platform.ConscryptPlatform: okhttp3.internal.platform.ConscryptPlatform buildIfSupported() -wangdaye.com.geometricweather.R$styleable: int TabItem_android_layout -androidx.vectordrawable.R$style -com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight -wangdaye.com.geometricweather.R$drawable: int abc_ic_menu_cut_mtrl_alpha -wangdaye.com.geometricweather.R$attr: int itemIconPadding -io.reactivex.Observable: io.reactivex.Observable takeLast(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean,int) -james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_drawableTop -com.xw.repo.bubbleseekbar.R$layout: int abc_list_menu_item_layout -okhttp3.internal.http.HttpDate$1: java.lang.Object initialValue() -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeRealFeelShaderTemperature(java.lang.Integer) -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_motionTarget -com.jaredrummler.android.colorpicker.R$attr: int alertDialogStyle -wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.Long id -wangdaye.com.geometricweather.R$animator: int weather_clear_day_2 -wangdaye.com.geometricweather.R$styleable: int SearchView_android_inputType -androidx.preference.R$attr: int singleChoiceItemLayout -com.google.android.material.R$styleable: int Insets_paddingBottomSystemWindowInsets -io.reactivex.internal.subscriptions.DeferredScalarSubscription: int HAS_REQUEST_HAS_VALUE -com.google.android.material.internal.ParcelableSparseArray -com.google.android.material.R$color: int design_box_stroke_color -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setRainPrecipitation(java.lang.Float) -com.xw.repo.bubbleseekbar.R$styleable: int[] LinearLayoutCompat -com.tencent.bugly.b: com.tencent.bugly.proguard.p d -com.google.android.material.textfield.TextInputLayout: android.graphics.drawable.Drawable getStartIconDrawable() -android.didikee.donate.R$styleable: int Spinner_popupTheme -wangdaye.com.geometricweather.R$styleable: int GradientColor_android_startColor -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_textSize -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: ObservableWithLatestFromMany$WithLatestFromObserver(io.reactivex.Observer,io.reactivex.functions.Function,int) -androidx.constraintlayout.helper.widget.Layer -com.turingtechnologies.materialscrollbar.R$id: int outline -androidx.hilt.work.R$id: int accessibility_custom_action_18 -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_elevation -androidx.appcompat.resources.R$drawable: int notification_template_icon_low_bg -com.google.android.material.R$attr: int layout_constraintBottom_toTopOf -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_toolbarId -androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory: ViewModelProvider$AndroidViewModelFactory(android.app.Application) -cyanogenmod.providers.CMSettings$Global: long getLongForUser(android.content.ContentResolver,java.lang.String,long,int) -cyanogenmod.hardware.ThermalListenerCallback$State: int STATE_UNKNOWN -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: int getRequiredWidth() -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator HEADSET_CONNECT_PLAYER_VALIDATOR -wangdaye.com.geometricweather.R$array: int precipitation_unit_voices -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setTimeStamp(long) -android.didikee.donate.R$drawable: int abc_cab_background_top_mtrl_alpha -james.adaptiveicon.R$styleable: int AppCompatTextView_autoSizePresetSizes -wangdaye.com.geometricweather.weather.json.mf.MfRainResult: wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position position -okio.Timeout: okio.Timeout clearTimeout() -androidx.constraintlayout.widget.R$attr: int titleMarginStart -wangdaye.com.geometricweather.R$attr: int popupTheme -com.google.android.material.circularreveal.CircularRevealLinearLayout: CircularRevealLinearLayout(android.content.Context,android.util.AttributeSet) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionOverflowButtonStyle -androidx.appcompat.R$layout: int abc_popup_menu_header_item_layout -androidx.drawerlayout.R$style: int TextAppearance_Compat_Notification_Title -com.xw.repo.bubbleseekbar.R$attr: int submitBackground -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_barrierAllowsGoneWidgets -androidx.appcompat.R$style: int Platform_ThemeOverlay_AppCompat_Dark -wangdaye.com.geometricweather.R$attr: int layout_constraintBottom_toBottomOf -retrofit2.Retrofit$Builder: java.util.concurrent.Executor callbackExecutor -com.turingtechnologies.materialscrollbar.R$animator: int mtrl_fab_transformation_sheet_collapse_spec -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_horizontalAlign -androidx.transition.R$dimen: int notification_action_text_size -androidx.work.R$attr -wangdaye.com.geometricweather.R$layout: int item_alert -com.google.android.material.R$attr: int layout_goneMarginEnd -androidx.hilt.lifecycle.R$style -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar -okhttp3.internal.http1.Http1Codec$AbstractSource: Http1Codec$AbstractSource(okhttp3.internal.http1.Http1Codec) -com.jaredrummler.android.colorpicker.R$string: int abc_action_bar_up_description -androidx.viewpager.R$color: int secondary_text_default_material_light -okio.BufferedSink: okio.BufferedSink emitCompleteSegments() -cyanogenmod.app.CustomTileListenerService: void onListenerConnected() -androidx.fragment.R$dimen: int notification_large_icon_width -androidx.preference.R$style: int Platform_AppCompat -io.reactivex.exceptions.MissingBackpressureException: long serialVersionUID -wangdaye.com.geometricweather.common.basic.models.weather.Wind: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree degree -wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_tagView -androidx.preference.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated -com.turingtechnologies.materialscrollbar.AlphabetIndicator: int getIndicatorWidth() -com.google.android.material.R$styleable: int TabLayout_tabPaddingStart -androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type BOTTOM -wangdaye.com.geometricweather.R$integer: int cpv_default_anim_steps -okhttp3.ResponseBody: java.io.Reader charStream() -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_maxWidth -com.amap.api.location.AMapLocation: java.lang.String k -com.google.android.gms.common.server.converter.StringToIntConverter -cyanogenmod.weather.WeatherInfo: int mWindSpeedUnit -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: io.reactivex.Observer downstream -cyanogenmod.weather.RequestInfo: int describeContents() -com.google.android.material.R$styleable: int[] FontFamily -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle -android.didikee.donate.R$id: R$id() -android.didikee.donate.R$id: int add -android.didikee.donate.R$styleable: int AlertDialog_android_layout -cyanogenmod.providers.CMSettings$System: java.lang.String DIALER_OPENCNAM_ACCOUNT_SID -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight -cyanogenmod.weather.CMWeatherManager$1$1: void run() -okhttp3.Address: javax.net.ssl.HostnameVerifier hostnameVerifier() -androidx.appcompat.widget.AppCompatSpinner: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() -android.didikee.donate.R$id: int search_go_btn -androidx.fragment.R$style: int TextAppearance_Compat_Notification_Line2 -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamily_fontProviderFetchTimeout -okio.ForwardingSource: okio.Source delegate() -androidx.preference.R$dimen: int abc_action_bar_default_height_material -androidx.work.OverwritingInputMerger: OverwritingInputMerger() -com.google.android.material.R$dimen: int compat_button_padding_vertical_material -cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper: CustomTileListenerService$ICustomTileListenerWrapper(cyanogenmod.app.CustomTileListenerService) -wangdaye.com.geometricweather.R$string: int mtrl_picker_cancel -androidx.core.R$integer: R$integer() -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: java.lang.String name -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: void setIcon(java.lang.String) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: CaiYunMainlyResult$ForecastDailyBean$WindBeanX() -com.turingtechnologies.materialscrollbar.R$color: int primary_material_dark -androidx.fragment.R$id: int tag_unhandled_key_event_manager -androidx.preference.R$styleable: int AppCompatTheme_buttonStyle -wangdaye.com.geometricweather.R$id: int container_alert_display_view_title -okhttp3.internal.http1.Http1Codec$FixedLengthSink: void flush() -android.didikee.donate.R$styleable: int ActionMode_height -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void openComplete(io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver) -com.google.android.material.textfield.TextInputEditText: java.lang.CharSequence getHint() -android.didikee.donate.R$layout: int abc_select_dialog_material -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_removeNotificationGroup -com.bumptech.glide.MemoryCategory: com.bumptech.glide.MemoryCategory LOW -okhttp3.Route: Route(okhttp3.Address,java.net.Proxy,java.net.InetSocketAddress) -com.google.android.material.R$styleable: int ActionMode_height -com.xw.repo.bubbleseekbar.R$drawable: int abc_list_divider_mtrl_alpha -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.lang.String zone -com.google.gson.stream.JsonReader: boolean isLenient() -com.xw.repo.bubbleseekbar.R$attr: int bsb_bubble_text_size -androidx.appcompat.widget.Toolbar: android.view.MenuInflater getMenuInflater() -wangdaye.com.geometricweather.R$styleable: int DialogPreference_android_dialogTitle -androidx.appcompat.R$color: int material_grey_900 -androidx.activity.R$color: int notification_action_color_filter -okhttp3.CacheControl: boolean mustRevalidate -androidx.viewpager2.R$attr: int fastScrollEnabled -com.google.android.material.internal.BaselineLayout: BaselineLayout(android.content.Context,android.util.AttributeSet) -androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_ANY -androidx.recyclerview.R$attr: int layoutManager -cyanogenmod.weather.RequestInfo: int TYPE_LOOKUP_CITY_NAME_REQ -androidx.appcompat.R$attr: int colorControlHighlight -io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: io.reactivex.disposables.Disposable upstream -wangdaye.com.geometricweather.R$string: int feedback_location_failed -wangdaye.com.geometricweather.db.entities.LocationEntity: void setChina(boolean) -androidx.coordinatorlayout.R$id: int tag_accessibility_pane_title -okhttp3.internal.http1.Http1Codec: okio.Sink newFixedLengthSink(long) -com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter: void onProgressUpdate(float) -james.adaptiveicon.R$id: int search_voice_btn -wangdaye.com.geometricweather.R$id: int jumpToStart -com.amap.api.location.AMapLocation: int LOCATION_TYPE_WIFI -okio.HashingSource: HashingSource(okio.Source,okio.ByteString,java.lang.String) -com.google.android.material.switchmaterial.SwitchMaterial: android.content.res.ColorStateList getMaterialThemeColorsThumbTintList() -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_framePosition -cyanogenmod.hardware.CMHardwareManager: int FEATURE_LONG_TERM_ORBITS -cyanogenmod.hardware.CMHardwareManager: int VIBRATOR_MIN_INDEX -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_temp_3 -androidx.lifecycle.extensions.R$drawable: int notification_bg_normal_pressed -androidx.transition.R$styleable: int[] GradientColorItem -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintBaseline_toBaselineOf -com.google.android.material.R$color: int material_timepicker_clockface -androidx.appcompat.R$layout: int abc_action_menu_layout -retrofit2.ParameterHandler$2: ParameterHandler$2(retrofit2.ParameterHandler) -androidx.constraintlayout.widget.R$color: int background_material_light -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -androidx.preference.R$anim: int abc_popup_enter -com.google.android.material.R$styleable: int Tooltip_android_textAppearance -wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit -android.didikee.donate.R$styleable: int MenuGroup_android_id -androidx.constraintlayout.widget.R$styleable: int Spinner_android_dropDownWidth -org.greenrobot.greendao.AbstractDaoMaster: int schemaVersion -com.google.android.material.slider.RangeSlider: void setHaloRadiusResource(int) -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: boolean delayErrors -com.google.android.material.R$id: int split_action_bar -com.google.android.material.R$attr: int constraints -com.google.android.material.textfield.TextInputLayout: int getBoxStrokeWidthFocused() -androidx.constraintlayout.widget.R$color: int abc_primary_text_material_light -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void innerComplete() -com.tencent.bugly.crashreport.common.strategy.a: void a(com.tencent.bugly.crashreport.common.strategy.StrategyBean,boolean) -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_hoveredFocusedTranslationZ -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_EditText -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarItemBackground -androidx.preference.R$layout: int preference_category_material -okhttp3.internal.http.RealInterceptorChain: okhttp3.Interceptor$Chain withWriteTimeout(int,java.util.concurrent.TimeUnit) -androidx.preference.R$drawable: int abc_ratingbar_material -com.jaredrummler.android.colorpicker.R$styleable: int FontFamily_fontProviderPackage -androidx.lifecycle.FullLifecycleObserver -wangdaye.com.geometricweather.db.entities.DailyEntity: void setTreeLevel(java.lang.Integer) -com.github.rahatarmanahmed.cpv.CircularProgressView$5: void onAnimationEnd(android.animation.Animator) -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat -com.google.android.material.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog -com.xw.repo.bubbleseekbar.R$string: int abc_searchview_description_clear -io.reactivex.internal.subscribers.StrictSubscriber: java.util.concurrent.atomic.AtomicBoolean once -cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() -james.adaptiveicon.R$styleable: int AppCompatTheme_ratingBarStyleIndicator -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHorizontal_chainStyle -cyanogenmod.profiles.StreamSettings: StreamSettings(int,int,boolean) -wangdaye.com.geometricweather.R$styleable: int ActionBar_subtitle -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_11 -com.turingtechnologies.materialscrollbar.R$string: int abc_action_bar_up_description -com.tencent.bugly.crashreport.crash.b: com.tencent.bugly.crashreport.crash.CrashDetailBean a(android.database.Cursor) -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$Node header -com.turingtechnologies.materialscrollbar.R$styleable: int PopupWindowBackgroundState_state_above_anchor -com.jaredrummler.android.colorpicker.R$attr: int paddingStart -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_WITH_RC4_128_MD5 -androidx.preference.R$style: int PreferenceFragmentList_Material -androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour: androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour[] values() -androidx.preference.R$attr: int tooltipText -wangdaye.com.geometricweather.R$attr: int helperTextTextColor -wangdaye.com.geometricweather.R$drawable: int notif_temp_104 -androidx.preference.R$styleable: int AppCompatTheme_actionBarSize -okio.GzipSource: okio.InflaterSource inflaterSource -cyanogenmod.app.ProfileGroup: void setRingerMode(cyanogenmod.app.ProfileGroup$Mode) -androidx.vectordrawable.R$styleable: int FontFamilyFont_android_fontWeight -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_trackColor -wangdaye.com.geometricweather.R$id: int unchecked -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_bubble_text_color -okio.RealBufferedSource$1: int available() -com.jaredrummler.android.colorpicker.R$style: int Preference_Information_Material -com.google.android.gms.location.LocationSettingsResult: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial: AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial() -wangdaye.com.geometricweather.R$attr: int showDelay -androidx.activity.R$dimen: int notification_main_column_padding_top -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose w -retrofit2.Platform$Android: java.util.concurrent.Executor defaultCallbackExecutor() -cyanogenmod.app.CMContextConstants$Features: java.lang.String WEATHER_SERVICES -okio.BufferedSink: okio.BufferedSink writeInt(int) -androidx.hilt.work.R$drawable: int notification_bg_low -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_editor_absoluteX -com.bumptech.glide.Registry$NoImageHeaderParserException: Registry$NoImageHeaderParserException() -androidx.constraintlayout.widget.Group -cyanogenmod.providers.CMSettings$InclusiveFloatRangeValidator: CMSettings$InclusiveFloatRangeValidator(float,float) -wangdaye.com.geometricweather.R$color: int lightPrimary_3 -wangdaye.com.geometricweather.R$attr: int bsb_bubble_text_size -com.baidu.location.e.h$c: com.baidu.location.e.h$c b -com.google.android.material.R$styleable: int TextInputLayout_shapeAppearance -androidx.customview.R$attr: int fontProviderCerts -androidx.constraintlayout.widget.R$styleable: int[] View -androidx.appcompat.widget.AppCompatImageView: android.content.res.ColorStateList getSupportImageTintList() -okhttp3.internal.cache.CacheRequest: void abort() -com.google.android.material.R$dimen: int design_navigation_max_width -retrofit2.OptionalConverterFactory$OptionalConverter: java.util.Optional convert(okhttp3.ResponseBody) -androidx.hilt.lifecycle.R$attr: int fontVariationSettings -wangdaye.com.geometricweather.R$id: int enterAlways -com.google.android.material.R$attr: int prefixText -james.adaptiveicon.R$id: int action_mode_close_button -androidx.recyclerview.R$style: int TextAppearance_Compat_Notification_Time -cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onDetach() -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item -okhttp3.HttpUrl: java.net.URL url() -androidx.recyclerview.R$styleable: int FontFamilyFont_android_font -wangdaye.com.geometricweather.R$styleable: int ActionBar_homeLayout -androidx.appcompat.R$string: int abc_searchview_description_clear -com.turingtechnologies.materialscrollbar.R$animator: R$animator() -cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: java.lang.String getInterfaceDescriptor() -cyanogenmod.weather.WeatherInfo: double access$1302(cyanogenmod.weather.WeatherInfo,double) -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Long readKey(android.database.Cursor,int) -wangdaye.com.geometricweather.R$drawable: int abc_ratingbar_material -android.didikee.donate.R$attr: int switchPadding -androidx.appcompat.R$styleable: int SwitchCompat_switchPadding -okhttp3.internal.http2.Settings: int[] values -androidx.vectordrawable.animated.R$dimen: int compat_notification_large_icon_max_width -com.tencent.bugly.proguard.v: com.tencent.bugly.proguard.t l -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_NULL_SHA -com.google.android.material.R$dimen: int design_snackbar_padding_vertical_2lines -androidx.legacy.coreutils.R$style: int TextAppearance_Compat_Notification -retrofit2.OkHttpCall$ExceptionCatchingResponseBody: okhttp3.MediaType contentType() -android.didikee.donate.R$dimen: int abc_dialog_fixed_width_minor -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_year_width -james.adaptiveicon.R$drawable: int abc_spinner_textfield_background_material -okhttp3.internal.http2.Http2Stream: int id -cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String YEAR -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Body1 -cyanogenmod.externalviews.IKeyguardExternalViewProvider -wangdaye.com.geometricweather.R$plurals: int mtrl_badge_content_description -cyanogenmod.externalviews.KeyguardExternalView: void onKeyguardDismissed() -androidx.constraintlayout.widget.ConstraintHelper: int[] getReferencedIds() -okhttp3.internal.connection.StreamAllocation: okhttp3.EventListener eventListener -androidx.appcompat.R$styleable: int MenuItem_android_alphabeticShortcut -james.adaptiveicon.R$attr: int actionButtonStyle -androidx.vectordrawable.animated.R$id: int notification_background -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: java.lang.String LocalizedName -cyanogenmod.app.CustomTile: int PSEUDO_GRID_ITEM_MAX_COUNT -wangdaye.com.geometricweather.R$id: int CTRL -androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_font -wangdaye.com.geometricweather.R$id: int weather_icon -androidx.dynamicanimation.R$attr: int fontProviderPackage -androidx.lifecycle.ViewModelProviders: androidx.lifecycle.ViewModelProvider of(androidx.fragment.app.FragmentActivity) -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void dispose() -com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity -androidx.constraintlayout.widget.R$styleable: int Toolbar_titleMarginEnd -wangdaye.com.geometricweather.R$string: int edit -androidx.preference.R$anim: int abc_grow_fade_in_from_bottom -androidx.constraintlayout.widget.R$attr: int flow_firstHorizontalBias -androidx.fragment.R$attr: int ttcIndex -com.google.android.material.R$styleable: int Chip_shapeAppearance -androidx.preference.R$color: int switch_thumb_normal_material_dark -wangdaye.com.geometricweather.R$layout: int abc_list_menu_item_icon -com.jaredrummler.android.colorpicker.R$styleable: int[] AnimatedStateListDrawableCompat -androidx.appcompat.R$bool: int abc_allow_stacked_button_bar -com.jaredrummler.android.colorpicker.R$style: int Base_Animation_AppCompat_Dialog -androidx.hilt.work.R$string: int status_bar_notification_info_overflow -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setTextColor(android.content.res.ColorStateList) -com.google.android.material.R$attr: int spanCount -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse -androidx.appcompat.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar -okhttp3.HttpUrl: java.lang.String encodedQuery() -wangdaye.com.geometricweather.R$id: int dialog_location_help_providerTitle -androidx.constraintlayout.widget.R$id: int square -okio.Buffer: int hashCode() -androidx.appcompat.R$bool: int abc_action_bar_embed_tabs -cyanogenmod.themes.ThemeManager$1: cyanogenmod.themes.ThemeManager this$0 -androidx.constraintlayout.widget.R$anim: int btn_checkbox_to_checked_icon_null_animation -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getTranslateY() -com.google.android.material.radiobutton.MaterialRadioButton -com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_showTitle -androidx.constraintlayout.widget.R$attr: int waveDecay -com.google.android.material.R$styleable: int KeyPosition_drawPath -james.adaptiveicon.R$attr: int iconTint -wangdaye.com.geometricweather.R$styleable: int Chip_chipEndPadding -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: boolean isDisposed() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setPubTime(java.util.Date) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Direction Direction -com.turingtechnologies.materialscrollbar.R$color: int background_floating_material_light -androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_shadowRadius -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_icon_2 -wangdaye.com.geometricweather.common.ui.widgets.DonateImageView -androidx.preference.R$styleable: int AppCompatTheme_selectableItemBackground -com.google.android.material.R$style: int ShapeAppearanceOverlay_BottomRightCut -androidx.constraintlayout.widget.R$styleable: int[] ViewBackgroundHelper -androidx.constraintlayout.widget.R$id: int progress_circular -retrofit2.adapter.rxjava2.CallExecuteObservable$CallDisposable: boolean disposed -io.reactivex.Observable: io.reactivex.Observable doOnLifecycle(io.reactivex.functions.Consumer,io.reactivex.functions.Action) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_default -android.didikee.donate.R$style: int ThemeOverlay_AppCompat -okhttp3.internal.cache.DiskLruCache: void close() -io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: void run() -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Long readKey(android.database.Cursor,int) -okhttp3.Cookie: java.util.List parseAll(okhttp3.HttpUrl,okhttp3.Headers) -com.google.android.material.chip.ChipGroup: int getChipSpacingVertical() -wangdaye.com.geometricweather.R$id: int clip_vertical -androidx.hilt.work.R$id: int line3 -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_menu -com.google.android.material.R$attr: int extendedFloatingActionButtonStyle -com.jaredrummler.android.colorpicker.R$dimen: int notification_main_column_padding_top -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: java.lang.String ShortPhrase -com.google.android.material.R$id: int circular -com.google.android.material.R$styleable: int TextInputLayout_endIconMode -wangdaye.com.geometricweather.R$attr: int textAppearanceHeadline5 -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_textColorLink -androidx.hilt.lifecycle.R$drawable: int notification_template_icon_bg -com.google.android.material.R$dimen: int mtrl_high_ripple_focused_alpha -com.jaredrummler.android.colorpicker.R$style: int Platform_V21_AppCompat_Light -wangdaye.com.geometricweather.R$attr: int behavior_autoShrink -wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit valueOf(java.lang.String) -androidx.constraintlayout.motion.widget.MotionLayout: void setTransition(androidx.constraintlayout.motion.widget.MotionScene$Transition) -wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_active_item_min_width -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Medium -androidx.constraintlayout.widget.R$layout: int abc_dialog_title_material -com.bumptech.glide.integration.okhttp.R$style: R$style() -androidx.appcompat.widget.AppCompatAutoCompleteTextView: AppCompatAutoCompleteTextView(android.content.Context,android.util.AttributeSet) -james.adaptiveicon.R$styleable: int Toolbar_contentInsetEndWithActions -com.google.android.material.R$attr: int defaultDuration -james.adaptiveicon.R$attr: int subtitleTextAppearance -androidx.appcompat.widget.ActionBarContextView: void setSubtitle(java.lang.CharSequence) -com.google.android.material.R$styleable: int CollapsingToolbarLayout_collapsedTitleGravity -androidx.constraintlayout.widget.R$styleable: int AppCompatSeekBar_android_thumb -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.util.List SupplementalAdminAreas -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_editTextBackground -wangdaye.com.geometricweather.R$drawable: int notif_temp_38 -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow -androidx.hilt.lifecycle.R$drawable: R$drawable() -androidx.loader.R$style -com.tencent.bugly.proguard.an: java.util.Map g -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void goAway(int,okhttp3.internal.http2.ErrorCode,okio.ByteString) -android.didikee.donate.R$styleable: int AppCompatTextView_lineHeight -androidx.constraintlayout.widget.R$id: int autoComplete -com.jaredrummler.android.colorpicker.R$id: int chronometer -androidx.work.R$dimen: int notification_right_icon_size -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: long count -com.google.android.material.R$styleable: int Slider_thumbElevation -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Dialog -com.jaredrummler.android.colorpicker.R$attr: int searchIcon -com.google.android.material.R$style: int Platform_MaterialComponents_Light_Dialog -androidx.preference.R$style: int Base_ThemeOverlay_AppCompat_Dark -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property CurrentPosition -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_dialog_btn_min_width -okhttp3.internal.ws.RealWebSocket$Close -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void subscribeInner(io.reactivex.ObservableSource) -com.google.android.material.floatingactionbutton.FloatingActionButton: void setCustomSize(int) -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView -okhttp3.MultipartBody$Builder: okhttp3.MultipartBody$Builder addPart(okhttp3.MultipartBody$Part) -okhttp3.internal.http2.Http2Connection$1: int val$streamId -wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar -androidx.lifecycle.extensions.R$id: int tag_transition_group -androidx.appcompat.R$layout: int notification_template_part_chronometer -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Direction: java.lang.String English -retrofit2.Platform$Android$MainThreadExecutor: void execute(java.lang.Runnable) -okhttp3.internal.connection.ConnectionSpecSelector: ConnectionSpecSelector(java.util.List) -com.google.android.material.R$color: int mtrl_textinput_filled_box_default_background_color -com.turingtechnologies.materialscrollbar.R$id: int text -com.google.android.material.R$styleable: int Toolbar_contentInsetEndWithActions -com.jaredrummler.android.colorpicker.ColorPickerView: ColorPickerView(android.content.Context,android.util.AttributeSet) -android.didikee.donate.R$styleable: int MenuView_android_itemIconDisabledAlpha -androidx.drawerlayout.R$id: int time -okio.Buffer: void skip(long) -okhttp3.internal.http.RealInterceptorChain: okhttp3.Response proceed(okhttp3.Request,okhttp3.internal.connection.StreamAllocation,okhttp3.internal.http.HttpCodec,okhttp3.internal.connection.RealConnection) -cyanogenmod.app.CustomTile$ExpandedItem$1: java.lang.Object createFromParcel(android.os.Parcel) -android.didikee.donate.R$id: int notification_main_column_container -okio.Buffer$2: java.lang.String toString() -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean appendWholeNativeLog(java.lang.String) -com.turingtechnologies.materialscrollbar.TouchScrollBar: float getIndicatorOffset() -wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerFamily -androidx.vectordrawable.animated.R$id: int action_container -androidx.legacy.coreutils.R$id: int italic -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void onComplete() -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getSupportedFeatures_0 -androidx.appcompat.R$styleable: int AppCompatTheme_actionOverflowButtonStyle -okhttp3.internal.http2.Http2Stream$StreamTimeout: void exitAndThrowIfTimedOut() -wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource -android.didikee.donate.R$style: int Theme_AppCompat_DayNight_DarkActionBar -androidx.appcompat.R$style: int Widget_AppCompat_ImageButton -okio.Options -com.turingtechnologies.materialscrollbar.R$attr: int maxActionInlineWidth -retrofit2.Retrofit$Builder: java.util.List callAdapterFactories -androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State STARTED -androidx.transition.R$styleable: int FontFamilyFont_font -wangdaye.com.geometricweather.R$string: int content_desc_weather_icon_dark -com.google.android.material.R$layout: int design_layout_tab_icon -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean -androidx.hilt.work.R$attr -com.jaredrummler.android.colorpicker.R$style: int Base_DialogWindowTitle_AppCompat -androidx.constraintlayout.widget.R$color: int abc_primary_text_disable_only_material_dark -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_horizontalStyle -androidx.viewpager.R$id: int tag_unhandled_key_event_manager -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat_ActionBar -james.adaptiveicon.R$styleable: int MenuView_android_itemIconDisabledAlpha -com.google.android.material.R$style: int Widget_MaterialComponents_Button_TextButton_Icon -com.bumptech.glide.R$id: int action_container -com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String s -com.google.android.material.R$attr: int colorButtonNormal -wangdaye.com.geometricweather.search.Hilt_SearchActivity -com.amap.api.location.AMapLocationClientOption: boolean f -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: int status -com.google.android.material.floatingactionbutton.FloatingActionButton: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) -com.google.android.material.appbar.CollapsingToolbarLayout: int getExpandedTitleMarginEnd() -com.tencent.bugly.proguard.q: q(android.content.Context,java.util.List) -androidx.preference.R$attr: int actionProviderClass -androidx.appcompat.R$attr: int titleTextColor -wangdaye.com.geometricweather.R$id: int item_trend_daily -com.google.android.material.R$attr: int cornerFamilyTopLeft -com.google.android.material.R$styleable: int ConstraintSet_flow_lastHorizontalBias -wangdaye.com.geometricweather.R$string: int sensible_temp -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_SearchView -okhttp3.internal.ws.WebSocketProtocol: int B0_FLAG_RSV2 -androidx.constraintlayout.widget.R$drawable: int abc_ab_share_pack_mtrl_alpha -com.google.android.material.R$dimen: int design_fab_translation_z_pressed -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver this$0 -androidx.constraintlayout.widget.R$attr: int layout_goneMarginLeft -james.adaptiveicon.R$attr: int autoSizePresetSizes -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void trySchedule() -androidx.constraintlayout.widget.R$id: int checked -io.reactivex.internal.subscriptions.DeferredScalarSubscription: boolean tryCancel() -androidx.appcompat.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: org.reactivestreams.Subscription upstream -com.google.android.material.R$style: int Base_Theme_MaterialComponents_DialogWhenLarge -androidx.transition.R$id: int chronometer -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder connectTimeout(long,java.util.concurrent.TimeUnit) -io.reactivex.exceptions.CompositeException: CompositeException(java.lang.Iterable) -androidx.preference.R$integer: int abc_config_activityShortDur -androidx.appcompat.widget.SwitchCompat: SwitchCompat(android.content.Context,android.util.AttributeSet,int) -com.amap.api.fence.PoiItem: java.lang.String c -com.google.android.material.bottomappbar.BottomAppBar: float getFabTranslationY() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String alarmPic1 -androidx.preference.R$styleable: int Preference_allowDividerBelow -wangdaye.com.geometricweather.R$color: int colorLevel_1 -cyanogenmod.app.CMContextConstants$Features: java.lang.String PERFORMANCE -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_android_gravity -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse -wangdaye.com.geometricweather.R$id: int backBtn -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText -android.didikee.donate.R$id: int none -androidx.constraintlayout.widget.R$styleable: int Toolbar_subtitleTextAppearance -com.google.android.material.R$color: int design_default_color_on_background -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton -androidx.appcompat.R$style: int Theme_AppCompat_Light_DarkActionBar -io.reactivex.Observable: io.reactivex.Single any(io.reactivex.functions.Predicate) -androidx.hilt.R$id: int icon_group -androidx.constraintlayout.widget.R$styleable: int ActionMode_titleTextStyle -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property RealFeelShaderTemperature -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_typeface -androidx.hilt.work.R$id: int accessibility_custom_action_1 -com.tencent.bugly.crashreport.common.info.b: int l(android.content.Context) -com.google.android.gms.common.api.ResolvableApiException: void startResolutionForResult(android.app.Activity,int) -wangdaye.com.geometricweather.R$attr: int text_size -io.reactivex.Observable: io.reactivex.Observable startWith(java.lang.Object) -okhttp3.internal.cache.CacheStrategy$Factory: java.util.Date expires -wangdaye.com.geometricweather.R$drawable: int weather_rain_mini_dark -com.google.android.material.R$dimen: int mtrl_card_corner_radius -io.reactivex.internal.subscribers.DeferredScalarSubscriber: boolean hasValue -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_motionProgress -androidx.constraintlayout.widget.Guideline: Guideline(android.content.Context) -com.xw.repo.bubbleseekbar.R$string: int abc_menu_delete_shortcut_label -com.jaredrummler.android.colorpicker.R$attr: int seekBarStyle -okhttp3.internal.cache.CacheInterceptor$1: okhttp3.internal.cache.CacheRequest val$cacheRequest -cyanogenmod.providers.ThemesContract$MixnMatchColumns -android.didikee.donate.R$drawable: int notification_tile_bg -com.google.android.material.button.MaterialButtonToggleGroup: int getCheckedButtonId() -com.bumptech.glide.R$attr: int fontProviderCerts -com.jaredrummler.android.colorpicker.R$styleable: int[] AppCompatTextHelper -retrofit2.RequestBuilder: okhttp3.Request$Builder requestBuilder -com.google.android.material.R$id: int deltaRelative -androidx.recyclerview.widget.RecyclerView: long getNanoTime() -com.turingtechnologies.materialscrollbar.Indicator: void setScroll(float) -com.google.android.material.R$styleable: int Layout_layout_constraintBaseline_creator -androidx.hilt.work.R$id: int accessibility_custom_action_2 -com.github.rahatarmanahmed.cpv.CircularProgressView: int thickness -com.google.android.material.R$styleable: int MaterialAlertDialog_backgroundInsetStart -com.tencent.bugly.crashreport.CrashReport$WebViewInterface: void addJavascriptInterface(com.tencent.bugly.crashreport.crash.h5.H5JavaScriptInterface,java.lang.String) -com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: long serialVersionUID -wangdaye.com.geometricweather.background.polling.basic.AwakeForegroundUpdateService: AwakeForegroundUpdateService() -androidx.preference.R$styleable: int PreferenceFragment_allowDividerAfterLastItem -com.jaredrummler.android.colorpicker.R$attr: int layout_anchorGravity -james.adaptiveicon.R$style: int Animation_AppCompat_Dialog -android.didikee.donate.R$drawable: int abc_ic_menu_selectall_mtrl_alpha -com.google.android.material.R$dimen: int mtrl_calendar_landscape_header_width -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_small_material -com.tencent.bugly.proguard.ad -com.turingtechnologies.materialscrollbar.R$id: int textSpacerNoButtons -wangdaye.com.geometricweather.R$attr: int listPopupWindowStyle -okhttp3.internal.cache2.FileOperator -wangdaye.com.geometricweather.R$dimen: int abc_text_size_title_material_toolbar -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHeight_percent -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.disposables.Disposable upstream -androidx.activity.R$dimen: int compat_button_inset_vertical_material -wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: SunMoonView(android.content.Context) -io.reactivex.Observable: io.reactivex.Observable zip(java.lang.Iterable,io.reactivex.functions.Function) -com.tencent.bugly.crashreport.CrashReport: void setUserSceneTag(android.content.Context,int) -com.google.android.material.R$attr: int tickColor -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: void setZh_TW(java.lang.String) -cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onScreenTurnedOn() -wangdaye.com.geometricweather.R$attr: int chipBackgroundColor -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: android.os.IBinder mRemote -android.didikee.donate.R$id: int action_image -wangdaye.com.geometricweather.R$integer: int mtrl_badge_max_character_count -wangdaye.com.geometricweather.R$string: int date_format_widget_long -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Object readKey(android.database.Cursor,int) -james.adaptiveicon.R$string: int abc_activitychooserview_choose_application -com.tencent.bugly.crashreport.biz.b: com.tencent.bugly.crashreport.biz.a a -com.tencent.bugly.crashreport.crash.e: com.tencent.bugly.crashreport.crash.CrashDetailBean b(java.lang.Thread,java.lang.Throwable,boolean,java.lang.String,byte[]) -androidx.appcompat.R$color: int dim_foreground_disabled_material_light -androidx.constraintlayout.widget.R$id: int none -android.didikee.donate.R$id: int right_side -androidx.constraintlayout.widget.R$attr: int onShow -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_minWidth -okio.ForwardingSink: ForwardingSink(okio.Sink) -cyanogenmod.app.BaseLiveLockManagerService: android.os.IBinder asBinder() -android.didikee.donate.R$styleable: int AppCompatTheme_textColorAlertDialogListItem -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_navigationMode -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: java.lang.String getDumpFilePath() -androidx.appcompat.R$color: int background_material_dark -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small -androidx.appcompat.resources.R$id: int text -androidx.constraintlayout.widget.R$styleable: int SearchView_queryBackground -wangdaye.com.geometricweather.R$layout: int dialog_running_in_background_o -com.bumptech.glide.R$dimen: int notification_action_text_size -com.tencent.bugly.proguard.m: int compareTo(java.lang.Object) -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_temp_5 -wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_width -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputEditText_FilledBox_Dense -wangdaye.com.geometricweather.R$dimen: int default_drawer_width -okhttp3.Response$Builder: okhttp3.Response$Builder removeHeader(java.lang.String) -org.greenrobot.greendao.AbstractDao: void updateInTx(java.lang.Iterable) -james.adaptiveicon.R$drawable: int abc_btn_radio_to_on_mtrl_000 -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: io.reactivex.internal.util.AtomicThrowable errors -com.jaredrummler.android.colorpicker.R$attr: int actionViewClass -okhttp3.MediaType: java.lang.String QUOTED -james.adaptiveicon.R$drawable: int abc_text_cursor_material -cyanogenmod.profiles.StreamSettings: int mValue -com.jaredrummler.android.colorpicker.R$styleable: int[] AppCompatSeekBar -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.Observer downstream -androidx.coordinatorlayout.R$id: int accessibility_custom_action_27 -cyanogenmod.app.Profile: void setExpandedDesktopMode(int) -james.adaptiveicon.R$styleable: int AppCompatTheme_listPopupWindowStyle -androidx.preference.R$styleable: int LinearLayoutCompat_divider -wangdaye.com.geometricweather.R$id: int icon_only -cyanogenmod.externalviews.ExternalViewProviderService$Provider: void onStart() -androidx.constraintlayout.widget.R$attr: int barrierAllowsGoneWidgets -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: wangdaye.com.geometricweather.db.entities.WeatherEntity readEntity(android.database.Cursor,int) -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.Integer cloudCover -androidx.recyclerview.R$layout: int custom_dialog -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property Daylight -james.adaptiveicon.R$attr: int switchMinWidth -okhttp3.CacheControl: int sMaxAgeSeconds -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_text_size -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPath: java.lang.String getPathName() -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: io.reactivex.disposables.Disposable upstream -com.github.rahatarmanahmed.cpv.BuildConfig: int VERSION_CODE -okhttp3.internal.http2.Http2Reader$Handler: void priority(int,int,int,boolean) -wangdaye.com.geometricweather.R$attr: int cpv_showAlphaSlider -androidx.preference.R$styleable: int[] CheckBoxPreference -retrofit2.ParameterHandler$Path: retrofit2.Converter valueConverter -com.turingtechnologies.materialscrollbar.R$attr: int tabMode -io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: boolean inSingle -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_divider -androidx.constraintlayout.widget.R$dimen: int abc_edit_text_inset_horizontal_material -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Subhead -androidx.recyclerview.R$styleable: int FontFamilyFont_fontStyle -okio.Buffer$UnsafeCursor: long expandBuffer(int) -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Display4 -androidx.appcompat.R$id: int action_context_bar -com.google.android.material.card.MaterialCardView: void setBackgroundInternal(android.graphics.drawable.Drawable) -retrofit2.OkHttpCall$ExceptionCatchingResponseBody: okhttp3.ResponseBody delegate -okhttp3.Protocol -com.google.android.material.R$attr: int materialCalendarDay -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeSnowPrecipitationProbability() -wangdaye.com.geometricweather.R$styleable: int ArcProgress_bottom_text_size -com.google.android.material.R$styleable: int AppBarLayoutStates_state_liftable -com.tencent.bugly.crashreport.crash.CrashDetailBean: long C -androidx.recyclerview.R$attr: int fastScrollHorizontalTrackDrawable -io.reactivex.internal.util.ExceptionHelper$Termination -androidx.appcompat.R$styleable: int AppCompatTextView_drawableTintMode -wangdaye.com.geometricweather.R$dimen: int abc_text_size_body_2_material -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getDaytimeWeatherPhase() -okhttp3.FormBody$Builder -cyanogenmod.power.IPerformanceManager: boolean getProfileHasAppProfiles(int) -androidx.lifecycle.Transformations$2: androidx.lifecycle.LiveData mSource -androidx.constraintlayout.widget.R$id: int checkbox -androidx.preference.R$styleable: int AppCompatTheme_actionBarItemBackground -androidx.viewpager2.R$styleable: int[] RecyclerView -io.reactivex.internal.util.VolatileSizeArrayList: boolean equals(java.lang.Object) -cyanogenmod.providers.DataUsageContract: java.lang.String CONTENT_ITEM_TYPE -androidx.work.R$id: int notification_background -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void innerError(io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver,java.lang.Throwable) -androidx.constraintlayout.widget.ConstraintLayout: void setId(int) -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: java.lang.String getDensityVoice(android.content.Context,float) -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setProgress(float) -android.didikee.donate.R$styleable: int MenuView_android_windowAnimationStyle -com.xw.repo.bubbleseekbar.R$attr: int initialActivityCount -io.reactivex.internal.util.NotificationLite: java.lang.Object disposable(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$attr: int dropdownPreferenceStyle -com.google.android.material.R$attr: int perpendicularPath_percent -androidx.constraintlayout.widget.R$styleable: int[] AppCompatImageView -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial: double Value -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_onClick -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: wangdaye.com.geometricweather.db.entities.MinutelyEntity readEntity(android.database.Cursor,int) -com.google.android.gms.common.ConnectionResult -com.google.android.material.R$color: int material_grey_800 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: java.lang.String to -androidx.vectordrawable.R$id: int accessibility_custom_action_31 -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Display1 -cyanogenmod.hardware.IThermalListenerCallback -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: java.lang.String getSpeed() -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean setDisplayColorCalibration(int[]) -androidx.constraintlayout.widget.R$styleable: int Layout_maxWidth -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Title -okhttp3.internal.cache.DiskLruCache$1: okhttp3.internal.cache.DiskLruCache this$0 -wangdaye.com.geometricweather.R$attr: int min -androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_marginRight -okhttp3.HttpUrl: java.lang.String QUERY_COMPONENT_REENCODE_SET -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void dispose() -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_checkable -okhttp3.internal.ws.RealWebSocket: boolean failed -com.google.android.material.R$attr: int insetForeground -wangdaye.com.geometricweather.R$id: int widget_clock_day_sensibleTemp -com.turingtechnologies.materialscrollbar.R$color: int abc_hint_foreground_material_dark -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint -com.jaredrummler.android.colorpicker.R$attr: int drawerArrowStyle -wangdaye.com.geometricweather.R$color: int abc_decor_view_status_guard_light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX: java.util.List brands -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_VMAIL_LED_OFF -androidx.preference.R$attr: int firstBaselineToTopHeight -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_popupMenuStyle -wangdaye.com.geometricweather.R$string: int sp_widget_clock_day_horizontal_setting -com.xw.repo.bubbleseekbar.R$attr: int customNavigationLayout -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeRainPrecipitationDuration() -com.google.android.material.R$attr: int telltales_tailScale -wangdaye.com.geometricweather.R$id: int light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean getCurrent() -androidx.appcompat.R$styleable: int ActionMode_backgroundSplit -okhttp3.internal.ws.WebSocketWriter: byte[] maskKey -okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex -androidx.hilt.lifecycle.R$layout: int notification_action_tombstone -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small -cyanogenmod.app.CustomTile$ExpandedStyle: void setBuilder(cyanogenmod.app.CustomTile$Builder) -com.google.android.material.appbar.AppBarLayout: void setStatusBarForegroundColor(int) -wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: HourlyTrendItemView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color: int Blue -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintTop_toTopOf -wangdaye.com.geometricweather.R$color: int mtrl_bottom_nav_colored_ripple_color -cyanogenmod.app.ThemeVersion$ThemeVersionImpl3: java.util.List getDeviceComponentVersions() -cyanogenmod.providers.CMSettings$Secure: java.lang.String PRIVACY_GUARD_NOTIFICATION -retrofit2.Call: okio.Timeout timeout() -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_setInteractivity -com.google.android.material.textfield.TextInputLayout: void setHint(java.lang.CharSequence) -androidx.dynamicanimation.R$id: int action_container -com.google.android.material.R$style: int Widget_AppCompat_ListView_DropDown -androidx.preference.R$style: int Base_TextAppearance_AppCompat -androidx.work.R$layout: R$layout() -androidx.hilt.R$id: int accessibility_custom_action_29 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Metric: double Value -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_DropDownItem -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow -wangdaye.com.geometricweather.R$string: int sp_widget_day_week_setting -androidx.hilt.work.R$id: int tag_accessibility_pane_title -com.jaredrummler.android.colorpicker.R$id: int action_bar_root -wangdaye.com.geometricweather.R$styleable: int Spinner_android_prompt -com.google.android.material.R$styleable: int TextInputLayout_startIconTintMode -androidx.appcompat.R$style: int Base_Widget_AppCompat_DrawerArrowToggle -com.tencent.bugly.proguard.y: void a(android.content.Context) -cyanogenmod.app.CMTelephonyManager: boolean localLOGD -com.turingtechnologies.materialscrollbar.R$string: int appbar_scrolling_view_behavior -wangdaye.com.geometricweather.R$dimen: int widget_mini_weather_icon_size -com.google.android.material.button.MaterialButton: void addOnCheckedChangeListener(com.google.android.material.button.MaterialButton$OnCheckedChangeListener) -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainNoLast -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void subscribe(io.reactivex.ObservableSource[],int) -james.adaptiveicon.R$styleable: int TextAppearance_android_shadowColor -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionButton_CloseMode -com.tencent.bugly.proguard.y: boolean a -androidx.preference.R$attr: int subtitleTextAppearance -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_backgroundTint -androidx.constraintlayout.widget.R$styleable: int KeyCycle_motionProgress -com.jaredrummler.android.colorpicker.R$id: int large -okhttp3.Cache$CacheResponseBody: okio.BufferedSource bodySource -cyanogenmod.providers.DataUsageContract: java.lang.String CONTENT_TYPE -io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.appcompat.widget.SearchView: void setIconifiedByDefault(boolean) -cyanogenmod.weatherservice.WeatherProviderService: void onRequestCancelled(cyanogenmod.weatherservice.ServiceRequest) -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xdp -wangdaye.com.geometricweather.R$dimen: int highlight_alpha_material_dark -androidx.constraintlayout.widget.R$styleable: int FontFamily_fontProviderFetchTimeout -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer grassLevel -androidx.hilt.work.R$dimen: int compat_button_inset_vertical_material -androidx.constraintlayout.widget.R$id: int deltaRelative -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_2 -cyanogenmod.profiles.ConnectionSettings$1: cyanogenmod.profiles.ConnectionSettings[] newArray(int) -io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_0 -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Dialog_MinWidth -androidx.preference.R$styleable: int SwitchPreferenceCompat_android_disableDependentsState -androidx.constraintlayout.widget.R$attr: int touchAnchorId -androidx.appcompat.R$styleable: int[] GradientColorItem -retrofit2.BuiltInConverters: retrofit2.Converter responseBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_viewInflaterClass -okhttp3.internal.cache.CacheInterceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) -com.tencent.bugly.crashreport.crash.jni.a: void handleNativeException(int,int,long,long,java.lang.String,java.lang.String,java.lang.String,java.lang.String,int,java.lang.String,int,int,int,java.lang.String,java.lang.String) -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float getTotal() -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge -okhttp3.OkHttpClient$1: boolean isInvalidHttpUrlHost(java.lang.IllegalArgumentException) -androidx.appcompat.widget.SwitchCompat: void setTrackTintList(android.content.res.ColorStateList) -james.adaptiveicon.R$styleable: int MenuItem_contentDescription -cyanogenmod.weatherservice.WeatherProviderService: void onDisconnected() -okhttp3.internal.Util: java.lang.String inet6AddressToAscii(byte[]) -cyanogenmod.providers.CMSettings$System: int getInt(android.content.ContentResolver,java.lang.String) -wangdaye.com.geometricweather.R$styleable: int ActionBarLayout_android_layout_gravity -james.adaptiveicon.R$style: int Widget_AppCompat_CompoundButton_Switch -androidx.appcompat.R$style: int Widget_AppCompat_RatingBar -com.turingtechnologies.materialscrollbar.R$attr: int windowMinWidthMinor -io.reactivex.exceptions.CompositeException: void printStackTrace(java.io.PrintWriter) -androidx.transition.R$style: int Widget_Compat_NotificationActionText -com.turingtechnologies.materialscrollbar.R$attr: int switchStyle -com.xw.repo.BubbleSeekBar: void setProgress(float) -androidx.hilt.lifecycle.R$dimen: int compat_button_inset_horizontal_material -retrofit2.RequestFactory$Builder -cyanogenmod.util.ColorUtils$1: ColorUtils$1() -androidx.preference.R$styleable: int AppCompatImageView_srcCompat -james.adaptiveicon.R$color: int button_material_light -wangdaye.com.geometricweather.R$layout: int widget_day_nano -com.amap.api.location.AMapLocationClientOption: boolean isOffset() -cyanogenmod.app.CustomTileListenerService: cyanogenmod.app.ICMStatusBarManager getStatusBarInterface() -androidx.hilt.work.R$attr: int ttcIndex -io.reactivex.Observable: io.reactivex.Observable throttleWithTimeout(long,java.util.concurrent.TimeUnit) -cyanogenmod.providers.CMSettings$3: boolean validate(java.lang.String) -com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemTextAppearanceInactive(int) -androidx.fragment.R$styleable: int[] FontFamily -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_seekBarStyle -cyanogenmod.library.R: R() -com.bumptech.glide.load.PreferredColorSpace: com.bumptech.glide.load.PreferredColorSpace SRGB -android.didikee.donate.R$drawable: int abc_btn_default_mtrl_shape -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title -com.google.android.gms.base.R$drawable: int common_google_signin_btn_text_light_normal -wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setWeatherCode(wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode) -com.jaredrummler.android.colorpicker.R$attr: int dialogIcon -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: java.lang.String unregist() -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property Province -wangdaye.com.geometricweather.R$drawable: int widget_card_light_40 -com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getPlaceholderTextColor() -wangdaye.com.geometricweather.R$string: int key_notification_hide_icon -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_Alert -cyanogenmod.externalviews.KeyguardExternalView$3: void run() -cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy: android.os.IBinder mRemote -androidx.constraintlayout.widget.R$attr: int dividerPadding -cyanogenmod.profiles.AirplaneModeSettings$BooleanState: int STATE_ENABLED -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: int state -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float total -cyanogenmod.externalviews.KeyguardExternalView$8: boolean val$showing -okhttp3.Request: java.lang.Object tag() -androidx.constraintlayout.widget.R$attr: int colorPrimary -com.google.android.material.R$styleable: int Tooltip_android_text -wangdaye.com.geometricweather.R$color: int material_blue_grey_900 -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light_Dialog -wangdaye.com.geometricweather.R$id: int activity_widget_config_showCardTitle -android.support.v4.app.INotificationSideChannel$Stub: int TRANSACTION_cancel -james.adaptiveicon.R$styleable: int MenuView_android_itemBackground -cyanogenmod.power.PerformanceManager: int PROFILE_POWER_SAVE -androidx.constraintlayout.widget.R$drawable: int abc_list_selector_background_transition_holo_light -com.google.android.material.R$attr: int customColorValue -okhttp3.internal.cache.DiskLruCache: boolean $assertionsDisabled -wangdaye.com.geometricweather.R$styleable: int View_android_focusable -androidx.constraintlayout.widget.R$color: int material_grey_100 -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$5 -com.google.android.material.internal.NavigationMenuItemView: NavigationMenuItemView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$attr: int autoSizeTextType -androidx.constraintlayout.widget.R$style: int TextAppearance_Compat_Notification_Info -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_WIND_SPEED_UNIT -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_12 -wangdaye.com.geometricweather.R$id: int action_bar -wangdaye.com.geometricweather.R$styleable: int Insets_paddingBottomSystemWindowInsets -wangdaye.com.geometricweather.R$anim -com.bumptech.glide.R$dimen: int notification_large_icon_width -com.tencent.bugly.crashreport.crash.b: com.tencent.bugly.proguard.ak a(android.content.Context,com.tencent.bugly.crashreport.crash.CrashDetailBean,com.tencent.bugly.crashreport.common.info.a) -com.google.android.material.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode -androidx.appcompat.widget.Toolbar: void setLogo(android.graphics.drawable.Drawable) -androidx.swiperefreshlayout.R$id: int text2 -androidx.preference.R$attr: int ratingBarStyle -androidx.dynamicanimation.R$id: int chronometer -wangdaye.com.geometricweather.R$string: int widget_day -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property WetBulbTemperature -androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_android_font -retrofit2.Call: boolean isCanceled() -androidx.appcompat.R$layout: int abc_activity_chooser_view -androidx.swiperefreshlayout.R$styleable: int FontFamily_fontProviderFetchStrategy -com.xw.repo.bubbleseekbar.R$attr: int itemPadding -android.didikee.donate.R$id: int action_bar_title -androidx.hilt.work.R$attr: int fontProviderAuthority -com.tencent.bugly.proguard.ah: ah() -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() -james.adaptiveicon.R$attr: int dialogTheme -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addEncodedQueryParameter(java.lang.String,java.lang.String) -cyanogenmod.providers.CMSettings$Secure: java.util.List getDelimitedStringAsList(android.content.ContentResolver,java.lang.String,java.lang.String) -wangdaye.com.geometricweather.main.dialogs.LearnMoreAboutResidentLocationDialog -okhttp3.internal.cache2.Relay: long upstreamPos -android.didikee.donate.R$attr: int imageButtonStyle -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_textinput_box_label_cutout_padding -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX() -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer grassIndex -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: AccuMinuteResult$IntervalsBean() -okhttp3.internal.http2.Http2Connection$Listener$1 -cyanogenmod.themes.IThemeService$Stub$Proxy: void requestThemeChange(cyanogenmod.themes.ThemeChangeRequest,boolean) -james.adaptiveicon.R$styleable: int[] MenuGroup -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_temp_2 -com.xw.repo.bubbleseekbar.R$attr: int checkedTextViewStyle -com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_transparent_bg_color -com.google.android.material.R$style: int Platform_ThemeOverlay_AppCompat_Light -androidx.constraintlayout.widget.R$styleable: int[] KeyTrigger -james.adaptiveicon.R$string: int abc_searchview_description_query -com.tencent.bugly.crashreport.common.info.b: b() -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textColorAlertDialogListItem -com.jaredrummler.android.colorpicker.R$drawable: int notify_panel_notification_icon_bg -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintGuide_end -com.google.android.material.R$dimen: int mtrl_calendar_header_toggle_margin_top -com.tencent.bugly.proguard.u: void b(boolean) -com.google.android.material.R$styleable: int ConstraintSet_motionProgress -androidx.viewpager.R$id: int right_icon -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setDate(java.lang.String) -androidx.constraintlayout.widget.R$styleable: int FontFamily_fontProviderQuery -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Weather -com.bumptech.glide.load.engine.DecodeJob$RunReason: com.bumptech.glide.load.engine.DecodeJob$RunReason[] values() -com.turingtechnologies.materialscrollbar.R$id: int tag_unhandled_key_event_manager -retrofit2.Platform: retrofit2.Platform findPlatform() -com.google.android.material.chip.Chip: void setShapeAppearanceModel(com.google.android.material.shape.ShapeAppearanceModel) -cyanogenmod.app.LiveLockScreenInfo: java.lang.Object clone() -org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.async.AsyncSession startAsyncSession() -okhttp3.Callback: void onFailure(okhttp3.Call,java.io.IOException) -com.amap.api.fence.GeoFence: void setMinDis2Center(float) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain -androidx.appcompat.R$styleable: int[] GradientColor -com.turingtechnologies.materialscrollbar.R$color: int button_material_light -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem -okio.HashingSource: okio.HashingSource md5(okio.Source) -androidx.lifecycle.extensions.R$drawable: int notification_template_icon_bg -com.turingtechnologies.materialscrollbar.R$styleable: int ThemeEnforcement_enforceTextAppearance -io.reactivex.Observable: io.reactivex.Observable timer(long,java.util.concurrent.TimeUnit) -androidx.work.R$color: int ripple_material_light -android.didikee.donate.R$attr: int actionBarSize -com.google.android.material.R$styleable: int TabLayout_tabPadding -com.google.android.material.R$attr: int strokeColor -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_menu_cut_mtrl_alpha -com.google.android.material.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow -okio.AsyncTimeout: okio.AsyncTimeout awaitTimeout() -wangdaye.com.geometricweather.R$attr: int enabled -com.google.android.material.R$styleable: int MaterialButtonToggleGroup_selectionRequired -com.tencent.bugly.crashreport.crash.b: void a(boolean,java.util.List) -okhttp3.internal.http2.Http2Reader: void readRstStream(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog -wangdaye.com.geometricweather.R$styleable: int[] MaterialTextAppearance -androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type LEFT -androidx.preference.R$string: int abc_menu_meta_shortcut_label -com.xw.repo.bubbleseekbar.R$drawable: int abc_text_select_handle_right_mtrl_dark -com.google.android.material.R$drawable: int notification_bg_low_pressed -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber -com.xw.repo.bubbleseekbar.R$id: int forever -james.adaptiveicon.R$id: int action_mode_bar -retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder baseUrl(okhttp3.HttpUrl) -com.github.rahatarmanahmed.cpv.R -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver inner -com.google.gson.stream.JsonScope: int DANGLING_NAME -android.didikee.donate.R$styleable: int[] Toolbar -cyanogenmod.app.ThemeVersion$ComponentVersion: int getId() -androidx.appcompat.widget.Toolbar: void setTitleMarginTop(int) -com.jaredrummler.android.colorpicker.R$style: int Preference_PreferenceScreen_Material -androidx.constraintlayout.widget.R$id: int message -androidx.vectordrawable.R$styleable: int GradientColor_android_centerColor -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_android_orientation -com.google.android.material.R$attr: int valueTextColor -com.tencent.bugly.crashreport.a: java.lang.String getLogFromNative() -wangdaye.com.geometricweather.R$attr: int progress_color -androidx.hilt.work.R$dimen: int compat_button_padding_horizontal_material -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Imperial Imperial -com.xw.repo.bubbleseekbar.R$drawable: int abc_tab_indicator_mtrl_alpha -androidx.constraintlayout.widget.R$id: int parentPanel -com.google.android.material.theme.MaterialComponentsViewInflater: MaterialComponentsViewInflater() -androidx.constraintlayout.widget.R$attr: int listDividerAlertDialog -androidx.preference.R$style: int Preference_Information -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle -androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityStopped(android.app.Activity) -com.google.android.material.R$id: int startHorizontal -com.amap.api.location.AMapLocation: java.lang.String a(com.amap.api.location.AMapLocation,java.lang.String) -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_font -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getRainPrecipitationProbability() -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Metric Metric -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_shapeAppearance -com.tencent.bugly.crashreport.biz.UserInfoBean: java.lang.String n -androidx.fragment.R$styleable: int FontFamily_fontProviderFetchTimeout -okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection$Builder listener(okhttp3.internal.http2.Http2Connection$Listener) -com.google.android.material.card.MaterialCardView: int getContentPaddingBottom() -com.google.android.material.R$dimen: int mtrl_calendar_month_vertical_padding -com.google.android.material.R$attr: int toolbarNavigationButtonStyle -wangdaye.com.geometricweather.R$attr: int checkedTextViewStyle -wangdaye.com.geometricweather.R$attr: int listLayout -androidx.swiperefreshlayout.R$layout: int custom_dialog -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: HourlyEntityDao(org.greenrobot.greendao.internal.DaoConfig) -androidx.work.R$attr: int fontProviderCerts -androidx.appcompat.view.menu.ListMenuItemView: void setGroupDividerEnabled(boolean) -androidx.preference.R$styleable: int ActionBar_logo -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_TextButton_Icon -androidx.appcompat.R$dimen: int tooltip_y_offset_touch -wangdaye.com.geometricweather.common.basic.models.weather.Daily: long getTime() -androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type TOP -com.jaredrummler.android.colorpicker.R$id: int uniform -okhttp3.HttpUrl: java.lang.String USERNAME_ENCODE_SET -okhttp3.Headers$Builder: okhttp3.Headers$Builder add(java.lang.String,java.lang.String) -cyanogenmod.app.CustomTile$ExpandedGridItem: CustomTile$ExpandedGridItem() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial -wangdaye.com.geometricweather.R$styleable: int MaterialShape_shapeAppearanceOverlay -com.amap.api.location.UmidtokenInfo: UmidtokenInfo() -com.turingtechnologies.materialscrollbar.R$attr: int enforceTextAppearance -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric: AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric() -androidx.constraintlayout.widget.R$color: int error_color_material_light -retrofit2.adapter.rxjava2.CallEnqueueObservable: retrofit2.Call originalCall -james.adaptiveicon.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_isEnabled -james.adaptiveicon.R$styleable: int Toolbar_contentInsetStart -androidx.fragment.app.FragmentContainerView: void setLayoutTransition(android.animation.LayoutTransition) -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: java.util.List area -com.turingtechnologies.materialscrollbar.R$attr: int popupWindowStyle -okio.ByteString: boolean equals(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$attr: int errorTextAppearance -androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_drawableRight -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: void setStatus(int) -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_VMAIL_LED_ON -wangdaye.com.geometricweather.db.entities.LocationEntityDao -com.google.android.material.chip.Chip: void setCloseIconSizeResource(int) -wangdaye.com.geometricweather.R$string: int common_google_play_services_update_text -androidx.appcompat.widget.LinearLayoutCompat: int getGravity() -com.tencent.bugly.proguard.i: short[] e(int,boolean) -androidx.hilt.work.R$id: int actions -androidx.preference.R$attr: int actionDropDownStyle -com.turingtechnologies.materialscrollbar.R$string: int abc_menu_alt_shortcut_label -wangdaye.com.geometricweather.R$attr: int titleEnabled -com.google.android.material.R$dimen: int mtrl_calendar_action_height -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_item_max_width -com.google.android.material.R$attr: int suffixTextColor -com.tencent.bugly.proguard.q: void onCreate(android.database.sqlite.SQLiteDatabase) -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void onNext(java.lang.Object) -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionBar_TabText -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamily_fontProviderFetchTimeout -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX: java.lang.String date -james.adaptiveicon.R$attr: int singleChoiceItemLayout -com.google.android.material.R$id: int material_timepicker_ok_button -wangdaye.com.geometricweather.R$styleable: int Chip_chipIconVisible -androidx.fragment.R$attr: int fontProviderPackage -androidx.appcompat.R$styleable: int AppCompatTextHelper_android_drawableLeft -com.google.android.material.textfield.TextInputLayout: com.google.android.material.internal.CheckableImageButton getEndIconToUpdateDummyDrawable() -james.adaptiveicon.R$styleable: int AppCompatTheme_checkboxStyle -android.didikee.donate.R$styleable: int AppCompatTheme_actionButtonStyle -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabPaddingTop -androidx.constraintlayout.widget.R$styleable: int ActionMode_height -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_toLeftOf -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments text -androidx.preference.R$styleable: int ActionBar_hideOnContentScroll -androidx.appcompat.R$id: int group_divider -wangdaye.com.geometricweather.R$string: int feedback_click_toggle -androidx.lifecycle.GenericLifecycleObserver -retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback: void onFailure(retrofit2.Call,java.lang.Throwable) -com.google.android.material.R$styleable: int Slider_thumbStrokeWidth -androidx.preference.R$attr: int dialogLayout -com.google.android.material.R$style: int TextAppearance_Compat_Notification_Info -android.didikee.donate.R$styleable: int[] TextAppearance -androidx.preference.R$id: R$id() -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: java.lang.String getAddress() -androidx.appcompat.R$color: int accent_material_dark -com.tencent.bugly.crashreport.crash.b: com.tencent.bugly.crashreport.common.strategy.a e -androidx.constraintlayout.widget.R$id: int percent -wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: WidgetItemView(android.content.Context) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_marginStart -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_star_black_36dp -androidx.preference.R$styleable: int SwitchCompat_splitTrack -androidx.coordinatorlayout.R$attr: int ttcIndex -wangdaye.com.geometricweather.R$attr: int labelBehavior -com.google.android.material.R$styleable: int ProgressIndicator_circularRadius -androidx.hilt.lifecycle.R$dimen: int notification_main_column_padding_top -cyanogenmod.os.Build$CM_VERSION_CODES: int ELDERBERRY -com.google.android.material.R$attr: int titleMargin -cyanogenmod.util.ColorUtils: int dropAlpha(int) -wangdaye.com.geometricweather.R$layout: int item_weather_daily_wind -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_overflow_padding_end_material -androidx.customview.R$styleable: int GradientColorItem_android_color -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionButton_Overflow -androidx.constraintlayout.widget.R$styleable: int ActionBar_contentInsetStartWithNavigation -com.xw.repo.bubbleseekbar.R$id: int icon_group -com.tencent.bugly.crashreport.common.info.PlugInBean: PlugInBean(java.lang.String,java.lang.String,java.lang.String) -wangdaye.com.geometricweather.background.service.CMWeatherProviderService -wangdaye.com.geometricweather.R$color: int design_dark_default_color_primary -androidx.preference.R$styleable: int MenuItem_android_alphabeticShortcut -cyanogenmod.power.PerformanceManager: int PROFILE_BIAS_PERFORMANCE -androidx.constraintlayout.widget.R$color: int accent_material_light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean forecastDaily -com.google.android.material.R$styleable: int MaterialCardView_checkedIcon -androidx.preference.R$attr: int autoSizeMinTextSize -wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle -retrofit2.ParameterHandler$PartMap: retrofit2.Converter valueConverter -androidx.appcompat.widget.ActionMenuView: void setPopupTheme(int) -androidx.fragment.R$id: int notification_main_column_container -androidx.preference.R$styleable: int PreferenceTheme_preferenceFragmentStyle -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area$LastAction: java.lang.String Localized -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult: MfEphemerisResult() -wangdaye.com.geometricweather.R$color: int design_default_color_error -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleMargin -com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableTransition_android_reversible -androidx.hilt.work.R$id: int accessibility_custom_action_10 -androidx.loader.R$attr: int fontProviderCerts -io.reactivex.Observable: io.reactivex.Observable window(java.util.concurrent.Callable,int) -com.turingtechnologies.materialscrollbar.R$styleable: int[] AppBarLayout -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: io.reactivex.internal.fuseable.SimpleQueue queue -okhttp3.EventListener$2: okhttp3.EventListener val$listener -okhttp3.FormBody: java.lang.String value(int) -androidx.vectordrawable.R$styleable: int FontFamilyFont_android_ttcIndex -io.reactivex.Observable: io.reactivex.Observable concatWith(io.reactivex.SingleSource) -cyanogenmod.weather.CMWeatherManager$2$1: void run() -android.didikee.donate.R$layout: int abc_action_bar_up_container -com.google.android.material.R$style: int EmptyTheme -android.didikee.donate.R$styleable: int AppCompatTheme_actionModeSplitBackground -androidx.constraintlayout.widget.R$anim: int btn_checkbox_to_checked_box_inner_merged_animation -android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_ActionBar -retrofit2.RequestFactory$Builder: okhttp3.Headers parseHeaders(java.lang.String[]) -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.util.Date date -com.turingtechnologies.materialscrollbar.R$attr: int layout_insetEdge -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light_DarkActionBar -androidx.preference.R$dimen: int abc_action_bar_elevation_material -androidx.hilt.work.R$styleable: int GradientColor_android_startX -com.amap.api.fence.GeoFenceListener -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_numericModifiers -okhttp3.CookieJar: okhttp3.CookieJar NO_COOKIES -androidx.coordinatorlayout.R$layout -com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property UvIndex -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemIconSize -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_stacked_tab_max_width -io.reactivex.internal.operators.observable.ObservableGroupBy$State: void drain() -wangdaye.com.geometricweather.R$layout: int container_main_pollen -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Compat_Notification_Title -okhttp3.internal.tls.OkHostnameVerifier: boolean verify(java.lang.String,javax.net.ssl.SSLSession) -android.didikee.donate.R$style: int TextAppearance_AppCompat_Medium -com.tencent.bugly.crashreport.CrashReport: void postException(int,java.lang.String,java.lang.String,java.lang.String,java.util.Map) -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: boolean isDisposed() -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut -com.turingtechnologies.materialscrollbar.R$color: int notification_action_color_filter -androidx.constraintlayout.widget.R$attr: int placeholder_emptyVisibility -androidx.constraintlayout.widget.R$attr: int drawableBottomCompat -com.google.android.material.R$styleable: int Layout_layout_editor_absoluteY -cyanogenmod.weather.WeatherInfo$Builder: double mTodaysHighTemp -androidx.appcompat.R$style: int Widget_AppCompat_SeekBar -wangdaye.com.geometricweather.R$id: int action_context_bar -androidx.constraintlayout.widget.R$attr: int path_percent -cyanogenmod.app.Profile$ProfileTrigger: int getType() -wangdaye.com.geometricweather.R$id: int activity_widget_config_doneButton -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: void onError(java.lang.Throwable) -james.adaptiveicon.R$color: int abc_primary_text_material_light -androidx.work.R$drawable: int notification_template_icon_low_bg -com.google.gson.stream.JsonReader: void skipUnquotedValue() -android.support.v4.os.IResultReceiver$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -io.reactivex.Observable: io.reactivex.Observable take(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -wangdaye.com.geometricweather.R$dimen: int material_font_2_0_box_collapsed_padding_top -wangdaye.com.geometricweather.R$id: int item_tag -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxBackgroundColor -androidx.appcompat.R$layout: int abc_cascading_menu_item_layout -cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: void lookupCity(cyanogenmod.weather.RequestInfo) -com.google.android.material.tabs.TabLayout: void setElevation(float) -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy -androidx.drawerlayout.R$drawable: int notification_action_background -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Subhead_Inverse -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Year_Today -androidx.vectordrawable.R$id: int right_icon -okhttp3.internal.platform.Jdk9Platform: okhttp3.internal.platform.Jdk9Platform buildIfSupported() -com.tencent.bugly.proguard.h: com.tencent.bugly.proguard.h a(boolean,java.lang.String) -androidx.lifecycle.ProcessLifecycleOwnerInitializer: ProcessLifecycleOwnerInitializer() -androidx.appcompat.R$style: int Widget_AppCompat_Spinner_DropDown -androidx.coordinatorlayout.R$id: int top -com.turingtechnologies.materialscrollbar.R$string: int abc_searchview_description_search -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setWind(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean) -wangdaye.com.geometricweather.R$layout: int preference_material -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header -wangdaye.com.geometricweather.main.dialogs.LearnMoreAboutResidentLocationDialog: LearnMoreAboutResidentLocationDialog() -androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver: ConstraintProxyUpdateReceiver() -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeIcePrecipitationProbability(java.lang.Float) -androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_fontWeight -retrofit2.http.Headers -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHorizontal_weight -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: void onSubscribe(org.reactivestreams.Subscription) -retrofit2.RequestBuilder: java.util.regex.Pattern PATH_TRAVERSAL -androidx.lifecycle.Lifecycling: java.lang.reflect.Constructor generatedConstructor(java.lang.Class) -com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_select_handle_left_mtrl_dark -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Menu -wangdaye.com.geometricweather.R$color: int material_deep_teal_500 -cyanogenmod.library.R$styleable -james.adaptiveicon.R$dimen: int tooltip_vertical_padding -com.jaredrummler.android.colorpicker.R$attr: int trackTintMode -androidx.hilt.R$id: int line3 -okhttp3.Response: java.lang.String toString() -cyanogenmod.media.MediaRecorder: java.lang.String ACTION_HOTWORD_INPUT_CHANGED -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_13 -com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner -wangdaye.com.geometricweather.common.ui.widgets.DrawerLayout: void setProgress(float) -com.xw.repo.bubbleseekbar.R$dimen: int disabled_alpha_material_dark -wangdaye.com.geometricweather.R$styleable: int MaterialCardView_checkedIcon -wangdaye.com.geometricweather.R$id: int dialog_time_setter_container -okhttp3.MediaType: java.lang.String subtype -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: void subscribe() -androidx.appcompat.R$drawable: int abc_switch_thumb_material -androidx.customview.R$id: int italic -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void onNext(java.lang.Object) -androidx.appcompat.widget.Toolbar: android.graphics.drawable.Drawable getNavigationIcon() -androidx.preference.R$string: int abc_shareactionprovider_share_with -com.jaredrummler.android.colorpicker.R$string: int abc_searchview_description_submit -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Year_Today -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabTextColor -com.turingtechnologies.materialscrollbar.R$attr: int fabCradleMargin -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeSnowPrecipitationDuration -cyanogenmod.weather.WeatherInfo: android.os.Parcelable$Creator CREATOR -cyanogenmod.weatherservice.WeatherProviderService$1: WeatherProviderService$1(cyanogenmod.weatherservice.WeatherProviderService) -io.reactivex.internal.observers.InnerQueuedObserver: io.reactivex.internal.observers.InnerQueuedObserverSupport parent -wangdaye.com.geometricweather.R$id: int widget_trend_hourly_item_5 -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow: java.lang.Float cumul3H -androidx.drawerlayout.R$drawable: int notification_tile_bg -com.google.android.material.tabs.TabLayout$TabView: void setTab(com.google.android.material.tabs.TabLayout$Tab) -wangdaye.com.geometricweather.R$layout: int container_main_header -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber$1: void run() -androidx.customview.R$id: int time -james.adaptiveicon.R$color: int switch_thumb_disabled_material_dark -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorAccent -androidx.viewpager2.R$dimen: int compat_control_corner_material -androidx.preference.R$color: int abc_tint_default -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeRainPrecipitation -wangdaye.com.geometricweather.R$styleable: int ViewStubCompat_android_layout -okhttp3.internal.ws.RealWebSocket: int receivedPingCount -android.didikee.donate.R$drawable: int abc_ab_share_pack_mtrl_alpha -androidx.transition.R$dimen: int notification_action_icon_size -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_onClick -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: boolean isDisposed() -androidx.recyclerview.R$styleable: R$styleable() -androidx.appcompat.widget.SwitchCompat: void setThumbResource(int) -androidx.lifecycle.extensions.R$drawable: int notification_bg_low_pressed -com.google.android.material.floatingactionbutton.FloatingActionButton: float getCompatHoveredFocusedTranslationZ() -com.google.android.material.R$attr: int logo -io.reactivex.internal.subscriptions.DeferredScalarSubscription: org.reactivestreams.Subscriber downstream -wangdaye.com.geometricweather.common.basic.models.weather.History: int daytimeTemperature -com.jaredrummler.android.colorpicker.R$id: int message -com.google.android.gms.common.api.GoogleApiClient: void unregisterConnectionFailedListener(com.google.android.gms.common.api.GoogleApiClient$OnConnectionFailedListener) -androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_statusBarBackground -james.adaptiveicon.R$id: int up -com.google.android.material.bottomnavigation.BottomNavigationView: void setItemTextAppearanceActive(int) -androidx.constraintlayout.widget.R$attr: int drawableEndCompat -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_counterEnabled -wangdaye.com.geometricweather.R$styleable: int Transition_layoutDuringTransition -james.adaptiveicon.R$id: int default_activity_button -wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.util.Date date -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX$InfoX: java.util.List day -com.google.android.material.R$string: int abc_menu_ctrl_shortcut_label -androidx.viewpager2.R$dimen: int notification_top_pad_large_text -wangdaye.com.geometricweather.location.services.LocationService: LocationService() -okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder noCache() -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.lang.String saint -androidx.recyclerview.R$dimen: int notification_right_side_padding_top -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_days_of_week_height -com.google.android.material.R$id: int material_clock_period_am_button -okhttp3.internal.ws.WebSocketProtocol: int OPCODE_CONTROL_CLOSE -okhttp3.FormBody$Builder: okhttp3.FormBody$Builder add(java.lang.String,java.lang.String) -androidx.hilt.lifecycle.R$attr: int fontProviderQuery -wangdaye.com.geometricweather.R$bool: int enable_system_alarm_service_default -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircularSkyWeatherView: void setDrawable(boolean) -cyanogenmod.themes.IThemeProcessingListener$Stub: cyanogenmod.themes.IThemeProcessingListener asInterface(android.os.IBinder) -cyanogenmod.themes.ThemeManager$1: ThemeManager$1(cyanogenmod.themes.ThemeManager) -com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_chipSpacingHorizontal -com.google.android.material.R$layout: int abc_list_menu_item_radio -io.reactivex.Observable: io.reactivex.disposables.Disposable subscribe(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer,io.reactivex.functions.Action,io.reactivex.functions.Consumer) -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActivityChooserView -androidx.constraintlayout.widget.R$styleable: int SearchView_suggestionRowLayout -okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder noTransform() -io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: void run() -wangdaye.com.geometricweather.R$string: int cpv_default_title -retrofit2.http.Query: java.lang.String value() -com.tencent.bugly.proguard.i: double a(double,int,boolean) -com.google.android.material.R$styleable: int Layout_barrierDirection -androidx.recyclerview.widget.RecyclerView: void setScrollingTouchSlop(int) -okhttp3.internal.cache.FaultHidingSink: boolean hasErrors -androidx.constraintlayout.widget.R$dimen: int notification_action_icon_size -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: void onComplete() -com.turingtechnologies.materialscrollbar.R$id: int title_template -androidx.work.R$styleable: int GradientColor_android_type -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: boolean offer(java.lang.Object,java.lang.Object) -com.xw.repo.bubbleseekbar.R$attr: int drawableSize -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX -com.jaredrummler.android.colorpicker.R$color: int error_color_material_light -androidx.constraintlayout.widget.R$styleable: int Transform_android_translationY -okhttp3.internal.http2.Http2: java.lang.String[] BINARY -com.google.android.material.R$attr: int layout_constraintLeft_toLeftOf -androidx.lifecycle.extensions.R$styleable: int[] GradientColorItem -androidx.dynamicanimation.R$dimen: int notification_content_margin_start -cyanogenmod.os.Build$CM_VERSION_CODES: int DRAGON_FRUIT -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode -androidx.coordinatorlayout.R$id: int chronometer -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void drainLoop() -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean getContent() -wangdaye.com.geometricweather.R$id: int dialog_providers_previewer_progress -com.bumptech.glide.R$id: int notification_main_column -okhttp3.RequestBody$3: okhttp3.MediaType val$contentType -cyanogenmod.themes.ThemeManager$ThemeChangeListener: void onFinish(boolean) -androidx.core.R$id: int right_icon -androidx.viewpager.R$layout: int notification_action_tombstone -androidx.appcompat.R$dimen: int abc_dialog_padding_top_material -cyanogenmod.providers.CMSettings$Global: boolean putFloat(android.content.ContentResolver,java.lang.String,float) -io.reactivex.internal.util.NotificationLite$ErrorNotification: int hashCode() -wangdaye.com.geometricweather.R$string: int feedback_interpret_background_notification_content -android.didikee.donate.R$attr: int thumbTint -wangdaye.com.geometricweather.R$id: int moldTitle -wangdaye.com.geometricweather.R$animator: int weather_snow_1 -androidx.hilt.R$style: int TextAppearance_Compat_Notification_Title -com.google.android.material.textfield.TextInputLayout: void setStartIconVisible(boolean) -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_23 -com.google.android.material.R$layout: int design_navigation_menu_item -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Speed: double Value -com.turingtechnologies.materialscrollbar.R$attr: int lastBaselineToBottomHeight -com.jaredrummler.android.colorpicker.R$styleable: int[] LinearLayoutCompat_Layout -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialCalendar -androidx.constraintlayout.widget.R$attr: int flow_verticalGap -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void ping(boolean,int,int) -com.xw.repo.bubbleseekbar.R$attr: int windowFixedHeightMinor -com.google.android.material.R$styleable: int[] ActionBarLayout -james.adaptiveicon.R$layout: int select_dialog_multichoice_material -io.reactivex.Observable: io.reactivex.Observable concat(io.reactivex.ObservableSource) -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Caption -com.google.android.material.internal.ForegroundLinearLayout: int getForegroundGravity() -androidx.vectordrawable.animated.R$attr: int alpha -okhttp3.internal.http2.Http2Connection: long access$708(okhttp3.internal.http2.Http2Connection) -androidx.lifecycle.extensions.R$attr: int ttcIndex -wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout: FitHorizontalSystemBarRootLayout(android.content.Context,android.util.AttributeSet,int) -io.reactivex.exceptions.CompositeException: java.lang.Throwable cause -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_RatingBar_Indicator -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationApi mApi -com.amap.api.location.UmidtokenInfo: void setUmidtoken(android.content.Context,java.lang.String) -com.google.android.material.R$attr: int trackHeight -wangdaye.com.geometricweather.R$id: int smallLabel -com.tencent.bugly.proguard.w: boolean c() -com.turingtechnologies.materialscrollbar.R$styleable: int[] CollapsingToolbarLayout_Layout -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_checkedIconSize -androidx.fragment.R$id: int tag_accessibility_actions -com.turingtechnologies.materialscrollbar.R$dimen: int abc_button_inset_horizontal_material -com.google.android.gms.location.zzbe: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceStyle -androidx.appcompat.R$styleable: int View_theme -android.didikee.donate.R$attr: int actionBarTabBarStyle -wangdaye.com.geometricweather.R$styleable: int AlertDialog_showTitle -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_checkedIconTint -com.google.android.material.textfield.TextInputLayout: void setHelperText(java.lang.CharSequence) -wangdaye.com.geometricweather.R$drawable: int ic_navigation -androidx.appcompat.resources.R$dimen: int notification_large_icon_height -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Float tMin -io.reactivex.internal.subscriptions.BasicIntQueueSubscription: void request(long) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_32 -androidx.appcompat.R$attr: int maxButtonHeight -com.jaredrummler.android.colorpicker.R$attr: int fontFamily -androidx.appcompat.R$drawable: int notification_bg_low_normal -wangdaye.com.geometricweather.R$layout: int abc_screen_simple -wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: SwipeSwitchLayout(android.content.Context,android.util.AttributeSet) -androidx.appcompat.widget.AppCompatTextView: java.lang.CharSequence getText() -com.google.android.material.R$styleable: int[] Toolbar -android.support.v4.os.ResultReceiver$MyRunnable -com.google.android.material.R$dimen: int mtrl_slider_widget_height -retrofit2.ParameterHandler$Body: ParameterHandler$Body(java.lang.reflect.Method,int,retrofit2.Converter) -cyanogenmod.weather.WeatherLocation: java.lang.String mKey -android.didikee.donate.R$styleable: int AppCompatTheme_alertDialogStyle -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: ObservableWindowBoundary$WindowBoundaryMainObserver(io.reactivex.Observer,int) -wangdaye.com.geometricweather.R$xml: R$xml() -androidx.swiperefreshlayout.R$id: int info -com.xw.repo.bubbleseekbar.R$attr: int windowActionModeOverlay -com.turingtechnologies.materialscrollbar.R$attr: int buttonBarPositiveButtonStyle -com.google.android.material.chip.Chip: void setChipBackgroundColor(android.content.res.ColorStateList) -james.adaptiveicon.R$layout: int abc_alert_dialog_button_bar_material -com.xw.repo.bubbleseekbar.R$attr: int state_above_anchor -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Dialog_Alert -com.google.android.material.appbar.CollapsingToolbarLayout: void setTitleEnabled(boolean) -okhttp3.internal.cache.DiskLruCache$2: DiskLruCache$2(okhttp3.internal.cache.DiskLruCache,okio.Sink) -com.tencent.bugly.crashreport.common.info.b: boolean p() -androidx.transition.R$id: int transition_layout_save -androidx.viewpager.R$style: int TextAppearance_Compat_Notification_Line2 -com.google.android.material.button.MaterialButtonToggleGroup: void removeOnButtonCheckedListener(com.google.android.material.button.MaterialButtonToggleGroup$OnButtonCheckedListener) -androidx.drawerlayout.R$color: int ripple_material_light -com.google.android.material.textfield.TextInputLayout: android.widget.TextView getPrefixTextView() -com.google.android.material.textfield.TextInputLayout: void setBoxBackgroundMode(int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$LocalSource -okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection build() -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property GrassDescription -org.greenrobot.greendao.identityscope.IdentityScopeType: org.greenrobot.greendao.identityscope.IdentityScopeType None -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_fab_elevation -cyanogenmod.app.CMStatusBarManager: void removeTile(java.lang.String,int) -james.adaptiveicon.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge -wangdaye.com.geometricweather.R$string: int action_settings -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PressureTendency: java.lang.String LocalizedText -androidx.vectordrawable.animated.R$dimen: int notification_action_text_size -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean delayError -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dropDownListViewStyle -androidx.vectordrawable.R$dimen: int notification_small_icon_background_padding -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_backgroundStacked -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_wrapMode -cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onLockscreenSlideOffsetChanged(float) -wangdaye.com.geometricweather.R$drawable: int weather_haze_3 -cyanogenmod.power.PerformanceManager: boolean setPowerProfile(int) -androidx.appcompat.R$dimen: int abc_dialog_fixed_width_minor -com.google.android.material.R$styleable: int StateListDrawable_android_enterFadeDuration -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse -com.jaredrummler.android.colorpicker.R$attr: int divider -androidx.vectordrawable.animated.R$styleable: int GradientColor_android_startY -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void drain() -wangdaye.com.geometricweather.R$dimen: int design_snackbar_background_corner_radius -com.tencent.bugly.BuglyStrategy: BuglyStrategy() -wangdaye.com.geometricweather.R$styleable: int[] PopupWindowBackgroundState -cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String EXTRA_ENABLED -com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_listItemLayout -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder port(int) -com.google.android.material.R$styleable: int FloatingActionButton_hideMotionSpec -androidx.viewpager2.R$id: int chronometer -wangdaye.com.geometricweather.R$attr: int rippleColor -io.reactivex.internal.subscriptions.BasicQueueSubscription: void clear() -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_min -androidx.hilt.R$id: int accessibility_custom_action_10 -com.turingtechnologies.materialscrollbar.R$color: int mtrl_text_btn_text_color_selector -com.google.android.material.appbar.HeaderScrollingViewBehavior: HeaderScrollingViewBehavior(android.content.Context,android.util.AttributeSet) -androidx.preference.R$drawable: int abc_textfield_default_mtrl_alpha -wangdaye.com.geometricweather.R$attr: int navigationViewStyle -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_SearchView -com.turingtechnologies.materialscrollbar.R$styleable: int ViewStubCompat_android_id -com.amap.api.fence.PoiItem: void setPoiType(java.lang.String) -androidx.constraintlayout.widget.R$color: int dim_foreground_material_dark -okhttp3.internal.http2.Huffman: okhttp3.internal.http2.Huffman INSTANCE -wangdaye.com.geometricweather.R$id: int fill_vertical -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ExtendedFloatingActionButton_Icon -okhttp3.Interceptor$Chain: okhttp3.Connection connection() -com.google.android.material.R$anim: int btn_radio_to_on_mtrl_dot_group_animation -retrofit2.Retrofit$Builder: okhttp3.HttpUrl baseUrl -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: java.lang.String MobileLink -cyanogenmod.themes.IThemeChangeListener$Stub$Proxy: java.lang.String getInterfaceDescriptor() -androidx.vectordrawable.R$dimen -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintVertical_bias -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_45 -com.jaredrummler.android.colorpicker.R$color: int error_color_material_dark -okhttp3.internal.cache.DiskLruCache: void readJournalLine(java.lang.String) -okhttp3.Cache: void close() -androidx.fragment.R$style -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getWindSpeedEnd() -okio.RealBufferedSink: okio.BufferedSink write(okio.Source,long) -androidx.preference.R$styleable: int AppCompatTheme_seekBarStyle -android.didikee.donate.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_toLeftOf -com.google.gson.internal.LazilyParsedNumber: long longValue() -android.didikee.donate.R$style: int Widget_AppCompat_ButtonBar_AlertDialog -com.turingtechnologies.materialscrollbar.R$color: int switch_thumb_normal_material_dark -com.xw.repo.bubbleseekbar.R$style: int Base_AlertDialog_AppCompat -com.tencent.bugly.proguard.u: com.tencent.bugly.proguard.u b -cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent SOUND -wangdaye.com.geometricweather.R$layout: int widget_day_week_symmetry -androidx.loader.R$id: int italic -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Caption -androidx.dynamicanimation.R$dimen: int notification_large_icon_width -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_MENU_ACTION_VALIDATOR -androidx.vectordrawable.R$id: int tag_unhandled_key_listeners -cyanogenmod.app.ProfileGroup: android.os.Parcelable$Creator CREATOR -com.turingtechnologies.materialscrollbar.R$layout: int abc_action_mode_bar -com.google.android.material.R$attr: int contentInsetStartWithNavigation -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_translationZ -android.didikee.donate.R$style: int Widget_AppCompat_ActionButton_CloseMode -com.jaredrummler.android.colorpicker.R$dimen: int abc_config_prefDialogWidth -okhttp3.internal.connection.RealConnection: void establishProtocol(okhttp3.internal.connection.ConnectionSpecSelector,int,okhttp3.Call,okhttp3.EventListener) -wangdaye.com.geometricweather.R$attr: int msb_barColor -com.jaredrummler.android.colorpicker.R$id: int submenuarrow -androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar -com.jaredrummler.android.colorpicker.R$attr: int buttonTintMode -cyanogenmod.weather.RequestInfo: int TYPE_WEATHER_BY_GEO_LOCATION_REQ -io.reactivex.internal.disposables.DisposableHelper: boolean set(java.util.concurrent.atomic.AtomicReference,io.reactivex.disposables.Disposable) -com.google.android.material.R$styleable: int TextInputLayout_prefixText -androidx.preference.R$attr: int allowStacking -com.amap.api.fence.DistrictItem: java.lang.String getAdcode() -cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.IKeyguardExternalViewProvider access$000(cyanogenmod.externalviews.KeyguardExternalView) -androidx.swiperefreshlayout.R$id: int tag_accessibility_clickable_spans -com.google.android.material.R$attr: int hintAnimationEnabled -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintCircle -james.adaptiveicon.R$styleable: int LinearLayoutCompat_Layout_android_layout_width -androidx.preference.R$style: int Base_Theme_AppCompat_CompactMenu -com.tencent.bugly.proguard.m: java.lang.String f -com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType[] $VALUES -androidx.preference.R$drawable: int abc_btn_radio_material -wangdaye.com.geometricweather.R$attr: int switchTextAppearance -james.adaptiveicon.R$styleable: int AppCompatTheme_tooltipForegroundColor -retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: boolean terminated -wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status: wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status LOADING -com.turingtechnologies.materialscrollbar.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton -androidx.lifecycle.extensions.R$attr: int fontProviderAuthority -com.xw.repo.bubbleseekbar.R$dimen: int abc_edit_text_inset_top_material -wangdaye.com.geometricweather.R$styleable: int GradientColor_android_endX -androidx.appcompat.R$style: int Widget_AppCompat_Light_AutoCompleteTextView -com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_layout_anchor -com.xw.repo.bubbleseekbar.R$attr: int thickness -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxStrokeErrorColor -androidx.constraintlayout.widget.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView -androidx.appcompat.resources.R$style: int TextAppearance_Compat_Notification_Time -com.xw.repo.bubbleseekbar.R$attr: int titleMargin -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_seekBarStyle -wangdaye.com.geometricweather.R$dimen: int compat_notification_large_icon_max_width -com.tencent.bugly.crashreport.common.info.b: java.lang.String a(android.content.Context,boolean) -androidx.hilt.R$id: int accessibility_custom_action_5 -com.tencent.bugly.crashreport.crash.CrashDetailBean: java.util.Map h -androidx.core.R$dimen: int notification_content_margin_start -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean appendNativeLog(java.lang.String,java.lang.String,java.lang.String) -com.google.android.material.R$style: int Widget_AppCompat_EditText -androidx.constraintlayout.widget.R$attr: int subtitleTextColor -wangdaye.com.geometricweather.R$attr: int tooltipForegroundColor -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_drawableLeft -com.tencent.bugly.proguard.m: int d -io.reactivex.Observable: io.reactivex.disposables.Disposable subscribe(io.reactivex.functions.Consumer) -wangdaye.com.geometricweather.db.entities.AlertEntity: int getPriority() -com.google.android.material.transformation.FabTransformationScrimBehavior: FabTransformationScrimBehavior() -androidx.preference.R$styleable: int CheckBoxPreference_android_disableDependentsState -androidx.vectordrawable.R$styleable: int FontFamilyFont_font -com.google.android.material.R$attr: int layout_constraintVertical_chainStyle -androidx.appcompat.R$style: int Base_V7_Theme_AppCompat -androidx.constraintlayout.widget.R$id: int packed -james.adaptiveicon.R$dimen: int abc_dialog_min_width_major -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: java.lang.String LocalizedType -wangdaye.com.geometricweather.R$attr: int pageIndicatorColor -androidx.preference.R$dimen: int abc_dialog_corner_radius_material -okhttp3.internal.http.HttpMethod: boolean permitsRequestBody(java.lang.String) -com.tencent.bugly.crashreport.common.strategy.a: java.util.List c -androidx.appcompat.R$id: int blocking -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA -com.turingtechnologies.materialscrollbar.R$dimen: int abc_alert_dialog_button_bar_height -com.amap.api.fence.GeoFenceClient: java.util.List getAllGeoFence() -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: boolean access$502(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl,boolean) -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningConsequence: java.lang.String textConsequence -com.tencent.bugly.proguard.a: void a(java.util.ArrayList,java.lang.Object) -cyanogenmod.weatherservice.WeatherProviderService$1: void cancelRequest(int) -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: io.reactivex.Observer downstream -com.google.android.material.R$dimen: int mtrl_bottomappbar_height -androidx.preference.R$attr: int enableCopying -com.tencent.bugly.crashreport.crash.anr.b: void a(java.lang.String) -androidx.legacy.coreutils.R$id: int async -androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge -com.google.android.material.R$styleable: int CollapsingToolbarLayout_collapsedTitleTextAppearance -wangdaye.com.geometricweather.common.basic.models.weather.Astro: java.util.Date setDate -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small -androidx.viewpager.widget.PagerTitleStrip: int getTextSpacing() -io.reactivex.internal.subscriptions.BasicQueueSubscription: boolean offer(java.lang.Object) -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle -androidx.appcompat.resources.R$styleable: int ColorStateListItem_alpha -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1: void onSucceed(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult) -androidx.loader.R$styleable: int GradientColor_android_endY -com.google.android.material.tabs.TabLayout$TabView: com.google.android.material.badge.BadgeDrawable getBadge() -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_textColor -com.bumptech.glide.R$id: int normal -retrofit2.adapter.rxjava2.CallExecuteObservable: CallExecuteObservable(retrofit2.Call) -wangdaye.com.geometricweather.R$attr: int checkedIconSize -androidx.appcompat.widget.LinearLayoutCompat: LinearLayoutCompat(android.content.Context,android.util.AttributeSet) -androidx.recyclerview.R$id: int accessibility_custom_action_24 -retrofit2.converter.gson.GsonConverterFactory: retrofit2.converter.gson.GsonConverterFactory create(com.google.gson.Gson) -com.tencent.bugly.proguard.q: boolean a(android.database.sqlite.SQLiteDatabase) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float co -wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_3 -james.adaptiveicon.R$attr: int actionModePasteDrawable -androidx.constraintlayout.widget.R$styleable: int PopupWindow_overlapAnchor -wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderToggleButton -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu -androidx.preference.R$color: int bright_foreground_disabled_material_light -androidx.activity.R$attr: int fontProviderPackage -androidx.appcompat.R$attr: int logoDescription -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List minutelyEntityList -io.reactivex.internal.disposables.EmptyDisposable: void complete(io.reactivex.Observer) -com.google.android.material.R$styleable: int MaterialButton_icon -androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy: ConstraintProxy$StorageNotLowProxy() -wangdaye.com.geometricweather.R$array: int pollen_unit_voices -com.google.android.material.chip.Chip: void setChipIcon(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String getPrecipitationVoice(android.content.Context,float) -com.turingtechnologies.materialscrollbar.R$attr: int msb_handleColor -wangdaye.com.geometricweather.R$styleable: int[] PreferenceFragmentCompat -wangdaye.com.geometricweather.R$id: int dialog_adaptive_icon_container -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Menu -androidx.constraintlayout.widget.R$attr: int srcCompat -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_year_corner -com.google.gson.stream.JsonWriter: void beforeValue() -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 -com.turingtechnologies.materialscrollbar.R$id: int titleDividerNoCustom -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintWidth_min -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_contentInsetRight -okio.RealBufferedSource: long readHexadecimalUnsignedLong() -com.tencent.bugly.proguard.i: boolean a(int,boolean) -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: boolean isIce() -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit MI -wangdaye.com.geometricweather.R$attr: int key -androidx.preference.R$string: int abc_searchview_description_clear -com.xw.repo.bubbleseekbar.R$styleable: int[] AnimatedStateListDrawableCompat -androidx.fragment.R$styleable: int GradientColor_android_gradientRadius -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_transitionEasing -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial: int UnitType -retrofit2.HttpServiceMethod$SuspendForResponse: java.lang.Object adapt(retrofit2.Call,java.lang.Object[]) -io.reactivex.internal.disposables.ArrayCompositeDisposable: long serialVersionUID -com.tencent.bugly.proguard.i: i(byte[],int) -androidx.preference.R$color: int abc_primary_text_disable_only_material_light -com.jaredrummler.android.colorpicker.R$attr: int iconSpaceReserved -io.reactivex.observers.TestObserver$EmptyObserver: void onComplete() -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Button_Colored -cyanogenmod.app.CMTelephonyManager: CMTelephonyManager(android.content.Context) -com.google.android.material.R$styleable: int OnSwipe_dragScale -com.turingtechnologies.materialscrollbar.R$attr: int colorButtonNormal -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintCircleAngle -com.turingtechnologies.materialscrollbar.R$attr: int listPreferredItemPaddingLeft -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter name(java.lang.String) -androidx.lifecycle.ViewModelStore: ViewModelStore() -okhttp3.Cache$2 -okhttp3.ResponseBody: okio.BufferedSource source() -com.jaredrummler.android.colorpicker.R$attr: int dividerHorizontal -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.WindowManager$LayoutParams mParams -androidx.constraintlayout.widget.R$styleable: int MenuItem_actionViewClass -androidx.fragment.R$id: int action_image -james.adaptiveicon.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_PLAY_QUEUE_VALIDATOR -wangdaye.com.geometricweather.common.basic.models.weather.WindDegree -com.jaredrummler.android.colorpicker.R$styleable: int ColorStateListItem_android_color -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setWeatherStart(java.lang.String) -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher: LiveDataReactiveStreams$LiveDataPublisher(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.LiveData) -com.google.android.material.R$id: int standard -com.jaredrummler.android.colorpicker.R$styleable: int CheckBoxPreference_android_summaryOff -androidx.fragment.R$id: int blocking -androidx.preference.R$styleable: int[] EditTextPreference -android.didikee.donate.R$attr: int arrowShaftLength -okio.Okio: okio.Source source(java.nio.file.Path,java.nio.file.OpenOption[]) -com.jaredrummler.android.colorpicker.R$string: int abc_activity_chooser_view_see_all -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX: java.lang.String aqi -com.google.android.material.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle -com.google.android.material.R$styleable: int OnSwipe_touchAnchorId -okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.lang.String getEffectiveTldPlusOne(java.lang.String) -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_counterMaxLength -io.reactivex.internal.observers.DeferredScalarObserver: DeferredScalarObserver(io.reactivex.Observer) -com.google.android.material.R$attr: int dayInvalidStyle -androidx.appcompat.R$style: int Theme_AppCompat_Empty -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments: long beginTime -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_SearchView -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionOverflowButtonStyle -androidx.preference.R$dimen: int abc_text_size_body_2_material -wangdaye.com.geometricweather.R$attr: int scrimBackground -androidx.hilt.R$styleable: int FontFamilyFont_fontStyle -androidx.preference.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert -wangdaye.com.geometricweather.R$dimen: int highlight_alpha_material_colored -android.didikee.donate.R$dimen: int abc_action_bar_content_inset_with_nav -android.didikee.donate.R$attr: int editTextStyle -wangdaye.com.geometricweather.R$id: int wrap -okhttp3.RealCall: okhttp3.Response execute() -cyanogenmod.app.Profile: void setTrigger(int,java.lang.String,int,java.lang.String) -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_DialogWhenLarge -androidx.transition.R$styleable: int GradientColor_android_tileMode -androidx.room.RoomDatabase$JournalMode -androidx.activity.R$styleable: int[] GradientColorItem -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.db.entities.MinutelyEntity: int minuteInterval -com.google.android.material.R$style: int Base_Theme_AppCompat -com.google.gson.internal.LinkedTreeMap: void clear() -cyanogenmod.providers.CMSettings -com.turingtechnologies.materialscrollbar.R$layout: int notification_template_part_time -okhttp3.internal.http2.Hpack$Writer: okhttp3.internal.http2.Header[] dynamicTable -okio.Buffer: java.lang.Object clone() -wangdaye.com.geometricweather.db.entities.HistoryEntity: java.lang.Long getId() -com.turingtechnologies.materialscrollbar.R$attr: int dialogPreferredPadding -androidx.constraintlayout.widget.R$layout: int notification_template_part_time -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: ObservableGroupBy$GroupByObserver(io.reactivex.Observer,io.reactivex.functions.Function,io.reactivex.functions.Function,int,boolean) -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: int fusionMode -wangdaye.com.geometricweather.R$styleable: int[] Snackbar -com.tencent.bugly.Bugly: java.lang.String[] b -com.amap.api.fence.GeoFence: void setRadius(float) -com.google.android.material.internal.NavigationMenuItemView: void setCheckable(boolean) -androidx.constraintlayout.widget.R$styleable: int Constraint_barrierMargin -androidx.transition.R$dimen: int notification_large_icon_width -com.jaredrummler.android.colorpicker.R$attr: int alertDialogTheme -wangdaye.com.geometricweather.R$attr: int materialCalendarDay -com.tencent.bugly.crashreport.biz.UserInfoBean: long a -androidx.appcompat.R$styleable: int[] ViewBackgroundHelper -cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_isDataConnectionEnabled -androidx.drawerlayout.R$styleable: int FontFamily_fontProviderFetchTimeout -james.adaptiveicon.R$drawable: int abc_edit_text_material -okhttp3.internal.platform.Platform: void connectSocket(java.net.Socket,java.net.InetSocketAddress,int) -wangdaye.com.geometricweather.R$bool: int mtrl_btn_textappearance_all_caps -androidx.customview.R$id: int icon_group -james.adaptiveicon.R$style: int Animation_AppCompat_Tooltip -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Headline4 -android.didikee.donate.R$dimen: int abc_text_size_title_material -com.amap.api.location.AMapLocationQualityReport: int GPS_STATUS_MODE_SAVING -com.google.android.material.chip.Chip: void setEnsureMinTouchTargetSize(boolean) -com.google.gson.stream.JsonReader: int doPeek() -androidx.appcompat.R$attr: int autoCompleteTextViewStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: int getStatus() -android.didikee.donate.R$attr: int logoDescription -com.google.android.material.R$style: int Platform_V25_AppCompat_Light -com.google.android.material.R$styleable: int MaterialShape_shapeAppearanceOverlay -cyanogenmod.profiles.RingModeSettings: int describeContents() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: void setValue(java.lang.String) -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_alertDialogCenterButtons -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property SnowPrecipitationProbability -androidx.preference.R$style: int ThemeOverlay_AppCompat -android.didikee.donate.R$styleable: int TextAppearance_textAllCaps -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeApparentTemperature -androidx.constraintlayout.widget.R$styleable: int KeyPosition_percentHeight -androidx.appcompat.widget.AppCompatImageView: void setImageDrawable(android.graphics.drawable.Drawable) -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_commit_search_api_mtrl_alpha -androidx.appcompat.R$styleable: int Toolbar_contentInsetStartWithNavigation -androidx.constraintlayout.widget.R$styleable: int Toolbar_popupTheme -com.google.android.gms.common.internal.zzc: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$drawable: int flag_ko -cyanogenmod.weatherservice.ServiceRequestResult: int describeContents() -com.tencent.bugly.crashreport.crash.c: void c() -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void drain() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Metric: AccuCurrentResult$PrecipitationSummary$PastHour$Metric() -com.google.android.gms.common.internal.ReflectedParcelable -androidx.viewpager2.R$dimen: int notification_top_pad -wangdaye.com.geometricweather.R$dimen: int abc_disabled_alpha_material_light -okhttp3.internal.http2.Http2Connection: java.util.concurrent.ExecutorService access$400() -cyanogenmod.alarmclock.ClockContract$CitiesColumns: java.lang.String CITY_NAME -com.tencent.bugly.crashreport.crash.CrashDetailBean: int describeContents() -james.adaptiveicon.R$styleable: int MenuItem_android_checkable -android.didikee.donate.R$styleable: int LinearLayoutCompat_android_baselineAligned -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeDegreeDayTemperature() -androidx.drawerlayout.R$dimen: int notification_big_circle_margin -com.jaredrummler.android.colorpicker.R$styleable: int MenuView_subMenuArrow -androidx.constraintlayout.widget.R$drawable: R$drawable() -okhttp3.OkHttpClient$Builder: java.util.List protocols -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_z -okio.ForwardingSource: okio.Timeout timeout() -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_pixel -androidx.appcompat.R$dimen: int hint_pressed_alpha_material_light -androidx.appcompat.R$color: int material_grey_600 -wangdaye.com.geometricweather.GeometricWeather -wangdaye.com.geometricweather.db.entities.DailyEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) -retrofit2.ParameterHandler$FieldMap: void apply(retrofit2.RequestBuilder,java.util.Map) -cyanogenmod.profiles.StreamSettings$1: cyanogenmod.profiles.StreamSettings[] newArray(int) -com.google.android.material.R$style: int Platform_V25_AppCompat -wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_dayNightTypeSpinner -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: Precipitation(java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float) -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter emitter -io.reactivex.internal.observers.BlockingObserver: boolean isDisposed() -wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerSizeTopRight -com.google.android.material.progressindicator.ProgressIndicator: void setIndicatorCornerRadius(int) -io.reactivex.internal.operators.observable.ObserverResourceWrapper: io.reactivex.Observer downstream -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_helperTextEnabled -androidx.appcompat.widget.AppCompatEditText: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() -androidx.appcompat.R$styleable: int[] StateListDrawableItem -androidx.legacy.coreutils.R$id: int line3 -wangdaye.com.geometricweather.R$string: int briefings -wangdaye.com.geometricweather.R$id: int mtrl_calendar_selection_frame -james.adaptiveicon.R$styleable: int AppCompatTheme_panelBackground -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_thumbTint -androidx.loader.R$styleable: int FontFamilyFont_android_fontStyle -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_percent -wangdaye.com.geometricweather.R$styleable: int ActionMode_subtitleTextStyle -io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_TextButton_Snackbar -com.google.gson.stream.JsonReader: int NUMBER_CHAR_DIGIT -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_29 -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableTopCompat -com.google.android.material.R$attr: int srcCompat -androidx.preference.R$color: int material_grey_850 -androidx.constraintlayout.widget.R$dimen: int abc_edit_text_inset_bottom_material -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_21 -androidx.recyclerview.R$attr: int spanCount -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatSeekBar_android_thumb -com.google.android.gms.common.R$string: R$string() -wangdaye.com.geometricweather.db.entities.LocationEntity: void setTimeZone(java.util.TimeZone) -com.google.android.material.R$styleable: int Chip_android_maxWidth -cyanogenmod.providers.CMSettings$Secure: java.lang.String LOCKSCREEN_INTERNALLY_ENABLED -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: java.lang.String getSourceUrl() -com.google.android.material.R$style: int Widget_Design_AppBarLayout -wangdaye.com.geometricweather.R$style: int Preference_CheckBoxPreference -androidx.activity.R$drawable: int notification_template_icon_low_bg -wangdaye.com.geometricweather.R$attr: int alertDialogTheme -james.adaptiveicon.R$color: int background_floating_material_light -com.turingtechnologies.materialscrollbar.R$layout: int notification_action -wangdaye.com.geometricweather.location.services.LocationService: android.app.Notification getLocationNotification(android.content.Context) -io.reactivex.internal.disposables.SequentialDisposable: long serialVersionUID -wangdaye.com.geometricweather.R$styleable: int InkPageIndicator_pageIndicatorColor -android.didikee.donate.R$dimen: int notification_media_narrow_margin -androidx.coordinatorlayout.R$attr: int fontVariationSettings -androidx.appcompat.widget.ButtonBarLayout: void setStacked(boolean) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_5 -com.google.android.material.R$attr: int checkedIconVisible -com.tencent.bugly.BuglyStrategy$a: int CRASHTYPE_NATIVE -com.xw.repo.bubbleseekbar.R$style: int Base_Animation_AppCompat_Tooltip -wangdaye.com.geometricweather.R$styleable: int[] AnimatedStateListDrawableCompat -io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: void onComplete() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX -com.google.android.material.R$layout: int design_navigation_item_separator -com.google.android.material.R$styleable: int Slider_trackColorActive -androidx.preference.R$styleable: int ListPreference_entries -androidx.hilt.work.R$anim: int fragment_fade_exit -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: org.reactivestreams.Subscription receiver -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense -okhttp3.RealCall$1: void timedOut() -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_SearchView_ActionBar -okio.RealBufferedSource: long indexOfElement(okio.ByteString,long) -okhttp3.internal.http2.Http2Connection$7: okhttp3.internal.http2.Http2Connection this$0 -okhttp3.internal.tls.DistinguishedNameParser: int end -androidx.preference.R$attr: int isLightTheme -cyanogenmod.app.Profile$NotificationLightMode: int DEFAULT -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial: java.lang.String Unit -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ListMenuView -io.reactivex.Observable: io.reactivex.Observable timeout(long,java.util.concurrent.TimeUnit) -wangdaye.com.geometricweather.R$id: int chip_group -com.google.gson.internal.JsonReaderInternalAccess: com.google.gson.internal.JsonReaderInternalAccess INSTANCE -com.google.android.material.R$drawable: int abc_list_selector_background_transition_holo_dark -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void drain() -androidx.vectordrawable.animated.R$dimen: int notification_large_icon_height -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life: CNWeatherResult$Life() -wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: java.lang.String modeId -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_scaleX -wangdaye.com.geometricweather.R$color: int bright_foreground_disabled_material_dark -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarTheme -androidx.legacy.coreutils.R$layout: int notification_template_custom_big -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Metric: double Value -androidx.vectordrawable.R$id: int accessibility_custom_action_28 -androidx.vectordrawable.animated.R$styleable: int FontFamily_fontProviderAuthority -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constrainedWidth -com.google.android.material.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setTemperature(int) -androidx.preference.R$style: int Widget_AppCompat_ButtonBar -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setUvIndex(java.lang.String) -com.jaredrummler.android.colorpicker.R$styleable: int[] FontFamilyFont -wangdaye.com.geometricweather.R$styleable: int CardView_contentPadding -com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_reverseLayout -com.google.android.material.card.MaterialCardView: void setCheckable(boolean) -com.google.android.material.R$styleable: int[] TabItem -android.support.v4.app.INotificationSideChannel$Stub$Proxy: void cancel(java.lang.String,int,java.lang.String) -wangdaye.com.geometricweather.db.entities.AlertEntity: void setDate(java.util.Date) -com.jaredrummler.android.colorpicker.R$integer: int status_bar_notification_info_maxnum -com.google.android.material.R$drawable: int abc_ratingbar_material -wangdaye.com.geometricweather.R$dimen: int abc_alert_dialog_button_dimen -cyanogenmod.externalviews.KeyguardExternalViewProviderService$1$1: cyanogenmod.externalviews.KeyguardExternalViewProviderService$1 this$1 -androidx.hilt.lifecycle.R$id: int action_divider -cyanogenmod.power.IPerformanceManager$Stub$Proxy: android.os.IBinder asBinder() -com.tencent.bugly.crashreport.biz.a: a(android.content.Context,boolean) -androidx.legacy.coreutils.R$dimen: int notification_small_icon_background_padding -com.turingtechnologies.materialscrollbar.R$dimen: int abc_edit_text_inset_bottom_material -com.tencent.bugly.proguard.z: java.lang.String a(java.lang.Throwable) -wangdaye.com.geometricweather.R$id: int notification_multi_city -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle -androidx.appcompat.R$attr: int commitIcon -com.google.android.material.R$dimen: int design_fab_image_size -retrofit2.HttpServiceMethod$SuspendForBody: java.lang.Object adapt(retrofit2.Call,java.lang.Object[]) -androidx.hilt.work.R$id: int accessibility_custom_action_17 -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_maxImageSize -com.google.android.material.R$string: int abc_capital_on -okhttp3.OkHttpClient: okhttp3.OkHttpClient$Builder newBuilder() -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_20 -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle -androidx.constraintlayout.widget.R$attr: int contentInsetEndWithActions -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight_NoActionBar -androidx.preference.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge -wangdaye.com.geometricweather.R$transition: int search_activity_shared_enter -com.jaredrummler.android.colorpicker.R$attr: int windowActionBar -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Snow: java.lang.Integer depth -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_contentInsetRight -cyanogenmod.profiles.RingModeSettings: void writeToParcel(android.os.Parcel,int) -androidx.appcompat.R$style: int Base_V28_Theme_AppCompat_Light -androidx.preference.R$style: int Base_Widget_AppCompat_AutoCompleteTextView -cyanogenmod.providers.CMSettings$System: java.lang.String USE_EDGE_SERVICE_FOR_GESTURES -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse -wangdaye.com.geometricweather.search.Hilt_SearchActivity: Hilt_SearchActivity() -com.google.android.material.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge -com.google.android.material.R$attr: int cornerFamily -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_131 -android.support.v4.os.ResultReceiver -androidx.lifecycle.extensions.R$dimen -okhttp3.internal.http2.Http2Writer: okio.BufferedSink sink -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String FORECAST_CONDITION -cyanogenmod.hardware.ICMHardwareService -wangdaye.com.geometricweather.R$color: int material_grey_900 -androidx.appcompat.resources.R$style: int TextAppearance_Compat_Notification_Line2 -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_AES_128_CBC_SHA -com.google.android.material.R$string: int mtrl_badge_numberless_content_description -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_36 -okhttp3.CertificatePinner: okhttp3.CertificatePinner withCertificateChainCleaner(okhttp3.internal.tls.CertificateChainCleaner) -cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks access$700(cyanogenmod.externalviews.KeyguardExternalView) -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: java.lang.String wind_speed -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getTotalPrecipitationProbability() -com.xw.repo.bubbleseekbar.R$dimen: int hint_alpha_material_light -com.google.android.material.R$id: int material_value_index -androidx.constraintlayout.widget.R$styleable: int ImageFilterView_roundPercent -retrofit2.converter.gson.GsonResponseBodyConverter: GsonResponseBodyConverter(com.google.gson.Gson,com.google.gson.TypeAdapter) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle -androidx.viewpager2.R$attr: int layoutManager -com.turingtechnologies.materialscrollbar.R$attr: int msb_handleOffColor -com.google.android.material.R$attr: int onTouchUp -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: int RUNNING -wangdaye.com.geometricweather.R$layout: int item_weather_daily_title -okhttp3.internal.http2.Http2Connection$2: int val$streamId -androidx.appcompat.resources.R$dimen: int notification_large_icon_width -cyanogenmod.externalviews.KeyguardExternalView$1 -androidx.preference.R$style: int Preference_SwitchPreference -okhttp3.internal.http2.Huffman$Node: Huffman$Node(int,int) -android.didikee.donate.R$styleable: int AppCompatTheme_windowMinWidthMajor -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: void setDefaultPhoneSub(int) -android.didikee.donate.R$style: int Base_Widget_AppCompat_CompoundButton_Switch -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_ActionBar -wangdaye.com.geometricweather.db.entities.LocationEntity: boolean getCurrentPosition() -com.google.android.material.R$drawable: int abc_btn_check_material_anim -com.google.android.material.R$string: int abc_menu_meta_shortcut_label -com.amap.api.fence.PoiItem: java.lang.String j -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Rain: AccuDailyResult$DailyForecasts$Day$Rain() -cyanogenmod.app.LiveLockScreenInfo$1: cyanogenmod.app.LiveLockScreenInfo createFromParcel(android.os.Parcel) -com.google.android.material.bottomnavigation.BottomNavigationMenuView: android.content.res.ColorStateList getItemTextColor() -androidx.cardview.R$style: R$style() -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: io.reactivex.disposables.Disposable upstream -wangdaye.com.geometricweather.R$dimen: int material_font_1_3_box_collapsed_padding_top -wangdaye.com.geometricweather.db.entities.LocationEntity: float getLatitude() -james.adaptiveicon.R$id: int notification_main_column -android.didikee.donate.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title -com.amap.api.location.AMapLocationClientOption: java.lang.String a -cyanogenmod.power.PerformanceManager: java.lang.String TAG -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: java.lang.String getEn_US() -wangdaye.com.geometricweather.R$attr: int listChoiceIndicatorSingleAnimated -wangdaye.com.geometricweather.R$array: int notification_style_values -wangdaye.com.geometricweather.R$attr: int showMotionSpec -com.jaredrummler.android.colorpicker.R$string: int abc_action_menu_overflow_description -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_paddingStart -androidx.drawerlayout.R$attr: int alpha -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow: MfForecastResult$Forecast$Snow() -okhttp3.internal.http.HttpDate -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: void setStatus(int) -okio.Buffer$UnsafeCursor: Buffer$UnsafeCursor() -wangdaye.com.geometricweather.R$styleable: int TagView_unchecked_background_color -okio.ForwardingTimeout: long timeoutNanos() -wangdaye.com.geometricweather.R$style: int ThemeOverlayColorAccentRed -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: BaiduIPLocationResult$ContentBean() -io.reactivex.internal.operators.observable.ObservableGroupBy$State: io.reactivex.internal.queue.SpscLinkedArrayQueue queue -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_requestThemeChange -com.google.android.material.R$attr: int drawPath -com.bumptech.glide.integration.okhttp.R$id: int normal -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light -androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityResumed(android.app.Activity) -com.google.android.material.R$styleable: int Layout_layout_constraintHeight_percent -okhttp3.internal.cache.CacheStrategy$Factory -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textColorSearchUrl -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: java.lang.String getLogFromNative() -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode HTTP_1_1_REQUIRED -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_10 -androidx.preference.internal.PreferenceImageView: int getMaxWidth() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated -io.reactivex.Observable: io.reactivex.Single contains(java.lang.Object) -androidx.vectordrawable.animated.R$dimen -wangdaye.com.geometricweather.R$styleable: int MaterialButton_strokeColor -wangdaye.com.geometricweather.R$layout: int dialog_running_in_background -androidx.drawerlayout.R$attr: int fontProviderCerts -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Display2 -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: void onError(java.lang.Throwable) -androidx.appcompat.view.menu.ListMenuItemView -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String daytimeWeatherPhase -okio.Okio$1: okio.Timeout timeout() -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton$ExtendedFloatingActionButtonBehavior -okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.tls.TrustRootIndex buildTrustRootIndex(javax.net.ssl.X509TrustManager) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_AES_256_GCM_SHA384 -io.reactivex.internal.util.NotificationLite: java.lang.Object subscription(org.reactivestreams.Subscription) -com.xw.repo.bubbleseekbar.R$styleable: int FontFamily_fontProviderPackage -androidx.vectordrawable.R$id: int accessibility_custom_action_5 -com.google.android.material.R$styleable: int TextInputLayout_passwordToggleContentDescription -io.reactivex.internal.disposables.ArrayCompositeDisposable: void dispose() -cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType valueOf(java.lang.String) -com.xw.repo.bubbleseekbar.R$attr: int editTextColor -cyanogenmod.library.R$id -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_CompactMenu -androidx.drawerlayout.R$integer: R$integer() -androidx.viewpager2.widget.ViewPager2: androidx.recyclerview.widget.RecyclerView$Adapter getAdapter() -androidx.constraintlayout.widget.R$id: int action_mode_bar_stub -androidx.coordinatorlayout.R$dimen: int compat_control_corner_material -androidx.recyclerview.R$attr: int ttcIndex -android.didikee.donate.R$drawable: int notification_bg_low -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: io.reactivex.Observer downstream -okhttp3.internal.ws.RealWebSocket: boolean processNextFrame() -androidx.preference.R$attr: int paddingTopNoTitle -wangdaye.com.geometricweather.R$color: int weather_source_accu -androidx.appcompat.widget.SearchView: SearchView(android.content.Context) -james.adaptiveicon.R$attr: int fontProviderQuery -com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemTextAppearanceActive -okhttp3.logging.LoggingEventListener: void callFailed(okhttp3.Call,java.io.IOException) -com.google.android.material.R$color: int mtrl_filled_icon_tint -com.turingtechnologies.materialscrollbar.R$attr: int trackTintMode -android.didikee.donate.R$attr: int track -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_1 -com.google.android.material.chip.Chip: void setHideMotionSpec(com.google.android.material.animation.MotionSpec) -okhttp3.internal.http.RealInterceptorChain: okhttp3.internal.connection.RealConnection connection -androidx.preference.R$styleable: int AppCompatTheme_dividerVertical -android.didikee.donate.R$attr: int listPreferredItemPaddingLeft -androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_ActionBar -com.bumptech.glide.integration.okhttp.R$id: int action_container -com.google.android.material.R$styleable: int Transform_android_transformPivotY -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu -com.tencent.bugly.crashreport.common.info.a: boolean e -com.jaredrummler.android.colorpicker.R$drawable: int abc_list_selector_holo_light -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarSize -com.google.android.material.R$dimen: int design_bottom_sheet_modal_elevation -androidx.preference.R$style: int Theme_AppCompat_Light_DialogWhenLarge -androidx.preference.R$attr: int negativeButtonText -androidx.preference.R$styleable: int PreferenceTheme_switchPreferenceStyle -com.turingtechnologies.materialscrollbar.R$attr: int liftOnScroll -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void dispose() -wangdaye.com.geometricweather.R$styleable: int Preference_iconSpaceReserved -androidx.vectordrawable.R$styleable: int GradientColor_android_gradientRadius -wangdaye.com.geometricweather.R$dimen: int design_fab_border_width -wangdaye.com.geometricweather.R$attr: int hintAnimationEnabled -okhttp3.Dns$1: Dns$1() -com.bumptech.glide.R$id: int action_divider -okhttp3.internal.http1.Http1Codec$ChunkedSink: void close() -androidx.appcompat.resources.R$layout: int notification_template_custom_big -com.google.android.material.R$styleable: int TextInputLayout_android_enabled -com.xw.repo.bubbleseekbar.R$color: int foreground_material_dark -wangdaye.com.geometricweather.R$dimen: int abc_button_padding_horizontal_material -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setBadge(com.google.android.material.badge.BadgeDrawable) -com.tencent.bugly.proguard.af: byte[] b(byte[]) -com.amap.api.fence.PoiItem: void setTypeCode(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarDivider -androidx.viewpager.widget.ViewPager: void addOnPageChangeListener(androidx.viewpager.widget.ViewPager$OnPageChangeListener) -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title -cyanogenmod.app.Profile: void getXmlString(java.lang.StringBuilder,android.content.Context) -wangdaye.com.geometricweather.R$attr: int hoveredFocusedTranslationZ -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setVisibility(java.lang.Float) -com.turingtechnologies.materialscrollbar.R$color: int tooltip_background_light -wangdaye.com.geometricweather.R$attr: int checkedIcon -com.google.android.material.R$styleable: int Motion_drawPath -com.google.android.material.R$dimen: int abc_search_view_preferred_height -com.turingtechnologies.materialscrollbar.R$style: int Theme_Design -wangdaye.com.geometricweather.R$layout: int item_trend_daily -com.bumptech.glide.integration.okhttp.R$drawable: int notification_bg_low_pressed -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle -com.xw.repo.bubbleseekbar.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable -okhttp3.Route: java.lang.String toString() -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver: void onError(java.lang.Throwable) -james.adaptiveicon.R$dimen: int abc_dialog_fixed_width_minor -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeCopyDrawable -com.turingtechnologies.materialscrollbar.R$dimen: int notification_large_icon_height -cyanogenmod.weatherservice.IWeatherProviderService$Stub: int TRANSACTION_processWeatherUpdateRequest_0 -com.tencent.bugly.proguard.u -com.tencent.bugly.proguard.an: void a(com.tencent.bugly.proguard.j) -androidx.appcompat.R$id: int accessibility_action_clickable_span -com.google.android.material.R$styleable: int MenuItem_android_titleCondensed -okhttp3.WebSocketListener: void onMessage(okhttp3.WebSocket,okio.ByteString) -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Title_Inverse -com.tencent.bugly.proguard.p: boolean c -okhttp3.internal.Util: void checkOffsetAndCount(long,long,long) -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.lang.String LocalizedName -androidx.hilt.R$style: int TextAppearance_Compat_Notification_Info -io.reactivex.Observable: io.reactivex.Observable join(io.reactivex.ObservableSource,io.reactivex.functions.Function,io.reactivex.functions.Function,io.reactivex.functions.BiFunction) -wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_rotation -androidx.lifecycle.extensions.R$id: int forever -com.google.android.gms.common.internal.zzc -androidx.dynamicanimation.R$dimen: int notification_top_pad_large_text -androidx.work.R$id: int accessibility_custom_action_31 -com.bumptech.glide.integration.okhttp.R$drawable -retrofit2.RequestBuilder: RequestBuilder(java.lang.String,okhttp3.HttpUrl,java.lang.String,okhttp3.Headers,okhttp3.MediaType,boolean,boolean,boolean) -com.google.gson.JsonIOException -androidx.core.R$attr: int fontStyle -androidx.appcompat.R$attr: int controlBackground -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Headline3 -com.google.android.material.chip.Chip: void setMinLines(int) -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_search_api_material -com.tencent.bugly.crashreport.CrashReport$CrashHandleCallback: CrashReport$CrashHandleCallback() -io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: MpscLinkedQueue$LinkedQueueNode() -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ListView_Menu -com.google.android.material.chip.ChipGroup -com.google.android.material.R$attr: int colorOnError -okio.BufferedSource: int readUtf8CodePoint() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable -com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getLabelVisibilityMode() -okhttp3.ResponseBody: java.io.Reader reader -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.settings.dialogs.AnimatableIconDialog -wangdaye.com.geometricweather.R$string: int hourly_overview -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse -wangdaye.com.geometricweather.R$dimen: int mtrl_snackbar_padding_horizontal -com.xw.repo.bubbleseekbar.R$style: int Base_V21_Theme_AppCompat_Light -androidx.preference.R$id: int notification_main_column_container -retrofit2.KotlinExtensions -okhttp3.internal.connection.RouteDatabase: void failed(okhttp3.Route) -com.google.android.material.tabs.TabLayout: void setTabsFromPagerAdapter(androidx.viewpager.widget.PagerAdapter) -androidx.preference.R$drawable: int abc_tab_indicator_mtrl_alpha -com.tencent.bugly.proguard.aq: java.lang.String e -com.turingtechnologies.materialscrollbar.R$styleable: int[] ViewStubCompat -androidx.constraintlayout.widget.R$dimen: int notification_main_column_padding_top -wangdaye.com.geometricweather.common.basic.models.weather.Alert: void deduplication(java.util.List) -wangdaye.com.geometricweather.R$styleable: int DialogPreference_dialogLayout -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarSwipeRefreshLayout: FitSystemBarSwipeRefreshLayout(android.content.Context,android.util.AttributeSet) -com.turingtechnologies.materialscrollbar.R$color: int background_material_dark -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart -androidx.preference.ListPreference -okhttp3.Cache$CacheResponseBody$1: void close() -com.turingtechnologies.materialscrollbar.R$attr: int buttonBarNeutralButtonStyle -com.bumptech.glide.integration.okhttp3.OkHttpGlideModule: OkHttpGlideModule() -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_BottomNavigationView_Colored -androidx.constraintlayout.widget.R$attr: int activityChooserViewStyle -com.turingtechnologies.materialscrollbar.R$attr: int contentPaddingLeft -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: boolean isDisposed() -androidx.preference.R$attr: int isPreferenceVisible -wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.String getKey(wangdaye.com.geometricweather.db.entities.LocationEntity) -androidx.preference.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle -androidx.constraintlayout.widget.R$attr: int selectableItemBackgroundBorderless -androidx.lifecycle.LiveData$ObserverWrapper: boolean mActive -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: void setNewX(java.lang.String) -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common -androidx.constraintlayout.widget.R$attr: int layout_constraintDimensionRatio -androidx.preference.R$style: int Theme_AppCompat_Dialog_MinWidth -cyanogenmod.app.StatusBarPanelCustomTile -cyanogenmod.profiles.ConnectionSettings$1: java.lang.Object createFromParcel(android.os.Parcel) -com.google.android.material.R$id: int accessibility_custom_action_13 -androidx.lifecycle.ViewModelProvider$KeyedFactory: androidx.lifecycle.ViewModel create(java.lang.String,java.lang.Class) -androidx.appcompat.widget.LinearLayoutCompat: int getDividerWidth() -androidx.preference.R$styleable: int FontFamilyFont_android_fontWeight -com.turingtechnologies.materialscrollbar.R$attr: int keylines -androidx.appcompat.R$style: int Widget_AppCompat_EditText -com.google.android.material.R$styleable: int Layout_layout_goneMarginBottom -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: ObservableTakeUntil$TakeUntilMainObserver(io.reactivex.Observer) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean getUrl() -com.github.rahatarmanahmed.cpv.R$attr: int cpv_animSteps -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_11 -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_horizontalBias -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha -androidx.appcompat.R$dimen: int abc_disabled_alpha_material_dark -wangdaye.com.geometricweather.R$anim: int mtrl_card_lowers_interpolator -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_hide_bubble -com.jaredrummler.android.colorpicker.R$id: int multiply -androidx.core.R$dimen: int compat_button_padding_vertical_material -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Imperial -androidx.preference.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner -cyanogenmod.app.ThemeComponent -androidx.work.R$id: int right_side -io.reactivex.Observable: io.reactivex.Completable flatMapCompletable(io.reactivex.functions.Function) -wangdaye.com.geometricweather.R$dimen: int disabled_alpha_material_light -okhttp3.internal.http1.Http1Codec: okio.Source newUnknownLengthSource() -wangdaye.com.geometricweather.R$attr: int ttcIndex -wangdaye.com.geometricweather.R$animator: int mtrl_fab_hide_motion_spec -com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_padding_top_material -androidx.viewpager2.R$id: int action_container -wangdaye.com.geometricweather.R$drawable: int notif_temp_47 -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_controlBackground -androidx.loader.R$dimen: int compat_notification_large_icon_max_width -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_barrierMargin -androidx.recyclerview.widget.RecyclerView -com.tencent.bugly.proguard.ap: com.tencent.bugly.proguard.ao f -wangdaye.com.geometricweather.R$styleable: int Transform_android_rotationY -wangdaye.com.geometricweather.R$string: int feedback_interpret_notification_group_content -james.adaptiveicon.R$styleable: int View_android_focusable -com.bumptech.glide.load.resource.bitmap.RecyclableBufferedInputStream$InvalidMarkException: long serialVersionUID -com.google.android.material.progressindicator.ProgressIndicator -com.github.rahatarmanahmed.cpv.R$string: R$string() -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_toLeftOf -com.google.android.material.R$attr: int layout_constraintVertical_bias -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setOnSettingsClickIntent(android.content.Intent) -androidx.activity.OnBackPressedDispatcher$LifecycleOnBackPressedCancellable -com.tencent.bugly.proguard.ak: void a(com.tencent.bugly.proguard.i) -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_medium_material -wangdaye.com.geometricweather.background.service.CMWeatherProviderService: CMWeatherProviderService() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX getBrandInfo() -james.adaptiveicon.R$color: int switch_thumb_normal_material_dark -com.google.android.material.R$dimen: int mtrl_progress_indicator_size -wangdaye.com.geometricweather.db.entities.LocationEntity: LocationEntity(java.lang.String,java.lang.String,float,float,java.util.TimeZone,java.lang.String,java.lang.String,java.lang.String,java.lang.String,wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource,boolean,boolean,boolean) -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_25 -wangdaye.com.geometricweather.R$styleable: int Layout_layout_editor_absoluteY -com.google.android.material.R$style: int Widget_AppCompat_ButtonBar -com.google.android.material.R$attr: int behavior_skipCollapsed -com.turingtechnologies.materialscrollbar.R$drawable: int abc_control_background_material -wangdaye.com.geometricweather.R$attr: int behavior_overlapTop -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: float getDistance(float) -androidx.appcompat.R$attr: int arrowShaftLength -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric: double Value -com.google.android.material.bottomnavigation.BottomNavigationView: void setItemIconSizeRes(int) -com.google.android.material.R$styleable: int AppBarLayoutStates_state_collapsible -com.bumptech.glide.integration.okhttp.R$styleable: int[] FontFamilyFont -retrofit2.OkHttpCall$ExceptionCatchingResponseBody: void throwIfCaught() -androidx.drawerlayout.widget.DrawerLayout$SavedState -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.lang.Integer rainHazard3h -android.support.v4.app.INotificationSideChannel$Stub -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: boolean val$visible -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getCityId() -androidx.work.R$dimen: R$dimen() -com.google.android.material.R$styleable: int Badge_horizontalOffset -cyanogenmod.weather.CMWeatherManager$WeatherUpdateRequestListener: void onWeatherRequestCompleted(int,cyanogenmod.weather.WeatherInfo) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date getSunRiseDate() -wangdaye.com.geometricweather.R$string: int key_week_icon_mode -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_Solid -com.google.android.material.R$styleable: int CardView_android_minWidth -androidx.activity.R$drawable: int notification_bg_low_normal -android.didikee.donate.R$style: int TextAppearance_AppCompat_Medium_Inverse -io.reactivex.Observable: io.reactivex.Observable distinct(io.reactivex.functions.Function,java.util.concurrent.Callable) -com.jaredrummler.android.colorpicker.R$layout: int support_simple_spinner_dropdown_item -com.amap.api.location.AMapLocation: java.lang.String d -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver -okhttp3.internal.http.HttpDate: java.lang.String[] BROWSER_COMPATIBLE_DATE_FORMAT_STRINGS -androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_marginStart -com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat_Light -okhttp3.internal.http2.Http2Connection: void pushHeadersLater(int,java.util.List,boolean) -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler a -com.jaredrummler.android.colorpicker.ColorPickerView: void setOnColorChangedListener(com.jaredrummler.android.colorpicker.ColorPickerView$OnColorChangedListener) -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ListView -cyanogenmod.hardware.ThermalListenerCallback: ThermalListenerCallback() -androidx.appcompat.widget.AppCompatImageView: void setSupportImageTintMode(android.graphics.PorterDuff$Mode) -androidx.constraintlayout.widget.R$styleable: int Constraint_android_translationX -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: java.lang.String getNotificationStyleName(android.content.Context) -wangdaye.com.geometricweather.db.entities.DailyEntity: void setUvDescription(java.lang.String) -wangdaye.com.geometricweather.R$attr: int tabIndicatorHeight -wangdaye.com.geometricweather.R$id: int activity_card_display_manage_bottomRecyclerView -james.adaptiveicon.R$style: int AlertDialog_AppCompat -com.xw.repo.bubbleseekbar.R$attr: int buttonStyle -wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_icon_light_normal_background -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Body1 -com.jaredrummler.android.colorpicker.R$string: int abc_menu_alt_shortcut_label -cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy: IAppSuggestProvider$Stub$Proxy(android.os.IBinder) -com.baidu.location.e.h$a: com.baidu.location.e.h$a a -android.didikee.donate.R$id: int notification_background -wangdaye.com.geometricweather.location.services.LocationService: java.lang.String[] getPermissions() -androidx.appcompat.R$style: int Widget_AppCompat_RatingBar_Small -androidx.work.R$id: int action_image -androidx.constraintlayout.widget.R$attr: int popupTheme -androidx.appcompat.R$styleable: int ActionBar_progressBarStyle -cyanogenmod.themes.ThemeManager: android.os.Handler access$200() -wangdaye.com.geometricweather.R$styleable: int AppCompatImageView_srcCompat -wangdaye.com.geometricweather.R$dimen: int subtitle_text_size -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float thunderstormPrecipitation -androidx.appcompat.widget.AppCompatButton: void setCustomSelectionActionModeCallback(android.view.ActionMode$Callback) -androidx.lifecycle.ViewModelProvider: androidx.lifecycle.ViewModel get(java.lang.String,java.lang.Class) -androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat_Dark -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query -androidx.vectordrawable.animated.R$dimen: int compat_button_inset_vertical_material -okio.AsyncTimeout: boolean cancelScheduledTimeout(okio.AsyncTimeout) -okhttp3.internal.http2.Http2Connection$3: Http2Connection$3(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[]) -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: boolean cancelled -james.adaptiveicon.R$attr: int dividerHorizontal -wangdaye.com.geometricweather.R$id: int treeIcon -androidx.lifecycle.FullLifecycleObserverAdapter: FullLifecycleObserverAdapter(androidx.lifecycle.FullLifecycleObserver,androidx.lifecycle.LifecycleEventObserver) -wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner -wangdaye.com.geometricweather.db.entities.WeatherEntity: WeatherEntity(java.lang.Long,java.lang.String,java.lang.String,long,java.util.Date,long,java.util.Date,long,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,int,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WindDegree,java.lang.Float,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.String,java.lang.String) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Metric: int UnitType -wangdaye.com.geometricweather.R$color: int design_default_color_on_primary -androidx.constraintlayout.widget.R$styleable: int MenuGroup_android_orderInCategory -okhttp3.internal.cache.CacheInterceptor$1: okhttp3.internal.cache.CacheInterceptor this$0 -com.bumptech.glide.integration.okhttp.R$dimen: int notification_action_text_size -androidx.preference.R$styleable: int MenuView_android_itemIconDisabledAlpha -com.amap.api.location.UmidtokenInfo: android.os.Handler a -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_marginEnd -cyanogenmod.app.CustomTile$Builder: android.app.PendingIntent mOnClick -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_icon -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ActionBar_Surface -com.google.android.material.R$styleable: int MaterialCalendar_android_windowFullscreen -cyanogenmod.hardware.CMHardwareManager: boolean requireAdaptiveBacklightForSunlightEnhancement() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeRainPrecipitation -com.xw.repo.bubbleseekbar.R$id: int contentPanel -com.tencent.bugly.crashreport.crash.anr.a: a() -cyanogenmod.app.ProfileGroup$Mode: cyanogenmod.app.ProfileGroup$Mode DEFAULT -cyanogenmod.weather.RequestInfo: java.lang.String mCityName -wangdaye.com.geometricweather.common.basic.models.Location -okhttp3.Cookie$Builder: java.lang.String domain -androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type CONSTANT -androidx.constraintlayout.widget.R$attr: int deltaPolarAngle -okhttp3.internal.connection.RealConnection: java.net.Socket socket() -io.reactivex.internal.util.VolatileSizeArrayList: int hashCode() -androidx.swiperefreshlayout.R$drawable: R$drawable() -androidx.preference.R$styleable: int PreferenceTheme_dropdownPreferenceStyle -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_CompactMenu -okhttp3.internal.http2.Http2Codec: java.lang.String HOST -james.adaptiveicon.R$dimen: int notification_large_icon_height -wangdaye.com.geometricweather.R$style: int ThemeOverlay_Design_TextInputEditText -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea -androidx.lifecycle.LifecycleRegistry: void pushParentState(androidx.lifecycle.Lifecycle$State) -io.reactivex.internal.observers.LambdaObserver: void onComplete() -androidx.appcompat.R$attr: int subMenuArrow -okio.AsyncTimeout: okio.AsyncTimeout head -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_menu_cut_mtrl_alpha -com.jaredrummler.android.colorpicker.R$string: int v7_preference_off -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_text_btn_padding_left -com.google.android.material.R$styleable: int FontFamily_fontProviderAuthority -com.google.android.material.R$drawable: int abc_ic_star_half_black_48dp -wangdaye.com.geometricweather.common.basic.models.weather.Pollen -com.google.android.material.R$anim: int abc_tooltip_exit -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: CaiYunMainlyResult$IndicesBeanX() -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight_DarkActionBar -io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: int index -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric: AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric() -com.bumptech.glide.integration.okhttp.R$style: int TextAppearance_Compat_Notification_Line2 -com.google.android.material.R$anim: int abc_slide_out_bottom -com.turingtechnologies.materialscrollbar.R$id: int home -com.google.android.material.R$styleable: int Slider_trackColorInactive -com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: java.lang.reflect.Type componentType -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_star_half_black_36dp -wangdaye.com.geometricweather.R$attr: int preferenceFragmentStyle -io.reactivex.Observable: io.reactivex.Observable timer(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -cyanogenmod.profiles.RingModeSettings: RingModeSettings(android.os.Parcel) -wangdaye.com.geometricweather.R$string: int background_information -wangdaye.com.geometricweather.R$color: int mtrl_btn_text_color_selector -androidx.preference.R$color: int error_color_material_light -wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode daytimeWeatherCode -okhttp3.internal.connection.RouteSelector: java.net.Proxy nextProxy() -androidx.hilt.R$color: int notification_icon_bg_color -wangdaye.com.geometricweather.R$styleable: int GradientColor_android_gradientRadius -okhttp3.internal.http2.Header: java.lang.String RESPONSE_STATUS_UTF8 -com.google.android.material.R$styleable: int CollapsingToolbarLayout_Layout_layout_collapseMode -cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType USER_REQUEST_MIXNMATCH -wangdaye.com.geometricweather.R$styleable: int Transform_android_translationY -com.google.android.material.R$styleable: int Constraint_layout_constraintBottom_toBottomOf -com.turingtechnologies.materialscrollbar.R$styleable: int PopupWindow_android_popupBackground -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getMoldIndex() -androidx.customview.R$styleable: int GradientColor_android_endColor -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_fixed_width_major -com.xw.repo.bubbleseekbar.R$attr: int height -androidx.hilt.R$dimen -okio.Timeout: long deadlineNanoTime -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionButton_Overflow -okhttp3.internal.http.RequestLine: boolean includeAuthorityInRequestLine(okhttp3.Request,java.net.Proxy$Type) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeRainPrecipitation -com.google.android.material.chip.Chip: float getIconStartPadding() -com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getHintTextColor() -cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status FAILED -wangdaye.com.geometricweather.R$attr: int behavior_skipCollapsed -androidx.constraintlayout.widget.R$attr: int limitBoundsTo -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode -androidx.appcompat.widget.ScrollingTabContainerView -androidx.appcompat.R$attr: int dividerPadding -androidx.preference.R$layout: int abc_screen_toolbar -wangdaye.com.geometricweather.R$styleable: int SlidingItemContainerLayout_iconResEnd -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat -retrofit2.Retrofit: java.util.List callAdapterFactories -okhttp3.Cache$Entry -wangdaye.com.geometricweather.R$id: int ALT -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipEndPadding -retrofit2.Retrofit$1 -cyanogenmod.app.ICustomTileListener$Stub$Proxy: android.os.IBinder asBinder() -com.google.android.material.R$layout: int abc_activity_chooser_view_list_item -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Button -androidx.preference.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow -com.bumptech.glide.load.engine.DecodeJob$RunReason: com.bumptech.glide.load.engine.DecodeJob$RunReason DECODE_DATA -androidx.appcompat.R$style: int Theme_AppCompat_DayNight_Dialog -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void onError(java.lang.Throwable) -androidx.legacy.coreutils.R$id: int right_side -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: float getBackgroundOverlayColorAlpha() -com.google.android.material.R$style: int Base_Widget_AppCompat_ActionBar_TabText -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog -cyanogenmod.app.IProfileManager: void updateProfile(cyanogenmod.app.Profile) -wangdaye.com.geometricweather.db.entities.AlertEntity -com.google.android.material.R$styleable: int MaterialButton_android_insetRight -com.jaredrummler.android.colorpicker.R$attr: int colorControlNormal -com.google.android.material.R$styleable: int Slider_android_valueTo -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: void cancelLiveLockScreen(java.lang.String,int,int) -cyanogenmod.profiles.RingModeSettings$1: cyanogenmod.profiles.RingModeSettings createFromParcel(android.os.Parcel) -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_disabled_elevation -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_navigation_top_padding -com.google.gson.JsonParseException: JsonParseException(java.lang.String) -okio.RealBufferedSink: okio.BufferedSink writeUtf8(java.lang.String,int,int) -androidx.appcompat.R$styleable: int Spinner_android_entries -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_toTopOf -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind: double gust -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_autoSizeStepGranularity -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: void run() -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_18 -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintTop_creator -com.turingtechnologies.materialscrollbar.R$string: int abc_menu_enter_shortcut_label -androidx.activity.R$attr: int fontStyle -com.google.android.material.R$styleable: int NavigationView_itemShapeInsetStart -cyanogenmod.weather.WeatherLocation$Builder: cyanogenmod.weather.WeatherLocation build() -cyanogenmod.platform.Manifest -com.google.android.material.R$styleable: int BottomNavigationView_itemTextColor -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginEnd -retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: void onResponse(retrofit2.Call,retrofit2.Response) -androidx.appcompat.R$dimen: int abc_dialog_fixed_width_major -wangdaye.com.geometricweather.R$anim: int popup_show_top_left -wangdaye.com.geometricweather.remoteviews.config.WeekWidgetConfigActivity: WeekWidgetConfigActivity() -wangdaye.com.geometricweather.R$attr: int tabIndicatorGravity -com.xw.repo.bubbleseekbar.R$color: int abc_btn_colored_text_material -androidx.appcompat.R$styleable: int SearchView_android_inputType -com.xw.repo.bubbleseekbar.R$style: int Base_Animation_AppCompat_DropDownUp -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: void request(long) -com.tencent.bugly.CrashModule: void init(android.content.Context,boolean,com.tencent.bugly.BuglyStrategy) -androidx.lifecycle.SavedStateHandleController: SavedStateHandleController(java.lang.String,androidx.lifecycle.SavedStateHandle) -androidx.swiperefreshlayout.R$layout: int notification_template_part_time -com.xw.repo.bubbleseekbar.R$attr: int layout_anchor -okhttp3.OkHttpClient: int writeTimeout -com.google.android.material.R$id: int view_offset_helper -com.google.android.material.R$styleable: int AppCompatTheme_actionOverflowButtonStyle -okhttp3.internal.Util$2 -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.Integer rainProductAvailable -com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String d() -androidx.preference.R$styleable: int View_theme -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_elevation -wangdaye.com.geometricweather.R$style: int widget_text_clock_aa -com.google.android.material.R$attr: int flow_lastHorizontalBias -io.reactivex.internal.observers.ForEachWhileObserver: void onSubscribe(io.reactivex.disposables.Disposable) -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: byte[] readPersistentBytes(java.lang.String) -android.didikee.donate.R$drawable: int abc_ic_menu_cut_mtrl_alpha -com.google.android.material.R$drawable: int abc_tab_indicator_material -androidx.preference.R$anim: int abc_slide_out_bottom -com.jaredrummler.android.colorpicker.R$attr: int overlapAnchor -okhttp3.internal.cache.DiskLruCache$Snapshot: java.lang.String key() -com.tencent.bugly.proguard.p: boolean a(int,java.lang.String,byte[],com.tencent.bugly.proguard.o) -com.turingtechnologies.materialscrollbar.R$styleable: int[] AppCompatTheme -io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: void onComplete() -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragmentCompat_android_layout -com.google.android.material.R$attr: int materialButtonStyle -wangdaye.com.geometricweather.R$color: int design_dark_default_color_primary_variant -androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityCreated(android.app.Activity,android.os.Bundle) -com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: $Gson$Types$ParameterizedTypeImpl(java.lang.reflect.Type,java.lang.reflect.Type,java.lang.reflect.Type[]) -androidx.constraintlayout.widget.R$id: int action_text -com.google.android.material.R$styleable: int MenuItem_numericModifiers -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: void clear() -io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: io.reactivex.functions.BooleanSupplier stop -cyanogenmod.themes.IThemeProcessingListener$Stub -com.github.rahatarmanahmed.cpv.CircularProgressView: void onDetachedFromWindow() -androidx.appcompat.R$styleable: int StateListDrawable_android_visible -com.tencent.bugly.Bugly: java.lang.String getAppChannel() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getPm10() -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_showText -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Dialog_MinWidth -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone: double GmtOffset -androidx.viewpager2.R$attr: int fontStyle -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getScaleY() -com.xw.repo.bubbleseekbar.R$attr: int logoDescription -androidx.appcompat.widget.AppCompatTextView: android.content.res.ColorStateList getSupportBackgroundTintList() -androidx.viewpager.R$dimen: int notification_top_pad -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_lastVerticalStyle -retrofit2.Response: Response(okhttp3.Response,java.lang.Object,okhttp3.ResponseBody) -androidx.hilt.R$styleable: int FontFamilyFont_font -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String getDetail() -wangdaye.com.geometricweather.R$attr: int behavior_fitToContents -android.didikee.donate.R$bool: int abc_config_actionMenuItemAllCaps -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Description: AccuAlertResult$Description() -james.adaptiveicon.R$attr: int actionLayout -okhttp3.internal.http1.Http1Codec$AbstractSource: long read(okio.Buffer,long) -com.google.android.material.R$styleable: int Layout_maxHeight -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_subtitle_bottom_margin_material -wangdaye.com.geometricweather.R$string: int content_des_minutely_precipitation -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Subhead_Inverse -androidx.core.R$styleable: int[] FontFamilyFont -androidx.customview.R$drawable: int notification_bg_low_normal -com.turingtechnologies.materialscrollbar.R$attr: int itemTextColor -retrofit2.KotlinExtensions$awaitResponse$2$2 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric: AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric() -retrofit2.Utils$GenericArrayTypeImpl: java.lang.reflect.Type componentType -cyanogenmod.externalviews.KeyguardExternalView$3: cyanogenmod.externalviews.KeyguardExternalView this$0 -com.google.android.gms.common.internal.safeparcel.SafeParcelReader$ParseException -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setHeadIconType(java.lang.String) -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: io.reactivex.internal.fuseable.SimplePlainQueue getOrCreateQueue() -androidx.constraintlayout.widget.R$id: int SHOW_PROGRESS -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: long serialVersionUID -okhttp3.internal.ws.WebSocketProtocol: int CLOSE_CLIENT_GOING_AWAY -android.didikee.donate.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge -cyanogenmod.app.CustomTileListenerService: java.lang.String SERVICE_INTERFACE -okhttp3.RequestBody: okhttp3.RequestBody create(okhttp3.MediaType,byte[],int,int) -okhttp3.internal.tls.OkHostnameVerifier: boolean verifyHostname(java.lang.String,java.security.cert.X509Certificate) -wangdaye.com.geometricweather.R$styleable: int Constraint_android_scaleY -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: void cancel() -okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder allEnabledTlsVersions() -com.xw.repo.bubbleseekbar.R$bool: int abc_allow_stacked_button_bar -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String getWeather() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_34 -wangdaye.com.geometricweather.R$styleable: int CheckBoxPreference_android_summaryOn -retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: void onError(java.lang.Throwable) -androidx.coordinatorlayout.R$drawable: int notification_bg_low_pressed -androidx.appcompat.R$drawable: int abc_ic_menu_cut_mtrl_alpha -androidx.hilt.lifecycle.R$attr: int fontWeight -androidx.appcompat.R$drawable: int abc_action_bar_item_background_material -wangdaye.com.geometricweather.R$styleable: int Slider_android_valueFrom -com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_NOWIFIANDAP -androidx.appcompat.widget.ActionBarOverlayLayout: void setIcon(int) -cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String key() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours -androidx.hilt.work.R$id: int fragment_container_view_tag -wangdaye.com.geometricweather.R$attr: int numericModifiers -james.adaptiveicon.R$attr: int searchViewStyle -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: io.reactivex.disposables.Disposable upstream -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean humidity -cyanogenmod.themes.ThemeManager: ThemeManager(android.content.Context) -com.amap.api.location.CoordUtil: boolean isLoadedSo() -com.tencent.bugly.crashreport.crash.b: com.tencent.bugly.BuglyStrategy$a g -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_lastVerticalBias -androidx.constraintlayout.widget.R$dimen: int compat_notification_large_icon_max_height -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutSelectorSupport parent -androidx.constraintlayout.widget.R$styleable: int TextAppearance_fontFamily -androidx.viewpager2.R$styleable: int FontFamilyFont_android_fontVariationSettings -androidx.appcompat.R$attr: int thumbTint -androidx.appcompat.widget.MenuPopupWindow$MenuDropDownListView: void setHoverListener(androidx.appcompat.widget.MenuItemHoverListener) -androidx.appcompat.widget.SearchView: void setOnQueryTextFocusChangeListener(android.view.View$OnFocusChangeListener) -james.adaptiveicon.R$styleable: int AppCompatTheme_actionMenuTextColor -android.didikee.donate.R$color: int background_material_dark -wangdaye.com.geometricweather.R$attr: int layout_constraintTop_creator -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour: AccuCurrentResult$PrecipitationSummary$PastHour() -androidx.constraintlayout.widget.R$id: int decelerate -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_barrierMargin -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast -androidx.constraintlayout.helper.widget.Flow: Flow(android.content.Context,android.util.AttributeSet) -com.google.gson.stream.JsonReader$1 -com.tencent.bugly.proguard.y$a: boolean a() -org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.DatabaseOpenHelper$EncryptedHelper encryptedHelper -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling: AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling() -com.turingtechnologies.materialscrollbar.R$attr: int fontStyle -androidx.recyclerview.R$id: int notification_main_column_container -androidx.viewpager.R$layout: int notification_template_part_chronometer -com.google.android.gms.common.api.ApiException -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_122 -james.adaptiveicon.R$attr: int buttonTint -wangdaye.com.geometricweather.R$styleable: int[] AppCompatTextHelper -com.google.android.material.chip.ChipGroup: void setChipSpacing(int) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ProgressIndicator_Linear_Determinate -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem -com.tencent.bugly.proguard.h: int b -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String IS_LEGACY_ICONPACK -com.google.android.material.R$attr: int triggerSlack -androidx.preference.R$dimen: int disabled_alpha_material_light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setStatus(int) -james.adaptiveicon.R$styleable: int Toolbar_contentInsetLeft -com.google.android.material.R$styleable: int[] FloatingActionButton -android.didikee.donate.R$attr: int actionBarTabStyle -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog -io.reactivex.Observable: io.reactivex.Observable concatDelayError(io.reactivex.ObservableSource,int,boolean) -james.adaptiveicon.R$styleable: int AppCompatImageView_tintMode -androidx.preference.R$styleable: int[] AlertDialog -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay CARD_HOURLY_OVERVIEW -cyanogenmod.app.ILiveLockScreenChangeListener$Stub -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: int index -com.turingtechnologies.materialscrollbar.R$drawable: int abc_item_background_holo_light -cyanogenmod.weather.WeatherLocation: java.lang.String getCity() -com.turingtechnologies.materialscrollbar.R$animator -wangdaye.com.geometricweather.db.entities.HistoryEntity: int getDaytimeTemperature() -cyanogenmod.app.Profile: int getTriggerState(int,java.lang.String) -androidx.viewpager2.R$id: int italic -wangdaye.com.geometricweather.R$string: int feedback_collect_failed -androidx.constraintlayout.widget.R$color -androidx.constraintlayout.widget.R$styleable: int ActionBar_hideOnContentScroll -androidx.vectordrawable.R$id: int dialog_button -cyanogenmod.app.CustomTile: int icon -com.tencent.bugly.proguard.ap: int hashCode() -wangdaye.com.geometricweather.R$attr: int gestureInsetBottomIgnored -androidx.coordinatorlayout.R$styleable: int[] CoordinatorLayout_Layout -androidx.preference.R$style: int TextAppearance_AppCompat_Title_Inverse -androidx.customview.R$style: int TextAppearance_Compat_Notification_Time -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property Latitude -androidx.viewpager2.R$dimen: int notification_media_narrow_margin -com.amap.api.location.AMapLocation: java.lang.String g -androidx.preference.R$style: int Base_Widget_AppCompat_TextView -androidx.vectordrawable.animated.R$id: int notification_main_column_container -com.amap.api.fence.GeoFence: float getMinDis2Center() -androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft -wangdaye.com.geometricweather.db.entities.DailyEntityDao: wangdaye.com.geometricweather.db.converters.WindDegreeConverter daytimeWindDegreeConverter -androidx.hilt.work.R$id: int tag_unhandled_key_event_manager -androidx.activity.R$layout: R$layout() -io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: long end -cyanogenmod.externalviews.KeyguardExternalViewProviderService: KeyguardExternalViewProviderService() -androidx.vectordrawable.R$styleable: int FontFamily_fontProviderPackage -androidx.hilt.R$styleable -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle -retrofit2.OkHttpCall: void enqueue(retrofit2.Callback) -cyanogenmod.hardware.ICMHardwareService: int getThermalState() -cyanogenmod.app.IProfileManager$Stub: cyanogenmod.app.IProfileManager asInterface(android.os.IBinder) -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_9 -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_passwordToggleContentDescription -com.jaredrummler.android.colorpicker.ColorPickerView: int getPaddingRight() -okio.SegmentedByteString: byte getByte(int) -io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function7) -james.adaptiveicon.R$styleable: int SwitchCompat_showText -androidx.work.R$id: int tag_unhandled_key_event_manager -androidx.preference.R$style: int Platform_ThemeOverlay_AppCompat -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language ARABIC -io.reactivex.internal.observers.LambdaObserver: LambdaObserver(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer,io.reactivex.functions.Action,io.reactivex.functions.Consumer) -androidx.lifecycle.MediatorLiveData$Source: void plug() -james.adaptiveicon.R$styleable: int CompoundButton_android_button -cyanogenmod.app.ProfileManager: boolean isProfilesEnabled() -com.tencent.bugly.proguard.z: java.lang.String a() -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property Time -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Medium_Inverse -wangdaye.com.geometricweather.R$attr: int fontProviderAuthority -com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_keylines -com.google.android.gms.common.api.ApiException: java.lang.String getStatusMessage() -androidx.preference.R$id: int textSpacerNoButtons -com.google.android.material.R$bool: R$bool() -androidx.lifecycle.ComputableLiveData$2: ComputableLiveData$2(androidx.lifecycle.ComputableLiveData) -androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableTransition_android_fromId -wangdaye.com.geometricweather.R$drawable: int weather_thunder_pixel -androidx.hilt.lifecycle.R$drawable: int notification_template_icon_low_bg -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox -androidx.viewpager2.R$styleable: int FontFamily_fontProviderFetchStrategy -androidx.appcompat.view.menu.CascadingMenuPopup: void setOnDismissListener(android.widget.PopupWindow$OnDismissListener) -androidx.preference.SeekBarPreference: SeekBarPreference(android.content.Context,android.util.AttributeSet) -androidx.preference.R$style: int Base_V28_Theme_AppCompat_Light -io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: io.reactivex.Observer downstream -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_ratingBarStyleSmall -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: void onComplete() -com.google.android.material.textfield.TextInputEditText: TextInputEditText(android.content.Context) -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: boolean done -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setPressure(java.lang.Float) -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: void onComplete() -com.amap.api.fence.GeoFence: int ERROR_CODE_FAILURE_AUTH -com.google.android.material.R$color: int abc_primary_text_material_light -androidx.constraintlayout.helper.widget.Layer: void setPivotY(float) -wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_moonText -androidx.preference.PreferenceFragmentCompat -com.baidu.location.e.l$b: java.lang.String a(com.baidu.location.e.l$b,int,double,double) -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Headline5 -androidx.preference.R$attr: int textColorAlertDialogListItem -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String getAlertId() -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_rippleColor -android.didikee.donate.R$attr: int actionMenuTextColor -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHorizontal_chainStyle -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -androidx.preference.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert -androidx.legacy.coreutils.R$style: R$style() -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: io.reactivex.FlowableEmitter serialize() -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_navigationMode -com.google.android.material.R$drawable: int notification_template_icon_low_bg -wangdaye.com.geometricweather.common.basic.models.weather.Temperature -androidx.appcompat.R$id: int accessibility_custom_action_13 -com.google.android.material.R$attr: int layout_anchor -com.google.android.material.R$styleable: int Transition_transitionDisable -cyanogenmod.app.IPartnerInterface$Stub: java.lang.String DESCRIPTOR -wangdaye.com.geometricweather.R$attr: int trackColorActive -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BATTERY_LIGHT_MEDIUM_COLOR_VALIDATOR -wangdaye.com.geometricweather.R$array: int notification_background_colors -androidx.fragment.R$dimen: int notification_action_text_size -androidx.preference.R$attr: int thumbTintMode -androidx.preference.R$style: int TextAppearance_AppCompat_Inverse -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void onNext(java.lang.Object) -androidx.lifecycle.extensions.R$id: int right_icon -androidx.appcompat.resources.R$id: int tag_accessibility_heading -com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceListItem -wangdaye.com.geometricweather.R$string: int abc_activity_chooser_view_see_all -wangdaye.com.geometricweather.R$styleable: int SignInButton_colorScheme -com.turingtechnologies.materialscrollbar.R$attr: int layout_behavior -androidx.activity.R$styleable: int GradientColor_android_centerX -androidx.appcompat.R$attr: int elevation -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: java.lang.String WeatherText -androidx.constraintlayout.widget.R$styleable: int ViewBackgroundHelper_backgroundTint -wangdaye.com.geometricweather.R$dimen: int abc_dialog_list_padding_bottom_no_buttons -androidx.lifecycle.SavedStateViewModelFactory: SavedStateViewModelFactory(android.app.Application,androidx.savedstate.SavedStateRegistryOwner) -com.amap.api.fence.GeoFenceManagerBase: void pauseGeoFence() -retrofit2.ParameterHandler$Headers: void apply(retrofit2.RequestBuilder,java.lang.Object) -androidx.appcompat.R$styleable: int AppCompatTheme_editTextBackground -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: ObservableTimeoutTimed$TimeoutObserver(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler$Worker) -com.github.rahatarmanahmed.cpv.R$attr: int cpv_progress -androidx.appcompat.R$drawable: int abc_list_selector_disabled_holo_light -com.google.android.material.R$attr: int popupMenuStyle -androidx.constraintlayout.widget.R$attr: int barrierDirection -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored -wangdaye.com.geometricweather.R$dimen: int widget_design_title_text_size -wangdaye.com.geometricweather.settings.fragments.SettingsFragment: SettingsFragment() -io.reactivex.internal.observers.DeferredScalarDisposable: int FUSED_CONSUMED -wangdaye.com.geometricweather.background.polling.PollingUpdateHelper: void setOnPollingUpdateListener(wangdaye.com.geometricweather.background.polling.PollingUpdateHelper$OnPollingUpdateListener) -wangdaye.com.geometricweather.R$color: int mtrl_tabs_icon_color_selector -com.tencent.bugly.BuglyStrategy: boolean k -com.xw.repo.bubbleseekbar.R$dimen: int disabled_alpha_material_light -com.google.android.material.R$attr: int closeIconTint -wangdaye.com.geometricweather.R$id: int tabMode -james.adaptiveicon.R$styleable: int AppCompatTheme_actionOverflowButtonStyle -com.xw.repo.bubbleseekbar.R$attr: int actionModeShareDrawable -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property WeatherText -androidx.preference.R$attr: int contentInsetStartWithNavigation -androidx.lifecycle.Lifecycling: Lifecycling() -io.reactivex.internal.schedulers.AbstractDirectTask -androidx.appcompat.widget.ActionBarContainer: void setTabContainer(androidx.appcompat.widget.ScrollingTabContainerView) -wangdaye.com.geometricweather.R$id: int widget_day_week_temp_1 -cyanogenmod.hardware.CMHardwareManager: int getArrayValue(int[],int,int) -com.xw.repo.bubbleseekbar.R$id: int left -androidx.vectordrawable.animated.R$integer -androidx.core.widget.NestedScrollView: int getScrollRange() -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarPopupTheme -com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_layout_behavior -com.jaredrummler.android.colorpicker.R$attr: int actionBarTheme -wangdaye.com.geometricweather.common.basic.models.weather.Base: long getTimeStamp() -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_CompoundButton_CheckBox -androidx.recyclerview.widget.LinearLayoutManager -androidx.activity.R$attr: int fontProviderFetchStrategy -com.tencent.bugly.proguard.a: com.tencent.bugly.proguard.k a(byte[],java.lang.Class) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_percent -james.adaptiveicon.R$style: int Widget_AppCompat_ListView_DropDown -com.tencent.bugly.BuglyStrategy: com.tencent.bugly.BuglyStrategy setAppChannel(java.lang.String) -cyanogenmod.hardware.DisplayMode$1: cyanogenmod.hardware.DisplayMode[] newArray(int) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property RagweedLevel -com.google.android.material.progressindicator.ProgressIndicator: void setIndicatorType(int) -cyanogenmod.themes.IThemeService -wangdaye.com.geometricweather.R$interpolator: int btn_radio_to_off_mtrl_animation_interpolator_0 -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ASSIST_WAKE_SCREEN_VALIDATOR -androidx.dynamicanimation.R$dimen: int notification_large_icon_height -androidx.appcompat.R$drawable: int abc_spinner_textfield_background_material -com.turingtechnologies.materialscrollbar.R$styleable: int View_android_theme -james.adaptiveicon.R$style: int Base_Theme_AppCompat_CompactMenu -androidx.appcompat.widget.AppCompatButton: void setAutoSizeTextTypeWithDefaults(int) -com.google.android.material.R$styleable: int ConstraintSet_chainUseRtl -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String daytimeWeatherText -com.turingtechnologies.materialscrollbar.R$anim: R$anim() -wangdaye.com.geometricweather.R$styleable: int[] ColorPreference -androidx.constraintlayout.widget.R$styleable: int PropertySet_visibilityMode -com.tencent.bugly.crashreport.crash.anr.TraceFileHelper: java.lang.String a(java.io.BufferedReader) -androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: io.reactivex.Observer downstream -com.google.android.material.R$drawable: int abc_text_cursor_material -io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,long,java.util.concurrent.TimeUnit) -okhttp3.internal.Internal: boolean connectionBecameIdle(okhttp3.ConnectionPool,okhttp3.internal.connection.RealConnection) -androidx.appcompat.widget.LinearLayoutCompat: void setDividerPadding(int) -wangdaye.com.geometricweather.R$dimen: int material_filled_edittext_font_1_3_padding_top -com.google.android.material.R$styleable: int ConstraintSet_android_transformPivotX -okhttp3.Response$Builder: Response$Builder(okhttp3.Response) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated -cyanogenmod.providers.CMSettings$Secure: java.lang.String QS_USE_MAIN_TILES -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float co -io.reactivex.internal.observers.DeferredScalarDisposable: void clear() -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_Solid -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Weather: MfForecastResult$DailyForecast$Weather() -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType UpdateInTxArray -retrofit2.CallAdapter -com.jaredrummler.android.colorpicker.R$id: int activity_chooser_view_content -retrofit2.converter.gson.GsonResponseBodyConverter: com.google.gson.TypeAdapter adapter -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_goneMarginBottom -james.adaptiveicon.R$styleable: int MenuItem_actionProviderClass -cyanogenmod.externalviews.ExternalView$1 -com.google.android.material.R$styleable: int KeyCycle_android_scaleY -androidx.preference.R$style: int Theme_AppCompat_DayNight_Dialog_Alert -androidx.constraintlayout.widget.R$styleable: int[] AppCompatSeekBar -okio.Buffer: okio.BufferedSink write(byte[],int,int) -james.adaptiveicon.R$dimen: int abc_action_bar_default_padding_end_material -wangdaye.com.geometricweather.R$dimen: int abc_seekbar_track_background_height_material -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property HourlyForecast -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_menuCategory -cyanogenmod.weather.WeatherInfo$Builder: double mTemperature -com.google.android.material.R$styleable: int FloatingActionButton_shapeAppearanceOverlay -androidx.preference.R$attr: int actionBarDivider -cyanogenmod.providers.CMSettings$InclusiveFloatRangeValidator: boolean validate(java.lang.String) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: void setEn_US(java.lang.String) -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_type -io.reactivex.Observable: io.reactivex.Observable generate(java.util.concurrent.Callable,io.reactivex.functions.BiConsumer,io.reactivex.functions.Consumer) -com.tencent.bugly.proguard.u: long m -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_ICONS -androidx.appcompat.R$attr: int buttonTintMode -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_percent -wangdaye.com.geometricweather.R$attr: int layout_constraintEnd_toStartOf -cyanogenmod.themes.IThemeChangeListener$Stub: int TRANSACTION_onProgress_0 -wangdaye.com.geometricweather.R$id: int transition_position -james.adaptiveicon.R$styleable: int DrawerArrowToggle_drawableSize -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA -james.adaptiveicon.R$attr: int logo -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintCircleRadius -com.xw.repo.bubbleseekbar.R$attr: int goIcon -com.jaredrummler.android.colorpicker.R$drawable: int abc_list_selector_disabled_holo_light -com.jaredrummler.android.colorpicker.R$dimen: int abc_dropdownitem_text_padding_right -androidx.drawerlayout.R$drawable: R$drawable() -androidx.lifecycle.SingleGeneratedAdapterObserver -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPathRenderer -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView -io.reactivex.internal.subscriptions.EmptySubscription: int requestFusion(int) -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -com.google.android.material.R$dimen: int mtrl_calendar_maximum_default_fullscreen_minor_axis -androidx.hilt.R$dimen: int notification_main_column_padding_top -wangdaye.com.geometricweather.R$drawable: int abc_text_select_handle_left_mtrl_light -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarTabTextStyle -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge -com.google.android.material.R$color: int mtrl_tabs_icon_color_selector_colored -okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex: java.security.cert.X509Certificate findByIssuerAndSignature(java.security.cert.X509Certificate) -wangdaye.com.geometricweather.R$attr: int paddingBottomNoButtons -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getAlarmThemePackageName() -cyanogenmod.power.IPerformanceManager$Stub$Proxy: int getPowerProfile() -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_motionTarget -io.reactivex.internal.util.NotificationLite: java.lang.Object error(java.lang.Throwable) -androidx.preference.R$attr: int popupWindowStyle -androidx.hilt.work.R$dimen: int notification_right_side_padding_top -androidx.vectordrawable.R$styleable: int FontFamilyFont_fontWeight -androidx.preference.R$id: int search_go_btn -com.xw.repo.bubbleseekbar.R$styleable: int[] AppCompatTheme -com.google.android.material.R$styleable: int SwitchCompat_thumbTint -com.autonavi.aps.amapapi.model.AMapLocationServer: org.json.JSONObject f() -cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void onStart() -james.adaptiveicon.R$attr: int buttonBarNegativeButtonStyle -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float SulfurDioxide -wangdaye.com.geometricweather.R$styleable: int ArcProgress_max -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_shadowDx -wangdaye.com.geometricweather.R$menu: int activity_preview_icon -okhttp3.logging.LoggingEventListener: void callStart(okhttp3.Call) -android.support.v4.app.RemoteActionCompatParcelizer: void write(androidx.core.app.RemoteActionCompat,androidx.versionedparcelable.VersionedParcel) -retrofit2.Platform$Android: Platform$Android() -com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_selector_holo_dark -com.google.android.material.R$styleable: int Toolbar_title -androidx.appcompat.R$style: int Base_Widget_AppCompat_SeekBar_Discrete -wangdaye.com.geometricweather.R$attr: int trackTintMode -androidx.preference.R$id: int accessibility_custom_action_21 -wangdaye.com.geometricweather.db.entities.DaoMaster$OpenHelper: DaoMaster$OpenHelper(android.content.Context,java.lang.String) -wangdaye.com.geometricweather.R$color: int abc_primary_text_disable_only_material_light -io.reactivex.Observable: io.reactivex.Single toSortedList(java.util.Comparator,int) -androidx.preference.R$style: int Base_V28_Theme_AppCompat -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String province -okhttp3.internal.tls.OkHostnameVerifier: boolean verifyHostname(java.lang.String,java.lang.String) -okhttp3.internal.cache.CacheInterceptor$1: boolean cacheRequestClosed -androidx.constraintlayout.widget.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset -cyanogenmod.hardware.ICMHardwareService: cyanogenmod.hardware.DisplayMode getDefaultDisplayMode() -com.jaredrummler.android.colorpicker.ColorPreference -wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoldLevel(java.lang.Integer) -com.turingtechnologies.materialscrollbar.R$attr: int actionBarSize -androidx.preference.R$styleable: int AppCompatSeekBar_tickMarkTint -com.google.android.material.R$attr: int layout_constraintHorizontal_bias -com.turingtechnologies.materialscrollbar.R$string: int abc_capital_off -com.google.android.material.R$attr: int materialAlertDialogTitlePanelStyle -com.jaredrummler.android.colorpicker.R$layout: int abc_dialog_title_material -com.google.android.material.R$attr: int flow_firstHorizontalBias -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_MaterialComponents_TextInputEditText -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature -android.didikee.donate.R$styleable: int View_theme -com.baidu.location.indoor.mapversion.c.a$d: com.baidu.location.indoor.mapversion.c.a$a d -androidx.preference.R$styleable: int ActionBar_backgroundSplit -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_switchPreferenceStyle -androidx.work.impl.WorkDatabase_Impl -wangdaye.com.geometricweather.R$id: int dialog_donate_wechat -com.xw.repo.bubbleseekbar.R$styleable: int[] ViewStubCompat -com.xw.repo.bubbleseekbar.R$attr: int dropdownListPreferredItemHeight -androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable: androidx.lifecycle.Lifecycle$Event mEvent -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling: int UnitType -android.didikee.donate.R$styleable: int MenuItem_iconTintMode -wangdaye.com.geometricweather.R$attr: int boxStrokeColor -androidx.constraintlayout.widget.R$attr: int layout_constraintWidth_max -okhttp3.Address: java.util.List protocols() -james.adaptiveicon.R$style: int Base_V22_Theme_AppCompat_Light -com.google.android.material.R$string: int mtrl_picker_invalid_range -com.google.android.material.R$style: int Base_Theme_AppCompat_Light_DarkActionBar -wangdaye.com.geometricweather.common.basic.models.weather.Base: long getUpdateTime() -com.google.android.material.R$styleable: int AppCompatTextHelper_android_drawableEnd -wangdaye.com.geometricweather.R$dimen: int material_cursor_inset_bottom -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.turingtechnologies.materialscrollbar.R$attr: int autoSizeStepGranularity -androidx.appcompat.R$styleable: int PopupWindowBackgroundState_state_above_anchor -android.didikee.donate.R$style: int Widget_AppCompat_PopupMenu -com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents_Light_Bridge -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_CompoundButton_Switch -wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_DayNight_ActionBar -com.xw.repo.bubbleseekbar.R$attr: int firstBaselineToTopHeight -com.google.android.material.appbar.AppBarLayout$BaseBehavior$SavedState: android.os.Parcelable$Creator CREATOR -com.google.android.material.R$dimen: int mtrl_tooltip_arrowSize -okhttp3.internal.connection.RealConnection: void connectTunnel(int,int,int,okhttp3.Call,okhttp3.EventListener) -retrofit2.RequestFactory$Builder: boolean hasBody -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$attr: int lineHeight -com.google.android.material.R$attr: int touchRegionId -okhttp3.Cookie$Builder: long expiresAt -org.greenrobot.greendao.AbstractDaoMaster: org.greenrobot.greendao.database.Database getDatabase() -okio.Buffer: okio.ByteString sha1() -wangdaye.com.geometricweather.R$drawable: int ic_temperature_fahrenheit -com.tencent.bugly.crashreport.crash.CrashDetailBean: boolean N -androidx.appcompat.R$styleable: int AppCompatSeekBar_tickMark -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$LocalSource LocalSource -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getPm25() -wangdaye.com.geometricweather.R$drawable: int notif_temp_0 -wangdaye.com.geometricweather.R$string: int key_unit -james.adaptiveicon.R$anim: int abc_fade_out -cyanogenmod.weather.WeatherLocation: java.lang.String access$102(cyanogenmod.weather.WeatherLocation,java.lang.String) -com.turingtechnologies.materialscrollbar.R$attr: int progressBarStyle -cyanogenmod.app.IProfileManager: boolean isEnabled() -com.google.android.material.R$dimen: int material_font_1_3_box_collapsed_padding_top -com.google.android.material.R$id: int gone -com.bumptech.glide.load.PreferredColorSpace: com.bumptech.glide.load.PreferredColorSpace DISPLAY_P3 -wangdaye.com.geometricweather.R$drawable: int widget_multi_city -james.adaptiveicon.R$drawable: int abc_btn_default_mtrl_shape -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Imperial: java.lang.String Unit -com.tencent.bugly.crashreport.biz.UserInfoBean: UserInfoBean() -androidx.appcompat.widget.ActivityChooserView: ActivityChooserView(android.content.Context,android.util.AttributeSet) -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: boolean offer(java.lang.Object) -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPathRenderer: float getAlpha() -com.jaredrummler.android.colorpicker.R$attr: int layout_insetEdge -wangdaye.com.geometricweather.R$attr: int yearTodayStyle -com.turingtechnologies.materialscrollbar.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog -androidx.coordinatorlayout.R$string: int status_bar_notification_info_overflow -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_snackbar_margin -androidx.preference.R$attr: int colorControlActivated -androidx.constraintlayout.widget.R$color: int bright_foreground_material_light -okhttp3.internal.http2.Hpack$Reader: okio.BufferedSource source -com.turingtechnologies.materialscrollbar.R$anim: int design_bottom_sheet_slide_out -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title -androidx.vectordrawable.animated.R$styleable: int FontFamily_fontProviderFetchTimeout -io.reactivex.Observable: io.reactivex.Observable concatMapEagerDelayError(io.reactivex.functions.Function,boolean) -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_collapseContentDescription -androidx.constraintlayout.widget.R$styleable: int AppCompatImageView_tintMode -com.google.android.gms.internal.common.zzq: java.lang.String toString() -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_SCREEN_ON_VALIDATOR -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft -androidx.appcompat.R$style: int Base_Widget_AppCompat_ButtonBar -androidx.constraintlayout.widget.R$dimen: int abc_button_inset_vertical_material -wangdaye.com.geometricweather.R$bool: int cpv_default_is_indeterminate -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean appendLogToNative(java.lang.String,java.lang.String,java.lang.String) -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPathRenderer: void setAlpha(float) -james.adaptiveicon.R$attr: int fontFamily -com.bumptech.glide.load.DecodeFormat: com.bumptech.glide.load.DecodeFormat DEFAULT -cyanogenmod.app.CMTelephonyManager: java.lang.String TAG -okhttp3.internal.cache2.Relay$RelaySource: okhttp3.internal.cache2.Relay this$0 -com.turingtechnologies.materialscrollbar.R$color: int bright_foreground_disabled_material_light -com.google.android.material.R$styleable: int MenuItem_android_title -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarSplitStyle -com.google.android.material.R$attr: int region_widthLessThan -androidx.lifecycle.Transformations$1 -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: ObservableFlatMap$MergeObserver(io.reactivex.Observer,io.reactivex.functions.Function,boolean,int,int) -com.google.android.material.R$styleable: int[] FloatingActionButton_Behavior_Layout -androidx.lifecycle.LiveData$LifecycleBoundObserver: void detachObserver() -okhttp3.internal.http2.Http2Connection: long intervalPingsSent -okhttp3.internal.http2.Http2Connection$IntervalPingRunnable -com.bumptech.glide.R$attr: int alpha -okhttp3.internal.ws.WebSocketWriter$FrameSink -okhttp3.Authenticator: okhttp3.Request authenticate(okhttp3.Route,okhttp3.Response) -androidx.appcompat.resources.R$color: int ripple_material_light -wangdaye.com.geometricweather.R$styleable: int TouchScrollBar_msb_hideDelayInMilliseconds -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_1 -wangdaye.com.geometricweather.R$styleable: int[] Spinner -androidx.constraintlayout.widget.R$styleable: int ActionBar_backgroundStacked -wangdaye.com.geometricweather.R$string: int content_des_sunrise -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeDegreeDayTemperature(java.lang.Integer) -com.xw.repo.bubbleseekbar.R$color: int abc_tint_edittext -androidx.preference.R$id: int action_mode_close_button -androidx.customview.R$style: R$style() -io.reactivex.internal.subscriptions.DeferredScalarSubscription: int CANCELLED -android.didikee.donate.R$dimen: int notification_top_pad_large_text -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_3 -cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator sColorValidator -wangdaye.com.geometricweather.R$drawable: int notification_icon_background -com.bumptech.glide.R$drawable: int notification_bg_low -com.amap.api.location.AMapLocation: int LOCATION_TYPE_LAST_LOCATION_CACHE -okhttp3.OkHttpClient: int pingIntervalMillis() -wangdaye.com.geometricweather.R$layout: int abc_action_bar_title_item -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: io.reactivex.Observer downstream -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: androidx.lifecycle.LifecycleOwner mLifecycle -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void drain() -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_TabView -com.google.android.gms.base.R$color: int common_google_signin_btn_text_light -com.google.android.material.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle -com.google.android.material.appbar.CollapsingToolbarLayout: void setScrimVisibleHeightTrigger(int) -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$id: int image -com.xw.repo.bubbleseekbar.R$styleable: int GradientColorItem_android_color -androidx.constraintlayout.widget.R$attr: int flow_lastHorizontalBias -androidx.lifecycle.extensions.R$attr -wangdaye.com.geometricweather.R$styleable: int Toolbar_maxButtonHeight -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_8 -okhttp3.HttpUrl -retrofit2.Converter$Factory: retrofit2.Converter requestBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],java.lang.annotation.Annotation[],retrofit2.Retrofit) -androidx.vectordrawable.R$layout: int notification_template_part_time -cyanogenmod.themes.ThemeManager: void requestThemeChange(cyanogenmod.themes.ThemeChangeRequest,boolean) -wangdaye.com.geometricweather.resource.utils.ResourceUtils$NullException: ResourceUtils$NullException() -cyanogenmod.app.ProfileGroup$Mode: cyanogenmod.app.ProfileGroup$Mode valueOf(java.lang.String) -james.adaptiveicon.R$styleable: int AppCompatTheme_checkedTextViewStyle -okhttp3.internal.Util: boolean discard(okio.Source,int,java.util.concurrent.TimeUnit) -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int FREEZING_RAIN -androidx.loader.R$dimen: int notification_big_circle_margin -james.adaptiveicon.R$styleable: int AppCompatSeekBar_tickMarkTintMode -com.xw.repo.bubbleseekbar.R$attr: int statusBarBackground -androidx.viewpager2.widget.ViewPager2: void setAdapter(androidx.recyclerview.widget.RecyclerView$Adapter) -androidx.preference.R$style: int Theme_AppCompat_DialogWhenLarge -androidx.constraintlayout.widget.R$attr: int dialogPreferredPadding -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int NOT_AVAILABLE -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Weather -com.google.android.material.floatingactionbutton.FloatingActionButton -androidx.appcompat.R$style: int Base_Widget_AppCompat_ListView_Menu -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_toRightOf -com.google.android.material.chip.ChipGroup: void setChipSpacingResource(int) -retrofit2.SkipCallbackExecutorImpl: int hashCode() -com.google.android.material.R$styleable: int MaterialButton_iconTintMode -androidx.constraintlayout.widget.R$attr: int arrowHeadLength -wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: void setChartItemView(wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintWidth_min -wangdaye.com.geometricweather.R$attr: int dragScale -com.google.android.material.R$attr: int drawerArrowStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: java.lang.String getDirection() -wangdaye.com.geometricweather.main.MainActivityViewModel$Status: wangdaye.com.geometricweather.main.MainActivityViewModel$Status IMPLICIT_INITIALIZING -com.xw.repo.bubbleseekbar.R$attr: int paddingStart -com.google.android.material.R$attr: int arrowShaftLength -com.jaredrummler.android.colorpicker.R$attr: int coordinatorLayoutStyle -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Body2 -com.google.android.material.R$style: int Theme_MaterialComponents_Light_LargeTouch -wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents -cyanogenmod.app.CMContextConstants$Features: java.lang.String TELEPHONY -androidx.constraintlayout.widget.R$attr: int onNegativeCross -androidx.preference.R$style: int Widget_AppCompat_Button_Colored -com.google.android.material.R$color: int mtrl_btn_ripple_color -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_Dialog -androidx.activity.R$id: int notification_main_column_container -com.turingtechnologies.materialscrollbar.R$layout: int abc_action_menu_item_layout -com.xw.repo.bubbleseekbar.R$color: int highlighted_text_material_dark -okhttp3.OkHttpClient$Builder: OkHttpClient$Builder() -wangdaye.com.geometricweather.R$color: int design_dark_default_color_surface -com.google.android.material.R$styleable: int ChipGroup_singleSelection -wangdaye.com.geometricweather.R$string: int abc_menu_enter_shortcut_label -androidx.constraintlayout.widget.R$styleable: int[] MotionTelltales -androidx.core.widget.NestedScrollView: void setOnScrollChangeListener(androidx.core.widget.NestedScrollView$OnScrollChangeListener) -androidx.preference.R$attr: int editTextPreferenceStyle -com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setLabelVisibilityMode(int) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$5: void run() -wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property Id -james.adaptiveicon.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: void dispose() -androidx.fragment.R$styleable: int[] GradientColor -okhttp3.internal.http.HttpCodec: okhttp3.ResponseBody openResponseBody(okhttp3.Response) -com.jaredrummler.android.colorpicker.R$attr: int autoSizeMinTextSize -androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_textColor -com.loc.h -wangdaye.com.geometricweather.R$id: int spacer -cyanogenmod.externalviews.ExternalViewProviderService$Provider: int getWindowType() -io.reactivex.internal.schedulers.ScheduledRunnable: java.lang.Object PARENT_DISPOSED -com.google.android.material.button.MaterialButtonToggleGroup: void setSingleSelection(boolean) -cyanogenmod.themes.ThemeManager: java.util.Set access$000(cyanogenmod.themes.ThemeManager) -com.github.rahatarmanahmed.cpv.R$string: int app_name -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_backgroundTintMode -com.turingtechnologies.materialscrollbar.R$style: int Platform_MaterialComponents_Light -androidx.appcompat.R$attr: int buttonBarNeutralButtonStyle -wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.util.Date getDate() -wangdaye.com.geometricweather.R$styleable: int SwitchPreference_android_switchTextOff -android.didikee.donate.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner -com.turingtechnologies.materialscrollbar.R$attr: int windowFixedWidthMinor -com.turingtechnologies.materialscrollbar.R$drawable: int notification_bg_normal_pressed -androidx.constraintlayout.widget.R$drawable: int abc_ratingbar_small_material -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void cancel() -com.jaredrummler.android.colorpicker.R$dimen: int hint_pressed_alpha_material_dark -com.google.android.material.R$layout: int abc_search_view -com.google.android.material.button.MaterialButton: void setBackgroundDrawable(android.graphics.drawable.Drawable) -androidx.preference.R$color: int abc_hint_foreground_material_dark -com.google.android.material.R$styleable: int GradientColor_android_startColor -androidx.appcompat.R$attr: int actionModePasteDrawable -com.turingtechnologies.materialscrollbar.R$drawable: R$drawable() -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_TabBar -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_Layout_android_layout_height -androidx.lifecycle.ProcessLifecycleOwner: androidx.lifecycle.LifecycleRegistry mRegistry -com.turingtechnologies.materialscrollbar.R$style: int Base_V28_Theme_AppCompat_Light -com.google.android.material.R$styleable: int Constraint_android_scaleY -com.google.android.material.R$attr: int tabIndicatorGravity -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property RainPrecipitation -cyanogenmod.app.Profile: int getProfileType() -wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: void setEnableAnim(boolean) -cyanogenmod.providers.DataUsageContract: int COLUMN_OF_EXTRA -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String windSpeedEnd -wangdaye.com.geometricweather.R$id: int widget_day_week_weather -wangdaye.com.geometricweather.R$styleable: int Toolbar_contentInsetRight -retrofit2.CompletableFutureCallAdapterFactory$CallCancelCompletableFuture: CompletableFutureCallAdapterFactory$CallCancelCompletableFuture(retrofit2.Call) -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_shapeAppearanceOverlay -android.didikee.donate.R$drawable -okio.Util -androidx.viewpager2.R$id: int accessibility_custom_action_28 -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarSplitStyle -com.amap.api.location.AMapLocation: java.lang.String b -androidx.preference.R$styleable: int AppCompatTextView_firstBaselineToTopHeight -com.google.android.material.R$integer: int show_password_duration -com.google.android.material.R$styleable: int Motion_transitionEasing -androidx.recyclerview.R$id: int tag_unhandled_key_listeners -androidx.preference.R$styleable: int GradientColor_android_startColor -okhttp3.internal.Util: javax.net.ssl.X509TrustManager platformTrustManager() -wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider getInstance(java.lang.String) -io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable -androidx.appcompat.R$drawable: int abc_btn_radio_to_on_mtrl_015 -cyanogenmod.providers.CMSettings$3: CMSettings$3() -okio.Buffer: okio.Buffer writeString(java.lang.String,int,int,java.nio.charset.Charset) -androidx.preference.R$attr: int buttonGravity -com.google.android.material.R$styleable: int[] MenuGroup -okhttp3.internal.http2.Http2Connection$ReaderRunnable$3: Http2Connection$ReaderRunnable$3(okhttp3.internal.http2.Http2Connection$ReaderRunnable,java.lang.String,java.lang.Object[]) -james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarPopupTheme -com.google.android.material.R$style: int Platform_MaterialComponents -androidx.fragment.R$styleable: int GradientColor_android_startY -cyanogenmod.weather.RequestInfo$Builder -wangdaye.com.geometricweather.R$attr: int fragment -androidx.hilt.work.R$styleable: int FontFamily_fontProviderPackage -okio.Utf8: Utf8() -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$4: ExternalViewProviderService$Provider$ProviderImpl$4(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: boolean delayError -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_android_weightSum -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_ensureMinTouchTargetSize -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Headline -com.google.android.material.R$integer -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: java.util.concurrent.atomic.AtomicReference upstream -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleTextAppearance -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Toolbar -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int no2 -okhttp3.internal.http2.Http2Codec$StreamFinishingSource: boolean completed -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Toolbar -com.tencent.bugly.proguard.p: p(android.content.Context,java.util.List) -androidx.appcompat.widget.SearchView: void setQuery(java.lang.CharSequence) -wangdaye.com.geometricweather.R$drawable: int abc_tab_indicator_mtrl_alpha -cyanogenmod.themes.IThemeService$Stub -com.turingtechnologies.materialscrollbar.AlphabetIndicator: int getTextSize() -cyanogenmod.providers.CMSettings$Secure: java.lang.String APP_PERFORMANCE_PROFILES_ENABLED -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: com.google.android.material.animation.MotionSpec getExtendMotionSpec() -wangdaye.com.geometricweather.R$string: int key_language -android.didikee.donate.R$style: int TextAppearance_AppCompat_Title -cyanogenmod.app.ProfileGroup$1: cyanogenmod.app.ProfileGroup createFromParcel(android.os.Parcel) -com.jaredrummler.android.colorpicker.R$string: int search_menu_title -androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_fontFamily -androidx.swiperefreshlayout.R$id: int actions -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_firstBaselineToTopHeight -android.didikee.donate.R$attr: int thumbTextPadding -com.google.android.material.chip.Chip: void setChipIconSize(float) -com.google.android.material.R$styleable: int KeyAttribute_transitionPathRotate -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: long serialVersionUID -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionButton -androidx.appcompat.widget.ButtonBarLayout: int getMinimumHeight() -wangdaye.com.geometricweather.location.services.LocationService: void requestLocation(android.content.Context,wangdaye.com.geometricweather.location.services.LocationService$LocationCallback) -com.tencent.bugly.crashreport.common.strategy.StrategyBean: java.lang.String c -android.didikee.donate.R$drawable: int abc_btn_check_material -android.didikee.donate.R$string: int abc_searchview_description_voice -james.adaptiveicon.R$style: int Base_V21_Theme_AppCompat -cyanogenmod.app.PartnerInterface: cyanogenmod.app.PartnerInterface getInstance(android.content.Context) -com.google.android.material.R$attr: int thumbTintMode -com.bumptech.glide.integration.okhttp.R$id: R$id() -okio.Okio: okio.Sink sink(java.io.OutputStream) -cyanogenmod.app.ILiveLockScreenChangeListener$Stub$Proxy: java.lang.String getInterfaceDescriptor() -com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getTickActiveTintList() -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property Country -android.didikee.donate.R$color: int ripple_material_light -wangdaye.com.geometricweather.R$id: int editText -androidx.preference.R$attr: int colorControlHighlight -io.reactivex.internal.operators.observable.ObserverResourceWrapper: java.util.concurrent.atomic.AtomicReference upstream -retrofit2.BuiltInConverters$ToStringConverter: java.lang.Object convert(java.lang.Object) -cyanogenmod.externalviews.KeyguardExternalView: java.util.LinkedList mQueue -wangdaye.com.geometricweather.R$id: int scrollBar -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit FT -android.didikee.donate.R$attr: int actionModeBackground -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: void onComplete() -wangdaye.com.geometricweather.R$id: int widget_trend_daily_item_1 -com.turingtechnologies.materialscrollbar.R$dimen: int item_touch_helper_swipe_escape_velocity -androidx.loader.R$styleable: int FontFamilyFont_ttcIndex -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator LOCKSCREEN_PIN_SCRAMBLE_LAYOUT_VALIDATOR -androidx.constraintlayout.widget.R$style: int Base_V7_Theme_AppCompat_Light_Dialog -com.google.android.material.R$styleable: int[] ExtendedFloatingActionButton -wangdaye.com.geometricweather.common.basic.models.weather.Alert: int getPriority() -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabMinWidth -androidx.constraintlayout.widget.R$id: int motion_base -androidx.constraintlayout.widget.R$attr: int actionModeCloseButtonStyle -com.amap.api.location.AMapLocation: void writeToParcel(android.os.Parcel,int) -com.autonavi.aps.amapapi.model.AMapLocationServer: void b(org.json.JSONObject) -com.bumptech.glide.R$style -com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox -wangdaye.com.geometricweather.R$style: int Preference_DialogPreference_EditTextPreference -com.google.android.material.R$styleable: int MenuItem_android_enabled -androidx.appcompat.R$dimen: int abc_control_inset_material -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: boolean isSubActive(int) -com.xw.repo.bubbleseekbar.R$attr: int textAppearanceListItem -androidx.preference.R$id: int decor_content_parent -android.didikee.donate.R$id: int ifRoom -com.bumptech.glide.Registry$MissingComponentException: Registry$MissingComponentException(java.lang.String) -com.google.android.material.appbar.CollapsingToolbarLayout: CollapsingToolbarLayout(android.content.Context) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setIsRainOrSnow(int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setPubTime(java.util.Date) -okhttp3.internal.http.CallServerInterceptor$CountingSink: long successfulCount -james.adaptiveicon.R$id: int search_mag_icon -okhttp3.Cookie: java.lang.String toString(boolean) -cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.CMHardwareManager sCMHardwareManagerInstance -com.bumptech.glide.integration.okhttp.R$attr: R$attr() -wangdaye.com.geometricweather.R$styleable: int TextAppearance_fontVariationSettings -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_alertDialogStyle -okhttp3.CertificatePinner$Builder -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionOverflowButtonStyle -android.didikee.donate.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize -com.google.android.material.chip.Chip: void setChipStrokeWidthResource(int) -com.google.android.material.R$styleable: int ActionBar_displayOptions -com.google.android.material.R$color: int design_default_color_background -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: SwipeRefreshLayout(android.content.Context) -com.google.android.material.R$attr: int homeAsUpIndicator -com.google.android.material.R$dimen: int mtrl_calendar_header_content_padding -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Display4 -com.google.android.material.R$attr: int fabAlignmentMode -cyanogenmod.weather.WeatherInfo$DayForecast: void writeToParcel(android.os.Parcel,int) -com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_subMenuArrow -android.didikee.donate.R$dimen: int abc_dialog_fixed_width_major -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_editor_absoluteY -com.jaredrummler.android.colorpicker.R$attr: int controlBackground -com.google.android.material.R$drawable: int abc_ic_star_half_black_16dp -wangdaye.com.geometricweather.R$styleable: int Spinner_popupTheme -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: java.util.concurrent.atomic.AtomicReference active -androidx.constraintlayout.widget.R$style: int RtlOverlay_DialogWindowTitle_AppCompat -wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_textColor -wangdaye.com.geometricweather.R$id: int notification_big_temp_5 -androidx.preference.R$styleable: int GradientColor_android_endY -androidx.appcompat.R$styleable: int CompoundButton_buttonTint -com.google.android.material.R$style: int Widget_MaterialComponents_BottomSheet_Modal -wangdaye.com.geometricweather.db.entities.LocationEntity: float longitude -androidx.swiperefreshlayout.R$dimen: R$dimen() -androidx.appcompat.widget.ActionBarOverlayLayout: void setWindowCallback(android.view.Window$Callback) -io.reactivex.Observable: io.reactivex.Observable delay(long,java.util.concurrent.TimeUnit,boolean) -androidx.preference.R$styleable: int TextAppearance_android_shadowColor -okhttp3.internal.connection.RouteSelector$Selection: RouteSelector$Selection(java.util.List) -retrofit2.Call: boolean isExecuted() -wangdaye.com.geometricweather.R$styleable: int[] ClockHandView -io.reactivex.internal.subscriptions.BasicIntQueueSubscription: long serialVersionUID -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_44 -wangdaye.com.geometricweather.R$styleable: int ColorPanelView_cpv_showOldColor -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void dispose() -androidx.hilt.lifecycle.R$layout: int notification_template_icon_group -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: ChineseCityEntityDao$Properties() -com.google.android.material.R$styleable: int AppCompatTheme_actionBarItemBackground -retrofit2.OkHttpCall$1: void onResponse(okhttp3.Call,okhttp3.Response) -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float snow1h -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderTitle -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_searchIcon -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX getBrandInfo() -okhttp3.internal.cache.DiskLruCache$Entry: java.lang.String key -wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialog_backgroundInsetBottom -cyanogenmod.app.IProfileManager: android.app.NotificationGroup getNotificationGroupForPackage(java.lang.String) -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int THUNDERSHOWER -io.reactivex.Observable: io.reactivex.Observable skip(long,java.util.concurrent.TimeUnit) -androidx.constraintlayout.widget.R$layout: int support_simple_spinner_dropdown_item -com.google.android.material.R$styleable: int Toolbar_contentInsetStartWithNavigation -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_verticalGap -okhttp3.internal.connection.ConnectInterceptor: ConnectInterceptor(okhttp3.OkHttpClient) -androidx.work.R$id: int tag_screen_reader_focusable -com.turingtechnologies.materialscrollbar.R$attr: int arrowHeadLength -okio.GzipSink: okio.DeflaterSink deflaterSink -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onActionModeStarted(android.view.ActionMode) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$4: void run() -org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database wrap(android.database.sqlite.SQLiteDatabase) -androidx.appcompat.R$styleable: int AppCompatTheme_actionBarSplitStyle -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeTemperature(int) -com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawableItem_android_drawable -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constrainedWidth -cyanogenmod.providers.CMSettings$Validator -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setAqiText(java.lang.String) -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.AbstractDaoSession session -androidx.loader.R$styleable: int FontFamilyFont_fontWeight -io.reactivex.internal.subscriptions.SubscriptionArbiter: boolean cancelled -cyanogenmod.app.Profile$ProfileTrigger: java.lang.String getIdType(int) -androidx.preference.R$style: int Preference_Category_Material -com.tencent.bugly.proguard.o: boolean c() -wangdaye.com.geometricweather.R$id: int activity_allergen_toolbar -androidx.cardview.widget.CardView: CardView(android.content.Context,android.util.AttributeSet) -androidx.constraintlayout.widget.R$dimen: int notification_large_icon_width -cyanogenmod.app.suggest.ApplicationSuggestion$1: cyanogenmod.app.suggest.ApplicationSuggestion createFromParcel(android.os.Parcel) -com.google.android.material.R$layout: int design_navigation_item_header -androidx.recyclerview.R$id: int info -androidx.viewpager.R$dimen -wangdaye.com.geometricweather.db.entities.MinutelyEntity: long time -com.google.android.material.appbar.CollapsingToolbarLayout: CollapsingToolbarLayout(android.content.Context,android.util.AttributeSet) -androidx.legacy.coreutils.R$drawable: int notify_panel_notification_icon_bg -androidx.work.R$styleable: int FontFamilyFont_android_fontWeight -okio.Okio: okio.Source source(java.net.Socket) -io.reactivex.Observable: io.reactivex.observers.TestObserver test() -com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration -okhttp3.OkHttpClient$Builder: java.net.Proxy proxy -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: java.util.ArrayDeque observers -androidx.coordinatorlayout.R$styleable: int GradientColor_android_centerColor -android.didikee.donate.R$id: int edit_query -com.amap.api.fence.GeoFence: void setFenceId(java.lang.String) -wangdaye.com.geometricweather.remoteviews.config.TextWidgetConfigActivity: TextWidgetConfigActivity() -io.reactivex.internal.observers.BasicIntQueueDisposable: java.lang.Object poll() -com.google.android.material.slider.Slider: int getActiveThumbIndex() -androidx.constraintlayout.widget.R$attr: int imageButtonStyle -wangdaye.com.geometricweather.R$styleable: int[] ShapeAppearance -wangdaye.com.geometricweather.R$attr: int materialButtonToggleGroupStyle -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.google.gson.internal.LinkedTreeMap: int modCount -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse -retrofit2.OkHttpCall$1: retrofit2.Callback val$callback -androidx.preference.R$color: int button_material_dark -androidx.appcompat.widget.AppCompatButton: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() -androidx.activity.R$id: int title -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: boolean isDisposed() -wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundNormalUpdateService -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric: double Value -cyanogenmod.externalviews.ExternalView$5: void run() -androidx.appcompat.R$styleable: int AppCompatTheme_actionModeCutDrawable -io.reactivex.Observable: io.reactivex.Single all(io.reactivex.functions.Predicate) -com.github.rahatarmanahmed.cpv.CircularProgressView: int animDuration -com.google.android.material.R$styleable: int KeyAttribute_android_translationX -androidx.preference.R$style: int Preference_DialogPreference_Material -com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String x -androidx.cardview.R$color: int cardview_dark_background -com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getTrackTintList() -okhttp3.internal.connection.ConnectInterceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabUnboundedRipple -wangdaye.com.geometricweather.R$string: int feedback_ignore_battery_optimizations_content -androidx.constraintlayout.widget.R$styleable: int Constraint_android_minWidth -cyanogenmod.app.CustomTile$ExpandedStyle: void internalSetExpandedItems(java.util.ArrayList) -androidx.preference.R$drawable: int notification_action_background -com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_cursor_material -wangdaye.com.geometricweather.main.MainActivity -cyanogenmod.hardware.IThermalListenerCallback$Stub: IThermalListenerCallback$Stub() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeBackground -androidx.appcompat.widget.AppCompatEditText: java.lang.CharSequence getText() -io.reactivex.Observable: void safeSubscribe(io.reactivex.Observer) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken[] values() -com.google.android.material.R$styleable: int[] MaterialButtonToggleGroup -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_SearchView -androidx.lifecycle.LiveData$LifecycleBoundObserver -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Imperial: double Value -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: java.lang.String address -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Wind: java.lang.String power -com.google.android.material.transformation.TransformationChildLayout: TransformationChildLayout(android.content.Context) -com.google.android.material.R$attr: int alphabeticModifiers -androidx.vectordrawable.animated.R$drawable: int notify_panel_notification_icon_bg -androidx.recyclerview.R$color: int ripple_material_light -io.reactivex.internal.subscriptions.DeferredScalarSubscription: int FUSED_READY -com.bumptech.glide.integration.okhttp.R$id: int start -android.didikee.donate.R$style: int Platform_V21_AppCompat_Light -com.turingtechnologies.materialscrollbar.R$attr: int ratingBarStyle -wangdaye.com.geometricweather.R$attr: int msb_recyclerView -wangdaye.com.geometricweather.R$styleable: int SwitchPreference_summaryOn -com.amap.api.fence.GeoFence: java.lang.String BUNDLE_KEY_LOCERRORCODE -com.google.android.material.R$styleable: int MaterialCheckBox_useMaterialThemeColors -com.tencent.bugly.proguard.i: java.lang.Object[] a(java.lang.Object[],int,boolean) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: int hasRain -wangdaye.com.geometricweather.R$drawable: int ic_temperature_kelvin -wangdaye.com.geometricweather.R$styleable: int[] State -androidx.appcompat.resources.R$id: int notification_main_column -cyanogenmod.weather.WeatherInfo: boolean access$000(int) -androidx.lifecycle.ComputableLiveData: java.lang.Runnable mRefreshRunnable -wangdaye.com.geometricweather.R$styleable: int Preference_android_title -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource -androidx.core.R$id: int accessibility_custom_action_23 -cyanogenmod.app.ProfileGroup: void setSoundMode(cyanogenmod.app.ProfileGroup$Mode) -retrofit2.KotlinExtensions$await$4$2: KotlinExtensions$await$4$2(kotlinx.coroutines.CancellableContinuation) -androidx.preference.R$string -wangdaye.com.geometricweather.R$string: int settings_title_precipitation_unit -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeTotalPrecipitation() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: java.lang.String getValue() -androidx.swiperefreshlayout.R$styleable: int FontFamily_fontProviderAuthority -cyanogenmod.app.LiveLockScreenInfo$Builder: LiveLockScreenInfo$Builder() -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: io.reactivex.internal.fuseable.SimplePlainQueue queue -wangdaye.com.geometricweather.R$attr: int divider -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: int status -retrofit2.ParameterHandler$Part: java.lang.reflect.Method method -androidx.preference.R$drawable: int abc_list_pressed_holo_light -okio.SegmentedByteString: int indexOf(byte[],int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: java.lang.String getNotice() -wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.lang.String type -android.didikee.donate.R$styleable: int AppCompatTheme_checkboxStyle -com.tencent.bugly.proguard.ah: java.lang.String d -com.google.android.material.R$dimen: int design_bottom_navigation_shadow_height -wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.AlertEntity,long) -androidx.work.R$styleable: int GradientColor_android_centerY -androidx.preference.R$attr: int thumbTint -com.google.android.material.R$id: int labelGroup -com.google.android.material.R$style: int Widget_AppCompat_ActionButton -com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_hideable -androidx.preference.R$drawable: int abc_list_divider_mtrl_alpha -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWeatherSource(java.lang.String) -wangdaye.com.geometricweather.R$dimen: int design_appbar_elevation -org.greenrobot.greendao.AbstractDao: void executeInsertInTx(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Iterable,boolean) -cyanogenmod.providers.CMSettings$Secure: float getFloatForUser(android.content.ContentResolver,java.lang.String,float,int) -com.turingtechnologies.materialscrollbar.R$id: int search_close_btn -androidx.recyclerview.R$styleable: int FontFamilyFont_android_fontStyle -androidx.preference.R$dimen: int abc_action_button_min_width_material -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: AccuAqiResult() -com.google.android.gms.base.R$drawable: int common_google_signin_btn_text_dark_focused -james.adaptiveicon.R$id: int text -com.tencent.bugly.crashreport.CrashReport: void postCatchedException(java.lang.Throwable,java.lang.Thread,boolean) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial: int UnitType -com.google.android.material.R$attr: int checkedIcon -androidx.preference.R$styleable: int AppCompatTheme_colorError -androidx.core.R$id -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_Icon -james.adaptiveicon.R$styleable: int Toolbar_android_minHeight -com.turingtechnologies.materialscrollbar.R$styleable: int[] ColorStateListItem -com.google.android.material.R$color: int mtrl_bottom_nav_colored_item_tint -androidx.appcompat.R$color: int dim_foreground_material_light -cyanogenmod.providers.CMSettings$Secure$2 -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Button_Borderless_Colored -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex -com.amap.api.location.AMapLocation: void setLatitude(double) -com.google.android.material.R$id: int contentPanel -wangdaye.com.geometricweather.R$attr: int bottom_text -androidx.appcompat.R$anim: int abc_fade_out -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxBackgroundMode -androidx.customview.R$styleable: int FontFamilyFont_android_fontWeight -com.turingtechnologies.materialscrollbar.R$color: int abc_tint_default -androidx.preference.R$styleable: int AppCompatTheme_actionModePasteDrawable -com.tencent.bugly.crashreport.common.info.a: long S -androidx.core.R$id: int accessibility_custom_action_25 -james.adaptiveicon.R$id: int blocking -cyanogenmod.app.CustomTile$ExpandedItem: java.lang.String toString() -com.google.android.material.slider.BaseSlider: void setTrackHeight(int) -androidx.preference.R$styleable: int GradientColor_android_centerY -com.bumptech.glide.R$attr: int fontProviderAuthority -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -androidx.constraintlayout.motion.widget.MotionLayout: android.os.Bundle getTransitionState() -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: void onComplete() -wangdaye.com.geometricweather.remoteviews.config.Hilt_DayWeekWidgetConfigActivity -okio.Buffer: okio.Buffer write(byte[],int,int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation: AccuCurrentResult$PrecipitationSummary$Precipitation() -cyanogenmod.providers.CMSettings$System$3 -androidx.fragment.R$drawable -android.didikee.donate.R$styleable: int ActionBar_progressBarStyle -okio.RealBufferedSink -android.didikee.donate.R$styleable: int AppCompatImageView_tint -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowActionModeOverlay -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial -okhttp3.internal.Util: java.lang.String canonicalizeHost(java.lang.String) -wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_direction -com.google.android.material.chip.Chip: float getChipCornerRadius() -wangdaye.com.geometricweather.R$string: int settings_summary_unit -com.turingtechnologies.materialscrollbar.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow -okhttp3.internal.http2.Http2Connection$4: okhttp3.internal.http2.Http2Connection this$0 -okhttp3.internal.http2.Hpack$Reader: boolean isStaticHeader(int) -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: void onSubscribe(io.reactivex.disposables.Disposable) -okio.AsyncTimeout: long timeoutAt -retrofit2.BuiltInConverters$StreamingResponseBodyConverter: retrofit2.BuiltInConverters$StreamingResponseBodyConverter INSTANCE -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu -wangdaye.com.geometricweather.R$layout: int dialog_background_location -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Medium -com.google.android.material.R$style: int TextAppearance_Design_Suffix -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: java.lang.String unitId -androidx.preference.R$style: int Base_Widget_AppCompat_Light_ActionBar -com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionButton -wangdaye.com.geometricweather.R$font: int product_sans_bold_italic -com.google.android.material.R$styleable: int Toolbar_collapseContentDescription -com.loc.k: void a(int) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getShortTemperature(android.content.Context,java.lang.Integer,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse -james.adaptiveicon.R$styleable: int[] ListPopupWindow -androidx.dynamicanimation.R$styleable: int GradientColor_android_startY -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActivityChooserView -com.tencent.bugly.proguard.e: char[] a -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay[] values() -com.google.android.material.R$id: int SHOW_PROGRESS -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constrainedWidth -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Metric: double Value -okio.Okio$3: void close() -androidx.viewpager.R$id: int async -wangdaye.com.geometricweather.remoteviews.config.ClockDayWeekWidgetConfigActivity -okhttp3.internal.ws.RealWebSocket$Close: okio.ByteString reason -com.google.android.material.progressindicator.ProgressIndicator: void setIndicatorColors(int[]) -com.google.android.material.transformation.TransformationChildLayout -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_Switch -androidx.constraintlayout.widget.R$attr: int divider -com.google.android.material.R$attr: int displayOptions -okhttp3.internal.http2.Http2Connection$1: okhttp3.internal.http2.Http2Connection this$0 -cyanogenmod.app.ProfileGroup: void setVibrateMode(cyanogenmod.app.ProfileGroup$Mode) -androidx.viewpager.R$string: int status_bar_notification_info_overflow -com.google.android.material.R$styleable: int MaterialButton_strokeWidth -com.amap.api.fence.DistrictItem: java.util.List getPolyline() -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getApparentTemperature() -wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemIconTint -androidx.fragment.R$id: int forever -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.util.Date date -okio.BufferedSource: long readDecimalLong() -androidx.preference.R$color: int tooltip_background_dark -wangdaye.com.geometricweather.R$styleable: R$styleable() -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: boolean isDisposed() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling: java.lang.String Unit -com.tencent.bugly.crashreport.crash.CrashDetailBean: void writeToParcel(android.os.Parcel,int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric: int UnitType -cyanogenmod.profiles.ConnectionSettings: int describeContents() -james.adaptiveicon.R$styleable: int AppCompatTheme_windowActionModeOverlay -cyanogenmod.app.ILiveLockScreenManager$Stub: cyanogenmod.app.ILiveLockScreenManager asInterface(android.os.IBinder) -com.jaredrummler.android.colorpicker.R$styleable: int[] CoordinatorLayout_Layout -io.reactivex.internal.subscriptions.EmptySubscription: void request(long) -okhttp3.MultipartBody$Builder: okio.ByteString boundary -retrofit2.HttpServiceMethod$SuspendForResponse: retrofit2.CallAdapter callAdapter -com.google.gson.stream.MalformedJsonException: MalformedJsonException(java.lang.Throwable) -androidx.constraintlayout.widget.R$id: int tag_unhandled_key_listeners -androidx.appcompat.R$id: int info -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowActionBar -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_subtitleTextColor -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Metric -wangdaye.com.geometricweather.R$string: int of_clock -com.google.android.material.R$dimen: int material_emphasis_medium -com.tencent.bugly.proguard.x: boolean b(java.lang.Class,java.lang.String,java.lang.Object[]) -io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: void onSuccess(java.lang.Object) -wangdaye.com.geometricweather.R$drawable: int notification_bg -wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialog_backgroundInsetTop -wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayVerticalProvider -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Speed Speed -com.baidu.location.e.o -com.jaredrummler.android.colorpicker.R$attr: int subtitle -wangdaye.com.geometricweather.R$attr: int actionMenuTextAppearance -james.adaptiveicon.R$attr: int searchHintIcon -androidx.preference.R$styleable: int SwitchPreferenceCompat_android_summaryOff -okhttp3.EventListener: void connectStart(okhttp3.Call,java.net.InetSocketAddress,java.net.Proxy) -android.didikee.donate.R$string: int abc_action_mode_done -com.google.android.material.R$interpolator: int mtrl_linear -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_bottomappbar_height -androidx.work.R$attr: int fontProviderFetchTimeout -okhttp3.OkHttpClient$Builder: int readTimeout -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: java.lang.String temperature -com.jaredrummler.android.colorpicker.R$drawable: int notification_bg_normal -cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_alterWindow -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle -com.google.android.material.R$layout: int test_design_radiobutton -android.didikee.donate.R$attr: int switchStyle -androidx.constraintlayout.widget.R$anim -androidx.appcompat.widget.AppCompatTextView: int getAutoSizeMaxTextSize() -com.turingtechnologies.materialscrollbar.R$attr: int activityChooserViewStyle -com.jaredrummler.android.colorpicker.R$attr: int thumbTextPadding -androidx.preference.R$styleable: int ListPreference_android_entries -retrofit2.http.Streaming -androidx.preference.R$styleable: int BackgroundStyle_selectableItemBackground -androidx.hilt.work.R$anim -com.google.android.material.button.MaterialButton: int getIconSize() -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TimePicker_Button -com.turingtechnologies.materialscrollbar.R$style: int Animation_AppCompat_Tooltip -wangdaye.com.geometricweather.R$styleable: int[] FitSystemBarNestedScrollView -com.google.android.material.R$attr: int hintEnabled -wangdaye.com.geometricweather.R$string: int content_des_no_precipitation -androidx.hilt.work.R$attr: int fontStyle -wangdaye.com.geometricweather.R$string: int phase_full -io.reactivex.internal.operators.observable.ObservableReplay$Node: ObservableReplay$Node(java.lang.Object) -com.tencent.bugly.nativecrashreport.R$string: R$string() -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: void dispose() -io.reactivex.Observable: io.reactivex.Observable intervalRange(long,long,long,long,java.util.concurrent.TimeUnit) -androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_rotationY -com.google.android.material.button.MaterialButton: void setBackgroundColor(int) -com.google.android.material.R$attr: int tabPaddingTop -com.google.android.material.navigation.NavigationView: void setItemIconTintList(android.content.res.ColorStateList) -android.didikee.donate.R$id: int action_bar_spinner -okhttp3.internal.http2.Http2Connection: int lastGoodStreamId -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_TabText -com.google.android.material.R$style -cyanogenmod.app.ILiveLockScreenManagerProvider: void enqueueLiveLockScreen(java.lang.String,int,cyanogenmod.app.LiveLockScreenInfo,int[],int) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarDivider -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintBottom_creator -androidx.appcompat.widget.AppCompatRadioButton -androidx.constraintlayout.widget.R$color: int switch_thumb_disabled_material_dark -wangdaye.com.geometricweather.R$id: int activity_widget_config_hideLunarSwitch -com.tencent.bugly.crashreport.crash.anr.b: java.lang.String g -androidx.constraintlayout.widget.R$attr: int tickMarkTint -android.didikee.donate.R$attr: int buttonStyleSmall -com.turingtechnologies.materialscrollbar.R$id: int design_navigation_view -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void onComplete() -com.google.android.material.R$id: int titleDividerNoCustom -com.google.android.material.card.MaterialCardView: void setProgress(float) -androidx.appcompat.R$dimen: int abc_dialog_min_width_major -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property Time -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: java.util.concurrent.atomic.AtomicReference queue -wangdaye.com.geometricweather.R$id: int notification_big_week_4 -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorControlActivated -james.adaptiveicon.R$attr: int maxButtonHeight -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_android_touchscreenBlocksFocus -android.didikee.donate.R$dimen: int abc_text_size_subtitle_material_toolbar -okio.Buffer: void readFully(okio.Buffer,long) -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.identityscope.IdentityScopeLong identityScopeLong -androidx.appcompat.widget.AppCompatRadioButton: void setSupportButtonTintList(android.content.res.ColorStateList) -androidx.constraintlayout.widget.R$style: int TextAppearance_Compat_Notification_Title -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Display2 -com.jaredrummler.android.colorpicker.R$attr: int lineHeight -com.google.android.material.R$attr: int checkedChip -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Humidity: java.lang.Integer min -wangdaye.com.geometricweather.common.basic.models.weather.Base: long updateTime -com.github.rahatarmanahmed.cpv.CircularProgressView: float maxProgress -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric: int UnitType -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Sun: java.lang.Long rise -androidx.appcompat.R$attr: int fontVariationSettings -com.xw.repo.bubbleseekbar.R$string: int abc_menu_shift_shortcut_label -wangdaye.com.geometricweather.R$styleable: int AppCompatSeekBar_tickMark -io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: java.lang.Object lpValue() -androidx.preference.R$drawable: int abc_list_selector_holo_dark -okhttp3.OkHttpClient$Builder: javax.net.ssl.HostnameVerifier hostnameVerifier -androidx.fragment.app.BackStackState -com.turingtechnologies.materialscrollbar.R$color -androidx.hilt.work.R$bool: int enable_system_job_service_default -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHeight_min -wangdaye.com.geometricweather.R$xml: int widget_trend_daily -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_normal -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Button_Borderless_Colored -com.bumptech.glide.R$styleable -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarItemBackground -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: io.reactivex.subjects.UnicastSubject window -com.google.android.material.R$drawable: int abc_ic_menu_selectall_mtrl_alpha -okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection$Listener listener -io.reactivex.Observable: io.reactivex.disposables.Disposable subscribe(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer) -wangdaye.com.geometricweather.R$attr: int actionModeCutDrawable -androidx.lifecycle.extensions.R$attr: int font -okhttp3.ResponseBody$1: ResponseBody$1(okhttp3.MediaType,long,okio.BufferedSource) -cyanogenmod.hardware.DisplayMode$1: DisplayMode$1() -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_android_inputType -com.turingtechnologies.materialscrollbar.R$attr: int itemIconSize -wangdaye.com.geometricweather.R$color: int dim_foreground_disabled_material_light -com.jaredrummler.android.colorpicker.R$attr: int windowActionModeOverlay -james.adaptiveicon.R$styleable: int Toolbar_contentInsetRight -okio.Okio: java.util.logging.Logger logger -wangdaye.com.geometricweather.db.entities.LocationEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) -androidx.appcompat.R$drawable: int notification_icon_background -io.reactivex.Observable: io.reactivex.Observable delay(io.reactivex.ObservableSource,io.reactivex.functions.Function) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_129 -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_DialogWhenLarge -com.tencent.bugly.crashreport.crash.c: java.lang.String n -com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Title_Icon -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored -com.google.android.material.R$color: int mtrl_outlined_stroke_color -wangdaye.com.geometricweather.R$style: int Animation_MaterialComponents_BottomSheetDialog -com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_barLength -androidx.preference.R$drawable: int btn_checkbox_checked_mtrl -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_thumb_radius -wangdaye.com.geometricweather.R$id: int notification_big_temp_3 -okio.Options: void buildTrieRecursive(long,okio.Buffer,int,java.util.List,int,int,java.util.List) -retrofit2.KotlinExtensions$suspendAndThrow$$inlined$suspendCoroutineUninterceptedOrReturn$lambda$1: java.lang.Exception $this_suspendAndThrow$inlined -wangdaye.com.geometricweather.R$drawable: int notif_temp_93 -okhttp3.internal.http.HttpDate$1: java.text.DateFormat initialValue() -cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.WeatherLocation mWeatherLocation -io.reactivex.internal.observers.ForEachWhileObserver: void onComplete() -com.google.android.gms.base.R$styleable: int[] SignInButton -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircularSkyWeatherView: int getWeatherKind() -com.google.android.material.R$styleable: int NavigationView_headerLayout -okhttp3.internal.ws.RealWebSocket: boolean send(okio.ByteString) -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: boolean delayError -com.turingtechnologies.materialscrollbar.R$styleable: int CardView_cardBackgroundColor -androidx.appcompat.R$styleable: int SwitchCompat_thumbTextPadding -wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.String getLevel() -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Title_Inverse -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon -okhttp3.internal.http2.Http2Connection$ReaderRunnable$1: void execute() -androidx.preference.R$attr: int queryHint -com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawable_android_visible -wangdaye.com.geometricweather.R$drawable: int btn_checkbox_unchecked_mtrl -com.jaredrummler.android.colorpicker.R$attr: int srcCompat -androidx.constraintlayout.widget.R$dimen: int abc_text_size_small_material -io.reactivex.internal.observers.InnerQueuedObserver: io.reactivex.internal.fuseable.SimpleQueue queue -android.didikee.donate.R$attr: int textAppearanceSearchResultSubtitle -com.tencent.bugly.proguard.ak: java.util.ArrayList q -androidx.constraintlayout.widget.R$styleable: int Transform_android_translationX -wangdaye.com.geometricweather.R$styleable: int Slider_android_stepSize -retrofit2.HttpServiceMethod: retrofit2.Converter responseConverter -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Tooltip -com.google.android.material.appbar.CollapsingToolbarLayout: int getExpandedTitleGravity() -androidx.constraintlayout.widget.R$styleable: int Constraint_android_maxHeight -androidx.preference.R$style: int Base_Widget_AppCompat_Button_Small -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: java.lang.String defenseIcon -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean getSpeed() -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_waveShape -android.didikee.donate.R$string: int abc_searchview_description_query -com.google.android.material.R$styleable: int ConstraintSet_flow_verticalGap -wangdaye.com.geometricweather.R$string: int phase_first -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: long serialVersionUID -wangdaye.com.geometricweather.R$string: int week -androidx.constraintlayout.widget.R$styleable: int ActivityChooserView_initialActivityCount -wangdaye.com.geometricweather.R$string: int content_des_pm25 -androidx.appcompat.R$id: int tag_screen_reader_focusable -okio.ByteString: okio.ByteString encodeString(java.lang.String,java.nio.charset.Charset) -com.github.rahatarmanahmed.cpv.CircularProgressView$2 -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_DEFAULT_LED_ON_VALIDATOR -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle -james.adaptiveicon.R$styleable: int LinearLayoutCompat_Layout_android_layout_height -james.adaptiveicon.R$id: int right_side -com.google.android.material.R$dimen: int design_navigation_padding_bottom -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Button_Colored -okhttp3.Request$Builder: okhttp3.Headers$Builder headers -androidx.appcompat.widget.SearchView$SearchAutoComplete -androidx.appcompat.R$attr: int fontProviderFetchTimeout -wangdaye.com.geometricweather.R$styleable: int FontFamily_fontProviderCerts -cyanogenmod.providers.CMSettings$Global: java.lang.String POWER_NOTIFICATIONS_ENABLED -com.google.android.material.R$styleable: int[] MaterialRadioButton -com.tencent.bugly.proguard.al: java.util.ArrayList a -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer treeIndex -cyanogenmod.app.IProfileManager: void removeNotificationGroup(android.app.NotificationGroup) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWeatherPhase -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_caption_material -com.tencent.bugly.crashreport.common.info.a: void d(java.lang.String) -wangdaye.com.geometricweather.R$style: int Widget_Design_BottomNavigationView -com.google.android.material.slider.Slider: Slider(android.content.Context) -com.google.android.material.R$dimen: int material_cursor_width -wangdaye.com.geometricweather.R$attr: int msb_hideDelayInMilliseconds -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_iconStartPadding -com.turingtechnologies.materialscrollbar.R$string: int abc_action_menu_overflow_description -wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_speed -retrofit2.HttpServiceMethod$SuspendForResponse -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: java.lang.String getAbbreviation(android.content.Context) -io.reactivex.Observable: io.reactivex.Observable map(io.reactivex.functions.Function) -androidx.appcompat.R$attr: int panelMenuListWidth -com.google.android.material.chip.Chip: void setChipIconVisible(boolean) -com.google.android.material.R$styleable: int Tooltip_android_padding -androidx.preference.R$style: int Base_Widget_AppCompat_ActionBar_TabBar -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayoutStates_state_collapsible -android.didikee.donate.R$style: int Platform_AppCompat -androidx.preference.R$styleable: int[] FontFamilyFont -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button -androidx.work.ExistingWorkPolicy: androidx.work.ExistingWorkPolicy APPEND_OR_REPLACE -androidx.appcompat.R$styleable: int AppCompatTheme_ratingBarStyleIndicator -com.jaredrummler.android.colorpicker.R$dimen: int tooltip_corner_radius -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: java.lang.String unit -androidx.appcompat.R$styleable: int[] ActionBarLayout -com.google.android.material.R$attr: int navigationViewStyle -okhttp3.internal.http2.Huffman: int encodedLength(okio.ByteString) -okhttp3.internal.http2.Hpack$Writer: void writeHeaders(java.util.List) -com.jaredrummler.android.colorpicker.NestedGridView: NestedGridView(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$attr: int foregroundInsidePadding -wangdaye.com.geometricweather.location.services.LocationService: boolean hasPermissions(android.content.Context) -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_day_vertical_padding -com.google.android.material.R$id: int material_clock_hand -com.turingtechnologies.materialscrollbar.R$anim: int abc_slide_in_bottom -okhttp3.OkHttpClient$1: void setCache(okhttp3.OkHttpClient$Builder,okhttp3.internal.cache.InternalCache) -androidx.appcompat.R$layout: int abc_alert_dialog_button_bar_material -io.reactivex.internal.observers.LambdaObserver: io.reactivex.functions.Action onComplete -wangdaye.com.geometricweather.R$attr: int inner_margins -com.google.android.material.R$id: int save_overlay_view -com.tencent.bugly.proguard.a: java.lang.String b -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getNotificationThemePackageName() -com.google.android.material.R$style: int Theme_Design_Light_BottomSheetDialog -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void collapseNotificationPanel() -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void dispose() -androidx.preference.R$dimen: int compat_notification_large_icon_max_width -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.lang.Integer freezingHazard -androidx.core.widget.NestedScrollView: void setFillViewport(boolean) -cyanogenmod.weather.ICMWeatherManager$Stub: java.lang.String DESCRIPTOR -retrofit2.Invocation -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum -james.adaptiveicon.R$styleable: int ActionBar_icon -com.turingtechnologies.materialscrollbar.R$styleable: int CardView_contentPaddingLeft -com.jaredrummler.android.colorpicker.R$style: int Platform_ThemeOverlay_AppCompat -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit NMI -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight_Dialog -com.xw.repo.bubbleseekbar.R$dimen: int compat_notification_large_icon_max_width -com.turingtechnologies.materialscrollbar.R$attr: int counterEnabled -com.autonavi.aps.amapapi.model.AMapLocationServer: int i -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_activityChooserViewStyle -com.google.android.material.R$attr: int touchAnchorSide -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintGuide_end -wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Color -wangdaye.com.geometricweather.R$bool -cyanogenmod.app.Profile$ProfileTrigger -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall -com.google.android.material.R$attr: int tabTextAppearance -com.turingtechnologies.materialscrollbar.R$integer: int design_tab_indicator_anim_duration_ms -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_searchIcon -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: boolean daylight -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: java.lang.String speed -retrofit2.converter.gson.GsonConverterFactory -com.google.android.material.R$string: int abc_menu_function_shortcut_label -androidx.constraintlayout.widget.R$id: int expanded_menu -okio.ByteString: int compareTo(java.lang.Object) -androidx.constraintlayout.widget.R$color: int abc_secondary_text_material_light -androidx.appcompat.R$style: int Base_Widget_AppCompat_PopupMenu -cyanogenmod.platform.R -cyanogenmod.app.ThemeVersion$ComponentVersion: int minVersion -retrofit2.ParameterHandler$QueryMap: java.lang.reflect.Method method -androidx.cardview.widget.CardView: void setRadius(float) -wangdaye.com.geometricweather.R$animator: int weather_cloudy_2 -androidx.drawerlayout.R$id: int notification_main_column -com.jaredrummler.android.colorpicker.R$drawable: int abc_text_select_handle_right_mtrl_dark -retrofit2.RequestBuilder$ContentTypeOverridingRequestBody: okhttp3.MediaType contentType -androidx.fragment.R$style: int Widget_Compat_NotificationActionText -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: long serialVersionUID -com.google.android.material.R$styleable: int Constraint_layout_constrainedHeight -wangdaye.com.geometricweather.db.entities.LocationEntity: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource weatherSource -androidx.constraintlayout.widget.R$styleable: int StateListDrawable_android_enterFadeDuration -cyanogenmod.weather.WeatherInfo$DayForecast$Builder: WeatherInfo$DayForecast$Builder(int) -io.reactivex.internal.observers.LambdaObserver: long serialVersionUID -io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: ObservableUnsubscribeOn$UnsubscribeObserver(io.reactivex.Observer,io.reactivex.Scheduler) -com.google.android.material.R$style: int Widget_MaterialComponents_TimePicker_Display -wangdaye.com.geometricweather.R$styleable: int[] ImageFilterView -androidx.hilt.R$id: int text2 -androidx.preference.R$styleable: int AppCompatTheme_dropDownListViewStyle -androidx.appcompat.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog -com.google.android.material.R$layout: int mtrl_picker_text_input_date -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintTag -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceStyle -androidx.viewpager2.R$attr: int fontProviderAuthority -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: boolean isPrecipitation() -com.jaredrummler.android.colorpicker.R$attr: int stackFromEnd -com.turingtechnologies.materialscrollbar.R$string: int abc_searchview_description_query -com.bumptech.glide.R$styleable: int FontFamilyFont_android_fontStyle -okio.ByteString: void writeObject(java.io.ObjectOutputStream) -androidx.appcompat.R$attr: int displayOptions -io.reactivex.Observable: int bufferSize() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List chuanyi -wangdaye.com.geometricweather.R$anim: int fragment_main_exit -com.google.android.material.R$styleable: int Constraint_constraint_referenced_ids -com.amap.api.location.AMapLocationClientOption$AMapLocationMode: AMapLocationClientOption$AMapLocationMode(java.lang.String,int) -com.jaredrummler.android.colorpicker.R$styleable: int Preference_isPreferenceVisible -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial: int UnitType -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_22 -cyanogenmod.profiles.RingModeSettings$1 -com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_MinWidth -androidx.loader.R$style: int TextAppearance_Compat_Notification_Title -androidx.swiperefreshlayout.R$attr: int fontProviderPackage -androidx.appcompat.widget.ContentFrameLayout: void setAttachListener(androidx.appcompat.widget.ContentFrameLayout$OnAttachListener) -android.didikee.donate.R$styleable: int AppCompatTheme_switchStyle -org.greenrobot.greendao.AbstractDao: java.lang.Object loadByRowId(long) -androidx.constraintlayout.widget.R$id: int wrap -com.google.android.material.R$styleable: int CoordinatorLayout_Layout_layout_anchor -com.google.android.material.R$id: int flip -androidx.constraintlayout.motion.widget.MotionLayout$TransitionState: androidx.constraintlayout.motion.widget.MotionLayout$TransitionState SETUP -com.google.android.material.bottomappbar.BottomAppBar: BottomAppBar(android.content.Context) -okhttp3.OkHttpClient -com.xw.repo.bubbleseekbar.R$layout: R$layout() -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title -wangdaye.com.geometricweather.R$id: int scroll -androidx.recyclerview.R$styleable: int[] FontFamily -androidx.appcompat.R$anim -com.google.android.material.R$color: int accent_material_light -com.google.android.material.R$drawable: int abc_scrubber_track_mtrl_alpha -com.xw.repo.bubbleseekbar.R$color: int material_grey_300 -androidx.hilt.work.R$anim: int fragment_fast_out_extra_slow_in -wangdaye.com.geometricweather.db.entities.DailyEntity: void setSunRiseDate(java.util.Date) -androidx.lifecycle.ComputableLiveData$3: void run() -com.google.android.material.R$attr: int tabIconTint -com.jaredrummler.android.colorpicker.R$attr: int toolbarStyle -com.google.android.material.button.MaterialButton: void setBackgroundResource(int) -com.google.android.material.R$attr: int counterOverflowTextAppearance -com.bumptech.glide.integration.okhttp.R$string -cyanogenmod.app.ILiveLockScreenManager -cyanogenmod.themes.ThemeChangeRequest$Builder: void buildChangeRequestFromThemeConfig(android.content.res.ThemeConfig) -com.google.android.material.tabs.TabLayout: void setTabGravity(int) -okio.Pipe -okhttp3.FormBody: java.util.List encodedValues -androidx.hilt.R$drawable: int notification_bg -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_textFontWeight -androidx.preference.R$style: int Widget_AppCompat_Spinner_DropDown -wangdaye.com.geometricweather.db.entities.LocationEntity: float latitude -wangdaye.com.geometricweather.R$attr: int tabPaddingTop -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight_Dialog_Alert -wangdaye.com.geometricweather.R$color: int colorTextSubtitle -com.amap.api.location.AMapLocationClientOption: boolean isOnceLocation() -androidx.drawerlayout.R$attr: int fontVariationSettings -okio.Sink: void close() -androidx.appcompat.R$styleable: int AppCompatTheme_colorAccent -okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder maxStale(int,java.util.concurrent.TimeUnit) -com.turingtechnologies.materialscrollbar.R$anim: int abc_popup_enter -io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: void onError(java.lang.Throwable) -androidx.lifecycle.LiveData: void observe(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Observer) -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem -wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_weatherKindTitle -com.google.android.material.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle -com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_horizontalDivider -okhttp3.Dispatcher -androidx.legacy.coreutils.R$id: int line1 -io.reactivex.internal.observers.InnerQueuedObserver: io.reactivex.internal.fuseable.SimpleQueue queue() -androidx.recyclerview.R$styleable: int GradientColor_android_gradientRadius -wangdaye.com.geometricweather.R$string: int material_minute_selection -wangdaye.com.geometricweather.R$string: int mtrl_picker_toggle_to_calendar_input_mode -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_padding -androidx.constraintlayout.widget.R$attr: int customFloatValue -com.google.android.material.circularreveal.CircularRevealFrameLayout: int getCircularRevealScrimColor() -com.google.android.material.R$styleable: int CollapsingToolbarLayout_scrimVisibleHeightTrigger -okhttp3.ConnectionSpec: okhttp3.ConnectionSpec MODERN_TLS -android.didikee.donate.R$styleable: int ActionBar_indeterminateProgressStyle -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub$Proxy: java.lang.String getInterfaceDescriptor() -com.xw.repo.bubbleseekbar.R$id: int customPanel -com.google.android.material.R$styleable: int TextInputLayout_helperText -com.turingtechnologies.materialscrollbar.DateAndTimeIndicator -wangdaye.com.geometricweather.R$attr: int ratingBarStyleSmall -wangdaye.com.geometricweather.R$drawable: int shortcuts_partly_cloudy_day_foreground -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_alphabeticShortcut -androidx.constraintlayout.widget.R$color: int notification_action_color_filter -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title -com.jaredrummler.android.colorpicker.R$drawable: int abc_seekbar_tick_mark_material -io.reactivex.Observable: io.reactivex.Observable concat(java.lang.Iterable) -android.didikee.donate.R$color: int primary_dark_material_light -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setDate(java.util.Date) -okhttp3.internal.platform.AndroidPlatform$CloseGuard: okhttp3.internal.platform.AndroidPlatform$CloseGuard get() -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit getInstance(java.lang.String) -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintLeft_toRightOf -androidx.constraintlayout.widget.R$attr: int layout_constraintHeight_min -androidx.swiperefreshlayout.widget.SwipeRefreshLayout -androidx.appcompat.R$attr: int trackTint -io.reactivex.internal.operators.observable.ObservableReplay$SizeBoundReplayBuffer: ObservableReplay$SizeBoundReplayBuffer(int) -androidx.preference.R$string: int v7_preference_off -com.amap.api.fence.GeoFence: com.amap.api.location.AMapLocation r -androidx.constraintlayout.widget.R$attr: int contrast -wangdaye.com.geometricweather.R$string: int key_view_type -retrofit2.HttpException: retrofit2.Response response -com.google.android.material.chip.ChipGroup: void setOnHierarchyChangeListener(android.view.ViewGroup$OnHierarchyChangeListener) -androidx.recyclerview.R$id: int right_side -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Small_Inverse -com.google.android.material.R$attr: int region_heightLessThan -com.google.android.material.R$attr: int checkedIconTint -wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getNighttimeWeatherCode() -androidx.activity.R$styleable: int GradientColor_android_endColor -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Speed: AccuDailyResult$DailyForecasts$Day$WindGust$Speed() -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_height -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Caption -android.didikee.donate.R$attr: int ratingBarStyleIndicator -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxCornerRadiusTopStart -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title -com.google.android.material.R$attr: int colorOnSecondary -james.adaptiveicon.R$styleable: int FontFamily_fontProviderPackage -androidx.hilt.work.R$id: int action_image -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_26 -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getLiveLockScreenThemePackageName() -com.google.android.material.slider.RangeSlider: void setLabelBehavior(int) -androidx.transition.R$integer: R$integer() -androidx.constraintlayout.utils.widget.MockView: MockView(android.content.Context) -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored -wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintCircle -cyanogenmod.content.Intent: java.lang.String ACTION_THEME_UPDATED -okhttp3.internal.cache.DiskLruCache$3: okhttp3.internal.cache.DiskLruCache this$0 -com.tencent.bugly.nativecrashreport.R$string: int app_name -james.adaptiveicon.R$color: int highlighted_text_material_dark -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric: double Value -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ProgressBar -android.didikee.donate.R$styleable: int[] AppCompatImageView -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: int OTHER_STATE_CONSUMED_OR_EMPTY -wangdaye.com.geometricweather.R$drawable: int notif_temp_6 -wangdaye.com.geometricweather.R$layout: int widget_clock_day_tile -com.google.android.material.R$dimen: int design_fab_elevation -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.lang.String getWeatherText() -io.reactivex.internal.util.HashMapSupplier: java.lang.Object call() -androidx.preference.R$layout: R$layout() -cyanogenmod.power.IPerformanceManager$Stub$Proxy: IPerformanceManager$Stub$Proxy(android.os.IBinder) -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setScaleY(float) -okhttp3.Address: javax.net.ssl.HostnameVerifier hostnameVerifier -retrofit2.http.FormUrlEncoded -okhttp3.OkHttpClient$1: boolean connectionBecameIdle(okhttp3.ConnectionPool,okhttp3.internal.connection.RealConnection) -com.google.android.material.R$string: int abc_search_hint -cyanogenmod.app.Profile: void setRingMode(cyanogenmod.profiles.RingModeSettings) -androidx.viewpager.R$styleable: int ColorStateListItem_android_alpha -james.adaptiveicon.R$attr: int popupMenuStyle -com.google.android.material.R$styleable: int[] MotionLayout -com.xw.repo.bubbleseekbar.R$id: int action_bar_root -cyanogenmod.content.Intent: java.lang.String ACTION_SCREEN_CAMERA_GESTURE -com.google.android.material.R$attr: int motion_triggerOnCollision -com.xw.repo.bubbleseekbar.R$color: int abc_hint_foreground_material_dark -com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable -androidx.appcompat.R$styleable: int SwitchCompat_trackTintMode -androidx.constraintlayout.widget.R$dimen: int tooltip_vertical_padding -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void innerNext(io.reactivex.internal.observers.InnerQueuedObserver,java.lang.Object) -androidx.core.R$styleable: int GradientColorItem_android_offset -androidx.constraintlayout.widget.R$layout -okhttp3.internal.http1.Http1Codec$AbstractSource: long bytesRead -androidx.hilt.R$style: int TextAppearance_Compat_Notification_Line2 -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: java.lang.String ShortPhrase -com.xw.repo.bubbleseekbar.R$color: int background_floating_material_light -wangdaye.com.geometricweather.R$id: int dialog_learn_more_about_geocoder_content -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeTotalPrecipitationDuration -wangdaye.com.geometricweather.R$id: int stop -okhttp3.internal.connection.StreamAllocation: boolean $assertionsDisabled -cyanogenmod.weather.CMWeatherManager$1 -wangdaye.com.geometricweather.R$drawable: int shortcuts_thunder -wangdaye.com.geometricweather.R$styleable: int[] ActionMode -androidx.viewpager.R$style: int Widget_Compat_NotificationActionText -com.turingtechnologies.materialscrollbar.R$integer: int abc_config_activityShortDur -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Inverse -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_blackContainer -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: boolean done -cyanogenmod.providers.CMSettings$Secure: boolean putLong(android.content.ContentResolver,java.lang.String,long) -cyanogenmod.themes.ThemeManager$2: ThemeManager$2(cyanogenmod.themes.ThemeManager) -com.google.gson.JsonSyntaxException -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_DropDownItem_Spinner -androidx.transition.R$id: int action_container -okhttp3.internal.tls.DistinguishedNameParser: int beg -com.bumptech.glide.integration.okhttp.R$id: int text2 -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_visibility -com.turingtechnologies.materialscrollbar.R$id: int contentPanel -cyanogenmod.app.StatusBarPanelCustomTile$1: java.lang.Object[] newArray(int) -androidx.appcompat.R$id: int expand_activities_button -com.google.android.material.textfield.TextInputLayout: void setBoxStrokeErrorColor(android.content.res.ColorStateList) -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionButton_Overflow -com.tencent.bugly.crashreport.CrashReport: void setAppChannel(android.content.Context,java.lang.String) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: void setBrandId(java.lang.String) -wangdaye.com.geometricweather.R$font: int product_sans_bold -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: java.util.List getValue() -com.bumptech.glide.integration.okhttp.R$attr: int layout_dodgeInsetEdges -com.xw.repo.bubbleseekbar.R$color: int abc_tint_spinner -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -androidx.customview.R$id: int right_icon -okhttp3.Address: java.util.List connectionSpecs -com.turingtechnologies.materialscrollbar.R$attr: int subtitleTextColor -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String componentToImageColName(java.lang.String) -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float ceiling -wangdaye.com.geometricweather.R$drawable: int weather_thunder_mini_light -androidx.appcompat.widget.SearchView: void setAppSearchData(android.os.Bundle) -androidx.hilt.lifecycle.R$styleable: int ColorStateListItem_alpha -com.google.android.material.R$attr: int customDimension -cyanogenmod.profiles.AirplaneModeSettings: void getXmlString(java.lang.StringBuilder,android.content.Context) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA -okhttp3.OkHttpClient: OkHttpClient(okhttp3.OkHttpClient$Builder) -androidx.preference.R$id: int spinner -androidx.appcompat.R$drawable: int abc_btn_default_mtrl_shape -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 -okio.AsyncTimeout$1: void write(okio.Buffer,long) -androidx.hilt.R$integer -wangdaye.com.geometricweather.R$attr: int state_collapsed -androidx.hilt.work.R$style -wangdaye.com.geometricweather.R$string: int key_notification_custom_color -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintWidth_min -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: java.lang.String colorId -androidx.constraintlayout.widget.R$attr: int alertDialogTheme -androidx.constraintlayout.widget.R$attr: int flow_horizontalAlign -okhttp3.internal.platform.AndroidPlatform: void logCloseableLeak(java.lang.String,java.lang.Object) -androidx.appcompat.widget.Toolbar: void setOnMenuItemClickListener(androidx.appcompat.widget.Toolbar$OnMenuItemClickListener) -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Wind -cyanogenmod.externalviews.KeyguardExternalView: android.content.ServiceConnection mServiceConnection -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder certificatePinner(okhttp3.CertificatePinner) -okio.RealBufferedSink: void write(okio.Buffer,long) -cyanogenmod.externalviews.ExternalView$3: void run() -wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit valueOf(java.lang.String) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_93 -android.didikee.donate.R$anim: int abc_fade_in -androidx.preference.R$id: int accessibility_custom_action_9 -com.google.android.material.R$styleable: int AppCompatTheme_android_windowIsFloating -com.jaredrummler.android.colorpicker.R$attr: int fastScrollVerticalTrackDrawable -okhttp3.internal.http2.Http2Stream: java.util.Deque access$000(okhttp3.internal.http2.Http2Stream) -io.reactivex.internal.schedulers.ScheduledRunnable: java.lang.Object call() -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item -wangdaye.com.geometricweather.R$id: int SYM -android.didikee.donate.R$style: int ThemeOverlay_AppCompat_Dialog_Alert -com.jaredrummler.android.colorpicker.R$attr: int actionMenuTextColor -wangdaye.com.geometricweather.R$string: int mtrl_picker_range_header_only_start_selected -com.google.gson.stream.JsonReader: int lineNumber -com.google.android.material.R$dimen: int fastscroll_default_thickness -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver this$0 -wangdaye.com.geometricweather.R$string: int feedback_readd_location_after_changing_source -com.google.android.material.R$styleable: int AppCompatTheme_activityChooserViewStyle -com.amap.api.location.AMapLocation: void setFloor(java.lang.String) -androidx.hilt.lifecycle.R$id: int italic -com.google.android.material.datepicker.DateSelector -com.google.android.material.R$attr: int goIcon -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property CloudCover -cyanogenmod.os.Concierge: cyanogenmod.os.Concierge$ParcelInfo prepareParcel(android.os.Parcel) -com.xw.repo.bubbleseekbar.R$attr: int tooltipFrameBackground -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: io.reactivex.disposables.Disposable upstream -com.turingtechnologies.materialscrollbar.R$integer -com.google.android.material.R$styleable: int SearchView_android_focusable -androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_font -androidx.appcompat.widget.AppCompatCheckBox: android.graphics.PorterDuff$Mode getSupportButtonTintMode() -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setUvDescription(java.lang.String) -com.amap.api.location.AMapLocation: int getConScenario() -okhttp3.TlsVersion: okhttp3.TlsVersion forJavaName(java.lang.String) -androidx.appcompat.widget.ActivityChooserView -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_barrierMargin -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabPadding -wangdaye.com.geometricweather.R$xml: int perference -androidx.viewpager.R$id: int action_text -retrofit2.converter.gson.GsonResponseBodyConverter -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse -androidx.preference.R$layout: int expand_button -wangdaye.com.geometricweather.R$styleable: int OnClick_targetId -androidx.lifecycle.LiveData$LifecycleBoundObserver: boolean isAttachedTo(androidx.lifecycle.LifecycleOwner) -cyanogenmod.weatherservice.IWeatherProviderServiceClient: void setServiceRequestState(cyanogenmod.weather.RequestInfo,cyanogenmod.weatherservice.ServiceRequestResult,int) -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_endIconTint -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_RC4_128_SHA -androidx.constraintlayout.widget.R$style: int Base_AlertDialog_AppCompat_Light -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_selection_line_height -androidx.appcompat.R$id: int checked -com.google.android.material.textfield.TextInputLayout: void setEndIconVisible(boolean) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: void setStatus(int) -com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage[] values() -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: long uniqueId -okhttp3.internal.ws.RealWebSocket: okhttp3.internal.ws.WebSocketReader reader -james.adaptiveicon.R$styleable: int AppCompatTheme_colorControlNormal -androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$Event upEvent(androidx.lifecycle.Lifecycle$State) -com.google.android.material.chip.ChipGroup: int getCheckedChipId() -android.didikee.donate.R$attr: int alertDialogStyle -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton -com.google.gson.stream.JsonReader: void nextNull() -androidx.viewpager2.R$attr: int fontWeight -okhttp3.FormBody$Builder: java.util.List names -wangdaye.com.geometricweather.R$attr: int order -wangdaye.com.geometricweather.R$id: int widget_day_week_icon_1 -com.github.rahatarmanahmed.cpv.CircularProgressView$1: CircularProgressView$1(com.github.rahatarmanahmed.cpv.CircularProgressView) -cyanogenmod.app.ILiveLockScreenManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -james.adaptiveicon.R$dimen: int abc_dialog_padding_material -com.google.android.material.R$styleable: int CompoundButton_buttonCompat -com.google.android.material.circularreveal.CircularRevealRelativeLayout: android.graphics.drawable.Drawable getCircularRevealOverlayDrawable() -com.google.android.material.tabs.TabLayout: void setSelectedTabIndicatorColor(int) -cyanogenmod.profiles.BrightnessSettings: boolean mDirty -androidx.appcompat.R$color: int material_grey_50 -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeFindDrawable -wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_android_switchTextOn -android.didikee.donate.R$styleable: int Toolbar_navigationContentDescription -com.tencent.bugly.crashreport.common.info.a: java.lang.String n -com.tencent.bugly.crashreport.crash.anr.b: com.tencent.bugly.crashreport.crash.CrashDetailBean a(com.tencent.bugly.crashreport.crash.anr.a) -james.adaptiveicon.R$id -wangdaye.com.geometricweather.R$attr: int layout_constraintRight_creator -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getRainPrecipitation() -com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_arrowHeadLength -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_checkedTextViewStyle -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth -android.support.v4.os.ResultReceiver$MyRunnable: void run() -com.google.android.material.slider.RangeSlider: void setValues(java.util.List) -com.google.android.material.R$attr: int flow_horizontalAlign -cyanogenmod.providers.CMSettings$System$1: CMSettings$System$1() -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_unregisterChangeListener -io.reactivex.internal.util.NotificationLite: java.lang.String toString() -okhttp3.TlsVersion: okhttp3.TlsVersion SSL_3_0 -androidx.viewpager2.R$styleable: int GradientColor_android_startY -androidx.constraintlayout.widget.R$drawable: int abc_textfield_search_activated_mtrl_alpha -com.tencent.bugly.crashreport.BuglyLog -androidx.hilt.work.R$id: int accessibility_custom_action_3 -androidx.dynamicanimation.R$id: int async -cyanogenmod.weatherservice.IWeatherProviderServiceClient -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setPubTime(java.util.Date) -androidx.preference.R$id: int customPanel -androidx.appcompat.R$styleable: int View_paddingStart -com.jaredrummler.android.colorpicker.R$dimen: int abc_cascading_menus_min_smallest_width -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -com.google.android.material.R$style: int TextAppearance_Design_Counter -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: int val$height -com.google.android.material.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar -androidx.viewpager.widget.PagerTabStrip: PagerTabStrip(android.content.Context,android.util.AttributeSet) -android.didikee.donate.R$style: int Widget_AppCompat_ActionBar -com.turingtechnologies.materialscrollbar.R$attr: int allowStacking -com.bumptech.glide.integration.okhttp.R$layout: int notification_action_tombstone -androidx.fragment.R$drawable: int notification_bg_low_pressed -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_button_min_width_overflow_material -com.google.android.material.R$styleable: int KeyCycle_motionTarget -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleMargin -wangdaye.com.geometricweather.R$style: int TextAppearance_Compat_Notification_Time -androidx.activity.R$id: int actions -okio.package-info -com.tencent.bugly.proguard.a: com.tencent.bugly.proguard.ar a(java.util.List,int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Imperial: AccuCurrentResult$Visibility$Imperial() -com.google.android.material.R$styleable: int ConstraintLayout_Layout_chainUseRtl -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: void onAttachedToWindow() -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Object getKey(java.lang.Object) -com.baidu.location.indoor.mapversion.c.a$d: java.lang.String h -com.turingtechnologies.materialscrollbar.R$dimen: int notification_big_circle_margin -com.google.gson.stream.JsonReader: int NUMBER_CHAR_EXP_DIGIT -io.reactivex.internal.schedulers.AbstractDirectTask: void dispose() -androidx.preference.R$attr: int preferenceScreenStyle -com.google.android.material.R$style: int Base_V26_Widget_AppCompat_Toolbar -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void onComplete() -com.turingtechnologies.materialscrollbar.R$attr: int tabUnboundedRipple -wangdaye.com.geometricweather.R$id: int activity_widget_config_container -androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_shadowColor -com.google.android.material.R$styleable: int ActionMode_background -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Dark -retrofit2.Utils$WildcardTypeImpl: java.lang.reflect.Type upperBound -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_SearchView_ActionBar -okhttp3.internal.cache.DiskLruCache$Editor: void commit() -wangdaye.com.geometricweather.R$styleable: int CompoundButton_android_button -androidx.hilt.R$attr: int fontProviderFetchTimeout -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_ProgressIndicator_Linear -androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding -cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_getDefaultLiveLockScreen -com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_verticalDivider -androidx.appcompat.R$dimen: int abc_list_item_height_small_material -androidx.preference.R$color: int foreground_material_dark -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Light_BottomSheetDialog -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void otherError(java.lang.Throwable) -okhttp3.internal.ws.RealWebSocket$PingRunnable: RealWebSocket$PingRunnable(okhttp3.internal.ws.RealWebSocket) -wangdaye.com.geometricweather.R$attr: int textStartPadding -com.google.android.material.R$string: int mtrl_picker_text_input_date_range_start_hint -com.google.android.material.R$styleable: int LinearLayoutCompat_android_gravity -james.adaptiveicon.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset -com.turingtechnologies.materialscrollbar.R$attr: int checkedTextViewStyle -okhttp3.internal.http2.Http2Connection$7 -androidx.swiperefreshlayout.R$color: int ripple_material_light -io.reactivex.internal.util.VolatileSizeArrayList: java.lang.Object[] toArray(java.lang.Object[]) -com.xw.repo.bubbleseekbar.R$styleable: int[] Spinner -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout -androidx.preference.R$anim: int btn_radio_to_on_mtrl_ring_outer_animation -com.google.android.material.textfield.TextInputLayout: void setErrorIconOnLongClickListener(android.view.View$OnLongClickListener) -wangdaye.com.geometricweather.remoteviews.trend.TrendLinearLayout -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult: java.lang.String Link -wangdaye.com.geometricweather.R$id: int textStart -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowActionBarOverlay -androidx.core.R$color: int androidx_core_secondary_text_default_material_light -androidx.activity.R$dimen: int compat_notification_large_icon_max_height -com.github.rahatarmanahmed.cpv.CircularProgressView: float access$402(com.github.rahatarmanahmed.cpv.CircularProgressView,float) -androidx.loader.R$attr: int fontProviderAuthority -io.reactivex.internal.util.ArrayListSupplier: java.util.List call() -androidx.appcompat.R$attr: int actionMenuTextColor -androidx.appcompat.R$anim: int abc_slide_in_top -wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.util.Date getDate() -com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState RUNNING -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: long serialVersionUID -cyanogenmod.profiles.LockSettings$1: java.lang.Object[] newArray(int) -com.xw.repo.bubbleseekbar.R$id: int scrollIndicatorDown -wangdaye.com.geometricweather.R$styleable: int Constraint_animate_relativeTo -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: void onComplete() -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setO3(java.lang.Float) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWetBulbTemperature -com.tencent.bugly.proguard.y$a: boolean a -android.didikee.donate.R$id: int top -android.didikee.donate.R$id: int select_dialog_listview -com.turingtechnologies.materialscrollbar.R$color: int switch_thumb_disabled_material_dark -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_endIconTintMode -com.tencent.bugly.crashreport.crash.jni.b: com.tencent.bugly.crashreport.crash.CrashDetailBean a(android.content.Context,java.lang.String,com.tencent.bugly.crashreport.crash.jni.NativeExceptionHandler) -androidx.vectordrawable.R$styleable: int GradientColor_android_startY -androidx.constraintlayout.helper.widget.Flow: void setWrapMode(int) -wangdaye.com.geometricweather.R$dimen: int abc_dialog_list_padding_top_no_title -androidx.preference.R$drawable: int abc_btn_radio_to_on_mtrl_015 -com.jaredrummler.android.colorpicker.R$attr: int layout_dodgeInsetEdges -wangdaye.com.geometricweather.R$layout: int widget_week_3 -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_17 -androidx.appcompat.R$drawable: int abc_btn_radio_material_anim -com.turingtechnologies.materialscrollbar.R$attr: int colorPrimary -wangdaye.com.geometricweather.R$attr: int windowFixedHeightMinor -androidx.transition.R$id: int save_overlay_view -com.amap.api.location.CoordinateConverter$1 -androidx.recyclerview.R$drawable: int notification_action_background -james.adaptiveicon.R$styleable: int AppCompatTheme_seekBarStyle -wangdaye.com.geometricweather.R$string: int content_des_moonset -com.google.android.material.R$attr: int layout_optimizationLevel -okhttp3.internal.ws.RealWebSocket$Close: int code -cyanogenmod.externalviews.ExternalViewProviderService$Provider: void onResume() -com.google.android.material.transformation.ExpandableTransformationBehavior: ExpandableTransformationBehavior() -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: java.lang.Integer clouds -okhttp3.Cookie: boolean matches(okhttp3.HttpUrl) -cyanogenmod.app.Profile: void setProfileType(int) -com.google.android.material.R$dimen: int design_bottom_sheet_peek_height_min -retrofit2.RequestBuilder: void setRelativeUrl(java.lang.Object) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_110 -androidx.coordinatorlayout.R$dimen: int compat_button_padding_vertical_material -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float rain -com.turingtechnologies.materialscrollbar.R$attr: int cardMaxElevation -com.google.android.material.R$styleable: int AppCompatTheme_buttonStyle -androidx.lifecycle.MediatorLiveData: void addSource(androidx.lifecycle.LiveData,androidx.lifecycle.Observer) -com.google.android.material.R$styleable: int MenuItem_android_orderInCategory -wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemIconSize -androidx.preference.R$color: int dim_foreground_material_dark -androidx.constraintlayout.widget.R$attr: int autoSizeMaxTextSize -wangdaye.com.geometricweather.R$attr: int cornerFamilyTopLeft -com.turingtechnologies.materialscrollbar.R$attr: int spinBars -androidx.hilt.work.R$id: int accessibility_custom_action_30 -androidx.appcompat.R$color: int abc_btn_colored_text_material -okio.Okio: okio.AsyncTimeout timeout(java.net.Socket) -okhttp3.internal.cache.DiskLruCache: java.lang.String CLEAN -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableTint -androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPostCreated(android.app.Activity,android.os.Bundle) -androidx.constraintlayout.widget.R$anim: int btn_radio_to_off_mtrl_dot_group_animation -com.tencent.bugly.proguard.ar: byte a -androidx.constraintlayout.widget.R$attr: int paddingBottomNoButtons -com.google.gson.internal.LazilyParsedNumber: java.lang.Object writeReplace() -com.google.android.material.R$animator: int mtrl_btn_state_list_anim -cyanogenmod.externalviews.ExternalView: android.content.ServiceConnection mServiceConnection -james.adaptiveicon.R$dimen: int notification_action_text_size -wangdaye.com.geometricweather.R$styleable: int PopupWindow_android_popupAnimationStyle -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean getPoint() -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_firstVerticalBias -androidx.appcompat.R$attr: int color -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_65 -com.turingtechnologies.materialscrollbar.R$id: int async -wangdaye.com.geometricweather.R$string: int off -cyanogenmod.app.Profile: void setConnectionSettings(cyanogenmod.profiles.ConnectionSettings) -com.tencent.bugly.proguard.ak: java.lang.String i -com.google.android.material.R$styleable: int SearchView_queryHint -okhttp3.HttpUrl: okhttp3.HttpUrl resolve(java.lang.String) -androidx.legacy.coreutils.R$id: int action_divider -wangdaye.com.geometricweather.R$style: int Base_V26_Theme_AppCompat_Light -com.google.android.material.R$drawable: int abc_list_longpressed_holo -androidx.appcompat.widget.AppCompatSpinner: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) -android.didikee.donate.R$styleable: int TextAppearance_android_textColorHint -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_DrawerArrowToggle -androidx.preference.R$attr: int switchMinWidth -androidx.appcompat.R$attr: int actionButtonStyle -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_android_textOn -com.turingtechnologies.materialscrollbar.R$attr: int actionBarWidgetTheme -androidx.loader.R$id: int text2 -okhttp3.ConnectionSpec$Builder: boolean supportsTlsExtensions -androidx.transition.R$dimen: int notification_big_circle_margin -com.google.android.material.R$styleable: int ConstraintSet_deriveConstraintsFrom -wangdaye.com.geometricweather.R$id: int sides -okio.Timeout$1: Timeout$1() -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: java.util.concurrent.atomic.AtomicReference upstream -com.google.android.material.button.MaterialButton -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String dailyForecast -okhttp3.ConnectionSpec: okhttp3.CipherSuite[] APPROVED_CIPHER_SUITES -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setWeather(java.lang.String) -cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType USER_REQUEST -androidx.preference.R$styleable: int[] Toolbar -com.google.android.material.R$attr: int state_collapsible -com.jaredrummler.android.colorpicker.ColorPickerView: void setBorderColor(int) -com.google.android.material.R$styleable: int ProgressIndicator_indicatorColors -com.google.android.material.R$styleable: int Constraint_android_layout_marginRight -androidx.preference.R$styleable: int Toolbar_maxButtonHeight -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: java.lang.String IconPhrase -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle -androidx.coordinatorlayout.widget.CoordinatorLayout: android.graphics.drawable.Drawable getStatusBarBackground() -androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable -cyanogenmod.app.ProfileManager: void removeProfile(cyanogenmod.app.Profile) -wangdaye.com.geometricweather.R$attr: int helperTextTextAppearance -androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart -androidx.work.R$id: int right_icon -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionBar_TabText -com.google.android.material.R$dimen: int mtrl_calendar_days_of_week_height -androidx.preference.R$style: int Widget_AppCompat_Button_Borderless_Colored -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.util.Date moonriseTime -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceImageView_maxHeight -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: CaiYunMainlyResult$CurrentBean$VisibilityBean() -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense -com.turingtechnologies.materialscrollbar.R$attr: int closeIconEnabled -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun: long EpochRise -com.google.android.material.R$dimen: int abc_text_size_subtitle_material_toolbar -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar -androidx.preference.R$styleable: int FragmentContainerView_android_name -wangdaye.com.geometricweather.R$drawable: int shortcuts_hail -com.bumptech.glide.R$id: int text2 -com.amap.api.location.APSServiceBase: int onStartCommand(android.content.Intent,int,int) -com.xw.repo.bubbleseekbar.R$attr: int controlBackground -androidx.appcompat.R$styleable: int SwitchCompat_showText -com.jaredrummler.android.colorpicker.R$id: int icon -com.google.android.material.tabs.TabLayout: void setUnboundedRipple(boolean) -androidx.appcompat.widget.AppCompatRadioButton: void setButtonDrawable(int) -com.google.android.material.R$styleable: int RecycleListView_paddingBottomNoButtons -com.amap.api.fence.GeoFence: long j -com.xw.repo.bubbleseekbar.R$attr: int subtitle -android.didikee.donate.R$id: int multiply -okhttp3.Cache$2: java.lang.String next() -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: io.reactivex.disposables.Disposable upstream -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean getImages() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean temperature -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: CaiYunMainlyResult$CurrentBean$FeelsLikeBean() -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: androidx.lifecycle.LiveData mLiveData -androidx.vectordrawable.R$id: int async -com.tencent.bugly.crashreport.CrashReport: void testANRCrash() -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getO3Color(android.content.Context) -io.reactivex.internal.subscribers.DeferredScalarSubscriber -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarTabBarStyle -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModePopupWindowStyle -androidx.appcompat.R$styleable: int AppCompatTheme_editTextStyle -com.google.android.material.R$styleable: int TabLayout_tabIconTint -wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_icon_dark_normal_background -com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity -com.turingtechnologies.materialscrollbar.R$attr: int fontProviderPackage -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_autoSizePresetSizes -androidx.lifecycle.ProcessLifecycleOwner$1 -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float getCO() -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_SearchView_ActionBar -android.didikee.donate.R$style: int Base_V23_Theme_AppCompat_Light -okhttp3.internal.connection.RealConnection$1: RealConnection$1(okhttp3.internal.connection.RealConnection,boolean,okio.BufferedSource,okio.BufferedSink,okhttp3.internal.connection.StreamAllocation) -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_type -android.didikee.donate.R$anim: R$anim() -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar -wangdaye.com.geometricweather.R$attr: int cpv_animAutostart -androidx.constraintlayout.widget.R$dimen: int notification_top_pad_large_text -com.google.android.material.R$color: int material_deep_teal_200 -androidx.constraintlayout.widget.Barrier -wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_itemStrokeColor -androidx.constraintlayout.motion.widget.MotionLayout: java.util.ArrayList getDefinedTransitions() -okhttp3.Headers: int size() -com.turingtechnologies.materialscrollbar.R$drawable: int design_password_eye -androidx.appcompat.R$attr: int titleTextAppearance -retrofit2.KotlinExtensions$await$4$2: kotlinx.coroutines.CancellableContinuation $continuation -com.google.android.material.R$layout: int material_timepicker_textinput_display -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.Date getPublishDate() -okhttp3.internal.http1.Http1Codec$UnknownLengthSource -com.google.android.material.R$attr: int commitIcon -com.turingtechnologies.materialscrollbar.R$id: int action_bar_spinner -cyanogenmod.hardware.CMHardwareManager: int COLOR_CALIBRATION_MAX_INDEX -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle -com.google.android.material.R$id: int wrap -androidx.preference.R$styleable: int MultiSelectListPreference_android_entryValues -androidx.constraintlayout.widget.R$styleable: int GradientColor_android_startColor -cyanogenmod.app.StatusBarPanelCustomTile: long postTime -com.google.android.material.R$attr: int colorControlNormal -android.didikee.donate.R$drawable: int abc_text_select_handle_right_mtrl_dark -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric Metric -androidx.hilt.work.R$styleable: int FontFamily_fontProviderFetchTimeout -com.turingtechnologies.materialscrollbar.R$drawable: int notification_action_background -wangdaye.com.geometricweather.R$string: int key_forecast_today -androidx.preference.R$attr: int voiceIcon -cyanogenmod.weather.WeatherLocation: java.lang.String mCountryId -androidx.transition.R$styleable: R$styleable() -com.google.android.material.appbar.AppBarLayout$BaseBehavior: AppBarLayout$BaseBehavior(android.content.Context,android.util.AttributeSet) -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_android_summaryOff -okhttp3.internal.http2.Http2Reader$ContinuationSource: int left -androidx.preference.R$styleable: int SearchView_layout -com.google.android.material.R$id: int accessibility_custom_action_21 -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_orderInCategory -com.google.android.material.R$dimen: int abc_search_view_preferred_width -androidx.lifecycle.extensions.R$styleable: int FontFamily_fontProviderPackage -wangdaye.com.geometricweather.background.receiver.widget.WidgetMultiCityProvider: WidgetMultiCityProvider() -james.adaptiveicon.R$styleable: int AlertDialog_singleChoiceItemLayout -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric Metric -androidx.constraintlayout.widget.R$attr: int actionOverflowButtonStyle -androidx.preference.R$styleable: int[] Spinner -cyanogenmod.app.CMTelephonyManager: boolean isSubActive(int) -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: java.lang.String co -androidx.drawerlayout.widget.DrawerLayout: void setDrawerElevation(float) -wangdaye.com.geometricweather.R$styleable: int PreferenceFragmentCompat_allowDividerAfterLastItem -com.google.android.material.floatingactionbutton.FloatingActionButton: void setHideMotionSpec(com.google.android.material.animation.MotionSpec) -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceCategoryStyle -com.google.android.material.R$attr: int color -com.google.android.material.R$styleable: int KeyCycle_android_scaleX -androidx.lifecycle.ProcessLifecycleOwner$3$1: void onActivityPostResumed(android.app.Activity) -androidx.preference.R$anim: int abc_fade_out -androidx.customview.R$layout: int notification_action_tombstone -com.xw.repo.bubbleseekbar.R$attr: int divider -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_maxElementsWrap -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_22 -okhttp3.RequestBody: RequestBody() -com.google.android.material.R$id: int selected -androidx.lifecycle.LiveData: int getVersion() -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: boolean isRain() -io.reactivex.internal.disposables.EmptyDisposable: void complete(io.reactivex.CompletableObserver) -androidx.drawerlayout.R$dimen: int notification_media_narrow_margin -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void drain() -com.tencent.bugly.crashreport.CrashReport: boolean setJavascriptMonitor(com.tencent.bugly.crashreport.CrashReport$WebViewInterface,boolean) -com.jaredrummler.android.colorpicker.R$style: int PreferenceFragmentList -org.greenrobot.greendao.AbstractDaoSession: void registerDao(java.lang.Class,org.greenrobot.greendao.AbstractDao) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_height -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Weather: java.lang.String desc -okhttp3.internal.http2.Header: int hpackSize -com.xw.repo.bubbleseekbar.R$id: int title_template -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_ttcIndex -androidx.constraintlayout.widget.R$dimen: int abc_text_size_title_material_toolbar -com.tencent.bugly.crashreport.common.info.a: boolean R() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Speed: AccuDailyResult$DailyForecasts$Day$Wind$Speed() -androidx.preference.R$styleable: int CoordinatorLayout_keylines -cyanogenmod.app.CMTelephonyManager: cyanogenmod.app.CMTelephonyManager sCMTelephonyManagerInstance -wangdaye.com.geometricweather.R$styleable: int MaterialCardView_android_checkable -com.jaredrummler.android.colorpicker.R$layout: int cpv_preference_square_large -james.adaptiveicon.R$attr: int homeAsUpIndicator -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_marginRight -androidx.preference.R$attr: int fontProviderPackage -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow: java.lang.Float cumul12H -cyanogenmod.weather.ICMWeatherManager$Stub: int TRANSACTION_lookupCity -androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionButton_Overflow -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: boolean checkTerminated(boolean,boolean,org.reactivestreams.Subscriber) -androidx.appcompat.R$attr: int alertDialogTheme -cyanogenmod.providers.CMSettings$System: boolean putFloatForUser(android.content.ContentResolver,java.lang.String,float,int) -wangdaye.com.geometricweather.R$layout: int item_about_translator -android.didikee.donate.R$styleable: int SearchView_queryBackground -com.google.android.material.R$styleable: int MaterialCardView_checkedIconTint -cyanogenmod.app.Profile$Type: int TOGGLE -wangdaye.com.geometricweather.R$styleable: int ActionBar_itemPadding -androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_textAppearance -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeSnowPrecipitationProbability -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_counterOverflowTextAppearance -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse -com.jaredrummler.android.colorpicker.R$attr: int dialogTitle -com.google.android.material.R$attr: int contentPaddingLeft -com.google.android.material.R$id: int material_timepicker_mode_button -wangdaye.com.geometricweather.R$drawable: int notif_temp_67 -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability precipitationProbability -com.xw.repo.bubbleseekbar.R$layout: int abc_activity_chooser_view -wangdaye.com.geometricweather.R$array: int speed_unit_voices -androidx.preference.R$styleable: int AppCompatTheme_listDividerAlertDialog -androidx.appcompat.R$style: int TextAppearance_AppCompat_Small -wangdaye.com.geometricweather.R$attr: int submitBackground -androidx.appcompat.R$attr: int switchTextAppearance -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_shadowColor -androidx.appcompat.R$styleable: int[] ActionMenuItemView -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: long serialVersionUID -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: wangdaye.com.geometricweather.db.entities.DaoSession daoSession -com.xw.repo.bubbleseekbar.R$styleable: int[] RecycleListView -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse -cyanogenmod.power.PerformanceManagerInternal: void cpuBoost(int) -wangdaye.com.geometricweather.R$styleable: int ActionBar_progressBarPadding -wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayHorizontalProvider: WidgetClockDayHorizontalProvider() -com.google.android.material.R$styleable: int TextInputLayout_helperTextTextColor -androidx.constraintlayout.widget.R$styleable: int Transition_staggered -okio.Pipe$PipeSink: okio.Pipe this$0 -wangdaye.com.geometricweather.R$id: int activity_widget_config_cardAlphaSeekBar -android.didikee.donate.R$id: int parentPanel -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_bias -android.didikee.donate.R$id: int search_close_btn -com.tencent.bugly.crashreport.crash.CrashDetailBean: java.util.Map i -com.google.android.material.R$color: int material_grey_850 -okio.Buffer: okio.ByteString hmacSha512(okio.ByteString) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_CHACHA20_POLY1305_SHA256 -android.didikee.donate.R$style: int Base_Widget_AppCompat_Toolbar -androidx.constraintlayout.widget.R$color: int material_blue_grey_800 -com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_pressed_holo_dark -androidx.preference.R$styleable: int AppCompatTextView_autoSizeMaxTextSize -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Wind wind -com.tencent.bugly.BuglyStrategy: java.lang.String getAppPackageName() -android.didikee.donate.R$attr: int actionModeSplitBackground -androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy -androidx.preference.R$attr: int actionBarWidgetTheme -com.google.android.material.datepicker.DateValidatorPointForward: android.os.Parcelable$Creator CREATOR -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_textStyle -com.tencent.bugly.crashreport.common.info.a: java.lang.String m() -james.adaptiveicon.R$attr: int textAppearanceSearchResultSubtitle -com.xw.repo.bubbleseekbar.R$style -androidx.drawerlayout.R$styleable: int FontFamilyFont_ttcIndex -james.adaptiveicon.R$id: int action_mode_bar_stub -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean a(java.lang.String,boolean) -com.google.android.material.R$id: int shortcut -okio.Timeout$1: void throwIfReached() -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle -androidx.preference.R$layout: int preference_information -androidx.vectordrawable.animated.R$layout: int notification_template_part_chronometer -androidx.preference.R$style: int Base_Widget_AppCompat_ActionMode -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cuv -retrofit2.ParameterHandler$FieldMap: ParameterHandler$FieldMap(java.lang.reflect.Method,int,retrofit2.Converter,boolean) -com.jaredrummler.android.colorpicker.R$id: int right -com.google.android.material.R$styleable: int MaterialTextView_lineHeight -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_second_track_size -androidx.core.view.GestureDetectorCompat$GestureDetectorCompatImplBase: void setOnDoubleTapListener(android.view.GestureDetector$OnDoubleTapListener) -wangdaye.com.geometricweather.R$attr: int barrierAllowsGoneWidgets -com.google.gson.LongSerializationPolicy: com.google.gson.LongSerializationPolicy DEFAULT -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.database.Database db -wangdaye.com.geometricweather.R$styleable: int SwitchPreference_android_switchTextOn -com.tencent.bugly.proguard.am: java.util.Map k -cyanogenmod.themes.IThemeChangeListener$Stub$Proxy: android.os.IBinder asBinder() -com.turingtechnologies.materialscrollbar.R$attr: int itemHorizontalTranslationEnabled -wangdaye.com.geometricweather.R$attr: int textAppearanceSubtitle2 -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_alertDialogStyle -okhttp3.ConnectionSpec: java.lang.String toString() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String weatherStart -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Dialog_MinWidth -androidx.work.R$id: int accessibility_custom_action_10 -wangdaye.com.geometricweather.R$array: int automatic_refresh_rates -androidx.vectordrawable.animated.R$id: int line3 -wangdaye.com.geometricweather.R$attr: int state_lifted -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_fragment -retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: RxJava2CallAdapterFactory(io.reactivex.Scheduler,boolean) -androidx.constraintlayout.widget.R$styleable: int[] AppCompatTextView -com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_singleChoiceItemLayout -androidx.lifecycle.ReportFragment: void onStart() -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 -androidx.appcompat.R$drawable: int notification_template_icon_bg -okhttp3.Cache$CacheRequestImpl$1: okhttp3.Cache val$this$0 -androidx.appcompat.resources.R$dimen: int compat_button_padding_horizontal_material -androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType STRING_TYPE -androidx.appcompat.R$color: int material_grey_850 -wangdaye.com.geometricweather.R$color: int notification_icon_bg_color -com.tencent.bugly.crashreport.crash.e: com.tencent.bugly.crashreport.common.info.a d -cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String DESKCLOCK_PACKAGE -wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Type -androidx.constraintlayout.motion.widget.MotionHelper -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_chainStyle -com.google.android.material.R$layout: int mtrl_calendar_month -com.tencent.bugly.proguard.ak: java.util.Map s -wangdaye.com.geometricweather.common.basic.models.weather.History: long time -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: boolean cancelled -com.google.android.material.floatingactionbutton.FloatingActionButton: void hide(com.google.android.material.floatingactionbutton.FloatingActionButton$OnVisibilityChangedListener) -okhttp3.internal.http2.Http2Connection: int AWAIT_PING -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$6: ExternalViewProviderService$Provider$ProviderImpl$6(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) -wangdaye.com.geometricweather.R$string: int content_des_drag_flag -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_requestThemeChangeUpdates -androidx.constraintlayout.widget.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: void onNext(java.lang.Object) -androidx.fragment.app.FragmentActivity: FragmentActivity() -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceBody2 -cyanogenmod.externalviews.ExternalViewProviderService$Provider: ExternalViewProviderService$Provider(cyanogenmod.externalviews.ExternalViewProviderService,android.os.Bundle) -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ListMenuView -androidx.appcompat.R$id: int search_bar -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Ice Ice -cyanogenmod.hardware.CMHardwareManager: java.util.List BOOLEAN_FEATURES -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: void onNext(java.lang.Object) -io.reactivex.internal.observers.InnerQueuedObserver: int prefetch -androidx.recyclerview.R$id: int accessibility_custom_action_23 -com.google.android.material.internal.NavigationMenuView: NavigationMenuView(android.content.Context,android.util.AttributeSet,int) -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: long serialVersionUID -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_99 -com.jaredrummler.android.colorpicker.R$id: int alertTitle -com.jaredrummler.android.colorpicker.R$layout: int abc_action_menu_layout -wangdaye.com.geometricweather.R$attr: int chipStartPadding -com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: void setCircularRevealScrimColor(int) -androidx.coordinatorlayout.R$id: int accessibility_custom_action_23 -james.adaptiveicon.R$attr: int fontProviderAuthority -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipIconVisible -androidx.drawerlayout.R$dimen: int notification_subtext_size -androidx.recyclerview.R$attr: int fastScrollVerticalTrackDrawable -com.tencent.bugly.crashreport.common.info.b: java.lang.String d -wangdaye.com.geometricweather.R$id: int action_mode_bar_stub -androidx.appcompat.R$attr: int progressBarStyle -com.tencent.bugly.crashreport.common.info.a: java.util.Map G() -android.didikee.donate.R$color: int abc_background_cache_hint_selector_material_dark -wangdaye.com.geometricweather.R$drawable: int ic_drag -androidx.preference.R$dimen: int abc_list_item_height_small_material -androidx.appcompat.resources.R$id: int accessibility_custom_action_9 -cyanogenmod.app.CustomTile$ExpandedGridItem: void setExpandedGridItemBitmap(android.graphics.Bitmap) -androidx.appcompat.R$styleable: int AppCompatTheme_colorPrimary -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex -androidx.activity.R$drawable: int notification_tile_bg -wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type PRECIPITATION -james.adaptiveicon.R$drawable: int tooltip_frame_light -cyanogenmod.themes.IThemeChangeListener$Stub: IThemeChangeListener$Stub() -androidx.preference.R$drawable: int abc_spinner_textfield_background_material -com.google.android.material.tabs.TabLayout: void setSelectedTabIndicator(android.graphics.drawable.Drawable) -com.google.android.material.R$styleable: int FontFamily_fontProviderFetchStrategy -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_33 -wangdaye.com.geometricweather.R$drawable: int notif_temp_50 -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: double lat -com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_fontWeight -androidx.constraintlayout.widget.R$attr: int itemPadding -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: io.reactivex.Observer downstream -android.didikee.donate.R$style: int ThemeOverlay_AppCompat_Light -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_contentInsetLeft -okhttp3.ConnectionPool: long keepAliveDurationNs -com.google.android.material.R$styleable: int SnackbarLayout_backgroundTintMode -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night Night -androidx.appcompat.R$style: int Platform_ThemeOverlay_AppCompat -com.google.android.gms.base.R$drawable: int common_google_signin_btn_icon_light_normal -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Inverse -io.reactivex.Observable: io.reactivex.Observable throttleLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -androidx.preference.R$attr: int actionModeBackground -com.google.android.material.R$id: int ghost_view_holder -androidx.constraintlayout.utils.widget.ImageFilterButton: float getContrast() -com.google.android.material.button.MaterialButtonToggleGroup: void setSelectionRequired(boolean) -wangdaye.com.geometricweather.R$id: int item_details_icon -retrofit2.http.Body -wangdaye.com.geometricweather.R$styleable: int ArcProgress_progress_width -cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_PICKED_UUID -com.jaredrummler.android.colorpicker.R$attr: int fontStyle -wangdaye.com.geometricweather.R$styleable: int AppBarLayout_expanded -com.tencent.bugly.proguard.i: i(byte[]) -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_default_height_material -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: com.google.android.material.animation.MotionSpec getHideMotionSpec() -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_draggable -androidx.preference.R$styleable: int DrawerArrowToggle_drawableSize -android.didikee.donate.R$attr: int colorAccent -android.didikee.donate.R$styleable: int TextAppearance_fontFamily -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_trackTintMode -okhttp3.Interceptor$Chain: int readTimeoutMillis() -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter beginArray() -okio.ByteString: long serialVersionUID -cyanogenmod.externalviews.KeyguardExternalViewProviderService$1$1: java.lang.Object call() -james.adaptiveicon.R$style: int Base_Theme_AppCompat_Dialog_MinWidth -wangdaye.com.geometricweather.R$string: int content_des_swipe_right_to_delete -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -androidx.coordinatorlayout.R$drawable: int notification_action_background -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust -com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_showSeekBarValue -com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity -androidx.appcompat.widget.AppCompatImageButton: void setSupportImageTintMode(android.graphics.PorterDuff$Mode) -com.xw.repo.bubbleseekbar.R$attr: int searchIcon -james.adaptiveicon.R$styleable: int AppCompatTheme_dropDownListViewStyle -com.jaredrummler.android.colorpicker.R$string: int abc_prepend_shortcut_label -wangdaye.com.geometricweather.R$styleable: int MaterialButton_iconGravity -com.baidu.location.indoor.c -androidx.vectordrawable.animated.R$drawable -okhttp3.internal.connection.RouteSelector$Selection: java.util.List routes -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: ObservableTimeout$TimeoutFallbackObserver(io.reactivex.Observer,io.reactivex.functions.Function,io.reactivex.ObservableSource) -com.tencent.bugly.proguard.p: java.util.Map a(int,com.tencent.bugly.proguard.o,boolean) -com.google.android.material.R$id: int outline -com.xw.repo.bubbleseekbar.R$color: int abc_search_url_text_selected -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_iconSize -android.didikee.donate.R$styleable: int[] ActionMode -wangdaye.com.geometricweather.R$drawable: int abc_item_background_holo_light -com.google.android.material.R$attr: int checkedIconEnabled -androidx.lifecycle.ComputableLiveData: void invalidate() -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: io.reactivex.functions.Function itemTimeoutIndicator -com.amap.api.fence.GeoFence: com.amap.api.location.DPoint getCenter() -okhttp3.internal.http1.Http1Codec -com.github.rahatarmanahmed.cpv.CircularProgressView: int getColor() -com.google.android.material.R$string: int material_slider_range_start -com.jaredrummler.android.colorpicker.R$attr: int activityChooserViewStyle -com.xw.repo.bubbleseekbar.R$attr: int textAppearancePopupMenuHeader -wangdaye.com.geometricweather.R$dimen: int notification_small_icon_size_as_large -androidx.constraintlayout.widget.R$dimen: int tooltip_y_offset_non_touch -okhttp3.internal.ws.RealWebSocket$PingRunnable: void run() -james.adaptiveicon.R$styleable: int AppCompatTheme_buttonStyleSmall -io.reactivex.internal.util.NotificationLite$ErrorNotification: java.lang.Throwable e -wangdaye.com.geometricweather.R$styleable: int Slider_tickColorActive -cyanogenmod.app.CustomTile$Builder -wangdaye.com.geometricweather.R$attr: int buttonGravity -com.google.android.material.R$styleable: int MenuItem_actionLayout -com.google.android.material.R$styleable: int ImageFilterView_brightness -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_always_show_bubble -com.turingtechnologies.materialscrollbar.R$attr: int counterTextAppearance -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeRainPrecipitation() -com.baidu.location.e.p: p(java.lang.String,int,java.lang.String,java.lang.String,java.lang.String,int,int) -com.google.android.material.R$styleable: int Constraint_layout_editor_absoluteY -androidx.core.R$id: int accessibility_custom_action_26 -okhttp3.internal.Util$1: int compare(java.lang.Object,java.lang.Object) -com.tencent.bugly.CrashModule: java.lang.String[] getTables() -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_transitionEasing -okhttp3.internal.http2.Hpack$Reader: java.util.List headerList -wangdaye.com.geometricweather.R$attr: int logoDescription -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem -cyanogenmod.weather.WeatherInfo$DayForecast$Builder: cyanogenmod.weather.WeatherInfo$DayForecast$Builder setHigh(double) -com.google.android.material.R$styleable: int ConstraintSet_flow_firstVerticalStyle -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_30 -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintBottom_toTopOf -com.google.android.material.R$styleable: int AppCompatTheme_windowActionModeOverlay -com.amap.api.location.AMapLocation: int d(com.amap.api.location.AMapLocation,int) -com.google.android.material.R$style: int Theme_Design -androidx.fragment.R$attr: R$attr() -androidx.viewpager2.R$styleable: int ColorStateListItem_android_alpha -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_counterMaxLength -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_summaryOn -androidx.activity.R$styleable: int[] GradientColor -cyanogenmod.app.CustomTileListenerService$1 -wangdaye.com.geometricweather.R$styleable: int MenuItem_numericModifiers -cyanogenmod.weather.ICMWeatherManager$Stub: int TRANSACTION_updateWeather_0 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: java.util.List value -androidx.preference.R$id: int right -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_lastVerticalStyle -androidx.lifecycle.extensions.R$dimen: int notification_media_narrow_margin -androidx.coordinatorlayout.R$attr: int font -com.google.android.material.appbar.CollapsingToolbarLayout: void setCollapsedTitleGravity(int) -com.google.android.material.R$styleable: int TextAppearance_textLocale -com.turingtechnologies.materialscrollbar.R$attr: int maxImageSize -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_android_maxWidth -com.tencent.bugly.proguard.x: boolean d(java.lang.String,java.lang.Object[]) -com.google.android.gms.common.api.UnsupportedApiCallException -androidx.viewpager2.R$drawable: int notification_bg_normal_pressed -com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleMarginBottom(int) -james.adaptiveicon.R$dimen: int abc_text_size_body_2_material -androidx.appcompat.R$dimen: int abc_text_size_subhead_material -wangdaye.com.geometricweather.R$string: int settings_title_gravity_sensor_switch -androidx.constraintlayout.widget.R$layout: R$layout() -okhttp3.logging.LoggingEventListener: void responseHeadersStart(okhttp3.Call) -androidx.swiperefreshlayout.R$attr: int fontProviderQuery -androidx.appcompat.R$styleable: int MenuGroup_android_checkableBehavior -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_expandedHintEnabled -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_android_textOff -okhttp3.logging.LoggingEventListener$Factory: LoggingEventListener$Factory(okhttp3.logging.HttpLoggingInterceptor$Logger) -android.didikee.donate.R$dimen: int abc_action_button_min_height_material -okhttp3.internal.cache.DiskLruCache$Editor: DiskLruCache$Editor(okhttp3.internal.cache.DiskLruCache,okhttp3.internal.cache.DiskLruCache$Entry) -android.didikee.donate.R$dimen: int abc_dialog_list_padding_top_no_title -com.tencent.bugly.proguard.ar: java.lang.String c -com.jaredrummler.android.colorpicker.R$attr: int backgroundTint -okhttp3.OkHttpClient: int callTimeout -androidx.appcompat.widget.AppCompatRadioButton: void setButtonDrawable(android.graphics.drawable.Drawable) -com.google.android.material.R$color: int design_default_color_primary_dark -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours Past6Hours -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: java.lang.String UVIndexText -io.reactivex.Observable: io.reactivex.Single sequenceEqual(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiPredicate) -android.didikee.donate.R$styleable: int TextAppearance_android_textFontWeight -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_bottomappbar_fab_cradle_vertical_offset -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_2 -androidx.constraintlayout.widget.R$attr: int searchViewStyle -cyanogenmod.app.Profile$ProfileTrigger: Profile$ProfileTrigger(android.os.Parcel,cyanogenmod.app.Profile$1) -retrofit2.KotlinExtensions: java.lang.Object awaitNullable(retrofit2.Call,kotlin.coroutines.Continuation) -okhttp3.internal.platform.ConscryptPlatform: java.security.Provider getProvider() -cyanogenmod.app.StatusBarPanelCustomTile: cyanogenmod.app.CustomTile customTile -androidx.recyclerview.widget.RecyclerView: void setLayoutTransition(android.animation.LayoutTransition) -com.google.android.material.R$integer: int cancel_button_image_alpha -io.reactivex.internal.disposables.DisposableHelper: io.reactivex.internal.disposables.DisposableHelper DISPOSED -wangdaye.com.geometricweather.R$id: int scale -androidx.transition.R$dimen: int notification_main_column_padding_top -androidx.preference.R$layout: int preference_material -cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILES_STATE -cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: java.lang.String VIBRATE -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.R$drawable: int notif_temp_26 -androidx.appcompat.R$id: int action_mode_close_button -cyanogenmod.app.LiveLockScreenInfo: LiveLockScreenInfo(android.content.ComponentName,int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric: AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric() -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property DailyForecast -android.didikee.donate.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow -android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall -androidx.fragment.R$id: int accessibility_custom_action_4 -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Display4 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric: int UnitType -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float getIce() -android.didikee.donate.R$id: int src_in -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1: void onFailure(retrofit2.Call,java.lang.Throwable) -androidx.recyclerview.R$attr: int fontProviderQuery -okhttp3.internal.platform.Android10Platform: Android10Platform(java.lang.Class) -wangdaye.com.geometricweather.R$styleable: int Constraint_constraint_referenced_ids -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int HURRICANE -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 -okhttp3.internal.ws.RealWebSocket: boolean $assertionsDisabled -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ChipGroup -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle -com.jaredrummler.android.colorpicker.R$styleable: int ActionMode_subtitleTextStyle -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_contentInsetEnd -androidx.hilt.R$dimen: int notification_media_narrow_margin -androidx.vectordrawable.R$styleable: int FontFamilyFont_ttcIndex -cyanogenmod.profiles.LockSettings$1: LockSettings$1() -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: void setStatus(int) -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_corner_radius_material -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: java.lang.String getSpeedVoice(android.content.Context,float) -wangdaye.com.geometricweather.R$array -androidx.appcompat.R$id: int src_over -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: int getStatus() -wangdaye.com.geometricweather.R$color: int colorLevel_2 -james.adaptiveicon.R$styleable: int[] ViewStubCompat -androidx.lifecycle.extensions.R$style: int Widget_Compat_NotificationActionText -cyanogenmod.themes.IThemeService: boolean isThemeApplying() -com.google.android.material.slider.Slider: void setFocusedThumbIndex(int) -com.google.android.material.R$styleable: int ConstraintSet_android_transformPivotY -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties -wangdaye.com.geometricweather.R$attr: int itemFillColor -okhttp3.internal.http2.Http2Stream$FramingSink: void emitFrame(boolean) -com.jaredrummler.android.colorpicker.R$id: int scrollView -okhttp3.internal.platform.OptionalMethod: java.lang.Class returnType -androidx.dynamicanimation.R$integer: R$integer() -okhttp3.internal.tls.DistinguishedNameParser: DistinguishedNameParser(javax.security.auth.x500.X500Principal) -com.turingtechnologies.materialscrollbar.R$color: int cardview_dark_background -com.google.android.material.R$styleable: int AppCompatTheme_dividerHorizontal -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_Solid -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintStart_toEndOf -androidx.activity.R$id: int accessibility_action_clickable_span -wangdaye.com.geometricweather.R$attr: int editTextPreferenceStyle -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: java.util.List consequences -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.Integer dbz -com.google.android.material.R$id: int material_textinput_timepicker -android.didikee.donate.R$attr: int collapseContentDescription -com.jaredrummler.android.colorpicker.R$styleable: R$styleable() -androidx.constraintlayout.widget.Group: void setVisibility(int) -wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode LIGHT -com.google.android.material.R$dimen: int clock_face_margin_start -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Small_Inverse -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property CityId -wangdaye.com.geometricweather.R$string: int mtrl_picker_announce_current_selection -androidx.hilt.work.R$style: int Widget_Compat_NotificationActionText -james.adaptiveicon.R$dimen: int abc_dialog_fixed_height_major -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int CLEAR_NIGHT -androidx.constraintlayout.widget.R$styleable: int[] AnimatedStateListDrawableCompat -com.google.android.material.R$color: int material_on_primary_emphasis_high_type -io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: java.lang.Object poll() -wangdaye.com.geometricweather.R$layout: int abc_popup_menu_header_item_layout -io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: boolean disconnectedEarly -wangdaye.com.geometricweather.R$attr: int strokeColor -wangdaye.com.geometricweather.R$attr: int bsb_track_color -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Id -wangdaye.com.geometricweather.R$drawable: int ic_alipay -okhttp3.internal.http2.Http2Connection$PingRunnable: boolean reply -androidx.constraintlayout.utils.widget.ImageFilterView: float getCrossfade() -androidx.preference.R$interpolator: int btn_radio_to_off_mtrl_animation_interpolator_0 -com.google.android.material.R$styleable: int KeyAttribute_motionTarget -wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_sunText -com.google.gson.internal.$Gson$Types$WildcardTypeImpl: java.lang.String toString() -com.google.android.material.slider.BaseSlider: void setThumbRadius(int) -io.reactivex.Observable: io.reactivex.Observable concatArrayDelayError(io.reactivex.ObservableSource[]) -androidx.legacy.coreutils.R$string: R$string() -androidx.constraintlayout.widget.R$style: int Base_DialogWindowTitleBackground_AppCompat -wangdaye.com.geometricweather.R$attr: int actionModeStyle -james.adaptiveicon.R$id: int action_context_bar -wangdaye.com.geometricweather.R$style: int ShapeAppearance_MaterialComponents_MediumComponent -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableBottomCompat -wangdaye.com.geometricweather.db.entities.HistoryEntity: void setNighttimeTemperature(int) -androidx.core.R$id: int info -okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Http2Stream$StreamTimeout writeTimeout -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_30 -com.google.android.material.R$styleable: int TextInputLayout_errorContentDescription -okhttp3.internal.cache.InternalCache: void remove(okhttp3.Request) -com.google.android.material.R$style: int Widget_AppCompat_Button_Small -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder callTimeout(long,java.util.concurrent.TimeUnit) -com.google.android.material.R$attr: int linearSeamless -androidx.preference.R$styleable: int[] AppCompatImageView -okhttp3.Request: okhttp3.RequestBody body -androidx.customview.R$styleable: int[] GradientColorItem -cyanogenmod.app.suggest.IAppSuggestManager$Stub: int TRANSACTION_handles_0 -androidx.appcompat.R$attr: int buttonIconDimen -wangdaye.com.geometricweather.R$attr: int cornerFamilyTopRight -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void drain() -androidx.preference.R$attr: int dialogPreferenceStyle -io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: void run() -com.google.android.material.R$style: int Base_Animation_AppCompat_Dialog -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_content_inset_material -androidx.constraintlayout.widget.R$attr: int ttcIndex -com.turingtechnologies.materialscrollbar.R$drawable: int abc_vector_test -okhttp3.Headers: java.util.Set names() -io.reactivex.Observable: io.reactivex.Observable merge(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource) -androidx.preference.R$attr: int closeIcon -okhttp3.internal.ws.RealWebSocket: int receivedPingCount() -james.adaptiveicon.R$color: int primary_material_dark -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language CHINESE -androidx.constraintlayout.widget.R$id: int group_divider -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Metric: int UnitType -androidx.preference.R$attr: int panelBackground -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.Astro moon() -android.didikee.donate.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless -com.google.android.material.navigation.NavigationView$SavedState -com.amap.api.location.DPoint -com.jaredrummler.android.colorpicker.R$dimen: int hint_pressed_alpha_material_light -android.didikee.donate.R$id: int search_bar -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Snow: int UnitType -com.jaredrummler.android.colorpicker.R$styleable: int ActionMode_height -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query -okhttp3.MultipartBody$Part: okhttp3.MultipartBody$Part create(okhttp3.RequestBody) -okio.ForwardingTimeout: okio.Timeout deadlineNanoTime(long) -androidx.fragment.R$drawable: int notification_icon_background -androidx.transition.R$dimen: int compat_notification_large_icon_max_width -com.google.android.material.R$id: int material_hour_tv -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: long serialVersionUID -james.adaptiveicon.R$color: int abc_search_url_text_normal -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getNotificationGroupForPackage -wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List alertList -okhttp3.Cache: Cache(java.io.File,long,okhttp3.internal.io.FileSystem) -androidx.constraintlayout.widget.R$styleable: int ImageFilterView_brightness -androidx.constraintlayout.widget.R$attr: int flow_firstVerticalStyle -com.bumptech.glide.R$attr: int fontStyle -wangdaye.com.geometricweather.R$layout: int preference_dropdown_material -androidx.swiperefreshlayout.R$dimen: int notification_main_column_padding_top -androidx.loader.R$id: int time -james.adaptiveicon.R$style: int Base_V7_Widget_AppCompat_Toolbar -com.google.android.material.R$styleable: int MaterialCalendarItem_itemStrokeColor -wangdaye.com.geometricweather.R$drawable: int weather_thunder_2 -okhttp3.internal.cache2.Relay: okhttp3.internal.cache2.Relay edit(java.io.File,okio.Source,okio.ByteString,long) -android.didikee.donate.R$drawable: int abc_popup_background_mtrl_mult -cyanogenmod.externalviews.KeyguardExternalView$2: void collapseNotificationPanel() -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List hourlyEntityList -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_homeAsUpIndicator -okhttp3.CipherSuite: java.lang.String toString() -wangdaye.com.geometricweather.R$attr: int bsb_thumb_text_size -androidx.appcompat.R$dimen: int abc_dialog_fixed_height_major -androidx.appcompat.R$dimen: int notification_large_icon_height -androidx.transition.ChangeBounds$7: androidx.transition.ChangeBounds$ViewBounds mViewBounds -okhttp3.OkHttpClient: java.util.List networkInterceptors -com.tencent.bugly.BuglyStrategy: boolean isReplaceOldChannel() -wangdaye.com.geometricweather.R$styleable: int StateListDrawable_android_visible -james.adaptiveicon.R$style: int Widget_AppCompat_Button_Borderless -cyanogenmod.alarmclock.ClockContract$AlarmsColumns: java.lang.String DELETE_AFTER_USE -wangdaye.com.geometricweather.R$array: int duration_unit_values -androidx.drawerlayout.R$attr: int fontStyle -com.google.android.material.R$attr: int chipIconVisible -androidx.cardview.widget.CardView: float getCardElevation() -org.greenrobot.greendao.AbstractDao: java.lang.String[] getNonPkColumns() -com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_startColor -io.reactivex.Observable: io.reactivex.disposables.Disposable forEachWhile(io.reactivex.functions.Predicate) -wangdaye.com.geometricweather.R$string: int precipitation_light -wangdaye.com.geometricweather.R$drawable: int notif_temp_65 -cyanogenmod.externalviews.ExternalViewProviderService: android.view.WindowManager access$400(cyanogenmod.externalviews.ExternalViewProviderService) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial: java.lang.String Unit -com.google.android.material.R$styleable: int CardView_cardPreventCornerOverlap -androidx.hilt.work.R$id: int info -androidx.appcompat.widget.Toolbar: int getContentInsetRight() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Rain: int UnitType -cyanogenmod.app.Profile$ProfileTrigger: int mType -io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: ObservableRefCount$RefConnection(io.reactivex.internal.operators.observable.ObservableRefCount) -okhttp3.Protocol: okhttp3.Protocol valueOf(java.lang.String) -com.google.android.material.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner -james.adaptiveicon.R$integer: R$integer() -wangdaye.com.geometricweather.R$string: int wait_refresh -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceListItemSmall -com.jaredrummler.android.colorpicker.R$layout -com.google.android.material.R$attr: int backgroundTint -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature ApparentTemperature -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_commit_search_api_mtrl_alpha -com.google.gson.stream.JsonReader$1: void promoteNameToValue(com.google.gson.stream.JsonReader) -com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_android_descendantFocusability -okio.Buffer: long readLongLe() -retrofit2.Retrofit$1: retrofit2.Retrofit this$0 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_animate_relativeTo -com.google.android.material.R$styleable: int KeyTimeCycle_waveDecay -wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customDimension -androidx.preference.R$id: int image -com.google.android.material.R$attr: int spinnerDropDownItemStyle -androidx.appcompat.R$styleable: int SearchView_closeIcon -wangdaye.com.geometricweather.R$layout: int widget_clock_day_mini -wangdaye.com.geometricweather.R$attr: int deltaPolarRadius -cyanogenmod.app.CustomTile$ExpandedStyle: int describeContents() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_6 -com.amap.api.location.AMapLocation: void setBuildingId(java.lang.String) -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver[] observers -wangdaye.com.geometricweather.R$id: int container_main_sun_moon_phaseView -android.didikee.donate.R$attr: int toolbarStyle -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_5 -wangdaye.com.geometricweather.remoteviews.config.HourlyTrendWidgetConfigActivity: HourlyTrendWidgetConfigActivity() -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_rotationY -androidx.hilt.work.R$dimen: int notification_action_text_size -james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle -wangdaye.com.geometricweather.R$attr: int passwordToggleEnabled -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String WALLPAPER_THUMBNAIL -androidx.vectordrawable.animated.R$attr -com.jaredrummler.android.colorpicker.R$styleable: int ActionMode_backgroundSplit -okhttp3.RequestBody$3: long contentLength() -androidx.constraintlayout.widget.R$style: int TextAppearance_Compat_Notification_Line2 -android.didikee.donate.R$drawable: int abc_textfield_default_mtrl_alpha -androidx.preference.R$styleable: int StateListDrawable_android_enterFadeDuration -wangdaye.com.geometricweather.R$string: int allergen -com.google.android.material.floatingactionbutton.FloatingActionButton: void setBackgroundColor(int) -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_body_1_material -okhttp3.Response: okhttp3.Response networkResponse() -okio.Timeout: long timeoutNanos() -com.tencent.bugly.BuglyStrategy: com.tencent.bugly.BuglyStrategy setDeviceID(java.lang.String) -cyanogenmod.externalviews.ExternalView: void setProviderComponent(android.content.ComponentName) -cyanogenmod.providers.WeatherContract: android.net.Uri AUTHORITY_URI -com.jaredrummler.android.colorpicker.R$attr: int windowMinWidthMinor -androidx.hilt.lifecycle.R$layout: int custom_dialog -com.turingtechnologies.materialscrollbar.DateAndTimeIndicator: int getIndicatorWidth() -okhttp3.internal.Internal: void addLenient(okhttp3.Headers$Builder,java.lang.String) -cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String opPkg -com.google.android.material.chip.Chip: void setCloseIconEnabledResource(int) -wangdaye.com.geometricweather.R$styleable: int[] MaterialCalendarItem -wangdaye.com.geometricweather.R$layout: int container_main_hourly_trend_card -com.google.android.material.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle -androidx.fragment.R$styleable: int FontFamilyFont_android_fontStyle -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem -com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu -androidx.appcompat.R$styleable: int AppCompatTheme_listDividerAlertDialog -com.tencent.bugly.proguard.u: java.lang.Object a(com.tencent.bugly.proguard.u) -okhttp3.HttpUrl$Builder: int effectivePort() -com.google.android.material.progressindicator.ProgressIndicator: void setIndicatorSize(int) -com.google.android.material.R$anim: int abc_slide_out_top -james.adaptiveicon.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title -wangdaye.com.geometricweather.R$array: int precipitation_units -androidx.constraintlayout.widget.R$attr: int windowActionModeOverlay -com.amap.api.fence.GeoFence: void writeToParcel(android.os.Parcel,int) -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: io.reactivex.disposables.Disposable upstream -android.didikee.donate.R$dimen: int disabled_alpha_material_light -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionBar_TabView -androidx.constraintlayout.motion.widget.MotionLayout: void setState(androidx.constraintlayout.motion.widget.MotionLayout$TransitionState) -cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_setSubState -james.adaptiveicon.R$attr: int background -com.google.android.gms.base.R$id: int adjust_height -com.tencent.bugly.BuglyStrategy: com.tencent.bugly.BuglyStrategy setEnableNativeCrashMonitor(boolean) -androidx.constraintlayout.widget.R$dimen: int disabled_alpha_material_light -androidx.preference.R$attr: int buttonCompat -androidx.preference.R$attr: int listPopupWindowStyle -androidx.preference.R$attr: int alertDialogCenterButtons -com.google.android.material.slider.BaseSlider: void setActiveThumbIndex(int) -com.google.android.material.R$styleable: int Slider_tickColorActive -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xnt -james.adaptiveicon.R$id: int parentPanel -androidx.fragment.R$styleable: int GradientColorItem_android_color -androidx.constraintlayout.helper.widget.Flow: void setVerticalBias(float) -androidx.constraintlayout.widget.R$dimen: int notification_top_pad -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: void setUrl(java.lang.String) -wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode getInstance(java.lang.String) -com.jaredrummler.android.colorpicker.NestedGridView: NestedGridView(android.content.Context) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWindLevel -com.tencent.bugly.a: void init(android.content.Context,boolean,com.tencent.bugly.BuglyStrategy) -com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize -okhttp3.internal.cache.DiskLruCache$Entry: okhttp3.internal.cache.DiskLruCache this$0 -cyanogenmod.app.BaseLiveLockManagerService: boolean registerChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) -androidx.appcompat.widget.ScrollingTabContainerView: void setTabSelected(int) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_QUICK_QS_PULLDOWN_VALIDATOR -wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: java.lang.String styleId -androidx.appcompat.R$attr: int backgroundTint -com.google.android.material.R$string: int mtrl_picker_toggle_to_year_selection -androidx.preference.R$dimen: int abc_text_size_subtitle_material_toolbar -wangdaye.com.geometricweather.R$interpolator: int btn_radio_to_on_mtrl_animation_interpolator_0 -cyanogenmod.externalviews.IExternalViewProvider$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -com.bumptech.glide.R$id: int chronometer -wangdaye.com.geometricweather.db.entities.DailyEntity: long time -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_id -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean -cyanogenmod.app.CustomTile$ExpandedItem: android.os.Parcelable$Creator CREATOR -cyanogenmod.hardware.CMHardwareManager: android.content.Context mContext -com.google.android.material.tabs.TabItem: TabItem(android.content.Context) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeApparentTemperature -androidx.appcompat.R$style: int TextAppearance_AppCompat_Display4 -com.google.android.material.internal.StaticLayoutBuilderCompat$StaticLayoutBuilderCompatException -com.google.android.material.R$styleable: int[] Motion -androidx.preference.R$drawable: int notification_bg_low_normal -androidx.viewpager.widget.PagerTitleStrip: void setGravity(int) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Maximum: int UnitType -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: int bufferSize -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean: CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean() -androidx.constraintlayout.widget.R$color: int material_grey_850 -com.google.android.material.slider.Slider: void setStepSize(float) -wangdaye.com.geometricweather.R$attr: int tabTextAppearance -io.reactivex.Observable: io.reactivex.Observable concatMapMaybeDelayError(io.reactivex.functions.Function) -androidx.constraintlayout.motion.widget.MotionLayout: float getTargetPosition() -com.loc.k: java.lang.String b() -com.turingtechnologies.materialscrollbar.R$attr: int icon -com.google.android.material.R$attr: int expandedTitleTextAppearance -com.bumptech.glide.integration.okhttp.R$id: int end -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Direction -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.util.Date time -com.google.android.material.R$attr: int windowFixedWidthMinor -androidx.preference.R$attr: int dependency -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_checkable -wangdaye.com.geometricweather.R$dimen: int abc_text_size_subhead_material -com.google.android.material.R$layout: int mtrl_layout_snackbar -james.adaptiveicon.R$attr: int buttonBarStyle -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_fontVariationSettings -okio.ByteString: int indexOf(byte[]) -androidx.viewpager.R$styleable: int FontFamilyFont_android_fontWeight -com.tencent.bugly.crashreport.common.info.a: java.lang.String O -android.didikee.donate.R$styleable: int Toolbar_contentInsetEnd -james.adaptiveicon.R$layout: int abc_activity_chooser_view -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_9 -com.tencent.bugly.proguard.ak: com.tencent.bugly.proguard.ah x -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setVisibility(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean) -wangdaye.com.geometricweather.R$attr: int singleLineTitle -com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver: android.content.IntentFilter a -com.turingtechnologies.materialscrollbar.R$integer: int cancel_button_image_alpha -wangdaye.com.geometricweather.R$attr: int telltales_tailColor -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog -wangdaye.com.geometricweather.R$id: int widget_clock_day_week -com.jaredrummler.android.colorpicker.R$styleable: int Preference_enableCopying -okhttp3.internal.cache2.Relay: int sourceCount -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionBar_TabText -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 -androidx.viewpager2.widget.ViewPager2: ViewPager2(android.content.Context) -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_contentInsetStartWithNavigation -wangdaye.com.geometricweather.R$dimen: int notification_subtext_size -cyanogenmod.app.IProfileManager$Stub: IProfileManager$Stub() -androidx.preference.R$id: int content -okhttp3.MultipartBody$Builder: okhttp3.MultipartBody build() -com.turingtechnologies.materialscrollbar.AlphabetIndicator -wangdaye.com.geometricweather.R$attr: int cpv_progress -com.xw.repo.bubbleseekbar.R$styleable: int ViewBackgroundHelper_backgroundTint -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.String weatherSource -com.jaredrummler.android.colorpicker.R$drawable: int abc_ratingbar_material -com.amap.api.location.LocationManagerBase: void startAssistantLocation() -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_Layout_layout_collapseMode -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: void drain() -com.jaredrummler.android.colorpicker.R$attr: int title -james.adaptiveicon.R$id: int checkbox -wangdaye.com.geometricweather.R$styleable: int Slider_android_enabled -wangdaye.com.geometricweather.common.ui.activities.AllergenActivity -wangdaye.com.geometricweather.R$string: int common_open_on_phone -com.google.android.material.R$string: int abc_prepend_shortcut_label -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_20 -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA -io.reactivex.Observable: io.reactivex.Single toMap(io.reactivex.functions.Function,io.reactivex.functions.Function,java.util.concurrent.Callable) -androidx.dynamicanimation.R$color: int notification_icon_bg_color -androidx.preference.R$styleable: int Toolbar_popupTheme -androidx.hilt.lifecycle.R$dimen: int compat_notification_large_icon_max_width -com.tencent.bugly.Bugly: void init(android.content.Context,java.lang.String,boolean,com.tencent.bugly.BuglyStrategy) -cyanogenmod.weather.WeatherInfo: int access$902(cyanogenmod.weather.WeatherInfo,int) -androidx.constraintlayout.widget.R$id: int jumpToStart -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: MfForecastV2Result$ForecastProperties$ProbabilityForecastV2() -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_endIconDrawable -com.google.android.material.R$attr: int helperTextTextAppearance -wangdaye.com.geometricweather.R$drawable: int abc_list_pressed_holo_dark -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Imperial -wangdaye.com.geometricweather.R$styleable: int[] CoordinatorLayout_Layout -wangdaye.com.geometricweather.R$string: int ceiling -com.google.android.material.R$styleable: int CustomAttribute_attributeName -androidx.coordinatorlayout.R$styleable: int[] ColorStateListItem -wangdaye.com.geometricweather.R$styleable: int ActionBar_subtitleTextStyle -androidx.drawerlayout.R$string -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language POLISH -androidx.constraintlayout.widget.R$color: int bright_foreground_material_dark -wangdaye.com.geometricweather.R$attr: int insetForeground -com.tencent.bugly.crashreport.biz.a: long b -com.turingtechnologies.materialscrollbar.R$attr: int colorControlHighlight -wangdaye.com.geometricweather.R$attr: int dropDownListViewStyle -com.jaredrummler.android.colorpicker.R$id: int bottom -wangdaye.com.geometricweather.R$attr: int summary -wangdaye.com.geometricweather.R$id: int action_bar_activity_content -wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_typeface -com.turingtechnologies.materialscrollbar.R$styleable: int[] ChipGroup -james.adaptiveicon.R$attr: int ratingBarStyleIndicator -wangdaye.com.geometricweather.R$styleable: int ActionBar_contentInsetStart -android.didikee.donate.R$attr: int homeLayout -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_titleTextStyle -com.turingtechnologies.materialscrollbar.R$drawable: int abc_switch_thumb_material -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: long serialVersionUID -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_ActionBar -wangdaye.com.geometricweather.R$dimen: int mtrl_slider_widget_height -com.tencent.bugly.proguard.z: boolean b -okio.AsyncTimeout: java.io.IOException exit(java.io.IOException) -james.adaptiveicon.R$styleable: int[] FontFamily -com.google.android.material.R$styleable: int Constraint_chainUseRtl -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_menu_share_mtrl_alpha -com.amap.api.location.AMapLocation: boolean isOffset() -androidx.constraintlayout.widget.R$styleable: int MockView_mock_label -androidx.lifecycle.extensions.R$attr: R$attr() -com.tencent.bugly.proguard.f: java.lang.String c -wangdaye.com.geometricweather.R$attr: int actionModeFindDrawable -androidx.drawerlayout.R$dimen: int notification_action_text_size -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: void cancel() -wangdaye.com.geometricweather.R$id: int password_toggle -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) -cyanogenmod.providers.CMSettings$System: java.lang.String RECENTS_SHOW_SEARCH_BAR -androidx.vectordrawable.R$integer: int status_bar_notification_info_maxnum -com.xw.repo.bubbleseekbar.R$styleable: R$styleable() -com.google.android.material.bottomnavigation.BottomNavigationView$SavedState -androidx.preference.R$styleable: int AppCompatTextView_autoSizePresetSizes -cyanogenmod.externalviews.ExternalViewProviderService$Provider: void onPause() -androidx.dynamicanimation.R$id: int icon_group -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_RatingBar_Small -androidx.transition.R$id: R$id() -wangdaye.com.geometricweather.R$drawable: int notif_temp_15 -androidx.appcompat.widget.ActionBarOverlayLayout: int getNestedScrollAxes() -com.jaredrummler.android.colorpicker.R$anim: int abc_grow_fade_in_from_bottom -androidx.hilt.lifecycle.R$styleable: int FontFamily_fontProviderPackage -com.google.android.material.card.MaterialCardView: void setUseCompatPadding(boolean) -wangdaye.com.geometricweather.R$dimen: int design_snackbar_action_inline_max_width -io.reactivex.Observable: io.reactivex.Observable flatMapIterable(io.reactivex.functions.Function,io.reactivex.functions.BiFunction) -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property ThunderstormPrecipitation -androidx.constraintlayout.widget.R$styleable: int ImageFilterView_overlay -okhttp3.internal.platform.ConscryptPlatform: javax.net.ssl.X509TrustManager trustManager(javax.net.ssl.SSLSocketFactory) -wangdaye.com.geometricweather.R$string: int key_exchange_day_night_temp_switch -okio.RealBufferedSource: boolean rangeEquals(long,okio.ByteString) -com.jaredrummler.android.colorpicker.R$attr: int initialExpandedChildrenCount -androidx.appcompat.widget.AppCompatButton -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarTabStyle -com.google.android.material.R$layout: int text_view_with_theme_line_height -wangdaye.com.geometricweather.R$layout: int material_chip_input_combo -androidx.preference.R$styleable: int DrawerArrowToggle_arrowHeadLength -androidx.viewpager.widget.PagerTabStrip: void setBackgroundColor(int) -org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.rx.RxTransaction rxTxIo -androidx.vectordrawable.animated.R$styleable: int GradientColor_android_endX -okhttp3.internal.cache.DiskLruCache: java.io.File journalFileTmp -io.reactivex.Observable: java.lang.Object blockingSingle() -okhttp3.internal.tls.BasicTrustRootIndex: int hashCode() -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: java.lang.String getDensityVoice(android.content.Context,float) -android.didikee.donate.R$styleable: int AppCompatTheme_alertDialogTheme -com.google.android.material.bottomnavigation.BottomNavigationView: BottomNavigationView(android.content.Context,android.util.AttributeSet) -androidx.preference.R$styleable: int Preference_android_iconSpaceReserved -cyanogenmod.weather.WeatherInfo: java.lang.String access$202(cyanogenmod.weather.WeatherInfo,java.lang.String) -io.reactivex.internal.schedulers.ScheduledRunnable: java.lang.Object SYNC_DISPOSED -androidx.constraintlayout.widget.R$attr: int drawableTintMode -cyanogenmod.providers.CMSettings$Global: java.lang.String ZEN_DISABLE_DUCKING_DURING_MEDIA_PLAYBACK -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge -com.google.android.material.R$styleable: int[] MaterialCalendarItem -james.adaptiveicon.R$attr: int goIcon -wangdaye.com.geometricweather.R$menu: int activity_main -androidx.appcompat.R$style: int TextAppearance_Compat_Notification_Time -io.reactivex.Observable: io.reactivex.Observable takeLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -com.google.gson.internal.$Gson$Types$WildcardTypeImpl: java.lang.reflect.Type[] getLowerBounds() -okhttp3.internal.platform.OptionalMethod: java.lang.Class[] methodParams -androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse -androidx.vectordrawable.animated.R$styleable: int GradientColor_android_tileMode -okhttp3.internal.cache.CacheInterceptor: okhttp3.Headers combine(okhttp3.Headers,okhttp3.Headers) -androidx.preference.R$attr: int switchTextAppearance -androidx.viewpager2.R$styleable: int GradientColor_android_type -androidx.constraintlayout.widget.R$styleable: int OnSwipe_dragDirection -okhttp3.internal.http2.Hpack$Reader: int maxDynamicTableByteCount -androidx.appcompat.R$id: int text2 -james.adaptiveicon.R$styleable: int Toolbar_titleMarginStart -androidx.constraintlayout.widget.R$id: int easeOut -androidx.preference.R$attr: int searchViewStyle -com.google.android.material.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title -com.jaredrummler.android.colorpicker.R$attr: int preferenceFragmentListStyle -com.bumptech.glide.integration.okhttp.R$dimen -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintVertical_chainStyle -com.turingtechnologies.materialscrollbar.R$layout: int notification_template_part_chronometer -com.google.android.material.chip.Chip: float getChipIconSize() -wangdaye.com.geometricweather.R$string: int content_des_pm10 -okhttp3.internal.Util: java.lang.String trimSubstring(java.lang.String,int,int) -wangdaye.com.geometricweather.R$color: int highlighted_text_material_dark -wangdaye.com.geometricweather.R$drawable: int notif_temp_116 -cyanogenmod.weatherservice.WeatherProviderService$1: void setServiceClient(cyanogenmod.weatherservice.IWeatherProviderServiceClient) -androidx.loader.R$styleable: int GradientColor_android_centerColor -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_normal -okhttp3.internal.connection.RouteDatabase: RouteDatabase() -com.turingtechnologies.materialscrollbar.R$attr: int actionModeCopyDrawable -io.reactivex.exceptions.OnErrorNotImplementedException: OnErrorNotImplementedException(java.lang.Throwable) -com.xw.repo.bubbleseekbar.R$attr: int bsb_max -com.google.android.material.R$style: int Base_V23_Theme_AppCompat_Light -com.xw.repo.bubbleseekbar.R$attr: int thumbTint -com.google.android.material.R$styleable: int Variant_constraints -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Imperial: AccuLocationResult$GeoPosition$Elevation$Imperial() -com.google.android.material.R$style: int TextAppearance_AppCompat_Medium -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionBar_TabView -okhttp3.internal.http2.Http2Stream$FramingSource: Http2Stream$FramingSource(okhttp3.internal.http2.Http2Stream,long) -com.tencent.bugly.crashreport.crash.anr.b: com.tencent.bugly.crashreport.crash.b h -com.google.gson.stream.JsonReader: java.lang.String nextUnquotedValue() -com.jaredrummler.android.colorpicker.R$styleable: int[] AppCompatImageView -com.google.android.material.R$styleable: int Tooltip_android_layout_margin -com.google.android.material.R$drawable: int notification_action_background -com.turingtechnologies.materialscrollbar.R$drawable: int abc_edit_text_material -wangdaye.com.geometricweather.remoteviews.config.DailyTrendWidgetConfigActivity -io.reactivex.internal.util.HashMapSupplier: io.reactivex.internal.util.HashMapSupplier valueOf(java.lang.String) -androidx.appcompat.R$id: int contentPanel -androidx.appcompat.R$styleable: int FontFamilyFont_fontWeight -com.turingtechnologies.materialscrollbar.R$attr: int collapsedTitleGravity -wangdaye.com.geometricweather.R$id: int below_section_mark -com.tencent.bugly.crashreport.crash.CrashDetailBean: long H -com.baidu.location.e.l$b: l$b(java.lang.String,int,java.lang.String,java.lang.String,java.lang.String,int,int,com.baidu.location.e.l$1) -androidx.hilt.work.R$layout: int notification_action_tombstone -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceListItem -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_show_progress_in_float -androidx.lifecycle.extensions.R$dimen: int notification_large_icon_height -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_10 -wangdaye.com.geometricweather.R$id: int widget_week_icon_3 -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense -okio.Buffer: byte readByte() -okio.AsyncTimeout$2: java.lang.String toString() -com.google.android.material.R$styleable: int SearchView_searchHintIcon -com.jaredrummler.android.colorpicker.R$color: int material_blue_grey_950 -com.google.android.material.circularreveal.CircularRevealFrameLayout: void setRevealInfo(com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo) -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Button_Small -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setFillColor(int) -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintWidth_percent -cyanogenmod.themes.ThemeManager$2$1: void run() -androidx.appcompat.R$id: int action_bar -cyanogenmod.app.CMTelephonyManager: cyanogenmod.app.ICMTelephonyManager getService() -okhttp3.internal.ws.WebSocketReader: WebSocketReader(boolean,okio.BufferedSource,okhttp3.internal.ws.WebSocketReader$FrameCallback) -com.google.android.material.R$id: int accessibility_custom_action_11 -wangdaye.com.geometricweather.R$string: int wind_8 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX getDirection() -james.adaptiveicon.R$style: int Widget_AppCompat_RatingBar -com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage FINISHED -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: int val$x -androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPaused(android.app.Activity) -retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isSingle -io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: void onSuccess(java.lang.Object) -wangdaye.com.geometricweather.R$color: int material_slider_inactive_track_color -com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType GIF -okhttp3.HttpUrl$Builder: int parsePort(java.lang.String,int,int) -androidx.appcompat.R$styleable: int AppCompatTheme_actionModeSplitBackground -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_Dialog -com.google.android.material.R$attr: int placeholderTextAppearance -androidx.hilt.lifecycle.R$id: int tag_accessibility_heading -com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart -androidx.appcompat.widget.SwitchCompat: int getThumbTextPadding() -okhttp3.internal.http1.Http1Codec$UnknownLengthSource: long read(okio.Buffer,long) -retrofit2.RequestFactory$Builder: java.lang.annotation.Annotation[] methodAnnotations -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Country: AccuLocationResult$Country() -com.google.android.material.R$styleable: int[] TabLayout -androidx.appcompat.R$anim: int abc_grow_fade_in_from_bottom -wangdaye.com.geometricweather.R$dimen: int mtrl_alert_dialog_background_inset_top -com.google.android.material.R$dimen: int mtrl_calendar_content_padding -com.tencent.bugly.BuglyStrategy$a: int CRASHTYPE_COCOS2DX_JS -cyanogenmod.themes.IThemeProcessingListener$Stub$Proxy: IThemeProcessingListener$Stub$Proxy(android.os.IBinder) -wangdaye.com.geometricweather.R$styleable: int LoadingImageView_imageAspectRatioAdjust -com.turingtechnologies.materialscrollbar.R$style: int Base_Animation_AppCompat_DropDownUp -okhttp3.internal.http2.Http2Connection: boolean access$300(okhttp3.internal.http2.Http2Connection) -androidx.hilt.R$id: int accessibility_action_clickable_span -wangdaye.com.geometricweather.R$attr: int initialActivityCount -androidx.recyclerview.R$dimen: int notification_large_icon_height -wangdaye.com.geometricweather.R$styleable: int GradientColor_android_endColor -wangdaye.com.geometricweather.R$id: int switchWidget -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_verticalStyle -android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemHeight -cyanogenmod.providers.DataUsageContract: DataUsageContract() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: void setSpeed(java.lang.String) -androidx.legacy.coreutils.R$id: int tag_transition_group -androidx.constraintlayout.widget.R$layout: int abc_screen_simple_overlay_action_mode -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay valueOf(java.lang.String) -androidx.preference.R$dimen: int abc_edit_text_inset_top_material -com.turingtechnologies.materialscrollbar.R$drawable: int abc_textfield_search_material -james.adaptiveicon.R$styleable: int SearchView_android_focusable -com.tencent.bugly.crashreport.crash.c: com.tencent.bugly.crashreport.crash.e s -androidx.vectordrawable.R$dimen: int notification_top_pad -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: boolean cancelled -com.google.android.material.R$styleable: int Toolbar_buttonGravity -wangdaye.com.geometricweather.R$attr: int showDividers -wangdaye.com.geometricweather.R$xml: int icon_provider_sun_moon_filter -com.google.android.material.R$styleable: int FloatingActionButton_showMotionSpec -com.tencent.bugly.crashreport.biz.a: void c() -androidx.viewpager.widget.ViewPager$SavedState -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeThunderstormPrecipitationProbability() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: void setUrl(java.lang.String) -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getScaleX() -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWeatherText(java.lang.String) -cyanogenmod.themes.IThemeChangeListener$Stub$Proxy -androidx.lifecycle.extensions.R$styleable: int ColorStateListItem_alpha -okhttp3.Cache$2: okhttp3.Cache this$0 -james.adaptiveicon.R$dimen: int abc_disabled_alpha_material_light -wangdaye.com.geometricweather.R$styleable: int Preference_android_defaultValue -wangdaye.com.geometricweather.db.entities.WeatherEntity: int temperature -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header -androidx.coordinatorlayout.R$layout: int notification_template_icon_group -cyanogenmod.app.CustomTile$ExpandedStyle: int NO_STYLE -cyanogenmod.providers.CMSettings$System$3: CMSettings$System$3() -com.google.android.material.R$anim: int abc_tooltip_enter -androidx.work.R$id: int accessibility_custom_action_8 -com.github.rahatarmanahmed.cpv.CircularProgressView: float indeterminateSweep -cyanogenmod.app.LiveLockScreenInfo: LiveLockScreenInfo(android.os.Parcel) -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.MinutelyEntityDao getMinutelyEntityDao() -wangdaye.com.geometricweather.R$xml: int widget_clock_day_details -androidx.preference.R$styleable: int Toolbar_subtitle -io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: io.reactivex.internal.disposables.SequentialDisposable sd -com.google.android.gms.common.SignInButton: void setOnClickListener(android.view.View$OnClickListener) -androidx.appcompat.R$attr: int textAppearanceSearchResultSubtitle -wangdaye.com.geometricweather.R$attr: int fontProviderPackage -com.google.android.material.R$style: int Base_Widget_MaterialComponents_Chip -androidx.appcompat.R$dimen: int abc_switch_padding -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPopupWindowStyle -androidx.fragment.R$id: int accessibility_custom_action_6 -okhttp3.internal.publicsuffix.PublicSuffixDatabase: okhttp3.internal.publicsuffix.PublicSuffixDatabase get() -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: boolean hasKey(java.lang.Object) -android.support.v4.os.IResultReceiver$Stub$Proxy: IResultReceiver$Stub$Proxy(android.os.IBinder) -wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_android_summaryOff -com.google.android.material.R$drawable: int abc_control_background_material -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem -com.google.android.material.R$drawable: int mtrl_ic_arrow_drop_down -com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_FixedSize_Bridge -androidx.preference.R$attr: int spanCount -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeRealFeelShaderTemperature -okhttp3.ConnectionSpec: int hashCode() -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_toolbarStyle -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeCutDrawable -wangdaye.com.geometricweather.R$attr: int titleMarginBottom -com.xw.repo.bubbleseekbar.R$attr: int splitTrack -wangdaye.com.geometricweather.R$string: int abc_menu_sym_shortcut_label -james.adaptiveicon.R$styleable: int Spinner_android_popupBackground -com.amap.api.location.AMapLocationClient: void startLocation() -okhttp3.internal.connection.RouteSelector: okhttp3.Call call -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property GrassIndex -com.turingtechnologies.materialscrollbar.R$attr: int background -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: io.reactivex.disposables.Disposable upstream -android.didikee.donate.R$dimen: int abc_dialog_fixed_height_major -androidx.constraintlayout.widget.R$dimen: int abc_progress_bar_height_material -com.tencent.bugly.crashreport.common.info.a: java.lang.String t() -com.jaredrummler.android.colorpicker.R$style: int Preference_CheckBoxPreference_Material -okio.RealBufferedSource: java.lang.String toString() -okhttp3.internal.http2.Http2Reader$ContinuationSource: void readContinuationHeader() -androidx.viewpager2.widget.ViewPager2: void setPageTransformer(androidx.viewpager2.widget.ViewPager2$PageTransformer) -com.google.android.material.R$color: int mtrl_fab_icon_text_color_selector -androidx.constraintlayout.widget.R$dimen: int abc_action_button_min_width_material -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeSplitBackground -com.tencent.bugly.crashreport.CrashReport: void startCrashReport() -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation: wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation TOP -androidx.work.R$id: int chronometer -wangdaye.com.geometricweather.R$attr: int indicatorSize -wangdaye.com.geometricweather.R$styleable: int DialogPreference_android_dialogLayout -com.google.android.material.R$attr: int searchHintIcon -com.xw.repo.bubbleseekbar.R$attr: int numericModifiers -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircularSkyWeatherView -wangdaye.com.geometricweather.R$attr: int textInputLayoutFocusedRectEnabled -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dropDownListViewStyle -androidx.appcompat.R$styleable: int GradientColor_android_centerX -com.jaredrummler.android.colorpicker.R$drawable: int abc_control_background_material -androidx.constraintlayout.widget.R$styleable: int MenuItem_showAsAction -okhttp3.internal.Internal: void setCache(okhttp3.OkHttpClient$Builder,okhttp3.internal.cache.InternalCache) -cyanogenmod.externalviews.KeyguardExternalView: KeyguardExternalView(android.content.Context,android.util.AttributeSet) -androidx.coordinatorlayout.R$dimen: int notification_top_pad -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String alarmTp1 -okhttp3.internal.http2.Hpack$Writer: void writeByteString(okio.ByteString) -james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarTheme -io.reactivex.internal.subscriptions.EmptySubscription: boolean offer(java.lang.Object) -androidx.appcompat.widget.AppCompatCheckBox: AppCompatCheckBox(android.content.Context,android.util.AttributeSet) -com.google.gson.stream.JsonWriter: int stackSize -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Dark -androidx.appcompat.R$styleable: int SearchView_searchIcon -com.turingtechnologies.materialscrollbar.R$attr: int alertDialogCenterButtons -wangdaye.com.geometricweather.R$string: int settings_category_forecast -retrofit2.converter.gson.GsonResponseBodyConverter: java.lang.Object convert(okhttp3.ResponseBody) -io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: void dispose() -androidx.preference.R$attr: int colorPrimary -com.turingtechnologies.materialscrollbar.R$id: int transition_transform -android.didikee.donate.R$style: int Widget_AppCompat_SeekBar -okio.Buffer: Buffer() -com.google.android.material.R$styleable: int KeyPosition_percentWidth -com.jaredrummler.android.colorpicker.R$layout: int abc_list_menu_item_checkbox -com.tencent.bugly.proguard.z: byte[] a(byte[],int) -wangdaye.com.geometricweather.R$style: int CardView -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.db.entities.HistoryEntity: int getNighttimeTemperature() -okio.RealBufferedSink: okio.BufferedSink writeString(java.lang.String,int,int,java.nio.charset.Charset) -androidx.viewpager2.R$styleable: int[] FontFamilyFont -androidx.preference.R$id: int icon_frame -cyanogenmod.profiles.StreamSettings$1 -androidx.constraintlayout.widget.R$style: int Animation_AppCompat_Dialog -okhttp3.internal.http2.Http2Connection$PingRunnable: void execute() -io.reactivex.Observable: io.reactivex.Single toMultimap(io.reactivex.functions.Function,io.reactivex.functions.Function,java.util.concurrent.Callable,io.reactivex.functions.Function) -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Direction: int Degrees -wangdaye.com.geometricweather.R$id: int textinput_placeholder -cyanogenmod.weather.CMWeatherManager$2: void onWeatherRequestCompleted(cyanogenmod.weather.RequestInfo,int,cyanogenmod.weather.WeatherInfo) -androidx.appcompat.widget.Toolbar: void setCollapseContentDescription(java.lang.CharSequence) -androidx.coordinatorlayout.R$id: int action_text -retrofit2.Retrofit$Builder: java.util.List converterFactories() -wangdaye.com.geometricweather.R$attr: int textAppearanceSearchResultSubtitle -com.jaredrummler.android.colorpicker.R$attr: int imageButtonStyle -com.google.android.material.R$color: int abc_primary_text_disable_only_material_dark -okhttp3.internal.http2.Http2Connection: boolean client -com.google.gson.internal.LazilyParsedNumber: float floatValue() -androidx.constraintlayout.widget.Barrier: void setDpMargin(int) -android.didikee.donate.R$attr: int listItemLayout -okio.ByteString: okio.ByteString decodeBase64(java.lang.String) -com.google.android.material.R$styleable: int TextInputLayout_counterOverflowTextColor -androidx.lifecycle.ServiceLifecycleDispatcher: void postDispatchRunnable(androidx.lifecycle.Lifecycle$Event) -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_SearchResult -cyanogenmod.app.StatusBarPanelCustomTile: int uid -com.tencent.bugly.crashreport.common.info.a: java.lang.String ao -com.google.android.material.R$style: int Widget_MaterialComponents_BottomNavigationView_Colored -cyanogenmod.providers.CMSettings$2: boolean validate(java.lang.String) -androidx.lifecycle.SavedStateHandle$SavingStateLiveData: androidx.lifecycle.SavedStateHandle mHandle -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult: wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean Summary -androidx.appcompat.widget.AppCompatTextView: void setBackgroundDrawable(android.graphics.drawable.Drawable) -com.jaredrummler.android.colorpicker.R$attr: int borderlessButtonStyle -okio.BufferedSource: java.lang.String readUtf8LineStrict(long) -wangdaye.com.geometricweather.R$id: int outgoing -wangdaye.com.geometricweather.R$string: int mtrl_picker_range_header_unselected -com.jaredrummler.android.colorpicker.R$layout: int notification_action -androidx.coordinatorlayout.R$dimen: int compat_button_inset_vertical_material -com.turingtechnologies.materialscrollbar.R$attr: int fontWeight -okhttp3.Dispatcher: void cancelAll() -com.tencent.bugly.proguard.ar: java.util.Map e -wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_31 -com.xw.repo.bubbleseekbar.R$styleable: int[] FontFamily -android.didikee.donate.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth -androidx.hilt.work.R$dimen: int notification_action_icon_size -cyanogenmod.externalviews.KeyguardExternalView: void access$300(cyanogenmod.externalviews.KeyguardExternalView) -wangdaye.com.geometricweather.R$layout: int mtrl_picker_header_fullscreen -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_motionProgress -wangdaye.com.geometricweather.R$styleable: int CustomAttribute_attributeName -james.adaptiveicon.R$color: int material_deep_teal_200 -androidx.core.R$style: int TextAppearance_Compat_Notification_Line2 -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 -retrofit2.ParameterHandler$Query: boolean encoded -retrofit2.CallAdapter$Factory: CallAdapter$Factory() -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: long timeout -okhttp3.internal.http2.Http2Connection$2: void execute() -com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_layout_behavior -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void onComplete() -androidx.preference.R$style: int Widget_AppCompat_ListView_DropDown -androidx.preference.R$attr: int listPreferredItemPaddingEnd -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService get() -wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView: void setKeyLineVisibility(boolean) -com.turingtechnologies.materialscrollbar.R$attr: int actionBarItemBackground -com.google.android.material.slider.BaseSlider: int getTrackHeight() -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_toTopOf -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: java.lang.String getNativeKeyValueList() -com.turingtechnologies.materialscrollbar.R$attr: int helperText -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Metric: AccuCurrentResult$RealFeelTemperatureShade$Metric() -androidx.preference.R$dimen: int abc_action_bar_subtitle_bottom_margin_material -android.didikee.donate.R$attr: int logo -com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_padding_material -james.adaptiveicon.R$attr: int colorControlHighlight -com.google.android.material.card.MaterialCardView: int getCheckedIconSize() -com.google.gson.stream.JsonReader: java.lang.String nextName() -com.google.android.material.internal.BaselineLayout: BaselineLayout(android.content.Context) -okhttp3.internal.ws.WebSocketWriter: void writePong(okio.ByteString) -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_android_thumb -james.adaptiveicon.R$layout: int abc_dialog_title_material -android.didikee.donate.R$attr: int tickMarkTintMode -wangdaye.com.geometricweather.R$styleable: int ShapeableImageView_shapeAppearance -androidx.preference.R$attr: int actionMenuTextColor -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabContentStart -cyanogenmod.app.CMContextConstants: java.lang.String CM_TELEPHONY_MANAGER_SERVICE -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String date -wangdaye.com.geometricweather.R$drawable: int ic_tag_off -com.google.android.material.R$styleable: int Constraint_layout_constraintHorizontal_weight -com.xw.repo.bubbleseekbar.R$anim: int abc_slide_in_top -wangdaye.com.geometricweather.R$style: int notification_large_title_text -androidx.constraintlayout.helper.widget.Flow: void setPaddingTop(int) -io.reactivex.exceptions.OnErrorNotImplementedException -android.support.v4.os.ResultReceiver: android.support.v4.os.IResultReceiver mReceiver -com.google.android.material.R$color: int mtrl_popupmenu_overlay_color -androidx.constraintlayout.widget.R$id: int search_close_btn -io.reactivex.internal.subscribers.DeferredScalarSubscriber: long serialVersionUID -wangdaye.com.geometricweather.R$id: int mtrl_calendar_main_pane -androidx.appcompat.R$id: int buttonPanel -io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: void onComplete() -james.adaptiveicon.R$styleable: int TextAppearance_android_shadowDy -wangdaye.com.geometricweather.R$styleable: int[] AppCompatTheme -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_fontStyle -com.jaredrummler.android.colorpicker.R$integer: R$integer() -androidx.cardview.R$color: int cardview_shadow_end_color -androidx.recyclerview.R$drawable: int notify_panel_notification_icon_bg -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void drain() -androidx.hilt.work.R$color: R$color() -okhttp3.internal.connection.RouteSelector: void resetNextProxy(okhttp3.HttpUrl,java.net.Proxy) -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Spinner -androidx.constraintlayout.widget.R$styleable: int SearchView_defaultQueryHint -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String suggest -androidx.constraintlayout.widget.R$attr: int actionBarItemBackground -io.reactivex.internal.observers.DeferredScalarObserver: void onComplete() -retrofit2.OkHttpCall$ExceptionCatchingResponseBody$1: retrofit2.OkHttpCall$ExceptionCatchingResponseBody this$0 -wangdaye.com.geometricweather.R$id: int notification_big_temp_2 -androidx.appcompat.R$style: int Widget_AppCompat_ActionBar_TabText -com.google.android.material.R$attr: int backgroundInsetTop -com.xw.repo.bubbleseekbar.R$attr: int singleChoiceItemLayout -com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage INITIALIZE -androidx.appcompat.R$styleable: int MenuView_android_headerBackground -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer grassIndex -okio.Okio$2: java.lang.String toString() -androidx.constraintlayout.widget.R$dimen: int abc_seekbar_track_background_height_material -wangdaye.com.geometricweather.R$attr: int customNavigationLayout -androidx.appcompat.R$color: int secondary_text_default_material_dark -wangdaye.com.geometricweather.R$styleable: int[] KeyTimeCycle -wangdaye.com.geometricweather.R$id: int material_timepicker_view -com.turingtechnologies.materialscrollbar.CustomIndicator: int getIndicatorHeight() -androidx.appcompat.widget.LinearLayoutCompat: LinearLayoutCompat(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: RoundProgress(android.content.Context,android.util.AttributeSet) -androidx.appcompat.R$styleable: int[] ButtonBarLayout -androidx.appcompat.R$styleable: int AppCompatTextHelper_android_drawableEnd -com.jaredrummler.android.colorpicker.R$styleable: int[] GradientColor -wangdaye.com.geometricweather.R$styleable: int Toolbar_contentInsetLeft -androidx.activity.R$styleable: int GradientColorItem_android_color -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeApparentTemperature -com.jaredrummler.android.colorpicker.R$attr: int order -com.google.android.material.R$dimen: R$dimen() -com.google.android.material.R$interpolator: int mtrl_linear_out_slow_in -com.google.android.material.R$styleable: int AppCompatTheme_colorError -okhttp3.internal.platform.JdkWithJettyBootPlatform: java.lang.reflect.Method putMethod -cyanogenmod.app.Profile$ProfileTrigger: int mState -com.jaredrummler.android.colorpicker.ColorPickerView: ColorPickerView(android.content.Context) -james.adaptiveicon.R$styleable: int AppCompatTheme_panelMenuListTheme -james.adaptiveicon.R$styleable: int MenuView_android_horizontalDivider -androidx.preference.R$id: int chronometer -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean cancelled -com.xw.repo.bubbleseekbar.R$dimen: int tooltip_precise_anchor_threshold -com.github.rahatarmanahmed.cpv.R$color -androidx.activity.R$style: int TextAppearance_Compat_Notification -wangdaye.com.geometricweather.R$color: int colorLine_light -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken END_DOCUMENT -wangdaye.com.geometricweather.R$drawable: int ic_state_checked -androidx.swiperefreshlayout.R$style: int Widget_Compat_NotificationActionText -org.greenrobot.greendao.AbstractDao: void detachAll() -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_checked -wangdaye.com.geometricweather.R$id: int widget_week_temp_2 -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_mini_grey -com.tencent.bugly.proguard.j: int a(java.lang.String) -retrofit2.ParameterHandler$Header: retrofit2.Converter valueConverter -cyanogenmod.app.suggest.AppSuggestManager -com.jaredrummler.android.colorpicker.R$styleable: int Preference_layout -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_OutlinedButton_Icon -io.reactivex.internal.util.AtomicThrowable -com.github.rahatarmanahmed.cpv.BuildConfig: java.lang.String BUILD_TYPE -com.amap.api.location.AMapLocationClientOption: long getInterval() -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_lastHorizontalBias -com.tencent.bugly.crashreport.common.info.b: java.lang.String[] b -com.google.android.material.R$styleable: int OnSwipe_moveWhenScrollAtTop -com.bumptech.glide.integration.okhttp.R$layout -android.didikee.donate.R$styleable: int AppCompatTheme_listPopupWindowStyle -okhttp3.internal.http.HttpMethod: boolean requiresRequestBody(java.lang.String) -androidx.vectordrawable.animated.R$string: int status_bar_notification_info_overflow -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: java.util.List alerts -wangdaye.com.geometricweather.R$styleable: int AnimatableIconView_inner_margins -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: io.reactivex.internal.fuseable.SimpleQueue queue -androidx.core.widget.ContentLoadingProgressBar: ContentLoadingProgressBar(android.content.Context) -james.adaptiveicon.R$color: int primary_material_light -okhttp3.internal.http2.Http2: java.lang.IllegalArgumentException illegalArgument(java.lang.String,java.lang.Object[]) -retrofit2.BuiltInConverters$ToStringConverter: retrofit2.BuiltInConverters$ToStringConverter INSTANCE -androidx.recyclerview.R$layout: R$layout() -okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Header$Listener access$100(okhttp3.internal.http2.Http2Stream) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Sun: java.lang.Long set -androidx.constraintlayout.widget.R$id: int animateToEnd -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getRotation() -com.tencent.bugly.crashreport.crash.d: d(android.content.Context) -androidx.recyclerview.widget.RecyclerView: boolean getClipToPadding() -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: org.reactivestreams.Subscriber mSubscriber -james.adaptiveicon.R$attr: int thumbTextPadding -androidx.appcompat.R$attr: int suggestionRowLayout -androidx.appcompat.R$color: int primary_dark_material_light -cyanogenmod.externalviews.KeyguardExternalViewProviderService$1$1: KeyguardExternalViewProviderService$1$1(cyanogenmod.externalviews.KeyguardExternalViewProviderService$1,android.os.Bundle) -wangdaye.com.geometricweather.common.ui.widgets.TagView: void setCheckedBackgroundColor(int) -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: ObservableRefCount$RefCountObserver(io.reactivex.Observer,io.reactivex.internal.operators.observable.ObservableRefCount,io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection) -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_padding_top -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_horizontalBias -cyanogenmod.app.ICMStatusBarManager$Stub$Proxy -androidx.preference.R$dimen: int abc_cascading_menus_min_smallest_width -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result -wangdaye.com.geometricweather.R$styleable: int Toolbar_subtitleTextColor -okhttp3.internal.http.RealInterceptorChain: int connectTimeout -com.tencent.bugly.proguard.s: java.util.Map a(java.net.HttpURLConnection) -androidx.recyclerview.R$styleable: int FontFamilyFont_android_fontWeight -wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: int getChartBottom() -com.turingtechnologies.materialscrollbar.R$string: int abc_prepend_shortcut_label -androidx.constraintlayout.widget.R$id: int textSpacerNoTitle -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleMarginStart -com.google.android.material.R$styleable: int GradientColorItem_android_color -com.jaredrummler.android.colorpicker.R$dimen: int abc_panel_menu_list_width -com.baidu.location.e.l$b: com.baidu.location.e.l$b d -com.jaredrummler.android.colorpicker.R$dimen: int notification_right_side_padding_top -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer totalCloudCover -com.github.rahatarmanahmed.cpv.CircularProgressView: void setMaxProgress(float) -com.google.android.material.R$color: int material_blue_grey_800 -cyanogenmod.externalviews.ExternalView$6: void run() -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout: void setOnFitSystemBarListener(wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout$OnFitSystemBarListener) -io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: boolean disposed -com.amap.api.fence.GeoFence: void setCustomId(java.lang.String) -okhttp3.EventListener: void connectionAcquired(okhttp3.Call,okhttp3.Connection) -io.reactivex.internal.subscriptions.BasicIntQueueSubscription -com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_verticalDivider -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeIcePrecipitationDuration() -com.tencent.bugly.crashreport.crash.b: android.content.Context b -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: int Minute -androidx.preference.SwitchPreferenceCompat: SwitchPreferenceCompat(android.content.Context,android.util.AttributeSet) -com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage SOURCE -androidx.preference.R$styleable: int PreferenceTheme_checkBoxPreferenceStyle -com.turingtechnologies.materialscrollbar.R$layout: int abc_alert_dialog_button_bar_material -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String street -com.xw.repo.bubbleseekbar.R$dimen -wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_collapsedSize -com.turingtechnologies.materialscrollbar.R$id: int checkbox -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_sheet_modal_elevation -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color: java.lang.String Name -android.didikee.donate.R$id: int search_mag_icon -androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall -androidx.appcompat.resources.R$drawable: int notification_bg -android.didikee.donate.R$style: int Platform_AppCompat_Light -james.adaptiveicon.R$dimen: int abc_text_size_display_2_material -okio.InflaterSource: okio.BufferedSource source -io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay() -android.didikee.donate.R$styleable: int AppCompatTheme_dividerVertical -androidx.lifecycle.AbstractSavedStateViewModelFactory: androidx.lifecycle.ViewModel create(java.lang.String,java.lang.Class) -wangdaye.com.geometricweather.R$drawable: int tooltip_frame_dark -com.jaredrummler.android.colorpicker.R$attr: int paddingEnd -okhttp3.internal.tls.DistinguishedNameParser: char getUTF8() -cyanogenmod.providers.CMSettings$System: java.lang.String SYSTEM_PROFILES_ENABLED -james.adaptiveicon.R$id: int action_bar_root -wangdaye.com.geometricweather.R$dimen: int design_snackbar_max_width -com.tencent.bugly.proguard.w: boolean a(java.lang.Runnable,long) -wangdaye.com.geometricweather.R$styleable -retrofit2.adapter.rxjava2.HttpException: HttpException(retrofit2.Response) -wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar: void setBackgroundColor(int) -androidx.appcompat.resources.R$id: int tag_screen_reader_focusable -androidx.preference.R$id: int accessibility_custom_action_23 -retrofit2.OkHttpCall: okhttp3.Call rawCall -okhttp3.internal.connection.RouteSelector: boolean hasNext() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean forecastHourly -james.adaptiveicon.R$style: int Widget_AppCompat_CompoundButton_RadioButton -com.google.android.material.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: java.util.Date EffectiveDate -com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getTrackTintList() -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float rain -okhttp3.internal.http1.Http1Codec: okhttp3.Headers readHeaders() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_viewInflaterClass -retrofit2.ParameterHandler$1 -android.didikee.donate.R$attr: int iconifiedByDefault -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_firstVerticalStyle -io.reactivex.subjects.PublishSubject$PublishDisposable: io.reactivex.Observer downstream -androidx.core.R$layout: int notification_action -com.tencent.bugly.crashreport.CrashReport: java.lang.String getUserData(android.content.Context,java.lang.String) -androidx.preference.R$attr: int fastScrollVerticalThumbDrawable -androidx.constraintlayout.widget.R$color: int primary_text_disabled_material_light -com.jaredrummler.android.colorpicker.R$styleable: int FontFamily_fontProviderCerts -com.google.android.gms.common.api.Status -androidx.lifecycle.LiveData: java.lang.Object mPendingData -okio.Buffer -cyanogenmod.app.LiveLockScreenInfo$1: LiveLockScreenInfo$1() -okhttp3.internal.http2.Http2Stream: void receiveRstStream(okhttp3.internal.http2.ErrorCode) -wangdaye.com.geometricweather.R$attr: int negativeButtonText -com.google.android.gms.base.R$drawable: int common_google_signin_btn_text_dark -androidx.dynamicanimation.R$string: R$string() -cyanogenmod.profiles.StreamSettings: int getStreamId() -androidx.constraintlayout.widget.R$styleable: int OnSwipe_nestedScrollFlags -james.adaptiveicon.R$styleable: int AlertDialog_android_layout -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: java.lang.String address -james.adaptiveicon.R$style: int Base_V7_Theme_AppCompat_Dialog -com.xw.repo.bubbleseekbar.R$dimen: int abc_button_padding_vertical_material -com.tencent.bugly.proguard.i: float a(float,int,boolean) -wangdaye.com.geometricweather.R$dimen: int abc_progress_bar_height_material -okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex: javax.net.ssl.X509TrustManager trustManager -com.google.android.material.R$drawable -androidx.work.R$styleable: int GradientColorItem_android_color -androidx.appcompat.widget.AppCompatSpinner: void setPopupBackgroundResource(int) -com.turingtechnologies.materialscrollbar.R$attr: int expandActivityOverflowButtonDrawable -com.tencent.bugly.crashreport.common.info.a: long q() -okhttp3.Challenge: Challenge(java.lang.String,java.lang.String) -androidx.constraintlayout.widget.R$id: int src_over -androidx.constraintlayout.widget.R$styleable: int AlertDialog_buttonIconDimen -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String[] VALID_KEYS -com.google.android.material.card.MaterialCardView: void setCheckedIconResource(int) -androidx.preference.R$color: int secondary_text_disabled_material_light -wangdaye.com.geometricweather.R$anim: int fragment_manange_enter -cyanogenmod.weather.WeatherLocation: java.lang.String access$202(cyanogenmod.weather.WeatherLocation,java.lang.String) -wangdaye.com.geometricweather.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView -androidx.preference.R$styleable: int[] AppCompatSeekBar -androidx.constraintlayout.widget.R$attr: int backgroundSplit -wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_yearStyle -com.google.android.gms.base.R$id: int dark -androidx.fragment.app.FragmentManager: void addOnBackStackChangedListener(androidx.fragment.app.FragmentManager$OnBackStackChangedListener) -wangdaye.com.geometricweather.R$id: int activity_chooser_view_content -james.adaptiveicon.R$styleable: int MenuItem_android_titleCondensed -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind wind -com.google.android.material.R$color: int mtrl_card_view_ripple -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableTint -androidx.constraintlayout.widget.R$attr: int icon -wangdaye.com.geometricweather.R$integer: int hide_password_duration -androidx.preference.R$styleable: int AnimatedStateListDrawableTransition_android_reversible -androidx.loader.R$id: int async -cyanogenmod.profiles.StreamSettings: StreamSettings(int) -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintWidth_min -androidx.appcompat.widget.ContentFrameLayout -androidx.appcompat.widget.SwitchCompat: void setThumbTintMode(android.graphics.PorterDuff$Mode) -okio.Buffer: okio.Buffer writeUtf8(java.lang.String) -io.reactivex.internal.util.NotificationLite$DisposableNotification: io.reactivex.disposables.Disposable upstream -android.didikee.donate.R$color: int switch_thumb_disabled_material_light -com.bumptech.glide.integration.okhttp.R$drawable: int notification_action_background -com.google.android.material.R$attr: int counterEnabled -android.didikee.donate.R$drawable: int abc_btn_borderless_material -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_5_30 -cyanogenmod.hardware.CMHardwareManager: boolean deletePersistentObject(java.lang.String) -androidx.appcompat.widget.AppCompatAutoCompleteTextView: AppCompatAutoCompleteTextView(android.content.Context) -wangdaye.com.geometricweather.R$attr: int title -io.reactivex.Observable: io.reactivex.Observable distinctUntilChanged(io.reactivex.functions.Function) -androidx.appcompat.R$styleable: int GradientColor_android_endX -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384 -androidx.work.R$dimen: int compat_button_padding_horizontal_material -okhttp3.CacheControl: java.lang.String toString() -james.adaptiveicon.R$attr: int actionBarSize -retrofit2.BuiltInConverters$RequestBodyConverter: java.lang.Object convert(java.lang.Object) -io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: java.lang.String Phrase -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionBar_TabText -com.jaredrummler.android.colorpicker.R$dimen: int abc_button_inset_vertical_material -android.didikee.donate.R$styleable: int DrawerArrowToggle_drawableSize -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_Button_Colored -cyanogenmod.profiles.BrightnessSettings: boolean isOverride() -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilityRain: MfForecastResult$ProbabilityForecast$ProbabilityRain() -wangdaye.com.geometricweather.R$id: int container_main_daily_trend_card -cyanogenmod.externalviews.ExternalViewProviderService$1$1: java.lang.Object call() -com.google.android.material.R$drawable: int abc_textfield_search_activated_mtrl_alpha -androidx.preference.R$drawable: int abc_cab_background_internal_bg -james.adaptiveicon.R$styleable: int SearchView_suggestionRowLayout -com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_TabBar -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.R$attr: int passwordToggleTint -androidx.constraintlayout.widget.R$attr: int logo -com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String getMoldDescription() -wangdaye.com.geometricweather.R$animator: int weather_haze_3 -com.google.android.material.R$attr: int suggestionRowLayout -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit -androidx.preference.R$dimen: int abc_dialog_fixed_width_major -androidx.vectordrawable.animated.R$id: int tag_accessibility_actions -com.google.android.material.R$drawable: int notification_bg -com.turingtechnologies.materialscrollbar.R$style -cyanogenmod.app.ICMTelephonyManager: boolean isDataConnectionSelectedOnSub(int) -okhttp3.internal.tls.OkHostnameVerifier: boolean verifyIpAddress(java.lang.String,java.security.cert.X509Certificate) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.db.entities.LocationEntity -io.reactivex.exceptions.CompositeException: long serialVersionUID -androidx.constraintlayout.widget.R$styleable: int MenuGroup_android_enabled -okhttp3.internal.io.FileSystem: long size(java.io.File) -cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_getLiveLockScreenEnabled -cyanogenmod.weather.CMWeatherManager: java.lang.String getActiveWeatherServiceProviderLabel() -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day -com.google.android.material.R$styleable: int Toolbar_android_gravity -androidx.lifecycle.Lifecycling$1: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) -wangdaye.com.geometricweather.R$styleable: int Badge_backgroundColor -com.jaredrummler.android.colorpicker.R$style: int PreferenceThemeOverlay_v14 -wangdaye.com.geometricweather.db.entities.DaoMaster$DevOpenHelper: DaoMaster$DevOpenHelper(android.content.Context,java.lang.String,android.database.sqlite.SQLiteDatabase$CursorFactory) -androidx.appcompat.R$styleable: int TextAppearance_android_shadowDy -okio.AsyncTimeout -cyanogenmod.externalviews.KeyguardExternalViewProviderService -retrofit2.Platform$Android$MainThreadExecutor -io.reactivex.Observable: io.reactivex.Observable window(io.reactivex.ObservableSource) -com.tencent.bugly.proguard.ah: void a(java.lang.StringBuilder,int) -cyanogenmod.weatherservice.ServiceRequestResult$Builder: ServiceRequestResult$Builder(cyanogenmod.weather.WeatherInfo) -cyanogenmod.weatherservice.ServiceRequestResult$Builder -james.adaptiveicon.R$id: int action_bar -com.google.android.material.R$color: int highlighted_text_material_dark -androidx.preference.R$styleable: int DialogPreference_dialogTitle -wangdaye.com.geometricweather.R$dimen: int mtrl_slider_thumb_radius -cyanogenmod.app.ThemeVersion: java.lang.String THEME_VERSION_CLASS_NAME -james.adaptiveicon.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow -com.google.android.material.R$styleable: int ProgressIndicator_linearSeamless -cyanogenmod.weather.WeatherInfo: double getWindDirection() -androidx.constraintlayout.widget.Constraints: Constraints(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.R$drawable: int abc_list_selector_holo_dark -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ImageButton -androidx.constraintlayout.widget.R$styleable: int Spinner_android_prompt -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Button_Borderless -wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: int getBackgroundColorEnd() -androidx.preference.R$color: int abc_background_cache_hint_selector_material_dark -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean: java.util.List getBrands() -okhttp3.internal.platform.JdkWithJettyBootPlatform: void afterHandshake(javax.net.ssl.SSLSocket) -okio.Buffer$UnsafeCursor -com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_list_padding_top_no_title -com.google.android.material.R$styleable: int[] CustomAttribute -wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_moonPhase -com.tencent.bugly.crashreport.common.info.a: boolean W -com.google.android.material.R$id: int honorRequest -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: java.util.List value -wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customPixelDimension -androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: void setBackgroundDrawable(android.graphics.drawable.Drawable) -com.amap.api.location.DPoint: double getLongitude() -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setOnAttachStateChangeListener(com.google.android.material.snackbar.BaseTransientBottomBar$OnAttachStateChangeListener) -okio.Buffer: okio.ByteString hmacSha256(okio.ByteString) -com.xw.repo.bubbleseekbar.R$id: int uniform -wangdaye.com.geometricweather.R$dimen: int design_snackbar_action_text_color_alpha -okio.Buffer: int write(java.nio.ByteBuffer) -com.google.android.material.circularreveal.cardview.CircularRevealCardView: com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo getRevealInfo() -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_placeholder_placeholder_emptyVisibility -com.google.android.material.R$dimen: int notification_main_column_padding_top -cyanogenmod.weather.RequestInfo: android.os.Parcelable$Creator CREATOR -okhttp3.internal.http2.Http2Codec: okhttp3.internal.http2.Http2Stream stream -androidx.appcompat.R$styleable: int SearchView_android_focusable -okhttp3.CacheControl: boolean noCache -okhttp3.Interceptor$Chain: okhttp3.Call call() -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource getInstance(java.lang.String) -androidx.appcompat.widget.AppCompatSpinner: int getDropDownVerticalOffset() -cyanogenmod.weather.WeatherInfo$DayForecast$1: cyanogenmod.weather.WeatherInfo$DayForecast[] newArray(int) -com.xw.repo.bubbleseekbar.R$attr: int toolbarNavigationButtonStyle -okhttp3.internal.tls.BasicTrustRootIndex: java.security.cert.X509Certificate findByIssuerAndSignature(java.security.cert.X509Certificate) -androidx.lifecycle.LifecycleRegistry$ObserverWithState: androidx.lifecycle.LifecycleEventObserver mLifecycleObserver -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: int getChartTop() -androidx.appcompat.R$dimen: int notification_media_narrow_margin -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_indeterminateProgressStyle -androidx.constraintlayout.widget.R$id: int src_in -android.didikee.donate.R$style: int Widget_AppCompat_Button_Small -com.google.android.material.R$color: int mtrl_navigation_item_text_color -com.google.android.material.slider.RangeSlider: void setTickTintList(android.content.res.ColorStateList) -com.jaredrummler.android.colorpicker.R$style: int Base_V26_Widget_AppCompat_Toolbar -com.google.android.material.R$dimen: int abc_action_bar_subtitle_bottom_margin_material -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder cache(okhttp3.Cache) -androidx.transition.R$style: int TextAppearance_Compat_Notification_Title -com.xw.repo.bubbleseekbar.R$styleable: int Spinner_android_dropDownWidth -androidx.preference.R$id: int action_text -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Long id -cyanogenmod.weather.CMWeatherManager$WeatherServiceProviderChangeListener -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight_Dialog_Alert -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$2: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.Temperature temperature -androidx.constraintlayout.widget.R$drawable: int abc_cab_background_top_mtrl_alpha -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Tooltip -com.bumptech.glide.integration.okhttp.R$styleable: int[] FontFamily -cyanogenmod.app.IPartnerInterface: java.lang.String getCurrentHotwordPackageName() -wangdaye.com.geometricweather.R$styleable: int MenuItem_actionProviderClass -james.adaptiveicon.R$styleable: int SearchView_commitIcon -com.turingtechnologies.materialscrollbar.R$attr: int bottomNavigationStyle -com.xw.repo.bubbleseekbar.R$string: int abc_searchview_description_query -androidx.constraintlayout.widget.R$attr: int motionPathRotate -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: io.reactivex.internal.disposables.ArrayCompositeDisposable resources -com.turingtechnologies.materialscrollbar.R$layout: int abc_list_menu_item_radio -com.jaredrummler.android.colorpicker.R$attr: int state_above_anchor -androidx.viewpager2.R$id: int accessibility_custom_action_10 -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_panelBackground -androidx.preference.R$dimen: int notification_large_icon_height -okio.AsyncTimeout$2: okio.Timeout timeout() -com.tencent.bugly.crashreport.crash.jni.NativeExceptionHandler: void handleNativeException(int,int,long,long,java.lang.String,java.lang.String,java.lang.String,java.lang.String,int,java.lang.String,int,int,int,java.lang.String,java.lang.String) -com.google.android.material.card.MaterialCardView: MaterialCardView(android.content.Context) -com.tencent.bugly.crashreport.crash.CrashDetailBean: java.util.Map z -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getGrassIndex() -okhttp3.internal.http.BridgeInterceptor: BridgeInterceptor(okhttp3.CookieJar) -wangdaye.com.geometricweather.R$attr: int orderingFromXml -com.google.android.material.R$style: int Widget_MaterialComponents_Button_TextButton_Snackbar -android.support.v4.app.INotificationSideChannel$Default: void cancelAll(java.lang.String) -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_section_text_size -androidx.lifecycle.ProcessLifecycleOwner: int mStartedCounter -androidx.work.OverwritingInputMerger -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: boolean isIsShow() -wangdaye.com.geometricweather.R$string: int key_ui_style -androidx.hilt.lifecycle.R$id: int line1 -cyanogenmod.profiles.AirplaneModeSettings: void processOverride(android.content.Context) -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float getRain() -james.adaptiveicon.R$anim: int abc_popup_enter -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Title_Inverse -com.google.android.material.R$dimen: int design_bottom_navigation_active_text_size -okhttp3.internal.http2.Http2Stream$StreamTimeout: Http2Stream$StreamTimeout(okhttp3.internal.http2.Http2Stream) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: int isRainOrSnow -wangdaye.com.geometricweather.remoteviews.config.ClockDayVerticalWidgetConfigActivity: ClockDayVerticalWidgetConfigActivity() -james.adaptiveicon.R$style: int Base_Widget_AppCompat_PopupMenu -wangdaye.com.geometricweather.R$attr: int suffixText -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String ragweedDescription -james.adaptiveicon.R$style: int TextAppearance_Compat_Notification -io.reactivex.internal.util.EmptyComponent: void cancel() -wangdaye.com.geometricweather.R$xml: int standalone_badge -okhttp3.OkHttpClient$Builder: boolean followRedirects -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.util.Map lefts -androidx.vectordrawable.animated.R$drawable: int notification_template_icon_bg -androidx.appcompat.R$styleable: int AppCompatTextHelper_android_drawableBottom -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit getInstance(java.lang.String) -com.google.android.material.behavior.HideBottomViewOnScrollBehavior -okhttp3.Request$Builder -com.bumptech.glide.load.engine.DecodeJob$RunReason: com.bumptech.glide.load.engine.DecodeJob$RunReason SWITCH_TO_SOURCE_SERVICE -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: java.lang.Object value -com.google.gson.stream.JsonReader: int PEEKED_LONG -okio.Sink: void flush() -retrofit2.adapter.rxjava2.Result: boolean isError() -com.baidu.location.indoor.mapversion.c.c$b: double c -com.google.android.material.R$attr: int fontProviderCerts -com.google.android.material.R$attr: int shapeAppearanceLargeComponent -androidx.hilt.R$id: int normal -com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver: boolean a(android.content.Context,android.content.Intent) -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer ragweedIndex -androidx.work.WorkInfo$State: androidx.work.WorkInfo$State SUCCEEDED -androidx.constraintlayout.widget.R$drawable: int abc_ic_star_black_36dp -com.google.android.material.R$styleable: int AppCompatTextHelper_android_drawableTop -io.reactivex.Observable: io.reactivex.Observable interval(long,long,java.util.concurrent.TimeUnit) -io.reactivex.Observable: io.reactivex.Observable delay(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -com.google.android.material.R$styleable: int[] Snackbar -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar -com.google.android.material.R$color: int design_snackbar_background_color -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_barrierDirection -wangdaye.com.geometricweather.R$attr: int fastScrollEnabled -wangdaye.com.geometricweather.R$layout: int abc_alert_dialog_title_material -wangdaye.com.geometricweather.R$id: int notification_big_week_2 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric: java.lang.String Unit -okhttp3.HttpUrl: java.lang.String PASSWORD_ENCODE_SET -com.google.android.material.R$styleable: int TextInputLayout_passwordToggleTintMode -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void dispose() -androidx.constraintlayout.widget.R$color: int background_material_dark -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable: long serialVersionUID -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: java.util.concurrent.atomic.AtomicReference upstream -wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_text_light -com.bumptech.glide.integration.okhttp.R$id: int notification_background -androidx.core.R$drawable: int notification_bg_low_pressed -com.google.android.material.R$color: int design_dark_default_color_on_secondary -com.google.android.material.R$attr: int constraintSet -androidx.loader.content.Loader: void unregisterListener(androidx.loader.content.Loader$OnLoadCompleteListener) -retrofit2.ParameterHandler$Path: ParameterHandler$Path(java.lang.reflect.Method,int,java.lang.String,retrofit2.Converter,boolean) -androidx.viewpager.R$integer -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: java.lang.String getPressureText(android.content.Context,float) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight -androidx.constraintlayout.motion.widget.MotionHelper: void setProgress(float) -io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: int index -io.reactivex.Observable: io.reactivex.Observable concatDelayError(io.reactivex.ObservableSource) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: java.lang.String value -android.didikee.donate.R$styleable: int AlertDialog_listLayout -com.google.android.material.R$attr: int chipBackgroundColor -com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_itemTextAppearance -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Dialog_FixedSize -com.google.android.material.R$dimen: int abc_action_bar_default_padding_start_material -androidx.vectordrawable.animated.R$styleable: int[] ColorStateListItem -wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayHorizontalProvider -androidx.preference.R$styleable: int TextAppearance_android_shadowDy -androidx.preference.R$attr: int switchStyle -com.google.android.material.R$color: int bright_foreground_disabled_material_dark -androidx.constraintlayout.widget.R$style: int Platform_V21_AppCompat -androidx.constraintlayout.utils.widget.ImageFilterView: float getBrightness() -okhttp3.RealCall$AsyncCall: RealCall$AsyncCall(okhttp3.RealCall,okhttp3.Callback) -okhttp3.RealCall -android.didikee.donate.R$attr: int thickness -io.reactivex.Observable: void blockingSubscribe(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer,io.reactivex.functions.Action) -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize -com.tencent.bugly.crashreport.a -okhttp3.internal.http2.Hpack$Reader: java.util.List getAndResetHeaderList() -android.didikee.donate.R$id: int action_bar_activity_content -androidx.constraintlayout.widget.R$attr: int layout_constraintGuide_percent -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver -wangdaye.com.geometricweather.R$string: int about_greenDAO -androidx.constraintlayout.widget.R$styleable: int OnSwipe_maxVelocity -androidx.hilt.lifecycle.R$dimen: int compat_control_corner_material -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Object getKey(java.lang.Object) -cyanogenmod.externalviews.ExternalViewProperties: int mWidth -com.amap.api.location.AMapLocation: java.lang.String getRoad() -wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: void setMoonDrawable(android.graphics.drawable.Drawable) -io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle -wangdaye.com.geometricweather.R$string: int week_7 -james.adaptiveicon.R$attr: int buttonGravity -com.tencent.bugly.crashreport.crash.b: void a(java.util.List,long,boolean,boolean,boolean) -wangdaye.com.geometricweather.R$color: int mtrl_popupmenu_overlay_color -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeApparentTemperature -androidx.loader.R$dimen: int notification_media_narrow_margin -androidx.constraintlayout.widget.R$styleable: int View_paddingStart -james.adaptiveicon.R$styleable: int AppCompatTheme_spinnerStyle -wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: SwipeSwitchLayout(android.content.Context,android.util.AttributeSet,int) -io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: io.reactivex.internal.operators.observable.ObservableCache$Node node -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_LAUNCHER -androidx.appcompat.resources.R$dimen: int compat_notification_large_icon_max_width -io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function5) -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_divider -android.didikee.donate.R$styleable: int ColorStateListItem_alpha -wangdaye.com.geometricweather.db.entities.DailyEntity: void setAqiText(java.lang.String) -androidx.hilt.R$string -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Metric: double Value -com.google.android.material.R$layout: int abc_alert_dialog_title_material -okio.Pipe$PipeSink: okio.Timeout timeout -wangdaye.com.geometricweather.R$attr: int drawableBottomCompat -okhttp3.internal.cache2.FileOperator: void write(long,okio.Buffer,long) -io.reactivex.internal.subscriptions.SubscriptionHelper: io.reactivex.internal.subscriptions.SubscriptionHelper valueOf(java.lang.String) -com.tencent.bugly.proguard.z: java.lang.String a(byte[]) -androidx.appcompat.widget.Toolbar: void setSubtitleTextColor(android.content.res.ColorStateList) -androidx.constraintlayout.widget.R$color: int abc_secondary_text_material_dark -okio.ForwardingTimeout: ForwardingTimeout(okio.Timeout) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setPm25Desc(java.lang.String) -com.google.android.material.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -androidx.recyclerview.R$drawable: R$drawable() -androidx.constraintlayout.widget.R$attr: int windowActionBar -com.google.android.material.R$style: int Theme_AppCompat_Light -androidx.loader.R$id -com.google.android.material.R$color: int mtrl_btn_bg_color_selector -com.google.android.material.chip.Chip: void setChipDrawable(com.google.android.material.chip.ChipDrawable) -androidx.viewpager2.R$id: int text -cyanogenmod.weatherservice.WeatherProviderService: void onConnected() -androidx.lifecycle.extensions.R$id: int right_side -androidx.preference.R$color: int abc_btn_colored_borderless_text_material -androidx.constraintlayout.motion.widget.MotionLayout: void setOnHide(float) -androidx.hilt.R$dimen: int compat_notification_large_icon_max_height -okhttp3.internal.http1.Http1Codec$AbstractSource: okio.Timeout timeout() -com.google.android.gms.location.zzbd: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$attr: int itemIconTint -com.jaredrummler.android.colorpicker.R$attr: int adjustable -com.tencent.bugly.crashreport.common.info.a: java.lang.String g -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.util.List getValue() -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: io.reactivex.Scheduler scheduler -androidx.work.R$id: int accessibility_custom_action_6 -wangdaye.com.geometricweather.R$dimen: int compat_notification_large_icon_max_height -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: int unitArrayIndex -james.adaptiveicon.R$attr: int suggestionRowLayout -com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_buttonPanelSideLayout -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior getBehavior() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dividerHorizontal -android.didikee.donate.R$styleable: int AppCompatTheme_windowNoTitle -androidx.appcompat.R$id: int scrollIndicatorDown -wangdaye.com.geometricweather.R$id: int staticLayout -androidx.fragment.R$id: int accessibility_custom_action_15 -wangdaye.com.geometricweather.R$bool: R$bool() -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_autoSizeMaxTextSize -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Headline5 -androidx.appcompat.R$styleable: int AppCompatTheme_alertDialogCenterButtons -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxStrokeWidthFocused -android.didikee.donate.R$styleable: int Toolbar_contentInsetRight -io.reactivex.Observable: io.reactivex.Observable concatWith(io.reactivex.ObservableSource) -androidx.preference.R$style: int Base_V7_Theme_AppCompat_Dialog -cyanogenmod.externalviews.KeyguardExternalView: void binderDied() -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String getRagweedDescription() -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1: BaiduIPLocationService$1(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService,wangdaye.com.geometricweather.location.services.LocationService$LocationCallback) -androidx.appcompat.resources.R$id: int line3 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean -wangdaye.com.geometricweather.settings.fragments.ServiceProviderSettingsFragment -com.google.android.material.R$styleable: int[] MaterialTextView -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: void dispose() -com.tencent.bugly.crashreport.common.strategy.StrategyBean: java.lang.String a -cyanogenmod.hardware.ThermalListenerCallback$State: int STATE_WARM_RISING -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Title -wangdaye.com.geometricweather.R$dimen: int notification_right_icon_size -io.reactivex.internal.util.ExceptionHelper$Termination: long serialVersionUID -wangdaye.com.geometricweather.R$id: int month_title -com.xw.repo.bubbleseekbar.R$styleable: int PopupWindow_overlapAnchor -androidx.constraintlayout.widget.R$style: int Base_Animation_AppCompat_Tooltip -wangdaye.com.geometricweather.R$layout: int mtrl_alert_dialog_actions -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: MinutelyEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) -cyanogenmod.themes.ThemeManager$2$1 -wangdaye.com.geometricweather.R$layout: int abc_expanded_menu_layout -io.reactivex.internal.subscribers.DeferredScalarSubscriber: void onError(java.lang.Throwable) -com.tencent.bugly.crashreport.common.info.b: long l() -wangdaye.com.geometricweather.R$xml: int standalone_badge_gravity_bottom_start -okhttp3.HttpUrl: java.util.List queryParameterValues(java.lang.String) -wangdaye.com.geometricweather.R$drawable: int abc_text_select_handle_right_mtrl_dark -com.turingtechnologies.materialscrollbar.R$dimen: int abc_button_padding_vertical_material -com.jaredrummler.android.colorpicker.R$attr: int fontVariationSettings -com.tencent.bugly.crashreport.common.info.b: java.lang.String[] c -androidx.constraintlayout.widget.R$styleable -io.reactivex.internal.queue.SpscArrayQueue: void soConsumerIndex(long) -wangdaye.com.geometricweather.R$attr: int chipSpacing -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_checkedTextViewStyle -com.turingtechnologies.materialscrollbar.R$styleable: int CardView_contentPadding -cyanogenmod.platform.Manifest$permission: java.lang.String BIND_WEATHER_PROVIDER_SERVICE -cyanogenmod.themes.ThemeManager$2: void onFinishedProcessing(java.lang.String) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: org.reactivestreams.Subscriber downstream -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_layout -james.adaptiveicon.R$attr: int tint -androidx.appcompat.R$style: int Widget_AppCompat_Button -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Headline -wangdaye.com.geometricweather.R$attr: int windowFixedHeightMajor -wangdaye.com.geometricweather.R$styleable: int Chip_chipIcon -com.google.android.material.R$styleable: int ImageFilterView_saturation -okhttp3.internal.cache.DiskLruCache: java.lang.String DIRTY -okhttp3.MultipartBody: byte[] COLONSPACE -androidx.constraintlayout.widget.R$id: int easeInOut -androidx.viewpager2.widget.ViewPager2 -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_translationZ -com.turingtechnologies.materialscrollbar.R$attr: int editTextBackground -androidx.core.R$dimen: int notification_top_pad -okhttp3.CertificatePinner$Pin: java.lang.String toString() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_panelMenuListTheme -cyanogenmod.externalviews.KeyguardExternalView$2: boolean requestDismissAndStartActivity(android.content.Intent) -androidx.core.R$id: int accessibility_custom_action_29 -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_waveOffset -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: io.reactivex.Observer downstream -okhttp3.internal.http2.Http2Connection: void start(boolean) -androidx.appcompat.widget.FitWindowsViewGroup -com.amap.api.location.DPoint: void setLatitude(double) -com.google.android.material.R$id: int password_toggle -androidx.constraintlayout.utils.widget.ImageFilterView: float getRoundPercent() -com.jaredrummler.android.colorpicker.R$color: int tooltip_background_light -okhttp3.Response$Builder: java.lang.String message -androidx.viewpager.R$drawable: R$drawable() -com.google.android.material.R$attr: int maxWidth -com.turingtechnologies.materialscrollbar.R$string: int abc_action_mode_done -com.google.android.material.bottomappbar.BottomAppBar -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_51 -com.google.android.material.floatingactionbutton.FloatingActionButton: void setShowMotionSpecResource(int) -androidx.appcompat.R$styleable: int Toolbar_titleTextAppearance -com.google.android.material.R$styleable: int MotionLayout_applyMotionScene -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_21 -androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory: android.app.Application mApplication -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$TotalLiquid: AccuDailyResult$DailyForecasts$Night$TotalLiquid() -androidx.preference.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse -com.github.rahatarmanahmed.cpv.CircularProgressView$5: CircularProgressView$5(com.github.rahatarmanahmed.cpv.CircularProgressView) -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_hintAnimationEnabled -io.reactivex.internal.util.NotificationLite: java.lang.Object getValue(java.lang.Object) -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addEncodedPathSegment(java.lang.String) -androidx.viewpager.R$style -wangdaye.com.geometricweather.R$drawable: int ic_sunrise -com.tencent.bugly.crashreport.common.info.a: java.lang.Boolean Z -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments$WarningTextBlocItem -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_customNavigationLayout -com.google.android.material.circularreveal.CircularRevealLinearLayout: int getCircularRevealScrimColor() -com.google.android.material.circularreveal.CircularRevealRelativeLayout: int getCircularRevealScrimColor() -wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Time -com.tencent.bugly.crashreport.crash.anr.b: void b() -wangdaye.com.geometricweather.R$color: int foreground_material_light -androidx.customview.R$dimen: int notification_right_icon_size -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_android_weightSum -androidx.constraintlayout.widget.R$styleable: int Toolbar_titleMarginTop -androidx.fragment.R$layout: int notification_template_part_chronometer -androidx.hilt.lifecycle.R$anim: int fragment_open_enter -androidx.loader.R$styleable: int GradientColor_android_tileMode -androidx.vectordrawable.animated.R$id: int dialog_button -androidx.vectordrawable.R$styleable: int[] FontFamily -retrofit2.ParameterHandler$Field: retrofit2.Converter valueConverter -io.reactivex.internal.subscriptions.SubscriptionHelper: void reportSubscriptionSet() -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamily_fontProviderPackage -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property RainPrecipitationProbability -com.google.android.material.R$styleable: int KeyCycle_android_translationZ -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Medium_Inverse -androidx.vectordrawable.animated.R$layout: int notification_template_part_time -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: boolean isDaylight() -com.jaredrummler.android.colorpicker.R$attr: int windowActionBarOverlay -james.adaptiveicon.R$styleable: int ActionBar_displayOptions -cyanogenmod.app.ProfileManager: android.app.NotificationGroup getNotificationGroupForPackage(java.lang.String) -com.google.android.material.R$anim: int abc_fade_in -com.jaredrummler.android.colorpicker.R$attr: R$attr() -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setDegreeDayTemperature(java.lang.Integer) -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit -com.jaredrummler.android.colorpicker.R$color: int primary_dark_material_dark -james.adaptiveicon.R$layout: int abc_select_dialog_material -io.reactivex.exceptions.ProtocolViolationException -james.adaptiveicon.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha -io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: ObservableDebounceTimed$DebounceEmitter(java.lang.Object,long,io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceTimedObserver) -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_SearchResult -androidx.preference.R$attr: int dialogMessage -androidx.constraintlayout.widget.R$anim: int btn_checkbox_to_unchecked_icon_null_animation -com.google.android.material.R$attr: int ttcIndex -com.turingtechnologies.materialscrollbar.R$attr: int collapsedTitleTextAppearance -wangdaye.com.geometricweather.R$anim: int btn_radio_to_off_mtrl_dot_group_animation -com.jaredrummler.android.colorpicker.R$styleable: int Spinner_android_prompt -androidx.lifecycle.ProcessLifecycleOwner -wangdaye.com.geometricweather.R$string: int help -wangdaye.com.geometricweather.R$string: int settings_summary_live_wallpaper -wangdaye.com.geometricweather.R$drawable: int notif_temp_126 -wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: void dispose() -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.MinutelyEntity) -okhttp3.internal.http2.Http2Stream: int getId() -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionButton -androidx.constraintlayout.widget.ConstraintLayout -wangdaye.com.geometricweather.R$styleable: int InkPageIndicator_dotGap -wangdaye.com.geometricweather.R$dimen: int mtrl_fab_min_touch_target -androidx.recyclerview.R$id: int icon_group -androidx.viewpager.R$drawable: int notification_icon_background -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Metric: double Value -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void setFirst(io.reactivex.internal.operators.observable.ObservableReplay$Node) -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: io.reactivex.functions.Function valueSelector -okhttp3.Response$Builder: okhttp3.Response$Builder priorResponse(okhttp3.Response) -com.google.android.material.R$styleable: int Constraint_android_rotation -wangdaye.com.geometricweather.R$layout: int material_timepicker_textinput_display -wangdaye.com.geometricweather.R$attr: int extendedFloatingActionButtonStyle -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property No2 -androidx.constraintlayout.widget.R$styleable: int MotionLayout_layoutDescription -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_android_textAppearance -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle -androidx.hilt.R$id: int accessibility_custom_action_18 -android.didikee.donate.R$id: int action_context_bar -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_drawableStart -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Button -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_7 -com.google.android.material.circularreveal.CircularRevealGridLayout: int getCircularRevealScrimColor() -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipIconEnabled -retrofit2.KotlinExtensions$suspendAndThrow$1: int label -com.google.android.material.R$styleable: int ConstraintSet_android_visibility -com.google.android.gms.common.api.internal.LifecycleCallback: com.google.android.gms.common.api.internal.LifecycleFragment getChimeraLifecycleFragmentImpl(com.google.android.gms.common.api.internal.LifecycleActivity) -james.adaptiveicon.R$drawable: int abc_list_selector_disabled_holo_dark -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_month_horizontal_padding -com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Display4 -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float ice -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintEnd_toStartOf -com.google.android.material.snackbar.Snackbar$SnackbarLayout: void setBackgroundTintList(android.content.res.ColorStateList) -androidx.preference.R$styleable: int ActionBar_homeAsUpIndicator -okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner: int hashCode() -androidx.preference.R$styleable: int TextAppearance_android_textColorLink -androidx.constraintlayout.widget.R$styleable: int CompoundButton_buttonTint -okio.RealBufferedSource: java.lang.String readUtf8() -cyanogenmod.weather.ICMWeatherManager: void unregisterWeatherServiceProviderChangeListener(cyanogenmod.weather.IWeatherServiceProviderChangeListener) -io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: void dispose() -com.turingtechnologies.materialscrollbar.R$attr: int autoCompleteTextViewStyle -wangdaye.com.geometricweather.R$drawable: int notif_temp_69 -androidx.appcompat.R$attr: int layout -androidx.preference.R$attr: int shouldDisableView -androidx.preference.R$attr: int actionBarTheme -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_section_count -com.google.android.material.R$attr: int flow_lastHorizontalStyle -com.xw.repo.bubbleseekbar.R$color: int abc_search_url_text_normal -com.google.android.material.internal.NavigationMenuItemView: void setActionView(android.view.View) -wangdaye.com.geometricweather.R$styleable: int ColorStateListItem_alpha -okhttp3.Protocol: Protocol(java.lang.String,int,java.lang.String) -com.github.rahatarmanahmed.cpv.CircularProgressView: android.animation.AnimatorSet indeterminateAnimator -wangdaye.com.geometricweather.common.ui.widgets.DonateImageView: DonateImageView(android.content.Context,android.util.AttributeSet) -androidx.drawerlayout.widget.DrawerLayout: void setStatusBarBackgroundColor(int) -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void innerError(java.lang.Throwable) -androidx.lifecycle.extensions.R$anim: int fragment_fast_out_extra_slow_in -com.jaredrummler.android.colorpicker.R$attr: int logo -androidx.hilt.R$integer: int status_bar_notification_info_maxnum -cyanogenmod.app.CustomTile$Builder: android.app.PendingIntent mOnLongClick -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Metric: java.lang.String Unit -wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String content -james.adaptiveicon.R$attr: int buttonBarButtonStyle -com.google.android.material.progressindicator.ProgressIndicator: int getIndicatorCornerRadius() -com.google.android.material.R$styleable: int KeyPosition_percentX -com.jaredrummler.android.colorpicker.R$dimen: int abc_edit_text_inset_horizontal_material -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.R$styleable: int Transition_constraintSetEnd -androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_android_fontStyle -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Toolbar -androidx.drawerlayout.R$styleable: int FontFamily_fontProviderCerts -android.didikee.donate.R$style: int Widget_AppCompat_DropDownItem_Spinner -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$6 -com.google.android.gms.location.ActivityRecognitionResult -com.xw.repo.bubbleseekbar.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset -com.google.android.material.R$attr: int flow_verticalStyle -androidx.appcompat.R$id: int shortcut -androidx.vectordrawable.R$layout: int notification_template_icon_group -wangdaye.com.geometricweather.R$drawable: int ic_location -wangdaye.com.geometricweather.R$string: int feedback_delete_succeed -okhttp3.internal.cache.CacheInterceptor$1: long read(okio.Buffer,long) -wangdaye.com.geometricweather.R$attr: int layout_constraintStart_toEndOf -com.jaredrummler.android.colorpicker.R$attr: int dropDownListViewStyle -cyanogenmod.app.CustomTile$ExpandedStyle -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_ICONS -com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_select_handle_right_mtrl_light -com.amap.api.fence.DistrictItem: java.lang.String getCitycode() -cyanogenmod.app.CustomTile$ExpandedStyle: void writeToParcel(android.os.Parcel,int) -androidx.preference.R$style: int Widget_AppCompat_Light_PopupMenu -androidx.constraintlayout.widget.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable -androidx.preference.R$style: int ThemeOverlay_AppCompat_ActionBar -okio.Buffer: okio.Buffer readFrom(java.io.InputStream) -com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_adjustable -androidx.work.NetworkType: androidx.work.NetworkType METERED -com.tencent.bugly.crashreport.common.info.a: java.lang.String as -androidx.constraintlayout.widget.R$attr: int curveFit -wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_minutelyStartText -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_horizontalGap -androidx.recyclerview.R$string: int status_bar_notification_info_overflow -androidx.core.R$styleable -com.turingtechnologies.materialscrollbar.R$styleable: int[] AlertDialog -com.turingtechnologies.materialscrollbar.R$id: int mtrl_internal_children_alpha_tag -com.google.android.material.R$dimen: int fastscroll_margin -io.reactivex.disposables.ReferenceDisposable: long serialVersionUID -androidx.preference.R$styleable: int FontFamilyFont_ttcIndex -cyanogenmod.alarmclock.ClockContract$InstancesColumns: int SILENT_STATE -androidx.vectordrawable.R$styleable: int FontFamilyFont_android_fontVariationSettings -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Button -androidx.constraintlayout.widget.R$color: int dim_foreground_disabled_material_dark -androidx.constraintlayout.widget.R$attr: int theme -com.google.android.material.R$styleable: int ThemeEnforcement_enforceTextAppearance -okhttp3.internal.http2.Http2Codec: okhttp3.internal.http2.Http2Connection connection -okhttp3.internal.connection.RealConnection: java.lang.String NPE_THROW_WITH_NULL -james.adaptiveicon.R$color: int dim_foreground_material_dark -androidx.preference.R$attr: int adjustable -androidx.constraintlayout.widget.R$style: int Base_V23_Theme_AppCompat_Light -com.google.android.material.R$styleable: int MotionScene_defaultDuration -wangdaye.com.geometricweather.R$string: int feedback_request_location_in_background -wangdaye.com.geometricweather.R$string: int week_6 -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation -androidx.constraintlayout.widget.R$styleable: int Variant_region_widthLessThan -io.reactivex.internal.subscriptions.SubscriptionHelper: io.reactivex.internal.subscriptions.SubscriptionHelper[] values() -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorIconDrawable -androidx.lifecycle.extensions.R$styleable: int GradientColor_android_centerY -androidx.viewpager2.R$id: int right_side -com.google.android.material.R$attr: int radioButtonStyle -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_is_float_type -wangdaye.com.geometricweather.settings.fragments.AbstractSettingsFragment: AbstractSettingsFragment() -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle -com.google.android.material.R$style: int Base_V21_Theme_AppCompat_Dialog -android.didikee.donate.R$styleable: int[] ActionBarLayout -wangdaye.com.geometricweather.R$drawable: int shortcuts_refresh -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomNavigationView_Colored -com.turingtechnologies.materialscrollbar.R$dimen: int design_tab_text_size -cyanogenmod.providers.CMSettings$System$3: boolean validate(java.lang.String) -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_popupTheme -okhttp3.HttpUrl: java.util.List encodedPathSegments() -com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_pressed_holo_light -okhttp3.internal.http2.Http2Stream: void receiveData(okio.BufferedSource,int) -androidx.activity.R$id: int tag_accessibility_clickable_spans -android.didikee.donate.R$attr: int textAppearanceSmallPopupMenu -okhttp3.internal.publicsuffix.PublicSuffixDatabase: PublicSuffixDatabase() -com.google.android.material.button.MaterialButtonToggleGroup: int getFirstVisibleChildIndex() -com.turingtechnologies.materialscrollbar.R$style: int Base_V22_Theme_AppCompat_Light -retrofit2.http.Headers: java.lang.String[] value() -james.adaptiveicon.R$style: int Widget_AppCompat_Spinner_DropDown -com.google.android.gms.common.internal.zas: android.os.Parcelable$Creator CREATOR -androidx.cardview.widget.CardView: void setCardBackgroundColor(int) -com.turingtechnologies.materialscrollbar.R$color: int abc_tint_edittext -io.reactivex.internal.observers.DeferredScalarDisposable: void error(java.lang.Throwable) -wangdaye.com.geometricweather.R$animator: int start_shine_2 -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property RealFeelTemperature -okhttp3.Dispatcher: boolean promoteAndExecute() -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintGuide_begin -com.xw.repo.bubbleseekbar.R$dimen: int compat_button_padding_vertical_material -android.didikee.donate.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void onNext(java.lang.Object) -com.amap.api.location.AMapLocation: void setStreet(java.lang.String) -okio.Pipe$PipeSource: okio.Timeout timeout -androidx.appcompat.R$attr: int closeIcon -com.google.android.material.R$attr: int hideOnScroll -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.util.Date sunriseTime -com.turingtechnologies.materialscrollbar.R$attr: int chipSpacingHorizontal -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_56 -androidx.constraintlayout.widget.R$attr: int onHide -androidx.appcompat.R$styleable -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_19 -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: io.reactivex.internal.disposables.SequentialDisposable task -com.google.android.material.R$styleable: int KeyTrigger_motion_triggerOnCollision -android.didikee.donate.R$attr: int controlBackground -androidx.appcompat.R$id: int decor_content_parent -com.jaredrummler.android.colorpicker.R$styleable: int PopupWindowBackgroundState_state_above_anchor -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_paddingRight -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_switchPadding -io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -androidx.loader.R$id: int action_divider -wangdaye.com.geometricweather.R$attr: int msb_handleColor -androidx.appcompat.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex -retrofit2.Platform: int defaultCallAdapterFactoriesSize() -com.github.rahatarmanahmed.cpv.CircularProgressView: android.animation.ValueAnimator startAngleRotate -cyanogenmod.profiles.ConnectionSettings: int CM_MODE_2G3G -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_unregisterThemeProcessingListener -okhttp3.Request$Builder: okhttp3.Request$Builder put(okhttp3.RequestBody) -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_DEFAULT_COLOR -wangdaye.com.geometricweather.R$attr: int curveFit -wangdaye.com.geometricweather.R$attr: int titleTextColor -androidx.constraintlayout.widget.R$styleable: int KeyPosition_sizePercent -cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_GPS -com.xw.repo.bubbleseekbar.R$id: int multiply -android.didikee.donate.R$integer: int cancel_button_image_alpha -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: java.lang.String info -androidx.constraintlayout.widget.R$attr: int layout_constraintStart_toStartOf -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_display_2_material -cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator sBooleanValidator -io.reactivex.internal.util.VolatileSizeArrayList: boolean isEmpty() -androidx.coordinatorlayout.R$styleable: R$styleable() -wangdaye.com.geometricweather.db.entities.HistoryEntity: int nighttimeTemperature -io.reactivex.internal.operators.observable.ObservableReplay$Node -androidx.appcompat.widget.Toolbar: void setNavigationIcon(android.graphics.drawable.Drawable) -okhttp3.internal.cache2.Relay: int SOURCE_FILE -android.didikee.donate.R$styleable: int Toolbar_titleMargin -wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode nighttimeWeatherCode -androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableTransition_android_drawable -androidx.customview.R$dimen: int notification_right_side_padding_top -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: java.lang.String value -com.turingtechnologies.materialscrollbar.R$attr: int chipStartPadding -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_section_text_position -androidx.appcompat.R$styleable: int Toolbar_contentInsetEndWithActions -io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: long serialVersionUID -com.jaredrummler.android.colorpicker.R$styleable: int ViewBackgroundHelper_android_background -retrofit2.RequestFactory: java.lang.String httpMethod -com.turingtechnologies.materialscrollbar.R$attr: int paddingTopNoTitle -com.google.android.material.R$color: int secondary_text_default_material_dark -androidx.viewpager2.widget.ViewPager2$SavedState -androidx.appcompat.R$styleable: int StateListDrawableItem_android_drawable -cyanogenmod.themes.IThemeService$Stub$Proxy: int getLastThemeChangeRequestType() -androidx.vectordrawable.R$drawable: int notification_tile_bg -androidx.constraintlayout.widget.R$attr: int showAsAction -wangdaye.com.geometricweather.R$drawable: int notif_temp_137 -com.jaredrummler.android.colorpicker.R$drawable: int abc_tab_indicator_material -androidx.dynamicanimation.R$attr: int ttcIndex -com.google.gson.stream.JsonWriter: void setHtmlSafe(boolean) -wangdaye.com.geometricweather.R$id: int widget_week_temp_5 -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeIcePrecipitation(java.lang.Float) -cyanogenmod.externalviews.ExternalView$4: ExternalView$4(cyanogenmod.externalviews.ExternalView) -com.tencent.bugly.crashreport.common.info.b: java.lang.String d(android.content.Context) -io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: long maxAge -androidx.lifecycle.extensions.R$id: int icon_group -wangdaye.com.geometricweather.R$styleable: int[] DrawerLayout -androidx.constraintlayout.widget.R$attr: int overlay -androidx.preference.R$attr: int maxHeight -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_passwordToggleTintMode -cyanogenmod.themes.IThemeService$Stub$Proxy: IThemeService$Stub$Proxy(android.os.IBinder) -wangdaye.com.geometricweather.R$styleable: int TagView_checked -com.google.android.material.R$attr: int minHeight -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_7 -com.google.gson.stream.JsonReader: int pos -wangdaye.com.geometricweather.R$string: int content_des_o3 -com.turingtechnologies.materialscrollbar.R$style: int CardView_Light -com.google.android.material.R$style: int Widget_Support_CoordinatorLayout -com.google.android.material.R$attr: int buttonBarNegativeButtonStyle -androidx.appcompat.R$color: int bright_foreground_disabled_material_light -com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol: int a -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionOverflowMenuStyle -com.tencent.bugly.proguard.ab: byte[] b(byte[]) -android.didikee.donate.R$styleable: int[] SearchView -cyanogenmod.app.ILiveLockScreenChangeListener$Stub: cyanogenmod.app.ILiveLockScreenChangeListener asInterface(android.os.IBinder) -androidx.loader.R$layout: int notification_action -wangdaye.com.geometricweather.R$styleable: int SearchView_android_imeOptions -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarTabBarStyle -android.didikee.donate.R$styleable: int TextAppearance_android_textSize -androidx.legacy.coreutils.R$id: int normal -androidx.appcompat.R$style: int TextAppearance_AppCompat -com.google.gson.internal.$Gson$Types$WildcardTypeImpl -androidx.appcompat.R$color: int abc_primary_text_disable_only_material_light -com.turingtechnologies.materialscrollbar.R$attr: int buttonTintMode -com.google.android.material.internal.CheckableImageButton: CheckableImageButton(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$id: int actions -androidx.preference.R$styleable: int Preference_widgetLayout -wangdaye.com.geometricweather.R$id: int activity_widget_config_showCardContainer -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title -com.jaredrummler.android.colorpicker.ColorPickerView: int getSliderTrackerColor() -com.google.android.material.transformation.ExpandableBehavior -androidx.legacy.coreutils.R$id: int action_image -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_PSK_WITH_AES_128_CBC_SHA -androidx.appcompat.R$attr: int alertDialogButtonGroupStyle -james.adaptiveicon.R$styleable: int AppCompatTheme_windowFixedWidthMinor -wangdaye.com.geometricweather.R$styleable: int Chip_shapeAppearanceOverlay -cyanogenmod.app.Profile: Profile(android.os.Parcel) -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: float unitFactor -retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$2: retrofit2.Call $this_await$inlined -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_analog_light -retrofit2.Utils$GenericArrayTypeImpl: int hashCode() -com.google.gson.FieldNamingPolicy: java.lang.String upperCaseFirstLetter(java.lang.String) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setAqi(java.lang.String) -com.xw.repo.bubbleseekbar.R$attr: int expandActivityOverflowButtonDrawable -com.google.android.material.R$attr: int navigationMode -james.adaptiveicon.R$styleable: int FontFamilyFont_android_font -cyanogenmod.weather.WeatherInfo: int mTempUnit -cyanogenmod.app.PartnerInterface: java.lang.String TAG -cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_SHOW_BATTERY_PERCENT -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: boolean isDisposed() -androidx.constraintlayout.widget.R$dimen: int abc_seekbar_track_progress_height_material -cyanogenmod.app.CustomTile$ExpandedStyle: android.widget.RemoteViews getContentViews() -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: boolean isDisposed() -com.google.android.material.appbar.AppBarLayout$Behavior -com.google.android.material.R$id: int accessibility_custom_action_1 -androidx.appcompat.R$style: int Widget_AppCompat_ListView_DropDown -okhttp3.Cache$Entry: boolean isHttps() -com.google.android.material.R$dimen: int notification_large_icon_height -com.tencent.bugly.proguard.a: a() -androidx.preference.MultiSelectListPreference$SavedState -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_android_textAppearance -wangdaye.com.geometricweather.R$style: int Platform_ThemeOverlay_AppCompat -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_progressBarStyle -com.jaredrummler.android.colorpicker.R$color: int abc_search_url_text_pressed -com.xw.repo.bubbleseekbar.R$color: int button_material_light -okio.Options: int size() -androidx.appcompat.R$styleable: int AppCompatTheme_colorBackgroundFloating -cyanogenmod.profiles.AirplaneModeSettings: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$styleable: int[] AnimatedStateListDrawableItem -retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$2: KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$2(retrofit2.Call) -wangdaye.com.geometricweather.R$styleable: int ClockHandView_selectorSize -cyanogenmod.app.ILiveLockScreenManager: boolean unregisterChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionMode -wangdaye.com.geometricweather.R$color: int mtrl_choice_chip_ripple_color -io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function8) -cyanogenmod.externalviews.ExternalViewProviderService: java.lang.String TAG -com.google.android.material.R$styleable: int OnClick_clickAction -cyanogenmod.themes.ThemeManager: void requestThemeChange(java.util.Map) -com.google.android.material.R$styleable: int AlertDialog_android_layout -okhttp3.Request$Builder: okhttp3.Request$Builder cacheControl(okhttp3.CacheControl) -com.google.android.material.R$attr: int listPreferredItemHeight -cyanogenmod.externalviews.IExternalViewProvider: void onPause() -wangdaye.com.geometricweather.R$anim: int abc_slide_out_bottom -james.adaptiveicon.R$styleable: int MenuItem_actionLayout -androidx.constraintlayout.widget.R$style: int Base_AlertDialog_AppCompat -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_button_min_width_overflow_material -james.adaptiveicon.R$styleable: int AlertDialog_multiChoiceItemLayout -wangdaye.com.geometricweather.R$drawable: int ic_google_play -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: java.lang.String getUnitId() -cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) -androidx.constraintlayout.widget.R$attr: int motion_postLayoutCollision -android.didikee.donate.R$style: int Base_Theme_AppCompat_Light_DarkActionBar -androidx.lifecycle.LiveData: int mActiveCount -androidx.appcompat.R$dimen: int abc_list_item_padding_horizontal_material -wangdaye.com.geometricweather.R$string: int aqi_3 -androidx.appcompat.widget.Toolbar: android.content.Context getPopupContext() -androidx.swiperefreshlayout.R$dimen: int notification_action_icon_size -androidx.preference.R$color: int switch_thumb_disabled_material_dark -okio.RealBufferedSource: java.lang.String readUtf8(long) -okhttp3.internal.http2.Http2Stream: void setHeadersListener(okhttp3.internal.http2.Header$Listener) -com.turingtechnologies.materialscrollbar.R$id: int textinput_helper_text -androidx.activity.R$id: int action_image -androidx.swiperefreshlayout.R$id: int chronometer -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constrainedHeight -androidx.preference.R$style: int Theme_AppCompat_DayNight_Dialog -android.didikee.donate.R$styleable: int ActionBar_subtitleTextStyle -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton -com.tencent.bugly.crashreport.crash.b: void d(java.util.List) -androidx.viewpager2.R$style: int Widget_Compat_NotificationActionText -com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableTransition_android_fromId -com.turingtechnologies.materialscrollbar.R$dimen: int abc_edit_text_inset_horizontal_material -wangdaye.com.geometricweather.R$id: int widget_week_week_1 -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: boolean isDisposed() -com.bumptech.glide.manager.SupportRequestManagerFragment -com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_default_mtrl_shape -james.adaptiveicon.R$styleable: int ActionBar_backgroundSplit -com.google.android.material.chip.Chip: void setBackgroundTintList(android.content.res.ColorStateList) -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse -okhttp3.OkHttpClient$Builder: okhttp3.Dispatcher dispatcher -wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customFloatValue -androidx.hilt.R$id: int accessibility_custom_action_7 -androidx.core.R$styleable: int FontFamilyFont_android_fontStyle -androidx.recyclerview.widget.RecyclerView: void suppressLayout(boolean) -com.turingtechnologies.materialscrollbar.R$layout: int abc_activity_chooser_view -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Medium_Inverse -com.google.android.material.R$dimen: int mtrl_navigation_item_shape_horizontal_margin -wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_yearTodayStyle -wangdaye.com.geometricweather.R$id: int dialog_weather_hourly_icon -androidx.work.R$id: int title -okio.Buffer: java.lang.String toString() -okhttp3.internal.platform.JdkWithJettyBootPlatform: java.lang.String getSelectedProtocol(javax.net.ssl.SSLSocket) -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_homeAsUpIndicator -androidx.preference.R$attr: int drawableEndCompat -retrofit2.HttpServiceMethod$SuspendForResponse: HttpServiceMethod$SuspendForResponse(retrofit2.RequestFactory,okhttp3.Call$Factory,retrofit2.Converter,retrofit2.CallAdapter) -androidx.hilt.work.R$styleable: int FontFamilyFont_android_ttcIndex -com.google.android.material.R$styleable: int SwitchCompat_android_textOn -com.google.android.material.R$dimen: int abc_action_bar_stacked_tab_max_width -wangdaye.com.geometricweather.R$styleable: int Slider_android_valueTo -com.google.android.material.R$id: int dropdown_menu -androidx.constraintlayout.widget.R$attr: int trackTintMode -com.bumptech.glide.integration.okhttp.R$styleable: int[] GradientColorItem -io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: void onComplete() -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Large -android.didikee.donate.R$color: int material_grey_50 -com.google.android.material.R$attr: int materialCalendarHeaderSelection -androidx.appcompat.R$styleable: int DrawerArrowToggle_spinBars -androidx.appcompat.R$dimen: int abc_config_prefDialogWidth -james.adaptiveicon.R$styleable: int MenuView_android_verticalDivider -androidx.constraintlayout.widget.R$string: int status_bar_notification_info_overflow -com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_Alert_Bridge -com.google.android.material.R$styleable: int Layout_layout_constraintWidth_default -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_maximum_default_fullscreen_minor_axis -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeThunderstormPrecipitationProbability -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowMinWidthMinor -wangdaye.com.geometricweather.R$string: int alipay -com.google.android.material.circularreveal.cardview.CircularRevealCardView: void setCircularRevealScrimColor(int) -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar -androidx.cardview.R$styleable: int CardView_cardUseCompatPadding -android.didikee.donate.R$attr: int panelMenuListTheme -androidx.hilt.R$id: int action_text -james.adaptiveicon.R$color: int material_grey_100 -com.google.android.material.R$styleable: int AppCompatTextView_lineHeight -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ab_share_pack_mtrl_alpha -cyanogenmod.providers.WeatherContract$WeatherColumns$TempUnit: int CELSIUS -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: io.reactivex.internal.util.AtomicThrowable errors -androidx.preference.EditTextPreferenceDialogFragmentCompat -com.google.android.material.slider.RangeSlider: void setTickInactiveTintList(android.content.res.ColorStateList) -okhttp3.internal.http2.Huffman: int[] CODES -cyanogenmod.externalviews.ExternalView$2: android.graphics.Rect val$clipRect -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Imperial Imperial -wangdaye.com.geometricweather.R$color: int primary_text_disabled_material_light -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeThunderstormPrecipitationDuration -androidx.appcompat.R$attr: int checkedTextViewStyle -com.google.android.material.R$string: int abc_menu_alt_shortcut_label -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_BATTERY_LANDSCAPE -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: java.lang.String getValue() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem -androidx.constraintlayout.widget.R$dimen: int abc_text_size_button_material -james.adaptiveicon.R$anim: int abc_slide_in_top -androidx.vectordrawable.animated.R$dimen: int notification_top_pad -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Dialog_FixedSize -androidx.hilt.work.R$id: int chronometer -okhttp3.internal.http2.Header: okio.ByteString PSEUDO_PREFIX -androidx.legacy.coreutils.R$dimen: int notification_big_circle_margin -com.google.android.material.R$styleable: int FloatingActionButton_backgroundTint -android.didikee.donate.R$dimen: int notification_big_circle_margin -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getWindDircEnd() -wangdaye.com.geometricweather.R$id: int cpv_hex -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area$LastAction: AccuAlertResult$Area$LastAction() -okhttp3.RequestBody: long contentLength() -com.tencent.bugly.proguard.ak -com.google.android.material.R$style: int Theme_AppCompat_DayNight -androidx.fragment.R$styleable: int FontFamilyFont_ttcIndex -androidx.appcompat.R$attr: int actionLayout -com.bumptech.glide.integration.okhttp.R$attr: int ttcIndex -okio.HashingSource: okio.HashingSource sha256(okio.Source) -wangdaye.com.geometricweather.R$layout: int text_view_with_line_height_from_layout -androidx.preference.PreferenceGroup$SavedState -androidx.appcompat.R$attr: int tooltipFrameBackground -androidx.appcompat.widget.ContentFrameLayout: android.util.TypedValue getMinWidthMinor() -androidx.appcompat.R$attr: int buttonStyleSmall -androidx.transition.R$dimen: int compat_notification_large_icon_max_height -okhttp3.internal.http2.PushObserver: boolean onData(int,okio.BufferedSource,int,boolean) -retrofit2.RequestFactory$Builder: java.util.Set parsePathParameters(java.lang.String) -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_max -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowActionModeOverlay -com.turingtechnologies.materialscrollbar.R$id: int action_mode_close_button -wangdaye.com.geometricweather.R$id: int notification_multi_city_icon_1 -androidx.legacy.coreutils.R$dimen: int notification_large_icon_width -com.google.android.material.R$dimen: int material_timepicker_dialog_buttons_margin_top -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_goneMarginBottom -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_seekBarStyle -okhttp3.OkHttpClient$Builder: java.util.List interceptors -androidx.preference.R$styleable: int TextAppearance_textAllCaps -wangdaye.com.geometricweather.R$attr: int bottomSheetDialogTheme -com.turingtechnologies.materialscrollbar.R$id: int stretch -androidx.vectordrawable.R$attr: int fontProviderPackage -com.amap.api.location.AMapLocation: boolean b(com.amap.api.location.AMapLocation,boolean) -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_AutoCompleteTextView -com.google.android.material.R$id: int off -com.google.android.material.R$styleable: int CardView_cardUseCompatPadding -com.turingtechnologies.materialscrollbar.R$attr: int itemSpacing -androidx.appcompat.resources.R$drawable: int abc_vector_test -androidx.swiperefreshlayout.R$drawable: int notify_panel_notification_icon_bg -com.tencent.bugly.proguard.w: void b() -com.google.android.material.R$id: int TOP_START -androidx.lifecycle.SavedStateHandleController -retrofit2.OkHttpCall$1: retrofit2.OkHttpCall this$0 -retrofit2.RequestBuilder$ContentTypeOverridingRequestBody: okhttp3.MediaType contentType() -com.google.android.material.appbar.AppBarLayout: int getDownNestedScrollRange() -androidx.constraintlayout.widget.R$attr: int layout_constraintWidth_percent -androidx.constraintlayout.widget.R$attr: int layout_goneMarginTop -retrofit2.KotlinExtensions$awaitResponse$$inlined$suspendCancellableCoroutine$lambda$1 -com.github.rahatarmanahmed.cpv.CircularProgressView: float getMaxProgress() -wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle CIRCULAR -com.tencent.bugly.crashreport.common.strategy.StrategyBean: boolean n -wangdaye.com.geometricweather.R$id: int action_mode_close_button -androidx.appcompat.widget.Toolbar: int getPopupTheme() -androidx.constraintlayout.widget.R$attr: int actionBarDivider -com.google.android.material.R$style: int Base_Animation_AppCompat_DropDownUp -androidx.legacy.coreutils.R$styleable: int GradientColor_android_startColor -wangdaye.com.geometricweather.R$styleable: int FitSystemBarNestedScrollView_sv_side -com.tencent.bugly.proguard.v: int j -wangdaye.com.geometricweather.R$layout: int container_snackbar -com.loc.k: java.lang.String c() -androidx.fragment.R$styleable: int Fragment_android_tag -androidx.coordinatorlayout.R$id: int accessibility_custom_action_3 -com.turingtechnologies.materialscrollbar.R$integer: int mtrl_btn_anim_duration_ms -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIconStartPadding -okhttp3.Cache$2: boolean canRemove -wangdaye.com.geometricweather.R$styleable: int[] LinearLayoutCompat -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.ChineseCityEntity,long) -com.amap.api.location.AMapLocation: double u -com.tencent.bugly.crashreport.crash.b: com.tencent.bugly.proguard.aj a(java.lang.String,android.content.Context,java.lang.String) -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Title_Inverse -androidx.appcompat.resources.R$style: int TextAppearance_Compat_Notification_Title -wangdaye.com.geometricweather.R$id: int activity_widget_config_custom_subtitle_keywords -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index no2 -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: long size -com.bumptech.glide.load.EncodeStrategy: com.bumptech.glide.load.EncodeStrategy TRANSFORMED -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$attr: int shapeAppearanceOverlay -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_96 -james.adaptiveicon.R$attr: int autoSizeMinTextSize -com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: int hashCode() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Imperial: int UnitType -wangdaye.com.geometricweather.R$attr: int cardForegroundColor -androidx.loader.R$id: int notification_main_column -okio.Buffer: okio.Buffer write(byte[]) -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_unRegisterThermalListener -com.turingtechnologies.materialscrollbar.R$attr: int track -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1: DefaultCallAdapterFactory$ExecutorCallbackCall$1(retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall,retrofit2.Callback) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: AccuDailyResult$DailyForecasts$Night() -androidx.viewpager.widget.ViewPager$SavedState: android.os.Parcelable$Creator CREATOR -com.tencent.bugly.crashreport.CrashReport: void testNativeCrash() -com.google.android.material.R$id: int center -com.turingtechnologies.materialscrollbar.R$layout: int abc_alert_dialog_title_material -okhttp3.EventListener: void responseHeadersStart(okhttp3.Call) -wangdaye.com.geometricweather.R$attr: int attributeName -androidx.customview.R$drawable: int notification_tile_bg -wangdaye.com.geometricweather.R$dimen: int abc_list_item_padding_horizontal_material -androidx.preference.R$styleable: int Preference_summary -androidx.preference.R$styleable: int SearchView_queryHint -cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper: void onListenerConnected() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getDate() -wangdaye.com.geometricweather.R$attr: int lineSpacing -androidx.preference.R$styleable: int AppCompatTheme_imageButtonStyle -wangdaye.com.geometricweather.R$styleable: int MaterialRadioButton_buttonTint -okhttp3.internal.ws.WebSocketProtocol: int OPCODE_CONTROL_PONG -cyanogenmod.app.PartnerInterface: boolean setZenModeWithDuration(int,long) -cyanogenmod.app.CMTelephonyManager: void setDefaultPhoneSub(int) -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void onNext(java.lang.Object) -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: void onError(java.lang.Throwable) -com.xw.repo.bubbleseekbar.R$id: int action_bar_spinner -com.tencent.bugly.crashreport.CrashReport: boolean isLastSessionCrash() -androidx.appcompat.R$dimen: int abc_text_size_large_material -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Imperial: AccuCurrentResult$WetBulbTemperature$Imperial() -cyanogenmod.app.ICMStatusBarManager$Stub -com.google.android.material.navigation.NavigationView: void setItemTextColor(android.content.res.ColorStateList) -cyanogenmod.weather.CMWeatherManager: int requestWeatherUpdate(android.location.Location,cyanogenmod.weather.CMWeatherManager$WeatherUpdateRequestListener) -wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation: wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation LEFT -james.adaptiveicon.R$styleable: int AppCompatTheme_homeAsUpIndicator -com.google.android.material.R$style: int Theme_Design_Light_NoActionBar -com.google.android.material.R$styleable: int MaterialCalendar_dayTodayStyle -com.google.android.material.R$id: int search_edit_frame -androidx.recyclerview.R$id: int forever -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse -com.google.gson.stream.JsonReader: int PEEKED_SINGLE_QUOTED_NAME -cyanogenmod.weather.RequestInfo: int getTemperatureUnit() -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_creator -okhttp3.OkHttpClient: java.util.List DEFAULT_PROTOCOLS -wangdaye.com.geometricweather.R$color: int mtrl_textinput_disabled_color -com.google.android.material.R$styleable: int AppCompatTheme_actionBarTheme -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_readPersistentBytes -cyanogenmod.app.Profile: cyanogenmod.profiles.ConnectionSettings getConnectionSettingWithSubId(int) -androidx.appcompat.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_49 -cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String resPkg -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Imperial: java.lang.String Unit -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_android_inputType -io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: java.lang.Object index -cyanogenmod.app.ProfileGroup$2 -androidx.viewpager2.R$layout: int notification_template_part_chronometer -com.google.android.material.R$attr: int fastScrollEnabled -com.tencent.bugly.proguard.y -okhttp3.internal.http2.Http2Connection: boolean pushedStream(int) -com.jaredrummler.android.colorpicker.R$id: int seekbar_value -wangdaye.com.geometricweather.R$bool: int abc_config_actionMenuItemAllCaps -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode -androidx.appcompat.R$id: int search_src_text -wangdaye.com.geometricweather.R$id: int widget_clock_day_center -okhttp3.internal.platform.AndroidPlatform: boolean isCleartextTrafficPermitted(java.lang.String) -wangdaye.com.geometricweather.common.ui.widgets.SquareFrameLayout -com.xw.repo.bubbleseekbar.R$attr: int bsb_section_text_position -okhttp3.Authenticator -com.google.android.material.R$color: int test_mtrl_calendar_day_selected -androidx.vectordrawable.animated.R$attr: int fontStyle -androidx.appcompat.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation -androidx.activity.R$dimen -wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String city -com.google.android.material.textfield.TextInputLayout: void setTypeface(android.graphics.Typeface) -androidx.activity.R$id: int accessibility_custom_action_16 -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void dispose() -okio.BufferedSink: okio.BufferedSink writeString(java.lang.String,java.nio.charset.Charset) -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: int minuteInterval -wangdaye.com.geometricweather.R$color: int notification_background_rootDark -androidx.viewpager.R$id: int info -james.adaptiveicon.R$dimen: int abc_text_size_subhead_material -com.google.android.gms.base.R$string: int common_google_play_services_install_title -androidx.fragment.R$id: int accessibility_custom_action_14 -android.didikee.donate.R$styleable: int ActionBar_contentInsetEndWithActions -wangdaye.com.geometricweather.R$styleable: int BottomAppBar_fabCradleVerticalOffset -com.jaredrummler.android.colorpicker.R$styleable: int ColorPanelView_cpv_borderColor -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void innerError(io.reactivex.internal.observers.InnerQueuedObserver,java.lang.Throwable) -androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type RIGHT -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_icon -okhttp3.Protocol: okhttp3.Protocol[] values() -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SCATTERED_SNOW_SHOWERS -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$RainForecast: int rain -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_BottomNavigationView -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation: wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation[] values() -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: io.reactivex.internal.fuseable.SimpleQueue queue -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_firstVerticalStyle -wangdaye.com.geometricweather.R$layout: int material_clock_display -okhttp3.Cookie: boolean secure() -com.google.android.material.chip.Chip: void setTextStartPaddingResource(int) -com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$KeySet keySet -wangdaye.com.geometricweather.db.entities.WeatherEntity: wangdaye.com.geometricweather.db.entities.DaoSession daoSession -wangdaye.com.geometricweather.db.entities.HourlyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode -com.google.android.material.R$drawable: int abc_textfield_activated_mtrl_alpha -okhttp3.ResponseBody$1: long contentLength() -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ListView_Menu -androidx.constraintlayout.widget.R$dimen: int abc_search_view_preferred_height -james.adaptiveicon.R$styleable: int FontFamilyFont_android_fontStyle -okhttp3.EventListener -okhttp3.Response: okhttp3.Response cacheResponse() -com.xw.repo.bubbleseekbar.R$color: int primary_text_disabled_material_dark -com.xw.repo.bubbleseekbar.R$attr: int listDividerAlertDialog -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode FLOW_CONTROL_ERROR -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonStyleSmall -android.didikee.donate.R$attr: int dialogPreferredPadding -wangdaye.com.geometricweather.R$styleable: int[] Tooltip -wangdaye.com.geometricweather.R$attr: int tooltipFrameBackground -com.google.android.material.R$drawable: int btn_checkbox_unchecked_mtrl -okio.Buffer: okio.Buffer writeString(java.lang.String,java.nio.charset.Charset) -wangdaye.com.geometricweather.R$style: int Test_Widget_MaterialComponents_MaterialCalendar_Day -com.tencent.bugly.crashreport.biz.UserInfoBean: java.util.Map r -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Weather: MfCurrentResult$Observation$Weather() -com.amap.api.fence.GeoFenceClient: void addGeoFence(com.amap.api.location.DPoint,float,java.lang.String) -com.google.android.material.R$styleable: int ActionBar_contentInsetRight -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: boolean cancelled -cyanogenmod.app.ProfileManager: cyanogenmod.app.ProfileManager getInstance(android.content.Context) -com.google.android.gms.common.api.UnsupportedApiCallException: com.google.android.gms.common.Feature zza -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_HOMESCREEN -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: boolean isCanceled() -com.turingtechnologies.materialscrollbar.R$styleable: int View_theme -com.google.android.material.R$styleable: int Toolbar_logo -com.google.android.material.R$anim: int design_snackbar_in -wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: boolean hasKey(java.lang.Object) -androidx.constraintlayout.widget.R$styleable: int Layout_layout_goneMarginLeft -androidx.hilt.work.R$styleable: int FontFamily_fontProviderFetchStrategy -androidx.fragment.R$dimen: int notification_top_pad -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: int IconCode -com.amap.api.fence.GeoFenceManagerBase: void removeGeoFence() -androidx.activity.R$dimen: int compat_button_padding_vertical_material -com.google.android.material.timepicker.TimePickerView: TimePickerView(android.content.Context,android.util.AttributeSet) -androidx.preference.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth -okhttp3.Handshake: java.util.List peerCertificates() -androidx.appcompat.R$styleable: int GradientColor_android_type -androidx.preference.R$styleable: int SeekBarPreference_updatesContinuously -com.google.android.material.circularreveal.CircularRevealLinearLayout: void setCircularRevealOverlayDrawable(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle -com.jaredrummler.android.colorpicker.R$styleable: int ColorPickerView_cpv_alphaChannelVisible -androidx.work.R$drawable: int notification_bg_low_pressed -androidx.appcompat.R$attr: int colorAccent -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_title_divider_material -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: io.reactivex.functions.Function leftEnd -com.tencent.bugly.crashreport.crash.a: int compareTo(java.lang.Object) -androidx.appcompat.R$styleable: int[] AlertDialog -io.reactivex.Observable: io.reactivex.Observable repeatUntil(io.reactivex.functions.BooleanSupplier) -cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_enqueueLiveLockScreen -com.google.android.material.button.MaterialButtonToggleGroup: void setSingleSelection(int) -wangdaye.com.geometricweather.R$attr: int queryBackground -okio.RealBufferedSink$1: void write(int) -io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeCopyDrawable -androidx.appcompat.resources.R$styleable: int FontFamilyFont_font -androidx.work.impl.utils.futures.AbstractFuture$Failure$1: AbstractFuture$Failure$1(java.lang.String) -com.turingtechnologies.materialscrollbar.R$attr: int initialActivityCount -cyanogenmod.profiles.RingModeSettings: boolean isOverride() -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setLastLocationLifeCycle(long) -androidx.constraintlayout.utils.widget.ImageFilterView -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks -androidx.lifecycle.extensions.R$color: int notification_icon_bg_color -androidx.appcompat.R$style: int Base_V23_Theme_AppCompat_Light -james.adaptiveicon.R$attr: int allowStacking -com.google.android.material.R$attr: int behavior_autoHide -com.xw.repo.bubbleseekbar.R$color: int abc_primary_text_material_dark -io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit,long,boolean) -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Wind: CNWeatherResult$Realtime$Wind() -com.jaredrummler.android.colorpicker.R$attr: int titleTextAppearance -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: void setUnit(java.lang.String) -okhttp3.MultipartBody$Part: MultipartBody$Part(okhttp3.Headers,okhttp3.RequestBody) -com.google.android.material.textfield.MaterialAutoCompleteTextView -com.google.android.material.datepicker.DateValidatorPointBackward -com.google.android.material.slider.Slider: void setThumbRadius(int) -cyanogenmod.app.IProfileManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -android.didikee.donate.R$drawable: int abc_ic_star_half_black_36dp -cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.RequestInfo$Builder setCityName(java.lang.String) -androidx.appcompat.R$style: int Animation_AppCompat_Dialog -androidx.work.R$bool: int enable_system_alarm_service_default -androidx.appcompat.R$attr: int dropDownListViewStyle -com.google.android.material.chip.Chip: void setCheckedIconVisible(int) -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onDetachedFromWindow() -androidx.preference.R$styleable: int Spinner_android_entries -retrofit2.Retrofit: okhttp3.Call$Factory callFactory -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionBar_TabText -com.tencent.bugly.crashreport.common.info.a: java.lang.String I -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_DialogWhenLarge -okhttp3.internal.http2.Http2Codec$StreamFinishingSource: void endOfInput(java.io.IOException) -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Position -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_7 -com.turingtechnologies.materialscrollbar.R$id: int shortcut -james.adaptiveicon.R$attr: int actionBarWidgetTheme -com.google.android.material.badge.BadgeDrawable$SavedState -cyanogenmod.content.Intent: java.lang.String EXTRA_PROTECTED_STATE -androidx.preference.R$string: R$string() -android.didikee.donate.R$dimen: int abc_select_dialog_padding_start_material -okhttp3.internal.http2.Http2: byte FLAG_PADDED -cyanogenmod.power.PerformanceManager: cyanogenmod.power.IPerformanceManager getService() -androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: android.content.res.ColorStateList getSupportBackgroundTintList() -james.adaptiveicon.R$id: int message -com.tencent.bugly.proguard.u: void a(long,boolean) -wangdaye.com.geometricweather.R$styleable: int Constraint_chainUseRtl -okhttp3.HttpUrl: java.lang.String QUERY_COMPONENT_ENCODE_SET_URI -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWindDegree -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarStyle -androidx.constraintlayout.widget.R$attr: int motionTarget -androidx.appcompat.resources.R$color: R$color() -io.reactivex.Observable: io.reactivex.Single toMultimap(io.reactivex.functions.Function) -wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView: void setLineColor(int) -wangdaye.com.geometricweather.db.entities.WeatherEntity: wangdaye.com.geometricweather.db.entities.WeatherEntityDao myDao -androidx.work.R$styleable: int FontFamilyFont_android_fontStyle -androidx.preference.R$styleable: int AnimatedStateListDrawableTransition_android_toId -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle -androidx.transition.R$id: int parent_matrix -com.google.android.material.R$string: int abc_capital_off -com.tencent.bugly.crashreport.crash.d: android.content.Context e -wangdaye.com.geometricweather.R$styleable: int OnSwipe_moveWhenScrollAtTop -com.bumptech.glide.R$layout -wangdaye.com.geometricweather.R$id: int both -com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat_Light -wangdaye.com.geometricweather.R$layout: int dialog_donate_wechat -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: java.lang.String brandId -com.google.android.material.R$id: int mtrl_calendar_main_pane -okio.AsyncTimeout$1: okio.AsyncTimeout this$0 -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.String dailyWeatherIcon -androidx.appcompat.widget.AppCompatButton: int getAutoSizeTextType() -androidx.constraintlayout.widget.R$attr: int textAppearancePopupMenuHeader -wangdaye.com.geometricweather.R$id: int easeOut -wangdaye.com.geometricweather.R$id: int dialog_background_location_title -wangdaye.com.geometricweather.R$id: int material_minute_text_input -androidx.appcompat.widget.SwitchCompat: void setThumbTextPadding(int) -com.jaredrummler.android.colorpicker.ColorPanelView: void setShape(int) -com.google.android.material.slider.Slider: android.content.res.ColorStateList getTickActiveTintList() -androidx.preference.R$color: int accent_material_light -androidx.appcompat.R$styleable: int ActionBar_contentInsetRight -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_shapeAppearance -wangdaye.com.geometricweather.R$layout: int material_textinput_timepicker -androidx.work.R$layout: int notification_action_tombstone -io.reactivex.Observable: io.reactivex.Observable fromIterable(java.lang.Iterable) -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: java.lang.String f -com.google.android.material.R$integer: int bottom_sheet_slide_duration -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_firstVerticalStyle -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_15 -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_android_baselineAligned -com.bumptech.glide.load.engine.GlideException: com.bumptech.glide.load.DataSource dataSource -androidx.hilt.R$styleable: int GradientColor_android_centerY -wangdaye.com.geometricweather.R$style: int Base_V7_Theme_AppCompat_Dialog -com.turingtechnologies.materialscrollbar.MaterialScrollBar: int getMode() -wangdaye.com.geometricweather.R$styleable: int ActionBar_elevation -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeSnowPrecipitationProbability -com.google.android.material.R$dimen: int mtrl_textinput_counter_margin_start -androidx.coordinatorlayout.R$styleable: int ColorStateListItem_android_alpha -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setWallpaperId(long) -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: void onError(java.lang.Throwable) -androidx.activity.R$dimen: int notification_large_icon_width -cyanogenmod.app.BaseLiveLockManagerService$1: void cancelLiveLockScreen(java.lang.String,int,int) -com.tencent.bugly.crashreport.crash.jni.b: java.lang.String a(java.lang.String,int,java.lang.String,boolean) -com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: CircularRevealCoordinatorLayout(android.content.Context,android.util.AttributeSet) -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_applyDefaultTheme -com.tencent.bugly.crashreport.crash.e: java.lang.Thread$UncaughtExceptionHandler f -com.jaredrummler.android.colorpicker.ColorPickerDialog -james.adaptiveicon.R$layout: int select_dialog_item_material -com.tencent.bugly.proguard.h: com.tencent.bugly.proguard.h a(com.tencent.bugly.proguard.k,java.lang.String) -com.amap.api.location.AMapLocationQualityReport: void setInstallHighDangerMockApp(boolean) -okhttp3.Headers: java.util.List values(java.lang.String) -wangdaye.com.geometricweather.R$dimen: int progress_view_size -com.tencent.bugly.proguard.j: void a(java.lang.String,int) -wangdaye.com.geometricweather.R$color: int colorAccent_dark -androidx.swiperefreshlayout.R$attr: int fontWeight -androidx.preference.R$anim: int abc_popup_exit -okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level NONE -com.google.android.material.R$styleable: int NavigationView_itemIconSize -james.adaptiveicon.R$layout: int abc_screen_simple_overlay_action_mode -androidx.loader.R$drawable: int notification_bg_normal_pressed -wangdaye.com.geometricweather.R$attr: int startIconTintMode -com.jaredrummler.android.colorpicker.R$id: int tabMode -com.jaredrummler.android.colorpicker.R$attr: int actionModeWebSearchDrawable -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_DialogWhenLarge -wangdaye.com.geometricweather.R$styleable: int SearchView_commitIcon -io.reactivex.Observable: io.reactivex.Observable timeout(io.reactivex.ObservableSource,io.reactivex.functions.Function,io.reactivex.ObservableSource) -com.google.android.material.textfield.TextInputLayout: void setErrorIconVisible(boolean) -io.reactivex.internal.util.NotificationLite$SubscriptionNotification: NotificationLite$SubscriptionNotification(org.reactivestreams.Subscription) -androidx.constraintlayout.widget.ConstraintHelper: ConstraintHelper(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$style: int Platform_MaterialComponents_Light -androidx.appcompat.R$style: int Widget_AppCompat_SearchView_ActionBar -okhttp3.internal.publicsuffix.PublicSuffixDatabase: byte[] publicSuffixListBytes -cyanogenmod.providers.CMSettings$System: java.lang.String INCREASING_RING_START_VOLUME -androidx.hilt.lifecycle.R$styleable: int[] ColorStateListItem -androidx.constraintlayout.widget.R$dimen: int compat_button_padding_horizontal_material -james.adaptiveicon.R$layout: int notification_template_part_chronometer -com.amap.api.location.AMapLocation: void setAoiName(java.lang.String) -okhttp3.internal.ws.WebSocketReader: void readControlFrame() -com.tencent.bugly.crashreport.common.strategy.StrategyBean: boolean k -wangdaye.com.geometricweather.R$attr: int tintMode -androidx.lifecycle.LifecycleOwner -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableStartCompat -wangdaye.com.geometricweather.R$styleable: int PreferenceFragment_allowDividerAfterLastItem -com.tencent.bugly.proguard.v: java.util.Map o -com.turingtechnologies.materialscrollbar.R$styleable: int[] MenuItem -com.google.android.material.card.MaterialCardView: android.graphics.RectF getBoundsAsRectF() -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintGuide_percent -com.amap.api.fence.DistrictItem: void setCitycode(java.lang.String) -com.jaredrummler.android.colorpicker.R$color: int foreground_material_dark -cyanogenmod.weather.CMWeatherManager: cyanogenmod.weather.IWeatherServiceProviderChangeListener mProviderChangeListener -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getIcePrecipitationProbability() -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver -android.didikee.donate.R$style: int Base_V22_Theme_AppCompat_Light -wangdaye.com.geometricweather.R$id: int action_container -androidx.swiperefreshlayout.R$dimen: int notification_top_pad -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub$Proxy: android.os.IBinder asBinder() -wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_marginStart -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_13 -com.jaredrummler.android.colorpicker.R$id: int action_container -androidx.constraintlayout.widget.R$styleable: int MotionLayout_motionDebug -androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration -cyanogenmod.profiles.ConnectionSettings$BooleanState: int STATE_DISALED -wangdaye.com.geometricweather.R$id: int dialog_minimal_icon_title -com.turingtechnologies.materialscrollbar.R$style: int Widget_Compat_NotificationActionText -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constrainedHeight -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainNoLast: long serialVersionUID -wangdaye.com.geometricweather.R$layout: int activity_alert -wangdaye.com.geometricweather.R$dimen: int abc_dialog_fixed_width_minor -com.google.android.material.R$id: int topPanel -com.tencent.bugly.crashreport.crash.anr.TraceFileHelper$a: long a -james.adaptiveicon.R$styleable: int Toolbar_subtitleTextColor -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: java.lang.String zh_CN -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void cancel() -com.tencent.bugly.crashreport.crash.b: void b(com.tencent.bugly.crashreport.crash.CrashDetailBean) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: void setStatus(int) -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_MinWidth -androidx.constraintlayout.widget.R$styleable: int Motion_transitionEasing -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBarLayout_android_layout_gravity -wangdaye.com.geometricweather.R$attr: int counterOverflowTextColor -com.google.android.material.floatingactionbutton.FloatingActionButton: void setBackgroundTintList(android.content.res.ColorStateList) -com.turingtechnologies.materialscrollbar.R$attr: int toolbarStyle -james.adaptiveicon.R$dimen: int disabled_alpha_material_light -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) -okhttp3.internal.ws.WebSocketProtocol: int OPCODE_FLAG_CONTROL -androidx.preference.R$layout: int preference_widget_seekbar -cyanogenmod.weather.RequestInfo$1 -androidx.preference.R$attr: int windowNoTitle -androidx.recyclerview.widget.RecyclerView: int getMinFlingVelocity() -com.google.android.material.R$styleable: int Chip_chipIconVisible -com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String a() -io.reactivex.Observable: io.reactivex.Observable groupBy(io.reactivex.functions.Function,io.reactivex.functions.Function) -wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_Search -wangdaye.com.geometricweather.R$id: int notification_big_temp_1 -io.reactivex.internal.observers.ForEachWhileObserver: boolean isDisposed() -cyanogenmod.app.LiveLockScreenManager: void setLiveLockScreenEnabled(boolean) -androidx.appcompat.widget.AppCompatImageButton: void setBackgroundDrawable(android.graphics.drawable.Drawable) -com.tencent.bugly.BuglyStrategy: java.lang.String getAppVersion() -com.tencent.bugly.proguard.f: byte f -com.jaredrummler.android.colorpicker.R$drawable: int abc_list_selector_holo_dark -androidx.hilt.work.R$dimen: int notification_subtext_size -wangdaye.com.geometricweather.background.polling.permanent.observer.FakeForegroundService -com.google.android.material.R$anim: int abc_shrink_fade_out_from_bottom -androidx.lifecycle.LiveData: void dispatchingValue(androidx.lifecycle.LiveData$ObserverWrapper) -wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_labelVisibilityMode -com.google.android.material.R$drawable: int abc_ic_menu_cut_mtrl_alpha -com.google.android.material.datepicker.CalendarConstraints$DateValidator -wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_marginTop -wangdaye.com.geometricweather.R$styleable: int TagView_checked_background_color -wangdaye.com.geometricweather.R$styleable: int OnSwipe_nestedScrollFlags -com.turingtechnologies.materialscrollbar.R$attr: int iconSize -wangdaye.com.geometricweather.R$color: int background_floating_material_dark -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: java.lang.Object mLatest -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind -okhttp3.internal.http2.Http2Connection: boolean shutdown -com.xw.repo.bubbleseekbar.R$color: int material_blue_grey_800 -com.google.android.material.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset -com.xw.repo.bubbleseekbar.R$attr: int popupMenuStyle -cyanogenmod.weather.WeatherLocation$Builder: cyanogenmod.weather.WeatherLocation$Builder setCountryId(java.lang.String) -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_firstHorizontalStyle -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_default_height_material -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_showText -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ImageButton -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView -com.tencent.bugly.proguard.am: java.lang.String n -com.google.android.material.R$style: int Base_Widget_AppCompat_ButtonBar -androidx.appcompat.resources.R$id: int accessibility_custom_action_17 -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_textLocale -cyanogenmod.externalviews.ExternalView$4: cyanogenmod.externalviews.ExternalView this$0 -io.reactivex.Observable: io.reactivex.Single toSortedList(java.util.Comparator) -wangdaye.com.geometricweather.R$styleable: int[] Toolbar -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeTotalPrecipitation() -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse -androidx.recyclerview.R$attr: int fastScrollVerticalThumbDrawable -com.tencent.bugly.crashreport.crash.c: void j() -com.google.android.material.R$id: int month_navigation_next -androidx.constraintlayout.widget.R$attr: int actionModeCloseDrawable -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_autoSizeMaxTextSize -wangdaye.com.geometricweather.R$drawable: int notif_temp_19 -androidx.preference.R$styleable: int AppCompatTextHelper_android_drawableRight -androidx.recyclerview.R$id: int accessibility_custom_action_25 -com.jaredrummler.android.colorpicker.R$dimen: int tooltip_precise_anchor_threshold -androidx.vectordrawable.animated.R$id: int right_icon -wangdaye.com.geometricweather.db.entities.LocationEntity: boolean currentPosition -com.google.gson.internal.$Gson$Types$WildcardTypeImpl: long serialVersionUID -com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding: com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding MEMORY -com.google.android.material.R$layout: int abc_popup_menu_header_item_layout -james.adaptiveicon.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth -io.reactivex.Observable: java.lang.Object as(io.reactivex.ObservableConverter) -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: boolean isDisposed() -androidx.constraintlayout.widget.Group: Group(android.content.Context) -cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_SYNC -wangdaye.com.geometricweather.R$dimen: int hint_pressed_alpha_material_dark -wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Object readKey(android.database.Cursor,int) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatSeekBar_tickMark -com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String W -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property TreeIndex -com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_android_fontWeight -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String THEME_ID -okhttp3.RealCall$AsyncCall: okhttp3.Callback responseCallback -com.google.android.material.button.MaterialButton: void setShouldDrawSurfaceColorStroke(boolean) -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_android_fitsSystemWindows -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_setDisplayGammaCalibration -com.baidu.location.indoor.mapversion.c.c$b: double d -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: java.util.concurrent.atomic.AtomicInteger active -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int PrecipitationProbability -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: java.util.concurrent.atomic.AtomicReference boundaryObserver -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX names -com.google.android.material.slider.BaseSlider: int getTrackWidth() -cyanogenmod.hardware.ICMHardwareService: cyanogenmod.hardware.DisplayMode getCurrentDisplayMode() -androidx.preference.R$styleable: int Preference_android_fragment -cyanogenmod.app.StatusBarPanelCustomTile: int describeContents() -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: io.reactivex.functions.Function mapper -com.turingtechnologies.materialscrollbar.R$string: int path_password_strike_through -com.google.android.material.R$attr: int contentInsetEndWithActions -com.turingtechnologies.materialscrollbar.R$drawable: int abc_textfield_activated_mtrl_alpha -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property RainPrecipitationProbability -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_Switch -androidx.appcompat.R$styleable: int ActionBar_indeterminateProgressStyle -androidx.lifecycle.livedata.core.R: R() -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xnp -androidx.hilt.work.R$id: int accessibility_custom_action_29 -androidx.drawerlayout.R$color: int secondary_text_default_material_light -okio.Okio$3: void flush() -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ListView_DropDown -androidx.viewpager2.R$dimen: int item_touch_helper_max_drag_scroll_per_frame -androidx.constraintlayout.widget.R$attr: int queryHint -com.github.rahatarmanahmed.cpv.CircularProgressView$5 -androidx.appcompat.R$styleable: int MenuItem_android_checkable -james.adaptiveicon.R$attr: int backgroundTintMode -androidx.preference.R$styleable: int Toolbar_android_gravity -com.tencent.bugly.proguard.a: com.tencent.bugly.proguard.i c -com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String f -androidx.constraintlayout.widget.R$styleable: int Motion_animate_relativeTo -androidx.loader.R$dimen: int notification_small_icon_background_padding -com.tencent.bugly.proguard.k -com.xw.repo.bubbleseekbar.R$id: int activity_chooser_view_content -wangdaye.com.geometricweather.R$attr: int tabPaddingBottom -io.reactivex.internal.disposables.SequentialDisposable: SequentialDisposable() -wangdaye.com.geometricweather.R$attr: int chipEndPadding -com.google.gson.LongSerializationPolicy$2: com.google.gson.JsonElement serialize(java.lang.Long) -io.reactivex.Observable: io.reactivex.Observable buffer(io.reactivex.ObservableSource) -androidx.constraintlayout.widget.R$attr: int layout_constraintBaseline_toBaselineOf -wangdaye.com.geometricweather.main.layouts.TrendHorizontalLinearLayoutManager -wangdaye.com.geometricweather.R$styleable: int[] ClockFaceView -com.google.android.material.R$style: int TextAppearance_AppCompat_Button -com.tencent.bugly.crashreport.common.info.a: java.lang.String N() -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_creator -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWeatherText(java.lang.String) -com.google.gson.stream.JsonReader: void close() -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_goneMarginRight -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setShrinkMotionSpecResource(int) -com.google.android.gms.common.data.BitmapTeleporter -com.google.android.material.R$dimen: int material_clock_number_text_size -com.loc.h: void stopLocation() -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_DialogWhenLarge -com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_centerX -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getIcePrecipitation() -androidx.lifecycle.SavedStateHandleController$OnRecreation: void onRecreated(androidx.savedstate.SavedStateRegistryOwner) -com.bumptech.glide.module.LibraryGlideModule: LibraryGlideModule() -androidx.appcompat.R$style: int Base_Widget_AppCompat_ListPopupWindow -okhttp3.internal.http.RetryAndFollowUpInterceptor: void setCallStackTrace(java.lang.Object) -cyanogenmod.power.PerformanceManager: cyanogenmod.power.PerformanceManager sInstance -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setStatus(int) -com.google.android.material.R$style: int TextAppearance_AppCompat_Large_Inverse -com.bumptech.glide.load.engine.GlideException: java.util.List causes -wangdaye.com.geometricweather.R$id: int masked -wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: RoundProgress(android.content.Context) -com.xw.repo.bubbleseekbar.R$drawable: int abc_textfield_search_material -com.bumptech.glide.integration.okhttp.R$id: int bottom -wangdaye.com.geometricweather.R$styleable: int MaterialButton_android_insetLeft -com.google.android.material.R$string: int mtrl_picker_save -wangdaye.com.geometricweather.common.basic.models.weather.WindDegree: WindDegree(float,boolean) -wangdaye.com.geometricweather.R$attr: int layout_collapseMode -androidx.constraintlayout.widget.R$styleable: int[] Constraint -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean onCreatePanelMenu(int,android.view.Menu) -androidx.appcompat.R$styleable: int AppCompatTheme_actionBarTabBarStyle -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Dialog_MinWidth -retrofit2.OkHttpCall$ExceptionCatchingResponseBody: java.io.IOException thrownException -okhttp3.internal.cache.CacheInterceptor$1: void close() -androidx.appcompat.widget.ActionBarContextView: void setTitle(java.lang.CharSequence) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: java.lang.String pubTime -com.tencent.bugly.crashreport.common.strategy.StrategyBean: boolean l -androidx.appcompat.R$attr: int switchPadding -okhttp3.MediaType: java.lang.String TOKEN -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_LOW_POWER_VALIDATOR -com.tencent.bugly.crashreport.crash.anr.TraceFileHelper$a: java.lang.String b -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningConsequence: int phenomenoMaxColorId -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String locationKey -io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: void onNext(java.lang.Object) -androidx.constraintlayout.widget.R$drawable: int notification_icon_background -com.google.android.material.R$attr: int fabCradleMargin -okhttp3.Cache$2: java.util.Iterator delegate -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum Maximum -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeRainPrecipitation -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: io.reactivex.internal.queue.SpscLinkedArrayQueue getOrCreateQueue() -wangdaye.com.geometricweather.R$integer: int app_bar_elevation_anim_duration -com.jaredrummler.android.colorpicker.R$styleable: int[] ButtonBarLayout -wangdaye.com.geometricweather.R$attr: int textAppearanceListItemSmall -androidx.recyclerview.R$dimen: int item_touch_helper_max_drag_scroll_per_frame -com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemIconTint -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_startIconContentDescription -cyanogenmod.profiles.BrightnessSettings: boolean mOverride -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List kongtiao -com.tencent.bugly.crashreport.CrashReport: void setUserId(java.lang.String) -androidx.appcompat.R$style: int TextAppearance_AppCompat_Body1 -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property Dbz -androidx.constraintlayout.widget.R$id: int ignore -com.amap.api.location.AMapLocation: void setDistrict(java.lang.String) -james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.Observer downstream -com.google.android.material.R$dimen: int design_snackbar_padding_horizontal -androidx.preference.SwitchPreference -androidx.appcompat.widget.SearchView: java.lang.CharSequence getQuery() -android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar -io.reactivex.internal.schedulers.ScheduledRunnable: void run() -retrofit2.Utils$GenericArrayTypeImpl: java.lang.String toString() -cyanogenmod.weather.WeatherLocation: java.lang.String mPostal -com.jaredrummler.android.colorpicker.R$styleable: int MultiSelectListPreference_entries -androidx.dynamicanimation.R$styleable: int GradientColor_android_type -cyanogenmod.providers.DataUsageContract: java.lang.String ENABLE -com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType WEBP -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter value(boolean) -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getSnowPrecipitationProbability() -io.reactivex.Observable: io.reactivex.Observable withLatestFrom(java.lang.Iterable,io.reactivex.functions.Function) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getNighttimeWeatherPhase() -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SCATTERED_THUNDERSTORMS -com.turingtechnologies.materialscrollbar.R$color: int material_deep_teal_200 -android.didikee.donate.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight -android.didikee.donate.R$style: int Base_AlertDialog_AppCompat -okhttp3.MultipartBody: byte[] CRLF -androidx.fragment.R$layout: int notification_template_part_time -androidx.constraintlayout.widget.R$dimen: int abc_text_size_caption_material -com.google.android.material.R$attr: int layout_constraintVertical_weight -androidx.constraintlayout.widget.R$id: int accelerate -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha -androidx.constraintlayout.motion.widget.MotionLayout: int getCurrentState() -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$drawable: int notif_temp_71 -com.google.android.material.R$styleable: int Layout_layout_goneMarginRight -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language[] values() -androidx.swiperefreshlayout.R$attr: int fontProviderAuthority -androidx.preference.R$styleable: int LinearLayoutCompat_android_weightSum -wangdaye.com.geometricweather.R$styleable: int Preference_android_iconSpaceReserved -io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_android_textOff -wangdaye.com.geometricweather.settings.fragments.AppearanceSettingsFragment: AppearanceSettingsFragment() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean getWeather() -wangdaye.com.geometricweather.R$id: int screen -cyanogenmod.themes.ThemeManager$2: cyanogenmod.themes.ThemeManager this$0 -com.github.rahatarmanahmed.cpv.R$attr: int cpv_animAutostart -com.jaredrummler.android.colorpicker.R$color: int bright_foreground_inverse_material_light -com.xw.repo.bubbleseekbar.R$id: int sides -com.xw.repo.bubbleseekbar.R$attr: int showText -com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String p -com.google.android.material.R$styleable: int[] ActionMenuItemView -wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar: void setPrecipitationColor(int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX: void setBrands(java.util.List) -retrofit2.OkHttpCall: void cancel() -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void onComplete() -androidx.preference.ExpandButton -androidx.drawerlayout.R$styleable: int[] FontFamily -okhttp3.internal.http1.Http1Codec$ChunkedSink: void write(okio.Buffer,long) -androidx.appcompat.R$styleable: int MenuItem_showAsAction -com.google.android.material.textfield.TextInputLayout: float getBoxCornerRadiusBottomEnd() -james.adaptiveicon.R$styleable: int FontFamilyFont_fontWeight -android.didikee.donate.R$string: int abc_action_bar_home_description -com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_thickness -wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView: TrendRecyclerView(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Dialog_Bridge -retrofit2.BuiltInConverters$RequestBodyConverter -com.bumptech.glide.R$style: R$style() -wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView getChartItemView() -com.google.android.material.R$style: int Base_Widget_AppCompat_ActivityChooserView -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_android_baselineAligned -androidx.hilt.R$anim: int fragment_close_exit -retrofit2.Retrofit$Builder: okhttp3.Call$Factory callFactory -wangdaye.com.geometricweather.R$id: int percent -androidx.work.R$styleable: int GradientColor_android_gradientRadius -androidx.constraintlayout.widget.R$drawable: int abc_btn_radio_material -okhttp3.internal.cache.DiskLruCache$Entry: long[] lengths -androidx.constraintlayout.motion.widget.MotionLayout: void setOnShow(float) -com.tencent.bugly.proguard.aq: boolean h -androidx.appcompat.R$styleable: int FontFamilyFont_android_fontWeight -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView: int getMarginTop() -androidx.preference.R$dimen: int highlight_alpha_material_colored -androidx.activity.R$id: int text2 -com.turingtechnologies.materialscrollbar.R$attr: int theme -androidx.preference.R$styleable: int CoordinatorLayout_statusBarBackground -wangdaye.com.geometricweather.R$attr: int paddingBottomSystemWindowInsets -com.google.android.material.R$styleable: int TextAppearance_android_typeface -com.google.android.material.R$styleable: int Chip_closeIconTint -cyanogenmod.externalviews.KeyguardExternalView$8: KeyguardExternalView$8(cyanogenmod.externalviews.KeyguardExternalView,boolean) -com.turingtechnologies.materialscrollbar.R$style: int Platform_MaterialComponents_Dialog -androidx.recyclerview.R$id: int accessibility_custom_action_26 -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Dialog_Alert -com.xw.repo.bubbleseekbar.R$styleable: int[] MenuView -androidx.recyclerview.R$layout -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: boolean isDisposed() -com.google.android.material.R$styleable: int ViewStubCompat_android_id -wangdaye.com.geometricweather.R$attr: int editTextColor -com.xw.repo.bubbleseekbar.R$styleable: int[] ActivityChooserView -androidx.preference.R$styleable: int AppCompatTheme_buttonBarButtonStyle -com.google.android.material.R$drawable: int material_ic_calendar_black_24dp -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_2_black -wangdaye.com.geometricweather.R$string: int mtrl_picker_toggle_to_text_input_mode -androidx.appcompat.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle -okio.InflaterSource: void releaseInflatedBytes() -androidx.appcompat.resources.R$id: int title -wangdaye.com.geometricweather.R$styleable: int CardView_cardBackgroundColor -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String LOCK_WALLPAPER_PREVIEW -com.xw.repo.bubbleseekbar.R$attr: int radioButtonStyle -wangdaye.com.geometricweather.R$attr: int msb_handleOffColor -androidx.preference.R$style: int Base_V26_Theme_AppCompat -com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_layoutManager -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void subscribe(io.reactivex.ObservableSource[]) -android.didikee.donate.R$attr: int paddingEnd -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Small -com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String q -androidx.preference.R$styleable: int DrawerArrowToggle_gapBetweenBars -okhttp3.internal.http2.Http2Connection$ReaderRunnable$1: Http2Connection$ReaderRunnable$1(okhttp3.internal.http2.Http2Connection$ReaderRunnable,java.lang.String,java.lang.Object[],okhttp3.internal.http2.Http2Stream) -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_26 -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean isUserOpened() -okhttp3.internal.http2.Hpack$Reader: void readHeaders() -androidx.fragment.R$style: int TextAppearance_Compat_Notification_Time -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -com.google.android.material.textfield.TextInputLayout$SavedState -wangdaye.com.geometricweather.R$id: int mtrl_picker_header_toggle -com.tencent.bugly.crashreport.crash.h5.a: java.lang.String f -androidx.preference.R$attr: int actionOverflowButtonStyle -androidx.preference.R$dimen: int abc_dropdownitem_text_padding_right -james.adaptiveicon.R$layout: R$layout() -androidx.appcompat.R$id: int up -okio.RealBufferedSource: boolean isOpen() -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: int sourceMode -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_YearNavigationButton -androidx.hilt.R$dimen: int notification_right_side_padding_top -okhttp3.internal.http1.Http1Codec$FixedLengthSink: okhttp3.internal.http1.Http1Codec this$0 -androidx.vectordrawable.R$dimen: int notification_main_column_padding_top -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_default_padding_start_material -com.tencent.bugly.proguard.z: java.lang.String b(java.lang.Throwable) -androidx.appcompat.R$styleable: int AppCompatTheme_actionBarItemBackground -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarTheme -okhttp3.Cache: Cache(java.io.File,long) -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: ArcProgress(android.content.Context,android.util.AttributeSet) -cyanogenmod.weather.IWeatherServiceProviderChangeListener: void onWeatherServiceProviderChanged(java.lang.String) -androidx.lifecycle.LifecycleRegistry$ObserverWithState -retrofit2.RequestFactory$Builder: okhttp3.Headers headers -james.adaptiveicon.R$id: int listMode -okhttp3.internal.cache.CacheStrategy$Factory: okhttp3.internal.cache.CacheStrategy getCandidate() -okio.ByteString: int hashCode() -okhttp3.ConnectionSpec: okhttp3.ConnectionSpec RESTRICTED_TLS -androidx.appcompat.resources.R$styleable: int FontFamilyFont_android_fontVariationSettings -androidx.hilt.work.R$id: int action_text -io.reactivex.subjects.PublishSubject$PublishDisposable: void dispose() -androidx.hilt.lifecycle.R$styleable: int GradientColorItem_android_offset -android.didikee.donate.R$drawable: int notification_template_icon_bg -androidx.appcompat.R$id: int action_mode_bar -androidx.recyclerview.R$style: int TextAppearance_Compat_Notification_Title -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_minHeight -androidx.recyclerview.R$id: int action_text -com.google.android.material.R$attr: int fastScrollVerticalThumbDrawable -io.reactivex.internal.disposables.SequentialDisposable: boolean isDisposed() -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeTotalPrecipitation(java.lang.Float) -androidx.preference.R$styleable: int DialogPreference_android_positiveButtonText -okhttp3.EventListener$1 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Metric Metric -com.xw.repo.bubbleseekbar.R$attr: int paddingTopNoTitle -wangdaye.com.geometricweather.R$drawable: int notif_temp_46 -androidx.preference.R$styleable: int TextAppearance_fontVariationSettings -androidx.preference.R$attr: int trackTint -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar -androidx.constraintlayout.widget.R$attr: int maxButtonHeight -cyanogenmod.themes.ThemeManager: java.util.Set access$300(cyanogenmod.themes.ThemeManager) -cyanogenmod.app.Profile: void addProfileGroup(cyanogenmod.app.ProfileGroup) -androidx.transition.R$styleable: int FontFamily_fontProviderQuery -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleMarginTop -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Display2 -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: io.reactivex.internal.queue.SpscArrayQueue queue -androidx.appcompat.R$id: int textSpacerNoTitle -com.jaredrummler.android.colorpicker.ColorPanelView: ColorPanelView(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_overflow_padding_end_material -com.xw.repo.bubbleseekbar.R$color: int abc_primary_text_disable_only_material_light -android.didikee.donate.R$styleable: int AppCompatTheme_selectableItemBackground -androidx.vectordrawable.animated.R$attr: int fontProviderPackage -wangdaye.com.geometricweather.R$drawable: int ic_play_store -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void onError(java.lang.Throwable) -androidx.appcompat.R$styleable: int AppCompatTextView_fontFamily -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: boolean registerChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title -com.amap.api.fence.GeoFenceClient: void removeGeoFence() -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.functions.Function mapper -com.jaredrummler.android.colorpicker.R$dimen: int abc_button_padding_horizontal_material -wangdaye.com.geometricweather.db.entities.DailyEntity: long getTime() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_111 -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$8: void run() -androidx.cardview.widget.CardView: void setCardElevation(float) -james.adaptiveicon.R$dimen: int abc_action_bar_subtitle_top_margin_material -com.google.android.material.R$styleable: int KeyCycle_waveVariesBy -wangdaye.com.geometricweather.R$attr: int state_collapsible -okhttp3.internal.cache2.Relay$RelaySource: okio.Timeout timeout -androidx.lifecycle.extensions.R$string -com.jaredrummler.android.colorpicker.R$attr: int dropdownListPreferredItemHeight -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_AES_128_CBC_SHA -okhttp3.HttpUrl$Builder: boolean isDot(java.lang.String) -androidx.constraintlayout.helper.widget.Layer: Layer(android.content.Context) -androidx.appcompat.widget.AppCompatSpinner: void setBackgroundResource(int) -androidx.vectordrawable.animated.R$styleable: int ColorStateListItem_android_color -androidx.appcompat.R$anim: int btn_radio_to_off_mtrl_ring_outer_animation -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TimePicker_Display -wangdaye.com.geometricweather.R$attr: int maxActionInlineWidth -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_mini_xml -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_contentInsetLeft -com.tencent.bugly.crashreport.crash.e: java.lang.String b(java.lang.Throwable,int) -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: ObservableThrottleFirstTimed$DebounceTimedObserver(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler$Worker) -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_thumbTextPadding -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: java.lang.String getUnit() -com.google.android.material.R$id: int percent -com.google.android.material.R$attr: int layout_constraintStart_toStartOf -james.adaptiveicon.R$string: int abc_action_mode_done -com.xw.repo.bubbleseekbar.R$attr: int queryBackground -androidx.hilt.work.R$id: int accessibility_custom_action_14 -androidx.viewpager.R$styleable: int FontFamilyFont_font -wangdaye.com.geometricweather.R$attr: int flow_lastHorizontalStyle -wangdaye.com.geometricweather.R$drawable: int notif_temp_117 -retrofit2.Utils$ParameterizedTypeImpl: int hashCode() -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType Insert -cyanogenmod.hardware.CMHardwareManager: int[] getDisplayColorCalibration() -androidx.viewpager2.R$styleable: int FontFamily_fontProviderCerts -okhttp3.Cookie$Builder: okhttp3.Cookie$Builder name(java.lang.String) -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintBaseline_creator -androidx.customview.R$dimen: int compat_button_padding_vertical_material -androidx.cardview.R$attr: int contentPaddingTop -wangdaye.com.geometricweather.R$id: int incoming -cyanogenmod.weatherservice.ServiceRequestResult: ServiceRequestResult(android.os.Parcel) -com.google.android.material.textfield.TextInputEditText: com.google.android.material.textfield.TextInputLayout getTextInputLayout() -android.didikee.donate.R$style: int Widget_AppCompat_ProgressBar_Horizontal -cyanogenmod.app.CustomTile$ExpandedItem: void internalSetItemDrawable(int) -androidx.preference.R$styleable: int AppCompatTheme_windowFixedWidthMinor -androidx.constraintlayout.widget.R$drawable: int abc_control_background_material -com.turingtechnologies.materialscrollbar.R$color: int secondary_text_disabled_material_light -androidx.coordinatorlayout.R$attr -cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_getCurrentLiveLockScreen -com.google.android.material.R$style: int Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework -androidx.appcompat.R$attr: R$attr() -androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_fontVariationSettings -retrofit2.DefaultCallAdapterFactory$1: java.util.concurrent.Executor val$executor -androidx.constraintlayout.widget.R$attr: int percentY -androidx.legacy.coreutils.R$dimen: int notification_right_icon_size -androidx.appcompat.R$styleable: int AppCompatTextHelper_android_drawableStart -android.didikee.donate.R$style: int Theme_AppCompat_Light_DialogWhenLarge -com.google.android.material.R$dimen: int design_navigation_separator_vertical_padding -com.amap.api.fence.GeoFence: float i -cyanogenmod.weather.WeatherInfo: double mTemperature -okhttp3.internal.ws.RealWebSocket$1: okhttp3.internal.ws.RealWebSocket this$0 -wangdaye.com.geometricweather.R$animator: int weather_rain_1 -cyanogenmod.app.CustomTileListenerService -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onLockscreenSlideOffsetChanged(float) -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String Link -androidx.appcompat.R$attr: int radioButtonStyle -com.google.android.material.floatingactionbutton.FloatingActionButton$BaseBehavior: void setInternalAutoHideListener(com.google.android.material.floatingactionbutton.FloatingActionButton$OnVisibilityChangedListener) -wangdaye.com.geometricweather.settings.dialogs.RunningInBackgroundDialog: RunningInBackgroundDialog() -com.google.android.material.R$id: int mtrl_calendar_months -cyanogenmod.profiles.ConnectionSettings$1: cyanogenmod.profiles.ConnectionSettings createFromParcel(android.os.Parcel) -cyanogenmod.themes.IThemeProcessingListener$Stub$Proxy: android.os.IBinder asBinder() -androidx.preference.R$style: int Base_Widget_AppCompat_RatingBar_Indicator -wangdaye.com.geometricweather.R$style: int EmptyTheme -com.google.android.material.R$string: int abc_menu_sym_shortcut_label -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VectorDrawableDelegateState: int getChangingConfigurations() -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_height -com.google.android.material.R$string -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_120 -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: long dt -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_21 -com.google.android.material.R$styleable: int AppCompatTheme_actionOverflowMenuStyle -com.amap.api.fence.GeoFence: int getActivatesAction() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: java.lang.String LongPhrase -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Subtitle1 -androidx.appcompat.R$style: int TextAppearance_AppCompat_Body2 -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource -okhttp3.internal.http2.Http2Stream: void waitForIo() -wangdaye.com.geometricweather.R$id: int textinput_error -okio.SegmentedByteString: okio.ByteString md5() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_searchViewStyle -cyanogenmod.weather.WeatherLocation -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial Imperial -cyanogenmod.profiles.ConnectionSettings: void setValue(int) -androidx.customview.R$drawable: int notification_action_background -com.google.android.material.R$style: int TestStyleWithLineHeight -okhttp3.internal.cache.DiskLruCache$Editor: okio.Source newSource(int) -okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level HEADERS -androidx.constraintlayout.motion.widget.MotionLayout: MotionLayout(android.content.Context,android.util.AttributeSet,int) -cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_AUTO_OUTDOOR_MODE -wangdaye.com.geometricweather.R$dimen: int mtrl_snackbar_action_text_color_alpha -com.google.android.material.R$styleable: int OnSwipe_nestedScrollFlags -com.amap.api.location.AMapLocation: java.lang.String e -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: boolean isDisposed() -org.greenrobot.greendao.database.DatabaseOpenHelper: void onUpgrade(android.database.sqlite.SQLiteDatabase,int,int) -com.tencent.bugly.BuglyStrategy: boolean n -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: ChineseCityEntity() -wangdaye.com.geometricweather.R$styleable: int TabItem_android_icon -com.tencent.bugly.crashreport.common.info.a: android.content.Context F -cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: android.os.IBinder mRemote -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_12 -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_text_size -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle -wangdaye.com.geometricweather.R$color: int mtrl_btn_transparent_bg_color -wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Bridge -okhttp3.internal.cache.InternalCache -okhttp3.internal.http2.Header: boolean equals(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$drawable: int design_ic_visibility_off -retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: void onComplete() -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode -wangdaye.com.geometricweather.R$drawable: int abc_scrubber_control_off_mtrl_alpha -androidx.vectordrawable.animated.R$styleable: int GradientColorItem_android_offset -wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableCompat_android_dither -cyanogenmod.app.Profile: void setSecondaryUuids(java.util.List) -cyanogenmod.weather.WeatherInfo$1: cyanogenmod.weather.WeatherInfo[] newArray(int) -com.turingtechnologies.materialscrollbar.R$style: int Base_Animation_AppCompat_Tooltip -androidx.lifecycle.Transformations$3: Transformations$3(androidx.lifecycle.MediatorLiveData) -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_SearchView -okio.Buffer: byte getByte(long) -james.adaptiveicon.R$style: int TextAppearance_Compat_Notification_Time -wangdaye.com.geometricweather.R$styleable: int StateSet_defaultState -com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String g() -cyanogenmod.providers.CMSettings$DelimitedListValidator: java.lang.String mDelimiter -androidx.appcompat.R$id: int select_dialog_listview -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_hide_bubble -com.google.android.material.R$style: int Widget_Compat_NotificationActionContainer -com.xw.repo.bubbleseekbar.R$styleable: int Spinner_popupTheme -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_AES_128_CBC_SHA -com.tencent.bugly.crashreport.biz.a: int c -com.jaredrummler.android.colorpicker.R$id: int circle -wangdaye.com.geometricweather.R$menu: R$menu() -wangdaye.com.geometricweather.R$dimen: int fastscroll_margin -androidx.work.BackoffPolicy: androidx.work.BackoffPolicy EXPONENTIAL -com.google.android.material.floatingactionbutton.FloatingActionButton: void setCompatElevation(float) -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Headline -androidx.constraintlayout.widget.R$styleable: int MotionLayout_applyMotionScene -com.google.gson.stream.JsonReader: int nextInt() -wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit -com.jaredrummler.android.colorpicker.R$dimen: int item_touch_helper_max_drag_scroll_per_frame -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType Count -wangdaye.com.geometricweather.R$layout: int widget_clock_day_rectangle -cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent WALLPAPER -androidx.vectordrawable.animated.R$id: int action_image -androidx.preference.R$styleable: int AppCompatTheme_windowActionBar -wangdaye.com.geometricweather.R$string: int material_clock_display_divider -com.amap.api.location.DPoint$1: java.lang.Object[] newArray(int) -okhttp3.Request$Builder: java.util.Map tags -androidx.preference.R$dimen: int abc_dialog_fixed_width_minor -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: int getStatus() -androidx.constraintlayout.widget.R$layout: int abc_action_mode_bar -cyanogenmod.weather.WeatherInfo -com.google.android.material.datepicker.MaterialCalendar$CalendarSelector: com.google.android.material.datepicker.MaterialCalendar$CalendarSelector[] values() -androidx.activity.R$id: int accessibility_custom_action_3 -com.google.android.material.R$styleable: int TextAppearance_android_shadowDx -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamily_fontProviderAuthority -okhttp3.internal.tls.OkHostnameVerifier: int ALT_IPA_NAME -wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_scaleX -com.turingtechnologies.materialscrollbar.R$id: int snackbar_text -com.tencent.bugly.proguard.v: java.lang.String m -com.google.android.material.textfield.TextInputLayout: void setStartIconTintList(android.content.res.ColorStateList) -androidx.appcompat.R$dimen: int abc_action_bar_overflow_padding_end_material -androidx.constraintlayout.widget.R$styleable: int Toolbar_titleMargins -com.jaredrummler.android.colorpicker.R$id: int action_bar_title -wangdaye.com.geometricweather.R$array: int pollen_unit_values -com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getThumbTintList() -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_onClick -okhttp3.Response: java.lang.String message -androidx.constraintlayout.widget.R$id: int title -androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_android_fontVariationSettings -wangdaye.com.geometricweather.R$color: int dim_foreground_material_light -io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: long count -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: BaseTransientBottomBar$SnackbarBaseLayout(android.content.Context,android.util.AttributeSet) -com.turingtechnologies.materialscrollbar.R$attr: int colorError -androidx.appcompat.R$style: int Base_Widget_AppCompat_SearchView -androidx.constraintlayout.widget.R$dimen: int compat_button_inset_horizontal_material -androidx.legacy.coreutils.R$styleable: int GradientColorItem_android_color -retrofit2.CallAdapter: java.lang.Object adapt(retrofit2.Call) -com.tencent.bugly.proguard.w -android.didikee.donate.R$drawable: int abc_ic_menu_overflow_material -androidx.loader.content.Loader: void registerOnLoadCanceledListener(androidx.loader.content.Loader$OnLoadCanceledListener) -wangdaye.com.geometricweather.R$attr: int widgetLayout -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao -com.xw.repo.bubbleseekbar.R$attr: int listPreferredItemPaddingRight -com.google.android.material.R$dimen: int item_touch_helper_swipe_escape_velocity -wangdaye.com.geometricweather.common.ui.activities.AlertActivity: AlertActivity() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu -com.turingtechnologies.materialscrollbar.R$style: int Platform_V21_AppCompat -com.google.android.material.internal.CheckableImageButton -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: io.reactivex.internal.util.AtomicThrowable errors -james.adaptiveicon.R$id: int action_bar_subtitle -com.turingtechnologies.materialscrollbar.R$color: int design_fab_stroke_end_outer_color -com.google.android.material.R$styleable: int MotionLayout_motionProgress -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar -com.tencent.bugly.proguard.j: void a(com.tencent.bugly.proguard.k,int) -com.google.android.material.R$dimen: int mtrl_extended_fab_top_padding -com.google.android.gms.location.GeofencingRequest: android.os.Parcelable$Creator CREATOR -okhttp3.internal.ws.WebSocketReader: okio.Buffer messageFrameBuffer -androidx.appcompat.R$id: int edit_query -androidx.preference.R$style: int Base_V7_Widget_AppCompat_EditText -cyanogenmod.app.ThemeVersion$ThemeVersionImpl2: ThemeVersion$ThemeVersionImpl2() -com.google.android.material.R$attr: int mock_showDiagonals -wangdaye.com.geometricweather.main.dialogs.LocationHelpDialog: LocationHelpDialog() -android.didikee.donate.R$color: int material_grey_900 -androidx.appcompat.widget.AppCompatAutoCompleteTextView: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() -androidx.coordinatorlayout.R$attr: int fontWeight -androidx.preference.R$attr: int showTitle -com.xw.repo.bubbleseekbar.R$attr: int tooltipForegroundColor -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: void setUrl(java.lang.String) -com.turingtechnologies.materialscrollbar.R$styleable: int FlowLayout_itemSpacing -com.google.gson.stream.JsonReader: JsonReader(java.io.Reader) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getMoldDescription() -android.didikee.donate.R$attr: int theme -wangdaye.com.geometricweather.R$id: int widget_day_week_icon_3 -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_letter_spacing -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle -androidx.preference.R$layout: int notification_template_custom_big -com.xw.repo.bubbleseekbar.R$style: int Base_V21_Theme_AppCompat -com.google.android.material.R$color: int material_timepicker_button_background -okhttp3.Callback -james.adaptiveicon.R$styleable: int SwitchCompat_thumbTint -cyanogenmod.alarmclock.ClockContract$CitiesColumns: java.lang.String CITY_ID -com.google.android.material.internal.NavigationMenuItemView: NavigationMenuItemView(android.content.Context) -wangdaye.com.geometricweather.R$styleable: int Constraint_drawPath -okhttp3.internal.ws.RealWebSocket$PingRunnable: okhttp3.internal.ws.RealWebSocket this$0 -com.xw.repo.bubbleseekbar.R$attr: int fontVariationSettings -androidx.viewpager2.R$attr: int font -wangdaye.com.geometricweather.R$string: int path_password_strike_through -wangdaye.com.geometricweather.R$string: int precipitation_probability -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_section_text_interval -wangdaye.com.geometricweather.R$styleable: int[] CoordinatorLayout -androidx.preference.R$layout: int preference_dialog_edittext -wangdaye.com.geometricweather.main.models.LocationResource$Event: wangdaye.com.geometricweather.main.models.LocationResource$Event[] values() -com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat_Dark -wangdaye.com.geometricweather.R$styleable: int KeyPosition_keyPositionType -com.google.android.material.R$attr: int chipSurfaceColor -androidx.appcompat.widget.ActionBarContainer: void setPrimaryBackground(android.graphics.drawable.Drawable) -cyanogenmod.hardware.ICMHardwareService: java.lang.String getLtoDestination() -com.tencent.bugly.proguard.v: java.lang.String n -androidx.preference.R$attr: int entries -com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleMarginTop(int) -io.reactivex.internal.schedulers.ScheduledDirectTask -androidx.preference.R$styleable: int[] ActionBarLayout -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_ch -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Large -com.google.android.material.R$style: int Base_V26_Theme_AppCompat_Light -com.amap.api.fence.GeoFenceClient: boolean isPause() -wangdaye.com.geometricweather.R$id: int ignore -android.didikee.donate.R$styleable: int SearchView_voiceIcon -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeCutDrawable -cyanogenmod.alarmclock.ClockContract$CitiesColumns: android.net.Uri CONTENT_URI -wangdaye.com.geometricweather.R$transition -com.xw.repo.bubbleseekbar.R$drawable: int abc_scrubber_primary_mtrl_alpha -io.reactivex.internal.disposables.EmptyDisposable: boolean offer(java.lang.Object) -androidx.preference.R$attr: int preferenceFragmentCompatStyle -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: ObservableConcatMapEager$ConcatMapEagerMainObserver(io.reactivex.Observer,io.reactivex.functions.Function,int,int,io.reactivex.internal.util.ErrorMode) -okhttp3.Call$Factory -com.google.android.gms.common.internal.zas -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_switchPadding -retrofit2.adapter.rxjava2.ResultObservable: io.reactivex.Observable upstream -wangdaye.com.geometricweather.R$drawable: int ic_running_in_background -com.tencent.bugly.BuglyStrategy: java.lang.Class getUserInfoActivity() -retrofit2.RequestFactory$Builder: boolean gotPath -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge -wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit[] values() -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored -android.didikee.donate.R$dimen: int abc_text_size_subhead_material -wangdaye.com.geometricweather.R$dimen: int material_clock_period_toggle_height -com.tencent.bugly.crashreport.crash.jni.b -com.xw.repo.bubbleseekbar.R$id: int action_mode_bar -cyanogenmod.externalviews.IExternalViewProvider$Stub: IExternalViewProvider$Stub() -com.google.android.material.R$id: R$id() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: void setBrandInfo(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean) -wangdaye.com.geometricweather.R$dimen: int widget_time_text_size -retrofit2.HttpServiceMethod$CallAdapted: HttpServiceMethod$CallAdapted(retrofit2.RequestFactory,okhttp3.Call$Factory,retrofit2.Converter,retrofit2.CallAdapter) -cyanogenmod.platform.Manifest$permission: java.lang.String WRITE_SECURE_SETTINGS -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: java.lang.String unit -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: java.lang.String getDesc() -androidx.constraintlayout.widget.R$dimen: int abc_list_item_height_small_material -com.turingtechnologies.materialscrollbar.R$attr: int fastScrollVerticalThumbDrawable -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_padding_bottom -wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_minutelyBar -cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy: IAppSuggestManager$Stub$Proxy(android.os.IBinder) -okio.ForwardingSource: java.lang.String toString() -okio.Pipe$PipeSink: void flush() -android.support.v4.app.INotificationSideChannel$Stub: int TRANSACTION_cancelAll -com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_android_fontVariationSettings -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_RatingBar_Indicator -com.tencent.bugly.crashreport.common.info.a: java.util.Map B() -wangdaye.com.geometricweather.R$id: int container_main_sun_moon_controlView -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver: ObservableMergeWithSingle$MergeWithObserver$OtherObserver(io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver) -androidx.appcompat.widget.Toolbar: void setNavigationContentDescription(java.lang.CharSequence) -com.tencent.bugly.proguard.y: java.lang.Object o -com.xw.repo.bubbleseekbar.R$id: int titleDividerNoCustom -wangdaye.com.geometricweather.R$id: int SHOW_ALL -androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableCompat_android_dither -wangdaye.com.geometricweather.R$color: int mtrl_chip_background_color -androidx.appcompat.R$styleable: int AppCompatTheme_popupMenuStyle -cyanogenmod.weather.WeatherInfo$DayForecast: WeatherInfo$DayForecast(android.os.Parcel) -cyanogenmod.hardware.CMHardwareManager: int getVibratorMaxIntensity() -com.turingtechnologies.materialscrollbar.R$attr: int spinnerDropDownItemStyle -wangdaye.com.geometricweather.R$drawable: int ic_check_circle_green -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: java.lang.String getValue() -androidx.activity.R$string: R$string() -okhttp3.WebSocket: boolean send(okio.ByteString) -wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode[] values() -androidx.lifecycle.Transformations: androidx.lifecycle.LiveData switchMap(androidx.lifecycle.LiveData,androidx.arch.core.util.Function) -androidx.constraintlayout.widget.R$id: int normal -io.reactivex.Observable: io.reactivex.Observable window(long,long,java.util.concurrent.TimeUnit) -cyanogenmod.app.IProfileManager: boolean addProfile(cyanogenmod.app.Profile) -androidx.lifecycle.ReportFragment: void dispatchResume(androidx.lifecycle.ReportFragment$ActivityInitializationListener) -com.google.gson.JsonParseException: long serialVersionUID -androidx.preference.R$dimen: int abc_action_bar_stacked_max_height -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Spinner_Underlined -androidx.appcompat.resources.R$id: int accessibility_custom_action_31 -com.turingtechnologies.materialscrollbar.R$attr: int spanCount -okhttp3.Cookie: java.util.regex.Pattern YEAR_PATTERN -com.google.android.gms.dynamic.RemoteCreator$RemoteCreatorException -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver(io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver) -android.didikee.donate.R$styleable: int Toolbar_collapseIcon -android.support.v4.os.ResultReceiver: android.os.Parcelable$Creator CREATOR -androidx.vectordrawable.animated.R$integer: R$integer() -com.google.android.material.card.MaterialCardView: void setCheckedIconMargin(int) -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode NO_ERROR -androidx.hilt.lifecycle.R$attr: int fontProviderPackage -wangdaye.com.geometricweather.common.basic.models.weather.Alert -wangdaye.com.geometricweather.R$drawable: int abc_textfield_search_default_mtrl_alpha -androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type RIGHT -wangdaye.com.geometricweather.db.entities.LocationEntity: void setCountry(java.lang.String) -com.xw.repo.bubbleseekbar.R$id: int tag_unhandled_key_event_manager -com.tencent.bugly.crashreport.crash.CrashDetailBean: java.util.Map S -com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleTintMode(android.graphics.PorterDuff$Mode) -wangdaye.com.geometricweather.R$color: int colorTextContent -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintVertical_weight -com.baidu.location.e.l$b: int c(com.baidu.location.e.l$b) -cyanogenmod.app.ILiveLockScreenChangeListener$Stub$Proxy -james.adaptiveicon.R$layout: int notification_template_custom_big -androidx.preference.R$style: int Base_Widget_AppCompat_ActionBar_TabText -okhttp3.internal.http1.Http1Codec$FixedLengthSource: okhttp3.internal.http1.Http1Codec this$0 -wangdaye.com.geometricweather.R$layout: int cpv_preference_square -wangdaye.com.geometricweather.R$color: int material_grey_600 -androidx.appcompat.widget.ActionBarContextView: ActionBarContextView(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$styleable: int Chip_closeIconStartPadding -com.bumptech.glide.R$styleable: int CoordinatorLayout_keylines -cyanogenmod.externalviews.ExternalView: ExternalView(android.content.Context,android.util.AttributeSet) -okio.Timeout: long timeoutNanos -cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy: boolean handles(android.content.Intent) -com.google.android.material.R$attr: int headerLayout -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$2: void run() -androidx.recyclerview.R$styleable: int ColorStateListItem_alpha -androidx.constraintlayout.widget.R$styleable: int Constraint_android_maxWidth -wangdaye.com.geometricweather.R$styleable: int[] FitSystemBarRecyclerView -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner -wangdaye.com.geometricweather.R$attr: int textAppearanceLargePopupMenu -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleMargins -androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_Solid -com.google.android.material.R$style: int Platform_MaterialComponents_Dialog -okhttp3.OkHttpClient: OkHttpClient() -androidx.appcompat.R$attr: int actionOverflowButtonStyle -com.google.android.material.R$layout: int abc_action_bar_title_item -com.google.android.material.R$id: int action_bar_spinner -androidx.loader.R$id: int actions -retrofit2.KotlinExtensions$await$2$2: void onFailure(retrofit2.Call,java.lang.Throwable) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_visibility -james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarTabStyle -wangdaye.com.geometricweather.R$styleable: int SignInButton_buttonSize -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_saveFlags -james.adaptiveicon.R$color: int secondary_text_default_material_dark -androidx.transition.R$drawable: int notification_bg_normal -androidx.viewpager.R$id: R$id() -androidx.legacy.coreutils.R$attr: int fontStyle -wangdaye.com.geometricweather.R$attr: int backgroundSplit -james.adaptiveicon.R$styleable: int Toolbar_titleMarginBottom -com.turingtechnologies.materialscrollbar.R$color: int cardview_shadow_start_color -wangdaye.com.geometricweather.R$string: int abc_menu_function_shortcut_label -wangdaye.com.geometricweather.R$string: int date_format_long -android.didikee.donate.R$style: int Base_Widget_AppCompat_PopupWindow -com.google.android.material.R$attr: int touchAnchorId -wangdaye.com.geometricweather.settings.dialogs.ProvidersPreviewerDialog -androidx.preference.R$string: int abc_menu_function_shortcut_label -wangdaye.com.geometricweather.R$color: int abc_search_url_text -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: double lon -com.google.android.material.R$attr: int layout_keyline -retrofit2.ParameterHandler$Body -androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityResumed(android.app.Activity) -okhttp3.internal.http2.Hpack$Reader: okhttp3.internal.http2.Header[] dynamicTable -androidx.preference.R$style: int Platform_V21_AppCompat -okhttp3.Address: okhttp3.Authenticator proxyAuthenticator() -com.tencent.bugly.crashreport.biz.UserInfoBean: long i -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Dialog_Alert -wangdaye.com.geometricweather.R$layout: int test_chip_zero_corner_radius -androidx.work.R$styleable: int FontFamily_fontProviderPackage -com.jaredrummler.android.colorpicker.R$attr: int checkboxStyle -wangdaye.com.geometricweather.R$attr: int layout_constraintVertical_bias -io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver(io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver) -james.adaptiveicon.R$styleable: int Toolbar_collapseIcon -cyanogenmod.app.ICMStatusBarManager$Stub: android.os.IBinder asBinder() -com.xw.repo.bubbleseekbar.R$layout: int abc_list_menu_item_icon -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat -androidx.cardview.R$color: int cardview_shadow_start_color -com.google.android.material.R$styleable: int FontFamily_fontProviderFetchTimeout -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setSo2Desc(java.lang.String) -cyanogenmod.app.CustomTileListenerService: cyanogenmod.app.ICMStatusBarManager mStatusBarService -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: void setPubTime(java.lang.String) -androidx.hilt.R$layout: int notification_template_part_time -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Precipitation: java.lang.Float cumul24H -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) -androidx.constraintlayout.widget.R$styleable: int Toolbar_buttonGravity -com.tencent.bugly.crashreport.common.info.a: void a(int) -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -androidx.preference.R$style: int Base_Animation_AppCompat_Dialog -androidx.appcompat.R$styleable: int AlertDialog_buttonPanelSideLayout -com.google.android.gms.internal.common.zzq: com.google.android.gms.internal.common.zzo zza -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight_DarkActionBar -com.xw.repo.bubbleseekbar.R$attr: int titleMargins -com.google.gson.stream.JsonReader$1: JsonReader$1() -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: boolean gate -androidx.constraintlayout.widget.R$anim: int abc_tooltip_enter -com.turingtechnologies.materialscrollbar.R$drawable: int ic_mtrl_chip_close_circle -cyanogenmod.hardware.ThermalListenerCallback$State -com.turingtechnologies.materialscrollbar.R$layout: int select_dialog_item_material -wangdaye.com.geometricweather.R$attr: int collapseContentDescription -okhttp3.internal.cache.DiskLruCache: java.io.File directory -androidx.core.R$id: int accessibility_custom_action_30 -okhttp3.internal.http2.Http2Reader$ContinuationSource: okio.BufferedSource source -cyanogenmod.app.ThemeVersion$ComponentVersion: cyanogenmod.app.ThemeComponent component -androidx.appcompat.R$string: int abc_searchview_description_search -io.reactivex.internal.operators.observable.ObserverResourceWrapper -cyanogenmod.power.IPerformanceManager$Stub$Proxy -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHeight_min -okio.InflaterSource: InflaterSource(okio.Source,java.util.zip.Inflater) -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_icon_btn_padding_left -okhttp3.internal.platform.Android10Platform -androidx.appcompat.R$attr: int actionBarDivider -okhttp3.internal.http1.Http1Codec$UnknownLengthSource: Http1Codec$UnknownLengthSource(okhttp3.internal.http1.Http1Codec) -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: java.lang.String getSpeedTextWithoutUnit(float) -com.xw.repo.bubbleseekbar.R$color: int secondary_text_default_material_dark -wangdaye.com.geometricweather.R$layout: int item_icon_provider -com.google.android.gms.common.data.DataHolder -com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleTypeface(android.graphics.Typeface) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: CaiYunForecastResult$PrecipitationBean() -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_31 -androidx.preference.R$layout: int abc_screen_content_include -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: int val$x -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: boolean isDisposed() -wangdaye.com.geometricweather.R$attr: int switchMinWidth -android.didikee.donate.R$drawable: int notification_bg_normal_pressed -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge -com.google.android.material.progressindicator.ProgressIndicator: int getIndicatorType() -com.google.android.material.R$dimen: int abc_text_size_small_material -com.tencent.bugly.proguard.v: com.tencent.bugly.proguard.t k -com.amap.api.fence.GeoFenceClient: com.amap.api.fence.GeoFenceManagerBase b -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: void onNext(java.lang.Object) -com.amap.api.location.AMapLocationClientOption: long getScanWifiInterval() -io.reactivex.internal.subscriptions.EmptySubscription: io.reactivex.internal.subscriptions.EmptySubscription valueOf(java.lang.String) -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_analogContainer_light -retrofit2.http.PUT: java.lang.String value() -com.tencent.bugly.proguard.o: java.lang.String b() -com.google.gson.stream.JsonScope: int NONEMPTY_OBJECT -com.tencent.bugly.proguard.ad: ad() -com.turingtechnologies.materialscrollbar.R$id: int action_text -androidx.appcompat.R$styleable: int MenuGroup_android_orderInCategory -com.google.android.material.R$dimen: int design_navigation_icon_size -retrofit2.Platform$Android -wangdaye.com.geometricweather.R$id: int action_bar_root -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_Bridge -wangdaye.com.geometricweather.remoteviews.config.AbstractWidgetConfigActivity -androidx.core.R$id: int accessibility_custom_action_31 -androidx.swiperefreshlayout.R$styleable: int GradientColor_android_gradientRadius -androidx.hilt.R$anim: int fragment_close_enter -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: java.lang.String weather -androidx.activity.R$id: int line3 -okhttp3.internal.connection.RealConnection: okhttp3.internal.http.HttpCodec newCodec(okhttp3.OkHttpClient,okhttp3.Interceptor$Chain,okhttp3.internal.connection.StreamAllocation) -io.reactivex.internal.subscriptions.SubscriptionArbiter: void drainLoop() -cyanogenmod.app.CMContextConstants$Features: java.lang.String HARDWARE_ABSTRACTION -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date -okhttp3.MediaType: okhttp3.MediaType parse(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_endIconCheckable -wangdaye.com.geometricweather.R$string: int key_notification_temp_icon -com.google.android.gms.base.R$id: int icon_only -james.adaptiveicon.R$styleable: int PopupWindow_overlapAnchor -wangdaye.com.geometricweather.R$id: int spline -okhttp3.internal.platform.AndroidPlatform: int MAX_LOG_LENGTH -wangdaye.com.geometricweather.R$drawable: int abc_btn_radio_material_anim -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property Longitude -wangdaye.com.geometricweather.R$styleable: int ViewBackgroundHelper_android_background -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Integer uvIndex -android.didikee.donate.R$color: int bright_foreground_disabled_material_light -wangdaye.com.geometricweather.R$color: int mtrl_btn_text_color_disabled -okhttp3.Address: javax.net.SocketFactory socketFactory() -io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: long serialVersionUID -com.google.android.material.textfield.TextInputLayout: void setEnabled(boolean) -android.didikee.donate.R$styleable: int View_paddingStart -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Spinner_Underlined -androidx.customview.R$dimen: int compat_button_inset_vertical_material -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_0_30 -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onScreenTurnedOn() -okhttp3.OkHttpClient$Builder: java.util.List networkInterceptors() -com.google.android.material.R$attr: int layout_insetEdge -androidx.preference.R$styleable: int StateListDrawableItem_android_drawable -androidx.hilt.R$id: int accessibility_custom_action_27 -com.turingtechnologies.materialscrollbar.R$bool: int abc_action_bar_embed_tabs -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: java.lang.String pubTime -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar -wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_yearSelectedStyle -androidx.vectordrawable.animated.R$color: int notification_action_color_filter -com.bumptech.glide.R$dimen: int notification_content_margin_start -com.tencent.bugly.proguard.ae: byte[] b(byte[]) -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: java.lang.String ObstructionsToVisibility -androidx.customview.R$color: int notification_icon_bg_color -cyanogenmod.profiles.ConnectionSettings: int getSubId() -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView: AbsChartItemView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$drawable: int notif_temp_29 -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.lang.Integer getDbz() -wangdaye.com.geometricweather.R$styleable: int OnSwipe_dragDirection -wangdaye.com.geometricweather.R$drawable: int weather_sleet -retrofit2.Retrofit$Builder -com.amap.api.fence.DistrictItem: void setPolyline(java.util.List) -okhttp3.internal.http.HttpHeaders: java.lang.String readToken(okio.Buffer) -androidx.viewpager.R$drawable: int notification_bg -androidx.viewpager.widget.PagerTabStrip: void setDrawFullUnderline(boolean) -io.reactivex.Observable: io.reactivex.Observable combineLatestDelayError(java.lang.Iterable,io.reactivex.functions.Function,int) -androidx.constraintlayout.widget.R$styleable: int SearchView_submitBackground -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_android_orientation -wangdaye.com.geometricweather.R$id: int resident_icon -com.jaredrummler.android.colorpicker.R$attr: int tint -androidx.constraintlayout.widget.R$styleable: int Constraint_android_minHeight -io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: void onError(java.lang.Throwable) -okhttp3.ResponseBody: long contentLength() -androidx.preference.R$styleable: int PreferenceImageView_maxHeight -retrofit2.Platform: java.lang.reflect.Constructor lookupConstructor -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.DailyEntityDao getDailyEntityDao() -okhttp3.Cookie: java.lang.String domain() -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: long serialVersionUID -cyanogenmod.app.ThemeComponent: ThemeComponent(java.lang.String,int,int) -com.turingtechnologies.materialscrollbar.R$string: int mtrl_chip_close_icon_content_description -com.xw.repo.bubbleseekbar.R$string: int abc_prepend_shortcut_label -wangdaye.com.geometricweather.R$string: int bottomsheet_action_expand_halfway -com.xw.repo.bubbleseekbar.R$drawable: int notification_bg_low_pressed -androidx.preference.R$styleable: int[] ActivityChooserView -io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: boolean isDisposed() -com.google.android.material.R$styleable: int KeyTimeCycle_curveFit -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ExtendedFloatingActionButton -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_EditText -okio.Pipe$PipeSource -cyanogenmod.providers.CMSettings$Secure: boolean putStringForUser(android.content.ContentResolver,java.lang.String,java.lang.String,int) -wangdaye.com.geometricweather.R$styleable: int Constraint_motionStagger -okio.Buffer: long indexOf(okio.ByteString,long) -com.google.android.material.R$dimen: int abc_dialog_list_padding_top_no_title -com.tencent.bugly.proguard.z: long c(byte[]) -androidx.core.R$id: int tag_screen_reader_focusable -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setBackgroundTintMode(android.graphics.PorterDuff$Mode) -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: long serialVersionUID -androidx.preference.R$layout: int notification_action_tombstone -android.didikee.donate.R$id: int end -androidx.preference.R$styleable: int CoordinatorLayout_Layout_layout_keyline -io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: void setIndices(java.util.List) -androidx.vectordrawable.R$dimen: int compat_notification_large_icon_max_height -cyanogenmod.content.Intent: java.lang.String ACTION_THEME_REMOVED -androidx.swiperefreshlayout.R$integer: R$integer() -android.didikee.donate.R$style: int Base_DialogWindowTitleBackground_AppCompat -com.xw.repo.bubbleseekbar.R$styleable: int PopupWindow_android_popupAnimationStyle -androidx.constraintlayout.widget.R$string: int abc_searchview_description_submit -com.google.gson.stream.JsonToken: JsonToken(java.lang.String,int) -com.google.android.material.R$style: int ThemeOverlay_AppCompat_Dark -com.xw.repo.bubbleseekbar.R$dimen: int notification_media_narrow_margin -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_contentInsetStartWithNavigation -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActivityChooserView -com.google.android.material.R$color: int tooltip_background_dark -com.xw.repo.bubbleseekbar.R$attr: int titleMarginStart -wangdaye.com.geometricweather.R$styleable: int MockView_mock_labelBackgroundColor -com.xw.repo.bubbleseekbar.R$styleable: int ButtonBarLayout_allowStacking -com.jaredrummler.android.colorpicker.R$id: int action_bar_activity_content -cyanogenmod.weatherservice.ServiceRequest: void cancel() -wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: void setProgressColor(int) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft -io.reactivex.Observable: io.reactivex.Observable timeInterval() -com.tencent.bugly.proguard.f: void a(java.lang.StringBuilder,int) -com.tencent.bugly.crashreport.CrashReport: void setCrashFilter(java.lang.String) -wangdaye.com.geometricweather.R$string: int material_timepicker_text_input_mode_description -io.reactivex.Observable: io.reactivex.Observable concatEager(java.lang.Iterable) -com.google.android.material.R$styleable: int Constraint_layout_constraintTop_toTopOf -androidx.recyclerview.R$layout: int notification_template_custom_big -com.google.android.material.textfield.TextInputLayout: void setEndIconActivated(boolean) -androidx.hilt.R$id: int action_container -androidx.preference.R$styleable: int SearchView_android_focusable -com.google.android.material.snackbar.Snackbar$SnackbarLayout -com.google.android.material.R$dimen: int material_emphasis_disabled -com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_borderless_material -com.xw.repo.bubbleseekbar.R$id: int blocking -com.amap.api.location.AMapLocation: java.lang.String e(com.amap.api.location.AMapLocation,java.lang.String) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listDividerAlertDialog -com.github.rahatarmanahmed.cpv.CircularProgressView$9 -io.reactivex.internal.queue.SpscArrayQueue: int mask -cyanogenmod.externalviews.KeyguardExternalViewProviderService: java.lang.String access$200() -okhttp3.Address: java.net.Proxy proxy() -cyanogenmod.themes.ThemeManager$ThemeProcessingListener -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_firstHorizontalBias -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_clear_material -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void clear() -androidx.preference.R$styleable: int MenuItem_showAsAction -com.google.android.material.floatingactionbutton.FloatingActionButton: void setEnsureMinTouchTargetSize(boolean) -wangdaye.com.geometricweather.db.entities.DailyEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) -androidx.preference.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar -wangdaye.com.geometricweather.R$styleable: int[] MotionHelper -wangdaye.com.geometricweather.R$id: int parent_matrix -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cwd -androidx.constraintlayout.widget.R$styleable: int Constraint_visibilityMode -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_horizontalGap -okio.Buffer: java.io.InputStream inputStream() -cyanogenmod.weatherservice.WeatherProviderService$1: cyanogenmod.weatherservice.WeatherProviderService this$0 -androidx.vectordrawable.animated.R$id: int title -com.turingtechnologies.materialscrollbar.R$attr: int subtitleTextAppearance -wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig minutelyEntityDaoConfig -wangdaye.com.geometricweather.R$attr: int layout_constraintWidth_min -androidx.hilt.work.R$id: int tag_screen_reader_focusable -com.baidu.location.indoor.mapversion.c.a$d: double d(double) -com.google.android.material.R$attr: int materialCalendarHeaderTitle -wangdaye.com.geometricweather.R$drawable: int notif_temp_90 -cyanogenmod.app.ICMTelephonyManager: boolean isDataConnectionEnabled() -androidx.appcompat.resources.R$styleable: int[] AnimatedStateListDrawableCompat -com.google.android.material.R$attr: int textAppearanceHeadline1 -okhttp3.Response: okhttp3.Protocol protocol() -com.turingtechnologies.materialscrollbar.R$color: int abc_hint_foreground_material_light -android.didikee.donate.R$style: int Base_Widget_AppCompat_ListView_DropDown -wangdaye.com.geometricweather.R$layout: int item_icon_provider_get_more -wangdaye.com.geometricweather.R$style: int Base_V26_Widget_AppCompat_Toolbar -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dialogTheme -androidx.viewpager2.R$id: int accessibility_custom_action_4 -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) -cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent BOOT_ANIM -androidx.appcompat.R$attr: int viewInflaterClass -io.reactivex.internal.operators.observable.ObserverResourceWrapper: void onSubscribe(io.reactivex.disposables.Disposable) -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text -james.adaptiveicon.R$dimen: int compat_button_padding_horizontal_material -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light_Dialog_MinWidth -okio.AsyncTimeout: long IDLE_TIMEOUT_NANOS -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_creator -com.google.gson.internal.LinkedTreeMap: java.lang.Object put(java.lang.Object,java.lang.Object) -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: io.reactivex.ObservableEmitter emitter -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Rain: java.lang.String Unit -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Metric: java.lang.String Unit -wangdaye.com.geometricweather.R$string: int uv_index -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.Window mWindow -wangdaye.com.geometricweather.R$drawable: int weather_clear_day_mini_light -androidx.hilt.lifecycle.R$attr -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String COMPONENT_ID -com.google.android.material.R$attr: int motionInterpolator -androidx.preference.R$dimen: int notification_large_icon_width -james.adaptiveicon.R$drawable -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$LocalSource -cyanogenmod.media.MediaRecorder -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: int skip -wangdaye.com.geometricweather.R$xml: int widget_text -com.google.android.material.R$styleable: int TextInputLayout_boxCornerRadiusBottomEnd -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary -com.google.android.material.R$attr: int ratingBarStyleIndicator -androidx.constraintlayout.widget.R$color: int material_grey_300 -io.reactivex.internal.disposables.EmptyDisposable: void error(java.lang.Throwable,io.reactivex.CompletableObserver) -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setTextColor(int) -com.xw.repo.bubbleseekbar.R$id: int select_dialog_listview -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: void setPubTime(java.lang.String) -com.google.android.material.R$attr: int passwordToggleDrawable -androidx.vectordrawable.animated.R$layout: int custom_dialog -cyanogenmod.providers.CMSettings$System: float getFloat(android.content.ContentResolver,java.lang.String,float) -wangdaye.com.geometricweather.common.basic.models.weather.Base: java.util.Date getUpdateDate() -com.xw.repo.bubbleseekbar.R$styleable: int ViewBackgroundHelper_backgroundTintMode -androidx.appcompat.R$styleable: int Toolbar_titleMarginTop -wangdaye.com.geometricweather.db.entities.DailyEntityDao: wangdaye.com.geometricweather.db.converters.WindDegreeConverter nighttimeWindDegreeConverter -okhttp3.internal.Internal: void apply(okhttp3.ConnectionSpec,javax.net.ssl.SSLSocket,boolean) -android.didikee.donate.R$styleable: int[] ActionMenuView -androidx.appcompat.R$dimen: int abc_list_item_height_large_material -io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: void onNext(java.lang.Object) -com.tencent.bugly.BuglyStrategy: void setReplaceOldChannel(boolean) -wangdaye.com.geometricweather.main.MainActivityViewModel -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_switchPreferenceCompatStyle -okhttp3.internal.cache.DiskLruCache: okhttp3.internal.cache.DiskLruCache$Snapshot get(java.lang.String) -io.reactivex.Observable: io.reactivex.Observable error(java.lang.Throwable) -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: long serialVersionUID -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Speed Speed -android.didikee.donate.R$styleable: int AppCompatTextHelper_android_drawableRight -android.didikee.donate.R$styleable: int SwitchCompat_switchPadding -wangdaye.com.geometricweather.R$animator: int weather_clear_day_1 -com.amap.api.location.CoordinateConverter: com.amap.api.location.DPoint convert() -androidx.lifecycle.extensions.R$dimen: int compat_button_inset_vertical_material -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setItemBackground(android.graphics.drawable.Drawable) -androidx.preference.R$styleable: int AppCompatImageView_tint -cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onBouncerShowing(boolean) -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List yundong -com.turingtechnologies.materialscrollbar.R$id: int spacer -androidx.coordinatorlayout.R$drawable: int notification_bg_normal -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.CompletableObserver downstream -cyanogenmod.app.CustomTile$ExpandedItem: android.graphics.Bitmap itemBitmapResource -com.baidu.location.indoor.mapversion.c.c$b -androidx.activity.R$id: int accessibility_custom_action_13 -androidx.core.R$styleable: int FontFamilyFont_fontWeight -com.turingtechnologies.materialscrollbar.R$styleable: int[] CollapsingToolbarLayout -androidx.constraintlayout.widget.R$styleable: int[] ActionBar -james.adaptiveicon.R$attr: int actionModeCopyDrawable -androidx.preference.R$string: int abc_prepend_shortcut_label -wangdaye.com.geometricweather.R$id: int SHIFT -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title -androidx.dynamicanimation.R$drawable: int notification_bg_low_normal -com.google.android.material.R$id: int home -androidx.transition.R$id -com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_translation_z_pressed -androidx.viewpager.R$layout: int notification_action -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHeight_percent -androidx.constraintlayout.widget.R$attr: int progressBarPadding -cyanogenmod.weather.RequestInfo: java.lang.String access$302(cyanogenmod.weather.RequestInfo,java.lang.String) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarPopupTheme -androidx.preference.R$styleable: int MenuItem_android_enabled -com.github.rahatarmanahmed.cpv.CircularProgressView: void init(android.util.AttributeSet,int) -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void drainLoop() -androidx.lifecycle.Lifecycle: Lifecycle() -com.jaredrummler.android.colorpicker.R$color: int preference_fallback_accent_color -androidx.preference.R$styleable: int ColorStateListItem_android_color -com.github.rahatarmanahmed.cpv.R$dimen: R$dimen() -okhttp3.OkHttpClient$Builder: javax.net.ssl.SSLSocketFactory sslSocketFactory -com.google.android.material.R$style: int TextAppearance_Design_Error -james.adaptiveicon.R$id: int none -wangdaye.com.geometricweather.R$attr: int dialogMessage -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: int nameId -wangdaye.com.geometricweather.R$layout: int design_layout_snackbar -com.jaredrummler.android.colorpicker.R$attr: int actionModeSelectAllDrawable -wangdaye.com.geometricweather.common.basic.GeoActivity: GeoActivity() -wangdaye.com.geometricweather.R$id: int item_touch_helper_previous_elevation -com.google.android.material.R$attr: int textAppearanceHeadline2 -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_SearchView -com.google.android.material.bottomappbar.BottomAppBar: void setHideOnScroll(boolean) -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: int getAnimationMode() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: void setValue(java.util.List) -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_itemPadding -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -androidx.appcompat.R$id: int parentPanel -okhttp3.OkHttpClient$1: void apply(okhttp3.ConnectionSpec,javax.net.ssl.SSLSocket,boolean) -wangdaye.com.geometricweather.R$styleable: int DialogPreference_android_dialogIcon -cyanogenmod.providers.CMSettings$Global: java.lang.String WEATHER_TEMPERATURE_UNIT -com.google.gson.stream.JsonReader: char[] NON_EXECUTE_PREFIX -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: io.reactivex.disposables.Disposable upstream -androidx.constraintlayout.widget.R$layout: int abc_search_view -androidx.constraintlayout.widget.R$attr: int actionModeCopyDrawable -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_showMotionSpec -com.google.android.material.R$color: int mtrl_btn_stroke_color_selector -com.google.android.material.R$drawable: int abc_ic_go_search_api_material -com.loc.k: k(java.lang.String) -com.xw.repo.bubbleseekbar.R$styleable: int[] PopupWindow -james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 -com.amap.api.fence.GeoFenceManagerBase: void addKeywordGeoFence(java.lang.String,java.lang.String,java.lang.String,int,java.lang.String) -james.adaptiveicon.R$styleable: int Toolbar_titleMargin -com.google.android.material.R$style: int Widget_AppCompat_CompoundButton_RadioButton -okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level valueOf(java.lang.String) -okio.RealBufferedSink: boolean isOpen() -wangdaye.com.geometricweather.R$string: int settings_title_trend_horizontal_line_switch -com.tencent.bugly.proguard.f: boolean equals(java.lang.Object) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$8 -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_bubble_text_color -androidx.lifecycle.extensions.R$styleable: int GradientColor_android_gradientRadius -okhttp3.OkHttpClient$1: boolean equalsNonHost(okhttp3.Address,okhttp3.Address) -com.google.android.material.textfield.TextInputLayout: android.widget.EditText getEditText() -com.jaredrummler.android.colorpicker.R$styleable: int[] PreferenceTheme -com.xw.repo.bubbleseekbar.R$dimen: int abc_dropdownitem_text_padding_left -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintRight_creator -androidx.hilt.R$styleable: int GradientColor_android_centerColor -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Dialog -androidx.appcompat.R$styleable: int AppCompatTheme_windowActionModeOverlay -wangdaye.com.geometricweather.R$id: int test_checkbox_android_button_tint -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_contentInsetStart -com.turingtechnologies.materialscrollbar.R$id: int image -wangdaye.com.geometricweather.R$integer: int status_bar_notification_info_maxnum -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listDividerAlertDialog -androidx.activity.R$drawable -retrofit2.CallAdapter: java.lang.reflect.Type responseType() -cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: void removeCustomTileFromListener(cyanogenmod.app.ICustomTileListener,java.lang.String,java.lang.String,int) -com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_windowAnimationStyle -wangdaye.com.geometricweather.R$drawable: int flag_ar -com.turingtechnologies.materialscrollbar.R$style: int Base_V28_Theme_AppCompat -androidx.preference.R$dimen: int abc_text_size_caption_material -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property ThunderstormPrecipitationProbability -android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow -wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_dialogTitle -androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_marginBottom -androidx.appcompat.R$attr: int listPreferredItemHeightSmall -androidx.constraintlayout.widget.R$style: int Platform_V21_AppCompat_Light -wangdaye.com.geometricweather.R$styleable: int MotionScene_layoutDuringTransition -retrofit2.OptionalConverterFactory$OptionalConverter: java.lang.Object convert(java.lang.Object) -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void otherComplete() -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: void onError(java.lang.Throwable) -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: int prefetch -androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_ActionBar -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_26 -okhttp3.Cache: int ENTRY_METADATA -com.bumptech.glide.integration.okhttp.R$id: int forever -androidx.hilt.work.R$color: int ripple_material_light -io.reactivex.internal.subscribers.DeferredScalarSubscriber: void cancel() -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_3_00 -okhttp3.TlsVersion -com.google.android.material.R$styleable: int ConstraintSet_android_layout_width -org.greenrobot.greendao.AbstractDao: java.lang.Object load(java.lang.Object) -wangdaye.com.geometricweather.R$attr: int cardPreventCornerOverlap -wangdaye.com.geometricweather.R$styleable: int Preference_android_persistent -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_CompactMenu -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated -james.adaptiveicon.AdaptiveIconView -okhttp3.internal.http.HttpCodec -io.reactivex.internal.schedulers.RxThreadFactory: java.lang.String toString() -com.xw.repo.bubbleseekbar.R$styleable: int[] StateListDrawableItem -cyanogenmod.app.ICMTelephonyManager$Stub: ICMTelephonyManager$Stub() -wangdaye.com.geometricweather.R$id: int tag_unhandled_key_event_manager -androidx.preference.R$styleable: int[] TextAppearance -com.jaredrummler.android.colorpicker.R$id: int cpv_color_panel_new -androidx.constraintlayout.widget.R$attr: int fontProviderPackage -com.xw.repo.bubbleseekbar.R$style: int Base_V7_Widget_AppCompat_Toolbar -com.turingtechnologies.materialscrollbar.R$dimen: int abc_switch_padding -wangdaye.com.geometricweather.R$attr: int actionBarPopupTheme -androidx.preference.R$styleable: int Toolbar_subtitleTextAppearance -com.google.android.material.R$layout: int design_bottom_navigation_item -androidx.preference.R$styleable: int GradientColor_android_centerColor -com.tencent.bugly.proguard.ar -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind -com.google.android.material.floatingactionbutton.FloatingActionButton: void setCompatElevationResource(int) -okhttp3.internal.Util -com.google.android.material.R$layout: int abc_list_menu_item_checkbox -com.jaredrummler.android.colorpicker.ColorPanelView: ColorPanelView(android.content.Context,android.util.AttributeSet,int) -androidx.fragment.R$styleable: int FontFamilyFont_android_font -james.adaptiveicon.R$style: int Theme_AppCompat_CompactMenu -com.turingtechnologies.materialscrollbar.R$styleable: int Spinner_popupTheme -com.google.android.material.R$styleable: int MenuItem_alphabeticModifiers -com.google.android.material.tabs.TabLayout$TabView: com.google.android.material.tabs.TabLayout$Tab getTab() -wangdaye.com.geometricweather.R$array: int dark_modes -com.google.android.material.R$attr: int buttonBarButtonStyle -androidx.swiperefreshlayout.R$attr: int fontProviderFetchStrategy -okhttp3.Response$Builder: okhttp3.Response priorResponse -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: void onNext(java.lang.Object) -androidx.hilt.lifecycle.R$drawable: int notification_bg_normal_pressed -com.google.android.material.R$attr: int closeIcon -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setScaleX(float) -com.google.android.material.chip.ChipGroup: void setSingleLine(boolean) -com.turingtechnologies.materialscrollbar.R$attr: R$attr() -retrofit2.Utils$GenericArrayTypeImpl: java.lang.reflect.Type getGenericComponentType() -retrofit2.RequestFactory$Builder: java.lang.String PARAM -com.turingtechnologies.materialscrollbar.R$dimen: int design_tab_text_size_2line -com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginStart -com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableTransition_android_toId -wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider valueOf(java.lang.String) -wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_10 -com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Theme_AppCompat_Light_Dialog -com.jaredrummler.android.colorpicker.R$attr: int drawableSize -androidx.legacy.coreutils.R$styleable: int GradientColor_android_endColor -com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String m -com.google.android.material.R$styleable: int ActionBar_subtitleTextStyle -com.google.android.material.R$id: int smallLabel -cyanogenmod.app.IProfileManager$Stub$Proxy: void resetAll() -wangdaye.com.geometricweather.R$styleable: int RecyclerView_stackFromEnd -android.didikee.donate.R$style: int Base_V7_Theme_AppCompat_Light_Dialog -wangdaye.com.geometricweather.R$attr: int constraint_referenced_ids -androidx.activity.R$dimen: int notification_subtext_size -com.google.gson.stream.JsonReader: com.google.gson.stream.JsonToken peek() -retrofit2.ParameterHandler$Path: java.lang.reflect.Method method -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: long serialVersionUID -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_NULL_SHA -wangdaye.com.geometricweather.R$dimen: int cpv_dialog_preview_height -com.tencent.bugly.BuglyStrategy$a: int CRASHTYPE_BLOCK -wangdaye.com.geometricweather.R$styleable: int KeyTrigger_motion_triggerOnCollision -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight -android.didikee.donate.R$attr: int windowFixedHeightMajor -james.adaptiveicon.R$color: int material_blue_grey_950 -com.turingtechnologies.materialscrollbar.R$attr: int autoSizePresetSizes -cyanogenmod.app.CustomTile$RemoteExpandedStyle: CustomTile$RemoteExpandedStyle() -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_android_focusable -androidx.preference.R$styleable: int ActionBar_background -cyanogenmod.themes.ThemeChangeRequest$Builder: ThemeChangeRequest$Builder() -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void dispose() -com.turingtechnologies.materialscrollbar.R$styleable: int[] DrawerArrowToggle -com.jaredrummler.android.colorpicker.R$dimen: int abc_control_corner_material -okhttp3.MediaType: java.lang.String toString() -com.xw.repo.bubbleseekbar.R$attr: int textAppearanceListItemSecondary -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void onComplete() -androidx.appcompat.R$attr: int spinBars -androidx.hilt.work.R$styleable: int GradientColor_android_gradientRadius -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval[] values() -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_rotation -androidx.loader.R$id: R$id() -androidx.preference.R$styleable: int MenuGroup_android_visible -com.turingtechnologies.materialscrollbar.R$interpolator -com.google.android.material.R$color: int abc_hint_foreground_material_light -com.xw.repo.bubbleseekbar.R$drawable: int notification_icon_background -com.google.android.material.R$dimen: int mtrl_navigation_item_icon_padding -android.didikee.donate.R$id: int action_container -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem -wangdaye.com.geometricweather.R$styleable: int AppCompatSeekBar_tickMarkTint -retrofit2.Response: okhttp3.ResponseBody errorBody() -com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status WAITING_FOR_SIZE -com.autonavi.aps.amapapi.model.AMapLocationServer: void h(java.lang.String) -cyanogenmod.weather.CMWeatherManager: void registerWeatherServiceProviderChangeListener(cyanogenmod.weather.CMWeatherManager$WeatherServiceProviderChangeListener) -cyanogenmod.hardware.ICMHardwareService$Stub -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_rotation -retrofit2.RequestFactory$Builder: retrofit2.RequestFactory build() -androidx.appcompat.R$styleable: int AppCompatTheme_actionModePasteDrawable -com.tencent.bugly.crashreport.CrashReport: void postException(java.lang.Thread,int,java.lang.String,java.lang.String,java.lang.String,java.util.Map) -com.google.android.material.R$id: int scrollView -com.xw.repo.bubbleseekbar.R$id: int add -androidx.constraintlayout.helper.widget.Layer: Layer(android.content.Context,android.util.AttributeSet,int) -com.tencent.bugly.Bugly: java.lang.String SDK_IS_DEV -com.google.android.material.datepicker.RangeDateSelector -wangdaye.com.geometricweather.R$id: int src_over -androidx.preference.R$styleable: int AppCompatTheme_actionDropDownStyle -cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator access$200() -okhttp3.internal.ws.RealWebSocket: int receivedPongCount -com.turingtechnologies.materialscrollbar.R$styleable: int[] ActivityChooserView -okhttp3.internal.cache.DiskLruCache: boolean removeEntry(okhttp3.internal.cache.DiskLruCache$Entry) -cyanogenmod.externalviews.IExternalViewProvider -androidx.constraintlayout.widget.R$attr: int telltales_velocityMode -androidx.fragment.R$styleable: int GradientColor_android_startX -androidx.work.impl.workers.DiagnosticsWorker -com.jaredrummler.android.colorpicker.R$id: int action_mode_bar_stub -okhttp3.internal.http1.Http1Codec: int STATE_WRITING_REQUEST_BODY -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: io.reactivex.Observer downstream -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary -com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_NOENOUGHSATELLITES -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property FormattedId -com.google.android.gms.location.ActivityTransition: android.os.Parcelable$Creator CREATOR -okhttp3.CacheControl$Builder -com.turingtechnologies.materialscrollbar.R$attr: int suggestionRowLayout -wangdaye.com.geometricweather.R$attr: int tabRippleColor -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_textColor -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.lang.Integer getCloudCover() -com.google.android.material.textfield.TextInputLayout: float getHintCollapsedTextHeight() -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float snow -com.jaredrummler.android.colorpicker.R$id: int right_side -androidx.preference.R$drawable: int abc_list_selector_disabled_holo_light -com.tencent.bugly.crashreport.crash.anr.a: java.lang.String a -com.google.android.material.R$attr: int queryBackground -com.google.android.material.R$styleable: int[] AppCompatTextHelper -androidx.appcompat.resources.R$color: int notification_action_color_filter -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_rotationX -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Ice: int UnitType -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceImageView_android_maxWidth -com.jaredrummler.android.colorpicker.R$attr: int listPopupWindowStyle -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeCloudCover() -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean putKeyValueToNative(java.lang.String,java.lang.String) -com.jaredrummler.android.colorpicker.R$dimen: int notification_top_pad_large_text -androidx.vectordrawable.animated.R$id: int line1 -androidx.core.R$dimen: int notification_media_narrow_margin -com.google.android.material.R$style: int Widget_Design_ScrimInsetsFrameLayout -androidx.lifecycle.ViewModelStore: java.util.HashMap mMap -com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_animSyncDuration -androidx.dynamicanimation.R$id: int right_icon -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_icon_btn_padding_left -com.google.android.material.R$attr: int layout -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_wrapMode -cyanogenmod.weather.ICMWeatherManager$Stub: ICMWeatherManager$Stub() -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintWidth_min -okhttp3.Headers: java.lang.String get(java.lang.String) -androidx.work.impl.WorkManagerInitializer: WorkManagerInitializer() -james.adaptiveicon.R$dimen: int abc_action_bar_default_padding_start_material -io.reactivex.internal.util.NotificationLite: java.lang.Object next(java.lang.Object) -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Toolbar_Button_Navigation -wangdaye.com.geometricweather.R$style: int Animation_AppCompat_Dialog -com.xw.repo.bubbleseekbar.R$attr -wangdaye.com.geometricweather.R$drawable: int weather_clear_night_mini_light -com.google.android.material.internal.ForegroundLinearLayout: ForegroundLinearLayout(android.content.Context) -com.tencent.bugly.proguard.j: void a(byte[],int) -james.adaptiveicon.R$attr: int fontProviderFetchStrategy -cyanogenmod.app.suggest.IAppSuggestProvider: boolean handles(android.content.Intent) -okhttp3.internal.ws.RealWebSocket: void checkResponse(okhttp3.Response) -io.reactivex.exceptions.UndeliverableException -androidx.loader.app.LoaderManagerImpl$LoaderViewModel: LoaderManagerImpl$LoaderViewModel() -cyanogenmod.weather.CMWeatherManager$2$1: cyanogenmod.weather.CMWeatherManager$2 this$1 -com.google.android.material.R$id: int notification_main_column_container -wangdaye.com.geometricweather.R$string: int settings_notification_can_be_cleared_on -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TabLayout_Colored -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintCircle -wangdaye.com.geometricweather.R$attr: int cpv_colorPresets -androidx.lifecycle.CompositeGeneratedAdaptersObserver: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) -com.google.android.material.R$id: int mtrl_child_content_container -androidx.coordinatorlayout.R$id -wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_elevation -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs -com.turingtechnologies.materialscrollbar.R$dimen: int abc_disabled_alpha_material_dark -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$7: KeyguardExternalViewProviderService$Provider$ProviderImpl$7(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) -james.adaptiveicon.R$styleable: int Toolbar_popupTheme -androidx.preference.R$styleable: int ActionBar_elevation -androidx.appcompat.widget.AppCompatImageButton: android.content.res.ColorStateList getSupportImageTintList() -com.google.android.material.R$styleable: int[] StateListDrawable -wangdaye.com.geometricweather.R$style: int Base_V7_Theme_AppCompat_Light -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver -io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable: long serialVersionUID -com.google.android.material.R$styleable: int AppCompatTheme_ratingBarStyle -com.turingtechnologies.materialscrollbar.R$anim: int abc_grow_fade_in_from_bottom -androidx.hilt.work.R$drawable: R$drawable() -okhttp3.Cookie$Builder: okhttp3.Cookie$Builder expiresAt(long) -com.google.android.material.R$attr: int warmth -wangdaye.com.geometricweather.R$drawable: int shortcuts_snow_foreground -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_PopupMenu -com.google.android.material.R$attr: int popupTheme -okio.BufferedSource: long readAll(okio.Sink) -io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain: long serialVersionUID -com.google.android.material.R$styleable: int[] MaterialTextAppearance -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() -io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiFunction,boolean) -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintCircle -com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_dialogType -cyanogenmod.app.ICMStatusBarManager$Stub: int TRANSACTION_registerListener -okhttp3.RealCall: boolean isExecuted() -com.jaredrummler.android.colorpicker.R$layout: int abc_alert_dialog_title_material -androidx.hilt.work.R$bool: int workmanager_test_configuration -james.adaptiveicon.R$attr: int actionBarItemBackground -wangdaye.com.geometricweather.R$id: int dialog_time_setter_cancel -androidx.appcompat.widget.SearchView: void setOnSuggestionListener(androidx.appcompat.widget.SearchView$OnSuggestionListener) -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: void setDistrict(java.lang.String) -androidx.constraintlayout.widget.R$attr: int drawableStartCompat -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getWetBulbTemperature() -androidx.preference.R$attr: int autoSizePresetSizes -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedEmitLast: ObservableSampleTimed$SampleTimedEmitLast(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -androidx.constraintlayout.widget.R$attr: int layout_constraintHeight_default -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_60 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Metric Metric -cyanogenmod.weather.CMWeatherManager: void cancelRequest(int) -james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader -androidx.preference.internal.PreferenceImageView: PreferenceImageView(android.content.Context,android.util.AttributeSet) -cyanogenmod.externalviews.ExternalView$3: cyanogenmod.externalviews.ExternalView this$0 -com.tencent.bugly.crashreport.crash.e: java.lang.Object i -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX getTemperature() -okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RealConnection connection -wangdaye.com.geometricweather.R$attr: int tabSelectedTextColor -cyanogenmod.app.CustomTile: void writeToParcel(android.os.Parcel,int) -james.adaptiveicon.R$dimen: int abc_text_size_menu_material -cyanogenmod.os.Build$CM_VERSION -wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_adjustable -com.xw.repo.bubbleseekbar.R$drawable: int abc_list_focused_holo -james.adaptiveicon.R$styleable: int AppCompatTextView_android_textAppearance -james.adaptiveicon.R$styleable: int[] ViewBackgroundHelper -androidx.appcompat.R$styleable: int AppCompatTheme_activityChooserViewStyle -com.tencent.bugly.crashreport.common.strategy.a: com.tencent.bugly.crashreport.common.strategy.a a() -cyanogenmod.providers.CMSettings$Secure: int getIntForUser(android.content.ContentResolver,java.lang.String,int,int) -androidx.appcompat.resources.R$dimen: R$dimen() -wangdaye.com.geometricweather.db.entities.MinutelyEntity: MinutelyEntity(java.lang.Long,java.lang.String,java.lang.String,java.util.Date,long,boolean,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,int,java.lang.Integer,java.lang.Integer) -com.turingtechnologies.materialscrollbar.R$id: int search_badge -retrofit2.Utils$ParameterizedTypeImpl: Utils$ParameterizedTypeImpl(java.lang.reflect.Type,java.lang.reflect.Type,java.lang.reflect.Type[]) -okhttp3.internal.cache.DiskLruCache: java.lang.String READ -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHeight_default -com.google.android.material.appbar.AppBarLayout: int getTotalScrollRange() -androidx.constraintlayout.widget.R$attr: int transitionDisable -wangdaye.com.geometricweather.R$color: int design_default_color_on_secondary -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: java.lang.Integer humidity -androidx.appcompat.R$attr: int colorButtonNormal -com.google.android.material.timepicker.ClockFaceView: ClockFaceView(android.content.Context,android.util.AttributeSet) -androidx.constraintlayout.widget.R$styleable: int OnSwipe_touchAnchorId -io.reactivex.internal.subscriptions.BasicQueueSubscription -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure: AccuCurrentResult$Pressure() -androidx.preference.R$styleable: int AppCompatTheme_windowNoTitle -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_Alert_Bridge -wangdaye.com.geometricweather.R$string: int abc_action_bar_home_description -com.github.rahatarmanahmed.cpv.CircularProgressView: int size -androidx.recyclerview.widget.RecyclerView: void setChildDrawingOrderCallback(androidx.recyclerview.widget.RecyclerView$ChildDrawingOrderCallback) -wangdaye.com.geometricweather.R$styleable: int[] AppCompatImageView -androidx.vectordrawable.animated.R$style: int TextAppearance_Compat_Notification_Time -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_NoActionBar_Bridge -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric: int UnitType -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Imperial: int UnitType -james.adaptiveicon.R$attr: int alertDialogStyle -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String hourlyForecast -io.reactivex.Observable: io.reactivex.Observable concatMapSingleDelayError(io.reactivex.functions.Function,boolean) -android.didikee.donate.R$styleable: int MenuView_android_itemTextAppearance -wangdaye.com.geometricweather.db.entities.HistoryEntity: java.lang.String weatherSource -com.tencent.bugly.proguard.am: java.lang.String o -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver parent -wangdaye.com.geometricweather.R$id: int widget_text_date -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionBar_TabBar -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintTag -io.reactivex.Observable: io.reactivex.Single collectInto(java.lang.Object,io.reactivex.functions.BiConsumer) -androidx.appcompat.R$integer: int status_bar_notification_info_maxnum -com.bumptech.glide.load.resource.gif.GifFrameLoader: void setOnEveryFrameReadyListener(com.bumptech.glide.load.resource.gif.GifFrameLoader$OnEveryFrameListener) -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void onComplete() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: java.lang.String pubTime -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_BottomLeftDifferentCornerSize -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_editTextPreferenceStyle -androidx.coordinatorlayout.R$id: int action_image -okhttp3.internal.cache.DiskLruCache: java.util.LinkedHashMap lruEntries -wangdaye.com.geometricweather.R$id: int dialog_running_in_background_setBtn -okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner -wangdaye.com.geometricweather.R$styleable: int StateListDrawable_android_dither -okhttp3.internal.io.FileSystem: okio.Sink appendingSink(java.io.File) -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: boolean outputFused -androidx.hilt.work.R$id: int notification_main_column -okhttp3.logging.LoggingEventListener: void dnsEnd(okhttp3.Call,java.lang.String,java.util.List) -android.didikee.donate.R$styleable: int TextAppearance_android_textColor -androidx.constraintlayout.widget.R$attr: int actionDropDownStyle -com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_switch_to_on_mtrl_00012 -androidx.customview.R$styleable: int GradientColor_android_gradientRadius -androidx.hilt.lifecycle.R$layout: int notification_action -com.google.android.material.R$attr: int backgroundInsetStart -james.adaptiveicon.R$styleable: int ActionBar_progressBarPadding -com.google.android.material.button.MaterialButton: void setInsetBottom(int) -com.google.android.material.textfield.TextInputLayout: void setPrefixTextAppearance(int) -androidx.customview.R$drawable: int notification_bg_normal_pressed -com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType ALIYUN -io.reactivex.internal.queue.SpscArrayQueue: void soProducerIndex(long) -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_SeekBar_Discrete -com.xw.repo.bubbleseekbar.R$drawable: int abc_text_select_handle_middle_mtrl_light -okhttp3.internal.http2.Hpack$Reader: int readInt(int,int) -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit valueOf(java.lang.String) -okio.AsyncTimeout: AsyncTimeout() -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_13 -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHeight_default -org.greenrobot.greendao.AbstractDao: void deleteInTx(java.lang.Iterable) -wangdaye.com.geometricweather.R$styleable: int[] CircularProgressView -cyanogenmod.hardware.CMHardwareManager: int FEATURE_SUNLIGHT_ENHANCEMENT -androidx.viewpager2.R$id: int dialog_button -wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig dailyEntityDaoConfig -james.adaptiveicon.R$styleable: int Toolbar_navigationContentDescription -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$2: void run() -com.turingtechnologies.materialscrollbar.R$attr: int hoveredFocusedTranslationZ -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: ObservableSwitchMapSingle$SwitchMapSingleMainObserver(io.reactivex.Observer,io.reactivex.functions.Function,boolean) -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_Bridge -com.tencent.bugly.crashreport.crash.CrashDetailBean: int t -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.util.Map lefts -com.tencent.bugly.proguard.z: java.lang.String b(byte[]) -okio.ByteString: boolean rangeEquals(int,okio.ByteString,int,int) -androidx.preference.R$styleable: int FragmentContainerView_android_tag -androidx.preference.R$styleable: int PreferenceFragment_android_divider -cyanogenmod.weatherservice.ServiceRequestResult: cyanogenmod.weather.WeatherInfo getWeatherInfo() -androidx.appcompat.R$styleable: int AppCompatTextView_drawableLeftCompat -com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_radio_to_on_mtrl_015 -wangdaye.com.geometricweather.R$string: int wind_12 -com.google.android.material.R$attr: int homeLayout -com.tencent.bugly.proguard.i$a -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_drawableBottom -cyanogenmod.weatherservice.ServiceRequestResult: java.util.List access$302(cyanogenmod.weatherservice.ServiceRequestResult,java.util.List) -wangdaye.com.geometricweather.R$id: int item_about_translator_flag -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDate(java.util.Date) -com.amap.api.location.AMapLocation: void setLocationQualityReport(com.amap.api.location.AMapLocationQualityReport) -wangdaye.com.geometricweather.R$string: int geometric_weather -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult -retrofit2.OkHttpCall: boolean isExecuted() -com.turingtechnologies.materialscrollbar.R$attr: int titleMarginStart -okhttp3.internal.http2.Http2: java.lang.String frameLog(boolean,int,int,byte,byte) -cyanogenmod.app.CustomTile$ExpandedItem: CustomTile$ExpandedItem() -io.reactivex.internal.subscribers.StrictSubscriber: void cancel() -androidx.swiperefreshlayout.R$drawable: int notification_tile_bg -androidx.viewpager2.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable -wangdaye.com.geometricweather.R$styleable: int BottomAppBar_hideOnScroll -wangdaye.com.geometricweather.R$id: int chip2 -androidx.cardview.R$attr: int cardElevation -wangdaye.com.geometricweather.R$string: int key_precipitation_notification_switch -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: com.tencent.bugly.crashreport.crash.b n -com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$Node find(java.lang.Object,boolean) -androidx.core.R$id: int tag_unhandled_key_listeners -wangdaye.com.geometricweather.R$styleable: int SlidingItemContainerLayout_backgroundColorEnd -com.google.android.material.R$dimen: int abc_cascading_menus_min_smallest_width -androidx.work.impl.workers.DiagnosticsWorker: DiagnosticsWorker(android.content.Context,androidx.work.WorkerParameters) -androidx.constraintlayout.widget.R$layout: int select_dialog_multichoice_material -io.reactivex.Observable: io.reactivex.Observable timeout(io.reactivex.functions.Function,io.reactivex.ObservableSource) -wangdaye.com.geometricweather.R$id: int off -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void complete(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_elevation -okhttp3.Response: long receivedResponseAtMillis() -com.google.android.material.R$styleable: int OnSwipe_dragThreshold -com.google.android.material.R$styleable: int Transform_android_scaleY -androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_translationZ -okio.HashingSource: HashingSource(okio.Source,java.lang.String) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours Past3Hours -androidx.appcompat.widget.ViewStubCompat: int getInflatedId() -android.didikee.donate.R$styleable: int AppCompatTheme_borderlessButtonStyle -androidx.customview.R$id: int notification_main_column -wangdaye.com.geometricweather.R$id: int activity_widget_config_custom_scrollView -androidx.appcompat.R$attr: int colorPrimaryDark -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_PopupWindow -james.adaptiveicon.R$styleable: int AppCompatTheme_viewInflaterClass -wangdaye.com.geometricweather.R$dimen: int fastscroll_default_thickness -com.google.android.material.button.MaterialButton: int getStrokeWidth() -android.didikee.donate.R$styleable: int MenuItem_actionLayout -okhttp3.logging.LoggingEventListener: LoggingEventListener(okhttp3.logging.HttpLoggingInterceptor$Logger,okhttp3.logging.LoggingEventListener$1) -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind: java.lang.Integer direction -io.reactivex.Observable: io.reactivex.Observable scan(io.reactivex.functions.BiFunction) -wangdaye.com.geometricweather.R$id: int glide_custom_view_target_tag -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningConsequence -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionButton -com.jaredrummler.android.colorpicker.R$style: int Base_V7_Widget_AppCompat_Toolbar -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid -io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain -wangdaye.com.geometricweather.R$color: int test_mtrl_calendar_day -androidx.preference.R$color: int primary_text_default_material_light -com.autonavi.aps.amapapi.model.AMapLocationServer: boolean i() -com.xw.repo.bubbleseekbar.R$attr: int actionOverflowButtonStyle -com.jaredrummler.android.colorpicker.R$id: int line3 -wangdaye.com.geometricweather.R$id: int homeAsUp -okhttp3.internal.http2.Http2Reader: void readConnectionPreface(okhttp3.internal.http2.Http2Reader$Handler) -androidx.activity.R$id: int accessibility_custom_action_10 -androidx.dynamicanimation.R$id: int normal -com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_min_width -okhttp3.internal.tls.DistinguishedNameParser: char getEscaped() -androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_font -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_scrollMode -com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String n -com.google.android.material.R$styleable: int Slider_tickVisible -com.google.android.material.R$color: int design_default_color_error -okhttp3.internal.http2.Http2Connection: int DEGRADED_PING -wangdaye.com.geometricweather.R$id: int item_alert_title -wangdaye.com.geometricweather.R$color: int primary_material_light -androidx.appcompat.R$id: int accessibility_custom_action_3 -com.google.android.material.appbar.AppBarLayout: void removeOnOffsetChangedListener(com.google.android.material.appbar.AppBarLayout$OnOffsetChangedListener) -io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.google.android.material.R$style: int Base_Widget_AppCompat_Spinner -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipIconTint -com.xw.repo.bubbleseekbar.R$styleable: int MenuGroup_android_enabled -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_is_float_type -wangdaye.com.geometricweather.R$style: int spinner_item -androidx.swiperefreshlayout.R$dimen: int notification_top_pad_large_text -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String getShortDescription() -james.adaptiveicon.R$string: int abc_action_menu_overflow_description -okio.Buffer: okio.BufferedSink writeShortLe(int) -androidx.appcompat.widget.AppCompatRatingBar -androidx.appcompat.R$styleable: int AppCompatTheme_alertDialogStyle -com.google.android.material.R$styleable: int ActionBar_contentInsetEnd -androidx.customview.R$string: int status_bar_notification_info_overflow -com.amap.api.location.AMapLocationClient: java.lang.String getVersion() -androidx.constraintlayout.widget.R$id: int select_dialog_listview -okhttp3.internal.cache2.Relay: void writeMetadata(long) -androidx.appcompat.R$styleable: int AppCompatTheme_popupWindowStyle -com.google.android.material.R$style: int TextAppearance_AppCompat_Title_Inverse -wangdaye.com.geometricweather.R$attr: int cardCornerRadius -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator __MAGICAL_TEST_PASSING_ENABLER_VALIDATOR -com.turingtechnologies.materialscrollbar.R$dimen: int disabled_alpha_material_light -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setOnRefreshListener(androidx.swiperefreshlayout.widget.SwipeRefreshLayout$OnRefreshListener) -okhttp3.OkHttpClient$Builder: okhttp3.CookieJar cookieJar -android.didikee.donate.R$dimen -androidx.vectordrawable.R$color: int ripple_material_light -wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_fontWeight -androidx.preference.SeekBarPreference$SavedState -com.google.android.material.R$attr: int labelBehavior -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Display2 -okhttp3.internal.http2.Hpack$Writer: void setHeaderTableSizeSetting(int) -okhttp3.internal.cache.DiskLruCache$Snapshot: long[] lengths -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintBaseline_creator -wangdaye.com.geometricweather.R$attr: int trackColorInactive -com.tencent.bugly.crashreport.crash.b: java.util.List b() -androidx.work.R$attr: int fontProviderFetchStrategy -com.amap.api.fence.GeoFenceClient: void addGeoFence(java.util.List,java.lang.String) -com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding -com.google.gson.stream.JsonReader: java.io.IOException syntaxError(java.lang.String) -com.google.android.material.R$id: int rectangles -com.google.android.material.R$styleable: int State_constraints -androidx.appcompat.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_maxLines -wangdaye.com.geometricweather.R$string: int settings_summary_appearance -okhttp3.ConnectionPool: void put(okhttp3.internal.connection.RealConnection) -wangdaye.com.geometricweather.R$string: int mtrl_picker_invalid_format_use -retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback: void onFailure(retrofit2.Call,java.lang.Throwable) -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: io.reactivex.functions.Function mapper -androidx.drawerlayout.R$styleable: int GradientColor_android_gradientRadius -androidx.lifecycle.MethodCallsLogger -androidx.appcompat.R$attr: int actionBarItemBackground -com.google.android.material.R$attr: int chipIconTint -com.google.android.material.R$attr: int customNavigationLayout -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_BottomAppBar_Surface -com.google.android.material.R$style: int TextAppearance_Design_Prefix -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient build() -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_Switch -androidx.preference.R$drawable: int abc_vector_test -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -androidx.core.widget.NestedScrollView: float getBottomFadingEdgeStrength() -wangdaye.com.geometricweather.R$styleable: int Chip_android_textSize -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_android_background -com.google.android.material.R$styleable: int Constraint_layout_goneMarginStart -androidx.preference.R$styleable: int[] BackgroundStyle -okio.BufferedSource: okio.Buffer buffer() -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver -com.xw.repo.bubbleseekbar.R$dimen: int notification_top_pad -james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarStyle -wangdaye.com.geometricweather.R$styleable: int[] Preference -com.jaredrummler.android.colorpicker.R$drawable: int notification_template_icon_bg -cyanogenmod.app.ICMStatusBarManager: void createCustomTileWithTag(java.lang.String,java.lang.String,java.lang.String,int,cyanogenmod.app.CustomTile,int[],int) -cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_2G3G4G -wangdaye.com.geometricweather.R$color: int material_on_primary_disabled -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_Button_Colored -androidx.legacy.coreutils.R$dimen: int notification_media_narrow_margin -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: void setUnit(java.lang.String) -androidx.hilt.work.R$styleable: int FontFamilyFont_fontWeight -com.jaredrummler.android.colorpicker.R$attr: int textAppearanceSearchResultSubtitle -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void innerError(io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver,java.lang.Throwable) -wangdaye.com.geometricweather.db.entities.LocationEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) -com.tencent.bugly.BuglyStrategy: java.lang.String getLibBuglySOFilePath() -wangdaye.com.geometricweather.R$color: int mtrl_bottom_nav_item_tint -androidx.lifecycle.ViewModelStore: void clear() -androidx.coordinatorlayout.R$styleable: int GradientColor_android_type -okhttp3.CertificatePinner$Pin: java.lang.String pattern -androidx.appcompat.R$color: int material_blue_grey_800 -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_mini_dark -okio.Buffer: boolean rangeEquals(long,okio.ByteString,int,int) -androidx.constraintlayout.widget.R$attr: int duration -androidx.appcompat.R$styleable: int MenuItem_android_enabled -com.amap.api.fence.PoiItem: java.lang.String getTel() -com.google.android.material.slider.BaseSlider: float getStepSize() -com.google.android.material.R$styleable: int ClockFaceView_valueTextColor -okhttp3.internal.http2.Huffman$Node: okhttp3.internal.http2.Huffman$Node[] children -wangdaye.com.geometricweather.R$id: int search_bar -androidx.swiperefreshlayout.R$styleable: int ColorStateListItem_android_alpha -androidx.appcompat.R$style: int Widget_AppCompat_ActivityChooserView -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getAqiText() -com.google.android.material.R$dimen: int abc_edit_text_inset_horizontal_material -io.reactivex.Observable: io.reactivex.Observable sample(io.reactivex.ObservableSource) -com.google.android.material.card.MaterialCardView: android.content.res.ColorStateList getStrokeColorStateList() -james.adaptiveicon.R$style: int Widget_AppCompat_ActionBar -androidx.appcompat.R$attr -io.reactivex.internal.subscriptions.DeferredScalarSubscription: int requestFusion(int) -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_corner_radius -okhttp3.Cache$Entry: void writeCertList(okio.BufferedSink,java.util.List) -cyanogenmod.weather.CMWeatherManager: java.lang.String TAG -com.google.android.material.R$attr: int boxCornerRadiusTopStart -androidx.customview.R$styleable: int GradientColor_android_endX -james.adaptiveicon.R$layout: int abc_popup_menu_header_item_layout -androidx.drawerlayout.R$attr: int font -androidx.preference.R$id: int titleDividerNoCustom -com.google.android.material.R$styleable: int Badge_badgeGravity -wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_dark_default -androidx.work.R$id: int accessibility_custom_action_3 -androidx.dynamicanimation.R$styleable: int GradientColor_android_gradientRadius -cyanogenmod.app.BaseLiveLockManagerService$1: BaseLiveLockManagerService$1(cyanogenmod.app.BaseLiveLockManagerService) -wangdaye.com.geometricweather.R$attr: int targetId -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric -wangdaye.com.geometricweather.R$integer: int google_play_services_version -wangdaye.com.geometricweather.common.ui.widgets.TagView: void setUncheckedBackgroundColor(int) -wangdaye.com.geometricweather.common.basic.models.weather.Wind: boolean isValidSpeed() -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ListPopupWindow -wangdaye.com.geometricweather.R$xml: int widget_day_week -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: FitSystemBarRecyclerView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item -com.tencent.bugly.proguard.j: j(int) -wangdaye.com.geometricweather.R$drawable: int weather_haze_mini_dark -com.google.android.material.button.MaterialButton: android.graphics.PorterDuff$Mode getBackgroundTintMode() -androidx.preference.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable -androidx.coordinatorlayout.R$drawable: int notification_bg -com.bumptech.glide.integration.okhttp.R$id: int notification_main_column -wangdaye.com.geometricweather.R$id: int notification_big_temp_4 -androidx.constraintlayout.widget.R$styleable: int GradientColor_android_startX -retrofit2.adapter.rxjava2.Result: retrofit2.Response response() -androidx.constraintlayout.widget.R$attr: int suggestionRowLayout -androidx.appcompat.R$styleable: int[] ActionBar -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse -wangdaye.com.geometricweather.R$drawable: int notif_temp_11 -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language HUNGARIAN -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language JAPANESE -androidx.core.R$id: int async -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer dewPoint -wangdaye.com.geometricweather.R$drawable: int notif_temp_40 -wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_11 -wangdaye.com.geometricweather.R$color: int mtrl_outlined_stroke_color -com.tencent.bugly.crashreport.common.info.b: java.lang.String k(android.content.Context) -android.didikee.donate.R$attr: int actionMenuTextAppearance -com.jaredrummler.android.colorpicker.R$id: int search_plate -wangdaye.com.geometricweather.R$id: int activity_widget_config -wangdaye.com.geometricweather.R$string: int common_google_play_services_notification_ticker -com.xw.repo.bubbleseekbar.R$attr: int multiChoiceItemLayout -com.google.android.material.R$animator: int mtrl_fab_transformation_sheet_collapse_spec -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_imageButtonStyle -wangdaye.com.geometricweather.R$color: int material_blue_grey_950 -cyanogenmod.app.CustomTile$ExpandedStyle$1: cyanogenmod.app.CustomTile$ExpandedStyle createFromParcel(android.os.Parcel) -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_subhead_material -wangdaye.com.geometricweather.R$attr: int itemRippleColor -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header -com.google.android.material.R$layout: int abc_screen_toolbar -com.tencent.bugly.proguard.am: long m -com.google.android.material.R$id: int default_activity_button -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getCityId() -cyanogenmod.providers.CMSettings$Global: boolean putInt(android.content.ContentResolver,java.lang.String,int) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen -retrofit2.ParameterHandler$QueryMap -wangdaye.com.geometricweather.R$layout: int preference_dialog_edittext -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart -androidx.preference.R$attr: int coordinatorLayoutStyle -com.turingtechnologies.materialscrollbar.R$id: int scrollIndicatorUp -androidx.appcompat.R$style: int Base_V26_Theme_AppCompat_Light -okhttp3.logging.LoggingEventListener: void responseBodyStart(okhttp3.Call) -androidx.lifecycle.LiveData$LifecycleBoundObserver: LiveData$LifecycleBoundObserver(androidx.lifecycle.LiveData,androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Observer) -wangdaye.com.geometricweather.R$animator: int design_appbar_state_list_animator -okhttp3.internal.tls.DistinguishedNameParser: java.lang.String dn -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getWeatherSource() -com.google.android.material.R$styleable: int ConstraintSet_android_layout_marginStart -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_alertDialogTheme -androidx.preference.R$attr: int windowFixedWidthMinor -wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String province -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWetBulbTemperature(java.lang.Integer) -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintTop_toBottomOf -cyanogenmod.hardware.CMHardwareManager: boolean isSupported(int) -wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_itemTextColor -androidx.drawerlayout.R$id: int forever -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getWeatherSource() -wangdaye.com.geometricweather.R$color: int colorTextSubtitle_light -okhttp3.ConnectionSpec$Builder: java.lang.String[] tlsVersions -okhttp3.internal.http2.Http2Reader: java.util.List readHeaderBlock(int,short,byte,int) -android.didikee.donate.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored -cyanogenmod.externalviews.ExternalView: void onActivityResumed(android.app.Activity) -com.google.android.material.R$styleable: int AppCompatImageView_android_src -androidx.preference.R$dimen: int abc_action_bar_default_padding_start_material -androidx.constraintlayout.helper.widget.Layer: Layer(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Chip_Choice -androidx.core.R$id: int forever -androidx.vectordrawable.R$attr: int fontProviderQuery -com.tencent.bugly.b: boolean c -com.amap.api.location.AMapLocation: java.lang.String getDescription() -com.baidu.location.e.p -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onPanelClosed(int,android.view.Menu) -okhttp3.internal.connection.StreamAllocation: boolean reportedAcquired -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionMode_Inverse -com.google.android.material.R$drawable: int mtrl_dialog_background -wangdaye.com.geometricweather.R$attr: int errorTextColor -com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceListItemSmall -androidx.customview.R$dimen: int notification_action_text_size -cyanogenmod.app.LiveLockScreenManager: cyanogenmod.app.LiveLockScreenInfo getDefaultLiveLockScreen() -androidx.preference.R$styleable: int Spinner_android_dropDownWidth -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_contentInsetStart -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox -com.xw.repo.bubbleseekbar.R$id: int top -okio.BufferedSource: boolean rangeEquals(long,okio.ByteString,int,int) -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language ROMANIAN -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: boolean isDisposed() -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setStatusBar(java.lang.String) -androidx.appcompat.widget.SearchView: void setIconified(boolean) -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_iconGravity -android.didikee.donate.R$dimen: int abc_text_size_title_material_toolbar -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_Tab -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_Button -com.xw.repo.bubbleseekbar.R$styleable: int ActionMode_titleTextStyle -james.adaptiveicon.R$attr: int listPreferredItemHeightSmall -androidx.core.R$styleable: int ColorStateListItem_alpha -wangdaye.com.geometricweather.R$dimen: int mtrl_card_dragged_z -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: float intervalInHour -james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_drawableEnd -androidx.appcompat.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight -com.google.android.material.R$styleable: int ActionMode_titleTextStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.util.Date pubTime -androidx.appcompat.R$anim: int abc_shrink_fade_out_from_bottom -androidx.appcompat.R$color: int abc_tint_default -com.google.android.material.R$dimen: int mtrl_snackbar_message_margin_horizontal -com.jaredrummler.android.colorpicker.R$id: int src_atop -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void innerComplete(io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver) -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_SeekBar -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Snow: java.lang.Integer fresh -androidx.lifecycle.DefaultLifecycleObserver: void onPause(androidx.lifecycle.LifecycleOwner) -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_2 -com.bumptech.glide.R$attr: int layout_anchorGravity -androidx.core.R$id: int accessibility_custom_action_7 -androidx.appcompat.widget.AppCompatImageView: void setSupportImageTintList(android.content.res.ColorStateList) -androidx.preference.R$styleable: int FontFamilyFont_android_ttcIndex -androidx.coordinatorlayout.R$styleable: int GradientColor_android_endColor -cyanogenmod.providers.WeatherContract$WeatherColumns: android.net.Uri CONTENT_URI -com.tencent.bugly.proguard.z: java.lang.String a(android.content.Context,int,java.lang.String) -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Headline -androidx.constraintlayout.widget.R$attr: int numericModifiers -androidx.fragment.app.FragmentManager: void removeOnBackStackChangedListener(androidx.fragment.app.FragmentManager$OnBackStackChangedListener) -android.didikee.donate.R$style: int Widget_AppCompat_Light_ListView_DropDown -androidx.constraintlayout.widget.R$styleable: int Layout_minHeight -wangdaye.com.geometricweather.R$styleable: int FontFamily_fontProviderFetchStrategy -wangdaye.com.geometricweather.R$styleable: int ActionBar_contentInsetLeft -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_horizontalStyle -android.didikee.donate.R$styleable: int AppCompatTheme_windowFixedHeightMinor -wangdaye.com.geometricweather.R$font: int product_sans_thin -androidx.appcompat.R$color: int highlighted_text_material_light -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModePasteDrawable -io.reactivex.Observable: io.reactivex.Single toMultimap(io.reactivex.functions.Function,io.reactivex.functions.Function,java.util.concurrent.Callable) -androidx.constraintlayout.widget.R$layout: int abc_cascading_menu_item_layout -io.reactivex.Observable: io.reactivex.Observable ofType(java.lang.Class) -wangdaye.com.geometricweather.R$attr: int badgeTextColor -wangdaye.com.geometricweather.R$dimen: int mtrl_bottomappbar_fab_bottom_margin -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceFragmentListStyle -androidx.constraintlayout.widget.R$styleable: int[] AnimatedStateListDrawableItem -io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: ObservableCache$CacheDisposable(io.reactivex.Observer,io.reactivex.internal.operators.observable.ObservableCache) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_CUSTOM_ENABLE_VALIDATOR -androidx.lifecycle.LifecycleService: void onStart(android.content.Intent,int) -androidx.constraintlayout.widget.R$attr: int listPopupWindowStyle -wangdaye.com.geometricweather.R$attr: int fabCradleVerticalOffset -okhttp3.HttpUrl: okhttp3.HttpUrl get(java.net.URL) -org.greenrobot.greendao.AbstractDao: void delete(java.lang.Object) -android.didikee.donate.R$styleable: int DrawerArrowToggle_arrowShaftLength -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void onNext(java.lang.Object) -com.google.android.material.R$attr: int tabRippleColor -wangdaye.com.geometricweather.main.MainActivityViewModel$Status: wangdaye.com.geometricweather.main.MainActivityViewModel$Status IDLE -androidx.dynamicanimation.R$id: int right_side -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputEditText_FilledBox_Dense -com.google.android.material.R$styleable: int MaterialButton_elevation -cyanogenmod.hardware.ICMHardwareService: boolean setDisplayMode(cyanogenmod.hardware.DisplayMode,boolean) -wangdaye.com.geometricweather.R$styleable: int ArcProgress_text_size -wangdaye.com.geometricweather.db.entities.DaoMaster: void createAllTables(org.greenrobot.greendao.database.Database,boolean) -com.google.android.material.R$color: int material_grey_100 -wangdaye.com.geometricweather.R$dimen: int tooltip_precise_anchor_extra_offset -androidx.work.R$dimen: int notification_small_icon_background_padding -okhttp3.ResponseBody: java.io.InputStream byteStream() -okio.GzipSource: byte SECTION_BODY -okhttp3.MultipartBody$Part: okhttp3.MultipartBody$Part createFormData(java.lang.String,java.lang.String) -com.tencent.bugly.proguard.f: byte[] e -wangdaye.com.geometricweather.common.rxjava.BaseObserver: BaseObserver() -io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.BiFunction,int) -com.google.android.material.R$attr: int useMaterialThemeColors -retrofit2.OkHttpCall: java.lang.Throwable creationFailure -io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver -com.turingtechnologies.materialscrollbar.R$drawable: int indicator_ltr -wangdaye.com.geometricweather.R$dimen: int material_timepicker_dialog_buttons_margin_top -com.tencent.bugly.proguard.y: java.lang.StringBuilder e() -com.turingtechnologies.materialscrollbar.R$attr: int tooltipFrameBackground -wangdaye.com.geometricweather.R$color: int material_on_primary_emphasis_medium -wangdaye.com.geometricweather.R$integer: int cpv_default_start_angle -retrofit2.OkHttpCall: OkHttpCall(retrofit2.RequestFactory,java.lang.Object[],okhttp3.Call$Factory,retrofit2.Converter) -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_lastHorizontalStyle -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: void onComplete() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX aqi -com.google.android.material.R$color: int abc_tint_edittext -androidx.constraintlayout.widget.R$attr: int state_above_anchor -james.adaptiveicon.R$attr: int title -cyanogenmod.providers.DataUsageContract: java.lang.String UID -androidx.appcompat.R$color: int abc_search_url_text -okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.util.concurrent.atomic.AtomicBoolean listRead -com.google.android.material.R$drawable: int abc_cab_background_top_material -com.turingtechnologies.materialscrollbar.R$integer: int mtrl_tab_indicator_anim_duration_ms -androidx.viewpager2.R$styleable: int ViewPager2_android_orientation -com.google.android.material.R$styleable: int AppBarLayoutStates_state_lifted -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse -cyanogenmod.hardware.CMHardwareManager: int FEATURE_COLOR_ENHANCEMENT -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_DarkActionBar -wangdaye.com.geometricweather.R$dimen: int mtrl_navigation_item_icon_size -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain: MfForecastResult$Forecast$Rain() -com.xw.repo.bubbleseekbar.R$attr: int closeIcon -androidx.constraintlayout.widget.R$id: int titleDividerNoCustom -okhttp3.internal.http2.Http2Writer: void dataFrame(int,byte,okio.Buffer,int) -com.turingtechnologies.materialscrollbar.R$color: int mtrl_bottom_nav_item_tint -cyanogenmod.weather.WeatherInfo$Builder: double mTodaysLowTemp -wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayWeekWidgetConfigActivity -com.google.android.material.R$id: int accessibility_custom_action_17 -com.turingtechnologies.materialscrollbar.R$styleable: int View_android_focusable -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_actionProviderClass -okhttp3.HttpUrl$Builder: void removeAllCanonicalQueryParameters(java.lang.String) -com.xw.repo.bubbleseekbar.R$string: int abc_search_hint -android.didikee.donate.R$style: int Base_Widget_AppCompat_DrawerArrowToggle -james.adaptiveicon.R$attr: int editTextColor -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean -com.google.android.material.slider.Slider: void setHaloTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: java.lang.String LongPhrase -io.reactivex.Observable: io.reactivex.Observable takeLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean) -wangdaye.com.geometricweather.R$attr: int closeItemLayout -wangdaye.com.geometricweather.R$attr: int state_above_anchor -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall -wangdaye.com.geometricweather.R$animator: int weather_sleet_2 -wangdaye.com.geometricweather.R$dimen: int current_weather_icon_size -com.jaredrummler.android.colorpicker.R$style: int Preference_DialogPreference_Material -androidx.constraintlayout.widget.R$anim: int abc_slide_in_bottom -retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback -androidx.preference.R$attr: int multiChoiceItemLayout -androidx.constraintlayout.widget.R$attr: int popupWindowStyle -james.adaptiveicon.R$dimen: int abc_control_corner_material -androidx.hilt.lifecycle.R$styleable: int GradientColor_android_centerY -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_thumb_text_size -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: boolean isEmpty() -wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoonSetDate(java.util.Date) -com.baidu.location.Poi -com.github.rahatarmanahmed.cpv.CircularProgressView: boolean isIndeterminate -com.google.android.material.R$dimen: int abc_text_size_title_material -androidx.preference.R$dimen: int compat_notification_large_icon_max_height -androidx.preference.R$drawable: int abc_btn_switch_to_on_mtrl_00001 -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addQueryParameter(java.lang.String,java.lang.String) -androidx.lifecycle.reactivestreams.R -androidx.coordinatorlayout.R$dimen: int notification_top_pad_large_text -com.google.android.material.R$dimen: int mtrl_fab_translation_z_pressed -io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.BiFunction) -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.String getHourlyForecast() -com.google.android.material.R$drawable: int abc_text_select_handle_left_mtrl_dark -com.google.android.material.R$styleable: int ThemeEnforcement_enforceMaterialTheme -androidx.cardview.widget.CardView: float getRadius() -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setOverlay(java.lang.String) -wangdaye.com.geometricweather.R$attr: int layout_constraintHeight_percent -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float totalPrecipitationProbability -wangdaye.com.geometricweather.R$attr: int ratingBarStyleIndicator -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.R$id: int chip1 -okhttp3.internal.platform.OptionalMethod: java.lang.Object invoke(java.lang.Object,java.lang.Object[]) -james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall -com.google.android.material.R$attr: int drawableLeftCompat -okhttp3.internal.http2.Hpack$Writer: void insertIntoDynamicTable(okhttp3.internal.http2.Header) -wangdaye.com.geometricweather.R$id: int navigation_header_container -okhttp3.internal.http2.Http2Stream: void receiveFin() -com.xw.repo.bubbleseekbar.R$id: int italic -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintStart_toStartOf -retrofit2.ParameterHandler$QueryMap: void apply(retrofit2.RequestBuilder,java.util.Map) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWindChillTemperature -androidx.customview.R$styleable: int GradientColor_android_startY -wangdaye.com.geometricweather.R$attr: int alertDialogCenterButtons -com.jaredrummler.android.colorpicker.R$attr: int viewInflaterClass -androidx.preference.R$styleable: int PreferenceImageView_android_maxWidth -com.google.android.material.R$dimen: int mtrl_calendar_day_height -android.didikee.donate.R$integer -androidx.appcompat.widget.ActionBarOverlayLayout: void setActionBarHideOffset(int) -com.google.android.material.R$style: int Base_V7_Theme_AppCompat_Light_Dialog -com.xw.repo.bubbleseekbar.R$id: int action_mode_bar_stub -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragmentCompat_android_dividerHeight -com.google.android.material.chip.Chip: com.google.android.material.shape.ShapeAppearanceModel getShapeAppearanceModel() -okhttp3.internal.cache.DiskLruCache$2: okhttp3.internal.cache.DiskLruCache this$0 -com.amap.api.location.AMapLocationClient: boolean isStarted() -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: cyanogenmod.externalviews.IKeyguardExternalViewCallbacks asInterface(android.os.IBinder) -com.google.android.material.R$layout -androidx.appcompat.R$attr: int autoSizeTextType -androidx.appcompat.resources.R$style: int TextAppearance_Compat_Notification_Info -okhttp3.internal.http2.Header: java.lang.String TARGET_SCHEME_UTF8 -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Medium -androidx.preference.R$attr: int fastScrollVerticalTrackDrawable -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getCo() -androidx.work.R$id: int accessibility_custom_action_18 -androidx.preference.R$color: int background_material_dark -com.tencent.bugly.crashreport.a: boolean setNativeIsAppForeground(boolean) -cyanogenmod.app.PartnerInterface: void setAirplaneModeEnabled(boolean) -wangdaye.com.geometricweather.R$array: int temperature_units_long -androidx.preference.R$style: int Widget_AppCompat_Toolbar_Button_Navigation -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getTempMin() -androidx.coordinatorlayout.R$attr: int layout_anchorGravity -com.google.android.material.R$styleable: int FontFamily_fontProviderPackage -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintVertical_chainStyle -okhttp3.internal.http2.Http2Connection$PingRunnable: okhttp3.internal.http2.Http2Connection this$0 -com.tencent.bugly.crashreport.common.strategy.a: com.tencent.bugly.crashreport.common.strategy.StrategyBean b(com.tencent.bugly.crashreport.common.strategy.a) -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode CLOUDY -wangdaye.com.geometricweather.common.ui.widgets.TagView: TagView(android.content.Context,android.util.AttributeSet) -com.google.android.material.textfield.TextInputLayout: int getBaseline() -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: java.lang.Object singleItem -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: java.lang.String getCode() -wangdaye.com.geometricweather.R$style: int Theme_Design_Light_BottomSheetDialog -com.jaredrummler.android.colorpicker.R$styleable: int ColorPanelView_cpv_colorShape -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: void setStreet_number(java.lang.String) -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: void dispose() -okhttp3.internal.http2.Http2Connection: void writeSynReply(int,boolean,java.util.List) -com.google.android.material.datepicker.MaterialDatePicker: MaterialDatePicker() -wangdaye.com.geometricweather.R$styleable: int ActionMode_closeItemLayout -wangdaye.com.geometricweather.R$styleable: int Constraint_android_id -okhttp3.CacheControl: boolean isPublic -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_dialog_btn_min_width -com.google.android.material.R$attr: int counterTextColor -androidx.appcompat.widget.ContentFrameLayout: ContentFrameLayout(android.content.Context,android.util.AttributeSet,int) -io.reactivex.Observable: io.reactivex.Observable delay(long,java.util.concurrent.TimeUnit) -androidx.appcompat.widget.SearchView$SearchAutoComplete: SearchView$SearchAutoComplete(android.content.Context,android.util.AttributeSet) -com.bumptech.glide.load.HttpException -okhttp3.internal.http.RealInterceptorChain: int readTimeout -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Geometry: java.lang.String type -james.adaptiveicon.R$dimen: int notification_action_icon_size -com.google.android.material.R$dimen: int abc_switch_padding -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: AccuMinuteResult$SummaryBean() -com.jaredrummler.android.colorpicker.R$drawable: int notification_bg_low -james.adaptiveicon.R$attr: int popupWindowStyle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Metric: int UnitType -okio.Buffer: void require(long) -com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar -androidx.lifecycle.extensions.R$color: int secondary_text_default_material_light -io.reactivex.internal.observers.DeferredScalarDisposable: int TERMINATED -androidx.viewpager2.R$drawable: int notification_bg_low -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: void onNext(java.lang.Object) -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionButton_Overflow -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Year -wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.util.List _queryWeatherEntity_AlertEntityList(java.lang.String,java.lang.String) -com.google.android.material.R$styleable: int AppCompatTheme_colorBackgroundFloating -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: javax.inject.Provider disposableProvider -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline -com.google.android.material.floatingactionbutton.FloatingActionButton: void setImageResource(int) -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow -androidx.core.R$drawable -com.google.android.material.R$styleable: int Layout_layout_goneMarginLeft -com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_windowAnimationStyle -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_icon_text_spacing -wangdaye.com.geometricweather.R$styleable: int Tooltip_android_padding -com.google.android.material.R$styleable: int AlertDialog_multiChoiceItemLayout -okhttp3.CacheControl: boolean noStore -androidx.fragment.R$styleable: int GradientColor_android_centerColor -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dialogPreferredPadding -wangdaye.com.geometricweather.R$string: int mtrl_picker_range_header_title -com.google.android.material.R$attr: int autoSizeTextType -wangdaye.com.geometricweather.R$attr: int persistent -com.amap.api.location.CoordinateConverter: com.amap.api.location.DPoint a -cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: android.os.IBinder asBinder() -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedNoLast: long serialVersionUID -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle -androidx.constraintlayout.widget.R$anim: int abc_fade_in -com.google.android.material.snackbar.SnackbarContentLayout: void setMaxInlineActionWidth(int) -com.turingtechnologies.materialscrollbar.R$attr: int tabPaddingStart -androidx.appcompat.R$styleable: int AppCompatTheme_actionBarSize -wangdaye.com.geometricweather.R$array: int subtitle_data -wangdaye.com.geometricweather.R$styleable: int MotionLayout_showPaths -androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_gapBetweenBars -com.turingtechnologies.materialscrollbar.R$attr: int closeIconVisible -io.reactivex.internal.schedulers.ScheduledRunnable: long serialVersionUID -com.google.android.material.R$styleable: int[] ScrimInsetsFrameLayout -wangdaye.com.geometricweather.R$attr: int closeIconVisible -james.adaptiveicon.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle -androidx.constraintlayout.widget.R$styleable: int Layout_layout_goneMarginRight -com.jaredrummler.android.colorpicker.R$attr: int voiceIcon -wangdaye.com.geometricweather.R$attr: int showText -wangdaye.com.geometricweather.R$styleable: int ActionBar_backgroundStacked -androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse -wangdaye.com.geometricweather.R$drawable: int flag_ro -okhttp3.internal.NamedRunnable -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout: FitSystemBarAppBarLayout(android.content.Context,android.util.AttributeSet,int) -androidx.preference.R$string: int abc_searchview_description_search -wangdaye.com.geometricweather.R$style: int Widget_Design_BottomSheet_Modal -androidx.drawerlayout.R$layout: int notification_action -com.jaredrummler.android.colorpicker.R$styleable: int CheckBoxPreference_android_summaryOn -wangdaye.com.geometricweather.common.basic.models.weather.Daily: float getHoursOfSun() -wangdaye.com.geometricweather.db.entities.AlertEntityDao: AlertEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) -com.amap.api.location.CoordUtil: void setLoadedSo(boolean) -com.xw.repo.bubbleseekbar.R$attr: int windowFixedWidthMajor -androidx.constraintlayout.widget.R$dimen: int abc_dialog_list_padding_top_no_title -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder encodedPassword(java.lang.String) -com.tencent.bugly.crashreport.common.info.a: long s -androidx.appcompat.R$styleable: int AppCompatTheme_actionBarStyle -org.greenrobot.greendao.AbstractDao: void deleteInTxInternal(java.lang.Iterable,java.lang.Iterable) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarStyle -com.tencent.bugly.crashreport.crash.c: void a(com.tencent.bugly.crashreport.crash.CrashDetailBean) -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: int getMinuteInterval() -io.reactivex.internal.subscriptions.DeferredScalarSubscription: void complete(java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int ColorPickerView_cpv_sliderColor -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ratingbar_small_material -cyanogenmod.alarmclock.ClockContract$AlarmsColumns: java.lang.String DAYS_OF_WEEK -com.tencent.bugly.proguard.ak: java.lang.String g -com.jaredrummler.android.colorpicker.R$attr: int layout_anchor -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_DrawerArrowToggle -wangdaye.com.geometricweather.db.entities.LocationEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.LocationEntity) -androidx.appcompat.R$color: int highlighted_text_material_dark -androidx.preference.R$string: int v7_preference_on -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getSuggest() -androidx.loader.R$dimen: int compat_control_corner_material -com.google.android.material.bottomnavigation.BottomNavigationPresenter$SavedState -com.xw.repo.bubbleseekbar.R$styleable: int[] BubbleSeekBar -com.google.android.material.R$dimen: int mtrl_tooltip_minWidth -wangdaye.com.geometricweather.R$styleable: int Slider_android_value -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_width -com.tencent.bugly.crashreport.crash.anr.a: java.lang.String e -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeSnowPrecipitation(java.lang.Float) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$DailyTemperature: java.lang.Float max -com.google.android.material.R$color: int mtrl_btn_text_btn_bg_color_selector -androidx.constraintlayout.widget.R$attr: int colorAccent -androidx.preference.R$style: int TextAppearance_Compat_Notification -androidx.appcompat.R$attr: int divider -androidx.vectordrawable.animated.R$styleable: int[] FontFamily -wangdaye.com.geometricweather.R$drawable: int ic_weather_alert -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: void setNames(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX) -android.didikee.donate.R$color: int accent_material_light -androidx.constraintlayout.widget.R$attr: int tooltipFrameBackground -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: boolean isDisposed() -io.reactivex.internal.util.EmptyComponent: boolean isDisposed() -androidx.appcompat.widget.ActionBarContainer: void setSplitBackground(android.graphics.drawable.Drawable) -com.google.android.material.R$attr: int textAppearancePopupMenuHeader -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatImageView_srcCompat -androidx.appcompat.widget.ScrollingTabContainerView: void setContentHeight(int) -androidx.preference.R$styleable: int AppCompatTheme_controlBackground -android.didikee.donate.R$id: int collapseActionView -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowMinWidthMinor -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_getProgress -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String Category -com.google.android.material.R$attr: int materialThemeOverlay -androidx.appcompat.view.menu.MenuPopup: void setOnDismissListener(android.widget.PopupWindow$OnDismissListener) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_android_windowIsFloating -com.jaredrummler.android.colorpicker.R$style: int Platform_ThemeOverlay_AppCompat_Dark -com.google.android.material.R$style: int Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog -androidx.vectordrawable.animated.R$dimen: int notification_top_pad_large_text -wangdaye.com.geometricweather.db.entities.DaoMaster$DevOpenHelper: void onUpgrade(org.greenrobot.greendao.database.Database,int,int) -androidx.preference.R$anim: int btn_checkbox_to_unchecked_check_path_merged_animation -retrofit2.Call: void cancel() -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_translationZ -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge -com.jaredrummler.android.colorpicker.R$attr: int allowDividerBelow -com.google.android.material.R$attr: int materialAlertDialogTitleTextStyle -wangdaye.com.geometricweather.R$layout: int cpv_dialog_presets -androidx.vectordrawable.R$styleable: int GradientColor_android_endX -james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property SnowPrecipitation -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setIconSize(int) -androidx.appcompat.widget.ActivityChooserView: ActivityChooserView(android.content.Context) -com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat_Light -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onScreenTurnedOn() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$3: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Compat_Notification_Time -com.google.android.material.R$style: int Base_Widget_AppCompat_ProgressBar -wangdaye.com.geometricweather.R$id: int parent -androidx.recyclerview.R$dimen: int item_touch_helper_swipe_escape_velocity -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_min -cyanogenmod.app.CustomTile: android.net.Uri onClickUri -wangdaye.com.geometricweather.R$styleable: int SearchView_submitBackground -com.tencent.bugly.proguard.ar: ar() -wangdaye.com.geometricweather.R$styleable: int MaterialButton_android_checkable -wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Title_Panel -retrofit2.ParameterHandler$Path -androidx.legacy.coreutils.R$drawable: int notification_bg_normal -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: java.lang.String unitId -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier -cyanogenmod.app.IProfileManager$Stub$Proxy: android.app.NotificationGroup[] getNotificationGroups() -cyanogenmod.app.CMContextConstants: java.lang.String CM_PROFILE_SERVICE -androidx.appcompat.widget.AppCompatSeekBar -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_bias -androidx.core.R$id: int accessibility_custom_action_17 -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_toRightOf -james.adaptiveicon.R$styleable: int AppCompatTextView_firstBaselineToTopHeight -com.google.android.gms.common.api.GoogleApiActivity: GoogleApiActivity() -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_DialogWhenLarge -com.google.android.gms.base.R$drawable: int common_google_signin_btn_text_disabled -com.google.android.material.R$styleable: int[] Insets -com.turingtechnologies.materialscrollbar.R$style: int CardView_Dark -wangdaye.com.geometricweather.R$attr: int colorButtonNormal -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver -retrofit2.Platform: retrofit2.Platform get() -com.xw.repo.bubbleseekbar.R$color: int material_blue_grey_900 -androidx.appcompat.R$attr: int tintMode -com.google.android.material.R$styleable: int CollapsingToolbarLayout_scrimAnimationDuration -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabPaddingTop -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void onError(java.lang.Throwable) -com.google.android.material.R$dimen: int material_emphasis_high_type -android.didikee.donate.R$styleable: int PopupWindow_overlapAnchor -androidx.hilt.work.R$id: int tag_unhandled_key_listeners -com.tencent.bugly.proguard.ap: boolean c -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Dialog -wangdaye.com.geometricweather.R$layout: int widget_week -com.google.android.material.R$dimen: int abc_button_inset_vertical_material -james.adaptiveicon.R$styleable: int FontFamilyFont_ttcIndex -wangdaye.com.geometricweather.R$styleable: int MaterialCardView_checkedIconMargin -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_EXPORT_WITH_RC4_40_MD5 -com.turingtechnologies.materialscrollbar.R$id: int radio -wangdaye.com.geometricweather.R$integer: int mtrl_chip_anim_duration -wangdaye.com.geometricweather.R$string: int content_desc_weather_alert_button -com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose -okhttp3.internal.Util$2: boolean val$daemon -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean setVibratorIntensity(int) -com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_text_color_selector -com.amap.api.location.AMapLocationClient: void stopAssistantLocation() -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_horizontalBias -com.baidu.location.LocationClientOption$LocationMode: com.baidu.location.LocationClientOption$LocationMode Battery_Saving -cyanogenmod.hardware.ICMHardwareService: cyanogenmod.hardware.DisplayMode[] getDisplayModes() -wangdaye.com.geometricweather.R$styleable: int Toolbar_contentInsetStartWithNavigation -com.google.android.material.R$dimen: int design_snackbar_max_width -androidx.hilt.R$anim -androidx.preference.R$styleable: int ActionBar_contentInsetLeft -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipIconSize -cyanogenmod.themes.ThemeManager$2 -james.adaptiveicon.R$attr: int logoDescription -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: java.lang.String zh_CN -wangdaye.com.geometricweather.R$dimen: int design_bottom_sheet_modal_elevation -com.tencent.bugly.proguard.aj: void a(java.lang.StringBuilder,int) -wangdaye.com.geometricweather.R$style: int Base_CardView -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean getAqi() -wangdaye.com.geometricweather.R$style: int Animation_AppCompat_DropDownUp -james.adaptiveicon.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 -wangdaye.com.geometricweather.R$dimen: int current_weather_icon_container_size -androidx.appcompat.R$attr: int editTextColor -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: CaiYunMainlyResult$YesterdayBean() -com.google.android.material.R$styleable: int AppCompatTheme_dialogTheme -androidx.preference.R$styleable: int PreferenceGroup_orderingFromXml -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_show_section_text -androidx.recyclerview.widget.RecyclerView: void removeOnChildAttachStateChangeListener(androidx.recyclerview.widget.RecyclerView$OnChildAttachStateChangeListener) -androidx.appcompat.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_DialogWhenLarge -com.tencent.bugly.crashreport.R: R() -io.reactivex.internal.disposables.EmptyDisposable: io.reactivex.internal.disposables.EmptyDisposable valueOf(java.lang.String) -android.didikee.donate.R$style: int TextAppearance_AppCompat_SearchResult_Title -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Imperial -androidx.preference.R$color: int foreground_material_light -wangdaye.com.geometricweather.R$attr: int selectable -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorError -com.jaredrummler.android.colorpicker.R$attr: int dialogLayout -io.reactivex.Observable: io.reactivex.Observable concatMapSingleDelayError(io.reactivex.functions.Function) -wangdaye.com.geometricweather.R$dimen: int mtrl_snackbar_margin -com.google.android.material.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework -com.google.android.material.R$animator: int linear_indeterminate_line1_tail_interpolator -com.turingtechnologies.materialscrollbar.R$styleable: int[] ActionMode -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_SearchResult -wangdaye.com.geometricweather.R$styleable: int[] AlertDialog -wangdaye.com.geometricweather.R$id: int custom -wangdaye.com.geometricweather.R$drawable: int notif_temp_39 -androidx.lifecycle.LifecycleRegistry$ObserverWithState: void dispatchEvent(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) -wangdaye.com.geometricweather.R$styleable: int MenuView_android_itemBackground -androidx.hilt.lifecycle.R$string -androidx.preference.R$attr: int alpha -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_DropDownItem -android.didikee.donate.R$styleable: int LinearLayoutCompat_showDividers -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial Imperial -cyanogenmod.app.CustomTile$ExpandedItem$1: cyanogenmod.app.CustomTile$ExpandedItem[] newArray(int) -com.amap.api.location.AMapLocation: java.lang.String COORD_TYPE_WGS84 -com.amap.api.fence.GeoFence: java.lang.String BUNDLE_KEY_FENCESTATUS -com.turingtechnologies.materialscrollbar.R$dimen: int design_textinput_caption_translate_y -com.google.android.material.textfield.TextInputLayout: void setExpandedHintEnabled(boolean) -com.amap.api.location.AMapLocationQualityReport: int GPS_STATUS_NOGPSPROVIDER -android.didikee.donate.R$styleable: int DrawerArrowToggle_gapBetweenBars -wangdaye.com.geometricweather.R$drawable: int notif_temp_105 -com.jaredrummler.android.colorpicker.R$attr: int color -com.google.android.material.button.MaterialButton: android.graphics.drawable.Drawable getIcon() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature WindChillTemperature -androidx.legacy.coreutils.R$dimen: R$dimen() -okhttp3.internal.http.HttpHeaders: okhttp3.Headers varyHeaders(okhttp3.Response) -wangdaye.com.geometricweather.R$attr: int triggerSlack -com.bumptech.glide.R$color: R$color() -com.google.android.material.R$styleable: int Constraint_android_id -com.google.android.material.progressindicator.ProgressIndicator: com.google.android.material.progressindicator.IndeterminateDrawable getIndeterminateDrawable() -android.didikee.donate.R$attr: int listChoiceBackgroundIndicator -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String content -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onBouncerShowing(boolean) -wangdaye.com.geometricweather.R$animator: int weather_thunderstorm_1 -androidx.appcompat.R$styleable: int AppCompatTheme_ratingBarStyleSmall -com.google.android.material.R$dimen: int mtrl_calendar_title_baseline_to_top_fullscreen -com.google.android.material.R$string: int fab_transformation_sheet_behavior -androidx.appcompat.R$anim: int btn_radio_to_on_mtrl_ring_outer_animation -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_lastVerticalStyle -james.adaptiveicon.R$styleable: int AppCompatTheme_windowActionBarOverlay -androidx.viewpager.widget.ViewPager: void setPageMarginDrawable(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.R$id: int material_clock_period_pm_button -okhttp3.internal.http.HttpHeaders: java.lang.String repeat(char,int) -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.disposables.Disposable upstream -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setPm25(java.lang.String) -androidx.preference.R$id: int off -com.google.android.material.R$styleable: int Constraint_android_transformPivotY -okhttp3.internal.http1.Http1Codec: okio.Sink newChunkedSink() -wangdaye.com.geometricweather.R$string: int common_google_play_services_unknown_issue -cyanogenmod.weather.WeatherLocation: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language ENGLISH_US -wangdaye.com.geometricweather.R$dimen: int design_navigation_padding_bottom -okhttp3.internal.http2.Http2Connection$Builder: java.net.Socket socket -wangdaye.com.geometricweather.R$color: int mtrl_fab_ripple_color -com.bumptech.glide.MemoryCategory: com.bumptech.glide.MemoryCategory NORMAL -com.google.android.material.R$styleable: int ConstraintSet_flow_wrapMode -com.turingtechnologies.materialscrollbar.R$attr: int alertDialogStyle -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind: AccuDailyResult$DailyForecasts$Night$Wind() -wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_android_windowFullscreen -io.reactivex.internal.subscriptions.SubscriptionArbiter: boolean isUnbounded() -androidx.appcompat.widget.SwitchCompat: int getCompoundPaddingRight() -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Dialog -androidx.activity.R$styleable: int GradientColor_android_tileMode -com.google.android.material.circularreveal.cardview.CircularRevealCardView: android.graphics.drawable.Drawable getCircularRevealOverlayDrawable() -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setBootanimation(java.lang.String) -android.didikee.donate.R$styleable: int AppCompatTheme_editTextColor -com.google.android.material.R$styleable: int AppCompatTextView_android_textAppearance -io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: long serialVersionUID -com.google.android.material.R$styleable: int ShapeAppearance_cornerFamilyTopRight -com.amap.api.fence.GeoFence: int k -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowFixedWidthMajor -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_buttonGravity -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_buttonGravity -okhttp3.MultipartBody: okio.ByteString boundary -androidx.hilt.work.R$styleable: int FragmentContainerView_android_name -cyanogenmod.app.CMContextConstants$Features: java.lang.String THEMES -wangdaye.com.geometricweather.main.MainActivityViewModel$Status: wangdaye.com.geometricweather.main.MainActivityViewModel$Status[] values() -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType Delete -androidx.appcompat.R$string: int abc_searchview_description_voice -okhttp3.internal.ws.RealWebSocket$CancelRunnable: RealWebSocket$CancelRunnable(okhttp3.internal.ws.RealWebSocket) -cyanogenmod.app.suggest.ApplicationSuggestion$1: java.lang.Object[] newArray(int) -james.adaptiveicon.R$style: int Base_Animation_AppCompat_Dialog -cyanogenmod.profiles.LockSettings$1: java.lang.Object createFromParcel(android.os.Parcel) -cyanogenmod.providers.CMSettings$System: long getLong(android.content.ContentResolver,java.lang.String,long) -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item -com.google.android.gms.base.R$styleable: int SignInButton_colorScheme -okhttp3.internal.http.HttpHeaders: java.util.List parseChallenges(okhttp3.Headers,java.lang.String) -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: int bufferSize -com.google.android.material.R$attr: int behavior_overlapTop -io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: FlowableOnBackpressureError$BackpressureErrorSubscriber(org.reactivestreams.Subscriber) -com.baidu.location.indoor.mapversion.c.a$d: java.lang.String a -androidx.coordinatorlayout.widget.CoordinatorLayout: void setFitsSystemWindows(boolean) -com.jaredrummler.android.colorpicker.R$styleable: int[] CompoundButton -com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy LOWER_CASE_WITH_UNDERSCORES -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_fontVariationSettings -androidx.constraintlayout.widget.R$attr: int layout_constraintRight_creator -androidx.coordinatorlayout.R$id: int accessibility_custom_action_30 -android.didikee.donate.R$string: int abc_capital_on -wangdaye.com.geometricweather.R$string: int settings_notification_hide_in_lockScreen_off -androidx.preference.R$styleable: int ActionBar_contentInsetStart -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DIALER_OPENCNAM_ACCOUNT_SID_VALIDATOR -androidx.loader.R$style: int Widget_Compat_NotificationActionText -androidx.lifecycle.AbstractSavedStateViewModelFactory: androidx.lifecycle.ViewModel create(java.lang.Class) -wangdaye.com.geometricweather.R$dimen: int abc_text_size_display_3_material -com.tencent.bugly.proguard.r: byte[] g -androidx.preference.R$styleable: int[] MenuGroup -androidx.recyclerview.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable -androidx.appcompat.widget.ContentFrameLayout: android.util.TypedValue getMinWidthMajor() -com.google.android.material.R$styleable: int ConstraintSet_android_minHeight -android.didikee.donate.R$styleable: int AppCompatTheme_colorBackgroundFloating -com.tencent.bugly.proguard.j: void a(java.lang.Object,int) -com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol: com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol HTTP -androidx.preference.R$attr: int actionButtonStyle -com.bumptech.glide.R$attr: int layout_behavior -com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_android_ttcIndex -io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: long serialVersionUID -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu -com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_listLayout -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Maximum: double Value -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition: AccuLocationResult$GeoPosition() -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation -androidx.appcompat.R$attr: int switchStyle -com.google.android.material.R$style: int TextAppearance_Design_Hint -com.turingtechnologies.materialscrollbar.R$style: int AlertDialog_AppCompat -com.jaredrummler.android.colorpicker.R$styleable: int ListPreference_android_entries -com.google.gson.stream.JsonReader: int PEEKED_DOUBLE_QUOTED -okio.Timeout$1 -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float getThunderstorm() -cyanogenmod.weatherservice.IWeatherProviderService$Stub: cyanogenmod.weatherservice.IWeatherProviderService asInterface(android.os.IBinder) -com.google.android.material.R$styleable: int AppCompatTheme_actionBarSplitStyle -com.turingtechnologies.materialscrollbar.R$attr: int lineSpacing -retrofit2.HttpServiceMethod: retrofit2.HttpServiceMethod parseAnnotations(retrofit2.Retrofit,java.lang.reflect.Method,retrofit2.RequestFactory) -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title -com.jaredrummler.android.colorpicker.ColorPreference: void setOnShowDialogListener(com.jaredrummler.android.colorpicker.ColorPreference$OnShowDialogListener) -com.google.android.material.card.MaterialCardView: android.graphics.drawable.Drawable getCheckedIcon() -com.amap.api.fence.PoiItem: java.lang.String i -james.adaptiveicon.R$string: int abc_capital_off -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_textLocale -io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: ObservableConcatWithSingle$ConcatWithObserver(io.reactivex.Observer,io.reactivex.SingleSource) -okio.Buffer: void close() -com.xw.repo.bubbleseekbar.R$attr: int bsb_auto_adjust_section_mark -wangdaye.com.geometricweather.R$id: int search_src_text -com.baidu.location.e.l$b: com.baidu.location.e.l$b a -wangdaye.com.geometricweather.R$id: int decelerateAndComplete -com.jaredrummler.android.colorpicker.R$bool: int abc_config_actionMenuItemAllCaps -com.turingtechnologies.materialscrollbar.R$attr: int textInputStyle -wangdaye.com.geometricweather.R$string: int precipitation -androidx.appcompat.R$id: int on -wangdaye.com.geometricweather.R$dimen: int abc_disabled_alpha_material_dark -wangdaye.com.geometricweather.R$attr: int layout_keyline -androidx.appcompat.R$color: int ripple_material_light -io.reactivex.internal.util.ArrayListSupplier: java.util.List apply(java.lang.Object) -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: void run() -com.turingtechnologies.materialscrollbar.R$color: int highlighted_text_material_dark -androidx.dynamicanimation.R$id: int notification_main_column_container -com.google.android.material.R$styleable: int MaterialRadioButton_useMaterialThemeColors -androidx.preference.R$styleable: int AppCompatTheme_actionOverflowMenuStyle -com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_previewSize -com.tencent.bugly.crashreport.CrashReport: void initCrashReport(android.content.Context,com.tencent.bugly.crashreport.CrashReport$UserStrategy) -androidx.constraintlayout.widget.R$attr: int layout_constraintTop_toTopOf -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_TEMPERATURE_NIGHT_VALIDATOR -com.google.android.material.R$attr: int mock_diagonalsColor -com.tencent.bugly.proguard.z: void a(java.lang.Class,java.lang.String,java.lang.Object,java.lang.Object) -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub$Proxy: IWeatherProviderServiceClient$Stub$Proxy(android.os.IBinder) -androidx.preference.R$styleable: int MenuItem_actionViewClass -cyanogenmod.app.ILiveLockScreenChangeListener$Stub$Proxy: ILiveLockScreenChangeListener$Stub$Proxy(android.os.IBinder) -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constrainedHeight -androidx.hilt.work.R$id: int tag_accessibility_actions -com.jaredrummler.android.colorpicker.R$styleable: int ActionMenuItemView_android_minWidth -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float NitrogenDioxide -android.didikee.donate.R$dimen: int abc_text_size_display_3_material -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Imperial: AccuCurrentResult$PrecipitationSummary$PastHour$Imperial() -androidx.loader.R$color: int secondary_text_default_material_light -wangdaye.com.geometricweather.R$attr: int nestedScrollFlags -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: io.reactivex.internal.queue.MpscLinkedQueue queue -com.tencent.bugly.crashreport.common.info.a: int ag -okhttp3.Cache$Entry: long receivedResponseMillis -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_PopupWindow -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: int getStatus() -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_alpha -androidx.fragment.R$attr: int fontProviderAuthority -wangdaye.com.geometricweather.R$id: int item_about_library -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_52 -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionMode_Inverse -com.jaredrummler.android.colorpicker.R$id: int shortcut -android.didikee.donate.R$color: int switch_thumb_material_light -wangdaye.com.geometricweather.R$integer: int config_tooltipAnimTime -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionMenuTextColor -com.google.android.material.R$attr: int colorOnPrimary -androidx.preference.R$dimen: int abc_text_size_display_4_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: void setEn_US(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int[] PreferenceImageView -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored -wangdaye.com.geometricweather.background.receiver.widget.WidgetTextProvider: WidgetTextProvider() -androidx.hilt.lifecycle.R$styleable: int GradientColor_android_endY -wangdaye.com.geometricweather.R$attr: int layout_insetEdge -com.amap.api.location.AMapLocation: void setErrorCode(int) -wangdaye.com.geometricweather.R$attr: int backgroundTint -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setSunSet(java.lang.String) -com.google.android.material.R$id: int submit_area -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: int sourceMode -com.google.android.material.R$dimen: int mtrl_shape_corner_size_medium_component -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$TotalLiquid TotalLiquid -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_20 -androidx.lifecycle.SavedStateHandle$SavingStateLiveData: void detach() -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property No2 -androidx.coordinatorlayout.R$styleable: int ColorStateListItem_android_color -cyanogenmod.app.IProfileManager: android.app.NotificationGroup[] getNotificationGroups() -cyanogenmod.app.Profile: int getDozeMode() -okio.RealBufferedSource: int readIntLe() -james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle -james.adaptiveicon.R$drawable: int abc_list_selector_holo_dark -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Headline -androidx.preference.R$id: int buttonPanel -com.tencent.bugly.proguard.x: boolean a(java.lang.Throwable) -com.tencent.bugly.BuglyStrategy$a: byte[] onCrashHandleStart2GetExtraDatas(int,java.lang.String,java.lang.String,java.lang.String) -androidx.preference.R$id: int start -androidx.work.R$bool: int workmanager_test_configuration -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_goneMarginStart -okhttp3.OkHttpClient$1 -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeTotalPrecipitationProbability() -com.google.android.material.R$attr: int colorControlHighlight -androidx.swiperefreshlayout.R$styleable: int[] ColorStateListItem -com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType[] values() -com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String b() -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken BEGIN_ARRAY -com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize -io.reactivex.Observable: io.reactivex.Observable withLatestFrom(io.reactivex.ObservableSource[],io.reactivex.functions.Function) -androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight -wangdaye.com.geometricweather.R$string: int minutely_overview -androidx.appcompat.R$color: int notification_action_color_filter -com.google.android.material.R$attr: int chipEndPadding -android.didikee.donate.R$dimen: int abc_dialog_fixed_height_minor -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Compat_Notification_Time -com.google.android.material.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse -okhttp3.internal.http2.Http2Stream: void addBytesToWriteWindow(long) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_lastHorizontalBias -okhttp3.internal.connection.RealConnection$1: void close() -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWindSpeed -com.google.android.material.R$layout: int material_timepicker_dialog -james.adaptiveicon.R$styleable: int AppCompatTheme_colorBackgroundFloating -com.google.android.material.R$dimen: int notification_top_pad -cyanogenmod.app.Profile$ExpandedDesktopMode -com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_layout_anchor -com.xw.repo.bubbleseekbar.R$id: int alertTitle -com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setBadgeIfNeeded(com.google.android.material.bottomnavigation.BottomNavigationItemView) -androidx.constraintlayout.widget.R$layout: int abc_action_mode_close_item_material -wangdaye.com.geometricweather.R$drawable: int abc_ab_share_pack_mtrl_alpha -com.tencent.bugly.proguard.y: boolean b(java.lang.String,java.lang.String,java.lang.String) -com.amap.api.location.AMapLocationClient: void onDestroy() -cyanogenmod.externalviews.ExternalViewProviderService -com.bumptech.glide.MemoryCategory: com.bumptech.glide.MemoryCategory[] values() -james.adaptiveicon.R$dimen: int abc_text_size_display_4_material -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_title_material_toolbar -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceScreenStyle -wangdaye.com.geometricweather.R$id: int widget_week_icon_4 -com.turingtechnologies.materialscrollbar.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable -wangdaye.com.geometricweather.R$string: int clear_text_end_icon_content_description -com.google.android.material.R$styleable: int AppCompatTheme_selectableItemBackground -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Caption -james.adaptiveicon.R$anim: int abc_popup_exit -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.Precipitation getPrecipitation() -okhttp3.OkHttpClient: okhttp3.Authenticator authenticator -androidx.viewpager.R$id: int chronometer -androidx.hilt.R$styleable: int GradientColor_android_endX -com.jaredrummler.android.colorpicker.R$layout: int abc_screen_toolbar -androidx.vectordrawable.R$styleable: int[] ColorStateListItem -cyanogenmod.externalviews.ExternalView$5: cyanogenmod.externalviews.ExternalView this$0 -wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity -cyanogenmod.app.CustomTile$RemoteExpandedStyle -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language valueOf(java.lang.String) -wangdaye.com.geometricweather.R$attr: int framePosition -cyanogenmod.themes.ThemeManager: void registerThemeChangeListener(cyanogenmod.themes.ThemeManager$ThemeChangeListener) -com.google.android.material.R$id: int accessibility_custom_action_30 -com.google.android.material.R$styleable: int ConstraintSet_motionStagger -cyanogenmod.hardware.ICMHardwareService: boolean requireAdaptiveBacklightForSunlightEnhancement() -com.google.android.material.R$id: int mtrl_calendar_days_of_week -okhttp3.internal.proxy.NullProxySelector: NullProxySelector() -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void ackSettings() -okhttp3.internal.Util: okio.ByteString UTF_32_LE_BOM -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property RealFeelShaderTemperature -retrofit2.CompletableFutureCallAdapterFactory: CompletableFutureCallAdapterFactory() -android.didikee.donate.R$styleable: int AppCompatTextView_textLocale -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_suffixTextAppearance -com.amap.api.location.AMapLocation: java.lang.String m(com.amap.api.location.AMapLocation,java.lang.String) -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getDisplayModes -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constrainedWidth -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_title_2 -okio.Buffer: okio.BufferedSink writeString(java.lang.String,java.nio.charset.Charset) -com.tencent.bugly.crashreport.biz.a: boolean d -com.google.android.material.button.MaterialButtonToggleGroup -com.tencent.bugly.crashreport.common.info.AppInfo: java.lang.String e(android.content.Context) -android.didikee.donate.R$style: int Base_Widget_AppCompat_SeekBar_Discrete -androidx.coordinatorlayout.R$dimen -com.turingtechnologies.materialscrollbar.R$color: int switch_thumb_material_dark -androidx.fragment.R$id: int accessibility_custom_action_0 -cyanogenmod.app.ProfileGroup$1: cyanogenmod.app.ProfileGroup[] newArray(int) -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void drainLoop() -androidx.preference.R$layout: int abc_alert_dialog_material -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setProgressBackgroundColor(int) -retrofit2.ParameterHandler$Body: int p -com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_colored_material -io.reactivex.internal.schedulers.ScheduledRunnable: java.lang.Object DONE -androidx.vectordrawable.animated.R$id: int forever -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintBaseline_creator -android.support.v4.os.ResultReceiver$MyRunnable: android.os.Bundle mResultData -androidx.drawerlayout.R$styleable: int FontFamily_fontProviderQuery -wangdaye.com.geometricweather.R$attr: int defaultDuration -com.google.android.material.tabs.TabLayout$TabView: com.google.android.material.badge.BadgeDrawable getOrCreateBadge() -wangdaye.com.geometricweather.R$attr: int layout_constrainedWidth -com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_maxActionInlineWidth -io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: boolean connected -com.google.android.material.R$styleable: int FloatingActionButton_shapeAppearance -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_navigationContentDescription -androidx.activity.R$id: int accessibility_custom_action_12 -androidx.lifecycle.AbstractSavedStateViewModelFactory: java.lang.String TAG_SAVED_STATE_HANDLE_CONTROLLER -com.jaredrummler.android.colorpicker.R$drawable: int abc_textfield_search_default_mtrl_alpha -cyanogenmod.weatherservice.WeatherProviderService: cyanogenmod.weatherservice.IWeatherProviderServiceClient mClient -com.google.android.material.R$animator: int linear_indeterminate_line2_head_interpolator -com.baidu.location.f: f() -com.tencent.bugly.crashreport.crash.h5.b: java.lang.String a -com.google.android.material.R$id: int textinput_counter -android.didikee.donate.R$anim: int abc_fade_out -com.xw.repo.bubbleseekbar.R$attr: int bsb_touch_to_seek -wangdaye.com.geometricweather.R$styleable: int[] FlowLayout -com.jaredrummler.android.colorpicker.R$styleable: int[] Preference -androidx.appcompat.R$string: int status_bar_notification_info_overflow -okhttp3.Address -okhttp3.Response$Builder: okhttp3.Request request -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: boolean isDisposed() -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.HourlyEntity) -com.google.android.material.R$styleable: int Transform_android_translationZ -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: double lat -androidx.lifecycle.ViewModelProviders: ViewModelProviders() -com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_fabCradleVerticalOffset -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_creator -com.amap.api.fence.PoiItem$1: PoiItem$1() -com.tencent.bugly.proguard.p: java.util.Map a(com.tencent.bugly.proguard.p,int,com.tencent.bugly.proguard.o) -com.google.android.material.R$attr: int textColorSearchUrl -com.github.rahatarmanahmed.cpv.CircularProgressView -androidx.appcompat.widget.AppCompatButton: AppCompatButton(android.content.Context,android.util.AttributeSet,int) -androidx.appcompat.R$styleable: int ActionBar_subtitle -com.amap.api.fence.GeoFence: int STATUS_UNKNOWN -androidx.preference.R$layout: int preference_widget_checkbox -james.adaptiveicon.R$attr: int closeIcon -com.google.android.material.R$style: int Base_Widget_MaterialComponents_CheckedTextView -wangdaye.com.geometricweather.R$style: int Platform_AppCompat -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language UNSIMPLIFIED_CHINESE -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void pushPromise(int,int,java.util.List) -com.google.android.gms.internal.location.zzbg: android.os.Parcelable$Creator CREATOR -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: void onError(java.lang.Throwable) -androidx.constraintlayout.widget.R$id: int end -android.didikee.donate.R$styleable: int[] ActionMenuItemView -wangdaye.com.geometricweather.R$color: int darkPrimary_1 -wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: SlidingItemContainerLayout(android.content.Context,android.util.AttributeSet) -com.jaredrummler.android.colorpicker.R$dimen: int cpv_item_horizontal_padding -okhttp3.internal.http.RealResponseBody: long contentLength() -androidx.constraintlayout.widget.R$styleable: int MenuItem_contentDescription -cyanogenmod.app.CustomTile$1: java.lang.Object[] newArray(int) -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder pingInterval(long,java.util.concurrent.TimeUnit) -retrofit2.OptionalConverterFactory$OptionalConverter -wangdaye.com.geometricweather.R$id: int textTop -com.turingtechnologies.materialscrollbar.R$id: int start -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float no2 -cyanogenmod.app.IPartnerInterface$Stub$Proxy: void shutdown() -com.google.android.material.slider.RangeSlider: void setValueFrom(float) -okhttp3.Dispatcher: java.util.Deque runningAsyncCalls -okhttp3.Headers: java.lang.String[] namesAndValues -cyanogenmod.providers.CMSettings$NameValueCache: android.content.IContentProvider mContentProvider -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setBottomText(java.lang.String) -james.adaptiveicon.R$attr: int actionBarStyle -retrofit2.Retrofit: java.util.concurrent.Executor callbackExecutor -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: WeatherContract$WeatherColumns$WeatherCode() -com.google.android.material.R$styleable: int ForegroundLinearLayout_android_foreground -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_content_inset_with_nav -com.google.android.material.R$style: int Widget_AppCompat_Light_ActionMode_Inverse -okhttp3.internal.tls.BasicTrustRootIndex -io.reactivex.observers.DisposableObserver: void onStart() -wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: void setNightIndicatorRotation(float) -android.didikee.donate.R$attr: int selectableItemBackgroundBorderless -com.jaredrummler.android.colorpicker.R$drawable: int notification_bg_low_pressed -com.xw.repo.bubbleseekbar.R$layout: int abc_action_mode_close_item_material -cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_setDefaultSmsSub -com.tencent.bugly.crashreport.crash.anr.TraceFileHelper: void readTraceFile(java.lang.String,com.tencent.bugly.crashreport.crash.anr.TraceFileHelper$b) -com.tencent.bugly.proguard.s: com.tencent.bugly.proguard.s b -wangdaye.com.geometricweather.settings.fragments.AbstractSettingsFragment -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_26 -wangdaye.com.geometricweather.R$id: int item_weather_daily_overview_icon -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_year_vertical_padding -androidx.fragment.R$styleable: int[] ColorStateListItem -com.jaredrummler.android.colorpicker.R$color: int material_grey_900 -wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayVerticalProvider: WidgetClockDayVerticalProvider() -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintEnd_toStartOf -wangdaye.com.geometricweather.R$id: int guideline -com.google.android.material.R$styleable: int Chip_chipStartPadding -androidx.constraintlayout.widget.R$attr: int toolbarStyle -cyanogenmod.weather.WeatherInfo: java.lang.String getCity() -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_menu -wangdaye.com.geometricweather.R$id: int dialog_location_help_manageTitle -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ListView_Menu -androidx.preference.MultiSelectListPreference$SavedState: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$styleable: int Slider_trackColor -androidx.preference.PreferenceGroup: PreferenceGroup(android.content.Context,android.util.AttributeSet) -retrofit2.DefaultCallAdapterFactory -android.support.v4.app.INotificationSideChannel$Stub: int TRANSACTION_notify -androidx.appcompat.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_selection_text_baseline_to_bottom -com.xw.repo.bubbleseekbar.R$integer: int abc_config_activityShortDur -com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_startY -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.internal.TableStatements statements -com.google.android.material.R$attr: int tabPadding -com.amap.api.fence.GeoFence: java.util.List g -cyanogenmod.profiles.RingModeSettings$1: RingModeSettings$1() -androidx.coordinatorlayout.R$id: int tag_accessibility_clickable_spans -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: void setFrom(java.lang.String) -com.bumptech.glide.integration.okhttp.R$id: int notification_main_column_container -com.google.android.material.R$color: int abc_primary_text_disable_only_material_light -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_Button -androidx.lifecycle.Transformations$2$1: void onChanged(java.lang.Object) -io.reactivex.internal.queue.SpscArrayQueue: java.lang.Object lvElement(int) -com.google.android.material.R$styleable: int MaterialButton_iconSize -androidx.hilt.work.R$styleable: int ColorStateListItem_alpha -wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig alertEntityDaoConfig -androidx.preference.R$styleable: int PopupWindow_android_popupAnimationStyle -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: boolean active -wangdaye.com.geometricweather.R$drawable: int design_snackbar_background -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA -android.didikee.donate.R$attr: int popupMenuStyle -cyanogenmod.app.IProfileManager$Stub$Proxy: boolean profileExistsByName(java.lang.String) -cyanogenmod.externalviews.KeyguardExternalView$1: KeyguardExternalView$1(cyanogenmod.externalviews.KeyguardExternalView) -com.google.android.material.navigation.NavigationView: android.graphics.drawable.Drawable getItemBackground() -com.google.android.material.R$drawable: int abc_textfield_search_material -wangdaye.com.geometricweather.R$style: int Base_V28_Theme_AppCompat -io.reactivex.Observable: io.reactivex.Observable generate(java.util.concurrent.Callable,io.reactivex.functions.BiFunction) -wangdaye.com.geometricweather.settings.activities.SelectProviderActivity: SelectProviderActivity() -androidx.appcompat.R$drawable: int abc_btn_switch_to_on_mtrl_00012 -androidx.appcompat.R$attr: int alpha -androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: void setDropDownBackgroundResource(int) -com.tencent.bugly.proguard.ae -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dialogCornerRadius -wangdaye.com.geometricweather.R$attr: int yearStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: java.util.Date pubTime -okhttp3.Cache -com.google.android.material.appbar.AppBarLayout: int getPendingAction() -wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_height -com.jaredrummler.android.colorpicker.R$styleable: int Preference_summary -cyanogenmod.hardware.IThermalListenerCallback$Stub: java.lang.String DESCRIPTOR -com.turingtechnologies.materialscrollbar.R$color: int abc_background_cache_hint_selector_material_dark -wangdaye.com.geometricweather.R$string: int status_bar_notification_info_overflow -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: void setValue(java.util.List) -androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_fontVariationSettings -com.google.gson.stream.JsonReader: long peekedLong -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: int mainTextColorResId -androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableTransition_android_reversible -androidx.vectordrawable.R$styleable: int GradientColorItem_android_color -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner -cyanogenmod.externalviews.ExternalViewProviderService$1$1: android.os.Bundle val$options -wangdaye.com.geometricweather.R$string: int search_menu_title -wangdaye.com.geometricweather.R$id: int textinput_counter -com.xw.repo.bubbleseekbar.R$styleable: int[] ListPopupWindow -wangdaye.com.geometricweather.R$layout: int test_toolbar_surface -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary -androidx.appcompat.widget.ContentFrameLayout: ContentFrameLayout(android.content.Context) -com.amap.api.location.AMapLocationClient: AMapLocationClient(android.content.Context,android.content.Intent) -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode SNOW -com.tencent.bugly.proguard.ak: java.lang.String d -androidx.appcompat.resources.R$drawable -androidx.hilt.lifecycle.R$id: int tag_accessibility_pane_title -james.adaptiveicon.R$string: int abc_searchview_description_voice -androidx.appcompat.widget.AppCompatRadioButton: void setSupportBackgroundTintList(android.content.res.ColorStateList) -cyanogenmod.app.ILiveLockScreenChangeListener$Stub$Proxy: void onLiveLockScreenChanged(cyanogenmod.app.LiveLockScreenInfo) -androidx.preference.R$attr: int dialogTheme -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: java.lang.String time -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float getVisibility() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: AccuDailyResult$Headline() -wangdaye.com.geometricweather.common.ui.widgets.DonateImageView: DonateImageView(android.content.Context) -cyanogenmod.profiles.ConnectionSettings: boolean mDirty -cyanogenmod.weather.WeatherInfo: double mTodaysLowTemp -android.didikee.donate.R$styleable: int AppCompatTheme_windowActionModeOverlay -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial Imperial -com.turingtechnologies.materialscrollbar.R$attr: int buttonBarNegativeButtonStyle -androidx.activity.R$id: int tag_transition_group -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver -james.adaptiveicon.R$drawable: int abc_ic_menu_cut_mtrl_alpha -com.turingtechnologies.materialscrollbar.R$styleable: int ForegroundLinearLayout_foregroundInsidePadding -androidx.recyclerview.R$styleable: int FontFamily_fontProviderCerts -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamily_fontProviderPackage -com.google.android.material.slider.Slider: float getValueTo() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Metric: AccuCurrentResult$DewPoint$Metric() -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Long readKey(android.database.Cursor,int) -androidx.vectordrawable.R$dimen: int notification_action_icon_size -cyanogenmod.weather.CMWeatherManager: android.os.Handler access$100(cyanogenmod.weather.CMWeatherManager) -io.reactivex.Observable: io.reactivex.Observable concatDelayError(java.lang.Iterable) -com.google.android.material.R$attr: int startIconTint -com.google.android.material.textfield.TextInputLayout$SavedState: android.os.Parcelable$Creator CREATOR -com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_spinBars -james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_textAppearance -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType[] values() -com.xw.repo.bubbleseekbar.R$color: int secondary_text_disabled_material_light -okhttp3.internal.http2.Http2Reader: Http2Reader(okio.BufferedSource,boolean) -cyanogenmod.hardware.ICMHardwareService: boolean setDisplayColorCalibration(int[]) -okhttp3.internal.http2.Http2Reader: void readPriority(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) -cyanogenmod.app.suggest.IAppSuggestManager: java.util.List getSuggestions(android.content.Intent) -androidx.drawerlayout.R$styleable: int FontFamilyFont_android_ttcIndex -com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_itemBackground -androidx.lifecycle.extensions.R$styleable: int FontFamily_fontProviderCerts -com.google.android.gms.common.R$integer: R$integer() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setCoDesc(java.lang.String) -com.turingtechnologies.materialscrollbar.R$drawable: int abc_tab_indicator_mtrl_alpha -cyanogenmod.app.ProfileGroup: ProfileGroup(android.os.Parcel,cyanogenmod.app.ProfileGroup$1) -com.jaredrummler.android.colorpicker.R$attr: int windowMinWidthMajor -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum: java.lang.String Unit -com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_font -androidx.room.MultiInstanceInvalidationService -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver(io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver) -com.tencent.bugly.crashreport.CrashReport: void closeBugly() -com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked -androidx.lifecycle.ProcessLifecycleOwner: android.os.Handler mHandler -okhttp3.internal.http2.Http2Connection$IntervalPingRunnable: okhttp3.internal.http2.Http2Connection this$0 -okhttp3.ConnectionPool -wangdaye.com.geometricweather.R$id: int middle -cyanogenmod.weatherservice.ServiceRequestResult$1: java.lang.Object createFromParcel(android.os.Parcel) -james.adaptiveicon.R$color: int material_grey_850 -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Description: java.lang.String Localized -wangdaye.com.geometricweather.R$styleable: int RoundCornerTransition_radius_to -androidx.transition.R$styleable: int GradientColor_android_startX -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: void dispose() -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_BATTERY_CIRCLE -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean sunRiseSet -androidx.constraintlayout.widget.R$style: int Base_V21_Theme_AppCompat_Light_Dialog -com.xw.repo.bubbleseekbar.R$attr: int actionModeBackground -com.xw.repo.bubbleseekbar.R$color: int ripple_material_dark -okhttp3.internal.http2.Http2Stream: boolean closeInternal(okhttp3.internal.http2.ErrorCode) -com.google.android.material.R$color: int material_on_surface_emphasis_medium -androidx.constraintlayout.widget.R$attr: int fontProviderFetchStrategy -androidx.preference.R$styleable: int StateListDrawable_android_exitFadeDuration -com.google.android.material.R$style: int Base_Widget_AppCompat_ActionMode -androidx.appcompat.R$styleable: int PopupWindow_android_popupAnimationStyle -wangdaye.com.geometricweather.common.basic.GeoDialog: GeoDialog() -com.bumptech.glide.integration.okhttp.R$styleable: int[] GradientColor -james.adaptiveicon.R$attr: int listPreferredItemHeight -com.google.android.material.R$style: int Widget_Design_TextInputLayout -cyanogenmod.providers.CMSettings$System -cyanogenmod.app.suggest.AppSuggestManager: cyanogenmod.app.suggest.IAppSuggestManager getService() -wangdaye.com.geometricweather.R$id: int ragweedIcon -androidx.appcompat.R$id: int notification_background -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric: AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric() -androidx.lifecycle.extensions.R$dimen: int notification_action_text_size -androidx.appcompat.R$styleable: int AppCompatTheme_viewInflaterClass -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView: PolylineAndHistogramView(android.content.Context,android.util.AttributeSet,int) -androidx.work.R$drawable: int notification_bg_normal_pressed -wangdaye.com.geometricweather.R$styleable: int[] NavigationView -cyanogenmod.externalviews.KeyguardExternalView$6 -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.String hourlyForecast -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Long getId() -com.google.android.material.chip.Chip: void setChipBackgroundColorResource(int) -com.google.android.material.R$styleable: int ColorStateListItem_android_color -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode[] values() -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_0 -com.turingtechnologies.materialscrollbar.R$attr: int listMenuViewStyle -wangdaye.com.geometricweather.R$drawable: int abc_list_divider_material -okhttp3.internal.http2.Hpack$Reader: void readLiteralHeaderWithIncrementalIndexingIndexedName(int) -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: java.lang.String type -wangdaye.com.geometricweather.R$id: int action_about -androidx.preference.R$attr: int panelMenuListWidth -androidx.customview.R$styleable: int FontFamilyFont_fontStyle -cyanogenmod.app.ICMStatusBarManager: void registerListener(cyanogenmod.app.ICustomTileListener,android.content.ComponentName,int) -androidx.lifecycle.AbstractSavedStateViewModelFactory: androidx.lifecycle.ViewModel create(java.lang.String,java.lang.Class,androidx.lifecycle.SavedStateHandle) -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_addProfile -com.google.android.material.R$attr: int dragThreshold -wangdaye.com.geometricweather.R$dimen: int mtrl_high_ripple_default_alpha -com.google.android.material.R$attr: int trackTintMode -wangdaye.com.geometricweather.R$id: int dialog_weather_hourly_subtitle -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_AES_128_CBC_SHA256 -androidx.appcompat.R$id: int icon_group -cyanogenmod.power.PerformanceManager: int PROFILE_BALANCED -wangdaye.com.geometricweather.R$attr: int actionModePopupWindowStyle -wangdaye.com.geometricweather.R$integer: int mtrl_btn_anim_delay_ms -com.google.android.material.R$animator: int mtrl_fab_transformation_sheet_expand_spec -com.turingtechnologies.materialscrollbar.R$attr: int actionBarTabBarStyle -androidx.fragment.R$dimen: int compat_notification_large_icon_max_height -androidx.preference.R$integer: int config_tooltipAnimTime -wangdaye.com.geometricweather.R$styleable: int ActionBar_contentInsetStartWithNavigation -wangdaye.com.geometricweather.R$animator: int mtrl_extended_fab_change_size_collapse_motion_spec -com.turingtechnologies.materialscrollbar.R$attr: int chipEndPadding -okhttp3.Response$Builder: okhttp3.Response$Builder cacheResponse(okhttp3.Response) -com.jaredrummler.android.colorpicker.R$layout: int abc_action_mode_bar -androidx.constraintlayout.widget.R$attr: int autoSizePresetSizes -com.google.android.material.R$styleable: int NavigationView_itemShapeInsetBottom -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemHeight -cyanogenmod.weatherservice.WeatherProviderService: android.os.Handler mHandler -retrofit2.RequestBuilder$ContentTypeOverridingRequestBody: void writeTo(okio.BufferedSink) -com.xw.repo.BubbleSeekBar: float getProgressFloat() -io.reactivex.Observable: io.reactivex.Maybe lastElement() -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1 -wangdaye.com.geometricweather.R$styleable: int NavigationView_shapeAppearanceOverlay -androidx.preference.R$integer: int status_bar_notification_info_maxnum -wangdaye.com.geometricweather.R$styleable: int[] MaterialCheckBox -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: java.lang.String unit -androidx.transition.R$attr: int fontProviderCerts -cyanogenmod.providers.DataUsageContract -com.google.android.material.R$dimen: int mtrl_calendar_day_vertical_padding -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: boolean isDisposed() -com.google.android.material.R$drawable: int abc_action_bar_item_background_material -androidx.preference.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog -com.xw.repo.bubbleseekbar.R$color: int button_material_dark -cyanogenmod.weather.WeatherLocation: java.lang.String access$302(cyanogenmod.weather.WeatherLocation,java.lang.String) -com.turingtechnologies.materialscrollbar.R$attr: int snackbarButtonStyle -androidx.transition.R$style: R$style() -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_SearchView_ActionBar -android.support.v4.os.IResultReceiver$Default: void send(int,android.os.Bundle) -androidx.vectordrawable.R$id: int tag_accessibility_actions -wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_active_text_size -wangdaye.com.geometricweather.R$color: int material_on_surface_stroke -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light_Dialog_Alert -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float rainPrecipitation -com.tencent.bugly.crashreport.common.info.a: java.lang.String s() -androidx.customview.R$color: int notification_action_color_filter -com.tencent.bugly.proguard.d: void b() -android.didikee.donate.R$color: int material_grey_600 -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorIconTintMode -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken BEGIN_OBJECT -com.google.android.material.R$dimen: int mtrl_low_ripple_default_alpha -wangdaye.com.geometricweather.R$styleable: int Chip_iconEndPadding -com.google.android.material.R$style: int Base_V26_Theme_AppCompat -cyanogenmod.weather.WeatherInfo: int mConditionCode -com.bumptech.glide.integration.okhttp.R$style: int TextAppearance_Compat_Notification_Time -androidx.preference.R$styleable: int[] ViewBackgroundHelper -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver -james.adaptiveicon.R$attr: int switchPadding -androidx.dynamicanimation.R$drawable -androidx.preference.PreferenceGroup -com.google.android.material.R$styleable: int Constraint_android_layout_marginStart -androidx.viewpager2.R$layout: int notification_action_tombstone -io.reactivex.internal.schedulers.ScheduledDirectPeriodicTask: long serialVersionUID -androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: int STATE_INACTIVE -cyanogenmod.content.Intent: java.lang.String URI_SCHEME_PACKAGE -okio.ByteString: int indexOf(okio.ByteString) -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Headline -androidx.constraintlayout.widget.R$styleable: int SearchView_android_focusable -io.reactivex.Observable: io.reactivex.Single lastOrError() -cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_SHOW_WEATHER -androidx.appcompat.R$attr: int windowFixedHeightMajor -com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status PENDING -com.bumptech.glide.integration.okhttp.R$dimen: int notification_top_pad -com.google.gson.stream.JsonReader: void beginArray() -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setRainPrecipitationProbability(java.lang.Float) -androidx.constraintlayout.widget.R$id: int home -com.xw.repo.bubbleseekbar.R$attr: int textAppearanceSearchResultSubtitle -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int LIGHT_SNOW_SHOWERS -androidx.cardview.widget.CardView: void setPreventCornerOverlap(boolean) -android.didikee.donate.R$styleable: int[] ViewStubCompat -com.google.android.material.slider.RangeSlider: void setThumbTintList(android.content.res.ColorStateList) -com.google.android.material.R$styleable: int KeyAttribute_curveFit -androidx.appcompat.R$styleable: int LinearLayoutCompat_android_gravity -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header -cyanogenmod.app.Profile: java.util.ArrayList mSecondaryUuids -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: java.lang.String getBrandId() -com.xw.repo.bubbleseekbar.R$id: int action_menu_presenter -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_always_show_bubble -cyanogenmod.app.suggest.AppSuggestManager: cyanogenmod.app.suggest.AppSuggestManager getInstance(android.content.Context) -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType InsertOrReplaceInTxArray -com.jaredrummler.android.colorpicker.R$string: int expand_button_title -retrofit2.adapter.rxjava2.BodyObservable: io.reactivex.Observable upstream -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: java.lang.String getSummary(android.content.Context,java.util.List) -cyanogenmod.themes.ThemeChangeRequest$Builder: ThemeChangeRequest$Builder(android.content.res.ThemeConfig) -com.google.android.material.R$drawable: int notification_bg_normal_pressed -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getTemperature(android.content.Context,java.lang.Integer,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) -com.turingtechnologies.materialscrollbar.R$drawable: int design_bottom_navigation_item_background -io.reactivex.Observable: io.reactivex.Observable concatMap(io.reactivex.functions.Function,int) -androidx.core.R$dimen: int compat_button_inset_horizontal_material -okhttp3.internal.http2.Http2Connection: int OKHTTP_CLIENT_WINDOW_SIZE -com.turingtechnologies.materialscrollbar.R$string: int abc_searchview_description_submit -androidx.appcompat.R$string: int abc_action_mode_done -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SUNNY -androidx.preference.R$attr: int drawableStartCompat -androidx.loader.R$styleable: int ColorStateListItem_alpha -wangdaye.com.geometricweather.R$layout: int spinner_text -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: void slideLockscreenIn() -androidx.recyclerview.R$id: int item_touch_helper_previous_elevation -com.tencent.bugly.proguard.a: void a(java.lang.String) -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken BOOLEAN -com.google.android.material.R$styleable: int GradientColor_android_startY -android.didikee.donate.R$drawable: int abc_btn_radio_to_on_mtrl_015 -okio.GzipSource: long read(okio.Buffer,long) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Light_ActionBar_Solid -wangdaye.com.geometricweather.R$styleable: int Slider_labelBehavior -com.google.android.material.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_translationX -wangdaye.com.geometricweather.R$styleable: int SwitchPreference_switchTextOff -com.tencent.bugly.crashreport.crash.c: com.tencent.bugly.crashreport.crash.c r -androidx.appcompat.R$dimen: int abc_action_bar_default_height_material -okhttp3.MediaType: okhttp3.MediaType get(java.lang.String) -com.turingtechnologies.materialscrollbar.R$styleable: int ActionMenuItemView_android_minWidth -com.xw.repo.bubbleseekbar.R$color: int switch_thumb_material_light -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getBootanimationThemePackageName() -com.google.android.material.R$color: int material_grey_300 -com.xw.repo.bubbleseekbar.R$bool: R$bool() -com.jaredrummler.android.colorpicker.R$style: int Base_V22_Theme_AppCompat_Light -io.reactivex.Observable: io.reactivex.Single sequenceEqual(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiPredicate,int) -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_android_baselineAligned -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_startY -android.didikee.donate.R$styleable: int MenuItem_iconTint -james.adaptiveicon.R$styleable: int SearchView_voiceIcon -wangdaye.com.geometricweather.R$styleable: int MaterialButton_rippleColor -androidx.vectordrawable.animated.R$attr: R$attr() -com.turingtechnologies.materialscrollbar.R$styleable: int CardView_android_minWidth -androidx.appcompat.widget.AppCompatTextView: void setSupportCompoundDrawablesTintList(android.content.res.ColorStateList) -androidx.fragment.R$styleable: R$styleable() -com.amap.api.fence.GeoFence: float getMaxDis2Center() -wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: void setBottomIconDrawable(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_elevation -com.jaredrummler.android.colorpicker.R$styleable: int Spinner_android_popupBackground -io.reactivex.internal.schedulers.ScheduledRunnable: void dispose() -com.google.android.material.slider.RangeSlider: void setValueTo(float) -androidx.viewpager2.R$attr: int fastScrollHorizontalThumbDrawable -androidx.appcompat.R$style: int TextAppearance_AppCompat_Large_Inverse -wangdaye.com.geometricweather.background.receiver.widget.AbstractWidgetProvider: AbstractWidgetProvider() -androidx.appcompat.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_RC4_128_SHA -wangdaye.com.geometricweather.R$color: int ripple_material_dark -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: int getTemperature() -cyanogenmod.externalviews.ExternalView$6: ExternalView$6(cyanogenmod.externalviews.ExternalView) -androidx.lifecycle.ProcessLifecycleOwner$2: androidx.lifecycle.ProcessLifecycleOwner this$0 -androidx.legacy.coreutils.R$styleable: int GradientColorItem_android_offset -okhttp3.ConnectionSpec: void apply(javax.net.ssl.SSLSocket,boolean) -io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(int,long,java.util.concurrent.TimeUnit) -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone TimeZone -androidx.appcompat.R$drawable: int abc_ic_star_black_16dp -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$2: ExternalViewProviderService$Provider$ProviderImpl$2(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) -com.google.android.material.R$styleable: int MaterialCalendar_daySelectedStyle -androidx.coordinatorlayout.R$id: int accessibility_custom_action_31 -okhttp3.Authenticator$1: okhttp3.Request authenticate(okhttp3.Route,okhttp3.Response) -com.tencent.bugly.proguard.j: void a(boolean,int) -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language getInstance(java.lang.String) -com.google.android.material.chip.Chip: void setCloseIconEndPaddingResource(int) -com.google.android.material.chip.Chip: void setCloseIconTint(android.content.res.ColorStateList) -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_default -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Empty -androidx.recyclerview.widget.RecyclerView: void setLayoutManager(androidx.recyclerview.widget.RecyclerView$LayoutManager) -androidx.work.ListenableWorker -androidx.preference.R$style: int Base_Animation_AppCompat_DropDownUp -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.ChineseCityEntity) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: long serialVersionUID -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_weight -cyanogenmod.providers.CMSettings$Global: cyanogenmod.providers.CMSettings$NameValueCache sNameValueCache -cyanogenmod.themes.ThemeManager$2$1: java.lang.String val$pkgName -android.didikee.donate.R$id: int progress_horizontal -cyanogenmod.externalviews.ExternalView$6: cyanogenmod.externalviews.ExternalView this$0 -com.amap.api.location.AMapLocationQualityReport: long f -androidx.constraintlayout.widget.R$styleable: int[] TextAppearance -androidx.coordinatorlayout.R$styleable: int FontFamily_fontProviderQuery -androidx.appcompat.widget.ActionMenuView: int getWindowAnimations() -retrofit2.http.FieldMap -com.jaredrummler.android.colorpicker.R$layout: int cpv_preference_circle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Metric -okhttp3.internal.http2.Http2Connection$6: okio.Buffer val$buffer -androidx.lifecycle.ProcessLifecycleOwnerInitializer: int delete(android.net.Uri,java.lang.String,java.lang.String[]) -com.turingtechnologies.materialscrollbar.R$id: int wrap_content -androidx.constraintlayout.widget.R$id: int submenuarrow -androidx.customview.R$style -android.didikee.donate.R$style: int Platform_Widget_AppCompat_Spinner -wangdaye.com.geometricweather.R$styleable: int ActionBar_title -androidx.vectordrawable.R$dimen: int notification_big_circle_margin -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_firstHorizontalBias -androidx.preference.R$dimen: int item_touch_helper_max_drag_scroll_per_frame -wangdaye.com.geometricweather.R$drawable: int mtrl_ic_arrow_drop_down -cyanogenmod.app.ICMTelephonyManager: java.util.List getSubInformation() -wangdaye.com.geometricweather.common.ui.widgets.TagView -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_BATTERY_STYLE_VALIDATOR -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather: java.lang.String img -androidx.swiperefreshlayout.R$id: int icon -com.google.android.gms.base.R$string: int common_google_play_services_install_button -android.didikee.donate.R$styleable: int AppCompatTheme_actionBarTheme -androidx.preference.R$id: int src_over -com.jaredrummler.android.colorpicker.R$attr: int alertDialogButtonGroupStyle -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_10 -com.google.android.material.R$styleable: int AppBarLayout_android_background -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_SeekBar -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon -cyanogenmod.app.Profile$TriggerState: int ON_CONNECT -com.google.android.gms.internal.location.zzac -wangdaye.com.geometricweather.R$string: int abc_searchview_description_query -james.adaptiveicon.R$styleable: int AlertDialog_listItemLayout -androidx.appcompat.R$attr: int listPreferredItemPaddingLeft -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView: int getMarginBottom() -wangdaye.com.geometricweather.R$styleable: int Constraint_android_maxWidth -com.xw.repo.bubbleseekbar.R$color: int accent_material_dark -com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents_Bridge -android.didikee.donate.R$attr: int showText -io.reactivex.internal.subscriptions.BasicQueueSubscription: long serialVersionUID -com.google.android.material.R$styleable: int MenuItem_android_id -wangdaye.com.geometricweather.R$drawable: int notif_temp_100 -james.adaptiveicon.R$style: int TextAppearance_AppCompat_SearchResult_Title -okhttp3.internal.http2.Hpack: int PREFIX_4_BITS -wangdaye.com.geometricweather.R$anim: int fragment_main_pop_enter -wangdaye.com.geometricweather.weather.apis.CaiYunApi -androidx.viewpager2.R$id: int accessibility_custom_action_18 -com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_progress -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Small -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: void setAdaptiveWidthEnabled(boolean) -com.google.android.material.R$dimen: int mtrl_btn_padding_top -com.google.android.material.internal.CheckableImageButton$SavedState -com.tencent.bugly.crashreport.common.info.a: java.util.Map v() -okhttp3.internal.connection.RouteSelector$Selection: okhttp3.Route next() -com.tencent.bugly.proguard.z: java.util.Map b(android.os.Parcel) -wangdaye.com.geometricweather.R$color: int colorAccent_light -androidx.appcompat.R$dimen: int highlight_alpha_material_dark -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawable_android_dither -androidx.appcompat.R$styleable: int SearchView_layout -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: java.lang.String getSourceId() -android.didikee.donate.R$id: int homeAsUp -james.adaptiveicon.R$attr: int contentInsetRight -com.google.android.material.R$attr: int actionModeFindDrawable -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: org.reactivestreams.Subscription upstream -androidx.lifecycle.LiveData: void setValue(java.lang.Object) -cyanogenmod.weather.RequestInfo: cyanogenmod.weather.IRequestInfoListener access$102(cyanogenmod.weather.RequestInfo,cyanogenmod.weather.IRequestInfoListener) -androidx.preference.R$styleable: int FontFamilyFont_fontStyle -com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_allowPresets -com.google.android.material.R$styleable: int SearchView_voiceIcon -cyanogenmod.app.suggest.IAppSuggestProvider$Stub: java.lang.String DESCRIPTOR -androidx.coordinatorlayout.R$attr: int keylines -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_visible -wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_Dark -wangdaye.com.geometricweather.R$string: int key_card_alpha -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.util.Map rights -androidx.hilt.R$id: int forever -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_31 -android.support.v4.os.ResultReceiver$1: java.lang.Object[] newArray(int) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Metric Metric -androidx.appcompat.widget.ViewStubCompat: int getLayoutResource() -wangdaye.com.geometricweather.R$string: int feedback_refresh_ui_after_refresh -wangdaye.com.geometricweather.R$dimen: int mtrl_exposed_dropdown_menu_popup_vertical_padding -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintCircleRadius -cyanogenmod.app.Profile: boolean isDirty() -androidx.lifecycle.LiveData$LifecycleBoundObserver: androidx.lifecycle.LifecycleOwner mOwner -androidx.appcompat.R$styleable: int MenuItem_android_icon -wangdaye.com.geometricweather.background.receiver.widget.WidgetTrendDailyProvider -okhttp3.internal.http2.Http2Reader$Handler -androidx.swiperefreshlayout.R$id: int icon_group -androidx.constraintlayout.widget.R$id: int buttonPanel -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_editTextPreferenceStyle -com.amap.api.location.AMapLocationQualityReport: com.amap.api.location.AMapLocationQualityReport clone() -androidx.preference.R$drawable: int notification_bg_low_pressed -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Small -james.adaptiveicon.R$dimen: int highlight_alpha_material_light -wangdaye.com.geometricweather.R$drawable: int weather_snow_mini_xml -android.didikee.donate.R$layout: int abc_activity_chooser_view -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintStart_toStartOf -wangdaye.com.geometricweather.R$id: int widget_remote -com.jaredrummler.android.colorpicker.R$attr: int keylines -com.google.gson.FieldNamingPolicy$1 -androidx.appcompat.widget.ActionMenuView: void setExpandedActionViewsExclusive(boolean) -androidx.lifecycle.extensions.R$id: int tag_unhandled_key_event_manager -james.adaptiveicon.R$styleable: int AppCompatTextView_fontVariationSettings -androidx.appcompat.R$attr: int actionBarWidgetTheme -com.google.android.material.R$style: int Animation_MaterialComponents_BottomSheetDialog -androidx.preference.R$styleable: int RecyclerView_android_descendantFocusability -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircleView: CircleView(android.content.Context) -com.google.android.material.floatingactionbutton.FloatingActionButton: void setShadowPaddingEnabled(boolean) -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Dialog_MinWidth -com.google.android.material.R$styleable: int TextAppearance_android_shadowRadius -io.reactivex.internal.disposables.DisposableHelper: io.reactivex.internal.disposables.DisposableHelper[] values() -com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_seekBarIncrement -io.reactivex.Observable: io.reactivex.Observable sorted() -com.turingtechnologies.materialscrollbar.R$drawable: int abc_cab_background_internal_bg -okhttp3.internal.http2.Http2Connection$Builder: Http2Connection$Builder(boolean) -androidx.lifecycle.FullLifecycleObserver: void onCreate(androidx.lifecycle.LifecycleOwner) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_25 -androidx.constraintlayout.widget.R$drawable: int abc_ic_menu_share_mtrl_alpha -com.turingtechnologies.materialscrollbar.R$attr: int tabTextColor -com.xw.repo.bubbleseekbar.R$attr: int actionOverflowMenuStyle -com.google.android.material.R$dimen: int mtrl_calendar_pre_l_text_clip_padding -androidx.preference.R$dimen: int abc_list_item_padding_horizontal_material -com.google.android.material.R$styleable: int AppCompatTheme_checkedTextViewStyle -androidx.appcompat.widget.Toolbar: void setNavigationContentDescription(int) -wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayVerticalWidgetConfigActivity: Hilt_ClockDayVerticalWidgetConfigActivity() -androidx.preference.R$attr: int contentInsetEndWithActions -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: MfForecastResult$Forecast() -androidx.preference.R$attr: int textAppearanceSmallPopupMenu -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_android_background -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Imperial: int UnitType -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse -android.didikee.donate.R$dimen: int abc_text_size_small_material -androidx.preference.R$styleable: int PreferenceTheme_preferenceTheme -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_Behavior_Layout_behavior_autoHide -wangdaye.com.geometricweather.R$id: int material_clock_face -com.xw.repo.bubbleseekbar.R$id: int text2 -androidx.appcompat.widget.SwitchCompat: void setShowText(boolean) -okhttp3.internal.http2.Http2Reader: boolean nextFrame(boolean,okhttp3.internal.http2.Http2Reader$Handler) -okhttp3.MultipartBody$Builder: okhttp3.MultipartBody$Builder addPart(okhttp3.Headers,okhttp3.RequestBody) -com.github.rahatarmanahmed.cpv.CircularProgressView: CircularProgressView(android.content.Context,android.util.AttributeSet) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorControlNormal -android.didikee.donate.R$id: int action_mode_bar_stub -wangdaye.com.geometricweather.R$styleable: int Chip_textEndPadding -wangdaye.com.geometricweather.db.entities.MinutelyEntity: long getTime() -james.adaptiveicon.R$id: int actions -com.google.android.material.chip.Chip: android.content.res.ColorStateList getChipIconTint() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeRealFeelTemperature -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu -androidx.appcompat.R$styleable: int AppCompatTheme_actionButtonStyle -cyanogenmod.profiles.BrightnessSettings: void getXmlString(java.lang.StringBuilder,android.content.Context) -androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd -com.jaredrummler.android.colorpicker.R$color: int material_grey_800 -james.adaptiveicon.R$attr: int actionProviderClass -com.google.android.material.R$attr: int cornerFamilyTopRight -retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter -cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: void cancelRequest(int) -okio.ByteString: java.lang.String utf8() -okio.DeflaterSink: java.lang.String toString() -com.google.android.gms.common.internal.zag -io.reactivex.internal.functions.Functions$NaturalComparator: int compare(java.lang.Object,java.lang.Object) -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: boolean done -androidx.preference.R$styleable: int Toolbar_subtitleTextColor -okio.SegmentedByteString: java.lang.Object writeReplace() -okhttp3.internal.connection.RouteSelector: java.util.List proxies -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintTop_toTopOf -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintLeft_toRightOf -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: void onNext(java.lang.Object) -com.jaredrummler.android.colorpicker.R$dimen: int abc_alert_dialog_button_bar_height -androidx.preference.R$styleable: int MenuView_android_headerBackground -com.amap.api.location.CoordinateConverter$1: int[] a -cyanogenmod.externalviews.ExternalViewProviderService$Provider: void onDetach() -cyanogenmod.providers.CMSettings$System$1: boolean validate(java.lang.String) -com.turingtechnologies.materialscrollbar.R$attr: int autoSizeTextType -androidx.constraintlayout.widget.R$attr: int viewInflaterClass -android.didikee.donate.R$color: int primary_text_disabled_material_light -androidx.core.view.GestureDetectorCompat$GestureDetectorCompatImplBase -okhttp3.internal.ws.RealWebSocket$CancelRunnable: void run() -com.tencent.bugly.proguard.z: java.lang.Object a(java.lang.String,java.lang.String,java.lang.Object,java.lang.Class[],java.lang.Object[]) -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String getStreet_number() -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator -org.greenrobot.greendao.AbstractDao: java.lang.String getTablename() -wangdaye.com.geometricweather.background.polling.basic.AwakeForegroundUpdateService -io.reactivex.internal.functions.Functions$HashSetCallable: io.reactivex.internal.functions.Functions$HashSetCallable[] values() -androidx.constraintlayout.widget.R$attr: int buttonBarPositiveButtonStyle -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceLargePopupMenu -androidx.preference.R$attr: int listPreferredItemPaddingStart -com.google.android.material.R$id: int spread -androidx.appcompat.widget.AppCompatRadioButton: android.graphics.PorterDuff$Mode getSupportButtonTintMode() -androidx.customview.R$id: int notification_background -okhttp3.internal.cache.DiskLruCache: int redundantOpCount -okhttp3.internal.ws.WebSocketWriter$FrameSink: long contentLength -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeDegreeDayTemperature -androidx.viewpager.widget.ViewPager: int getOffscreenPageLimit() -androidx.recyclerview.R$dimen: int notification_large_icon_width -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver -androidx.swiperefreshlayout.R$attr: R$attr() -androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event[] values() -com.xw.repo.bubbleseekbar.R$drawable: int tooltip_frame_light -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_second_track_size -com.google.android.material.snackbar.SnackbarContentLayout: SnackbarContentLayout(android.content.Context,android.util.AttributeSet) -androidx.core.graphics.drawable.IconCompatParcelizer: void write(androidx.core.graphics.drawable.IconCompat,androidx.versionedparcelable.VersionedParcel) -wangdaye.com.geometricweather.R$attr: int borderWidth -cyanogenmod.app.CustomTile$ExpandedItem$1: java.lang.Object[] newArray(int) -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_contentScrim -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_26 -androidx.activity.R$dimen: int notification_action_text_size -androidx.appcompat.R$styleable: int AnimatedStateListDrawableCompat_android_visible -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Metric: java.lang.String Unit -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: int capacityHint -com.jaredrummler.android.colorpicker.R$style: int Preference -com.google.android.material.R$attr: int state_lifted -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String no2Desc -io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable -androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionBar_TabView -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_commitIcon -cyanogenmod.platform.R$string: R$string() -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getSnowPrecipitation() -com.google.android.material.R$id: int parent -okhttp3.CacheControl: int minFreshSeconds() -androidx.appcompat.resources.R$styleable: int[] AnimatedStateListDrawableItem -com.google.android.material.R$attr: int motionProgress -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textColorSearchUrl -cyanogenmod.app.IPartnerInterface$Stub$Proxy: void setAirplaneModeEnabled(boolean) -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.lang.String getDate(java.lang.String) -androidx.legacy.coreutils.R$dimen: int compat_button_inset_horizontal_material -androidx.vectordrawable.animated.R$style: int TextAppearance_Compat_Notification_Info -androidx.constraintlayout.widget.R$layout: int abc_screen_content_include -com.turingtechnologies.materialscrollbar.R$dimen: int abc_control_inset_material -cyanogenmod.weather.IRequestInfoListener$Stub: IRequestInfoListener$Stub() -wangdaye.com.geometricweather.R$styleable: int MotionTelltales_telltales_tailScale -android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat -com.google.android.material.R$attr: int tabIndicatorFullWidth -wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge -wangdaye.com.geometricweather.R$styleable: int[] ViewPager2 -com.google.android.material.textfield.TextInputLayout: void setPlaceholderText(java.lang.CharSequence) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Metric: double Value -com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_elevation -com.google.android.material.R$layout: int mtrl_calendar_months -wangdaye.com.geometricweather.R$string: int feedback_enable_location_information -james.adaptiveicon.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox -com.google.android.material.slider.BaseSlider: void setTickVisible(boolean) -com.google.android.material.R$styleable: int AppCompatTextHelper_android_drawableBottom -retrofit2.RequestBuilder: void canonicalizeForPath(okio.Buffer,java.lang.String,int,int,boolean) -androidx.constraintlayout.widget.R$id: int triangle -androidx.fragment.R$id: int italic -com.google.android.gms.common.annotation.KeepName -cyanogenmod.os.Concierge$ParcelInfo: int mSizePosition -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_divider_thickness -com.jaredrummler.android.colorpicker.R$anim: int abc_slide_out_top -com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat_Dialog -cyanogenmod.app.IProfileManager$Stub$Proxy: boolean addProfile(cyanogenmod.app.Profile) -james.adaptiveicon.R$styleable: int MenuGroup_android_checkableBehavior -android.didikee.donate.R$styleable: int AppCompatTheme_dropDownListViewStyle -okhttp3.internal.ws.WebSocketProtocol: int B0_FLAG_RSV1 -com.tencent.bugly.crashreport.common.info.b: java.lang.String g() -io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.BiFunction,boolean) -james.adaptiveicon.R$id: int titleDividerNoCustom -com.google.android.material.R$styleable: int[] MockView -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_width -com.jaredrummler.android.colorpicker.R$styleable: int MenuGroup_android_menuCategory -okio.BufferedSource: long readLong() -com.google.android.material.R$style: int Base_V21_Theme_AppCompat_Light_Dialog -com.google.android.material.R$string: int fab_transformation_scrim_behavior -androidx.preference.R$color: int abc_background_cache_hint_selector_material_light -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: int city_code -com.google.android.material.R$id: int test_checkbox_app_button_tint -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light -com.google.android.material.R$styleable: int KeyPosition_keyPositionType -wangdaye.com.geometricweather.R$attr: int startIconCheckable -androidx.core.widget.NestedScrollView: float getVerticalScrollFactorCompat() -android.didikee.donate.R$styleable: int AppCompatTheme_actionModePopupWindowStyle -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Display4 -okio.BufferedSource: int readIntLe() -cyanogenmod.app.ProfileGroup: void writeToParcel(android.os.Parcel,int) -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: boolean done -androidx.preference.R$attr: int dialogCornerRadius -cyanogenmod.themes.IThemeService: void requestThemeChangeUpdates(cyanogenmod.themes.IThemeChangeListener) -wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String type -okio.BufferedSink: okio.BufferedSink writeByte(int) -androidx.constraintlayout.widget.R$attr: int collapseContentDescription -androidx.appcompat.widget.Toolbar: void setTitle(java.lang.CharSequence) -androidx.legacy.coreutils.R$style: int TextAppearance_Compat_Notification_Time -com.google.android.material.R$color: int mtrl_navigation_item_icon_tint -com.bumptech.glide.R$styleable: int FontFamilyFont_android_font -androidx.coordinatorlayout.R$styleable: int[] FontFamily -com.google.android.material.R$style: int Theme_MaterialComponents_DialogWhenLarge -wangdaye.com.geometricweather.R$layout: int material_time_input -cyanogenmod.hardware.CMHardwareManager: int GAMMA_CALIBRATION_BLUE_INDEX -androidx.appcompat.R$anim: int btn_checkbox_to_checked_box_outer_merged_animation -androidx.hilt.R$id: int accessibility_custom_action_1 -cyanogenmod.providers.CMSettings$Secure: boolean putFloatForUser(android.content.ContentResolver,java.lang.String,float,int) -androidx.appcompat.R$attr: int listPopupWindowStyle -io.reactivex.observers.DisposableObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.xw.repo.bubbleseekbar.R$styleable: int CompoundButton_buttonCompat -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: java.lang.Object v2 -okio.Buffer: boolean rangeEquals(okio.Segment,int,okio.ByteString,int,int) -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: void onComplete() -cyanogenmod.hardware.CMHardwareManager: java.lang.String readPersistentString(java.lang.String) -com.google.android.material.R$drawable: int material_ic_keyboard_arrow_right_black_24dp -okio.AsyncTimeout$2: long read(okio.Buffer,long) -com.google.gson.stream.JsonReader: boolean fillBuffer(int) -androidx.vectordrawable.R$styleable: int FontFamilyFont_fontStyle -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog -wangdaye.com.geometricweather.R$id: int touch_outside -androidx.loader.R$dimen: int notification_right_side_padding_top -wangdaye.com.geometricweather.db.entities.HistoryEntity: void setWeatherSource(java.lang.String) -androidx.appcompat.widget.AlertDialogLayout: AlertDialogLayout(android.content.Context) -cyanogenmod.app.Profile: void validateRingtones(android.content.Context) -com.tencent.bugly.proguard.p: java.util.List a(int) -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_CompoundButton_RadioButton -wangdaye.com.geometricweather.R$dimen: int abc_edit_text_inset_bottom_material -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -wangdaye.com.geometricweather.R$layout: int design_menu_item_action_area -com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_PLAY_QUEUE -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: io.reactivex.Observer downstream -androidx.constraintlayout.widget.R$id: int dragDown -okhttp3.internal.cache.DiskLruCache$1: void run() -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_background -wangdaye.com.geometricweather.R$string: int aqi_2 -androidx.constraintlayout.widget.R$id: int expand_activities_button -james.adaptiveicon.R$layout: int abc_alert_dialog_title_material -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton$ExtendedFloatingActionButtonBehavior: ExtendedFloatingActionButton$ExtendedFloatingActionButtonBehavior(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$attr: int flow_firstVerticalBias -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.Date getUpdateDate() -com.google.android.material.bottomnavigation.BottomNavigationMenuView -com.turingtechnologies.materialscrollbar.R$attr: int fontProviderCerts -androidx.constraintlayout.widget.R$id: int cos -wangdaye.com.geometricweather.R$styleable: int RecyclerView_fastScrollEnabled -wangdaye.com.geometricweather.R$layout: int widget_clock_day_week -com.amap.api.fence.GeoFence: boolean isAble() -okhttp3.Headers$Builder: Headers$Builder() -okhttp3.internal.http1.Http1Codec$ChunkedSource: long NO_CHUNK_YET -cyanogenmod.app.ProfileGroup: void setRingerOverride(android.net.Uri) -james.adaptiveicon.R$styleable: int TextAppearance_android_textColorLink -okhttp3.internal.http1.Http1Codec$FixedLengthSource: void close() -io.reactivex.internal.util.NotificationLite$SubscriptionNotification -androidx.swiperefreshlayout.R$dimen: int notification_large_icon_height -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_icon_2 -cyanogenmod.themes.IThemeService$Stub$Proxy: boolean isThemeBeingProcessed(java.lang.String) -com.google.android.material.R$styleable: int ProgressIndicator_circularInset -wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_dayInvalidStyle -okhttp3.internal.connection.RealConnection: boolean supportsUrl(okhttp3.HttpUrl) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: boolean done -com.google.android.gms.base.R$drawable: int common_google_signin_btn_icon_dark_focused -androidx.lifecycle.ProcessLifecycleOwner: androidx.lifecycle.Lifecycle getLifecycle() -android.didikee.donate.R$attr: int paddingTopNoTitle -wangdaye.com.geometricweather.R$id: int activity_card_display_manage_container -androidx.work.R$id: R$id() -com.tencent.bugly.crashreport.common.info.a: java.lang.String c() -io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: void replay(io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable) -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_showText -androidx.core.R$id: int accessibility_custom_action_22 -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: void dispose() -james.adaptiveicon.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle -androidx.cardview.R$styleable: int CardView_contentPaddingTop -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintVertical_weight -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light_DialogWhenLarge -wangdaye.com.geometricweather.R$color: int mtrl_textinput_filled_box_default_background_color -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean names -retrofit2.http.Field: java.lang.String value() -androidx.activity.R$styleable: int[] FontFamilyFont -com.tencent.bugly.Bugly: java.lang.Boolean isDev -com.bumptech.glide.R$attr: int ttcIndex -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getCloudCover() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_autoSizePresetSizes -wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme -androidx.recyclerview.R$id: int tag_accessibility_heading -wangdaye.com.geometricweather.db.entities.DailyEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) -androidx.hilt.R$styleable: int[] FontFamily -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_ratingBarStyleIndicator -android.didikee.donate.R$id: int textSpacerNoTitle -com.jaredrummler.android.colorpicker.R$anim: int abc_fade_out -androidx.appcompat.R$dimen: int disabled_alpha_material_dark -com.google.android.material.R$styleable: int AppCompatTextView_drawableBottomCompat -james.adaptiveicon.R$color: int accent_material_light -com.tencent.bugly.crashreport.biz.UserInfoBean: int q -com.bumptech.glide.integration.okhttp.R$id: int tag_unhandled_key_event_manager -androidx.constraintlayout.widget.R$anim: R$anim() -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarDivider -wangdaye.com.geometricweather.R$drawable: int ic_top -wangdaye.com.geometricweather.R$layout: int preference_widget_switch_compat -com.google.android.material.R$id: int material_clock_period_toggle -androidx.viewpager.R$styleable: int GradientColor_android_startColor -androidx.drawerlayout.R$layout: int notification_template_part_time -androidx.constraintlayout.widget.R$attr: int colorError -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_goneMarginTop -androidx.coordinatorlayout.R$id: int accessibility_custom_action_5 -androidx.constraintlayout.widget.R$styleable: int Constraint_constraint_referenced_ids -okhttp3.Connection: okhttp3.Protocol protocol() -androidx.fragment.R$id: int normal -com.tencent.bugly.crashreport.common.strategy.a: java.lang.String e() -com.jaredrummler.android.colorpicker.R$styleable: int ViewStubCompat_android_id -io.reactivex.Observable: io.reactivex.Observable merge(io.reactivex.ObservableSource,int) -androidx.viewpager2.R$attr: int fontProviderFetchTimeout -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_alpha -androidx.preference.R$styleable: int Spinner_android_popupBackground -androidx.preference.R$attr: int backgroundSplit -androidx.dynamicanimation.R$styleable: int GradientColorItem_android_offset -wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_AppbarPopupTheme_Dark -com.google.android.material.R$styleable: int Layout_layout_constraintVertical_bias -com.turingtechnologies.materialscrollbar.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer getRealFeelTemperature() -james.adaptiveicon.R$attr: int paddingStart -androidx.vectordrawable.animated.R$id: int action_divider -wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.lang.String description -com.baidu.location.e.l$b: com.baidu.location.e.l$b b -james.adaptiveicon.R$id: int search_bar -james.adaptiveicon.R$dimen: int abc_text_size_headline_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String weather -com.google.android.material.internal.ParcelableSparseBooleanArray -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipMinTouchTargetSize -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeCutDrawable -okhttp3.Response$Builder: okhttp3.Response$Builder message(java.lang.String) -com.google.android.material.R$attr: int defaultState -cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void onAttach(android.os.IBinder) -androidx.viewpager2.R$id: int tag_accessibility_actions -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintCircleAngle -retrofit2.adapter.rxjava2.Result: Result(retrofit2.Response,java.lang.Throwable) -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SNOW_FLURRIES -wangdaye.com.geometricweather.R$attr: int layout_constraintGuide_percent -com.google.android.material.R$attr: int track -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_ratingBarStyle -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_shadowColor -android.didikee.donate.R$attr: int spinnerStyle -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_skipCollapsed -okhttp3.internal.http.CallServerInterceptor: CallServerInterceptor(boolean) -cyanogenmod.app.Profile: java.util.UUID getUuid() -com.amap.api.fence.GeoFence: java.util.List h -androidx.appcompat.R$color: int abc_secondary_text_material_light -james.adaptiveicon.R$drawable: int abc_ic_star_black_36dp -androidx.swiperefreshlayout.R$styleable: int[] GradientColorItem -com.turingtechnologies.materialscrollbar.DragScrollBar: int getMode() -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$RainForecast: long date -wangdaye.com.geometricweather.R$attr: int hideOnContentScroll -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_SearchView -com.bumptech.glide.R$layout: R$layout() -cyanogenmod.app.CustomTileListenerService: void onCustomTileRemoved(cyanogenmod.app.StatusBarPanelCustomTile) -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_button_material -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert -androidx.hilt.lifecycle.R$id: int notification_main_column -androidx.lifecycle.extensions.R$id: int icon -com.jaredrummler.android.colorpicker.R$id: int title_template -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Slider -androidx.constraintlayout.widget.R$drawable: int abc_ic_menu_selectall_mtrl_alpha -io.reactivex.internal.observers.InnerQueuedObserver: boolean done -android.didikee.donate.R$id: int wrap_content -wangdaye.com.geometricweather.R$color: int mtrl_textinput_default_box_stroke_color -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_shapeAppearance -com.jaredrummler.android.colorpicker.R$attr: int disableDependentsState -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceHeadline6 -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constrainedHeight -com.turingtechnologies.materialscrollbar.R$attr: int autoSizeMinTextSize -com.google.android.gms.base.R$attr -androidx.vectordrawable.animated.R$style: int Widget_Compat_NotificationActionContainer -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum Minimum -retrofit2.Retrofit$Builder: retrofit2.Retrofit build() -com.jaredrummler.android.colorpicker.R$style: int Base_V7_Theme_AppCompat_Light -com.xw.repo.bubbleseekbar.R$string: int abc_action_bar_up_description -com.google.android.material.R$style: int Widget_MaterialComponents_CardView -androidx.lifecycle.extensions.R$styleable: int FragmentContainerView_android_name -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String windDircEnd -com.xw.repo.BubbleSeekBar: void setThumbColor(int) -okhttp3.internal.http2.Hpack$Reader: int maxDynamicTableByteCount() -cyanogenmod.providers.CMSettings$System: long getLongForUser(android.content.ContentResolver,java.lang.String,int) -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: void onNext(java.lang.Object) -io.reactivex.internal.schedulers.ScheduledDirectPeriodicTask -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature: AccuCurrentResult$WindChillTemperature() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature: AccuDailyResult$DailyForecasts$RealFeelTemperature() -org.greenrobot.greendao.AbstractDaoSession: long insert(java.lang.Object) -androidx.activity.R$string: int status_bar_notification_info_overflow -com.baidu.location.indoor.mapversion.c.c$b: double f -com.google.android.material.slider.BaseSlider: void setValues(java.util.List) -cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_CLOCK -com.google.android.material.R$styleable: int ActionBar_navigationMode -okhttp3.internal.Util: java.lang.String hostHeader(okhttp3.HttpUrl,boolean) -com.google.android.material.R$drawable: int mtrl_popupmenu_background_dark -io.reactivex.internal.util.NotificationLite$DisposableNotification -com.google.android.material.R$attr: int tooltipFrameBackground -androidx.drawerlayout.R$styleable: int FontFamilyFont_android_fontStyle -okhttp3.Authenticator$1: Authenticator$1() -com.tencent.bugly.proguard.a: byte[] a(java.lang.Object) -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: java.lang.String WidgetPhrase -com.tencent.bugly.proguard.h: com.tencent.bugly.proguard.h a(short,java.lang.String) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.Date publishDate -androidx.lifecycle.LiveData -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float rain -androidx.coordinatorlayout.R$style: int TextAppearance_Compat_Notification -wangdaye.com.geometricweather.db.entities.AlertEntity: void setAlertId(long) -androidx.preference.R$styleable: int AppCompatTextView_drawableRightCompat -com.jaredrummler.android.colorpicker.R$attr: int actionDropDownStyle -androidx.appcompat.resources.R$styleable: int GradientColor_android_gradientRadius -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Weather -okhttp3.internal.http2.Http2Stream$FramingSource: boolean $assertionsDisabled -androidx.constraintlayout.widget.R$id: int standard -com.google.android.material.R$dimen: int abc_action_bar_overflow_padding_start_material -com.google.android.material.R$bool: int abc_action_bar_embed_tabs -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: io.reactivex.internal.fuseable.SimplePlainQueue queue -wangdaye.com.geometricweather.R$attr: int arrowShaftLength -wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_3 -androidx.constraintlayout.widget.R$styleable: int Constraint_barrierAllowsGoneWidgets -cyanogenmod.app.ICMTelephonyManager$Stub: cyanogenmod.app.ICMTelephonyManager asInterface(android.os.IBinder) -wangdaye.com.geometricweather.R$id: int widget_text_temperature -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_shapeAppearance -com.google.android.gms.common.server.response.zal -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setExpandedStyle(cyanogenmod.app.CustomTile$ExpandedStyle) -com.amap.api.fence.DistrictItem: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: long time -com.google.android.material.appbar.AppBarLayout: void setLiftOnScrollTargetViewId(int) -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setTempMin(java.lang.String) -okhttp3.OkHttpClient: java.util.List connectionSpecs() -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_87 -okhttp3.MultipartBody: okhttp3.MediaType MIXED -wangdaye.com.geometricweather.R$string: int settings_language -okhttp3.internal.http2.Http2Connection$Builder: java.lang.String hostname -wangdaye.com.geometricweather.R$animator: int mtrl_extended_fab_change_size_expand_motion_spec -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_PopupWindow -cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: void unregisterListener(cyanogenmod.app.ICustomTileListener,int) -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void innerSuccess(io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver,java.lang.Object) -androidx.customview.R$styleable: int GradientColorItem_android_offset -com.google.android.material.R$styleable: int CustomAttribute_customDimension -wangdaye.com.geometricweather.R$attr: int deltaPolarAngle -com.google.android.material.R$styleable: int Constraint_layout_constraintHorizontal_bias -androidx.preference.R$id: int recycler_view -androidx.appcompat.R$styleable: int AppCompatTheme_toolbarStyle -com.tencent.bugly.crashreport.CrashReport$UserStrategy: void setCrashHandleCallback(com.tencent.bugly.crashreport.CrashReport$CrashHandleCallback) -androidx.appcompat.R$color: int notification_icon_bg_color -okhttp3.MultipartBody: java.lang.String boundary() -com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_horizontalDivider -androidx.constraintlayout.utils.widget.MockView -androidx.coordinatorlayout.R$styleable -okhttp3.OkHttpClient: boolean followSslRedirects -com.jaredrummler.android.colorpicker.R$anim: int abc_tooltip_exit -wangdaye.com.geometricweather.R$string: int phase_waxing_crescent -wangdaye.com.geometricweather.R$attr: int indicatorColor -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean -okhttp3.Request$Builder: Request$Builder(okhttp3.Request) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Metric: AccuCurrentResult$Wind$Speed$Metric() -androidx.appcompat.widget.Toolbar: android.graphics.drawable.Drawable getCollapseIcon() -wangdaye.com.geometricweather.R$attr: int recyclerViewStyle -wangdaye.com.geometricweather.R$id: int container_main_daily_trend_card_subtitle -com.jaredrummler.android.colorpicker.R$attr: int colorSwitchThumbNormal -androidx.appcompat.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle -okhttp3.HttpUrl: int defaultPort(java.lang.String) -com.tencent.bugly.BuglyStrategy: com.tencent.bugly.BuglyStrategy$a getCrashHandleCallback() -com.tencent.bugly.BuglyStrategy: com.tencent.bugly.BuglyStrategy$a o -androidx.preference.R$styleable: int Preference_isPreferenceVisible -com.xw.repo.bubbleseekbar.R$styleable: int ActionMode_backgroundSplit -wangdaye.com.geometricweather.db.entities.WeatherEntity: void resetMinutelyEntityList() -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_goneMarginLeft -retrofit2.adapter.rxjava2.RxJava2CallAdapter: java.lang.reflect.Type responseType -okhttp3.internal.http2.Http2Connection: long access$200(okhttp3.internal.http2.Http2Connection) -wangdaye.com.geometricweather.R$styleable: int Motion_motionPathRotate -wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_recyclerView -wangdaye.com.geometricweather.R$attr: int itemTextColor -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_contentInsetRight -androidx.preference.R$dimen: int abc_text_size_body_1_material -androidx.hilt.work.R$id: int blocking -com.google.android.material.R$attr: int textLocale -androidx.preference.R$anim: int fragment_close_enter -android.didikee.donate.R$attr: int actionButtonStyle -com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_showDialog -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode -com.google.android.material.R$color: int background_material_dark -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getWeatherText() -wangdaye.com.geometricweather.R$id: int mtrl_picker_fullscreen -com.turingtechnologies.materialscrollbar.R$id: int selected -okhttp3.internal.http.RealInterceptorChain: int index -wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: java.lang.String getWidgetWeekIconModeName(android.content.Context) -com.amap.api.fence.DistrictItem$1: DistrictItem$1() -wangdaye.com.geometricweather.R$color: int accent_material_light -wangdaye.com.geometricweather.settings.dialogs.AdaptiveIconDialog: AdaptiveIconDialog() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: void setEn_US(java.lang.String) -com.tencent.bugly.proguard.j: void a(java.util.Map,int) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: FlowableOnBackpressureBuffer$BackpressureBufferSubscriber(org.reactivestreams.Subscriber,int,boolean,boolean,io.reactivex.functions.Action) -androidx.preference.R$color: int secondary_text_default_material_dark -androidx.preference.R$attr: int actionBarSize -androidx.cardview.widget.CardView: void setMaxCardElevation(float) -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_maxHeight -cyanogenmod.app.suggest.ApplicationSuggestion -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: AccuDailyResult$DailyForecasts() -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layoutDescription -james.adaptiveicon.R$styleable: int AppCompatTextView_fontFamily -androidx.drawerlayout.R$style: int Widget_Compat_NotificationActionContainer -wangdaye.com.geometricweather.R$bool: int config_materialPreferenceIconSpaceReserved -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: io.reactivex.functions.BiFunction resultSelector -io.reactivex.internal.operators.observable.ObserverResourceWrapper: ObserverResourceWrapper(io.reactivex.Observer) -androidx.lifecycle.extensions.R$styleable: int GradientColor_android_centerX -wangdaye.com.geometricweather.R$color: int lightPrimary_4 -wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.String getShortUVDescription() -cyanogenmod.providers.CMSettings$DelimitedListValidator: android.util.ArraySet mValidValueSet -com.bumptech.glide.integration.okhttp.R$color: R$color() -com.google.android.material.R$layout: int design_menu_item_action_area -okhttp3.internal.http2.Http2Codec$StreamFinishingSource: void close() -com.google.android.material.R$styleable: int ImageFilterView_round -com.google.android.material.R$styleable: int ActionBar_contentInsetStartWithNavigation -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_Hint -okhttp3.internal.http2.Http2Writer: void headers(int,java.util.List) -com.google.android.material.checkbox.MaterialCheckBox -androidx.activity.R$styleable: int FontFamilyFont_android_ttcIndex -com.google.android.material.R$dimen: int material_clock_hand_center_dot_radius -androidx.appcompat.R$attr: int arrowHeadLength -cyanogenmod.providers.CMSettings$Global: boolean putLongForUser(android.content.ContentResolver,java.lang.String,long,int) -com.tencent.bugly.crashreport.common.info.AppInfo: java.lang.String c(android.content.Context) -io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function5) -io.reactivex.internal.schedulers.ScheduledDirectTask: java.lang.Runnable getWrappedRunnable() -androidx.appcompat.R$dimen: int abc_button_inset_vertical_material -wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation: wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation[] values() -james.adaptiveicon.R$style: int Widget_AppCompat_ActionMode -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_transformPivotY -com.google.android.material.R$color: int design_default_color_surface -android.didikee.donate.R$style: int Base_Widget_AppCompat_Button_Borderless -androidx.lifecycle.ViewModelProvider -okhttp3.CertificatePinner: int hashCode() -io.reactivex.internal.subscriptions.SubscriptionArbiter: long requested -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun: long EpochSet -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.lang.Integer RIGHT_VALUE -androidx.lifecycle.extensions.R$drawable: int notification_template_icon_low_bg -james.adaptiveicon.R$style: int Widget_AppCompat_Light_PopupMenu -com.tencent.bugly.CrashModule: com.tencent.bugly.BuglyStrategy$a b -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: long serialVersionUID -com.google.android.material.imageview.ShapeableImageView -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_BarSize -androidx.preference.R$attr: int dialogIcon -android.didikee.donate.R$id: int submenuarrow -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_navigationIcon -androidx.fragment.R$drawable: int notification_bg_low_normal -androidx.preference.R$styleable: int Toolbar_titleMarginStart -android.didikee.donate.R$styleable: int SwitchCompat_trackTint -cyanogenmod.weather.IRequestInfoListener$Stub: cyanogenmod.weather.IRequestInfoListener asInterface(android.os.IBinder) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float icePrecipitationProbability -wangdaye.com.geometricweather.R$color: int design_default_color_secondary -androidx.viewpager.R$dimen: int notification_small_icon_background_padding -okhttp3.HttpUrl: java.lang.String scheme -com.bumptech.glide.R$styleable: int ColorStateListItem_android_alpha -com.amap.api.location.APSService: void onDestroy() -cyanogenmod.weather.RequestInfo: int hashCode() -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2 -com.google.android.material.R$id: int chronometer -android.didikee.donate.R$drawable: int abc_btn_switch_to_on_mtrl_00001 -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Compat_Notification_Title -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_shadowDy -com.google.android.gms.base.R$drawable: int common_full_open_on_phone -com.google.android.material.tabs.TabLayout: TabLayout(android.content.Context,android.util.AttributeSet,int) -cyanogenmod.externalviews.ExternalViewProviderService$Provider: android.os.Bundle mOptions -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getDegreeDayTemperature() -wangdaye.com.geometricweather.R$string: int content_des_so2 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial: java.lang.String Unit -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: java.lang.Throwable error -com.tencent.bugly.crashreport.a: boolean appendLogToNative(java.lang.String,java.lang.String,java.lang.String) -androidx.hilt.work.R$id: int accessibility_custom_action_22 -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: int count -com.tencent.bugly.crashreport.CrashReport: java.lang.String getAppChannel() -wangdaye.com.geometricweather.R$attr: int itemShapeAppearanceOverlay -com.jaredrummler.android.colorpicker.R$drawable: int abc_textfield_search_material -com.google.android.material.R$styleable: int Layout_layout_constraintHeight_max -okhttp3.internal.io.FileSystem$1: FileSystem$1() -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeRainPrecipitationDuration -com.google.android.gms.base.R$drawable -com.tencent.bugly.crashreport.common.info.a: java.lang.String A() -com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Light -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Dialog -cyanogenmod.app.ILiveLockScreenChangeListener: void onLiveLockScreenChanged(cyanogenmod.app.LiveLockScreenInfo) -com.amap.api.location.AMapLocation: java.lang.String getPoiName() -wangdaye.com.geometricweather.R$drawable: int ic_delete -androidx.vectordrawable.R$id: int icon_group -com.github.rahatarmanahmed.cpv.CircularProgressView: int animSyncDuration -io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: io.reactivex.Observer downstream -wangdaye.com.geometricweather.R$id: int notification_base_time -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: java.lang.String domain -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer aqiIndex -androidx.constraintlayout.widget.R$drawable: int notification_template_icon_low_bg -com.google.android.material.R$styleable: int[] ImageFilterView -cyanogenmod.externalviews.KeyguardExternalView: java.lang.String EXTRA_PERMISSION_LIST -androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event[] $VALUES -cyanogenmod.weather.WeatherInfo$Builder: int mWindSpeedUnit -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getRagweedLevel() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getSo2Desc() -wangdaye.com.geometricweather.R$id: int text2 -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Dialog -androidx.constraintlayout.widget.R$dimen: int abc_text_size_display_4_material -cyanogenmod.alarmclock.ClockContract$InstancesColumns: int DISMISSED_STATE -com.google.android.material.R$id: int accessibility_custom_action_26 -androidx.core.R$id: int notification_background -cyanogenmod.app.CustomTile$ExpandedItem: void internalSetItemTitle(java.lang.String) -com.bumptech.glide.MemoryCategory: float getMultiplier() -android.didikee.donate.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView -wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_marginRight -okio.Buffer: okio.Buffer clone() -wangdaye.com.geometricweather.R$attr: int panelMenuListWidth -wangdaye.com.geometricweather.R$anim: int design_bottom_sheet_slide_out -androidx.appcompat.R$styleable: int TextAppearance_android_shadowRadius -org.greenrobot.greendao.AbstractDaoMaster: int getSchemaVersion() -wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Long readKey(android.database.Cursor,int) -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean disposed -androidx.constraintlayout.widget.R$drawable: int abc_action_bar_item_background_material -okhttp3.Response$Builder: okhttp3.Response$Builder networkResponse(okhttp3.Response) -james.adaptiveicon.R$dimen: int tooltip_margin -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float getRain() -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: java.lang.String getNativeLog() -wangdaye.com.geometricweather.R$drawable: int flag_sr -org.greenrobot.greendao.AbstractDao: void deleteByKey(java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int Transition_autoTransition -wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_elevation -retrofit2.http.Header -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintBottom_creator -okhttp3.internal.ws.WebSocketWriter$FrameSink: int formatOpcode -com.jaredrummler.android.colorpicker.R$id: int scrollIndicatorDown -wangdaye.com.geometricweather.R$drawable: int shortcuts_refresh_foreground -com.amap.api.location.AMapLocation: double getLongitude() -okhttp3.internal.cache.DiskLruCache$Editor$1 -com.tencent.bugly.crashreport.crash.h5.a: java.lang.String d -com.jaredrummler.android.colorpicker.R$layout: int notification_template_custom_big -com.google.android.gms.base.R$string: int common_google_play_services_update_title -wangdaye.com.geometricweather.R$id: int invisible -okhttp3.internal.http2.Hpack$Reader: okio.ByteString readByteString() -wangdaye.com.geometricweather.R$string: int settings_title_minimal_icon -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Display3 -androidx.appcompat.R$styleable: int AppCompatTheme_windowMinWidthMinor -com.tencent.bugly.proguard.b: b(java.lang.String) -wangdaye.com.geometricweather.R$attr: int panelMenuListTheme -com.jaredrummler.android.colorpicker.R$attr: int listPreferredItemPaddingLeft -wangdaye.com.geometricweather.R$id: int cpv_color_panel_old -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Small -com.tencent.bugly.crashreport.common.info.a: java.lang.String x -com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: android.graphics.drawable.Drawable getCircularRevealOverlayDrawable() -com.jaredrummler.android.colorpicker.R$drawable: int notification_bg_low_normal -androidx.hilt.R$dimen: int notification_small_icon_background_padding -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float snow24h -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX() -com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String k -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHeight_default -retrofit2.RequestFactory$Builder: void validateResolvableType(int,java.lang.reflect.Type) -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property SnowPrecipitationProbability -com.google.android.material.R$id: int middle -okio.AsyncTimeout$2: AsyncTimeout$2(okio.AsyncTimeout,okio.Source) -retrofit2.RequestFactory: okhttp3.Request create(java.lang.Object[]) -cyanogenmod.weather.WeatherInfo$Builder: long mTimestamp -wangdaye.com.geometricweather.R$anim: int fragment_manange_pop_exit -com.amap.api.fence.PoiItem: java.lang.String b -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_showDividers -okhttp3.internal.platform.Platform: void afterHandshake(javax.net.ssl.SSLSocket) -com.turingtechnologies.materialscrollbar.R$id: int mtrl_child_content_container -androidx.activity.R$drawable: int notification_icon_background -com.jaredrummler.android.colorpicker.R$attr: int titleMarginEnd -com.google.android.material.slider.RangeSlider: float getValueTo() -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_scaleX -androidx.lifecycle.Lifecycling$1: androidx.lifecycle.LifecycleEventObserver val$observer -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub$Proxy: java.lang.String getInterfaceDescriptor() -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: void dispose() -com.google.android.material.R$styleable: int Slider_android_valueFrom -androidx.appcompat.R$style: int Theme_AppCompat_Dialog_MinWidth -com.turingtechnologies.materialscrollbar.R$attr: int actionModePasteDrawable -androidx.core.R$id: int accessibility_custom_action_19 -com.google.android.material.navigation.NavigationView: int getItemMaxLines() -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Body2 -androidx.constraintlayout.widget.R$drawable: int abc_ratingbar_indicator_material -com.google.android.material.R$attr: int hoveredFocusedTranslationZ -wangdaye.com.geometricweather.R$font: int product_sans_black_italic -com.google.android.material.R$styleable: int ActionBar_divider -com.turingtechnologies.materialscrollbar.R$attr: int tabContentStart -io.reactivex.Observable: io.reactivex.Observable onErrorReturn(io.reactivex.functions.Function) -com.tencent.bugly.proguard.u: void a(int,long) -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: int leftIndex -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xms -com.google.android.material.R$drawable: int abc_switch_track_mtrl_alpha -com.amap.api.location.CoordUtil: boolean a -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric -com.google.android.material.tabs.TabLayout: void removeOnTabSelectedListener(com.google.android.material.tabs.TabLayout$OnTabSelectedListener) -okhttp3.internal.ws.RealWebSocket: long MAX_QUEUE_SIZE -com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawable_android_constantSize -androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_DESTROY -wangdaye.com.geometricweather.R$drawable: int notif_temp_113 -androidx.core.R$id: int accessibility_custom_action_8 -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_DayTextView -com.tencent.bugly.BuglyStrategy: java.lang.Class j -androidx.customview.R$style: int Widget_Compat_NotificationActionContainer -com.jaredrummler.android.colorpicker.R$dimen: int cpv_dialog_preview_width -androidx.appcompat.widget.LinearLayoutCompat: void setBaselineAlignedChildIndex(int) -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_toggle_margin_bottom -com.google.android.material.R$color: int abc_primary_text_material_dark -wangdaye.com.geometricweather.R$style: int Test_Widget_MaterialComponents_MaterialCalendar -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_textFontWeight -wangdaye.com.geometricweather.R$string: int mtrl_picker_text_input_year_abbr -androidx.lifecycle.ViewModelStores: ViewModelStores() -io.reactivex.subjects.PublishSubject$PublishDisposable: void onComplete() -androidx.appcompat.R$style: int Widget_AppCompat_Spinner_Underlined -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableRightCompat -androidx.recyclerview.R$id: int accessibility_custom_action_29 -android.didikee.donate.R$attr: int state_above_anchor -okhttp3.Cookie$Builder: okhttp3.Cookie$Builder value(java.lang.String) -androidx.constraintlayout.motion.widget.MotionLayout$TransitionState: androidx.constraintlayout.motion.widget.MotionLayout$TransitionState valueOf(java.lang.String) -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver(io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver) -com.google.android.gms.base.R$color: int common_google_signin_btn_text_dark_default -james.adaptiveicon.R$styleable: int MenuItem_android_enabled -android.didikee.donate.R$color: int abc_primary_text_material_dark -james.adaptiveicon.R$dimen: int abc_text_size_display_1_material -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: boolean setOther(io.reactivex.disposables.Disposable) -com.google.android.material.R$attr: int showPaths -androidx.recyclerview.R$id: int accessibility_custom_action_13 -io.reactivex.Observable: io.reactivex.Observable observeOn(io.reactivex.Scheduler,boolean,int) -android.didikee.donate.R$attr: int contentInsetStart -wangdaye.com.geometricweather.R$drawable: int notif_temp_139 -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_SearchView_ActionBar -org.greenrobot.greendao.database.DatabaseOpenHelper: boolean loadSQLCipherNativeLibs -androidx.appcompat.R$attr: int autoSizeStepGranularity -wangdaye.com.geometricweather.R$string: int mtrl_picker_text_input_month_abbr -androidx.work.ExistingWorkPolicy: androidx.work.ExistingWorkPolicy KEEP -com.jaredrummler.android.colorpicker.R$style: int Base_V28_Theme_AppCompat -wangdaye.com.geometricweather.R$drawable: int ic_star_outline -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: void onSubscribe(io.reactivex.disposables.Disposable) -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_contentInsetStart -androidx.appcompat.resources.R$id: int accessibility_custom_action_27 -com.google.android.material.R$styleable: int ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink -androidx.constraintlayout.widget.R$styleable: int[] DrawerArrowToggle -androidx.preference.R$styleable: int GradientColor_android_endX -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setSunRiseSet(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean) -okhttp3.ConnectionPool: ConnectionPool() -androidx.recyclerview.R$style: int TextAppearance_Compat_Notification_Line2 -wangdaye.com.geometricweather.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_0 -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_DEFAULT_LED_ON -com.google.android.material.button.MaterialButton: void setIconResource(int) -wangdaye.com.geometricweather.R$id: int container_main_pollen_subtitle -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_subtitle_material_toolbar -wangdaye.com.geometricweather.R$id: int forever -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: long EpochTime -androidx.vectordrawable.animated.R$id: int tag_accessibility_pane_title -androidx.constraintlayout.widget.R$styleable: int KeyPosition_pathMotionArc -com.xw.repo.bubbleseekbar.R$id: int decor_content_parent -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: BaiduIPLocationService(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationApi,io.reactivex.disposables.CompositeDisposable) -android.didikee.donate.R$drawable: int abc_menu_hardkey_panel_mtrl_mult -com.google.android.material.R$style: int Platform_AppCompat_Light -com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_ttcIndex -androidx.lifecycle.SavedStateHandle: androidx.lifecycle.MutableLiveData getLiveData(java.lang.String,java.lang.Object) -james.adaptiveicon.R$style: int Base_Widget_AppCompat_DrawerArrowToggle -com.xw.repo.bubbleseekbar.R$dimen: int abc_edit_text_inset_horizontal_material -androidx.work.R$id: int notification_main_column_container -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_backgroundTint -okhttp3.internal.ws.WebSocketProtocol: java.lang.String closeCodeExceptionMessage(int) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator REVERSE_LOOKUP_PROVIDER_VALIDATOR -com.jaredrummler.android.colorpicker.ColorPanelView: int getShape() -androidx.lifecycle.FullLifecycleObserverAdapter: androidx.lifecycle.LifecycleEventObserver mLifecycleEventObserver -androidx.preference.R$id: int action_bar -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeSnowPrecipitationDuration() -com.amap.api.fence.GeoFenceClient: void setGeoFenceListener(com.amap.api.fence.GeoFenceListener) -androidx.preference.R$style: int Widget_AppCompat_Light_AutoCompleteTextView -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: boolean tryOnError(java.lang.Throwable) -com.google.android.material.bottomappbar.BottomAppBar$SavedState: android.os.Parcelable$Creator CREATOR -okhttp3.internal.http2.Hpack$Writer: void writeInt(int,int,int) -wangdaye.com.geometricweather.R$drawable: int abc_scrubber_primary_mtrl_alpha -androidx.appcompat.R$interpolator: int btn_radio_to_on_mtrl_animation_interpolator_0 -androidx.preference.R$attr: int dropDownListViewStyle -wangdaye.com.geometricweather.R$drawable: int weather_clear_day_mini_grey -com.tencent.bugly.proguard.p: void b(int) -wangdaye.com.geometricweather.R$color: int design_fab_shadow_mid_color -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: float getMax() -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorBackgroundFloating -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: boolean isDisposed() -androidx.appcompat.widget.AppCompatSpinner: android.content.res.ColorStateList getSupportBackgroundTintList() -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor valueOf(java.lang.String) -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setPublishTime(long) -com.jaredrummler.android.colorpicker.R$drawable: int abc_switch_track_mtrl_alpha -com.google.android.material.R$styleable: int MaterialCardView_rippleColor -com.amap.api.location.AMapLocation: int C -retrofit2.KotlinExtensions$suspendAndThrow$1: KotlinExtensions$suspendAndThrow$1(kotlin.coroutines.Continuation) -com.google.android.material.R$style: int RtlOverlay_DialogWindowTitle_AppCompat -cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_UUID -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_30 -wangdaye.com.geometricweather.R$styleable: int Chip_checkedIcon -com.google.android.material.R$color: int design_dark_default_color_secondary -com.jaredrummler.android.colorpicker.R$styleable: int RecycleListView_paddingBottomNoButtons -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: void removeEmptyNativeRecordFiles() -cyanogenmod.app.Profile: cyanogenmod.profiles.RingModeSettings mRingMode -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionBar_TabView -wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setCityId(java.lang.String) -com.google.android.material.R$id: int transition_scene_layoutid_cache -androidx.viewpager.R$id: int icon_group -wangdaye.com.geometricweather.R$style: int Base_V26_Theme_AppCompat -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: java.lang.String getUnit() -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int PARTLY_CLOUDY -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: java.util.List value -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_0 -wangdaye.com.geometricweather.R$id: int grassValue -com.google.android.material.R$attr: int windowMinWidthMajor -androidx.lifecycle.extensions.R$id: int line3 -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: boolean cancelled -wangdaye.com.geometricweather.R$attr: int selectionRequired -io.reactivex.internal.subscriptions.SubscriptionHelper: boolean set(java.util.concurrent.atomic.AtomicReference,org.reactivestreams.Subscription) -io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.constraintlayout.widget.R$id: int content -cyanogenmod.weatherservice.ServiceRequestResult: java.util.List mLocationLookupList -com.turingtechnologies.materialscrollbar.R$color: int bright_foreground_disabled_material_dark -wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework -com.google.android.material.bottomnavigation.BottomNavigationView: int getItemTextAppearanceInactive() -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int PARTLY_CLOUDY_DAY -com.tencent.bugly.crashreport.biz.a: void a() -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: android.graphics.Rect getWindowInsets() -androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type UNKNOWN -james.adaptiveicon.R$styleable: int Toolbar_titleTextColor -cyanogenmod.externalviews.KeyguardExternalViewProviderService: android.os.IBinder onBind(android.content.Intent) -wangdaye.com.geometricweather.R$style: int Base_V14_ThemeOverlay_MaterialComponents_Dialog -wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_marginEnd -com.google.android.material.R$attr: int customPixelDimension -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large -androidx.drawerlayout.R$id: int icon -wangdaye.com.geometricweather.R$drawable: int ic_keyboard_black_24dp -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_ensureMinTouchTargetSize -com.jaredrummler.android.colorpicker.R$styleable: int[] ColorPanelView -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_selection_text_baseline_to_top -retrofit2.Utils$ParameterizedTypeImpl: java.lang.String toString() -okhttp3.Credentials: java.lang.String basic(java.lang.String,java.lang.String) -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen -okhttp3.internal.Util: okio.ByteString UTF_16_LE_BOM -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_scaleX -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: CaiYunMainlyResult$AqiBeanXX() -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_subtitle -androidx.viewpager.R$styleable: int FontFamily_fontProviderFetchTimeout -androidx.work.R$drawable: int notify_panel_notification_icon_bg -androidx.appcompat.resources.R$styleable: int GradientColor_android_centerColor -okhttp3.internal.Util: java.nio.charset.Charset bomAwareCharset(okio.BufferedSource,java.nio.charset.Charset) -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: boolean unregisterChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) -wangdaye.com.geometricweather.R$attr: int onPositiveCross -cyanogenmod.profiles.ConnectionSettings: java.lang.String EXTRA_SUB_ID -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: AccuAlertResult$Area() -com.google.android.material.R$style: int Widget_AppCompat_ListMenuView -com.google.android.material.R$attr: int windowActionBarOverlay -com.google.android.material.R$styleable: int DrawerArrowToggle_drawableSize -wangdaye.com.geometricweather.R$styleable: int ImageFilterView_contrast -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light_DarkActionBar -androidx.fragment.R$dimen: int notification_subtext_size -okhttp3.HttpUrl: okhttp3.HttpUrl get(java.net.URI) -com.google.android.material.R$dimen: int notification_content_margin_start -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeSplitBackground -com.google.android.material.R$color: int cardview_shadow_start_color -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DialogWhenLarge -cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: void updateWeather(cyanogenmod.weather.RequestInfo) -com.tencent.bugly.proguard.ae: ae() -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator CAMERA_SLEEP_ON_RELEASE_VALIDATOR -wangdaye.com.geometricweather.R$string: int key_notification_can_be_cleared -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse -wangdaye.com.geometricweather.R$id: int dialog_learn_more_about_geocoder_container -okhttp3.internal.http2.Http2Stream$FramingSource: void receive(okio.BufferedSource,long) -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColorItem_android_color -com.bumptech.glide.R$string -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder followRedirects(boolean) -androidx.hilt.R$styleable: int FontFamilyFont_android_ttcIndex -okhttp3.internal.connection.StreamAllocation: okhttp3.internal.http.HttpCodec codec() -okhttp3.internal.http.HttpHeaders: okio.ByteString TOKEN_DELIMITERS -cyanogenmod.app.IPartnerInterface$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_Switch -okhttp3.EventListener: void callStart(okhttp3.Call) -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: boolean isCancelled() -com.google.android.material.R$style: int Base_Theme_AppCompat_Light -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Dialog_FixedSize -okio.ForwardingTimeout: long deadlineNanoTime() -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_OVERLAYS -androidx.viewpager.R$style: int TextAppearance_Compat_Notification_Info -okhttp3.Request$Builder: Request$Builder() -androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable: androidx.lifecycle.LifecycleRegistry mRegistry -cyanogenmod.weather.CMWeatherManager: int requestWeatherUpdate(cyanogenmod.weather.WeatherLocation,cyanogenmod.weather.CMWeatherManager$WeatherUpdateRequestListener) -androidx.preference.R$styleable: int AppCompatTheme_dialogPreferredPadding -androidx.customview.R$dimen: int notification_content_margin_start -android.didikee.donate.R$style: int Widget_AppCompat_ListView -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_seekBarStyle -com.xw.repo.bubbleseekbar.R$id: int checkbox -androidx.preference.R$anim: int abc_slide_in_bottom -com.google.android.material.R$styleable: int ShapeAppearance_cornerSizeTopLeft -cyanogenmod.app.BaseLiveLockManagerService$1: boolean unregisterChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) -james.adaptiveicon.R$dimen: int compat_button_inset_vertical_material -androidx.swiperefreshlayout.R$styleable: int FontFamily_fontProviderCerts -androidx.coordinatorlayout.R$dimen: int notification_large_icon_width -androidx.preference.R$anim: int fragment_fade_exit -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$1: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode CANCEL -io.reactivex.internal.subscriptions.DeferredScalarSubscription: java.lang.Object poll() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Maximum: AccuDailyResult$DailyForecasts$Temperature$Maximum() -androidx.preference.R$attr: int checkedTextViewStyle -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_atd -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: boolean timerRunning -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void error(java.lang.Throwable) -wangdaye.com.geometricweather.R$color: int colorPrimary -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Chip_Choice -androidx.vectordrawable.R$dimen: int compat_button_inset_vertical_material -cyanogenmod.os.Build$CM_VERSION: int SDK_INT -com.turingtechnologies.materialscrollbar.R$styleable: int[] StateListDrawable -com.amap.api.location.AMapLocationClient: android.content.Context a -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceListItem -com.google.android.material.chip.Chip: void setChipIconVisible(int) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_seekBarStyle -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void dispose() -androidx.constraintlayout.widget.R$attr: int layout_optimizationLevel -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void onSubscribe(org.reactivestreams.Subscription) -com.xw.repo.bubbleseekbar.R$dimen: int notification_big_circle_margin -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView -com.amap.api.location.AMapLocation: int TRUSTED_LEVEL_LOW -cyanogenmod.app.ILiveLockScreenManager$Stub: android.os.IBinder asBinder() -james.adaptiveicon.R$drawable: int abc_text_select_handle_right_mtrl_light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean getForecastHourly() -io.reactivex.Observable: io.reactivex.Observable takeLast(long,java.util.concurrent.TimeUnit) -wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_marginLeft -okhttp3.internal.tls.OkHostnameVerifier: okhttp3.internal.tls.OkHostnameVerifier INSTANCE -androidx.recyclerview.R$id: int notification_main_column -com.google.android.material.R$attr: int materialCalendarTheme -wangdaye.com.geometricweather.R$styleable: int MaterialTextView_lineHeight -wangdaye.com.geometricweather.R$dimen: int design_navigation_elevation -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: ObservableConcatMapSingle$ConcatMapSingleMainObserver(io.reactivex.Observer,io.reactivex.functions.Function,int,io.reactivex.internal.util.ErrorMode) -com.amap.api.location.AMapLocation: void setCountry(java.lang.String) -androidx.preference.R$id: int accessibility_custom_action_1 -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: long serialVersionUID -com.google.android.material.R$attr: int expandedTitleMarginBottom -androidx.constraintlayout.widget.R$attr: int textAppearanceSmallPopupMenu -com.google.android.material.internal.FlowLayout: FlowLayout(android.content.Context) -io.reactivex.Observable: io.reactivex.Observable mergeArray(io.reactivex.ObservableSource[]) -okhttp3.internal.platform.Platform: java.lang.Object readFieldOrNull(java.lang.Object,java.lang.Class,java.lang.String) -com.google.android.material.R$style: R$style() -com.xw.repo.bubbleseekbar.R$drawable: int abc_vector_test -com.jaredrummler.android.colorpicker.R$style: int AlertDialog_AppCompat_Light -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_maxHeight -okhttp3.internal.ws.RealWebSocket: java.util.concurrent.ScheduledExecutorService executor -io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: void dispose() -com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge -wangdaye.com.geometricweather.R$string: int tomorrow -okio.Okio$4: java.net.Socket val$socket -okhttp3.internal.http2.Http2Writer: void flush() -wangdaye.com.geometricweather.R$attr: int iconSpaceReserved -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_textLocale -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit getInstance(java.lang.String) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_switchStyle -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_Button -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionBar_TabView -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_14 -wangdaye.com.geometricweather.R$drawable: int btn_radio_off_to_on_mtrl_animation -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ListMenuView -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeInsetStart -wangdaye.com.geometricweather.R$styleable: int OnSwipe_dragScale -androidx.loader.R$attr -com.jaredrummler.android.colorpicker.R$attr: int font -cyanogenmod.app.Profile: void readTriggersFromXml(org.xmlpull.v1.XmlPullParser,android.content.Context,cyanogenmod.app.Profile) -com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_android_orientation -com.jaredrummler.android.colorpicker.R$bool: int abc_action_bar_embed_tabs -com.google.android.material.slider.RangeSlider: void setThumbRadius(int) -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property Id -cyanogenmod.profiles.ConnectionSettings: cyanogenmod.profiles.ConnectionSettings fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: io.reactivex.ObservableSource first -wangdaye.com.geometricweather.R$drawable: int widget_card_dark_60 -androidx.vectordrawable.animated.R$dimen: int notification_right_icon_size -wangdaye.com.geometricweather.R$drawable: int ic_back -com.amap.api.fence.PoiItem: double f -androidx.constraintlayout.widget.R$attr: int color -cyanogenmod.externalviews.ExternalViewProviderService: boolean DEBUG -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer windChillTemperature -wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundNormalUpdateService: ForegroundNormalUpdateService() -cyanogenmod.app.Profile: cyanogenmod.app.ProfileGroup getDefaultGroup() -cyanogenmod.hardware.ICMHardwareService$Stub: java.lang.String DESCRIPTOR -com.google.android.material.slider.Slider: void setLabelFormatter(com.google.android.material.slider.LabelFormatter) -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: boolean disposed -wangdaye.com.geometricweather.R$drawable: int ic_router -okhttp3.internal.Util: boolean nonEmptyIntersection(java.util.Comparator,java.lang.String[],java.lang.String[]) -com.jaredrummler.android.colorpicker.R$id: int titleDividerNoCustom -com.github.rahatarmanahmed.cpv.R$attr: int cpv_startAngle -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onAttach(android.os.IBinder) -androidx.swiperefreshlayout.R$id: int notification_main_column_container -retrofit2.ParameterHandler$PartMap: java.lang.reflect.Method method -androidx.constraintlayout.widget.R$styleable: int ViewBackgroundHelper_android_background -androidx.preference.R$attr: int actionModeFindDrawable -com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol: com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol[] values() -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver -androidx.appcompat.widget.AppCompatEditText: AppCompatEditText(android.content.Context,android.util.AttributeSet) -okhttp3.internal.http2.Http2: byte TYPE_PRIORITY -com.tencent.bugly.proguard.m: long c -android.didikee.donate.R$attr: int listPreferredItemHeightSmall -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHeight_percent -io.reactivex.observers.DisposableObserver: java.util.concurrent.atomic.AtomicReference upstream -wangdaye.com.geometricweather.R$id: int tag_icon_bottom -okio.Segment: int SHARE_MINIMUM -androidx.customview.R$dimen -com.turingtechnologies.materialscrollbar.R$interpolator: R$interpolator() -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_textAllCaps -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_android_textOn -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light_Dialog_MinWidth -androidx.constraintlayout.widget.R$styleable: int OnClick_clickAction -androidx.coordinatorlayout.R$id: int tag_transition_group -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_registerCallback -com.amap.api.fence.PoiItem: double getLongitude() -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void subscribeActual() -com.jaredrummler.android.colorpicker.R$string: int abc_shareactionprovider_share_with_application -androidx.customview.R$dimen: int notification_subtext_size -com.jaredrummler.android.colorpicker.R$attr: int contentDescription -androidx.preference.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayoutStates_state_lifted -okio.ForwardingTimeout: boolean hasDeadline() -cyanogenmod.app.CMTelephonyManager: boolean isDataConnectionSelectedOnSub(int) -okhttp3.Cache$Entry: long sentRequestMillis -wangdaye.com.geometricweather.R$drawable: int weather_haze_mini_xml -com.tencent.bugly.proguard.a: com.tencent.bugly.proguard.an a(byte[],boolean) -com.tencent.bugly.proguard.al: void a(java.lang.StringBuilder,int) -com.google.android.material.card.MaterialCardView: MaterialCardView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$string: int abc_searchview_description_submit -androidx.appcompat.widget.AppCompatRatingBar: AppCompatRatingBar(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.R$id: int notification_main_column -androidx.appcompat.R$styleable: int AppCompatTextView_drawableStartCompat -org.greenrobot.greendao.database.DatabaseOpenHelper: void onOpen(android.database.sqlite.SQLiteDatabase) -wangdaye.com.geometricweather.R$styleable: int DialogPreference_dialogTitle -cyanogenmod.providers.CMSettings$Secure: java.lang.String __MAGICAL_TEST_PASSING_ENABLER -androidx.recyclerview.R$drawable: int notification_icon_background -androidx.hilt.R$attr: int fontProviderAuthority -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_popupWindowStyle -com.google.gson.stream.JsonReader: int PEEKED_DOUBLE_QUOTED_NAME -com.bumptech.glide.R$dimen: int notification_subtext_size -com.xw.repo.bubbleseekbar.R$color: int colorPrimaryDark -wangdaye.com.geometricweather.R$layout: int widget_day_week_rectangle -com.google.gson.stream.JsonReader: java.lang.String peekedString -wangdaye.com.geometricweather.R$color: int mtrl_filled_stroke_color -androidx.fragment.R$style: int TextAppearance_Compat_Notification_Title -androidx.drawerlayout.R$styleable: int FontFamilyFont_fontWeight -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: ObservableConcatMapCompletable$ConcatMapCompletableObserver(io.reactivex.CompletableObserver,io.reactivex.functions.Function,io.reactivex.internal.util.ErrorMode,int) -cyanogenmod.themes.IThemeChangeListener: void onProgress(int) -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow -com.google.android.material.R$id: int selection_type -wangdaye.com.geometricweather.R$drawable: int notif_temp_133 -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeCloseDrawable -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.lang.Integer dbz -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void onNext(java.lang.Object) -androidx.work.WorkInfo$State: androidx.work.WorkInfo$State BLOCKED -android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse -cyanogenmod.app.ICMStatusBarManager$Stub: int TRANSACTION_createCustomTileWithTag -android.didikee.donate.R$styleable: int Toolbar_titleTextColor -androidx.appcompat.R$attr: int windowFixedWidthMinor -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_thumbTextPadding -androidx.appcompat.R$id: int list_item -okhttp3.internal.cache.CacheInterceptor$1: okio.Timeout timeout() -com.jaredrummler.android.colorpicker.R$attr: int listLayout -com.tencent.bugly.proguard.v: byte[] e -cyanogenmod.weatherservice.WeatherProviderService: android.os.IBinder onBind(android.content.Intent) -com.xw.repo.bubbleseekbar.R$attr: int actionBarSplitStyle -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_RINGTONE -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: long requested() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: void setFrom(java.lang.String) -com.jaredrummler.android.colorpicker.R$attr: int actionModePasteDrawable -androidx.recyclerview.widget.StaggeredGridLayoutManager$LazySpanLookup$FullSpanItem -com.jaredrummler.android.colorpicker.R$attr: int windowFixedHeightMajor -wangdaye.com.geometricweather.R$integer: int cpv_default_anim_swoop_duration -androidx.hilt.R$id: int accessibility_custom_action_11 -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle -wangdaye.com.geometricweather.R$layout: int mtrl_alert_dialog -com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_longpressed_holo -androidx.hilt.R$styleable: int FragmentContainerView_android_name -com.tencent.bugly.proguard.z: java.lang.String a(android.content.Context,java.lang.String) -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: java.util.concurrent.atomic.AtomicReference mainDisposable -com.turingtechnologies.materialscrollbar.R$id: int search_bar -androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivitySaveInstanceState(android.app.Activity,android.os.Bundle) -wangdaye.com.geometricweather.db.entities.DaoMaster: wangdaye.com.geometricweather.db.entities.DaoSession newDevSession(android.content.Context,java.lang.String) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeThunderstormPrecipitationProbability() -wangdaye.com.geometricweather.R$color: int primary_material_dark -com.google.android.material.R$styleable: int[] ConstraintLayout_placeholder -com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_fontStyle -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: int requestFusion(int) -androidx.fragment.R$anim: int fragment_fade_enter -okhttp3.internal.tls.BasicTrustRootIndex: boolean equals(java.lang.Object) -com.google.android.material.R$styleable: int NavigationView_itemShapeInsetEnd -cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener: void onAttachedToWindow() -com.google.android.material.R$styleable: int AppCompatTextView_drawableEndCompat -cyanogenmod.weather.RequestInfo: android.location.Location mLocation -com.jaredrummler.android.colorpicker.R$id: int action_image -androidx.hilt.R$attr: int alpha -androidx.customview.R$styleable: int FontFamilyFont_fontWeight -com.jaredrummler.android.colorpicker.R$attr: int arrowHeadLength -com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_bg_color_selector -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text -androidx.coordinatorlayout.R$id: int text2 -androidx.preference.R$styleable: int CheckBoxPreference_summaryOn -io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,long,boolean) -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: boolean cancelled -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_DrawerArrowToggle -androidx.hilt.lifecycle.R$anim -james.adaptiveicon.R$drawable: int notification_template_icon_bg -wangdaye.com.geometricweather.R$styleable: int ArcProgress_arc_angle -wangdaye.com.geometricweather.R$id: int alerts -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_scaleY -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int HEAVY_SNOW -androidx.lifecycle.ComputableLiveData$1: ComputableLiveData$1(androidx.lifecycle.ComputableLiveData) -androidx.preference.R$attr: int summaryOn -androidx.preference.R$dimen: int abc_dialog_padding_top_material -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float relativeHumidity -com.google.android.material.R$style: int Base_Widget_AppCompat_Spinner_Underlined -androidx.coordinatorlayout.widget.CoordinatorLayout$SavedState: android.os.Parcelable$Creator CREATOR -com.google.android.material.R$attr: int materialCalendarStyle -wangdaye.com.geometricweather.wallpaper.LiveWallpaperConfigActivity: LiveWallpaperConfigActivity() -cyanogenmod.app.suggest.ApplicationSuggestion: android.net.Uri mDownloadUri -com.google.android.material.R$styleable: int Toolbar_titleMargins -okhttp3.Handshake: okhttp3.CipherSuite cipherSuite() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver(io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver) -androidx.preference.R$dimen: int abc_dialog_list_padding_top_no_title -cyanogenmod.profiles.RingModeSettings: java.lang.String mValue -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: retrofit2.Call delegate -wangdaye.com.geometricweather.R$drawable: int ic_wind -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String COL_UPDATE_TIME -com.google.android.material.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -okhttp3.Route: java.net.InetSocketAddress inetSocketAddress -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setPm10Desc(java.lang.String) -com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getPrefixText() -wangdaye.com.geometricweather.R$style: int TextAppearance_Compat_Notification_Title -com.google.android.material.R$styleable: int MotionLayout_currentState -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Bridge -wangdaye.com.geometricweather.R$attr: int perpendicularPath_percent -james.adaptiveicon.R$attr: int collapseIcon -okhttp3.logging.HttpLoggingInterceptor$Logger$1 -io.reactivex.internal.observers.BasicIntQueueDisposable: boolean isDisposed() -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: android.os.IBinder mRemote -james.adaptiveicon.R$style: int ThemeOverlay_AppCompat_Dark -com.google.android.gms.base.R$string: int common_google_play_services_install_text -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal -okhttp3.internal.ws.RealWebSocket$Streams: RealWebSocket$Streams(boolean,okio.BufferedSource,okio.BufferedSink) -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintStart_toStartOf -androidx.lifecycle.MediatorLiveData$Source: androidx.lifecycle.LiveData mLiveData -com.amap.api.location.AMapLocation: java.lang.String f(com.amap.api.location.AMapLocation,java.lang.String) -androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType FLOAT_TYPE -wangdaye.com.geometricweather.R$id: int right_side -com.google.android.material.bottomappbar.BottomAppBar$Behavior: BottomAppBar$Behavior() -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_analog_dark -cyanogenmod.themes.ThemeManager -com.jaredrummler.android.colorpicker.R$layout: int abc_screen_simple -com.tencent.bugly.BuglyStrategy: com.tencent.bugly.BuglyStrategy setUploadProcess(boolean) -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: io.reactivex.ObservableSource source -androidx.work.WorkInfo$State: androidx.work.WorkInfo$State CANCELLED -androidx.constraintlayout.widget.Guideline: void setGuidelineBegin(int) -androidx.preference.R$string: int abc_menu_delete_shortcut_label -androidx.lifecycle.SavedStateHandle: androidx.lifecycle.MutableLiveData getLiveDataInternal(java.lang.String,boolean,java.lang.Object) -androidx.preference.R$styleable: int SearchView_iconifiedByDefault -androidx.lifecycle.extensions.R$color: R$color() -wangdaye.com.geometricweather.R$styleable: int[] BubbleSeekBar -androidx.preference.R$styleable: int AppCompatTextView_autoSizeTextType -retrofit2.Utils: java.lang.reflect.Type getSupertype(java.lang.reflect.Type,java.lang.Class,java.lang.Class) -com.google.android.material.R$id: int radio -com.amap.api.location.AMapLocation: java.lang.String k(com.amap.api.location.AMapLocation,java.lang.String) -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice$AdviceContext: AtmoAuraQAResult$Advice$AdviceContext() -wangdaye.com.geometricweather.common.basic.models.weather.Base: java.util.Date getPublishDate() -com.google.android.material.circularreveal.CircularRevealRelativeLayout: CircularRevealRelativeLayout(android.content.Context,android.util.AttributeSet) -androidx.preference.R$style: int Widget_AppCompat_PopupMenu -com.jaredrummler.android.colorpicker.R$string: int v7_preference_on -androidx.fragment.R$styleable: int FontFamily_fontProviderAuthority -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_passwordToggleContentDescription -com.google.android.material.R$drawable: int abc_seekbar_thumb_material -com.tencent.bugly.proguard.u: java.util.Map e -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_icon_padding -okhttp3.MultipartBody: okhttp3.MediaType contentType -androidx.activity.R$id: int accessibility_custom_action_7 -com.google.android.material.R$attr: int errorEnabled -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_ActionBar -androidx.recyclerview.R$style: int TextAppearance_Compat_Notification_Info -com.turingtechnologies.materialscrollbar.R$styleable: int CompoundButton_buttonTint -com.xw.repo.BubbleSeekBar: float getMin() -androidx.hilt.R$style: int TextAppearance_Compat_Notification_Time -androidx.appcompat.widget.SwitchCompat: int getThumbOffset() -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_UnelevatedButton_Icon -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHeight_default -okhttp3.internal.connection.RealConnection: void connectSocket(int,int,okhttp3.Call,okhttp3.EventListener) -cyanogenmod.app.ThemeVersion: java.lang.String MIN_SUPPORTED_THEME_VERSION_FIELD_NAME -com.amap.api.location.AMapLocation: java.lang.String getFloor() -wangdaye.com.geometricweather.R$attr: int transitionDisable -io.reactivex.internal.util.NotificationLite$DisposableNotification: long serialVersionUID -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title -wangdaye.com.geometricweather.R$drawable: int notif_temp_97 -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: long skip -com.google.android.material.slider.BaseSlider: float getValueOfTouchPosition() -androidx.appcompat.resources.R$attr: int fontStyle -com.google.android.material.R$style: int Base_AlertDialog_AppCompat_Light -okhttp3.internal.http2.Http2Stream: void writeHeaders(java.util.List,boolean) -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_setActiveProfileByName -androidx.lifecycle.ViewModelStore: java.util.Set keys() -okhttp3.internal.http2.Http2Connection$2: long val$unacknowledgedBytesRead -androidx.activity.R$drawable: int notification_bg -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog -okhttp3.internal.http.HttpHeaders: boolean hasVaryAll(okhttp3.Response) -wangdaye.com.geometricweather.R$id: int transition_scene_layoutid_cache -android.didikee.donate.R$style: int Base_Widget_AppCompat_ListView -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: io.reactivex.Observer downstream -androidx.coordinatorlayout.R$styleable: int GradientColor_android_endX -com.google.android.material.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex -com.turingtechnologies.materialscrollbar.Indicator: void setRTL(boolean) -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void onDetach() -android.didikee.donate.R$styleable: int AppCompatTheme_editTextStyle -androidx.recyclerview.R$dimen: int compat_button_inset_horizontal_material -androidx.hilt.R$id: int tag_accessibility_pane_title -androidx.constraintlayout.widget.R$color: int material_grey_900 -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_lat -androidx.loader.R$color: R$color() -wangdaye.com.geometricweather.R$string: int widget_day_week -androidx.appcompat.widget.ActivityChooserView: void setExpandActivityOverflowButtonContentDescription(int) -com.amap.api.location.AMapLocationQualityReport: int GPS_STATUS_OFF -androidx.constraintlayout.widget.R$styleable: int MotionTelltales_telltales_tailScale -androidx.lifecycle.ProcessLifecycleOwner: void activityStopped() -okio.Segment: okio.Segment next -com.google.android.material.R$drawable: int mtrl_popupmenu_background -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_go_search_api_material -wangdaye.com.geometricweather.R$styleable: int MenuItem_contentDescription -com.github.rahatarmanahmed.cpv.R$styleable -com.google.android.material.textfield.TextInputLayout: void setStartIconContentDescription(int) -cyanogenmod.providers.DataUsageContract: int COLUMN_OF_UID -wangdaye.com.geometricweather.R$string: int key_weather_source -wangdaye.com.geometricweather.R$dimen: int design_snackbar_padding_horizontal -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_logo -com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_gradientRadius -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: void setStreet(java.lang.String) -androidx.preference.R$drawable: int btn_radio_on_mtrl -retrofit2.HttpServiceMethod: okhttp3.Call$Factory callFactory -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_5_00 -androidx.constraintlayout.widget.R$color: int dim_foreground_disabled_material_light -wangdaye.com.geometricweather.R$dimen: int mtrl_min_touch_target_size -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 -androidx.appcompat.widget.Toolbar: Toolbar(android.content.Context,android.util.AttributeSet) -androidx.core.R$id: int text -com.google.android.material.R$attr: int layout_constraintTop_toBottomOf -okhttp3.internal.http2.Http2Writer: okhttp3.internal.http2.Hpack$Writer hpackWriter -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getTotalPrecipitation() -wangdaye.com.geometricweather.R$dimen: int notification_media_narrow_margin -retrofit2.Platform$Android: java.lang.Object invokeDefaultMethod(java.lang.reflect.Method,java.lang.Class,java.lang.Object,java.lang.Object[]) -androidx.lifecycle.ComputableLiveData$2 -cyanogenmod.providers.CMSettings$Secure: java.lang.String DISPLAY_GAMMA_CALIBRATION_PREFIX -com.amap.api.fence.PoiItem: java.lang.String h -wangdaye.com.geometricweather.R$id: int save_non_transition_alpha -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_verticalBias -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_scaleY -com.google.android.material.R$attr: int showDelay -okhttp3.internal.http2.Hpack$Writer: boolean emitDynamicTableSizeUpdate -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver inner -androidx.fragment.R$id: int accessibility_custom_action_8 -com.google.android.gms.dynamite.DynamiteModule$DynamiteLoaderClassLoader: java.lang.ClassLoader sClassLoader -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: boolean disposed -androidx.constraintlayout.widget.R$drawable: int abc_btn_check_to_on_mtrl_015 -com.google.android.material.R$attr: int fontProviderFetchTimeout -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemTextColor -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_68 -androidx.constraintlayout.helper.widget.Flow: Flow(android.content.Context,android.util.AttributeSet,int) -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher: androidx.lifecycle.LiveData mLiveData -wangdaye.com.geometricweather.R$array: int week_widget_style_values -androidx.appcompat.R$color: int primary_text_default_material_light -com.tencent.bugly.proguard.ad: byte[] a(byte[]) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onBouncerShowing(boolean) -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$RainForecast: MfRainResult$RainForecast() -james.adaptiveicon.R$string: int abc_search_hint -android.didikee.donate.R$dimen: int notification_right_icon_size -androidx.constraintlayout.widget.VirtualLayout: void setVisibility(int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setPressure(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean) -com.turingtechnologies.materialscrollbar.R$id: int coordinator -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX() -james.adaptiveicon.R$attr: int colorButtonNormal -wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_showColorShades -android.didikee.donate.R$style: int Animation_AppCompat_Dialog -androidx.preference.R$attr: int actionLayout -okhttp3.FormBody: long writeOrCountBytes(okio.BufferedSink,boolean) -wangdaye.com.geometricweather.R$drawable: int abc_ic_star_half_black_48dp -wangdaye.com.geometricweather.common.basic.models.weather.Astro: boolean isValid() -com.jaredrummler.android.colorpicker.R$attr: int closeItemLayout -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_RC4_128_MD5 -wangdaye.com.geometricweather.R$styleable: int PreferenceFragment_android_dividerHeight -androidx.appcompat.R$style: int Base_V7_Widget_AppCompat_Toolbar -com.google.android.material.R$integer: int abc_config_activityDefaultDur -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: void onError(java.lang.Throwable) -android.didikee.donate.R$dimen: int notification_large_icon_width -com.tencent.bugly.BuglyStrategy: boolean isBuglyLogUpload() -com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_size_mini -androidx.appcompat.R$styleable: int Toolbar_contentInsetRight -androidx.constraintlayout.motion.widget.MotionLayout: float getProgress() -wangdaye.com.geometricweather.R$id: int action_appStore -wangdaye.com.geometricweather.R$dimen: int design_bottom_sheet_elevation -com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver: com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver d -androidx.constraintlayout.widget.R$drawable: int abc_menu_hardkey_panel_mtrl_mult -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: PrecipitationProbability(java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float) -com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding: com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding[] values() -cyanogenmod.providers.CMSettings$Secure: java.lang.String STATS_COLLECTION -androidx.work.ExistingPeriodicWorkPolicy: androidx.work.ExistingPeriodicWorkPolicy KEEP -io.reactivex.Observable: io.reactivex.Observable mergeWith(io.reactivex.CompletableSource) -androidx.legacy.coreutils.R$styleable: int FontFamily_fontProviderPackage -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator HIGH_TOUCH_SENSITIVITY_ENABLE_VALIDATOR -wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_6 -com.turingtechnologies.materialscrollbar.R$dimen: int abc_disabled_alpha_material_light -wangdaye.com.geometricweather.R$dimen: int hint_alpha_material_dark -cyanogenmod.providers.DataUsageContract: int COLUMN_OF_LABEL -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_menu_header_material -android.didikee.donate.R$id: int alertTitle -retrofit2.adapter.rxjava2.ResultObservable: void subscribeActual(io.reactivex.Observer) -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: int requestFusion(int) -james.adaptiveicon.R$drawable: int abc_ic_menu_overflow_material -retrofit2.converter.gson.GsonRequestBodyConverter: com.google.gson.Gson gson -com.google.android.material.R$layout: int mtrl_calendar_vertical -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_liftOnScroll -wangdaye.com.geometricweather.R$id: int textSpacerNoButtons -okhttp3.internal.http2.Settings: boolean isSet(int) -com.tencent.bugly.proguard.z: android.content.Context a(android.content.Context) -com.google.android.material.progressindicator.ProgressIndicator: int getGrowMode() -com.tencent.bugly.crashreport.BuglyLog: BuglyLog() -com.amap.api.location.AMapLocation: java.lang.String getAoiName() -com.google.android.material.R$styleable: int MaterialCalendarItem_android_insetLeft -cyanogenmod.weather.util.WeatherUtils: java.lang.String formatTemperature(double,int) -wangdaye.com.geometricweather.R$style: int Preference_SwitchPreference_Material -okhttp3.internal.http2.Http2Connection$Builder: okio.BufferedSink sink -cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_MIGRATE_SETTINGS -wangdaye.com.geometricweather.R$drawable: int notif_temp_86 -cyanogenmod.themes.IThemeService$Stub$Proxy: java.lang.String getInterfaceDescriptor() -retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder addCallAdapterFactory(retrofit2.CallAdapter$Factory) -cyanogenmod.hardware.ThermalListenerCallback$State: int STATE_CRITICAL -cyanogenmod.providers.CMSettings$System: boolean putInt(android.content.ContentResolver,java.lang.String,int) -com.google.android.material.R$attr: int collapsedTitleGravity -androidx.lifecycle.ProcessLifecycleOwner$2: void onStart() -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void onNext(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_Counter_Overflow -com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_FloatingActionButton -wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_backgroundTint -androidx.lifecycle.ProcessLifecycleOwnerInitializer: android.database.Cursor query(android.net.Uri,java.lang.String[],java.lang.String,java.lang.String[],java.lang.String) -androidx.preference.R$styleable: int[] FragmentContainerView -androidx.appcompat.R$string: int abc_menu_space_shortcut_label -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5 -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: void onNext(java.lang.Object) -androidx.recyclerview.R$styleable: int[] ColorStateListItem -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: IKeyguardExternalViewCallbacks$Stub$Proxy(android.os.IBinder) -androidx.activity.R$styleable: int GradientColor_android_startColor -wangdaye.com.geometricweather.R$id: int item_card_display -com.google.android.material.R$styleable: int KeyTimeCycle_waveOffset -androidx.constraintlayout.widget.R$id: int top -androidx.constraintlayout.widget.R$attr: int layout_constrainedHeight -okhttp3.Route: java.net.Proxy proxy -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: android.os.IBinder mRemote -androidx.hilt.R$id: int chronometer -retrofit2.RequestBuilder: void addFormField(java.lang.String,java.lang.String,boolean) -okhttp3.internal.cache2.Relay$RelaySource: long read(okio.Buffer,long) -com.google.android.material.navigation.NavigationView: void setOverScrollMode(int) -android.didikee.donate.R$styleable: int AppCompatTheme_actionBarTabStyle -wangdaye.com.geometricweather.R$string: int sp_widget_clock_day_week_setting -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintGuide_percent -cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status CANCELLED -cyanogenmod.weather.RequestInfo: cyanogenmod.weather.WeatherLocation access$402(cyanogenmod.weather.RequestInfo,cyanogenmod.weather.WeatherLocation) -androidx.preference.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_1 -cyanogenmod.weather.WeatherInfo$DayForecast: android.os.Parcelable$Creator CREATOR -com.tencent.bugly.proguard.n: com.tencent.bugly.proguard.n b -androidx.cardview.R$attr: int cardCornerRadius -wangdaye.com.geometricweather.R$attr: int type -androidx.constraintlayout.widget.R$interpolator -com.tencent.bugly.proguard.p: int a(java.lang.String,java.lang.String,java.lang.String[],com.tencent.bugly.proguard.o) -cyanogenmod.providers.CMSettings$NameValueCache: java.lang.String NAME_EQ_PLACEHOLDER -androidx.dynamicanimation.R$id: int text2 -com.baidu.location.e.l$b -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setO3Desc(java.lang.String) -wangdaye.com.geometricweather.R$attr: int bsb_is_float_type -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_Bridge -android.didikee.donate.R$styleable: int SwitchCompat_switchTextAppearance -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setId(java.lang.Long) -cyanogenmod.hardware.ICMHardwareService: int[] getDisplayColorCalibration() -com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_check_to_on_mtrl_015 -wangdaye.com.geometricweather.common.ui.widgets.SquareFrameLayout: SquareFrameLayout(android.content.Context) -androidx.appcompat.R$attr: int titleMarginBottom -wangdaye.com.geometricweather.R$array: int clock_font -com.tencent.bugly.crashreport.common.info.a: long Q -androidx.preference.R$dimen: int abc_search_view_preferred_width -wangdaye.com.geometricweather.R$styleable: int[] DialogPreference -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Imperial -cyanogenmod.weather.WeatherLocation$1: java.lang.Object[] newArray(int) -wangdaye.com.geometricweather.R$anim: int abc_slide_in_top -wangdaye.com.geometricweather.R$styleable: int KeyCycle_motionTarget -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling: double Value -androidx.core.R$layout: int notification_template_part_chronometer -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_maxWidth -androidx.preference.R$styleable: int AppCompatTextView_autoSizeStepGranularity -okhttp3.internal.http.RetryAndFollowUpInterceptor -wangdaye.com.geometricweather.R$attr: int imageButtonStyle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Metric: double Value -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer getApparentTemperature() -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_ActionBar -cyanogenmod.themes.ThemeChangeRequest: cyanogenmod.themes.ThemeChangeRequest$RequestType mRequestType -cyanogenmod.app.CustomTileListenerService: void registerAsSystemService(android.content.Context,android.content.ComponentName,int) -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit$Calculator unitCalculator -wangdaye.com.geometricweather.R$id: int activity_card_display_manage_appBar -androidx.preference.R$styleable: int AppCompatTheme_actionBarTabStyle -com.bumptech.glide.R$drawable: R$drawable() -com.turingtechnologies.materialscrollbar.R$styleable: int[] CoordinatorLayout_Layout -androidx.appcompat.R$style: int Widget_AppCompat_PopupMenu_Overflow -io.reactivex.exceptions.CompositeException: int size() -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: long serialVersionUID -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActivityChooserView -okio.Okio$2: okio.Timeout val$timeout -retrofit2.ParameterHandler$2 -wangdaye.com.geometricweather.R$drawable: int notif_temp_129 -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer getWindChillTemperature() -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: io.reactivex.ObservableSource source -androidx.hilt.R$id: int tag_unhandled_key_event_manager -com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$EntrySet entrySet -androidx.appcompat.R$styleable: int AppCompatTheme_listMenuViewStyle -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintWidth_min -retrofit2.BuiltInConverters: BuiltInConverters() -cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_onAttach_0 -androidx.loader.R$string: int status_bar_notification_info_overflow -androidx.appcompat.R$dimen: int abc_text_size_body_1_material -com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter: void onAnimationReset() -com.google.android.gms.base.R$string: int common_google_play_services_enable_text -androidx.constraintlayout.widget.R$color: int foreground_material_dark -james.adaptiveicon.R$drawable: int abc_list_selector_holo_light -com.google.android.material.R$dimen: int abc_button_padding_vertical_material -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_RatingBar_Indicator -androidx.lifecycle.ProcessLifecycleOwner$1: ProcessLifecycleOwner$1(androidx.lifecycle.ProcessLifecycleOwner) -wangdaye.com.geometricweather.R$attr: int colorPrimaryDark -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light_Dialog -wangdaye.com.geometricweather.R$id: int tag_icon_top -androidx.appcompat.R$styleable: int Toolbar_logoDescription -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String district -com.google.android.material.R$styleable: int Constraint_barrierAllowsGoneWidgets -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large -androidx.preference.R$attr: int borderlessButtonStyle -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Caption -com.google.android.material.R$attr: int paddingLeftSystemWindowInsets -wangdaye.com.geometricweather.R$attr: int percentWidth -com.xw.repo.bubbleseekbar.R$styleable: int PopupWindow_android_popupBackground -com.google.android.material.R$drawable: int abc_item_background_holo_dark -com.google.android.material.R$attr: int moveWhenScrollAtTop -cyanogenmod.externalviews.ExternalViewProviderService: android.os.IBinder onBind(android.content.Intent) -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.amap.api.location.AMapLocation: void setSatellites(int) -com.google.android.material.chip.Chip: void setShowMotionSpecResource(int) -wangdaye.com.geometricweather.R$id: int deltaRelative -okhttp3.Cookie: boolean persistent -androidx.work.R$style: int Widget_Compat_NotificationActionContainer -wangdaye.com.geometricweather.R$drawable: int ic_tag_plus -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputEditText_OutlinedBox -retrofit2.BuiltInConverters$UnitResponseBodyConverter: BuiltInConverters$UnitResponseBodyConverter() -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.WeatherIconControlView: void setOnWeatherIconChangingListener(wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.WeatherIconControlView$OnWeatherIconChangingListener) -cyanogenmod.app.CMStatusBarManager: android.content.Context mContext -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: long timeout -okio.Pipe$PipeSink: Pipe$PipeSink(okio.Pipe) -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_seek_by_section -com.google.android.material.R$id: int labeled -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: java.lang.String datetime -wangdaye.com.geometricweather.R$color: int primary_text_disabled_material_dark -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader -com.google.gson.stream.JsonWriter: void newline() -wangdaye.com.geometricweather.R$attr: int chipSpacingVertical -androidx.lifecycle.ProcessLifecycleOwner$2 -com.google.android.material.R$styleable: int KeyCycle_framePosition -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Display4 -androidx.constraintlayout.widget.R$dimen: int abc_text_size_body_1_material -okhttp3.internal.tls.BasicCertificateChainCleaner: int MAX_SIGNERS -androidx.preference.R$styleable: int[] ActionMode -com.google.android.material.R$style: int Base_Animation_AppCompat_Tooltip -androidx.lifecycle.Transformations -com.google.android.material.R$color: int material_on_background_emphasis_high_type -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PressureTendency: AccuCurrentResult$PressureTendency() -com.tencent.bugly.crashreport.crash.c: void a(java.lang.Thread,java.lang.Throwable,boolean,java.lang.String,byte[],boolean) -androidx.viewpager.R$styleable: int GradientColor_android_endY -androidx.appcompat.view.menu.ActionMenuItemView: ActionMenuItemView(android.content.Context) -wangdaye.com.geometricweather.R$drawable: int design_ic_visibility -com.google.android.material.R$dimen: int abc_action_button_min_width_overflow_material -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Spinner_DropDown -okhttp3.HttpUrl: java.lang.String PATH_SEGMENT_ENCODE_SET_URI -com.xw.repo.bubbleseekbar.R$id: int action_bar -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHorizontal_bias -com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawable_android_constantSize -androidx.preference.R$styleable: int GradientColorItem_android_color -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setArcBackgroundColor(int) -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_firstVerticalBias -wangdaye.com.geometricweather.R$dimen: int design_snackbar_elevation -com.google.android.material.R$dimen: int abc_action_bar_content_inset_material -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: java.util.Date LocalObservationDateTime -androidx.constraintlayout.widget.R$styleable: int RecycleListView_paddingTopNoTitle -com.bumptech.glide.R$id: int line1 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: int getStatus() -androidx.preference.R$styleable: int AppCompatTheme_alertDialogTheme -okhttp3.internal.http1.Http1Codec$ChunkedSink: okhttp3.internal.http1.Http1Codec this$0 -com.turingtechnologies.materialscrollbar.R$attr: int imageButtonStyle -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone -com.google.android.material.chip.Chip: void setIconStartPadding(float) -com.xw.repo.bubbleseekbar.R$color: int bright_foreground_inverse_material_light -wangdaye.com.geometricweather.R$attr: int enforceMaterialTheme -cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_writePersistentBytes -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_12 -com.turingtechnologies.materialscrollbar.R$id: int scrollView -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_title_material_toolbar -androidx.appcompat.R$id: int activity_chooser_view_content -wangdaye.com.geometricweather.R$styleable: int FontFamily_fontProviderPackage -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode HAZE -androidx.viewpager.R$styleable: int[] FontFamilyFont -io.reactivex.internal.schedulers.AbstractDirectTask: java.lang.Runnable getWrappedRunnable() -androidx.constraintlayout.widget.R$styleable: int Constraint_drawPath -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Description: java.lang.String English -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_android_windowAnimationStyle -wangdaye.com.geometricweather.R$attr: int bottom_text_color -com.xw.repo.bubbleseekbar.R$string: int status_bar_notification_info_overflow -com.google.android.material.button.MaterialButton: MaterialButton(android.content.Context,android.util.AttributeSet,int) -com.jaredrummler.android.colorpicker.ColorPanelView: ColorPanelView(android.content.Context) -okhttp3.internal.platform.OptionalMethod -okhttp3.internal.connection.RealConnection: java.net.Socket socket -com.amap.api.location.AMapLocationClientOption: boolean isMockEnable() -androidx.coordinatorlayout.R$id: int accessibility_custom_action_25 -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintTag -com.google.android.material.R$style: int Widget_AppCompat_Light_PopupMenu -okhttp3.RequestBody$2: okhttp3.MediaType contentType() -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHeight_percent -cyanogenmod.app.Profile$TriggerType: int BLUETOOTH -io.reactivex.internal.disposables.EmptyDisposable: void clear() -androidx.hilt.R$id: int accessibility_custom_action_20 -androidx.preference.R$attr: int actionBarStyle -wangdaye.com.geometricweather.R$attr: int radius_to -wangdaye.com.geometricweather.db.entities.DailyEntity: void setPm10(java.lang.Float) -wangdaye.com.geometricweather.R$attr: int chipIconVisible -com.turingtechnologies.materialscrollbar.R$color: int design_fab_stroke_end_inner_color -androidx.hilt.work.R$id: int accessibility_custom_action_24 -com.turingtechnologies.materialscrollbar.R$attr: int tickMarkTint -androidx.appcompat.R$string: int abc_search_hint -wangdaye.com.geometricweather.R$id: int toggle -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_Dialog_FixedSize -cyanogenmod.app.CustomTileListenerService: boolean isBound() -cyanogenmod.app.Profile: boolean mStatusBarIndicator -com.google.android.material.R$string: int mtrl_chip_close_icon_content_description -androidx.appcompat.widget.Toolbar: void setLogo(int) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeWindSpeed -com.github.rahatarmanahmed.cpv.R$bool: int cpv_default_is_indeterminate -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float pm25 -com.amap.api.fence.GeoFence: float l -androidx.transition.R$layout: int notification_template_custom_big -androidx.constraintlayout.utils.widget.ImageFilterView: void setRoundPercent(float) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Tooltip -androidx.constraintlayout.widget.R$dimen: int abc_text_size_menu_header_material -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeThunderstormPrecipitationProbability(java.lang.Float) -androidx.transition.R$styleable: int FontFamilyFont_fontStyle -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_layout -okio.SegmentPool: okio.Segment next -io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: void onNext(java.lang.Object) -androidx.hilt.lifecycle.R$integer: int status_bar_notification_info_maxnum -android.didikee.donate.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item -androidx.appcompat.R$styleable: int[] AnimatedStateListDrawableTransition -cyanogenmod.externalviews.IExternalViewProvider$Stub: cyanogenmod.externalviews.IExternalViewProvider asInterface(android.os.IBinder) -androidx.viewpager.R$dimen: int compat_notification_large_icon_max_height -androidx.core.view.GestureDetectorCompat$GestureDetectorCompatImplJellybeanMr2 -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_goneMarginEnd -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored -wangdaye.com.geometricweather.background.receiver.widget.WidgetTrendHourlyProvider: WidgetTrendHourlyProvider() -wangdaye.com.geometricweather.R$drawable: int notification_bg_normal -androidx.appcompat.R$style: int Base_V23_Theme_AppCompat -android.didikee.donate.R$styleable: int[] Spinner -androidx.work.R$styleable -wangdaye.com.geometricweather.R$drawable: int weather_haze_mini_grey -io.reactivex.internal.util.VolatileSizeArrayList: java.lang.Object remove(int) -com.google.android.material.R$styleable: int[] MaterialAutoCompleteTextView -com.jaredrummler.android.colorpicker.R$attr: int actionOverflowMenuStyle -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeThunderstormPrecipitation -com.google.android.material.textfield.TextInputLayout: void setCounterTextColor(android.content.res.ColorStateList) -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.AirQuality getAirQuality() -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_pivotAnchor -com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges -wangdaye.com.geometricweather.R$string: int feedback_live_wallpaper_weather_kind -com.turingtechnologies.materialscrollbar.R$id: int customPanel -com.jaredrummler.android.colorpicker.R$styleable: int Preference_allowDividerBelow -androidx.appcompat.R$styleable: int FontFamily_fontProviderAuthority -io.reactivex.Observable: java.lang.Object to(io.reactivex.functions.Function) -androidx.preference.R$style: int Widget_AppCompat_Light_ActivityChooserView -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: int getCollapsedSize() -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setLocationMode(com.amap.api.location.AMapLocationClientOption$AMapLocationMode) -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Subhead -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.lang.Integer RIGHT_CLOSE -retrofit2.Platform: java.util.concurrent.Executor defaultCallbackExecutor() -androidx.appcompat.widget.Toolbar: int getCurrentContentInsetRight() -wangdaye.com.geometricweather.R$attr: int layout_constraintHorizontal_chainStyle -wangdaye.com.geometricweather.R$attr: int round -com.google.android.material.slider.Slider: android.content.res.ColorStateList getHaloTintList() -com.tencent.bugly.crashreport.biz.a: void b() -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_PSK_WITH_3DES_EDE_CBC_SHA -com.xw.repo.bubbleseekbar.R$attr: int textAppearanceListItemSmall -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Display1 -com.google.android.material.R$attr: int backgroundInsetBottom -wangdaye.com.geometricweather.R$drawable: int star_2 -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listMenuViewStyle -com.google.android.material.R$id: int cut -androidx.work.WorkInfo$State: boolean isFinished() -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.Long getId() -retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$1: retrofit2.Call $this_await$inlined -com.turingtechnologies.materialscrollbar.R$id: int textSpacerNoTitle -com.google.android.material.R$id: int material_clock_face -com.turingtechnologies.materialscrollbar.R$attr: int seekBarStyle -wangdaye.com.geometricweather.settings.dialogs.AdaptiveIconDialog -james.adaptiveicon.R$styleable: int ViewStubCompat_android_id -com.google.android.material.R$id: int action_bar_container -wangdaye.com.geometricweather.db.entities.DaoMaster$DevOpenHelper -androidx.lifecycle.SavedStateHandleController: boolean isAttached() -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setTextColor(int) -io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,boolean,int,int) -androidx.legacy.coreutils.R$styleable: int[] GradientColor -wangdaye.com.geometricweather.R$layout: int mtrl_picker_dialog -android.didikee.donate.R$attr: int paddingBottomNoButtons -wangdaye.com.geometricweather.R$styleable: int Fragment_android_tag -com.jaredrummler.android.colorpicker.R$color: int abc_secondary_text_material_dark -com.google.android.material.bottomappbar.BottomAppBar: android.content.res.ColorStateList getBackgroundTint() -com.jaredrummler.android.colorpicker.R$id: int line1 -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart -androidx.activity.R$attr: int ttcIndex -com.google.android.material.tabs.TabLayout: int getSelectedTabPosition() -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: void setGravitySensorEnabled(boolean) -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintTop_creator -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner -androidx.appcompat.widget.AppCompatImageView: AppCompatImageView(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$styleable: int ViewBackgroundHelper_android_background -com.turingtechnologies.materialscrollbar.R$attr: int chipCornerRadius -james.adaptiveicon.R$dimen: int abc_config_prefDialogWidth -com.google.android.material.R$dimen: int mtrl_slider_label_radius -com.xw.repo.bubbleseekbar.R$attr: int backgroundSplit -com.amap.api.fence.GeoFence: java.lang.String getPendingIntentAction() -com.turingtechnologies.materialscrollbar.R$id: int up -wangdaye.com.geometricweather.R$layout: int item_weather_daily_line -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getLtoDestination -wangdaye.com.geometricweather.R$styleable: int SearchView_android_focusable -androidx.appcompat.R$dimen: int abc_dropdownitem_text_padding_left -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_checkedTextViewStyle -okhttp3.internal.http2.Http2: byte TYPE_WINDOW_UPDATE -androidx.constraintlayout.widget.R$attr: int customDimension -com.jaredrummler.android.colorpicker.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog -wangdaye.com.geometricweather.common.basic.models.weather.History: java.util.Date date -androidx.appcompat.R$styleable: int AppCompatImageView_tintMode -androidx.core.R$id: int accessibility_custom_action_3 -org.greenrobot.greendao.AbstractDaoSession: java.lang.Object load(java.lang.Class,java.lang.Object) -androidx.constraintlayout.widget.R$attr: int drawableLeftCompat -androidx.lifecycle.Transformations$2: Transformations$2(androidx.arch.core.util.Function,androidx.lifecycle.MediatorLiveData) -retrofit2.Utils -retrofit2.ParameterHandler$Body: retrofit2.Converter converter -com.google.android.material.button.MaterialButton: void setStrokeColorResource(int) -wangdaye.com.geometricweather.R$dimen -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator USE_EDGE_SERVICE_FOR_GESTURES_VALIDATOR -wangdaye.com.geometricweather.R$style: int Base_MaterialAlertDialog_MaterialComponents_Title_Icon -androidx.hilt.work.R$id: int text2 -wangdaye.com.geometricweather.R$id: int notification_big_icon_5 -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Region: java.lang.String EnglishName -androidx.appcompat.R$id: int progress_horizontal -com.turingtechnologies.materialscrollbar.R$attr: int toolbarNavigationButtonStyle -wangdaye.com.geometricweather.R$style: int RtlOverlay_DialogWindowTitle_AppCompat -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: int WeatherIcon -androidx.dynamicanimation.R$drawable: int notification_template_icon_bg -wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTomorrowForecastUpdateService: ForegroundTomorrowForecastUpdateService() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Imperial -wangdaye.com.geometricweather.R$layout: int abc_action_mode_bar +com.turingtechnologies.materialscrollbar.R$color: int switch_thumb_disabled_material_dark +androidx.constraintlayout.widget.R$styleable: int Transition_autoTransition +cyanogenmod.providers.CMSettings$System: java.lang.String getString(android.content.ContentResolver,java.lang.String) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: void setSpeed(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean) +androidx.work.R$dimen: int compat_notification_large_icon_max_height +wangdaye.com.geometricweather.R$attr: int mock_diagonalsColor +com.google.android.material.R$attr: int fastScrollVerticalTrackDrawable +okhttp3.internal.http2.Hpack$Reader: int headerTableSizeSetting +cyanogenmod.providers.CMSettings$System: java.lang.String DIALER_OPENCNAM_ACCOUNT_SID +android.didikee.donate.R$id: int search_mag_icon +com.google.android.material.R$styleable: int[] MotionScene +androidx.dynamicanimation.R$styleable: int GradientColor_android_startColor +wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: java.lang.String getMoonPhase(android.content.Context) +com.google.android.material.R$styleable: int ConstraintSet_android_layout_marginStart +com.bumptech.glide.integration.okhttp.R$dimen: int notification_media_narrow_margin +com.google.android.material.chip.Chip: float getIconStartPadding() +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Spinner_DropDown +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowFixedWidthMinor +cyanogenmod.providers.CMSettings$System: java.lang.String INCREASING_RING_RAMP_UP_TIME +okhttp3.Connection: java.net.Socket socket() +com.google.gson.stream.JsonReader: boolean nextBoolean() +androidx.preference.R$attr: int goIcon +com.google.android.material.R$drawable: int abc_btn_switch_to_on_mtrl_00012 +com.google.android.material.R$attr: int rangeFillColor +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: float PRECIPITATION_RAINSTORM +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9 +androidx.constraintlayout.widget.R$styleable: int ActionBar_divider +android.support.v4.os.IResultReceiver$Stub$Proxy: IResultReceiver$Stub$Proxy(android.os.IBinder) +androidx.fragment.R$drawable: int notification_template_icon_low_bg +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_23 +androidx.preference.R$drawable: int notification_bg_low_pressed +okhttp3.internal.platform.AndroidPlatform: int MAX_LOG_LENGTH +com.tencent.bugly.crashreport.CrashReport$UserStrategy: com.tencent.bugly.BuglyStrategy$a getCrashHandleCallback() +retrofit2.RequestBuilder: okhttp3.Request$Builder get() +cyanogenmod.app.CustomTile$ExpandedListItem: void setExpandedListItemDrawable(int) +wangdaye.com.geometricweather.R$id: int test_radiobutton_android_button_tint +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: int lastIndex +okhttp3.internal.platform.JdkWithJettyBootPlatform: java.lang.reflect.Method getMethod +wangdaye.com.geometricweather.R$id: int standard +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float co +androidx.annotation.Keep +androidx.appcompat.widget.Toolbar: void setCollapseContentDescription(java.lang.CharSequence) +wangdaye.com.geometricweather.R$string: int follow_system +com.google.android.material.R$style: int Base_DialogWindowTitleBackground_AppCompat +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Imperial: double Value +okhttp3.internal.http2.Http2Connection: long awaitPingsSent +james.adaptiveicon.R$styleable: int AlertDialog_showTitle +cyanogenmod.weather.WeatherLocation$1: cyanogenmod.weather.WeatherLocation[] newArray(int) +com.google.android.material.R$attr: int behavior_autoHide +com.tencent.bugly.crashreport.common.info.AppInfo: java.util.Map d(android.content.Context) +com.google.android.material.button.MaterialButtonToggleGroup: void removeOnButtonCheckedListener(com.google.android.material.button.MaterialButtonToggleGroup$OnButtonCheckedListener) +wangdaye.com.geometricweather.R$id: int activity_settings_container +androidx.appcompat.R$color: int dim_foreground_material_light +androidx.constraintlayout.widget.R$attr: int targetId +cyanogenmod.weather.WeatherLocation: java.lang.String toString() +com.tencent.bugly.crashreport.biz.a: android.content.ContentValues a(com.tencent.bugly.crashreport.biz.UserInfoBean) +cyanogenmod.externalviews.IKeyguardExternalViewProvider: void alterWindow(int,int,int,int,boolean,android.graphics.Rect) +androidx.preference.R$drawable: int abc_ic_star_black_36dp +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_startIconDrawable +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_lastVerticalBias +okhttp3.internal.connection.RealConnection: long idleAtNanos +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_ActionBar_Surface +okhttp3.internal.http2.PushObserver: okhttp3.internal.http2.PushObserver CANCEL +com.xw.repo.bubbleseekbar.R$color: int secondary_text_disabled_material_dark +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_firstBaselineToTopHeight +androidx.fragment.R$styleable: int FontFamilyFont_android_fontStyle +androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_textColorHint +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_4_30 +com.bumptech.glide.integration.okhttp.R$layout: int notification_template_icon_group +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Rain Rain +wangdaye.com.geometricweather.db.entities.LocationEntity: java.util.TimeZone timeZone +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao chineseCityEntityDao +wangdaye.com.geometricweather.db.entities.HourlyEntity: int temperature +com.turingtechnologies.materialscrollbar.R$layout: int abc_screen_simple +com.jaredrummler.android.colorpicker.R$color: int abc_primary_text_material_light +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_homeAsUpIndicator +wangdaye.com.geometricweather.db.entities.DaoMaster: wangdaye.com.geometricweather.db.entities.DaoSession newSession(org.greenrobot.greendao.identityscope.IdentityScopeType) +wangdaye.com.geometricweather.R$id: int title_template +com.amap.api.fence.DistrictItem: java.lang.String b +com.bumptech.glide.integration.okhttp.R$dimen: int notification_large_icon_height +com.bumptech.glide.load.DecodeFormat: com.bumptech.glide.load.DecodeFormat DEFAULT +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition: double Longitude +com.google.android.material.R$style: int Platform_V21_AppCompat_Light +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_DrawerArrowToggle +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType QueryList +com.jaredrummler.android.colorpicker.R$style: int Base_V7_Theme_AppCompat_Light +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_TabText +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_android_font +androidx.drawerlayout.R$id: int action_container +androidx.legacy.coreutils.R$drawable: int notification_template_icon_bg +wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_moonPhaseText +io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function7) +androidx.lifecycle.ProcessLifecycleOwnerInitializer: boolean onCreate() +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean requireAdaptiveBacklightForSunlightEnhancement() +com.google.android.material.button.MaterialButton: android.graphics.drawable.Drawable getIcon() +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ListView_DropDown +androidx.transition.R$string +androidx.lifecycle.extensions.R$layout: int notification_action +wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: SlidingItemContainerLayout(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$styleable: int ArcProgress_progress_color +com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert +wangdaye.com.geometricweather.R$attr: int rippleColor +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_firstHorizontalBias +com.google.android.gms.base.R$string: int common_google_play_services_update_title +com.turingtechnologies.materialscrollbar.R$attr: int cardViewStyle +androidx.preference.R$attr: int fontProviderFetchStrategy +androidx.loader.R$dimen: int notification_small_icon_background_padding +wangdaye.com.geometricweather.R$attr: int bsb_bubble_text_size +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Button +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Headline +com.google.android.material.textfield.TextInputEditText: com.google.android.material.textfield.TextInputLayout getTextInputLayout() +cyanogenmod.weather.WeatherInfo$DayForecast: WeatherInfo$DayForecast(cyanogenmod.weather.WeatherInfo$1) +com.amap.api.location.APSService: void onCreate() +com.google.android.material.R$styleable: int[] PopupWindowBackgroundState +androidx.preference.R$styleable: int[] CheckBoxPreference +wangdaye.com.geometricweather.R$drawable: int ic_android +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse +okhttp3.internal.ws.RealWebSocket: java.util.ArrayDeque messageAndCloseQueue +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow +retrofit2.ParameterHandler$QueryMap: retrofit2.Converter valueConverter +com.xw.repo.bubbleseekbar.R$id: int src_over +androidx.preference.R$styleable: int Preference_android_enabled +androidx.coordinatorlayout.R$styleable: int FontFamilyFont_fontWeight +androidx.appcompat.R$integer: int status_bar_notification_info_maxnum +io.reactivex.internal.util.NotificationLite +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_barrierDirection +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_disabled_elevation +com.google.android.material.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView +io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: void run() +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA +wangdaye.com.geometricweather.R$attr: int preferenceFragmentListStyle +com.github.rahatarmanahmed.cpv.R$color +com.google.android.material.R$style: int Widget_AppCompat_Light_AutoCompleteTextView +android.didikee.donate.R$id: int buttonPanel +androidx.constraintlayout.widget.R$attr: int actionBarTabTextStyle +com.google.android.material.R$style: int Widget_MaterialComponents_Snackbar +wangdaye.com.geometricweather.R$attr: int errorContentDescription +wangdaye.com.geometricweather.R$styleable: int MaterialShape_shapeAppearance +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +android.didikee.donate.R$styleable: int AppCompatTheme_colorPrimary +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$id: int activity_chooser_view_content +com.amap.api.fence.GeoFenceManagerBase: void addPolygonGeoFence(java.util.List,java.lang.String) +com.google.android.material.R$dimen: int design_snackbar_elevation +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric: int UnitType +androidx.preference.R$styleable: int Preference_singleLineTitle +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_fontFamily +cyanogenmod.app.StatusBarPanelCustomTile: StatusBarPanelCustomTile(java.lang.String,java.lang.String,java.lang.String,int,java.lang.String,int,int,cyanogenmod.app.CustomTile,android.os.UserHandle) +james.adaptiveicon.R$color +wangdaye.com.geometricweather.R$drawable: int notif_temp_117 +com.xw.repo.bubbleseekbar.R$drawable: int abc_seekbar_tick_mark_material +androidx.appcompat.widget.FitWindowsFrameLayout +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onDetach() +androidx.viewpager.R$dimen: int compat_notification_large_icon_max_width +io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: boolean isDisposed() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: void setValue(java.util.List) +androidx.appcompat.R$drawable: int abc_list_selector_disabled_holo_light +wangdaye.com.geometricweather.R$id: int container_main_pollen_subtitle +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_54 +androidx.preference.R$id: int custom +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean setNativeIsAppForeground(boolean) +wangdaye.com.geometricweather.R$id: int SYM +com.google.android.material.R$styleable: int AppCompatTheme_dialogTheme +wangdaye.com.geometricweather.R$styleable: int AppCompatImageView_srcCompat +okhttp3.Cache$CacheResponseBody: java.lang.String contentType +cyanogenmod.providers.CMSettings$Global: boolean shouldInterceptSystemProvider(java.lang.String) +james.adaptiveicon.R$drawable: int abc_vector_test +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_fontFamily +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder pingInterval(long,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWeatherCode(wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode) +com.google.android.material.slider.BaseSlider: void setStepSize(float) +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Body1 +com.bumptech.glide.integration.okhttp.R$dimen: int notification_small_icon_size_as_large +androidx.lifecycle.ComputableLiveData$1: androidx.lifecycle.ComputableLiveData this$0 +james.adaptiveicon.R$attr: int windowNoTitle +com.google.android.material.floatingactionbutton.FloatingActionButton: void setScaleX(float) +com.tencent.bugly.proguard.ap: void a(com.tencent.bugly.proguard.j) +wangdaye.com.geometricweather.R$styleable: int ActionBar_contentInsetEndWithActions +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setType(java.lang.String) +com.google.android.material.R$id: int material_clock_period_am_button +com.google.android.material.R$drawable: int btn_radio_off_mtrl +io.reactivex.Observable: io.reactivex.Observable retry(io.reactivex.functions.BiPredicate) +com.bumptech.glide.load.ImageHeaderParser$ImageType +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color +wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setCityId(java.lang.String) +wangdaye.com.geometricweather.R$string: int get_more_github +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_alertDialogStyle +cyanogenmod.app.ProfileManager: java.lang.String EXTRA_LAST_PROFILE_UUID +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_weather +com.jaredrummler.android.colorpicker.R$attr: int dialogIcon +james.adaptiveicon.R$attr: int defaultQueryHint +androidx.appcompat.widget.AppCompatCheckBox: AppCompatCheckBox(android.content.Context,android.util.AttributeSet,int) +com.turingtechnologies.materialscrollbar.R$string: int status_bar_notification_info_overflow +com.google.android.material.floatingactionbutton.FloatingActionButton: void setCompatPressedTranslationZ(float) +androidx.lifecycle.ReportFragment: void dispatchResume(androidx.lifecycle.ReportFragment$ActivityInitializationListener) +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionButton_Overflow +androidx.constraintlayout.widget.R$styleable: int[] AnimatedStateListDrawableItem +wangdaye.com.geometricweather.R$attr: int layout_constraintHeight_percent +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionBar +androidx.lifecycle.Transformations$2$1: androidx.lifecycle.Transformations$2 this$0 +com.google.android.material.R$dimen: int mtrl_btn_disabled_elevation +io.reactivex.internal.observers.ForEachWhileObserver: io.reactivex.functions.Consumer onError +com.google.android.material.R$id: int SHOW_PROGRESS +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) +androidx.appcompat.widget.SwitchCompat: void setChecked(boolean) +com.jaredrummler.android.colorpicker.R$dimen: int abc_disabled_alpha_material_dark +wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView +androidx.preference.R$attr: int panelBackground +com.tencent.bugly.proguard.i$a: int b +okhttp3.Call: void enqueue(okhttp3.Callback) +androidx.preference.R$attr: int itemPadding +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: void onSuccess(java.lang.Object) +com.tencent.bugly.crashreport.crash.anr.TraceFileHelper: com.tencent.bugly.crashreport.crash.anr.TraceFileHelper$a readTargetDumpInfo(java.lang.String,java.lang.String,boolean) +androidx.hilt.lifecycle.R$anim: int fragment_open_exit +com.google.android.material.R$dimen: int mtrl_alert_dialog_background_inset_start +okhttp3.Cache: int writeAbortCount() +okhttp3.internal.connection.StreamAllocation: okhttp3.Call call +okhttp3.Cache$CacheResponseBody$1: okhttp3.Cache$CacheResponseBody this$0 +wangdaye.com.geometricweather.R$drawable: int ic_settings +io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.Function,java.util.concurrent.Callable,int) +io.reactivex.internal.subscriptions.SubscriptionHelper: io.reactivex.internal.subscriptions.SubscriptionHelper[] values() +android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu +androidx.appcompat.R$attr: int subtitleTextStyle +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Long id +com.google.android.material.R$drawable: int tooltip_frame_light +wangdaye.com.geometricweather.R$attr: int constraintSetStart +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: IKeyguardExternalViewCallbacks$Stub() +com.jaredrummler.android.colorpicker.ColorPanelView: ColorPanelView(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse +wangdaye.com.geometricweather.R$id: int activity_widget_config_textSizeTitle +okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Header$Listener headersListener +androidx.recyclerview.R$styleable: int[] RecyclerView +com.google.android.material.R$attr: int track +io.reactivex.Observable: io.reactivex.Single toMultimap(io.reactivex.functions.Function,io.reactivex.functions.Function,java.util.concurrent.Callable,io.reactivex.functions.Function) +james.adaptiveicon.R$id: int buttonPanel +wangdaye.com.geometricweather.R$string: int settings_title_week_icon_mode +com.google.android.material.R$style: int Widget_AppCompat_ProgressBar_Horizontal +com.tencent.bugly.crashreport.common.info.a: java.lang.Boolean x() +wangdaye.com.geometricweather.R$drawable: int shortcuts_snow_foreground +androidx.appcompat.R$style: int Base_Widget_AppCompat_AutoCompleteTextView +wangdaye.com.geometricweather.R$animator: int weather_thunder_2 +com.google.android.material.floatingactionbutton.FloatingActionButton: com.google.android.material.floatingactionbutton.FloatingActionButtonImpl getImpl() +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_homeAsUpIndicator +com.google.android.material.R$attr: int endIconCheckable +androidx.appcompat.R$id: int src_in +wangdaye.com.geometricweather.R$attr: int iconTintMode +com.jaredrummler.android.colorpicker.R$id: int action_container +com.jaredrummler.android.colorpicker.R$dimen: int abc_button_inset_vertical_material +wangdaye.com.geometricweather.R$attr: int layout +okio.BufferedSource: boolean rangeEquals(long,okio.ByteString) +com.tencent.bugly.crashreport.common.strategy.StrategyBean: boolean m +wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_3 +wangdaye.com.geometricweather.R$drawable: int ic_github_dark +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Snow +android.didikee.donate.R$styleable: int AppCompatTheme_windowFixedHeightMajor +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeWetBulbTemperature() +okhttp3.logging.HttpLoggingInterceptor: java.util.Set headersToRedact +com.jaredrummler.android.colorpicker.R$dimen: int abc_button_inset_horizontal_material +android.didikee.donate.R$drawable: int abc_list_selector_holo_dark +wangdaye.com.geometricweather.R$string: int live +com.jaredrummler.android.colorpicker.R$attr: int showTitle +androidx.vectordrawable.animated.R$id: int tag_accessibility_clickable_spans +androidx.preference.R$dimen: int hint_alpha_material_dark +com.turingtechnologies.materialscrollbar.R$attr: int panelMenuListWidth +androidx.work.R$id: int notification_main_column +com.google.android.material.R$attr: int tabContentStart +okio.Okio: okio.Sink appendingSink(java.io.File) +androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType COLOR_DRAWABLE_TYPE +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_49 +cyanogenmod.weather.WeatherInfo: int mTempUnit +androidx.drawerlayout.R$id +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Headline6 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large +androidx.constraintlayout.widget.R$attr: int flow_firstHorizontalBias +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 +wangdaye.com.geometricweather.db.entities.DaoMaster: DaoMaster(android.database.sqlite.SQLiteDatabase) +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_show_thumb_text +com.google.android.material.R$styleable: int MaterialButtonToggleGroup_checkedButton +com.xw.repo.bubbleseekbar.R$attr: int layout_dodgeInsetEdges +okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex +wangdaye.com.geometricweather.settings.dialogs.RunningInBackgroundDialog: RunningInBackgroundDialog() +com.turingtechnologies.materialscrollbar.R$attr: int tabMode +androidx.activity.R$attr: int fontProviderFetchStrategy +androidx.swiperefreshlayout.R$style: R$style() +com.google.android.material.R$attr: int collapseIcon +androidx.constraintlayout.widget.R$styleable: int Layout_layout_goneMarginRight +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall +android.didikee.donate.R$dimen: int abc_action_bar_icon_vertical_padding_material +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String grassDescription com.jaredrummler.android.colorpicker.R$layout: int preference_widget_seekbar_material -okhttp3.internal.ws.RealWebSocket: boolean awaitingPong -androidx.lifecycle.Lifecycling: java.lang.String getAdapterName(java.lang.String) -com.google.android.material.R$styleable: int SnackbarLayout_elevation -wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_drawableBottom -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_verticalBias -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_textAllCaps -org.greenrobot.greendao.AbstractDao: java.util.List loadAllAndCloseCursor(android.database.Cursor) -com.jaredrummler.android.colorpicker.R$color: int switch_thumb_normal_material_dark -androidx.appcompat.R$style: int Base_Theme_AppCompat_Dialog_Alert -com.amap.api.location.AMapLocationClientOption: AMapLocationClientOption(android.os.Parcel) -cyanogenmod.weather.IRequestInfoListener$Stub$Proxy: void onLookupCityRequestCompleted(cyanogenmod.weather.RequestInfo,int,java.util.List) -cyanogenmod.weather.WeatherInfo$DayForecast: double mHigh -com.google.android.material.bottomnavigation.BottomNavigationView: int getLabelVisibilityMode() -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: java.lang.Object v1 -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: java.lang.String insee -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.String getCityId() -com.google.android.gms.base.R$string: int common_signin_button_text -okhttp3.internal.connection.StreamAllocation$StreamAllocationReference -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setPubTime(java.lang.String) -com.tencent.bugly.crashreport.crash.jni.a: com.tencent.bugly.crashreport.crash.b b -wangdaye.com.geometricweather.R$drawable: int widget_card_light_80 -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean disposeAll() -com.google.android.material.R$styleable: int ActionBar_icon -com.google.android.material.floatingactionbutton.FloatingActionButton: void setTranslationY(float) -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.lang.String comment -wangdaye.com.geometricweather.R$attr: int panelBackground -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Large_Inverse -wangdaye.com.geometricweather.common.basic.models.weather.UV -androidx.preference.CheckBoxPreference: CheckBoxPreference(android.content.Context,android.util.AttributeSet) -androidx.viewpager2.R$dimen: int fastscroll_margin -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver(io.reactivex.CompletableObserver,io.reactivex.functions.Function,boolean) -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight_Dialog_Alert -cyanogenmod.profiles.AirplaneModeSettings: void setOverride(boolean) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator T9_SEARCH_INPUT_LOCALE_VALIDATOR -androidx.constraintlayout.widget.R$styleable: int ActionBar_divider -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_clear_material -androidx.preference.R$styleable: int Toolbar_contentInsetEndWithActions -androidx.appcompat.R$styleable: int ActionMode_background -androidx.appcompat.R$styleable: int AppCompatTheme_listPopupWindowStyle -wangdaye.com.geometricweather.R$attr: int chipMinTouchTargetSize -wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.String getLevel() -wangdaye.com.geometricweather.db.entities.WeatherEntity: long updateTime -androidx.appcompat.resources.R$style: int TextAppearance_Compat_Notification -wangdaye.com.geometricweather.R$styleable: int[] MenuGroup -androidx.appcompat.R$style: int Widget_AppCompat_RatingBar_Indicator -io.reactivex.internal.util.HashMapSupplier: io.reactivex.internal.util.HashMapSupplier INSTANCE -android.didikee.donate.R$attr: int queryBackground -com.bumptech.glide.load.engine.DecodeJob$RunReason: com.bumptech.glide.load.engine.DecodeJob$RunReason valueOf(java.lang.String) -androidx.hilt.lifecycle.R$anim: int fragment_close_enter -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_3 -com.google.android.material.R$style: int Widget_MaterialComponents_TabLayout -cyanogenmod.weather.RequestInfo: int mTempUnit -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: java.lang.String type -android.didikee.donate.R$color: int ripple_material_dark -wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle -wangdaye.com.geometricweather.common.ui.widgets.DrawerLayout: DrawerLayout(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$styleable: int Chip_closeIconEnabled -androidx.appcompat.widget.AppCompatImageView: AppCompatImageView(android.content.Context,android.util.AttributeSet,int) -androidx.appcompat.R$styleable: int Toolbar_subtitleTextAppearance -wangdaye.com.geometricweather.R$dimen: int abc_alert_dialog_button_bar_height -retrofit2.http.QueryMap: boolean encoded() -retrofit2.BuiltInConverters$UnitResponseBodyConverter -androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy: ConstraintProxy$NetworkStateProxy() -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_RatingBar_Indicator -wangdaye.com.geometricweather.R$style: int material_image_button -okio.ByteString: okio.ByteString md5() -com.jaredrummler.android.colorpicker.R$style: int PreferenceThemeOverlay -cyanogenmod.externalviews.IExternalViewProvider: void onStart() -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: org.reactivestreams.Subscription upstream -androidx.appcompat.resources.R$id: int accessibility_custom_action_28 -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: void onError(java.lang.Throwable) -com.google.android.material.R$id: int action_bar -james.adaptiveicon.AdaptiveIconView: AdaptiveIconView(android.content.Context,android.util.AttributeSet,int) -com.tencent.bugly.proguard.z: java.util.Map a(int,boolean) -retrofit2.Utils$WildcardTypeImpl: java.lang.reflect.Type[] getUpperBounds() -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintBottom_creator -okhttp3.internal.io.FileSystem$1: okio.Sink appendingSink(java.io.File) -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber -okio.SegmentedByteString: byte[] toByteArray() -com.turingtechnologies.materialscrollbar.R$attr: int firstBaselineToTopHeight -wangdaye.com.geometricweather.R$attr: int hideMotionSpec -androidx.loader.R$id: int title -androidx.appcompat.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha -james.adaptiveicon.R$styleable: int TextAppearance_android_fontFamily -com.google.android.material.R$styleable: int TabItem_android_icon -android.didikee.donate.R$color: int primary_text_default_material_light -okhttp3.internal.ws.RealWebSocket$Message: okio.ByteString data -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintGuide_begin -androidx.appcompat.R$dimen: int abc_action_button_min_height_material -androidx.preference.R$attr: int windowFixedHeightMinor -wangdaye.com.geometricweather.R$drawable: int weather_wind -androidx.loader.R$dimen: int notification_top_pad -androidx.dynamicanimation.R$dimen: int compat_notification_large_icon_max_height -okhttp3.internal.http2.Http2: byte TYPE_PING -cyanogenmod.weatherservice.ServiceRequestResult$1 -androidx.drawerlayout.R$style: int TextAppearance_Compat_Notification -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration precipitationDuration -wangdaye.com.geometricweather.search.SearchActivity: SearchActivity() -wangdaye.com.geometricweather.R$drawable: int notif_temp_30 -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPopupWindowStyle -androidx.fragment.R$drawable: R$drawable() -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: long serialVersionUID -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ListView_DropDown +com.tencent.bugly.crashreport.common.strategy.a: com.tencent.bugly.crashreport.common.strategy.StrategyBean f +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX aqi +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int ISOLATED_THUNDERSTORMS +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: java.util.List weather +wangdaye.com.geometricweather.R$layout: int select_dialog_item_material +com.amap.api.fence.GeoFence: void setDistrictItemList(java.util.List) +cyanogenmod.profiles.BrightnessSettings: void setOverride(boolean) +com.amap.api.location.AMapLocationQualityReport: int getGPSSatellites() +androidx.appcompat.widget.AppCompatRadioButton: void setBackgroundDrawable(android.graphics.drawable.Drawable) +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.internal.util.AtomicThrowable error +com.xw.repo.bubbleseekbar.R$attr: int showText +retrofit2.OptionalConverterFactory$OptionalConverter: java.lang.Object convert(java.lang.Object) +james.adaptiveicon.R$style: int AlertDialog_AppCompat +com.turingtechnologies.materialscrollbar.R$color: int abc_search_url_text_normal +wangdaye.com.geometricweather.R$color: int primary_text_disabled_material_light +com.google.android.material.R$attr: int windowActionModeOverlay +com.google.android.material.appbar.CollapsingToolbarLayout +okhttp3.internal.cache.DiskLruCache$3: DiskLruCache$3(okhttp3.internal.cache.DiskLruCache) +androidx.appcompat.R$styleable: int AppCompatTheme_actionBarStyle +cyanogenmod.app.IProfileManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +androidx.lifecycle.LifecycleDispatcher: java.util.concurrent.atomic.AtomicBoolean sInitialized +wangdaye.com.geometricweather.R$attr: int font +androidx.hilt.R$integer: R$integer() +cyanogenmod.externalviews.KeyguardExternalView$10: KeyguardExternalView$10(cyanogenmod.externalviews.KeyguardExternalView) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float o3 +com.google.android.material.imageview.ShapeableImageView: void setStrokeWidth(float) +com.turingtechnologies.materialscrollbar.R$id: int expand_activities_button +androidx.recyclerview.R$id: int accessibility_custom_action_4 +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: boolean isEmpty() +james.adaptiveicon.R$color: int material_blue_grey_800 +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title +wangdaye.com.geometricweather.R$drawable: int abc_control_background_material +cyanogenmod.externalviews.ExternalView$2: android.graphics.Rect val$clipRect +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_RatingBar_Small +androidx.recyclerview.R$id: int accessibility_custom_action_16 +androidx.recyclerview.R$drawable +wangdaye.com.geometricweather.R$string: int material_timepicker_select_time +androidx.customview.R$dimen: int notification_big_circle_margin +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: boolean cancelled +androidx.preference.R$layout: int abc_action_bar_title_item +retrofit2.converter.gson.GsonConverterFactory: retrofit2.converter.gson.GsonConverterFactory create() +androidx.preference.internal.PreferenceImageView: int getMaxHeight() +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken END_ARRAY +cyanogenmod.externalviews.ExternalView$2: ExternalView$2(cyanogenmod.externalviews.ExternalView,int,int,int,int,boolean,android.graphics.Rect) +io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: ObservableReplay$InnerDisposable(io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver,io.reactivex.Observer) +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceSubtitle2 +android.didikee.donate.R$bool: R$bool() +okhttp3.internal.http2.Http2Connection: long degradedPongsReceived +androidx.appcompat.widget.SwitchCompat: int getThumbTextPadding() +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light_Dialog +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: int activeCount +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ProgressBar_Horizontal +com.turingtechnologies.materialscrollbar.R$attr: int selectableItemBackgroundBorderless +james.adaptiveicon.R$styleable: int[] FontFamily +okhttp3.internal.platform.Platform: Platform() +wangdaye.com.geometricweather.R$string: int exposed_dropdown_menu_content_description +com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_gapBetweenBars +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceFragmentStyle +cyanogenmod.app.Profile: void setStatusBarIndicator(boolean) +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_rotation +wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_minutelyEndText +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionMenuTextAppearance +okio.HashingSource: okio.HashingSource hmacSha1(okio.Source,okio.ByteString) +wangdaye.com.geometricweather.db.entities.LocationEntity: java.util.TimeZone getTimeZone() +okhttp3.Request: okhttp3.Headers headers() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX() +io.reactivex.Observable: io.reactivex.Observable concatWith(io.reactivex.ObservableSource) +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_TextView_SpinnerItem +androidx.appcompat.R$style: int Theme_AppCompat_Light_DialogWhenLarge +androidx.customview.R$attr: int fontVariationSettings +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult: AtmoAuraQAResult() +com.google.android.material.slider.BaseSlider: void setTrackActiveTintList(android.content.res.ColorStateList) +io.reactivex.internal.functions.Functions$HashSetCallable: io.reactivex.internal.functions.Functions$HashSetCallable[] values() +wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: java.lang.String getProviderName(android.content.Context) +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionButton_Overflow +wangdaye.com.geometricweather.R$style: int Theme_AppCompat +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ListView_DropDown +io.reactivex.internal.util.AtomicThrowable: boolean addThrowable(java.lang.Throwable) +com.google.android.material.R$id: int normal +com.google.android.material.R$attr: int materialAlertDialogTitleIconStyle +com.google.android.material.R$attr: int alphabeticModifiers +james.adaptiveicon.R$id: int right_icon +okio.BufferedSource: void require(long) +com.google.android.material.R$attr: int bottomSheetDialogTheme +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: boolean active +james.adaptiveicon.R$layout: int abc_screen_simple +wangdaye.com.geometricweather.R$color: int secondary_text_default_material_dark +com.google.android.material.R$dimen: int design_snackbar_max_width +io.reactivex.internal.subscriptions.SubscriptionArbiter: boolean cancelOnReplace +androidx.preference.R$styleable: int BackgroundStyle_android_selectableItemBackground +wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Light_Dialog +androidx.lifecycle.LifecycleRegistry$ObserverWithState: LifecycleRegistry$ObserverWithState(androidx.lifecycle.LifecycleObserver,androidx.lifecycle.Lifecycle$State) +androidx.preference.R$attr: int lineHeight +androidx.appcompat.R$attr: int subtitle +wangdaye.com.geometricweather.R$style: int Base_AlertDialog_AppCompat_Light +com.tencent.bugly.proguard.af: af() +com.google.android.material.R$string: int abc_activitychooserview_choose_application +android.didikee.donate.R$style: int Platform_AppCompat_Light +com.google.android.material.R$styleable: int Constraint_flow_firstHorizontalBias +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 +okio.RealBufferedSink: okio.Buffer buffer() +androidx.appcompat.widget.ActivityChooserView$InnerLayout +wangdaye.com.geometricweather.R$id: int event +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult: java.lang.String type +com.google.android.material.progressindicator.ProgressIndicator: com.google.android.material.progressindicator.ProgressIndicatorSpec getSpec() +com.google.android.material.R$attr: int alertDialogCenterButtons +androidx.drawerlayout.R$id: int chronometer +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property Latitude +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_alpha +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_stacked_tab_max_width +okhttp3.Request: java.util.List headers(java.lang.String) +androidx.hilt.R$id: int icon_group +cyanogenmod.app.CMContextConstants$Features: java.lang.String PARTNER +wangdaye.com.geometricweather.R$id: int snapMargins +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$styleable: int ViewStubCompat_android_inflatedId +androidx.fragment.R$styleable: int FontFamily_fontProviderPackage +wangdaye.com.geometricweather.db.entities.DailyEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.DailyEntity,int) +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_bubble_color +wangdaye.com.geometricweather.R$attr: int cornerSizeTopRight +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title +com.turingtechnologies.materialscrollbar.R$styleable: int[] ActionMode +androidx.loader.R$dimen: int notification_subtext_size +retrofit2.ParameterHandler: void apply(retrofit2.RequestBuilder,java.lang.Object) +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit INHG +androidx.vectordrawable.animated.R$id: int tag_unhandled_key_event_manager +com.jaredrummler.android.colorpicker.ColorPickerView: int getPreferredHeight() +androidx.preference.R$layout: int notification_template_part_chronometer +okhttp3.HttpUrl: java.util.List pathSegments() +wangdaye.com.geometricweather.R$layout: int item_weather_daily_pollen +androidx.preference.R$drawable: int abc_spinner_textfield_background_material +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionBar_TabText +retrofit2.adapter.rxjava2.BodyObservable +androidx.appcompat.R$styleable: int Toolbar_contentInsetEnd +retrofit2.OkHttpCall$ExceptionCatchingResponseBody +com.tencent.bugly.crashreport.CrashReport: void setAppVersion(android.content.Context,java.lang.String) +com.turingtechnologies.materialscrollbar.R$id: int notification_main_column_container +androidx.hilt.R$dimen: int notification_large_icon_width +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer getDegreeDayTemperature() +okhttp3.internal.platform.AndroidPlatform: java.lang.Class sslParametersClass +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator PROXIMITY_ON_WAKE_VALIDATOR +com.turingtechnologies.materialscrollbar.R$attr: int colorControlHighlight +androidx.appcompat.R$styleable: int Toolbar_logo +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_queryBackground +com.google.android.material.R$attr: int colorOnError +androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat_ActionBar +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$5: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 +com.turingtechnologies.materialscrollbar.Handle +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_centerColor +okio.Buffer: okio.Buffer writeByte(int) +retrofit2.ParameterHandler$FieldMap +retrofit2.RequestFactory$Builder: boolean gotQueryMap +androidx.appcompat.R$id: int forever +androidx.lifecycle.extensions.R$drawable: int notification_bg_low +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$color: int mtrl_textinput_hovered_box_stroke_color +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial Imperial +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Imperial +com.tencent.bugly.proguard.u: void a(int,com.tencent.bugly.proguard.am,java.lang.String,java.lang.String,com.tencent.bugly.proguard.t,long,boolean) +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +okhttp3.internal.http2.Http2Stream: void checkOutNotClosed() +com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource valueOf(java.lang.String) +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_19 +james.adaptiveicon.R$styleable: int RecycleListView_paddingTopNoTitle +cyanogenmod.providers.CMSettings$Global: long getLong(android.content.ContentResolver,java.lang.String,long) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: java.lang.String getPubTime() +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_textColorHint +cyanogenmod.app.ICustomTileListener$Stub$Proxy: void onCustomTilePosted(org.cyanogenmod.internal.statusbar.IStatusBarCustomTileHolder) +io.reactivex.internal.operators.observable.ObservableGroupBy$State: java.util.concurrent.atomic.AtomicReference actual +com.bumptech.glide.R$id: int top +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_RatingBar +retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: io.reactivex.Scheduler scheduler +androidx.appcompat.R$style: int Widget_AppCompat_ListView +wangdaye.com.geometricweather.R$id: int widget_clock_day_time +com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_BottomNavigationView +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Display1 +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: void otherError(java.lang.Throwable) +wangdaye.com.geometricweather.R$attr: int colorPrimary +wangdaye.com.geometricweather.R$attr: int visibilityMode +androidx.preference.R$attr: int preferenceTheme +com.turingtechnologies.materialscrollbar.R$attr: int tabIndicatorAnimationDuration +com.xw.repo.bubbleseekbar.R$layout: int abc_list_menu_item_icon +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.remoteviews.trend.TrendLinearLayout: TrendLinearLayout(android.content.Context,android.util.AttributeSet,int) +com.xw.repo.bubbleseekbar.R$color: int switch_thumb_material_light +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language UNSIMPLIFIED_CHINESE +com.xw.repo.bubbleseekbar.R$attr: int trackTint +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Imperial: double Value +androidx.core.R$styleable: int GradientColor_android_type +androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customColorDrawableValue +wangdaye.com.geometricweather.R$styleable: int CheckBoxPreference_disableDependentsState +android.didikee.donate.R$layout: int abc_action_bar_title_item +com.jaredrummler.android.colorpicker.R$layout: int cpv_preference_circle_large +com.bumptech.glide.integration.okhttp.R$id: int actions +okio.Util: void checkOffsetAndCount(long,long,long) +cyanogenmod.app.ProfileManager: void addNotificationGroup(android.app.NotificationGroup) +com.tencent.bugly.proguard.ar: void a(java.lang.StringBuilder,int) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_imageButtonStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean getPrecipitationProbability() +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: long serialVersionUID +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: void setUnit(java.lang.String) +androidx.constraintlayout.widget.R$dimen: int tooltip_horizontal_padding +android.didikee.donate.R$styleable: int AppCompatTextView_lineHeight +retrofit2.converter.gson.GsonRequestBodyConverter: GsonRequestBodyConverter(com.google.gson.Gson,com.google.gson.TypeAdapter) +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver +wangdaye.com.geometricweather.R$color: int test_mtrl_calendar_day_selected +androidx.legacy.coreutils.R$drawable: int notification_action_background +james.adaptiveicon.R$color: int abc_secondary_text_material_light +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX() +okio.Base64: java.lang.String encode(byte[],byte[]) +androidx.constraintlayout.widget.ConstraintLayout: int getMinHeight() +com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat_Dark +cyanogenmod.externalviews.KeyguardExternalView: void onKeyguardShowing(boolean) +com.google.android.material.R$color: int design_default_color_surface +com.amap.api.fence.PoiItem: java.lang.String getCity() +androidx.appcompat.resources.R$attr: int font +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_switchPadding +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea +androidx.preference.R$attr: int collapseIcon +androidx.coordinatorlayout.R$styleable androidx.constraintlayout.widget.R$style: int Base_V28_Theme_AppCompat_Light -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: MfForecastV2Result$ForecastProperties$HourForecast() -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Button -androidx.preference.R$styleable: int PreferenceTheme_seekBarPreferenceStyle -cyanogenmod.providers.CMSettings$Secure: java.lang.String BUTTON_BRIGHTNESS -androidx.core.widget.ContentLoadingProgressBar -androidx.preference.R$drawable: int ic_arrow_down_24dp -james.adaptiveicon.R$styleable: int MenuItem_iconTintMode -com.jaredrummler.android.colorpicker.R$id: int cpv_color_panel_view -android.didikee.donate.R$styleable: int AppCompatTheme_actionModeFindDrawable -androidx.appcompat.resources.R$id: int accessibility_custom_action_11 -com.google.android.material.R$style: int Widget_AppCompat_Toolbar_Button_Navigation -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: java.lang.String date -androidx.loader.R$attr: int ttcIndex -com.google.android.material.R$dimen: int mtrl_btn_elevation -cyanogenmod.weather.WeatherInfo$1: WeatherInfo$1() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_controlBackground -androidx.hilt.R$styleable: int FontFamilyFont_fontWeight -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator VOLUME_WAKE_SCREEN_VALIDATOR -com.xw.repo.bubbleseekbar.R$string: R$string() -android.didikee.donate.R$attr: int goIcon -androidx.recyclerview.R$id: int normal -com.bumptech.glide.R$id: int blocking -wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_drawableStart -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum -cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onAttach(android.os.IBinder) -androidx.constraintlayout.widget.R$color: int abc_tint_edittext -com.google.android.material.R$color: int androidx_core_ripple_material_light -io.reactivex.internal.disposables.DisposableHelper: void reportDisposableSet() -com.tencent.bugly.proguard.n: void a(com.tencent.bugly.proguard.n,int,java.util.List) -cyanogenmod.themes.ThemeChangeRequest: java.util.Map getPerAppOverlays() -android.didikee.donate.R$dimen: int abc_action_bar_content_inset_material -com.google.android.gms.base.R$string: int common_google_play_services_wear_update_text -wangdaye.com.geometricweather.R$id: int activity_widget_config_subtitleDataTitle -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: void onNext(java.lang.Object) -com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getTrackActiveTintList() -com.google.android.material.R$color: int switch_thumb_material_light -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionDropDownStyle -wangdaye.com.geometricweather.R$drawable: int abc_tab_indicator_material -com.xw.repo.bubbleseekbar.R$color: int abc_secondary_text_material_light -com.jaredrummler.android.colorpicker.R$styleable: int ColorPickerView_cpv_borderColor -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_firstHorizontalStyle -androidx.preference.R$color: int primary_material_light -cyanogenmod.providers.WeatherContract$WeatherColumns$WindSpeedUnit: WeatherContract$WeatherColumns$WindSpeedUnit() -com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_min_width_minor -james.adaptiveicon.R$styleable: int AppCompatTheme_editTextColor -androidx.preference.R$styleable: int SwitchPreference_android_disableDependentsState -cyanogenmod.profiles.BrightnessSettings$1: java.lang.Object createFromParcel(android.os.Parcel) -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onDetach() -com.tencent.bugly.proguard.n: void a(int,java.util.List) -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$4: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 -androidx.preference.R$drawable: int abc_ic_go_search_api_material -wangdaye.com.geometricweather.R$drawable: int notif_temp_66 +com.google.android.material.button.MaterialButton: int getIconPadding() +androidx.appcompat.R$style: int Widget_AppCompat_Button_Borderless_Colored +okhttp3.internal.cache.DiskLruCache$Snapshot: java.lang.String access$000(okhttp3.internal.cache.DiskLruCache$Snapshot) +com.google.android.material.R$style: int Theme_Design_NoActionBar +androidx.constraintlayout.utils.widget.ImageFilterButton: float getRound() +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorEnabled +james.adaptiveicon.R$style: int Base_V26_Theme_AppCompat_Light +androidx.dynamicanimation.R$layout +wangdaye.com.geometricweather.R$layout: int abc_screen_content_include +com.amap.api.fence.GeoFenceClient: com.amap.api.fence.GeoFenceManagerBase a(android.content.Context) +james.adaptiveicon.R$styleable: int AppCompatTheme_windowFixedHeightMajor +androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType DIMENSION_TYPE +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: boolean cancelled +androidx.constraintlayout.widget.R$styleable: int ActionMode_subtitleTextStyle +wangdaye.com.geometricweather.R$drawable: int abc_switch_thumb_material +cyanogenmod.content.Intent: java.lang.String ACTION_RECENTS_LONG_PRESS +james.adaptiveicon.R$styleable: int AppCompatTheme_panelMenuListWidth +okhttp3.internal.http.StatusLine: okhttp3.internal.http.StatusLine parse(java.lang.String) +com.turingtechnologies.materialscrollbar.R$integer: int design_snackbar_text_max_lines +wangdaye.com.geometricweather.R$styleable: int AppBarLayoutStates_state_collapsible +com.turingtechnologies.materialscrollbar.R$color: int switch_thumb_normal_material_dark +com.google.android.material.R$styleable: int[] TextInputEditText +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView +james.adaptiveicon.R$layout: int abc_alert_dialog_material +com.tencent.bugly.crashreport.crash.b: void c(com.tencent.bugly.crashreport.crash.CrashDetailBean) +androidx.preference.R$id: int action_menu_presenter +com.bumptech.glide.integration.okhttp.R$style: R$style() +io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter +androidx.dynamicanimation.R$attr: int fontProviderAuthority +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle +james.adaptiveicon.R$styleable: int AppCompatTheme_alertDialogTheme +io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: long serialVersionUID +androidx.constraintlayout.widget.R$id: int actions +wangdaye.com.geometricweather.R$styleable: int[] ListPreference +androidx.preference.R$anim: R$anim() +com.google.android.material.textfield.TextInputLayout: float getBoxCornerRadiusTopStart() +okhttp3.CertificatePinner +com.tencent.bugly.proguard.m: long g +wangdaye.com.geometricweather.R$attr: int headerLayout +androidx.preference.R$styleable: int AppCompatTheme_selectableItemBackground +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: io.reactivex.Observer downstream +androidx.recyclerview.R$drawable: int notification_action_background +com.tencent.bugly.crashreport.common.info.a: java.util.Map ai +androidx.appcompat.widget.SearchView: void setImeOptions(int) +androidx.appcompat.R$styleable: int CompoundButton_android_button +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid +android.didikee.donate.R$styleable: int AppCompatTextView_textLocale +com.jaredrummler.android.colorpicker.R$layout: int abc_screen_content_include +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void otherError(java.lang.Throwable) +okhttp3.Address: java.net.ProxySelector proxySelector +com.google.android.material.R$dimen: int material_clock_face_margin_top +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.disposables.Disposable upstream +com.google.android.material.slider.BaseSlider$SliderState +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_menu +androidx.customview.view.AbsSavedState +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_barrierDirection +androidx.appcompat.R$attr: int colorControlNormal +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarItemBackground +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_circularInset +androidx.constraintlayout.widget.R$dimen: int abc_text_size_headline_material +androidx.customview.R$id: int chronometer +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: double lon +com.google.android.material.R$style: int Base_V28_Theme_AppCompat +androidx.preference.R$attr: int firstBaselineToTopHeight +cyanogenmod.providers.CMSettings$System: java.lang.String CAMERA_LAUNCH +wangdaye.com.geometricweather.R$id: int activity_widget_config_blackTextSpinner +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: io.reactivex.Observer downstream +com.google.android.material.R$style: int Base_Widget_AppCompat_Button_Small +cyanogenmod.app.CustomTile: android.graphics.Bitmap remoteIcon +com.xw.repo.bubbleseekbar.R$color: int accent_material_dark +com.google.android.material.R$id: int action_image +wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode DARK +okio.Pipe: long maxBufferSize +okio.BufferedSink: okio.BufferedSink write(byte[]) +com.google.android.material.textfield.TextInputLayout: void setEnabled(boolean) +androidx.appcompat.widget.AppCompatImageView: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) +com.tencent.bugly.proguard.q: android.database.sqlite.SQLiteDatabase getReadableDatabase() +okhttp3.internal.http2.Hpack$Writer: int smallestHeaderTableSizeSetting +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Minimum: AccuDailyResult$DailyForecasts$Temperature$Minimum() +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title +okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner: int hashCode() +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit FT +com.xw.repo.bubbleseekbar.R$drawable: int abc_list_selector_holo_dark +androidx.viewpager2.R$styleable: int[] RecyclerView +com.google.android.material.R$attr: int panelMenuListWidth +wangdaye.com.geometricweather.R$drawable: int notif_temp_125 +com.google.android.material.R$styleable: int TextInputLayout_boxStrokeColor +okhttp3.internal.ws.WebSocketReader: okio.Buffer controlFrameBuffer +com.turingtechnologies.materialscrollbar.R$attr: int paddingTopNoTitle +retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$1: void invoke(java.lang.Throwable) +cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_NAME +androidx.constraintlayout.widget.R$styleable: int SearchView_submitBackground +androidx.appcompat.resources.R$drawable: int abc_vector_test +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintCircleRadius +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getVibratorIntensity +wangdaye.com.geometricweather.db.entities.LocationEntity: void setFormattedId(java.lang.String) +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.util.concurrent.atomic.AtomicInteger active +james.adaptiveicon.R$dimen: int abc_dialog_min_width_major +androidx.preference.R$styleable: int SwitchPreferenceCompat_android_summaryOff +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setStatus(int) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPopupWindowStyle +android.didikee.donate.R$id: int middle +wangdaye.com.geometricweather.R$id: int motion_base +okio.SegmentedByteString: java.lang.String base64() +io.reactivex.Observable: io.reactivex.Single elementAt(long,java.lang.Object) +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: int requestFusion(int) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeRainPrecipitation +wangdaye.com.geometricweather.R$string: int copy +wangdaye.com.geometricweather.R$attr: int subtitleTextStyle +wangdaye.com.geometricweather.R$color: int switch_thumb_disabled_material_dark +androidx.appcompat.widget.AppCompatToggleButton: AppCompatToggleButton(android.content.Context) +james.adaptiveicon.R$attr: int selectableItemBackground +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void attachEntity(wangdaye.com.geometricweather.db.entities.WeatherEntity) +androidx.customview.R$attr: int ttcIndex +okio.Sink: okio.Timeout timeout() +androidx.appcompat.view.menu.ListMenuItemView: android.view.LayoutInflater getInflater() +com.tencent.bugly.crashreport.CrashReport$WebViewInterface: java.lang.CharSequence getContentDescription() +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String windLevel +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ListPopupWindow +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: java.lang.String name +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Subhead +androidx.legacy.coreutils.R$drawable: int notification_bg +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_DrawerArrowToggle +okhttp3.internal.http2.Http2Reader$Handler: void windowUpdate(int,long) +cyanogenmod.externalviews.ExternalView: void onActivityPaused(android.app.Activity) +androidx.hilt.work.R$attr: R$attr() +james.adaptiveicon.R$style: int TextAppearance_Compat_Notification_Title +com.google.android.material.R$styleable: int MenuItem_android_title +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: void onComplete() +wangdaye.com.geometricweather.db.entities.WeatherEntity: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree getWindDegree() +androidx.activity.R$id: int accessibility_custom_action_13 +androidx.preference.R$drawable: int abc_textfield_search_activated_mtrl_alpha +okio.RealBufferedSource: java.lang.String readUtf8() +com.turingtechnologies.materialscrollbar.R$bool: int abc_action_bar_embed_tabs +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu +androidx.preference.R$styleable: int PreferenceTheme_preferenceCategoryStyle +com.tencent.bugly.proguard.ap: java.util.Map g +com.google.android.material.R$styleable: int ActionBar_contentInsetStartWithNavigation +androidx.preference.R$color: int material_grey_900 +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Dialog_FixedSize +wangdaye.com.geometricweather.R$attr: int actionBarTheme +com.google.android.material.R$attr: int listPreferredItemPaddingLeft +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal +androidx.preference.R$styleable: int[] AppCompatImageView +okhttp3.HttpUrl: okhttp3.HttpUrl$Builder newBuilder() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed: AccuCurrentResult$Wind$Speed() +com.google.android.material.R$id: int mtrl_picker_header_selection_text +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: java.util.List area +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHorizontal_weight +com.google.android.material.R$attr: int materialCircleRadius +androidx.constraintlayout.widget.R$color: int primary_material_light +okhttp3.internal.http2.Http2 +androidx.dynamicanimation.R$drawable: int notification_bg_low_normal +com.google.android.material.R$attr: int ensureMinTouchTargetSize +org.greenrobot.greendao.AbstractDaoSession: java.util.Collection getAllDaos() +androidx.constraintlayout.utils.widget.ImageFilterView: void setBrightness(float) +com.google.android.material.R$attr: int tickColorInactive +cyanogenmod.hardware.ThermalListenerCallback$State: int STATE_CRITICAL +cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.RequestInfo$Builder setCityName(java.lang.String) +android.didikee.donate.R$color: int switch_thumb_material_dark +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_textAllCaps +com.google.android.material.R$styleable: int FloatingActionButton_useCompatPadding +com.baidu.location.LocationClientOption$LocationMode: com.baidu.location.LocationClientOption$LocationMode[] values() +retrofit2.RequestBuilder: void addHeaders(okhttp3.Headers) +com.google.android.material.R$integer: int mtrl_calendar_header_orientation +cyanogenmod.app.ProfileManager: int PROFILES_STATE_DISABLED +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_CompactMenu +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: java.util.Date Set +androidx.constraintlayout.widget.R$id: int action_bar_container +androidx.vectordrawable.animated.R$styleable: int GradientColor_android_centerX +wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_minutely +cyanogenmod.app.ThemeVersion$ThemeVersionImpl3: ThemeVersion$ThemeVersionImpl3() +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: void onError(java.lang.Throwable) +androidx.lifecycle.LiveData: int getVersion() +androidx.constraintlayout.widget.R$bool: int abc_action_bar_embed_tabs +android.didikee.donate.R$anim: int abc_shrink_fade_out_from_bottom +cyanogenmod.providers.CMSettings$InclusiveIntegerRangeValidator: boolean validate(java.lang.String) +wangdaye.com.geometricweather.R$id: int tag_accessibility_pane_title +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Spinner_Underlined +io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: long serialVersionUID +androidx.appcompat.R$styleable: int Spinner_popupTheme +com.jaredrummler.android.colorpicker.R$dimen: int fastscroll_default_thickness +androidx.lifecycle.Lifecycle: void removeObserver(androidx.lifecycle.LifecycleObserver) +james.adaptiveicon.R$color: int abc_primary_text_material_dark +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_rotationY +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Metric: double Value +androidx.hilt.lifecycle.R$id: int line1 +okhttp3.internal.cache.DiskLruCache$Snapshot: okio.Source[] sources +okio.Pipe$PipeSink: Pipe$PipeSink(okio.Pipe) +androidx.appcompat.widget.AppCompatCheckedTextView: void setCustomSelectionActionModeCallback(android.view.ActionMode$Callback) +androidx.viewpager2.R$id: int tag_accessibility_pane_title +android.didikee.donate.R$styleable: int AppCompatTheme_colorBackgroundFloating +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption$GeoLanguage getGeoLanguage() +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_toLeftOf +io.reactivex.Observable: io.reactivex.Observable switchOnNext(io.reactivex.ObservableSource,int) +androidx.work.R$id: int text +okio.Timeout: void throwIfReached() +okhttp3.Cache$CacheResponseBody$1: void close() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Metric: int UnitType +cyanogenmod.externalviews.KeyguardExternalView: boolean onPreDraw() +android.didikee.donate.R$styleable: int MenuItem_actionProviderClass +androidx.preference.R$anim: int btn_radio_to_off_mtrl_ring_outer_path_animation +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day +com.google.android.material.R$attr: int chipMinTouchTargetSize +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void truncateFinal() +com.tencent.bugly.proguard.x: boolean a(java.lang.Throwable) +com.bumptech.glide.R$id: int glide_custom_view_target_tag +okhttp3.internal.ws.RealWebSocket +com.turingtechnologies.materialscrollbar.R$color: int switch_thumb_material_dark +androidx.lifecycle.FullLifecycleObserverAdapter: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) +com.jaredrummler.android.colorpicker.R$attr: int buttonBarButtonStyle +com.github.rahatarmanahmed.cpv.R$attr: int cpv_color +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_counterOverflowTextAppearance +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_displayOptions +androidx.constraintlayout.widget.R$attr: int fontProviderFetchStrategy +james.adaptiveicon.R$styleable: int Toolbar_titleMarginStart +com.google.android.material.R$anim: int btn_checkbox_to_unchecked_icon_null_animation +androidx.constraintlayout.widget.R$style: int Platform_AppCompat +cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType[] $VALUES +wangdaye.com.geometricweather.R$style: int Base_MaterialAlertDialog_MaterialComponents_Title_Panel +com.google.android.material.R$dimen: int mtrl_slider_label_radius +io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: io.reactivex.SingleSource other +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Inverse +androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_textColor +com.xw.repo.bubbleseekbar.R$styleable: int[] RecycleListView +androidx.recyclerview.R$id: int accessibility_custom_action_22 +com.amap.api.location.APSServiceBase: void onCreate() +okhttp3.RealCall: okhttp3.internal.connection.StreamAllocation streamAllocation() +com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_layoutManager +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver +androidx.hilt.R$id: int line1 +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_SearchResult +wangdaye.com.geometricweather.R$attr: int positiveButtonText +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: int status +okio.HashingSource: okio.HashingSource sha1(okio.Source) +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintTag +okhttp3.internal.ws.WebSocketWriter: byte[] maskKey +com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_android_layout +okhttp3.FormBody: long writeOrCountBytes(okio.BufferedSink,boolean) +wangdaye.com.geometricweather.R$array: int pressure_unit_values +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property CurrentPosition +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowFixedHeightMajor +android.didikee.donate.R$drawable: int abc_ic_menu_overflow_material +james.adaptiveicon.R$id: int checkbox +androidx.appcompat.R$styleable: int AppCompatTheme_actionModeStyle +androidx.viewpager.R$attr: int fontProviderCerts +android.didikee.donate.R$styleable: int AppCompatTextHelper_android_drawableStart +androidx.fragment.R$id: int accessibility_custom_action_13 +com.turingtechnologies.materialscrollbar.R$dimen: int compat_button_padding_vertical_material +androidx.hilt.work.R$styleable: int FontFamily_fontProviderFetchStrategy +com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_LOCATION +androidx.constraintlayout.widget.R$attr: int layout_constraintTop_toTopOf +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeBackground +com.google.gson.stream.JsonReader: void skipToEndOfLine() +wangdaye.com.geometricweather.R$styleable: int OnSwipe_nestedScrollFlags +androidx.coordinatorlayout.R$id: int bottom +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) +androidx.appcompat.R$style: int Widget_AppCompat_ListView_DropDown +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String INSTALL_TIME +com.google.android.material.R$attr: int actionModeSelectAllDrawable +com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat_ActionBar +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: io.reactivex.Scheduler$Worker worker +com.google.android.material.R$drawable: int abc_vector_test +androidx.work.R$styleable: int FontFamily_fontProviderCerts +android.didikee.donate.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow +io.reactivex.Observable: java.lang.Iterable blockingIterable(int) +wangdaye.com.geometricweather.R$id: int container_main_details +android.didikee.donate.R$style: int Widget_AppCompat_ActionBar_Solid +com.tencent.bugly.proguard.w: com.tencent.bugly.proguard.w a() +cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status valueOf(java.lang.String) +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: long getUpdateTime() +com.google.android.material.R$attr: int fontProviderQuery +androidx.constraintlayout.widget.R$attr: int clickAction +wangdaye.com.geometricweather.R$id: int dialog_background_location_title +wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_translationY +retrofit2.converter.gson.GsonRequestBodyConverter: com.google.gson.Gson gson +com.google.android.material.R$attr: int targetId +wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit +com.tencent.bugly.proguard.p: int a(java.lang.String,java.lang.String,java.lang.String[],com.tencent.bugly.proguard.o,boolean) +com.google.android.material.R$color: int mtrl_outlined_stroke_color +android.didikee.donate.R$styleable: int ActionBar_progressBarStyle +wangdaye.com.geometricweather.R$id: int right +androidx.legacy.coreutils.R$dimen: R$dimen() +com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_maxProgress +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_pivotY +androidx.constraintlayout.widget.R$dimen: int abc_list_item_height_large_material +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder certificatePinner(okhttp3.CertificatePinner) +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: int bufferSize +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setSnowPrecipitationProbability(java.lang.Float) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: java.lang.String logo +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Visibility +wangdaye.com.geometricweather.R$styleable: int Constraint_barrierDirection +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer dewPoint +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Small_Inverse +com.amap.api.location.AMapLocation: java.lang.String q +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_anon_WITH_RC4_128_SHA +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$6: void run() +com.tencent.bugly.proguard.ak: void a(com.tencent.bugly.proguard.i) +cyanogenmod.content.Intent: java.lang.String ACTION_APP_FAILURE +okhttp3.Cache$Entry: int code +com.jaredrummler.android.colorpicker.R$id: int scrollIndicatorUp +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver: io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver parent +io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.R$attr: int itemShapeInsetStart +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getUvIndex() +com.google.android.material.R$styleable: int State_constraints +android.didikee.donate.R$attr: int initialActivityCount +com.google.android.material.R$drawable: int abc_list_longpressed_holo +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_panelBackground +androidx.hilt.R$styleable: int ColorStateListItem_alpha +okhttp3.Challenge: okhttp3.Challenge withCharset(java.nio.charset.Charset) +com.tencent.bugly.proguard.ao: void a(com.tencent.bugly.proguard.i) +com.google.android.material.R$styleable: int ConstraintSet_deriveConstraintsFrom +androidx.appcompat.R$attr: int actionBarTheme +androidx.coordinatorlayout.widget.CoordinatorLayout: CoordinatorLayout(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$drawable: int notif_temp_62 +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_backgroundTint +okhttp3.internal.connection.RouteSelector: java.util.List proxies +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: boolean isDisposed() +com.google.android.material.chip.Chip: void setChipIconSizeResource(int) +com.xw.repo.bubbleseekbar.R$attr: int buttonStyle +com.google.android.material.chip.Chip: void setCheckable(boolean) +wangdaye.com.geometricweather.R$styleable: int ActionMode_subtitleTextStyle +androidx.drawerlayout.R$color: int ripple_material_light +cyanogenmod.providers.CMSettings$Secure: float getFloat(android.content.ContentResolver,java.lang.String) +wangdaye.com.geometricweather.R$attr: int fontWeight +wangdaye.com.geometricweather.R$attr: int lineHeight +com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType GOOGLE +com.tencent.bugly.crashreport.common.info.a: java.lang.Object at +cyanogenmod.weather.WeatherLocation: java.lang.String access$702(cyanogenmod.weather.WeatherLocation,java.lang.String) +io.reactivex.internal.util.ExceptionHelper$Termination: long serialVersionUID +com.google.android.material.R$styleable: int TabItem_android_layout +androidx.preference.R$attr: int checkedTextViewStyle +androidx.dynamicanimation.R$id: int action_text +com.jaredrummler.android.colorpicker.R$attr: int dialogPreferenceStyle +android.support.v4.app.INotificationSideChannel$Stub$Proxy: INotificationSideChannel$Stub$Proxy(android.os.IBinder) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: java.util.List value +androidx.work.R$styleable: int GradientColor_android_gradientRadius +android.didikee.donate.R$style: int Base_Widget_AppCompat_PopupWindow +okio.Segment: boolean owner +cyanogenmod.weather.RequestInfo: RequestInfo(android.os.Parcel,cyanogenmod.weather.RequestInfo$1) +androidx.loader.R$style: int Widget_Compat_NotificationActionText +james.adaptiveicon.R$drawable: int abc_seekbar_track_material +com.google.android.material.R$attr: int waveOffset +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeSplitBackground +androidx.preference.R$dimen: int abc_switch_padding +com.tencent.bugly.crashreport.common.info.a: long i +androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customStringValue +android.didikee.donate.R$id: int beginning +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_optimizationLevel +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Dialog james.adaptiveicon.R$color: int primary_text_default_material_dark -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_week_2 -okhttp3.CacheControl: int minFreshSeconds -androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: AppCompatMultiAutoCompleteTextView(android.content.Context,android.util.AttributeSet) -com.amap.api.location.AMapLocation: int ERROR_CODE_SERVICE_FAIL -androidx.constraintlayout.widget.R$dimen: int notification_subtext_size -wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_start_icon_margin_end -androidx.appcompat.R$layout: int abc_list_menu_item_layout -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_DarkActionBar -android.didikee.donate.R$styleable: int MenuItem_android_visible -androidx.coordinatorlayout.R$drawable: int notify_panel_notification_icon_bg -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: int fusionMode -androidx.constraintlayout.widget.R$string: int abc_menu_enter_shortcut_label -androidx.constraintlayout.widget.R$id: int tag_transition_group -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedNoLast: void run() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String title -com.google.android.material.R$styleable: int[] RadialViewGroup -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginTop -okhttp3.internal.cache.DiskLruCache: java.lang.String VERSION_1 -com.xw.repo.bubbleseekbar.R$attr: int panelBackground -com.xw.repo.bubbleseekbar.R$attr: int paddingEnd -cyanogenmod.alarmclock.ClockContract$CitiesColumns: java.lang.String TIMEZONE_OFFSET -wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_android_switchTextOff -wangdaye.com.geometricweather.R$attr: int errorIconTint -androidx.customview.R$styleable: int[] FontFamilyFont -androidx.preference.R$style: int TextAppearance_AppCompat -wangdaye.com.geometricweather.remoteviews.config.ClockDayWeekWidgetConfigActivity: ClockDayWeekWidgetConfigActivity() -retrofit2.ParameterHandler$Header: ParameterHandler$Header(java.lang.String,retrofit2.Converter) -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_placeholderTextAppearance -com.github.rahatarmanahmed.cpv.CircularProgressView$9: CircularProgressView$9(com.github.rahatarmanahmed.cpv.CircularProgressView) -com.bumptech.glide.R$styleable: int GradientColorItem_android_offset -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionButton_Overflow -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_NULL_SHA256 -okhttp3.internal.connection.ConnectionSpecSelector: boolean isFallback -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_at -james.adaptiveicon.R$styleable: int FontFamilyFont_android_fontVariationSettings -wangdaye.com.geometricweather.R$layout: int design_layout_tab_text -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeIcePrecipitationDuration -wangdaye.com.geometricweather.R$drawable: int weather_cloudy_mini_light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: int status -com.xw.repo.bubbleseekbar.R$styleable: int ColorStateListItem_android_color -androidx.viewpager.R$id: int normal -com.turingtechnologies.materialscrollbar.R$styleable: int[] FlowLayout -okhttp3.CacheControl: java.lang.String headerValue -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: java.lang.String zh_TW -com.turingtechnologies.materialscrollbar.R$attr: int contentDescription -androidx.constraintlayout.widget.ConstraintHelper: ConstraintHelper(android.content.Context) -androidx.transition.R$color: int ripple_material_light -cyanogenmod.providers.CMSettings$System: java.lang.String DOUBLE_TAP_SLEEP_GESTURE -okio.RealBufferedSource: int read(java.nio.ByteBuffer) -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_android_disableDependentsState -james.adaptiveicon.R$attr: int contentInsetLeft -com.google.android.material.R$style: int Base_Widget_MaterialComponents_PopupMenu_Overflow -android.didikee.donate.R$style: int Widget_AppCompat_RatingBar -androidx.preference.R$styleable: int AppCompatTextHelper_android_drawableBottom -com.google.android.material.appbar.MaterialToolbar: MaterialToolbar(android.content.Context) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onWindowAttributesChanged(android.view.WindowManager$LayoutParams) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_37 -androidx.legacy.coreutils.R$styleable: int GradientColor_android_startX -retrofit2.Retrofit: Retrofit(okhttp3.Call$Factory,okhttp3.HttpUrl,java.util.List,java.util.List,java.util.concurrent.Executor,boolean) -james.adaptiveicon.R$drawable: int abc_list_longpressed_holo -okio.Buffer$2: okio.Buffer this$0 -io.reactivex.Observable: java.lang.Iterable blockingMostRecent(java.lang.Object) -androidx.preference.R$attr: int buttonTint -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: long endValidityTime -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial -com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_check_to_on_mtrl_000 -wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_centerX -com.baidu.location.g.a -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Compat_Notification -wangdaye.com.geometricweather.R$string: int key_item_animation_switch -com.google.android.material.R$styleable: int TextInputLayout_errorIconDrawable -wangdaye.com.geometricweather.R$string: int about_app -com.google.android.material.R$styleable: int[] SwitchCompat -wangdaye.com.geometricweather.R$color: int abc_tint_switch_track -androidx.appcompat.resources.R$layout: int custom_dialog -wangdaye.com.geometricweather.R$color: int abc_tint_default -com.tencent.bugly.proguard.u: java.lang.Object r -cyanogenmod.providers.CMSettings$DiscreteValueValidator: boolean validate(java.lang.String) -com.github.rahatarmanahmed.cpv.CircularProgressView$1: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_SeekBar_Discrete -com.xw.repo.bubbleseekbar.R$integer: int status_bar_notification_info_maxnum -okhttp3.RealCall$1: RealCall$1(okhttp3.RealCall) -cyanogenmod.themes.ThemeManager: void unregisterProcessingListener(cyanogenmod.themes.ThemeManager$ThemeProcessingListener) -androidx.core.R$styleable: int ColorStateListItem_android_alpha -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.google.android.material.internal.ForegroundLinearLayout: ForegroundLinearLayout(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Speed -cyanogenmod.app.ProfileManager -com.turingtechnologies.materialscrollbar.R$id: int tabMode -wangdaye.com.geometricweather.R$styleable: int ArcProgress_bottom_text -androidx.lifecycle.LiveData: void postValue(java.lang.Object) -cyanogenmod.app.ProfileGroup$1 -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: int Index -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay TAG_TEMPERATURE -androidx.appcompat.widget.Toolbar: androidx.appcompat.widget.DecorToolbar getWrapper() -com.google.android.material.internal.NavigationMenuItemView: NavigationMenuItemView(android.content.Context,android.util.AttributeSet,int) -androidx.preference.R$style: int TextAppearance_Compat_Notification_Info -com.google.android.material.R$style: int TextAppearance_AppCompat_Display2 -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: int unitArrayIndex -com.google.android.material.R$style: int Widget_MaterialComponents_PopupMenu_Overflow -com.google.android.material.R$attr: int circularInset -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_strokeWidth -okhttp3.TlsVersion: okhttp3.TlsVersion[] $VALUES -androidx.constraintlayout.widget.R$styleable: int Layout_barrierMargin -com.google.android.gms.common.server.response.FastSafeParcelableJsonResponse -com.turingtechnologies.materialscrollbar.R$color: int mtrl_fab_ripple_color -com.turingtechnologies.materialscrollbar.R$dimen: int notification_top_pad -james.adaptiveicon.R$styleable: int AppCompatImageView_android_src -androidx.preference.R$attr: int autoSizeStepGranularity -com.jaredrummler.android.colorpicker.R$style: int Widget_Compat_NotificationActionText -androidx.loader.R$styleable: int[] FontFamily -com.google.android.gms.base.R$id: int standard -com.google.android.material.R$styleable: int Layout_barrierMargin -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_24 -androidx.customview.R$color: int ripple_material_light -cyanogenmod.profiles.LockSettings: int mValue -retrofit2.http.Path: boolean encoded() -wangdaye.com.geometricweather.R$styleable: int BottomAppBar_fabCradleRoundedCornerRadius -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWetBulbTemperature(java.lang.Integer) -wangdaye.com.geometricweather.R$styleable: int Preference_fragment -com.google.android.material.R$attr: int tabIndicatorAnimationDuration +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintLeft_toLeftOf +wangdaye.com.geometricweather.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure +androidx.lifecycle.ServiceLifecycleDispatcher: void onServicePreSuperOnCreate() +androidx.hilt.lifecycle.R$attr: int alpha +androidx.core.widget.NestedScrollView: void setOnScrollChangeListener(androidx.core.widget.NestedScrollView$OnScrollChangeListener) +okio.Buffer: okio.ByteString sha256() +wangdaye.com.geometricweather.R$color: int notification_icon_bg_color +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getAbbreviation(android.content.Context) +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult: MfHistoryResult() +androidx.coordinatorlayout.R$styleable: int[] FontFamily +com.xw.repo.bubbleseekbar.R$attr: int arrowHeadLength +com.amap.api.location.AMapLocation: java.lang.String getStreetNum() +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_24 +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: android.os.IBinder mRemote +androidx.swiperefreshlayout.R$id: int forever +com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getTickInactiveTintList() +com.xw.repo.bubbleseekbar.R$integer: int abc_config_activityShortDur +com.xw.repo.bubbleseekbar.R$id: int action_mode_close_button +androidx.lifecycle.MediatorLiveData: androidx.arch.core.internal.SafeIterableMap mSources +com.xw.repo.bubbleseekbar.R$styleable: int[] Toolbar +androidx.constraintlayout.widget.R$attr: int maxWidth +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_SeekBar +wangdaye.com.geometricweather.R$dimen: int abc_dialog_list_padding_top_no_title +cyanogenmod.themes.IThemeChangeListener$Stub$Proxy: android.os.IBinder asBinder() +com.jaredrummler.android.colorpicker.R$drawable: int abc_list_selector_holo_light +retrofit2.Invocation: java.lang.reflect.Method method +com.google.android.material.R$attr: int counterOverflowTextColor +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: void onComplete() +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.String getWeatherText() +com.tencent.bugly.crashreport.crash.e: java.lang.Thread$UncaughtExceptionHandler e +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintBaseline_creator +wangdaye.com.geometricweather.R$id: int dialog_background_location_summary +com.tencent.bugly.crashreport.inner.InnerApi: InnerApi() +androidx.preference.R$dimen: int abc_dialog_list_padding_top_no_title +okhttp3.HttpUrl: void namesAndValuesToQueryString(java.lang.StringBuilder,java.util.List) +androidx.constraintlayout.widget.R$attr: int drawableRightCompat +android.didikee.donate.R$styleable: int Spinner_android_entries +com.jaredrummler.android.colorpicker.R$id: int textSpacerNoTitle +wangdaye.com.geometricweather.R$attr: int msb_hideDelayInMilliseconds +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat +android.didikee.donate.R$dimen: int abc_text_size_small_material +com.google.android.material.appbar.AppBarLayout: int getDownNestedScrollRange() +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_subhead_material +cyanogenmod.profiles.BrightnessSettings$1: cyanogenmod.profiles.BrightnessSettings[] newArray(int) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator QS_SHOW_BRIGHTNESS_SLIDER_VALIDATOR +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setStrokeWidth(float) +android.didikee.donate.R$attr: int trackTint +androidx.customview.R$attr: int fontProviderAuthority +wangdaye.com.geometricweather.R$color: int material_cursor_color +com.turingtechnologies.materialscrollbar.R$id: int scrollable +com.google.android.material.R$dimen: int material_clock_hand_stroke_width +com.tencent.bugly.crashreport.common.info.b: java.lang.String q() +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_maxLines +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: void dispose() +androidx.constraintlayout.widget.R$attr: int layout_constraintHeight_default +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getNo2() +com.xw.repo.bubbleseekbar.R$attr: int tickMarkTintMode +com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat +com.turingtechnologies.materialscrollbar.R$styleable: int[] BottomAppBar +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: boolean modifyInHour +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void innerComplete(io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver) +androidx.appcompat.R$color: R$color() +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_weight +com.jaredrummler.android.colorpicker.R$string: int abc_action_mode_done +com.jaredrummler.android.colorpicker.R$attr: int cpv_showDialog +androidx.viewpager2.R$dimen: int notification_action_text_size +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: io.reactivex.internal.fuseable.SimplePlainQueue queue +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabBackground +io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: MaybeToObservable$MaybeToObservableObserver(io.reactivex.Observer) +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Headline retrofit2.Converter$Factory -androidx.appcompat.R$attr: int listChoiceIndicatorMultipleAnimated -com.bumptech.glide.integration.okhttp.R$dimen: int notification_right_side_padding_top -com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemHorizontalTranslationEnabled -androidx.appcompat.R$style: int Platform_V25_AppCompat +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property Co +androidx.appcompat.widget.ActivityChooserModel: void setOnChooseActivityListener(androidx.appcompat.widget.ActivityChooserModel$OnChooseActivityListener) +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowFixedWidthMinor +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Metric: java.lang.String Unit +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonStyleSmall +androidx.viewpager2.R$string +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_min +androidx.constraintlayout.widget.R$styleable: int Motion_motionPathRotate +wangdaye.com.geometricweather.R$dimen: int widget_title_text_size +io.reactivex.Observable: io.reactivex.Observable distinctUntilChanged(io.reactivex.functions.Function) +androidx.preference.R$style: int Base_Widget_AppCompat_ActionMode +james.adaptiveicon.R$attr: int colorButtonNormal +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_display_2_material +androidx.preference.R$styleable: int AppCompatTextHelper_android_drawableTop +androidx.preference.R$styleable: int CompoundButton_buttonTint +androidx.constraintlayout.widget.R$drawable: int abc_list_selector_disabled_holo_dark +androidx.hilt.R$id: int title +androidx.lifecycle.LifecycleRegistry: void setCurrentState(androidx.lifecycle.Lifecycle$State) +cyanogenmod.weatherservice.ServiceRequestResult$1: ServiceRequestResult$1() +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_checkedIconTint +com.google.android.material.R$styleable: int[] Badge +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Dialog_MinWidth +okhttp3.internal.platform.Android10Platform: void enableSessionTickets(javax.net.ssl.SSLSocket) +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onLockscreenSlideOffsetChanged(float) +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) +com.xw.repo.bubbleseekbar.R$color: int abc_primary_text_material_dark +androidx.constraintlayout.widget.R$color: int ripple_material_light +com.xw.repo.bubbleseekbar.R$attr: int popupTheme +wangdaye.com.geometricweather.R$id: int barrier +com.google.android.material.R$style: int Widget_MaterialComponents_ChipGroup +androidx.constraintlayout.widget.R$styleable: int PopupWindow_overlapAnchor +cyanogenmod.externalviews.KeyguardExternalView: void onKeyguardDismissed() +androidx.constraintlayout.widget.R$styleable: int RecycleListView_paddingBottomNoButtons +androidx.lifecycle.ServiceLifecycleDispatcher: void onServicePreSuperOnStart() +wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_AppbarTheme_Dark +com.google.android.material.R$styleable: int AnimatedStateListDrawableItem_android_drawable +wangdaye.com.geometricweather.R$anim: int design_snackbar_in +androidx.appcompat.R$drawable: int abc_ic_arrow_drop_right_black_24dp +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: io.reactivex.functions.BiFunction resultSelector +android.didikee.donate.R$styleable: int CompoundButton_buttonCompat +android.didikee.donate.R$drawable: int abc_ic_star_black_48dp +wangdaye.com.geometricweather.R$string: int not_set +com.google.android.material.R$attr: int layout_scrollFlags +com.tencent.bugly.crashreport.common.info.a: void d(java.lang.String) +com.google.android.material.slider.RangeSlider: int getLabelBehavior() +cyanogenmod.app.ThemeVersion: int getVersion() +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_padding_left +com.google.android.material.R$styleable: int MaterialButton_android_insetBottom +androidx.constraintlayout.widget.R$id: int search_button +wangdaye.com.geometricweather.R$attr: int cornerSize +wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customDimension +com.google.android.material.tabs.TabLayout: void setSelectedTabIndicatorHeight(int) +cyanogenmod.profiles.LockSettings: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: long serialVersionUID +androidx.viewpager.R$integer: R$integer() +com.turingtechnologies.materialscrollbar.R$string +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_thumb_text_color +com.google.gson.FieldNamingPolicy$5 +wangdaye.com.geometricweather.R$styleable: int Insets_paddingRightSystemWindowInsets +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar +androidx.vectordrawable.R$styleable: int GradientColor_android_centerX +com.google.android.material.R$style: int Widget_MaterialComponents_TabLayout +com.bumptech.glide.load.PreferredColorSpace: com.bumptech.glide.load.PreferredColorSpace[] values() +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable +androidx.constraintlayout.widget.R$dimen: int abc_control_padding_material +androidx.preference.R$drawable: int abc_text_select_handle_middle_mtrl_light +androidx.constraintlayout.widget.R$attr: int motion_postLayoutCollision +com.google.android.material.behavior.HideBottomViewOnScrollBehavior: HideBottomViewOnScrollBehavior(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$styleable: int TabLayout_tabInlineLabel +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_android_textOn +wangdaye.com.geometricweather.R$attr: int bsb_auto_adjust_section_mark +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Title_Inverse +com.amap.api.location.APSService: APSService() +com.jaredrummler.android.colorpicker.R$anim: int abc_tooltip_enter +androidx.constraintlayout.widget.R$color: int material_grey_50 +androidx.activity.R$styleable: int FontFamilyFont_android_fontWeight +okhttp3.ResponseBody: okio.BufferedSource source() +okhttp3.internal.http2.Http2Codec$StreamFinishingSource: void close() +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorPrimaryDark +james.adaptiveicon.R$attr: int homeLayout +com.tencent.bugly.crashreport.crash.c: java.lang.String n +com.google.android.material.R$style: int Widget_MaterialComponents_Button_TextButton_Snackbar +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric: double Value +com.tencent.bugly.crashreport.crash.h5.H5JavaScriptInterface: java.util.HashSet a +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void otherError(java.lang.Throwable) +com.turingtechnologies.materialscrollbar.R$styleable: int View_paddingStart +com.google.android.material.R$attr: int insetForeground +android.didikee.donate.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +wangdaye.com.geometricweather.R$string: int settings_title_trend_horizontal_line_switch +androidx.lifecycle.ComputableLiveData$2: ComputableLiveData$2(androidx.lifecycle.ComputableLiveData) +wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: int getIconResEnd() +com.turingtechnologies.materialscrollbar.R$attr: int behavior_peekHeight +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List diaoyu +android.didikee.donate.R$color +androidx.appcompat.R$styleable: int Toolbar_titleTextColor +cyanogenmod.externalviews.ExternalViewProviderService +com.google.android.material.R$dimen: int abc_button_inset_horizontal_material +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: java.lang.String Text +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_textinput_box_corner_radius_medium +cyanogenmod.providers.CMSettings$DelimitedListValidator: android.util.ArraySet mValidValueSet +androidx.viewpager2.R$drawable: int notification_bg_low +com.tencent.bugly.crashreport.common.strategy.a: a(android.content.Context,java.util.List) +io.reactivex.internal.util.EmptyComponent: io.reactivex.internal.util.EmptyComponent[] values() +okio.Utf8: long size(java.lang.String) +com.xw.repo.bubbleseekbar.R$color: int tooltip_background_dark +com.google.android.material.R$color: int secondary_text_disabled_material_dark +androidx.preference.R$dimen: int abc_list_item_height_small_material +wangdaye.com.geometricweather.R$styleable: int[] ColorPanelView +android.didikee.donate.R$styleable: int MenuItem_android_visible +androidx.viewpager.R$id: int action_text +okhttp3.OkHttpClient$1: void addLenient(okhttp3.Headers$Builder,java.lang.String) +android.didikee.donate.R$styleable: int AppCompatTheme_popupWindowStyle +io.reactivex.Observable: io.reactivex.Observable interval(long,long,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: void setUnit(java.lang.String) +com.google.android.material.R$id: int invisible +com.turingtechnologies.materialscrollbar.R$attr: int gapBetweenBars +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade: AccuCurrentResult$RealFeelTemperatureShade() +cyanogenmod.app.ProfileManager: boolean profileExists(java.util.UUID) +androidx.recyclerview.R$styleable: int RecyclerView_android_orientation +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_halfExpandedRatio +io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: long serialVersionUID +wangdaye.com.geometricweather.R$drawable: int abc_textfield_search_material +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_14 +androidx.customview.R$dimen: int compat_button_inset_horizontal_material +androidx.constraintlayout.widget.R$styleable: int[] StateListDrawable +org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database getReadableDb() +com.tencent.bugly.proguard.ao: void a(java.lang.StringBuilder,int) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_transformPivotX +com.tencent.bugly.proguard.ar: java.lang.String c +wangdaye.com.geometricweather.R$styleable: int Fragment_android_tag +okhttp3.CertificatePinner$Builder: okhttp3.CertificatePinner$Builder add(java.lang.String,java.lang.String[]) +okhttp3.Headers: java.lang.String[] namesAndValues +com.bumptech.glide.MemoryCategory +com.google.android.material.button.MaterialButton: android.graphics.PorterDuff$Mode getIconTintMode() +cyanogenmod.themes.ThemeChangeRequest: int DEFAULT_WALLPAPER_ID +com.google.android.material.card.MaterialCardView: MaterialCardView(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.UV uv +com.tencent.bugly.crashreport.CrashReport: void postException(java.lang.Thread,int,java.lang.String,java.lang.String,java.lang.String,java.util.Map) +wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.String level +wangdaye.com.geometricweather.R$layout: int item_weather_daily_title_large +com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType PNG +wangdaye.com.geometricweather.R$styleable: int Constraint_chainUseRtl +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_contentInsetEndWithActions +androidx.recyclerview.R$id: int icon +okhttp3.internal.cache.DiskLruCache: java.util.LinkedHashMap lruEntries +io.reactivex.internal.operators.observable.ObservableReplay$Node: long serialVersionUID +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String getPrecipitationText(android.content.Context,float) +androidx.preference.R$dimen: int notification_content_margin_start +com.google.android.material.R$dimen: int mtrl_progress_circular_inset +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge +androidx.appcompat.widget.ActionBarOverlayLayout: void setIcon(android.graphics.drawable.Drawable) +com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_chipSpacingHorizontal +androidx.recyclerview.R$dimen: int compat_button_padding_vertical_material +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: AccuDailyResult$DailyForecasts$Day() +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_centerY +com.turingtechnologies.materialscrollbar.R$attr: int itemPadding +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_queryBackground +androidx.constraintlayout.widget.R$layout: R$layout() +com.google.android.material.chip.ChipGroup: void setSingleLine(int) +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: long serialVersionUID +androidx.preference.UnPressableLinearLayout +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constrainedWidth +com.google.android.material.circularreveal.CircularRevealGridLayout: void setCircularRevealScrimColor(int) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_ratingBarStyleIndicator +com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawableItem_android_drawable +com.turingtechnologies.materialscrollbar.R$style: int Base_V21_Theme_AppCompat +com.amap.api.fence.GeoFence: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$id: int direct +androidx.transition.R$id: int icon_group +wangdaye.com.geometricweather.R$drawable: int shortcuts_wind +cyanogenmod.app.Profile: cyanogenmod.profiles.BrightnessSettings mBrightness +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: int status +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setTextColor(android.content.res.ColorStateList) +okhttp3.internal.http.HttpHeaders: java.lang.String readToken(okio.Buffer) +com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_itemIconDisabledAlpha +com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableTransition_android_fromId +androidx.cardview.widget.CardView: void setCardBackgroundColor(android.content.res.ColorStateList) +androidx.viewpager2.R$styleable: int RecyclerView_android_orientation +com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginStart +androidx.dynamicanimation.animation.DynamicAnimation: void removeUpdateListener(androidx.dynamicanimation.animation.DynamicAnimation$OnAnimationUpdateListener) +com.tencent.bugly.proguard.a: void a(java.lang.String,java.lang.Object) +androidx.drawerlayout.R$styleable: int GradientColor_android_startX +io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: long serialVersionUID +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub$Proxy: android.os.IBinder asBinder() +okio.BufferedSource: okio.Buffer buffer() +com.tencent.bugly.crashreport.crash.jni.a: android.content.Context a +com.tencent.bugly.crashreport.crash.c: int a +androidx.lifecycle.extensions.R$layout: int notification_template_custom_big +wangdaye.com.geometricweather.R$attr: int endIconTint +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult: wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Geometry geometry +com.google.android.material.button.MaterialButton: void setIconPadding(int) +wangdaye.com.geometricweather.R$style: int Theme_Design_NoActionBar +wangdaye.com.geometricweather.R$string: int content_desc_search_filter_off +androidx.appcompat.R$styleable: int LinearLayoutCompat_android_weightSum +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_framePosition +okhttp3.internal.http2.Http2Stream$FramingSource: long maxByteCount +cyanogenmod.themes.ThemeManager$2 +android.didikee.donate.R$drawable: int abc_list_selector_disabled_holo_dark +androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable: androidx.lifecycle.Lifecycle$Event mEvent +wangdaye.com.geometricweather.R$color: int accent_material_light +com.amap.api.fence.DistrictItem: void writeToParcel(android.os.Parcel,int) +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout: FitSystemBarAppBarLayout(android.content.Context,android.util.AttributeSet) +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceCategoryStyle +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void dispose() +wangdaye.com.geometricweather.R$styleable: int SearchView_voiceIcon +okhttp3.RequestBody: RequestBody() +com.tencent.bugly.crashreport.R +okhttp3.internal.http.HttpHeaders: long contentLength(okhttp3.Headers) +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_android_textOn +james.adaptiveicon.R$styleable: int SwitchCompat_splitTrack +androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customBoolean +wangdaye.com.geometricweather.R$color: int mtrl_tabs_icon_color_selector +com.google.android.material.R$dimen: int fastscroll_minimum_range +io.reactivex.Observable: io.reactivex.Observable concat(java.lang.Iterable) +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Tooltip +okio.AsyncTimeout$Watchdog: AsyncTimeout$Watchdog() +com.google.android.material.R$dimen: int mtrl_btn_text_btn_icon_padding +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder sslSocketFactory(javax.net.ssl.SSLSocketFactory) +cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_DIALOG_THEME +cyanogenmod.weather.RequestInfo$Builder: boolean mIsQueryOnly +androidx.hilt.lifecycle.R$id: int dialog_button +androidx.preference.R$styleable: int ActionBar_titleTextStyle +wangdaye.com.geometricweather.R$attr: int textAllCaps +wangdaye.com.geometricweather.R$dimen: int widget_current_weather_icon_size +com.google.android.material.R$styleable: int TextInputLayout_startIconCheckable +com.tencent.bugly.proguard.u: java.util.Map e +androidx.dynamicanimation.R$id: int notification_background +wangdaye.com.geometricweather.R$color: int colorRoot +io.reactivex.internal.util.NotificationLite: boolean isError(java.lang.Object) +io.reactivex.internal.subscriptions.EmptySubscription: boolean offer(java.lang.Object,java.lang.Object) +okhttp3.internal.http2.Http2Connection$ReaderRunnable: Http2Connection$ReaderRunnable(okhttp3.internal.http2.Http2Connection,okhttp3.internal.http2.Http2Reader) +cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_isSubActive +com.google.android.material.R$style: int Widget_AppCompat_Button +okio.Buffer: okio.Buffer writeTo(java.io.OutputStream) +wangdaye.com.geometricweather.R$font: R$font() +androidx.constraintlayout.widget.R$attr: int ratingBarStyleSmall +androidx.fragment.R$attr: int fontWeight +androidx.appcompat.R$attr: int actionBarStyle +com.google.android.material.R$dimen: int design_bottom_navigation_item_min_width +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String TODAYS_HIGH_TEMPERATURE +wangdaye.com.geometricweather.R$drawable: int widget_card_dark_40 +androidx.preference.R$styleable: int MenuGroup_android_checkableBehavior +com.google.android.material.R$attr: int contentInsetEnd +cyanogenmod.app.CustomTile$GridExpandedStyle: void setGridItems(java.util.ArrayList) +androidx.appcompat.R$attr: int textColorSearchUrl +androidx.preference.R$layout: int preference_widget_switch_compat +wangdaye.com.geometricweather.R$dimen: int mtrl_slider_label_radius +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_alertDialogCenterButtons +wangdaye.com.geometricweather.R$string: int donate +androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: android.content.res.ColorStateList getSupportBackgroundTintList() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary +com.xw.repo.bubbleseekbar.R$integer +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver(io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver) +retrofit2.Utils$GenericArrayTypeImpl: java.lang.reflect.Type componentType +wangdaye.com.geometricweather.common.basic.models.weather.Astro: java.util.Date setDate +james.adaptiveicon.R$style: int Widget_AppCompat_Button +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowFixedWidthMajor +com.jaredrummler.android.colorpicker.R$string: int abc_shareactionprovider_share_with +androidx.activity.R$integer: int status_bar_notification_info_maxnum +com.jaredrummler.android.colorpicker.R$styleable: int CompoundButton_buttonCompat +okhttp3.Headers$Builder: java.lang.String get(java.lang.String) +com.amap.api.location.DPoint$1 +wangdaye.com.geometricweather.R$attr: int actionTextColorAlpha +james.adaptiveicon.R$color: int secondary_text_default_material_dark +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval valueOf(java.lang.String) +retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter: CompletableFutureCallAdapterFactory$BodyCallAdapter(java.lang.reflect.Type) +okhttp3.internal.cache.DiskLruCache$Entry: void writeLengths(okio.BufferedSink) +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setAppOverlay(java.lang.String,java.lang.String) +cyanogenmod.app.ILiveLockScreenManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: CaiYunForecastResult() +com.google.android.material.R$styleable: int Constraint_flow_verticalAlign +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamily_fontProviderFetchStrategy +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragment_android_dividerHeight +androidx.preference.R$style: int ThemeOverlay_AppCompat_ActionBar +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver INNER_DISPOSED +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModePopupWindowStyle +wangdaye.com.geometricweather.R$drawable: int abc_ic_menu_selectall_mtrl_alpha +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionButtonStyle +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Snow: MfHistoryResult$History$Snow() +wangdaye.com.geometricweather.R$styleable: int SignInButton_buttonSize +wangdaye.com.geometricweather.remoteviews.config.ClockDayVerticalWidgetConfigActivity: ClockDayVerticalWidgetConfigActivity() +okhttp3.internal.http2.Http2Connection: okhttp3.Protocol getProtocol() +androidx.appcompat.R$attr: int titleTextStyle +androidx.appcompat.R$attr: int listPreferredItemHeightLarge +androidx.appcompat.app.ToolbarActionBar +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginEnd +com.turingtechnologies.materialscrollbar.R$dimen: int compat_control_corner_material +com.google.android.material.R$style: int Base_V28_Theme_AppCompat_Light +james.adaptiveicon.R$attr: int dividerPadding +okhttp3.Cache$CacheRequestImpl: okio.Sink cacheOut +okhttp3.internal.http2.Http2Codec: void writeRequestHeaders(okhttp3.Request) +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_indeterminateProgressStyle +cyanogenmod.weatherservice.WeatherProviderService$1 +androidx.recyclerview.R$styleable +okhttp3.internal.cache.DiskLruCache: boolean closed +androidx.hilt.R$styleable: int GradientColor_android_endY +androidx.recyclerview.widget.RecyclerView: void setScrollState(int) +cyanogenmod.providers.CMSettings$Secure: java.lang.String DEVELOPMENT_SHORTCUT +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_NULL_SHA +retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter: java.lang.reflect.Type responseType +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: java.lang.Object[] row +android.didikee.donate.R$styleable: int AppCompatTheme_actionModeCloseDrawable +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String treeDescription +com.amap.api.fence.GeoFenceManagerBase: void setGeoFenceListener(com.amap.api.fence.GeoFenceListener) +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String TypeID +cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void onAttach(android.os.IBinder) +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setTrimPathOffset(float) +com.jaredrummler.android.colorpicker.R$styleable: int ViewStubCompat_android_inflatedId +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Dialog +okhttp3.WebSocketListener: void onMessage(okhttp3.WebSocket,java.lang.String) +okhttp3.internal.connection.RealConnection: void connectTunnel(int,int,int,okhttp3.Call,okhttp3.EventListener) +androidx.viewpager.widget.PagerTitleStrip: void setNonPrimaryAlpha(float) +james.adaptiveicon.R$attr: int isLightTheme +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid +com.google.android.material.transformation.ExpandableTransformationBehavior: ExpandableTransformationBehavior(android.content.Context,android.util.AttributeSet) +okhttp3.Cache$Entry: okhttp3.Handshake handshake +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_transitionEasing +androidx.dynamicanimation.R$id: int right_icon +androidx.vectordrawable.R$string +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property Id +io.reactivex.Observable: io.reactivex.Single toMultimap(io.reactivex.functions.Function,io.reactivex.functions.Function) +androidx.work.R$dimen: int notification_right_side_padding_top +androidx.preference.R$attr: int windowActionBarOverlay +androidx.appcompat.widget.AppCompatImageView: void setImageURI(android.net.Uri) +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: long serialVersionUID +androidx.appcompat.R$attr: int buttonBarStyle +androidx.appcompat.R$attr: int logoDescription +wangdaye.com.geometricweather.R$animator: int mtrl_extended_fab_change_size_collapse_motion_spec +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_TextButton_Icon +okio.Buffer: java.lang.Object clone() +wangdaye.com.geometricweather.R$style: int TestStyleWithLineHeight +com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_corner_radius +com.github.rahatarmanahmed.cpv.BuildConfig: java.lang.String VERSION_NAME +com.tencent.bugly.proguard.i: long a(long,int,boolean) +cyanogenmod.providers.CMSettings$Global: java.lang.String WAKE_WHEN_PLUGGED_OR_UNPLUGGED +android.didikee.donate.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge +cyanogenmod.app.ICMStatusBarManager$Stub: int TRANSACTION_createCustomTileWithTag +com.google.android.gms.base.R$attr: int scopeUris +cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_NOTIF_COUNT +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation: double qty12H +androidx.appcompat.R$dimen: int abc_dialog_fixed_height_minor +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Dialog_MinWidth +wangdaye.com.geometricweather.R$attr: int checkboxStyle +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: io.reactivex.functions.Function leftEnd +android.didikee.donate.R$style: int Widget_AppCompat_Spinner_Underlined +androidx.preference.R$attr: int iconSpaceReserved +cyanogenmod.app.ICustomTileListener$Stub$Proxy: void onListenerConnected() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeRainPrecipitationProbability() +okhttp3.internal.Util: java.net.InetAddress decodeIpv6(java.lang.String,int,int) +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Button +androidx.hilt.work.R$id: int accessibility_custom_action_8 +retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback +okhttp3.HttpUrl: java.net.URL url() +com.google.android.material.appbar.AppBarLayout: int getTopInset() +com.tencent.bugly.a: void onDbCreate(android.database.sqlite.SQLiteDatabase) +com.google.android.material.R$styleable: int KeyCycle_motionProgress +wangdaye.com.geometricweather.R$color: int abc_color_highlight_material +cyanogenmod.app.Profile: java.lang.String mName +wangdaye.com.geometricweather.R$color: int colorRootDark_light +com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_endX +com.tencent.bugly.crashreport.common.info.a: java.util.Map V +androidx.work.R$color: R$color() +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_framePosition +okhttp3.WebSocket: long queueSize() +com.google.android.material.R$dimen: int material_font_2_0_box_collapsed_padding_top +cyanogenmod.app.ICMStatusBarManager$Stub +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeShareDrawable +androidx.preference.R$styleable: int Toolbar_navigationIcon +okhttp3.EventListener: void responseBodyEnd(okhttp3.Call,long) +wangdaye.com.geometricweather.R$attr: int seekBarIncrement +com.turingtechnologies.materialscrollbar.R$color: int abc_background_cache_hint_selector_material_dark +androidx.vectordrawable.animated.R$attr: int fontProviderAuthority +cyanogenmod.externalviews.ExternalViewProviderService$1$1: java.lang.Object call() +io.reactivex.internal.operators.observable.ObservableReplay$SizeBoundReplayBuffer: int limit +androidx.lifecycle.ReportFragment: void onStart() +wangdaye.com.geometricweather.R$id: int notification_main_column +com.google.android.material.R$attr: int textLocale +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setPubTime(java.util.Date) +com.bumptech.glide.R$styleable: int GradientColor_android_endY +androidx.core.R$id: int notification_background +wangdaye.com.geometricweather.R$string: int abc_searchview_description_clear +cyanogenmod.app.CustomTileListenerService: cyanogenmod.app.ICMStatusBarManager getStatusBarInterface() +wangdaye.com.geometricweather.R$styleable: int Spinner_android_entries +io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,int) +com.google.android.material.R$dimen: int abc_control_inset_material +com.google.android.material.R$dimen: int design_snackbar_min_width +com.google.android.material.R$drawable: int notification_template_icon_low_bg +wangdaye.com.geometricweather.common.ui.widgets.AnimatableIconView: AnimatableIconView(android.content.Context,android.util.AttributeSet) +com.jaredrummler.android.colorpicker.R$style: int PreferenceThemeOverlay_v14 +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_CompactMenu +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Speed: int UnitType +com.google.android.material.floatingactionbutton.FloatingActionButton: int getExpandedComponentIdHint() +com.google.android.material.R$styleable: int Transform_android_elevation +com.google.android.material.chip.Chip: void setHideMotionSpecResource(int) +com.google.android.material.R$dimen: int mtrl_btn_corner_radius +androidx.transition.R$drawable: int notification_icon_background +com.tencent.bugly.crashreport.biz.b: long f +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: IKeyguardExternalViewCallbacks$Stub$Proxy(android.os.IBinder) +androidx.constraintlayout.widget.R$integer: int status_bar_notification_info_maxnum +okhttp3.RealCall$AsyncCall: okhttp3.Request request() +wangdaye.com.geometricweather.R$id: int baseline +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Compat_Notification_Title +wangdaye.com.geometricweather.R$styleable: int ActionBar_title +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: java.util.concurrent.locks.Lock lock +wangdaye.com.geometricweather.R$string: int feedback_updating_weather_data +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_109 +okio.SegmentPool: long MAX_SIZE +wangdaye.com.geometricweather.R$drawable: int ic_temperature_celsius +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: java.util.concurrent.atomic.AtomicLong index +androidx.constraintlayout.widget.R$id: int dragRight +com.jaredrummler.android.colorpicker.R$color: int preference_fallback_accent_color +androidx.coordinatorlayout.R$styleable: int FontFamily_fontProviderCerts +wangdaye.com.geometricweather.R$color: int mtrl_tabs_legacy_text_color_selector +wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat_Dialog +com.xw.repo.bubbleseekbar.R$attr: int textColorSearchUrl +com.google.android.gms.common.stats.WakeLockEvent +androidx.preference.R$styleable: int ActionBar_contentInsetEnd +com.google.android.material.R$attr: int shapeAppearanceLargeComponent +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowFixedHeightMajor +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle +io.reactivex.Observable: io.reactivex.Observable subscribeOn(io.reactivex.Scheduler) +com.google.android.material.R$styleable: int TextInputLayout_suffixText +com.tencent.bugly.BuglyStrategy: com.tencent.bugly.BuglyStrategy setUploadProcess(boolean) +okio.Okio$3: void flush() +androidx.vectordrawable.R$drawable: int notification_bg_normal_pressed +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeTotalPrecipitationDuration +androidx.preference.R$attr: int drawableBottomCompat +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionBar_Solid +androidx.appcompat.R$attr: int suggestionRowLayout +com.google.android.material.chip.Chip: void setCloseIconEnabledResource(int) +androidx.recyclerview.R$dimen: int notification_large_icon_height +wangdaye.com.geometricweather.R$attr: int layout_constraintWidth_default +com.xw.repo.bubbleseekbar.R$style: int Platform_V21_AppCompat +androidx.coordinatorlayout.R$id: R$id() +wangdaye.com.geometricweather.common.ui.widgets.TagView +androidx.preference.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu +okhttp3.internal.Util: boolean nonEmptyIntersection(java.util.Comparator,java.lang.String[],java.lang.String[]) +androidx.appcompat.R$attr: int drawableTint +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_IME_SWITCHER_VALIDATOR +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$6: void run() +com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableTransition_android_drawable +com.xw.repo.bubbleseekbar.R$styleable: int[] SwitchCompat +com.google.android.material.R$styleable: int Slider_haloColor +com.google.android.material.R$attr: int flow_firstVerticalBias +james.adaptiveicon.R$dimen: int abc_dropdownitem_text_padding_right +com.jaredrummler.android.colorpicker.R$attr: int voiceIcon +com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense +com.turingtechnologies.materialscrollbar.R$attr: int actionOverflowButtonStyle +com.google.android.material.R$color: int material_on_surface_emphasis_medium +wangdaye.com.geometricweather.R$styleable: int Layout_layout_goneMarginRight +com.tencent.bugly.CrashModule: boolean d +androidx.vectordrawable.animated.R$layout: R$layout() +okio.HashingSource: javax.crypto.Mac mac +androidx.constraintlayout.helper.widget.Flow: void setVerticalAlign(int) +io.reactivex.internal.util.NotificationLite: java.lang.Object disposable(io.reactivex.disposables.Disposable) +com.jaredrummler.android.colorpicker.R$attr: int toolbarNavigationButtonStyle +com.google.android.material.internal.BaselineLayout: BaselineLayout(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$attr: int boxBackgroundMode +okhttp3.internal.http1.Http1Codec$FixedLengthSink: Http1Codec$FixedLengthSink(okhttp3.internal.http1.Http1Codec,long) +com.baidu.location.e.h$a: com.baidu.location.e.h$a a +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_34 +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: java.lang.String weatherText +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_verticalAlign +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addQueryParameter(java.lang.String,java.lang.String) +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_second_track_size +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$LocalSource: java.lang.String WeatherCode +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: com.google.android.material.animation.MotionSpec getShowMotionSpec() +wangdaye.com.geometricweather.R$styleable: int MenuItem_actionViewClass +android.didikee.donate.R$id: int checkbox +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem +com.google.android.material.R$styleable: int StateListDrawable_android_exitFadeDuration +okhttp3.internal.http.StatusLine: java.lang.String toString() +cyanogenmod.hardware.CMHardwareManager: int getArrayValue(int[],int,int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: java.lang.String pubTime +okhttp3.OkHttpClient: java.net.Proxy proxy +androidx.transition.R$id: int ghost_view +wangdaye.com.geometricweather.db.entities.LocationEntity: boolean getResidentPosition() +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$4: KeyguardExternalViewProviderService$Provider$ProviderImpl$4(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getIcePrecipitationProbability() +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property TreeIndex +com.turingtechnologies.materialscrollbar.R$dimen: int hint_alpha_material_dark +androidx.transition.R$attr: int fontProviderFetchStrategy +wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableCompat_android_visible +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonStyleSmall +androidx.loader.R$dimen: int compat_control_corner_material +androidx.constraintlayout.widget.R$drawable: int abc_tab_indicator_material +wangdaye.com.geometricweather.R$attr: int layout_constraintEnd_toStartOf +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_popupMenuStyle +okhttp3.internal.ws.WebSocketWriter$FrameSink: okio.Timeout timeout() +okhttp3.Cookie$Builder: java.lang.String domain +androidx.preference.R$drawable: int ic_arrow_down_24dp +com.google.android.gms.common.server.response.SafeParcelResponse +com.tencent.bugly.proguard.j: java.lang.String b +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer cloudCover +com.google.android.material.R$attr: int bottomSheetStyle +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: boolean emitLast +androidx.constraintlayout.widget.R$styleable: int KeyTrigger_triggerSlack +cyanogenmod.app.ThemeVersion$ComponentVersion +androidx.coordinatorlayout.R$color: int secondary_text_default_material_light +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Speed: double Value +com.google.android.material.R$styleable: int ActionBar_contentInsetEndWithActions +android.didikee.donate.R$styleable: int AppCompatTheme_checkedTextViewStyle +com.amap.api.location.AMapLocation: int b(com.amap.api.location.AMapLocation,int) +wangdaye.com.geometricweather.R$layout: int preference_widget_seekbar +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceSmallPopupMenu +com.xw.repo.bubbleseekbar.R$style: int Base_DialogWindowTitleBackground_AppCompat +cyanogenmod.providers.ThemesContract$PreviewColumns: ThemesContract$PreviewColumns() +com.tencent.bugly.proguard.p: android.database.Cursor a(com.tencent.bugly.proguard.p,boolean,java.lang.String,java.lang.String[],java.lang.String,java.lang.String[],java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.tencent.bugly.proguard.o) +io.reactivex.Observable: io.reactivex.Observable startWithArray(java.lang.Object[]) +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_Dialog_Alert +androidx.coordinatorlayout.R$drawable: R$drawable() +wangdaye.com.geometricweather.R$color: int material_on_primary_emphasis_high_type +wangdaye.com.geometricweather.R$drawable: int flag_tr +okhttp3.internal.publicsuffix.PublicSuffixDatabase: byte[] publicSuffixExceptionListBytes +io.reactivex.Observable: io.reactivex.Observable flatMapMaybe(io.reactivex.functions.Function) +james.adaptiveicon.R$drawable: int abc_text_select_handle_middle_mtrl_light +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: io.reactivex.Observer downstream +com.google.android.material.R$dimen: int mtrl_calendar_landscape_header_width +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property Time +wangdaye.com.geometricweather.R$attr: int duration +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: io.reactivex.disposables.CompositeDisposable set +androidx.vectordrawable.animated.R$styleable: int FontFamily_fontProviderFetchStrategy +com.google.android.material.R$attr: int textAppearanceBody2 com.turingtechnologies.materialscrollbar.MaterialScrollBar: void setDraggableFromAnywhere(boolean) -androidx.hilt.lifecycle.R$dimen: int notification_top_pad -cyanogenmod.app.CustomTile: cyanogenmod.app.CustomTile clone() -wangdaye.com.geometricweather.R$drawable: int weather_rain_mini_grey -androidx.dynamicanimation.R$styleable: int GradientColor_android_endX -com.tencent.bugly.proguard.i: void a(byte[]) -com.google.android.material.button.MaterialButton: void setChecked(boolean) -cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_registerChangeListener -com.google.android.material.R$styleable: int CoordinatorLayout_Layout_layout_keyline -androidx.constraintlayout.widget.R$id: int parent -wangdaye.com.geometricweather.R$id: int disableScroll -com.xw.repo.bubbleseekbar.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 -com.google.android.material.R$attr: int materialButtonOutlinedStyle -androidx.appcompat.resources.R$id: int accessibility_custom_action_30 -androidx.preference.R$drawable: int abc_ic_menu_share_mtrl_alpha -com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge -james.adaptiveicon.R$dimen: int abc_edit_text_inset_horizontal_material -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String TypeID -cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_PUT_GLOBAL -cyanogenmod.hardware.DisplayMode: int describeContents() -org.greenrobot.greendao.DaoException: DaoException(java.lang.String) -retrofit2.ParameterHandler$QueryName: void apply(retrofit2.RequestBuilder,java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int ViewStubCompat_android_inflatedId -androidx.constraintlayout.widget.R$attr: int arcMode -com.turingtechnologies.materialscrollbar.R$id: int search_button -com.google.android.material.appbar.AppBarLayout$BaseBehavior: AppBarLayout$BaseBehavior() -androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour: androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour MATCH_PARENT -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Wind: java.lang.String windspeed -cyanogenmod.providers.CMSettings$Secure: boolean putIntForUser(android.content.ContentResolver,java.lang.String,int,int) -wangdaye.com.geometricweather.R$anim: int btn_radio_to_off_mtrl_ring_outer_path_animation -com.xw.repo.bubbleseekbar.R$color: int switch_thumb_disabled_material_light -androidx.constraintlayout.widget.R$styleable: int Toolbar_title -com.jaredrummler.android.colorpicker.R$drawable: int abc_list_longpressed_holo -androidx.core.app.RemoteActionCompat: RemoteActionCompat() -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown -androidx.preference.R$style: int TextAppearance_AppCompat_Display1 -okhttp3.internal.cache.DiskLruCache$Snapshot: okhttp3.internal.cache.DiskLruCache$Editor edit() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Imperial: double Value -androidx.vectordrawable.animated.R$dimen: int compat_button_padding_horizontal_material -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void drain() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Imperial: int UnitType -androidx.appcompat.widget.ContentFrameLayout: android.util.TypedValue getFixedHeightMinor() -okhttp3.RequestBody$3: void writeTo(okio.BufferedSink) -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor -androidx.preference.R$attr: int navigationContentDescription -androidx.appcompat.R$styleable: int ColorStateListItem_alpha -androidx.constraintlayout.utils.widget.MotionTelltales: MotionTelltales(android.content.Context) -wangdaye.com.geometricweather.R$dimen: int item_touch_helper_swipe_escape_max_velocity -wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges -wangdaye.com.geometricweather.remoteviews.config.DayWidgetConfigActivity -com.google.android.gms.location.LocationResult -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_DialogWhenLarge -cyanogenmod.weatherservice.ServiceRequestResult$Builder: ServiceRequestResult$Builder(java.util.List) -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: io.reactivex.MaybeSource other -com.google.android.material.tabs.TabLayout: void setInlineLabel(boolean) -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String TARGET_API -wangdaye.com.geometricweather.R$drawable: int weather_sleet_mini_dark -okhttp3.internal.cache2.Relay: Relay(java.io.RandomAccessFile,okio.Source,long,okio.ByteString,long) -com.google.android.material.R$styleable: int MaterialButton_iconPadding -androidx.preference.R$color: int accent_material_dark -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeCutDrawable -wangdaye.com.geometricweather.R$id: int experience -james.adaptiveicon.R$color: int abc_tint_spinner -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setWeather(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean) -androidx.customview.R$styleable: int FontFamilyFont_font -james.adaptiveicon.R$layout: int support_simple_spinner_dropdown_item -androidx.constraintlayout.widget.R$string: int abc_action_bar_home_description -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dividerVertical -io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: io.reactivex.functions.BiPredicate predicate -androidx.preference.R$style: int RtlOverlay_DialogWindowTitle_AppCompat -okhttp3.internal.ws.WebSocketWriter: okio.Sink newMessageSink(int,long) -cyanogenmod.profiles.ConnectionSettings: ConnectionSettings(int,int,boolean) -com.tencent.bugly.proguard.ak: java.lang.String t -android.didikee.donate.R$styleable: int AppCompatTheme_actionDropDownStyle -androidx.preference.R$attr: int navigationMode -wangdaye.com.geometricweather.R$id: int easeInOut -com.tencent.bugly.crashreport.common.info.AppInfo: boolean f(android.content.Context) -androidx.customview.R$drawable: int notification_template_icon_bg -com.google.android.material.timepicker.ClockFaceView -androidx.constraintlayout.widget.R$id: int split_action_bar -cyanogenmod.weather.WeatherLocation: java.lang.String mCity +wangdaye.com.geometricweather.R$id: int dialog_minimal_icon_title +io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: long subscriberCount +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Weather +cyanogenmod.profiles.BrightnessSettings: int mValue +com.google.android.material.R$style: int Widget_MaterialComponents_BottomSheet +retrofit2.ParameterHandler$Headers: int p +com.google.android.material.R$styleable: int[] KeyCycle +android.didikee.donate.R$styleable: int TextAppearance_android_textStyle +wangdaye.com.geometricweather.R$styleable: int[] InkPageIndicator +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragmentCompat_android_dividerHeight +cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_reboot +com.google.android.material.R$styleable: int MenuItem_android_icon +androidx.hilt.work.R$styleable: int FontFamilyFont_font +wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List minutelyForecast +cyanogenmod.app.BaseLiveLockManagerService$1: boolean getLiveLockScreenEnabled() +com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver: com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver a() +com.tencent.bugly.crashreport.common.strategy.a +wangdaye.com.geometricweather.R$attr: int counterTextColor +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Region: AccuLocationResult$Region() +androidx.viewpager2.R$dimen +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow +androidx.constraintlayout.widget.R$drawable: int abc_list_pressed_holo_dark +androidx.appcompat.R$styleable: int MenuItem_android_onClick +com.google.android.material.R$color: int dim_foreground_disabled_material_dark +wangdaye.com.geometricweather.R$id: int accelerate +wangdaye.com.geometricweather.R$styleable: int ActionBar_contentInsetEnd +cyanogenmod.app.CMContextConstants$Features: CMContextConstants$Features() +com.tencent.bugly.crashreport.common.strategy.StrategyBean: long e +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_weight +androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_ttcIndex +cyanogenmod.weather.CMWeatherManager: int requestWeatherUpdate(cyanogenmod.weather.WeatherLocation,cyanogenmod.weather.CMWeatherManager$WeatherUpdateRequestListener) +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: boolean cancelled +okhttp3.internal.connection.StreamAllocation: void release() +com.bumptech.glide.integration.okhttp.R$id: int line3 +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarDivider +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: io.reactivex.internal.util.AtomicThrowable errors +wangdaye.com.geometricweather.R$attr: int backgroundInsetEnd +androidx.recyclerview.R$id: int tag_unhandled_key_event_manager +okhttp3.HttpUrl$Builder: int schemeDelimiterOffset(java.lang.String,int,int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Metric: AccuCurrentResult$WindChillTemperature$Metric() +okhttp3.internal.cache.DiskLruCache: java.lang.String JOURNAL_FILE_BACKUP +androidx.vectordrawable.R$id: int accessibility_custom_action_25 +wangdaye.com.geometricweather.R$attr: int actionOverflowMenuStyle +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_counterOverflowTextAppearance +okio.Buffer: long writeAll(okio.Source) +com.google.android.material.R$styleable: int MaterialCalendarItem_itemShapeAppearanceOverlay +com.google.android.material.chip.ChipGroup: void setSingleSelection(int) +com.turingtechnologies.materialscrollbar.R$id: int line1 +cyanogenmod.app.CustomTile$ExpandedItem: void internalSetItemBitmap(android.graphics.Bitmap) +wangdaye.com.geometricweather.R$styleable: int MaterialRadioButton_buttonTint +androidx.preference.R$styleable: int ActionMenuItemView_android_minWidth +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: io.reactivex.functions.Function bufferClose +androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_fontStyle +androidx.preference.R$attr: int buttonTint +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_imageButtonStyle +androidx.appcompat.R$styleable: int SwitchCompat_android_textOff +com.google.android.material.R$id: int rounded +androidx.viewpager2.R$id: int accessibility_custom_action_9 +wangdaye.com.geometricweather.R$styleable: int SwitchPreference_android_disableDependentsState androidx.constraintlayout.widget.R$styleable: int Constraint_layout_goneMarginBottom -okio.Options: java.lang.Object get(int) -cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: IExternalViewProvider$Stub$Proxy(android.os.IBinder) -okhttp3.Response$Builder: okhttp3.ResponseBody body -io.reactivex.internal.queue.SpscArrayQueue: java.lang.Object poll() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Imperial: AccuCurrentResult$WindChillTemperature$Imperial() -wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_rangeFillColor -wangdaye.com.geometricweather.R$styleable: int MaterialButtonToggleGroup_selectionRequired -androidx.preference.R$color: int button_material_light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean getForecastDaily() -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintWidth_percent -androidx.hilt.lifecycle.R$id: int accessibility_action_clickable_span -com.google.android.material.R$styleable: int AppCompatTheme_homeAsUpIndicator -androidx.transition.R$id: int action_text -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource -androidx.drawerlayout.R$layout: int notification_template_part_chronometer -androidx.appcompat.R$style: int TextAppearance_AppCompat_Menu -androidx.lifecycle.LifecycleRegistry: void addObserver(androidx.lifecycle.LifecycleObserver) -com.google.android.material.R$layout: int test_chip_zero_corner_radius -wangdaye.com.geometricweather.R$attr: int colorOnSurface -wangdaye.com.geometricweather.R$integer: int cpv_default_anim_duration -androidx.appcompat.R$attr: int lastBaselineToBottomHeight -androidx.appcompat.widget.Toolbar: int getContentInsetEnd() -wangdaye.com.geometricweather.R$style: int Preference_Category_Material -com.xw.repo.bubbleseekbar.R$id: int bottom_sides -androidx.loader.R$string: R$string() -com.google.android.material.R$attr: int fabCradleRoundedCornerRadius -cyanogenmod.app.CustomTileListenerService: void unregisterAsSystemService() -androidx.constraintlayout.widget.R$styleable: int MockView_mock_labelColor -james.adaptiveicon.R$styleable: int LinearLayoutCompat_android_weightSum -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_splitTrack -wangdaye.com.geometricweather.R$string: int about_glide -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_134 -com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_fixed_width_minor -okio.HashingSource: javax.crypto.Mac mac -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_autoSizeTextType -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Metric: double Value -com.jaredrummler.android.colorpicker.R$attr: int actionModeCutDrawable -com.tencent.bugly.proguard.u: boolean b(int) -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedNoLast -androidx.customview.R$styleable: int FontFamily_fontProviderFetchTimeout -androidx.customview.R$styleable: int FontFamily_fontProviderCerts -androidx.preference.R$style: int Widget_AppCompat_ListView -wangdaye.com.geometricweather.R$drawable: int weather_wind_mini_light -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu -io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function3) -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver parent -okhttp3.Headers: Headers(okhttp3.Headers$Builder) -com.turingtechnologies.materialscrollbar.R$layout: int select_dialog_multichoice_material -io.reactivex.internal.observers.BasicIntQueueDisposable: long serialVersionUID -com.jaredrummler.android.colorpicker.R$id: int up -wangdaye.com.geometricweather.db.entities.DaoMaster: org.greenrobot.greendao.AbstractDaoSession newSession() -androidx.lifecycle.R -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ListView_DropDown -okhttp3.internal.connection.RouteException: RouteException(java.io.IOException) -com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_AUTH +retrofit2.http.Field +androidx.appcompat.widget.ScrollingTabContainerView: ScrollingTabContainerView(android.content.Context) +androidx.core.R$id: int accessibility_custom_action_4 +okhttp3.internal.connection.StreamAllocation: void release(okhttp3.internal.connection.RealConnection) +com.google.android.material.chip.Chip: android.graphics.drawable.Drawable getChipDrawable() +androidx.appcompat.widget.SearchView: void setQueryHint(java.lang.CharSequence) +wangdaye.com.geometricweather.R$string: int tag_wind +com.google.android.material.R$styleable: int Toolbar_contentInsetLeft +com.google.android.material.floatingactionbutton.FloatingActionButton: void setSupportImageTintMode(android.graphics.PorterDuff$Mode) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean feelsLike +com.google.android.material.R$dimen: int tooltip_vertical_padding +com.turingtechnologies.materialscrollbar.R$color: int abc_tint_edittext +com.google.android.material.R$string: int mtrl_picker_invalid_format_use +androidx.preference.R$style: int Base_Widget_AppCompat_Button_Colored +wangdaye.com.geometricweather.R$drawable: int notif_temp_88 +cyanogenmod.app.ICMTelephonyManager: boolean isSubActive(int) +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_switchPreferenceStyle +wangdaye.com.geometricweather.R$drawable: int ic_star +androidx.lifecycle.extensions.R$styleable: int GradientColor_android_startY +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_isSunlightEnhancementSelfManaged +wangdaye.com.geometricweather.R$color: int secondary_text_disabled_material_light +wangdaye.com.geometricweather.R$layout: int mtrl_calendar_vertical +androidx.preference.R$styleable: int AppCompatTheme_dropDownListViewStyle +com.xw.repo.bubbleseekbar.R$id: int tag_unhandled_key_listeners +com.tencent.bugly.proguard.i: java.util.HashMap a(java.util.Map,int,boolean) +androidx.swiperefreshlayout.R$dimen: int notification_small_icon_size_as_large +james.adaptiveicon.R$styleable: int MenuView_subMenuArrow +wangdaye.com.geometricweather.settings.activities.AboutActivity +com.tencent.bugly.crashreport.crash.CrashDetailBean: java.util.Map O +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Speed: double Value +androidx.coordinatorlayout.R$styleable: int ColorStateListItem_android_color +okhttp3.internal.platform.Jdk9Platform: void configureTlsExtensions(javax.net.ssl.SSLSocket,java.lang.String,java.util.List) +androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType[] values() +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxBackgroundColor +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_star_black_48dp +android.didikee.donate.R$styleable: int LinearLayoutCompat_showDividers +androidx.constraintlayout.widget.R$attr: int fontVariationSettings +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$LocalSource: AccuCurrentResult$LocalSource() +androidx.constraintlayout.widget.R$id: int ignore +com.google.android.material.R$dimen: int mtrl_navigation_item_shape_vertical_margin +com.google.android.material.R$attr: int layout_constraintRight_toRightOf +com.xw.repo.bubbleseekbar.R$dimen: int compat_control_corner_material +wangdaye.com.geometricweather.R$drawable: int mtrl_dialog_background +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: boolean done +com.turingtechnologies.materialscrollbar.R$attr: int layout_scrollInterpolator +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Snackbar +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: ICMHardwareService$Stub$Proxy(android.os.IBinder) +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float getRelativeHumidity() +com.google.android.material.R$attr: int showDividers +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowMinWidthMinor +com.google.android.material.R$interpolator: R$interpolator() +androidx.swiperefreshlayout.R$attr: int fontWeight +wangdaye.com.geometricweather.R$styleable: int AppCompatImageView_tintMode +androidx.viewpager.widget.PagerTitleStrip: void setGravity(int) +wangdaye.com.geometricweather.R$dimen: int notification_big_circle_margin +okhttp3.internal.http2.Http2Codec: java.lang.String UPGRADE +cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void onPause() +okio.ForwardingTimeout: okio.Timeout delegate() +io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: io.reactivex.Observer downstream +okio.HashingSource: okio.HashingSource md5(okio.Source) +androidx.preference.R$attr: int showDividers +okhttp3.internal.http2.Hpack$Reader: int dynamicTableIndex(int) +cyanogenmod.externalviews.ExternalView$6: void run() +com.google.android.material.R$attr: int materialButtonStyle +androidx.appcompat.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String daytimeWindDirection +wangdaye.com.geometricweather.R$id: int widget_day_week_week_5 +wangdaye.com.geometricweather.R$attr: int layout_behavior +com.google.android.gms.common.api.Scope: android.os.Parcelable$Creator CREATOR +com.turingtechnologies.materialscrollbar.R$dimen: int hint_pressed_alpha_material_light +com.google.android.material.R$styleable: int Layout_layout_constraintCircleRadius +retrofit2.RequestBuilder +android.didikee.donate.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable +wangdaye.com.geometricweather.R$string: int content_des_swipe_right_to_delete +androidx.coordinatorlayout.R$id: int accessibility_custom_action_15 +com.google.android.material.R$styleable: int Constraint_android_layout_marginRight +androidx.constraintlayout.motion.widget.MotionLayout: float getVelocity() +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer windChillTemperature +okhttp3.internal.cache.InternalCache: void remove(okhttp3.Request) +androidx.preference.R$style: int Preference_CheckBoxPreference_Material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: int getStatus() +okhttp3.FormBody: java.util.List encodedValues +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: boolean daylight +cyanogenmod.weather.WeatherInfo$DayForecast: double getLow() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getSunRise() +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_title_baseline_to_top_fullscreen +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: int unitArrayIndex +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarWidgetTheme +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_isThemeApplying +androidx.preference.R$anim: int abc_fade_out +okhttp3.internal.platform.ConscryptPlatform: javax.net.ssl.X509TrustManager trustManager(javax.net.ssl.SSLSocketFactory) +androidx.appcompat.widget.AppCompatSpinner: void setPopupBackgroundDrawable(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.R$attr: int layout_goneMarginTop +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: void dispose() +wangdaye.com.geometricweather.R$id: int container_main_sun_moon_moon_icon +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModePopupWindowStyle +android.didikee.donate.R$layout: int abc_action_menu_layout +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintGuide_begin +androidx.constraintlayout.widget.R$attr: int flow_verticalBias +wangdaye.com.geometricweather.R$attr: int percentWidth +androidx.constraintlayout.utils.widget.MockView: MockView(android.content.Context) +androidx.work.NetworkType: androidx.work.NetworkType valueOf(java.lang.String) +androidx.legacy.coreutils.R$dimen: int notification_small_icon_size_as_large +wangdaye.com.geometricweather.R$id: int titleDividerNoCustom +com.google.android.material.R$id: int transition_layout_save +wangdaye.com.geometricweather.R$styleable: int ActionMode_background +okhttp3.OkHttpClient$Builder: OkHttpClient$Builder() +android.didikee.donate.R$styleable: int ActionBar_progressBarPadding +androidx.lifecycle.ViewModel: void closeWithRuntimeException(java.lang.Object) +androidx.preference.R$attr: int trackTint +wangdaye.com.geometricweather.R$dimen: int highlight_alpha_material_light +cyanogenmod.providers.WeatherContract$WeatherColumns$WindSpeedUnit: int MPH +com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$Node findByEntry(java.util.Map$Entry) +james.adaptiveicon.R$styleable: int[] LinearLayoutCompat_Layout +android.didikee.donate.R$color: int material_grey_100 +okio.AsyncTimeout: long IDLE_TIMEOUT_NANOS +okhttp3.internal.io.FileSystem$1: void delete(java.io.File) +com.tencent.bugly.crashreport.CrashReport$WebViewInterface: void addJavascriptInterface(com.tencent.bugly.crashreport.crash.h5.H5JavaScriptInterface,java.lang.String) +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse +wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customColorDrawableValue +com.jaredrummler.android.colorpicker.R$attr: int actionModeBackground +com.jaredrummler.android.colorpicker.R$id: int left +com.google.android.material.R$styleable: int Toolbar_contentInsetStart +com.google.android.material.R$styleable: int Transform_android_transformPivotY +wangdaye.com.geometricweather.R$style: int material_button +com.jaredrummler.android.colorpicker.R$attr: int collapseIcon +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setIcon(android.graphics.drawable.Drawable) +androidx.preference.R$styleable: int AppCompatTheme_panelMenuListWidth +com.google.android.material.R$style: int Widget_Compat_NotificationActionContainer +james.adaptiveicon.R$color: int secondary_text_disabled_material_dark +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_PopupWindow +androidx.constraintlayout.widget.R$dimen: int notification_large_icon_width +cyanogenmod.profiles.StreamSettings: cyanogenmod.profiles.StreamSettings fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void innerComplete(io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver) +wangdaye.com.geometricweather.R$dimen: int little_weather_icon_container_size +wangdaye.com.geometricweather.R$id: int transparency_title +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Snackbar_TextView +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind: java.lang.String icon +com.google.android.material.R$style: int Widget_MaterialComponents_Toolbar +com.google.gson.stream.JsonReader: char[] buffer +cyanogenmod.util.ColorUtils: double calculateDeltaE(double,double,double,double,double,double) +wangdaye.com.geometricweather.R$color: int mtrl_tabs_icon_color_selector_colored +androidx.preference.R$drawable: int abc_text_cursor_material +androidx.preference.R$attr: int autoSizeMaxTextSize +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +com.turingtechnologies.materialscrollbar.R$integer: int hide_password_duration +cyanogenmod.weatherservice.ServiceRequestResult$1: java.lang.Object createFromParcel(android.os.Parcel) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: int UVIndex +androidx.constraintlayout.utils.widget.MotionTelltales +com.google.android.material.R$styleable: int ConstraintSet_flow_lastHorizontalBias +androidx.hilt.work.R$dimen: int notification_small_icon_background_padding +androidx.constraintlayout.utils.widget.ImageFilterButton: void setRound(float) +androidx.preference.R$drawable: int abc_ratingbar_small_material +okhttp3.internal.cache.DiskLruCache: void evictAll() +okio.Okio$3 +wangdaye.com.geometricweather.R$attr: int fontProviderQuery +james.adaptiveicon.R$styleable: int Toolbar_titleMarginEnd +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHeight_max +androidx.recyclerview.R$dimen: int notification_action_text_size +wangdaye.com.geometricweather.R$id: int month_navigation_previous +cyanogenmod.hardware.IThermalListenerCallback$Stub$Proxy: java.lang.String getInterfaceDescriptor() +androidx.hilt.work.R$layout: int custom_dialog +wangdaye.com.geometricweather.R$layout: int activity_daily_trend_display_manage +com.google.android.material.slider.Slider: int getFocusedThumbIndex() +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintVertical_weight +com.tencent.bugly.proguard.z: byte[] a(int,byte[],byte[]) +com.google.android.material.R$id: int line3 +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_MaterialComponents_Badge +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_23 +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox +okio.Buffer: okio.Buffer writeString(java.lang.String,java.nio.charset.Charset) +androidx.appcompat.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableTopCompat +com.jaredrummler.android.colorpicker.R$dimen: int abc_config_prefDialogWidth +cyanogenmod.content.Intent: java.lang.String EXTRA_RECENTS_LONG_PRESS_RELEASE +wangdaye.com.geometricweather.R$color: int mtrl_filled_stroke_color +com.google.android.material.R$color: int bright_foreground_disabled_material_light +android.didikee.donate.R$attr: int listItemLayout +io.reactivex.internal.subscribers.DeferredScalarSubscriber: boolean hasValue +com.amap.api.location.AMapLocationClientOption: android.os.Parcelable$Creator CREATOR +com.google.android.material.R$color: int background_material_dark +androidx.appcompat.resources.R$id: int icon_group +com.google.android.material.slider.Slider: void setThumbStrokeWidthResource(int) +androidx.recyclerview.R$id: int accessibility_custom_action_14 +com.google.android.material.R$style: int Theme_AppCompat_Light_Dialog_MinWidth +okhttp3.internal.http.RealInterceptorChain: int writeTimeoutMillis() +cyanogenmod.app.ILiveLockScreenManager +okhttp3.MultipartBody$Part: okhttp3.MultipartBody$Part createFormData(java.lang.String,java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Imperial: java.lang.String Unit +com.tencent.bugly.crashreport.common.info.a: boolean W +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void clear() +com.google.android.material.R$styleable: int OnSwipe_dragScale +androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type UNKNOWN +androidx.lifecycle.ReportFragment$LifecycleCallbacks +androidx.transition.R$styleable: int GradientColorItem_android_offset +android.didikee.donate.R$anim: int abc_popup_enter +com.google.gson.stream.JsonWriter +cyanogenmod.weather.WeatherLocation$1 +android.didikee.donate.R$styleable: int AppCompatTheme_windowNoTitle +james.adaptiveicon.R$styleable: int MenuItem_android_enabled +wangdaye.com.geometricweather.R$color: int colorRipple +cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_getSubInformation_0 +cyanogenmod.themes.IThemeService: boolean processThemeResources(java.lang.String) +androidx.savedstate.Recreator +com.google.android.material.R$styleable: int Layout_layout_constraintTop_creator +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.String TABLENAME +com.tencent.bugly.proguard.i: boolean a(int,boolean) +androidx.lifecycle.extensions.R$style: int TextAppearance_Compat_Notification_Line2 +wangdaye.com.geometricweather.R$color: int mtrl_tabs_colored_ripple_color +wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle CIRCULAR +wangdaye.com.geometricweather.R$dimen: int notification_media_narrow_margin +james.adaptiveicon.R$attr: int color +androidx.constraintlayout.widget.R$drawable: int abc_ic_go_search_api_material +androidx.drawerlayout.R$layout: R$layout() +androidx.preference.R$id: int scrollIndicatorDown +androidx.preference.R$dimen: int abc_action_button_min_width_material +androidx.fragment.R$layout: int notification_action_tombstone +com.tencent.bugly.crashreport.crash.c: boolean k() +okhttp3.internal.platform.JdkWithJettyBootPlatform: JdkWithJettyBootPlatform(java.lang.reflect.Method,java.lang.reflect.Method,java.lang.reflect.Method,java.lang.Class,java.lang.Class) +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: io.reactivex.Observer downstream +com.google.android.material.R$styleable: int ShapeableImageView_strokeWidth +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: AccuMinuteResult$SummaryBean() +wangdaye.com.geometricweather.R$styleable: int MenuItem_alphabeticModifiers +com.amap.api.location.AMapLocation: double getLatitude() +io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: void onError(java.lang.Throwable) +com.bumptech.glide.load.EncodeStrategy: com.bumptech.glide.load.EncodeStrategy SOURCE +james.adaptiveicon.R$attr: int subtitleTextColor +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_lastHorizontalBias +androidx.appcompat.R$styleable: int AppCompatTheme_dividerVertical +com.jaredrummler.android.colorpicker.R$dimen: int highlight_alpha_material_light +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: ObservableBuffer$BufferSkipObserver(io.reactivex.Observer,int,int,java.util.concurrent.Callable) +cyanogenmod.weather.WeatherInfo: long mTimestamp +wangdaye.com.geometricweather.R$styleable: int OnClick_clickAction +okhttp3.internal.http.RealInterceptorChain: okhttp3.Response proceed(okhttp3.Request) +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_19 +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeApparentTemperature +androidx.recyclerview.R$styleable: int FontFamilyFont_font +wangdaye.com.geometricweather.R$attr: int actionBarTabBarStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setTemperature(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX) +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Spinner +com.turingtechnologies.materialscrollbar.R$styleable: int ViewBackgroundHelper_backgroundTintMode +com.amap.api.location.DPoint: DPoint(android.os.Parcel) +com.google.android.material.R$attr: int counterTextColor +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Imperial: AccuCurrentResult$Precip1hr$Imperial() +androidx.legacy.coreutils.R$layout: int notification_action_tombstone +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_3DES_EDE_CBC_SHA +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language GERMAN +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer grassIndex +com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle +james.adaptiveicon.R$attr: int autoSizeTextType +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_optimizationLevel +com.xw.repo.bubbleseekbar.R$color: int switch_thumb_material_dark +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_RINGTONE +io.reactivex.internal.observers.DeferredScalarObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.turingtechnologies.materialscrollbar.R$dimen: int abc_control_corner_material +androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableCompat_android_dither +wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Suffix +com.google.android.material.chip.Chip: void setIconEndPadding(float) +com.google.android.material.R$styleable: int ActionBar_homeLayout +com.google.android.material.R$styleable: int MaterialButton_iconTintMode +com.turingtechnologies.materialscrollbar.R$attr: int toolbarStyle +com.amap.api.location.AMapLocation: java.lang.String d +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_AutoCompleteTextView +com.google.android.material.R$style: int Widget_MaterialComponents_ActionBar_Solid +okio.InflaterSource: boolean refill() +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode INTERNAL_ERROR +android.didikee.donate.R$drawable: int abc_btn_radio_material +okhttp3.internal.Util: okio.ByteString UTF_32_LE_BOM +com.jaredrummler.android.colorpicker.R$attr: int listPreferredItemPaddingLeft +com.google.android.material.R$styleable: int ActionBar_hideOnContentScroll +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ProgressBar +wangdaye.com.geometricweather.R$styleable: int[] ButtonBarLayout +androidx.fragment.R$styleable: int FontFamilyFont_android_fontWeight +androidx.appcompat.widget.AppCompatSpinner: void setAdapter(android.widget.Adapter) +james.adaptiveicon.R$style: int Theme_AppCompat_Light_Dialog_MinWidth +cyanogenmod.externalviews.KeyguardExternalView$3: android.graphics.Rect val$clipRect +com.xw.repo.bubbleseekbar.R$string: int abc_action_bar_up_description +androidx.constraintlayout.widget.R$drawable: int abc_ic_menu_cut_mtrl_alpha +androidx.preference.R$style: int Preference_PreferenceScreen +com.tencent.bugly.crashreport.crash.jni.b: java.lang.String a(java.io.BufferedInputStream) +james.adaptiveicon.R$style: int Widget_AppCompat_Button_Colored +androidx.preference.R$attr: int autoCompleteTextViewStyle +androidx.activity.R$color +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.String weatherText +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_WIND_SPEED_UNIT +io.reactivex.Observable: java.lang.Object blockingSingle() +com.tencent.bugly.proguard.ak: java.lang.String g +cyanogenmod.app.Profile: int compareTo(java.lang.Object) +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_2_00 +androidx.appcompat.R$dimen: int tooltip_y_offset_touch +io.reactivex.Observable: void blockingForEach(io.reactivex.functions.Consumer) +androidx.constraintlayout.widget.R$attr: int buttonCompat +wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: void setIndicatorPosition(int) +okhttp3.internal.cache.InternalCache: void update(okhttp3.Response,okhttp3.Response) +okhttp3.internal.http1.Http1Codec: okhttp3.internal.connection.StreamAllocation streamAllocation +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getSo2() +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeThunderstormPrecipitation +androidx.constraintlayout.widget.R$id: int line3 +androidx.preference.R$styleable: int MenuItem_actionProviderClass +androidx.appcompat.resources.R$styleable: int GradientColor_android_centerColor +com.tencent.bugly.crashreport.crash.h5.b: java.lang.String b() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX +wangdaye.com.geometricweather.R$attr: int startIconTintMode +io.reactivex.Observable: io.reactivex.Observable timeout(long,java.util.concurrent.TimeUnit,io.reactivex.ObservableSource) +androidx.preference.Preference: void setOnPreferenceChangeListener(androidx.preference.Preference$OnPreferenceChangeListener) +androidx.vectordrawable.R$dimen: int notification_main_column_padding_top +androidx.preference.R$dimen: int abc_floating_window_z +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_counterTextAppearance +com.google.android.material.internal.ParcelableSparseIntArray +androidx.constraintlayout.widget.R$styleable: int Constraint_android_maxHeight +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: io.reactivex.disposables.Disposable upstream +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: java.lang.Integer alti +androidx.constraintlayout.widget.R$id: int chain +androidx.preference.R$attr: int actionModeCloseDrawable +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light_Dialog_Alert +okhttp3.ResponseBody: okhttp3.ResponseBody create(okhttp3.MediaType,okio.ByteString) +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: boolean cancelled +com.google.android.material.R$style: int Theme_MaterialComponents_Light_NoActionBar +com.google.android.material.internal.CheckableImageButton +androidx.appcompat.R$styleable: int AppCompatTextView_firstBaselineToTopHeight +com.google.android.gms.base.R$string: int common_google_play_services_unsupported_text +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: void dispose() +io.reactivex.Observable: io.reactivex.Observable share() +okhttp3.internal.cache.CacheRequest: void abort() +androidx.preference.R$attr: int iconTint +cyanogenmod.providers.CMSettings$NameValueCache: boolean putStringForUser(android.content.ContentResolver,java.lang.String,java.lang.String,int) +com.google.android.material.timepicker.RadialViewGroup: RadialViewGroup(android.content.Context,android.util.AttributeSet) +android.didikee.donate.R$styleable: int Spinner_android_popupBackground +io.reactivex.internal.observers.LambdaObserver: void dispose() +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_CompactMenu +retrofit2.RequestFactory: okhttp3.MediaType contentType +wangdaye.com.geometricweather.R$id: int left +com.google.android.material.R$styleable: int Constraint_android_maxHeight +androidx.core.R$id: int tag_accessibility_heading +james.adaptiveicon.R$styleable: int SwitchCompat_switchTextAppearance +wangdaye.com.geometricweather.R$attr: int autoSizePresetSizes +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_startX +android.didikee.donate.R$styleable: int AppCompatTextView_drawableLeftCompat +com.google.android.material.R$color: int material_on_surface_stroke +androidx.appcompat.resources.R$dimen: int notification_small_icon_background_padding +androidx.preference.R$styleable: int[] ActionBarLayout +wangdaye.com.geometricweather.R$string: int settings_title_dark_mode +okhttp3.FormBody$Builder: java.util.List values +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ButtonBar_AlertDialog +com.google.android.material.R$styleable: int Layout_android_layout_height +com.google.android.material.R$attr: int colorControlNormal +com.google.android.material.R$drawable: int abc_ic_menu_share_mtrl_alpha +okhttp3.MultipartBody +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_CALL_LED_OFF_VALIDATOR +androidx.drawerlayout.R$id: int text +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer getDegreeDayTemperature() +james.adaptiveicon.R$attr: int displayOptions +okhttp3.HttpUrl$Builder +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric: double Value +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setDate(java.util.Date) +james.adaptiveicon.R$styleable: int MenuItem_actionViewClass +com.google.android.material.R$style: int Widget_Design_Snackbar +com.amap.api.fence.GeoFence: void setCenter(com.amap.api.location.DPoint) +com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area$LastAction +androidx.legacy.coreutils.R$styleable: int FontFamilyFont_fontStyle +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.Pollen pollen +io.reactivex.Observable: java.lang.Object to(io.reactivex.functions.Function) +com.google.android.material.R$drawable: int abc_textfield_search_default_mtrl_alpha +androidx.lifecycle.MutableLiveData +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_year_height +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData: org.reactivestreams.Publisher mPublisher +wangdaye.com.geometricweather.R$styleable: int Chip_chipIconSize +androidx.preference.R$dimen: int abc_search_view_preferred_height +wangdaye.com.geometricweather.db.entities.AlertEntityDao: org.greenrobot.greendao.query.Query weatherEntity_AlertEntityListQuery +androidx.hilt.lifecycle.R$id: int action_text +james.adaptiveicon.R$attr: int windowFixedWidthMajor +cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.IKeyguardExternalViewProvider mExternalViewProvider +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum: double Value +androidx.appcompat.R$drawable: int notification_icon_background +androidx.appcompat.R$style: int Base_Theme_AppCompat_DialogWhenLarge io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.appcompat.R$color: int androidx_core_ripple_material_light +com.google.android.material.R$attr: int behavior_halfExpandedRatio +okhttp3.Headers: Headers(okhttp3.Headers$Builder) +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar +android.didikee.donate.R$styleable: int SearchView_android_inputType +com.google.android.material.R$attr: int listPopupWindowStyle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Imperial: double Value +androidx.constraintlayout.widget.ConstraintLayout: ConstraintLayout(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_Icon +okhttp3.internal.tls.DistinguishedNameParser: int beg +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onKeyguardShowing +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_disabled_z +cyanogenmod.hardware.ICMHardwareService: int[] getVibratorIntensity() +cyanogenmod.themes.ThemeManager$1 +wangdaye.com.geometricweather.R$attr: int circularInset +com.google.android.material.chip.ChipGroup: void setSelectionRequired(boolean) +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_textSize +androidx.appcompat.widget.ListPopupWindow: void setOnDismissListener(android.widget.PopupWindow$OnDismissListener) +wangdaye.com.geometricweather.R$id: int mtrl_calendar_days_of_week +com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat_Dark +okhttp3.CacheControl: int maxStaleSeconds +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_APP_SWITCH_ACTION_VALIDATOR +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator LIVE_DISPLAY_HINTED_VALIDATOR +androidx.appcompat.widget.LinearLayoutCompat: void setShowDividers(int) +cyanogenmod.app.suggest.AppSuggestManager: android.graphics.drawable.Drawable loadIcon(cyanogenmod.app.suggest.ApplicationSuggestion) +androidx.work.R$id: int accessibility_custom_action_25 +android.didikee.donate.R$dimen: int abc_text_size_display_4_material +james.adaptiveicon.R$styleable: int AppCompatTheme_windowActionModeOverlay +androidx.preference.R$color: int abc_secondary_text_material_dark +com.tencent.bugly.crashreport.common.strategy.a: com.tencent.bugly.crashreport.common.strategy.a a(android.content.Context,java.util.List) +com.tencent.bugly.proguard.s: java.net.HttpURLConnection a(java.lang.String,byte[],java.lang.String,java.util.Map) +okhttp3.internal.ws.RealWebSocket: java.lang.String receivedCloseReason +com.google.android.material.R$attr: int windowActionBar +android.didikee.donate.R$style: int Widget_AppCompat_RatingBar_Indicator +com.google.android.material.R$dimen: int mtrl_progress_indicator_full_rounded_corner_radius +androidx.constraintlayout.widget.R$styleable: int KeyTrigger_motionTarget +wangdaye.com.geometricweather.R$dimen: int cpv_column_width +androidx.coordinatorlayout.R$style: int TextAppearance_Compat_Notification_Title +com.tencent.bugly.proguard.ak: java.util.ArrayList y +com.google.gson.LongSerializationPolicy: com.google.gson.LongSerializationPolicy[] values() +wangdaye.com.geometricweather.R$string: int aqi_1 +android.didikee.donate.R$id: int add +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Tooltip +com.tencent.bugly.proguard.k: void a(java.lang.StringBuilder,int) +com.bumptech.glide.integration.okhttp.R$attr: int fontProviderAuthority +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow: java.lang.Float cumul3H +wangdaye.com.geometricweather.R$attr: int materialButtonToggleGroupStyle +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_switchStyle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric +androidx.coordinatorlayout.widget.CoordinatorLayout: int getSuggestedMinimumWidth() +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position +android.didikee.donate.R$attr: int height +android.didikee.donate.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle +wangdaye.com.geometricweather.R$attr: int suffixTextColor com.google.android.material.R$styleable: int RecyclerView_android_clipToPadding -com.turingtechnologies.materialscrollbar.R$drawable: int abc_scrubber_primary_mtrl_alpha -android.didikee.donate.R$styleable: int AppCompatTheme_panelMenuListTheme -android.didikee.donate.R$id: int never -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_FONT -wangdaye.com.geometricweather.R$id: int seekbar_value -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: java.lang.String getUpdateIntervalName(android.content.Context) -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat -androidx.lifecycle.ProcessLifecycleOwner$2: void onCreate() -androidx.viewpager.R$drawable: int notification_template_icon_bg -com.google.android.material.R$style: int Base_V21_Theme_MaterialComponents_Light -wangdaye.com.geometricweather.R$attr: int tabIndicatorColor -wangdaye.com.geometricweather.R$layout: int container_main_daily_trend_card -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation Precipitation -wangdaye.com.geometricweather.R$dimen: int abc_action_bar_default_height_material -androidx.hilt.lifecycle.R$id: int time -com.google.android.material.R$attr: int panelMenuListTheme -androidx.lifecycle.AbstractSavedStateViewModelFactory -com.google.android.material.R$drawable: int tooltip_frame_light -androidx.transition.R$styleable: int GradientColor_android_gradientRadius -com.google.android.material.R$id: int container -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft -cyanogenmod.externalviews.ExternalView$8: ExternalView$8(cyanogenmod.externalviews.ExternalView) -james.adaptiveicon.R$style: int Widget_AppCompat_DropDownItem_Spinner -com.tencent.bugly.proguard.an: java.lang.String h +com.google.android.material.R$attr: int itemShapeInsetBottom +androidx.legacy.coreutils.R$integer +wangdaye.com.geometricweather.R$attr: int fastScrollEnabled +wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoonPhaseAngle(java.lang.Integer) +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_iconTintMode +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_height +james.adaptiveicon.R$drawable: int abc_action_bar_item_background_material +cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_setLiveLockScreenEnabled +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX: CNWeatherResult$WeatherX() +wangdaye.com.geometricweather.common.basic.models.weather.Alert: void descByTime(java.util.List) +androidx.transition.R$styleable: int FontFamilyFont_android_ttcIndex +androidx.vectordrawable.R$id: int action_container +wangdaye.com.geometricweather.R$style: int Preference_DropDown +com.jaredrummler.android.colorpicker.R$attr: int alertDialogCenterButtons +com.google.android.material.R$styleable: int CustomAttribute_customIntegerValue +io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.lang.String getContent() +androidx.appcompat.widget.SwitchCompat: android.graphics.PorterDuff$Mode getTrackTintMode() +androidx.preference.EditTextPreferenceDialogFragmentCompat: EditTextPreferenceDialogFragmentCompat() +androidx.viewpager2.R$color: int secondary_text_default_material_light +wangdaye.com.geometricweather.R$drawable: int notif_temp_105 +androidx.constraintlayout.widget.R$styleable: int Toolbar_titleMarginBottom +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarWidgetTheme +androidx.appcompat.R$styleable: int MenuView_android_windowAnimationStyle +okhttp3.logging.HttpLoggingInterceptor: okhttp3.logging.HttpLoggingInterceptor setLevel(okhttp3.logging.HttpLoggingInterceptor$Level) +cyanogenmod.providers.CMSettings$System: long getLong(android.content.ContentResolver,java.lang.String,long) +androidx.swiperefreshlayout.R$styleable: int GradientColor_android_startColor +com.google.android.material.textfield.TextInputLayout: com.google.android.material.internal.CheckableImageButton getEndIconToUpdateDummyDrawable() +wangdaye.com.geometricweather.background.service.CMWeatherProviderService +com.jaredrummler.android.colorpicker.ColorPickerDialog +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionOverflowButtonStyle +com.google.android.material.R$layout: int custom_dialog +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_dialogPreferenceStyle +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarSize +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: java.lang.String name +androidx.legacy.coreutils.R$id: int tag_unhandled_key_event_manager +wangdaye.com.geometricweather.R$attr: int itemMaxLines +androidx.preference.R$styleable: int DialogPreference_negativeButtonText +com.tencent.bugly.crashreport.crash.anr.b +cyanogenmod.externalviews.ExternalView: boolean onPreDraw() +com.google.android.gms.internal.location.zzbe +com.tencent.bugly.crashreport.common.info.b: java.lang.String d() +james.adaptiveicon.R$styleable: int MenuItem_showAsAction +androidx.preference.R$attr: int textAppearanceSearchResultTitle +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_navigationMode +androidx.appcompat.R$styleable: int AppCompatTextView_drawableBottomCompat +james.adaptiveicon.R$dimen: int notification_small_icon_size_as_large wangdaye.com.geometricweather.common.ui.widgets.astro.MoonPhaseView: void setSurfaceAngle(float) -androidx.constraintlayout.widget.R$attr: int tint -okhttp3.internal.cache.DiskLruCache: boolean closed -androidx.appcompat.R$attr: int homeLayout -io.reactivex.internal.util.VolatileSizeArrayList: void add(int,java.lang.Object) -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation: java.lang.Float temperature -com.google.android.material.R$attr: int chipSpacing -wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_barColor -android.didikee.donate.R$style: int Widget_AppCompat_ListView_DropDown -wangdaye.com.geometricweather.R$id: int BOTTOM_END -wangdaye.com.geometricweather.R$attr: int itemShapeFillColor -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActivityChooserView -com.turingtechnologies.materialscrollbar.R$styleable: int ButtonBarLayout_allowStacking -com.google.android.material.bottomnavigation.BottomNavigationView: android.view.Menu getMenu() -com.google.android.material.slider.RangeSlider: void setThumbElevationResource(int) -wangdaye.com.geometricweather.R$dimen: int notification_large_icon_width -com.jaredrummler.android.colorpicker.R$attr: int navigationMode -com.jaredrummler.android.colorpicker.R$id: int edit_query -cyanogenmod.alarmclock.ClockContract$InstancesColumns: int LOW_NOTIFICATION_STATE -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SCATTERED_SHOWERS -wangdaye.com.geometricweather.R$attr: int bsb_touch_to_seek -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA -com.xw.repo.bubbleseekbar.R$attr: int actionBarDivider -androidx.appcompat.widget.ActionBarOverlayLayout: void setOverlayMode(boolean) -com.google.android.material.R$dimen: int mtrl_btn_text_btn_padding_right -androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_STOP -androidx.preference.R$dimen: int abc_dialog_min_width_minor -okhttp3.EventListener: void callEnd(okhttp3.Call) -wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat_Light -wangdaye.com.geometricweather.R$id: int save_overlay_view -wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat_Dialog -androidx.viewpager2.R$styleable: int FontFamily_fontProviderAuthority -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle -com.xw.repo.bubbleseekbar.R$styleable: int[] View -androidx.work.WorkInfo$State: androidx.work.WorkInfo$State ENQUEUED -androidx.appcompat.R$id: int accessibility_custom_action_24 -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: boolean cancelled -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: org.reactivestreams.Subscription upstream -androidx.legacy.content.WakefulBroadcastReceiver: WakefulBroadcastReceiver() -androidx.appcompat.R$anim: int btn_checkbox_to_unchecked_icon_null_animation -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Temperature -androidx.coordinatorlayout.R$id: int accessibility_custom_action_16 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial: AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial() -com.google.android.material.R$styleable: int ConstraintSet_android_rotationX -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Weather: java.lang.String icon -com.google.android.material.card.MaterialCardView: float getCardViewRadius() -android.didikee.donate.R$id: int action_bar_container -android.didikee.donate.R$style: int Widget_AppCompat_RatingBar_Indicator -androidx.loader.R$id: int notification_background -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Dialog_Alert -com.google.android.material.R$attr: int theme -okhttp3.internal.http2.Hpack$Reader: int nextHeaderIndex -com.xw.repo.bubbleseekbar.R$styleable: int[] AppCompatTextHelper -com.bumptech.glide.integration.okhttp.R$style: int Widget_Compat_NotificationActionText -wangdaye.com.geometricweather.common.basic.models.weather.Base: java.lang.String getTime(android.content.Context,java.util.Date) -wangdaye.com.geometricweather.remoteviews.config.AbstractWidgetConfigActivity: AbstractWidgetConfigActivity() -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeIcePrecipitationDuration(java.lang.Float) -wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_toolbar -androidx.preference.R$styleable: int ListPreference_useSimpleSummaryProvider -wangdaye.com.geometricweather.R$id: int widget_remote_progress -wangdaye.com.geometricweather.R$id: int spinner -wangdaye.com.geometricweather.R$id: int activity_preview_icon_container -cyanogenmod.weather.CMWeatherManager$RequestStatus: int NO_MATCH_FOUND -androidx.appcompat.R$styleable: int AlertDialog_singleChoiceItemLayout -io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.google.android.material.R$style: int Widget_AppCompat_Light_ActionButton_Overflow -android.didikee.donate.R$id: int up -androidx.vectordrawable.animated.R$color -okhttp3.internal.connection.RealConnection$1: okhttp3.internal.connection.RealConnection this$0 -androidx.preference.R$id: int checked -androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior: CoordinatorLayout$Behavior(android.content.Context,android.util.AttributeSet) -com.jaredrummler.android.colorpicker.ColorPickerView: void setAlphaSliderVisible(boolean) -androidx.preference.R$dimen: int abc_action_bar_subtitle_top_margin_material -androidx.appcompat.R$styleable: int[] AnimatedStateListDrawableItem -androidx.viewpager.R$id: int icon -com.tencent.bugly.crashreport.common.strategy.a -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.legacy.coreutils.R$drawable: int notification_bg_low_pressed -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_title -okhttp3.internal.cache.DiskLruCache$3: java.util.Iterator delegate -wangdaye.com.geometricweather.R$attr: int fabCradleRoundedCornerRadius -wangdaye.com.geometricweather.R$attr: int trackColor -android.didikee.donate.R$style: int Theme_AppCompat_Dialog -androidx.lifecycle.extensions.R$id: int tag_accessibility_clickable_spans -com.google.android.material.chip.Chip: void setBackgroundResource(int) -androidx.swiperefreshlayout.R$dimen: int notification_small_icon_size_as_large -com.xw.repo.bubbleseekbar.R$layout -com.google.android.material.R$attr: int materialCalendarHeaderToggleButton -retrofit2.http.Path -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabMaxWidth -androidx.preference.R$styleable: int AppCompatTheme_actionBarPopupTheme -com.google.android.material.R$styleable: int Layout_layout_constrainedWidth -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Snow: AccuDailyResult$DailyForecasts$Day$Snow() -com.google.gson.internal.LinkedTreeMap: boolean containsKey(java.lang.Object) -wangdaye.com.geometricweather.R$color: int colorTextTitle -androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat_ActionBar -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.String cityId -androidx.vectordrawable.R$dimen: int compat_button_padding_horizontal_material -androidx.vectordrawable.R$id: int accessibility_custom_action_6 -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: void dispose() -wangdaye.com.geometricweather.R$style: int PreferenceThemeOverlay_v14_Material -wangdaye.com.geometricweather.R$id: int mtrl_calendar_year_selector_frame -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: void setValue(java.lang.String) -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle -cyanogenmod.app.BaseLiveLockManagerService: boolean unregisterChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) -com.tencent.bugly.crashreport.common.info.a: java.util.Set E() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$1$1 -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_4_00 -cyanogenmod.externalviews.ExternalViewProperties: int getY() -androidx.constraintlayout.widget.R$attr: int thumbTintMode -com.github.rahatarmanahmed.cpv.CircularProgressView: int animSwoopDuration -okhttp3.internal.ws.RealWebSocket: void failWebSocket(java.lang.Exception,okhttp3.Response) -androidx.constraintlayout.widget.R$attr: int crossfade -wangdaye.com.geometricweather.R$drawable: int ic_filter -cyanogenmod.hardware.DisplayMode$1: java.lang.Object[] newArray(int) -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void innerNext(java.lang.Object) -androidx.constraintlayout.widget.R$id: int search_button -okhttp3.OkHttpClient: int connectTimeoutMillis() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature WetBulbTemperature -cyanogenmod.app.ProfileGroup: android.net.Uri mSoundOverride -androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_shadowDy -androidx.lifecycle.SavedStateViewModelFactory: androidx.lifecycle.ViewModel create(java.lang.Class) -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_suffixText -androidx.coordinatorlayout.R$id: int accessibility_custom_action_9 -cyanogenmod.providers.CMSettings$Secure: boolean putLongForUser(android.content.ContentResolver,java.lang.String,long,int) -androidx.viewpager2.R$id: int line1 -androidx.appcompat.R$attr: int toolbarStyle -wangdaye.com.geometricweather.R$id: int seekbar -okhttp3.logging.LoggingEventListener$Factory: okhttp3.logging.HttpLoggingInterceptor$Logger logger -androidx.constraintlayout.widget.R$attr: int allowStacking -androidx.hilt.R$attr: int fontStyle -androidx.lifecycle.LiveData: void observeForever(androidx.lifecycle.Observer) -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipBackgroundColor -cyanogenmod.externalviews.ExternalView -com.amap.api.location.AMapLocationClientOption$GeoLanguage: com.amap.api.location.AMapLocationClientOption$GeoLanguage valueOf(java.lang.String) -androidx.appcompat.R$style: int Theme_AppCompat_Light_DialogWhenLarge -wangdaye.com.geometricweather.R$id: int auto -androidx.constraintlayout.widget.R$attr: int motionStagger -okhttp3.internal.connection.StreamAllocation: boolean canceled -androidx.constraintlayout.widget.R$styleable: int GradientColor_android_centerX -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Float tSea -androidx.appcompat.R$styleable: int Toolbar_logo -androidx.loader.R$styleable: int FontFamilyFont_android_font -com.jaredrummler.android.colorpicker.R$attr: int preferenceFragmentStyle -wangdaye.com.geometricweather.R$color: int mtrl_error -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_android_focusable -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabContentStart -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintBottom_toBottomOf -com.xw.repo.bubbleseekbar.R$dimen: int abc_dropdownitem_icon_width -androidx.hilt.R$id: int dialog_button -com.tencent.bugly.proguard.ak: java.util.ArrayList z -cyanogenmod.app.PartnerInterface: void setMobileDataEnabled(boolean) -com.xw.repo.bubbleseekbar.R$dimen: int abc_control_padding_material -okio.BufferedSink: okio.BufferedSink writeLongLe(long) -wangdaye.com.geometricweather.R$drawable: int shortcuts_snow -androidx.dynamicanimation.R$dimen: int notification_media_narrow_margin -wangdaye.com.geometricweather.common.basic.models.weather.Weather: boolean isValid(float) -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) -android.didikee.donate.R$style: int Base_Theme_AppCompat_Light_Dialog -wangdaye.com.geometricweather.common.basic.models.weather.Daily: float hoursOfSun -androidx.preference.R$styleable: int LinearLayoutCompat_android_gravity -androidx.constraintlayout.widget.R$styleable: int ActionMode_backgroundSplit -wangdaye.com.geometricweather.R$style: int Base_Animation_AppCompat_Tooltip -androidx.appcompat.R$attr: int menu -com.google.android.material.R$attr: int tabPaddingEnd -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabInlineLabel -wangdaye.com.geometricweather.R$styleable: int Constraint_android_translationZ -wangdaye.com.geometricweather.R$attr: int seekBarIncrement -android.didikee.donate.R$id: int expanded_menu -wangdaye.com.geometricweather.R$attr: int trackTint -wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type valueOf(java.lang.String) -cyanogenmod.power.IPerformanceManager: int getPowerProfile() -androidx.lifecycle.ProcessLifecycleOwner$3: ProcessLifecycleOwner$3(androidx.lifecycle.ProcessLifecycleOwner) -cyanogenmod.weather.RequestInfo: boolean mIsQueryOnly -androidx.work.R$styleable: int GradientColor_android_centerColor -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_elevation -androidx.constraintlayout.widget.Guideline: void setVisibility(int) -com.xw.repo.bubbleseekbar.R$id: R$id() -com.tencent.bugly.BuglyStrategy: boolean isEnableANRCrashMonitor() -androidx.recyclerview.widget.RecyclerView: void setHasFixedSize(boolean) -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: io.reactivex.disposables.Disposable upstream -android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat_Dark -wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_levelValue -androidx.constraintlayout.widget.R$styleable: int KeyPosition_framePosition -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void innerComplete() -cyanogenmod.app.CustomTile$RemoteExpandedStyle: void setRemoteViews(android.widget.RemoteViews) -androidx.preference.R$style: int TextAppearance_AppCompat_Subhead -com.turingtechnologies.materialscrollbar.R$styleable: int[] FloatingActionButton -com.bumptech.glide.integration.okhttp.R$id: int time -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_23 -androidx.loader.R$dimen: int notification_large_icon_width -com.jaredrummler.android.colorpicker.R$integer: int abc_config_activityShortDur -androidx.constraintlayout.widget.R$id: int spread -okhttp3.Dispatcher: void executed(okhttp3.RealCall) -okhttp3.internal.cache.CacheInterceptor -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintRight_creator -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9 -com.xw.repo.bubbleseekbar.R$integer: int cancel_button_image_alpha -com.google.android.material.snackbar.Snackbar$SnackbarLayout: void setBackground(android.graphics.drawable.Drawable) -androidx.preference.R$style: int PreferenceSummaryTextStyle -com.google.android.gms.location.LocationSettingsRequest -okhttp3.Call: boolean isExecuted() -androidx.appcompat.R$styleable: int AppCompatTheme_switchStyle -androidx.constraintlayout.widget.R$string: int abc_shareactionprovider_share_with -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) -okhttp3.HttpUrl: void canonicalize(okio.Buffer,java.lang.String,int,int,java.lang.String,boolean,boolean,boolean,boolean,java.nio.charset.Charset) -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Display4 -androidx.constraintlayout.widget.R$styleable: int KeyCycle_motionTarget -androidx.drawerlayout.R$dimen: int compat_button_inset_horizontal_material -com.google.android.material.R$layout: int material_radial_view_group -com.turingtechnologies.materialscrollbar.R$color: int error_color_material_dark -wangdaye.com.geometricweather.settings.dialogs.MinimalIconDialog -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SNOW_SHOWERS -wangdaye.com.geometricweather.R$dimen: int material_helper_text_font_1_3_padding_top -wangdaye.com.geometricweather.R$attr: int layout_constraintHorizontal_weight -wangdaye.com.geometricweather.R$id: int circular_sky -wangdaye.com.geometricweather.R$id: int item_weather_daily_pollen -androidx.constraintlayout.widget.R$styleable: int Motion_motionStagger -okhttp3.OkHttpClient$Builder: javax.net.SocketFactory socketFactory -cyanogenmod.weather.util.WeatherUtils: boolean isValidTempUnit(int) -android.didikee.donate.R$style: int Base_Animation_AppCompat_Dialog -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningAdvice: MfWarningsResult$WarningAdvice() -androidx.viewpager.R$styleable: int GradientColor_android_endX -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query -com.google.android.material.R$attr: int bottomSheetDialogTheme -okhttp3.internal.Util: okhttp3.ResponseBody EMPTY_RESPONSE -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xmp -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeSnowPrecipitation -cyanogenmod.library.R$id: int event -com.amap.api.location.DPoint: int hashCode() -com.google.android.material.R$attr: int titleTextAppearance -james.adaptiveicon.R$styleable: int AppCompatTheme_dialogCornerRadius -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property PublishTime -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7 -androidx.hilt.work.R$attr: int alpha -com.jaredrummler.android.colorpicker.R$style: int Base_V26_Theme_AppCompat -androidx.recyclerview.R$drawable: int notification_bg_normal -com.xw.repo.bubbleseekbar.R$styleable: int[] StateListDrawable -cyanogenmod.providers.CMSettings$Secure: java.lang.String ENABLED_EVENT_LIVE_LOCKS_KEY -androidx.work.R$attr: int fontProviderAuthority -androidx.appcompat.R$attr: int tickMarkTint +android.didikee.donate.R$attr: int alpha +com.tencent.bugly.crashreport.biz.b: long d() +cyanogenmod.weather.RequestInfo: cyanogenmod.weather.WeatherLocation mWeatherLocation +wangdaye.com.geometricweather.R$string: int wait_refresh +com.google.android.gms.base.R$id: int dark +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getCo() +androidx.constraintlayout.widget.R$id: int animateToStart +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableTopCompat +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean +com.google.android.material.chip.Chip: float getChipEndPadding() +com.google.android.material.R$styleable: int Variant_region_heightMoreThan +cyanogenmod.weather.ICMWeatherManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_Bridge +io.reactivex.internal.disposables.CancellableDisposable: boolean isDisposed() +androidx.preference.R$attr: int backgroundSplit +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_measureWithLargestChild +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_Switch +android.didikee.donate.R$id: int edit_query +okhttp3.internal.ws.WebSocketWriter$FrameSink: WebSocketWriter$FrameSink(okhttp3.internal.ws.WebSocketWriter) +com.jaredrummler.android.colorpicker.R$attr: int textAppearanceSearchResultTitle +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Medium +wangdaye.com.geometricweather.db.entities.DailyEntityDao: wangdaye.com.geometricweather.db.converters.WeatherCodeConverter nighttimeWeatherCodeConverter +androidx.drawerlayout.R$color: int secondary_text_default_material_light +com.google.android.material.R$styleable: int KeyTrigger_triggerId +cyanogenmod.app.CustomTile$ExpandedStyle: CustomTile$ExpandedStyle(cyanogenmod.app.CustomTile$1) +com.turingtechnologies.materialscrollbar.R$attr: int voiceIcon +com.google.android.material.R$style: int Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator SYSTEM_PROFILES_ENABLED_VALIDATOR +androidx.recyclerview.R$id: int tag_accessibility_clickable_spans +cyanogenmod.app.Profile: java.util.Collection getStreamSettings() +com.google.android.material.floatingactionbutton.FloatingActionButton: android.content.res.ColorStateList getSupportImageTintList() +androidx.appcompat.R$attr: int autoSizePresetSizes +com.jaredrummler.android.colorpicker.R$color: int background_material_dark +wangdaye.com.geometricweather.R$id: int cpv_color_panel_new +james.adaptiveicon.R$styleable: int TextAppearance_android_textFontWeight +retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder addConverterFactory(retrofit2.Converter$Factory) +okhttp3.internal.cache.DiskLruCache: long maxSize +com.google.android.material.R$styleable: int MaterialButton_iconGravity +cyanogenmod.app.Profile$TriggerType +androidx.viewpager2.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable +com.google.android.material.R$dimen: int design_bottom_navigation_margin +androidx.appcompat.R$id: int accessibility_custom_action_9 +wangdaye.com.geometricweather.R$styleable: int[] ConstraintSet +androidx.preference.R$color: int bright_foreground_inverse_material_dark +com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat_Light +wangdaye.com.geometricweather.R$string: int mtrl_picker_invalid_format_example +okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.platform.OptionalMethod setAlpnProtocols +com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver: BuglyBroadcastReceiver() +cyanogenmod.platform.Manifest$permission: java.lang.String WRITE_SECURE_SETTINGS +okhttp3.internal.cache2.Relay: long upstreamPos +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void onComplete() +androidx.constraintlayout.helper.widget.Layer: void setTranslationX(float) +com.google.android.material.R$attr: int layout_constrainedWidth +com.google.android.material.R$styleable: int StateListDrawable_android_variablePadding +cyanogenmod.profiles.ConnectionSettings$1 +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_state_dragged +wangdaye.com.geometricweather.R$style: int Preference_SwitchPreferenceCompat +okio.HashingSource +wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_translationZ +wangdaye.com.geometricweather.R$id: int bidirectional +androidx.loader.R$styleable: int[] ColorStateListItem +androidx.vectordrawable.R$drawable: int notification_action_background +com.turingtechnologies.materialscrollbar.R$dimen: int design_tab_text_size +androidx.constraintlayout.motion.widget.MotionLayout: androidx.constraintlayout.motion.widget.DesignTool getDesignTool() +com.google.android.material.R$styleable: int Constraint_android_orientation +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintWidth_percent +com.amap.api.fence.GeoFence: int o +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Tooltip +james.adaptiveicon.R$dimen: int hint_pressed_alpha_material_light +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Dialog_MinWidth +com.turingtechnologies.materialscrollbar.R$attr: int layout_anchor +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property ApparentTemperature +wangdaye.com.geometricweather.R$drawable: int ic_mtrl_chip_checked_circle +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_scaleY +io.reactivex.Observable: io.reactivex.Observable range(int,int) +okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.lang.String[] PREVAILING_RULE +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Integer aqiIndex +com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_listLayout +androidx.preference.R$attr: int seekBarStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX temperature +com.google.android.material.R$styleable: int BottomNavigationView_backgroundTint +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: java.util.concurrent.atomic.AtomicReference upstream +androidx.recyclerview.R$styleable: int FontFamilyFont_android_ttcIndex +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleMargin +wangdaye.com.geometricweather.R$styleable: int Constraint_drawPath +wangdaye.com.geometricweather.R$drawable: int shortcuts_refresh +androidx.preference.R$attr: int colorButtonNormal +wangdaye.com.geometricweather.R$id: int activity_preview_icon_container +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: void onNext(java.lang.Object) +io.reactivex.internal.schedulers.ScheduledRunnable: java.lang.Object ASYNC_DISPOSED +wangdaye.com.geometricweather.R$styleable: int MenuItem_iconTintMode +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String IS_DEFAULT_THEME +com.turingtechnologies.materialscrollbar.R$attr: int thickness +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionButton +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_toTopOf +com.google.android.material.circularreveal.CircularRevealLinearLayout +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void schedule() +cyanogenmod.profiles.AirplaneModeSettings$BooleanState: int STATE_ENABLED +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Spinner_Underlined +okhttp3.internal.http2.Http2Stream: okio.Sink getSink() +com.google.android.material.appbar.AppBarLayout: AppBarLayout(android.content.Context,android.util.AttributeSet,int) +androidx.lifecycle.SavedStateViewModelFactory: androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory mFactory +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean wind +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: void onComplete() +androidx.recyclerview.R$attr: int recyclerViewStyle +io.reactivex.Observable: io.reactivex.Observable concatMapSingleDelayError(io.reactivex.functions.Function,boolean,int) +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: long count +wangdaye.com.geometricweather.R$layout: int item_weather_daily_astro +com.google.gson.stream.JsonReader: int peekNumber() +io.reactivex.Observable: io.reactivex.Observable doOnSubscribe(io.reactivex.functions.Consumer) +androidx.preference.R$layout: int abc_cascading_menu_item_layout +com.jaredrummler.android.colorpicker.ColorPickerView: int getSliderTrackerColor() +androidx.preference.R$id: int notification_main_column +wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_end_icon_margin_start +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionButton_CloseMode +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_QUICK_QS_PULLDOWN_VALIDATOR +androidx.hilt.R$anim: R$anim() +com.google.android.material.R$style: int Widget_MaterialComponents_ActionBar_PrimarySurface +com.xw.repo.bubbleseekbar.R$id: int group_divider +com.google.android.material.R$styleable: int TextInputLayout_boxCornerRadiusTopEnd +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorAccent +com.jaredrummler.android.colorpicker.R$attr: int displayOptions +cyanogenmod.profiles.StreamSettings: boolean mOverride +com.google.android.gms.base.R$id: int wide +com.google.android.gms.common.internal.safeparcel.SafeParcelReader$ParseException +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_activityChooserViewStyle +androidx.appcompat.resources.R$styleable: int GradientColor_android_endY +androidx.vectordrawable.animated.R$attr +com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_Alert +androidx.vectordrawable.animated.R$id: int right_side +okhttp3.internal.platform.AndroidPlatform$CloseGuard: AndroidPlatform$CloseGuard(java.lang.reflect.Method,java.lang.reflect.Method,java.lang.reflect.Method) +com.baidu.location.e.h$c: com.baidu.location.e.h$c[] values() +com.jaredrummler.android.colorpicker.R$id: int none +okhttp3.Cookie: boolean hostOnly +wangdaye.com.geometricweather.R$styleable: int ActionBar_progressBarPadding +com.amap.api.fence.GeoFenceListener: void onGeoFenceCreateFinished(java.util.List,int,java.lang.String) +wangdaye.com.geometricweather.db.entities.HistoryEntity: int nighttimeTemperature +wangdaye.com.geometricweather.R$layout: int item_weather_daily_line +com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_android_ttcIndex +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: boolean isDisposed() +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_backgroundTint +com.turingtechnologies.materialscrollbar.R$id: int parent_matrix +retrofit2.RequestFactory$Builder: retrofit2.RequestFactory build() +com.google.android.material.R$attr: int divider +com.google.android.material.chip.Chip: void setChipTextResource(int) +androidx.hilt.work.R$dimen: int compat_button_padding_horizontal_material +androidx.appcompat.widget.ActionBarOverlayLayout: void setLogo(int) +com.amap.api.location.AMapLocation: void setConScenario(int) +cyanogenmod.externalviews.KeyguardExternalView$4: KeyguardExternalView$4(cyanogenmod.externalviews.KeyguardExternalView) +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: Pollen(java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String) +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: void setChartItemView(wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView) +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ListPopupWindow +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property TimeZone +cyanogenmod.providers.CMSettings$NameValueCache: android.net.Uri mUri +cyanogenmod.app.ICustomTileListener: void onListenerConnected() +com.google.android.material.R$id: int material_minute_tv +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionBar +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_start_padding_icon +androidx.constraintlayout.widget.R$styleable: int CompoundButton_buttonTintMode +org.greenrobot.greendao.AbstractDao: void delete(java.lang.Object) +com.google.android.material.R$attr: int expandedTitleGravity +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX() +wangdaye.com.geometricweather.R$id: int sin +androidx.appcompat.R$attr: int actionBarItemBackground +androidx.core.R$styleable: int[] FontFamily +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_DropDownItem_Spinner +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property DegreeDayTemperature +okhttp3.ResponseBody: ResponseBody() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Maximum: double Value +com.google.android.material.R$styleable: int MaterialCardView_rippleColor +com.amap.api.location.AMapLocationClientOption$AMapLocationMode +androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft +io.reactivex.internal.util.ErrorMode: io.reactivex.internal.util.ErrorMode valueOf(java.lang.String) +wangdaye.com.geometricweather.R$id: int widget_clock_day_title +androidx.preference.R$styleable: int Preference_summary +wangdaye.com.geometricweather.R$dimen: int progress_view_size +androidx.constraintlayout.widget.R$style: int Base_DialogWindowTitleBackground_AppCompat +james.adaptiveicon.R$id: int action_context_bar +wangdaye.com.geometricweather.common.rxjava.BaseObserver: void onComplete() +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Id +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: void checkUploadRecordCrash() +wangdaye.com.geometricweather.R$color: int mtrl_btn_bg_color_selector +okio.ByteString: int indexOf(byte[],int) +com.bumptech.glide.integration.okhttp3.OkHttpGlideModule: OkHttpGlideModule() +androidx.appcompat.resources.R$styleable: int FontFamilyFont_android_font +com.google.android.material.R$styleable: int AppCompatTextView_fontFamily +android.didikee.donate.R$attr: int textAppearanceListItemSmall +android.didikee.donate.R$id: int action_bar +androidx.constraintlayout.widget.R$attr: int expandActivityOverflowButtonDrawable +androidx.constraintlayout.widget.R$dimen: int abc_dialog_list_padding_bottom_no_buttons +wangdaye.com.geometricweather.R$styleable: int AlertDialog_singleChoiceItemLayout +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: io.reactivex.disposables.Disposable upstream +wangdaye.com.geometricweather.db.entities.AlertEntity: AlertEntity() +androidx.constraintlayout.widget.R$drawable: int abc_btn_check_material_anim +androidx.loader.R$id: int async +wangdaye.com.geometricweather.common.ui.widgets.DrawerLayout +androidx.constraintlayout.widget.Group: void setElevation(float) +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property CloudCover +androidx.viewpager2.R$attr: int fontProviderFetchTimeout +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_25 +androidx.coordinatorlayout.R$styleable: int[] CoordinatorLayout_Layout +com.google.android.material.R$styleable: int Constraint_layout_goneMarginEnd +okhttp3.HttpUrl: java.util.List percentDecode(java.util.List,boolean) +androidx.preference.R$styleable: int AppCompatTextView_drawableBottomCompat +okio.Okio$3: void write(okio.Buffer,long) +wangdaye.com.geometricweather.R$drawable: int notif_temp_29 +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex +io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: io.reactivex.Scheduler scheduler +cyanogenmod.providers.CMSettings$Secure: java.lang.String FEATURE_TOUCH_HOVERING +cyanogenmod.providers.CMSettings$Global: java.lang.String POWER_NOTIFICATIONS_RINGTONE +io.reactivex.Observable: io.reactivex.Observable timeInterval() +com.google.android.material.R$styleable: int ShapeAppearance_cornerFamilyBottomRight +wangdaye.com.geometricweather.R$id: int text2 +androidx.preference.EditTextPreference +okhttp3.RealCall: boolean executed +io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: java.lang.Object index() +retrofit2.OptionalConverterFactory$OptionalConverter: OptionalConverterFactory$OptionalConverter(retrofit2.Converter) +com.google.android.material.R$styleable: int[] MaterialTextView +androidx.vectordrawable.R$styleable: int GradientColor_android_startX +retrofit2.Utils: void checkNotPrimitive(java.lang.reflect.Type) +androidx.constraintlayout.widget.R$attr: int placeholder_emptyVisibility +org.greenrobot.greendao.AbstractDao: java.lang.Object loadCurrent(android.database.Cursor,int,boolean) +wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_daySelectedStyle +wangdaye.com.geometricweather.R$id: int moldValue +wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: java.lang.String insee +com.google.android.material.R$styleable: int ForegroundLinearLayout_android_foreground +cyanogenmod.providers.ThemesContract$ThemesColumns$InstallState: int UPDATING +wangdaye.com.geometricweather.R$attr: int indicatorColor +androidx.appcompat.R$styleable: int AppCompatTheme_colorSwitchThumbNormal +android.didikee.donate.R$color: int secondary_text_default_material_light +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: io.reactivex.CompletableObserver downstream +com.bumptech.glide.load.HttpException: HttpException(java.lang.String,int,java.lang.Throwable) +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver +com.turingtechnologies.materialscrollbar.R$attr: int headerLayout +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: AccuLocationResult() +com.google.android.material.R$styleable: int NavigationView_itemIconSize +com.tencent.bugly.crashreport.crash.c: long g +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu +androidx.constraintlayout.widget.R$attr: int telltales_velocityMode +james.adaptiveicon.R$style: int Widget_AppCompat_CompoundButton_CheckBox +com.tencent.bugly.crashreport.common.info.a: com.tencent.bugly.crashreport.common.info.a b() +androidx.fragment.R$drawable: int notification_bg_low +wangdaye.com.geometricweather.R$drawable: int abc_ic_menu_cut_mtrl_alpha +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: MinutelyEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) +android.didikee.donate.R$dimen: int notification_main_column_padding_top +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large +james.adaptiveicon.R$styleable: int ActionBar_backgroundStacked +androidx.viewpager2.R$id: int accessibility_action_clickable_span +com.google.android.material.R$dimen: int mtrl_calendar_action_confirm_button_min_width +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeRainPrecipitationProbability() +com.tencent.bugly.proguard.r: byte[] g +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_drawableBottom +androidx.vectordrawable.animated.R$dimen: int notification_top_pad +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NAVBAR_LEFT_IN_LANDSCAPE_VALIDATOR +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric: double Value +androidx.hilt.lifecycle.R$styleable: int GradientColor_android_endY +retrofit2.HttpServiceMethod: retrofit2.CallAdapter createCallAdapter(retrofit2.Retrofit,java.lang.reflect.Method,java.lang.reflect.Type,java.lang.annotation.Annotation[]) +okhttp3.internal.http2.Hpack: okio.ByteString checkLowercase(okio.ByteString) +cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode mVibrateMode +com.google.android.material.transformation.FabTransformationScrimBehavior +retrofit2.adapter.rxjava2.BodyObservable: io.reactivex.Observable upstream +com.tencent.bugly.proguard.y: int c +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_alertDialogStyle +okhttp3.internal.cache.DiskLruCache$Editor$1: void onException(java.io.IOException) +androidx.constraintlayout.widget.R$styleable: int Constraint_android_translationY +androidx.preference.R$color: int secondary_text_default_material_light +wangdaye.com.geometricweather.R$id: int dialog_providers_previewer_progress +wangdaye.com.geometricweather.R$string: int status_bar_notification_info_overflow +androidx.preference.R$styleable: int ButtonBarLayout_allowStacking +com.xw.repo.bubbleseekbar.R$dimen: int abc_button_inset_horizontal_material +com.google.android.material.R$style: int ShapeAppearanceOverlay_BottomRightCut +wangdaye.com.geometricweather.R$animator: int weather_clear_day_1 +james.adaptiveicon.R$color: int material_deep_teal_200 +com.turingtechnologies.materialscrollbar.MaterialScrollBar: void removeScrollListener(androidx.recyclerview.widget.RecyclerView$OnScrollListener) +okhttp3.RequestBody: okhttp3.RequestBody create(okhttp3.MediaType,java.io.File) +wangdaye.com.geometricweather.R$style: int Preference_Information_Material +androidx.constraintlayout.helper.widget.Layer: Layer(android.content.Context,android.util.AttributeSet,int) +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: android.content.Context b +androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration +wangdaye.com.geometricweather.R$attr: int fastScrollVerticalTrackDrawable +androidx.appcompat.R$style: int Widget_AppCompat_CompoundButton_CheckBox +androidx.preference.R$styleable: int MenuItem_android_menuCategory +com.bumptech.glide.R$dimen: int notification_small_icon_size_as_large +androidx.lifecycle.ViewModelProviders: ViewModelProviders() +com.jaredrummler.android.colorpicker.R$id: int action_mode_close_button +cyanogenmod.weather.WeatherLocation: java.lang.String getCountry() +cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_getDefaultLiveLockScreen +okhttp3.internal.http2.Http2Codec: okhttp3.Response$Builder readHttp2HeadersList(okhttp3.Headers,okhttp3.Protocol) +io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: ObservableIntervalRange$IntervalRangeObserver(io.reactivex.Observer,long,long) +wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties +androidx.appcompat.R$styleable: int SearchView_android_maxWidth +wangdaye.com.geometricweather.R$id: int mtrl_picker_fullscreen +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_android_hint +cyanogenmod.weather.WeatherInfo$DayForecast: void writeToParcel(android.os.Parcel,int) +androidx.constraintlayout.utils.widget.ImageFilterButton: ImageFilterButton(android.content.Context,android.util.AttributeSet) +com.xw.repo.bubbleseekbar.R$attr: int paddingEnd +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay[] values() +cyanogenmod.app.Profile$LockMode: Profile$LockMode() +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Headline4 +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_editTextBackground +androidx.vectordrawable.R$style +wangdaye.com.geometricweather.R$id: int time +androidx.preference.R$id: int accessibility_custom_action_0 +okhttp3.internal.http2.Http2Connection$IntervalPingRunnable: Http2Connection$IntervalPingRunnable(okhttp3.internal.http2.Http2Connection) +com.google.android.material.slider.BaseSlider: void setSeparationUnit(int) +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: java.lang.String toString() +com.turingtechnologies.materialscrollbar.R$attr: int contentInsetLeft +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String getDetail() +wangdaye.com.geometricweather.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 +androidx.fragment.R$id: int notification_main_column +wangdaye.com.geometricweather.R$drawable: int abc_text_select_handle_right_mtrl_dark +wangdaye.com.geometricweather.R$styleable: int Slider_haloRadius +wangdaye.com.geometricweather.R$dimen: int material_emphasis_disabled +wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayVerticalWidgetConfigActivity +androidx.appcompat.widget.LinearLayoutCompat: int getDividerWidth() +wangdaye.com.geometricweather.R$attr: int fontVariationSettings +wangdaye.com.geometricweather.R$drawable: int ic_tag_off +okhttp3.Address: boolean equals(java.lang.Object) +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setLongitude(java.lang.String) +wangdaye.com.geometricweather.R$string: int key_item_animation_switch +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: java.lang.String WidgetPhrase +com.amap.api.location.AMapLocationClientOption: boolean isOnceLocation() +cyanogenmod.providers.CMSettings$System: java.lang.String INCREASING_RING +android.didikee.donate.R$attr: int subtitleTextAppearance +androidx.transition.R$styleable: int GradientColor_android_endY +com.google.android.material.R$id: int labelGroup +com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_subMenuArrow +androidx.work.R$id: int action_image +okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Stream pushStream(int,java.util.List,boolean) +cyanogenmod.weather.CMWeatherManager$2: void onLookupCityRequestCompleted(cyanogenmod.weather.RequestInfo,int,java.util.List) +androidx.constraintlayout.widget.R$id: int search_mag_icon +james.adaptiveicon.R$styleable: int Toolbar_collapseIcon +com.turingtechnologies.materialscrollbar.R$id: int customPanel +com.amap.api.fence.GeoFence: android.app.PendingIntent d +cyanogenmod.app.Profile: java.util.Map mTriggers +wangdaye.com.geometricweather.R$style: int Platform_Widget_AppCompat_Spinner +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: java.lang.Object resource +androidx.appcompat.R$styleable: int GradientColor_android_startY +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_android_gravity +com.google.android.material.R$style: int ThemeOverlay_AppCompat_DayNight +androidx.constraintlayout.widget.R$styleable: int FontFamily_fontProviderCerts +android.didikee.donate.R$styleable: int DrawerArrowToggle_barLength +androidx.appcompat.R$drawable: int notification_bg_normal_pressed +androidx.preference.R$attr: int tint +wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: void setPosition(int) +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintStart_toStartOf +androidx.viewpager2.adapter.FragmentStateAdapter$5 +com.turingtechnologies.materialscrollbar.R$string: int hide_bottom_view_on_scroll_behavior +android.didikee.donate.R$styleable: int AppCompatTheme_actionBarSplitStyle +retrofit2.ParameterHandler$QueryName: ParameterHandler$QueryName(retrofit2.Converter,boolean) +com.google.android.material.R$drawable: int abc_ic_search_api_material +androidx.swiperefreshlayout.R$color: int ripple_material_light +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_summaryOn +wangdaye.com.geometricweather.remoteviews.config.Hilt_DayWidgetConfigActivity +io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode +androidx.appcompat.R$styleable: int FontFamilyFont_android_fontVariationSettings +androidx.drawerlayout.R$dimen: int compat_control_corner_material +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: boolean isDisposed() +io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatImageView_tintMode +androidx.appcompat.R$color: int abc_search_url_text_selected +com.google.android.gms.signin.internal.zak: android.os.Parcelable$Creator CREATOR +com.tencent.bugly.proguard.v: java.util.Map o +wangdaye.com.geometricweather.common.basic.models.weather.Alert: Alert(long,java.util.Date,long,java.lang.String,java.lang.String,java.lang.String,int,int) +com.google.android.material.checkbox.MaterialCheckBox: android.content.res.ColorStateList getMaterialThemeColorsTintList() +wangdaye.com.geometricweather.R$id: int chronometer +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_android_background +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_RatingBar +com.google.android.material.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha +com.google.android.material.R$attr: int tabIndicator +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.R$drawable: int notification_icon_background +cyanogenmod.app.suggest.ApplicationSuggestion: int describeContents() +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_maxButtonHeight +cyanogenmod.weather.WeatherInfo: int access$902(cyanogenmod.weather.WeatherInfo,int) +androidx.lifecycle.ComputableLiveData: ComputableLiveData() +com.google.android.material.R$style: int Widget_AppCompat_PopupWindow +wangdaye.com.geometricweather.db.entities.DailyEntityDao: boolean hasKey(java.lang.Object) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum: int UnitType +androidx.preference.R$layout: int abc_list_menu_item_icon +com.google.android.material.R$attr: int commitIcon +com.google.android.material.R$string: int mtrl_picker_toggle_to_year_selection +io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: long serialVersionUID +okio.DeflaterSink: void deflate(boolean) +androidx.swiperefreshlayout.R$attr: int fontProviderQuery +okhttp3.ConnectionPool: okhttp3.internal.connection.RealConnection get(okhttp3.Address,okhttp3.internal.connection.StreamAllocation,okhttp3.Route) +org.greenrobot.greendao.AbstractDao: void insertOrReplaceInTx(java.lang.Iterable) +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_helperTextTextAppearance +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: java.lang.String ShortPhrase +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_display_1_material +james.adaptiveicon.R$id: int action_container +androidx.customview.R$dimen: int notification_main_column_padding_top +com.tencent.bugly.proguard.aq: java.util.Map f +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text +com.google.android.material.textfield.TextInputLayout: void setEndIconMode(int) +com.google.android.material.R$color: int mtrl_tabs_legacy_text_color_selector +androidx.loader.R$styleable: R$styleable() +com.jaredrummler.android.colorpicker.R$color: int secondary_text_disabled_material_light +com.google.android.material.R$styleable: int AppCompatTheme_listDividerAlertDialog +com.xw.repo.bubbleseekbar.R$anim +androidx.legacy.coreutils.R$styleable: int ColorStateListItem_android_alpha +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Direction Direction +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Speed: AccuDailyResult$DailyForecasts$Day$Wind$Speed() +okhttp3.internal.ws.RealWebSocket: okhttp3.WebSocketListener listener +okhttp3.internal.http2.Http2: byte TYPE_WINDOW_UPDATE +io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: io.reactivex.internal.disposables.SequentialDisposable upstream +james.adaptiveicon.R$styleable: int MenuItem_android_icon +wangdaye.com.geometricweather.R$string: int settings_title_notification_background +okhttp3.OkHttpClient$Builder: okhttp3.CertificatePinner certificatePinner +com.google.android.material.R$attr: int state_collapsed +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_selection_baseline_to_top_fullscreen +wangdaye.com.geometricweather.R$styleable: int Tooltip_android_textAppearance +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_drawableTop +cyanogenmod.app.CMTelephonyManager: cyanogenmod.app.ICMTelephonyManager getService() +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_iconTintMode +wangdaye.com.geometricweather.R$attr: int tickColorActive +androidx.constraintlayout.widget.R$attr: int thickness +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_lightOnTouch +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem +okhttp3.internal.connection.StreamAllocation: StreamAllocation(okhttp3.ConnectionPool,okhttp3.Address,okhttp3.Call,okhttp3.EventListener,java.lang.Object) +com.google.android.material.datepicker.Month: android.os.Parcelable$Creator CREATOR +com.jaredrummler.android.colorpicker.R$attr: int dividerVertical +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeThunderstormPrecipitation() +wangdaye.com.geometricweather.R$layout: int container_snackbar +cyanogenmod.providers.CMSettings$System: float getFloatForUser(android.content.ContentResolver,java.lang.String,float,int) +wangdaye.com.geometricweather.R$styleable: int[] StateListDrawableItem +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_menu_material +androidx.cardview.R$color: int cardview_shadow_start_color +com.google.android.material.R$color: int mtrl_calendar_selected_range +androidx.preference.R$attr: int homeLayout +com.jaredrummler.android.colorpicker.R$attr: int listPreferredItemHeight +wangdaye.com.geometricweather.R$attr: int titleMarginBottom +androidx.constraintlayout.widget.R$drawable: int abc_seekbar_tick_mark_material +okhttp3.Cache$CacheResponseBody: long contentLength() +androidx.constraintlayout.widget.R$attr: int background +wangdaye.com.geometricweather.R$style: int Base_DialogWindowTitle_AppCompat +okhttp3.RequestBody$3 +com.google.android.material.R$attr: int dayInvalidStyle +okhttp3.internal.http2.Hpack: int PREFIX_4_BITS +androidx.preference.R$styleable: int AppCompatTheme_windowFixedWidthMajor +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: boolean isDisposed() +androidx.appcompat.R$style: int Base_Widget_AppCompat_Button_Colored +com.tencent.bugly.crashreport.common.info.b: java.lang.String k(android.content.Context) +androidx.preference.R$id: int accessibility_custom_action_31 +androidx.core.R$dimen: int notification_top_pad +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_COLOR_ENHANCE_VALIDATOR +okhttp3.RealCall$AsyncCall: boolean $assertionsDisabled +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Large_Inverse +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit valueOf(java.lang.String) +com.turingtechnologies.materialscrollbar.R$layout: int select_dialog_singlechoice_material +androidx.fragment.R$color: int notification_action_color_filter +com.jaredrummler.android.colorpicker.R$id: int action_menu_presenter +wangdaye.com.geometricweather.R$dimen: int mtrl_tooltip_arrowSize +cyanogenmod.themes.IThemeService$Stub$Proxy: java.lang.String getInterfaceDescriptor() +androidx.constraintlayout.widget.R$styleable: int ActionMode_titleTextStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean() +androidx.lifecycle.ClassesInfoCache$CallbackInfo: java.util.Map mHandlerToEvent +androidx.appcompat.widget.AppCompatAutoCompleteTextView: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() +com.google.android.material.R$string: int exposed_dropdown_menu_content_description +com.tencent.bugly.crashreport.crash.c: void g() +cyanogenmod.weatherservice.ServiceRequest: void reject(int) +com.jaredrummler.android.colorpicker.R$dimen: int abc_edit_text_inset_bottom_material +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_elevation +androidx.lifecycle.ComputableLiveData: androidx.lifecycle.LiveData getLiveData() +androidx.appcompat.R$styleable: int SwitchCompat_switchMinWidth +okhttp3.HttpUrl$Builder: boolean isDot(java.lang.String) +okhttp3.internal.http2.Http2Connection$Builder: Http2Connection$Builder(boolean) +androidx.lifecycle.Transformations$2: Transformations$2(androidx.arch.core.util.Function,androidx.lifecycle.MediatorLiveData) +com.google.android.material.R$dimen: int mtrl_calendar_action_padding +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: void setStreet(java.lang.String) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeCloudCover +com.amap.api.location.AMapLocation +james.adaptiveicon.R$attr: int selectableItemBackgroundBorderless +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_shadowDy +wangdaye.com.geometricweather.R$drawable: int notif_temp_48 +wangdaye.com.geometricweather.R$drawable: int notif_temp_131 +com.jaredrummler.android.colorpicker.R$attr: int actionModeCloseButtonStyle +com.tencent.bugly.proguard.i: short[] e(int,boolean) +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: java.util.concurrent.atomic.AtomicReference upstream +wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: java.lang.String getUnitId() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: java.lang.String MobileLink +androidx.lifecycle.livedata.R +wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_icon_disabled +retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback: retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter this$0 +com.jaredrummler.android.colorpicker.R$attr: int seekBarIncrement +wangdaye.com.geometricweather.R$style: int widget_text_clock_analog_Dark +wangdaye.com.geometricweather.R$id: int widget_week_icon +androidx.constraintlayout.widget.R$styleable: int MenuView_android_headerBackground +james.adaptiveicon.R$attr: int buttonTintMode +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float rainPrecipitationProbability +com.google.android.material.R$styleable: int ViewBackgroundHelper_backgroundTintMode +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_MonthNavigationButton +wangdaye.com.geometricweather.weather.apis.MfWeatherApi +com.google.android.material.R$layout: int text_view_with_line_height_from_layout +com.turingtechnologies.materialscrollbar.R$attr: int counterOverflowTextAppearance +cyanogenmod.app.CustomTile$ExpandedStyle: CustomTile$ExpandedStyle() +cyanogenmod.app.ICustomTileListener$Stub$Proxy: void onCustomTileRemoved(org.cyanogenmod.internal.statusbar.IStatusBarCustomTileHolder) +com.turingtechnologies.materialscrollbar.R$attr: int foregroundInsidePadding +com.xw.repo.bubbleseekbar.R$color: int abc_tint_edittext +wangdaye.com.geometricweather.R$styleable: int KeyPosition_curveFit +androidx.recyclerview.R$attr: int stackFromEnd +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setUpdateTime(long) +cyanogenmod.app.CMStatusBarManager: java.lang.String TAG +com.google.gson.stream.JsonReader: int PEEKED_FALSE +androidx.constraintlayout.widget.R$styleable: int[] Toolbar +james.adaptiveicon.R$dimen: int compat_button_padding_horizontal_material +wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_dark +com.google.gson.stream.JsonReader: int NUMBER_CHAR_DIGIT +com.turingtechnologies.materialscrollbar.R$drawable: int ic_mtrl_chip_close_circle +com.amap.api.location.AMapLocation: java.lang.String e +okio.Buffer: void require(long) +androidx.fragment.R$layout: int custom_dialog +androidx.fragment.R$dimen: int notification_right_side_padding_top +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIndicatorFullWidth +retrofit2.http.QueryMap +com.tencent.bugly.crashreport.biz.UserInfoBean: java.lang.String d +wangdaye.com.geometricweather.R$styleable: int GradientColor_android_startX +androidx.appcompat.R$id: int src_over +com.bumptech.glide.R$attr: int fontProviderFetchTimeout +com.bumptech.glide.R$id: int left +cyanogenmod.themes.ThemeChangeRequest$Builder: ThemeChangeRequest$Builder(android.content.res.ThemeConfig) +androidx.appcompat.R$style: int Base_V22_Theme_AppCompat_Light +androidx.preference.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable +androidx.constraintlayout.widget.Barrier: void setDpMargin(int) +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_helperTextTextColor +com.jaredrummler.android.colorpicker.R$dimen: int notification_main_column_padding_top +retrofit2.RequestBuilder: RequestBuilder(java.lang.String,okhttp3.HttpUrl,java.lang.String,okhttp3.Headers,okhttp3.MediaType,boolean,boolean,boolean) +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_text_btn_padding_left +io.reactivex.Observable: io.reactivex.Observable onErrorResumeNext(io.reactivex.functions.Function) +android.didikee.donate.R$styleable: int ActionBar_contentInsetEndWithActions +androidx.appcompat.R$styleable: int[] AppCompatTextView +cyanogenmod.app.Profile: java.lang.String getName() +james.adaptiveicon.R$styleable: int MenuView_android_itemIconDisabledAlpha +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query +com.turingtechnologies.materialscrollbar.R$attr: int cardCornerRadius +okio.Buffer: okio.BufferedSink writeShort(int) +wangdaye.com.geometricweather.R$styleable: int ListPreference_android_entryValues +com.jaredrummler.android.colorpicker.R$styleable: int BackgroundStyle_selectableItemBackground +retrofit2.converter.gson.GsonResponseBodyConverter: com.google.gson.Gson gson +androidx.appcompat.widget.AppCompatButton: void setBackgroundDrawable(android.graphics.drawable.Drawable) +androidx.constraintlayout.widget.R$interpolator: int btn_radio_to_on_mtrl_animation_interpolator_0 +com.tencent.bugly.proguard.j: void b(byte,int) +wangdaye.com.geometricweather.R$dimen: int tooltip_y_offset_non_touch +android.support.v4.app.INotificationSideChannel$Default: void cancelAll(java.lang.String) +com.google.android.material.floatingactionbutton.FloatingActionButton: void setUseCompatPadding(boolean) +com.google.android.material.R$layout: int select_dialog_item_material +android.didikee.donate.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeRealFeelTemperature() +wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_android_summaryOn +okhttp3.internal.http.BridgeInterceptor +androidx.vectordrawable.animated.R$styleable: int[] GradientColor +retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: void onFailure(retrofit2.Call,java.lang.Throwable) +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: long serialVersionUID +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String getMoldDescription() +com.baidu.location.indoor.mapversion.c.a$d: com.baidu.location.indoor.mapversion.c.a$a f +com.google.gson.stream.JsonReader: int peeked +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.HalfDay night() +com.amap.api.location.AMapLocation: void setTrustedLevel(int) +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: io.reactivex.Observer downstream +com.baidu.location.indoor.mapversion.c.c$b: java.lang.String g +androidx.swiperefreshlayout.R$dimen: int notification_right_icon_size +com.google.android.material.R$color: int abc_background_cache_hint_selector_material_light +io.reactivex.internal.util.VolatileSizeArrayList: VolatileSizeArrayList(int) +io.reactivex.internal.observers.BasicIntQueueDisposable: boolean isDisposed() +com.google.gson.JsonSyntaxException: JsonSyntaxException(java.lang.String,java.lang.Throwable) +android.didikee.donate.R$attr: int actionDropDownStyle +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.os.RemoteCallbackList mCallbacks +io.reactivex.internal.subscriptions.DeferredScalarSubscription: int FUSED_READY +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer ragweedIndex +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_spinnerStyle +com.jaredrummler.android.colorpicker.R$attr: int windowNoTitle +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: java.lang.String getLogFromNative() +androidx.hilt.work.R$styleable: int FontFamilyFont_fontVariationSettings +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: int getCollapsedPadding() +com.xw.repo.BubbleSeekBar: void setOnProgressChangedListener(com.xw.repo.BubbleSeekBar$OnProgressChangedListener) +androidx.preference.R$styleable: int MenuItem_android_titleCondensed +com.google.android.material.R$styleable: int AppBarLayout_elevation +com.google.android.material.datepicker.Month +androidx.constraintlayout.helper.widget.Layer: Layer(android.content.Context) +androidx.constraintlayout.widget.R$id: int spread +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_prefixText +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarPopupTheme +androidx.work.impl.background.systemalarm.SystemAlarmService: SystemAlarmService() +com.tencent.bugly.a: a() +com.xw.repo.bubbleseekbar.R$styleable: int[] ViewBackgroundHelper +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Snow snow +wangdaye.com.geometricweather.R$attr: int onShow +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dialogTheme +io.reactivex.Observable: io.reactivex.Observable groupBy(io.reactivex.functions.Function,io.reactivex.functions.Function,boolean) +cyanogenmod.providers.CMSettings$CMSettingNotFoundException +okio.Buffer: long indexOfElement(okio.ByteString,long) +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setTranslateY(float) +com.jaredrummler.android.colorpicker.R$drawable: int abc_text_select_handle_left_mtrl_dark +com.xw.repo.bubbleseekbar.R$style: int Platform_AppCompat +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: float getIntervalInHour() +james.adaptiveicon.R$attr: int textColorAlertDialogListItem +com.google.android.material.R$styleable: int[] MotionLayout +com.turingtechnologies.materialscrollbar.R$drawable: int abc_spinner_textfield_background_material +wangdaye.com.geometricweather.R$string: int date_format_widget_short +androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_RESUME +wangdaye.com.geometricweather.R$id: int widget_trend_hourly_item_3 +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Bridge +okhttp3.internal.http.HttpHeaders: int skipWhitespace(java.lang.String,int) +com.xw.repo.bubbleseekbar.R$drawable: int notification_bg_low_normal +androidx.appcompat.R$dimen: int abc_text_size_title_material_toolbar +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_title +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabPaddingStart +james.adaptiveicon.R$attr: int editTextBackground +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Snackbar +androidx.constraintlayout.widget.R$styleable: int MenuGroup_android_enabled +androidx.preference.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 +com.google.android.material.R$style: int Theme_MaterialComponents +wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerSizeBottomRight +okhttp3.internal.http2.StreamResetException: okhttp3.internal.http2.ErrorCode errorCode +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: long serialVersionUID +com.tencent.bugly.crashreport.crash.CrashDetailBean: java.util.Map R +androidx.constraintlayout.widget.R$id: int search_plate +android.didikee.donate.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title +androidx.constraintlayout.widget.R$attr: int state_above_anchor +com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_INIT +wangdaye.com.geometricweather.db.entities.HourlyEntity: long time +com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Dialog +okio.RealBufferedSink: okio.Timeout timeout() +okhttp3.internal.ws.RealWebSocket: okhttp3.internal.ws.WebSocketWriter writer +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle +com.tencent.bugly.crashreport.common.info.PlugInBean: PlugInBean(android.os.Parcel) com.jaredrummler.android.colorpicker.R$attr: int fontProviderFetchTimeout -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void innerComplete(io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver) -androidx.lifecycle.SavedStateHandleController: androidx.lifecycle.SavedStateHandleController create(androidx.savedstate.SavedStateRegistry,androidx.lifecycle.Lifecycle,java.lang.String,android.os.Bundle) -io.reactivex.internal.subscriptions.SubscriptionArbiter: long serialVersionUID -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float rain3h -androidx.fragment.R$attr: int alpha -com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_listLayout -com.bumptech.glide.R$color: int secondary_text_default_material_light -com.google.android.material.R$attr: int cornerRadius -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_ProgressIndicator_Circular -okhttp3.ConnectionSpec: boolean tls -android.didikee.donate.R$attr: int switchMinWidth -cyanogenmod.library.R$styleable: int[] LiveLockScreen -com.google.android.material.R$drawable: int abc_list_divider_mtrl_alpha -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_card_elevation -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: java.lang.String quality -wangdaye.com.geometricweather.R$attr: int colorControlHighlight -com.google.android.gms.location.ActivityTransitionResult: android.os.Parcelable$Creator CREATOR -androidx.lifecycle.Lifecycle: void addObserver(androidx.lifecycle.LifecycleObserver) -com.xw.repo.bubbleseekbar.R$attr: int actionModeCloseDrawable -com.bumptech.glide.R$id: int bottom -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_tooltipForegroundColor -com.tencent.bugly.proguard.ad: byte[] b(byte[]) -com.google.android.material.R$id: int slide -androidx.activity.R$id: int tag_screen_reader_focusable -wangdaye.com.geometricweather.R$style: int Base_Animation_AppCompat_Dialog -cyanogenmod.externalviews.ExternalView$3: ExternalView$3(cyanogenmod.externalviews.ExternalView) -androidx.viewpager.widget.PagerTabStrip -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void dispose() -androidx.appcompat.R$dimen: int abc_text_size_title_material -com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert -com.google.android.material.R$styleable: int[] CardView -androidx.appcompat.widget.ButtonBarLayout: ButtonBarLayout(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$styleable: int ImageFilterView_altSrc -wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_sun -android.didikee.donate.R$styleable: int ActionMenuItemView_android_minWidth -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getRagweedIndex() -androidx.swiperefreshlayout.R$styleable: int GradientColor_android_endX -com.tencent.bugly.proguard.l: byte[] a(java.nio.ByteBuffer) -okhttp3.ConnectionPool: java.net.Socket deduplicate(okhttp3.Address,okhttp3.internal.connection.StreamAllocation) -com.google.android.material.R$styleable: int Constraint_android_maxHeight -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_endIconTint -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String WALLPAPER_FULL -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String LIVE_LOCK_SCREEN_THUMBNAIL -androidx.legacy.coreutils.R$styleable: R$styleable() -androidx.constraintlayout.widget.R$styleable: int AlertDialog_multiChoiceItemLayout -android.didikee.donate.R$color: int primary_text_default_material_dark -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense -com.google.android.material.R$id: int material_hour_text_input -com.google.android.material.R$attr: int crossfade -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_medium_material -com.tencent.bugly.crashreport.common.info.a: java.lang.Object aw -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_dialog_background_inset -okhttp3.HttpUrl: java.lang.String encodedPassword() -androidx.appcompat.R$styleable: int AppCompatTextView_drawableEndCompat -androidx.hilt.R$id: int accessibility_custom_action_6 -wangdaye.com.geometricweather.R$styleable: int BottomAppBar_fabCradleMargin -com.baidu.location.e.l$b: int i -wangdaye.com.geometricweather.R$string: int settings_title_service_provider -com.tencent.bugly.crashreport.crash.anr.b: long b -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: java.lang.String getInterfaceDescriptor() -com.google.android.material.R$attr: int verticalOffset -okhttp3.internal.http2.Http2Codec: java.lang.String ENCODING -com.google.android.material.R$attr: int textAppearanceBody2 -wangdaye.com.geometricweather.R$id: int widget_day_week_week_2 -com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter: CircularProgressViewAdapter() -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_text_size -com.amap.api.location.UmidtokenInfo$1: UmidtokenInfo$1() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_lineHeight -wangdaye.com.geometricweather.R$color: int dim_foreground_material_dark -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintTag -com.bumptech.glide.MemoryCategory: com.bumptech.glide.MemoryCategory valueOf(java.lang.String) -com.google.android.material.R$attr: int percentHeight -com.github.rahatarmanahmed.cpv.R$styleable: R$styleable() -com.google.android.material.R$styleable: int LinearLayoutCompat_android_orientation -wangdaye.com.geometricweather.R$styleable: int AppBarLayout_android_touchscreenBlocksFocus -com.tencent.bugly.proguard.c: void b() -wangdaye.com.geometricweather.R$styleable: int[] RoundCornerTransition -okio.SegmentedByteString: okio.ByteString toAsciiUppercase() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_checkboxStyle -androidx.preference.R$string: int abc_menu_space_shortcut_label -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: long index -wangdaye.com.geometricweather.R$color: int material_timepicker_clockface -wangdaye.com.geometricweather.R$styleable: int BottomAppBar_paddingBottomSystemWindowInsets -com.google.android.material.R$styleable: int Slider_tickColorInactive -com.jaredrummler.android.colorpicker.R$attr: int preferenceTheme -androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_rotation -androidx.legacy.coreutils.R$layout: int notification_template_part_chronometer -com.xw.repo.bubbleseekbar.R$id: int bottom -cyanogenmod.library.R -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$2: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_alphabeticShortcut -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_maxElementsWrap -com.bumptech.glide.integration.okhttp.R$layout: int notification_template_icon_group -androidx.preference.R$attr: int indeterminateProgressStyle -okio.BufferedSink: okio.BufferedSink writeUtf8(java.lang.String) -cyanogenmod.providers.CMSettings$System: java.lang.String ENABLE_REVERSE_LOOKUP -wangdaye.com.geometricweather.R$drawable: int weather_snow_mini_dark -com.google.android.material.R$dimen: int abc_dialog_min_width_minor -com.turingtechnologies.materialscrollbar.R$anim: int abc_slide_out_top -com.google.android.material.R$dimen: int mtrl_snackbar_background_overlay_color_alpha -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_15 -wangdaye.com.geometricweather.R$styleable: int[] CustomAttribute -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeIcePrecipitation() -com.google.android.material.appbar.AppBarLayout$BaseBehavior -com.turingtechnologies.materialscrollbar.R$attr: int actionBarSplitStyle -james.adaptiveicon.R$attr: int panelMenuListWidth +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_passwordToggleTintMode +com.google.android.material.textfield.TextInputEditText: void setTextInputLayoutFocusedRectEnabled(boolean) +wangdaye.com.geometricweather.R$string: int abc_shareactionprovider_share_with +io.reactivex.internal.schedulers.RxThreadFactory: RxThreadFactory(java.lang.String,int,boolean) +com.xw.repo.bubbleseekbar.R$drawable: int abc_textfield_search_material +androidx.work.R$id: int accessibility_custom_action_22 +androidx.preference.R$styleable: int AppCompatTheme_actionBarSplitStyle +com.turingtechnologies.materialscrollbar.R$attr: int fabCradleMargin +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_TextButton +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_suggestionRowLayout +androidx.dynamicanimation.R$layout: int notification_action_tombstone +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: void onChanged(java.lang.Object) +androidx.lifecycle.extensions.R$styleable +androidx.appcompat.widget.AppCompatRadioButton: void setBackgroundResource(int) +androidx.appcompat.view.menu.ExpandedMenuView: ExpandedMenuView(android.content.Context,android.util.AttributeSet) +com.jaredrummler.android.colorpicker.R$attr: int dialogMessage +retrofit2.OkHttpCall$NoContentResponseBody: long contentLength() +com.turingtechnologies.materialscrollbar.R$drawable: int abc_menu_hardkey_panel_mtrl_mult +androidx.fragment.R$id: int icon_group +okhttp3.internal.http2.Settings: int HEADER_TABLE_SIZE +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String FORECAST_CONDITION_CODE +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_TextView_SpinnerItem +com.google.android.material.progressindicator.ProgressIndicator: ProgressIndicator(android.content.Context,android.util.AttributeSet) +androidx.recyclerview.R$dimen +wangdaye.com.geometricweather.R$styleable: int[] MenuView +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: java.lang.String wind_speed +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActivityChooserView +com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status PENDING +android.didikee.donate.R$id: int custom +io.reactivex.Observable: io.reactivex.Observable mergeArray(int,int,io.reactivex.ObservableSource[]) +com.google.gson.FieldNamingPolicy$1 +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_tooltipFrameBackground +androidx.appcompat.R$attr: int actionModeStyle +wangdaye.com.geometricweather.R$drawable: int notif_temp_77 +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void onNext(java.lang.Object) +androidx.appcompat.view.menu.ActionMenuItemView: void setItemInvoker(androidx.appcompat.view.menu.MenuBuilder$ItemInvoker) +retrofit2.http.Path: java.lang.String value() +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_type +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle okhttp3.WebSocketListener: WebSocketListener() -com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy IDENTITY -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit MM -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: java.lang.Object resource -com.turingtechnologies.materialscrollbar.R$id: int normal -androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_android_fontWeight -com.google.android.material.R$id: int scrollIndicatorUp -james.adaptiveicon.R$style: int Platform_V25_AppCompat -wangdaye.com.geometricweather.R$styleable: int DialogPreference_android_negativeButtonText -com.google.android.material.card.MaterialCardView: int getContentPaddingLeft() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeTotalPrecipitationProbability -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property Pm10 -retrofit2.http.HEAD: java.lang.String value() -androidx.appcompat.resources.R$drawable: int notification_tile_bg -wangdaye.com.geometricweather.R$color: int cardview_shadow_start_color -io.reactivex.internal.util.VolatileSizeArrayList: java.lang.String toString() -com.google.android.gms.base.R$string: int common_google_play_services_updating_text -androidx.constraintlayout.widget.R$styleable: int[] KeyCycle -android.didikee.donate.R$styleable: int Toolbar_title -cyanogenmod.app.Profile: cyanogenmod.app.Profile fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) -james.adaptiveicon.R$style: int Animation_AppCompat_DropDownUp -wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode valueOf(java.lang.String) -com.google.android.material.R$styleable: int KeyTimeCycle_android_scaleX -androidx.customview.R$id: int notification_main_column_container -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_indicatorType -okhttp3.internal.http2.Http2Stream: okio.Sink getSink() -com.jaredrummler.android.colorpicker.R$id: int expand_activities_button -com.google.android.material.R$attr: int errorIconTintMode -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintBaseline_toBaselineOf -com.google.android.material.textfield.TextInputLayout: void setSuffixTextColor(android.content.res.ColorStateList) -androidx.constraintlayout.widget.R$dimen: int notification_large_icon_height -com.turingtechnologies.materialscrollbar.R$drawable: int notification_bg -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void dispose() -com.xw.repo.bubbleseekbar.R$attr: int titleMarginEnd -com.turingtechnologies.materialscrollbar.R$color: int abc_search_url_text_normal -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String COL_VALUE -com.turingtechnologies.materialscrollbar.R$id: int firstVisible -androidx.appcompat.R$styleable: int ActionBar_subtitleTextStyle -cyanogenmod.externalviews.KeyguardExternalView: android.content.Context access$600(cyanogenmod.externalviews.KeyguardExternalView) -wangdaye.com.geometricweather.R$string: int settings_title_notification_hide_big_view -wangdaye.com.geometricweather.R$attr: int layout_constraintLeft_creator -androidx.dynamicanimation.R$style: int TextAppearance_Compat_Notification -wangdaye.com.geometricweather.R$style: int Preference_PreferenceScreen -androidx.hilt.lifecycle.R$styleable: int GradientColor_android_type -okhttp3.RealCall$1 -androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat_Light -com.amap.api.location.LocationManagerBase: void unRegisterLocationListener(com.amap.api.location.AMapLocationListener) -wangdaye.com.geometricweather.R$dimen: int design_navigation_separator_vertical_padding -okhttp3.internal.http2.PushObserver: okhttp3.internal.http2.PushObserver CANCEL -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: ObservableRetryWhen$RepeatWhenObserver(io.reactivex.Observer,io.reactivex.subjects.Subject,io.reactivex.ObservableSource) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA -com.tencent.bugly.proguard.ag: byte[] b(byte[]) -okhttp3.internal.http1.Http1Codec$AbstractSource: okhttp3.internal.http1.Http1Codec this$0 -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation: MfHistoryResult$History$Precipitation() -okhttp3.internal.http2.Http2Connection: java.util.Map streams -com.tencent.bugly.b -androidx.appcompat.R$layout: int abc_list_menu_item_radio -androidx.core.R$styleable: int FontFamilyFont_fontStyle -com.xw.repo.BubbleSeekBar -okio.ByteString: okio.ByteString hmacSha512(okio.ByteString) -androidx.constraintlayout.widget.R$attr: int spinnerDropDownItemStyle -androidx.appcompat.R$attr: int buttonGravity -com.google.android.material.R$styleable: int DrawerArrowToggle_arrowShaftLength -cyanogenmod.weather.WeatherInfo: WeatherInfo(cyanogenmod.weather.WeatherInfo$1) -com.google.android.material.R$styleable: int Constraint_layout_constraintRight_creator -com.google.android.material.button.MaterialButton: void setStrokeWidth(int) -com.jaredrummler.android.colorpicker.R$color: int primary_text_default_material_light -com.turingtechnologies.materialscrollbar.R$attr: int searchHintIcon -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: ObservableGroupJoin$GroupJoinDisposable(io.reactivex.Observer,io.reactivex.functions.Function,io.reactivex.functions.Function,io.reactivex.functions.BiFunction) -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.HistoryEntity) -com.jaredrummler.android.colorpicker.R$integer -wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: void setIconDrawable(android.graphics.drawable.Drawable) -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void innerComplete(io.reactivex.internal.observers.InnerQueuedObserver) -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.lang.String pollutant -androidx.preference.R$style: int Preference_SwitchPreferenceCompat -com.bumptech.glide.load.HttpException: HttpException(int) -androidx.appcompat.widget.SwitchCompat: java.lang.CharSequence getTextOff() -com.tencent.bugly.crashreport.biz.b: int g -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_20 -androidx.preference.R$attr: int contentInsetRight -com.google.android.material.R$styleable: int TextAppearance_android_shadowDy -wangdaye.com.geometricweather.remoteviews.config.DayWidgetConfigActivity: DayWidgetConfigActivity() -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_endIconContentDescription -com.google.android.material.R$styleable: int[] ViewPager2 -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored -okhttp3.internal.http.RealInterceptorChain: int calls -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit KPH -wangdaye.com.geometricweather.R$font: int product_sans_thin_italic -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property Latitude -cyanogenmod.weather.RequestInfo: cyanogenmod.weather.IRequestInfoListener mListener -androidx.appcompat.R$drawable: int abc_spinner_mtrl_am_alpha -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$xml: int widget_clock_day_week -retrofit2.Utils: java.lang.RuntimeException methodError(java.lang.reflect.Method,java.lang.Throwable,java.lang.String,java.lang.Object[]) -cyanogenmod.app.Profile$TriggerState: int ON_DISCONNECT -wangdaye.com.geometricweather.R$attr: int bsb_track_size -com.github.rahatarmanahmed.cpv.CircularProgressView: android.graphics.RectF bounds -androidx.preference.Preference -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton -io.reactivex.internal.observers.DeferredScalarObserver: long serialVersionUID -com.google.android.gms.base.R$styleable: int LoadingImageView_circleCrop -okhttp3.Response$Builder: okhttp3.Response$Builder addHeader(java.lang.String,java.lang.String) -wangdaye.com.geometricweather.R$styleable: int MaterialCardView_strokeColor -wangdaye.com.geometricweather.R$string: int key_list_animation_switch -androidx.preference.R$dimen: int abc_control_corner_material -wangdaye.com.geometricweather.R$style: int Preference_DialogPreference_EditTextPreference_Material -androidx.viewpager2.R$layout: int notification_template_part_time -wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_showAlphaSlider -okio.AsyncTimeout: okio.Sink sink(okio.Sink) -wangdaye.com.geometricweather.R$styleable: int AppBarLayoutStates_state_liftable -com.jaredrummler.android.colorpicker.R$styleable: int[] AlertDialog -wangdaye.com.geometricweather.R$dimen: int abc_action_bar_overflow_padding_start_material -com.google.android.material.R$dimen: int mtrl_badge_with_text_radius -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintGuide_percent -com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose: com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose Transport -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: java.lang.String getInterfaceDescriptor() -org.greenrobot.greendao.database.DatabaseOpenHelper: void onOpen(org.greenrobot.greendao.database.Database) +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Spinner_DropDown +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getAqiColor(android.content.Context) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle +com.jaredrummler.android.colorpicker.R$styleable: int[] RecycleListView +androidx.lifecycle.extensions.R$id: int right_side +okio.BufferedSource: int readUtf8CodePoint() +com.xw.repo.bubbleseekbar.R$id: int title_template +com.google.android.material.R$styleable: int ConstraintLayout_Layout_chainUseRtl +okio.ByteString: okio.ByteString substring(int,int) +com.xw.repo.bubbleseekbar.R$color: int material_grey_900 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setAqi(java.lang.String) +androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customColorValue +com.tencent.bugly.crashreport.common.info.a: java.lang.String w +io.reactivex.internal.disposables.EmptyDisposable: io.reactivex.internal.disposables.EmptyDisposable INSTANCE +wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Bridge +com.tencent.bugly.proguard.z: void a(java.lang.Class,java.lang.String,java.lang.Object,java.lang.Object) +wangdaye.com.geometricweather.R$dimen: int mtrl_navigation_item_shape_horizontal_margin +androidx.core.R$drawable: int notification_bg_low_normal +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_35 +androidx.activity.R$id: R$id() +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void innerComplete() +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningAdvice: MfWarningsResult$WarningAdvice() +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_go_search_api_material +com.amap.api.location.APSService +com.turingtechnologies.materialscrollbar.R$attr: int buttonPanelSideLayout +com.google.android.material.R$style: int Base_V21_Theme_AppCompat_Dialog +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode +com.amap.api.location.AMapLocation: java.lang.String getErrorInfo() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: java.lang.String getValue() +com.turingtechnologies.materialscrollbar.R$attr: int passwordToggleContentDescription +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeFindDrawable +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: boolean IsDaylight +androidx.recyclerview.R$id: int accessibility_custom_action_27 +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_contentDescription +okhttp3.HttpUrl$Builder: java.lang.String toString() +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: io.reactivex.internal.util.AtomicThrowable errors +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.Temperature temperature +androidx.preference.R$styleable: int Preference_android_key +com.turingtechnologies.materialscrollbar.R$attr: int fontProviderCerts +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator CAMERA_WAKE_SCREEN_VALIDATOR +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: long serialVersionUID +androidx.preference.R$id: int accessibility_custom_action_20 +com.google.android.material.bottomappbar.BottomAppBar: void setFabCradleRoundedCornerRadius(float) +androidx.preference.R$styleable: int DrawerArrowToggle_color +com.google.android.material.R$styleable: int Constraint_layout_constraintWidth_percent +com.google.android.material.R$attr: int percentY +androidx.vectordrawable.R$layout +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 +androidx.hilt.work.R$anim: int fragment_fade_exit +androidx.preference.R$attr: int dialogPreferredPadding +android.didikee.donate.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight +androidx.hilt.lifecycle.R$dimen: int notification_media_narrow_margin +james.adaptiveicon.R$dimen: int abc_action_bar_default_height_material +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_drawableStart +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryInnerObserver BOUNDARY_DISPOSED +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Metric: double Value +androidx.cardview.R$styleable: int CardView_contentPadding +androidx.preference.R$layout: int notification_template_part_time +com.autonavi.aps.amapapi.model.AMapLocationServer: void e(java.lang.String) +androidx.preference.R$styleable: int AppCompatTheme_colorAccent +com.jaredrummler.android.colorpicker.R$layout: int abc_cascading_menu_item_layout +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_title +com.jaredrummler.android.colorpicker.R$attr: int stackFromEnd +androidx.constraintlayout.widget.R$styleable: int ImageFilterView_saturation +cyanogenmod.platform.R$attr +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode CLOUDY +cyanogenmod.platform.R$bool: R$bool() +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_1 +okio.SegmentedByteString: byte[] internalArray() +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeInsetTop +wangdaye.com.geometricweather.R$attr: int backgroundInsetStart +james.adaptiveicon.R$styleable: int AppCompatTheme_actionDropDownStyle +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Title_Inverse +com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_FixedSize +androidx.preference.R$color: int dim_foreground_disabled_material_dark +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_paddingBottom +wangdaye.com.geometricweather.db.entities.HourlyEntity: HourlyEntity(java.lang.Long,java.lang.String,java.lang.String,java.util.Date,long,boolean,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,int,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float) +wangdaye.com.geometricweather.R$id: int mtrl_child_content_container +okhttp3.internal.connection.RealConnection: RealConnection(okhttp3.ConnectionPool,okhttp3.Route) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_popupWindowStyle +com.xw.repo.bubbleseekbar.R$dimen: int compat_button_padding_horizontal_material +com.jaredrummler.android.colorpicker.R$style: int Base_V7_Theme_AppCompat +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: java.util.concurrent.atomic.AtomicReference boundaryObserver +com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType WEBP +james.adaptiveicon.R$style: int Base_Widget_AppCompat_SeekBar +com.google.android.material.R$id: int SHOW_PATH +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintLeft_toRightOf +wangdaye.com.geometricweather.R$attr: int cornerFamilyBottomLeft +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.lang.String PrimaryPostalCode +com.google.android.material.R$layout: int abc_screen_content_include +androidx.customview.R$styleable: int FontFamilyFont_android_font +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest build() +androidx.appcompat.R$attr: int navigationContentDescription +okhttp3.internal.tls.DistinguishedNameParser: java.lang.String escapedAV() +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: java.lang.String type +androidx.preference.R$style: int TextAppearance_AppCompat_Menu +com.xw.repo.bubbleseekbar.R$layout: int abc_screen_toolbar +wangdaye.com.geometricweather.R$array: int distance_unit_voices +io.reactivex.internal.disposables.DisposableHelper: io.reactivex.internal.disposables.DisposableHelper[] values() +okio.Buffer: void clear() +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode FOG +wangdaye.com.geometricweather.R$id: int ignore +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_30 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: void setDatetime(java.lang.String) +okhttp3.internal.cache.DiskLruCache$1: void run() +com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity +james.adaptiveicon.R$style: int Theme_AppCompat_Light_Dialog +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_content_inset_material +wangdaye.com.geometricweather.R$dimen: int abc_seekbar_track_background_height_material +androidx.lifecycle.ComputableLiveData$3 +wangdaye.com.geometricweather.R$array: int week_icon_mode_values +com.xw.repo.bubbleseekbar.R$id: int progress_horizontal +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_checkboxStyle +androidx.hilt.work.R$styleable: int FontFamilyFont_android_ttcIndex +com.tencent.bugly.crashreport.common.strategy.StrategyBean: StrategyBean() +cyanogenmod.providers.CMSettings$System: java.lang.String KEY_HOME_LONG_PRESS_ACTION +androidx.constraintlayout.widget.R$attr: int layout_constraintHorizontal_weight +androidx.viewpager2.R$id: int tag_unhandled_key_event_manager +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_DialogWhenLarge +cyanogenmod.app.ICMTelephonyManager +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: java.lang.Object poll() +com.xw.repo.bubbleseekbar.R$drawable: int abc_textfield_search_default_mtrl_alpha +io.reactivex.internal.observers.BlockingObserver: void dispose() +wangdaye.com.geometricweather.R$drawable: int googleg_disabled_color_18 +androidx.lifecycle.LiveData$LifecycleBoundObserver: boolean shouldBeActive() +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintEnd_toStartOf +com.google.android.material.R$styleable: int KeyTrigger_onNegativeCross +com.turingtechnologies.materialscrollbar.R$attr: int layout +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: long serialVersionUID +android.didikee.donate.R$drawable: int abc_list_selector_background_transition_holo_light +wangdaye.com.geometricweather.R$id: int item_about_link +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_height +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.appcompat.R$drawable: int abc_btn_borderless_material +wangdaye.com.geometricweather.R$color: int abc_tint_default +androidx.preference.R$id: int accessibility_custom_action_6 +androidx.preference.R$attr: int actionBarItemBackground +com.turingtechnologies.materialscrollbar.R$styleable: int CardView_contentPaddingLeft +okhttp3.internal.connection.RealConnection$1 +com.google.android.gms.common.server.response.zak +com.google.android.material.R$styleable: int Slider_android_valueFrom +okhttp3.internal.cache.DiskLruCache$Editor$1: okhttp3.internal.cache.DiskLruCache$Editor this$1 +com.amap.api.location.AMapLocationClientOption$GeoLanguage: com.amap.api.location.AMapLocationClientOption$GeoLanguage[] a +androidx.constraintlayout.widget.R$styleable: int SearchView_goIcon +wangdaye.com.geometricweather.R$drawable: int weather_cloudy_1 +cyanogenmod.app.IPartnerInterface: boolean setZenMode(int) +wangdaye.com.geometricweather.R$attr: int labelBehavior +com.tencent.bugly.crashreport.common.info.a: java.lang.String t() +com.turingtechnologies.materialscrollbar.R$id: int scrollView +com.amap.api.location.AMapLocationClient: AMapLocationClient(android.content.Context) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Imperial: AccuCurrentResult$WindGust$Speed$Imperial() +androidx.constraintlayout.widget.R$id: int ignoreRequest +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle +androidx.coordinatorlayout.R$id: int tag_accessibility_actions +com.google.android.material.R$style: int Widget_MaterialComponents_ExtendedFloatingActionButton +androidx.core.R$attr: int fontProviderFetchTimeout +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderDivider +com.turingtechnologies.materialscrollbar.R$id: int info +android.didikee.donate.R$styleable: int AppCompatTheme_colorPrimaryDark +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHorizontal_chainStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setBrandInfo(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX) +wangdaye.com.geometricweather.R$attr: int background +androidx.swiperefreshlayout.R$color: int secondary_text_default_material_light +com.jaredrummler.android.colorpicker.R$string +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_SeekBar_Discrete +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex +cyanogenmod.app.PartnerInterface: PartnerInterface(android.content.Context) +com.turingtechnologies.materialscrollbar.R$id: int labeled +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_rotationX +androidx.appcompat.R$style: int AlertDialog_AppCompat +okhttp3.OkHttpClient: boolean followSslRedirects +com.jaredrummler.android.colorpicker.R$styleable: int MenuGroup_android_menuCategory +androidx.appcompat.R$id: int accessibility_custom_action_7 +androidx.work.R$id: int accessibility_custom_action_27 +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintTop_toTopOf +cyanogenmod.themes.ThemeManager: void requestThemeChange(java.util.Map,boolean) +com.turingtechnologies.materialscrollbar.R$attr: int switchTextAppearance +james.adaptiveicon.R$drawable: int abc_list_selector_holo_light +com.jaredrummler.android.colorpicker.R$dimen: int notification_media_narrow_margin +com.google.android.material.R$id: int accessibility_custom_action_16 +androidx.appcompat.resources.R$layout: int notification_action +okhttp3.RequestBody: void writeTo(okio.BufferedSink) +wangdaye.com.geometricweather.R$attr: int bsb_second_track_color +okio.SegmentPool +cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: void createCustomTileWithTag(java.lang.String,java.lang.String,java.lang.String,int,cyanogenmod.app.CustomTile,int[],int) +com.google.android.material.chip.Chip: void setChipStartPadding(float) +io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable +androidx.appcompat.R$style: int Base_Widget_AppCompat_CompoundButton_Switch +androidx.preference.R$style: int PreferenceThemeOverlay +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_always_show_bubble_delay +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: void setAddress_detail(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_seekBarStyle +cyanogenmod.hardware.IThermalListenerCallback$Stub$Proxy +cyanogenmod.app.CMStatusBarManager: CMStatusBarManager(android.content.Context) +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$Geometry: java.util.List coordinates +com.tencent.bugly.crashreport.common.info.a: void e(java.lang.String) +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: io.reactivex.disposables.Disposable upstream +wangdaye.com.geometricweather.R$dimen: int notification_content_margin_start +james.adaptiveicon.R$dimen +cyanogenmod.weather.CMWeatherManager$2$2: java.util.List val$weatherLocations +androidx.coordinatorlayout.R$attr: int layout_anchor +wangdaye.com.geometricweather.R$array: int pollen_unit_voices +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title +okio.ByteString: okio.ByteString substring(int) +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getAlarmThemePackageName() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Imperial: int UnitType +com.google.android.material.R$color: int design_fab_stroke_end_outer_color +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setUvDescription(java.lang.String) +android.didikee.donate.R$styleable: int AppCompatTheme_actionModeFindDrawable +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_contentInsetRight +androidx.constraintlayout.widget.R$color: int abc_background_cache_hint_selector_material_light +okio.RealBufferedSource: int read(java.nio.ByteBuffer) +okhttp3.Cache$Entry: long receivedResponseMillis +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX() +okhttp3.CacheControl: boolean mustRevalidate() +io.reactivex.exceptions.UndeliverableException: long serialVersionUID +androidx.core.R$styleable: int GradientColorItem_android_offset +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_3 +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Button +androidx.fragment.R$dimen: int notification_large_icon_height +com.google.android.material.button.MaterialButton: void setBackgroundColor(int) +cyanogenmod.platform.R$attr: R$attr() +wangdaye.com.geometricweather.R$attr: int fabCradleVerticalOffset +wangdaye.com.geometricweather.R$styleable: int StateSet_defaultState +androidx.appcompat.widget.AppCompatRatingBar: AppCompatRatingBar(android.content.Context,android.util.AttributeSet) +io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: io.reactivex.internal.operators.observable.ObservableRefCount parent +com.google.android.material.R$styleable: int Chip_checkedIconTint +com.turingtechnologies.materialscrollbar.R$styleable: int[] ColorStateListItem +com.google.android.material.R$attr: int buttonBarStyle +okhttp3.internal.http2.Huffman: int[] CODES +androidx.legacy.coreutils.R$dimen: int compat_button_inset_horizontal_material +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_menuCategory +wangdaye.com.geometricweather.R$layout: int widget_day_oreo +androidx.constraintlayout.utils.widget.ImageFilterView: float getCrossfade() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowFixedHeightMajor +wangdaye.com.geometricweather.R$integer: int mtrl_btn_anim_duration_ms +okhttp3.OkHttpClient: javax.net.ssl.HostnameVerifier hostnameVerifier() +androidx.swiperefreshlayout.R$attr: int ttcIndex +com.bumptech.glide.integration.okhttp.R$attr: int font +okhttp3.internal.http2.Settings: void merge(okhttp3.internal.http2.Settings) +cyanogenmod.app.StatusBarPanelCustomTile: int getUid() +wangdaye.com.geometricweather.R$attr: int layout_constraintEnd_toEndOf +wangdaye.com.geometricweather.R$drawable: int abc_switch_track_mtrl_alpha +wangdaye.com.geometricweather.R$attr: int snackbarButtonStyle +wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.String getShortWindDescription() +com.turingtechnologies.materialscrollbar.R$attr: int popupWindowStyle +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_android_insetBottom +androidx.preference.R$attr: int summaryOn +wangdaye.com.geometricweather.R$styleable: int Chip_chipBackgroundColor +com.turingtechnologies.materialscrollbar.R$layout: int abc_list_menu_item_layout +com.xw.repo.bubbleseekbar.R$attr: int textAppearanceListItemSecondary +com.google.android.material.R$styleable: int[] MotionHelper +com.google.android.material.R$layout: int design_bottom_sheet_dialog +james.adaptiveicon.R$styleable: int CompoundButton_buttonCompat +androidx.appcompat.R$styleable: int AppCompatTheme_radioButtonStyle +wangdaye.com.geometricweather.remoteviews.trend.TrendLinearLayout: void setColor(boolean) +androidx.viewpager2.R$attr: int spanCount +androidx.core.R$styleable: int FontFamily_fontProviderQuery +wangdaye.com.geometricweather.R$styleable: int[] LinearLayoutCompat_Layout +androidx.vectordrawable.animated.R$attr: int alpha +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String WALLPAPER_URI +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: void cancel() +com.google.android.material.textfield.TextInputLayout: android.widget.EditText getEditText() +wangdaye.com.geometricweather.R$layout: int mtrl_picker_text_input_date_range androidx.appcompat.view.menu.ListMenuItemView: void setChecked(boolean) -okhttp3.EventListener: void responseBodyStart(okhttp3.Call) -com.turingtechnologies.materialscrollbar.R$attr: int borderlessButtonStyle -androidx.preference.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_viewInflaterClass -com.google.android.material.bottomnavigation.BottomNavigationView: int getSelectedItemId() -wangdaye.com.geometricweather.R$string: int hide_bottom_view_on_scroll_behavior -okhttp3.RequestBody$2: void writeTo(okio.BufferedSink) -androidx.hilt.R$id: int title -com.xw.repo.bubbleseekbar.R$dimen: int notification_small_icon_background_padding -okhttp3.Dispatcher: boolean $assertionsDisabled -wangdaye.com.geometricweather.db.entities.HistoryEntity: long time -okhttp3.internal.http1.Http1Codec: void finishRequest() -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: java.lang.Object poll() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textColorSearchUrl -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar -androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_TabBar -org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.AbstractDao getDao(java.lang.Class) -com.google.android.material.slider.BaseSlider: void setThumbStrokeWidth(float) -okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder cipherSuites(okhttp3.CipherSuite[]) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 -com.google.gson.stream.JsonReader: int PEEKED_FALSE -wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.String getWindDescription(android.content.Context,wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit) -wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView: TrendRecyclerView(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.R$styleable: int GradientColor_android_centerX -android.didikee.donate.R$attr: int actionModePasteDrawable -wangdaye.com.geometricweather.R$attr: int cornerSizeTopLeft -android.didikee.donate.R$style: int Widget_AppCompat_ActionBar_TabText -okhttp3.CookieJar: void saveFromResponse(okhttp3.HttpUrl,java.util.List) -androidx.coordinatorlayout.R$styleable: int GradientColor_android_centerY -cyanogenmod.profiles.LockSettings: void processOverride(android.content.Context,com.android.internal.policy.IKeyguardService) -cyanogenmod.hardware.IThermalListenerCallback$Stub: cyanogenmod.hardware.IThermalListenerCallback asInterface(android.os.IBinder) -com.google.android.material.R$attr: int navigationIconColor -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float pSea -com.xw.repo.bubbleseekbar.R$attr: int actionModeCloseButtonStyle -com.google.gson.internal.JsonReaderInternalAccess: void promoteNameToValue(com.google.gson.stream.JsonReader) -cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Display1 -com.bumptech.glide.integration.okhttp.R$layout: R$layout() -com.jaredrummler.android.colorpicker.R$attr -com.xw.repo.bubbleseekbar.R$styleable: int MenuView_subMenuArrow -wangdaye.com.geometricweather.R$string: int material_timepicker_am -cyanogenmod.app.CMStatusBarManager: cyanogenmod.app.CMStatusBarManager getInstance(android.content.Context) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Metric: double Value -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: void setNotice(java.lang.String) -androidx.preference.R$color: int material_deep_teal_200 -androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_CREATE -androidx.preference.R$id: int scrollIndicatorDown -wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle -com.tencent.bugly.crashreport.biz.UserInfoBean: long g -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ListView -wangdaye.com.geometricweather.R$bool: int cpv_default_anim_autostart -okhttp3.internal.http2.Hpack$Reader: int evictToRecoverBytes(int) -android.didikee.donate.R$styleable: int DrawerArrowToggle_color -okio.RealBufferedSource: RealBufferedSource(okio.Source) -cyanogenmod.hardware.DisplayMode: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: void setIndicatorColor(int) -wangdaye.com.geometricweather.R$dimen: int abc_text_size_headline_material -androidx.appcompat.R$style: int Base_Widget_AppCompat_Button_Colored -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_16 -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: java.util.concurrent.atomic.AtomicReference upstream -com.google.android.material.R$id: int checkbox -androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_marginRight -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_SearchView_ActionBar -android.support.v4.app.INotificationSideChannel$Stub$Proxy: android.os.IBinder asBinder() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_41 -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_paddingLeft -androidx.appcompat.R$styleable: int LinearLayoutCompat_android_orientation -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_6 -com.turingtechnologies.materialscrollbar.R$anim: int design_bottom_sheet_slide_in -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_showDividers -androidx.hilt.R$styleable: int ColorStateListItem_alpha -wangdaye.com.geometricweather.R$attr: int boxBackgroundMode -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather: java.lang.String humidity -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$NameValueCache sNameValueCache -androidx.constraintlayout.widget.R$dimen: int tooltip_horizontal_padding -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$LocalSource: AccuDailyResult$DailyForecasts$Night$LocalSource() -androidx.transition.R$style: int TextAppearance_Compat_Notification_Time -com.google.android.material.R$dimen: int mtrl_btn_z -androidx.appcompat.R$drawable: int abc_ic_star_half_black_48dp -wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableTransition_android_fromId -cyanogenmod.app.CustomTile$ExpandedListItem: void setExpandedListItemOnClickIntent(android.app.PendingIntent) -com.turingtechnologies.materialscrollbar.R$attr: int actionMenuTextAppearance -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_menu_selectall_mtrl_alpha -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.util.Date getDate() -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem -androidx.viewpager2.R$styleable: int RecyclerView_android_descendantFocusability -androidx.vectordrawable.animated.R$drawable: int notification_bg_normal -wangdaye.com.geometricweather.R$drawable: int btn_checkbox_unchecked_to_checked_mtrl_animation -okhttp3.Cookie$Builder: okhttp3.Cookie$Builder hostOnlyDomain(java.lang.String) -wangdaye.com.geometricweather.R$attr: int iconStartPadding -androidx.appcompat.R$styleable: int AppCompatTextView_drawableRightCompat -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen -androidx.activity.R$drawable: int notification_template_icon_bg -wangdaye.com.geometricweather.R$id: int widget_week_weather -cyanogenmod.weather.WeatherInfo: double access$602(cyanogenmod.weather.WeatherInfo,double) -com.google.android.material.textfield.TextInputLayout: void removeOnEditTextAttachedListener(com.google.android.material.textfield.TextInputLayout$OnEditTextAttachedListener) -okhttp3.Response$Builder: void checkPriorResponse(okhttp3.Response) -androidx.constraintlayout.widget.R$attr: int telltales_tailScale -androidx.work.R$id: int icon -com.google.android.material.R$styleable: int MenuView_android_windowAnimationStyle -androidx.fragment.R$color: int ripple_material_light -com.google.android.material.card.MaterialCardView: android.content.res.ColorStateList getRippleColor() -okhttp3.internal.http1.Http1Codec$ChunkedSink: Http1Codec$ChunkedSink(okhttp3.internal.http1.Http1Codec) -cyanogenmod.power.IPerformanceManager$Stub$Proxy: boolean setPowerProfile(int) -android.didikee.donate.R$attr: int titleMarginTop -androidx.appcompat.widget.AppCompatTextView: android.graphics.PorterDuff$Mode getSupportCompoundDrawablesTintMode() -androidx.appcompat.R$styleable: int[] PopupWindow -androidx.coordinatorlayout.R$styleable: int GradientColor_android_gradientRadius -com.tencent.bugly.crashreport.crash.a: boolean d -wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Object getKey(java.lang.Object) -com.amap.api.location.APSServiceBase: android.os.IBinder onBind(android.content.Intent) -com.google.android.material.R$attr: int progressBarPadding -com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleContentDescription(int) -com.amap.api.location.AMapLocationClientOption: long s -cyanogenmod.hardware.CMHardwareManager: boolean writePersistentBytes(java.lang.String,byte[]) -org.greenrobot.greendao.database.DatabaseOpenHelper: android.content.Context context -androidx.appcompat.R$id: int none -androidx.preference.UnPressableLinearLayout: UnPressableLinearLayout(android.content.Context) -com.google.android.material.R$styleable: int NavigationView_itemTextAppearance -androidx.preference.PreferenceManager: void setOnDisplayPreferenceDialogListener(androidx.preference.PreferenceManager$OnDisplayPreferenceDialogListener) -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_contentScrim -wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_5 -androidx.appcompat.widget.ActionBarOverlayLayout: void setHasNonEmbeddedTabs(boolean) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX -androidx.appcompat.R$styleable: int ActionBar_icon -androidx.viewpager.R$attr: int fontStyle -android.didikee.donate.R$style: int Platform_V21_AppCompat -okio.RealBufferedSource: long readLongLe() -androidx.appcompat.R$attr: int itemPadding -androidx.constraintlayout.widget.R$styleable: int Transform_android_scaleX -androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$State getStateAfter(androidx.lifecycle.Lifecycle$Event) -com.google.gson.stream.JsonWriter: java.lang.String[] HTML_SAFE_REPLACEMENT_CHARS -cyanogenmod.app.CustomTile$Builder: CustomTile$Builder(android.content.Context) -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: boolean delayError -androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type UNRESTRICTED -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: org.greenrobot.greendao.query.Query weatherEntity_HourlyEntityListQuery -androidx.appcompat.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth -androidx.appcompat.R$attr: int contentInsetStartWithNavigation -wangdaye.com.geometricweather.R$drawable: int abc_vector_test -com.xw.repo.bubbleseekbar.R$styleable: int Spinner_android_entries -cyanogenmod.app.ILiveLockScreenChangeListener$Stub: android.os.IBinder asBinder() -com.tencent.bugly.crashreport.common.info.a: java.lang.String p -com.google.android.material.datepicker.MaterialCalendar -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: org.reactivestreams.Subscriber downstream -com.google.android.material.R$string: int bottomsheet_action_expand_halfway -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean setNativeAppPackage(java.lang.String) -androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver: ForceStopRunnable$BroadcastReceiver() -okhttp3.HttpUrl: boolean percentEncoded(java.lang.String,int,int) -androidx.preference.R$id: int select_dialog_listview -io.reactivex.Observable: io.reactivex.Observable timeout(io.reactivex.functions.Function) -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver -com.google.android.material.R$styleable: int SwitchCompat_trackTintMode -com.tencent.bugly.crashreport.common.info.a: int ah -androidx.appcompat.resources.R$styleable: int FontFamily_fontProviderAuthority -androidx.preference.R$attr: int actionViewClass -com.google.android.material.R$styleable: int MenuItem_showAsAction -wangdaye.com.geometricweather.R$id: int item_weather_daily_value_value -wangdaye.com.geometricweather.R$id: int widget_day_time -wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_text_dark -com.jaredrummler.android.colorpicker.R$id: int preset -android.didikee.donate.R$dimen: int abc_action_bar_default_height_material -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionBar -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: io.reactivex.disposables.Disposable upstream -androidx.constraintlayout.widget.R$attr: int backgroundTint -com.google.android.material.R$dimen: int mtrl_tooltip_padding -androidx.constraintlayout.widget.R$styleable: int KeyCycle_waveShape -androidx.appcompat.R$styleable: int AppCompatTheme_spinnerStyle -wangdaye.com.geometricweather.common.basic.models.weather.Daily -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_min_width -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Spinner_Underlined -androidx.legacy.coreutils.R$styleable: int[] FontFamilyFont -androidx.viewpager.R$id: int line3 -androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat_Light -wangdaye.com.geometricweather.R$id: int dialog_location_help_permissionIcon -androidx.preference.R$id: int blocking -com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_image_size -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float ceiling -okhttp3.internal.cache.DiskLruCache: okhttp3.internal.io.FileSystem fileSystem -wangdaye.com.geometricweather.R$styleable: int[] FontFamilyFont -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeSnowPrecipitation(java.lang.Float) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256 -com.tencent.bugly.crashreport.common.info.a: java.lang.String h() -cyanogenmod.weather.WeatherInfo: WeatherInfo(android.os.Parcel) -okio.Okio$1: void write(okio.Buffer,long) -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean isEmpty() -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property Id -okhttp3.internal.http2.Http2Writer: okio.Buffer hpackBuffer -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_TextView -okhttp3.CacheControl: okhttp3.CacheControl FORCE_CACHE -androidx.customview.R$id: int actions -okhttp3.internal.ws.WebSocketProtocol: long CLOSE_MESSAGE_MAX -retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.turingtechnologies.materialscrollbar.R$style: int Base_DialogWindowTitleBackground_AppCompat -androidx.constraintlayout.widget.R$attr: int windowMinWidthMinor -cyanogenmod.providers.DataUsageContract: java.lang.String ACTIVE -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight -okhttp3.internal.http2.Http2Connection$7: okhttp3.internal.http2.ErrorCode val$errorCode -james.adaptiveicon.R$styleable: int TextAppearance_android_shadowDx -cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status valueOf(java.lang.String) -okio.Buffer: okio.BufferedSink writeShort(int) -com.turingtechnologies.materialscrollbar.R$styleable: int[] PopupWindowBackgroundState -com.google.android.material.R$string: int material_clock_toggle_content_description -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose getLocationPurpose() -com.amap.api.location.AMapLocationQualityReport: void setGpsStatus(int) -wangdaye.com.geometricweather.R$id: int mini -com.google.android.material.R$dimen: int mtrl_high_ripple_hovered_alpha -com.amap.api.fence.PoiItem: double getLatitude() -cyanogenmod.providers.CMSettings$System: android.net.Uri CONTENT_URI -com.tencent.bugly.proguard.y: boolean m -androidx.hilt.R$drawable: int notification_template_icon_bg -com.jaredrummler.android.colorpicker.R$attr: int enabled -com.google.android.material.R$attr: int expanded -wangdaye.com.geometricweather.R$styleable: int Chip_closeIcon -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_DES_CBC_SHA -retrofit2.http.HTTP -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult: wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation observation -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Imperial: java.lang.String Unit -james.adaptiveicon.R$id: int uniform -androidx.constraintlayout.widget.R$attr: int listMenuViewStyle -com.google.android.material.R$styleable: int ImageFilterView_warmth -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionBar -com.turingtechnologies.materialscrollbar.R$id: int filled -okhttp3.Dispatcher: void finished(java.util.Deque,java.lang.Object) -okhttp3.internal.platform.AndroidPlatform: void connectSocket(java.net.Socket,java.net.InetSocketAddress,int) -androidx.appcompat.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_0 -cyanogenmod.app.CMTelephonyManager: void setSubState(int,boolean) -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_1_black -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar -com.google.android.material.R$dimen: int mtrl_calendar_header_selection_line_height -androidx.loader.R$style: R$style() -retrofit2.http.Tag -okhttp3.internal.http.HttpHeaders: java.util.Set varyFields(okhttp3.Headers) -android.didikee.donate.R$styleable: int[] RecycleListView -com.google.android.material.floatingactionbutton.FloatingActionButton: void setScaleY(float) -wangdaye.com.geometricweather.R$drawable: int notif_temp_42 -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$8: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 -com.jaredrummler.android.colorpicker.R$styleable: int[] ListPreference -wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerFamilyTopRight -okio.RealBufferedSource: long indexOf(okio.ByteString) -androidx.preference.R$styleable: int DialogPreference_android_dialogIcon -wangdaye.com.geometricweather.R$id: int shades_layout -androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_android_fontVariationSettings -io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function6) -wangdaye.com.geometricweather.R$styleable: int ChipGroup_checkedChip -wangdaye.com.geometricweather.R$id: int switch_layout -okio.Buffer: okio.Buffer writeShort(int) -com.tencent.bugly.proguard.i: java.util.HashMap a(java.util.Map,int,boolean) -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_waveDecay -wangdaye.com.geometricweather.db.entities.LocationEntity: void setFormattedId(java.lang.String) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_verticalAlign -androidx.constraintlayout.widget.R$styleable: int MotionLayout_currentState -wangdaye.com.geometricweather.R$string: int settings_category_notification -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.String TABLENAME -androidx.appcompat.R$style: int Widget_AppCompat_ButtonBar -com.autonavi.aps.amapapi.model.AMapLocationServer: boolean e -com.google.android.material.R$layout: int abc_action_menu_item_layout -com.google.android.material.chip.Chip: android.content.res.ColorStateList getCheckedIconTint() -com.google.android.material.R$dimen: int abc_text_size_subhead_material -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: void onNext(java.lang.Object) -androidx.vectordrawable.R$attr: int fontProviderFetchStrategy -androidx.recyclerview.R$attr: int fontStyle -okhttp3.internal.http2.Http2Connection$Builder -com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$Node findByObject(java.lang.Object) -okhttp3.internal.http2.Http2Connection: void pushDataLater(int,okio.BufferedSource,int,boolean) -com.turingtechnologies.materialscrollbar.R$attr: int fabCustomSize -okhttp3.internal.connection.RouteDatabase: java.util.Set failedRoutes -com.tencent.bugly.crashreport.common.info.a: int D() -wangdaye.com.geometricweather.R$attr: int iconGravity -androidx.appcompat.R$drawable: int abc_ic_clear_material -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$PhenomenonMaxColor -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property TotalPrecipitation -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_SearchView -okio.BufferedSource -androidx.constraintlayout.widget.R$id: int notification_background -androidx.hilt.R$id: int text -androidx.activity.R$attr: int fontWeight -com.amap.api.fence.GeoFenceClient: void setGeoFenceAble(java.lang.String,boolean) -androidx.appcompat.widget.Toolbar: void setTitle(int) -okhttp3.internal.ws.WebSocketWriter: java.util.Random random -com.google.android.material.chip.Chip: void setChipEndPadding(float) -com.google.android.material.R$dimen: int mtrl_btn_icon_padding -com.google.android.material.slider.Slider: void setTrackActiveTintList(android.content.res.ColorStateList) -androidx.vectordrawable.R$drawable: int notification_bg_normal -cyanogenmod.app.IProfileManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() -androidx.swiperefreshlayout.R$layout: int notification_action_tombstone -androidx.preference.R$attr: int buttonIconDimen -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarStyle -okio.Timeout: boolean hasDeadline -wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_layout_behavior -com.tencent.bugly.proguard.r: int b -io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: io.reactivex.Observer downstream -james.adaptiveicon.R$dimen: int notification_small_icon_background_padding -com.bumptech.glide.integration.okhttp.R$drawable: int notification_bg_normal_pressed -com.google.android.material.R$styleable: int Chip_chipStrokeWidth -com.google.android.material.R$styleable: int Layout_layout_constraintWidth_percent -wangdaye.com.geometricweather.R$color: int colorTextTitle_light -wangdaye.com.geometricweather.common.ui.widgets.TagView: void setChecked(boolean) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: java.lang.String value -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: ObservableWithLatestFrom$WithLatestFromObserver(io.reactivex.Observer,io.reactivex.functions.BiFunction) -com.google.android.material.progressindicator.ProgressIndicator: void setProgress(int) -wangdaye.com.geometricweather.R$string: int about_gson -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) -androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionBar -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_firstBaselineToTopHeight -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryInnerObserver boundaryObserver -androidx.preference.R$styleable: int DialogPreference_positiveButtonText -com.google.android.material.R$id: int baseline -com.google.android.material.floatingactionbutton.FloatingActionButton: void setShowMotionSpec(com.google.android.material.animation.MotionSpec) -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Large -com.google.android.material.R$dimen: int mtrl_switch_thumb_elevation -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: java.lang.String timezone -wangdaye.com.geometricweather.R$styleable: int Chip_android_textColor -androidx.appcompat.R$layout: int abc_action_bar_title_item -wangdaye.com.geometricweather.R$layout: int expand_button -com.google.android.material.textview.MaterialTextView: MaterialTextView(android.content.Context,android.util.AttributeSet) -com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_fixed_height_major -wangdaye.com.geometricweather.R$attr: int drawableTopCompat -com.google.android.material.R$color: int mtrl_indicator_text_color -com.google.android.material.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize -com.google.android.material.R$styleable: int CollapsingToolbarLayout_title -com.google.android.material.R$styleable: int Constraint_layout_constraintTop_creator -wangdaye.com.geometricweather.R$drawable: int ic_filter_off -okhttp3.HttpUrl$Builder: java.lang.String encodedUsername -wangdaye.com.geometricweather.R$styleable: int[] ActionMenuView -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_123 -retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback: void onResponse(retrofit2.Call,retrofit2.Response) -com.bumptech.glide.load.resource.bitmap.RecyclableBufferedInputStream$InvalidMarkException -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintBottom_creator -cyanogenmod.externalviews.ExternalView$7: void run() -wangdaye.com.geometricweather.R$attr: int iconSize -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Description -androidx.constraintlayout.widget.R$attr: int editTextColor -androidx.viewpager.R$id: int tag_transition_group -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_TabBar -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Imperial: java.lang.String Unit -wangdaye.com.geometricweather.R$attr: int chipStandaloneStyle -wangdaye.com.geometricweather.R$id: int activity_alert_recyclerView -wangdaye.com.geometricweather.R$styleable: int AlertDialog_singleChoiceItemLayout -io.reactivex.Observable: io.reactivex.Observable skipUntil(io.reactivex.ObservableSource) -cyanogenmod.app.Profile$TriggerType -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float co -androidx.constraintlayout.widget.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow -androidx.viewpager2.R$styleable: int GradientColor_android_endY -com.google.android.material.floatingactionbutton.FloatingActionButton: int getExpandedComponentIdHint() -com.google.android.material.R$styleable: int KeyCycle_android_rotation -wangdaye.com.geometricweather.R$layout: int text_view_with_line_height_from_style -android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText -androidx.constraintlayout.widget.R$styleable: int KeyCycle_transitionEasing -androidx.preference.R$attr: int activityChooserViewStyle -com.amap.api.fence.PoiItem: void setCity(java.lang.String) -com.google.android.material.checkbox.MaterialCheckBox: MaterialCheckBox(android.content.Context) -androidx.appcompat.widget.ViewStubCompat: ViewStubCompat(android.content.Context,android.util.AttributeSet,int) -com.turingtechnologies.materialscrollbar.R$style: int Widget_Compat_NotificationActionContainer -wangdaye.com.geometricweather.R$drawable: int widget_week -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Spinner -androidx.lifecycle.ViewModelProviders: androidx.lifecycle.ViewModelProvider of(androidx.fragment.app.Fragment) -androidx.constraintlayout.widget.R$attr: int windowFixedHeightMinor -io.reactivex.Observable: io.reactivex.Observable concat(io.reactivex.ObservableSource,io.reactivex.ObservableSource) -wangdaye.com.geometricweather.main.dialogs.BackgroundLocationDialog: BackgroundLocationDialog() +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ListView_DropDown +com.turingtechnologies.materialscrollbar.R$dimen: int abc_floating_window_z +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +wangdaye.com.geometricweather.R$styleable: int Toolbar_titleMarginEnd +cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: android.os.IBinder mRemote +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_Dialog_Bridge +com.google.android.material.R$styleable: int AppCompatTextView_drawableStartCompat +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25 +androidx.work.R$style +com.tencent.bugly.crashreport.crash.d: com.tencent.bugly.crashreport.crash.d a +cyanogenmod.media.MediaRecorder: java.lang.String EXTRA_HOTWORD_INPUT_STATE +james.adaptiveicon.R$dimen: int disabled_alpha_material_light +james.adaptiveicon.R$layout: int abc_action_menu_item_layout +com.google.gson.stream.JsonWriter: void string(java.lang.String) +wangdaye.com.geometricweather.R$dimen: int mtrl_slider_thumb_elevation +wangdaye.com.geometricweather.R$styleable: int SwitchPreference_disableDependentsState +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: void setUrl(java.lang.String) +com.amap.api.fence.PoiItem: void setPoiName(java.lang.String) +androidx.lifecycle.ComputableLiveData: java.lang.Runnable mInvalidationRunnable +wangdaye.com.geometricweather.R$string: int thanks +wangdaye.com.geometricweather.R$style: int widget_background_card +com.tencent.bugly.crashreport.common.info.b: java.lang.String o() +wangdaye.com.geometricweather.db.entities.LocationEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.LocationEntity) +okhttp3.OkHttpClient: okhttp3.ConnectionPool connectionPool +androidx.hilt.R$id: int accessibility_custom_action_0 +android.didikee.donate.R$dimen: int notification_right_side_padding_top +wangdaye.com.geometricweather.R$drawable: int abc_list_selector_holo_light +com.xw.repo.bubbleseekbar.R$attr: int tintMode +wangdaye.com.geometricweather.R$string: int preference_copied +com.tencent.bugly.proguard.f: short a +androidx.recyclerview.R$dimen: int notification_small_icon_background_padding +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void dispose() +wangdaye.com.geometricweather.R$id: int mtrl_calendar_year_selector_frame +cyanogenmod.profiles.ConnectionSettings: int mValue +androidx.preference.R$style: int PreferenceSummaryTextStyle +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeThunderstormPrecipitationDuration(java.lang.Float) +com.google.android.material.R$attr: int chipGroupStyle +com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState valueOf(java.lang.String) +wangdaye.com.geometricweather.R$attr: int fastScrollHorizontalTrackDrawable +androidx.constraintlayout.widget.R$styleable: int View_paddingEnd +androidx.customview.R$id: int normal +com.turingtechnologies.materialscrollbar.R$bool: int abc_allow_stacked_button_bar +com.google.android.material.timepicker.ClockFaceView +com.google.android.material.R$styleable: int AppCompatTheme_dividerHorizontal +io.reactivex.disposables.ReferenceDisposable: long serialVersionUID +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_snackbar_background_corner_radius +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_firstVerticalBias +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_bottomappbar_fab_cradle_vertical_offset +com.tencent.bugly.crashreport.crash.jni.a: com.tencent.bugly.crashreport.common.strategy.a d +androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$State mState +wangdaye.com.geometricweather.R$drawable: int ic_launcher_foreground +androidx.hilt.lifecycle.R$layout: R$layout() +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_editor_absoluteY +cyanogenmod.providers.DataUsageContract: int COLUMN_OF_ENABLE +wangdaye.com.geometricweather.R$string: int total +androidx.appcompat.R$attr: int submitBackground +wangdaye.com.geometricweather.R$styleable: int GradientColor_android_endY +wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_textColor +wangdaye.com.geometricweather.R$styleable: int ActionBar_homeAsUpIndicator +androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceListItemSmall +cyanogenmod.profiles.LockSettings: void writeToParcel(android.os.Parcel,int) +com.google.gson.LongSerializationPolicy$1 +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_DialogWindowTitle_AppCompat +okhttp3.internal.cache.CacheStrategy$Factory: java.util.Date lastModified +com.jaredrummler.android.colorpicker.R$styleable: int[] StateListDrawableItem +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Imperial Imperial +com.google.gson.stream.JsonReader: int PEEKED_BUFFERED +androidx.drawerlayout.R$styleable: int GradientColor_android_endY +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Imperial: java.lang.String Unit +androidx.preference.R$string: int abc_shareactionprovider_share_with_application +okhttp3.internal.http2.Http2Connection$1: okhttp3.internal.http2.Http2Connection this$0 +okhttp3.MediaType: java.lang.String mediaType +com.xw.repo.bubbleseekbar.R$attr: int initialActivityCount +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Snow: java.lang.String Unit +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dropdownitem_icon_width +com.google.android.material.R$styleable: int Transition_transitionFlags +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX direction +cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onAttach(android.os.IBinder) +com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Light +androidx.viewpager2.R$id: int line3 +com.google.android.material.R$dimen: int mtrl_tooltip_minWidth +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_android_gravity +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: void run() +com.jaredrummler.android.colorpicker.R$style: int Base_DialogWindowTitleBackground_AppCompat +com.google.android.material.R$dimen: int mtrl_calendar_bottom_padding +androidx.preference.R$attr: int dropdownListPreferredItemHeight +okio.RealBufferedSource: java.lang.String readString(long,java.nio.charset.Charset) +wangdaye.com.geometricweather.R$layout: int material_clock_period_toggle +androidx.viewpager.R$styleable: int GradientColor_android_endY +wangdaye.com.geometricweather.R$id: int notification_big +androidx.work.R$drawable: int notification_tile_bg +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: double lat +com.google.android.material.R$styleable: int[] ViewPager2 +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_Button +androidx.preference.internal.PreferenceImageView: void setMaxHeight(int) +org.greenrobot.greendao.AbstractDao: java.lang.Object loadByRowId(long) +okio.Options: int[] trie +androidx.hilt.work.R$id: R$id() +com.google.android.material.R$attr: int layout_scrollInterpolator +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Dialog_Alert +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: java.lang.String weathercn +com.google.android.material.chip.ChipGroup: java.util.List getCheckedChipIds() +io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: void dispose() +androidx.preference.R$layout: int abc_dialog_title_material +androidx.viewpager.R$attr: int fontWeight +androidx.appcompat.R$attr: int commitIcon +androidx.preference.R$attr: int titleTextStyle +androidx.preference.R$styleable: int CoordinatorLayout_Layout_layout_keyline +okhttp3.internal.http2.Header: okio.ByteString TARGET_AUTHORITY +com.jaredrummler.android.colorpicker.R$drawable: int abc_cab_background_internal_bg +wangdaye.com.geometricweather.R$color: int design_default_color_on_surface +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: long index +james.adaptiveicon.R$id: int search_mag_icon +okhttp3.Credentials +com.google.android.material.R$string: int mtrl_picker_cancel +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon +androidx.activity.ImmLeaksCleaner +wangdaye.com.geometricweather.R$layout: int dialog_location_permission_statement +android.didikee.donate.R$color: int abc_secondary_text_material_light +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property No2 +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver +io.reactivex.Observable: io.reactivex.Observable fromCallable(java.util.concurrent.Callable) +okhttp3.internal.http.BridgeInterceptor: okhttp3.CookieJar cookieJar +androidx.work.ExistingWorkPolicy: androidx.work.ExistingWorkPolicy APPEND +okhttp3.internal.cache.CacheStrategy$Factory: boolean hasConditions(okhttp3.Request) +wangdaye.com.geometricweather.R$styleable: int MaterialButton_icon +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeCloudCover() +james.adaptiveicon.R$styleable: int ViewStubCompat_android_id +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_searchIcon +androidx.appcompat.R$style: int Widget_AppCompat_Spinner +androidx.constraintlayout.widget.R$attr: int layout +okhttp3.Response: okhttp3.CacheControl cacheControl() +com.google.android.material.R$attr: int layout_constraintCircleRadius +com.turingtechnologies.materialscrollbar.R$color: int bright_foreground_disabled_material_dark +androidx.preference.R$styleable: int AppCompatTheme_colorSwitchThumbNormal +okhttp3.CipherSuite: java.util.Comparator ORDER_BY_NAME +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: java.util.concurrent.atomic.AtomicReference other +com.tencent.bugly.proguard.e: char[] a +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Metric +com.google.android.material.R$styleable: int MaterialButton_iconSize +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_BOOT_ANIM +androidx.swiperefreshlayout.R$style: int Widget_Compat_NotificationActionText +com.turingtechnologies.materialscrollbar.R$attr: int boxStrokeColor +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: void setValue(java.lang.String) +androidx.preference.R$styleable: int AppCompatTheme_actionButtonStyle +okhttp3.internal.http.RealInterceptorChain: okhttp3.internal.http.HttpCodec httpCodec +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_min +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: boolean isDisposed() +okhttp3.CertificatePinner$Builder +cyanogenmod.app.Profile: cyanogenmod.profiles.LockSettings getScreenLockMode() +androidx.activity.R$styleable: int FontFamily_fontProviderFetchTimeout +cyanogenmod.hardware.ICMHardwareService: int[] getDisplayColorCalibration() +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addEncodedQueryParameter(java.lang.String,java.lang.String) +wangdaye.com.geometricweather.R$integer: int cancel_button_image_alpha +androidx.appcompat.R$attr: int color +cyanogenmod.power.PerformanceManager: int mNumberOfProfiles +james.adaptiveicon.R$styleable: int MenuItem_android_orderInCategory +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setPivotX(float) +wangdaye.com.geometricweather.R$drawable: int weather_cloudy_mini_grey +androidx.preference.R$anim: int btn_checkbox_to_unchecked_box_inner_merged_animation +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeRainPrecipitationDuration +com.google.android.material.R$layout: int material_radial_view_group +androidx.activity.R$attr: int fontProviderPackage +wangdaye.com.geometricweather.R$attr: int flow_horizontalStyle +wangdaye.com.geometricweather.R$id: int widget_clock_day_todayTemp +com.google.android.material.R$color: int abc_hint_foreground_material_dark +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_curveFit +androidx.constraintlayout.widget.R$color: int background_floating_material_dark +wangdaye.com.geometricweather.R$id: int right_icon +android.support.v4.app.INotificationSideChannel$Default: void cancel(java.lang.String,int,java.lang.String) +com.xw.repo.bubbleseekbar.R$attr: int contentDescription +com.google.android.material.R$attr: int itemShapeFillColor +okhttp3.internal.http2.Header$Listener: void onHeaders(okhttp3.Headers) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWindChillTemperature +com.jaredrummler.android.colorpicker.R$dimen: int disabled_alpha_material_light +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_AutoCompleteTextView +com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_android_clipToPadding +wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_android_insetRight +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.WeatherIconControlView: void setOnWeatherIconChangingListener(wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.WeatherIconControlView$OnWeatherIconChangingListener) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_drawableEnd +com.google.gson.stream.JsonReader: void consumeNonExecutePrefix() +androidx.fragment.R$anim: R$anim() +wangdaye.com.geometricweather.background.receiver.widget.WidgetTextProvider +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Long readKey(android.database.Cursor,int) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWindSpeed(java.lang.Float) +org.greenrobot.greendao.AbstractDaoMaster: AbstractDaoMaster(org.greenrobot.greendao.database.Database,int) +androidx.preference.R$styleable: int[] PreferenceImageView +androidx.preference.R$id +com.google.android.material.R$style: int Widget_MaterialComponents_Toolbar_Surface +androidx.constraintlayout.widget.VirtualLayout: void setElevation(float) +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_elevation +com.amap.api.fence.GeoFence: GeoFence(android.os.Parcel) +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: boolean hasError() +io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,long,java.util.concurrent.TimeUnit) +com.tencent.bugly.proguard.i$a +cyanogenmod.providers.CMSettings$Secure: java.lang.String KILL_APP_LONGPRESS_BACK +com.baidu.location.indoor.mapversion.c.a$d: com.baidu.location.indoor.mapversion.c.a$a e +androidx.preference.R$attr: int preserveIconSpacing +wangdaye.com.geometricweather.R$attr: int animationMode +com.google.android.material.R$attr: int backgroundInsetStart +wangdaye.com.geometricweather.R$attr: int flow_verticalStyle +cyanogenmod.app.IProfileManager$Stub$Proxy: void addNotificationGroup(android.app.NotificationGroup) +wangdaye.com.geometricweather.R$string: int mtrl_picker_save +wangdaye.com.geometricweather.R$drawable: int weather_cloudy_2 +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: void setCity(java.lang.String) +retrofit2.ParameterHandler$Field: ParameterHandler$Field(java.lang.String,retrofit2.Converter,boolean) +androidx.appcompat.R$style: int Widget_AppCompat_ListMenuView +io.reactivex.internal.subscriptions.DeferredScalarSubscription: void complete(java.lang.Object) cyanogenmod.providers.CMSettings$System: float getFloat(android.content.ContentResolver,java.lang.String) -com.github.rahatarmanahmed.cpv.BuildConfig: java.lang.String FLAVOR -com.google.android.material.R$attr: int dividerVertical -androidx.recyclerview.widget.RecyclerView: void removeOnItemTouchListener(androidx.recyclerview.widget.RecyclerView$OnItemTouchListener) -androidx.preference.R$styleable: int SwitchPreference_android_switchTextOff -wangdaye.com.geometricweather.R$string: int feedback_search_nothing -james.adaptiveicon.R$styleable: int MenuGroup_android_id -james.adaptiveicon.R$attr: int numericModifiers -wangdaye.com.geometricweather.R$id: int star_container -androidx.core.R$dimen: int notification_small_icon_background_padding -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_disabled_elevation -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Snow snow -com.tencent.bugly.proguard.v: boolean t -wangdaye.com.geometricweather.R$id: int container_main_pollen -io.reactivex.Observable: io.reactivex.Observable combineLatestDelayError(io.reactivex.ObservableSource[],io.reactivex.functions.Function) -androidx.constraintlayout.widget.ConstraintLayout: void setMinWidth(int) -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_Alert -io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: ObservableCombineLatest$CombinerObserver(io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator,int) -androidx.swiperefreshlayout.R$drawable -com.xw.repo.bubbleseekbar.R$style: int Platform_V21_AppCompat_Light -com.jaredrummler.android.colorpicker.R$attr: int subtitleTextStyle -android.didikee.donate.R$id: int home -android.didikee.donate.R$styleable: int LinearLayoutCompat_Layout_android_layout_width -androidx.work.R$drawable: int notification_bg_low -androidx.constraintlayout.widget.R$styleable: int SearchView_iconifiedByDefault -androidx.appcompat.R$style: int Widget_AppCompat_ActionBar_TabView -androidx.drawerlayout.R$dimen: int notification_small_icon_background_padding -wangdaye.com.geometricweather.R$anim: int popup_show_bottom_right -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: void setLogo(java.lang.String) -com.google.android.material.R$styleable: int SearchView_queryBackground -androidx.hilt.R$anim: R$anim() -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xnwd -androidx.lifecycle.LiveData$ObserverWrapper: androidx.lifecycle.LiveData this$0 -com.amap.api.location.AMapLocation: int b(com.amap.api.location.AMapLocation,int) -com.amap.api.location.LocationManagerBase: void setLocationListener(com.amap.api.location.AMapLocationListener) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: java.lang.String unit -com.turingtechnologies.materialscrollbar.R$layout: int abc_search_view -wangdaye.com.geometricweather.R$styleable: int NavigationView_android_maxWidth -androidx.preference.R$color: int abc_search_url_text -cyanogenmod.library.R$attr -wangdaye.com.geometricweather.R$xml: int widget_week -okio.Buffer: int read(java.nio.ByteBuffer) -com.google.android.material.R$style: int Widget_AppCompat_SearchView_ActionBar -androidx.hilt.lifecycle.R$style: int TextAppearance_Compat_Notification_Time -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ListMenuView -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_rippleColor -com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String J -retrofit2.Response: retrofit2.Response success(int,java.lang.Object) -wangdaye.com.geometricweather.R$attr: int textEndPadding -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeTotalPrecipitationProbability -okhttp3.internal.connection.RealConnection: int successCount -io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean() -com.google.android.material.chip.Chip: void setCheckedIconTint(android.content.res.ColorStateList) -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver: void onError(java.lang.Throwable) -com.google.android.material.R$styleable: int NavigationView_android_fitsSystemWindows -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_editor_absoluteY -wangdaye.com.geometricweather.R$drawable: int notif_temp_58 -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_text_btn_icon_padding -androidx.lifecycle.extensions.R$id: int info -wangdaye.com.geometricweather.R$dimen: int mtrl_slider_label_radius -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_text_padding -okhttp3.internal.http2.Huffman -com.jaredrummler.android.colorpicker.R$drawable: int notification_icon_background -wangdaye.com.geometricweather.R$style: int material_card -wangdaye.com.geometricweather.R$drawable: int notification_template_icon_low_bg -androidx.preference.R$attr: int progressBarPadding -com.google.android.material.R$styleable: int AppCompatTextView_autoSizeMaxTextSize -com.turingtechnologies.materialscrollbar.R$id: int auto -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomSheet -okhttp3.internal.ws.RealWebSocket$Close: long cancelAfterCloseMillis -wangdaye.com.geometricweather.R$string: int common_google_play_services_update_button -com.github.rahatarmanahmed.cpv.CircularProgressView: void setThickness(int) -com.turingtechnologies.materialscrollbar.R$styleable: int MenuGroup_android_visible -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_card_spacing -androidx.dynamicanimation.R$id: int time -androidx.preference.R$id: int switchWidget -com.google.android.material.R$attr: int voiceIcon -com.google.android.material.R$styleable: int Toolbar_titleTextAppearance -wangdaye.com.geometricweather.R$id: int blocking -com.google.android.material.R$dimen: int mtrl_btn_corner_radius -androidx.appcompat.R$attr: int thickness +androidx.cardview.R$styleable: int CardView_cardPreventCornerOverlap +okhttp3.internal.ws.WebSocketWriter: WebSocketWriter(boolean,okio.BufferedSink,java.util.Random) +androidx.constraintlayout.widget.R$styleable: int Layout_layout_goneMarginStart +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_popupTheme +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.WeatherEntity) +okhttp3.internal.cache2.Relay: okio.ByteString metadata() +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: ObservableRepeatWhen$RepeatWhenObserver(io.reactivex.Observer,io.reactivex.subjects.Subject,io.reactivex.ObservableSource) +cyanogenmod.weather.CMWeatherManager$1: CMWeatherManager$1(cyanogenmod.weather.CMWeatherManager) +com.xw.repo.bubbleseekbar.R$styleable: int[] LinearLayoutCompat_Layout +androidx.appcompat.R$attr: int spinnerDropDownItemStyle +androidx.hilt.work.R$dimen: int compat_control_corner_material +wangdaye.com.geometricweather.R$string: int key_list_animation_switch +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void startTimeout(long) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean getImages() +wangdaye.com.geometricweather.R$styleable: int Transition_transitionFlags +com.google.android.material.floatingactionbutton.FloatingActionButton: void setVisibility(int) +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header +cyanogenmod.weatherservice.ServiceRequest: cyanogenmod.weatherservice.ServiceRequest$Status mStatus +androidx.activity.R$dimen: int notification_large_icon_width +com.tencent.bugly.proguard.p: boolean a(com.tencent.bugly.proguard.r) +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_16 +retrofit2.Retrofit: retrofit2.Converter responseBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[]) +com.turingtechnologies.materialscrollbar.R$attr: int actionBarTabStyle +androidx.constraintlayout.widget.R$attr: int menu +com.jaredrummler.android.colorpicker.R$color: int material_deep_teal_500 +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorControlNormal +com.google.android.material.R$style: int Base_Widget_AppCompat_ActivityChooserView +com.google.android.material.R$integer: int app_bar_elevation_anim_duration +retrofit2.OkHttpCall: okhttp3.Request request() +androidx.activity.R$id: int accessibility_custom_action_12 +androidx.lifecycle.LiveData: void removeObservers(androidx.lifecycle.LifecycleOwner) +wangdaye.com.geometricweather.R$styleable: int MaterialCardView_shapeAppearanceOverlay +com.google.android.material.R$styleable: int KeyTimeCycle_android_translationX +com.google.android.material.transformation.FabTransformationBehavior +com.google.android.material.R$attr: int cardMaxElevation +cyanogenmod.platform.Manifest$permission: java.lang.String LIVE_LOCK_SCREEN_MANAGER_ACCESS_PRIVATE +wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_marginLeft +retrofit2.adapter.rxjava2.ResultObservable: io.reactivex.Observable upstream +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_drawableRight +androidx.constraintlayout.widget.R$dimen: int abc_dialog_title_divider_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_week_3 +io.reactivex.internal.queue.SpscArrayQueue: java.lang.Object poll() +androidx.appcompat.R$attr: int fontProviderFetchTimeout +wangdaye.com.geometricweather.remoteviews.config.MultiCityWidgetConfigActivity: MultiCityWidgetConfigActivity() +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub$Proxy: java.lang.String getInterfaceDescriptor() +wangdaye.com.geometricweather.R$attr: int tabGravity +cyanogenmod.weatherservice.ServiceRequestResult$Builder: cyanogenmod.weather.WeatherInfo mWeatherInfo +com.jaredrummler.android.colorpicker.R$styleable: int Spinner_android_prompt +cyanogenmod.weather.CMWeatherManager$1 +wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_itemFillColor +com.turingtechnologies.materialscrollbar.R$color: int cardview_shadow_end_color +android.didikee.donate.R$style: int TextAppearance_AppCompat_Small +androidx.hilt.work.R$style: int TextAppearance_Compat_Notification_Info +okhttp3.internal.connection.RealConnection: okhttp3.Route route() +com.google.android.gms.common.images.WebImage: android.os.Parcelable$Creator CREATOR +androidx.preference.R$style: int Widget_AppCompat_Button_Borderless +androidx.work.R$drawable: R$drawable() +wangdaye.com.geometricweather.R$layout: int activity_preview_icon +wangdaye.com.geometricweather.R$attr: int moveWhenScrollAtTop +com.xw.repo.bubbleseekbar.R$style: int Base_V22_Theme_AppCompat +com.google.android.material.R$attr: int maxHeight +androidx.constraintlayout.widget.R$dimen: int tooltip_corner_radius +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: android.os.IBinder asBinder() +james.adaptiveicon.R$styleable: int AppCompatTheme_alertDialogStyle +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: void requestLocation(android.content.Context,wangdaye.com.geometricweather.location.services.LocationService$LocationCallback) +com.bumptech.glide.load.engine.GlideException: java.lang.Class dataClass +com.google.android.material.theme.MaterialComponentsViewInflater: MaterialComponentsViewInflater() +wangdaye.com.geometricweather.R$styleable: int Constraint_android_rotationX +com.google.android.material.R$styleable: int[] ColorStateListItem +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setPm25Desc(java.lang.String) +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float getIce() +androidx.constraintlayout.motion.widget.MotionLayout: float getProgress() +androidx.preference.R$styleable: int ActionBar_popupTheme +io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: void dispose() +com.xw.repo.bubbleseekbar.R$styleable: int[] ActionMenuItemView +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_DrawerArrowToggle +okhttp3.CipherSuite: okhttp3.CipherSuite init(java.lang.String,int) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_switchStyle +io.reactivex.Observable: io.reactivex.Single toList(int) +androidx.appcompat.widget.SearchView: int getImeOptions() +org.greenrobot.greendao.AbstractDao: java.lang.Object getKey(java.lang.Object) +com.google.android.material.R$id: int mtrl_picker_title_text +okio.Segment: boolean shared +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_summary +androidx.swiperefreshlayout.R$styleable: int GradientColor_android_centerColor +wangdaye.com.geometricweather.R$attr: int startIconCheckable +io.reactivex.Observable: io.reactivex.Observable create(io.reactivex.ObservableOnSubscribe) +com.google.android.material.R$style: int Widget_MaterialComponents_BottomAppBar_Colored +com.google.android.material.bottomnavigation.BottomNavigationView: void setItemIconSizeRes(int) +okhttp3.internal.http2.Http2Reader: java.util.List readHeaderBlock(int,short,byte,int) +androidx.lifecycle.LiveData: void postValue(java.lang.Object) +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Display2 +com.google.android.material.R$styleable: int TextAppearance_textLocale +androidx.appcompat.R$attr: int titleMargin +wangdaye.com.geometricweather.R$id: int disableHome +okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Stream getStream(int) +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void dispose() +com.google.android.material.R$attr: int startIconDrawable +okio.RealBufferedSink: okio.BufferedSink writeHexadecimalUnsignedLong(long) +okhttp3.internal.http2.Http2Connection +retrofit2.ParameterHandler$Part +com.google.android.material.button.MaterialButtonToggleGroup: void setCheckedId(int) +androidx.appcompat.R$styleable: int AppCompatTheme_toolbarStyle +okhttp3.internal.cache.DiskLruCache: void close() +okio.Buffer$UnsafeCursor +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: io.reactivex.internal.fuseable.QueueDisposable qd +okhttp3.Challenge: java.lang.String realm() +wangdaye.com.geometricweather.R$attr: int tintMode +wangdaye.com.geometricweather.R$attr: int barrierMargin +com.amap.api.location.AMapLocation: java.lang.String k(com.amap.api.location.AMapLocation,java.lang.String) +com.turingtechnologies.materialscrollbar.R$drawable: int design_ic_visibility_off +com.tencent.bugly.b: boolean c +cyanogenmod.app.LiveLockScreenManager: boolean getLiveLockScreenEnabled() +wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_icon_dark +androidx.lifecycle.LifecycleRegistry: void pushParentState(androidx.lifecycle.Lifecycle$State) +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: java.lang.String getWeatherPhase() +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit IN +androidx.core.view.GestureDetectorCompat$GestureDetectorCompatImplBase: void setOnDoubleTapListener(android.view.GestureDetector$OnDoubleTapListener) +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.loader.R$id: int action_text +androidx.appcompat.widget.AppCompatCheckBox: void setSupportButtonTintList(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$id: int disablePostScroll +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintRight_creator +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_fontVariationSettings +androidx.constraintlayout.widget.R$drawable: int abc_ic_menu_overflow_material +io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,io.reactivex.Scheduler) +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation: wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation valueOf(java.lang.String) +com.google.android.material.R$dimen: int mtrl_btn_focused_z +okhttp3.internal.cache.DiskLruCache$1: okhttp3.internal.cache.DiskLruCache this$0 +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabMinWidth +androidx.activity.R$id +wangdaye.com.geometricweather.location.services.LocationService: void cancel() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String uvLevel +com.google.android.material.R$styleable: int[] StateListDrawable +wangdaye.com.geometricweather.R$color: int abc_primary_text_material_light +com.tencent.bugly.proguard.aj: aj(byte,java.lang.String,byte[]) +cyanogenmod.app.ProfileManager: void addProfile(cyanogenmod.app.Profile) +androidx.hilt.lifecycle.R$id: int forever +com.tencent.bugly.crashreport.common.info.a: a(android.content.Context) +com.google.android.material.R$dimen: int mtrl_tooltip_arrowSize +android.didikee.donate.R$styleable: int TextAppearance_android_typeface +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_Dialog +com.xw.repo.bubbleseekbar.R$style: int Platform_Widget_AppCompat_Spinner +com.tencent.bugly.proguard.m: m() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline +com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary +okhttp3.internal.http2.Http2Connection$4: okhttp3.internal.http2.Http2Connection this$0 +wangdaye.com.geometricweather.R$dimen: int design_bottom_sheet_peek_height_min +androidx.lifecycle.Transformations$1: Transformations$1(androidx.lifecycle.MediatorLiveData,androidx.arch.core.util.Function) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Direction: java.lang.String Localized +com.turingtechnologies.materialscrollbar.R$attr: int colorSwitchThumbNormal +androidx.recyclerview.widget.LinearLayoutManager: LinearLayoutManager(android.content.Context,android.util.AttributeSet,int,int) +com.tencent.bugly.crashreport.crash.CrashDetailBean: long G +okhttp3.internal.http2.Http2Connection: void shutdown(okhttp3.internal.http2.ErrorCode) +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_android_summaryOff +com.jaredrummler.android.colorpicker.R$attr: int textAllCaps +com.amap.api.location.UmidtokenInfo$a: void onLocationChanged(com.amap.api.location.AMapLocation) +wangdaye.com.geometricweather.R$drawable: int weather_rain_pixel +androidx.constraintlayout.widget.R$styleable: int OnClick_clickAction +com.xw.repo.bubbleseekbar.R$id: int action_bar_activity_content +androidx.appcompat.R$styleable: int AppCompatTheme_colorAccent +cyanogenmod.app.CustomTile$1: CustomTile$1() +okhttp3.OkHttpClient: javax.net.ssl.SSLSocketFactory sslSocketFactory() +androidx.lifecycle.extensions.R$color: int notification_action_color_filter +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_actionProviderClass +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_saveFlags +wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog +wangdaye.com.geometricweather.R$attr: int trackTint +com.google.android.material.R$attr: int helperTextTextColor +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.lang.String getWeatherText() +com.jaredrummler.android.colorpicker.R$color: int material_grey_600 +wangdaye.com.geometricweather.R$dimen: int design_bottom_sheet_elevation +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Dialog +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: java.util.List value +androidx.constraintlayout.widget.R$styleable: int AppCompatSeekBar_tickMark wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Priority -com.google.android.material.R$id: int accessibility_custom_action_4 -com.google.android.material.R$color: int primary_dark_material_dark -androidx.viewpager2.R$styleable: int RecyclerView_fastScrollEnabled -wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: void setBackgroundColorEnd(int) -com.xw.repo.bubbleseekbar.R$id: int tag_unhandled_key_listeners -com.google.android.material.R$style: int Base_Widget_AppCompat_DrawerArrowToggle -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorTextAppearance -androidx.vectordrawable.animated.R$attr: int fontVariationSettings -android.didikee.donate.R$attr: int subMenuArrow -com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_borderless_material -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_borderWidth -wangdaye.com.geometricweather.R$attr: int layout_constraintCircleAngle -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_lastHorizontalStyle -androidx.lifecycle.extensions.R$id: R$id() -wangdaye.com.geometricweather.R$attr: int backgroundInsetTop -cyanogenmod.providers.CMSettings$Secure: java.lang.String KEYBOARD_BRIGHTNESS -androidx.preference.R$attr: int checkboxStyle -cyanogenmod.providers.CMSettings: boolean LOCAL_LOGV -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: boolean isDisposed() -okio.Buffer: okio.Buffer writeTo(java.io.OutputStream,long) -android.didikee.donate.R$string: int abc_searchview_description_submit -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_collapseContentDescription -com.google.android.material.R$styleable: int Chip_iconStartPadding -com.jaredrummler.android.colorpicker.R$color: int ripple_material_dark -com.google.android.material.internal.NavigationMenuItemView: void setIconTintList(android.content.res.ColorStateList) -com.google.android.material.R$id: int italic -com.tencent.bugly.proguard.l -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: boolean done -com.google.android.material.R$styleable: int AppCompatTheme_ratingBarStyleIndicator -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric: java.lang.String Unit -androidx.coordinatorlayout.R$dimen: int notification_small_icon_background_padding -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Menu -androidx.preference.R$styleable: int AppCompatTheme_radioButtonStyle -com.tencent.bugly.crashreport.crash.a -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_action_height -androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityDestroyed(android.app.Activity) -androidx.appcompat.widget.SearchView: void setOnQueryTextListener(androidx.appcompat.widget.SearchView$OnQueryTextListener) -com.google.android.material.R$styleable: int Layout_layout_constraintBaseline_toBaselineOf -com.jaredrummler.android.colorpicker.R$attr: int switchTextAppearance -androidx.constraintlayout.widget.R$styleable: int[] ActivityChooserView -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar -cyanogenmod.themes.ThemeChangeRequest$1 -okhttp3.internal.http.BridgeInterceptor -com.tencent.bugly.proguard.v: int b -androidx.preference.R$color: int switch_thumb_material_dark -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionButton_Overflow -james.adaptiveicon.R$styleable: int MenuItem_android_orderInCategory -wangdaye.com.geometricweather.R$string: int page_indicator -androidx.appcompat.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight -wangdaye.com.geometricweather.R$dimen: int material_helper_text_font_1_3_padding_horizontal -io.reactivex.internal.util.VolatileSizeArrayList: boolean containsAll(java.util.Collection) -cyanogenmod.providers.ThemesContract: java.lang.String AUTHORITY -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeCloseDrawable -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dialogPreferredPadding -androidx.lifecycle.extensions.R$layout -androidx.preference.R$drawable: int btn_radio_off_mtrl -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_barrierMargin -retrofit2.converter.gson.GsonRequestBodyConverter: com.google.gson.TypeAdapter adapter -androidx.hilt.R$styleable: int ColorStateListItem_android_color -android.support.v4.os.ResultReceiver$1: ResultReceiver$1() -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_DarkActionBar -cyanogenmod.weather.CMWeatherManager: CMWeatherManager(android.content.Context) -androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_android_ttcIndex -cyanogenmod.platform.Manifest$permission: Manifest$permission() -com.google.android.material.R$style: int Widget_AppCompat_Button_Borderless_Colored -cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_MIGRATE_SETTINGS_FOR_USER -okio.Buffer: okio.Segment head -com.jaredrummler.android.colorpicker.R$id: int home -james.adaptiveicon.R$id: int textSpacerNoButtons -com.google.android.material.R$color: int design_dark_default_color_primary_variant -wangdaye.com.geometricweather.R$anim: int abc_slide_out_top -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: java.lang.String unit -androidx.appcompat.R$styleable: int[] MenuItem -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_AES_256_GCM_SHA384 -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: void onError(java.lang.Throwable) -androidx.appcompat.R$styleable: int LinearLayoutCompat_Layout_android_layout_height -wangdaye.com.geometricweather.R$styleable: int Preference_enableCopying -com.google.android.material.floatingactionbutton.FloatingActionButton: android.graphics.PorterDuff$Mode getBackgroundTintMode() -androidx.appcompat.R$styleable: int MenuView_android_horizontalDivider +androidx.preference.R$style: int Widget_AppCompat_ListView +com.tencent.bugly.proguard.y: void a(boolean) +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_android_textOff +com.google.android.material.floatingactionbutton.FloatingActionButton: void setTranslationY(float) +androidx.transition.R$id: int transition_transform +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle +wangdaye.com.geometricweather.R$xml: int perference +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint DewPoint +wangdaye.com.geometricweather.R$attr: int chipIconEnabled +com.xw.repo.bubbleseekbar.R$attr: int bsb_always_show_bubble +james.adaptiveicon.R$style: int Widget_AppCompat_Toolbar_Button_Navigation +androidx.viewpager2.R$id: int accessibility_custom_action_3 +okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level BASIC +com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType SOSOMAP +androidx.preference.R$dimen: int abc_action_bar_stacked_tab_max_width +com.google.android.material.R$attr: int paddingLeftSystemWindowInsets +okhttp3.internal.platform.Jdk9Platform: java.lang.reflect.Method setProtocolMethod +com.jaredrummler.android.colorpicker.R$attr: int closeIcon +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat +com.tencent.bugly.Bugly: java.lang.String[] c +com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges +io.reactivex.Observable: io.reactivex.Observable error(java.util.concurrent.Callable) +io.reactivex.internal.util.NotificationLite: io.reactivex.internal.util.NotificationLite[] values() +okhttp3.Cache$CacheResponseBody: okhttp3.MediaType contentType() +wangdaye.com.geometricweather.R$array: int dark_mode_values +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_DialogWhenLarge +androidx.hilt.lifecycle.R$color: int notification_action_color_filter +cyanogenmod.app.CMContextConstants: java.lang.String CM_ICON_CACHE_SERVICE +io.reactivex.internal.observers.DeferredScalarDisposable: void error(java.lang.Throwable) +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_indicatorCornerRadius +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: long count +okio.GzipSink: void writeHeader() +com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_startX +androidx.lifecycle.Lifecycle$State: boolean isAtLeast(androidx.lifecycle.Lifecycle$State) +cyanogenmod.platform.Manifest$permission: java.lang.String BIND_CUSTOM_TILE_LISTENER_SERVICE +com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_horizontalDivider +com.amap.api.location.AMapLocation: java.lang.String m(com.amap.api.location.AMapLocation,java.lang.String) +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title +androidx.vectordrawable.animated.R$style: int TextAppearance_Compat_Notification_Time +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: io.reactivex.disposables.Disposable upstream +com.google.android.material.R$styleable: int ConstraintSet_android_elevation +androidx.multidex.MultiDexExtractor$ExtractedDex +androidx.lifecycle.LifecycleService: void onDestroy() +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_elevation +james.adaptiveicon.R$layout: int select_dialog_multichoice_material +com.google.android.material.R$attr: int backgroundOverlayColorAlpha +okio.Base64: byte[] MAP +wangdaye.com.geometricweather.R$styleable: int Layout_layout_goneMarginBottom +com.google.android.material.chip.ChipGroup: int getChipCount() +androidx.preference.R$dimen: int abc_action_bar_subtitle_top_margin_material +io.reactivex.internal.subscribers.StrictSubscriber: org.reactivestreams.Subscriber downstream +wangdaye.com.geometricweather.R$styleable: int DialogPreference_android_dialogTitle +okio.BufferedSource: byte[] readByteArray() +james.adaptiveicon.R$id: int home +cyanogenmod.providers.CMSettings$System: java.lang.String KEY_ASSIST_ACTION +com.jaredrummler.android.colorpicker.R$id: int contentPanel +cyanogenmod.weather.CMWeatherManager: java.util.Set access$000(cyanogenmod.weather.CMWeatherManager) +james.adaptiveicon.R$dimen: int notification_subtext_size +androidx.appcompat.R$integer: int config_tooltipAnimTime +android.didikee.donate.R$styleable: int Toolbar_android_gravity +io.reactivex.Observable: io.reactivex.Observable fromFuture(java.util.concurrent.Future,long,java.util.concurrent.TimeUnit) +cyanogenmod.app.IProfileManager$Stub$Proxy: android.app.NotificationGroup getNotificationGroupForPackage(java.lang.String) +androidx.work.R$id: int info +androidx.appcompat.widget.ActionMenuView: int getWindowAnimations() +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Button +com.google.android.material.tabs.TabLayout: void setElevation(float) +com.google.android.material.R$styleable: int TabLayout_tabIndicatorGravity +androidx.lifecycle.LifecycleDispatcher$DispatcherActivityCallback +okio.AsyncTimeout$1: okio.Sink val$sink +com.google.android.material.R$styleable: int GradientColor_android_endY +com.tencent.bugly.crashreport.common.info.AppInfo +wangdaye.com.geometricweather.common.basic.GeoDialog +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_statusBarScrim +androidx.constraintlayout.widget.R$attr: int buttonIconDimen +wangdaye.com.geometricweather.R$styleable: int Badge_maxCharacterCount +com.google.android.material.R$styleable: int TabLayout_tabPaddingStart +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Tooltip +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Metric +com.bumptech.glide.integration.okhttp.R$drawable: R$drawable() +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: void dispose() +androidx.constraintlayout.widget.R$id: int async +androidx.appcompat.R$drawable: int abc_seekbar_track_material +james.adaptiveicon.R$styleable: int SearchView_layout +androidx.legacy.coreutils.R$styleable: int FontFamilyFont_android_fontStyle +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_actionViewClass +com.google.android.material.tabs.TabLayout: void setTabRippleColor(android.content.res.ColorStateList) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float icePrecipitation +androidx.vectordrawable.R$style: int TextAppearance_Compat_Notification +wangdaye.com.geometricweather.R$attr: int singleLine +androidx.preference.PreferenceCategory +wangdaye.com.geometricweather.R$drawable: int ic_chronus +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderLayout +android.didikee.donate.R$string: int abc_action_mode_done +androidx.appcompat.R$attr +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeSplitBackground +okhttp3.internal.http2.Http2Stream: long bytesLeftInWriteWindow +wangdaye.com.geometricweather.R$attr: int expandedTitleMarginBottom +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_alphabeticShortcut +com.google.android.material.R$attr: int checkedIconVisible wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeThunderstormPrecipitationProbability(java.lang.Float) -james.adaptiveicon.R$attr: int dropDownListViewStyle -okhttp3.HttpUrl: java.lang.String fragment() -com.github.rahatarmanahmed.cpv.CircularProgressView: java.util.List access$100(com.github.rahatarmanahmed.cpv.CircularProgressView) -com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_gapBetweenBars -io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: SingleToObservable$SingleToObservableObserver(io.reactivex.Observer) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeIcePrecipitation() -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: void setProvince(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int ArcProgress_progress -com.google.android.material.button.MaterialButton: void setStrokeColor(android.content.res.ColorStateList) -io.reactivex.Observable: io.reactivex.Observable withLatestFrom(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function4) -androidx.lifecycle.extensions.R$styleable -androidx.preference.R$styleable: int FontFamilyFont_android_fontStyle -androidx.appcompat.widget.SwitchCompat: boolean getShowText() -wangdaye.com.geometricweather.R$drawable: int flag_nl -com.google.android.material.R$color: int design_dark_default_color_primary_dark -io.reactivex.Observable: io.reactivex.Observable switchMapDelayError(io.reactivex.functions.Function) -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_firstHorizontalStyle -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_overflow_padding_start_material -wangdaye.com.geometricweather.main.MainActivity: MainActivity() -androidx.lifecycle.SavedStateHandle: java.lang.Class[] ACCEPTABLE_CLASSES -cyanogenmod.weather.WeatherInfo$DayForecast$Builder: cyanogenmod.weather.WeatherInfo$DayForecast build() -wangdaye.com.geometricweather.R$attr: int tabInlineLabel -wangdaye.com.geometricweather.R$styleable: int MenuItem_tooltipText -wangdaye.com.geometricweather.R$id: int activity_widget_config_subtitleDataSpinner -okhttp3.internal.cache.CacheRequest -cyanogenmod.app.IProfileManager$Stub$Proxy -com.google.android.material.behavior.SwipeDismissBehavior -okhttp3.MultipartBody: MultipartBody(okio.ByteString,okhttp3.MediaType,java.util.List) -cyanogenmod.weatherservice.ServiceRequestResult$Builder: cyanogenmod.weather.WeatherInfo mWeatherInfo -okhttp3.RequestBody$2: RequestBody$2(okhttp3.MediaType,int,byte[],int) -com.google.android.material.R$styleable: int MaterialAlertDialog_backgroundInsetTop -com.google.android.material.R$attr: int cardBackgroundColor -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainNoLast: void run() -com.turingtechnologies.materialscrollbar.R$id: int navigation_header_container -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setIsShow(boolean) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_radioButtonStyle -okio.Buffer$2: int available() -com.tencent.bugly.proguard.ao: java.lang.String a -com.google.android.material.R$attr: int layout_constraintWidth_default -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_SeekBar -cyanogenmod.weather.WeatherInfo: WeatherInfo() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: java.util.Date EndDate -androidx.vectordrawable.R$attr: int font -wangdaye.com.geometricweather.R$id: int material_label -cyanogenmod.hardware.CMHardwareManager: boolean checkService() -com.google.android.material.R$color: int highlighted_text_material_light -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonBarStyle -wangdaye.com.geometricweather.R$color: int notification_background_o -androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory -wangdaye.com.geometricweather.R$attr: int flow_horizontalStyle -com.google.android.material.R$styleable: int TabLayout_tabIndicatorHeight -androidx.dynamicanimation.R$styleable: int FontFamily_fontProviderFetchStrategy -com.google.android.material.chip.Chip: void setOnCheckedChangeListenerInternal(android.widget.CompoundButton$OnCheckedChangeListener) +com.github.rahatarmanahmed.cpv.R$attr: int cpv_animSwoopDuration +com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable +com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_layout_anchor +com.tencent.bugly.proguard.u: boolean c() +com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox +com.turingtechnologies.materialscrollbar.R$drawable: int design_snackbar_background +com.turingtechnologies.materialscrollbar.R$attr: int actionBarPopupTheme +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_TextView_SpinnerItem +wangdaye.com.geometricweather.R$string: int current_location +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: boolean hasPermissions(android.content.Context) +okhttp3.ConnectionPool: long keepAliveDurationNs +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Rain: double Value +com.google.android.material.card.MaterialCardView: void setCheckedIconSize(int) +com.bumptech.glide.R$attr: int ttcIndex +com.google.android.material.R$dimen: int abc_action_bar_overflow_padding_start_material +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String FORECAST_LOW +com.google.android.material.progressindicator.ProgressIndicator: void setCircularRadius(int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Metric: AccuCurrentResult$Visibility$Metric() +androidx.hilt.work.R$styleable: int GradientColor_android_startColor +com.google.android.material.transformation.TransformationChildLayout: TransformationChildLayout(android.content.Context) +wangdaye.com.geometricweather.R$id: int activity_weather_daily_indicator +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionOverflowButtonStyle +androidx.vectordrawable.R$styleable: int FontFamily_fontProviderAuthority +com.google.android.material.R$styleable: int[] CompoundButton +com.google.android.material.R$styleable: int MaterialButton_backgroundTintMode +com.turingtechnologies.materialscrollbar.R$id: int reservedNamedId +james.adaptiveicon.R$dimen: int abc_seekbar_track_progress_height_material +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: io.reactivex.internal.fuseable.SimpleQueue queue +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Imperial: AccuCurrentResult$Wind$Speed$Imperial() +com.xw.repo.bubbleseekbar.R$color: int bright_foreground_inverse_material_dark +androidx.appcompat.widget.Toolbar: void setTitle(java.lang.CharSequence) +cyanogenmod.providers.CMSettings$System: boolean shouldInterceptSystemProvider(java.lang.String) +okio.AsyncTimeout: int TIMEOUT_WRITE_SIZE +cyanogenmod.app.ProfileManager: cyanogenmod.app.IProfileManager sService +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_editor_absoluteX +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_pressed_z +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_translationZ +cyanogenmod.profiles.StreamSettings$1: java.lang.Object createFromParcel(android.os.Parcel) +com.google.android.material.card.MaterialCardView: void setCardBackgroundColor(int) +com.google.android.material.tabs.TabLayout: void setTabTextColors(android.content.res.ColorStateList) +com.tencent.bugly.proguard.h: com.tencent.bugly.proguard.h a(java.util.Map,java.lang.String) +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: boolean isDisposed() +androidx.constraintlayout.widget.R$attr: int windowFixedHeightMajor +okio.DeflaterSink: boolean closed +wangdaye.com.geometricweather.db.entities.AlertEntity: int getColor() +com.google.android.material.R$style: int Base_Widget_AppCompat_SeekBar_Discrete +cyanogenmod.alarmclock.ClockContract$CitiesColumns: java.lang.String CITY_ID +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle +wangdaye.com.geometricweather.R$style: int Preference_PreferenceScreen +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_CompoundButton_RadioButton +io.reactivex.Observable: io.reactivex.Single single(java.lang.Object) +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_19 +com.tencent.bugly.proguard.z: java.lang.String a(java.io.File,int,boolean) +com.jaredrummler.android.colorpicker.R$layout: int preference_dropdown_material +com.bumptech.glide.integration.okhttp.R$dimen: int compat_button_inset_vertical_material +androidx.vectordrawable.animated.R$dimen: int notification_top_pad_large_text +com.google.android.material.R$styleable: int SwitchCompat_splitTrack +wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle[] values() +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningMaxCountItems: int colorId +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode CANCEL +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_2 +androidx.lifecycle.extensions.R$string: int status_bar_notification_info_overflow +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: void setEn_US(java.lang.String) +androidx.appcompat.R$styleable: int MenuItem_numericModifiers +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_scaleY +wangdaye.com.geometricweather.R$styleable: int ColorPanelView_cpv_showOldColor +com.xw.repo.bubbleseekbar.R$id: int search_badge +androidx.appcompat.R$attr: int iconTint +androidx.constraintlayout.widget.R$attr: int colorPrimaryDark +okhttp3.internal.platform.JdkWithJettyBootPlatform: java.lang.Class serverProviderClass +okhttp3.Dispatcher: int getMaxRequests() +cyanogenmod.externalviews.ExternalView$1: cyanogenmod.externalviews.ExternalView this$0 +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColorItem_android_color +com.google.android.material.R$string: int path_password_eye_mask_visible +androidx.appcompat.R$styleable: int[] LinearLayoutCompat +wangdaye.com.geometricweather.R$attr: int behavior_peekHeight +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_creator +com.google.android.material.R$attr: int transitionShapeAppearance +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation: AccuCurrentResult$PrecipitationSummary$Precipitation() +androidx.preference.R$color: int background_floating_material_dark +com.baidu.location.indoor.mapversion.c.a$d: double d(double) +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setGpsFirst(boolean) +okhttp3.internal.http2.Http2Codec: java.lang.String KEEP_ALIVE +androidx.appcompat.widget.SwitchCompat: void setThumbTintMode(android.graphics.PorterDuff$Mode) +androidx.constraintlayout.widget.R$attr: int checkboxStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setWindDircStart(java.lang.String) +androidx.legacy.coreutils.R$styleable: int FontFamily_fontProviderFetchTimeout +wangdaye.com.geometricweather.remoteviews.config.Hilt_DayWidgetConfigActivity: Hilt_DayWidgetConfigActivity() +androidx.appcompat.R$color: int material_deep_teal_500 +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.String weatherDescription +androidx.appcompat.widget.ButtonBarLayout +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult$Temperature: int UnitType +androidx.constraintlayout.widget.R$attr: int textAppearanceLargePopupMenu +androidx.preference.R$layout: int notification_template_icon_group +okhttp3.Response: int code() +okhttp3.RequestBody$3: okhttp3.MediaType val$contentType +androidx.appcompat.R$dimen: int abc_text_size_body_1_material +com.google.android.material.R$layout: int mtrl_picker_header_selection_text +wangdaye.com.geometricweather.R$attr: int buttonBarNegativeButtonStyle +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: io.reactivex.functions.BiPredicate comparer +com.google.gson.FieldNamingPolicy$1: java.lang.String translateName(java.lang.reflect.Field) +androidx.dynamicanimation.R$styleable: int ColorStateListItem_android_alpha +androidx.appcompat.R$color: int material_grey_300 +james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_drawableRight +androidx.recyclerview.R$id: int accessibility_custom_action_18 +com.tencent.bugly.proguard.aj: byte[] d +com.google.android.material.R$styleable: int ConstraintSet_flow_firstHorizontalStyle +retrofit2.Invocation: Invocation(java.lang.reflect.Method,java.util.List) +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void dispose() +okhttp3.logging.HttpLoggingInterceptor$Level +com.google.android.material.chip.Chip: void setCloseIconSizeResource(int) +cyanogenmod.themes.ThemeManager: cyanogenmod.themes.IThemeService getService() +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType LoadAll +wangdaye.com.geometricweather.R$dimen: int title_text_size +androidx.appcompat.R$attr: int ratingBarStyleIndicator +cyanogenmod.providers.CMSettings$DiscreteValueValidator +okhttp3.internal.http2.Http2Stream: boolean $assertionsDisabled +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_6 +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHorizontal_bias +com.google.android.material.R$attr: int layout_constraintBottom_toBottomOf +androidx.constraintlayout.widget.R$id: int split_action_bar +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void onNext(java.lang.Object) +android.didikee.donate.R$id: int normal +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.turingtechnologies.materialscrollbar.R$attr: int fastScrollVerticalTrackDrawable +androidx.viewpager2.R$drawable +wangdaye.com.geometricweather.R$attr: int customNavigationLayout +com.google.android.material.R$styleable: int Layout_layout_constraintGuide_end +com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_padding_horizontal +android.didikee.donate.R$attr: int listMenuViewStyle +com.google.android.material.R$attr: int startIconTintMode +cyanogenmod.platform.R$array +androidx.appcompat.R$styleable: int Toolbar_subtitleTextAppearance +com.google.android.material.R$styleable: int Snackbar_snackbarButtonStyle +androidx.swiperefreshlayout.R$dimen: int notification_large_icon_height +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: void onError(java.lang.Throwable) +androidx.appcompat.R$attr: int toolbarNavigationButtonStyle +android.didikee.donate.R$attr: int actionMenuTextAppearance +io.reactivex.internal.disposables.EmptyDisposable: void error(java.lang.Throwable,io.reactivex.CompletableObserver) +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: void dispose() +retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$2: void invoke(java.lang.Throwable) +androidx.appcompat.R$id: int accessibility_custom_action_18 +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: io.reactivex.disposables.Disposable upstream +james.adaptiveicon.R$styleable: int MenuGroup_android_visible +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar +androidx.legacy.coreutils.R$drawable: int notification_icon_background +wangdaye.com.geometricweather.R$color: int material_grey_600 +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_13 +com.tencent.bugly.nativecrashreport.R +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Large_Inverse +com.turingtechnologies.materialscrollbar.R$color: int dim_foreground_disabled_material_dark +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionBar_TabText +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize +okhttp3.internal.http2.Http2Codec$StreamFinishingSource: long bytesRead +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: java.lang.String getPubTime() +wangdaye.com.geometricweather.R$layout: int container_alert_display_view +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight +wangdaye.com.geometricweather.R$string: int page_indicator +androidx.recyclerview.R$drawable: int notify_panel_notification_icon_bg +androidx.appcompat.widget.ActionMenuView: void setPopupTheme(int) +wangdaye.com.geometricweather.R$styleable: int Chip_android_textSize +cyanogenmod.weatherservice.WeatherProviderService: cyanogenmod.weatherservice.IWeatherProviderServiceClient access$202(cyanogenmod.weatherservice.WeatherProviderService,cyanogenmod.weatherservice.IWeatherProviderServiceClient) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult: java.util.List dailyForecasts +okhttp3.MultipartBody: okhttp3.MediaType type() +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_BottomLeftDifferentCornerSize +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: io.reactivex.Observer downstream +okhttp3.internal.http2.Http2Connection$7: int val$streamId +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments$WarningTextBlocItem +io.reactivex.Observable: io.reactivex.Observable zipWith(io.reactivex.ObservableSource,io.reactivex.functions.BiFunction) +cyanogenmod.app.suggest.AppSuggestManager: AppSuggestManager(android.content.Context) +androidx.appcompat.R$style: int TextAppearance_AppCompat_Medium_Inverse +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setUpdateDate(java.util.Date) +com.jaredrummler.android.colorpicker.R$attr: int actionBarWidgetTheme +com.google.android.material.R$styleable: int ActionBar_divider +androidx.preference.R$styleable: int AppCompatSeekBar_tickMark +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer aqiIndex +androidx.preference.R$styleable: int DrawerArrowToggle_spinBars +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: ObservableJoin$JoinDisposable(io.reactivex.Observer,io.reactivex.functions.Function,io.reactivex.functions.Function,io.reactivex.functions.BiFunction) +androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_Light +androidx.appcompat.widget.AppCompatAutoCompleteTextView: AppCompatAutoCompleteTextView(android.content.Context) +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_Button_Colored +james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat_Dark +android.didikee.donate.R$layout: int abc_expanded_menu_layout +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void onComplete() +wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_3 +com.google.android.material.tabs.TabLayout: void setSelectedTabIndicatorColor(int) +androidx.preference.R$id: int line1 +wangdaye.com.geometricweather.R$layout: int mtrl_calendar_day_of_week +androidx.hilt.R$id: int tag_unhandled_key_event_manager +okhttp3.Headers$Builder: okhttp3.Headers$Builder addLenient(java.lang.String,java.lang.String) +wangdaye.com.geometricweather.R$attr: int shouldDisableView +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property CityId +androidx.appcompat.R$color: int highlighted_text_material_dark +androidx.preference.R$styleable: int AppCompatTheme_alertDialogStyle +androidx.preference.R$style: int Preference_Category +androidx.appcompat.R$style: int TextAppearance_AppCompat_Caption +com.google.gson.internal.$Gson$Types$WildcardTypeImpl: long serialVersionUID +android.didikee.donate.R$attr: int searchHintIcon +okhttp3.RequestBody$1: okio.ByteString val$content +com.google.android.material.card.MaterialCardView: void setMaxCardElevation(float) +com.google.android.material.R$style: int ShapeAppearance_MaterialComponents_SmallComponent +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: long idx +okio.SegmentedByteString: okio.ByteString sha1() +com.google.android.material.R$drawable: int abc_ic_star_black_48dp +com.jaredrummler.android.colorpicker.R$id: int up +com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableItem_android_drawable +androidx.hilt.lifecycle.R$id: int visible_removing_fragment_view_tag +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void innerComplete(io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver) +com.xw.repo.bubbleseekbar.R$color: int material_blue_grey_900 +wangdaye.com.geometricweather.R$attr: int listLayout +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Dialog_MinWidth +okhttp3.internal.platform.AndroidPlatform$CloseGuard: okhttp3.internal.platform.AndroidPlatform$CloseGuard get() +com.tencent.bugly.b: void a(android.content.Context,java.lang.String,boolean,com.tencent.bugly.BuglyStrategy) +com.google.android.material.slider.RangeSlider: java.lang.CharSequence getAccessibilityClassName() +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: boolean disposed +io.reactivex.internal.queue.SpscArrayQueue: void soProducerIndex(long) +android.didikee.donate.R$attr: int textColorAlertDialogListItem +android.didikee.donate.R$attr: int paddingEnd +androidx.appcompat.widget.AppCompatTextView: void setSupportCompoundDrawablesTintList(android.content.res.ColorStateList) +androidx.appcompat.widget.SearchView: void setOnCloseListener(androidx.appcompat.widget.SearchView$OnCloseListener) +androidx.viewpager.R$color: int notification_action_color_filter +cyanogenmod.providers.CMSettings$Validator +wangdaye.com.geometricweather.R$string: int aqi_6 +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse +androidx.appcompat.R$styleable: int GradientColor_android_endY +androidx.loader.R$id: int right_side +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Chip_Choice +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust WindGust +okhttp3.internal.tls.BasicTrustRootIndex: int hashCode() +retrofit2.KotlinExtensions$suspendAndThrow$$inlined$suspendCoroutineUninterceptedOrReturn$lambda$1: kotlin.coroutines.Continuation $continuation +okio.Util: void sneakyRethrow(java.lang.Throwable) +android.didikee.donate.R$layout: int abc_popup_menu_header_item_layout +com.google.android.material.chip.Chip: void setCheckedIcon(android.graphics.drawable.Drawable) +com.xw.repo.bubbleseekbar.R$styleable: int ActionMode_subtitleTextStyle +wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.String readKey(android.database.Cursor,int) +okhttp3.internal.ws.RealWebSocket$Streams +androidx.constraintlayout.widget.R$id: int percent +okhttp3.OkHttpClient$Builder: java.util.List connectionSpecs +wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: float getProgress() +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ListView_Menu +okhttp3.Response$Builder: long sentRequestAtMillis +com.google.android.material.R$dimen: int abc_switch_padding +androidx.appcompat.R$attr: int selectableItemBackgroundBorderless +com.google.android.material.R$xml: int standalone_badge_gravity_top_start +androidx.viewpager.widget.ViewPager: void removeOnPageChangeListener(androidx.viewpager.widget.ViewPager$OnPageChangeListener) +com.jaredrummler.android.colorpicker.R$id: int title +okhttp3.internal.ws.WebSocketReader: void readUntilNonControlFrame() +android.didikee.donate.R$style: int Widget_AppCompat_ImageButton +com.amap.api.location.AMapLocation: int LOCATION_TYPE_GPS +com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar +com.amap.api.location.AMapLocationClientOption: void setLocationProtocol(com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol) +wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Object readKey(android.database.Cursor,int) +cyanogenmod.themes.ThemeManager: void registerThemeChangeListener(cyanogenmod.themes.ThemeManager$ThemeChangeListener) +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_autoSizeTextType +com.google.android.material.R$styleable: int KeyTimeCycle_android_translationZ +androidx.viewpager2.widget.ViewPager2: void setUserInputEnabled(boolean) +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: void onComplete() +com.turingtechnologies.materialscrollbar.R$styleable +com.turingtechnologies.materialscrollbar.R$string: int abc_menu_sym_shortcut_label +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: java.lang.String toString() +okio.RealBufferedSink: okio.BufferedSink write(okio.Source,long) +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getProfile +wangdaye.com.geometricweather.R$styleable: int FontFamily_fontProviderPackage +com.baidu.location.indoor.mapversion.c.a$d: java.lang.String b +com.turingtechnologies.materialscrollbar.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 +androidx.activity.R$styleable: int[] ColorStateListItem +io.reactivex.Observable: io.reactivex.Observable concatMapIterable(io.reactivex.functions.Function) +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver +wangdaye.com.geometricweather.R$drawable: int abc_ic_voice_search_api_material +okhttp3.internal.http1.Http1Codec$ChunkedSource: long NO_CHUNK_YET +wangdaye.com.geometricweather.R$array: int language_values +okhttp3.MediaType: boolean equals(java.lang.Object) +androidx.constraintlayout.widget.R$styleable: int ActionBar_hideOnContentScroll +wangdaye.com.geometricweather.R$id: int activity_widget_config_widgetContainer +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: java.lang.String getNotice() +com.google.android.gms.base.R$attr: int imageAspectRatioAdjust +com.xw.repo.bubbleseekbar.R$styleable: int[] MenuItem +androidx.hilt.work.R$dimen: int compat_notification_large_icon_max_height +androidx.appcompat.R$id: int radio +com.google.android.material.card.MaterialCardView: MaterialCardView(android.content.Context,android.util.AttributeSet) +androidx.appcompat.widget.ActionBarContextView: void setContentHeight(int) +androidx.viewpager2.R$styleable: int ViewPager2_android_orientation +com.google.android.material.R$string: int material_minute_suffix +com.google.android.gms.common.internal.ClientIdentity: android.os.Parcelable$Creator CREATOR +com.turingtechnologies.materialscrollbar.R$drawable: int abc_textfield_activated_mtrl_alpha +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: java.lang.Object leaveTransform(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog +androidx.preference.R$styleable: int SwitchCompat_thumbTextPadding +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.HistoryEntity,long) +com.xw.repo.bubbleseekbar.R$attr: int gapBetweenBars +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeInsetStart +androidx.lifecycle.extensions.R$layout: int notification_template_part_time +com.google.android.material.R$dimen: int mtrl_extended_fab_elevation +androidx.swiperefreshlayout.R$styleable: int GradientColor_android_tileMode +androidx.constraintlayout.widget.R$anim: int abc_tooltip_enter +james.adaptiveicon.R$anim: int abc_fade_out +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX getTemperature() +wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_translationX +android.didikee.donate.R$id: int shortcut +wangdaye.com.geometricweather.R$animator: int weather_hail_1 +androidx.lifecycle.SavedStateHandle$SavingStateLiveData: void setValue(java.lang.Object) +wangdaye.com.geometricweather.R$string: int settings_title_notification_temp_icon +com.tencent.bugly.crashreport.BuglyLog: BuglyLog() +okhttp3.Cache: int writeSuccessCount() +cyanogenmod.app.ThemeVersion$ThemeVersionImpl3: cyanogenmod.app.ThemeVersion$ComponentVersion getDeviceComponentVersion(cyanogenmod.app.ThemeComponent) +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_textinput_box_corner_radius_small +wangdaye.com.geometricweather.R$attr: int itemIconPadding +com.google.android.gms.base.R$drawable: int common_google_signin_btn_text_light +wangdaye.com.geometricweather.R$attr: int listChoiceBackgroundIndicator +wangdaye.com.geometricweather.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_1 +wangdaye.com.geometricweather.R$string: int week_5 +androidx.appcompat.R$id: R$id() +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize +android.didikee.donate.R$dimen: int abc_text_size_button_material +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit[] values() +wangdaye.com.geometricweather.R$dimen: int abc_text_size_large_material +com.turingtechnologies.materialscrollbar.R$style: int Base_V28_Theme_AppCompat_Light +com.xw.repo.bubbleseekbar.R$attr: int colorButtonNormal +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_translation_z_hovered_focused +com.google.android.material.R$dimen: int mtrl_extended_fab_end_padding +com.amap.api.location.DPoint$1: DPoint$1() +androidx.constraintlayout.widget.R$styleable: int[] OnSwipe +androidx.preference.R$dimen: int compat_control_corner_material +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float totalPrecipitationProbability +okhttp3.internal.http1.Http1Codec$FixedLengthSink: okio.ForwardingTimeout timeout +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_thumbTextPadding +wangdaye.com.geometricweather.R$id: int header_title +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse +wangdaye.com.geometricweather.R$dimen: int spinner_drop_width +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_itemPadding +io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: io.reactivex.internal.operators.observable.ObservableReplay$Node getHead() +cyanogenmod.hardware.ICMHardwareService: java.lang.String getSerialNumber() +wangdaye.com.geometricweather.common.ui.widgets.DrawerLayout: DrawerLayout(android.content.Context) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoonPhaseAngle +io.reactivex.Observable: io.reactivex.Observable filter(io.reactivex.functions.Predicate) +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ListView +wangdaye.com.geometricweather.common.basic.models.weather.Weather: boolean isDaylight(java.util.TimeZone) +com.google.android.material.R$styleable: int[] CustomAttribute +com.amap.api.location.UmidtokenInfo +com.google.android.material.R$attr: int maxWidth +wangdaye.com.geometricweather.R$drawable: int flag_el +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Subhead +com.turingtechnologies.materialscrollbar.R$style: int Platform_MaterialComponents_Light +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_android_baselineAligned +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean tryEmitScalar(java.util.concurrent.Callable) +com.xw.repo.bubbleseekbar.R$styleable: int ActionMode_closeItemLayout +retrofit2.Utils: boolean equals(java.lang.reflect.Type,java.lang.reflect.Type) +james.adaptiveicon.R$id: int action_mode_bar_stub +com.tencent.bugly.crashreport.biz.b: void b(android.content.Context,com.tencent.bugly.BuglyStrategy) +cyanogenmod.weather.CMWeatherManager: int requestWeatherUpdate(android.location.Location,cyanogenmod.weather.CMWeatherManager$WeatherUpdateRequestListener) +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintCircleAngle +android.didikee.donate.R$id: int never +wangdaye.com.geometricweather.R$string: int mtrl_picker_range_header_only_end_selected +wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTodayForecastUpdateService: ForegroundTodayForecastUpdateService() +androidx.preference.R$attr: int dialogLayout +wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_textColorHint +androidx.legacy.coreutils.R$styleable: int FontFamilyFont_fontVariationSettings +com.turingtechnologies.materialscrollbar.R$styleable: int[] GradientColorItem +io.reactivex.internal.observers.BasicIntQueueDisposable: long serialVersionUID +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property Province +wangdaye.com.geometricweather.R$styleable: int Constraint_barrierMargin +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWeatherPhase +okio.Pipe: Pipe(long) +com.google.android.material.R$style: int ThemeOverlay_AppCompat_Dark +com.jaredrummler.android.colorpicker.R$color: int accent_material_light +cyanogenmod.weather.ICMWeatherManager: void cancelRequest(int) +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter open(int,java.lang.String) +com.turingtechnologies.materialscrollbar.R$styleable: int[] TabLayout +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorBackgroundFloating +androidx.loader.R$dimen: int notification_right_side_padding_top +com.turingtechnologies.materialscrollbar.R$attr: int fontVariationSettings +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_controlBackground +wangdaye.com.geometricweather.R$id: int disableScroll +com.xw.repo.bubbleseekbar.R$dimen: int tooltip_y_offset_touch +androidx.transition.R$color: int ripple_material_light +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem +androidx.appcompat.R$id: int decor_content_parent +okio.Buffer: java.lang.String readUtf8() +wangdaye.com.geometricweather.R$drawable: int ic_map_clock +james.adaptiveicon.R$attr: int actionModeWebSearchDrawable +com.jaredrummler.android.colorpicker.R$styleable: int MenuGroup_android_id +com.google.android.material.R$styleable: int TextInputLayout_counterTextColor +com.google.android.material.R$styleable: int KeyPosition_sizePercent +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: long lastId +com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int PARTLY_CLOUDY +okhttp3.internal.tls.TrustRootIndex +io.reactivex.internal.util.ArrayListSupplier: java.util.List apply(java.lang.Object) +okio.Buffer: okio.Buffer writeLongLe(long) +wangdaye.com.geometricweather.R$attr: int enforceTextAppearance +androidx.constraintlayout.widget.R$style: int Base_Animation_AppCompat_Dialog +androidx.constraintlayout.widget.R$drawable: int abc_list_selector_holo_dark +com.google.android.material.R$dimen: int disabled_alpha_material_dark +wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation: wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation LEFT +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Toolbar_Primary +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: java.lang.String getDirection() +okhttp3.Callback +androidx.preference.R$styleable: int ActionBar_elevation +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_display_3_material +androidx.constraintlayout.widget.R$anim: int abc_slide_in_top +com.google.android.material.R$styleable: int MaterialAlertDialog_backgroundInsetEnd +io.reactivex.Observable: io.reactivex.disposables.Disposable subscribe(io.reactivex.functions.Consumer) +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragment_android_divider +com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_stroke_color_selector +cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo build() +cyanogenmod.app.Profile$ProfileTrigger: int mState +com.google.android.material.R$layout: int mtrl_alert_select_dialog_item +wangdaye.com.geometricweather.R$color: int darkPrimary_1 +wangdaye.com.geometricweather.R$anim: int popup_show_top_right +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_android_weightSum +androidx.coordinatorlayout.R$id: int normal +com.google.android.material.R$styleable: int Layout_layout_constraintRight_toRightOf +com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_layout_behavior +androidx.hilt.work.R$dimen: int notification_main_column_padding_top +com.xw.repo.bubbleseekbar.R$id: int up +com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getItemIconSize() +androidx.constraintlayout.motion.widget.MotionLayout$TransitionState: androidx.constraintlayout.motion.widget.MotionLayout$TransitionState MOVING +androidx.hilt.R$id: int accessibility_custom_action_7 +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: AccuAqiResult() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd +retrofit2.BuiltInConverters$VoidResponseBodyConverter: retrofit2.BuiltInConverters$VoidResponseBodyConverter INSTANCE +androidx.viewpager2.widget.ViewPager2: void setCurrentItem(int) +com.turingtechnologies.materialscrollbar.R$animator: int mtrl_fab_show_motion_spec +com.google.android.material.R$style: int Base_Widget_MaterialComponents_PopupMenu_ContextMenu +androidx.lifecycle.LiveData: void onInactive() +okhttp3.CertificatePinner$Pin: java.lang.String WILDCARD +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem +com.google.android.material.R$attr: int textEndPadding +retrofit2.RequestBuilder: boolean hasBody +androidx.appcompat.widget.ActionMenuView: ActionMenuView(android.content.Context,android.util.AttributeSet) +androidx.hilt.R$anim: int fragment_open_enter +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_android_summaryOff +wangdaye.com.geometricweather.R$array: int precipitation_unit_values +androidx.appcompat.widget.DropDownListView: void setListSelectionHidden(boolean) +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.internal.util.AtomicThrowable errors +androidx.appcompat.R$attr: int buttonBarNegativeButtonStyle +wangdaye.com.geometricweather.R$id: int easeOut +androidx.preference.R$styleable: int ViewBackgroundHelper_android_background +com.google.android.material.R$dimen: int mtrl_textinput_box_label_cutout_padding +androidx.activity.R$id: int accessibility_custom_action_26 +androidx.preference.R$styleable: int PreferenceFragment_android_dividerHeight +wangdaye.com.geometricweather.R$animator: int mtrl_extended_fab_state_list_animator +com.tencent.bugly.CrashModule: com.tencent.bugly.BuglyStrategy$a b +okhttp3.internal.cache2.Relay: void writeHeader(okio.ByteString,long,long) +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver[] observers +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean forecastDaily +com.google.android.material.R$styleable: int Toolbar_title +wangdaye.com.geometricweather.R$style: int TestStyleWithLineHeightAppearance +cyanogenmod.platform.Manifest$permission: java.lang.String WRITE_THEMES +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: java.lang.String getFrom() +james.adaptiveicon.R$attr: int alphabeticModifiers +androidx.appcompat.widget.AppCompatImageButton: void setSupportImageTintMode(android.graphics.PorterDuff$Mode) com.google.android.material.R$id: int text2 -cyanogenmod.externalviews.KeyguardExternalView$2 -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void onNext(java.lang.Object) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_borderlessButtonStyle -androidx.hilt.R$id: int accessibility_custom_action_0 -androidx.appcompat.widget.AppCompatRadioButton: void setBackgroundResource(int) -com.google.android.material.imageview.ShapeableImageView: void setStrokeWidthResource(int) -androidx.appcompat.R$id: int topPanel -androidx.lifecycle.SavedStateViewModelFactory: void onRequery(androidx.lifecycle.ViewModel) -com.xw.repo.bubbleseekbar.R$dimen: int highlight_alpha_material_colored -okhttp3.logging.HttpLoggingInterceptor: okhttp3.logging.HttpLoggingInterceptor setLevel(okhttp3.logging.HttpLoggingInterceptor$Level) -com.google.android.material.R$id: int bidirectional -androidx.activity.R$styleable: int FontFamilyFont_font -wangdaye.com.geometricweather.db.entities.AlertEntityDao -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: void setDrawable(boolean) -wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_icon_disabled -wangdaye.com.geometricweather.R$string: int key_background_free -wangdaye.com.geometricweather.R$id: int item_icon_provider_container -okio.Buffer: int REPLACEMENT_CHARACTER -okhttp3.internal.cache.DiskLruCache$2: boolean $assertionsDisabled -com.google.android.material.R$styleable: int Toolbar_navigationIcon -okhttp3.internal.ws.RealWebSocket: boolean close(int,java.lang.String,long) -wangdaye.com.geometricweather.R$id: int notification_base_aqiAndWind -org.greenrobot.greendao.DaoException: DaoException(java.lang.Throwable) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX temperature -androidx.preference.R$styleable: int DrawerArrowToggle_arrowShaftLength -com.google.android.material.transformation.TransformationChildCard: TransformationChildCard(android.content.Context,android.util.AttributeSet) -com.amap.api.location.UmidtokenInfo -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Dialog_MinWidth -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation precipitation -com.xw.repo.bubbleseekbar.R$attr: int bsb_seek_by_section -androidx.appcompat.resources.R$dimen: int notification_top_pad_large_text -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_20 -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_switchStyle -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_8 -okhttp3.OkHttpClient$Builder: int writeTimeout -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large -com.bumptech.glide.R$attr: int layout_anchor -com.google.android.material.textfield.TextInputLayout: TextInputLayout(android.content.Context,android.util.AttributeSet) -androidx.preference.R$drawable: int btn_checkbox_unchecked_mtrl -androidx.preference.R$attr: int fontVariationSettings -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_goneMarginRight -androidx.appcompat.R$id: int spacer -androidx.appcompat.app.WindowDecorActionBar: void removeOnMenuVisibilityListener(androidx.appcompat.app.ActionBar$OnMenuVisibilityListener) -james.adaptiveicon.R$drawable: int abc_ic_voice_search_api_material -okhttp3.internal.tls.CertificateChainCleaner -com.turingtechnologies.materialscrollbar.R$id: int notification_main_column_container -androidx.viewpager2.R$id: int blocking -com.xw.repo.bubbleseekbar.R$attr: int isLightTheme -com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: int hashCode() -wangdaye.com.geometricweather.R$drawable: int abc_ic_voice_search_api_material -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.WeatherEntity) -androidx.work.impl.utils.futures.DirectExecutor: androidx.work.impl.utils.futures.DirectExecutor[] values() -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_enter -com.turingtechnologies.materialscrollbar.R$dimen: R$dimen() -com.google.android.material.R$attr: int actionModePasteDrawable -wangdaye.com.geometricweather.R$id: int widget_week_icon -com.turingtechnologies.materialscrollbar.R$attr: int listPreferredItemHeightSmall -cyanogenmod.weather.WeatherInfo$DayForecast: WeatherInfo$DayForecast(cyanogenmod.weather.WeatherInfo$1) -androidx.hilt.R$id: int accessibility_custom_action_15 -wangdaye.com.geometricweather.R$id: int month_grid -androidx.hilt.R$styleable: int FontFamily_fontProviderFetchTimeout -com.jaredrummler.android.colorpicker.NestedGridView: NestedGridView(android.content.Context,android.util.AttributeSet,int) -io.reactivex.internal.schedulers.AbstractDirectTask: boolean isDisposed() -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String getDistrict() -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Dialog_FixedSize -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String FORECAST_CONDITION_CODE -wangdaye.com.geometricweather.R$attr: int crossfade -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_optimizationLevel -com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState valueOf(java.lang.String) -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_elevation -androidx.recyclerview.R$integer: int status_bar_notification_info_maxnum -okio.HashingSource: long read(okio.Buffer,long) -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintWidth_default -james.adaptiveicon.R$style: int Theme_AppCompat_DayNight_DarkActionBar -okhttp3.internal.connection.ConnectionSpecSelector: boolean connectionFailed(java.io.IOException) -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit F -wangdaye.com.geometricweather.R$string: int settings_notification_can_be_cleared_off -com.turingtechnologies.materialscrollbar.R$styleable: int ColorStateListItem_android_alpha -james.adaptiveicon.R$color: int abc_search_url_text -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX() -cyanogenmod.app.suggest.IAppSuggestManager: boolean handles(android.content.Intent) -android.didikee.donate.R$attr: int actionModeFindDrawable -androidx.fragment.app.Fragment$InstantiationException: Fragment$InstantiationException(java.lang.String,java.lang.Exception) -androidx.hilt.work.R$drawable -androidx.preference.R$dimen: int abc_action_bar_content_inset_with_nav -com.google.android.material.R$attr: int collapseIcon -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float getIce() -com.google.android.material.circularreveal.CircularRevealFrameLayout: void setCircularRevealOverlayDrawable(android.graphics.drawable.Drawable) -okhttp3.internal.http.HttpHeaders: int skipAll(okio.Buffer,byte) -james.adaptiveicon.R$style: int Base_DialogWindowTitle_AppCompat -androidx.cardview.widget.CardView: CardView(android.content.Context,android.util.AttributeSet,int) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$1$1: android.os.Bundle val$options -com.github.rahatarmanahmed.cpv.CircularProgressView: void onDraw(android.graphics.Canvas) -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: boolean isValid() -wangdaye.com.geometricweather.R$drawable: int notif_temp_17 -com.turingtechnologies.materialscrollbar.R$color: int material_grey_900 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Metric: int UnitType -com.turingtechnologies.materialscrollbar.R$dimen: int abc_seekbar_track_background_height_material -com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol -okhttp3.internal.cache.DiskLruCache: void trimToSize() -androidx.hilt.lifecycle.R$id: int tag_accessibility_clickable_spans -wangdaye.com.geometricweather.R$id: int text_input_start_icon -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_27 -com.tencent.bugly.proguard.v: int a -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Snackbar -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth -wangdaye.com.geometricweather.R$attr: int cpv_maxProgress -androidx.recyclerview.R$id: int accessibility_custom_action_3 -wangdaye.com.geometricweather.R$attr: int textAppearanceHeadline2 -com.google.android.material.R$styleable: int[] ClockHandView -androidx.constraintlayout.widget.R$attr: int flow_lastHorizontalStyle -com.bumptech.glide.integration.okhttp3.OkHttpGlideModule -cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_TEMPERATURE_MODE -android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: ObservableGroupJoin$LeftRightEndObserver(io.reactivex.internal.operators.observable.ObservableGroupJoin$JoinSupport,boolean,int) -wangdaye.com.geometricweather.R$id: int container_main_sun_moon_phaseText -com.turingtechnologies.materialscrollbar.R$dimen: int item_touch_helper_swipe_escape_max_velocity -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_124 -com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_checkedChip -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_goneMarginStart -wangdaye.com.geometricweather.R$style: int Platform_V21_AppCompat_Light -okhttp3.internal.cache.CacheInterceptor$1: okio.BufferedSource val$source -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property SunRiseDate -com.xw.repo.bubbleseekbar.R$styleable: int CompoundButton_buttonTint -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: boolean cancelled -androidx.recyclerview.widget.RecyclerView: void setOnScrollListener(androidx.recyclerview.widget.RecyclerView$OnScrollListener) -com.google.android.material.badge.BadgeDrawable$SavedState: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.db.entities.AlertEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int Fragment_android_name +cyanogenmod.externalviews.KeyguardExternalView$6: KeyguardExternalView$6(cyanogenmod.externalviews.KeyguardExternalView,boolean) +io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function6) +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: io.reactivex.internal.disposables.SequentialDisposable task +com.amap.api.location.CoordinateConverter: float calculateLineDistance(com.amap.api.location.DPoint,com.amap.api.location.DPoint) +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse +cyanogenmod.app.ProfileGroup: android.net.Uri getSoundOverride() +com.google.android.material.R$styleable: int LinearLayoutCompat_showDividers +wangdaye.com.geometricweather.R$id: int widget_day_time +androidx.appcompat.R$id: int action_bar_container +com.google.android.material.R$id: int material_clock_period_toggle +com.google.android.material.R$attr: int layout_constraintEnd_toStartOf +androidx.transition.R$layout: int notification_template_part_chronometer +androidx.lifecycle.extensions.R$id: int text +com.google.android.material.R$styleable: int KeyPosition_percentWidth +androidx.viewpager.R$attr: int fontStyle +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.R$string: int settings_title_precipitation_notification_switch +androidx.constraintlayout.widget.R$attr: int buttonGravity +android.didikee.donate.R$style: int Widget_AppCompat_Button_Small +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Spinner +com.turingtechnologies.materialscrollbar.R$color: int design_fab_shadow_end_color +com.google.android.material.R$style: int Widget_AppCompat_Light_ActionMode_Inverse +androidx.hilt.lifecycle.R$dimen: int compat_notification_large_icon_max_width +androidx.hilt.work.R$styleable: int FontFamily_fontProviderQuery +androidx.swiperefreshlayout.R$styleable: int ColorStateListItem_android_color +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeFindDrawable +com.turingtechnologies.materialscrollbar.R$style +androidx.appcompat.widget.Toolbar: androidx.appcompat.widget.ActionMenuPresenter getOuterActionMenuPresenter() +okhttp3.internal.platform.Platform: okhttp3.internal.platform.Platform PLATFORM +androidx.hilt.R$id: int accessibility_custom_action_21 +wangdaye.com.geometricweather.R$style: int Animation_Design_BottomSheetDialog +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language FOLLOW_SYSTEM +com.tencent.bugly.proguard.y: void a(java.lang.String,java.lang.String,java.lang.String) +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item +io.reactivex.Observable: io.reactivex.Observable merge(java.lang.Iterable) +com.tencent.bugly.crashreport.common.info.b: java.lang.String e +okhttp3.OkHttpClient$1: OkHttpClient$1() +com.google.android.material.R$styleable: int AppBarLayoutStates_state_liftable +wangdaye.com.geometricweather.R$layout: int item_line +com.google.android.gms.location.LocationRequest +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String MobileLink +androidx.hilt.lifecycle.R$color +james.adaptiveicon.R$attr: int actionModeCutDrawable +io.reactivex.internal.disposables.CancellableDisposable +cyanogenmod.weather.IRequestInfoListener +retrofit2.Retrofit$1: retrofit2.Platform platform +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu +wangdaye.com.geometricweather.R$attr: int values +androidx.preference.PreferenceGroup: PreferenceGroup(android.content.Context,android.util.AttributeSet) +androidx.preference.R$attr: int actionViewClass +androidx.appcompat.widget.ActionBarContainer: void setSplitBackground(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.R$drawable: int shortcuts_clear_night +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Button +wangdaye.com.geometricweather.R$attr: int checkedButton +androidx.lifecycle.extensions.R$styleable: int GradientColorItem_android_offset +androidx.hilt.lifecycle.R$id: int blocking +com.google.android.material.R$styleable: int CollapsingToolbarLayout_maxLines +wangdaye.com.geometricweather.R$id: int action_settings +wangdaye.com.geometricweather.R$string: int learn_more +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onAttach_0 +androidx.viewpager.R$dimen: int compat_notification_large_icon_max_height +cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_GET_GLOBAL +com.tencent.bugly.crashreport.common.info.b: java.lang.String a(android.content.Context) +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit MI +james.adaptiveicon.R$styleable: int Toolbar_subtitleTextColor +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_sheet_modal_elevation +com.turingtechnologies.materialscrollbar.R$layout: int abc_action_menu_layout +com.jaredrummler.android.colorpicker.R$styleable: int ColorPanelView_cpv_colorShape +wangdaye.com.geometricweather.R$styleable: int[] DrawerArrowToggle +android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 +cyanogenmod.weatherservice.WeatherProviderService: java.util.Set mWeakRequestsSet +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Region +com.bumptech.glide.integration.okhttp.R$styleable: int[] GradientColorItem +james.adaptiveicon.R$attr: int imageButtonStyle +com.google.android.material.R$dimen: int abc_select_dialog_padding_start_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: int status +com.github.rahatarmanahmed.cpv.CircularProgressView$1: CircularProgressView$1(com.github.rahatarmanahmed.cpv.CircularProgressView) +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float getSnow() +com.google.android.material.R$attr: int itemTextAppearanceActive +wangdaye.com.geometricweather.R$string: int key_widget_clock_day_vertical +io.reactivex.Observable: io.reactivex.Observable timeout(io.reactivex.ObservableSource,io.reactivex.functions.Function) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_firstHorizontalStyle +cyanogenmod.app.ThemeVersion: ThemeVersion() +androidx.appcompat.widget.ContentFrameLayout: android.util.TypedValue getMinWidthMajor() +com.tencent.bugly.proguard.p: int a(com.tencent.bugly.proguard.p,java.lang.String,java.lang.String,java.lang.String[],com.tencent.bugly.proguard.o) +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: CNWeatherResult$Life$Info() +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Display2 +okhttp3.Response: okhttp3.Request request() +com.google.android.material.R$styleable: int AppCompatTextView_textLocale +wangdaye.com.geometricweather.R$dimen: int mtrl_snackbar_margin +james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceListItemSmall +com.jaredrummler.android.colorpicker.R$id: int select_dialog_listview +retrofit2.OkHttpCall$ExceptionCatchingResponseBody$1: retrofit2.OkHttpCall$ExceptionCatchingResponseBody this$0 +wangdaye.com.geometricweather.R$drawable: int notif_temp_12 +androidx.preference.R$styleable: int Preference_icon +com.jaredrummler.android.colorpicker.R$attr: int colorBackgroundFloating +androidx.preference.R$styleable: int AppCompatTheme_windowFixedHeightMinor +wangdaye.com.geometricweather.background.receiver.MainReceiver +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle +com.xw.repo.bubbleseekbar.R$drawable: int abc_seekbar_track_material +james.adaptiveicon.R$style: int Base_V23_Theme_AppCompat +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintCircle +james.adaptiveicon.R$attr: int autoCompleteTextViewStyle +okio.InflaterSource: InflaterSource(okio.Source,java.util.zip.Inflater) +androidx.preference.R$styleable: int AppCompatTheme_colorPrimaryDark +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getCityId() +androidx.vectordrawable.R$drawable: int notification_template_icon_bg +cyanogenmod.app.CustomTile$ExpandedStyle: cyanogenmod.app.CustomTile$ExpandedItem[] getExpandedItems() +androidx.swiperefreshlayout.R$style: int TextAppearance_Compat_Notification_Info +androidx.appcompat.R$id: int expand_activities_button +com.google.android.material.R$attr: int startIconCheckable +cyanogenmod.platform.Manifest$permission: java.lang.String MODIFY_PROFILES +com.google.android.material.internal.FlowLayout: int getItemSpacing() +okhttp3.internal.http2.Http2: java.lang.String[] BINARY +com.jaredrummler.android.colorpicker.R$styleable: int[] ColorPanelView +androidx.preference.R$attr: int color +androidx.appcompat.resources.R$id: int action_text +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: int isRainOrSnow +com.google.android.material.R$styleable: int MaterialCalendar_daySelectedStyle +com.google.android.material.R$id: int confirm_button +android.didikee.donate.R$styleable: int ViewBackgroundHelper_backgroundTintMode +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_lastVerticalStyle +androidx.constraintlayout.widget.R$attr: int navigationIcon +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_content_inset_material +androidx.activity.R$style: int TextAppearance_Compat_Notification_Info +com.google.android.material.R$styleable: int ConstraintSet_flow_wrapMode +com.google.android.material.R$attr: int flow_lastVerticalStyle +com.google.android.material.R$style: int TextAppearance_Design_Counter +androidx.constraintlayout.widget.R$attr: int showDividers +okhttp3.internal.http2.Http2Stream$StreamTimeout: void exitAndThrowIfTimedOut() +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_title +com.xw.repo.bubbleseekbar.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset +james.adaptiveicon.R$drawable: int abc_textfield_activated_mtrl_alpha +com.tencent.bugly.proguard.a: void a(java.util.ArrayList,java.lang.Object) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: java.lang.String value +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_rtl +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color Color +com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_selector_background_transition_holo_light +androidx.constraintlayout.widget.R$styleable: int OnSwipe_dragScale +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$6: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 +wangdaye.com.geometricweather.R$id: int dialog_weather_hourly_icon +cyanogenmod.themes.IThemeProcessingListener$Stub$Proxy: android.os.IBinder mRemote +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle +androidx.fragment.app.Fragment$SavedState: android.os.Parcelable$Creator CREATOR +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Spinner_Underlined +androidx.constraintlayout.widget.R$dimen: int abc_text_size_medium_material +com.amap.api.location.AMapLocation: void setLongitude(double) +com.google.android.material.R$drawable: int abc_ic_star_half_black_48dp +wangdaye.com.geometricweather.R$anim: int abc_grow_fade_in_from_bottom +androidx.constraintlayout.widget.R$drawable: int abc_text_select_handle_middle_mtrl_light +com.google.android.material.R$styleable: int CustomAttribute_customDimension +io.reactivex.Observable: io.reactivex.Observable throttleFirst(long,java.util.concurrent.TimeUnit) +com.google.android.material.R$styleable: int ConstraintSet_android_pivotY +androidx.constraintlayout.widget.R$style: int TextAppearance_Compat_Notification_Line2 +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AppBarLayout_Surface +com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_selector_holo_light +okhttp3.WebSocketListener: void onClosing(okhttp3.WebSocket,int,java.lang.String) +androidx.preference.R$attr: int overlapAnchor +androidx.fragment.R$integer: R$integer() +com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_drawableSize +androidx.loader.R$id: int action_image +cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: void removeCustomTileFromListener(cyanogenmod.app.ICustomTileListener,java.lang.String,java.lang.String,int) +androidx.fragment.app.Fragment: void setOnStartEnterTransitionListener(androidx.fragment.app.Fragment$OnStartEnterTransitionListener) +org.greenrobot.greendao.AbstractDaoSession: void update(java.lang.Object) +androidx.constraintlayout.widget.R$layout: int notification_template_custom_big +com.google.android.material.circularreveal.CircularRevealLinearLayout: void setCircularRevealScrimColor(int) +com.bumptech.glide.Priority: com.bumptech.glide.Priority HIGH +io.reactivex.Observable: io.reactivex.Observable timeout0(io.reactivex.ObservableSource,io.reactivex.functions.Function,io.reactivex.ObservableSource) +cyanogenmod.themes.IThemeService$Stub$Proxy: void removeUpdates(cyanogenmod.themes.IThemeChangeListener) +io.reactivex.internal.subscribers.DeferredScalarSubscriber: long serialVersionUID +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_scaleX +com.github.rahatarmanahmed.cpv.R$bool: int cpv_default_is_indeterminate +com.turingtechnologies.materialscrollbar.R$attr: int actionBarItemBackground +james.adaptiveicon.R$style: int Widget_AppCompat_PopupWindow +wangdaye.com.geometricweather.R$id: int center_horizontal +retrofit2.Retrofit$1: Retrofit$1(retrofit2.Retrofit,java.lang.Class) +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_12 +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabInlineLabel +org.greenrobot.greendao.AbstractDao: void attachEntity(java.lang.Object,java.lang.Object,boolean) +com.google.android.material.R$string: int abc_menu_meta_shortcut_label +wangdaye.com.geometricweather.R$attr: int editTextPreferenceStyle +wangdaye.com.geometricweather.R$attr: int cpv_borderColor +cyanogenmod.app.IProfileManager$Stub$Proxy: android.app.NotificationGroup[] getNotificationGroups() +wangdaye.com.geometricweather.R$xml: R$xml() +com.google.android.material.R$id: int wrap +androidx.dynamicanimation.R$drawable: int notification_tile_bg +androidx.appcompat.R$attr: int overlapAnchor +wangdaye.com.geometricweather.R$drawable: int abc_ic_clear_material +android.didikee.donate.R$dimen: int notification_top_pad +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView: AbsChartItemView(android.content.Context,android.util.AttributeSet) +com.jaredrummler.android.colorpicker.R$styleable: int MultiSelectListPreference_android_entryValues +com.tencent.bugly.crashreport.crash.anr.TraceFileHelper: com.tencent.bugly.crashreport.crash.anr.TraceFileHelper$a readFirstDumpInfo(java.lang.String,boolean) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Snow: int UnitType +io.reactivex.internal.schedulers.ScheduledRunnable: java.lang.Object PARENT_DISPOSED +androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPrePaused(android.app.Activity) +com.jaredrummler.android.colorpicker.R$attr: int trackTint +wangdaye.com.geometricweather.R$styleable: int[] ForegroundLinearLayout +androidx.preference.R$layout: int abc_action_menu_layout +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_title_3 +wangdaye.com.geometricweather.R$array: int notification_text_color_values +james.adaptiveicon.R$attr: int collapseContentDescription +androidx.preference.R$styleable: int ViewBackgroundHelper_backgroundTintMode +okio.Segment: byte[] data +org.greenrobot.greendao.AbstractDao: long insertOrReplace(java.lang.Object) +com.google.android.material.R$color: int abc_search_url_text_selected +wangdaye.com.geometricweather.R$id: int dialog_location_help_permissionTitle +com.amap.api.location.AMapLocation: int p +androidx.appcompat.R$id: int accessibility_custom_action_2 +okhttp3.internal.ws.RealWebSocket$Message: RealWebSocket$Message(int,okio.ByteString) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_AutoCompleteTextView +android.didikee.donate.R$styleable: int[] CompoundButton +com.google.android.material.R$dimen: int mtrl_calendar_navigation_top_padding +androidx.viewpager2.widget.ViewPager2: int getScrollState() +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: boolean offer(java.lang.Object) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour PastHour +wangdaye.com.geometricweather.location.services.LocationService: android.app.NotificationChannel getLocationNotificationChannel(android.content.Context) +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setRealFeelTemperature(java.lang.Integer) +james.adaptiveicon.R$drawable: int abc_list_pressed_holo_dark +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemHeight +androidx.legacy.coreutils.R$styleable +com.jaredrummler.android.colorpicker.R$styleable: int View_paddingStart +android.didikee.donate.R$attr: int switchMinWidth +wangdaye.com.geometricweather.common.basic.models.weather.Weather +wangdaye.com.geometricweather.R$styleable: int FragmentContainerView_android_tag +com.google.android.material.R$color: int design_default_color_secondary_variant +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle +io.reactivex.exceptions.CompositeException: java.util.List exceptions +james.adaptiveicon.R$layout: int abc_list_menu_item_layout +com.google.android.material.R$attr: int motionInterpolator +com.xw.repo.bubbleseekbar.R$drawable: int abc_scrubber_control_off_mtrl_alpha +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 +com.google.android.gms.common.SignInButton: void setColorScheme(int) +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: long serialVersionUID +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setSuggest(java.lang.String) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: java.lang.String url +com.google.android.material.internal.ScrimInsetsFrameLayout: void setDrawBottomInsetForeground(boolean) +com.turingtechnologies.materialscrollbar.R$drawable: int abc_textfield_default_mtrl_alpha +wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: java.lang.String getPollenText(android.content.Context,java.lang.Integer) +androidx.constraintlayout.widget.R$attr: int attributeName +androidx.recyclerview.widget.RecyclerView: void setItemViewCacheSize(int) +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight +wangdaye.com.geometricweather.R$style: int Widget_Design_TextInputLayout +okio.Buffer: okio.Buffer write(byte[],int,int) +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_fontVariationSettings +com.jaredrummler.android.colorpicker.R$id: int action_bar_activity_content +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_viewInflaterClass +cyanogenmod.app.CustomTile$ExpandedStyle$1 +android.didikee.donate.R$styleable: int Toolbar_contentInsetEnd +cyanogenmod.providers.CMSettings$Secure$1: java.lang.String mDelimiter +wangdaye.com.geometricweather.R$color: int notification_background_rootLight +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_star_black_36dp +wangdaye.com.geometricweather.R$string: int common_google_play_services_install_text +cyanogenmod.weather.RequestInfo: java.lang.String access$802(cyanogenmod.weather.RequestInfo,java.lang.String) +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int TORNADO +androidx.constraintlayout.widget.R$id: int src_atop +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_ActionBar_Primary +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: java.lang.String getSpeed() +androidx.constraintlayout.widget.Guideline: void setGuidelineBegin(int) +androidx.cardview.R$dimen: int cardview_default_elevation +androidx.swiperefreshlayout.R$color +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Headline3 +androidx.appcompat.R$styleable: int SwitchCompat_thumbTint +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary: AccuDailyResult$DailyForecasts$DegreeDaySummary() +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property City +androidx.work.R$style: int TextAppearance_Compat_Notification_Line2 +okio.ByteString: int indexOf(okio.ByteString) +wangdaye.com.geometricweather.R$attr: int tabIndicatorGravity +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_marginRight +wangdaye.com.geometricweather.R$color: int lightPrimary_2 +okhttp3.CacheControl: java.lang.String headerValue() +com.google.android.material.R$styleable: int ConstraintSet_android_orientation +com.xw.repo.bubbleseekbar.R$styleable: int ViewStubCompat_android_id +com.google.android.material.R$attr: int srcCompat +com.google.android.material.floatingactionbutton.FloatingActionButton: void setCompatElevation(float) +androidx.preference.R$drawable: int notification_bg_low_normal +james.adaptiveicon.R$dimen: int abc_control_inset_material +androidx.constraintlayout.widget.R$attr: int fontProviderQuery +com.turingtechnologies.materialscrollbar.R$drawable: int abc_scrubber_primary_mtrl_alpha +androidx.fragment.R$dimen: int compat_button_inset_vertical_material +androidx.preference.R$anim: int abc_popup_exit +cyanogenmod.providers.CMSettings$System: CMSettings$System() +com.google.android.material.R$styleable: int PopupWindow_overlapAnchor +wangdaye.com.geometricweather.R$drawable: int abc_textfield_search_default_mtrl_alpha +androidx.loader.R$attr: int ttcIndex +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean getNames() +androidx.viewpager.widget.ViewPager$SavedState +james.adaptiveicon.R$attr: int contentInsetRight +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setSunRiseSet(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean) +james.adaptiveicon.R$color: int background_floating_material_light +wangdaye.com.geometricweather.R$string: int settings_summary_unit +com.amap.api.fence.GeoFenceClient: com.amap.api.fence.GeoFenceManagerBase b +okhttp3.Cache: okhttp3.internal.cache.CacheRequest put(okhttp3.Response) +okio.ByteString: okio.ByteString of(byte[]) +wangdaye.com.geometricweather.R$style: int PreferenceThemeOverlay_v14 +androidx.hilt.work.R$dimen: int notification_right_side_padding_top +androidx.appcompat.R$styleable: int ActionMode_titleTextStyle +wangdaye.com.geometricweather.R$attr: int bottom_text +com.google.android.material.snackbar.Snackbar$SnackbarLayout: void setBackgroundTintMode(android.graphics.PorterDuff$Mode) +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.lang.String weatherText +androidx.core.widget.NestedScrollView$SavedState +androidx.appcompat.R$attr: int navigationIcon +com.tencent.bugly.proguard.z: boolean b +okio.BufferedSource +com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String K +com.bumptech.glide.R$id: int right_side +com.tencent.bugly.proguard.u: byte[] a(byte[]) +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_NoActionBar +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation: wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation[] values() +retrofit2.Call: okhttp3.Request request() +cyanogenmod.app.CustomTile$ExpandedStyle: android.os.Parcelable$Creator CREATOR +com.google.android.material.R$styleable: int Layout_constraint_referenced_ids +com.bumptech.glide.R$id: int right +androidx.appcompat.R$id: int action_bar +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$PhenomenonMaxColor: int phenomenonId +com.google.android.material.bottomnavigation.BottomNavigationView: android.view.MenuInflater getMenuInflater() +com.xw.repo.bubbleseekbar.R$string: int abc_menu_space_shortcut_label +okio.Buffer: byte[] readByteArray() +androidx.work.R$style: int Widget_Compat_NotificationActionContainer +io.reactivex.internal.observers.BlockingObserver: void onError(java.lang.Throwable) +okhttp3.internal.http2.Http2Stream$FramingSink: boolean closed +androidx.preference.R$styleable: int[] ActionMenuItemView +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_CompactMenu +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Dialog_MinWidth +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_divider +wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: void setPrefixString(java.lang.String) +androidx.hilt.lifecycle.R$string: R$string() +wangdaye.com.geometricweather.R$styleable: int Slider_trackColorActive +io.reactivex.internal.observers.BasicIntQueueDisposable: BasicIntQueueDisposable() +androidx.constraintlayout.widget.R$attr: int logoDescription +wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig weatherEntityDaoConfig +com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_singleLine +okhttp3.internal.http.RetryAndFollowUpInterceptor: okhttp3.OkHttpClient client +com.baidu.location.indoor.mapversion.c.a$d: short[][] g +android.didikee.donate.R$styleable: int AppCompatTheme_panelMenuListWidth +com.google.android.material.R$style: int Widget_AppCompat_CompoundButton_Switch +androidx.legacy.coreutils.R$styleable: R$styleable() +android.didikee.donate.R$dimen: int abc_dialog_min_width_minor +com.google.android.material.R$dimen: int design_snackbar_action_inline_max_width +com.xw.repo.bubbleseekbar.R$dimen: int abc_control_padding_material +com.baidu.location.BDLocation +com.turingtechnologies.materialscrollbar.R$layout: int abc_expanded_menu_layout +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_min +cyanogenmod.weather.WeatherLocation: java.lang.String access$502(cyanogenmod.weather.WeatherLocation,java.lang.String) +androidx.appcompat.widget.AppCompatEditText: void setTextClassifier(android.view.textclassifier.TextClassifier) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_108 +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat +androidx.hilt.work.R$anim: int fragment_close_enter +com.google.gson.stream.JsonReader: int NUMBER_CHAR_FRACTION_DIGIT +androidx.constraintlayout.widget.R$styleable: int SearchView_android_inputType +com.tencent.bugly.proguard.j: java.nio.ByteBuffer a +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addEncodedPathSegments(java.lang.String) +cyanogenmod.app.ProfileGroup: ProfileGroup(java.lang.String,java.util.UUID,boolean) +android.didikee.donate.R$style: int Widget_AppCompat_PopupMenu_Overflow +androidx.activity.R$id: int accessibility_action_clickable_span +com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginBottom +com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawable_android_dither +wangdaye.com.geometricweather.R$styleable: int Chip_android_text +com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String p +cyanogenmod.providers.CMSettings$Secure: cyanogenmod.providers.CMSettings$Validator PROTECTED_COMPONENTS_MANAGER_VALIDATOR +androidx.preference.R$drawable: int abc_list_selector_holo_light +okhttp3.Cache$2: java.lang.String nextUrl +com.bumptech.glide.integration.okhttp.R$attr: int layout_anchor +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Metric: int UnitType +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_android_maxWidth +com.google.android.material.R$attr: int actionBarStyle +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onActionModeFinished(android.view.ActionMode) com.xw.repo.bubbleseekbar.R$styleable: int SearchView_goIcon -com.bumptech.glide.load.resource.bitmap.DefaultImageHeaderParser$Reader$EndOfFileException: DefaultImageHeaderParser$Reader$EndOfFileException() -com.google.android.material.R$styleable: int Layout_layout_constraintRight_toLeftOf -wangdaye.com.geometricweather.db.entities.WeatherEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode -wangdaye.com.geometricweather.R$id: int activity_weather_daily_pager -androidx.recyclerview.R$styleable: int[] RecyclerView -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle -androidx.viewpager.R$id -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_SHOW_WEATHER_VALIDATOR -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void onError(java.lang.Throwable) -com.google.android.material.R$dimen: int mtrl_calendar_selection_text_baseline_to_bottom -androidx.vectordrawable.animated.R$color: int secondary_text_default_material_light -com.google.android.material.R$style: int Base_V21_Theme_AppCompat -wangdaye.com.geometricweather.R$attr: int background_color -wangdaye.com.geometricweather.R$attr: int itemHorizontalTranslationEnabled -com.google.android.material.R$attr: int indicatorColors -androidx.constraintlayout.widget.R$dimen: int hint_pressed_alpha_material_light -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamily_fontProviderQuery -wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: int getChartTop() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setWindSpeedEnd(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_expandedOffset -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getPm10Desc() -wangdaye.com.geometricweather.R$id: int notification_multi_city_icon_3 -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay[] values() -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: DailyTrendItemView(android.content.Context) -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Integer relativeHumidityMin -com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleColor(int) -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setOnChildScrollUpCallback(androidx.swiperefreshlayout.widget.SwipeRefreshLayout$OnChildScrollUpCallback) -androidx.preference.R$attr: int layout_insetEdge -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: io.reactivex.disposables.Disposable upstream -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: long firstEmission -com.google.android.material.slider.Slider: android.content.res.ColorStateList getTrackActiveTintList() -wangdaye.com.geometricweather.R$dimen: int abc_text_size_menu_material -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: void onComplete() -james.adaptiveicon.R$styleable: int[] LinearLayoutCompat_Layout -wangdaye.com.geometricweather.R$drawable: int widget_clock_day_horizontal -okhttp3.CertificatePinner: okio.ByteString sha256(java.security.cert.X509Certificate) -com.google.android.material.bottomnavigation.BottomNavigationMenuView: android.graphics.drawable.Drawable getItemBackground() -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_contentInsetEnd -wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_android_insetRight -retrofit2.KotlinExtensions$awaitResponse$$inlined$suspendCancellableCoroutine$lambda$1: java.lang.Object invoke(java.lang.Object) -io.reactivex.internal.util.ErrorMode: io.reactivex.internal.util.ErrorMode valueOf(java.lang.String) -androidx.transition.R$color: int notification_icon_bg_color -androidx.appcompat.R$style: int Widget_AppCompat_CompoundButton_CheckBox -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomNavigationView -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: long serialVersionUID -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_127 -com.bumptech.glide.R$layout: int notification_template_part_time +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void dispose() +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation: wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation TOP +wangdaye.com.geometricweather.R$attr: int imageAspectRatio +androidx.preference.R$styleable: int AppCompatTextView_autoSizeMinTextSize +com.tencent.bugly.crashreport.common.info.AppInfo: java.util.List a(java.util.Map) +androidx.swiperefreshlayout.R$layout: int notification_action_tombstone +androidx.preference.R$id: int action_container +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: io.reactivex.Observer observer +com.xw.repo.bubbleseekbar.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView +com.bumptech.glide.load.engine.GlideException: java.lang.Throwable fillInStackTrace() +wangdaye.com.geometricweather.R$id: int item_trend_daily +cyanogenmod.externalviews.KeyguardExternalView: KeyguardExternalView(android.content.Context,android.util.AttributeSet,android.content.ComponentName) +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_z +com.google.android.material.R$style: int Widget_AppCompat_Spinner +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilitySnow +androidx.preference.R$styleable: int MenuItem_android_alphabeticShortcut +retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter: java.lang.Object adapt(retrofit2.Call) +wangdaye.com.geometricweather.R$styleable: int MenuView_android_windowAnimationStyle +androidx.constraintlayout.widget.R$drawable: int abc_ab_share_pack_mtrl_alpha +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$LocalSource LocalSource +com.tencent.bugly.proguard.h: com.tencent.bugly.proguard.h a(java.lang.Object[],java.lang.String) +androidx.hilt.lifecycle.R$styleable: int[] FontFamilyFont +com.google.android.material.R$id: int accessibility_custom_action_5 +wangdaye.com.geometricweather.R$style: int Animation_AppCompat_Tooltip +okio.Okio$1: void write(okio.Buffer,long) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_OutlinedButton +cyanogenmod.app.StatusBarPanelCustomTile$1: StatusBarPanelCustomTile$1() +androidx.lifecycle.ProcessLifecycleOwnerInitializer: ProcessLifecycleOwnerInitializer() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeWindSpeed +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_aa_normal +wangdaye.com.geometricweather.R$drawable: R$drawable() +wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_marginLeft +cyanogenmod.providers.CMSettings$System: java.lang.String DOUBLE_TAP_SLEEP_GESTURE +com.google.android.material.bottomappbar.BottomAppBar$SavedState +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat +okhttp3.internal.tls.BasicTrustRootIndex: java.util.Map subjectToCaCerts +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_transitionPathRotate +cyanogenmod.providers.CMSettings$Secure: java.lang.String DEFAULT_THEME_PACKAGE +androidx.core.R$id: int accessibility_custom_action_28 +wangdaye.com.geometricweather.R$style: int Base_Animation_AppCompat_Tooltip +com.jaredrummler.android.colorpicker.R$color: int material_grey_900 +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: io.reactivex.FlowableEmitter serialize() +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light_Dialog_Alert +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_android_switchTextOff +android.didikee.donate.R$dimen: int abc_action_button_min_height_material +com.jaredrummler.android.colorpicker.R$attr: int overlapAnchor +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setLockWallpaper(java.lang.String) +wangdaye.com.geometricweather.R$array: int speed_unit_values +com.amap.api.location.AMapLocation: void setGpsAccuracyStatus(int) +okhttp3.HttpUrl: java.lang.String encodedUsername() +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_textColorLink +com.xw.repo.bubbleseekbar.R$color: int abc_tint_default +androidx.work.R$styleable: int GradientColor_android_endX +com.google.android.material.chip.Chip: void setCloseIconTintResource(int) +com.turingtechnologies.materialscrollbar.R$attr: int colorBackgroundFloating +wangdaye.com.geometricweather.settings.fragments.SettingsFragment: SettingsFragment() +androidx.hilt.lifecycle.R$dimen: int notification_action_icon_size +com.amap.api.fence.GeoFenceClient: void addGeoFence(com.amap.api.location.DPoint,float,java.lang.String) +com.google.android.material.R$attr: int layout_constraintRight_creator +androidx.transition.R$styleable: int[] FontFamily +androidx.appcompat.R$styleable: int AppCompatTheme_colorButtonNormal +cyanogenmod.app.CMTelephonyManager: void setDefaultSmsSub(int) +james.adaptiveicon.R$attr: int showAsAction +androidx.preference.R$color: int abc_tint_btn_checkable +cyanogenmod.providers.CMSettings$Secure: cyanogenmod.providers.CMSettings$Validator PROTECTED_COMPONENTS_VALIDATOR +com.google.android.material.R$layout: int mtrl_calendar_month_navigation +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintCircleRadius +james.adaptiveicon.R$attr: int splitTrack +wangdaye.com.geometricweather.R$dimen: int large_margin +com.tencent.bugly.proguard.u: void a(java.lang.Runnable,long) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: java.lang.String getUnit() +wangdaye.com.geometricweather.R$layout: int preference_dialog_edittext +retrofit2.OkHttpCall$ExceptionCatchingResponseBody: long contentLength() +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator HOME_WAKE_SCREEN_VALIDATOR +com.jaredrummler.android.colorpicker.R$dimen: int notification_small_icon_background_padding +com.google.android.material.R$attr: int chipBackgroundColor +okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.ErrorCode errorCode +com.turingtechnologies.materialscrollbar.R$id: int chronometer +wangdaye.com.geometricweather.R$drawable: int notif_temp_31 +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse +androidx.recyclerview.R$id: int text2 +wangdaye.com.geometricweather.R$attr: int tickColorInactive +okhttp3.internal.http.RealInterceptorChain: okhttp3.Interceptor$Chain withReadTimeout(int,java.util.concurrent.TimeUnit) +androidx.vectordrawable.animated.R$drawable: R$drawable() +com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String U +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: long timeout +com.jaredrummler.android.colorpicker.R$attr: int textColorAlertDialogListItem +com.github.rahatarmanahmed.cpv.BuildConfig: java.lang.String FLAVOR +com.amap.api.location.AMapLocationClientOption: boolean isDownloadCoordinateConvertLibrary() +wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: java.lang.String getPollenVoice(android.content.Context,java.lang.Integer) +androidx.recyclerview.R$styleable: R$styleable() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Metric: AccuCurrentResult$PrecipitationSummary$PastHour$Metric() +okhttp3.internal.Internal: okhttp3.internal.connection.RealConnection get(okhttp3.ConnectionPool,okhttp3.Address,okhttp3.internal.connection.StreamAllocation,okhttp3.Route) +com.amap.api.location.UmidtokenInfo: android.os.Handler a +james.adaptiveicon.R$attr: int contentDescription +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Region: java.lang.String ID +james.adaptiveicon.R$styleable: int AppCompatTheme_editTextColor +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_tooltipFrameBackground +android.didikee.donate.R$dimen: int notification_right_icon_size +com.google.android.material.R$attr: int contentPadding +com.amap.api.location.AMapLocationClientOption: boolean isNeedAddress() +com.turingtechnologies.materialscrollbar.R$styleable: int[] AppCompatSeekBar +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.internal.util.ErrorMode errorMode +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int TROPICAL_STORM +androidx.appcompat.widget.SearchView: int getInputType() +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: ObservableConcatMap$ConcatMapDelayErrorObserver(io.reactivex.Observer,io.reactivex.functions.Function,int,boolean) +okio.HashingSink: java.security.MessageDigest messageDigest +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: AtmoAuraQAResult$Advice() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorControlActivated +com.amap.api.location.AMapLocationClientOption: boolean e +cyanogenmod.themes.ThemeManager: boolean processThemeResources(java.lang.String) +io.reactivex.internal.subscriptions.SubscriptionHelper: boolean validate(org.reactivestreams.Subscription,org.reactivestreams.Subscription) +com.google.android.material.textfield.TextInputLayout: int getBoxStrokeWidth() +com.xw.repo.bubbleseekbar.R$attr: int colorControlNormal +com.google.android.gms.base.R$color: int common_google_signin_btn_text_light_pressed +androidx.constraintlayout.widget.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar +com.google.android.material.datepicker.DateValidatorPointForward: android.os.Parcelable$Creator CREATOR +com.amap.api.fence.PoiItem: java.lang.String getProvince() +androidx.dynamicanimation.R$style: int Widget_Compat_NotificationActionText +androidx.appcompat.R$attr: int textAppearancePopupMenuHeader +wangdaye.com.geometricweather.R$attr: int triggerReceiver +androidx.appcompat.R$styleable: int ActionMode_background +androidx.constraintlayout.widget.R$styleable: int Motion_pathMotionArc +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: android.content.Context a(com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler) +androidx.constraintlayout.motion.widget.MotionLayout: MotionLayout(android.content.Context) +com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleMarginStart(int) +com.turingtechnologies.materialscrollbar.TouchScrollBar: TouchScrollBar(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large +android.didikee.donate.R$id: int action_bar_title +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: int status +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Light_ActionBar_Solid +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void innerComplete(io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable +com.google.android.material.R$style: int TextAppearance_AppCompat +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeRainPrecipitationProbability +com.google.android.material.R$styleable: int KeyPosition_motionTarget +android.didikee.donate.R$drawable: int abc_tab_indicator_mtrl_alpha +com.google.gson.stream.JsonReader: java.lang.String nextUnquotedValue() +cyanogenmod.app.IPartnerInterface: void reboot() +com.google.android.material.R$styleable: int AppCompatTheme_searchViewStyle +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: boolean isDisposed() +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: java.lang.String ID +androidx.preference.R$style: int Widget_AppCompat_SearchView +okhttp3.internal.http2.Http2Connection$Listener: okhttp3.internal.http2.Http2Connection$Listener REFUSE_INCOMING_STREAMS +com.amap.api.fence.GeoFence: void setType(int) +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_PopupMenu +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_draggable +androidx.hilt.work.R$id: int accessibility_custom_action_15 +james.adaptiveicon.R$id: int search_edit_frame +james.adaptiveicon.R$attr: int dialogTheme +wangdaye.com.geometricweather.R$string: int settings_title_live_wallpaper +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_track +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_SCREEN_ON +io.reactivex.Observable: io.reactivex.Single firstOrError() +androidx.preference.R$styleable: int[] ColorStateListItem +wangdaye.com.geometricweather.R$id: int circle_center +wangdaye.com.geometricweather.R$styleable: int Chip_textStartPadding +wangdaye.com.geometricweather.R$styleable: int StateListDrawable_android_constantSize +androidx.loader.R$dimen: int notification_content_margin_start +androidx.constraintlayout.widget.R$dimen: int hint_alpha_material_dark +wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_color +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Headline5 +cyanogenmod.hardware.ThermalListenerCallback$State +androidx.customview.R$drawable: R$drawable() +cyanogenmod.providers.DataUsageContract: java.lang.String LABEL +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainNoLast: ObservableSampleWithObservable$SampleMainNoLast(io.reactivex.Observer,io.reactivex.ObservableSource) +okhttp3.internal.ws.RealWebSocket: long CANCEL_AFTER_CLOSE_MILLIS +cyanogenmod.app.Profile: void setRingMode(cyanogenmod.profiles.RingModeSettings) +io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable +androidx.appcompat.R$styleable: int DrawerArrowToggle_thickness +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void collapseNotificationPanel() +com.xw.repo.bubbleseekbar.R$dimen: int abc_list_item_padding_horizontal_material +com.tencent.bugly.proguard.a: java.lang.String b +androidx.appcompat.R$styleable: int AppCompatTheme_windowMinWidthMinor +com.google.android.material.R$style: int Widget_MaterialComponents_TextView +androidx.appcompat.R$id: int search_go_btn +wangdaye.com.geometricweather.db.entities.DaoMaster$DevOpenHelper: DaoMaster$DevOpenHelper(android.content.Context,java.lang.String) +com.xw.repo.bubbleseekbar.R$styleable: int View_theme +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust WindGust +com.turingtechnologies.materialscrollbar.R$attr: int behavior_hideable +androidx.appcompat.widget.SwitchCompat: void setThumbDrawable(android.graphics.drawable.Drawable) +com.google.android.material.R$attr: int state_collapsible +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: boolean error(java.lang.Throwable) +cyanogenmod.app.Profile: cyanogenmod.profiles.RingModeSettings getRingMode() +com.xw.repo.bubbleseekbar.R$attr: int bsb_second_track_color +wangdaye.com.geometricweather.R$styleable: int[] CoordinatorLayout_Layout +com.amap.api.location.DPoint: double a +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_getCurrentLiveLockScreen +retrofit2.CompletableFutureCallAdapterFactory$CallCancelCompletableFuture: boolean cancel(boolean) +com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String j() +androidx.hilt.lifecycle.R$id: R$id() +com.turingtechnologies.materialscrollbar.R$attr: int height +wangdaye.com.geometricweather.R$styleable: int[] ShapeableImageView +com.google.android.material.R$styleable: int ConstraintSet_flow_horizontalAlign +com.jaredrummler.android.colorpicker.R$dimen: int cpv_item_horizontal_padding +wangdaye.com.geometricweather.R$dimen: int mtrl_alert_dialog_background_inset_bottom +androidx.hilt.work.R$drawable: int notification_template_icon_bg +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_menu_material +wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition: wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition ABOVE_LINE +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipMinHeight +com.amap.api.location.CoordUtil: CoordUtil() +wangdaye.com.geometricweather.R$styleable: int ImageFilterView_brightness +com.google.android.material.R$dimen: int abc_action_bar_content_inset_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX getDirection() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getAqi() +androidx.preference.R$attr: int titleMargin +androidx.appcompat.R$id: int contentPanel +wangdaye.com.geometricweather.R$dimen: int compat_notification_large_icon_max_height +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: java.lang.String getValue() +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text +okhttp3.internal.http2.Http2Stream$FramingSource: void receive(okio.BufferedSource,long) +okhttp3.FormBody: int size() +com.tencent.bugly.crashreport.common.strategy.StrategyBean: boolean l +okhttp3.RequestBody$3: okhttp3.MediaType contentType() +com.turingtechnologies.materialscrollbar.R$attr: int allowStacking +cyanogenmod.app.LiveLockScreenInfo: java.lang.String toString() +androidx.appcompat.R$styleable: int[] ViewStubCompat +james.adaptiveicon.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle +androidx.legacy.coreutils.R$id +okio.Pipe: okio.Sink sink() +com.github.rahatarmanahmed.cpv.CircularProgressView: void setIndeterminate(boolean) +androidx.drawerlayout.R$styleable: int[] GradientColorItem +androidx.preference.R$color: int notification_icon_bg_color +wangdaye.com.geometricweather.R$dimen: int mtrl_transition_shared_axis_slide_distance +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title +io.reactivex.exceptions.CompositeException: void printStackTrace() +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_121 +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_ab_back_material +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getO3() +wangdaye.com.geometricweather.R$id: int currentLocationButton +androidx.appcompat.R$style: int Platform_Widget_AppCompat_Spinner +androidx.constraintlayout.widget.R$attr: int layout_constraintBaseline_creator +james.adaptiveicon.R$styleable: int ActionBar_background +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight +androidx.appcompat.R$styleable: int AppCompatTheme_dialogPreferredPadding com.google.android.material.card.MaterialCardView: void setStrokeWidth(int) -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_Layout_android_layout_width -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: long serialVersionUID -com.jaredrummler.android.colorpicker.R$styleable: int[] DialogPreference -androidx.transition.R$styleable: int ColorStateListItem_alpha -com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_buttonIconDimen -io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$styleable: int[] MaterialCardView -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner -com.turingtechnologies.materialscrollbar.R$attr: int cardElevation -cyanogenmod.power.IPerformanceManager$Stub: android.os.IBinder asBinder() -androidx.preference.R$id: int list_item -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircleView: CircleView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputEditText_FilledBox -com.jaredrummler.android.colorpicker.ColorPickerView: void setColor(int) -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title -com.google.android.material.R$styleable: int KeyAttribute_android_elevation -wangdaye.com.geometricweather.R$styleable: int BottomAppBar_paddingLeftSystemWindowInsets -cyanogenmod.app.ProfileGroup: boolean validateOverrideUri(android.content.Context,android.net.Uri) -io.reactivex.Observable: io.reactivex.Observable concatMapMaybeDelayError(io.reactivex.functions.Function,boolean,int) -wangdaye.com.geometricweather.R$string: int mtrl_picker_toggle_to_year_selection -wangdaye.com.geometricweather.R$color: int mtrl_navigation_item_text_color -com.turingtechnologies.materialscrollbar.R$id: int scrollable -com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity -com.jaredrummler.android.colorpicker.ColorPickerView -cyanogenmod.app.ThemeVersion: int getMinSupportedVersion() -androidx.customview.R$id: int action_divider -androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_arrowShaftLength -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial: java.lang.String Unit -com.xw.repo.bubbleseekbar.R$attr: int contentInsetEndWithActions -com.tencent.bugly.crashreport.crash.jni.b: java.lang.String b(java.lang.String,java.lang.String) -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: int temperature -okio.BufferedSink: okio.BufferedSink writeIntLe(int) -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: boolean active -wangdaye.com.geometricweather.R$attr: int materialCalendarYearNavigationButton -androidx.viewpager.R$dimen: int notification_large_icon_height -io.reactivex.subjects.PublishSubject$PublishDisposable: boolean isDisposed() -io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: long serialVersionUID -com.xw.repo.bubbleseekbar.R$attr: int popupWindowStyle -wangdaye.com.geometricweather.R$color: int darkPrimary_5 -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setWeatherSource(java.lang.String) -com.xw.repo.bubbleseekbar.R$string: int abc_toolbar_collapse_description -androidx.appcompat.widget.AbsActionBarView: void setVisibility(int) -com.xw.repo.bubbleseekbar.R$styleable: int ViewBackgroundHelper_android_background -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabPaddingBottom -androidx.appcompat.R$styleable: int GradientColor_android_centerY -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int AQI_INDEX_5 -androidx.preference.R$attr: int tickMarkTint -com.google.android.material.R$attr: int recyclerViewStyle -wangdaye.com.geometricweather.R$string: int settings_notification_hide_icon_on -okio.ForwardingSource: ForwardingSource(okio.Source) -wangdaye.com.geometricweather.R$styleable: int TextInputEditText_textInputLayoutFocusedRectEnabled -okhttp3.OkHttpClient: java.net.ProxySelector proxySelector -cyanogenmod.weather.IRequestInfoListener$Stub: int TRANSACTION_onLookupCityRequestCompleted -com.google.android.material.R$id: int text_input_error_icon -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse -com.google.android.material.R$styleable: int MaterialButton_android_insetTop -okhttp3.Challenge: boolean equals(java.lang.Object) -com.google.android.material.bottomappbar.BottomAppBar: void setSubtitle(java.lang.CharSequence) -androidx.constraintlayout.widget.R$dimen: int abc_alert_dialog_button_dimen -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Subhead -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Headline1 -android.didikee.donate.R$attr: int popupTheme -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Spinner -com.turingtechnologies.materialscrollbar.R$attr: int passwordToggleContentDescription -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionBar_TabBar -com.tencent.bugly.proguard.u: boolean a(java.lang.Runnable,boolean) -androidx.appcompat.R$style: int TextAppearance_AppCompat_Subhead_Inverse -com.turingtechnologies.materialscrollbar.R$layout: int design_navigation_item -com.google.android.material.R$dimen: int notification_small_icon_background_padding -com.google.android.material.R$styleable: int[] Constraint -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void drainLoop() -wangdaye.com.geometricweather.R$attr: int switchPreferenceStyle -androidx.viewpager.widget.PagerTabStrip: void setTabIndicatorColor(int) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating: java.lang.String Unit -com.tencent.bugly.crashreport.common.info.b: java.lang.String r() -com.xw.repo.bubbleseekbar.R$style: int Platform_ThemeOverlay_AppCompat_Light -com.google.android.material.R$attr: int helperTextEnabled -cyanogenmod.externalviews.KeyguardExternalView$11 -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_firstHorizontalStyle -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: io.reactivex.disposables.Disposable upstream -io.reactivex.internal.util.AtomicThrowable: boolean addThrowable(java.lang.Throwable) -androidx.appcompat.R$drawable: int abc_list_selector_background_transition_holo_light -androidx.appcompat.R$styleable: int CompoundButton_buttonTintMode -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: java.lang.String en_US -wangdaye.com.geometricweather.R$attr: int dividerPadding -wangdaye.com.geometricweather.R$color: int material_on_background_emphasis_high_type -wangdaye.com.geometricweather.R$attr: int itemBackground -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: long index -com.google.android.material.R$styleable: int ActionMode_backgroundSplit -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: Pollen(java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String) +okio.Buffer: okio.Buffer writeUtf8(java.lang.String,int,int) +com.google.android.material.R$style: int Theme_MaterialComponents_Light_DialogWhenLarge +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: boolean isPrecipitation() +androidx.fragment.R$drawable: int notification_bg +okhttp3.internal.platform.Platform: okhttp3.internal.platform.Platform get() +okhttp3.internal.platform.AndroidPlatform$CloseGuard: java.lang.reflect.Method getMethod +androidx.constraintlayout.widget.R$color: int error_color_material_light +okhttp3.internal.cache.CacheInterceptor +okhttp3.internal.http1.Http1Codec$AbstractSource: Http1Codec$AbstractSource(okhttp3.internal.http1.Http1Codec,okhttp3.internal.http1.Http1Codec$1) +james.adaptiveicon.R$id: int action_menu_presenter +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light +com.jaredrummler.android.colorpicker.R$attr: int preferenceCategoryStyle +cyanogenmod.power.PerformanceManager +cyanogenmod.weatherservice.ServiceRequest: void fail() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Snow: java.lang.String Unit +wangdaye.com.geometricweather.R$styleable: int PreferenceImageView_android_maxWidth +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void dispose() +com.google.gson.internal.LinkedTreeMap: int size() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial: double Value +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_showDividers +james.adaptiveicon.R$style: int Base_V7_Theme_AppCompat_Dialog +androidx.constraintlayout.widget.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset +androidx.appcompat.R$style: int Theme_AppCompat_Dialog_MinWidth +androidx.work.R$bool: int enable_system_foreground_service_default +wangdaye.com.geometricweather.R$drawable: int notif_temp_73 +com.google.android.material.R$styleable: int Chip_closeIconEnabled +com.jaredrummler.android.colorpicker.R$styleable: int CheckBoxPreference_android_disableDependentsState +com.jaredrummler.android.colorpicker.R$attr: int iconSpaceReserved +androidx.constraintlayout.widget.R$attr: int buttonStyle +retrofit2.Retrofit$Builder: java.util.List callAdapterFactories +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BATTERY_LIGHT_ENABLED_VALIDATOR +androidx.vectordrawable.animated.R$string +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_TabView +com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_MinWidth +androidx.fragment.R$id: int accessibility_custom_action_2 +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language ENGLISH_UK +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Imperial +okhttp3.internal.ws.WebSocketProtocol: void validateCloseCode(int) +wangdaye.com.geometricweather.common.ui.transitions.RoundCornerTransition +com.google.android.material.R$styleable: int Constraint_layout_constraintRight_toLeftOf +androidx.loader.R$drawable: int notification_template_icon_low_bg +com.tencent.bugly.proguard.an +androidx.appcompat.R$styleable: int AppCompatTheme_switchStyle +wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property Id +androidx.appcompat.widget.AppCompatSpinner: void setBackgroundResource(int) +android.didikee.donate.R$id: int right_icon +androidx.vectordrawable.animated.R$id: int line1 +okhttp3.internal.tls.CertificateChainCleaner +androidx.work.WorkInfo$State: androidx.work.WorkInfo$State CANCELLED +okio.RealBufferedSink: okio.BufferedSink writeLongLe(long) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse +wangdaye.com.geometricweather.R$id: int toggle +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: void dispose() +com.amap.api.fence.DistrictItem: DistrictItem() +okio.Base64: byte[] URL_MAP +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_helperTextTextColor +androidx.hilt.lifecycle.R$styleable: int FontFamily_fontProviderPackage +androidx.dynamicanimation.R$dimen: int compat_button_padding_horizontal_material +com.google.android.material.textfield.TextInputLayout: com.google.android.material.shape.MaterialShapeDrawable getBoxBackground() +com.jaredrummler.android.colorpicker.R$styleable: int Preference_isPreferenceVisible +com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_min_width_major +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse +com.tencent.bugly.proguard.ak: java.lang.String e +android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionButton_Overflow +androidx.lifecycle.extensions.R$styleable: int GradientColor_android_endColor +com.turingtechnologies.materialscrollbar.R$attr: int tabIndicatorHeight +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: int fusionMode +androidx.lifecycle.viewmodel.R: R() +androidx.transition.R$id: int text2 +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Menu +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_peekHeight +wangdaye.com.geometricweather.R$style: int Base_Animation_AppCompat_DropDownUp +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu +okhttp3.Response$Builder: okhttp3.Response networkResponse +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX getAqi() +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_star_half_black_16dp +okhttp3.internal.ws.WebSocketReader: void processNextFrame() +okhttp3.internal.http2.Http2Connection$3: void execute() +cyanogenmod.app.suggest.ApplicationSuggestion: android.net.Uri getThumbailUri() +com.tencent.bugly.crashreport.crash.b: java.util.List a(java.util.List) +io.reactivex.internal.util.NotificationLite$SubscriptionNotification +android.didikee.donate.R$styleable: int AppCompatImageView_tintMode +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_textStyle +androidx.preference.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable +androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode +androidx.preference.R$drawable: int abc_seekbar_track_material +com.google.android.material.R$styleable: int Toolbar_subtitleTextAppearance cyanogenmod.weather.WeatherLocation$Builder: java.lang.String mCountryId -com.tencent.bugly.crashreport.CrashReport$WebViewInterface -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Inverse -com.google.android.material.R$attr: int multiChoiceItemLayout -okhttp3.OkHttpClient: okhttp3.CertificatePinner certificatePinner -android.didikee.donate.R$color: int notification_action_color_filter -androidx.loader.R$styleable: int GradientColor_android_endColor -com.google.android.gms.internal.common.zzq: zzq(com.google.android.gms.internal.common.zzo) -android.didikee.donate.R$id: int title -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeInsetBottom -cyanogenmod.weatherservice.ServiceRequestResult: java.lang.String access$402(cyanogenmod.weatherservice.ServiceRequestResult,java.lang.String) -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_Switch -wangdaye.com.geometricweather.R$id: int material_minute_tv -androidx.appcompat.R$styleable: int MenuItem_actionProviderClass -cyanogenmod.app.LiveLockScreenManager: java.lang.String SERVICE_INTERFACE -wangdaye.com.geometricweather.remoteviews.config.ClockDayHorizontalWidgetConfigActivity -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Button_Colored -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean brandInfo -com.google.android.material.appbar.AppBarLayout: AppBarLayout(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText -com.google.gson.internal.LazilyParsedNumber: java.lang.String toString() -okhttp3.RealCall$AsyncCall: boolean $assertionsDisabled -wangdaye.com.geometricweather.R$id: int shades_divider -okio.SegmentedByteString -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void attachEntity(java.lang.Object) -cyanogenmod.app.BaseLiveLockManagerService: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintTop_creator -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float snowPrecipitationProbability -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_TabView -wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: void setOnPageSwipeListener(wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout$OnPagerSwipeListener) -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_placeholder_placeholder_emptyVisibility -okhttp3.FormBody: okhttp3.MediaType CONTENT_TYPE -james.adaptiveicon.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar -com.google.android.material.R$dimen: int hint_alpha_material_light -com.tencent.bugly.crashreport.R -androidx.constraintlayout.widget.R$attr: int actionModeStyle -cyanogenmod.app.CustomTile$ExpandedStyle: CustomTile$ExpandedStyle(android.os.Parcel,cyanogenmod.app.CustomTile$1) -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setExtended(boolean) -cyanogenmod.providers.CMSettings$System: java.lang.String REVERSE_LOOKUP_PROVIDER -com.google.android.material.R$styleable: int NavigationView_itemShapeFillColor -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setPivotY(float) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary -com.xw.repo.bubbleseekbar.R$attr: int overlapAnchor -androidx.preference.R$attr: int buttonBarPositiveButtonStyle -com.jaredrummler.android.colorpicker.R$string: int abc_activitychooserview_choose_application -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX$InfoX: java.util.List night -android.didikee.donate.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation -com.google.android.material.R$styleable: int ExtendedFloatingActionButton_elevation -okio.HashingSource: okio.HashingSource hmacSha1(okio.Source,okio.ByteString) -okhttp3.internal.connection.RealConnection: java.net.Socket rawSocket -androidx.constraintlayout.widget.R$styleable: int Transform_android_transformPivotY -com.google.android.material.R$id: int path -androidx.constraintlayout.widget.R$styleable: int State_constraints -androidx.coordinatorlayout.R$layout: int notification_action -androidx.appcompat.R$drawable: int abc_textfield_search_default_mtrl_alpha -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties -androidx.preference.R$drawable: int abc_list_pressed_holo_dark -james.adaptiveicon.R$styleable: int ActionBar_indeterminateProgressStyle -androidx.hilt.work.R$styleable: int[] Fragment -wangdaye.com.geometricweather.R$id: int widget_clock_day_subtitle -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_ttcIndex -com.tencent.bugly.proguard.u: long g -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView: int getMarginBottom() -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_customNavigationLayout -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_2 -james.adaptiveicon.R$attr: int listPreferredItemHeightLarge -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_key -com.google.android.material.R$style: int Widget_MaterialComponents_Snackbar -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_splitTrack -com.google.android.material.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable -androidx.preference.R$layout: int abc_dialog_title_material -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String city -androidx.vectordrawable.R$id: int accessibility_custom_action_18 -wangdaye.com.geometricweather.db.entities.DailyEntity: void setRagweedDescription(java.lang.String) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX names -com.tencent.bugly.crashreport.crash.CrashDetailBean: long D -androidx.constraintlayout.widget.R$style: int Base_V7_Theme_AppCompat_Dialog -james.adaptiveicon.R$attr: int defaultQueryHint -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse -com.jaredrummler.android.colorpicker.R$id: int search_badge -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone: AccuLocationResult$TimeZone() -com.turingtechnologies.materialscrollbar.R$attr: int passwordToggleTint -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_displayOptions -com.amap.api.location.AMapLocation: int p -android.didikee.donate.R$id: int action_divider -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_android_textColorHint -androidx.legacy.coreutils.R$dimen: int notification_small_icon_size_as_large -androidx.appcompat.widget.AppCompatToggleButton: AppCompatToggleButton(android.content.Context) -retrofit2.ParameterHandler$QueryMap: int p -cyanogenmod.providers.WeatherContract$WeatherColumns: android.net.Uri CURRENT_AND_FORECAST_WEATHER_URI -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: ICMHardwareService$Stub$Proxy(android.os.IBinder) -com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_fastScrollEnabled -cyanogenmod.os.Build: android.util.SparseArray sdkMap -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: okhttp3.Request request() -com.google.android.material.R$id: int unchecked -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Integer getAqiIndex() -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu -okhttp3.Response: java.lang.String header(java.lang.String) -io.reactivex.internal.subscriptions.SubscriptionHelper: boolean cancel(java.util.concurrent.atomic.AtomicReference) -io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: void onError(java.lang.Throwable) -androidx.vectordrawable.R$id: int actions -okio.Timeout: void waitUntilNotified(java.lang.Object) -okhttp3.Request: boolean isHttps() -wangdaye.com.geometricweather.R$color: int design_dark_default_color_secondary -com.turingtechnologies.materialscrollbar.R$attr: int actionOverflowButtonStyle -androidx.swiperefreshlayout.R$styleable: int FontFamily_fontProviderQuery -com.google.android.material.tabs.TabLayout: void setTabIndicatorFullWidth(boolean) -androidx.preference.R$styleable: int FontFamilyFont_font -androidx.customview.R$styleable -retrofit2.Retrofit: java.util.List callAdapterFactories() -cyanogenmod.app.ILiveLockScreenChangeListener$Stub: ILiveLockScreenChangeListener$Stub() -wangdaye.com.geometricweather.R$styleable: int[] SlidingItemContainerLayout -androidx.work.R$color: int notification_icon_bg_color -wangdaye.com.geometricweather.R$id: int regular -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: java.util.List hourly_forecast -com.jaredrummler.android.colorpicker.R$styleable: int[] ActionMenuItemView -android.support.v4.os.ResultReceiver$MyResultReceiver -com.google.android.material.appbar.CollapsingToolbarLayout: void setTitle(java.lang.CharSequence) -androidx.vectordrawable.animated.R$drawable: int notification_action_background -wangdaye.com.geometricweather.R$drawable: int clock_dial_light -com.google.android.material.R$styleable: int[] PopupWindowBackgroundState -james.adaptiveicon.R$color: int abc_search_url_text_pressed -com.jaredrummler.android.colorpicker.R$id: int title -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_AUTO_OUTDOOR_MODE_VALIDATOR -wangdaye.com.geometricweather.R$color: int secondary_text_disabled_material_light -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_PopupMenu -com.google.android.material.R$attr: int materialCalendarHeaderLayout -com.google.android.material.R$styleable: int AppCompatTheme_panelMenuListWidth +okhttp3.internal.http.HttpHeaders: okhttp3.Headers varyHeaders(okhttp3.Headers,okhttp3.Headers) +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.Precipitation getPrecipitation() +okhttp3.internal.http2.Http2: byte TYPE_PUSH_PROMISE +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: boolean val$visible +android.didikee.donate.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Title_Inverse +androidx.lifecycle.ViewModel +com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemTextColor +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Display4 +com.turingtechnologies.materialscrollbar.R$attr: int keylines +wangdaye.com.geometricweather.R$id: int widget_day_week_week_2 +androidx.appcompat.R$style: int Theme_AppCompat_Light_DarkActionBar +okhttp3.ResponseBody$BomAwareReader: ResponseBody$BomAwareReader(okio.BufferedSource,java.nio.charset.Charset) +okio.Timeout: long deadlineNanoTime() +okhttp3.Dispatcher: boolean $assertionsDisabled +com.jaredrummler.android.colorpicker.R$attr: int actionBarPopupTheme +wangdaye.com.geometricweather.R$bool: int mtrl_btn_textappearance_all_caps +com.jaredrummler.android.colorpicker.R$styleable: int Preference_order +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Imperial: AccuCurrentResult$WindChillTemperature$Imperial() +androidx.lifecycle.extensions.R$drawable: int notification_bg_normal +james.adaptiveicon.R$styleable: int AppCompatTheme_viewInflaterClass +wangdaye.com.geometricweather.db.entities.LocationEntity: void setLongitude(float) +okio.Buffer: okio.ByteString snapshot(int) +cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setWind(double,double,int) +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1: retrofit2.Callback val$callback +com.google.android.material.R$dimen: int notification_small_icon_size_as_large +android.didikee.donate.R$attr: int submitBackground +wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: java.lang.String getNotificationStyleName(android.content.Context) +androidx.transition.R$styleable: int GradientColor_android_startColor +com.jaredrummler.android.colorpicker.R$styleable: int MenuView_preserveIconSpacing +com.turingtechnologies.materialscrollbar.R$id: int group_divider +com.tencent.bugly.crashreport.common.info.a: java.lang.String g(java.lang.String) +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layoutDescription +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_maxHeight +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_helperTextEnabled +com.tencent.bugly.proguard.u: boolean d() +wangdaye.com.geometricweather.R$attr: int listPreferredItemHeight +wangdaye.com.geometricweather.R$string: int sp_widget_week_setting +com.turingtechnologies.materialscrollbar.R$style: int Animation_AppCompat_DropDownUp +com.google.android.material.chip.Chip: void setCheckedIconEnabled(boolean) +io.reactivex.internal.util.NotificationLite: boolean accept(java.lang.Object,io.reactivex.Observer) +wangdaye.com.geometricweather.R$attr: int imageAspectRatioAdjust +cyanogenmod.providers.CMSettings$Secure: boolean putFloat(android.content.ContentResolver,java.lang.String,float) +androidx.preference.R$styleable: int SwitchPreference_android_summaryOff +com.google.android.material.R$string: int fab_transformation_sheet_behavior +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer degreeDayTemperature +androidx.activity.R$styleable: int FontFamily_fontProviderQuery +androidx.hilt.R$id +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language ENGLISH_AU +com.xw.repo.bubbleseekbar.R$attr: int editTextBackground +wangdaye.com.geometricweather.R$string: int feedback_restart +com.google.android.material.R$attr: int homeLayout +james.adaptiveicon.R$id: int shortcut +io.reactivex.Observable: io.reactivex.Observable window(io.reactivex.ObservableSource) +com.xw.repo.bubbleseekbar.R$attr: int activityChooserViewStyle com.tencent.bugly.proguard.l: boolean a(boolean,boolean) -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: void testNativeCrash(boolean,boolean,boolean) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_percent -androidx.appcompat.R$styleable: int AppCompatTheme_actionBarTabStyle -androidx.constraintlayout.widget.R$color: int secondary_text_disabled_material_dark -wangdaye.com.geometricweather.R$styleable: int MaterialCheckBox_buttonTint -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowActionBar -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_max -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler getInstance() -wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemBackground -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int AQI_INDEX_1 -androidx.vectordrawable.R$id: R$id() -android.didikee.donate.R$styleable: int Spinner_android_dropDownWidth -com.google.gson.FieldNamingPolicy$6: FieldNamingPolicy$6(java.lang.String,int) -androidx.appcompat.R$style: int Platform_Widget_AppCompat_Spinner -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String _ID -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_NOTIFICATIONS -androidx.hilt.work.R$id: int title -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setDetail(java.lang.String) -com.google.android.material.R$attr: int singleLine -androidx.viewpager2.R$styleable -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: int WeatherIcon -com.google.android.material.R$styleable: int Slider_haloRadius -okio.BufferedSource: long indexOf(byte,long,long) -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_autoSizeTextType -cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_GET_SYSTEM -com.google.android.material.R$dimen: int mtrl_btn_icon_btn_padding_left -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: float PRECIPITATION_LIGHT -wangdaye.com.geometricweather.R$string: int phase_waning_gibbous -cyanogenmod.weather.ICMWeatherManager: void registerWeatherServiceProviderChangeListener(cyanogenmod.weather.IWeatherServiceProviderChangeListener) -com.amap.api.location.AMapLocation: double getAltitude() -cyanogenmod.util.ColorUtils: double[] sColorTable -wangdaye.com.geometricweather.R$drawable: int notif_temp_128 -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult: AccuDailyResult() -android.didikee.donate.R$styleable: int AppCompatTheme_windowActionBar -androidx.appcompat.R$attr: int drawerArrowStyle -cyanogenmod.app.CMContextConstants: CMContextConstants() -com.google.android.gms.common.internal.zaw -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: long serialVersionUID -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents -androidx.appcompat.R$styleable: int AnimatedStateListDrawableCompat_android_dither -cyanogenmod.app.CustomTile$ExpandedStyle: android.widget.RemoteViews contentViews -com.turingtechnologies.materialscrollbar.R$attr: int isLightTheme -com.xw.repo.bubbleseekbar.R$color: int switch_thumb_disabled_material_dark -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse -androidx.cardview.widget.CardView: int getContentPaddingLeft() -com.google.android.material.R$color: int mtrl_navigation_item_background_color -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeRainPrecipitationProbability -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_drawableLeft -androidx.constraintlayout.widget.R$attr: int autoSizeTextType -androidx.constraintlayout.widget.R$styleable: int MenuItem_iconTintMode -com.google.android.material.chip.ChipGroup: java.util.List getCheckedChipIds() -com.github.rahatarmanahmed.cpv.CircularProgressView: float getProgress() -okio.Buffer: okio.Buffer writeByte(int) -com.xw.repo.bubbleseekbar.R$anim: int abc_grow_fade_in_from_bottom -wangdaye.com.geometricweather.R$id: int mtrl_motion_snapshot_view -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Minimum: AccuDailyResult$DailyForecasts$Temperature$Minimum() -androidx.constraintlayout.widget.R$attr: int searchIcon -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_elevation -androidx.preference.R$styleable: int AppCompatTheme_checkboxStyle -wangdaye.com.geometricweather.R$id: int floating -androidx.appcompat.widget.SwitchCompat: android.content.res.ColorStateList getThumbTintList() -io.reactivex.Observable: io.reactivex.Observable publish(io.reactivex.functions.Function) -androidx.dynamicanimation.R$id: int line3 -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: float getFillAlpha() -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder connectionSpecs(java.util.List) -androidx.legacy.coreutils.R$styleable: int[] FontFamily -androidx.transition.R$drawable: int notification_bg_low_normal -com.turingtechnologies.materialscrollbar.R$attr: int contentInsetEnd -cyanogenmod.app.suggest.AppSuggestManager: android.content.Context mContext -androidx.appcompat.R$dimen: int abc_disabled_alpha_material_light -androidx.constraintlayout.motion.widget.MotionLayout -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_headline_material -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: cyanogenmod.app.LiveLockScreenInfo getDefaultLiveLockScreen() -io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: MaybeToObservable$MaybeToObservableObserver(io.reactivex.Observer) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_109 -okhttp3.internal.platform.AndroidPlatform$CloseGuard: java.lang.Object createAndOpen(java.lang.String) -androidx.viewpager.R$style: int TextAppearance_Compat_Notification_Title -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ListView_DropDown -wangdaye.com.geometricweather.R$styleable: int[] KeyFramesAcceleration -com.google.android.material.imageview.ShapeableImageView: android.content.res.ColorStateList getStrokeColor() -androidx.cardview.widget.CardView: int getContentPaddingRight() -androidx.preference.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintWidth_min -androidx.constraintlayout.widget.R$attr: int menu -com.google.android.material.R$attr: int buttonBarPositiveButtonStyle -androidx.constraintlayout.utils.widget.MotionTelltales: MotionTelltales(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_padding -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: java.lang.String weathercn -androidx.core.R$styleable: int GradientColor_android_endColor -okio.RealBufferedSource: short readShort() -com.xw.repo.bubbleseekbar.R$styleable: int[] ActionBar -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Speed: AccuDailyResult$DailyForecasts$Night$Wind$Speed() -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float totalPrecipitationProbability -com.bumptech.glide.integration.okhttp.R$id: int blocking -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getRealFeelTemperature(android.content.Context,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_weight -cyanogenmod.externalviews.IExternalViewProvider: void onAttach(android.os.IBinder) -cyanogenmod.weatherservice.WeatherProviderService: void attachBaseContext(android.content.Context) -com.google.android.material.R$styleable: int ConstraintSet_flow_horizontalAlign -com.tencent.bugly.proguard.u: boolean a(com.tencent.bugly.proguard.u,boolean) -com.tencent.bugly.proguard.ac: byte[] a(byte[]) -android.didikee.donate.R$string: int search_menu_title -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_MaterialComponents_Chip -cyanogenmod.hardware.ThermalListenerCallback$State: java.lang.String toString(int) -androidx.viewpager.widget.PagerTitleStrip: PagerTitleStrip(android.content.Context,android.util.AttributeSet) -com.tencent.bugly.crashreport.common.strategy.StrategyBean: boolean m -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getUvDescription() -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -com.turingtechnologies.materialscrollbar.R$style: int Base_Animation_AppCompat_Dialog -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_homeAsUpIndicator -androidx.preference.R$style: int Theme_AppCompat_DayNight_NoActionBar -cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: void processWeatherUpdateRequest(cyanogenmod.weather.RequestInfo) -com.jaredrummler.android.colorpicker.R$attr: int selectableItemBackgroundBorderless -androidx.swiperefreshlayout.R$id: int normal -com.bumptech.glide.integration.okhttp.R$id: int glide_custom_view_target_tag -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ProgressIndicator_Circular_Indeterminate -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float pm10 +androidx.legacy.coreutils.R$id: int action_container +androidx.constraintlayout.widget.R$id: int animateToEnd +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_weight +retrofit2.Response: Response(okhttp3.Response,java.lang.Object,okhttp3.ResponseBody) +androidx.constraintlayout.utils.widget.ImageFilterView: float getWarmth() +com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense +androidx.fragment.app.Fragment +wangdaye.com.geometricweather.R$anim: int mtrl_bottom_sheet_slide_in +wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_min +wangdaye.com.geometricweather.R$attr: int liftOnScrollTargetViewId +com.tencent.bugly.proguard.ar: java.util.Map g +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_lastHorizontalStyle +androidx.preference.R$dimen: int abc_dialog_fixed_width_minor +com.amap.api.location.LocationManagerBase: void startAssistantLocation() +okio.Util: Util() +androidx.appcompat.resources.R$id: int right_side +com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_padding_bottom +androidx.hilt.lifecycle.R$anim: R$anim() +androidx.vectordrawable.animated.R$drawable: int notification_bg_normal +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_RC4_128_MD5 +wangdaye.com.geometricweather.R$drawable: int mtrl_tabs_default_indicator +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_HOMESCREEN +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float o3 +wangdaye.com.geometricweather.R$styleable: int ArcProgress_text +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_indeterminateProgressStyle +androidx.constraintlayout.widget.R$id: int tag_unhandled_key_listeners +androidx.preference.R$styleable: int FontFamilyFont_android_font +androidx.preference.R$styleable: int SearchView_android_focusable +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: boolean access$502(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl,boolean) +james.adaptiveicon.R$attr: int backgroundTintMode +wangdaye.com.geometricweather.R$drawable: int clock_dial_light +com.google.android.material.R$attr: int chipIconVisible +com.google.android.material.R$dimen: int mtrl_extended_fab_start_padding +wangdaye.com.geometricweather.db.entities.AlertEntity: void setPriority(int) +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: io.reactivex.Observer downstream +com.turingtechnologies.materialscrollbar.R$animator: int mtrl_btn_unelevated_state_list_anim +wangdaye.com.geometricweather.R$id: int expand_activities_button +wangdaye.com.geometricweather.R$color: int mtrl_btn_transparent_bg_color +okhttp3.Cache: long size() +wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.util.List _queryWeatherEntity_AlertEntityList(java.lang.String,java.lang.String) +com.google.android.material.R$styleable: int AppCompatTextHelper_android_drawableBottom +wangdaye.com.geometricweather.R$drawable: int notif_temp_58 +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabSelectedTextColor +androidx.loader.R$style: R$style() +wangdaye.com.geometricweather.R$attr: int themeLineHeight +wangdaye.com.geometricweather.R$dimen: int tooltip_horizontal_padding +androidx.appcompat.R$style: int Base_Theme_AppCompat_Dialog_FixedSize +wangdaye.com.geometricweather.R$id: int src_atop +com.google.android.material.R$styleable: int CustomAttribute_customPixelDimension +com.amap.api.location.AMapLocation: int LOCATION_TYPE_WIFI +cyanogenmod.providers.CMSettings$System: java.util.Map VALIDATORS +androidx.lifecycle.extensions.R$id: int notification_main_column_container +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_pathMotionArc +wangdaye.com.geometricweather.R$layout: int item_weather_daily_uv +androidx.appcompat.resources.R$style: int TextAppearance_Compat_Notification_Time +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void rstStream(int,okhttp3.internal.http2.ErrorCode) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum: double Value +com.xw.repo.bubbleseekbar.R$attr: int editTextColor +retrofit2.RequestFactory: okhttp3.Headers headers +android.didikee.donate.R$styleable: int SearchView_queryHint +com.google.android.material.R$attr: int layout_constraintTop_toBottomOf +com.turingtechnologies.materialscrollbar.R$drawable: int abc_seekbar_track_material +okhttp3.internal.cache2.Relay: java.io.RandomAccessFile file +okhttp3.internal.cache.DiskLruCache$3: okhttp3.internal.cache.DiskLruCache$Snapshot nextSnapshot +androidx.preference.R$attr: int colorSwitchThumbNormal +com.turingtechnologies.materialscrollbar.R$integer: R$integer() +io.reactivex.internal.observers.InnerQueuedObserver +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: void onComplete() +com.google.android.material.R$id: int jumpToEnd +com.google.android.material.R$id: int mtrl_picker_header_title_and_selection +androidx.viewpager.widget.PagerTabStrip: void setBackgroundDrawable(android.graphics.drawable.Drawable) +com.google.android.material.R$id: int notification_main_column +androidx.work.ExistingWorkPolicy: androidx.work.ExistingWorkPolicy KEEP +org.greenrobot.greendao.AbstractDao: void deleteInTx(java.lang.Iterable) +io.reactivex.internal.queue.SpscArrayQueue: int mask +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintVertical_chainStyle +wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode daytimeWeatherCode +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Ice: AccuDailyResult$DailyForecasts$Night$Ice() +com.turingtechnologies.materialscrollbar.R$styleable: int[] ForegroundLinearLayout +com.xw.repo.bubbleseekbar.R$color: int background_floating_material_dark +io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: ObservablePublishSelector$TargetObserver(io.reactivex.Observer) +androidx.appcompat.R$anim: int btn_radio_to_off_mtrl_dot_group_animation +cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_getCurrentLiveLockScreen +androidx.dynamicanimation.R$dimen: int notification_small_icon_background_padding +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String province +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder removeAllEncodedQueryParameters(java.lang.String) +cyanogenmod.app.LiveLockScreenInfo: void cloneInto(cyanogenmod.app.LiveLockScreenInfo) +wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: java.lang.String unitId +com.bumptech.glide.integration.okhttp.R$id: int bottom +androidx.activity.R$drawable: int notification_template_icon_bg +androidx.hilt.R$styleable: int GradientColor_android_endX +wangdaye.com.geometricweather.R$id: int container_main_details_title +com.baidu.location.indoor.mapversion.c.c$b: java.lang.String b +io.reactivex.internal.subscribers.DeferredScalarSubscriber: void onSubscribe(org.reactivestreams.Subscription) +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Wind: java.lang.String power +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_BRIGHTNESS_LEVEL_VALIDATOR +com.tencent.bugly.proguard.p: java.util.Map a(int,com.tencent.bugly.proguard.o) +com.google.android.material.R$attr: int drawableBottomCompat +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_addNotificationGroup +androidx.viewpager.R$styleable: int FontFamily_fontProviderFetchStrategy +com.xw.repo.bubbleseekbar.R$attr: int contentInsetStartWithNavigation +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_goneMarginEnd +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void onSubscribe(org.reactivestreams.Subscription) +com.xw.repo.bubbleseekbar.R$attr: int showTitle +wangdaye.com.geometricweather.R$color: int design_default_color_on_secondary +io.reactivex.internal.util.EmptyComponent: void onSubscribe(org.reactivestreams.Subscription) +okhttp3.Cookie: long expiresAt() +android.didikee.donate.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated +androidx.appcompat.resources.R$styleable: int ColorStateListItem_android_alpha +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.String country +com.google.android.material.R$style: int Theme_AppCompat_DayNight_DarkActionBar +io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: void setStatus(int) +io.reactivex.internal.schedulers.ScheduledDirectPeriodicTask: java.lang.Runnable getWrappedRunnable() +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: java.lang.String ShortPhrase +okhttp3.logging.LoggingEventListener: void connectionReleased(okhttp3.Call,okhttp3.Connection) +cyanogenmod.app.ProfileGroup$1 +androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivitySaveInstanceState(android.app.Activity,android.os.Bundle) +androidx.preference.R$attr: int colorPrimary +androidx.constraintlayout.widget.Placeholder: android.view.View getContent() +com.google.android.material.R$styleable: int View_android_theme +com.amap.api.fence.GeoFence: boolean isAble() +com.google.android.material.R$attr: int hideOnScroll +androidx.loader.R$styleable: int GradientColor_android_centerX +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void innerComplete() +com.google.android.material.R$layout: int material_chip_input_combo +androidx.hilt.work.R$color: int secondary_text_default_material_light +james.adaptiveicon.R$id: int blocking +androidx.preference.R$attr: int paddingEnd +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_contentInsetRight +com.google.android.material.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar +com.google.android.material.R$dimen: int mtrl_btn_padding_left +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeTotalPrecipitation +androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type CENTER_X +okhttp3.ConnectionSpec$Builder +com.tencent.bugly.BuglyStrategy: com.tencent.bugly.BuglyStrategy setRecordUserInfoOnceADay(boolean) +wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_weatherKindTitle +com.google.android.material.R$attr: int buttonStyleSmall +okio.ForwardingSource: okio.Source delegate() +okhttp3.WebSocket: boolean send(okio.ByteString) +com.github.rahatarmanahmed.cpv.R$attr +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_removeNotificationGroup +com.tencent.bugly.proguard.d: void b(int) +wangdaye.com.geometricweather.R$id: int textinput_helper_text +okio.Base64 +androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver +io.reactivex.internal.functions.Functions$HashSetCallable: java.lang.Object call() +com.amap.api.fence.GeoFence: float l +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean dispatchGenericMotionEvent(android.view.MotionEvent) +james.adaptiveicon.R$id: int add +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_SeekBar_Discrete +wangdaye.com.geometricweather.R$styleable: int Layout_layout_goneMarginLeft +wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode AUTO +androidx.work.impl.utils.futures.DirectExecutor: androidx.work.impl.utils.futures.DirectExecutor INSTANCE +wangdaye.com.geometricweather.R$style: int notification_content_text +cyanogenmod.externalviews.ExternalView$2: int val$y +james.adaptiveicon.R$styleable: int TextAppearance_android_shadowDx +com.google.android.material.internal.NavigationMenuItemView: void setActionView(android.view.View) +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_Dark_ActionBar +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: boolean active +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum Maximum +androidx.appcompat.R$styleable: int AlertDialog_singleChoiceItemLayout +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_star_half_black_16dp +wangdaye.com.geometricweather.R$attr: int layout_constraintDimensionRatio +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_motionProgress +androidx.appcompat.R$style: int Widget_AppCompat_Light_ListView_DropDown +android.didikee.donate.R$attr: int arrowShaftLength +wangdaye.com.geometricweather.R$styleable: int PreferenceImageView_android_maxHeight +androidx.vectordrawable.R$styleable: int FontFamilyFont_android_fontVariationSettings +com.google.android.material.card.MaterialCardView: void setStrokeColor(android.content.res.ColorStateList) +androidx.dynamicanimation.animation.DynamicAnimation +okhttp3.internal.http2.Huffman: okhttp3.internal.http2.Huffman INSTANCE +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void onComplete() +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar +com.google.android.material.snackbar.Snackbar$SnackbarLayout: Snackbar$SnackbarLayout(android.content.Context) +androidx.customview.R$styleable: int FontFamilyFont_ttcIndex +androidx.coordinatorlayout.R$id: int tag_unhandled_key_event_manager +wangdaye.com.geometricweather.R$styleable: int Toolbar_android_minHeight +androidx.preference.R$styleable: int AppCompatTheme_editTextColor +com.amap.api.fence.GeoFence: void setFenceId(java.lang.String) +com.jaredrummler.android.colorpicker.R$styleable: int ActionMenuItemView_android_minWidth +com.tencent.bugly.Bugly: java.lang.Boolean isDev +androidx.constraintlayout.widget.R$attr: int layout_constraintCircleAngle +com.google.android.material.R$id: int flip +com.github.rahatarmanahmed.cpv.CircularProgressView: android.animation.ValueAnimator progressAnimator +james.adaptiveicon.R$drawable: int abc_cab_background_internal_bg +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean setNativeAppVersion(java.lang.String) +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_default_padding_end_material +androidx.preference.R$style: int Theme_AppCompat_DayNight_Dialog_Alert +cyanogenmod.app.LiveLockScreenInfo$Builder: cyanogenmod.app.LiveLockScreenInfo$Builder setPriority(int) +com.google.android.material.R$styleable: int Layout_layout_constraintDimensionRatio +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getPm10Color(android.content.Context) +com.google.android.material.R$attr: int contentPaddingLeft +androidx.appcompat.R$drawable: int notify_panel_notification_icon_bg +james.adaptiveicon.R$layout: int abc_list_menu_item_icon +com.google.android.material.R$anim: int design_snackbar_in +wangdaye.com.geometricweather.R$styleable: int ListPreference_useSimpleSummaryProvider +wangdaye.com.geometricweather.R$styleable: int Transition_autoTransition +androidx.transition.R$drawable: int notification_bg +org.greenrobot.greendao.database.DatabaseOpenHelper: boolean loadSQLCipherNativeLibs +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getMoldLevel() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: void setValue(java.util.List) +com.xw.repo.bubbleseekbar.R$layout: int notification_action +wangdaye.com.geometricweather.db.entities.MinutelyEntity +okhttp3.internal.http2.Http2Connection$5 +androidx.swiperefreshlayout.R$dimen: int compat_button_padding_vertical_material +wangdaye.com.geometricweather.R$style: int Animation_MaterialComponents_BottomSheetDialog +androidx.preference.R$style: int AlertDialog_AppCompat_Light +wangdaye.com.geometricweather.R$styleable: int[] TabLayout +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Dialog_FixedSize +com.google.gson.FieldNamingPolicy: FieldNamingPolicy(java.lang.String,int,com.google.gson.FieldNamingPolicy$1) +androidx.appcompat.R$color: int material_grey_50 +androidx.appcompat.R$dimen: int abc_action_button_min_width_material +com.tencent.bugly.proguard.u: java.lang.Object a(com.tencent.bugly.proguard.u) +com.tencent.bugly.crashreport.common.info.a: java.lang.String m +wangdaye.com.geometricweather.R$styleable: int OnSwipe_touchAnchorSide +wangdaye.com.geometricweather.R$animator: int weather_partly_cloudy_day_2 +wangdaye.com.geometricweather.R$string: int key_hide_lunar +androidx.constraintlayout.widget.R$interpolator: R$interpolator() +james.adaptiveicon.R$style: int Widget_AppCompat_ActionButton_Overflow +wangdaye.com.geometricweather.R$dimen: int default_drawer_width +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$dimen: int abc_disabled_alpha_material_dark +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: java.util.concurrent.atomic.AtomicBoolean cancelled +okhttp3.internal.platform.OptionalMethod: boolean isSupported(java.lang.Object) +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ProgressBar +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintTop_creator +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float getO3() +androidx.appcompat.widget.ActionBarOverlayLayout: int getNestedScrollAxes() +james.adaptiveicon.R$styleable: int[] AlertDialog +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: io.reactivex.disposables.Disposable upstream +wangdaye.com.geometricweather.db.entities.AlertEntity: int getPriority() +com.xw.repo.bubbleseekbar.R$attr: int fontProviderFetchTimeout +retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: boolean disposed +wangdaye.com.geometricweather.R$string: int greenDAO +androidx.appcompat.R$dimen: int abc_action_bar_subtitle_bottom_margin_material +com.tencent.bugly.BuglyStrategy: com.tencent.bugly.BuglyStrategy setEnableANRCrashMonitor(boolean) +james.adaptiveicon.R$styleable: int Toolbar_menu +com.turingtechnologies.materialscrollbar.DragScrollBar: float getHideRatio() +com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_backgroundTint +androidx.hilt.work.R$id: int tag_accessibility_clickable_spans +okhttp3.CookieJar$1: void saveFromResponse(okhttp3.HttpUrl,java.util.List) +okio.Buffer: java.util.List segmentSizes() +cyanogenmod.profiles.RingModeSettings +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void dispose() +androidx.preference.R$style: int Base_Theme_AppCompat_Dialog_FixedSize +androidx.appcompat.R$id: int accessibility_custom_action_20 +com.tencent.bugly.proguard.u: long a(boolean) +com.google.android.material.R$attr: int spinnerDropDownItemStyle +okio.SegmentedByteString: okio.ByteString substring(int) +com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_TabBar +com.baidu.location.e.m +wangdaye.com.geometricweather.R$dimen: int mtrl_low_ripple_pressed_alpha +cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String getKey() +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void onComplete() +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_15 +retrofit2.BuiltInConverters: boolean checkForKotlinUnit +retrofit2.ParameterHandler$Body: java.lang.reflect.Method method +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void onComplete() +com.google.android.material.R$style: int TextAppearance_AppCompat_Headline +androidx.appcompat.widget.AppCompatTextView: void setSupportCompoundDrawablesTintMode(android.graphics.PorterDuff$Mode) +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listDividerAlertDialog +com.jaredrummler.android.colorpicker.R$integer: int abc_config_activityShortDur +com.turingtechnologies.materialscrollbar.R$color: int mtrl_textinput_filled_box_default_background_color +androidx.lifecycle.ReflectiveGenericLifecycleObserver: androidx.lifecycle.ClassesInfoCache$CallbackInfo mInfo +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability precipitationProbability +okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean isCanceled() +com.google.android.material.R$style: int TextAppearance_AppCompat_Subhead +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonBarButtonStyle +com.google.android.gms.base.R$attr: R$attr() +wangdaye.com.geometricweather.R$id: int dialog_location_permission_statement_title +com.turingtechnologies.materialscrollbar.R$style: int Animation_AppCompat_Tooltip +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_enqueueLiveLockScreen +wangdaye.com.geometricweather.R$drawable: int ic_tree +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult +androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_width +androidx.work.impl.utils.futures.AbstractFuture$Failure$1: AbstractFuture$Failure$1(java.lang.String) +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver +okhttp3.internal.ws.WebSocketProtocol: int PAYLOAD_LONG +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: int getThermalState() +cyanogenmod.weatherservice.IWeatherProviderService: void cancelOngoingRequests() +androidx.customview.R$attr: int alpha +com.tencent.bugly.proguard.p: boolean c +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_barrierMargin +android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid +com.jaredrummler.android.colorpicker.R$attr: int tintMode +okhttp3.CacheControl: boolean immutable +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Display2 +com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource REMOTE +cyanogenmod.weatherservice.WeatherProviderService: java.lang.String SERVICE_INTERFACE +androidx.constraintlayout.widget.R$id: int home +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Metric +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_percent +cyanogenmod.app.CustomTile: java.lang.String contentDescription +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void onError(java.lang.Throwable) +androidx.preference.R$attr: int buttonBarStyle +wangdaye.com.geometricweather.R$style: int notification_large_title_text +wangdaye.com.geometricweather.R$styleable: int Preference_android_enabled +com.bumptech.glide.integration.okhttp.R$drawable: int notification_icon_background +com.xw.repo.bubbleseekbar.R$attr: int displayOptions +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: CaiYunForecastResult$PrecipitationBean() +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionMode +androidx.constraintlayout.widget.R$styleable: int FontFamily_fontProviderFetchTimeout +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +androidx.fragment.R$styleable: int[] GradientColor +com.amap.api.fence.GeoFence: long getEnterTime() +androidx.appcompat.R$attr: int drawableSize +androidx.dynamicanimation.R$integer +wangdaye.com.geometricweather.R$layout: int material_timepicker_textinput_display +com.google.android.material.R$attr: int labelStyle +com.google.android.material.R$dimen: int abc_alert_dialog_button_dimen +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Caption +okhttp3.internal.http2.Http2Writer: void ping(boolean,int,int) +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_numericShortcut +okhttp3.internal.http2.Hpack$Writer: int SETTINGS_HEADER_TABLE_SIZE_LIMIT +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_14 +androidx.hilt.lifecycle.R$styleable: int Fragment_android_name +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_2 +com.google.android.material.R$styleable: int Layout_layout_constraintGuide_begin +wangdaye.com.geometricweather.R$styleable: int Preference_singleLineTitle +androidx.work.WorkInfo$State: androidx.work.WorkInfo$State RUNNING +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text +okhttp3.Response$Builder: okhttp3.Response$Builder addHeader(java.lang.String,java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: java.util.Date StartDateTime +com.google.android.material.tabs.TabItem: TabItem(android.content.Context,android.util.AttributeSet) +cyanogenmod.app.ProfileGroup: boolean mDirty +com.jaredrummler.android.colorpicker.R$style: int Platform_V25_AppCompat_Light +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder callTimeout(long,java.util.concurrent.TimeUnit) +retrofit2.ParameterHandler$Query: retrofit2.Converter valueConverter +io.reactivex.subjects.PublishSubject$PublishDisposable: void dispose() +com.jaredrummler.android.colorpicker.R$style: int Preference_Information +wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_showSeekBarValue +com.google.android.material.R$styleable: int Layout_layout_constraintStart_toStartOf +okhttp3.internal.Util: java.lang.String[] EMPTY_STRING_ARRAY +com.google.android.gms.dynamic.RemoteCreator$RemoteCreatorException: RemoteCreator$RemoteCreatorException(java.lang.String) +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: MfEphemerisResult$Properties$Ephemeris() +com.turingtechnologies.materialscrollbar.R$attr: int actionBarDivider +androidx.preference.R$styleable: int AppCompatTheme_actionBarTheme +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_translationX +com.google.android.material.appbar.MaterialToolbar: void setNavigationIcon(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.R$styleable: int Constraint_android_rotation +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_CompoundButton_Switch +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_dialogPreferenceStyle +james.adaptiveicon.R$styleable: int ActionMode_closeItemLayout +james.adaptiveicon.R$id: int radio +com.autonavi.aps.amapapi.model.AMapLocationServer: AMapLocationServer(java.lang.String) +com.tencent.bugly.proguard.al: void a(com.tencent.bugly.proguard.i) +james.adaptiveicon.R$string: int abc_action_bar_home_description +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: java.lang.String brandId +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: java.util.concurrent.atomic.AtomicReference upstream +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String alertId +okhttp3.Cache$CacheRequestImpl$1: okhttp3.internal.cache.DiskLruCache$Editor val$editor +com.google.android.material.R$color: int test_mtrl_calendar_day +okhttp3.internal.Util: okio.ByteString UTF_8_BOM +cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType THEME_RESET +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Minimum +com.bumptech.glide.load.engine.GlideException: void setLoggingDetails(com.bumptech.glide.load.Key,com.bumptech.glide.load.DataSource,java.lang.Class) +androidx.appcompat.R$attr: int splitTrack +com.bumptech.glide.load.PreferredColorSpace: com.bumptech.glide.load.PreferredColorSpace SRGB +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: float intervalInHour +com.turingtechnologies.materialscrollbar.R$attr: int tabInlineLabel +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Body2 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours +androidx.viewpager2.R$attr: int reverseLayout +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.UV uv +com.google.android.material.R$styleable: int MenuItem_contentDescription +com.google.android.material.R$color: int material_on_primary_emphasis_medium +com.xw.repo.bubbleseekbar.R$attr: int indeterminateProgressStyle +androidx.transition.R$drawable: int notification_bg_low +androidx.viewpager.R$drawable: int notification_icon_background +androidx.hilt.work.R$styleable: int FontFamily_fontProviderFetchTimeout +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constrainedHeight cyanogenmod.content.Intent: java.lang.String CATEGORY_THEME_PACKAGE_INSTALLED_STATE_CHANGE -com.google.android.material.R$color: int design_error -com.xw.repo.bubbleseekbar.R$id: int notification_main_column -cyanogenmod.themes.ThemeChangeRequest: long mWallpaperId -com.google.android.material.R$attr: int waveVariesBy -wangdaye.com.geometricweather.db.entities.LocationEntity: void setCurrentPosition(boolean) -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex today -com.google.android.material.R$attr: int colorPrimaryDark -wangdaye.com.geometricweather.R$string: int glide -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowActionBar -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowFixedHeightMajor -cyanogenmod.providers.CMSettings$Secure: cyanogenmod.providers.CMSettings$NameValueCache sNameValueCache -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Temperature: java.lang.Float windChill -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer moldLevel -androidx.hilt.R$styleable: int FontFamilyFont_android_font -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator QS_SHOW_BRIGHTNESS_SLIDER_VALIDATOR -com.google.android.material.chip.Chip: void setCloseIconHovered(boolean) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Precipitation -com.tencent.bugly.crashreport.common.info.a: void c(java.lang.String,java.lang.String) -wangdaye.com.geometricweather.R$dimen: int preference_seekbar_padding_horizontal -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxCornerRadiusBottomEnd -cyanogenmod.app.IProfileManager$Stub$Proxy: void removeNotificationGroup(android.app.NotificationGroup) -wangdaye.com.geometricweather.R$attr: int textAppearanceSmallPopupMenu -androidx.constraintlayout.widget.R$color: int highlighted_text_material_dark -retrofit2.OkHttpCall$NoContentResponseBody: long contentLength -cyanogenmod.platform.Manifest$permission: java.lang.String READ_ALARMS -com.google.android.material.R$id: int checked -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_textLocale -androidx.transition.R$styleable: int GradientColorItem_android_offset -com.jaredrummler.android.colorpicker.R$color: int bright_foreground_inverse_material_dark -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$7: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 -com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_itemTextAppearance -com.google.android.material.R$color: int material_slider_halo_color -com.google.android.gms.common.SupportErrorDialogFragment: SupportErrorDialogFragment() -com.google.android.material.R$styleable: int[] Badge -com.google.android.material.R$attr: int layout_constraintDimensionRatio -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: boolean hasKey(java.lang.Object) -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Integer relativeHumidityMax -cyanogenmod.profiles.AirplaneModeSettings$1: AirplaneModeSettings$1() -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.String frenchDepartment -wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog -retrofit2.adapter.rxjava2.RxJava2CallAdapter: RxJava2CallAdapter(java.lang.reflect.Type,io.reactivex.Scheduler,boolean,boolean,boolean,boolean,boolean,boolean,boolean) -androidx.appcompat.resources.R$drawable: int notification_template_icon_bg -wangdaye.com.geometricweather.R$attr: int materialCalendarMonthNavigationButton -wangdaye.com.geometricweather.R$attr: int contentInsetEndWithActions -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property MinuteInterval -com.xw.repo.bubbleseekbar.R$attr: int windowFixedWidthMinor -androidx.appcompat.R$styleable: int AppCompatTheme_actionBarPopupTheme -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableBottomCompat -android.didikee.donate.R$string: int abc_activity_chooser_view_see_all -wangdaye.com.geometricweather.R$attr: int clickAction -retrofit2.ParameterHandler$PartMap -androidx.vectordrawable.R$styleable: int FontFamily_fontProviderFetchStrategy -androidx.constraintlayout.widget.R$styleable: int GradientColor_android_tileMode -okhttp3.internal.cache.DiskLruCache$Entry -cyanogenmod.app.LiveLockScreenInfo -com.google.android.material.datepicker.CompositeDateValidator: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao getChineseCityEntityDao() -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setWifiActiveScan(boolean) -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_PopupMenu -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWetBulbTemperature -com.jaredrummler.android.colorpicker.R$id: int tag_transition_group -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_AutoCompleteTextView -com.jaredrummler.android.colorpicker.R$drawable: int notification_bg_normal_pressed -com.tencent.bugly.crashreport.common.info.b: int w() -com.google.android.material.R$anim: int btn_checkbox_to_unchecked_check_path_merged_animation -okhttp3.internal.http.RequestLine: RequestLine() -androidx.constraintlayout.widget.R$styleable: int Constraint_pathMotionArc -james.adaptiveicon.R$attr: int windowActionBarOverlay -com.google.android.material.internal.VisibilityAwareImageButton: VisibilityAwareImageButton(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintBottom_toBottomOf -com.google.android.material.R$string: int mtrl_picker_text_input_year_abbr -io.reactivex.internal.schedulers.AbstractDirectTask: long serialVersionUID -com.google.android.material.R$attr: int listPreferredItemPaddingStart -okhttp3.RealCall: okhttp3.internal.http.RetryAndFollowUpInterceptor retryAndFollowUpInterceptor -wangdaye.com.geometricweather.R$id: int header_title -io.reactivex.internal.schedulers.ScheduledRunnable: boolean isDisposed() -io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: ObservablePublishSelector$TargetObserver(io.reactivex.Observer) -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_submitBackground -cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_setLiveLockScreenEnabled -cyanogenmod.profiles.ConnectionSettings: int CM_MODE_4G -androidx.preference.R$styleable: int CompoundButton_buttonTint -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption$GeoLanguage getGeoLanguage() -com.tencent.bugly.BuglyStrategy: java.lang.String e -androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_font -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_TextView_SpinnerItem -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void innerClose(boolean,io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver) -com.bumptech.glide.load.engine.GlideException: java.lang.Exception getOrigin() -androidx.appcompat.R$attr: int icon -com.xw.repo.bubbleseekbar.R$attr: int maxButtonHeight -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_verticalBias -com.google.android.material.slider.Slider: Slider(android.content.Context,android.util.AttributeSet) -james.adaptiveicon.R$style: int Widget_AppCompat_DrawerArrowToggle -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$5: boolean val$showing -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_endColor -com.google.android.material.R$id: int mtrl_picker_header -androidx.viewpager.widget.ViewPager: int getCurrentItem() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_alertDialogStyle -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String getCity() -wangdaye.com.geometricweather.R$styleable: int Preference_allowDividerBelow -okio.RealBufferedSource$1: int read() -androidx.viewpager2.widget.ViewPager2: int getCurrentItem() -androidx.constraintlayout.widget.R$styleable: int MotionHelper_onHide -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours: AccuCurrentResult$PrecipitationSummary$Past24Hours() -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeSplitBackground -com.turingtechnologies.materialscrollbar.R$attr: int helperTextEnabled -android.didikee.donate.R$color: int abc_primary_text_material_light -androidx.customview.R$dimen: R$dimen() -cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.IKeyguardExternalViewProvider mExternalViewProvider -com.google.android.material.navigation.NavigationView: void setItemHorizontalPaddingResource(int) -com.google.gson.stream.JsonReader: void endObject() -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: io.reactivex.Observer downstream -okhttp3.Cookie$Builder: okhttp3.Cookie build() -com.github.rahatarmanahmed.cpv.CircularProgressView: float access$200(com.github.rahatarmanahmed.cpv.CircularProgressView) -com.google.android.material.R$dimen: int material_clock_period_toggle_margin_left -com.tencent.bugly.crashreport.common.strategy.StrategyBean: long p -com.tencent.bugly.crashreport.crash.h5.H5JavaScriptInterface: java.util.HashSet a -android.didikee.donate.R$dimen: int abc_disabled_alpha_material_dark -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionOverflowButtonStyle -wangdaye.com.geometricweather.R$id: int container_main_daily_trend_card_title -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_Switch -com.xw.repo.bubbleseekbar.R$id: int screen -com.google.android.material.R$color: int switch_thumb_normal_material_light -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: boolean isEntityUpdateable() -androidx.viewpager.R$layout: int notification_template_part_time -okhttp3.MultipartBody: void writeTo(okio.BufferedSink) -wangdaye.com.geometricweather.R$bool: int enable_system_job_service_default -androidx.dynamicanimation.R$dimen: int notification_right_icon_size -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_drawableRight -okio.Pipe: long maxBufferSize -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Large_Inverse -androidx.appcompat.R$dimen: int notification_main_column_padding_top -com.google.android.material.R$attr: int itemIconSize -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Imperial: AccuCurrentResult$RealFeelTemperature$Imperial() -com.google.android.material.R$styleable: int Transition_layoutDuringTransition -okhttp3.Request$Builder: okhttp3.RequestBody body -com.tencent.bugly.proguard.c: void a(java.lang.String,java.lang.Object) -cyanogenmod.providers.CMSettings$System: java.lang.String CALL_RECORDING_FORMAT -com.xw.repo.bubbleseekbar.R$drawable: int abc_list_selector_background_transition_holo_dark -com.google.android.material.R$dimen: int tooltip_corner_radius -androidx.appcompat.R$id: int search_go_btn -james.adaptiveicon.R$color: R$color() -androidx.work.impl.utils.futures.AbstractFuture$Waiter: java.lang.Thread thread -com.google.android.material.R$styleable: int KeyAttribute_android_rotationY -androidx.preference.R$style: int Base_Widget_AppCompat_ActivityChooserView -androidx.hilt.lifecycle.R$styleable: int[] GradientColorItem -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_PopupMenu -com.turingtechnologies.materialscrollbar.R$color: int material_blue_grey_950 -retrofit2.Response: okhttp3.Response rawResponse -com.amap.api.fence.GeoFenceClient: void addGeoFence(java.lang.String,java.lang.String,java.lang.String,int,java.lang.String) -androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_layout_keyline -com.amap.api.location.AMapLocationClient: com.amap.api.location.LocationManagerBase b -androidx.core.R$id: int tag_accessibility_actions -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String unitId -okhttp3.WebSocket$Factory -wangdaye.com.geometricweather.common.basic.models.weather.Alert: long time -android.didikee.donate.R$attr: int windowFixedWidthMajor +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +com.google.android.material.R$color: int mtrl_textinput_filled_box_default_background_color +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: void dispose() +com.jaredrummler.android.colorpicker.R$attr: int listLayout +wangdaye.com.geometricweather.R$id: int widget_day_subtitle +okhttp3.internal.connection.RouteSelector: RouteSelector(okhttp3.Address,okhttp3.internal.connection.RouteDatabase,okhttp3.Call,okhttp3.EventListener) +androidx.appcompat.R$color: int switch_thumb_disabled_material_light +com.jaredrummler.android.colorpicker.R$layout: int abc_select_dialog_material +com.google.android.gms.location.DetectedActivity +androidx.hilt.work.R$drawable: int notification_bg_low +com.google.android.material.chip.Chip: android.text.TextUtils$TruncateAt getEllipsize() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeRealFeelTemperature +wangdaye.com.geometricweather.R$style: int Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected +cyanogenmod.themes.ThemeManager: cyanogenmod.themes.ThemeManager getInstance(android.content.Context) +io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: void run() +com.turingtechnologies.materialscrollbar.R$id: int message +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Snow: AccuDailyResult$DailyForecasts$Day$Snow() +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_fontVariationSettings +okhttp3.internal.http1.Http1Codec$UnknownLengthSource: boolean inputExhausted +androidx.constraintlayout.widget.R$string: int abc_menu_alt_shortcut_label +cyanogenmod.platform.Manifest$permission: java.lang.String WRITE_SETTINGS +cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String ACTION_SET_ALARM_ENABLED +androidx.customview.R$attr: int font +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_autoSizeMaxTextSize +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: io.reactivex.internal.disposables.SequentialDisposable task +wangdaye.com.geometricweather.R$id: int activity_weather_daily_subtitle +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +androidx.core.R$id: int text2 +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Button +okhttp3.Cache$Entry: okhttp3.Headers responseHeaders +okhttp3.Call: boolean isExecuted() +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningConsequence: int phenomenonId +wangdaye.com.geometricweather.R$attr: int chipSpacing +wangdaye.com.geometricweather.R$styleable: int Slider_labelStyle +androidx.vectordrawable.animated.R$id: int notification_background +com.google.android.material.R$color: int mtrl_choice_chip_text_color +com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_horizontal_padding +com.turingtechnologies.materialscrollbar.R$style: int Theme_Design_NoActionBar +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float thunderstorm +androidx.vectordrawable.R$dimen: int compat_button_inset_vertical_material +io.reactivex.internal.subscriptions.EmptySubscription: void cancel() +cyanogenmod.externalviews.ExternalView: void setProviderComponent(android.content.ComponentName) +cyanogenmod.app.suggest.IAppSuggestManager$Stub: cyanogenmod.app.suggest.IAppSuggestManager asInterface(android.os.IBinder) +com.google.android.material.R$color: int mtrl_textinput_default_box_stroke_color +androidx.legacy.coreutils.R$attr: int fontProviderAuthority +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: java.lang.String Link +retrofit2.ParameterHandler$HeaderMap +wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_container +james.adaptiveicon.R$styleable: int ViewBackgroundHelper_backgroundTintMode +androidx.appcompat.widget.Toolbar: int getPopupTheme() +wangdaye.com.geometricweather.R$drawable: int abc_scrubber_primary_mtrl_alpha +wangdaye.com.geometricweather.R$anim: int mtrl_bottom_sheet_slide_out +androidx.constraintlayout.widget.R$attr: int actionMenuTextColor +wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_mini_dark +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: boolean isEmpty() +androidx.appcompat.R$string: int abc_menu_space_shortcut_label +com.tencent.bugly.proguard.v: com.tencent.bugly.proguard.u i +io.reactivex.internal.subscriptions.BasicIntQueueSubscription: int requestFusion(int) +androidx.core.R$dimen: int compat_button_inset_vertical_material +io.reactivex.Observable: io.reactivex.Single sequenceEqual(io.reactivex.ObservableSource,io.reactivex.ObservableSource,int) +com.google.android.material.R$attr: int alertDialogStyle +okhttp3.internal.Util: int delimiterOffset(java.lang.String,int,int,java.lang.String) +wangdaye.com.geometricweather.R$drawable: int weather_clear_night_mini_grey +cyanogenmod.themes.ThemeChangeRequest: java.util.Map getPerAppOverlays() +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_fontVariationSettings +okhttp3.internal.cache.DiskLruCache$Entry: void setLengths(java.lang.String[]) +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored +android.didikee.donate.R$attr: int progressBarStyle +com.google.android.material.R$styleable: int MaterialCardView_checkedIconTint +com.google.android.gms.common.SignInButton: SignInButton(android.content.Context,android.util.AttributeSet) +com.xw.repo.bubbleseekbar.R$color: int bright_foreground_material_dark +retrofit2.Retrofit$1: java.lang.Object[] emptyArgs +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceHeadline1 +androidx.constraintlayout.widget.R$styleable: int[] State +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large +androidx.customview.R$id: int action_image +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_Switch +wangdaye.com.geometricweather.R$styleable: int Badge_badgeGravity +cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: void removeCustomTileWithTag(java.lang.String,java.lang.String,int,int) +com.google.android.material.R$styleable: int AppCompatTheme_editTextStyle +androidx.preference.R$styleable: int AppCompatTheme_windowActionBar +wangdaye.com.geometricweather.R$styleable: int MaterialButton_android_insetRight +com.google.android.gms.common.api.ApiException: java.lang.String getStatusMessage() +androidx.appcompat.R$id: int search_voice_btn +cyanogenmod.externalviews.ExternalViewProviderService$1 +com.google.android.material.card.MaterialCardView: android.content.res.ColorStateList getRippleColor() +com.google.android.material.internal.StaticLayoutBuilderCompat$StaticLayoutBuilderCompatException +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: ObservableCombineLatest$LatestCoordinator(io.reactivex.Observer,io.reactivex.functions.Function,int,int,boolean) +wangdaye.com.geometricweather.R$attr: int paddingBottomNoButtons +android.didikee.donate.R$id: int actions +com.google.android.material.R$dimen: int compat_button_padding_horizontal_material +wangdaye.com.geometricweather.db.entities.LocationEntity: void setCountry(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_fabSize +com.google.android.material.R$style: int Widget_MaterialComponents_TimePicker_Display +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeFindDrawable +okhttp3.Headers: okhttp3.Headers of(java.lang.String[]) +com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat_Light +okhttp3.internal.cache.CacheStrategy$Factory: okhttp3.internal.cache.CacheStrategy get() +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWindDegree(wangdaye.com.geometricweather.common.basic.models.weather.WindDegree) +wangdaye.com.geometricweather.R$drawable: int ic_filter +androidx.activity.R$id: int accessibility_custom_action_6 +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_collapsedTitleTextAppearance +com.tencent.bugly.crashreport.biz.b: com.tencent.bugly.crashreport.biz.a a +io.reactivex.Observable: java.util.concurrent.Future toFuture() +com.google.android.material.R$id: int mtrl_view_tag_bottom_padding +wangdaye.com.geometricweather.R$integer: int mtrl_card_anim_delay_ms +androidx.preference.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common +com.jaredrummler.android.colorpicker.R$id: int activity_chooser_view_content +com.google.android.material.R$dimen: int design_snackbar_action_text_color_alpha +io.reactivex.Observable: io.reactivex.Observable concatMapDelayError(io.reactivex.functions.Function) +com.google.gson.stream.JsonReader: char readEscapeCharacter() +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: io.reactivex.functions.Function mapper +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHeight_percent +androidx.constraintlayout.widget.R$id: int jumpToEnd +com.google.android.material.R$attr: int itemTextAppearanceInactive +com.tencent.bugly.crashreport.crash.d: void a(com.tencent.bugly.crashreport.crash.d,java.lang.Thread,int,java.lang.String,java.lang.String,java.lang.String,java.util.Map) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean +androidx.appcompat.widget.ContentFrameLayout: ContentFrameLayout(android.content.Context) +android.didikee.donate.R$style: int Base_V21_Theme_AppCompat_Dialog +com.google.android.material.card.MaterialCardView: void setProgress(float) +android.didikee.donate.R$attr: int textAppearanceSmallPopupMenu +com.google.android.material.R$style: int TextAppearance_Design_Placeholder +com.google.android.material.R$string: int character_counter_pattern +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowFixedWidthMajor +wangdaye.com.geometricweather.R$styleable: int Chip_chipMinHeight +retrofit2.OkHttpCall: boolean isCanceled() +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_navigation_elevation +androidx.activity.R$id: int tag_accessibility_heading +cyanogenmod.app.IProfileManager$Stub$Proxy: boolean profileExists(android.os.ParcelUuid) +cyanogenmod.app.CustomTile$Builder: android.net.Uri mOnClickUri +okhttp3.internal.http2.Hpack: Hpack() +james.adaptiveicon.R$color: int material_deep_teal_500 +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_firstHorizontalStyle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric: java.lang.String Unit +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: java.lang.String Link +com.google.android.material.R$drawable: int abc_list_selector_background_transition_holo_dark +wangdaye.com.geometricweather.R$id: int title +com.turingtechnologies.materialscrollbar.R$drawable: int design_bottom_navigation_item_background +retrofit2.OkHttpCall$ExceptionCatchingResponseBody: java.io.IOException thrownException +okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Http2Stream$StreamTimeout writeTimeout +com.xw.repo.bubbleseekbar.R$drawable: int abc_list_pressed_holo_light +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense +wangdaye.com.geometricweather.R$attr: int thumbTextPadding +com.google.android.material.R$styleable: int ConstraintSet_flow_horizontalStyle +androidx.lifecycle.ClassesInfoCache$CallbackInfo: ClassesInfoCache$CallbackInfo(java.util.Map) +androidx.preference.R$dimen: int abc_search_view_preferred_width +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_expandedHintEnabled +com.google.android.material.R$attr: int logoDescription +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_99 +okio.AsyncTimeout$2 +androidx.hilt.lifecycle.R$attr: int fontProviderAuthority +okhttp3.internal.ws.WebSocketProtocol: WebSocketProtocol() +androidx.preference.R$attr: int tickMarkTint +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_48 +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listMenuViewStyle +com.google.android.material.R$attr: int curveFit +com.google.android.material.chip.Chip: void setChipIconEnabled(boolean) +cyanogenmod.power.IPerformanceManager$Stub$Proxy: android.os.IBinder asBinder() +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: java.util.concurrent.atomic.AtomicReference latest +androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType COLOR_TYPE +wangdaye.com.geometricweather.R$styleable: int[] Preference +okio.SegmentedByteString: java.lang.String hex() +wangdaye.com.geometricweather.R$font: int product_sans_bold +com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_dialogTitle +androidx.transition.R$styleable: int FontFamily_fontProviderAuthority +cyanogenmod.weatherservice.WeatherProviderService$1: void processWeatherUpdateRequest(cyanogenmod.weather.RequestInfo) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: void setUnit(java.lang.String) +android.didikee.donate.R$id: int select_dialog_listview +james.adaptiveicon.R$dimen: int disabled_alpha_material_dark +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_commitIcon +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Tooltip +androidx.legacy.coreutils.R$id: int tag_unhandled_key_listeners +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_temp_4 +com.jaredrummler.android.colorpicker.R$dimen: int abc_seekbar_track_background_height_material +androidx.preference.R$style: int Base_Widget_AppCompat_Spinner_Underlined +com.google.android.material.R$styleable: int Transform_android_scaleX +android.support.v4.app.INotificationSideChannel$Stub: android.support.v4.app.INotificationSideChannel getDefaultImpl() +androidx.constraintlayout.widget.R$style: int Platform_V25_AppCompat +okhttp3.MultipartBody: long contentLength() +cyanogenmod.weather.IRequestInfoListener$Stub: int TRANSACTION_onWeatherRequestCompleted +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_AES_128_GCM_SHA256 +wangdaye.com.geometricweather.R$drawable: int notif_temp_57 +com.amap.api.location.AMapLocationClientOption$AMapLocationMode: com.amap.api.location.AMapLocationClientOption$AMapLocationMode[] values() +com.jaredrummler.android.colorpicker.R$attr: int logo +okio.Buffer: long read(okio.Buffer,long) +androidx.preference.R$styleable: int MenuGroup_android_orderInCategory +com.turingtechnologies.materialscrollbar.R$attr: int backgroundTintMode +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_hideMotionSpec +androidx.appcompat.R$styleable: int[] DrawerArrowToggle +com.tencent.bugly.crashreport.crash.c: com.tencent.bugly.crashreport.crash.b p +androidx.preference.R$anim: int abc_fade_in +androidx.fragment.R$id: int accessibility_custom_action_23 +wangdaye.com.geometricweather.R$style: int Animation_AppCompat_DropDownUp +com.tencent.bugly.crashreport.crash.b: b(int,android.content.Context,com.tencent.bugly.proguard.u,com.tencent.bugly.proguard.p,com.tencent.bugly.crashreport.common.strategy.a,com.tencent.bugly.BuglyStrategy$a,com.tencent.bugly.proguard.o) +cyanogenmod.providers.CMSettings$Secure: java.lang.String STATS_COLLECTION +cyanogenmod.profiles.BrightnessSettings: boolean isOverride() +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_8 +com.xw.repo.bubbleseekbar.R$attr: int windowActionModeOverlay +okhttp3.RealCall: void captureCallStackTrace() okhttp3.internal.cache.DiskLruCache$Snapshot: long getLength(int) -androidx.appcompat.R$drawable: int abc_ic_menu_selectall_mtrl_alpha -okhttp3.OkHttpClient: javax.net.ssl.SSLSocketFactory newSslSocketFactory(javax.net.ssl.X509TrustManager) -com.amap.api.location.AMapLocationClientOption: void writeToParcel(android.os.Parcel,int) -androidx.lifecycle.extensions.R$id: int visible_removing_fragment_view_tag -james.adaptiveicon.R$drawable: int abc_item_background_holo_light -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabTextColor -com.github.rahatarmanahmed.cpv.CircularProgressView$5: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight_Dialog -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Precipitation: MfForecastResult$DailyForecast$Precipitation() -android.didikee.donate.R$style: int Base_Widget_AppCompat_Button_Small -wangdaye.com.geometricweather.R$attr: int cornerFamilyBottomLeft -android.didikee.donate.R$drawable: int abc_btn_switch_to_on_mtrl_00012 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setLevel(java.lang.String) -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow -androidx.customview.R$dimen: int compat_notification_large_icon_max_height -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionButton -androidx.hilt.R$styleable: int GradientColor_android_endColor -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult -com.tencent.bugly.CrashModule: long a -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemTextColor -androidx.appcompat.app.AppCompatActivity: void setContentView(android.view.View) -com.xw.repo.bubbleseekbar.R$id: int info -androidx.appcompat.widget.SearchView: void setSuggestionsAdapter(androidx.cursoradapter.widget.CursorAdapter) -wangdaye.com.geometricweather.R$attr: int allowStacking -wangdaye.com.geometricweather.R$layout: int preference_information_material -okhttp3.internal.cache.DiskLruCache: void delete() -android.didikee.donate.R$styleable: int SwitchCompat_thumbTint -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemIconTint -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_6 -com.google.android.gms.common.server.converter.StringToIntConverter$zaa: android.os.Parcelable$Creator CREATOR -com.google.android.material.bottomappbar.BottomAppBar: void setCradleVerticalOffset(float) -com.jaredrummler.android.colorpicker.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView -wangdaye.com.geometricweather.R$string: int common_google_play_services_enable_button -com.google.android.material.R$id: int animateToEnd -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Snackbar_FullWidth -wangdaye.com.geometricweather.R$array: int pressure_unit_values -wangdaye.com.geometricweather.R$id: int widget_clock_day -wangdaye.com.geometricweather.R$styleable: int ActionBar_progressBarStyle -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cdp -cyanogenmod.externalviews.ExternalViewProviderService$1: android.os.IBinder createExternalView(android.os.Bundle) -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle -androidx.legacy.coreutils.R$color: int ripple_material_light -androidx.preference.R$style: int Preference_DropDown -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderLayout -com.jaredrummler.android.colorpicker.R$string: int cpv_select -com.baidu.location.e.l$b: java.util.List a(org.json.JSONObject,java.lang.String,int) -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_6_00 -wangdaye.com.geometricweather.R$id: int dimensions -wangdaye.com.geometricweather.R$attr: int reverseLayout -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_autoSizePresetSizes -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listDividerAlertDialog -com.turingtechnologies.materialscrollbar.R$attr: int fastScrollHorizontalTrackDrawable -com.google.android.material.R$styleable: int AppCompatTheme_windowActionBarOverlay -androidx.preference.R$style: int Widget_AppCompat_DropDownItem_Spinner -okhttp3.OkHttpClient$Builder: boolean retryOnConnectionFailure -android.didikee.donate.R$anim: int abc_slide_out_bottom -io.reactivex.internal.operators.observable.ObservableReplay$Node: java.lang.Object value -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: void setFitSide(int) -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_translationX -com.tencent.bugly.crashreport.crash.CrashDetailBean: byte[] y -androidx.legacy.coreutils.R$styleable: int GradientColor_android_centerX -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_drawableTop -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit MUGPCUM -com.tencent.bugly.proguard.j: void a(int,int) -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_setDisplayMode -wangdaye.com.geometricweather.R$attr: int chipMinHeight -androidx.preference.R$string: int not_set -com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_reverseLayout -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintRight_toRightOf -com.tencent.bugly.crashreport.common.strategy.StrategyBean: long f -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedEmitLast: void complete() -androidx.viewpager2.R$color: int notification_icon_bg_color -wangdaye.com.geometricweather.db.entities.DailyEntity: void setId(java.lang.Long) -androidx.dynamicanimation.R$styleable: int GradientColor_android_centerX -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_tooltipFrameBackground -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: void setOnApplyWindowInsetsListener(android.view.View$OnApplyWindowInsetsListener) -androidx.legacy.coreutils.R$id -androidx.appcompat.resources.R$styleable: int StateListDrawable_android_variablePadding -james.adaptiveicon.R$styleable: int PopupWindowBackgroundState_state_above_anchor -cyanogenmod.profiles.StreamSettings: int mStreamId -org.greenrobot.greendao.AbstractDaoMaster: org.greenrobot.greendao.AbstractDaoSession newSession() -com.turingtechnologies.materialscrollbar.R$styleable: int[] CardView -com.tencent.bugly.proguard.w: java.util.concurrent.atomic.AtomicInteger a -wangdaye.com.geometricweather.R$id: int exitUntilCollapsed -com.google.android.material.navigation.NavigationView: void setNavigationItemSelectedListener(com.google.android.material.navigation.NavigationView$OnNavigationItemSelectedListener) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX: CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX() -androidx.lifecycle.DefaultLifecycleObserver: void onResume(androidx.lifecycle.LifecycleOwner) -com.turingtechnologies.materialscrollbar.R$attr: int actionBarTabTextStyle -com.google.android.material.R$styleable: int FlowLayout_itemSpacing -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilityRain: java.lang.Integer proba6H -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_menu_header_material -androidx.preference.R$dimen: int tooltip_margin -retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isAsync -androidx.constraintlayout.widget.R$styleable: int KeyCycle_transitionPathRotate -io.reactivex.internal.util.VolatileSizeArrayList: boolean retainAll(java.util.Collection) -okhttp3.Address: javax.net.ssl.SSLSocketFactory sslSocketFactory() -cyanogenmod.hardware.CMHardwareManager: int FEATURE_AUTO_CONTRAST -androidx.appcompat.R$styleable: int ActionBar_displayOptions -cyanogenmod.externalviews.KeyguardExternalViewProviderService: android.os.Handler access$100(cyanogenmod.externalviews.KeyguardExternalViewProviderService) -wangdaye.com.geometricweather.R$id: int bottom_sides -wangdaye.com.geometricweather.R$dimen: int design_snackbar_padding_vertical -com.xw.repo.bubbleseekbar.R$style: int Base_V26_Widget_AppCompat_Toolbar -cyanogenmod.themes.ThemeManager$1$2: void run() -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: MfWarningsResult() -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_BOOT_ANIM -com.turingtechnologies.materialscrollbar.R$color: int mtrl_tabs_ripple_color -wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String getCity() -androidx.recyclerview.R$drawable: int notification_bg_low_pressed -wangdaye.com.geometricweather.R$id: int item_weather_daily_uv_title -cyanogenmod.providers.CMSettings$System: boolean putStringForUser(android.content.ContentResolver,java.lang.String,java.lang.String,int) -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int WINDY -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean images -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_optimizationLevel -okio.RealBufferedSink: okio.Buffer buffer -androidx.preference.R$styleable: int AppCompatTheme_panelMenuListTheme -okio.SegmentedByteString: okio.ByteString hmacSha1(okio.ByteString) -cyanogenmod.app.ICMTelephonyManager: void setDataConnectionState(boolean) -wangdaye.com.geometricweather.db.entities.DailyEntity: void setO3(java.lang.Float) -retrofit2.Response: java.lang.String toString() -com.jaredrummler.android.colorpicker.R$attr: int layout_behavior -com.google.android.material.R$layout: int mtrl_calendar_month_navigation -cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType[] $VALUES -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: void onError(java.lang.Throwable) -com.tencent.bugly.BuglyStrategy: boolean g -androidx.hilt.work.R$color: int secondary_text_default_material_light -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_normalContainer -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: io.reactivex.functions.BiFunction combiner -com.google.android.material.slider.BaseSlider: float getValueTo() -android.support.v4.os.ResultReceiver$MyRunnable: ResultReceiver$MyRunnable(android.support.v4.os.ResultReceiver,int,android.os.Bundle) -com.turingtechnologies.materialscrollbar.R$attr: int backgroundTint -androidx.appcompat.widget.AppCompatButton: android.content.res.ColorStateList getSupportCompoundDrawablesTintList() -cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_NOTIF_COUNT -androidx.appcompat.R$drawable: int abc_control_background_material -okhttp3.internal.http.HttpMethod -wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit[] values() -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA -androidx.constraintlayout.widget.R$attr: int dialogTheme -com.baidu.location.e.l$b: com.baidu.location.e.l$b[] values() -com.jaredrummler.android.colorpicker.R$color: int accent_material_light -com.tencent.bugly.proguard.am: java.lang.String l -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintGuide_end -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleTextAppearance -androidx.lifecycle.Transformations$1: androidx.lifecycle.MediatorLiveData val$result -cyanogenmod.app.CMContextConstants$Features: java.lang.String PROFILES -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String COL_KEY -wangdaye.com.geometricweather.R$dimen: int widget_subtitle_text_size -wangdaye.com.geometricweather.R$layout: int support_simple_spinner_dropdown_item -androidx.hilt.work.R$id: int accessibility_custom_action_25 -wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableTransition_android_drawable -cyanogenmod.hardware.CMHardwareManager: int getNumGammaControls() -com.tencent.bugly.BuglyStrategy: java.lang.String c -android.didikee.donate.R$string: R$string() -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceInformationStyle -okhttp3.internal.http2.Http2Reader: void readPushPromise(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintGuide_begin -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionBar_TabText -com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Theme_AppCompat_Dialog -com.tencent.bugly.crashreport.common.info.a: java.lang.String T() -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_1 -com.bumptech.glide.R$styleable: int[] FontFamilyFont -com.turingtechnologies.materialscrollbar.MaterialScrollBar: boolean getHide() -androidx.appcompat.resources.R$styleable: int FontFamilyFont_fontVariationSettings -androidx.lifecycle.extensions.R$anim: int fragment_close_exit -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Dialog_Alert -androidx.lifecycle.extensions.R$style: int TextAppearance_Compat_Notification -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActivityChooserView -androidx.constraintlayout.widget.R$drawable: int abc_btn_colored_material -androidx.appcompat.resources.R$id: int action_divider -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: cyanogenmod.hardware.DisplayMode[] getDisplayModes() -androidx.recyclerview.R$layout: int notification_template_part_chronometer -wangdaye.com.geometricweather.R$drawable: int ic_mold -com.google.android.material.R$styleable: int AppCompatTheme_actionModePopupWindowStyle -wangdaye.com.geometricweather.common.basic.models.weather.Wind: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree getDegree() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getO3Desc() -wangdaye.com.geometricweather.R$attr: int windowActionModeOverlay -com.google.android.material.R$attr: int textAppearanceOverline -okhttp3.internal.ws.WebSocketReader$FrameCallback -com.turingtechnologies.materialscrollbar.R$anim: int abc_fade_in -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_unregisterCallback -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: void setAddress(java.lang.String) -wangdaye.com.geometricweather.common.basic.models.weather.Base: java.util.Date updateDate -wangdaye.com.geometricweather.R$id: int widget_day_week_temp_4 -com.jaredrummler.android.colorpicker.R$dimen: int cpv_column_width -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ImageButton -okhttp3.internal.cache.CacheInterceptor$1 -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: java.util.Date StartDateTime -com.jaredrummler.android.colorpicker.R$bool -okhttp3.internal.http2.Http2Writer -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: int unitArrayIndex -wangdaye.com.geometricweather.R$drawable: int selectable_item_background -android.didikee.donate.R$id: int chronometer -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: int getProgressCircleDiameter() -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub: int TRANSACTION_setServiceRequestState -com.google.android.material.appbar.MaterialToolbar: MaterialToolbar(android.content.Context,android.util.AttributeSet,int) -com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String w -james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_drawableBottom -com.google.android.material.R$layout: int design_layout_tab_text -com.jaredrummler.android.colorpicker.R$layout: int abc_activity_chooser_view -androidx.appcompat.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_0 -cyanogenmod.app.IProfileManager$Stub: java.lang.String DESCRIPTOR -com.google.gson.FieldNamingPolicy: FieldNamingPolicy(java.lang.String,int,com.google.gson.FieldNamingPolicy$1) -com.google.android.material.chip.Chip: void setCloseIconSize(float) -androidx.activity.R$styleable: int GradientColor_android_startX -com.turingtechnologies.materialscrollbar.R$styleable: int MenuGroup_android_orderInCategory -androidx.drawerlayout.R$styleable: int GradientColor_android_endColor -cyanogenmod.app.BaseLiveLockManagerService: void cancelLiveLockScreen(java.lang.String,int,int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Imperial: AccuCurrentResult$ApparentTemperature$Imperial() -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_contentInsetLeft -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: boolean isDisposed() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature Temperature -com.turingtechnologies.materialscrollbar.R$attr: int switchTextAppearance -androidx.appcompat.R$id -androidx.constraintlayout.widget.R$attr: int track -wangdaye.com.geometricweather.R$attr: int listPreferredItemPaddingLeft -androidx.preference.R$attr: int windowFixedHeightMajor -okhttp3.internal.connection.ConnectionSpecSelector: boolean isFallbackPossible -cyanogenmod.externalviews.KeyguardExternalView$9: void run() -com.jaredrummler.android.colorpicker.R$attr: int tooltipText -androidx.appcompat.R$styleable: int LinearLayoutCompat_dividerPadding -androidx.fragment.R$styleable: int FontFamily_fontProviderCerts -com.turingtechnologies.materialscrollbar.R$styleable: int CompoundButton_buttonTintMode -android.didikee.donate.R$string: int abc_toolbar_collapse_description -wangdaye.com.geometricweather.R$dimen: int material_emphasis_high_type -androidx.constraintlayout.widget.R$attr: int layout_constraintStart_toEndOf -androidx.appcompat.app.ActionBar: void removeOnMenuVisibilityListener(androidx.appcompat.app.ActionBar$OnMenuVisibilityListener) -okhttp3.internal.http2.Settings: int set -com.turingtechnologies.materialscrollbar.R$attr: int actionModeCutDrawable -com.bumptech.glide.Registry$NoSourceEncoderAvailableException: Registry$NoSourceEncoderAvailableException(java.lang.Class) -cyanogenmod.power.PerformanceManager: PerformanceManager(android.content.Context) -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit valueOf(java.lang.String) -wangdaye.com.geometricweather.R$attr: int searchHintIcon -com.tencent.bugly.crashreport.biz.UserInfoBean: long f -wangdaye.com.geometricweather.R$id: int progress_horizontal -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Region -androidx.coordinatorlayout.R$id: int none -androidx.constraintlayout.widget.R$styleable: int MotionTelltales_telltales_tailColor -okhttp3.internal.connection.RealConnection: java.lang.String toString() -cyanogenmod.providers.CMSettings$System: java.lang.String PEOPLE_LOOKUP_PROVIDER -androidx.preference.R$style: int Base_Widget_AppCompat_ProgressBar -androidx.constraintlayout.motion.widget.MotionLayout: void setInteractionEnabled(boolean) -wangdaye.com.geometricweather.R$animator: int start_shine_1 -wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.String readKey(android.database.Cursor,int) -androidx.appcompat.resources.R$styleable: int StateListDrawable_android_constantSize -okhttp3.internal.platform.Platform: okhttp3.internal.tls.TrustRootIndex buildTrustRootIndex(javax.net.ssl.X509TrustManager) -com.google.android.material.floatingactionbutton.FloatingActionButton$BaseBehavior: FloatingActionButton$BaseBehavior() -com.tencent.bugly.crashreport.common.info.a: java.util.HashMap A -com.turingtechnologies.materialscrollbar.R$dimen: int compat_control_corner_material -com.google.android.material.R$styleable: int TextInputLayout_hintAnimationEnabled -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult: wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Geometry geometry -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void innerError(int,java.lang.Throwable) -com.jaredrummler.android.colorpicker.R$drawable: int abc_list_pressed_holo_dark -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_ratingBarStyleSmall -com.google.android.material.R$id: int parentRelative -androidx.preference.R$color: int dim_foreground_material_light -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.util.Date time -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_DialogWhenLarge -com.google.android.material.R$style: int Widget_MaterialComponents_CompoundButton_Switch -okhttp3.internal.http2.Http2Writer: void data(boolean,int,okio.Buffer,int) -com.jaredrummler.android.colorpicker.R$attr: int titleMarginStart -okhttp3.internal.http1.Http1Codec$FixedLengthSource: long read(okio.Buffer,long) -wangdaye.com.geometricweather.common.basic.models.weather.History: int getNighttimeTemperature() -androidx.constraintlayout.widget.R$styleable: int[] AppCompatTheme -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder protocols(java.util.List) -okhttp3.Response: java.util.List headers(java.lang.String) -android.didikee.donate.R$attr: int contentInsetRight -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: long serialVersionUID -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_CompactMenu -wangdaye.com.geometricweather.R$styleable: int SearchView_searchHintIcon -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_shapeAppearanceOverlay -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionBar_TabView -androidx.constraintlayout.widget.R$attr: int customColorDrawableValue -com.google.android.material.R$styleable: int MaterialCalendar_dayStyle -cyanogenmod.app.ProfileManager: java.lang.String EXTRA_LAST_PROFILE_UUID -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BATTERY_LIGHT_PULSE_VALIDATOR -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_86 -androidx.recyclerview.R$id: int actions -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_textColor +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_59 +com.google.android.material.R$color: int mtrl_filled_background_color +com.xw.repo.BubbleSeekBar: float getProgressFloat() +com.google.android.material.R$dimen: int abc_action_button_min_width_overflow_material +com.jaredrummler.android.colorpicker.R$drawable: int abc_seekbar_tick_mark_material +com.turingtechnologies.materialscrollbar.R$layout: int mtrl_layout_snackbar_include +androidx.appcompat.widget.AppCompatTextView: int getAutoSizeMaxTextSize() +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: void onComplete() +com.google.android.material.bottomappbar.BottomAppBar: androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior getBehavior() +wangdaye.com.geometricweather.R$drawable: int abc_btn_borderless_material +retrofit2.Retrofit: boolean validateEagerly +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void alterWindow(int,int,int,int,boolean,android.graphics.Rect) +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_horizontalGap +com.google.android.material.chip.Chip: void setLayoutDirection(int) +okhttp3.internal.http2.Http2Stream: java.util.Deque headersQueue +androidx.loader.R$styleable: int GradientColor_android_centerY +okio.Buffer: okio.Buffer copyTo(java.io.OutputStream,long,long) +androidx.activity.R$dimen: int compat_button_inset_vertical_material +com.bumptech.glide.R$drawable: int notification_icon_background +com.google.android.material.slider.Slider: float getStepSize() +james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth +com.google.android.material.R$styleable: int AppCompatTheme_textColorAlertDialogListItem +com.google.android.material.chip.ChipGroup: void setChipSpacingHorizontalResource(int) +com.jaredrummler.android.colorpicker.R$attr: int subtitleTextStyle +com.tencent.bugly.crashreport.CrashReport: java.lang.String getAppID() +io.reactivex.internal.observers.DeferredScalarDisposable: void dispose() +androidx.swiperefreshlayout.R$id: int time +okio.RealBufferedSink$1: void write(byte[],int,int) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$2: void run() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: java.lang.String en_US +wangdaye.com.geometricweather.R$id: int widget_week_temp_3 +com.google.android.material.R$drawable: int mtrl_popupmenu_background_dark +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float snowPrecipitationProbability cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$4: void run() -com.google.android.material.R$attr: int iconifiedByDefault -androidx.constraintlayout.widget.R$bool: int abc_action_bar_embed_tabs -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Dialog_MinWidth -com.tencent.bugly.proguard.ap: void a(com.tencent.bugly.proguard.i) -com.jaredrummler.android.colorpicker.R$attr: int dropdownPreferenceStyle -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit[] values() -com.google.android.material.slider.Slider: java.lang.CharSequence getAccessibilityClassName() -com.google.android.material.R$styleable: int MenuView_android_verticalDivider -com.amap.api.location.DPoint: boolean equals(java.lang.Object) -com.jaredrummler.android.colorpicker.R$drawable: int abc_list_divider_material -wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_android_ttcIndex -com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String toStr(int) -com.amap.api.fence.GeoFenceClient: GeoFenceClient(android.content.Context) -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float visibility -com.google.android.material.R$dimen: int mtrl_calendar_day_today_stroke -cyanogenmod.app.CMTelephonyManager -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable -okhttp3.internal.cache.DiskLruCache: java.util.concurrent.Executor executor -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title -androidx.hilt.work.R$styleable: int FontFamily_fontProviderCerts -okio.DeflaterSink: java.util.zip.Deflater deflater -okhttp3.internal.connection.ConnectionSpecSelector: okhttp3.ConnectionSpec configureSecureSocket(javax.net.ssl.SSLSocket) -com.google.gson.JsonParseException: JsonParseException(java.lang.Throwable) -okio.RealBufferedSource: void require(long) -androidx.preference.R$string: int abc_searchview_description_query -io.reactivex.Observable: io.reactivex.Observable concatArrayEager(io.reactivex.ObservableSource[]) -androidx.viewpager.R$attr: int fontWeight -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property UvLevel -retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isResult -com.google.android.material.R$color: int abc_search_url_text_pressed -com.turingtechnologies.materialscrollbar.R$id: int view_offset_helper -com.google.android.material.R$id: int right_icon -androidx.activity.R$drawable: int notification_bg_low -okhttp3.internal.http2.Http2Reader: void readHeaders(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) -wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_switchTextOff -wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree daytimeWindDegree -androidx.appcompat.resources.R$id: int italic -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.AlertEntityDao alertEntityDao -wangdaye.com.geometricweather.R$attr: int switchPadding -androidx.appcompat.widget.LinearLayoutCompat: void setBaselineAligned(boolean) -cyanogenmod.app.LiveLockScreenInfo: int PRIORITY_MIN -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial: double Value -com.jaredrummler.android.colorpicker.R$attr: int actionModeCopyDrawable -wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: java.lang.Integer getAngle() -cyanogenmod.themes.ThemeChangeRequest: ThemeChangeRequest(java.util.Map,java.util.Map,cyanogenmod.themes.ThemeChangeRequest$RequestType,long,cyanogenmod.themes.ThemeChangeRequest$1) -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight -com.jaredrummler.android.colorpicker.R$styleable: int PopupWindow_overlapAnchor -com.turingtechnologies.materialscrollbar.R$id: int action_container -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: void onComplete() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon -cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: void cancelRequest(int) -com.xw.repo.bubbleseekbar.R$attr: int iconTintMode -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIndicatorGravity -com.jaredrummler.android.colorpicker.R$attr: int trackTint -com.google.android.material.R$layout: int design_layout_snackbar_include -androidx.loader.R$drawable: int notification_template_icon_bg -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$5: KeyguardExternalViewProviderService$Provider$ProviderImpl$5(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl,boolean) -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ProgressBar_Horizontal -okhttp3.Challenge -androidx.appcompat.R$dimen: int compat_notification_large_icon_max_height -wangdaye.com.geometricweather.R$styleable: int MenuGroup_android_id -androidx.core.R$id: int accessibility_custom_action_1 -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_title -androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableItem_android_drawable -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_centerColor -androidx.appcompat.R$styleable: int AppCompatTheme_windowFixedHeightMajor -androidx.viewpager.R$id: int text2 -androidx.vectordrawable.animated.R$attr: int fontProviderQuery -com.google.android.material.R$attr: int dayStyle -androidx.preference.R$dimen: int preference_icon_minWidth -cyanogenmod.externalviews.KeyguardExternalView: KeyguardExternalView(android.content.Context,android.util.AttributeSet,android.content.ComponentName) -com.google.android.material.navigation.NavigationView: void setItemHorizontalPadding(int) -wangdaye.com.geometricweather.R$dimen: int cpv_column_width -androidx.fragment.R$styleable: int GradientColor_android_endX -androidx.preference.R$attr: int tooltipForegroundColor -com.baidu.location.indoor.mapversion.c.a$d: double a(double) -wangdaye.com.geometricweather.R$id: int dialog_weather_hourly_container -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getShortTemperature(android.content.Context,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) -androidx.preference.R$styleable: int SwitchCompat_android_thumb -wangdaye.com.geometricweather.R$animator: int mtrl_extended_fab_hide_motion_spec -com.turingtechnologies.materialscrollbar.R$color: R$color() -okio.Pipe$PipeSink: void close() -wangdaye.com.geometricweather.resource.utils.ResourceUtils$NullResourceIdException -cyanogenmod.app.CMStatusBarManager -wangdaye.com.geometricweather.R$attr: int materialCircleRadius -androidx.appcompat.R$style: int AlertDialog_AppCompat -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar -com.tencent.bugly.proguard.k: void a(com.tencent.bugly.proguard.i) -com.google.android.material.R$styleable: int Chip_chipBackgroundColor -androidx.preference.R$color: int abc_tint_btn_checkable -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: java.util.Date getFrom() -wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerFamilyTopLeft -com.google.android.material.R$dimen: int mtrl_calendar_header_height_fullscreen -io.reactivex.Observable: io.reactivex.Single single(java.lang.Object) -okhttp3.logging.HttpLoggingInterceptor: okhttp3.logging.HttpLoggingInterceptor$Level getLevel() -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_wrapMode -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderDivider -com.turingtechnologies.materialscrollbar.R$attr: int hideMotionSpec -com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_animSteps -androidx.core.R$id: int accessibility_custom_action_15 -okhttp3.OkHttpClient: okhttp3.CertificatePinner certificatePinner() -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: long lastId -androidx.preference.R$color: int material_grey_900 -com.google.android.material.chip.Chip: float getCloseIconSize() -okhttp3.internal.http2.Hpack$Reader: int readByte() -okhttp3.Dispatcher: Dispatcher(java.util.concurrent.ExecutorService) -androidx.preference.R$attr: int collapseIcon -com.amap.api.location.AMapLocation: java.lang.String n(com.amap.api.location.AMapLocation,java.lang.String) -okhttp3.internal.http2.Http2Connection: int nextStreamId -android.didikee.donate.R$styleable: int ColorStateListItem_android_alpha -okhttp3.internal.tls.OkHostnameVerifier: boolean verify(java.lang.String,java.security.cert.X509Certificate) -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: java.lang.Object clone() -retrofit2.RequestFactory$Builder: boolean gotBody -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result: java.lang.String type -com.amap.api.location.AMapLocation$1: java.lang.Object[] newArray(int) -cyanogenmod.app.CustomTile$ExpandedStyle$1: java.lang.Object[] newArray(int) -android.didikee.donate.R$color: int abc_primary_text_disable_only_material_dark -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_elevation -com.google.android.material.R$attr: int cornerFamilyBottomLeft -android.didikee.donate.R$styleable: int AppCompatTextView_fontVariationSettings -wangdaye.com.geometricweather.R$attr: int passwordToggleContentDescription -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Metric Metric -androidx.preference.R$styleable: int Preference_android_order -com.google.android.material.R$color: int mtrl_choice_chip_ripple_color -androidx.viewpager.widget.PagerTitleStrip: int getMinHeight() -com.google.android.material.R$color: int design_default_color_on_error -com.google.android.material.R$drawable: int notification_template_icon_bg -android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft -android.didikee.donate.R$attr: int popupWindowStyle -androidx.preference.PreferenceGroup$SavedState: android.os.Parcelable$Creator CREATOR -org.greenrobot.greendao.AbstractDao: void saveInTx(java.lang.Iterable) -com.google.android.material.slider.RangeSlider$RangeSliderState -com.google.android.material.R$dimen: int mtrl_extended_fab_bottom_padding -wangdaye.com.geometricweather.R$styleable: int CardView_contentPaddingBottom -com.google.android.material.R$layout: int abc_expanded_menu_layout -wangdaye.com.geometricweather.R$dimen: int disabled_alpha_material_dark -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonBarStyle -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_numericModifiers -io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: void onComplete() -com.xw.repo.bubbleseekbar.R$attr: int trackTint -androidx.swiperefreshlayout.R$id: R$id() -com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_icon_size -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: void onComplete() -androidx.work.R$id: int tag_transition_group -androidx.preference.R$dimen: int fastscroll_margin -androidx.hilt.lifecycle.R$dimen: int notification_big_circle_margin -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Title -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property AqiText -wangdaye.com.geometricweather.R$attr: int bsb_section_count -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_gestureInsetBottomIgnored -cyanogenmod.themes.ThemeChangeRequest: ThemeChangeRequest(android.os.Parcel,cyanogenmod.themes.ThemeChangeRequest$1) -androidx.preference.R$styleable: int AppCompatTheme_colorControlActivated -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle -wangdaye.com.geometricweather.R$id: int activity_card_display_manage_bottomBar -com.baidu.location.e.h$a: com.baidu.location.e.h$a b -androidx.customview.R$drawable: int notification_bg_low -cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: void processCityNameLookupRequest(cyanogenmod.weather.RequestInfo) -james.adaptiveicon.R$attr: int windowMinWidthMajor -wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_disableDependentsState -com.google.android.material.R$styleable: int Chip_closeIconEnabled -com.turingtechnologies.materialscrollbar.R$attr: int drawableSize -androidx.constraintlayout.widget.R$attr: int ratingBarStyleSmall -com.google.android.material.navigation.NavigationView: void setItemBackgroundResource(int) -com.google.android.material.progressindicator.ProgressIndicator: int getCircularRadius() +io.reactivex.Observable: io.reactivex.Observable concatArrayEagerDelayError(int,int,io.reactivex.ObservableSource[]) +android.didikee.donate.R$drawable: int notification_action_background +android.didikee.donate.R$layout: int abc_dialog_title_material +com.jaredrummler.android.colorpicker.R$color: int highlighted_text_material_light +james.adaptiveicon.R$string: int abc_action_bar_up_description +retrofit2.RequestFactory$Builder: java.lang.String relativeUrl +wangdaye.com.geometricweather.R$attr: int flow_verticalGap +james.adaptiveicon.R$string: int search_menu_title +androidx.coordinatorlayout.R$id: int notification_main_column +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay CARD_LIFE_DETAILS +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property RainPrecipitation +wangdaye.com.geometricweather.R$id: int pathRelative +android.didikee.donate.R$style: int Platform_V21_AppCompat +androidx.lifecycle.ComputableLiveData: ComputableLiveData(java.util.concurrent.Executor) +com.google.android.material.R$attr: int layout_constraintWidth_max +com.google.android.material.bottomnavigation.BottomNavigationMenuView: android.content.res.ColorStateList getItemTextColor() +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_trackTint +com.tencent.bugly.proguard.q: boolean a(android.database.sqlite.SQLiteDatabase) +com.tencent.bugly.crashreport.common.info.a: java.lang.String M() +wangdaye.com.geometricweather.R$drawable: int notif_temp_61 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean +androidx.appcompat.resources.R$id: int async +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Humidity: MfForecastResult$DailyForecast$Humidity() +android.didikee.donate.R$attr: int isLightTheme +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintWidth_default +okio.Buffer: long indexOf(byte,long) +cyanogenmod.providers.CMSettings$System: java.lang.String BACK_WAKE_SCREEN +cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener: void onAttachedToWindow() +androidx.preference.R$attr: int stackFromEnd +androidx.vectordrawable.animated.R$id: int dialog_button +wangdaye.com.geometricweather.R$array: int air_quality_co_unit_values +androidx.appcompat.widget.AppCompatRadioButton: void setSupportBackgroundTintList(android.content.res.ColorStateList) +com.bumptech.glide.integration.okhttp.R$style: int TextAppearance_Compat_Notification_Info +cyanogenmod.app.Profile: int describeContents() +wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_box_stroke_width_focused +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Integer relativeHumidityMin +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver otherObserver +com.google.android.material.R$attr: int iconifiedByDefault +com.google.android.material.floatingactionbutton.FloatingActionButton: void setBackgroundResource(int) +com.google.gson.stream.JsonWriter: int peek() +io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: io.reactivex.Scheduler scheduler +com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String b() +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Display4 +androidx.dynamicanimation.R$styleable: int FontFamilyFont_ttcIndex +wangdaye.com.geometricweather.R$color: int design_fab_shadow_start_color +retrofit2.RequestFactory: retrofit2.ParameterHandler[] parameterHandlers +com.xw.repo.bubbleseekbar.R$attr: int editTextStyle +io.reactivex.internal.subscriptions.DeferredScalarSubscription: int NO_REQUEST_NO_VALUE +com.xw.repo.bubbleseekbar.R$drawable: int abc_text_cursor_material +androidx.constraintlayout.widget.R$drawable: int abc_list_longpressed_holo +androidx.appcompat.widget.FitWindowsFrameLayout: FitWindowsFrameLayout(android.content.Context,android.util.AttributeSet) +androidx.customview.R$styleable: int GradientColor_android_endX +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Menu +com.baidu.location.e.l$b: int c(com.baidu.location.e.l$b) +android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode +com.bumptech.glide.integration.okhttp.R$id: int title +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String cityId +wangdaye.com.geometricweather.R$attr: int titleTextStyle +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_28 +androidx.core.R$attr: int fontStyle +android.didikee.donate.R$attr: int closeIcon +androidx.customview.R$dimen: int notification_action_text_size +androidx.constraintlayout.widget.R$attr: int textAppearanceListItemSmall +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_creator +okio.RealBufferedSource: long indexOfElement(okio.ByteString) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionMenuTextColor +cyanogenmod.providers.CMSettings$System: java.lang.String PROXIMITY_ON_WAKE +cyanogenmod.externalviews.KeyguardExternalView: void performAction(java.lang.Runnable) +com.google.android.material.R$styleable: int TextInputLayout_suffixTextAppearance +com.tencent.bugly.proguard.an: byte[] c +wangdaye.com.geometricweather.db.entities.HourlyEntity +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: java.util.concurrent.atomic.AtomicLong index +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_11 +androidx.viewpager.R$id: int italic +okhttp3.internal.cache.DiskLruCache: java.lang.String READ +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_thumbTint +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningConsequence: MfWarningsResult$WarningConsequence() +androidx.appcompat.widget.SearchView: int getSuggestionRowLayout() +com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_fabCradleRoundedCornerRadius +okhttp3.internal.Util: java.util.TimeZone UTC +androidx.constraintlayout.widget.R$string: int abc_action_menu_overflow_description +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_94 +com.bumptech.glide.integration.okhttp.R$color: R$color() +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: long serialVersionUID +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_seekBarPreferenceStyle +com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_android_dialogTitle +androidx.appcompat.widget.SearchView: int getPreferredHeight() +cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String ALARM_ID +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SCATTERED_SHOWERS +okio.RealBufferedSink: void write(okio.Buffer,long) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintLeft_creator +com.bumptech.glide.load.DecodeFormat: com.bumptech.glide.load.DecodeFormat valueOf(java.lang.String) +com.google.android.material.R$styleable: int NavigationView_itemShapeInsetEnd +cyanogenmod.profiles.ConnectionSettings: void setValue(int) +com.turingtechnologies.materialscrollbar.R$attr: int layout_insetEdge +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Temperature temperature +com.turingtechnologies.materialscrollbar.R$id: int textSpacerNoTitle +com.jaredrummler.android.colorpicker.R$dimen: int abc_edit_text_inset_horizontal_material +androidx.lifecycle.MediatorLiveData: void removeSource(androidx.lifecycle.LiveData) +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_27 +androidx.appcompat.R$string: int abc_toolbar_collapse_description +com.google.android.material.R$styleable: int[] Tooltip +wangdaye.com.geometricweather.db.entities.HistoryEntity: void setNighttimeTemperature(int) +wangdaye.com.geometricweather.common.basic.models.weather.Astro: boolean isValid() +io.reactivex.internal.observers.ForEachWhileObserver +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_TabView +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: void drain() +wangdaye.com.geometricweather.common.basic.models.weather.Wind: boolean isValidSpeed() +wangdaye.com.geometricweather.R$xml: int perference_notification_color +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_1 +wangdaye.com.geometricweather.R$dimen: int notification_action_icon_size +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_percent +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: void setEn_US(java.lang.String) +wangdaye.com.geometricweather.R$string: int settings_summary_background_free_off +james.adaptiveicon.R$attr: int buttonStyleSmall +androidx.coordinatorlayout.R$layout +com.jaredrummler.android.colorpicker.R$attr: int borderlessButtonStyle +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_SearchView +cyanogenmod.providers.CMSettings$1: boolean validate(java.lang.String) +wangdaye.com.geometricweather.R$id: int middle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Direction Direction +androidx.appcompat.widget.SearchView: void setQueryRefinementEnabled(boolean) +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.R$layout: int abc_list_menu_item_layout +com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getSuffixTextColor() +androidx.appcompat.R$styleable: int SearchView_defaultQueryHint +io.reactivex.internal.subscriptions.EmptySubscription: java.lang.String toString() +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.ChineseCityEntity) +androidx.viewpager2.R$attr: int font +wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_minutelyTitle +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Large_Inverse +com.xw.repo.bubbleseekbar.R$style: int Base_V21_Theme_AppCompat_Light_Dialog +wangdaye.com.geometricweather.R$id: int widget_day_week_title +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit NMI +wangdaye.com.geometricweather.R$style: int TextAppearance_Design_HelperText +wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: void setOnPageSwipeListener(wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout$OnPagerSwipeListener) +com.jaredrummler.android.colorpicker.R$layout: int select_dialog_item_material +androidx.constraintlayout.widget.R$dimen: int abc_action_button_min_width_material +okhttp3.FormBody: java.util.List encodedNames +com.tencent.bugly.proguard.z: java.lang.String b(java.lang.String,java.lang.String) +wangdaye.com.geometricweather.R$attr: int track +com.tencent.bugly.proguard.am: java.lang.String c +wangdaye.com.geometricweather.R$drawable: int notif_temp_51 +com.google.android.material.R$styleable: int Constraint_layout_constraintVertical_chainStyle +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIndicatorColor +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: ObservableTimeoutTimed$TimeoutObserver(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler$Worker) +androidx.preference.R$attr: int iconifiedByDefault +com.xw.repo.bubbleseekbar.R$color: int tooltip_background_light +android.didikee.donate.R$style: int Theme_AppCompat_Dialog_Alert +androidx.activity.R$id: int action_text +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_visibility +com.turingtechnologies.materialscrollbar.R$attr: int actionBarTheme +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWindLevel +okhttp3.ResponseBody$BomAwareReader +okio.BufferedSource: void skip(long) +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: void onAttachedToWindow() +com.google.android.material.R$id: int date_picker_actions +androidx.customview.R$styleable: int[] ColorStateListItem +cyanogenmod.profiles.BrightnessSettings: int getValue() +com.tencent.bugly.proguard.y$a: boolean a +androidx.constraintlayout.widget.R$dimen: int tooltip_vertical_padding +androidx.preference.R$string: R$string() +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: java.lang.String MobileLink com.google.android.material.R$styleable: int AppCompatTextView_firstBaselineToTopHeight -wangdaye.com.geometricweather.R$drawable: int shortcuts_sleet_foreground -androidx.appcompat.R$style: int TextAppearance_AppCompat_Display1 -com.google.android.material.navigation.NavigationView: void setElevation(float) -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_selection_baseline_to_top_fullscreen -com.google.android.material.R$layout: int mtrl_picker_header_toggle -okio.RealBufferedSource: short readShortLe() -okhttp3.ConnectionPool: boolean $assertionsDisabled -wangdaye.com.geometricweather.R$layout: int notification_multi_city -wangdaye.com.geometricweather.R$id: int widget_clock_day_todayTemp -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintCircleAngle -com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableCompat_android_visible -com.xw.repo.bubbleseekbar.R$dimen: int notification_large_icon_width -com.google.android.material.R$styleable: int TextInputLayout_boxBackgroundColor -com.google.android.material.R$styleable: int FontFamilyFont_android_ttcIndex -androidx.constraintlayout.widget.R$drawable: int abc_btn_check_material_anim -com.jaredrummler.android.colorpicker.R$attr: int allowDividerAfterLastItem -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableEndCompat -com.jaredrummler.android.colorpicker.R$styleable: int[] View -androidx.core.R$dimen: int notification_big_circle_margin -wangdaye.com.geometricweather.R$attr: int maxAcceleration -androidx.work.InputMerger: InputMerger() -android.didikee.donate.R$styleable: int SwitchCompat_thumbTextPadding -retrofit2.KotlinExtensions$await$4$2: void onResponse(retrofit2.Call,retrofit2.Response) -okhttp3.internal.http1.Http1Codec: Http1Codec(okhttp3.OkHttpClient,okhttp3.internal.connection.StreamAllocation,okio.BufferedSource,okio.BufferedSink) -androidx.legacy.coreutils.R$id: int notification_main_column_container -com.xw.repo.bubbleseekbar.R$layout: int abc_action_bar_up_container -wangdaye.com.geometricweather.R$dimen: int mtrl_exposed_dropdown_menu_popup_elevation -com.google.android.material.R$drawable: int ic_mtrl_chip_checked_circle -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: void setContent(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean) -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored -com.xw.repo.bubbleseekbar.R$id: int expand_activities_button -org.greenrobot.greendao.database.DatabaseOpenHelper: DatabaseOpenHelper(android.content.Context,java.lang.String,android.database.sqlite.SQLiteDatabase$CursorFactory,int,android.database.DatabaseErrorHandler) -com.turingtechnologies.materialscrollbar.R$attr: int textColorAlertDialogListItem -com.google.android.material.R$layout: int design_navigation_item -androidx.constraintlayout.widget.R$dimen -retrofit2.converter.gson.GsonResponseBodyConverter: java.lang.Object convert(java.lang.Object) -wangdaye.com.geometricweather.R$drawable: int notif_temp_54 -cyanogenmod.externalviews.ExternalViewProviderService$Provider: int DEFAULT_WINDOW_FLAGS -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_lastVerticalBias -com.xw.repo.bubbleseekbar.R$styleable: int[] AnimatedStateListDrawableItem -androidx.preference.R$attr: int colorAccent -androidx.preference.R$styleable: int Preference_key -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionOverflowButtonStyle -com.tencent.bugly.BuglyStrategy: com.tencent.bugly.BuglyStrategy setBuglyLogUpload(boolean) -androidx.appcompat.R$dimen: int abc_text_size_medium_material -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNo2(java.lang.Float) -androidx.vectordrawable.R$layout: int notification_template_part_chronometer -com.google.android.material.R$attr: int saturation -io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: void onNext(java.lang.Object) -androidx.lifecycle.LifecycleDispatcher$DispatcherActivityCallback: LifecycleDispatcher$DispatcherActivityCallback() -com.turingtechnologies.materialscrollbar.R$id: int chronometer -androidx.lifecycle.LifecycleService -wangdaye.com.geometricweather.R$dimen: int compat_control_corner_material -wangdaye.com.geometricweather.R$string: int current_location -com.google.android.material.R$color: int mtrl_choice_chip_background_color -androidx.appcompat.R$styleable: int FontFamilyFont_android_fontVariationSettings -okhttp3.Handshake: java.security.Principal localPrincipal() -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: boolean done -androidx.constraintlayout.widget.R$styleable: int ImageFilterView_saturation -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Caption -androidx.appcompat.R$drawable: int abc_text_select_handle_left_mtrl_light -com.turingtechnologies.materialscrollbar.R$style: int Platform_MaterialComponents -com.xw.repo.bubbleseekbar.R$styleable: int ActionMode_background -com.xw.repo.bubbleseekbar.R$anim -wangdaye.com.geometricweather.R$dimen: int mtrl_badge_long_text_horizontal_padding -wangdaye.com.geometricweather.db.entities.DailyEntity: void setSunSetDate(java.util.Date) -cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks -wangdaye.com.geometricweather.R$styleable: int MockView_mock_showLabel -androidx.constraintlayout.widget.R$attr: int font -com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat_Light -androidx.appcompat.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar -com.xw.repo.bubbleseekbar.R$anim: int abc_popup_exit -androidx.preference.R$attr: int allowDividerBelow -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView -androidx.loader.R$styleable: int GradientColor_android_centerX -androidx.constraintlayout.widget.ConstraintLayout: int getOptimizationLevel() -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_logo -cyanogenmod.providers.CMSettings$Secure: java.lang.String DEVELOPMENT_SHORTCUT -com.tencent.bugly.crashreport.common.info.b: java.lang.String d() -com.google.android.material.chip.Chip: void setCloseIcon(android.graphics.drawable.Drawable) -com.google.android.material.R$id: int startVertical -com.amap.api.location.AMapLocation: void setAddress(java.lang.String) -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_fitToContents -com.jaredrummler.android.colorpicker.R$styleable: int[] GradientColorItem -com.turingtechnologies.materialscrollbar.R$id: int uniform -androidx.constraintlayout.widget.R$dimen: int abc_control_padding_material -com.jaredrummler.android.colorpicker.R$dimen: int abc_list_item_padding_horizontal_material -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver -wangdaye.com.geometricweather.R$id: int text_input_error_icon -androidx.work.R$integer: R$integer() -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored -okio.ForwardingTimeout: okio.Timeout clearDeadline() -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index -com.google.android.gms.common.server.FavaDiagnosticsEntity -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_CALL_LED_OFF_VALIDATOR -james.adaptiveicon.R$attr: int trackTint -androidx.preference.R$drawable: int abc_textfield_search_activated_mtrl_alpha -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Metric: double Value -wangdaye.com.geometricweather.R$drawable: int widget_clock_day_details -io.reactivex.Observable: io.reactivex.Observable skipLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean,int) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorControlActivated -wangdaye.com.geometricweather.R$id: int action_mode_bar -com.turingtechnologies.materialscrollbar.R$attr: int hideOnScroll -androidx.constraintlayout.widget.ConstraintLayout: void setMinHeight(int) -com.amap.api.fence.GeoFence: android.os.Parcelable$Creator CREATOR -com.jaredrummler.android.colorpicker.R$attr: int layout -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_goneMarginTop -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceGroup_initialExpandedChildrenCount -android.didikee.donate.R$styleable: int ActionBar_contentInsetStart -com.amap.api.fence.DistrictItem: int describeContents() -wangdaye.com.geometricweather.R$attr: int layout_constraintBottom_creator -androidx.loader.R$styleable: int GradientColor_android_startY -wangdaye.com.geometricweather.R$styleable: int NavigationView_headerLayout -com.amap.api.fence.GeoFence: java.lang.String getFenceId() -com.xw.repo.bubbleseekbar.R$attr: int spinBars -androidx.dynamicanimation.R$drawable: int notification_tile_bg -androidx.appcompat.R$dimen: int tooltip_y_offset_non_touch -androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_endIconMode -androidx.preference.R$styleable: int CheckBoxPreference_disableDependentsState -com.jaredrummler.android.colorpicker.R$id -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintStart_toStartOf -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit[] values() -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: boolean cancelled -androidx.legacy.coreutils.R$dimen: int notification_large_icon_height -com.xw.repo.bubbleseekbar.R$style: int Base_DialogWindowTitle_AppCompat -wangdaye.com.geometricweather.main.layouts.MainLayoutManager -com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding: com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding QUALITY -wangdaye.com.geometricweather.R$layout: int design_text_input_start_icon -androidx.coordinatorlayout.R$styleable: int GradientColor_android_centerX -androidx.coordinatorlayout.R$layout: int notification_template_part_chronometer -wangdaye.com.geometricweather.R$id: int item_about_translator_title -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: java.lang.String logo -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintRight_toLeftOf -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_7 -com.tencent.bugly.crashreport.crash.anr.TraceFileHelper$a: java.util.Map d -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_translationZ -wangdaye.com.geometricweather.db.entities.WeatherEntity: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree getWindDegree() -com.turingtechnologies.materialscrollbar.R$attr: int navigationViewStyle -android.didikee.donate.R$styleable: int AppCompatTheme_windowFixedHeightMajor -wangdaye.com.geometricweather.R$styleable: int PreferenceGroup_android_orderingFromXml -okio.Buffer: okio.Buffer writeLongLe(long) -com.google.android.material.R$styleable: int BottomAppBar_elevation -okhttp3.RequestBody$2: okhttp3.MediaType val$contentType -com.tencent.bugly.proguard.i -com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver: boolean e -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_subtitleTextStyle -wangdaye.com.geometricweather.R$id: int widget_day_week_subtitle -james.adaptiveicon.R$anim: int abc_slide_out_top -com.google.android.material.R$style: int Widget_MaterialComponents_Badge -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int FitSystemBarRecyclerView_rv_side -com.google.android.material.R$attr: int pathMotionArc -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean isDisposed() -okhttp3.internal.http.RetryAndFollowUpInterceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) -androidx.work.R$styleable: R$styleable() -com.google.android.material.R$styleable: int ActionBar_backgroundStacked -androidx.vectordrawable.R$id: int accessibility_custom_action_8 -androidx.appcompat.R$styleable: int AppCompatTheme_colorControlActivated -androidx.constraintlayout.widget.R$attr: int transitionFlags -androidx.lifecycle.SavedStateHandle: androidx.savedstate.SavedStateRegistry$SavedStateProvider mSavedStateProvider -com.google.android.material.R$dimen: int abc_control_inset_material -com.google.android.material.bottomappbar.BottomAppBar: float getCradleVerticalOffset() -androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableTransition_android_drawable -com.tencent.bugly.crashreport.common.info.b: java.lang.String a(android.content.Context) -com.jaredrummler.android.colorpicker.R$string: int summary_collapsed_preference_list -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language FRENCH -androidx.appcompat.view.menu.StandardMenuPopup -com.jaredrummler.android.colorpicker.R$integer: int abc_config_activityDefaultDur -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_PopupMenu -com.jaredrummler.android.colorpicker.R$drawable -androidx.viewpager.R$id: int actions -com.tencent.bugly.proguard.v: v(android.content.Context,int,int,byte[],java.lang.String,java.lang.String,com.tencent.bugly.proguard.t,boolean,boolean) -androidx.appcompat.R$styleable: int AppCompatTheme_buttonBarStyle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial: int UnitType -okio.DeflaterSink: void close() -wangdaye.com.geometricweather.R$attr: int gapBetweenBars -androidx.legacy.coreutils.R$drawable: int notification_template_icon_bg -wangdaye.com.geometricweather.R$array: int notification_text_color_values -okhttp3.Response: okhttp3.Response$Builder newBuilder() -io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: boolean isDisposed() -androidx.constraintlayout.widget.R$id: int invisible -com.jaredrummler.android.colorpicker.R$attr: int titleTextStyle -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Dialog_MinWidth -androidx.constraintlayout.widget.R$attr: int percentX -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView -okhttp3.CacheControl$Builder: int maxAgeSeconds -wangdaye.com.geometricweather.R$dimen: int abc_dialog_padding_top_material -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowFixedHeightMajor -com.google.android.material.R$layout: int abc_popup_menu_item_layout -com.jaredrummler.android.colorpicker.R$styleable: int Preference_shouldDisableView -wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle valueOf(java.lang.String) -james.adaptiveicon.R$styleable: int AlertDialog_showTitle -wangdaye.com.geometricweather.R$string: int settings_summary_service_provider -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_constraint_referenced_ids -android.didikee.donate.R$styleable: int AppCompatTheme_actionMenuTextAppearance -wangdaye.com.geometricweather.R$id: int notification_base -android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView -androidx.constraintlayout.widget.R$id: int listMode -com.xw.repo.bubbleseekbar.R$styleable: int FontFamily_fontProviderCerts -wangdaye.com.geometricweather.R$string: int key_dark_mode -james.adaptiveicon.R$color: int abc_primary_text_disable_only_material_dark -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: boolean isDisposed() -wangdaye.com.geometricweather.R$attr: int menu -io.reactivex.internal.subscriptions.SubscriptionHelper: boolean validate(org.reactivestreams.Subscription,org.reactivestreams.Subscription) -com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_text_size -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.R$color: int design_default_color_primary -cyanogenmod.app.suggest.ApplicationSuggestion: android.os.Parcelable$Creator CREATOR -com.google.android.material.R$styleable: int MotionLayout_showPaths -retrofit2.RequestBuilder: void addPart(okhttp3.MultipartBody$Part) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Direction: java.lang.String English -wangdaye.com.geometricweather.R$anim: int abc_popup_enter -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_NULL_MD5 -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_radioButtonStyle -james.adaptiveicon.R$style: int Theme_AppCompat_Light_Dialog -james.adaptiveicon.R$dimen: int notification_big_circle_margin -android.didikee.donate.R$color: int abc_tint_spinner -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView: PolylineAndHistogramView(android.content.Context,android.util.AttributeSet) -cyanogenmod.themes.ThemeManager: java.lang.String TAG -wangdaye.com.geometricweather.R$drawable: int ic_wechat_pay -com.tencent.bugly.crashreport.biz.b: long d -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial: java.lang.String Unit -com.turingtechnologies.materialscrollbar.R$dimen: int notification_action_icon_size -com.amap.api.location.AMapLocationClientOption: boolean isWifiScan() -androidx.recyclerview.widget.RecyclerView: void setScrollState(int) -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void onError(java.lang.Throwable) -androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_thickness -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean dispatchKeyEvent(android.view.KeyEvent) -okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder onlyIfCached() -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_pivotX -wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String cityId -androidx.appcompat.R$styleable: int AppCompatTheme_dialogCornerRadius -wangdaye.com.geometricweather.common.basic.models.weather.Weather: wangdaye.com.geometricweather.common.basic.models.weather.History getYesterday() -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_29 -com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_centerY -cyanogenmod.app.LiveLockScreenInfo$Builder -wangdaye.com.geometricweather.db.entities.LocationEntity: void setProvince(java.lang.String) -androidx.fragment.R$id: int title -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean: java.util.List brands -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_tooltipForegroundColor -com.google.android.material.R$attr: int tabMaxWidth -androidx.constraintlayout.widget.R$attr: int layout_constraintHorizontal_bias -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_recyclerView -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHeight_default -com.google.android.material.R$styleable: int ConstraintSet_android_alpha -androidx.constraintlayout.widget.R$attr: int layout_constraintBottom_creator -wangdaye.com.geometricweather.R$styleable: int KeyPosition_pathMotionArc -com.bumptech.glide.R$drawable: int notification_tile_bg -wangdaye.com.geometricweather.common.ui.transitions.RoundCornerTransition: RoundCornerTransition(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$id: int action_divider -wangdaye.com.geometricweather.R$attr: int tabPadding -androidx.appcompat.R$drawable: int btn_checkbox_checked_to_unchecked_mtrl_animation -androidx.vectordrawable.R$style: int TextAppearance_Compat_Notification_Info -okio.ForwardingSink: void close() -wangdaye.com.geometricweather.R$id: int tag_unhandled_key_listeners -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: int sourceMode -wangdaye.com.geometricweather.R$style: int Base_Widget_Design_TabLayout -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer getDegreeDayTemperature() -androidx.constraintlayout.widget.R$styleable: int MenuItem_actionLayout -io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$id: int decor_content_parent -wangdaye.com.geometricweather.R$styleable: int[] Transform -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STYLE_PREVIEW -com.google.android.material.internal.VisibilityAwareImageButton -wangdaye.com.geometricweather.R$animator: int weather_fog_2 -okio.ForwardingSink: okio.Sink delegate() -okhttp3.MultipartBody$Builder: okhttp3.MultipartBody$Builder addFormDataPart(java.lang.String,java.lang.String,okhttp3.RequestBody) -com.tencent.bugly.crashreport.common.info.PlugInBean: java.lang.String a -androidx.viewpager2.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderTitle -androidx.vectordrawable.R$styleable: int FontFamilyFont_fontVariationSettings -okhttp3.internal.io.FileSystem$1: void rename(java.io.File,java.io.File) -cyanogenmod.providers.CMSettings$Secure: java.lang.String PROTECTED_COMPONENT_MANAGERS -androidx.preference.R$attr: int reverseLayout -okhttp3.OkHttpClient$Builder: int connectTimeout -com.google.android.material.R$styleable: int SwitchCompat_splitTrack -wangdaye.com.geometricweather.R$string: int key_widget_trend_hourly -org.greenrobot.greendao.AbstractDao: void updateKeyAfterInsertAndAttach(java.lang.Object,long,boolean) -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$PhenomenonMaxColor: int phenomenoMaxColorId -com.google.android.material.R$styleable: int ActionBar_background -androidx.lifecycle.LifecycleRegistry: int mAddingObserverCounter -wangdaye.com.geometricweather.remoteviews.trend.TrendLinearLayout: void setColor(boolean) -james.adaptiveicon.R$styleable: int SearchView_queryHint -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorAccent -androidx.preference.R$styleable: int SwitchPreference_android_summaryOn -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: boolean hasKey(java.lang.Object) -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay TAG_WIND -androidx.work.R$drawable: int notification_tile_bg -com.google.gson.FieldNamingPolicy$2: java.lang.String translateName(java.lang.reflect.Field) -com.xw.repo.bubbleseekbar.R$color: int primary_material_light -wangdaye.com.geometricweather.R$attr: int settingsActivity -com.google.android.material.R$attr: int liftOnScrollTargetViewId -wangdaye.com.geometricweather.R$attr: int motionDebug -wangdaye.com.geometricweather.R$string: int common_google_play_services_update_title -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: java.lang.String Summary -com.turingtechnologies.materialscrollbar.R$dimen: int design_appbar_elevation -androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_shadowDx -okio.AsyncTimeout$Watchdog: void run() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String nighttimeWeatherText -wangdaye.com.geometricweather.R$attr: int placeholderText -androidx.swiperefreshlayout.R$styleable: int GradientColor_android_endY -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat_Light -okhttp3.internal.ws.RealWebSocket$Message: RealWebSocket$Message(int,okio.ByteString) -androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_android_ttcIndex -androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$State calculateTargetState(androidx.lifecycle.LifecycleObserver) -android.didikee.donate.R$attr: int actionLayout -androidx.appcompat.R$attr: int hideOnContentScroll -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_icon_5 -androidx.hilt.lifecycle.R$color: int secondary_text_default_material_light -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: java.lang.String value -androidx.lifecycle.extensions.R$id: int accessibility_action_clickable_span -wangdaye.com.geometricweather.R$id: int uniform -wangdaye.com.geometricweather.R$string: int settings_notification_hide_big_view_off -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit MB -com.google.android.material.R$id: int jumpToStart -wangdaye.com.geometricweather.R$styleable: int[] MaterialScrollBar -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Description Description -com.tencent.bugly.crashreport.common.strategy.a: com.tencent.bugly.crashreport.common.strategy.StrategyBean d() -io.reactivex.internal.disposables.CancellableDisposable -cyanogenmod.power.IPerformanceManager$Stub: int TRANSACTION_setPowerProfile -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: long EpochEndTime -wangdaye.com.geometricweather.db.entities.AlertEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.AlertEntity) -com.turingtechnologies.materialscrollbar.R$dimen: int abc_list_item_padding_horizontal_material -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_shadowRadius -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintTop_toBottomOf -com.jaredrummler.android.colorpicker.R$dimen: int compat_button_inset_vertical_material -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_maxElementsWrap -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: int status -wangdaye.com.geometricweather.R$attr: int sliderStyle -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_EditText -androidx.preference.R$styleable: int PreferenceFragment_android_layout -okhttp3.internal.http2.Http2Writer: void synReply(boolean,int,java.util.List) -retrofit2.RequestBuilder: java.lang.String method -wangdaye.com.geometricweather.R$styleable: int AlertDialog_buttonPanelSideLayout -com.bumptech.glide.R$layout: int notification_action -okhttp3.internal.http.RetryAndFollowUpInterceptor: okhttp3.internal.connection.StreamAllocation streamAllocation -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: float getPrecipitation(float) -com.jaredrummler.android.colorpicker.R$color: int abc_search_url_text_normal -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_selectableItemBackground -com.jaredrummler.android.colorpicker.R$attr: int alpha +com.google.android.material.R$style: int Widget_MaterialComponents_BottomNavigationView_PrimarySurface +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.lang.Integer snowHazard6h +androidx.appcompat.R$styleable: int AppCompatTextView_drawableStartCompat +com.tencent.bugly.proguard.c: void a(byte[]) +okio.Buffer: okio.BufferedSink writeInt(int) +androidx.vectordrawable.R$layout: int notification_template_part_time +com.google.android.material.R$attr: int boxCollapsedPaddingTop +androidx.preference.R$styleable: int AppCompatTheme_seekBarStyle +com.google.android.material.button.MaterialButton: void setIconTintMode(android.graphics.PorterDuff$Mode) +androidx.appcompat.R$interpolator: int fast_out_slow_in +com.tencent.bugly.proguard.v: void a(com.tencent.bugly.proguard.an,boolean,int,java.lang.String,int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: int status +okhttp3.internal.http2.Http2Reader$Handler: void ackSettings() +james.adaptiveicon.R$styleable: int AppCompatTheme_textColorSearchUrl +okhttp3.internal.cache2.Relay$RelaySource +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: long serialVersionUID +okio.ForwardingTimeout: ForwardingTimeout(okio.Timeout) +androidx.appcompat.R$styleable: int TextAppearance_android_shadowDy +androidx.preference.R$color: int abc_primary_text_material_light +androidx.constraintlayout.widget.R$dimen: int abc_seekbar_track_progress_height_material +androidx.constraintlayout.widget.R$layout: int abc_activity_chooser_view_list_item +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_chip_text_size +james.adaptiveicon.R$styleable: int[] ViewBackgroundHelper +com.google.android.material.R$styleable: int AppCompatTheme_actionModeShareDrawable +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: int RelativeHumidity +androidx.vectordrawable.animated.R$drawable: int notification_tile_bg +com.google.android.material.R$attr: int chipSpacing +androidx.appcompat.R$string: int abc_searchview_description_submit +androidx.appcompat.R$styleable: int MenuItem_android_titleCondensed +androidx.preference.R$attr: int contentInsetStartWithNavigation +androidx.preference.R$style: int Widget_AppCompat_ListView_DropDown +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header +io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: void onComplete() +com.tencent.bugly.proguard.m: java.lang.String b +com.google.android.material.R$styleable: int CardView_cardMaxElevation +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: io.reactivex.Observer downstream +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_defaultQueryHint +cyanogenmod.weatherservice.ServiceRequestResult: java.util.List mLocationLookupList +wangdaye.com.geometricweather.R$string: int wind_chill_temperature +okhttp3.internal.cache.DiskLruCache: long ANY_SEQUENCE_NUMBER +androidx.lifecycle.Lifecycle$Event +com.google.android.material.circularreveal.cardview.CircularRevealCardView: int getCircularRevealScrimColor() +com.tencent.bugly.crashreport.biz.UserInfoBean: int describeContents() +io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: io.reactivex.disposables.Disposable upstream +cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_shutdown +wangdaye.com.geometricweather.R$drawable: int notif_temp_130 +androidx.dynamicanimation.R$attr: R$attr() +cyanogenmod.app.ProfileManager: void setActiveProfile(java.lang.String) +androidx.transition.R$id: int async +com.turingtechnologies.materialscrollbar.R$attr: int actionModeFindDrawable +wangdaye.com.geometricweather.background.polling.permanent.update.Hilt_ForegroundTodayForecastUpdateService: Hilt_ForegroundTodayForecastUpdateService() +io.reactivex.internal.subscriptions.SubscriptionArbiter: java.util.concurrent.atomic.AtomicLong missedProduced +androidx.activity.R$dimen +androidx.activity.R$id: int accessibility_custom_action_23 +okhttp3.internal.ws.RealWebSocket$CancelRunnable: void run() +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: void disposeAfter() +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int HURRICANE +androidx.preference.R$id: int uniform +okhttp3.HttpUrl: java.lang.String scheme +com.tencent.bugly.BuglyStrategy: com.tencent.bugly.BuglyStrategy setAppReportDelay(long) +androidx.appcompat.resources.R$attr: int fontProviderFetchTimeout +android.didikee.donate.R$style: int Base_Widget_AppCompat_PopupMenu +com.google.android.material.R$attr: int layout_constraintLeft_toLeftOf +com.google.android.material.circularreveal.cardview.CircularRevealCardView +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_NoActionBar +com.turingtechnologies.materialscrollbar.R$interpolator: R$interpolator() +android.didikee.donate.R$attr: int collapseIcon +cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: ICMWeatherManager$Stub$Proxy(android.os.IBinder) +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setOnLayoutChangeListener(com.google.android.material.snackbar.BaseTransientBottomBar$OnLayoutChangeListener) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Imperial: java.lang.String Unit +androidx.preference.R$attr: int useSimpleSummaryProvider +cyanogenmod.profiles.ConnectionSettings: int mSubId +androidx.hilt.work.R$id: int text2 +wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableTransition_android_fromId +com.google.android.material.R$styleable: int AppBarLayout_liftOnScroll +androidx.versionedparcelable.CustomVersionedParcelable +okhttp3.internal.Util: boolean equal(java.lang.Object,java.lang.Object) +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.identityscope.IdentityScopeLong identityScopeLong +androidx.preference.R$styleable: int LinearLayoutCompat_measureWithLargestChild +wangdaye.com.geometricweather.R$dimen: int widget_time_text_size +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIndicatorGravity +wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String getCityId() +com.google.android.material.R$attr: int errorTextAppearance +com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawable_android_variablePadding +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Empty +com.google.android.material.R$style: int Widget_MaterialComponents_AppBarLayout_Surface +com.tencent.bugly.crashreport.common.strategy.StrategyBean: int describeContents() +com.google.android.material.R$styleable: int MaterialCardView_checkedIconSize +cyanogenmod.app.LiveLockScreenInfo: int PRIORITY_MIN +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_DropDownItem_Spinner +androidx.preference.R$style: int Preference_SwitchPreference_Material +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar +androidx.appcompat.resources.R$styleable: int StateListDrawableItem_android_drawable +okio.ForwardingTimeout: okio.Timeout clearTimeout() +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer wetBulbTemperature +com.google.android.material.R$id: int checked +com.xw.repo.bubbleseekbar.R$dimen: int abc_edit_text_inset_horizontal_material +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_goneMarginStart +androidx.loader.R$styleable: int GradientColor_android_startY +androidx.preference.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle +androidx.vectordrawable.R$integer: R$integer() +androidx.preference.R$dimen: int abc_edit_text_inset_horizontal_material +androidx.appcompat.widget.AppCompatImageButton: void setBackgroundDrawable(android.graphics.drawable.Drawable) +com.google.android.material.R$dimen: int compat_control_corner_material +io.reactivex.internal.observers.ForEachWhileObserver: void onComplete() +androidx.appcompat.R$attr: int backgroundSplit +com.google.android.material.textfield.TextInputLayout: void setBoxStrokeWidthResource(int) +okhttp3.CertificatePinner$Builder: CertificatePinner$Builder() +cyanogenmod.app.LiveLockScreenInfo$Builder: cyanogenmod.app.LiveLockScreenInfo$Builder setComponent(android.content.ComponentName) +wangdaye.com.geometricweather.R$layout: int container_main_details +androidx.constraintlayout.widget.R$anim: int btn_checkbox_to_unchecked_box_inner_merged_animation +wangdaye.com.geometricweather.R$style: int Preference_DialogPreference +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_startY +com.google.android.material.R$attr: int textAppearanceLargePopupMenu +okhttp3.internal.http1.Http1Codec$FixedLengthSource: void close() +androidx.appcompat.R$styleable: int MenuItem_actionProviderClass +cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: android.os.IBinder mRemote +androidx.preference.R$attr: int allowStacking +okio.Okio$1 +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: int[] getDisplayColorCalibration() +androidx.hilt.work.R$styleable: int Fragment_android_name +android.didikee.donate.R$styleable: int AppCompatTheme_alertDialogStyle +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: io.reactivex.Observer downstream +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void runAsync() +okhttp3.RequestBody: okhttp3.RequestBody create(okhttp3.MediaType,java.lang.String) +okhttp3.internal.http1.Http1Codec$ChunkedSource: void readChunkSize() +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_checkedIconTint +androidx.fragment.R$integer: int status_bar_notification_info_maxnum +androidx.constraintlayout.widget.R$style: int TextAppearance_Compat_Notification_Title +androidx.preference.R$dimen: int notification_action_text_size +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property City +androidx.appcompat.R$styleable: int[] Spinner +androidx.constraintlayout.widget.R$color +com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_colored_material +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeThunderstormPrecipitationProbability() +wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_text_dark_normal +com.google.android.material.R$styleable: int Constraint_layout_goneMarginTop +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String LOCKSCREEN_URI +androidx.preference.R$styleable: int SwitchCompat_trackTint +androidx.core.R$id: R$id() +androidx.appcompat.R$drawable: int abc_vector_test +com.google.android.material.R$attr: int layout_optimizationLevel +retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback: CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback(retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter,java.util.concurrent.CompletableFuture) +wangdaye.com.geometricweather.R$id: int material_clock_display +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float thunderstormPrecipitationProbability +android.didikee.donate.R$styleable: int MenuItem_iconTintMode +james.adaptiveicon.R$styleable: int AppCompatTheme_ratingBarStyleIndicator +james.adaptiveicon.R$dimen: int tooltip_y_offset_non_touch +wangdaye.com.geometricweather.R$drawable: int ic_router +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_is_float_type +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getRagweedLevel() +com.google.android.material.tabs.TabLayout: int getTabMaxWidth() +androidx.recyclerview.widget.RecyclerView: long getNanoTime() +okhttp3.internal.http2.Http2Connection$ReaderRunnable$2: boolean val$clearPrevious +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: io.reactivex.disposables.Disposable upstream +cyanogenmod.weather.WeatherInfo: double access$602(cyanogenmod.weather.WeatherInfo,double) +cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_BRIGHTNESS_CONTROL +android.didikee.donate.R$dimen: int abc_disabled_alpha_material_light +io.reactivex.internal.operators.observable.ObservableGroupBy$State: void dispose() +com.google.android.material.R$style: int Theme_MaterialComponents_Light +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: float getTrimPathOffset() +james.adaptiveicon.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: java.lang.String regist(java.lang.String,boolean,int) +com.xw.repo.bubbleseekbar.R$attr: int windowFixedHeightMinor +okio.ByteString: int lastIndexOf(okio.ByteString,int) +com.google.android.material.R$styleable: int AppCompatTheme_android_windowAnimationStyle +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_SearchView +androidx.preference.R$dimen: int abc_text_size_menu_header_material +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ButtonBar_AlertDialog +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableRightCompat +com.turingtechnologies.materialscrollbar.DragScrollBar: int getMode() +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_SearchView_ActionBar +androidx.vectordrawable.animated.R$id: int line3 +wangdaye.com.geometricweather.R$style: int Preference_CheckBoxPreference +cyanogenmod.hardware.CMHardwareManager: int COLOR_CALIBRATION_RED_INDEX +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_6 +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: com.tencent.bugly.crashreport.common.info.a c +wangdaye.com.geometricweather.R$string: int hours_of_sun +com.jaredrummler.android.colorpicker.R$id: int end +wangdaye.com.geometricweather.R$dimen: int trend_item_width +io.reactivex.Observable: io.reactivex.Observable takeLast(long,long,java.util.concurrent.TimeUnit) +cyanogenmod.app.CustomTile$ExpandedItem: int describeContents() +com.turingtechnologies.materialscrollbar.DragScrollBar +androidx.appcompat.R$attr: int title +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float getVisibility() +com.jaredrummler.android.colorpicker.R$string: int cpv_custom +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light_DarkActionBar +com.google.android.material.R$attr: int actionMenuTextAppearance +com.turingtechnologies.materialscrollbar.R$styleable: int[] SwitchCompat +okhttp3.OkHttpClient$Builder: okhttp3.Cache cache +com.google.android.material.R$styleable: int KeyTimeCycle_android_rotationX +com.google.gson.stream.JsonReader: int stackSize +androidx.appcompat.R$id: int uniform +cyanogenmod.app.Profile: java.util.UUID getUuid() +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Menu +okhttp3.HttpUrl$Builder: int port +com.jaredrummler.android.colorpicker.R$color: R$color() +com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode: com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode FIRST_VISIBLE +james.adaptiveicon.R$styleable: int MenuGroup_android_menuCategory +wangdaye.com.geometricweather.R$color: int material_grey_850 +androidx.constraintlayout.widget.ConstraintLayout: void setId(int) +androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPostResumed(android.app.Activity) +androidx.swiperefreshlayout.R$id: int icon +wangdaye.com.geometricweather.R$attr: int updatesContinuously +androidx.viewpager.R$dimen: int notification_content_margin_start +com.xw.repo.bubbleseekbar.R$layout +cyanogenmod.app.Profile$NotificationLightMode +com.google.android.material.R$drawable: int btn_radio_on_to_off_mtrl_animation +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_horizontalStyle +retrofit2.adapter.rxjava2.BodyObservable: BodyObservable(io.reactivex.Observable) +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: io.reactivex.Observer downstream +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean j +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeRainPrecipitationProbability(java.lang.Float) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_5 +com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_buttonPanelSideLayout +androidx.constraintlayout.widget.R$attr: int actionModeCloseButtonStyle +androidx.lifecycle.ProcessLifecycleOwner$3: androidx.lifecycle.ProcessLifecycleOwner this$0 +androidx.hilt.R$dimen: int compat_notification_large_icon_max_height +wangdaye.com.geometricweather.R$attr: int cornerFamilyTopRight +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button +com.google.android.material.R$id: int accessibility_custom_action_9 +androidx.appcompat.R$drawable: int abc_list_selector_background_transition_holo_dark +androidx.coordinatorlayout.R$styleable: int GradientColor_android_endX +androidx.constraintlayout.widget.R$attr: int layout_constraintWidth_max +androidx.appcompat.R$styleable: int AppCompatTheme_actionModeSplitBackground +com.google.android.material.R$integer: int mtrl_calendar_selection_text_lines +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge +com.tencent.bugly.proguard.ap: boolean a +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA +com.google.android.material.floatingactionbutton.FloatingActionButton: void setBackgroundColor(int) +wangdaye.com.geometricweather.R$layout: int test_toolbar_elevation +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub +retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: void onError(java.lang.Throwable) +androidx.work.R$dimen: int compat_button_padding_horizontal_material +com.google.android.material.R$attr: int drawPath +androidx.preference.R$dimen: int notification_small_icon_size_as_large +com.jaredrummler.android.colorpicker.R$styleable: int ColorPanelView_cpv_borderColor +androidx.drawerlayout.R$drawable: int notification_action_background +cyanogenmod.hardware.DisplayMode: int describeContents() +androidx.recyclerview.R$id: int normal +androidx.constraintlayout.motion.widget.MotionLayout: int getEndState() +com.google.android.material.R$styleable: int MenuItem_alphabeticModifiers +cyanogenmod.app.Profile$ProfileTrigger: java.lang.String getId() +wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_11 +androidx.preference.internal.PreferenceImageView: int getMaxWidth() +androidx.dynamicanimation.R$integer: R$integer() +com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getBoxStrokeErrorColor() +okhttp3.internal.http2.Http2Stream: void cancelStreamIfNecessary() +wangdaye.com.geometricweather.R$styleable: int[] CompoundButton +wangdaye.com.geometricweather.R$dimen: int mtrl_snackbar_action_text_color_alpha +androidx.appcompat.R$attr: int trackTintMode +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: long serialVersionUID +androidx.preference.R$style: int Preference_SwitchPreference +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getRealFeelShaderTemperature() +wangdaye.com.geometricweather.R$drawable: int flag_hu androidx.lifecycle.ClassesInfoCache$CallbackInfo: java.util.Map mEventToHandlers -com.bumptech.glide.integration.okhttp.R$attr: int fontProviderFetchTimeout -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay TAG_UV_INDEX -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_borderlessButtonStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: void setWeather(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX) -cyanogenmod.themes.IThemeService$Stub$Proxy -androidx.hilt.R$id: int accessibility_custom_action_16 -androidx.constraintlayout.motion.widget.MotionLayout: float getVelocity() -androidx.preference.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode -okio.ByteString: okio.ByteString EMPTY -com.google.android.material.textfield.TextInputLayout: void setTextInputAccessibilityDelegate(com.google.android.material.textfield.TextInputLayout$AccessibilityDelegate) -com.bumptech.glide.integration.okhttp.R$styleable: int ColorStateListItem_android_alpha -com.turingtechnologies.materialscrollbar.R$styleable: int[] Toolbar -androidx.appcompat.R$dimen: int hint_alpha_material_dark -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintVertical_weight -com.google.android.material.chip.Chip: void setBackground(android.graphics.drawable.Drawable) -androidx.cardview.widget.CardView: void setMinimumHeight(int) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle -okhttp3.internal.ws.WebSocketWriter: void writePing(okio.ByteString) -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_showAsAction -android.didikee.donate.R$styleable: int ViewBackgroundHelper_android_background -wangdaye.com.geometricweather.R$attr: int state_liftable -james.adaptiveicon.R$attr: int titleMargin -androidx.constraintlayout.widget.R$attr: int triggerId -com.google.android.material.R$attr: int sliderStyle -androidx.appcompat.widget.AppCompatButton: AppCompatButton(android.content.Context) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintGuide_end -com.google.android.material.R$id: int decelerateAndComplete -com.xw.repo.bubbleseekbar.R$attr: int actionBarSize -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintStart_toStartOf -retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback: java.util.concurrent.CompletableFuture future -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_content_padding -androidx.preference.R$style: int Preference_SeekBarPreference_Material -okhttp3.internal.ws.RealWebSocket: void tearDown() -com.google.android.material.textfield.TextInputLayout: void setStartIconContentDescription(java.lang.CharSequence) -com.turingtechnologies.materialscrollbar.R$id: int search_edit_frame -com.turingtechnologies.materialscrollbar.R$attr: int closeIconSize -wangdaye.com.geometricweather.R$attr: int cornerSizeBottomLeft -com.google.android.material.R$style: int Widget_MaterialComponents_PopupMenu_ContextMenu -wangdaye.com.geometricweather.R$string: int mtrl_picker_save -okhttp3.internal.platform.OptionalMethod: java.lang.Object invokeWithoutCheckedException(java.lang.Object,java.lang.Object[]) -com.jaredrummler.android.colorpicker.R$style: int Base_V28_Theme_AppCompat_Light -wangdaye.com.geometricweather.R$color: int primary_dark_material_dark -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeSnowPrecipitationDuration -androidx.fragment.R$id: int accessibility_custom_action_2 -androidx.lifecycle.LifecycleRegistryOwner: androidx.lifecycle.LifecycleRegistry getLifecycle() -james.adaptiveicon.R$styleable: int ActionBar_subtitle -androidx.preference.R$layout: int abc_cascading_menu_item_layout -androidx.constraintlayout.widget.R$attr: int mock_labelBackgroundColor -james.adaptiveicon.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight -james.adaptiveicon.R$layout: int notification_template_part_time -okhttp3.internal.ws.WebSocketReader: void processNextFrame() -okhttp3.internal.http.HttpCodec: okhttp3.Response$Builder readResponseHeaders(boolean) -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_outline_box_expanded_padding -androidx.constraintlayout.widget.R$id: int tag_accessibility_heading -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipIcon -wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: java.lang.String country -james.adaptiveicon.R$style: int Platform_V25_AppCompat_Light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String headIconType -wangdaye.com.geometricweather.R$styleable: int Toolbar_titleTextAppearance -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constrainedWidth -androidx.viewpager2.R$attr: R$attr() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX -androidx.constraintlayout.widget.R$attr: int mock_diagonalsColor -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void clear() -wangdaye.com.geometricweather.R$attr: int buttonBarStyle -okio.Okio: okio.Source source(java.io.InputStream,okio.Timeout) -james.adaptiveicon.R$styleable: int CompoundButton_buttonTint -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large -wangdaye.com.geometricweather.R$attr: int cpv_animSteps -james.adaptiveicon.R$styleable: int RecycleListView_paddingBottomNoButtons -androidx.constraintlayout.widget.R$styleable: int State_android_id -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: long timeout -cyanogenmod.app.StatusBarPanelCustomTile: StatusBarPanelCustomTile(java.lang.String,java.lang.String,java.lang.String,int,java.lang.String,int,int,cyanogenmod.app.CustomTile,android.os.UserHandle) -wangdaye.com.geometricweather.R$layout: int mtrl_picker_actions -androidx.lifecycle.extensions.R$dimen: int compat_button_padding_horizontal_material -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeCopyDrawable +wangdaye.com.geometricweather.R$styleable: int Constraint_android_minHeight +io.reactivex.internal.util.NotificationLite: boolean acceptFull(java.lang.Object,org.reactivestreams.Subscriber) +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int THUNDERSTORMS +retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory createAsync() +wangdaye.com.geometricweather.R$style: int Base_MaterialAlertDialog_MaterialComponents_Title_Icon +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Title +androidx.appcompat.widget.ActionMenuView: void setExpandedActionViewsExclusive(boolean) +com.google.android.material.R$style: int TextAppearance_Design_Counter_Overflow +com.github.rahatarmanahmed.cpv.R$attr: int cpv_thickness +androidx.core.R$layout: int notification_template_part_time +wangdaye.com.geometricweather.R$attr: int actionModeSplitBackground +androidx.appcompat.R$id: int textSpacerNoButtons +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_startColor +com.amap.api.location.AMapLocation: boolean a(com.amap.api.location.AMapLocation,boolean) +com.bumptech.glide.R$dimen: int notification_large_icon_height +cyanogenmod.weatherservice.IWeatherProviderService$Stub: cyanogenmod.weatherservice.IWeatherProviderService asInterface(android.os.IBinder) +io.reactivex.internal.util.EmptyComponent: void onNext(java.lang.Object) +com.jaredrummler.android.colorpicker.R$drawable: int abc_text_select_handle_middle_mtrl_light +com.turingtechnologies.materialscrollbar.R$attr: int listPreferredItemPaddingLeft +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 +androidx.constraintlayout.widget.R$attr: int mock_showDiagonals +androidx.work.impl.workers.DiagnosticsWorker: DiagnosticsWorker(android.content.Context,androidx.work.WorkerParameters) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getPrimary() +cyanogenmod.profiles.LockSettings: void readFromParcel(android.os.Parcel) +james.adaptiveicon.R$style: int Base_Widget_AppCompat_SeekBar_Discrete +james.adaptiveicon.R$drawable: int notification_bg_normal +androidx.preference.R$styleable: int Preference_defaultValue +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial: int UnitType +okhttp3.CipherSuite: java.lang.String toString() +com.google.android.material.R$dimen: int abc_button_padding_horizontal_material +wangdaye.com.geometricweather.R$dimen: int appcompat_dialog_background_inset +androidx.preference.R$style: int Preference_PreferenceScreen_Material +com.google.android.material.button.MaterialButton: void setSupportBackgroundTintList(android.content.res.ColorStateList) +android.didikee.donate.R$id: int withText +okhttp3.internal.http2.Http2Writer: void windowUpdate(int,long) +wangdaye.com.geometricweather.R$attr: int expandedTitleGravity +com.google.android.material.R$attr: int stackFromEnd +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void unregisterCallback(cyanogenmod.externalviews.IKeyguardExternalViewCallbacks) +androidx.viewpager2.R$layout: int notification_action_tombstone +wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: void setBackgroundColorStart(int) +androidx.transition.R$id: int action_divider +android.didikee.donate.R$styleable: int AppCompatTheme_actionOverflowButtonStyle +james.adaptiveicon.R$attr: int fontProviderFetchTimeout +retrofit2.ParameterHandler$Path: ParameterHandler$Path(java.lang.reflect.Method,int,java.lang.String,retrofit2.Converter,boolean) +androidx.constraintlayout.motion.widget.MotionLayout$TransitionState: androidx.constraintlayout.motion.widget.MotionLayout$TransitionState[] values() +wangdaye.com.geometricweather.R$string: int feedback_align_end +com.google.android.material.button.MaterialButton: void setBackground(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintEnd_toEndOf +com.tencent.bugly.crashreport.crash.c: com.tencent.bugly.crashreport.crash.anr.b w +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse +androidx.preference.R$color: int dim_foreground_material_light +com.google.android.material.R$style: int Widget_MaterialComponents_ProgressIndicator_Circular_Indeterminate +com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_android_ttcIndex +androidx.viewpager2.R$id: int text +androidx.swiperefreshlayout.R$dimen: int compat_button_padding_horizontal_material +androidx.preference.R$attr: int progressBarStyle +com.google.android.gms.common.api.AvailabilityException: androidx.collection.ArrayMap zaa +androidx.appcompat.R$attr: int dividerHorizontal +wangdaye.com.geometricweather.R$dimen: int abc_action_bar_overflow_padding_start_material +androidx.constraintlayout.widget.R$id: int autoCompleteToStart +androidx.constraintlayout.widget.R$styleable: int CustomAttribute_attributeName +wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition: wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition valueOf(java.lang.String) +james.adaptiveicon.R$attr: int drawableSize +com.google.android.material.R$attr: int drawableEndCompat +wangdaye.com.geometricweather.R$array: int temperature_units_short +com.google.android.material.R$dimen: int mtrl_alert_dialog_background_inset_top +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: ObservableCreate$SerializedEmitter(io.reactivex.ObservableEmitter) +okhttp3.Response: java.lang.String header(java.lang.String) +androidx.fragment.R$drawable: int notify_panel_notification_icon_bg +wangdaye.com.geometricweather.R$styleable: int GradientColorItem_android_color +com.google.android.material.progressindicator.ProgressIndicator: android.graphics.drawable.Drawable getIndeterminateDrawable() +wangdaye.com.geometricweather.common.basic.GeoViewModel +com.google.android.material.navigation.NavigationView: android.graphics.drawable.Drawable getItemBackground() +org.greenrobot.greendao.AbstractDao: void updateInsideSynchronized(java.lang.Object,android.database.sqlite.SQLiteStatement,boolean) +androidx.hilt.R$layout: int custom_dialog +androidx.recyclerview.R$dimen: int notification_subtext_size +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintTop_toBottomOf +wangdaye.com.geometricweather.R$styleable: int MaterialButton_shapeAppearanceOverlay +androidx.work.impl.diagnostics.DiagnosticsReceiver +androidx.preference.ListPreference$SavedState: android.os.Parcelable$Creator CREATOR +com.jaredrummler.android.colorpicker.R$color: int abc_tint_switch_track +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog +wangdaye.com.geometricweather.R$string: int sunrise_sunset +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ListView_DropDown +james.adaptiveicon.R$attr: int subtitleTextStyle +com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy LOWER_CASE_WITH_UNDERSCORES +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: java.lang.String getUniqueDeviceId() +okhttp3.Request: okhttp3.CacheControl cacheControl +cyanogenmod.app.IProfileManager$Stub$Proxy: cyanogenmod.app.Profile[] getProfiles() +wangdaye.com.geometricweather.R$string: int feedback_refresh_ui_after_refresh +okhttp3.internal.http2.Http2Stream: int getId() +androidx.appcompat.widget.ButtonBarLayout: ButtonBarLayout(android.content.Context,android.util.AttributeSet) +androidx.appcompat.R$styleable: int Toolbar_titleMarginEnd +androidx.constraintlayout.widget.R$dimen: int abc_text_size_large_material +io.reactivex.internal.schedulers.RxThreadFactory: RxThreadFactory(java.lang.String) +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintEnd_toStartOf +wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: SlidingItemContainerLayout(android.content.Context) +com.google.android.material.R$style: int Widget_AppCompat_ActionButton_CloseMode +okhttp3.MediaType: java.lang.String charset +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: java.lang.String unregist() +androidx.hilt.R$style: R$style() +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_PopupMenu_ContextMenu +com.google.android.material.R$style: int EmptyTheme +androidx.hilt.lifecycle.R$dimen: int notification_action_text_size +androidx.recyclerview.widget.StaggeredGridLayoutManager +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String aqiText +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintEnd_toEndOf +com.jaredrummler.android.colorpicker.R$styleable: int[] AppCompatTheme +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: io.reactivex.functions.Function mapper +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void startTimeout(long) +androidx.recyclerview.R$attr: int fastScrollHorizontalThumbDrawable +com.tencent.bugly.proguard.n: android.content.SharedPreferences c(com.tencent.bugly.proguard.n) +com.google.android.material.R$styleable: int CoordinatorLayout_keylines +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_title_material_toolbar +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen +androidx.appcompat.R$layout: int abc_action_mode_close_item_material +cyanogenmod.app.ILiveLockScreenManager$Stub: android.os.IBinder asBinder() +james.adaptiveicon.R$attr: int textAppearanceListItem +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void dispose() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial: java.lang.String Unit +com.jaredrummler.android.colorpicker.R$attr: int dependency +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintGuide_end +wangdaye.com.geometricweather.R$drawable: int notif_temp_121 +androidx.preference.R$styleable: int MultiSelectListPreference_entries +org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.AbstractDao getDao(java.lang.Class) +com.bumptech.glide.load.engine.GlideException: GlideException(java.lang.String,java.lang.Throwable) +retrofit2.OkHttpCall$ExceptionCatchingResponseBody$1: OkHttpCall$ExceptionCatchingResponseBody$1(retrofit2.OkHttpCall$ExceptionCatchingResponseBody,okio.Source) +com.xw.repo.bubbleseekbar.R$dimen: int tooltip_y_offset_non_touch +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$TotalLiquid: int UnitType +com.google.android.material.R$styleable: int[] ViewBackgroundHelper +io.reactivex.internal.disposables.SequentialDisposable: boolean replace(io.reactivex.disposables.Disposable) +com.google.android.material.R$dimen: int abc_floating_window_z +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area$LastAction: java.lang.String English +wangdaye.com.geometricweather.R$id: int widget_clock_day_date +androidx.vectordrawable.animated.R$id: int icon_group +okhttp3.internal.cache2.Relay$RelaySource: okio.Timeout timeout() +androidx.hilt.lifecycle.R$attr: int fontProviderPackage +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: AccuLocationResult$AdministrativeArea() +io.reactivex.internal.queue.SpscArrayQueue: void soElement(int,java.lang.Object) +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter +okio.BufferedSource: int select(okio.Options) +wangdaye.com.geometricweather.R$id: int percent +com.bumptech.glide.integration.okhttp.R$drawable: int notification_bg_low_pressed +com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_keylines +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: ObservableWithLatestFrom$WithLatestFromObserver(io.reactivex.Observer,io.reactivex.functions.BiFunction) +com.google.android.material.slider.Slider: void setTrackHeight(int) +wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_alpha +wangdaye.com.geometricweather.R$id: int checked +wangdaye.com.geometricweather.R$color: int primary_material_dark +okhttp3.EventListener: okhttp3.EventListener NONE +wangdaye.com.geometricweather.db.entities.HistoryEntity: HistoryEntity() +okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder minFresh(int,java.util.concurrent.TimeUnit) +com.bumptech.glide.R$styleable: int GradientColor_android_centerColor +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_CompoundButton_CheckBox +com.amap.api.location.AMapLocationQualityReport: int GPS_STATUS_OFF +androidx.preference.R$id: int left +com.bumptech.glide.load.HttpException: int getStatusCode() +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_4 +wangdaye.com.geometricweather.R$color: int bright_foreground_inverse_material_light +okhttp3.internal.http.CallServerInterceptor$CountingSink: CallServerInterceptor$CountingSink(okio.Sink) +androidx.hilt.lifecycle.R$id: int fragment_container_view_tag +com.turingtechnologies.materialscrollbar.R$color: int abc_search_url_text +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat +android.didikee.donate.R$styleable: int MenuView_android_itemIconDisabledAlpha +com.github.rahatarmanahmed.cpv.CircularProgressView: float getProgress() +androidx.appcompat.R$attr: int spinBars +wangdaye.com.geometricweather.R$attr: int fontProviderAuthority +androidx.legacy.coreutils.R$layout: int notification_template_icon_group +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_translationX +okio.BufferedSource: java.lang.String readUtf8Line() +wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_active_item_max_width +com.google.android.material.chip.Chip: void setElevation(float) +okhttp3.MultipartBody: java.lang.String boundary() +cyanogenmod.weather.ICMWeatherManager: java.lang.String getActiveWeatherServiceProviderLabel() +com.google.android.material.R$styleable: int Constraint_transitionPathRotate +androidx.preference.R$layout: int abc_activity_chooser_view_list_item +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String weather +okhttp3.Cache$CacheResponseBody: okio.BufferedSource bodySource +cyanogenmod.themes.IThemeChangeListener +okio.Buffer: okio.Buffer write(okio.ByteString) +androidx.recyclerview.R$attr: int fontProviderCerts +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small +com.google.gson.FieldNamingPolicy$3 +cyanogenmod.weather.RequestInfo +cyanogenmod.app.CustomTile: java.lang.Object clone() +androidx.lifecycle.LiveData$LifecycleBoundObserver: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) +com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage DATA_CACHE +com.google.android.material.R$styleable: int Constraint_flow_horizontalAlign +com.google.android.material.R$styleable: int[] ListPopupWindow +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.MinutelyEntity) +com.tencent.bugly.crashreport.common.info.a: java.lang.Object ay +wangdaye.com.geometricweather.R$id: int dialog_minimal_icon_container +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_OVERLAYS +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_130 +com.google.android.material.R$styleable: int OnSwipe_dragThreshold +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.WeatherEntity,int) +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog +com.amap.api.location.AMapLocationClientOption$1: java.lang.Object[] newArray(int) +androidx.appcompat.R$styleable: int MenuGroup_android_orderInCategory +androidx.legacy.coreutils.R$id: int icon_group +wangdaye.com.geometricweather.db.entities.WeatherEntityDao +androidx.lifecycle.ClassesInfoCache$MethodReference: int hashCode() +androidx.core.R$layout: R$layout() +okhttp3.internal.http2.Http2Connection$3: okhttp3.internal.http2.Http2Connection this$0 +wangdaye.com.geometricweather.R$id: int month_navigation_next +androidx.viewpager.R$id: int blocking +cyanogenmod.app.CMContextConstants$Features: java.lang.String THEMES +com.turingtechnologies.materialscrollbar.R$drawable: int abc_dialog_material_background +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: int val$x +cyanogenmod.app.IProfileManager: void removeNotificationGroup(android.app.NotificationGroup) +okhttp3.internal.http2.Http2Stream: Http2Stream(int,okhttp3.internal.http2.Http2Connection,boolean,boolean,okhttp3.Headers) +androidx.appcompat.R$color: int switch_thumb_normal_material_light +com.google.android.material.R$styleable: int Slider_trackColorActive +androidx.appcompat.resources.R$id: int accessibility_custom_action_21 +cyanogenmod.app.CustomTileListenerService: boolean isBound() +com.tencent.bugly.crashreport.common.info.a: java.lang.String ab +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean k io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedNoLast: ObservableSampleTimed$SampleTimedNoLast(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -androidx.appcompat.widget.Toolbar: void setOverflowIcon(android.graphics.drawable.Drawable) -android.didikee.donate.R$styleable: int AppCompatTheme_actionModeCutDrawable -wangdaye.com.geometricweather.R$string: int retrofit -com.jaredrummler.android.colorpicker.R$color: int abc_secondary_text_material_light -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowActionBarOverlay -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver observer -com.google.android.material.transformation.ExpandableBehavior: ExpandableBehavior(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$drawable: int btn_radio_on_to_off_mtrl_animation -wangdaye.com.geometricweather.R$attr: int layout_constraintBaseline_toBaselineOf -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight -james.adaptiveicon.R$attr: int buttonStyle -com.turingtechnologies.materialscrollbar.R$attr: int materialCardViewStyle -com.google.android.material.R$styleable: int ConstraintLayout_Layout_barrierMargin -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: java.lang.String getCardValue() -okhttp3.internal.http1.Http1Codec$ChunkedSink: okio.ForwardingTimeout timeout -androidx.preference.R$attr: int fontProviderAuthority -com.google.android.material.appbar.AppBarLayout: android.graphics.drawable.Drawable getStatusBarForeground() -retrofit2.BuiltInConverters$BufferingResponseBodyConverter -com.google.android.material.behavior.HideBottomViewOnScrollBehavior: HideBottomViewOnScrollBehavior() -androidx.appcompat.R$style: int Widget_AppCompat_ListView -wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.Long getId() -james.adaptiveicon.R$anim: int abc_fade_in -androidx.viewpager2.R$id: int accessibility_custom_action_23 -androidx.fragment.R$styleable: int Fragment_android_name -com.amap.api.fence.PoiItem: PoiItem() -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: void onComplete() -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float ParticulateMatter10 -androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityStarted(android.app.Activity) -james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_drawableStart -androidx.coordinatorlayout.R$attr: int layout_behavior -com.tencent.bugly.crashreport.common.info.a: android.content.SharedPreferences E -retrofit2.RequestFactory$Builder: void parseMethodAnnotation(java.lang.annotation.Annotation) -com.google.gson.stream.JsonWriter -androidx.dynamicanimation.R$dimen: int compat_button_padding_horizontal_material -androidx.constraintlayout.widget.ConstraintLayout: int getPaddingWidth() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonStyleSmall -james.adaptiveicon.R$styleable: int AppCompatTextView_autoSizeStepGranularity -james.adaptiveicon.R$id: int normal -com.google.android.material.R$styleable: int KeyCycle_android_translationY -cyanogenmod.platform.Manifest$permission: java.lang.String LIVE_LOCK_SCREEN_MANAGER_PROVIDER -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onWindowFocusChanged(boolean) -com.amap.api.fence.GeoFence: int describeContents() -retrofit2.converter.gson.package-info -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void clear() -com.google.android.material.R$styleable: int KeyCycle_android_translationX -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_creator -com.amap.api.location.AMapLocationQualityReport: java.lang.String e -com.tencent.bugly.crashreport.crash.d: void a(com.tencent.bugly.crashreport.crash.d,java.lang.Thread,int,java.lang.String,java.lang.String,java.lang.String,java.util.Map) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader -com.google.android.material.tabs.TabLayout$TabView -wangdaye.com.geometricweather.R$styleable: int[] MotionTelltales -cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_cancelLiveLockScreen -cyanogenmod.app.PartnerInterface: cyanogenmod.app.IPartnerInterface sService -io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,int) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button -wangdaye.com.geometricweather.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 -androidx.constraintlayout.widget.R$string: int abc_menu_meta_shortcut_label -androidx.constraintlayout.widget.R$id: int text2 -androidx.preference.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item -com.google.android.material.tabs.TabLayout: int getTabMinWidth() -com.tencent.bugly.proguard.u: byte[] a(com.tencent.bugly.proguard.u,byte[]) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$3: KeyguardExternalViewProviderService$Provider$ProviderImpl$3(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl,boolean) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: void setNames(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean) -androidx.core.widget.NestedScrollView: int getNestedScrollAxes() -okhttp3.internal.connection.StreamAllocation: okhttp3.Route route -com.google.gson.FieldNamingPolicy: java.lang.String separateCamelCase(java.lang.String,java.lang.String) -androidx.preference.R$dimen: int abc_text_size_title_material -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_editTextColor -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless -com.tencent.bugly.proguard.v: com.tencent.bugly.crashreport.common.info.a f -cyanogenmod.externalviews.KeyguardExternalViewProviderService: android.os.Handler mHandler -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_orientation -androidx.constraintlayout.widget.R$drawable: int abc_text_select_handle_left_mtrl_dark -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void setInteractivity(boolean) -androidx.appcompat.R$styleable: int AppCompatTheme_ratingBarStyle -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: io.reactivex.internal.queue.SpscLinkedArrayQueue queue -androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customColorDrawableValue -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_aa_light -wangdaye.com.geometricweather.settings.activities.PreviewIconActivity: PreviewIconActivity() -com.google.gson.stream.JsonReader: long nextLong() -okhttp3.Response: boolean isRedirect() -com.tencent.bugly.crashreport.BuglyLog: void v(java.lang.String,java.lang.String) -com.xw.repo.bubbleseekbar.R$attr: int navigationMode -com.tencent.bugly.crashreport.common.info.a: java.lang.String K -androidx.preference.R$interpolator -wangdaye.com.geometricweather.R$string: int item_view_role_description -org.greenrobot.greendao.AbstractDao: java.lang.String[] getAllColumns() -wangdaye.com.geometricweather.main.fragments.ManagementFragment: ManagementFragment() -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_queryBackground -com.google.android.material.R$styleable: int PropertySet_android_visibility -cyanogenmod.providers.CMSettings$System: java.lang.String APP_SWITCH_WAKE_SCREEN -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: io.reactivex.Observer downstream -com.tencent.bugly.crashreport.common.info.a: void e(java.lang.String) -wangdaye.com.geometricweather.R$attr: int fastScrollHorizontalThumbDrawable -io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: void onComplete() -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Temperature: java.lang.Float value -com.google.android.material.R$styleable: int Constraint_layout_constraintHeight_min -wangdaye.com.geometricweather.R$styleable: int[] SwitchPreference -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: boolean checkTerminated(boolean,boolean,org.reactivestreams.Subscriber,java.util.concurrent.atomic.AtomicReference) -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void drainLoop() -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_toBottomOf -com.google.android.material.R$styleable: int CustomAttribute_customIntegerValue -com.google.android.material.R$attr: int lastBaselineToBottomHeight -okhttp3.internal.ws.WebSocketReader: int opcode -cyanogenmod.weatherservice.ServiceRequestResult$1: java.lang.Object[] newArray(int) -com.jaredrummler.android.colorpicker.R$dimen: int hint_alpha_material_dark -okhttp3.internal.platform.Platform: void logCloseableLeak(java.lang.String,java.lang.Object) -androidx.constraintlayout.widget.R$color: int secondary_text_disabled_material_light -com.jaredrummler.android.colorpicker.R$drawable: int abc_text_select_handle_middle_mtrl_light -io.reactivex.internal.schedulers.RxThreadFactory: java.lang.Thread newThread(java.lang.Runnable) -cyanogenmod.providers.CMSettings$Global: boolean isLegacySetting(java.lang.String) -wangdaye.com.geometricweather.R$id: int widget_trend_daily_item_5 -androidx.constraintlayout.widget.R$styleable: int Constraint_android_translationY -com.google.android.material.R$styleable: int Constraint_layout_constraintTag -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.rx.RxDao rx() -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: java.lang.Throwable error -cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode getSoundMode() -wangdaye.com.geometricweather.R$layout: int activity_live_wallpaper_config -androidx.recyclerview.R$styleable: int GradientColorItem_android_offset -com.bumptech.glide.integration.okhttp.R$id: int line3 -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_orientation -com.jaredrummler.android.colorpicker.R$styleable: int CompoundButton_buttonTintMode -okhttp3.CertificatePinner: CertificatePinner(java.util.Set,okhttp3.internal.tls.CertificateChainCleaner) -com.google.android.material.R$styleable: int AppCompatTheme_borderlessButtonStyle -com.google.android.material.textfield.TextInputLayout: float getBoxCornerRadiusTopEnd() -androidx.vectordrawable.R$styleable: int GradientColor_android_centerY -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: SwipeRefreshLayout(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_minutelyTitle -wangdaye.com.geometricweather.R$string: int key_distance_unit -com.baidu.location.f -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_AutoCompleteTextView -androidx.viewpager.R$styleable: int GradientColor_android_type -androidx.preference.R$color: int abc_secondary_text_material_light -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: boolean isDisposed() -okhttp3.internal.http.RealResponseBody -com.google.android.material.slider.Slider: void setTickActiveTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit PERCENT -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Body2 -com.tencent.bugly.proguard.k: k() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Metric: java.lang.String Unit -androidx.appcompat.R$drawable: int abc_btn_radio_material -androidx.lifecycle.EmptyActivityLifecycleCallbacks -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao -com.turingtechnologies.materialscrollbar.R$layout: int abc_screen_toolbar -wangdaye.com.geometricweather.R$attr: int warmth -androidx.work.R$drawable: int notification_icon_background -wangdaye.com.geometricweather.R$color: int design_snackbar_background_color -wangdaye.com.geometricweather.R$drawable: int flag_el -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_hintEnabled -wangdaye.com.geometricweather.R$style: int Preference_Category -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_DrawerArrowToggle -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_Dialog_Alert -okhttp3.internal.http1.Http1Codec$FixedLengthSource: Http1Codec$FixedLengthSource(okhttp3.internal.http1.Http1Codec,long) -androidx.constraintlayout.widget.R$id: int search_go_btn -androidx.recyclerview.R$drawable: int notification_template_icon_low_bg -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: java.lang.Integer poll() -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowFixedWidthMajor -com.google.android.material.R$styleable: int BottomNavigationView_menu -cyanogenmod.profiles.LockSettings: boolean isDirty() -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean requireAdaptiveBacklightForSunlightEnhancement() -retrofit2.OkHttpCall: okhttp3.Call$Factory callFactory -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_ratingBarStyleIndicator -cyanogenmod.content.Intent: java.lang.String ACTION_APP_FAILURE -okhttp3.internal.Internal: okhttp3.internal.connection.RealConnection get(okhttp3.ConnectionPool,okhttp3.Address,okhttp3.internal.connection.StreamAllocation,okhttp3.Route) -com.jaredrummler.android.colorpicker.R$drawable: int notification_action_background -com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_elevation -androidx.core.R$integer -com.xw.repo.bubbleseekbar.R$id: int parentPanel -com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable -android.didikee.donate.R$style: int Base_Theme_AppCompat -okio.Buffer: okio.ByteString hmacSha1(okio.ByteString) -io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: void dispose() -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List getMinutelyEntityList() -okhttp3.internal.Internal: boolean isInvalidHttpUrlHost(java.lang.IllegalArgumentException) -com.google.android.material.R$attr: int waveOffset -com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getStartIconContentDescription() -android.didikee.donate.R$drawable: int notify_panel_notification_icon_bg -androidx.multidex.MultiDexApplication: MultiDexApplication() -com.turingtechnologies.materialscrollbar.R$id: int reservedNamedId -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: io.reactivex.disposables.CompositeDisposable disposables -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: java.lang.String getPubTime() -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_prefixTextColor -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: java.util.concurrent.atomic.AtomicReference upstream -android.didikee.donate.R$styleable: int SwitchCompat_splitTrack -com.google.android.material.textfield.TextInputLayout: void setSuffixTextAppearance(int) -androidx.constraintlayout.widget.R$id: int honorRequest -com.jaredrummler.android.colorpicker.R$layout: R$layout() -androidx.preference.R$id: int tag_unhandled_key_listeners -androidx.preference.R$anim: int fragment_open_exit -androidx.constraintlayout.widget.R$color: int material_grey_800 -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_maxElementsWrap -androidx.preference.R$attr: int submitBackground -wangdaye.com.geometricweather.R$id: int widget_day_week_card -okhttp3.internal.cache.DiskLruCache: void rebuildJournal() -wangdaye.com.geometricweather.R$id: int widget_day_sign -com.google.android.material.R$attr: int subtitleTextColor -com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableItem_android_drawable -androidx.preference.R$styleable: int[] SwitchPreferenceCompat -cyanogenmod.app.IProfileManager: boolean notificationGroupExistsByName(java.lang.String) -com.google.android.material.R$id: int cancel_button -wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties -okhttp3.MediaType: java.lang.String subtype() -wangdaye.com.geometricweather.R$id: int container_main_pollen_indicator -android.didikee.donate.R$attr: int contentInsetEnd -wangdaye.com.geometricweather.R$id: int ifRoom -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeCloseDrawable -com.turingtechnologies.materialscrollbar.TouchScrollBar: float getHideRatio() -com.google.android.material.R$attr: int titleMarginBottom -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property WeatherCode -androidx.preference.R$attr: int actionModeSelectAllDrawable -wangdaye.com.geometricweather.R$dimen: int notification_small_icon_background_padding -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric: AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric() -com.google.android.material.R$attr: int colorControlActivated -androidx.constraintlayout.widget.R$attr: int dividerVertical -wangdaye.com.geometricweather.R$attr: int srcCompat -androidx.dynamicanimation.R$id: R$id() -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Snow -com.google.android.material.R$color: int abc_hint_foreground_material_dark -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_1 -com.google.android.material.R$styleable: int Toolbar_titleMarginTop -com.github.rahatarmanahmed.cpv.BuildConfig: java.lang.String VERSION_NAME -cyanogenmod.app.LiveLockScreenManager: cyanogenmod.app.LiveLockScreenManager sInstance -androidx.appcompat.R$styleable: int SearchView_commitIcon -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: int status -wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: void setOnClickListener(android.view.View$OnClickListener) -androidx.preference.R$styleable: int[] View -androidx.fragment.R$integer -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_Switch -com.amap.api.location.AMapLocation: boolean y -okhttp3.Response: long sentRequestAtMillis -com.turingtechnologies.materialscrollbar.R$color: int material_grey_800 -okio.Buffer: okio.Buffer writeShortLe(int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial: double Value -androidx.preference.R$styleable: int ActionMode_backgroundSplit -com.google.android.material.R$drawable: int mtrl_ic_arrow_drop_up -com.jaredrummler.android.colorpicker.R$color: int material_grey_850 -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum -androidx.constraintlayout.widget.R$attr: int flow_horizontalGap -cyanogenmod.externalviews.IExternalViewProvider: void onStop() -wangdaye.com.geometricweather.R$styleable: int Toolbar_logoDescription -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_Layout_layout_collapseMode -androidx.coordinatorlayout.R$dimen: int notification_action_text_size -androidx.preference.R$attr: int dividerPadding -com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getThumbStrokeColor() -wangdaye.com.geometricweather.R$styleable: int[] ExtendedFloatingActionButton -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatSeekBar_tickMark -com.amap.api.fence.GeoFence: int e -com.tencent.bugly.crashreport.crash.anr.a: java.lang.String g -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: java.lang.String getSourceVoice(android.content.Context) -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIndicatorAnimationDuration -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver parent -com.google.android.material.chip.Chip: void setChipIconResource(int) -com.google.android.material.R$dimen: int mtrl_slider_label_padding -com.google.android.material.R$styleable: int Toolbar_contentInsetLeft -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver parent -com.google.gson.internal.LinkedTreeMap: int size +wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getNighttimeWeatherCode() +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_mini_light +wangdaye.com.geometricweather.R$id: int material_timepicker_container +androidx.appcompat.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title +androidx.vectordrawable.R$dimen: int notification_small_icon_size_as_large +com.google.android.material.textfield.TextInputLayout +com.jaredrummler.android.colorpicker.R$attr: int backgroundTint +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen: java.lang.String Name +androidx.lifecycle.LifecycleRegistry: boolean mNewEventOccurred +james.adaptiveicon.R$drawable: int abc_ic_star_black_48dp +okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.platform.OptionalMethod setUseSessionTickets +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_android_fontVariationSettings +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light +retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$1: retrofit2.Call $this_await$inlined +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer windChillTemperature +androidx.appcompat.R$attr: int actionButtonStyle +com.bumptech.glide.integration.okhttp.R$id: int time +okhttp3.internal.connection.RealConnection: boolean isHealthy(boolean) +com.xw.repo.bubbleseekbar.R$attr: int actionOverflowButtonStyle +com.google.android.material.R$styleable: int Slider_trackHeight +com.bumptech.glide.R$color +wangdaye.com.geometricweather.R$string: int feedback_location_permissions_statement +android.support.v4.os.ResultReceiver$1: java.lang.Object createFromParcel(android.os.Parcel) +com.google.android.material.R$id: int zero_corner_chip +androidx.work.impl.workers.CombineContinuationsWorker +wangdaye.com.geometricweather.R$styleable: int Spinner_android_popupBackground +cyanogenmod.weather.WeatherLocation$Builder: cyanogenmod.weather.WeatherLocation$Builder setCountryId(java.lang.String) +com.google.android.material.R$styleable: int Constraint_layout_constraintHorizontal_bias +wangdaye.com.geometricweather.R$id: int dialog_time_setter_done +wangdaye.com.geometricweather.db.entities.WeatherEntity: void refresh() +wangdaye.com.geometricweather.R$style: int TestThemeWithLineHeightDisabled +com.turingtechnologies.materialscrollbar.R$attr: int subtitleTextColor +okio.RealBufferedSink$1: void flush() +io.reactivex.internal.subscriptions.BasicQueueSubscription: boolean offer(java.lang.Object) +androidx.preference.R$string: int not_set +cyanogenmod.providers.CMSettings$Secure$1: boolean validate(java.lang.String) +android.didikee.donate.R$style: int Widget_AppCompat_ActionBar_TabBar +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_13 +com.google.android.material.R$styleable: int TabLayout_tabBackground +com.jaredrummler.android.colorpicker.R$attr: int colorControlNormal +james.adaptiveicon.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar +com.turingtechnologies.materialscrollbar.R$attr: int actionBarSplitStyle +cyanogenmod.providers.CMSettings$Global: float getFloatForUser(android.content.ContentResolver,java.lang.String,float,int) +cyanogenmod.app.ProfileManager: java.lang.String ACTION_PROFILE_PICKER +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: void dispose() +androidx.constraintlayout.widget.R$attr: int windowFixedWidthMajor +retrofit2.adapter.rxjava2.CallExecuteObservable$CallDisposable: void dispose() +com.jaredrummler.android.colorpicker.R$id: int decor_content_parent +com.google.android.material.R$styleable: int Constraint_flow_lastVerticalBias +androidx.viewpager.R$id: int text2 +androidx.coordinatorlayout.R$styleable: int FontFamilyFont_android_font +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_Button +com.tencent.bugly.proguard.am: java.util.Map k +androidx.work.ExistingWorkPolicy: androidx.work.ExistingWorkPolicy valueOf(java.lang.String) +androidx.preference.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_0 +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: int IconCode +androidx.customview.R$color: int notification_icon_bg_color +io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable: long serialVersionUID +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder proxyAuthenticator(okhttp3.Authenticator) +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxStrokeColor +androidx.viewpager.widget.ViewPager: void setScrollingCacheEnabled(boolean) +android.didikee.donate.R$styleable: int LinearLayoutCompat_measureWithLargestChild +com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_progress +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid +wangdaye.com.geometricweather.R$array: int live_wallpaper_day_night_type_values +okhttp3.Cookie: java.lang.String name +cyanogenmod.themes.ThemeManager: boolean isThemeApplying() +com.google.android.material.R$attr: int layout_insetEdge +android.didikee.donate.R$attr: int paddingBottomNoButtons +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_TextView +wangdaye.com.geometricweather.R$attr: int drawableBottomCompat +androidx.preference.R$styleable: int ColorStateListItem_android_alpha +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_overflow_padding_end_material +androidx.constraintlayout.widget.R$style: int Base_V21_Theme_AppCompat_Light_Dialog +wangdaye.com.geometricweather.R$attr: int itemShapeInsetTop +androidx.lifecycle.extensions.R$styleable: int GradientColor_android_centerColor +james.adaptiveicon.R$attr: int listChoiceBackgroundIndicator +androidx.preference.SeekBarPreference$SavedState +okhttp3.Cookie: java.lang.String toString() +androidx.preference.R$id: int accessibility_custom_action_3 +james.adaptiveicon.R$color: int foreground_material_dark +james.adaptiveicon.R$attr: int barLength +com.google.android.material.chip.Chip: void setChipStrokeWidthResource(int) +com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getCounterOverflowTextColor() +com.google.android.material.R$string: int path_password_eye +wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_layout_keyline +cyanogenmod.weather.CMWeatherManager$1: cyanogenmod.weather.CMWeatherManager this$0 +com.xw.repo.bubbleseekbar.R$id: int search_bar +com.turingtechnologies.materialscrollbar.R$layout: int abc_popup_menu_item_layout +androidx.preference.R$drawable: int abc_text_select_handle_right_mtrl_light +wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_rotationY +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_homeAsUpIndicator +wangdaye.com.geometricweather.R$animator: int touch_raise +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_animate_relativeTo +com.amap.api.location.AMapLocationClientOption: java.lang.String a +com.tencent.bugly.crashreport.crash.anr.TraceFileHelper: TraceFileHelper() +androidx.recyclerview.R$id: int notification_background +android.didikee.donate.R$color: int primary_text_disabled_material_light +androidx.appcompat.R$id: int search_src_text +cyanogenmod.externalviews.ExternalViewProviderService$1$1: android.os.Bundle val$options +cyanogenmod.app.CustomTileListenerService$1 +androidx.preference.R$attr: int actionModeWebSearchDrawable +androidx.coordinatorlayout.R$attr: int fontProviderCerts +wangdaye.com.geometricweather.R$drawable: int material_ic_keyboard_arrow_left_black_24dp +androidx.vectordrawable.R$color: int notification_action_color_filter +io.reactivex.exceptions.ProtocolViolationException: ProtocolViolationException(java.lang.String) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_PopupMenu_ListPopupWindow +androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_android_ttcIndex +androidx.preference.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Spinner +com.tencent.bugly.BuglyStrategy: boolean m +com.tencent.bugly.proguard.ad: byte[] a(byte[]) +wangdaye.com.geometricweather.R$id: int mtrl_calendar_main_pane +androidx.constraintlayout.widget.R$color: int abc_tint_switch_track +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: int index +cyanogenmod.providers.CMSettings$System$3 +io.reactivex.internal.disposables.ArrayCompositeDisposable: ArrayCompositeDisposable(int) +androidx.hilt.lifecycle.R$dimen: int notification_top_pad +cyanogenmod.app.CustomTile$ExpandedStyle$1: cyanogenmod.app.CustomTile$ExpandedStyle[] newArray(int) +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: void slideLockscreenIn() +io.reactivex.Observable: io.reactivex.Observable throttleFirst(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +android.didikee.donate.R$color: int material_deep_teal_200 +com.turingtechnologies.materialscrollbar.R$interpolator +com.amap.api.location.APSServiceBase +io.reactivex.internal.subscribers.StrictSubscriber: void onError(java.lang.Throwable) +com.google.android.material.R$styleable: int ConstraintLayout_Layout_constraintSet +com.amap.api.location.AMapLocationClientOption: float v +com.google.android.material.R$anim: int abc_slide_out_bottom +retrofit2.RequestFactory$Builder: java.util.Set relativeUrlParamNames +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: android.graphics.Rect val$clipRect +com.jaredrummler.android.colorpicker.R$attr: int windowFixedHeightMinor +com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_item_icon_padding +cyanogenmod.themes.ThemeChangeRequest: java.util.Map mThemeComponents +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_MULTIPLE_LEDS_ENABLE_VALIDATOR +android.didikee.donate.R$style: int Theme_AppCompat_DayNight_DarkActionBar +okio.AsyncTimeout$2: okio.AsyncTimeout this$0 +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_SearchView_ActionBar +androidx.preference.R$id: int screen +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: boolean hasCompleted() +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_DES_CBC_SHA +com.google.android.material.R$id: int floating +wangdaye.com.geometricweather.R$color: int colorRootDark_dark +james.adaptiveicon.R$id: int action_divider +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.MinutelyEntity) +androidx.lifecycle.LiveData: LiveData(java.lang.Object) +com.tencent.bugly.proguard.p: boolean b(com.tencent.bugly.proguard.r) +cyanogenmod.providers.DataUsageContract: java.lang.String SLOW_SAMPLES +wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_AppbarPopupTheme_Dark +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float rainPrecipitation +retrofit2.http.QueryName: boolean encoded() +io.reactivex.Observable: io.reactivex.Observable concat(io.reactivex.ObservableSource,io.reactivex.ObservableSource) +io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,int,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dialogCornerRadius +com.google.gson.stream.JsonReader: int lineStart +okhttp3.WebSocketListener: void onMessage(okhttp3.WebSocket,okio.ByteString) +cyanogenmod.profiles.StreamSettings: void writeToParcel(android.os.Parcel,int) +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver +androidx.hilt.work.R$drawable: int notification_bg_normal +wangdaye.com.geometricweather.R$string: int feedback_location_permissions_title +androidx.appcompat.R$anim: int btn_checkbox_to_checked_box_inner_merged_animation +com.google.android.material.chip.ChipGroup: void setOnHierarchyChangeListener(android.view.ViewGroup$OnHierarchyChangeListener) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_android_windowIsFloating +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: java.util.List getIndices() +cyanogenmod.providers.CMSettings$Secure: java.lang.String[] NAVIGATION_RING_TARGETS +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.HourlyEntity) +androidx.preference.R$color: int dim_foreground_material_dark +okhttp3.internal.platform.JdkWithJettyBootPlatform$JettyNegoProvider +com.bumptech.glide.load.DecodeFormat: com.bumptech.glide.load.DecodeFormat PREFER_RGB_565 +james.adaptiveicon.R$styleable: int SearchView_submitBackground +com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_itemIconDisabledAlpha +okhttp3.internal.cache.DiskLruCache$Editor: boolean done +com.tencent.bugly.proguard.q: void onCreate(android.database.sqlite.SQLiteDatabase) +okhttp3.HttpUrl$Builder: int slashCount(java.lang.String,int,int) +com.amap.api.location.AMapLocation: int c(com.amap.api.location.AMapLocation,int) +wangdaye.com.geometricweather.main.Hilt_MainActivity +com.google.android.material.R$bool: int abc_allow_stacked_button_bar +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_24 +cyanogenmod.app.CMContextConstants +retrofit2.adapter.rxjava2.Result: Result(retrofit2.Response,java.lang.Throwable) +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setRequestType(cyanogenmod.themes.ThemeChangeRequest$RequestType) +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getLtoSource +cyanogenmod.app.Profile: void setName(java.lang.String) +com.jaredrummler.android.colorpicker.R$drawable: int abc_text_select_handle_middle_mtrl_dark +cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_MIGRATE_SETTINGS_FOR_USER +com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart +wangdaye.com.geometricweather.R$color: int cardview_shadow_start_color +com.google.android.material.R$string: int mtrl_picker_date_header_selected +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property RealFeelShaderTemperature +wangdaye.com.geometricweather.R$attr: int motionPathRotate +com.turingtechnologies.materialscrollbar.R$color: int mtrl_textinput_default_box_stroke_color +wangdaye.com.geometricweather.R$string: int common_google_play_services_unsupported_text +androidx.activity.R$style: int TextAppearance_Compat_Notification +androidx.constraintlayout.widget.R$attr: int layout_constraintTop_toBottomOf +com.google.android.material.R$styleable: int Transition_pathMotionArc +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: float getDistance(float) +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: io.reactivex.disposables.CompositeDisposable set +wangdaye.com.geometricweather.R$dimen: int tooltip_vertical_padding +androidx.vectordrawable.R$id: int accessibility_custom_action_10 +com.tencent.bugly.a +com.google.android.material.R$styleable: int FontFamily_fontProviderAuthority +okhttp3.ConnectionSpec: java.lang.String toString() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX aqi +com.tencent.bugly.crashreport.crash.d: com.tencent.bugly.crashreport.common.info.a c +wangdaye.com.geometricweather.R$style: int Animation_AppCompat_Dialog +com.jaredrummler.android.colorpicker.R$layout: int abc_search_view +com.bumptech.glide.R$styleable: int FontFamilyFont_fontWeight +james.adaptiveicon.R$drawable: int abc_text_select_handle_right_mtrl_dark +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial Imperial +com.google.android.material.R$attr: int colorPrimaryVariant +com.google.android.material.R$attr: int tabPaddingTop +wangdaye.com.geometricweather.R$id: int widget_trend_daily +com.tencent.bugly.proguard.y$a: y$a(java.lang.String) +com.turingtechnologies.materialscrollbar.R$id: int smallLabel +android.didikee.donate.R$attr: int drawableSize +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator REVERSE_LOOKUP_PROVIDER_VALIDATOR +com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleTintList(android.content.res.ColorStateList) +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_hideable +wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.lang.String getLongDate(android.content.Context) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeRainPrecipitation +james.adaptiveicon.R$color: int ripple_material_light +androidx.appcompat.R$style: int TextAppearance_AppCompat_Display3 +cyanogenmod.profiles.StreamSettings: int mStreamId +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeThunderstormPrecipitationDuration +com.google.android.material.R$style: int Base_Widget_AppCompat_SeekBar +com.google.android.material.chip.Chip: com.google.android.material.resources.TextAppearance getTextAppearance() +com.tencent.bugly.proguard.ag: byte[] a(byte[]) +android.didikee.donate.R$id: int src_in +com.google.android.material.navigation.NavigationView: int getItemHorizontalPadding() +wangdaye.com.geometricweather.R$string: int content_des_so2 +com.xw.repo.bubbleseekbar.R$drawable: int notification_action_background +androidx.constraintlayout.widget.R$attr: int buttonBarPositiveButtonStyle +com.turingtechnologies.materialscrollbar.R$integer: int status_bar_notification_info_maxnum +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float snow3h +com.google.android.material.R$attr: int indicatorColor +com.tencent.bugly.proguard.a: com.tencent.bugly.proguard.ar a(java.util.List,int) +androidx.activity.R$id: int notification_main_column_container +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilitySnow: MfForecastResult$ProbabilityForecast$ProbabilitySnow() +cyanogenmod.app.CustomTile$ExpandedItem: void internalSetItemTitle(java.lang.String) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float icePrecipitationProbability +cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_WIMAX +com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl +io.reactivex.Observable: io.reactivex.Observable compose(io.reactivex.ObservableTransformer) +androidx.coordinatorlayout.R$integer: int status_bar_notification_info_maxnum +com.xw.repo.bubbleseekbar.R$attr: int paddingStart +com.tencent.bugly.proguard.ah: java.lang.String d +com.jaredrummler.android.colorpicker.ColorPanelView: void setBorderColor(int) +james.adaptiveicon.R$attr: int buttonBarButtonStyle +com.google.android.material.R$style: int Theme_MaterialComponents_Bridge +androidx.constraintlayout.widget.R$styleable: int[] ColorStateListItem +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: java.lang.String pubTime +wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String type +okhttp3.CacheControl: int sMaxAgeSeconds +cyanogenmod.alarmclock.CyanogenModAlarmClock: CyanogenModAlarmClock() +okhttp3.internal.tls.CertificateChainCleaner: okhttp3.internal.tls.CertificateChainCleaner get(java.security.cert.X509Certificate[]) +com.google.gson.FieldNamingPolicy$5: FieldNamingPolicy$5(java.lang.String,int) +com.xw.repo.bubbleseekbar.R$styleable: int MenuGroup_android_menuCategory +androidx.viewpager2.R$styleable: int GradientColorItem_android_offset +james.adaptiveicon.R$styleable: int AppCompatTheme_colorPrimary +okhttp3.MultipartBody: okhttp3.MediaType PARALLEL +androidx.preference.R$drawable: int abc_scrubber_primary_mtrl_alpha +androidx.preference.R$id: int multiply +com.jaredrummler.android.colorpicker.R$style: int AlertDialog_AppCompat +cyanogenmod.providers.CMSettings$Global: java.lang.String[] LEGACY_GLOBAL_SETTINGS +androidx.constraintlayout.widget.R$id: int tag_transition_group +androidx.appcompat.resources.R$id: int icon +wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.util.Date date wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade RealFeelTemperatureShade -com.turingtechnologies.materialscrollbar.R$string: R$string() -retrofit2.converter.gson.GsonRequestBodyConverter: okhttp3.RequestBody convert(java.lang.Object) -cyanogenmod.app.Profile: java.util.Map streams -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_homeAsUpIndicator -com.turingtechnologies.materialscrollbar.R$attr: int fastScrollVerticalTrackDrawable -com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getTrackActiveTintList() -io.reactivex.internal.util.VolatileSizeArrayList: void clear() -io.reactivex.internal.util.VolatileSizeArrayList: java.util.ListIterator listIterator() -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_checkable -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light_Dialog_MinWidth -androidx.work.R$attr: int fontProviderQuery -cyanogenmod.app.ILiveLockScreenManagerProvider -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_android_elevation -android.didikee.donate.R$attr: int actionDropDownStyle -io.reactivex.Observable: io.reactivex.Observable delaySubscription(io.reactivex.ObservableSource) -com.google.android.material.R$styleable: int MaterialTextAppearance_android_lineHeight -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_percent -cyanogenmod.app.IProfileManager$Stub$Proxy: boolean isEnabled() -androidx.appcompat.widget.AppCompatAutoCompleteTextView: void setSupportBackgroundTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_editor_absoluteX -wangdaye.com.geometricweather.R$attr: int radius_from -androidx.constraintlayout.widget.R$dimen: int abc_dialog_fixed_width_major -wangdaye.com.geometricweather.R$styleable: int ForegroundLinearLayout_android_foregroundGravity -cyanogenmod.hardware.IThermalListenerCallback$Stub$Proxy: java.lang.String getInterfaceDescriptor() -com.xw.repo.bubbleseekbar.R$drawable: int abc_tab_indicator_material -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_halfExpandedRatio -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation: wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind wind -com.baidu.location.indoor.c: boolean add(java.lang.Object) -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String district -com.jaredrummler.android.colorpicker.R$attr: int height -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub: java.lang.String DESCRIPTOR -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 -android.didikee.donate.R$attr: int subtitle -androidx.constraintlayout.widget.R$dimen: int abc_control_inset_material -com.google.android.material.R$styleable: int TextInputLayout_helperTextTextAppearance -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_button_min_width_material -wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_subtitle -wangdaye.com.geometricweather.R$style: int ShapeAppearance_MaterialComponents_Tooltip -wangdaye.com.geometricweather.R$string -okhttp3.internal.http2.StreamResetException -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver -androidx.constraintlayout.widget.R$styleable: int[] GradientColor -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ListPopupWindow -wangdaye.com.geometricweather.R$id: int parallax -androidx.hilt.lifecycle.R$style: int TextAppearance_Compat_Notification_Title -wangdaye.com.geometricweather.R$dimen: int mtrl_high_ripple_pressed_alpha -androidx.constraintlayout.widget.R$styleable: int Layout_maxHeight -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_5 -io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_MonthTextView -androidx.appcompat.app.AppCompatDelegateImpl$ListMenuDecorView -androidx.lifecycle.ComputableLiveData$1: androidx.lifecycle.ComputableLiveData this$0 -com.google.android.material.R$dimen: int mtrl_low_ripple_focused_alpha -androidx.customview.R$id: int text2 -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_63 -cyanogenmod.app.Profile: cyanogenmod.profiles.LockSettings mScreenLockMode -androidx.preference.R$dimen: int notification_right_icon_size -com.google.android.material.bottomappbar.BottomAppBar: void setFabCradleRoundedCornerRadius(float) -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_4 -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: AccuLocationResult$AdministrativeArea() -androidx.preference.R$attr: int fastScrollEnabled -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_PopupMenu -androidx.constraintlayout.widget.R$styleable: int KeyTrigger_onPositiveCross -com.turingtechnologies.materialscrollbar.R$layout: int design_layout_tab_text -android.didikee.donate.R$attr: int trackTint -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_android_textOn -cyanogenmod.hardware.CMHardwareManager: int getVibratorMinIntensity() -android.didikee.donate.R$style: int Base_Widget_AppCompat_Button -com.tencent.bugly.crashreport.biz.b: void b(android.content.Context,com.tencent.bugly.BuglyStrategy) -james.adaptiveicon.R$color: int material_deep_teal_500 -com.xw.repo.bubbleseekbar.R$drawable: int abc_control_background_material -com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat_ActionBar -androidx.coordinatorlayout.R$drawable: int notification_bg_low -wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Object readKey(android.database.Cursor,int) -james.adaptiveicon.R$styleable: int DrawerArrowToggle_arrowHeadLength -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem -androidx.loader.R$id: int right_icon -androidx.fragment.app.BackStackState: android.os.Parcelable$Creator CREATOR -android.didikee.donate.R$style: int Animation_AppCompat_DropDownUp -androidx.activity.R$dimen: int notification_action_icon_size -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getTotalPrecipitationProbability() -androidx.preference.R$style: int AlertDialog_AppCompat -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$2: androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription this$0 -wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setDaylight(boolean) -androidx.swiperefreshlayout.R$drawable: int notification_action_background -wangdaye.com.geometricweather.R$attr: int saturation -androidx.cardview.R$style: int Base_CardView -wangdaye.com.geometricweather.R$style: int Base_V28_Theme_AppCompat_Light -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Button_Small -com.google.android.material.R$style: int Base_Widget_AppCompat_EditText -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Light_BottomSheetDialog -androidx.vectordrawable.R$string -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse -cyanogenmod.profiles.ConnectionSettings: int mSubId -james.adaptiveicon.R$attr: int actionOverflowMenuStyle -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void drain() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: boolean requestDismiss() -android.didikee.donate.R$attr: int isLightTheme -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_3DES_EDE_CBC_SHA -io.reactivex.internal.util.NotificationLite: boolean acceptFull(java.lang.Object,io.reactivex.Observer) -androidx.constraintlayout.widget.R$drawable: int abc_spinner_textfield_background_material -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.LocationEntityDao locationEntityDao -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Country: java.lang.String ID -com.google.android.material.R$integer: int mtrl_tab_indicator_anim_duration_ms -com.tencent.bugly.crashreport.crash.e: void b() -com.turingtechnologies.materialscrollbar.R$attr: int backgroundTintMode -james.adaptiveicon.R$anim: int abc_slide_out_bottom -androidx.hilt.work.R$attr: int fontVariationSettings -com.turingtechnologies.materialscrollbar.R$style: int Animation_AppCompat_Dialog -cyanogenmod.weather.RequestInfo: boolean isQueryOnlyWeatherRequest() -wangdaye.com.geometricweather.R$string: int mtrl_picker_navigate_to_year_description -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void onSubscribe(org.reactivestreams.Subscription) -com.bumptech.glide.integration.okhttp.R$dimen: int notification_top_pad_large_text -cyanogenmod.app.Profile: java.util.Collection getStreamSettings() -androidx.preference.R$attr: int tickMark -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onAttach(android.os.IBinder) -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$5 -androidx.appcompat.widget.DropDownListView: void setSelector(android.graphics.drawable.Drawable) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial -com.baidu.location.e.h$c: com.baidu.location.e.h$c[] values() -androidx.lifecycle.extensions.R$styleable: int[] FontFamilyFont -wangdaye.com.geometricweather.R$drawable: int weather_snow_mini_grey -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_closeIcon -wangdaye.com.geometricweather.R$id: int topPanel -androidx.drawerlayout.R$style: int Widget_Compat_NotificationActionText -com.google.android.gms.internal.location.zzl: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Direction: int Degrees -wangdaye.com.geometricweather.R$id: int container_main_sun_moon_sun_icon -com.tencent.bugly.proguard.q: android.database.sqlite.SQLiteDatabase getReadableDatabase() -com.tencent.bugly.proguard.p: android.database.Cursor a(com.tencent.bugly.proguard.p,boolean,java.lang.String,java.lang.String[],java.lang.String,java.lang.String[],java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.tencent.bugly.proguard.o) -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: boolean isDisposed() -james.adaptiveicon.R$styleable: int AppCompatTextView_textLocale -com.google.android.material.R$style: int ShapeAppearanceOverlay_Cut -androidx.lifecycle.ReportFragment: void dispatch(androidx.lifecycle.Lifecycle$Event) -androidx.preference.R$style: int Base_Theme_AppCompat_Dialog_MinWidth -wangdaye.com.geometricweather.R$drawable: int shortcuts_wind_foreground -com.google.android.material.R$style: int Widget_MaterialComponents_ActionBar_PrimarySurface -androidx.transition.R$color: int notification_action_color_filter -retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$2: java.lang.Object invoke(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_textColorHint -androidx.loader.R$styleable: int FontFamily_fontProviderCerts -wangdaye.com.geometricweather.weather.json.mf.MfRainResult: java.util.List rainForecasts -android.didikee.donate.R$layout: int abc_activity_chooser_view_list_item -okhttp3.internal.connection.StreamAllocation$StreamAllocationReference: java.lang.Object callStackTrace -okhttp3.CacheControl: boolean immutable() -wangdaye.com.geometricweather.db.entities.AlertEntity: java.util.Date getDate() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String daytimeWindDirection -wangdaye.com.geometricweather.common.basic.models.weather.Astro: java.lang.String getRiseTime(android.content.Context) -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle -androidx.appcompat.R$drawable: int abc_menu_hardkey_panel_mtrl_mult -android.didikee.donate.R$drawable: int notification_bg_low_pressed -com.xw.repo.bubbleseekbar.R$attr: int voiceIcon -com.google.android.material.R$style: int Widget_AppCompat_ActionButton_Overflow -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintWidth_max -okhttp3.internal.connection.StreamAllocation: StreamAllocation(okhttp3.ConnectionPool,okhttp3.Address,okhttp3.Call,okhttp3.EventListener,java.lang.Object) -wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayHorizontalWidgetConfigActivity -androidx.work.R$id: int accessibility_custom_action_29 -wangdaye.com.geometricweather.R$string: int abc_searchview_description_search -com.jaredrummler.android.colorpicker.R$layout: int preference_recyclerview -com.tencent.bugly.Bugly: void init(android.content.Context,java.lang.String,boolean) -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String LOCK_WALLPAPER_THUMBNAIL -androidx.viewpager2.R$color: int notification_action_color_filter -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Caption -com.google.android.material.R$dimen: int abc_list_item_padding_horizontal_material -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: int Priority -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.UV getUV() -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: java.util.concurrent.atomic.AtomicReference upstream -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: void onComplete() -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWeatherText(java.lang.String) -com.google.android.material.R$animator: int linear_indeterminate_line2_tail_interpolator -com.google.android.material.bottomnavigation.BottomNavigationView: int getItemIconSize() -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Dialog_Alert_Framework -android.didikee.donate.R$dimen: int abc_seekbar_track_background_height_material -com.google.android.material.R$styleable: int MaterialToolbar_navigationIconColor -androidx.appcompat.R$styleable: int FontFamilyFont_android_fontStyle -androidx.appcompat.R$styleable: int DrawerArrowToggle_arrowShaftLength -com.xw.repo.bubbleseekbar.R$styleable: int ColorStateListItem_alpha -com.google.android.material.R$styleable: int ThemeEnforcement_android_textAppearance -android.didikee.donate.R$attr: int actionOverflowMenuStyle -com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_thickness -androidx.appcompat.R$styleable: int MenuGroup_android_id -androidx.dynamicanimation.R$styleable: int FontFamilyFont_android_ttcIndex -cyanogenmod.externalviews.KeyguardExternalView$2: cyanogenmod.externalviews.KeyguardExternalView this$0 -com.xw.repo.bubbleseekbar.R$attr: int drawerArrowStyle -wangdaye.com.geometricweather.R$drawable: int weather_thunder_mini_xml -okhttp3.internal.cache.CacheInterceptor: CacheInterceptor(okhttp3.internal.cache.InternalCache) -wangdaye.com.geometricweather.R$layout: int design_navigation_menu -androidx.preference.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item -androidx.constraintlayout.widget.ConstraintLayout: int getMaxWidth() -retrofit2.RequestBuilder: okhttp3.HttpUrl$Builder urlBuilder -cyanogenmod.util.ColorUtils: float interp(int,float) -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_menu_share_mtrl_alpha -androidx.preference.R$attr: int dividerVertical -cyanogenmod.weather.WeatherLocation: int hashCode() -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: void onError(java.lang.Throwable) -com.turingtechnologies.materialscrollbar.R$anim: int abc_fade_out -androidx.lifecycle.ClassesInfoCache$CallbackInfo: void invokeCallbacks(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event,java.lang.Object) -cyanogenmod.app.CMStatusBarManager: boolean localLOGV -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_actionViewClass -wangdaye.com.geometricweather.R$attr: int listPreferredItemPaddingStart -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: wangdaye.com.geometricweather.db.entities.ChineseCityEntity readEntity(android.database.Cursor,int) -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Position: java.lang.String timezone -androidx.preference.R$dimen: int tooltip_vertical_padding -androidx.appcompat.R$styleable: int AnimatedStateListDrawableTransition_android_reversible -okhttp3.internal.ws.RealWebSocket: java.util.List ONLY_HTTP1 -androidx.drawerlayout.R$styleable: int ColorStateListItem_alpha -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarTabStyle -com.amap.api.fence.GeoFenceClient: void setActivateAction(int) -com.google.android.material.R$id: int left -wangdaye.com.geometricweather.R$attr: int chipCornerRadius -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored -com.google.android.material.R$styleable: int CollapsingToolbarLayout_contentScrim -okhttp3.internal.Util: java.lang.reflect.Method addSuppressedExceptionMethod -cyanogenmod.profiles.BrightnessSettings: BrightnessSettings() -com.google.android.material.R$styleable: int TextInputLayout_placeholderText -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: int type -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX$InfoX -android.didikee.donate.R$styleable: int AppCompatTheme_colorError -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_android_elevation -android.support.v4.graphics.drawable.IconCompatParcelizer: void write(androidx.core.graphics.drawable.IconCompat,androidx.versionedparcelable.VersionedParcel) -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_contentInsetEndWithActions -io.reactivex.internal.subscriptions.DeferredScalarSubscription: long serialVersionUID -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Ice -androidx.legacy.coreutils.R$color: int secondary_text_default_material_light -com.amap.api.location.UmidtokenInfo$1 -androidx.constraintlayout.widget.R$integer: R$integer() -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_RatingBar_Small -com.xw.repo.bubbleseekbar.R$attr: int autoSizeStepGranularity -com.google.android.material.R$dimen: int fastscroll_minimum_range -androidx.appcompat.R$dimen: int abc_edit_text_inset_bottom_material -com.tencent.bugly.proguard.n: java.lang.String a(com.tencent.bugly.proguard.n) -com.xw.repo.bubbleseekbar.R$drawable: int abc_popup_background_mtrl_mult -wangdaye.com.geometricweather.R$color: int abc_btn_colored_borderless_text_material -com.tencent.bugly.proguard.n: long a -com.jaredrummler.android.colorpicker.R$attr: int allowDividerAbove -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getCoDesc() -okhttp3.EventListener: void connectEnd(okhttp3.Call,java.net.InetSocketAddress,java.net.Proxy,okhttp3.Protocol) -cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_TEMPERATURE_NIGHT -com.google.android.material.R$styleable: int AlertDialog_buttonIconDimen -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_COLOR_AUTO -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_8 -com.google.android.material.R$layout: int select_dialog_singlechoice_material -com.tencent.bugly.crashreport.common.strategy.StrategyBean: int w -androidx.activity.R$id: int accessibility_custom_action_25 -androidx.appcompat.R$style: int Base_V26_Widget_AppCompat_Toolbar -androidx.fragment.app.FragmentTabHost: FragmentTabHost(android.content.Context,android.util.AttributeSet) -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge -androidx.appcompat.R$attr: int subtitleTextStyle -com.google.android.material.R$animator: int mtrl_card_state_list_anim -retrofit2.ParameterHandler$Query: retrofit2.Converter valueConverter -wangdaye.com.geometricweather.R$drawable: int btn_checkbox_checked_mtrl -okhttp3.internal.Util: void addSuppressedIfPossible(java.lang.Throwable,java.lang.Throwable) -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_RatingBar -com.turingtechnologies.materialscrollbar.R$attr: int dropDownListViewStyle -androidx.appcompat.R$styleable: int StateListDrawable_android_enterFadeDuration -cyanogenmod.externalviews.ExternalViewProviderService$1$1: cyanogenmod.externalviews.ExternalViewProviderService$1 this$1 -wangdaye.com.geometricweather.R$attr: int actionModeSelectAllDrawable -okhttp3.OkHttpClient$1: void addLenient(okhttp3.Headers$Builder,java.lang.String) -com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver: com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver getInstance() -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceFragmentStyle -androidx.appcompat.R$attr: int customNavigationLayout +wangdaye.com.geometricweather.R$string: int aqi_5 +okhttp3.internal.http2.Huffman$Node +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.String dailyWeatherDescription +wangdaye.com.geometricweather.db.entities.HourlyEntity: int getTemperature() +com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String h +androidx.viewpager.R$styleable: int FontFamily_fontProviderQuery +androidx.preference.R$styleable: int MenuGroup_android_visible +com.google.android.material.R$attr: int placeholder_emptyVisibility +androidx.drawerlayout.R$id: int normal +com.google.android.material.R$style: int TextAppearance_AppCompat_Caption +wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type TEMPERATURE +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_display_3_material +com.baidu.location.e.h$a: com.baidu.location.e.h$a valueOf(java.lang.String) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_DrawerArrowToggle +cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String DESKCLOCK_PACKAGE +com.xw.repo.bubbleseekbar.R$attr: int suggestionRowLayout +james.adaptiveicon.R$attr: int actionProviderClass +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String WALLPAPER_FULL +com.google.android.material.R$dimen: int material_filled_edittext_font_2_0_padding_bottom +com.google.android.material.R$style: int TextAppearance_AppCompat_Tooltip +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours: AccuCurrentResult$PrecipitationSummary$Past9Hours() +com.google.android.material.R$attr: int checkedButton +com.google.android.material.bottomnavigation.BottomNavigationView: void setItemIconSize(int) +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_orderInCategory +cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onKeyguardShowing(boolean) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getWeatherEnd() +android.didikee.donate.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle +okhttp3.internal.connection.RealConnection: java.net.Socket socket +androidx.preference.R$styleable: int Fragment_android_id +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_firstVerticalStyle +wangdaye.com.geometricweather.R$dimen: int mtrl_alert_dialog_picker_background_inset +com.google.gson.internal.LinkedTreeMap: int size +wangdaye.com.geometricweather.R$layout: int notification_multi_city +retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: boolean isDisposed() +androidx.work.R$attr: int fontProviderAuthority +com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemRippleColor +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_title +io.reactivex.Observable: io.reactivex.Observable buffer(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,int) +cyanogenmod.app.IProfileManager$Stub +com.tencent.bugly.proguard.n: java.util.Map e wangdaye.com.geometricweather.R$drawable: int mtrl_popupmenu_background -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.preference.R$drawable: R$drawable() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Speed: java.lang.String Unit -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_contentInsetEnd -com.turingtechnologies.materialscrollbar.R$layout: int abc_action_mode_close_item_material -androidx.swiperefreshlayout.R$styleable: int GradientColor_android_startColor -androidx.lifecycle.ProcessLifecycleOwnerInitializer: int update(android.net.Uri,android.content.ContentValues,java.lang.String,java.lang.String[]) -wangdaye.com.geometricweather.R$attr: int cpv_indeterminate -com.google.android.material.slider.Slider: void setValueFrom(float) -wangdaye.com.geometricweather.R$string: int settings_title_notification_custom_color -com.google.android.material.R$dimen: int item_touch_helper_max_drag_scroll_per_frame -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: java.lang.String toValue(java.util.List) -com.google.gson.JsonSyntaxException: JsonSyntaxException(java.lang.String,java.lang.Throwable) -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionButton -com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableItem_android_id -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Title -wangdaye.com.geometricweather.R$string: int settings_title_dark_mode -cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: java.lang.String RINGTONE -okio.BufferedSink: okio.BufferedSink writeDecimalLong(long) -okhttp3.OkHttpClient: boolean followSslRedirects() -com.tencent.bugly.crashreport.biz.b: b() -okhttp3.internal.http2.Header: Header(java.lang.String,java.lang.String) -com.google.android.material.R$styleable: int Constraint_android_transformPivotX -androidx.core.R$id: int dialog_button -androidx.preference.R$styleable: int TextAppearance_fontFamily -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: void onComplete() -androidx.vectordrawable.R$id: int accessibility_custom_action_11 -wangdaye.com.geometricweather.R$attr: int itemShapeInsetStart -androidx.appcompat.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown -androidx.recyclerview.R$id: int title -okhttp3.Response: okhttp3.Request request -com.tencent.bugly.crashreport.biz.b: void a(com.tencent.bugly.crashreport.common.strategy.StrategyBean,boolean) -cyanogenmod.weatherservice.IWeatherProviderService$Stub: android.os.IBinder asBinder() -wangdaye.com.geometricweather.R$id: int subtitle -wangdaye.com.geometricweather.db.entities.WeatherEntity: int getTemperature() -androidx.appcompat.resources.R$id: int text2 -android.didikee.donate.R$dimen: int abc_text_size_display_4_material -cyanogenmod.providers.CMSettings$System: java.lang.String KEY_APP_SWITCH_ACTION -androidx.constraintlayout.widget.R$attr: int homeLayout -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu -com.tencent.bugly.proguard.ak: boolean u -androidx.appcompat.R$layout: int abc_activity_chooser_view_list_item -com.google.android.material.R$color: int design_dark_default_color_on_primary -androidx.appcompat.widget.ActionBarOverlayLayout: void setLogo(int) -com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_spanCount -cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onKeyguardDismissed() -com.google.gson.stream.JsonReader: int NUMBER_CHAR_EXP_SIGN -androidx.preference.R$id: int normal -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarSwipeRefreshLayout: void setOnApplyWindowInsetsListener(android.view.View$OnApplyWindowInsetsListener) -cyanogenmod.themes.ThemeChangeRequest: cyanogenmod.themes.ThemeChangeRequest$RequestType getReqeustType() +android.didikee.donate.R$attr: int seekBarStyle +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_horizontalGap +androidx.lifecycle.LiveData$1 +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.WeatherIconControlView +androidx.appcompat.widget.AppCompatCheckBox: void setBackgroundDrawable(android.graphics.drawable.Drawable) +androidx.core.R$styleable: int GradientColor_android_centerColor +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_icon_2 +com.github.rahatarmanahmed.cpv.CircularProgressView: float indeterminateRotateOffset +cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: android.net.Uri NO_RINGTONE_URI +android.didikee.donate.R$drawable: int abc_btn_borderless_material +com.jaredrummler.android.colorpicker.R$drawable: int abc_list_longpressed_holo +com.google.android.material.R$layout: int mtrl_calendar_day_of_week +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_YearNavigationButton +androidx.constraintlayout.widget.R$styleable: int Motion_drawPath +cyanogenmod.app.suggest.IAppSuggestManager$Stub: int TRANSACTION_getSuggestions +androidx.swiperefreshlayout.R$styleable: int GradientColorItem_android_offset +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_LIVE_LOCK_SCREEN +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_popupMenuStyle +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ListMenuView +wangdaye.com.geometricweather.R$id: int sawtooth +com.turingtechnologies.materialscrollbar.R$attr: int actionBarSize +wangdaye.com.geometricweather.R$string: int feedback_show_widget_card_alpha +androidx.vectordrawable.R$id: int chronometer +wangdaye.com.geometricweather.R$id: int notification_big_temp_1 +wangdaye.com.geometricweather.R$styleable: int Motion_transitionEasing +androidx.constraintlayout.widget.R$id: int default_activity_button +james.adaptiveicon.R$style: int Platform_V25_AppCompat_Light +wangdaye.com.geometricweather.R$animator: int mtrl_fab_show_motion_spec +com.google.android.material.R$attr: int elevation +androidx.appcompat.R$style: int Base_Widget_AppCompat_DrawerArrowToggle +wangdaye.com.geometricweather.R$style: int Widget_Design_FloatingActionButton +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableEndCompat +cyanogenmod.app.Profile: void setAirplaneMode(cyanogenmod.profiles.AirplaneModeSettings) +com.tencent.bugly.BuglyStrategy$a: java.util.Map onCrashHandleStart(int,java.lang.String,java.lang.String,java.lang.String) +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorIconTintMode +com.tencent.bugly.proguard.v +com.google.android.gms.internal.location.zzj: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Button_Borderless +com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Theme_AppCompat +androidx.transition.R$attr: int alpha +androidx.viewpager2.R$id: int tag_unhandled_key_listeners +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: io.reactivex.disposables.Disposable upstream +com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_list_padding_bottom_no_buttons +com.google.android.material.R$attr: int backgroundTint +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: void setPrecipitation(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean) +androidx.hilt.work.R$id: int accessibility_custom_action_13 +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Direction: java.lang.String Localized +androidx.fragment.app.FragmentContainerView: FragmentContainerView(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$anim: int design_bottom_sheet_slide_out +okhttp3.internal.http2.Http2Connection$4: int val$streamId +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: boolean isSubActive(int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$LocalSource +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light_DarkActionBar +james.adaptiveicon.R$styleable: int ActionBar_contentInsetEnd +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title +okio.AsyncTimeout: okio.Sink sink(okio.Sink) +com.google.android.material.slider.BaseSlider: void setFocusedThumbIndex(int) +wangdaye.com.geometricweather.R$id: int transition_scene_layoutid_cache +androidx.appcompat.R$styleable: int AppCompatTheme_android_windowIsFloating +com.google.android.material.R$attr: int cardUseCompatPadding +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getWindSpeedStart() +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_android_gravity +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PressureTendency: java.lang.String LocalizedText +com.google.android.material.textfield.TextInputLayout: android.widget.TextView getPrefixTextView() +wangdaye.com.geometricweather.R$layout: int container_main_header +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.Date publishDate +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int FAIR_DAY +org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database wrap(android.database.sqlite.SQLiteDatabase) +com.xw.repo.bubbleseekbar.R$styleable: int[] FontFamily +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_menu_selectall_mtrl_alpha +com.jaredrummler.android.colorpicker.R$id: int search_close_btn +com.google.android.material.R$style: int Widget_AppCompat_RatingBar_Indicator +com.google.android.material.R$styleable: int Constraint_layout_constraintBottom_toBottomOf +androidx.hilt.work.R$dimen: int compat_notification_large_icon_max_width +androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge +android.didikee.donate.R$styleable: int ActionBar_backgroundStacked +androidx.preference.R$id: int scrollView +androidx.preference.R$styleable: int[] MenuView +com.google.android.material.R$string: int icon_content_description +com.google.android.material.appbar.CollapsingToolbarLayout: int getExpandedTitleMarginEnd() +io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: long serialVersionUID +com.google.android.material.card.MaterialCardView: android.content.res.ColorStateList getStrokeColorStateList() +james.adaptiveicon.R$style: int Widget_AppCompat_ListPopupWindow +retrofit2.RequestBuilder: okhttp3.Headers$Builder headersBuilder +cyanogenmod.app.Profile$NotificationLightMode: Profile$NotificationLightMode() +com.xw.repo.bubbleseekbar.R$attr: int voiceIcon +wangdaye.com.geometricweather.R$layout: int notification_big +androidx.appcompat.R$styleable: int AppCompatTheme_editTextStyle +androidx.constraintlayout.widget.R$styleable: int Constraint_constraint_referenced_ids +com.amap.api.location.UmidtokenInfo: UmidtokenInfo() +androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher: void subscribe(org.reactivestreams.Subscriber) +com.google.android.material.R$styleable: int AppCompatImageView_tintMode +wangdaye.com.geometricweather.R$string: int mtrl_picker_toggle_to_calendar_input_mode +com.tencent.bugly.proguard.am: long q +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_Switch +android.didikee.donate.R$style: int Widget_AppCompat_ActionBar +com.google.android.material.R$styleable: int RangeSlider_minSeparation +wangdaye.com.geometricweather.R$drawable: int weather_rain +com.google.android.material.R$dimen: int mtrl_bottomappbar_fab_cradle_rounded_corner_radius +wangdaye.com.geometricweather.weather.json.mf.MfLocationResult +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_showText +wangdaye.com.geometricweather.R$string: int mtrl_picker_a11y_next_month +cyanogenmod.app.BaseLiveLockManagerService: BaseLiveLockManagerService() +wangdaye.com.geometricweather.R$attr: int spanCount +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_CardView +wangdaye.com.geometricweather.R$color: int design_default_color_primary_dark +wangdaye.com.geometricweather.R$color: int mtrl_fab_ripple_color +io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: void replay(io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable) +androidx.recyclerview.R$style: int TextAppearance_Compat_Notification +com.google.gson.stream.JsonReader: int[] pathIndices +androidx.appcompat.resources.R$style: int TextAppearance_Compat_Notification +android.support.v4.os.IResultReceiver$Stub: java.lang.String DESCRIPTOR +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_15 +wangdaye.com.geometricweather.R$styleable: int SwitchPreference_android_summaryOff +wangdaye.com.geometricweather.R$color: int material_blue_grey_950 +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator VOLBTN_MUSIC_CONTROLS_VALIDATOR +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionBar_Solid +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial: java.lang.String Unit +androidx.preference.PreferenceManager: void setOnPreferenceTreeClickListener(androidx.preference.PreferenceManager$OnPreferenceTreeClickListener) +androidx.swiperefreshlayout.R$styleable: int GradientColor_android_startY +com.google.android.material.bottomappbar.BottomAppBar: float getFabTranslationX() +androidx.loader.R$styleable: int FontFamilyFont_fontWeight +wangdaye.com.geometricweather.R$string: int key_refresh_rate +okhttp3.Protocol: okhttp3.Protocol SPDY_3 +wangdaye.com.geometricweather.R$id: int notification_big_week_1 +androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_gapBetweenBars +com.google.android.material.R$styleable: int NavigationView_android_fitsSystemWindows +com.jaredrummler.android.colorpicker.R$styleable: int Preference_key +androidx.lifecycle.viewmodel.savedstate.R +wangdaye.com.geometricweather.remoteviews.config.Hilt_WeekWidgetConfigActivity: Hilt_WeekWidgetConfigActivity() +wangdaye.com.geometricweather.R$drawable: int flag_es +wangdaye.com.geometricweather.R$styleable: int AppCompatImageView_tint +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_SearchResult +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature WetBulbTemperature +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: int complete +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: int count +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$LocalSource: java.lang.String WeatherCode +wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: NumberAnimTextView(android.content.Context) +androidx.viewpager2.R$attr: int fastScrollEnabled +androidx.hilt.work.R$styleable: int ColorStateListItem_alpha +androidx.constraintlayout.widget.R$dimen: int hint_alpha_material_light +com.github.rahatarmanahmed.cpv.CircularProgressView$9: CircularProgressView$9(com.github.rahatarmanahmed.cpv.CircularProgressView) +cyanogenmod.providers.ThemesContract$ThemesColumns$InstallState: ThemesContract$ThemesColumns$InstallState() +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_android_thumb +okio.Buffer$2: java.lang.String toString() +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Toolbar +androidx.transition.R$styleable: int FontFamilyFont_fontVariationSettings +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_TabText +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeWindSpeed() +wangdaye.com.geometricweather.resource.utils.ResourceUtils$NullException +androidx.constraintlayout.widget.R$attr: int telltales_tailColor +androidx.preference.R$styleable: int[] PreferenceFragment +com.turingtechnologies.materialscrollbar.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable +james.adaptiveicon.R$dimen: int compat_button_inset_vertical_material +android.didikee.donate.R$styleable: int AppCompatTextHelper_android_drawableLeft +wangdaye.com.geometricweather.R$color: int mtrl_indicator_text_color +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_RatingBar +androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_barLength +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Dialog_Alert +okio.GzipSource: okio.InflaterSource inflaterSource +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_anon_WITH_AES_256_CBC_SHA +com.google.android.material.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable +androidx.activity.R$id: int text +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_goneMarginEnd +wangdaye.com.geometricweather.R$attr: int touchAnchorId +wangdaye.com.geometricweather.R$drawable: int abc_spinner_mtrl_am_alpha +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_SeekBar +okio.Timeout: long timeoutNanos() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: java.lang.String pubTime +androidx.appcompat.R$id: int action_bar_subtitle +com.xw.repo.bubbleseekbar.R$color: int primary_dark_material_dark +cyanogenmod.providers.CMSettings$DiscreteValueValidator: java.lang.String[] mValues +androidx.preference.R$styleable: int AppCompatTheme_actionBarItemBackground +com.jaredrummler.android.colorpicker.R$id: int custom +com.jaredrummler.android.colorpicker.R$attr: int allowStacking +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintGuide_percent +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_arrow_drop_right_black_24dp +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog +com.google.android.material.R$styleable: int OnSwipe_nestedScrollFlags +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver +com.google.android.material.R$color: int mtrl_chip_text_color +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: void onError(java.lang.Throwable) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_CompoundButton_Switch +okhttp3.internal.cache.CacheStrategy$Factory: okhttp3.internal.cache.CacheStrategy getCandidate() +james.adaptiveicon.R$styleable: int AppCompatTextView_autoSizeStepGranularity +okhttp3.internal.http.RealResponseBody: long contentLength() +cyanogenmod.hardware.IThermalListenerCallback$Stub: IThermalListenerCallback$Stub() +wangdaye.com.geometricweather.R$styleable: int MaterialButton_cornerRadius +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_icon_3 +wangdaye.com.geometricweather.R$layout: int notification_template_icon_group +androidx.recyclerview.widget.RecyclerView: RecyclerView(android.content.Context,android.util.AttributeSet) +androidx.appcompat.widget.AppCompatButton: void setSupportBackgroundTintList(android.content.res.ColorStateList) +okhttp3.internal.ws.RealWebSocket$PingRunnable +io.reactivex.internal.disposables.EmptyDisposable: boolean isEmpty() +com.google.android.material.R$color: int mtrl_on_primary_text_btn_text_color_selector +james.adaptiveicon.R$styleable: int Toolbar_subtitle +com.google.android.material.R$id: int alertTitle +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void drain() +io.reactivex.internal.subscriptions.BasicIntQueueSubscription: BasicIntQueueSubscription() +com.google.android.material.circularreveal.CircularRevealLinearLayout: void setCircularRevealOverlayDrawable(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.R$color: int background_floating_material_light +com.google.android.material.R$layout: int text_view_with_line_height_from_style +wangdaye.com.geometricweather.R$color: int mtrl_bottom_nav_item_tint +androidx.constraintlayout.widget.R$anim: int abc_shrink_fade_out_from_bottom +com.amap.api.location.AMapLocation: void setProvince(java.lang.String) +androidx.preference.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +com.google.android.material.chip.ChipGroup: int getChipSpacingVertical() +androidx.activity.R$id: int accessibility_custom_action_19 +com.google.android.material.R$attr: int layout_goneMarginLeft +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintEnd_toStartOf +com.google.android.material.R$styleable: int TabLayout_tabIndicatorFullWidth +com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_android_negativeButtonText +okhttp3.internal.platform.Platform: java.lang.Object getStackTraceForCloseable(java.lang.String) +wangdaye.com.geometricweather.R$color: int secondary_text_default_material_light +com.google.android.material.R$styleable: int TabLayout_tabSelectedTextColor +okhttp3.internal.ws.WebSocketProtocol: int OPCODE_FLAG_CONTROL +james.adaptiveicon.R$id: int async +cyanogenmod.weatherservice.ServiceRequestResult$Builder: ServiceRequestResult$Builder(java.util.List) +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_liftOnScrollTargetViewId +wangdaye.com.geometricweather.R$layout: int mtrl_alert_dialog_title +okhttp3.Response$Builder: okhttp3.Handshake handshake +okhttp3.internal.http1.Http1Codec$ChunkedSource: okhttp3.HttpUrl url +androidx.appcompat.R$attr: int paddingEnd +com.google.android.gms.common.api.ResolvableApiException +androidx.constraintlayout.widget.R$styleable: int StateSet_defaultState +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.util.List defense +androidx.appcompat.widget.ActivityChooserView: void setExpandActivityOverflowButtonDrawable(android.graphics.drawable.Drawable) +androidx.constraintlayout.widget.R$styleable: int[] MenuGroup +com.amap.api.fence.PoiItem +cyanogenmod.weather.RequestInfo: RequestInfo() +android.didikee.donate.R$attr: int activityChooserViewStyle +okhttp3.ResponseBody: okhttp3.ResponseBody create(okhttp3.MediaType,long,okio.BufferedSource) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean: CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean() +com.google.android.material.R$dimen: int mtrl_btn_text_btn_padding_left +androidx.appcompat.R$layout: int abc_screen_content_include +androidx.lifecycle.extensions.R$anim: int fragment_fast_out_extra_slow_in +retrofit2.RequestFactory$Builder: void validatePathName(int,java.lang.String) +cyanogenmod.app.ThemeVersion$ThemeVersionImpl2 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: java.lang.String zh_TW +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String coDesc +androidx.appcompat.R$style: int Base_Theme_AppCompat_Light_Dialog +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: io.reactivex.internal.util.AtomicThrowable errors +wangdaye.com.geometricweather.R$dimen: int abc_disabled_alpha_material_light +com.google.android.material.R$styleable: int TextInputLayout_passwordToggleContentDescription +androidx.legacy.coreutils.R$drawable: int notification_bg_low_pressed +com.google.android.material.button.MaterialButtonToggleGroup: void setupButtonChild(com.google.android.material.button.MaterialButton) +androidx.preference.TwoStatePreference$SavedState: android.os.Parcelable$Creator CREATOR +com.jaredrummler.android.colorpicker.R$id: int progress_horizontal +io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: ObservableCombineLatest$CombinerObserver(io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator,int) +james.adaptiveicon.R$drawable: int abc_ic_go_search_api_material +com.google.android.material.chip.Chip: void setBackgroundTintList(android.content.res.ColorStateList) +com.google.android.material.R$styleable: int KeyCycle_framePosition +wangdaye.com.geometricweather.R$id: int scrollView +wangdaye.com.geometricweather.R$id: int dialog_adaptive_icon_icon +wangdaye.com.geometricweather.R$string: int wind_1 +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_NOTIF_COUNT_VALIDATOR +androidx.constraintlayout.widget.R$attr: int gapBetweenBars +com.google.android.material.R$id: int time +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: CaiYunMainlyResult$CurrentBean$HumidityBean() +androidx.preference.R$style: int Widget_AppCompat_Button_Colored +androidx.hilt.work.R$color: R$color() +com.google.android.material.R$attr: int hintAnimationEnabled +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +androidx.preference.R$string: int v7_preference_off +cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onScreenTurnedOn() +androidx.viewpager.widget.ViewPager: void setOnPageChangeListener(androidx.viewpager.widget.ViewPager$OnPageChangeListener) +com.jaredrummler.android.colorpicker.R$styleable: int ViewBackgroundHelper_backgroundTint +wangdaye.com.geometricweather.R$styleable: int AppBarLayout_liftOnScroll +androidx.constraintlayout.widget.R$attr: int contentInsetStart +okhttp3.internal.http2.Http2Connection$1: int val$streamId +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_maxHeight +cyanogenmod.app.IPartnerInterface$Stub$Proxy: void setAirplaneModeEnabled(boolean) +com.tencent.bugly.proguard.y: java.lang.String f() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial +wangdaye.com.geometricweather.R$attr: int actionModeCopyDrawable +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: io.reactivex.functions.Consumer disposer +com.jaredrummler.android.colorpicker.R$attr: int cpv_showColorShades +com.google.android.material.R$drawable: int mtrl_ic_error +com.jaredrummler.android.colorpicker.R$string: int abc_searchview_description_voice +com.google.android.material.R$attr: int keyPositionType +wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit: java.lang.String getCloudCoverText(int) +com.xw.repo.bubbleseekbar.R$style: int Platform_V25_AppCompat +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Tooltip +cyanogenmod.profiles.ConnectionSettings: int CM_MODE_ALL +wangdaye.com.geometricweather.background.service.TileService: TileService() +androidx.hilt.lifecycle.R$attr: R$attr() +com.jaredrummler.android.colorpicker.R$attr: int font +com.xw.repo.bubbleseekbar.R$attr: int actionModeCopyDrawable +com.tencent.bugly.crashreport.common.info.a: java.lang.String as +cyanogenmod.app.IProfileManager +com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_bg_color_selector +okhttp3.Call$Factory: okhttp3.Call newCall(okhttp3.Request) +androidx.preference.R$id: int topPanel +android.didikee.donate.R$styleable: int AppCompatTheme_dialogPreferredPadding +android.didikee.donate.R$styleable: int SwitchCompat_android_textOn +okhttp3.Headers$Builder: okhttp3.Headers$Builder addAll(okhttp3.Headers) +com.xw.repo.bubbleseekbar.R$id: int action_image +cyanogenmod.providers.CMSettings$System: void putListAsDelimitedString(android.content.ContentResolver,java.lang.String,java.lang.String,java.util.List) +okio.AsyncTimeout$1: java.lang.String toString() +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Sun: MfForecastResult$DailyForecast$Sun() +com.turingtechnologies.materialscrollbar.R$attr: int indeterminateProgressStyle +com.google.android.material.R$styleable: int AnimatedStateListDrawableTransition_android_fromId +wangdaye.com.geometricweather.R$drawable: int ic_location +wangdaye.com.geometricweather.R$id: int dialog_resident_location_container +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: boolean done +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_body_2_material +androidx.appcompat.R$styleable: int SwitchCompat_trackTintMode +wangdaye.com.geometricweather.R$attr: int bsb_show_section_text +com.xw.repo.bubbleseekbar.R$attr: int windowFixedHeightMajor +com.google.gson.stream.JsonReader: java.lang.String nextQuotedValue(char) +james.adaptiveicon.R$dimen: int abc_text_size_menu_material +com.google.android.gms.location.zzbd +wangdaye.com.geometricweather.R$styleable: int AppBarLayout_Layout_layout_scrollFlags +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night +com.jaredrummler.android.colorpicker.R$styleable: int ViewStubCompat_android_id +com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_focused_holo +com.xw.repo.bubbleseekbar.R$drawable: int abc_edit_text_material +wangdaye.com.geometricweather.R$attr: int viewInflaterClass +com.google.gson.stream.JsonWriter: boolean isHtmlSafe() +com.google.android.material.button.MaterialButton: android.content.res.ColorStateList getIconTint() +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: long serialVersionUID +wangdaye.com.geometricweather.resource.utils.ResourceUtils$NullException: ResourceUtils$NullException() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: java.lang.String zh_TW +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIndicator +okhttp3.MultipartBody$Builder: MultipartBody$Builder() +com.turingtechnologies.materialscrollbar.R$id: int bottom +android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setHourlyForecast(java.lang.String) +androidx.appcompat.view.menu.ActionMenuItemView: androidx.appcompat.view.menu.MenuItemImpl getItemData() +io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable: ObservablePublish$InnerDisposable(io.reactivex.Observer) +james.adaptiveicon.R$styleable: int AppCompatTheme_textColorAlertDialogListItem +androidx.transition.R$styleable: int FontFamily_fontProviderCerts +androidx.coordinatorlayout.R$styleable: R$styleable() +com.google.android.material.R$styleable: int AppCompatTextView_autoSizeTextType +androidx.appcompat.R$styleable: int ViewStubCompat_android_layout +androidx.loader.R$id: int forever +com.jaredrummler.android.colorpicker.R$color: int bright_foreground_material_light +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_goneMarginStart +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void onNext(java.lang.Object) +com.google.android.material.appbar.CollapsingToolbarLayout: void setVisibility(int) +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: void onError(java.lang.Throwable) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_TabView +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_Hint +com.turingtechnologies.materialscrollbar.R$attr: int cardMaxElevation +androidx.constraintlayout.widget.R$attr: int alertDialogStyle +com.google.android.material.chip.Chip: void setBackgroundDrawable(android.graphics.drawable.Drawable) +com.google.android.material.R$color: int material_cursor_color +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonBarStyle +androidx.constraintlayout.widget.R$styleable: int Layout_constraint_referenced_ids +androidx.appcompat.R$color: int dim_foreground_disabled_material_dark +okhttp3.OkHttpClient: okhttp3.EventListener$Factory eventListenerFactory +androidx.work.R$layout: int notification_template_custom_big +com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_android_fontStyle +cyanogenmod.platform.R$array: R$array() +james.adaptiveicon.R$attr: int actionOverflowButtonStyle +androidx.core.R$dimen: int notification_large_icon_height +okhttp3.internal.http2.Http2Writer: void synReply(boolean,int,java.util.List) +wangdaye.com.geometricweather.R$string: int feedback_request_location_permission_failed +androidx.activity.R$id: int tag_screen_reader_focusable +wangdaye.com.geometricweather.R$styleable: int[] MaterialCardView com.tencent.bugly.crashreport.CrashReport$UserStrategy: CrashReport$UserStrategy(android.content.Context) -com.jaredrummler.android.colorpicker.R$style: int Preference_DialogPreference_EditTextPreference -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_dropdownPreferenceStyle -androidx.legacy.coreutils.R$string: int status_bar_notification_info_overflow -wangdaye.com.geometricweather.R$attr: int colorScheme -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: BaiduIPLocationResult() -androidx.appcompat.R$attr: int searchHintIcon -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarTabBarStyle -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_title_material -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light_Dialog_Alert -androidx.preference.R$attr: int spinnerDropDownItemStyle -androidx.preference.R$styleable: int SwitchCompat_thumbTextPadding -cyanogenmod.app.Profile: cyanogenmod.app.ProfileGroup mDefaultGroup -com.turingtechnologies.materialscrollbar.R$styleable: int[] FontFamilyFont -okhttp3.internal.platform.JdkWithJettyBootPlatform$JettyNegoProvider: java.lang.Object invoke(java.lang.Object,java.lang.reflect.Method,java.lang.Object[]) -okhttp3.internal.platform.AndroidPlatform$CloseGuard: java.lang.reflect.Method warnIfOpenMethod -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse -wangdaye.com.geometricweather.R$style: int ShapeAppearance_MaterialComponents_LargeComponent -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_MaterialComponents_Subtitle2 -com.google.android.material.datepicker.SingleDateSelector: android.os.Parcelable$Creator CREATOR -androidx.viewpager2.R$id: int async -james.adaptiveicon.R$layout: int abc_popup_menu_item_layout -com.turingtechnologies.materialscrollbar.R$attr: int textEndPadding -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_al -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String MobileLink -io.reactivex.internal.util.ArrayListSupplier: io.reactivex.internal.util.ArrayListSupplier valueOf(java.lang.String) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getWindDirection() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: java.lang.String getDatetime() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeWindChillTemperature() -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox -com.turingtechnologies.materialscrollbar.R$id: int decor_content_parent -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_contentInsetEnd -okio.RealBufferedSource: okio.ByteString readByteString() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getO3() -com.turingtechnologies.materialscrollbar.R$attr: int fontProviderFetchStrategy -okhttp3.CipherSuite$1: CipherSuite$1() -okhttp3.internal.io.FileSystem$1: void delete(java.io.File) -com.google.android.material.R$id: int material_clock_period_pm_button -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintTop_toBottomOf -androidx.lifecycle.DefaultLifecycleObserver: void onCreate(androidx.lifecycle.LifecycleOwner) -com.google.android.gms.common.images.WebImage -com.google.android.material.bottomappbar.BottomAppBar: com.google.android.material.bottomappbar.BottomAppBarTopEdgeTreatment getTopEdgeTreatment() -cyanogenmod.hardware.CMHardwareManager: int FEATURE_TOUCH_HOVERING -com.tencent.bugly.crashreport.common.info.b: long m() -androidx.lifecycle.SingleGeneratedAdapterObserver: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) -com.tencent.bugly.proguard.ai: void a(com.tencent.bugly.proguard.j) -androidx.constraintlayout.widget.R$styleable: R$styleable() -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionButton_Overflow -com.tencent.bugly.proguard.y: com.tencent.bugly.proguard.y$a a(com.tencent.bugly.proguard.y$a) -wangdaye.com.geometricweather.R$string: int settings_title_appearance -james.adaptiveicon.R$string: int abc_searchview_description_search -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_17 -androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_TabView -androidx.constraintlayout.widget.R$attr: int titleMargin -okio.ByteString: int compareTo(okio.ByteString) -cyanogenmod.weather.CMWeatherManager$1$1: cyanogenmod.weather.CMWeatherManager$1 this$1 -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: java.lang.String Link -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_alertDialogTheme -wangdaye.com.geometricweather.R$attr: int materialAlertDialogTitleTextStyle -io.reactivex.exceptions.ProtocolViolationException: ProtocolViolationException(java.lang.String) -okhttp3.internal.http2.Http2Codec: java.util.List HTTP_2_SKIPPED_REQUEST_HEADERS -androidx.preference.R$dimen: int abc_dropdownitem_text_padding_left -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dialogPreferredPadding -com.turingtechnologies.materialscrollbar.R$id: int transition_layout_save -androidx.vectordrawable.animated.R$layout: int notification_action_tombstone -androidx.preference.R$id: int left -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_progressBarStyle -androidx.recyclerview.widget.StaggeredGridLayoutManager$LazySpanLookup$FullSpanItem: android.os.Parcelable$Creator CREATOR -androidx.hilt.lifecycle.R$styleable: int FragmentContainerView_android_name -wangdaye.com.geometricweather.R$attr: int circleRadius -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light_DarkActionBar -com.google.android.material.R$interpolator -okhttp3.ConnectionPool: int maxIdleConnections -com.turingtechnologies.materialscrollbar.R$style: int CardView -james.adaptiveicon.R$style: int Base_Widget_AppCompat_SeekBar -androidx.vectordrawable.R$id: int accessibility_custom_action_7 -com.xw.repo.bubbleseekbar.R$attr: int actionLayout -androidx.preference.R$attr: int windowActionBar -androidx.drawerlayout.R$styleable: int[] GradientColor -wangdaye.com.geometricweather.R$string: int abc_searchview_description_voice -io.reactivex.Observable: io.reactivex.Observable buffer(int,int,java.util.concurrent.Callable) -androidx.appcompat.resources.R$styleable: int[] StateListDrawableItem -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_firstHorizontalBias -okhttp3.Cache$CacheRequestImpl$1: okhttp3.internal.cache.DiskLruCache$Editor val$editor -wangdaye.com.geometricweather.R$attr: int contentScrim -androidx.appcompat.R$attr: int fontProviderAuthority -cyanogenmod.weather.RequestInfo: android.location.Location getLocation() -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_Bridge -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum Maximum -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableBottomCompat -androidx.constraintlayout.widget.R$layout: int abc_alert_dialog_title_material -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void replay() -james.adaptiveicon.R$attr: int tintMode -androidx.preference.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle -okhttp3.ConnectionSpec$Builder: boolean tls -io.reactivex.Observable: io.reactivex.Observable amb(java.lang.Iterable) -androidx.constraintlayout.widget.R$attr: int listItemLayout -wangdaye.com.geometricweather.R$attr: int actionBarDivider -retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$1 -com.amap.api.location.AMapLocation: void setAdCode(java.lang.String) -wangdaye.com.geometricweather.common.basic.models.weather.History: int nighttimeTemperature -com.google.android.material.chip.Chip: float getChipStartPadding() -com.tencent.bugly.proguard.ah: void a(com.tencent.bugly.proguard.j) -okhttp3.RequestBody$3: okhttp3.MediaType contentType() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String grassDescription -androidx.work.R$style: int TextAppearance_Compat_Notification_Title -androidx.customview.R$dimen: int notification_media_narrow_margin -androidx.constraintlayout.widget.ConstraintLayout: int getMaxHeight() -androidx.constraintlayout.widget.R$drawable: int abc_ic_star_half_black_16dp -androidx.vectordrawable.animated.R$integer: int status_bar_notification_info_maxnum -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_firstHorizontalStyle -androidx.dynamicanimation.R$styleable: int[] FontFamilyFont -androidx.constraintlayout.widget.R$styleable: int PopupWindowBackgroundState_state_above_anchor -com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter -com.turingtechnologies.materialscrollbar.R$attr: int msb_autoHide -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight -wangdaye.com.geometricweather.R$string: int settings_title_unit -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean g -androidx.fragment.R$attr -androidx.fragment.R$styleable: int FragmentContainerView_android_name -com.tencent.bugly.crashreport.crash.CrashDetailBean -androidx.work.R$id: int italic -okhttp3.internal.http.HttpMethod: HttpMethod() -wangdaye.com.geometricweather.R$id: int dialog_learn_more_about_geocoder_doneBtn -android.didikee.donate.R$attr: int collapseIcon -com.tencent.bugly.crashreport.CrashReport: java.util.Map getSdkExtraData() -com.amap.api.location.AMapLocationClientOption: boolean o -androidx.hilt.lifecycle.R$dimen: int notification_small_icon_size_as_large -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxBackgroundColor -okio.AsyncTimeout: java.io.IOException newTimeoutException(java.io.IOException) -androidx.lifecycle.extensions.R$styleable: int FontFamily_fontProviderFetchStrategy -androidx.appcompat.R$id: int home -cyanogenmod.providers.CMSettings$Secure: java.lang.String[] NAVIGATION_RING_TARGETS -androidx.drawerlayout.R$styleable: int FontFamily_fontProviderPackage -com.xw.repo.bubbleseekbar.R$attr: int colorBackgroundFloating -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: java.lang.String en_US -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_28 +wangdaye.com.geometricweather.R$attr: int cpv_progress +okhttp3.internal.http2.Http2: byte FLAG_PADDED +com.turingtechnologies.materialscrollbar.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog +okio.SegmentedByteString: byte[][] segments +wangdaye.com.geometricweather.R$array: int notification_styles +com.jaredrummler.android.colorpicker.R$style: int Preference_Information_Material +com.google.android.material.R$attr: int alertDialogButtonGroupStyle +com.amap.api.location.AMapLocation: java.lang.String n(com.amap.api.location.AMapLocation,java.lang.String) +androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge +wangdaye.com.geometricweather.R$layout: int widget_day_oreo_google_sans +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void onStart() +com.bumptech.glide.integration.okhttp.R$attr: int fontProviderQuery +com.github.rahatarmanahmed.cpv.CircularProgressView: float access$002(com.github.rahatarmanahmed.cpv.CircularProgressView,float) +wangdaye.com.geometricweather.R$drawable: int weather_wind_mini_grey +okhttp3.MediaType: int hashCode() +com.turingtechnologies.materialscrollbar.R$id: int wrap_content +com.google.android.material.R$attr: int trackHeight +androidx.constraintlayout.widget.R$styleable: int Toolbar_titleMarginEnd +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: long serialVersionUID +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_textStyle +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_scrimAnimationDuration +com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable +androidx.constraintlayout.widget.R$attr: int viewInflaterClass +cyanogenmod.app.Profile: java.util.UUID mUuid +androidx.work.impl.utils.futures.DirectExecutor: java.lang.String toString() +okhttp3.ResponseBody$1: okio.BufferedSource source() +androidx.preference.R$id: int search_plate +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_toolbarStyle +androidx.preference.R$color: int bright_foreground_disabled_material_light +com.tencent.bugly.proguard.v: android.content.Context c +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_autoSizeTextType +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: boolean delayErrors +androidx.preference.R$id: int tag_unhandled_key_listeners +androidx.appcompat.R$id: int tag_accessibility_heading +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation +androidx.appcompat.widget.Toolbar: int getContentInsetLeft() +com.google.gson.internal.LazilyParsedNumber +androidx.constraintlayout.widget.R$id: int spacer +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean i +cyanogenmod.providers.CMSettings$Secure: java.lang.String LOCK_PASS_TO_SECURITY_VIEW +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_70 +wangdaye.com.geometricweather.R$interpolator: int mtrl_fast_out_linear_in +wangdaye.com.geometricweather.db.entities.HistoryEntity: java.lang.String weatherSource +okhttp3.Cookie: Cookie(okhttp3.Cookie$Builder) +cyanogenmod.app.IPartnerInterface$Stub +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_DEFAULT_COLOR +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Position: MfCurrentResult$Position() +org.greenrobot.greendao.AbstractDao: java.util.List queryRaw(java.lang.String,java.lang.String[]) +androidx.constraintlayout.widget.R$attr: int listPreferredItemHeightLarge +wangdaye.com.geometricweather.R$attr: int percentHeight +wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm +androidx.appcompat.R$attr: int windowFixedHeightMajor +okhttp3.OkHttpClient$1 +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_requestThemeChange +okio.RealBufferedSink: okio.BufferedSink write(okio.ByteString) +retrofit2.ParameterHandler$FieldMap: java.lang.reflect.Method method +org.greenrobot.greendao.AbstractDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) +okhttp3.internal.http.HttpDate: java.util.Date parse(java.lang.String) +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.lang.String name +androidx.coordinatorlayout.R$attr: int ttcIndex +wangdaye.com.geometricweather.main.dialogs.LocationPermissionStatementDialog +androidx.work.R$drawable: int notification_action_background +androidx.viewpager.R$drawable: int notification_template_icon_low_bg +cyanogenmod.providers.CMSettings$Global: java.lang.String SYS_PROP_CM_SETTING_VERSION +retrofit2.RequestFactory$Builder: boolean gotBody +io.reactivex.Observable: io.reactivex.Observable combineLatestDelayError(io.reactivex.ObservableSource[],io.reactivex.functions.Function,int) +io.reactivex.internal.schedulers.ScheduledRunnable: long serialVersionUID +android.didikee.donate.R$dimen: int abc_progress_bar_height_material +androidx.appcompat.R$attr: int ratingBarStyle +android.didikee.donate.R$styleable: int MenuGroup_android_menuCategory +androidx.appcompat.R$style: int Base_V23_Theme_AppCompat_Light +com.xw.repo.bubbleseekbar.R$attr: int actionProviderClass +androidx.appcompat.resources.R$styleable: int GradientColor_android_centerY +okhttp3.Request$Builder: java.util.Map tags +okhttp3.internal.http2.Huffman +cyanogenmod.weather.CMWeatherManager: void unregisterWeatherServiceProviderChangeListener(cyanogenmod.weather.CMWeatherManager$WeatherServiceProviderChangeListener) +com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamily_fontProviderAuthority +androidx.preference.R$anim: int fragment_fade_enter +com.google.android.material.R$styleable: int Constraint_layout_constraintBaseline_toBaselineOf +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ActionBar_Solid +com.google.gson.JsonParseException: long serialVersionUID +com.jaredrummler.android.colorpicker.R$styleable: int ListPreference_entries +com.turingtechnologies.materialscrollbar.R$attr: int tabPaddingStart +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX names +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange: AccuCurrentResult$TemperatureSummary$Past6HourRange() +com.turingtechnologies.materialscrollbar.R$layout: int design_layout_snackbar +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_4 +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer grassIndex +wangdaye.com.geometricweather.R$style: int Base_V26_Theme_AppCompat_Light +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric: double Value +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: io.reactivex.ObservableSource first +com.google.android.material.textfield.TextInputLayout: float getBoxCornerRadiusBottomStart() +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void drainLoop() +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: java.util.concurrent.TimeUnit unit +com.jaredrummler.android.colorpicker.R$attr: int iconTintMode +com.google.android.gms.internal.common.zzq +androidx.constraintlayout.widget.R$layout: int abc_expanded_menu_layout +wangdaye.com.geometricweather.common.basic.models.weather.Daily +wangdaye.com.geometricweather.R$attr: int mock_labelColor +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_ratingBarStyle +androidx.core.R$id: int text +com.turingtechnologies.materialscrollbar.R$anim: int abc_tooltip_enter +wangdaye.com.geometricweather.R$dimen: int disabled_alpha_material_dark +okhttp3.internal.cache.DiskLruCache: void completeEdit(okhttp3.internal.cache.DiskLruCache$Editor,boolean) +androidx.preference.R$attr: int showText +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getPivotY() +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: boolean cancelled +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Long getId() +okhttp3.internal.http.HttpHeaders: boolean skipWhitespaceAndCommas(okio.Buffer) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_height +androidx.constraintlayout.widget.R$styleable: int StateListDrawable_android_enterFadeDuration +com.google.android.material.R$id: int dragRight +james.adaptiveicon.R$styleable: int MenuItem_iconTintMode +com.google.android.material.R$style: int Base_Widget_AppCompat_Button +okhttp3.internal.http2.Http2Stream: boolean isLocallyInitiated() +wangdaye.com.geometricweather.R$id: int cancel_button +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: org.reactivestreams.Subscriber downstream +com.google.android.gms.auth.api.signin.GoogleSignInOptions +okhttp3.internal.ws.RealWebSocket: java.util.concurrent.ScheduledFuture cancelFuture +cyanogenmod.app.CMTelephonyManager: cyanogenmod.app.CMTelephonyManager sCMTelephonyManagerInstance +androidx.dynamicanimation.R$id: int blocking +com.google.android.material.R$styleable: int Layout_layout_goneMarginEnd +com.amap.api.location.AMapLocationQualityReport: long getNetUseTime() +com.google.android.material.R$drawable: int ic_mtrl_checked_circle +androidx.lifecycle.ViewModel: java.lang.Object setTagIfAbsent(java.lang.String,java.lang.Object) +com.github.rahatarmanahmed.cpv.CircularProgressViewListener +androidx.hilt.lifecycle.R$dimen: int notification_main_column_padding_top +android.didikee.donate.R$drawable: int notification_template_icon_low_bg +okhttp3.internal.http2.Http2Connection$Listener: void onStream(okhttp3.internal.http2.Http2Stream) +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_BATTERY_LANDSCAPE +androidx.constraintlayout.widget.R$styleable: int[] SearchView +okio.RealBufferedSink: void flush() +com.google.android.material.R$color: int mtrl_bottom_nav_ripple_color +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: java.lang.String quality +okhttp3.Response: long sentRequestAtMillis +com.tencent.bugly.proguard.z: java.lang.Object a(byte[],android.os.Parcelable$Creator) +com.google.android.material.R$styleable: int Layout_android_layout_marginEnd +wangdaye.com.geometricweather.R$id: int activity_widget_config_hideSubtitleSwitch +wangdaye.com.geometricweather.R$id: int dialog_location_help_locationIcon +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getRealFeelTemperature() +androidx.lifecycle.extensions.R$id: int tag_transition_group +androidx.hilt.lifecycle.R$styleable: int GradientColor_android_centerX +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintBaseline_creator +com.tencent.bugly.crashreport.common.info.a: android.content.SharedPreferences E +cyanogenmod.alarmclock.ClockContract$CitiesColumns +android.didikee.donate.R$string: int app_name +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void drain() +com.google.android.material.textfield.TextInputLayout: int getBoxStrokeWidthFocused() +androidx.core.R$id: int accessibility_custom_action_31 +cyanogenmod.profiles.BrightnessSettings: BrightnessSettings(android.os.Parcel) +com.google.android.material.R$id: int src_over +androidx.constraintlayout.widget.R$styleable: int KeyPosition_transitionEasing +com.google.android.material.R$drawable: int abc_list_divider_material +androidx.appcompat.R$styleable: int Toolbar_android_minHeight +com.google.android.material.R$styleable: int CompoundButton_buttonTint +com.google.android.material.circularreveal.CircularRevealGridLayout: int getCircularRevealScrimColor() +androidx.appcompat.widget.Toolbar: void setLogoDescription(java.lang.CharSequence) +wangdaye.com.geometricweather.R$layout: int mtrl_alert_select_dialog_item +androidx.vectordrawable.R$attr: int fontProviderAuthority +androidx.appcompat.R$id: int action_bar_activity_content +com.xw.repo.bubbleseekbar.R$layout: int abc_tooltip +com.tencent.bugly.crashreport.common.strategy.StrategyBean: java.lang.String s +androidx.dynamicanimation.R$styleable: int FontFamily_fontProviderAuthority +com.amap.api.location.AMapLocation: boolean b(com.amap.api.location.AMapLocation,boolean) +okhttp3.internal.http2.Settings: int getMaxHeaderListSize(int) +com.tencent.bugly.crashreport.crash.jni.b: java.lang.String b(java.lang.String) +com.google.android.material.R$styleable: int[] Layout +com.google.android.material.R$styleable: int Slider_labelStyle +com.tencent.bugly.crashreport.common.info.a: void b(java.lang.String,java.lang.String) +androidx.appcompat.R$dimen: int notification_top_pad_large_text +com.google.android.material.R$styleable: int[] MenuView +com.tencent.bugly.proguard.v: long q +com.google.android.material.R$color: R$color() +james.adaptiveicon.R$attr: int toolbarStyle +com.jaredrummler.android.colorpicker.R$attr: int checkBoxPreferenceStyle +com.tencent.bugly.proguard.f: boolean equals(java.lang.Object) +com.google.android.material.R$styleable: int MaterialCalendar_yearSelectedStyle +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_Bridge +androidx.preference.ListPreference: ListPreference(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ListPopupWindow +com.google.android.material.R$layout: int material_clock_display +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: boolean isLeft +androidx.lifecycle.SavedStateHandleController: void tryToAddRecreator(androidx.savedstate.SavedStateRegistry,androidx.lifecycle.Lifecycle) +wangdaye.com.geometricweather.background.polling.basic.ForegroundUpdateService: ForegroundUpdateService() +android.didikee.donate.R$attr: int listPopupWindowStyle +wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Description +androidx.preference.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog +wangdaye.com.geometricweather.R$drawable: int ic_top +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: void removeEmptyNativeRecordFiles() +com.turingtechnologies.materialscrollbar.R$color: int abc_primary_text_disable_only_material_light +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintRight_creator +com.xw.repo.bubbleseekbar.R$string: int abc_capital_off +androidx.preference.R$color: int material_grey_100 +com.turingtechnologies.materialscrollbar.R$style: int Platform_V25_AppCompat_Light +androidx.hilt.R$id: int icon +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_trackTintMode +androidx.preference.R$attr: int actionOverflowButtonStyle +androidx.hilt.lifecycle.R$id: int tag_accessibility_heading +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleTextAppearance +okhttp3.OkHttpClient: java.util.List protocols +cyanogenmod.externalviews.IExternalViewProviderFactory +cyanogenmod.providers.CMSettings$Secure: java.lang.String QS_USE_MAIN_TILES +android.didikee.donate.R$dimen: int abc_dropdownitem_icon_width +com.jaredrummler.android.colorpicker.R$drawable: int tooltip_frame_light +wangdaye.com.geometricweather.R$id: int notification_big_icon_2 +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind: MfHistoryResult$History$Wind() +androidx.hilt.work.R$id: int accessibility_custom_action_25 +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_Button +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean delayErrors +androidx.recyclerview.widget.RecyclerView: int getBaseline() +wangdaye.com.geometricweather.R$attr: int autoSizeStepGranularity +com.google.android.material.floatingactionbutton.FloatingActionButton: FloatingActionButton(android.content.Context,android.util.AttributeSet) +com.tencent.bugly.crashreport.common.info.a: com.tencent.bugly.crashreport.a D +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintTop_toTopOf +wangdaye.com.geometricweather.R$styleable: int Slider_tickColor +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored +com.google.android.material.R$styleable: int AppCompatTextView_lineHeight +androidx.constraintlayout.widget.R$styleable: int Variant_region_heightLessThan +cyanogenmod.weatherservice.ServiceRequest: void cancel() +com.google.android.material.appbar.AppBarLayout: void addOnOffsetChangedListener(com.google.android.material.appbar.AppBarLayout$OnOffsetChangedListener) +androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_font +cyanogenmod.app.suggest.ApplicationSuggestion: android.net.Uri getDownloadUri() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: void setLogo(java.lang.String) +com.jaredrummler.android.colorpicker.R$drawable: int cpv_ic_arrow_right_black_24dp +com.google.android.material.R$dimen: int design_navigation_separator_vertical_padding +androidx.constraintlayout.widget.R$id: int honorRequest +com.google.android.material.R$attr: int helperTextTextAppearance +wangdaye.com.geometricweather.db.entities.WeatherEntity: void resetDailyEntityList() +wangdaye.com.geometricweather.R$drawable: int abc_ic_star_half_black_16dp +okio.Buffer: okio.Buffer emitCompleteSegments() +com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType valueOf(java.lang.String) +wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_5 +com.google.gson.LongSerializationPolicy +io.reactivex.Observable: io.reactivex.Observable cacheWithInitialCapacity(int) +androidx.customview.R$id: int line3 +okhttp3.internal.cache.DiskLruCache: boolean journalRebuildRequired() +android.support.v4.app.INotificationSideChannel$Default +androidx.cardview.widget.CardView: float getRadius() +com.google.android.material.chip.Chip: void setHideMotionSpec(com.google.android.material.animation.MotionSpec) +cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_UUID +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.query.QueryBuilder queryBuilder() +androidx.viewpager2.widget.ViewPager2: int getPageSize() +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_DropDownItem +cyanogenmod.alarmclock.ClockContract$InstancesColumns: int LOW_NOTIFICATION_STATE +okhttp3.internal.cache2.Relay: long FILE_HEADER_SIZE +retrofit2.KotlinExtensions$suspendAndThrow$1: java.lang.Object L$0 +androidx.appcompat.R$drawable: int abc_textfield_search_activated_mtrl_alpha +androidx.preference.R$attr: int dropdownPreferenceStyle +com.turingtechnologies.materialscrollbar.R$color: int abc_btn_colored_borderless_text_material +androidx.appcompat.R$style: int Theme_AppCompat_DayNight_NoActionBar +okhttp3.internal.http.HttpMethod: boolean invalidatesCache(java.lang.String) +io.reactivex.internal.util.HashMapSupplier +com.xw.repo.bubbleseekbar.R$style: int Base_V23_Theme_AppCompat +retrofit2.ParameterHandler$QueryName: boolean encoded +com.google.android.material.R$attr: int titleTextStyle +com.amap.api.location.AMapLocationClientOption$AMapLocationMode: com.amap.api.location.AMapLocationClientOption$AMapLocationMode Device_Sensors +okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder allEnabledTlsVersions() +androidx.preference.R$string +com.turingtechnologies.materialscrollbar.R$id: int action_bar_activity_content +androidx.appcompat.resources.R$styleable: int FontFamily_fontProviderFetchStrategy +okhttp3.internal.http2.Http2Connection: long intervalPingsSent +cyanogenmod.app.ICMStatusBarManager: void removeCustomTileWithTag(java.lang.String,java.lang.String,int,int) +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Tooltip +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: io.reactivex.internal.disposables.SequentialDisposable upstream +okhttp3.OkHttpClient$Builder: int readTimeout +androidx.recyclerview.R$styleable: int FontFamilyFont_fontWeight +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_140 +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_22 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: void setIndices(java.util.List) +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title +com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked +android.didikee.donate.R$attr: int actionOverflowButtonStyle +androidx.preference.R$style: int TextAppearance_AppCompat_Body2 +com.turingtechnologies.materialscrollbar.R$id: int italic +james.adaptiveicon.R$style: int Widget_AppCompat_RatingBar +okio.ByteString: byte[] data +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_fabCustomSize +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ShapeableImageView +com.tencent.bugly.proguard.z: z() +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu +android.didikee.donate.R$styleable: int MenuItem_iconTint +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setShowMotionSpec(com.google.android.material.animation.MotionSpec) +androidx.fragment.R$attr: int fontProviderCerts +androidx.activity.R$string: int status_bar_notification_info_overflow +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex inTwoDays +com.jaredrummler.android.colorpicker.R$attr: int selectableItemBackground +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Button_Small +androidx.constraintlayout.widget.R$dimen: int abc_text_size_small_material +com.tencent.bugly.proguard.aa: com.tencent.bugly.proguard.ab a(int) +androidx.appcompat.R$drawable: int notification_bg_low +androidx.viewpager2.R$dimen: int fastscroll_default_thickness +wangdaye.com.geometricweather.R$color: int material_on_background_emphasis_medium +com.google.android.material.R$dimen: int mtrl_fab_min_touch_target +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_SearchView +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String OVERLAYS_URI +wangdaye.com.geometricweather.R$attr: int preferenceTheme +androidx.appcompat.widget.SwitchCompat: android.graphics.drawable.Drawable getTrackDrawable() +wangdaye.com.geometricweather.R$id: int rounded +com.tencent.bugly.crashreport.R$string +james.adaptiveicon.R$color: int abc_tint_edittext +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIndicatorGravity +okhttp3.internal.http2.Http2Reader$Handler: void ping(boolean,int,int) +james.adaptiveicon.R$drawable: int abc_btn_radio_material +wangdaye.com.geometricweather.R$animator: int mtrl_extended_fab_show_motion_spec +com.tencent.bugly.proguard.an: an() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Metric: int UnitType +okhttp3.CacheControl$Builder: boolean noCache +androidx.lifecycle.MediatorLiveData: void onInactive() +androidx.recyclerview.R$dimen: int compat_notification_large_icon_max_height androidx.constraintlayout.widget.R$attr: int touchAnchorSide -com.tencent.bugly.crashreport.crash.anr.b: boolean j -com.google.android.material.R$styleable: int Toolbar_titleMarginStart -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionBar_TabText -com.google.android.material.R$string: int abc_searchview_description_search -android.didikee.donate.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner -okio.Pipe: okio.Source source() -wangdaye.com.geometricweather.R$attr: int preferenceCategoryStyle -com.turingtechnologies.materialscrollbar.R$attr: int tabIndicatorGravity -androidx.constraintlayout.widget.R$attr: int multiChoiceItemLayout -okhttp3.EventListener$2: EventListener$2(okhttp3.EventListener) -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.google.android.material.R$drawable: int btn_checkbox_unchecked_to_checked_mtrl_animation -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: long serialVersionUID -james.adaptiveicon.R$styleable: int ActionMode_titleTextStyle -android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text -com.google.android.material.R$attr: int colorPrimaryVariant -okhttp3.internal.http2.Http2Connection$ReaderRunnable$1 -wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_showSeekBarValue -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_scrimVisibleHeightTrigger -james.adaptiveicon.R$styleable: R$styleable() -cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_WIFI -androidx.preference.R$styleable: int Toolbar_title -androidx.constraintlayout.widget.R$styleable: int[] AlertDialog -wangdaye.com.geometricweather.R$drawable: int abc_item_background_holo_dark -androidx.customview.R$layout: int notification_template_part_chronometer -com.google.android.material.R$attr: int fontProviderPackage -androidx.dynamicanimation.R$styleable: int FontFamily_fontProviderPackage -com.tencent.bugly.CrashModule: boolean hasInitialized() -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_CompoundButton_CheckBox -com.tencent.bugly.proguard.y: com.tencent.bugly.proguard.y$a c() -android.didikee.donate.R$style: int RtlOverlay_DialogWindowTitle_AppCompat -com.amap.api.fence.GeoFence: void setActivatesAction(int) -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: void setAddress_detail(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean) -android.didikee.donate.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar -com.google.android.material.bottomnavigation.BottomNavigationMenuView: com.google.android.material.bottomnavigation.BottomNavigationItemView getNewItem() -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void open(java.lang.Object) -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: io.reactivex.disposables.Disposable upstream -wangdaye.com.geometricweather.R$color: int mtrl_card_view_foreground -com.google.android.material.R$color: int mtrl_tabs_ripple_color -cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String MONTH -cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_BLUETOOTH -io.reactivex.internal.util.ArrayListSupplier: io.reactivex.functions.Function asFunction() -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_enabled -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_stacked_tab_max_width -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean getPressure() -okhttp3.OkHttpClient$1: OkHttpClient$1() -com.google.android.material.R$styleable: int ChipGroup_chipSpacingVertical -androidx.vectordrawable.animated.R$dimen: int compat_button_padding_vertical_material -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintEnd_toEndOf -james.adaptiveicon.R$attr: int progressBarPadding -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX: CaiYunMainlyResult$BrandInfoBeanXX() -com.google.android.material.R$style: int Base_Widget_AppCompat_RatingBar_Indicator -wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_thickness -com.google.android.material.R$attr: int layout_constraintRight_creator -wangdaye.com.geometricweather.common.basic.models.weather.UV: int UV_INDEX_HIGH -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getGrassLevel() -com.google.android.material.R$styleable: int FontFamily_fontProviderQuery -androidx.fragment.app.Fragment$SavedState: android.os.Parcelable$Creator CREATOR -com.google.android.gms.base.R$string: int common_open_on_phone -okhttp3.internal.cache.CacheStrategy: okhttp3.Response cacheResponse -androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType: androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType END -androidx.preference.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWetBulbTemperature(java.lang.Integer) +okhttp3.internal.Util: int delimiterOffset(java.lang.String,int,int,char) +wangdaye.com.geometricweather.R$attr: int boxCornerRadiusBottomStart +com.google.android.material.textfield.TextInputLayout: void removeOnEditTextAttachedListener(com.google.android.material.textfield.TextInputLayout$OnEditTextAttachedListener) +io.reactivex.exceptions.OnErrorNotImplementedException: long serialVersionUID +org.greenrobot.greendao.AbstractDao: java.lang.String getTablename() +androidx.preference.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_maximum_default_fullscreen_minor_axis +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_display_1_material +androidx.preference.R$styleable: int Preference_iconSpaceReserved +wangdaye.com.geometricweather.R$dimen: int preference_seekbar_padding_horizontal +com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_translation_z_hovered_focused +androidx.preference.R$id: int start +com.turingtechnologies.materialscrollbar.R$attr: int cornerRadius +androidx.preference.PreferenceCategory: PreferenceCategory(android.content.Context,android.util.AttributeSet) +okhttp3.internal.ws.WebSocketWriter: void writePong(okio.ByteString) +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void onRequested() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Metric: AccuCurrentResult$WindGust$Speed$Metric() +com.google.android.material.R$styleable: int PropertySet_layout_constraintTag +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse +com.jaredrummler.android.colorpicker.R$attr: int actionBarTheme +wangdaye.com.geometricweather.R$styleable: int MaterialCardView_checkedIconMargin +cyanogenmod.app.Profile: int mDozeMode +okhttp3.internal.platform.OptionalMethod: java.lang.reflect.Method getMethod(java.lang.Class) +com.turingtechnologies.materialscrollbar.R$id: int search_close_btn +retrofit2.OkHttpCall: void enqueue(retrofit2.Callback) +wangdaye.com.geometricweather.R$styleable: int MaterialButton_android_checkable +wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date sunSetDate +com.google.android.material.R$attr: int popupMenuStyle +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight_Dialog +androidx.activity.R$dimen: int notification_right_side_padding_top +com.google.android.material.R$dimen: int mtrl_btn_text_btn_padding_right +wangdaye.com.geometricweather.R$id: int widget_day_weather +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder removeAllQueryParameters(java.lang.String) +androidx.appcompat.R$styleable: int AppCompatTheme_textColorAlertDialogListItem +com.google.android.material.R$layout: int test_toolbar_custom_background +wangdaye.com.geometricweather.R$dimen: int mtrl_tooltip_minHeight +androidx.appcompat.R$attr: int tint +com.google.android.material.R$styleable: int CompoundButton_buttonTintMode +com.google.android.material.R$dimen: int cardview_compat_inset_shadow +okhttp3.CipherSuite +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_marginEnd +com.xw.repo.bubbleseekbar.R$attr: int divider +io.reactivex.Observable: io.reactivex.Observable scanWith(java.util.concurrent.Callable,io.reactivex.functions.BiFunction) +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeInsetBottom +com.tencent.bugly.crashreport.common.info.b: java.lang.String b() +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: boolean setDisposable(io.reactivex.disposables.Disposable,int) +com.google.android.material.transformation.FabTransformationSheetBehavior: FabTransformationSheetBehavior() +cyanogenmod.profiles.StreamSettings: int getStreamId() +wangdaye.com.geometricweather.R$attr: int bsb_anim_duration +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Direction: java.lang.String Localized +wangdaye.com.geometricweather.R$styleable: int ArcProgress_text_size +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: java.util.List advices +com.turingtechnologies.materialscrollbar.R$attr: int drawerArrowStyle +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_FixedSize +com.bumptech.glide.integration.okhttp.R$id: int notification_background +androidx.legacy.coreutils.R$string: R$string() +com.google.android.material.R$styleable: int AppCompatTheme_actionModeFindDrawable +okhttp3.internal.http2.Http2Writer: Http2Writer(okio.BufferedSink,boolean) +com.google.android.material.chip.ChipGroup: ChipGroup(android.content.Context,android.util.AttributeSet,int) +com.turingtechnologies.materialscrollbar.R$layout: int abc_action_menu_item_layout +androidx.lifecycle.ViewModel: void onCleared() +com.xw.repo.bubbleseekbar.R$attr: int bsb_section_text_interval +com.bumptech.glide.integration.okhttp.R$dimen: int notification_top_pad +com.google.android.material.textfield.TextInputLayout: int getBoxBackgroundColor() +com.jaredrummler.android.colorpicker.R$attr: int autoSizeMaxTextSize +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String sunRise +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: boolean isDisposed() +androidx.appcompat.widget.LinearLayoutCompat: LinearLayoutCompat(android.content.Context,android.util.AttributeSet,int) +io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: io.reactivex.Observer downstream +android.didikee.donate.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton +wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customIntegerValue +androidx.preference.R$id: int seekbar_value +com.xw.repo.bubbleseekbar.R$drawable: int abc_switch_thumb_material +com.github.rahatarmanahmed.cpv.CircularProgressView: CircularProgressView(android.content.Context,android.util.AttributeSet) +com.google.gson.stream.JsonReader: double nextDouble() +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken BEGIN_ARRAY +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setTotalPrecipitation(java.lang.Float) +androidx.preference.R$drawable: int abc_textfield_activated_mtrl_alpha +wangdaye.com.geometricweather.R$drawable: int cpv_btn_background_pressed +android.didikee.donate.R$style: int TextAppearance_AppCompat_Subhead +androidx.preference.R$dimen: int hint_alpha_material_light +wangdaye.com.geometricweather.main.layouts.MainLayoutManager: MainLayoutManager() +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_elevation +androidx.preference.DialogPreference +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_BLUETOOTH_ICON +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorControlHighlight +okhttp3.Dns: okhttp3.Dns SYSTEM +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large +com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_stackFromEnd +com.google.android.material.R$style: int Widget_MaterialComponents_CollapsingToolbar +com.jaredrummler.android.colorpicker.R$string: int abc_action_bar_home_description +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_TabView +androidx.constraintlayout.widget.R$styleable: int AppCompatImageView_tint +com.google.android.material.R$dimen: int abc_search_view_preferred_height +james.adaptiveicon.R$color: int switch_thumb_material_dark +okhttp3.internal.io.FileSystem$1: okio.Source source(java.io.File) +wangdaye.com.geometricweather.R$drawable: int shortcuts_cloudy_foreground +androidx.fragment.R$style: int Widget_Compat_NotificationActionContainer +androidx.appcompat.R$drawable: int abc_btn_check_to_on_mtrl_000 +androidx.preference.R$styleable: int ViewBackgroundHelper_backgroundTint +com.amap.api.fence.GeoFenceClient: boolean removeGeoFence(com.amap.api.fence.GeoFence) +okhttp3.internal.http2.Http2Connection: void sendDegradedPingLater() +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircleView: CircleView(android.content.Context,android.util.AttributeSet) +com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$KeySet keySet +androidx.swiperefreshlayout.R$attr: int swipeRefreshLayoutProgressSpinnerBackgroundColor +com.google.android.material.navigation.NavigationView: void setOverScrollMode(int) +androidx.transition.R$color +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_goneMarginEnd +cyanogenmod.providers.CMSettings$System: java.lang.String KEY_MENU_ACTION +io.reactivex.Observable: io.reactivex.Observable never() +io.reactivex.Observable: io.reactivex.Observable concatMapSingle(io.reactivex.functions.Function,int) +android.didikee.donate.R$styleable: int Toolbar_contentInsetLeft +androidx.appcompat.R$dimen: int disabled_alpha_material_light +com.jaredrummler.android.colorpicker.R$attr: int spanCount +com.google.android.material.R$id: int accessibility_custom_action_4 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric: java.lang.String Unit +io.reactivex.internal.operators.observable.ObservableReplay$SizeBoundReplayBuffer: void truncate() +com.google.android.material.R$styleable: int[] TabItem +androidx.fragment.R$styleable: R$styleable() +androidx.preference.R$styleable: int Toolbar_buttonGravity +retrofit2.ParameterHandler$Field: java.lang.String name +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_86 +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxStrokeWidth +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActivityChooserView +wangdaye.com.geometricweather.R$attr: int textInputLayoutFocusedRectEnabled +com.tencent.bugly.proguard.ae +io.reactivex.Observable: io.reactivex.Observable materialize() +com.google.android.material.R$styleable: int AppBarLayout_Layout_layout_scrollInterpolator +android.didikee.donate.R$layout: int abc_alert_dialog_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setCoDesc(java.lang.String) +android.support.v4.os.IResultReceiver$Default: void send(int,android.os.Bundle) +okhttp3.internal.http2.Http2Reader$ContinuationSource: void close() +androidx.constraintlayout.widget.R$id: int gone +okhttp3.internal.http2.Http2Connection: void close(okhttp3.internal.http2.ErrorCode,okhttp3.internal.http2.ErrorCode) +okhttp3.ConnectionPool: int connectionCount() +androidx.appcompat.resources.R$style +com.google.android.material.R$styleable: int TabLayout_tabTextAppearance +wangdaye.com.geometricweather.R$dimen: int item_touch_helper_swipe_escape_max_velocity +cyanogenmod.app.IProfileManager: void resetAll() +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: int ON_COMPLETE +wangdaye.com.geometricweather.R$interpolator: int mtrl_linear_out_slow_in +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void onNext(java.lang.Object) +android.didikee.donate.R$id: int spacer +io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiFunction) +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_search_api_material +wangdaye.com.geometricweather.R$attr: int scopeUris +okhttp3.Request$Builder: Request$Builder(okhttp3.Request) +com.tencent.bugly.proguard.d: void b() +androidx.transition.R$styleable: int FontFamily_fontProviderFetchStrategy +androidx.appcompat.R$styleable: int AppCompatTextHelper_android_drawableEnd +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_DES_CBC_SHA +io.reactivex.internal.observers.DeferredScalarObserver: void onComplete() +android.didikee.donate.R$attr: int backgroundStacked +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: void setNightIconDrawable(android.graphics.drawable.Drawable) +androidx.hilt.R$id: int tag_unhandled_key_listeners +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge +com.tencent.bugly.proguard.i: int a(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_show_progress_in_float +com.turingtechnologies.materialscrollbar.R$dimen: int compat_button_inset_horizontal_material +okhttp3.Dns$1 +okhttp3.internal.http2.Hpack$Reader: void readLiteralHeaderWithIncrementalIndexingIndexedName(int) +wangdaye.com.geometricweather.R$styleable: int FontFamily_fontProviderQuery +wangdaye.com.geometricweather.R$color: R$color() +cyanogenmod.weather.WeatherLocation$Builder: java.lang.String mState +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer getWetBulbTemperature() +androidx.appcompat.R$attr: int listLayout +androidx.preference.R$styleable: int SearchView_searchIcon +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorContentDescription +androidx.vectordrawable.animated.R$id: R$id() +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarTabStyle +androidx.viewpager.R$styleable: int GradientColorItem_android_offset +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title +cyanogenmod.hardware.ICMHardwareService: cyanogenmod.hardware.DisplayMode[] getDisplayModes() +com.amap.api.location.AMapLocationClientOption: boolean isMockEnable() +wangdaye.com.geometricweather.R$attr: int flow_firstHorizontalStyle +androidx.preference.R$attr: int font +androidx.hilt.lifecycle.R$style: int Widget_Compat_NotificationActionText +androidx.hilt.work.R$styleable: int[] GradientColorItem +wangdaye.com.geometricweather.db.entities.LocationEntityDao: wangdaye.com.geometricweather.db.converters.WeatherSourceConverter weatherSourceConverter +com.google.android.material.R$styleable: int View_paddingEnd +wangdaye.com.geometricweather.R$id: int action_bar_spinner +wangdaye.com.geometricweather.R$id: int startHorizontal +com.google.android.material.R$dimen: int design_fab_image_size +okhttp3.EventListener: void callFailed(okhttp3.Call,java.io.IOException) +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_navigationContentDescription +retrofit2.http.Tag +wangdaye.com.geometricweather.R$styleable: int[] ArcProgress +cyanogenmod.externalviews.ExternalView$5: void run() +wangdaye.com.geometricweather.R$dimen: int abc_text_size_display_1_material +com.jaredrummler.android.colorpicker.R$attr: int switchPadding +io.reactivex.exceptions.CompositeException: void printStackTrace(java.io.PrintWriter) +com.google.android.material.R$id: int search_voice_btn +wangdaye.com.geometricweather.R$attr: int flow_horizontalGap +androidx.constraintlayout.widget.R$styleable: int TextAppearance_fontVariationSettings +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder hostnameVerifier(javax.net.ssl.HostnameVerifier) +com.google.android.material.transformation.TransformationChildLayout: TransformationChildLayout(android.content.Context,android.util.AttributeSet) +cyanogenmod.weather.IRequestInfoListener$Stub$Proxy: java.lang.String getInterfaceDescriptor() +com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableCompat_android_dither +androidx.preference.R$attr: int measureWithLargestChild +wangdaye.com.geometricweather.R$string: int key_card_alpha +cyanogenmod.providers.DataUsageContract: android.net.Uri BASE_CONTENT_URI +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: boolean done +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_creator +androidx.preference.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView +wangdaye.com.geometricweather.R$attr: int textStartPadding +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric: int UnitType +james.adaptiveicon.R$attr: int colorControlHighlight +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Button +androidx.preference.R$styleable: int CheckBoxPreference_summaryOn +wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode +cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: java.lang.String VIBRATE +androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy: ConstraintProxy$BatteryNotLowProxy() +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: boolean isCancelled() +okhttp3.Cookie: long expiresAt +retrofit2.Platform: retrofit2.Platform PLATFORM +wangdaye.com.geometricweather.R$string: int action_manage +okhttp3.internal.platform.JdkWithJettyBootPlatform: okhttp3.internal.platform.Platform buildIfSupported() +okhttp3.Cookie: java.lang.String value +androidx.appcompat.R$drawable: int abc_btn_colored_material +androidx.preference.R$styleable: int SeekBarPreference_updatesContinuously +okhttp3.Address: java.net.Proxy proxy +okhttp3.MultipartBody$Part: okhttp3.MultipartBody$Part create(okhttp3.RequestBody) +wangdaye.com.geometricweather.R$attr: int tabBackground +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind: java.lang.Integer speed +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather: java.lang.String info +android.support.v4.os.IResultReceiver$Stub: boolean setDefaultImpl(android.support.v4.os.IResultReceiver) +wangdaye.com.geometricweather.common.basic.models.weather.UV: int UV_INDEX_EXCESSIVE +androidx.work.R$dimen: int notification_top_pad_large_text +okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner: java.util.List clean(java.util.List,java.lang.String) +androidx.fragment.R$attr: int font +androidx.preference.R$drawable: int abc_list_longpressed_holo +android.didikee.donate.R$dimen: int abc_dropdownitem_text_padding_right +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Compat_Notification_Line2 +com.amap.api.location.AMapLocationClient: void startAssistantLocation() +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: int limit +androidx.appcompat.R$attr: int windowActionBar +com.google.android.material.R$styleable: int LinearLayoutCompat_divider +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemHeight +com.google.android.material.chip.Chip: void setCheckableResource(int) +io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: io.reactivex.disposables.Disposable upstream +androidx.legacy.coreutils.R$dimen: int notification_main_column_padding_top +android.didikee.donate.R$dimen: int abc_search_view_preferred_width +androidx.preference.R$styleable: int ActionBar_icon +cyanogenmod.externalviews.KeyguardExternalView$6: boolean val$screenOn +androidx.appcompat.R$style: int Platform_ThemeOverlay_AppCompat_Dark +wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_android_insetLeft +androidx.viewpager2.R$drawable: int notification_bg_normal_pressed +androidx.preference.R$style: int TextAppearance_AppCompat_Display1 +androidx.preference.R$style: int Preference_Category_Material +com.google.android.material.R$attr: int applyMotionScene +com.google.android.material.R$attr: int cardViewStyle +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize +com.turingtechnologies.materialscrollbar.R$id: int top +wangdaye.com.geometricweather.R$id: int activity_widget_config_subtitle_inputLayout +com.amap.api.location.AMapLocation: int TRUSTED_LEVEL_LOW +com.google.android.material.R$dimen: int mtrl_large_touch_target +com.xw.repo.bubbleseekbar.R$style: int Base_Animation_AppCompat_Dialog +okhttp3.Dispatcher: void setIdleCallback(java.lang.Runnable) +wangdaye.com.geometricweather.db.entities.LocationEntityDao: wangdaye.com.geometricweather.db.entities.LocationEntity readEntity(android.database.Cursor,int) +androidx.appcompat.resources.R$dimen: int compat_button_padding_vertical_material +org.greenrobot.greendao.AbstractDao: java.lang.String[] getPkColumns() +cyanogenmod.os.Build$CM_VERSION +com.google.android.material.R$layout: int mtrl_picker_header_fullscreen +cyanogenmod.app.ThemeVersion$ThemeVersionImpl3: cyanogenmod.app.ThemeVersion$ComponentVersion fwCompVersionToSdkVersion(android.content.ThemeVersion$ComponentVersion) +cyanogenmod.providers.CMSettings$Secure: java.lang.String __MAGICAL_TEST_PASSING_ENABLER +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_show_section_mark +com.tencent.bugly.proguard.af: void a(java.lang.String) +com.xw.repo.bubbleseekbar.R$attr: int submitBackground +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dividerHorizontal +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Toolbar +io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setDefense(java.util.List) +com.turingtechnologies.materialscrollbar.R$drawable: int mtrl_tabs_default_indicator +cyanogenmod.app.Profile$TriggerType: Profile$TriggerType() +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int o3 +com.turingtechnologies.materialscrollbar.R$styleable: int[] DrawerArrowToggle +com.google.android.material.R$string: int mtrl_picker_date_header_unselected +com.google.android.material.R$dimen: int design_bottom_navigation_active_text_size +retrofit2.converter.gson.GsonResponseBodyConverter: com.google.gson.TypeAdapter adapter +androidx.preference.R$attr: int actionButtonStyle +androidx.work.R$id: int italic +android.didikee.donate.R$dimen: int abc_text_size_large_material +com.google.android.material.progressindicator.ProgressIndicator: int getIndicatorCornerRadius() +androidx.appcompat.R$color: int abc_primary_text_disable_only_material_dark +wangdaye.com.geometricweather.R$drawable: int widget_card_light_0 +wangdaye.com.geometricweather.R$layout: int material_time_input +androidx.hilt.R$styleable: int GradientColorItem_android_color +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatImageView_tintMode +com.jaredrummler.android.colorpicker.R$attr: int enabled +io.reactivex.Observable: io.reactivex.Observable concatWith(io.reactivex.CompletableSource) +cyanogenmod.app.CustomTile$ExpandedItem: java.lang.String itemTitle +androidx.appcompat.widget.AppCompatImageButton: void setImageDrawable(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.R$attr: int unchecked_background_color +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +com.bumptech.glide.integration.okhttp.R$id +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModePasteDrawable +okhttp3.internal.http2.Http2Connection$ReaderRunnable$2: okhttp3.internal.http2.Http2Connection$ReaderRunnable this$1 +androidx.appcompat.resources.R$layout: int notification_template_icon_group +wangdaye.com.geometricweather.R$id: int activity_widget_config_hideLunarSwitch +com.xw.repo.bubbleseekbar.R$attr: R$attr() +wangdaye.com.geometricweather.R$style: int Test_Widget_MaterialComponents_MaterialCalendar_Day +com.tencent.bugly.proguard.ak: java.util.ArrayList A +retrofit2.ParameterHandler$RawPart: void apply(retrofit2.RequestBuilder,okhttp3.MultipartBody$Part) +androidx.activity.R$style: int TextAppearance_Compat_Notification_Line2 +james.adaptiveicon.R$style: int Platform_ThemeOverlay_AppCompat_Light +com.jaredrummler.android.colorpicker.R$id: int cpv_preference_preview_color_panel +androidx.appcompat.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow +okhttp3.internal.http2.Http2Reader: int lengthWithoutPadding(int,byte,short) +com.google.android.material.R$styleable: int TextInputLayout_expandedHintEnabled +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric: java.lang.String Unit +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property Province +wangdaye.com.geometricweather.R$color: int material_timepicker_button_stroke +androidx.preference.R$layout: int abc_popup_menu_header_item_layout +cyanogenmod.app.Profile: int mProfileType +wangdaye.com.geometricweather.R$attr: int counterEnabled +com.xw.repo.bubbleseekbar.R$attr: int contentInsetLeft +androidx.coordinatorlayout.R$integer: R$integer() +cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String getOpPkg() +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: PrecipitationProbability(java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float) +com.google.android.material.textfield.TextInputLayout: void setHintTextColor(android.content.res.ColorStateList) +com.google.android.material.R$integer +wangdaye.com.geometricweather.R$styleable: int ActionMode_closeItemLayout +com.github.rahatarmanahmed.cpv.CircularProgressView$2 +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void onSubscribe(io.reactivex.disposables.Disposable) +james.adaptiveicon.R$styleable: int SwitchCompat_thumbTint +androidx.work.impl.utils.futures.DirectExecutor: androidx.work.impl.utils.futures.DirectExecutor valueOf(java.lang.String) +com.google.android.material.transformation.FabTransformationBehavior: FabTransformationBehavior() wangdaye.com.geometricweather.R$attr: int radioButtonStyle -wangdaye.com.geometricweather.R$style: int Widget_Compat_NotificationActionContainer -com.tencent.bugly.proguard.v: int p -androidx.constraintlayout.widget.R$id: int search_src_text -androidx.hilt.lifecycle.R$styleable: int GradientColor_android_centerX -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: int capacityHint -androidx.constraintlayout.widget.R$styleable: int[] OnSwipe -wangdaye.com.geometricweather.R$styleable: int AppCompatImageView_tintMode -cyanogenmod.app.ProfileManager: java.lang.String ACTION_PROFILE_PICKER -androidx.constraintlayout.widget.R$attr: int overlapAnchor -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List getAlertEntityList() -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_maxWidth -com.xw.repo.bubbleseekbar.R$styleable: int[] ButtonBarLayout -com.amap.api.location.AMapLocationListener -androidx.constraintlayout.widget.R$layout: int notification_action_tombstone -wangdaye.com.geometricweather.R$color: int design_default_color_on_surface -com.google.android.material.R$dimen: int design_bottom_navigation_elevation -androidx.appcompat.widget.LinearLayoutCompat: int getDividerPadding() -android.didikee.donate.R$bool: int abc_allow_stacked_button_bar -io.reactivex.internal.operators.observable.ObservableGroupBy$State: java.lang.Throwable error -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_text_btn_padding_right -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_DrawerArrowToggle -com.google.android.material.R$drawable: int abc_seekbar_tick_mark_material -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_goneMarginTop -wangdaye.com.geometricweather.R$attr: int layoutDescription -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionButton -com.google.android.material.R$attr: int dialogCornerRadius -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: boolean delayErrors -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: java.lang.String getWeather() -androidx.drawerlayout.R$drawable: int notify_panel_notification_icon_bg -com.turingtechnologies.materialscrollbar.R$id: int group_divider -io.reactivex.Observable: io.reactivex.Completable concatMapCompletableDelayError(io.reactivex.functions.Function,boolean,int) -android.didikee.donate.R$styleable: int ActionBar_titleTextStyle -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_MinWidth_Bridge -android.didikee.donate.R$attr: int checkedTextViewStyle -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_android_imeOptions -com.google.android.material.R$string: int appbar_scrolling_view_behavior -cyanogenmod.platform.Manifest$permission: java.lang.String WRITE_SETTINGS -okio.Pipe$PipeSource: okio.Pipe this$0 -okhttp3.internal.platform.Platform: okhttp3.internal.platform.Platform PLATFORM -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: org.reactivestreams.Subscriber downstream -okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Connection$ReaderRunnable readerRunnable +com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_itemTextAppearance +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge +wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String cityId +com.xw.repo.bubbleseekbar.R$attr: int bsb_show_progress_in_float +com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_spanCount +com.google.android.material.R$styleable: int Slider_thumbColor +com.turingtechnologies.materialscrollbar.R$styleable: int[] ThemeEnforcement +cyanogenmod.profiles.ConnectionSettings: int describeContents() +com.google.android.material.card.MaterialCardView: int getContentPaddingTop() com.xw.repo.bubbleseekbar.R$styleable: int AppCompatImageView_android_src -okio.AsyncTimeout: long remainingNanos(long) -okhttp3.Cache: okhttp3.internal.cache.DiskLruCache cache -com.jaredrummler.android.colorpicker.R$dimen: int abc_button_padding_vertical_material -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title -okhttp3.HttpUrl: java.lang.String password -com.jaredrummler.android.colorpicker.R$color: int secondary_text_default_material_dark -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.Wind wind -androidx.drawerlayout.R$attr: int fontProviderAuthority -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_showMotionSpec -cyanogenmod.weather.CMWeatherManager$2: CMWeatherManager$2(cyanogenmod.weather.CMWeatherManager) -androidx.customview.R$styleable: int GradientColor_android_tileMode -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum: double Value -androidx.preference.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert -okhttp3.internal.http1.Http1Codec$FixedLengthSink -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Toolbar_Primary -androidx.recyclerview.R$styleable: int FontFamilyFont_android_ttcIndex -com.xw.repo.bubbleseekbar.R$attr: int dividerPadding -androidx.constraintlayout.widget.R$color: int abc_tint_seek_thumb -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_53 -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: void setOnApplyWindowInsetsListener(android.view.View$OnApplyWindowInsetsListener) -com.google.android.material.button.MaterialButton: MaterialButton(android.content.Context) -androidx.appcompat.R$dimen: int abc_action_bar_stacked_max_height -wangdaye.com.geometricweather.R$style: int Base_V7_Widget_AppCompat_Toolbar -org.greenrobot.greendao.DaoException -io.reactivex.internal.observers.BlockingObserver: void dispose() -james.adaptiveicon.R$attr: int spinBars -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_track -androidx.viewpager.R$id: int tag_unhandled_key_listeners -com.jaredrummler.android.colorpicker.R$layout: int select_dialog_singlechoice_material -wangdaye.com.geometricweather.R$layout: int abc_alert_dialog_button_bar_material -com.google.android.material.R$attr: int boxStrokeWidthFocused -androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type UNKNOWN -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator VOLBTN_MUSIC_CONTROLS_VALIDATOR -androidx.appcompat.R$styleable: int SearchView_queryBackground -okhttp3.internal.http2.Http2Writer: boolean client -android.didikee.donate.R$drawable: int abc_list_divider_mtrl_alpha -com.turingtechnologies.materialscrollbar.R$drawable: int abc_textfield_search_default_mtrl_alpha -cyanogenmod.platform.Manifest$permission: java.lang.String READ_THEMES -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_alertDialogTheme -okhttp3.Cache: int writeAbortCount -wangdaye.com.geometricweather.R$id: int activity_about_toolbar -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: java.lang.String weatherPhase -androidx.preference.R$id: int action_bar_spinner -io.reactivex.Observable: io.reactivex.Observable window(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,int) -com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat -okhttp3.internal.ws.RealWebSocket: java.util.ArrayDeque messageAndCloseQueue -androidx.hilt.work.R$styleable: int GradientColor_android_centerColor -androidx.appcompat.app.WindowDecorActionBar -wangdaye.com.geometricweather.R$styleable: int GradientColor_android_centerColor -androidx.appcompat.R$drawable: int btn_radio_on_mtrl -wangdaye.com.geometricweather.R$drawable: int weather_sleet_mini_xml -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceImageView_android_maxHeight -com.tencent.bugly.BuglyStrategy: boolean isEnableUserInfo() -androidx.appcompat.R$attr: int selectableItemBackgroundBorderless -com.tencent.bugly.proguard.s: java.net.HttpURLConnection a(java.lang.String,byte[],java.lang.String,java.util.Map) -com.google.android.material.button.MaterialButton: void setCheckable(boolean) -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: boolean cancelled -okhttp3.TlsVersion: java.lang.String javaName -cyanogenmod.app.ProfileGroup: ProfileGroup(android.os.Parcel) -android.didikee.donate.R$dimen: int notification_action_text_size -androidx.appcompat.resources.R$attr: int fontProviderPackage -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.util.List DataSets -androidx.customview.R$dimen: int compat_button_padding_horizontal_material -com.google.android.material.R$dimen: int mtrl_extended_fab_start_padding -com.google.gson.FieldNamingPolicy$3: java.lang.String translateName(java.lang.reflect.Field) -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Button -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_display_4_material -android.support.v4.app.INotificationSideChannel$Stub: boolean setDefaultImpl(android.support.v4.app.INotificationSideChannel) -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorContentDescription -wangdaye.com.geometricweather.R$styleable: int[] SwitchPreferenceCompat -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_paddingStart -androidx.swiperefreshlayout.R$styleable: int FontFamily_fontProviderPackage -androidx.preference.R$styleable: int AppCompatTextHelper_android_drawableStart -com.xw.repo.bubbleseekbar.R$bool: int abc_action_bar_embed_tabs -androidx.work.R$id: int accessibility_custom_action_16 -com.google.android.material.R$attr: int autoSizePresetSizes -androidx.preference.R$attr: int listDividerAlertDialog -com.google.android.material.R$id: int normal -androidx.vectordrawable.R$dimen: int notification_top_pad_large_text -androidx.preference.R$styleable: int AppCompatTheme_windowMinWidthMajor -okhttp3.RealCall: okhttp3.Call clone() -cyanogenmod.providers.CMSettings$Secure: int RING_HOME_BUTTON_BEHAVIOR_DEFAULT -wangdaye.com.geometricweather.R$string: int settings_title_list_animation_switch -james.adaptiveicon.R$style: int Widget_AppCompat_ActionButton_Overflow -io.reactivex.Observable: io.reactivex.Observable wrap(io.reactivex.ObservableSource) -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String getDistrict() -com.turingtechnologies.materialscrollbar.R$attr: int checkedChip -io.reactivex.internal.functions.Functions$NaturalComparator: io.reactivex.internal.functions.Functions$NaturalComparator valueOf(java.lang.String) -androidx.constraintlayout.widget.R$id: int NO_DEBUG -wangdaye.com.geometricweather.R$styleable: int Chip_chipStartPadding -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_translation_z_base -androidx.preference.R$styleable: int AppCompatTheme_windowMinWidthMinor -androidx.appcompat.R$attr: int windowActionBarOverlay -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer treeLevel -com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_arrowShaftLength -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onKeyguardDismissed -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_title -okhttp3.internal.http.HttpDate: java.text.DateFormat[] BROWSER_COMPATIBLE_DATE_FORMATS -com.tencent.bugly.proguard.z: java.util.Map a -cyanogenmod.app.IPartnerInterface: void setAirplaneModeEnabled(boolean) -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay CARD_LIFE_DETAILS -com.google.gson.stream.JsonReader: double nextDouble() -io.reactivex.internal.observers.DeferredScalarObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.google.android.material.R$layout: int text_view_with_line_height_from_appearance -androidx.preference.R$style: int Preference_PreferenceScreen_Material -androidx.coordinatorlayout.R$id: int accessibility_custom_action_2 -cyanogenmod.os.Concierge -wangdaye.com.geometricweather.R$color: int colorTextContent_dark -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_display_1_material -wangdaye.com.geometricweather.R$styleable: int[] BottomSheetBehavior_Layout -androidx.preference.R$dimen: int abc_text_size_button_material -wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date getMoonSetDate() -androidx.lifecycle.ProcessLifecycleOwner: void dispatchStopIfNeeded() -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -com.xw.repo.bubbleseekbar.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource CN -androidx.appcompat.widget.AppCompatCheckBox -wangdaye.com.geometricweather.R$id: int hideable -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: java.util.concurrent.Executor callbackExecutor -androidx.fragment.app.BackStackRecord -com.google.android.material.R$attr: int floatingActionButtonStyle -io.reactivex.Observable: io.reactivex.Observable switchIfEmpty(io.reactivex.ObservableSource) -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu -androidx.appcompat.widget.SwitchCompat: void setChecked(boolean) -com.amap.api.location.LocationManagerBase: void enableBackgroundLocation(int,android.app.Notification) -wangdaye.com.geometricweather.R$styleable: int Constraint_barrierAllowsGoneWidgets -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver: ObservableMergeWithCompletable$MergeWithObserver$OtherObserver(io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver) -cyanogenmod.app.Profile$ProfileTrigger: cyanogenmod.app.Profile$ProfileTrigger fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionDropDownStyle -androidx.appcompat.resources.R$styleable: int[] FontFamilyFont -androidx.work.R$styleable: int[] ColorStateListItem -androidx.fragment.R$styleable: int FontFamilyFont_android_ttcIndex -androidx.appcompat.R$color: int primary_text_default_material_dark -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_voice_search_api_material -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: boolean isDisposed() -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: java.lang.String MobileLink -com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_min -com.google.android.material.R$attr: int layout_constraintBaseline_toBaselineOf -androidx.constraintlayout.widget.R$attr: int listChoiceBackgroundIndicator -androidx.preference.R$anim: int abc_shrink_fade_out_from_bottom -androidx.vectordrawable.R$color: int notification_icon_bg_color -com.google.android.material.R$styleable: int NavigationView_itemBackground -com.amap.api.location.AMapLocationQualityReport: int d -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex tomorrow -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem -wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date getMoonRiseDate() -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_22 -com.xw.repo.bubbleseekbar.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog -com.google.gson.stream.JsonWriter: int peek() -retrofit2.ParameterHandler$HeaderMap -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_height -com.google.android.material.R$drawable: int abc_btn_default_mtrl_shape -com.xw.repo.bubbleseekbar.R$string: int search_menu_title -androidx.viewpager.widget.ViewPager: void setScrollingCacheEnabled(boolean) -com.google.android.material.R$style: int Base_Widget_AppCompat_Toolbar -android.didikee.donate.R$styleable: int Spinner_android_entries -androidx.lifecycle.ProcessLifecycleOwner: androidx.lifecycle.ReportFragment$ActivityInitializationListener mInitializationListener -androidx.coordinatorlayout.R$id: int accessibility_custom_action_24 -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_CALL_COLOR -wangdaye.com.geometricweather.R$styleable: int ImageFilterView_overlay -com.google.android.material.textfield.TextInputLayout: int getHintCurrentCollapsedTextColor() -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_android_switchTextOn -android.didikee.donate.R$style: int Base_Theme_AppCompat_Dialog_MinWidth -com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: java.util.List getValue() -wangdaye.com.geometricweather.R$dimen: int tooltip_precise_anchor_threshold -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 -com.jaredrummler.android.colorpicker.R$attr: int autoSizePresetSizes -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog -androidx.preference.R$styleable: int Preference_android_defaultValue -okhttp3.internal.cache.DiskLruCache$Editor: okhttp3.internal.cache.DiskLruCache$Entry entry -cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.ICMHardwareService sService -com.google.android.material.R$styleable: int CardView_cardElevation -com.tencent.bugly.crashreport.crash.e: java.lang.String h -wangdaye.com.geometricweather.R$attr: int msb_rightToLeft -androidx.preference.R$drawable: int abc_tab_indicator_material -com.jaredrummler.android.colorpicker.R$attr: int multiChoiceItemLayout -com.turingtechnologies.materialscrollbar.R$dimen: int notification_subtext_size -wangdaye.com.geometricweather.R$dimen: int mtrl_badge_text_size -okhttp3.internal.cache2.Relay: okio.ByteString metadata() -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void schedule() -androidx.swiperefreshlayout.R$id: int tag_transition_group -androidx.appcompat.R$styleable: int Toolbar_title -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintDimensionRatio -androidx.lifecycle.AbstractSavedStateViewModelFactory: androidx.savedstate.SavedStateRegistry mSavedStateRegistry -wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) -com.google.android.material.R$styleable: int Constraint_layout_constraintRight_toLeftOf -cyanogenmod.providers.CMSettings$System: java.lang.String ZEN_PRIORITY_ALLOW_LIGHTS -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling Cooling -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.String getAqiText() -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: boolean cancelled -com.google.android.material.R$id: int withinBounds -cyanogenmod.library.R$id: R$id() -io.reactivex.Observable: io.reactivex.Observable concatEager(io.reactivex.ObservableSource,int,int) -retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: io.reactivex.Observer observer -cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler: int MSG_SET_CLIENT -cyanogenmod.hardware.ICMHardwareService: boolean isSunlightEnhancementSelfManaged() -androidx.preference.R$dimen: int abc_action_button_min_width_overflow_material -cyanogenmod.providers.CMSettings$Secure: long getLong(android.content.ContentResolver,java.lang.String) -androidx.legacy.coreutils.R$id: int action_text -androidx.core.app.CoreComponentFactory -wangdaye.com.geometricweather.R$styleable: int[] ScrimInsetsFrameLayout -wangdaye.com.geometricweather.R$attr: int scrimAnimationDuration -androidx.preference.R$styleable: int DialogPreference_android_negativeButtonText -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: void setDayIconDrawable(android.graphics.drawable.Drawable) -com.github.rahatarmanahmed.cpv.R$styleable: int[] CircularProgressView -androidx.constraintlayout.widget.R$attr: int drawableTopCompat -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Subhead -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: java.lang.String getEn_US() -okhttp3.Credentials: java.lang.String basic(java.lang.String,java.lang.String,java.nio.charset.Charset) -androidx.constraintlayout.widget.Constraints: Constraints(android.content.Context) -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: void drain() -wangdaye.com.geometricweather.R$interpolator: R$interpolator() -io.reactivex.internal.util.NotificationLite$SubscriptionNotification: long serialVersionUID -okhttp3.OkHttpClient$Builder: void setInternalCache(okhttp3.internal.cache.InternalCache) -com.google.android.material.progressindicator.ProgressIndicator: void setGrowMode(int) -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Title_Inverse -james.adaptiveicon.R$attr: int alertDialogTheme -androidx.recyclerview.widget.RecyclerView: RecyclerView(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$styleable: int TextInputLayout_boxStrokeWidthFocused -retrofit2.Retrofit -wangdaye.com.geometricweather.R$attr: int logo -cyanogenmod.app.ThemeVersion$ComponentVersion: int id -com.google.android.material.internal.CheckableImageButton: void setPressed(boolean) -com.tencent.bugly.proguard.b: b(java.lang.Exception) -com.bumptech.glide.load.engine.CallbackException: long serialVersionUID -retrofit2.RequestFactory$Builder: java.util.regex.Pattern PARAM_URL_REGEX -com.jaredrummler.android.colorpicker.R$dimen: int abc_edit_text_inset_top_material -okio.Segment: okio.Segment push(okio.Segment) -org.greenrobot.greendao.AbstractDao: void deleteByKeyInTx(java.lang.Object[]) -com.google.android.material.R$style: int Animation_AppCompat_Dialog -okio.Buffer: long indexOf(byte,long,long) -wangdaye.com.geometricweather.R$drawable: int notif_temp_125 -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionMode_Inverse -androidx.appcompat.resources.R$dimen: int notification_top_pad -com.xw.repo.BubbleSeekBar: int getProgress() -androidx.viewpager.R$styleable: int FontFamilyFont_android_ttcIndex -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: void setZh_CN(java.lang.String) -com.google.android.material.R$styleable: int TextInputLayout_startIconCheckable -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub$Proxy: android.os.IBinder mRemote -io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver -androidx.core.R$id: int accessibility_custom_action_10 -androidx.constraintlayout.widget.R$attr: int textAppearanceListItemSmall -okhttp3.RealCall$AsyncCall: void executeOn(java.util.concurrent.ExecutorService) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_ratingBarStyleIndicator -com.tencent.bugly.crashreport.common.info.a: com.tencent.bugly.crashreport.common.info.a b() -cyanogenmod.power.PerformanceManager: cyanogenmod.power.PerformanceManager getInstance(android.content.Context) -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_shapeAppearanceOverlay -io.reactivex.internal.util.NotificationLite: boolean isComplete(java.lang.Object) -com.google.android.material.appbar.CollapsingToolbarLayout: int getCollapsedTitleGravity() -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_logo -wangdaye.com.geometricweather.R$id: int pathRelative -okhttp3.internal.http2.Settings: boolean getEnablePush(boolean) -androidx.preference.MultiSelectListPreference: MultiSelectListPreference(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$xml: int perference_appearance -androidx.appcompat.resources.R$drawable: int notification_bg_low_pressed -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Sun sun -com.xw.repo.bubbleseekbar.R$drawable: int abc_list_selector_holo_dark -james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat_Dialog -cyanogenmod.app.CustomTile: cyanogenmod.app.CustomTile$ExpandedStyle expandedStyle -com.turingtechnologies.materialscrollbar.R$attr: int passwordToggleEnabled -wangdaye.com.geometricweather.R$dimen: int abc_panel_menu_list_width -com.tencent.bugly.crashreport.crash.b: java.util.List a() -wangdaye.com.geometricweather.R$dimen: int abc_dialog_padding_material -com.jaredrummler.android.colorpicker.R$id: int action_bar_container -james.adaptiveicon.R$attr: int colorControlNormal -com.google.android.material.appbar.CollapsingToolbarLayout: void setCollapsedTitleTextColor(android.content.res.ColorStateList) -androidx.preference.R$styleable: int TextAppearance_android_fontFamily -cyanogenmod.weatherservice.ServiceRequestResult$1: ServiceRequestResult$1() -org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.rx.RxTransaction rxTxPlain() -com.tencent.bugly.proguard.e: java.lang.String a(byte[]) -com.google.android.material.R$styleable: int MenuItem_android_numericShortcut -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_icon_vertical_padding_material -androidx.lifecycle.SavedStateHandle: java.lang.Object get(java.lang.String) -androidx.appcompat.R$attr: int collapseContentDescription -io.reactivex.subjects.PublishSubject$PublishDisposable: PublishSubject$PublishDisposable(io.reactivex.Observer,io.reactivex.subjects.PublishSubject) -wangdaye.com.geometricweather.R$styleable: int ActionBar_titleTextStyle +retrofit2.Utils$GenericArrayTypeImpl: int hashCode() +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: io.reactivex.Observer observer +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Caption +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Dialog +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_goneMarginLeft +io.reactivex.Observable: java.lang.Iterable blockingNext() +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionBar_TabView +com.google.android.material.navigation.NavigationView: void setCheckedItem(android.view.MenuItem) +android.didikee.donate.R$id: int search_edit_frame +com.xw.repo.bubbleseekbar.R$layout: int abc_cascading_menu_item_layout +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle +com.google.android.material.R$dimen: int design_navigation_icon_padding +androidx.lifecycle.Transformations$2$1: Transformations$2$1(androidx.lifecycle.Transformations$2) +com.amap.api.location.DPoint: int describeContents() +cyanogenmod.externalviews.KeyguardExternalView: java.lang.String access$400() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX getNames() +cyanogenmod.hardware.IThermalListenerCallback$Stub$Proxy: android.os.IBinder asBinder() +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPathRenderer: void setAlpha(float) +okhttp3.internal.platform.ConscryptPlatform: java.lang.String getSelectedProtocol(javax.net.ssl.SSLSocket) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Maximum Maximum +com.google.android.material.R$style: int Base_V26_Theme_AppCompat +cyanogenmod.app.ProfileManager: cyanogenmod.app.Profile getProfile(java.util.UUID) +androidx.constraintlayout.widget.R$attr: int textAppearanceSmallPopupMenu +wangdaye.com.geometricweather.R$styleable: int Transition_android_id +com.xw.repo.bubbleseekbar.R$id: int search_mag_icon +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse +wangdaye.com.geometricweather.R$drawable: int flag_cs +android.didikee.donate.R$dimen: int abc_dialog_list_padding_top_no_title +androidx.dynamicanimation.R$styleable: int GradientColorItem_android_color +com.tencent.bugly.crashreport.common.info.a: java.util.Map ad +okio.Okio$1: okio.Timeout val$timeout +okhttp3.internal.cache.DiskLruCache$Editor: okhttp3.internal.cache.DiskLruCache this$0 +wangdaye.com.geometricweather.R$layout: int item_weather_daily_overview +cyanogenmod.app.LiveLockScreenManager: void cancel(int) +james.adaptiveicon.R$color: int ripple_material_dark +androidx.customview.R$id: int time +okhttp3.Response: okhttp3.Headers headers() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial +wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.Long id +wangdaye.com.geometricweather.R$color: int primary_dark_material_light +wangdaye.com.geometricweather.R$attr: int endIconMode +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: boolean inMaybe +james.adaptiveicon.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 +com.google.android.material.R$id: int mtrl_calendar_frame +wangdaye.com.geometricweather.R$styleable: int[] PreferenceTheme +com.tencent.bugly.crashreport.common.strategy.StrategyBean: long q +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cw +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.lang.Integer stormHazard +com.xw.repo.bubbleseekbar.R$string: int abc_menu_enter_shortcut_label +wangdaye.com.geometricweather.R$attr: int dialogTheme +cyanogenmod.hardware.IThermalListenerCallback$Stub: cyanogenmod.hardware.IThermalListenerCallback asInterface(android.os.IBinder) +io.reactivex.internal.util.NotificationLite: io.reactivex.disposables.Disposable getDisposable(java.lang.Object) +androidx.appcompat.resources.R$id: int blocking +wangdaye.com.geometricweather.R$string: int feedback_click_to_get_more +com.jaredrummler.android.colorpicker.R$styleable: int[] CheckBoxPreference +wangdaye.com.geometricweather.R$id: int chip1 +com.turingtechnologies.materialscrollbar.R$id: int list_item +android.didikee.donate.R$drawable: int notification_tile_bg +androidx.constraintlayout.widget.R$attr: int triggerReceiver +com.turingtechnologies.materialscrollbar.TouchScrollBar: float getHideRatio() +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_20 +com.google.android.material.R$styleable: int Motion_pathMotionArc +com.google.android.material.button.MaterialButton: void setRippleColorResource(int) +io.reactivex.Observable: java.lang.Iterable blockingMostRecent(java.lang.Object) +androidx.preference.R$id: int radio +android.didikee.donate.R$styleable: int TextAppearance_android_shadowDy +cyanogenmod.platform.R$bool +androidx.appcompat.widget.AppCompatCheckedTextView: AppCompatCheckedTextView(android.content.Context,android.util.AttributeSet,int) +androidx.preference.R$style: int Platform_AppCompat +androidx.coordinatorlayout.R$style: int Widget_Support_CoordinatorLayout +okio.BufferedSink +retrofit2.HttpServiceMethod: HttpServiceMethod(retrofit2.RequestFactory,okhttp3.Call$Factory,retrofit2.Converter) +com.google.android.material.textfield.TextInputLayout: void setEndIconCheckable(boolean) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getAqiIndex() +wangdaye.com.geometricweather.R$drawable: int avd_hide_password +androidx.activity.R$styleable: int ColorStateListItem_android_color +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult +androidx.drawerlayout.R$drawable: int notification_bg_low_normal +cyanogenmod.app.IProfileManager$Stub$Proxy +com.google.android.material.R$attr: int triggerId +androidx.vectordrawable.R$styleable: int FontFamilyFont_android_font +androidx.constraintlayout.widget.R$styleable: int Transform_android_translationX +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void dispose() +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Small +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String[] ROWS +androidx.recyclerview.R$id: int tag_accessibility_heading +android.didikee.donate.R$style: int TextAppearance_AppCompat_Headline +com.bumptech.glide.load.resource.bitmap.DefaultImageHeaderParser$Reader$EndOfFileException +com.google.android.material.R$drawable: int abc_ic_menu_cut_mtrl_alpha +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: java.lang.String messageLong +androidx.preference.Preference$BaseSavedState +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Display3 +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_android_windowIsFloating +com.google.android.material.R$attr: int cornerFamilyBottomLeft +wangdaye.com.geometricweather.R$attr: int divider +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float pressure +wangdaye.com.geometricweather.R$anim: int x2_decelerate_interpolator +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.MinutelyEntity) +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_NoActionBar_Bridge +cyanogenmod.themes.ThemeManager: void logThemeServiceException(java.lang.Exception) +okio.Buffer: void flush() +android.didikee.donate.R$styleable: int ActionBar_homeAsUpIndicator +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_contentInsetStart +com.google.android.gms.dynamic.RemoteCreator$RemoteCreatorException +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_pressedTranslationZ +io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: void subscribeNext() +com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode: com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode valueOf(java.lang.String) +wangdaye.com.geometricweather.R$string: int key_widget_minimal_icon +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: int status +com.baidu.location.e.l$b: void a(java.lang.StringBuffer,java.lang.String,java.lang.String,int) +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setTextAppearanceActive(int) +wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig historyEntityDaoConfig +androidx.preference.R$id: int accessibility_custom_action_21 +cyanogenmod.profiles.ConnectionSettings: java.lang.String ACTION_MODIFY_NETWORK_MODE +com.jaredrummler.android.colorpicker.R$attr: int switchPreferenceCompatStyle +cyanogenmod.hardware.ThermalListenerCallback$State: int STATE_WARM_RISING +androidx.constraintlayout.widget.R$styleable: int[] ViewBackgroundHelper +com.amap.api.location.AMapLocation: java.lang.String w +com.google.gson.internal.LinkedTreeMap: java.lang.Object put(java.lang.Object,java.lang.Object) +androidx.appcompat.R$dimen: int abc_config_prefDialogWidth +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionButton_Overflow +com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_Alert +androidx.transition.R$styleable +androidx.appcompat.R$styleable: int LinearLayoutCompat_android_baselineAligned +com.google.android.material.R$dimen: int mtrl_calendar_month_horizontal_padding +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property WindChillTemperature +james.adaptiveicon.R$dimen: int abc_edit_text_inset_bottom_material +androidx.preference.R$attr: int selectableItemBackgroundBorderless +retrofit2.BuiltInConverters$VoidResponseBodyConverter: java.lang.Object convert(java.lang.Object) +com.xw.repo.bubbleseekbar.R$id: int action_bar_title +androidx.transition.R$id: int save_non_transition_alpha +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_6 +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: void onComplete() +androidx.work.R$id: int accessibility_custom_action_9 +androidx.preference.R$id: int up +androidx.core.app.RemoteActionCompatParcelizer: androidx.core.app.RemoteActionCompat read(androidx.versionedparcelable.VersionedParcel) +james.adaptiveicon.R$color: int abc_btn_colored_text_material +wangdaye.com.geometricweather.R$dimen: int mtrl_slider_label_padding +com.google.android.material.card.MaterialCardView: int getCheckedIconMargin() +io.reactivex.Observable: io.reactivex.Observable buffer(long,java.util.concurrent.TimeUnit) +com.jaredrummler.android.colorpicker.R$attr: int thickness +android.didikee.donate.R$layout: int abc_action_bar_up_container +androidx.preference.R$id: int tag_accessibility_pane_title +wangdaye.com.geometricweather.R$attr: int bsb_section_text_interval +androidx.appcompat.R$styleable: int CompoundButton_buttonTint +okhttp3.internal.cache.DiskLruCache +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: java.lang.String b(com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler) +androidx.preference.R$styleable: int StateListDrawable_android_visible +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableRightCompat +com.tencent.bugly.proguard.f: byte[] k +com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource RESOURCE_DISK_CACHE +james.adaptiveicon.R$attr: int titleMarginEnd +androidx.preference.R$styleable: int AppCompatTheme_buttonStyleSmall +wangdaye.com.geometricweather.R$string: int abc_capital_off +com.xw.repo.bubbleseekbar.R$attr: int splitTrack +wangdaye.com.geometricweather.R$styleable: int BottomAppBar_elevation +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_commitIcon +wangdaye.com.geometricweather.R$styleable: int MaterialButton_iconSize +io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function9) +com.jaredrummler.android.colorpicker.R$layout: int preference_category +androidx.constraintlayout.widget.R$attr: int maxAcceleration +wangdaye.com.geometricweather.R$animator: int design_fab_hide_motion_spec +androidx.preference.R$styleable: int DrawerArrowToggle_gapBetweenBars +io.reactivex.Observable: io.reactivex.Observable fromFuture(java.util.concurrent.Future,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +com.google.android.material.R$style: int ThemeOverlay_AppCompat +com.google.android.material.R$styleable: int ImageFilterView_round +androidx.preference.R$attr: int seekBarIncrement +com.google.android.material.R$attr: int thumbStrokeColor +com.tencent.bugly.proguard.p: com.tencent.bugly.proguard.p a +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: boolean isDisposed() +com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_lastVerticalBias +androidx.preference.R$style: int Preference +com.google.android.material.R$id: int standard +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: void run() +androidx.swiperefreshlayout.R$styleable: int FontFamily_fontProviderFetchStrategy +com.bumptech.glide.R$attr: int layout_keyline +com.google.android.material.R$id: int outgoing +com.amap.api.location.CoordUtil +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: java.util.ArrayDeque observers +com.bumptech.glide.Registry$NoModelLoaderAvailableException +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintTop_toBottomOf +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_BottomSheet_Modal +androidx.constraintlayout.widget.R$drawable: int notification_icon_background +com.google.android.material.R$dimen: int abc_dialog_fixed_width_major +androidx.preference.R$id: int tag_accessibility_heading +com.google.android.material.textfield.TextInputLayout: void setEndIconContentDescription(java.lang.CharSequence) +io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: io.reactivex.Observer downstream +com.google.android.material.R$attr: int layout_constraintDimensionRatio +james.adaptiveicon.R$style: int Widget_AppCompat_PopupMenu_Overflow +android.didikee.donate.R$style: int Base_V7_Theme_AppCompat_Light +androidx.room.MultiInstanceInvalidationService: MultiInstanceInvalidationService() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Metric +wangdaye.com.geometricweather.R$dimen: int material_clock_hand_padding +com.google.android.material.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable +androidx.fragment.R$id: int italic +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Metric: AccuCurrentResult$DewPoint$Metric() +androidx.fragment.R$id: int fragment_container_view_tag +wangdaye.com.geometricweather.R$id: int alertTitle +cyanogenmod.weather.WeatherLocation: java.lang.String access$102(cyanogenmod.weather.WeatherLocation,java.lang.String) +androidx.viewpager.R$styleable: int[] ColorStateListItem +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_collapseContentDescription +androidx.appcompat.R$string +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: boolean isDisposed() +okhttp3.internal.connection.RouteDatabase: void connected(okhttp3.Route) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: void setDirection(java.lang.String) +com.jaredrummler.android.colorpicker.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset +retrofit2.adapter.rxjava2.Result: retrofit2.Response response +cyanogenmod.profiles.AirplaneModeSettings: void readFromParcel(android.os.Parcel) +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: boolean isDisposed() +okhttp3.internal.cache.DiskLruCache$1: DiskLruCache$1(okhttp3.internal.cache.DiskLruCache) +com.google.android.material.R$color: int primary_dark_material_light +wangdaye.com.geometricweather.R$drawable: int ic_alipay +cyanogenmod.providers.CMSettings$Secure: int getInt(android.content.ContentResolver,java.lang.String,int) +okhttp3.internal.http2.Http2Connection$PingRunnable: Http2Connection$PingRunnable(okhttp3.internal.http2.Http2Connection,boolean,int,int) +com.jaredrummler.android.colorpicker.R$dimen: int fastscroll_minimum_range +android.didikee.donate.R$id: int up +wangdaye.com.geometricweather.R$drawable: int notif_temp_7 +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_drawableLeft +okio.Util +androidx.drawerlayout.R$dimen: int notification_large_icon_height +com.xw.repo.bubbleseekbar.R$drawable: int notification_template_icon_bg +com.xw.repo.bubbleseekbar.R$attr: int iconTint +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float total +james.adaptiveicon.R$attr: int goIcon +androidx.constraintlayout.widget.R$attr: int listLayout +androidx.lifecycle.ProcessLifecycleOwner$3: void onActivityStopped(android.app.Activity) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_android_windowAnimationStyle +wangdaye.com.geometricweather.R$drawable: int abc_tab_indicator_material +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPath: java.lang.String getPathName() +com.github.rahatarmanahmed.cpv.CircularProgressView: int getColor() +androidx.dynamicanimation.R$styleable: int ColorStateListItem_alpha +com.google.android.material.R$drawable: int abc_ic_star_black_16dp +com.google.android.material.R$color: int mtrl_tabs_ripple_color +okhttp3.internal.cache.DiskLruCache$3: void remove() +androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_android_fontWeight +androidx.hilt.work.R$dimen: int notification_action_text_size +com.bumptech.glide.integration.okhttp.R$dimen: int compat_notification_large_icon_max_height +androidx.hilt.lifecycle.R$id: int info +com.bumptech.glide.R$id: int notification_main_column +james.adaptiveicon.R$integer +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setWindChillTemperature(java.lang.Integer) +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Title_Inverse +com.google.android.material.button.MaterialButton: void setShouldDrawSurfaceColorStroke(boolean) +wangdaye.com.geometricweather.R$styleable: int StateListDrawable_android_enterFadeDuration +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX names +com.google.android.material.R$attr: int customStringValue +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_id +retrofit2.Response: okhttp3.Headers headers() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day Day +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_PopupMenu +com.turingtechnologies.materialscrollbar.R$attr: int fastScrollEnabled +androidx.appcompat.view.menu.ActionMenuItemView: void setExpandedFormat(boolean) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setO3(java.lang.String) +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver +com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawable_android_dither +com.bumptech.glide.R$styleable: int GradientColor_android_startX +com.google.android.material.R$styleable: int MotionLayout_motionProgress +okio.RealBufferedSource: short readShortLe() +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_orientation +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: io.reactivex.disposables.CompositeDisposable disposables +okhttp3.logging.LoggingEventListener$Factory: LoggingEventListener$Factory() +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_8 +androidx.preference.R$style: int RtlOverlay_DialogWindowTitle_AppCompat +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Caption +androidx.appcompat.widget.ActionBarOverlayLayout: java.lang.CharSequence getTitle() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_fontVariationSettings +wangdaye.com.geometricweather.R$styleable: int ArcProgress_bottom_text_color +androidx.appcompat.R$attr: int buttonBarPositiveButtonStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: java.lang.String unit +androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_font +cyanogenmod.app.CMStatusBarManager: void removeTile(java.lang.String,int) +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.String getWeatherText() +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Body2 +wangdaye.com.geometricweather.R$string: int key_card_style +com.jaredrummler.android.colorpicker.R$attr: int persistent +com.google.android.material.R$styleable: int BottomNavigationView_menu +wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_drawableEnd +wangdaye.com.geometricweather.R$string: int fab_transformation_scrim_behavior +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: ObservableWindowBoundary$WindowBoundaryMainObserver(io.reactivex.Observer,int) +androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_TabBar +androidx.preference.R$id: int default_activity_button +androidx.appcompat.R$styleable: int AppCompatTheme_actionBarWidgetTheme +androidx.preference.R$styleable: int AppCompatTextView_fontVariationSettings +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintCircle +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Title +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$attr: int text_color +androidx.constraintlayout.widget.R$attr: int round +androidx.legacy.content.WakefulBroadcastReceiver: WakefulBroadcastReceiver() +androidx.lifecycle.ReportFragment: void dispatch(android.app.Activity,androidx.lifecycle.Lifecycle$Event) +android.didikee.donate.R$styleable: int ActionMode_backgroundSplit +androidx.core.R$layout: int notification_action +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: void setIndicatorColor(int) +com.google.android.material.R$id: int tag_accessibility_clickable_spans +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_BottomSheetDialog +com.tencent.bugly.proguard.r: java.lang.String d +androidx.constraintlayout.widget.R$styleable: int AppCompatImageView_tintMode +james.adaptiveicon.R$id: int italic +com.xw.repo.bubbleseekbar.R$id: int tag_transition_group +okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.platform.OptionalMethod setHostname +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Dialog +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_maxWidth +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter beginObject() +wangdaye.com.geometricweather.R$styleable: int Transition_layoutDuringTransition +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_panelBackground +okhttp3.internal.http2.Http2Connection: long access$708(okhttp3.internal.http2.Http2Connection) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX getBrandInfo() +com.xw.repo.bubbleseekbar.R$dimen: int hint_pressed_alpha_material_light +com.tencent.bugly.BuglyStrategy: com.tencent.bugly.BuglyStrategy setAppVersion(java.lang.String) +wangdaye.com.geometricweather.R$animator: int design_appbar_state_list_animator +cyanogenmod.app.CustomTileListenerService: void registerAsSystemService(android.content.Context,android.content.ComponentName,int) +james.adaptiveicon.R$id +com.tencent.bugly.crashreport.common.info.a: java.lang.Boolean am +androidx.appcompat.R$styleable: int MenuItem_contentDescription +com.jaredrummler.android.colorpicker.R$attr: int listPopupWindowStyle +okhttp3.RealCall: okhttp3.Response execute() +android.didikee.donate.R$styleable: int ActionBar_contentInsetEnd +wangdaye.com.geometricweather.R$array: int ui_style_values +com.xw.repo.bubbleseekbar.R$color: int abc_secondary_text_material_dark +com.google.android.material.R$id: int material_clock_display +com.bumptech.glide.R$styleable: int FontFamily_fontProviderPackage +androidx.vectordrawable.animated.R$dimen: int notification_content_margin_start +okhttp3.Response: int code +com.bumptech.glide.R$id: int forever +cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_onDetach +androidx.appcompat.R$attr: int listChoiceBackgroundIndicator +com.google.android.material.R$dimen: int material_cursor_inset_top +com.amap.api.fence.GeoFence: void setPointList(java.util.List) +wangdaye.com.geometricweather.R$layout: int design_layout_snackbar +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setTrimPathStart(float) +okhttp3.internal.tls.DistinguishedNameParser +wangdaye.com.geometricweather.R$id: int editText +com.xw.repo.bubbleseekbar.R$style: int Base_V23_Theme_AppCompat_Light +cyanogenmod.themes.IThemeChangeListener: void onProgress(int) +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: void cancel() +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title +wangdaye.com.geometricweather.R$styleable: int Preference_persistent +okio.GzipSink: java.util.zip.CRC32 crc +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_android_fontWeight +com.tencent.bugly.proguard.p: int a(java.lang.String,java.lang.String,java.lang.String[],com.tencent.bugly.proguard.o) +com.jaredrummler.android.colorpicker.R$attr: int fontProviderCerts +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item +okhttp3.internal.cache.CacheStrategy +io.reactivex.internal.disposables.DisposableHelper: boolean trySet(java.util.concurrent.atomic.AtomicReference,io.reactivex.disposables.Disposable) +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Compat_Notification_Title +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_padding +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver +com.bumptech.glide.integration.okhttp.R$drawable: int notify_panel_notification_icon_bg +androidx.viewpager2.R$styleable: int FontFamilyFont_android_fontVariationSettings +androidx.viewpager.R$dimen: int notification_top_pad +com.google.android.gms.base.R$styleable: R$styleable() +wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableItem_android_drawable +androidx.hilt.lifecycle.R$drawable: int notification_bg_low +james.adaptiveicon.R$styleable: int SwitchCompat_switchMinWidth +retrofit2.ParameterHandler$HeaderMap: int p +androidx.hilt.work.R$dimen: R$dimen() +androidx.fragment.R$id: int accessibility_custom_action_26 +wangdaye.com.geometricweather.R$attr: int waveShape +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title +android.didikee.donate.R$color: int material_grey_900 +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ImageButton +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Metric: AccuCurrentResult$PrecipitationSummary$Precipitation$Metric() +com.amap.api.fence.DistrictItem: android.os.Parcelable$Creator CREATOR +com.xw.repo.bubbleseekbar.R$styleable: int ActivityChooserView_initialActivityCount +com.tencent.bugly.crashreport.common.info.a: java.lang.String N +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: CaiYunMainlyResult$YesterdayBean() +android.didikee.donate.R$styleable: int MenuItem_android_menuCategory +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_max +com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_showTitle +com.google.android.material.R$attr: int enforceMaterialTheme +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float pSea +androidx.preference.R$attr: int tickMark +androidx.coordinatorlayout.R$dimen: int notification_top_pad +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String aqi +com.google.android.material.R$styleable: int GradientColor_android_endX +com.google.android.gms.common.internal.safeparcel.SafeParcelable +com.amap.api.fence.GeoFence: int ADDGEOFENCE_SUCCESS +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean mAskedShow +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Imperial Imperial +com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_fastScrollEnabled +androidx.lifecycle.extensions.R$integer +androidx.viewpager2.R$style: int TextAppearance_Compat_Notification_Line2 +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: int getStrokeColor() +io.reactivex.internal.util.AtomicThrowable: AtomicThrowable() +androidx.preference.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar +androidx.lifecycle.CompositeGeneratedAdaptersObserver: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) +wangdaye.com.geometricweather.R$attr: int colorSecondary +androidx.constraintlayout.widget.R$attr: int textColorSearchUrl +wangdaye.com.geometricweather.db.entities.HourlyEntity: boolean getDaylight() +wangdaye.com.geometricweather.R$attr: int trackColor +androidx.constraintlayout.motion.widget.MotionLayout: void setInterpolatedProgress(float) +cyanogenmod.externalviews.ExternalViewProviderService$Provider: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl mImpl +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ButtonBar +com.google.android.material.R$id: int touch_outside +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getWeatherSource() +cyanogenmod.providers.CMSettings$NameValueCache: java.lang.String[] SELECT_VALUE +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() +okhttp3.internal.cache2.Relay: okio.Buffer buffer +com.google.android.material.R$attr: int actionBarPopupTheme +androidx.vectordrawable.R$id: int info +wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_startAngle +android.didikee.donate.R$integer: int abc_config_activityShortDur +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionBar_TabView +android.didikee.donate.R$attr: int actionProviderClass +wangdaye.com.geometricweather.R$attr: int expandActivityOverflowButtonDrawable +cyanogenmod.providers.CMSettings$InclusiveFloatRangeValidator +com.jaredrummler.android.colorpicker.R$drawable: int notification_template_icon_low_bg +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_120 +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA +androidx.constraintlayout.widget.R$anim: int btn_radio_to_off_mtrl_ring_outer_path_animation +wangdaye.com.geometricweather.R$attr: int actionOverflowButtonStyle +wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String getContent() +androidx.appcompat.R$style: int Base_Widget_AppCompat_Spinner +cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_onPause +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_goneMarginBottom +androidx.coordinatorlayout.R$styleable: int FontFamily_fontProviderQuery +androidx.appcompat.R$style: int Base_V28_Theme_AppCompat +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_creator +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintGuide_end +okhttp3.internal.http.RetryAndFollowUpInterceptor: java.lang.Object callStackTrace +android.didikee.donate.R$style: int TextAppearance_AppCompat_Large_Inverse +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setWeatherSource(java.lang.String) +com.google.android.material.R$id: int material_value_index +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActivityChooserView +okhttp3.Response: long receivedResponseAtMillis() +wangdaye.com.geometricweather.R$color: int cardview_dark_background +android.didikee.donate.R$styleable: int Toolbar_android_minHeight +androidx.constraintlayout.motion.widget.MotionLayout: void setOnHide(float) +com.google.android.gms.location.ActivityTransitionResult: android.os.Parcelable$Creator CREATOR +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: long requested() +com.google.android.material.R$dimen: int mtrl_progress_circular_radius +wangdaye.com.geometricweather.R$font +wangdaye.com.geometricweather.R$id: int notification_big_temp_5 +androidx.preference.R$drawable: int abc_ic_voice_search_api_material +com.amap.api.fence.GeoFenceClient: int GEOFENCE_OUT +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constrainedHeight +wangdaye.com.geometricweather.R$attr: int preferenceFragmentCompatStyle +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_contentInsetEnd +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: java.util.Map buffers +com.google.android.material.R$id: int action_menu_presenter +wangdaye.com.geometricweather.R$layout: int fragment_main +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Headline +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Toolbar_Primary +com.jaredrummler.android.colorpicker.R$style: int Base_V23_Theme_AppCompat +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$3: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 +wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_level +androidx.coordinatorlayout.R$layout: R$layout() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation Precipitation +androidx.constraintlayout.widget.R$styleable: int[] Spinner +cyanogenmod.content.Intent: java.lang.String EXTRA_PROTECTED_STATE +com.tencent.bugly.crashreport.CrashReport: CrashReport() +okhttp3.internal.http.HttpDate +androidx.constraintlayout.widget.R$drawable: int abc_textfield_default_mtrl_alpha +james.adaptiveicon.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: int unitArrayIndex +cyanogenmod.providers.CMSettings$System: java.lang.String KEY_APP_SWITCH_ACTION +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_TabBar +retrofit2.Platform$Android$MainThreadExecutor: void execute(java.lang.Runnable) +com.jaredrummler.android.colorpicker.R$id: int blocking +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_inset +okhttp3.internal.platform.AndroidPlatform +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: java.lang.String Phrase_60 +androidx.appcompat.R$id: int submit_area +com.google.android.material.R$styleable: int MaterialButton_iconPadding +androidx.lifecycle.ViewModelStores: androidx.lifecycle.ViewModelStore of(androidx.fragment.app.Fragment) +com.jaredrummler.android.colorpicker.R$drawable: int abc_list_pressed_holo_light +com.google.android.gms.base.R$string: int common_google_play_services_install_button +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setGeoLanguage(com.amap.api.location.AMapLocationClientOption$GeoLanguage) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_verticalGap +androidx.constraintlayout.widget.R$attr: int dialogTheme +wangdaye.com.geometricweather.R$id: int dialog_running_in_background_container +james.adaptiveicon.R$styleable: int AppCompatTheme_alertDialogCenterButtons +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxCollapsedPaddingTop +com.amap.api.location.UmidtokenInfo$1 +com.google.android.material.textfield.TextInputLayout: void setStartIconDrawable(android.graphics.drawable.Drawable) +androidx.appcompat.resources.R$attr: int fontProviderAuthority +cyanogenmod.platform.R$integer +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_checkable +com.bumptech.glide.R$styleable: int CoordinatorLayout_keylines +com.google.android.material.R$attr: int selectionRequired +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: java.lang.String f +com.xw.repo.bubbleseekbar.R$color: int material_blue_grey_800 +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dropDownListViewStyle +androidx.appcompat.R$color: int material_blue_grey_900 +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void alterWindow(int,int,int,int,boolean,android.graphics.Rect) +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: int getChartTop() +com.jaredrummler.android.colorpicker.R$drawable: int abc_textfield_search_material +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceListItemSmall +com.google.android.material.R$dimen: int abc_text_size_small_material +com.google.android.material.R$string: int mtrl_picker_invalid_format_example +okhttp3.internal.platform.Platform: byte[] concatLengthPrefixed(java.util.List) +com.google.android.material.R$style: int Widget_AppCompat_ActionBar_Solid +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Spinner +com.tencent.bugly.proguard.p: com.tencent.bugly.proguard.p a() +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.HourlyEntityDao getHourlyEntityDao() +androidx.preference.R$styleable: int PreferenceTheme_preferenceStyle +wangdaye.com.geometricweather.R$attr: int materialAlertDialogTitleIconStyle +com.google.android.material.button.MaterialButton: android.graphics.PorterDuff$Mode getBackgroundTintMode() +com.google.android.material.R$styleable: int MenuItem_actionProviderClass +com.jaredrummler.android.colorpicker.NestedGridView: NestedGridView(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.R$attr: int layout_goneMarginEnd +com.tencent.bugly.proguard.am: int a +com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge +wangdaye.com.geometricweather.R$attr: int isPreferenceVisible +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: void onNext(java.lang.Object) +com.jaredrummler.android.colorpicker.R$attr: int dialogLayout +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder pingInterval(java.time.Duration) +okhttp3.ConnectionPool: void evictAll() +com.google.android.material.R$integer: int bottom_sheet_slide_duration +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: float getDensity(float) +android.didikee.donate.R$styleable: int AlertDialog_buttonPanelSideLayout +james.adaptiveicon.R$style: int TextAppearance_AppCompat +james.adaptiveicon.R$styleable: int[] FontFamilyFont +com.xw.repo.bubbleseekbar.R$attr: int windowMinWidthMajor +androidx.viewpager2.R$dimen: int compat_button_inset_horizontal_material +android.didikee.donate.R$drawable: int abc_edit_text_material +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_CompactMenu +retrofit2.RequestBuilder: java.lang.String PATH_SEGMENT_ALWAYS_ENCODE_SET +cyanogenmod.providers.CMSettings$System: java.lang.String ASSIST_WAKE_SCREEN +androidx.lifecycle.LiveData$1: androidx.lifecycle.LiveData this$0 +wangdaye.com.geometricweather.R$id: int SHOW_ALL +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Object getKey(java.lang.Object) +wangdaye.com.geometricweather.R$styleable: int KeyPosition_drawPath +james.adaptiveicon.R$styleable: int AppCompatTextView_textLocale +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Dialog +wangdaye.com.geometricweather.R$styleable: int ArcProgress_bottom_text +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_alpha +androidx.lifecycle.SavedStateHandle$1: android.os.Bundle saveState() +wangdaye.com.geometricweather.R$animator: int weather_partly_cloudy_night_2 +wangdaye.com.geometricweather.R$string: int ragweed +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_63 +com.turingtechnologies.materialscrollbar.R$dimen: int notification_top_pad_large_text +wangdaye.com.geometricweather.R$color: int mtrl_btn_stroke_color_selector +androidx.appcompat.R$styleable: int GradientColor_android_tileMode +retrofit2.OkHttpCall: retrofit2.Converter responseConverter +okio.RealBufferedSource: java.lang.String readUtf8LineStrict() +io.reactivex.Observable: io.reactivex.Observable window(long,long) +com.turingtechnologies.materialscrollbar.R$layout: int design_navigation_menu +okhttp3.FormBody$Builder: okhttp3.FormBody$Builder add(java.lang.String,java.lang.String) +com.jaredrummler.android.colorpicker.R$bool: int abc_action_bar_embed_tabs +james.adaptiveicon.R$attr: int arrowHeadLength +androidx.constraintlayout.widget.R$attr: int textAppearancePopupMenuHeader +com.amap.api.fence.PoiItem: void setLatitude(double) +androidx.constraintlayout.widget.R$dimen: int notification_small_icon_background_padding +androidx.constraintlayout.widget.R$dimen: int abc_seekbar_track_background_height_material +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.functions.Function mapper +com.google.android.material.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha +androidx.constraintlayout.widget.R$dimen: int abc_action_button_min_height_material +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse +wangdaye.com.geometricweather.R$styleable: int Toolbar_titleMargins +wangdaye.com.geometricweather.R$color: int foreground_material_light +androidx.appcompat.R$drawable: int abc_seekbar_thumb_material +cyanogenmod.hardware.CMHardwareManager: android.content.Context mContext +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: boolean isEmpty() +retrofit2.Utils$WildcardTypeImpl: Utils$WildcardTypeImpl(java.lang.reflect.Type[],java.lang.reflect.Type[]) +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_AES_128_CBC_SHA +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_28 +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float Lead +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_visible +androidx.swiperefreshlayout.R$id: int accessibility_action_clickable_span +wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Prefix +okio.Buffer: boolean rangeEquals(long,okio.ByteString,int,int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: java.lang.String getTo() +androidx.drawerlayout.R$id: int action_image +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: long endValidityTime +com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu +com.google.android.material.R$styleable: int Layout_layout_constrainedWidth +com.google.android.material.R$styleable: int[] Chip +androidx.constraintlayout.widget.R$color: int accent_material_dark +androidx.constraintlayout.widget.R$styleable: int[] Layout +com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$Node header +okhttp3.internal.http2.PushObserver: boolean onHeaders(int,java.util.List,boolean) +james.adaptiveicon.R$styleable: int RecycleListView_paddingBottomNoButtons +androidx.lifecycle.SavedStateHandle: androidx.lifecycle.SavedStateHandle createHandle(android.os.Bundle,android.os.Bundle) +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setPublishDate(java.util.Date) +wangdaye.com.geometricweather.R$drawable: int design_bottom_navigation_item_background +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeIcePrecipitationDuration +androidx.vectordrawable.animated.R$dimen: R$dimen() +wangdaye.com.geometricweather.R$color: int colorTextAlert +com.google.android.material.floatingactionbutton.FloatingActionButton: void setRippleColor(android.content.res.ColorStateList) +wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: SwipeSwitchLayout(android.content.Context,android.util.AttributeSet,int) +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_icon +androidx.appcompat.R$string: int abc_menu_shift_shortcut_label +cyanogenmod.app.Profile$ExpandedDesktopMode: int ENABLE +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean mShouldShow +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem +cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_AM_PM +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void drain() +com.google.android.material.R$styleable: int[] AppCompatSeekBar +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List ganmao +androidx.coordinatorlayout.R$id: int tag_screen_reader_focusable +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_startIconTintMode +com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableCompat_android_visible +okio.Buffer: java.io.OutputStream outputStream() +retrofit2.adapter.rxjava2.RxJava2CallAdapter +wangdaye.com.geometricweather.R$styleable: int StateListDrawable_android_visible +cyanogenmod.providers.CMSettings$NameValueCache: java.lang.String NAME_EQ_PLACEHOLDER +android.didikee.donate.R$styleable: int Toolbar_title +com.jaredrummler.android.colorpicker.R$attr: int cpv_alphaChannelText +com.google.android.gms.common.data.BitmapTeleporter +androidx.appcompat.R$attr: int spinnerStyle +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer getRealFeelShaderTemperature() +androidx.constraintlayout.widget.R$id: int action_bar_root +com.tencent.bugly.crashreport.crash.anr.TraceFileHelper$a: java.util.Map d +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintBaseline_toBaselineOf +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarTabBarStyle +com.turingtechnologies.materialscrollbar.R$color: int ripple_material_dark +com.google.android.material.R$styleable: int Constraint_android_rotation +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_minWidth +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean +com.google.android.material.R$styleable: int Badge_number +androidx.hilt.work.R$color: int ripple_material_light +wangdaye.com.geometricweather.R$attr: int bsb_show_section_mark +androidx.constraintlayout.widget.R$id: int dialog_button +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintWidth_min +androidx.preference.R$dimen: int disabled_alpha_material_dark +com.amap.api.fence.GeoFence: void setMaxDis2Center(float) +com.google.android.material.R$layout: int select_dialog_singlechoice_material +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void innerSuccess(io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver,java.lang.Object) +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Object readKey(android.database.Cursor,int) +com.google.android.material.progressindicator.ProgressIndicator: void setIndeterminateDrawable(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.R$attr: int buttonGravity +androidx.viewpager.R$color: R$color() +wangdaye.com.geometricweather.R$id: int item_alert_title +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.Precipitation getPrecipitation() +com.google.android.material.R$dimen: int abc_action_button_min_width_material +com.google.android.material.R$styleable: int RecycleListView_paddingTopNoTitle +wangdaye.com.geometricweather.R$string: int password_toggle_content_description +okhttp3.Headers: java.util.Set names() +com.google.android.material.snackbar.SnackbarContentLayout +com.google.android.material.appbar.AppBarLayout: androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior getBehavior() +com.google.android.material.R$dimen: int notification_large_icon_height +wangdaye.com.geometricweather.R$string: int forecast +com.jaredrummler.android.colorpicker.R$color: int foreground_material_light +androidx.lifecycle.ServiceLifecycleDispatcher: ServiceLifecycleDispatcher(androidx.lifecycle.LifecycleOwner) +android.didikee.donate.R$attr: int collapseContentDescription +okhttp3.internal.http2.Header: okio.ByteString RESPONSE_STATUS +io.reactivex.Observable: io.reactivex.Observable groupBy(io.reactivex.functions.Function) +okhttp3.internal.platform.Platform: void log(int,java.lang.String,java.lang.Throwable) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_SHOW_BATTERY_PERCENT_VALIDATOR +com.turingtechnologies.materialscrollbar.R$attr: int labelVisibilityMode +okio.AsyncTimeout$2: long read(okio.Buffer,long) +androidx.coordinatorlayout.R$dimen: int notification_big_circle_margin +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dialogCornerRadius +androidx.viewpager2.R$id: int accessibility_custom_action_30 +com.turingtechnologies.materialscrollbar.R$style: int Platform_AppCompat_Light +okhttp3.internal.platform.Jdk9Platform: java.lang.reflect.Method getProtocolMethod +com.tencent.bugly.a: java.lang.String version +androidx.lifecycle.ProcessLifecycleOwner$2: void onStart() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeThunderstormPrecipitationProbability +com.xw.repo.bubbleseekbar.R$id: int titleDividerNoCustom +okio.GzipSink: okio.BufferedSink sink +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintBaseline_creator +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver(io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver) +wangdaye.com.geometricweather.R$layout: int cpv_color_item_circle +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: void run() +androidx.preference.R$styleable: int PreferenceTheme_preferenceFragmentStyle +com.google.android.gms.common.api.AvailabilityException +androidx.preference.R$drawable: int notification_bg_normal_pressed +androidx.appcompat.R$color: int ripple_material_dark +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar +androidx.appcompat.resources.R$styleable: int FontFamilyFont_android_ttcIndex +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$1: KeyguardExternalViewProviderService$Provider$ProviderImpl$1(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) +wangdaye.com.geometricweather.R$styleable: int OnSwipe_dragDirection +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getTotalPrecipitation() +androidx.lifecycle.ViewModelProvider$NewInstanceFactory: androidx.lifecycle.ViewModel create(java.lang.Class) +androidx.appcompat.widget.LinearLayoutCompat: void setDividerPadding(int) +com.google.android.material.R$id: int smallLabel +wangdaye.com.geometricweather.R$attr: int cornerFamilyBottomRight +android.didikee.donate.R$color: int primary_text_disabled_material_dark +com.turingtechnologies.materialscrollbar.R$style: int Platform_MaterialComponents +androidx.lifecycle.extensions.R$integer: R$integer() +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: int getProgressCircleDiameter() +android.didikee.donate.R$layout: int abc_list_menu_item_icon +wangdaye.com.geometricweather.R$id: int item_icon_provider_get_more_gitHub +okhttp3.internal.ws.WebSocketReader: okio.Buffer$UnsafeCursor maskCursor +androidx.lifecycle.LiveData$AlwaysActiveObserver: androidx.lifecycle.LiveData this$0 +androidx.vectordrawable.animated.R$styleable: int GradientColor_android_centerY +okhttp3.OkHttpClient: okhttp3.WebSocket newWebSocket(okhttp3.Request,okhttp3.WebSocketListener) +androidx.constraintlayout.widget.R$attr: int transitionEasing +wangdaye.com.geometricweather.R$dimen: int mtrl_snackbar_background_overlay_color_alpha +com.jaredrummler.android.colorpicker.R$attr: int coordinatorLayoutStyle +com.google.android.material.R$id: int accessibility_custom_action_0 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setSunRise(java.lang.String) +com.amap.api.fence.GeoFenceClient: void pauseGeoFence() +com.jaredrummler.android.colorpicker.R$attr: int queryHint +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Button_Colored +com.amap.api.location.AMapLocation: java.lang.String k +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric: AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric() +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_title_2 +android.didikee.donate.R$styleable: int AppCompatTheme_buttonStyle +okhttp3.internal.ws.WebSocketReader$FrameCallback: void onReadClose(int,java.lang.String) +com.google.android.material.R$styleable: int ProgressIndicator_indicatorType +okhttp3.internal.http2.Http2Stream$StreamTimeout: Http2Stream$StreamTimeout(okhttp3.internal.http2.Http2Stream) +com.google.android.material.slider.RangeSlider +com.google.android.material.timepicker.TimeModel: android.os.Parcelable$Creator CREATOR +com.google.android.material.R$styleable: int ConstraintSet_android_pivotX +wangdaye.com.geometricweather.R$id: int dialog_background_location_container +com.tencent.bugly.proguard.v: long r +wangdaye.com.geometricweather.R$string: int aqi_2 +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: java.lang.String getSerialNumber() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowMinWidthMinor +androidx.preference.R$style: int Theme_AppCompat_CompactMenu +okhttp3.CacheControl: boolean isPublic() +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_2 +androidx.lifecycle.extensions.R$integer: int status_bar_notification_info_maxnum +com.google.android.material.R$styleable: int CollapsingToolbarLayout_toolbarId +com.turingtechnologies.materialscrollbar.R$id: int design_navigation_view +androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type[] values() +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView: DoubleHistogramView(android.content.Context) +com.tencent.bugly.crashreport.CrashReport: void testANRCrash() +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +androidx.constraintlayout.widget.R$drawable: int abc_btn_radio_to_on_mtrl_000 +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: SinglePostCompleteSubscriber(org.reactivestreams.Subscriber) +androidx.customview.R$id: int async +androidx.appcompat.R$styleable: int StateListDrawable_android_dither +androidx.preference.R$attr: int lastBaselineToBottomHeight +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small +com.xw.repo.bubbleseekbar.R$attr: int background +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_8 +okhttp3.internal.http2.Http2Stream$FramingSource: okio.Timeout timeout() +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: void onError(java.lang.Throwable) +com.google.android.material.R$color: int design_dark_default_color_secondary_variant +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: void setPubTime(java.lang.String) +com.google.android.material.floatingactionbutton.FloatingActionButton: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() +okhttp3.internal.http2.Http2Reader: void readConnectionPreface(okhttp3.internal.http2.Http2Reader$Handler) +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +androidx.preference.R$attr: int orderingFromXml +com.bumptech.glide.R$styleable: int GradientColor_android_tileMode +androidx.appcompat.R$attr: int switchPadding +wangdaye.com.geometricweather.R$styleable: int CustomAttribute_attributeName +okio.DeflaterSink: DeflaterSink(okio.Sink,java.util.zip.Deflater) +wangdaye.com.geometricweather.R$drawable: int weather_fog_mini_light +androidx.preference.R$attr: int actionBarTabTextStyle +com.google.android.material.R$styleable: int ActionBar_contentInsetRight +com.tencent.bugly.crashreport.biz.b: boolean b +wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: AbsTrendItemView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_title_1 +androidx.appcompat.R$styleable: int MenuView_android_verticalDivider +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$TotalLiquid: AccuDailyResult$DailyForecasts$Night$TotalLiquid() +cyanogenmod.app.ProfileGroup$Mode: cyanogenmod.app.ProfileGroup$Mode[] values() +com.google.android.material.R$attr: int path_percent +io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: void onError(java.lang.Throwable) +com.jaredrummler.android.colorpicker.R$attr: int titleMargin +wangdaye.com.geometricweather.R$styleable: int SwitchPreference_android_summaryOn +com.google.android.material.R$styleable: int ProgressIndicator_indicatorColors +cyanogenmod.hardware.ICMHardwareService: java.lang.String getLtoSource() +cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks: void slideLockscreenIn() +androidx.lifecycle.extensions.R$styleable: int GradientColor_android_gradientRadius +wangdaye.com.geometricweather.R$drawable: int notif_temp_112 +james.adaptiveicon.R$style: int Widget_AppCompat_Spinner +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_58 +com.google.android.material.R$color: int abc_search_url_text +okhttp3.WebSocket: okhttp3.Request request() +okio.BufferedSink: okio.BufferedSink emit() +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha +com.google.android.material.R$attr: int tabBackground +com.google.android.material.R$id: int notification_background +wangdaye.com.geometricweather.R$styleable: int CheckBoxPreference_android_summaryOff +wangdaye.com.geometricweather.R$attr: int bsb_thumb_radius_on_dragging +androidx.constraintlayout.widget.R$attr: int preserveIconSpacing +james.adaptiveicon.R$string: R$string() +androidx.lifecycle.ProcessLifecycleOwner: long TIMEOUT_MS +com.tencent.bugly.a: java.lang.String versionKey +androidx.lifecycle.ProcessLifecycleOwner$3$1: androidx.lifecycle.ProcessLifecycleOwner$3 this$1 +androidx.lifecycle.LiveDataReactiveStreams: LiveDataReactiveStreams() +wangdaye.com.geometricweather.R$styleable: int NavigationView_headerLayout +io.reactivex.internal.subscribers.StrictSubscriber +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps$WarningTimelapsItem +android.didikee.donate.R$styleable: int CompoundButton_buttonTint +com.turingtechnologies.materialscrollbar.R$color: R$color() +okhttp3.Interceptor +androidx.constraintlayout.widget.R$id: int startVertical +androidx.customview.R$layout: int notification_template_part_time +com.tencent.bugly.proguard.j: byte[] b() +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Temperature +cyanogenmod.app.CustomTileListenerService: java.lang.String access$200(cyanogenmod.app.CustomTileListenerService) +androidx.constraintlayout.widget.R$styleable: int Constraint_android_scaleX +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer treeIndex +wangdaye.com.geometricweather.common.basic.models.weather.History: int getNighttimeTemperature() +com.turingtechnologies.materialscrollbar.R$string: int abc_menu_space_shortcut_label +wangdaye.com.geometricweather.main.Hilt_MainActivity: Hilt_MainActivity() +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_AutoCompleteTextView +androidx.viewpager2.R$id: int item_touch_helper_previous_elevation +androidx.transition.R$id: int title +com.google.android.material.R$styleable: int[] ExtendedFloatingActionButton +com.google.android.material.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding +cyanogenmod.app.Profile$LockMode +okhttp3.internal.cache2.Relay: void writeMetadata(long) +androidx.appcompat.R$styleable: int AppCompatTheme_spinnerStyle +wangdaye.com.geometricweather.R$id: int wrap_content +androidx.vectordrawable.R$attr: int fontProviderCerts +okhttp3.ConnectionSpec$Builder: java.lang.String[] cipherSuites +com.google.android.material.R$styleable: int OnSwipe_touchAnchorId +okio.Timeout$1 +com.google.android.material.R$styleable: int AppCompatTheme_buttonBarButtonStyle +com.google.android.material.R$color: int mtrl_bottom_nav_colored_ripple_color +com.tencent.bugly.proguard.ae: java.lang.String a +wangdaye.com.geometricweather.R$dimen: int hint_pressed_alpha_material_light +cyanogenmod.hardware.ICMHardwareService: boolean set(int,boolean) +androidx.legacy.coreutils.R$dimen: int notification_right_icon_size +okhttp3.internal.http1.Http1Codec: okio.Source newUnknownLengthSource() +androidx.constraintlayout.widget.R$styleable: int ActionBar_homeAsUpIndicator +com.xw.repo.bubbleseekbar.R$id: int decor_content_parent +okio.Pipe: boolean sourceClosed +okio.RealBufferedSource: long indexOf(byte,long,long) +cyanogenmod.externalviews.KeyguardExternalView: boolean access$802(cyanogenmod.externalviews.KeyguardExternalView,boolean) +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void onError(java.lang.Throwable) +cyanogenmod.app.Profile: boolean mDirty +androidx.appcompat.R$styleable: int AppCompatTheme_activityChooserViewStyle +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void innerValue(boolean,java.lang.Object) +androidx.constraintlayout.widget.R$attr: int layout_constraintLeft_toLeftOf +com.google.gson.FieldNamingPolicy$6 +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: BaiduIPLocationResult$ContentBean$AddressDetailBean() +okio.Pipe$PipeSource: Pipe$PipeSource(okio.Pipe) +com.google.android.material.R$styleable: int AppCompatTheme_colorSwitchThumbNormal +com.google.android.material.R$attr: int actionModeCloseDrawable +com.tencent.bugly.proguard.i: int a(com.tencent.bugly.proguard.i$a,java.nio.ByteBuffer) +wangdaye.com.geometricweather.R$drawable: int notif_temp_28 +com.tencent.bugly.crashreport.common.info.a: android.content.Context F +james.adaptiveicon.R$styleable: int Toolbar_titleTextAppearance +okhttp3.Cache: void flush() +com.google.android.material.textfield.TextInputEditText: TextInputEditText(android.content.Context,android.util.AttributeSet) +okhttp3.MultipartBody: long contentLength +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getThunderstormPrecipitationProbability() +com.google.android.material.R$color: int material_on_background_disabled +androidx.appcompat.R$styleable: int Toolbar_contentInsetStart +retrofit2.Retrofit: okhttp3.HttpUrl baseUrl +com.turingtechnologies.materialscrollbar.R$string: int path_password_eye_mask_strike_through +wangdaye.com.geometricweather.R$styleable: int Transform_android_scaleY +androidx.constraintlayout.widget.R$layout: int abc_dialog_title_material +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_ActionBar +com.google.android.material.bottomappbar.BottomAppBar: void setBackgroundTint(android.content.res.ColorStateList) +androidx.constraintlayout.widget.R$color: int abc_background_cache_hint_selector_material_dark +com.tencent.bugly.proguard.ah: ah() +wangdaye.com.geometricweather.R$styleable: int FlowLayout_itemSpacing +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean address_detail +com.xw.repo.bubbleseekbar.R$styleable: int[] DrawerArrowToggle +com.tencent.bugly.crashreport.crash.anr.b: java.lang.String g +com.google.android.material.textfield.TextInputLayout: void setSuffixTextColor(android.content.res.ColorStateList) +com.jaredrummler.android.colorpicker.R$attr: int cpv_dialogType +com.tencent.bugly.crashreport.common.info.PlugInBean +androidx.versionedparcelable.ParcelImpl +com.tencent.bugly.crashreport.common.strategy.StrategyBean: boolean k +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: CaiYunMainlyResult$AlertsBean() +james.adaptiveicon.R$style: int Widget_AppCompat_Light_SearchView +androidx.recyclerview.R$drawable: R$drawable() +androidx.work.R$id: int notification_main_column_container +okhttp3.Cache: okhttp3.Response get(okhttp3.Request) +wangdaye.com.geometricweather.R$drawable: int shortcuts_thunderstorm +com.tencent.bugly.crashreport.crash.anr.b: void b(boolean) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setPubTime(java.lang.String) +com.google.android.material.R$styleable: int TextAppearance_fontVariationSettings +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Spinner_Underlined +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver +com.google.android.material.R$styleable: int SwitchCompat_track +androidx.constraintlayout.widget.R$attr: int paddingEnd +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: android.os.Bundle getOptions() +com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_progress +com.google.android.material.R$attr: int cornerFamilyTopRight +com.google.android.material.R$styleable: int Constraint_android_layout_marginBottom +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_editTextColor +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: ObservableTakeLast$TakeLastObserver(io.reactivex.Observer,int) +com.google.android.material.R$styleable: int TextAppearance_android_textColorHint +android.didikee.donate.R$id: int text +cyanogenmod.weather.ICMWeatherManager$Stub: cyanogenmod.weather.ICMWeatherManager asInterface(android.os.IBinder) +com.google.android.material.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration +androidx.appcompat.widget.AppCompatAutoCompleteTextView: void setCustomSelectionActionModeCallback(android.view.ActionMode$Callback) +wangdaye.com.geometricweather.R$styleable: int[] LiveLockScreen +okhttp3.Dispatcher: java.util.Deque runningAsyncCalls +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX wind +james.adaptiveicon.R$attr: int actionModeSelectAllDrawable +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog +wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout: FitHorizontalSystemBarRootLayout(android.content.Context,android.util.AttributeSet,int) +androidx.appcompat.R$attr: int windowFixedWidthMajor +androidx.constraintlayout.widget.R$styleable: int ActionBar_contentInsetStart +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer realFeelTemperature +wangdaye.com.geometricweather.R$id: int ifRoom +com.autonavi.aps.amapapi.model.AMapLocationServer +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$3: ExternalViewProviderService$Provider$ProviderImpl$3(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) +com.amap.api.fence.GeoFence: int getType() +androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_end +com.google.android.material.R$color: int mtrl_btn_text_color_selector +com.google.android.material.R$attr: int autoSizeMaxTextSize +retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$1: java.lang.Object invoke(java.lang.Object) +androidx.appcompat.R$anim: int abc_popup_enter +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: int sourceColor +androidx.viewpager2.R$style: int TextAppearance_Compat_Notification_Info +androidx.constraintlayout.widget.R$attr: int listPreferredItemHeightSmall +androidx.preference.R$attr: int alertDialogTheme +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_track +okhttp3.OkHttpClient$Builder: java.util.List interceptors +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_shadowColor +com.tencent.bugly.proguard.n: java.util.Map b(com.tencent.bugly.proguard.n) +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_motionTarget +androidx.constraintlayout.helper.widget.Layer: void setScaleY(float) +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: java.lang.Object value +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_18 +com.google.android.material.navigation.NavigationView: void setNavigationItemSelectedListener(com.google.android.material.navigation.NavigationView$OnNavigationItemSelectedListener) +com.google.android.material.tabs.TabLayout: android.content.res.ColorStateList getTabTextColors() +com.bumptech.glide.R$drawable: int notification_bg_low_pressed +okhttp3.internal.proxy.NullProxySelector: java.util.List select(java.net.URI) +cyanogenmod.weatherservice.IWeatherProviderService$Stub: java.lang.String DESCRIPTOR +androidx.loader.R$styleable: int FontFamilyFont_fontStyle +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: ObservableDoFinally$DoFinallyObserver(io.reactivex.Observer,io.reactivex.functions.Action) +androidx.lifecycle.SavedStateViewModelFactory: SavedStateViewModelFactory(android.app.Application,androidx.savedstate.SavedStateRegistryOwner,android.os.Bundle) +androidx.appcompat.R$attr: int contentInsetRight +androidx.core.R$styleable: int ColorStateListItem_android_color +com.google.android.material.R$styleable: int NavigationView_menu +androidx.preference.R$attr: int fontProviderAuthority +com.google.android.material.R$styleable: int ViewBackgroundHelper_android_background +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult: java.util.List Intervals +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_normalContainer +com.amap.api.location.AMapLocation: int getLocationType() +com.google.android.material.R$dimen: int abc_text_size_display_2_material +cyanogenmod.app.IPartnerInterface: java.lang.String getCurrentHotwordPackageName() +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_translationZ +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner +okhttp3.HttpUrl: java.lang.String query() +retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder callFactory(okhttp3.Call$Factory) +wangdaye.com.geometricweather.R$string: int maxi_temp +io.reactivex.internal.util.VolatileSizeArrayList: void clear() +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit MMHG +com.google.android.material.R$styleable: int[] AlertDialog +androidx.customview.R$attr: int fontProviderPackage +wangdaye.com.geometricweather.R$id: int grassValue +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather: CNWeatherResult$Realtime$Weather() +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getLtoDownloadInterval +wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.lang.String description +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub$Proxy: void setServiceRequestState(cyanogenmod.weather.RequestInfo,cyanogenmod.weatherservice.ServiceRequestResult,int) +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_track_size +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_bubble_text_color +wangdaye.com.geometricweather.R$string: int feedback_select_location_provider +wangdaye.com.geometricweather.R$color: int lightPrimary_1 +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox +wangdaye.com.geometricweather.R$layout: int cpv_preference_circle +androidx.constraintlayout.utils.widget.ImageFilterButton: float getRoundPercent() +wangdaye.com.geometricweather.R$color: int abc_background_cache_hint_selector_material_light +wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_text_dark_normal_background +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_elevation +androidx.swiperefreshlayout.R$styleable: int[] GradientColor +wangdaye.com.geometricweather.common.basic.models.weather.Base: long getPublishTime() +com.google.android.material.navigation.NavigationView: NavigationView(android.content.Context) +wangdaye.com.geometricweather.settings.dialogs.WechatDonateDialog +com.google.android.material.R$layout: int notification_action +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_RatingBar +cyanogenmod.weather.ICMWeatherManager$Stub: android.os.IBinder asBinder() +com.google.android.material.R$styleable: int KeyAttribute_framePosition +com.google.android.material.slider.Slider: int getThumbRadius() +wangdaye.com.geometricweather.R$drawable: int ic_google_play +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: void setStatus(int) +wangdaye.com.geometricweather.R$attr: int layout_goneMarginRight +okio.ForwardingSource: java.lang.String toString() +com.google.android.material.button.MaterialButtonToggleGroup +com.amap.api.location.AMapLocationClientOption: long c +james.adaptiveicon.R$styleable: int AppCompatSeekBar_tickMarkTintMode +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintCircle +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_DialogWhenLarge +androidx.appcompat.R$dimen: int hint_alpha_material_dark +com.google.android.material.R$styleable: int AppCompatTheme_alertDialogStyle +com.google.android.material.progressindicator.ProgressIndicator: int getIndicatorType() +com.bumptech.glide.load.engine.DecodeJob$RunReason: com.bumptech.glide.load.engine.DecodeJob$RunReason INITIALIZE +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_requestThemeChangeUpdates +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIndicatorColor +james.adaptiveicon.R$style: int Theme_AppCompat_DayNight_Dialog_Alert +com.google.android.material.internal.StaticLayoutBuilderCompat$StaticLayoutBuilderCompatException: StaticLayoutBuilderCompat$StaticLayoutBuilderCompatException(java.lang.Throwable) +com.google.android.material.R$attr: int layout_goneMarginStart +com.google.android.material.R$attr: int thumbTintMode +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: java.lang.String[] getPermissions() +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense +androidx.appcompat.R$color: int error_color_material_light +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_CompoundButton_CheckBox +com.tencent.bugly.proguard.f: byte[] e +cyanogenmod.util.ColorUtils: int[] SOLID_COLORS +james.adaptiveicon.R$styleable: int AppCompatTheme_controlBackground +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Empty +com.google.android.material.textfield.TextInputLayout: void setErrorIconVisible(boolean) +com.google.android.material.textfield.TextInputLayout: void addOnEndIconChangedListener(com.google.android.material.textfield.TextInputLayout$OnEndIconChangedListener) +androidx.swiperefreshlayout.R$styleable: int ColorStateListItem_alpha +retrofit2.KotlinExtensions$await$2$2: kotlinx.coroutines.CancellableContinuation $continuation +wangdaye.com.geometricweather.R$color: int design_box_stroke_color +com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_layout_anchor +androidx.constraintlayout.widget.R$styleable: int Constraint_android_maxWidth +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_homeAsUpIndicator +androidx.core.R$id: int right_icon +androidx.recyclerview.R$attr: int spanCount +james.adaptiveicon.R$attr: int textAppearanceListItemSmall +androidx.appcompat.widget.Toolbar: int getCurrentContentInsetEnd() +james.adaptiveicon.R$attr: int windowActionBarOverlay +androidx.appcompat.R$attr: int progressBarStyle +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_id +retrofit2.ParameterHandler$Headers +androidx.appcompat.R$styleable: int TextAppearance_android_shadowRadius +com.google.android.material.R$string: int path_password_strike_through +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getNotificationGroups +androidx.appcompat.R$id: int icon +androidx.appcompat.R$styleable: int AppCompatTheme_colorBackgroundFloating +androidx.constraintlayout.widget.R$styleable: int GradientColor_android_tileMode +androidx.appcompat.R$style: int Widget_AppCompat_DropDownItem_Spinner +com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode: com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode LAST_ELEMENT +androidx.constraintlayout.widget.R$color: int abc_btn_colored_text_material +wangdaye.com.geometricweather.R$id: int item_weather_daily_title_title +wangdaye.com.geometricweather.R$drawable: int weather_thunder +com.google.android.material.R$anim: int abc_tooltip_exit +wangdaye.com.geometricweather.R$drawable: int notif_temp_47 +cyanogenmod.app.PartnerInterface: void setMobileDataEnabled(boolean) +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxBackgroundMode +cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getTotalPrecipitationProbability() +wangdaye.com.geometricweather.R$bool: int workmanager_test_configuration +com.bumptech.glide.integration.okhttp.R$id: int blocking +wangdaye.com.geometricweather.R$styleable: int NavigationView_elevation +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float SulfurDioxide +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.query.Query queryRawCreate(java.lang.String,java.lang.Object[]) +androidx.appcompat.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common +com.turingtechnologies.materialscrollbar.R$id: int async +androidx.vectordrawable.animated.R$style: int Widget_Compat_NotificationActionText +com.xw.repo.bubbleseekbar.R$id: int parentPanel +androidx.preference.R$dimen: int preference_seekbar_padding_horizontal +wangdaye.com.geometricweather.R$layout: int design_navigation_item_header +com.jaredrummler.android.colorpicker.R$attr: int spinBars +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean onSearchRequested() +com.google.android.material.R$attr: int layout_constraintHorizontal_chainStyle +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Display2 +com.jaredrummler.android.colorpicker.R$attr: int commitIcon +com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy valueOf(java.lang.String) +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Title +com.tencent.bugly.BuglyStrategy: java.lang.String getDeviceID() +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void dispose() +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header +androidx.appcompat.widget.Toolbar: int getContentInsetStartWithNavigation() +cyanogenmod.weather.WeatherInfo$Builder: double mTodaysLowTemp +androidx.hilt.lifecycle.R$drawable: int notification_template_icon_bg +com.jaredrummler.android.colorpicker.R$drawable: int abc_text_cursor_material +cyanogenmod.app.LiveLockScreenManager: void setDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) +com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginEnd +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: void onError(java.lang.Throwable) +com.google.android.material.R$attr: int mock_labelBackgroundColor +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setUvLevel(java.lang.String) +com.turingtechnologies.materialscrollbar.R$style: int Platform_ThemeOverlay_AppCompat +androidx.swiperefreshlayout.R$id: int right_side +wangdaye.com.geometricweather.R$id: int filterBtn +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse +com.jaredrummler.android.colorpicker.R$id: int spinner +com.google.android.material.R$string: int material_clock_display_divider +wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode getInstance(java.lang.String) +androidx.preference.R$attr: int tooltipText +androidx.viewpager.R$dimen: int notification_top_pad_large_text +com.turingtechnologies.materialscrollbar.R$attr: int popupTheme +okio.Buffer +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: boolean daylight +wangdaye.com.geometricweather.R$drawable: int material_ic_menu_arrow_down_black_24dp +com.turingtechnologies.materialscrollbar.R$dimen: int abc_alert_dialog_button_bar_height +com.google.android.material.R$attr: int tickVisible +wangdaye.com.geometricweather.common.basic.models.weather.Astro: java.lang.String getRiseTime(android.content.Context) +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: ILiveLockScreenManager$Stub$Proxy(android.os.IBinder) +okhttp3.internal.Util: boolean discard(okio.Source,int,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit +com.jaredrummler.android.colorpicker.R$attr: int actionOverflowMenuStyle +wangdaye.com.geometricweather.R$attr: int indeterminateProgressStyle +androidx.activity.R$id: int title +androidx.legacy.coreutils.R$style: int TextAppearance_Compat_Notification +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String primary +androidx.appcompat.widget.ActivityChooserView: void setOnDismissListener(android.widget.PopupWindow$OnDismissListener) +com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemTextColor(android.content.res.ColorStateList) +james.adaptiveicon.R$style: int Widget_AppCompat_SeekBar +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text +james.adaptiveicon.R$styleable: int AppCompatTheme_actionMenuTextColor +com.jaredrummler.android.colorpicker.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: java.lang.Object[] latest +androidx.fragment.app.FragmentTabHost$SavedState +androidx.recyclerview.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_ellipsize +cyanogenmod.platform.R: R() +androidx.preference.R$attr: int actionModeFindDrawable +okhttp3.MultipartBody: okio.ByteString boundary +android.didikee.donate.R$layout: int abc_screen_simple_overlay_action_mode +com.jaredrummler.android.colorpicker.R$anim: int abc_slide_in_bottom +wangdaye.com.geometricweather.R$attr: int transitionEasing +james.adaptiveicon.R$attr: int actionBarTabBarStyle +androidx.swiperefreshlayout.R$id: int icon_group +com.xw.repo.bubbleseekbar.R$color: int abc_primary_text_disable_only_material_light +com.tencent.bugly.proguard.aa +okhttp3.Protocol: okhttp3.Protocol H2_PRIOR_KNOWLEDGE +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean precipitationProbability +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceSearchResultSubtitle +okio.BufferedSource: java.lang.String readUtf8(long) +androidx.preference.R$drawable: int abc_list_pressed_holo_light +com.google.android.material.card.MaterialCardView: com.google.android.material.shape.ShapeAppearanceModel getShapeAppearanceModel() +androidx.constraintlayout.widget.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView +wangdaye.com.geometricweather.R$drawable: int material_ic_calendar_black_24dp +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao getChineseCityEntityDao() +androidx.appcompat.R$color: int dim_foreground_material_dark +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense +io.reactivex.internal.subscriptions.BasicIntQueueSubscription: void cancel() +com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getPlaceholderTextColor() +com.google.android.material.R$id: int start +androidx.swiperefreshlayout.R$dimen: int notification_small_icon_background_padding +androidx.constraintlayout.widget.R$id: int bounce +androidx.core.R$dimen: int notification_small_icon_background_padding +okhttp3.internal.http2.Hpack$Writer +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void drain() +androidx.constraintlayout.widget.R$styleable: int Spinner_android_prompt +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge +androidx.appcompat.R$attr: int searchHintIcon +androidx.work.impl.background.systemalarm.RescheduleReceiver: RescheduleReceiver() +com.google.android.material.R$style: int Widget_Design_CollapsingToolbar +androidx.viewpager.R$styleable: int GradientColorItem_android_color +com.turingtechnologies.materialscrollbar.R$styleable: int ColorStateListItem_android_alpha +androidx.appcompat.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle +android.didikee.donate.R$drawable: int abc_text_select_handle_middle_mtrl_light +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit valueOf(java.lang.String) +androidx.constraintlayout.widget.R$anim: int abc_popup_exit +com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getCounterOverflowDescription() +com.google.android.material.R$styleable: int StateSet_defaultState +cyanogenmod.util.ColorUtils: float[] temperatureToRGB(int) +cyanogenmod.providers.CMSettings$Secure +wangdaye.com.geometricweather.R$attr: int textColorSearchUrl +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight +com.tencent.bugly.crashreport.biz.UserInfoBean: long k +androidx.preference.R$style: int TextAppearance_AppCompat_Body1 +wangdaye.com.geometricweather.R$id: int widget_trend_daily_item_5 +cyanogenmod.providers.CMSettings$Secure$2: boolean validate(java.lang.String) +com.google.android.material.R$styleable: int TabLayout_tabMaxWidth +wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge +com.bumptech.glide.R$styleable: int FontFamilyFont_fontVariationSettings +android.didikee.donate.R$id: int multiply +wangdaye.com.geometricweather.R$styleable: int Constraint_motionStagger +androidx.appcompat.R$style: int Base_Theme_AppCompat_Dialog_MinWidth +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPopupWindowStyle +androidx.lifecycle.MethodCallsLogger: boolean approveCall(java.lang.String,int) +androidx.constraintlayout.motion.widget.MotionLayout: void setInteractionEnabled(boolean) +androidx.appcompat.R$style: int TextAppearance_AppCompat_SearchResult_Title +cyanogenmod.hardware.CMHardwareManager: int VIBRATOR_WARNING_INDEX +com.tencent.bugly.crashreport.common.info.AppInfo: java.lang.String a(android.content.Context) +okhttp3.internal.http2.Http2Connection$4: void execute() +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableRightCompat +wangdaye.com.geometricweather.R$string: int day +com.google.android.material.R$styleable: int ExtendedFloatingActionButton_extendMotionSpec +cyanogenmod.app.Profile$ProfileTrigger: int access$202(cyanogenmod.app.Profile$ProfileTrigger,int) +com.google.android.material.R$styleable: int BottomNavigationView_itemRippleColor +com.google.gson.stream.JsonReader: int PEEKED_DOUBLE_QUOTED_NAME +com.google.android.material.progressindicator.ProgressIndicator: int getCircularRadius() +com.tencent.bugly.proguard.y: java.lang.StringBuilder e +cyanogenmod.weather.CMWeatherManager: cyanogenmod.weather.CMWeatherManager sInstance +james.adaptiveicon.R$id: int src_atop +com.google.android.material.R$id: int mtrl_picker_text_input_date +androidx.preference.MultiSelectListPreference: MultiSelectListPreference(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.common.ui.widgets.astro.MoonPhaseView: MoonPhaseView(android.content.Context) +com.amap.api.location.LocationManagerBase: void stopLocation() +com.google.android.material.slider.Slider: float getValue() +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_android_elevation +android.didikee.donate.R$drawable: int abc_text_select_handle_left_mtrl_dark +androidx.constraintlayout.widget.R$attr: int dragScale +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight_Dialog +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu +james.adaptiveicon.R$id: int search_voice_btn +okhttp3.Cookie$Builder: okhttp3.Cookie$Builder domain(java.lang.String) +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setOnClickUri(android.net.Uri) +wangdaye.com.geometricweather.R$attr: int text +com.google.android.material.R$styleable: int AppCompatTextView_autoSizeMinTextSize +cyanogenmod.externalviews.KeyguardExternalViewProviderService: void onCreate() +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Dark +androidx.coordinatorlayout.R$style: int Widget_Compat_NotificationActionContainer +com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_ttcIndex +com.tencent.bugly.crashreport.common.info.b: java.lang.String b(android.content.Context) +com.google.android.material.R$styleable: int[] BottomNavigationView +androidx.constraintlayout.widget.R$styleable: int SearchView_searchHintIcon +androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior: CoordinatorLayout$Behavior() +androidx.cardview.widget.CardView +androidx.lifecycle.extensions.R$color: int ripple_material_light +androidx.hilt.work.R$dimen: int notification_right_icon_size +okhttp3.internal.http2.Http2Writer: void flush() +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: void onNext(java.lang.Object) +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.CompletableObserver downstream +com.google.android.material.R$styleable: int[] TextInputLayout +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_textinput_outline_box_expanded_padding +com.google.android.material.R$styleable: int[] Slider +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property UvDescription +wangdaye.com.geometricweather.R$styleable: int Chip_closeIconSize +cyanogenmod.weather.RequestInfo: int access$602(cyanogenmod.weather.RequestInfo,int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust +androidx.room.RoomDatabase$JournalMode: androidx.room.RoomDatabase$JournalMode AUTOMATIC +android.didikee.donate.R$styleable: int AppCompatTextView_autoSizeStepGranularity +com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_title_divider_material +wangdaye.com.geometricweather.R$styleable: int StateListDrawableItem_android_drawable +io.reactivex.Observable: io.reactivex.Observable concat(io.reactivex.ObservableSource,int) +com.turingtechnologies.materialscrollbar.R$styleable: int[] PopupWindowBackgroundState +androidx.lifecycle.SavedStateHandle: java.lang.Object remove(java.lang.String) +cyanogenmod.app.ThemeVersion$ThemeVersionImpl3 +io.reactivex.internal.operators.observable.ObserverResourceWrapper: java.util.concurrent.atomic.AtomicReference upstream +okhttp3.internal.http.HttpMethod: boolean redirectsWithBody(java.lang.String) +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Weather: java.lang.String icon +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void onTimeout(long) +com.tencent.bugly.proguard.ai: java.util.ArrayList c +androidx.preference.R$styleable: int SwitchCompat_switchMinWidth +io.reactivex.Observable: io.reactivex.disposables.Disposable subscribe() +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: io.reactivex.ObservableEmitter serialize() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: java.lang.String getEn_US() +com.google.android.material.appbar.HeaderBehavior: HeaderBehavior(android.content.Context,android.util.AttributeSet) +okio.ForwardingTimeout: void throwIfReached() +androidx.viewpager.R$layout: int notification_action +com.amap.api.fence.DistrictItem: java.lang.String a +androidx.appcompat.resources.R$attr: int fontProviderCerts +com.tencent.bugly.proguard.am: java.lang.String v +cyanogenmod.profiles.LockSettings: int describeContents() +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_MENU_LONG_PRESS_ACTION_VALIDATOR +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getShortAbbreviation(android.content.Context) +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.util.List value +com.google.android.material.progressindicator.ProgressIndicator: android.graphics.drawable.Drawable getCurrentDrawable() +james.adaptiveicon.R$style: int Base_Widget_AppCompat_DrawerArrowToggle +cyanogenmod.platform.Manifest$permission: java.lang.String ACCESS_THEME_MANAGER +androidx.appcompat.R$attr: int textAppearanceLargePopupMenu +com.google.android.material.R$styleable: int Slider_thumbRadius +androidx.appcompat.widget.ActionBarContainer: void setPrimaryBackground(android.graphics.drawable.Drawable) +com.google.android.material.floatingactionbutton.FloatingActionButton$BaseBehavior: FloatingActionButton$BaseBehavior(android.content.Context,android.util.AttributeSet) +retrofit2.ParameterHandler$Headers: ParameterHandler$Headers(java.lang.reflect.Method,int) +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: int requestFusion(int) +androidx.appcompat.R$styleable: int ActionBar_progressBarStyle +android.didikee.donate.R$dimen: int notification_large_icon_width +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: void onError(java.lang.Throwable) +com.turingtechnologies.materialscrollbar.R$color: int highlighted_text_material_dark +com.google.gson.stream.JsonReader: void endObject() +wangdaye.com.geometricweather.R$drawable: int weather_sleet_mini_dark +com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getItemTextAppearanceActive() +james.adaptiveicon.R$bool: int abc_action_bar_embed_tabs +androidx.customview.R$dimen: int compat_notification_large_icon_max_height +androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_android_fontStyle +androidx.preference.R$attr: int popupMenuStyle +wangdaye.com.geometricweather.R$dimen: int material_filled_edittext_font_2_0_padding_bottom +cyanogenmod.externalviews.KeyguardExternalView$6: cyanogenmod.externalviews.KeyguardExternalView this$0 +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_setVibratorIntensity +androidx.preference.R$id: int action_bar_root +com.xw.repo.bubbleseekbar.R$color: int abc_tint_btn_checkable +android.didikee.donate.R$styleable: int PopupWindow_android_popupBackground +wangdaye.com.geometricweather.R$string: int feedback_resident_location +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: cyanogenmod.hardware.DisplayMode getDefaultDisplayMode() +wangdaye.com.geometricweather.settings.dialogs.AnimatableIconDialog: AnimatableIconDialog() +androidx.viewpager.R$attr: int fontProviderPackage +io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceTimedObserver parent +wangdaye.com.geometricweather.R$styleable: int NavigationView_android_fitsSystemWindows +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_endIconCheckable +wangdaye.com.geometricweather.R$string: int settings_title_item_animation_switch +com.turingtechnologies.materialscrollbar.R$color: int secondary_text_disabled_material_light +com.google.android.material.R$styleable: int MaterialButton_rippleColor +androidx.vectordrawable.animated.R$dimen: int notification_right_icon_size +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_constraint_referenced_ids +james.adaptiveicon.R$dimen: int compat_button_inset_horizontal_material +androidx.appcompat.widget.AppCompatEditText: android.view.textclassifier.TextClassifier getTextClassifier() +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_goneMarginRight +cyanogenmod.themes.ThemeChangeRequest$Builder: long mWallpaperId +androidx.lifecycle.extensions.R$style: int TextAppearance_Compat_Notification_Info +androidx.appcompat.R$dimen: int abc_dropdownitem_text_padding_left +com.google.android.material.stateful.ExtendableSavedState +androidx.lifecycle.Lifecycling: java.lang.reflect.Constructor generatedConstructor(java.lang.Class) +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_contentInsetRight +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_display_4_material +wangdaye.com.geometricweather.R$layout: int design_bottom_sheet_dialog +androidx.preference.R$style: int PreferenceThemeOverlay_v14_Material +com.google.android.material.R$style: int Widget_MaterialComponents_Chip_Filter +android.didikee.donate.R$styleable: int MenuView_android_windowAnimationStyle +okhttp3.RealCall: void cancel() +cyanogenmod.externalviews.KeyguardExternalViewProviderService: android.os.Handler access$100(cyanogenmod.externalviews.KeyguardExternalViewProviderService) +wangdaye.com.geometricweather.R$styleable: int Chip_chipStrokeColor +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric +wangdaye.com.geometricweather.R$attr: int textAppearanceButton +androidx.appcompat.R$attr: int multiChoiceItemLayout +wangdaye.com.geometricweather.R$styleable: int CardView_cardPreventCornerOverlap +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.AirQuality airQuality +androidx.drawerlayout.R$styleable: int[] ColorStateListItem +wangdaye.com.geometricweather.R$string: int default_location +james.adaptiveicon.R$attr: int fontStyle +cyanogenmod.app.IProfileManager$Stub$Proxy: boolean setActiveProfileByName(java.lang.String) +androidx.appcompat.R$attr: int colorSwitchThumbNormal +com.google.android.material.R$id: int autoCompleteToEnd +androidx.cardview.widget.CardView: void setMaxCardElevation(float) +org.greenrobot.greendao.AbstractDao: java.util.List loadAllFromCursor(android.database.Cursor) +wangdaye.com.geometricweather.db.entities.AlertEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.AlertEntity) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getPm25Desc() +wangdaye.com.geometricweather.R$style: int Base_CardView +com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableTransition_android_reversible +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX() +retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback: java.util.concurrent.CompletableFuture future +io.reactivex.internal.functions.Functions$NaturalComparator: io.reactivex.internal.functions.Functions$NaturalComparator[] values() +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_text_size +cyanogenmod.themes.ThemeChangeRequest$Builder: java.util.Map mThemeComponents +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Direction: int Degrees +androidx.loader.R$id: int tag_unhandled_key_listeners +com.google.android.material.slider.Slider: android.content.res.ColorStateList getTrackInactiveTintList() +androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableTransition_android_reversible +androidx.preference.R$dimen: int item_touch_helper_swipe_escape_velocity +wangdaye.com.geometricweather.R$drawable: int mtrl_ic_error +com.google.android.material.R$anim: int abc_popup_exit +okhttp3.CacheControl: int maxAgeSeconds +com.google.android.material.R$dimen: int mtrl_calendar_navigation_bottom_padding +androidx.core.R$color: int androidx_core_secondary_text_default_material_light +cyanogenmod.app.ICMStatusBarManager$Stub: android.os.IBinder asBinder() +okhttp3.internal.http2.Http2Connection$ReaderRunnable$1: okhttp3.internal.http2.Http2Stream val$newStream +com.google.android.gms.internal.location.zzl: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_30 +com.google.android.material.floatingactionbutton.FloatingActionButton: void setElevation(float) +io.reactivex.Observable: io.reactivex.Observable mergeDelayError(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource) +androidx.hilt.R$styleable: int FontFamily_fontProviderFetchTimeout +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: int temperature +com.google.android.material.R$style: int Widget_MaterialComponents_Toolbar_Primary +com.jaredrummler.android.colorpicker.R$styleable: int GradientColorItem_android_offset +com.google.android.material.R$styleable: int ActionBar_subtitleTextStyle +com.google.android.material.R$layout: int notification_template_part_chronometer +okhttp3.internal.http.HttpDate: java.lang.String[] BROWSER_COMPATIBLE_DATE_FORMAT_STRINGS +androidx.preference.PreferenceManager: void setOnNavigateToScreenListener(androidx.preference.PreferenceManager$OnNavigateToScreenListener) +androidx.constraintlayout.widget.R$id: int dragEnd +wangdaye.com.geometricweather.R$styleable: int TagView_unchecked_background_color +wangdaye.com.geometricweather.R$attr: int cpv_sliderColor +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ListView_Menu +james.adaptiveicon.R$attr: int buttonBarPositiveButtonStyle +com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox +androidx.core.R$id: int async +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float pm25 +io.reactivex.Observable: io.reactivex.Observable switchMapSingleDelayError(io.reactivex.functions.Function) +okhttp3.internal.http2.Http2Connection: long awaitPongsReceived +androidx.constraintlayout.widget.R$attr: int queryBackground +com.xw.repo.bubbleseekbar.R$string: int abc_activity_chooser_view_see_all +androidx.constraintlayout.motion.widget.MotionLayout: void setScene(androidx.constraintlayout.motion.widget.MotionScene) +com.turingtechnologies.materialscrollbar.R$id: int touch_outside +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$5: boolean val$showing +okio.SegmentedByteString: int indexOf(byte[],int) +android.didikee.donate.R$dimen: int abc_text_size_title_material_toolbar +com.google.android.material.R$dimen: int mtrl_slider_thumb_elevation +com.jaredrummler.android.colorpicker.R$attr: int buttonPanelSideLayout +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.R$layout: int abc_screen_simple_overlay_action_mode +com.jaredrummler.android.colorpicker.R$attr: int buttonGravity +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void onNext(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_elevation +okhttp3.internal.connection.StreamAllocation: java.lang.String toString() +androidx.loader.app.LoaderManagerImpl$LoaderViewModel: LoaderManagerImpl$LoaderViewModel() +androidx.vectordrawable.animated.R$id: int notification_main_column_container +com.google.android.material.R$style: int AndroidThemeColorAccentYellow +com.jaredrummler.android.colorpicker.ColorPanelView +androidx.constraintlayout.widget.R$drawable: int btn_checkbox_checked_to_unchecked_mtrl_animation +androidx.fragment.R$styleable: int[] FragmentContainerView +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Integer uvIndex +okio.RealBufferedSource: short readShort() +androidx.customview.R$id: int text2 +cyanogenmod.app.Profile +com.turingtechnologies.materialscrollbar.R$anim: int design_bottom_sheet_slide_out +james.adaptiveicon.R$styleable: int SearchView_commitIcon +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: java.lang.String getUnit() +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small +androidx.legacy.coreutils.R$styleable: int GradientColor_android_type +android.didikee.donate.R$styleable: int LinearLayoutCompat_android_weightSum +androidx.constraintlayout.widget.R$attr: int content +com.google.android.material.appbar.CollapsingToolbarLayout: CollapsingToolbarLayout(android.content.Context) +com.jaredrummler.android.colorpicker.R$style: int Animation_AppCompat_Tooltip +com.google.android.material.R$attr: int fabCustomSize +wangdaye.com.geometricweather.R$styleable: int[] PreferenceFragmentCompat +wangdaye.com.geometricweather.R$styleable: int[] AppBarLayoutStates com.google.android.material.R$attr: int preserveIconSpacing -androidx.preference.PreferenceCategory -wangdaye.com.geometricweather.R$dimen: int mtrl_tooltip_minWidth -com.tencent.bugly.crashreport.common.info.a: com.tencent.bugly.crashreport.a D -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_SearchResult -com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_check_to_on_mtrl_000 -com.turingtechnologies.materialscrollbar.R$styleable: int[] GradientColorItem -okhttp3.RequestBody$1 -androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory: androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory getInstance(android.app.Application) -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog -wangdaye.com.geometricweather.R$attr: int layout_constraintTop_toBottomOf -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float ParticulateMatter2_5 -androidx.preference.R$styleable: int SwitchCompat_track -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Weather: MfForecastResult$Forecast$Weather() -com.bumptech.glide.Priority: com.bumptech.glide.Priority LOW -cyanogenmod.providers.CMSettings$System: java.lang.String ENABLE_PEOPLE_LOOKUP -com.google.android.material.R$attr: int layout_constraintTop_toTopOf -james.adaptiveicon.R$style: int Theme_AppCompat_DialogWhenLarge -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setSnowPrecipitationProbability(java.lang.Float) -com.turingtechnologies.materialscrollbar.R$animator: int mtrl_fab_show_motion_spec -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void onTimeout(long) -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: float getProgress() -wangdaye.com.geometricweather.R$attr: int buttonIconDimen -retrofit2.BuiltInConverters$BufferingResponseBodyConverter: okhttp3.ResponseBody convert(okhttp3.ResponseBody) -okhttp3.internal.platform.AndroidPlatform: java.lang.Object getStackTraceForCloseable(java.lang.String) -wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: int unitArrayIndex -androidx.preference.R$styleable: int ViewStubCompat_android_layout -androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration -wangdaye.com.geometricweather.R$dimen: int default_dimension -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_endY -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_verticalBias -androidx.hilt.R$id: int accessibility_custom_action_31 -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum: double Value -com.google.android.material.R$attr: int closeIconVisible -com.turingtechnologies.materialscrollbar.R$layout: int abc_activity_chooser_view_list_item -androidx.constraintlayout.widget.R$drawable: int abc_btn_switch_to_on_mtrl_00001 -com.baidu.location.e.l$b: java.lang.String b(com.baidu.location.e.l$b) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatSeekBar_tickMarkTint -androidx.fragment.R$color: int notification_action_color_filter -cyanogenmod.app.BaseLiveLockManagerService: void updateDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_visibility -com.google.android.material.R$color: int material_on_primary_emphasis_medium -okhttp3.internal.http.RetryAndFollowUpInterceptor: java.lang.Object callStackTrace -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int MIXED_RAIN_AND_SLEET -wangdaye.com.geometricweather.R$id: int bidirectional -okhttp3.internal.http2.Http2Connection: long degradedPongDeadlineNs -cyanogenmod.weather.WeatherInfo$DayForecast$1: WeatherInfo$DayForecast$1() -com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_startX -com.google.android.material.textfield.TextInputLayout: void setErrorIconOnClickListener(android.view.View$OnClickListener) -androidx.appcompat.R$color: int abc_primary_text_disable_only_material_dark -com.google.android.material.R$styleable: int ActionBar_indeterminateProgressStyle -androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionButton -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: int Severity -com.turingtechnologies.materialscrollbar.Handle -com.turingtechnologies.materialscrollbar.R$attr: int windowActionBarOverlay -androidx.drawerlayout.R$dimen: int notification_large_icon_height -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver -com.turingtechnologies.materialscrollbar.R$drawable: int abc_spinner_mtrl_am_alpha -android.didikee.donate.R$attr: int textAllCaps -com.google.android.material.R$id: int date_picker_actions -com.google.android.material.R$attr: int expandedTitleMarginEnd -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: java.util.List value -wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Light_Bridge -com.google.android.material.R$dimen: int mtrl_chip_text_size -wangdaye.com.geometricweather.R$string: int action_search -androidx.appcompat.widget.DialogTitle: DialogTitle(android.content.Context,android.util.AttributeSet) -com.turingtechnologies.materialscrollbar.R$attr: int msb_barThickness -androidx.constraintlayout.widget.R$attr: int autoSizeStepGranularity -wangdaye.com.geometricweather.R$attr: int elevationOverlayColor -com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_colored_material -wangdaye.com.geometricweather.R$color: int colorRoot_light -wangdaye.com.geometricweather.background.polling.basic.ForegroundUpdateService: ForegroundUpdateService() -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxCornerRadiusTopStart -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Body2 -wangdaye.com.geometricweather.R$string: int feedback_updating_weather_data -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_focused_z -wangdaye.com.geometricweather.R$anim: int popup_show_bottom_left -androidx.dynamicanimation.R$styleable: int FontFamilyFont_android_fontVariationSettings -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dropDownListViewStyle -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.Long id -wangdaye.com.geometricweather.R$styleable: int Preference_selectable -cyanogenmod.power.IPerformanceManager$Stub$Proxy: void cpuBoost(int) -androidx.work.impl.background.systemalarm.SystemAlarmService: SystemAlarmService() -com.jaredrummler.android.colorpicker.R$dimen: int compat_button_inset_horizontal_material -com.google.android.material.circularreveal.CircularRevealFrameLayout: CircularRevealFrameLayout(android.content.Context) -androidx.appcompat.R$color: int error_color_material_dark -james.adaptiveicon.R$dimen: int abc_dialog_list_padding_bottom_no_buttons -com.google.android.material.R$id: int mtrl_picker_text_input_range_start -com.jaredrummler.android.colorpicker.R$string -androidx.preference.R$attr: int showSeekBarValue -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator -wangdaye.com.geometricweather.R$styleable: int Constraint_android_rotationX -wangdaye.com.geometricweather.R$drawable: int ic_mtrl_checked_circle -wangdaye.com.geometricweather.R$styleable: int ActionMode_height -androidx.appcompat.R$style: int TextAppearance_Compat_Notification_Title -androidx.activity.R$integer -james.adaptiveicon.R$styleable: int Toolbar_collapseContentDescription +androidx.core.R$styleable: int FontFamilyFont_android_fontVariationSettings +io.reactivex.Observable: java.lang.Object blockingFirst() +androidx.viewpager2.R$drawable: int notification_icon_background +okhttp3.internal.http2.Http2Connection: void access$000(okhttp3.internal.http2.Http2Connection) +androidx.hilt.work.R$id: int accessibility_custom_action_23 +com.google.android.material.R$attr: int percentHeight +androidx.hilt.R$style +wangdaye.com.geometricweather.R$attr: int textAppearanceBody2 +wangdaye.com.geometricweather.R$id: int star_container +com.turingtechnologies.materialscrollbar.R$styleable: int[] AppCompatTextHelper +androidx.recyclerview.R$dimen: int notification_action_icon_size +okhttp3.internal.http2.PushObserver: boolean onData(int,okio.BufferedSource,int,boolean) +com.jaredrummler.android.colorpicker.R$id: int home +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource +okhttp3.internal.http.RealInterceptorChain: int connectTimeoutMillis() +com.google.android.material.R$styleable: int Constraint_flow_verticalBias +com.bumptech.glide.integration.okhttp.R$id: int normal +com.google.android.material.tabs.TabLayout: void setTabIconTintResource(int) +androidx.appcompat.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge +okhttp3.OkHttpClient$Builder: int callTimeout +okhttp3.internal.platform.Jdk9Platform: Jdk9Platform(java.lang.reflect.Method,java.lang.reflect.Method) +wangdaye.com.geometricweather.R$styleable: int[] KeyFramesVelocity +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_fontVariationSettings +com.turingtechnologies.materialscrollbar.R$string: int abc_menu_meta_shortcut_label +androidx.hilt.R$color: int notification_action_color_filter +androidx.appcompat.R$style: int Base_Widget_AppCompat_SeekBar +com.google.android.material.R$style: int Widget_Support_CoordinatorLayout +wangdaye.com.geometricweather.R$id: int notification_multi_city_1 +android.didikee.donate.R$styleable: int[] MenuGroup +androidx.cardview.R$styleable: int CardView_cardUseCompatPadding +cyanogenmod.app.CMContextConstants$Features: java.lang.String APP_SUGGEST +com.google.android.material.R$drawable: int abc_btn_radio_to_on_mtrl_000 +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarTabTextStyle androidx.viewpager2.R$dimen: R$dimen() -com.google.android.material.R$attr: int itemHorizontalPadding -com.turingtechnologies.materialscrollbar.R$attr: int fontVariationSettings -okhttp3.RequestBody: okhttp3.RequestBody create(okhttp3.MediaType,java.lang.String) -wangdaye.com.geometricweather.R$styleable: int RecyclerView_layoutManager -wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_animAutostart -androidx.recyclerview.R$styleable: int RecyclerView_fastScrollEnabled -android.didikee.donate.R$attr: int listPopupWindowStyle -com.baidu.location.e.m -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Metric: double Value -android.didikee.donate.R$attr: int buttonPanelSideLayout -wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_Main -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void cancelAllBut(int) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String moldDescription -cyanogenmod.hardware.IThermalListenerCallback$Stub$Proxy: IThermalListenerCallback$Stub$Proxy(android.os.IBinder) -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable -androidx.preference.R$style: int Animation_AppCompat_Tooltip -com.google.android.material.R$color: int material_slider_active_tick_marks_color -wangdaye.com.geometricweather.common.rxjava.BaseObserver: void onNext(java.lang.Object) -com.google.android.material.R$style: int Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense -cyanogenmod.weather.RequestInfo: java.lang.String toString() -james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarDivider -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: io.reactivex.internal.util.AtomicThrowable error -com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_animSwoopDuration -com.xw.repo.bubbleseekbar.R$attr: int bsb_show_section_text -com.google.android.material.R$styleable: int MenuView_android_itemBackground -com.turingtechnologies.materialscrollbar.R$styleable: int[] TextAppearance -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ListView -wangdaye.com.geometricweather.R$layout: int widget_clock_day_vertical -com.github.rahatarmanahmed.cpv.CircularProgressView: java.util.List listeners -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: io.reactivex.functions.Predicate predicate -com.amap.api.location.AMapLocation: void setProvince(java.lang.String) -com.google.android.material.internal.CheckableImageButton: CheckableImageButton(android.content.Context,android.util.AttributeSet,int) -cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: void registerWeatherServiceProviderChangeListener(cyanogenmod.weather.IWeatherServiceProviderChangeListener) -androidx.appcompat.R$color: int dim_foreground_disabled_material_dark -com.xw.repo.bubbleseekbar.R$attr: int bsb_thumb_text_size -com.jaredrummler.android.colorpicker.R$color: int abc_primary_text_material_light -cyanogenmod.app.CustomTile$ExpandedItem: int describeContents() -com.google.android.gms.base.R$color: R$color() -com.xw.repo.bubbleseekbar.R$attr: int contentInsetEnd -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_radioButtonStyle -com.google.android.material.R$style: int Widget_MaterialComponents_CheckedTextView -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_ab_back_material -com.google.android.material.chip.Chip: void setOnCloseIconClickListener(android.view.View$OnClickListener) -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: io.reactivex.Scheduler$Worker worker -androidx.legacy.coreutils.R$drawable: int notification_tile_bg -wangdaye.com.geometricweather.R$styleable: int KeyPosition_percentY -androidx.appcompat.R$attr: int actionBarSize -wangdaye.com.geometricweather.R$attr: int statusBarForeground -com.tencent.bugly.proguard.j: void a(long,int) -android.didikee.donate.R$dimen: int notification_main_column_padding_top -com.google.android.material.R$styleable: int Constraint_layout_constraintTop_toBottomOf -com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_list_padding_bottom_no_buttons -io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: java.lang.Runnable getWrappedRunnable() -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: AtmoAuraQAResult$MultiDaysIndexs$MultiIndex() -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ListView_DropDown -wangdaye.com.geometricweather.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog -okhttp3.logging.LoggingEventListener: LoggingEventListener(okhttp3.logging.HttpLoggingInterceptor$Logger) -wangdaye.com.geometricweather.R$id: int searchContainer -com.google.android.material.R$id: int chip2 -androidx.constraintlayout.widget.R$styleable: int KeyTrigger_framePosition -com.tencent.bugly.crashreport.biz.b: long f -androidx.constraintlayout.widget.R$styleable: int PopupWindow_android_popupAnimationStyle -com.google.android.material.R$styleable: int TabLayout_tabTextAppearance -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_transformPivotX -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: java.util.concurrent.atomic.AtomicReference other -com.tencent.bugly.crashreport.biz.b: boolean j() -com.google.android.material.R$layout: int mtrl_alert_select_dialog_item -okhttp3.internal.platform.AndroidPlatform: java.lang.String getSelectedProtocol(javax.net.ssl.SSLSocket) -androidx.lifecycle.LifecycleRegistry: boolean mHandlingEvent -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String longitude -com.xw.repo.bubbleseekbar.R$id: int action_mode_close_button -wangdaye.com.geometricweather.R$string: int pressure -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_autoSizePresetSizes -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult -com.google.android.gms.base.R$string: int common_google_play_services_unsupported_text -wangdaye.com.geometricweather.R$styleable: int AlertDialog_listItemLayout -androidx.preference.R$styleable: int DialogPreference_android_dialogMessage -androidx.recyclerview.R$styleable: int GradientColor_android_centerX -wangdaye.com.geometricweather.R$color: int preference_fallback_accent_color -com.turingtechnologies.materialscrollbar.R$anim: int abc_shrink_fade_out_from_bottom -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Snow: java.lang.String Unit -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeSnowPrecipitation() -wangdaye.com.geometricweather.R$styleable: int ImageFilterView_roundPercent -androidx.constraintlayout.widget.R$attr: int progressBarStyle -com.xw.repo.bubbleseekbar.R$styleable: int ActionMode_closeItemLayout -com.xw.repo.bubbleseekbar.R$color: int secondary_text_disabled_material_dark -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed: AccuCurrentResult$WindGust$Speed() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: java.lang.String chief -com.xw.repo.bubbleseekbar.R$id: int right_icon -com.google.android.material.R$styleable: int GradientColor_android_tileMode -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary: AccuCurrentResult$TemperatureSummary() +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_icon_btn_padding_left +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_EditText +androidx.appcompat.widget.AppCompatButton: void setAutoSizeTextTypeWithDefaults(int) +androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_textColorLink +wangdaye.com.geometricweather.R$drawable: int btn_radio_on_mtrl +cyanogenmod.externalviews.ExternalViewProperties: int getHeight() +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void dispose() +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: boolean timerRunning +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_transformPivotY +com.google.android.material.R$attr: int staggered +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setTitle(java.lang.CharSequence) +wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_fontStyle +com.amap.api.location.AMapLocation: java.lang.String getDistrict() +okhttp3.internal.cache2.FileOperator: void read(long,okio.Buffer,long) +okhttp3.ConnectionSpec +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: android.os.IBinder asBinder() +androidx.appcompat.R$attr: int seekBarStyle +com.google.android.material.chip.ChipGroup: void setSingleLine(boolean) +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabMinWidth +androidx.preference.R$string: int abc_shareactionprovider_share_with +com.google.android.material.R$styleable: int TextInputLayout_counterTextAppearance +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getTempMax() +androidx.recyclerview.widget.StaggeredGridLayoutManager$SavedState: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.Precipitation precipitation +androidx.cardview.R$styleable: int CardView_cardMaxElevation +androidx.preference.R$interpolator: int fast_out_slow_in +io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: void truncate() +androidx.appcompat.R$style: int Widget_AppCompat_CompoundButton_Switch +james.adaptiveicon.R$attr: int navigationMode +com.google.android.material.progressindicator.ProgressIndicator: int getCircularInset() +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_tileMode +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: wangdaye.com.geometricweather.db.entities.DaoSession daoSession +wangdaye.com.geometricweather.R$id: int TOP_START +wangdaye.com.geometricweather.db.entities.AlertEntity: long alertId +okhttp3.MultipartBody: okhttp3.MediaType DIGEST +wangdaye.com.geometricweather.R$attr: int layout_constraintTop_toTopOf +com.google.android.material.R$styleable: int MotionTelltales_telltales_velocityMode +retrofit2.RequestBuilder: okhttp3.HttpUrl$Builder urlBuilder +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: boolean isDisposed() +androidx.vectordrawable.R$styleable: int[] FontFamilyFont +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_contentInsetRight +com.turingtechnologies.materialscrollbar.R$drawable: int ic_mtrl_chip_checked_circle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial: int UnitType +wangdaye.com.geometricweather.R$attr: int tabSelectedTextColor +android.didikee.donate.R$color: int abc_tint_default +okhttp3.internal.http2.Http2Connection$Builder: okio.BufferedSink sink +okhttp3.Response$Builder: Response$Builder() +com.xw.repo.bubbleseekbar.R$attr: int listDividerAlertDialog +james.adaptiveicon.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow +com.turingtechnologies.materialscrollbar.R$string: int mtrl_chip_close_icon_content_description +com.google.android.material.R$styleable: int TextInputLayout_errorContentDescription +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_36 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String level +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner +com.google.android.material.R$styleable: int ConstraintSet_motionStagger +androidx.appcompat.widget.AppCompatRadioButton: android.content.res.ColorStateList getSupportBackgroundTintList() +com.amap.api.location.AMapLocationClientOption$1: java.lang.Object createFromParcel(android.os.Parcel) +okio.BufferedSource: short readShortLe() +androidx.constraintlayout.widget.R$string: int abc_searchview_description_voice +com.tencent.bugly.crashreport.CrashReport$WebViewInterface: java.lang.String getUrl() +okhttp3.CacheControl: int minFreshSeconds +androidx.preference.DropDownPreference +com.google.android.material.R$dimen: int mtrl_calendar_title_baseline_to_top +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult: AccuDailyResult() +wangdaye.com.geometricweather.R$attr: int preferenceInformationStyle +androidx.constraintlayout.widget.R$dimen: int abc_text_size_body_2_material +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_android_enabled +androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_Solid +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.Long id +androidx.preference.R$styleable: int BackgroundStyle_selectableItemBackground +james.adaptiveicon.R$styleable: int MenuItem_iconTint +com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.reflect.Type rawType +com.tencent.bugly.crashreport.biz.UserInfoBean: java.util.Map s +james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarSplitStyle +wangdaye.com.geometricweather.R$string: int feedback_live_wallpaper_weather_kind +com.google.android.material.R$layout: int test_toolbar_elevation +james.adaptiveicon.R$styleable: int MenuView_android_itemBackground +cyanogenmod.weatherservice.ServiceRequestResult: cyanogenmod.weather.WeatherInfo mWeatherInfo +androidx.transition.R$id: int transition_layout_save +cyanogenmod.externalviews.IExternalViewProvider$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +wangdaye.com.geometricweather.R$color: int design_dark_default_color_surface +cyanogenmod.weatherservice.WeatherProviderService: void onRequestCancelled(cyanogenmod.weatherservice.ServiceRequest) +wangdaye.com.geometricweather.R$attr: int toolbarNavigationButtonStyle +wangdaye.com.geometricweather.R$dimen: int mtrl_slider_halo_radius +com.xw.repo.bubbleseekbar.R$attr: int bsb_second_track_size +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorSwitchThumbNormal +com.tencent.bugly.crashreport.common.info.b: java.lang.String g(android.content.Context) +wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Content +com.bumptech.glide.MemoryCategory: float multiplier +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.HourlyEntity) +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit getInstance(java.lang.String) +com.tencent.bugly.crashreport.CrashReport: void setHandleNativeCrashInJava(boolean) +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: void dispose() +androidx.constraintlayout.widget.R$drawable: int abc_list_divider_mtrl_alpha +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_goneMarginEnd +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Imperial Imperial +androidx.preference.R$style: int TextAppearance_Compat_Notification_Time +cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy: IAppSuggestManager$Stub$Proxy(android.os.IBinder) +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WeatherCode +android.didikee.donate.R$attr: int subMenuArrow +com.google.android.material.R$attr: int customIntegerValue +com.google.android.material.tabs.TabLayout: int getTabIndicatorGravity() +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: java.lang.String getPressureText(android.content.Context,float) +androidx.appcompat.view.menu.ListMenuItemView: void setSubMenuArrowVisible(boolean) +androidx.viewpager.R$attr: int alpha +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Title_Inverse +com.xw.repo.bubbleseekbar.R$style: int Platform_V21_AppCompat_Light +retrofit2.OkHttpCall$NoContentResponseBody: okhttp3.MediaType contentType() +androidx.customview.R$styleable: int FontFamilyFont_android_fontVariationSettings james.adaptiveicon.R$styleable: int[] ActivityChooserView -androidx.preference.R$styleable: int AppCompatTextView_drawableStartCompat -wangdaye.com.geometricweather.R$attr: int textAppearancePopupMenuHeader -com.jaredrummler.android.colorpicker.R$styleable: int CompoundButton_buttonCompat -androidx.preference.R$dimen: int notification_action_icon_size -retrofit2.RequestBuilder: okhttp3.Request$Builder get() -com.jaredrummler.android.colorpicker.R$drawable: int abc_text_cursor_material -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dropdownitem_text_padding_right -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintRight_toLeftOf -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_horizontalStyle -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Body2 -androidx.constraintlayout.widget.R$styleable: int SearchView_layout -wangdaye.com.geometricweather.R$drawable: int ic_water_percent -wangdaye.com.geometricweather.R$drawable: int ic_search -com.google.android.material.R$styleable: int Constraint_android_translationZ -wangdaye.com.geometricweather.R$string: int password_toggle_content_description -wangdaye.com.geometricweather.R$dimen: int mtrl_navigation_elevation -androidx.preference.R$styleable: int Preference_layout -wangdaye.com.geometricweather.R$styleable: int Constraint_android_maxHeight -com.jaredrummler.android.colorpicker.R$attr: int preserveIconSpacing -okio.ByteString: int decodeHexDigit(char) -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getOverlayThemePackageName() -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Humidity: MfForecastResult$DailyForecast$Humidity() -com.google.android.material.R$attr: int deltaPolarAngle -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: java.lang.String mslp -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float thunderstormPrecipitationProbability -wangdaye.com.geometricweather.R$attr: int boxCornerRadiusBottomStart -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse -android.didikee.donate.R$id: int search_button -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription(org.reactivestreams.Subscriber,androidx.lifecycle.LifecycleOwner,androidx.lifecycle.LiveData) -androidx.swiperefreshlayout.R$styleable: R$styleable() -cyanogenmod.app.ProfileManager: void updateProfile(cyanogenmod.app.Profile) -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.String getWeatherText() -com.github.rahatarmanahmed.cpv.R$attr: int cpv_animDuration -android.didikee.donate.R$styleable: int AppCompatTheme_colorAccent -androidx.appcompat.R$style: int TextAppearance_Compat_Notification_Info -james.adaptiveicon.R$attr: int customNavigationLayout -com.google.android.material.R$styleable: int StateSet_defaultState -io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,long) -io.reactivex.internal.schedulers.ScheduledRunnable: ScheduledRunnable(java.lang.Runnable,io.reactivex.internal.disposables.DisposableContainer) -com.amap.api.location.AMapLocationClientOption: boolean l -com.google.android.material.R$attr: int fastScrollHorizontalTrackDrawable -io.reactivex.internal.operators.observable.ObserverResourceWrapper: boolean isDisposed() -okhttp3.internal.cache.DiskLruCache$3: void remove() -io.reactivex.Observable: io.reactivex.Observable mergeDelayError(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$TotalLiquid: double Value -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_prefixText -wangdaye.com.geometricweather.R$string: int total -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TimePicker_Display_TextInputEditText -okhttp3.internal.ws.RealWebSocket: java.lang.String key -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_firstVerticalBias -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_maxLines +androidx.constraintlayout.widget.R$styleable: int Constraint_android_minHeight +android.didikee.donate.R$dimen: int abc_dialog_min_width_major +okhttp3.internal.tls.OkHostnameVerifier: boolean verify(java.lang.String,javax.net.ssl.SSLSession) +wangdaye.com.geometricweather.R$string: int abc_action_menu_overflow_description +androidx.constraintlayout.widget.R$dimen: int abc_list_item_height_small_material +com.google.android.material.datepicker.CompositeDateValidator: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$drawable: int abc_text_select_handle_middle_mtrl_light +android.didikee.donate.R$attr: int actionBarItemBackground +com.google.android.material.R$attr: int tabRippleColor +androidx.cardview.widget.CardView: int getContentPaddingLeft() +androidx.appcompat.R$color: int secondary_text_disabled_material_dark +com.google.android.material.R$styleable: int[] ActionMode +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: java.lang.Throwable error okhttp3.internal.tls.OkHostnameVerifier: java.util.List allSubjectAltNames(java.security.cert.X509Certificate) -io.reactivex.Observable: io.reactivex.Observable scanWith(java.util.concurrent.Callable,io.reactivex.functions.BiFunction) -com.google.android.material.R$string: int mtrl_picker_range_header_unselected -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: java.lang.String country -androidx.appcompat.widget.SearchView: int getPreferredWidth() -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_android_enabled -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property ThunderstormPrecipitation -androidx.appcompat.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable -com.jaredrummler.android.colorpicker.R$id: int transparency_text -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: java.lang.String getValue() -com.google.android.material.R$attr: int indicatorType -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.Temperature temperature -androidx.hilt.work.R$id: int dialog_button -androidx.vectordrawable.animated.R$id: int blocking -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: io.reactivex.ObservableSource bufferOpen -wangdaye.com.geometricweather.R$styleable: int AppBarLayoutStates_state_collapsed -wangdaye.com.geometricweather.R$styleable: int PreferenceGroup_orderingFromXml -com.google.android.material.bottomnavigation.BottomNavigationItemView: BottomNavigationItemView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$string: int abc_menu_shift_shortcut_label -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_ratingBarStyleIndicator -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean get(int) -com.amap.api.location.AMapLocation: java.lang.String getCoordType() -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Chip -cyanogenmod.app.Profile$ProfileTrigger: java.lang.String mName -android.didikee.donate.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem -cyanogenmod.profiles.LockSettings -androidx.constraintlayout.widget.R$interpolator: R$interpolator() -androidx.core.R$id: int icon_group -androidx.constraintlayout.widget.R$drawable: int abc_list_focused_holo -com.jaredrummler.android.colorpicker.R$attr: int actionBarDivider -com.turingtechnologies.materialscrollbar.R$styleable: int MenuGroup_android_menuCategory -androidx.preference.R$styleable: int SwitchPreference_android_summaryOff -com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat_Dialog -cyanogenmod.hardware.CMHardwareManager: int getVibratorWarningIntensity() -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_WITH_3DES_EDE_CBC_SHA -cyanogenmod.app.Profile: cyanogenmod.app.ProfileGroup getProfileGroup(java.util.UUID) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_113 -androidx.loader.R$styleable: int[] ColorStateListItem -okhttp3.Dispatcher: Dispatcher() -okhttp3.Response$Builder: okhttp3.Handshake handshake -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_AES_128_CBC_SHA -okhttp3.internal.Util: int delimiterOffset(java.lang.String,int,int,java.lang.String) -retrofit2.CompletableFutureCallAdapterFactory -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: java.util.concurrent.atomic.AtomicLong requested -wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView -com.turingtechnologies.materialscrollbar.R$color: int mtrl_tabs_legacy_text_color_selector -androidx.preference.R$attr: int textAppearanceListItemSecondary -okio.Buffer: int readInt() -androidx.appcompat.R$style: int Base_Theme_AppCompat_Light_DarkActionBar -com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Light_Bridge -androidx.drawerlayout.R$attr: R$attr() -com.google.android.material.R$attr: int transitionShapeAppearance -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer ragweedIndex -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TabLayout_Colored -androidx.preference.R$id: int search_bar -com.xw.repo.bubbleseekbar.R$anim: int abc_slide_out_bottom -com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String d -androidx.vectordrawable.R$id: int accessibility_custom_action_2 -wangdaye.com.geometricweather.settings.fragments.ServiceProviderSettingsFragment: void setOnWeatherSourceChangedListener(wangdaye.com.geometricweather.settings.fragments.ServiceProviderSettingsFragment$OnWeatherSourceChangedListener) -androidx.preference.R$id: int accessibility_custom_action_22 -cyanogenmod.app.ProfileManager: void removeNotificationGroup(android.app.NotificationGroup) -androidx.lifecycle.ReportFragment: void onActivityCreated(android.os.Bundle) -okhttp3.Challenge: okhttp3.Challenge withCharset(java.nio.charset.Charset) -com.google.android.material.R$attr: int chipStyle -wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_light_pressed -androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_elevation -okhttp3.internal.cache.DiskLruCache: java.util.Iterator snapshots() -okhttp3.internal.ws.WebSocketReader: void readHeader() -androidx.hilt.R$id: int fragment_container_view_tag -wangdaye.com.geometricweather.R$styleable: int Preference_android_key -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarViewPager: FitSystemBarViewPager(android.content.Context) -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_customNavigationLayout -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: io.reactivex.Observer downstream -com.xw.repo.bubbleseekbar.R$color: int abc_primary_text_material_light -androidx.legacy.coreutils.R$layout: R$layout() -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: ObservableReplay$ReplayObserver(io.reactivex.internal.operators.observable.ObservableReplay$ReplayBuffer) -com.tencent.bugly.proguard.al: al() -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_7 -androidx.vectordrawable.R$color -com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setIconTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$attr: int bsb_seek_step_section -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA -cyanogenmod.weather.WeatherInfo: double access$702(cyanogenmod.weather.WeatherInfo,double) -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_content_inset_with_nav -androidx.hilt.work.R$color: int notification_action_color_filter -wangdaye.com.geometricweather.R$styleable: int StateListDrawable_android_enterFadeDuration -androidx.lifecycle.LiveData: LiveData() -com.google.android.material.R$color: int button_material_dark -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.Long getId() -android.didikee.donate.R$attr: int actionBarSplitStyle -androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_rotationX -wangdaye.com.geometricweather.settings.dialogs.TimeSetterDialog: TimeSetterDialog() -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_toolbarStyle -cyanogenmod.weather.CMWeatherManager$2$2: CMWeatherManager$2$2(cyanogenmod.weather.CMWeatherManager$2,cyanogenmod.weather.CMWeatherManager$LookupCityRequestListener,int,java.util.List) -com.bumptech.glide.integration.okhttp.R$dimen: int compat_notification_large_icon_max_height -okhttp3.internal.http2.Hpack: int PREFIX_6_BITS -okio.Utf8 -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_13 -com.amap.api.location.AMapLocationClientOption: android.os.Parcelable$Creator CREATOR -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_DrawerArrowToggle -android.didikee.donate.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -com.google.android.material.bottomnavigation.BottomNavigationItemView: androidx.appcompat.view.menu.MenuItemImpl getItemData() -androidx.hilt.lifecycle.R$id: int notification_background -com.google.android.material.R$styleable: int ConstraintSet_android_id -androidx.constraintlayout.widget.R$attr: int dragScale -androidx.appcompat.R$id: int action_text -androidx.loader.R$layout: int notification_template_custom_big -wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_text_disabled -james.adaptiveicon.R$attr: int windowFixedWidthMinor -com.google.android.material.R$styleable: int[] KeyAttribute -okhttp3.internal.ws.RealWebSocket: void onReadMessage(java.lang.String) -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setBackgroundDrawable(android.graphics.drawable.Drawable) -com.tencent.bugly.proguard.v: com.tencent.bugly.crashreport.common.strategy.a g -com.google.android.material.R$styleable: int ConstraintSet_flow_horizontalBias -wangdaye.com.geometricweather.R$attr: int flow_firstHorizontalStyle -wangdaye.com.geometricweather.R$styleable: int ScrimInsetsFrameLayout_insetForeground -okhttp3.internal.http.HttpHeaders: boolean varyMatches(okhttp3.Response,okhttp3.Headers,okhttp3.Request) -wangdaye.com.geometricweather.R$id: int circle -wangdaye.com.geometricweather.R$id: int dark -androidx.constraintlayout.widget.Guideline -com.turingtechnologies.materialscrollbar.R$layout: int abc_list_menu_item_icon -wangdaye.com.geometricweather.R$string: int snow -com.google.android.material.circularreveal.CircularRevealFrameLayout: android.graphics.drawable.Drawable getCircularRevealOverlayDrawable() -androidx.vectordrawable.R$style: int TextAppearance_Compat_Notification_Line2 -com.google.android.material.circularreveal.CircularRevealFrameLayout: void setCircularRevealScrimColor(int) -okhttp3.HttpUrl: java.lang.String canonicalize(java.lang.String,java.lang.String,boolean,boolean,boolean,boolean) -wangdaye.com.geometricweather.R$attr: int defaultValue -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: void onComplete() -androidx.appcompat.R$id: int search_plate -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle -androidx.preference.R$styleable: int AppCompatTextView_textAllCaps -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_endIconDrawable -com.google.android.material.internal.ScrimInsetsFrameLayout: void setDrawTopInsetForeground(boolean) -androidx.dynamicanimation.R$styleable: int FontFamilyFont_fontStyle -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator -com.tencent.bugly.proguard.ak: java.util.Map h -androidx.viewpager.R$dimen: int notification_right_icon_size -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_draggable -com.jaredrummler.android.colorpicker.R$color: int secondary_text_default_material_light -androidx.hilt.R$styleable: int FontFamily_fontProviderAuthority -com.baidu.location.d.a$a -androidx.fragment.R$layout: int notification_template_custom_big -okhttp3.internal.Util: Util() -androidx.hilt.lifecycle.R$dimen -com.tencent.bugly.proguard.i: byte[] c(int,boolean) -io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: long serialVersionUID -androidx.constraintlayout.widget.R$styleable: int KeyPosition_percentY -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeRealFeelTemperature(java.lang.Integer) -wangdaye.com.geometricweather.db.entities.LocationEntityDao: boolean isEntityUpdateable() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Display1 -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: boolean isDisposed() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeWetBulbTemperature -wangdaye.com.geometricweather.R$attr: int transitionPathRotate -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_background -wangdaye.com.geometricweather.remoteviews.config.ClockDayHorizontalWidgetConfigActivity: ClockDayHorizontalWidgetConfigActivity() -androidx.appcompat.R$drawable: int abc_list_selector_holo_dark -com.google.android.material.R$dimen: int abc_text_size_menu_material -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_icon_1 -com.google.android.material.R$id: int aligned -com.amap.api.location.LocationManagerBase: void stopLocation() -androidx.lifecycle.ProcessLifecycleOwner: int mResumedCounter -com.google.android.material.R$attr: int cardMaxElevation -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid -androidx.activity.R$id: int accessibility_custom_action_11 -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: java.util.concurrent.atomic.AtomicReference upstream -wangdaye.com.geometricweather.settings.dialogs.WechatDonateDialog: WechatDonateDialog() -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List dailyEntityList -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd -com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_singleLine -androidx.preference.R$id: int accessibility_custom_action_24 -com.google.android.material.R$styleable: int ActionBarLayout_android_layout_gravity -wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_dayNightTypeContainer -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_lastVerticalBias -androidx.hilt.R$id: int accessibility_custom_action_21 -com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat_Dialog_Alert -wangdaye.com.geometricweather.R$id: int on -com.google.android.material.slider.RangeSlider: void setThumbStrokeWidthResource(int) -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Button_Small -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setOffset(boolean) -okhttp3.Response$Builder: okhttp3.Response$Builder receivedResponseAtMillis(long) -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String getPrecipitationTextWithoutUnit(float) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String src -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleMarginTop -com.tencent.bugly.crashreport.crash.CrashDetailBean: byte[] T -com.jaredrummler.android.colorpicker.R$attr: int actionBarWidgetTheme -android.didikee.donate.R$styleable: int AppCompatTheme_tooltipForegroundColor -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderLayout -androidx.constraintlayout.widget.R$color: int primary_text_disabled_material_dark -android.didikee.donate.R$attr: int singleChoiceItemLayout -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: int INTERRUPTED -wangdaye.com.geometricweather.R$color: int mtrl_btn_text_btn_ripple_color -com.tencent.bugly.crashreport.common.info.AppInfo: AppInfo() -okhttp3.ConnectionPool$1: ConnectionPool$1(okhttp3.ConnectionPool) -james.adaptiveicon.R$style: int Widget_AppCompat_ProgressBar_Horizontal -androidx.preference.R$attr: int searchIcon -retrofit2.RequestFactory$Builder: java.lang.String httpMethod -androidx.constraintlayout.widget.R$drawable: int notification_tile_bg -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionBar -android.didikee.donate.R$style: int Widget_AppCompat_ProgressBar -okio.SegmentPool: SegmentPool() -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored -com.tencent.bugly.crashreport.common.info.b: boolean i(android.content.Context) -androidx.constraintlayout.widget.R$bool: R$bool() -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void onError(java.lang.Throwable) -com.tencent.bugly.crashreport.crash.jni.a -okhttp3.internal.http2.Http2Connection$Listener -io.reactivex.exceptions.CompositeException: java.lang.String getMessage() -androidx.constraintlayout.widget.R$attr: int sizePercent -com.google.android.material.R$styleable: int MockView_mock_showLabel -androidx.dynamicanimation.R$styleable: int FontFamilyFont_android_font -james.adaptiveicon.R$styleable: int[] RecycleListView -wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_height -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1: void onFailed() -com.google.android.material.R$layout: int notification_action -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_Dialog_MinWidth -wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_handleColor -james.adaptiveicon.R$attr: int titleTextStyle -com.jaredrummler.android.colorpicker.R$attr: int cpv_alphaChannelText -com.jaredrummler.android.colorpicker.R$drawable: int abc_textfield_search_activated_mtrl_alpha -com.google.gson.stream.JsonReader: int PEEKED_NUMBER -androidx.fragment.R$layout: R$layout() -androidx.constraintlayout.widget.R$layout: int abc_expanded_menu_layout -android.didikee.donate.R$styleable: int SearchView_closeIcon -androidx.swiperefreshlayout.R$id: int tag_unhandled_key_listeners -com.google.android.material.textfield.TextInputLayout: void setCounterEnabled(boolean) -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Body1 -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup -androidx.drawerlayout.R$style: int TextAppearance_Compat_Notification_Time -android.didikee.donate.R$style: int TextAppearance_AppCompat_Subhead -com.google.android.material.R$style: int Theme_AppCompat_NoActionBar -androidx.appcompat.R$attr: int textColorAlertDialogListItem -androidx.appcompat.view.menu.ExpandedMenuView: ExpandedMenuView(android.content.Context,android.util.AttributeSet,int) -okhttp3.internal.http2.Http2Connection: long degradedPongsReceived -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: void a(boolean) -okio.SegmentedByteString: java.nio.ByteBuffer asByteBuffer() -cyanogenmod.externalviews.KeyguardExternalView$2: void slideLockscreenIn() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowFixedHeightMajor -cyanogenmod.weatherservice.ServiceRequestResult$Builder: ServiceRequestResult$Builder() -androidx.appcompat.widget.LinearLayoutCompat: int getShowDividers() -wangdaye.com.geometricweather.main.utils.MainPalette -com.turingtechnologies.materialscrollbar.R$color: int design_default_color_primary -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: double HoursOfSnow -cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: java.lang.String getInterfaceDescriptor() -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_scaleY -wangdaye.com.geometricweather.R$anim: int fragment_fast_out_extra_slow_in -androidx.hilt.work.R$id: int right_side -androidx.fragment.R$id -cyanogenmod.providers.CMSettings$NameValueCache: java.lang.String mVersionSystemProperty -com.xw.repo.bubbleseekbar.R$color: int abc_tint_switch_track -androidx.appcompat.R$layout: int select_dialog_multichoice_material -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getAqiText() -cyanogenmod.providers.CMSettings$DelimitedListValidator: boolean validate(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int[] Layout -io.reactivex.internal.queue.SpscArrayQueue: java.util.concurrent.atomic.AtomicLong producerIndex -androidx.preference.R$style: int Preference_Material -wangdaye.com.geometricweather.R$styleable: int[] PreferenceTheme -androidx.lifecycle.ReportFragment$LifecycleCallbacks -io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: void onComplete() -com.amap.api.fence.PoiItem: java.lang.String getPoiName() -retrofit2.OkHttpCall$ExceptionCatchingResponseBody: OkHttpCall$ExceptionCatchingResponseBody(okhttp3.ResponseBody) -james.adaptiveicon.R$styleable: int TextAppearance_android_textColorHint -com.google.android.material.floatingactionbutton.FloatingActionButton: void setUseCompatPadding(boolean) -com.jaredrummler.android.colorpicker.R$drawable: int abc_list_focused_holo -io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: io.reactivex.Observer downstream -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_pivotY -retrofit2.ParameterHandler$HeaderMap: retrofit2.Converter valueConverter -okio.Buffer$2: void close() -androidx.legacy.coreutils.R$attr: int ttcIndex -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float getNO2() -retrofit2.Utils$GenericArrayTypeImpl -com.xw.repo.bubbleseekbar.R$attr: int bsb_thumb_text_color -com.google.android.material.R$styleable: int MenuItem_iconTintMode -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_switchMinWidth -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: void setUnit(java.lang.String) -com.jaredrummler.android.colorpicker.R$dimen: int notification_big_circle_margin -com.amap.api.fence.GeoFence: java.util.List getPointList() -com.google.android.material.R$attr: int actionBarPopupTheme -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.Wind getWind() -okio.RealBufferedSink: okio.BufferedSink write(okio.ByteString) -cyanogenmod.providers.CMSettings$Secure: java.lang.String THEME_PREV_BOOT_API_LEVEL -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure measure -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial -wangdaye.com.geometricweather.R$id: int activity_widget_config_cardAlphaContainer -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_framePosition -retrofit2.RequestBuilder: java.lang.String canonicalizeForPath(java.lang.String,boolean) -com.jaredrummler.android.colorpicker.ColorPreferenceCompat: ColorPreferenceCompat(android.content.Context,android.util.AttributeSet) -androidx.appcompat.resources.R$attr: int alpha -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void dispose() -wangdaye.com.geometricweather.db.entities.DailyEntity -androidx.preference.R$id: int accessibility_custom_action_25 -cyanogenmod.hardware.CMHardwareManager: int getVibratorDefaultIntensity() -androidx.preference.R$drawable: int abc_scrubber_track_mtrl_alpha -androidx.fragment.app.BackStackRecord: void setOnStartPostponedListener(androidx.fragment.app.Fragment$OnStartEnterTransitionListener) -com.google.android.material.R$color: int primary_material_light -james.adaptiveicon.R$color: int material_grey_300 -androidx.hilt.R$id: int tag_transition_group -android.didikee.donate.R$dimen: int abc_control_padding_material -com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getBoxStrokeErrorColor() -com.google.android.material.R$dimen: int mtrl_textinput_box_stroke_width_focused -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float getPM10() -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_25 -okhttp3.internal.cache.CacheStrategy$Factory: long sentRequestMillis -cyanogenmod.app.ICMStatusBarManager$Stub: ICMStatusBarManager$Stub() -com.xw.repo.bubbleseekbar.R$id: int search_bar -androidx.constraintlayout.widget.R$styleable: int Toolbar_contentInsetStartWithNavigation -androidx.appcompat.resources.R$styleable: int GradientColorItem_android_offset -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Visibility -wangdaye.com.geometricweather.R$string: int common_google_play_services_notification_channel_name -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void onComplete() -wangdaye.com.geometricweather.R$styleable: int ShapeableImageView_strokeColor -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle -android.didikee.donate.R$styleable: int ActionBar_icon -com.xw.repo.bubbleseekbar.R$dimen: int abc_alert_dialog_button_dimen -com.turingtechnologies.materialscrollbar.R$attr: int tintMode -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -com.google.android.material.R$style: int TextAppearance_AppCompat_Body2 -com.google.android.material.R$id: int accessibility_custom_action_3 -androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerView$OnFlingListener getOnFlingListener() -com.amap.api.location.AMapLocationClientOption: boolean q -androidx.appcompat.R$styleable: int AppCompatTheme_checkedTextViewStyle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure Pressure -wangdaye.com.geometricweather.R$attr: int motionTarget -okhttp3.internal.cache.DiskLruCache$3 -cyanogenmod.weather.RequestInfo: RequestInfo() -cyanogenmod.app.ProfileGroup$Mode: ProfileGroup$Mode(java.lang.String,int) -com.turingtechnologies.materialscrollbar.R$color: int material_blue_grey_800 -okhttp3.FormBody$Builder: okhttp3.FormBody$Builder addEncoded(java.lang.String,java.lang.String) -com.google.android.material.R$style: int Widget_MaterialComponents_BottomNavigationView_PrimarySurface -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionBar_TabBar -com.xw.repo.bubbleseekbar.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 -androidx.viewpager2.R$styleable: int RecyclerView_reverseLayout -wangdaye.com.geometricweather.R$xml: int cm_weather_provider_options -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer confidence -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dropDownListViewStyle -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: java.lang.String Phrase_60 -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_firstVerticalBias -androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customIntegerValue -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight -retrofit2.Utils$WildcardTypeImpl: int hashCode() -com.amap.api.fence.PoiItem: java.lang.String d -wangdaye.com.geometricweather.R$styleable: int[] Constraint -wangdaye.com.geometricweather.R$id: int container_main_sun_moon_sunContainer -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModePopupWindowStyle -com.google.android.material.R$style: int TextAppearance_Design_Counter_Overflow -cyanogenmod.weather.WeatherInfo$Builder: java.lang.String mCity -androidx.vectordrawable.animated.R$id: int action_text -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragment_android_layout -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_homeLayout -james.adaptiveicon.R$dimen: int abc_text_size_large_material -wangdaye.com.geometricweather.R$styleable: int MaterialCardView_rippleColor -com.google.android.material.slider.RangeSlider: float getThumbElevation() -androidx.viewpager.R$styleable: int ColorStateListItem_android_color -androidx.appcompat.R$styleable: int Toolbar_titleMarginStart -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature RealFeelTemperature -wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.Object readEntity(android.database.Cursor,int) -james.adaptiveicon.R$style: int Theme_AppCompat_Dialog_MinWidth -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_switchTextOff -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorBackgroundFloating -androidx.constraintlayout.widget.R$id: int center -com.jaredrummler.android.colorpicker.R$styleable: int[] MultiSelectListPreference -com.google.android.material.R$dimen: int notification_media_narrow_margin -com.xw.repo.bubbleseekbar.R$attr: int colorButtonNormal -okhttp3.internal.connection.StreamAllocation: java.net.Socket releaseIfNoNewStreams() -androidx.lifecycle.ServiceLifecycleDispatcher: android.os.Handler mHandler -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_trackTint -android.didikee.donate.R$attr: int dividerPadding -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric: AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric() -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_ratingBarStyleSmall -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_textColorLink -wangdaye.com.geometricweather.R$id: int material_clock_display -com.google.android.material.R$attr: int snackbarTextViewStyle -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: java.util.List toCardDisplayList(java.lang.String) -com.google.android.gms.common.server.converter.StringToIntConverter: android.os.Parcelable$Creator CREATOR -androidx.viewpager2.R$dimen: int compat_button_inset_horizontal_material -wangdaye.com.geometricweather.R$drawable: int notif_temp_107 -com.google.android.material.floatingactionbutton.FloatingActionButton: void setTranslationX(float) -androidx.constraintlayout.helper.widget.Layer: void setElevation(float) -io.reactivex.internal.functions.Functions$HashSetCallable: java.lang.Object call() -com.google.android.material.R$drawable: int material_ic_clear_black_24dp -com.google.android.material.R$id: int line1 -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: CNWeatherResult$HourlyForecast() -com.google.android.material.R$attr: int contentPadding -com.amap.api.location.AMapLocationListener: void onLocationChanged(com.amap.api.location.AMapLocation) -androidx.work.NetworkType: androidx.work.NetworkType UNMETERED -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableLeftCompat -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void dispose() -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog -wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog_Alert -com.tencent.bugly.proguard.ak: com.tencent.bugly.proguard.ah n -wangdaye.com.geometricweather.R$attr: int pressedTranslationZ -androidx.appcompat.widget.SwitchCompat: void setTrackResource(int) -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_checked -cyanogenmod.app.CMTelephonyManager: void setDataConnectionSelectedOnSub(int) -io.reactivex.internal.disposables.EmptyDisposable: void error(java.lang.Throwable,io.reactivex.SingleObserver) -io.reactivex.internal.subscribers.StrictSubscriber: io.reactivex.internal.util.AtomicThrowable error -cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String tag -wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setWeatherText(java.lang.String) -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_enabled -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: FlowableOnBackpressureDrop$BackpressureDropSubscriber(org.reactivestreams.Subscriber,io.reactivex.functions.Consumer) -com.xw.repo.bubbleseekbar.R$dimen: int notification_right_side_padding_top -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: ILiveLockScreenManagerProvider$Stub() -androidx.appcompat.R$styleable: int SearchView_defaultQueryHint +io.reactivex.internal.disposables.CancellableDisposable: long serialVersionUID +com.google.android.material.textfield.TextInputLayout: float getBoxCornerRadiusTopEnd() +com.bumptech.glide.integration.okhttp.R$styleable: int[] CoordinatorLayout +androidx.constraintlayout.widget.R$string: int abc_menu_shift_shortcut_label +com.google.android.material.R$attr: int chipIconEnabled +wangdaye.com.geometricweather.R$string: int key_clock_font +com.google.android.gms.location.ActivityTransitionResult +wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_2 +okhttp3.logging.LoggingEventListener: void dnsStart(okhttp3.Call,java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area$LastAction: java.lang.String Localized +androidx.appcompat.R$color: int abc_tint_spinner +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionButton_Overflow +retrofit2.Utils$ParameterizedTypeImpl: java.lang.reflect.Type rawType +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Display1 +androidx.appcompat.R$attr: int collapseContentDescription +androidx.customview.R$layout +com.tencent.bugly.crashreport.biz.a: android.content.Context a +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Display1 +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_MinWidth +wangdaye.com.geometricweather.R$drawable: int shortcuts_clear_day +com.google.android.material.R$attr: int snackbarStyle +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void onTimeout(long) +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void drain() +okhttp3.MediaType: java.lang.String type() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: int status +cyanogenmod.app.CustomTile$Builder: android.app.PendingIntent mOnLongClick +okio.GzipSource: GzipSource(okio.Source) +com.google.android.material.R$styleable: int Variant_region_widthMoreThan +android.didikee.donate.R$id: int action_bar_activity_content +com.baidu.location.BDLocation: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_CheckedTextView +com.google.android.material.R$attr: int minHeight +com.tencent.bugly.proguard.ap: java.lang.String d +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.util.Date date +androidx.loader.R$color: int secondary_text_default_material_light +com.google.android.material.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration +okhttp3.internal.http2.Hpack$Writer: void insertIntoDynamicTable(okhttp3.internal.http2.Header) +com.google.android.material.R$attr: int nestedScrollFlags +androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable: androidx.lifecycle.LifecycleRegistry mRegistry +com.jaredrummler.android.colorpicker.R$attr: int cpv_previewSize +com.turingtechnologies.materialscrollbar.R$id: int select_dialog_listview +retrofit2.RequestFactory: java.lang.String httpMethod +androidx.preference.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight +com.turingtechnologies.materialscrollbar.R$id: int action_mode_bar +wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_gapBetweenBars +androidx.coordinatorlayout.R$id: int accessibility_custom_action_14 +wangdaye.com.geometricweather.R$string: int settings_title_click_widget_to_refresh +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void onNext(java.lang.Object) +com.google.android.material.R$layout: int design_navigation_menu_item +androidx.appcompat.R$attr: int hideOnContentScroll +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title +com.google.android.material.R$styleable: int MenuGroup_android_menuCategory +androidx.appcompat.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: long serialVersionUID +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void removeInner(io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver) +retrofit2.Utils$GenericArrayTypeImpl: boolean equals(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$dimen: int cardview_default_elevation +com.xw.repo.bubbleseekbar.R$styleable: int[] ActivityChooserView +androidx.constraintlayout.widget.R$drawable: int notification_template_icon_bg +androidx.fragment.R$attr: int fontProviderFetchTimeout +retrofit2.RequestBuilder: okhttp3.RequestBody body +android.didikee.donate.R$styleable: int Spinner_android_prompt +androidx.core.R$dimen: int notification_big_circle_margin +com.google.android.material.R$style: int TextAppearance_AppCompat_Inverse +com.amap.api.fence.GeoFence: void setEnterTime(long) +androidx.preference.R$attr: int widgetLayout +com.google.android.material.R$styleable: int MenuItem_android_id +cyanogenmod.app.Profile$DozeMode +androidx.preference.R$attr: int colorControlNormal +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: java.lang.String type +okhttp3.internal.cache2.Relay: okio.Source newSource() wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_checkBoxPreferenceStyle -com.google.android.material.navigation.NavigationView -com.google.android.material.bottomsheet.BottomSheetBehavior: BottomSheetBehavior() -com.tencent.bugly.crashreport.common.info.PlugInBean: java.lang.String b -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_android_fontVariationSettings -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: java.lang.String getPubTime() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: int UVIndex -com.google.android.material.R$styleable: int TabLayout_tabBackground -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial: int UnitType -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse -com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_TabView -androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerView$EdgeEffectFactory getEdgeEffectFactory() -androidx.viewpager2.R$styleable: int FontFamilyFont_android_font -james.adaptiveicon.R$styleable: int LinearLayoutCompat_android_orientation -androidx.work.R$styleable: int FontFamilyFont_android_ttcIndex -com.xw.repo.bubbleseekbar.R$layout: int notification_action -androidx.appcompat.R$id: int accessibility_custom_action_5 -com.tencent.bugly.proguard.aj: void a(com.tencent.bugly.proguard.j) -com.tencent.bugly.crashreport.crash.h5.H5JavaScriptInterface: H5JavaScriptInterface() -cyanogenmod.providers.CMSettings$Global: java.lang.String POWER_NOTIFICATIONS_RINGTONE -android.didikee.donate.R$integer: R$integer() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Imperial: double Value -androidx.appcompat.widget.ActionMenuView: void setOverflowReserved(boolean) -androidx.constraintlayout.widget.R$attr: int tooltipForegroundColor -com.xw.repo.bubbleseekbar.R$attr: int autoSizeTextType -wangdaye.com.geometricweather.R$styleable: int SearchView_queryHint -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIndicatorGravity -okhttp3.internal.http.StatusLine: int HTTP_CONTINUE -androidx.loader.R$dimen -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeRealFeelTemperature() -androidx.preference.R$style: int Base_Widget_AppCompat_SearchView_ActionBar -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintLeft_toLeftOf -androidx.loader.R$id: int line1 -wangdaye.com.geometricweather.R$attr: int chipStrokeColor -com.tencent.bugly.proguard.p: int a(java.lang.String,java.lang.String,java.lang.String[],com.tencent.bugly.proguard.o,boolean) -androidx.constraintlayout.widget.R$styleable: int MenuGroup_android_menuCategory -com.amap.api.fence.GeoFenceManagerBase +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_linearSeamless +wangdaye.com.geometricweather.R$id: int widget_trend_hourly_item_5 +androidx.preference.R$anim: int abc_grow_fade_in_from_bottom +io.reactivex.Observable: io.reactivex.Observable concatArrayEager(io.reactivex.ObservableSource[]) +cyanogenmod.externalviews.IExternalViewProvider: void alterWindow(int,int,int,int,boolean,android.graphics.Rect) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric: java.lang.String Unit +wangdaye.com.geometricweather.R$color: int design_dark_default_color_on_surface +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation +cyanogenmod.themes.ThemeManager$ThemeChangeListener +androidx.hilt.lifecycle.R$attr: int fontProviderQuery +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxBackgroundColor +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Body1 +com.google.android.material.R$styleable: int Spinner_popupTheme +com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_MinWidth +james.adaptiveicon.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless +james.adaptiveicon.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog +cyanogenmod.app.CustomTileListenerService +androidx.dynamicanimation.R$dimen: int compat_notification_large_icon_max_width +okio.SegmentPool: SegmentPool() +cyanogenmod.externalviews.ExternalView$2: int val$x +wangdaye.com.geometricweather.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_0 +okio.BufferedSource: java.lang.String readUtf8() +androidx.loader.R$styleable: int GradientColor_android_endX +com.tencent.bugly.proguard.u: java.lang.Object t +wangdaye.com.geometricweather.R$layout: int test_reflow_chipgroup +wangdaye.com.geometricweather.R$anim: int x2_accelerate_interpolator +androidx.constraintlayout.widget.R$integer: R$integer() +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit K +androidx.work.R$id: int tag_accessibility_clickable_spans +com.google.android.material.R$styleable: int Constraint_layout_constraintHorizontal_weight +androidx.activity.R$id: int right_icon +com.jaredrummler.android.colorpicker.R$dimen: int abc_alert_dialog_button_bar_height +cyanogenmod.app.ThemeVersion$ComponentVersion: int getId() +okhttp3.HttpUrl: java.lang.String fragment() +wangdaye.com.geometricweather.R$attr: int showSeekBarValue +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_android_windowAnimationStyle +androidx.lifecycle.FullLifecycleObserverAdapter: androidx.lifecycle.FullLifecycleObserver mFullLifecycleObserver +androidx.preference.R$attr: int barLength +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_rotation +androidx.lifecycle.ViewModelProvider: androidx.lifecycle.ViewModel get(java.lang.String,java.lang.Class) +androidx.recyclerview.widget.RecyclerView: java.lang.CharSequence getAccessibilityClassName() +androidx.appcompat.R$styleable: int MenuView_android_itemTextAppearance +androidx.constraintlayout.widget.R$styleable: int[] LinearLayoutCompat_Layout +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintVertical_weight +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_passwordToggleTint +wangdaye.com.geometricweather.R$drawable: int abc_btn_radio_material +retrofit2.ParameterHandler$Query: void apply(retrofit2.RequestBuilder,java.lang.Object) +okhttp3.logging.LoggingEventListener: LoggingEventListener(okhttp3.logging.HttpLoggingInterceptor$Logger) +io.reactivex.internal.schedulers.ScheduledDirectPeriodicTask: void run() +wangdaye.com.geometricweather.R$drawable: int weather_haze_pixel +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: long serialVersionUID +wangdaye.com.geometricweather.R$styleable: int MenuGroup_android_orderInCategory +okio.BufferedSource: java.lang.String readString(long,java.nio.charset.Charset) +com.jaredrummler.android.colorpicker.ColorPickerView: int getPaddingBottom() +com.turingtechnologies.materialscrollbar.R$string: int fab_transformation_sheet_behavior +androidx.appcompat.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha +android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionButton +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: int INTERRUPTED +androidx.constraintlayout.widget.R$attr: int layout_goneMarginRight +cyanogenmod.app.ILiveLockScreenManagerProvider: boolean unregisterChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: void setType(java.lang.String) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setO3(java.lang.Float) +james.adaptiveicon.R$color: int background_material_dark +androidx.viewpager.R$styleable: int FontFamilyFont_android_fontWeight +com.jaredrummler.android.colorpicker.R$layout: int abc_popup_menu_header_item_layout +wangdaye.com.geometricweather.R$attr: int msb_autoHide +androidx.constraintlayout.widget.R$styleable: int TextAppearance_textAllCaps +okhttp3.EventListener: okhttp3.EventListener$Factory factory(okhttp3.EventListener) +androidx.recyclerview.widget.RecyclerView: RecyclerView(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.R$id: int action_bar +androidx.fragment.R$attr: int alpha +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintTag +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property PublishDate +com.turingtechnologies.materialscrollbar.R$styleable: int ActionMenuItemView_android_minWidth +androidx.constraintlayout.widget.R$styleable: int[] MockView +james.adaptiveicon.R$attr: int editTextStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean: java.util.List getBrands() +wangdaye.com.geometricweather.R$dimen: int daily_trend_item_height +okhttp3.OkHttpClient: java.util.List networkInterceptors +com.google.android.material.R$dimen: int mtrl_btn_hovered_z +cyanogenmod.weather.RequestInfo: cyanogenmod.weather.IRequestInfoListener getRequestListener() +com.tencent.bugly.proguard.z: byte[] b(int,byte[],byte[]) +wangdaye.com.geometricweather.R$attr: int cornerSizeTopLeft +cyanogenmod.app.CustomTile$ExpandedListItem: void setExpandedListItemSummary(java.lang.String) +com.google.android.material.R$attr: int counterTextAppearance +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Metric: java.lang.String Unit +wangdaye.com.geometricweather.R$attr: int spinBars +com.google.android.material.R$layout: int abc_cascading_menu_item_layout +cyanogenmod.os.Concierge$ParcelInfo: int mSizePosition +okhttp3.Dispatcher: boolean promoteAndExecute() +com.jaredrummler.android.colorpicker.R$styleable: int[] AppCompatSeekBar +wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setDbz(java.lang.Integer) +androidx.appcompat.R$dimen: int abc_text_size_button_material +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_BottomRightCut +com.tencent.bugly.crashreport.crash.c: com.tencent.bugly.crashreport.crash.c r +androidx.vectordrawable.R$dimen: int notification_action_text_size +androidx.constraintlayout.widget.R$color: int bright_foreground_material_dark +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Medium +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge +cyanogenmod.externalviews.KeyguardExternalView$3: boolean val$visible +androidx.coordinatorlayout.R$id: int accessibility_custom_action_5 +cyanogenmod.app.Profile$LockMode: int DISABLE +wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_allowCustom +wangdaye.com.geometricweather.R$string: int key_forecast_today_time +wangdaye.com.geometricweather.R$id: int source +retrofit2.http.OPTIONS: java.lang.String value() +android.didikee.donate.R$styleable: int SearchView_android_focusable +com.google.android.material.R$styleable: int CardView_cardElevation +wangdaye.com.geometricweather.R$dimen: int mtrl_card_checked_icon_margin +okhttp3.internal.http2.Huffman: void addCode(int,int,byte) +com.jaredrummler.android.colorpicker.R$attr: int colorPrimary +androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerView$ItemAnimator getItemAnimator() +com.google.android.material.R$attr: int multiChoiceItemLayout +androidx.preference.R$style: int Widget_AppCompat_ListMenuView +wangdaye.com.geometricweather.R$styleable: int Chip_showMotionSpec +android.didikee.donate.R$color: int abc_tint_spinner +okio.RealBufferedSink: okio.BufferedSink writeInt(int) +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor getInstance(java.lang.String) +okhttp3.internal.platform.Android10Platform: java.lang.String getSelectedProtocol(javax.net.ssl.SSLSocket) +androidx.customview.R$color: R$color() +okhttp3.internal.http.RealInterceptorChain: int writeTimeout +wangdaye.com.geometricweather.db.entities.WeatherEntity: wangdaye.com.geometricweather.db.entities.DaoSession daoSession +com.jaredrummler.android.colorpicker.R$attr: int titleMarginStart +com.google.android.material.R$animator: int mtrl_fab_hide_motion_spec +okhttp3.internal.connection.ConnectInterceptor +wangdaye.com.geometricweather.R$drawable: int notif_temp_92 +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setThunderstormPrecipitationProbability(java.lang.Float) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonStyleSmall +androidx.lifecycle.Transformations$1 +androidx.lifecycle.extensions.R$styleable: int FontFamily_fontProviderQuery +androidx.work.R$style: int TextAppearance_Compat_Notification_Title +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilityRain +android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle +okhttp3.internal.ws.RealWebSocket: okhttp3.Call call +com.google.android.gms.base.R$string: int common_google_play_services_wear_update_text +wangdaye.com.geometricweather.R$attr: int bottomSheetDialogTheme +okhttp3.CacheControl: int sMaxAgeSeconds() +cyanogenmod.app.ProfileManager: boolean profileExists(java.lang.String) +com.google.android.material.R$styleable: int TextInputLayout_boxStrokeWidthFocused +cyanogenmod.app.CustomTile$ExpandedGridItem: void setExpandedGridItemOnClickIntent(android.app.PendingIntent) +androidx.constraintlayout.widget.R$drawable: int abc_list_selector_background_transition_holo_dark +io.reactivex.Observable: io.reactivex.Observable takeLast(long,java.util.concurrent.TimeUnit) +androidx.constraintlayout.utils.widget.ImageFilterButton: void setContrast(float) +com.google.android.material.bottomappbar.BottomAppBar: int getBottomInset() +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title +james.adaptiveicon.R$style: int Widget_AppCompat_CompoundButton_RadioButton +wangdaye.com.geometricweather.R$drawable: int abc_cab_background_internal_bg +okio.HashingSource: HashingSource(okio.Source,java.lang.String) +com.google.android.material.R$dimen: int mtrl_extended_fab_bottom_padding +wangdaye.com.geometricweather.remoteviews.config.AbstractWidgetConfigActivity +cyanogenmod.hardware.ThermalListenerCallback$State: int STATE_UNKNOWN +com.tencent.bugly.proguard.ak: java.util.Map B +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_CONDITION +com.google.android.material.R$id: int wrap_content +androidx.preference.R$dimen: int abc_config_prefDialogWidth +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Item +com.amap.api.location.AMapLocation: java.lang.String getPoiName() +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionButton_Overflow +okio.Buffer$UnsafeCursor: int next() +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase moonPhase +com.amap.api.location.AMapLocationQualityReport: void setGpsStatus(int) +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Button +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_textAppearance +cyanogenmod.app.suggest.AppSuggestManager: java.lang.String TAG +androidx.preference.R$style: int Preference_SwitchPreferenceCompat_Material +androidx.preference.R$anim: int abc_tooltip_exit +com.google.android.material.floatingactionbutton.FloatingActionButton: void setCompatHoveredFocusedTranslationZResource(int) +wangdaye.com.geometricweather.R$attr: int textAppearancePopupMenuHeader +com.google.android.material.R$style: int TextAppearance_AppCompat_Title +retrofit2.RequestFactory$Builder: boolean gotQueryName +cyanogenmod.app.IProfileManager$Stub$Proxy: void resetAll() +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_marginEnd +okio.RealBufferedSource: int select(okio.Options) +android.didikee.donate.R$color: int foreground_material_dark +wangdaye.com.geometricweather.R$string: int mtrl_exceed_max_badge_number_content_description +wangdaye.com.geometricweather.common.ui.widgets.AnimatableIconView +androidx.constraintlayout.widget.R$attr: int minHeight +com.google.android.material.R$style: int Base_V21_Theme_AppCompat_Light +com.google.android.material.internal.CheckableImageButton: CheckableImageButton(android.content.Context) +androidx.activity.R$id: int italic +wangdaye.com.geometricweather.R$id: int widget_day_card +okio.Base64: java.lang.String encodeUrl(byte[]) +com.turingtechnologies.materialscrollbar.R$integer: int cancel_button_image_alpha +wangdaye.com.geometricweather.R$attr: int max +androidx.activity.R$dimen: int notification_subtext_size +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Small +wangdaye.com.geometricweather.R$attr: int layout_constraintBaseline_creator +com.google.android.material.R$styleable: int TabLayout_tabIndicatorColor +james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat_Light +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light_NoActionBar +okio.GzipSource: byte FHCRC +androidx.hilt.R$attr: int fontProviderAuthority +com.xw.repo.bubbleseekbar.R$style: int Base_V21_Theme_AppCompat +com.xw.repo.bubbleseekbar.R$attr: int navigationMode +cyanogenmod.app.Profile: boolean mStatusBarIndicator +com.google.android.material.R$color: int switch_thumb_disabled_material_light +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_min_width_minor +androidx.recyclerview.R$id: int accessibility_custom_action_31 +androidx.preference.R$attr: int titleMarginEnd +androidx.constraintlayout.widget.ConstraintLayout: void setMinWidth(int) +wangdaye.com.geometricweather.R$id: int progress +wangdaye.com.geometricweather.R$drawable: int weather_rain_mini_grey +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void onError(java.lang.Throwable) +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner +androidx.appcompat.R$attr: int searchIcon +androidx.transition.R$integer: int status_bar_notification_info_maxnum +james.adaptiveicon.R$attr: int titleMargin +com.jaredrummler.android.colorpicker.R$attr: int contentInsetStartWithNavigation +com.google.android.material.R$color: int switch_thumb_material_light +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_default +wangdaye.com.geometricweather.R$id: int content +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: java.lang.String WeatherText +androidx.preference.R$attr: int initialExpandedChildrenCount +com.google.android.material.timepicker.TimePickerView: TimePickerView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$color: int button_material_dark +okhttp3.internal.ws.RealWebSocket: okhttp3.internal.ws.WebSocketReader reader +com.xw.repo.bubbleseekbar.R$attr: int switchMinWidth +com.tencent.bugly.proguard.v: java.lang.String m +cyanogenmod.profiles.ConnectionSettings: ConnectionSettings(android.os.Parcel) +com.google.android.gms.common.R$integer: int google_play_services_version +wangdaye.com.geometricweather.R$attr: int radius_from +wangdaye.com.geometricweather.R$string: int settings_title_background_free +androidx.dynamicanimation.animation.SpringAnimation +com.google.android.material.chip.Chip: void setChipIconTintResource(int) +com.tencent.bugly.crashreport.common.info.a: java.lang.String Y +com.google.android.material.R$layout: int abc_action_bar_title_item +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: boolean isDisposed() +com.turingtechnologies.materialscrollbar.R$attr: int autoCompleteTextViewStyle +com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_TextInputLayout +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_percent +androidx.dynamicanimation.R$drawable: int notification_bg_low_pressed +androidx.transition.R$id: int actions +com.google.gson.internal.LinkedTreeMap: void removeInternal(com.google.gson.internal.LinkedTreeMap$Node,boolean) +wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider[] values() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric +wangdaye.com.geometricweather.R$attr: int backgroundTintMode +okhttp3.internal.http2.Http2Writer: void writeMedium(okio.BufferedSink,int) +com.google.android.material.R$dimen: int mtrl_alert_dialog_picker_background_inset +wangdaye.com.geometricweather.R$id: int notification_big_temp_2 +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_icon +okhttp3.internal.http2.Http2: java.lang.String[] FRAME_NAMES +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Button_Small +androidx.appcompat.R$styleable: int[] AnimatedStateListDrawableTransition +androidx.appcompat.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert +com.xw.repo.bubbleseekbar.R$string: int abc_searchview_description_query +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: io.reactivex.functions.Function itemTimeoutIndicator +com.amap.api.fence.GeoFenceManagerBase: void removeGeoFence() +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: boolean checkTerminated(boolean,boolean,org.reactivestreams.Subscriber) +androidx.core.R$id: int accessibility_custom_action_7 +com.jaredrummler.android.colorpicker.R$styleable: int[] TextAppearance +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse +retrofit2.http.DELETE +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource MF +androidx.legacy.coreutils.R$styleable: int GradientColor_android_endX +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: AtmoAuraQAResult$MultiDaysIndexs$MultiIndex() +wangdaye.com.geometricweather.R$attr: int editTextColor +com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_goneMarginLeft +com.google.android.material.R$attr: int autoSizeMinTextSize +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabInlineLabel +com.tencent.bugly.crashreport.crash.a: long a +com.google.android.material.R$styleable: int AppCompatTheme_homeAsUpIndicator +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_DayTextView +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.lang.String comment +wangdaye.com.geometricweather.R$menu +androidx.preference.R$attr: int enableCopying +wangdaye.com.geometricweather.R$animator: int weather_haze_1 +androidx.preference.R$styleable: int SwitchCompat_trackTintMode +wangdaye.com.geometricweather.R$id: int never +androidx.preference.R$styleable: int AnimatedStateListDrawableTransition_android_reversible +androidx.constraintlayout.widget.R$styleable: int[] ConstraintLayout_Layout +wangdaye.com.geometricweather.R$array: int pollen_units +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: void setFitSide(int) +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: ObservableRetryPredicate$RepeatObserver(io.reactivex.Observer,long,io.reactivex.functions.Predicate,io.reactivex.internal.disposables.SequentialDisposable,io.reactivex.ObservableSource) +okhttp3.Response$Builder: okhttp3.Request request +retrofit2.OkHttpCall$1: retrofit2.OkHttpCall this$0 +com.amap.api.location.UmidtokenInfo: java.lang.String b +androidx.preference.R$id: int search_close_btn +wangdaye.com.geometricweather.R$attr: int numericModifiers +okhttp3.internal.cache.CacheStrategy: okhttp3.Response cacheResponse +com.google.android.material.R$styleable: int Motion_drawPath +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_icon_btn_padding_left +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_PopupMenu +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarDivider +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse +com.google.android.material.R$style: int TextAppearance_Design_Hint +androidx.transition.R$style: int TextAppearance_Compat_Notification_Line2 +okhttp3.EventListener: void responseHeadersStart(okhttp3.Call) +com.google.android.material.R$dimen: int mtrl_calendar_selection_baseline_to_top_fullscreen +androidx.preference.R$layout: int abc_tooltip +com.turingtechnologies.materialscrollbar.R$styleable: int ViewBackgroundHelper_android_background +wangdaye.com.geometricweather.R$attr: int itemTextAppearanceActive +wangdaye.com.geometricweather.common.basic.models.weather.Base: java.lang.String cityId +com.google.android.material.R$styleable: int Layout_layout_constraintCircle +okhttp3.Challenge: java.util.Map authParams() +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: io.reactivex.Observer downstream +androidx.appcompat.resources.R$id: int accessibility_custom_action_17 +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: ObservableSampleWithObservable$SampleMainObserver(io.reactivex.Observer,io.reactivex.ObservableSource) +androidx.hilt.work.R$styleable: int GradientColor_android_centerX +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: java.lang.String getWeatherText() +androidx.appcompat.R$string: int abc_menu_function_shortcut_label +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: void setStatus(int) +com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_corner_radius_material +wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: java.lang.Integer angle +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_checkedTextViewStyle +com.jaredrummler.android.colorpicker.R$layout: int cpv_preference_square_large +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder shouldCollapsePanel(boolean) +com.google.android.material.R$style: int Base_V7_Theme_AppCompat +wangdaye.com.geometricweather.R$id: int cpv_color_image_view +com.google.android.material.R$attr: int itemStrokeColor +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setLevel(java.lang.String) +com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy[] values() +androidx.constraintlayout.widget.R$attr: int applyMotionScene +okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder onlyIfCached() +com.turingtechnologies.materialscrollbar.R$attr: int chipIconVisible +androidx.recyclerview.widget.RecyclerView: int getScrollState() +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Inverse +com.tencent.bugly.Bugly: java.lang.String[] b +com.jaredrummler.android.colorpicker.R$layout: int select_dialog_singlechoice_material +okio.AsyncTimeout: okio.Source source(okio.Source) +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: IKeyguardExternalViewProvider$Stub$Proxy(android.os.IBinder) +io.reactivex.internal.disposables.SequentialDisposable: void dispose() +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone: java.lang.Object NextOffsetChange +androidx.appcompat.R$styleable: int MenuItem_iconTint +okio.ByteString: java.lang.String hex() +androidx.recyclerview.R$dimen: int fastscroll_minimum_range +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle +io.reactivex.exceptions.OnErrorNotImplementedException +com.google.android.material.R$attr: int actionBarWidgetTheme +cyanogenmod.app.CustomTile$ExpandedStyle: int getStyle() +androidx.appcompat.R$styleable: int[] ButtonBarLayout +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setCityId(java.lang.String) +wangdaye.com.geometricweather.R$id: int chip3 +com.xw.repo.bubbleseekbar.R$styleable: int[] Spinner +androidx.recyclerview.R$id: int time +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Bridge +com.google.android.material.R$styleable: int MotionScene_layoutDuringTransition +androidx.coordinatorlayout.R$id: int accessibility_custom_action_11 +com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getTickTintList() +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: void onComplete() +com.google.android.material.R$styleable: int ForegroundLinearLayout_android_foregroundGravity +wangdaye.com.geometricweather.background.receiver.widget.AbstractWidgetProvider: AbstractWidgetProvider() +io.reactivex.internal.subscriptions.BasicQueueSubscription +wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_elevation +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: void onError(java.lang.Throwable) +com.tencent.bugly.crashreport.crash.a: boolean d +io.reactivex.Observable: io.reactivex.Observable concatMapMaybe(io.reactivex.functions.Function,int) +androidx.appcompat.widget.ViewStubCompat: void setInflatedId(int) +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_height +cyanogenmod.app.IProfileManager$Stub$Proxy: android.os.IBinder asBinder() +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode SNOW +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: long size +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarDivider +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_17 +androidx.preference.R$string: int abc_activity_chooser_view_see_all +androidx.appcompat.widget.LinearLayoutCompat: void setHorizontalGravity(int) +com.amap.api.fence.GeoFence: int STATUS_STAYED +com.google.android.material.imageview.ShapeableImageView: void setStrokeColor(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$styleable: int MaterialCheckBox_buttonTint +androidx.swiperefreshlayout.R$id: int dialog_button +androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_shadowRadius +androidx.preference.PreferenceGroup: void setOnExpandButtonClickListener(androidx.preference.PreferenceGroup$OnExpandButtonClickListener) +wangdaye.com.geometricweather.R$attr: int showPaths +io.reactivex.internal.util.NotificationLite: boolean isComplete(java.lang.Object) +okio.AsyncTimeout: void scheduleTimeout(okio.AsyncTimeout,long,boolean) +com.google.android.material.R$styleable: int TextInputLayout_helperTextEnabled +androidx.constraintlayout.widget.R$styleable: int[] MotionScene +android.didikee.donate.R$styleable: int[] ActionMenuView +james.adaptiveicon.R$styleable: int AppCompatTheme_dropDownListViewStyle +james.adaptiveicon.R$attr: int closeItemLayout +com.jaredrummler.android.colorpicker.R$dimen: int abc_control_inset_material +androidx.hilt.work.R$styleable: int FontFamilyFont_android_fontVariationSettings +com.google.android.material.R$styleable: int Constraint_android_layout_width +okhttp3.internal.cache.DiskLruCache: java.lang.String JOURNAL_FILE_TEMP +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: void setValue(java.lang.String) +androidx.vectordrawable.animated.R$dimen: int notification_main_column_padding_top +io.reactivex.internal.observers.ForEachWhileObserver: void dispose() +io.reactivex.internal.subscribers.StrictSubscriber: void onSubscribe(org.reactivestreams.Subscription) +wangdaye.com.geometricweather.R$id: int labeled +androidx.constraintlayout.widget.R$id: int middle +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_title_baseline_to_top +androidx.constraintlayout.widget.R$attr: int actionOverflowButtonStyle +com.tencent.bugly.crashreport.common.info.a: java.lang.String ar +com.tencent.bugly.crashreport.biz.b: void a() +com.amap.api.fence.GeoFence: int STATUS_OUT +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setPubTime(java.util.Date) +com.turingtechnologies.materialscrollbar.R$styleable: int MenuGroup_android_enabled +androidx.preference.R$styleable: int Toolbar_subtitleTextAppearance +okio.BufferedSource: long indexOf(byte,long,long) +com.google.android.material.R$id: int home +com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_adjustable +com.google.android.material.R$dimen: int abc_text_size_body_1_material +androidx.core.R$dimen: int compat_control_corner_material +retrofit2.CompletableFutureCallAdapterFactory$CallCancelCompletableFuture: retrofit2.Call call +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$RequestType mRequestType +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_27 +com.turingtechnologies.materialscrollbar.R$attr: int fontFamily +wangdaye.com.geometricweather.R$styleable: int Transform_android_transformPivotY +com.xw.repo.bubbleseekbar.R$layout: int notification_template_part_time +james.adaptiveicon.R$dimen: int abc_action_bar_subtitle_top_margin_material +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Large_Inverse +wangdaye.com.geometricweather.R$string: int settings_title_forecast_tomorrow_time +okhttp3.Response$Builder: okhttp3.Response$Builder networkResponse(okhttp3.Response) +androidx.appcompat.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle +cyanogenmod.profiles.AirplaneModeSettings: boolean isOverride() +cyanogenmod.themes.IThemeService: boolean isThemeApplying() +androidx.constraintlayout.widget.R$styleable: int ActionBar_icon +wangdaye.com.geometricweather.R$styleable: int[] BottomSheetBehavior_Layout +com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton +com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_android_fontVariationSettings +com.jaredrummler.android.colorpicker.R$attr: int defaultValue +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorIconTintMode +com.google.android.material.R$drawable: int material_ic_keyboard_arrow_left_black_24dp +com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getThumbStrokeColor() +androidx.drawerlayout.R$dimen: int notification_main_column_padding_top +io.reactivex.Observable: io.reactivex.Observable debounce(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +androidx.dynamicanimation.R$layout: int notification_template_icon_group +wangdaye.com.geometricweather.R$string: int abc_menu_enter_shortcut_label +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: void setNames(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX) +com.google.android.material.R$styleable: int BottomAppBar_fabAlignmentMode +com.google.android.material.R$attr: int circularInset +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Minimum Minimum +wangdaye.com.geometricweather.db.entities.DailyEntity: float getHoursOfSun() +com.google.gson.stream.JsonReader: char[] NON_EXECUTE_PREFIX +james.adaptiveicon.R$style: int Base_V26_Theme_AppCompat +android.didikee.donate.R$attr: int subtitle +android.didikee.donate.R$color: int abc_search_url_text_pressed +androidx.core.R$id: int accessibility_custom_action_8 +androidx.preference.R$style: int TextAppearance_AppCompat_Subhead +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Precipitation: MfForecastResult$DailyForecast$Precipitation() +androidx.preference.R$styleable: int AppCompatSeekBar_android_thumb +com.google.android.material.floatingactionbutton.FloatingActionButton +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.util.Date sunsetTime +androidx.lifecycle.SavedStateHandle$SavingStateLiveData: SavedStateHandle$SavingStateLiveData(androidx.lifecycle.SavedStateHandle,java.lang.String,java.lang.Object) +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableTintMode +androidx.dynamicanimation.R$dimen: int notification_small_icon_size_as_large +wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Object getKey(java.lang.Object) +androidx.appcompat.widget.SwitchCompat: java.lang.CharSequence getTextOff() +wangdaye.com.geometricweather.R$color: int colorLevel_5 +androidx.preference.R$styleable: int[] SwitchCompat +james.adaptiveicon.R$dimen: int abc_alert_dialog_button_bar_height +androidx.constraintlayout.widget.R$attr: int customFloatValue +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Dialog_Bridge +wangdaye.com.geometricweather.R$styleable: int PreferenceFragment_android_dividerHeight +com.jaredrummler.android.colorpicker.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 +androidx.customview.R$id: int text +androidx.preference.R$styleable: int ColorStateListItem_android_color +wangdaye.com.geometricweather.R$id: int widget_clock_day_subtitle +androidx.vectordrawable.animated.R$style: R$style() +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: io.reactivex.internal.fuseable.SimpleQueue queue +james.adaptiveicon.R$styleable: int AppCompatTheme_colorError +com.google.android.material.R$color: int material_timepicker_button_stroke +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: ObservableGroupJoin$LeftRightObserver(io.reactivex.internal.operators.observable.ObservableGroupJoin$JoinSupport,boolean) +wangdaye.com.geometricweather.R$drawable: int shortcuts_partly_cloudy_day_foreground +wangdaye.com.geometricweather.R$layout: int material_clock_period_toggle_land +okhttp3.internal.http2.Http2Writer: void close() +okhttp3.Cookie$Builder: java.lang.String value +androidx.preference.R$styleable: int[] AppCompatTextView +cyanogenmod.weather.CMWeatherManager$RequestStatus: int ALREADY_IN_PROGRESS +com.turingtechnologies.materialscrollbar.R$attr: int ratingBarStyleSmall +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxStrokeWidth +androidx.core.R$id: int chronometer +com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_showDialog +androidx.fragment.R$id: int accessibility_custom_action_18 +com.google.android.gms.common.Feature +com.google.android.material.R$styleable: int ConstraintSet_flow_firstVerticalStyle +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: void onNext(java.lang.Object) +androidx.vectordrawable.R$attr +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_enabled +cyanogenmod.content.Intent: java.lang.String ACTION_PROTECTED_CHANGED +okio.BufferedSource: int readIntLe() +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: void setDataConnectionSelectedOnSub(int) +okhttp3.logging.HttpLoggingInterceptor: boolean isPlaintext(okio.Buffer) +com.google.android.material.R$styleable: int TextInputLayout_shapeAppearance +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: java.lang.String LocalizedName +androidx.hilt.lifecycle.R$layout: int notification_template_part_chronometer +androidx.preference.R$styleable: int PreferenceFragmentCompat_android_dividerHeight +android.didikee.donate.R$attr: int actionBarTabTextStyle +wangdaye.com.geometricweather.background.polling.work.worker.TomorrowForecastUpdateWorker: TomorrowForecastUpdateWorker(android.content.Context,androidx.work.WorkerParameters,wangdaye.com.geometricweather.location.LocationHelper,wangdaye.com.geometricweather.weather.WeatherHelper) +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_visibility +com.google.android.material.R$styleable: int ConstraintLayout_placeholder_placeholder_emptyVisibility +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintLeft_creator +cyanogenmod.weather.RequestInfo$1: cyanogenmod.weather.RequestInfo[] newArray(int) +wangdaye.com.geometricweather.R$string: int mtrl_picker_invalid_format_use +com.google.android.material.appbar.CollapsingToolbarLayout: void setStatusBarScrim(android.graphics.drawable.Drawable) +com.tencent.bugly.proguard.z: void b(java.lang.String) +androidx.appcompat.R$style: int Widget_AppCompat_SeekBar_Discrete +com.xw.repo.bubbleseekbar.R$dimen: int notification_content_margin_start +androidx.appcompat.R$id: int tabMode +androidx.appcompat.widget.AppCompatButton: AppCompatButton(android.content.Context,android.util.AttributeSet) +androidx.preference.R$integer: int config_tooltipAnimTime +io.reactivex.internal.subscriptions.DeferredScalarSubscription: boolean isCancelled() +wangdaye.com.geometricweather.R$font: int product_sans_medium_italic +okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection build() +androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: io.reactivex.disposables.Disposable upstream +okhttp3.internal.ws.RealWebSocket: boolean $assertionsDisabled +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language KOREAN +wangdaye.com.geometricweather.R$attr: int warmth +cyanogenmod.weather.WeatherLocation: java.lang.String mPostal +androidx.preference.R$styleable: int SearchView_android_imeOptions +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language PORTUGUESE +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: android.os.IBinder mRemote +androidx.swiperefreshlayout.widget.SwipeRefreshLayout$SavedState: android.os.Parcelable$Creator CREATOR +com.turingtechnologies.materialscrollbar.R$attr: int hideMotionSpec +wangdaye.com.geometricweather.R$id: int ignoreRequest +androidx.fragment.R$id: R$id() +com.tencent.bugly.crashreport.crash.CrashDetailBean: int b +okhttp3.internal.http2.Http2Reader: void readGoAway(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintWidth_max +android.didikee.donate.R$style: int Base_Widget_AppCompat_Button_Borderless +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionBar_TabView +androidx.viewpager.R$drawable: int notification_bg_normal_pressed +wangdaye.com.geometricweather.R$dimen: int material_timepicker_dialog_buttons_margin_top +cyanogenmod.app.Profile$1: java.lang.Object[] newArray(int) +com.bumptech.glide.integration.okhttp.R$dimen: int notification_subtext_size +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property District +androidx.constraintlayout.widget.R$styleable: int Toolbar_collapseIcon +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: void setDumpFilePath(java.lang.String) +com.tencent.bugly.crashreport.a: boolean appendLogToNative(java.lang.String,java.lang.String,java.lang.String) +com.google.android.material.R$id: int cut +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionOverflowMenuStyle +com.xw.repo.bubbleseekbar.R$id: int submit_area +com.google.android.material.slider.Slider: void setThumbStrokeColorResource(int) +com.tencent.bugly.crashreport.crash.CrashDetailBean: java.util.Map z +wangdaye.com.geometricweather.db.entities.WeatherEntity: long updateTime +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: java.util.concurrent.atomic.AtomicReference observers +androidx.constraintlayout.widget.R$styleable: int AlertDialog_listItemLayout +wangdaye.com.geometricweather.R$style: int CardView_Dark +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionBar_TabBar +okhttp3.CertificatePinner$Builder: okhttp3.CertificatePinner build() +wangdaye.com.geometricweather.R$styleable: int ImageFilterView_crossfade +androidx.preference.R$styleable: int SwitchCompat_android_textOn +wangdaye.com.geometricweather.background.service.CMWeatherProviderService: CMWeatherProviderService() +wangdaye.com.geometricweather.R$attr: int materialCircleRadius +com.google.android.gms.base.R$string: int common_google_play_services_enable_button +com.google.android.material.R$styleable: int FloatingActionButton_shapeAppearance +com.jaredrummler.android.colorpicker.R$styleable: int CompoundButton_buttonTint +okhttp3.internal.ws.WebSocketProtocol: long PAYLOAD_BYTE_MAX +wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderToggleButton +wangdaye.com.geometricweather.R$styleable: int ViewStubCompat_android_id +wangdaye.com.geometricweather.R$anim: int btn_checkbox_to_unchecked_icon_null_animation +androidx.preference.R$anim: int btn_radio_to_off_mtrl_dot_group_animation +james.adaptiveicon.R$color: int abc_color_highlight_material +okhttp3.internal.http.RetryAndFollowUpInterceptor: int retryAfter(okhttp3.Response,int) +androidx.constraintlayout.widget.R$attr: int deltaPolarRadius +androidx.appcompat.R$styleable: int AppCompatTheme_seekBarStyle +com.jaredrummler.android.colorpicker.R$styleable +io.reactivex.internal.operators.observable.ObservableGroupBy$State: java.lang.Object key +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_android_weightSum +androidx.legacy.coreutils.R$id: R$id() +wangdaye.com.geometricweather.R$drawable: int weather_thunder_pixel +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircularSkyWeatherView +cyanogenmod.app.ProfileGroup$2 +androidx.lifecycle.ComputableLiveData$3: androidx.lifecycle.ComputableLiveData this$0 +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen: java.lang.String Type +wangdaye.com.geometricweather.R$styleable: int MaterialTextView_lineHeight +wangdaye.com.geometricweather.R$id: int action_mode_close_button +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments +androidx.coordinatorlayout.R$id: int icon_group +cyanogenmod.app.ProfileGroup: boolean isDefaultGroup() +wangdaye.com.geometricweather.R$styleable: int[] ImageFilterView +androidx.dynamicanimation.R$id +okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder maxAge(int,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.R$styleable: int[] OnSwipe +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void onError(java.lang.Throwable) +androidx.preference.R$attr: int listChoiceBackgroundIndicator +androidx.hilt.work.R$id: int right_icon +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: void dispose() +com.google.android.material.R$attr: int buttonBarPositiveButtonStyle +androidx.lifecycle.Lifecycle$State: Lifecycle$State(java.lang.String,int) +wangdaye.com.geometricweather.R$string: int settings_category_forecast +com.google.android.material.R$styleable: int ActionBar_icon +com.google.android.material.chip.Chip: void setMaxLines(int) +retrofit2.http.Header: java.lang.String value() +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Caption +android.didikee.donate.R$styleable: int AppCompatTheme_buttonStyleSmall +okio.RealBufferedSource: int readIntLe() +androidx.lifecycle.ViewModel: void clear() +androidx.fragment.R$attr: int fontProviderAuthority +androidx.constraintlayout.widget.R$dimen: int abc_text_size_title_material_toolbar +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setPubTime(java.lang.String) +com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_fontWeight +okhttp3.internal.tls.OkHostnameVerifier: boolean verify(java.lang.String,java.security.cert.X509Certificate) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Ice: int UnitType +com.turingtechnologies.materialscrollbar.R$attr: int actionBarTabBarStyle +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: io.reactivex.Observer downstream +io.reactivex.internal.subscriptions.DeferredScalarSubscription: boolean isEmpty() +android.didikee.donate.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex +com.jaredrummler.android.colorpicker.R$styleable: int Preference_defaultValue +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_DropDownItem +androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver: ForceStopRunnable$BroadcastReceiver() +james.adaptiveicon.R$attr: int textAppearanceSearchResultTitle +com.jaredrummler.android.colorpicker.R$styleable: int[] ViewBackgroundHelper +com.github.rahatarmanahmed.cpv.CircularProgressView: void onAttachedToWindow() +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: io.reactivex.internal.fuseable.SimpleQueue queue +com.jaredrummler.android.colorpicker.ColorPickerView: java.lang.String getAlphaSliderText() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorSwitchThumbNormal +com.amap.api.fence.GeoFenceManagerBase: android.app.PendingIntent createPendingIntent(java.lang.String) +com.amap.api.fence.GeoFence: float m +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_PopupMenu +com.turingtechnologies.materialscrollbar.R$dimen: int compat_notification_large_icon_max_height +com.google.gson.FieldNamingPolicy$3: java.lang.String translateName(java.lang.reflect.Field) +androidx.constraintlayout.widget.Constraints: Constraints(android.content.Context,android.util.AttributeSet) +com.jaredrummler.android.colorpicker.R$styleable: int ActionMode_closeItemLayout +wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Object getKey(java.lang.Object) +james.adaptiveicon.R$styleable: int DrawerArrowToggle_arrowHeadLength +cyanogenmod.providers.CMSettings$Secure: java.lang.String LOCKSCREEN_TARGETS +com.google.android.material.R$id: int tag_screen_reader_focusable +androidx.constraintlayout.widget.Barrier: void setMargin(int) +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_creator +wangdaye.com.geometricweather.R$animator: int weather_snow_2 androidx.appcompat.R$color: int tooltip_background_light -androidx.hilt.R$color: int notification_action_color_filter -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_menu_material -com.turingtechnologies.materialscrollbar.DragScrollBar: DragScrollBar(android.content.Context,android.util.AttributeSet) -com.tencent.bugly.crashreport.common.info.b -androidx.vectordrawable.animated.R$styleable: int GradientColor_android_gradientRadius -android.didikee.donate.R$drawable: int abc_scrubber_primary_mtrl_alpha -com.google.android.material.bottomappbar.BottomAppBar: float getFabTranslationX() -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialButtonToggleGroup -com.amap.api.fence.GeoFence: int TYPE_POLYGON -okhttp3.HttpUrl: java.lang.String FORM_ENCODE_SET -androidx.transition.R$styleable: int GradientColor_android_centerY -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.ChineseCityEntity) -androidx.appcompat.R$style: int Widget_AppCompat_ListMenuView -cyanogenmod.app.ICMTelephonyManager$Stub: android.os.IBinder asBinder() -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void clear() -wangdaye.com.geometricweather.db.entities.AlertEntityDao: boolean isEntityUpdateable() -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_editor_absoluteY -androidx.appcompat.R$style: int Theme_AppCompat_CompactMenu -io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_verticalStyle -com.google.android.material.R$styleable: int Constraint_layout_constrainedWidth -androidx.hilt.lifecycle.R$id: int tag_unhandled_key_listeners -wangdaye.com.geometricweather.R$string: int key_widget_multi_city -androidx.lifecycle.ClassesInfoCache: androidx.lifecycle.ClassesInfoCache$CallbackInfo getInfo(java.lang.Class) -com.jaredrummler.android.colorpicker.R$id: int add -com.jaredrummler.android.colorpicker.R$id: int default_activity_button -okio.Buffer: okio.BufferedSink write(okio.ByteString) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_EXPORT_WITH_RC4_40_SHA -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: java.lang.String caiyun -androidx.preference.R$attr: int summaryOff -james.adaptiveicon.R$drawable: int abc_btn_borderless_material -com.google.android.material.R$styleable: int AppCompatTheme_colorPrimaryDark -james.adaptiveicon.R$style: int Base_V7_Widget_AppCompat_EditText -wangdaye.com.geometricweather.R$color: int radiobutton_themeable_attribute_color -com.tencent.bugly.crashreport.crash.anr.b: boolean f() -androidx.activity.R$styleable: int FontFamily_fontProviderFetchTimeout -com.tencent.bugly.proguard.af: byte[] a(byte[]) -android.support.v4.os.IResultReceiver$Stub: boolean setDefaultImpl(android.support.v4.os.IResultReceiver) -com.amap.api.fence.GeoFenceClient: android.content.Context a -okhttp3.internal.http.RealInterceptorChain: int readTimeoutMillis() -wangdaye.com.geometricweather.R$dimen: int abc_action_bar_elevation_material -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_maxWidth -com.baidu.location.e.h$a: com.baidu.location.e.h$a valueOf(java.lang.String) -androidx.preference.R$styleable: int MenuItem_android_numericShortcut -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Body2 -com.xw.repo.bubbleseekbar.R$attr: int keylines -com.xw.repo.bubbleseekbar.R$styleable: int View_paddingEnd -androidx.viewpager.widget.PagerTitleStrip: void setTextColor(int) -androidx.preference.R$drawable: int abc_list_selector_background_transition_holo_light -wangdaye.com.geometricweather.R$animator: R$animator() -android.didikee.donate.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeRainPrecipitationProbability -wangdaye.com.geometricweather.R$layout: int item_pollen_daily -wangdaye.com.geometricweather.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Dialog_MinWidth -com.xw.repo.bubbleseekbar.R$attr: int actionModeStyle -androidx.preference.R$layout: int preference_widget_seekbar_material -retrofit2.ParameterHandler$HeaderMap: int p -androidx.constraintlayout.widget.R$dimen: int notification_content_margin_start -cyanogenmod.app.Profile: int compareTo(java.lang.Object) -com.google.android.material.R$id: int save_non_transition_alpha -androidx.customview.R$id: int title -androidx.constraintlayout.widget.R$styleable: int Transition_pathMotionArc -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void onResume() -androidx.preference.R$style: int Theme_AppCompat_Light_DarkActionBar -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: void dispose() -androidx.constraintlayout.widget.R$color: int primary_dark_material_dark -com.google.android.material.timepicker.TimePickerView +wangdaye.com.geometricweather.R$drawable: int weather_clear_day_mini_dark +com.xw.repo.bubbleseekbar.R$styleable: int RecycleListView_paddingBottomNoButtons +okhttp3.Dns: java.util.List lookup(java.lang.String) +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource +wangdaye.com.geometricweather.R$layout: int activity_widget_config +wangdaye.com.geometricweather.R$attr: int pathMotionArc +android.didikee.donate.R$styleable: int AppCompatSeekBar_tickMarkTint +com.google.android.material.R$attr: int strokeWidth +androidx.preference.R$drawable: int btn_checkbox_checked_to_unchecked_mtrl_animation +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void drain() +retrofit2.RequestFactory$Builder: retrofit2.Retrofit retrofit +wangdaye.com.geometricweather.R$string: int feedback_resident_location_description +cyanogenmod.app.ThemeVersion$ComponentVersion: cyanogenmod.app.ThemeComponent getComponent() +okio.RealBufferedSource: boolean exhausted() +wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.Object readKey(android.database.Cursor,int) +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Geometry: java.lang.String type +com.google.android.material.R$integer: int hide_password_duration +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_checkedTextViewStyle +wangdaye.com.geometricweather.R$id: int circular +androidx.constraintlayout.widget.R$styleable: int Transform_android_rotationY +wangdaye.com.geometricweather.R$styleable: int Badge_verticalOffset +com.bumptech.glide.R$dimen: int notification_action_icon_size +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter +com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_text_btn_ripple_color +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String city +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Button_Colored +james.adaptiveicon.R$attr: int buttonStyle +cyanogenmod.providers.CMSettings$System: boolean putIntForUser(android.content.ContentResolver,java.lang.String,int,int) +cyanogenmod.app.ProfileGroup: android.net.Uri getRingerOverride() +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_registerCallback +androidx.coordinatorlayout.R$id: int end +androidx.loader.R$id: int time +cyanogenmod.weather.RequestInfo$Builder: int mRequestType +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_14 +androidx.customview.R$dimen: int notification_action_icon_size +retrofit2.RequestFactory$Builder: java.lang.Class boxIfPrimitive(java.lang.Class) +retrofit2.RequestBuilder: okhttp3.MultipartBody$Builder multipartBuilder +androidx.constraintlayout.widget.R$attr: int colorError +wangdaye.com.geometricweather.R$anim: int abc_shrink_fade_out_from_bottom +androidx.preference.R$attr: int drawableLeftCompat +retrofit2.RequestFactory: retrofit2.RequestFactory parseAnnotations(retrofit2.Retrofit,java.lang.reflect.Method) +com.tencent.bugly.proguard.l: boolean a(long,long) +androidx.constraintlayout.helper.widget.Flow: void setFirstVerticalBias(float) +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: void dispose() +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintWidth_default +wangdaye.com.geometricweather.R$id: int backBtn +wangdaye.com.geometricweather.R$drawable: int notif_temp_108 +androidx.appcompat.widget.SwitchCompat: void setShowText(boolean) +wangdaye.com.geometricweather.db.entities.HistoryEntity: java.lang.Long getId() +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: boolean cancelled +com.google.android.material.R$dimen: int mtrl_chip_text_size +com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getPasswordVisibilityToggleContentDescription() +wangdaye.com.geometricweather.R$attr: int transitionDisable +androidx.hilt.lifecycle.R$layout: int notification_action +androidx.viewpager2.widget.ViewPager2: int getOrientation() +okhttp3.internal.http2.Http2Connection: long access$608(okhttp3.internal.http2.Http2Connection) +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Subhead +wangdaye.com.geometricweather.R$attr: int wavePeriod +com.tencent.bugly.BuglyStrategy: com.tencent.bugly.BuglyStrategy setLibBuglySOFilePath(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Metric: java.lang.String Unit +androidx.coordinatorlayout.R$id: int accessibility_custom_action_23 +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored +james.adaptiveicon.R$integer: int cancel_button_image_alpha +com.google.android.material.R$style: int Widget_MaterialComponents_Chip_Action +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_star_half_black_16dp +wangdaye.com.geometricweather.R$attr: int layout_constraintStart_toEndOf +com.amap.api.location.AMapLocationQualityReport: void setNetworkType(java.lang.String) +wangdaye.com.geometricweather.R$drawable: int notif_temp_19 +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_visibility +androidx.appcompat.R$dimen: int notification_right_icon_size +wangdaye.com.geometricweather.R$attr: int chipSurfaceColor +wangdaye.com.geometricweather.R$dimen: int abc_dialog_padding_material +com.google.android.material.R$attr: int colorBackgroundFloating +okio.Buffer: okio.ByteString readByteString(long) +android.didikee.donate.R$id: int submit_area +com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_itemBackground +okhttp3.internal.http2.Http2Codec: void cancel() +okio.RealBufferedSource: java.lang.String toString() +androidx.lifecycle.SavedStateHandle: SavedStateHandle(java.util.Map) +okhttp3.ResponseBody$BomAwareReader: boolean closed +androidx.preference.R$attr: int alertDialogStyle +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_card_elevation +com.tencent.bugly.proguard.z: java.lang.String b(java.lang.Throwable) +wangdaye.com.geometricweather.R$attr: int scrimVisibleHeightTrigger +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Metric: double Value +androidx.appcompat.R$style: int Widget_AppCompat_Button_Borderless +io.reactivex.internal.subscriptions.BasicQueueSubscription: void clear() +com.google.android.material.R$styleable: int MenuGroup_android_checkableBehavior +okhttp3.internal.ws.WebSocketProtocol: java.lang.String ACCEPT_MAGIC +com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType WEBP_A +com.turingtechnologies.materialscrollbar.R$dimen: int notification_big_circle_margin +android.didikee.donate.R$attr: int homeAsUpIndicator +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.String aqiText +wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: java.lang.String getPollenText(android.content.Context,int) +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +org.greenrobot.greendao.AbstractDaoSession: java.util.List loadAll(java.lang.Class) +okhttp3.internal.http2.Http2Reader$ContinuationSource: int length +com.turingtechnologies.materialscrollbar.R$dimen: int design_tab_scrollable_min_width +com.tencent.bugly.proguard.aq: java.lang.String e +okhttp3.internal.platform.JdkWithJettyBootPlatform$JettyNegoProvider: java.lang.Object invoke(java.lang.Object,java.lang.reflect.Method,java.lang.Object[]) +io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: void onComplete() +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int FREEZING_RAIN +okio.Okio$1: Okio$1(okio.Timeout,java.io.OutputStream) +com.jaredrummler.android.colorpicker.R$layout: int notification_template_part_chronometer +com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemTextAppearanceInactive(int) +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean b() +com.google.android.material.R$color: int androidx_core_ripple_material_light +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title +androidx.fragment.R$styleable: int GradientColor_android_startY +androidx.hilt.R$id: int accessibility_custom_action_18 +com.amap.api.location.DPoint: void setLongitude(double) +okhttp3.Cache$Entry: okhttp3.Response response(okhttp3.internal.cache.DiskLruCache$Snapshot) +com.google.android.material.R$dimen: int abc_list_item_padding_horizontal_material +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_strokeColor +com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_font +wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation: wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation valueOf(java.lang.String) +wangdaye.com.geometricweather.R$layout: int item_location +androidx.appcompat.widget.Toolbar: void setNavigationIcon(android.graphics.drawable.Drawable) +androidx.appcompat.R$color: int androidx_core_secondary_text_default_material_light +com.google.android.material.R$attr: int limitBoundsTo +wangdaye.com.geometricweather.R$xml: int widget_multi_city +wangdaye.com.geometricweather.R$layout: int widget_day_rectangle +androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_android_fontStyle +androidx.appcompat.widget.AppCompatImageView: android.content.res.ColorStateList getSupportImageTintList() +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintRight_toRightOf +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String TITLE +com.google.android.gms.location.zzo +com.google.android.material.R$styleable: int KeyAttribute_transitionPathRotate +androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type VERTICAL_DIMENSION +androidx.room.RoomDatabase$JournalMode: androidx.room.RoomDatabase$JournalMode TRUNCATE +androidx.preference.R$dimen: int abc_dialog_padding_top_material +com.tencent.bugly.crashreport.common.strategy.a: com.tencent.bugly.crashreport.common.strategy.a a() +androidx.preference.MultiSelectListPreferenceDialogFragmentCompat +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_default_padding_start_material +okio.ByteString: okio.ByteString md5() +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: void again(java.lang.Object) +androidx.appcompat.resources.R$styleable: int FontFamilyFont_fontWeight +cyanogenmod.app.CustomTile$ExpandedItem$1: java.lang.Object[] newArray(int) +wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle getInstance(java.lang.String) +cyanogenmod.os.Concierge$ParcelInfo: Concierge$ParcelInfo(android.os.Parcel,int) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TimePicker +wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayWeekWidgetConfigActivity +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: void setValue(java.util.List) +com.turingtechnologies.materialscrollbar.R$dimen: int highlight_alpha_material_colored +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber +com.google.android.material.snackbar.Snackbar$SnackbarLayout +com.google.android.material.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title +com.google.gson.internal.LinkedTreeMap: int modCount +cyanogenmod.weather.CMWeatherManager$2$1: cyanogenmod.weather.CMWeatherManager$2 this$1 +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_showAsAction +com.baidu.location.indoor.c: c(int) +androidx.appcompat.R$styleable: int AnimatedStateListDrawableTransition_android_drawable +james.adaptiveicon.R$styleable: int Toolbar_titleMarginTop +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeIcePrecipitationDuration +retrofit2.Utils$WildcardTypeImpl: java.lang.String toString() +cyanogenmod.alarmclock.ClockContract: java.lang.String AUTHORITY +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeTotalPrecipitationProbability() +wangdaye.com.geometricweather.R$xml: int icon_provider_config +androidx.constraintlayout.widget.R$attr: int curveFit +com.tencent.bugly.crashreport.common.info.a: java.util.Map J() +androidx.preference.R$color: int abc_btn_colored_text_material +wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_textStyle +wangdaye.com.geometricweather.R$string: int feedback_delete_succeed +wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status: wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status LOADING +androidx.hilt.R$dimen: int compat_button_padding_vertical_material +org.greenrobot.greendao.database.DatabaseOpenHelper: android.content.Context context +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property SnowPrecipitationProbability +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_CollapsingToolbar +wangdaye.com.geometricweather.R$attr: int behavior_overlapTop +com.google.gson.internal.LinkedTreeMap: java.util.Comparator comparator +android.didikee.donate.R$attr: int toolbarStyle +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox +okhttp3.internal.http2.Http2Reader$Handler: void headers(boolean,int,int,java.util.List) +wangdaye.com.geometricweather.R$styleable: int CompoundButton_android_button +androidx.appcompat.R$styleable: int[] View +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Subhead +com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_itemBackground +com.google.android.material.R$attr: int errorContentDescription +retrofit2.ParameterHandler$1: void apply(retrofit2.RequestBuilder,java.lang.Object) +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_transformPivotY +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: java.lang.String timezone +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub: java.lang.String DESCRIPTOR +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu +com.google.android.material.R$styleable: int ConstraintSet_android_rotation +wangdaye.com.geometricweather.R$drawable: int material_cursor_drawable +cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String getResPkg() +james.adaptiveicon.R$styleable: int ActionBar_subtitleTextStyle +androidx.appcompat.resources.R$id: int accessibility_custom_action_11 +android.didikee.donate.R$styleable: int AppCompatTextView_textAllCaps +android.didikee.donate.R$drawable: int abc_btn_colored_material +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_1 +androidx.preference.R$styleable: int AppCompatTheme_actionBarStyle +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeApparentTemperature +com.google.android.material.R$styleable: int TextInputLayout_prefixText +com.turingtechnologies.materialscrollbar.R$id: int tag_unhandled_key_listeners +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VectorDrawableCompatState: int getChangingConfigurations() +retrofit2.RequestFactory$Builder: boolean gotQuery +androidx.appcompat.R$dimen: int abc_dialog_title_divider_material +okio.RealBufferedSource: java.lang.String readString(java.nio.charset.Charset) +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void onTimeoutError(long,java.lang.Throwable) +cyanogenmod.app.CMContextConstants: java.lang.String CM_PERFORMANCE_SERVICE +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: boolean requestDismiss() +cyanogenmod.hardware.CMHardwareManager: boolean registerThermalListener(cyanogenmod.hardware.ThermalListenerCallback) +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: long serialVersionUID +androidx.lifecycle.ServiceLifecycleDispatcher: androidx.lifecycle.LifecycleRegistry mRegistry +androidx.appcompat.R$style: int Widget_AppCompat_Spinner_DropDown +wangdaye.com.geometricweather.R$attr: int submitBackground +com.google.android.material.R$attr: int overlapAnchor +androidx.appcompat.R$attr: int textAppearanceSearchResultSubtitle +com.google.android.material.internal.ParcelableSparseBooleanArray: android.os.Parcelable$Creator CREATOR +androidx.constraintlayout.widget.R$styleable: int TextAppearance_textLocale +okhttp3.internal.platform.AndroidPlatform: javax.net.ssl.X509TrustManager trustManager(javax.net.ssl.SSLSocketFactory) +wangdaye.com.geometricweather.R$string: int feedback_unusable_geocoder +androidx.swiperefreshlayout.R$drawable: int notification_tile_bg +androidx.hilt.R$styleable: int GradientColor_android_centerColor +okio.SegmentedByteString: java.lang.String string(java.nio.charset.Charset) +wangdaye.com.geometricweather.R$styleable: int[] MaterialCalendar +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable: boolean isDisposed() +com.jaredrummler.android.colorpicker.R$id: int group_divider +wangdaye.com.geometricweather.R$attr: int windowFixedWidthMinor +androidx.appcompat.R$id: int progress_circular +james.adaptiveicon.R$color: int abc_hint_foreground_material_dark +com.google.android.material.R$id: int aligned +com.google.android.material.R$styleable: int Constraint_android_layout_marginStart +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: void setAdaptiveWidthEnabled(boolean) +com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_switch_to_on_mtrl_00001 +androidx.constraintlayout.widget.R$id: int radio +androidx.appcompat.R$styleable: int AppCompatTheme_actionBarPopupTheme +com.google.android.material.R$styleable: int ExtendedFloatingActionButton_collapsedSize +android.didikee.donate.R$styleable: int AppCompatSeekBar_tickMark +wangdaye.com.geometricweather.R$id: int showTitle +com.turingtechnologies.materialscrollbar.R$anim: int abc_tooltip_exit +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHorizontal_chainStyle +androidx.appcompat.widget.AppCompatSpinner: android.content.Context getPopupContext() +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getWetBulbTemperature() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getNighttimeWindLevel() +wangdaye.com.geometricweather.R$attr: int preferenceFragmentStyle +okhttp3.Protocol: Protocol(java.lang.String,int,java.lang.String) +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void innerNext() +com.google.android.material.R$attr: int itemHorizontalPadding +okhttp3.internal.http.RealInterceptorChain: int connectTimeout +androidx.legacy.coreutils.R$attr: int fontStyle +androidx.preference.R$styleable: int AppCompatTheme_windowFixedWidthMinor +com.google.android.material.floatingactionbutton.FloatingActionButton: void setSupportBackgroundTintList(android.content.res.ColorStateList) +android.didikee.donate.R$styleable: int[] ColorStateListItem +wangdaye.com.geometricweather.R$layout: int container_main_first_card_header +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintRight_toRightOf +androidx.drawerlayout.R$id: int time +com.tencent.bugly.proguard.i: void a() +androidx.constraintlayout.widget.R$attr: int progressBarPadding +androidx.legacy.coreutils.R$layout: int notification_action +okio.Segment: okio.Segment sharedCopy() +androidx.hilt.R$id: int text +androidx.customview.R$styleable: int GradientColorItem_android_offset +androidx.appcompat.R$attr: int windowActionModeOverlay +wangdaye.com.geometricweather.R$color: int mtrl_choice_chip_background_color +com.tencent.bugly.crashreport.common.strategy.StrategyBean: boolean j +com.tencent.bugly.crashreport.crash.anr.TraceFileHelper$b +androidx.constraintlayout.widget.R$attr: int dropdownListPreferredItemHeight +wangdaye.com.geometricweather.R$id: int search_src_text +james.adaptiveicon.R$styleable: int TextAppearance_android_textColorHint +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: void setY(java.lang.String) +com.turingtechnologies.materialscrollbar.R$string: int abc_search_hint +okhttp3.internal.http2.Hpack$Writer: int nextHeaderIndex +android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemHeight +okhttp3.internal.http2.Http2Connection$ReaderRunnable$2 +android.didikee.donate.R$styleable: int SwitchCompat_android_thumb +com.jaredrummler.android.colorpicker.R$attr: int textAppearanceSearchResultSubtitle +wangdaye.com.geometricweather.R$style: int Preference_SeekBarPreference_Material +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean checkTerminate() +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragment_allowDividerAfterLastItem +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: void setProvince(java.lang.String) +com.google.android.material.R$string: int mtrl_picker_toggle_to_text_input_mode +com.tencent.bugly.proguard.i: void a(byte) +androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_marginBottom +com.tencent.bugly.proguard.p: java.util.Map a(int,com.tencent.bugly.proguard.o,boolean) +androidx.constraintlayout.widget.R$style: int RtlOverlay_DialogWindowTitle_AppCompat +wangdaye.com.geometricweather.R$dimen: int design_snackbar_elevation +wangdaye.com.geometricweather.R$string: int key_notification_temp_icon +com.google.android.material.R$attr: int chipStyle +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +james.adaptiveicon.R$styleable: int View_paddingStart +androidx.lifecycle.ViewModelProvider: ViewModelProvider(androidx.lifecycle.ViewModelStore,androidx.lifecycle.ViewModelProvider$Factory) +wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.String getDirection() +com.google.android.material.R$styleable: int ProgressIndicator_trackColor +android.didikee.donate.R$style: int TextAppearance_AppCompat_Inverse +okhttp3.internal.cache2.Relay: int sourceCount +androidx.fragment.R$dimen: int notification_big_circle_margin +com.google.android.material.R$styleable: int TextInputLayout_counterMaxLength +io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: void onNext(java.lang.Object) +androidx.preference.R$styleable: int AppCompatTheme_colorControlActivated +androidx.customview.R$id: int right_side +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_fontFamily +androidx.preference.R$styleable: int PopupWindow_android_popupBackground +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_25 +androidx.appcompat.R$style: int Base_Widget_AppCompat_ListView +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.HourlyEntityDao hourlyEntityDao +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_trackTintMode +com.turingtechnologies.materialscrollbar.R$attr: int title +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Button_Borderless +wangdaye.com.geometricweather.R$attr: int scrimBackground +androidx.appcompat.widget.Toolbar: void setCollapsible(boolean) +wangdaye.com.geometricweather.R$id: int mtrl_picker_text_input_date +com.bumptech.glide.R$string +io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: org.reactivestreams.Subscriber downstream +wangdaye.com.geometricweather.db.entities.DailyEntityDao +com.tencent.bugly.b: boolean e +androidx.constraintlayout.widget.R$dimen: int abc_dialog_min_width_minor +androidx.dynamicanimation.R$dimen: int notification_media_narrow_margin +wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit PERCENT +com.turingtechnologies.materialscrollbar.R$styleable: int[] AnimatedStateListDrawableTransition +cyanogenmod.themes.IThemeService +com.turingtechnologies.materialscrollbar.R$attr: int buttonBarButtonStyle +com.google.android.material.internal.NavigationMenuItemView: void setIconTintList(android.content.res.ColorStateList) +com.tencent.bugly.proguard.h: com.tencent.bugly.proguard.h a(com.tencent.bugly.proguard.k,java.lang.String) +com.google.android.material.datepicker.DateValidatorPointForward +okhttp3.internal.platform.Jdk9Platform +wangdaye.com.geometricweather.R$color: int mtrl_scrim_color +androidx.preference.R$id: int accessibility_custom_action_22 +com.turingtechnologies.materialscrollbar.R$color: int design_fab_stroke_top_outer_color +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_maxImageSize +com.google.android.material.R$layout: int design_text_input_end_icon +com.google.android.material.bottomappbar.BottomAppBar: android.content.res.ColorStateList getBackgroundTint() +wangdaye.com.geometricweather.R$color: int colorTextSubtitle +androidx.appcompat.R$color: int material_blue_grey_950 +okio.DeflaterSink +wangdaye.com.geometricweather.main.dialogs.HourlyWeatherDialog +okhttp3.OkHttpClient$Builder: okhttp3.Authenticator proxyAuthenticator +com.tencent.bugly.proguard.am: void a(com.tencent.bugly.proguard.j) +androidx.fragment.R$styleable: int GradientColor_android_centerY +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_waveDecay +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_small_material +android.didikee.donate.R$styleable: int AppCompatImageView_tint +com.amap.api.location.AMapLocation: void setLocationDetail(java.lang.String) +cyanogenmod.app.ProfileGroup$1: cyanogenmod.app.ProfileGroup createFromParcel(android.os.Parcel) +okhttp3.internal.http2.Hpack$Writer: Hpack$Writer(okio.Buffer) +cyanogenmod.profiles.RingModeSettings: RingModeSettings(android.os.Parcel) +com.tencent.bugly.proguard.af: byte[] b(byte[]) +okhttp3.internal.cache.DiskLruCache: java.lang.String REMOVE +androidx.hilt.R$dimen: R$dimen() +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setProgressBackgroundColorSchemeColor(int) +wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink +com.bumptech.glide.integration.okhttp.R$dimen: int compat_button_inset_horizontal_material +com.google.android.material.R$drawable: int abc_ic_menu_selectall_mtrl_alpha +james.adaptiveicon.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight +wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_elevation +com.xw.repo.bubbleseekbar.R$styleable: int ViewBackgroundHelper_backgroundTintMode +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_CUSTOM_VALUES_VALIDATOR +wangdaye.com.geometricweather.R$array: int location_services +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_9 +com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Metric: java.lang.String Unit +wangdaye.com.geometricweather.R$dimen: int abc_action_bar_subtitle_bottom_margin_material +wangdaye.com.geometricweather.remoteviews.config.TextWidgetConfigActivity: TextWidgetConfigActivity() +androidx.activity.R$id: int accessibility_custom_action_11 +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintLeft_toLeftOf +androidx.hilt.work.R$id: int line3 +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float getNO2() +androidx.constraintlayout.widget.R$attr: int thumbTintMode +wangdaye.com.geometricweather.R$attr: int layout_constraintHorizontal_chainStyle +androidx.appcompat.resources.R$id: int tag_unhandled_key_listeners +androidx.constraintlayout.widget.R$attr: int listPreferredItemPaddingStart +androidx.appcompat.R$styleable: int SwitchCompat_thumbTextPadding +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: void setTo(java.lang.String) +com.tencent.bugly.proguard.aj: aj() +androidx.constraintlayout.utils.widget.ImageFilterButton: ImageFilterButton(android.content.Context,android.util.AttributeSet,int) +okio.Okio$1: void flush() +androidx.appcompat.R$id: int action_divider +com.bumptech.glide.R$dimen: int notification_subtext_size +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: boolean done +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: void setX(java.lang.String) +cyanogenmod.weather.util.WeatherUtils: double celsiusToFahrenheit(double) +wangdaye.com.geometricweather.R$id: int dialog_learn_more_about_geocoder_doneBtn +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void onSubscribe(io.reactivex.disposables.Disposable) +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: boolean isDisposed() wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_counter_margin_start -io.reactivex.observers.TestObserver$EmptyObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.HourlyEntity,long) -wangdaye.com.geometricweather.R$id: int NO_DEBUG -wangdaye.com.geometricweather.R$id: int animateToStart -com.xw.repo.bubbleseekbar.R$styleable: int RecycleListView_paddingTopNoTitle -androidx.appcompat.R$id: int scrollView -com.google.android.material.button.MaterialButton: android.content.res.ColorStateList getRippleColor() -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_EditText -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem -wangdaye.com.geometricweather.R$color: int abc_tint_seek_thumb -wangdaye.com.geometricweather.R$drawable: int flag_cs -com.tencent.bugly.proguard.d -com.tencent.bugly.crashreport.crash.jni.a: com.tencent.bugly.crashreport.crash.CrashDetailBean packageCrashDatas(java.lang.String,java.lang.String,long,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,byte[],java.util.Map,boolean,boolean) -com.bumptech.glide.load.EncodeStrategy: com.bumptech.glide.load.EncodeStrategy NONE -wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String getProvince() -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_menu_cut_mtrl_alpha -james.adaptiveicon.R$dimen: int abc_edit_text_inset_bottom_material -wangdaye.com.geometricweather.R$string: int wind -com.google.gson.stream.JsonWriter: void beforeName() -okhttp3.Call: okhttp3.Call clone() -cyanogenmod.providers.CMSettings$System: boolean putFloat(android.content.ContentResolver,java.lang.String,float) -com.google.gson.stream.MalformedJsonException: long serialVersionUID -androidx.appcompat.R$styleable: int AppCompatTheme_actionBarTheme -okhttp3.OkHttpClient: okhttp3.Dispatcher dispatcher -androidx.preference.R$attr: int listChoiceIndicatorMultipleAnimated -wangdaye.com.geometricweather.R$attr: int boxStrokeWidthFocused -wangdaye.com.geometricweather.R$drawable: int ic_state_uncheck -androidx.preference.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle -com.google.android.material.R$layout: int text_view_without_line_height -androidx.hilt.work.R$styleable: int ColorStateListItem_android_alpha -androidx.appcompat.R$attr: int progressBarPadding -cyanogenmod.providers.ThemesContract$ThemesColumns$InstallState: int INSTALLING -okhttp3.Request$Builder: okhttp3.Request$Builder delete(okhttp3.RequestBody) -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_navigation_item_icon_padding -androidx.hilt.lifecycle.R$styleable: int GradientColor_android_startColor -com.tencent.bugly.crashreport.crash.anr.TraceFileHelper: com.tencent.bugly.crashreport.crash.anr.TraceFileHelper$a readFirstDumpInfo(java.lang.String,boolean) -com.jaredrummler.android.colorpicker.R$drawable: int abc_ab_share_pack_mtrl_alpha -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constrainedHeight -com.tencent.bugly.proguard.x: boolean a(java.lang.String,java.lang.Object[]) -james.adaptiveicon.R$attr: int actionModeCutDrawable -androidx.viewpager.R$attr: int fontProviderFetchStrategy -androidx.appcompat.R$drawable: int abc_list_pressed_holo_dark -android.didikee.donate.R$attr: int windowActionBarOverlay -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Toolbar_Button_Navigation -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: java.lang.Integer getCloudCover() -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabGravity -androidx.viewpager2.R$layout: int custom_dialog -cyanogenmod.providers.CMSettings$System: boolean putLong(android.content.ContentResolver,java.lang.String,long) -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: void dispose() -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Small -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_9 -com.amap.api.fence.GeoFenceManagerBase: boolean isPause() -com.google.android.material.R$color: int abc_decor_view_status_guard_light -cyanogenmod.profiles.ConnectionSettings: void processOverride(android.content.Context) -androidx.appcompat.R$attr: int thumbTintMode -com.google.android.material.R$styleable: int AppCompatTheme_editTextColor -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_SeekBar -retrofit2.DefaultCallAdapterFactory$1: java.lang.reflect.Type val$responseType -androidx.lifecycle.Transformations$3: boolean mFirstTime -com.google.android.material.R$string: int mtrl_picker_text_input_day_abbr -com.bumptech.glide.R$styleable: int FontFamilyFont_fontStyle -android.didikee.donate.R$styleable: int MenuItem_android_titleCondensed -wangdaye.com.geometricweather.R$styleable: int Slider_thumbStrokeColor -retrofit2.http.HTTP: java.lang.String path() -androidx.constraintlayout.widget.R$layout: int abc_list_menu_item_radio -org.greenrobot.greendao.AbstractDao: AbstractDao(org.greenrobot.greendao.internal.DaoConfig) -androidx.work.R$id: int text2 -com.google.android.material.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: boolean disposed -androidx.recyclerview.R$styleable: int GradientColor_android_centerY -retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback: void onResponse(retrofit2.Call,retrofit2.Response) -com.turingtechnologies.materialscrollbar.R$id: int right_icon -cyanogenmod.providers.CMSettings$System: java.lang.String KEY_MENU_ACTION -okhttp3.Headers: java.lang.String value(int) -wangdaye.com.geometricweather.settings.activities.AboutActivity: AboutActivity() -com.google.android.material.R$id: int action_context_bar -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void innerError(java.lang.Throwable) -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType QueryList -android.didikee.donate.R$attr: int titleMargin -wangdaye.com.geometricweather.R$layout: int item_weather_daily_title_large -androidx.constraintlayout.widget.R$styleable: int Transform_android_rotationX -androidx.dynamicanimation.R$id: int tag_transition_group -james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceListItem -com.google.android.material.R$interpolator: int mtrl_fast_out_slow_in -wangdaye.com.geometricweather.R$attr: int paddingRightSystemWindowInsets -android.didikee.donate.R$styleable: int Toolbar_subtitleTextAppearance -android.didikee.donate.R$color: int primary_dark_material_dark -okhttp3.Cache: int ENTRY_COUNT -com.jaredrummler.android.colorpicker.R$color: int switch_thumb_material_light -okhttp3.internal.http.HttpMethod: boolean redirectsWithBody(java.lang.String) -wangdaye.com.geometricweather.settings.dialogs.MinimalIconDialog: MinimalIconDialog() -retrofit2.adapter.rxjava2.CallEnqueueObservable: void subscribeActual(io.reactivex.Observer) -com.google.android.material.R$styleable: int Chip_checkedIconEnabled -wangdaye.com.geometricweather.background.receiver.widget.WidgetMultiCityProvider -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: java.lang.String ShortPhrase -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: boolean active -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse -androidx.constraintlayout.widget.R$styleable: int Transition_constraintSetStart -wangdaye.com.geometricweather.R$drawable: int abc_list_longpressed_holo -androidx.appcompat.view.menu.ActionMenuItemView: void setIcon(android.graphics.drawable.Drawable) -james.adaptiveicon.R$dimen: int abc_action_button_min_width_overflow_material -wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_minutely -cyanogenmod.weather.WeatherLocation$Builder -com.google.android.material.R$id: int message -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_shapeAppearance -com.xw.repo.BubbleSeekBar: void setOnProgressChangedListener(com.xw.repo.BubbleSeekBar$OnProgressChangedListener) -wangdaye.com.geometricweather.R$styleable: int CardView_cardUseCompatPadding -androidx.constraintlayout.widget.Placeholder: void setContentId(int) -androidx.appcompat.R$anim: int btn_checkbox_to_unchecked_box_inner_merged_animation -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowActionBarOverlay -com.google.android.material.R$attr: int clickAction -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: long serialVersionUID -androidx.loader.R$dimen: int compat_button_inset_horizontal_material -io.reactivex.Observable: io.reactivex.Observable groupBy(io.reactivex.functions.Function,boolean) -androidx.preference.R$styleable: int DialogPreference_android_dialogLayout -james.adaptiveicon.R$id: int title_template -com.google.gson.stream.JsonScope: JsonScope() -cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_BRIGHTNESS_CONTROL -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Temperature -retrofit2.SkipCallbackExecutorImpl: java.lang.Class annotationType() -wangdaye.com.geometricweather.R$drawable: int notif_temp_23 -wangdaye.com.geometricweather.R$style: int Theme_Design_Light -cyanogenmod.app.CustomTile$ExpandedStyle: int LIST_STYLE -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_switchStyle -wangdaye.com.geometricweather.R$id: int tag_icon_day -com.bumptech.glide.integration.okhttp.R$id: int icon -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: com.tencent.bugly.crashreport.crash.b d(com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler) -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast: MfForecastResult$ProbabilityForecast() -androidx.vectordrawable.R$styleable: int FontFamily_fontProviderCerts -com.google.android.material.R$dimen: int tooltip_y_offset_touch -cyanogenmod.providers.CMSettings$DiscreteValueValidator -com.tencent.bugly.proguard.p: java.util.Map a(int,com.tencent.bugly.proguard.o) -com.bumptech.glide.integration.okhttp.R$dimen: int compat_control_corner_material -com.google.android.material.R$dimen: int abc_dialog_title_divider_material -androidx.preference.R$attr: int switchPadding -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Weather: java.lang.String icon -androidx.recyclerview.R$styleable -com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: void setCircularRevealOverlayDrawable(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.R$styleable: int View_paddingStart -okhttp3.MultipartBody$Builder: MultipartBody$Builder() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonStyleSmall -okio.AsyncTimeout: boolean exit() -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_ensureMinTouchTargetSize -com.google.android.material.tabs.TabItem -wangdaye.com.geometricweather.R$attr: int actionButtonStyle -wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String formattedId -androidx.coordinatorlayout.R$styleable: int GradientColorItem_android_offset -james.adaptiveicon.R$styleable: int LinearLayoutCompat_android_baselineAligned -android.didikee.donate.R$id: int default_activity_button -android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid -com.google.android.material.R$attr: int thumbStrokeColor -androidx.viewpager2.R$styleable: int RecyclerView_spanCount -com.xw.repo.bubbleseekbar.R$color: int abc_tint_btn_checkable -androidx.appcompat.R$styleable: int AppCompatTheme_radioButtonStyle -james.adaptiveicon.R$styleable: int ActionBar_contentInsetRight -androidx.transition.R$styleable: int[] FontFamily -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_drawableBottom -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryInnerObserver BOUNDARY_DISPOSED -retrofit2.KotlinExtensions$suspendAndThrow$1: java.lang.Object invokeSuspend(java.lang.Object) -okhttp3.internal.cache2.Relay: okio.Buffer upstreamBuffer -wangdaye.com.geometricweather.R$styleable: int Toolbar_subtitleTextAppearance -wangdaye.com.geometricweather.R$layout: int design_navigation_item -androidx.preference.R$style: int ThemeOverlay_AppCompat_DayNight -androidx.appcompat.widget.AppCompatToggleButton: AppCompatToggleButton(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_allowPresets -androidx.preference.R$attr: int actionModeShareDrawable -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeTotalPrecipitation -okhttp3.internal.http2.Settings: int MAX_HEADER_LIST_SIZE -androidx.appcompat.R$id: int accessibility_custom_action_27 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange Past6HourRange -com.tencent.bugly.proguard.u: boolean s -okio.Okio$3: okio.Timeout timeout() -wangdaye.com.geometricweather.R$color: int design_default_color_on_error -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_numericShortcut -james.adaptiveicon.R$styleable: int AppCompatTheme_colorControlHighlight -com.turingtechnologies.materialscrollbar.R$dimen: int hint_alpha_material_light -wangdaye.com.geometricweather.R$styleable: int[] KeyTrigger -com.google.android.material.slider.Slider: float getValueFrom() -androidx.preference.R$style: int Platform_AppCompat_Light -wangdaye.com.geometricweather.R$drawable: int notif_temp_28 -okhttp3.internal.http.RequestLine: java.lang.String get(okhttp3.Request,java.net.Proxy$Type) -com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String B -com.tencent.bugly.crashreport.crash.jni.b: java.util.List a -com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: void setUnit(java.lang.String) -androidx.preference.R$style: int Base_DialogWindowTitle_AppCompat -io.reactivex.Observable: io.reactivex.Observable onErrorResumeNext(io.reactivex.functions.Function) -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SHOWERS -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial: double Value -androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_marginEnd -androidx.core.widget.NestedScrollView -okhttp3.internal.ws.RealWebSocket: okhttp3.internal.ws.WebSocketWriter writer -io.reactivex.Observable: io.reactivex.Observable doAfterTerminate(io.reactivex.functions.Action) -androidx.constraintlayout.widget.R$styleable: int Toolbar_collapseIcon -androidx.constraintlayout.widget.R$styleable: int KeyTrigger_motion_postLayoutCollision -wangdaye.com.geometricweather.R$id: int up -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void settings(boolean,okhttp3.internal.http2.Settings) -androidx.hilt.work.R$integer -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather: CNWeatherResult$Realtime$Weather() -wangdaye.com.geometricweather.R$attr: int fabAlignmentMode -com.google.android.material.R$styleable: int AppCompatTheme_colorButtonNormal -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_PopupMenu -com.amap.api.fence.DistrictItem: java.lang.String c -com.tencent.bugly.proguard.j: void a(byte,int) -wangdaye.com.geometricweather.R$id: int fill_horizontal -androidx.customview.R$drawable: int notification_bg_normal -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$LocalSource: int Id -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_elevation -androidx.recyclerview.R$dimen: int compat_button_padding_vertical_material -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: java.lang.String parent -wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Snackbar_Message -retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder client(okhttp3.OkHttpClient) -androidx.appcompat.resources.R$id: int accessibility_custom_action_8 -okhttp3.internal.ws.RealWebSocket: long pingIntervalMillis -wangdaye.com.geometricweather.R$attr: int colorBackgroundFloating -io.reactivex.Observable: io.reactivex.Observable switchMapDelayError(io.reactivex.functions.Function,int) -android.didikee.donate.R$dimen: int abc_text_size_menu_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: java.util.List value -androidx.constraintlayout.widget.R$attr: int layout_constraintTop_creator -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_82 -james.adaptiveicon.R$style: int Widget_AppCompat_SearchView_ActionBar -james.adaptiveicon.R$drawable: int abc_text_select_handle_right_mtrl_dark -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean isShouldHandleInJava() -com.xw.repo.bubbleseekbar.R$attr: int subtitleTextColor -androidx.constraintlayout.widget.R$styleable: int[] AnimatedStateListDrawableTransition -okio.Timeout: void throwIfReached() -androidx.preference.R$style: int TextAppearance_AppCompat_SearchResult_Title -com.tencent.bugly.proguard.y$a: long d -androidx.lifecycle.Transformations$2: void onChanged(java.lang.Object) -androidx.preference.R$style: int Widget_AppCompat_ActionBar_TabView -wangdaye.com.geometricweather.R$color: int colorTextTitle_dark -com.google.android.material.R$attr: int hintTextAppearance -com.xw.repo.bubbleseekbar.R$drawable: int abc_scrubber_control_off_mtrl_alpha -com.tencent.bugly.proguard.j -androidx.appcompat.widget.AppCompatTextView: int getLastBaselineToBottomHeight() -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: int active -androidx.drawerlayout.widget.DrawerLayout: DrawerLayout(android.content.Context,android.util.AttributeSet,int) -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: void onSuccess(java.lang.Object) -androidx.appcompat.widget.AppCompatTextView: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: android.os.IBinder asBinder() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_83 -androidx.savedstate.Recreator -cyanogenmod.power.IPerformanceManager: int getNumberOfProfiles() -io.reactivex.observers.TestObserver$EmptyObserver: io.reactivex.observers.TestObserver$EmptyObserver INSTANCE -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric: int UnitType -androidx.constraintlayout.widget.R$attr: int flow_wrapMode -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: long serialVersionUID -androidx.appcompat.R$drawable: int abc_ic_star_black_36dp -cyanogenmod.providers.WeatherContract$WeatherColumns$WindSpeedUnit -wangdaye.com.geometricweather.R$id: int sawtooth -androidx.cardview.R$color: R$color() -com.turingtechnologies.materialscrollbar.R$attr: int tabIconTintMode -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: android.os.IBinder asBinder() -james.adaptiveicon.R$dimen: int abc_dropdownitem_text_padding_right -androidx.preference.R$color: int highlighted_text_material_light -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText -androidx.appcompat.R$interpolator -com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_anim_sync_duration -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: boolean done -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: io.reactivex.internal.util.AtomicThrowable error -wangdaye.com.geometricweather.R$drawable: int ic_circle_medium -androidx.recyclerview.R$attr: int fontProviderCerts -okhttp3.Request: okhttp3.Headers headers() -io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: io.reactivex.Scheduler scheduler -androidx.appcompat.R$color: int foreground_material_dark -wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerSizeBottomLeft -androidx.fragment.R$id: int action_divider -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_editTextColor -androidx.appcompat.R$styleable: int ActionBar_navigationMode -android.didikee.donate.R$attr: int textAppearanceLargePopupMenu -android.didikee.donate.R$anim: int abc_slide_out_top -cyanogenmod.providers.ThemesContract$ThemesColumns$InstallState: ThemesContract$ThemesColumns$InstallState() -androidx.preference.R$color: int dim_foreground_disabled_material_dark -wangdaye.com.geometricweather.R$id: int aligned -james.adaptiveicon.R$attr: int buttonBarNeutralButtonStyle -com.tencent.bugly.crashreport.crash.c: java.lang.Boolean x -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode HAIL -com.google.android.material.R$attr: int shapeAppearanceSmallComponent -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_goneMarginEnd -okhttp3.Cookie$Builder: boolean hostOnly -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_SearchView -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.Astro sun() -androidx.preference.R$attr: int alphabeticModifiers -wangdaye.com.geometricweather.R$styleable: int MotionLayout_currentState -androidx.lifecycle.ReflectiveGenericLifecycleObserver: java.lang.Object mWrapped -wangdaye.com.geometricweather.R$integer: int design_snackbar_text_max_lines -wangdaye.com.geometricweather.R$styleable: int[] CardView -androidx.vectordrawable.R$attr: R$attr() -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constrainedHeight -com.google.android.material.R$attr: int waveDecay -com.google.android.material.R$dimen: int mtrl_toolbar_default_height -wangdaye.com.geometricweather.R$string: int feedback_resident_location -com.tencent.bugly.proguard.l: boolean a(java.lang.Object,java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle -wangdaye.com.geometricweather.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title -cyanogenmod.app.ICMStatusBarManager$Stub: int TRANSACTION_unregisterListener -wangdaye.com.geometricweather.R$drawable: int test_custom_background -com.google.android.material.R$dimen: int abc_text_size_body_2_material -com.turingtechnologies.materialscrollbar.R$color: int background_floating_material_dark -com.google.android.material.R$styleable: int Constraint_layout_constraintStart_toEndOf -wangdaye.com.geometricweather.R$styleable: int Constraint_motionProgress -com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_stackFromEnd -com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_dialogTitle -wangdaye.com.geometricweather.R$dimen: int widget_aa_text_size -okio.Okio$3: Okio$3() -wangdaye.com.geometricweather.db.entities.AlertEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.AlertEntity,int) -wangdaye.com.geometricweather.common.basic.models.weather.History: long getTime() -com.google.android.material.R$styleable: int SwitchCompat_switchMinWidth -androidx.core.R$color: int androidx_core_ripple_material_light -androidx.recyclerview.R$dimen: int compat_notification_large_icon_max_height -androidx.lifecycle.ProcessLifecycleOwner$3 -com.jaredrummler.android.colorpicker.R$attr: int splitTrack -okhttp3.internal.cache.CacheInterceptor$1: okio.BufferedSink val$cacheBody -com.turingtechnologies.materialscrollbar.R$attr: int windowActionBar -james.adaptiveicon.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String getLevel() -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void dispose() -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: java.lang.Object item -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -androidx.swiperefreshlayout.R$id: int blocking -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_visible -com.xw.repo.bubbleseekbar.R$dimen: int abc_switch_padding -com.google.android.material.R$styleable: int ConstraintLayout_Layout_constraintSet -cyanogenmod.weather.ICMWeatherManager$Stub: cyanogenmod.weather.ICMWeatherManager asInterface(android.os.IBinder) -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: void onNext(java.lang.Object) -james.adaptiveicon.R$attr: int textAppearanceListItemSmall -com.tencent.bugly.proguard.ak: java.lang.String m -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorPrimary -cyanogenmod.weather.RequestInfo: int access$202(cyanogenmod.weather.RequestInfo,int) -wangdaye.com.geometricweather.R$styleable: int[] RecycleListView -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 -cyanogenmod.externalviews.ExternalViewProviderService$Provider: void onStop() -io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: void setDisposable(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$style: int TestStyleWithLineHeight -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_borderlessButtonStyle -wangdaye.com.geometricweather.R$drawable: int abc_textfield_default_mtrl_alpha -okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Header$Listener headersListener -androidx.viewpager2.R$id: int accessibility_custom_action_8 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum: AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum() -androidx.constraintlayout.helper.widget.Flow: Flow(android.content.Context) -wangdaye.com.geometricweather.R$animator: int weather_wind_1 -cyanogenmod.app.CustomTile$ExpandedItem$1: cyanogenmod.app.CustomTile$ExpandedItem createFromParcel(android.os.Parcel) -androidx.appcompat.widget.AppCompatAutoCompleteTextView: android.content.res.ColorStateList getSupportBackgroundTintList() -okhttp3.Cache$CacheRequestImpl: okio.Sink cacheOut -wangdaye.com.geometricweather.R$id: int dialog_weather_hourly_weatherContainer -cyanogenmod.providers.CMSettings$Secure: java.lang.String QS_SHOW_BRIGHTNESS_SLIDER -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense -com.turingtechnologies.materialscrollbar.R$styleable: int CardView_contentPaddingBottom -cyanogenmod.app.CustomTile$Builder: android.net.Uri mOnClickUri -com.google.android.material.R$styleable: int MaterialButtonToggleGroup_checkedButton -com.google.android.material.R$attr: int actionBarSize -androidx.lifecycle.service.R: R() -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActivityChooserView -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setNotification(java.lang.String) -james.adaptiveicon.R$attr: int barLength +com.jaredrummler.android.colorpicker.R$id: int textSpacerNoButtons +james.adaptiveicon.R$dimen: int abc_action_bar_elevation_material +james.adaptiveicon.R$attr: int logoDescription +androidx.appcompat.widget.AppCompatEditText: void setBackgroundResource(int) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated +androidx.work.R$styleable: int GradientColor_android_centerY +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.google.gson.internal.$Gson$Types$WildcardTypeImpl: int hashCode() +com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.AlertEntityDao getAlertEntityDao() +androidx.appcompat.R$id: int accessibility_custom_action_31 +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_27 +androidx.core.R$color: int androidx_core_ripple_material_light +androidx.appcompat.widget.AppCompatCheckBox: void setSupportButtonTintMode(android.graphics.PorterDuff$Mode) +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxCornerRadiusTopEnd +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language HUNGARIAN +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: java.lang.String BriefPhrase +androidx.coordinatorlayout.R$styleable: int GradientColor_android_centerY +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String windSpeedEnd +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind wind +androidx.vectordrawable.R$styleable: int ColorStateListItem_android_color +androidx.appcompat.R$color: int background_floating_material_dark +com.turingtechnologies.materialscrollbar.R$layout: int design_menu_item_action_area +androidx.constraintlayout.widget.R$id: int tag_accessibility_pane_title +androidx.preference.R$style: int ThemeOverlay_AppCompat_Dialog_Alert +androidx.constraintlayout.widget.R$dimen: int highlight_alpha_material_light +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_android_textColorHint +com.turingtechnologies.materialscrollbar.R$attr: int switchPadding +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: io.reactivex.Observer downstream +com.google.android.material.R$style: int Widget_AppCompat_TextView_SpinnerItem +androidx.constraintlayout.helper.widget.Flow: void setVerticalBias(float) +androidx.preference.R$drawable: int abc_ic_search_api_material +androidx.appcompat.resources.R$id: int accessibility_custom_action_10 +com.xw.repo.bubbleseekbar.R$style: int Base_V21_Theme_AppCompat_Light +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomSheet +androidx.constraintlayout.widget.R$color: int abc_tint_default +com.turingtechnologies.materialscrollbar.R$color: int primary_material_dark +okio.Sink: void close() +wangdaye.com.geometricweather.R$dimen: int mtrl_navigation_item_icon_padding +androidx.lifecycle.AbstractSavedStateViewModelFactory: androidx.lifecycle.Lifecycle mLifecycle +androidx.fragment.R$attr: int fontProviderPackage +androidx.viewpager2.R$drawable: int notification_template_icon_low_bg +cyanogenmod.providers.CMSettings$Secure: java.lang.String APP_PERFORMANCE_PROFILES_ENABLED +james.adaptiveicon.R$id: int multiply +androidx.appcompat.R$attr: int queryHint +wangdaye.com.geometricweather.R$styleable: int BottomAppBar_paddingLeftSystemWindowInsets +android.support.v4.os.IResultReceiver$Default: IResultReceiver$Default() +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String windDirection +james.adaptiveicon.R$attr: int actionBarItemBackground +okhttp3.OkHttpClient$Builder: okhttp3.internal.tls.CertificateChainCleaner certificateChainCleaner +androidx.recyclerview.R$id: int notification_main_column_container +com.jaredrummler.android.colorpicker.R$styleable: int[] GradientColor +com.google.android.material.R$id: int easeOut +androidx.fragment.R$styleable: int FontFamilyFont_fontWeight +cyanogenmod.library.R$styleable: int LiveLockScreen_type +com.bumptech.glide.R$string: R$string() +com.autonavi.aps.amapapi.model.AMapLocationServer: void b(org.json.JSONObject) +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void registerCallback(cyanogenmod.externalviews.IKeyguardExternalViewCallbacks) +androidx.constraintlayout.widget.R$attr: int buttonBarButtonStyle +io.reactivex.Observable: io.reactivex.Observable switchMapSingle(io.reactivex.functions.Function) +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: WeatherContract$WeatherColumns$WeatherCode() +com.amap.api.location.AMapLocationQualityReport: boolean g +androidx.appcompat.R$styleable: int LinearLayoutCompat_divider +com.google.android.gms.common.server.converter.StringToIntConverter$zaa: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: java.util.Date EndTime +androidx.hilt.work.R$dimen: int compat_button_padding_vertical_material +com.jaredrummler.android.colorpicker.R$attr: int fontProviderAuthority +android.didikee.donate.R$styleable: int AppCompatTheme_dialogCornerRadius +retrofit2.RequestBuilder: char[] HEX_DIGITS +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_71 +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +okio.SegmentedByteString: okio.ByteString toAsciiLowercase() +cyanogenmod.content.Intent: java.lang.String ACTION_THEME_UPDATED +com.google.android.material.R$attr: int itemIconPadding +wangdaye.com.geometricweather.R$attr: int layout_constraintCircleRadius +wangdaye.com.geometricweather.R$id: int notification_multi_city_text_3 +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu +com.amap.api.location.AMapLocation: void setAdCode(java.lang.String) +io.reactivex.Observable: io.reactivex.Observable doOnEach(io.reactivex.functions.Consumer) +androidx.lifecycle.extensions.R$dimen: int notification_top_pad +wangdaye.com.geometricweather.R$id: int view_offset_helper +androidx.preference.R$styleable: int AppCompatTheme_colorControlHighlight +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun: AccuDailyResult$DailyForecasts$Sun() +androidx.lifecycle.Lifecycling: int getObserverConstructorType(java.lang.Class) +wangdaye.com.geometricweather.R$animator: int weather_clear_night_1 +androidx.constraintlayout.motion.widget.MotionLayout: void setTransitionListener(androidx.constraintlayout.motion.widget.MotionLayout$TransitionListener) +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_goneMarginRight +androidx.preference.R$color +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: java.lang.String logo +androidx.preference.R$styleable: int AppCompatTextView_textLocale +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Weather: java.lang.String icon +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_Switch +wangdaye.com.geometricweather.db.entities.WeatherEntity: long getTimeStamp() +androidx.activity.R$attr: int fontVariationSettings +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintGuide_end +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: java.lang.Throwable error +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_top_padding +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light_Dialog_MinWidth +android.didikee.donate.R$dimen: int abc_cascading_menus_min_smallest_width +androidx.appcompat.R$styleable: int PopupWindow_android_popupAnimationStyle +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ListView_DropDown +retrofit2.KotlinExtensions$awaitResponse$2$2: void onResponse(retrofit2.Call,retrofit2.Response) +wangdaye.com.geometricweather.R$dimen: int mtrl_alert_dialog_background_inset_top +io.reactivex.Observable: io.reactivex.Observable delaySubscription(io.reactivex.ObservableSource) +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: void setLiveLockScreenEnabled(boolean) +com.google.android.material.chip.Chip: void setTextAppearance(com.google.android.material.resources.TextAppearance) +cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getLongTemperatureText(android.content.Context,int) +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: boolean delayErrors +wangdaye.com.geometricweather.R$id: int transition_position +androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_android_fontStyle +com.turingtechnologies.materialscrollbar.R$attr: int fabCradleRoundedCornerRadius +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: int unitArrayIndex +androidx.recyclerview.R$id: int italic +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeAppearanceOverlay +com.turingtechnologies.materialscrollbar.MaterialScrollBar +wangdaye.com.geometricweather.R$attr: int msb_recyclerView +androidx.viewpager2.widget.ViewPager2: void setAdapter(androidx.recyclerview.widget.RecyclerView$Adapter) +com.google.android.material.R$styleable: int AppBarLayoutStates_state_lifted +androidx.viewpager.R$id: int notification_main_column +com.turingtechnologies.materialscrollbar.R$style: int Base_V21_Theme_AppCompat_Light_Dialog +com.google.android.material.R$attr: int trackTintMode +wangdaye.com.geometricweather.R$string: int widget_trend_daily +androidx.appcompat.app.AppCompatViewInflater: AppCompatViewInflater() +com.xw.repo.bubbleseekbar.R$styleable: int FontFamily_fontProviderAuthority +wangdaye.com.geometricweather.R$color: int bright_foreground_material_dark +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean onSearchRequested(android.view.SearchEvent) +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_hideOnContentScroll +okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex: AndroidPlatform$AndroidTrustRootIndex(javax.net.ssl.X509TrustManager,java.lang.reflect.Method) +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver +androidx.preference.R$attr: int editTextPreferenceStyle +wangdaye.com.geometricweather.R$style: int Platform_AppCompat +com.google.android.material.R$id: int chain +androidx.activity.R$styleable: int ColorStateListItem_alpha +io.reactivex.Observable: io.reactivex.Observable skip(long) +androidx.customview.R$id: int blocking +wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: java.lang.String admin2 +com.google.android.material.R$color: int mtrl_choice_chip_ripple_color +com.jaredrummler.android.colorpicker.R$color: int foreground_material_dark +com.amap.api.fence.PoiItem: java.lang.String getAddress() +androidx.dynamicanimation.R$string +androidx.drawerlayout.R$styleable: int GradientColor_android_gradientRadius +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Speed: double Value +androidx.constraintlayout.widget.ConstraintLayout: ConstraintLayout(android.content.Context) +okhttp3.internal.platform.OptionalMethod: java.lang.Object invokeWithoutCheckedException(java.lang.Object,java.lang.Object[]) +com.google.android.material.R$styleable: int KeyPosition_pathMotionArc +wangdaye.com.geometricweather.R$id: int dragDown +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_scaleX +androidx.viewpager2.R$layout: int custom_dialog +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_onAttachedToWindow +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeApparentTemperature +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: boolean isDisposed() +androidx.work.R$style: int TextAppearance_Compat_Notification_Info +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum: double Value +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Body1 +androidx.hilt.lifecycle.R$attr: int fontProviderFetchStrategy +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setWind(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean) +androidx.constraintlayout.widget.R$attr: int customColorValue +wangdaye.com.geometricweather.R$styleable: int[] CollapsingToolbarLayout +com.jaredrummler.android.colorpicker.R$layout: int preference_category_material +com.google.gson.stream.JsonReader: void beginArray() +wangdaye.com.geometricweather.R$styleable: int Preference_fragment +androidx.work.R$attr: int fontProviderQuery +wangdaye.com.geometricweather.R$color: int error_color_material_light +com.jaredrummler.android.colorpicker.R$attr: int titleTextStyle +james.adaptiveicon.R$layout: int abc_alert_dialog_title_material +androidx.fragment.R$drawable +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constrainedHeight +androidx.appcompat.R$color: int primary_dark_material_light +com.google.android.gms.location.GeofencingRequest +com.turingtechnologies.materialscrollbar.R$styleable: int Snackbar_snackbarTextViewStyle +wangdaye.com.geometricweather.R$anim: int abc_slide_in_bottom +androidx.vectordrawable.animated.R$styleable: int FontFamily_fontProviderAuthority +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_switchTextOff +james.adaptiveicon.R$attr: int backgroundSplit +androidx.dynamicanimation.R$id: int text +androidx.swiperefreshlayout.R$id: int tag_unhandled_key_event_manager +androidx.appcompat.widget.Toolbar: int getCurrentContentInsetStart() +okhttp3.internal.Util: boolean containsInvalidHostnameAsciiCodes(java.lang.String) +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$2: void run() +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_rotationY +com.google.android.material.R$attr: int motionStagger +com.tencent.bugly.crashreport.common.info.a: long a +com.tencent.bugly.crashreport.common.info.b: int w() +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: boolean isDisposed() +okhttp3.internal.tls.DistinguishedNameParser: DistinguishedNameParser(javax.security.auth.x500.X500Principal) +wangdaye.com.geometricweather.R$drawable: int weather_thunder_mini_grey +androidx.customview.R$style: int TextAppearance_Compat_Notification_Info +com.tencent.bugly.crashreport.biz.a: boolean d +androidx.preference.R$styleable: int Toolbar_maxButtonHeight +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int NOT_AVAILABLE +cyanogenmod.app.Profile$NotificationLightMode: int ENABLE +james.adaptiveicon.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated +com.google.android.material.R$styleable: int TabLayout_tabUnboundedRipple +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_PopupMenu +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Toolbar +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableStartCompat +com.github.rahatarmanahmed.cpv.R$attr: int cpv_startAngle +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowFixedWidthMinor +retrofit2.RequestBuilder: void setRelativeUrl(java.lang.Object) +com.amap.api.fence.GeoFenceManagerBase: void addRoundGeoFence(com.amap.api.location.DPoint,float,java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Speed Speed +androidx.constraintlayout.widget.R$drawable: int abc_ic_voice_search_api_material +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Tooltip +com.jaredrummler.android.colorpicker.R$layout: int abc_activity_chooser_view_list_item +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit MUGPCUM +okhttp3.internal.http.RetryAndFollowUpInterceptor: okhttp3.Request followUpRequest(okhttp3.Response,okhttp3.Route) +cyanogenmod.providers.CMSettings$Global: boolean isLegacySetting(java.lang.String) +androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type[] values() +com.google.android.material.R$styleable: int ConstraintSet_android_layout_marginEnd +androidx.preference.R$dimen: int compat_button_padding_horizontal_material +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: long serialVersionUID +james.adaptiveicon.R$styleable: int ColorStateListItem_android_alpha +okio.ByteString: okio.ByteString digest(java.lang.String) +com.tencent.bugly.proguard.j: void a(int,int) +androidx.appcompat.widget.Toolbar: int getContentInsetStart() +okhttp3.internal.http2.Settings: void clear() +com.tencent.bugly.proguard.u: void a(com.tencent.bugly.proguard.u,int) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_lastHorizontalBias +okhttp3.CipherSuite: java.util.Map INSTANCES +wangdaye.com.geometricweather.R$string: int feedback_short_term_precipitation_alert +androidx.dynamicanimation.R$styleable: int[] FontFamilyFont +androidx.appcompat.R$attr: int lastBaselineToBottomHeight +androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid +androidx.constraintlayout.widget.R$attr: int motion_triggerOnCollision +wangdaye.com.geometricweather.R$dimen: int design_snackbar_min_width +okhttp3.internal.http2.Http2Connection$Builder: java.net.Socket socket +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: java.lang.String country +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: java.lang.String Phrase +com.jaredrummler.android.colorpicker.R$id: int transparency_title +androidx.dynamicanimation.R$drawable: int notification_bg_low +com.google.android.material.navigation.NavigationView: android.content.res.ColorStateList getItemTextColor() +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintLeft_toRightOf +com.google.android.material.bottomappbar.BottomAppBar: void setTitle(java.lang.CharSequence) +cyanogenmod.providers.CMSettings$System: java.lang.String CAMERA_WAKE_SCREEN +wangdaye.com.geometricweather.R$id: int gridView +com.google.android.material.textfield.TextInputLayout: void setErrorEnabled(boolean) +android.didikee.donate.R$style: int Theme_AppCompat_NoActionBar +wangdaye.com.geometricweather.R$style +com.google.android.material.R$attr: int haloColor +wangdaye.com.geometricweather.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable +androidx.appcompat.R$style: int Widget_AppCompat_SearchView +wangdaye.com.geometricweather.R$drawable: int notif_temp_34 +wangdaye.com.geometricweather.R$drawable: int notif_temp_42 +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast: java.util.concurrent.atomic.AtomicInteger wip +okio.Buffer: okio.BufferedSink writeDecimalLong(long) +androidx.swiperefreshlayout.R$id: int notification_background +wangdaye.com.geometricweather.R$anim: int abc_slide_out_top +androidx.work.R$layout: int notification_template_part_chronometer +com.github.rahatarmanahmed.cpv.CircularProgressView: java.util.List listeners +io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: io.reactivex.internal.disposables.SequentialDisposable upstream +androidx.customview.R$dimen: int compat_button_padding_vertical_material +io.reactivex.Observable: io.reactivex.Single contains(java.lang.Object) +okhttp3.internal.ws.RealWebSocket$PingRunnable: void run() +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_halfExpandedRatio +com.google.android.material.slider.Slider: void setHaloRadiusResource(int) +wangdaye.com.geometricweather.R$styleable: int Variant_region_widthMoreThan +androidx.preference.R$styleable: int AppCompatTheme_dialogTheme +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_tooltipForegroundColor +okio.ForwardingSink: ForwardingSink(okio.Sink) +android.didikee.donate.R$dimen: int abc_action_bar_stacked_max_height +androidx.cardview.widget.CardView: void setCardElevation(float) +wangdaye.com.geometricweather.R$id: int resident_icon +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource getInstance(java.lang.String) +androidx.hilt.R$dimen: int compat_button_padding_horizontal_material +com.jaredrummler.android.colorpicker.R$styleable: int[] Preference +wangdaye.com.geometricweather.R$attr: int textAppearanceHeadline3 +com.xw.repo.bubbleseekbar.R$color: int abc_primary_text_disable_only_material_dark +androidx.preference.R$styleable: int AlertDialog_buttonIconDimen +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: io.reactivex.MaybeSource other +com.google.android.material.R$dimen: int material_emphasis_medium +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Headline2 +okhttp3.internal.http.CallServerInterceptor$CountingSink: void write(okio.Buffer,long) +com.github.rahatarmanahmed.cpv.CircularProgressView +wangdaye.com.geometricweather.R$style: int content_text +com.jaredrummler.android.colorpicker.R$integer: int status_bar_notification_info_maxnum +james.adaptiveicon.R$style: int Widget_AppCompat_ListView_DropDown +android.didikee.donate.R$attr: int colorControlActivated +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int HOT +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void drain() +io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver +androidx.preference.R$styleable: int AppCompatTheme_borderlessButtonStyle +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xdp +androidx.appcompat.R$attr: int dividerPadding +wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.String getDescription() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setAqi(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX) +wangdaye.com.geometricweather.R$id: int parent_matrix +androidx.recyclerview.R$string +wangdaye.com.geometricweather.remoteviews.config.DayWidgetConfigActivity: DayWidgetConfigActivity() +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_alertDialogTheme +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Toolbar_Button_Navigation +androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_scaleX +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_panelBackground +okhttp3.internal.cache.CacheStrategy$Factory: CacheStrategy$Factory(long,okhttp3.Request,okhttp3.Response) +retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback +androidx.hilt.work.R$attr: int fontWeight +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation: double qty6H +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_checkedIconSize +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: org.greenrobot.greendao.query.Query weatherEntity_HourlyEntityListQuery +androidx.vectordrawable.R$id: int forever +wangdaye.com.geometricweather.R$dimen: int cpv_color_preference_large +androidx.appcompat.R$drawable: int abc_list_pressed_holo_dark +androidx.cardview.R$attr: int contentPadding +retrofit2.Utils: java.lang.reflect.Type getSupertype(java.lang.reflect.Type,java.lang.Class,java.lang.Class) +androidx.coordinatorlayout.R$style: int TextAppearance_Compat_Notification_Info +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_display_4_material +cyanogenmod.themes.IThemeService$Stub: cyanogenmod.themes.IThemeService asInterface(android.os.IBinder) +cyanogenmod.providers.DataUsageContract: java.lang.String CONTENT_TYPE +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_contentInsetRight +androidx.preference.DropDownPreference: DropDownPreference(android.content.Context,android.util.AttributeSet) +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_stacked_max_height +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_AutoCompleteTextView +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub$Proxy: IWeatherProviderServiceClient$Stub$Proxy(android.os.IBinder) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setPubTime(java.util.Date) +androidx.preference.R$color: int material_grey_50 +cyanogenmod.app.CMTelephonyManager: void setSubState(int,boolean) +wangdaye.com.geometricweather.R$id: int material_value_index +okhttp3.MultipartBody: int size() +io.reactivex.internal.operators.observable.ObserverResourceWrapper: void dispose() +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_Counter_Overflow +io.reactivex.internal.observers.InnerQueuedObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric: int UnitType +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_31 +androidx.preference.R$id: int group_divider +androidx.constraintlayout.widget.R$style: int Base_V26_Theme_AppCompat +okhttp3.internal.http2.Http2Stream: void receiveHeaders(java.util.List) +cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.IKeyguardExternalViewCallbacks mKeyguardExternalViewCallbacks +com.google.android.gms.base.R$string: int common_google_play_services_install_text +androidx.constraintlayout.widget.R$bool: R$bool() +androidx.fragment.app.DialogFragment +androidx.lifecycle.SavedStateHandle$SavingStateLiveData: void detach() +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_137 +com.github.rahatarmanahmed.cpv.CircularProgressView$5 +com.google.android.gms.common.internal.zaw: android.os.Parcelable$Creator CREATOR +com.xw.repo.bubbleseekbar.R$attr: int ratingBarStyleSmall +android.didikee.donate.R$dimen: int abc_select_dialog_padding_start_material +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar +cyanogenmod.weather.WeatherLocation: java.lang.String getCity() androidx.lifecycle.ClassesInfoCache: boolean hasLifecycleMethods(java.lang.Class) -james.adaptiveicon.R$drawable: int abc_ratingbar_small_material -com.github.rahatarmanahmed.cpv.BuildConfig -androidx.preference.R$styleable: int CheckBoxPreference_android_summaryOff -wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Placeholder -com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType GPS -androidx.recyclerview.R$id: int accessibility_custom_action_7 -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void runSync() -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory -com.xw.repo.BubbleSeekBar: void setSecondTrackColor(int) -com.google.android.material.R$dimen: int material_clock_hand_stroke_width -com.xw.repo.bubbleseekbar.R$attr: int bsb_thumb_radius -com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_android_fontVariationSettings -com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_max_progress -cyanogenmod.themes.ThemeChangeRequest$1: java.lang.Object createFromParcel(android.os.Parcel) -wangdaye.com.geometricweather.R$drawable: int mtrl_dialog_background -androidx.appcompat.R$attr: int contentInsetStart -cyanogenmod.hardware.CMHardwareManager: boolean writePersistentInt(java.lang.String,int) -com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getItemIconSize() -android.didikee.donate.R$attr: int seekBarStyle -com.xw.repo.bubbleseekbar.R$attr: int navigationContentDescription -wangdaye.com.geometricweather.R$styleable: int CheckBoxPreference_android_summaryOff -androidx.appcompat.R$style: int Widget_AppCompat_Spinner -androidx.activity.R$dimen: int notification_small_icon_size_as_large -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Maximum Maximum -james.adaptiveicon.R$styleable: int AppCompatTextView_drawableEndCompat -cyanogenmod.externalviews.KeyguardExternalView$9 -androidx.work.R$id: int accessibility_action_clickable_span -androidx.preference.R$color: int background_floating_material_dark -com.tencent.bugly.BuglyStrategy: boolean recordUserInfoOnceADay() -androidx.hilt.R$id: int tag_accessibility_clickable_spans -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_backgroundSplit -androidx.appcompat.R$attr: int actionModeWebSearchDrawable -androidx.preference.R$anim: int btn_radio_to_on_mtrl_dot_group_animation -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Imperial Imperial -com.google.android.material.R$styleable: int[] KeyTimeCycle -androidx.constraintlayout.widget.R$dimen: int abc_list_item_height_material -com.google.android.material.R$layout: int material_time_input -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_hovered_z -wangdaye.com.geometricweather.R$id: int dialog_minimal_icon_xmlIcon -androidx.legacy.coreutils.R$drawable -okhttp3.internal.cache.FaultHidingSink: void close() -retrofit2.HttpServiceMethod: HttpServiceMethod(retrofit2.RequestFactory,okhttp3.Call$Factory,retrofit2.Converter) -com.tencent.bugly.crashreport.CrashReport: boolean setJavascriptMonitor(android.webkit.WebView,boolean) -cyanogenmod.app.IProfileManager$Stub$Proxy: boolean removeProfile(cyanogenmod.app.Profile) -androidx.preference.R$styleable: int Preference_shouldDisableView -com.tencent.bugly.proguard.u: byte[] l -wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric Metric -io.reactivex.internal.queue.SpscArrayQueue: long serialVersionUID -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: java.util.concurrent.atomic.AtomicInteger windows -retrofit2.Retrofit: java.util.concurrent.Executor callbackExecutor() -com.jaredrummler.android.colorpicker.R$integer: int cancel_button_image_alpha -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight_NoActionBar -com.xw.repo.bubbleseekbar.R$attr: int imageButtonStyle -com.google.android.material.R$styleable: int Badge_badgeTextColor -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_106 -androidx.core.R$style: int TextAppearance_Compat_Notification_Time -androidx.core.R$styleable: int FontFamilyFont_font -androidx.appcompat.widget.AppCompatTextView: int[] getAutoSizeTextAvailableSizes() -io.reactivex.internal.util.HashMapSupplier: java.util.concurrent.Callable asCallable() -com.bumptech.glide.integration.okhttp.R$id: int right_icon -okhttp3.internal.http2.Http2Connection: void shutdown(okhttp3.internal.http2.ErrorCode) -android.support.v4.graphics.drawable.IconCompatParcelizer -androidx.dynamicanimation.R$styleable: int[] FontFamily -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: io.reactivex.functions.Function mapper -wangdaye.com.geometricweather.R$anim: int btn_radio_to_on_mtrl_dot_group_animation -retrofit2.Utils: java.lang.RuntimeException parameterError(java.lang.reflect.Method,java.lang.Throwable,int,java.lang.String,java.lang.Object[]) -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: void setDataConnectionState(boolean) -okhttp3.internal.Util: java.net.InetAddress decodeIpv6(java.lang.String,int,int) -com.tencent.bugly.crashreport.crash.h5.H5JavaScriptInterface: java.util.Map e -com.jaredrummler.android.colorpicker.R$attr: int contentInsetStartWithNavigation -io.reactivex.exceptions.MissingBackpressureException: MissingBackpressureException() -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: java.lang.Throwable error -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_star_black_36dp -androidx.preference.R$id: int progress_horizontal -com.tencent.bugly.proguard.i: void a() -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: ObservableSequenceEqualSingle$EqualCoordinator(io.reactivex.SingleObserver,int,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiPredicate) -com.jaredrummler.android.colorpicker.R$attr: int fontProviderPackage -androidx.appcompat.R$attr: int contentInsetLeft -com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_android_maxWidth -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: void onComplete() -androidx.appcompat.widget.AppCompatTextView: android.content.res.ColorStateList getSupportCompoundDrawablesTintList() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd -com.jaredrummler.android.colorpicker.R$attr: int contentInsetStart -androidx.fragment.R$id: int accessibility_custom_action_21 -android.didikee.donate.R$dimen: int abc_text_size_button_material +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintLeft_toLeftOf +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun: long EpochSet +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView: void setHistogramAlpha(float) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox +okhttp3.internal.connection.RealConnection: java.lang.String toString() +com.baidu.location.e.h$a: com.baidu.location.e.h$a[] values() +okio.Okio: okio.AsyncTimeout timeout(java.net.Socket) +io.reactivex.internal.schedulers.ScheduledDirectTask: ScheduledDirectTask(java.lang.Runnable) +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_navigationContentDescription +androidx.constraintlayout.utils.widget.ImageFilterView: void setSaturation(float) +android.didikee.donate.R$style: int TextAppearance_AppCompat_Title +io.reactivex.Observable: io.reactivex.Observable intervalRange(long,long,long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +androidx.lifecycle.LifecycleRegistry +androidx.lifecycle.ProcessLifecycleOwner$1: ProcessLifecycleOwner$1(androidx.lifecycle.ProcessLifecycleOwner) +com.google.android.material.R$dimen: int abc_text_size_subtitle_material_toolbar +james.adaptiveicon.R$style: int Widget_AppCompat_PopupMenu +wangdaye.com.geometricweather.R$id: int dialog_adaptive_icon_container +com.amap.api.location.AMapLocationClient: com.amap.api.location.AMapLocation getLastKnownLocation() +androidx.activity.R$drawable: int notification_bg_normal +com.tencent.bugly.BuglyStrategy: com.tencent.bugly.BuglyStrategy setUserInfoActivity(java.lang.Class) +com.google.android.material.navigation.NavigationView: void setItemHorizontalPaddingResource(int) +androidx.legacy.coreutils.R$layout +wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableTransition_android_drawable +wangdaye.com.geometricweather.R$string: int content_des_no_precipitation +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_53 +com.google.android.material.R$attr: int dayStyle +androidx.lifecycle.ProcessLifecycleOwner$2: ProcessLifecycleOwner$2(androidx.lifecycle.ProcessLifecycleOwner) +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Headline4 +okhttp3.internal.Internal: void apply(okhttp3.ConnectionSpec,javax.net.ssl.SSLSocket,boolean) +com.xw.repo.bubbleseekbar.R$attr: int listPopupWindowStyle +com.google.gson.stream.JsonReader: java.lang.String nextString() +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHorizontal_bias +android.didikee.donate.R$color: int material_grey_600 +cyanogenmod.weatherservice.WeatherProviderService: WeatherProviderService() +okhttp3.internal.Util: boolean isAndroidGetsocknameError(java.lang.AssertionError) +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken END_OBJECT +james.adaptiveicon.R$attr: int buttonGravity +wangdaye.com.geometricweather.R$id: int bottom +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light_Dialog_MinWidth +com.google.android.material.R$style: int Base_Animation_AppCompat_Dialog +io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: long maxAge +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Body2 +android.didikee.donate.R$style: int ThemeOverlay_AppCompat_Dialog_Alert +com.google.android.material.R$attr: int textAppearanceSubtitle2 +cyanogenmod.platform.Manifest$permission: java.lang.String MANAGE_PERSISTENT_STORAGE +androidx.constraintlayout.widget.R$attr: int tooltipFrameBackground +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Chip +wangdaye.com.geometricweather.db.entities.DailyEntity: void setRagweedDescription(java.lang.String) +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_TopRightDifferentCornerSize +wangdaye.com.geometricweather.R$string: int feedback_ignore_battery_optimizations_content +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial: double Value +com.google.android.material.button.MaterialButton: int getCornerRadius() +android.didikee.donate.R$id: int decor_content_parent +wangdaye.com.geometricweather.R$plurals +androidx.work.impl.WorkDatabase +androidx.constraintlayout.widget.R$interpolator +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: java.util.List getSubInformation() +wangdaye.com.geometricweather.R$array: int clock_font +com.google.android.material.R$styleable: int RecycleListView_paddingBottomNoButtons +androidx.preference.R$styleable: int Spinner_android_dropDownWidth +com.google.android.material.R$styleable: int KeyTimeCycle_android_translationY +wangdaye.com.geometricweather.R$id: int dialog_location_help_permissionContainer +androidx.lifecycle.extensions.R$dimen: int notification_small_icon_background_padding +com.xw.repo.bubbleseekbar.R$attr: int tickMark +android.didikee.donate.R$drawable: int abc_btn_radio_to_on_mtrl_000 +wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: CaiYunMainlyResult$AlertsBean$ImagesBean() +wangdaye.com.geometricweather.R$attr: int titleTextAppearance +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionBar_TabText +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Imperial: int UnitType +androidx.preference.R$attr: int subtitleTextColor +wangdaye.com.geometricweather.R$string: int abc_searchview_description_query +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_suffixTextAppearance +wangdaye.com.geometricweather.db.entities.HourlyEntityDao +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_clear_material +androidx.coordinatorlayout.R$drawable: int notification_bg +androidx.preference.R$styleable: int CoordinatorLayout_keylines +okio.Pipe$PipeSource: okio.Timeout timeout +wangdaye.com.geometricweather.R$drawable: int shortcuts_partly_cloudy_night_foreground +com.google.android.material.R$id: int scrollable +com.tencent.bugly.crashreport.common.info.a: java.lang.Object aw +wangdaye.com.geometricweather.R$color: int button_material_light +androidx.activity.R$drawable: int notification_icon_background +com.google.android.material.R$id: int fill +android.didikee.donate.R$attr: int dropDownListViewStyle +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_paddingTop +com.amap.api.location.AMapLocationClientOption: long getHttpTimeOut() +wangdaye.com.geometricweather.R$drawable: int notif_temp_46 +wangdaye.com.geometricweather.R$styleable: int[] MaterialButtonToggleGroup +android.didikee.donate.R$style: int Base_Widget_AppCompat_Toolbar +com.jaredrummler.android.colorpicker.R$drawable: int notification_bg_normal +androidx.appcompat.resources.R$id: int tag_accessibility_clickable_spans +james.adaptiveicon.R$dimen: int notification_top_pad_large_text +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setBottomText(java.lang.String) +androidx.preference.R$styleable: int AppCompatTheme_windowNoTitle +androidx.appcompat.R$style: int Widget_Compat_NotificationActionContainer +com.bumptech.glide.R$attr: R$attr() +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData +com.turingtechnologies.materialscrollbar.R$drawable: int abc_spinner_mtrl_am_alpha +androidx.appcompat.resources.R$styleable: int[] FontFamilyFont +com.google.android.material.tabs.TabLayout$TabView: void setSelected(boolean) +androidx.appcompat.widget.AppCompatRadioButton: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_drawableLeft +cyanogenmod.app.CustomTile$ExpandedStyle: int GRID_STYLE +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Subhead +wangdaye.com.geometricweather.R$id: int notification_big_week_4 +com.bumptech.glide.Registry$NoModelLoaderAvailableException: Registry$NoModelLoaderAvailableException(java.lang.Object) +com.amap.api.fence.PoiItem: java.lang.String b +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_popupMenuStyle +com.google.android.material.R$styleable: int CompoundButton_buttonCompat +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_contentInsetLeft +okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner +android.didikee.donate.R$style: int Base_Theme_AppCompat_Light +io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.main.dialogs.BackgroundLocationDialog: BackgroundLocationDialog() +androidx.lifecycle.ViewModel: ViewModel() +wangdaye.com.geometricweather.R$styleable: int RecycleListView_paddingTopNoTitle +androidx.appcompat.widget.ActionMenuPresenter$OverflowPopup +com.turingtechnologies.materialscrollbar.R$styleable: int[] Chip +androidx.viewpager.widget.ViewPager: void removeOnAdapterChangeListener(androidx.viewpager.widget.ViewPager$OnAdapterChangeListener) +androidx.constraintlayout.widget.R$styleable: int[] Transition +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: io.reactivex.internal.fuseable.SimpleQueue queue +com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Widget_AppCompat_EditText +com.turingtechnologies.materialscrollbar.R$layout: int design_navigation_menu_item +okhttp3.Cache$Entry: void writeTo(okhttp3.internal.cache.DiskLruCache$Editor) +retrofit2.OkHttpCall: okhttp3.Call createRawCall() +wangdaye.com.geometricweather.R$anim: int btn_checkbox_to_checked_icon_null_animation +com.google.android.material.appbar.CollapsingToolbarLayout: int getExpandedTitleGravity() +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: java.util.concurrent.TimeUnit unit +androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemHeight +com.tencent.bugly.crashreport.crash.CrashDetailBean: byte[] y +androidx.constraintlayout.widget.R$color: int abc_secondary_text_material_dark +com.google.android.material.R$attr: int listPreferredItemHeightLarge +com.google.android.gms.base.R$color: int common_google_signin_btn_text_dark_pressed +com.google.android.material.datepicker.MaterialCalendar$CalendarSelector: com.google.android.material.datepicker.MaterialCalendar$CalendarSelector DAY +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum Minimum +com.google.android.material.R$attr: int actionProviderClass +okhttp3.Cookie$Builder: boolean httpOnly +androidx.constraintlayout.widget.R$drawable +androidx.hilt.lifecycle.R$dimen: int compat_button_padding_vertical_material +okhttp3.internal.http.HttpHeaders: int skipUntil(java.lang.String,int,java.lang.String) +com.google.android.material.snackbar.Snackbar$SnackbarLayout: void setBackgroundTintList(android.content.res.ColorStateList) +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: boolean requestDismissAndStartActivity(android.content.Intent) +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.lang.String getShortDate(android.content.Context) +androidx.preference.R$style: int Theme_AppCompat_Light_Dialog_Alert +androidx.constraintlayout.widget.R$attr: int customNavigationLayout +cyanogenmod.externalviews.ExternalViewProviderService$1$1: ExternalViewProviderService$1$1(cyanogenmod.externalviews.ExternalViewProviderService$1,android.os.Bundle) +androidx.constraintlayout.widget.R$style: int Base_V28_Theme_AppCompat +com.google.android.material.R$attr: int contentPaddingRight +androidx.legacy.coreutils.R$style: int TextAppearance_Compat_Notification_Info +com.xw.repo.bubbleseekbar.R$attr: int showDividers +com.google.android.material.R$integer: int mtrl_btn_anim_duration_ms +androidx.hilt.R$dimen: int notification_large_icon_height +com.google.android.material.R$attr: int gestureInsetBottomIgnored +android.didikee.donate.R$attr: int buttonStyleSmall +wangdaye.com.geometricweather.R$string: int settings_title_appearance +retrofit2.RequestFactory$Builder: boolean isKotlinSuspendFunction +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintDimensionRatio +io.reactivex.internal.subscriptions.SubscriptionHelper: boolean setOnce(java.util.concurrent.atomic.AtomicReference,org.reactivestreams.Subscription,long) +com.google.android.material.R$layout: int abc_select_dialog_material +com.google.android.gms.common.server.response.FastJsonResponse$Field: com.google.android.gms.common.server.response.zaj CREATOR +wangdaye.com.geometricweather.R$attr: int yearTodayStyle +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Speed +com.google.android.material.R$styleable: int ConstraintSet_flow_firstVerticalBias +cyanogenmod.app.Profile: android.os.Parcelable$Creator CREATOR +com.github.rahatarmanahmed.cpv.CircularProgressViewListener: void onProgressUpdateEnd(float) +com.jaredrummler.android.colorpicker.R$attr: int autoCompleteTextViewStyle +androidx.lifecycle.extensions.R$styleable: int FontFamily_fontProviderCerts +wangdaye.com.geometricweather.R$dimen: int abc_floating_window_z +com.google.android.material.R$style: int Base_Widget_AppCompat_ImageButton +com.google.android.material.R$styleable: int TabLayout_tabPaddingBottom +wangdaye.com.geometricweather.R$id: int item_alert_subtitle +androidx.preference.R$styleable: int TextAppearance_android_textSize +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Display1 +okhttp3.Cookie: java.util.regex.Pattern TIME_PATTERN +com.tencent.bugly.crashreport.common.info.a: java.lang.String k() +okhttp3.internal.ws.WebSocketWriter: okio.Sink newMessageSink(int,long) +io.reactivex.exceptions.CompositeException: int size() +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator VOLUME_ADJUST_SOUNDS_ENABLED_VALIDATOR +com.turingtechnologies.materialscrollbar.R$attr: int listPopupWindowStyle +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setCurrent(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean) +cyanogenmod.app.ICMStatusBarManager$Stub: cyanogenmod.app.ICMStatusBarManager asInterface(android.os.IBinder) +wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_backgroundOverlayColorAlpha +com.google.gson.JsonIOException: long serialVersionUID +com.turingtechnologies.materialscrollbar.R$styleable: int[] NavigationView +com.github.rahatarmanahmed.cpv.R$string: int app_name +androidx.preference.R$styleable: int AppCompatImageView_tint +io.reactivex.Observable: io.reactivex.Observable concatMap(io.reactivex.functions.Function,int) +io.reactivex.internal.util.NotificationLite: java.lang.Object next(java.lang.Object) +com.google.android.material.R$styleable: int MenuItem_android_onClick +wangdaye.com.geometricweather.R$styleable: int MotionLayout_motionDebug +wangdaye.com.geometricweather.R$string: int sp_widget_clock_day_horizontal_setting +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWindDegree +wangdaye.com.geometricweather.R$animator: int weather_thunder_1 +com.tencent.bugly.proguard.ai: java.util.ArrayList b +com.amap.api.fence.GeoFence: java.lang.String BUNDLE_KEY_FENCESTATUS +com.google.android.material.R$attr: int imageButtonStyle +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum: java.lang.String Unit +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: java.util.concurrent.atomic.AtomicLong requested +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getUnitId() +io.reactivex.internal.util.ArrayListSupplier: io.reactivex.internal.util.ArrayListSupplier INSTANCE +com.google.android.material.R$styleable: int CardView_android_minHeight +android.didikee.donate.R$color: int dim_foreground_disabled_material_light +androidx.appcompat.widget.Toolbar: void setNavigationOnClickListener(android.view.View$OnClickListener) +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Medium +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Light +com.turingtechnologies.materialscrollbar.R$layout: int abc_alert_dialog_material +com.tencent.bugly.crashreport.common.info.a: boolean z +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamily_fontProviderPackage +com.google.android.material.R$styleable: int Toolbar_android_gravity +com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String w +com.google.android.material.R$styleable: int Constraint_barrierAllowsGoneWidgets +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_editor_absoluteY +com.google.android.material.R$styleable: int AppCompatImageView_srcCompat +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_android_minHeight +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1: void onSucceed(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$integer: int config_tooltipAnimTime +wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setDaylight(boolean) +androidx.lifecycle.ProcessLifecycleOwnerInitializer: android.net.Uri insert(android.net.Uri,android.content.ContentValues) +com.github.rahatarmanahmed.cpv.R$attr: int cpv_progress +james.adaptiveicon.R$styleable: int AppCompatTheme_colorSwitchThumbNormal +james.adaptiveicon.R$id: int textSpacerNoTitle +okhttp3.Connection +wangdaye.com.geometricweather.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title +androidx.appcompat.resources.R$drawable: int notification_tile_bg +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_gestureInsetBottomIgnored +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_fixed_height_major +androidx.activity.R$styleable: int FontFamily_fontProviderPackage +androidx.preference.R$id: int action_divider +okhttp3.internal.connection.RouteSelector: java.util.List postponedRoutes +com.xw.repo.bubbleseekbar.R$id: int content +com.google.android.material.R$styleable: int Layout_layout_constraintLeft_creator +com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_chipSpacing +com.google.android.material.slider.BaseSlider: java.util.List getValues() +androidx.coordinatorlayout.R$styleable: int FontFamilyFont_android_fontStyle +com.tencent.bugly.proguard.z: java.lang.String a(android.content.Context,java.lang.String) +com.tencent.bugly.crashreport.crash.b +wangdaye.com.geometricweather.R$attr: int customBoolean +androidx.coordinatorlayout.R$layout: int notification_action +com.xw.repo.bubbleseekbar.R$color: int dim_foreground_material_dark +james.adaptiveicon.R$id: int submenuarrow +com.google.android.material.R$id: int accessibility_custom_action_21 +okhttp3.internal.http1.Http1Codec$FixedLengthSink: okio.Timeout timeout() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary TemperatureSummary +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: void setNewX(java.lang.String) +androidx.appcompat.R$style: int Widget_Compat_NotificationActionText +androidx.constraintlayout.widget.R$dimen: int tooltip_y_offset_touch +androidx.preference.R$attr: int editTextColor +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_minWidth +androidx.constraintlayout.widget.R$styleable: int Toolbar_contentInsetStartWithNavigation +okhttp3.internal.cache.DiskLruCache: void setMaxSize(long) +com.google.android.material.R$attr: int actionModeCutDrawable +com.tencent.bugly.crashreport.CrashReport: void closeNativeReport() +androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType: androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType START +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow +com.google.android.material.R$layout: int abc_search_view +wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_moonPhase +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light_NoActionBar +com.google.android.material.R$styleable: int AppBarLayout_Layout_layout_scrollFlags +com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_thickness +james.adaptiveicon.R$anim: int abc_slide_in_bottom +com.turingtechnologies.materialscrollbar.R$attr: int cardBackgroundColor +com.google.android.material.R$style: int Base_AlertDialog_AppCompat +wangdaye.com.geometricweather.R$layout: int widget_remote +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle +com.google.android.material.R$styleable: int AppCompatTheme_actionBarWidgetTheme +androidx.appcompat.R$styleable: int AppCompatTheme_selectableItemBackground +wangdaye.com.geometricweather.R$id: int widget_week_icon_1 +com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleMarginTop +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_77 +androidx.preference.R$id: int action_context_bar +com.bumptech.glide.R$drawable: int notification_bg_normal +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_Layout_android_layout_height +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small +okhttp3.Route: okhttp3.Address address() +com.tencent.bugly.proguard.u: boolean e() +androidx.appcompat.R$drawable: int abc_action_bar_item_background_material +com.google.android.material.R$styleable: int NavigationView_itemShapeFillColor +com.google.android.material.transformation.TransformationChildCard +androidx.work.R$id: R$id() +wangdaye.com.geometricweather.R$styleable: int LiveLockScreen_settingsActivity +okhttp3.internal.http1.Http1Codec$UnknownLengthSource: Http1Codec$UnknownLengthSource(okhttp3.internal.http1.Http1Codec) +com.amap.api.fence.PoiItem: android.os.Parcelable$Creator getCreator() +retrofit2.Retrofit$Builder: Retrofit$Builder() +okhttp3.HttpUrl: java.lang.String FRAGMENT_ENCODE_SET_URI +com.google.android.material.R$attr: int passwordToggleTint +androidx.preference.R$attr: int drawableTopCompat +wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode SYSTEM +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: java.util.concurrent.atomic.AtomicReference mainDisposable +wangdaye.com.geometricweather.R$drawable: int abc_list_focused_holo +okhttp3.internal.http2.Http2: byte FLAG_ACK +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHorizontal_bias +com.google.android.material.R$dimen: int abc_list_item_height_large_material +com.turingtechnologies.materialscrollbar.R$id: int multiply +com.google.android.material.textfield.TextInputLayout: void setEndIconDrawable(int) +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float rain +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse +androidx.appcompat.resources.R$id: int normal +com.amap.api.location.DPoint +cyanogenmod.app.ProfileManager: cyanogenmod.app.ProfileManager getInstance(android.content.Context) +wangdaye.com.geometricweather.R$id: int stop +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.UV getUV() +wangdaye.com.geometricweather.R$styleable: int[] MaterialRadioButton +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum: int UnitType +androidx.vectordrawable.R$id: int notification_main_column_container +okhttp3.RequestBody$2: int val$offset +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_textLocale +androidx.constraintlayout.widget.R$attr: int textAppearanceListItem +com.google.android.material.R$attr: int cornerFamilyTopLeft +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleMarginEnd +androidx.transition.R$id: int line3 +com.google.android.material.internal.FlowLayout: void setItemSpacing(int) +com.jaredrummler.android.colorpicker.R$style: int Platform_ThemeOverlay_AppCompat +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: int getStatus() +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_8 +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeTotalPrecipitationDuration() +cyanogenmod.alarmclock.ClockContract$CitiesColumns: java.lang.String CITY_NAME +org.greenrobot.greendao.identityscope.IdentityScopeType: org.greenrobot.greendao.identityscope.IdentityScopeType valueOf(java.lang.String) +com.xw.repo.bubbleseekbar.R$attr: int toolbarNavigationButtonStyle +com.xw.repo.bubbleseekbar.R$id: int home +wangdaye.com.geometricweather.R$color: int design_default_color_secondary +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatSeekBar_tickMarkTint +com.google.android.material.R$id: int content +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionDropDownStyle +wangdaye.com.geometricweather.R$id: int container_main_sun_moon_sunrise_sunset +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void onComplete() +com.google.android.material.R$dimen: int material_clock_period_toggle_margin_left +james.adaptiveicon.R$styleable: int LinearLayoutCompat_android_gravity +com.jaredrummler.android.colorpicker.R$dimen +android.support.v4.app.INotificationSideChannel$Default: android.os.IBinder asBinder() +com.xw.repo.bubbleseekbar.R$attr: int bsb_min +com.tencent.bugly.proguard.ai: void a(com.tencent.bugly.proguard.j) +wangdaye.com.geometricweather.R$attr: int actionBarStyle +com.google.android.material.R$dimen: int material_font_1_3_box_collapsed_padding_top +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: Minutely(java.util.Date,long,boolean,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,int,java.lang.Integer,java.lang.Integer) +androidx.core.R$attr +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result: MfForecastV2Result() +com.baidu.location.indoor.c +retrofit2.ParameterHandler$PartMap: java.lang.String transferEncoding +androidx.constraintlayout.widget.R$color: int abc_tint_seek_thumb +androidx.constraintlayout.widget.R$string: int abc_searchview_description_clear +com.jaredrummler.android.colorpicker.R$id: int expand_activities_button +androidx.preference.R$dimen: int abc_text_size_display_2_material +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_menu_header_material +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver +io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: ObservableUnsubscribeOn$UnsubscribeObserver(io.reactivex.Observer,io.reactivex.Scheduler) +io.reactivex.internal.disposables.DisposableHelper: void reportDisposableSet() +androidx.lifecycle.SingleGeneratedAdapterObserver: SingleGeneratedAdapterObserver(androidx.lifecycle.GeneratedAdapter) +androidx.preference.R$attr: int titleMarginBottom +com.bumptech.glide.integration.okhttp.R$attr: int layout_dodgeInsetEdges +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintCircleAngle +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Display3 +androidx.constraintlayout.widget.R$dimen: int abc_disabled_alpha_material_light +com.google.android.material.R$attr: int moveWhenScrollAtTop +androidx.viewpager.R$dimen: int compat_button_padding_vertical_material +com.jaredrummler.android.colorpicker.ColorPanelView: void setColor(int) +com.google.android.material.circularreveal.CircularRevealGridLayout: com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo getRevealInfo() +wangdaye.com.geometricweather.R$color: int preference_fallback_accent_color +wangdaye.com.geometricweather.db.entities.DailyEntityDao: boolean isEntityUpdateable() +wangdaye.com.geometricweather.R$style: int ThemeOverlay_Design_TextInputEditText +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: void setFrom(java.lang.String) +io.reactivex.subjects.PublishSubject$PublishDisposable: void onNext(java.lang.Object) +androidx.appcompat.R$drawable: int abc_tab_indicator_mtrl_alpha +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) +cyanogenmod.hardware.ICMHardwareService: byte[] readPersistentBytes(java.lang.String) +com.xw.repo.bubbleseekbar.R$dimen: int compat_notification_large_icon_max_height +androidx.core.R$id: int accessibility_custom_action_17 +okhttp3.Response$Builder: okhttp3.Response$Builder sentRequestAtMillis(long) +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: int[] getVibratorIntensity() +androidx.hilt.R$styleable: int FontFamily_fontProviderCerts +androidx.preference.R$dimen: int abc_text_size_display_3_material +okhttp3.internal.ws.WebSocketWriter: okio.Buffer sinkBuffer +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: boolean isDisposed() +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: boolean isDisposed() +okhttp3.internal.http2.Hpack$Writer: int maxDynamicTableByteCount +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_contentInsetStart +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_subtitleTextStyle +com.tencent.bugly.proguard.am: java.lang.String i +androidx.appcompat.widget.Toolbar: void setCollapseContentDescription(int) +okio.Buffer: okio.BufferedSink write(byte[],int,int) +cyanogenmod.externalviews.KeyguardExternalView: android.os.IBinder mService +androidx.recyclerview.R$style: R$style() +com.jaredrummler.android.colorpicker.R$attr: int titleMargins +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language SERBIAN +androidx.customview.R$styleable: int FontFamily_fontProviderAuthority +io.reactivex.Observable: io.reactivex.disposables.Disposable forEachWhile(io.reactivex.functions.Predicate) +okhttp3.internal.http2.Hpack$Writer: okio.Buffer out +wangdaye.com.geometricweather.R$drawable: int weather_clear_night_pixel +com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.reflect.Type ownerType +androidx.preference.R$attr: int actionMenuTextColor +com.google.android.material.R$styleable: int AppBarLayoutStates_state_collapsed +androidx.preference.R$styleable: int AlertDialog_singleChoiceItemLayout +com.google.android.material.R$dimen: int design_navigation_elevation +com.google.android.material.bottomnavigation.BottomNavigationView: android.view.Menu getMenu() +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Display1 +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$DailyTemperature temperature +com.turingtechnologies.materialscrollbar.R$attr: int fastScrollHorizontalThumbDrawable +com.google.android.material.R$drawable: int abc_control_background_material +com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleMarginBottom(int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: java.lang.String getUnit() +wangdaye.com.geometricweather.R$style: int Base_V7_Theme_AppCompat_Light_Dialog +io.reactivex.Observable: io.reactivex.Observable buffer(io.reactivex.ObservableSource) +com.xw.repo.bubbleseekbar.R$attr: int alertDialogCenterButtons +com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize +org.greenrobot.greendao.AbstractDao: java.util.List loadAllAndCloseCursor(android.database.Cursor) +cyanogenmod.app.ProfileManager: cyanogenmod.app.ProfileManager sProfileManagerInstance +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: void enqueueLiveLockScreen(java.lang.String,int,cyanogenmod.app.LiveLockScreenInfo,int[],int) +com.turingtechnologies.materialscrollbar.R$id: int design_menu_item_action_area_stub +okhttp3.internal.http2.Http2Connection: Http2Connection(okhttp3.internal.http2.Http2Connection$Builder) +androidx.constraintlayout.widget.R$color: int button_material_dark +androidx.appcompat.R$id: int multiply +com.google.android.material.R$attr: int actionModeWebSearchDrawable +androidx.loader.R$styleable: int GradientColorItem_android_offset +okhttp3.internal.http2.Settings: int get(int) +okhttp3.internal.cache.DiskLruCache: java.lang.String DIRTY +androidx.constraintlayout.widget.R$styleable: int ActionBar_elevation +com.xw.repo.bubbleseekbar.R$color: int switch_thumb_disabled_material_dark +cyanogenmod.app.LiveLockScreenManager +android.didikee.donate.R$styleable: int AppCompatTheme_listMenuViewStyle +cyanogenmod.platform.Manifest$permission: java.lang.String READ_ALARMS +com.google.android.material.R$drawable: int abc_seekbar_thumb_material +wangdaye.com.geometricweather.R$color: int design_default_color_on_primary +cyanogenmod.externalviews.ExternalView$7: ExternalView$7(cyanogenmod.externalviews.ExternalView) +androidx.appcompat.R$attr: int logo +androidx.fragment.R$id: int right_side +androidx.appcompat.R$color: int abc_secondary_text_material_light +androidx.constraintlayout.widget.R$id: int cos +okio.RealBufferedSink: okio.BufferedSink writeUtf8(java.lang.String,int,int) +com.tencent.bugly.crashreport.crash.anr.TraceFileHelper$a: long a +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_SearchResult_Title +com.amap.api.location.AMapLocation: int ERROR_CODE_SERVICE_FAIL +okhttp3.internal.cache.DiskLruCache$3: boolean hasNext() +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver inner +androidx.preference.R$drawable: int abc_list_divider_mtrl_alpha +com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String g() +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_goneMarginTop +retrofit2.BuiltInConverters$RequestBodyConverter: java.lang.Object convert(java.lang.Object) +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_switchMinWidth +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabPadding +wangdaye.com.geometricweather.R$layout: int item_weather_daily_value +androidx.appcompat.R$styleable: int SwitchCompat_thumbTintMode +wangdaye.com.geometricweather.R$id: int container_main_sun_moon_sunContainer +androidx.swiperefreshlayout.R$attr: R$attr() +com.tencent.bugly.crashreport.common.info.a: java.lang.String N() +com.tencent.bugly.proguard.v: com.tencent.bugly.crashreport.common.strategy.a g +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float o3 +androidx.appcompat.widget.ActionBarContextView: void setSubtitle(java.lang.CharSequence) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: void setPubTime(java.lang.String) +cyanogenmod.content.Intent: java.lang.String ACTION_INITIALIZE_CM_HARDWARE +androidx.appcompat.resources.R$id: R$id() +androidx.viewpager.widget.PagerTitleStrip: PagerTitleStrip(android.content.Context,android.util.AttributeSet) +android.didikee.donate.R$attr: int navigationContentDescription +okhttp3.HttpUrl$Builder: boolean isDotDot(java.lang.String) +androidx.appcompat.resources.R$id: int accessibility_custom_action_29 +wangdaye.com.geometricweather.R$string: int key_widget_multi_city +james.adaptiveicon.R$styleable: int ActionMode_subtitleTextStyle +com.google.android.material.R$attr: int materialAlertDialogTitleTextStyle +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean setDisplayColorCalibration(int[]) +wangdaye.com.geometricweather.common.basic.models.weather.History: int getDaytimeTemperature() +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void setInteractivity(boolean) +com.tencent.bugly.crashreport.crash.anr.TraceFileHelper: java.lang.String b(java.io.BufferedReader) +android.didikee.donate.R$style: int TextAppearance_AppCompat_Button +androidx.hilt.R$id: int accessibility_custom_action_20 +androidx.preference.Preference +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle +okhttp3.internal.http.RequestLine: RequestLine() +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String LAST_UPDATE_TIME +wangdaye.com.geometricweather.R$string: int key_widget_config +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_snackbar_margin +androidx.recyclerview.R$color: int ripple_material_light +com.google.android.material.R$style: int Widget_AppCompat_AutoCompleteTextView +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_ActionBar +cyanogenmod.providers.CMSettings$System: java.lang.String DIALER_OPENCNAM_AUTH_TOKEN +okhttp3.CacheControl: boolean noCache +io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: io.reactivex.Observer downstream +okhttp3.internal.Util: boolean skipAll(okio.Source,int,java.util.concurrent.TimeUnit) +androidx.drawerlayout.R$styleable: int FontFamilyFont_fontVariationSettings +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Subhead +wangdaye.com.geometricweather.R$styleable: int ColorPanelView_cpv_colorShape +com.google.android.material.R$dimen: int notification_action_text_size +androidx.constraintlayout.widget.R$attr: int layoutDuringTransition +androidx.appcompat.widget.ContentFrameLayout: android.util.TypedValue getFixedHeightMajor() +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Medium +okhttp3.internal.http2.Huffman: byte[] decode(byte[]) +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setOnRefreshListener(androidx.swiperefreshlayout.widget.SwipeRefreshLayout$OnRefreshListener) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Spinner_DropDown +wangdaye.com.geometricweather.R$styleable: int AppBarLayout_Layout_layout_scrollInterpolator +wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.lang.String getType() +com.turingtechnologies.materialscrollbar.R$attr: int tabSelectedTextColor +com.github.rahatarmanahmed.cpv.CircularProgressView$1 +com.jaredrummler.android.colorpicker.ColorPickerView: void setSliderTrackerColor(int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Metric +androidx.fragment.R$styleable: int ColorStateListItem_android_color +com.jaredrummler.android.colorpicker.R$id: int action_mode_bar_stub +androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory: androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory sInstance +wangdaye.com.geometricweather.R$layout: int abc_screen_simple +okhttp3.internal.cache.DiskLruCache: okhttp3.internal.io.FileSystem fileSystem +retrofit2.Retrofit$Builder: retrofit2.Platform platform +okhttp3.OkHttpClient$Builder: java.net.ProxySelector proxySelector +com.google.android.material.R$id: int item_touch_helper_previous_elevation +okhttp3.HttpUrl: java.lang.String fragment +com.google.android.material.R$attr: int fontWeight +com.google.android.material.slider.BaseSlider: float[] getActiveRange() +com.jaredrummler.android.colorpicker.R$attr: int actionModeStyle +androidx.appcompat.widget.SearchView$SavedState: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintCircleRadius +androidx.constraintlayout.widget.Placeholder: Placeholder(android.content.Context,android.util.AttributeSet) +com.amap.api.location.AMapLocationClientOption: long r +okhttp3.internal.io.FileSystem$1: okio.Sink sink(java.io.File) +com.jaredrummler.android.colorpicker.ColorPickerView: void setOnColorChangedListener(com.jaredrummler.android.colorpicker.ColorPickerView$OnColorChangedListener) +android.didikee.donate.R$styleable: int TextAppearance_textAllCaps +com.google.android.material.chip.ChipGroup: void setFlexWrap(int) +com.jaredrummler.android.colorpicker.R$dimen: int compat_notification_large_icon_max_height +wangdaye.com.geometricweather.R$styleable: int CardView_android_minHeight +android.didikee.donate.R$style: int Base_V23_Theme_AppCompat +wangdaye.com.geometricweather.R$color: int colorTextSubtitle_light +com.xw.repo.bubbleseekbar.R$dimen: int highlight_alpha_material_colored +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setWind(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX) +androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_android_fontWeight +wangdaye.com.geometricweather.R$string: int feedback_initializing +com.github.rahatarmanahmed.cpv.CircularProgressView: void setThickness(int) +androidx.constraintlayout.widget.R$attr: int sizePercent +androidx.appcompat.widget.AppCompatRadioButton +com.tencent.bugly.proguard.an: byte[] i +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_rotationX +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeSnowPrecipitationProbability +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_temp_5 +com.tencent.bugly.crashreport.crash.anr.b: com.tencent.bugly.proguard.w e +androidx.appcompat.R$style: int TextAppearance_AppCompat_Menu +androidx.constraintlayout.widget.R$dimen: int notification_top_pad_large_text +okhttp3.internal.io.FileSystem$1: void rename(java.io.File,java.io.File) +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Small +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BATTERY_LIGHT_LOW_COLOR_VALIDATOR +androidx.preference.R$attr: int tooltipForegroundColor +androidx.hilt.R$styleable: int GradientColor_android_endColor +com.jaredrummler.android.colorpicker.R$id: int notification_main_column_container +androidx.preference.R$dimen: int notification_subtext_size +androidx.appcompat.resources.R$layout: R$layout() +com.google.android.material.R$id: int title_template +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle +james.adaptiveicon.R$color: int primary_text_disabled_material_light +androidx.preference.R$style: int Base_Theme_AppCompat +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver +androidx.vectordrawable.animated.R$styleable: int[] FontFamilyFont +androidx.appcompat.R$styleable: int AppCompatTheme_imageButtonStyle +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_editor_absoluteX +okhttp3.internal.connection.RouteSelector$Selection: int nextRouteIndex +androidx.appcompat.R$style: int TextAppearance_AppCompat_Inverse +com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_check_material +androidx.cardview.R$styleable: int CardView_contentPaddingBottom +androidx.appcompat.R$styleable: int AppCompatTheme_actionOverflowButtonStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean url +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_lat +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_toolbarStyle +retrofit2.BuiltInConverters$BufferingResponseBodyConverter: retrofit2.BuiltInConverters$BufferingResponseBodyConverter INSTANCE +com.turingtechnologies.materialscrollbar.R$animator: int design_appbar_state_list_animator +wangdaye.com.geometricweather.R$dimen +com.google.android.material.internal.VisibilityAwareImageButton: int getUserSetVisibility() +retrofit2.OkHttpCall$1: void onResponse(okhttp3.Call,okhttp3.Response) +wangdaye.com.geometricweather.R$string: int mtrl_picker_toggle_to_day_selection +okhttp3.internal.http2.Http2Connection$7: Http2Connection$7(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[],int,okhttp3.internal.http2.ErrorCode) +wangdaye.com.geometricweather.db.entities.HistoryEntity: HistoryEntity(java.lang.Long,java.lang.String,java.lang.String,java.util.Date,long,int,int) +android.didikee.donate.R$attr: int dropdownListPreferredItemHeight +retrofit2.ParameterHandler$HeaderMap: ParameterHandler$HeaderMap(java.lang.reflect.Method,int,retrofit2.Converter) +cyanogenmod.providers.CMSettings$Global: CMSettings$Global() +com.google.android.material.R$layout: int material_timepicker_textinput_display +androidx.constraintlayout.widget.R$attr: int imageButtonStyle +com.tencent.bugly.crashreport.common.info.b: java.lang.String f() +com.bumptech.glide.MemoryCategory: com.bumptech.glide.MemoryCategory NORMAL +androidx.work.R$styleable: int FontFamily_fontProviderQuery +com.google.android.material.slider.RangeSlider: int getTrackSidePadding() +androidx.preference.R$drawable: int abc_ic_arrow_drop_right_black_24dp +androidx.constraintlayout.widget.R$dimen: int compat_button_padding_vertical_material +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_firstVerticalStyle +james.adaptiveicon.R$drawable: int abc_ic_menu_cut_mtrl_alpha +okio.Buffer: int readUtf8CodePoint() +androidx.appcompat.R$attr: int fontProviderCerts +androidx.appcompat.R$styleable: int ActionBar_title +okhttp3.Request: java.lang.Object tag(java.lang.Class) +james.adaptiveicon.R$color: int abc_primary_text_disable_only_material_dark +wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.String getKey(wangdaye.com.geometricweather.db.entities.LocationEntity) +wangdaye.com.geometricweather.R$id: int triangle +com.google.android.material.R$style: int Base_Widget_AppCompat_Toolbar +com.google.android.material.chip.Chip: void setCloseIconEndPaddingResource(int) +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHeight_default +com.xw.repo.bubbleseekbar.R$style: int Base_V26_Widget_AppCompat_Toolbar +okhttp3.internal.http2.Http2Connection: int openStreamCount() +androidx.appcompat.widget.AppCompatImageButton: android.content.res.ColorStateList getSupportImageTintList() +androidx.constraintlayout.widget.R$dimen: int abc_action_button_min_width_overflow_material +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_21 +wangdaye.com.geometricweather.R$drawable: int notif_temp_59 +androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State[] $VALUES +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeCopyDrawable +androidx.customview.R$drawable: int notification_bg_low_pressed +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_switchStyle +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_weight +androidx.viewpager.R$attr: int font +com.google.android.material.R$dimen: int design_snackbar_padding_vertical +android.didikee.donate.R$styleable: int ActionMode_subtitleTextStyle +com.google.android.material.internal.ParcelableSparseArray: android.os.Parcelable$Creator CREATOR +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Toolbar +cyanogenmod.util.ColorUtils$1 +com.google.android.material.appbar.MaterialToolbar +com.jaredrummler.android.colorpicker.R$string: int abc_menu_enter_shortcut_label +com.tencent.bugly.BuglyStrategy: com.tencent.bugly.BuglyStrategy setAppChannel(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Speed: AccuDailyResult$DailyForecasts$Night$Wind$Speed() +androidx.preference.R$layout: int preference_dropdown_material +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit valueOf(java.lang.String) +androidx.lifecycle.extensions.R$id: int icon +com.google.android.material.textfield.TextInputLayout: void setBoxStrokeWidthFocused(int) +wangdaye.com.geometricweather.R$styleable: int TextInputEditText_textInputLayoutFocusedRectEnabled +androidx.appcompat.resources.R$dimen: R$dimen() +com.xw.repo.bubbleseekbar.R$color: int highlighted_text_material_dark +androidx.preference.R$styleable: int[] TextAppearance +okio.Buffer: int read(byte[],int,int) +okhttp3.internal.NamedRunnable: void execute() +androidx.preference.R$styleable: int[] FontFamilyFont +io.reactivex.internal.observers.DeferredScalarObserver: DeferredScalarObserver(io.reactivex.Observer) +okhttp3.internal.cache.DiskLruCache$Entry: DiskLruCache$Entry(okhttp3.internal.cache.DiskLruCache,java.lang.String) +androidx.lifecycle.extensions.R$id: int action_container +androidx.fragment.R$id: int line3 +cyanogenmod.alarmclock.ClockContract$InstancesColumns: int SILENT_STATE +okhttp3.Interceptor$Chain: okhttp3.Interceptor$Chain withReadTimeout(int,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: int getPollenColor(android.content.Context,java.lang.Integer) +com.turingtechnologies.materialscrollbar.R$string: int path_password_eye +androidx.customview.R$styleable: int GradientColor_android_centerY +com.google.android.material.R$attr: int expandedHintEnabled wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView -androidx.dynamicanimation.R$styleable: int[] GradientColorItem -okhttp3.internal.http2.Http2: java.lang.String formatFlags(byte,byte) -wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit: java.lang.String unitAbbreviation -wangdaye.com.geometricweather.R$string: int material_hour_suffix -androidx.lifecycle.extensions.R$attr: int fontProviderCerts -cyanogenmod.app.PartnerInterface: int ZEN_MODE_NO_INTERRUPTIONS -androidx.constraintlayout.widget.R$id: int action_image -com.google.android.material.tabs.TabLayout: android.content.res.ColorStateList getTabIconTint() -cyanogenmod.weather.IRequestInfoListener: void onLookupCityRequestCompleted(cyanogenmod.weather.RequestInfo,int,java.util.List) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Minimum -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setTotalPrecipitationProbability(java.lang.Float) -james.adaptiveicon.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse -androidx.dynamicanimation.R$color: int ripple_material_light -androidx.appcompat.R$id: int alertTitle -wangdaye.com.geometricweather.remoteviews.config.MultiCityWidgetConfigActivity -com.google.android.material.chip.Chip: void setMaxWidth(int) -androidx.preference.R$style: int Base_ThemeOverlay_AppCompat_Light -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_25 -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_70 -com.google.android.material.R$attr: int layout_constraintTag -androidx.lifecycle.ReportFragment: void onStop() -androidx.lifecycle.Lifecycling$1 -com.google.android.material.internal.FlowLayout: FlowLayout(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.HistoryEntity,int) -com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_backgroundTint -james.adaptiveicon.R$attr: int alphabeticModifiers -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: java.lang.String ShortPhrase -okhttp3.internal.platform.OptionalMethod: java.lang.Object invokeOptionalWithoutCheckedException(java.lang.Object,java.lang.Object[]) -com.jaredrummler.android.colorpicker.R$id: int shades_layout -cyanogenmod.hardware.CMHardwareManager: int GAMMA_CALIBRATION_MAX_INDEX -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Title_Inverse -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: void setBrandId(java.lang.String) -com.bumptech.glide.integration.okhttp.R$attr: int fontStyle -com.turingtechnologies.materialscrollbar.R$styleable: int[] PopupWindow -com.google.android.material.R$attr: int materialCircleRadius -androidx.preference.R$styleable: int Preference_android_persistent -androidx.hilt.work.R$styleable: int GradientColor_android_startY -com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat_Dialog -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setTemperature(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean) -okhttp3.internal.http2.Settings -com.jaredrummler.android.colorpicker.R$styleable: int[] ColorPickerView -wangdaye.com.geometricweather.R$style: int Animation_Design_BottomSheetDialog -cyanogenmod.themes.ThemeManager: cyanogenmod.themes.ThemeChangeRequest$RequestType getLastThemeChangeRequestType() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_alertDialogTheme -wangdaye.com.geometricweather.R$attr: int errorIconDrawable -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: long serialVersionUID -com.xw.repo.bubbleseekbar.R$attr: int font -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Metric Metric -androidx.constraintlayout.widget.R$drawable: int abc_ic_menu_cut_mtrl_alpha -com.amap.api.fence.GeoFenceManagerBase: java.util.List getAllGeoFence() -androidx.preference.R$styleable: int Toolbar_logoDescription -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String STATUSBAR_URI -wangdaye.com.geometricweather.R$drawable: int weather_snow_mini_light -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.util.List Area -androidx.preference.R$drawable: int preference_list_divider_material -com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleTextAppearance -androidx.preference.R$style: int Base_Widget_AppCompat_RatingBar -okhttp3.internal.cache.DiskLruCache$Snapshot: java.lang.String access$000(okhttp3.internal.cache.DiskLruCache$Snapshot) -com.turingtechnologies.materialscrollbar.R$color: int abc_primary_text_disable_only_material_light -cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType THEME_UPDATED -okhttp3.internal.platform.AndroidPlatform: void configureTlsExtensions(javax.net.ssl.SSLSocket,java.lang.String,java.util.List) -com.google.gson.stream.JsonReader: void checkLenient() -androidx.appcompat.R$styleable: int AppCompatTheme_textColorAlertDialogListItem -androidx.preference.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_26 -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_seek_by_section -com.google.android.material.R$color: int mtrl_error -androidx.appcompat.widget.Toolbar: android.widget.TextView getTitleTextView() -okio.ForwardingSink: void flush() -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.internal.TableStatements getStatements() -com.google.android.material.appbar.CollapsingToolbarLayout: void setStatusBarScrimResource(int) -james.adaptiveicon.R$attr: int gapBetweenBars -wangdaye.com.geometricweather.R$drawable: int notif_temp_92 -com.xw.repo.bubbleseekbar.R$attr: int windowMinWidthMinor -wangdaye.com.geometricweather.R$styleable: int SignInButton_scopeUris -androidx.hilt.R$drawable: int notification_bg_normal_pressed -com.jaredrummler.android.colorpicker.R$style: int Base_V21_Theme_AppCompat_Light_Dialog -com.tencent.bugly.crashreport.crash.b: b(int,android.content.Context,com.tencent.bugly.proguard.u,com.tencent.bugly.proguard.p,com.tencent.bugly.crashreport.common.strategy.a,com.tencent.bugly.BuglyStrategy$a,com.tencent.bugly.proguard.o) -cyanogenmod.externalviews.KeyguardExternalViewProviderService: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider createExternalView(android.os.Bundle) -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem -com.google.android.material.R$string: int material_timepicker_minute -androidx.work.R$dimen: int compat_control_corner_material -okhttp3.logging.LoggingEventListener$1 -com.google.android.material.R$color: int bright_foreground_inverse_material_dark -com.amap.api.location.AMapLocationClientOption: java.lang.String getAPIKEY() -androidx.hilt.R$string: int status_bar_notification_info_overflow -androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType COLOR_DRAWABLE_TYPE -androidx.preference.R$styleable: int LinearLayoutCompat_dividerPadding -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xsr -wangdaye.com.geometricweather.db.entities.HourlyEntityDao -androidx.core.R$style: int TextAppearance_Compat_Notification_Title -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: int otherState -wangdaye.com.geometricweather.R$styleable: int Constraint_android_translationY -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_3 -com.google.android.material.circularreveal.CircularRevealGridLayout: CircularRevealGridLayout(android.content.Context,android.util.AttributeSet) -androidx.preference.R$layout: int abc_list_menu_item_checkbox -com.tencent.bugly.proguard.i: java.nio.ByteBuffer a -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_TextButton_Icon -com.jaredrummler.android.colorpicker.R$id: int search_voice_btn -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void onComplete() -okhttp3.internal.cache.FaultHidingSink: void onException(java.io.IOException) -com.google.android.material.R$id: int multiply -wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: float getProgress() -androidx.preference.R$attr: int drawableSize -retrofit2.http.Part -com.tencent.bugly.crashreport.crash.anr.b: android.content.Context c -wangdaye.com.geometricweather.R$drawable: int flag_ja -androidx.vectordrawable.R$styleable: int GradientColorItem_android_offset -com.google.android.material.internal.CheckableImageButton: void setCheckable(boolean) -james.adaptiveicon.R$attr: int autoSizeMaxTextSize -com.google.android.material.R$anim: int design_bottom_sheet_slide_out -com.google.android.material.textfield.TextInputLayout: int getEndIconMode() -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintGuide_end -androidx.constraintlayout.widget.R$dimen: int abc_control_corner_material -androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityPaused(android.app.Activity) -wangdaye.com.geometricweather.R$attr: int allowDividerAbove -com.jaredrummler.android.colorpicker.R$style: R$style() -okhttp3.internal.http2.Http2Reader$Handler: void headers(boolean,int,int,java.util.List) -androidx.lifecycle.ClassesInfoCache$MethodReference: java.lang.reflect.Method mMethod -james.adaptiveicon.R$attr: int submitBackground -androidx.viewpager.widget.ViewPager: void addOnAdapterChangeListener(androidx.viewpager.widget.ViewPager$OnAdapterChangeListener) -wangdaye.com.geometricweather.R$color: int design_fab_stroke_top_outer_color -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPathRenderer: int getRootAlpha() -com.tencent.bugly.crashreport.common.info.a: com.tencent.bugly.crashreport.common.info.a a(android.content.Context) -okhttp3.OkHttpClient$1: void addLenient(okhttp3.Headers$Builder,java.lang.String,java.lang.String) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String pubTime -wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource access$000(wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource) -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Headline4 -com.amap.api.fence.GeoFenceManagerBase: boolean removeGeoFence(com.amap.api.fence.GeoFence) -cyanogenmod.weather.WeatherInfo$DayForecast$1: java.lang.Object[] newArray(int) -androidx.preference.R$string: int search_menu_title -com.google.android.material.internal.FlowLayout: int getRowCount() -wangdaye.com.geometricweather.R$id: int container_main_aqi -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ProgressBar -androidx.lifecycle.LifecycleRegistry: void moveToState(androidx.lifecycle.Lifecycle$State) -okhttp3.internal.platform.Platform: java.lang.String getSelectedProtocol(javax.net.ssl.SSLSocket) -okhttp3.Response$Builder: Response$Builder() -com.turingtechnologies.materialscrollbar.R$dimen: int notification_action_text_size -androidx.transition.R$attr: int fontProviderQuery -retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory createWithScheduler(io.reactivex.Scheduler) -cyanogenmod.app.LiveLockScreenInfo: int PRIORITY_MAX -androidx.vectordrawable.animated.R$id: int tag_unhandled_key_listeners -com.turingtechnologies.materialscrollbar.R$attr: int tabRippleColor -androidx.drawerlayout.R$styleable -io.reactivex.exceptions.CompositeException -androidx.appcompat.R$color: int background_floating_material_light -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Temperature: java.lang.Float value -com.google.android.gms.tasks.RuntimeExecutionException: RuntimeExecutionException(java.lang.Throwable) -androidx.lifecycle.SavedStateHandle$1: androidx.lifecycle.SavedStateHandle this$0 -com.google.android.material.slider.BaseSlider: void setThumbRadiusResource(int) -com.bumptech.glide.Registry$NoImageHeaderParserException -com.google.android.material.R$dimen: int mtrl_extended_fab_end_padding -wangdaye.com.geometricweather.R$layout: int dialog_resident_location -androidx.core.app.RemoteActionCompatParcelizer: RemoteActionCompatParcelizer() -androidx.viewpager.widget.ViewPager: void setCurrentItem(int) -io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: void onError(java.lang.Throwable) -androidx.loader.R$styleable: int FontFamilyFont_fontVariationSettings -cyanogenmod.app.Profile: void setTrigger(cyanogenmod.app.Profile$ProfileTrigger) -wangdaye.com.geometricweather.R$attr: int tabMaxWidth -wangdaye.com.geometricweather.R$integer +james.adaptiveicon.R$attr: int iconTint +androidx.appcompat.resources.R$styleable: int FontFamily_fontProviderAuthority +com.jaredrummler.android.colorpicker.R$drawable: int notification_bg_low_normal +com.google.android.material.R$color: int design_dark_default_color_background +wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Small_Inverse +retrofit2.HttpServiceMethod$SuspendForBody: HttpServiceMethod$SuspendForBody(retrofit2.RequestFactory,okhttp3.Call$Factory,retrofit2.Converter,retrofit2.CallAdapter,boolean) +cyanogenmod.providers.DataUsageContract: java.lang.String ENABLE +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Menu +androidx.appcompat.R$styleable: int MenuView_preserveIconSpacing +androidx.core.R$drawable: int notify_panel_notification_icon_bg +wangdaye.com.geometricweather.R$animator: int weather_fog_1 +com.google.android.material.R$styleable: int Slider_tickColor +com.amap.api.location.AMapLocationClientOption: long getInterval() +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large +com.google.android.material.R$styleable: int Layout_layout_goneMarginTop +com.turingtechnologies.materialscrollbar.R$layout: int notification_template_part_time +com.google.android.material.button.MaterialButton: android.content.res.ColorStateList getRippleColor() +cyanogenmod.themes.IThemeService$Stub$Proxy: int getLastThemeChangeRequestType() +androidx.constraintlayout.widget.R$dimen: int compat_notification_large_icon_max_height +com.jaredrummler.android.colorpicker.R$id: int transparency_layout +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_HOME_DOUBLE_TAP_ACTION_VALIDATOR +james.adaptiveicon.R$styleable: int AppCompatImageView_android_src +androidx.appcompat.R$styleable: int AppCompatTheme_actionModeCutDrawable +androidx.preference.R$color: int error_color_material_dark +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse +okhttp3.internal.http.RealInterceptorChain: int readTimeoutMillis() +wangdaye.com.geometricweather.R$styleable: int ColorPickerView_cpv_sliderColor +androidx.constraintlayout.widget.R$styleable: int[] Transform +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: java.lang.String IconPhrase +com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableItem_android_drawable +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_helperTextTextAppearance +wangdaye.com.geometricweather.R$string: int settings_category_notification +androidx.work.R$styleable: int FontFamily_fontProviderAuthority +james.adaptiveicon.R$styleable: int SwitchCompat_switchPadding +cyanogenmod.externalviews.KeyguardExternalViewProviderService: java.lang.String access$200() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorBackgroundFloating +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: double HoursOfIce +androidx.constraintlayout.widget.R$styleable: int SearchView_iconifiedByDefault +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputEditText_OutlinedBox +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast +james.adaptiveicon.R$attr: int buttonBarNegativeButtonStyle +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_44 +retrofit2.ParameterHandler$QueryMap: void apply(retrofit2.RequestBuilder,java.lang.Object) +com.tencent.bugly.crashreport.crash.anr.a: long c +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ListView_DropDown +com.google.android.material.R$color: int error_color_material_dark +android.didikee.donate.R$styleable: int AppCompatTheme_actionBarWidgetTheme +com.google.android.material.R$color: int abc_tint_switch_track +androidx.preference.R$styleable: int TextAppearance_android_typeface +retrofit2.ParameterHandler$1 +wangdaye.com.geometricweather.R$styleable: int[] MaterialScrollBar +okio.SegmentedByteString +okhttp3.internal.cache.DiskLruCache: void delete() +com.tencent.bugly.crashreport.BuglyLog: void i(java.lang.String,java.lang.String) +wangdaye.com.geometricweather.R$drawable: int shortcuts_sleet_foreground +com.google.android.material.bottomnavigation.BottomNavigationView: void setItemBackgroundResource(int) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_7 +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listMenuViewStyle +com.google.android.material.R$string: R$string() +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void onError(java.lang.Throwable) +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: io.reactivex.internal.util.AtomicThrowable error +com.turingtechnologies.materialscrollbar.R$attr: int bottomSheetStyle +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: AccuDailyResult$DailyForecasts$Night() +androidx.lifecycle.extensions.R$id: R$id() +wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_shrinkMotionSpec +androidx.appcompat.widget.ViewStubCompat: int getLayoutResource() +androidx.constraintlayout.widget.R$styleable: int[] AnimatedStateListDrawableCompat +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_toggle_margin_bottom +wangdaye.com.geometricweather.R$id: int rectangles +androidx.constraintlayout.widget.R$id: int title_template +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderCancelButton +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_17 +com.xw.repo.bubbleseekbar.R$color: int abc_color_highlight_material +androidx.preference.R$id: int on +androidx.legacy.coreutils.R$id: int notification_main_column_container +cyanogenmod.platform.R$xml +androidx.constraintlayout.widget.R$styleable: int[] MenuItem +com.turingtechnologies.materialscrollbar.R$attr: int actionModeCutDrawable +androidx.preference.R$attr: int dropDownListViewStyle +com.xw.repo.bubbleseekbar.R$attr: int textAppearanceSearchResultSubtitle +cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String key +com.google.android.material.R$dimen: int notification_content_margin_start +cyanogenmod.power.IPerformanceManager$Stub$Proxy +androidx.lifecycle.Transformations$2: androidx.arch.core.util.Function val$switchMapFunction +com.turingtechnologies.materialscrollbar.R$attr: int layout_dodgeInsetEdges +androidx.viewpager2.R$attr: int fontProviderCerts +okio.RealBufferedSource: long indexOf(byte,long) +android.didikee.donate.R$attr: int allowStacking +androidx.appcompat.widget.AppCompatTextView: androidx.core.text.PrecomputedTextCompat$Params getTextMetricsParamsCompat() +com.google.android.material.R$styleable: int AppCompatTheme_windowFixedWidthMajor +com.google.android.material.R$id: int accessibility_custom_action_14 +wangdaye.com.geometricweather.db.entities.DailyEntity: DailyEntity(java.lang.Long,java.lang.String,java.lang.String,java.util.Date,long,java.lang.String,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,int,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WindDegree,java.lang.Float,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,int,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WindDegree,java.lang.Float,java.lang.String,java.lang.Integer,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.Integer,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,float) +com.baidu.location.e.l$b: java.lang.String a(com.baidu.location.e.l$b) +com.google.android.gms.base.R$color +androidx.preference.R$styleable: int[] FragmentContainerView +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableEndCompat +com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_radio_material +com.bumptech.glide.GeneratedAppGlideModule: GeneratedAppGlideModule() +androidx.preference.R$styleable: int SeekBarPreference_seekBarIncrement +com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: int hashCode() +wangdaye.com.geometricweather.R$style: int Base_V21_Theme_AppCompat_Light +okhttp3.internal.tls.BasicTrustRootIndex androidx.constraintlayout.widget.R$drawable: int abc_seekbar_track_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: java.lang.String from -james.adaptiveicon.R$id: int icon_group -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_textAllCaps -com.jaredrummler.android.colorpicker.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable -okhttp3.internal.cache.DiskLruCache$Editor -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light_DialogWhenLarge -androidx.fragment.R$id: int info -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_barrierAllowsGoneWidgets -okhttp3.Cookie: java.lang.String domain -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_title_material_toolbar -androidx.appcompat.R$styleable: int AppCompatTheme_panelMenuListWidth -androidx.appcompat.resources.R$styleable: int[] StateListDrawable -androidx.appcompat.R$style: int Base_V26_Theme_AppCompat -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceImageView_maxWidth -com.turingtechnologies.materialscrollbar.R$layout: int abc_action_bar_up_container -com.turingtechnologies.materialscrollbar.R$attr: int queryHint -com.google.android.material.slider.Slider: float getValue() -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: java.lang.String getWeatherPhase() -androidx.appcompat.R$dimen: int abc_seekbar_track_progress_height_material -wangdaye.com.geometricweather.search.SearchActivity -com.xw.repo.bubbleseekbar.R$color -okhttp3.Address: okhttp3.HttpUrl url() -com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_list_padding_bottom_no_buttons -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: AtmoAuraQAResult$Advice() -androidx.vectordrawable.R$id: int notification_background -james.adaptiveicon.R$styleable: int ActionBar_popupTheme -android.didikee.donate.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton -com.google.android.material.R$string: int mtrl_picker_toggle_to_calendar_input_mode -androidx.constraintlayout.widget.R$styleable: int GradientColor_android_endX -okhttp3.internal.http2.Http2Connection$ReaderRunnable$2 -androidx.appcompat.resources.R$id: int accessibility_custom_action_25 -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorControlActivated -okio.BufferedSource: void readFully(byte[]) -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: int CountMinute -cyanogenmod.providers.CMSettings$Secure: java.lang.String LOCKSCREEN_VISUALIZER_ENABLED -com.google.android.material.R$attr: int motionPathRotate -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_2_00 -wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_2 -wangdaye.com.geometricweather.R$string: int phase_waxing_gibbous -wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableItem_android_id -com.google.android.material.R$string: int abc_activitychooserview_choose_application -androidx.constraintlayout.widget.R$styleable: int ActionBar_progressBarPadding -androidx.appcompat.R$attr: int actionViewClass -android.didikee.donate.R$attr: int titleTextAppearance -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: void onComplete() -androidx.preference.R$styleable: int[] AppCompatTextHelper -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String COL_KEY -com.jaredrummler.android.colorpicker.R$id: int list_item -com.google.android.material.slider.RangeSlider: RangeSlider(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$styleable: int Toolbar_contentInsetEnd -retrofit2.KotlinExtensions: java.lang.Object await(retrofit2.Call,kotlin.coroutines.Continuation) -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: org.greenrobot.greendao.query.Query weatherEntity_MinutelyEntityListQuery -com.tencent.bugly.proguard.x: java.lang.String c -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Compat_Notification_Info -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatImageView_srcCompat -wangdaye.com.geometricweather.R$id: int skipCollapsed -com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges -android.didikee.donate.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle -okhttp3.internal.http2.Http2Connection: void close(okhttp3.internal.http2.ErrorCode,okhttp3.internal.http2.ErrorCode) -cyanogenmod.app.ProfileManager: void addNotificationGroup(android.app.NotificationGroup) -com.google.android.material.R$styleable: int SearchView_suggestionRowLayout -wangdaye.com.geometricweather.R$style: int Base_V21_Theme_MaterialComponents -retrofit2.HttpException: int code() -okhttp3.Dispatcher: java.util.List queuedCalls() -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Compat_Notification_Line2 +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: android.graphics.Rect getWindowInsets() +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_textSize +androidx.preference.R$dimen: int abc_seekbar_track_background_height_material +okhttp3.internal.io.FileSystem: long size(java.io.File) +wangdaye.com.geometricweather.R$attr: int bsb_section_text_position +com.google.android.material.R$dimen: int abc_dialog_fixed_height_major +wangdaye.com.geometricweather.R$attr: int panelMenuListTheme +androidx.loader.R$layout: int notification_template_icon_group +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getGrassIndex() +cyanogenmod.providers.CMSettings$System: java.lang.String KEY_ASSIST_LONG_PRESS_ACTION +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.String TABLENAME +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dividerVertical +com.google.android.material.R$styleable: int TextInputLayout_endIconMode +okhttp3.Cookie: boolean secure() +androidx.constraintlayout.widget.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_1 +androidx.fragment.R$attr: R$attr() +wangdaye.com.geometricweather.R$attr: int sizePercent +com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getHintTextColor() +com.google.android.material.R$dimen: int material_filled_edittext_font_1_3_padding_top +androidx.appcompat.R$id: int wrap_content +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse +wangdaye.com.geometricweather.R$styleable: int[] RecycleListView +com.google.android.material.R$styleable: int ProgressIndicator_linearSeamless +com.google.android.material.R$drawable: int abc_ic_arrow_drop_right_black_24dp +com.jaredrummler.android.colorpicker.R$drawable: int abc_list_focused_holo +androidx.hilt.lifecycle.R$id: int right_side +james.adaptiveicon.R$layout: int abc_alert_dialog_button_bar_material +wangdaye.com.geometricweather.db.entities.DailyEntity: void setAqiText(java.lang.String) +android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionBar_TabBar +androidx.constraintlayout.widget.R$styleable: int ActionBar_navigationMode +io.reactivex.internal.observers.DeferredScalarDisposable: java.lang.Object value +androidx.viewpager.widget.PagerTabStrip: void setBackgroundResource(int) +androidx.preference.R$styleable: int Toolbar_popupTheme +okhttp3.internal.http.RealInterceptorChain: int index +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowFixedHeightMinor +androidx.constraintlayout.widget.R$attr: int backgroundTintMode +james.adaptiveicon.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item +wangdaye.com.geometricweather.R$dimen: int mtrl_card_dragged_z +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void access$700(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) +wangdaye.com.geometricweather.R$dimen: int normal_margin +wangdaye.com.geometricweather.R$color: int lightPrimary_4 +retrofit2.KotlinExtensions$suspendAndThrow$1: java.lang.Object invokeSuspend(java.lang.Object) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: java.lang.String type +androidx.transition.R$id: int text +androidx.loader.R$styleable: int GradientColor_android_endColor +io.reactivex.Observable: io.reactivex.Observable error(java.lang.Throwable) +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.util.List dailyForecast +com.amap.api.location.AMapLocation: void setStreet(java.lang.String) +wangdaye.com.geometricweather.R$drawable: int flag_si +okhttp3.internal.http2.Settings: int MAX_FRAME_SIZE +com.tencent.bugly.crashreport.crash.CrashDetailBean: long r +androidx.preference.R$style: int TextAppearance_AppCompat_Display4 +com.xw.repo.bubbleseekbar.R$id: int action_text +com.tencent.bugly.BuglyStrategy: com.tencent.bugly.BuglyStrategy setAppPackageName(java.lang.String) +androidx.constraintlayout.widget.Placeholder: Placeholder(android.content.Context,android.util.AttributeSet,int) +james.adaptiveicon.R$id: int forever +androidx.preference.R$attr: int autoSizePresetSizes +androidx.constraintlayout.widget.R$attr: int colorControlNormal +okio.Okio: okio.Sink sink(java.nio.file.Path,java.nio.file.OpenOption[]) +okio.BufferedSink: void flush() +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder hasSensitiveData(boolean) +androidx.legacy.coreutils.R$id: int right_icon +com.turingtechnologies.materialscrollbar.R$id: int action_bar_container +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialCalendar +cyanogenmod.platform.Manifest$permission: java.lang.String MANAGE_ALARMS +retrofit2.adapter.rxjava2.ResultObservable$ResultObserver +androidx.coordinatorlayout.R$dimen: int notification_right_icon_size +androidx.appcompat.R$styleable: int AppCompatTheme_alertDialogTheme +com.turingtechnologies.materialscrollbar.R$attr: int navigationViewStyle +okhttp3.internal.Internal: void setCache(okhttp3.OkHttpClient$Builder,okhttp3.internal.cache.InternalCache) +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 +cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy +androidx.preference.R$id: int textSpacerNoTitle +androidx.hilt.lifecycle.R$id: int tag_screen_reader_focusable +androidx.work.R$layout +okhttp3.internal.http2.PushObserver: void onReset(int,okhttp3.internal.http2.ErrorCode) +com.google.android.material.R$style: int TextAppearance_Design_CollapsingToolbar_Expanded +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int PARTLY_CLOUDY_NIGHT +wangdaye.com.geometricweather.db.entities.LocationEntity: void setCurrentPosition(boolean) +androidx.appcompat.R$attr: int buttonPanelSideLayout +com.google.android.material.R$styleable: int TextInputLayout_startIconContentDescription +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_74 +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_contentInsetEndWithActions +okhttp3.HttpUrl: java.lang.String queryParameterValue(int) +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionMode_Inverse +cyanogenmod.weather.WeatherInfo: int getConditionCode() +cyanogenmod.app.ICustomTileListener$Stub: android.os.IBinder asBinder() +androidx.customview.R$styleable: int GradientColor_android_centerColor +com.google.android.material.R$dimen: int mtrl_min_touch_target_size +android.didikee.donate.R$string: int abc_searchview_description_submit +com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_startColor +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getWeatherStart() +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionBar_Solid +com.amap.api.location.AMapLocation: int TRUSTED_LEVEL_BAD +wangdaye.com.geometricweather.R$id: int snap +cyanogenmod.weather.WeatherInfo: double mTodaysLowTemp +cyanogenmod.weatherservice.IWeatherProviderService: void setServiceClient(cyanogenmod.weatherservice.IWeatherProviderServiceClient) +androidx.swiperefreshlayout.R$style +james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarPopupTheme +androidx.lifecycle.extensions.R$dimen: int notification_subtext_size +cyanogenmod.weatherservice.ServiceRequestResult: ServiceRequestResult() +com.google.android.material.R$styleable: int SwitchCompat_switchPadding +androidx.preference.R$styleable: int TextAppearance_android_textColorLink +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean getUrl() +com.jaredrummler.android.colorpicker.R$style: int Preference_PreferenceScreen +wangdaye.com.geometricweather.background.polling.basic.AwakeForegroundUpdateService: AwakeForegroundUpdateService() +io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.BiFunction,boolean,int,int) +androidx.preference.R$attr: int iconTintMode +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon +com.tencent.bugly.crashreport.common.strategy.a: int a +androidx.hilt.lifecycle.R$styleable: int Fragment_android_tag +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_useCompatPadding +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: void onSubscribe(io.reactivex.disposables.Disposable) +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: FlowableOnBackpressureBuffer$BackpressureBufferSubscriber(org.reactivestreams.Subscriber,int,boolean,boolean,io.reactivex.functions.Action) +com.jaredrummler.android.colorpicker.R$drawable: int cpv_btn_background +com.jaredrummler.android.colorpicker.R$attr: int indeterminateProgressStyle +cyanogenmod.app.Profile$DozeMode: Profile$DozeMode() +androidx.constraintlayout.widget.R$dimen: int notification_large_icon_height +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_ActionBar +androidx.preference.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial: int UnitType +androidx.core.R$id: int title +com.amap.api.location.AMapLocation: java.lang.String h +com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_fabCradleMargin +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintWidth_min +androidx.preference.R$attr: int dividerVertical +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Button_Borderless +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void onComplete() +android.didikee.donate.R$attr: int buttonBarStyle +androidx.transition.R$drawable: int notification_template_icon_low_bg +com.google.android.material.R$styleable: int Slider_tickColorInactive +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderTitle +com.google.android.material.R$styleable: int FontFamily_fontProviderFetchTimeout +com.xw.repo.bubbleseekbar.R$styleable: int ViewBackgroundHelper_backgroundTint +com.google.android.material.R$drawable: int abc_item_background_holo_dark +wangdaye.com.geometricweather.R$styleable: int MaterialCardView_state_dragged +okhttp3.internal.Util: int skipTrailingAsciiWhitespace(java.lang.String,int,int) +com.google.android.material.R$styleable: int KeyPosition_transitionEasing +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Body1 +com.turingtechnologies.materialscrollbar.R$attr: int msb_hideDelayInMilliseconds +cyanogenmod.hardware.ICMHardwareService: boolean setVibratorIntensity(int) +androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu +androidx.constraintlayout.widget.R$dimen: int highlight_alpha_material_dark +androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_ttcIndex +com.bumptech.glide.R$styleable: int GradientColor_android_startColor +com.google.gson.stream.JsonWriter: java.lang.String separator +com.google.android.material.transformation.FabTransformationScrimBehavior: FabTransformationScrimBehavior(android.content.Context,android.util.AttributeSet) +io.reactivex.Observable: io.reactivex.Observable buffer(long,long,java.util.concurrent.TimeUnit) +io.reactivex.Observable: io.reactivex.Observable skipUntil(io.reactivex.ObservableSource) +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_trackTint +androidx.appcompat.R$attr: int actionModeWebSearchDrawable +androidx.hilt.work.R$layout: int notification_template_part_time +cyanogenmod.providers.CMSettings$System: java.lang.String __MAGICAL_TEST_PASSING_ENABLER +wangdaye.com.geometricweather.R$string: int ceiling +com.google.android.material.chip.Chip: void setChipDrawable(com.google.android.material.chip.ChipDrawable) +wangdaye.com.geometricweather.R$id: int dialog_location_permission_statement_container +cyanogenmod.weather.WeatherInfo$DayForecast: int getConditionCode() androidx.preference.R$style: int TextAppearance_AppCompat_Large -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_horizontalGap -wangdaye.com.geometricweather.R$attr: int subtitleTextColor -wangdaye.com.geometricweather.R$integer: int mtrl_calendar_year_selector_span -androidx.dynamicanimation.R$style: int Widget_Compat_NotificationActionText -android.didikee.donate.R$attr: int panelMenuListWidth -wangdaye.com.geometricweather.R$layout: int fragment_main -androidx.appcompat.R$attr: int navigationContentDescription -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintWidth_max -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial -com.bumptech.glide.integration.okhttp.R$style: int TextAppearance_Compat_Notification -okhttp3.internal.http2.Http2Writer: void windowUpdate(int,long) -androidx.appcompat.widget.AppCompatImageView: AppCompatImageView(android.content.Context) -wangdaye.com.geometricweather.R$animator: int weather_thunderstorm_2 -wangdaye.com.geometricweather.R$id: int dialog_location_help_permissionTitle -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar -cyanogenmod.themes.ThemeChangeRequest$RequestType -com.tencent.bugly.proguard.n: android.content.SharedPreferences c(com.tencent.bugly.proguard.n) -wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition: wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition BELOW_LINE -androidx.preference.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: java.lang.Throwable error -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Menu -com.google.android.material.textfield.TextInputLayout: void setSuffixText(java.lang.CharSequence) -com.jaredrummler.android.colorpicker.R$style: int cpv_ColorPickerViewStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String so2Desc -androidx.constraintlayout.widget.R$drawable: int abc_seekbar_tick_mark_material -okhttp3.internal.http2.Http2Codec: Http2Codec(okhttp3.OkHttpClient,okhttp3.Interceptor$Chain,okhttp3.internal.connection.StreamAllocation,okhttp3.internal.http2.Http2Connection) -com.google.android.material.R$styleable: int DrawerArrowToggle_arrowHeadLength -wangdaye.com.geometricweather.R$color: int colorSearchBarBackground_dark -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintEnd_toEndOf -androidx.viewpager.R$id: int forever -androidx.appcompat.widget.AppCompatEditText: void setSupportBackgroundTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$id: int scrollIndicatorDown -com.google.android.material.R$styleable: int MaterialCardView_state_dragged -androidx.preference.R$styleable: int SearchView_commitIcon -com.bumptech.glide.R$id: int none -androidx.appcompat.widget.SearchView$SearchAutoComplete: int getSearchViewTextMinWidthDp() -com.google.android.material.R$id: int navigation_header_container -okhttp3.internal.platform.AndroidPlatform: javax.net.ssl.SSLContext getSSLContext() -wangdaye.com.geometricweather.db.entities.LocationEntity: void setLatitude(float) -androidx.viewpager.R$styleable: int GradientColorItem_android_offset -com.xw.repo.bubbleseekbar.R$attr: int fontProviderAuthority -androidx.coordinatorlayout.R$color: int secondary_text_default_material_light -com.google.android.material.R$styleable: int Constraint_flow_firstVerticalStyle -android.didikee.donate.R$id: int image -androidx.recyclerview.R$attr: R$attr() -cyanogenmod.app.CustomTile$ExpandedStyle: CustomTile$ExpandedStyle(cyanogenmod.app.CustomTile$1) -com.tencent.bugly.crashreport.biz.b: int h() -com.google.android.material.R$dimen: int abc_text_size_menu_header_material -okhttp3.OkHttpClient$Builder -androidx.preference.R$style: int Widget_AppCompat_ActionButton_Overflow -cyanogenmod.platform.Manifest$permission: java.lang.String THIRD_PARTY_KEYGUARD -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Metric: int UnitType -androidx.lifecycle.reactivestreams.R: R() -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: MfForecastResult$DailyForecast() -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_14 -wangdaye.com.geometricweather.common.ui.widgets.TagView: TagView(android.content.Context) -com.bumptech.glide.R$attr: int keylines -androidx.constraintlayout.widget.R$id: int submit_area -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_horizontalStyle -androidx.constraintlayout.widget.R$styleable: int StateSet_defaultState -com.google.android.material.R$drawable: int abc_list_selector_holo_light -cyanogenmod.util.ColorUtils: float[] temperatureToRGB(int) -androidx.vectordrawable.R$styleable: int FontFamily_fontProviderAuthority -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: int status -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String LAST_UPDATE_TIME -com.google.android.material.R$animator: int mtrl_chip_state_list_anim -androidx.hilt.lifecycle.R$attr: int alpha -androidx.cardview.R$color: int cardview_light_background -com.google.android.material.R$attr: int popupMenuBackground -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String getHeadDescription() -cyanogenmod.alarmclock.CyanogenModAlarmClock: android.content.Intent createAlarmIntent(android.content.Context) -com.google.android.material.chip.Chip: void setCloseIconStartPadding(float) -androidx.core.graphics.drawable.IconCompat -androidx.preference.R$style: int PreferenceFragment -wangdaye.com.geometricweather.R$string: int abc_activitychooserview_choose_application -wangdaye.com.geometricweather.R$string: int mtrl_picker_date_header_unselected -com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleContentDescription(java.lang.CharSequence) -androidx.hilt.lifecycle.R$anim: int fragment_fast_out_extra_slow_in -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float pm10 -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean getAddress_detail() -com.google.android.material.R$styleable: int Constraint_pathMotionArc -wangdaye.com.geometricweather.R$layout: int material_clock_period_toggle -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_item_min_width -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: io.reactivex.Observer downstream -androidx.activity.R$id: int icon -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void drainFused() -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_alpha -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: int OTHER_STATE_CONSUMED_OR_EMPTY -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Display2 -wangdaye.com.geometricweather.R$attr: int rv_side -com.turingtechnologies.materialscrollbar.R$attr: int controlBackground -cyanogenmod.app.CMContextConstants: java.lang.String CM_LIVE_LOCK_SCREEN_SERVICE -okhttp3.Response: long receivedResponseAtMillis -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: long serialVersionUID -com.google.android.gms.common.api.ResolvableApiException: android.app.PendingIntent getResolution() -androidx.preference.R$anim: int btn_checkbox_to_checked_icon_null_animation -com.google.android.material.R$color: int mtrl_chip_ripple_color -wangdaye.com.geometricweather.R$styleable: int ActionMode_backgroundSplit -androidx.coordinatorlayout.R$id: int tag_unhandled_key_event_manager -com.google.android.material.R$dimen: int abc_seekbar_track_background_height_material -androidx.lifecycle.SavedStateViewModelFactory: android.os.Bundle mDefaultArgs -okio.Buffer$1: void flush() -androidx.constraintlayout.widget.R$attr: int hideOnContentScroll -com.google.android.material.R$style: int Theme_MaterialComponents_Light_BottomSheetDialog -com.google.android.material.R$attr: int tabMode -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_collapsedTitleTextAppearance -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_showDividers -androidx.constraintlayout.widget.R$attr: int layout_constraintBottom_toTopOf -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum: double Value -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating: double Value -com.tencent.bugly.proguard.am: java.lang.String c -com.tencent.bugly.crashreport.common.info.a: void C() -com.google.android.material.R$style: int Widget_AppCompat_ActionMode -james.adaptiveicon.R$styleable: int Toolbar_subtitle -androidx.hilt.work.R$drawable: int notification_action_background -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void disposeBoundary() -com.bumptech.glide.R$layout: int notification_template_icon_group -com.amap.api.location.AMapLocationClientOption$2: int[] a -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void onNext(java.lang.Object) -james.adaptiveicon.R$color: int abc_tint_switch_track -androidx.hilt.R$styleable: int FontFamily_fontProviderQuery -james.adaptiveicon.R$id: int action_bar_spinner -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: int nameId -okhttp3.RealCall: okio.AsyncTimeout timeout -androidx.preference.R$style: int TextAppearance_Compat_Notification_Line2 -com.google.android.material.slider.Slider: int getFocusedThumbIndex() -okhttp3.Address: okhttp3.Authenticator proxyAuthenticator -wangdaye.com.geometricweather.R$string: int feedback_unusable_geocoder -wangdaye.com.geometricweather.R$drawable: int material_ic_edit_black_24dp -retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: void onNext(retrofit2.Response) -com.turingtechnologies.materialscrollbar.R$dimen: int disabled_alpha_material_dark -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceSubtitle2 -okhttp3.OkHttpClient: okhttp3.Authenticator proxyAuthenticator() -wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree nighttimeWindDegree -androidx.vectordrawable.R$id: int action_container -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_CheckedTextView -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_112 -com.google.android.material.R$attr: int fontWeight -androidx.constraintlayout.widget.R$attr: int transitionEasing -androidx.appcompat.R$attr: int alphabeticModifiers -wangdaye.com.geometricweather.R$styleable: int[] ChipGroup -com.google.android.material.R$attr: int useCompatPadding -wangdaye.com.geometricweather.R$attr: int cpv_dialogType -com.tencent.bugly.proguard.ai: ai() -androidx.coordinatorlayout.R$dimen: int notification_small_icon_size_as_large -com.tencent.bugly.crashreport.biz.UserInfoBean: boolean l -androidx.recyclerview.R$id: int accessibility_custom_action_31 -androidx.appcompat.R$attr: int backgroundStacked -james.adaptiveicon.R$dimen: int abc_dialog_fixed_height_minor -okhttp3.internal.http.RealInterceptorChain: okhttp3.Interceptor$Chain withConnectTimeout(int,java.util.concurrent.TimeUnit) -androidx.viewpager2.R$drawable: int notification_bg_low_normal -wangdaye.com.geometricweather.R$styleable: int ColorPanelView_cpv_colorShape -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getFontThemePackageName() -retrofit2.ParameterHandler$RawPart: void apply(retrofit2.RequestBuilder,okhttp3.MultipartBody$Part) -androidx.appcompat.R$attr: int actionBarTabTextStyle -cyanogenmod.profiles.AirplaneModeSettings$1 -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_android_textAppearance -io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: int retries -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_centerColor -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum: AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum() -wangdaye.com.geometricweather.R$layout: int widget_text -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Metric -androidx.lifecycle.ViewModelProvider$Factory -com.google.android.material.R$styleable: int ActionMode_closeItemLayout -wangdaye.com.geometricweather.R$styleable: int[] ButtonBarLayout -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat -retrofit2.KotlinExtensions$await$4$2 -com.tencent.bugly.crashreport.common.info.a: java.util.List o -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: java.lang.String country -okio.RealBufferedSink: okio.BufferedSink writeInt(int) -okhttp3.CacheControl: CacheControl(boolean,boolean,int,int,boolean,boolean,boolean,int,int,boolean,boolean,boolean,java.lang.String) -com.xw.repo.bubbleseekbar.R$id: int src_atop -com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_focused_holo -com.google.android.material.floatingactionbutton.FloatingActionButton: void setExpandedComponentIdHint(int) -io.reactivex.internal.subscriptions.SubscriptionArbiter: org.reactivestreams.Subscription actual -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX getTemperature() -com.google.android.material.textfield.TextInputLayout: void setPrefixText(java.lang.CharSequence) -androidx.constraintlayout.widget.R$string: int abc_menu_delete_shortcut_label -io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub$Proxy: void setServiceRequestState(cyanogenmod.weather.RequestInfo,cyanogenmod.weatherservice.ServiceRequestResult,int) -com.google.android.material.slider.BaseSlider: int getAccessibilityFocusedVirtualViewId() -wangdaye.com.geometricweather.R$drawable: int googleg_standard_color_18 -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_AutoCompleteTextView -com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableTransition_android_reversible -cyanogenmod.app.CustomTile$ExpandedListItem: void setExpandedListItemTitle(java.lang.String) -okhttp3.internal.http2.Http2Stream$FramingSink: Http2Stream$FramingSink(okhttp3.internal.http2.Http2Stream) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Metric -retrofit2.http.OPTIONS: java.lang.String value() -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircularSkyWeatherView: int getBackgroundColor() -androidx.appcompat.R$style: int Platform_V21_AppCompat_Light -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Dialog -okhttp3.internal.ws.RealWebSocket: okhttp3.Call call -wangdaye.com.geometricweather.R$array: int week_icon_mode_values -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem -androidx.constraintlayout.widget.R$layout: int abc_search_dropdown_item_icons_2line -cyanogenmod.externalviews.KeyguardExternalView$3: int val$y -androidx.constraintlayout.widget.R$drawable: int abc_cab_background_internal_bg -com.google.android.material.button.MaterialButton: int getTextHeight() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd -androidx.hilt.lifecycle.R$styleable: int GradientColor_android_gradientRadius -com.google.android.material.tabs.TabLayout: void addOnTabSelectedListener(com.google.android.material.tabs.TabLayout$OnTabSelectedListener) -okhttp3.internal.connection.StreamAllocation: boolean released -com.google.android.material.R$attr: int borderWidth -com.xw.repo.bubbleseekbar.R$id: int async -cyanogenmod.weatherservice.ServiceRequest: void fail() -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.ChineseCityEntity,int) -androidx.appcompat.app.ToolbarActionBar: void addOnMenuVisibilityListener(androidx.appcompat.app.ActionBar$OnMenuVisibilityListener) -androidx.constraintlayout.widget.R$styleable: int[] ActionMode -androidx.appcompat.widget.SwitchCompat: java.lang.CharSequence getTextOn() -cyanogenmod.media.MediaRecorder: java.lang.String EXTRA_HOTWORD_INPUT_STATE -com.google.android.material.internal.BaselineLayout -com.google.android.material.R$style: int ThemeOverlayColorAccentRed -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeTotalPrecipitationDuration -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_FixedSize -com.google.android.material.R$attr: int listPopupWindowStyle -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: void c(boolean) -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.xw.repo.bubbleseekbar.R$layout: int abc_search_view -cyanogenmod.app.ProfileGroup$2: int[] $SwitchMap$cyanogenmod$app$ProfileGroup$Mode -wangdaye.com.geometricweather.R$string: int publish_at -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize -androidx.coordinatorlayout.R$styleable: int FontFamilyFont_ttcIndex -cyanogenmod.providers.CMSettings$InclusiveFloatRangeValidator -android.didikee.donate.R$drawable: int abc_list_selector_background_transition_holo_dark -cyanogenmod.weather.WeatherInfo$Builder: double mHumidity -wangdaye.com.geometricweather.R$attr: int layout_constraintGuide_begin -com.google.android.material.R$style: int Widget_MaterialComponents_FloatingActionButton -androidx.activity.R$styleable: int FontFamily_fontProviderCerts -com.amap.api.location.LocationManagerBase: void stopAssistantLocation() -com.turingtechnologies.materialscrollbar.R$attr: int paddingBottomNoButtons -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_panelMenuListTheme -cyanogenmod.weather.IRequestInfoListener$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -org.greenrobot.greendao.AbstractDaoSession: void update(java.lang.Object) -com.google.android.material.R$styleable: int NavigationView_android_background -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial -com.google.android.material.floatingactionbutton.FloatingActionButton: void setScaleX(float) -wangdaye.com.geometricweather.R$styleable: int MenuView_android_windowAnimationStyle -wangdaye.com.geometricweather.R$id: int activity_widget_config_alignEndTitle -cyanogenmod.app.BaseLiveLockManagerService$1 -com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_paddingRightSystemWindowInsets -com.google.android.material.R$style: int Theme_MaterialComponents_BottomSheetDialog -androidx.appcompat.widget.ViewStubCompat: void setLayoutResource(int) -retrofit2.KotlinExtensions: java.lang.Object create(retrofit2.Retrofit) -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintWidth_default -com.google.android.material.R$styleable: int FloatingActionButton_rippleColor -com.google.android.material.R$dimen: int mtrl_extended_fab_start_padding_icon -com.tencent.bugly.proguard.z: android.content.SharedPreferences a(java.lang.String,android.content.Context) -com.google.android.material.chip.ChipGroup: void setChipSpacingVertical(int) -wangdaye.com.geometricweather.R$color: int material_grey_50 -androidx.appcompat.widget.AppCompatEditText: android.text.Editable getText() -com.tencent.bugly.proguard.y: void a(int) -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text -com.google.android.material.R$color: int error_color_material_light -com.google.android.material.slider.Slider: void setThumbRadiusResource(int) -androidx.loader.R$style: int TextAppearance_Compat_Notification_Time -com.google.android.material.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item -io.reactivex.internal.subscriptions.SubscriptionArbiter: java.util.concurrent.atomic.AtomicReference missedSubscription -wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_daySelectedStyle -androidx.preference.R$dimen: int abc_control_padding_material -androidx.lifecycle.ProcessLifecycleOwner$1: androidx.lifecycle.ProcessLifecycleOwner this$0 -androidx.lifecycle.ComputableLiveData$3: ComputableLiveData$3(androidx.lifecycle.ComputableLiveData) -okio.ByteString: int lastIndexOf(okio.ByteString,int) -cyanogenmod.app.Profile$LockMode: Profile$LockMode() -com.google.android.material.bottomsheet.BottomSheetBehavior: BottomSheetBehavior(android.content.Context,android.util.AttributeSet) -com.xw.repo.bubbleseekbar.R$id: int textSpacerNoButtons -androidx.appcompat.R$styleable: int[] Toolbar -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: void setDirection(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean) -androidx.viewpager2.R$styleable: int GradientColor_android_endX -okhttp3.Request: java.lang.String toString() -cyanogenmod.app.ProfileManager: void resetAll() -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light_Dialog -androidx.preference.R$styleable: int CompoundButton_buttonTintMode -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_CardView -com.google.android.material.R$styleable: int Chip_checkedIconTint -wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_elevation -com.turingtechnologies.materialscrollbar.R$styleable: int Spinner_android_dropDownWidth -androidx.constraintlayout.widget.R$dimen: int tooltip_corner_radius -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Chip_Entry -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_textStyle -androidx.preference.R$styleable: int SwitchCompat_thumbTintMode -james.adaptiveicon.R$id: int tabMode -com.google.android.material.R$styleable: int AppCompatTheme_buttonBarStyle -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setLocationPurpose(com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose) -android.didikee.donate.R$color: int abc_hint_foreground_material_light -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_creator -com.jaredrummler.android.colorpicker.R$attr: int titleMargins -androidx.lifecycle.ClassesInfoCache$CallbackInfo -androidx.vectordrawable.R$id: int normal -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1: wangdaye.com.geometricweather.location.services.LocationService$LocationCallback val$callback -android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionMode -androidx.constraintlayout.widget.R$styleable: int[] OnClick -wangdaye.com.geometricweather.R$string: int common_google_play_services_enable_title -com.baidu.location.e.h$b: com.baidu.location.e.h$b a -com.xw.repo.bubbleseekbar.R$attr: int elevation -androidx.constraintlayout.widget.R$style: int Base_V7_Theme_AppCompat -io.reactivex.internal.util.NotificationLite$SubscriptionNotification: org.reactivestreams.Subscription upstream -androidx.drawerlayout.R$dimen: int notification_small_icon_size_as_large -androidx.viewpager.R$id: int blocking -androidx.appcompat.R$attr: int buttonTint -com.tencent.bugly.proguard.n -com.xw.repo.bubbleseekbar.R$integer -androidx.preference.R$attr: int drawableTint -androidx.vectordrawable.R$styleable: int ColorStateListItem_android_alpha -com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_tileMode -cyanogenmod.weather.IRequestInfoListener$Stub$Proxy: android.os.IBinder asBinder() -androidx.constraintlayout.widget.R$style: int Base_V28_Theme_AppCompat -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation -androidx.appcompat.R$layout: int abc_action_mode_bar -wangdaye.com.geometricweather.R$dimen: int design_fab_size_mini -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$8: KeyguardExternalViewProviderService$Provider$ProviderImpl$8(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl,float) -james.adaptiveicon.R$attr: int contentInsetStartWithNavigation -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintBaseline_toBaselineOf -okhttp3.Cache: int hitCount() -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver parent -wangdaye.com.geometricweather.R$attr: int flow_maxElementsWrap -wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView -cyanogenmod.weatherservice.WeatherProviderService$1: void processWeatherUpdateRequest(cyanogenmod.weather.RequestInfo) -androidx.appcompat.R$id: int search_edit_frame -com.google.android.material.R$attr: int subMenuArrow -okhttp3.MultipartBody$Builder: okhttp3.MultipartBody$Builder addPart(okhttp3.RequestBody) -com.google.android.gms.internal.location.zzbe: android.os.Parcelable$Creator CREATOR -com.tencent.bugly.proguard.u: int u -com.tencent.bugly.crashreport.biz.b: long i -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_140 -com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_centerColor -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamily_fontProviderAuthority -com.turingtechnologies.materialscrollbar.R$styleable: int Snackbar_snackbarStyle -cyanogenmod.weather.WeatherLocation: java.lang.String mState -androidx.constraintlayout.widget.R$dimen: int notification_right_side_padding_top -cyanogenmod.providers.CMSettings$NameValueCache: java.util.HashMap mValues -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Body2 -wangdaye.com.geometricweather.R$color: int darkPrimary_2 -androidx.viewpager2.R$styleable: int FontFamily_fontProviderPackage -cyanogenmod.providers.CMSettings$Global: java.lang.String getString(android.content.ContentResolver,java.lang.String) -androidx.hilt.R$styleable: int GradientColor_android_centerX -androidx.viewpager.widget.ViewPager: void setOffscreenPageLimit(int) -okhttp3.internal.http2.Http2Connection$ReaderRunnable$1: okhttp3.internal.http2.Http2Stream val$newStream -com.google.android.material.R$dimen: int abc_dialog_corner_radius_material -com.google.android.material.R$attr: int state_collapsed -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintVertical_bias -wangdaye.com.geometricweather.R$attr: int flow_verticalGap -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Toolbar_Surface -com.google.android.material.R$attr: int iconSize -okhttp3.internal.cache.DiskLruCache$Entry: okhttp3.internal.cache.DiskLruCache$Editor currentEditor -com.google.android.material.floatingactionbutton.FloatingActionButton: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() -wangdaye.com.geometricweather.R$dimen: int preference_dropdown_padding_start -wangdaye.com.geometricweather.R$styleable: int ActionBar_displayOptions -io.reactivex.observers.DisposableObserver: boolean isDisposed() -com.google.android.material.chip.Chip: float getChipMinHeight() -com.google.android.material.R$styleable: int AppCompatTheme_colorControlHighlight -androidx.activity.R$id: int action_divider -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric -wangdaye.com.geometricweather.R$array: int pressure_unit_voices -wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerSize -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void onError(java.lang.Throwable) -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintStart_toEndOf -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Body2 -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_goneMarginRight -io.reactivex.internal.subscriptions.DeferredScalarSubscription: int FUSED_CONSUMED -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast -wangdaye.com.geometricweather.R$color: int common_google_signin_btn_tint -okhttp3.internal.http1.Http1Codec: int HEADER_LIMIT -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: java.util.List timelaps -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder readTimeout(java.time.Duration) -com.google.android.material.R$string: int material_timepicker_text_input_mode_description -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.util.Date getDate() -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setText(java.lang.String) +androidx.constraintlayout.widget.R$id: int SHOW_PATH +james.adaptiveicon.R$string: int abc_action_menu_overflow_description +wangdaye.com.geometricweather.R$layout: int material_radial_view_group +com.google.android.material.R$id: int BOTTOM_END +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ListPopupWindow +okhttp3.internal.http2.Http2Connection: void writeSynResetLater(int,okhttp3.internal.http2.ErrorCode) +com.turingtechnologies.materialscrollbar.R$color: int material_grey_900 +androidx.fragment.R$styleable: int GradientColor_android_endX +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator HEADSET_CONNECT_PLAYER_VALIDATOR +com.tencent.bugly.crashreport.common.info.a: com.tencent.bugly.crashreport.common.info.a af +androidx.preference.R$drawable: int notification_bg_normal +androidx.lifecycle.CompositeGeneratedAdaptersObserver +android.didikee.donate.R$anim +io.reactivex.internal.functions.Functions$NaturalComparator: int compare(java.lang.Object,java.lang.Object) +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox +com.google.android.material.button.MaterialButtonToggleGroup: java.lang.CharSequence getAccessibilityClassName() +android.didikee.donate.R$id: int parentPanel +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_contentInsetEnd +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getNo2() +com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableTransition_android_reversible +androidx.appcompat.R$style: int Base_Widget_AppCompat_ImageButton +wangdaye.com.geometricweather.R$styleable: int BackgroundStyle_android_selectableItemBackground +wangdaye.com.geometricweather.R$styleable: int[] FloatingActionButton_Behavior_Layout +com.google.android.material.R$styleable: int FloatingActionButton_android_enabled +androidx.lifecycle.LifecycleRegistry$ObserverWithState +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: ObservableZip$ZipCoordinator(io.reactivex.Observer,io.reactivex.functions.Function,int,boolean) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Imperial Imperial +cyanogenmod.weatherservice.IWeatherProviderService$Stub: int TRANSACTION_setServiceClient +io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: void spValue(java.lang.Object) +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: void setDisposable(io.reactivex.disposables.Disposable) +com.google.android.gms.common.api.GoogleApiActivity: GoogleApiActivity() +com.google.android.material.bottomnavigation.BottomNavigationView: int getLabelVisibilityMode() +androidx.appcompat.R$attr: int titleTextColor +androidx.coordinatorlayout.widget.CoordinatorLayout: android.graphics.drawable.Drawable getStatusBarBackground() +androidx.viewpager.R$styleable: int FontFamily_fontProviderFetchTimeout +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: boolean cancelled +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_DarkActionBar +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Imperial +com.google.android.material.internal.NavigationMenuItemView: NavigationMenuItemView(android.content.Context) +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setMockEnable(boolean) +androidx.appcompat.R$dimen: int abc_text_size_headline_material +androidx.coordinatorlayout.R$integer +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Object readKey(android.database.Cursor,int) +com.google.android.gms.base.R$color: int common_google_signin_btn_text_dark_default +android.didikee.donate.R$style: int Widget_AppCompat_DrawerArrowToggle +io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: ObservableAmb$AmbInnerObserver(io.reactivex.internal.operators.observable.ObservableAmb$AmbCoordinator,int,io.reactivex.Observer) +androidx.preference.R$styleable: int Toolbar_logo +wangdaye.com.geometricweather.R$styleable: int[] AnimatedStateListDrawableTransition +okhttp3.Request$Builder: okhttp3.Request$Builder url(okhttp3.HttpUrl) +androidx.constraintlayout.widget.R$dimen: int tooltip_y_offset_non_touch +io.reactivex.Observable: io.reactivex.Observable window(java.util.concurrent.Callable,int) +cyanogenmod.app.CMTelephonyManager: void setDataConnectionState(boolean) +com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource[] values() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft +io.reactivex.Observable: io.reactivex.Observable doOnError(io.reactivex.functions.Consumer) +io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.tencent.bugly.crashreport.crash.anr.a: java.lang.String f +androidx.preference.R$layout: int abc_screen_simple +android.didikee.donate.R$drawable: int notification_bg_low_normal +wangdaye.com.geometricweather.R$string: int settings_title_minimal_icon +com.google.android.material.R$styleable: int Constraint_layout_constraintRight_toRightOf +com.google.android.material.R$attr: int materialButtonToggleGroupStyle +okhttp3.Headers: void checkValue(java.lang.String,java.lang.String) +androidx.appcompat.widget.LinearLayoutCompat: int getGravity() +io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiFunction,boolean,int) +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: DailyTrendItemView(android.content.Context,android.util.AttributeSet,int) +androidx.vectordrawable.animated.R$string: int status_bar_notification_info_overflow +androidx.constraintlayout.widget.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item +com.amap.api.location.AMapLocationClient: java.lang.String getVersion() +com.tencent.bugly.crashreport.biz.b: java.lang.Class l +androidx.hilt.R$id: int action_image +okio.GzipSink +cyanogenmod.weather.CMWeatherManager$WeatherUpdateRequestListener +io.reactivex.exceptions.OnErrorNotImplementedException: OnErrorNotImplementedException(java.lang.String,java.lang.Throwable) +james.adaptiveicon.R$drawable: int abc_list_longpressed_holo +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse +android.didikee.donate.R$style +com.google.android.material.R$id: int ignore +com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_fontStyle +com.github.rahatarmanahmed.cpv.BuildConfig +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_medium_material +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Body1 +wangdaye.com.geometricweather.R$string: int mtrl_picker_a11y_prev_month +okhttp3.WebSocket: void cancel() +androidx.constraintlayout.widget.R$attr: int radioButtonStyle +retrofit2.Utils$WildcardTypeImpl: boolean equals(java.lang.Object) +io.reactivex.disposables.ReferenceDisposable: boolean isDisposed() +okhttp3.CertificatePinner: void check(java.lang.String,java.security.cert.Certificate[]) +wangdaye.com.geometricweather.common.ui.widgets.AnimatableIconView: AnimatableIconView(android.content.Context,android.util.AttributeSet,int) +retrofit2.http.POST +retrofit2.RequestFactory +com.google.android.material.R$id: int spread_inside +com.google.android.material.slider.Slider: void setThumbStrokeWidth(float) +wangdaye.com.geometricweather.R$styleable: int Toolbar_titleMargin +com.google.android.material.button.MaterialButton: MaterialButton(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.internal.FlowLayout: FlowLayout(android.content.Context,android.util.AttributeSet,int) +androidx.appcompat.resources.R$id: int tag_unhandled_key_event_manager +wangdaye.com.geometricweather.R$layout: int preference_category_material +com.google.android.material.R$style: int CardView_Dark +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActivityChooserView +okhttp3.internal.cache.CacheStrategy$Factory: boolean isFreshnessLifetimeHeuristic() +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintWidth_max +androidx.preference.R$string: int abc_action_mode_done +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Caption +androidx.appcompat.R$attr: int textAppearanceListItemSecondary +com.turingtechnologies.materialscrollbar.R$drawable: int abc_switch_thumb_material +com.turingtechnologies.materialscrollbar.MaterialScrollBar: void addScrollListener(androidx.recyclerview.widget.RecyclerView$OnScrollListener) +androidx.constraintlayout.widget.R$drawable: int abc_btn_default_mtrl_shape +wangdaye.com.geometricweather.R$string: int date_format_widget_oreo_style +wangdaye.com.geometricweather.R$attr: int itemStrokeWidth +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: java.lang.Integer alti +androidx.preference.R$attr: int actionBarTheme +androidx.hilt.lifecycle.R$drawable: int notify_panel_notification_icon_bg +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_25 +com.google.android.material.R$attr: int popupWindowStyle +retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: void onNext(retrofit2.Response) +com.google.android.material.R$string: int mtrl_exceed_max_badge_number_suffix +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Subhead +io.reactivex.internal.util.VolatileSizeArrayList: long serialVersionUID +okhttp3.internal.http2.Http2Connection$Builder: int pingIntervalMillis +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceSubtitle1 +wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_textSize +wangdaye.com.geometricweather.R$drawable: int weather_haze_mini_xml +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceListItemSmall +com.google.android.material.floatingactionbutton.FloatingActionButton: FloatingActionButton(android.content.Context) +androidx.viewpager2.R$dimen: int compat_notification_large_icon_max_height +com.google.android.material.R$styleable: int ProgressIndicator_growMode +wangdaye.com.geometricweather.R$attr: int switchMinWidth +okhttp3.HttpUrl$Builder: int portColonOffset(java.lang.String,int,int) +retrofit2.HttpServiceMethod +wangdaye.com.geometricweather.R$id: int italic +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setExpandedStyle(cyanogenmod.app.CustomTile$ExpandedStyle) +wangdaye.com.geometricweather.R$styleable: int[] SwitchPreferenceCompat +androidx.appcompat.widget.SearchView: void setSearchableInfo(android.app.SearchableInfo) +android.didikee.donate.R$attr: int actionModeFindDrawable +wangdaye.com.geometricweather.R$attr: int cardViewStyle +com.google.android.material.R$dimen: int design_bottom_sheet_peek_height_min +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast: boolean done +androidx.appcompat.R$styleable: int SearchView_layout +com.google.android.material.circularreveal.CircularRevealLinearLayout: int getCircularRevealScrimColor() +com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_CELL +androidx.fragment.R$id: int accessibility_custom_action_31 +james.adaptiveicon.R$styleable: int[] ActionMode +androidx.appcompat.R$attr: int windowMinWidthMinor +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void fail(java.lang.Throwable,io.reactivex.Observer,io.reactivex.internal.queue.SpscLinkedArrayQueue) +wangdaye.com.geometricweather.R$styleable: int Slider_trackHeight +wangdaye.com.geometricweather.R$styleable: int Preference_icon +wangdaye.com.geometricweather.R$string: int material_clock_display_divider +com.google.android.material.R$style: int Base_Theme_MaterialComponents_CompactMenu +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_backgroundTint +com.google.android.material.R$attr: int searchViewStyle +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs indexs +com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemHeight +retrofit2.ServiceMethod: ServiceMethod() +io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: io.reactivex.Observer downstream +com.google.android.material.tabs.TabLayout: void setTabMode(int) +androidx.preference.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable +com.tencent.bugly.proguard.a: byte[] a(java.lang.Object) +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_SearchResult_Title +wangdaye.com.geometricweather.R$dimen: int abc_text_size_body_2_material +cyanogenmod.app.ThemeVersion$ComponentVersion: ThemeVersion$ComponentVersion(int,cyanogenmod.app.ThemeComponent,int) +com.google.android.material.R$xml: R$xml() +com.google.android.material.R$styleable: int AppCompatTheme_listPopupWindowStyle +com.tencent.bugly.BuglyStrategy$a: int CRASHTYPE_BLOCK +okhttp3.internal.Version +wangdaye.com.geometricweather.R$id: int stretch +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionButton_Overflow +androidx.constraintlayout.widget.R$drawable: int abc_dialog_material_background +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_24 +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SMOKY +wangdaye.com.geometricweather.R$anim: int btn_radio_to_on_mtrl_dot_group_animation +androidx.activity.R$style: int Widget_Compat_NotificationActionText +com.google.android.material.R$styleable: int Constraint_layout_constraintLeft_toLeftOf +com.xw.repo.bubbleseekbar.R$anim: int abc_slide_out_top +android.didikee.donate.R$style: int Base_Widget_AppCompat_ProgressBar +wangdaye.com.geometricweather.R$string: int key_notification_hide_icon +com.amap.api.location.AMapLocation: int getTrustedLevel() +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_24 +com.google.android.material.floatingactionbutton.FloatingActionButton: int getSize() +com.bumptech.glide.integration.okhttp.R$attr: int statusBarBackground +wangdaye.com.geometricweather.R$id: int material_textinput_timepicker +com.xw.repo.bubbleseekbar.R$styleable: int[] CoordinatorLayout_Layout +com.google.android.material.textfield.TextInputEditText: java.lang.CharSequence getHintFromLayout() +com.amap.api.fence.GeoFence: java.lang.String BUNDLE_KEY_LOCERRORCODE +androidx.lifecycle.ReportFragment: void onActivityCreated(android.os.Bundle) +com.turingtechnologies.materialscrollbar.R$id: int masked +com.xw.repo.bubbleseekbar.R$attr: int fontProviderFetchStrategy +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight +androidx.vectordrawable.R$drawable +androidx.recyclerview.R$attr: int fontVariationSettings +com.google.android.material.R$layout: int material_time_input +james.adaptiveicon.R$attr: int spinBars +com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_check_to_on_mtrl_015 +androidx.appcompat.resources.R$id: int notification_main_column_container +wangdaye.com.geometricweather.R$layout: int activity_live_wallpaper_config +com.tencent.bugly.proguard.v: int b +androidx.hilt.work.R$id: int accessibility_custom_action_16 +james.adaptiveicon.R$attr: int windowFixedWidthMinor +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: boolean isDisposed() +androidx.constraintlayout.widget.R$attr: int actionBarItemBackground +cyanogenmod.app.CustomTileListenerService: void onCustomTilePosted(cyanogenmod.app.StatusBarPanelCustomTile) +wangdaye.com.geometricweather.R$id: int enterAlwaysCollapsed +androidx.preference.R$styleable: int Toolbar_navigationContentDescription +cyanogenmod.externalviews.ExternalViewProviderService: boolean DEBUG +androidx.preference.R$attr: int negativeButtonText +com.google.android.material.R$drawable: int abc_list_divider_mtrl_alpha +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Inverse +androidx.preference.R$styleable: int[] Fragment +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceScreenStyle +com.google.android.gms.base.R$drawable +wangdaye.com.geometricweather.R$styleable: int ClockFaceView_valueTextColor +cyanogenmod.externalviews.KeyguardExternalView$1: KeyguardExternalView$1(cyanogenmod.externalviews.KeyguardExternalView) +android.didikee.donate.R$attr: int actionModeBackground +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void onComplete() +wangdaye.com.geometricweather.R$xml: int widget_clock_day_horizontal +wangdaye.com.geometricweather.R$style: int Base_V7_Widget_AppCompat_EditText +com.bumptech.glide.R$styleable: int FontFamilyFont_android_font +androidx.lifecycle.SavedStateHandle$1: SavedStateHandle$1(androidx.lifecycle.SavedStateHandle) +com.jaredrummler.android.colorpicker.R$drawable: int notification_icon_background +android.didikee.donate.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void onComplete() +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TabLayout_Colored +james.adaptiveicon.R$attr: int listPreferredItemHeight +cyanogenmod.providers.CMSettings$InclusiveIntegerRangeValidator: int mMax +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_AES_256_CBC_SHA +androidx.appcompat.widget.AppCompatButton: void setSupportCompoundDrawablesTintList(android.content.res.ColorStateList) +com.google.android.material.R$dimen: int mtrl_extended_fab_translation_z_base +androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_drawableSize +com.google.android.material.floatingactionbutton.FloatingActionButton: void setImageResource(int) +james.adaptiveicon.R$color: int material_grey_600 +androidx.activity.R$id: int accessibility_custom_action_25 +wangdaye.com.geometricweather.R$integer: int app_bar_elevation_anim_duration +cyanogenmod.themes.IThemeProcessingListener$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.String TABLENAME com.jaredrummler.android.colorpicker.R$layout: int preference_information -androidx.constraintlayout.widget.R$attr: int region_widthMoreThan -com.tencent.bugly.crashreport.crash.anr.b: void a(com.tencent.bugly.crashreport.common.strategy.StrategyBean) -com.google.android.gms.common.internal.GetServiceRequest: android.os.Parcelable$Creator CREATOR -androidx.lifecycle.LifecycleService: androidx.lifecycle.Lifecycle getLifecycle() -wangdaye.com.geometricweather.db.entities.DailyEntity: void setCityId(java.lang.String) -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_inset -okhttp3.MultipartBody$Builder: MultipartBody$Builder(java.lang.String) -com.bumptech.glide.load.HttpException: HttpException(java.lang.String,int,java.lang.Throwable) -com.google.android.material.R$attr: int passwordToggleEnabled -androidx.appcompat.R$id: int src_in -com.jaredrummler.android.colorpicker.R$attr: int theme -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_SearchResult -cyanogenmod.profiles.ConnectionSettings: int CM_MODE_2G -okio.ByteString: boolean rangeEquals(int,byte[],int,int) -com.google.android.material.R$styleable: int Constraint_layout_constraintGuide_percent -androidx.preference.R$styleable: int AppCompatTheme_borderlessButtonStyle -com.turingtechnologies.materialscrollbar.R$dimen: int abc_seekbar_track_progress_height_material -wangdaye.com.geometricweather.main.fragments.MainFragment: MainFragment() -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_showDividers -okhttp3.CipherSuite: java.util.List forJavaNames(java.lang.String[]) -wangdaye.com.geometricweather.R$styleable: int Slider_tickColorInactive -com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: CircularRevealCoordinatorLayout(android.content.Context) -com.google.android.material.R$styleable: int NavigationView_shapeAppearance -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String getAbbreviation(android.content.Context) -androidx.lifecycle.SavedStateViewModelFactory: SavedStateViewModelFactory(android.app.Application,androidx.savedstate.SavedStateRegistryOwner,android.os.Bundle) -com.google.gson.JsonSyntaxException: JsonSyntaxException(java.lang.String) -android.didikee.donate.R$attr: int contentInsetEndWithActions -wangdaye.com.geometricweather.R$string: int settings_title_notification_temp_icon -wangdaye.com.geometricweather.R$id: int search_go_btn -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_AutoCompleteTextView -org.greenrobot.greendao.AbstractDao: int pkOrdinal -okhttp3.internal.platform.JdkWithJettyBootPlatform: void configureTlsExtensions(javax.net.ssl.SSLSocket,java.lang.String,java.util.List) -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Large -com.google.android.material.card.MaterialCardView: void setRippleColorResource(int) -okhttp3.RealCall: boolean isCanceled() -androidx.preference.R$styleable: int Toolbar_contentInsetEnd -wangdaye.com.geometricweather.R$string: int material_timepicker_pm -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Dialog_Alert -androidx.appcompat.R$style: int Base_Widget_AppCompat_RatingBar_Small -androidx.preference.R$id: int custom -wangdaye.com.geometricweather.R$layout: int item_about_link -com.jaredrummler.android.colorpicker.R$styleable: int[] AnimatedStateListDrawableItem -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getDaytimeWindLevel() -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void headers(boolean,int,int,java.util.List) -com.jaredrummler.android.colorpicker.R$attr: int contentInsetEnd -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_SIGNAL_ICON -com.tencent.bugly.proguard.u: java.util.concurrent.LinkedBlockingQueue h -androidx.transition.R$styleable: int[] ColorStateListItem -com.jaredrummler.android.colorpicker.R$color: int background_material_dark -com.google.android.material.R$integer: int config_tooltipAnimTime -com.google.android.material.R$attr: int overlapAnchor -wangdaye.com.geometricweather.R$layout: int item_weather_daily_astro -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.lang.Integer RIGHT_CLOSE -androidx.drawerlayout.R$styleable: int[] FontFamilyFont -com.google.android.material.R$color: int error_color_material_dark -wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_android_maxWidth -androidx.viewpager2.R$attr: int fastScrollHorizontalTrackDrawable -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: boolean eager -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_handleColor -okhttp3.Address: java.util.List connectionSpecs() -wangdaye.com.geometricweather.R$attr: int actionOverflowButtonStyle -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem -com.jaredrummler.android.colorpicker.R$layout: int cpv_dialog_presets -androidx.appcompat.resources.R$dimen: int notification_subtext_size -androidx.preference.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge -com.tencent.bugly.proguard.u: java.lang.String p -com.google.android.material.R$styleable: int AppBarLayout_liftOnScroll -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_stacked_tab_max_width -cyanogenmod.weatherservice.IWeatherProviderService$Stub: int TRANSACTION_setServiceClient -androidx.appcompat.R$styleable: int MenuItem_actionLayout -androidx.lifecycle.SavedStateHandle -okhttp3.internal.http2.Http2Reader: int readMedium(okio.BufferedSource) -com.google.android.material.circularreveal.CircularRevealGridLayout: com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo getRevealInfo() -com.jaredrummler.android.colorpicker.R$attr: int actionBarTabBarStyle -com.jaredrummler.android.colorpicker.R$attr: int actionBarSize -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void signalConsumer() -com.google.android.material.R$styleable: int ConstraintSet_flow_maxElementsWrap -okio.Util: java.nio.charset.Charset UTF_8 -com.google.android.material.R$color: int design_fab_shadow_start_color -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_SeekBar -com.google.android.material.textfield.MaterialAutoCompleteTextView: void setAdapter(android.widget.ListAdapter) -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_contentInsetEnd -com.xw.repo.BubbleSeekBar: BubbleSeekBar(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$attr: int brightness -androidx.viewpager2.R$id +com.tencent.bugly.proguard.u: boolean a(java.util.Map) +androidx.lifecycle.R +com.google.android.material.R$styleable: int[] Transform +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.Window mWindow +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Metric: double Value +wangdaye.com.geometricweather.R$attr: int cpv_colorPresets +cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String READ_ALARMS_PERMISSION +androidx.constraintlayout.widget.R$color: int abc_decor_view_status_guard +com.jaredrummler.android.colorpicker.R$id: int icon_frame +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_maxElementsWrap +com.turingtechnologies.materialscrollbar.R$styleable: int ScrimInsetsFrameLayout_insetForeground +cyanogenmod.profiles.LockSettings$1: java.lang.Object[] newArray(int) +android.didikee.donate.R$drawable: int abc_btn_default_mtrl_shape +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constrainedWidth +androidx.appcompat.widget.AppCompatToggleButton: AppCompatToggleButton(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$id: int shades_divider +com.tencent.bugly.crashreport.biz.a: void a(int,boolean,long) +android.didikee.donate.R$color: int abc_search_url_text_selected +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_counterMaxLength +wangdaye.com.geometricweather.R$string: int feedback_show_widget_card +okhttp3.internal.cache.DiskLruCache$Entry: okhttp3.internal.cache.DiskLruCache$Snapshot snapshot() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorBackgroundFloating +androidx.lifecycle.DefaultLifecycleObserver: void onCreate(androidx.lifecycle.LifecycleOwner) +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability precipitationProbability +androidx.appcompat.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight +com.google.android.material.R$attr: int flow_verticalBias +android.didikee.donate.R$drawable: int abc_text_select_handle_right_mtrl_light +retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintBaseline_creator +com.google.android.material.R$styleable: int ImageFilterView_brightness +wangdaye.com.geometricweather.R$styleable: int[] DialogPreference +james.adaptiveicon.R$drawable: int abc_ic_star_half_black_16dp +android.didikee.donate.R$attr: int textAllCaps +com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_selector_disabled_holo_dark +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintWidth_percent +com.google.android.material.R$attr: int placeholderTextAppearance +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken NULL +wangdaye.com.geometricweather.R$attr: int errorIconTintMode +com.turingtechnologies.materialscrollbar.R$attr: int msb_rightToLeft +com.jaredrummler.android.colorpicker.R$color: int error_color_material_light +androidx.appcompat.R$drawable: int abc_list_divider_mtrl_alpha +wangdaye.com.geometricweather.R$dimen: int mtrl_navigation_item_horizontal_padding +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: boolean IsDayTime +com.jaredrummler.android.colorpicker.R$style: int Base_V21_Theme_AppCompat_Light_Dialog +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum Maximum +cyanogenmod.app.ProfileGroup$1: java.lang.Object[] newArray(int) +androidx.vectordrawable.R$id: int action_divider +com.google.android.material.R$styleable: int ProgressIndicator_showDelay +com.tencent.bugly.crashreport.crash.anr.b: void d() +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: void onSubscribe(io.reactivex.disposables.Disposable) +james.adaptiveicon.R$attr: int actionButtonStyle +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: boolean isDataConnectionSelectedOnSub(int) +wangdaye.com.geometricweather.R$id: int test_checkbox_app_button_tint +com.google.android.material.bottomnavigation.BottomNavigationView: void setItemTextAppearanceInactive(int) +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setContentDescription(int) +wangdaye.com.geometricweather.R$attr: int bsb_hide_bubble +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_textColorHint +com.google.android.material.floatingactionbutton.FloatingActionButton: com.google.android.material.shape.ShapeAppearanceModel getShapeAppearanceModel() +com.google.android.material.behavior.HideBottomViewOnScrollBehavior +com.amap.api.location.AMapLocation: void setLocationType(int) +com.tencent.bugly.proguard.ak: java.util.Map C +wangdaye.com.geometricweather.R$attr: int initialExpandedChildrenCount +com.google.android.material.R$attr: int errorIconTint +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Display3 +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void startFirstTimeout(io.reactivex.ObservableSource) +com.tencent.bugly.Bugly: Bugly() +wangdaye.com.geometricweather.R$id: int grassIcon +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_contentInsetStart +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +com.amap.api.location.AMapLocationQualityReport: void setGPSSatellites(int) +cyanogenmod.hardware.CMHardwareManager: int[] getVibratorIntensityArray() +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Button_Colored +com.google.android.material.slider.BaseSlider: float getThumbElevation() +okhttp3.internal.ws.WebSocketWriter: void writePing(okio.ByteString) +wangdaye.com.geometricweather.R$attr: int firstBaselineToTopHeight +androidx.constraintlayout.widget.R$color: int secondary_text_disabled_material_dark androidx.swiperefreshlayout.R$color: R$color() -okhttp3.internal.http.RetryAndFollowUpInterceptor: okhttp3.internal.connection.StreamAllocation streamAllocation() -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat_Dialog_Alert -com.google.android.material.R$styleable: int TextInputLayout_shapeAppearanceOverlay -wangdaye.com.geometricweather.db.entities.WeatherEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() -androidx.appcompat.R$drawable: int abc_scrubber_primary_mtrl_alpha -com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_itemIconDisabledAlpha -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_wavePeriod -androidx.appcompat.R$drawable: int abc_ratingbar_small_material -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Metric Metric -okhttp3.HttpUrl: HttpUrl(okhttp3.HttpUrl$Builder) -okhttp3.HttpUrl: okhttp3.HttpUrl parse(java.lang.String) -com.amap.api.fence.GeoFenceClient: void resumeGeoFence() -okhttp3.MultipartBody: okhttp3.MediaType FORM -okhttp3.internal.http1.Http1Codec$FixedLengthSink: long bytesRemaining -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void innerComplete() -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float getPM25() -wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTodayForecastUpdateService -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_framePosition -wangdaye.com.geometricweather.R$layout: int test_toolbar -android.didikee.donate.R$layout: int abc_action_menu_layout -okio.Buffer$1 -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintWidth_default -androidx.legacy.coreutils.R$style: int TextAppearance_Compat_Notification_Line2 -io.reactivex.Observable: io.reactivex.Observable fromFuture(java.util.concurrent.Future,long,java.util.concurrent.TimeUnit) -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: io.reactivex.internal.disposables.DisposableContainer tasks -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity -okio.Pipe$PipeSink -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date getSunSetDate() -androidx.appcompat.widget.AppCompatCheckBox: int getCompoundPaddingLeft() -com.jaredrummler.android.colorpicker.R$id: int topPanel -androidx.preference.R$styleable: int SeekBarPreference_adjustable -okhttp3.FormBody$Builder: java.util.List values -okhttp3.CookieJar$1: void saveFromResponse(okhttp3.HttpUrl,java.util.List) -io.reactivex.internal.disposables.EmptyDisposable: boolean isDisposed() -android.didikee.donate.R$styleable: int ActionBar_popupTheme -wangdaye.com.geometricweather.R$id: int cos -com.google.android.material.R$styleable: int SwitchCompat_thumbTextPadding -androidx.dynamicanimation.R$dimen: R$dimen() -wangdaye.com.geometricweather.R$styleable: int PopupWindowBackgroundState_state_above_anchor -com.baidu.location.e.n: n(java.lang.String,int,java.lang.String,java.lang.String,java.lang.String,int,int) -com.turingtechnologies.materialscrollbar.R$id: int snackbar_action -wangdaye.com.geometricweather.db.entities.LocationEntityDao: wangdaye.com.geometricweather.db.converters.WeatherSourceConverter weatherSourceConverter -androidx.appcompat.R$attr: int fontStyle -com.google.android.material.R$styleable: int MaterialTextView_android_lineHeight -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Spinner_Underlined -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.util.concurrent.atomic.AtomicInteger active +androidx.constraintlayout.widget.R$layout: int abc_screen_simple +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth +androidx.core.R$id: int accessibility_custom_action_6 +wangdaye.com.geometricweather.R$id: int widget_clock_day_icon +com.xw.repo.bubbleseekbar.R$color: int colorPrimary +com.google.android.material.chip.Chip: android.graphics.drawable.Drawable getCloseIcon() +androidx.swiperefreshlayout.R$drawable: int notification_icon_background +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Display1 +androidx.coordinatorlayout.R$id: int accessibility_custom_action_7 +okhttp3.internal.http2.Http2Connection$6: void execute() +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_title_material +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Display1 +wangdaye.com.geometricweather.R$id: int save_overlay_view +okhttp3.ConnectionPool$1: ConnectionPool$1(okhttp3.ConnectionPool) +androidx.loader.R$styleable: int GradientColor_android_startX +androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver +com.google.android.material.R$dimen: int design_snackbar_padding_vertical_2lines +com.google.android.material.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox +io.reactivex.internal.util.NotificationLite: java.lang.Object subscription(org.reactivestreams.Subscription) +wangdaye.com.geometricweather.R$id: int item_about_header_appName +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd +androidx.appcompat.widget.AppCompatAutoCompleteTextView: AppCompatAutoCompleteTextView(android.content.Context,android.util.AttributeSet) +com.tencent.bugly.proguard.ak: java.util.Map h +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.String weatherSource +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat +com.google.android.material.R$attr: int windowFixedWidthMajor +okhttp3.internal.cache.InternalCache: void trackResponse(okhttp3.internal.cache.CacheStrategy) +com.bumptech.glide.load.engine.GlideException: void setLoggingDetails(com.bumptech.glide.load.Key,com.bumptech.glide.load.DataSource) +android.didikee.donate.R$styleable: int ActionBar_divider +com.google.android.material.R$style: int Theme_AppCompat_Light_Dialog +android.didikee.donate.R$style: int Widget_AppCompat_PopupWindow +io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver +androidx.constraintlayout.widget.R$drawable: int abc_btn_colored_material +wangdaye.com.geometricweather.R$layout: int container_main_aqi +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Display2 +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle +wangdaye.com.geometricweather.R$xml: int perference_unit +androidx.hilt.R$anim: int fragment_fade_exit +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_default +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: java.lang.String co +androidx.constraintlayout.widget.Guideline: void setGuidelinePercent(float) +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse +com.google.gson.stream.JsonReader$1: void promoteNameToValue(com.google.gson.stream.JsonReader) +okhttp3.OkHttpClient: okhttp3.Dispatcher dispatcher +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$7: KeyguardExternalViewProviderService$Provider$ProviderImpl$7(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_30 +wangdaye.com.geometricweather.R$attr: int textAppearanceSearchResultTitle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: void setBrandId(java.lang.String) +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionButton +com.google.android.material.R$attr: int materialCalendarYearNavigationButton +com.turingtechnologies.materialscrollbar.R$attr: int checkedTextViewStyle +androidx.dynamicanimation.R$drawable: int notification_template_icon_bg +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Speed +com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String toStr(int) +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition GeoPosition +com.turingtechnologies.materialscrollbar.R$attr: int closeIconTint +wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_rotation +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 +wangdaye.com.geometricweather.common.basic.models.weather.Wind: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree getDegree() +com.tencent.bugly.crashreport.crash.anr.b: boolean a() +wangdaye.com.geometricweather.R$id: int tag_unhandled_key_listeners +com.tencent.bugly.crashreport.common.strategy.a: com.tencent.bugly.crashreport.common.strategy.StrategyBean c() +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void run() +com.google.android.material.R$layout: int abc_popup_menu_item_layout +com.tencent.bugly.crashreport.biz.a: a(android.content.Context,boolean) +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation: wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation LEFT +androidx.constraintlayout.helper.widget.Flow: void setHorizontalBias(float) +wangdaye.com.geometricweather.R$drawable: int notif_temp_90 +com.google.gson.JsonIOException: JsonIOException(java.lang.String) +com.xw.repo.BubbleSeekBar: void setThumbColor(int) +wangdaye.com.geometricweather.R$string: int mtrl_picker_text_input_day_abbr +com.jaredrummler.android.colorpicker.R$styleable: int ActionMode_subtitleTextStyle +retrofit2.ParameterHandler$Query: ParameterHandler$Query(java.lang.String,retrofit2.Converter,boolean) +com.google.android.material.R$id: int mtrl_picker_text_input_range_start +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$6 +com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_list_padding_top_no_title +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String Source +androidx.viewpager.R$id: int right_side +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void innerComplete() +io.reactivex.Observable: io.reactivex.Observable timestamp(java.util.concurrent.TimeUnit) +com.google.android.material.R$styleable: int Constraint_flow_maxElementsWrap +okhttp3.CacheControl: boolean isPrivate() +james.adaptiveicon.R$attr: int progressBarStyle +cyanogenmod.weather.CMWeatherManager$LookupCityRequestListener +androidx.transition.R$id: int tag_transition_group +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int PARTLY_CLOUDY_DAY +com.bumptech.glide.R$drawable: int notification_bg_low_normal +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: int status +androidx.appcompat.R$drawable: int abc_ic_star_black_16dp +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric: double Value +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse +retrofit2.OptionalConverterFactory: OptionalConverterFactory() +androidx.preference.R$id: int seekbar +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: java.lang.String value +com.google.android.material.R$styleable: int ConstraintSet_flow_lastVerticalStyle +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void onComplete() +androidx.appcompat.widget.Toolbar: void setPopupTheme(int) +com.tencent.bugly.proguard.aj: java.lang.String b +com.tencent.bugly.crashreport.common.info.a: java.lang.String A() +com.turingtechnologies.materialscrollbar.R$id: int blocking +com.tencent.bugly.proguard.i: void a(byte[]) +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_startIconCheckable +cyanogenmod.app.Profile: int getTriggerState(int,java.lang.String) +androidx.lifecycle.LifecycleService: int onStartCommand(android.content.Intent,int,int) +androidx.appcompat.widget.AppCompatSpinner$DropdownPopup +com.tencent.bugly.proguard.f: void a(java.lang.StringBuilder,int) +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ListPopupWindow +android.didikee.donate.R$dimen: int abc_button_inset_vertical_material +wangdaye.com.geometricweather.remoteviews.trend.TrendLinearLayout: TrendLinearLayout(android.content.Context,android.util.AttributeSet) +okhttp3.internal.http2.Http2Connection: long degradedPingsSent +cyanogenmod.app.CustomTile$ExpandedStyle: android.widget.RemoteViews getContentViews() +com.turingtechnologies.materialscrollbar.R$attr: int snackbarButtonStyle +androidx.transition.R$layout: int notification_template_icon_group +com.google.android.material.R$attr: int tooltipStyle +com.tencent.bugly.crashreport.common.info.a: java.lang.String P() +com.google.android.material.R$id: int decelerate +androidx.constraintlayout.widget.R$styleable: int Variant_region_widthMoreThan +cyanogenmod.weatherservice.ServiceRequestResult: cyanogenmod.weather.WeatherInfo getWeatherInfo() +okhttp3.internal.http2.Http2Stream$FramingSource: boolean closed +wangdaye.com.geometricweather.R$attr: int thumbTint +cyanogenmod.util.ColorUtils$1: int compare(com.android.internal.util.cm.palette.Palette$Swatch,com.android.internal.util.cm.palette.Palette$Swatch) +retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory create() +android.didikee.donate.R$id: int action_bar_subtitle androidx.preference.R$styleable: int TextAppearance_android_shadowRadius -wangdaye.com.geometricweather.R$attr: int firstBaselineToTopHeight -android.didikee.donate.R$bool: int abc_action_bar_embed_tabs -io.reactivex.internal.subscriptions.SubscriptionHelper: io.reactivex.internal.subscriptions.SubscriptionHelper CANCELLED -com.turingtechnologies.materialscrollbar.R$string: int abc_menu_sym_shortcut_label -com.jaredrummler.android.colorpicker.R$attr: int subtitleTextAppearance -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintTop_creator -okio.GzipSource: byte SECTION_HEADER -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Temperature: MfHistoryResult$History$Temperature() -cyanogenmod.providers.DataUsageContract: java.lang.String SLOW_AVG -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintBottom_toTopOf -io.reactivex.internal.schedulers.RxThreadFactory: RxThreadFactory(java.lang.String) -cyanogenmod.themes.ThemeManager: boolean isThemeBeingProcessed(java.lang.String) -com.turingtechnologies.materialscrollbar.R$attr: int viewInflaterClass -okhttp3.internal.http.RetryAndFollowUpInterceptor: okhttp3.Address createAddress(okhttp3.HttpUrl) -james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon -okhttp3.ConnectionPool: boolean cleanupRunning -androidx.appcompat.R$dimen: int notification_right_icon_size -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse -com.tencent.bugly.crashreport.common.info.a: java.lang.String Y -com.turingtechnologies.materialscrollbar.R$attr: int contentInsetEndWithActions -wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_rightToLeft -androidx.lifecycle.extensions.R$drawable: int notification_tile_bg -androidx.lifecycle.extensions.R$id: int action_container -com.tencent.bugly.crashreport.crash.anr.TraceFileHelper$b: boolean a(long) -androidx.coordinatorlayout.R$styleable: int GradientColor_android_tileMode -com.google.android.material.R$dimen: int mtrl_btn_hovered_z -cyanogenmod.providers.CMSettings$Global: java.lang.String[] LEGACY_GLOBAL_SETTINGS -androidx.loader.R$dimen: int compat_button_inset_vertical_material -james.adaptiveicon.R$dimen: int abc_control_padding_material -james.adaptiveicon.R$drawable: int notification_action_background -wangdaye.com.geometricweather.R$drawable: int abc_switch_thumb_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean feelsLike -okhttp3.Headers$Builder: okhttp3.Headers$Builder addLenient(java.lang.String,java.lang.String) -io.reactivex.internal.subscriptions.EmptySubscription: void complete(org.reactivestreams.Subscriber) -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_star_black_48dp -retrofit2.BuiltInConverters$BufferingResponseBodyConverter: retrofit2.BuiltInConverters$BufferingResponseBodyConverter INSTANCE -wangdaye.com.geometricweather.R$string: int tree -wangdaye.com.geometricweather.R$id: int container_main_daily_trend_card_tagView -androidx.preference.R$dimen: int abc_text_size_subhead_material +com.turingtechnologies.materialscrollbar.AlphabetIndicator: AlphabetIndicator(android.content.Context) +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton$ExtendedFloatingActionButtonBehavior +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header +com.tencent.bugly.proguard.r: java.lang.String c +wangdaye.com.geometricweather.R$id: int widget_week_container +cyanogenmod.platform.Manifest +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_RatingBar_Indicator +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onLockscreenSlideOffsetChanged(float) +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_AutoCompleteTextView +com.jaredrummler.android.colorpicker.R$style: int AlertDialog_AppCompat_Light +com.google.android.material.R$dimen: int notification_right_side_padding_top +android.didikee.donate.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth +androidx.appcompat.widget.Toolbar: java.lang.CharSequence getNavigationContentDescription() +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ProgressBar +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Metric +com.jaredrummler.android.colorpicker.R$bool +okhttp3.ConnectionSpec$Builder: boolean tls +com.google.android.material.bottomappbar.BottomAppBar$Behavior: BottomAppBar$Behavior(android.content.Context,android.util.AttributeSet) +com.turingtechnologies.materialscrollbar.R$id: int titleDividerNoCustom +com.google.android.material.textfield.TextInputLayout: void setPlaceholderTextEnabled(boolean) +com.tencent.bugly.crashreport.crash.jni.b: java.lang.String a(java.lang.String) +cyanogenmod.hardware.ICMHardwareService$Stub +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_TabText +androidx.appcompat.R$style: int Base_Widget_AppCompat_Button_Borderless +androidx.preference.R$attr: int backgroundStacked +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_maxButtonHeight +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: java.util.concurrent.atomic.AtomicReference mainDisposable +james.adaptiveicon.R$attr: int queryBackground +androidx.appcompat.R$color +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ListMenuView +wangdaye.com.geometricweather.R$drawable: int ic_donate +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWetBulbTemperature(java.lang.Integer) +wangdaye.com.geometricweather.R$attr: int placeholderTextColor +okio.BufferedSink: okio.BufferedSink writeIntLe(int) +androidx.appcompat.widget.AppCompatSpinner: void setDropDownVerticalOffset(int) +androidx.viewpager2.R$style: int TextAppearance_Compat_Notification +cyanogenmod.app.suggest.IAppSuggestProvider: java.util.List getSuggestions(android.content.Intent) +com.tencent.bugly.crashreport.crash.anr.b: java.util.concurrent.atomic.AtomicInteger a +com.google.android.material.navigation.NavigationView: NavigationView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: int humidity +androidx.appcompat.resources.R$style: int TextAppearance_Compat_Notification_Info +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_thumb_color +wangdaye.com.geometricweather.R$id: int reverseSawtooth +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +androidx.appcompat.widget.AppCompatTextView: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() +com.google.android.material.R$styleable: int ConstraintSet_android_translationX +cyanogenmod.app.CustomTile$1: java.lang.Object[] newArray(int) +wangdaye.com.geometricweather.R$string: int content_des_pm25 +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_button_min_height_material +androidx.loader.R$drawable: int notification_template_icon_bg +wangdaye.com.geometricweather.R$attr: int minWidth +okhttp3.MediaType: okhttp3.MediaType get(java.lang.String) +com.google.gson.stream.JsonReader: int PEEKED_UNQUOTED +com.bumptech.glide.load.EncodeStrategy: com.bumptech.glide.load.EncodeStrategy TRANSFORMED +com.google.android.material.button.MaterialButton: void setIconSize(int) +okio.HashingSource: okio.HashingSource sha256(okio.Source) +com.tencent.bugly.proguard.i: java.lang.String b +androidx.appcompat.R$dimen: int notification_action_text_size +wangdaye.com.geometricweather.R$drawable: int flag_pl +androidx.constraintlayout.widget.R$styleable: int Toolbar_titleMarginTop +wangdaye.com.geometricweather.R$dimen: int cardview_default_radius +okhttp3.internal.http2.Http2Reader$Handler: void data(boolean,int,okio.BufferedSource,int) +androidx.preference.R$styleable: int PreferenceTheme_dialogPreferenceStyle +com.jaredrummler.android.colorpicker.R$style: int Base_V23_Theme_AppCompat_Light +androidx.vectordrawable.R$id: int accessibility_custom_action_26 +com.turingtechnologies.materialscrollbar.R$animator: int mtrl_fab_transformation_sheet_expand_spec +com.google.android.material.R$styleable: int LinearLayoutCompat_measureWithLargestChild +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy +okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level BODY +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getProfiles +io.reactivex.internal.observers.DeferredScalarDisposable: int FUSED_READY +com.google.android.material.R$attr: int drawableTopCompat +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Metric: int UnitType +okhttp3.internal.cache.DiskLruCache: boolean initialized +okhttp3.internal.http2.Hpack$Writer: boolean emitDynamicTableSizeUpdate +wangdaye.com.geometricweather.R$styleable: int[] MockView +com.xw.repo.bubbleseekbar.R$color: int material_grey_800 +androidx.lifecycle.ProcessLifecycleOwner: int mResumedCounter +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse androidx.preference.R$styleable: R$styleable() -android.support.v4.os.IResultReceiver$Stub$Proxy: java.lang.String getInterfaceDescriptor() -cyanogenmod.externalviews.KeyguardExternalView$10: cyanogenmod.externalviews.KeyguardExternalView this$0 -wangdaye.com.geometricweather.R$string: int key_widget_minimal_icon -wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: MfLocationResult() -wangdaye.com.geometricweather.R$styleable: int PropertySet_android_visibility -android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat_ActionBar -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult: java.util.List Summaries -androidx.viewpager.widget.PagerTabStrip: boolean getDrawFullUnderline() -wangdaye.com.geometricweather.R$color: int mtrl_tabs_icon_color_selector_colored -cyanogenmod.weather.WeatherInfo: java.lang.String mKey -androidx.constraintlayout.widget.R$attr: int constraintSetEnd -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: HalfDay(java.lang.String,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,wangdaye.com.geometricweather.common.basic.models.weather.Temperature,wangdaye.com.geometricweather.common.basic.models.weather.Precipitation,wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability,wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration,wangdaye.com.geometricweather.common.basic.models.weather.Wind,java.lang.Integer) -com.google.android.material.R$styleable: int AppCompatTheme_controlBackground -cyanogenmod.app.ICMStatusBarManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -wangdaye.com.geometricweather.R$drawable: int ic_water -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_caption_material -com.google.android.material.R$styleable: int NavigationView_elevation -wangdaye.com.geometricweather.R$styleable: int ColorPickerView_cpv_alphaChannelText -androidx.lifecycle.extensions.R$id: int tag_accessibility_pane_title -com.turingtechnologies.materialscrollbar.R$attr: int chipStrokeColor -androidx.preference.R$styleable: int AppCompatTheme_popupWindowStyle -io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: ObservableSubscribeOn$SubscribeOnObserver(io.reactivex.Observer) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_EXPORT_WITH_RC4_40_MD5 -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WeatherText -com.google.gson.FieldNamingPolicy$5: FieldNamingPolicy$5(java.lang.String,int) -androidx.appcompat.widget.AppCompatImageButton: void setSupportBackgroundTintList(android.content.res.ColorStateList) -android.didikee.donate.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog -cyanogenmod.platform.Manifest$permission: java.lang.String PUBLISH_CUSTOM_TILE -android.didikee.donate.R$attr: int titleMarginStart -james.adaptiveicon.R$styleable: int Spinner_android_dropDownWidth -androidx.appcompat.R$id: int accessibility_custom_action_10 -wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: HourlyTrendItemView(android.content.Context) -wangdaye.com.geometricweather.R$attr: int background -com.jaredrummler.android.colorpicker.R$styleable: int Preference_singleLineTitle -com.google.android.material.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize -androidx.constraintlayout.widget.R$attr: int layout_goneMarginEnd -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: int getSourceColor() -com.bumptech.glide.R$style: int TextAppearance_Compat_Notification -okio.RealBufferedSource: long indexOf(okio.ByteString,long) -io.reactivex.Observable: io.reactivex.Observable groupBy(io.reactivex.functions.Function,io.reactivex.functions.Function,boolean) -com.google.android.material.button.MaterialButton: void setInternalBackground(android.graphics.drawable.Drawable) -com.tencent.bugly.crashreport.crash.h5.H5JavaScriptInterface: java.lang.String d -com.jaredrummler.android.colorpicker.R$color: int material_grey_50 -androidx.preference.R$styleable: int ActionBar_popupTheme -com.google.android.material.R$dimen: int mtrl_alert_dialog_background_inset_start -cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_GET_SECURE -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_rippleColor -wangdaye.com.geometricweather.R$string: int feedback_updated_in_background -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintBottom_toBottomOf -androidx.core.R$id: int time -com.jaredrummler.android.colorpicker.R$id: int end -androidx.constraintlayout.widget.R$dimen: int abc_text_size_subhead_material -androidx.preference.R$style: int Theme_AppCompat_Light_Dialog_MinWidth -androidx.lifecycle.extensions.R$dimen: int notification_right_side_padding_top -android.didikee.donate.R$styleable: int[] PopupWindow -com.turingtechnologies.materialscrollbar.R$id: int expanded_menu -com.google.gson.internal.LinkedTreeMap: int size() -okhttp3.MultipartBody$Builder: okhttp3.MultipartBody$Builder setType(okhttp3.MediaType) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Rain: int UnitType -androidx.vectordrawable.R$id: int line3 -wangdaye.com.geometricweather.R$attr: int listMenuViewStyle -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionButton -com.google.android.material.floatingactionbutton.FloatingActionButton: android.graphics.drawable.Drawable getContentBackground() -wangdaye.com.geometricweather.R$id: int widget_trend_daily_item_2 -cyanogenmod.hardware.CMHardwareManager: int FEATURE_DISPLAY_MODES -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property TreeDescription -androidx.appcompat.widget.AppCompatButton: int[] getAutoSizeTextAvailableSizes() -wangdaye.com.geometricweather.db.entities.HistoryEntity: void setId(java.lang.Long) -wangdaye.com.geometricweather.R$styleable: int Preference_layout -androidx.preference.R$style: int Widget_AppCompat_Light_SearchView -androidx.appcompat.R$dimen: int abc_dialog_title_divider_material -androidx.work.BackoffPolicy: androidx.work.BackoffPolicy[] values() -wangdaye.com.geometricweather.location.utils.LocationException: LocationException(int,java.lang.String) -androidx.preference.R$styleable: int AppCompatTheme_editTextStyle -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType Load -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Body1 -cyanogenmod.themes.IThemeChangeListener$Stub$Proxy: void onProgress(int) -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Caption -wangdaye.com.geometricweather.R$styleable: int AppCompatImageView_android_src -com.google.android.material.R$attr: int buttonBarStyle -com.amap.api.fence.GeoFence: void setPendingIntent(android.app.PendingIntent) -com.jaredrummler.android.colorpicker.R$attr: int thumbTint -androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type CENTER_Y -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void alterWindow(int,int,int,int,boolean,android.graphics.Rect) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_71 -com.amap.api.fence.GeoFenceManagerBase: void addRoundGeoFence(com.amap.api.location.DPoint,float,java.lang.String) -cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status IN_PROGRESS -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver -android.didikee.donate.R$id: int screen -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_FixedSize -androidx.appcompat.resources.R$id: int accessibility_custom_action_21 -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: boolean delayError -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_13 -okhttp3.internal.http2.Settings: int getMaxHeaderListSize(int) -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setComponent(java.lang.String,java.lang.String) -wangdaye.com.geometricweather.R$id: int message -com.google.android.material.R$style: int Widget_MaterialComponents_Snackbar_FullWidth -com.jaredrummler.android.colorpicker.R$color: int primary_text_default_material_dark -androidx.preference.R$id: int none -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_CompactMenu -com.google.android.material.R$styleable: int ConstraintSet_android_layout_marginTop -retrofit2.HttpServiceMethod: java.lang.Object invoke(java.lang.Object[]) -wangdaye.com.geometricweather.R$styleable: int KeyPosition_transitionEasing -androidx.constraintlayout.widget.R$attr: int brightness -androidx.appcompat.resources.R$attr: int fontProviderAuthority -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy -okhttp3.internal.ws.WebSocketReader: boolean closed -cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_TEMPERATURE_DAY -okhttp3.OkHttpClient$Builder: okhttp3.ConnectionPool connectionPool -androidx.work.ExistingWorkPolicy: androidx.work.ExistingWorkPolicy[] values() -com.google.android.material.timepicker.TimeModel: android.os.Parcelable$Creator CREATOR -com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_itemIconDisabledAlpha -androidx.cardview.R$attr: int cardPreventCornerOverlap -androidx.fragment.app.Fragment: void setOnStartEnterTransitionListener(androidx.fragment.app.Fragment$OnStartEnterTransitionListener) -com.turingtechnologies.materialscrollbar.R$color: int abc_search_url_text -androidx.preference.R$styleable: int MenuGroup_android_id -androidx.preference.R$styleable: int PreferenceFragmentCompat_android_divider -cyanogenmod.app.LiveLockScreenInfo$Builder: cyanogenmod.app.LiveLockScreenInfo build() -androidx.appcompat.R$styleable: int MenuItem_android_id -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeWindChillTemperature() -io.reactivex.Observable: io.reactivex.Observable using(java.util.concurrent.Callable,io.reactivex.functions.Function,io.reactivex.functions.Consumer,boolean) -james.adaptiveicon.R$styleable: int SearchView_defaultQueryHint -wangdaye.com.geometricweather.R$drawable: int abc_list_focused_holo -okio.DeflaterSink: DeflaterSink(okio.Sink,java.util.zip.Deflater) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean dispatchPopulateAccessibilityEvent(android.view.accessibility.AccessibilityEvent) -com.xw.repo.bubbleseekbar.R$style: int Base_V23_Theme_AppCompat_Light -okhttp3.internal.http2.Http2Connection: void writeSynReset(int,okhttp3.internal.http2.ErrorCode) -cyanogenmod.weather.RequestInfo$Builder: boolean isValidTempUnit(int) -com.bumptech.glide.integration.okhttp.R$attr: int fontWeight -com.turingtechnologies.materialscrollbar.R$color: int design_bottom_navigation_shadow_color -cyanogenmod.app.CMTelephonyManager: boolean isDataConnectionEnabled() -androidx.hilt.R$styleable: int FontFamilyFont_android_fontStyle -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeCloudCover -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getAbbreviation(android.content.Context) -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: void onSuccess(java.lang.Object) -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: long produced -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox -okhttp3.internal.http.CallServerInterceptor$CountingSink: void write(okio.Buffer,long) -wangdaye.com.geometricweather.R$color: int notification_background_rootLight -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_BottomSheet -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_Dark_ActionBar -com.google.android.material.R$styleable: int TextInputLayout_errorTextColor -retrofit2.OkHttpCall$ExceptionCatchingResponseBody$1 -android.didikee.donate.R$layout: int notification_template_custom_big -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber -james.adaptiveicon.R$styleable: int MenuItem_android_menuCategory -com.turingtechnologies.materialscrollbar.R$attr: int bottomSheetDialogTheme -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ListView -wangdaye.com.geometricweather.R$drawable: int notif_temp_95 -okio.ByteString: okio.ByteString substring(int,int) -androidx.appcompat.R$style: int Base_Widget_AppCompat_Toolbar -com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_android_negativeButtonText -wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout: void setOnApplyWindowInsetsListener(android.view.View$OnApplyWindowInsetsListener) -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Dialog -com.amap.api.location.AMapLocation: void setDescription(java.lang.String) -wangdaye.com.geometricweather.R$id: int layout -okhttp3.internal.cache.DiskLruCache: boolean isClosed() -cyanogenmod.profiles.RingModeSettings: java.lang.String getValue() -okhttp3.internal.http2.Http2Connection: void access$000(okhttp3.internal.http2.Http2Connection) -okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Http2Connection getConnection() -okhttp3.internal.http2.Hpack$Reader: void readLiteralHeaderWithIncrementalIndexingNewName() -wangdaye.com.geometricweather.R$attr: int disableDependentsState -com.turingtechnologies.materialscrollbar.R$attr: int alertDialogButtonGroupStyle -com.google.android.material.appbar.AppBarLayout: androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior getBehavior() -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_transitionEasing -androidx.preference.R$styleable: int RecyclerView_fastScrollEnabled -androidx.appcompat.R$id: int accessibility_custom_action_8 -androidx.hilt.R$color -io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: io.reactivex.ObservableSource source -james.adaptiveicon.R$dimen: int hint_pressed_alpha_material_light -com.google.android.material.R$style: int Widget_MaterialComponents_BottomAppBar_PrimarySurface -androidx.activity.R$integer: R$integer() -com.google.gson.stream.JsonReader: int NUMBER_CHAR_DECIMAL -androidx.constraintlayout.widget.R$id: int search_mag_icon -wangdaye.com.geometricweather.R$drawable: int notif_temp_108 -androidx.appcompat.R$id: int accessibility_custom_action_18 -cyanogenmod.power.PerformanceManager -cyanogenmod.providers.CMSettings$Secure: java.lang.String FEATURE_TOUCH_HOVERING -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.Precipitation precipitation -com.baidu.location.e.p: java.util.List a(org.json.JSONObject,java.lang.String,int) -cyanogenmod.hardware.DisplayMode$1: java.lang.Object createFromParcel(android.os.Parcel) -androidx.appcompat.R$id: int checkbox -okio.Buffer: void readFrom(java.io.InputStream,long,boolean) -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_toLeftOf -androidx.constraintlayout.widget.R$styleable: int OnSwipe_moveWhenScrollAtTop -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_RatingBar_Small -wangdaye.com.geometricweather.R$style: int Base_V21_Theme_MaterialComponents_Dialog -androidx.appcompat.widget.LinearLayoutCompat: void setWeightSum(float) -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight_Dialog -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable -com.google.android.material.R$styleable: int OnSwipe_maxAcceleration -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Chip_Filter -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: long mRequested -okhttp3.internal.http2.Http2Connection: long access$100(okhttp3.internal.http2.Http2Connection) -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$PhenomenonMaxColor: MfWarningsResult$PhenomenonMaxColor() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours -wangdaye.com.geometricweather.R$styleable: int ActionBar_contentInsetEndWithActions -com.google.android.material.R$id: int icon -com.google.android.material.R$id: int material_timepicker_cancel_button -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_radioButtonStyle -okhttp3.internal.ws.RealWebSocket$Streams -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: double seaLevel -cyanogenmod.app.CustomTile: android.graphics.Bitmap remoteIcon -wangdaye.com.geometricweather.R$dimen: int design_bottom_sheet_peek_height_min -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_CompoundButton_RadioButton -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_MaterialComponents_TextInputLayout -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade: AccuDailyResult$DailyForecasts$RealFeelTemperatureShade() -com.bumptech.glide.load.resource.bitmap.RecyclableBufferedInputStream$InvalidMarkException: RecyclableBufferedInputStream$InvalidMarkException(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_passwordToggleTint -okhttp3.internal.ws.RealWebSocket$Streams: boolean client -com.google.android.material.snackbar.Snackbar$SnackbarLayout: Snackbar$SnackbarLayout(android.content.Context) -cyanogenmod.app.ILiveLockScreenManagerProvider: boolean registerChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) -org.greenrobot.greendao.AbstractDao: AbstractDao(org.greenrobot.greendao.internal.DaoConfig,org.greenrobot.greendao.AbstractDaoSession) -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void cancel() +io.reactivex.Observable: io.reactivex.Observable skipLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean) +okhttp3.internal.ws.RealWebSocket$Streams: RealWebSocket$Streams(boolean,okio.BufferedSource,okio.BufferedSink) +okhttp3.FormBody$Builder: java.util.List names +androidx.preference.R$attr: int controlBackground +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +android.didikee.donate.R$style: int Widget_AppCompat_Toolbar +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_autoSizeTextType +io.reactivex.Observable: io.reactivex.Observable startWith(java.lang.Object) +wangdaye.com.geometricweather.R$attr: int dragDirection +androidx.appcompat.widget.AppCompatTextView: AppCompatTextView(android.content.Context) +androidx.appcompat.widget.ActionBarOverlayLayout: int getActionBarHideOffset() +androidx.preference.R$style: int Widget_AppCompat_ActionMode +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: void setUnit(java.lang.String) +okhttp3.OkHttpClient$Builder: okhttp3.internal.cache.InternalCache internalCache +androidx.appcompat.widget.AppCompatImageView +androidx.preference.R$style: int Base_Widget_AppCompat_ActionBar_TabView +com.jaredrummler.android.colorpicker.R$dimen: int abc_floating_window_z +com.turingtechnologies.materialscrollbar.R$attr: int progressBarStyle +com.google.android.material.R$attr: int deltaPolarAngle +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text +com.google.android.material.card.MaterialCardView: android.content.res.ColorStateList getCardBackgroundColor() +cyanogenmod.app.ProfileGroup$Mode +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_section_text_size +okio.Buffer: int REPLACEMENT_CHARACTER +android.didikee.donate.R$styleable: int AppCompatTheme_actionModeBackground +cyanogenmod.app.IProfileManager: cyanogenmod.app.Profile getProfile(android.os.ParcelUuid) +wangdaye.com.geometricweather.R$drawable: int weather_fog_mini_dark +wangdaye.com.geometricweather.R$drawable: int weather_rain_1 +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void dispose() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: java.lang.String getPubTime() +okhttp3.OkHttpClient: int callTimeout +io.reactivex.internal.subscriptions.SubscriptionHelper: void reportMoreProduced(long) +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.database.Database db +com.google.android.material.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title +wangdaye.com.geometricweather.R$id: int item_weather_daily_overview_text +com.xw.repo.bubbleseekbar.R$id: int default_activity_button +com.jaredrummler.android.colorpicker.R$id: int search_mag_icon +retrofit2.http.Query: java.lang.String value() +okhttp3.internal.http2.Huffman: int encodedLength(okio.ByteString) +com.bumptech.glide.R$dimen: int notification_top_pad_large_text +io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: ObservableRetryBiPredicate$RetryBiObserver(io.reactivex.Observer,io.reactivex.functions.BiPredicate,io.reactivex.internal.disposables.SequentialDisposable,io.reactivex.ObservableSource) +androidx.preference.R$styleable: int MenuItem_android_orderInCategory +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Inverse +wangdaye.com.geometricweather.R$array: int weather_source_voices +com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_max_width +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_Slider +wangdaye.com.geometricweather.R$id: int tag_accessibility_heading +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void onComplete() +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain: java.lang.Float cumul3H +androidx.appcompat.widget.AppCompatTextView: java.lang.CharSequence getText() +com.google.android.material.R$styleable: int KeyAttribute_android_rotation +androidx.legacy.coreutils.R$styleable: int FontFamilyFont_android_fontVariationSettings +android.didikee.donate.R$styleable: int AppCompatTheme_actionModeShareDrawable +okhttp3.CacheControl$Builder: boolean noTransform +wangdaye.com.geometricweather.R$string: int settings_notification_can_be_cleared_off +com.google.android.material.R$dimen: int mtrl_low_ripple_focused_alpha +com.jaredrummler.android.colorpicker.R$style: int Preference_PreferenceScreen_Material +androidx.coordinatorlayout.R$attr: int fontProviderPackage +androidx.drawerlayout.R$styleable: int GradientColor_android_startColor +com.amap.api.location.CoordUtil: void setLoadedSo(boolean) +com.amap.api.location.AMapLocation: boolean c(com.amap.api.location.AMapLocation,boolean) +wangdaye.com.geometricweather.R$string: int fab_transformation_sheet_behavior +com.google.android.gms.common.util.DynamiteApi +wangdaye.com.geometricweather.R$string: int content_des_pm10 +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult: java.lang.String Link +com.jaredrummler.android.colorpicker.R$dimen: int tooltip_precise_anchor_extra_offset +io.reactivex.internal.observers.DeferredScalarDisposable: int FUSED_EMPTY +com.google.android.material.R$anim: int mtrl_card_lowers_interpolator +com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter: void onAnimationReset() +com.google.android.material.R$attr: int allowStacking +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_lineHeight +androidx.vectordrawable.animated.R$id: int tag_accessibility_pane_title +android.didikee.donate.R$styleable: int SearchView_closeIcon +cyanogenmod.externalviews.ExternalView$5 +wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String getDistrict() +wangdaye.com.geometricweather.R$id: int notification_big_icon_3 +okhttp3.OkHttpClient: okhttp3.internal.cache.InternalCache internalCache +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleTextAppearance +wangdaye.com.geometricweather.R$layout: int dialog_running_in_background +cyanogenmod.providers.CMSettings$System +wangdaye.com.geometricweather.R$styleable: int Slider_thumbStrokeWidth +com.google.android.material.R$styleable: int Spinner_android_popupBackground +com.google.android.material.R$id: int listMode +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle +com.google.android.material.chip.Chip: void setChipIconTint(android.content.res.ColorStateList) +okhttp3.internal.Util: void closeQuietly(java.io.Closeable) +com.tencent.bugly.proguard.i: int a(int,int,boolean) +androidx.appcompat.R$style: int Widget_AppCompat_ProgressBar_Horizontal +com.jaredrummler.android.colorpicker.R$id: int src_atop +com.tencent.bugly.crashreport.crash.anr.TraceFileHelper: java.lang.String a(java.io.BufferedReader) +wangdaye.com.geometricweather.R$drawable: int abc_textfield_activated_mtrl_alpha +retrofit2.ParameterHandler$PartMap: ParameterHandler$PartMap(java.lang.reflect.Method,int,retrofit2.Converter,java.lang.String) +androidx.appcompat.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_1 +androidx.preference.R$style: int Base_Widget_AppCompat_RatingBar_Indicator +wangdaye.com.geometricweather.R$attr: int layout_constraintLeft_toRightOf +androidx.constraintlayout.widget.R$id: int left +com.google.android.material.R$dimen: int mtrl_extended_fab_disabled_translation_z +androidx.preference.R$styleable: int AppCompatTheme_actionModePopupWindowStyle +androidx.preference.R$style: int Base_Widget_AppCompat_TextView +com.amap.api.fence.GeoFence: com.amap.api.location.AMapLocation r +androidx.constraintlayout.widget.R$styleable: int MenuView_subMenuArrow +com.tencent.bugly.crashreport.crash.h5.b +wangdaye.com.geometricweather.R$animator: int weather_cloudy_1 +com.tencent.bugly.proguard.u: java.lang.String p +wangdaye.com.geometricweather.R$attr: int constraintSetEnd +android.didikee.donate.R$styleable: int[] SwitchCompat +androidx.preference.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration +io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: io.reactivex.subjects.UnicastSubject this$0 +okhttp3.internal.http.RetryAndFollowUpInterceptor +androidx.appcompat.R$attr: int actionBarTabStyle +androidx.constraintlayout.widget.R$id: int textSpacerNoTitle +androidx.core.view.GestureDetectorCompat$GestureDetectorCompatImpl: void setOnDoubleTapListener(android.view.GestureDetector$OnDoubleTapListener) +com.turingtechnologies.materialscrollbar.R$styleable: int[] ActivityChooserView +androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_drawableBottom +com.google.android.material.chip.Chip: void setCloseIconEndPadding(float) +com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_buttonIconDimen +android.didikee.donate.R$style: int Base_Widget_AppCompat_RatingBar_Indicator +wangdaye.com.geometricweather.background.receiver.widget.WidgetTextProvider: WidgetTextProvider() +androidx.transition.R$styleable: int FontFamilyFont_android_font +com.jaredrummler.android.colorpicker.ColorPickerView: ColorPickerView(android.content.Context,android.util.AttributeSet,int) +com.xw.repo.bubbleseekbar.R$id: int textSpacerNoTitle +androidx.preference.R$layout: int preference_widget_seekbar_material +wangdaye.com.geometricweather.R$color: int design_dark_default_color_secondary +androidx.preference.R$styleable: int StateListDrawable_android_dither +androidx.work.R$id: int action_container +wangdaye.com.geometricweather.R$styleable: int KeyPosition_percentX +wangdaye.com.geometricweather.R$attr: int tickMark +com.google.android.material.R$dimen: int mtrl_card_checked_icon_size +androidx.fragment.R$id: int icon +androidx.vectordrawable.R$id: int italic +androidx.fragment.R$id: int notification_background +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setWetBulbTemperature(java.lang.Integer) +com.jaredrummler.android.colorpicker.R$id: int content +com.google.android.material.R$styleable: int OnClick_clickAction +cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.WeatherLocation mWeatherLocation +com.google.android.material.R$styleable: int TabLayout_tabContentStart +retrofit2.Retrofit$Builder: boolean validateEagerly +androidx.appcompat.R$styleable: int View_paddingEnd +androidx.hilt.R$anim: int fragment_close_enter +com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleGravity +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_NULL_SHA +cyanogenmod.app.IPartnerInterface$Stub: cyanogenmod.app.IPartnerInterface asInterface(android.os.IBinder) +android.didikee.donate.R$dimen: int abc_dialog_fixed_width_major +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Imperial: AccuCurrentResult$Temperature$Imperial() +androidx.cardview.widget.CardView: CardView(android.content.Context) +com.google.android.material.R$styleable: int BottomAppBar_fabAnimationMode +androidx.preference.R$attr: int windowFixedWidthMajor +com.amap.api.fence.GeoFenceManagerBase: void pauseGeoFence() +cyanogenmod.weatherservice.WeatherProviderService: void onRequestSubmitted(cyanogenmod.weatherservice.ServiceRequest) +cyanogenmod.themes.IThemeService$Stub$Proxy: void requestThemeChange(cyanogenmod.themes.ThemeChangeRequest,boolean) +wangdaye.com.geometricweather.db.entities.AlertEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.AlertEntity,int) +androidx.appcompat.resources.R$styleable: int StateListDrawable_android_enterFadeDuration +androidx.appcompat.R$styleable: int ActionBar_popupTheme +okhttp3.internal.ws.RealWebSocket$2: RealWebSocket$2(okhttp3.internal.ws.RealWebSocket,okhttp3.Request) +androidx.recyclerview.R$styleable: int[] FontFamilyFont +com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_check_material +retrofit2.CompletableFutureCallAdapterFactory: CompletableFutureCallAdapterFactory() +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable +wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.DailyEntity) +androidx.viewpager2.R$attr: int layoutManager +cyanogenmod.os.Build +james.adaptiveicon.R$id: int up +androidx.customview.R$dimen: int compat_control_corner_material +androidx.preference.R$styleable: int PreferenceTheme_dropdownPreferenceStyle +android.didikee.donate.R$styleable: int SearchView_submitBackground +androidx.preference.R$styleable: int AppCompatTheme_searchViewStyle +androidx.constraintlayout.widget.R$style: int Widget_Compat_NotificationActionText +androidx.preference.R$drawable: int abc_scrubber_track_mtrl_alpha +wangdaye.com.geometricweather.R$styleable: int ActionBarLayout_android_layout_gravity +com.tencent.bugly.crashreport.crash.CrashDetailBean: java.util.Map i +com.amap.api.location.AMapLocationClientOption$1 +com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_SIMULATION_LOCATION +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHeight_percent +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_drawableEnd +okhttp3.internal.connection.RouteSelector$Selection: okhttp3.Route next() +com.tencent.bugly.crashreport.crash.d: com.tencent.bugly.crashreport.crash.d a(android.content.Context) +wangdaye.com.geometricweather.R$id: int cpv_arrow_right +androidx.activity.R$dimen: int notification_top_pad_large_text +androidx.appcompat.widget.AppCompatTextView: android.content.res.ColorStateList getSupportBackgroundTintList() +com.google.android.material.R$styleable: int SearchView_android_imeOptions +androidx.hilt.R$dimen: int notification_subtext_size +com.google.android.material.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner +androidx.appcompat.R$styleable: int TextAppearance_android_textFontWeight +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_divider +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean +com.xw.repo.bubbleseekbar.R$dimen: int abc_cascading_menus_min_smallest_width +com.tencent.bugly.proguard.o: java.lang.String b() +androidx.lifecycle.DefaultLifecycleObserver: void onPause(androidx.lifecycle.LifecycleOwner) +wangdaye.com.geometricweather.R$array: int air_quality_unit_values +com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_maxActionInlineWidth +cyanogenmod.providers.CMSettings$Secure: java.lang.String KEYBOARD_BRIGHTNESS +james.adaptiveicon.R$color: int abc_primary_text_material_light +androidx.hilt.R$styleable: int FragmentContainerView_android_tag +com.bumptech.glide.integration.okhttp.R$attr: int keylines +androidx.cardview.widget.CardView: int getContentPaddingTop() +com.amap.api.location.AMapLocation: int GPS_ACCURACY_GOOD +com.tencent.bugly.crashreport.CrashReport: void putSdkData(android.content.Context,java.lang.String,java.lang.String) +android.didikee.donate.R$attr: int spinnerStyle +com.tencent.bugly.crashreport.CrashReport$UserStrategy: com.tencent.bugly.crashreport.CrashReport$CrashHandleCallback a +androidx.lifecycle.Transformations$3: boolean mFirstTime +androidx.swiperefreshlayout.R$style: int TextAppearance_Compat_Notification_Title +androidx.dynamicanimation.R$id: int action_container +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void dispose() +com.google.android.material.checkbox.MaterialCheckBox +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Button +james.adaptiveicon.R$styleable: int AppCompatTextView_drawableLeftCompat +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarViewPager: android.graphics.Rect getWindowInsets() +com.tencent.bugly.proguard.z: byte[] a(byte[],int) +androidx.appcompat.R$styleable: int AppCompatTheme_windowFixedWidthMajor +wangdaye.com.geometricweather.R$attr: int textAppearanceHeadline5 +androidx.constraintlayout.widget.ConstraintLayout: void setOptimizationLevel(int) +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void innerClose(boolean,io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver) +androidx.preference.R$style: int Base_Theme_AppCompat_Light +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ListView +com.google.android.gms.location.ActivityTransitionEvent +androidx.appcompat.resources.R$id: int accessibility_custom_action_19 +androidx.preference.R$style +com.tencent.bugly.crashreport.crash.e: java.lang.String a(java.lang.Throwable,int) +com.jaredrummler.android.colorpicker.R$attr: int fontFamily +android.didikee.donate.R$attr: int buttonBarButtonStyle +com.tencent.bugly.proguard.am: java.util.Map z +com.bumptech.glide.R$styleable: int[] CoordinatorLayout_Layout +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_spinnerStyle +wangdaye.com.geometricweather.R$string: int about_glide +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX +com.google.android.material.R$attr: int boxBackgroundColor +wangdaye.com.geometricweather.db.entities.WeatherEntity: void resetMinutelyEntityList() +androidx.recyclerview.widget.RecyclerView: void setAccessibilityDelegateCompat(androidx.recyclerview.widget.RecyclerViewAccessibilityDelegate) +androidx.constraintlayout.widget.R$layout: int select_dialog_item_material +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties: MfEphemerisResult$Properties() +androidx.appcompat.widget.ListPopupWindow +com.turingtechnologies.materialscrollbar.R$style: int Base_V21_Theme_AppCompat_Dialog +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_passwordToggleDrawable +wangdaye.com.geometricweather.R$attr: int pivotAnchor +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Metric Metric +wangdaye.com.geometricweather.R$id: int widget_week_temp +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX getBrandInfo() +androidx.preference.R$attr: int textAppearanceSmallPopupMenu +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Precipitation +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable +okhttp3.EventListener: void requestBodyStart(okhttp3.Call) +wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayDetailsWidgetConfigActivity +wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_barColor +io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,boolean,int) +com.google.android.material.R$style: int TextAppearance_Design_Suffix +cyanogenmod.externalviews.KeyguardExternalViewProviderService: android.os.Handler mHandler +androidx.work.ArrayCreatingInputMerger: ArrayCreatingInputMerger() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$LocalSource: int Id +com.jaredrummler.android.colorpicker.R$attr: int windowFixedWidthMinor +com.tencent.bugly.crashreport.CrashReport: void initCrashReport(android.content.Context) +androidx.lifecycle.extensions.R$attr: int ttcIndex +james.adaptiveicon.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments comments +com.xw.repo.bubbleseekbar.R$color: int abc_primary_text_material_light +android.didikee.donate.R$styleable: int Toolbar_subtitleTextAppearance +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Snow Snow +androidx.preference.R$id: int action_bar_subtitle +wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_item_max_width +wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayDetailsProvider: WidgetClockDayDetailsProvider() +okhttp3.MediaType: java.lang.String toString() +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_verticalBias +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: boolean mShouldShow +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_corner_radius +cyanogenmod.weather.WeatherInfo$1: java.lang.Object[] newArray(int) +cyanogenmod.providers.DataUsageContract: java.lang.String EXTRA +android.didikee.donate.R$styleable +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_Alert +androidx.hilt.R$id: int accessibility_custom_action_5 +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode PROTOCOL_ERROR +com.xw.repo.bubbleseekbar.R$attr: int preserveIconSpacing +androidx.viewpager.R$id: int normal +androidx.legacy.coreutils.R$dimen: int notification_right_side_padding_top +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Metric Metric +androidx.appcompat.R$string: int abc_capital_off +com.google.android.material.bottomsheet.BottomSheetBehavior$SavedState +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWindLevel(java.lang.String) +com.tencent.bugly.proguard.k: java.lang.String toString() +wangdaye.com.geometricweather.R$attr: int badgeStyle +androidx.constraintlayout.widget.R$style: int TextAppearance_Compat_Notification_Time +com.google.android.material.chip.Chip: void setCheckedIconVisible(boolean) +androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour: androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour valueOf(java.lang.String) +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: long serialVersionUID +org.greenrobot.greendao.AbstractDao: java.util.List loadAll() +com.xw.repo.bubbleseekbar.R$anim: int abc_slide_out_bottom +wangdaye.com.geometricweather.R$dimen: int compat_button_inset_horizontal_material +androidx.constraintlayout.widget.R$id: int dragStart +cyanogenmod.externalviews.ExternalViewProperties: boolean isVisible() +androidx.coordinatorlayout.R$dimen: int notification_subtext_size +com.google.android.material.R$attr: int constraintSetStart +android.didikee.donate.R$color: int abc_primary_text_disable_only_material_light +cyanogenmod.profiles.ConnectionSettings: int CM_MODE_2G3G +cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status FAILED +okio.SegmentedByteString: int hashCode() +james.adaptiveicon.R$attr: int actionOverflowMenuStyle +com.google.android.gms.common.internal.zzc: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$string: int transition_activity_search_bar +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: org.reactivestreams.Subscriber downstream +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Pm10 +wangdaye.com.geometricweather.db.entities.DaoSession: void clear() +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemIconTint +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_light +androidx.lifecycle.Lifecycle: androidx.lifecycle.Lifecycle$State getCurrentState() +wangdaye.com.geometricweather.R$styleable: int MaterialButtonToggleGroup_selectionRequired +wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize +james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 +com.google.android.material.chip.Chip: Chip(android.content.Context,android.util.AttributeSet,int) +androidx.preference.R$layout: int preference_dropdown +com.bumptech.glide.R$styleable: int FontFamily_fontProviderCerts +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintStart_toStartOf +androidx.preference.R$style: int Preference_DialogPreference_EditTextPreference_Material +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: boolean done +androidx.recyclerview.R$styleable: int RecyclerView_layoutManager +wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_android_insetTop +com.google.android.material.R$animator: int mtrl_card_state_list_anim +android.support.v4.os.ResultReceiver$1: ResultReceiver$1() +com.amap.api.location.AMapLocationClient: void setApiKey(java.lang.String) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated +com.turingtechnologies.materialscrollbar.R$bool: int abc_config_actionMenuItemAllCaps +androidx.constraintlayout.widget.R$styleable: int KeyPosition_percentHeight +cyanogenmod.themes.ThemeManager$1$1 +io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: void setValue(java.util.List) +wangdaye.com.geometricweather.R$drawable: int ic_menu_up +com.jaredrummler.android.colorpicker.ColorPickerView: int getPaddingRight() +cyanogenmod.weather.CMWeatherManager: android.content.Context mContext +androidx.preference.R$attr: int drawableStartCompat +wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: void setMax(float) +com.google.android.material.R$string: int mtrl_picker_save +com.turingtechnologies.materialscrollbar.R$dimen: R$dimen() +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder scheme(java.lang.String) +androidx.constraintlayout.widget.R$attr: int moveWhenScrollAtTop +io.reactivex.Observable: io.reactivex.Single first(java.lang.Object) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric: AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric() +okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level valueOf(java.lang.String) +com.google.android.material.card.MaterialCardView: void setClickable(boolean) +androidx.constraintlayout.widget.R$drawable: int abc_textfield_search_default_mtrl_alpha +androidx.constraintlayout.widget.R$dimen: int abc_dialog_fixed_height_major +wangdaye.com.geometricweather.R$drawable: int notif_temp_134 +wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider getInstance(java.lang.String) +android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionBar_TabView +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub$Proxy: android.os.IBinder mRemote +androidx.work.R$string: int status_bar_notification_info_overflow +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: ObservableSwitchMap$SwitchMapObserver(io.reactivex.Observer,io.reactivex.functions.Function,int,boolean) +androidx.lifecycle.LifecycleService: androidx.lifecycle.ServiceLifecycleDispatcher mDispatcher +com.xw.repo.bubbleseekbar.R$styleable: int[] AlertDialog +com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawableItem_android_drawable +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay CARD_SUNRISE_SUNSET +androidx.customview.R$id: int notification_background +android.didikee.donate.R$styleable: int[] AppCompatSeekBar +wangdaye.com.geometricweather.R$styleable: int[] ActionMode +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Imperial: int UnitType +androidx.recyclerview.R$styleable: int FontFamilyFont_android_font +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionButton_Overflow +com.google.android.material.R$dimen: int mtrl_textinput_start_icon_margin_end +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: android.graphics.Rect val$clipRect +cyanogenmod.weather.CMWeatherManager$2$2: cyanogenmod.weather.CMWeatherManager$LookupCityRequestListener val$listener +com.xw.repo.bubbleseekbar.R$styleable: int[] AppCompatSeekBar +com.google.android.material.R$styleable: int MenuItem_actionViewClass +androidx.constraintlayout.widget.R$id: int action_bar_activity_content +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: int nameId +okhttp3.internal.cache.CacheInterceptor: boolean isContentSpecificHeader(java.lang.String) +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.query.Query queryRawCreateListArgs(java.lang.String,java.util.Collection) +androidx.preference.R$styleable: int MenuItem_iconTintMode +io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: ObservableRefCount$RefConnection(io.reactivex.internal.operators.observable.ObservableRefCount) +androidx.preference.R$dimen: int compat_button_padding_vertical_material +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceStyle +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light_Dialog_Alert +com.jaredrummler.android.colorpicker.R$string: int cpv_default_title +okhttp3.internal.http2.Hpack: int PREFIX_5_BITS +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void innerError(io.reactivex.internal.observers.InnerQueuedObserver,java.lang.Throwable) +androidx.hilt.work.R$dimen: int notification_action_icon_size +okhttp3.HttpUrl: java.lang.String encodedQuery() +com.google.android.material.R$dimen: int abc_action_bar_default_padding_end_material +com.google.gson.FieldNamingPolicy$2: FieldNamingPolicy$2(java.lang.String,int) +com.google.android.material.button.MaterialButton: void setInternalBackground(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setSo2Desc(java.lang.String) +okhttp3.Dispatcher: int runningCallsForHost(okhttp3.RealCall$AsyncCall) +com.google.android.material.R$attr: int trackColorInactive +okhttp3.internal.http2.Http2: byte FLAG_NONE +wangdaye.com.geometricweather.R$attr: int subtitleTextAppearance +com.google.android.material.slider.RangeSlider: void setHaloRadius(int) +androidx.constraintlayout.widget.R$id: int SHOW_ALL +androidx.preference.R$styleable: int[] GradientColorItem +androidx.appcompat.widget.AppCompatRadioButton: void setSupportButtonTintList(android.content.res.ColorStateList) +cyanogenmod.app.CMTelephonyManager: java.util.List getSubInformation() +com.jaredrummler.android.colorpicker.R$attr: int key +androidx.recyclerview.R$drawable: int notification_template_icon_bg +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_NULL_SHA +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: void onError(java.lang.Throwable) +androidx.coordinatorlayout.R$id: int async +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +com.google.android.material.R$layout: int mtrl_picker_fullscreen +androidx.lifecycle.Lifecycling +com.jaredrummler.android.colorpicker.R$id: int cpv_hex +androidx.work.R$id: int accessibility_custom_action_14 +androidx.constraintlayout.widget.R$attr: int layout_constraintHeight_percent +io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: boolean isDisposed() +android.didikee.donate.R$drawable: int abc_list_selector_disabled_holo_light +com.xw.repo.bubbleseekbar.R$attr: int windowFixedWidthMajor +org.greenrobot.greendao.AbstractDao: long executeInsert(java.lang.Object,org.greenrobot.greendao.database.DatabaseStatement,boolean) +wangdaye.com.geometricweather.R$attr: int homeAsUpIndicator +com.google.gson.stream.MalformedJsonException: long serialVersionUID +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$5: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 +androidx.cardview.R$styleable: int CardView_android_minHeight +androidx.hilt.work.R$styleable: int GradientColor_android_startY +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ab_share_pack_mtrl_alpha +com.google.android.material.R$dimen: int abc_dialog_list_padding_top_no_title +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int pm10 +wangdaye.com.geometricweather.R$id: int item_icon_provider_get_more_chronus +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$3: KeyguardExternalViewProviderService$Provider$ProviderImpl$3(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl,boolean) +wangdaye.com.geometricweather.R$styleable: int Transform_android_transformPivotX +androidx.constraintlayout.widget.R$drawable: int abc_cab_background_top_mtrl_alpha +com.jaredrummler.android.colorpicker.R$dimen: int abc_list_item_padding_horizontal_material +com.google.android.material.R$xml: int standalone_badge_offset +androidx.appcompat.R$styleable: int LinearLayoutCompat_android_orientation +com.jaredrummler.android.colorpicker.R$layout: int abc_popup_menu_item_layout +androidx.appcompat.R$styleable: int AppCompatTextView_autoSizeMaxTextSize +androidx.work.WorkInfo$State +cyanogenmod.app.Profile$ProfileTrigger: void writeToParcel(android.os.Parcel,int) +cyanogenmod.providers.CMSettings$Secure: java.lang.String PRIVACY_GUARD_NOTIFICATION +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipMinTouchTargetSize +com.google.android.material.R$style: int Widget_MaterialComponents_Toolbar_PrimarySurface +androidx.cardview.R$dimen: int cardview_compat_inset_shadow +okhttp3.internal.tls.DistinguishedNameParser: int getByte(int) +com.turingtechnologies.materialscrollbar.R$id: int right_side +wangdaye.com.geometricweather.R$styleable: int[] RadialViewGroup +wangdaye.com.geometricweather.R$styleable: int SearchView_queryHint +com.turingtechnologies.materialscrollbar.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset +androidx.appcompat.widget.SwitchCompat: int getThumbOffset() +okio.SegmentPool: okio.Segment next +androidx.lifecycle.LifecycleOwner: androidx.lifecycle.Lifecycle getLifecycle() +com.tencent.bugly.proguard.z: byte[] b(byte[],int) +androidx.appcompat.widget.AppCompatCheckedTextView +wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: NumberAnimTextView(android.content.Context,android.util.AttributeSet) +com.google.android.material.chip.Chip: android.graphics.drawable.Drawable getBackgroundDrawable() +com.google.android.material.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_SearchView_ActionBar +androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityCreated(android.app.Activity,android.os.Bundle) +com.jaredrummler.android.colorpicker.R$styleable: int CheckBoxPreference_summaryOff +androidx.work.R$color: int notification_icon_bg_color +wangdaye.com.geometricweather.R$id: int spacer +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: void onError(java.lang.Throwable) +okhttp3.Dispatcher: java.util.Deque readyAsyncCalls +com.tencent.bugly.crashreport.common.info.a: java.lang.String ac +androidx.preference.R$attr: int switchPreferenceCompatStyle +androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy +androidx.appcompat.resources.R$id: int accessibility_custom_action_25 +androidx.appcompat.widget.AlertDialogLayout: AlertDialogLayout(android.content.Context) +com.xw.repo.bubbleseekbar.R$attr: int borderlessButtonStyle +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionBar_TabBar +james.adaptiveicon.R$layout: int notification_template_icon_group +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments: long beginTime +io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable +com.amap.api.location.AMapLocation: int ERROR_CODE_INVALID_PARAMETER +androidx.constraintlayout.widget.R$attr: int layout_constraintRight_toLeftOf +wangdaye.com.geometricweather.R$id: int textSpacerNoButtons +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle +android.didikee.donate.R$color: int accent_material_light +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String IS_LEGACY_THEME +okio.Buffer: okio.Segment head +wangdaye.com.geometricweather.R$layout: int preference_category +androidx.viewpager2.R$styleable: int[] GradientColorItem +wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_icon_dark_focused +com.tencent.bugly.proguard.p: android.database.Cursor a(boolean,java.lang.String,java.lang.String[],java.lang.String,java.lang.String[],java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.tencent.bugly.proguard.o) +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384 +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_marginBottom +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_76 +cyanogenmod.app.ILiveLockScreenManager: void setDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) +wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_shadow_height +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float total +com.bumptech.glide.integration.okhttp.R$color: int ripple_material_light +com.google.android.material.button.MaterialButton: void setCornerRadiusResource(int) +androidx.appcompat.R$attr: int dialogTheme +wangdaye.com.geometricweather.R$id: int parent +androidx.viewpager2.widget.ViewPager2: int getOffscreenPageLimit() +android.didikee.donate.R$style: int Base_Widget_AppCompat_ImageButton +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored +androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration +com.google.android.material.bottomnavigation.BottomNavigationMenuView: android.util.SparseArray getBadgeDrawables() +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$styleable: int ShapeableImageView_strokeColor +james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_drawableEnd +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeRealFeelShaderTemperature +com.google.android.material.slider.BaseSlider: int getLabelBehavior() +wangdaye.com.geometricweather.R$layout: int item_trend_hourly +okhttp3.internal.http2.Http2Stream: void setHeadersListener(okhttp3.internal.http2.Header$Listener) +cyanogenmod.weather.RequestInfo$1: RequestInfo$1() +com.google.android.material.R$drawable: int abc_list_pressed_holo_light +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric: double Value +com.amap.api.fence.DistrictItem: java.lang.String getDistrictName() +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: int otherState +com.google.android.material.R$id: int packed +wangdaye.com.geometricweather.R$dimen: int little_weather_icon_size +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_android_textOn +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_start_padding +wangdaye.com.geometricweather.R$attr: int behavior_autoShrink +android.didikee.donate.R$attr: int dividerHorizontal +com.github.rahatarmanahmed.cpv.CircularProgressView$8: float val$maxSweep +androidx.constraintlayout.utils.widget.ImageFilterButton: ImageFilterButton(android.content.Context) +androidx.preference.R$dimen: int notification_large_icon_height +okhttp3.internal.ws.RealWebSocket: boolean awaitingPong +com.turingtechnologies.materialscrollbar.R$attr: int bottomAppBarStyle +retrofit2.converter.gson.package-info +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Title +com.google.android.gms.location.places.PlaceReport +androidx.appcompat.widget.ActivityChooserView: ActivityChooserView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$styleable: int View_android_focusable +okhttp3.internal.Internal: boolean isInvalidHttpUrlHost(java.lang.IllegalArgumentException) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeIcePrecipitationProbability() +com.google.android.material.slider.BaseSlider: void setTickVisible(boolean) +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_section_text_interval +com.google.android.material.R$styleable: int Toolbar_android_minHeight +com.tencent.bugly.crashreport.crash.anr.TraceFileHelper$a: TraceFileHelper$a() +androidx.constraintlayout.widget.R$styleable: int MotionScene_defaultDuration +com.baidu.location.indoor.c: void clear() +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Title +wangdaye.com.geometricweather.R$dimen: int fastscroll_default_thickness +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String windDircEnd +androidx.fragment.app.FragmentManager +com.xw.repo.bubbleseekbar.R$attr: int trackTintMode +com.turingtechnologies.materialscrollbar.R$style: int Theme_Design_Light_BottomSheetDialog +wangdaye.com.geometricweather.R$styleable: int ViewPager2_android_orientation +com.jaredrummler.android.colorpicker.R$attr: int entries +androidx.preference.R$attr: int trackTintMode +okhttp3.OkHttpClient$Builder: java.net.Proxy proxy +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_Chip +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: java.lang.Object item +androidx.drawerlayout.R$id: int action_text +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: io.reactivex.disposables.Disposable upstream +com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$Node removeInternalByKey(java.lang.Object) +okhttp3.internal.http2.Http2Connection: void updateConnectionFlowControl(long) +cyanogenmod.app.PartnerInterface: cyanogenmod.app.PartnerInterface sPartnerInterfaceInstance +okio.Okio$4 +androidx.constraintlayout.widget.R$id: int search_close_btn +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub$Proxy: android.os.IBinder asBinder() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setTempMin(java.lang.String) +com.google.android.material.R$dimen: int mtrl_calendar_day_today_stroke +androidx.preference.R$dimen: int abc_action_bar_overflow_padding_end_material +wangdaye.com.geometricweather.R$color: int material_slider_inactive_track_color +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_TabText +io.reactivex.Observable: io.reactivex.Observable merge(io.reactivex.ObservableSource,io.reactivex.ObservableSource) +androidx.appcompat.R$styleable: int[] CompoundButton +com.github.rahatarmanahmed.cpv.CircularProgressView: int thickness +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeSnowPrecipitationDuration +okhttp3.TlsVersion: java.lang.String javaName +cyanogenmod.providers.CMSettings$System: java.lang.String SYSTEM_PROFILES_ENABLED +com.google.android.material.R$attr: int tabStyle +androidx.appcompat.R$styleable: int AppCompatTheme_actionBarSize +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation +okhttp3.internal.http2.Header +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$5: ExternalViewProviderService$Provider$ProviderImpl$5(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) +android.didikee.donate.R$styleable: int View_android_theme +wangdaye.com.geometricweather.R$string: int precipitation_middle +androidx.preference.R$attr: int textAppearanceListItemSecondary +wangdaye.com.geometricweather.R$drawable: int btn_checkbox_checked_to_unchecked_mtrl_animation +androidx.appcompat.R$attr: int buttonTint +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarStyle +cyanogenmod.weather.WeatherInfo: int getTemperatureUnit() +com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges +androidx.core.R$styleable: int[] GradientColor +androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_android_font +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored +com.jaredrummler.android.colorpicker.R$id: int preset +retrofit2.HttpServiceMethod$SuspendForResponse: java.lang.Object adapt(retrofit2.Call,java.lang.Object[]) +androidx.appcompat.R$attr: int listChoiceIndicatorMultipleAnimated +wangdaye.com.geometricweather.R$color: int abc_primary_text_disable_only_material_light +android.didikee.donate.R$styleable: int MenuItem_android_title +androidx.constraintlayout.widget.R$drawable: int notification_bg_low_pressed +com.turingtechnologies.materialscrollbar.R$styleable: int[] GradientColor +androidx.loader.R$styleable: int FontFamilyFont_ttcIndex +com.turingtechnologies.materialscrollbar.R$id: int action_mode_bar_stub +io.reactivex.internal.subscriptions.SubscriptionHelper: io.reactivex.internal.subscriptions.SubscriptionHelper valueOf(java.lang.String) +androidx.appcompat.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title +androidx.lifecycle.extensions.R$layout: int custom_dialog +androidx.coordinatorlayout.R$styleable: int GradientColor_android_centerX +com.jaredrummler.android.colorpicker.R$attr: int maxHeight +com.google.android.material.R$string: int mtrl_picker_toggle_to_day_selection +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getPm25() +com.tencent.bugly.proguard.u: void a(int,long) +com.jaredrummler.android.colorpicker.R$attr: int textAppearanceLargePopupMenu +okhttp3.Address: int hashCode() +androidx.lifecycle.Lifecycling: int resolveObserverCallbackType(java.lang.Class) +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: io.reactivex.disposables.CompositeDisposable disposables +wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: WidgetItemView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_firstHorizontalBias +org.greenrobot.greendao.AbstractDao: void save(java.lang.Object) +wangdaye.com.geometricweather.R$string: int widget_trend_hourly +okhttp3.internal.cache.CacheInterceptor$1: long read(okio.Buffer,long) +wangdaye.com.geometricweather.R$drawable: int weather_sleet_2 +com.google.android.material.card.MaterialCardView: float getRadius() +wangdaye.com.geometricweather.R$attr: int icon +cyanogenmod.app.CustomTile: android.content.Intent onSettingsClick +okhttp3.internal.connection.RealConnection: okio.BufferedSink sink +com.bumptech.glide.manager.SupportRequestManagerFragment: SupportRequestManagerFragment() +wangdaye.com.geometricweather.db.entities.WeatherEntity: long publishTime +wangdaye.com.geometricweather.R$animator: int mtrl_btn_state_list_anim +androidx.constraintlayout.widget.R$styleable: int[] TextAppearance +androidx.preference.R$bool: int config_materialPreferenceIconSpaceReserved +com.google.android.material.R$dimen: int mtrl_edittext_rectangle_top_offset +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_30 +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: boolean isPrecipitation() +com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getTickActiveTintList() +com.turingtechnologies.materialscrollbar.R$attr: int behavior_fitToContents +com.jaredrummler.android.colorpicker.R$style: int Platform_ThemeOverlay_AppCompat_Dark +com.google.android.material.R$styleable: int FontFamilyFont_android_fontStyle +com.xw.repo.bubbleseekbar.R$id: int text +wangdaye.com.geometricweather.R$styleable: int Preference_android_summary +wangdaye.com.geometricweather.R$id: int container_main_pollen_title +androidx.constraintlayout.widget.R$dimen: int abc_text_size_menu_material +okhttp3.internal.ws.WebSocketWriter$FrameSink: int formatOpcode +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorTextAppearance +wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setTime(long) +cyanogenmod.externalviews.IExternalViewProvider$Stub +io.reactivex.Observable: io.reactivex.Observable timestamp(io.reactivex.Scheduler) +android.didikee.donate.R$styleable: int Toolbar_maxButtonHeight +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle +cyanogenmod.app.IPartnerInterface$Stub$Proxy: android.os.IBinder mRemote +cyanogenmod.providers.CMSettings$Secure$2: java.lang.String mDelimiter +wangdaye.com.geometricweather.R$drawable: int ic_launcher +james.adaptiveicon.R$id: int action_mode_bar +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert +com.google.android.material.R$color: int material_slider_halo_color +wangdaye.com.geometricweather.R$attr: int progress_width +androidx.appcompat.R$id: int actions +com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String l() +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean +retrofit2.http.HTTP +wangdaye.com.geometricweather.R$styleable: int[] SwitchPreference +com.bumptech.glide.R$styleable: int GradientColor_android_gradientRadius +okio.Source: void close() +com.google.android.material.textfield.TextInputLayout: void setHint(int) +wangdaye.com.geometricweather.R$styleable: int Layout_constraint_referenced_ids +io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: boolean connected +androidx.customview.R$style: int TextAppearance_Compat_Notification_Time +com.google.android.material.R$dimen: int tooltip_margin +com.tencent.bugly.Bugly: java.lang.String SDK_IS_DEV +com.google.android.material.R$styleable: int MaterialButton_strokeColor +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintEnd_toStartOf +androidx.preference.R$styleable: int SwitchPreference_summaryOn +com.xw.repo.bubbleseekbar.R$dimen: int abc_edit_text_inset_bottom_material +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: double HoursOfRain +com.google.android.material.badge.BadgeDrawable$SavedState: android.os.Parcelable$Creator CREATOR +okhttp3.Dispatcher: java.util.List runningCalls() +androidx.preference.R$string: int abc_capital_off +androidx.work.R$id: int tag_unhandled_key_event_manager +com.google.android.material.R$styleable: int[] MaterialButtonToggleGroup +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric +android.support.v4.os.ResultReceiver: void send(int,android.os.Bundle) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: void setValue(java.util.List) +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: java.util.concurrent.atomic.AtomicLong requested +cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: android.os.IBinder asBinder() +com.google.android.material.R$styleable: int AppCompatTextHelper_android_drawableRight +com.turingtechnologies.materialscrollbar.R$styleable: int ActionMode_backgroundSplit +androidx.preference.R$styleable: int CoordinatorLayout_Layout_layout_behavior +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: boolean isValidIndex() +com.google.android.material.R$styleable: int AppCompatTheme_actionBarDivider +com.turingtechnologies.materialscrollbar.R$string: int abc_toolbar_collapse_description +wangdaye.com.geometricweather.R$xml: int icon_provider_shortcut_filter +wangdaye.com.geometricweather.R$layout: int dialog_providers_previewer +cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_setDataConnectionSelectedOnSub +wangdaye.com.geometricweather.R$color: int notification_background_primary +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: void setTo(java.lang.String) +androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_height +wangdaye.com.geometricweather.R$array: int live_wallpaper_day_night_types +com.google.android.material.R$attr: int actionBarTabStyle +android.didikee.donate.R$drawable: int abc_popup_background_mtrl_mult +com.turingtechnologies.materialscrollbar.R$string: int abc_capital_on +wangdaye.com.geometricweather.R$anim: int popup_hide +androidx.preference.R$color: int secondary_text_disabled_material_light +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: java.util.concurrent.locks.Condition condition +retrofit2.adapter.rxjava2.RxJava2CallAdapter: java.lang.Object adapt(retrofit2.Call) +wangdaye.com.geometricweather.R$attr: int dialogLayout +wangdaye.com.geometricweather.R$dimen: int notification_top_pad_large_text +cyanogenmod.providers.CMSettings: CMSettings() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_ratingBarStyleSmall +com.turingtechnologies.materialscrollbar.R$styleable: int[] ActionMenuItemView +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void onComplete() +wangdaye.com.geometricweather.db.entities.LocationEntityDao: wangdaye.com.geometricweather.db.converters.TimeZoneConverter timeZoneConverter +com.tencent.bugly.crashreport.common.info.a: com.tencent.bugly.crashreport.common.info.a a(android.content.Context) +androidx.cardview.widget.CardView: void setMinimumHeight(int) +androidx.activity.R$styleable: int[] GradientColor +androidx.constraintlayout.widget.R$styleable: int Transform_android_transformPivotY +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind +com.amap.api.fence.GeoFence: int ERROR_CODE_FAILURE_CONNECTION +wangdaye.com.geometricweather.R$styleable: int SlidingItemContainerLayout_backgroundColorStart +okhttp3.logging.HttpLoggingInterceptor: boolean bodyHasUnknownEncoding(okhttp3.Headers) +com.google.android.material.R$attr: int fabCradleMargin +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_panelBackground +com.jaredrummler.android.colorpicker.R$attr: int multiChoiceItemLayout +cyanogenmod.hardware.CMHardwareManager: int FEATURE_THERMAL_MONITOR +wangdaye.com.geometricweather.R$styleable: int AppBarLayout_android_touchscreenBlocksFocus +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getVisibility() +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorError +com.turingtechnologies.materialscrollbar.R$dimen: int notification_right_icon_size +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_android_inputType +androidx.appcompat.widget.MenuPopupWindow$MenuDropDownListView +com.google.android.material.slider.BaseSlider: void setLabelFormatter(com.google.android.material.slider.LabelFormatter) +wangdaye.com.geometricweather.R$dimen: int abc_dialog_fixed_height_major +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_10 +wangdaye.com.geometricweather.R$id: int linear +okhttp3.internal.Util: java.lang.String canonicalizeHost(java.lang.String) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List getDailyEntityList() +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Menu +wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar: PrecipitationBar(android.content.Context) +androidx.appcompat.R$styleable: int MenuItem_iconTintMode +androidx.appcompat.R$styleable: int AppCompatTheme_windowFixedHeightMinor +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$2 +wangdaye.com.geometricweather.R$styleable: int SearchView_defaultQueryHint +androidx.constraintlayout.widget.R$styleable: int MenuGroup_android_menuCategory +cyanogenmod.app.ProfileGroup$1: java.lang.Object createFromParcel(android.os.Parcel) +io.reactivex.internal.operators.observable.ObserverResourceWrapper: void onComplete() +androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type NONE +cyanogenmod.externalviews.IExternalViewProvider: void onDetach() +androidx.viewpager2.R$id: int info +androidx.vectordrawable.animated.R$string: R$string() +okhttp3.internal.http2.Settings: int getInitialWindowSize() +androidx.preference.R$attr: int preferenceFragmentListStyle +com.google.android.material.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item +io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function3) +com.google.android.material.R$id: int add +androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_DESTROY +com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: void setCircularRevealOverlayDrawable(android.graphics.drawable.Drawable) +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: void dispose() +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA +androidx.preference.R$drawable: int abc_text_select_handle_left_mtrl_light +com.jaredrummler.android.colorpicker.R$attr: int layout_behavior +com.tencent.bugly.crashreport.CrashReport: boolean setJavascriptMonitor(com.tencent.bugly.crashreport.CrashReport$WebViewInterface,boolean) +androidx.constraintlayout.widget.R$dimen: int abc_text_size_button_material +com.tencent.bugly.proguard.ak: com.tencent.bugly.proguard.ai w +android.didikee.donate.R$dimen: int abc_disabled_alpha_material_dark +androidx.coordinatorlayout.widget.CoordinatorLayout: CoordinatorLayout(android.content.Context) +com.google.android.material.R$styleable: int ExtendedFloatingActionButton_showMotionSpec +com.google.android.gms.common.internal.safeparcel.AbstractSafeParcelable +com.google.android.material.R$attr: int overlay +io.reactivex.Observable: io.reactivex.Single reduce(java.lang.Object,io.reactivex.functions.BiFunction) +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_12 +com.google.android.material.R$dimen: int mtrl_bottomappbar_fab_cradle_margin +cyanogenmod.hardware.CMHardwareManager: CMHardwareManager(android.content.Context) +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.google.android.material.R$integer: int mtrl_btn_anim_delay_ms +androidx.fragment.R$id: int accessibility_custom_action_8 +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Rain: double Value +com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawable_android_exitFadeDuration +androidx.appcompat.resources.R$dimen: int notification_main_column_padding_top +com.turingtechnologies.materialscrollbar.R$attr: int boxCornerRadiusTopEnd +wangdaye.com.geometricweather.R$attr: int allowDividerAbove +wangdaye.com.geometricweather.background.receiver.widget.WidgetDayProvider +androidx.preference.R$dimen: int abc_text_size_title_material_toolbar +wangdaye.com.geometricweather.R$dimen: int cpv_default_thickness +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listDividerAlertDialog +androidx.hilt.lifecycle.R$dimen: int compat_notification_large_icon_max_height +cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.IKeyguardExternalViewProvider access$002(cyanogenmod.externalviews.KeyguardExternalView,cyanogenmod.externalviews.IKeyguardExternalViewProvider) +androidx.drawerlayout.R$attr: int alpha +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: java.lang.String getNewX() +android.didikee.donate.R$attr: int selectableItemBackgroundBorderless +wangdaye.com.geometricweather.R$styleable: int[] TextInputLayout +wangdaye.com.geometricweather.db.entities.DailyEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.DailyEntity) +android.didikee.donate.R$attr: int dialogTheme +wangdaye.com.geometricweather.R$styleable: int AppCompatSeekBar_tickMarkTintMode +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintCircleAngle +wangdaye.com.geometricweather.R$drawable: int notif_temp_97 +androidx.lifecycle.LiveData: void removeObserver(androidx.lifecycle.Observer) +androidx.core.R$attr: int font +androidx.drawerlayout.R$id: int notification_main_column_container +wangdaye.com.geometricweather.R$drawable: int notif_temp_64 +okhttp3.internal.tls.DistinguishedNameParser: java.lang.String quotedAV() +androidx.constraintlayout.widget.R$id: int linear +com.turingtechnologies.materialscrollbar.R$styleable: int MenuGroup_android_checkableBehavior +androidx.preference.R$styleable: int AppCompatTheme_textColorAlertDialogListItem +com.google.gson.stream.JsonReader: int nextInt() +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.viewpager2.R$styleable: int GradientColor_android_gradientRadius +cyanogenmod.weather.CMWeatherManager$2$2: cyanogenmod.weather.CMWeatherManager$2 this$1 +cyanogenmod.app.ProfileGroup: ProfileGroup(android.os.Parcel) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: java.util.List getValue() +com.google.android.material.R$styleable: int AppCompatTheme_actionModePopupWindowStyle +com.google.android.material.R$id: int unchecked +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeIcePrecipitation() +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Small +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getNighttimeWeatherPhase() +com.google.android.material.R$styleable: int TextInputLayout_passwordToggleDrawable +io.reactivex.internal.queue.SpscArrayQueue: void clear() +james.adaptiveicon.R$color: int notification_icon_bg_color +james.adaptiveicon.R$styleable: int AppCompatTheme_imageButtonStyle +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String mixNMatchKeyToComponent(java.lang.String) +cyanogenmod.app.ProfileGroup +androidx.preference.R$styleable: int[] SwitchPreference +com.amap.api.location.AMapLocationClientOption: long getGpsFirstTimeout() +wangdaye.com.geometricweather.R$color: int material_deep_teal_500 +okio.DeflaterSink: void finishDeflate() +com.google.android.material.R$id: int NO_DEBUG +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_verticalStyle +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: FitSystemBarRecyclerView(android.content.Context,android.util.AttributeSet,int) +com.github.rahatarmanahmed.cpv.CircularProgressView: void onSizeChanged(int,int,int,int) +com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeWindSpeed() +wangdaye.com.geometricweather.R$drawable: int ic_gauge +wangdaye.com.geometricweather.R$styleable: int ListPreference_entryValues +androidx.customview.R$drawable: int notify_panel_notification_icon_bg +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_elevation +cyanogenmod.themes.IThemeProcessingListener$Stub$Proxy +com.google.android.material.slider.Slider: void setHaloRadius(int) +wangdaye.com.geometricweather.R$styleable: int[] Insets +com.google.android.material.R$styleable: int Constraint_layout_constraintHeight_default +wangdaye.com.geometricweather.R$style: int Platform_MaterialComponents_Light +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator +okhttp3.logging.LoggingEventListener: void callEnd(okhttp3.Call) +androidx.vectordrawable.R$id: int tag_transition_group +com.google.android.material.chip.Chip: void setChipStrokeColor(android.content.res.ColorStateList) +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_CONDITION_CODE +com.tencent.bugly.proguard.s: byte[] a(java.lang.String,byte[],com.tencent.bugly.proguard.v,java.util.Map) +com.xw.repo.bubbleseekbar.R$attr: int iconTintMode +com.tencent.bugly.crashreport.common.info.PlugInBean: java.lang.String c +androidx.customview.R$id: int actions +okhttp3.ConnectionSpec: okhttp3.ConnectionSpec RESTRICTED_TLS +androidx.preference.R$layout: int image_frame +androidx.coordinatorlayout.R$attr: int font +okhttp3.Authenticator$1: okhttp3.Request authenticate(okhttp3.Route,okhttp3.Response) +androidx.preference.R$attr: int fontProviderCerts +androidx.lifecycle.extensions.R$styleable: int FontFamily_fontProviderAuthority +androidx.transition.R$attr: int font +androidx.viewpager2.R$id: int accessibility_custom_action_15 +com.google.android.material.R$color: int cardview_dark_background +com.google.android.material.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse +io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: void setDisposable(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$drawable: int abc_btn_switch_to_on_mtrl_00012 +androidx.appcompat.R$dimen: int abc_text_size_caption_material +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int CLOUDY +wangdaye.com.geometricweather.R$attr: int measureWithLargestChild +com.google.android.material.R$color: int design_default_color_on_secondary +wangdaye.com.geometricweather.R$style: int Platform_AppCompat_Light +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver(io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver) +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_thumb_text_size +okhttp3.internal.http2.Hpack$Writer: boolean useCompression +wangdaye.com.geometricweather.R$styleable: int FlowLayout_lineSpacing +wangdaye.com.geometricweather.R$dimen: int abc_dropdownitem_text_padding_right +androidx.constraintlayout.widget.R$styleable: int[] ConstraintLayout_placeholder +wangdaye.com.geometricweather.R$styleable: int Toolbar_contentInsetStart +androidx.swiperefreshlayout.R$layout: int notification_template_part_time +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit H +retrofit2.ParameterHandler$PartMap: void apply(retrofit2.RequestBuilder,java.util.Map) +androidx.vectordrawable.R$id: int accessibility_custom_action_28 +wangdaye.com.geometricweather.common.rxjava.BaseObserver: void onSucceed(java.lang.Object) +com.bumptech.glide.integration.okhttp.R$attr: int fontWeight +com.xw.repo.bubbleseekbar.R$attr: int fontProviderAuthority +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowActionBarOverlay +android.didikee.donate.R$color: int abc_search_url_text +androidx.preference.R$styleable: int MenuItem_android_enabled +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial: int UnitType +james.adaptiveicon.R$styleable: int DrawerArrowToggle_drawableSize +androidx.preference.R$style: int Theme_AppCompat_DialogWhenLarge +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_popupTheme +androidx.appcompat.R$attr: int menu +androidx.appcompat.widget.AppCompatCheckedTextView: void setCheckMarkDrawable(int) +androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight +com.google.gson.stream.MalformedJsonException: MalformedJsonException(java.lang.String) +cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode mRingerMode +com.google.android.material.R$integer: int mtrl_card_anim_duration_ms +wangdaye.com.geometricweather.R$id: int action_mode_bar +cyanogenmod.providers.CMSettings$Secure: boolean putString(android.content.ContentResolver,java.lang.String,java.lang.String) +okhttp3.ConnectionSpec: boolean equals(java.lang.Object) +android.support.v4.os.ResultReceiver: void onReceiveResult(int,android.os.Bundle) +james.adaptiveicon.R$styleable: int AppCompatTheme_tooltipFrameBackground +cyanogenmod.externalviews.KeyguardExternalViewProviderService: java.lang.String SERVICE_INTERFACE +androidx.preference.R$styleable: int AnimatedStateListDrawableCompat_android_dither +androidx.vectordrawable.animated.R$id: int title +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit MPS +com.bumptech.glide.R$id: int info android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -androidx.coordinatorlayout.R$layout: int custom_dialog -io.reactivex.internal.util.ExceptionHelper$Termination: ExceptionHelper$Termination() -androidx.transition.R$layout: int notification_action -com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType[] a -wangdaye.com.geometricweather.R$string: int feedback_view_style -androidx.preference.R$styleable: int AppCompatTheme_dialogCornerRadius -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_117 -androidx.loader.R$drawable: int notification_bg_low_pressed -com.google.android.material.R$attr: int colorError -okhttp3.FormBody: FormBody(java.util.List,java.util.List) -okhttp3.internal.tls.BasicCertificateChainCleaner: boolean verifySignature(java.security.cert.X509Certificate,java.security.cert.X509Certificate) -wangdaye.com.geometricweather.R$string: int ice -com.google.android.material.R$dimen: int mtrl_exposed_dropdown_menu_popup_vertical_padding -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_registerChangeListener -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric -androidx.preference.R$attr: int spinBars -okhttp3.internal.platform.ConscryptPlatform: void configureTlsExtensions(javax.net.ssl.SSLSocket,java.lang.String,java.util.List) -com.jaredrummler.android.colorpicker.ColorPanelView: void setOriginalColor(int) -com.tencent.bugly.crashreport.common.info.a: java.lang.String w() -okio.GzipSource: void consumeHeader() -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_DialogWhenLarge -james.adaptiveicon.R$style: int Theme_AppCompat_Light_DarkActionBar -retrofit2.ParameterHandler$RelativeUrl: void apply(retrofit2.RequestBuilder,java.lang.Object) -com.google.android.material.R$styleable: int Variant_region_heightMoreThan -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource -james.adaptiveicon.R$id: int activity_chooser_view_content -com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String j() -android.didikee.donate.R$id: int action_text -wangdaye.com.geometricweather.R$styleable: int[] MaterialAlertDialogTheme -androidx.constraintlayout.utils.widget.ImageFilterView: float getRound() -com.amap.api.fence.GeoFence: GeoFence() -androidx.appcompat.R$styleable: int MenuItem_tooltipText -cyanogenmod.alarmclock.ClockContract$InstancesColumns -com.turingtechnologies.materialscrollbar.R$styleable: int[] TextInputLayout -androidx.preference.R$attr: int subtitleTextStyle -androidx.constraintlayout.widget.R$attr: int actionModePasteDrawable -wangdaye.com.geometricweather.R$style: int Base_V21_Theme_MaterialComponents_Light_Dialog -com.jaredrummler.android.colorpicker.R$layout: int abc_cascading_menu_item_layout -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_subtitle_bottom_margin_material -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_DarkActionBar_Bridge -cyanogenmod.weatherservice.ServiceRequestResult$1: cyanogenmod.weatherservice.ServiceRequestResult[] newArray(int) -com.google.android.material.textfield.TextInputLayout: void setHintTextAppearance(int) -wangdaye.com.geometricweather.R$style: int Test_Theme_MaterialComponents_MaterialCalendar -com.google.android.material.timepicker.TimePickerView: void setOnActionUpListener(com.google.android.material.timepicker.ClockHandView$OnActionUpListener) -com.turingtechnologies.materialscrollbar.R$id: int notification_background -androidx.preference.R$styleable: int AppCompatTheme_panelBackground -com.google.android.material.R$styleable: int[] MaterialAlertDialog -wangdaye.com.geometricweather.R$styleable: int Badge_number -android.didikee.donate.R$style: int Theme_AppCompat_Light_DarkActionBar -com.tencent.bugly.crashreport.crash.c: int c -retrofit2.ParameterHandler$Header -androidx.appcompat.R$styleable: int LinearLayoutCompat_android_weightSum -androidx.constraintlayout.widget.R$drawable: int abc_text_select_handle_right_mtrl_light -androidx.preference.R$attr: int lineHeight -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_navigationContentDescription -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Toolbar -com.google.android.gms.auth.api.signin.GoogleSignInAccount -com.xw.repo.bubbleseekbar.R$drawable: int abc_list_pressed_holo_dark -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Button -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored -androidx.constraintlayout.widget.R$styleable: int ActionBar_itemPadding -wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoonPhaseAngle(java.lang.Integer) -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_motionProgress -androidx.preference.R$attr: int fragment -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language CZECH -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub: java.lang.String DESCRIPTOR -com.xw.repo.bubbleseekbar.R$drawable: int notification_bg_low_normal -com.jaredrummler.android.colorpicker.R$dimen: int notification_content_margin_start -androidx.constraintlayout.widget.R$styleable: int[] MenuView -cyanogenmod.app.CMContextConstants: java.lang.String CM_WEATHER_SERVICE -com.google.android.material.chip.Chip: void setCheckedIconVisible(boolean) -com.google.gson.stream.JsonReader: int lineStart -androidx.lifecycle.LiveData: java.lang.Object NOT_SET -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_121 -com.turingtechnologies.materialscrollbar.R$styleable: int[] MaterialCardView -okio.RealBufferedSource: java.lang.String readString(long,java.nio.charset.Charset) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Snow -com.turingtechnologies.materialscrollbar.R$styleable: int[] ActionMenuItemView -com.amap.api.location.AMapLocationClientOption: boolean p -com.jaredrummler.android.colorpicker.R$id: int search_bar -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_blackContainer -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_disabled_elevation -okhttp3.Protocol: okhttp3.Protocol get(java.lang.String) -james.adaptiveicon.R$styleable: int[] CompoundButton -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Spinner_Underlined -wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_textColorHint -com.google.android.material.R$dimen: int mtrl_shape_corner_size_large_component -wangdaye.com.geometricweather.R$font -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: java.lang.String dept -wangdaye.com.geometricweather.R$attr: int behavior_expandedOffset -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWeatherCode -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult$Temperature: int UnitType -androidx.appcompat.R$id: int tag_transition_group -com.google.android.material.R$dimen: int mtrl_calendar_year_horizontal_padding -android.didikee.donate.R$id -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind: MfForecastResult$Forecast$Wind() -james.adaptiveicon.R$id: int scrollView -okhttp3.internal.http2.Http2Stream$StreamTimeout: okhttp3.internal.http2.Http2Stream this$0 -com.google.android.material.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader -com.jaredrummler.android.colorpicker.R$color: int abc_primary_text_disable_only_material_light -okhttp3.internal.http2.Http2: byte TYPE_RST_STREAM -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: void subscribe(io.reactivex.ObservableSource[],int) -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light_Dialog_MinWidth -com.jaredrummler.android.colorpicker.R$id: int action_bar -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionBar_TabText -com.google.android.material.R$dimen: int mtrl_calendar_header_toggle_margin_bottom -com.google.android.material.R$id: int accessibility_custom_action_19 -android.didikee.donate.R$styleable: int LinearLayoutCompat_dividerPadding -androidx.appcompat.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless -james.adaptiveicon.R$id: int topPanel -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Headline4 -com.google.android.material.R$styleable: int CustomAttribute_customFloatValue -com.jaredrummler.android.colorpicker.R$style: int Base_Animation_AppCompat_Tooltip -com.google.android.material.circularreveal.CircularRevealGridLayout: CircularRevealGridLayout(android.content.Context) -com.google.android.material.R$attr: int motionStagger -com.tencent.bugly.crashreport.crash.d: com.tencent.bugly.crashreport.crash.d a() -com.tencent.bugly.crashreport.common.info.a: java.lang.Object av -com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_check_material -wangdaye.com.geometricweather.R$anim: R$anim() -com.google.android.material.R$styleable: int Constraint_layout_constraintLeft_toLeftOf -okhttp3.Cookie$Builder: okhttp3.Cookie$Builder httpOnly() -androidx.hilt.R$drawable: R$drawable() -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void dispose() -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: int val$height -androidx.drawerlayout.R$dimen: int notification_action_icon_size -okhttp3.MultipartBody: java.lang.StringBuilder appendQuotedString(java.lang.StringBuilder,java.lang.String) -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_divider -com.google.android.material.R$color: int primary_text_disabled_material_dark -androidx.hilt.R$style: R$style() -io.reactivex.Observable: io.reactivex.Observable switchMapSingle(io.reactivex.functions.Function) -com.amap.api.location.AMapLocationClient: AMapLocationClient(android.content.Context) -wangdaye.com.geometricweather.R$string: int wind_level -com.tencent.bugly.crashreport.CrashReport: void closeCrashReport() -wangdaye.com.geometricweather.R$attr: int transitionEasing -androidx.constraintlayout.widget.R$attr: int onCross -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay CARD_SUNRISE_SUNSET -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver(io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver) -android.didikee.donate.R$style: int Base_Widget_AppCompat_ProgressBar -com.xw.repo.bubbleseekbar.R$dimen: int abc_progress_bar_height_material -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getNavBarThemePackageName() -com.google.android.material.R$styleable: int ImageFilterView_roundPercent -cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent UNKNOWN -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_contentInsetRight -io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: boolean isDisposed() -cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: android.os.IBinder asBinder() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: boolean IsDayTime -androidx.appcompat.widget.ActionMenuView: android.view.Menu getMenu() -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse -androidx.appcompat.R$id: int italic -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated -androidx.legacy.coreutils.R$styleable: int FontFamily_fontProviderFetchTimeout -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_19 -com.google.android.material.R$attr: int title -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_popupTheme -androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid -com.google.android.material.R$styleable: int KeyAttribute_framePosition -androidx.appcompat.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintStart_toStartOf -com.google.android.material.R$layout: int design_text_input_start_icon -com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert -com.turingtechnologies.materialscrollbar.R$dimen: int notification_small_icon_background_padding -wangdaye.com.geometricweather.R$styleable: int RecycleListView_paddingBottomNoButtons -okhttp3.Call -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setType(java.lang.String) -androidx.constraintlayout.helper.widget.Layer: void setScaleY(float) -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize -wangdaye.com.geometricweather.R$attr: int checked -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_splitTrack -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar -wangdaye.com.geometricweather.R$attr: int backgroundColorStart -okhttp3.internal.ws.WebSocketReader$FrameCallback: void onReadMessage(okio.ByteString) -com.tencent.bugly.crashreport.crash.b: android.content.ContentValues e(com.tencent.bugly.crashreport.crash.CrashDetailBean) -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_android_textOff -com.amap.api.location.AMapLocation: int LOCATION_SUCCESS -okhttp3.Challenge: java.lang.String toString() -androidx.hilt.work.R$dimen: int notification_large_icon_width -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceHeadline4 -wangdaye.com.geometricweather.R$styleable: int[] CollapsingToolbarLayout -cyanogenmod.providers.CMSettings$Secure: boolean putInt(android.content.ContentResolver,java.lang.String,int) -okhttp3.internal.http1.Http1Codec$FixedLengthSink: okio.Timeout timeout() -cyanogenmod.providers.ThemesContract$MixnMatchColumns: ThemesContract$MixnMatchColumns() -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeDegreeDayTemperature -androidx.constraintlayout.widget.R$styleable: int Transition_duration -androidx.swiperefreshlayout.R$string: R$string() -androidx.preference.R$attr: int goIcon -com.turingtechnologies.materialscrollbar.R$id: int labeled -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_maxWidth -com.google.android.material.R$layout: int design_text_input_end_icon -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_subtitle_top_margin_material -androidx.appcompat.resources.R$id -androidx.preference.R$attr: int showText -androidx.constraintlayout.widget.R$attr: int alphabeticModifiers -androidx.constraintlayout.widget.R$attr: int iconTintMode -com.google.android.material.R$styleable: int[] Chip -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind: MfHistoryResult$History$Wind() -wangdaye.com.geometricweather.R$styleable: int ActionBar_contentInsetEnd -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_constraint_referenced_ids -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilitySnow snow -cyanogenmod.profiles.ConnectionSettings -cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: IWeatherProviderService$Stub$Proxy(android.os.IBinder) -com.xw.repo.bubbleseekbar.R$attr: int colorError -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: java.util.concurrent.atomic.AtomicInteger wip -com.google.android.material.R$attr: int cornerFamilyBottomRight -androidx.constraintlayout.widget.R$style: int Platform_ThemeOverlay_AppCompat_Light +com.turingtechnologies.materialscrollbar.R$color: int abc_tint_btn_checkable +com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleGravity(int) +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: java.util.concurrent.atomic.AtomicReference upstream +io.reactivex.internal.util.EmptyComponent: void request(long) +com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String B +com.tencent.bugly.crashreport.biz.b: b() +com.google.android.material.R$styleable: int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier +androidx.dynamicanimation.R$layout: int notification_action +com.google.android.material.R$layout: int design_navigation_item_subheader +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int SnowProbability +okhttp3.Authenticator: okhttp3.Authenticator NONE +io.reactivex.internal.observers.DeferredScalarObserver: long serialVersionUID +okio.Pipe$PipeSource: long read(okio.Buffer,long) +androidx.appcompat.R$styleable: int LinearLayoutCompat_measureWithLargestChild +androidx.hilt.work.R$layout +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Metric +io.reactivex.internal.disposables.DisposableHelper: boolean setOnce(java.util.concurrent.atomic.AtomicReference,io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: RoundProgress(android.content.Context,android.util.AttributeSet,int) +android.support.v4.app.INotificationSideChannel$Stub$Proxy +androidx.constraintlayout.widget.R$id: int layout +androidx.viewpager.widget.PagerTitleStrip +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: io.reactivex.internal.util.AtomicThrowable errors +com.jaredrummler.android.colorpicker.R$attr: int editTextBackground +com.google.android.material.slider.Slider: void setHaloTintList(android.content.res.ColorStateList) +androidx.lifecycle.extensions.R$dimen: int notification_right_side_padding_top +wangdaye.com.geometricweather.R$string: int content_desc_search_filter_on +okhttp3.Request$Builder: okhttp3.Request$Builder tag(java.lang.Object) +android.didikee.donate.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner +retrofit2.Retrofit: java.util.Map serviceMethodCache +okhttp3.internal.connection.RealConnection: void connectTls(okhttp3.internal.connection.ConnectionSpecSelector) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial Imperial +com.google.android.material.R$styleable: int OnSwipe_moveWhenScrollAtTop +androidx.coordinatorlayout.R$id: int accessibility_custom_action_3 +com.xw.repo.bubbleseekbar.R$drawable: int abc_text_select_handle_right_mtrl_dark +cyanogenmod.externalviews.KeyguardExternalView$4: void run() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: void setValue(java.lang.String) +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHeight_percent +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_EXPORT_WITH_DES_CBC_40_MD5 +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: ExtendedFloatingActionButton(android.content.Context,android.util.AttributeSet,int) +okhttp3.logging.LoggingEventListener: void responseBodyStart(okhttp3.Call) +com.jaredrummler.android.colorpicker.R$attr: int initialActivityCount +wangdaye.com.geometricweather.R$style: int Preference_Information +androidx.preference.R$styleable: int DialogPreference_android_dialogMessage +com.turingtechnologies.materialscrollbar.R$style: int Theme_Design_Light_NoActionBar +android.didikee.donate.R$styleable: int[] RecycleListView +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_ratingBarStyle +com.turingtechnologies.materialscrollbar.R$attr: int divider +com.tencent.bugly.BuglyStrategy: com.tencent.bugly.BuglyStrategy setBuglyLogUpload(boolean) +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: boolean isValid() +com.google.android.material.R$style: int Platform_V25_AppCompat +okhttp3.internal.platform.ConscryptPlatform: okhttp3.internal.platform.ConscryptPlatform buildIfSupported() +androidx.drawerlayout.R$string: int status_bar_notification_info_overflow +androidx.appcompat.R$string: int abc_shareactionprovider_share_with +james.adaptiveicon.R$dimen: int abc_select_dialog_padding_start_material +androidx.viewpager.R$drawable: int notification_bg +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_collapsedTitleTextAppearance +wangdaye.com.geometricweather.R$id: int design_menu_item_text +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void dispose() +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle +com.jaredrummler.android.colorpicker.R$drawable: int abc_menu_hardkey_panel_mtrl_mult +wangdaye.com.geometricweather.R$drawable: int abc_cab_background_top_material +com.amap.api.fence.GeoFence: int hashCode() +com.xw.repo.bubbleseekbar.R$attr: int isLightTheme +androidx.dynamicanimation.R$styleable: int FontFamilyFont_fontVariationSettings +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Large +androidx.hilt.R$attr: int fontStyle +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintStart_toEndOf +com.tencent.bugly.proguard.aj: void a(com.tencent.bugly.proguard.j) +android.didikee.donate.R$styleable: int AppCompatTheme_windowMinWidthMinor +wangdaye.com.geometricweather.R$style: int ShapeAppearance_MaterialComponents_LargeComponent +wangdaye.com.geometricweather.R$string: int key_notification_text_color +com.google.android.material.R$attr: int iconTint +androidx.appcompat.R$styleable: int AppCompatTextView_drawableTint +james.adaptiveicon.R$dimen: int abc_seekbar_track_background_height_material +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Button_Borderless +com.google.android.material.circularreveal.cardview.CircularRevealCardView: CircularRevealCardView(android.content.Context) +james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarItemBackground +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Button +android.didikee.donate.R$style: int Widget_AppCompat_ListView +androidx.recyclerview.widget.RecyclerView: void setScrollingTouchSlop(int) +com.google.android.gms.common.internal.safeparcel.SafeParcelReader$ParseException: SafeParcelReader$ParseException(java.lang.String,android.os.Parcel) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Temperature: java.lang.Float value +androidx.preference.R$drawable: int abc_textfield_default_mtrl_alpha +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: HistoryEntityDao(org.greenrobot.greendao.internal.DaoConfig) +androidx.preference.R$style: int Base_Theme_AppCompat_Light_Dialog +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ProgressBar_Horizontal +wangdaye.com.geometricweather.R$dimen: int large_title_text_size +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small +com.google.android.material.R$styleable: int Constraint_flow_firstVerticalStyle +com.tencent.bugly.proguard.ak: com.tencent.bugly.proguard.ah n +com.turingtechnologies.materialscrollbar.R$attr: int maxButtonHeight +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_6_00 +androidx.appcompat.R$id: int accessibility_custom_action_12 +okhttp3.internal.http2.Header: java.lang.String TARGET_SCHEME_UTF8 +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_verticalAlign +cyanogenmod.externalviews.ExternalViewProperties: int mHeight +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Metric +io.reactivex.internal.util.VolatileSizeArrayList: java.lang.Object[] toArray() +com.tencent.bugly.proguard.x: boolean b +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator INCREASING_RING_START_VOLUME_VALIDATOR +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: java.lang.String dataUptime +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu +cyanogenmod.externalviews.KeyguardExternalViewProviderService$1 +com.xw.repo.bubbleseekbar.R$string: int abc_menu_delete_shortcut_label +okhttp3.internal.ws.WebSocketWriter$FrameSink +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_text_btn_padding_left +retrofit2.Utils$GenericArrayTypeImpl: java.lang.String toString() +androidx.appcompat.R$attr: int listChoiceIndicatorSingleAnimated +com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: void unregisterWeatherServiceProviderChangeListener(cyanogenmod.weather.IWeatherServiceProviderChangeListener) -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorPrimaryDark -wangdaye.com.geometricweather.R$attr: int layout_goneMarginRight -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionBar_TabBar -androidx.preference.R$drawable: int abc_btn_switch_to_on_mtrl_00012 -com.google.android.material.R$id: int mtrl_motion_snapshot_view -com.turingtechnologies.materialscrollbar.R$interpolator: int mtrl_fast_out_slow_in -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String unitId -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: ObservableRangeLong$RangeDisposable(io.reactivex.Observer,long,long) -okhttp3.Request$Builder: okhttp3.Request$Builder url(okhttp3.HttpUrl) -wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge -com.turingtechnologies.materialscrollbar.R$attr: int actionLayout -wangdaye.com.geometricweather.R$drawable: int ic_menu_up -com.jaredrummler.android.colorpicker.R$dimen: int compat_notification_large_icon_max_width -wangdaye.com.geometricweather.R$styleable: int Preference_shouldDisableView -com.google.android.material.navigation.NavigationView: int getHeaderCount() -okio.Okio$1: okio.Timeout val$timeout -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: java.lang.String getValue() -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_measureWithLargestChild -com.google.android.material.R$styleable: int LinearLayoutCompat_divider -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: void onComplete() -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: void run() -com.google.android.material.R$dimen: int mtrl_slider_thumb_elevation -okhttp3.internal.http2.Http2Reader$ContinuationSource: okio.Timeout timeout() -retrofit2.converter.gson.GsonConverterFactory: GsonConverterFactory(com.google.gson.Gson) -com.turingtechnologies.materialscrollbar.R$color: int primary_text_disabled_material_dark -androidx.viewpager2.R$id: int accessibility_custom_action_19 -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Button_Borderless_Colored -wangdaye.com.geometricweather.R$drawable: int shortcuts_partly_cloudy_night_foreground -org.greenrobot.greendao.DaoException: void safeInitCause(java.lang.Throwable) -androidx.appcompat.resources.R$id: int accessibility_custom_action_2 -androidx.preference.R$styleable: int ActionMode_titleTextStyle -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder socketFactory(javax.net.SocketFactory) -io.reactivex.Observable: io.reactivex.Observable timeout0(io.reactivex.ObservableSource,io.reactivex.functions.Function,io.reactivex.ObservableSource) -androidx.fragment.R$styleable: int ColorStateListItem_alpha -androidx.swiperefreshlayout.R$styleable: int ColorStateListItem_android_color -androidx.hilt.lifecycle.R$dimen: int notification_right_side_padding_top -com.xw.repo.bubbleseekbar.R$attr: int title -com.google.android.material.R$styleable: int ConstraintSet_android_rotation -retrofit2.Platform: boolean hasJava8Types -wangdaye.com.geometricweather.R$styleable: int ColorStateListItem_android_alpha -wangdaye.com.geometricweather.R$styleable: int Motion_transitionEasing -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: void setValue(java.util.List) -com.google.android.material.R$attr: int textAppearanceCaption -androidx.appcompat.R$id: int search_close_btn -androidx.preference.R$styleable: int SeekBarPreference_android_max -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: BaiduIPLocationResult$ContentBean$PointBean() -android.didikee.donate.R$color: int bright_foreground_material_dark -james.adaptiveicon.R$attr: int listPreferredItemPaddingRight -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: void setTo(java.lang.String) -okhttp3.internal.http.RetryAndFollowUpInterceptor: int MAX_FOLLOW_UPS -androidx.loader.R$attr: int fontProviderFetchStrategy -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: cyanogenmod.externalviews.KeyguardExternalViewProviderService this$0 -androidx.hilt.R$styleable: int FontFamilyFont_android_fontWeight -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_contentInsetRight -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -okio.Okio: okio.BufferedSink buffer(okio.Sink) -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_CompoundButton_Switch -wangdaye.com.geometricweather.R$id: int dialog_running_in_background_o_container -com.bumptech.glide.integration.okhttp.R$drawable: int notification_bg_low_normal -androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_height -cyanogenmod.profiles.ConnectionSettings: int getConnectionId() -com.google.android.material.R$styleable: int Constraint_android_minWidth -wangdaye.com.geometricweather.common.rxjava.BaseObserver: void onError(java.lang.Throwable) -com.google.android.material.R$string: int abc_searchview_description_submit -wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: HourlyTrendItemView(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.R$attr: int startIconCheckable -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: boolean getLiveLockScreenEnabled() -io.reactivex.Observable: java.lang.Iterable blockingLatest() -com.google.android.material.R$layout: int abc_alert_dialog_button_bar_material -androidx.coordinatorlayout.R$id: int actions -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NAV_BUTTONS_VALIDATOR -okio.AsyncTimeout$Watchdog: AsyncTimeout$Watchdog() -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header -androidx.appcompat.widget.AppCompatImageButton: void setImageURI(android.net.Uri) -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionBar_Solid -com.google.android.material.R$styleable: int TabLayout_tabUnboundedRipple -wangdaye.com.geometricweather.common.basic.models.weather.Alert: Alert(android.os.Parcel) -wangdaye.com.geometricweather.R$attr: int colorOnError -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WindSpeed -android.didikee.donate.R$bool: R$bool() -wangdaye.com.geometricweather.R$id: int widget_trend_hourly_item_4 -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_thumbTintMode -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -com.google.android.material.textfield.TextInputLayout: void addOnEditTextAttachedListener(com.google.android.material.textfield.TextInputLayout$OnEditTextAttachedListener) -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.AirQuality getAirQuality() -io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: io.reactivex.internal.operators.observable.ObservableAmb$AmbCoordinator parent -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintVertical_weight -cyanogenmod.os.Build: java.lang.String getString(java.lang.String) -androidx.preference.R$styleable: int ActionBar_title -okhttp3.internal.Util: java.nio.charset.Charset UTF_8 +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter jsonValue(java.lang.String) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setDescription(java.lang.String) +androidx.appcompat.view.menu.ListMenuItemView: androidx.appcompat.view.menu.MenuItemImpl getItemData() wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setValue(java.util.List) -com.amap.api.location.AMapLocation: java.lang.String toString() -com.google.android.material.R$id: int accessibility_custom_action_9 -wangdaye.com.geometricweather.R$drawable: int notif_temp_22 -androidx.lifecycle.Transformations$1: void onChanged(java.lang.Object) -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setColorSchemeResources(int[]) -com.google.android.material.R$attr: int flow_padding -androidx.cardview.R$styleable: int CardView_cardPreventCornerOverlap -com.tencent.bugly.proguard.c: com.tencent.bugly.proguard.i f -com.google.android.material.R$style: int Widget_Design_CollapsingToolbar -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cv -wangdaye.com.geometricweather.db.entities.DailyEntity: void setTreeDescription(java.lang.String) -wangdaye.com.geometricweather.R$drawable: int notif_temp_98 -com.xw.repo.bubbleseekbar.R$drawable: int abc_seekbar_tick_mark_material -androidx.transition.R$styleable: int GradientColorItem_android_color -okhttp3.internal.io.FileSystem: void delete(java.io.File) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation -cyanogenmod.app.CustomTile$Builder: android.app.PendingIntent mDeleteIntent -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_thumbTintMode -androidx.appcompat.widget.SearchView: int getSuggestionCommitIconResId() -wangdaye.com.geometricweather.db.entities.LocationEntity: java.util.TimeZone timeZone -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Toolbar_Surface -io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(int,io.reactivex.Scheduler) -com.xw.repo.bubbleseekbar.R$string: int abc_searchview_description_voice -okio.ByteString: java.lang.String string(java.nio.charset.Charset) -james.adaptiveicon.R$attr: int alpha -androidx.constraintlayout.widget.R$styleable: int FontFamily_fontProviderAuthority -androidx.core.app.ComponentActivity: ComponentActivity() -com.google.android.material.R$string: int abc_action_bar_up_description -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner -com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_layout_behavior -androidx.lifecycle.extensions.R$styleable: int ColorStateListItem_android_color -com.tencent.bugly.a: int id -com.google.android.material.R$styleable: int TextInputLayout_counterTextAppearance -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintEnd_toStartOf -cyanogenmod.app.CustomTile$ExpandedItem$1 -com.tencent.bugly.proguard.d: java.util.HashMap g -com.google.android.material.R$styleable: int Chip_android_textAppearance -com.google.android.material.R$styleable: int MenuView_android_itemIconDisabledAlpha -cyanogenmod.platform.Manifest$permission: java.lang.String LIVE_LOCK_SCREEN_MANAGER_ACCESS_PRIVATE -cyanogenmod.profiles.RingModeSettings: void processOverride(android.content.Context) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float so2 +com.google.android.material.R$color: int abc_tint_spinner +com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_android_maxWidth +wangdaye.com.geometricweather.R$style: int Theme_Design_Light +io.reactivex.internal.subscriptions.SubscriptionArbiter: java.util.concurrent.atomic.AtomicReference missedSubscription +androidx.constraintlayout.widget.R$styleable: int MenuItem_actionLayout +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Dialog_FixedSize +com.xw.repo.bubbleseekbar.R$id: int message +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_translationY +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_shapeAppearance +com.baidu.location.indoor.mapversion.c.a$d: com.baidu.location.indoor.mapversion.c.a$a a() +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: java.util.List alert +androidx.hilt.R$id: int async +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ListView_DropDown +com.google.android.material.slider.BaseSlider: void setThumbStrokeWidth(float) +android.didikee.donate.R$id: int showCustom +cyanogenmod.hardware.ICMHardwareService$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +androidx.transition.R$color: int secondary_text_default_material_light +wangdaye.com.geometricweather.R$styleable: int Toolbar_titleMarginBottom +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintCircleAngle +io.reactivex.Observable: io.reactivex.Observable dematerialize() +androidx.lifecycle.extensions.R$drawable +okhttp3.Dispatcher: int getMaxRequestsPerHost() +androidx.preference.R$string: int abc_action_menu_overflow_description +com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol: com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol[] values() +com.tencent.bugly.proguard.n: java.util.List c(int) wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_default -com.jaredrummler.android.colorpicker.R$attr: int preferenceCategoryStyle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric: double Value -com.turingtechnologies.materialscrollbar.R$attr: int windowActionModeOverlay -com.google.android.material.R$color: int abc_search_url_text -wangdaye.com.geometricweather.R$id: int moldValue -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: ExtendedFloatingActionButton(android.content.Context) -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_maxElementsWrap -androidx.appcompat.R$dimen: int compat_button_inset_vertical_material -androidx.constraintlayout.widget.R$attr: int layout_constraintWidth_min -wangdaye.com.geometricweather.R$style: int TestThemeWithLineHeight -com.jaredrummler.android.colorpicker.R$attr: int widgetLayout -wangdaye.com.geometricweather.R$array: int pressure_units -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionBar -androidx.core.os.CancellationSignal: void setOnCancelListener(androidx.core.os.CancellationSignal$OnCancelListener) -androidx.preference.R$style: int Widget_AppCompat_ButtonBar_AlertDialog -androidx.lifecycle.extensions.R$string: R$string() +okhttp3.Challenge: int hashCode() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeRainPrecipitation() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeIcePrecipitationProbability +com.google.android.material.R$drawable: int abc_btn_radio_material_anim +wangdaye.com.geometricweather.R$string: int content_des_minutely_precipitation +com.tencent.bugly.proguard.f: java.util.Map i +com.google.android.material.R$styleable: int[] Motion +com.turingtechnologies.materialscrollbar.R$id: int search_bar +android.didikee.donate.R$attr: int titleTextStyle +wangdaye.com.geometricweather.R$id: int filled +wangdaye.com.geometricweather.R$dimen: int mtrl_navigation_elevation +wangdaye.com.geometricweather.R$dimen: int mtrl_fab_translation_z_hovered_focused +wangdaye.com.geometricweather.R$styleable: int MenuView_android_itemIconDisabledAlpha +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.HistoryEntity) +androidx.preference.R$attr: int switchPreferenceStyle +wangdaye.com.geometricweather.R$dimen: int abc_search_view_preferred_width +com.google.android.material.R$color: int mtrl_textinput_hovered_box_stroke_color +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWindChillTemperature(java.lang.Integer) +androidx.appcompat.widget.Toolbar: void setCollapseIcon(int) +androidx.constraintlayout.widget.R$string: int abc_searchview_description_submit +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: int getIsRainOrSnow() +com.google.android.material.R$string: int character_counter_overflowed_content_description +wangdaye.com.geometricweather.R$styleable: int Transition_motionInterpolator +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_controlBackground +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_panelMenuListTheme +wangdaye.com.geometricweather.db.entities.DailyEntity: void setGrassIndex(java.lang.Integer) +com.google.android.material.R$color: int mtrl_text_btn_text_color_selector +okhttp3.internal.NamedRunnable: java.lang.String name +com.google.android.material.internal.ForegroundLinearLayout: ForegroundLinearLayout(android.content.Context) +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: long serialVersionUID +androidx.constraintlayout.widget.R$attr: int goIcon +cyanogenmod.weatherservice.ServiceRequestResult$1: java.lang.Object[] newArray(int) +androidx.constraintlayout.widget.R$attr: int percentHeight +com.google.android.material.R$attr: int searchHintIcon +retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$1: KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$1(retrofit2.Call) +androidx.constraintlayout.widget.R$styleable: int OnSwipe_touchAnchorSide +cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: ICMStatusBarManager$Stub$Proxy(android.os.IBinder) +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainNoLast: void run() +cyanogenmod.app.Profile: cyanogenmod.profiles.ConnectionSettings getConnectionSettingWithSubId(int) +wangdaye.com.geometricweather.R$id: int container_main_aqi_progress +cyanogenmod.providers.CMSettings$System: java.lang.String LOCKSCREEN_PIN_SCRAMBLE_LAYOUT +androidx.preference.R$styleable: int ListPreference_useSimpleSummaryProvider +james.adaptiveicon.R$styleable: int ActionBarLayout_android_layout_gravity +com.jaredrummler.android.colorpicker.R$attr: int paddingBottomNoButtons +com.loc.k: int e() +com.tencent.bugly.crashreport.crash.d: com.tencent.bugly.crashreport.crash.d a() +wangdaye.com.geometricweather.R$string: int settings_notification_hide_big_view_off +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder encodedPassword(java.lang.String) +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: java.util.concurrent.atomic.AtomicReference inner +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_ratingBarStyle +okhttp3.OkHttpClient: boolean retryOnConnectionFailure() +androidx.preference.R$style: int Widget_AppCompat_AutoCompleteTextView +okhttp3.internal.cache.DiskLruCache: void processJournal() +okhttp3.internal.Util: java.nio.charset.Charset UTF_16_LE +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner +wangdaye.com.geometricweather.R$layout: int container_circular_sky_view +android.didikee.donate.R$styleable: int AlertDialog_singleChoiceItemLayout +wangdaye.com.geometricweather.R$id: int widget_trend_hourly_item_4 +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceInformationStyle +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_android_orientation +io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: void onNext(java.lang.Object) +android.didikee.donate.R$dimen: int abc_text_size_caption_material +wangdaye.com.geometricweather.R$layout: int item_pollen_daily +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime +wangdaye.com.geometricweather.db.entities.AlertEntity: void setWeatherSource(java.lang.String) +com.google.android.material.R$styleable: int[] AppCompatTextView +androidx.constraintlayout.utils.widget.ImageFilterButton: float getCrossfade() +wangdaye.com.geometricweather.R$style: int Theme_Design_BottomSheetDialog +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_maxElementsWrap +androidx.appcompat.R$styleable: int MenuItem_alphabeticModifiers +com.jaredrummler.android.colorpicker.R$drawable: int abc_switch_thumb_material +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float snow12h +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_show_section_mark +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX$InfoX: CNWeatherResult$WeatherX$InfoX() +wangdaye.com.geometricweather.R$drawable: int shortcuts_refresh_foreground +android.didikee.donate.R$drawable: int abc_item_background_holo_dark +androidx.preference.R$styleable: int AppCompatTextHelper_android_drawableEnd +cyanogenmod.weather.WeatherInfo: boolean equals(java.lang.Object) +wangdaye.com.geometricweather.R$attr: int passwordToggleTintMode +androidx.viewpager.R$dimen: int notification_main_column_padding_top +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult +androidx.preference.R$dimen: int abc_dialog_title_divider_material +wangdaye.com.geometricweather.R$string: int widget_clock_day_horizontal +wangdaye.com.geometricweather.R$string: int briefings +cyanogenmod.weather.CMWeatherManager$LookupCityRequestListener: void onLookupCityRequestCompleted(int,java.util.List) +androidx.appcompat.R$style: int Base_Widget_AppCompat_ListMenuView +wangdaye.com.geometricweather.R$attr: int dialogPreferenceStyle +com.github.rahatarmanahmed.cpv.BuildConfig: java.lang.String APPLICATION_ID +com.google.android.material.button.MaterialButton: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) +androidx.appcompat.R$drawable: int abc_list_divider_material +androidx.lifecycle.LiveData$ObserverWrapper: boolean shouldBeActive() +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: void dispose() +com.amap.api.location.AMapLocation: int describeContents() +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Small +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: boolean isDisposed() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric Metric +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: wangdaye.com.geometricweather.db.converters.WeatherCodeConverter weatherCodeConverter +androidx.lifecycle.LifecycleRegistry$ObserverWithState: void dispatchEvent(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) +androidx.preference.R$styleable: int GradientColor_android_tileMode +androidx.preference.R$color: int primary_dark_material_light +com.amap.api.location.AMapLocation: int ERROR_CODE_NOCGI_WIFIOFF +androidx.transition.R$drawable: int notification_action_background +io.reactivex.Observable: io.reactivex.Observable sample(io.reactivex.ObservableSource) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer ragweedLevel +wangdaye.com.geometricweather.R$style: int material_icon +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum Maximum +androidx.vectordrawable.animated.R$id: int async +com.google.android.material.R$style: int Theme_MaterialComponents_Light_DarkActionBar_Bridge +androidx.preference.R$style: int ThemeOverlay_AppCompat_DayNight_ActionBar +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider this$1 +com.google.android.material.internal.CheckableImageButton: CheckableImageButton(android.content.Context,android.util.AttributeSet) +okio.Options: okio.ByteString[] byteStrings +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_trackTintMode +com.tencent.bugly.crashreport.crash.d +com.turingtechnologies.materialscrollbar.R$styleable: int PopupWindowBackgroundState_state_above_anchor +james.adaptiveicon.R$drawable: int abc_btn_check_material +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeTotalPrecipitation(java.lang.Float) +android.didikee.donate.R$styleable: int ColorStateListItem_alpha +wangdaye.com.geometricweather.R$drawable: int widget_clock_day_details +wangdaye.com.geometricweather.R$array: int week_widget_styles +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleMarginBottom +cyanogenmod.app.Profile$ProfileTrigger: int getType() +com.tencent.bugly.proguard.ad: ad() +com.bumptech.glide.R$styleable: int GradientColor_android_centerY +androidx.preference.R$attr: int theme +androidx.drawerlayout.R$layout: int notification_template_icon_group +retrofit2.converter.gson.GsonResponseBodyConverter: GsonResponseBodyConverter(com.google.gson.Gson,com.google.gson.TypeAdapter) +com.google.android.material.R$style: int Base_Widget_AppCompat_ListView +com.google.android.material.textfield.TextInputLayout: void setBoxStrokeColor(int) +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse +android.didikee.donate.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar +james.adaptiveicon.R$styleable: int AppCompatTextView_drawableBottomCompat +com.xw.repo.bubbleseekbar.R$color: int primary_text_disabled_material_dark +okhttp3.EventListener: void connectFailed(okhttp3.Call,java.net.InetSocketAddress,java.net.Proxy,okhttp3.Protocol,java.io.IOException) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_verticalStyle +com.jaredrummler.android.colorpicker.R$attr: int trackTintMode +androidx.constraintlayout.widget.R$styleable: int ActionBar_backgroundSplit +okhttp3.internal.platform.ConscryptPlatform: void configureTlsExtensions(javax.net.ssl.SSLSocket,java.lang.String,java.util.List) +retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$2: retrofit2.Call $this_await$inlined +okhttp3.Protocol: okhttp3.Protocol valueOf(java.lang.String) +com.google.android.material.badge.BadgeDrawable$SavedState +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List alertEntityList +androidx.lifecycle.Lifecycle$Event: Lifecycle$Event(java.lang.String,int) +androidx.appcompat.R$attr: int actionOverflowMenuStyle +com.google.android.material.slider.Slider: int getTrackSidePadding() +androidx.fragment.app.FragmentTabHost: FragmentTabHost(android.content.Context) +wangdaye.com.geometricweather.R$styleable: int Slider_android_valueTo +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher: androidx.lifecycle.LifecycleOwner mLifecycle +com.google.android.material.chip.Chip: Chip(android.content.Context) +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Medium +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType DeleteInTxIterable +james.adaptiveicon.R$drawable: int abc_switch_thumb_material +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Sun: java.lang.Long rise +androidx.viewpager.R$drawable: int notify_panel_notification_icon_bg +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_icon +androidx.appcompat.resources.R$styleable: int GradientColor_android_startColor +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date +com.turingtechnologies.materialscrollbar.R$drawable: int notification_bg +io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,boolean,int,int) +androidx.lifecycle.ViewModelStore: androidx.lifecycle.ViewModel get(java.lang.String) +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_scrollMode +androidx.viewpager2.R$id: int accessibility_custom_action_10 +wangdaye.com.geometricweather.db.entities.MinutelyEntity: boolean getDaylight() +wangdaye.com.geometricweather.R$drawable: int abc_ab_share_pack_mtrl_alpha +com.turingtechnologies.materialscrollbar.R$attr: int actionModeSplitBackground +com.xw.repo.bubbleseekbar.R$attr: int titleMargins +androidx.hilt.work.R$anim +com.tencent.bugly.BuglyStrategy: boolean isEnableANRCrashMonitor() +androidx.constraintlayout.widget.R$styleable: int AppCompatSeekBar_tickMarkTintMode +io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,int,long,java.util.concurrent.TimeUnit) +com.tencent.bugly.proguard.v: int d +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver +com.google.android.material.R$dimen: int design_bottom_navigation_label_padding +com.turingtechnologies.materialscrollbar.R$attr: int isLightTheme +wangdaye.com.geometricweather.R$drawable: int notif_temp_128 +com.google.android.material.R$styleable: int Motion_animate_relativeTo +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_commitIcon +androidx.activity.R$id: int accessibility_custom_action_1 +androidx.constraintlayout.widget.R$styleable: int ActionBar_title +android.support.v4.app.INotificationSideChannel$Stub +com.google.android.material.R$styleable: int MaterialButton_android_checkable +com.turingtechnologies.materialscrollbar.R$color: int secondary_text_default_material_dark +androidx.lifecycle.extensions.R$attr: int font +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_Layout_layout_scrollInterpolator +com.tencent.bugly.proguard.ak: com.tencent.bugly.proguard.ah x +james.adaptiveicon.R$color: int material_blue_grey_950 +cyanogenmod.themes.ThemeManager: cyanogenmod.themes.IThemeService sService +cyanogenmod.weatherservice.IWeatherProviderService +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: io.reactivex.functions.Function valueSelector +androidx.appcompat.R$attr: int fontFamily +cyanogenmod.profiles.StreamSettings: StreamSettings(int,int,boolean) +com.tencent.bugly.crashreport.common.info.a: boolean B +androidx.hilt.work.R$id: int accessibility_custom_action_4 +wangdaye.com.geometricweather.R$attr: int panelMenuListWidth +okio.Buffer: int read(java.nio.ByteBuffer) +com.google.android.material.R$styleable: int ConstraintLayout_Layout_constraint_referenced_ids +com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_fixed_width_major +androidx.appcompat.resources.R$styleable: int StateListDrawable_android_constantSize +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: java.lang.String getSpeedVoice(android.content.Context,float) +androidx.activity.R$id: int accessibility_custom_action_17 +wangdaye.com.geometricweather.R$id: int icon +androidx.constraintlayout.widget.R$attr: int actionModeFindDrawable +androidx.appcompat.R$style: R$style() +com.tencent.bugly.proguard.am: java.lang.String s +wangdaye.com.geometricweather.R$string: int wind_4 +com.xw.repo.bubbleseekbar.R$layout: int abc_screen_content_include +io.reactivex.internal.util.NotificationLite: java.lang.Object complete() +androidx.coordinatorlayout.widget.CoordinatorLayout: void setStatusBarBackgroundColor(int) +james.adaptiveicon.R$id: int notification_main_column +com.xw.repo.bubbleseekbar.R$attr: int panelMenuListTheme +okhttp3.OkHttpClient: int callTimeoutMillis() +androidx.work.R$dimen: int notification_action_text_size +james.adaptiveicon.R$dimen: int notification_media_narrow_margin +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.Precipitation precipitation +com.tencent.bugly.crashreport.common.strategy.StrategyBean: java.lang.String t +cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy: boolean handles(android.content.Intent) +io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: long end +androidx.appcompat.widget.SwitchCompat: SwitchCompat(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$attr: int hintEnabled +androidx.appcompat.R$anim: int abc_slide_out_top +cyanogenmod.weather.WeatherLocation: java.lang.String getCityId() +wangdaye.com.geometricweather.R$styleable: int Spinner_android_dropDownWidth +retrofit2.Callback: void onFailure(retrofit2.Call,java.lang.Throwable) +com.turingtechnologies.materialscrollbar.R$color: int design_snackbar_background_color +com.google.android.material.R$styleable: int[] MockView +wangdaye.com.geometricweather.settings.activities.AboutActivity: AboutActivity() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial +wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String getProvince() +com.google.android.material.R$color: int design_dark_default_color_surface +androidx.loader.R$dimen: int notification_action_icon_size +okhttp3.internal.ws.RealWebSocket: okhttp3.Request request() +james.adaptiveicon.R$styleable: int AppCompatTheme_activityChooserViewStyle +james.adaptiveicon.R$color: int dim_foreground_disabled_material_light +wangdaye.com.geometricweather.R$attr: int shapeAppearanceMediumComponent +com.xw.repo.bubbleseekbar.R$id: int activity_chooser_view_content +io.reactivex.internal.observers.InnerQueuedObserver: io.reactivex.internal.observers.InnerQueuedObserverSupport parent +androidx.appcompat.R$styleable: int Toolbar_menu +androidx.activity.R$id: int right_side +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: java.lang.String unitId +retrofit2.ParameterHandler$FieldMap: void apply(retrofit2.RequestBuilder,java.util.Map) +wangdaye.com.geometricweather.R$id: int top +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionBar_TabView +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeThunderstormPrecipitationProbability +androidx.preference.R$style: int PreferenceCategoryTitleTextStyle +androidx.preference.R$styleable: int SwitchPreferenceCompat_android_switchTextOff +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int CLEAR_NIGHT +io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: java.lang.Runnable getWrappedRunnable() +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void onError(java.lang.Throwable) +cyanogenmod.app.ProfileGroup: java.util.UUID mUuid +io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: java.util.concurrent.atomic.AtomicBoolean once +com.google.android.material.card.MaterialCardView: void setCheckedIcon(android.graphics.drawable.Drawable) +io.reactivex.Observable: io.reactivex.Maybe lastElement() +okhttp3.internal.http2.Hpack$Reader: okio.ByteString getName(int) +wangdaye.com.geometricweather.R$attr: int passwordToggleTint +androidx.work.R$layout: R$layout() +okhttp3.internal.Internal: okhttp3.internal.connection.RouteDatabase routeDatabase(okhttp3.ConnectionPool) +wangdaye.com.geometricweather.common.basic.models.weather.WindDegree: java.lang.String getWindArrow() +wangdaye.com.geometricweather.R$drawable: int flag_ko +com.tencent.bugly.crashreport.crash.CrashDetailBean: boolean N +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Display2 +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_creator +wangdaye.com.geometricweather.R$style: int widget_text_clock_analog +cyanogenmod.app.ProfileManager: ProfileManager(android.content.Context) +androidx.dynamicanimation.R$attr: int fontProviderCerts +com.amap.api.location.AMapLocation: java.lang.String getProvince() +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_RatingBar +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_textColor +wangdaye.com.geometricweather.R$styleable: int View_paddingStart +wangdaye.com.geometricweather.R$font: int product_sans_regular +androidx.appcompat.resources.R$id: int action_container +cyanogenmod.externalviews.KeyguardExternalView$4: cyanogenmod.externalviews.KeyguardExternalView this$0 +io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy ERROR +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_updateNotificationGroup +io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: void onComplete() +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_EditText +wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.lang.String content +cyanogenmod.weather.WeatherLocation$Builder: cyanogenmod.weather.WeatherLocation$Builder setCountry(java.lang.String) +androidx.constraintlayout.widget.R$styleable: int GradientColor_android_startY +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$6: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 +com.google.android.material.R$attr: int saturation +androidx.constraintlayout.widget.R$attr: int flow_firstHorizontalStyle +androidx.preference.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding +james.adaptiveicon.R$layout: int abc_action_mode_bar +okhttp3.ResponseBody$1: okhttp3.MediaType contentType() +wangdaye.com.geometricweather.R$attr: int tint +com.turingtechnologies.materialscrollbar.R$id: int action_bar_title +okhttp3.OkHttpClient$1: void apply(okhttp3.ConnectionSpec,javax.net.ssl.SSLSocket,boolean) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setWeather(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean) +wangdaye.com.geometricweather.R$styleable: int[] BubbleSeekBar +okhttp3.Cache: int requestCount() +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: void setAdaptiveWidthEnabled(boolean) +okhttp3.internal.cache.CacheStrategy$Factory +com.turingtechnologies.materialscrollbar.R$id: int snackbar_text +androidx.preference.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated +com.google.android.material.R$style: int Widget_AppCompat_Light_PopupMenu +androidx.appcompat.R$anim: int btn_checkbox_to_unchecked_icon_null_animation +androidx.hilt.R$id: int normal +androidx.core.R$drawable: int notification_bg_normal +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: WeatherEntityDao(org.greenrobot.greendao.internal.DaoConfig) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_verticalStyle +okhttp3.internal.http2.Http2Stream: int id +io.reactivex.Observable: io.reactivex.Observable switchOnNextDelayError(io.reactivex.ObservableSource) +com.amap.api.fence.DistrictItem: java.lang.String c +com.google.android.material.R$styleable: int PropertySet_android_visibility +androidx.appcompat.R$style: int TextAppearance_AppCompat_Title +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getSo2() +wangdaye.com.geometricweather.db.entities.HistoryEntity +androidx.cardview.R$styleable: int[] CardView +com.tencent.bugly.crashreport.R$string: R$string() +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.lang.Integer cloudCover +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.internal.TableStatements statements +com.google.android.material.R$attr: int toolbarId +wangdaye.com.geometricweather.R$attr: int thumbColor +org.greenrobot.greendao.database.DatabaseOpenHelper: DatabaseOpenHelper(android.content.Context,java.lang.String,int) +com.jaredrummler.android.colorpicker.ColorPanelView: ColorPanelView(android.content.Context) +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Small_Inverse +com.google.android.material.R$styleable: int FlowLayout_lineSpacing +wangdaye.com.geometricweather.R$styleable: int[] AppCompatTextView +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_skipCollapsed +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: boolean isValid() +com.jaredrummler.android.colorpicker.R$attr: int arrowShaftLength +io.reactivex.Observable: io.reactivex.Observable distinct() +com.bumptech.glide.R$attr: int fontVariationSettings +wangdaye.com.geometricweather.R$attr: int tabPaddingTop +cyanogenmod.hardware.CMHardwareManager: java.util.List BOOLEAN_FEATURES +com.xw.repo.bubbleseekbar.R$id: int wrap_content +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: void setZh_TW(java.lang.String) +com.jaredrummler.android.colorpicker.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog +wangdaye.com.geometricweather.R$styleable: int[] AnimatedStateListDrawableCompat +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_suffixTextColor +androidx.lifecycle.extensions.R$styleable: int GradientColor_android_centerY +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: boolean isDisposed() +wangdaye.com.geometricweather.R$id: int item_about_library +com.google.android.material.R$styleable: int[] AnimatedStateListDrawableCompat +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onKeyguardDismissed +wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_showText +androidx.recyclerview.R$color: int secondary_text_default_material_light +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Imperial Imperial +org.greenrobot.greendao.AbstractDao: void attachEntity(java.lang.Object) +androidx.preference.R$color: int abc_tint_default +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionBar_TabView +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +okhttp3.internal.cache.DiskLruCache: void trimToSize() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemHeight +wangdaye.com.geometricweather.R$attr: int layout_goneMarginStart +com.jaredrummler.android.colorpicker.R$attr: int switchTextAppearance +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setContentDescription(java.lang.String) +com.google.android.material.button.MaterialButton +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: java.util.concurrent.atomic.AtomicBoolean shouldConnect +com.jaredrummler.android.colorpicker.R$id: int default_activity_button +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_layout +james.adaptiveicon.R$dimen: int abc_action_bar_icon_vertical_padding_material +com.xw.repo.bubbleseekbar.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 +com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_layout_behavior +androidx.appcompat.R$style: int Base_Widget_AppCompat_SearchView +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void windowUpdate(int,long) +android.didikee.donate.R$styleable: int AppCompatTheme_colorAccent +androidx.preference.R$style: int Widget_AppCompat_SearchView_ActionBar +wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_typeface +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Title_Inverse +okhttp3.OkHttpClient: int readTimeout +wangdaye.com.geometricweather.R$attr: int backgroundColorStart +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_AutoCompleteTextView +androidx.lifecycle.ProcessLifecycleOwner: void attach(android.content.Context) +androidx.transition.R$dimen: int notification_content_margin_start +okhttp3.internal.platform.JdkWithJettyBootPlatform$JettyNegoProvider: java.lang.String selected +androidx.appcompat.R$integer: int cancel_button_image_alpha +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$7: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: io.reactivex.Observer downstream +com.jaredrummler.android.colorpicker.R$attr: int seekBarStyle +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: io.reactivex.ObservableSource second +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX +androidx.preference.R$styleable: int Preference_widgetLayout +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setThunderstormPrecipitation(java.lang.Float) +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: java.lang.Object mLatest +io.reactivex.Observable: io.reactivex.Observable flatMapIterable(io.reactivex.functions.Function,io.reactivex.functions.BiFunction) +com.google.android.material.R$styleable: int ImageFilterView_crossfade +io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable: io.reactivex.Observer child +com.turingtechnologies.materialscrollbar.R$styleable: int CardView_contentPadding +androidx.hilt.work.R$drawable: int notification_bg_low_pressed +androidx.constraintlayout.widget.R$attr: int colorBackgroundFloating +com.google.android.material.R$styleable: int MenuView_subMenuArrow +wangdaye.com.geometricweather.R$drawable: int notif_temp_78 +okhttp3.internal.Util: java.lang.String hostHeader(okhttp3.HttpUrl,boolean) +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Button_Colored +james.adaptiveicon.R$attr: int colorControlNormal +com.google.android.material.R$styleable: int Constraint_constraint_referenced_ids +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: long serialVersionUID +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_checked +org.greenrobot.greendao.identityscope.IdentityScopeType: org.greenrobot.greendao.identityscope.IdentityScopeType None +androidx.hilt.work.R$style: int TextAppearance_Compat_Notification_Line2 +androidx.appcompat.widget.ContentFrameLayout: android.util.TypedValue getFixedHeightMinor() +androidx.appcompat.R$interpolator: int btn_radio_to_off_mtrl_animation_interpolator_0 +wangdaye.com.geometricweather.R$attr: int region_heightLessThan +wangdaye.com.geometricweather.R$style: int Base_V21_Theme_MaterialComponents_Light_Dialog +androidx.core.view.GestureDetectorCompat$GestureDetectorCompatImplJellybeanMr2: void setOnDoubleTapListener(android.view.GestureDetector$OnDoubleTapListener) +android.didikee.donate.R$style: int Widget_AppCompat_ListPopupWindow +james.adaptiveicon.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha +wangdaye.com.geometricweather.R$styleable: int MultiSelectListPreference_android_entries +com.turingtechnologies.materialscrollbar.R$dimen: int highlight_alpha_material_light +androidx.recyclerview.R$dimen: int notification_main_column_padding_top +cyanogenmod.externalviews.IExternalViewProvider: void onAttach(android.os.IBinder) +retrofit2.RequestBuilder$ContentTypeOverridingRequestBody: okhttp3.MediaType contentType +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: void onSubscribe(io.reactivex.disposables.Disposable) +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void dispose() +james.adaptiveicon.R$attr: int contentInsetLeft +io.reactivex.Observable: io.reactivex.Observable startWith(java.lang.Iterable) +wangdaye.com.geometricweather.R$styleable: int KeyCycle_wavePeriod +wangdaye.com.geometricweather.R$id: int widget_trend_hourly +androidx.viewpager2.widget.ViewPager2: void setLayoutDirection(int) +com.google.android.material.R$styleable: int AppCompatTheme_actionModeCloseDrawable +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_DialogWindowTitle_AppCompat +androidx.core.R$drawable: int notification_bg +androidx.preference.R$styleable: int DialogPreference_android_negativeButtonText +androidx.swiperefreshlayout.R$styleable: int GradientColor_android_gradientRadius +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult: java.util.List probabilityForecast +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property TotalPrecipitation +com.google.android.gms.internal.base.zai +io.reactivex.Observable: io.reactivex.Observable zip(java.lang.Iterable,io.reactivex.functions.Function) +androidx.constraintlayout.widget.R$integer +com.xw.repo.bubbleseekbar.R$style: int Platform_ThemeOverlay_AppCompat +io.reactivex.internal.util.VolatileSizeArrayList: java.lang.Object remove(int) +okhttp3.internal.http.HttpHeaders: java.util.Set varyFields(okhttp3.Response) +wangdaye.com.geometricweather.R$styleable: int RecyclerView_android_descendantFocusability +androidx.constraintlayout.widget.R$color: int switch_thumb_material_dark +androidx.constraintlayout.widget.R$color: int tooltip_background_dark +androidx.constraintlayout.widget.R$styleable: int Motion_transitionEasing +wangdaye.com.geometricweather.R$string: int mtrl_picker_range_header_only_start_selected +androidx.drawerlayout.R$styleable: int GradientColor_android_centerY +com.google.android.material.textfield.TextInputLayout: void setTextInputAccessibilityDelegate(com.google.android.material.textfield.TextInputLayout$AccessibilityDelegate) +androidx.appcompat.R$drawable: int abc_list_selector_holo_dark +androidx.loader.R$styleable: int GradientColor_android_type +android.didikee.donate.R$color: int secondary_text_default_material_dark +wangdaye.com.geometricweather.R$id: int activity_widget_config_blackTextTitle +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small +androidx.constraintlayout.widget.R$attr: int colorAccent +okio.Buffer: boolean request(long) +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_android_textOn +com.tencent.bugly.Bugly: android.content.Context applicationContext +android.didikee.donate.R$style: int Theme_AppCompat_Light +com.xw.repo.bubbleseekbar.R$attr: int windowFixedWidthMinor +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_APP_SWITCH_LONG_PRESS_ACTION_VALIDATOR +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_TabBar +androidx.recyclerview.R$styleable: int FontFamily_fontProviderFetchStrategy +androidx.hilt.work.R$styleable: int FontFamilyFont_android_font +wangdaye.com.geometricweather.remoteviews.config.Hilt_DailyTrendWidgetConfigActivity +androidx.constraintlayout.widget.R$drawable: int abc_ic_menu_share_mtrl_alpha +wangdaye.com.geometricweather.R$layout: int material_timepicker +com.google.android.material.chip.Chip: void setEnsureMinTouchTargetSize(boolean) +com.google.android.material.R$styleable: int[] AppCompatTextHelper +androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_marginEnd +androidx.preference.R$color: int foreground_material_light +com.google.android.material.R$styleable: int[] KeyTimeCycle +com.tencent.bugly.proguard.u: long a(int) +retrofit2.http.POST: java.lang.String value() +okhttp3.internal.http2.Http2Connection: void pushResetLater(int,okhttp3.internal.http2.ErrorCode) +androidx.preference.R$dimen: int preference_seekbar_padding_vertical +com.jaredrummler.android.colorpicker.R$color: int abc_btn_colored_borderless_text_material +com.xw.repo.bubbleseekbar.R$string: int abc_menu_sym_shortcut_label +wangdaye.com.geometricweather.R$attr: int textAppearanceListItemSecondary +okhttp3.OkHttpClient$Builder: boolean followSslRedirects +cyanogenmod.providers.CMSettings$Global: java.lang.String getStringForUser(android.content.ContentResolver,java.lang.String,int) +com.tencent.bugly.proguard.i: java.lang.Object[] a(java.lang.Object[],int,boolean) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property RagweedDescription +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Large +io.reactivex.disposables.ReferenceDisposable +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintWidth_max +okhttp3.internal.cache.DiskLruCache$3: java.lang.Object next() +cyanogenmod.weather.WeatherLocation$Builder: java.lang.String mPostal +okhttp3.Request$Builder: java.lang.String method +androidx.constraintlayout.widget.R$id: int scrollIndicatorUp +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_strokeColor +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: java.lang.String url +cyanogenmod.weather.WeatherInfo$DayForecast: WeatherInfo$DayForecast() +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: int leftIndex +wangdaye.com.geometricweather.R$id: int withinBounds wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit: java.lang.String unitAbbreviation -wangdaye.com.geometricweather.db.entities.LocationEntity: LocationEntity() -androidx.appcompat.R$styleable: int ActionBar_popupTheme -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat -cyanogenmod.externalviews.ExternalView$7: cyanogenmod.externalviews.ExternalView this$0 -androidx.dynamicanimation.R$styleable: int ColorStateListItem_android_color -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_android_minHeight -com.tencent.bugly.proguard.z: java.lang.String a(java.io.File,int,boolean) -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge -com.bumptech.glide.R$attr: int fontWeight -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_ws -com.jaredrummler.android.colorpicker.R$id: int transparency_layout -com.turingtechnologies.materialscrollbar.R$attr: int homeLayout -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_barThickness -wangdaye.com.geometricweather.R$attr: int shapeAppearanceSmallComponent -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipStrokeColor -androidx.fragment.R$color: int notification_icon_bg_color -okhttp3.internal.http2.Http2Connection$ReaderRunnable$2: okhttp3.internal.http2.Settings val$settings -androidx.loader.R$dimen: int notification_top_pad_large_text -com.turingtechnologies.materialscrollbar.R$dimen: int compat_button_padding_horizontal_material -com.amap.api.location.AMapLocation: int getLocationType() -okio.Pipe$PipeSource: okio.Timeout timeout() -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setAqiIndex(java.lang.Integer) -wangdaye.com.geometricweather.R$id: int SHOW_PATH -com.google.android.material.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle -androidx.hilt.work.R$anim: R$anim() -com.turingtechnologies.materialscrollbar.CustomIndicator: CustomIndicator(android.content.Context) -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: ObservableRange$RangeDisposable(io.reactivex.Observer,long,long) -james.adaptiveicon.R$styleable: int SwitchCompat_switchPadding -com.google.android.gms.common.server.response.FastJsonResponse$Field -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver -wangdaye.com.geometricweather.R$attr: int minHeight -wangdaye.com.geometricweather.R$attr: int tooltipStyle -com.google.android.material.bottomappbar.BottomAppBar: float getFabCradleRoundedCornerRadius() -wangdaye.com.geometricweather.R$attr: int homeLayout -okhttp3.MultipartBody: okhttp3.MediaType PARALLEL -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: android.graphics.Rect getWindowInsets() -androidx.constraintlayout.widget.R$attr: int layout_constraintVertical_chainStyle -androidx.loader.R$dimen: int compat_button_padding_vertical_material -wangdaye.com.geometricweather.settings.dialogs.WechatDonateDialog -james.adaptiveicon.R$styleable: int DrawerArrowToggle_barLength -androidx.coordinatorlayout.R$style -androidx.constraintlayout.widget.VirtualLayout: VirtualLayout(android.content.Context) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric Metric -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored -wangdaye.com.geometricweather.R$id: int src_in -com.amap.api.location.AMapLocationClientOption: java.lang.Object clone() -io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: long serialVersionUID -com.google.android.material.R$styleable: int[] AppCompatTextView -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_57 -com.turingtechnologies.materialscrollbar.R$id: int line1 -androidx.preference.R$attr: int order -androidx.appcompat.R$style: int Theme_AppCompat_DayNight_DarkActionBar -wangdaye.com.geometricweather.R$anim: int design_bottom_sheet_slide_in -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_action_padding -okhttp3.internal.http2.Http2Codec$StreamFinishingSource -okhttp3.HttpUrl$Builder: int port -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.WeatherIconControlView: WeatherIconControlView(android.content.Context,android.util.AttributeSet,int) -androidx.constraintlayout.widget.R$attr: int windowNoTitle -com.bumptech.glide.Registry$MissingComponentException -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getUniqueDeviceId -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeThunderstormPrecipitationProbability -com.turingtechnologies.materialscrollbar.R$id: int text2 -okhttp3.OkHttpClient: javax.net.SocketFactory socketFactory -cyanogenmod.app.CustomTile: boolean collapsePanel -com.turingtechnologies.materialscrollbar.R$id: int tag_transition_group -androidx.preference.R$styleable: int View_android_focusable -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_voiceIcon -androidx.appcompat.R$styleable: int AppCompatTheme_actionModeCloseDrawable -com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String _ID -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: io.reactivex.internal.util.AtomicThrowable error -android.didikee.donate.R$color: int abc_hint_foreground_material_dark -wangdaye.com.geometricweather.R$string: int path_password_eye -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_Button -wangdaye.com.geometricweather.R$anim: int abc_tooltip_exit -com.github.rahatarmanahmed.cpv.R$dimen -wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle getInstance(java.lang.String) -androidx.constraintlayout.widget.R$style: int Base_V26_Theme_AppCompat -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.WeatherEntityDao getWeatherEntityDao() -james.adaptiveicon.R$styleable: int AppCompatTheme_searchViewStyle -cyanogenmod.providers.CMSettings$Secure: CMSettings$Secure() -androidx.coordinatorlayout.R$color -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Ice: double Value -com.google.android.material.chip.ChipGroup: void setChipSpacingVerticalResource(int) -okio.RealBufferedSource: long readLong() -com.tencent.bugly.proguard.ai -james.adaptiveicon.R$styleable: int TextAppearance_textLocale +androidx.coordinatorlayout.R$id: int tag_unhandled_key_listeners +okhttp3.internal.ws.WebSocketWriter: void writeClose(int,okio.ByteString) +com.google.android.material.chip.ChipGroup: ChipGroup(android.content.Context) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomNavigationView_Colored +wangdaye.com.geometricweather.R$attr: int title +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeRealFeelShaderTemperature +com.tencent.bugly.proguard.ah +androidx.swiperefreshlayout.R$layout: int notification_template_part_chronometer +androidx.preference.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_1 +com.google.android.material.tabs.TabLayout$TabView: int getContentWidth() +wangdaye.com.geometricweather.R$dimen: int design_fab_size_mini +com.xw.repo.bubbleseekbar.R$attr: int subtitleTextStyle +wangdaye.com.geometricweather.R$attr: int isLightTheme +okio.Okio$3: void close() +androidx.preference.R$style: int Widget_AppCompat_PopupMenu_Overflow +com.bumptech.glide.R$styleable: int FontFamilyFont_fontStyle +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ExtendedFloatingActionButton_Icon +com.google.android.material.R$attr: int textStartPadding +okhttp3.internal.http1.Http1Codec$FixedLengthSink: okhttp3.internal.http1.Http1Codec this$0 +com.amap.api.location.AMapLocation: int a(com.amap.api.location.AMapLocation,int) +androidx.preference.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: int getSubTextColorResId() +androidx.coordinatorlayout.R$drawable: int notification_icon_background +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property Time +com.turingtechnologies.materialscrollbar.R$attr: int coordinatorLayoutStyle +androidx.constraintlayout.widget.R$drawable: int abc_menu_hardkey_panel_mtrl_mult +com.tencent.bugly.crashreport.common.strategy.StrategyBean: java.util.Map v +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setWeather(java.lang.String) +com.xw.repo.bubbleseekbar.R$attr: int titleMarginEnd +com.google.android.material.tabs.TabLayout: int getTabScrollRange() +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setCloudCover(java.lang.Integer) +com.google.android.material.R$styleable: int Constraint_barrierMargin +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: MaterialWeatherView(android.content.Context,android.util.AttributeSet) +io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver +androidx.preference.R$attr: int ttcIndex +androidx.recyclerview.widget.RecyclerView +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintStart_toStartOf +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_disableDependentsState +okhttp3.EventListener: void callStart(okhttp3.Call) +androidx.fragment.R$dimen: int notification_large_icon_width +androidx.lifecycle.extensions.R$styleable: int GradientColorItem_android_color +retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder validateEagerly(boolean) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: void setNames(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean) +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs: AtmoAuraQAResult$MultiDaysIndexs() +com.google.android.material.R$id: int parentPanel +com.jaredrummler.android.colorpicker.R$style: int Base_Animation_AppCompat_DropDownUp +wangdaye.com.geometricweather.R$drawable: int weather_clear_day_2 +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_day_width +io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: long serialVersionUID +com.turingtechnologies.materialscrollbar.R$id: int search_src_text +cyanogenmod.providers.WeatherContract: java.lang.String AUTHORITY +io.reactivex.internal.observers.LambdaObserver: io.reactivex.functions.Consumer onNext +androidx.constraintlayout.widget.R$attr: int colorControlActivated +com.tencent.bugly.crashreport.crash.c: java.lang.String j +androidx.viewpager.R$styleable: int FontFamilyFont_fontVariationSettings +androidx.fragment.R$dimen: int notification_top_pad_large_text +wangdaye.com.geometricweather.R$styleable: int[] MaterialAutoCompleteTextView +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: boolean done +androidx.constraintlayout.utils.widget.ImageFilterButton: void setBrightness(float) +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query +wangdaye.com.geometricweather.R$drawable: int notif_temp_102 +androidx.constraintlayout.widget.R$color: int abc_primary_text_material_dark +okio.Buffer: void readFully(byte[]) +retrofit2.CallAdapter$Factory: retrofit2.CallAdapter get(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) +wangdaye.com.geometricweather.R$layout: int item_weather_icon +okhttp3.Dispatcher: void finished(okhttp3.RealCall) +wangdaye.com.geometricweather.R$attr: int textAppearanceLargePopupMenu +com.google.gson.internal.$Gson$Types$WildcardTypeImpl: java.lang.String toString() +android.didikee.donate.R$style: int Base_Widget_AppCompat_SeekBar +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer apparentTemperature +okhttp3.internal.http1.Http1Codec$ChunkedSink: void flush() +okhttp3.Cache$Entry: boolean isHttps() +wangdaye.com.geometricweather.db.entities.DailyEntity: float hoursOfSun +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintCircleAngle +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean registerThermalListener(cyanogenmod.hardware.IThermalListenerCallback) +com.google.android.material.R$dimen: int compat_button_padding_vertical_material +com.tencent.bugly.crashreport.common.info.a: java.lang.String f +com.turingtechnologies.materialscrollbar.R$attr: int lastBaselineToBottomHeight +wangdaye.com.geometricweather.main.dialogs.LearnMoreAboutResidentLocationDialog: LearnMoreAboutResidentLocationDialog() +androidx.constraintlayout.utils.widget.ImageFilterView: void setWarmth(float) +com.google.android.material.R$styleable: int MaterialButton_android_insetRight +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: void onComplete() +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: long serialVersionUID +androidx.appcompat.widget.AppCompatRadioButton: void setSupportButtonTintMode(android.graphics.PorterDuff$Mode) +androidx.preference.R$style: int Widget_AppCompat_Light_ActionButton_Overflow +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_searchViewStyle +james.adaptiveicon.R$layout: int abc_action_menu_layout +cyanogenmod.app.IProfileManager: cyanogenmod.app.Profile getActiveProfile() +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_fixed_width_major +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_iconPadding +androidx.preference.R$attr: int textColorSearchUrl +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Ice: java.lang.String Unit +wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String getCity() +wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_dayNightTypeTitle +okio.Buffer: int write(java.nio.ByteBuffer) +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: void subscribe() +com.google.android.material.R$styleable: int AnimatedStateListDrawableCompat_android_visible +androidx.preference.R$style: int Widget_AppCompat_CompoundButton_CheckBox +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 +retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter: java.lang.reflect.Type responseType() +androidx.appcompat.R$attr: int actionBarDivider +androidx.constraintlayout.widget.R$attr: int dividerPadding +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getWindSpeedEnd() +wangdaye.com.geometricweather.R$color: int abc_tint_btn_checkable +wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_rightToLeft +wangdaye.com.geometricweather.R$styleable: int[] ChipGroup +wangdaye.com.geometricweather.R$styleable: int Chip_chipIconVisible +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_TabText +androidx.appcompat.widget.ContentFrameLayout: ContentFrameLayout(android.content.Context,android.util.AttributeSet,int) +androidx.appcompat.R$styleable: int AnimatedStateListDrawableCompat_android_visible +com.google.gson.stream.JsonReader: int peekKeyword() +okhttp3.internal.http1.Http1Codec: long headerLimit +cyanogenmod.app.PartnerInterface: int ZEN_MODE_IMPORTANT_INTERRUPTIONS +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Badge +com.google.android.material.tabs.TabLayout$TabView: com.google.android.material.badge.BadgeDrawable getBadge() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric +androidx.loader.R$color: R$color() +wangdaye.com.geometricweather.R$layout: int notification_action +com.google.android.material.textfield.TextInputLayout: void setPrefixTextColor(android.content.res.ColorStateList) +com.turingtechnologies.materialscrollbar.R$attr: int tabIndicatorGravity +wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_dayNightTypeSpinner +com.tencent.bugly.crashreport.crash.c: android.content.Context q +io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: FlowableOnBackpressureError$BackpressureErrorSubscriber(org.reactivestreams.Subscriber) +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored +wangdaye.com.geometricweather.R$styleable: int[] ThemeEnforcement +com.google.android.material.R$styleable: int Motion_motionStagger +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilityRain rain +com.amap.api.fence.GeoFence: int e +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_expandedOffset +com.jaredrummler.android.colorpicker.R$id: int notification_background +okhttp3.internal.http.HttpHeaders: boolean hasVaryAll(okhttp3.Headers) +com.google.android.material.R$attr: int behavior_peekHeight +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: void setUnit(java.lang.String) +com.amap.api.location.AMapLocation: java.lang.String z +androidx.constraintlayout.widget.R$attr: int roundPercent +okhttp3.Cookie: okhttp3.Cookie parse(okhttp3.HttpUrl,java.lang.String) +cyanogenmod.weather.WeatherInfo: WeatherInfo() +okhttp3.internal.Util$2: java.lang.String val$name +androidx.legacy.coreutils.R$id: int line1 +com.google.android.material.R$styleable: int TextInputLayout_startIconDrawable +com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getThumbStrokeColor() +cyanogenmod.app.CustomTileListenerService: java.lang.String TAG +com.github.rahatarmanahmed.cpv.CircularProgressView$9: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 +wangdaye.com.geometricweather.R$attr: int prefixTextAppearance +okio.BufferedSink: okio.BufferedSink writeByte(int) +androidx.drawerlayout.R$attr: int fontProviderQuery +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.String windIcon +com.turingtechnologies.materialscrollbar.CustomIndicator: int getIndicatorHeight() +com.jaredrummler.android.colorpicker.R$attr: int navigationIcon +cyanogenmod.providers.CMSettings$System: boolean putFloat(android.content.ContentResolver,java.lang.String,float) +androidx.appcompat.widget.Toolbar: void setContentInsetStartWithNavigation(int) +com.google.android.material.R$styleable: int KeyTrigger_motion_postLayoutCollision +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_percent +com.google.android.material.R$layout: int abc_list_menu_item_icon +okhttp3.internal.connection.RealConnection: okhttp3.Request createTunnel(int,int,okhttp3.Request,okhttp3.HttpUrl) +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: long serialVersionUID +io.reactivex.internal.util.VolatileSizeArrayList: boolean removeAll(java.util.Collection) +cyanogenmod.weather.WeatherInfo$DayForecast$Builder: cyanogenmod.weather.WeatherInfo$DayForecast$Builder setHigh(double) +retrofit2.RequestBuilder$ContentTypeOverridingRequestBody +com.tencent.bugly.crashreport.crash.anr.b: b(android.content.Context,com.tencent.bugly.crashreport.common.strategy.a,com.tencent.bugly.crashreport.common.info.a,com.tencent.bugly.proguard.w,com.tencent.bugly.crashreport.crash.b) +androidx.loader.R$id: int notification_background +androidx.preference.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary +wangdaye.com.geometricweather.R$attr: int contentInsetRight +androidx.appcompat.widget.AppCompatCheckBox: AppCompatCheckBox(android.content.Context) +androidx.vectordrawable.R$id: int accessibility_custom_action_0 +com.google.android.material.appbar.CollapsingToolbarLayout: void setCollapsedTitleTextColor(android.content.res.ColorStateList) +com.tencent.bugly.proguard.i: i(byte[],int) +com.google.android.material.slider.BaseSlider: int getTrackSidePadding() +androidx.constraintlayout.widget.R$attr: int constraints +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: org.reactivestreams.Subscriber downstream +com.turingtechnologies.materialscrollbar.R$styleable: int ButtonBarLayout_allowStacking +io.reactivex.internal.subscriptions.SubscriptionArbiter: boolean isCancelled() +com.google.android.material.R$attr: int percentWidth +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation +cyanogenmod.app.Profile: void setTrigger(cyanogenmod.app.Profile$ProfileTrigger) +wangdaye.com.geometricweather.R$attr: int cardCornerRadius +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: java.lang.String getPubTime() +com.tencent.bugly.proguard.ad: byte[] b(byte[]) +com.tencent.bugly.proguard.b: b(java.lang.Exception) +io.reactivex.exceptions.CompositeException +com.jaredrummler.android.colorpicker.R$id: int edit_query +wangdaye.com.geometricweather.R$style: int Test_Theme_MaterialComponents_MaterialCalendar +cyanogenmod.profiles.AirplaneModeSettings: AirplaneModeSettings() +com.baidu.location.indoor.mapversion.c.c$b: double c +com.baidu.location.e.o: java.util.List a(org.json.JSONObject,java.lang.String,int) +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_homeLayout +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintLeft_creator +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void trySchedule() +androidx.hilt.lifecycle.R$styleable: int[] FontFamily +wangdaye.com.geometricweather.common.basic.models.weather.WindDegree: float getDegree() +androidx.hilt.work.R$anim: int fragment_open_exit +james.adaptiveicon.R$attr: int textColorSearchUrl +wangdaye.com.geometricweather.R$dimen: int design_navigation_separator_vertical_padding +okhttp3.MultipartBody: okhttp3.MediaType originalType +wangdaye.com.geometricweather.R$attr: int layout_keyline +com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges +com.google.android.material.R$styleable: int Chip_android_ellipsize +com.bumptech.glide.integration.okhttp.R$string: R$string() +cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_AUTO_OUTDOOR_MODE +android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown +android.didikee.donate.R$styleable: int AppCompatTheme_alertDialogTheme +wangdaye.com.geometricweather.R$id: int wrap +retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback: retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter this$0 +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Pm25 +com.google.android.material.R$id: int decor_content_parent +wangdaye.com.geometricweather.common.ui.widgets.DrawerLayout: DrawerLayout(android.content.Context,android.util.AttributeSet) +androidx.drawerlayout.R$styleable: int GradientColor_android_endX +androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy: ConstraintProxy$NetworkStateProxy() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: CaiYunMainlyResult$IndicesBeanX$IndicesBean() +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setEnabled(boolean) +androidx.work.R$attr: int fontProviderPackage +androidx.appcompat.resources.R$dimen: int notification_action_text_size +com.google.android.material.R$attr: int measureWithLargestChild +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHorizontal_chainStyle +androidx.appcompat.R$styleable: int MenuGroup_android_enabled +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog +okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RouteSelector$Selection routeSelection +okhttp3.Cache$2: java.lang.Object next() +okhttp3.internal.http.RealInterceptorChain: okhttp3.Call call +com.tencent.bugly.crashreport.common.strategy.a: void a(long) +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor LIGHT +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA +com.google.android.material.R$styleable: int Chip_chipBackgroundColor +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: boolean isDisposed() +io.reactivex.subjects.PublishSubject$PublishDisposable: void onError(java.lang.Throwable) +androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerView$LayoutManager getLayoutManager() +androidx.lifecycle.LifecycleRegistry: void forwardPass(androidx.lifecycle.LifecycleOwner) +androidx.preference.R$id: int tag_unhandled_key_event_manager +com.amap.api.location.LocationManagerBase: void disableBackgroundLocation(boolean) +wangdaye.com.geometricweather.R$styleable: int KeyPosition_sizePercent +cyanogenmod.app.CustomTile: int icon +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeCutDrawable +wangdaye.com.geometricweather.common.basic.models.weather.Alert: void deduplication(java.util.List) +androidx.preference.R$attr: int ratingBarStyle +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getDisplayModes +androidx.viewpager.R$styleable: int GradientColor_android_centerColor +androidx.activity.R$id: int accessibility_custom_action_16 +androidx.swiperefreshlayout.R$string: R$string() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: CaiYunMainlyResult$ForecastDailyBean() +com.tencent.bugly.crashreport.common.info.b: int l(android.content.Context) +io.reactivex.internal.subscriptions.SubscriptionArbiter: void drain() +com.tencent.bugly.proguard.z: java.lang.String a() +androidx.legacy.coreutils.R$styleable: int GradientColor_android_centerColor +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_show_progress_in_float +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: void cancel(io.reactivex.internal.queue.SpscLinkedArrayQueue,io.reactivex.internal.queue.SpscLinkedArrayQueue) +wangdaye.com.geometricweather.R$attr: int layout_scrollFlags +com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_switch_to_on_mtrl_00001 +cyanogenmod.profiles.RingModeSettings: void writeToParcel(android.os.Parcel,int) +androidx.constraintlayout.widget.R$color: int bright_foreground_material_light +android.didikee.donate.R$styleable: int AppCompatTheme_windowMinWidthMajor +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String originUrl +androidx.appcompat.R$style: int Widget_AppCompat_ActionBar_Solid +androidx.appcompat.widget.AppCompatSpinner$SavedState: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$drawable: int ic_temperature_fahrenheit +com.tencent.bugly.proguard.j: void a(java.util.Map,int) +com.turingtechnologies.materialscrollbar.DragScrollBar: float getHandleOffset() +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabMode +wangdaye.com.geometricweather.R$attr: int onHide +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: ObservableTimeoutTimed$TimeoutFallbackObserver(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler$Worker,io.reactivex.ObservableSource) +com.tencent.bugly.crashreport.CrashReport: java.util.Map getSdkExtraData(android.content.Context) +com.google.android.material.slider.BaseSlider: float getValueOfTouchPosition() +androidx.appcompat.R$style: int Base_Widget_AppCompat_RatingBar +android.didikee.donate.R$layout: int abc_activity_chooser_view +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getCo() +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle +okhttp3.internal.Util: java.nio.charset.Charset UTF_32_LE +com.google.android.material.appbar.CollapsingToolbarLayout: void setMaxLines(int) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_19 +androidx.coordinatorlayout.R$dimen: int compat_notification_large_icon_max_height +com.google.android.material.R$styleable: int AlertDialog_listItemLayout +cyanogenmod.themes.ThemeManager$1: ThemeManager$1(cyanogenmod.themes.ThemeManager) +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_alterWindow +cyanogenmod.app.CustomTile: android.app.PendingIntent onClick +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String getMilliMetersTextWithoutUnit(float) +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle +com.turingtechnologies.materialscrollbar.R$layout: R$layout() +androidx.preference.R$style: int Base_V7_Theme_AppCompat_Dialog +okhttp3.HttpUrl: okhttp3.HttpUrl get(java.net.URL) +com.xw.repo.bubbleseekbar.R$color: int secondary_text_disabled_material_light +james.adaptiveicon.R$id: int action_bar_subtitle +android.didikee.donate.R$styleable: int ActionBar_indeterminateProgressStyle +com.turingtechnologies.materialscrollbar.R$attr: int paddingStart +androidx.vectordrawable.animated.R$styleable: int GradientColorItem_android_offset +androidx.constraintlayout.widget.R$dimen: int notification_subtext_size +io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: int limit +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_FONTS +com.tencent.bugly.crashreport.crash.d: android.content.Context e +androidx.appcompat.R$styleable: int CompoundButton_buttonCompat +okhttp3.MultipartBody: java.util.List parts +androidx.recyclerview.R$dimen: int notification_right_side_padding_top +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Body1 +io.reactivex.Observable: io.reactivex.Observable throttleLatest(long,java.util.concurrent.TimeUnit,boolean) +androidx.customview.R$styleable: int[] FontFamilyFont +com.turingtechnologies.materialscrollbar.R$color: int secondary_text_default_material_light +androidx.core.R$id: int accessibility_custom_action_2 +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintDimensionRatio +wangdaye.com.geometricweather.R$attr: int brightness +com.google.android.material.appbar.MaterialToolbar: MaterialToolbar(android.content.Context) +com.turingtechnologies.materialscrollbar.R$layout +wangdaye.com.geometricweather.R$attr: int content +wangdaye.com.geometricweather.R$id: int textinput_placeholder +retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter: java.util.concurrent.CompletableFuture adapt(retrofit2.Call) +com.turingtechnologies.materialscrollbar.R$attr: int chipMinHeight +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_paddingLeft +com.bumptech.glide.integration.okhttp.R$drawable: int notification_tile_bg +okhttp3.internal.http2.Http2Reader$Handler: void pushPromise(int,int,java.util.List) +cyanogenmod.platform.R$string +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonStyle +com.tencent.bugly.proguard.am: java.lang.String b +wangdaye.com.geometricweather.R$id: int widget_day_week_week_4 +com.google.android.material.chip.Chip: void setChipIconResource(int) +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: DailyTrendItemView(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$layout: int test_action_chip +com.google.android.material.R$anim: int btn_radio_to_on_mtrl_dot_group_animation +okhttp3.Cache: void abortQuietly(okhttp3.internal.cache.DiskLruCache$Editor) +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.lang.Integer rainHazard6h +com.google.android.material.R$styleable: int TabLayout_tabIconTintMode +cyanogenmod.weather.IRequestInfoListener$Stub$Proxy: android.os.IBinder mRemote +androidx.appcompat.R$styleable: int SwitchCompat_splitTrack +okhttp3.internal.Util$2: java.lang.Thread newThread(java.lang.Runnable) +androidx.constraintlayout.widget.R$dimen: int abc_dialog_fixed_width_major +io.reactivex.internal.util.ExceptionHelper$Termination: java.lang.Throwable fillInStackTrace() +wangdaye.com.geometricweather.R$attr: int textAppearanceOverline +com.google.android.material.R$attr: int layout_constraintWidth_default +com.turingtechnologies.materialscrollbar.R$attr: int titleMargin +wangdaye.com.geometricweather.R$drawable: int notification_bg_normal +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningConsequence: int phenomenoMaxColorId +com.turingtechnologies.materialscrollbar.R$attr: int checkedIcon +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintLeft_creator +androidx.preference.R$drawable: int abc_ic_star_half_black_36dp +wangdaye.com.geometricweather.R$id: int item_card_display_deleteBtn +okhttp3.internal.http2.Http2: byte TYPE_PRIORITY +com.google.android.material.R$styleable: int TextInputLayout_boxStrokeErrorColor +com.tencent.bugly.crashreport.biz.UserInfoBean: long e +com.google.android.material.R$styleable: int TextInputLayout_endIconTintMode +cyanogenmod.power.IPerformanceManager$Stub: android.os.IBinder asBinder() +com.google.android.material.R$id: int material_clock_hand +wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_layout_behavior +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: long EpochTime +okhttp3.EventListener$1: EventListener$1() +androidx.recyclerview.R$id: int accessibility_custom_action_9 +com.jaredrummler.android.colorpicker.R$attr: int submitBackground +cyanogenmod.providers.CMSettings$Secure: int RING_HOME_BUTTON_BEHAVIOR_ANSWER +androidx.constraintlayout.widget.R$id: int action_container +android.didikee.donate.R$styleable: int AppCompatTheme_actionModeCutDrawable +io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: java.lang.String Phase +androidx.viewpager2.R$dimen: int compat_button_inset_vertical_material +androidx.preference.R$attr: int thickness +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_mini_xml +io.reactivex.Observable: io.reactivex.Observable buffer(io.reactivex.ObservableSource,int) +androidx.customview.R$styleable: int GradientColor_android_startX +androidx.lifecycle.extensions.R$dimen: int notification_right_icon_size +com.tencent.bugly.proguard.u: void a(long,boolean) +cyanogenmod.externalviews.KeyguardExternalView: void registerKeyguardExternalViewCallback(cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks) +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: boolean checkTerminated(boolean,boolean,org.reactivestreams.Subscriber) +retrofit2.RequestBuilder: okhttp3.Request$Builder requestBuilder +wangdaye.com.geometricweather.R$attr: int layout_constraintCircle +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Float tMin +okhttp3.internal.cache.CacheStrategy$Factory: okhttp3.Request request +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabMaxWidth +cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator access$000() +android.didikee.donate.R$styleable: int MenuItem_numericModifiers +androidx.drawerlayout.R$dimen: int compat_notification_large_icon_max_width +wangdaye.com.geometricweather.R$attr: int selectableItemBackground +wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: void setNightIndicatorRotation(float) +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: void onComplete() +com.xw.repo.bubbleseekbar.R$attr: int fontVariationSettings +androidx.customview.R$dimen: int notification_content_margin_start +james.adaptiveicon.R$style: int Base_V21_Theme_AppCompat +androidx.lifecycle.MethodCallsLogger +android.didikee.donate.R$attr: int windowMinWidthMajor +com.tencent.bugly.proguard.ak: boolean u +okio.Buffer: byte getByte(long) +com.turingtechnologies.materialscrollbar.R$color: int background_material_dark +wangdaye.com.geometricweather.R$styleable: int ArcProgress_progress +androidx.appcompat.R$style: int Widget_AppCompat_Light_PopupMenu +com.google.android.material.R$attr: int percentX +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_goneMarginStart +cyanogenmod.platform.Manifest$permission: java.lang.String PUBLISH_CUSTOM_TILE +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: void onComplete() +androidx.appcompat.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property WeatherCode +com.google.android.material.R$integer: int abc_config_activityShortDur +james.adaptiveicon.R$dimen: int abc_button_inset_vertical_material +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarSplitStyle +wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_10 +io.reactivex.internal.operators.observable.ObservableReplay$Node: java.lang.Object value +wangdaye.com.geometricweather.R$style: int Preference_DialogPreference_EditTextPreference_Material +james.adaptiveicon.R$styleable: int ActionBar_icon +com.google.android.material.R$drawable: int abc_text_select_handle_right_mtrl_light wangdaye.com.geometricweather.R$attr: int layout_goneMarginLeft -com.google.android.material.R$attr: int cornerSize +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionBar_TabText +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow +com.google.android.material.R$styleable: int[] AnimatedStateListDrawableTransition +retrofit2.ParameterHandler$PartMap: void apply(retrofit2.RequestBuilder,java.lang.Object) +com.google.android.material.internal.ScrimInsetsFrameLayout +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_begin +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float co +com.turingtechnologies.materialscrollbar.R$attr: int editTextColor +com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding +androidx.constraintlayout.widget.R$color: int material_deep_teal_500 +okhttp3.internal.http2.Http2Codec: okio.Sink createRequestBody(okhttp3.Request,long) +androidx.constraintlayout.widget.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset +com.google.android.material.R$id: int mtrl_calendar_day_selector_frame +androidx.appcompat.R$dimen: int compat_notification_large_icon_max_width +androidx.preference.R$id: int select_dialog_listview +okhttp3.internal.http1.Http1Codec: okio.Sink newChunkedSink() +wangdaye.com.geometricweather.R$styleable: int Layout_minHeight +com.google.android.material.card.MaterialCardView: void setCheckedIconResource(int) +androidx.appcompat.R$style: int Platform_V25_AppCompat +androidx.constraintlayout.widget.R$attr: int arrowShaftLength +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintLeft_creator +com.google.android.material.chip.Chip: void setTextAppearance(int) +wangdaye.com.geometricweather.R$styleable: int Tooltip_backgroundTint +androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State DESTROYED +androidx.loader.R$id: R$id() +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_thumb_radius_on_dragging +com.google.android.material.chip.Chip: void setChecked(boolean) +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Dialog_Alert +wangdaye.com.geometricweather.R$style: int Base_V26_Theme_AppCompat +androidx.hilt.lifecycle.R$style: int TextAppearance_Compat_Notification_Title +com.google.android.material.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem +androidx.activity.R$styleable: int FontFamilyFont_android_fontVariationSettings +okhttp3.internal.http2.Http2: byte FLAG_END_PUSH_PROMISE +com.turingtechnologies.materialscrollbar.R$id: int icon +androidx.core.R$dimen: R$dimen() +com.bumptech.glide.load.engine.GlideException +com.jaredrummler.android.colorpicker.R$attr: int isLightTheme +com.tencent.bugly.proguard.w +com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_switch_to_on_mtrl_00001 +okhttp3.CipherSuite: java.lang.String secondaryName(java.lang.String) +wangdaye.com.geometricweather.R$color: int secondary_text_disabled_material_dark +okhttp3.internal.cache.DiskLruCache: void validateKey(java.lang.String) +com.turingtechnologies.materialscrollbar.R$attr: int titleMargins +com.google.android.material.R$attr: int indicatorCornerRadius +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_autoSizeStepGranularity +io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: java.lang.Object getAndNullValue() +james.adaptiveicon.R$attr: int progressBarPadding +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintCircleAngle +com.jaredrummler.android.colorpicker.R$color: int primary_text_default_material_dark +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: ChineseCityEntityDao$Properties() +okhttp3.Address: java.util.List protocols +com.turingtechnologies.materialscrollbar.R$dimen: int notification_top_pad +com.tencent.bugly.crashreport.crash.e: com.tencent.bugly.crashreport.common.strategy.a c +cyanogenmod.providers.CMSettings$System: java.lang.String NAVIGATION_BAR_MENU_ARROW_KEYS +androidx.appcompat.R$styleable: int Toolbar_navigationContentDescription +com.google.android.material.slider.Slider: float getValueTo() +androidx.vectordrawable.R$layout: int notification_template_custom_big +cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType USER_REQUEST +com.tencent.bugly.crashreport.biz.b: int c +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_buttonGravity +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Metric: double Value +com.google.android.material.chip.Chip: float getChipMinHeight() +com.turingtechnologies.materialscrollbar.R$id: int design_menu_item_action_area +wangdaye.com.geometricweather.R$styleable: int Constraint_android_orientation +okhttp3.internal.ws.WebSocketWriter$FrameSink: void write(okio.Buffer,long) +com.google.android.material.slider.RangeSlider: void setThumbRadius(int) +androidx.viewpager.R$id: int right_icon +androidx.work.NetworkType: androidx.work.NetworkType CONNECTED +wangdaye.com.geometricweather.R$dimen: int current_weather_icon_container_size +cyanogenmod.providers.CMSettings$Secure: boolean putIntForUser(android.content.ContentResolver,java.lang.String,int,int) +wangdaye.com.geometricweather.R$drawable: int notif_temp_122 +cyanogenmod.hardware.CMHardwareManager: boolean requireAdaptiveBacklightForSunlightEnhancement() +com.xw.repo.bubbleseekbar.R$id: int forever +com.google.android.gms.common.SupportErrorDialogFragment +wangdaye.com.geometricweather.R$string: int key_temperature_unit +androidx.preference.R$color: int abc_search_url_text_normal +androidx.preference.R$attr: int contentInsetEndWithActions +wangdaye.com.geometricweather.R$attr: int maxAcceleration +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActivityChooserView +com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver: android.content.Context b +james.adaptiveicon.R$styleable: int AppCompatTextView_autoSizeMaxTextSize +okhttp3.internal.Util: okio.ByteString UTF_16_LE_BOM +android.didikee.donate.R$styleable: int SearchView_queryBackground +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_endIconTintMode +org.greenrobot.greendao.AbstractDao: void updateInTx(java.lang.Iterable) +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionBar_Solid +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void onError(java.lang.Throwable) +androidx.lifecycle.ViewModelStoreOwner +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: MaterialWeatherView(android.content.Context,android.util.AttributeSet,int) +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedNoLast: long serialVersionUID +wangdaye.com.geometricweather.R$attr: int titleMarginStart +wangdaye.com.geometricweather.R$color: int design_default_color_on_error +android.didikee.donate.R$styleable: int AppCompatTextView_drawableStartCompat +android.didikee.donate.R$string: R$string() +com.google.android.material.textfield.TextInputLayout: void setDefaultHintTextColor(android.content.res.ColorStateList) +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedEmitLast: java.util.concurrent.atomic.AtomicInteger wip +wangdaye.com.geometricweather.R$string: int key_align_end +androidx.appcompat.resources.R$attr: int fontProviderPackage +androidx.preference.R$dimen: int item_touch_helper_max_drag_scroll_per_frame +wangdaye.com.geometricweather.R$drawable: int notif_temp_118 +wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle DAILY +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox_Dense +com.jaredrummler.android.colorpicker.R$attr: int state_above_anchor +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_endIconTint +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_goIcon +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoldLevel +com.google.android.material.R$id: int scale +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language DUTCH +android.didikee.donate.R$styleable: int ActionBar_icon +androidx.preference.R$attr: int thumbTintMode +wangdaye.com.geometricweather.R$styleable: int MenuGroup_android_menuCategory +okhttp3.internal.io.FileSystem: void deleteContents(java.io.File) +androidx.appcompat.R$attr: int actionModePasteDrawable +androidx.constraintlayout.widget.R$anim: int btn_radio_to_on_mtrl_ring_outer_path_animation +cyanogenmod.hardware.CMHardwareManager: int[] getDisplayColorCalibrationArray() +com.tencent.bugly.proguard.y$a: long b(com.tencent.bugly.proguard.y$a) +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_FloatingActionButton +androidx.preference.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle +okhttp3.internal.cache2.FileOperator: void write(long,okio.Buffer,long) +androidx.viewpager2.R$styleable: int RecyclerView_stackFromEnd +com.google.android.material.slider.BaseSlider: int getFocusedThumbIndex() +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Bridge +wangdaye.com.geometricweather.R$styleable: int DialogPreference_android_dialogLayout +james.adaptiveicon.R$attr: int actionModePasteDrawable +android.didikee.donate.R$layout: int support_simple_spinner_dropdown_item +androidx.appcompat.R$styleable: int ActionBar_progressBarPadding +okio.ByteString: java.lang.String string(java.nio.charset.Charset) +androidx.activity.R$id: int accessibility_custom_action_15 +com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_centerColor +okhttp3.internal.Util$2 +wangdaye.com.geometricweather.R$attr: int closeIconEnabled +wangdaye.com.geometricweather.R$dimen: int design_snackbar_text_size +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: void onComplete() +com.google.android.material.R$styleable: int Layout_chainUseRtl +com.tencent.bugly.crashreport.CrashReport: void setBuglyDbName(java.lang.String) +android.support.v4.os.IResultReceiver$Stub$Proxy: android.support.v4.os.IResultReceiver sDefaultImpl +com.turingtechnologies.materialscrollbar.R$attr: int initialActivityCount +androidx.dynamicanimation.R$styleable: int FontFamilyFont_android_fontWeight +cyanogenmod.providers.CMSettings$System$1: CMSettings$System$1() +androidx.preference.R$drawable: int abc_ratingbar_material +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView: PolylineAndHistogramView(android.content.Context,android.util.AttributeSet) +androidx.activity.R$styleable: int GradientColor_android_endColor +android.didikee.donate.R$string: int abc_searchview_description_voice +androidx.hilt.work.R$id: int text +cyanogenmod.providers.CMSettings$1: CMSettings$1() +com.jaredrummler.android.colorpicker.R$attr: int listPreferredItemHeightLarge +android.didikee.donate.R$dimen: int hint_alpha_material_dark +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: boolean delayError +android.didikee.donate.R$dimen: int disabled_alpha_material_dark +com.google.android.material.slider.RangeSlider: void setEnabled(boolean) +io.reactivex.internal.subscriptions.SubscriptionHelper: boolean replace(java.util.concurrent.atomic.AtomicReference,org.reactivestreams.Subscription) +okio.GzipSource: byte FEXTRA +io.reactivex.internal.schedulers.ScheduledRunnable +com.google.android.material.R$styleable: int KeyCycle_wavePeriod +androidx.preference.R$dimen: int abc_button_padding_horizontal_material +org.greenrobot.greendao.database.DatabaseOpenHelper: void onCreate(android.database.sqlite.SQLiteDatabase) +okio.AsyncTimeout$2: void close() +okhttp3.internal.cache2.Relay +wangdaye.com.geometricweather.R$color: int bright_foreground_inverse_material_dark +wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String city androidx.recyclerview.widget.RecyclerView$LayoutManager$Properties: RecyclerView$LayoutManager$Properties() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Imperial: AccuCurrentResult$Wind$Speed$Imperial() -okhttp3.internal.http.UnrepeatableRequestBody -androidx.appcompat.R$dimen: int abc_edit_text_inset_top_material -com.google.android.material.R$attr: int barrierDirection -androidx.transition.R$attr: R$attr() -cyanogenmod.providers.CMSettings$System: java.lang.String SYS_PROP_CM_SETTING_VERSION -com.google.android.material.R$styleable: int ConstraintSet_flow_horizontalStyle -io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: long serialVersionUID -androidx.constraintlayout.widget.R$attr: int flow_firstVerticalBias -wangdaye.com.geometricweather.R$styleable: int AppBarLayout_android_keyboardNavigationCluster -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.lang.String getHour(android.content.Context) -okhttp3.EventListener$2 -androidx.appcompat.resources.R$styleable: int GradientColor_android_centerY -com.google.android.material.R$id: int mtrl_card_checked_layer_id -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_barrierDirection -com.jaredrummler.android.colorpicker.R$styleable: int[] CoordinatorLayout -androidx.appcompat.R$styleable: int ActionMode_subtitleTextStyle -com.jaredrummler.android.colorpicker.R$styleable: int RecycleListView_paddingTopNoTitle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: java.lang.String getUnit() -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_elevation -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_iconTintMode -com.tencent.bugly.CrashModule: int c -com.jaredrummler.android.colorpicker.R$id: int decor_content_parent -io.reactivex.internal.observers.BlockingObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeInsetEnd -james.adaptiveicon.AdaptiveIconView: AdaptiveIconView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$styleable: int TextAppearance_fontFamily -com.google.android.material.R$style: int Widget_AppCompat_Light_ListView_DropDown -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_title_1 -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_ctd -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_android_insetRight -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ProgressBar_Horizontal -android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric: java.lang.String Unit -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintBaseline_creator -androidx.loader.R$id: int tag_transition_group -cyanogenmod.hardware.IThermalListenerCallback$Stub$Proxy: android.os.IBinder mRemote -wangdaye.com.geometricweather.R$styleable: int[] TextInputEditText -com.jaredrummler.android.colorpicker.R$attr: int navigationContentDescription -com.google.android.material.R$attr: int iconStartPadding -wangdaye.com.geometricweather.R$id: int dialog_weather_hourly_text -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHeight_max -okhttp3.Cache: void evictAll() -okio.GzipSink: void flush() -cyanogenmod.app.ProfileGroup: void applyOverridesToNotification(android.app.Notification) -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VClipPath -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_AutoCompleteTextView -com.xw.repo.bubbleseekbar.R$styleable: int FontFamily_fontProviderAuthority -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: java.lang.String getLogo() -androidx.constraintlayout.widget.R$attr: int switchPadding -androidx.hilt.R$dimen: int compat_button_padding_vertical_material -androidx.preference.R$attr: int font -james.adaptiveicon.R$attr: int actionMenuTextColor -com.google.android.material.R$styleable: int[] MaterialToolbar -com.jaredrummler.android.colorpicker.R$color: int primary_text_disabled_material_light -com.amap.api.location.AMapLocationClientOption: boolean h -com.turingtechnologies.materialscrollbar.TouchScrollBar: TouchScrollBar(android.content.Context,android.util.AttributeSet,int) -com.amap.api.location.AMapLocation: int TRUSTED_LEVEL_NORMAL -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Imperial: double Value -okhttp3.Cache: int networkCount() -com.tencent.bugly.crashreport.CrashReport: void setAppPackage(android.content.Context,java.lang.String) -io.reactivex.internal.operators.observable.ObservableGroupBy$State: void onNext(java.lang.Object) -androidx.constraintlayout.widget.R$attr: int collapseIcon -org.greenrobot.greendao.AbstractDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource -com.amap.api.fence.GeoFenceManagerBase: void addPolygonGeoFence(java.util.List,java.lang.String) -androidx.viewpager2.R$dimen: int notification_main_column_padding_top -com.tencent.bugly.crashreport.R$string -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption$AMapLocationMode i -okhttp3.Cache$CacheResponseBody -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_BottomSheetDialog -androidx.lifecycle.Lifecycle -wangdaye.com.geometricweather.R$styleable: int[] StateListDrawable -com.jaredrummler.android.colorpicker.R$attr: int buttonBarButtonStyle -androidx.customview.R$styleable: int[] ColorStateListItem -com.google.android.material.slider.BaseSlider: int getHaloRadius() -androidx.appcompat.R$styleable: int StateListDrawable_android_exitFadeDuration -wangdaye.com.geometricweather.R$styleable: int Transform_android_transformPivotY -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: java.lang.String iconUrl -androidx.preference.R$styleable: int AppCompatTheme_colorControlNormal -wangdaye.com.geometricweather.db.entities.DaoSession -com.jaredrummler.android.colorpicker.R$styleable: int ViewStubCompat_android_inflatedId -androidx.transition.R$id: int right_side -com.google.android.material.R$attr: int searchIcon -cyanogenmod.app.Profile: cyanogenmod.profiles.BrightnessSettings mBrightness -okhttp3.CacheControl: java.lang.String headerValue() -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_endIconTintMode -androidx.viewpager2.adapter.FragmentStateAdapter$5 -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionButton -com.bumptech.glide.R$dimen: int notification_small_icon_size_as_large -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean -okhttp3.internal.Util: okio.ByteString UTF_16_BE_BOM -com.google.android.material.R$attr: int checkedTextViewStyle -com.google.android.material.snackbar.SnackbarContentLayout: android.widget.TextView getMessageView() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_24 -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: double lon -com.google.android.material.R$styleable: int NavigationView_itemMaxLines -androidx.lifecycle.SavedStateHandleController$1: androidx.savedstate.SavedStateRegistry val$registry -androidx.viewpager.widget.ViewPager: ViewPager(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$attr: int showSeekBarValue -wangdaye.com.geometricweather.R$id: int selection_type -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_checkedIconTint -cyanogenmod.app.ProfileManager: cyanogenmod.app.Profile getProfile(java.util.UUID) -wangdaye.com.geometricweather.db.entities.HistoryEntity: int daytimeTemperature -androidx.preference.R$layout: int abc_activity_chooser_view -android.didikee.donate.R$dimen: int abc_action_bar_overflow_padding_start_material -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Display4 -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: long time -retrofit2.HttpServiceMethod$SuspendForBody: retrofit2.CallAdapter callAdapter -com.google.android.material.card.MaterialCardView: void setCardElevation(float) -com.github.rahatarmanahmed.cpv.CircularProgressView: void initAttributes(android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$id: int item_pollen_daily -androidx.coordinatorlayout.R$attr: R$attr() -com.turingtechnologies.materialscrollbar.R$attr: int contentInsetStart -android.didikee.donate.R$styleable: int AppCompatTheme_dialogCornerRadius -com.jaredrummler.android.colorpicker.ColorPickerView: int getPreferredHeight() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Rain: java.lang.String Unit -james.adaptiveicon.R$attr: int colorAccent -com.amap.api.location.APSService: com.amap.api.location.APSServiceBase a -okhttp3.internal.cache.DiskLruCache$Entry: long sequenceNumber -wangdaye.com.geometricweather.R$attr: int cpv_sliderColor -retrofit2.Platform: java.util.List defaultConverterFactories() -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void onComplete() -wangdaye.com.geometricweather.R$string: int wind_5 -cyanogenmod.externalviews.KeyguardExternalView: void onBouncerShowing(boolean) -com.turingtechnologies.materialscrollbar.R$layout: int notification_action_tombstone -com.google.android.material.navigation.NavigationView: void setItemIconSize(int) -wangdaye.com.geometricweather.R$attr: int textAppearanceHeadline1 -okhttp3.internal.http2.Hpack$Reader: void clearDynamicTable() -com.google.android.material.R$id: int mtrl_picker_header_toggle -com.turingtechnologies.materialscrollbar.R$id: int parent_matrix -androidx.appcompat.resources.R$style: R$style() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: boolean modifyInHour -james.adaptiveicon.R$styleable: int AppCompatTheme_windowFixedHeightMajor -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_textColor -com.google.android.material.R$id: int month_navigation_fragment_toggle -io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: void dispose() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_activityChooserViewStyle -wangdaye.com.geometricweather.R$string: int wind_10 -okhttp3.internal.http2.Http2Connection$6: int val$streamId -androidx.constraintlayout.widget.R$id: int wrap_content -com.google.android.material.internal.ScrimInsetsFrameLayout: ScrimInsetsFrameLayout(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.circularreveal.CircularRevealGridLayout: android.graphics.drawable.Drawable getCircularRevealOverlayDrawable() -androidx.fragment.app.FragmentTabHost$SavedState -androidx.preference.R$dimen: int hint_alpha_material_dark -androidx.dynamicanimation.R$id: int action_image -wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_translationX -com.google.android.material.progressindicator.ProgressIndicator: com.google.android.material.progressindicator.DrawableWithAnimatedVisibilityChange getCurrentDrawable() -wangdaye.com.geometricweather.R$id: int dialog_location_help_locationContainer -androidx.lifecycle.extensions.R$style: R$style() -com.turingtechnologies.materialscrollbar.R$attr: int pressedTranslationZ -androidx.appcompat.widget.AppCompatImageButton -wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoonPhaseDescription(java.lang.String) -com.google.android.material.R$styleable: int KeyTrigger_triggerReceiver -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_margin -com.turingtechnologies.materialscrollbar.R$styleable: int CompoundButton_android_button -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: void setValue(java.lang.String) -com.google.android.material.R$attr: int behavior_hideable -androidx.appcompat.widget.AppCompatTextView: void setLastBaselineToBottomHeight(int) -android.didikee.donate.R$color: int secondary_text_default_material_dark -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ListView_DropDown -retrofit2.http.Query -com.tencent.bugly.crashreport.biz.b: void a(android.content.Context) -com.google.gson.FieldNamingPolicy$4: FieldNamingPolicy$4(java.lang.String,int) -androidx.constraintlayout.widget.R$drawable: int btn_checkbox_unchecked_mtrl -androidx.hilt.lifecycle.R$styleable: int ColorStateListItem_android_color -com.google.android.material.button.MaterialButton: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) -com.jaredrummler.android.colorpicker.R$color: int material_deep_teal_200 -com.bumptech.glide.load.DecodeFormat: com.bumptech.glide.load.DecodeFormat PREFER_ARGB_8888 -james.adaptiveicon.R$styleable: int AppCompatTheme_colorSwitchThumbNormal -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_default_height_material -okhttp3.internal.http2.Http2Stream$FramingSink: void close() -com.jaredrummler.android.colorpicker.R$styleable: int[] ActivityChooserView -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Imperial: AccuCurrentResult$Ceiling$Imperial() -wangdaye.com.geometricweather.R$attr: int bsb_min -android.didikee.donate.R$layout: int abc_alert_dialog_button_bar_material -okhttp3.Response$Builder: okhttp3.Response$Builder handshake(okhttp3.Handshake) -okhttp3.internal.http2.Settings: int INITIAL_WINDOW_SIZE -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setStrokeWidth(float) -androidx.swiperefreshlayout.R$drawable: int notification_template_icon_bg -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_14 -com.baidu.location.g.a: a() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int RainProbability +androidx.fragment.R$integer +com.google.android.material.R$dimen: int mtrl_slider_halo_radius +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_homeAsUpIndicator +wangdaye.com.geometricweather.R$id: int dialog_learn_more_about_geocoder_content +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void completion() +androidx.appcompat.R$style: int TextAppearance_AppCompat_Medium +cyanogenmod.library.R$attr: int type +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl access$000(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider) +okhttp3.logging.LoggingEventListener$1 retrofit2.BuiltInConverters$BufferingResponseBodyConverter: BuiltInConverters$BufferingResponseBodyConverter() -wangdaye.com.geometricweather.R$array: int live_wallpaper_day_night_types -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_CLOCK_TEXT_COLOR -james.adaptiveicon.R$styleable: int[] LinearLayoutCompat -com.turingtechnologies.materialscrollbar.R$attr: int buttonBarButtonStyle -james.adaptiveicon.R$layout -okhttp3.ResponseBody$BomAwareReader: ResponseBody$BomAwareReader(okio.BufferedSource,java.nio.charset.Charset) -androidx.lifecycle.LiveData$ObserverWrapper: void detachObserver() -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_deriveConstraintsFrom -com.tencent.bugly.proguard.q: android.database.sqlite.SQLiteDatabase getWritableDatabase() -okio.Timeout -androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_translationX -com.jaredrummler.android.colorpicker.R$id: int src_over -com.turingtechnologies.materialscrollbar.R$dimen: int abc_config_prefDialogWidth -androidx.preference.R$styleable: int StateListDrawable_android_visible -retrofit2.Utils$ParameterizedTypeImpl -io.reactivex.internal.util.NotificationLite$DisposableNotification: NotificationLite$DisposableNotification(io.reactivex.disposables.Disposable) -com.google.android.material.R$styleable: int Transition_constraintSetEnd -androidx.preference.R$attr: int fontProviderCerts -cyanogenmod.providers.CMSettings$System: boolean shouldInterceptSystemProvider(java.lang.String) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String no2 -okio.Options: Options(okio.ByteString[],int[]) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX getNames() -com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleTextColor(android.content.res.ColorStateList) -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeThunderstormPrecipitation(java.lang.Float) -com.google.android.material.R$dimen: int mtrl_btn_text_btn_padding_left -com.tencent.bugly.crashreport.common.info.a: int H() -com.google.android.material.R$color: int material_on_background_emphasis_medium -com.google.android.material.slider.BaseSlider: void setTrackActiveTintList(android.content.res.ColorStateList) -com.google.android.material.R$style: int Base_Widget_AppCompat_ListView_Menu -androidx.constraintlayout.widget.R$styleable: int KeyCycle_waveVariesBy -wangdaye.com.geometricweather.common.basic.models.weather.Weather: Weather(wangdaye.com.geometricweather.common.basic.models.weather.Base,wangdaye.com.geometricweather.common.basic.models.weather.Current,wangdaye.com.geometricweather.common.basic.models.weather.History,java.util.List,java.util.List,java.util.List,java.util.List) -cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_setZenMode -com.google.android.material.chip.ChipGroup: void setShowDividerVertical(int) -wangdaye.com.geometricweather.R$string: int precipitation_duration -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_22 -okhttp3.HttpUrl: java.lang.String query() -androidx.constraintlayout.helper.widget.Flow: void setPaddingBottom(int) -androidx.appcompat.R$attr: int switchMinWidth -androidx.preference.R$styleable: int Toolbar_titleTextAppearance -okio.Pipe: boolean sinkClosed -com.tencent.bugly.crashreport.CrashReport: boolean setJavascriptMonitor(android.webkit.WebView,boolean,boolean) -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Display2 -james.adaptiveicon.R$styleable: int AppCompatTheme_radioButtonStyle -androidx.constraintlayout.widget.R$id: int easeIn -wangdaye.com.geometricweather.R$dimen: int widget_large_title_text_size +com.xw.repo.bubbleseekbar.R$style: int Animation_AppCompat_Dialog +james.adaptiveicon.R$color: int button_material_light +wangdaye.com.geometricweather.R$attr: int queryBackground +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum: double Value +io.reactivex.Observable: io.reactivex.Observable doOnLifecycle(io.reactivex.functions.Consumer,io.reactivex.functions.Action) +io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: void error(java.lang.Throwable) +james.adaptiveicon.R$styleable: int ActionBar_contentInsetLeft +wangdaye.com.geometricweather.R$styleable: int ShapeableImageView_shapeAppearanceOverlay +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_contentInsetStartWithNavigation +wangdaye.com.geometricweather.background.polling.basic.Hilt_AwakeForegroundUpdateService: Hilt_AwakeForegroundUpdateService() +com.tencent.bugly.crashreport.biz.UserInfoBean: int b +okhttp3.internal.connection.RealConnection: int MAX_TUNNEL_ATTEMPTS +cyanogenmod.profiles.AirplaneModeSettings: void processOverride(android.content.Context) +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_minHeight +cyanogenmod.hardware.CMHardwareManager: int COLOR_CALIBRATION_MAX_INDEX +okhttp3.internal.tls.CertificateChainCleaner: java.util.List clean(java.util.List,java.lang.String) +okhttp3.internal.connection.StreamAllocation: boolean hasMoreRoutes() +com.google.android.material.R$attr: int tint +androidx.transition.R$id: int normal +okhttp3.CacheControl: int maxStaleSeconds() +com.bumptech.glide.integration.okhttp.R$id: int async +com.turingtechnologies.materialscrollbar.R$drawable: int notification_action_background +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableTopCompat +androidx.work.R$id: int accessibility_custom_action_5 +com.google.android.material.R$drawable: int design_fab_background +android.didikee.donate.R$styleable: int Toolbar_titleMarginBottom +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void emit() +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: void cancel() +com.google.android.material.slider.Slider: void setThumbRadiusResource(int) +com.amap.api.location.AMapLocationQualityReport: java.lang.String getAdviseMessage() +androidx.lifecycle.ProcessLifecycleOwner: void activityStarted() +android.didikee.donate.R$color: int primary_dark_material_light +wangdaye.com.geometricweather.R$style: int widget_week_icon +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String unitId +com.tencent.bugly.crashreport.crash.c: void i() +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_contentInsetLeft +android.support.v4.os.ResultReceiver: ResultReceiver(android.os.Handler) +androidx.appcompat.resources.R$id: int accessibility_custom_action_12 +okhttp3.internal.cache.DiskLruCache$2: boolean $assertionsDisabled +androidx.fragment.R$id: int accessibility_custom_action_19 +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title +androidx.drawerlayout.R$id: int tag_unhandled_key_listeners +cyanogenmod.externalviews.ExternalView$7: void run() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setSrc(java.lang.String) +androidx.lifecycle.ViewModelProvider$Factory +com.google.android.material.R$styleable: int MaterialTextAppearance_lineHeight +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_backgroundStacked +com.google.android.material.R$id: int design_menu_item_text +androidx.core.R$id: int tag_accessibility_actions +wangdaye.com.geometricweather.R$styleable: int CheckBoxPreference_summaryOn +androidx.hilt.work.R$anim: R$anim() +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Toolbar +androidx.work.R$dimen: int notification_right_icon_size +okhttp3.HttpUrl$Builder: void resolvePath(java.lang.String,int,int) +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay CARD_ALLERGEN +com.google.android.material.R$attr: int thumbColor +androidx.fragment.R$layout +wangdaye.com.geometricweather.R$drawable: int donate_wechat +androidx.recyclerview.R$dimen: R$dimen() +androidx.constraintlayout.widget.R$attr: int indeterminateProgressStyle +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.util.Date time +wangdaye.com.geometricweather.R$styleable: int Transform_android_scaleX +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer relativeHumidity +james.adaptiveicon.R$attr: int checkboxStyle +okhttp3.Response$Builder: okhttp3.Response$Builder headers(okhttp3.Headers) +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: java.util.concurrent.atomic.AtomicReference upstream +com.jaredrummler.android.colorpicker.ColorPreferenceCompat: ColorPreferenceCompat(android.content.Context,android.util.AttributeSet) +com.tencent.bugly.proguard.f: int h +androidx.preference.R$string: int abc_menu_enter_shortcut_label +wangdaye.com.geometricweather.R$layout: int material_chip_input_combo +androidx.constraintlayout.widget.R$attr: int layout_constraintWidth_default +androidx.constraintlayout.widget.R$id: int parentPanel +james.adaptiveicon.R$color: int abc_background_cache_hint_selector_material_dark +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Tooltip +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.Precipitation getPrecipitation() +androidx.constraintlayout.widget.R$attr: int onHide +io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function8) +james.adaptiveicon.R$style: int Widget_AppCompat_ActionBar_Solid +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getCloudCover() +androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type LEFT +wangdaye.com.geometricweather.common.basic.GeoDialog: GeoDialog() +wangdaye.com.geometricweather.R$attr: int onTouchUp +androidx.constraintlayout.widget.R$styleable: int GradientColor_android_endY +androidx.appcompat.R$drawable: int abc_control_background_material +com.jaredrummler.android.colorpicker.R$color: int dim_foreground_material_dark +androidx.loader.R$style: int TextAppearance_Compat_Notification +com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_thickness +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_PopupWindow +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_firstHorizontalStyle +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: wangdaye.com.geometricweather.db.entities.WeatherEntity readEntity(android.database.Cursor,int) +com.google.android.material.floatingactionbutton.FloatingActionButton: void show(com.google.android.material.floatingactionbutton.FloatingActionButton$OnVisibilityChangedListener) +wangdaye.com.geometricweather.R$styleable: int SwitchPreference_android_switchTextOff +androidx.legacy.coreutils.R$styleable: int FontFamily_fontProviderCerts +androidx.hilt.R$anim: int fragment_fade_enter +wangdaye.com.geometricweather.common.basic.models.weather.Wind: int getWindColor(android.content.Context) +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.rx.RxDao rxDaoPlain +androidx.appcompat.app.AppCompatDelegateImpl$PanelFeatureState$SavedState +androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State RESUMED +com.google.android.material.R$attr: int contentScrim +okio.Timeout: okio.Timeout timeout(long,java.util.concurrent.TimeUnit) +cyanogenmod.weatherservice.ServiceRequest$Status +androidx.preference.R$styleable: int ActionBar_displayOptions +wangdaye.com.geometricweather.R$string: int settings_title_temperature_unit +androidx.lifecycle.FullLifecycleObserver: void onStop(androidx.lifecycle.LifecycleOwner) +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleMargins +androidx.preference.R$dimen: int notification_top_pad +androidx.appcompat.R$dimen: int abc_button_padding_horizontal_material +com.google.android.material.R$style: int Widget_MaterialComponents_Button_OutlinedButton_Icon +wangdaye.com.geometricweather.R$attr: int shapeAppearance +wangdaye.com.geometricweather.main.dialogs.LocationHelpDialog +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Integer getCloudCover() +wangdaye.com.geometricweather.R$id: int invisible +androidx.core.R$id: int blocking +androidx.preference.R$styleable: int AnimatedStateListDrawableTransition_android_fromId +cyanogenmod.app.IPartnerInterface$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +androidx.preference.R$styleable: int GradientColor_android_startX +android.didikee.donate.R$style: int Base_DialogWindowTitle_AppCompat +wangdaye.com.geometricweather.R$styleable: int MotionScene_layoutDuringTransition +io.reactivex.internal.operators.observable.ObserverResourceWrapper +com.xw.repo.bubbleseekbar.R$attr: int bsb_hide_bubble +com.jaredrummler.android.colorpicker.R$dimen: int notification_right_icon_size +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void innerCloseError(java.lang.Throwable) +com.google.android.material.R$dimen: int abc_text_size_button_material +cyanogenmod.app.ProfileGroup: void readFromParcel(android.os.Parcel) +com.google.android.material.R$attr: int flow_verticalGap +com.google.android.material.R$drawable: int abc_textfield_activated_mtrl_alpha +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void onComplete() +cyanogenmod.app.CMTelephonyManager: java.lang.String TAG +androidx.appcompat.R$dimen: int abc_select_dialog_padding_start_material +com.google.android.material.progressindicator.ProgressIndicator: int[] getIndicatorColors() +cyanogenmod.providers.CMSettings$System: int getInt(android.content.ContentResolver,java.lang.String,int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX() +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: BaiduIPLocationResult() +androidx.constraintlayout.widget.R$id: int accessibility_action_clickable_span +wangdaye.com.geometricweather.R$anim: int btn_checkbox_to_unchecked_check_path_merged_animation +james.adaptiveicon.R$string: int abc_searchview_description_search +android.didikee.donate.R$style: int Widget_AppCompat_ListView_DropDown +androidx.appcompat.R$layout: int support_simple_spinner_dropdown_item +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Imperial: AccuCurrentResult$ApparentTemperature$Imperial() +androidx.transition.R$style: int TextAppearance_Compat_Notification +com.google.android.material.R$styleable: int KeyCycle_android_rotationX +cyanogenmod.alarmclock.ClockContract$AlarmsColumns: java.lang.String DAYS_OF_WEEK +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onLockscreenSlideOffsetChanged(float) +com.turingtechnologies.materialscrollbar.R$layout: int design_layout_tab_icon +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_18 +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.util.Date endDate +com.tencent.bugly.crashreport.common.info.b: java.lang.String g() +com.amap.api.location.AMapLocation: java.lang.String getStreet() +cyanogenmod.profiles.StreamSettings: int mValue +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: io.reactivex.internal.util.AtomicThrowable errors +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1: void onResponse(retrofit2.Call,retrofit2.Response) +androidx.loader.R$styleable: int FontFamilyFont_android_ttcIndex +androidx.viewpager2.R$id: int action_container +com.google.android.material.appbar.CollapsingToolbarLayout: android.graphics.drawable.Drawable getStatusBarScrim() +retrofit2.ParameterHandler$1: retrofit2.ParameterHandler this$0 +okhttp3.ResponseBody: java.io.InputStream byteStream() +com.jaredrummler.android.colorpicker.R$styleable: int[] CoordinatorLayout +wangdaye.com.geometricweather.R$layout: int widget_day_week_symmetry +wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_android_maxWidth +wangdaye.com.geometricweather.R$string: int settings_title_notification +androidx.work.impl.WorkManagerInitializer +okhttp3.internal.Internal: void addLenient(okhttp3.Headers$Builder,java.lang.String,java.lang.String) +com.google.android.material.card.MaterialCardView: void setBackgroundInternal(android.graphics.drawable.Drawable) +com.amap.api.location.CoordinateConverter +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: void clear() +okhttp3.internal.http2.Settings: int set +okhttp3.TlsVersion: okhttp3.TlsVersion TLS_1_3 +retrofit2.Invocation: java.lang.reflect.Method method() +com.turingtechnologies.materialscrollbar.R$string: int abc_menu_ctrl_shortcut_label +com.google.android.material.R$drawable: int material_ic_edit_black_24dp +androidx.appcompat.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item +com.google.android.material.R$id: int guideline +io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) +cyanogenmod.app.IProfileManager$Stub$Proxy: boolean isEnabled() +com.google.android.material.appbar.AppBarLayout$Behavior: AppBarLayout$Behavior(android.content.Context,android.util.AttributeSet) +retrofit2.Response: okhttp3.Response raw() +com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getSuffixText() +wangdaye.com.geometricweather.R$drawable: int weather_rain_mini_light +wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status: wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status[] values() +androidx.lifecycle.LiveData: boolean mDispatchInvalidated +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_paddingEnd +androidx.loader.R$string +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintRight_toLeftOf +com.google.android.material.R$styleable: int ConstraintLayout_Layout_barrierAllowsGoneWidgets +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_android_thumb +androidx.preference.R$attr: int dialogMessage +wangdaye.com.geometricweather.R$attr: int placeholder_emptyVisibility +android.didikee.donate.R$attr: int actionOverflowMenuStyle +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_EXPORT_WITH_DES40_CBC_SHA +com.google.android.material.R$styleable: int ActionBar_title +wangdaye.com.geometricweather.settings.fragments.ServiceProviderSettingsFragment: ServiceProviderSettingsFragment() +androidx.appcompat.widget.AppCompatRadioButton: AppCompatRadioButton(android.content.Context) +androidx.work.R$id: int accessibility_custom_action_23 +android.didikee.donate.R$id: int action_bar_container +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_ActionBar +com.google.android.material.R$attr: int itemPadding +androidx.vectordrawable.animated.R$styleable: int ColorStateListItem_android_alpha +com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_radio_to_on_mtrl_015 +com.jaredrummler.android.colorpicker.R$attr: int popupWindowStyle +okio.HashingSink: okio.HashingSink hmacSha1(okio.Sink,okio.ByteString) +wangdaye.com.geometricweather.R$attr: int liftOnScroll +android.didikee.donate.R$color: int highlighted_text_material_dark +okhttp3.internal.ws.WebSocketWriter$FrameSink: boolean closed +com.xw.repo.bubbleseekbar.R$attr: int height +james.adaptiveicon.R$attr: int listDividerAlertDialog +cyanogenmod.app.ILiveLockScreenManagerProvider: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() +wangdaye.com.geometricweather.R$styleable: int RecyclerView_android_clipToPadding +com.google.android.material.R$dimen: int abc_action_bar_icon_vertical_padding_material +wangdaye.com.geometricweather.db.entities.AlertEntity: void setDescription(java.lang.String) +com.google.android.material.R$string: int abc_action_bar_home_description +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_titleCondensed +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: int val$width +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: void setUnit(java.lang.String) +androidx.constraintlayout.widget.R$layout: int notification_template_part_time +cyanogenmod.app.CustomTile$ExpandedItem$1: cyanogenmod.app.CustomTile$ExpandedItem[] newArray(int) androidx.work.R$id: int accessibility_custom_action_13 -com.google.android.material.tabs.TabLayout: void setOnTabSelectedListener(com.google.android.material.tabs.TabLayout$OnTabSelectedListener) -androidx.constraintlayout.widget.R$dimen: int abc_text_size_body_2_material -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit[] values() -com.google.android.material.button.MaterialButton$SavedState: android.os.Parcelable$Creator CREATOR -com.google.android.material.R$layout: int mtrl_layout_snackbar_include -james.adaptiveicon.R$attr: int spinnerDropDownItemStyle -com.tencent.bugly.proguard.aj: void a(com.tencent.bugly.proguard.i) -com.google.android.material.R$string: int mtrl_picker_cancel -androidx.appcompat.resources.R$attr -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: boolean isDisposed() -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Display1 -retrofit2.Utils$ParameterizedTypeImpl: java.lang.reflect.Type[] typeArguments -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: WeatherEntityDao(org.greenrobot.greendao.internal.DaoConfig) -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title -android.support.v4.os.ResultReceiver$MyResultReceiver: void send(int,android.os.Bundle) -cyanogenmod.profiles.BrightnessSettings$1: cyanogenmod.profiles.BrightnessSettings[] newArray(int) -androidx.activity.R$layout: int notification_action -android.didikee.donate.R$styleable: int[] ViewBackgroundHelper -com.jaredrummler.android.colorpicker.R$styleable: int ViewBackgroundHelper_backgroundTintMode -okhttp3.internal.connection.RouteSelector: java.lang.String getHostString(java.net.InetSocketAddress) -james.adaptiveicon.R$styleable: int DrawerArrowToggle_spinBars -wangdaye.com.geometricweather.R$layout: int mtrl_picker_fullscreen -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.Window access$300(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) -com.turingtechnologies.materialscrollbar.R$style: int Platform_MaterialComponents_Light_Dialog -com.turingtechnologies.materialscrollbar.R$layout: int abc_action_menu_layout -androidx.appcompat.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle -androidx.constraintlayout.widget.R$id +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense +android.didikee.donate.R$attr: int editTextColor +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: java.lang.String getZh_CN() +androidx.preference.R$drawable: int tooltip_frame_dark +com.google.android.material.bottomnavigation.BottomNavigationItemView: int getItemPosition() +androidx.preference.R$style: int Widget_Compat_NotificationActionContainer +com.google.android.material.R$style: int Widget_AppCompat_Button_Borderless_Colored +io.reactivex.internal.subscribers.DeferredScalarSubscriber: void onNext(java.lang.Object) +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header +com.google.android.material.appbar.MaterialToolbar: void setNavigationIconColor(int) +androidx.appcompat.R$attr: int buttonGravity +cyanogenmod.app.ILiveLockScreenManager: void cancelLiveLockScreen(java.lang.String,int,int) +okhttp3.internal.http1.Http1Codec$AbstractSource: okio.Timeout timeout() +androidx.dynamicanimation.R$string: R$string() +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: void onNext(java.lang.Object) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorPrimary +com.google.android.material.R$styleable: int ConstraintSet_animate_relativeTo +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_Alert_Bridge +androidx.core.R$dimen: int notification_large_icon_width +androidx.appcompat.R$id: int accessibility_custom_action_8 +androidx.appcompat.resources.R$styleable: int[] GradientColorItem +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BATTERY_LIGHT_MEDIUM_COLOR_VALIDATOR +com.xw.repo.bubbleseekbar.R$layout: int abc_action_mode_close_item_material +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Co +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeRealFeelShaderTemperature() +androidx.appcompat.widget.LinearLayoutCompat: int getShowDividers() +retrofit2.DefaultCallAdapterFactory +okhttp3.HttpUrl: java.lang.String PASSWORD_ENCODE_SET +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: java.lang.String getDistanceVoice(android.content.Context,float) +com.google.android.material.R$attr: int constraint_referenced_ids +androidx.constraintlayout.widget.R$dimen: int abc_select_dialog_padding_start_material +io.reactivex.Observable: io.reactivex.Observable buffer(java.util.concurrent.Callable) +androidx.preference.R$id: int message +com.google.android.material.slider.BaseSlider: float getValueTo() +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_alpha +androidx.appcompat.R$style: int Widget_AppCompat_Spinner_Underlined +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha +com.google.gson.internal.LazilyParsedNumber: float floatValue() +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver +cyanogenmod.providers.CMSettings$Global: android.net.Uri getUriFor(java.lang.String) +wangdaye.com.geometricweather.R$dimen: int cardview_default_elevation +com.tencent.bugly.proguard.x: boolean b(java.lang.Throwable) +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability getPrecipitationProbability() +com.bumptech.glide.integration.okhttp.R$layout: int notification_template_custom_big +com.google.android.material.R$styleable: int[] ChipGroup +cyanogenmod.alarmclock.ClockContract$CitiesColumns: android.net.Uri CONTENT_URI +androidx.appcompat.resources.R$id: int accessibility_custom_action_24 +androidx.constraintlayout.utils.widget.ImageFilterView: ImageFilterView(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.settings.fragments.UnitSettingsFragment +wangdaye.com.geometricweather.R$drawable: int ic_cold +com.google.android.material.chip.ChipGroup: ChipGroup(android.content.Context,android.util.AttributeSet) +androidx.lifecycle.SavedStateHandleController: androidx.lifecycle.SavedStateHandle getHandle() +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: io.reactivex.subjects.Subject signaller +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder setEncodedPathSegment(int,java.lang.String) +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_editor_absoluteX +wangdaye.com.geometricweather.R$attr: int splitTrack +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_typeface +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_popupTheme +wangdaye.com.geometricweather.R$string: int wind_direction +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex tomorrow +androidx.constraintlayout.widget.R$drawable: int abc_item_background_holo_dark +okhttp3.Protocol +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void innerComplete(io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver) +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_popupTheme +okhttp3.internal.http2.Http2Connection$ReaderRunnable$2: Http2Connection$ReaderRunnable$2(okhttp3.internal.http2.Http2Connection$ReaderRunnable,java.lang.String,java.lang.Object[],boolean,okhttp3.internal.http2.Settings) +cyanogenmod.weather.WeatherInfo: double access$802(cyanogenmod.weather.WeatherInfo,double) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeRealFeelTemperature +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_drawPath +com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_startY +android.didikee.donate.R$color: int bright_foreground_material_light +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title +cyanogenmod.profiles.ConnectionSettings: boolean isDirty() +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_animate_relativeTo +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: org.reactivestreams.Subscription upstream +com.bumptech.glide.R$style: int TextAppearance_Compat_Notification_Title +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_defaultQueryHint +androidx.preference.R$styleable: int PreferenceFragment_android_divider +androidx.lifecycle.Transformations$1: androidx.lifecycle.MediatorLiveData val$result +com.jaredrummler.android.colorpicker.R$styleable: int MenuGroup_android_checkableBehavior +com.jaredrummler.android.colorpicker.R$style: int Base_V7_Theme_AppCompat_Dialog +okhttp3.internal.cache.CacheRequest +io.reactivex.Observable: io.reactivex.Observable rangeLong(long,long) +retrofit2.Retrofit: okhttp3.Call$Factory callFactory() +com.loc.k: java.lang.String b() +okhttp3.internal.http2.PushObserver$1 +android.didikee.donate.R$styleable: int TextAppearance_android_textColorHint +androidx.constraintlayout.widget.R$integer: int config_tooltipAnimTime +androidx.preference.R$styleable: int[] CoordinatorLayout +james.adaptiveicon.R$dimen: int abc_action_bar_content_inset_with_nav +com.google.android.material.R$dimen: int design_bottom_navigation_text_size +com.google.android.gms.base.R$drawable: int common_google_signin_btn_text_dark +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Chip_Entry +com.turingtechnologies.materialscrollbar.R$attr: int autoSizeStepGranularity +androidx.legacy.coreutils.R$styleable: int GradientColor_android_gradientRadius +wangdaye.com.geometricweather.R$color: int colorRootDark +retrofit2.ParameterHandler$Part: retrofit2.Converter converter +wangdaye.com.geometricweather.common.basic.models.weather.WindDegree: float degree +com.jaredrummler.android.colorpicker.R$dimen: int abc_alert_dialog_button_dimen +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircleView +cyanogenmod.weather.ICMWeatherManager: void registerWeatherServiceProviderChangeListener(cyanogenmod.weather.IWeatherServiceProviderChangeListener) +com.turingtechnologies.materialscrollbar.R$layout: int abc_search_dropdown_item_icons_2line +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningMaxCountItems: int count +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: java.util.List Sources +com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_android_max +cyanogenmod.alarmclock.ClockContract$InstancesColumns +wangdaye.com.geometricweather.R$styleable: int[] Variant +com.turingtechnologies.materialscrollbar.R$color: int bright_foreground_material_dark +com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable +androidx.constraintlayout.widget.R$attr: int collapseIcon +okhttp3.Response$Builder: okhttp3.Response$Builder cacheResponse(okhttp3.Response) +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: long produced +com.google.android.material.R$style: int Widget_MaterialComponents_Button_UnelevatedButton_Icon +androidx.work.R$id: int tag_accessibility_heading +androidx.appcompat.R$styleable: int MenuItem_android_numericShortcut +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_normal +okhttp3.HttpUrl: java.util.List queryParameterValues(java.lang.String) +cyanogenmod.externalviews.KeyguardExternalView$9 +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Body1 +wangdaye.com.geometricweather.R$styleable: int Toolbar_navigationContentDescription +wangdaye.com.geometricweather.R$styleable: int MenuGroup_android_enabled +com.google.android.material.R$color: int abc_secondary_text_material_light +cyanogenmod.profiles.RingModeSettings: boolean isDirty() +io.reactivex.Observable: io.reactivex.Single reduceWith(java.util.concurrent.Callable,io.reactivex.functions.BiFunction) +androidx.constraintlayout.widget.R$attr: int autoSizeTextType +com.google.android.material.R$attr: int actionBarItemBackground +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: void onNext(java.lang.Object) +androidx.appcompat.view.menu.ActionMenuItemView: ActionMenuItemView(android.content.Context) +wangdaye.com.geometricweather.R$attr: int controlBackground +androidx.constraintlayout.widget.R$drawable: int abc_tab_indicator_mtrl_alpha +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Button_Small +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text +android.didikee.donate.R$styleable: int TextAppearance_android_shadowColor +com.google.android.material.R$id: int split_action_bar +com.google.android.material.R$id: int end +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int MIXED_RAIN_AND_SLEET +com.google.android.material.textfield.TextInputLayout: void setHelperTextColor(android.content.res.ColorStateList) +com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge +okhttp3.Cookie$Builder: okhttp3.Cookie$Builder hostOnlyDomain(java.lang.String) +androidx.constraintlayout.widget.R$drawable: int abc_ic_star_half_black_16dp +cyanogenmod.app.ProfileManager: void updateProfile(cyanogenmod.app.Profile) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary +com.google.android.material.bottomappbar.BottomAppBar: com.google.android.material.bottomappbar.BottomAppBarTopEdgeTreatment getTopEdgeTreatment() +com.google.gson.LongSerializationPolicy$1: LongSerializationPolicy$1(java.lang.String,int) +com.jaredrummler.android.colorpicker.R$attr: int preserveIconSpacing +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer moldIndex +wangdaye.com.geometricweather.R$string: int abc_action_bar_home_description +androidx.appcompat.R$attr: int actionModeCopyDrawable +cyanogenmod.themes.ThemeManager: ThemeManager(android.content.Context) +androidx.preference.R$styleable: int Preference_android_fragment +com.google.android.material.R$attr: int contentDescription +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_android_baselineAligned +androidx.constraintlayout.widget.R$styleable: int GradientColor_android_type +androidx.preference.R$dimen: int abc_edit_text_inset_top_material +com.bumptech.glide.R$drawable +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_0 +wangdaye.com.geometricweather.db.entities.LocationEntity: void setProvince(java.lang.String) +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_PLAY_QUEUE +com.google.android.material.R$string: int abc_prepend_shortcut_label +okhttp3.Callback: void onResponse(okhttp3.Call,okhttp3.Response) +okhttp3.internal.ws.WebSocketReader: okio.Buffer messageFrameBuffer +io.reactivex.Observable: io.reactivex.Observable window(long,long,java.util.concurrent.TimeUnit) +com.google.android.material.R$styleable: int KeyPosition_keyPositionType +androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableTransition_android_drawable +androidx.lifecycle.ProcessLifecycleOwner: boolean mStopSent +androidx.constraintlayout.widget.R$attr: int contrast +com.xw.repo.bubbleseekbar.R$color: int notification_action_color_filter +cyanogenmod.themes.ThemeChangeRequest: java.util.Map mPerAppOverlays +android.support.v4.graphics.drawable.IconCompatParcelizer +com.turingtechnologies.materialscrollbar.R$attr: int textStartPadding +androidx.lifecycle.MediatorLiveData$Source: androidx.lifecycle.Observer mObserver +cyanogenmod.app.IPartnerInterface: void setAirplaneModeEnabled(boolean) +com.google.android.material.button.MaterialButton: void setRippleColor(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_transformPivotX +androidx.preference.R$id: int buttonPanel +com.google.android.material.R$styleable: int TabLayout_tabPadding +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_AES_128_CBC_SHA +androidx.constraintlayout.widget.R$id: int activity_chooser_view_content +cyanogenmod.app.IProfileManager$Stub: IProfileManager$Stub() +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Humidity +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintGuide_begin +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dialogTheme +androidx.vectordrawable.R$styleable: int FontFamilyFont_android_ttcIndex +cyanogenmod.profiles.BrightnessSettings: boolean isDirty() +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: ObservableConcatMapMaybe$ConcatMapMaybeMainObserver(io.reactivex.Observer,io.reactivex.functions.Function,int,io.reactivex.internal.util.ErrorMode) +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Small +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_submitBackground +androidx.appcompat.R$color: int accent_material_light +androidx.constraintlayout.widget.R$string: int abc_search_hint +com.google.android.material.R$style: int TextAppearance_AppCompat_Display1 +com.google.android.material.appbar.AppBarLayout: void removeOnOffsetChangedListener(com.google.android.material.appbar.AppBarLayout$BaseOnOffsetChangedListener) +com.xw.repo.bubbleseekbar.R$drawable: int abc_textfield_search_activated_mtrl_alpha +wangdaye.com.geometricweather.R$attr: int constraints +androidx.vectordrawable.R$dimen: int compat_control_corner_material +androidx.drawerlayout.R$layout +cyanogenmod.externalviews.ExternalViewProviderService$Provider: ExternalViewProviderService$Provider(cyanogenmod.externalviews.ExternalViewProviderService,android.os.Bundle) +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void clear() +cyanogenmod.app.ProfileManager: cyanogenmod.app.ProfileGroup getActiveProfileGroup(java.lang.String) +com.google.android.material.R$dimen: int abc_action_bar_default_padding_start_material +io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: void onNext(java.lang.Object) +androidx.preference.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid +androidx.constraintlayout.widget.R$style: int Base_V7_Theme_AppCompat_Dialog +android.didikee.donate.R$drawable: int abc_ratingbar_small_material +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow +okio.BufferedSource: long readHexadecimalUnsignedLong() +wangdaye.com.geometricweather.background.receiver.widget.WidgetDayWeekProvider +wangdaye.com.geometricweather.search.Hilt_SearchActivity: Hilt_SearchActivity() +wangdaye.com.geometricweather.R$id: int item_about_translator_subtitle +androidx.viewpager.widget.ViewPager: void addOnAdapterChangeListener(androidx.viewpager.widget.ViewPager$OnAdapterChangeListener) +androidx.constraintlayout.widget.R$attr +com.google.android.material.R$styleable: int LinearLayoutCompat_Layout_android_layout_height +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PressureTendency: java.lang.String Code +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void drainNormal() +androidx.core.R$layout +androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_android_font +wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTomorrowForecastUpdateService +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX +com.amap.api.location.AMapLocationClientOption: boolean d +wangdaye.com.geometricweather.R$attr: int motion_triggerOnCollision +wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_actionTextColorAlpha +cyanogenmod.app.Profile$ProfileTrigger: Profile$ProfileTrigger(int,java.lang.String,int,java.lang.String) +androidx.appcompat.R$integer: int abc_config_activityDefaultDur +com.google.android.material.chip.Chip: void setTextStartPadding(float) +wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_showDialog +android.didikee.donate.R$style: int Widget_AppCompat_SearchView +com.tencent.bugly.proguard.f: void a(com.tencent.bugly.proguard.j) +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_Chip +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_2 +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle +com.tencent.bugly.proguard.ak: java.util.Map r +cyanogenmod.providers.ThemesContract$ThemesColumns: ThemesContract$ThemesColumns() +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_29 +com.tencent.bugly.crashreport.biz.UserInfoBean +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property HoursOfSun +com.tencent.bugly.crashreport.crash.anr.b: com.tencent.bugly.crashreport.crash.b h +com.turingtechnologies.materialscrollbar.R$attr: int msb_lightOnTouch +com.google.android.material.tabs.TabLayout: int getTabMinWidth() +com.tencent.bugly.proguard.ap: long h +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: java.util.List hourly_forecast +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode fromHttp2(int) +androidx.core.R$styleable: int GradientColor_android_centerY +androidx.preference.R$style: int Base_Widget_AppCompat_CompoundButton_Switch +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder retryOnConnectionFailure(boolean) +androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_marginStart +androidx.appcompat.R$attr: int actionBarPopupTheme +okhttp3.internal.connection.RealConnection$1: okhttp3.internal.connection.StreamAllocation val$streamAllocation +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: io.reactivex.disposables.CompositeDisposable set +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Title_Inverse +cyanogenmod.os.Concierge$ParcelInfo: int mStartPosition +wangdaye.com.geometricweather.R$styleable: int ChipGroup_checkedChip +wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_animDuration +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_textColor +okhttp3.Headers$Builder: okhttp3.Headers build() +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: long serialVersionUID +androidx.appcompat.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex +com.tencent.bugly.proguard.f: int g +com.google.android.material.R$style: int CardView_Light +androidx.preference.R$color: int material_grey_800 +io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: void onError(java.lang.Throwable) +com.jaredrummler.android.colorpicker.R$attr: int tickMarkTintMode +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_centerX +com.google.android.material.R$attr: int windowMinWidthMinor +okhttp3.internal.platform.Android10Platform: okhttp3.internal.platform.Platform buildIfSupported() +io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: void onNext(java.lang.Object) +androidx.constraintlayout.widget.R$attr: int listDividerAlertDialog +wangdaye.com.geometricweather.common.basic.GeoActivity: GeoActivity() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum: AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum() +androidx.hilt.lifecycle.R$attr: int fontProviderFetchTimeout +androidx.recyclerview.R$styleable: int RecyclerView_android_descendantFocusability +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse +okhttp3.internal.connection.StreamAllocation +androidx.appcompat.R$id: int line1 +okio.Okio$2: long read(okio.Buffer,long) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: java.lang.String from +cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode mSoundMode +wangdaye.com.geometricweather.R$styleable: int CardView_cardElevation +wangdaye.com.geometricweather.R$color: int colorTextDark2nd +androidx.lifecycle.ProcessLifecycleOwner$3$1: void onActivityPostResumed(android.app.Activity) +com.google.android.material.R$style: int Theme_MaterialComponents_Light_BarSize +com.amap.api.location.AMapLocationClientOption$AMapLocationMode: com.amap.api.location.AMapLocationClientOption$AMapLocationMode valueOf(java.lang.String) +wangdaye.com.geometricweather.R$color: int colorTextGrey +com.google.android.material.R$attr: int dayTodayStyle +okio.SegmentedByteString: boolean rangeEquals(int,byte[],int,int) +com.google.android.material.R$color: int design_dark_default_color_error +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated +androidx.appcompat.R$styleable: int ViewStubCompat_android_inflatedId +okio.Buffer: okio.Buffer writeShort(int) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart +com.turingtechnologies.materialscrollbar.R$attr: int fabCustomSize +androidx.constraintlayout.widget.R$id: R$id() +androidx.hilt.R$attr: int font +com.tencent.bugly.crashreport.common.info.b: java.lang.String f(android.content.Context) +androidx.appcompat.widget.SwitchCompat: int getThumbScrollRange() +wangdaye.com.geometricweather.R$id: int month_grid +androidx.lifecycle.ReportFragment: ReportFragment() +com.google.android.material.R$styleable: int Constraint_visibilityMode +com.google.android.material.R$styleable: int[] AppBarLayout +james.adaptiveicon.AdaptiveIconView: AdaptiveIconView(android.content.Context,android.util.AttributeSet) +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_29 +androidx.appcompat.resources.R$id: int accessibility_custom_action_23 +com.google.android.material.R$styleable: int AppCompatTheme_actionModeBackground +androidx.preference.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox +com.tencent.bugly.proguard.h: com.tencent.bugly.proguard.h a(int,java.lang.String) +james.adaptiveicon.AdaptiveIconView: android.graphics.Path getPath() +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void settings(boolean,okhttp3.internal.http2.Settings) +androidx.drawerlayout.R$color: int notification_icon_bg_color +james.adaptiveicon.R$styleable: int MenuView_android_windowAnimationStyle +okhttp3.internal.http2.Http2Reader$ContinuationSource: short padding +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_bubble_color +androidx.appcompat.R$bool: R$bool() +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Subhead_Inverse +androidx.work.R$drawable: int notification_bg +com.google.android.material.R$dimen: int mtrl_textinput_counter_margin_start +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowMinWidthMajor +android.didikee.donate.R$styleable: int SwitchCompat_switchTextAppearance +com.google.android.material.R$style: int Widget_AppCompat_ActionMode +androidx.viewpager.R$color: int ripple_material_light +okhttp3.internal.ws.RealWebSocket$1: RealWebSocket$1(okhttp3.internal.ws.RealWebSocket) +androidx.preference.R$attr: int layout_dodgeInsetEdges +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode INADEQUATE_SECURITY +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator SWAP_VOLUME_KEYS_ON_ROTATION_VALIDATOR +com.google.android.material.R$id: int titleDividerNoCustom +com.tencent.bugly.proguard.ak: java.lang.String t +androidx.vectordrawable.animated.R$color: int secondary_text_default_material_light +androidx.appcompat.widget.Toolbar: void setSubtitle(int) +com.google.android.material.R$styleable: int AppCompatTheme_windowNoTitle +com.jaredrummler.android.colorpicker.ColorPreference: void setOnShowDialogListener(com.jaredrummler.android.colorpicker.ColorPreference$OnShowDialogListener) +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintBottom_toBottomOf +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large +com.tencent.bugly.crashreport.crash.h5.a: java.lang.String h +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_voice_search_api_material +android.support.v4.os.ResultReceiver$MyRunnable: android.os.Bundle mResultData +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: float getStrokeWidth() +androidx.preference.PreferenceScreen +wangdaye.com.geometricweather.R$attr: int itemPadding +wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type valueOf(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int KeyPosition_percentY +androidx.appcompat.R$drawable: int btn_checkbox_checked_to_unchecked_mtrl_animation +okhttp3.internal.cache2.Relay: void commit(long) +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult$Temperature: java.lang.String Unit +com.google.android.material.R$id: int baseline +com.xw.repo.bubbleseekbar.R$anim: int abc_fade_out +cyanogenmod.app.Profile$ProfileTrigger: java.lang.String mName +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub: cyanogenmod.externalviews.IExternalViewProviderFactory asInterface(android.os.IBinder) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Imperial: int UnitType +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial +io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: void dispose() +androidx.appcompat.R$styleable: int[] AppCompatTheme +okio.Segment +androidx.constraintlayout.widget.R$dimen: int abc_text_size_subtitle_material_toolbar +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_18 +androidx.customview.R$styleable: int ColorStateListItem_android_color +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Imperial +wangdaye.com.geometricweather.R$interpolator: int fast_out_slow_in +com.google.android.material.R$style: int Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense +com.xw.repo.bubbleseekbar.R$dimen: int abc_disabled_alpha_material_light +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_verticalGap +androidx.appcompat.widget.AppCompatSpinner: android.content.res.ColorStateList getSupportBackgroundTintList() +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_128 +com.jaredrummler.android.colorpicker.R$attr: int summaryOn +com.google.android.material.R$attr: int mock_labelColor +cyanogenmod.app.BaseLiveLockManagerService$1: void updateDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) +com.tencent.bugly.proguard.ag: byte[] b(byte[]) +wangdaye.com.geometricweather.R$layout: int test_action_chip +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_titleCondensed +cyanogenmod.weather.RequestInfo: cyanogenmod.weather.WeatherLocation getWeatherLocation() +androidx.viewpager.widget.PagerTitleStrip: PagerTitleStrip(android.content.Context) +com.google.android.material.R$attr: int layout +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_gestureInsetBottomIgnored +wangdaye.com.geometricweather.R$styleable: int BottomAppBar_paddingRightSystemWindowInsets +wangdaye.com.geometricweather.R$id: int spread +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Inverse +com.google.android.material.R$attr: int toolbarNavigationButtonStyle +okhttp3.ResponseBody: java.io.Reader reader +wangdaye.com.geometricweather.db.entities.LocationEntity: void setCityId(java.lang.String) +androidx.appcompat.widget.ActionBarContainer: ActionBarContainer(android.content.Context) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeTotalPrecipitationDuration(java.lang.Float) +wangdaye.com.geometricweather.R$styleable: int[] ListPopupWindow +com.tencent.bugly.CrashModule: java.lang.String[] getTables() +com.tencent.bugly.crashreport.common.info.b: java.lang.String[] c +androidx.appcompat.widget.FitWindowsLinearLayout: FitWindowsLinearLayout(android.content.Context,android.util.AttributeSet) +com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage[] values() +wangdaye.com.geometricweather.R$styleable: int[] ActionMenuView +com.google.android.material.R$attr: int boxStrokeWidth +wangdaye.com.geometricweather.R$drawable: int weather_hail_1 +com.google.android.material.R$styleable: int AppCompatTheme_checkboxStyle +com.google.android.material.chip.Chip: float getChipStrokeWidth() +wangdaye.com.geometricweather.R$id: int widget_week_icon_2 +okhttp3.internal.cache.DiskLruCache$Entry: long sequenceNumber +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_DifferentCornerSize +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_panelMenuListTheme +androidx.recyclerview.widget.StaggeredGridLayoutManager$LazySpanLookup$FullSpanItem: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setArcBackgroundColor(int) +io.reactivex.Observable: io.reactivex.Observable concatMapEagerDelayError(io.reactivex.functions.Function,boolean) +james.adaptiveicon.R$drawable: int abc_text_cursor_material +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_always_show_bubble_delay +wangdaye.com.geometricweather.R$color: int design_default_color_error +com.google.android.material.bottomappbar.BottomAppBar: int getFabAnimationMode() +android.didikee.donate.R$drawable: int abc_btn_check_to_on_mtrl_015 +okhttp3.MultipartBody$Builder: java.util.List parts +androidx.vectordrawable.R$id: int tag_accessibility_actions +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Slider +com.google.android.material.slider.Slider: void setValueTo(float) +io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: void onError(java.lang.Throwable) +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: long index +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: Precipitation(java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float) +com.bumptech.glide.integration.okhttp.R$attr: int fontProviderFetchStrategy +com.google.android.material.progressindicator.ProgressIndicator: com.google.android.material.progressindicator.DeterminateDrawable getProgressDrawable() +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_DEFAULT_LED_OFF +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_Switch +androidx.constraintlayout.widget.Placeholder: int getEmptyVisibility() +com.google.android.material.progressindicator.ProgressIndicator: int getGrowMode() +androidx.viewpager2.widget.ViewPager2: androidx.recyclerview.widget.RecyclerView$Adapter getAdapter() +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light_DialogWhenLarge +androidx.lifecycle.Lifecycling: Lifecycling() +io.reactivex.Observable: io.reactivex.Single toMultimap(io.reactivex.functions.Function) +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.location.services.LocationService: void requestLocation(android.content.Context,wangdaye.com.geometricweather.location.services.LocationService$LocationCallback) +androidx.appcompat.R$drawable: int abc_edit_text_material +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Dialog_Alert +wangdaye.com.geometricweather.R$dimen: int abc_text_size_caption_material +com.turingtechnologies.materialscrollbar.R$drawable: int avd_show_password +com.google.android.material.R$styleable: int[] ConstraintLayout_Layout +com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType valueOf(java.lang.String) +android.didikee.donate.R$attr: int windowNoTitle +com.xw.repo.bubbleseekbar.R$color: int material_grey_850 +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_AutoCompleteTextView +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light +cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) +retrofit2.RequestFactory$Builder +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_disabled_z +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property GrassLevel +androidx.appcompat.widget.AppCompatAutoCompleteTextView: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) +wangdaye.com.geometricweather.R$drawable: int notification_bg_normal_pressed +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position +androidx.preference.R$anim: int btn_checkbox_to_checked_icon_null_animation +androidx.swiperefreshlayout.R$styleable +androidx.preference.EditTextPreference: void setOnBindEditTextListener(androidx.preference.EditTextPreference$OnBindEditTextListener) +androidx.dynamicanimation.R$dimen: int notification_top_pad_large_text +wangdaye.com.geometricweather.R$dimen: int standard_weather_icon_container_size +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void dispose() +com.google.android.material.slider.BaseSlider: void setThumbStrokeColorResource(int) +com.google.android.material.R$styleable: int OnSwipe_touchAnchorSide +com.google.android.material.R$attr: int textAppearanceListItemSmall +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setApparentTemperature(java.lang.Integer) +androidx.constraintlayout.widget.R$styleable: int[] Constraint +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Weather: java.lang.String desc com.jaredrummler.android.colorpicker.R$anim: int abc_shrink_fade_out_from_bottom -com.google.android.material.R$styleable: int Spinner_android_popupBackground -androidx.transition.R$styleable: int FontFamilyFont_fontWeight -james.adaptiveicon.R$color: int ripple_material_light -okhttp3.Response$Builder: long sentRequestAtMillis -io.reactivex.internal.subscriptions.SubscriptionHelper -com.xw.repo.bubbleseekbar.R$layout: int abc_list_menu_item_radio -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_UnelevatedButton -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Temperature -com.google.android.material.R$styleable: int ConstraintSet_android_translationX -android.didikee.donate.R$anim -cyanogenmod.app.LiveLockScreenInfo$Builder: android.content.ComponentName mComponent -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header -com.amap.api.fence.PoiItem: java.lang.String getTypeCode() -james.adaptiveicon.R$attr: int actionModeSplitBackground -androidx.customview.view.AbsSavedState$1 -okhttp3.OkHttpClient$Builder: okhttp3.CertificatePinner certificatePinner -okhttp3.internal.http2.Http2Reader -androidx.hilt.work.R$styleable: int ColorStateListItem_android_color -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode REFUSED_STREAM -wangdaye.com.geometricweather.R$styleable: int Preference_singleLineTitle -wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setTime(long) -com.tencent.bugly.crashreport.common.info.a: java.lang.String g(java.lang.String) -androidx.viewpager.R$drawable: int notification_bg_low -androidx.vectordrawable.R$id: int accessibility_custom_action_14 -wangdaye.com.geometricweather.R$anim: int design_snackbar_in -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: boolean hasNext() -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_EditText -cyanogenmod.app.IProfileManager$Stub$Proxy: IProfileManager$Stub$Proxy(android.os.IBinder) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorControlActivated -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub$Proxy -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: boolean cancelled -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionBar -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void onError(java.lang.Throwable) -okio.Source: void close() -com.google.android.material.R$dimen: int design_bottom_sheet_elevation -androidx.appcompat.R$attr: int actionModeStyle -okio.Buffer$1: java.lang.String toString() -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_bubble_text_size -io.reactivex.Observable: io.reactivex.Observable mergeDelayError(java.lang.Iterable,int,int) -wangdaye.com.geometricweather.R$styleable: int PreferenceImageView_android_maxHeight -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: int FINISHED -wangdaye.com.geometricweather.R$string: int wind_chill_temperature -cyanogenmod.hardware.CMHardwareManager: int GAMMA_CALIBRATION_GREEN_INDEX -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: long index -androidx.preference.R$dimen: int abc_action_bar_overflow_padding_start_material -com.google.android.material.chip.Chip: android.graphics.drawable.Drawable getChipIcon() -cyanogenmod.externalviews.KeyguardExternalView$2: KeyguardExternalView$2(cyanogenmod.externalviews.KeyguardExternalView) -okhttp3.ConnectionSpec: java.util.List tlsVersions() -okio.SegmentedByteString: okio.ByteString sha1() -io.reactivex.disposables.RunnableDisposable -cyanogenmod.os.Build$CM_VERSION_CODES: int BOYSENBERRY -androidx.appcompat.R$style: int Widget_AppCompat_ActionButton_CloseMode -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Title -io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: java.lang.Object enterTransform(java.lang.Object) -james.adaptiveicon.R$styleable: int Toolbar_logo -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_PopupMenu -com.google.android.material.R$id: int material_minute_tv -com.google.android.material.floatingactionbutton.FloatingActionButton: void setSupportBackgroundTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$attr: int backgroundInsetBottom -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle -okhttp3.internal.cache2.Relay: okio.ByteString PREFIX_DIRTY -androidx.transition.R$attr: int font -com.turingtechnologies.materialscrollbar.R$drawable: int notify_panel_notification_icon_bg -okio.RealBufferedSink: okio.BufferedSink writeLong(long) -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult -androidx.loader.R$attr: int font -james.adaptiveicon.R$styleable: int Toolbar_android_gravity -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_imageButtonStyle -android.didikee.donate.R$styleable: int AppCompatTheme_actionBarTabBarStyle -com.jaredrummler.android.colorpicker.R$attr: int panelMenuListWidth +wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: RoundProgress(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$id: int SHIFT +wangdaye.com.geometricweather.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionMenuTextAppearance +androidx.appcompat.R$styleable: int AppCompatTheme_buttonStyleSmall +androidx.constraintlayout.widget.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle +com.xw.repo.bubbleseekbar.R$layout: int abc_popup_menu_header_item_layout +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeCloudCover +james.adaptiveicon.R$styleable: int Spinner_android_entries +androidx.appcompat.resources.R$id: int tag_screen_reader_focusable +wangdaye.com.geometricweather.R$id: int activity_about_container +androidx.appcompat.widget.AppCompatButton: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) +androidx.constraintlayout.widget.R$styleable: int MenuGroup_android_orderInCategory +androidx.constraintlayout.widget.R$styleable: int Transform_android_scaleX +retrofit2.KotlinExtensions$awaitResponse$2$2 +com.google.android.material.R$layout: int mtrl_picker_header_title_text +androidx.constraintlayout.widget.R$dimen: int abc_button_inset_vertical_material +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_horizontalStyle +com.jaredrummler.android.colorpicker.R$dimen: int compat_control_corner_material +cyanogenmod.app.Profile: Profile(android.os.Parcel) +com.google.android.material.R$styleable: int PopupWindowBackgroundState_state_above_anchor +androidx.appcompat.resources.R$drawable: int notification_bg +com.jaredrummler.android.colorpicker.R$styleable: int CheckBoxPreference_android_summaryOn +okhttp3.internal.connection.ConnectionSpecSelector: ConnectionSpecSelector(java.util.List) +com.google.android.material.chip.Chip: void setTextEndPaddingResource(int) +cyanogenmod.weather.WeatherInfo$DayForecast$Builder: cyanogenmod.weather.WeatherInfo$DayForecast build() +wangdaye.com.geometricweather.R$styleable: int BottomAppBar_hideOnScroll +wangdaye.com.geometricweather.R$layout: int abc_action_bar_up_container +james.adaptiveicon.R$styleable: int[] AppCompatImageView +androidx.constraintlayout.widget.R$styleable: int State_android_id +wangdaye.com.geometricweather.R$layout: int cpv_preference_square +cyanogenmod.externalviews.KeyguardExternalView$1: cyanogenmod.externalviews.KeyguardExternalView this$0 +okhttp3.internal.http.StatusLine +com.google.android.material.R$style: int TextAppearance_AppCompat_Body1 +com.google.android.material.R$styleable: int Chip_chipStrokeWidth +wangdaye.com.geometricweather.R$styleable: int Preference_android_widgetLayout +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintWidth_percent +com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_endX +wangdaye.com.geometricweather.R$drawable: int abc_ic_menu_overflow_material +wangdaye.com.geometricweather.main.utils.MainPalette: android.os.Parcelable$Creator CREATOR +com.turingtechnologies.materialscrollbar.R$styleable: int ThemeEnforcement_android_textAppearance +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle +james.adaptiveicon.R$dimen: int abc_button_padding_vertical_material +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric: double Value +okio.ForwardingTimeout +com.google.android.material.R$attr: int selectorSize +io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapSupport parent +androidx.constraintlayout.widget.R$styleable: int AlertDialog_multiChoiceItemLayout +androidx.constraintlayout.widget.R$attr: int fontProviderPackage +com.google.android.material.R$style: int TextAppearance_Compat_Notification_Line2 +androidx.constraintlayout.widget.R$id: int sin +com.tencent.bugly.proguard.v: com.tencent.bugly.crashreport.common.info.a f +wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List dailyForecast +com.tencent.bugly.proguard.n: void a(int,java.util.List) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_92 +androidx.constraintlayout.widget.R$attr: int region_widthLessThan +com.google.android.material.R$drawable: int notification_action_background +android.didikee.donate.R$styleable: int ColorStateListItem_android_color +androidx.hilt.R$drawable: int notification_template_icon_low_bg +com.google.android.material.progressindicator.ProgressIndicator: com.google.android.material.progressindicator.DrawingDelegate getCurrentDrawingDelegate() +com.google.android.material.R$attr: int chipStrokeWidth +wangdaye.com.geometricweather.R$id: int mtrl_picker_header_toggle +com.tencent.bugly.crashreport.biz.UserInfoBean: int o +androidx.constraintlayout.widget.R$styleable: int ActionBar_background +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX names +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: io.reactivex.Scheduler scheduler +android.didikee.donate.R$dimen: int abc_seekbar_track_background_height_material +android.didikee.donate.R$color: int abc_primary_text_disable_only_material_dark +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Direction: AccuDailyResult$DailyForecasts$Day$Wind$Direction() +wangdaye.com.geometricweather.R$attr: int progressBarPadding +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: void run() +com.github.rahatarmanahmed.cpv.CircularProgressView: void init(android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$id: int material_timepicker_view +wangdaye.com.geometricweather.R$drawable: int notif_temp_114 +wangdaye.com.geometricweather.R$style: int TextAppearance_Compat_Notification_Title +cyanogenmod.externalviews.KeyguardExternalView: android.content.Context mContext +androidx.constraintlayout.widget.R$styleable: int Toolbar_menu +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property WeatherText +wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: void setDayIndicatorRotation(float) +okhttp3.internal.http2.Hpack +android.didikee.donate.R$color: int material_grey_300 +android.didikee.donate.R$styleable: int TextAppearance_android_textFontWeight +com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_listItemLayout +com.turingtechnologies.materialscrollbar.R$id: int parallax +androidx.appcompat.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding +retrofit2.Retrofit: java.util.concurrent.Executor callbackExecutor() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeTotalPrecipitation() +wangdaye.com.geometricweather.R$attr: int arrowShaftLength +cyanogenmod.app.CustomTile$Builder: android.app.PendingIntent mDeleteIntent +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.functions.Function mapper +com.turingtechnologies.materialscrollbar.R$string: int search_menu_title +wangdaye.com.geometricweather.R$id: int chip2 +wangdaye.com.geometricweather.R$string: int key_forecast_tomorrow +retrofit2.Response: okhttp3.ResponseBody errorBody +wangdaye.com.geometricweather.R$string: int v7_preference_on +james.adaptiveicon.R$dimen: int tooltip_precise_anchor_extra_offset +com.tencent.bugly.proguard.p: com.tencent.bugly.proguard.p a(android.content.Context,java.util.List) +com.bumptech.glide.integration.okhttp.R$dimen: R$dimen() +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.lang.Integer RIGHT_VALUE +com.turingtechnologies.materialscrollbar.R$animator: R$animator() +android.didikee.donate.R$attr: int actionBarStyle +com.google.android.material.R$styleable: int RecyclerView_reverseLayout +wangdaye.com.geometricweather.R$id: int alerts +com.turingtechnologies.materialscrollbar.R$drawable: int ic_mtrl_chip_checked_black +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_statusBarScrim +androidx.preference.R$styleable: int[] RecyclerView +com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver: void onReceive(android.content.Context,android.content.Intent) +androidx.core.R$id: int icon_group +androidx.constraintlayout.widget.VirtualLayout: VirtualLayout(android.content.Context,android.util.AttributeSet,int) +androidx.constraintlayout.widget.R$styleable: int[] ConstraintSet +james.adaptiveicon.R$attr: int titleTextColor +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeBackground +androidx.recyclerview.widget.RecyclerView: void setItemAnimator(androidx.recyclerview.widget.RecyclerView$ItemAnimator) +android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert +com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_type +com.jaredrummler.android.colorpicker.R$dimen: int cpv_dialog_preview_height +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: void collapseNotificationPanel() +com.jaredrummler.android.colorpicker.ColorPanelView: ColorPanelView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$attr: int textAppearanceSearchResultSubtitle +io.reactivex.Observable: io.reactivex.observers.TestObserver test(boolean) +androidx.appcompat.widget.ViewStubCompat: void setVisibility(int) +androidx.viewpager.R$string: R$string() +androidx.appcompat.resources.R$dimen: int notification_media_narrow_margin +io.reactivex.internal.subscribers.DeferredScalarSubscriber: org.reactivestreams.Subscription upstream +wangdaye.com.geometricweather.R$attr: int materialCalendarFullscreenTheme +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_constraintSet +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_Bridge +com.google.gson.internal.LinkedTreeMap +androidx.appcompat.app.ActionBar: void addOnMenuVisibilityListener(androidx.appcompat.app.ActionBar$OnMenuVisibilityListener) +wangdaye.com.geometricweather.R$string: int time +androidx.hilt.work.R$style +okhttp3.Headers: java.lang.String toString() +com.google.android.material.R$dimen: int mtrl_low_ripple_hovered_alpha +com.xw.repo.bubbleseekbar.R$anim: int abc_slide_in_top +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_passwordToggleTint +cyanogenmod.providers.CMSettings$InclusiveIntegerRangeValidator: int mMin +okhttp3.HttpUrl: okhttp3.HttpUrl get(java.lang.String) +androidx.constraintlayout.widget.R$attr: int constraintSetEnd +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_125 +okhttp3.internal.http2.Http2Connection: java.util.concurrent.ScheduledExecutorService access$500(okhttp3.internal.http2.Http2Connection) +com.tencent.bugly.crashreport.crash.b: void b(com.tencent.bugly.crashreport.crash.CrashDetailBean) +com.jaredrummler.android.colorpicker.R$id: int scrollIndicatorDown +okio.BufferedSource: long indexOf(okio.ByteString) +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_contentInsetEndWithActions +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$3: void run() +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIconStartPadding +com.tencent.bugly.CrashModule: boolean hasInitialized() +wangdaye.com.geometricweather.R$dimen: int abc_edit_text_inset_bottom_material +com.amap.api.location.AMapLocation: int GPS_ACCURACY_UNKNOWN +wangdaye.com.geometricweather.R$color: int design_error +com.google.android.material.R$attr: int layout_constraintCircleAngle +com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String g +okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner: AndroidPlatform$AndroidCertificateChainCleaner(java.lang.Object,java.lang.reflect.Method) +com.google.android.material.floatingactionbutton.FloatingActionButton: void setExpandedComponentIdHint(int) +androidx.appcompat.R$color: int abc_btn_colored_borderless_text_material +com.jaredrummler.android.colorpicker.R$attr: int colorControlHighlight +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: java.lang.Object item +androidx.constraintlayout.widget.R$anim: int btn_radio_to_on_mtrl_ring_outer_animation +com.google.android.material.slider.BaseSlider: void setTickTintList(android.content.res.ColorStateList) +com.google.android.material.R$dimen: int mtrl_alert_dialog_background_inset_end +com.google.android.gms.common.api.ApiException: ApiException(com.google.android.gms.common.api.Status) +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean getPrecipitation() +androidx.fragment.R$id: int normal +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$DailyTemperature: java.lang.Float min +wangdaye.com.geometricweather.R$id: int mtrl_calendar_selection_frame +cyanogenmod.app.PartnerInterface: cyanogenmod.app.IPartnerInterface sService +com.amap.api.fence.GeoFenceManagerBase: java.util.List getAllGeoFence() +wangdaye.com.geometricweather.R$styleable: int Chip_chipSurfaceColor +wangdaye.com.geometricweather.R$style: int Base_MaterialAlertDialog_MaterialComponents_Title_Text +androidx.hilt.lifecycle.R$dimen: int notification_content_margin_start +androidx.preference.R$id: int customPanel +com.google.android.material.R$styleable: int LinearLayoutCompat_dividerPadding +okhttp3.internal.Util: java.nio.charset.Charset UTF_16_BE +cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onDetach() +wangdaye.com.geometricweather.R$styleable: int AppBarLayout_android_keyboardNavigationCluster +james.adaptiveicon.R$style: int Widget_Compat_NotificationActionText +com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_min +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_translationZ +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Imperial: java.lang.String Unit +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Small +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintRight_creator +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionDropDownStyle +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: int prefetch +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_backgroundTintMode +com.google.android.material.R$attr: int ratingBarStyleSmall +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: io.reactivex.disposables.Disposable upstream +retrofit2.ParameterHandler$1: ParameterHandler$1(retrofit2.ParameterHandler) +androidx.preference.R$color: int tooltip_background_light +wangdaye.com.geometricweather.R$string: int content_des_moonrise +androidx.transition.R$id: int italic +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float rainPrecipitationProbability +androidx.constraintlayout.widget.R$id: int progress_horizontal +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: java.lang.String getPubTime() +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_wavePeriod +com.google.android.material.R$style +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_navigation_bottom_padding +wangdaye.com.geometricweather.remoteviews.config.Hilt_TextWidgetConfigActivity: Hilt_TextWidgetConfigActivity() +androidx.coordinatorlayout.R$attr: int fontWeight +wangdaye.com.geometricweather.remoteviews.config.Hilt_TextWidgetConfigActivity +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_116 +wangdaye.com.geometricweather.R$attr: int titleMargins +androidx.appcompat.widget.AppCompatEditText: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light_NoActionBar +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setLabel(java.lang.String) +wangdaye.com.geometricweather.R$string: int key_appearance +com.amap.api.location.LocationManagerBase: boolean isStarted() +wangdaye.com.geometricweather.R$string: int settings_title_notification_custom_color +io.reactivex.internal.observers.ForEachWhileObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() +wangdaye.com.geometricweather.db.entities.WeatherEntity: void delete() +com.google.android.material.R$styleable: int Tooltip_android_text +com.google.android.material.R$attr: int mock_showDiagonals +androidx.preference.R$styleable: int FontFamilyFont_android_ttcIndex +androidx.lifecycle.extensions.R$styleable: int GradientColor_android_endX +retrofit2.Retrofit$Builder: Retrofit$Builder(retrofit2.Platform) +cyanogenmod.platform.R$string: R$string() +wangdaye.com.geometricweather.R$styleable: int Variant_region_widthLessThan +wangdaye.com.geometricweather.common.ui.widgets.TagView: TagView(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WindLevel +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: java.util.concurrent.TimeUnit unit +com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity +com.google.android.material.R$color: int secondary_text_disabled_material_light +android.didikee.donate.R$attr: int checkedTextViewStyle +androidx.appcompat.R$styleable: int[] ActionBar +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Dialog +com.google.gson.stream.JsonReader: int PEEKED_SINGLE_QUOTED +wangdaye.com.geometricweather.R$dimen: int abc_text_size_body_1_material +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: java.util.List phenomenonsItems +wangdaye.com.geometricweather.R$drawable: int weather_cloudy_pixel +com.google.android.material.R$dimen: int mtrl_navigation_elevation +androidx.lifecycle.ClassesInfoCache: ClassesInfoCache() +wangdaye.com.geometricweather.R$drawable: int flag_ja +androidx.lifecycle.ReflectiveGenericLifecycleObserver: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) +com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration +okhttp3.RealCall: java.lang.String toLoggableString() +com.jaredrummler.android.colorpicker.R$styleable: int[] PreferenceFragmentCompat +com.google.android.material.R$drawable: int material_ic_menu_arrow_down_black_24dp +cyanogenmod.providers.CMSettings$Global +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintTop_toTopOf +com.xw.repo.bubbleseekbar.R$attr: int listMenuViewStyle +okhttp3.OkHttpClient$Builder: int connectTimeout +android.didikee.donate.R$anim: int abc_popup_exit +wangdaye.com.geometricweather.weather.json.mf.MfRainResult +cyanogenmod.externalviews.IKeyguardExternalViewProvider +androidx.preference.R$string: int abc_searchview_description_submit +wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_textFontWeight +wangdaye.com.geometricweather.R$string: int settings_title_forecast_today +androidx.hilt.work.R$id: int tag_accessibility_pane_title +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Tooltip +androidx.constraintlayout.widget.R$color: int accent_material_light +okhttp3.internal.ws.WebSocketReader: okio.BufferedSource source +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constrainedWidth +com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_translation_z_pressed +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ListPopupWindow +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_alertDialogTheme +com.tencent.bugly.BuglyStrategy: java.lang.Class getUserInfoActivity() +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult: wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties properties +androidx.vectordrawable.animated.R$dimen: int notification_subtext_size +android.didikee.donate.R$attr: int listChoiceBackgroundIndicator +wangdaye.com.geometricweather.R$attr: int logo +wangdaye.com.geometricweather.R$attr: int msb_barColor +okhttp3.Response$Builder: okhttp3.Response$Builder body(okhttp3.ResponseBody) +wangdaye.com.geometricweather.R$string: int degree_day_temperature +retrofit2.Platform: retrofit2.Platform get() +androidx.constraintlayout.widget.R$styleable: int KeyPosition_keyPositionType +androidx.appcompat.resources.R$drawable: int notify_panel_notification_icon_bg +wangdaye.com.geometricweather.R$color: int design_default_color_surface +com.google.android.material.R$attr: int helperTextEnabled +com.google.android.material.R$style: int ThemeOverlay_AppCompat_DayNight_ActionBar +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Spinner_Underlined +com.loc.k: int e +androidx.recyclerview.widget.RecyclerView: void setRecycledViewPool(androidx.recyclerview.widget.RecyclerView$RecycledViewPool) +wangdaye.com.geometricweather.R$styleable: int ViewBackgroundHelper_backgroundTintMode +com.bumptech.glide.R$attr: int statusBarBackground +io.reactivex.Observable: io.reactivex.Observable intervalRange(long,long,long,long,java.util.concurrent.TimeUnit) +okhttp3.internal.platform.AndroidPlatform$CloseGuard: java.lang.reflect.Method warnIfOpenMethod +wangdaye.com.geometricweather.R$attr: int persistent +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Fullscreen +wangdaye.com.geometricweather.R$layout: int mtrl_picker_header_toggle +android.didikee.donate.R$attr: int checkboxStyle +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintVertical_bias +okio.Pipe +okhttp3.internal.connection.ConnectionSpecSelector: boolean connectionFailed(java.io.IOException) +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_focused_z +androidx.constraintlayout.utils.widget.ImageFilterView: void setOverlay(boolean) +com.bumptech.glide.R$styleable: R$styleable() +android.didikee.donate.R$styleable: int RecycleListView_paddingBottomNoButtons +cyanogenmod.app.CustomTile$ExpandedStyle: int describeContents() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setNo2Desc(java.lang.String) +wangdaye.com.geometricweather.R$id: int action_manage +io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: void request(long) +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getIcePrecipitationProbability() +androidx.constraintlayout.helper.widget.Layer +io.reactivex.internal.observers.BasicIntQueueDisposable: void dispose() +org.greenrobot.greendao.AbstractDao: void saveInTx(java.lang.Object[]) +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_display_4_material +androidx.constraintlayout.widget.ConstraintHelper +io.reactivex.Observable: io.reactivex.Observable ambArray(io.reactivex.ObservableSource[]) +retrofit2.KotlinExtensions$suspendAndThrow$1 +wangdaye.com.geometricweather.R$id: int container_main_first_card_header_timeIcon +cyanogenmod.providers.ThemesContract$PreviewColumns: android.net.Uri APPLIED_URI +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getDisplayGammaCalibration +james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu +com.tencent.bugly.proguard.d: void a(java.lang.String,java.lang.Object) +retrofit2.RequestFactory$Builder: java.lang.annotation.Annotation[] methodAnnotations +com.github.rahatarmanahmed.cpv.CircularProgressView$2: void onAnimationEnd(android.animation.Animator) +james.adaptiveicon.R$drawable +com.bumptech.glide.integration.okhttp.R$drawable: int notification_bg +wangdaye.com.geometricweather.R$styleable: int CardView_cardCornerRadius +wangdaye.com.geometricweather.R$string: int mtrl_picker_text_input_year_abbr +com.google.android.material.card.MaterialCardView: void setBackground(android.graphics.drawable.Drawable) +com.tencent.bugly.proguard.z: java.util.Map a +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: android.os.IBinder asBinder() +retrofit2.ParameterHandler$RawPart: void apply(retrofit2.RequestBuilder,java.lang.Object) +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver(io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver) +androidx.constraintlayout.widget.R$attr: int layout_constraintRight_toRightOf +io.reactivex.internal.schedulers.AbstractDirectTask +com.github.rahatarmanahmed.cpv.CircularProgressView: int size +com.xw.repo.bubbleseekbar.R$attr: int actionModeWebSearchDrawable +androidx.customview.R$string +io.reactivex.internal.util.ErrorMode: io.reactivex.internal.util.ErrorMode[] values() +com.tencent.bugly.proguard.a: com.tencent.bugly.proguard.aq a(com.tencent.bugly.crashreport.biz.UserInfoBean) +wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String formattedId +cyanogenmod.weatherservice.WeatherProviderService: cyanogenmod.weatherservice.IWeatherProviderServiceClient mClient +com.google.android.material.R$styleable: int[] ButtonBarLayout +wangdaye.com.geometricweather.R$animator: int weather_sleet_2 +androidx.legacy.coreutils.R$id: int text2 +com.google.android.material.R$attr: int drawableTintMode +io.reactivex.internal.schedulers.AbstractDirectTask: void dispose() +com.turingtechnologies.materialscrollbar.R$attr: int tooltipFrameBackground +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Button +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen +com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawable_android_exitFadeDuration +androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle +io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function9) +io.reactivex.Observable: io.reactivex.Single isEmpty() +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title +androidx.constraintlayout.widget.Group: Group(android.content.Context) +com.jaredrummler.android.colorpicker.R$attr: int listItemLayout +androidx.preference.R$styleable: int PreferenceTheme_switchPreferenceStyle +com.google.android.gms.common.api.internal.LifecycleCallback: com.google.android.gms.common.api.internal.LifecycleFragment getChimeraLifecycleFragmentImpl(com.google.android.gms.common.api.internal.LifecycleActivity) +com.jaredrummler.android.colorpicker.R$attr: int cpv_borderColor +wangdaye.com.geometricweather.db.entities.DailyEntity: void setPm10(java.lang.Float) +retrofit2.Response: int code() +com.google.android.material.R$string: int mtrl_picker_text_input_day_abbr +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$LocalSource: int Id +wangdaye.com.geometricweather.R$drawable: int notif_temp_115 +cyanogenmod.hardware.ICMHardwareService: int getSupportedFeatures() +wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List hourlyForecast +com.google.android.material.R$attr: int checkedTextViewStyle +okio.BufferedSink: okio.BufferedSink writeString(java.lang.String,java.nio.charset.Charset) +androidx.core.R$id: int accessibility_custom_action_12 +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode HAZE +cyanogenmod.app.suggest.AppSuggestManager: cyanogenmod.app.suggest.IAppSuggestManager getService() +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_android_weightSum +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_AutoCompleteTextView +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color: java.lang.String Hex +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Medium +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_active_item_min_width +android.didikee.donate.R$id: int textSpacerNoTitle +android.didikee.donate.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: ObservableCreate$CreateEmitter(io.reactivex.Observer) +androidx.core.R$drawable: int notification_icon_background +retrofit2.KotlinExtensions$await$4$2: void onFailure(retrofit2.Call,java.lang.Throwable) +com.google.android.material.R$styleable: int AppCompatTheme_dropDownListViewStyle android.didikee.donate.R$styleable: int CompoundButton_android_button -com.bumptech.glide.integration.okhttp.R$dimen: int compat_notification_large_icon_max_width -com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose: com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose SignIn -okhttp3.HttpUrl: java.util.List pathSegments() -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: boolean isDisposed() -cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent ICON -androidx.preference.R$attr: int track -android.didikee.donate.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_Button_Colored -okhttp3.logging.LoggingEventListener: void connectionAcquired(okhttp3.Call,okhttp3.Connection) -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setOnLayoutChangeListener(com.google.android.material.snackbar.BaseTransientBottomBar$OnLayoutChangeListener) -cyanogenmod.providers.DataUsageContract: int COLUMN_OF_SLOW_AVG -wangdaye.com.geometricweather.R$layout: int widget_day_pixel -cyanogenmod.profiles.RingModeSettings: void setValue(java.lang.String) -androidx.constraintlayout.widget.R$attr: int showDividers -androidx.vectordrawable.R$id: int accessibility_custom_action_9 -io.reactivex.internal.observers.ForEachWhileObserver: io.reactivex.functions.Action onComplete -androidx.appcompat.widget.SearchView: void setQueryRefinementEnabled(boolean) -com.google.android.material.R$style: int ThemeOverlay_Design_TextInputEditText -wangdaye.com.geometricweather.common.basic.models.weather.WindDegree: boolean isNoDirection() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: void setValue(java.lang.String) -androidx.preference.R$layout: int abc_action_menu_layout -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: java.util.concurrent.atomic.AtomicReference upstream -androidx.constraintlayout.widget.R$attr: int drawableTint -androidx.legacy.coreutils.R$dimen: int compat_notification_large_icon_max_width -okhttp3.internal.ws.WebSocketProtocol: int OPCODE_CONTINUATION -androidx.preference.R$drawable: int abc_menu_hardkey_panel_mtrl_mult -james.adaptiveicon.R$attr: int listChoiceBackgroundIndicator -androidx.work.impl.utils.futures.DirectExecutor: void execute(java.lang.Runnable) -wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree getNighttimeWindDegree() -androidx.lifecycle.extensions.R$drawable: int notification_bg_low -wangdaye.com.geometricweather.R$drawable: int notif_temp_12 -cyanogenmod.app.Profile$NotificationLightMode: int ENABLE -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List ganmao -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer moldLevel -com.tencent.bugly.proguard.y: java.lang.StringBuilder d -com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getPrefixTextColor() -androidx.constraintlayout.widget.R$styleable: int Toolbar_android_gravity -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult$Temperature: double Value -com.google.android.material.R$drawable: int abc_popup_background_mtrl_mult -androidx.appcompat.widget.Toolbar: int getCurrentContentInsetLeft() -wangdaye.com.geometricweather.R$drawable: int flag_hu -com.google.android.material.R$color: int mtrl_tabs_legacy_text_color_selector -okhttp3.internal.Util$2: java.lang.Thread newThread(java.lang.Runnable) -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: io.reactivex.subjects.UnicastSubject window -io.reactivex.internal.util.EmptyComponent: void onComplete() -wangdaye.com.geometricweather.R$styleable: int ButtonBarLayout_allowStacking -androidx.recyclerview.widget.RecyclerView: void setItemViewCacheSize(int) -androidx.appcompat.R$drawable: int abc_ic_go_search_api_material -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_barrierAllowsGoneWidgets -androidx.preference.R$styleable: int PreferenceTheme_switchPreferenceCompatStyle -androidx.constraintlayout.widget.R$attr: int closeIcon -com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Widget_AppCompat_EditText -com.google.android.material.R$style: int Base_Widget_MaterialComponents_AutoCompleteTextView -cyanogenmod.power.IPerformanceManager$Stub: int TRANSACTION_getPowerProfile -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void dispose() -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Dialog_FixedSize -com.tencent.bugly.proguard.r: r() -com.bumptech.glide.integration.okhttp.R$color: int notification_icon_bg_color -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_tooltipText -wangdaye.com.geometricweather.R$attr: int cpv_showDialog -james.adaptiveicon.R$attr: int arrowShaftLength -io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber -cyanogenmod.app.Profile$DozeMode: int DISABLE -wangdaye.com.geometricweather.R$id: int transparency_text -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Medium -androidx.lifecycle.livedata.R: R() -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorPrimaryDark -android.didikee.donate.R$styleable: int SearchView_searchHintIcon -com.xw.repo.bubbleseekbar.R$anim: R$anim() -android.didikee.donate.R$layout: int support_simple_spinner_dropdown_item -okio.RealBufferedSource: long indexOfElement(okio.ByteString) -james.adaptiveicon.R$dimen: int hint_alpha_material_dark -androidx.constraintlayout.utils.widget.MotionTelltales: void setText(java.lang.CharSequence) -com.tencent.bugly.crashreport.common.info.AppInfo -com.google.android.material.R$styleable: int Constraint_visibilityMode -james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat_Dark -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_autoSizeMinTextSize -cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String ACTION_SET_ALARM_ENABLED -androidx.hilt.lifecycle.R$id: int notification_main_column_container -com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_android_layout -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit M -com.google.android.material.R$styleable: int AppCompatTheme_popupWindowStyle -wangdaye.com.geometricweather.background.polling.work.worker.TodayForecastUpdateWorker -james.adaptiveicon.R$attr: int theme -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_overflow_padding_start_material -wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_layout_keyline -androidx.preference.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle -com.google.android.material.R$dimen: int mtrl_calendar_header_divider_thickness -com.google.android.material.R$styleable: int GradientColor_android_centerY -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeRealFeelTemperature +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex yesterday +io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: io.reactivex.Observer downstream +okhttp3.internal.connection.RouteDatabase: void failed(okhttp3.Route) +okhttp3.HttpUrl: java.lang.String QUERY_COMPONENT_ENCODE_SET +androidx.core.app.RemoteActionCompatParcelizer: void write(androidx.core.app.RemoteActionCompat,androidx.versionedparcelable.VersionedParcel) +com.xw.repo.bubbleseekbar.R$layout: int abc_alert_dialog_button_bar_material +androidx.viewpager2.widget.ViewPager2 +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void innerError(int,java.lang.Throwable) +com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String m okhttp3.internal.http2.Settings: int size() -retrofit2.RequestFactory: boolean isMultipart -androidx.appcompat.R$styleable: int SwitchCompat_trackTint -wangdaye.com.geometricweather.R$attr: int tabGravity -cyanogenmod.app.LiveLockScreenInfo: int PRIORITY_LOW -androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_fontStyle -com.turingtechnologies.materialscrollbar.R$attr: int helperTextTextAppearance -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: int STATE_RESULT_VALUE -james.adaptiveicon.R$style: int Widget_AppCompat_Button -com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat_ActionBar -com.google.android.material.card.MaterialCardView: void setCardBackgroundColor(android.content.res.ColorStateList) -com.xw.repo.bubbleseekbar.R$drawable: int notification_bg_normal_pressed -androidx.appcompat.R$id: int tag_accessibility_clickable_spans -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableRightCompat -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Title -androidx.drawerlayout.R$id: int right_icon -com.google.android.material.R$styleable: int LinearLayoutCompat_android_baselineAligned -wangdaye.com.geometricweather.R$attr: int cpv_showOldColor -cyanogenmod.app.Profile: void setScreenLockMode(cyanogenmod.profiles.LockSettings) -wangdaye.com.geometricweather.R$string: int greenDAO -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: java.util.Locale locale -androidx.constraintlayout.widget.R$attr: int navigationContentDescription -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Position: double lat -androidx.recyclerview.widget.RecyclerView: int getBaseline() -androidx.constraintlayout.widget.R$id: int action_menu_presenter -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_marginRight -wangdaye.com.geometricweather.R$styleable: int MotionLayout_motionProgress -androidx.drawerlayout.R$styleable: int FontFamilyFont_android_font -wangdaye.com.geometricweather.R$attr: int drawableRightCompat -com.amap.api.fence.GeoFence: void setExpiration(long) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle -com.google.android.material.R$style: int Widget_AppCompat_Light_ActivityChooserView -com.google.android.material.R$attr: int indeterminateProgressStyle -wangdaye.com.geometricweather.R$id: int widget_clock_day_title -wangdaye.com.geometricweather.R$anim: int fragment_close_exit -androidx.appcompat.widget.Toolbar: int getCurrentContentInsetEnd() -androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode -androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_width -cyanogenmod.profiles.RingModeSettings: boolean mOverride -wangdaye.com.geometricweather.R$id: int activity_about_container -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float Lead -com.turingtechnologies.materialscrollbar.R$attr: int msb_rightToLeft -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: java.lang.String insee -wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation: wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation BOTTOM -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void onComplete() -cyanogenmod.power.PerformanceManager: int[] POSSIBLE_POWER_PROFILES -wangdaye.com.geometricweather.db.entities.AlertEntity: long alertId -androidx.constraintlayout.widget.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha -androidx.preference.R$id: int visible_removing_fragment_view_tag -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_contentInsetRight -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -okhttp3.Route: boolean requiresTunnel() -okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex: int hashCode() -james.adaptiveicon.R$attr: int contentDescription -okhttp3.OkHttpClient: boolean followRedirects -android.didikee.donate.R$style: int TextAppearance_AppCompat_Small -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver inner -androidx.work.R$attr: int fontWeight -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.lang.String Key -com.turingtechnologies.materialscrollbar.R$attr: int fabSize -com.google.android.material.R$styleable: int FontFamilyFont_fontVariationSettings -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light_Dialog -com.google.android.material.R$dimen: int mtrl_alert_dialog_background_inset_end -androidx.appcompat.R$styleable: int AppCompatTheme_windowFixedWidthMinor -com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_gradientRadius -james.adaptiveicon.R$anim -com.google.android.material.R$style: int Base_V21_Theme_AppCompat_Light -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: int maxColor -com.google.android.gms.signin.internal.zak: android.os.Parcelable$Creator CREATOR -cyanogenmod.themes.ThemeManager: java.util.Set mProcessingListeners -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText -wangdaye.com.geometricweather.R$styleable: int[] ThemeEnforcement -wangdaye.com.geometricweather.R$style: int Preference_CheckBoxPreference_Material -androidx.preference.R$id: int accessibility_custom_action_15 -james.adaptiveicon.R$layout: int abc_action_bar_up_container -android.didikee.donate.R$styleable: int AppCompatTheme_editTextBackground -wangdaye.com.geometricweather.R$attr: int alertDialogStyle -androidx.appcompat.R$styleable: int AppCompatTheme_homeAsUpIndicator -androidx.recyclerview.R$dimen: int notification_action_text_size -com.google.android.material.R$string: int mtrl_picker_invalid_format_example -androidx.constraintlayout.widget.R$styleable: int ViewBackgroundHelper_backgroundTintMode -android.didikee.donate.R$styleable: int AppCompatImageView_tintMode -com.tencent.bugly.crashreport.crash.c: java.lang.String o -wangdaye.com.geometricweather.R$attr: int snackbarStyle -com.turingtechnologies.materialscrollbar.R$attr: int layoutManager -com.google.android.material.bottomappbar.BottomAppBar: boolean getHideOnScroll() -androidx.preference.Preference$BaseSavedState -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_92 -androidx.constraintlayout.motion.widget.MotionHelper: MotionHelper(android.content.Context) -okhttp3.internal.cache.FaultHidingSink -io.reactivex.internal.util.EmptyComponent: io.reactivex.internal.util.EmptyComponent[] values() -androidx.appcompat.widget.Toolbar: void setCollapseIcon(android.graphics.drawable.Drawable) -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: ObservableMergeWithCompletable$MergeWithObserver(io.reactivex.Observer) -androidx.recyclerview.R$drawable: int notification_bg -com.google.android.material.textfield.TextInputLayout: float getBoxCornerRadiusTopStart() -okio.BufferedSink: okio.BufferedSink writeShort(int) -wangdaye.com.geometricweather.R$id: int graph -com.jaredrummler.android.colorpicker.R$dimen: int fastscroll_default_thickness -com.google.android.material.R$attr: int tooltipForegroundColor -com.jaredrummler.android.colorpicker.R$attr: int cpv_alphaChannelVisible -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: void onAttachedToWindow() -com.tencent.bugly.crashreport.common.info.a: java.lang.Object az -wangdaye.com.geometricweather.db.entities.DaoMaster: wangdaye.com.geometricweather.db.entities.DaoSession newSession(org.greenrobot.greendao.identityscope.IdentityScopeType) -com.google.android.material.slider.BaseSlider: float getValueOfTouchPositionAbsolute() -androidx.constraintlayout.widget.R$style: int Base_V26_Widget_AppCompat_Toolbar -com.google.android.material.R$id: int ghost_view -androidx.lifecycle.LifecycleRegistry: void popParentState() -james.adaptiveicon.R$style: int Widget_AppCompat_Toolbar -wangdaye.com.geometricweather.R$array: int air_quality_co_unit_values -wangdaye.com.geometricweather.R$attr: int actionLayout -androidx.preference.R$dimen: int tooltip_horizontal_padding -androidx.appcompat.widget.ListPopupWindow: void setOnItemClickListener(android.widget.AdapterView$OnItemClickListener) -androidx.fragment.app.Fragment$InstantiationException -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX -androidx.activity.R$id -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property UvDescription -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setOnClickIntent(android.app.PendingIntent) -cyanogenmod.themes.ThemeManager: cyanogenmod.themes.ThemeManager getInstance(android.content.Context) -android.didikee.donate.R$styleable: int AppCompatTheme_actionModeShareDrawable -com.google.android.material.R$styleable: int RecycleListView_paddingTopNoTitle -androidx.coordinatorlayout.R$string -com.turingtechnologies.materialscrollbar.R$layout: int notification_template_icon_group -wangdaye.com.geometricweather.R$layout: int design_navigation_item_header -androidx.appcompat.R$attr: int contentDescription -androidx.appcompat.widget.AppCompatCheckBox: void setSupportBackgroundTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: int IconCode -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_goneMarginLeft -io.reactivex.Observable: io.reactivex.Observable onTerminateDetach() -okhttp3.internal.cache.DiskLruCache$Entry: java.io.File[] cleanFiles -androidx.constraintlayout.widget.R$drawable: int abc_text_select_handle_middle_mtrl_dark -okhttp3.internal.http2.Http2: Http2() -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView: AbsChartItemView(android.content.Context,android.util.AttributeSet,int) -okhttp3.OkHttpClient: okhttp3.Call newCall(okhttp3.Request) -cyanogenmod.hardware.IThermalListenerCallback$Stub: int TRANSACTION_onThermalChanged_0 -cyanogenmod.alarmclock.ClockContract$AlarmsColumns: java.lang.String MINUTES -cyanogenmod.power.IPerformanceManager$Stub: int TRANSACTION_getProfileHasAppProfiles -androidx.lifecycle.extensions.R$dimen: int notification_top_pad_large_text -okhttp3.Cache$Entry: void writeTo(okhttp3.internal.cache.DiskLruCache$Editor) -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String getProvince() -androidx.cardview.R$styleable: int[] CardView -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_marginTop -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: io.reactivex.internal.operators.observable.ObservableGroupJoin$JoinSupport parent -wangdaye.com.geometricweather.db.entities.LocationEntity: boolean residentPosition -wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.lang.String getLongDate(android.content.Context) -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setTextAppearanceInactive(int) -com.google.android.material.datepicker.PickerFragment -wangdaye.com.geometricweather.R$array: int temperature_units -okhttp3.ResponseBody$1: long val$contentLength -james.adaptiveicon.R$styleable: int[] AppCompatTheme -com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_selector_background_transition_holo_light -androidx.constraintlayout.widget.R$attr: int iconifiedByDefault -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_actionProviderClass -cyanogenmod.externalviews.IExternalViewProvider: void alterWindow(int,int,int,int,boolean,android.graphics.Rect) -com.google.android.material.R$style: int TextAppearance_AppCompat_Tooltip -okio.RealBufferedSink: void flush() -io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: io.reactivex.internal.operators.observable.ObservableRefCount parent -okio.Buffer: okio.ByteString hmac(java.lang.String,okio.ByteString) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_id -com.tencent.bugly.crashreport.common.info.a: java.lang.String J -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List getDailyEntityList() -com.google.android.material.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable -com.google.android.material.R$id: int staticPostLayout -androidx.transition.R$id: int ghost_view -wangdaye.com.geometricweather.R$id: int gone -androidx.constraintlayout.widget.R$styleable: int[] Transition -com.google.gson.internal.LazilyParsedNumber: java.lang.String value -cyanogenmod.app.LiveLockScreenInfo: void cloneInto(cyanogenmod.app.LiveLockScreenInfo) -com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_colored_material -com.google.android.material.R$dimen: int tooltip_y_offset_non_touch -android.didikee.donate.R$dimen: int abc_progress_bar_height_material -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$4 -androidx.fragment.app.Fragment$2 -com.autonavi.aps.amapapi.model.AMapLocationServer: org.json.JSONObject toJson(int) -james.adaptiveicon.R$dimen: int compat_control_corner_material -wangdaye.com.geometricweather.R$styleable: int Transform_android_transformPivotX -retrofit2.RequestFactory$Builder: boolean isKotlinSuspendFunction -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarWidgetTheme -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setSunRise(java.lang.String) -androidx.appcompat.widget.AppCompatSpinner$SavedState: android.os.Parcelable$Creator CREATOR -android.support.v4.os.ResultReceiver: void writeToParcel(android.os.Parcel,int) -cyanogenmod.hardware.ICMHardwareService: boolean set(int,boolean) -com.turingtechnologies.materialscrollbar.R$id: int select_dialog_listview -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: java.lang.String brandId -com.turingtechnologies.materialscrollbar.R$attr: int chipStyle -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void collect(java.util.Collection) -androidx.core.R$id: int normal -androidx.preference.R$color: int material_grey_600 -com.jaredrummler.android.colorpicker.R$color: int bright_foreground_material_dark -wangdaye.com.geometricweather.R$styleable: int SearchView_suggestionRowLayout -wangdaye.com.geometricweather.R$id: int item_weather_daily_title_icon -com.google.android.material.chip.Chip: void setChipStrokeColorResource(int) -wangdaye.com.geometricweather.R$dimen: int mtrl_progress_indicator_size -okhttp3.HttpUrl: java.lang.String FRAGMENT_ENCODE_SET_URI -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher -com.jaredrummler.android.colorpicker.R$id: int src_in -com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String e() -okhttp3.internal.http1.Http1Codec$ChunkedSource: Http1Codec$ChunkedSource(okhttp3.internal.http1.Http1Codec,okhttp3.HttpUrl) -androidx.lifecycle.ReflectiveGenericLifecycleObserver: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) -wangdaye.com.geometricweather.R$array: int widget_text_colors -androidx.vectordrawable.R$id -androidx.preference.R$dimen: int abc_button_padding_vertical_material -com.tencent.bugly.crashreport.biz.UserInfoBean: java.lang.String m -androidx.preference.R$styleable: int MenuView_android_horizontalDivider -wangdaye.com.geometricweather.R$id: int firstVisible -androidx.constraintlayout.widget.R$attr: int animate_relativeTo -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: boolean mObserving -androidx.constraintlayout.widget.R$string: int abc_capital_on -androidx.hilt.work.R$styleable: int GradientColor_android_startColor -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight -android.didikee.donate.R$dimen: int abc_dropdownitem_text_padding_left -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial: AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial() -androidx.recyclerview.R$drawable: int notification_bg_normal_pressed -com.github.rahatarmanahmed.cpv.CircularProgressView$8: float val$start -androidx.appcompat.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize -com.google.android.material.R$attr: int thumbElevation -james.adaptiveicon.R$attr: int titleTextAppearance -androidx.appcompat.R$styleable: int[] ActionMenuView -wangdaye.com.geometricweather.R$drawable: int ic_aqi -com.baidu.location.e.l$b: java.lang.String f -io.reactivex.internal.schedulers.ScheduledDirectPeriodicTask: void run() -androidx.viewpager2.R$layout: int notification_template_icon_group -okhttp3.ResponseBody$BomAwareReader -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addPathSegments(java.lang.String,boolean) -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.WeatherEntityDao weatherEntityDao -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_showDelay -okio.Buffer$UnsafeCursor: boolean readWrite -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningMaxCountItems: java.lang.String textCount -wangdaye.com.geometricweather.R$id: int notification_big_icon_2 -wangdaye.com.geometricweather.remoteviews.config.Hilt_DayWeekWidgetConfigActivity: Hilt_DayWeekWidgetConfigActivity() -com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource[] values() -com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year -androidx.preference.R$anim: int btn_radio_to_on_mtrl_ring_outer_path_animation -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$Geometry: MfForecastV2Result$Geometry() -cyanogenmod.providers.CMSettings$Global: boolean putStringForUser(android.content.ContentResolver,java.lang.String,java.lang.String,int) -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: void setCurrentIndicatorColor(int) -androidx.preference.R$styleable: int GradientColor_android_startY -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView: AbsChartItemView(android.content.Context) -com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status COMPLETE -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean getPrecipitationProbability() -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: java.lang.String toValue(java.util.List) -wangdaye.com.geometricweather.R$attr: int deriveConstraintsFrom -okio.ForwardingSource: long read(okio.Buffer,long) -com.google.android.material.R$attr: int showText -androidx.appcompat.widget.ActionMenuPresenter$SavedState -androidx.fragment.R$dimen: int notification_media_narrow_margin -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean() -com.google.android.material.R$attr: int pressedTranslationZ -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType InsertInTxArray -android.didikee.donate.R$styleable: int Toolbar_titleMarginEnd -wangdaye.com.geometricweather.R$layout: int material_clockface_view -com.turingtechnologies.materialscrollbar.R$attr: int searchIcon -com.google.android.material.R$anim: int mtrl_card_lowers_interpolator -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer uvIndex -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorAccent -com.tencent.bugly.crashreport.crash.h5.H5JavaScriptInterface: java.lang.Thread c -com.google.android.material.R$attr: int layout_editor_absoluteY -wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.String level -io.reactivex.Observable: io.reactivex.Observable buffer(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_moonPhaseText -okio.Buffer$1: void write(byte[],int,int) -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onBouncerShowing(boolean) -androidx.legacy.coreutils.R$id: int time -wangdaye.com.geometricweather.R$attr: int circularInset -androidx.constraintlayout.widget.ConstraintLayout: void setConstraintSet(androidx.constraintlayout.widget.ConstraintSet) -wangdaye.com.geometricweather.R$drawable: int common_full_open_on_phone -com.github.rahatarmanahmed.cpv.CircularProgressView$3: void onAnimationUpdate(android.animation.ValueAnimator) -io.reactivex.internal.subscriptions.SubscriptionHelper: boolean validate(long) -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getTrendTemperature(android.content.Context,java.lang.Integer,java.lang.Integer,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) -androidx.lifecycle.ViewModelProviders -wangdaye.com.geometricweather.R$styleable: int Transition_motionInterpolator -com.google.android.material.R$style: int Theme_MaterialComponents_Light_Bridge -androidx.hilt.work.R$id -com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String o -com.turingtechnologies.materialscrollbar.R$attr: int titleMarginBottom -wangdaye.com.geometricweather.R$drawable: int ic_grass -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_pathMotionArc -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorSwitchThumbNormal -com.google.android.material.R$id: int title -com.google.android.material.R$drawable: R$drawable() -james.adaptiveicon.R$attr: int voiceIcon -wangdaye.com.geometricweather.R$string: int feedback_subtitle_data -wangdaye.com.geometricweather.db.entities.WeatherEntity: long getUpdateTime() -okhttp3.internal.http.HttpDate$1 -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_rotationX -wangdaye.com.geometricweather.R$attr: int layout_goneMarginEnd -com.google.android.material.R$id: int mtrl_picker_header_title_and_selection -androidx.viewpager.widget.PagerTabStrip: int getTabIndicatorColor() -androidx.preference.R$attr: int buttonPanelSideLayout -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: java.lang.Throwable error -com.tencent.bugly.proguard.z: boolean a(java.io.File,java.io.File,int) -com.google.android.material.slider.BaseSlider: void setValuesInternal(java.util.ArrayList) -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments$WarningTextBlocItem: MfWarningsResult$WarningComments$WarningTextBlocItem() -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String getLongitude() -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_commitIcon -com.google.android.material.R$style: int Theme_MaterialComponents_Light_DarkActionBar_Bridge -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast: ObservableSampleWithObservable$SampleMainEmitLast(io.reactivex.Observer,io.reactivex.ObservableSource) -com.jaredrummler.android.colorpicker.R$attr: int colorPrimary -com.google.android.material.R$id: int accessibility_custom_action_28 -androidx.appcompat.R$styleable: int MenuView_android_verticalDivider -com.google.android.material.R$styleable: int AppCompatTheme_windowMinWidthMajor -com.google.android.material.R$attr: int nestedScrollFlags -com.xw.repo.bubbleseekbar.R$attr: int textColorSearchUrl -wangdaye.com.geometricweather.R$styleable: int Tooltip_android_textAppearance -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void onError(java.lang.Throwable) -androidx.hilt.R$id: int actions -james.adaptiveicon.R$attr: int windowMinWidthMinor -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_itemPadding -io.reactivex.Observable: io.reactivex.Observable flatMapMaybe(io.reactivex.functions.Function) -retrofit2.HttpServiceMethod$CallAdapted: java.lang.Object adapt(retrofit2.Call,java.lang.Object[]) -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Display2 -androidx.lifecycle.extensions.R$styleable: int GradientColorItem_android_color -androidx.core.R$styleable: int FontFamily_fontProviderCerts -com.google.android.material.chip.Chip: android.text.TextUtils$TruncateAt getEllipsize() -androidx.appcompat.R$color: int androidx_core_ripple_material_light -com.google.android.material.R$styleable: int ExtendedFloatingActionButton_collapsedSize -androidx.recyclerview.R$id: R$id() -wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle -androidx.viewpager2.R$attr: int stackFromEnd -io.reactivex.disposables.ReferenceDisposable -wangdaye.com.geometricweather.R$color: int notification_background_m -com.google.android.material.R$attr: int sizePercent -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamily_fontProviderFetchStrategy -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Direction: java.lang.String English -androidx.appcompat.R$attr: int ratingBarStyleSmall -wangdaye.com.geometricweather.R$attr: int contentDescription -androidx.preference.R$id: int end -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: java.util.concurrent.atomic.AtomicReference timer -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial: java.lang.String Unit -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: io.reactivex.internal.operators.observable.ObservableReplay$ReplayBuffer buffer -com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat_Light -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Snow: int UnitType -wangdaye.com.geometricweather.R$layout: int item_weather_icon_title -com.tencent.bugly.crashreport.crash.b: boolean a(com.tencent.bugly.crashreport.crash.CrashDetailBean) +com.google.android.material.R$style: int Theme_AppCompat_DialogWhenLarge +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String Link +wangdaye.com.geometricweather.R$layout: int preference_widget_checkbox +okio.GzipSink: void flush() +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: ObservableConcatMap$SourceObserver$InnerObserver(io.reactivex.Observer,io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver) +androidx.hilt.work.R$styleable: int FontFamilyFont_ttcIndex +james.adaptiveicon.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_alphabeticShortcut +com.google.android.material.R$id: int accessibility_custom_action_15 +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeTotalPrecipitationProbability +androidx.hilt.work.R$drawable: int notification_bg_low_normal +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: java.lang.String getTo() +wangdaye.com.geometricweather.R$drawable: int notif_temp_15 +androidx.recyclerview.R$attr: int fontProviderAuthority +io.reactivex.Observable: io.reactivex.Observable zipWith(io.reactivex.ObservableSource,io.reactivex.functions.BiFunction,boolean) +okhttp3.internal.http2.Http2Connection$ReaderRunnable$1: okhttp3.internal.http2.Http2Connection$ReaderRunnable this$1 +wangdaye.com.geometricweather.R$string: int key_icon_provider +retrofit2.adapter.rxjava2.Result: retrofit2.adapter.rxjava2.Result response(retrofit2.Response) +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.R$dimen: int hint_pressed_alpha_material_dark +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX() +androidx.preference.R$style: int Widget_AppCompat_Light_AutoCompleteTextView +com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableCompat_android_dither +com.google.android.material.R$string: int abc_action_menu_overflow_description +okhttp3.internal.http2.Http2: java.lang.String formatFlags(byte,byte) +com.github.rahatarmanahmed.cpv.R$styleable +com.jaredrummler.android.colorpicker.R$drawable: int abc_list_selector_background_transition_holo_light +androidx.appcompat.widget.SearchView: SearchView(android.content.Context) +android.support.v4.app.INotificationSideChannel$Stub$Proxy: android.support.v4.app.INotificationSideChannel sDefaultImpl +androidx.appcompat.widget.AppCompatImageButton: AppCompatImageButton(android.content.Context,android.util.AttributeSet) +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: boolean isExecuted() +com.jaredrummler.android.colorpicker.R$attr: int drawableSize +com.google.android.material.R$attr: int brightness +com.google.android.material.R$styleable: int StateListDrawable_android_constantSize +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +com.jaredrummler.android.colorpicker.R$dimen: int abc_cascading_menus_min_smallest_width +okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder cipherSuites(okhttp3.CipherSuite[]) +com.xw.repo.bubbleseekbar.R$attr: int bsb_thumb_color +wangdaye.com.geometricweather.R$dimen: int little_margin +io.reactivex.Observable: io.reactivex.Observable timestamp(java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +com.google.android.material.appbar.CollapsingToolbarLayout: void setScrimAlpha(int) +com.github.rahatarmanahmed.cpv.CircularProgressView$7 +wangdaye.com.geometricweather.R$styleable: int KeyTrigger_motion_triggerOnCollision +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$LocalSource: AccuDailyResult$DailyForecasts$Night$LocalSource() +wangdaye.com.geometricweather.R$style: int Base_Animation_AppCompat_Dialog +androidx.constraintlayout.widget.R$styleable: int OnSwipe_dragDirection +retrofit2.KotlinExtensions$suspendAndThrow$$inlined$suspendCoroutineUninterceptedOrReturn$lambda$1: KotlinExtensions$suspendAndThrow$$inlined$suspendCoroutineUninterceptedOrReturn$lambda$1(kotlin.coroutines.Continuation,java.lang.Exception) +android.didikee.donate.R$drawable: int notification_bg_low_pressed +androidx.lifecycle.ReportFragment: androidx.lifecycle.ReportFragment get(android.app.Activity) +wangdaye.com.geometricweather.R$id: int staticPostLayout +com.google.android.material.R$styleable: int SnackbarLayout_elevation +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_navigation_height +okhttp3.internal.http2.Http2Connection: int lastGoodStreamId +com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_updatesContinuously +wangdaye.com.geometricweather.R$drawable: int notif_temp_99 +androidx.constraintlayout.widget.R$attr: int saturation +wangdaye.com.geometricweather.R$styleable: int ColorStateListItem_android_alpha +androidx.fragment.R$id: int blocking +androidx.appcompat.R$id: int tag_screen_reader_focusable +wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_text_light_focused +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_liftOnScroll +androidx.hilt.work.R$dimen: int notification_subtext_size +wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_lightOnTouch +com.jaredrummler.android.colorpicker.R$attr: int windowMinWidthMajor +androidx.preference.R$style: int Base_Widget_AppCompat_ActionBar_Solid +androidx.appcompat.widget.FitWindowsLinearLayout: FitWindowsLinearLayout(android.content.Context) +androidx.work.R$drawable +okhttp3.internal.platform.JdkWithJettyBootPlatform: void configureTlsExtensions(javax.net.ssl.SSLSocket,java.lang.String,java.util.List) +wangdaye.com.geometricweather.R$styleable: int SignInButton_scopeUris +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_strokeWidth +androidx.constraintlayout.widget.R$attr: int maxHeight +com.google.android.material.R$attr: int displayOptions +wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: int getIconSize() +com.tencent.bugly.proguard.s: com.tencent.bugly.proguard.s a(android.content.Context) +androidx.appcompat.R$style: int TextAppearance_AppCompat +androidx.work.R$id: int accessibility_custom_action_4 +io.reactivex.internal.util.NotificationLite: java.lang.String toString() +wangdaye.com.geometricweather.R$styleable: int OnSwipe_onTouchUp +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintDimensionRatio +wangdaye.com.geometricweather.R$string: int path_password_eye_mask_strike_through +androidx.constraintlayout.utils.widget.ImageFilterView: void setCrossfade(float) +james.adaptiveicon.R$string: int abc_searchview_description_voice +okio.BufferedSource: boolean request(long) +androidx.preference.R$id: int action_mode_bar_stub +androidx.appcompat.R$styleable: int DrawerArrowToggle_spinBars +okhttp3.internal.connection.StreamAllocation$StreamAllocationReference: java.lang.Object callStackTrace +androidx.appcompat.resources.R$attr +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_minWidth +retrofit2.ParameterHandler$RelativeUrl +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: boolean isDisposed() +androidx.dynamicanimation.R$styleable: int FontFamilyFont_android_font +com.google.android.material.R$string: int material_timepicker_clock_mode_description +androidx.preference.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void innerError(io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver,java.lang.Throwable) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeShareDrawable +com.google.android.material.R$styleable: int[] ShapeableImageView +wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_fontWeight +com.google.android.material.R$id: int clear_text +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart +wangdaye.com.geometricweather.R$interpolator: int btn_radio_to_off_mtrl_animation_interpolator_0 +android.didikee.donate.R$attr: int dividerPadding +androidx.preference.R$style: int Base_V21_Theme_AppCompat +io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: boolean disconnectedEarly +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarTheme +okio.BufferedSink: okio.Buffer buffer() +wangdaye.com.geometricweather.R$id: int widget_day_week_icon_5 +wangdaye.com.geometricweather.R$drawable: int ic_temperature_kelvin +androidx.appcompat.R$drawable: int abc_btn_switch_to_on_mtrl_00001 +com.xw.repo.bubbleseekbar.R$styleable: int View_paddingEnd +cyanogenmod.weatherservice.WeatherProviderService$1: void cancelRequest(int) +com.google.android.material.R$styleable: int[] KeyAttribute +com.google.android.material.R$styleable: int Toolbar_titleMarginEnd +androidx.constraintlayout.widget.R$attr: int paddingBottomNoButtons +com.google.android.material.R$dimen: int design_bottom_sheet_modal_elevation +com.google.android.material.R$styleable: int KeyAttribute_android_translationZ +androidx.preference.R$styleable: int[] ActivityChooserView +cyanogenmod.app.BaseLiveLockManagerService$1 +cyanogenmod.hardware.CMHardwareManager: int getVibratorDefaultIntensity() +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setTotalPrecipitationProbability(java.lang.Float) +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: androidx.lifecycle.LifecycleOwner mLifecycle +androidx.appcompat.R$styleable: int AlertDialog_listItemLayout +com.google.android.material.R$style: int ThemeOverlay_AppCompat_Dialog +okhttp3.internal.connection.ConnectionSpecSelector: boolean isFallbackPossible(javax.net.ssl.SSLSocket) +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void headers(boolean,int,int,java.util.List) +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderSelection +okhttp3.OkHttpClient: okhttp3.CertificatePinner certificatePinner() +com.google.android.material.R$dimen: int mtrl_btn_icon_padding +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeStyle +androidx.preference.R$styleable: int DialogPreference_android_dialogIcon +wangdaye.com.geometricweather.R$attr: int iconSpaceReserved +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Toolbar +james.adaptiveicon.R$dimen: int abc_switch_padding +cyanogenmod.app.IProfileManager: void updateProfile(cyanogenmod.app.Profile) +io.reactivex.internal.observers.ForEachWhileObserver: io.reactivex.functions.Action onComplete +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Snow +wangdaye.com.geometricweather.R$attr: int tabIndicatorAnimationDuration +android.didikee.donate.R$styleable: int[] ViewStubCompat +com.jaredrummler.android.colorpicker.R$style: int Preference_Category +cyanogenmod.themes.IThemeProcessingListener$Stub$Proxy: void onFinishedProcessing(java.lang.String) +wangdaye.com.geometricweather.R$attr: int drawerArrowStyle +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabUnboundedRipple +wangdaye.com.geometricweather.R$string: int mtrl_picker_text_input_date_hint +wangdaye.com.geometricweather.R$attr: int inner_margins +com.turingtechnologies.materialscrollbar.R$id: int mini +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode +retrofit2.Retrofit: void validateServiceInterface(java.lang.Class) +james.adaptiveicon.R$styleable: int ViewBackgroundHelper_android_background +com.google.android.material.slider.RangeSlider: void setHaloRadiusResource(int) +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_TabBar +wangdaye.com.geometricweather.R$attr: int percentY +wangdaye.com.geometricweather.R$string: int key_widget_clock_day_details +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void drain() +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: java.lang.String LongPhrase +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_controlBackground +com.google.android.material.R$string: int mtrl_picker_range_header_title +wangdaye.com.geometricweather.db.entities.LocationEntity: boolean currentPosition +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_25 +com.google.android.material.R$styleable: int MotionTelltales_telltales_tailScale +androidx.cardview.widget.CardView: void setUseCompatPadding(boolean) +androidx.preference.SeekBarPreference: SeekBarPreference(android.content.Context,android.util.AttributeSet) +james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert +com.google.android.material.R$styleable: int ChipGroup_selectionRequired +androidx.constraintlayout.widget.R$id: int parent +androidx.recyclerview.R$dimen: int compat_control_corner_material +io.reactivex.Observable: io.reactivex.Single lastOrError() +android.support.v4.app.INotificationSideChannel$Default: void notify(java.lang.String,int,java.lang.String,android.app.Notification) +androidx.constraintlayout.widget.R$attr: int layout_constraintStart_toStartOf +com.google.android.material.navigation.NavigationView: void setElevation(float) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_tooltipFrameBackground +wangdaye.com.geometricweather.background.polling.work.worker.AsyncUpdateWorker +com.tencent.bugly.crashreport.inner.InnerApi: void postU3dCrashAsync(java.lang.String,java.lang.String,java.lang.String) +cyanogenmod.app.Profile: void setProfileType(int) +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_action_padding +com.turingtechnologies.materialscrollbar.R$id: int action_divider +androidx.cardview.R$attr: int contentPaddingBottom +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setNavBar(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Metric: double Value +wangdaye.com.geometricweather.R$color: int primary_text_default_material_light +com.google.android.material.R$drawable: int material_ic_keyboard_arrow_next_black_24dp +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: ObservableTakeLastTimed$TakeLastTimedObserver(io.reactivex.Observer,long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,int,boolean) +cyanogenmod.externalviews.KeyguardExternalView: android.os.IBinder access$202(cyanogenmod.externalviews.KeyguardExternalView,android.os.IBinder) +wangdaye.com.geometricweather.R$style: int Base_V14_ThemeOverlay_MaterialComponents_Dialog +androidx.preference.R$id: int switchWidget +androidx.lifecycle.LiveData: void considerNotify(androidx.lifecycle.LiveData$ObserverWrapper) +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_android_enabled +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean getTemperature() +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView: DoubleHistogramView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$dimen: int hourly_trend_item_height +com.tencent.bugly.BuglyStrategy: boolean l +wangdaye.com.geometricweather.R$id: int fragment_container_view_tag +james.adaptiveicon.R$style: int Widget_AppCompat_DropDownItem_Spinner +com.amap.api.fence.PoiItem: java.lang.String c +androidx.hilt.R$anim: int fragment_close_exit +wangdaye.com.geometricweather.R$styleable: int Slider_android_stepSize +wangdaye.com.geometricweather.R$attr: int flow_maxElementsWrap +wangdaye.com.geometricweather.R$attr: int singleSelection +androidx.preference.R$style: int Base_ThemeOverlay_AppCompat_Light +cyanogenmod.providers.CMSettings: boolean LOCAL_LOGV +wangdaye.com.geometricweather.R$id: int sort_button +com.tencent.bugly.crashreport.biz.UserInfoBean: UserInfoBean() +wangdaye.com.geometricweather.R$style: int Preference_DropDown_Material +androidx.preference.R$string: int status_bar_notification_info_overflow +androidx.viewpager.R$dimen: int notification_action_icon_size +james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceListItem +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: java.util.List maxCountItems +com.google.android.material.R$styleable: int StateListDrawable_android_enterFadeDuration +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_DarkActionBar_Bridge +androidx.hilt.work.R$dimen: int compat_button_inset_vertical_material +androidx.transition.R$styleable: int GradientColor_android_centerX +retrofit2.KotlinExtensions$awaitResponse$2$2: kotlinx.coroutines.CancellableContinuation $continuation +wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_android_insetBottom +io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: io.reactivex.disposables.Disposable upstream +wangdaye.com.geometricweather.R$dimen: int abc_action_bar_default_padding_end_material +wangdaye.com.geometricweather.R$id: int action_container +com.jaredrummler.android.colorpicker.R$styleable: int Preference_enableCopying +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Bridge +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub: IExternalViewProviderFactory$Stub() +wangdaye.com.geometricweather.R$attr: int selectionRequired +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Weather: MfHistoryResult$History$Weather() +com.google.android.material.appbar.CollapsingToolbarLayout: void setTitle(java.lang.CharSequence) +com.jaredrummler.android.colorpicker.R$drawable: int abc_item_background_holo_light +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_android_textOff +com.google.android.material.R$styleable: int TextInputLayout_prefixTextColor +io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: void onComplete() +com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_singleSelection +androidx.constraintlayout.widget.R$anim: int abc_slide_out_bottom +androidx.recyclerview.widget.RecyclerView: boolean getClipToPadding() +com.jaredrummler.android.colorpicker.R$attr: int imageButtonStyle +cyanogenmod.providers.ThemesContract$ThemesColumns +com.turingtechnologies.materialscrollbar.R$color: int mtrl_tabs_ripple_color +android.didikee.donate.R$color: int material_blue_grey_900 +androidx.appcompat.R$styleable: int AppCompatTheme_colorControlNormal +com.google.android.material.R$attr: int boxStrokeColor +com.tencent.bugly.proguard.ai +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialButtonToggleGroup +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_fontVariationSettings +com.google.android.material.R$styleable: int AppCompatTheme_ratingBarStyleIndicator +okhttp3.HttpUrl: boolean isHttps() +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_rotation +okhttp3.Headers$Builder: okhttp3.Headers$Builder add(java.lang.String,java.util.Date) +com.google.gson.internal.$Gson$Types$WildcardTypeImpl: java.lang.reflect.Type[] getLowerBounds() +com.google.android.material.R$string: int mtrl_picker_invalid_range +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.Long id +james.adaptiveicon.R$attr: int titleMarginStart +james.adaptiveicon.R$id: int alertTitle +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_ratingBarStyleIndicator +com.amap.api.fence.GeoFence: void setCurrentLocation(com.amap.api.location.AMapLocation) +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Dialog_Alert +androidx.constraintlayout.widget.R$styleable: int ActionBar_homeLayout +io.reactivex.Observable: io.reactivex.Observable buffer(io.reactivex.ObservableSource,java.util.concurrent.Callable) +com.xw.repo.bubbleseekbar.R$attr: int bsb_bubble_text_color +com.google.android.material.slider.RangeSlider: int getHaloRadius() +com.google.android.material.R$attr: int tabPaddingBottom +androidx.swiperefreshlayout.R$attr +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_navigationContentDescription +okhttp3.Route: Route(okhttp3.Address,java.net.Proxy,java.net.InetSocketAddress) +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.google.android.material.R$styleable: int AppCompatSeekBar_android_thumb +wangdaye.com.geometricweather.R$styleable: int PreferenceGroup_orderingFromXml +android.didikee.donate.R$styleable: int Toolbar_contentInsetRight +com.google.android.material.R$animator: int linear_indeterminate_line1_head_interpolator +wangdaye.com.geometricweather.R$layout: int widget_day_week_rectangle +androidx.appcompat.R$attr: int selectableItemBackground +okhttp3.internal.http2.Http2Connection: boolean pushedStream(int) +androidx.loader.R$drawable: int notification_tile_bg +com.google.android.material.behavior.HideBottomViewOnScrollBehavior: HideBottomViewOnScrollBehavior() +androidx.vectordrawable.animated.R$styleable: int GradientColor_android_endX +james.adaptiveicon.R$layout: int abc_search_dropdown_item_icons_2line +okio.RealBufferedSource$1: java.lang.String toString() +okhttp3.internal.http1.Http1Codec: okio.BufferedSource source +cyanogenmod.app.ILiveLockScreenManagerProvider: void updateDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) +wangdaye.com.geometricweather.R$attr: int iconResEnd +com.amap.api.location.AMapLocation: double a(com.amap.api.location.AMapLocation,double) +com.xw.repo.bubbleseekbar.R$layout: int select_dialog_multichoice_material +com.turingtechnologies.materialscrollbar.R$attr: int imageButtonStyle +androidx.preference.internal.PreferenceImageView: PreferenceImageView(android.content.Context) +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cps +wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: void setSunDrawable(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) +androidx.preference.R$attr: int tickMarkTintMode +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_order +android.didikee.donate.R$attr: int actionLayout +wangdaye.com.geometricweather.R$drawable: int shortcuts_partly_cloudy_night +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintBottom_toTopOf +androidx.lifecycle.ComputableLiveData: void invalidate() +androidx.viewpager2.R$id: int right_icon +androidx.loader.R$styleable: int ColorStateListItem_android_color +androidx.appcompat.widget.ActionBarOverlayLayout: ActionBarOverlayLayout(android.content.Context,android.util.AttributeSet) +androidx.dynamicanimation.R$color +wangdaye.com.geometricweather.R$dimen: int abc_text_size_display_3_material +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorError +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_activityChooserViewStyle +wangdaye.com.geometricweather.R$drawable: int ic_precipitation +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator PEOPLE_LOOKUP_PROVIDER_VALIDATOR +com.amap.api.fence.PoiItem: void setAddress(java.lang.String) +androidx.swiperefreshlayout.R$dimen: int notification_media_narrow_margin +com.turingtechnologies.materialscrollbar.R$attr: int chipStandaloneStyle +androidx.preference.R$styleable: int SwitchCompat_track +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Dialog_FixedSize +com.tencent.bugly.crashreport.crash.CrashDetailBean: long a +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ButtonBar +com.tencent.bugly.BuglyStrategy: boolean isReplaceOldChannel() +com.amap.api.fence.DistrictItem$1: DistrictItem$1() +okhttp3.Cache$Entry: okhttp3.Headers varyHeaders +wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_fontFamily +androidx.preference.R$styleable: int ActionBar_progressBarPadding +com.jaredrummler.android.colorpicker.R$id: int progress_circular +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_elevation +com.google.android.material.R$style: int Base_Widget_MaterialComponents_ProgressIndicator_Circular +androidx.viewpager.widget.PagerTabStrip: PagerTabStrip(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$layout: int abc_alert_dialog_title_material +cyanogenmod.weatherservice.WeatherProviderService: java.lang.String SERVICE_META_DATA +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust WindGust +james.adaptiveicon.R$styleable: int TextAppearance_textAllCaps +com.bumptech.glide.integration.okhttp.R$attr: int fontStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: java.lang.String getFrom() +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind: double gust +com.google.android.material.R$style: int Widget_AppCompat_CompoundButton_RadioButton +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: int sourceMode +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: void onComplete() +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: java.lang.String temperature +com.google.android.material.R$id: int accessibility_custom_action_26 +com.google.android.material.R$style: int Platform_V21_AppCompat +androidx.constraintlayout.widget.R$attr: int actionModeSelectAllDrawable +com.google.android.material.R$styleable: int KeyAttribute_android_scaleY +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem +androidx.fragment.R$id: int accessibility_custom_action_16 +androidx.constraintlayout.widget.R$styleable: int MotionLayout_layoutDescription +cyanogenmod.weather.RequestInfo: android.location.Location mLocation +io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: long idx +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: int CloudCover +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: io.reactivex.disposables.Disposable upstream +androidx.appcompat.widget.SearchView$SearchAutoComplete: void setThreshold(int) +wangdaye.com.geometricweather.R$styleable: int ColorPickerView_cpv_borderColor +androidx.coordinatorlayout.R$dimen: R$dimen() +com.google.android.material.R$style: int Base_V21_Theme_MaterialComponents +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_stacked_tab_max_width +okhttp3.Route: boolean requiresTunnel() +retrofit2.Platform: int defaultCallAdapterFactoriesSize() +com.turingtechnologies.materialscrollbar.R$id: int content +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_TEMPERATURE +androidx.appcompat.R$attr: int colorControlActivated +cyanogenmod.weather.WeatherInfo: java.lang.String mCity +android.didikee.donate.R$layout: int abc_action_mode_close_item_material +wangdaye.com.geometricweather.db.entities.DailyEntity: void setGrassLevel(java.lang.Integer) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Metric: int UnitType +androidx.appcompat.R$attr: int showDividers +wangdaye.com.geometricweather.R$styleable: int Chip_chipIcon +com.google.android.material.tabs.TabLayout: void setSelectedTabIndicator(android.graphics.drawable.Drawable) +androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse +androidx.preference.R$attr: int showTitle +androidx.constraintlayout.widget.R$color: int abc_color_highlight_material +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType DeleteInTxArray +androidx.core.R$styleable: R$styleable() +androidx.loader.R$styleable: int ColorStateListItem_android_alpha +cyanogenmod.app.ICustomTileListener$Stub$Proxy: android.os.IBinder asBinder() +com.google.android.material.R$styleable: int KeyTimeCycle_transitionPathRotate +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.lang.String threshold +com.google.android.gms.location.LocationResult: android.os.Parcelable$Creator CREATOR +androidx.loader.R$layout: R$layout() +com.google.android.material.R$styleable: int[] ForegroundLinearLayout +androidx.appcompat.R$attr: int backgroundStacked +james.adaptiveicon.R$attr: int colorPrimaryDark +com.tencent.bugly.crashreport.crash.e: java.lang.String b(java.lang.Throwable,int) +androidx.viewpager2.R$styleable: int GradientColor_android_endY +android.didikee.donate.R$drawable: int abc_btn_radio_to_on_mtrl_015 +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Large_Inverse +com.google.android.gms.base.R$color: int common_google_signin_btn_text_light_default +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_closeIcon +com.turingtechnologies.materialscrollbar.R$attr: int buttonTint +io.reactivex.internal.subscriptions.DeferredScalarSubscription: int FUSED_EMPTY +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode HAIL +wangdaye.com.geometricweather.R$attr: int endIconContentDescription +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_android_thumb +com.google.android.material.button.MaterialButton: int getIconSize() +com.turingtechnologies.materialscrollbar.R$styleable: int CardView_android_minHeight +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleMarginEnd +com.tencent.bugly.crashreport.common.info.b: long h() +com.turingtechnologies.materialscrollbar.R$attr: int tickMarkTintMode +okhttp3.internal.io.FileSystem: okhttp3.internal.io.FileSystem SYSTEM +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_103 +androidx.appcompat.R$drawable: int abc_menu_hardkey_panel_mtrl_mult +com.google.android.material.button.MaterialButton: android.content.res.ColorStateList getBackgroundTintList() +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColorItem_android_offset +androidx.constraintlayout.widget.R$attr: int motionPathRotate +com.tencent.bugly.crashreport.crash.a: int compareTo(java.lang.Object) +com.google.android.material.R$color: int mtrl_card_view_ripple +com.google.android.material.R$style: int ShapeAppearance_MaterialComponents_LargeComponent +wangdaye.com.geometricweather.R$style: int Platform_V25_AppCompat +james.adaptiveicon.R$styleable: int AppCompatTextView_drawableTintMode +com.google.android.material.R$styleable: int AppBarLayoutStates_state_collapsible +io.reactivex.internal.observers.DeferredScalarDisposable: boolean tryDispose() +com.xw.repo.bubbleseekbar.R$attr: int windowNoTitle +com.turingtechnologies.materialscrollbar.R$attr: int defaultQueryHint +okhttp3.CacheControl: okhttp3.CacheControl FORCE_NETWORK +cyanogenmod.app.CustomTile$ExpandedStyle: CustomTile$ExpandedStyle(android.os.Parcel,cyanogenmod.app.CustomTile$1) +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown +cyanogenmod.hardware.CMHardwareManager: boolean get(int) +com.bumptech.glide.R$drawable: int notification_bg_normal_pressed +wangdaye.com.geometricweather.R$attr: int startIconTint +wangdaye.com.geometricweather.R$id: int widget_week_icon_4 +cyanogenmod.util.ColorUtils: ColorUtils() +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_android_checkable +wangdaye.com.geometricweather.R$dimen: int abc_action_bar_overflow_padding_end_material +com.tencent.bugly.crashreport.crash.b: boolean a(com.tencent.bugly.crashreport.crash.CrashDetailBean,int) +androidx.appcompat.widget.SwitchCompat: int getSwitchPadding() +androidx.work.R$id: int accessibility_custom_action_28 +james.adaptiveicon.R$drawable: int abc_tab_indicator_mtrl_alpha +com.jaredrummler.android.colorpicker.R$style: int Animation_AppCompat_DropDownUp +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator INCREASING_RING_RAMP_UP_TIME_VALIDATOR +androidx.viewpager.widget.ViewPager: void setOffscreenPageLimit(int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: java.lang.String unit +androidx.legacy.coreutils.R$attr: int fontVariationSettings +okhttp3.Response$Builder: okhttp3.Response$Builder message(java.lang.String) +androidx.core.R$drawable: R$drawable() +com.tencent.bugly.crashreport.common.info.b: java.lang.String a() +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionMenuTextAppearance +com.google.android.material.R$id: int topPanel +androidx.constraintlayout.widget.R$attr: int tickMarkTint +com.google.android.material.R$styleable: int MenuItem_android_checkable +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_17 +androidx.appcompat.resources.R$id: int italic +wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_yearStyle +wangdaye.com.geometricweather.R$id: int item_about_library_content +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_10 +wangdaye.com.geometricweather.R$integer: int mtrl_calendar_selection_text_lines +androidx.customview.R$styleable: int FontFamilyFont_fontVariationSettings +androidx.hilt.R$id: int accessibility_custom_action_23 +androidx.cardview.R$style: R$style() +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float totalPrecipitationProbability +androidx.preference.R$styleable: int AppCompatTheme_actionMenuTextAppearance +com.google.android.material.R$styleable: int ConstraintSet_barrierDirection +androidx.preference.R$id: int text +wangdaye.com.geometricweather.R$styleable: int Toolbar_collapseIcon +james.adaptiveicon.R$styleable: int AppCompatTheme_seekBarStyle +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setCity(java.lang.String) +io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.appcompat.R$id: int tag_accessibility_pane_title +com.amap.api.location.AMapLocation: AMapLocation(android.location.Location) +io.reactivex.Observable: io.reactivex.Observable mergeDelayError(io.reactivex.ObservableSource,io.reactivex.ObservableSource) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Imperial: java.lang.String Unit +io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain +com.google.android.material.appbar.AppBarLayout: void setVisibility(int) +androidx.preference.R$dimen: int abc_control_padding_material +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_CUSTOM_ENABLE_VALIDATOR +androidx.hilt.R$layout: int notification_template_custom_big +wangdaye.com.geometricweather.R$attr: int defaultQueryHint +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_31 +com.google.android.material.textfield.TextInputLayout: void setHint(java.lang.CharSequence) +okhttp3.Cookie: java.lang.String name() +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header +io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: void dispose() +com.turingtechnologies.materialscrollbar.R$attr: int fastScrollHorizontalTrackDrawable +wangdaye.com.geometricweather.R$attr: int seekBarPreferenceStyle +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Snow: int UnitType +androidx.appcompat.R$styleable: int SwitchCompat_showText +com.google.android.material.R$plurals +androidx.constraintlayout.widget.R$styleable: int Constraint_barrierMargin +com.tencent.bugly.crashreport.crash.CrashDetailBean: android.os.Parcelable$Creator CREATOR +okio.Buffer: boolean isOpen() +com.amap.api.fence.GeoFence: java.lang.String BUNDLE_KEY_CUSTOMID +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int MOSTLY_CLOUDY_NIGHT +com.google.android.material.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog +okhttp3.internal.http2.PushObserver$1: boolean onData(int,okio.BufferedSource,int,boolean) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$8 +james.adaptiveicon.R$color: int foreground_material_light +james.adaptiveicon.R$style: int Widget_AppCompat_AutoCompleteTextView +androidx.appcompat.R$styleable: int ActionBar_customNavigationLayout +com.google.android.material.R$styleable: int[] CoordinatorLayout +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: java.lang.String time +wangdaye.com.geometricweather.db.entities.HourlyEntity: HourlyEntity() +com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getCounterTextColor() +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_LOCKSCREEN +com.google.android.material.R$dimen: int abc_progress_bar_height_material +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_Solid +androidx.appcompat.R$styleable: int AppCompatTheme_windowActionModeOverlay +cyanogenmod.app.CMStatusBarManager: void publishTileAsUser(java.lang.String,int,cyanogenmod.app.CustomTile,android.os.UserHandle) +com.xw.repo.bubbleseekbar.R$id: int info +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_15 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum: AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric: AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric() +com.bumptech.glide.integration.okhttp.R$style: int Widget_Support_CoordinatorLayout +androidx.preference.R$style: int Platform_AppCompat_Light +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceFragmentListStyle +com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_pressed_holo_dark +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Metric Metric +wangdaye.com.geometricweather.R$id: int chain +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void otherComplete() +com.turingtechnologies.materialscrollbar.R$attr: int fontStyle +android.didikee.donate.R$drawable: int abc_switch_track_mtrl_alpha +com.amap.api.location.AMapLocation$1: AMapLocation$1() +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_AES_256_CBC_SHA256 +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_title_material +androidx.customview.widget.ExploreByTouchHelper: int mHoveredVirtualViewId +android.didikee.donate.R$style: int Base_Animation_AppCompat_Dialog +androidx.appcompat.R$dimen: int hint_pressed_alpha_material_dark +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit HPA +com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration +androidx.appcompat.R$drawable: int abc_text_select_handle_left_mtrl_dark +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem +androidx.vectordrawable.R$id: int title +com.jaredrummler.android.colorpicker.R$color: int switch_thumb_material_light +com.xw.repo.bubbleseekbar.R$style: int Widget_Compat_NotificationActionText +androidx.constraintlayout.widget.ConstraintLayout: int getMaxHeight() +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_content_inset_with_nav +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours: AccuCurrentResult$PrecipitationSummary$Past24Hours() +com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_itemBackground +androidx.preference.R$dimen: int abc_text_size_subtitle_material_toolbar +androidx.constraintlayout.widget.R$interpolator: int fast_out_slow_in +com.jaredrummler.android.colorpicker.R$attr: int editTextColor +io.reactivex.internal.schedulers.AbstractDirectTask: boolean isDisposed() +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: java.lang.String getDensityText(android.content.Context,float) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setDetail(java.lang.String) +com.google.android.material.R$styleable: int AppCompatSeekBar_tickMark +com.tencent.bugly.proguard.y: java.lang.String k +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int Icon +okhttp3.internal.Util: byte[] EMPTY_BYTE_ARRAY +cyanogenmod.os.Build: java.lang.String getString(java.lang.String) +com.google.android.material.R$style: int Base_Widget_MaterialComponents_PopupMenu +com.turingtechnologies.materialscrollbar.R$color: int primary_text_disabled_material_dark +io.reactivex.internal.util.NotificationLite: boolean acceptFull(java.lang.Object,io.reactivex.Observer) +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: ChineseCityEntity(java.lang.Long,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String) +com.turingtechnologies.materialscrollbar.R$attr: int arrowHeadLength +android.didikee.donate.R$styleable: int ActionBarLayout_android_layout_gravity +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintStart_toEndOf +android.support.v4.app.RemoteActionCompatParcelizer: RemoteActionCompatParcelizer() +androidx.viewpager2.R$drawable: R$drawable() +wangdaye.com.geometricweather.R$styleable: int MotionScene_defaultDuration +androidx.hilt.lifecycle.R$styleable: int[] ColorStateListItem +com.tencent.bugly.crashreport.crash.anr.b: boolean j +wangdaye.com.geometricweather.common.basic.models.weather.Daily: float hoursOfSun +wangdaye.com.geometricweather.R$drawable: int notif_temp_40 +androidx.appcompat.R$styleable: int SearchView_iconifiedByDefault +com.google.android.material.R$styleable: int ConstraintSet_android_scaleY +com.google.android.material.chip.ChipGroup +androidx.hilt.R$dimen: int notification_content_margin_start +io.reactivex.internal.util.VolatileSizeArrayList: boolean retainAll(java.util.Collection) +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light_Dialog +androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_rotation +com.google.android.material.R$styleable: int ShapeAppearance_cornerFamilyBottomLeft +com.jaredrummler.android.colorpicker.R$color: int material_deep_teal_200 +cyanogenmod.app.CustomTile$ExpandedGridItem: void setExpandedGridItemDrawable(int) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: java.lang.Integer iso0 +androidx.recyclerview.R$styleable: int GradientColor_android_endColor +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter beginArray() +wangdaye.com.geometricweather.R$string: int key_widget_trend_daily +androidx.drawerlayout.R$style: int TextAppearance_Compat_Notification +io.reactivex.internal.util.VolatileSizeArrayList: java.util.ArrayList list +androidx.lifecycle.extensions.R$styleable: int Fragment_android_tag +com.turingtechnologies.materialscrollbar.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton +androidx.activity.R$color: int notification_icon_bg_color +com.google.android.material.R$string: int bottomsheet_action_expand_halfway +cyanogenmod.app.ThemeVersion$ThemeVersionImpl2: cyanogenmod.app.ThemeVersion$ComponentVersion getDeviceComponentVersion(cyanogenmod.app.ThemeComponent) +com.turingtechnologies.materialscrollbar.R$styleable: int PopupWindow_android_popupBackground +androidx.hilt.R$id: int accessibility_custom_action_28 +james.adaptiveicon.R$styleable: int AppCompatTheme_windowFixedHeightMinor +james.adaptiveicon.R$styleable: int ActionBar_progressBarPadding +cyanogenmod.app.ICustomTileListener: void onCustomTilePosted(org.cyanogenmod.internal.statusbar.IStatusBarCustomTileHolder) +okhttp3.logging.LoggingEventListener: void callFailed(okhttp3.Call,java.io.IOException) +androidx.appcompat.R$style: int Theme_AppCompat_NoActionBar +androidx.constraintlayout.widget.R$styleable: int[] KeyAttribute +com.turingtechnologies.materialscrollbar.R$color: int abc_hint_foreground_material_light +okhttp3.internal.http1.Http1Codec: int STATE_OPEN_REQUEST_BODY +com.google.android.material.R$styleable: int Chip_iconStartPadding +androidx.appcompat.R$styleable: int FontFamily_fontProviderFetchStrategy +com.google.android.material.R$dimen: int mtrl_calendar_selection_text_baseline_to_top +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void innerError(java.lang.Throwable) +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver parent +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: void onError(java.lang.Throwable) +com.turingtechnologies.materialscrollbar.R$styleable: int View_paddingEnd +com.xw.repo.bubbleseekbar.R$id: int add +com.google.android.material.R$attr: int dialogTheme +androidx.fragment.R$styleable: int GradientColorItem_android_color +androidx.preference.R$style: int Base_Widget_AppCompat_SearchView +androidx.constraintlayout.widget.R$styleable: int SearchView_android_focusable +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light_Dialog +cyanogenmod.hardware.DisplayMode: DisplayMode(android.os.Parcel,cyanogenmod.hardware.DisplayMode$1) cyanogenmod.app.suggest.ApplicationSuggestion: java.lang.String getName() -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox -wangdaye.com.geometricweather.db.entities.LocationEntity: float getLongitude() -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowNoTitle -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_Dialog_FixedSize -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarViewPager: android.graphics.Rect getWindowInsets() -com.google.android.material.R$attr: int rangeFillColor -cyanogenmod.content.Intent: java.lang.String EXTRA_RECENTS_LONG_PRESS_RELEASE -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_creator -wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_updatesContinuously -androidx.hilt.lifecycle.R$styleable: int FontFamily_fontProviderQuery -com.turingtechnologies.materialscrollbar.R$styleable: int[] FloatingActionButton_Behavior_Layout -com.jaredrummler.android.colorpicker.R$attr: int actionModePopupWindowStyle -com.google.android.material.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog -io.reactivex.Observable: io.reactivex.Observable buffer(io.reactivex.ObservableSource,io.reactivex.functions.Function) -androidx.appcompat.view.menu.ListMenuItemView: ListMenuItemView(android.content.Context,android.util.AttributeSet,int) -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_PopupWindow -androidx.lifecycle.SavedStateHandle: SavedStateHandle(java.util.Map) -androidx.recyclerview.R$styleable: int[] GradientColor -androidx.loader.R$drawable: int notify_panel_notification_icon_bg -cyanogenmod.themes.ThemeChangeRequest: int describeContents() -com.xw.repo.bubbleseekbar.R$id: int action_divider -android.didikee.donate.R$id: int search_edit_frame -io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: void dispose() -james.adaptiveicon.R$style: int Base_V22_Theme_AppCompat -com.xw.repo.bubbleseekbar.R$styleable: int ActionMode_subtitleTextStyle -james.adaptiveicon.R$drawable: int abc_ic_arrow_drop_right_black_24dp -com.google.android.material.R$dimen: int mtrl_extended_fab_disabled_elevation -androidx.fragment.R$id: int accessibility_custom_action_13 -james.adaptiveicon.R$id: int src_over -wangdaye.com.geometricweather.R$layout: int abc_list_menu_item_radio -com.google.android.material.R$id: int action_mode_close_button -cyanogenmod.weather.RequestInfo$1: RequestInfo$1() -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setTranslateY(float) -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: boolean add(io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable) -wangdaye.com.geometricweather.R$attr: int chipSpacingHorizontal -androidx.appcompat.resources.R$layout: int notification_template_part_time -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: boolean requestDismissAndStartActivity(android.content.Intent) -okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.PushObserver pushObserver -io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: boolean isDisposed() -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Dialog -wangdaye.com.geometricweather.R$string: int widget_clock_day_details -com.tencent.bugly.crashreport.CrashReport: void postCatchedException(java.lang.Throwable,java.lang.Thread) -com.amap.api.fence.GeoFence: int getType() -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_NAVIGATION_BAR -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info info -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWindSpeed -wangdaye.com.geometricweather.R$layout: int material_clockface_textview -com.tencent.bugly.proguard.z: boolean a(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintStart_toEndOf -androidx.work.impl.utils.futures.DirectExecutor: java.lang.String toString() -com.google.android.material.appbar.MaterialToolbar: void setNavigationIcon(android.graphics.drawable.Drawable) -android.didikee.donate.R$attr: int overlapAnchor -com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult$Temperature: java.lang.String Unit -androidx.preference.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_box_corner_radius_medium -com.bumptech.glide.integration.okhttp.R$style: int Widget_Compat_NotificationActionContainer -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: boolean isDisposed() -io.reactivex.internal.schedulers.AbstractDirectTask: java.lang.Runnable runnable -com.tencent.bugly.proguard.h: com.tencent.bugly.proguard.h a(java.lang.String,java.lang.String) -com.google.android.material.R$attr: int imageButtonStyle -okhttp3.EventListener: void connectionReleased(okhttp3.Call,okhttp3.Connection) -android.didikee.donate.R$styleable: int MenuItem_android_icon -com.google.android.material.R$color: int material_cursor_color -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Headline2 -com.google.android.material.R$style: int Theme_AppCompat_DialogWhenLarge -com.google.android.gms.internal.location.zzj -android.didikee.donate.R$style: int Base_Widget_AppCompat_ButtonBar -androidx.constraintlayout.widget.R$drawable: int abc_switch_track_mtrl_alpha -james.adaptiveicon.R$styleable: int MenuItem_android_icon -com.google.android.material.R$bool: int abc_config_actionMenuItemAllCaps -okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder tlsVersions(java.lang.String[]) -okhttp3.internal.platform.Platform: java.lang.String getPrefix() -androidx.core.R$id: int tag_transition_group -wangdaye.com.geometricweather.R$drawable: int weather_snow_3 -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setRainPrecipitation(java.lang.Float) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA -james.adaptiveicon.R$dimen: int notification_top_pad_large_text -wangdaye.com.geometricweather.db.entities.AlertEntity: int color -androidx.fragment.R$id: int time -cyanogenmod.app.ProfileManager: android.content.Context mContext -androidx.recyclerview.widget.RecyclerView: int getMaxFlingVelocity() -androidx.constraintlayout.widget.R$id: int dragUp -androidx.work.R$id: int accessibility_custom_action_11 -com.tencent.bugly.crashreport.CrashReport: void testNativeCrash(boolean,boolean,boolean) -androidx.fragment.R$id: int chronometer -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) -james.adaptiveicon.R$style: int Base_V26_Theme_AppCompat_Light -com.google.android.material.R$id: int textinput_helper_text -com.xw.repo.bubbleseekbar.R$attr: int progressBarPadding -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_l -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored -androidx.appcompat.R$id: int icon -androidx.hilt.work.R$styleable: int FontFamilyFont_fontStyle -com.google.android.material.R$attr: int statusBarBackground -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_titleCondensed -okhttp3.internal.http2.Http2Stream: java.util.Deque headersQueue -androidx.preference.R$styleable: int Toolbar_titleMargins -okhttp3.internal.platform.Platform: okhttp3.internal.platform.Platform findAndroidPlatform() -com.xw.repo.bubbleseekbar.R$color: int background_floating_material_dark -retrofit2.ParameterHandler$Part: ParameterHandler$Part(java.lang.reflect.Method,int,okhttp3.Headers,retrofit2.Converter) -androidx.viewpager2.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable -com.google.android.material.R$id: int test_radiobutton_app_button_tint -com.google.android.gms.base.R$color: int common_google_signin_btn_text_light_default -androidx.recyclerview.R$attr: int fontVariationSettings -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: java.lang.String value -james.adaptiveicon.R$dimen: int abc_progress_bar_height_material -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowNoTitle -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: int bufferSize -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: java.util.concurrent.atomic.AtomicBoolean cancelled -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void dispose() -cyanogenmod.weather.RequestInfo: void writeToParcel(android.os.Parcel,int) -wangdaye.com.geometricweather.R$attr: int msb_textColor -wangdaye.com.geometricweather.R$drawable: int notif_temp_53 -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeAppearanceOverlay -wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_shadowColor -cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_WIMAX -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_animate_relativeTo -androidx.drawerlayout.R$id: int line1 -cyanogenmod.app.IPartnerInterface: void shutdown() -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription -wangdaye.com.geometricweather.main.dialogs.LocationPermissionStatementDialog -androidx.transition.R$attr: int fontStyle -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void onComplete() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: java.lang.String Text -okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.lang.String[] findMatchingRule(java.lang.String[]) -wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource source -james.adaptiveicon.R$drawable: int abc_seekbar_tick_mark_material -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone: java.lang.String Name -wangdaye.com.geometricweather.R$string: int key_notification_color -com.google.android.material.textfield.TextInputLayout: void setEndIconTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset -androidx.swiperefreshlayout.R$color: int secondary_text_default_material_light -com.google.android.material.R$id: int accessibility_custom_action_22 -com.amap.api.location.APSService: void onCreate() -androidx.preference.R$styleable: int AlertDialog_listItemLayout -com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration -james.adaptiveicon.R$attr: int colorControlActivated -wangdaye.com.geometricweather.R$anim: int fragment_open_enter -androidx.vectordrawable.R$drawable: int notification_bg_low_normal -androidx.constraintlayout.widget.R$string: int abc_searchview_description_clear -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeCutDrawable -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: java.lang.String getSerialNumber() -cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_MOBILEDATA -androidx.swiperefreshlayout.R$layout: int notification_template_custom_big -androidx.hilt.R$dimen: int compat_control_corner_material -androidx.loader.R$styleable -okhttp3.internal.connection.StreamAllocation: java.net.Socket releaseAndAcquire(okhttp3.internal.connection.RealConnection) -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_closeIcon -com.google.android.material.R$attr: int barrierAllowsGoneWidgets -okhttp3.HttpUrl: java.lang.String queryParameterName(int) -com.google.android.material.slider.BaseSlider$SliderState: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$id: int searchBar +cyanogenmod.app.CustomTile$ExpandedListItem +wangdaye.com.geometricweather.R$string: int icon_content_description +androidx.preference.PreferenceDialogFragmentCompat +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric Metric +com.tencent.bugly.crashreport.biz.UserInfoBean: int q +com.xw.repo.bubbleseekbar.R$id: int spacer +com.google.android.material.R$styleable: int Layout_layout_constraintBaseline_toBaselineOf +com.turingtechnologies.materialscrollbar.DateAndTimeIndicator: int getTextSize() +com.google.android.material.R$attr: int dividerHorizontal +androidx.appcompat.R$dimen: int abc_panel_menu_list_width +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_Error android.didikee.donate.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int FREEZING_DRIZZLE -androidx.preference.R$styleable: int AppCompatTheme_actionModeCloseDrawable -wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: void setIndicatorPosition(int) -wangdaye.com.geometricweather.R$styleable: int Toolbar_collapseContentDescription -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric -androidx.appcompat.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Body1 -androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_fontWeight -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: io.reactivex.ObservableSource first -io.reactivex.internal.subscriptions.SubscriptionArbiter: java.util.concurrent.atomic.AtomicLong missedProduced -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: long produced -com.google.android.material.bottomappbar.BottomAppBar: int getFabAnimationMode() -okhttp3.CertificatePinner: okio.ByteString sha1(java.security.cert.X509Certificate) -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_titleCondensed -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void innerComplete(io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String alertId -com.turingtechnologies.materialscrollbar.MaterialScrollBar: void addScrollListener(androidx.recyclerview.widget.RecyclerView$OnScrollListener) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_editTextStyle -androidx.appcompat.R$drawable -com.google.android.material.R$style: int Base_TextAppearance_MaterialComponents_Headline6 -okhttp3.internal.cache.DiskLruCache: void readJournal() -com.jaredrummler.android.colorpicker.R$id: int blocking -androidx.lifecycle.extensions.R$id: int dialog_button -androidx.preference.R$attr: int alertDialogStyle -wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: void setChartItemView(wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView) -androidx.vectordrawable.R$dimen: int notification_action_text_size -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_clear_material -wangdaye.com.geometricweather.R$string: int content_desc_check_details -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType TransactionRunnable -okhttp3.CacheControl: boolean immutable -androidx.recyclerview.R$dimen: int notification_small_icon_background_padding -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver CANCELLED -androidx.constraintlayout.widget.R$attr: int attributeName -androidx.constraintlayout.widget.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_0 -com.tencent.bugly.proguard.t -androidx.hilt.work.R$styleable: int[] GradientColor -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Imperial: int UnitType -com.google.android.material.R$attr: int actionBarItemBackground -wangdaye.com.geometricweather.R$integer: int abc_config_activityDefaultDur -cyanogenmod.externalviews.KeyguardExternalView$4: KeyguardExternalView$4(cyanogenmod.externalviews.KeyguardExternalView) -wangdaye.com.geometricweather.R$styleable: int ThemeEnforcement_android_textAppearance -androidx.preference.R$style: int Base_Widget_AppCompat_ActionButton_Overflow -com.google.android.material.R$attr: int background -com.tencent.bugly.b: boolean e -com.jaredrummler.android.colorpicker.R$attr: int displayOptions -com.google.android.material.R$id: int easeIn -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_marginBottom -okio.ByteString: void readObject(java.io.ObjectInputStream) -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ListPopupWindow -cyanogenmod.app.ProfileGroup: boolean isDefaultGroup() -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_android_summaryOff -com.google.android.material.R$styleable: int RecyclerView_android_descendantFocusability -wangdaye.com.geometricweather.R$integer: int mtrl_calendar_header_orientation -io.reactivex.internal.observers.InnerQueuedObserver: long serialVersionUID -android.didikee.donate.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX -wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_textColor -cyanogenmod.providers.ThemesContract$PreviewColumns: ThemesContract$PreviewColumns() -okhttp3.HttpUrl: java.lang.String host -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: void setUrl(java.lang.String) -wangdaye.com.geometricweather.R$id: int widget_day_week_week_3 -io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer -com.google.android.material.transformation.FabTransformationBehavior -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int ThunderstormProbability -com.google.android.material.R$layout: int abc_tooltip -androidx.viewpager.R$styleable: int FontFamily_fontProviderFetchStrategy -androidx.vectordrawable.R$drawable: int notification_bg_low_pressed -androidx.lifecycle.ComputableLiveData$3 +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_30 +com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$Node root +com.turingtechnologies.materialscrollbar.R$attr: int closeIconVisible +com.xw.repo.bubbleseekbar.R$style +androidx.lifecycle.extensions.R$id: int tag_unhandled_key_listeners +cyanogenmod.app.PartnerInterface +wangdaye.com.geometricweather.R$layout: int text_view_with_line_height_from_style +com.google.android.material.R$drawable: int abc_ic_clear_material +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void run() +okhttp3.CertificatePinner: boolean equals(java.lang.Object) +androidx.coordinatorlayout.R$style +okhttp3.logging.HttpLoggingInterceptor$Logger$1: HttpLoggingInterceptor$Logger$1() +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: float getMax() +wangdaye.com.geometricweather.R$dimen: int preference_seekbar_padding_vertical +wangdaye.com.geometricweather.R$id: int container_main_pollen_indicator +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void setCancellable(io.reactivex.functions.Cancellable) +android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text +james.adaptiveicon.R$attr: int track +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: float unitFactor +com.google.android.gms.location.ActivityRecognitionResult +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void replay(io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable) +com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_animAutostart cyanogenmod.themes.ThemeChangeRequest: android.os.Parcelable$Creator CREATOR -android.didikee.donate.R$drawable: int abc_tab_indicator_mtrl_alpha -com.jaredrummler.android.colorpicker.R$attr: int titleMargin -com.turingtechnologies.materialscrollbar.R$string: int character_counter_pattern -okio.RealBufferedSink: okio.BufferedSink writeHexadecimalUnsignedLong(long) -wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_light -com.bumptech.glide.integration.okhttp.R$dimen: int notification_media_narrow_margin -io.reactivex.internal.observers.BlockingObserver: java.util.Queue queue -androidx.constraintlayout.widget.R$id: int action_bar_spinner -wangdaye.com.geometricweather.db.entities.WeatherEntity: void __setDaoSession(wangdaye.com.geometricweather.db.entities.DaoSession) -com.google.android.gms.base.R$styleable: int LoadingImageView_imageAspectRatio -androidx.fragment.R$id: int dialog_button -okhttp3.internal.cache.DiskLruCache$Entry: java.io.IOException invalidLengths(java.lang.String[]) -wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.lang.String getDescription() -com.google.android.material.chip.Chip: void setRippleColor(android.content.res.ColorStateList) -okhttp3.CacheControl: int maxAgeSeconds() -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind: java.lang.String icon -wangdaye.com.geometricweather.R$styleable: int ChipGroup_chipSpacing -com.xw.repo.bubbleseekbar.R$id: int search_plate -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: io.reactivex.internal.util.AtomicThrowable error -okhttp3.CacheControl: boolean isPrivate -androidx.lifecycle.LiveData: boolean mDispatchInvalidated -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionOverflowMenuStyle -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_78 -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_14 -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Dialog -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Long getId() -com.google.android.material.R$styleable: int MaterialRadioButton_buttonTint -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float icePrecipitation -com.google.android.material.R$color: int material_on_surface_disabled -com.google.android.material.R$attr: int itemStrokeWidth -wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Hint -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Tooltip -com.tencent.bugly.crashreport.common.info.a: java.lang.String U -retrofit2.ParameterHandler$Field: ParameterHandler$Field(java.lang.String,retrofit2.Converter,boolean) -com.tencent.bugly.crashreport.CrashReport: void putSdkData(android.content.Context,java.lang.String,java.lang.String) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintEnd_toStartOf -com.jaredrummler.android.colorpicker.R$id: int spinner -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getGrassIndex() -wangdaye.com.geometricweather.R$attr: int fastScrollVerticalThumbDrawable -wangdaye.com.geometricweather.R$styleable: int AlertDialog_multiChoiceItemLayout -com.tencent.bugly.crashreport.crash.e: e(android.content.Context,com.tencent.bugly.crashreport.crash.b,com.tencent.bugly.crashreport.common.strategy.a,com.tencent.bugly.crashreport.common.info.a) -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_menuCategory -androidx.recyclerview.R$styleable: int GradientColor_android_endY -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Display2 -com.google.android.material.R$dimen: int mtrl_chip_pressed_translation_z -androidx.preference.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar -wangdaye.com.geometricweather.R$layout: int preference -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Body1 -com.xw.repo.bubbleseekbar.R$attr: int ratingBarStyle -wangdaye.com.geometricweather.R$attr: int dialogPreferredPadding -com.google.android.material.R$styleable: int Tooltip_backgroundTint -io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_19 -com.jaredrummler.android.colorpicker.R$styleable: int[] ActionBarLayout -androidx.transition.R$styleable: int ColorStateListItem_android_alpha -com.google.android.material.switchmaterial.SwitchMaterial: SwitchMaterial(android.content.Context,android.util.AttributeSet) -androidx.swiperefreshlayout.R$dimen: int notification_right_side_padding_top -com.jaredrummler.android.colorpicker.R$color: int switch_thumb_disabled_material_light -wangdaye.com.geometricweather.background.polling.work.worker.TomorrowForecastUpdateWorker -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: java.lang.String getDensityText(android.content.Context,float) -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_ActionBar -com.google.android.material.R$attr: int labelVisibilityMode -com.tencent.bugly.crashreport.CrashReport: java.lang.String getUserId() -com.amap.api.location.AMapLocation: int describeContents() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Metric: java.lang.String Unit -androidx.constraintlayout.utils.widget.ImageFilterView: void setSaturation(float) -james.adaptiveicon.R$attr: int switchTextAppearance -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Dialog_Alert -okhttp3.internal.http.RealInterceptorChain: okhttp3.Request request() -cyanogenmod.app.CMContextConstants$Features: CMContextConstants$Features() -androidx.preference.R$style: int Base_Widget_AppCompat_ListMenuView -okio.Base64: byte[] decode(java.lang.String) -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_actionLayout -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Display4 -retrofit2.RequestFactory: retrofit2.ParameterHandler[] parameterHandlers -com.tencent.bugly.crashreport.biz.UserInfoBean: java.lang.String c -androidx.preference.R$styleable: int TextAppearance_android_typeface -androidx.lifecycle.ServiceLifecycleDispatcher: void onServicePreSuperOnCreate() -androidx.lifecycle.LifecycleService: int onStartCommand(android.content.Intent,int,int) -androidx.activity.R$style: int TextAppearance_Compat_Notification_Title -com.jaredrummler.android.colorpicker.R$id: int info -wangdaye.com.geometricweather.R$styleable: int KeyTrigger_framePosition -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -androidx.appcompat.R$styleable: int[] CompoundButton -com.jaredrummler.android.colorpicker.R$styleable: int[] PopupWindow -wangdaye.com.geometricweather.R$attr: int cpv_allowPresets -wangdaye.com.geometricweather.R$styleable: int FragmentContainerView_android_tag -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_creator -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_logo -wangdaye.com.geometricweather.R$styleable: int ActionBar_background -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintGuide_percent -com.google.android.material.R$styleable: int KeyTrigger_motionTarget -okhttp3.ResponseBody: ResponseBody() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial: java.lang.String Unit -androidx.constraintlayout.widget.R$style: int Base_V7_Widget_AppCompat_Toolbar -wangdaye.com.geometricweather.R$styleable: int MenuView_android_itemTextAppearance -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_star_half_black_16dp -wangdaye.com.geometricweather.R$string: int feedback_initializing -androidx.appcompat.widget.AppCompatRadioButton: void setSupportButtonTintMode(android.graphics.PorterDuff$Mode) -android.support.v4.app.INotificationSideChannel$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode: com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode valueOf(java.lang.String) -com.google.android.material.R$attr: int indicatorColor -wangdaye.com.geometricweather.R$styleable: int[] MaterialButton -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: java.util.concurrent.atomic.AtomicInteger wip -androidx.viewpager2.R$id: int tag_unhandled_key_event_manager -androidx.preference.R$color: int switch_thumb_normal_material_light -androidx.hilt.work.R$anim: int fragment_close_exit -androidx.constraintlayout.helper.widget.Layer: void setPivotX(float) -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_seekBarPreferenceStyle -wangdaye.com.geometricweather.common.ui.widgets.astro.MoonPhaseView: MoonPhaseView(android.content.Context,android.util.AttributeSet) -com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawable_android_visible +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_motionProgress +okhttp3.logging.LoggingEventListener: void dnsEnd(okhttp3.Call,java.lang.String,java.util.List) +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode +androidx.appcompat.resources.R$id: int accessibility_action_clickable_span +com.turingtechnologies.materialscrollbar.R$attr: int showMotionSpec +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: void cancelLiveLockScreen(java.lang.String,int,int) +cyanogenmod.app.Profile$ProfileTrigger: java.lang.String getIdType(int) +androidx.appcompat.resources.R$id: int dialog_button +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_SearchView_ActionBar +com.amap.api.location.AMapLocation: int LOCATION_SUCCESS +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: java.lang.String MobileLink +io.reactivex.Observable: io.reactivex.Observable repeatWhen(io.reactivex.functions.Function) +androidx.appcompat.resources.R$id: int text2 +wangdaye.com.geometricweather.R$styleable: int ArcProgress_arc_angle +cyanogenmod.hardware.CMHardwareManager: int GAMMA_CALIBRATION_MIN_INDEX +com.google.android.material.R$color: int design_box_stroke_color +com.jaredrummler.android.colorpicker.R$layout: int abc_list_menu_item_checkbox +com.google.android.material.R$styleable: int Chip_closeIconEndPadding +androidx.transition.R$id: int transition_scene_layoutid_cache +wangdaye.com.geometricweather.R$attr: int drawableTint +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: int status +androidx.viewpager.R$id: int title +androidx.preference.R$attr: int panelMenuListTheme +wangdaye.com.geometricweather.R$attr: int actionBarWidgetTheme +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Medium +androidx.constraintlayout.helper.widget.Flow: Flow(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningMaxCountItems +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Region: java.lang.String EnglishName +okhttp3.Cookie +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX brandInfo +cyanogenmod.providers.CMSettings$System: java.util.List getDelimitedStringAsList(android.content.ContentResolver,java.lang.String,java.lang.String) +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_horizontalAlign +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode +androidx.appcompat.R$styleable: int TextAppearance_fontFamily +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: io.reactivex.internal.disposables.SequentialDisposable task +wangdaye.com.geometricweather.R$attr: int cpv_animSteps +wangdaye.com.geometricweather.R$styleable: int KeyTrigger_triggerId +com.xw.repo.bubbleseekbar.R$attr: int navigationContentDescription +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title +com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding: com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding MEMORY +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint +androidx.legacy.coreutils.R$styleable: int GradientColor_android_endColor +com.xw.repo.bubbleseekbar.R$attr: int actionLayout +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_editTextBackground +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial: double Value +com.amap.api.fence.GeoFence: java.util.List getDistrictItemList() +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header +okhttp3.internal.http2.StreamResetException: StreamResetException(okhttp3.internal.http2.ErrorCode) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature +wangdaye.com.geometricweather.R$attr: int helperTextEnabled +android.didikee.donate.R$attr: int actionBarTabBarStyle +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: long index +okhttp3.internal.connection.RealConnection: void startHttp2(int) +com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleContentDescription(java.lang.CharSequence) +androidx.appcompat.R$style: int Theme_AppCompat_DialogWhenLarge +androidx.recyclerview.widget.RecyclerView: void setAdapter(androidx.recyclerview.widget.RecyclerView$Adapter) +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ListView_DropDown +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: java.lang.Object v2 +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_BottomSheetDialog +androidx.work.R$styleable: int GradientColor_android_startColor +com.google.android.material.R$styleable: int ProgressIndicator_circularRadius +wangdaye.com.geometricweather.R$id: int refresh_layout +androidx.preference.R$attr: int buttonStyle +io.reactivex.Observable: io.reactivex.Single singleOrError() +wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_shadowDx +james.adaptiveicon.R$attr: int queryHint +com.google.android.material.R$dimen: int abc_list_item_height_material +retrofit2.Utils: int indexOf(java.lang.Object[],java.lang.Object) +androidx.activity.R$dimen: int notification_action_icon_size +androidx.activity.R$dimen: int notification_top_pad +androidx.lifecycle.Transformations: androidx.lifecycle.LiveData distinctUntilChanged(androidx.lifecycle.LiveData) +android.didikee.donate.R$styleable: int[] MenuView +com.tencent.bugly.a: void init(android.content.Context,boolean,com.tencent.bugly.BuglyStrategy) +com.google.android.material.R$attr: int actionTextColorAlpha +com.tencent.bugly.crashreport.BuglyLog: void e(java.lang.String,java.lang.String,java.lang.Throwable) +com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String J +cyanogenmod.hardware.ICMHardwareService$Stub: android.os.IBinder asBinder() +com.tencent.bugly.proguard.j: void a(byte[],int) +com.google.android.material.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog +okhttp3.internal.connection.RouteDatabase: java.util.Set failedRoutes +retrofit2.Utils$ParameterizedTypeImpl: java.lang.reflect.Type[] typeArguments +wangdaye.com.geometricweather.R$drawable: int weather_snow_3 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours Past24Hours +androidx.constraintlayout.widget.R$drawable: int tooltip_frame_dark +okhttp3.internal.Util: okio.ByteString UTF_32_BE_BOM +cyanogenmod.app.Profile: java.util.Map networkConnectionSubIds +com.google.android.material.R$styleable: int AppCompatTheme_listMenuViewStyle +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setBottomTextColor(int) +androidx.fragment.R$id: int accessibility_custom_action_15 +com.tencent.bugly.crashreport.crash.c: com.tencent.bugly.crashreport.crash.e a(com.tencent.bugly.crashreport.crash.c) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setRagweedIndex(java.lang.Integer) +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleGravity +androidx.lifecycle.Observer: void onChanged(java.lang.Object) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_translationX +androidx.constraintlayout.motion.widget.MotionLayout$TransitionState: androidx.constraintlayout.motion.widget.MotionLayout$TransitionState FINISHED +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_ab_back_material +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$RainForecast: long date +com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_fontVariationSettings +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BATTERY_LIGHT_PULSE_VALIDATOR +androidx.appcompat.R$styleable: int DrawerArrowToggle_arrowHeadLength +androidx.preference.R$style: int Widget_AppCompat_Light_ActionMode_Inverse +androidx.drawerlayout.widget.DrawerLayout: void setScrimColor(int) +okhttp3.internal.cache2.Relay: okio.Source upstream +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWindDegree(wangdaye.com.geometricweather.common.basic.models.weather.WindDegree) +com.google.android.material.R$attr: int actionLayout +james.adaptiveicon.R$style: int Widget_AppCompat_ImageButton +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property DegreeDayTemperature +androidx.appcompat.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView +androidx.appcompat.widget.ActionBarContainer: void setStackedBackground(android.graphics.drawable.Drawable) +com.google.android.material.R$attr: int colorOnBackground +okhttp3.internal.http2.Http2Connection$ReaderRunnable$2: void execute() +com.turingtechnologies.materialscrollbar.R$string: int path_password_strike_through +androidx.constraintlayout.widget.R$id: int search_edit_frame +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf +com.google.android.material.R$styleable: int[] StateSet +wangdaye.com.geometricweather.R$styleable: int TabItem_android_icon +com.amap.api.location.AMapLocationClient: boolean isStarted() +com.google.android.material.R$layout: int mtrl_picker_dialog +cyanogenmod.os.Concierge$ParcelInfo: void complete() +okhttp3.HttpUrl$Builder: java.util.List encodedPathSegments +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: double HoursOfSnow +androidx.cardview.R$styleable: int CardView_cardBackgroundColor +androidx.vectordrawable.animated.R$styleable: int GradientColor_android_startColor +okhttp3.internal.http2.Http2Codec: java.util.List HTTP_2_SKIPPED_REQUEST_HEADERS +okhttp3.HttpUrl: java.lang.String USERNAME_ENCODE_SET +james.adaptiveicon.R$attr: int fontFamily +okhttp3.FormBody: java.lang.String encodedValue(int) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_marginBottom +androidx.preference.R$style: int Widget_AppCompat_Light_ListPopupWindow +android.didikee.donate.R$attr: int colorControlNormal +android.didikee.donate.R$attr: int progressBarPadding +com.google.android.material.R$attr: int triggerSlack +org.greenrobot.greendao.identityscope.IdentityScopeType: org.greenrobot.greendao.identityscope.IdentityScopeType[] values() +com.jaredrummler.android.colorpicker.R$id: int search_badge +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.rx.RxDao rxDao +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String pm10Desc +james.adaptiveicon.R$attr: int listPopupWindowStyle +androidx.viewpager.R$attr +android.didikee.donate.R$styleable: int MenuGroup_android_checkableBehavior +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_CompactMenu +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void onComplete() +com.google.android.material.R$styleable: int SwitchCompat_thumbTextPadding +wangdaye.com.geometricweather.R$xml: int widget_week +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_textAppearance +androidx.constraintlayout.widget.VirtualLayout: void setVisibility(int) +androidx.preference.R$layout: int preference_material +okhttp3.internal.Internal +okhttp3.internal.http2.Http2Reader: void readPriority(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPath +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_verticalBias +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: ObservableGroupJoin$GroupJoinDisposable(io.reactivex.Observer,io.reactivex.functions.Function,io.reactivex.functions.Function,io.reactivex.functions.BiFunction) +android.didikee.donate.R$attr: int actionBarWidgetTheme +com.amap.api.location.AMapLocationClientOption$AMapLocationMode: com.amap.api.location.AMapLocationClientOption$AMapLocationMode Battery_Saving +okhttp3.HttpUrl$Builder: java.util.List encodedQueryNamesAndValues +wangdaye.com.geometricweather.R$animator: int weather_hail_3 +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setOnceLocationLatest(boolean) +okhttp3.internal.ws.RealWebSocket$PingRunnable: okhttp3.internal.ws.RealWebSocket this$0 +wangdaye.com.geometricweather.R$id: int dialog_minimal_icon_lightIcon +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: java.util.List consequences +com.turingtechnologies.materialscrollbar.R$styleable: int Spinner_popupTheme +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_40 +james.adaptiveicon.R$attr: int alertDialogButtonGroupStyle +com.tencent.bugly.crashreport.common.info.AppInfo: java.lang.String a(int) +androidx.vectordrawable.R$style: int TextAppearance_Compat_Notification_Time +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver parent +wangdaye.com.geometricweather.remoteviews.config.DailyTrendWidgetConfigActivity +android.didikee.donate.R$id: int action_divider +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPathRenderer: float getAlpha() +cyanogenmod.providers.CMSettings$Secure: void putListAsDelimitedString(android.content.ContentResolver,java.lang.String,java.lang.String,java.util.List) +androidx.preference.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_1 +androidx.appcompat.R$styleable: int MenuView_subMenuArrow +cyanogenmod.weatherservice.ServiceRequestResult: ServiceRequestResult(android.os.Parcel) +com.tencent.bugly.BuglyStrategy: long d +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial: int UnitType +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void drainLoop() +wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_dark_disabled +com.xw.repo.bubbleseekbar.R$color: int primary_dark_material_light +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse +com.tencent.bugly.proguard.z: byte[] a(byte[],int,int,java.lang.String) +james.adaptiveicon.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton +okhttp3.logging.HttpLoggingInterceptor: void redactHeader(java.lang.String) +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered +androidx.appcompat.R$id: int accessibility_custom_action_0 +androidx.fragment.R$styleable: int FontFamily_fontProviderQuery +io.reactivex.internal.functions.Functions$HashSetCallable: java.util.Set call() +androidx.constraintlayout.widget.R$drawable: int abc_textfield_search_activated_mtrl_alpha +com.google.android.material.R$styleable: int Constraint_flow_wrapMode +wangdaye.com.geometricweather.R$attr: int buttonTint +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float getSnow() +androidx.constraintlayout.widget.R$drawable: int notification_bg_low_normal +wangdaye.com.geometricweather.R$dimen: int design_tab_scrollable_min_width +com.turingtechnologies.materialscrollbar.R$attr: int contentInsetEnd +androidx.appcompat.widget.AppCompatSpinner: AppCompatSpinner(android.content.Context,android.util.AttributeSet) +james.adaptiveicon.R$styleable: int MenuItem_android_numericShortcut +androidx.vectordrawable.animated.R$styleable: int GradientColor_android_endColor +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light +com.xw.repo.bubbleseekbar.R$id: int action_divider +com.google.android.material.R$styleable: int AppCompatTheme_actionOverflowMenuStyle +cyanogenmod.power.PerformanceManagerInternal: void cpuBoost(int) +com.xw.repo.bubbleseekbar.R$styleable: int[] MenuView +wangdaye.com.geometricweather.R$drawable: int notif_temp_20 +androidx.core.view.GestureDetectorCompat$GestureDetectorCompatImplJellybeanMr2 +com.turingtechnologies.materialscrollbar.R$color: int switch_thumb_normal_material_light +com.tencent.bugly.b: boolean a(com.tencent.bugly.crashreport.common.info.a) +com.xw.repo.bubbleseekbar.R$attr: int ttcIndex +com.tencent.bugly.proguard.ah: java.lang.String a +androidx.lifecycle.LifecycleDispatcher: LifecycleDispatcher() +cyanogenmod.themes.ThemeManager: void unregisterProcessingListener(cyanogenmod.themes.ThemeManager$ThemeProcessingListener) +wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_marginStart +androidx.preference.R$styleable: int Preference_android_order +cyanogenmod.app.LiveLockScreenManager: cyanogenmod.app.LiveLockScreenManager sInstance +wangdaye.com.geometricweather.R$string: int abc_searchview_description_search +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_default_padding_end_material +james.adaptiveicon.R$styleable: int AppCompatTheme_switchStyle +com.turingtechnologies.materialscrollbar.R$attr: int dividerVertical +com.tencent.bugly.proguard.n: boolean b(com.tencent.bugly.proguard.n,int) +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setHideMotionSpec(com.google.android.material.animation.MotionSpec) +com.turingtechnologies.materialscrollbar.R$layout: int abc_screen_simple_overlay_action_mode +com.turingtechnologies.materialscrollbar.R$attr: int helperText +androidx.lifecycle.Lifecycling$1: androidx.lifecycle.LifecycleEventObserver val$observer +com.google.android.material.R$id: int src_atop +com.google.android.material.R$styleable: int Constraint_android_scaleX +androidx.appcompat.resources.R$attr: int fontWeight +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean o +okhttp3.internal.http2.Http2Connection: void writeSynReply(int,boolean,java.util.List) +cyanogenmod.app.CustomTile$Builder: boolean mCollapsePanel +wangdaye.com.geometricweather.R$attr: int bsb_seek_step_section +androidx.lifecycle.SavedStateHandle$SavingStateLiveData: java.lang.String mKey +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384 +com.amap.api.location.CoordinateConverter: com.amap.api.location.DPoint convert() +wangdaye.com.geometricweather.R$styleable: int Toolbar_contentInsetStartWithNavigation +com.turingtechnologies.materialscrollbar.R$anim: R$anim() +com.google.android.material.R$attr: int defaultDuration +com.google.android.material.R$styleable: int MaterialButton_android_background +okhttp3.HttpUrl$Builder: java.lang.String encodedPassword +cyanogenmod.app.Profile$ProfileTrigger: java.lang.String getName() +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarSwipeRefreshLayout +com.jaredrummler.android.colorpicker.R$drawable: int abc_text_select_handle_left_mtrl_light +okhttp3.internal.http1.Http1Codec: void writeRequestHeaders(okhttp3.Request) +androidx.viewpager2.R$attr: int fontProviderPackage +com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType JPEG +androidx.preference.R$styleable: int AppCompatTheme_windowActionBarOverlay +android.didikee.donate.R$styleable: int TextAppearance_android_textColorLink +wangdaye.com.geometricweather.R$dimen: int mtrl_bottomappbar_fabOffsetEndMode +com.google.android.material.R$id: int animateToStart +androidx.hilt.work.R$anim: int fragment_fast_out_extra_slow_in +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int WEATHER_CODE_MIN +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating: int UnitType +retrofit2.Converter$Factory: retrofit2.Converter requestBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],java.lang.annotation.Annotation[],retrofit2.Retrofit) +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation +com.google.android.gms.common.ConnectionResult: android.os.Parcelable$Creator CREATOR +com.xw.repo.bubbleseekbar.R$id: int bottom_sides +androidx.preference.R$styleable: int AppCompatTextView_firstBaselineToTopHeight +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeSnowPrecipitation +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_requestDismissAndStartActivity_1 +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setMax(float) +androidx.core.app.JobIntentService: JobIntentService() +com.google.android.material.R$attr: int behavior_overlapTop +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_alertDialogTheme +com.turingtechnologies.materialscrollbar.R$attr: int listPreferredItemHeightLarge +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PressureTendency: AccuCurrentResult$PressureTendency() +com.google.android.material.R$dimen: int abc_control_padding_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: int getStatus() +androidx.appcompat.view.menu.ActionMenuItemView: void setTitle(java.lang.CharSequence) +okhttp3.CertificatePinner$Pin: int hashCode() +cyanogenmod.app.IProfileManager$Stub$Proxy: cyanogenmod.app.Profile getActiveProfile() +com.turingtechnologies.materialscrollbar.R$dimen: int abc_button_inset_vertical_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setWindSpeedEnd(java.lang.String) +com.google.android.material.R$styleable: int FontFamilyFont_android_ttcIndex +androidx.constraintlayout.widget.R$dimen: int abc_dialog_corner_radius_material +james.adaptiveicon.R$style: int Widget_AppCompat_ActivityChooserView +okio.RealBufferedSink: int write(java.nio.ByteBuffer) +wangdaye.com.geometricweather.common.ui.widgets.SquareFrameLayout +com.google.android.material.R$styleable: int Tooltip_android_layout_margin +androidx.loader.R$styleable: int FontFamilyFont_font +wangdaye.com.geometricweather.R$id: int notification_multi_city_2 +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginEnd +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: MfRainResult$Position() +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Button_Borderless +androidx.constraintlayout.widget.R$dimen: int abc_disabled_alpha_material_dark +com.tencent.bugly.crashreport.crash.CrashDetailBean: CrashDetailBean(android.os.Parcel) +com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable +com.google.android.material.chip.ChipGroup: void setChipSpacingResource(int) +wangdaye.com.geometricweather.R$styleable: int DialogPreference_android_positiveButtonText +androidx.appcompat.R$style: int ThemeOverlay_AppCompat_Light +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours Past18Hours +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setIcon(android.graphics.Bitmap) +james.adaptiveicon.R$layout: int select_dialog_item_material +androidx.preference.R$styleable: int AppCompatTheme_colorPrimary +com.turingtechnologies.materialscrollbar.R$string: int password_toggle_content_description +com.turingtechnologies.materialscrollbar.R$layout: int abc_alert_dialog_button_bar_material +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: boolean isEmpty() +com.google.android.material.R$styleable: int[] ActionMenuItemView +okhttp3.internal.cache2.Relay$RelaySource: long read(okio.Buffer,long) +com.amap.api.location.APSServiceBase: void onDestroy() +androidx.appcompat.R$id: int topPanel +james.adaptiveicon.R$styleable: int ActionBar_titleTextStyle +okhttp3.HttpUrl: boolean percentEncoded(java.lang.String,int,int) +androidx.vectordrawable.animated.R$styleable: int[] GradientColorItem +com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawable_android_variablePadding +com.google.android.material.R$styleable: int AppCompatTheme_windowFixedHeightMajor +com.github.rahatarmanahmed.cpv.CircularProgressView$6: void onAnimationUpdate(android.animation.ValueAnimator) +com.google.android.material.circularreveal.CircularRevealLinearLayout: CircularRevealLinearLayout(android.content.Context) +androidx.constraintlayout.widget.R$attr: int dragThreshold +cyanogenmod.profiles.StreamSettings$1: cyanogenmod.profiles.StreamSettings createFromParcel(android.os.Parcel) +wangdaye.com.geometricweather.R$string: int mtrl_exceed_max_badge_number_suffix +com.tencent.bugly.proguard.ar +androidx.constraintlayout.widget.R$color: int material_blue_grey_950 +io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: io.reactivex.disposables.Disposable upstream +com.jaredrummler.android.colorpicker.R$id: int async +androidx.lifecycle.LiveData: androidx.arch.core.internal.SafeIterableMap mObservers +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int RainProbability +org.greenrobot.greendao.AbstractDao: boolean isStandardSQLite +androidx.constraintlayout.widget.R$id: int invisible +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_showText +cyanogenmod.externalviews.KeyguardExternalView$2: void setInteractivity(boolean) +okhttp3.internal.http.RetryAndFollowUpInterceptor: void cancel() +retrofit2.http.HTTP: boolean hasBody() +com.google.android.material.R$layout: int mtrl_calendar_month +wangdaye.com.geometricweather.R$styleable: int[] ShapeAppearance +com.tencent.bugly.crashreport.common.info.a: java.lang.String H +io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: void onComplete() +cyanogenmod.app.StatusBarPanelCustomTile: int getUserId() +com.google.android.material.appbar.CollapsingToolbarLayout: void setCollapsedTitleTextColor(int) +androidx.preference.R$style: int Base_Theme_AppCompat_Light_DarkActionBar +cyanogenmod.profiles.StreamSettings: int describeContents() +cyanogenmod.app.CustomTile$ExpandedListItem: void setExpandedListItemTitle(java.lang.String) +android.didikee.donate.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle +cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: java.lang.String LABEL +james.adaptiveicon.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: io.reactivex.functions.Function mapper +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: io.reactivex.Scheduler scheduler +wangdaye.com.geometricweather.R$string: int common_google_play_services_enable_button +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Dark +com.google.android.material.R$attr: int initialActivityCount +cyanogenmod.weather.WeatherInfo$DayForecast$Builder: int mConditionCode +com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy LOWER_CASE_WITH_DASHES +com.jaredrummler.android.colorpicker.ColorPanelView: int getBorderColor() +wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_animSteps +androidx.lifecycle.ProcessLifecycleOwner$3$1 +wangdaye.com.geometricweather.R$styleable: int Chip_chipEndPadding +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title +androidx.viewpager2.R$id: int accessibility_custom_action_23 +wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionButton_Overflow +retrofit2.HttpServiceMethod: retrofit2.Converter createResponseConverter(retrofit2.Retrofit,java.lang.reflect.Method,java.lang.reflect.Type) +io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver +com.amap.api.fence.GeoFence: java.lang.String getPendingIntentAction() +com.google.android.material.R$layout: int abc_action_menu_item_layout +androidx.drawerlayout.R$layout: int notification_template_custom_big +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer getRealFeelTemperature() +androidx.preference.R$attr: int popupTheme +okhttp3.internal.http2.Hpack$Writer: void adjustDynamicTableByteCount() +com.autonavi.aps.amapapi.model.AMapLocationServer: org.json.JSONObject toJson(int) +android.didikee.donate.R$attr: int radioButtonStyle +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_handleColor +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_SearchView_ActionBar +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintCircleAngle +androidx.preference.R$styleable: int DialogPreference_android_dialogTitle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String o3 +androidx.viewpager.R$dimen: int notification_small_icon_background_padding +com.google.android.gms.tasks.RuntimeExecutionException +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: io.reactivex.Observer downstream +com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleTextAppearance(int) +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: void onError(java.lang.Throwable) +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Year +androidx.viewpager.R$integer: int status_bar_notification_info_maxnum +com.bumptech.glide.R$style +androidx.hilt.R$string +android.didikee.donate.R$styleable: int AppCompatTheme_radioButtonStyle +wangdaye.com.geometricweather.background.receiver.widget.WidgetDayWeekProvider: WidgetDayWeekProvider() +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List getHourlyEntityList() +wangdaye.com.geometricweather.R$id: int bounce +wangdaye.com.geometricweather.R$drawable: int widget_card_light_100 +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: boolean cancelled +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWindDegree(wangdaye.com.geometricweather.common.basic.models.weather.WindDegree) +com.google.android.material.slider.BaseSlider: int getTrackWidth() +okhttp3.logging.LoggingEventListener: void requestBodyStart(okhttp3.Call) +androidx.lifecycle.livedata.R: R() +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: void onNext(java.lang.Object) +androidx.preference.R$layout: int select_dialog_singlechoice_material +com.jaredrummler.android.colorpicker.R$drawable: int abc_cab_background_top_mtrl_alpha +okhttp3.internal.cache2.Relay: int SOURCE_UPSTREAM +androidx.hilt.work.R$attr +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ListView_DropDown +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub$Proxy: android.os.IBinder asBinder() +cyanogenmod.externalviews.ExternalViewProviderService$1$1 +com.turingtechnologies.materialscrollbar.R$attr: int iconTint +com.google.android.material.R$styleable: int MenuView_preserveIconSpacing +androidx.appcompat.R$styleable: int[] MenuGroup +com.jaredrummler.android.colorpicker.R$style: int PreferenceThemeOverlay_v14_Material +wangdaye.com.geometricweather.R$styleable: int ColorPickerView_cpv_alphaChannelText +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd +androidx.lifecycle.ClassesInfoCache$MethodReference +com.tencent.bugly.crashreport.crash.c: void l() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String pm10 +com.jaredrummler.android.colorpicker.R$drawable: int abc_dialog_material_background +androidx.vectordrawable.R$id: int accessibility_custom_action_22 +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: java.lang.String getTagValue() +cyanogenmod.providers.CMSettings$Secure: int getIntForUser(android.content.ContentResolver,java.lang.String,int,int) +androidx.work.impl.utils.futures.AbstractFuture: androidx.work.impl.utils.futures.AbstractFuture$Waiter waiters +com.bumptech.glide.integration.okhttp.R$id: int left +com.google.android.material.R$layout: int mtrl_picker_text_input_date_range +com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_color +okio.ForwardingSink: okio.Timeout timeout() +androidx.hilt.lifecycle.R$drawable: int notification_bg_low_pressed +wangdaye.com.geometricweather.weather.json.mf.MfRainResult: int quality +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Caption +androidx.preference.R$styleable: int PreferenceFragment_android_layout +androidx.appcompat.widget.AppCompatToggleButton: AppCompatToggleButton(android.content.Context,android.util.AttributeSet,int) +james.adaptiveicon.R$color: int bright_foreground_inverse_material_dark +androidx.appcompat.R$style: int Base_Theme_AppCompat_CompactMenu +androidx.vectordrawable.animated.R$id: int icon +wangdaye.com.geometricweather.R$layout: int material_timepicker_dialog +com.xw.repo.bubbleseekbar.R$anim: int abc_shrink_fade_out_from_bottom +cyanogenmod.app.CustomTile$ExpandedStyle$1: cyanogenmod.app.CustomTile$ExpandedStyle createFromParcel(android.os.Parcel) +androidx.appcompat.widget.ViewStubCompat: ViewStubCompat(android.content.Context,android.util.AttributeSet,int) +androidx.preference.R$drawable: int btn_radio_on_mtrl +io.reactivex.Observable: io.reactivex.Observable buffer(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,java.util.concurrent.Callable) +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_BottomAppBar +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver +android.didikee.donate.R$style: int Base_Widget_AppCompat_Button_Colored +cyanogenmod.themes.IThemeService$Stub$Proxy +cyanogenmod.weather.RequestInfo: RequestInfo(android.os.Parcel) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintTop_toTopOf +androidx.hilt.lifecycle.R$anim: int fragment_open_enter +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.google.android.material.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow +com.google.android.material.R$styleable: int NavigationView_itemMaxLines +cyanogenmod.power.PerformanceManager: int getNumberOfProfiles() +wangdaye.com.geometricweather.db.entities.DailyEntity: void setSunRiseDate(java.util.Date) +com.bumptech.glide.load.engine.GlideException: java.util.List causes +cyanogenmod.providers.CMSettings$Secure: java.lang.String LOCKSCREEN_VISUALIZER_ENABLED +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_seekBarStyle +androidx.cardview.R$color: R$color() +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.appcompat.R$style: int Animation_AppCompat_Dialog +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.HistoryEntityDao getHistoryEntityDao() +cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String pkg +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$styleable: int TagView_checked_background_color +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: void onError(java.lang.Throwable) +com.bumptech.glide.integration.okhttp.R$attr: int fontProviderCerts +com.google.android.material.appbar.AppBarLayout: int getUpNestedPreScrollRange() +com.turingtechnologies.materialscrollbar.R$dimen: int abc_disabled_alpha_material_dark +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_10 +okhttp3.internal.cache.DiskLruCache: long getMaxSize() +androidx.transition.R$string: int status_bar_notification_info_overflow +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color: int Green +androidx.hilt.R$anim: int fragment_open_exit +androidx.hilt.R$drawable: int notification_tile_bg +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Tooltip +androidx.preference.R$style: int Theme_AppCompat_Light_Dialog com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle -org.greenrobot.greendao.AbstractDaoSession: void deleteAll(java.lang.Class) -com.google.android.material.R$styleable: int Toolbar_menu -cyanogenmod.themes.ThemeManager: boolean isThemeApplying() -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title -android.didikee.donate.R$attr: int customNavigationLayout -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean() -androidx.preference.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity -androidx.preference.R$attr: int windowFixedWidthMajor -com.google.android.material.R$styleable: int KeyTimeCycle_android_rotationY -androidx.appcompat.R$id: int chronometer -com.bumptech.glide.R$styleable: int GradientColor_android_endColor -androidx.appcompat.view.menu.ExpandedMenuView: int getWindowAnimations() -com.jaredrummler.android.colorpicker.R$attr: int indeterminateProgressStyle -androidx.constraintlayout.widget.R$attr: int singleChoiceItemLayout -cyanogenmod.os.Build$CM_VERSION_CODES: Build$CM_VERSION_CODES() -androidx.preference.R$attr: int paddingBottomNoButtons -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_Switch -wangdaye.com.geometricweather.R$styleable: int Preference_persistent -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean precipitation -com.google.android.material.R$color: int dim_foreground_material_dark -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void onComplete() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String originUrl -androidx.preference.R$anim: int abc_tooltip_exit -androidx.lifecycle.LiveData: boolean hasActiveObservers() -androidx.lifecycle.LiveData$LifecycleBoundObserver: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) -james.adaptiveicon.R$id: int line1 -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Button_Borderless -androidx.preference.R$dimen: int notification_top_pad_large_text -androidx.hilt.work.R$id: int accessibility_custom_action_8 -com.tencent.bugly.crashreport.common.info.a: byte b -cyanogenmod.app.suggest.ApplicationSuggestion: java.lang.String getPackageName() -androidx.lifecycle.extensions.R$id: int action_text -cyanogenmod.profiles.ConnectionSettings: int CM_MODE_3G -android.didikee.donate.R$attr: int splitTrack -androidx.constraintlayout.widget.R$layout: int abc_list_menu_item_icon -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration -com.google.android.material.R$id: int ignoreRequest -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_expandedHintEnabled -cyanogenmod.app.IProfileManager$Stub$Proxy: android.app.NotificationGroup getNotificationGroup(android.os.ParcelUuid) -androidx.appcompat.resources.R$id: int action_image -androidx.dynamicanimation.R$styleable: int GradientColor_android_endY -wangdaye.com.geometricweather.R$color: int design_default_color_on_background -com.google.android.material.R$attr: int colorBackgroundFloating -com.google.android.material.R$styleable: int CustomAttribute_customPixelDimension -wangdaye.com.geometricweather.resource.utils.ResourceUtils$NullException -okhttp3.internal.tls.OkHostnameVerifier: int ALT_DNS_NAME -retrofit2.KotlinExtensions$await$2$2: kotlinx.coroutines.CancellableContinuation $continuation -androidx.lifecycle.ViewModelProviders$DefaultFactory -james.adaptiveicon.R$styleable: int SwitchCompat_switchMinWidth -com.xw.repo.bubbleseekbar.R$dimen: int abc_dropdownitem_text_padding_right -androidx.hilt.lifecycle.R$id -okhttp3.internal.http2.Http2Connection$7: int val$streamId -com.amap.api.location.LocationManagerBase: boolean isStarted() -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) -com.google.android.material.R$attr: int cardPreventCornerOverlap -android.didikee.donate.R$id: int shortcut -androidx.appcompat.R$attr: int indeterminateProgressStyle -androidx.work.impl.utils.futures.AbstractFuture$Waiter: androidx.work.impl.utils.futures.AbstractFuture$Waiter next -androidx.appcompat.R$styleable: int AppCompatTheme_windowFixedWidthMajor -com.xw.repo.bubbleseekbar.R$attr: int layout_keyline -androidx.drawerlayout.R$layout -com.xw.repo.bubbleseekbar.R$style: int Base_V7_Theme_AppCompat -androidx.cardview.R$styleable: int CardView_android_minHeight -androidx.preference.R$layout: int abc_popup_menu_header_item_layout -com.tencent.bugly.proguard.j: void a(short,int) -com.turingtechnologies.materialscrollbar.R$dimen: int cardview_default_radius -wangdaye.com.geometricweather.R$id: int staticPostLayout -com.turingtechnologies.materialscrollbar.R$attr: int colorAccent -com.google.android.material.chip.Chip: void setMaxLines(int) -android.didikee.donate.R$styleable: int ActionBar_contentInsetRight -james.adaptiveicon.R$styleable: int MenuItem_android_alphabeticShortcut -android.didikee.donate.R$styleable: int MenuView_android_verticalDivider -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours: AccuCurrentResult$PrecipitationSummary$Past18Hours() -androidx.preference.R$style: int Theme_AppCompat_Light_NoActionBar -androidx.recyclerview.R$layout: int notification_template_icon_group -cyanogenmod.app.CustomTile: java.lang.String resourcesPackageName -com.jaredrummler.android.colorpicker.R$attr: int background -com.turingtechnologies.materialscrollbar.R$drawable -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum Maximum -wangdaye.com.geometricweather.R$id: int container_main_sun_moon_title -com.google.android.material.R$string: int bottom_sheet_behavior -okio.HashingSink: void write(okio.Buffer,long) -com.google.android.material.R$styleable: int ConstraintSet_android_layout_height -androidx.constraintlayout.widget.R$styleable: int[] MotionScene -com.xw.repo.bubbleseekbar.R$attr: int listPreferredItemHeight -cyanogenmod.providers.CMSettings$Secure: int RING_HOME_BUTTON_BEHAVIOR_DO_NOTHING -com.jaredrummler.android.colorpicker.R$attr: int actionModeFindDrawable -androidx.appcompat.widget.ViewStubCompat: void setLayoutInflater(android.view.LayoutInflater) -wangdaye.com.geometricweather.R$animator: int weather_partly_cloudy_night_1 -com.google.android.material.R$dimen: int cardview_compat_inset_shadow -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric: double Value -cyanogenmod.hardware.CMHardwareManager: int getDisplayGammaCalibrationMin() -androidx.preference.R$style: int Base_Widget_AppCompat_ButtonBar -com.google.android.material.R$attr: int overlay -io.reactivex.internal.disposables.SequentialDisposable: boolean update(io.reactivex.disposables.Disposable) -com.google.android.material.R$id: int item_touch_helper_previous_elevation -com.jaredrummler.android.colorpicker.R$styleable: int View_paddingEnd -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver INNER_DISPOSED -com.google.android.material.R$animator: int mtrl_fab_hide_motion_spec -cyanogenmod.hardware.CMHardwareManager: int getDisplayColorCalibrationDefault() -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_BRIGHTNESS_LEVEL_VALIDATOR -com.google.android.material.R$styleable: int Slider_thumbStrokeColor -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: void subscribe() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean onMenuItemSelected(int,android.view.MenuItem) -androidx.swiperefreshlayout.R$layout: R$layout() -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxStrokeColor -com.amap.api.location.LocationManagerBase -cyanogenmod.hardware.ICMHardwareService: byte[] readPersistentBytes(java.lang.String) -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle -com.google.android.material.circularreveal.CircularRevealGridLayout: void setCircularRevealScrimColor(int) -retrofit2.Response: retrofit2.Response success(java.lang.Object) -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.Observer downstream -androidx.lifecycle.Lifecycling: java.util.Map sCallbackCache -com.google.android.material.R$styleable: int MaterialCalendarItem_itemFillColor -androidx.swiperefreshlayout.R$drawable: int notification_template_icon_low_bg -androidx.preference.R$attr: int subMenuArrow -wangdaye.com.geometricweather.R$attr: int thumbTintMode -okhttp3.HttpUrl: java.lang.String username() -retrofit2.ParameterHandler$RawPart: void apply(retrofit2.RequestBuilder,java.lang.Object) -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder query(java.lang.String) -androidx.preference.R$styleable: int MenuView_preserveIconSpacing -com.google.android.material.R$id: int floating -wangdaye.com.geometricweather.R$styleable: int Spinner_android_entries -cyanogenmod.weather.CMWeatherManager$1$1: java.lang.String val$providerName -com.jaredrummler.android.colorpicker.R$id: int item_touch_helper_previous_elevation -com.google.android.material.R$style: int ThemeOverlay_AppCompat_ActionBar -androidx.dynamicanimation.R$layout: int notification_template_icon_group -androidx.preference.R$attr: int layout_dodgeInsetEdges -cyanogenmod.providers.CMSettings$System: java.lang.String FORWARD_LOOKUP_PROVIDER -androidx.fragment.R$id: int action_text -wangdaye.com.geometricweather.R$style: int Theme_Design_BottomSheetDialog -com.google.android.material.R$dimen: int notification_right_side_padding_top -com.tencent.bugly.crashreport.common.info.AppInfo: java.lang.String i(android.content.Context) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: long serialVersionUID -com.google.android.material.R$dimen: int notification_action_text_size -com.tencent.bugly.proguard.t: void a(boolean) -androidx.preference.R$styleable: int PreferenceTheme_preferenceInformationStyle -retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback: java.util.concurrent.CompletableFuture future -com.google.android.material.slider.RangeSlider: void setTrackActiveTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) +com.turingtechnologies.materialscrollbar.R$attr: int floatingActionButtonStyle +androidx.loader.R$styleable: int FontFamily_fontProviderPackage +okhttp3.Response$Builder: okhttp3.Response$Builder code(int) +com.google.android.material.R$id: int visible +com.google.android.material.bottomsheet.BottomSheetBehavior +wangdaye.com.geometricweather.R$styleable: int Constraint_constraint_referenced_ids +com.amap.api.location.AMapLocation: int LOCATION_TYPE_LAST_LOCATION_CACHE +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_PopupMenu_ContextMenu +com.turingtechnologies.materialscrollbar.R$id: int search_plate +cyanogenmod.weather.WeatherInfo: int access$302(cyanogenmod.weather.WeatherInfo,int) +androidx.constraintlayout.widget.R$id: int uniform +com.google.gson.stream.JsonWriter: java.lang.String deferredName +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: AccuCurrentResult() +com.turingtechnologies.materialscrollbar.R$styleable: int[] FlowLayout +wangdaye.com.geometricweather.R$attr: int colorControlNormal +com.google.android.material.R$styleable: int BottomNavigationView_itemTextColor +androidx.lifecycle.LifecycleRegistry: boolean mHandlingEvent +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_commit_search_api_mtrl_alpha +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView +okhttp3.internal.http2.Header$Listener +wangdaye.com.geometricweather.R$styleable: int ActionMode_titleTextStyle +wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_animAutostart +wangdaye.com.geometricweather.R$attr: int iconSize +androidx.appcompat.R$dimen: int abc_text_size_large_material +androidx.vectordrawable.R$id: int accessibility_custom_action_7 +android.didikee.donate.R$id: int action_menu_presenter +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_android_enabled +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Dialog_FixedSize +com.bumptech.glide.R$dimen: int notification_action_text_size +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Small +androidx.vectordrawable.animated.R$drawable: int notify_panel_notification_icon_bg +james.adaptiveicon.R$drawable: int abc_switch_track_mtrl_alpha +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_actionViewClass +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void onError(java.lang.Throwable) +androidx.appcompat.resources.R$styleable: int StateListDrawable_android_visible +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth +james.adaptiveicon.R$attr: int listLayout +cyanogenmod.weather.CMWeatherManager: cyanogenmod.weather.CMWeatherManager getInstance(android.content.Context) +wangdaye.com.geometricweather.R$string: int wind +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_track_color +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setShowMotionSpecResource(int) +com.google.android.material.textfield.MaterialAutoCompleteTextView +androidx.lifecycle.SavedStateHandle: java.lang.Object get(java.lang.String) +wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode valueOf(java.lang.String) +retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: void onComplete() +com.google.android.material.R$color: int material_on_background_emphasis_medium +io.reactivex.internal.observers.InnerQueuedObserver: boolean isDone() +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWindSpeed +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position +wangdaye.com.geometricweather.R$styleable: int CheckBoxPreference_android_disableDependentsState +androidx.lifecycle.LiveData: java.lang.Object mDataLock +com.xw.repo.bubbleseekbar.R$string: int abc_searchview_description_search +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatImageView_tint +com.tencent.bugly.proguard.q: void onDowngrade(android.database.sqlite.SQLiteDatabase,int,int) +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: boolean disposed +wangdaye.com.geometricweather.common.basic.models.weather.Alert: Alert(android.os.Parcel) +com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getHelperText() +wangdaye.com.geometricweather.R$xml +wangdaye.com.geometricweather.R$layout: int abc_list_menu_item_icon +com.jaredrummler.android.colorpicker.R$styleable: int[] PopupWindow +com.tencent.bugly.proguard.aq: byte b +androidx.drawerlayout.R$dimen: R$dimen() +com.bumptech.glide.integration.okhttp.R$id: int icon_group +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit$Calculator unitCalculator +com.jaredrummler.android.colorpicker.R$dimen: int abc_control_corner_material +james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean setNativeLaunchTime(long) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilityRain: MfForecastResult$ProbabilityForecast$ProbabilityRain() +wangdaye.com.geometricweather.R$color: int primary_dark_material_dark +androidx.preference.R$styleable: int[] RecycleListView +wangdaye.com.geometricweather.R$id: int dropdown_menu +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_itemPadding +androidx.recyclerview.R$color: int notification_action_color_filter +com.google.android.material.R$attr: int paddingEnd +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_pivotAnchor +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void innerError(io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver,java.lang.Throwable) +wangdaye.com.geometricweather.R$id: int activity_widget_config_scrollContainer +androidx.appcompat.widget.ActionBarOverlayLayout: void setIcon(int) +com.turingtechnologies.materialscrollbar.Indicator: void setScroll(float) +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void disposeInner() +com.xw.repo.bubbleseekbar.R$id: int action_bar_container +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index: java.lang.String quali +androidx.lifecycle.extensions.R$id: int blocking +com.tencent.bugly.proguard.aj: byte a +wangdaye.com.geometricweather.R$attr: int labelVisibilityMode +com.jaredrummler.android.colorpicker.R$styleable: int[] ActionBarLayout +james.adaptiveicon.R$styleable: int[] MenuGroup +wangdaye.com.geometricweather.R$array: int pollen_unit_values +cyanogenmod.app.CustomTile$ExpandedGridItem: void setExpandedGridItemTitle(java.lang.String) +com.jaredrummler.android.colorpicker.ColorPreferenceCompat +com.turingtechnologies.materialscrollbar.R$attr: int backgroundTint +retrofit2.ParameterHandler$RelativeUrl: java.lang.reflect.Method method +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall +androidx.drawerlayout.widget.DrawerLayout: DrawerLayout(android.content.Context,android.util.AttributeSet) +okhttp3.CacheControl: boolean noTransform() +com.google.android.material.R$styleable: int Constraint_layout_constraintBottom_toTopOf +cyanogenmod.weather.IRequestInfoListener$Stub: android.os.IBinder asBinder() +com.turingtechnologies.materialscrollbar.R$color: int mtrl_chip_ripple_color +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Tooltip +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_29 +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Subhead +androidx.transition.R$id: int forever +androidx.appcompat.R$color: int switch_thumb_disabled_material_dark +wangdaye.com.geometricweather.R$string: int phase_waxing_gibbous +io.reactivex.Observable: io.reactivex.Observable mergeDelayError(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource) +okhttp3.Response$Builder: okhttp3.Response$Builder protocol(okhttp3.Protocol) +android.didikee.donate.R$drawable: int abc_tab_indicator_material +com.xw.repo.bubbleseekbar.R$id: int tabMode +com.tencent.bugly.proguard.y: boolean l +androidx.appcompat.R$string: int abc_prepend_shortcut_label +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_begin +okhttp3.OkHttpClient$Builder: javax.net.ssl.SSLSocketFactory sslSocketFactory +androidx.viewpager2.R$id: int accessibility_custom_action_27 +androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall +com.google.android.material.R$dimen: int mtrl_fab_translation_z_hovered_focused +cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILES_STATE +io.reactivex.Observable: io.reactivex.Observable merge(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource) +androidx.lifecycle.SavedStateViewModelFactory: android.app.Application mApplication +androidx.coordinatorlayout.R$dimen: int notification_main_column_padding_top +androidx.hilt.R$id: int accessibility_custom_action_13 +wangdaye.com.geometricweather.R$id: int item_about_translator_flag +androidx.appcompat.R$color: int background_material_dark +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_MaterialComponents_Chip +androidx.constraintlayout.widget.R$string: int abc_menu_enter_shortcut_label +com.google.android.material.R$styleable: int ConstraintSet_android_layout_marginBottom +com.tencent.bugly.BuglyStrategy: boolean g +okhttp3.Request$Builder: okhttp3.Request$Builder url(java.net.URL) +androidx.appcompat.R$style: int Base_Widget_AppCompat_ProgressBar +org.greenrobot.greendao.AbstractDaoSession: java.util.List queryRaw(java.lang.Class,java.lang.String,java.lang.String[]) +wangdaye.com.geometricweather.R$styleable: int ArcProgress_bottom_text_size +wangdaye.com.geometricweather.R$string: int key_forecast_today +androidx.appcompat.widget.Toolbar: void setTitleMarginTop(int) +androidx.hilt.lifecycle.R$drawable: int notification_bg_normal +okhttp3.internal.http.HttpHeaders: okio.ByteString TOKEN_DELIMITERS +cyanogenmod.providers.CMSettings$Secure: java.lang.String DEVICE_HOSTNAME +com.google.android.material.R$style: int Theme_MaterialComponents_Dialog +com.google.android.gms.signin.internal.zag: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$drawable: int notif_temp_84 +wangdaye.com.geometricweather.R$string: int feedback_updated_in_background +wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: java.lang.String getUIStyleName(android.content.Context) +wangdaye.com.geometricweather.R$id: int dialog_weather_hourly_text +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: void dispose() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Metric: java.lang.String Unit +com.google.android.material.R$attr: int warmth +com.turingtechnologies.materialscrollbar.R$attr: int expandActivityOverflowButtonDrawable +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall +retrofit2.OkHttpCall: boolean executed +wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_DayNight +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small +james.adaptiveicon.R$id: int decor_content_parent +androidx.appcompat.R$dimen: int abc_text_size_subhead_material +okhttp3.Request: okhttp3.Request$Builder newBuilder() +android.didikee.donate.R$integer: int abc_config_activityDefaultDur +androidx.swiperefreshlayout.R$style: int TextAppearance_Compat_Notification_Time +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse +io.reactivex.Observable: io.reactivex.Observable concatMapIterable(io.reactivex.functions.Function,int) +james.adaptiveicon.R$color: R$color() +androidx.lifecycle.Lifecycling: androidx.lifecycle.GenericLifecycleObserver getCallback(java.lang.Object) +com.tencent.bugly.proguard.c: void a(java.lang.String,java.lang.Object) +okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection$Builder socket(java.net.Socket) +wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_scaleX +com.google.android.material.R$color: int design_dark_default_color_on_primary +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_DEFAULT_LED_ON +androidx.preference.R$layout: int abc_search_view +cyanogenmod.app.suggest.AppSuggestManager: cyanogenmod.app.suggest.IAppSuggestManager sImpl +com.tencent.bugly.crashreport.CrashReport$CrashHandleCallback +com.google.android.material.textfield.TextInputLayout: void setErrorIconOnLongClickListener(android.view.View$OnLongClickListener) +androidx.constraintlayout.widget.R$attr: int buttonBarStyle +com.google.android.material.R$dimen: int design_fab_translation_z_hovered_focused +com.github.rahatarmanahmed.cpv.CircularProgressView: boolean autostartAnimation +com.tencent.bugly.crashreport.crash.jni.b: com.tencent.bugly.crashreport.crash.CrashDetailBean a(android.content.Context,java.util.Map,com.tencent.bugly.crashreport.crash.jni.NativeExceptionHandler) +com.turingtechnologies.materialscrollbar.R$attr: int itemIconTint +wangdaye.com.geometricweather.R$styleable: int[] KeyPosition +com.google.android.material.appbar.AppBarLayout: android.graphics.drawable.Drawable getStatusBarForeground() +wangdaye.com.geometricweather.R$drawable: int notif_temp_17 +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_navigation_top_padding +com.jaredrummler.android.colorpicker.R$attr: int lineHeight +wangdaye.com.geometricweather.R$attr: int min +com.google.android.material.R$attr: int subtitleTextAppearance +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_light_focused +wangdaye.com.geometricweather.R$dimen: int material_text_view_test_line_height +androidx.customview.R$id: int icon +james.adaptiveicon.R$styleable: int ActionBar_contentInsetStart +androidx.constraintlayout.widget.R$attr: int fontStyle +com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity +androidx.dynamicanimation.R$id: int tag_unhandled_key_listeners +james.adaptiveicon.R$drawable: int abc_ic_clear_material +cyanogenmod.hardware.DisplayMode$1: cyanogenmod.hardware.DisplayMode[] newArray(int) +com.baidu.location.e.l$b: java.lang.String a(com.baidu.location.e.l$b,org.json.JSONObject) +com.tencent.bugly.crashreport.common.info.a: java.lang.String L +com.turingtechnologies.materialscrollbar.R$bool: R$bool() +wangdaye.com.geometricweather.R$styleable: int Variant_region_heightMoreThan +wangdaye.com.geometricweather.R$id: int notification_base_realtimeTemp +com.tencent.bugly.proguard.v: boolean s +androidx.lifecycle.LifecycleDispatcher$DispatcherActivityCallback: LifecycleDispatcher$DispatcherActivityCallback() +okhttp3.internal.http1.Http1Codec: int STATE_READING_RESPONSE_BODY +androidx.activity.R$dimen: int compat_notification_large_icon_max_height +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored +androidx.drawerlayout.R$id: int italic +io.reactivex.internal.subscriptions.BasicIntQueueSubscription: boolean offer(java.lang.Object) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_132 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String getHeadIconType() +com.google.android.material.R$dimen: int design_navigation_item_horizontal_padding +okio.AsyncTimeout: okio.AsyncTimeout awaitTimeout() +okhttp3.internal.http2.Http2Codec: java.lang.String PROXY_CONNECTION +wangdaye.com.geometricweather.R$styleable: int Toolbar_maxButtonHeight +androidx.work.WorkInfo$State: androidx.work.WorkInfo$State SUCCEEDED +com.google.android.material.R$styleable: int Chip_chipIconVisible +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder followRedirects(boolean) +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: float getStrokeAlpha() +com.turingtechnologies.materialscrollbar.R$id: int action_bar +androidx.appcompat.R$style: int Widget_AppCompat_RatingBar_Indicator +com.google.android.material.R$attr: int itemBackground +androidx.preference.R$attr: int fontVariationSettings +cyanogenmod.profiles.BrightnessSettings: boolean mDirty +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: boolean outputFused +com.tencent.bugly.BuglyStrategy: long getAppReportDelay() +androidx.constraintlayout.widget.R$integer: int abc_config_activityDefaultDur +com.turingtechnologies.materialscrollbar.R$attr: int scrimAnimationDuration +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_verticalBias +androidx.appcompat.R$styleable: int AppCompatTextView_drawableEndCompat +cyanogenmod.app.CMTelephonyManager: CMTelephonyManager(android.content.Context) +com.google.android.material.R$id: int src_in +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property CityId +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer windDirection +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setCo(java.lang.Float) +com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_switch_to_on_mtrl_00012 +androidx.preference.R$styleable: int AppCompatTheme_listDividerAlertDialog +wangdaye.com.geometricweather.R$attr: int backgroundStacked +com.turingtechnologies.materialscrollbar.R$drawable: int abc_control_background_material +com.tencent.bugly.crashreport.common.strategy.a: com.tencent.bugly.proguard.w d +com.turingtechnologies.materialscrollbar.R$drawable: int abc_textfield_search_default_mtrl_alpha +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Toolbar_Button_Navigation +com.github.rahatarmanahmed.cpv.CircularProgressView$5: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 +androidx.constraintlayout.widget.R$drawable: int abc_ic_commit_search_api_mtrl_alpha +wangdaye.com.geometricweather.R$drawable: int ic_uv +androidx.activity.R$drawable: int notification_bg_low_normal +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_3_30 +wangdaye.com.geometricweather.R$styleable: int[] FontFamilyFont +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_hd +androidx.appcompat.resources.R$dimen: int notification_right_icon_size +com.google.android.material.R$id: int icon +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabPadding +wangdaye.com.geometricweather.R$string: int feedback_about_geocoder +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_78 +wangdaye.com.geometricweather.common.basic.models.weather.UV: int UV_INDEX_HIGH +james.adaptiveicon.R$drawable: int abc_scrubber_primary_mtrl_alpha +com.google.android.gms.common.server.response.zan: android.os.Parcelable$Creator CREATOR +androidx.lifecycle.ViewModel: java.util.Map mBagOfTags +com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat_ActionBar +com.google.android.gms.base.R$attr: int buttonSize +wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: int getChartTop() +wangdaye.com.geometricweather.R$layout: int widget_week_3 +android.didikee.donate.R$style: int Base_Theme_AppCompat_Light_DarkActionBar +com.google.gson.FieldNamingPolicy$2: java.lang.String translateName(java.lang.reflect.Field) +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_hideable +androidx.constraintlayout.widget.R$style: int Animation_AppCompat_Tooltip +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleGravity +io.reactivex.Observable: io.reactivex.Observable switchMapMaybeDelayError(io.reactivex.functions.Function) +androidx.viewpager2.R$id: int notification_background +androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_STOP +retrofit2.Utils: java.lang.RuntimeException methodError(java.lang.reflect.Method,java.lang.Throwable,java.lang.String,java.lang.Object[]) +cyanogenmod.providers.CMSettings$NameValueCache +androidx.customview.R$id: int italic +wangdaye.com.geometricweather.R$style: int TextAppearance_Compat_Notification_Time +com.baidu.location.e.l$b: com.baidu.location.e.l$b c +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean +com.turingtechnologies.materialscrollbar.R$color: int design_fab_stroke_top_inner_color +okio.Buffer: long readLong() +io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable: void dispose() +com.google.android.material.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework +com.tencent.bugly.crashreport.common.info.a: int ag +androidx.preference.R$layout: int preference_recyclerview +okio.BufferedSource: long readAll(okio.Sink) +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_PopupMenu +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setPivotY(float) +com.turingtechnologies.materialscrollbar.R$attr: int chipStrokeWidth +androidx.work.R$color +cyanogenmod.app.ProfileGroup: void setVibrateMode(cyanogenmod.app.ProfileGroup$Mode) +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_content_inset_with_nav +okio.Buffer: okio.BufferedSink writeString(java.lang.String,int,int,java.nio.charset.Charset) +okhttp3.EventListener +io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: io.reactivex.functions.BiPredicate predicate +com.google.android.material.R$id: int accessibility_custom_action_22 +com.google.android.material.R$attr: int textAppearanceBody1 +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_android_windowAnimationStyle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint: AccuCurrentResult$DewPoint() +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer getWetBulbTemperature() +com.xw.repo.bubbleseekbar.R$attr: int buttonBarNeutralButtonStyle +com.jaredrummler.android.colorpicker.R$styleable: int FontFamily_fontProviderAuthority +androidx.appcompat.R$style: int Base_Theme_AppCompat +androidx.constraintlayout.widget.R$string: int status_bar_notification_info_overflow +androidx.lifecycle.LiveData$LifecycleBoundObserver +com.xw.repo.bubbleseekbar.R$id: int end +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Ice Ice +james.adaptiveicon.R$color: int abc_tint_btn_checkable +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleMarginStart +com.tencent.bugly.BuglyStrategy: java.lang.String a +com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_padding_vertical_2lines +com.google.android.material.slider.BaseSlider: void removeOnSliderTouchListener(com.google.android.material.slider.BaseOnSliderTouchListener) +androidx.preference.R$styleable: int GradientColor_android_gradientRadius +io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: void dispose() +androidx.drawerlayout.R$styleable: int ColorStateListItem_alpha +androidx.hilt.work.R$styleable: int FontFamilyFont_fontStyle +cyanogenmod.weather.WeatherInfo: double getWindSpeed() +okhttp3.internal.Util: int indexOfControlOrNonAscii(java.lang.String) +androidx.customview.R$string: int status_bar_notification_info_overflow +okhttp3.Cache: Cache(java.io.File,long,okhttp3.internal.io.FileSystem) +okhttp3.internal.cache2.Relay$RelaySource: Relay$RelaySource(okhttp3.internal.cache2.Relay) +com.tencent.bugly.proguard.p: void b(int) +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: long serialVersionUID +io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: void onSuccess(java.lang.Object) +androidx.appcompat.R$styleable: int AppCompatTextView_fontVariationSettings +com.google.gson.stream.JsonScope: JsonScope() +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: ObservableTakeUntil$TakeUntilMainObserver(io.reactivex.Observer) +io.reactivex.Observable: io.reactivex.Observable zipWith(io.reactivex.ObservableSource,io.reactivex.functions.BiFunction,boolean,int) +io.reactivex.internal.subscriptions.SubscriptionArbiter: boolean unbounded +androidx.preference.R$styleable: int AppCompatTheme_dividerHorizontal +com.google.android.material.textfield.TextInputLayout: void setEndIconDrawable(android.graphics.drawable.Drawable) +androidx.viewpager2.R$id: int line1 +androidx.legacy.coreutils.R$id: int chronometer +okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Settings okHttpSettings +androidx.appcompat.R$drawable: int abc_ic_go_search_api_material +com.google.android.material.R$id: int chip_group +com.google.android.material.R$color: int design_fab_shadow_start_color +androidx.recyclerview.R$attr: int fastScrollVerticalTrackDrawable +com.tencent.bugly.crashreport.common.info.AppInfo: java.lang.String a(byte[]) +retrofit2.BuiltInConverters: retrofit2.Converter requestBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],java.lang.annotation.Annotation[],retrofit2.Retrofit) +wangdaye.com.geometricweather.R$color: int switch_thumb_disabled_material_light +com.amap.api.location.AMapLocation$1: java.lang.Object createFromParcel(android.os.Parcel) +cyanogenmod.providers.CMSettings$Secure: CMSettings$Secure() +androidx.appcompat.widget.LinearLayoutCompat: android.graphics.drawable.Drawable getDividerDrawable() +wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: void setHourText(java.lang.String) +io.reactivex.internal.observers.BasicIntQueueDisposable: boolean offer(java.lang.Object) +james.adaptiveicon.R$style: int Base_V7_Widget_AppCompat_Toolbar +okhttp3.internal.ws.WebSocketWriter: boolean writerClosed +wangdaye.com.geometricweather.R$attr: int dayStyle +com.google.android.material.R$styleable: int CardView_contentPadding +cyanogenmod.profiles.AirplaneModeSettings: AirplaneModeSettings(android.os.Parcel) +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_type +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActivityChooserView +wangdaye.com.geometricweather.R$drawable: int widget_card_light_60 +com.turingtechnologies.materialscrollbar.R$styleable: int[] AppBarLayout_Layout +okhttp3.internal.connection.RealConnection +com.google.android.material.textfield.TextInputEditText: TextInputEditText(android.content.Context,android.util.AttributeSet,int) +com.tencent.bugly.proguard.u: int b(com.tencent.bugly.proguard.u) +okhttp3.MultipartBody$Builder: okhttp3.MultipartBody$Builder addFormDataPart(java.lang.String,java.lang.String,okhttp3.RequestBody) +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SNOW +androidx.constraintlayout.widget.R$id: int src_in +androidx.swiperefreshlayout.R$drawable: R$drawable() +com.tencent.bugly.crashreport.common.info.a: java.lang.String G +wangdaye.com.geometricweather.R$attr: int enableCopying +wangdaye.com.geometricweather.R$attr: int floatingActionButtonStyle +wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: int getIconResStart() +androidx.preference.R$style: int Base_Widget_AppCompat_SeekBar +com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_layoutManager +james.adaptiveicon.R$attr: int measureWithLargestChild +wangdaye.com.geometricweather.R$layout: int item_about_title +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_end +okhttp3.internal.http2.Hpack$Reader: int maxDynamicTableByteCount() +androidx.constraintlayout.widget.R$drawable: int abc_ic_clear_material +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: io.reactivex.Observer downstream +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: SwipeRefreshLayout(android.content.Context,android.util.AttributeSet) +androidx.coordinatorlayout.R$styleable: int GradientColor_android_tileMode +com.google.android.material.R$id: int material_timepicker_cancel_button +androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_font +androidx.appcompat.R$attr: int buttonIconDimen +androidx.viewpager2.R$id: int accessibility_custom_action_20 +androidx.vectordrawable.animated.R$layout: int custom_dialog +okio.AsyncTimeout: java.io.IOException newTimeoutException(java.io.IOException) +com.xw.repo.bubbleseekbar.R$attr: int actionBarTheme +com.tencent.bugly.BuglyStrategy$a: int CRASHTYPE_COCOS2DX_JS +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: java.lang.String DESCRIPTOR +androidx.viewpager2.R$styleable: int FontFamilyFont_font +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric +com.github.rahatarmanahmed.cpv.CircularProgressView$8: void onAnimationUpdate(android.animation.ValueAnimator) +androidx.recyclerview.R$drawable: int notification_bg_low_pressed +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title +okhttp3.internal.http2.Http2Connection$ReaderRunnable$1 +androidx.viewpager.R$drawable +wangdaye.com.geometricweather.db.entities.LocationEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.LocationEntity) +com.google.android.material.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorBackgroundFloating +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.String weatherSource +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$8: float val$swipeProgress +com.google.gson.stream.JsonScope +wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayHorizontalProvider: WidgetClockDayHorizontalProvider() +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode SLEET +com.google.android.material.R$style: int Base_Widget_MaterialComponents_TextInputEditText +androidx.appcompat.R$layout +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light_DialogWhenLarge +wangdaye.com.geometricweather.R$string: int key_unit +james.adaptiveicon.R$style: int Base_Animation_AppCompat_Dialog +wangdaye.com.geometricweather.R$attr: int tabRippleColor +androidx.preference.PreferenceGroup$SavedState +wangdaye.com.geometricweather.R$string: int widget_clock_day_details +androidx.transition.R$dimen: int compat_button_inset_vertical_material +com.tencent.bugly.crashreport.crash.anr.a: java.lang.String e +androidx.hilt.R$drawable: int notification_bg_low_pressed +androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_drawableStart +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void openComplete(io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver) +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode WIND +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_textFontWeight +com.turingtechnologies.materialscrollbar.R$string: int abc_menu_shift_shortcut_label +androidx.preference.R$style: int Base_Widget_AppCompat_SearchView_ActionBar +okio.RealBufferedSource: okio.ByteString readByteString(long) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean getSunRiseSet() +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_NoActionBar +com.google.android.material.button.MaterialButton$SavedState +androidx.constraintlayout.widget.R$attr: int srcCompat +com.google.android.material.R$attr: int state_lifted +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType valueOf(java.lang.String) +com.xw.repo.bubbleseekbar.R$style: int Base_V26_Theme_AppCompat_Light +io.reactivex.internal.subscriptions.SubscriptionArbiter: void cancel() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Ice: int UnitType +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu +io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: boolean isDisposed() +androidx.fragment.R$styleable: int GradientColor_android_centerX +androidx.viewpager2.R$styleable: int ColorStateListItem_android_color +androidx.constraintlayout.widget.R$attr: int activityChooserViewStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: boolean isIsModify() +androidx.loader.R$layout: int notification_template_part_chronometer +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_transformPivotY +com.tencent.bugly.crashreport.CrashReport: void setAppPackage(android.content.Context,java.lang.String) +com.tencent.bugly.crashreport.crash.a: java.lang.String c +wangdaye.com.geometricweather.R$color: int primary_text_disabled_material_dark +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Display2 +androidx.drawerlayout.R$dimen: int notification_top_pad_large_text +com.amap.api.location.AMapLocationClientOption: boolean g +cyanogenmod.providers.CMSettings$Global: java.lang.String POWER_NOTIFICATIONS_VIBRATE +androidx.constraintlayout.widget.R$attr: int contentInsetEnd +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog +androidx.appcompat.widget.AppCompatTextView: void setTextFuture(java.util.concurrent.Future) +io.reactivex.internal.observers.DeferredScalarDisposable: int requestFusion(int) +cyanogenmod.app.ProfileGroup$1: ProfileGroup$1() +androidx.preference.R$attr: int expandActivityOverflowButtonDrawable +androidx.work.R$attr +okhttp3.Request$Builder: okhttp3.Headers$Builder headers +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_maxWidth +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean images +androidx.preference.R$style: int Widget_AppCompat_ActionBar_Solid +wangdaye.com.geometricweather.R$string: int abc_menu_function_shortcut_label +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintVertical_bias +com.jaredrummler.android.colorpicker.R$attr: int contentInsetStart +com.google.android.material.textfield.TextInputLayout: void setError(java.lang.CharSequence) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial: double Value +org.greenrobot.greendao.database.DatabaseOpenHelper: void setLoadSQLCipherNativeLibs(boolean) +com.tencent.bugly.proguard.j: void a(java.lang.String,int) +com.turingtechnologies.materialscrollbar.R$color: int material_grey_50 +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_divider +com.amap.api.fence.GeoFence: java.lang.String c +androidx.versionedparcelable.CustomVersionedParcelable: CustomVersionedParcelable() +okio.Okio: okio.Sink sink(java.io.OutputStream) +cyanogenmod.weather.RequestInfo: android.location.Location access$502(cyanogenmod.weather.RequestInfo,android.location.Location) +androidx.viewpager2.R$layout: R$layout() +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat_ActionBar +androidx.appcompat.R$attr: int actionModePopupWindowStyle +androidx.drawerlayout.R$id: int blocking +wangdaye.com.geometricweather.R$layout: int notification_template_custom_big +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void onAttach(android.os.IBinder) +com.loc.h: void getLocation(java.lang.String) +androidx.preference.R$styleable: int Preference_enableCopying +android.didikee.donate.R$color: int notification_action_color_filter +androidx.constraintlayout.widget.R$style: int Base_V7_Widget_AppCompat_EditText +okio.ByteString: int size() +wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_scrollView +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_android_fitsSystemWindows +androidx.fragment.R$styleable: int FontFamilyFont_android_font +okhttp3.internal.http2.Http2Connection$PingRunnable: int payload1 +cyanogenmod.os.Build$CM_VERSION: int SDK_INT +james.adaptiveicon.R$styleable: int AppCompatTextView_textAllCaps +com.google.android.material.R$attr: int viewInflaterClass +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Metric: int UnitType +com.google.android.material.bottomappbar.BottomAppBar: int getRightInset() +okhttp3.Cache$CacheRequestImpl: okio.Sink body() +retrofit2.OkHttpCall$NoContentResponseBody: okhttp3.MediaType contentType +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Region: java.lang.String LocalizedName +wangdaye.com.geometricweather.R$drawable: int weather_wind_mini_dark +wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: java.lang.String description +com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_border_width +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_BottomAppBar_Colored +com.google.android.material.R$styleable: int ChipGroup_singleSelection +wangdaye.com.geometricweather.db.entities.HistoryEntity: java.lang.Long id +wangdaye.com.geometricweather.R$styleable: int Slider_labelBehavior +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: boolean add(io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable) +okhttp3.RequestBody$3: RequestBody$3(okhttp3.MediaType,java.io.File) +cyanogenmod.app.CMContextConstants: java.lang.String CM_PROFILE_SERVICE +cyanogenmod.app.CustomTile$ExpandedStyle: int REMOTE_STYLE +com.google.android.material.R$styleable: int Layout_layout_constraintCircleAngle +okhttp3.internal.connection.RouteException +com.xw.repo.bubbleseekbar.R$color: int dim_foreground_disabled_material_light +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_cornerRadius +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getShortTemperatureText(android.content.Context,int) +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder eventListener(okhttp3.EventListener) +okhttp3.Cookie: java.lang.String value() +wangdaye.com.geometricweather.R$string: int common_google_play_services_update_text +okhttp3.ConnectionPool: ConnectionPool(int,long,java.util.concurrent.TimeUnit) +cyanogenmod.weather.WeatherInfo: java.util.List mForecastList +wangdaye.com.geometricweather.R$styleable: int StateListDrawable_android_dither +com.turingtechnologies.materialscrollbar.R$attr: int layout_behavior +io.reactivex.internal.subscriptions.SubscriptionHelper: io.reactivex.internal.subscriptions.SubscriptionHelper CANCELLED +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property Date +android.didikee.donate.R$style: int Base_Widget_AppCompat_Button +wangdaye.com.geometricweather.R$array: int widget_card_styles +james.adaptiveicon.R$dimen: int abc_text_size_display_1_material +androidx.hilt.work.R$id: int action_text +com.turingtechnologies.materialscrollbar.R$style: int Base_V26_Theme_AppCompat_Light +androidx.work.R$styleable: int GradientColorItem_android_offset +okhttp3.ConnectionSpec$Builder: java.lang.String[] tlsVersions +com.turingtechnologies.materialscrollbar.R$anim: int abc_grow_fade_in_from_bottom +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeThunderstormPrecipitationDuration() +androidx.preference.R$bool: int abc_allow_stacked_button_bar +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha +wangdaye.com.geometricweather.R$string: int introduce +io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function5) +cyanogenmod.weatherservice.ServiceRequestResult$Builder: cyanogenmod.weatherservice.ServiceRequestResult build() +com.tencent.bugly.crashreport.common.info.b: long s() +androidx.lifecycle.MediatorLiveData: void addSource(androidx.lifecycle.LiveData,androidx.lifecycle.Observer) +wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_scrollMode +com.xw.repo.bubbleseekbar.R$id: int select_dialog_listview +okhttp3.logging.HttpLoggingInterceptor$Logger: void log(java.lang.String) +wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_direction +wangdaye.com.geometricweather.R$layout: int item_about_translator +androidx.lifecycle.extensions.R$dimen: int compat_notification_large_icon_max_height +cyanogenmod.themes.ThemeChangeRequest +androidx.hilt.R$anim +com.xw.repo.bubbleseekbar.R$attr: int ratingBarStyleIndicator +wangdaye.com.geometricweather.GeometricWeather: GeometricWeather() +androidx.viewpager.R$id: int notification_main_column_container +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: AccuDailyResult$DailyForecasts$Moon() +okhttp3.internal.http2.PushObserver: boolean onRequest(int,java.util.List) +androidx.appcompat.R$layout: int abc_tooltip +okhttp3.internal.platform.AndroidPlatform$CloseGuard: java.lang.reflect.Method openMethod +retrofit2.ParameterHandler$2: void apply(retrofit2.RequestBuilder,java.lang.Object) +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: boolean isRain() +com.google.android.material.R$drawable: int avd_show_password +com.google.android.material.R$styleable: int[] ExtendedFloatingActionButton_Behavior_Layout +wangdaye.com.geometricweather.R$drawable: int ic_navigation +retrofit2.Utils$ParameterizedTypeImpl: java.lang.reflect.Type ownerType +com.xw.repo.bubbleseekbar.R$drawable: int abc_vector_test +wangdaye.com.geometricweather.R$id: int widget_text_date +com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_radio_to_on_mtrl_000 +com.google.android.gms.common.ConnectionResult +android.didikee.donate.R$id: int none +wangdaye.com.geometricweather.R$color: int abc_btn_colored_text_material +cyanogenmod.app.StatusBarPanelCustomTile: int describeContents() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getShortTemperature(android.content.Context,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) +androidx.appcompat.R$color: int secondary_text_default_material_dark +wangdaye.com.geometricweather.R$string: int content_des_add_current_location +com.xw.repo.bubbleseekbar.R$id: int screen +androidx.preference.R$attr: int listPopupWindowStyle +okhttp3.OkHttpClient: okhttp3.Authenticator authenticator() +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_editor_absoluteX +androidx.recyclerview.widget.RecyclerView: void setPreserveFocusAfterLayout(boolean) +androidx.vectordrawable.R$styleable: int FontFamilyFont_fontWeight +cyanogenmod.app.Profile: cyanogenmod.app.ProfileGroup[] getProfileGroups() +androidx.preference.Preference: void setOnPreferenceClickListener(androidx.preference.Preference$OnPreferenceClickListener) +james.adaptiveicon.R$drawable: int abc_scrubber_track_mtrl_alpha +androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_textStyle +com.google.android.material.R$attr: int backgroundTintMode +wangdaye.com.geometricweather.R$attr: int unfold +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView: int getMarginTop() +okhttp3.Request: java.lang.String header(java.lang.String) +cyanogenmod.profiles.ConnectionSettings: int CM_MODE_2G +androidx.appcompat.R$styleable: int RecycleListView_paddingBottomNoButtons +androidx.work.R$id: int right_side +androidx.appcompat.widget.Toolbar: void setOnMenuItemClickListener(androidx.appcompat.widget.Toolbar$OnMenuItemClickListener) +okhttp3.OkHttpClient: java.util.List interceptors() +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: MfForecastResult$Position() +wangdaye.com.geometricweather.R$drawable: int ic_building +com.turingtechnologies.materialscrollbar.R$dimen: int notification_main_column_padding_top +androidx.appcompat.R$styleable: int AppCompatTheme_actionButtonStyle +androidx.constraintlayout.helper.widget.Layer: void setPivotX(float) +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_SeekBar +androidx.constraintlayout.widget.R$styleable: int Constraint_drawPath +io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: void onSubscribe(org.reactivestreams.Subscription) +android.didikee.donate.R$attr: int buttonBarNegativeButtonStyle +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarSize +wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_DayNight_ActionBar +com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_allowCustom +okhttp3.internal.http1.Http1Codec: void detachTimeout(okio.ForwardingTimeout) +io.reactivex.Observable: io.reactivex.Single toSortedList(java.util.Comparator) +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_default_padding_end_material +androidx.appcompat.widget.AppCompatRadioButton: android.graphics.PorterDuff$Mode getSupportButtonTintMode() +cyanogenmod.power.PerformanceManager: int PROFILE_HIGH_PERFORMANCE +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_indicatorType +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: javax.inject.Provider disposableProvider +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void dispose() +org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.DatabaseOpenHelper$EncryptedHelper encryptedHelper +com.google.android.material.R$layout: int abc_action_menu_layout +io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function3) +wangdaye.com.geometricweather.R$layout: int container_main_hourly_trend_card +com.amap.api.location.AMapLocationClientOption: boolean isOpenAlwaysScanWifi() +androidx.preference.R$style: int Base_Widget_AppCompat_ActionBar_TabText +androidx.lifecycle.SavedStateHandle$1 +okhttp3.Request$Builder: okhttp3.Request$Builder url(java.lang.String) +com.tencent.bugly.proguard.w: java.util.concurrent.atomic.AtomicInteger a +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light_Dialog +androidx.preference.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_PopupWindow +wangdaye.com.geometricweather.settings.fragments.SettingsFragment +wangdaye.com.geometricweather.R$dimen: int mtrl_bottomappbar_fab_cradle_margin +okhttp3.internal.http2.Http2Stream +com.google.android.material.bottomnavigation.BottomNavigationView: void setSelectedItemId(int) +wangdaye.com.geometricweather.R$attr: int minTouchTargetSize +wangdaye.com.geometricweather.R$id: int none +wangdaye.com.geometricweather.R$drawable: int abc_text_cursor_material +com.google.gson.LongSerializationPolicy: LongSerializationPolicy(java.lang.String,int,com.google.gson.LongSerializationPolicy$1) +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: void testCrash() +wangdaye.com.geometricweather.R$attr: int layout_scrollInterpolator +wangdaye.com.geometricweather.db.entities.HistoryEntity: java.lang.String getWeatherSource() +androidx.hilt.work.R$styleable +androidx.appcompat.resources.R$layout: int notification_template_part_time +retrofit2.OkHttpCall: retrofit2.Response parseResponse(okhttp3.Response) +cyanogenmod.weather.util.WeatherUtils +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_temp_1 +com.autonavi.aps.amapapi.model.AMapLocationServer: int c() +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: io.reactivex.disposables.Disposable upstream +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun: java.util.Date Rise +wangdaye.com.geometricweather.R$drawable: int clock_minute_dark +cyanogenmod.weather.IWeatherServiceProviderChangeListener +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: io.reactivex.Observer downstream +androidx.work.R$id: int accessibility_custom_action_11 +wangdaye.com.geometricweather.common.basic.models.weather.Weather: wangdaye.com.geometricweather.common.basic.models.weather.Current getCurrent() +androidx.preference.Preference: Preference(android.content.Context) +wangdaye.com.geometricweather.R$drawable: int notif_temp_80 +androidx.appcompat.R$style: int Widget_AppCompat_ActionBar_TabView +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_backgroundStacked +androidx.appcompat.R$attr: int drawableLeftCompat +com.google.android.gms.common.images.ImageManager$ImageReceiver +james.adaptiveicon.R$id: int action_bar_spinner +androidx.swiperefreshlayout.R$string +wangdaye.com.geometricweather.R$dimen: int notification_right_side_padding_top +com.google.android.material.R$dimen: int abc_edit_text_inset_top_material +james.adaptiveicon.R$styleable: int FontFamilyFont_fontVariationSettings +com.google.android.material.R$drawable: int mtrl_tabs_default_indicator +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: void onNext(java.lang.Object) +com.google.android.material.R$string: int item_view_role_description +okhttp3.internal.http.RealInterceptorChain: okhttp3.internal.connection.StreamAllocation streamAllocation +wangdaye.com.geometricweather.R$styleable: int[] ProgressIndicator +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceImageView_android_maxWidth +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_button_min_width_material +wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_minutelyBar +cyanogenmod.alarmclock.ClockContract$InstancesColumns: android.net.Uri CONTENT_URI +wangdaye.com.geometricweather.common.basic.models.weather.Astro: java.util.Date getRiseDate() +androidx.preference.R$styleable: int DrawerArrowToggle_drawableSize +android.didikee.donate.R$drawable: R$drawable() +androidx.preference.R$attr: int dialogPreferenceStyle +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_content_3 +okio.RealBufferedSource: java.lang.String readUtf8(long) +androidx.constraintlayout.widget.R$styleable: int MenuView_android_verticalDivider +androidx.dynamicanimation.R$styleable: int FontFamily_fontProviderPackage +androidx.constraintlayout.widget.R$id: int group_divider +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Metric: double Value +androidx.preference.R$styleable: int[] Preference +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DIALER_OPENCNAM_ACCOUNT_SID_VALIDATOR +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPopupWindowStyle +androidx.appcompat.widget.Toolbar: void setOverflowIcon(android.graphics.drawable.Drawable) +androidx.preference.R$attr: int listDividerAlertDialog +androidx.preference.R$attr: int keylines +wangdaye.com.geometricweather.R$string: int feedback_refresh_notification_now +retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: ResultObservable$ResultObserver(io.reactivex.Observer) +com.tencent.bugly.crashreport.common.info.a: int D() +com.google.android.material.chip.Chip: void setCloseIconVisible(int) +com.google.android.material.textfield.TextInputLayout: void setPlaceholderText(java.lang.CharSequence) +cyanogenmod.app.Profile: java.lang.String TAG +androidx.appcompat.R$color: int abc_primary_text_material_light +wangdaye.com.geometricweather.db.entities.LocationEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.LocationEntity) +okhttp3.TlsVersion: okhttp3.TlsVersion[] $VALUES +cyanogenmod.providers.CMSettings$System: int getIntForUser(android.content.ContentResolver,java.lang.String,int,int) +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$string: int common_google_play_services_notification_channel_name +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_textColorLink +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language CHINESE +cyanogenmod.app.ILiveLockScreenManager$Stub: cyanogenmod.app.ILiveLockScreenManager asInterface(android.os.IBinder) +com.google.android.material.R$style: int Widget_AppCompat_TextView +androidx.appcompat.widget.AppCompatButton: AppCompatButton(android.content.Context,android.util.AttributeSet,int) +com.turingtechnologies.materialscrollbar.R$dimen: int fastscroll_minimum_range +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_shadowColor +com.jaredrummler.android.colorpicker.R$attr: int actionDropDownStyle +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_actionLayout +com.google.android.material.R$styleable: int FontFamilyFont_fontWeight +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onScreenTurnedOn() +com.google.android.material.R$attr: int layout_constraintWidth_min +wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List getAlertList() +wangdaye.com.geometricweather.R$styleable: int ActionBar_icon +io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: void onError(java.lang.Throwable) +androidx.hilt.lifecycle.R$drawable: int notification_tile_bg +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_TextView +androidx.appcompat.widget.AppCompatTextView: android.view.textclassifier.TextClassifier getTextClassifier() +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_toBottomOf +androidx.viewpager.R$integer +com.google.android.material.R$styleable: int SwitchCompat_thumbTint +okio.Timeout: okio.Timeout clearTimeout() +com.xw.repo.bubbleseekbar.R$drawable: int abc_ratingbar_indicator_material +cyanogenmod.weather.WeatherLocation: int describeContents() +com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceListItem +com.google.android.material.R$attr: int actionModeBackground +com.google.android.material.button.MaterialButton: void setIconGravity(int) +android.didikee.donate.R$drawable: int abc_ic_arrow_drop_right_black_24dp +androidx.preference.R$drawable: int abc_seekbar_tick_mark_material +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeThunderstormPrecipitationDuration +okhttp3.internal.http2.Settings: int[] values +androidx.preference.R$style: int Base_Widget_AppCompat_ProgressBar +wangdaye.com.geometricweather.R$mipmap: int ic_launcher +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum +androidx.appcompat.R$styleable: int[] AnimatedStateListDrawableCompat +androidx.hilt.R$integer +okhttp3.internal.connection.RealConnection: okhttp3.ConnectionPool connectionPool +io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: void onError(java.lang.Throwable) +com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_FixedSize +retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: void onNext(retrofit2.Response) +james.adaptiveicon.AdaptiveIconView: void setIcon(james.adaptiveicon.AdaptiveIcon) +wangdaye.com.geometricweather.R$drawable: int notif_temp_89 +james.adaptiveicon.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar +retrofit2.Utils$ParameterizedTypeImpl +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_creator +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: int STATE_RESULT_VALUE +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String getAbbreviation(android.content.Context) +android.didikee.donate.R$styleable: int[] LinearLayoutCompat +wangdaye.com.geometricweather.R$styleable: int Preference_selectable +okhttp3.internal.http2.Http2Connection$ReaderRunnable$3: okhttp3.internal.http2.Http2Connection$ReaderRunnable this$1 +com.jaredrummler.android.colorpicker.R$attr: int fontProviderFetchStrategy +androidx.appcompat.widget.Toolbar: void setLogo(int) +com.turingtechnologies.materialscrollbar.R$anim: int abc_slide_in_bottom +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getTreeLevel() +wangdaye.com.geometricweather.R$id: int exitUntilCollapsed +com.google.android.material.R$dimen: int mtrl_bottomappbar_fab_bottom_margin +james.adaptiveicon.R$styleable: int TextAppearance_android_shadowColor +okhttp3.MediaType +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ListView_Menu +androidx.appcompat.R$style: int Base_V7_Theme_AppCompat +wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: void setIconResStart(int) +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setPm10(java.lang.Float) +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setLocationCacheEnable(boolean) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX +androidx.lifecycle.LiveData$AlwaysActiveObserver: LiveData$AlwaysActiveObserver(androidx.lifecycle.LiveData,androidx.lifecycle.Observer) +okhttp3.internal.http2.Settings: int MAX_HEADER_LIST_SIZE +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult +james.adaptiveicon.R$layout: int abc_popup_menu_header_item_layout +com.bumptech.glide.R$styleable: int FontFamily_fontProviderAuthority +com.turingtechnologies.materialscrollbar.R$styleable: int[] FloatingActionButton_Behavior_Layout +android.didikee.donate.R$style: int Widget_AppCompat_Light_ListView_DropDown +retrofit2.Converter$Factory: java.lang.Class getRawType(java.lang.reflect.Type) +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: ObservableThrottleLatest$ThrottleLatestObserver(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler$Worker,boolean) +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String TARGET_API +wangdaye.com.geometricweather.R$styleable: int Chip_chipIconTint +androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour: androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour MATCH_PARENT +com.google.android.material.R$styleable: int SnackbarLayout_backgroundOverlayColorAlpha +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust +wangdaye.com.geometricweather.R$id: int widget_day_week_temp_1 +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem +androidx.preference.R$styleable: int[] EditTextPreference +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_RC4_128_MD5 +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getLiveLockScreenThemePackageName() +com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: long serialVersionUID +androidx.appcompat.R$id: int dialog_button +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Compat_Notification_Time +retrofit2.RequestBuilder: void setBody(okhttp3.RequestBody) +com.google.android.material.R$styleable: int CardView_contentPaddingTop +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintCircle +com.google.android.material.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item +androidx.appcompat.R$layout: int custom_dialog +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: void setFrom(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_drawableRight +androidx.appcompat.R$styleable: int SearchView_commitIcon +wangdaye.com.geometricweather.R$attr: int text_size +wangdaye.com.geometricweather.R$styleable: int Constraint_android_alpha +cyanogenmod.weather.IRequestInfoListener$Stub$Proxy +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Body2 +androidx.dynamicanimation.R$id: int chronometer +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: java.lang.Object v1 +androidx.vectordrawable.R$dimen: int notification_right_icon_size +wangdaye.com.geometricweather.R$styleable: int[] MaterialAlertDialogTheme +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval[] values() +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_transitionPathRotate +androidx.multidex.MultiDexExtractor$ExtractedDex: MultiDexExtractor$ExtractedDex(java.io.File,java.lang.String) +james.adaptiveicon.R$style: int RtlOverlay_DialogWindowTitle_AppCompat +okhttp3.internal.http1.Http1Codec: void flushRequest() +okhttp3.internal.ws.WebSocketReader: boolean isFinalFrame +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeTotalPrecipitationDuration +com.google.android.gms.common.api.ApiException +james.adaptiveicon.R$attr: int textAppearanceLargePopupMenu +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.DailyEntityDao dailyEntityDao +wangdaye.com.geometricweather.main.dialogs.BackgroundLocationDialog +wangdaye.com.geometricweather.R$drawable: int weather_cloudy_mini_dark +wangdaye.com.geometricweather.R$styleable: int AppBarLayout_statusBarForeground +androidx.constraintlayout.widget.R$attr: int percentX +androidx.constraintlayout.widget.R$styleable: int PopupWindowBackgroundState_state_above_anchor +android.support.v4.os.ResultReceiver$MyRunnable: ResultReceiver$MyRunnable(android.support.v4.os.ResultReceiver,int,android.os.Bundle) +androidx.constraintlayout.widget.R$id: int add +wangdaye.com.geometricweather.R$drawable: int notification_tile_bg +androidx.core.R$id: int action_divider +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeCloseDrawable +com.turingtechnologies.materialscrollbar.R$style: int Animation_AppCompat_Dialog +james.adaptiveicon.R$attr: int radioButtonStyle +androidx.appcompat.R$attr: int isLightTheme +wangdaye.com.geometricweather.R$string: int mtrl_picker_range_header_unselected +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken STRING +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Menu +retrofit2.HttpServiceMethod$SuspendForResponse: HttpServiceMethod$SuspendForResponse(retrofit2.RequestFactory,okhttp3.Call$Factory,retrofit2.Converter,retrofit2.CallAdapter) +io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: io.reactivex.internal.disposables.SequentialDisposable direct +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_android_baselineAligned +android.didikee.donate.R$drawable: int abc_scrubber_control_off_mtrl_alpha +com.xw.repo.bubbleseekbar.R$color: int notification_icon_bg_color +retrofit2.Retrofit$1 +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.HistoryEntity) +cyanogenmod.hardware.CMHardwareManager: int FEATURE_VIBRATOR +wangdaye.com.geometricweather.R$attr: int materialCalendarMonthNavigationButton +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_marginTop +com.bumptech.glide.R$dimen: int compat_button_padding_vertical_material +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String FORECAST_CONDITION +com.google.android.material.circularreveal.CircularRevealRelativeLayout: CircularRevealRelativeLayout(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$styleable: int ActionBar_navigationMode +wangdaye.com.geometricweather.R$attr: int flow_wrapMode +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: io.reactivex.internal.util.AtomicThrowable error +com.google.android.material.R$styleable: int MenuItem_android_enabled +okhttp3.internal.ws.RealWebSocket: long MAX_QUEUE_SIZE +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: boolean getLiveLockScreenEnabled() +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind: MfCurrentResult$Observation$Wind() +wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String district +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintWidth_percent +okhttp3.Cookie: java.lang.String path +cyanogenmod.providers.CMSettings$System: long getLongForUser(android.content.ContentResolver,java.lang.String,long,int) +okhttp3.internal.Version: java.lang.String userAgent() +androidx.hilt.R$attr: int fontProviderCerts +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_DropDownItem +james.adaptiveicon.R$styleable: int View_theme +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_8 +com.google.gson.stream.JsonReader: long nextLong() +cyanogenmod.weather.CMWeatherManager$RequestStatus: CMWeatherManager$RequestStatus() +com.xw.repo.bubbleseekbar.R$id: int italic +androidx.hilt.lifecycle.R$layout: int notification_action_tombstone +androidx.swiperefreshlayout.R$dimen: int compat_notification_large_icon_max_width +com.turingtechnologies.materialscrollbar.R$styleable: int ActionMode_titleTextStyle +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_selectableItemBackground +androidx.appcompat.R$styleable: int AppCompatTheme_listMenuViewStyle +okio.DeflaterSink: void close() +com.google.android.material.R$styleable: int OnClick_targetId +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void request(long) +wangdaye.com.geometricweather.R$string: int precipitation_probability +android.didikee.donate.R$styleable: int AppCompatTheme_tooltipFrameBackground +okhttp3.internal.platform.Android10Platform: Android10Platform(java.lang.Class) +io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: int retries +androidx.preference.R$dimen: int abc_seekbar_track_progress_height_material +androidx.fragment.app.FragmentActivity: FragmentActivity() +okhttp3.logging.LoggingEventListener: void connectEnd(okhttp3.Call,java.net.InetSocketAddress,java.net.Proxy,okhttp3.Protocol) +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleTextColor +com.turingtechnologies.materialscrollbar.R$dimen: int abc_progress_bar_height_material +androidx.activity.R$integer: R$integer() +com.xw.repo.bubbleseekbar.R$attr: int bsb_bubble_text_size +com.google.android.material.R$attr: int contentInsetRight +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeRainPrecipitation() +androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType: androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType[] values() +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_0_30 +wangdaye.com.geometricweather.R$attr: int foregroundInsidePadding +cyanogenmod.themes.ThemeManager$ThemeChangeListener: void onFinish(boolean) +james.adaptiveicon.R$styleable: int[] AppCompatTextView +com.tencent.bugly.proguard.z: void b(long) +com.bumptech.glide.integration.okhttp.R$style: int Widget_Compat_NotificationActionText +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: void onError(java.lang.Throwable) +com.google.android.material.R$id: int jumpToStart +androidx.preference.R$styleable: int AppCompatTheme_homeAsUpIndicator +okhttp3.OkHttpClient: OkHttpClient() +retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: void onResponse(retrofit2.Call,retrofit2.Response) +wangdaye.com.geometricweather.db.entities.DailyEntity +io.reactivex.Observable: io.reactivex.Observable takeLast(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean,int) +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: java.lang.Throwable error +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_titleCondensed +androidx.vectordrawable.R$dimen: int notification_small_icon_background_padding +wangdaye.com.geometricweather.R$id: int line1 +io.reactivex.disposables.RunnableDisposable: void onDisposed(java.lang.Runnable) +com.google.android.material.R$styleable: int Slider_tickColorActive +android.didikee.donate.R$styleable: int SearchView_searchIcon +retrofit2.Retrofit: retrofit2.ServiceMethod loadServiceMethod(java.lang.reflect.Method) +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: java.util.concurrent.atomic.AtomicReferenceArray values +androidx.customview.R$drawable: int notification_bg_low +io.reactivex.internal.util.EmptyComponent +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeWindChillTemperature() +com.google.android.material.internal.NavigationMenuItemView: void setIconPadding(int) +com.google.android.material.R$drawable: int abc_switch_track_mtrl_alpha +okhttp3.internal.ws.WebSocketReader: void readMessage() wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Imperial: AccuCurrentResult$RealFeelTemperatureShade$Imperial() -wangdaye.com.geometricweather.R$styleable: int MenuView_subMenuArrow -okhttp3.internal.cache.DiskLruCache$Snapshot: DiskLruCache$Snapshot(okhttp3.internal.cache.DiskLruCache,java.lang.String,long,okio.Source[],long[]) -okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex: AndroidPlatform$AndroidTrustRootIndex(javax.net.ssl.X509TrustManager,java.lang.reflect.Method) -james.adaptiveicon.R$styleable: int AppCompatTheme_panelMenuListWidth -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintRight_toRightOf -androidx.viewpager.R$dimen: int notification_top_pad_large_text -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputEditText_OutlinedBox -com.google.android.material.R$dimen: int material_clock_face_margin_top -com.google.android.material.R$style: int Widget_MaterialComponents_TimePicker_Display_TextInputEditText -com.jaredrummler.android.colorpicker.R$attr: int checkBoxPreferenceStyle -wangdaye.com.geometricweather.R$color: int design_icon_tint +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: java.lang.String address +wangdaye.com.geometricweather.R$styleable: int Transform_android_rotationX +com.google.android.material.R$color: int material_grey_600 +com.google.android.material.internal.ForegroundLinearLayout: int getForegroundGravity() +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintGuide_begin +cyanogenmod.providers.WeatherContract$WeatherColumns$TempUnit: int FAHRENHEIT +io.reactivex.internal.util.NotificationLite$DisposableNotification: long serialVersionUID +com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleMarginStart +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_snackbar_margin_horizontal +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language CZECH +cyanogenmod.externalviews.KeyguardExternalViewProviderService: android.os.IBinder onBind(android.content.Intent) +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean +androidx.work.R$id: int accessibility_custom_action_15 +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_MonthTextView +retrofit2.DefaultCallAdapterFactory$1: java.lang.reflect.Type val$responseType +io.reactivex.internal.util.EmptyComponent: void dispose() +okio.ByteString: int lastIndexOf(okio.ByteString) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_CLOCK_VALIDATOR +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getTreeLevel() +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float rainPrecipitation +android.didikee.donate.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton +com.google.android.material.R$attr: int flow_firstHorizontalStyle +com.google.android.material.R$attr: int listChoiceBackgroundIndicator +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver +wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card +com.tencent.bugly.crashreport.biz.b: java.lang.Class b() +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight_DarkActionBar +androidx.appcompat.R$styleable: int AlertDialog_listLayout +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_resetAll +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ListView +com.google.android.material.bottomsheet.BottomSheetBehavior$SavedState: android.os.Parcelable$Creator CREATOR +androidx.work.R$layout: int custom_dialog +okhttp3.internal.http1.Http1Codec$ChunkedSink: okio.Timeout timeout() +cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent WALLPAPER +com.google.android.material.R$styleable: int BottomAppBar_backgroundTint +james.adaptiveicon.R$string: int status_bar_notification_info_overflow +com.bumptech.glide.R$attr: int layout_anchor +okhttp3.Cache: void evictAll() +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_hideable +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setSnowPrecipitation(java.lang.Float) +androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableCompat_android_visible +androidx.constraintlayout.widget.R$styleable: int KeyCycle_waveOffset +cyanogenmod.hardware.DisplayMode$1: java.lang.Object createFromParcel(android.os.Parcel) +com.tencent.bugly.crashreport.crash.h5.H5JavaScriptInterface: void reportJSException(java.lang.String) +cyanogenmod.app.CustomTile$ExpandedListItem: CustomTile$ExpandedListItem() +wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_scrollContainer +okio.ByteString: boolean endsWith(okio.ByteString) +wangdaye.com.geometricweather.R$drawable: int abc_list_pressed_holo_light +com.google.android.material.R$attr: int inverse +com.jaredrummler.android.colorpicker.R$id: int listMode +retrofit2.OkHttpCall: okhttp3.Call rawCall +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionButton +cyanogenmod.app.CMStatusBarManager: cyanogenmod.app.ICMStatusBarManager sService +james.adaptiveicon.R$styleable: int AppCompatTheme_panelMenuListTheme +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setStatus(int) +androidx.appcompat.widget.ActionMenuView: android.graphics.drawable.Drawable getOverflowIcon() +androidx.constraintlayout.widget.R$layout: int abc_list_menu_item_layout +androidx.coordinatorlayout.R$dimen: int notification_large_icon_width +com.google.android.material.chip.Chip: void setChipMinHeightResource(int) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float thunderstormPrecipitation +com.jaredrummler.android.colorpicker.R$attr: int widgetLayout +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorButtonNormal +io.reactivex.observers.TestObserver$EmptyObserver: io.reactivex.observers.TestObserver$EmptyObserver INSTANCE +androidx.preference.R$style: int Animation_AppCompat_DropDownUp +androidx.constraintlayout.widget.R$anim: int abc_fade_out +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorPrimaryDark +androidx.appcompat.R$styleable: int AppCompatTextView_textAllCaps +com.google.android.material.R$attr: int startIconTint +com.google.android.material.R$dimen: int mtrl_calendar_header_divider_thickness +wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: int status +wangdaye.com.geometricweather.R$id: int container_main_aqi_recyclerView +com.xw.repo.bubbleseekbar.R$string: int abc_searchview_description_voice +com.google.android.material.R$color: int abc_primary_text_disable_only_material_light +cyanogenmod.app.StatusBarPanelCustomTile +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property China +james.adaptiveicon.R$styleable: int AppCompatTheme_buttonBarStyle +androidx.work.R$id: int icon +androidx.coordinatorlayout.R$drawable: int notification_bg_low_pressed +wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: java.lang.String styleId +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamily_fontProviderPackage +com.google.android.material.R$styleable: int Constraint_layout_constraintHorizontal_chainStyle +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_customNavigationLayout +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: android.os.Bundle mOptions +androidx.preference.R$attr: int fontWeight +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial: AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial() +wangdaye.com.geometricweather.R$styleable: int Toolbar_titleMarginTop +wangdaye.com.geometricweather.R$string: int content_des_moonset +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_firstBaselineToTopHeight +com.bumptech.glide.R$attr: int alpha +cyanogenmod.app.CMStatusBarManager: cyanogenmod.app.CMStatusBarManager sCMStatusBarManagerInstance +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getSo2Desc() +cyanogenmod.app.PartnerInterface: cyanogenmod.app.PartnerInterface getInstance(android.content.Context) +cyanogenmod.platform.Manifest$permission: java.lang.String MODIFY_NETWORK_SETTINGS +com.google.android.material.R$styleable: int Chip_chipIconEnabled +io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: int size +com.baidu.location.e.l$b: com.baidu.location.e.l$b[] values() +james.adaptiveicon.R$drawable: int abc_textfield_search_default_mtrl_alpha +com.tencent.bugly.CrashModule: com.tencent.bugly.CrashModule getInstance() +wangdaye.com.geometricweather.R$attr: int helperTextTextColor +androidx.constraintlayout.widget.R$styleable: int KeyPosition_percentY +androidx.appcompat.widget.ActionBarContextView: ActionBarContextView(android.content.Context) +wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: AlertEntityDao$Properties() +androidx.preference.R$attr: int switchTextOff +androidx.appcompat.R$dimen: int notification_right_side_padding_top +android.didikee.donate.R$styleable: int MenuView_android_itemBackground +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowFixedWidthMajor +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: java.util.List getValue() +okio.RealBufferedSource: long read(okio.Buffer,long) +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_Button +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_fixed_height_minor +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NAV_BUTTONS_VALIDATOR +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabUnboundedRipple +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large +com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert +android.support.v4.os.IResultReceiver$Stub$Proxy: java.lang.String getInterfaceDescriptor() +com.amap.api.fence.GeoFence: int k +com.xw.repo.bubbleseekbar.R$id: int action_menu_presenter +com.autonavi.aps.amapapi.model.AMapLocationServer: long k() +androidx.constraintlayout.widget.R$attr: int thumbTextPadding +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ProgressBar_Horizontal +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: io.reactivex.disposables.Disposable upstream +james.adaptiveicon.R$attr: int seekBarStyle +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored +androidx.lifecycle.SavedStateHandleController$1: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) +james.adaptiveicon.R$color: int highlighted_text_material_dark +okio.RealBufferedSink: java.lang.String toString() +wangdaye.com.geometricweather.db.entities.AlertEntityDao: boolean isEntityUpdateable() +com.google.android.material.R$styleable: int AppCompatTextView_autoSizeMaxTextSize +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_focused_z +com.xw.repo.bubbleseekbar.R$attr: int layout_anchorGravity +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ProgressBar +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title +okhttp3.internal.tls.BasicCertificateChainCleaner +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_DrawerArrowToggle +androidx.appcompat.R$drawable: int abc_ic_voice_search_api_material +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: ObservableSwitchMapSingle$SwitchMapSingleMainObserver(io.reactivex.Observer,io.reactivex.functions.Function,boolean) +cyanogenmod.weather.WeatherInfo: java.lang.String getCity() +retrofit2.ParameterHandler$2 +wangdaye.com.geometricweather.R$id: int progress_circular +androidx.lifecycle.Transformations$3: void onChanged(java.lang.Object) +com.google.android.material.R$id: int layout +wangdaye.com.geometricweather.R$attr: int isMaterialTheme +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_alphabeticModifiers +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.AirQuality getAirQuality() +cyanogenmod.app.CMContextConstants: java.lang.String CM_THEME_SERVICE +com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding: com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding valueOf(java.lang.String) +wangdaye.com.geometricweather.R$id: int action_menu_divider +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float totalPrecipitation +androidx.recyclerview.R$id: int accessibility_custom_action_1 +james.adaptiveicon.R$attr: int thumbTint +androidx.vectordrawable.animated.R$drawable: int notification_action_background +com.jaredrummler.android.colorpicker.R$color: int material_blue_grey_800 +okio.RealBufferedSource: long indexOf(byte) +wangdaye.com.geometricweather.R$attr: int cpv_animSwoopDuration +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarSwipeRefreshLayout: void setOnApplyWindowInsetsListener(android.view.View$OnApplyWindowInsetsListener) +android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart +androidx.hilt.work.R$dimen: int notification_content_margin_start +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: void onComplete() +wangdaye.com.geometricweather.R$id: int masked +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void onNext(java.lang.Object) +androidx.constraintlayout.widget.R$id: int action_bar_spinner +io.reactivex.internal.util.HashMapSupplier: io.reactivex.internal.util.HashMapSupplier valueOf(java.lang.String) +androidx.constraintlayout.widget.R$color: int primary_text_disabled_material_dark +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void collapseNotificationPanel() +androidx.appcompat.R$styleable: int[] FontFamily +wangdaye.com.geometricweather.R$drawable: int widget_trend_hourly +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: java.lang.String unitId +james.adaptiveicon.R$drawable: int abc_list_divider_mtrl_alpha +androidx.viewpager2.R$id: int italic +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index +okhttp3.CertificatePinner: java.lang.String pin(java.security.cert.Certificate) +okhttp3.internal.http1.Http1Codec$AbstractSource: void endOfInput(boolean,java.io.IOException) +androidx.preference.R$style: int Base_Widget_AppCompat_ActionButton_Overflow +androidx.appcompat.R$attr: int customNavigationLayout +com.google.android.material.R$styleable: int Slider_thumbStrokeWidth +retrofit2.adapter.rxjava2.CallExecuteObservable: void subscribeActual(io.reactivex.Observer) +wangdaye.com.geometricweather.R$attr: int layout_anchor +com.tencent.bugly.proguard.j: void a(java.lang.Object,int) +wangdaye.com.geometricweather.main.fragments.ManagementFragment: ManagementFragment() +com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawable_android_visible +android.didikee.donate.R$style: int Base_Widget_AppCompat_ListView_DropDown +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.Integer rainProductAvailable +androidx.appcompat.R$styleable: int DrawerArrowToggle_color +androidx.constraintlayout.widget.R$drawable: int btn_radio_on_to_off_mtrl_animation +wangdaye.com.geometricweather.R$attr: int waveDecay +wangdaye.com.geometricweather.R$id: int glide_custom_view_target_tag +wangdaye.com.geometricweather.R$string: int phase_new +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getIcePrecipitation() +com.github.rahatarmanahmed.cpv.R$string: R$string() +androidx.work.WorkInfo$State: androidx.work.WorkInfo$State[] values() +wangdaye.com.geometricweather.R$dimen: int mtrl_progress_indicator_size +cyanogenmod.weather.WeatherLocation$Builder: cyanogenmod.weather.WeatherLocation$Builder setPostalCode(java.lang.String) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_93 +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_show_section_text +androidx.appcompat.R$attr: int actionModeShareDrawable +com.jaredrummler.android.colorpicker.R$dimen: int notification_top_pad_large_text +androidx.hilt.lifecycle.R$drawable: int notification_bg_low_normal +androidx.lifecycle.LiveData$1: LiveData$1(androidx.lifecycle.LiveData) +android.didikee.donate.R$dimen +cyanogenmod.providers.CMSettings$System: java.lang.String KEY_MENU_LONG_PRESS_ACTION +wangdaye.com.geometricweather.R$id: int dialog_time_setter_container +com.tencent.bugly.crashreport.crash.jni.a +com.google.gson.stream.JsonReader: int NUMBER_CHAR_DECIMAL +androidx.fragment.R$id: int text +androidx.preference.R$id: int action_text +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: boolean isDisposed() +com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: java.lang.String toString() +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_enabled +wangdaye.com.geometricweather.R$attr: int bsb_show_progress_in_float +androidx.viewpager2.R$drawable: int notification_bg_low_pressed +retrofit2.ParameterHandler$Header +io.reactivex.internal.schedulers.AbstractDirectTask: AbstractDirectTask(java.lang.Runnable) +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean getPressure() +io.reactivex.internal.operators.observable.ObservableReplay$Node +com.google.android.material.R$attr: int number +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_waveShape +androidx.preference.R$color: int switch_thumb_material_light +okhttp3.Response: java.lang.String header(java.lang.String,java.lang.String) +android.didikee.donate.R$styleable: int DrawerArrowToggle_arrowHeadLength +android.didikee.donate.R$styleable: int[] ActionMode +wangdaye.com.geometricweather.R$styleable: int ColorStateListItem_alpha +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_iconSpaceReserved +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$TotalLiquid +wangdaye.com.geometricweather.R$attr: int fontProviderFetchTimeout +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_commit_search_api_mtrl_alpha +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_elevation +androidx.appcompat.R$style: int TextAppearance_AppCompat_Large +androidx.drawerlayout.R$style: int Widget_Compat_NotificationActionText +androidx.hilt.work.R$id: int icon +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setStrokeAlpha(float) +cyanogenmod.externalviews.KeyguardExternalView: void onAttachedToWindow() +com.google.android.material.R$style: int Base_Widget_AppCompat_ListPopupWindow +androidx.activity.R$id: int async +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeTotalPrecipitationProbability(java.lang.Float) +com.jaredrummler.android.colorpicker.R$styleable: int ListPreference_entryValues +androidx.transition.R$dimen: int notification_main_column_padding_top +com.jaredrummler.android.colorpicker.R$color: int abc_tint_edittext +androidx.appcompat.R$styleable: int TextAppearance_android_textColorHint +com.google.android.material.R$id: int text_input_error_icon +wangdaye.com.geometricweather.R$styleable: int SignInButton_colorScheme +androidx.appcompat.widget.AppCompatTextView: AppCompatTextView(android.content.Context,android.util.AttributeSet) +cyanogenmod.alarmclock.ClockContract$InstancesColumns: int POWER_OFF_ALARM_STATE +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored +okhttp3.ConnectionSpec: boolean tls +com.xw.repo.bubbleseekbar.R$attr: int selectableItemBackgroundBorderless +com.bumptech.glide.integration.okhttp.R$attr: int fontProviderFetchTimeout +com.google.android.material.R$style: int Base_Widget_AppCompat_TextView +com.tencent.bugly.crashreport.common.strategy.a: void a(com.tencent.bugly.crashreport.common.strategy.StrategyBean,boolean) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX +cyanogenmod.profiles.ConnectionSettings +com.google.android.material.R$layout: int abc_screen_simple +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +james.adaptiveicon.R$drawable: int abc_textfield_search_material +cyanogenmod.externalviews.KeyguardExternalView$5: void run() +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer apparentTemperature +com.turingtechnologies.materialscrollbar.R$attr: int actionModeBackground +androidx.lifecycle.ReportFragment$ActivityInitializationListener: void onCreate() +androidx.constraintlayout.widget.R$attr: int actionBarSize +androidx.lifecycle.HasDefaultViewModelProviderFactory +androidx.recyclerview.R$layout: int notification_template_part_time +androidx.preference.R$styleable: int ActionMode_background +com.google.android.material.R$styleable: int BottomNavigationView_itemBackground +okhttp3.internal.connection.RealConnection$1: okhttp3.internal.connection.RealConnection this$0 +wangdaye.com.geometricweather.R$attr: int flow_horizontalBias +android.didikee.donate.R$id: int contentPanel +androidx.vectordrawable.R$id: int icon +com.tencent.bugly.proguard.ak: java.util.ArrayList p +com.google.android.material.progressindicator.ProgressIndicator: void setAnimatorDurationScaleProvider(com.google.android.material.progressindicator.AnimatorDurationScaleProvider) +james.adaptiveicon.R$drawable: int abc_ratingbar_indicator_material +okhttp3.Handshake: java.util.List peerCertificates +okhttp3.internal.http2.Hpack$Writer: okhttp3.internal.http2.Header[] dynamicTable +androidx.appcompat.R$styleable: int Spinner_android_dropDownWidth +james.adaptiveicon.R$color: int tooltip_background_light +wangdaye.com.geometricweather.R$string: int abc_searchview_description_submit +okhttp3.Request$Builder: okhttp3.Request$Builder method(java.lang.String,okhttp3.RequestBody) +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_goneMarginLeft +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Badge +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored +wangdaye.com.geometricweather.R$menu: int activity_preview_icon +com.tencent.bugly.crashreport.crash.h5.a: java.lang.String i +com.bumptech.glide.integration.okhttp.R$dimen: int notification_small_icon_background_padding +okhttp3.internal.platform.Jdk9Platform: java.lang.String getSelectedProtocol(javax.net.ssl.SSLSocket) +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless +io.reactivex.observers.DisposableObserver: boolean isDisposed() +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_content_2 +retrofit2.RequestFactory$Builder: java.lang.reflect.Method method +wangdaye.com.geometricweather.R$id: int transition_current_scene +androidx.vectordrawable.animated.R$dimen: int compat_button_inset_horizontal_material +com.tencent.bugly.proguard.m: long a +androidx.constraintlayout.widget.R$layout: int abc_screen_content_include +com.amap.api.fence.GeoFenceClient: void removeGeoFence() +okhttp3.internal.http.BridgeInterceptor: BridgeInterceptor(okhttp3.CookieJar) +com.turingtechnologies.materialscrollbar.R$id: int spacer +com.turingtechnologies.materialscrollbar.R$attr: int splitTrack +com.google.android.material.R$style: int Widget_MaterialComponents_Slider +wangdaye.com.geometricweather.R$attr: int msb_scrollMode +wangdaye.com.geometricweather.R$styleable: int DialogPreference_negativeButtonText +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_lunar +cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator sBooleanValidator +cyanogenmod.providers.CMSettings$DelimitedListValidator: java.lang.String mDelimiter +androidx.appcompat.widget.SearchView: void setOnQueryTextListener(androidx.appcompat.widget.SearchView$OnQueryTextListener) +androidx.constraintlayout.widget.R$styleable: int KeyPosition_sizePercent +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_PopupWindow +wangdaye.com.geometricweather.R$attr: int theme +wangdaye.com.geometricweather.R$drawable: int ic_weather_alert +wangdaye.com.geometricweather.R$color: int mtrl_chip_background_color +androidx.legacy.coreutils.R$id: int action_divider +android.didikee.donate.R$color: int primary_dark_material_dark +wangdaye.com.geometricweather.R$dimen: int mtrl_edittext_rectangle_top_offset +io.reactivex.internal.operators.observable.ObserverResourceWrapper: void onError(java.lang.Throwable) +androidx.appcompat.widget.AppCompatImageView: void setImageBitmap(android.graphics.Bitmap) +com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_verticalDivider +androidx.viewpager.R$style: int TextAppearance_Compat_Notification_Info +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_123 +wangdaye.com.geometricweather.R$style: R$style() +androidx.appcompat.resources.R$layout: int custom_dialog +androidx.preference.R$dimen: int notification_media_narrow_margin +androidx.constraintlayout.widget.R$id: int decor_content_parent +okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder supportsTlsExtensions(boolean) +okhttp3.CacheControl: okhttp3.CacheControl FORCE_CACHE +wangdaye.com.geometricweather.R$string: int material_slider_range_end +com.google.android.material.R$id: int search_go_btn +androidx.preference.R$styleable: int AppCompatTheme_actionBarTabStyle +okhttp3.Response$Builder +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX: CaiYunMainlyResult$BrandInfoBeanXX() +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Float tSea +com.google.android.gms.base.R$string: int common_google_play_services_notification_channel_name +wangdaye.com.geometricweather.db.entities.LocationEntity: float latitude +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintTop_creator +wangdaye.com.geometricweather.R$attr: int colorSecondaryVariant +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_icon +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintRight_toLeftOf +okio.Timeout: okio.Timeout clearDeadline() +okio.ByteString: okio.ByteString toAsciiLowercase() +cyanogenmod.weather.IRequestInfoListener$Stub: int TRANSACTION_onLookupCityRequestCompleted +wangdaye.com.geometricweather.R$string: int common_google_play_services_enable_text +wangdaye.com.geometricweather.R$id: int activity_card_display_manage_recyclerView +androidx.constraintlayout.widget.R$attr: int motionProgress +androidx.constraintlayout.widget.R$attr: int progressBarStyle +com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat_Dark +com.jaredrummler.android.colorpicker.R$layout: int abc_screen_toolbar +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_shadowDx +wangdaye.com.geometricweather.R$styleable: int Preference_shouldDisableView +io.reactivex.Observable: io.reactivex.Observable concatMapMaybeDelayError(io.reactivex.functions.Function) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dividerHorizontal +wangdaye.com.geometricweather.R$string: int cpv_select +retrofit2.BuiltInConverters$BufferingResponseBodyConverter: okhttp3.ResponseBody convert(okhttp3.ResponseBody) +androidx.appcompat.resources.R$styleable: int GradientColor_android_type +wangdaye.com.geometricweather.R$styleable: int BottomAppBar_fabCradleRoundedCornerRadius +androidx.viewpager2.R$styleable: int ColorStateListItem_android_alpha +androidx.vectordrawable.R$style: int Widget_Compat_NotificationActionText +com.google.android.material.internal.ScrimInsetsFrameLayout: void setDrawTopInsetForeground(boolean) +io.reactivex.Observable: io.reactivex.Observable concatWith(io.reactivex.SingleSource) +com.tencent.bugly.proguard.h: com.tencent.bugly.proguard.h a(long,java.lang.String) +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorIconDrawable +androidx.constraintlayout.widget.R$id: int jumpToStart +androidx.preference.R$styleable: int AppCompatTheme_actionModeFindDrawable +wangdaye.com.geometricweather.R$dimen: int notification_large_icon_width +com.jaredrummler.android.colorpicker.R$styleable: int GradientColorItem_android_color +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_icon_size +wangdaye.com.geometricweather.R$styleable: int Constraint_animate_relativeTo +james.adaptiveicon.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem +io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(int,long,java.util.concurrent.TimeUnit) +okhttp3.internal.cache2.Relay: okio.ByteString PREFIX_DIRTY +androidx.legacy.coreutils.R$id: int info +james.adaptiveicon.R$attr: int actionModeStyle +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ButtonBar +okhttp3.Request$Builder: okhttp3.HttpUrl url +wangdaye.com.geometricweather.R$attr: int bsb_thumb_radius +com.turingtechnologies.materialscrollbar.R$id: int stretch +androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_shadowDx +cyanogenmod.hardware.ICMHardwareService$Stub: ICMHardwareService$Stub() +com.jaredrummler.android.colorpicker.R$dimen: int notification_large_icon_width +com.google.android.material.bottomappbar.BottomAppBar: int getLeftInset() +cyanogenmod.externalviews.ExternalViewProviderService: cyanogenmod.externalviews.ExternalViewProviderService$Provider createExternalView(android.os.Bundle) +com.google.android.gms.common.internal.zag +com.jaredrummler.android.colorpicker.R$styleable: int ActionBarLayout_android_layout_gravity +com.turingtechnologies.materialscrollbar.R$drawable: int abc_cab_background_top_mtrl_alpha +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility Visibility +wangdaye.com.geometricweather.R$attr: int errorIconTint +com.google.android.material.R$styleable: int Layout_layout_constraintHeight_max +wangdaye.com.geometricweather.R$styleable: int[] LinearLayoutCompat +cyanogenmod.weather.WeatherInfo$DayForecast$1: java.lang.Object createFromParcel(android.os.Parcel) +com.xw.repo.bubbleseekbar.R$styleable: int MenuView_subMenuArrow +com.tencent.bugly.proguard.y$a: java.io.File a(com.tencent.bugly.proguard.y$a) +com.bumptech.glide.R$integer: R$integer() +androidx.appcompat.R$attr: int dropdownListPreferredItemHeight +androidx.constraintlayout.widget.R$color: int bright_foreground_disabled_material_light +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_29 +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_fixed_width_minor +okhttp3.MediaType: okhttp3.MediaType parse(java.lang.String) +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: java.lang.String colorId +wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Light +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_lastHorizontalStyle +wangdaye.com.geometricweather.R$dimen: int abc_control_inset_material +wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_font +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_android_ttcIndex +wangdaye.com.geometricweather.R$color: int material_slider_inactive_tick_marks_color +okhttp3.CertificatePinner$Pin: java.lang.String toString() +io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: MpscLinkedQueue$LinkedQueueNode() +wangdaye.com.geometricweather.R$attr: int cardMaxElevation +androidx.cardview.R$color: int cardview_dark_background +androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_translationX +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_android_hint +com.xw.repo.bubbleseekbar.R$attr: int bsb_is_float_type +james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem +okhttp3.Cookie: java.lang.String domain +james.adaptiveicon.R$styleable: int AppCompatTheme_colorControlHighlight +androidx.preference.R$style: int Base_Widget_AppCompat_DrawerArrowToggle +cyanogenmod.app.ICMStatusBarManager$Stub: int TRANSACTION_removeCustomTileWithTag +wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle +okio.Buffer: okio.Buffer writeIntLe(int) +com.tencent.bugly.proguard.n: void a(com.tencent.bugly.proguard.n,int,java.util.List) +wangdaye.com.geometricweather.R$styleable: int SearchView_android_imeOptions +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeInsetBottom +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu +wangdaye.com.geometricweather.R$attr: int thumbStrokeWidth +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: void setValue(java.util.List) +androidx.constraintlayout.widget.R$attr: int paddingTopNoTitle +wangdaye.com.geometricweather.R$color: int weather_source_accu +com.google.android.material.R$dimen: int mtrl_textinput_outline_box_expanded_padding +wangdaye.com.geometricweather.R$attr: int mock_labelBackgroundColor +androidx.vectordrawable.R$attr: int fontProviderFetchStrategy +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: double HoursOfPrecipitation +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_borderlessButtonStyle +io.reactivex.Observable: io.reactivex.Observable throttleWithTimeout(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +retrofit2.Utils$WildcardTypeImpl: int hashCode() +androidx.hilt.work.R$id: int right_side +retrofit2.Platform$Android: java.lang.Object invokeDefaultMethod(java.lang.reflect.Method,java.lang.Class,java.lang.Object,java.lang.Object[]) +cyanogenmod.app.ICMTelephonyManager: boolean isDataConnectionSelectedOnSub(int) +com.tencent.bugly.crashreport.crash.c: com.tencent.bugly.crashreport.crash.e s +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VectorDrawableDelegateState +cyanogenmod.app.ThemeVersion$ComponentVersion: java.lang.String getName() +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VectorDrawableCompatState +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String getRagweedDescription() +wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: int getChartBottom() +androidx.hilt.lifecycle.R$id: int actions +com.google.android.material.R$style: int Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text +androidx.appcompat.R$attr: int switchStyle +android.didikee.donate.R$id: int icon +okhttp3.internal.cache.FaultHidingSink: void write(okio.Buffer,long) +okhttp3.RequestBody$1: void writeTo(okio.BufferedSink) +com.jaredrummler.android.colorpicker.R$style: int Base_AlertDialog_AppCompat_Light +com.google.android.material.R$styleable: int Chip_ensureMinTouchTargetSize +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox +okhttp3.internal.NamedRunnable +androidx.dynamicanimation.R$dimen: int notification_action_text_size +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ListView +androidx.viewpager.R$id: int forever +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode +androidx.loader.R$attr: int fontProviderFetchStrategy +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.ChineseCityEntity) +wangdaye.com.geometricweather.R$styleable: int PropertySet_visibilityMode +androidx.preference.R$id: int accessibility_custom_action_30 +okio.GzipSink: GzipSink(okio.Sink) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$TotalLiquid: java.lang.String Unit +com.amap.api.location.DPoint: boolean equals(java.lang.Object) +com.jaredrummler.android.colorpicker.R$styleable: int[] PreferenceGroup +androidx.recyclerview.R$dimen: int item_touch_helper_swipe_escape_max_velocity +io.reactivex.Observable: io.reactivex.Observable timeout0(long,java.util.concurrent.TimeUnit,io.reactivex.ObservableSource,io.reactivex.Scheduler) +com.google.android.material.floatingactionbutton.FloatingActionButton: int getRippleColor() +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver inner +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_PopupMenu +wangdaye.com.geometricweather.R$id: int smallLabel +cyanogenmod.app.Profile: java.util.ArrayList mSecondaryUuids +androidx.hilt.work.R$attr: int fontStyle +androidx.constraintlayout.widget.R$dimen: int abc_text_size_title_material +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void run() +android.didikee.donate.R$styleable: int AppCompatTextHelper_android_textAppearance +wangdaye.com.geometricweather.R$attr: int checkedIcon +cyanogenmod.app.ProfileGroup: ProfileGroup(java.util.UUID,boolean) +com.jaredrummler.android.colorpicker.R$id: int submenuarrow +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout: FitSystemBarAppBarLayout(android.content.Context,android.util.AttributeSet,int) +cyanogenmod.profiles.StreamSettings$1 +androidx.core.app.CoreComponentFactory +com.xw.repo.bubbleseekbar.R$dimen: int compat_button_inset_horizontal_material +cyanogenmod.providers.CMSettings$Global: java.lang.String getString(android.content.ContentResolver,java.lang.String) +android.didikee.donate.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated +com.google.android.material.R$attr: int dropdownListPreferredItemHeight +androidx.appcompat.R$id: int action_menu_presenter +wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_active_item_min_width +okhttp3.CacheControl: boolean noCache() +wangdaye.com.geometricweather.R$layout: int widget_clock_day_details +wangdaye.com.geometricweather.R$styleable: int FontFamily_fontProviderAuthority +com.jaredrummler.android.colorpicker.R$attr: int subtitleTextColor +androidx.appcompat.R$styleable: int MenuItem_android_checkable +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addPathSegments(java.lang.String,boolean) +androidx.constraintlayout.widget.R$attr: int maxVelocity +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintBaseline_toBaselineOf +com.autonavi.aps.amapapi.model.AMapLocationServer: long o +com.google.android.material.R$attr: int drawableSize +okio.ForwardingTimeout: okio.ForwardingTimeout setDelegate(okio.Timeout) +cyanogenmod.providers.ThemesContract$ThemesColumns$InstallState: int INSTALLED +wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_AppbarTheme_Light +cyanogenmod.profiles.AirplaneModeSettings: int mValue cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean unRegisterThermalListener(cyanogenmod.hardware.IThermalListenerCallback) -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Headline2 -cyanogenmod.app.StatusBarPanelCustomTile: StatusBarPanelCustomTile(java.lang.String,java.lang.String,java.lang.String,int,java.lang.String,int,int,cyanogenmod.app.CustomTile,android.os.UserHandle,long) -androidx.appcompat.resources.R$id: int accessibility_custom_action_20 -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) -wangdaye.com.geometricweather.R$layout: int abc_select_dialog_material -james.adaptiveicon.R$drawable: int tooltip_frame_dark -wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemTextAppearanceInactive -cyanogenmod.themes.ThemeChangeRequest$RequestType: ThemeChangeRequest$RequestType(java.lang.String,int) -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_verticalGap -com.google.android.material.R$styleable: int ProgressIndicator_indicatorType -androidx.viewpager.R$styleable: int FontFamily_fontProviderQuery -okhttp3.internal.connection.RealConnection: okio.BufferedSink sink -com.xw.repo.bubbleseekbar.R$styleable: int ActionMenuItemView_android_minWidth -james.adaptiveicon.R$styleable: int SearchView_searchIcon -wangdaye.com.geometricweather.db.entities.AlertEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_section_count -com.google.android.material.textfield.TextInputLayout: void setErrorIconDrawable(android.graphics.drawable.Drawable) -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder cookieJar(okhttp3.CookieJar) -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: void onError(java.lang.Throwable) -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Button_Small -android.didikee.donate.R$style: int Theme_AppCompat_Light_Dialog_MinWidth -com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getTickActiveTintList() -androidx.viewpager.R$attr: int fontProviderAuthority -wangdaye.com.geometricweather.R$dimen: int widget_current_weather_icon_size -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_shapeAppearanceOverlay -wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout: FitHorizontalSystemBarRootLayout(android.content.Context) -androidx.drawerlayout.R$styleable: int GradientColor_android_endY -io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: void onNext(java.lang.Object) -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_fontFamily -wangdaye.com.geometricweather.R$attr: int cpv_previewSize -io.reactivex.Observable: io.reactivex.Observable retry() -wangdaye.com.geometricweather.R$styleable: int BackgroundStyle_selectableItemBackground -com.google.android.material.R$dimen: int material_filled_edittext_font_2_0_padding_bottom -androidx.preference.R$styleable: int AlertDialog_buttonPanelSideLayout -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean setNativeAppVersion(java.lang.String) -james.adaptiveicon.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton -wangdaye.com.geometricweather.R$layout: int activity_main -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoonSetDate -com.tencent.bugly.crashreport.CrashReport: void setIsAppForeground(android.content.Context,boolean) -com.tencent.bugly.crashreport.common.strategy.StrategyBean: int describeContents() -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int ISOLATED_THUNDERSTORMS -androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat_Dark -androidx.preference.R$style: int Widget_AppCompat_CompoundButton_Switch -com.google.android.material.R$styleable: int KeyPosition_curveFit -okhttp3.internal.http2.Http2Stream$FramingSource: boolean finished -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon -io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,int,long,java.util.concurrent.TimeUnit) -okhttp3.internal.http2.Http2Connection: okhttp3.Protocol getProtocol() -io.reactivex.Observable: void blockingForEach(io.reactivex.functions.Consumer) -com.google.android.material.R$id: int test_checkbox_android_button_tint -com.google.android.material.bottomnavigation.BottomNavigationItemView: BottomNavigationItemView(android.content.Context) -com.jaredrummler.android.colorpicker.R$drawable: int preference_list_divider_material -cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_COLOR_ENHANCE -james.adaptiveicon.R$styleable: int TextAppearance_textAllCaps -wangdaye.com.geometricweather.R$attr: int textAppearanceCaption -com.google.android.material.bottomnavigation.BottomNavigationView: void setElevation(float) -androidx.core.R$color: int notification_action_color_filter -androidx.activity.R$layout: int notification_template_custom_big -com.autonavi.aps.amapapi.model.AMapLocationServer: void a(org.json.JSONObject) -androidx.hilt.lifecycle.R$id: int tag_accessibility_actions -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionButton_Overflow -com.google.android.material.R$dimen: int mtrl_badge_horizontal_edge_offset -androidx.preference.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Imperial: double Value -com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_anim_duration -okhttp3.internal.http2.Hpack$Writer: int evictToRecoverBytes(int) -retrofit2.http.Field: boolean encoded() -wangdaye.com.geometricweather.R$style: int Base_V23_Theme_AppCompat -com.jaredrummler.android.colorpicker.R$attr: int autoSizeMaxTextSize -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse -androidx.recyclerview.R$id: int text2 -androidx.core.R$styleable: int GradientColor_android_tileMode -androidx.appcompat.R$id: int accessibility_custom_action_16 -wangdaye.com.geometricweather.R$styleable: int[] TextAppearance -androidx.constraintlayout.widget.R$styleable: int SearchView_searchHintIcon -okhttp3.logging.HttpLoggingInterceptor: void logHeader(okhttp3.Headers,int) -cyanogenmod.profiles.RingModeSettings: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableLeftCompat -com.google.android.material.R$integer: int mtrl_chip_anim_duration -com.xw.repo.bubbleseekbar.R$attr: int layout_dodgeInsetEdges -cyanogenmod.app.suggest.AppSuggestManager: boolean handles(android.content.Intent) -james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light_Dialog -wangdaye.com.geometricweather.R$styleable: int SwitchPreference_disableDependentsState -android.support.v4.os.IResultReceiver$Stub: IResultReceiver$Stub() -androidx.lifecycle.LiveData: void onActive() -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_helperTextEnabled -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Imperial Imperial -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setRotation(float) -okhttp3.internal.http2.Http2: int INITIAL_MAX_FRAME_SIZE -wangdaye.com.geometricweather.R$style: int notification_subtitle_text -wangdaye.com.geometricweather.R$dimen: int notification_action_icon_size -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: void run() -androidx.preference.R$attr: int actionModeCloseDrawable -okhttp3.internal.connection.RealConnection: void cancel() -androidx.coordinatorlayout.R$style: int Widget_Compat_NotificationActionContainer +wangdaye.com.geometricweather.R$id: int dialog_location_permission_statement_summary +io.reactivex.Observable: io.reactivex.Completable ignoreElements() +retrofit2.KotlinExtensions: java.lang.Object create(retrofit2.Retrofit) +androidx.constraintlayout.widget.R$id: int line1 +androidx.preference.R$styleable: int PreferenceTheme_preferenceTheme +com.google.android.material.R$styleable: int ConstraintSet_android_minHeight +com.google.android.material.R$styleable: int FontFamilyFont_android_fontVariationSettings +wangdaye.com.geometricweather.R$string: int mtrl_picker_range_header_title +com.google.android.material.R$attr: int materialTimePickerTheme +android.didikee.donate.R$style: int Base_Theme_AppCompat +okio.ForwardingTimeout: long timeoutNanos() +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_DropDownItem_Spinner +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_textAppearance +com.google.android.material.R$anim: int abc_grow_fade_in_from_bottom +com.google.android.material.R$attr: int trackColorActive +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: boolean isEmpty() +cyanogenmod.weather.WeatherInfo: int mWindSpeedUnit +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String STATUSBAR_URI +okhttp3.internal.http2.Hpack$Reader: int evictToRecoverBytes(int) +androidx.constraintlayout.widget.R$attr: int touchAnchorId +androidx.appcompat.R$drawable: int abc_text_select_handle_middle_mtrl_light +okhttp3.internal.http2.Http2Connection$2: Http2Connection$2(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[],int,long) +androidx.appcompat.R$attr: int listPreferredItemPaddingStart +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind +wangdaye.com.geometricweather.R$string: int life_details +org.greenrobot.greendao.AbstractDao: void deleteAll() +com.google.android.material.R$styleable: int NavigationView_shapeAppearance +androidx.recyclerview.R$drawable: int notification_bg_low +androidx.preference.R$style: int Base_Theme_AppCompat_Dialog +androidx.constraintlayout.widget.R$id: int custom +cyanogenmod.providers.CMSettings$DelimitedListValidator: boolean mAllowEmptyList +androidx.recyclerview.widget.LinearLayoutManager +com.tencent.bugly.proguard.y: boolean m +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode CLEAR +wangdaye.com.geometricweather.R$id: int end +com.turingtechnologies.materialscrollbar.R$dimen: int notification_action_icon_size +wangdaye.com.geometricweather.R$dimen: int mtrl_high_ripple_focused_alpha +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: long serialVersionUID +wangdaye.com.geometricweather.R$id: int tabMode +com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge +androidx.lifecycle.LifecycleRegistry$1: int[] $SwitchMap$androidx$lifecycle$Lifecycle$State +androidx.dynamicanimation.R$id: int icon_group +androidx.appcompat.widget.AppCompatTextView: void setBackgroundDrawable(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize +androidx.appcompat.R$dimen: int notification_media_narrow_margin +wangdaye.com.geometricweather.weather.json.mf.MfRainResult: long updatedOn +androidx.fragment.R$dimen: int notification_content_margin_start +com.google.android.material.R$style: int Widget_AppCompat_SearchView +androidx.recyclerview.R$id: int accessibility_custom_action_5 +com.turingtechnologies.materialscrollbar.R$color: int mtrl_fab_ripple_color +retrofit2.Platform$Android: java.util.concurrent.Executor defaultCallbackExecutor() +com.jaredrummler.android.colorpicker.R$anim: int abc_popup_enter +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setOverlay(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: double HoursOfIce +com.google.android.material.R$styleable: int BottomAppBar_hideOnScroll +wangdaye.com.geometricweather.R$styleable: int GradientColor_android_centerColor +androidx.viewpager2.R$styleable: int FontFamily_fontProviderPackage +wangdaye.com.geometricweather.R$attr: int thickness +okhttp3.internal.ws.WebSocketWriter$FrameSink: void close() +com.turingtechnologies.materialscrollbar.R$attr: int windowActionBarOverlay +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_star_black_16dp +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeIcePrecipitation(java.lang.Float) +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_Dialog_Alert +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Display1 +com.google.android.material.R$drawable: int notification_bg_low_normal +okhttp3.internal.connection.RouteException: java.io.IOException getLastConnectException() +androidx.fragment.app.FragmentManagerImpl +wangdaye.com.geometricweather.R$attr: int onNegativeCross +com.google.android.material.R$styleable: int TextInputLayout_android_enabled +com.google.android.material.R$style: int Platform_ThemeOverlay_AppCompat +okhttp3.internal.Util: java.util.List immutableList(java.util.List) +okhttp3.Interceptor$Chain: okhttp3.Connection connection() +com.google.android.material.R$styleable: int[] NavigationView +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Item +wangdaye.com.geometricweather.R$xml: int perference_appearance +androidx.preference.R$drawable: int abc_ic_go_search_api_material +com.google.android.material.R$string: int mtrl_picker_a11y_next_month +okhttp3.OkHttpClient$1: void put(okhttp3.ConnectionPool,okhttp3.internal.connection.RealConnection) +com.bumptech.glide.R$styleable: int GradientColor_android_centerX +com.turingtechnologies.materialscrollbar.R$layout: int abc_list_menu_item_icon +androidx.appcompat.R$id: int select_dialog_listview +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit getInstance(java.lang.String) +com.google.android.material.R$styleable: int MotionLayout_layoutDescription +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionBar_TabView +com.turingtechnologies.materialscrollbar.R$color: int button_material_light +james.adaptiveicon.R$styleable: int AppCompatTheme_selectableItemBackground +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: java.lang.String mslp +com.google.android.material.navigation.NavigationView: android.view.MenuInflater getMenuInflater() +com.turingtechnologies.materialscrollbar.R$styleable: int CardView_contentPaddingRight +wangdaye.com.geometricweather.R$id: int selection_type +retrofit2.converter.gson.GsonResponseBodyConverter +cyanogenmod.themes.ThemeChangeRequest: cyanogenmod.themes.ThemeChangeRequest$RequestType mRequestType +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setScaleX(float) +wangdaye.com.geometricweather.remoteviews.config.AbstractWidgetConfigActivity: AbstractWidgetConfigActivity() +androidx.constraintlayout.utils.widget.ImageFilterView +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_splitTrack +cyanogenmod.themes.ThemeManager: java.lang.String TAG +io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: void run() +android.didikee.donate.R$styleable: int AppCompatTextView_drawableRightCompat +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$DailyTemperature: java.lang.Float max +james.adaptiveicon.R$anim: int abc_slide_out_top +io.reactivex.internal.operators.observable.ObservableGroupBy$State: void subscribe(io.reactivex.Observer) +com.google.android.material.R$styleable: int AppCompatTextView_drawableLeftCompat +com.xw.repo.bubbleseekbar.R$style: int Platform_V25_AppCompat_Light +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintWidth_default +cyanogenmod.profiles.RingModeSettings: void setOverride(boolean) +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Compat_Notification_Info +wangdaye.com.geometricweather.R$id: int dialog_weather_hourly_subtitle +androidx.hilt.lifecycle.R$styleable: int Fragment_android_id +androidx.appcompat.R$attr: int paddingStart +androidx.constraintlayout.widget.R$styleable: int Toolbar_contentInsetStart +com.tencent.bugly.crashreport.common.info.PlugInBean: PlugInBean(java.lang.String,java.lang.String,java.lang.String) +androidx.appcompat.R$styleable: int SwitchCompat_switchTextAppearance +com.google.android.material.appbar.CollapsingToolbarLayout: void setCollapsedTitleGravity(int) +com.google.android.material.chip.Chip: android.content.res.ColorStateList getChipBackgroundColor() +com.google.android.material.R$id: int customPanel +wangdaye.com.geometricweather.R$animator +com.google.android.material.R$styleable: int KeyAttribute_android_transformPivotY +wangdaye.com.geometricweather.R$attr: int collapsedSize +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_112 +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_hideMotionSpec +com.google.android.material.slider.BaseSlider: int getActiveThumbIndex() +android.didikee.donate.R$layout: int notification_template_part_chronometer +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA +retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder baseUrl(okhttp3.HttpUrl) +wangdaye.com.geometricweather.R$string: int material_clock_toggle_content_description +com.google.android.material.R$styleable: int[] ClockFaceView +james.adaptiveicon.R$drawable: int abc_list_selector_background_transition_holo_light +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition: AccuLocationResult$GeoPosition() +retrofit2.Utils: java.lang.RuntimeException methodError(java.lang.reflect.Method,java.lang.String,java.lang.Object[]) +com.turingtechnologies.materialscrollbar.R$id: int container +okhttp3.internal.http2.Http2Reader: void readSettings(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) +com.google.android.material.slider.RangeSlider$RangeSliderState: android.os.Parcelable$Creator CREATOR +io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText +com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status valueOf(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility: AccuCurrentResult$Visibility() +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_rippleColor +okhttp3.CipherSuite: java.lang.String javaName() +com.google.android.material.R$styleable: int[] AnimatedStateListDrawableItem +wangdaye.com.geometricweather.R$attr: int actionMenuTextColor +io.reactivex.Observable: io.reactivex.Observable unsubscribeOn(io.reactivex.Scheduler) +androidx.constraintlayout.widget.R$attr: int dividerVertical +wangdaye.com.geometricweather.R$color: int colorPrimary +com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_android_positiveButtonText +com.turingtechnologies.materialscrollbar.R$id: int filled +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_hintAnimationEnabled +androidx.constraintlayout.widget.R$attr: int submitBackground +androidx.viewpager.R$attr: R$attr() +com.turingtechnologies.materialscrollbar.R$string: int abc_searchview_description_submit +retrofit2.ParameterHandler$Path: void apply(retrofit2.RequestBuilder,java.lang.Object) +com.jaredrummler.android.colorpicker.R$attr: int titleTextColor +io.reactivex.Observable: io.reactivex.Observable retry(long,io.reactivex.functions.Predicate) +com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_singleChoiceItemLayout +android.didikee.donate.R$styleable: int PopupWindow_android_popupAnimationStyle +android.didikee.donate.R$styleable: int[] PopupWindowBackgroundState +androidx.preference.R$styleable: int SwitchPreference_android_summaryOn +androidx.swiperefreshlayout.R$id: int line1 +com.xw.repo.bubbleseekbar.R$anim: int abc_tooltip_exit +com.google.android.material.R$animator: int mtrl_extended_fab_change_size_expand_motion_spec +com.tencent.bugly.crashreport.crash.anr.b: void b() +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_iconGravity +com.google.android.material.button.MaterialButton: int getInsetTop() +cyanogenmod.providers.CMSettings$Secure: java.lang.String PROTECTED_COMPONENTS +cyanogenmod.providers.CMSettings$Secure: java.lang.String CM_SETUP_WIZARD_COMPLETED +androidx.work.impl.WorkManagerInitializer: WorkManagerInitializer() +androidx.constraintlayout.widget.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow +androidx.legacy.coreutils.R$drawable: int notify_panel_notification_icon_bg +okhttp3.Cache$CacheRequestImpl$1: okhttp3.Cache$CacheRequestImpl this$1 +com.jaredrummler.android.colorpicker.R$styleable: int Preference_allowDividerAbove +io.reactivex.internal.schedulers.ScheduledDirectTask +james.adaptiveicon.R$style: int Platform_V21_AppCompat_Light +wangdaye.com.geometricweather.R$id: int path +wangdaye.com.geometricweather.R$styleable: int AppCompatImageView_android_src +androidx.appcompat.R$color: int abc_search_url_text_normal +androidx.preference.R$layout: int abc_alert_dialog_title_material +androidx.vectordrawable.R$color: R$color() +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: long serialVersionUID +okhttp3.Address: Address(java.lang.String,int,okhttp3.Dns,javax.net.SocketFactory,javax.net.ssl.SSLSocketFactory,javax.net.ssl.HostnameVerifier,okhttp3.CertificatePinner,okhttp3.Authenticator,java.net.Proxy,java.util.List,java.util.List,java.net.ProxySelector) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: int getStatus() +com.turingtechnologies.materialscrollbar.R$id: int fill +okhttp3.Request$Builder: okhttp3.Request$Builder header(java.lang.String,java.lang.String) +cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status[] values() +androidx.lifecycle.LifecycleRegistry: androidx.arch.core.internal.FastSafeIterableMap mObserverMap +com.google.android.material.R$styleable: int Badge_horizontalOffset +io.reactivex.Observable: io.reactivex.Observable merge(java.lang.Iterable,int,int) +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Caption +wangdaye.com.geometricweather.R$color: int material_deep_teal_200 +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_button_min_height_material +james.adaptiveicon.R$attr: int contentInsetEnd +com.google.android.material.R$style: int ShapeAppearanceOverlay_Cut +com.xw.repo.bubbleseekbar.R$attr: int actionDropDownStyle +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_chainStyle +wangdaye.com.geometricweather.db.entities.AlertEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) +androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerView$OnFlingListener getOnFlingListener() +androidx.hilt.work.R$id: int tag_accessibility_heading +androidx.preference.R$id: int info +com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_PARSER +com.xw.repo.bubbleseekbar.R$id: int progress_circular +cyanogenmod.weather.ICMWeatherManager$Stub: int TRANSACTION_unregisterWeatherServiceProviderChangeListener +wangdaye.com.geometricweather.R$id: int widget_day_icon +com.google.android.material.R$attr: int shapeAppearanceSmallComponent +james.adaptiveicon.R$attr: int showTitle +okhttp3.CertificatePinner$Builder: java.util.List pins +com.xw.repo.bubbleseekbar.R$dimen: int abc_alert_dialog_button_bar_height +com.bumptech.glide.R$drawable: int notification_template_icon_low_bg +io.reactivex.Observable: io.reactivex.Single last(java.lang.Object) +androidx.appcompat.widget.AppCompatImageButton: void setBackgroundResource(int) +james.adaptiveicon.R$styleable: int ColorStateListItem_alpha +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_orientation +cyanogenmod.app.CustomTile$1: cyanogenmod.app.CustomTile[] newArray(int) +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Toolbar_Surface +androidx.work.R$string: R$string() +androidx.vectordrawable.animated.R$color: R$color() +androidx.preference.R$drawable: int abc_textfield_search_default_mtrl_alpha +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setPublishTime(long) +androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableTransition_android_toId +com.google.android.material.navigation.NavigationView: void setItemIconPaddingResource(int) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Minimum: java.lang.String Unit +com.xw.repo.bubbleseekbar.R$attr: int actionViewClass +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon +wangdaye.com.geometricweather.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset +okhttp3.HttpUrl: okhttp3.HttpUrl resolve(java.lang.String) +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: int INTERRUPTING +androidx.preference.R$style: int Base_V21_Theme_AppCompat_Light_Dialog +androidx.core.widget.ContentLoadingProgressBar: ContentLoadingProgressBar(android.content.Context) +okhttp3.CipherSuite$1 +okhttp3.CertificatePinner: void check(java.lang.String,java.util.List) +cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_TEMPERATURE_MODE +androidx.vectordrawable.animated.R$drawable: int notification_template_icon_bg +wangdaye.com.geometricweather.background.polling.permanent.update.Hilt_ForegroundNormalUpdateService: Hilt_ForegroundNormalUpdateService() +io.reactivex.internal.subscriptions.DeferredScalarSubscription: void request(long) +com.xw.repo.bubbleseekbar.R$id: int listMode +androidx.constraintlayout.widget.R$attr: int flow_lastVerticalBias +com.turingtechnologies.materialscrollbar.R$string: int abc_menu_delete_shortcut_label +android.didikee.donate.R$bool +cyanogenmod.externalviews.KeyguardExternalView$3: KeyguardExternalView$3(cyanogenmod.externalviews.KeyguardExternalView,int,int,int,int,boolean,android.graphics.Rect) +androidx.drawerlayout.R$styleable: int ColorStateListItem_android_alpha +com.tencent.bugly.proguard.f: java.lang.String d +james.adaptiveicon.R$styleable: int Toolbar_titleMargins +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void onComplete() +com.google.android.material.R$string: int abc_toolbar_collapse_description +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_fontStyle +androidx.hilt.work.R$id: int accessibility_custom_action_12 +com.turingtechnologies.materialscrollbar.R$id: int topPanel +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: FlowableCreate$BaseEmitter(org.reactivestreams.Subscriber) +retrofit2.OkHttpCall$1 +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.internal.fuseable.SimplePlainQueue queue +wangdaye.com.geometricweather.R$layout: int widget_clock_day_temp +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric: int UnitType +androidx.constraintlayout.helper.widget.Flow: void setPaddingRight(int) +com.amap.api.location.AMapLocationClientOption: AMapLocationClientOption(android.os.Parcel) +androidx.loader.R$styleable: int FontFamilyFont_fontVariationSettings +androidx.appcompat.R$styleable: int AppCompatTextView_android_textAppearance +okhttp3.OkHttpClient: javax.net.ssl.SSLSocketFactory sslSocketFactory +androidx.viewpager2.R$attr: int fastScrollHorizontalTrackDrawable +androidx.vectordrawable.animated.R$dimen: int compat_button_padding_vertical_material +com.google.android.material.R$styleable: int MenuItem_android_orderInCategory +android.didikee.donate.R$id: int text2 +wangdaye.com.geometricweather.R$dimen: int fastscroll_margin +com.tencent.bugly.crashreport.crash.h5.a: long k +com.google.android.material.R$attr: int titleMarginEnd +wangdaye.com.geometricweather.R$styleable: int GradientColor_android_endX +com.google.android.material.R$id: int accessibility_custom_action_2 +cyanogenmod.weather.CMWeatherManager: android.os.Handler access$100(cyanogenmod.weather.CMWeatherManager) +wangdaye.com.geometricweather.R$anim: int btn_radio_to_off_mtrl_ring_outer_animation +androidx.viewpager2.R$attr: int alpha +wangdaye.com.geometricweather.R$styleable: int Preference_allowDividerBelow +wangdaye.com.geometricweather.R$styleable: int KeyPosition_percentWidth +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_icon +androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableTransition_android_fromId +android.didikee.donate.R$attr +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_BACKGROUND +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_iconTint +wangdaye.com.geometricweather.R$drawable: int weather_sleet_3 +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: long serialVersionUID +com.jaredrummler.android.colorpicker.R$color: int material_grey_50 +androidx.drawerlayout.R$styleable: int FontFamily_fontProviderFetchStrategy +androidx.preference.R$style: int Base_Theme_AppCompat_DialogWhenLarge +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken END_DOCUMENT +wangdaye.com.geometricweather.R$id: int mtrl_calendar_frame +com.google.android.gms.common.internal.zau: android.os.Parcelable$Creator CREATOR +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_background +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void drain() +androidx.preference.R$interpolator: int btn_radio_to_off_mtrl_animation_interpolator_0 +james.adaptiveicon.R$dimen: int hint_alpha_material_light +wangdaye.com.geometricweather.R$attr: int layout_constraintTop_toBottomOf +wangdaye.com.geometricweather.R$string: int expand_button_title +com.google.android.material.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight +retrofit2.Utils: java.lang.reflect.Type[] EMPTY_TYPE_ARRAY +com.google.android.material.R$styleable: int Layout_barrierAllowsGoneWidgets +okhttp3.ConnectionSpec: okhttp3.ConnectionSpec COMPATIBLE_TLS +okio.Segment: okio.Segment unsharedCopy() +io.reactivex.internal.disposables.ArrayCompositeDisposable: void dispose() +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow: java.lang.Float cumul24H +androidx.appcompat.R$styleable: int AppCompatTheme_actionMenuTextColor +retrofit2.Retrofit$Builder: Retrofit$Builder(retrofit2.Retrofit) +androidx.preference.R$id: int blocking +com.google.android.material.R$dimen: int notification_right_icon_size +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_ratingBarStyleSmall +com.google.android.material.R$color: int bright_foreground_material_light +com.google.android.material.R$style: int Platform_MaterialComponents +com.tencent.bugly.crashreport.crash.c: void a(long) +androidx.vectordrawable.R$id: int accessibility_custom_action_21 +retrofit2.ParameterHandler$Path: java.lang.reflect.Method method +wangdaye.com.geometricweather.R$string: int widget_multi_city +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: long serialVersionUID +cyanogenmod.weather.CMWeatherManager$1$1: cyanogenmod.weather.CMWeatherManager$1 this$1 +cyanogenmod.weather.WeatherLocation$1: WeatherLocation$1() +androidx.swiperefreshlayout.R$id: int notification_main_column +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: void setUnit(java.lang.String) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: java.lang.String getBrandId() +android.didikee.donate.R$style: R$style() +com.google.android.material.R$attr: int region_widthLessThan +cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: java.lang.String getActiveWeatherServiceProviderLabel() +androidx.constraintlayout.widget.R$attr: int queryHint +com.bumptech.glide.R$layout: int notification_action +com.google.android.material.textfield.TextInputLayout: void setPlaceholderTextColor(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AppBarLayout_PrimarySurface +androidx.lifecycle.extensions.R$anim: int fragment_fade_exit +androidx.appcompat.resources.R$id: int accessibility_custom_action_26 +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getWindChillTemperature() +androidx.lifecycle.LifecycleDispatcher: void init(android.content.Context) +androidx.constraintlayout.widget.R$attr: int titleMarginEnd +androidx.hilt.R$dimen: int compat_button_inset_vertical_material +cyanogenmod.media.MediaRecorder$AudioSource: MediaRecorder$AudioSource() +androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_fontWeight +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceGroup_android_orderingFromXml +androidx.dynamicanimation.R$style: int TextAppearance_Compat_Notification_Time +okhttp3.internal.http2.Http2Reader: void close() +androidx.lifecycle.OnLifecycleEvent +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintTop_toBottomOf +james.adaptiveicon.R$id: int textSpacerNoButtons +wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customFloatValue +cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: void processWeatherUpdateRequest(cyanogenmod.weather.RequestInfo) +com.google.android.material.R$color: int material_blue_grey_950 +okhttp3.internal.connection.RealConnection$1: RealConnection$1(okhttp3.internal.connection.RealConnection,boolean,okio.BufferedSource,okio.BufferedSink,okhttp3.internal.connection.StreamAllocation) +com.google.android.material.slider.BaseSlider: void addOnSliderTouchListener(com.google.android.material.slider.BaseOnSliderTouchListener) +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceListItemSmall +wangdaye.com.geometricweather.R$anim: int btn_radio_to_on_mtrl_ring_outer_animation +wangdaye.com.geometricweather.R$color: int mtrl_chip_ripple_color +androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_fontStyle +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: int capacityHint +cyanogenmod.app.LiveLockScreenInfo$Builder: LiveLockScreenInfo$Builder() +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setNeedAddress(boolean) +okhttp3.Address: java.util.List connectionSpecs() +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Year_Today +com.google.android.material.R$attr: int prefixTextColor +com.tencent.bugly.proguard.a: com.tencent.bugly.proguard.an a(byte[],boolean) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_checkboxStyle +wangdaye.com.geometricweather.R$color: int highlighted_text_material_dark +com.google.android.gms.common.api.AvailabilityException: java.lang.String getMessage() +androidx.work.ArrayCreatingInputMerger +com.google.android.material.R$anim: int btn_radio_to_on_mtrl_ring_outer_animation +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_button_material +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.Integer bulletinCote +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse +androidx.loader.R$id: int text +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowActionBarOverlay +com.google.android.material.R$dimen: int abc_text_size_menu_material +com.google.android.gms.common.internal.DowngradeableSafeParcel +android.didikee.donate.R$attr: int track +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Imperial: java.lang.String Unit +io.reactivex.Observable: io.reactivex.Observable timeout(long,java.util.concurrent.TimeUnit) +com.jaredrummler.android.colorpicker.R$style: int Preference_DialogPreference +okhttp3.internal.http.RealInterceptorChain: okhttp3.internal.connection.RealConnection connection +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_dropdownPreferenceStyle +wangdaye.com.geometricweather.R$attr: int startIconContentDescription +androidx.appcompat.widget.AppCompatImageView: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() +com.tencent.bugly.proguard.s: java.util.Map a +androidx.appcompat.R$styleable: int MenuView_android_itemBackground +com.tencent.bugly.proguard.z: boolean a(java.lang.Runnable) +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub$Proxy: void onWeatherServiceProviderChanged(java.lang.String) +androidx.hilt.R$styleable: int GradientColor_android_gradientRadius +com.turingtechnologies.materialscrollbar.R$color: int mtrl_text_btn_text_color_selector +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_transitionPathRotate +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature WindChillTemperature +wangdaye.com.geometricweather.R$id: int dialog_providers_previewer_list +androidx.activity.R$id: int action_divider +wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: java.lang.String providerId +com.google.android.material.R$styleable: int ViewBackgroundHelper_backgroundTint +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceListItemSmall +okhttp3.CacheControl: boolean noStore +cyanogenmod.themes.ThemeManager$1$2: void run() +okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Writer writer +android.support.v4.os.ResultReceiver: boolean mLocal +androidx.appcompat.R$styleable: int MenuGroup_android_checkableBehavior +cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.RequestInfo$Builder setWeatherLocation(cyanogenmod.weather.WeatherLocation) +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_textAllCaps +android.didikee.donate.R$attr: int windowFixedWidthMinor +com.google.android.material.R$styleable: int KeyCycle_transitionPathRotate +com.jaredrummler.android.colorpicker.R$attr: int fontProviderQuery +com.bumptech.glide.Registry$NoSourceEncoderAvailableException +androidx.appcompat.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner +androidx.lifecycle.ReportFragment: void dispatch(androidx.lifecycle.Lifecycle$Event) +com.turingtechnologies.materialscrollbar.R$attr: int cardElevation +com.turingtechnologies.materialscrollbar.R$attr: int errorEnabled +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Object getKey(java.lang.Object) +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setOnChildScrollUpCallback(androidx.swiperefreshlayout.widget.SwipeRefreshLayout$OnChildScrollUpCallback) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowActionBar +androidx.cardview.R$dimen +okio.DeflaterSink: java.lang.String toString() +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog +wangdaye.com.geometricweather.R$style: int Platform_V21_AppCompat_Light +androidx.appcompat.app.WindowDecorActionBar +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric: double Value +com.google.android.material.R$color: int switch_thumb_normal_material_dark +androidx.lifecycle.ViewModelStore: void put(java.lang.String,androidx.lifecycle.ViewModel) +com.jaredrummler.android.colorpicker.R$attr: int ratingBarStyleSmall +okio.Pipe$PipeSink: okio.Timeout timeout +androidx.appcompat.R$styleable: int AppCompatTextHelper_android_drawableLeft +androidx.customview.R$styleable: int GradientColor_android_startColor +com.google.android.material.R$styleable: int CoordinatorLayout_Layout_layout_behavior +wangdaye.com.geometricweather.R$id: int treeValue +wangdaye.com.geometricweather.R$string: int mtrl_picker_day_of_week_column_header +androidx.constraintlayout.widget.R$styleable: int Toolbar_navigationContentDescription +cyanogenmod.externalviews.ExternalView$7 +com.google.android.material.slider.RangeSlider: int getTrackHeight() +androidx.coordinatorlayout.R$style: int TextAppearance_Compat_Notification_Line2 +wangdaye.com.geometricweather.R$attr: int actionBarTabTextStyle +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowMinWidthMinor +wangdaye.com.geometricweather.R$styleable: int Chip_checkedIcon +cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onLockscreenSlideOffsetChanged(float) +okhttp3.Cache$1: okhttp3.Cache this$0 +androidx.constraintlayout.widget.R$attr: int backgroundTint +wangdaye.com.geometricweather.R$string: int mini_temp +cyanogenmod.app.CustomTile$ExpandedStyle: cyanogenmod.app.CustomTile$ExpandedItem[] expandedItems +com.turingtechnologies.materialscrollbar.R$dimen: int notification_small_icon_size_as_large +com.turingtechnologies.materialscrollbar.R$attr: int dialogPreferredPadding +androidx.fragment.app.SuperNotCalledException: SuperNotCalledException(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constrainedWidth +android.didikee.donate.R$styleable: int AppCompatTheme_actionMenuTextAppearance +com.google.android.material.R$color: int button_material_dark +com.google.android.material.R$dimen: int mtrl_btn_text_size +wangdaye.com.geometricweather.R$attr: int indicatorCornerRadius +androidx.swiperefreshlayout.R$styleable: int GradientColor_android_centerX +com.turingtechnologies.materialscrollbar.R$id: int search_button +com.google.android.material.R$attr: int headerLayout +wangdaye.com.geometricweather.background.polling.permanent.observer.TimeObserverService: TimeObserverService() +okhttp3.internal.cache.DiskLruCache: java.io.File getDirectory() +wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat_ActionBar +com.google.android.material.R$attr: int constraintSetEnd +retrofit2.BuiltInConverters +com.google.android.material.R$attr: int titleMarginStart +james.adaptiveicon.R$layout: R$layout() +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_pivotX +androidx.appcompat.widget.SwitchCompat: int getCompoundPaddingLeft() +com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_select_handle_middle_mtrl_light +okio.BufferedSink: okio.BufferedSink write(byte[],int,int) +wangdaye.com.geometricweather.common.ui.widgets.TagView: TagView(android.content.Context,android.util.AttributeSet) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator CAMERA_LAUNCH_VALIDATOR +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.coordinatorlayout.R$styleable: int GradientColor_android_startX +wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents +wangdaye.com.geometricweather.R$id: int dragEnd +retrofit2.ParameterHandler$Path: int p +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void unregisterCallback(cyanogenmod.externalviews.IKeyguardExternalViewCallbacks) +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void innerNext(java.lang.Object) +com.xw.repo.bubbleseekbar.R$drawable: int abc_text_select_handle_left_mtrl_light +androidx.coordinatorlayout.R$dimen: int compat_button_padding_horizontal_material +wangdaye.com.geometricweather.R$id: int normal +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputEditText_FilledBox +androidx.appcompat.resources.R$styleable: int StateListDrawable_android_dither +wangdaye.com.geometricweather.db.entities.DaoMaster: void dropAllTables(org.greenrobot.greendao.database.Database,boolean) +com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_headerBackground +com.xw.repo.bubbleseekbar.R$attr: int selectableItemBackground +androidx.preference.R$styleable: int MenuView_android_itemIconDisabledAlpha +wangdaye.com.geometricweather.R$drawable: int weather_rain_2 +androidx.hilt.work.R$id: int accessibility_custom_action_14 +wangdaye.com.geometricweather.R$id: int container_main_footer_editButton +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_Alert_Bridge +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: void setBrandId(java.lang.String) +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String alarmPic1 +james.adaptiveicon.R$style: int Animation_AppCompat_Dialog +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert +com.google.android.material.snackbar.SnackbarContentLayout: SnackbarContentLayout(android.content.Context) +okhttp3.internal.http2.Http2Connection$7 +com.baidu.location.e.l$b: java.lang.String b(com.baidu.location.e.l$b) +com.google.android.material.R$styleable: int TextAppearance_android_shadowDx +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayoutStates_state_collapsed +androidx.hilt.work.R$drawable: R$drawable() +com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_startAngle +androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_ttcIndex +androidx.preference.R$drawable: int abc_cab_background_top_material +wangdaye.com.geometricweather.common.basic.models.weather.Alert: int describeContents() +android.didikee.donate.R$styleable: int Toolbar_contentInsetEndWithActions +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Imperial: int UnitType +com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleTypeface(android.graphics.Typeface) +wangdaye.com.geometricweather.R$color: int mtrl_navigation_item_background_color +wangdaye.com.geometricweather.R$drawable: int widget_clock_day_week +cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper: CustomTileListenerService$ICustomTileListenerWrapper(cyanogenmod.app.CustomTileListenerService) +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: int getProgressViewStartOffset() +androidx.constraintlayout.widget.R$styleable: int OnSwipe_onTouchUp +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionOverflowButtonStyle +androidx.preference.Preference: Preference(android.content.Context,android.util.AttributeSet,int) +androidx.fragment.R$id: int tag_transition_group +io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function7) +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setThunderstormPrecipitationProbability(java.lang.Float) +james.adaptiveicon.R$styleable: int Toolbar_android_minHeight +androidx.recyclerview.R$drawable: int notification_bg_normal_pressed +android.didikee.donate.R$dimen: int abc_button_padding_horizontal_material +com.jaredrummler.android.colorpicker.R$layout: int abc_action_mode_bar +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler +androidx.work.impl.utils.futures.AbstractFuture: androidx.work.impl.utils.futures.AbstractFuture$Listener listeners +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: void onNext(java.lang.Object) +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: boolean cancelled +com.jaredrummler.android.colorpicker.R$styleable: int MenuGroup_android_visible +androidx.coordinatorlayout.R$id: int accessibility_custom_action_0 +cyanogenmod.app.CMContextConstants: java.lang.String CM_LIVE_LOCK_SCREEN_SERVICE +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Country Country +com.google.android.material.R$dimen: int mtrl_snackbar_message_margin_horizontal +com.turingtechnologies.materialscrollbar.R$attr: int hoveredFocusedTranslationZ +androidx.dynamicanimation.R$drawable: int notification_action_background +okhttp3.Response: boolean isRedirect() +retrofit2.Utils: java.lang.reflect.Type getParameterUpperBound(int,java.lang.reflect.ParameterizedType) +com.xw.repo.bubbleseekbar.R$attr: int bsb_show_thumb_text +okhttp3.internal.cache.DiskLruCache$3: okhttp3.internal.cache.DiskLruCache$Snapshot removeSnapshot +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle +io.reactivex.internal.util.EmptyComponent: void onSubscribe(io.reactivex.disposables.Disposable) +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_checkedIcon +cyanogenmod.app.suggest.IAppSuggestProvider$Stub: int TRANSACTION_getSuggestions +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_maxElementsWrap +com.xw.repo.bubbleseekbar.R$layout: int notification_template_icon_group +android.didikee.donate.R$attr: int actionModeCopyDrawable +com.tencent.bugly.proguard.u: byte[] b(byte[]) +com.jaredrummler.android.colorpicker.R$id: int start +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: int getRequiredWidth() +androidx.coordinatorlayout.R$id: int text +wangdaye.com.geometricweather.R$animator: int start_shine_1 +wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_labelVisibilityMode +com.jaredrummler.android.colorpicker.R$attr: int actionModeShareDrawable +androidx.preference.EditTextPreference$SavedState +androidx.lifecycle.ClassesInfoCache +com.xw.repo.bubbleseekbar.R$id: int alertTitle +androidx.activity.R$styleable: int FontFamilyFont_font +io.reactivex.Observable: io.reactivex.Observable generate(java.util.concurrent.Callable,io.reactivex.functions.BiConsumer,io.reactivex.functions.Consumer) +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setLabel(int) +wangdaye.com.geometricweather.R$attr: int materialButtonStyle +wangdaye.com.geometricweather.R$styleable: int[] AppBarLayout +cyanogenmod.weather.ICMWeatherManager$Stub: int TRANSACTION_lookupCity +com.google.android.material.R$id: int fade +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float so2 +com.xw.repo.bubbleseekbar.R$drawable: int abc_textfield_activated_mtrl_alpha +wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_android_summaryOff +androidx.preference.R$style: int TextAppearance_AppCompat_Small +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1: retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall this$0 +androidx.preference.R$attr: int closeIcon +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_DrawerArrowToggle +androidx.preference.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub$Proxy: java.lang.String getInterfaceDescriptor() +androidx.preference.PreferenceManager +wangdaye.com.geometricweather.R$styleable: int[] MaterialShape +com.tencent.bugly.crashreport.common.strategy.StrategyBean: java.lang.String b +io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: java.lang.Object enterTransform(java.lang.Object) +androidx.constraintlayout.widget.ConstraintHelper: ConstraintHelper(android.content.Context) +com.turingtechnologies.materialscrollbar.R$id: int mtrl_internal_children_alpha_tag +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup +androidx.preference.R$style: int Base_V22_Theme_AppCompat +wangdaye.com.geometricweather.R$layout: int abc_action_mode_close_item_material +androidx.lifecycle.ViewModelStores: ViewModelStores() +wangdaye.com.geometricweather.R$color: int colorLine_light +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Display3 +cyanogenmod.app.Profile$ProfileTrigger: cyanogenmod.app.Profile$ProfileTrigger fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) +android.didikee.donate.R$bool: int abc_action_bar_embed_tabs +androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: AppCompatMultiAutoCompleteTextView(android.content.Context,android.util.AttributeSet) +com.xw.repo.bubbleseekbar.R$string: R$string() +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float ceiling +cyanogenmod.app.CustomTile$Builder: int mIcon +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: int ON_NEXT +androidx.appcompat.R$drawable: int abc_ic_clear_material +com.tencent.bugly.crashreport.common.strategy.a: com.tencent.bugly.crashreport.common.strategy.a b +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Small_Inverse +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableLeftCompat +androidx.loader.R$color +com.jaredrummler.android.colorpicker.R$attr: int shouldDisableView +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: float getSpeed(float) +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal +com.amap.api.location.AMapLocation: int LOCATION_TYPE_SAME_REQ +wangdaye.com.geometricweather.R$styleable: int MenuItem_actionProviderClass +com.tencent.bugly.crashreport.common.strategy.StrategyBean: boolean i +androidx.drawerlayout.R$dimen: int compat_button_inset_horizontal_material +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Humidity: java.lang.Integer min +com.google.android.material.R$styleable: int AppCompatTheme_actionBarTabStyle +com.google.android.material.button.MaterialButtonToggleGroup: int getLastVisibleChildIndex() +cyanogenmod.profiles.BrightnessSettings: void readFromParcel(android.os.Parcel) +androidx.appcompat.R$drawable: int abc_popup_background_mtrl_mult +com.google.android.material.R$styleable: int ConstraintSet_android_visibility +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_startY +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void request(long) +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayWeekProvider +okio.InflaterSource: boolean closed +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_PSK_WITH_3DES_EDE_CBC_SHA +com.bumptech.glide.load.engine.GlideException: long serialVersionUID +com.google.android.material.R$styleable: int Layout_layout_constraintHorizontal_chainStyle +cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_onAttach_0 +androidx.constraintlayout.widget.R$attr: int motionDebug +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: io.reactivex.internal.operators.observable.ObservableReplay$Node tail +com.google.android.material.R$attr: int tabMaxWidth +retrofit2.adapter.rxjava2.CallExecuteObservable: retrofit2.Call originalCall +androidx.constraintlayout.widget.R$drawable: int abc_ratingbar_material +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder setEncodedQueryParameter(java.lang.String,java.lang.String) +wangdaye.com.geometricweather.R$color: int notification_background_l +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: void onError(java.lang.Throwable) +com.google.android.material.R$styleable: int NavigationView_itemHorizontalPadding +okhttp3.internal.connection.RouteSelector$Selection: java.util.List routes +com.tencent.bugly.CrashModule: com.tencent.bugly.CrashModule e +wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.util.Date getDate() +com.google.android.gms.common.internal.zag: zag(com.google.android.gms.common.api.internal.OnConnectionFailedListener) +com.google.android.material.R$attr: int errorIconDrawable +cyanogenmod.weatherservice.IWeatherProviderService: void cancelRequest(int) +androidx.preference.R$dimen: int notification_main_column_padding_top +cyanogenmod.app.ProfileGroup: void setSoundMode(cyanogenmod.app.ProfileGroup$Mode) +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipStartPadding +com.google.android.material.R$attr: int cornerSizeBottomRight +retrofit2.BuiltInConverters$UnitResponseBodyConverter: BuiltInConverters$UnitResponseBodyConverter() +io.reactivex.internal.subscriptions.BasicQueueSubscription: java.lang.Object poll() +com.google.android.material.R$attr: int actionModePopupWindowStyle +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle +wangdaye.com.geometricweather.R$drawable: int flag_de +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: void setValue(java.util.List) +cyanogenmod.providers.CMSettings$Secure: long getLongForUser(android.content.ContentResolver,java.lang.String,long,int) +com.google.android.material.R$attr: int touchAnchorSide +cyanogenmod.app.ProfileGroup: android.net.Uri mSoundOverride +com.github.rahatarmanahmed.cpv.R$styleable: int[] CircularProgressView +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void drainFused() +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_12 +wangdaye.com.geometricweather.R$attr: int constraint_referenced_ids +okhttp3.internal.cache2.Relay: java.lang.Thread upstreamReader +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void drainLoop() +io.reactivex.Observable: io.reactivex.Observable timeInterval(io.reactivex.Scheduler) +cyanogenmod.weather.CMWeatherManager$WeatherServiceProviderChangeListener: void onWeatherServiceProviderChanged(java.lang.String) +com.google.android.material.R$dimen: int design_snackbar_background_corner_radius +wangdaye.com.geometricweather.remoteviews.config.Hilt_DailyTrendWidgetConfigActivity: Hilt_DailyTrendWidgetConfigActivity() +com.google.android.material.R$attr: int color +com.google.gson.LongSerializationPolicy$2: LongSerializationPolicy$2(java.lang.String,int) +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: void onComplete() +androidx.constraintlayout.widget.R$string: int abc_searchview_description_query +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 +com.xw.repo.bubbleseekbar.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog +cyanogenmod.app.CustomTile$ExpandedItem$1: CustomTile$ExpandedItem$1() +wangdaye.com.geometricweather.R$attr: int textInputStyle +wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: void setSize(float) +okhttp3.internal.http2.Http2Connection: boolean access$300(okhttp3.internal.http2.Http2Connection) +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintVertical_weight +wangdaye.com.geometricweather.R$id: int month_navigation_bar +androidx.appcompat.R$attr: int buttonCompat +james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_visibility +okhttp3.Headers: java.lang.String get(java.lang.String[],java.lang.String) +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: int getWeatherKind() +com.google.android.material.R$style: int ThemeOverlay_AppCompat_Dialog_Alert +com.tencent.bugly.proguard.p: boolean a(int,java.lang.String,byte[],com.tencent.bugly.proguard.o) +com.google.android.material.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +androidx.preference.R$styleable: int Toolbar_android_minHeight +androidx.recyclerview.R$drawable: int notification_icon_background +okhttp3.internal.ws.RealWebSocket: void runWriter() +james.adaptiveicon.R$attr: int editTextColor +james.adaptiveicon.R$style +com.google.android.material.R$string: int abc_menu_ctrl_shortcut_label +okhttp3.internal.http.RequestLine +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWetBulbTemperature(java.lang.Integer) +okio.RealBufferedSink$1: void write(int) +cyanogenmod.externalviews.IKeyguardExternalViewProvider: void registerCallback(cyanogenmod.externalviews.IKeyguardExternalViewCallbacks) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge +androidx.activity.R$id: int action_image +androidx.drawerlayout.R$id: int icon_group +com.tencent.bugly.crashreport.common.info.a: java.lang.String e() +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_VMAIL_LED_ON +androidx.appcompat.R$attr: int listPreferredItemHeightSmall +okhttp3.internal.platform.Android10Platform: void configureTlsExtensions(javax.net.ssl.SSLSocket,java.lang.String,java.util.List) +cyanogenmod.externalviews.KeyguardExternalView$8 +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircleView: CircleView(android.content.Context) +androidx.appcompat.R$attr: int listDividerAlertDialog +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_subtitle_material_toolbar +com.google.android.material.R$styleable: int BottomNavigationView_elevation +com.turingtechnologies.materialscrollbar.R$string: int appbar_scrolling_view_behavior +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getActiveProfile +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionBar_TabText +okhttp3.internal.http2.Http2Connection: java.util.Set currentPushRequests +okio.RealBufferedSource: okio.Timeout timeout() +androidx.dynamicanimation.R$styleable: int[] GradientColorItem +wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableTransition_android_reversible +androidx.preference.R$style: int Widget_AppCompat_ListView_Menu +okhttp3.Handshake: java.security.Principal peerPrincipal() +com.google.android.material.appbar.CollapsingToolbarLayout: int getExpandedTitleMarginTop() +retrofit2.RequestFactory$Builder: boolean hasBody +io.reactivex.internal.subscribers.DeferredScalarSubscriber +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setShrinkMotionSpecResource(int) +wangdaye.com.geometricweather.R$drawable: int ic_github_light +com.tencent.bugly.crashreport.common.info.a: java.lang.Object av +com.google.android.gms.base.R$drawable: int common_google_signin_btn_icon_dark +androidx.preference.R$id: int italic +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void clear() +io.reactivex.observers.TestObserver$EmptyObserver: void onSubscribe(io.reactivex.disposables.Disposable) +cyanogenmod.alarmclock.ClockContract$InstancesColumns: int PREDISMISSED_STATE +cyanogenmod.app.suggest.IAppSuggestManager: boolean handles(android.content.Intent) +androidx.viewpager2.R$dimen: int notification_content_margin_start +com.jaredrummler.android.colorpicker.R$attr: int buttonStyle +wangdaye.com.geometricweather.R$layout: int widget_text_end +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String PRIMARY_COLOR +com.jaredrummler.android.colorpicker.R$attr: int suggestionRowLayout +androidx.constraintlayout.widget.Guideline: Guideline(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_textLocale +wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerFamilyBottomLeft +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: java.lang.String Source +androidx.preference.R$style: int Base_ThemeOverlay_AppCompat_ActionBar +cyanogenmod.providers.CMSettings$Secure: long getLongForUser(android.content.ContentResolver,java.lang.String,int) +com.tencent.bugly.crashreport.crash.anr.a: java.lang.String d +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_UnelevatedButton_Icon +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_endY +com.google.android.gms.common.server.FavaDiagnosticsEntity: android.os.Parcelable$Creator CREATOR +cyanogenmod.externalviews.ExternalView: void onAttachedToWindow() +com.tencent.bugly.crashreport.common.strategy.StrategyBean: long x +io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver +com.google.android.material.textfield.TextInputLayout: void setEndIconActivated(boolean) +androidx.fragment.R$attr +com.google.android.material.textfield.TextInputLayout: void setBoxBackgroundColor(int) +com.turingtechnologies.materialscrollbar.R$attr: int listPreferredItemHeightSmall +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_iconTint +retrofit2.RequestFactory$Builder: boolean isFormEncoded +androidx.swiperefreshlayout.R$dimen: int notification_top_pad_large_text +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_PopupMenu +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String windDircStart +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_17 +wangdaye.com.geometricweather.R$attr: int summaryOn +androidx.appcompat.R$drawable: int abc_ab_share_pack_mtrl_alpha +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionBar +androidx.preference.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title +com.google.android.gms.common.internal.BinderWrapper: android.os.Parcelable$Creator CREATOR +com.tencent.bugly.crashreport.common.info.b: boolean t() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int RainProbability +androidx.dynamicanimation.R$id: int text2 +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption$AMapLocationMode getLocationMode() +retrofit2.http.Field: java.lang.String value() +com.turingtechnologies.materialscrollbar.R$id: int ghost_view +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: java.util.Date EffectiveDate +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionMode +com.google.android.material.R$color: int design_fab_stroke_end_inner_color +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property SnowPrecipitationProbability +wangdaye.com.geometricweather.R$attr: int drawableRightCompat +com.jaredrummler.android.colorpicker.R$style: int Platform_Widget_AppCompat_Spinner +androidx.hilt.R$styleable: int[] ColorStateListItem +android.didikee.donate.R$color: int foreground_material_light +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActivityChooserView +wangdaye.com.geometricweather.R$style: int Preference_Category_Material +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void onError(java.lang.Throwable) +com.google.android.material.R$styleable: int AppBarLayout_expanded +androidx.constraintlayout.widget.R$id: int action_mode_bar_stub +com.google.android.material.R$styleable: int FloatingActionButton_fabCustomSize +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language RUSSIAN +androidx.constraintlayout.widget.R$color: int abc_tint_btn_checkable +com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleColor(int) +com.google.android.material.R$style: int Base_V7_Theme_AppCompat_Dialog +com.google.android.material.R$drawable: int btn_checkbox_checked_to_unchecked_mtrl_animation +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_titleTextStyle +androidx.constraintlayout.widget.R$styleable: int MockView_mock_labelBackgroundColor +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored +james.adaptiveicon.R$style: int Widget_AppCompat_ListView +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: java.lang.String y +cyanogenmod.weather.RequestInfo: RequestInfo(cyanogenmod.weather.RequestInfo$1) +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: io.reactivex.ObservableEmitter emitter +cyanogenmod.profiles.RingModeSettings: java.lang.String getValue() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getCoDesc() +androidx.core.R$attr: int fontProviderPackage +retrofit2.BuiltInConverters$ToStringConverter +retrofit2.BuiltInConverters$StreamingResponseBodyConverter: retrofit2.BuiltInConverters$StreamingResponseBodyConverter INSTANCE +com.tencent.bugly.crashreport.CrashReport: void testNativeCrash() +androidx.constraintlayout.utils.widget.ImageFilterView: ImageFilterView(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$attr: int borderWidth +com.google.android.material.R$attr: int listPreferredItemHeight +androidx.lifecycle.reactivestreams.R: R() +cyanogenmod.app.IProfileManager$Stub$Proxy: void updateNotificationGroup(android.app.NotificationGroup) +android.didikee.donate.R$drawable: int abc_textfield_search_default_mtrl_alpha +androidx.core.R$attr: int fontWeight +com.google.android.material.R$dimen: int mtrl_calendar_year_horizontal_padding +wangdaye.com.geometricweather.R$string: int action_about +com.turingtechnologies.materialscrollbar.R$style: int Base_V14_ThemeOverlay_MaterialComponents_Dialog +cyanogenmod.weather.WeatherInfo$Builder: boolean isValidTempUnit(int) +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_textAllCaps +wangdaye.com.geometricweather.R$array: int widget_text_colors +androidx.preference.R$attr: int editTextStyle +com.amap.api.location.DPoint$1: java.lang.Object[] newArray(int) +com.google.android.material.R$dimen: int material_emphasis_high_type +androidx.preference.R$styleable: int[] SeekBarPreference +androidx.appcompat.view.menu.ListMenuItemView: ListMenuItemView(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.navigation.NavigationView$SavedState +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeInsetEnd +retrofit2.Retrofit$1: retrofit2.Retrofit this$0 +androidx.appcompat.R$attr: int listPreferredItemPaddingRight +com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat_Dialog_Alert +okhttp3.internal.platform.AndroidPlatform: javax.net.ssl.SSLContext getSSLContext() +cyanogenmod.app.Profile$DozeMode: int ENABLE +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void request(long) +com.tencent.bugly.proguard.ap: java.lang.String e +com.google.android.material.chip.Chip: void setCheckedIconEnabledResource(int) +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title +wangdaye.com.geometricweather.R$attr: int actionModeBackground +com.google.android.material.textfield.TextInputLayout: void setStartIconTintMode(android.graphics.PorterDuff$Mode) +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String opPkg +wangdaye.com.geometricweather.R$dimen: int mtrl_badge_long_text_horizontal_padding +androidx.loader.R$dimen: int notification_right_icon_size +com.turingtechnologies.materialscrollbar.R$attr: int iconStartPadding +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeIcePrecipitationDuration() +okio.Buffer: okio.BufferedSink emitCompleteSegments() +androidx.hilt.R$attr: int fontProviderFetchStrategy +com.turingtechnologies.materialscrollbar.R$string: int bottom_sheet_behavior +com.google.android.material.chip.Chip: void setRippleColor(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$id: int tag_transition_group +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_TextView +com.xw.repo.bubbleseekbar.R$attr: int autoSizeMaxTextSize +wangdaye.com.geometricweather.R$dimen: int design_snackbar_padding_vertical_2lines +androidx.constraintlayout.widget.R$string: int abc_searchview_description_search +wangdaye.com.geometricweather.R$id: int textSpacerNoTitle +com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_layout_keyline +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth +wangdaye.com.geometricweather.R$layout: int material_time_chip +com.xw.repo.bubbleseekbar.R$anim: R$anim() +com.turingtechnologies.materialscrollbar.R$attr: int scrimVisibleHeightTrigger +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Toolbar_Button_Navigation +okhttp3.FormBody: void writeTo(okio.BufferedSink) +androidx.hilt.lifecycle.R$styleable: int FontFamily_fontProviderAuthority +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeSnowPrecipitationDuration() +com.jaredrummler.android.colorpicker.R$attr: int adjustable +androidx.constraintlayout.widget.R$id: int customPanel +androidx.hilt.lifecycle.R$styleable: int GradientColorItem_android_offset +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.lang.String Type +com.google.android.material.R$styleable: int MaterialAlertDialog_backgroundInsetBottom +androidx.fragment.app.FragmentTabHost: void setOnTabChangedListener(android.widget.TabHost$OnTabChangeListener) +wangdaye.com.geometricweather.R$attr: int homeLayout +android.didikee.donate.R$color: int abc_secondary_text_material_dark +com.jaredrummler.android.colorpicker.R$dimen: int tooltip_horizontal_padding +com.google.android.material.R$attr: int radioButtonStyle +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light_DarkActionBar +okhttp3.CacheControl$Builder: int maxStaleSeconds +okhttp3.internal.connection.StreamAllocation: okhttp3.ConnectionPool connectionPool +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNo2() +okhttp3.internal.http2.Http2Reader: void readPriority(okhttp3.internal.http2.Http2Reader$Handler,int) +androidx.preference.R$attr: int buttonBarButtonStyle +com.google.android.material.R$styleable: int[] ImageFilterView +androidx.work.impl.utils.futures.AbstractFuture$Waiter: java.lang.Thread thread +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionMenuTextColor +okhttp3.Request: okhttp3.CacheControl cacheControl() +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Toolbar +com.tencent.bugly.crashreport.common.strategy.a: android.content.Context a(com.tencent.bugly.crashreport.common.strategy.a) +wangdaye.com.geometricweather.R$styleable: int MotionTelltales_telltales_velocityMode +com.google.android.material.R$attr: int indicatorColors +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void innerError(java.lang.Throwable) +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse +androidx.hilt.work.R$id: int accessibility_custom_action_19 +com.tencent.bugly.proguard.y: com.tencent.bugly.proguard.y$a a(com.tencent.bugly.proguard.y$a) +okhttp3.internal.ws.WebSocketReader: int opcode +okhttp3.RealCall: okhttp3.internal.http.RetryAndFollowUpInterceptor retryAndFollowUpInterceptor +wangdaye.com.geometricweather.R$string: int feedback_request_location_in_background +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_RatingBar_Small +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_section_text_color +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void onComplete() +androidx.constraintlayout.motion.widget.MotionHelper: MotionHelper(android.content.Context) +wangdaye.com.geometricweather.R$id: int seekbar +com.turingtechnologies.materialscrollbar.R$color: int ripple_material_light +com.bumptech.glide.R$style: int TextAppearance_Compat_Notification_Info +okhttp3.Headers: java.util.List values(java.lang.String) +com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableCompat_android_visible +com.google.android.material.R$attr: int navigationIcon +james.adaptiveicon.R$drawable: int abc_list_selector_disabled_holo_light +com.tencent.bugly.proguard.p: java.util.List c(int) +wangdaye.com.geometricweather.R$id: int dialog_learn_more_about_geocoder_title +androidx.drawerlayout.R$style: int TextAppearance_Compat_Notification_Info +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$ExpandedStyle mExpandedStyle +com.xw.repo.bubbleseekbar.R$id: int async +androidx.appcompat.widget.SwitchCompat: void setTextOff(java.lang.CharSequence) +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_default_height_material +androidx.vectordrawable.R$id: int accessibility_custom_action_13 +androidx.lifecycle.MediatorLiveData: void onActive() +wangdaye.com.geometricweather.R$layout: int material_clockface_view +com.google.android.material.R$attr: int drawableStartCompat +com.google.android.material.R$attr: int materialCalendarHeaderLayout +androidx.constraintlayout.widget.R$attr: int divider +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_PSK_WITH_AES_128_CBC_SHA +com.tencent.bugly.proguard.r +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_EditText +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintLeft_creator +okhttp3.internal.http2.Http2Reader$ContinuationSource: Http2Reader$ContinuationSource(okio.BufferedSource) +androidx.work.R$style: R$style() +androidx.appcompat.resources.R$styleable: int GradientColor_android_centerX +android.didikee.donate.R$dimen: int abc_floating_window_z +com.google.android.material.textfield.TextInputLayout: int getBoxBackgroundMode() +okhttp3.internal.http1.Http1Codec: java.lang.String readHeaderLine() +retrofit2.RequestBuilder: void addHeader(java.lang.String,java.lang.String) +androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerView$EdgeEffectFactory getEdgeEffectFactory() +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_horizontalGap +wangdaye.com.geometricweather.R$string: int tag_aqi +com.jaredrummler.android.colorpicker.R$style: int Base_DialogWindowTitle_AppCompat +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float thunderstorm +androidx.constraintlayout.widget.R$color: int secondary_text_default_material_dark +com.google.gson.stream.JsonReader: int PEEKED_LONG +com.google.android.material.R$styleable: int ActionMode_background +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintRight_toRightOf +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light_DialogWhenLarge +wangdaye.com.geometricweather.common.basic.models.weather.History +wangdaye.com.geometricweather.R$styleable: int CompoundButton_buttonCompat +wangdaye.com.geometricweather.R$id: int container_main_pollen_pager +androidx.drawerlayout.R$id: int line3 +com.bumptech.glide.R$styleable: int FontFamilyFont_android_fontWeight +io.reactivex.internal.subscribers.StrictSubscriber: void onComplete() +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView: PolylineAndHistogramView(android.content.Context) +com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_colored_material +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintEnd_toEndOf +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow +com.turingtechnologies.materialscrollbar.R$layout: int notification_template_custom_big +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_controlBackground +com.google.android.material.R$dimen: int mtrl_btn_letter_spacing +androidx.preference.R$style: int Base_Theme_AppCompat_Dialog_MinWidth +cyanogenmod.app.Profile$NotificationLightMode: int DEFAULT +wangdaye.com.geometricweather.R$anim: int abc_tooltip_enter +android.didikee.donate.R$styleable: int AppCompatTheme_homeAsUpIndicator +androidx.appcompat.widget.AppCompatTextView: android.graphics.PorterDuff$Mode getSupportCompoundDrawablesTintMode() +com.google.android.material.R$attr: int isLightTheme +com.google.gson.internal.$Gson$Types$WildcardTypeImpl: java.lang.reflect.Type[] getUpperBounds() +james.adaptiveicon.R$styleable: int LinearLayoutCompat_dividerPadding +com.google.android.material.R$attr: int keylines +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float getRain() +io.reactivex.internal.subscriptions.DeferredScalarSubscription: DeferredScalarSubscription(org.reactivestreams.Subscriber) +androidx.lifecycle.LiveData: java.lang.Object getValue() +androidx.preference.R$dimen: int abc_action_bar_icon_vertical_padding_material +androidx.preference.R$attr: int enabled +androidx.appcompat.R$dimen: int abc_text_size_display_4_material +wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_box_stroke_width_default +cyanogenmod.util.ColorUtils: double[] sColorTable +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) +androidx.preference.R$styleable: int ActionBar_subtitle +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_HUMIDITY +retrofit2.adapter.rxjava2.RxJava2CallAdapter: java.lang.reflect.Type responseType +com.google.android.material.R$id: int accessibility_custom_action_11 +com.google.gson.stream.JsonReader: boolean fillBuffer(int) +com.turingtechnologies.materialscrollbar.R$attr: int fontProviderFetchTimeout +androidx.viewpager.R$dimen: int compat_button_inset_vertical_material +io.reactivex.Observable: io.reactivex.Observable skipWhile(io.reactivex.functions.Predicate) +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Button_Small +wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_start_icon_margin_end +android.didikee.donate.R$id: int action_bar_root +android.support.v4.os.ResultReceiver$1 +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_menu_header_material +wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_icon_dark_normal +okio.BufferedSink: okio.BufferedSink write(okio.Source,long) +androidx.vectordrawable.R$styleable: int FontFamilyFont_font +com.google.android.material.R$styleable: int MaterialButton_android_insetTop +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_AUTO_OUTDOOR_MODE_VALIDATOR +androidx.constraintlayout.motion.widget.MotionHelper: float getProgress() +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_thumbTextPadding +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_measureWithLargestChild +com.jaredrummler.android.colorpicker.R$attr: int buttonStyleSmall +okhttp3.internal.http2.Http2Connection$3 +com.github.rahatarmanahmed.cpv.R +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void run() +androidx.transition.R$attr: int ttcIndex +cyanogenmod.app.LiveLockScreenManager: void setLiveLockScreenEnabled(boolean) +androidx.lifecycle.ViewModel: java.lang.Object getTag(java.lang.String) +com.google.android.gms.common.api.GoogleApiClient: void unregisterConnectionFailedListener(com.google.android.gms.common.api.GoogleApiClient$OnConnectionFailedListener) +wangdaye.com.geometricweather.common.basic.models.weather.Temperature +com.amap.api.fence.PoiItem: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse +okhttp3.HttpUrl: java.util.List queryStringToNamesAndValues(java.lang.String) +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Body1 +com.amap.api.location.AMapLocation: boolean A +com.tencent.bugly.proguard.am: java.lang.String u +androidx.drawerlayout.R$dimen: int compat_button_padding_vertical_material +wangdaye.com.geometricweather.R$id: int widget_day_week_card +androidx.appcompat.R$styleable: int Spinner_android_prompt +androidx.preference.R$id: int home +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: java.util.concurrent.atomic.AtomicInteger windows +com.google.android.material.R$drawable: int abc_text_select_handle_middle_mtrl_light +wangdaye.com.geometricweather.R$dimen: int material_clock_period_toggle_height +androidx.hilt.lifecycle.R$styleable: int FontFamily_fontProviderCerts +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabPaddingEnd +james.adaptiveicon.R$layout: int abc_list_menu_item_radio +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Display3 +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_Layout_layout_collapseMode +com.bumptech.glide.R$style: int Widget_Compat_NotificationActionContainer +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver +androidx.hilt.work.R$id: int tag_transition_group +androidx.appcompat.R$styleable: int ActionBar_contentInsetEnd +cyanogenmod.externalviews.KeyguardExternalView$7 +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_panelMenuListTheme +com.tencent.bugly.crashreport.biz.a: void a() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarItemBackground +com.google.android.material.R$styleable: int Variant_region_widthLessThan +com.google.android.material.R$styleable: int MockView_mock_showDiagonals +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_firstHorizontalStyle +wangdaye.com.geometricweather.R$attr: int suffixTextAppearance +wangdaye.com.geometricweather.R$attr: int boxStrokeWidthFocused +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String getLevel() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_drawableBottom +cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType valueOf(java.lang.String) +wangdaye.com.geometricweather.R$id: int up +androidx.appcompat.R$color: int abc_tint_btn_checkable +androidx.constraintlayout.widget.R$drawable: int abc_btn_radio_material_anim +okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean recover(java.io.IOException,okhttp3.internal.connection.StreamAllocation,boolean,okhttp3.Request) +com.google.android.material.R$styleable: int Badge_verticalOffset +cyanogenmod.media.MediaRecorder$AudioSource: int HOTWORD +okhttp3.Response: java.util.List challenges() +cyanogenmod.profiles.BrightnessSettings: void setValue(int) +com.jaredrummler.android.colorpicker.R$id: int radio +cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_PUT_SYSTEM +androidx.appcompat.R$attr: int fontProviderQuery +com.google.android.material.R$styleable: int KeyCycle_motionTarget +wangdaye.com.geometricweather.R$attr: int errorTextAppearance +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String NAVBAR_RECENT_BUTTON +cyanogenmod.themes.ThemeManager$2: void onFinishedProcessing(java.lang.String) +io.reactivex.internal.schedulers.ScheduledRunnable: int THREAD_INDEX +androidx.work.impl.utils.futures.AbstractFuture$Failure$1: java.lang.Throwable fillInStackTrace() +cyanogenmod.app.ProfileGroup$Mode: cyanogenmod.app.ProfileGroup$Mode SUPPRESS +wangdaye.com.geometricweather.R$styleable: int Badge_badgeTextColor +com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemBackground +androidx.appcompat.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset +androidx.constraintlayout.widget.R$dimen: int abc_list_item_padding_horizontal_material +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Body1 +io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: io.reactivex.CompletableSource other +androidx.preference.R$style: int Widget_AppCompat_ProgressBar_Horizontal +androidx.hilt.lifecycle.R$id: int italic +wangdaye.com.geometricweather.R$styleable: int View_paddingEnd +com.amap.api.location.AMapLocationClientOption: long getScanWifiInterval() +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: io.reactivex.internal.util.AtomicThrowable errors +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_editTextBackground +androidx.lifecycle.Lifecycling: boolean isLifecycleParent(java.lang.Class) +android.didikee.donate.R$dimen: int abc_control_corner_material +com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String n +androidx.preference.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable +com.google.android.material.slider.RangeSlider: void setTrackHeight(int) +androidx.constraintlayout.widget.R$drawable: int abc_list_selector_disabled_holo_light +com.google.android.material.R$id: int labeled +androidx.constraintlayout.widget.R$layout: int abc_action_bar_up_container +androidx.preference.R$styleable: int SearchView_defaultQueryHint +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_max +androidx.appcompat.R$layout: int abc_dialog_title_material +james.adaptiveicon.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner +com.xw.repo.bubbleseekbar.R$dimen: int notification_small_icon_background_padding +okio.Buffer$1: okio.Buffer this$0 +androidx.activity.R$id: int chronometer +cyanogenmod.power.PerformanceManager: PerformanceManager(android.content.Context) +com.google.android.material.bottomappbar.BottomAppBar: void setElevation(float) +com.github.rahatarmanahmed.cpv.CircularProgressView: void onDetachedFromWindow() +retrofit2.ParameterHandler$Path: boolean encoded +androidx.preference.R$color: int abc_btn_colored_borderless_text_material +com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_backgroundOverlayColorAlpha +cyanogenmod.hardware.CMHardwareManager: java.lang.String getUniqueDeviceId() +com.xw.repo.bubbleseekbar.R$layout: int abc_list_menu_item_radio +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Dialog +james.adaptiveicon.R$color: int dim_foreground_disabled_material_dark +com.bumptech.glide.integration.okhttp.R$id: int info +com.tencent.bugly.crashreport.biz.UserInfoBean: java.lang.String m +retrofit2.Response: java.lang.String toString() +wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_Dialog_Alert +cyanogenmod.weather.CMWeatherManager: java.util.Map mWeatherUpdateRequestListeners +com.xw.repo.bubbleseekbar.R$styleable: int MenuGroup_android_id +com.xw.repo.bubbleseekbar.R$styleable: int[] ListPopupWindow +io.reactivex.Observable: void blockingSubscribe(io.reactivex.Observer) +androidx.appcompat.R$style: int Base_Widget_AppCompat_ListView_DropDown +com.google.android.material.R$drawable: int notification_bg_low +androidx.appcompat.R$layout: int abc_alert_dialog_button_bar_material +com.turingtechnologies.materialscrollbar.R$drawable: int abc_cab_background_internal_bg +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void complete() +com.google.gson.internal.LazilyParsedNumber: int hashCode() +android.didikee.donate.R$anim: int abc_grow_fade_in_from_bottom +wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition: wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition[] values() +android.didikee.donate.R$layout: int abc_select_dialog_material +cyanogenmod.app.Profile$1: cyanogenmod.app.Profile[] newArray(int) +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult: java.lang.String MobileLink +wangdaye.com.geometricweather.R$drawable: int ic_toolbar_close +com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_Alert_Bridge +android.didikee.donate.R$color: int material_blue_grey_800 +io.reactivex.internal.schedulers.ScheduledDirectPeriodicTask +com.tencent.bugly.proguard.aq: boolean h +androidx.coordinatorlayout.R$string: R$string() +wangdaye.com.geometricweather.R$attr: int itemIconSize +com.google.android.material.R$dimen: int mtrl_tooltip_minHeight +com.google.android.material.R$attr: int colorAccent +com.turingtechnologies.materialscrollbar.R$attr: int layout_keyline +android.didikee.donate.R$styleable: int[] MenuItem +io.reactivex.exceptions.UndeliverableException: UndeliverableException(java.lang.Throwable) +androidx.viewpager.widget.PagerTabStrip: int getMinHeight() +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float snow +androidx.viewpager2.R$id: int chronometer +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void onComplete() +androidx.coordinatorlayout.R$dimen +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light +androidx.preference.R$styleable: int Toolbar_subtitleTextColor +androidx.preference.R$style: int Base_Widget_AppCompat_ActionBar_TabBar +wangdaye.com.geometricweather.common.basic.models.options.DarkMode +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableLeftCompat +james.adaptiveicon.R$styleable: int MenuGroup_android_id +wangdaye.com.geometricweather.remoteviews.config.DayWidgetConfigActivity +com.google.android.material.R$id: int circle_center +com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_verticalDivider +com.jaredrummler.android.colorpicker.R$attr: int editTextPreferenceStyle +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void onSubscribe(org.reactivestreams.Subscription) +com.google.android.material.R$attr: int listLayout +wangdaye.com.geometricweather.R$layout: int abc_popup_menu_item_layout +androidx.recyclerview.R$styleable: int RecyclerView_android_clipToPadding +com.google.android.material.R$styleable: int Chip_chipSurfaceColor +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: android.os.IBinder mRemote +com.google.android.material.R$styleable: int Constraint_layout_editor_absoluteX +wangdaye.com.geometricweather.R$styleable: int Chip_checkedIconTint +wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Tab +wangdaye.com.geometricweather.R$string: int refresh +okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.lang.String PUBLIC_SUFFIX_RESOURCE +cyanogenmod.weather.WeatherInfo$DayForecast: boolean equals(java.lang.Object) +androidx.hilt.work.R$id: int accessibility_custom_action_21 +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_elevation +wangdaye.com.geometricweather.R$id: int notification_base +androidx.appcompat.R$style: int Base_DialogWindowTitle_AppCompat +org.greenrobot.greendao.AbstractDao: AbstractDao(org.greenrobot.greendao.internal.DaoConfig,org.greenrobot.greendao.AbstractDaoSession) +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintWidth_max +androidx.appcompat.R$styleable: int MenuItem_android_menuCategory +wangdaye.com.geometricweather.db.entities.AlertEntity: long getAlertId() +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.lang.String moonPhase +androidx.appcompat.R$color: int primary_material_dark +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_centerX +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property RelativeHumidity +com.xw.repo.bubbleseekbar.R$dimen: int abc_disabled_alpha_material_dark +androidx.preference.R$styleable: int AlertDialog_showTitle +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipIconSize +wangdaye.com.geometricweather.R$attr: int statusBarForeground +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void onNext(java.lang.Object) +com.bumptech.glide.load.engine.GlideException: void printStackTrace() wangdaye.com.geometricweather.R$styleable: int AlertDialog_buttonIconDimen -androidx.constraintlayout.widget.R$id: int decelerateAndComplete -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter value(double) -wangdaye.com.geometricweather.common.ui.widgets.RoundProgress -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_explanation -androidx.constraintlayout.widget.R$attr: int roundPercent -androidx.recyclerview.R$id: int italic -com.google.gson.JsonIOException: JsonIOException(java.lang.String,java.lang.Throwable) -com.google.android.material.R$styleable: int Constraint_transitionPathRotate -com.google.android.material.R$styleable: int CoordinatorLayout_statusBarBackground -cyanogenmod.themes.ThemeManager: void applyDefaultTheme() -com.turingtechnologies.materialscrollbar.R$attr: int srcCompat -com.google.android.material.R$dimen: int abc_dialog_padding_material -androidx.viewpager2.R$id: int accessibility_custom_action_15 -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_editTextBackground -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense -androidx.appcompat.R$interpolator: int btn_radio_to_off_mtrl_animation_interpolator_0 -io.reactivex.Observable: io.reactivex.Observable takeLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean,int) -com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_switch_to_on_mtrl_00001 -cyanogenmod.themes.IThemeProcessingListener: void onFinishedProcessing(java.lang.String) -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property SnowPrecipitation -com.google.android.material.R$id: int fade -androidx.lifecycle.MediatorLiveData$Source: void onChanged(java.lang.Object) -androidx.coordinatorlayout.R$color: int notification_icon_bg_color -wangdaye.com.geometricweather.R$id: int fragment_drawer -com.tencent.bugly.BuglyStrategy$a: int CRASHTYPE_U3D -cyanogenmod.app.ProfileGroup: boolean mDefaultGroup -androidx.recyclerview.R$id: int accessibility_custom_action_27 -androidx.viewpager.R$layout: R$layout() -com.google.android.material.R$attr: int cornerSizeTopRight -cyanogenmod.providers.CMSettings$Secure: java.lang.String DEV_FORCE_SHOW_NAVBAR -wangdaye.com.geometricweather.R$xml: int icon_provider_shortcut_filter -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_rippleColor -okhttp3.RealCall: void captureCallStackTrace() -okhttp3.HttpUrl: java.lang.String redact() -cyanogenmod.weather.WeatherInfo$Builder: boolean isValidTempUnit(int) -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light -wangdaye.com.geometricweather.R$color: int design_default_color_background -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse -com.xw.repo.bubbleseekbar.R$dimen: int abc_button_inset_horizontal_material -com.google.android.material.datepicker.Month -androidx.appcompat.R$id: int accessibility_custom_action_26 -com.google.android.gms.common.data.BitmapTeleporter: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$drawable: int abc_text_select_handle_middle_mtrl_light -com.google.android.material.R$styleable: int Constraint_android_maxWidth -com.google.android.material.chip.Chip: void setCheckedIcon(android.graphics.drawable.Drawable) -androidx.preference.R$styleable: int PopupWindow_android_popupBackground -androidx.coordinatorlayout.R$style: int Widget_Compat_NotificationActionText -cyanogenmod.weather.WeatherInfo: double mTodaysHighTemp -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_android_insetLeft -cyanogenmod.providers.CMSettings$NameValueCache: java.lang.String getStringForUser(android.content.ContentResolver,java.lang.String,int) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionMenuTextAppearance -com.google.android.material.R$attr: int state_above_anchor -okhttp3.OkHttpClient: java.util.List protocols() -wangdaye.com.geometricweather.R$color: int design_dark_default_color_on_background -wangdaye.com.geometricweather.R$attr: int fontProviderFetchStrategy -retrofit2.ParameterHandler: retrofit2.ParameterHandler array() -com.google.android.material.R$styleable: int AppCompatTheme_colorPrimary -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_switchPadding -io.reactivex.internal.schedulers.ScheduledRunnable: int THREAD_INDEX -androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State INITIALIZED -wangdaye.com.geometricweather.R$attr: int tickMark -androidx.appcompat.R$drawable: int abc_dialog_material_background -com.tencent.bugly.proguard.u: boolean a(java.util.Map) -android.didikee.donate.R$attr: int backgroundSplit -android.didikee.donate.R$attr: int suggestionRowLayout -com.google.android.material.bottomsheet.BottomSheetBehavior -okhttp3.internal.ws.WebSocketWriter: boolean writerClosed -wangdaye.com.geometricweather.R$attr: int flow_verticalAlign -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft -wangdaye.com.geometricweather.R$string: int key_widget_trend_daily -wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.Integer getIndex() -com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_stroke_color_selector -okhttp3.logging.HttpLoggingInterceptor: boolean bodyHasUnknownEncoding(okhttp3.Headers) -okio.ByteString: int lastIndexOf(okio.ByteString) -com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_elevation -androidx.preference.R$dimen: int disabled_alpha_material_dark -com.google.android.gms.common.api.AvailabilityException: AvailabilityException(androidx.collection.ArrayMap) -retrofit2.Converter$Factory: java.lang.reflect.Type getParameterUpperBound(int,java.lang.reflect.ParameterizedType) -androidx.recyclerview.R$id: int action_image -wangdaye.com.geometricweather.R$drawable: int flag_si -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common -androidx.preference.R$styleable: int SwitchCompat_android_textOn -androidx.hilt.work.R$styleable: int FontFamilyFont_android_fontWeight -com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_selector_disabled_holo_light -androidx.preference.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar -cyanogenmod.themes.IThemeService$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource[],io.reactivex.functions.Function) -com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_android_clipToPadding -com.tencent.bugly.crashreport.biz.b: java.lang.Class l -wangdaye.com.geometricweather.R$attr: int defaultState -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIconTint -io.reactivex.Observable: io.reactivex.Single toSortedList() -androidx.preference.R$id: int screen -james.adaptiveicon.R$attr: int height -androidx.swiperefreshlayout.R$style: int TextAppearance_Compat_Notification_Title -com.google.android.material.R$styleable: int TabLayout_tabGravity -io.reactivex.internal.functions.Functions$HashSetCallable -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: io.reactivex.ObservableSource fallback -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night -wangdaye.com.geometricweather.R$id: int sin -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_UnelevatedButton -com.xw.repo.bubbleseekbar.R$styleable: int ActivityChooserView_initialActivityCount -com.google.android.gms.signin.internal.zak -com.turingtechnologies.materialscrollbar.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog -com.google.android.material.R$style: int Theme_AppCompat_Light_Dialog_MinWidth -androidx.fragment.R$drawable: int notification_bg -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_PopupWindow -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_switchPreferenceCompatStyle -james.adaptiveicon.R$styleable: int AppCompatTextView_lineHeight -cyanogenmod.hardware.ICMHardwareService: int[] getVibratorIntensity() -androidx.constraintlayout.widget.R$attr: int controlBackground -com.amap.api.fence.GeoFenceClient: boolean removeGeoFence(com.amap.api.fence.GeoFence) -androidx.appcompat.R$style: int Widget_AppCompat_CompoundButton_RadioButton -com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_select_handle_left_mtrl_light -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_SeekBar -org.greenrobot.greendao.AbstractDaoSession: long insertOrReplace(java.lang.Object) -androidx.preference.R$dimen: int abc_text_size_title_material_toolbar -wangdaye.com.geometricweather.R$string: int feedback_interpret_notification_group_title -okhttp3.internal.http2.Hpack$Writer: okio.Buffer out -cyanogenmod.app.Profile: java.lang.String mName -io.reactivex.internal.util.VolatileSizeArrayList: int size() -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintRight_toLeftOf -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: io.reactivex.disposables.CompositeDisposable set -io.reactivex.internal.observers.InnerQueuedObserver: int fusionMode -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_voiceIcon -retrofit2.OkHttpCall$1: void callFailure(java.lang.Throwable) -cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: ICMStatusBarManager$Stub$Proxy(android.os.IBinder) -com.google.gson.internal.LinkedTreeMap: LinkedTreeMap(java.util.Comparator) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric -com.google.android.material.R$attr: int flow_verticalBias -androidx.loader.R$color: int ripple_material_light -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Inverse -io.reactivex.internal.observers.InnerQueuedObserver: boolean isDisposed() -com.turingtechnologies.materialscrollbar.R$attr: int cardCornerRadius -wangdaye.com.geometricweather.R$dimen: int mtrl_transition_shared_axis_slide_distance -wangdaye.com.geometricweather.background.receiver.widget.WidgetWeekProvider -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: double seaLevel -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Metric: int UnitType -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarTheme -androidx.activity.R$dimen: R$dimen() -androidx.preference.R$attr: int textAppearanceListItem -androidx.appcompat.R$styleable: int GradientColor_android_endY -com.xw.repo.bubbleseekbar.R$attr: int spinnerDropDownItemStyle -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.WeatherIconControlView: WeatherIconControlView(android.content.Context) -androidx.lifecycle.ViewModel: void onCleared() -wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: int getIconResEnd() -com.turingtechnologies.materialscrollbar.R$attr: int spinnerStyle -wangdaye.com.geometricweather.R$drawable: int ic_dress -okhttp3.internal.cache.CacheStrategy -androidx.fragment.R$drawable: int notification_action_background -com.google.android.material.R$styleable: int AppCompatTextView_drawableRightCompat -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: MaterialWeatherView(android.content.Context,android.util.AttributeSet) -androidx.preference.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle -okhttp3.logging.HttpLoggingInterceptor$Level: HttpLoggingInterceptor$Level(java.lang.String,int) -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationApi: io.reactivex.Observable getLocation(java.lang.String,java.lang.String) -com.google.android.material.R$attr: int reverseLayout -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_toRightOf -okhttp3.internal.http2.Http2Codec: okhttp3.Response$Builder readResponseHeaders(boolean) -cyanogenmod.app.LiveLockScreenManager: LiveLockScreenManager(android.content.Context) -android.support.v4.os.ResultReceiver$MyResultReceiver: android.support.v4.os.ResultReceiver this$0 -androidx.swiperefreshlayout.R$dimen: int notification_subtext_size -com.google.android.material.R$attr: int actionBarSplitStyle -com.amap.api.location.AMapLocationClientOption: boolean u -com.google.android.material.R$dimen: int design_snackbar_background_corner_radius -android.didikee.donate.R$attr: int alertDialogTheme -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setShifting(boolean) -com.google.android.material.R$styleable: int FontFamilyFont_android_fontStyle -wangdaye.com.geometricweather.R$id: int dialog_donate_wechat_img -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Display3 -androidx.customview.view.AbsSavedState: android.os.Parcelable$Creator CREATOR -com.google.android.material.R$styleable: int Constraint_motionStagger -wangdaye.com.geometricweather.R$id: int cpv_color_panel_view -androidx.preference.R$id: int parentPanel -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light_Dialog_Alert -com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents_Dialog -cyanogenmod.app.PartnerInterface: boolean setZenMode(int) -com.amap.api.fence.GeoFence: void setPoiItem(com.amap.api.fence.PoiItem) -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int HAIL -com.google.android.material.R$attr: int gapBetweenBars -io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: void onError(java.lang.Throwable) -com.google.android.material.R$color: int mtrl_chip_surface_color -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Display3 -com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemTextAppearanceInactive -wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List getHourlyForecast() -wangdaye.com.geometricweather.R$attr: int colorError -androidx.constraintlayout.widget.R$id: int info +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Direction Direction +com.amap.api.location.AMapLocationQualityReport: int GPS_STATUS_NOGPSPROVIDER +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_24 +okio.ForwardingSink: void flush() +androidx.preference.R$styleable: int AppCompatTheme_actionModeSplitBackground +androidx.coordinatorlayout.R$layout: int notification_template_part_time +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_queryHint +com.jaredrummler.android.colorpicker.ColorPreferenceCompat: void setOnShowDialogListener(com.jaredrummler.android.colorpicker.ColorPreferenceCompat$OnShowDialogListener) +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_verticalStyle +android.didikee.donate.R$style: int TextAppearance_AppCompat_Display3 +androidx.preference.R$color: int button_material_light +com.tencent.bugly.crashreport.CrashReport +androidx.work.R$id: int accessibility_custom_action_31 +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: java.util.Locale getLocale() +okhttp3.internal.platform.Platform: java.lang.String toString() +okhttp3.HttpUrl$Builder: HttpUrl$Builder() +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void trimHead() +androidx.constraintlayout.widget.R$attr: int customDimension +androidx.lifecycle.LifecycleRegistry: void moveToState(androidx.lifecycle.Lifecycle$State) +wangdaye.com.geometricweather.R$styleable: int Transition_constraintSetEnd +com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String x +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: boolean delayError +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DialogWhenLarge +androidx.appcompat.widget.SwitchCompat: void setThumbTintList(android.content.res.ColorStateList) +com.xw.repo.bubbleseekbar.R$attr: int bsb_section_text_size +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getRagweedLevel() +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber +androidx.appcompat.R$styleable: int[] ActivityChooserView +wangdaye.com.geometricweather.R$layout: int abc_activity_chooser_view_list_item +wangdaye.com.geometricweather.R$attr: int chipStartPadding +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner +wangdaye.com.geometricweather.R$color: int foreground_material_dark +androidx.vectordrawable.animated.R$drawable: int notification_bg_low +io.reactivex.internal.functions.Functions$NaturalComparator +io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: long count +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: void setDefaultPhoneSub(int) +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight_Dialog +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_ratingBarStyle +com.google.android.material.R$attr: int lineHeight +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_android_windowIsFloating +android.didikee.donate.R$style: int Widget_AppCompat_EditText +wangdaye.com.geometricweather.common.basic.models.weather.Weather: boolean isValid(float) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_goneMarginRight +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title +com.google.android.material.R$drawable: int abc_ic_star_half_black_16dp +wangdaye.com.geometricweather.R$attr: int gestureInsetBottomIgnored +retrofit2.OkHttpCall: java.lang.Throwable creationFailure +androidx.appcompat.R$id: int info +androidx.dynamicanimation.R$styleable: int GradientColor_android_type +com.google.android.material.R$styleable: int Toolbar_contentInsetStartWithNavigation +androidx.hilt.lifecycle.R$attr: int fontVariationSettings +com.google.gson.stream.JsonReader: void beginObject() +wangdaye.com.geometricweather.R$id: int item_about_title +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ENABLE_PEOPLE_LOOKUP_VALIDATOR +androidx.lifecycle.ClassesInfoCache$MethodReference: int mCallType +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: long remaining +cyanogenmod.library.R$styleable: int LiveLockScreen_settingsActivity +androidx.constraintlayout.widget.R$styleable: int MenuView_android_itemBackground +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex +wangdaye.com.geometricweather.remoteviews.trend.TrendLinearLayout: TrendLinearLayout(android.content.Context) +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintVertical_chainStyle +androidx.fragment.app.DialogFragment: DialogFragment() +com.xw.repo.bubbleseekbar.R$layout: int abc_list_menu_item_checkbox +androidx.appcompat.R$dimen: int abc_dialog_fixed_width_major +androidx.preference.R$style: int Widget_AppCompat_DropDownItem_Spinner +retrofit2.Call: boolean isExecuted() +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: org.reactivestreams.Subscriber downstream +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property UpdateDate +androidx.hilt.R$id: int action_container +cyanogenmod.app.IProfileManager$Stub$Proxy: void removeNotificationGroup(android.app.NotificationGroup) +androidx.constraintlayout.widget.R$attr: int backgroundStacked +android.didikee.donate.R$color: int abc_background_cache_hint_selector_material_dark +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleTextAppearance +james.adaptiveicon.R$styleable: int MenuView_preserveIconSpacing +androidx.constraintlayout.widget.R$id: int italic +wangdaye.com.geometricweather.R$id: int item_aqi_progress +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property CityId +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_shapeAppearance +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight +io.reactivex.internal.observers.InnerQueuedObserver: long serialVersionUID +io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver +androidx.lifecycle.process.R +androidx.hilt.work.R$style: R$style() +okhttp3.Cookie: boolean pathMatch(okhttp3.HttpUrl,java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Direction: java.lang.String English +com.tencent.bugly.proguard.aq +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_barrierMargin +android.didikee.donate.R$styleable: int[] AppCompatTextView +okhttp3.internal.http2.Http2Codec$StreamFinishingSource: Http2Codec$StreamFinishingSource(okhttp3.internal.http2.Http2Codec,okio.Source) +cyanogenmod.providers.CMSettings$Secure: java.lang.String DISPLAY_GAMMA_CALIBRATION_PREFIX +androidx.appcompat.R$drawable: int abc_cab_background_top_material +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void onComplete() +retrofit2.OkHttpCall$ExceptionCatchingResponseBody: okio.BufferedSource source() +androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_textAppearance +androidx.constraintlayout.widget.R$string: int abc_menu_sym_shortcut_label +okhttp3.internal.connection.RouteSelector: java.util.List inetSocketAddresses +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setWindSpeedStart(java.lang.String) +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeCutDrawable +wangdaye.com.geometricweather.R$id +wangdaye.com.geometricweather.common.basic.GeoActivity +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation: wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Weather weather +com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Window_Fullscreen +cyanogenmod.hardware.CMHardwareManager: int GAMMA_CALIBRATION_RED_INDEX +com.google.android.material.R$styleable: int Toolbar_subtitle +cyanogenmod.profiles.ConnectionSettings: int CM_MODE_3G +cyanogenmod.weather.WeatherInfo: long access$1002(cyanogenmod.weather.WeatherInfo,long) +wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Object readKey(android.database.Cursor,int) +james.adaptiveicon.R$drawable: int abc_btn_radio_to_on_mtrl_015 +androidx.appcompat.R$drawable: int abc_text_select_handle_right_mtrl_light +wangdaye.com.geometricweather.R$attr: int textAppearanceSubtitle2 +com.tencent.bugly.proguard.a: java.util.HashMap d +com.google.android.material.R$styleable: int KeyPosition_percentHeight +cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_QUICK_QS_PULLDOWN +android.didikee.donate.R$styleable: int ActionBar_contentInsetStartWithNavigation +com.google.android.material.R$dimen: int disabled_alpha_material_light +okhttp3.Cache: int ENTRY_BODY +com.google.android.material.internal.CheckableImageButton: void setPressable(boolean) +io.reactivex.internal.disposables.EmptyDisposable: int requestFusion(int) +androidx.vectordrawable.animated.R$styleable: int GradientColor_android_startX +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeRainPrecipitationProbability +androidx.recyclerview.R$color: int notification_icon_bg_color +androidx.appcompat.resources.R$id: int forever +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setTextColor(int) +com.amap.api.location.AMapLocation: void setLocationQualityReport(com.amap.api.location.AMapLocationQualityReport) +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_switchTextAppearance +wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme +okhttp3.internal.http1.Http1Codec$ChunkedSink: void write(okio.Buffer,long) +androidx.preference.R$styleable: int Toolbar_contentInsetEndWithActions +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Direction: int Degrees +wangdaye.com.geometricweather.R$dimen: int abc_edit_text_inset_top_material +androidx.viewpager2.R$drawable: int notification_tile_bg +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Spinner +com.tencent.bugly.crashreport.common.strategy.a: com.tencent.bugly.crashreport.common.strategy.StrategyBean b(com.tencent.bugly.crashreport.common.strategy.a) +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_26 +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.rx.RxDao rx() +androidx.vectordrawable.R$id: int line3 +com.github.rahatarmanahmed.cpv.CircularProgressView: float access$202(com.github.rahatarmanahmed.cpv.CircularProgressView,float) +com.xw.repo.bubbleseekbar.R$styleable: int MenuView_preserveIconSpacing +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial: double Value +androidx.appcompat.R$drawable: int abc_btn_radio_to_on_mtrl_015 +wangdaye.com.geometricweather.db.entities.HistoryEntity: long getTime() +cyanogenmod.providers.CMSettings$NameValueCache: long mValuesVersion +androidx.preference.R$style: int Widget_AppCompat_Light_ActivityChooserView +androidx.work.R$dimen: int notification_main_column_padding_top +com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge +androidx.appcompat.resources.R$styleable: int FontFamilyFont_android_fontVariationSettings +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: android.os.IBinder asBinder() +androidx.constraintlayout.widget.R$id: int shortcut +okhttp3.Request$Builder: okhttp3.Request$Builder delete() +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit MM +androidx.core.R$drawable: int notification_bg_low +wangdaye.com.geometricweather.R$drawable: int selectable_item_background +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation +cyanogenmod.power.PerformanceManagerInternal: void launchBoost() +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow: java.lang.Float cumul12H +androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour: androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour MATCH_CONSTRAINT +com.google.android.material.R$attr: int buttonStyle +okhttp3.ResponseBody$BomAwareReader: void close() +io.reactivex.internal.functions.Functions$HashSetCallable: io.reactivex.internal.functions.Functions$HashSetCallable INSTANCE +wangdaye.com.geometricweather.R$styleable: int Spinner_popupTheme +wangdaye.com.geometricweather.R$id: int contentPanel +com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState[] values() +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void onNext(java.lang.Object) +cyanogenmod.weatherservice.ServiceRequestResult: java.lang.String mKey +com.tencent.bugly.proguard.ah: void a(java.lang.StringBuilder,int) +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void disposeAll() +com.turingtechnologies.materialscrollbar.TouchScrollBar +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningConsequence: java.lang.String textConsequence +wangdaye.com.geometricweather.R$styleable: int Chip_iconEndPadding +james.adaptiveicon.R$attr: int searchHintIcon +com.google.android.material.R$styleable: int Motion_transitionEasing +com.turingtechnologies.materialscrollbar.R$id: int action_container +com.tencent.bugly.proguard.am: java.lang.String w +io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain: long serialVersionUID +okhttp3.MultipartBody: okhttp3.MediaType contentType() +wangdaye.com.geometricweather.R$xml: int perference_service_provider +androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd +com.google.android.material.R$color: int mtrl_navigation_item_background_color +com.turingtechnologies.materialscrollbar.R$attr: int strokeColor +androidx.constraintlayout.widget.R$id: int icon +androidx.coordinatorlayout.R$id: int italic +androidx.constraintlayout.widget.R$dimen: int compat_button_inset_vertical_material +retrofit2.OkHttpCall: java.lang.Object clone() +okhttp3.Address: okhttp3.CertificatePinner certificatePinner +wangdaye.com.geometricweather.R$attr: int summaryOff +androidx.constraintlayout.widget.R$attr: int textAppearanceListItemSecondary +androidx.constraintlayout.widget.R$attr: int icon +retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter: java.lang.reflect.Type responseType() +com.google.android.material.R$attr: int actionBarTheme +wangdaye.com.geometricweather.R$dimen: int material_text_view_test_line_height_override +wangdaye.com.geometricweather.R$string: int abc_shareactionprovider_share_with_application +com.bumptech.glide.integration.okhttp.R$dimen: int compat_control_corner_material +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut +androidx.dynamicanimation.R$id: int italic +retrofit2.KotlinExtensions$await$4$2: void onResponse(retrofit2.Call,retrofit2.Response) +okhttp3.Credentials: Credentials() +okhttp3.internal.http2.Http2: byte FLAG_COMPRESSED +com.amap.api.location.AMapLocation: java.lang.String j(com.amap.api.location.AMapLocation,java.lang.String) +androidx.cardview.R$attr +wangdaye.com.geometricweather.db.entities.AlertEntityDao: AlertEntityDao(org.greenrobot.greendao.internal.DaoConfig) +wangdaye.com.geometricweather.R$style: int Widget_Compat_NotificationActionText +androidx.preference.R$attr: int windowActionBar +cyanogenmod.app.StatusBarPanelCustomTile: android.os.UserHandle user +com.xw.repo.bubbleseekbar.R$id: int action_context_bar +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Subhead +com.google.android.material.internal.CheckableImageButton: void setCheckable(boolean) +androidx.constraintlayout.widget.R$styleable: int Constraint_chainUseRtl +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer treeLevel +okhttp3.internal.NamedRunnable: NamedRunnable(java.lang.String,java.lang.Object[]) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputEditText_OutlinedBox_Dense +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabTextColor +androidx.lifecycle.extensions.R$dimen: int notification_small_icon_size_as_large +com.google.android.material.R$attr: int textAppearanceHeadline6 +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: long serialVersionUID +cyanogenmod.app.suggest.IAppSuggestProvider$Stub: android.os.IBinder asBinder() +com.bumptech.glide.R$id: int tag_unhandled_key_event_manager +androidx.lifecycle.LiveData$LifecycleBoundObserver: androidx.lifecycle.LifecycleOwner mOwner +com.google.android.material.R$styleable: int MotionLayout_motionDebug +com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat_ActionBar +james.adaptiveicon.R$attr: int iconifiedByDefault +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments: long endTime +cyanogenmod.profiles.LockSettings$1: cyanogenmod.profiles.LockSettings[] newArray(int) +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_CALL_LED_ON +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: io.reactivex.Observer downstream +james.adaptiveicon.R$styleable: int AppCompatTheme_actionOverflowMenuStyle +wangdaye.com.geometricweather.weather.apis.AtmoAuraIqaApi +wangdaye.com.geometricweather.R$attr: int sliderStyle +androidx.transition.R$dimen: int notification_small_icon_background_padding +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_padding_bottom +cyanogenmod.weather.CMWeatherManager: java.util.Map mLookupNameRequestListeners +com.tencent.bugly.proguard.h: com.tencent.bugly.proguard.h a(java.lang.Object,java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial: java.lang.String Unit +com.jaredrummler.android.colorpicker.R$attr: int actionModeWebSearchDrawable +wangdaye.com.geometricweather.R$drawable: int weather_thunder_mini_light +james.adaptiveicon.R$color: int abc_tint_spinner +james.adaptiveicon.R$styleable: int AppCompatTextView_autoSizePresetSizes +androidx.hilt.work.R$id: int accessibility_custom_action_17 +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean setNativeAppChannel(java.lang.String) +com.jaredrummler.android.colorpicker.R$attr: int track +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String cityId +androidx.constraintlayout.widget.R$anim: int btn_checkbox_to_checked_box_inner_merged_animation +com.turingtechnologies.materialscrollbar.R$styleable: int[] ActionBar +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Display3 +wangdaye.com.geometricweather.db.entities.MinutelyEntity: int getMinuteInterval() +cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String WRITE_ALARMS_PERMISSION +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: void setFitSide(int) androidx.preference.R$style: int Preference_Information_Material -androidx.preference.R$styleable: int Toolbar_contentInsetRight -wangdaye.com.geometricweather.R$string: int settings_category_basic -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableLeftCompat -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder reencodeForUri() -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayoutStates_state_liftable -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Imperial Imperial -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_controlBackground -com.github.rahatarmanahmed.cpv.CircularProgressView$8: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: java.lang.String Phase -cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_onStop -com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_switch_to_on_mtrl_00012 -androidx.constraintlayout.widget.R$attr: int listChoiceIndicatorSingleAnimated -androidx.work.NetworkType: androidx.work.NetworkType NOT_ROAMING -androidx.constraintlayout.widget.R$attr: int actionBarTabTextStyle -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: void run() -wangdaye.com.geometricweather.R$id: int item_about_link_icon -com.xw.repo.bubbleseekbar.R$attr: int alertDialogTheme -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text -androidx.appcompat.R$styleable: int MenuView_android_itemBackground +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX indices +com.tencent.bugly.proguard.ak: long b +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver +cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status REJECTED +androidx.appcompat.R$dimen: int abc_seekbar_track_progress_height_material +cyanogenmod.themes.ThemeManager$2: cyanogenmod.themes.ThemeManager this$0 +com.xw.repo.bubbleseekbar.R$attr: int buttonGravity +com.github.rahatarmanahmed.cpv.CircularProgressView: void resetAnimation() +james.adaptiveicon.R$drawable: int abc_ic_star_half_black_48dp +wangdaye.com.geometricweather.R$attr: int listPreferredItemPaddingStart +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_autoSizeMaxTextSize +com.google.android.material.R$attr: int behavior_hideable +okhttp3.internal.http2.Http2Writer: void connectionPreface() +cyanogenmod.providers.CMSettings$System: java.lang.String SWAP_VOLUME_KEYS_ON_ROTATION +com.tencent.bugly.proguard.i: com.tencent.bugly.proguard.k a(com.tencent.bugly.proguard.k,int,boolean) +wangdaye.com.geometricweather.R$attr: int flow_padding +okhttp3.HttpUrl: java.lang.String username +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: java.lang.String getSourceName(android.content.Context) +retrofit2.http.OPTIONS +com.tencent.bugly.crashreport.CrashReport: void setSessionIntervalMills(long) +james.adaptiveicon.R$integer: int abc_config_activityShortDur +com.google.android.material.R$string: int material_timepicker_hour +com.jaredrummler.android.colorpicker.R$layout: int notification_template_part_time +retrofit2.http.HEAD: java.lang.String value() +com.xw.repo.bubbleseekbar.R$drawable: int notification_bg_low_pressed +com.tencent.bugly.crashreport.BuglyLog: void v(java.lang.String,java.lang.String) +cyanogenmod.platform.Manifest$permission: java.lang.String THIRD_PARTY_KEYGUARD +com.google.android.material.R$color: int design_default_color_on_surface +androidx.constraintlayout.widget.Barrier: Barrier(android.content.Context,android.util.AttributeSet) +androidx.coordinatorlayout.R$id +okhttp3.internal.http1.Http1Codec$ChunkedSink: Http1Codec$ChunkedSink(okhttp3.internal.http1.Http1Codec) +io.reactivex.Observable: io.reactivex.Observable sample(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +com.google.android.material.R$layout: int design_navigation_menu +wangdaye.com.geometricweather.R$attr: int dragScale +androidx.viewpager.R$id: int line3 +wangdaye.com.geometricweather.R$attr: int state_dragged +wangdaye.com.geometricweather.R$style: int Widget_Design_NavigationView +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_ActionBar +androidx.customview.view.AbsSavedState: android.os.Parcelable$Creator CREATOR +androidx.work.NetworkType: androidx.work.NetworkType[] values() +com.google.android.material.R$styleable: int Constraint_pathMotionArc +cyanogenmod.app.ILiveLockScreenChangeListener$Stub$Proxy: android.os.IBinder asBinder() +androidx.transition.R$id +com.google.android.material.R$styleable: int NavigationView_android_maxWidth +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void onError(java.lang.Throwable) +io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: long serialVersionUID +wangdaye.com.geometricweather.R$drawable: int notification_bg +com.google.android.material.R$styleable: int TextInputLayout_android_textColorHint +com.google.android.material.R$styleable: int MaterialCardView_checkedIcon +com.tencent.bugly.crashreport.common.info.a: java.lang.String j() +android.didikee.donate.R$color: int button_material_light +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_section_count +com.google.android.material.R$dimen: int mtrl_slider_label_padding +com.google.android.material.R$layout: int abc_list_menu_item_layout +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: java.lang.String CountryID +com.jaredrummler.android.colorpicker.R$id: int notification_main_column +wangdaye.com.geometricweather.background.polling.work.worker.AsyncUpdateWorker: AsyncUpdateWorker(android.content.Context,androidx.work.WorkerParameters,wangdaye.com.geometricweather.location.LocationHelper,wangdaye.com.geometricweather.weather.WeatherHelper) +com.turingtechnologies.materialscrollbar.R$attr: int arrowShaftLength +com.turingtechnologies.materialscrollbar.R$interpolator: int mtrl_linear +androidx.constraintlayout.widget.R$id: int image +okhttp3.internal.http.RealInterceptorChain: okhttp3.Request request() +org.greenrobot.greendao.AbstractDao: void readEntity(android.database.Cursor,java.lang.Object,int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial +okhttp3.internal.http2.Http2Writer: void frameHeader(int,int,byte,byte) +androidx.appcompat.R$styleable: int TextAppearance_android_textStyle +wangdaye.com.geometricweather.R$id: int container_main_first_card_header_line +com.google.android.material.R$dimen: int abc_text_size_display_4_material +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String componentToImageColName(java.lang.String) +androidx.lifecycle.FullLifecycleObserver: void onStart(androidx.lifecycle.LifecycleOwner) +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void drain() +com.xw.repo.bubbleseekbar.R$attr: int logoDescription +wangdaye.com.geometricweather.R$attr: int tabUnboundedRipple +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_10 +cyanogenmod.app.suggest.ApplicationSuggestion: java.lang.String mPackage +com.bumptech.glide.load.engine.GlideException: GlideException(java.lang.String) +okhttp3.logging.LoggingEventListener: long startNs +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_DarkActionBar_Bridge +com.tencent.bugly.crashreport.crash.b: java.util.List b(java.util.List) +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: retrofit2.Call delegate +cyanogenmod.alarmclock.ClockContract$InstancesColumns: int HIDE_NOTIFICATION_STATE +com.turingtechnologies.materialscrollbar.R$styleable: int ActionMode_height +com.google.android.material.R$color: int design_default_color_error +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void cancel() +cyanogenmod.profiles.RingModeSettings: void getXmlString(java.lang.StringBuilder,android.content.Context) +okio.ByteString: okio.ByteString sha512() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Direction +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeSnowPrecipitation() +androidx.hilt.work.R$string: R$string() +com.google.android.material.R$styleable: int Badge_backgroundColor +retrofit2.adapter.rxjava2.Result: retrofit2.Response response() +okhttp3.CacheControl: boolean isPublic +com.turingtechnologies.materialscrollbar.R$id: int time +com.google.android.material.card.MaterialCardView: void setCheckedIconMargin(int) +androidx.lifecycle.extensions.R$style: R$style() +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintBottom_creator +com.google.android.material.R$styleable: int[] MaterialCalendarItem +wangdaye.com.geometricweather.R$attr: int tabIndicatorHeight +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_TextView_SpinnerItem +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder host(java.lang.String) +wangdaye.com.geometricweather.R$string: int retrofit +okhttp3.Dispatcher: Dispatcher(java.util.concurrent.ExecutorService) +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_1 +com.xw.repo.bubbleseekbar.R$bool: R$bool() +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Small_Inverse +androidx.preference.R$id: int recycler_view +androidx.work.R$styleable: int ColorStateListItem_alpha +okhttp3.FormBody$Builder: FormBody$Builder() +androidx.work.NetworkType: androidx.work.NetworkType METERED +com.google.android.material.R$style: int Base_Widget_AppCompat_ActionButton +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle +com.google.android.material.R$style: int Widget_AppCompat_ButtonBar +com.jaredrummler.android.colorpicker.R$styleable: int[] AnimatedStateListDrawableTransition +com.google.android.material.R$style: int Base_Widget_Design_TabLayout +com.bumptech.glide.R$attr: int fontProviderPackage +wangdaye.com.geometricweather.R$styleable: int GradientColor_android_centerY +com.google.android.material.R$dimen: int mtrl_card_dragged_z +com.google.android.gms.location.LocationAvailability: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$string: int settings_title_forecast_today_time +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: boolean mAskedShow +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setItemBackground(android.graphics.drawable.Drawable) +retrofit2.Platform: java.lang.Object invokeDefaultMethod(java.lang.reflect.Method,java.lang.Class,java.lang.Object,java.lang.Object[]) +cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: void updateWeather(cyanogenmod.weather.RequestInfo) +com.jaredrummler.android.colorpicker.R$attr: int srcCompat +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Inverse +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Title_Inverse +androidx.appcompat.widget.AppCompatCheckBox +androidx.viewpager2.R$attr: int fastScrollVerticalThumbDrawable +androidx.appcompat.widget.Toolbar: int getTitleMarginTop() +androidx.activity.R$styleable: int FontFamilyFont_android_ttcIndex +cyanogenmod.externalviews.ExternalView: java.util.LinkedList mQueue +wangdaye.com.geometricweather.R$styleable: int PopupWindowBackgroundState_state_above_anchor +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit valueOf(java.lang.String) +com.tencent.bugly.crashreport.BuglyLog +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Body2 +io.reactivex.internal.subscriptions.SubscriptionArbiter: long requested +android.didikee.donate.R$styleable: int PopupWindow_overlapAnchor +cyanogenmod.app.PartnerInterface: void setAirplaneModeEnabled(boolean) +wangdaye.com.geometricweather.R$id: int beginOnFirstDraw +james.adaptiveicon.R$styleable: int SearchView_voiceIcon +com.google.android.material.R$dimen: int mtrl_transition_shared_axis_slide_distance +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_menuCategory +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: java.util.concurrent.TimeUnit unit +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Display2 +androidx.appcompat.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration +androidx.recyclerview.R$id: int accessibility_custom_action_11 +cyanogenmod.app.BaseLiveLockManagerService: void enforcePrivateAccessPermission() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: java.lang.String newX +androidx.preference.R$string: int preference_copied +androidx.preference.R$styleable: int DialogPreference_positiveButtonText +wangdaye.com.geometricweather.R$anim: int fragment_open_exit +wangdaye.com.geometricweather.db.entities.DailyEntityDao: wangdaye.com.geometricweather.db.converters.WindDegreeConverter daytimeWindDegreeConverter +cyanogenmod.externalviews.ExternalView$4: ExternalView$4(cyanogenmod.externalviews.ExternalView) +com.jaredrummler.android.colorpicker.R$id: int action_bar_container +androidx.viewpager.R$styleable: int GradientColor_android_startX +com.turingtechnologies.materialscrollbar.R$attr: int chipSpacingVertical +com.google.android.material.R$attr: int touchAnchorId +com.google.android.material.R$styleable: int ActionBar_itemPadding +wangdaye.com.geometricweather.R$id: int container_main_first_card_header_timeText +androidx.preference.R$dimen: int abc_disabled_alpha_material_dark +com.tencent.bugly.proguard.j: void a(long,int) +io.reactivex.internal.schedulers.RxThreadFactory: long serialVersionUID +cyanogenmod.app.Profile: java.util.List readSecondaryUuidsFromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeSnowPrecipitation +com.turingtechnologies.materialscrollbar.R$id: int left com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large -okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.util.concurrent.CountDownLatch readCompleteLatch -androidx.preference.R$style: int Widget_AppCompat_ActionBar -com.xw.repo.bubbleseekbar.R$attr: int logo -okio.Buffer: okio.Buffer writeTo(java.io.OutputStream) +wangdaye.com.geometricweather.R$id: int material_label +wangdaye.com.geometricweather.R$string: int sp_widget_clock_day_week_setting +androidx.preference.ListPreferenceDialogFragmentCompat: ListPreferenceDialogFragmentCompat() +com.turingtechnologies.materialscrollbar.R$integer +cyanogenmod.weatherservice.WeatherProviderService: cyanogenmod.weatherservice.IWeatherProviderServiceClient access$200(cyanogenmod.weatherservice.WeatherProviderService) +android.didikee.donate.R$style: int Platform_V21_AppCompat_Light +wangdaye.com.geometricweather.R$styleable: int[] PropertySet +com.google.android.material.R$dimen: int abc_control_corner_material +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: com.tencent.bugly.crashreport.crash.b n +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintWidth_default +com.google.android.material.R$color: int abc_tint_default +androidx.constraintlayout.widget.R$color: int abc_hint_foreground_material_light +android.didikee.donate.R$attr: int titleMargins +io.reactivex.internal.util.EmptyComponent: io.reactivex.Observer asObserver() +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation: java.lang.Float temperature +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: io.reactivex.Scheduler$Worker worker +cyanogenmod.weatherservice.WeatherProviderService: java.util.Set access$100(cyanogenmod.weatherservice.WeatherProviderService) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property SunSetDate +wangdaye.com.geometricweather.R$drawable: int widget_multi_city +retrofit2.converter.gson.GsonRequestBodyConverter: com.google.gson.TypeAdapter adapter +com.google.android.material.R$attr: int bottomAppBarStyle +androidx.appcompat.R$style: int Base_V26_Widget_AppCompat_Toolbar +okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder allEnabledCipherSuites() +james.adaptiveicon.R$styleable: int MenuItem_android_alphabeticShortcut +com.google.android.material.R$attr: int itemShapeInsetEnd +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather weather +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.util.List _queryWeatherEntity_MinutelyEntityList(java.lang.String,java.lang.String) +wangdaye.com.geometricweather.R$color: int design_dark_default_color_on_error +com.google.android.material.R$attr: int paddingStart +com.google.android.gms.common.server.response.FastSafeParcelableJsonResponse wangdaye.com.geometricweather.R$styleable: int MockView_mock_showDiagonals -okhttp3.internal.http.RetryAndFollowUpInterceptor: void cancel() -androidx.preference.R$styleable: int MenuGroup_android_menuCategory -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_27 -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode INADEQUATE_SECURITY -com.google.android.material.R$styleable: int AppCompatTheme_actionModeSplitBackground -com.google.android.material.R$styleable: int[] TextAppearance -com.tencent.bugly.crashreport.biz.b: void c(android.content.Context,com.tencent.bugly.BuglyStrategy) -okio.Buffer: int select(okio.Options) -wangdaye.com.geometricweather.R$styleable: int GradientColor_android_type -wangdaye.com.geometricweather.R$attr: int bsb_auto_adjust_section_mark -wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView getTrendItemView() -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionButton_Overflow -com.xw.repo.bubbleseekbar.R$attr: int alphabeticModifiers -wangdaye.com.geometricweather.R$attr: int font -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatSeekBar_android_thumb -androidx.preference.R$styleable: int AppCompatTheme_actionBarTabBarStyle -androidx.viewpager2.R$string: R$string() -com.google.android.material.R$styleable: int[] MaterialCardView -cyanogenmod.platform.R$bool: R$bool() -okhttp3.HttpUrl: java.lang.String FRAGMENT_ENCODE_SET -io.reactivex.Observable: io.reactivex.Observable skip(long) -wangdaye.com.geometricweather.R$attr: int colorOnBackground -com.tencent.bugly.proguard.an: java.lang.String f -wangdaye.com.geometricweather.R$id: int barrier -retrofit2.ParameterHandler$Tag: java.lang.Class cls -wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.String description -androidx.work.R$attr: int fontVariationSettings -wangdaye.com.geometricweather.R$styleable: int Motion_drawPath -wangdaye.com.geometricweather.R$animator: int weather_fog_1 -wangdaye.com.geometricweather.R$string: int key_widget_clock_day_week -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getRainPrecipitation() -com.xw.repo.bubbleseekbar.R$attr: int bsb_always_show_bubble -wangdaye.com.geometricweather.R$id: int text_input_end_icon -com.tencent.bugly.crashreport.biz.UserInfoBean: int o -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: boolean isDisposed() -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: int START -androidx.work.impl.workers.ConstraintTrackingWorker -com.google.android.material.textfield.TextInputLayout: int getBoxStrokeWidth() -com.turingtechnologies.materialscrollbar.R$id: int list_item -androidx.legacy.coreutils.R$id: int icon -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWindLevel(java.lang.String) -androidx.coordinatorlayout.R$integer -com.google.android.material.R$style: int Base_Widget_AppCompat_Light_PopupMenu -androidx.preference.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_autoSizeMinTextSize -wangdaye.com.geometricweather.R$string: int week_1 -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_DropDownItem_Spinner -okhttp3.internal.tls.DistinguishedNameParser: int length -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.R$drawable: int mtrl_tabs_default_indicator -cyanogenmod.weather.RequestInfo: int mRequestType -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: io.reactivex.disposables.Disposable upstream -wangdaye.com.geometricweather.R$styleable: int RecyclerView_android_clipToPadding -androidx.fragment.R$id: int icon -androidx.appcompat.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle -wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.String getDescription() -androidx.preference.R$string: int expand_button_title -androidx.coordinatorlayout.R$id: R$id() -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder scheme(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int AppBarLayout_Layout_layout_scrollFlags -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_paddingTop -android.didikee.donate.R$layout: int abc_popup_menu_header_item_layout -okhttp3.internal.http2.Http2: byte FLAG_END_PUSH_PROMISE -com.tencent.bugly.crashreport.crash.jni.b: java.lang.String a(java.lang.String) -androidx.preference.R$dimen: int abc_edit_text_inset_bottom_material -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver this$0 -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_firstHorizontalBias -com.google.android.material.R$attr: int iconTintMode -okhttp3.internal.connection.RouteSelector: okhttp3.EventListener eventListener -wangdaye.com.geometricweather.R$drawable: int notif_temp_138 -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: void onSubscribe(org.reactivestreams.Subscription) -com.google.android.material.R$styleable: int Layout_layout_constraintTop_toTopOf -androidx.vectordrawable.animated.R$id: int tag_unhandled_key_event_manager -androidx.vectordrawable.animated.R$dimen: int notification_large_icon_width -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_tooltipFrameBackground -wangdaye.com.geometricweather.R$string: int content_desc_powered_by -okhttp3.RequestBody: okhttp3.RequestBody create(okhttp3.MediaType,byte[]) -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: float getTrimPathOffset() -com.xw.repo.bubbleseekbar.R$drawable: int abc_ab_share_pack_mtrl_alpha -com.google.android.material.R$attr: R$attr() -android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionBar_TabText -com.google.android.material.navigation.NavigationView: NavigationView(android.content.Context,android.util.AttributeSet) -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void onNext(java.lang.Object) -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String ICON_PREVIEW_2 -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: ObservableTakeLast$TakeLastObserver(io.reactivex.Observer,int) -com.google.android.material.R$attr: int listDividerAlertDialog -com.tencent.bugly.proguard.i: java.lang.Object a(java.lang.Object,int,boolean) -io.reactivex.Observable: io.reactivex.Observable concatWith(io.reactivex.MaybeSource) -io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: void error(java.lang.Throwable) +com.jaredrummler.android.colorpicker.R$id: int transparency_text +wangdaye.com.geometricweather.R$drawable: int abc_ic_search_api_material +retrofit2.Platform: boolean isDefaultMethod(java.lang.reflect.Method) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture +com.google.android.material.R$attr: int contentPaddingBottom +com.turingtechnologies.materialscrollbar.R$attr: int contentDescription +com.xw.repo.bubbleseekbar.R$attr: int elevation +com.jaredrummler.android.colorpicker.R$color: int switch_thumb_disabled_material_light +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: io.reactivex.Observer downstream +androidx.lifecycle.LifecycleEventObserver +io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiFunction) +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast: void run() +wangdaye.com.geometricweather.R$drawable: int shortcuts_fog_foreground +wangdaye.com.geometricweather.R$drawable: int mtrl_ic_cancel +okhttp3.internal.connection.RealConnection: void onSettings(okhttp3.internal.http2.Http2Connection) +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_barrierAllowsGoneWidgets +com.google.android.material.R$attr: int layout_constraintRight_toLeftOf +com.tencent.bugly.proguard.y$a: java.io.File b +wangdaye.com.geometricweather.common.basic.models.weather.UV: UV(java.lang.Integer,java.lang.String,java.lang.String) +cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator access$300() +com.google.android.material.snackbar.BaseTransientBottomBar$Behavior: BaseTransientBottomBar$Behavior() +androidx.appcompat.R$drawable: int abc_btn_radio_to_on_mtrl_000 +com.turingtechnologies.materialscrollbar.R$attr: int chipCornerRadius +com.jaredrummler.android.colorpicker.R$color: int tooltip_background_dark +cyanogenmod.profiles.ConnectionSettings$BooleanState: int STATE_DISALED +androidx.preference.R$dimen: int abc_list_item_height_material +com.google.android.material.R$styleable: int[] MotionTelltales +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_22 +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionBar_TabText +wangdaye.com.geometricweather.R$dimen: int abc_text_size_display_4_material +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float snow +com.xw.repo.bubbleseekbar.R$color: int abc_hint_foreground_material_dark +androidx.preference.R$color: int material_grey_850 +androidx.core.R$id: int accessibility_action_clickable_span +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric: int UnitType +james.adaptiveicon.R$drawable: int abc_ic_arrow_drop_right_black_24dp +wangdaye.com.geometricweather.R$string: int material_timepicker_am +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_tooltipFrameBackground +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderDivider +com.bumptech.glide.integration.okhttp.R$attr: int layout_behavior +com.tencent.bugly.proguard.k: void a(com.tencent.bugly.proguard.i) +wangdaye.com.geometricweather.R$drawable: int notif_temp_16 +com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void errorAll(io.reactivex.Observer) +wangdaye.com.geometricweather.R$styleable: int Chip_rippleColor +okhttp3.internal.Util: okhttp3.ResponseBody EMPTY_RESPONSE +androidx.appcompat.R$dimen: int abc_text_size_display_3_material +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String getPrecipitationTextWithoutUnit(float) +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_ensureMinTouchTargetSize +com.google.android.material.R$styleable: int Constraint_android_maxWidth +wangdaye.com.geometricweather.R$id: int dialog_animatable_icon_title +androidx.hilt.R$styleable: int Fragment_android_name +com.google.android.material.R$styleable: int CollapsingToolbarLayout_statusBarScrim +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String treeDescription +com.google.android.material.tabs.TabLayout$TabView: void setTab(com.google.android.material.tabs.TabLayout$Tab) +wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_subtitle +androidx.constraintlayout.widget.R$attr: int alertDialogTheme +androidx.swiperefreshlayout.R$styleable: int FontFamily_fontProviderCerts +okhttp3.internal.http2.Http2Reader$ContinuationSource: void readContinuationHeader() +android.didikee.donate.R$styleable: int Toolbar_titleMargins +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: int getStatus() +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.String getCityId() wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.String getWeatherSource() -com.google.android.material.button.MaterialButton: void removeOnCheckedChangeListener(com.google.android.material.button.MaterialButton$OnCheckedChangeListener) -wangdaye.com.geometricweather.R$dimen: int mtrl_fab_translation_z_hovered_focused -com.tencent.bugly.crashreport.CrashReport: android.content.Context a -android.didikee.donate.R$styleable: int TextAppearance_android_textStyle -androidx.appcompat.resources.R$styleable: int FontFamilyFont_android_fontWeight -io.reactivex.internal.subscriptions.SubscriptionArbiter: boolean isCancelled() -okio.Util: long reverseBytesLong(long) -androidx.lifecycle.extensions.R$styleable: int GradientColor_android_type -wangdaye.com.geometricweather.R$attr: int buttonSize -wangdaye.com.geometricweather.R$styleable: int AppBarLayout_liftOnScrollTargetViewId -cyanogenmod.themes.ThemeChangeRequest$Builder: java.util.Map mThemeComponents -androidx.hilt.work.R$bool: R$bool() -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BATTERY_LIGHT_FULL_COLOR_VALIDATOR -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: void dispose() -com.google.android.material.R$attr: int itemSpacing -james.adaptiveicon.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle -androidx.drawerlayout.R$attr: int fontProviderQuery -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_percent -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_searchViewStyle -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Snow Snow +wangdaye.com.geometricweather.R$drawable: int weather_snow_mini_grey +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String componentToMixNMatchKey(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int ActionBar_hideOnContentScroll +cyanogenmod.providers.DataUsageContract: android.net.Uri CONTENT_URI +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_homeLayout +androidx.appcompat.R$dimen: int abc_action_bar_content_inset_material +android.didikee.donate.R$styleable: int MenuItem_android_titleCondensed +androidx.preference.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_backgroundTintMode +wangdaye.com.geometricweather.R$attr: int yearStyle +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language SPANISH +cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_unregisterChangeListener +androidx.appcompat.widget.AppCompatButton: android.content.res.ColorStateList getSupportBackgroundTintList() +androidx.constraintlayout.widget.R$color: int secondary_text_default_material_light +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_orientation +androidx.loader.R$id: int action_divider +okhttp3.internal.http.HttpHeaders: long contentLength(okhttp3.Response) +androidx.recyclerview.R$id: int right_side +cyanogenmod.os.Build$CM_VERSION_CODES: int APRICOT +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintRight_toRightOf +com.google.gson.stream.JsonWriter: void beforeValue() +com.google.android.gms.tasks.RuntimeExecutionException: RuntimeExecutionException(java.lang.Throwable) +com.google.android.material.R$styleable: int Layout_layout_constraintHeight_percent +com.google.android.material.R$styleable: int Constraint_android_transformPivotY +com.google.android.material.R$styleable: int MaterialShape_shapeAppearanceOverlay +com.turingtechnologies.materialscrollbar.R$attr: int listPreferredItemPaddingRight +androidx.viewpager2.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable +wangdaye.com.geometricweather.R$style: int Platform_ThemeOverlay_AppCompat +com.google.android.material.R$attr: int arcMode +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_bubble_text_color +okhttp3.Cache: int ENTRY_METADATA +androidx.constraintlayout.widget.R$attr: int titleTextStyle +com.google.android.material.R$color: int mtrl_navigation_item_text_color +wangdaye.com.geometricweather.common.ui.activities.AllergenActivity +androidx.dynamicanimation.R$styleable: int GradientColor_android_startY +james.adaptiveicon.R$attr: int buttonPanelSideLayout +com.amap.api.location.AMapLocation: void setFixLastLocation(boolean) +okhttp3.internal.proxy.NullProxySelector: NullProxySelector() +com.google.android.material.R$styleable: int AppCompatTextView_android_textAppearance +com.github.rahatarmanahmed.cpv.CircularProgressView: void stopAnimation() +cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.ICMHardwareService getService() +okhttp3.internal.http2.Http2Writer: void settings(okhttp3.internal.http2.Settings) +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Dialog_FixedSize +cyanogenmod.themes.IThemeProcessingListener$Stub: IThemeProcessingListener$Stub() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_drawableStart +com.jaredrummler.android.colorpicker.R$styleable: int ActionMode_background +retrofit2.Response: retrofit2.Response success(java.lang.Object,okhttp3.Response) +android.didikee.donate.R$layout: int select_dialog_item_material +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_android_orientation +cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator sUriValidator +com.bumptech.glide.request.RequestCoordinator$RequestState: boolean isComplete +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree getDaytimeWindDegree() +wangdaye.com.geometricweather.R$color: int notification_action_color_filter +com.xw.repo.bubbleseekbar.R$layout: int support_simple_spinner_dropdown_item +retrofit2.RequestBuilder$ContentTypeOverridingRequestBody: okhttp3.RequestBody delegate +android.didikee.donate.R$styleable: int AppCompatTheme_textColorSearchUrl +androidx.appcompat.R$style: int ThemeOverlay_AppCompat_Dialog_Alert +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_29 +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String ICON_URI +okhttp3.MultipartBody$Builder: okhttp3.MultipartBody$Builder addPart(okhttp3.Headers,okhttp3.RequestBody) +retrofit2.http.Part +com.google.android.material.R$string: int mtrl_picker_confirm +org.greenrobot.greendao.AbstractDao: int pkOrdinal +wangdaye.com.geometricweather.settings.activities.DailyTrendDisplayManageActivity +androidx.preference.R$id: int shortcut +okio.Buffer: okio.ByteString snapshot() +cyanogenmod.app.suggest.IAppSuggestManager$Stub +android.didikee.donate.R$layout: int abc_list_menu_item_checkbox +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: SwipeRefreshLayout(android.content.Context) +androidx.drawerlayout.R$id: int actions +androidx.appcompat.R$color: int button_material_dark +androidx.vectordrawable.animated.R$attr: int fontWeight +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_days_of_week_height +androidx.lifecycle.FullLifecycleObserver: void onDestroy(androidx.lifecycle.LifecycleOwner) +androidx.legacy.coreutils.R$drawable: int notification_bg_normal +androidx.viewpager.R$attr: int ttcIndex +cyanogenmod.app.ThemeVersion$ComponentVersion: cyanogenmod.app.ThemeComponent component +wangdaye.com.geometricweather.R$dimen: int mtrl_shape_corner_size_large_component +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Imperial: java.lang.String Unit +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit +wangdaye.com.geometricweather.R$styleable: int FontFamily_fontProviderCerts +com.jaredrummler.android.colorpicker.R$styleable: int MultiSelectListPreference_entries +io.reactivex.internal.subscriptions.BasicIntQueueSubscription: void request(long) +com.tencent.bugly.proguard.t: void a(boolean) +com.tencent.bugly.crashreport.biz.b: long j +com.jaredrummler.android.colorpicker.R$id: int action_context_bar +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.Observer downstream +com.google.android.material.R$color: int abc_hint_foreground_material_light +wangdaye.com.geometricweather.R$styleable: int SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.WindowManager$LayoutParams mParams +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: io.reactivex.functions.Function mapper +android.didikee.donate.R$id: int titleDividerNoCustom +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Chip_Filter +com.google.android.material.bottomsheet.BottomSheetBehavior: BottomSheetBehavior() +okhttp3.internal.http.StatusLine: java.lang.String message +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintCircleRadius +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_panelMenuListWidth +com.google.android.material.R$dimen: int mtrl_extended_fab_min_height +androidx.fragment.R$style: int TextAppearance_Compat_Notification_Title +androidx.constraintlayout.widget.R$attr: int backgroundSplit +androidx.preference.R$styleable: int RecyclerView_android_descendantFocusability +com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$Node findByObject(java.lang.Object) +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Object readEntity(android.database.Cursor,int) +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_fitToContents +okhttp3.internal.ws.WebSocketProtocol: int B0_FLAG_RSV2 +android.didikee.donate.R$attr: int buttonGravity +wangdaye.com.geometricweather.R$id: int experience +com.tencent.bugly.crashreport.crash.jni.a: void handleNativeException(int,int,long,long,java.lang.String,java.lang.String,java.lang.String,java.lang.String,int,java.lang.String,int,int,int,java.lang.String,java.lang.String) +okhttp3.Address: java.net.Proxy proxy() +io.reactivex.Observable: io.reactivex.Observable window(java.util.concurrent.Callable) +android.support.v4.app.INotificationSideChannel$Stub: int TRANSACTION_cancel +com.google.android.material.R$styleable: int AppCompatTextHelper_android_drawableLeft +com.google.android.material.R$id: int autoComplete +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth +com.amap.api.location.AMapLocationClientOption: boolean q +com.tencent.bugly.proguard.p: boolean a(int,java.lang.String,com.tencent.bugly.proguard.o,boolean) +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void innerError(java.lang.Throwable) +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_minHeight +okio.Buffer: long readAll(okio.Sink) +wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: RoundProgress(android.content.Context) +com.google.android.material.R$styleable: int Constraint_layout_constraintStart_toEndOf +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_25 +androidx.lifecycle.ProcessLifecycleOwner$2: androidx.lifecycle.ProcessLifecycleOwner this$0 +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver this$0 +james.adaptiveicon.R$drawable: int abc_ratingbar_material +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar +retrofit2.OkHttpCall$NoContentResponseBody: okio.BufferedSource source() +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption clone() +retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback +io.reactivex.exceptions.CompositeException: java.lang.Throwable getCause() +androidx.viewpager2.R$id: int notification_main_column +androidx.preference.R$attr: int hideOnContentScroll +androidx.hilt.lifecycle.R$dimen: int notification_subtext_size +com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar +wangdaye.com.geometricweather.R$attr: int flow_lastVerticalBias +okhttp3.internal.tls.OkHostnameVerifier: boolean verifyHostname(java.lang.String,java.lang.String) +com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleContentDescription(int) +wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_text_light +wangdaye.com.geometricweather.R$drawable: int weather_hail_3 +com.tencent.bugly.crashreport.crash.c: int k +okhttp3.internal.http.HttpHeaders: okio.ByteString QUOTED_STRING_DELIMITERS +androidx.hilt.R$layout: int notification_action +com.baidu.location.indoor.mapversion.c.a$d: a$d(java.lang.String) +androidx.appcompat.resources.R$drawable: int notification_bg_low +androidx.appcompat.R$string: int abc_menu_delete_shortcut_label +com.tencent.bugly.crashreport.biz.b: void c(android.content.Context,com.tencent.bugly.BuglyStrategy) +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_transitionPathRotate +com.google.android.material.appbar.AppBarLayout: void removeOnOffsetChangedListener(com.google.android.material.appbar.AppBarLayout$OnOffsetChangedListener) +com.google.android.material.R$styleable: int OnSwipe_maxVelocity +com.google.android.material.R$attr: int layout_behavior +android.didikee.donate.R$styleable: int[] View +androidx.constraintlayout.widget.R$styleable: int ImageFilterView_roundPercent +com.tencent.bugly.proguard.aq: java.util.Map i +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TabLayout_PrimarySurface +com.google.android.material.appbar.ViewOffsetBehavior: ViewOffsetBehavior() +androidx.constraintlayout.widget.R$id: int src_over +com.jaredrummler.android.colorpicker.R$attr: int summary +androidx.appcompat.R$dimen: int abc_action_bar_overflow_padding_end_material +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer degreeDayTemperature +com.tencent.bugly.crashreport.biz.UserInfoBean: java.lang.String c +okhttp3.Response: okhttp3.Response$Builder newBuilder() +wangdaye.com.geometricweather.R$id: int actions +okhttp3.internal.http.HttpHeaders: int parseSeconds(java.lang.String,int) +androidx.lifecycle.ViewModelProvider$NewInstanceFactory: ViewModelProvider$NewInstanceFactory() +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_hintAnimationEnabled +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: int getStatus() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorPrimary +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_0 +com.google.android.material.R$style: int Theme_AppCompat_NoActionBar +com.google.android.material.R$styleable: int AppCompatTheme_actionBarTheme +cyanogenmod.app.CustomTile$ListExpandedStyle +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_hide_bubble +com.turingtechnologies.materialscrollbar.R$styleable: int View_theme +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: void onNext(java.lang.Object) +com.jaredrummler.android.colorpicker.R$styleable: int FontFamily_fontProviderFetchTimeout +okhttp3.internal.platform.OptionalMethod: java.lang.Object invokeOptional(java.lang.Object,java.lang.Object[]) +james.adaptiveicon.R$style: int ThemeOverlay_AppCompat_Dialog +androidx.swiperefreshlayout.R$styleable: int GradientColor_android_type +cyanogenmod.library.R$styleable: R$styleable() +io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: boolean isDisposed() +com.jaredrummler.android.colorpicker.R$attr: int cpv_allowCustom +android.didikee.donate.R$style: int Base_Theme_AppCompat_Dialog +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: boolean tryOnError(java.lang.Throwable) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: void setFrom(java.lang.String) +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Medium_Inverse +com.tencent.bugly.proguard.x: java.lang.String c +okhttp3.internal.cache.DiskLruCache: int redundantOpCount +com.google.android.material.R$styleable: int GradientColor_android_gradientRadius +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_goneMarginTop +wangdaye.com.geometricweather.db.entities.LocationEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView +okhttp3.internal.http2.Hpack$Reader: Hpack$Reader(int,int,okio.Source) +okhttp3.ConnectionSpec$Builder: ConnectionSpec$Builder(okhttp3.ConnectionSpec) +com.tencent.bugly.crashreport.biz.b: void a(com.tencent.bugly.crashreport.common.strategy.StrategyBean,boolean) +android.didikee.donate.R$drawable: int abc_textfield_default_mtrl_alpha +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String alarmTp2 +com.turingtechnologies.materialscrollbar.R$styleable: int Spinner_android_prompt +androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_marginTop +androidx.appcompat.R$id: int screen +wangdaye.com.geometricweather.R$id: int widget_week +androidx.constraintlayout.widget.R$attr: int defaultState +wangdaye.com.geometricweather.R$id: int notification_base_aqiAndWind +wangdaye.com.geometricweather.R$dimen: int mtrl_snackbar_padding_horizontal +com.google.android.material.R$styleable: int SwitchCompat_switchMinWidth +com.google.android.material.R$styleable: int AppCompatTheme_colorControlNormal +androidx.preference.R$styleable: int ListPreference_entryValues +com.bumptech.glide.R$styleable: int ColorStateListItem_android_alpha +io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: ObservableRepeatUntil$RepeatUntilObserver(io.reactivex.Observer,io.reactivex.functions.BooleanSupplier,io.reactivex.internal.disposables.SequentialDisposable,io.reactivex.ObservableSource) +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: boolean tryOnError(java.lang.Throwable) +wangdaye.com.geometricweather.R$array: int clock_font_values +cyanogenmod.providers.CMSettings$System: java.lang.String HOME_WAKE_SCREEN +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$2 +com.google.android.gms.internal.location.zzbc: android.os.Parcelable$Creator CREATOR +com.google.android.material.R$attr: int minWidth +wangdaye.com.geometricweather.R$interpolator: R$interpolator() +cyanogenmod.weather.WeatherInfo: java.lang.String toString() +wangdaye.com.geometricweather.R$layout: int mtrl_calendar_days_of_week +android.didikee.donate.R$attr: int singleChoiceItemLayout +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: AccuHourlyResult() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: void setValue(java.lang.String) +androidx.coordinatorlayout.R$id: int title +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_goneMarginStart +com.amap.api.fence.PoiItem: java.lang.String e +wangdaye.com.geometricweather.R$attr: int passwordToggleEnabled +com.xw.repo.bubbleseekbar.R$attr: int bsb_seek_step_section +com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setLabelVisibilityMode(int) +com.tencent.bugly.proguard.u: com.tencent.bugly.proguard.p c +cyanogenmod.externalviews.KeyguardExternalView$2: boolean requestDismiss() +james.adaptiveicon.R$styleable: int ActionBar_backgroundSplit +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilitySnow: java.lang.Integer proba6H +wangdaye.com.geometricweather.R$attr: int checkedIconVisible +androidx.hilt.work.R$styleable: int[] Fragment +com.xw.repo.bubbleseekbar.R$attr: int bsb_show_section_text +androidx.constraintlayout.widget.R$attr: int waveShape +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean getWeather() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeIcePrecipitation() +androidx.swiperefreshlayout.R$id: int normal +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean +androidx.constraintlayout.widget.R$id: int list_item +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: void dispose() +com.google.android.material.R$styleable: int TextInputLayout_boxBackgroundMode +android.didikee.donate.R$color: int abc_btn_colored_borderless_text_material +wangdaye.com.geometricweather.R$color: int design_dark_default_color_on_background +com.google.android.material.R$attr: int tabIconTintMode +com.tencent.bugly.proguard.j: void a(java.util.Collection,int) +wangdaye.com.geometricweather.R$id: int custom +com.google.android.material.transformation.TransformationChildCard: TransformationChildCard(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.db.entities.HistoryEntity: java.lang.String getCityId() +io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: long serialVersionUID +androidx.preference.R$style: int Widget_AppCompat_TextView_SpinnerItem +wangdaye.com.geometricweather.R$attr: int tabInlineLabel +com.google.android.material.R$interpolator: int mtrl_linear_out_slow_in +cyanogenmod.weather.WeatherInfo$DayForecast$1: WeatherInfo$DayForecast$1() +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowNoTitle +android.didikee.donate.R$drawable: int abc_ic_ab_back_material +wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert +androidx.loader.R$drawable: int notification_bg +com.turingtechnologies.materialscrollbar.R$attr: int counterTextAppearance +wangdaye.com.geometricweather.R$id: int dialog_weather_hourly_title +androidx.preference.R$styleable: int ActionBar_itemPadding +androidx.preference.R$drawable: int preference_list_divider_material +wangdaye.com.geometricweather.R$attr: int materialAlertDialogTheme +com.google.android.material.slider.BaseSlider: float getValueOfTouchPositionAbsolute() +com.jaredrummler.android.colorpicker.R$id: int icon_group +com.google.android.material.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity +com.google.android.material.R$color: int mtrl_outlined_icon_tint +com.google.android.material.floatingactionbutton.FloatingActionButton: void setImageDrawable(android.graphics.drawable.Drawable) +androidx.appcompat.R$styleable: int Toolbar_title +android.didikee.donate.R$attr: int titleMarginEnd +android.didikee.donate.R$attr: int showDividers +com.google.android.material.R$styleable: int[] StateListDrawableItem +wangdaye.com.geometricweather.R$id: int widget_day_week_weather +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Metric Metric +com.tencent.bugly.crashreport.common.info.b: java.lang.String r() +com.xw.repo.bubbleseekbar.R$attr: int switchStyle +com.google.android.material.bottomnavigation.BottomNavigationMenuView: BottomNavigationMenuView(android.content.Context) +androidx.preference.R$styleable: int SeekBarPreference_adjustable +com.tencent.bugly.proguard.ai: void a(com.tencent.bugly.proguard.i) +androidx.coordinatorlayout.R$color +com.xw.repo.bubbleseekbar.R$layout: int abc_action_menu_item_layout +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: int bufferSize +okhttp3.Headers$Builder: okhttp3.Headers$Builder set(java.lang.String,java.util.Date) +androidx.activity.R$dimen: int notification_main_column_padding_top +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_android_inputType +androidx.lifecycle.ComputableLiveData$2 +wangdaye.com.geometricweather.R$string: int key_widget_day +androidx.hilt.R$id: int info +okhttp3.Dispatcher: java.util.Deque runningSyncCalls +android.didikee.donate.R$styleable: int View_android_focusable +androidx.activity.R$id: int accessibility_custom_action_21 +com.google.android.gms.base.R$string: int common_google_play_services_enable_title +com.bumptech.glide.load.engine.GlideException: java.lang.Exception exception +androidx.constraintlayout.widget.R$attr: int defaultDuration +io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: ObservableDebounceTimed$DebounceEmitter(java.lang.Object,long,io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceTimedObserver) +androidx.preference.R$attr: int borderlessButtonStyle +com.google.android.material.R$attr: int backgroundColor +wangdaye.com.geometricweather.R$styleable: int[] TabItem +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void dispose() +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: java.util.concurrent.atomic.AtomicReference upstream +com.google.android.material.floatingactionbutton.FloatingActionButton$Behavior: void setInternalAutoHideListener(com.google.android.material.floatingactionbutton.FloatingActionButton$OnVisibilityChangedListener) +com.google.android.material.R$style: int Base_AlertDialog_AppCompat_Light +androidx.recyclerview.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable +android.didikee.donate.R$string: int abc_shareactionprovider_share_with +androidx.appcompat.widget.Toolbar: android.widget.TextView getTitleTextView() +androidx.preference.R$drawable: int abc_scrubber_control_off_mtrl_alpha +wangdaye.com.geometricweather.R$attr: int ensureMinTouchTargetSize +wangdaye.com.geometricweather.R$id: int noScroll +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut +androidx.preference.R$drawable: int abc_btn_default_mtrl_shape +james.adaptiveicon.R$drawable: int abc_ic_star_black_16dp +com.google.android.material.R$styleable: int SearchView_searchIcon +androidx.preference.R$styleable: int FontFamilyFont_fontWeight +cyanogenmod.profiles.ConnectionSettings$BooleanState: ConnectionSettings$BooleanState() +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth +okhttp3.Cache$Entry: java.lang.String message +androidx.constraintlayout.widget.R$attr: int drawableSize +io.reactivex.Observable: io.reactivex.Observable delay(long,java.util.concurrent.TimeUnit) +io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: boolean isDisposed() +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_22 +cyanogenmod.profiles.ConnectionSettings$1: ConnectionSettings$1() +androidx.dynamicanimation.R$drawable +com.xw.repo.bubbleseekbar.R$integer: int cancel_button_image_alpha +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: ObservableSwitchMap$SwitchMapInnerObserver(io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver,long,int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean forecastHourly androidx.preference.R$attr: int logoDescription -com.google.gson.stream.JsonReader: void endArray() +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: void onStrategyChanged(com.tencent.bugly.crashreport.common.strategy.StrategyBean) +com.tencent.bugly.crashreport.common.info.b: long j() +com.google.android.material.R$color: int abc_btn_colored_text_material +androidx.fragment.R$id: int visible_removing_fragment_view_tag +cyanogenmod.externalviews.ExternalViewProviderService$Provider: void onStart() +wangdaye.com.geometricweather.R$string: int content_desc_check_details +com.google.android.material.R$dimen: int abc_dialog_fixed_width_minor +wangdaye.com.geometricweather.R$dimen: int mtrl_low_ripple_focused_alpha +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowMinWidthMajor +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Tooltip +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Position: double lon +androidx.hilt.work.R$id: int accessibility_custom_action_7 +android.didikee.donate.R$attr: int icon +com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_longpressed_holo +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.Astro moon() +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: int sourceMode +android.didikee.donate.R$style: int Theme_AppCompat_Dialog +wangdaye.com.geometricweather.R$id: int clip_horizontal +com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_backgroundTintMode +androidx.appcompat.R$id: int accessibility_custom_action_17 +okio.Buffer: long size +cyanogenmod.hardware.IThermalListenerCallback$Stub: android.os.IBinder asBinder() +cyanogenmod.app.suggest.ApplicationSuggestion$1: ApplicationSuggestion$1() +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_toolbar_default_height +cyanogenmod.hardware.CMHardwareManager: int[] getDisplayGammaCalibration(int) +com.xw.repo.bubbleseekbar.R$style: int Base_V7_Theme_AppCompat_Dialog +com.tencent.bugly.proguard.p: com.tencent.bugly.proguard.r a(android.database.Cursor) +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: java.lang.Long poll() +com.google.android.material.R$styleable: int Constraint_motionProgress +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String Category +wangdaye.com.geometricweather.R$id: int dialog_location_help_container +wangdaye.com.geometricweather.R$attr: int insetForeground +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.HourlyEntity,int) +cyanogenmod.externalviews.ExternalViewProperties: android.graphics.Rect mHitRect +androidx.preference.R$attr: int windowFixedHeightMajor +okhttp3.internal.http2.Http2Stream: long unacknowledgedBytesRead +retrofit2.Utils$GenericArrayTypeImpl: Utils$GenericArrayTypeImpl(java.lang.reflect.Type) +retrofit2.Platform$Android: Platform$Android() +wangdaye.com.geometricweather.R$id: int visible_removing_fragment_view_tag +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver otherObserver +wangdaye.com.geometricweather.R$layout: int text_view_with_theme_line_height +com.google.android.material.R$styleable: int Chip_checkedIconEnabled +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Toolbar_Surface +okio.RealBufferedSource: okio.Buffer buffer +androidx.constraintlayout.widget.R$color: int material_blue_grey_800 +androidx.dynamicanimation.R$layout: int notification_template_custom_big +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Imperial: double Value +io.reactivex.Observable: io.reactivex.Single toMap(io.reactivex.functions.Function) +cyanogenmod.themes.ThemeManager$1$1: int val$progress +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light_DarkActionBar +com.amap.api.location.AMapLocation: java.lang.String r +com.turingtechnologies.materialscrollbar.R$attr: int chipIcon +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.String frenchDepartment +androidx.constraintlayout.widget.R$attr: int flow_horizontalStyle +wangdaye.com.geometricweather.R$id: int container +okio.BufferedSink: okio.BufferedSink emitCompleteSegments() +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setApparentTemperature(java.lang.Integer) +wangdaye.com.geometricweather.R$styleable: int[] TextInputEditText +android.didikee.donate.R$drawable: int abc_action_bar_item_background_material +cyanogenmod.app.ICMTelephonyManager: void setSubState(int,boolean) +com.google.android.material.slider.RangeSlider: void setThumbElevationResource(int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setPm10(java.lang.String) +io.reactivex.Observable: io.reactivex.observers.TestObserver test() +androidx.appcompat.R$id: int scrollIndicatorDown +com.github.rahatarmanahmed.cpv.CircularProgressViewListener: void onModeChanged(boolean) +com.turingtechnologies.materialscrollbar.R$attr: int buttonBarStyle +cyanogenmod.weather.CMWeatherManager$RequestStatus: int NO_MATCH_FOUND +com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior +androidx.legacy.coreutils.R$attr: int fontProviderQuery +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: long StartEpochDateTime +androidx.appcompat.widget.LinearLayoutCompat: void setOrientation(int) +okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Header$Listener access$100(okhttp3.internal.http2.Http2Stream) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum: java.lang.String Unit +wangdaye.com.geometricweather.R$string: int settings_notification_hide_icon_off +okhttp3.Response: long sentRequestAtMillis() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String o3Desc +com.google.android.material.R$anim: int btn_radio_to_off_mtrl_ring_outer_animation +cyanogenmod.weather.WeatherInfo: int getWindSpeedUnit() +androidx.fragment.R$style: R$style() +cyanogenmod.app.CustomTile$ExpandedItem: java.lang.String toString() +okhttp3.internal.tls.OkHostnameVerifier +com.google.android.material.R$attr: int counterMaxLength +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_ProgressIndicator_Circular +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: java.util.Date getPubTime() +cyanogenmod.providers.DataUsageContract: int COLUMN_OF_SLOW_AVG +androidx.appcompat.view.menu.ActionMenuItemView: void setPopupCallback(androidx.appcompat.view.menu.ActionMenuItemView$PopupCallback) +wangdaye.com.geometricweather.R$id: int SHOW_PATH +androidx.hilt.R$dimen: int notification_action_icon_size +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_minHeight +james.adaptiveicon.R$attr: int autoSizePresetSizes +androidx.appcompat.R$styleable: int GradientColor_android_centerX +com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_divider_material +androidx.core.widget.NestedScrollView$SavedState: android.os.Parcelable$Creator CREATOR +androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableItem_android_id +okhttp3.internal.http2.Header: java.lang.String TARGET_METHOD_UTF8 +androidx.preference.R$styleable: int LinearLayoutCompat_android_weightSum +wangdaye.com.geometricweather.R$color: int colorLine_dark +androidx.appcompat.R$anim: int abc_tooltip_exit +okhttp3.internal.platform.Platform: java.lang.String getSelectedProtocol(javax.net.ssl.SSLSocket) +com.jaredrummler.android.colorpicker.R$layout: int notification_template_custom_big +cyanogenmod.app.suggest.ApplicationSuggestion: ApplicationSuggestion(java.lang.String,java.lang.String,android.net.Uri,android.net.Uri) +okio.RealBufferedSink: okio.BufferedSink writeString(java.lang.String,int,int,java.nio.charset.Charset) +com.google.android.material.slider.BaseSlider: void setTickActiveTintList(android.content.res.ColorStateList) +com.google.android.material.R$style: int Widget_MaterialComponents_FloatingActionButton +wangdaye.com.geometricweather.R$drawable: int btn_radio_off_to_on_mtrl_animation +com.google.android.material.R$id: int deltaRelative +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIconEndPadding +wangdaye.com.geometricweather.R$drawable: int ic_plus +androidx.coordinatorlayout.R$id: int icon +com.google.android.material.R$styleable: int TextInputLayout_endIconDrawable +wangdaye.com.geometricweather.R$color: int bright_foreground_disabled_material_light +androidx.preference.R$style: int ThemeOverlay_AppCompat_DayNight +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: java.util.concurrent.atomic.AtomicReference timer +retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: void onNext(java.lang.Object) +com.google.android.material.R$id: int accessibility_custom_action_6 +com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_radio_material +androidx.hilt.work.R$attr: int fontProviderFetchTimeout +com.google.android.gms.common.R$string +androidx.appcompat.R$anim: int abc_fade_in +com.google.android.material.R$id: int dialog_button +wangdaye.com.geometricweather.R$string: int app_name +com.google.android.material.R$style: int Theme_MaterialComponents_Light_NoActionBar_Bridge +wangdaye.com.geometricweather.R$style: int TextAppearance_Compat_Notification +com.turingtechnologies.materialscrollbar.R$attr: int searchHintIcon +cyanogenmod.app.LiveLockScreenInfo: int PRIORITY_DEFAULT +cyanogenmod.weather.CMWeatherManager$1$1 +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ButtonBar +com.turingtechnologies.materialscrollbar.R$id: int search_voice_btn +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: java.util.List value +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments$WarningTextBlocItem: java.lang.String titleHtml +cyanogenmod.alarmclock.ClockContract +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +com.xw.repo.bubbleseekbar.R$styleable: int[] ActionBarLayout +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX() +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_thumb_radius_on_dragging +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_PopupMenu +okio.RealBufferedSource: int readUtf8CodePoint() +cyanogenmod.weather.CMWeatherManager: void cancelRequest(int) +wangdaye.com.geometricweather.R$styleable: int Slider_tickVisible +androidx.appcompat.R$dimen: int abc_dropdownitem_text_padding_right +okhttp3.MultipartBody$Part: okhttp3.RequestBody body +com.turingtechnologies.materialscrollbar.AlphabetIndicator: int getIndicatorHeight() +androidx.dynamicanimation.R$attr: int ttcIndex +okhttp3.internal.http2.Http2: byte TYPE_GOAWAY +com.google.android.material.R$dimen: int abc_text_size_subhead_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: void setZh_TW(java.lang.String) +androidx.preference.R$styleable: int MenuItem_contentDescription +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: java.lang.String getType() +com.tencent.bugly.proguard.w: boolean c() +com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_android_font +io.reactivex.internal.observers.DeferredScalarDisposable: void complete() +com.google.android.material.R$style: int Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: boolean isDisposed() +cyanogenmod.platform.Manifest$permission: java.lang.String MODIFY_MSIM_PHONE_STATE +androidx.preference.R$styleable: int SeekBarPreference_showSeekBarValue +android.didikee.donate.R$style: int Widget_AppCompat_SeekBar_Discrete +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_width +com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource LOCAL +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: CaiYunMainlyResult$CurrentBean$TemperatureBean() +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabBackground +wangdaye.com.geometricweather.R$layout: int preference_widget_switch +android.didikee.donate.R$id: int customPanel +wangdaye.com.geometricweather.R$id: int notification_big_icon_5 +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_47 +com.google.android.material.internal.ForegroundLinearLayout: void setForeground(android.graphics.drawable.Drawable) +androidx.preference.R$styleable: int FontFamilyFont_android_fontWeight +androidx.legacy.coreutils.R$styleable: int GradientColorItem_android_offset +androidx.preference.R$dimen: int tooltip_corner_radius +retrofit2.OkHttpCall$NoContentResponseBody: long contentLength +android.didikee.donate.R$styleable: int AppCompatTheme_actionModeCopyDrawable +androidx.core.R$attr: int fontProviderAuthority +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_wavePeriod +cyanogenmod.externalviews.KeyguardExternalView$1: void onServiceDisconnected(android.content.ComponentName) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_tooltipFrameBackground +james.adaptiveicon.R$color: int primary_dark_material_dark +com.tencent.bugly.proguard.i: java.lang.Object a(java.lang.Object,int,boolean) +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay TAG_AIR_QUALITY +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_COLOR_AUTO_VALIDATOR +androidx.appcompat.widget.Toolbar: int getCurrentContentInsetRight() +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void onComplete() +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void onComplete() +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionButton +androidx.preference.R$id: int visible_removing_fragment_view_tag +androidx.work.R$id: int accessibility_custom_action_8 +com.baidu.location.e.h$c: com.baidu.location.e.h$c d +io.reactivex.internal.subscribers.StrictSubscriber: boolean done +com.google.android.material.R$styleable: int[] RecycleListView +com.amap.api.location.AMapLocation: void setCountry(java.lang.String) +wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView: void setKeyLineVisibility(boolean) +io.reactivex.Observable: io.reactivex.Observable concatMapEager(io.reactivex.functions.Function,int,int) +com.tencent.bugly.crashreport.common.info.a: boolean R() +androidx.work.R$id: int accessibility_custom_action_18 +okhttp3.Cache$2: java.lang.String next() +cyanogenmod.app.Profile$ProfileTrigger +wangdaye.com.geometricweather.R$string: int material_timepicker_pm +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_22 +io.reactivex.Observable: io.reactivex.Observable concatMapSingleDelayError(io.reactivex.functions.Function) +com.google.android.material.datepicker.DateValidatorPointBackward: android.os.Parcelable$Creator CREATOR +androidx.appcompat.R$styleable: int GradientColorItem_android_offset +androidx.preference.R$drawable: int btn_radio_off_to_on_mtrl_animation +androidx.appcompat.R$layout: int abc_alert_dialog_material +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) +okhttp3.internal.http2.Http2: int INITIAL_MAX_FRAME_SIZE +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_tooltipText +okhttp3.internal.http.StatusLine: int code +com.google.android.material.R$string: int abc_searchview_description_voice +com.google.android.material.R$dimen: int material_clock_number_text_size +androidx.work.ExistingPeriodicWorkPolicy: androidx.work.ExistingPeriodicWorkPolicy[] values() +com.jaredrummler.android.colorpicker.R$dimen: int tooltip_precise_anchor_threshold +androidx.coordinatorlayout.R$styleable: int FontFamilyFont_font +com.turingtechnologies.materialscrollbar.R$drawable: int notification_bg_normal_pressed +wangdaye.com.geometricweather.R$array: int live_wallpaper_weather_kind_values +wangdaye.com.geometricweather.R$layout: int widget_multi_city_horizontal +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: ObservableGroupJoin$LeftRightEndObserver(io.reactivex.internal.operators.observable.ObservableGroupJoin$JoinSupport,boolean,int) +cyanogenmod.weather.WeatherInfo: WeatherInfo(android.os.Parcel,cyanogenmod.weather.WeatherInfo$1) +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: int getHeaderHeight() +org.greenrobot.greendao.database.DatabaseOpenHelper: void onUpgrade(android.database.sqlite.SQLiteDatabase,int,int) +com.google.android.gms.base.R$drawable: int googleg_disabled_color_18 +wangdaye.com.geometricweather.R$styleable: int AppCompatSeekBar_tickMarkTint +androidx.appcompat.resources.R$dimen: int compat_button_inset_horizontal_material +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer wetBulbTemperature +cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_isDataConnectionEnabled +okhttp3.HttpUrl: okhttp3.HttpUrl parse(java.lang.String) +wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle getInstance(java.lang.String) +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionButton_Overflow +androidx.hilt.work.R$drawable: int notification_icon_background +androidx.appcompat.R$drawable: int abc_btn_radio_material +wangdaye.com.geometricweather.R$dimen: int mtrl_progress_circular_radius +android.didikee.donate.R$styleable: int AppCompatTheme_viewInflaterClass +android.didikee.donate.R$dimen: int abc_action_bar_content_inset_with_nav +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$Geometry: MfForecastV2Result$Geometry() +wangdaye.com.geometricweather.R$string: int settings_title_list_animation_switch +android.didikee.donate.R$attr: int listLayout +com.google.android.material.R$style: int Widget_MaterialComponents_Button_TextButton_Icon +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_DropDownItem +com.turingtechnologies.materialscrollbar.R$attr: int textAppearancePopupMenuHeader +com.google.android.material.R$color: int mtrl_filled_stroke_color +androidx.customview.R$dimen: int compat_button_inset_vertical_material +okhttp3.EventListener: void requestHeadersEnd(okhttp3.Call,okhttp3.Request) +okio.Buffer: int read(byte[]) +com.bumptech.glide.integration.okhttp.R$styleable: int[] CoordinatorLayout_Layout +io.reactivex.Observable: io.reactivex.Observable observeOn(io.reactivex.Scheduler) +com.google.android.material.R$attr: int endIconTintMode +androidx.constraintlayout.widget.R$dimen: int abc_config_prefDialogWidth +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxCornerRadiusBottomStart +wangdaye.com.geometricweather.R$styleable: int ChipGroup_selectionRequired +androidx.appcompat.R$styleable: int[] Toolbar +com.google.android.material.R$attr: int floatingActionButtonStyle +androidx.vectordrawable.animated.R$integer +com.google.android.material.R$id: int mini +wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle NATIVE +androidx.appcompat.R$style: int Base_Widget_AppCompat_ButtonBar +com.jaredrummler.android.colorpicker.R$attr: int reverseLayout +com.jaredrummler.android.colorpicker.R$attr: int viewInflaterClass +okhttp3.internal.http2.Hpack$Writer: void writeInt(int,int,int) +com.google.android.gms.common.api.UnsupportedApiCallException +com.baidu.location.e.l$b: l$b(java.lang.String,int,java.lang.String,java.lang.String,java.lang.String,int,int,com.baidu.location.e.l$1) +androidx.transition.R$id: int ghost_view_holder +com.turingtechnologies.materialscrollbar.R$styleable: int CardView_cardBackgroundColor +retrofit2.HttpException: java.lang.String message() +cyanogenmod.app.CustomTile$ExpandedItem: int itemDrawableResourceId +androidx.preference.R$attr: int maxWidth +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonBarButtonStyle +androidx.loader.R$integer: int status_bar_notification_info_maxnum +com.google.android.material.R$style: int Base_V26_Widget_AppCompat_Toolbar +androidx.appcompat.R$string: int abc_activity_chooser_view_see_all +cyanogenmod.themes.ThemeChangeRequest$1: java.lang.Object createFromParcel(android.os.Parcel) +androidx.viewpager2.widget.ViewPager2$RecyclerViewImpl +wangdaye.com.geometricweather.R$id: int blocking +okhttp3.OkHttpClient: boolean followRedirects +com.jaredrummler.android.colorpicker.R$anim: int abc_fade_in +androidx.work.R$layout: int notification_action_tombstone +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Speed Speed +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionButton +androidx.recyclerview.R$style: int TextAppearance_Compat_Notification_Time +okhttp3.OkHttpClient$1: int code(okhttp3.Response$Builder) +wangdaye.com.geometricweather.R$id: int dialog_location_help_locationContainer +com.tencent.bugly.crashreport.common.info.b: java.lang.String e(android.content.Context) +androidx.lifecycle.ClassesInfoCache: java.util.Map mHasLifecycleMethods +com.google.android.material.R$style: int TestStyleWithLineHeight +com.google.android.material.R$styleable: int KeyTimeCycle_waveOffset +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemIconTint +com.xw.repo.bubbleseekbar.R$color: int switch_thumb_normal_material_dark +androidx.appcompat.widget.AppCompatAutoCompleteTextView: void setBackgroundResource(int) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_editTextStyle +wangdaye.com.geometricweather.db.entities.MinutelyEntity: long time +androidx.viewpager.R$dimen: int notification_right_side_padding_top +io.reactivex.Observable: io.reactivex.Observable concat(io.reactivex.ObservableSource) +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void innerNext() +androidx.constraintlayout.widget.R$attr: int borderlessButtonStyle +com.google.android.material.internal.BaselineLayout +androidx.appcompat.R$style: int Base_Widget_AppCompat_SearchView_ActionBar +com.google.android.material.R$id: int BOTTOM_START +com.turingtechnologies.materialscrollbar.R$anim: int design_bottom_sheet_slide_in +androidx.lifecycle.ViewModelProvider$KeyedFactory: ViewModelProvider$KeyedFactory() +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_popupWindowStyle +android.didikee.donate.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle +com.tencent.bugly.crashreport.crash.d: com.tencent.bugly.crashreport.crash.b d +androidx.constraintlayout.widget.R$drawable: int abc_text_select_handle_middle_mtrl_dark +androidx.legacy.coreutils.R$id: int italic +androidx.preference.R$styleable: int EditTextPreference_useSimpleSummaryProvider +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String title +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling Ceiling +wangdaye.com.geometricweather.R$attr: int deriveConstraintsFrom +com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String u +androidx.appcompat.resources.R$dimen: int compat_button_inset_vertical_material +cyanogenmod.externalviews.ExternalViewProviderService$Provider: void onPause() +james.adaptiveicon.R$styleable: int ButtonBarLayout_allowStacking +cyanogenmod.externalviews.ExternalViewProviderService$Provider: int DEFAULT_WINDOW_TYPE +com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemBackgroundRes(int) +com.google.android.material.R$styleable: int KeyCycle_android_translationX +com.google.android.material.R$color: int ripple_material_light +androidx.appcompat.app.ToolbarActionBar: void addOnMenuVisibilityListener(androidx.appcompat.app.ActionBar$OnMenuVisibilityListener) +wangdaye.com.geometricweather.R$styleable: int Preference_android_persistent +com.amap.api.location.AMapLocationClient: AMapLocationClient(android.content.Context,android.content.Intent) +cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_BLUETOOTH +wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: void setTopIconDrawable(android.graphics.drawable.Drawable) +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void innerClose(boolean,io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver) +androidx.swiperefreshlayout.R$layout: int notification_template_custom_big +androidx.work.R$id: int accessibility_custom_action_17 +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: boolean isChinese() +wangdaye.com.geometricweather.R$id: int action_bar_root +com.google.android.material.R$style: int Base_V22_Theme_AppCompat +com.google.android.material.R$attr: int layout_editor_absoluteX +james.adaptiveicon.R$id: int scrollIndicatorUp +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_Button +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter value(boolean) +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: io.reactivex.Observer downstream +com.xw.repo.bubbleseekbar.R$attr: int color +com.tencent.bugly.crashreport.biz.a: void a(java.util.List) +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_switchTextOn +wangdaye.com.geometricweather.common.basic.models.weather.UV: boolean isValidIndex() +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large +james.adaptiveicon.R$styleable: int AppCompatTextView_fontFamily +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: org.reactivestreams.Subscription upstream +androidx.preference.R$attr: int toolbarStyle +androidx.appcompat.resources.R$dimen: int notification_action_icon_size +okhttp3.internal.http2.Header: java.lang.String TARGET_AUTHORITY_UTF8 +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamily_fontProviderQuery +cyanogenmod.profiles.LockSettings$1: java.lang.Object createFromParcel(android.os.Parcel) +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_DrawerArrowToggle +com.google.android.gms.common.api.Status: android.os.Parcelable$Creator CREATOR +androidx.constraintlayout.widget.Barrier: Barrier(android.content.Context) +com.tencent.bugly.proguard.n: android.content.Context c +wangdaye.com.geometricweather.R$styleable: int SearchView_layout +com.google.android.material.chip.Chip: void setChipIconSize(float) +okio.Segment: int SHARE_MINIMUM +com.google.android.material.R$dimen: int abc_action_bar_stacked_tab_max_width +androidx.appcompat.R$style: int Base_Widget_AppCompat_Button +androidx.vectordrawable.R$styleable: int FontFamily_fontProviderCerts +androidx.appcompat.R$styleable: int AlertDialog_android_layout +wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit valueOf(java.lang.String) +wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: void setIconDrawable(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_expandedOffset +cyanogenmod.app.ProfileManager: java.lang.String INTENT_ACTION_PROFILE_UPDATED +okhttp3.internal.http1.Http1Codec$AbstractSource: boolean closed +okhttp3.Interceptor$Chain: okhttp3.Interceptor$Chain withWriteTimeout(int,java.util.concurrent.TimeUnit) +androidx.vectordrawable.R$id: int right_icon +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleMarginEnd +androidx.preference.R$style: int Widget_AppCompat_ActionButton_CloseMode +android.didikee.donate.R$id: int scrollIndicatorDown +androidx.hilt.work.R$id: int icon_group +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Direction: int Degrees +com.google.android.material.R$id: int accessibility_custom_action_19 +com.google.android.material.R$attr: int cardElevation +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: void onComplete() +androidx.appcompat.R$dimen: int compat_button_padding_vertical_material +androidx.swiperefreshlayout.R$color: int notification_icon_bg_color +okhttp3.internal.http2.Settings: boolean getEnablePush(boolean) +cyanogenmod.weather.CMWeatherManager$1$1: java.lang.String val$providerName +androidx.transition.R$drawable: int notify_panel_notification_icon_bg +io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(int,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +cyanogenmod.app.StatusBarPanelCustomTile: cyanogenmod.app.StatusBarPanelCustomTile clone() +com.google.android.material.R$styleable: int Layout_layout_constraintBaseline_creator +wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_itemShapeAppearance +androidx.drawerlayout.R$dimen: int notification_right_side_padding_top +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum: AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum() +cyanogenmod.app.suggest.ApplicationSuggestion: java.lang.String mName +okhttp3.internal.platform.JdkWithJettyBootPlatform$JettyNegoProvider: JdkWithJettyBootPlatform$JettyNegoProvider(java.util.List) +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle +androidx.appcompat.R$style: int Base_V21_Theme_AppCompat_Dialog +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarTheme +wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_android_fontStyle +wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_dayInvalidStyle +androidx.preference.R$styleable: int Spinner_popupTheme +androidx.viewpager.R$styleable: int GradientColor_android_startColor +androidx.appcompat.widget.AppCompatTextView: int getAutoSizeTextType() +com.jaredrummler.android.colorpicker.R$attr: int actionProviderClass +okhttp3.internal.http2.Http2: byte TYPE_CONTINUATION +okio.Buffer$UnsafeCursor: long offset +android.didikee.donate.R$styleable: int SwitchCompat_trackTintMode +james.adaptiveicon.R$attr: int autoSizeStepGranularity +androidx.work.ListenableWorker +com.google.android.material.R$string: int hide_bottom_view_on_scroll_behavior +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: java.lang.String datetime +com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableTransition_android_toId +io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) +wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework +com.amap.api.fence.GeoFence: void setActivatesAction(int) +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: boolean isDisposed() +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_dividerPadding +james.adaptiveicon.R$style: int Widget_Compat_NotificationActionContainer +androidx.work.WorkInfo$State: androidx.work.WorkInfo$State valueOf(java.lang.String) +androidx.work.NetworkType: androidx.work.NetworkType NOT_ROAMING +com.google.android.material.R$attr: int editTextStyle +io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: io.reactivex.Observer downstream +com.google.android.material.R$id: int postLayout +cyanogenmod.weatherservice.ServiceRequestResult: cyanogenmod.weather.WeatherInfo access$202(cyanogenmod.weatherservice.ServiceRequestResult,cyanogenmod.weather.WeatherInfo) +james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light +com.google.android.material.R$drawable: int notification_icon_background +wangdaye.com.geometricweather.R$interpolator: int mtrl_linear +james.adaptiveicon.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable +retrofit2.Retrofit$Builder: java.util.List callAdapterFactories() +cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.IKeyguardExternalViewProvider access$000(cyanogenmod.externalviews.KeyguardExternalView) +androidx.drawerlayout.R$drawable: int notification_template_icon_low_bg +wangdaye.com.geometricweather.R$attr: int listPreferredItemHeightSmall +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Medium +androidx.appcompat.R$attr: int alertDialogTheme +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleMarginTop +androidx.work.R$styleable: int FontFamily_fontProviderFetchStrategy +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_Layout_layout_scrollFlags +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.util.Date pubTime +wangdaye.com.geometricweather.R$attr: int cpv_animAutostart +androidx.appcompat.R$id: int expanded_menu +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_padding_right +androidx.constraintlayout.widget.R$styleable: int OnSwipe_nestedScrollFlags +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHeight_default +com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String e() +androidx.dynamicanimation.R$styleable: int GradientColor_android_centerColor +io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver +com.tencent.bugly.crashreport.common.info.a: java.lang.String j +androidx.preference.R$styleable: int ListPreference_entries +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_show_section_text +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_updateProfile +cyanogenmod.externalviews.ExternalView$5: ExternalView$5(cyanogenmod.externalviews.ExternalView) +com.jaredrummler.android.colorpicker.R$attr: int alertDialogStyle +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_autoSizeStepGranularity +wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: float getMax() +okhttp3.internal.tls.CertificateChainCleaner: okhttp3.internal.tls.CertificateChainCleaner get(javax.net.ssl.X509TrustManager) +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text +okhttp3.CacheControl: boolean noStore() +com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges +androidx.room.RoomDatabase$JournalMode: androidx.room.RoomDatabase$JournalMode WRITE_AHEAD_LOGGING +com.jaredrummler.android.colorpicker.R$id: int split_action_bar +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void pushPromise(int,int,java.util.List) +okhttp3.internal.http1.Http1Codec$FixedLengthSink: void flush() +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Button +com.google.android.material.chip.Chip: void setCloseIconPressed(boolean) +com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_background_corner_radius +android.didikee.donate.R$dimen: int abc_seekbar_track_progress_height_material +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHeight_max +androidx.loader.R$id: int info +cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setTodaysLow(double) +com.tencent.bugly.crashreport.common.strategy.StrategyBean: java.lang.String r +cyanogenmod.app.LiveLockScreenInfo$1: cyanogenmod.app.LiveLockScreenInfo createFromParcel(android.os.Parcel) +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ListPopupWindow +androidx.constraintlayout.widget.R$styleable: int Transition_motionInterpolator +com.google.android.material.R$attr: int tabIconTint +androidx.transition.R$layout: int notification_template_part_time +androidx.appcompat.R$styleable: int AppCompatTheme_searchViewStyle +androidx.preference.R$id: int accessibility_custom_action_24 +android.didikee.donate.R$attr: int dividerVertical +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_textAllCaps +androidx.preference.R$style: int Widget_AppCompat_Spinner_Underlined +com.xw.repo.bubbleseekbar.R$style: int Widget_Compat_NotificationActionContainer +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX: java.util.List getBrands() +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionButton +wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.Float speed +wangdaye.com.geometricweather.R$string: int mtrl_picker_range_header_selected +cyanogenmod.weatherservice.ServiceRequestResult$1: cyanogenmod.weatherservice.ServiceRequestResult createFromParcel(android.os.Parcel) +androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableCompat_android_dither +com.tencent.bugly.proguard.ak: java.util.Map s +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_RatingBar_Small +wangdaye.com.geometricweather.remoteviews.config.Hilt_HourlyTrendWidgetConfigActivity +com.xw.repo.bubbleseekbar.R$attr: int toolbarStyle +com.google.android.material.R$attr: int itemStrokeWidth +cyanogenmod.providers.DataUsageContract: java.lang.String[] PROJECTION_ALL +james.adaptiveicon.R$attr: int preserveIconSpacing +com.tencent.bugly.proguard.y$a: java.lang.String c +wangdaye.com.geometricweather.background.polling.work.worker.TodayForecastUpdateWorker: TodayForecastUpdateWorker(android.content.Context,androidx.work.WorkerParameters,wangdaye.com.geometricweather.location.LocationHelper,wangdaye.com.geometricweather.weather.WeatherHelper) +okhttp3.Headers$Builder: java.util.List namesAndValues +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeCloseDrawable +okhttp3.Challenge: java.lang.String scheme +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getShortTemperature(android.content.Context,java.lang.Integer,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) +androidx.appcompat.R$attr: int textAppearanceSmallPopupMenu +android.didikee.donate.R$dimen: int notification_subtext_size +okhttp3.ConnectionPool: int maxIdleConnections +okhttp3.HttpUrl: java.lang.String password +retrofit2.converter.gson.GsonConverterFactory: com.google.gson.Gson gson +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView: void setTextColors(int) +com.turingtechnologies.materialscrollbar.R$attr: int navigationIcon +wangdaye.com.geometricweather.R$layout: int abc_alert_dialog_material +wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_marginRight +james.adaptiveicon.R$drawable: int abc_edit_text_material +wangdaye.com.geometricweather.R$id: int container_main_sun_moon_phaseView +wangdaye.com.geometricweather.R$layout: int mtrl_calendar_month_labeled +cyanogenmod.app.StatusBarPanelCustomTile$1: cyanogenmod.app.StatusBarPanelCustomTile[] newArray(int) +com.google.android.material.slider.Slider: android.content.res.ColorStateList getHaloTintList() +james.adaptiveicon.R$attr: int switchTextAppearance +wangdaye.com.geometricweather.R$drawable: int notif_temp_135 +cyanogenmod.app.IPartnerInterface$Stub$Proxy: void shutdown() +com.google.gson.stream.JsonReader: boolean skipTo(java.lang.String) +com.xw.repo.bubbleseekbar.R$style: int Base_AlertDialog_AppCompat_Light +androidx.appcompat.R$drawable: int abc_ratingbar_small_material +com.jaredrummler.android.colorpicker.R$color: int primary_text_default_material_light +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber +androidx.preference.R$layout: int abc_select_dialog_material +com.xw.repo.bubbleseekbar.R$attr: int backgroundSplit +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setTitle(java.lang.String) +androidx.drawerlayout.R$integer: R$integer() +com.google.android.material.progressindicator.ProgressIndicator: com.google.android.material.progressindicator.IndeterminateDrawable getIndeterminateDrawable() +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: double lat +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableTint +androidx.customview.R$style: int TextAppearance_Compat_Notification +androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_arrowShaftLength +com.jaredrummler.android.colorpicker.R$attr: int textAppearanceListItemSmall +androidx.appcompat.R$styleable: int AppCompatTheme_popupWindowStyle +androidx.preference.R$dimen: int notification_right_icon_size +james.adaptiveicon.R$anim +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: void setStatus(int) +androidx.preference.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert +com.tencent.bugly.BuglyStrategy$a: int CRASHTYPE_JAVA_CRASH +wangdaye.com.geometricweather.R$styleable: int Constraint_transitionEasing +androidx.viewpager2.R$attr +james.adaptiveicon.R$color: int bright_foreground_material_light +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial +retrofit2.RequestBuilder: void addQueryParam(java.lang.String,java.lang.String,boolean) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AutoCompleteTextView_FilledBox +wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_dayTodayStyle +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.MinutelyEntity,int) +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_waveOffset +cyanogenmod.externalviews.ExternalView$3: ExternalView$3(cyanogenmod.externalviews.ExternalView) +cyanogenmod.app.ICustomTileListener: void onCustomTileRemoved(org.cyanogenmod.internal.statusbar.IStatusBarCustomTileHolder) +com.turingtechnologies.materialscrollbar.R$attr: int multiChoiceItemLayout +wangdaye.com.geometricweather.R$string: int feedback_background_location_summary +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeFindDrawable +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed +cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.IRequestInfoListener mListener +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean cancelled +wangdaye.com.geometricweather.R$styleable: int CardView_cardBackgroundColor +com.amap.api.fence.DistrictItem +androidx.constraintlayout.widget.R$id: int title +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarStyle +okhttp3.OkHttpClient$1: boolean equalsNonHost(okhttp3.Address,okhttp3.Address) +wangdaye.com.geometricweather.R$array: int air_quality_unit_voices +android.didikee.donate.R$style: int Base_Widget_AppCompat_SearchView +com.google.android.material.R$styleable: int ConstraintSet_layout_goneMarginStart +androidx.vectordrawable.animated.R$styleable: int GradientColorItem_android_color +com.jaredrummler.android.colorpicker.R$color: int button_material_light +androidx.constraintlayout.widget.R$dimen: int notification_big_circle_margin +android.support.v4.os.IResultReceiver$Default +wangdaye.com.geometricweather.R$attr: int layout_insetEdge +androidx.preference.R$attr: int dialogTheme +com.turingtechnologies.materialscrollbar.DragScrollBar: DragScrollBar(android.content.Context,android.util.AttributeSet) +cyanogenmod.app.ICustomTileListener$Stub: int TRANSACTION_onListenerConnected_0 +cyanogenmod.providers.CMSettings$InclusiveIntegerRangeValidator +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Long id +android.didikee.donate.R$styleable: int ViewStubCompat_android_id +james.adaptiveicon.R$attr: int listMenuViewStyle +androidx.preference.R$attr: int listPreferredItemHeightSmall +wangdaye.com.geometricweather.R$styleable: int Toolbar_subtitleTextColor +com.google.android.material.R$styleable: int Toolbar_titleMarginBottom +retrofit2.http.PATCH: java.lang.String value() +com.baidu.location.e.h$b: com.baidu.location.e.h$b a +wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: HourlyTrendItemView(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.widget.R$styleable: int Toolbar_titleMargins +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onBouncerShowing(boolean) +okhttp3.internal.http2.Settings: boolean isSet(int) +com.google.android.material.R$styleable: int[] KeyPosition +com.google.android.material.transformation.TransformationChildCard: TransformationChildCard(android.content.Context) +okhttp3.OkHttpClient: javax.net.ssl.SSLSocketFactory newSslSocketFactory(javax.net.ssl.X509TrustManager) +james.adaptiveicon.R$styleable: int AppCompatTheme_windowFixedWidthMinor +com.google.android.material.R$style: int Platform_V25_AppCompat_Light +com.turingtechnologies.materialscrollbar.R$styleable: int CardView_cardPreventCornerOverlap +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: cyanogenmod.externalviews.KeyguardExternalViewProviderService this$0 +com.tencent.bugly.crashreport.biz.a +wangdaye.com.geometricweather.R$attr: int windowFixedWidthMajor +wangdaye.com.geometricweather.R$array: int pressure_units +com.google.android.material.R$color: int design_dark_default_color_secondary +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHeight_min +james.adaptiveicon.R$styleable +okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Stream removeStream(int) +cyanogenmod.providers.CMSettings$Global: java.util.List getDelimitedStringAsList(android.content.ContentResolver,java.lang.String,java.lang.String) +io.reactivex.Observable: io.reactivex.Observable flatMapSingle(io.reactivex.functions.Function) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: int getStatus() +androidx.activity.R$styleable: int ColorStateListItem_android_alpha +com.google.android.material.R$attr: int chipEndPadding +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog +com.google.android.material.R$styleable: int ActionBar_homeAsUpIndicator +com.xw.repo.bubbleseekbar.R$attr: int checkedTextViewStyle +androidx.preference.R$dimen: int tooltip_y_offset_non_touch +com.xw.repo.bubbleseekbar.R$id: int contentPanel +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay +com.bumptech.glide.R$styleable: int ColorStateListItem_alpha +com.google.android.material.R$style: int ShapeAppearance_MaterialComponents_Test +wangdaye.com.geometricweather.R$id: int tag_icon_top +androidx.appcompat.R$dimen: int abc_action_bar_stacked_max_height +androidx.appcompat.R$style: int Theme_AppCompat_Empty +androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart +wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle valueOf(java.lang.String) +com.jaredrummler.android.colorpicker.R$drawable: int abc_list_pressed_holo_dark +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Dialog_MinWidth +cyanogenmod.hardware.CMHardwareManager: boolean setVibratorIntensity(int) +android.didikee.donate.R$id: int radio +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getO3() +android.didikee.donate.R$styleable: int AppCompatTheme_actionBarItemBackground +androidx.hilt.R$style: int TextAppearance_Compat_Notification_Title +wangdaye.com.geometricweather.R$drawable: int ic_launcher_round +androidx.preference.R$drawable: int abc_spinner_mtrl_am_alpha +cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent[] values() +wangdaye.com.geometricweather.settings.dialogs.RunningInBackgroundODialog: RunningInBackgroundODialog() +androidx.transition.R$styleable: int FontFamilyFont_ttcIndex +retrofit2.Utils$ParameterizedTypeImpl: int hashCode() +androidx.lifecycle.extensions.R$drawable: int notification_action_background +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight_Dialog_Alert +cyanogenmod.hardware.CMHardwareManager: int GAMMA_CALIBRATION_MAX_INDEX +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum Minimum +androidx.viewpager.R$drawable: int notification_bg_low_normal +androidx.hilt.work.R$dimen: int notification_large_icon_width +wangdaye.com.geometricweather.R$drawable: int avd_show_password +cyanogenmod.app.CustomTile: java.lang.String resourcesPackageName +com.tencent.bugly.proguard.h +wangdaye.com.geometricweather.R$dimen: int abc_list_item_height_material +wangdaye.com.geometricweather.R$integer: int cpv_default_start_angle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: java.lang.String uvIndex +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.disposables.Disposable upstream +com.xw.repo.bubbleseekbar.R$styleable: int ActionMode_backgroundSplit +com.bumptech.glide.load.engine.GlideException: java.lang.Exception getOrigin() +cyanogenmod.app.LiveLockScreenInfo: void writeToParcel(android.os.Parcel,int) +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: float PRECIPITATION_LIGHT androidx.customview.R$styleable: int FontFamily_fontProviderQuery -com.google.android.material.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle -androidx.recyclerview.R$attr: int recyclerViewStyle -androidx.preference.EditTextPreference: void setOnBindEditTextListener(androidx.preference.EditTextPreference$OnBindEditTextListener) -com.jaredrummler.android.colorpicker.R$attr: int entries -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void truncate() -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHorizontal_bias -wangdaye.com.geometricweather.R$styleable: int LiveLockScreen_type -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColorItem_android_color -com.amap.api.location.AMapLocationClientOption: boolean isLocationCacheEnable() -com.turingtechnologies.materialscrollbar.TouchScrollBar: float getHandleOffset() -cyanogenmod.profiles.StreamSettings: cyanogenmod.profiles.StreamSettings fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) -okhttp3.internal.cache.DiskLruCache$Snapshot: java.lang.String key -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningAdvice: int phenomenoMaxColorId -androidx.constraintlayout.widget.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title -com.tencent.bugly.proguard.v: v(android.content.Context,int,int,byte[],java.lang.String,java.lang.String,com.tencent.bugly.proguard.t,boolean,int,int,boolean,java.util.Map) -androidx.constraintlayout.motion.widget.MotionLayout: void setProgress(float) -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_autoSizePresetSizes -androidx.preference.R$styleable: int[] PopupWindowBackgroundState -androidx.work.impl.utils.ForceStopRunnable$BroadcastReceiver -com.tencent.bugly.BuglyStrategy: boolean l -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void onComplete() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: int getStatus() -io.reactivex.Observable: io.reactivex.Observable mergeWith(io.reactivex.SingleSource) -com.google.android.material.chip.Chip: void setCloseIconStartPaddingResource(int) -androidx.appcompat.widget.AppCompatSpinner: void setAdapter(android.widget.SpinnerAdapter) -com.google.android.material.R$style: int Base_Widget_AppCompat_Button_Borderless -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: java.util.concurrent.atomic.AtomicReference mainDisposable -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_SeekBar_Discrete -com.amap.api.fence.DistrictItem: void setAdcode(java.lang.String) -wangdaye.com.geometricweather.R$drawable: int notif_temp_110 -com.google.android.material.R$attr: int layout_constraintTop_creator -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void onSubscribe(org.reactivestreams.Subscription) -androidx.loader.R$integer: int status_bar_notification_info_maxnum -wangdaye.com.geometricweather.R$attr: int arrowHeadLength -androidx.preference.R$id: int title_template -com.xw.repo.bubbleseekbar.R$attr: int actionViewClass -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_get -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorControlHighlight -com.tencent.bugly.proguard.z: java.lang.String a(long) -wangdaye.com.geometricweather.db.entities.HistoryEntity: void setTime(long) -androidx.appcompat.R$styleable: int ActionBar_elevation -wangdaye.com.geometricweather.R$styleable: int Preference_dependency -cyanogenmod.weather.CMWeatherManager: java.util.Set mProviderChangedListeners -androidx.work.WorkInfo$State: androidx.work.WorkInfo$State RUNNING -android.didikee.donate.R$style: R$style() -wangdaye.com.geometricweather.R$string: int settings_title_notification_hide_icon -com.google.android.material.R$attr: int enforceMaterialTheme -retrofit2.ParameterHandler$1: void apply(retrofit2.RequestBuilder,java.lang.Object) -androidx.activity.R$id: int accessibility_custom_action_5 -com.google.android.material.R$styleable: int SwitchCompat_thumbTintMode -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.String weatherText -cyanogenmod.app.ProfileGroup: int describeContents() -android.didikee.donate.R$id: int topPanel -wangdaye.com.geometricweather.R$array: int precipitation_unit_values -okhttp3.internal.http.HttpCodec: void flushRequest() -androidx.preference.R$drawable: int abc_seekbar_track_material -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_orderInCategory -com.tencent.bugly.proguard.ak: com.tencent.bugly.proguard.ai w -com.turingtechnologies.materialscrollbar.R$attr: int scrimAnimationDuration -wangdaye.com.geometricweather.R$attr: int multiChoiceItemLayout -com.google.android.material.chip.Chip: void setCloseIconEnabled(boolean) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_EXPORT_WITH_DES40_CBC_SHA -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeThunderstormPrecipitation -com.turingtechnologies.materialscrollbar.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_dialogPreferenceStyle -cyanogenmod.externalviews.KeyguardExternalViewProviderService: int onStartCommand(android.content.Intent,int,int) -james.adaptiveicon.R$attr: int buttonBarPositiveButtonStyle -androidx.constraintlayout.widget.R$drawable: int abc_ic_go_search_api_material -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_fontVariationSettings -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_fontVariationSettings -com.tencent.bugly.proguard.v: long r -androidx.appcompat.R$dimen: int abc_dropdownitem_icon_width -com.github.rahatarmanahmed.cpv.CircularProgressView: float access$302(com.github.rahatarmanahmed.cpv.CircularProgressView,float) -wangdaye.com.geometricweather.R$id: int rectangles -androidx.constraintlayout.widget.R$id: int action_bar_title -io.reactivex.internal.observers.LambdaObserver: io.reactivex.functions.Consumer onError -wangdaye.com.geometricweather.R$styleable: int Preference_enabled -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property Longitude -cyanogenmod.weather.RequestInfo -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$2: void run() -cyanogenmod.providers.CMSettings$System: java.lang.String BACK_WAKE_SCREEN -androidx.fragment.R$id: int accessibility_custom_action_3 -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_CompoundButton_Switch -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemTextAppearance -cyanogenmod.app.IProfileManager: cyanogenmod.app.Profile getActiveProfile() -io.reactivex.internal.subscribers.StrictSubscriber: void onError(java.lang.Throwable) -com.turingtechnologies.materialscrollbar.R$attr: int preserveIconSpacing -androidx.viewpager2.widget.ViewPager2: int getItemDecorationCount() -androidx.coordinatorlayout.R$drawable: int notification_icon_background -cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() -androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: AppCompatMultiAutoCompleteTextView(android.content.Context,android.util.AttributeSet,int) -okio.Buffer: boolean exhausted() -cyanogenmod.power.IPerformanceManager: boolean setPowerProfile(int) -androidx.coordinatorlayout.R$dimen: int compat_notification_large_icon_max_width -androidx.constraintlayout.widget.R$attr: int waveShape -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain: java.lang.Float cumul24H -cyanogenmod.providers.CMSettings$System: java.util.List getDelimitedStringAsList(android.content.ContentResolver,java.lang.String,java.lang.String) -com.amap.api.location.AMapLocationClientOption$GeoLanguage: com.amap.api.location.AMapLocationClientOption$GeoLanguage ZH -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setCityId(java.lang.String) -com.tencent.bugly.proguard.ak: java.lang.String f -androidx.work.R$id: int tag_accessibility_clickable_spans -com.google.android.material.R$styleable: int ForegroundLinearLayout_foregroundInsidePadding -cyanogenmod.weather.RequestInfo$Builder: android.location.Location mLocation -wangdaye.com.geometricweather.R$string: int settings_title_distance_unit -wangdaye.com.geometricweather.R$drawable: int design_fab_background -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: java.util.concurrent.Callable bufferSupplier -com.google.android.material.R$styleable: int Constraint_flow_verticalStyle -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int FAIR_NIGHT -wangdaye.com.geometricweather.R$styleable: int OnSwipe_onTouchUp -com.turingtechnologies.materialscrollbar.R$id: int action_divider -com.google.android.material.R$styleable: int MockView_mock_showDiagonals -com.google.android.material.R$attr: int chipStartPadding -com.google.android.material.R$style: int ShapeAppearanceOverlay -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX indices -androidx.appcompat.R$styleable: int Toolbar_buttonGravity -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_button_min_height_material -com.turingtechnologies.materialscrollbar.R$attr: int passwordToggleTintMode -androidx.legacy.coreutils.R$styleable: int GradientColor_android_type -com.google.android.material.chip.Chip: void setElevation(float) +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_motionTarget +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$3: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 +androidx.appcompat.widget.AppCompatCheckedTextView: AppCompatCheckedTextView(android.content.Context,android.util.AttributeSet) +io.reactivex.internal.util.NotificationLite$DisposableNotification: io.reactivex.disposables.Disposable upstream +androidx.viewpager2.R$styleable: int FontFamily_fontProviderFetchTimeout +androidx.appcompat.R$dimen: int abc_text_size_display_2_material +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +okhttp3.internal.http2.Hpack$Reader: int nextHeaderIndex +okhttp3.Response: okhttp3.Handshake handshake +androidx.lifecycle.ComputableLiveData$1 +androidx.appcompat.R$styleable: int AppCompatTheme_listDividerAlertDialog +androidx.appcompat.app.AppCompatActivity +com.tencent.bugly.crashreport.crash.jni.b +okio.BufferedSource: short readShort() +com.tencent.bugly.crashreport.biz.b: boolean j() +androidx.drawerlayout.R$layout: int notification_action_tombstone +com.jaredrummler.android.colorpicker.ColorPickerView +okhttp3.internal.http2.Http2Reader$ContinuationSource: byte flags +wangdaye.com.geometricweather.R$dimen: int abc_list_item_padding_horizontal_material +androidx.dynamicanimation.R$dimen: int compat_notification_large_icon_max_height +wangdaye.com.geometricweather.R$dimen: int mtrl_alert_dialog_background_inset_start +androidx.preference.R$styleable: int SwitchPreference_android_switchTextOff +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeFindDrawable +james.adaptiveicon.R$style: int Widget_AppCompat_Light_AutoCompleteTextView +com.google.android.gms.internal.common.zzq: zzq(com.google.android.gms.internal.common.zzo) +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light_Dialog +cyanogenmod.weather.CMWeatherManager$1$1: CMWeatherManager$1$1(cyanogenmod.weather.CMWeatherManager$1,java.lang.String) +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setRingtone(java.lang.String) +wangdaye.com.geometricweather.R$id: int container_main_first_card_header_localTimeText +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_medium_material +com.google.android.material.R$styleable: int Slider_thumbElevation +okio.BufferedSink: okio.BufferedSink writeHexadecimalUnsignedLong(long) +com.xw.repo.bubbleseekbar.R$attr: int logo +org.greenrobot.greendao.AbstractDao: java.lang.Object load(java.lang.Object) +wangdaye.com.geometricweather.remoteviews.config.Hilt_DayWeekWidgetConfigActivity: Hilt_DayWeekWidgetConfigActivity() +androidx.appcompat.R$color: int bright_foreground_material_light +com.google.android.material.R$attr: int chipIconSize +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: void onNext(java.lang.Object) +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: boolean isDisposed() +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property TotalPrecipitationProbability +com.google.android.material.chip.Chip: void setCheckedIconTint(android.content.res.ColorStateList) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial: int UnitType +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor[] values() +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_BottomSheetDialog +androidx.appcompat.widget.AppCompatRadioButton: AppCompatRadioButton(android.content.Context,android.util.AttributeSet,int) +okhttp3.HttpUrl: java.lang.String QUERY_COMPONENT_ENCODE_SET_URI +com.amap.api.location.CoordinateConverter: com.amap.api.location.CoordinateConverter$CoordType c +cyanogenmod.externalviews.KeyguardExternalView$6: void run() +com.google.android.gms.base.R$color: int common_google_signin_btn_tint +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable +androidx.appcompat.R$styleable: int ActionBar_icon +retrofit2.http.QueryName +james.adaptiveicon.R$color: int abc_secondary_text_material_dark +io.reactivex.Observable: io.reactivex.Observable takeLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean pressure +james.adaptiveicon.R$styleable: int AppCompatTheme_popupWindowStyle +wangdaye.com.geometricweather.R$id: int item_pollen_daily com.turingtechnologies.materialscrollbar.R$id: int title -androidx.preference.R$styleable: int MultiSelectListPreference_entries -com.xw.repo.bubbleseekbar.R$attr: int bsb_is_float_type -androidx.lifecycle.HasDefaultViewModelProviderFactory -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator MENU_WAKE_SCREENN_VALIDATOR -androidx.work.R$styleable: int FontFamilyFont_fontWeight -com.google.android.material.R$id: int text_input_end_icon -james.adaptiveicon.R$attr: int tickMark -com.google.android.gms.common.R$integer: int google_play_services_version -wangdaye.com.geometricweather.R$attr: int checkBoxPreferenceStyle -androidx.constraintlayout.widget.R$attr: int iconTint -com.google.android.material.R$string: int mtrl_picker_day_of_week_column_header -wangdaye.com.geometricweather.R$drawable: int abc_text_select_handle_right_mtrl_light -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constrainedWidth -androidx.work.impl.background.systemalarm.RescheduleReceiver -com.amap.api.location.CoordUtil: int convertToGcj(double[],double[]) -androidx.drawerlayout.R$integer -com.turingtechnologies.materialscrollbar.R$style: int Platform_ThemeOverlay_AppCompat_Dark -io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: io.reactivex.disposables.Disposable upstream -wangdaye.com.geometricweather.R$color: int design_fab_stroke_end_outer_color -okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection$Builder pingIntervalMillis(int) -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: boolean cancelled -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: boolean emitLast -androidx.constraintlayout.widget.R$styleable: int AppCompatImageView_srcCompat -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: void onError(java.lang.Throwable) -com.google.android.material.R$integer: int mtrl_calendar_selection_text_lines -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemIconTint -wangdaye.com.geometricweather.R$styleable: int[] MaterialTextView -wangdaye.com.geometricweather.R$id: int widget_week -com.google.android.material.R$styleable: int TextAppearance_android_textSize -androidx.drawerlayout.widget.DrawerLayout: void setStatusBarBackground(int) +wangdaye.com.geometricweather.common.basic.models.weather.Wind +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_PopupMenu +retrofit2.CallAdapter$Factory: java.lang.reflect.Type getParameterUpperBound(int,java.lang.reflect.ParameterizedType) +com.google.android.material.bottomnavigation.BottomNavigationView: void setItemRippleColor(android.content.res.ColorStateList) +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Menu +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem +androidx.constraintlayout.widget.R$style: int Base_AlertDialog_AppCompat_Light +retrofit2.Utils$ParameterizedTypeImpl: java.lang.reflect.Type[] getActualTypeArguments() +wangdaye.com.geometricweather.R$dimen: int abc_dropdownitem_text_padding_left +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_31 +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow +com.google.android.gms.tasks.DuplicateTaskCompletionException: java.lang.IllegalStateException of(com.google.android.gms.tasks.Task) +wangdaye.com.geometricweather.R$color: int design_fab_shadow_mid_color +io.reactivex.Observable: io.reactivex.Observable switchMap(io.reactivex.functions.Function) +james.adaptiveicon.R$styleable: int ActionMode_titleTextStyle +cyanogenmod.themes.IThemeProcessingListener: void onFinishedProcessing(java.lang.String) +com.bumptech.glide.R$id: int action_text +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: java.util.List getValue() +com.xw.repo.bubbleseekbar.R$string: int status_bar_notification_info_overflow +com.google.android.material.R$styleable: int Toolbar_contentInsetRight +com.google.android.material.tabs.TabLayout: android.content.res.ColorStateList getTabRippleColor() +james.adaptiveicon.R$style: int Base_Widget_AppCompat_EditText +wangdaye.com.geometricweather.R$drawable: int notif_temp_56 +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: boolean isEmpty() +androidx.preference.R$drawable: int abc_cab_background_internal_bg +wangdaye.com.geometricweather.R$string: int content_des_co +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_NAVIGATION_BAR +wangdaye.com.geometricweather.R$id: int item_weather_daily_uv_title +com.google.android.material.R$drawable: int ic_mtrl_chip_checked_circle +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_contentInsetLeft +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_searchViewStyle +androidx.constraintlayout.widget.R$attr: int popupTheme +com.turingtechnologies.materialscrollbar.R$attr: int fontProviderPackage +androidx.appcompat.R$styleable: int FontFamilyFont_fontVariationSettings +androidx.vectordrawable.R$id: int notification_main_column +org.greenrobot.greendao.AbstractDaoSession: long insertOrReplace(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceBody2 +androidx.core.R$dimen: int compat_button_inset_horizontal_material +androidx.appcompat.R$id: int action_mode_bar_stub +com.turingtechnologies.materialscrollbar.R$styleable: int[] AppCompatImageView +wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_maxActionInlineWidth +wangdaye.com.geometricweather.R$id: int activity_widget_config_subtitleDataContainer +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String suggest +com.jaredrummler.android.colorpicker.R$layout: int cpv_dialog_color_picker +androidx.appcompat.R$color: int primary_material_light +cyanogenmod.weather.util.WeatherUtils: WeatherUtils() +com.bumptech.glide.load.HttpException: long serialVersionUID +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void goAway(int,okhttp3.internal.http2.ErrorCode,okio.ByteString) +android.didikee.donate.R$styleable: int ActionMode_height +wangdaye.com.geometricweather.R$attr: int autoCompleteTextViewStyle +androidx.hilt.work.R$id +com.jaredrummler.android.colorpicker.R$layout: int preference +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_orderInCategory +okhttp3.logging.LoggingEventListener: void connectStart(okhttp3.Call,java.net.InetSocketAddress,java.net.Proxy) +androidx.loader.R$layout: int notification_action +androidx.work.R$drawable: int notification_template_icon_bg +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String getLatitude() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling: double Value +androidx.viewpager.R$id: int action_container +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setDegreeDayTemperature(java.lang.Integer) +androidx.fragment.R$styleable: int Fragment_android_id +wangdaye.com.geometricweather.R$drawable: int weather_snow_mini_light +com.google.android.material.R$attr: int motionDebug +android.didikee.donate.R$id: int search_close_btn +com.xw.repo.bubbleseekbar.R$styleable: int FontFamily_fontProviderFetchStrategy +androidx.room.RoomDatabase$JournalMode +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored +com.turingtechnologies.materialscrollbar.R$dimen: int hint_alpha_material_light +com.google.android.material.card.MaterialCardView: void setUseCompatPadding(boolean) +wangdaye.com.geometricweather.R$id: int action_mode_bar_stub +androidx.preference.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$1 +androidx.preference.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle +wangdaye.com.geometricweather.R$style: int TestThemeWithLineHeight +wangdaye.com.geometricweather.R$layout: int dialog_resident_location +wangdaye.com.geometricweather.db.entities.MinutelyEntity: boolean daylight +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_editTextBackground +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: boolean tryOnError(java.lang.Throwable) +androidx.preference.R$attr: int actionBarPopupTheme +androidx.vectordrawable.R$id: int accessibility_custom_action_14 +com.google.android.material.R$styleable: int CoordinatorLayout_Layout_layout_anchor +androidx.preference.R$attr: int backgroundTintMode +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_checkedIconEnabled +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ImageButton +cyanogenmod.externalviews.IKeyguardExternalViewProvider: void unregisterCallback(cyanogenmod.externalviews.IKeyguardExternalViewCallbacks) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType Update +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setShrinkMotionSpec(com.google.android.material.animation.MotionSpec) +com.google.android.material.R$attr: int boxCornerRadiusTopEnd +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_editTextPreferenceStyle +okio.BufferedSource: long indexOf(byte,long) +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse +androidx.work.R$id: int right_icon +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List ziwaixian +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem +com.amap.api.fence.PoiItem: java.lang.String getPoiId() +androidx.appcompat.widget.AppCompatCheckBox: void setSupportBackgroundTintList(android.content.res.ColorStateList) +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_startX +androidx.appcompat.R$styleable: int[] ColorStateListItem +wangdaye.com.geometricweather.R$dimen: int mtrl_slider_thumb_radius +cyanogenmod.app.CustomTile$Builder: android.graphics.Bitmap mRemoteIcon +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Direction +cyanogenmod.providers.DataUsageContract: java.lang.String FAST_SAMPLES +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addPathSegment(java.lang.String) +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int ISOLATED_THUNDERSHOWERS +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title +okhttp3.Protocol: okhttp3.Protocol get(java.lang.String) +wangdaye.com.geometricweather.R$color: int material_on_background_emphasis_high_type +com.google.android.material.card.MaterialCardView: android.content.res.ColorStateList getCheckedIconTint() +wangdaye.com.geometricweather.R$styleable: int MaterialButton_iconPadding +com.jaredrummler.android.colorpicker.R$attr: int drawerArrowStyle +okhttp3.Cache$2: java.util.Iterator delegate +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: io.reactivex.internal.disposables.DisposableContainer tasks +androidx.constraintlayout.widget.R$layout: int abc_list_menu_item_checkbox +wangdaye.com.geometricweather.R$id: int text_input_start_icon +androidx.constraintlayout.widget.R$drawable: int abc_btn_radio_to_on_mtrl_015 +androidx.lifecycle.ProcessLifecycleOwner: androidx.lifecycle.LifecycleOwner get() +androidx.lifecycle.ViewModelProvider$OnRequeryFactory: void onRequery(androidx.lifecycle.ViewModel) +retrofit2.Converter$Factory: retrofit2.Converter stringConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Imperial: java.lang.String Unit +androidx.hilt.R$attr: int fontProviderPackage +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial Imperial +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onScreenTurnedOff() +cyanogenmod.weatherservice.ServiceRequestResult$Builder: java.util.List mLocationLookupList +okhttp3.logging.LoggingEventListener: void responseHeadersStart(okhttp3.Call) +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: boolean fused +androidx.appcompat.R$string: int abc_menu_alt_shortcut_label +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: void setDisplayState(boolean) +wangdaye.com.geometricweather.R$styleable: R$styleable() +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_placeholder_placeholder_emptyVisibility +androidx.preference.R$drawable: int abc_btn_check_material_anim +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: java.util.concurrent.atomic.AtomicInteger wip +wangdaye.com.geometricweather.R$string: int key_widget_week +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowActionModeOverlay +com.turingtechnologies.materialscrollbar.R$dimen: int notification_right_side_padding_top androidx.constraintlayout.widget.R$styleable: int View_android_focusable -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: io.reactivex.Observer downstream -androidx.appcompat.resources.R$id: int accessibility_custom_action_5 -androidx.constraintlayout.widget.R$anim: int btn_checkbox_to_checked_box_outer_merged_animation -com.google.android.material.R$styleable: int[] ActivityChooserView -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_CAMELLIA_128_CBC_SHA -okio.SegmentPool: long byteCount -androidx.dynamicanimation.R$id: int tag_unhandled_key_event_manager -okhttp3.internal.http2.Http2Connection: void failConnection() -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_CompoundButton_Switch -okio.Buffer: byte[] readByteArray() -okhttp3.internal.http1.Http1Codec$FixedLengthSink: okio.ForwardingTimeout timeout -androidx.constraintlayout.widget.R$drawable: int btn_radio_on_mtrl -androidx.constraintlayout.widget.R$anim: int abc_slide_out_bottom -wangdaye.com.geometricweather.R$color: int switch_thumb_normal_material_dark -wangdaye.com.geometricweather.db.entities.DailyEntityDao -com.tencent.bugly.proguard.u: java.lang.Object t -androidx.cardview.R$styleable: int CardView_contentPaddingLeft -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light_DarkActionBar -android.didikee.donate.R$id: int bottom -androidx.preference.R$style: int Base_ThemeOverlay_AppCompat_ActionBar -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: boolean delayErrors -com.google.android.material.R$styleable: int AnimatedStateListDrawableTransition_android_reversible -okio.Okio -wangdaye.com.geometricweather.daily.DailyWeatherActivity: DailyWeatherActivity() -io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: io.reactivex.disposables.Disposable upstream -wangdaye.com.geometricweather.R$styleable: int CompoundButton_buttonTintMode -james.adaptiveicon.R$styleable: int SearchView_layout -androidx.activity.R$id: int chronometer -androidx.constraintlayout.widget.R$attr: int layout_constraintBottom_toBottomOf -androidx.appcompat.R$id: int action_bar_spinner -retrofit2.Utils: boolean hasUnresolvableType(java.lang.reflect.Type) -com.google.android.material.R$color: int mtrl_btn_text_btn_ripple_color -okhttp3.Address: javax.net.ssl.SSLSocketFactory sslSocketFactory -okhttp3.internal.cache.DiskLruCache$Snapshot: okio.Source[] sources -cyanogenmod.hardware.ICMHardwareService$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -androidx.preference.R$style: int Platform_V25_AppCompat_Light -androidx.appcompat.R$id: int radio -androidx.appcompat.R$attr: int windowFixedWidthMajor -okhttp3.internal.http2.Hpack$Reader: void adjustDynamicTableByteCount() -com.turingtechnologies.materialscrollbar.R$id: int ghost_view -androidx.constraintlayout.utils.widget.MotionTelltales: MotionTelltales(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$plurals -androidx.constraintlayout.widget.R$styleable: int ActionBar_navigationMode -wangdaye.com.geometricweather.R$attr: int chipStrokeWidth -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: void setWeekText(java.lang.String) -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: MfHistoryResult$History() -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder addInterceptor(okhttp3.Interceptor) -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String city -androidx.activity.R$id: int tag_accessibility_pane_title -com.autonavi.aps.amapapi.model.AMapLocationServer: com.autonavi.aps.amapapi.model.AMapLocationServer h() -okhttp3.internal.cache.DiskLruCache: boolean remove(java.lang.String) -okhttp3.ConnectionPool: boolean connectionBecameIdle(okhttp3.internal.connection.RealConnection) -okhttp3.internal.cache2.Relay: java.lang.Thread upstreamReader -io.reactivex.observers.TestObserver$EmptyObserver: void onNext(java.lang.Object) -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_button_min_height_material -com.xw.repo.bubbleseekbar.R$attr: int activityChooserViewStyle -com.google.android.material.R$styleable: int[] ExtendedFloatingActionButton_Behavior_Layout -cyanogenmod.externalviews.KeyguardExternalView: android.graphics.Point mDisplaySize -com.google.android.material.imageview.ShapeableImageView: com.google.android.material.shape.ShapeAppearanceModel getShapeAppearanceModel() -androidx.swiperefreshlayout.R$styleable: int[] GradientColor -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality -androidx.preference.R$attr: int initialActivityCount -com.tencent.bugly.proguard.i: com.tencent.bugly.proguard.k a(com.tencent.bugly.proguard.k,int,boolean) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeCloudCover -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_Chip -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_3 -com.google.android.gms.common.server.FavaDiagnosticsEntity: android.os.Parcelable$Creator CREATOR -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Small_Inverse -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_searchIcon -com.google.android.material.chip.Chip: java.lang.CharSequence getChipText() -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Large -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: boolean disposed -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_startX -androidx.vectordrawable.animated.R$id: int tag_screen_reader_focusable -wangdaye.com.geometricweather.R$attr: int dialogCornerRadius -androidx.appcompat.R$id: int progress_circular -androidx.room.RoomDatabase: RoomDatabase() -androidx.appcompat.R$dimen: int abc_text_size_menu_material -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_trackTintMode -android.didikee.donate.R$dimen: int abc_edit_text_inset_top_material -androidx.constraintlayout.widget.R$attr: int thumbTint -androidx.vectordrawable.R$id: int accessibility_custom_action_12 -okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean isCanceled() -wangdaye.com.geometricweather.R$drawable: int ic_exercise -com.tencent.bugly.proguard.n: com.tencent.bugly.proguard.n a(android.content.Context) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_minHeight -io.reactivex.internal.util.AtomicThrowable: java.lang.Throwable terminate() -android.didikee.donate.R$dimen: int abc_text_size_display_2_material -cyanogenmod.weather.CMWeatherManager: java.util.Set access$000(cyanogenmod.weather.CMWeatherManager) -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$4 -androidx.vectordrawable.R$layout: int notification_action -com.google.android.material.R$string: int mtrl_picker_text_input_date_range_end_hint -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabTextAppearance -androidx.preference.R$styleable: int StateListDrawable_android_dither -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_alertDialogCenterButtons -cyanogenmod.alarmclock.ClockContract: java.lang.String AUTHORITY -cyanogenmod.weather.util.WeatherUtils: double fahrenheitToCelsius(double) -wangdaye.com.geometricweather.R$styleable: int Chip_android_maxWidth -androidx.core.R$id: int accessibility_custom_action_21 -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void windowUpdate(int,long) -com.google.android.material.R$string: int mtrl_picker_invalid_format -cyanogenmod.externalviews.KeyguardExternalView: void onDetachedFromWindow() -wangdaye.com.geometricweather.R$xml: int standalone_badge_gravity_bottom_end -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle -okio.Buffer: int selectPrefix(okio.Options,boolean) -com.google.android.material.R$attr: int layout_goneMarginRight -com.turingtechnologies.materialscrollbar.R$attr: int itemIconPadding -com.jaredrummler.android.colorpicker.R$drawable: int abc_seekbar_track_material -io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: boolean isDisposed() -androidx.preference.R$attr: int selectable -androidx.appcompat.R$styleable: int AppCompatTheme_selectableItemBackground -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: java.lang.Integer cloudCover -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView: int getMarginTop() -androidx.constraintlayout.widget.R$integer: int abc_config_activityDefaultDur -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Medium_Inverse -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_creator -cyanogenmod.externalviews.ExternalViewProviderService$Provider: android.os.Bundle getOptions() -cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String MODIFY_ALARMS_PERMISSION -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModePasteDrawable -com.tencent.bugly.crashreport.crash.jni.NativeExceptionHandler -cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse -wangdaye.com.geometricweather.R$id: int widget_week_week_5 -android.didikee.donate.R$styleable: int Toolbar_contentInsetStartWithNavigation -androidx.appcompat.R$style: int Widget_AppCompat_SearchView -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintEnd_toStartOf -com.google.android.material.slider.Slider: void setTickTintList(android.content.res.ColorStateList) -com.google.android.material.R$styleable: int ActionBar_backgroundSplit -cyanogenmod.app.CustomTile$ExpandedItem -androidx.preference.R$styleable: int ColorStateListItem_alpha -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.ActionMode onWindowStartingActionMode(android.view.ActionMode$Callback,int) -james.adaptiveicon.R$styleable: int MenuItem_iconTint -wangdaye.com.geometricweather.R$attr: int fabCradleMargin -com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_fixed_width_major -androidx.preference.R$string: int abc_activitychooserview_choose_application -okhttp3.internal.http1.Http1Codec: okhttp3.Response$Builder readResponseHeaders(boolean) -android.didikee.donate.R$attr: int srcCompat -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_anon_WITH_RC4_128_SHA -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_16 -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String pubTime -com.jaredrummler.android.colorpicker.R$id: int cpv_color_picker_view -wangdaye.com.geometricweather.R$attr: int tabIndicatorAnimationDuration -wangdaye.com.geometricweather.R$id: int default_activity_button -okhttp3.OkHttpClient$Builder: boolean followSslRedirects -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.internal.util.AtomicThrowable errors -retrofit2.RequestFactory$Builder: retrofit2.ParameterHandler parseParameter(int,java.lang.reflect.Type,java.lang.annotation.Annotation[],boolean) -wangdaye.com.geometricweather.R$dimen: int cpv_dialog_preview_width -wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.lang.String getWeek(android.content.Context) -androidx.appcompat.widget.LinearLayoutCompat: void setShowDividers(int) -com.jaredrummler.android.colorpicker.R$attr: int negativeButtonText -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Speed: java.lang.String Unit -androidx.constraintlayout.widget.R$attr: int layout_constraintVertical_bias -okhttp3.internal.http2.Http2Writer: int maxFrameSize -androidx.cardview.R$styleable: int CardView_cardElevation -com.bumptech.glide.integration.okhttp.R$drawable: int notify_panel_notification_icon_bg -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_TEMPERATURE_DAY_VALIDATOR -android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup -com.google.android.material.R$id: int scale -androidx.constraintlayout.widget.R$attr: int constraint_referenced_ids -com.xw.repo.bubbleseekbar.R$attr: int alertDialogCenterButtons -androidx.preference.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title -android.didikee.donate.R$style: int Theme_AppCompat_DayNight_Dialog -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void onDrop(java.lang.Object) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_108 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial Imperial +androidx.preference.R$attr: int drawableTint +androidx.vectordrawable.animated.R$id: int action_image +android.support.v4.os.IResultReceiver: void send(int,android.os.Bundle) +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: boolean delayError +com.google.android.material.R$drawable: int abc_btn_switch_to_on_mtrl_00001 +retrofit2.Utils: Utils() +wangdaye.com.geometricweather.R$integer: int status_bar_notification_info_maxnum +androidx.constraintlayout.utils.widget.MotionTelltales: MotionTelltales(android.content.Context) +cyanogenmod.hardware.CMHardwareManager: int getDisplayColorCalibrationDefault() +wangdaye.com.geometricweather.common.ui.widgets.SquareFrameLayout: SquareFrameLayout(android.content.Context,android.util.AttributeSet) +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: io.reactivex.functions.Function combiner +androidx.appcompat.R$id: int action_bar_title +wangdaye.com.geometricweather.R$styleable: int MotionTelltales_telltales_tailColor +wangdaye.com.geometricweather.R$string: int wind_12 +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon +com.tencent.bugly.crashreport.common.strategy.StrategyBean: long y +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle +wangdaye.com.geometricweather.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_0 +com.bumptech.glide.R$id: int start +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_setDisplayMode +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String BOOTANIMATION_THUMBNAIL +com.turingtechnologies.materialscrollbar.R$attr: int overlapAnchor +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setRealFeelShaderTemperature(java.lang.Integer) +com.amap.api.location.AMapLocationQualityReport: AMapLocationQualityReport() +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Dialog_Alert_Framework +wangdaye.com.geometricweather.R$attr: int badgeGravity +com.turingtechnologies.materialscrollbar.R$anim: int abc_slide_in_top +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: void setContent(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean) +com.google.android.material.R$attr: int statusBarBackground +androidx.appcompat.R$attr: int editTextStyle +com.tencent.bugly.crashreport.crash.anr.a: java.lang.String g +androidx.hilt.R$dimen: int compat_control_corner_material +androidx.appcompat.R$id: int tag_accessibility_clickable_spans +com.tencent.bugly.crashreport.CrashReport: boolean isLastSessionCrash() +okhttp3.internal.http2.Http2Connection: boolean access$302(okhttp3.internal.http2.Http2Connection,boolean) +androidx.preference.R$string: int abc_searchview_description_query +androidx.appcompat.R$color: int material_grey_850 +retrofit2.Call: retrofit2.Call clone() +com.amap.api.fence.PoiItem: void setPoiType(java.lang.String) +wangdaye.com.geometricweather.R$drawable: int weather_clear_day_1 +androidx.preference.R$styleable: int AppCompatTextView_drawableTintMode +com.xw.repo.bubbleseekbar.R$attr: int autoSizeMinTextSize +com.google.android.material.slider.BaseSlider: void setValuesInternal(java.util.ArrayList) +com.jaredrummler.android.colorpicker.R$attr: int titleMarginBottom +androidx.viewpager2.widget.ViewPager2: int getCurrentItem() +com.jaredrummler.android.colorpicker.R$dimen: int notification_top_pad +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_FONT +androidx.appcompat.R$layout: int abc_list_menu_item_icon +com.google.android.material.timepicker.ClockFaceView: ClockFaceView(android.content.Context,android.util.AttributeSet) +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_background +com.jaredrummler.android.colorpicker.R$attr: int buttonIconDimen +androidx.appcompat.widget.AppCompatEditText: java.lang.CharSequence getText() +wangdaye.com.geometricweather.R$string: int allergen +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableStartCompat +androidx.viewpager2.R$styleable: int FontFamily_fontProviderFetchStrategy +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean disposed +com.tencent.bugly.crashreport.crash.jni.a: void handleNativeException2(int,int,long,long,java.lang.String,java.lang.String,java.lang.String,java.lang.String,int,java.lang.String,int,int,int,java.lang.String,java.lang.String,java.lang.String[]) +com.turingtechnologies.materialscrollbar.R$styleable: int ColorStateListItem_alpha +com.google.gson.stream.JsonToken: JsonToken(java.lang.String,int) +io.reactivex.Observable: io.reactivex.Observable window(long,long,int) +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: int getCity_code() +wangdaye.com.geometricweather.R$styleable: int SwitchPreference_summaryOn +okhttp3.internal.http2.Http2Connection$ReaderRunnable$1: Http2Connection$ReaderRunnable$1(okhttp3.internal.http2.Http2Connection$ReaderRunnable,java.lang.String,java.lang.Object[],okhttp3.internal.http2.Http2Stream) +androidx.appcompat.R$id: int action_image +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: java.lang.String getValue() +androidx.recyclerview.R$styleable: int GradientColor_android_startX +okhttp3.internal.http.HttpCodec: void finishRequest() +androidx.constraintlayout.widget.R$attr: int panelBackground +okhttp3.internal.http2.Http2Connection$7: void execute() +com.google.android.material.tabs.TabLayout: void setTabsFromPagerAdapter(androidx.viewpager.widget.PagerAdapter) +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: java.lang.String getUnitId() +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense_ExposedDropdownMenu +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: java.lang.String BriefPhrase +com.google.android.material.R$styleable: int BottomNavigationView_itemTextAppearanceInactive +com.google.android.material.R$styleable: int Chip_chipMinHeight +wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: java.lang.String getDurationText(android.content.Context,float) +androidx.preference.R$dimen: int abc_edit_text_inset_bottom_material +okio.Segment: int SIZE +retrofit2.CompletableFutureCallAdapterFactory: retrofit2.CallAdapter$Factory INSTANCE +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property ResidentPosition +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: void onComplete() +com.amap.api.fence.DistrictItem: void setDistrictName(java.lang.String) +com.google.android.gms.base.R$string: int common_signin_button_text +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String getPrecipitationVoice(android.content.Context,float) +com.google.android.material.R$id: int save_overlay_view +com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_android_layout +james.adaptiveicon.R$attr: int subtitleTextAppearance +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256 +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void setCancellable(io.reactivex.functions.Cancellable) +com.xw.repo.bubbleseekbar.R$dimen: int tooltip_vertical_padding +com.amap.api.location.AMapLocationClientOption$GeoLanguage: com.amap.api.location.AMapLocationClientOption$GeoLanguage valueOf(java.lang.String) +androidx.lifecycle.AndroidViewModel: android.app.Application getApplication() +james.adaptiveicon.R$styleable: int SwitchCompat_track +james.adaptiveicon.R$color: int material_grey_50 +io.reactivex.internal.observers.BasicIntQueueDisposable: boolean offer(java.lang.Object,java.lang.Object) +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer iso0 +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_mini_dark +cyanogenmod.power.IPerformanceManager$Stub$Proxy: android.os.IBinder mRemote +com.xw.repo.bubbleseekbar.R$layout: int notification_template_custom_big +wangdaye.com.geometricweather.R$anim: int abc_slide_out_bottom +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_firstHorizontalBias +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean: java.util.List brands +androidx.preference.R$styleable: int MenuItem_numericModifiers +androidx.transition.R$dimen: int compat_button_inset_horizontal_material +androidx.vectordrawable.R$id: int accessibility_custom_action_16 +wangdaye.com.geometricweather.R$layout: int custom_dialog +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Button_Borderless_Colored +wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderDivider +wangdaye.com.geometricweather.db.entities.AlertEntity: void setTime(long) +com.google.android.material.R$styleable: int ActionMode_titleTextStyle +com.xw.repo.bubbleseekbar.R$drawable: int abc_seekbar_thumb_material +com.google.android.material.textfield.TextInputLayout$SavedState: android.os.Parcelable$Creator CREATOR +android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow +james.adaptiveicon.R$styleable: int ActionBar_hideOnContentScroll +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_verticalStyle +androidx.vectordrawable.animated.R$dimen: int compat_notification_large_icon_max_width +com.google.android.material.R$id: int test_radiobutton_android_button_tint +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: void onNext(java.lang.Object) +androidx.viewpager2.widget.ViewPager2: void setOrientation(int) +cyanogenmod.externalviews.ExternalView: void onActivityDestroyed(android.app.Activity) +androidx.constraintlayout.widget.R$styleable: int KeyTrigger_motion_postLayoutCollision +com.xw.repo.bubbleseekbar.R$styleable: int[] ViewStubCompat +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader +androidx.constraintlayout.widget.R$styleable: int StateListDrawable_android_variablePadding +androidx.appcompat.widget.ActionMenuPresenter$ActionButtonSubmenu +com.xw.repo.bubbleseekbar.R$color: int abc_search_url_text_selected +com.google.android.material.slider.Slider: android.content.res.ColorStateList getTickActiveTintList() +okhttp3.internal.http2.Http2Connection$1 +com.tencent.bugly.crashreport.common.strategy.a: com.tencent.bugly.crashreport.common.strategy.StrategyBean e +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.jaredrummler.android.colorpicker.R$styleable: int[] ColorStateListItem +com.xw.repo.bubbleseekbar.R$drawable: int notification_bg_low +com.turingtechnologies.materialscrollbar.R$drawable: int notification_template_icon_low_bg +wangdaye.com.geometricweather.R$dimen: int design_fab_elevation +androidx.work.impl.workers.DiagnosticsWorker +wangdaye.com.geometricweather.R$styleable: int Layout_maxHeight +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient build() +cyanogenmod.platform.Manifest$permission: java.lang.String WRITE_ALARMS +wangdaye.com.geometricweather.R$id: int chains +okhttp3.Address: javax.net.SocketFactory socketFactory() +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setStatusBar(java.lang.String) +com.google.android.material.slider.Slider: int getHaloRadius() +androidx.cardview.R$dimen: int cardview_default_radius +androidx.dynamicanimation.R$dimen: int compat_button_padding_vertical_material +com.google.android.material.R$styleable: int ConstraintSet_motionProgress +okio.Timeout: long deadlineNanoTime +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter value(java.lang.Boolean) +androidx.dynamicanimation.R$styleable: int FontFamilyFont_android_fontStyle +androidx.drawerlayout.R$dimen: int notification_subtext_size +com.bumptech.glide.load.EncodeStrategy: com.bumptech.glide.load.EncodeStrategy NONE +okio.BufferedSink: okio.BufferedSink write(okio.ByteString) +com.google.gson.LongSerializationPolicy$2 +androidx.viewpager.R$styleable: int FontFamilyFont_android_fontVariationSettings +james.adaptiveicon.R$styleable: int Toolbar_maxButtonHeight +wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_2 +wangdaye.com.geometricweather.common.ui.activities.AlertActivity: AlertActivity() +com.google.android.material.R$styleable: int KeyPosition_percentY +com.google.android.material.R$drawable: int abc_action_bar_item_background_material +okhttp3.RequestBody$2: RequestBody$2(okhttp3.MediaType,int,byte[],int) +com.google.android.material.R$styleable: int[] MaterialAlertDialogTheme +androidx.drawerlayout.R$drawable: int notification_bg +com.google.android.material.R$attr: int layout_constraintBottom_creator +wangdaye.com.geometricweather.R$drawable: int notif_temp_87 +okhttp3.internal.connection.StreamAllocation: java.net.Socket deallocate(boolean,boolean,boolean) +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_placeholder_content +okio.Segment: okio.Segment split(int) +androidx.lifecycle.extensions.R$styleable: int FontFamily_fontProviderFetchStrategy +james.adaptiveicon.R$id: int src_over +retrofit2.ParameterHandler$RelativeUrl: ParameterHandler$RelativeUrl(java.lang.reflect.Method,int) +wangdaye.com.geometricweather.R$drawable: int notif_temp_126 +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.R$attr: int fabCustomSize +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Body2 +com.google.android.material.R$color: int radiobutton_themeable_attribute_color +com.google.android.material.R$layout: int material_textinput_timepicker +com.google.android.material.internal.NavigationMenuItemView: void setHorizontalPadding(int) +com.google.android.material.tabs.TabItem +com.bumptech.glide.R$color: R$color() +androidx.viewpager2.widget.ViewPager2$SavedState: android.os.Parcelable$Creator CREATOR +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void subscribeNext() +com.tencent.bugly.crashreport.CrashReport: int getUserSceneTagId(android.content.Context) +com.github.rahatarmanahmed.cpv.CircularProgressView: void startAnimation() +cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_setZenMode +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Metric: int UnitType +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean isUserOpened() +androidx.core.R$style: int TextAppearance_Compat_Notification_Time +androidx.appcompat.R$integer +okhttp3.internal.cache.DiskLruCache: okio.BufferedSink journalWriter +androidx.appcompat.R$drawable: int btn_checkbox_unchecked_to_checked_mtrl_animation +com.tencent.bugly.proguard.ap: com.tencent.bugly.proguard.ao m +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void innerError(int,java.lang.Throwable) +wangdaye.com.geometricweather.R$styleable: int Snackbar_snackbarTextViewStyle +androidx.constraintlayout.widget.R$dimen: int abc_text_size_display_1_material +wangdaye.com.geometricweather.R$style: int PreferenceFragmentList +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +wangdaye.com.geometricweather.R$layout: int design_navigation_menu +okio.Buffer: void readFully(okio.Buffer,long) +com.google.android.material.R$styleable: int Insets_paddingLeftSystemWindowInsets +com.google.android.gms.base.R$id: int standard +com.google.android.material.R$style: int Base_Widget_AppCompat_ListView_DropDown +com.google.android.material.R$id: int transition_current_scene +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Ice: double Value +io.reactivex.internal.subscriptions.BasicQueueSubscription: int requestFusion(int) +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver +com.google.android.material.R$style: int Theme_Design_Light_NoActionBar +com.xw.repo.bubbleseekbar.R$attr: int bsb_thumb_text_color +okhttp3.internal.connection.RouteDatabase +okhttp3.internal.http2.Http2Codec$StreamFinishingSource: void endOfInput(java.io.IOException) +com.tencent.bugly.crashreport.CrashReport$UserStrategy: void setCrashHandleCallback(com.tencent.bugly.crashreport.CrashReport$CrashHandleCallback) +james.adaptiveicon.R$attr: int actionModeCloseButtonStyle +com.google.android.material.R$anim: int design_snackbar_out +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: java.lang.Object NULL_KEY +wangdaye.com.geometricweather.R$drawable: int abc_textfield_search_activated_mtrl_alpha +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: boolean done +androidx.drawerlayout.R$styleable: R$styleable() +okhttp3.Cache$CacheRequestImpl$1 +com.google.android.material.R$dimen: int mtrl_btn_z +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void onNext(java.lang.Object) +com.google.android.material.button.MaterialButton: void addOnCheckedChangeListener(com.google.android.material.button.MaterialButton$OnCheckedChangeListener) +com.google.android.material.bottomnavigation.BottomNavigationView: void setItemTextAppearanceActive(int) +androidx.fragment.R$id: int time +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_menu_material +com.bumptech.glide.load.engine.CallbackException: CallbackException(java.lang.Throwable) +androidx.coordinatorlayout.R$id: int accessibility_custom_action_13 +wangdaye.com.geometricweather.R$id: int transition_layout_save +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_logo +androidx.vectordrawable.animated.R$dimen: int notification_large_icon_width +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_popupWindowStyle +androidx.lifecycle.ViewModelStores +androidx.hilt.lifecycle.R$color: int secondary_text_default_material_light +androidx.preference.R$style: int Preference_Material +androidx.dynamicanimation.R$id: int tag_transition_group +androidx.coordinatorlayout.R$attr: R$attr() +com.amap.api.fence.GeoFence: int ERROR_CODE_FAILURE_AUTH +com.google.android.gms.location.LocationSettingsResult +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_readPersistentBytes +androidx.appcompat.R$attr: int drawableTopCompat +com.google.android.material.slider.Slider: android.content.res.ColorStateList getTickInactiveTintList() +wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: void setMoonDrawable(android.graphics.drawable.Drawable) +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query +com.google.android.gms.base.R$attr: int imageAspectRatio +androidx.constraintlayout.widget.R$styleable: int[] DrawerArrowToggle +wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle +android.didikee.donate.R$style: int TextAppearance_AppCompat_Subhead_Inverse +wangdaye.com.geometricweather.R$style: int title_text +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionButton_Overflow +com.jaredrummler.android.colorpicker.R$attr: int spinnerDropDownItemStyle +wangdaye.com.geometricweather.R$styleable: int MotionLayout_layoutDescription +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowFixedWidthMinor +com.tencent.bugly.crashreport.crash.c: void a(java.lang.Thread,java.lang.Throwable,boolean,java.lang.String,byte[],boolean) +androidx.preference.R$styleable: int AppCompatTextView_drawableTopCompat +wangdaye.com.geometricweather.R$drawable: int ic_cloud +wangdaye.com.geometricweather.db.entities.DaoMaster: void createAllTables(org.greenrobot.greendao.database.Database,boolean) +androidx.transition.R$layout +com.google.android.material.R$styleable: int MenuGroup_android_enabled +wangdaye.com.geometricweather.common.basic.models.weather.Base: java.util.Date publishDate +androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour: androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour[] values() +wangdaye.com.geometricweather.R$attr: int dividerVertical +androidx.preference.SwitchPreference +okhttp3.internal.connection.RealConnection: int successCount +com.turingtechnologies.materialscrollbar.R$color: int mtrl_textinput_hovered_box_stroke_color +androidx.preference.R$style: int TextAppearance_AppCompat_Subhead_Inverse wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ListView_Menu -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor DARK -retrofit2.Utils: void checkNotPrimitive(java.lang.reflect.Type) -com.google.android.material.R$attr: int chipStandaloneStyle -androidx.appcompat.R$attr: int actionBarTabStyle -wangdaye.com.geometricweather.R$drawable: int abc_text_select_handle_middle_mtrl_dark -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: int getNestedScrollAxes() -com.jaredrummler.android.colorpicker.R$string: int abc_menu_sym_shortcut_label -androidx.coordinatorlayout.R$id: int title -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight -com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_CELL -com.amap.api.location.AMapLocationClientOption: void setOpenAlwaysScanWifi(boolean) -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean a(int,java.lang.String) -cyanogenmod.themes.IThemeChangeListener$Stub: int TRANSACTION_onFinish_1 -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_textinput_box_stroke_width_default -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle -androidx.transition.R$styleable: int FontFamilyFont_fontVariationSettings -androidx.vectordrawable.R$attr: int alpha -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void onRequested() -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void addLast(io.reactivex.internal.operators.observable.ObservableReplay$Node) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float o3 -androidx.viewpager2.R$id: int actions -com.google.android.material.R$attr: int listLayout -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatImageView_tint -okhttp3.internal.connection.RealConnection: boolean noNewStreams -okhttp3.internal.http2.Huffman$Node: int symbol -com.tencent.bugly.crashreport.crash.c: com.tencent.bugly.crashreport.crash.anr.b w -com.google.android.material.R$styleable: int Constraint_layout_editor_absoluteX -com.turingtechnologies.materialscrollbar.R$dimen: int hint_pressed_alpha_material_light -androidx.constraintlayout.widget.R$styleable: int Constraint_motionProgress -androidx.constraintlayout.widget.R$attr: int dropDownListViewStyle -okhttp3.EventListener: void requestHeadersEnd(okhttp3.Call,okhttp3.Request) -com.google.android.material.R$styleable: int DrawerArrowToggle_thickness -androidx.vectordrawable.R$styleable: int FontFamily_fontProviderFetchTimeout -james.adaptiveicon.R$id: int action_bar_title -okhttp3.logging.LoggingEventListener$Factory: okhttp3.EventListener create(okhttp3.Call) -james.adaptiveicon.R$styleable: int ActionBar_contentInsetStart -androidx.lifecycle.MediatorLiveData: MediatorLiveData() -com.xw.repo.bubbleseekbar.R$layout: int abc_tooltip -androidx.customview.R$dimen: int notification_big_circle_margin -androidx.appcompat.widget.AppCompatTextView: int getAutoSizeMinTextSize() -com.jaredrummler.android.colorpicker.R$dimen: int abc_button_inset_horizontal_material -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_passwordToggleDrawable -wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customBoolean -com.tencent.bugly.proguard.aj -com.google.android.gms.base.R$styleable: int LoadingImageView_imageAspectRatioAdjust -wangdaye.com.geometricweather.db.entities.AlertEntity: void setColor(int) -androidx.appcompat.R$drawable: int abc_cab_background_internal_bg -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_contentInsetStartWithNavigation -androidx.appcompat.R$styleable: int[] StateListDrawable -com.google.android.material.R$string: int material_clock_display_divider -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title -okio.SegmentedByteString: okio.ByteString toAsciiLowercase() -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void onComplete() -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property WindChillTemperature -wangdaye.com.geometricweather.R$dimen: int preference_icon_minWidth -androidx.cardview.R$styleable: int CardView_contentPadding -wangdaye.com.geometricweather.R$layout: int activity_weather_daily -androidx.legacy.coreutils.R$style: int TextAppearance_Compat_Notification_Title -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void onNext(java.lang.Object) -androidx.constraintlayout.widget.R$styleable: int Constraint_android_rotation -wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: java.lang.String getDurationVoice(android.content.Context,float) -james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem -com.turingtechnologies.materialscrollbar.R$drawable: int notification_bg_normal -cyanogenmod.hardware.CMHardwareManager: int FEATURE_SERIAL_NUMBER -wangdaye.com.geometricweather.R$attr: int colorPrimaryVariant -com.tencent.bugly.proguard.aq: aq() -com.xw.repo.bubbleseekbar.R$styleable: int[] CoordinatorLayout -okhttp3.internal.http2.Http2Reader$Handler: void alternateService(int,java.lang.String,okio.ByteString,java.lang.String,int,long) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384 -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_barColor -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_borderWidth -okio.SegmentedByteString: SegmentedByteString(okio.Buffer,int) -com.google.android.material.textfield.TextInputLayout: void setEndIconContentDescription(int) -io.reactivex.Observable: io.reactivex.Observable takeLast(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -com.google.android.material.R$styleable: int AppCompatTheme_actionMenuTextAppearance -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox -com.google.android.material.R$styleable: int AppBarLayout_elevation -androidx.preference.R$styleable: int AppCompatTheme_windowActionModeOverlay -wangdaye.com.geometricweather.R$font: int google_sans -android.didikee.donate.R$attr: int actionViewClass -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constrainedWidth -com.amap.api.fence.GeoFence: boolean equals(java.lang.Object) -okhttp3.internal.http1.Http1Codec$ChunkedSource: long bytesRemainingInChunk -com.google.android.material.chip.Chip: void setChipMinHeightResource(int) -com.google.android.material.R$style: int Base_Theme_AppCompat_CompactMenu -wangdaye.com.geometricweather.R$attr: int cardMaxElevation -androidx.hilt.work.R$dimen: int notification_top_pad -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_contentInsetEnd -com.turingtechnologies.materialscrollbar.R$attr: int chipIconTint -com.turingtechnologies.materialscrollbar.R$attr: int contentPaddingTop -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header -androidx.preference.R$styleable: int ActivityChooserView_initialActivityCount -androidx.constraintlayout.widget.R$attr: int textAppearanceListItem -wangdaye.com.geometricweather.R$attr: int drawableStartCompat -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: java.lang.String brandId -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature -org.greenrobot.greendao.database.DatabaseOpenHelper: void setLoadSQLCipherNativeLibs(boolean) -com.google.android.material.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge -com.google.android.gms.common.api.GoogleApiActivity -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: void checkUploadRecordCrash() -wangdaye.com.geometricweather.background.polling.PollingUpdateHelper -com.google.android.material.R$styleable: int AppCompatTheme_buttonStyleSmall -com.google.android.material.R$style: int CardView -wangdaye.com.geometricweather.R$attr: int layout_constraintVertical_chainStyle -com.google.android.material.R$styleable: int SearchView_goIcon -com.turingtechnologies.materialscrollbar.R$attr: int boxCornerRadiusBottomEnd -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_showDividers -androidx.constraintlayout.widget.R$styleable: int Transition_autoTransition -androidx.constraintlayout.widget.R$styleable: int Transition_motionInterpolator -com.tencent.bugly.proguard.ar: void a(java.lang.StringBuilder,int) -com.jaredrummler.android.colorpicker.R$color: int material_blue_grey_900 -android.didikee.donate.R$styleable: int MenuItem_android_checked -wangdaye.com.geometricweather.remoteviews.config.Hilt_MultiCityWidgetConfigActivity: Hilt_MultiCityWidgetConfigActivity() -wangdaye.com.geometricweather.R$styleable: int MockView_mock_label -com.turingtechnologies.materialscrollbar.R$attr: int listLayout -androidx.appcompat.resources.R$id: int line1 -com.google.android.material.R$attr: int listPreferredItemPaddingLeft -androidx.viewpager.R$styleable: int[] GradientColorItem -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver(io.reactivex.Observer,io.reactivex.functions.Function,boolean) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA -io.reactivex.Observable: io.reactivex.Observable startWithArray(java.lang.Object[]) -com.bumptech.glide.integration.okhttp.R$attr: int layout_behavior -com.turingtechnologies.materialscrollbar.R$styleable: int ViewBackgroundHelper_backgroundTint -james.adaptiveicon.R$style: int Widget_AppCompat_ListMenuView -com.turingtechnologies.materialscrollbar.R$anim -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Menu -androidx.appcompat.widget.AppCompatImageButton: void setImageDrawable(android.graphics.drawable.Drawable) -com.google.android.material.R$styleable: int CardView_cardMaxElevation -androidx.preference.R$styleable: int Preference_android_icon -com.turingtechnologies.materialscrollbar.R$attr: int colorSwitchThumbNormal -okhttp3.RealCall: RealCall(okhttp3.OkHttpClient,okhttp3.Request,boolean) -okhttp3.TlsVersion: okhttp3.TlsVersion TLS_1_2 -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver -androidx.viewpager.widget.ViewPager: void setAdapter(androidx.viewpager.widget.PagerAdapter) -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: io.reactivex.internal.queue.MpscLinkedQueue queue -com.xw.repo.bubbleseekbar.R$layout: int abc_screen_toolbar -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: java.util.Date DateTime -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_91 -wangdaye.com.geometricweather.R$styleable: int PreferenceImageView_maxWidth -androidx.hilt.work.R$id: int accessibility_custom_action_31 -androidx.preference.R$id: int action_context_bar -wangdaye.com.geometricweather.R$attr: int placeholder_emptyVisibility -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -okhttp3.CacheControl$Builder: int maxStaleSeconds -okhttp3.internal.ws.WebSocketProtocol: WebSocketProtocol() -com.tencent.bugly.proguard.z: byte[] c(long) -androidx.appcompat.widget.FitWindowsViewGroup: void setOnFitSystemWindowsListener(androidx.appcompat.widget.FitWindowsViewGroup$OnFitSystemWindowsListener) -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderCancelButton -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: java.lang.String url -cyanogenmod.hardware.DisplayMode: void writeToParcel(android.os.Parcel,int) -androidx.drawerlayout.R$id: int normal -com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose: AMapLocationClientOption$AMapLocationPurpose(java.lang.String,int) -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: AtmoAuraQAResult$Measure() -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xmr -wangdaye.com.geometricweather.R$drawable: int notif_temp_75 -androidx.drawerlayout.R$drawable: int notification_bg_low -wangdaye.com.geometricweather.R$string: int week_5 -com.google.android.material.R$attr: int tabPaddingStart -androidx.loader.R$attr: int fontProviderQuery -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_navigationMode -com.google.android.material.R$style: int Theme_MaterialComponents_Light_NoActionBar -retrofit2.Call -wangdaye.com.geometricweather.R$id: int flip -androidx.hilt.R$id: int icon -okhttp3.internal.http2.Hpack: java.util.Map NAME_TO_FIRST_INDEX -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.internal.util.AtomicThrowable errors -androidx.appcompat.widget.AbsActionBarView: int getContentHeight() -androidx.drawerlayout.R$id: R$id() -androidx.appcompat.R$styleable: int[] FontFamilyFont -wangdaye.com.geometricweather.R$mipmap: int ic_launcher -com.turingtechnologies.materialscrollbar.R$color: int mtrl_chip_background_color -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight -wangdaye.com.geometricweather.R$anim: int abc_fade_out -com.google.android.material.textfield.TextInputLayout: int getHelperTextCurrentTextColor() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_73 -androidx.dynamicanimation.R$layout: int notification_template_part_time -wangdaye.com.geometricweather.R$string: int settings_title_week_icon_mode -com.google.android.material.R$styleable: int Chip_android_textSize -com.xw.repo.bubbleseekbar.R$attr: int ttcIndex -wangdaye.com.geometricweather.R$attr: int actionProviderClass -androidx.coordinatorlayout.R$styleable: int[] GradientColor -com.tencent.bugly.a: void onDbUpgrade(android.database.sqlite.SQLiteDatabase,int,int) -androidx.fragment.R$id: int fragment_container_view_tag -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeCloseDrawable -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void drain() -com.google.android.material.R$string: int abc_shareactionprovider_share_with_application -okhttp3.WebSocket: boolean send(java.lang.String) -com.google.android.material.tabs.TabLayout: void removeOnTabSelectedListener(com.google.android.material.tabs.TabLayout$BaseOnTabSelectedListener) -androidx.hilt.work.R$dimen: int compat_notification_large_icon_max_width -com.jaredrummler.android.colorpicker.R$attr: int textAppearanceListItem -androidx.lifecycle.LifecycleService: android.os.IBinder onBind(android.content.Intent) -androidx.activity.R$id: int italic -com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding -androidx.customview.R$styleable: int GradientColor_android_startX -cyanogenmod.media.MediaRecorder: java.lang.String CAPTURE_AUDIO_HOTWORD_PERMISSION -okhttp3.MultipartBody$Builder: okhttp3.MultipartBody$Builder addFormDataPart(java.lang.String,java.lang.String) -retrofit2.OkHttpCall$NoContentResponseBody: OkHttpCall$NoContentResponseBody(okhttp3.MediaType,long) -wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_scrollContainer -androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize -cyanogenmod.app.ThemeVersion: java.lang.String THEME_VERSION_FIELD_NAME -james.adaptiveicon.R$styleable: int TextAppearance_android_textColor -androidx.appcompat.R$styleable: int PopupWindow_android_popupBackground -okio.BufferedSink: okio.BufferedSink writeUtf8(java.lang.String,int,int) -okhttp3.internal.platform.AndroidPlatform: boolean api24IsCleartextTrafficPermitted(java.lang.String,java.lang.Class,java.lang.Object) -cyanogenmod.providers.CMSettings$DiscreteValueValidator: CMSettings$DiscreteValueValidator(java.lang.String[]) -cyanogenmod.providers.CMSettings$Secure$1: CMSettings$Secure$1() -okhttp3.internal.http.StatusLine: StatusLine(okhttp3.Protocol,int,java.lang.String) -androidx.hilt.lifecycle.R$id: int fragment_container_view_tag -com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_showTitle -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_toTopOf -com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar -com.amap.api.fence.GeoFenceClient -com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource DATA_DISK_CACHE -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: java.lang.String LongPhrase -androidx.vectordrawable.R$id: int accessibility_custom_action_1 -com.jaredrummler.android.colorpicker.R$styleable: int[] ColorPreference -okhttp3.logging.HttpLoggingInterceptor -com.google.android.material.chip.Chip: Chip(android.content.Context,android.util.AttributeSet) -com.xw.repo.bubbleseekbar.R$dimen: int abc_alert_dialog_button_bar_height -wangdaye.com.geometricweather.R$string: int settings_title_location_service -com.tencent.bugly.proguard.af: void a(java.lang.String) -android.didikee.donate.R$drawable: int abc_textfield_activated_mtrl_alpha -com.google.android.material.R$attr: int drawableTintMode -james.adaptiveicon.R$dimen: int abc_action_bar_overflow_padding_start_material -com.google.android.material.R$color: int design_fab_stroke_top_inner_color -com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_arrowShaftLength -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog -okhttp3.internal.cache.DiskLruCache: okhttp3.internal.cache.DiskLruCache$Editor edit(java.lang.String) -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder callTimeout(java.time.Duration) -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder setQueryParameter(java.lang.String,java.lang.String) -io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: java.util.concurrent.atomic.AtomicReference upstream -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_percent -okhttp3.internal.http2.Http2Stream$FramingSource: okhttp3.internal.http2.Http2Stream this$0 -wangdaye.com.geometricweather.R$attr: int customBoolean -com.jaredrummler.android.colorpicker.R$color: int notification_action_color_filter -okhttp3.internal.Util$1 -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: void onSuccess(java.lang.Object) -androidx.viewpager2.R$color -androidx.appcompat.R$attr: int selectableItemBackground -wangdaye.com.geometricweather.R$string: int feedback_hide_lunar -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionDropDownStyle -androidx.constraintlayout.widget.R$attr: int textAllCaps -okhttp3.OkHttpClient: okhttp3.CookieJar cookieJar() -androidx.appcompat.widget.SearchView: SearchView(android.content.Context,android.util.AttributeSet,int) -cyanogenmod.platform.Manifest$permission: java.lang.String ACCESS_APP_SUGGESTIONS -com.jaredrummler.android.colorpicker.R$drawable: int abc_scrubber_primary_mtrl_alpha -com.google.android.gms.common.internal.safeparcel.SafeParcelReader$ParseException: SafeParcelReader$ParseException(java.lang.String,android.os.Parcel) -okhttp3.OkHttpClient: javax.net.ssl.HostnameVerifier hostnameVerifier() -cyanogenmod.os.Concierge$ParcelInfo: int mParcelableVersion -com.turingtechnologies.materialscrollbar.R$color: int accent_material_dark -com.google.android.material.R$attr: int cardCornerRadius -wangdaye.com.geometricweather.R$dimen: int design_textinput_caption_translate_y -androidx.work.ExistingWorkPolicy: androidx.work.ExistingWorkPolicy valueOf(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int MaterialRadioButton_useMaterialThemeColors -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onScreenTurnedOn -androidx.constraintlayout.widget.R$drawable: int notification_bg -wangdaye.com.geometricweather.R$layout: int abc_action_bar_up_container -cyanogenmod.profiles.AirplaneModeSettings: AirplaneModeSettings(int,boolean) -wangdaye.com.geometricweather.R$styleable: int MaterialCardView_state_dragged -androidx.drawerlayout.R$styleable: int FontFamily_fontProviderFetchStrategy -com.turingtechnologies.materialscrollbar.R$attr: int actionModeCloseDrawable -androidx.core.R$id: int text2 -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float snow6h -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_android_gravity -androidx.constraintlayout.utils.widget.MockView: MockView(android.content.Context,android.util.AttributeSet) -androidx.constraintlayout.widget.R$id: int linear -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void innerNext() -androidx.appcompat.widget.AppCompatImageView: android.graphics.PorterDuff$Mode getSupportImageTintMode() -androidx.swiperefreshlayout.R$drawable: int notification_bg_normal -wangdaye.com.geometricweather.R$attr: int cornerRadius -wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat_Dark -okhttp3.MultipartBody: long contentLength -james.adaptiveicon.R$attr: int backgroundSplit -com.tencent.bugly.crashreport.common.info.a: boolean B -com.google.android.material.circularreveal.CircularRevealGridLayout: void setRevealInfo(com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: java.lang.String getUrl() -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() -com.jaredrummler.android.colorpicker.R$id: int icon_frame -androidx.preference.R$dimen: int abc_text_size_menu_material -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_switchTextOn -wangdaye.com.geometricweather.R$attr: int textAppearanceHeadline3 -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder encodedPath(java.lang.String) -cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: java.lang.String INCREASING_VOLUME -james.adaptiveicon.R$drawable: int abc_vector_test +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_6 +io.reactivex.internal.subscriptions.SubscriptionHelper: boolean set(java.util.concurrent.atomic.AtomicReference,org.reactivestreams.Subscription) +androidx.appcompat.R$styleable: int[] PopupWindowBackgroundState +com.amap.api.location.AMapLocation: int x +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight_Dialog_Alert +cyanogenmod.weather.RequestInfo$Builder: android.location.Location mLocation +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_default_padding_end_material +com.google.android.material.R$styleable: int Constraint_android_transformPivotX +androidx.preference.R$attr: int textAppearanceListItemSmall +com.google.android.material.R$id: int none +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: ObservableWindowBoundarySupplier$WindowBoundaryMainObserver(io.reactivex.Observer,int,java.util.concurrent.Callable) +wangdaye.com.geometricweather.background.receiver.widget.WidgetTrendHourlyProvider +wangdaye.com.geometricweather.R$attr: int chipStrokeWidth +wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: WidgetItemView(android.content.Context) +androidx.preference.R$styleable: int AppCompatImageView_android_src +com.google.android.material.circularreveal.CircularRevealRelativeLayout: com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo getRevealInfo() +android.didikee.donate.R$style: int TextAppearance_AppCompat_Caption +androidx.viewpager.widget.PagerTitleStrip: int getMinHeight() +com.tencent.bugly.proguard.u: boolean b() +com.tencent.bugly.crashreport.crash.c: void c() +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: int Minute +androidx.preference.R$attr: int suggestionRowLayout +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemIconSize +com.google.android.material.slider.BaseSlider: void setLabelBehavior(int) +androidx.preference.R$id: int accessibility_custom_action_2 +com.google.android.material.R$styleable: int AppCompatTheme_spinnerStyle +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int ThunderstormProbability +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_constraint_referenced_ids +androidx.constraintlayout.widget.R$attr: int overlay +com.xw.repo.bubbleseekbar.R$styleable: int CompoundButton_buttonCompat +androidx.loader.R$drawable: int notification_action_background +com.jaredrummler.android.colorpicker.R$attr: int theme +wangdaye.com.geometricweather.R$attr: int keyPositionType +wangdaye.com.geometricweather.R$styleable: int MaterialCardView_strokeColor +com.tencent.bugly.crashreport.common.info.a: java.lang.String O() +androidx.preference.R$styleable: int PreferenceFragment_allowDividerAfterLastItem +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_firstBaselineToTopHeight +androidx.appcompat.resources.R$id: int text +wangdaye.com.geometricweather.R$attr: int iconGravity +cyanogenmod.weather.WeatherInfo$Builder: long mTimestamp +com.tencent.bugly.proguard.m +okhttp3.internal.http2.Http2Writer: int maxFrameSize +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_TextInputLayout +com.xw.repo.bubbleseekbar.R$drawable: int notification_bg +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: java.lang.String getUvIndex() +okhttp3.Cache$CacheRequestImpl: okhttp3.Cache this$0 +com.google.android.material.slider.BaseSlider: void setThumbElevation(float) +cyanogenmod.app.ILiveLockScreenChangeListener$Stub: android.os.IBinder asBinder() +com.xw.repo.bubbleseekbar.R$attr: int autoCompleteTextViewStyle +wangdaye.com.geometricweather.R$id: int incoming +wangdaye.com.geometricweather.R$id: int position +com.jaredrummler.android.colorpicker.R$styleable: int[] ListPopupWindow +io.reactivex.Observable: void blockingSubscribe(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer,io.reactivex.functions.Action) +com.amap.api.location.CoordinateConverter$CoordType: CoordinateConverter$CoordType(java.lang.String,int) +com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Dialog +androidx.constraintlayout.widget.R$styleable: int Constraint_barrierAllowsGoneWidgets +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric: double Value +android.support.v4.app.INotificationSideChannel$Stub: int TRANSACTION_cancelAll +com.google.android.material.R$id: int action_container +okhttp3.internal.platform.AndroidPlatform: AndroidPlatform(java.lang.Class,okhttp3.internal.platform.OptionalMethod,okhttp3.internal.platform.OptionalMethod,okhttp3.internal.platform.OptionalMethod,okhttp3.internal.platform.OptionalMethod) +com.google.android.material.R$styleable: int ConstraintSet_android_id +com.tencent.bugly.crashreport.biz.UserInfoBean: int p +james.adaptiveicon.R$styleable: int ActionBar_title +androidx.appcompat.widget.DialogTitle +com.google.android.material.R$id: int contentPanel +androidx.recyclerview.widget.RecyclerView$SavedState +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintStart_toEndOf +androidx.preference.R$color: int abc_color_highlight_material +com.jaredrummler.android.colorpicker.R$attr: int itemPadding +com.bumptech.glide.R$id: int normal +wangdaye.com.geometricweather.R$id: int activity_widget_config_custom_subtitle_keywords +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWeatherCode(wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode) +com.bumptech.glide.R$styleable: int ColorStateListItem_android_color +com.bumptech.glide.load.engine.CallbackException: long serialVersionUID +james.adaptiveicon.R$styleable: int AppCompatTheme_dialogPreferredPadding +okhttp3.Response: okhttp3.Response cacheResponse +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult +androidx.constraintlayout.widget.R$drawable: int abc_edit_text_material +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActivityChooserView +okhttp3.Request: java.lang.String method() +androidx.lifecycle.SavedStateHandle: androidx.lifecycle.MutableLiveData getLiveData(java.lang.String) +androidx.recyclerview.R$id: int accessibility_custom_action_23 +com.turingtechnologies.materialscrollbar.R$id: int screen +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: void onComplete() +okhttp3.internal.platform.Platform: void connectSocket(java.net.Socket,java.net.InetSocketAddress,int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setLocationKey(java.lang.String) +james.adaptiveicon.R$dimen: int tooltip_margin +com.google.android.material.R$attr: int actionBarSize +androidx.preference.R$layout: int preference +wangdaye.com.geometricweather.R$id: int activity_card_display_manage_appBar +com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_keylines +androidx.customview.R$styleable: int[] FontFamily +okhttp3.CookieJar$1: CookieJar$1() +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: java.lang.String getNativeKeyValueList() +com.xw.repo.bubbleseekbar.R$dimen: int abc_control_inset_material com.google.android.material.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid -wangdaye.com.geometricweather.R$xml: int standalone_badge_gravity_top_start -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_layout -cyanogenmod.alarmclock.ClockContract$CitiesColumns -androidx.preference.R$color: int abc_primary_text_disable_only_material_dark -com.google.android.material.R$drawable: int abc_ratingbar_indicator_material -com.bumptech.glide.R$attr: int fontProviderQuery -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_startIconCheckable -com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.reflect.Type ownerType -okhttp3.internal.http2.Http2Connection: long degradedPingsSent -com.jaredrummler.android.colorpicker.R$styleable: int[] SwitchPreference -androidx.preference.R$styleable: int AnimatedStateListDrawableCompat_android_dither -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: void onStrategyChanged(com.tencent.bugly.crashreport.common.strategy.StrategyBean) -com.baidu.location.indoor.mapversion.c.c$b: java.lang.String b -androidx.dynamicanimation.R$integer -com.google.android.material.R$attr: int navigationContentDescription -androidx.constraintlayout.widget.R$styleable: int ActionBar_homeLayout -android.didikee.donate.R$styleable: int Spinner_android_popupBackground -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: java.lang.Object leaveTransform(java.lang.Object) -com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall -com.google.android.material.R$styleable: int Constraint_flow_horizontalStyle -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Display4 -com.amap.api.fence.GeoFence: long getExpiration() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Rain: AccuDailyResult$DailyForecasts$Night$Rain() -android.didikee.donate.R$styleable: int AppCompatTheme_buttonStyle -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_transitionPathRotate -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: java.util.concurrent.atomic.AtomicLong index -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHorizontal_bias -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_fixed_height_major -androidx.constraintlayout.widget.R$interpolator: int btn_radio_to_on_mtrl_animation_interpolator_0 -androidx.appcompat.R$anim: int btn_radio_to_off_mtrl_ring_outer_path_animation -androidx.appcompat.widget.Toolbar: void setTitleMarginBottom(int) +okhttp3.OkHttpClient$1: okhttp3.internal.connection.RouteDatabase routeDatabase(okhttp3.ConnectionPool) +retrofit2.BuiltInConverters: BuiltInConverters() +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem +wangdaye.com.geometricweather.R$xml: int widget_text +androidx.vectordrawable.R$styleable: int GradientColorItem_android_color +com.tencent.bugly.proguard.ap: com.tencent.bugly.proguard.ao f +androidx.preference.R$drawable: int notification_template_icon_bg +wangdaye.com.geometricweather.R$attr: int barrierAllowsGoneWidgets +androidx.constraintlayout.widget.R$layout: int abc_alert_dialog_material +cyanogenmod.weather.WeatherLocation$Builder: WeatherLocation$Builder(java.lang.String,java.lang.String) +wangdaye.com.geometricweather.R$string: int settings_category_basic +androidx.preference.R$styleable: int AppCompatTheme_ratingBarStyleSmall +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean visibility +com.google.android.material.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog +okhttp3.internal.Util: java.lang.String trimSubstring(java.lang.String,int,int) +androidx.drawerlayout.R$id: int title +okhttp3.internal.http.HttpDate: long MAX_DATE +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_always_show_bubble +com.google.android.gms.base.R$attr +com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_arrowShaftLength +com.tencent.bugly.proguard.x: boolean a(java.lang.Class,java.lang.String,java.lang.Object[]) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Metric: int UnitType +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_21 +wangdaye.com.geometricweather.db.entities.DailyEntity: void setTime(long) +cyanogenmod.providers.CMSettings$Secure: java.lang.String QS_SHOW_BRIGHTNESS_SLIDER +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DialogWhenLarge +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle +wangdaye.com.geometricweather.R$font: int product_sans_black_italic +wangdaye.com.geometricweather.db.entities.WeatherEntity: long getPublishTime() +androidx.work.R$attr: int ttcIndex +io.reactivex.internal.observers.LambdaObserver: void onError(java.lang.Throwable) +com.xw.repo.bubbleseekbar.R$id: int image +james.adaptiveicon.R$layout: int abc_list_menu_item_checkbox +okhttp3.Cookie: long parseExpires(java.lang.String,int,int) +wangdaye.com.geometricweather.R$dimen: int abc_dialog_fixed_height_minor +com.google.android.material.appbar.HeaderScrollingViewBehavior: HeaderScrollingViewBehavior(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.motion.widget.MotionHelper: void setProgress(float) +com.turingtechnologies.materialscrollbar.R$dimen: int abc_edit_text_inset_top_material +androidx.appcompat.R$id: int submenuarrow +androidx.constraintlayout.widget.R$attr: int drawableStartCompat +cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent OVERLAY +cyanogenmod.media.MediaRecorder$AudioSource +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_2_normal +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_verticalAlign +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator SHOW_ALARM_ICON_VALIDATOR +cyanogenmod.app.ILiveLockScreenChangeListener$Stub$Proxy +james.adaptiveicon.R$styleable: int ViewStubCompat_android_inflatedId +androidx.work.R$styleable: int FontFamilyFont_android_fontWeight +wangdaye.com.geometricweather.R$string: int wind_11 +io.reactivex.Observable: io.reactivex.Observable flatMapSingle(io.reactivex.functions.Function,boolean) +com.google.android.gms.common.data.BitmapTeleporter: android.os.Parcelable$Creator CREATOR +androidx.hilt.work.R$id: int fragment_container_view_tag +androidx.preference.R$styleable: int Preference_order +wangdaye.com.geometricweather.Hilt_GeometricWeather: Hilt_GeometricWeather() +android.didikee.donate.R$attr: int autoCompleteTextViewStyle +androidx.appcompat.R$style: int Widget_AppCompat_DrawerArrowToggle +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder dispatcher(okhttp3.Dispatcher) +com.jaredrummler.android.colorpicker.R$attr: int windowFixedHeightMajor +com.google.android.material.bottomnavigation.BottomNavigationMenuView: android.graphics.drawable.Drawable getItemBackground() +wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type[] values() +james.adaptiveicon.R$style: int Base_Theme_AppCompat +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderCancelButton +cyanogenmod.weather.WeatherLocation: java.lang.String mCountryId +cyanogenmod.alarmclock.ClockContract$AlarmsColumns: java.lang.String MINUTES +wangdaye.com.geometricweather.R$string: int ellipsis +android.didikee.donate.R$attr: int listPreferredItemPaddingRight +com.google.android.material.R$attr: int flow_lastHorizontalBias +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_end_padding_icon +cyanogenmod.weather.RequestInfo: java.lang.String toString() +wangdaye.com.geometricweather.R$drawable: int weather_snow_mini_xml +wangdaye.com.geometricweather.R$layout: int design_layout_tab_text +cyanogenmod.power.PerformanceManager: cyanogenmod.power.PerformanceManager getInstance(android.content.Context) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$1$1: android.os.IBinder call() +cyanogenmod.profiles.RingModeSettings: java.lang.String RING_MODE_NORMAL +okio.Source: okio.Timeout timeout() +com.jaredrummler.android.colorpicker.R$id: int shortcut +androidx.appcompat.R$styleable: int ViewBackgroundHelper_android_background +io.reactivex.Observable: io.reactivex.Observable flatMapMaybe(io.reactivex.functions.Function,boolean) +okhttp3.internal.http2.Http2Writer: void applyAndAckSettings(okhttp3.internal.http2.Settings) +wangdaye.com.geometricweather.R$array: int precipitation_units +androidx.appcompat.R$attr: int backgroundTintMode +okhttp3.internal.cache.CacheInterceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) +wangdaye.com.geometricweather.R$attr: int boxCornerRadiusBottomEnd +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowNoTitle +com.google.android.material.button.MaterialButton$SavedState: android.os.Parcelable$Creator CREATOR +com.google.android.material.R$id: int outline +androidx.appcompat.widget.AppCompatTextView: void setAutoSizeTextTypeWithDefaults(int) +cyanogenmod.hardware.ICMHardwareService: boolean setDisplayMode(cyanogenmod.hardware.DisplayMode,boolean) +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WindChillTemperature +io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver +com.google.android.material.R$id: R$id() +androidx.coordinatorlayout.R$styleable: int[] FontFamilyFont +android.didikee.donate.R$styleable: int ViewStubCompat_android_inflatedId +okhttp3.RealCall$AsyncCall: void execute() +wangdaye.com.geometricweather.db.entities.LocationEntity: boolean china +wangdaye.com.geometricweather.R$anim: int abc_tooltip_exit +com.google.android.material.R$animator: int mtrl_extended_fab_change_size_collapse_motion_spec +com.tencent.bugly.crashreport.common.info.a: java.util.Map ak +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void innerError(io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver,java.lang.Throwable) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.ActionMode onWindowStartingActionMode(android.view.ActionMode$Callback) +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: java.lang.Integer poll() +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_textinput_box_label_cutout_padding +com.tencent.bugly.crashreport.crash.e: void a(java.lang.Thread,java.lang.Throwable,boolean,java.lang.String,byte[]) +androidx.constraintlayout.widget.R$anim: int btn_radio_to_off_mtrl_dot_group_animation +okio.Segment: int limit +com.google.android.material.slider.RangeSlider: float getStepSize() +james.adaptiveicon.R$styleable: int[] Spinner +com.google.android.material.chip.Chip: float getChipIconSize() +com.google.android.material.R$styleable: int RecyclerView_android_descendantFocusability +wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.AlertEntity,long) +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String so2Desc +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getDegreeDayTemperature() +com.google.android.material.R$color: int mtrl_chip_background_color +androidx.constraintlayout.widget.R$styleable: int Toolbar_logoDescription +cyanogenmod.providers.CMSettings$System: java.lang.String ZEN_ALLOW_LIGHTS +androidx.viewpager2.R$id: int tag_accessibility_clickable_spans +com.turingtechnologies.materialscrollbar.R$attr: int tabIndicatorFullWidth +androidx.lifecycle.LiveData$ObserverWrapper: LiveData$ObserverWrapper(androidx.lifecycle.LiveData,androidx.lifecycle.Observer) +android.didikee.donate.R$dimen: int hint_alpha_material_light +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeInsetStart +android.didikee.donate.R$id: int expand_activities_button +cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_WIFI +wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_backgroundTint +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintBottom_toBottomOf +okhttp3.internal.http2.Hpack$Reader: void adjustDynamicTableByteCount() +androidx.preference.PreferenceGroup +androidx.viewpager2.R$id: int accessibility_custom_action_17 +com.google.android.material.internal.NavigationMenuItemView: void setIconSize(int) +com.google.android.material.R$attr: int materialButtonOutlinedStyle +cyanogenmod.weather.CMWeatherManager: CMWeatherManager(android.content.Context) +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: boolean isDisposed() +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property WeatherText +com.xw.repo.BubbleSeekBar: float getMin() +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean requestDismissAndStartActivity(android.content.Intent) +okhttp3.internal.platform.Platform: java.lang.Object readFieldOrNull(java.lang.Object,java.lang.Class,java.lang.String) +wangdaye.com.geometricweather.R$style: int Base_V7_Theme_AppCompat_Dialog +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_android_baselineAligned +androidx.customview.R$drawable: int notification_icon_background androidx.recyclerview.widget.LinearLayoutManager$SavedState: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$id: int transition_transform -wangdaye.com.geometricweather.R$id: int transparency_layout -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: java.lang.Integer alti -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_navigation_elevation -okhttp3.Response: okhttp3.ResponseBody body -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog -okhttp3.HttpUrl$Builder: int schemeDelimiterOffset(java.lang.String,int,int) -okio.RealBufferedSource: long indexOf(byte,long,long) -androidx.preference.R$style: int Base_Widget_AppCompat_Light_PopupMenu -androidx.constraintlayout.widget.R$attr: int layout_constraintHeight_percent -io.reactivex.internal.queue.SpscArrayQueue: int calcElementOffset(long) -james.adaptiveicon.R$styleable: int Toolbar_titleMargins -com.turingtechnologies.materialscrollbar.R$styleable: int[] Spinner -androidx.swiperefreshlayout.R$id: int notification_main_column -james.adaptiveicon.R$drawable: int abc_text_select_handle_left_mtrl_dark -okhttp3.internal.connection.StreamAllocation: void acquire(okhttp3.internal.connection.RealConnection,boolean) -androidx.preference.R$style: int PreferenceFragment_Material -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title -wangdaye.com.geometricweather.R$styleable: int Constraint_android_alpha -io.reactivex.Observable: io.reactivex.Observable buffer(int,java.util.concurrent.Callable) -com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_translation_z_hovered_focused -io.reactivex.Observable: io.reactivex.Completable ignoreElements() -androidx.coordinatorlayout.R$styleable: int FontFamilyFont_android_fontStyle -com.google.android.material.R$dimen: int mtrl_calendar_text_input_padding_top -io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: java.lang.Object value -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_end -com.google.android.material.R$styleable: int SearchView_defaultQueryHint -com.jaredrummler.android.colorpicker.R$styleable: int ColorStateListItem_alpha -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: void setZh_TW(java.lang.String) -androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_android_ttcIndex -okhttp3.HttpUrl: int port -com.google.android.material.internal.ForegroundLinearLayout: android.graphics.drawable.Drawable getForeground() -okhttp3.RealCall: okhttp3.Request originalRequest -androidx.preference.ListPreferenceDialogFragmentCompat: ListPreferenceDialogFragmentCompat() -com.google.android.material.R$styleable: int[] AnimatedStateListDrawableCompat -wangdaye.com.geometricweather.background.polling.work.worker.AsyncWorker -wangdaye.com.geometricweather.R$color: int design_dark_default_color_primary_dark -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: boolean isDisposed() -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: long EpochStartTime -com.jaredrummler.android.colorpicker.ColorPickerView: void setSliderTrackerColor(int) -retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter: java.util.concurrent.CompletableFuture adapt(retrofit2.Call) -com.amap.api.location.AMapLocation: double b(com.amap.api.location.AMapLocation,double) -androidx.fragment.app.FragmentContainerView: FragmentContainerView(android.content.Context) -com.google.android.material.R$layout: int notification_template_icon_group -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setTrimPathStart(float) -androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPrePaused(android.app.Activity) -com.turingtechnologies.materialscrollbar.R$dimen: int notification_content_margin_start -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed: AccuCurrentResult$Wind$Speed() -com.google.android.material.R$dimen: int mtrl_snackbar_margin -com.google.android.material.R$attr: int curveFit -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 -wangdaye.com.geometricweather.R$string: int precipitation_overview -cyanogenmod.themes.IThemeService$Stub$Proxy: void removeUpdates(cyanogenmod.themes.IThemeChangeListener) -wangdaye.com.geometricweather.R$string: int feedback_location_permissions_title -james.adaptiveicon.R$id: int src_atop -androidx.hilt.work.R$styleable: int FragmentContainerView_android_tag -cyanogenmod.weatherservice.WeatherProviderService: java.lang.String SERVICE_META_DATA -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Metric: java.lang.String Unit -okhttp3.internal.connection.RouteSelector$Selection: int nextRouteIndex -io.reactivex.Observable: io.reactivex.Observable groupBy(io.reactivex.functions.Function,io.reactivex.functions.Function,boolean,int) -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void innerError(int,java.lang.Throwable) -wangdaye.com.geometricweather.R$id: int position -io.reactivex.Observable: io.reactivex.Observable repeatWhen(io.reactivex.functions.Function) -wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_android_max -androidx.appcompat.widget.ContentFrameLayout: android.util.TypedValue getFixedHeightMajor() -com.turingtechnologies.materialscrollbar.R$layout: int design_navigation_item_separator -android.didikee.donate.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle -androidx.preference.R$attr: int listPreferredItemHeightLarge -okio.Pipe: okio.Sink sink -cyanogenmod.library.R$attr: R$attr() -com.google.android.material.navigation.NavigationView: NavigationView(android.content.Context,android.util.AttributeSet,int) -okhttp3.internal.http2.Http2Stream$FramingSink: okhttp3.internal.http2.Http2Stream this$0 -com.google.android.material.snackbar.SnackbarContentLayout -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.ChineseCityEntity) -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property IcePrecipitationProbability -com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_dialogMessage -com.jaredrummler.android.colorpicker.R$drawable: int notification_bg -com.google.android.material.R$dimen: int mtrl_calendar_header_text_padding -androidx.preference.R$styleable: int[] SwitchPreference -okhttp3.internal.cache.CacheStrategy: okhttp3.Request networkRequest -okhttp3.RequestBody -com.bumptech.glide.R$id: int top -com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_default_mtrl_shape -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean -com.baidu.location.e.h$c: com.baidu.location.e.h$c c -androidx.dynamicanimation.R$dimen: int notification_action_icon_size -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: java.lang.String getPubTime() -wangdaye.com.geometricweather.R$attr: int scrimVisibleHeightTrigger -androidx.preference.R$id: int notification_background -okhttp3.internal.http2.Http2Codec: java.lang.String UPGRADE -androidx.appcompat.widget.Toolbar: int getContentInsetEndWithActions() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeThunderstormPrecipitation() -wangdaye.com.geometricweather.R$drawable: int ic_launcher_round -com.jaredrummler.android.colorpicker.R$id: int notification_background -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_collapseContentDescription -io.reactivex.internal.observers.InnerQueuedObserver: InnerQueuedObserver(io.reactivex.internal.observers.InnerQueuedObserverSupport,int) -okhttp3.OkHttpClient$Builder: java.util.List connectionSpecs -androidx.constraintlayout.widget.R$id: int action_bar_container -okhttp3.internal.cache.DiskLruCache$Snapshot: okio.Source getSource(int) -androidx.preference.R$attr: int preferenceTheme -androidx.swiperefreshlayout.R$id: int action_container -com.google.android.material.R$styleable: int Snackbar_snackbarTextViewStyle -cyanogenmod.providers.CMSettings$InclusiveFloatRangeValidator: float mMax -com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getTickTintList() -wangdaye.com.geometricweather.R$drawable: int shortcuts_cloudy_foreground -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) -cyanogenmod.app.ICMTelephonyManager$Stub -io.reactivex.subjects.PublishSubject$PublishDisposable: long serialVersionUID -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer getWetBulbTemperature() -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property UvIndex -com.jaredrummler.android.colorpicker.R$layout: int abc_select_dialog_material -androidx.viewpager2.R$id: int tag_accessibility_pane_title -com.tencent.bugly.proguard.i: void a(byte) -wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_marginTop -wangdaye.com.geometricweather.R$layout: int mtrl_alert_select_dialog_singlechoice -androidx.constraintlayout.widget.R$drawable: int abc_ic_commit_search_api_mtrl_alpha -androidx.constraintlayout.widget.R$styleable: int SearchView_goIcon -com.google.android.material.R$styleable: int Layout_layout_constraintGuide_end -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_DropDownItem -cyanogenmod.app.Profile: void removeProfileGroup(java.util.UUID) -wangdaye.com.geometricweather.R$attr: int closeIconSize -cyanogenmod.externalviews.KeyguardExternalView$5 -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_popupTheme -androidx.hilt.R$dimen: int notification_small_icon_size_as_large -com.tencent.bugly.crashreport.crash.c: boolean m -com.google.android.material.R$color: int design_fab_shadow_mid_color -com.google.android.material.button.MaterialButton: android.content.res.ColorStateList getBackgroundTintList() -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setCityId(java.lang.String) -com.jaredrummler.android.colorpicker.R$attr: int iconifiedByDefault -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Humidity humidity -com.turingtechnologies.materialscrollbar.MaterialScrollBar: void removeScrollListener(androidx.recyclerview.widget.RecyclerView$OnScrollListener) -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: io.reactivex.functions.Function mapper -james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu -cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler: cyanogenmod.weatherservice.WeatherProviderService this$0 -wangdaye.com.geometricweather.R$attr: int suffixTextColor -io.reactivex.internal.observers.InnerQueuedObserver: int fusionMode() -cyanogenmod.app.ILiveLockScreenManager: void enqueueLiveLockScreen(java.lang.String,int,cyanogenmod.app.LiveLockScreenInfo,int[],int) -androidx.coordinatorlayout.R$style: R$style() -com.google.android.material.R$attr: int extendMotionSpec -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintDimensionRatio -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getShortTemperatureText(android.content.Context,int) -wangdaye.com.geometricweather.R$id: int widget_week_icon_2 -androidx.constraintlayout.widget.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha -org.greenrobot.greendao.AbstractDao: java.util.List queryRaw(java.lang.String,java.lang.String[]) -androidx.recyclerview.R$id: int accessibility_custom_action_15 -androidx.viewpager.R$dimen: int notification_right_side_padding_top -com.tencent.bugly.proguard.c: java.util.HashMap d -com.jaredrummler.android.colorpicker.R$style: int Preference_SwitchPreferenceCompat -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Button_Small -com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Theme_AppCompat_Light -wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_textSize -okhttp3.Cache$2: java.lang.Object next() -wangdaye.com.geometricweather.R$color: int colorSearchBarBackground_light -androidx.constraintlayout.widget.R$anim: int abc_popup_enter -androidx.vectordrawable.R$styleable: int[] GradientColor -androidx.customview.R$layout: int notification_action -wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabBackground -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_trackTintMode -com.tencent.bugly.crashreport.common.info.a: a(android.content.Context) -wangdaye.com.geometricweather.R$layout: int mtrl_picker_header_dialog -cyanogenmod.externalviews.ExternalViewProperties: int getWidth() -wangdaye.com.geometricweather.R$id: int rounded -cyanogenmod.profiles.RingModeSettings: cyanogenmod.profiles.RingModeSettings fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) -wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource: wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource CAIYUN -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String pm25Desc -androidx.preference.R$attr: int closeItemLayout -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$LocalSource: java.lang.String WeatherCode -okhttp3.logging.LoggingEventListener: void secureConnectStart(okhttp3.Call) -com.tencent.bugly.crashreport.common.strategy.StrategyBean: boolean h -com.google.android.material.R$styleable: int[] CompoundButton -androidx.preference.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar -cyanogenmod.hardware.CMHardwareManager: boolean set(int,boolean) -com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$3: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 -androidx.swiperefreshlayout.R$id: int right_side -com.turingtechnologies.materialscrollbar.R$color: int ripple_material_dark -com.google.android.material.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Long getId() -com.turingtechnologies.materialscrollbar.R$styleable: int[] ListPopupWindow -com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_statusBarBackground -okio.SegmentedByteString: byte[][] segments -cyanogenmod.app.ICustomTileListener$Stub: int TRANSACTION_onCustomTilePosted -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_profileExists -io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: io.reactivex.disposables.Disposable timer -androidx.activity.R$attr: int alpha -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowFixedHeightMinor -wangdaye.com.geometricweather.R$layout: int item_location -androidx.appcompat.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title -okhttp3.internal.cache2.FileOperator: java.nio.channels.FileChannel fileChannel +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Weather: MfForecastResult$DailyForecast$Weather() +wangdaye.com.geometricweather.R$attr: int alphabeticModifiers +androidx.appcompat.R$attr: int titleMargins +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_UnelevatedButton_Icon +wangdaye.com.geometricweather.R$string: int key_widget_clock_day_week +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties +retrofit2.Utils$WildcardTypeImpl: java.lang.reflect.Type[] getUpperBounds() +com.jaredrummler.android.colorpicker.R$string: int v7_preference_off +androidx.appcompat.widget.ContentFrameLayout: ContentFrameLayout(android.content.Context,android.util.AttributeSet) +com.turingtechnologies.materialscrollbar.R$drawable: int abc_edit_text_material +cyanogenmod.app.StatusBarPanelCustomTile$1: java.lang.Object createFromParcel(android.os.Parcel) +android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar +androidx.constraintlayout.widget.R$attr: int hideOnContentScroll +okhttp3.internal.http1.Http1Codec: void writeRequest(okhttp3.Headers,java.lang.String) +com.tencent.bugly.crashreport.crash.anr.b: android.os.FileObserver i +james.adaptiveicon.R$style: int Widget_AppCompat_RatingBar_Indicator +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintStart_toEndOf +com.google.android.material.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog +androidx.appcompat.resources.R$dimen: int notification_top_pad_large_text +okhttp3.internal.http2.Huffman: void encode(okio.ByteString,okio.BufferedSink) +wangdaye.com.geometricweather.R$attr: int layout_constraintRight_creator +androidx.preference.R$attr: int searchViewStyle +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemBackground +androidx.constraintlayout.helper.widget.Flow: void setFirstHorizontalBias(float) +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver +wangdaye.com.geometricweather.R$styleable: int MotionLayout_showPaths +androidx.appcompat.widget.AppCompatEditText: void setCustomSelectionActionModeCallback(android.view.ActionMode$Callback) +wangdaye.com.geometricweather.R$styleable: int SwitchPreference_switchTextOn +androidx.constraintlayout.widget.R$styleable: int KeyPosition_curveFit +cyanogenmod.providers.CMSettings$Secure: float getFloatForUser(android.content.ContentResolver,java.lang.String,float,int) +com.jaredrummler.android.colorpicker.R$styleable: int[] ButtonBarLayout +com.jaredrummler.android.colorpicker.R$dimen: int cpv_column_width +wangdaye.com.geometricweather.settings.dialogs.AdaptiveIconDialog +io.reactivex.internal.subscriptions.BasicQueueSubscription: void request(long) +com.google.android.material.R$attr: int labelVisibilityMode +cyanogenmod.hardware.CMHardwareManager: boolean writePersistentString(java.lang.String,java.lang.String) +james.adaptiveicon.R$style: int Base_AlertDialog_AppCompat_Light +wangdaye.com.geometricweather.R$string: int abc_menu_ctrl_shortcut_label +wangdaye.com.geometricweather.R$drawable: int abc_cab_background_top_mtrl_alpha +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_28 +james.adaptiveicon.R$attr +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar +androidx.hilt.R$layout: int notification_template_part_chronometer +wangdaye.com.geometricweather.R$styleable: int[] MotionTelltales +okhttp3.internal.connection.RouteException: java.io.IOException firstException +james.adaptiveicon.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle +com.google.android.material.R$attr: int navigationContentDescription +androidx.constraintlayout.widget.R$id: int right_side +androidx.constraintlayout.widget.R$id: int rectangles +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Compat_Notification_Line2 +androidx.appcompat.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader +cyanogenmod.weather.IRequestInfoListener$Stub$Proxy: void onWeatherRequestCompleted(cyanogenmod.weather.RequestInfo,int,cyanogenmod.weather.WeatherInfo) +wangdaye.com.geometricweather.R$dimen: int compat_button_padding_horizontal_material +com.google.android.material.R$styleable: int[] CoordinatorLayout_Layout +com.xw.repo.bubbleseekbar.R$drawable: int notification_template_icon_low_bg +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_toLeftOf +com.amap.api.fence.PoiItem: java.lang.String getTel() +android.didikee.donate.R$string +androidx.appcompat.resources.R$dimen: int notification_large_icon_width +com.turingtechnologies.materialscrollbar.R$attr: int dialogCornerRadius +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_switchPreferenceCompatStyle +androidx.constraintlayout.widget.R$styleable: int Constraint_motionProgress +wangdaye.com.geometricweather.R$id: int parallax +okhttp3.OkHttpClient: okhttp3.Authenticator proxyAuthenticator +wangdaye.com.geometricweather.common.basic.models.weather.Current: Current(java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,wangdaye.com.geometricweather.common.basic.models.weather.Temperature,wangdaye.com.geometricweather.common.basic.models.weather.Precipitation,wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability,wangdaye.com.geometricweather.common.basic.models.weather.Wind,wangdaye.com.geometricweather.common.basic.models.weather.UV,wangdaye.com.geometricweather.common.basic.models.weather.AirQuality,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.String,java.lang.String) +com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_max_width +wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit +com.jaredrummler.android.colorpicker.R$attr: int dialogCornerRadius +wangdaye.com.geometricweather.R$drawable: int notif_temp_10 +androidx.constraintlayout.widget.R$id: int triangle +androidx.vectordrawable.R$styleable: int GradientColor_android_tileMode +androidx.appcompat.R$string: int abc_shareactionprovider_share_with_application +com.tencent.bugly.crashreport.crash.e: android.content.Context a +okhttp3.Cache: void initialize() +androidx.lifecycle.MethodCallsLogger: MethodCallsLogger() +com.turingtechnologies.materialscrollbar.R$anim: int abc_shrink_fade_out_from_bottom +james.adaptiveicon.R$dimen: int abc_list_item_padding_horizontal_material +com.google.android.material.chip.Chip: void setChipMinHeight(float) +androidx.preference.R$styleable: int[] CompoundButton +com.turingtechnologies.materialscrollbar.R$color: int mtrl_chip_background_color +com.bumptech.glide.integration.okhttp.R$id: int tag_unhandled_key_event_manager +okio.ForwardingSink: okio.Sink delegate +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float windSpeed +wangdaye.com.geometricweather.R$drawable: int notif_temp_4 +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1: BaiduIPLocationService$1(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService,wangdaye.com.geometricweather.location.services.LocationService$LocationCallback) +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge +com.google.android.material.R$styleable: int ConstraintSet_flow_verticalGap +androidx.preference.R$id: int bottom +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_autoSizeTextType +com.xw.repo.bubbleseekbar.R$style: int Base_V21_Theme_AppCompat_Dialog +io.reactivex.internal.util.VolatileSizeArrayList: boolean add(java.lang.Object) +androidx.work.BackoffPolicy: androidx.work.BackoffPolicy valueOf(java.lang.String) +androidx.appcompat.R$dimen: int highlight_alpha_material_colored +androidx.constraintlayout.widget.R$drawable: int notification_tile_bg +com.xw.repo.bubbleseekbar.R$dimen +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ProgressBar +com.turingtechnologies.materialscrollbar.R$id: int transition_current_scene +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.String getWeatherSource() +wangdaye.com.geometricweather.R$attr: int mock_showDiagonals +androidx.legacy.coreutils.R$styleable: int FontFamily_fontProviderFetchStrategy +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: java.util.List timelaps +androidx.preference.R$styleable: int MultiSelectListPreference_android_entryValues +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void onComplete() +james.adaptiveicon.R$styleable: int[] LinearLayoutCompat +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_NoActionBar_Bridge +androidx.fragment.R$id: int line1 +wangdaye.com.geometricweather.R$id: int startVertical +com.jaredrummler.android.colorpicker.R$attr: int arrowHeadLength +com.google.android.material.R$string: int abc_search_hint +androidx.preference.R$attr: int windowFixedHeightMinor +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_11 +cyanogenmod.profiles.AirplaneModeSettings$BooleanState: AirplaneModeSettings$BooleanState() +com.tencent.bugly.crashreport.CrashReport: void initCrashReport(android.content.Context,java.lang.String,boolean,com.tencent.bugly.crashreport.CrashReport$UserStrategy) +wangdaye.com.geometricweather.db.entities.DailyEntity: int getNighttimeTemperature() +androidx.coordinatorlayout.R$id: int line1 +androidx.appcompat.widget.AppCompatSpinner: android.graphics.drawable.Drawable getPopupBackground() +wangdaye.com.geometricweather.R$styleable: int KeyPosition_motionTarget +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ActionBar_PrimarySurface +com.google.android.material.slider.RangeSlider: void setLabelFormatter(com.google.android.material.slider.LabelFormatter) +io.reactivex.internal.util.EmptyComponent: void onError(java.lang.Throwable) +androidx.preference.R$attr: int spinBars +androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_marginLeft +wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Hint +androidx.preference.R$styleable: int AppCompatTextView_autoSizeStepGranularity +wangdaye.com.geometricweather.R$attr: int background_color +wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_height +okhttp3.Interceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) +wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_itemShapeAppearanceOverlay +com.jaredrummler.android.colorpicker.R$styleable: int[] GradientColorItem +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle +io.reactivex.Observable: io.reactivex.Observable sorted() +wangdaye.com.geometricweather.R$id: int large +okhttp3.MultipartBody: okhttp3.MediaType FORM +retrofit2.ParameterHandler$HeaderMap: retrofit2.Converter valueConverter +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse +androidx.appcompat.R$style: int Widget_AppCompat_ActionMode +james.adaptiveicon.R$styleable: int FontFamilyFont_android_fontWeight +okhttp3.internal.connection.RouteSelector +androidx.dynamicanimation.R$dimen: int notification_right_side_padding_top +androidx.coordinatorlayout.R$dimen: int notification_right_side_padding_top +com.google.android.material.R$style: int Base_MaterialAlertDialog_MaterialComponents_Title_Panel +cyanogenmod.os.Build$CM_VERSION_CODES +com.google.android.material.floatingactionbutton.FloatingActionButton: void setBackgroundTintMode(android.graphics.PorterDuff$Mode) +androidx.lifecycle.LifecycleRegistry$1: int[] $SwitchMap$androidx$lifecycle$Lifecycle$Event +com.tencent.bugly.proguard.i: double a(double,int,boolean) +wangdaye.com.geometricweather.R$styleable: int MaterialButton_android_insetTop +okio.BufferedSource: long indexOf(okio.ByteString,long) +com.google.android.material.R$styleable: int MaterialCardView_checkedIconMargin +androidx.preference.R$styleable: int AnimatedStateListDrawableTransition_android_drawable +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void drain() +androidx.appcompat.R$attr: int homeAsUpIndicator +james.adaptiveicon.R$styleable: int MenuItem_numericModifiers +okhttp3.internal.cache2.Relay: int SOURCE_FILE +james.adaptiveicon.R$id: int action_menu_divider +com.google.android.material.textfield.TextInputLayout: int getErrorTextCurrentColor() +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getThemePackageNameForComponent(java.lang.String) +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: long serialVersionUID +androidx.drawerlayout.widget.DrawerLayout: android.graphics.drawable.Drawable getStatusBarBackgroundDrawable() +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_menu_share_mtrl_alpha +com.jaredrummler.android.colorpicker.R$attr: int customNavigationLayout +wangdaye.com.geometricweather.R$attr: int preferenceStyle +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_Alert +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.String dailyWeatherIcon +james.adaptiveicon.R$attr: int actionBarPopupTheme +androidx.lifecycle.extensions.R$layout: int notification_action_tombstone +wangdaye.com.geometricweather.R$drawable: int ic_mtrl_chip_close_circle +wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_light_disabled +com.bumptech.glide.integration.okhttp.R$id: int italic +androidx.preference.R$dimen: int abc_action_bar_stacked_max_height +okhttp3.internal.http2.Http2Connection: int OKHTTP_CLIENT_WINDOW_SIZE +androidx.lifecycle.extensions.R$layout: int notification_template_icon_group +okhttp3.RequestBody$3: long contentLength() +androidx.lifecycle.AbstractSavedStateViewModelFactory: androidx.savedstate.SavedStateRegistry mSavedStateRegistry +androidx.appcompat.R$styleable: int View_android_theme +cyanogenmod.weather.WeatherLocation: java.lang.String mKey +com.google.android.material.R$styleable: int ConstraintSet_android_translationZ +io.reactivex.Observable: io.reactivex.Observable buffer(io.reactivex.ObservableSource,io.reactivex.functions.Function,java.util.concurrent.Callable) +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void run() +android.didikee.donate.R$styleable: int Toolbar_navigationContentDescription +wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_light +com.google.android.material.R$drawable: int abc_ic_ab_back_material +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.Temperature temperature +com.turingtechnologies.materialscrollbar.R$attr: int borderlessButtonStyle +wangdaye.com.geometricweather.R$id: int activity_widget_config +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_29 +androidx.customview.R$color +cyanogenmod.app.suggest.IAppSuggestProvider: boolean handles(android.content.Intent) +okhttp3.internal.http2.Http2: byte FLAG_END_STREAM +cyanogenmod.app.CMContextConstants: java.lang.String CM_APP_SUGGEST_SERVICE +wangdaye.com.geometricweather.db.entities.DailyEntity: void setCityId(java.lang.String) +okhttp3.OkHttpClient: okhttp3.Call newCall(okhttp3.Request) +wangdaye.com.geometricweather.R$id: int widget_day_week_icon +com.google.android.material.R$styleable: int[] ClockHandView +com.tencent.bugly.crashreport.crash.a: long b +cyanogenmod.app.IProfileManager$Stub$Proxy: boolean addProfile(cyanogenmod.app.Profile) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_127 +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_MinWidth +com.tencent.bugly.crashreport.CrashReport$UserStrategy: com.tencent.bugly.crashreport.CrashReport$CrashHandleCallback getCrashHandleCallback() +com.jaredrummler.android.colorpicker.R$attr: int switchMinWidth +com.tencent.bugly.proguard.a: byte[] a() +androidx.lifecycle.ViewModelProvider$OnRequeryFactory +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Direction: java.lang.String English +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Title_Inverse +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHeight_min +wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_itemStrokeColor +androidx.viewpager.R$layout: int notification_template_part_time +okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean forWebSocket +com.google.android.material.R$styleable: int Spinner_android_dropDownWidth +cyanogenmod.weather.RequestInfo$1: java.lang.Object[] newArray(int) +androidx.appcompat.widget.AppCompatCheckBox: android.content.res.ColorStateList getSupportButtonTintList() +com.google.android.material.R$styleable: int SnackbarLayout_actionTextColorAlpha +wangdaye.com.geometricweather.R$drawable: int widget_clock_day_horizontal +com.google.android.material.chip.Chip: void setCloseIconContentDescription(java.lang.CharSequence) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric Metric +cyanogenmod.weatherservice.ServiceRequest: void complete(cyanogenmod.weatherservice.ServiceRequestResult) +cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_EXISTING_UUID +androidx.hilt.R$styleable: R$styleable() +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode ENHANCE_YOUR_CALM +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Rain Rain +wangdaye.com.geometricweather.R$styleable: int MaterialButton_strokeWidth +android.didikee.donate.R$layout: int abc_alert_dialog_button_bar_material +com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_android_orientation +okhttp3.Request$Builder: okhttp3.Request$Builder post(okhttp3.RequestBody) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_TextView_SpinnerItem +wangdaye.com.geometricweather.R$string: int key_distance_unit +okhttp3.Cache$Entry: java.util.List readCertificateList(okio.BufferedSource) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_110 +wangdaye.com.geometricweather.R$id: int dialog_location_help_permissionIcon +android.didikee.donate.R$attr: int spinnerDropDownItemStyle +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$LocalSource +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_Button +com.google.android.material.R$styleable: int ShapeAppearance_cornerFamilyTopRight +androidx.appcompat.widget.Toolbar: void setSubtitleTextColor(android.content.res.ColorStateList) +com.google.android.gms.common.internal.zzv +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Metric +okio.HashingSource: okio.ByteString hash() +com.google.android.material.R$dimen: int abc_dialog_list_padding_bottom_no_buttons +okhttp3.internal.http1.Http1Codec$ChunkedSink: okio.ForwardingTimeout timeout +cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper: void onCustomTileRemoved(org.cyanogenmod.internal.statusbar.IStatusBarCustomTileHolder) +androidx.lifecycle.ClassesInfoCache: int CALL_TYPE_PROVIDER_WITH_EVENT +com.google.android.material.tabs.TabLayout: int getTabMode() +io.reactivex.Observable: io.reactivex.Observable combineLatest(java.lang.Iterable,io.reactivex.functions.Function,int) +com.turingtechnologies.materialscrollbar.R$style: int Platform_MaterialComponents_Light_Dialog +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: void setOnClickListener(android.view.View$OnClickListener) +androidx.work.R$layout: int notification_template_icon_group +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionButton_CloseMode +androidx.preference.R$dimen: int abc_dialog_fixed_height_minor +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_2 +com.google.android.material.R$layout: int abc_action_mode_close_item_material +androidx.constraintlayout.widget.R$id: int search_badge +android.didikee.donate.R$style: int TextAppearance_AppCompat_Large +androidx.constraintlayout.helper.widget.Flow +com.google.android.material.R$styleable: int ConstraintSet_flow_maxElementsWrap +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_weather +androidx.work.R$styleable: int FontFamily_fontProviderFetchTimeout +com.google.android.material.switchmaterial.SwitchMaterial: android.content.res.ColorStateList getMaterialThemeColorsThumbTintList() +io.reactivex.exceptions.CompositeException: java.lang.String getMessage() +wangdaye.com.geometricweather.R$animator: int linear_indeterminate_line2_tail_interpolator +androidx.constraintlayout.widget.R$styleable: int Toolbar_subtitleTextColor +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarDivider +android.didikee.donate.R$drawable: int abc_list_selector_background_transition_holo_dark +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Subhead_Inverse +com.turingtechnologies.materialscrollbar.R$attr: int icon +androidx.appcompat.R$styleable: int TextAppearance_android_typeface +androidx.lifecycle.AndroidViewModel +androidx.appcompat.R$drawable: int abc_ic_search_api_material +androidx.lifecycle.extensions.R$style: int Widget_Compat_NotificationActionContainer +androidx.constraintlayout.widget.R$attr: int layout_constrainedHeight +com.google.android.material.R$attr: int useMaterialThemeColors +cyanogenmod.app.suggest.IAppSuggestProvider$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +cyanogenmod.externalviews.ExternalViewProviderService$Provider: void onDetach() +com.tencent.bugly.crashreport.crash.anr.b: void a(java.lang.String) +androidx.preference.R$style: int Base_Widget_AppCompat_ListView_Menu +wangdaye.com.geometricweather.R$attr: int materialAlertDialogBodyTextStyle +androidx.core.R$dimen: int notification_action_icon_size +wangdaye.com.geometricweather.R$dimen: int mtrl_navigation_item_shape_vertical_margin +androidx.preference.R$styleable: int ActionBar_customNavigationLayout +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatSeekBar_tickMarkTintMode +com.google.android.material.R$id: int stop +okhttp3.internal.http2.Huffman: Huffman() +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_toLeftOf +cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String resPkg +okhttp3.internal.connection.StreamAllocation: okhttp3.internal.http.HttpCodec newStream(okhttp3.OkHttpClient,okhttp3.Interceptor$Chain,boolean) +james.adaptiveicon.R$styleable: int ActionBar_contentInsetRight +wangdaye.com.geometricweather.R$drawable: int material_ic_keyboard_arrow_right_black_24dp +androidx.preference.R$styleable: int CompoundButton_buttonTintMode +com.jaredrummler.android.colorpicker.R$attr: int actionModeCutDrawable +retrofit2.RequestFactory$Builder: void parseHttpMethodAndPath(java.lang.String,java.lang.String,boolean) +wangdaye.com.geometricweather.R$dimen: int mtrl_tooltip_padding +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_Button_Colored +wangdaye.com.geometricweather.R$style: int Theme_Design +retrofit2.HttpServiceMethod$SuspendForResponse: retrofit2.CallAdapter callAdapter +androidx.dynamicanimation.R$id: int action_divider +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_RatingBar_Indicator +cyanogenmod.weatherservice.IWeatherProviderService: void processWeatherUpdateRequest(cyanogenmod.weather.RequestInfo) +com.google.android.material.R$id: int tag_accessibility_heading +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Subhead +com.google.android.material.R$styleable: int CollapsingToolbarLayout_scrimVisibleHeightTrigger +androidx.coordinatorlayout.R$drawable: int notify_panel_notification_icon_bg +androidx.transition.R$dimen: int notification_big_circle_margin +androidx.work.impl.WorkDatabase_Impl: WorkDatabase_Impl() +com.bumptech.glide.R$style: int TextAppearance_Compat_Notification_Line2 +androidx.constraintlayout.motion.widget.MotionLayout$TransitionState: androidx.constraintlayout.motion.widget.MotionLayout$TransitionState SETUP +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: void dispose() +androidx.constraintlayout.widget.R$id: int reverseSawtooth +com.jaredrummler.android.colorpicker.R$attr: int dialogTitle +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_CompoundButton_Switch +cyanogenmod.app.CustomTile$ExpandedItem: void internalSetItemSummary(java.lang.String) +androidx.appcompat.widget.ActionBarContextView: java.lang.CharSequence getSubtitle() +androidx.appcompat.R$dimen: int compat_button_inset_horizontal_material +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_startIconTintMode +androidx.loader.R$dimen: int notification_media_narrow_margin +cyanogenmod.providers.CMSettings$Secure: java.lang.String LIVE_DISPLAY_COLOR_MATRIX +wangdaye.com.geometricweather.R$id: int activity_widget_config_clockFontContainer +androidx.core.R$style: int TextAppearance_Compat_Notification_Line2 +cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener access$900(cyanogenmod.externalviews.KeyguardExternalView) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorControlActivated +androidx.hilt.work.R$integer: int status_bar_notification_info_maxnum +wangdaye.com.geometricweather.R$attr: int arc_angle +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Headline +cyanogenmod.hardware.CMHardwareManager: int VIBRATOR_DEFAULT_INDEX +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: ChineseCityEntity() +androidx.appcompat.R$styleable: int ActivityChooserView_initialActivityCount +okhttp3.internal.Util$1 +com.bumptech.glide.load.engine.GlideException: java.util.List getCauses() +com.turingtechnologies.materialscrollbar.DateAndTimeIndicator: int getIndicatorWidth() +androidx.fragment.R$id: int action_image +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval getInstance(java.lang.String) +wangdaye.com.geometricweather.R$menu: int activity_settings +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Overline +wangdaye.com.geometricweather.db.entities.DailyEntityDao: wangdaye.com.geometricweather.db.entities.DailyEntity readEntity(android.database.Cursor,int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Metric: java.lang.String Unit +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_1_black +wangdaye.com.geometricweather.R$string: int date_format_long +androidx.preference.R$dimen: int abc_dialog_list_padding_bottom_no_buttons +com.jaredrummler.android.colorpicker.R$attr: int dialogTheme +com.turingtechnologies.materialscrollbar.R$styleable: int ActionMode_closeItemLayout +com.bumptech.glide.R$attr: int fontProviderQuery +android.didikee.donate.R$styleable: int MenuItem_android_orderInCategory +okhttp3.internal.http2.Http2Connection: void writePing(boolean,int,int) +io.reactivex.Observable: io.reactivex.Observable retry(long) +androidx.appcompat.R$drawable: int notification_template_icon_low_bg +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Headline +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: java.lang.Integer alti +androidx.appcompat.R$drawable: int btn_radio_on_to_off_mtrl_animation +wangdaye.com.geometricweather.R$attr: int bsb_min +androidx.constraintlayout.utils.widget.ImageFilterView: float getBrightness() +okhttp3.Cache$CacheResponseBody +cyanogenmod.app.Profile$DozeMode: int DISABLE +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String IS_LEGACY_ICONPACK +okhttp3.internal.http2.PushObserver$1: PushObserver$1() +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property AqiText +androidx.preference.R$style: int Widget_AppCompat_ActionBar +com.tencent.bugly.nativecrashreport.R$string +okhttp3.internal.http2.Http2Stream$FramingSource: okio.Buffer receiveBuffer +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void onError(java.lang.Throwable) +androidx.drawerlayout.R$drawable: int notification_bg_low_pressed +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents +wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_text_disabled +wangdaye.com.geometricweather.R$string: int key_click_widget_to_refresh +cyanogenmod.app.CustomTile: boolean sensitiveData +androidx.appcompat.widget.ListPopupWindow: void setOnItemSelectedListener(android.widget.AdapterView$OnItemSelectedListener) +androidx.appcompat.R$style: int Base_Theme_AppCompat_Dialog +com.google.android.material.R$attr: int textAppearanceHeadline2 +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Large_Inverse +androidx.constraintlayout.widget.R$styleable: int ActionMode_closeItemLayout +com.google.gson.stream.JsonReader: java.lang.String[] pathNames +androidx.appcompat.R$styleable: int SearchView_android_inputType +okhttp3.Cache: java.util.Iterator urls() +wangdaye.com.geometricweather.R$dimen: int material_filled_edittext_font_1_3_padding_bottom +androidx.core.R$id: int action_image +androidx.preference.R$color: int button_material_dark +wangdaye.com.geometricweather.R$color: int mtrl_navigation_item_icon_tint +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_CompoundButton_CheckBox +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_LargeTouch +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintStart_toStartOf +androidx.appcompat.R$style: int TextAppearance_Compat_Notification_Line2 +androidx.appcompat.widget.AppCompatEditText: AppCompatEditText(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: SunMoonView(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$dimen: int mtrl_fab_min_touch_target +wangdaye.com.geometricweather.R$color: int cpv_default_color +androidx.appcompat.R$color: int abc_btn_colored_text_material +com.google.android.gms.base.R$styleable: int[] LoadingImageView +okhttp3.Interceptor$Chain: int connectTimeoutMillis() +cyanogenmod.providers.CMSettings$Secure: java.lang.String LOCKSCREEN_INTERNALLY_ENABLED +com.tencent.bugly.proguard.i: i() +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language valueOf(java.lang.String) +android.didikee.donate.R$drawable: int abc_cab_background_internal_bg +com.google.android.material.R$styleable: int[] Spinner +com.google.android.material.R$styleable: int[] KeyTrigger +wangdaye.com.geometricweather.R$drawable: int notif_temp_1 +androidx.constraintlayout.widget.R$attr: int track +androidx.customview.R$id: int icon_group +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: java.lang.String getInterfaceDescriptor() +wangdaye.com.geometricweather.R$styleable: int ActionBar_progressBarStyle +android.didikee.donate.R$dimen: int abc_dropdownitem_text_padding_left +com.google.android.material.R$attr: int layout_constraintHorizontal_bias +retrofit2.RequestBuilder: java.lang.String canonicalizeForPath(java.lang.String,boolean) +androidx.vectordrawable.R$id: int accessibility_custom_action_1 +com.google.android.material.R$styleable: int Layout_minHeight +com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleEnabled(boolean) +com.google.android.material.R$xml: int standalone_badge_gravity_bottom_end wangdaye.com.geometricweather.R$id: int wide -android.didikee.donate.R$id: int text2 -com.xw.repo.bubbleseekbar.R$attr: int bsb_show_progress_in_float -com.google.gson.stream.JsonWriter: java.lang.String deferredName -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer realFeelShaderTemperature -okhttp3.internal.http2.Header: java.lang.String TARGET_AUTHORITY_UTF8 -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_chip_pressed_translation_z -com.tencent.bugly.crashreport.common.info.a: long i -androidx.swiperefreshlayout.R$style -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1 -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionBar_Solid -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: android.os.IBinder asBinder() -com.google.android.material.R$style: int CardView_Dark -wangdaye.com.geometricweather.R$styleable: int SearchView_closeIcon -androidx.constraintlayout.widget.R$styleable: int[] SwitchCompat -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: java.lang.String getDistanceText(android.content.Context,float) -com.google.android.material.R$dimen: int design_fab_border_width -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: java.lang.String to -james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_drawableRight -okhttp3.internal.http2.Huffman: okhttp3.internal.http2.Huffman get() -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeTemperature +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setPm10Desc(java.lang.String) +androidx.recyclerview.widget.RecyclerView: void suppressLayout(boolean) +wangdaye.com.geometricweather.R$drawable: int notif_temp_22 +wangdaye.com.geometricweather.R$styleable: int Transition_staggered +com.tencent.bugly.crashreport.common.info.a: long Q() +com.google.android.material.datepicker.MaterialCalendar: MaterialCalendar() +com.google.android.material.R$styleable: int[] ProgressIndicator +cyanogenmod.externalviews.ExternalViewProviderService: android.os.IBinder onBind(android.content.Intent) +retrofit2.KotlinExtensions$awaitResponse$$inlined$suspendCancellableCoroutine$lambda$1: void invoke(java.lang.Throwable) +com.google.gson.LongSerializationPolicy$2: com.google.gson.JsonElement serialize(java.lang.Long) +androidx.lifecycle.ViewModelProvider: androidx.lifecycle.ViewModelProvider$Factory mFactory +com.google.android.material.R$styleable: int ViewStubCompat_android_inflatedId +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWindChillTemperature(java.lang.Integer) +wangdaye.com.geometricweather.R$attr: int switchTextAppearance +wangdaye.com.geometricweather.R$string: int air_quality +com.tencent.bugly.proguard.u: long o +com.bumptech.glide.load.engine.GlideException: java.util.List getRootCauses() +androidx.work.impl.utils.futures.AbstractFuture: java.lang.Object value +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Weather weather +androidx.recyclerview.widget.RecyclerView: void setLayoutManager(androidx.recyclerview.widget.RecyclerView$LayoutManager) +com.jaredrummler.android.colorpicker.R$color: int primary_material_light +androidx.swiperefreshlayout.R$id: int tag_accessibility_heading +cyanogenmod.externalviews.ExternalView$4: cyanogenmod.externalviews.ExternalView this$0 +com.google.android.material.R$styleable: int NavigationView_shapeAppearanceOverlay +com.amap.api.location.AMapLocation: double getLongitude() +androidx.constraintlayout.widget.R$dimen: int abc_panel_menu_list_width +okhttp3.internal.http1.Http1Codec: okio.Source newChunkedSource(okhttp3.HttpUrl) +com.google.android.material.internal.ScrimInsetsFrameLayout: void setScrimInsetForeground(android.graphics.drawable.Drawable) +androidx.appcompat.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator CAMERA_SLEEP_ON_RELEASE_VALIDATOR +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float getRain() +wangdaye.com.geometricweather.common.basic.models.Location: android.os.Parcelable$Creator CREATOR +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: boolean mObserving +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ImageButton +androidx.fragment.R$id: int tag_unhandled_key_listeners +androidx.lifecycle.LifecycleRegistry: void popParentState() +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Compat_Notification_Line2 +okhttp3.Response: boolean isSuccessful() +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.google.android.material.floatingactionbutton.FloatingActionButton: androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior getBehavior() +okhttp3.internal.Internal: java.net.Socket deduplicate(okhttp3.ConnectionPool,okhttp3.Address,okhttp3.internal.connection.StreamAllocation) +okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.lang.String binarySearchBytes(byte[],byte[][],int) +com.bumptech.glide.integration.okhttp.R$attr: int ttcIndex +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void onComplete() +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_waveOffset +androidx.appcompat.R$layout: int abc_search_view +com.google.android.material.progressindicator.ProgressIndicator: void setIndicatorType(int) +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_Switch +cyanogenmod.hardware.ThermalListenerCallback$State: ThermalListenerCallback$State() +androidx.lifecycle.LiveData: void assertMainThread(java.lang.String) +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_paddingLeft +cyanogenmod.externalviews.KeyguardExternalView: void executeQueue() +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_Switch +androidx.coordinatorlayout.widget.CoordinatorLayout: java.util.List getDependencySortedChildren() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatSeekBar_android_thumb +androidx.legacy.coreutils.R$styleable: int FontFamilyFont_android_ttcIndex +okio.GzipSink: void writeFooter() +wangdaye.com.geometricweather.R$dimen: int mtrl_progress_indicator_full_rounded_corner_radius +com.jaredrummler.android.colorpicker.R$attr: int contentInsetLeft +androidx.preference.R$id: R$id() +androidx.constraintlayout.widget.R$attr: int actionProviderClass +okhttp3.Cookie: boolean httpOnly() +com.google.android.material.R$attr: int layout_anchorGravity +com.google.android.material.R$integer: int config_tooltipAnimTime +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_seek_by_section +cyanogenmod.profiles.RingModeSettings: cyanogenmod.profiles.RingModeSettings fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void request(long) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: java.lang.String desc +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String weatherSource +androidx.preference.R$dimen: int compat_notification_large_icon_max_height +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setDeviceModeDistanceFilter(float) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon Moon +wangdaye.com.geometricweather.R$color: int material_on_surface_emphasis_medium +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: java.lang.String getZh_CN() +okhttp3.OkHttpClient: okhttp3.Authenticator proxyAuthenticator() +androidx.appcompat.R$style: int TextAppearance_AppCompat_Display2 +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Direction +okio.HashingSink: okio.HashingSink sha1(okio.Sink) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar +androidx.lifecycle.LifecycleRegistry: java.lang.ref.WeakReference mLifecycleOwner +wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerFamilyBottomRight +com.tencent.bugly.b: boolean a +wangdaye.com.geometricweather.R$dimen: int material_filled_edittext_font_2_0_padding_top +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_android_textAppearance +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_ratingBarStyleSmall +androidx.activity.R$dimen: int compat_notification_large_icon_max_width +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int AQI_INDEX_2 +cyanogenmod.themes.IThemeChangeListener$Stub$Proxy: java.lang.String getInterfaceDescriptor() +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: void onSuccess(java.lang.Object) +wangdaye.com.geometricweather.R$id: int action_bar_container +com.bumptech.glide.R$id +cyanogenmod.content.Intent: java.lang.String ACTION_SCREEN_CAMERA_GESTURE +androidx.recyclerview.widget.RecyclerView: void setRecyclerListener(androidx.recyclerview.widget.RecyclerView$RecyclerListener) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_editTextColor +retrofit2.RequestBuilder$ContentTypeOverridingRequestBody: void writeTo(okio.BufferedSink) +androidx.preference.R$bool: int abc_action_bar_embed_tabs +okhttp3.Call$Factory +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_seekBarStyle +androidx.activity.R$styleable: int FontFamilyFont_fontWeight +androidx.transition.R$dimen: int notification_top_pad_large_text +wangdaye.com.geometricweather.R$integer: int abc_config_activityDefaultDur +com.amap.api.location.AMapLocation: void setLatitude(double) +com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status FAILED +com.tencent.bugly.crashreport.biz.a: void a(com.tencent.bugly.crashreport.biz.a) +wangdaye.com.geometricweather.R$anim: int fragment_fade_exit +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription(org.reactivestreams.Subscriber,androidx.lifecycle.LifecycleOwner,androidx.lifecycle.LiveData) +wangdaye.com.geometricweather.R$attr: int windowActionBarOverlay +androidx.constraintlayout.widget.R$style +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling +androidx.appcompat.R$color: int abc_hint_foreground_material_dark +io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: long serialVersionUID +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: long serialVersionUID +androidx.preference.R$drawable: int notification_template_icon_low_bg +com.google.android.material.chip.Chip: void setRippleColorResource(int) +com.google.android.material.R$styleable: int Transition_transitionDisable +com.google.android.material.R$drawable: R$drawable() +com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: CircularRevealCoordinatorLayout(android.content.Context) +android.didikee.donate.R$id: int activity_chooser_view_content +okhttp3.internal.http2.Http2Connection: void failConnection() +james.adaptiveicon.R$styleable: int DrawerArrowToggle_gapBetweenBars +androidx.preference.R$styleable: int AppCompatTheme_actionModeBackground +io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: void dispose() +androidx.lifecycle.FullLifecycleObserverAdapter: FullLifecycleObserverAdapter(androidx.lifecycle.FullLifecycleObserver,androidx.lifecycle.LifecycleEventObserver) +retrofit2.BuiltInConverters$RequestBodyConverter: BuiltInConverters$RequestBodyConverter() +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: long serialVersionUID +io.reactivex.internal.util.VolatileSizeArrayList: boolean addAll(int,java.util.Collection) +androidx.appcompat.R$bool +io.reactivex.internal.util.EmptyComponent: boolean isDisposed() +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorControlNormal +wangdaye.com.geometricweather.R$dimen: int mtrl_min_touch_target_size +wangdaye.com.geometricweather.R$attr: int itemShapeAppearanceOverlay +wangdaye.com.geometricweather.R$attr: int labelStyle +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_barrierAllowsGoneWidgets +retrofit2.OkHttpCall$ExceptionCatchingResponseBody: OkHttpCall$ExceptionCatchingResponseBody(okhttp3.ResponseBody) +com.google.android.material.R$drawable: int abc_scrubber_primary_mtrl_alpha +james.adaptiveicon.R$attr: int submitBackground +okio.Buffer$UnsafeCursor: boolean readWrite +com.google.android.material.tabs.TabLayout: void setOnTabSelectedListener(com.google.android.material.tabs.TabLayout$BaseOnTabSelectedListener) +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_verticalGap +com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_endColor +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void fail(java.lang.Throwable,io.reactivex.Observer,io.reactivex.internal.queue.SpscLinkedArrayQueue) +com.google.android.material.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert +io.reactivex.Observable: io.reactivex.Observable doOnDispose(io.reactivex.functions.Action) +com.google.android.material.R$dimen: int abc_text_size_headline_material +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: java.util.concurrent.atomic.AtomicReference current +androidx.core.R$styleable: int GradientColor_android_endY +androidx.preference.R$attr: int actionModePopupWindowStyle +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_aa_light +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item +androidx.constraintlayout.widget.R$attr: int animate_relativeTo +com.google.android.material.R$color: int abc_tint_seek_thumb +okhttp3.ResponseBody$1 +okhttp3.ConnectionSpec: java.util.List tlsVersions() +com.google.android.material.R$styleable: int NavigationView_itemShapeAppearance +io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: io.reactivex.internal.disposables.SequentialDisposable timed +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setNestedScrollingEnabled(boolean) +com.google.android.material.R$style: int Platform_AppCompat +androidx.appcompat.R$styleable: int AppCompatTextHelper_android_drawableStart +wangdaye.com.geometricweather.R$id: int activity_widget_config_cardAlphaSeekBar +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void onSubscribe(io.reactivex.disposables.Disposable) +okio.DeflaterSink: java.util.zip.Deflater deflater +com.google.android.material.datepicker.SingleDateSelector: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.db.entities.DailyEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) +androidx.hilt.work.R$id: int time +io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: io.reactivex.internal.operators.observable.ObservableCache parent +androidx.recyclerview.R$styleable: int[] FontFamily +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean +james.adaptiveicon.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset +androidx.appcompat.widget.SearchView: void setOnSearchClickListener(android.view.View$OnClickListener) +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintVertical_bias +androidx.appcompat.resources.R$integer: int status_bar_notification_info_maxnum +wangdaye.com.geometricweather.R$id: int dialog_weather_hourly_container +wangdaye.com.geometricweather.R$string: int action_alert +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean +androidx.core.R$integer: int status_bar_notification_info_maxnum +androidx.appcompat.widget.ViewStubCompat: android.view.LayoutInflater getLayoutInflater() +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.lang.String getWeatherText() +io.reactivex.observers.DisposableObserver: java.util.concurrent.atomic.AtomicReference upstream +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Long getId() +androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityStopped(android.app.Activity) +cyanogenmod.weather.IRequestInfoListener$Stub: IRequestInfoListener$Stub() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: java.lang.String getValue() +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: boolean isDisposed() +cyanogenmod.providers.ThemesContract +cyanogenmod.os.Concierge: int PARCELABLE_VERSION +android.didikee.donate.R$styleable: int AlertDialog_android_layout +androidx.appcompat.R$dimen: int abc_disabled_alpha_material_dark +wangdaye.com.geometricweather.R$attr: int iconTint +io.reactivex.Observable: io.reactivex.Observable concatEager(io.reactivex.ObservableSource,int,int) +okio.Pipe$PipeSink +wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit: java.lang.String getProbabilityText(android.content.Context,float) +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamily_fontProviderCerts +wangdaye.com.geometricweather.R$layout: int dialog_donate_wechat +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property District +androidx.work.R$id: int line3 +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature Temperature +wangdaye.com.geometricweather.R$drawable: int abc_ratingbar_small_material +androidx.constraintlayout.widget.R$drawable: int abc_textfield_search_material +com.turingtechnologies.materialscrollbar.R$attr: int iconPadding +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: java.lang.String wind_direct +com.turingtechnologies.materialscrollbar.R$styleable: int ThemeEnforcement_enforceMaterialTheme +okio.RealBufferedSource: void close() +androidx.preference.R$styleable: int PreferenceGroup_initialExpandedChildrenCount +com.google.android.material.R$string: int mtrl_picker_day_of_week_column_header +okhttp3.internal.connection.RealConnection: boolean isMultiplexed() +io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: void dispose() +wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String getCityId() +com.jaredrummler.android.colorpicker.R$layout: int select_dialog_multichoice_material +okhttp3.ResponseBody$BomAwareReader: java.nio.charset.Charset charset +androidx.hilt.lifecycle.R$attr: int fontWeight +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Button +james.adaptiveicon.R$attr: int trackTintMode +com.google.android.material.switchmaterial.SwitchMaterial: SwitchMaterial(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial: java.lang.String Unit +com.google.android.material.R$styleable: int CardView_cardPreventCornerOverlap +wangdaye.com.geometricweather.R$animator: int weather_thunderstorm_1 +okhttp3.internal.http2.Http2Stream: boolean hasResponseHeaders +androidx.activity.R$id: int tag_accessibility_actions +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void innerValue(boolean,java.lang.Object) +com.google.android.material.R$color: int checkbox_themeable_attribute_color +cyanogenmod.app.BaseLiveLockManagerService: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() +wangdaye.com.geometricweather.R$styleable: int CardView_contentPaddingBottom +james.adaptiveicon.R$attr: int theme +okhttp3.internal.http1.Http1Codec: int STATE_OPEN_RESPONSE_BODY +wangdaye.com.geometricweather.R$styleable: int PreferenceFragmentCompat_android_dividerHeight +cyanogenmod.weather.WeatherLocation: android.os.Parcelable$Creator CREATOR +com.turingtechnologies.materialscrollbar.R$attr: int customNavigationLayout +com.google.android.material.datepicker.DateValidatorPointBackward +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd +wangdaye.com.geometricweather.main.fragments.MainFragment +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup +james.adaptiveicon.R$drawable: R$drawable() +wangdaye.com.geometricweather.R$color: int mtrl_outlined_icon_tint +james.adaptiveicon.R$drawable: int notify_panel_notification_icon_bg +androidx.constraintlayout.widget.R$styleable: int KeyPosition_percentX +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_RatingBar_Small +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: void setUnit(java.lang.String) +androidx.constraintlayout.widget.R$styleable: int ColorStateListItem_alpha +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_track +androidx.fragment.R$dimen: int notification_right_icon_size +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderSelection +wangdaye.com.geometricweather.R$id: int activity_widget_config_showCardTitle +cyanogenmod.weather.WeatherInfo$DayForecast$Builder: double mHigh +wangdaye.com.geometricweather.R$string: int action_settings +androidx.appcompat.R$id: int none +com.google.android.material.R$styleable: int AppCompatTextView_drawableTopCompat +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_large_material +androidx.constraintlayout.widget.R$attr: int voiceIcon +com.tencent.bugly.crashreport.common.info.a: java.lang.Boolean an +android.didikee.donate.R$color: int button_material_dark +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: long requested() +android.didikee.donate.R$id: int time +com.tencent.bugly.proguard.f: byte f +com.tencent.bugly.crashreport.CrashReport: void postException(int,java.lang.String,java.lang.String,java.lang.String,java.util.Map) +com.jaredrummler.android.colorpicker.R$layout: int preference_widget_checkbox +io.reactivex.Observable: io.reactivex.Observable take(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: int capacityHint +com.google.android.material.R$id: int progress_horizontal +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Speed: double Value +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$NameValueCache sNameValueCache +wangdaye.com.geometricweather.R$color: int design_dark_default_color_primary_dark +androidx.vectordrawable.R$id: int icon_group +androidx.preference.R$styleable: int[] ActionBar +com.tencent.bugly.crashreport.common.info.a: java.lang.Object ax +cyanogenmod.app.Profile$ExpandedDesktopMode +okio.ByteString: okio.ByteString encodeString(java.lang.String,java.nio.charset.Charset) +android.didikee.donate.R$id: int notification_main_column +androidx.work.R$styleable: int[] FontFamilyFont +androidx.constraintlayout.widget.R$attr: int mock_showLabel +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_showDelay +com.google.android.material.R$styleable: int MaterialCalendarItem_itemTextColor +wangdaye.com.geometricweather.R$id: int activity_weather_daily_title +wangdaye.com.geometricweather.R$id: int activity_widget_config_showCardContainer +androidx.recyclerview.R$string: R$string() +androidx.appcompat.R$styleable: int[] ActionBarLayout +android.didikee.donate.R$attr: int gapBetweenBars +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_BRIGHTNESS_CONTROL_VALIDATOR +com.google.gson.stream.JsonReader: int pos +wangdaye.com.geometricweather.R$layout: int activity_search +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_fabSize +cyanogenmod.weather.WeatherInfo: WeatherInfo(cyanogenmod.weather.WeatherInfo$1) +wangdaye.com.geometricweather.R$dimen: int material_clock_size +wangdaye.com.geometricweather.R$styleable: int MaterialCardView_shapeAppearance +james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown +okhttp3.internal.connection.ConnectionSpecSelector +wangdaye.com.geometricweather.R$id: int parentPanel +com.turingtechnologies.materialscrollbar.R$color: int switch_thumb_disabled_material_light +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintLeft_creator +okhttp3.OkHttpClient: int pingIntervalMillis() +io.reactivex.Observable: io.reactivex.Observable onErrorReturnItem(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_Dialog_MinWidth +androidx.preference.R$styleable: int CheckBoxPreference_android_disableDependentsState +com.github.rahatarmanahmed.cpv.CircularProgressView: float startAngle +androidx.constraintlayout.widget.R$styleable: int ActionBar_logo +androidx.lifecycle.Lifecycling: int REFLECTIVE_CALLBACK +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_android_switchTextOn +okhttp3.Request: Request(okhttp3.Request$Builder) +com.tencent.bugly.crashreport.common.info.b: java.lang.String d(android.content.Context) +com.google.android.material.button.MaterialButton: void setStrokeColorResource(int) +james.adaptiveicon.R$color: int tooltip_background_dark +com.google.gson.stream.JsonWriter: int stackSize +cyanogenmod.externalviews.KeyguardExternalView$3: int val$x +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_Button +androidx.vectordrawable.R$color: int notification_icon_bg_color +wangdaye.com.geometricweather.R$attr: int behavior_autoHide +androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type valueOf(java.lang.String) +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: void cancel() +com.google.android.material.radiobutton.MaterialRadioButton +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void drainLoop() +io.reactivex.internal.util.VolatileSizeArrayList: java.lang.String toString() +wangdaye.com.geometricweather.R$attr: int indicatorSize +com.google.android.material.R$attr: int collapsedTitleTextAppearance +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property CityId +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 +androidx.preference.R$id: int split_action_bar +androidx.appcompat.R$attr: int textAllCaps +androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_fontFamily +wangdaye.com.geometricweather.R$drawable: int widget_day_week +androidx.dynamicanimation.R$style: int TextAppearance_Compat_Notification_Title +androidx.appcompat.R$dimen: int disabled_alpha_material_dark +wangdaye.com.geometricweather.R$attr: int tooltipFrameBackground +androidx.preference.R$id: int notification_main_column_container +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_horizontalBias +james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_24 +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeTotalPrecipitationDuration +wangdaye.com.geometricweather.R$styleable: int Preference_summary +wangdaye.com.geometricweather.R$attr: int srcCompat +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_star_black_16dp +james.adaptiveicon.R$drawable: int tooltip_frame_light +androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemHeight +com.google.android.material.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable +wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String getFormattedId() +com.xw.repo.bubbleseekbar.R$attr: int bsb_track_size +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Button_Borderless_Colored +com.turingtechnologies.materialscrollbar.R$attr: int actionMenuTextColor +android.didikee.donate.R$drawable: int abc_ab_share_pack_mtrl_alpha +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: okhttp3.Request request() +com.google.android.material.timepicker.ChipTextInputComboView +com.jaredrummler.android.colorpicker.R$layout: int cpv_preference_square +com.google.android.material.R$style: int Base_DialogWindowTitle_AppCompat +com.github.rahatarmanahmed.cpv.CircularProgressView$6 +com.google.android.material.R$attr: int icon +androidx.customview.R$styleable: int FontFamilyFont_android_fontStyle +androidx.transition.R$drawable +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver +james.adaptiveicon.R$attr: int contentInsetStart +com.tencent.bugly.crashreport.crash.anr.a: java.util.Map b +wangdaye.com.geometricweather.settings.activities.PreviewIconActivity +androidx.drawerlayout.R$color: int notification_action_color_filter +io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: long serialVersionUID +com.google.android.material.R$dimen: int design_snackbar_text_size +okio.RealBufferedSource$1: int available() +com.xw.repo.BubbleSeekBar: void setProgress(float) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: void setStatus(int) +androidx.viewpager2.R$styleable: int FontFamily_fontProviderAuthority +com.amap.api.location.AMapLocationClientOption: float getDeviceModeDistanceFilter() +com.xw.repo.bubbleseekbar.R$styleable: int[] AnimatedStateListDrawableCompat +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeStyle +wangdaye.com.geometricweather.R$string: int summary_collapsed_preference_list +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintRight_creator +com.bumptech.glide.load.HttpException: HttpException(java.lang.String,int) +com.amap.api.fence.GeoFence: java.lang.String BUNDLE_KEY_FENCE +com.tencent.bugly.proguard.an: java.lang.String f +androidx.appcompat.resources.R$styleable: int StateListDrawable_android_variablePadding +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ListPopupWindow +android.didikee.donate.R$dimen: int abc_dialog_fixed_width_minor +androidx.preference.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth +android.didikee.donate.R$drawable: int abc_menu_hardkey_panel_mtrl_mult +wangdaye.com.geometricweather.R$id: int src_in +okhttp3.internal.http2.Http2Codec$StreamFinishingSource: boolean completed +androidx.appcompat.R$dimen: int abc_action_bar_default_padding_start_material +androidx.appcompat.resources.R$dimen: int compat_button_padding_horizontal_material +android.didikee.donate.R$attr: int voiceIcon +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_lastHorizontalStyle +androidx.viewpager2.R$id: int accessibility_custom_action_24 +wangdaye.com.geometricweather.R$string: int feedback_request_permission +com.google.android.material.bottomappbar.BottomAppBar: void setCradleVerticalOffset(float) +io.reactivex.Observable: io.reactivex.Observable join(io.reactivex.ObservableSource,io.reactivex.functions.Function,io.reactivex.functions.Function,io.reactivex.functions.BiFunction) +cyanogenmod.externalviews.ExternalView$8: cyanogenmod.externalviews.ExternalView this$0 +okhttp3.internal.http2.Http2Connection$2: long val$unacknowledgedBytesRead +wangdaye.com.geometricweather.settings.fragments.NotificationColorSettingsFragment: NotificationColorSettingsFragment() +wangdaye.com.geometricweather.common.basic.models.weather.Base: Base(java.lang.String,long,java.util.Date,long,java.util.Date,long) +retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder baseUrl(java.net.URL) +wangdaye.com.geometricweather.R$id: int gone +android.didikee.donate.R$attr: int switchStyle +cyanogenmod.providers.CMSettings$Secure: boolean putFloatForUser(android.content.ContentResolver,java.lang.String,float,int) +wangdaye.com.geometricweather.R$layout: int dialog_time_setter +okhttp3.internal.http2.Http2Codec$StreamFinishingSource: long read(okio.Buffer,long) +wangdaye.com.geometricweather.R$id: int search_close_btn +okhttp3.internal.connection.RouteDatabase: RouteDatabase() +com.tencent.bugly.proguard.p: java.util.Map a(com.tencent.bugly.proguard.p,int,com.tencent.bugly.proguard.o) +james.adaptiveicon.R$style: int Theme_AppCompat_DayNight_Dialog +androidx.preference.R$id: int src_over +com.bumptech.glide.load.HttpException: int statusCode +com.turingtechnologies.materialscrollbar.R$id: R$id() +com.tencent.bugly.crashreport.common.info.a: java.lang.String w() +com.tencent.bugly.proguard.ar: byte a +androidx.activity.R$styleable: int FontFamily_fontProviderCerts +wangdaye.com.geometricweather.R$attr: int cpv_showColorShades +androidx.loader.R$id: int title +com.google.android.material.R$styleable: int TextInputLayout_helperText +okio.RealBufferedSource$1: RealBufferedSource$1(okio.RealBufferedSource) +androidx.core.R$styleable: int ColorStateListItem_alpha +androidx.lifecycle.ViewModel: boolean mCleared +androidx.coordinatorlayout.R$id: int action_divider +wangdaye.com.geometricweather.R$layout: int item_card_display +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_RatingBar_Small +wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_dark_focused +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: boolean setOther(io.reactivex.disposables.Disposable) +james.adaptiveicon.R$attr: int spinnerDropDownItemStyle +androidx.preference.R$attr: int backgroundTint +wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.AlertEntity) +com.tencent.bugly.proguard.v: com.tencent.bugly.proguard.t k +wangdaye.com.geometricweather.R$attr: int triggerId +androidx.core.R$styleable: int FontFamily_fontProviderFetchStrategy +wangdaye.com.geometricweather.R$attr: int colorOnBackground +com.amap.api.fence.GeoFence: boolean q +wangdaye.com.geometricweather.R$attr: int fontProviderFetchStrategy +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_translationZ com.tencent.bugly.crashreport.crash.b: void c(java.util.List) -com.jaredrummler.android.colorpicker.R$color: int abc_tint_edittext -retrofit2.Retrofit: retrofit2.Converter nextRequestBodyConverter(retrofit2.Converter$Factory,java.lang.reflect.Type,java.lang.annotation.Annotation[],java.lang.annotation.Annotation[]) -com.jaredrummler.android.colorpicker.R$styleable: int View_paddingStart -com.xw.repo.bubbleseekbar.R$dimen: int tooltip_vertical_padding -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: org.reactivestreams.Subscriber downstream -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast: boolean done -retrofit2.OkHttpCall: retrofit2.Call clone() -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setIcePrecipitation(java.lang.Float) -androidx.constraintlayout.widget.R$styleable: int Variant_region_widthMoreThan -com.jaredrummler.android.colorpicker.R$styleable: int ActivityChooserView_initialActivityCount -com.xw.repo.bubbleseekbar.R$styleable: int View_theme -wangdaye.com.geometricweather.R$attr: int layout_goneMarginStart -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_menu_share_mtrl_alpha -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_defaultQueryHint -androidx.viewpager.widget.PagerTabStrip: void setTextSpacing(int) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_125 -android.didikee.donate.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog -com.google.android.material.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setIcePrecipitationProbability(java.lang.Float) -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Float tMax -io.reactivex.Observable: io.reactivex.Observable take(long,java.util.concurrent.TimeUnit) -com.google.android.material.R$dimen: int disabled_alpha_material_light -wangdaye.com.geometricweather.R$style: int widget_text_clock_analog_Light -com.google.android.material.R$string: int mtrl_picker_date_header_selected -okhttp3.internal.cache.DiskLruCache: okio.BufferedSink newJournalWriter() -wangdaye.com.geometricweather.R$styleable: int Layout_barrierDirection -androidx.viewpager.R$styleable: int FontFamilyFont_ttcIndex -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceCaption -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid -com.turingtechnologies.materialscrollbar.R$id: int notification_main_column -wangdaye.com.geometricweather.R$styleable: int ChipGroup_singleLine -wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.Float speed -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getShortRealFeeTemperature(android.content.Context,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) -com.baidu.location.e.l$b: java.lang.String h -com.google.android.material.R$attr: int actionModePopupWindowStyle -com.tencent.bugly.crashreport.CrashReport: void testJavaCrash() -okhttp3.internal.http2.PushObserver$1: boolean onData(int,okio.BufferedSource,int,boolean) -wangdaye.com.geometricweather.R$string: int key_widget_text -com.google.android.material.R$string: int abc_searchview_description_voice -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_title_material -com.tencent.bugly.crashreport.common.info.b: long i() -cyanogenmod.app.BaseLiveLockManagerService: void enforcePrivateAccessPermission() -androidx.work.R$styleable: int FontFamilyFont_font -android.didikee.donate.R$dimen: int abc_action_bar_stacked_max_height -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeBackground -wangdaye.com.geometricweather.R$attr: int drawableLeftCompat -androidx.constraintlayout.widget.R$id: int search_edit_frame -androidx.preference.R$drawable: int abc_btn_default_mtrl_shape -okio.Okio: okio.Sink sink(java.io.OutputStream,okio.Timeout) -okhttp3.HttpUrl: java.lang.String percentDecode(java.lang.String,int,int,boolean) -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String uvDescription -androidx.constraintlayout.widget.R$attr: int defaultDuration -com.xw.repo.bubbleseekbar.R$id: int search_mag_icon -okhttp3.internal.ws.WebSocketWriter: boolean activeWriter -retrofit2.ParameterHandler$Path: int p -com.bumptech.glide.integration.okhttp.R$layout: int notification_template_custom_big -cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String getPackage() -com.google.gson.FieldNamingPolicy$2: FieldNamingPolicy$2(java.lang.String,int) -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.jaredrummler.android.colorpicker.R$attr: int autoSizeTextType -okhttp3.internal.connection.RouteSelector: void connectFailed(okhttp3.Route,java.io.IOException) -cyanogenmod.externalviews.ExternalView$1: void onServiceDisconnected(android.content.ComponentName) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setNo2(java.lang.String) -androidx.swiperefreshlayout.R$style: int Widget_Compat_NotificationActionContainer -io.reactivex.Observable: io.reactivex.Single toMap(io.reactivex.functions.Function,io.reactivex.functions.Function) -wangdaye.com.geometricweather.db.entities.LocationEntity: void setDistrict(java.lang.String) -io.reactivex.internal.observers.DeferredScalarDisposable: DeferredScalarDisposable(io.reactivex.Observer) -io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(io.reactivex.Scheduler) -com.tencent.bugly.proguard.w: w() -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String moldDescription -androidx.constraintlayout.widget.R$attr: int drawableSize -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property China -com.google.android.gms.common.internal.zax -cyanogenmod.profiles.LockSettings: void setValue(int) -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.internal.fuseable.SimplePlainQueue queue -com.turingtechnologies.materialscrollbar.R$color: int foreground_material_light -com.google.android.material.card.MaterialCardView: com.google.android.material.shape.ShapeAppearanceModel getShapeAppearanceModel() -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintBottom_creator -com.tencent.bugly.proguard.f: java.lang.String d -com.google.android.material.snackbar.Snackbar$SnackbarLayout: void setOnClickListener(android.view.View$OnClickListener) -androidx.constraintlayout.widget.R$styleable: int Toolbar_contentInsetEndWithActions -com.turingtechnologies.materialscrollbar.R$styleable: int FlowLayout_lineSpacing -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_gradientRadius -wangdaye.com.geometricweather.R$color: int bright_foreground_inverse_material_dark -com.google.android.material.checkbox.MaterialCheckBox: void setUseMaterialThemeColors(boolean) -androidx.viewpager2.R$styleable: int FontFamilyFont_font -com.tencent.bugly.proguard.v -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_star_half_black_48dp -androidx.hilt.lifecycle.R$id: int visible_removing_fragment_view_tag -androidx.appcompat.R$attr: int submitBackground -okhttp3.internal.http.HttpHeaders: int parseSeconds(java.lang.String,int) -wangdaye.com.geometricweather.location.services.LocationService: void cancel() -androidx.preference.R$attr: int textLocale -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: double HoursOfPrecipitation -androidx.viewpager.R$attr: int font -androidx.lifecycle.Lifecycling: androidx.lifecycle.GenericLifecycleObserver getCallback(java.lang.Object) -james.adaptiveicon.R$attr: int navigationIcon -okio.RealBufferedSink: boolean closed -androidx.preference.R$drawable: int abc_list_selector_holo_light -wangdaye.com.geometricweather.R$color: int design_dark_default_color_secondary_variant -androidx.constraintlayout.widget.R$styleable: int MenuView_android_itemBackground -okhttp3.internal.http.RealInterceptorChain: okhttp3.Interceptor$Chain withReadTimeout(int,java.util.concurrent.TimeUnit) -androidx.appcompat.R$style: int Base_Widget_AppCompat_Spinner -com.google.android.material.R$drawable: int abc_vector_test -com.google.android.material.R$styleable: int Chip_closeIcon -androidx.constraintlayout.widget.R$dimen: int abc_switch_padding -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeFillColor -androidx.appcompat.R$style: int ThemeOverlay_AppCompat_DayNight -androidx.preference.R$styleable: int LinearLayoutCompat_showDividers -com.google.android.material.R$attr: int passwordToggleContentDescription -okhttp3.internal.cache.DiskLruCache$Entry: okhttp3.internal.cache.DiskLruCache$Snapshot snapshot() -com.jaredrummler.android.colorpicker.R$attr: int paddingBottomNoButtons +androidx.recyclerview.R$integer +androidx.appcompat.R$style: int Base_V26_Theme_AppCompat +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: boolean isDisposed() +androidx.preference.R$styleable: int ViewStubCompat_android_layout +james.adaptiveicon.R$styleable: int AppCompatSeekBar_tickMarkTint +com.google.android.material.R$styleable: int CoordinatorLayout_statusBarBackground +androidx.recyclerview.R$id: int action_text +androidx.activity.R$styleable: int FontFamilyFont_ttcIndex +android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat_Dark +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_CompoundButton_RadioButton +com.turingtechnologies.materialscrollbar.Indicator: void setText(int) +com.google.android.material.R$attr: int fastScrollEnabled +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr +com.xw.repo.bubbleseekbar.R$attr: int titleTextStyle +com.google.android.material.tabs.TabLayout: TabLayout(android.content.Context) +wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List alertList +com.bumptech.glide.R$dimen: int notification_media_narrow_margin +wangdaye.com.geometricweather.R$id: int activity_alert_recyclerView +wangdaye.com.geometricweather.R$style: int ShapeAppearance_MaterialComponents_Tooltip +wangdaye.com.geometricweather.R$id: int treeTitle +okio.Util: java.nio.charset.Charset UTF_8 +cyanogenmod.themes.ThemeManager$2$1 +wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.Float getSpeed() +androidx.work.R$bool +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_overflow_padding_end_material +androidx.hilt.R$id: int right_side +com.turingtechnologies.materialscrollbar.R$attr: int iconGravity +android.didikee.donate.R$layout: int abc_action_mode_bar +wangdaye.com.geometricweather.R$dimen: int mtrl_low_ripple_hovered_alpha +james.adaptiveicon.R$id: int action_bar_container +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver +com.xw.repo.bubbleseekbar.R$styleable: int FontFamily_fontProviderPackage +androidx.work.R$id: int accessibility_custom_action_0 +okio.ByteString: int lastIndexOf(byte[],int) +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_SeekBar +com.tencent.bugly.proguard.p: android.content.ContentValues c(com.tencent.bugly.proguard.r) +cyanogenmod.weather.ICMWeatherManager$Stub: int TRANSACTION_getActiveWeatherServiceProviderLabel +androidx.dynamicanimation.R$styleable: int[] FontFamily +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIconTint +okhttp3.internal.cache.CacheInterceptor$1: okhttp3.internal.cache.CacheInterceptor this$0 +wangdaye.com.geometricweather.db.entities.AlertEntity +cyanogenmod.externalviews.KeyguardExternalView: void setProviderComponent(android.content.ComponentName) +io.reactivex.Observable: io.reactivex.Observable mergeWith(io.reactivex.MaybeSource) +androidx.fragment.app.FragmentManagerViewModel +wangdaye.com.geometricweather.R$drawable: int abc_ic_arrow_drop_right_black_24dp +com.google.android.material.R$style: int Widget_Design_NavigationView +cyanogenmod.hardware.CMHardwareManager: int VIBRATOR_INTENSITY_INDEX +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_android_disableDependentsState +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: void dispose() +com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_fixed_width_minor +com.jaredrummler.android.colorpicker.R$styleable: int[] ActionMenuView +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Headline5 +cyanogenmod.app.CustomTile$ExpandedItem$1: java.lang.Object createFromParcel(android.os.Parcel) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle +com.google.android.material.button.MaterialButton: void setPressed(boolean) +okio.Buffer: okio.BufferedSink writeUtf8CodePoint(int) +okhttp3.internal.ws.WebSocketProtocol: int B0_FLAG_RSV3 +okhttp3.ConnectionSpec: okhttp3.ConnectionSpec CLEARTEXT +com.amap.api.location.AMapLocation: java.lang.String getCity() +androidx.appcompat.R$attr: int checkboxStyle +wangdaye.com.geometricweather.R$style: int CardView_Light +wangdaye.com.geometricweather.R$string: int mtrl_chip_close_icon_content_description +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode +androidx.preference.R$styleable: int AppCompatTheme_colorButtonNormal +cyanogenmod.externalviews.KeyguardExternalView$3: int val$width +wangdaye.com.geometricweather.R$drawable: int abc_edit_text_material +android.didikee.donate.R$drawable: int abc_btn_switch_to_on_mtrl_00012 +okhttp3.RealCall: RealCall(okhttp3.OkHttpClient,okhttp3.Request,boolean) +androidx.appcompat.R$style: int Theme_AppCompat_CompactMenu +cyanogenmod.util.ColorUtils: com.android.internal.util.cm.palette.Palette$Swatch getDominantSwatch(com.android.internal.util.cm.palette.Palette) +com.google.android.material.textfield.TextInputLayout: void setPrefixTextAppearance(int) +com.google.android.material.snackbar.Snackbar$SnackbarLayout: void setBackgroundDrawable(android.graphics.drawable.Drawable) +okhttp3.internal.ws.RealWebSocket$Message +wangdaye.com.geometricweather.R$anim: int fragment_main_exit +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: void setUrl(java.lang.String) +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Dialog_Alert +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.Astro sun() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarTabTextStyle +retrofit2.Converter: java.lang.Object convert(java.lang.Object) +com.google.android.material.R$attr: int subMenuArrow +com.google.android.material.R$styleable: int TextInputLayout_hintTextAppearance +androidx.cardview.R$styleable: R$styleable() +okhttp3.internal.Util$1: int compare(java.lang.Object,java.lang.Object) +androidx.constraintlayout.widget.R$style: int Base_V21_Theme_AppCompat_Light +com.google.android.material.R$styleable: int Transition_staggered +com.jaredrummler.android.colorpicker.R$layout: R$layout() io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void remove() -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_FilledBox -androidx.preference.R$id: int home -okio.Okio$4: void timedOut() -okhttp3.internal.Util: int indexOfControlOrNonAscii(java.lang.String) -wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status: wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status ERROR -wangdaye.com.geometricweather.R$attr: int layout_constraintCircle -retrofit2.SkipCallbackExecutorImpl: retrofit2.SkipCallbackExecutor INSTANCE -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setPubTime(java.lang.String) -okhttp3.HttpUrl: okhttp3.HttpUrl get(java.lang.String) -okhttp3.internal.cache.DiskLruCache: void completeEdit(okhttp3.internal.cache.DiskLruCache$Editor,boolean) -com.google.android.material.textfield.TextInputLayout: void setEndIconOnLongClickListener(android.view.View$OnLongClickListener) -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder proxy(java.net.Proxy) -androidx.preference.R$attr: int layout_keyline -androidx.activity.R$dimen: int compat_notification_large_icon_max_width -androidx.hilt.work.R$dimen: int notification_media_narrow_margin -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: long serialVersionUID -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult -wangdaye.com.geometricweather.R$attr: int wavePeriod -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_activityChooserViewStyle -cyanogenmod.profiles.AirplaneModeSettings: void readFromParcel(android.os.Parcel) -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_alphabeticShortcut -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxCornerRadiusBottomStart -androidx.preference.Preference: void setOnPreferenceChangeInternalListener(androidx.preference.Preference$OnPreferenceChangeInternalListener) -wangdaye.com.geometricweather.R$styleable: int BottomAppBar_fabAlignmentMode -wangdaye.com.geometricweather.db.entities.LocationEntity: void setLongitude(float) -cyanogenmod.app.CustomTile: android.app.PendingIntent deleteIntent -com.tencent.bugly.BuglyStrategy: long d -wangdaye.com.geometricweather.R$drawable: int widget_day -okhttp3.internal.cache.DiskLruCache$Snapshot: okhttp3.internal.cache.DiskLruCache this$0 -androidx.preference.R$drawable: int abc_textfield_search_default_mtrl_alpha -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: void onError(java.lang.Throwable) -android.didikee.donate.R$styleable: int AlertDialog_showTitle -wangdaye.com.geometricweather.R$drawable: int shortcuts_fog -com.bumptech.glide.integration.okhttp.R$string: int status_bar_notification_info_overflow -retrofit2.Platform -wangdaye.com.geometricweather.R$attr: int dialogIcon -wangdaye.com.geometricweather.R$color: int cardview_shadow_end_color -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeIcePrecipitationProbability -okhttp3.Cookie -android.didikee.donate.R$attr: int subtitleTextStyle -com.google.android.material.R$styleable: int MotionLayout_motionDebug -androidx.constraintlayout.widget.R$attr: int flow_verticalBias -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onScreenTurnedOff -androidx.viewpager.R$style: R$style() -com.google.android.material.R$attr: int textAppearanceHeadline3 -com.google.android.material.R$styleable: int ExtendedFloatingActionButton_shrinkMotionSpec -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeRealFeelShaderTemperature(java.lang.Integer) -androidx.transition.R$id: int icon -com.google.android.material.R$id: int rounded -androidx.preference.R$attr: int actionModeCutDrawable -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Long id -androidx.core.R$styleable: int GradientColor_android_endX -cyanogenmod.app.PartnerInterface: java.lang.String MODIFY_SOUND_SETTINGS_PERMISSION -com.turingtechnologies.materialscrollbar.R$style: int Platform_ThemeOverlay_AppCompat_Light -retrofit2.Retrofit: java.util.Map serviceMethodCache -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: io.reactivex.internal.fuseable.SimplePlainQueue getOrCreateQueue() -com.google.android.material.R$id: int chip -wangdaye.com.geometricweather.R$id: int moldIcon -okio.SegmentedByteString: java.lang.String toString() -cyanogenmod.hardware.CMHardwareManager: CMHardwareManager(android.content.Context) -io.reactivex.internal.operators.observable.ObservableGroupBy$State: boolean isDisposed() -androidx.constraintlayout.widget.R$attr: int actionBarStyle -androidx.constraintlayout.widget.R$attr: int gapBetweenBars -androidx.appcompat.R$attr: int subtitleTextColor -com.turingtechnologies.materialscrollbar.Handle: void setBackgroundColor(int) -com.amap.api.fence.DistrictItem -wangdaye.com.geometricweather.R$drawable: int weather_rain_3 -okio.Buffer: okio.Buffer writeInt(int) -wangdaye.com.geometricweather.R$layout: int item_weather_daily_value -com.google.android.material.R$id: int bounce -com.tencent.bugly.crashreport.common.strategy.StrategyBean: java.lang.String u -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_height -okhttp3.internal.cache.DiskLruCache: void initialize() -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: android.os.IBinder mRemote -androidx.viewpager.R$styleable: int FontFamily_fontProviderAuthority -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton -com.google.android.material.tabs.TabLayout$TabView: int getContentWidth() -io.reactivex.internal.subscriptions.DeferredScalarSubscription: void clear() -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode -cyanogenmod.os.Build: java.lang.String CYANOGENMOD_DISPLAY_VERSION -androidx.recyclerview.R$id: int accessibility_custom_action_22 -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: void setInteractivity(boolean) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilityRain -james.adaptiveicon.R$color: int switch_thumb_material_dark -androidx.preference.R$id: int checkbox -com.google.android.material.R$layout: int test_toolbar_surface -com.google.android.material.R$style: int TextAppearance_AppCompat_Display1 -androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionBar_TabBar -james.adaptiveicon.R$id: int time -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_indicatorCornerRadius -com.google.android.material.R$styleable: int[] PropertySet -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property RainPrecipitation -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeStyle -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_88 -com.google.android.material.R$id: int textinput_error -com.google.android.material.R$styleable: int AppCompatTheme_actionBarDivider -cyanogenmod.externalviews.KeyguardExternalView: boolean access$802(cyanogenmod.externalviews.KeyguardExternalView,boolean) -retrofit2.Retrofit: java.lang.Object create(java.lang.Class) -androidx.preference.R$styleable: int PopupWindow_overlapAnchor -androidx.preference.R$id: int accessibility_custom_action_13 -androidx.appcompat.widget.DialogTitle: DialogTitle(android.content.Context) -androidx.activity.R$styleable: int FontFamily_fontProviderQuery -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_action_confirm_button_min_width -androidx.hilt.work.R$attr: int fontWeight -io.reactivex.internal.subscriptions.SubscriptionArbiter: boolean unbounded -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle -com.jaredrummler.android.colorpicker.R$attr: int switchPreferenceCompatStyle -retrofit2.HttpException: retrofit2.Response response() -wangdaye.com.geometricweather.R$string: int material_minute_suffix -okhttp3.CacheControl: boolean noTransform() -androidx.appcompat.R$style: int Base_V21_Theme_AppCompat_Light -wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig hourlyEntityDaoConfig -androidx.constraintlayout.widget.R$attr: R$attr() -androidx.transition.R$id: int notification_main_column -wangdaye.com.geometricweather.R$color: int material_grey_850 -androidx.vectordrawable.animated.R$attr: int fontProviderCerts -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize -wangdaye.com.geometricweather.R$attr: int region_heightMoreThan +com.jaredrummler.android.colorpicker.R$style: int Preference_DialogPreference_EditTextPreference_Material +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionBar_Solid +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: org.reactivestreams.Subscription upstream +android.didikee.donate.R$styleable: int AppCompatTheme_actionButtonStyle +androidx.constraintlayout.widget.R$attr: int fontWeight +com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_centerY +com.amap.api.fence.PoiItem$1: java.lang.Object createFromParcel(android.os.Parcel) +james.adaptiveicon.R$attr: int drawerArrowStyle +io.reactivex.internal.subscriptions.BasicIntQueueSubscription: void clear() +com.google.android.material.R$drawable: int abc_textfield_search_activated_mtrl_alpha +com.google.android.material.R$attr: int tabPadding +com.google.android.material.R$attr: int flow_verticalAlign +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse +androidx.drawerlayout.R$attr: int fontProviderAuthority +android.didikee.donate.R$styleable: int ActionBar_subtitleTextStyle +com.tencent.bugly.proguard.v: v(android.content.Context,int,int,byte[],java.lang.String,java.lang.String,com.tencent.bugly.proguard.t,boolean,boolean) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_transitionPathRotate +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_SearchResult_Title +androidx.appcompat.R$id: int off +com.google.android.material.R$animator: int mtrl_btn_state_list_anim +com.google.android.material.R$styleable: int TextAppearance_android_fontFamily +androidx.hilt.work.R$id: int tag_screen_reader_focusable +com.jaredrummler.android.colorpicker.R$color: int tooltip_background_light +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float NitrogenMonoxide +com.turingtechnologies.materialscrollbar.R$attr: int itemHorizontalTranslationEnabled +okio.RealBufferedSource: void readFully(okio.Buffer,long) +com.jaredrummler.android.colorpicker.R$drawable: int notify_panel_notification_icon_bg +androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour: androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour WRAP_CONTENT +okhttp3.OkHttpClient$Builder: int pingInterval +okhttp3.logging.LoggingEventListener: void responseHeadersEnd(okhttp3.Call,okhttp3.Response) +androidx.cardview.R$styleable +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_endX +com.google.android.material.navigation.NavigationView: android.view.MenuItem getCheckedItem() +wangdaye.com.geometricweather.R$anim: int fragment_close_exit +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void updateVisibility() +androidx.preference.R$style: int Platform_ThemeOverlay_AppCompat_Dark +androidx.hilt.R$styleable: int FontFamily_fontProviderAuthority +androidx.constraintlayout.widget.R$dimen: int abc_text_size_display_3_material +com.jaredrummler.android.colorpicker.R$style: int Preference_SwitchPreferenceCompat +androidx.preference.R$styleable: int PopupWindow_android_popupAnimationStyle +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Temperature temperature +com.google.android.material.R$drawable: int abc_text_select_handle_left_mtrl_dark +com.google.android.material.R$style: int Theme_MaterialComponents_Light_BottomSheetDialog +com.google.android.material.R$drawable: int abc_text_select_handle_right_mtrl_dark +com.google.android.material.R$styleable: int Constraint_layout_constraintBaseline_creator +androidx.appcompat.R$style: int ThemeOverlay_AppCompat_DayNight_ActionBar +io.reactivex.internal.disposables.DisposableHelper: void dispose() +com.jaredrummler.android.colorpicker.ColorPickerView: int getPaddingTop() +com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawable_android_enterFadeDuration +cyanogenmod.util.ColorUtils +james.adaptiveicon.R$layout: int select_dialog_singlechoice_material +android.support.v4.app.INotificationSideChannel$Stub: INotificationSideChannel$Stub() +okio.Buffer: okio.BufferedSink writeLongLe(long) +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: int IconCode +com.google.android.material.datepicker.PickerFragment +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_track_color +okhttp3.OkHttpClient$1: void setCache(okhttp3.OkHttpClient$Builder,okhttp3.internal.cache.InternalCache) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean onPreparePanel(int,android.view.View,android.view.Menu) +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_placeholderTextAppearance +androidx.appcompat.resources.R$id: int right_icon +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_prefixText +androidx.preference.R$dimen: int compat_button_inset_horizontal_material +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintCircle +com.jaredrummler.android.colorpicker.R$attr: int windowFixedWidthMajor +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored +com.google.android.material.R$style: int Base_Widget_AppCompat_Light_ActionBar +androidx.constraintlayout.widget.R$styleable: int[] RecycleListView +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void replay() +james.adaptiveicon.R$drawable: int notification_action_background +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String LOCK_WALLPAPER_PREVIEW +com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_android_fontWeight +com.google.gson.stream.JsonReader: void skipValue() +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: io.reactivex.disposables.Disposable upstream +wangdaye.com.geometricweather.R$id: int homeAsUp +com.amap.api.location.CoordinateConverter: com.amap.api.location.CoordinateConverter from(com.amap.api.location.CoordinateConverter$CoordType) +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_section_text_position +wangdaye.com.geometricweather.R$styleable: int Chip_chipIconEnabled +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_WITH_3DES_EDE_CBC_SHA +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintTag +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setIconTintList(android.content.res.ColorStateList) +com.google.android.material.R$id: int action_bar_title +android.didikee.donate.R$dimen: int abc_action_bar_default_padding_end_material +wangdaye.com.geometricweather.R$attr: int dropDownListViewStyle +okhttp3.internal.publicsuffix.PublicSuffixDatabase: void readTheList() +androidx.constraintlayout.widget.R$styleable: int Constraint_barrierDirection +com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String f +androidx.preference.R$style: int Theme_AppCompat_Light_NoActionBar +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property SunRiseDate +androidx.constraintlayout.widget.R$styleable: int[] KeyTrigger +androidx.swiperefreshlayout.R$dimen: int notification_action_icon_size +androidx.constraintlayout.widget.R$styleable: int[] MenuView +androidx.transition.R$layout: int notification_template_custom_big +com.tencent.bugly.proguard.z: long b() +androidx.core.R$id +androidx.work.R$styleable: int[] GradientColorItem +wangdaye.com.geometricweather.R$attr: int layout_editor_absoluteX +com.turingtechnologies.materialscrollbar.R$styleable: int ActionMode_subtitleTextStyle +com.google.android.material.appbar.AppBarLayout$Behavior: AppBarLayout$Behavior() +com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: java.lang.reflect.Type componentType +com.jaredrummler.android.colorpicker.R$attr: int preferenceTheme +androidx.activity.R$dimen: int compat_control_corner_material +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabContentStart +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_constraint_referenced_ids +cyanogenmod.weather.RequestInfo: android.location.Location getLocation() +com.tencent.bugly.crashreport.common.info.a: int H() +androidx.room.RoomDatabase$JournalMode: androidx.room.RoomDatabase$JournalMode resolve(android.content.Context) +androidx.lifecycle.LifecycleRegistry: void removeObserver(androidx.lifecycle.LifecycleObserver) +androidx.appcompat.resources.R$id: int accessibility_custom_action_13 +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_LOW_POWER_VALIDATOR +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Toolbar_Primary +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup +okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.util.concurrent.atomic.AtomicBoolean listRead +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun +wangdaye.com.geometricweather.R$layout: int container_main_sun_moon +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxCornerRadiusTopEnd +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarTabStyle +okhttp3.internal.cache.CacheStrategy$Factory: int ageSeconds +com.turingtechnologies.materialscrollbar.R$layout: int notification_template_part_chronometer +com.turingtechnologies.materialscrollbar.Indicator: void setRTL(boolean) +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_title +wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig locationEntityDaoConfig +androidx.preference.R$drawable: int abc_seekbar_thumb_material +androidx.appcompat.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarWidgetTheme +okhttp3.internal.platform.AndroidPlatform: boolean api23IsCleartextTrafficPermitted(java.lang.String,java.lang.Class,java.lang.Object) +com.bumptech.glide.R$id: int tag_transition_group +wangdaye.com.geometricweather.R$attr: int tabMinWidth +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: void onError(java.lang.Throwable) +androidx.preference.R$attr: int subMenuArrow +wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: HourlyTrendItemView(android.content.Context) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator VOLUME_WAKE_SCREEN_VALIDATOR +wangdaye.com.geometricweather.location.services.LocationService: boolean hasPermissions(android.content.Context) +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter +com.google.android.material.R$color: int design_fab_shadow_mid_color +cyanogenmod.app.Profile: java.util.Collection getConnectionSettings() +androidx.preference.R$styleable: int AppCompatTheme_tooltipFrameBackground +cyanogenmod.power.PerformanceManager: cyanogenmod.power.IPerformanceManager getService() +androidx.preference.R$style: int Widget_AppCompat_PopupWindow +com.google.android.material.R$attr: int enforceTextAppearance +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_seekBarStyle +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult$Temperature: double Value +androidx.preference.R$style: int TextAppearance_AppCompat_Display2 +com.google.android.material.R$styleable: int AppCompatTheme_actionBarItemBackground +wangdaye.com.geometricweather.R$styleable: int PropertySet_android_visibility +com.google.android.material.internal.ForegroundLinearLayout: void setForegroundGravity(int) +com.jaredrummler.android.colorpicker.R$layout: int abc_screen_simple_overlay_action_mode +com.google.android.material.R$dimen: int abc_action_bar_overflow_padding_end_material +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse +okio.ForwardingSource: okio.Source delegate +okhttp3.internal.connection.RealConnection: okhttp3.Handshake handshake() +android.didikee.donate.R$style: int Widget_AppCompat_RatingBar +wangdaye.com.geometricweather.main.models.LocationResource$Event: wangdaye.com.geometricweather.main.models.LocationResource$Event UPDATE +retrofit2.ParameterHandler$Part: java.lang.reflect.Method method +wangdaye.com.geometricweather.R$color: int mtrl_chip_close_icon_tint +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Headline1 +cyanogenmod.app.ICMStatusBarManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Object readEntity(android.database.Cursor,int) +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeCutDrawable +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: MinutelyEntityDao(org.greenrobot.greendao.internal.DaoConfig) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX +androidx.appcompat.widget.AppCompatRadioButton: void setButtonDrawable(int) +com.google.android.material.textfield.TextInputLayout: void setEndIconTintMode(android.graphics.PorterDuff$Mode) +androidx.preference.R$attr: int windowMinWidthMinor +com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Title_Panel +androidx.preference.EditTextPreference: EditTextPreference(android.content.Context,android.util.AttributeSet) +androidx.lifecycle.extensions.R$dimen: int compat_button_padding_vertical_material +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_editor_absoluteY +com.jaredrummler.android.colorpicker.R$styleable: int MenuGroup_android_orderInCategory +wangdaye.com.geometricweather.R$styleable: int ChipGroup_singleSelection +james.adaptiveicon.R$style: int Theme_AppCompat_Light_NoActionBar +com.google.gson.stream.JsonReader: void skipUnquotedValue() +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float getIce() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Metric Metric +androidx.preference.R$dimen: int abc_progress_bar_height_material +com.amap.api.location.AMapLocationClientOption$GeoLanguage: com.amap.api.location.AMapLocationClientOption$GeoLanguage DEFAULT +com.google.android.material.radiobutton.MaterialRadioButton: void setUseMaterialThemeColors(boolean) +wangdaye.com.geometricweather.R$style: int material_image_button +com.tencent.bugly.CrashModule: int MODULE_ID +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property ThunderstormPrecipitationProbability +androidx.hilt.R$dimen: int notification_small_icon_background_padding +androidx.customview.R$layout: int notification_template_icon_group +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: double lat +androidx.appcompat.R$attr: int maxButtonHeight +com.google.android.material.R$attr: int textAppearanceSearchResultSubtitle +wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerSizeTopLeft +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_title_material +androidx.appcompat.R$styleable: int ActionBar_homeLayout +androidx.drawerlayout.R$styleable: int GradientColor_android_startY +com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_text_color_selector +androidx.appcompat.widget.AppCompatCheckBox: void setButtonDrawable(int) +wangdaye.com.geometricweather.R$xml: int cm_weather_provider_options +androidx.hilt.work.R$styleable: int ColorStateListItem_android_alpha +androidx.lifecycle.AndroidViewModel: android.app.Application mApplication +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_collapseContentDescription +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Large_Inverse +cyanogenmod.hardware.CMHardwareManager: int GAMMA_CALIBRATION_GREEN_INDEX +wangdaye.com.geometricweather.R$drawable: int ic_sunrise +retrofit2.OkHttpCall: retrofit2.OkHttpCall clone() +cyanogenmod.weather.IRequestInfoListener: void onWeatherRequestCompleted(cyanogenmod.weather.RequestInfo,int,cyanogenmod.weather.WeatherInfo) +androidx.preference.R$dimen: int tooltip_margin +okhttp3.internal.cache.CacheRequest: okio.Sink body() +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: void onSubscribe(io.reactivex.disposables.Disposable) +retrofit2.Converter +com.google.android.material.R$attr: int lastBaselineToBottomHeight +androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType INT_TYPE +androidx.preference.R$style: int Widget_AppCompat_Toolbar +com.google.android.material.R$anim: int design_bottom_sheet_slide_in +androidx.drawerlayout.R$id: int icon +com.google.android.material.R$style: int TextAppearance_Compat_Notification_Time +com.google.android.material.R$styleable: int AppCompatTheme_borderlessButtonStyle +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setBackgroundDrawable(android.graphics.drawable.Drawable) +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem +androidx.lifecycle.extensions.R$dimen: int compat_notification_large_icon_max_width +androidx.activity.R$attr: int fontProviderFetchTimeout +com.google.android.material.floatingactionbutton.FloatingActionButton: FloatingActionButton(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: void setColor(boolean) +androidx.viewpager2.R$layout: int notification_template_part_time +com.google.android.material.R$style: int Base_V21_Theme_MaterialComponents_Light_Dialog +androidx.lifecycle.LifecycleRegistry: java.util.ArrayList mParentStates +wangdaye.com.geometricweather.R$styleable: int Layout_barrierMargin +com.google.android.material.R$attr: int layout_constraintBottom_toTopOf +android.didikee.donate.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title +okhttp3.internal.cache2.Relay: boolean isClosed() +io.reactivex.internal.observers.BlockingObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_year_width +cyanogenmod.app.Profile: void removeProfileGroup(java.util.UUID) +androidx.core.R$attr: int fontVariationSettings +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Precipitation: java.lang.Float cumul24H +james.adaptiveicon.R$attr: int ratingBarStyle +james.adaptiveicon.R$styleable: int PopupWindow_android_popupAnimationStyle +androidx.lifecycle.MediatorLiveData$Source: MediatorLiveData$Source(androidx.lifecycle.LiveData,androidx.lifecycle.Observer) +wangdaye.com.geometricweather.R$dimen: int material_emphasis_medium +androidx.hilt.lifecycle.R$attr: int font +cyanogenmod.weatherservice.IWeatherProviderService$Stub +com.google.android.material.R$attr: int fontProviderAuthority +com.tencent.bugly.crashreport.common.info.a: boolean al +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver +okhttp3.internal.http1.Http1Codec$FixedLengthSink: void write(okio.Buffer,long) +com.amap.api.location.AMapLocation$1: java.lang.Object[] newArray(int) +androidx.swiperefreshlayout.R$drawable +com.amap.api.location.AMapLocation: java.lang.String getProvider() +android.support.v4.app.RemoteActionCompatParcelizer +com.google.android.material.R$style: int Widget_AppCompat_Spinner_Underlined +com.tencent.bugly.proguard.ak: java.lang.String f +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_checkboxStyle +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_typeface +cyanogenmod.profiles.LockSettings: LockSettings() +androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableTransition_android_drawable +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setInterval(long) +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.String TABLENAME +cyanogenmod.power.IPerformanceManager$Stub: int TRANSACTION_setPowerProfile +androidx.appcompat.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle +com.jaredrummler.android.colorpicker.R$layout: int preference_widget_switch +com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemTextAppearanceActive(int) +androidx.cardview.R$style: int CardView_Light +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabRippleColor +okio.Pipe$PipeSink: void close() +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar +wangdaye.com.geometricweather.R$id: int animateToStart +androidx.constraintlayout.widget.R$attr: int mock_label +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionButton +androidx.preference.internal.PreferenceImageView: PreferenceImageView(android.content.Context,android.util.AttributeSet,int) +com.amap.api.location.UmidtokenInfo: void setLocAble(boolean) +androidx.appcompat.R$style: int Animation_AppCompat_DropDownUp +cyanogenmod.app.ILiveLockScreenChangeListener$Stub$Proxy: android.os.IBinder mRemote +com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration +wangdaye.com.geometricweather.R$dimen: int mtrl_shape_corner_size_medium_component +com.google.android.material.R$styleable: int TextInputLayout_suffixTextColor +com.amap.api.location.DPoint: DPoint() +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float icePrecipitation +com.google.android.material.R$styleable: int CardView_cardUseCompatPadding +wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView +wangdaye.com.geometricweather.R$string: int sp_widget_hourly_trend_setting +androidx.constraintlayout.widget.R$styleable: int Transform_android_rotationX +com.amap.api.location.AMapLocation: int LOCATION_TYPE_OFFLINE +com.turingtechnologies.materialscrollbar.R$drawable: int abc_cab_background_top_material +androidx.preference.internal.PreferenceImageView +james.adaptiveicon.R$styleable: int AppCompatSeekBar_android_thumb +androidx.appcompat.widget.ScrollingTabContainerView +cyanogenmod.app.Profile: void setScreenLockMode(cyanogenmod.profiles.LockSettings) +io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.customview.R$dimen: int notification_small_icon_background_padding +com.xw.repo.bubbleseekbar.R$attr: int searchIcon +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_android_elevation +com.tencent.bugly.proguard.n: long a +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_stacked_tab_max_width +android.didikee.donate.R$styleable: int MenuView_android_headerBackground +com.google.android.material.R$styleable: int BottomNavigationView_labelVisibilityMode +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: boolean cancelled +okhttp3.Cache$Entry: void writeCertList(okio.BufferedSink,java.util.List) +okhttp3.internal.ws.WebSocketReader: byte[] maskKey +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_maxWidth +wangdaye.com.geometricweather.R$attr: int buttonSize +wangdaye.com.geometricweather.R$string: int widget_day_week +androidx.constraintlayout.widget.VirtualLayout: VirtualLayout(android.content.Context,android.util.AttributeSet) +cyanogenmod.weather.WeatherInfo: double mTemperature +com.google.android.material.R$color: int design_default_color_on_background +com.google.android.material.R$styleable: int FloatingActionButton_borderWidth +com.amap.api.location.UmidtokenInfo$a +com.google.android.material.slider.RangeSlider: float getMinSeparation() +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_lastHorizontalBias +wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_icon_light_normal +com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_dialogIcon +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Headline +androidx.appcompat.widget.AppCompatRadioButton: int getCompoundPaddingLeft() +com.bumptech.glide.integration.okhttp.R$attr +com.tencent.bugly.proguard.ap: void a(com.tencent.bugly.proguard.i) +com.tencent.bugly.crashreport.crash.b: com.tencent.bugly.proguard.aj a(java.lang.String,android.content.Context,java.lang.String) +okhttp3.internal.http2.Http2Codec: java.lang.String ENCODING +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: boolean done +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_useCompatPadding +com.google.android.material.R$styleable: int MotionLayout_showPaths +com.turingtechnologies.materialscrollbar.R$attr: int closeIconSize +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: void drain() +cyanogenmod.weather.RequestInfo$1: cyanogenmod.weather.RequestInfo createFromParcel(android.os.Parcel) +android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_PopupMenu +io.reactivex.Observable: io.reactivex.Observable groupBy(io.reactivex.functions.Function,boolean) +com.google.android.material.R$id: int text +android.didikee.donate.R$color: int background_floating_material_dark +okio.GzipSource: java.util.zip.Inflater inflater +androidx.swiperefreshlayout.R$layout: int notification_template_icon_group +wangdaye.com.geometricweather.R$id: int activity_widget_config_hideLunarTitle +com.google.android.material.slider.RangeSlider: RangeSlider(android.content.Context) +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: ParallelRunOn$BaseRunOnSubscriber(int,io.reactivex.internal.queue.SpscArrayQueue,io.reactivex.Scheduler$Worker) +wangdaye.com.geometricweather.R$drawable: int notif_temp_3 +com.jaredrummler.android.colorpicker.R$attr: int actionBarTabStyle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Metric: double Value +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText +com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_windowAnimationStyle +cyanogenmod.weather.ICMWeatherManager$Stub: int TRANSACTION_registerWeatherServiceProviderChangeListener +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintLeft_toRightOf +androidx.preference.R$attr: int initialActivityCount +io.reactivex.Observable: io.reactivex.Observable doOnComplete(io.reactivex.functions.Action) +com.tencent.bugly.proguard.h: com.tencent.bugly.proguard.h a(java.lang.String,java.lang.String) +androidx.fragment.R$style: int TextAppearance_Compat_Notification_Line2 +com.turingtechnologies.materialscrollbar.AlphabetIndicator: int getIndicatorWidth() +com.amap.api.location.DPoint$1: java.lang.Object createFromParcel(android.os.Parcel) +com.turingtechnologies.materialscrollbar.R$string: int abc_activity_chooser_view_see_all +cyanogenmod.app.ICMTelephonyManager: void setDataConnectionState(boolean) +com.baidu.location.e.m: java.util.List a(org.json.JSONObject,java.lang.String,int) +james.adaptiveicon.R$styleable: int AppCompatTheme_homeAsUpIndicator +io.reactivex.internal.observers.DeferredScalarDisposable: int DISPOSED +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void disposeBoundary() +com.google.android.material.R$style: int Theme_MaterialComponents_NoActionBar +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler a +james.adaptiveicon.R$attr: int backgroundStacked +androidx.preference.R$styleable: int AppCompatTextHelper_android_drawableLeft +com.bumptech.glide.load.resource.bitmap.DefaultImageHeaderParser$Reader$EndOfFileException: DefaultImageHeaderParser$Reader$EndOfFileException() +wangdaye.com.geometricweather.R$id: int widget_trend_hourly_item_2 +cyanogenmod.app.ProfileGroup$1: cyanogenmod.app.ProfileGroup[] newArray(int) +wangdaye.com.geometricweather.R$id: int activity_alert_container +com.google.android.material.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow +wangdaye.com.geometricweather.R$dimen: int action_bar_size +android.didikee.donate.R$style: int AlertDialog_AppCompat_Light +com.google.android.material.slider.BaseSlider: BaseSlider(android.content.Context,android.util.AttributeSet) +androidx.lifecycle.GenericLifecycleObserver +com.turingtechnologies.materialscrollbar.R$attr: int contentPaddingBottom +retrofit2.OkHttpCall: okhttp3.Call$Factory callFactory +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton +wangdaye.com.geometricweather.common.basic.models.weather.WindDegree: boolean isNoDirection() +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_letter_spacing +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_WIFI_COMBO_MARGIN_END +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: boolean isDisposed() +com.google.android.material.R$attr: int barrierDirection +retrofit2.RequestFactory$Builder: void validateResolvableType(int,java.lang.reflect.Type) +cyanogenmod.weather.WeatherLocation +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_translationY +wangdaye.com.geometricweather.R$layout: int cpv_dialog_presets +james.adaptiveicon.R$drawable: int notification_template_icon_bg +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: long serialVersionUID +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.Wind wind +androidx.constraintlayout.widget.R$dimen: int abc_button_padding_vertical_material +androidx.loader.R$drawable: int notification_icon_background +androidx.constraintlayout.widget.R$style: int Animation_AppCompat_DropDownUp +io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: void onSuccess(java.lang.Object) +james.adaptiveicon.R$id: int screen +com.google.gson.stream.JsonReader: java.lang.String toString() +androidx.viewpager2.R$color: int ripple_material_light +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: void setZh_CN(java.lang.String) +retrofit2.RequestFactory: okhttp3.Request create(java.lang.Object[]) +com.turingtechnologies.materialscrollbar.R$attr: int tabRippleColor +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_viewInflaterClass +com.xw.repo.bubbleseekbar.R$color: int colorPrimaryDark +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_percent +com.jaredrummler.android.colorpicker.R$style: int Base_V21_Theme_AppCompat_Light +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void cancel() +okhttp3.internal.http1.Http1Codec: okio.Source newFixedLengthSource(long) +wangdaye.com.geometricweather.R$dimen: int design_snackbar_padding_horizontal +wangdaye.com.geometricweather.R$color: int dim_foreground_disabled_material_dark +wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource +com.google.android.material.R$styleable: int CustomAttribute_customColorDrawableValue +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property RainPrecipitationProbability +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: java.util.concurrent.atomic.AtomicReference upstream +com.xw.repo.bubbleseekbar.R$style: int Base_V7_Widget_AppCompat_Toolbar +io.reactivex.internal.queue.SpscArrayQueue: int calcElementOffset(long) +wangdaye.com.geometricweather.R$styleable: int ViewStubCompat_android_layout +com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status[] values() +androidx.hilt.lifecycle.R$dimen: int compat_button_inset_vertical_material +androidx.vectordrawable.R$id: int text2 +com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_borderless_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: java.lang.String getEn_US() +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_actionProviderClass +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeSplitBackground +com.google.android.material.R$styleable: int SwitchCompat_showText +androidx.preference.R$styleable: int AnimatedStateListDrawableItem_android_id +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$RainForecast: MfRainResult$RainForecast() +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIndicator +androidx.dynamicanimation.R$drawable: int notification_bg +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeRainPrecipitationDuration(java.lang.Float) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$6: KeyguardExternalViewProviderService$Provider$ProviderImpl$6(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary +androidx.constraintlayout.widget.R$dimen: int tooltip_precise_anchor_extra_offset +com.google.android.material.bottomappbar.BottomAppBar$SavedState: android.os.Parcelable$Creator CREATOR +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_motionProgress +androidx.appcompat.R$dimen: int highlight_alpha_material_light +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life +androidx.viewpager.R$styleable: int FontFamilyFont_font +com.google.android.material.R$attr: int circularRadius +androidx.constraintlayout.helper.widget.Flow: void setFirstVerticalStyle(int) +okhttp3.internal.http2.PushObserver$1: boolean onHeaders(int,java.util.List,boolean) +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemMaxLines +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_android_weightSum +james.adaptiveicon.R$attr: int layout +com.google.android.material.R$attr: int layout_constraintBaseline_toBaselineOf +cyanogenmod.externalviews.KeyguardExternalView: void onLockscreenSlideOffsetChanged(float) +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Subtitle1 +com.jaredrummler.android.colorpicker.R$attr: int searchIcon +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: java.lang.String getUnit() +wangdaye.com.geometricweather.R$style: int my_switch +com.google.android.material.R$attr: int content +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowFixedHeightMinor +com.google.android.material.R$styleable: int MaterialCalendar_rangeFillColor +com.google.android.material.R$dimen: int mtrl_calendar_day_width +io.reactivex.internal.observers.LambdaObserver: LambdaObserver(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer,io.reactivex.functions.Action,io.reactivex.functions.Consumer) +androidx.appcompat.view.menu.ActionMenuItemView: void setCheckable(boolean) +com.jaredrummler.android.colorpicker.R$color: int bright_foreground_inverse_material_dark +androidx.preference.R$styleable: int AppCompatTheme_actionModeCopyDrawable +androidx.work.ExistingWorkPolicy: androidx.work.ExistingWorkPolicy REPLACE +com.tencent.bugly.crashreport.biz.a: long b(com.tencent.bugly.crashreport.biz.a) +james.adaptiveicon.R$drawable: int abc_text_select_handle_middle_mtrl_dark +androidx.coordinatorlayout.R$styleable: int GradientColor_android_type +io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: void dispose() +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_fitToContents +wangdaye.com.geometricweather.R$array: int distance_units +james.adaptiveicon.R$attr: int titleMargins +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_16 +android.didikee.donate.R$dimen: int abc_edit_text_inset_bottom_material +wangdaye.com.geometricweather.R$color: int design_fab_stroke_top_inner_color +androidx.loader.R$drawable: int notification_bg_low_pressed +wangdaye.com.geometricweather.R$id: int layout +androidx.preference.R$id: int action_bar +cyanogenmod.providers.CMSettings$System: java.lang.String TOUCHSCREEN_GESTURE_HAPTIC_FEEDBACK +com.turingtechnologies.materialscrollbar.R$attr: int controlBackground +io.reactivex.internal.util.NotificationLite: java.lang.Object getValue(java.lang.Object) +androidx.appcompat.widget.Toolbar: android.graphics.drawable.Drawable getLogo() +com.google.android.material.R$drawable: int abc_btn_check_to_on_mtrl_015 +wangdaye.com.geometricweather.R$dimen: int design_fab_size_normal +io.reactivex.Observable: java.lang.Iterable blockingIterable() +okhttp3.internal.http2.Http2Connection: int DEGRADED_PING +retrofit2.DefaultCallAdapterFactory$1: DefaultCallAdapterFactory$1(retrofit2.DefaultCallAdapterFactory,java.lang.reflect.Type,java.util.concurrent.Executor) +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_textLocale +android.didikee.donate.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle +com.amap.api.location.AMapLocation: java.lang.String toStr() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: void setValue(java.lang.String) +retrofit2.Utils +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_elevation wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Object readKey(android.database.Cursor,int) -wangdaye.com.geometricweather.common.basic.models.weather.Weather: wangdaye.com.geometricweather.common.basic.models.weather.Base getBase() -com.tencent.bugly.proguard.ak: java.lang.String a -androidx.vectordrawable.R$drawable: int notification_icon_background -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxStrokeErrorColor -com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType GOOGLE -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ListView -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_98 -okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean recover(java.io.IOException,okhttp3.internal.connection.StreamAllocation,boolean,okhttp3.Request) -androidx.preference.R$drawable: int abc_ic_star_black_16dp -cyanogenmod.app.IProfileManager: boolean setActiveProfileByName(java.lang.String) -com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: void setRevealInfo(com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo) -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: java.util.ArrayDeque windows -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_PopupMenu -okhttp3.Connection: okhttp3.Route route() -com.google.android.material.circularreveal.CircularRevealRelativeLayout -androidx.appcompat.R$dimen: int highlight_alpha_material_colored -wangdaye.com.geometricweather.background.polling.work.worker.NormalUpdateWorker: NormalUpdateWorker(android.content.Context,androidx.work.WorkerParameters,wangdaye.com.geometricweather.location.LocationHelper,wangdaye.com.geometricweather.weather.WeatherHelper) -androidx.appcompat.R$string: int abc_menu_delete_shortcut_label -com.xw.repo.bubbleseekbar.R$id: int start -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Tooltip -okhttp3.MediaType: java.util.regex.Pattern PARAMETER -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX$InfoX: CNWeatherResult$WeatherX$InfoX() -com.tencent.bugly.b: void a(android.content.Context) -wangdaye.com.geometricweather.R$attr: int thumbStrokeWidth -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast -androidx.transition.R$styleable: int FontFamilyFont_ttcIndex -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_drawableRight -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_CompactMenu -androidx.dynamicanimation.R$id: int line1 -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: ObservableWindow$WindowSkipObserver(io.reactivex.Observer,long,long,int) -androidx.appcompat.R$dimen: int tooltip_horizontal_padding -okhttp3.Dispatcher: int runningCallsCount() -wangdaye.com.geometricweather.R$drawable: int donate_wechat -androidx.lifecycle.Transformations$2: androidx.lifecycle.MediatorLiveData val$result -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionMode_Inverse -com.amap.api.location.AMapLocationClient: void setApiKey(java.lang.String) -androidx.constraintlayout.widget.R$attr: int actionModePopupWindowStyle -androidx.appcompat.R$id: int text -cyanogenmod.providers.CMSettings$Global: java.lang.String WAKE_WHEN_PLUGGED_OR_UNPLUGGED -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Display1 -com.xw.repo.bubbleseekbar.R$string: int abc_menu_function_shortcut_label -androidx.work.R$id: int accessibility_custom_action_20 -okhttp3.internal.platform.OptionalMethod: OptionalMethod(java.lang.Class,java.lang.String,java.lang.Class[]) -android.didikee.donate.R$styleable: int LinearLayoutCompat_android_orientation -wangdaye.com.geometricweather.R$styleable: int Tooltip_android_text -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_counterTextAppearance -androidx.appcompat.R$dimen: int abc_floating_window_z -cyanogenmod.weatherservice.ServiceRequestResult: java.lang.String mKey -wangdaye.com.geometricweather.search.LoadableLocationList$Status: wangdaye.com.geometricweather.search.LoadableLocationList$Status valueOf(java.lang.String) -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: void onComplete() -com.google.android.material.R$layout: int material_clockface_view -wangdaye.com.geometricweather.R$id: int cpv_arrow_right -wangdaye.com.geometricweather.R$styleable: int MenuGroup_android_checkableBehavior -com.tencent.bugly.proguard.am: long q -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric: java.lang.String Unit -com.jaredrummler.android.colorpicker.R$drawable: int cpv_preset_checked -androidx.viewpager.R$drawable: int notification_template_icon_low_bg -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void startFirstTimeout(io.reactivex.ObservableSource) -cyanogenmod.app.CustomTile$ExpandedStyle: android.os.Parcelable$Creator CREATOR -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textColorSearchUrl -androidx.preference.R$style: int Preference_CheckBoxPreference_Material -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String NAVBAR_BACK_BUTTON -com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_divider_mtrl_alpha -okhttp3.internal.http2.PushObserver$1: PushObserver$1() -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_startIconTint -com.google.android.material.R$styleable: int ConstraintSet_flow_lastVerticalStyle -cyanogenmod.app.Profile: int mNameResId -androidx.coordinatorlayout.R$id: int tag_screen_reader_focusable -wangdaye.com.geometricweather.R$animator: int weather_thunder_2 -io.reactivex.disposables.RunnableDisposable: java.lang.String toString() -com.tencent.bugly.crashreport.crash.anr.a: java.lang.String f -okio.BufferedSink: void flush() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setO3(java.lang.String) -cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator sNonNegativeIntegerValidator -androidx.preference.R$attr: int listPreferredItemHeight -androidx.appcompat.R$styleable: int AlertDialog_multiChoiceItemLayout -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onKeyguardDismissed() -com.amap.api.fence.PoiItem: java.lang.String getPoiType() -androidx.recyclerview.R$id: int action_container -cyanogenmod.util.ColorUtils$1 -com.amap.api.location.AMapLocationClientOption: boolean isOpenAlwaysScanWifi() -com.google.android.material.R$style: int Base_Widget_AppCompat_ActionBar_TabBar -androidx.transition.R$id: int right_icon -okhttp3.Request: java.lang.String method -androidx.room.RoomDatabase$JournalMode: androidx.room.RoomDatabase$JournalMode valueOf(java.lang.String) -androidx.lifecycle.extensions.R$drawable: int notification_bg_low_normal -com.google.android.material.timepicker.ChipTextInputComboView -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_13 -com.google.gson.stream.JsonReader: java.lang.String nextQuotedValue(char) -com.bumptech.glide.R$styleable: int GradientColor_android_centerColor -androidx.hilt.lifecycle.R$attr: int fontProviderCerts -com.tencent.bugly.proguard.h: com.tencent.bugly.proguard.h a(java.util.Map,java.lang.String) -io.reactivex.Observable: io.reactivex.Observable onErrorResumeNext(io.reactivex.ObservableSource) -com.google.android.material.R$interpolator: int btn_radio_to_on_mtrl_animation_interpolator_0 -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Sun: MfForecastResult$DailyForecast$Sun() -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: long index -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: java.util.Map groups -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_RatingBar -androidx.appcompat.R$anim: int abc_slide_in_bottom -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit INHG -wangdaye.com.geometricweather.R$drawable: int star_1 -androidx.drawerlayout.R$drawable: int notification_bg_normal_pressed -okhttp3.internal.Util: java.util.regex.Pattern VERIFY_AS_IP_ADDRESS -androidx.drawerlayout.R$styleable: int ColorStateListItem_android_alpha -com.google.android.gms.common.R$integer -com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_android_fontStyle -android.didikee.donate.R$color -com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableCompat_android_dither -androidx.constraintlayout.widget.R$attr: int panelMenuListTheme -cyanogenmod.app.CMStatusBarManager: void removeTile(int) -com.turingtechnologies.materialscrollbar.R$attr: int stackFromEnd -androidx.constraintlayout.widget.R$styleable: int[] MenuItem -wangdaye.com.geometricweather.R$drawable: int flag_pl -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Subhead -okio.ForwardingTimeout -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_placeholderTextAppearance -androidx.core.R$attr: int font -androidx.hilt.R$color: int secondary_text_default_material_light -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_switchMinWidth -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +com.google.android.material.R$attr: int voiceIcon +com.tencent.bugly.proguard.ai: void a(java.lang.StringBuilder,int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Imperial +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemTextAppearance +james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat_Dialog +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: long unique +androidx.coordinatorlayout.R$styleable: int GradientColorItem_android_color +com.google.android.gms.location.ActivityRecognitionResult: android.os.Parcelable$Creator CREATOR +androidx.constraintlayout.widget.R$id: int start +okhttp3.Address: okhttp3.Dns dns() +androidx.lifecycle.ViewModelProvider: ViewModelProvider(androidx.lifecycle.ViewModelStoreOwner) +com.turingtechnologies.materialscrollbar.R$attr: int msb_handleColor +wangdaye.com.geometricweather.common.ui.widgets.TagView: void setCheckedBackgroundColor(int) +wangdaye.com.geometricweather.R$layout: int dialog_background_location +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$TotalLiquid: double Value +com.baidu.location.indoor.mapversion.c.a$d: java.lang.String h +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ListView_Menu +wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_speed +wangdaye.com.geometricweather.R$color: int mtrl_textinput_filled_box_default_background_color +retrofit2.Callback: void onResponse(retrofit2.Call,retrofit2.Response) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: void setDefenseText(java.lang.String) +com.tencent.bugly.crashreport.crash.c: void e() +androidx.preference.R$styleable: int[] MultiSelectListPreference +androidx.lifecycle.ServiceLifecycleDispatcher: androidx.lifecycle.Lifecycle getLifecycle() +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_fontVariationSettings +androidx.constraintlayout.widget.R$styleable: int ActionBar_contentInsetRight +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver +androidx.preference.R$drawable: int notification_action_background +okhttp3.internal.cache.DiskLruCache$Editor$1 +com.turingtechnologies.materialscrollbar.R$attr: int singleLine +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Object readEntity(android.database.Cursor,int) +com.turingtechnologies.materialscrollbar.R$id: int home +androidx.appcompat.R$dimen: int notification_small_icon_size_as_large +wangdaye.com.geometricweather.R$drawable: int flag_br +androidx.constraintlayout.widget.R$attr: int dropDownListViewStyle +com.google.android.material.R$attr: int barLength +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getDewPoint() +wangdaye.com.geometricweather.R$styleable: int PropertySet_layout_constraintTag +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Year_Selected +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode valueOf(java.lang.String) +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_buttonGravity +com.tencent.bugly.crashreport.common.info.b: java.lang.String h(android.content.Context) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeWetBulbTemperature() +androidx.appcompat.R$attr: int panelMenuListWidth +retrofit2.Utils$ParameterizedTypeImpl: java.lang.String toString() +wangdaye.com.geometricweather.R$drawable: int notif_temp_2 +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String CountryCode +com.google.android.material.R$styleable: int Badge_maxCharacterCount +com.google.android.gms.internal.location.zzac: android.os.Parcelable$Creator CREATOR +com.google.android.material.R$styleable: int SnackbarLayout_backgroundTint +wangdaye.com.geometricweather.R$xml: int standalone_badge_gravity_top_start +android.didikee.donate.R$layout: int notification_template_icon_group +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_17 +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getNavBarThemePackageName() +androidx.appcompat.widget.AppCompatSpinner$SavedState +androidx.hilt.lifecycle.R$id: int tag_accessibility_pane_title +cyanogenmod.power.IPerformanceManager: boolean setPowerProfile(int) +retrofit2.RequestFactory$Builder: retrofit2.ParameterHandler[] parameterHandlers +androidx.lifecycle.extensions.R$attr: int alpha +androidx.fragment.R$anim: int fragment_close_exit +com.github.rahatarmanahmed.cpv.CircularProgressView: float currentProgress +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintGuide_percent +androidx.work.impl.workers.ConstraintTrackingWorker +io.reactivex.internal.operators.observable.ObservableGroupBy$State: java.lang.Throwable error +io.reactivex.internal.subscriptions.DeferredScalarSubscription: int requestFusion(int) +androidx.constraintlayout.widget.R$styleable: int Transform_android_translationY +android.support.v4.graphics.drawable.IconCompatParcelizer: androidx.core.graphics.drawable.IconCompat read(androidx.versionedparcelable.VersionedParcel) +okio.ByteString: int indexOf(byte[]) +androidx.hilt.lifecycle.R$id: int icon +android.didikee.donate.R$id: int line1 +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_73 +wangdaye.com.geometricweather.R$string: int gitHub +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_0 +com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_padding_top_material +androidx.preference.R$dimen: int abc_action_bar_default_height_material +com.google.android.material.R$style: int Widget_AppCompat_SeekBar_Discrete +androidx.constraintlayout.widget.R$attr: int autoTransition +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintVertical_chainStyle +androidx.appcompat.widget.AppCompatTextView: void setFirstBaselineToTopHeight(int) +wangdaye.com.geometricweather.R$string: int ice +james.adaptiveicon.R$style: int Theme_AppCompat_Dialog +androidx.customview.R$drawable: int notification_action_background +com.tencent.bugly.CrashModule: int c +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_PopupMenu_Overflow +androidx.preference.R$id: int top +androidx.preference.R$styleable: int LinearLayoutCompat_dividerPadding +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_NOTIFICATIONS +android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceListItemSmall +wangdaye.com.geometricweather.main.MainActivity: MainActivity() +com.google.android.material.R$styleable: int Transform_android_translationX +androidx.preference.R$bool: int abc_config_actionMenuItemAllCaps +androidx.lifecycle.extensions.R$id: int tag_screen_reader_focusable +com.google.android.material.chip.Chip: void setLines(int) +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Menu +androidx.loader.content.Loader: void unregisterListener(androidx.loader.content.Loader$OnLoadCompleteListener) +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_shapeAppearance +james.adaptiveicon.R$id: int scrollView +androidx.appcompat.R$style: int Base_Animation_AppCompat_Tooltip +org.greenrobot.greendao.database.DatabaseOpenHelper: DatabaseOpenHelper(android.content.Context,java.lang.String,android.database.sqlite.SQLiteDatabase$CursorFactory,int) +androidx.appcompat.R$attr: int actionBarSplitStyle +james.adaptiveicon.R$attr: int actionBarStyle +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_4 +io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: ObservableSkipLast$SkipLastObserver(io.reactivex.Observer,int) +com.google.android.material.R$color: int design_default_color_background +com.google.android.material.R$styleable: int ConstraintSet_drawPath +wangdaye.com.geometricweather.R$animator: int mtrl_extended_fab_change_size_expand_motion_spec +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title +okhttp3.internal.ws.RealWebSocket$Close: int code +androidx.core.R$style: int TextAppearance_Compat_Notification_Title +james.adaptiveicon.R$styleable: int AppCompatTheme_editTextStyle +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments$WarningTextBlocItem: MfWarningsResult$WarningComments$WarningTextBlocItem() +androidx.appcompat.R$dimen: int tooltip_corner_radius +io.reactivex.Observable: io.reactivex.Observable interval(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +retrofit2.OkHttpCall$1: void callFailure(java.lang.Throwable) +cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_CLOCK +androidx.preference.R$attr: int windowNoTitle +com.google.android.material.R$id: int largeLabel +com.turingtechnologies.materialscrollbar.R$attr: int colorPrimary +cyanogenmod.themes.IThemeChangeListener$Stub$Proxy: void onProgress(int) +androidx.vectordrawable.R$layout: int notification_action +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean outputFused +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder eventListenerFactory(okhttp3.EventListener$Factory) +com.google.android.material.R$styleable: int MenuGroup_android_id +com.amap.api.location.AMapLocation: java.lang.String d(com.amap.api.location.AMapLocation,java.lang.String) +android.didikee.donate.R$color: int switch_thumb_disabled_material_dark +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_SearchView +com.google.android.material.R$id: int parentRelative +androidx.work.R$id: int action_divider +com.bumptech.glide.integration.okhttp.R$dimen: int notification_right_icon_size +com.tencent.bugly.proguard.u: com.tencent.bugly.proguard.u a() +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_thumbTintMode +com.google.android.material.R$styleable: int ConstraintSet_layout_constrainedWidth +okhttp3.Cookie$Builder: boolean secure +okhttp3.Cache: void delete() +com.google.android.material.R$styleable: int[] Insets +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat +retrofit2.RequestFactory: boolean isKotlinSuspendFunction +com.google.android.material.internal.FlowLayout +io.reactivex.Observable: io.reactivex.Observable takeLast(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +com.jaredrummler.android.colorpicker.R$attr: int layoutManager +com.jaredrummler.android.colorpicker.R$id: int image +androidx.appcompat.R$drawable: int abc_spinner_mtrl_am_alpha +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_mini_grey +com.google.android.material.R$dimen: int abc_text_size_display_3_material +androidx.viewpager.R$dimen: int notification_small_icon_size_as_large +com.xw.repo.bubbleseekbar.R$styleable: int FontFamily_fontProviderQuery +com.tencent.bugly.crashreport.CrashReport: void setSdkExtraData(android.content.Context,java.lang.String,java.lang.String) +com.tencent.bugly.crashreport.crash.CrashDetailBean: int Q +com.google.android.material.R$styleable: int KeyTrigger_onPositiveCross +androidx.vectordrawable.animated.R$styleable: int FontFamily_fontProviderFetchTimeout +com.google.android.material.R$dimen: int mtrl_badge_with_text_radius +androidx.preference.R$styleable: int SwitchCompat_switchPadding +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Metric: java.lang.String Unit +com.google.android.material.R$styleable: int MaterialRadioButton_useMaterialThemeColors +com.jaredrummler.android.colorpicker.R$bool: int config_materialPreferenceIconSpaceReserved +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Headline3 +wangdaye.com.geometricweather.R$plurals: R$plurals() +wangdaye.com.geometricweather.R$string: int phase_full +wangdaye.com.geometricweather.R$id: int visible +com.google.android.material.R$id: int unlabeled +androidx.lifecycle.extensions.R$styleable: int GradientColor_android_tileMode +wangdaye.com.geometricweather.R$string: int abc_capital_on +com.turingtechnologies.materialscrollbar.R$string: int abc_action_bar_home_description +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup +io.reactivex.Observable: void blockingSubscribe() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_shadowDy +com.google.android.material.R$attr: int framePosition +com.google.android.material.R$attr: int toolbarStyle +androidx.preference.R$attr: int contentInsetLeft +io.reactivex.Observable: java.lang.Object as(io.reactivex.ObservableConverter) +com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle +com.tencent.bugly.crashreport.crash.h5.H5JavaScriptInterface: com.tencent.bugly.crashreport.crash.h5.H5JavaScriptInterface getInstance(com.tencent.bugly.crashreport.CrashReport$WebViewInterface) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeCloseDrawable +androidx.lifecycle.SavedStateViewModelFactory: java.lang.Class[] ANDROID_VIEWMODEL_SIGNATURE +com.google.android.material.R$id: int mtrl_calendar_months +james.adaptiveicon.R$attr: int tooltipText +com.google.gson.JsonSyntaxException: long serialVersionUID +com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose +okhttp3.MediaType: java.lang.String subtype +androidx.hilt.R$id: int fragment_container_view_tag +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_TEMPERATURE_NIGHT_VALIDATOR +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: io.reactivex.FlowableEmitter serialize() +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_firstVerticalStyle +androidx.preference.R$color: int foreground_material_dark +androidx.appcompat.widget.ActionMenuView: void setOverflowReserved(boolean) +androidx.preference.R$dimen: R$dimen() +android.didikee.donate.R$attr: int iconifiedByDefault +james.adaptiveicon.R$attr: int itemPadding +okio.RealBufferedSource: int readInt() +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setDailyForecast(java.lang.String) +okhttp3.CacheControl: int minFreshSeconds() +wangdaye.com.geometricweather.R$styleable: int MaterialButton_android_insetBottom +com.xw.repo.bubbleseekbar.R$attr: int track +okio.ByteString: okio.ByteString of(java.nio.ByteBuffer) +com.tencent.bugly.proguard.am: java.lang.String d +com.google.android.gms.common.internal.zax: zax(android.content.Context) +okio.BufferedSource: byte readByte() +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Large +okhttp3.Response$Builder: okhttp3.Response$Builder header(java.lang.String,java.lang.String) +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setLocationMode(com.amap.api.location.AMapLocationClientOption$AMapLocationMode) +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_SearchResult +androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat_Light +com.xw.repo.bubbleseekbar.R$id: int textSpacerNoButtons +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean dispatchTouchEvent(android.view.MotionEvent) +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: ObservableConcatMap$SourceObserver(io.reactivex.Observer,io.reactivex.functions.Function,int) +com.baidu.location.LocationClientOption$LocationMode: com.baidu.location.LocationClientOption$LocationMode valueOf(java.lang.String) +com.google.android.material.R$string: int mtrl_picker_toggle_to_calendar_input_mode +okhttp3.internal.cache2.FileOperator +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActivityChooserView +androidx.lifecycle.ServiceLifecycleDispatcher: void onServicePreSuperOnBind() +com.google.android.material.R$dimen: int fastscroll_margin +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber$1: LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber$1(androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber,java.lang.Throwable) +androidx.lifecycle.LifecycleRegistryOwner +androidx.appcompat.widget.AppCompatImageView: void setSupportImageTintMode(android.graphics.PorterDuff$Mode) +androidx.constraintlayout.widget.R$attr: int actionModeBackground +androidx.constraintlayout.widget.R$drawable: int notification_bg_normal +androidx.appcompat.widget.SearchView$SearchAutoComplete: SearchView$SearchAutoComplete(android.content.Context,android.util.AttributeSet) +com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_WIFI_INFO +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.lang.Integer getDbz() +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragment_android_layout +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior getBehavior() +android.didikee.donate.R$styleable: int[] ButtonBarLayout +androidx.constraintlayout.widget.R$attr: int staggered +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_SearchView_ActionBar +okhttp3.Cache$Entry: long sentRequestMillis +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int aqi +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_89 +com.tencent.bugly.crashreport.crash.anr.a: java.lang.String a +androidx.lifecycle.extensions.R$id: int async +androidx.appcompat.widget.AppCompatImageView: void setSupportBackgroundTintList(android.content.res.ColorStateList) +okhttp3.FormBody$Builder: okhttp3.FormBody build() +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: long time +com.google.android.material.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_1 +okhttp3.internal.ws.RealWebSocket$1: okhttp3.internal.ws.RealWebSocket this$0 +com.google.android.material.circularreveal.CircularRevealGridLayout: CircularRevealGridLayout(android.content.Context,android.util.AttributeSet) +cyanogenmod.profiles.BrightnessSettings$1: java.lang.Object createFromParcel(android.os.Parcel) +wangdaye.com.geometricweather.R$attr: int fontFamily +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_lineHeight +android.didikee.donate.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle +androidx.dynamicanimation.R$style: int TextAppearance_Compat_Notification_Line2 +okhttp3.internal.http2.Http2Codec +wangdaye.com.geometricweather.R$drawable: int abc_seekbar_thumb_material +com.turingtechnologies.materialscrollbar.R$styleable: int[] ViewStubCompat +com.xw.repo.bubbleseekbar.R$attr: int fontWeight +androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType: androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType END +androidx.appcompat.widget.Toolbar: void setLogoDescription(int) +com.google.android.material.R$drawable: int abc_ratingbar_material +cyanogenmod.externalviews.ExternalViewProperties: int[] mScreenCoords +retrofit2.OkHttpCall: okhttp3.Call getRawCall() +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_SearchView +james.adaptiveicon.R$attr: int alpha +com.google.android.material.bottomnavigation.BottomNavigationView: int getSelectedItemId() +com.turingtechnologies.materialscrollbar.R$attr: int actionModeCopyDrawable +wangdaye.com.geometricweather.R$dimen: int design_navigation_padding_bottom +com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getItemTextAppearanceInactive() +cyanogenmod.providers.CMSettings$Secure: java.lang.String ADB_NOTIFY +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: java.lang.String country +com.jaredrummler.android.colorpicker.R$styleable: int[] ViewStubCompat +james.adaptiveicon.R$style: int ThemeOverlay_AppCompat +androidx.loader.content.Loader: void registerOnLoadCanceledListener(androidx.loader.content.Loader$OnLoadCanceledListener) +retrofit2.Response: java.lang.Object body +okhttp3.Cache$Entry: java.lang.String url +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_star_half_black_48dp +wangdaye.com.geometricweather.R$attr: int layout_collapseParallaxMultiplier +okhttp3.internal.http2.Http2Connection: void close() +cyanogenmod.app.ICMStatusBarManager$Stub: ICMStatusBarManager$Stub() +androidx.coordinatorlayout.R$id: int action_container +com.xw.repo.bubbleseekbar.R$dimen: int tooltip_corner_radius +androidx.drawerlayout.R$dimen: int compat_notification_large_icon_max_height +android.didikee.donate.R$styleable: int[] SearchView +androidx.work.R$dimen: int notification_media_narrow_margin +com.google.android.material.R$styleable: int Constraint_flow_verticalGap +wangdaye.com.geometricweather.R$dimen: int design_fab_translation_z_pressed +wangdaye.com.geometricweather.R$layout: int activity_about +cyanogenmod.externalviews.ExternalView$1 +wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: WidgetItemView(android.content.Context,android.util.AttributeSet,int) +com.jaredrummler.android.colorpicker.R$color: int primary_text_disabled_material_light +okhttp3.internal.http2.Http2Stream$FramingSink: void emitFrame(boolean) +com.google.android.material.R$attr: int tabTextColor +okhttp3.Cache: java.io.File directory() +com.jaredrummler.android.colorpicker.R$id: int normal +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu +com.google.android.material.R$styleable: int MaterialCalendarItem_android_insetBottom +wangdaye.com.geometricweather.R$drawable: int notif_temp_100 +okhttp3.internal.http2.Huffman$Node: okhttp3.internal.http2.Huffman$Node[] children +com.turingtechnologies.materialscrollbar.R$id: int save_non_transition_alpha +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.internal.fuseable.SimpleQueue queue +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: boolean requestDismiss() +androidx.work.R$id: int notification_background +io.reactivex.Observable: io.reactivex.Observable defer(java.util.concurrent.Callable) wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderConfirmButton -androidx.lifecycle.LiveData: boolean hasObservers() -com.bumptech.glide.R$dimen: int notification_top_pad_large_text -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: org.reactivestreams.Subscription upstream -androidx.lifecycle.viewmodel.savedstate.R -wangdaye.com.geometricweather.R$drawable: int notification_bg_low_pressed -cyanogenmod.weather.IRequestInfoListener$Stub$Proxy -androidx.core.R$layout -androidx.hilt.work.R$styleable: int Fragment_android_name -okhttp3.internal.Util: java.lang.String[] concat(java.lang.String[],java.lang.String) -com.google.android.material.slider.RangeSlider: java.util.List getValues() -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: int AlertID -wangdaye.com.geometricweather.R$drawable: int clock_minute_dark -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void onNext(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIconTintMode -io.reactivex.Observable: java.lang.Iterable blockingIterable() -androidx.work.ExistingWorkPolicy: androidx.work.ExistingWorkPolicy APPEND -androidx.constraintlayout.widget.Group: Group(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.transformation.ExpandableTransformationBehavior -com.google.android.material.R$layout: int design_navigation_item_subheader -com.google.android.material.R$styleable: int AppCompatTextView_drawableStartCompat +androidx.constraintlayout.widget.R$drawable: int abc_btn_check_material +android.didikee.donate.R$style: int Base_V21_Theme_AppCompat_Light +cyanogenmod.externalviews.KeyguardExternalView: KeyguardExternalView(android.content.Context,android.util.AttributeSet) +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter name(java.lang.String) +androidx.constraintlayout.widget.R$drawable: int abc_ic_search_api_material +wangdaye.com.geometricweather.R$anim: R$anim() +retrofit2.OkHttpCall +com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_gapBetweenBars +androidx.hilt.work.R$id: int accessibility_custom_action_24 +wangdaye.com.geometricweather.R$styleable: int GradientColor_android_gradientRadius +com.xw.repo.bubbleseekbar.R$attr: int customNavigationLayout +com.jaredrummler.android.colorpicker.R$attr: int cpv_alphaChannelVisible +com.xw.repo.bubbleseekbar.R$dimen: int notification_subtext_size +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$5 +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header +com.google.android.material.R$attr: int singleLine +androidx.constraintlayout.widget.R$color: int bright_foreground_disabled_material_dark +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: void dispose() +wangdaye.com.geometricweather.R$animator: int mtrl_extended_fab_hide_motion_spec +android.didikee.donate.R$style: int Widget_AppCompat_Button_Borderless_Colored +androidx.constraintlayout.widget.R$styleable: int CompoundButton_buttonCompat +androidx.constraintlayout.widget.R$styleable: int OnSwipe_touchRegionId +androidx.coordinatorlayout.R$layout: int notification_action_tombstone +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String daytimeWeatherText +com.google.android.material.R$styleable: int ProgressIndicator_android_indeterminate +wangdaye.com.geometricweather.R$styleable: int Motion_pathMotionArc +wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: double lat +androidx.constraintlayout.widget.R$styleable: int SearchView_layout +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_COLOR_AUTO +com.turingtechnologies.materialscrollbar.R$id: int tag_unhandled_key_event_manager +cyanogenmod.hardware.CMHardwareManager: int FEATURE_UNIQUE_DEVICE_ID +androidx.drawerlayout.R$dimen: int notification_action_text_size +com.tencent.bugly.proguard.v: v(android.content.Context,int,int,byte[],java.lang.String,java.lang.String,com.tencent.bugly.proguard.t,boolean,int,int,boolean,java.util.Map) +androidx.hilt.lifecycle.R$id: int action_image +wangdaye.com.geometricweather.R$attr: int shapeAppearanceOverlay +com.google.android.gms.signin.internal.zab +okhttp3.internal.http1.Http1Codec: okhttp3.Response$Builder readResponseHeaders(boolean) +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.String getWeatherText() +wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService +wangdaye.com.geometricweather.R$id: int dialog_minimal_icon_xmlIcon +okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean requestIsUnrepeatable(java.io.IOException,okhttp3.Request) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableBottomCompat +cyanogenmod.externalviews.ExternalViewProviderService$1$1: cyanogenmod.externalviews.ExternalViewProviderService$1 this$1 +androidx.constraintlayout.widget.R$style: int Base_V21_Theme_AppCompat_Dialog +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getPm25() +com.google.android.material.R$styleable: int AppCompatTheme_popupWindowStyle +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub: int TRANSACTION_onWeatherServiceProviderChanged_0 +com.jaredrummler.android.colorpicker.R$attr: int logoDescription +wangdaye.com.geometricweather.R$id: int material_minute_text_input +com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_padding_top_material +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircularSkyWeatherView: int getBackgroundColor() +com.jaredrummler.android.colorpicker.R$drawable: int abc_tab_indicator_mtrl_alpha +com.google.android.material.R$styleable: int[] MaterialAlertDialog +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Large_Inverse +com.xw.repo.bubbleseekbar.R$color: int bright_foreground_disabled_material_dark +android.didikee.donate.R$styleable: int LinearLayoutCompat_android_gravity +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constrainedWidth +wangdaye.com.geometricweather.R$color: int abc_tint_seek_thumb +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: CaiYunMainlyResult$CurrentBean$PressureBean() +androidx.appcompat.R$styleable: int FontFamilyFont_ttcIndex +wangdaye.com.geometricweather.R$id: int cpv_preference_preview_color_panel +okhttp3.internal.http1.Http1Codec$FixedLengthSource +androidx.dynamicanimation.R$attr: int fontVariationSettings +androidx.constraintlayout.widget.Barrier: void setType(int) +okhttp3.internal.http2.Http2: java.io.IOException ioException(java.lang.String,java.lang.Object[]) +org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database getWritableDb() +com.google.android.material.R$string: int mtrl_picker_invalid_format +cyanogenmod.weatherservice.ServiceRequestResult$Builder: ServiceRequestResult$Builder(cyanogenmod.weather.WeatherInfo) +androidx.appcompat.R$style: int Base_V28_Theme_AppCompat_Light +wangdaye.com.geometricweather.R$color: int colorSearchBarBackground_light +com.google.android.material.R$anim: int design_bottom_sheet_slide_out +com.google.android.material.R$id: int material_label +androidx.vectordrawable.animated.R$id +androidx.recyclerview.widget.RecyclerView: void setViewCacheExtension(androidx.recyclerview.widget.RecyclerView$ViewCacheExtension) +wangdaye.com.geometricweather.R$string: int key_exchange_day_night_temp_switch +androidx.appcompat.resources.R$style: int Widget_Compat_NotificationActionContainer +com.xw.repo.bubbleseekbar.R$styleable: int ActionBarLayout_android_layout_gravity +com.jaredrummler.android.colorpicker.R$dimen: int preference_icon_minWidth +wangdaye.com.geometricweather.common.basic.models.weather.Daily: float getHoursOfSun() +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle +wangdaye.com.geometricweather.R$array: int air_quality_co_unit_voices +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int DUST +okhttp3.HttpUrl: java.lang.String host +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor GREY +com.google.android.gms.location.ActivityTransitionRequest +com.google.android.material.textfield.TextInputLayout: void setStartIconCheckable(boolean) +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ImageButton +androidx.appcompat.R$styleable: int AppCompatTheme_ratingBarStyleIndicator +com.google.android.material.card.MaterialCardView: void setStrokeColor(int) +androidx.lifecycle.extensions.R$styleable: int GradientColor_android_centerX +com.google.android.material.R$id: int decelerateAndComplete +wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_AppbarTheme +okhttp3.internal.http.RetryAndFollowUpInterceptor: okhttp3.Address createAddress(okhttp3.HttpUrl) +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +com.turingtechnologies.materialscrollbar.R$attr: int colorPrimaryDark +wangdaye.com.geometricweather.R$dimen: int material_clock_period_toggle_margin_left +io.reactivex.Observable: io.reactivex.Observable distinctUntilChanged() +com.bumptech.glide.R$color: int notification_icon_bg_color +androidx.constraintlayout.widget.R$id: int multiply +wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: java.lang.String getPollenVoice(android.content.Context,int) +okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Settings peerSettings +androidx.constraintlayout.widget.R$drawable: int abc_switch_thumb_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean getSpeed() +wangdaye.com.geometricweather.R$dimen: int compat_control_corner_material +androidx.appcompat.R$styleable: int AppCompatTextHelper_android_drawableBottom +wangdaye.com.geometricweather.R$attr: int msb_textColor +wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_drawableBottom +com.turingtechnologies.materialscrollbar.R$color: int cardview_dark_background +io.reactivex.disposables.RunnableDisposable +cyanogenmod.weatherservice.ServiceRequest: cyanogenmod.weatherservice.IWeatherProviderServiceClient mClient +androidx.preference.R$id: int search_badge +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: boolean delayErrors +wangdaye.com.geometricweather.R$styleable: int Chip_checkedIconEnabled +wangdaye.com.geometricweather.db.entities.LocationEntityDao: LocationEntityDao(org.greenrobot.greendao.internal.DaoConfig) +com.google.android.material.slider.Slider: android.content.res.ColorStateList getThumbStrokeColor() +com.google.android.material.R$style: int Base_V23_Theme_AppCompat_Light +retrofit2.OkHttpCall$ExceptionCatchingResponseBody: okhttp3.ResponseBody delegate +wangdaye.com.geometricweather.R$id: int notification_base_titleContainer +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: java.lang.String value +com.amap.api.fence.PoiItem: java.lang.String i +com.google.android.material.R$attr: int itemSpacing +androidx.appcompat.R$styleable: int ActionMenuItemView_android_minWidth +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String alarmTp1 +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setRainPrecipitationProbability(java.lang.Float) +androidx.coordinatorlayout.R$styleable: int ColorStateListItem_alpha +cyanogenmod.app.Profile$Type: int CONDITIONAL +wangdaye.com.geometricweather.R$color: int design_icon_tint +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_translationY +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean setNativeAppPackage(java.lang.String) +wangdaye.com.geometricweather.R$attr: int closeIcon +com.google.android.material.R$attr: int textAppearanceHeadline3 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean +com.google.android.material.R$string: int mtrl_picker_text_input_date_range_end_hint +com.google.android.material.R$color: int cardview_light_background +androidx.preference.R$styleable: int MenuItem_alphabeticModifiers +androidx.preference.R$styleable: int LinearLayoutCompat_Layout_android_layout_width +james.adaptiveicon.R$styleable: int SwitchCompat_trackTint +okhttp3.internal.http.RealResponseBody: long contentLength +com.google.gson.internal.$Gson$Types$WildcardTypeImpl: java.lang.reflect.Type lowerBound +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeRealFeelShaderTemperature(java.lang.Integer) +wangdaye.com.geometricweather.R$styleable: int MaterialAutoCompleteTextView_android_inputType +com.google.android.material.internal.NavigationMenuItemView: void setTitle(java.lang.CharSequence) +wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView: TrendRecyclerView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_135 +james.adaptiveicon.R$attr: int panelMenuListWidth +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Button_Borderless +androidx.recyclerview.R$id: int title +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_CAMELLIA_256_CBC_SHA +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceCategoryTitleTextAppearance +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation +james.adaptiveicon.R$attr: int actionModeSplitBackground +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_creator +androidx.appcompat.R$drawable: int abc_ic_menu_share_mtrl_alpha +androidx.fragment.R$styleable: int GradientColor_android_startColor +com.google.android.material.chip.ChipGroup: void setChipSpacingVertical(int) +com.xw.repo.bubbleseekbar.R$styleable: int MenuGroup_android_checkableBehavior +com.google.android.material.R$attr: int labelBehavior +io.reactivex.internal.observers.InnerQueuedObserver: boolean isDisposed() +androidx.preference.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge +james.adaptiveicon.R$attr: int buttonBarNeutralButtonStyle +androidx.constraintlayout.widget.Group +android.didikee.donate.R$id: int action_bar_spinner +androidx.appcompat.R$drawable: int abc_text_select_handle_middle_mtrl_dark +com.tencent.bugly.proguard.an: void a(com.tencent.bugly.proguard.j) +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult: wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Position position +retrofit2.Response: retrofit2.Response error(okhttp3.ResponseBody,okhttp3.Response) +com.github.rahatarmanahmed.cpv.CircularProgressView: CircularProgressView(android.content.Context,android.util.AttributeSet,int) +androidx.constraintlayout.widget.R$styleable: int FontFamily_fontProviderAuthority +android.didikee.donate.R$styleable: int RecycleListView_paddingTopNoTitle +com.tencent.bugly.proguard.y$a +com.google.android.material.R$animator: int mtrl_extended_fab_hide_motion_spec +wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_yearSelectedStyle +okhttp3.Cookie$Builder: okhttp3.Cookie$Builder secure() +com.google.android.material.R$color: int highlighted_text_material_light +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: ArcProgress(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.R$attr: int materialAlertDialogTheme +org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.database.Database db +com.jaredrummler.android.colorpicker.R$drawable: int abc_list_selector_background_transition_holo_dark +androidx.preference.R$style: int Preference_DropDown_Material +wangdaye.com.geometricweather.R$dimen: int mtrl_bottomappbar_height +com.turingtechnologies.materialscrollbar.R$styleable: int RecycleListView_paddingTopNoTitle +cyanogenmod.weather.WeatherLocation: java.lang.String mCityId +com.google.android.material.R$styleable: int[] ViewStubCompat +james.adaptiveicon.R$styleable: int FontFamilyFont_android_fontVariationSettings +wangdaye.com.geometricweather.R$styleable: int[] ActionBar +wangdaye.com.geometricweather.R$dimen: int abc_action_bar_stacked_tab_max_width +okhttp3.ConnectionPool: long cleanup(long) +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_ALARM +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String LIVE_LOCK_SCREEN_PREVIEW +com.amap.api.location.AMapLocation: int getSatellites() +com.turingtechnologies.materialscrollbar.R$id: int submenuarrow +com.amap.api.fence.PoiItem: java.lang.String j +androidx.activity.R$id: int notification_main_column +wangdaye.com.geometricweather.R$id: int activity_widget_config_alignEndContainer +james.adaptiveicon.R$styleable: int Spinner_android_popupBackground +androidx.transition.R$styleable: R$styleable() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: void setValue(java.lang.String) +retrofit2.http.FieldMap: boolean encoded() +com.jaredrummler.android.colorpicker.R$dimen: int notification_subtext_size +wangdaye.com.geometricweather.R$dimen: int hint_alpha_material_dark +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setTrimPathEnd(float) +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_thumbTintMode +wangdaye.com.geometricweather.R$layout: int test_toolbar +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: int status +okio.Buffer$2: int read(byte[],int,int) +wangdaye.com.geometricweather.R$dimen: int clock_face_margin_start +com.google.android.material.chip.Chip: void setTextStartPaddingResource(int) +com.xw.repo.bubbleseekbar.R$styleable: int PopupWindow_android_popupAnimationStyle +wangdaye.com.geometricweather.R$id: int widget_remote_progress +com.tencent.bugly.crashreport.common.info.b: java.lang.String e() +com.google.android.material.floatingactionbutton.FloatingActionButton: int getSizeDimension() +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void setDisposable(io.reactivex.disposables.Disposable) +androidx.constraintlayout.widget.R$attr: int mock_labelBackgroundColor +okhttp3.RequestBody$1: long contentLength() +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_clear_material +io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.recyclerview.R$styleable: int[] ColorStateListItem +cyanogenmod.alarmclock.ClockContract$AlarmsColumns: java.lang.String DELETE_AFTER_USE +wangdaye.com.geometricweather.R$styleable: int[] TouchScrollBar +wangdaye.com.geometricweather.db.entities.DailyEntity: void setTreeIndex(java.lang.Integer) +com.google.android.material.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner +androidx.vectordrawable.R$id: int accessibility_action_clickable_span +com.turingtechnologies.materialscrollbar.R$color: int material_grey_600 +wangdaye.com.geometricweather.R$attr: int minHideDelay +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color: java.lang.String Name +com.tencent.bugly.proguard.aq: long a +androidx.appcompat.R$styleable: int AppCompatTheme_dividerHorizontal +okhttp3.internal.http2.Http2Writer +com.jaredrummler.android.colorpicker.R$styleable: int[] SwitchPreference +com.google.android.material.R$string: int abc_menu_delete_shortcut_label +com.google.android.material.chip.ChipGroup: void setShowDividerVertical(int) +androidx.appcompat.R$dimen: int notification_content_margin_start +io.reactivex.Observable: io.reactivex.Observable takeWhile(io.reactivex.functions.Predicate) +com.google.android.material.R$styleable: int CustomAttribute_customColorValue +wangdaye.com.geometricweather.R$attr: int colorOnError +okio.Buffer: okio.BufferedSink writeUtf8(java.lang.String) +retrofit2.HttpServiceMethod$CallAdapted: HttpServiceMethod$CallAdapted(retrofit2.RequestFactory,okhttp3.Call$Factory,retrofit2.Converter,retrofit2.CallAdapter) +com.google.android.material.R$style: int TestThemeWithLineHeight +androidx.appcompat.resources.R$style: int TextAppearance_Compat_Notification_Title +com.google.android.material.R$style: int Widget_Design_TextInputLayout +androidx.lifecycle.MethodCallsLogger: java.util.Map mCalledMethods +com.tencent.bugly.proguard.am: java.lang.String t +com.turingtechnologies.materialscrollbar.R$attr: int fontWeight +com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_elevation +cyanogenmod.providers.DataUsageContract: java.lang.String CONTENT_ITEM_TYPE +androidx.swiperefreshlayout.R$id: int info +com.turingtechnologies.materialscrollbar.R$dimen: int abc_switch_padding +com.google.android.material.R$attr: int itemMaxLines +james.adaptiveicon.R$id: int image +com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Title_Icon +wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_shadowRadius +androidx.constraintlayout.widget.R$styleable: int[] ActionMenuItemView +wangdaye.com.geometricweather.R$dimen: int notification_action_text_size +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_toRightOf +androidx.hilt.lifecycle.R$anim: int fragment_close_enter +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionButton_Overflow +androidx.work.BackoffPolicy: androidx.work.BackoffPolicy[] values() +androidx.constraintlayout.motion.widget.MotionLayout: void setTransition(androidx.constraintlayout.motion.widget.MotionScene$Transition) +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Small +com.turingtechnologies.materialscrollbar.R$attr: int commitIcon +wangdaye.com.geometricweather.R$id: int widget_week_icon_5 +androidx.appcompat.widget.AppCompatTextView: int getAutoSizeMinTextSize() +com.jaredrummler.android.colorpicker.R$attr: int actionBarDivider +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Display1 +com.google.android.material.R$attr: int buttonBarNegativeButtonStyle +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Maximum: AccuDailyResult$DailyForecasts$Temperature$Maximum() +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getWallpaperThemePackageName() +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_elevation +com.google.android.material.snackbar.SnackbarContentLayout: android.widget.Button getActionView() +wangdaye.com.geometricweather.R$id: int clear_text +retrofit2.DefaultCallAdapterFactory: java.util.concurrent.Executor callbackExecutor +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_editor_absoluteY +com.google.android.material.textfield.TextInputLayout: void setErrorIconTintList(android.content.res.ColorStateList) +james.adaptiveicon.R$style: int Widget_AppCompat_ListMenuView +com.amap.api.location.DPoint: int hashCode() +com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getTrackInactiveTintList() +cyanogenmod.weatherservice.ServiceRequestResult: ServiceRequestResult(android.os.Parcel,cyanogenmod.weatherservice.ServiceRequestResult$1) +androidx.preference.R$styleable: int ActionBar_subtitleTextStyle +com.jaredrummler.android.colorpicker.R$drawable: int abc_seekbar_thumb_material +androidx.preference.R$styleable: int[] ActionMode +com.tencent.bugly.CrashModule: void init(android.content.Context,boolean,com.tencent.bugly.BuglyStrategy) +androidx.lifecycle.ProcessLifecycleOwner: androidx.lifecycle.ReportFragment$ActivityInitializationListener mInitializationListener +androidx.constraintlayout.widget.R$attr: int logo +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert +com.jaredrummler.android.colorpicker.R$drawable: int abc_textfield_search_default_mtrl_alpha +com.google.android.material.R$id: int staticLayout +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder readTimeout(long,java.util.concurrent.TimeUnit) +okhttp3.ConnectionPool: boolean connectionBecameIdle(okhttp3.internal.connection.RealConnection) +com.tencent.bugly.crashreport.crash.b: com.tencent.bugly.proguard.o f +com.tencent.bugly.crashreport.common.strategy.StrategyBean: boolean o +com.google.android.material.chip.Chip: void setTextEndPadding(float) +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Medium_Inverse +com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState CLEARED +okio.SegmentedByteString: java.lang.String base64Url() +wangdaye.com.geometricweather.R$styleable: int[] ExtendedFloatingActionButton_Behavior_Layout +okio.Options: void buildTrieRecursive(long,okio.Buffer,int,java.util.List,int,int,java.util.List) +wangdaye.com.geometricweather.R$id: int mtrl_picker_header_selection_text +androidx.lifecycle.SavedStateHandleController$1: SavedStateHandleController$1(androidx.lifecycle.Lifecycle,androidx.savedstate.SavedStateRegistry) +androidx.work.R$id: int accessibility_custom_action_7 +androidx.constraintlayout.widget.R$attr: int visibilityMode +wangdaye.com.geometricweather.R$styleable: int TextAppearance_fontFamily +androidx.preference.R$string: int v7_preference_on +com.google.android.material.R$styleable: int Transform_android_rotationY +com.amap.api.location.AMapLocationQualityReport: int GPS_STATUS_OK +androidx.customview.R$integer: R$integer() +androidx.constraintlayout.widget.R$dimen: int notification_action_icon_size +wangdaye.com.geometricweather.R$string: int feedback_running_in_background +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: long serialVersionUID +androidx.swiperefreshlayout.R$dimen: int notification_big_circle_margin +james.adaptiveicon.R$style: int TextAppearance_Compat_Notification_Info +james.adaptiveicon.R$attr: int tickMark +wangdaye.com.geometricweather.R$string: int mold +cyanogenmod.app.IProfileManager: android.app.NotificationGroup getNotificationGroupForPackage(java.lang.String) +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle +wangdaye.com.geometricweather.R$string: int action_appStore +androidx.hilt.lifecycle.R$styleable: int[] GradientColorItem +androidx.fragment.R$styleable: int GradientColor_android_gradientRadius +retrofit2.Call: retrofit2.Response execute() +androidx.lifecycle.LifecycleOwner +android.didikee.donate.R$styleable: int Toolbar_titleMarginEnd +okhttp3.internal.cache.DiskLruCache: java.lang.String JOURNAL_FILE +cyanogenmod.externalviews.KeyguardExternalView$8: void run() +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: long serialVersionUID +com.google.android.material.chip.Chip: void setIconEndPaddingResource(int) +com.google.android.material.R$styleable: int ConstraintSet_flow_firstHorizontalBias +cyanogenmod.library.R +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Wind: CNWeatherResult$Realtime$Wind() +wangdaye.com.geometricweather.R$id: int container_main_sun_moon_title +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast: long dt +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Year_Selected +com.google.android.material.R$attr: int sliderStyle +com.jaredrummler.android.colorpicker.R$dimen: int abc_dropdownitem_text_padding_left +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeShareDrawable +androidx.appcompat.R$attr: int listPreferredItemPaddingEnd +com.google.android.material.R$style: int Base_V7_Widget_AppCompat_EditText +androidx.customview.R$styleable: int GradientColor_android_tileMode +com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Light_Dialog +com.tencent.bugly.BuglyStrategy: boolean isEnableUserInfo() +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintCircle +io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: io.reactivex.Observer downstream +android.didikee.donate.R$dimen: int notification_content_margin_start +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_RINGTONES +wangdaye.com.geometricweather.R$attr: int behavior_draggable +com.google.android.material.textfield.TextInputLayout: void setBoxBackgroundColorResource(int) +androidx.swiperefreshlayout.R$drawable: int notification_bg +com.tencent.bugly.proguard.z: java.lang.String a(byte[]) +com.google.android.material.R$id: int square +wangdaye.com.geometricweather.R$style: int Base_V26_Widget_AppCompat_Toolbar +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text +wangdaye.com.geometricweather.R$styleable: int[] AppCompatSeekBar +james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarDivider +com.tencent.bugly.proguard.i: java.lang.Object[] b(java.lang.Object,int,boolean) +io.reactivex.internal.queue.SpscArrayQueue: java.lang.Object lvElement(int) +androidx.recyclerview.R$id: int blocking +com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_dialogTitle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Metric: double Value +okhttp3.internal.http2.Http2Stream$StreamTimeout: java.io.IOException newTimeoutException(java.io.IOException) +android.support.v4.os.ResultReceiver$1: java.lang.Object[] newArray(int) +com.google.android.material.R$id: int right_side +okhttp3.logging.LoggingEventListener: void responseBodyEnd(okhttp3.Call,long) +com.tencent.bugly.crashreport.crash.jni.NativeExceptionHandler +com.jaredrummler.android.colorpicker.R$attr: int gapBetweenBars +org.greenrobot.greendao.AbstractDaoMaster: int getSchemaVersion() +androidx.lifecycle.extensions.R$dimen: int notification_top_pad_large_text +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_13 +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getCurrentDisplayMode +okhttp3.internal.ws.WebSocketProtocol: int PAYLOAD_SHORT +cyanogenmod.profiles.StreamSettings$1: StreamSettings$1() +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver +com.baidu.location.e.h$c: com.baidu.location.e.h$c valueOf(java.lang.String) +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_iconTintMode +wangdaye.com.geometricweather.R$drawable: int weather_haze_mini_light +androidx.activity.R$id: int forever +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light_DialogWhenLarge +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_CALL_COLOR +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr: AccuCurrentResult$Precip1hr() +com.xw.repo.bubbleseekbar.R$drawable: int notification_icon_background +com.google.android.material.R$style: int Base_Widget_AppCompat_ButtonBar +okhttp3.MediaType: java.nio.charset.Charset charset() +james.adaptiveicon.R$styleable: int LinearLayoutCompat_divider +com.tencent.bugly.crashreport.crash.CrashDetailBean +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String no2 +androidx.preference.R$attr: int listPreferredItemPaddingRight +com.jaredrummler.android.colorpicker.R$anim: int abc_popup_exit +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_mini_grey +androidx.preference.R$styleable: int StateListDrawable_android_exitFadeDuration +wangdaye.com.geometricweather.R$string: int precipitation +com.google.android.material.R$attr: int layout_constraintVertical_bias +com.google.android.material.R$dimen: int mtrl_snackbar_action_text_color_alpha +androidx.preference.R$styleable: int MenuView_android_verticalDivider +com.google.android.material.R$style: int Base_Widget_AppCompat_ListView_Menu +com.google.android.material.slider.RangeSlider: void setThumbStrokeWidthResource(int) +com.jaredrummler.android.colorpicker.R$layout: int abc_action_mode_close_item_material +io.reactivex.Observable: io.reactivex.Maybe singleElement() +androidx.hilt.lifecycle.R$styleable: int GradientColor_android_tileMode +okhttp3.CertificatePinner: int hashCode() +androidx.fragment.R$color: int ripple_material_light +com.jaredrummler.android.colorpicker.R$drawable: int abc_text_select_handle_right_mtrl_light +wangdaye.com.geometricweather.R$styleable: int RadialViewGroup_materialCircleRadius +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionButton +com.jaredrummler.android.colorpicker.R$color: int material_grey_300 +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_7 +com.xw.repo.bubbleseekbar.R$anim: int abc_tooltip_enter +androidx.constraintlayout.widget.R$layout: int abc_activity_chooser_view +wangdaye.com.geometricweather.R$string: int content_desc_back +cyanogenmod.app.Profile: cyanogenmod.profiles.ConnectionSettings getSettingsForConnection(int) +wangdaye.com.geometricweather.R$attr: int state_above_anchor +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: FitSystemBarNestedScrollView(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Metric: int UnitType +com.google.android.material.R$styleable: int Constraint_android_elevation +androidx.customview.R$dimen: int notification_right_side_padding_top +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.HourlyEntity,long) +androidx.constraintlayout.widget.R$styleable: int[] ButtonBarLayout +androidx.constraintlayout.widget.VirtualLayout +androidx.preference.R$attr: int windowMinWidthMajor +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: java.lang.String logo +androidx.appcompat.R$id: int tag_unhandled_key_listeners +okio.Okio: boolean isAndroidGetsocknameError(java.lang.AssertionError) +okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection$Builder pushObserver(okhttp3.internal.http2.PushObserver) +james.adaptiveicon.R$string: int abc_capital_on +com.google.android.material.R$attr: int currentState +com.google.android.material.R$dimen: int abc_dialog_padding_material +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.util.List DataSets +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_android_font +com.tencent.bugly.crashreport.biz.UserInfoBean: long a +io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver +wangdaye.com.geometricweather.R$attr: int textAppearanceHeadline6 +retrofit2.Platform: java.util.List defaultConverterFactories() +com.google.android.material.datepicker.CalendarConstraints: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$styleable: int[] ColorStateListItem +wangdaye.com.geometricweather.R$attr: int paddingStart +android.support.v4.graphics.drawable.IconCompatParcelizer: void write(androidx.core.graphics.drawable.IconCompat,androidx.versionedparcelable.VersionedParcel) +okhttp3.internal.http2.Http2: okio.ByteString CONNECTION_PREFACE +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean isShouldHandleInJava() +retrofit2.KotlinExtensions$suspendAndThrow$1: java.lang.Object result +com.turingtechnologies.materialscrollbar.R$attr: int autoSizeMaxTextSize +wangdaye.com.geometricweather.R$attr: int layout_goneMarginBottom +okio.RealBufferedSink: boolean closed +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: int prefetch +androidx.appcompat.R$id: int progress_horizontal +wangdaye.com.geometricweather.common.basic.models.weather.Weather: wangdaye.com.geometricweather.common.basic.models.weather.History yesterday +com.google.android.material.R$attr: int backgroundSplit +androidx.lifecycle.FullLifecycleObserver: void onCreate(androidx.lifecycle.LifecycleOwner) +okhttp3.internal.http2.ConnectionShutdownException: ConnectionShutdownException() +retrofit2.http.Part: java.lang.String value() +com.xw.repo.bubbleseekbar.R$layout: int abc_activity_chooser_view +cyanogenmod.themes.IThemeProcessingListener$Stub: int TRANSACTION_onFinishedProcessing_0 +cyanogenmod.app.LiveLockScreenInfo: java.lang.Object clone() +android.didikee.donate.R$attr: int colorPrimaryDark +cyanogenmod.app.CustomTile$ExpandedStyle: java.lang.String toString() +androidx.appcompat.resources.R$styleable: int GradientColor_android_startX +androidx.activity.R$styleable: int GradientColor_android_startColor +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: boolean isDisposed() +com.tencent.bugly.proguard.z: java.io.BufferedReader a(java.lang.String,java.lang.String) +androidx.core.app.RemoteActionCompat +androidx.preference.R$styleable: int Toolbar_titleMarginEnd +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_marginRight +androidx.constraintlayout.widget.R$dimen: int abc_search_view_preferred_width +cyanogenmod.app.LiveLockScreenInfo: int describeContents() +okhttp3.Cookie$Builder: boolean hostOnly +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_ALARMS +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Object getKey(java.lang.Object) +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionBar_TabBar +okhttp3.internal.http2.Http2Stream: boolean closeInternal(okhttp3.internal.http2.ErrorCode) +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu +com.google.android.material.floatingactionbutton.FloatingActionButton: void setTranslationX(float) +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver[] observers +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow +com.google.android.material.R$layout: int design_menu_item_action_area +android.didikee.donate.R$attr: int colorSwitchThumbNormal +androidx.transition.R$attr +com.google.android.material.R$styleable: int GradientColor_android_endColor +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionBar +android.didikee.donate.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common +com.jaredrummler.android.colorpicker.R$attr: int cpv_allowPresets +com.google.android.material.R$attr: int state_above_anchor +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_firstHorizontalBias +okhttp3.RequestBody$2: long contentLength() +com.google.android.material.bottomappbar.BottomAppBar: float getFabTranslationY() +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.ChineseCityEntity) +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown +cyanogenmod.power.IPerformanceManager$Stub$Proxy: IPerformanceManager$Stub$Proxy(android.os.IBinder) +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_UnelevatedButton +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd +wangdaye.com.geometricweather.db.entities.LocationEntity: LocationEntity() +com.google.android.gms.common.server.response.zak: android.os.Parcelable$Creator CREATOR +androidx.hilt.R$attr: int ttcIndex +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: long serialVersionUID +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Temperature: MfHistoryResult$History$Temperature() +com.tencent.bugly.proguard.i: byte a(byte,int,boolean) +com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_layout_keyline +androidx.preference.R$id: int src_in +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen: int Value +com.xw.repo.bubbleseekbar.R$dimen: int abc_dropdownitem_text_padding_right +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_thumb_radius +cyanogenmod.app.Profile: java.util.Map streams +com.google.android.material.R$id: int textinput_prefix_text +androidx.fragment.R$anim: int fragment_fast_out_extra_slow_in +io.reactivex.Observable: io.reactivex.Observable takeLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean) +androidx.viewpager.R$styleable: int ColorStateListItem_android_color +com.google.android.material.tabs.TabLayout: void addOnTabSelectedListener(com.google.android.material.tabs.TabLayout$OnTabSelectedListener) +wangdaye.com.geometricweather.R$attr: int cpv_startAngle +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large +androidx.constraintlayout.widget.R$drawable: int abc_ratingbar_indicator_material +cyanogenmod.app.LiveLockScreenManager: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title +cyanogenmod.providers.CMSettings$Secure: float getFloat(android.content.ContentResolver,java.lang.String,float) +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: io.reactivex.functions.Function zipper +io.reactivex.internal.queue.SpscArrayQueue: long producerLookAhead +okhttp3.HttpUrl: java.lang.String FRAGMENT_ENCODE_SET +com.google.android.material.R$dimen: int design_tab_max_width +io.reactivex.internal.observers.LambdaObserver: void onComplete() +androidx.constraintlayout.widget.R$color: int abc_tint_spinner +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken BEGIN_OBJECT +androidx.preference.R$anim: int btn_checkbox_to_checked_box_outer_merged_animation +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float snow24h +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small +io.reactivex.internal.subscriptions.EmptySubscription: boolean isEmpty() +com.google.android.material.R$styleable: int SnackbarLayout_backgroundTintMode +wangdaye.com.geometricweather.R$style: int Platform_MaterialComponents_Light_Dialog +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Small +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: void setLogo(java.lang.String) +wangdaye.com.geometricweather.R$string: int humidity +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String ICON_PREVIEW_2 +okhttp3.internal.http.HttpDate: HttpDate() +androidx.recyclerview.R$styleable: int RecyclerView_spanCount +james.adaptiveicon.R$drawable: int notification_tile_bg +okio.AsyncTimeout$2: java.lang.String toString() +com.turingtechnologies.materialscrollbar.R$style: int Theme_Design +com.amap.api.location.AMapLocationClient: void disableBackgroundLocation(boolean) +okhttp3.internal.http1.Http1Codec$AbstractSource: long bytesRead +com.tencent.bugly.crashreport.CrashReport: void setAuditEnable(android.content.Context,boolean) +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: java.lang.String getDensityText(android.content.Context,float) +com.google.android.material.R$styleable: int AppCompatTheme_actionBarTabTextStyle +wangdaye.com.geometricweather.R$integer: int mtrl_calendar_year_selector_span +androidx.hilt.work.R$styleable: int[] FragmentContainerView +cyanogenmod.externalviews.ExternalView: cyanogenmod.externalviews.IExternalViewProvider mExternalViewProvider +androidx.constraintlayout.utils.widget.ImageFilterView: void setContrast(float) +wangdaye.com.geometricweather.R$attr: int bottomNavigationStyle +androidx.constraintlayout.widget.R$color: int material_grey_850 +james.adaptiveicon.R$styleable: int AppCompatTheme_popupMenuStyle +okhttp3.CacheControl$Builder +io.reactivex.internal.subscribers.StrictSubscriber: io.reactivex.internal.util.AtomicThrowable error +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: boolean isDisposed() +android.didikee.donate.R$attr: int state_above_anchor +com.loc.k: k(java.lang.String) +com.google.android.material.R$id: int search_button +james.adaptiveicon.R$attr: int windowMinWidthMajor +okio.AsyncTimeout$Watchdog: void run() +io.reactivex.internal.util.HashMapSupplier: java.util.concurrent.Callable asCallable() +wangdaye.com.geometricweather.R$attr: int errorTextColor +com.amap.api.location.AMapLocation: java.lang.String m +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: io.reactivex.functions.Predicate predicate +com.google.android.material.R$id: int motion_base +com.google.android.material.R$attr: int controlBackground +com.tencent.bugly.crashreport.biz.b: long c() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getTreeDescription() +com.turingtechnologies.materialscrollbar.TouchScrollBar: int getMode() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial: java.lang.String Unit +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header +com.baidu.location.e.l$b: java.lang.String f +com.turingtechnologies.materialscrollbar.R$attr: int hideOnContentScroll +wangdaye.com.geometricweather.R$drawable: int weather_cloudy_mini_xml +com.jaredrummler.android.colorpicker.R$attr: int showText +com.baidu.location.e.h$a: com.baidu.location.e.h$a b +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_text_size +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void clear() +androidx.transition.R$attr: int fontProviderPackage +com.turingtechnologies.materialscrollbar.AlphabetIndicator: int getTextSize() +com.bumptech.glide.integration.okhttp.R$integer: int status_bar_notification_info_maxnum +wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_android_layout +wangdaye.com.geometricweather.R$string: int about_greenDAO +android.didikee.donate.R$attr: int popupTheme +okhttp3.internal.cache.DiskLruCache$Editor: okhttp3.internal.cache.DiskLruCache$Entry entry +com.tencent.bugly.proguard.ab +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge +wangdaye.com.geometricweather.R$styleable: int Constraint_android_translationY +okhttp3.internal.cache.DiskLruCache$2: void onException(java.io.IOException) +androidx.drawerlayout.R$styleable: int FontFamilyFont_fontStyle +androidx.constraintlayout.widget.R$drawable: int abc_vector_test +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property UvIndex +io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: long serialVersionUID +okhttp3.Dispatcher: int queuedCallsCount() +androidx.core.widget.NestedScrollView: NestedScrollView(android.content.Context) +cyanogenmod.weatherservice.WeatherProviderService$1: WeatherProviderService$1(cyanogenmod.weatherservice.WeatherProviderService) +androidx.appcompat.widget.AppCompatAutoCompleteTextView: void setBackgroundDrawable(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.R$string: int abc_menu_space_shortcut_label +cyanogenmod.profiles.BrightnessSettings: int describeContents() +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber +cyanogenmod.profiles.AirplaneModeSettings$1 +androidx.preference.R$styleable: int Preference_isPreferenceVisible +com.google.android.material.R$color: int primary_text_default_material_light +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_lightContainer +com.google.android.material.R$style: int Theme_AppCompat_Light +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon +androidx.recyclerview.R$attr +com.bumptech.glide.integration.okhttp.R$drawable: int notification_action_background +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonBarButtonStyle +com.google.android.material.R$styleable: int ProgressIndicator_indicatorCornerRadius +cyanogenmod.app.ProfileGroup: void setLightsMode(cyanogenmod.app.ProfileGroup$Mode) +wangdaye.com.geometricweather.R$string: int material_timepicker_hour +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_android_fontVariationSettings +androidx.appcompat.R$interpolator +okhttp3.internal.connection.ConnectionSpecSelector: java.util.List connectionSpecs +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_maxElementsWrap +io.reactivex.Observable: io.reactivex.Observable mergeDelayError(io.reactivex.ObservableSource) +com.google.android.material.R$styleable: int SnackbarLayout_animationMode +wangdaye.com.geometricweather.R$styleable: int RoundCornerTransition_radius_to +androidx.work.impl.WorkDatabase: WorkDatabase() +com.xw.repo.bubbleseekbar.R$styleable: int ViewStubCompat_android_layout +james.adaptiveicon.R$attr: int listPreferredItemPaddingLeft +okhttp3.Dispatcher +androidx.activity.R$id: int tag_accessibility_pane_title +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric Metric +androidx.viewpager2.R$dimen: int notification_small_icon_background_padding +okhttp3.Address +androidx.coordinatorlayout.R$drawable: int notification_tile_bg +androidx.preference.R$color: int material_deep_teal_500 +io.reactivex.Observable: io.reactivex.Observable scan(java.lang.Object,io.reactivex.functions.BiFunction) +com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String g +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: CaiYunMainlyResult$CurrentBean() +androidx.constraintlayout.widget.R$attr: int contentInsetEndWithActions +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight +io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: io.reactivex.ObservableSource source +androidx.legacy.coreutils.R$id: int title +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean() +com.amap.api.location.AMapLocation: int LOCATION_TYPE_AMAP +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_alertDialogStyle +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_26 +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Body1 +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light_Dialog +james.adaptiveicon.R$styleable: int ActionBar_popupTheme +com.google.android.material.R$drawable: int abc_switch_thumb_material +okio.BufferedSource: byte[] readByteArray(long) +com.jaredrummler.android.colorpicker.R$styleable: int[] AppCompatTextView +androidx.lifecycle.extensions.R$id: int tag_accessibility_clickable_spans +com.google.android.material.card.MaterialCardView: void setBackgroundDrawable(android.graphics.drawable.Drawable) +retrofit2.RequestBuilder: okhttp3.HttpUrl baseUrl +com.turingtechnologies.materialscrollbar.R$layout: int design_navigation_item_separator +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu +androidx.preference.R$dimen: int abc_text_size_title_material +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_7 +com.google.android.material.R$styleable: int Constraint_android_layout_height +androidx.preference.R$string: int abc_toolbar_collapse_description +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: boolean unregisterChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) +androidx.constraintlayout.widget.R$drawable: int abc_btn_borderless_material +wangdaye.com.geometricweather.R$dimen: int design_navigation_item_horizontal_padding +james.adaptiveicon.R$styleable: int FontFamilyFont_android_font +wangdaye.com.geometricweather.R$attr: int telltales_velocityMode +okhttp3.internal.cache.DiskLruCache: okhttp3.internal.cache.DiskLruCache$Snapshot get(java.lang.String) +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleMargin +cyanogenmod.providers.CMSettings$System: java.lang.String REVERSE_LOOKUP_PROVIDER +androidx.appcompat.R$drawable: int abc_textfield_activated_mtrl_alpha +james.adaptiveicon.R$color: int background_floating_material_dark +androidx.appcompat.widget.AppCompatRatingBar +com.tencent.bugly.crashreport.common.info.a: java.lang.String T() +io.reactivex.internal.observers.BlockingObserver: java.lang.Object TERMINATED +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getRotation() +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float NitrogenDioxide +okio.HashingSink +com.google.android.material.R$id: int textSpacerNoTitle +wangdaye.com.geometricweather.R$string: int feedback_click_again_to_exit +wangdaye.com.geometricweather.R$drawable: int flag_nl +androidx.fragment.R$id: int accessibility_custom_action_27 +wangdaye.com.geometricweather.R$dimen: R$dimen() +wangdaye.com.geometricweather.settings.fragments.AbstractSettingsFragment +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorIconTint +com.google.android.material.R$style: int Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day +com.amap.api.location.AMapLocationClientOption: boolean h +wangdaye.com.geometricweather.R$drawable: int shortcuts_snow +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void onNext(java.lang.Object) +cyanogenmod.app.ThemeVersion: java.util.List getComponentVersions() +wangdaye.com.geometricweather.R$id: int spread_inside +cyanogenmod.providers.WeatherContract$WeatherColumns$WindSpeedUnit +wangdaye.com.geometricweather.R$drawable: int weather_sleet_mini_light +com.jaredrummler.android.colorpicker.R$attr: int layout_insetEdge +androidx.lifecycle.MediatorLiveData$Source: int mVersion +androidx.appcompat.R$attr: int borderlessButtonStyle +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_21 +androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration +cyanogenmod.weather.WeatherInfo: WeatherInfo(android.os.Parcel) +com.google.android.material.R$id: int expanded_menu +cyanogenmod.externalviews.KeyguardExternalViewProviderService +wangdaye.com.geometricweather.R$attr: int layout_constraintTag +com.turingtechnologies.materialscrollbar.R$styleable: int MenuGroup_android_orderInCategory +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_thumbTintMode +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_checkable +wangdaye.com.geometricweather.common.ui.widgets.SquareFrameLayout: SquareFrameLayout(android.content.Context) +androidx.constraintlayout.widget.R$styleable: int Toolbar_subtitle +com.tencent.bugly.BuglyStrategy$a: int CRASHTYPE_JAVA_CATCH +com.xw.repo.bubbleseekbar.R$styleable: int View_android_focusable +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarTabTextStyle +androidx.hilt.work.R$styleable: int GradientColor_android_startX +androidx.preference.R$styleable: int AlertDialog_buttonPanelSideLayout +com.amap.api.location.LocationManagerBase: void stopAssistantLocation() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader +com.tencent.bugly.proguard.v: com.tencent.bugly.proguard.s h +androidx.legacy.coreutils.R$dimen: int notification_action_text_size +com.google.android.material.R$id: int chip1 +com.jaredrummler.android.colorpicker.R$style: int Base_V7_Theme_AppCompat_Light_Dialog +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle +okhttp3.internal.platform.Platform: okhttp3.internal.tls.CertificateChainCleaner buildCertificateChainCleaner(javax.net.ssl.X509TrustManager) +okhttp3.internal.connection.RealConnection: void onStream(okhttp3.internal.http2.Http2Stream) +androidx.appcompat.R$anim: int abc_fade_out +com.jaredrummler.android.colorpicker.R$styleable: int[] DialogPreference +androidx.fragment.R$dimen: int notification_top_pad +android.didikee.donate.R$layout: int notification_template_custom_big +androidx.appcompat.R$attr: int alertDialogStyle +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_thumb_text_size +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder readTimeout(java.time.Duration) +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_list_padding_bottom_no_buttons +wangdaye.com.geometricweather.R$attr: int order +androidx.lifecycle.extensions.R$layout +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_id +com.google.android.material.R$styleable: int ViewStubCompat_android_id +androidx.lifecycle.extensions.R$attr: R$attr() +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_max +com.xw.repo.bubbleseekbar.R$attr: int titleMarginBottom +io.reactivex.exceptions.MissingBackpressureException: long serialVersionUID +com.xw.repo.bubbleseekbar.R$dimen: int abc_floating_window_z +com.google.android.material.R$drawable: int abc_btn_check_material +wangdaye.com.geometricweather.R$drawable: int notif_temp_53 +com.google.android.material.transformation.ExpandableTransformationBehavior: ExpandableTransformationBehavior() +androidx.swiperefreshlayout.R$styleable: int GradientColor_android_endY +androidx.appcompat.R$style: int Base_Theme_AppCompat_Light_DarkActionBar +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean getAddress_detail() +androidx.appcompat.R$styleable: int AppCompatTheme_colorError +com.google.android.material.R$attr: int cornerSize +com.bumptech.glide.load.engine.DecodeJob$RunReason: com.bumptech.glide.load.engine.DecodeJob$RunReason SWITCH_TO_SOURCE_SERVICE +androidx.appcompat.R$attr: int listMenuViewStyle +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind: double speed +okhttp3.internal.http2.Http2Reader: void readPushPromise(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) +androidx.appcompat.widget.ActionMenuView +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: void setDistrict(java.lang.String) +retrofit2.ParameterHandler$RawPart: retrofit2.ParameterHandler$RawPart INSTANCE +wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String getDescription() +okhttp3.internal.http2.Http2Connection$5: int val$streamId +com.turingtechnologies.materialscrollbar.R$color: int design_fab_stroke_end_outer_color +com.google.android.material.R$layout: int design_layout_snackbar +okhttp3.internal.platform.AndroidPlatform: void connectSocket(java.net.Socket,java.net.InetSocketAddress,int) +androidx.appcompat.R$anim +androidx.coordinatorlayout.widget.CoordinatorLayout: int getNestedScrollAxes() +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder connectionPool(okhttp3.ConnectionPool) +androidx.preference.MultiSelectListPreferenceDialogFragmentCompat: MultiSelectListPreferenceDialogFragmentCompat() +com.turingtechnologies.materialscrollbar.R$color: int dim_foreground_disabled_material_light +cyanogenmod.app.ICMStatusBarManager: void createCustomTileWithTag(java.lang.String,java.lang.String,java.lang.String,int,cyanogenmod.app.CustomTile,int[],int) +james.adaptiveicon.R$attr: int state_above_anchor +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.HistoryEntity,int) +com.google.android.material.R$drawable +wangdaye.com.geometricweather.R$id: int scale +retrofit2.adapter.rxjava2.CallExecuteObservable +cyanogenmod.providers.CMSettings$DiscreteValueValidator: boolean validate(java.lang.String) +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: java.lang.Object next() +com.google.android.material.textfield.TextInputLayout: void setEndIconContentDescription(int) +androidx.appcompat.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset +com.google.android.material.slider.BaseSlider: float getThumbStrokeWidth() +com.xw.repo.bubbleseekbar.R$drawable: int notify_panel_notification_icon_bg +com.google.android.material.R$id: int shortcut +androidx.appcompat.resources.R$styleable: int[] AnimatedStateListDrawableTransition +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void schedule() +com.turingtechnologies.materialscrollbar.R$color: int mtrl_chip_text_color +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber +com.google.android.material.R$attr: int isMaterialTheme +okhttp3.internal.publicsuffix.PublicSuffixDatabase: byte[] WILDCARD_LABEL +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial: int UnitType +androidx.constraintlayout.widget.R$dimen: int abc_text_size_display_4_material +androidx.coordinatorlayout.R$styleable: int ColorStateListItem_android_alpha +james.adaptiveicon.R$styleable: int AppCompatTheme_listMenuViewStyle +okhttp3.internal.cache.DiskLruCache: java.io.File directory +androidx.constraintlayout.widget.R$attr: int framePosition +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_Dialog_MinWidth +io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable: void setParent(io.reactivex.internal.operators.observable.ObservablePublish$PublishObserver) +androidx.work.ExistingWorkPolicy: androidx.work.ExistingWorkPolicy[] values() +wangdaye.com.geometricweather.R$styleable: int[] MaterialAlertDialog +com.tencent.bugly.proguard.p: java.util.List a(int) +io.reactivex.Observable: io.reactivex.Completable concatMapCompletableDelayError(io.reactivex.functions.Function,boolean,int) +cyanogenmod.app.Profile: boolean getStatusBarIndicator() +androidx.loader.R$id: int chronometer +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_marginStart +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeIcePrecipitationDuration(java.lang.Float) +okhttp3.internal.http2.Http2Connection: void start(boolean) +androidx.constraintlayout.widget.R$id: int packed +com.tencent.bugly.crashreport.crash.jni.b: void c(java.lang.String) +com.turingtechnologies.materialscrollbar.R$style: int Base_AlertDialog_AppCompat +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Headline +androidx.constraintlayout.widget.R$attr: int layout_editor_absoluteY +okhttp3.Cache$2: boolean hasNext() +com.google.android.material.R$styleable: int ConstraintSet_flow_verticalAlign +wangdaye.com.geometricweather.R$styleable: int MaterialButton_strokeColor +com.tencent.bugly.crashreport.crash.c: int f +androidx.customview.R$dimen: int notification_small_icon_size_as_large +wangdaye.com.geometricweather.R$drawable: int clock_dial_dark +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeSnowPrecipitationDuration() +com.google.android.material.floatingactionbutton.FloatingActionButton: void setTranslationZ(float) +wangdaye.com.geometricweather.R$attr: int layout_constraintBaseline_toBaselineOf +cyanogenmod.app.ICMStatusBarManager: void unregisterListener(cyanogenmod.app.ICustomTileListener,int) +com.xw.repo.bubbleseekbar.R$attr: int alpha +james.adaptiveicon.R$styleable: int[] ViewStubCompat +com.turingtechnologies.materialscrollbar.R$color: int mtrl_tabs_icon_color_selector +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.lang.Integer rainHazard3h +wangdaye.com.geometricweather.R$color: int design_dark_default_color_secondary_variant +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_icon_2 +okhttp3.internal.http2.Http2Codec: okhttp3.ResponseBody openResponseBody(okhttp3.Response) +androidx.constraintlayout.widget.Constraints: Constraints(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.R$color: int design_fab_shadow_end_color +androidx.constraintlayout.widget.R$id: int parentRelative +wangdaye.com.geometricweather.R$id: int activity_settings +androidx.fragment.R$styleable: int FontFamilyFont_ttcIndex +androidx.appcompat.widget.AppCompatSeekBar +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_autoSizeMaxTextSize +okhttp3.internal.cache.CacheInterceptor: okhttp3.Response cacheWritingResponse(okhttp3.internal.cache.CacheRequest,okhttp3.Response) +wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree nighttimeWindDegree +james.adaptiveicon.R$styleable: int MenuItem_android_menuCategory +com.google.android.material.R$styleable: int Constraint_flow_horizontalBias +com.bumptech.glide.module.AppGlideModule: AppGlideModule() +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource CAIYUN +com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_labelVisibilityMode +androidx.work.ListenableWorker: ListenableWorker(android.content.Context,androidx.work.WorkerParameters) +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_onClick +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_android_baselineAligned +wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_spinBars +androidx.hilt.R$layout: int notification_template_icon_group +okio.RealBufferedSink$1 +androidx.hilt.R$id: int dialog_button +com.google.android.material.R$color: int abc_primary_text_disable_only_material_dark +wangdaye.com.geometricweather.R$attr: int bottom_text_size +com.google.android.material.R$style: int ShapeAppearanceOverlay_TopRightDifferentCornerSize +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Button +okhttp3.internal.cache.DiskLruCache: void flush() +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: long getLtoDownloadInterval() +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver(io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver) +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Small_Inverse +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice$AdviceContext: AtmoAuraQAResult$Advice$AdviceContext() +com.google.android.material.R$styleable: int TextAppearance_android_shadowColor +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_creator +com.google.android.material.R$layout: int mtrl_calendar_days_of_week +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionButton_CloseMode +okhttp3.internal.http2.Settings: int DEFAULT_INITIAL_WINDOW_SIZE +androidx.constraintlayout.widget.R$id: int off +androidx.hilt.work.R$anim: int fragment_close_exit +com.google.android.material.R$dimen: int abc_dialog_padding_top_material +androidx.room.RoomDatabase: RoomDatabase() +com.google.android.material.R$color: int material_grey_900 +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderTitle +com.tencent.bugly.proguard.y$a: boolean c(com.tencent.bugly.proguard.y$a) +wangdaye.com.geometricweather.remoteviews.config.DailyTrendWidgetConfigActivity: DailyTrendWidgetConfigActivity() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless +androidx.appcompat.widget.AppCompatImageButton: AppCompatImageButton(android.content.Context,android.util.AttributeSet,int) +androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType: androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType valueOf(java.lang.String) +com.google.android.gms.common.api.UnsupportedApiCallException: com.google.android.gms.common.Feature zza +com.google.android.material.R$style: int Widget_MaterialComponents_Snackbar_TextView +androidx.lifecycle.ProcessLifecycleOwner: androidx.lifecycle.LifecycleRegistry mRegistry +okhttp3.internal.connection.RealConnection: boolean noNewStreams +com.xw.repo.bubbleseekbar.R$id: int submenuarrow +com.turingtechnologies.materialscrollbar.DateAndTimeIndicator +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Title_Inverse +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_maxButtonHeight +androidx.viewpager2.R$id: int accessibility_custom_action_26 +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_statusBarForeground +james.adaptiveicon.R$style: int ThemeOverlay_AppCompat_ActionBar +com.jaredrummler.android.colorpicker.R$attr: int alertDialogTheme +com.jaredrummler.android.colorpicker.R$attr: int title +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor valueOf(java.lang.String) +com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status CLEARED +androidx.work.R$styleable: int GradientColorItem_android_color +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float rain1h +com.turingtechnologies.materialscrollbar.R$dimen: int notification_media_narrow_margin +androidx.core.content.FileProvider: FileProvider() +androidx.appcompat.R$color: int bright_foreground_disabled_material_light +cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType USER_REQUEST_MIXNMATCH +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Dialog_Alert +com.tencent.bugly.proguard.i: long[] g(int,boolean) +retrofit2.Utils: boolean hasUnresolvableType(java.lang.reflect.Type) +wangdaye.com.geometricweather.db.entities.WeatherEntity: long getUpdateTime() +cyanogenmod.profiles.ConnectionSettings: int mConnectionId +com.google.gson.stream.JsonScope: int EMPTY_OBJECT +androidx.transition.R$style: int Widget_Compat_NotificationActionText +wangdaye.com.geometricweather.R$string: int mtrl_picker_invalid_range +io.reactivex.internal.subscriptions.EmptySubscription: io.reactivex.internal.subscriptions.EmptySubscription[] values() +androidx.preference.R$style: int TextAppearance_AppCompat_Title +io.reactivex.internal.subscribers.StrictSubscriber: void onNext(java.lang.Object) +com.bumptech.glide.integration.okhttp.R$id: int notification_main_column_container +com.google.android.material.R$integer: int design_tab_indicator_anim_duration_ms +okhttp3.logging.package-info +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Dialog_Alert +wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Placeholder +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: java.lang.String to +com.google.android.material.R$styleable: int MaterialToolbar_navigationIconColor +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature: AccuCurrentResult$WindChillTemperature() +androidx.viewpager2.R$id +androidx.appcompat.R$styleable: int GradientColorItem_android_color +wangdaye.com.geometricweather.R$styleable: int MaterialCheckBox_useMaterialThemeColors +androidx.constraintlayout.widget.R$attr: int spinBars +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: void onComplete() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeRainPrecipitationProbability +io.reactivex.Observable: io.reactivex.Observable buffer(io.reactivex.ObservableSource,io.reactivex.functions.Function) +wangdaye.com.geometricweather.R$attr: int defaultDuration +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver: long serialVersionUID +com.turingtechnologies.materialscrollbar.R$dimen: int notification_action_text_size +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: long serialVersionUID +androidx.appcompat.resources.R$dimen: int compat_notification_large_icon_max_height +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$5: void run() +com.google.android.material.R$styleable: int ActionMode_subtitleTextStyle +androidx.drawerlayout.R$string: R$string() +androidx.constraintlayout.widget.R$style: int Base_V23_Theme_AppCompat_Light +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Direction +androidx.appcompat.R$string: int abc_menu_ctrl_shortcut_label +androidx.preference.R$styleable: int SwitchPreferenceCompat_summaryOn +com.jaredrummler.android.colorpicker.R$attr: int buttonBarStyle +wangdaye.com.geometricweather.R$styleable: int MenuView_preserveIconSpacing +androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_arrowHeadLength +com.turingtechnologies.materialscrollbar.R$id: int shortcut +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +com.google.android.gms.base.R$drawable: int common_google_signin_btn_icon_light +wangdaye.com.geometricweather.R$string: int content_des_delete_flag +androidx.appcompat.R$anim: int btn_radio_to_off_mtrl_ring_outer_animation +wangdaye.com.geometricweather.R$drawable: int notif_temp_49 +retrofit2.DefaultCallAdapterFactory$1: java.util.concurrent.Executor val$executor +okhttp3.OkHttpClient$Builder: java.util.List networkInterceptors() +cyanogenmod.app.IProfileManager$Stub: java.lang.String DESCRIPTOR +androidx.lifecycle.viewmodel.savedstate.R: R() +androidx.appcompat.R$attr: int srcCompat +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Dialog_MinWidth +wangdaye.com.geometricweather.remoteviews.config.ClockDayVerticalWidgetConfigActivity +androidx.viewpager2.R$id: int accessibility_custom_action_5 +okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder noTransform() +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: java.util.concurrent.atomic.AtomicReference upstream +androidx.preference.R$styleable: int AppCompatTheme_textAppearanceListItemSmall +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.String timezone +james.adaptiveicon.R$drawable: int abc_list_focused_holo +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_pivotAnchor +wangdaye.com.geometricweather.R$color: int colorTextLight +androidx.hilt.work.R$id: int accessibility_custom_action_5 +android.didikee.donate.R$color: int bright_foreground_material_dark +androidx.lifecycle.Transformations$2$1 +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_body_1_material +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float snowPrecipitation +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: io.reactivex.internal.util.AtomicThrowable errors +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: boolean isValid() +com.google.android.material.R$attr: int motion_postLayoutCollision +com.turingtechnologies.materialscrollbar.R$dimen: int notification_subtext_size +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: long firstEmission +io.reactivex.internal.observers.InnerQueuedObserver: InnerQueuedObserver(io.reactivex.internal.observers.InnerQueuedObserverSupport,int) +androidx.lifecycle.ProcessLifecycleOwner$3 +com.github.rahatarmanahmed.cpv.CircularProgressView: android.graphics.Paint paint +com.google.android.material.R$color: int material_grey_850 +androidx.preference.R$anim: int btn_radio_to_off_mtrl_ring_outer_animation +androidx.appcompat.R$attr: int height +cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy: boolean handles(android.content.Intent) +androidx.preference.R$dimen: int abc_action_button_min_height_material +io.reactivex.internal.observers.LambdaObserver: io.reactivex.functions.Consumer onError +com.turingtechnologies.materialscrollbar.R$styleable: int[] MenuItem +android.didikee.donate.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar +cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_GET_SECURE +wangdaye.com.geometricweather.R$id: int dimensions +wangdaye.com.geometricweather.R$styleable: int LiveLockScreen_type +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_16 +com.xw.repo.bubbleseekbar.R$attr: int colorSwitchThumbNormal +androidx.appcompat.resources.R$style: R$style() +com.bumptech.glide.load.resource.bitmap.RecyclableBufferedInputStream$InvalidMarkException: RecyclableBufferedInputStream$InvalidMarkException(java.lang.String) +androidx.appcompat.widget.LinearLayoutCompat: int getBaselineAlignedChildIndex() +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: int getDesiredWidth() +androidx.hilt.work.R$style: int TextAppearance_Compat_Notification +retrofit2.http.Headers +com.jaredrummler.android.colorpicker.R$style: int PreferenceFragmentList_Material +androidx.preference.R$attr: int colorError +okio.Pipe$PipeSink: void write(okio.Buffer,long) +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService newInstance(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationApi,io.reactivex.disposables.CompositeDisposable) +okhttp3.EventListener$2: okhttp3.EventListener val$listener +cyanogenmod.providers.ThemesContract$MixnMatchColumns +com.turingtechnologies.materialscrollbar.R$attr: int dropDownListViewStyle +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit getInstance(java.lang.String) +wangdaye.com.geometricweather.R$integer: int mtrl_badge_max_character_count +androidx.appcompat.view.menu.MenuPopup +james.adaptiveicon.R$styleable: int CompoundButton_android_button +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_second_track_color +androidx.preference.R$style: int Base_Animation_AppCompat_Dialog +com.turingtechnologies.materialscrollbar.R$styleable: int CardView_cardMaxElevation +androidx.preference.R$color: int abc_search_url_text +cyanogenmod.weather.WeatherLocation: java.lang.String mCountry +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActivityChooserView +androidx.work.Worker +androidx.constraintlayout.widget.R$styleable: int ViewStubCompat_android_id +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_spinnerStyle +okhttp3.RealCall$AsyncCall: java.lang.String host() +com.baidu.location.e.h$c: com.baidu.location.e.h$c a +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Metric +com.google.android.material.R$style: int ShapeAppearanceOverlay_DifferentCornerSize +com.baidu.location.LocationClientOption$LocationMode: com.baidu.location.LocationClientOption$LocationMode Battery_Saving +james.adaptiveicon.R$styleable: int AppCompatImageView_tintMode +android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 +wangdaye.com.geometricweather.R$styleable: int ThemeEnforcement_enforceMaterialTheme +wangdaye.com.geometricweather.R$id: int container_main_sun_moon +android.didikee.donate.R$color: int dim_foreground_disabled_material_dark +androidx.legacy.coreutils.R$attr: int fontProviderFetchTimeout +cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_setAirplaneModeEnabled_0 +okhttp3.internal.http.HttpCodec +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_26 +androidx.drawerlayout.R$styleable: int GradientColor_android_centerColor +androidx.appcompat.widget.AppCompatEditText: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) +androidx.legacy.coreutils.R$dimen: int compat_notification_large_icon_max_height +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$2: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 +cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy: java.lang.String getInterfaceDescriptor() +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_padding_right +james.adaptiveicon.R$dimen: int abc_search_view_preferred_height +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Imperial: int UnitType +androidx.constraintlayout.widget.R$bool: int abc_allow_stacked_button_bar +wangdaye.com.geometricweather.R$styleable: int[] SwitchCompat +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeSnowPrecipitationDuration(java.lang.Float) +androidx.constraintlayout.widget.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_endIconContentDescription +androidx.constraintlayout.widget.R$styleable: int Variant_constraints +com.turingtechnologies.materialscrollbar.R$attr: int windowMinWidthMajor +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language POLISH +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: java.lang.String getNativeLog() +wangdaye.com.geometricweather.R$id: int transparency_layout +androidx.customview.R$dimen: int notification_top_pad +androidx.recyclerview.widget.RecyclerView: void addOnScrollListener(androidx.recyclerview.widget.RecyclerView$OnScrollListener) +com.google.android.material.slider.Slider: void setValueFrom(float) +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setRotation(float) +cyanogenmod.weather.CMWeatherManager: int lookupCity(java.lang.String,cyanogenmod.weather.CMWeatherManager$LookupCityRequestListener) +com.google.android.material.datepicker.CalendarConstraints$DateValidator +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_day_vertical_padding +com.xw.repo.bubbleseekbar.R$attr: int dialogCornerRadius +com.google.android.material.R$styleable: int Transition_constraintSetEnd +wangdaye.com.geometricweather.R$styleable: int MenuView_android_itemTextAppearance +com.turingtechnologies.materialscrollbar.R$attr: int buttonStyle +cyanogenmod.weather.WeatherInfo: double mWindDirection +com.google.android.material.R$styleable: int SearchView_android_maxWidth +io.reactivex.Observable: io.reactivex.Observable buffer(int,java.util.concurrent.Callable) +com.google.android.material.button.MaterialButton: MaterialButton(android.content.Context) +james.adaptiveicon.R$drawable: int abc_seekbar_thumb_material +wangdaye.com.geometricweather.R$attr: int counterTextAppearance +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setRealFeelTemperature(java.lang.Integer) +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: void dispose() +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_100 +wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_directionValue +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionButtonStyle +androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type RIGHT +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind: MfForecastResult$Forecast$Wind() +androidx.preference.R$dimen: int abc_control_corner_material +androidx.constraintlayout.widget.R$styleable: int OnSwipe_limitBoundsTo +james.adaptiveicon.R$layout: int abc_action_mode_close_item_material +androidx.appcompat.R$dimen: int abc_text_size_display_1_material +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item +io.reactivex.internal.util.NotificationLite$SubscriptionNotification: java.lang.String toString() +androidx.appcompat.R$attr: int titleMarginBottom +androidx.fragment.R$styleable: int GradientColor_android_endColor +androidx.appcompat.resources.R$string: R$string() +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintTag +androidx.hilt.work.R$id: int tag_unhandled_key_listeners +androidx.activity.R$drawable: R$drawable() +com.google.android.material.R$style: int TextAppearance_Design_Prefix +wangdaye.com.geometricweather.db.entities.AlertEntity: long time +wangdaye.com.geometricweather.R$string: int mtrl_picker_cancel +wangdaye.com.geometricweather.remoteviews.config.MultiCityWidgetConfigActivity +wangdaye.com.geometricweather.R$color: int material_grey_300 +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_explanation +com.google.android.material.R$attr: int closeIconVisible +wangdaye.com.geometricweather.R$dimen: int tooltip_y_offset_touch +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Dialog_MinWidth +wangdaye.com.geometricweather.db.entities.WeatherEntity: wangdaye.com.geometricweather.db.entities.WeatherEntityDao myDao +com.tencent.bugly.proguard.u: java.lang.Object j +wangdaye.com.geometricweather.R$layout: int item_weather_icon_title +android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar +wangdaye.com.geometricweather.R$id: int notification_big_week_5 +wangdaye.com.geometricweather.db.entities.AlertEntityDao +androidx.drawerlayout.R$styleable: int FontFamilyFont_fontWeight +com.google.android.material.R$styleable: int Snackbar_snackbarTextViewStyle +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintRight_toLeftOf +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintStart_toStartOf +androidx.customview.R$dimen +com.google.android.material.R$attr: int perpendicularPath_percent +androidx.preference.R$drawable: int abc_ic_menu_selectall_mtrl_alpha +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_paddingStart +androidx.legacy.coreutils.R$dimen: int notification_action_icon_size +com.google.android.material.R$layout: int text_view_with_line_height_from_appearance +com.google.android.material.R$drawable: int notification_bg_low_pressed +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain +androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event[] $VALUES +com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_selector_disabled_holo_light +androidx.preference.R$attr: int buttonPanelSideLayout +androidx.constraintlayout.widget.R$id: int path +com.jaredrummler.android.colorpicker.R$attr: int dropdownPreferenceStyle +io.reactivex.internal.schedulers.ScheduledRunnable: java.lang.Object SYNC_DISPOSED +wangdaye.com.geometricweather.location.utils.LocationException: LocationException(int,java.lang.String) +com.google.android.material.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal +wangdaye.com.geometricweather.R$attr: int bsb_thumb_text_size +androidx.recyclerview.R$id: int accessibility_custom_action_0 +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TimePicker_Button +wangdaye.com.geometricweather.R$string: int week_6 +com.tencent.bugly.crashreport.common.info.a: long s +cyanogenmod.profiles.ConnectionSettings: int getSubId() +androidx.preference.MultiSelectListPreference +com.google.android.material.R$styleable: int CustomAttribute_customFloatValue +wangdaye.com.geometricweather.R$layout: int widget_day_nano +cyanogenmod.externalviews.ExternalView: ExternalView(android.content.Context,android.util.AttributeSet,android.content.ComponentName) +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language ENGLISH_US +wangdaye.com.geometricweather.db.entities.AlertEntity: void setContent(java.lang.String) +wangdaye.com.geometricweather.R$attr: int checkedIconMargin +wangdaye.com.geometricweather.R$color: int ripple_material_light +wangdaye.com.geometricweather.R$drawable: int notif_temp_30 +com.jaredrummler.android.colorpicker.R$string: int cpv_select +wangdaye.com.geometricweather.R$string: int feedback_black_text +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer moldLevel +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarSize +com.jaredrummler.android.colorpicker.R$color: int bright_foreground_disabled_material_light +com.jaredrummler.android.colorpicker.R$id: int chronometer +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +androidx.recyclerview.R$id: int accessibility_custom_action_8 +com.google.android.material.R$styleable: int KeyTimeCycle_android_elevation +androidx.constraintlayout.widget.R$styleable: int StateListDrawable_android_constantSize +wangdaye.com.geometricweather.R$styleable: int MotionTelltales_telltales_tailScale +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setWallpaper(java.lang.String) +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: io.reactivex.Observer downstream +androidx.lifecycle.ProcessLifecycleOwner$1 +wangdaye.com.geometricweather.R$string: int geometric_weather +androidx.cardview.R$attr: int cardViewStyle +androidx.cardview.widget.CardView: void setCardBackgroundColor(int) +androidx.appcompat.widget.Toolbar: void setLogo(android.graphics.drawable.Drawable) +androidx.appcompat.R$attr: int thickness +androidx.preference.R$style: int Preference_Information +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_end_padding +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge +com.google.android.material.R$styleable: int AppCompatTheme_actionModeStyle +com.turingtechnologies.materialscrollbar.R$attr: int chipBackgroundColor +com.google.android.material.appbar.AppBarLayout: void setLiftOnScroll(boolean) +com.jaredrummler.android.colorpicker.R$style: int Base_V21_Theme_AppCompat_Dialog +cyanogenmod.weather.CMWeatherManager$2: void onWeatherRequestCompleted(cyanogenmod.weather.RequestInfo,int,cyanogenmod.weather.WeatherInfo) +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void onDrop(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$attr: int insetForeground +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: java.lang.String LongPhrase +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setBootanimation(java.lang.String) +androidx.work.R$styleable: int FontFamilyFont_android_fontStyle +okhttp3.internal.tls.DistinguishedNameParser: int end +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen: AccuDailyResult$DailyForecasts$AirAndPollen() +wangdaye.com.geometricweather.R$id: int dialog_running_in_background_o_container +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: ObservableTimeout$TimeoutFallbackObserver(io.reactivex.Observer,io.reactivex.functions.Function,io.reactivex.ObservableSource) +android.didikee.donate.R$drawable: int abc_text_select_handle_right_mtrl_dark +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionOverflowMenuStyle +com.tencent.bugly.crashreport.common.strategy.StrategyBean: void writeToParcel(android.os.Parcel,int) +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean a(com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler,int,java.lang.String) +com.turingtechnologies.materialscrollbar.R$attr: int displayOptions +androidx.lifecycle.ViewModelProviders$DefaultFactory +james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_drawableStart +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.LocationEntityDao locationEntityDao +wangdaye.com.geometricweather.R$id: int item_details_title +cyanogenmod.profiles.RingModeSettings: RingModeSettings(java.lang.String,boolean) +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder removePathSegment(int) +io.reactivex.Observable: io.reactivex.Single sequenceEqual(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiPredicate,int) +io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy MISSING +com.xw.repo.bubbleseekbar.R$attr: int dividerVertical +james.adaptiveicon.R$drawable: int abc_list_selector_background_transition_holo_dark +androidx.appcompat.resources.R$id: int tag_accessibility_heading +cyanogenmod.profiles.ConnectionSettings: void readFromParcel(android.os.Parcel) +com.google.gson.stream.JsonScope: int NONEMPTY_ARRAY +androidx.appcompat.widget.Toolbar: Toolbar(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.R$attr: int flow_maxElementsWrap +cyanogenmod.profiles.BrightnessSettings$1: cyanogenmod.profiles.BrightnessSettings createFromParcel(android.os.Parcel) +com.amap.api.location.AMapLocationClientOption: boolean l +wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode LIGHT +com.google.android.material.R$style: int Widget_AppCompat_ImageButton +com.tencent.bugly.proguard.c: com.tencent.bugly.proguard.i f +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver +com.google.android.material.R$style: int Widget_MaterialComponents_Button_TextButton +io.reactivex.Observable: java.lang.Object blockingFirst(java.lang.Object) +androidx.preference.R$drawable: int abc_btn_borderless_material +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_AutoCompleteTextView +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean getDirection() +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle +okhttp3.RealCall: okhttp3.Response getResponseWithInterceptorChain() +androidx.appcompat.R$dimen: int abc_action_button_min_height_material +wangdaye.com.geometricweather.R$string: int sp_widget_clock_day_details_setting +com.google.android.material.R$attr: int endIconDrawable +cyanogenmod.providers.CMSettings$NameValueCache: android.content.IContentProvider lazyGetProvider(android.content.ContentResolver) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeApparentTemperature() +com.tencent.bugly.proguard.x: java.lang.String a +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_titleTextStyle +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$5 +io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: void onComplete() +com.google.android.material.R$styleable: int AppCompatTheme_actionBarSize +wangdaye.com.geometricweather.R$attr: int layout_constraintVertical_weight +wangdaye.com.geometricweather.R$anim: int popup_show_top_left +wangdaye.com.geometricweather.R$attr: int onPositiveCross +androidx.lifecycle.extensions.R$id: int actions +androidx.constraintlayout.widget.R$id: int dragDown +android.didikee.donate.R$attr: int thickness +androidx.appcompat.widget.Toolbar: android.graphics.drawable.Drawable getCollapseIcon() +androidx.constraintlayout.widget.R$attr: int triggerId +cyanogenmod.hardware.CMHardwareManager: int COLOR_CALIBRATION_DEFAULT_INDEX +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$8: void run() +james.adaptiveicon.R$style: int Base_V21_Theme_AppCompat_Light +android.didikee.donate.R$styleable: int AppCompatTheme_ratingBarStyle +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_button_min_width_overflow_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean weather +android.didikee.donate.R$drawable: int abc_ic_star_black_16dp +okio.InflaterSource: void close() +wangdaye.com.geometricweather.R$attr: int placeholderText +wangdaye.com.geometricweather.R$dimen: int preference_icon_minWidth +androidx.preference.R$drawable: int abc_list_selector_disabled_holo_dark +okhttp3.OkHttpClient$Builder: java.util.List networkInterceptors +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_transitionEasing +james.adaptiveicon.R$id: int topPanel +com.turingtechnologies.materialscrollbar.R$attr: int showAsAction +com.google.android.material.R$styleable: int KeyAttribute_motionProgress +androidx.lifecycle.ServiceLifecycleDispatcher: void onServicePreSuperOnDestroy() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean() +wangdaye.com.geometricweather.R$attr: int helperTextTextAppearance +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Display4 +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_registerThemeProcessingListener +cyanogenmod.weatherservice.WeatherProviderService$1: cyanogenmod.weatherservice.WeatherProviderService this$0 +james.adaptiveicon.R$dimen: int abc_action_bar_overflow_padding_end_material +com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_fontVariationSettings +androidx.coordinatorlayout.R$layout: int notification_template_part_chronometer +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_text_padding +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String ICON_PREVIEW_3 +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber$1: androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber this$1 +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: long index +com.google.android.material.R$attr: int badgeTextColor +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: void setZh_TW(java.lang.String) +androidx.preference.R$color: int abc_secondary_text_material_light +wangdaye.com.geometricweather.R$layout: int dialog_animatable_icon +wangdaye.com.geometricweather.R$dimen: int abc_cascading_menus_min_smallest_width +com.google.android.material.R$dimen: int notification_action_icon_size +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean +android.didikee.donate.R$styleable: int ActionMode_titleTextStyle +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_lastHorizontalBias +android.didikee.donate.R$id: int submenuarrow +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult +okhttp3.internal.ws.WebSocketProtocol: int OPCODE_CONTROL_PONG +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarSize +james.adaptiveicon.R$drawable: int abc_text_select_handle_right_mtrl_light +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeThunderstormPrecipitationDuration() +androidx.coordinatorlayout.R$id: int right_icon +android.didikee.donate.R$id: int listMode +com.google.android.material.textfield.TextInputLayout: android.widget.TextView getSuffixTextView() +com.google.android.material.R$dimen: int mtrl_switch_thumb_elevation +com.turingtechnologies.materialscrollbar.R$styleable: int CompoundButton_buttonCompat +android.didikee.donate.R$id: int notification_background +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: void onNext(java.lang.Object) +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: boolean hasKey(java.lang.Object) +com.google.android.material.R$attr: int layout_constraintLeft_creator +androidx.work.R$drawable: int notification_icon_background +okhttp3.internal.http1.Http1Codec: void cancel() +androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() +retrofit2.Retrofit$Builder +com.jaredrummler.android.colorpicker.R$styleable: int Spinner_popupTheme +wangdaye.com.geometricweather.settings.activities.SelectProviderActivity: SelectProviderActivity() +androidx.preference.R$style: int Base_TextAppearance_AppCompat_SearchResult +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_PopupMenu +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_alphabeticModifiers +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_cardForegroundColor +cyanogenmod.weather.CMWeatherManager$1: void onWeatherServiceProviderChanged(java.lang.String) +com.google.android.material.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableTintMode +androidx.preference.R$styleable: int SwitchPreference_disableDependentsState +wangdaye.com.geometricweather.R$drawable: int weather_sleet_pixel +wangdaye.com.geometricweather.R$id: R$id() +com.google.android.material.R$styleable: int SearchView_goIcon +wangdaye.com.geometricweather.R$styleable: int Constraint_android_translationX +okhttp3.internal.cache.CacheStrategy$Factory: okhttp3.Response cacheResponse +androidx.preference.R$layout: int preference_dialog_edittext +androidx.viewpager2.R$layout: int notification_action +io.reactivex.internal.subscriptions.EmptySubscription +androidx.hilt.lifecycle.R$color: int notification_icon_bg_color +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_splitTrack +wangdaye.com.geometricweather.R$color: int colorLevel_4 +okhttp3.internal.http2.Hpack$Reader: int readInt(int,int) +android.didikee.donate.R$attr: int contentInsetEnd +cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status COMPLETED +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property PublishTime +android.didikee.donate.R$attr: int color +wangdaye.com.geometricweather.R$id: int parentRelative +android.didikee.donate.R$attr: int buttonBarNeutralButtonStyle +wangdaye.com.geometricweather.R$drawable: int ic_forecast +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small +wangdaye.com.geometricweather.R$color: int mtrl_choice_chip_text_color +androidx.appcompat.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA +com.tencent.bugly.proguard.q: int b +com.tencent.bugly.crashreport.biz.a: void b() +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getCOColor(android.content.Context) +cyanogenmod.externalviews.ExternalViewProviderService$1: android.os.IBinder createExternalView(android.os.Bundle) +com.tencent.bugly.crashreport.CrashReport: void postCatchedException(java.lang.Throwable,java.lang.Thread,boolean) +com.google.android.material.slider.BaseSlider: float getStepSize() +android.didikee.donate.R$style: int ThemeOverlay_AppCompat_ActionBar +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert +androidx.hilt.R$id: int accessibility_custom_action_12 +cyanogenmod.themes.ThemeChangeRequest$RequestType +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_maxElementsWrap +androidx.viewpager2.R$id: int text2 +com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceListItemSmall +androidx.lifecycle.extensions.R$style +com.google.android.material.R$styleable: int Layout_layout_constraintVertical_chainStyle +androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_android_fontWeight +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: java.lang.String chief +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator INCREASING_RING_VALIDATOR +androidx.lifecycle.LiveData$LifecycleBoundObserver: void detachObserver() +com.google.android.material.chip.Chip: void setCheckedIconTintResource(int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric Metric +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Small_Inverse +wangdaye.com.geometricweather.R$color: int background_floating_material_dark +com.tencent.bugly.crashreport.crash.h5.b: java.lang.String b +com.amap.api.location.AMapLocation: java.lang.String b(com.amap.api.location.AMapLocation,java.lang.String) +com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_layout_behavior +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void onError(java.lang.Throwable) +com.turingtechnologies.materialscrollbar.R$id: int transition_layout_save +androidx.constraintlayout.widget.R$attr: int windowFixedHeightMinor +androidx.appcompat.R$id: int group_divider +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_contentInsetStartWithNavigation +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getDefaultDisplayMode +androidx.appcompat.R$style: int TextAppearance_AppCompat_Body2 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX getNames() +okhttp3.Dispatcher: java.lang.Runnable idleCallback +androidx.constraintlayout.widget.R$string: int abc_menu_meta_shortcut_label +com.google.android.material.R$attr: int thumbRadius +androidx.work.R$drawable: int notification_bg_low_pressed +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void removeSome(int) +wangdaye.com.geometricweather.R$styleable: int DialogPreference_android_dialogIcon +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem +com.google.android.material.R$style: int Widget_MaterialComponents_CheckedTextView +androidx.preference.R$attr: int allowDividerAfterLastItem +androidx.preference.R$styleable: int AppCompatTheme_windowFixedHeightMajor +cyanogenmod.app.ThemeVersion$ThemeVersionImpl2: ThemeVersion$ThemeVersionImpl2() +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void truncate() com.turingtechnologies.materialscrollbar.R$styleable: int CardView_contentPaddingTop -androidx.dynamicanimation.R$id: int notification_background -com.xw.repo.bubbleseekbar.R$color: int dim_foreground_material_light -wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout -wangdaye.com.geometricweather.R$string: int rain -io.reactivex.Observable: io.reactivex.Observable debounce(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -cyanogenmod.weather.WeatherInfo: java.lang.String access$1402(cyanogenmod.weather.WeatherInfo,java.lang.String) -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_SearchView -androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_toTopOf -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title -android.didikee.donate.R$color: int abc_secondary_text_material_dark -androidx.constraintlayout.widget.R$drawable: int abc_tab_indicator_material -cyanogenmod.providers.CMSettings$Secure: java.lang.String RING_HOME_BUTTON_BEHAVIOR -wangdaye.com.geometricweather.R$layout: int preference_widget_seekbar -okio.SegmentPool -com.tencent.bugly.proguard.i: double[] i(int,boolean) -cyanogenmod.app.CMTelephonyManager: void setDefaultSmsSub(int) -android.didikee.donate.R$attr: int progressBarStyle -androidx.hilt.work.R$id: int visible_removing_fragment_view_tag -okio.Util: boolean arrayRangeEquals(byte[],int,byte[],int,int) -com.amap.api.location.AMapLocation: int getGpsAccuracyStatus() -io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: long count -james.adaptiveicon.R$layout: int abc_activity_chooser_view_list_item -androidx.lifecycle.Lifecycling$1: Lifecycling$1(androidx.lifecycle.LifecycleEventObserver) -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: boolean isDisposed() -android.didikee.donate.R$styleable -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Title -wangdaye.com.geometricweather.R$attr: int itemShapeAppearance -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xdtd -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_alpha -androidx.swiperefreshlayout.R$attr: int alpha -androidx.preference.EditTextPreference -com.google.android.material.internal.NavigationMenuItemView: void setChecked(boolean) -okhttp3.internal.Util: int skipLeadingAsciiWhitespace(java.lang.String,int,int) -androidx.activity.R$id: int accessibility_custom_action_17 -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setFont(java.lang.String) -com.google.android.material.R$styleable: int ActionBar_contentInsetStart -com.google.android.material.R$drawable: int abc_text_select_handle_left_mtrl_light -androidx.work.R$id: int accessibility_custom_action_21 -cyanogenmod.externalviews.KeyguardExternalView$6: cyanogenmod.externalviews.KeyguardExternalView this$0 -androidx.constraintlayout.widget.R$styleable: int ImageFilterView_warmth -okio.ByteString -com.jaredrummler.android.colorpicker.R$id: int cpv_hex -com.bumptech.glide.R$styleable: int FontFamily_fontProviderAuthority -cyanogenmod.app.BaseLiveLockManagerService: boolean hasPrivatePermissions() -okio.Buffer$2 -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum -com.google.android.material.R$id: int accessibility_custom_action_10 -androidx.appcompat.R$id: int tag_accessibility_actions -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_Button -com.google.android.material.R$attr: int thumbColor -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.lang.String moonPhase -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: void onSubscribe(io.reactivex.disposables.Disposable) -org.greenrobot.greendao.AbstractDao: java.lang.Object loadUniqueAndCloseCursor(android.database.Cursor) -androidx.lifecycle.extensions.R$styleable: int GradientColor_android_centerColor -com.google.android.material.R$attr: int flow_firstHorizontalStyle -okhttp3.internal.http2.Http2Connection$7: void execute() -wangdaye.com.geometricweather.R$attr: int cpv_animDuration -com.google.android.material.chip.ChipGroup: void setDividerDrawableVertical(android.graphics.drawable.Drawable) -com.bumptech.glide.load.resource.bitmap.DefaultImageHeaderParser$Reader$EndOfFileException: long serialVersionUID -wangdaye.com.geometricweather.R$drawable: int notif_temp_140 -cyanogenmod.providers.CMSettings$Secure: java.lang.String PERFORMANCE_PROFILE -cyanogenmod.app.CustomTile$ExpandedItem: android.app.PendingIntent onClickPendingIntent -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_id -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle -wangdaye.com.geometricweather.R$attr: int behavior_saveFlags -wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerSizeTopLeft -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeRainPrecipitationDuration -com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_layoutManager -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Weather -androidx.transition.R$layout -com.google.android.material.R$layout: int abc_action_mode_bar -androidx.preference.R$dimen: int abc_dialog_fixed_height_minor -okhttp3.internal.http1.Http1Codec: okio.Source newFixedLengthSource(long) -androidx.swiperefreshlayout.R$layout: int notification_template_icon_group -android.didikee.donate.R$color: int abc_tint_default -com.amap.api.location.AMapLocationClientOption: boolean isOnceLocationLatest() -com.tencent.bugly.crashreport.crash.anr.b: void b(boolean) -androidx.constraintlayout.widget.R$attr: int backgroundTintMode -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemHeight -com.google.android.material.R$attr: int colorOnPrimarySurface -io.reactivex.internal.functions.Functions$NaturalComparator: io.reactivex.internal.functions.Functions$NaturalComparator[] values() -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_19 -com.xw.repo.bubbleseekbar.R$id: int spacer -wangdaye.com.geometricweather.R$attr: int itemShapeInsetEnd -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver this$0 -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color: int Red -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Metric: double Value -androidx.constraintlayout.widget.Placeholder -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ListPopupWindow -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder host(java.lang.String) -cyanogenmod.providers.CMSettings$System: java.lang.String BATTERY_LIGHT_PULSE -androidx.viewpager2.R$id: int notification_background -com.turingtechnologies.materialscrollbar.R$attr: int panelMenuListTheme -androidx.appcompat.widget.AppCompatCheckBox: android.content.res.ColorStateList getSupportButtonTintList() -com.jaredrummler.android.colorpicker.R$dimen: int tooltip_vertical_padding -com.google.android.material.R$attr: int layout_dodgeInsetEdges -com.xw.repo.bubbleseekbar.R$layout: int notification_action_tombstone -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Body2 -androidx.appcompat.widget.AppCompatAutoCompleteTextView: void setCustomSelectionActionModeCallback(android.view.ActionMode$Callback) -com.tencent.bugly.proguard.i$a: byte a -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void innerComplete() -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addPathSegment(java.lang.String) -wangdaye.com.geometricweather.R$attr: int contentInsetRight -com.amap.api.location.DPoint: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_text_light_focused -okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RealConnection findHealthyConnection(int,int,int,int,boolean,boolean) -com.baidu.location.LocationClientOption$LocationMode: com.baidu.location.LocationClientOption$LocationMode Hight_Accuracy -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver -james.adaptiveicon.R$dimen: int abc_action_bar_stacked_tab_max_width -com.jaredrummler.android.colorpicker.R$styleable: int CheckBoxPreference_android_disableDependentsState -retrofit2.Retrofit: java.util.List converterFactories() -androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type valueOf(java.lang.String) -androidx.recyclerview.R$style: R$style() -androidx.cardview.R$dimen: int cardview_default_radius -com.google.android.material.R$id: int design_menu_item_action_area_stub -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle -wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode AUTO -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric: double Value -retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$1: java.lang.Object invoke(java.lang.Object) -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: io.reactivex.internal.util.AtomicThrowable errors -com.google.android.material.R$drawable: int abc_btn_switch_to_on_mtrl_00001 -wangdaye.com.geometricweather.R$attr: int fontStyle -wangdaye.com.geometricweather.R$id: int standard -androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour: androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour FIXED -android.didikee.donate.R$styleable: int PopupWindowBackgroundState_state_above_anchor -james.adaptiveicon.R$styleable: int[] PopupWindowBackgroundState -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean content -androidx.activity.R$style: int Widget_Compat_NotificationActionContainer +com.tencent.bugly.proguard.p: boolean a(com.tencent.bugly.proguard.p,int,java.lang.String,com.tencent.bugly.proguard.o) +retrofit2.CallAdapter$Factory: java.lang.Class getRawType(java.lang.reflect.Type) +androidx.preference.R$styleable: int GradientColor_android_endY +com.google.android.material.R$dimen: int mtrl_tooltip_cornerSize +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String COL_KEY +wangdaye.com.geometricweather.R$attr: int cornerFamilyTopLeft +androidx.transition.R$dimen: int compat_notification_large_icon_max_width +com.google.android.material.R$layout: int test_reflow_chipgroup +androidx.coordinatorlayout.widget.CoordinatorLayout$SavedState: android.os.Parcelable$Creator CREATOR +androidx.appcompat.widget.ContentFrameLayout: android.util.TypedValue getFixedWidthMinor() +wangdaye.com.geometricweather.R$color: int dim_foreground_disabled_material_light +androidx.preference.R$styleable: int ActionBar_background +wangdaye.com.geometricweather.R$attr: int chipIconSize +james.adaptiveicon.R$bool: int abc_allow_stacked_button_bar +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ListView_Menu +android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionBar_TabText +androidx.fragment.R$dimen: int notification_subtext_size +com.google.android.gms.internal.common.zzq: com.google.android.gms.internal.common.zzo zza +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.WindowManager$LayoutParams access$400(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) +com.google.android.gms.location.DetectedActivity: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$dimen: int design_bottom_sheet_modal_elevation +androidx.cardview.widget.CardView: int getContentPaddingRight() +wangdaye.com.geometricweather.R$drawable: int notification_bg_low +androidx.appcompat.R$attr: int editTextBackground +com.baidu.location.indoor.mapversion.c.a$d: com.baidu.location.indoor.mapversion.c.a$a d +wangdaye.com.geometricweather.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset +wangdaye.com.geometricweather.R$string: int transition_activity_search_txt +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onBouncerShowing(boolean) +androidx.lifecycle.ProcessLifecycleOwner: androidx.lifecycle.Lifecycle getLifecycle() +io.reactivex.Observable: io.reactivex.Observable defaultIfEmpty(java.lang.Object) +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionButton +com.jaredrummler.android.colorpicker.R$dimen: int highlight_alpha_material_colored +io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode lvNext() +androidx.legacy.coreutils.R$styleable: int FontFamily_fontProviderQuery +androidx.preference.R$styleable: int GradientColor_android_endX +com.google.android.material.bottomnavigation.BottomNavigationView: android.graphics.drawable.Drawable getItemBackground() +android.didikee.donate.R$id: int list_item +io.reactivex.internal.util.NotificationLite: io.reactivex.internal.util.NotificationLite COMPLETE +androidx.appcompat.widget.AppCompatEditText: android.content.res.ColorStateList getSupportBackgroundTintList() +androidx.preference.R$style: int TextAppearance_AppCompat_Button +wangdaye.com.geometricweather.R$id: int widget_day_week_temp_5 +com.google.android.material.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle +okhttp3.ResponseBody: java.nio.charset.Charset charset() +com.google.android.material.R$layout: int material_timepicker_dialog +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_shapeAppearanceOverlay +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: int hasSeaBulletin +androidx.work.R$styleable: int GradientColor_android_startX +retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder addCallAdapterFactory(retrofit2.CallAdapter$Factory) +androidx.appcompat.R$id: int action_mode_close_button +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: boolean done +com.jaredrummler.android.colorpicker.R$dimen: int hint_pressed_alpha_material_dark +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: java.lang.String dept +wangdaye.com.geometricweather.R$styleable: int ActionBar_customNavigationLayout +cyanogenmod.weather.RequestInfo: java.lang.String getCityName() +io.reactivex.internal.operators.observable.ObservableGroupBy$State: io.reactivex.internal.queue.SpscLinkedArrayQueue queue +androidx.preference.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse +com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable +wangdaye.com.geometricweather.R$anim: int popup_show_bottom_right +com.google.android.material.R$style: int Widget_MaterialComponents_Tooltip +wangdaye.com.geometricweather.R$bool: int abc_action_bar_embed_tabs +androidx.appcompat.widget.SwitchCompat: int getCompoundPaddingRight() +wangdaye.com.geometricweather.R$attr: int contentPaddingTop +james.adaptiveicon.R$drawable: int abc_ab_share_pack_mtrl_alpha +com.google.android.material.R$color: int abc_primary_text_material_light +android.didikee.donate.R$styleable: int AppCompatSeekBar_tickMarkTintMode +com.google.android.material.floatingactionbutton.FloatingActionButton: float getCompatPressedTranslationZ() +androidx.appcompat.R$id: int message +io.reactivex.Observable: io.reactivex.Observable buffer(java.util.concurrent.Callable,java.util.concurrent.Callable) +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_toolbarId +androidx.hilt.work.R$anim: int fragment_open_enter +com.jaredrummler.android.colorpicker.R$style: int Widget_Support_CoordinatorLayout +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: void setDesc(java.lang.String) +wangdaye.com.geometricweather.R$id: int autoComplete +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_toLeftOf +com.google.android.material.R$dimen: int mtrl_navigation_item_icon_padding +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: org.reactivestreams.Subscription upstream +wangdaye.com.geometricweather.R$drawable: int mtrl_popupmenu_background_dark +com.google.android.material.R$styleable: int Layout_layout_constraintWidth_min +com.jaredrummler.android.colorpicker.R$styleable: int[] PreferenceTheme +com.google.android.material.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset +wangdaye.com.geometricweather.R$id: int item_weather_daily_pollen +wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_outline_box_expanded_padding +com.google.android.material.R$styleable: int Tooltip_android_padding +androidx.appcompat.R$color: int primary_dark_material_dark +androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$State min(androidx.lifecycle.Lifecycle$State,androidx.lifecycle.Lifecycle$State) +wangdaye.com.geometricweather.R$drawable: int notif_temp_68 +com.turingtechnologies.materialscrollbar.R$id: int textinput_error +wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit valueOf(java.lang.String) +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: void onError(java.lang.Throwable) +com.tencent.bugly.crashreport.biz.b: void a(long) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind +com.google.android.material.R$style: int Widget_AppCompat_SeekBar +wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle CITIES +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Object getKey(java.lang.Object) +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property ThunderstormPrecipitation +com.amap.api.location.AMapLocationClientOption$GeoLanguage: com.amap.api.location.AMapLocationClientOption$GeoLanguage ZH +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub$Proxy: android.os.IBinder createExternalView(android.os.Bundle) +android.didikee.donate.R$attr: int windowFixedWidthMajor +com.google.android.material.R$attr: int closeItemLayout +wangdaye.com.geometricweather.R$id: int groups +com.google.android.material.R$dimen: int mtrl_slider_track_height +wangdaye.com.geometricweather.R$dimen: int mtrl_slider_widget_height +com.google.android.material.datepicker.MaterialTextInputPicker: MaterialTextInputPicker() +wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.Object readEntity(android.database.Cursor,int) +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: void onNext(java.lang.Object) +android.didikee.donate.R$attr: R$attr() +okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Http2Stream$FramingSource source +wangdaye.com.geometricweather.R$id: int material_timepicker_cancel_button +androidx.appcompat.R$attr: int singleChoiceItemLayout +androidx.appcompat.R$id: int shortcut +wangdaye.com.geometricweather.R$styleable: int NavigationView_android_maxWidth +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActivityChooserView +com.turingtechnologies.materialscrollbar.R$id: int unlabeled +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable +james.adaptiveicon.R$style: int Animation_AppCompat_DropDownUp +androidx.drawerlayout.R$styleable: int FontFamilyFont_font +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: java.lang.String getUnit() +androidx.preference.R$drawable: int abc_list_divider_material +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_icon +com.tencent.bugly.crashreport.common.strategy.StrategyBean: long f +androidx.work.OverwritingInputMerger: OverwritingInputMerger() +androidx.appcompat.R$attr: int tickMarkTint +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ImageButton +androidx.constraintlayout.widget.R$color: int switch_thumb_normal_material_dark +com.google.android.material.R$styleable: int AlertDialog_multiChoiceItemLayout +wangdaye.com.geometricweather.R$string: int feedback_enable_location_information +com.google.android.material.R$styleable: int MaterialButton_strokeWidth +androidx.appcompat.widget.AppCompatButton: void setCustomSelectionActionModeCallback(android.view.ActionMode$Callback) +com.google.android.material.R$layout: int mtrl_calendar_months +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$1: ExternalViewProviderService$Provider$ProviderImpl$1(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) +androidx.viewpager.R$id: int line1 +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: boolean isDisposed() +com.tencent.bugly.proguard.b: b(java.lang.String) +io.reactivex.internal.functions.Functions$HashSetCallable: io.reactivex.internal.functions.Functions$HashSetCallable valueOf(java.lang.String) +com.google.android.material.chip.Chip: void setChipIconVisible(int) +cyanogenmod.app.ProfileGroup$Mode: cyanogenmod.app.ProfileGroup$Mode DEFAULT +retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: boolean terminated +com.github.rahatarmanahmed.cpv.CircularProgressViewListener: void onAnimationReset() +io.reactivex.internal.queue.SpscArrayQueue: SpscArrayQueue(int) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum +com.google.android.material.R$id: int ghost_view +com.jaredrummler.android.colorpicker.R$attr: int paddingEnd +james.adaptiveicon.R$attr: int gapBetweenBars +com.turingtechnologies.materialscrollbar.R$attr: int spinnerStyle +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean filterSigabrtSysLog() +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_Snackbar_Message +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_verticalAlign +okhttp3.internal.connection.RealConnection: okhttp3.internal.ws.RealWebSocket$Streams newWebSocketStreams(okhttp3.internal.connection.StreamAllocation) +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: long serialVersionUID +cyanogenmod.app.ThemeVersion$ThemeVersionImpl2: java.util.ArrayList cVersions +wangdaye.com.geometricweather.common.basic.models.weather.History: java.util.Date getDate() +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getRagweedIndex() +androidx.preference.EditTextPreferenceDialogFragmentCompat +com.google.android.material.R$dimen: int mtrl_navigation_item_icon_size +wangdaye.com.geometricweather.R$attr: int chipGroupStyle +com.bumptech.glide.request.RequestCoordinator$RequestState +com.google.android.material.slider.RangeSlider: float getValueFrom() +wangdaye.com.geometricweather.R$attr: int bsb_section_text_color +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay TAG_WIND +com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_checkedChip +androidx.preference.R$styleable: int MenuView_android_windowAnimationStyle +com.google.android.material.R$styleable: int MockView_mock_label +okio.BufferedSource: boolean exhausted() +androidx.preference.R$styleable: int FontFamilyFont_font +androidx.core.widget.NestedScrollView: float getVerticalScrollFactorCompat() +wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout: void setLineColor(int) +androidx.constraintlayout.widget.ConstraintLayout: int getOptimizationLevel() +androidx.preference.Preference: void setOnPreferenceChangeInternalListener(androidx.preference.Preference$OnPreferenceChangeInternalListener) +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionButton_CloseMode +okhttp3.OkHttpClient: boolean retryOnConnectionFailure +wangdaye.com.geometricweather.R$styleable: int OnClick_targetId +androidx.preference.R$attr: int order +com.xw.repo.bubbleseekbar.R$id: int notification_main_column +okhttp3.internal.platform.JdkWithJettyBootPlatform: java.lang.reflect.Method putMethod +io.reactivex.Observable: io.reactivex.Observable delay(long,java.util.concurrent.TimeUnit,boolean) +androidx.constraintlayout.widget.Barrier: int getType() +androidx.appcompat.widget.SwitchCompat: boolean getTargetCheckedState() +androidx.appcompat.R$style: int Base_Widget_AppCompat_PopupWindow +com.google.gson.stream.JsonReader: void push(int) +androidx.hilt.lifecycle.R$dimen: int notification_large_icon_width +com.xw.repo.bubbleseekbar.R$drawable: int abc_list_divider_material +androidx.fragment.R$id: int accessibility_custom_action_4 +com.jaredrummler.android.colorpicker.R$styleable: int[] MenuItem +com.google.android.material.R$styleable: int[] ActionBar +androidx.constraintlayout.utils.widget.ImageFilterView: float getSaturation() +com.google.android.material.R$string: int mtrl_picker_navigate_to_year_description +androidx.constraintlayout.helper.widget.Layer: void setRotation(float) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Metric: AccuCurrentResult$Wind$Speed$Metric() +android.didikee.donate.R$styleable: int AppCompatTheme_activityChooserViewStyle +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +io.reactivex.Observable: io.reactivex.observables.ConnectableObservable publish() +james.adaptiveicon.AdaptiveIconView: AdaptiveIconView(android.content.Context) +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedNoLast +androidx.drawerlayout.R$id: int info +com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents_Light_Bridge +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getPm25Color(android.content.Context) +com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String W +io.reactivex.observers.DisposableObserver: DisposableObserver() +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_CALL_LED_ON_VALIDATOR +io.reactivex.internal.disposables.SequentialDisposable: long serialVersionUID +wangdaye.com.geometricweather.R$color: int mtrl_bottom_nav_colored_ripple_color +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Speed Speed +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: java.lang.Object v1 +com.bumptech.glide.R$id: int time +androidx.appcompat.R$dimen: int notification_large_icon_width +com.google.android.material.bottomnavigation.BottomNavigationView: void setOnNavigationItemSelectedListener(com.google.android.material.bottomnavigation.BottomNavigationView$OnNavigationItemSelectedListener) +com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_gradientRadius +wangdaye.com.geometricweather.R$drawable: int ic_pm +james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarTheme +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: java.lang.String getCardValue() +androidx.preference.R$id: int unchecked +androidx.preference.R$styleable: int MenuItem_android_checkable +wangdaye.com.geometricweather.R$string: int content_des_sunset +com.jaredrummler.android.colorpicker.R$drawable: int cpv_preset_checked +cyanogenmod.externalviews.ExternalViewProviderService$1: ExternalViewProviderService$1(cyanogenmod.externalviews.ExternalViewProviderService) +androidx.appcompat.widget.SwitchCompat: void setTrackTintList(android.content.res.ColorStateList) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial: AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial() +wangdaye.com.geometricweather.R$array: int temperature_units +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_27 +androidx.appcompat.resources.R$attr: int fontProviderFetchStrategy +androidx.preference.R$id: int listMode +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TimePicker_Display_TextInputEditText +okio.Buffer$UnsafeCursor: void close() +com.google.android.material.R$styleable: int MenuGroup_android_orderInCategory +androidx.preference.R$styleable: int AppCompatTheme_listMenuViewStyle +cyanogenmod.themes.IThemeProcessingListener$Stub +android.didikee.donate.R$color: int secondary_text_disabled_material_dark +com.turingtechnologies.materialscrollbar.R$styleable: int[] SnackbarLayout +io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: io.reactivex.Observer downstream +com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType[] values() +wangdaye.com.geometricweather.R$styleable: int OnSwipe_dragThreshold +com.google.android.material.R$styleable: int Constraint_layout_constraintVertical_weight +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_wrapMode +com.amap.api.location.CoordinateConverter: com.amap.api.location.DPoint d +okhttp3.internal.http2.Header: int hashCode() +com.tencent.bugly.proguard.ao: ao() +james.adaptiveicon.R$id: int wrap_content +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_6 +android.didikee.donate.R$styleable: int AppCompatTextView_drawableTint +androidx.appcompat.resources.R$styleable: int StateListDrawable_android_exitFadeDuration +androidx.core.app.JobIntentService +io.reactivex.internal.util.NotificationLite$ErrorNotification: boolean equals(java.lang.Object) +android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat_Dialog +wangdaye.com.geometricweather.R$id: int activity_allergen_toolbar +com.amap.api.fence.PoiItem$1: PoiItem$1() +androidx.appcompat.resources.R$id +wangdaye.com.geometricweather.R$attr: int drawableSize +cyanogenmod.profiles.StreamSettings: boolean isDirty() +com.google.gson.stream.JsonReader: void close() +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption$GeoLanguage t +androidx.preference.R$style: int Widget_AppCompat_Spinner +androidx.appcompat.R$attr: int actionModeSelectAllDrawable +com.google.android.material.R$styleable: int MaterialCalendar_dayStyle +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_102 +cyanogenmod.library.R$id: int event +com.google.android.material.R$color: int material_deep_teal_500 +com.google.gson.internal.LinkedTreeMap: boolean $assertionsDisabled +wangdaye.com.geometricweather.R$dimen: int abc_dialog_min_width_major +androidx.hilt.lifecycle.R$integer: R$integer() +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay +wangdaye.com.geometricweather.background.receiver.widget.WidgetTrendHourlyProvider: WidgetTrendHourlyProvider() +androidx.appcompat.widget.Toolbar: void setContentInsetEndWithActions(int) +com.google.gson.stream.JsonReader +wangdaye.com.geometricweather.settings.activities.SettingsActivity +com.google.android.material.R$id: int message +okhttp3.RealCall: okhttp3.Request request() +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_scaleY +wangdaye.com.geometricweather.R$attr: int fragment +retrofit2.KotlinExtensions: java.lang.Object await(retrofit2.Call,kotlin.coroutines.Continuation) +retrofit2.RequestFactory$Builder: java.lang.String PARAM +androidx.appcompat.R$interpolator: R$interpolator() +androidx.appcompat.R$id: int textSpacerNoTitle +com.google.android.material.internal.NavigationMenuItemView: void setMaxLines(int) +com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity +com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_spanCount +com.google.android.material.R$dimen: int abc_action_button_min_height_material +okhttp3.internal.http2.Settings: int ENABLE_PUSH +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial: AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial() +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub: java.lang.String DESCRIPTOR +wangdaye.com.geometricweather.R$string: int feedback_ignore_battery_optimizations_title +wangdaye.com.geometricweather.R$id: int add +androidx.constraintlayout.utils.widget.ImageFilterButton: void setCrossfade(float) +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_fontFamily +com.jaredrummler.android.colorpicker.R$drawable: int abc_scrubber_control_off_mtrl_alpha +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonBarButtonStyle +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_homeAsUpIndicator +cyanogenmod.weather.CMWeatherManager: cyanogenmod.weather.IRequestInfoListener mRequestInfoListener +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Overline +androidx.appcompat.R$styleable: int ActionMode_height +com.jaredrummler.android.colorpicker.R$attr: int subMenuArrow +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_139 +wangdaye.com.geometricweather.R$string: int about_app +retrofit2.adapter.rxjava2.Result: boolean isError() +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_SCREEN_ON_VALIDATOR +wangdaye.com.geometricweather.R$layout: int item_aqi +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours Past9Hours +james.adaptiveicon.R$style: int Base_Theme_AppCompat_Dialog_MinWidth +retrofit2.OkHttpCall: retrofit2.Response execute() +wangdaye.com.geometricweather.R$styleable: int PropertySet_motionProgress +wangdaye.com.geometricweather.R$color: int mtrl_fab_icon_text_color_selector +james.adaptiveicon.R$styleable: int Toolbar_contentInsetLeft +com.xw.repo.bubbleseekbar.R$styleable: int[] StateListDrawableItem +androidx.lifecycle.MutableLiveData: void postValue(java.lang.Object) +com.jaredrummler.android.colorpicker.R$styleable: int[] PreferenceFragment +org.greenrobot.greendao.AbstractDao: void deleteInTxInternal(java.lang.Iterable,java.lang.Iterable) +wangdaye.com.geometricweather.R$styleable: int[] PreferenceGroup +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: ObservableBufferBoundary$BufferBoundaryObserver(io.reactivex.Observer,io.reactivex.ObservableSource,io.reactivex.functions.Function,java.util.concurrent.Callable) +wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type WIND +androidx.activity.ComponentActivity: ComponentActivity() +wangdaye.com.geometricweather.R$color: int material_grey_800 +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_section_text_position +io.reactivex.Observable: io.reactivex.Single toMap(io.reactivex.functions.Function,io.reactivex.functions.Function,java.util.concurrent.Callable) +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void drain() +androidx.cardview.R$color: int cardview_light_background +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature: AccuCurrentResult$Temperature() +androidx.appcompat.view.menu.ListMenuItemView +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: void setOnApplyWindowInsetsListener(android.view.View$OnApplyWindowInsetsListener) +com.jaredrummler.android.colorpicker.R$id: int tag_unhandled_key_event_manager +io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: void setResource(io.reactivex.disposables.Disposable) +androidx.constraintlayout.widget.Guideline: void setVisibility(int) +cyanogenmod.app.StatusBarPanelCustomTile: cyanogenmod.app.CustomTile getCustomTile() +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setFillAlpha(float) +cyanogenmod.app.BaseLiveLockManagerService: void enforceAccessPermission() +androidx.constraintlayout.widget.ConstraintHelper: void setReferencedIds(int[]) +androidx.appcompat.R$style: int Base_V23_Theme_AppCompat +androidx.preference.R$drawable: int abc_ic_star_black_48dp +wangdaye.com.geometricweather.R$layout: int cpv_preference_square_large +okio.ByteString: java.lang.String base64() +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.R$attr: int errorEnabled +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: void onError(java.lang.Throwable) +androidx.recyclerview.R$id: int accessibility_custom_action_6 +wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property CityId +com.google.android.material.tabs.TabLayout: int getSelectedTabPosition() +androidx.core.app.CoreComponentFactory: CoreComponentFactory() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeWindSpeed +com.xw.repo.bubbleseekbar.R$id: int chronometer +wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: MfLocationResult() +com.turingtechnologies.materialscrollbar.R$attr: int counterEnabled +wangdaye.com.geometricweather.R$animator: int weather_snow_1 +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.database.Database getDatabase() +com.google.android.material.R$color: int abc_search_url_text_pressed +androidx.preference.R$dimen: int abc_dialog_corner_radius_material +com.google.android.material.R$attr: int region_heightLessThan +cyanogenmod.themes.IThemeService$Stub: android.os.IBinder asBinder() +androidx.appcompat.resources.R$drawable: R$drawable() +retrofit2.RequestBuilder: java.util.regex.Pattern PATH_TRAVERSAL +com.google.android.material.R$style: int Widget_AppCompat_ListMenuView +james.adaptiveicon.R$styleable: int AppCompatTheme_colorButtonNormal +wangdaye.com.geometricweather.R$styleable: int Snackbar_snackbarStyle +cyanogenmod.app.ProfileManager: java.lang.String PROFILES_STATE_CHANGED_ACTION +androidx.constraintlayout.widget.R$layout: int abc_action_menu_item_layout +wangdaye.com.geometricweather.R$color: int design_fab_stroke_end_outer_color +android.didikee.donate.R$string: int abc_action_menu_overflow_description +androidx.loader.R$styleable: int GradientColor_android_tileMode +cyanogenmod.app.CMStatusBarManager: boolean localLOGV +cyanogenmod.profiles.RingModeSettings$1: java.lang.Object[] newArray(int) +com.xw.repo.BubbleSeekBar: BubbleSeekBar(android.content.Context) +okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex: java.lang.reflect.Method findByIssuerAndSignatureMethod +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_NOTIFICATIONS +androidx.preference.R$style: int TextAppearance_AppCompat_Inverse +wangdaye.com.geometricweather.R$animator: int mtrl_fab_transformation_sheet_expand_spec +cyanogenmod.app.LiveLockScreenInfo$1: cyanogenmod.app.LiveLockScreenInfo[] newArray(int) +com.github.rahatarmanahmed.cpv.CircularProgressView: float maxProgress +androidx.preference.R$styleable: int AppCompatTheme_actionBarSize +androidx.preference.R$id: int accessibility_custom_action_7 +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: io.reactivex.internal.fuseable.SimplePlainQueue getOrCreateQueue() +io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: long serialVersionUID +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: java.lang.String getCaiyun() +wangdaye.com.geometricweather.R$id: int grassTitle +com.google.android.material.internal.FlowLayout: int getLineSpacing() +androidx.constraintlayout.widget.R$drawable: int abc_ic_star_black_48dp +okhttp3.internal.http2.Hpack$Reader +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature RealFeelTemperature +wangdaye.com.geometricweather.R$id: int star_2 +wangdaye.com.geometricweather.R$id: int bottomBar +wangdaye.com.geometricweather.R$styleable: int[] SwitchMaterial +androidx.preference.R$attr: int buttonTintMode +com.xw.repo.bubbleseekbar.R$styleable: int[] CompoundButton +com.xw.repo.bubbleseekbar.R$attr: int tooltipForegroundColor +com.google.android.material.R$color: int background_material_light +wangdaye.com.geometricweather.db.entities.MinutelyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() +android.didikee.donate.R$style: int Theme_AppCompat_DayNight_Dialog +com.google.android.material.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText +com.google.android.material.slider.BaseSlider$SliderState: android.os.Parcelable$Creator CREATOR +com.google.android.material.R$attr: int layout_constraintLeft_toRightOf +cyanogenmod.hardware.ICMHardwareService: cyanogenmod.hardware.DisplayMode getDefaultDisplayMode() +wangdaye.com.geometricweather.R$id: int item_icon_provider_title +androidx.vectordrawable.R$id: int accessibility_custom_action_5 +androidx.vectordrawable.R$dimen +cyanogenmod.power.PerformanceManager: int[] POSSIBLE_POWER_PROFILES +wangdaye.com.geometricweather.R$dimen: int preference_seekbar_value_minWidth +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_collapsedTitleGravity +com.google.android.material.R$bool: int abc_config_actionMenuItemAllCaps +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: void onError(java.lang.Throwable) +com.google.android.material.R$layout: int select_dialog_multichoice_material +androidx.appcompat.R$attr: int actionModeCloseButtonStyle +retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isBody +okhttp3.ConnectionPool: int idleConnectionCount() +androidx.lifecycle.SavedStateHandleController$1: androidx.savedstate.SavedStateRegistry val$registry +okhttp3.Cookie$Builder: okhttp3.Cookie build() +com.google.android.material.textfield.MaterialAutoCompleteTextView: MaterialAutoCompleteTextView(android.content.Context,android.util.AttributeSet) +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_shadowRadius +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Button +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title +cyanogenmod.weather.RequestInfo$1 +wangdaye.com.geometricweather.R$dimen: int abc_alert_dialog_button_dimen +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionMode_Inverse +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_2_30 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Direction: AccuCurrentResult$Wind$Direction() +wangdaye.com.geometricweather.R$color: int abc_search_url_text_selected +androidx.preference.R$styleable: int AnimatedStateListDrawableTransition_android_toId +com.google.android.gms.base.R$color: int common_google_signin_btn_text_dark +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_bubble_text_size +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarTabStyle +androidx.constraintlayout.widget.R$attr: int layout_goneMarginLeft +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.viewpager2.R$id: int tag_accessibility_heading +androidx.preference.R$drawable: int abc_list_selector_disabled_holo_light +wangdaye.com.geometricweather.R$drawable: int notif_temp_75 +androidx.work.R$id: int actions +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ProgressBar +com.google.android.material.R$styleable: int ConstraintSet_flow_lastVerticalBias +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit[] values() +cyanogenmod.weather.WeatherInfo +com.google.android.material.tabs.TabLayout: void addOnTabSelectedListener(com.google.android.material.tabs.TabLayout$BaseOnTabSelectedListener) +io.reactivex.exceptions.CompositeException: java.lang.String message +androidx.hilt.R$styleable: int GradientColor_android_startY +androidx.hilt.lifecycle.R$id: int chronometer +james.adaptiveicon.R$dimen: int abc_dropdownitem_icon_width +retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter +cyanogenmod.providers.CMSettings$Global: void putListAsDelimitedString(android.content.ContentResolver,java.lang.String,java.lang.String,java.util.List) +wangdaye.com.geometricweather.R$styleable: int ArcProgress_max +cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper: cyanogenmod.app.CustomTileListenerService this$0 +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer realFeelTemperature +androidx.preference.R$id: int dialog_button +androidx.activity.R$drawable: int notification_action_background +io.reactivex.subjects.PublishSubject$PublishDisposable: io.reactivex.Observer downstream +retrofit2.Retrofit: retrofit2.Converter stringConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[]) +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit getInstance(java.lang.String) +cyanogenmod.app.ThemeVersion$ComponentVersion: int minVersion +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.util.Date moonsetTime +io.reactivex.Observable: io.reactivex.Observable concatDelayError(java.lang.Iterable) +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: boolean isDaylight() +androidx.vectordrawable.R$id: int async +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int pm25 +com.xw.repo.bubbleseekbar.R$drawable: int abc_tab_indicator_material +io.reactivex.Observable: io.reactivex.Observable concatWith(io.reactivex.MaybeSource) +io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: boolean isDisposed() +androidx.coordinatorlayout.R$styleable: int GradientColor_android_centerColor +wangdaye.com.geometricweather.R$drawable: int weather_haze +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_autoSizeMinTextSize +com.google.android.material.R$string: int mtrl_picker_out_of_range +androidx.cardview.R$style: int Base_CardView +wangdaye.com.geometricweather.R$style: int Theme_Design_Light_NoActionBar +androidx.work.R$drawable: int notification_bg_normal_pressed +okhttp3.internal.ws.RealWebSocket: void loopReader() +com.turingtechnologies.materialscrollbar.R$id: int center +com.tencent.bugly.crashreport.common.info.a: java.lang.Object az +androidx.constraintlayout.widget.R$id: int action_image +com.google.android.material.appbar.AppBarLayout: AppBarLayout(android.content.Context) +com.google.android.material.R$layout: int mtrl_picker_text_input_date +com.google.android.material.R$attr: int suggestionRowLayout +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setWeatherEnd(java.lang.String) +okio.BufferedSink: okio.BufferedSink writeShort(int) +okhttp3.OkHttpClient$Builder: java.util.List protocols +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void onComplete() +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Large +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property CityId +com.tencent.bugly.crashreport.crash.CrashDetailBean: int describeContents() +okhttp3.logging.HttpLoggingInterceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) +wangdaye.com.geometricweather.R$id: int cpv_hex +androidx.hilt.lifecycle.R$styleable: int FragmentContainerView_android_tag +io.reactivex.internal.functions.Functions$HashSetCallable +okhttp3.internal.connection.RouteSelector: int nextProxyIndex +wangdaye.com.geometricweather.R$array: int weather_sources +wangdaye.com.geometricweather.R$styleable: int ForegroundLinearLayout_android_foregroundGravity +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintBottom_toTopOf +androidx.appcompat.R$id: int accessibility_custom_action_3 +okio.Buffer: okio.BufferedSink writeString(java.lang.String,java.nio.charset.Charset) +com.google.android.material.R$attr: int expandedTitleTextAppearance +androidx.constraintlayout.widget.R$styleable: int SearchView_voiceIcon +com.amap.api.fence.GeoFence: android.app.PendingIntent getPendingIntent() +com.google.android.material.R$style: int Theme_AppCompat_Dialog_Alert +wangdaye.com.geometricweather.R$string: int content_des_drag_flag +cyanogenmod.app.IProfileManager: android.app.NotificationGroup getNotificationGroup(android.os.ParcelUuid) +com.google.android.material.R$styleable: int Chip_checkedIconVisible +androidx.lifecycle.ClassesInfoCache: java.lang.reflect.Method[] getDeclaredMethods(java.lang.Class) +android.didikee.donate.R$styleable: int AlertDialog_listLayout +james.adaptiveicon.R$styleable: int AlertDialog_singleChoiceItemLayout +androidx.hilt.R$style: int Widget_Compat_NotificationActionContainer +wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig minutelyEntityDaoConfig +com.google.android.material.R$id: int scrollIndicatorUp +wangdaye.com.geometricweather.R$styleable: int KeyTrigger_motionTarget +cyanogenmod.externalviews.IExternalViewProvider: void onStart() +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_toBottomOf +com.turingtechnologies.materialscrollbar.R$styleable: int[] ButtonBarLayout +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_Solid +cyanogenmod.providers.CMSettings$Secure: java.lang.String DEV_FORCE_SHOW_NAVBAR +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String getLocationKey() +james.adaptiveicon.R$color: int highlighted_text_material_light +androidx.preference.R$attr: int searchIcon +androidx.preference.R$drawable: int abc_ic_ab_back_material +wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String province +cyanogenmod.providers.CMSettings$CMSettingNotFoundException: CMSettings$CMSettingNotFoundException(java.lang.String) +androidx.customview.R$styleable: int GradientColor_android_endY +androidx.appcompat.R$drawable: int abc_ic_star_black_36dp +androidx.constraintlayout.widget.R$style: int TextAppearance_Compat_Notification +cyanogenmod.providers.CMSettings$System: java.lang.String USE_EDGE_SERVICE_FOR_GESTURES +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxCornerRadiusTopStart +wangdaye.com.geometricweather.R$string: int settings_notification_background_off +com.amap.api.location.AMapLocation: java.lang.String getBuildingId() +com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_fixed_height_major +okhttp3.internal.cache2.Relay: boolean complete +androidx.preference.R$color: int primary_material_dark +io.reactivex.exceptions.CompositeException: java.util.List getExceptions() +com.jaredrummler.android.colorpicker.R$attr: int colorPrimaryDark +com.google.android.material.R$id: int mtrl_picker_header_toggle +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: void onError(java.lang.Throwable) +com.turingtechnologies.materialscrollbar.R$color: int design_default_color_primary_dark +okhttp3.internal.connection.StreamAllocation: void acquire(okhttp3.internal.connection.RealConnection,boolean) +okhttp3.Address: java.util.List connectionSpecs +cyanogenmod.weather.CMWeatherManager$2: CMWeatherManager$2(cyanogenmod.weather.CMWeatherManager) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHorizontal_bias +androidx.work.R$style: int TextAppearance_Compat_Notification +androidx.appcompat.R$styleable: int SwitchCompat_android_textOn +wangdaye.com.geometricweather.R$id: int item_about_library_title +wangdaye.com.geometricweather.R$id: int transparency_text +cyanogenmod.app.CMContextConstants: java.lang.String CM_PARTNER_INTERFACE +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintBottom_toTopOf +com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar +com.google.android.material.R$styleable: int Layout_layout_constraintEnd_toEndOf +androidx.recyclerview.R$styleable: int FontFamilyFont_android_fontVariationSettings +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_WIND_SPEED +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Direction: java.lang.String English +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_begin +androidx.preference.R$style: int Widget_AppCompat_SeekBar +wangdaye.com.geometricweather.R$styleable: int Layout_android_orientation +androidx.coordinatorlayout.R$id: int accessibility_custom_action_6 +cyanogenmod.alarmclock.ClockContract$InstancesColumns: int HIGH_NOTIFICATION_STATE +james.adaptiveicon.R$attr: int navigationIcon +androidx.constraintlayout.widget.R$styleable: int MockView_mock_label +androidx.lifecycle.EmptyActivityLifecycleCallbacks +okio.Okio$1: java.io.OutputStream val$out +com.jaredrummler.android.colorpicker.R$styleable: int FontFamily_fontProviderPackage +retrofit2.internal.EverythingIsNonNull +wangdaye.com.geometricweather.R$string: int mtrl_picker_date_header_selected +wangdaye.com.geometricweather.R$color: int colorLevel_3 +androidx.lifecycle.ProcessLifecycleOwner: android.os.Handler mHandler +com.tencent.bugly.proguard.j: void a(byte,int) +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Large +cyanogenmod.profiles.BrightnessSettings$1 +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime realtime +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeTotalPrecipitation(java.lang.Float) +com.google.android.material.chip.Chip: void setMaxWidth(int) +androidx.constraintlayout.widget.R$attr: int spinnerDropDownItemStyle +wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_sun +wangdaye.com.geometricweather.R$string: int resident_location +cyanogenmod.themes.IThemeService$Stub$Proxy: void rebuildResourceCache() +com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableCompat_android_visible +wangdaye.com.geometricweather.R$string: int key_week_icon_mode +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_temp_3 +com.google.android.material.R$id: int submit_area +androidx.preference.R$layout: int preference_widget_switch +com.amap.api.fence.GeoFence: java.lang.String getFenceId() +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_21 +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_toBottomOf +james.adaptiveicon.R$id: int edit_query +io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: void onError(java.lang.Throwable) +com.google.android.material.R$attr: int menu +com.xw.repo.bubbleseekbar.R$layout: int abc_expanded_menu_layout +com.turingtechnologies.materialscrollbar.R$layout: int design_layout_snackbar_include +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense +okhttp3.internal.platform.ConscryptPlatform: ConscryptPlatform() +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: ArcProgress(android.content.Context) +wangdaye.com.geometricweather.common.basic.models.weather.Daily: Daily(java.util.Date,long,wangdaye.com.geometricweather.common.basic.models.weather.HalfDay,wangdaye.com.geometricweather.common.basic.models.weather.HalfDay,wangdaye.com.geometricweather.common.basic.models.weather.Astro,wangdaye.com.geometricweather.common.basic.models.weather.Astro,wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase,wangdaye.com.geometricweather.common.basic.models.weather.AirQuality,wangdaye.com.geometricweather.common.basic.models.weather.Pollen,wangdaye.com.geometricweather.common.basic.models.weather.UV,float) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Metric Metric +james.adaptiveicon.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner +com.turingtechnologies.materialscrollbar.R$attr: int background +com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_radio_to_on_mtrl_000 +androidx.lifecycle.ViewModelProviders$DefaultFactory: ViewModelProviders$DefaultFactory(android.app.Application) +androidx.constraintlayout.widget.R$styleable: int MenuItem_contentDescription +androidx.constraintlayout.widget.R$styleable: int KeyTrigger_triggerId +com.google.android.material.R$styleable: int SearchView_defaultQueryHint +com.turingtechnologies.materialscrollbar.R$attr: int buttonBarPositiveButtonStyle +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_contentInsetEnd +android.didikee.donate.R$drawable: int abc_btn_check_to_on_mtrl_000 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: java.util.List value +androidx.preference.R$style: int TextAppearance_AppCompat_Medium_Inverse +com.tencent.bugly.proguard.z: java.lang.String b(byte[]) +cyanogenmod.hardware.CMHardwareManager: int getVibratorWarningIntensity() +wangdaye.com.geometricweather.R$dimen: int highlight_alpha_material_dark +cyanogenmod.app.CustomTileListenerService: void removeCustomTile(java.lang.String,java.lang.String,int) +james.adaptiveicon.R$styleable: int AppCompatTheme_actionOverflowButtonStyle +okhttp3.internal.cache.DiskLruCache$Entry: java.lang.String key +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: io.reactivex.disposables.Disposable upstream +com.google.android.material.circularreveal.CircularRevealRelativeLayout: android.graphics.drawable.Drawable getCircularRevealOverlayDrawable() +wangdaye.com.geometricweather.R$id: int indicator +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_lightContainer +androidx.constraintlayout.widget.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title +com.google.android.material.slider.Slider: void setTickInactiveTintList(android.content.res.ColorStateList) +com.xw.repo.bubbleseekbar.R$attr: int contentInsetRight +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_EditText +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarItemBackground +androidx.preference.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.google.android.material.bottomnavigation.BottomNavigationItemView: BottomNavigationItemView(android.content.Context,android.util.AttributeSet,int) +androidx.appcompat.R$string: int abc_action_menu_overflow_description +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum +androidx.constraintlayout.widget.R$styleable: int[] MotionHelper +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight_NoActionBar +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid +com.google.android.material.appbar.CollapsingToolbarLayout: void setCollapsedTitleTypeface(android.graphics.Typeface) +cyanogenmod.profiles.LockSettings: void setValue(int) +androidx.hilt.work.R$styleable: int FontFamily_fontProviderPackage +com.google.android.material.R$anim: int abc_fade_out +com.xw.repo.bubbleseekbar.R$id: int expanded_menu +com.google.android.material.R$attr: int contentInsetStart +com.google.android.material.R$styleable: int ConstraintSet_android_layout_marginLeft +com.tencent.bugly.crashreport.crash.CrashDetailBean: int t +io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,long,boolean) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listMenuViewStyle +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.WeatherIconControlView: WeatherIconControlView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$attr: int cpv_dialogTitle +james.adaptiveicon.R$layout: int abc_search_view +io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: void dispose() +com.google.android.material.R$integer: R$integer() +androidx.viewpager.R$id: int tag_unhandled_key_listeners +io.reactivex.internal.schedulers.ScheduledDirectTask: java.lang.Object call() +james.adaptiveicon.R$styleable: int AppCompatTheme_actionButtonStyle +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowMinWidthMinor +james.adaptiveicon.R$layout: int abc_expanded_menu_layout +androidx.constraintlayout.widget.Constraints +androidx.preference.R$id: int icon +wangdaye.com.geometricweather.R$layout: int test_design_checkbox +com.google.gson.JsonParseException: JsonParseException(java.lang.String) +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceBody1 +androidx.constraintlayout.helper.widget.Flow: Flow(android.content.Context,android.util.AttributeSet,int) +com.xw.repo.bubbleseekbar.R$drawable: int abc_scrubber_primary_mtrl_alpha +com.xw.repo.bubbleseekbar.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton +androidx.constraintlayout.widget.R$id: int bottom +wangdaye.com.geometricweather.R$id: int item_weather_daily_uv_icon +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setCheckable(boolean) +androidx.constraintlayout.widget.R$id: int submit_area +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle androidx.constraintlayout.widget.R$styleable: int ActionBar_popupTheme -androidx.preference.R$styleable: int SearchView_queryBackground -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight -android.didikee.donate.R$drawable: int abc_ic_star_black_16dp -android.didikee.donate.R$drawable: int notification_action_background -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setColorViewAlpha(int) -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Region Region -com.jaredrummler.android.colorpicker.R$style: int PreferenceThemeOverlay_v14_Material -cyanogenmod.app.StatusBarPanelCustomTile: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.lang.Integer snowHazard6h -com.google.gson.stream.JsonWriter: void setSerializeNulls(boolean) -james.adaptiveicon.R$attr: int borderlessButtonStyle -wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit: java.lang.String getRelativeHumidityText(float) -james.adaptiveicon.R$drawable: int abc_action_bar_item_background_material -com.google.android.material.progressindicator.ProgressIndicator: android.graphics.drawable.Drawable getCurrentDrawable() -androidx.preference.R$id: int search_edit_frame -androidx.appcompat.resources.R$dimen: int notification_right_side_padding_top -wangdaye.com.geometricweather.settings.fragments.SettingsFragment -io.reactivex.Observable: io.reactivex.Observable window(long,long) -wangdaye.com.geometricweather.R$color: int weather_source_caiyun -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_helperText -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_DropDownItem -wangdaye.com.geometricweather.R$attr: int expandedHintEnabled -wangdaye.com.geometricweather.R$id: int transparency_seekbar -androidx.vectordrawable.animated.R$style -com.google.android.material.R$id: int animateToStart -okhttp3.internal.http2.Http2Stream$FramingSource: boolean closed -com.bumptech.glide.R$dimen: int notification_large_icon_height -wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: java.lang.String admin2 -okhttp3.internal.http2.Http2Reader$Handler: void ping(boolean,int,int) -cyanogenmod.app.CMTelephonyManager: java.util.List getSubInformation() -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_subtitle -androidx.appcompat.R$dimen: int abc_action_bar_icon_vertical_padding_material -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean -com.google.android.material.R$color: int material_deep_teal_500 -androidx.constraintlayout.widget.R$dimen: int compat_control_corner_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getPm25() -androidx.preference.R$styleable: int SwitchCompat_showText -com.google.android.gms.location.LocationRequest -androidx.appcompat.R$style: int Theme_AppCompat_Dialog_Alert -wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_AppbarPopupTheme_Light -androidx.preference.R$id: int topPanel -com.tencent.bugly.crashreport.common.info.AppInfo: java.util.Map d(android.content.Context) -com.google.android.gms.base.R$color: int common_google_signin_btn_text_dark_disabled -com.tencent.bugly.proguard.a: byte[] a() -cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode mLightsMode -wangdaye.com.geometricweather.R$id: int disablePostScroll -wangdaye.com.geometricweather.R$string: int action_about -wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_light_disabled -androidx.preference.R$styleable: int FontFamilyFont_fontVariationSettings -androidx.constraintlayout.widget.R$styleable: int[] ButtonBarLayout -okhttp3.CacheControl: okhttp3.CacheControl parse(okhttp3.Headers) -com.google.gson.JsonSyntaxException: JsonSyntaxException(java.lang.Throwable) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu -com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_CONNECTION -androidx.preference.R$drawable: int abc_cab_background_top_mtrl_alpha -androidx.lifecycle.ServiceLifecycleDispatcher -cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: java.lang.String PROFILE -androidx.appcompat.widget.AlertDialogLayout -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: MfHistoryResult$Position() -com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_PARSER -com.google.android.material.R$drawable: int abc_ic_ab_back_material -okhttp3.internal.ws.RealWebSocket: java.lang.Runnable writerRunnable -android.didikee.donate.R$integer: int abc_config_activityShortDur -com.google.android.material.R$styleable: int[] Transform -com.google.android.material.R$string: int abc_menu_space_shortcut_label -okhttp3.internal.http2.Http2Connection: boolean access$302(okhttp3.internal.http2.Http2Connection,boolean) -cyanogenmod.hardware.ICMHardwareService$Stub: android.os.IBinder asBinder() -cyanogenmod.providers.CMSettings$Secure: java.lang.String LIVE_LOCK_SCREEN_ENABLED -io.reactivex.internal.disposables.EmptyDisposable -wangdaye.com.geometricweather.main.Hilt_MainActivity: Hilt_MainActivity() -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_suffixTextColor -wangdaye.com.geometricweather.R$drawable: int notif_temp_4 -androidx.core.R$id: int notification_main_column -com.google.android.material.R$attr: int materialCalendarYearNavigationButton -androidx.constraintlayout.widget.R$styleable: int MenuView_android_verticalDivider -wangdaye.com.geometricweather.R$id: int normal -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeDegreeDayTemperature() -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ListView_DropDown -wangdaye.com.geometricweather.R$drawable: int ic_cloud -com.google.android.material.R$style: int Widget_MaterialComponents_TimePicker_Button -com.google.android.material.R$attr: int itemMaxLines -com.tencent.bugly.crashreport.common.strategy.a: com.tencent.bugly.crashreport.common.strategy.StrategyBean c() -com.google.android.material.R$dimen: int design_snackbar_elevation -com.turingtechnologies.materialscrollbar.R$id: int line3 -com.google.gson.FieldNamingPolicy$5 -wangdaye.com.geometricweather.R$layout: int item_weather_icon -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: boolean isDisposed() -com.turingtechnologies.materialscrollbar.R$styleable: int CardView_cardUseCompatPadding -com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_drawableSize -androidx.constraintlayout.widget.R$dimen: int highlight_alpha_material_dark -com.xw.repo.bubbleseekbar.R$id: int progress_circular -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_orderInCategory -cyanogenmod.externalviews.KeyguardExternalView: void performAction(java.lang.Runnable) -wangdaye.com.geometricweather.R$styleable: int MaterialTextAppearance_android_letterSpacing -wangdaye.com.geometricweather.R$drawable: int abc_btn_radio_material -com.google.android.material.R$styleable: int SwitchCompat_android_thumb -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWindChillTemperature -android.didikee.donate.R$styleable: int Toolbar_android_minHeight -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX: java.util.List brands -retrofit2.Retrofit: retrofit2.CallAdapter nextCallAdapter(retrofit2.CallAdapter$Factory,java.lang.reflect.Type,java.lang.annotation.Annotation[]) -android.support.v4.os.IResultReceiver$Stub -androidx.constraintlayout.widget.R$attr: int maxHeight -androidx.swiperefreshlayout.R$dimen: int compat_notification_large_icon_max_width -com.google.android.material.R$styleable: int TextInputLayout_placeholderTextAppearance -androidx.constraintlayout.widget.R$styleable: int SwitchCompat_switchTextAppearance -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Menu -android.didikee.donate.R$styleable: int ColorStateListItem_android_color -com.tencent.bugly.proguard.z -com.google.android.material.appbar.AppBarLayout: int getMinimumHeightForVisibleOverlappingContent() -wangdaye.com.geometricweather.R$attr: int touchRegionId -wangdaye.com.geometricweather.R$string: int key_forecast_tomorrow_time +com.google.android.material.R$styleable: int MenuView_android_windowAnimationStyle +com.tencent.bugly.crashreport.crash.h5.b: java.lang.String a +androidx.transition.R$styleable: int GradientColor_android_endX +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WetBulbTemperature +okio.AsyncTimeout: long timeoutAt +androidx.constraintlayout.widget.R$attr: int layout_constraintDimensionRatio +androidx.recyclerview.R$layout: R$layout() +wangdaye.com.geometricweather.R$id: int icon_only +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$TotalLiquid TotalLiquid +androidx.dynamicanimation.R$layout: int notification_template_part_chronometer +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: java.lang.String getAbbreviation(android.content.Context) +com.google.android.material.R$layout: int mtrl_calendar_vertical +com.google.android.gms.common.zzj: android.os.Parcelable$Creator CREATOR +com.google.android.material.R$attr: int minHideDelay +okhttp3.internal.http2.Http2Stream: void close(okhttp3.internal.http2.ErrorCode) +wangdaye.com.geometricweather.R$string: int material_timepicker_clock_mode_description +james.adaptiveicon.R$color: int switch_thumb_disabled_material_dark +okhttp3.internal.http2.Http2Writer: void headers(int,java.util.List) +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$RainForecast +cyanogenmod.app.suggest.ApplicationSuggestion +com.google.android.material.R$styleable: int Constraint_android_translationY +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle +com.google.android.material.R$attr: int valueTextColor +androidx.legacy.coreutils.R$layout: R$layout() +wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.String direction +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: void setPoint(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean) +wangdaye.com.geometricweather.R$attr: int bsb_seek_by_section +com.google.android.gms.base.R$drawable: int googleg_standard_color_18 +cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: void processCityNameLookupRequest(cyanogenmod.weather.RequestInfo) +com.jaredrummler.android.colorpicker.R$attr: int isPreferenceVisible +com.jaredrummler.android.colorpicker.R$layout: int abc_action_bar_title_item +androidx.cardview.widget.CardView: float getMaxCardElevation() +com.google.android.material.R$styleable: int Constraint_layout_editor_absoluteY +com.turingtechnologies.materialscrollbar.R$attr: int listDividerAlertDialog +com.google.android.material.R$styleable: int MaterialCalendarItem_itemStrokeColor +com.tencent.bugly.crashreport.common.info.a: java.util.Map ae +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircularSkyWeatherView: int getWeatherKind() +com.bumptech.glide.integration.okhttp.R$dimen: int notification_large_icon_width +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_disableDependentsState +wangdaye.com.geometricweather.R$string: int abc_menu_sym_shortcut_label +com.google.android.material.appbar.CollapsingToolbarLayout: void setTitleEnabled(boolean) +wangdaye.com.geometricweather.R$id: int save_non_transition_alpha +wangdaye.com.geometricweather.R$string: int go_to_set +okhttp3.CertificatePinner$Pin: okio.ByteString hash +retrofit2.Response: retrofit2.Response error(int,okhttp3.ResponseBody) +com.google.android.material.R$id: int snackbar_action +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setEnabled(boolean) +okhttp3.Cookie: java.util.regex.Pattern MONTH_PATTERN +com.turingtechnologies.materialscrollbar.R$id: int coordinator +androidx.swiperefreshlayout.R$drawable: int notification_bg_low +wangdaye.com.geometricweather.R$attr: int checkedIconTint +com.google.android.material.R$attr: int chipSpacingHorizontal +com.google.android.material.R$styleable: int AppCompatTheme_buttonBarStyle +com.google.android.material.R$styleable: int Constraint_layout_constraintLeft_creator +cyanogenmod.providers.DataUsageContract +com.google.gson.internal.LazilyParsedNumber: java.lang.Object writeReplace() +androidx.appcompat.R$style: int Widget_AppCompat_Button_Colored +wangdaye.com.geometricweather.R$attr: int hideOnContentScroll +android.didikee.donate.R$styleable: int MenuItem_actionLayout +com.google.android.material.R$style: int Base_Theme_AppCompat_Light_Dialog +androidx.appcompat.R$styleable: int DrawerArrowToggle_drawableSize +androidx.swiperefreshlayout.R$styleable: int[] ColorStateListItem +wangdaye.com.geometricweather.db.entities.WeatherEntity: void update() +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: java.lang.Object poll() +androidx.preference.R$color: int primary_text_default_material_dark +com.tencent.bugly.proguard.z: java.util.Map a(int,boolean) +james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light_DarkActionBar +com.google.android.material.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_MULTIPLE_LEDS_ENABLE +io.reactivex.internal.observers.InnerQueuedObserver: void onNext(java.lang.Object) +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setScaleY(float) +wangdaye.com.geometricweather.R$attr: int actionModeShareDrawable +androidx.appcompat.widget.AppCompatTextView: void setBackgroundResource(int) +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: android.os.IBinder asBinder() +com.google.android.material.R$styleable: int KeyTrigger_triggerReceiver +com.autonavi.aps.amapapi.model.AMapLocationServer: void d(java.lang.String) +androidx.appcompat.R$styleable: int AppCompatImageView_srcCompat +android.didikee.donate.R$styleable: int AppCompatImageView_android_src +okhttp3.internal.Util: java.nio.charset.Charset bomAwareCharset(okio.BufferedSource,java.nio.charset.Charset) +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection connection +wangdaye.com.geometricweather.R$id: int activity_widget_config_scrollView +okio.SegmentedByteString: int segment(int) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind Wind +com.google.android.material.R$styleable: int Toolbar_logoDescription +io.reactivex.internal.subscribers.StrictSubscriber: long serialVersionUID +androidx.constraintlayout.widget.R$attr: int titleMarginTop +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Headline2 +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_bubble_text_size +androidx.constraintlayout.motion.widget.MotionLayout +com.amap.api.location.AMapLocation: int getConScenario() +androidx.swiperefreshlayout.R$id: int action_container +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_editTextColor +com.google.android.material.R$id: int triangle +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean access$602(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl,boolean) +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_selection_text_baseline_to_top +androidx.vectordrawable.R$styleable: int FontFamilyFont_fontStyle +androidx.constraintlayout.widget.R$styleable: int FontFamily_fontProviderQuery +com.google.android.material.bottomappbar.BottomAppBar: int getFabAlignmentMode() +com.jaredrummler.android.colorpicker.R$styleable: int FontFamily_fontProviderFetchStrategy +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_RatingBar +androidx.appcompat.R$color: int bright_foreground_material_dark +android.didikee.donate.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog +okhttp3.internal.ws.WebSocketProtocol: int OPCODE_CONTINUATION +androidx.appcompat.widget.Toolbar: int getTitleMarginStart() +com.jaredrummler.android.colorpicker.R$styleable: int ButtonBarLayout_allowStacking +androidx.appcompat.R$string: int abc_searchview_description_search +wangdaye.com.geometricweather.R$attr: int materialCardViewStyle +androidx.loader.R$id: int line1 +androidx.activity.R$id: int normal +androidx.constraintlayout.widget.R$attr: int actionBarDivider +wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Dialog_Bridge +androidx.appcompat.R$style: int Base_V21_Theme_AppCompat_Light_Dialog +wangdaye.com.geometricweather.R$string: int hourly_overview +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox +android.didikee.donate.R$attr: int actionModeShareDrawable +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_paddingRight +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listMenuViewStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: java.util.Date getFrom() +androidx.appcompat.widget.SearchView: void setOnQueryTextFocusChangeListener(android.view.View$OnFocusChangeListener) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWindLevel +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_showDividers +wangdaye.com.geometricweather.R$color: int material_slider_active_tick_marks_color +okhttp3.Cache$2: boolean canRemove +androidx.constraintlayout.utils.widget.ImageFilterButton: void setSaturation(float) +wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout: FitHorizontalSystemBarRootLayout(android.content.Context) +wangdaye.com.geometricweather.R$id: int search_go_btn +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_maxWidth +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_toolbarId +cyanogenmod.app.Profile$TriggerState +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer moldIndex +cyanogenmod.profiles.AirplaneModeSettings: AirplaneModeSettings(int,boolean) +com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_keylines +com.google.android.material.R$attr: int paddingRightSystemWindowInsets +cyanogenmod.hardware.DisplayMode$1: cyanogenmod.hardware.DisplayMode createFromParcel(android.os.Parcel) +wangdaye.com.geometricweather.R$attr: int maxImageSize +androidx.hilt.lifecycle.R$anim +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHeight_default +androidx.swiperefreshlayout.R$id: int italic +com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_buttonPanelSideLayout +retrofit2.Response: retrofit2.Response success(java.lang.Object) +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver inner +com.amap.api.location.AMapLocation: void setPoiName(java.lang.String) +james.adaptiveicon.R$styleable: int MenuGroup_android_checkableBehavior +android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall +com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Theme_AppCompat_Light_Dialog +android.didikee.donate.R$attr: int itemPadding +com.google.android.material.R$id: int mtrl_internal_children_alpha_tag +android.didikee.donate.R$style: int Theme_AppCompat +androidx.hilt.work.R$attr: int fontProviderPackage +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setStatus(int) +com.google.android.material.R$style: int ShapeAppearance_MaterialComponents_MediumComponent +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getThunderstormPrecipitation() +androidx.cardview.R$styleable: int CardView_contentPaddingTop +com.jaredrummler.android.colorpicker.R$id: int spacer +wangdaye.com.geometricweather.R$string: int wind_9 +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_thumb_color +com.google.android.material.R$styleable: int FontFamilyFont_android_font +com.google.android.material.R$string: int material_minute_selection +com.google.android.material.floatingactionbutton.FloatingActionButton: void setCustomSize(int) +com.google.android.material.textfield.TextInputLayout: void setEndIconOnClickListener(android.view.View$OnClickListener) +androidx.legacy.coreutils.R$style: int Widget_Compat_NotificationActionContainer +io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiFunction,boolean) +androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_layout_keyline +com.bumptech.glide.load.engine.GlideException: java.lang.String detailMessage +androidx.lifecycle.extensions.R$attr: int fontProviderFetchStrategy +com.google.android.material.R$string: int abc_action_mode_done +androidx.preference.R$styleable: int PreferenceTheme_seekBarPreferenceStyle +io.reactivex.Observable: io.reactivex.Maybe elementAt(long) +com.google.android.material.R$styleable: int Chip_chipEndPadding +wangdaye.com.geometricweather.R$layout: int abc_popup_menu_header_item_layout +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Title +okhttp3.Challenge: java.nio.charset.Charset charset() +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: java.lang.String ShortPhrase +androidx.swiperefreshlayout.R$attr: int alpha +androidx.vectordrawable.animated.R$layout: int notification_action +wangdaye.com.geometricweather.R$styleable: int DialogPreference_android_dialogMessage +retrofit2.Response: boolean isSuccessful() +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_101 +com.google.android.material.R$attr: int reverseLayout +wangdaye.com.geometricweather.R$styleable: int ButtonBarLayout_allowStacking +cyanogenmod.weather.CMWeatherManager: cyanogenmod.weather.ICMWeatherManager getService() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: java.lang.String getDatetime() +com.google.android.material.R$attr: int flow_horizontalStyle +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: boolean isDisposed() +com.google.android.material.R$style: int Theme_AppCompat_DayNight_Dialog_Alert +wangdaye.com.geometricweather.R$styleable: int Preference_android_icon +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setThunderstormPrecipitation(java.lang.Float) +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter endObject() +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_second_track_color +okhttp3.internal.connection.ConnectInterceptor: ConnectInterceptor(okhttp3.OkHttpClient) +wangdaye.com.geometricweather.R$style: int Theme_Design_Light_BottomSheetDialog +androidx.appcompat.R$attr: int actionModeCutDrawable +wangdaye.com.geometricweather.R$drawable: int notif_temp_37 +wangdaye.com.geometricweather.background.polling.permanent.observer.FakeForegroundService: FakeForegroundService() +androidx.preference.R$attr: int entryValues +wangdaye.com.geometricweather.R$styleable: int InkPageIndicator_currentPageIndicatorColor +android.didikee.donate.R$style: int Widget_AppCompat_ActionMode +wangdaye.com.geometricweather.R$id: int widget_week_week_5 +com.tencent.bugly.crashreport.a +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceFragmentListStyle +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWindDirection(java.lang.String) +com.google.android.material.R$drawable: int material_ic_clear_black_24dp +com.google.android.material.R$styleable: int CollapsingToolbarLayout_collapsedTitleGravity +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: boolean done +wangdaye.com.geometricweather.R$dimen: int mtrl_bottomappbar_fab_cradle_rounded_corner_radius +com.turingtechnologies.materialscrollbar.R$drawable: int abc_item_background_holo_light +io.reactivex.internal.schedulers.AbstractDirectTask: java.lang.Runnable runnable +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_Dialog +okhttp3.HttpUrl: int port() +cyanogenmod.providers.CMSettings$Secure: java.lang.String DEFAULT_THEME_COMPONENTS +com.google.android.material.R$styleable: int AppCompatTextHelper_android_textAppearance +retrofit2.HttpException: retrofit2.Response response +com.xw.repo.bubbleseekbar.R$string: int abc_menu_ctrl_shortcut_label +wangdaye.com.geometricweather.R$styleable: int[] MenuGroup +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleMarginBottom +android.didikee.donate.R$style: int Base_Widget_AppCompat_ActivityChooserView +com.google.android.material.R$id: int material_hour_text_input +com.github.rahatarmanahmed.cpv.CircularProgressView$3: void onAnimationUpdate(android.animation.ValueAnimator) +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title +com.tencent.bugly.proguard.c: byte[] a() +okhttp3.internal.cache.DiskLruCache$Editor: boolean[] written +retrofit2.ParameterHandler$1: void apply(retrofit2.RequestBuilder,java.lang.Iterable) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial Imperial +com.google.android.material.imageview.ShapeableImageView: void setShapeAppearanceModel(com.google.android.material.shape.ShapeAppearanceModel) +com.google.gson.stream.JsonWriter: void setIndent(java.lang.String) +androidx.lifecycle.ViewModelStore: java.util.Set keys() +com.google.android.material.card.MaterialCardView: android.graphics.RectF getBoundsAsRectF() +okhttp3.HttpUrl: int port +wangdaye.com.geometricweather.R$styleable: int MaterialButtonToggleGroup_checkedButton +androidx.drawerlayout.R$dimen: int notification_small_icon_background_padding +android.didikee.donate.R$drawable: int abc_switch_thumb_material +com.bumptech.glide.integration.okhttp.R$dimen: int notification_action_text_size +okhttp3.internal.cache.DiskLruCache$Entry +okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.platform.AndroidPlatform$CloseGuard closeGuard +androidx.hilt.lifecycle.R$id: int normal +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_enabled +com.google.android.material.bottomnavigation.BottomNavigationPresenter$SavedState +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_actionLayout +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$style: int TextAppearance_Design_CollapsingToolbar_Expanded +androidx.lifecycle.ViewModelProviders: androidx.lifecycle.ViewModelProvider of(androidx.fragment.app.FragmentActivity,androidx.lifecycle.ViewModelProvider$Factory) +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_searchIcon +cyanogenmod.weather.ICMWeatherManager: void unregisterWeatherServiceProviderChangeListener(cyanogenmod.weather.IWeatherServiceProviderChangeListener) +androidx.appcompat.R$style: int ThemeOverlay_AppCompat +com.amap.api.location.AMapLocation: boolean isMock() +wangdaye.com.geometricweather.R$string: int material_hour_selection +androidx.preference.R$style: int PreferenceFragmentList_Material +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_DarkActionBar +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_viewInflaterClass +okhttp3.internal.http2.Huffman$Node: int terminalBits +androidx.constraintlayout.widget.R$color: int androidx_core_secondary_text_default_material_light +james.adaptiveicon.R$color: int material_grey_850 +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_switchMinWidth +com.tencent.bugly.proguard.aj: void a(java.lang.StringBuilder,int) +com.google.android.material.chip.Chip: void setIconStartPaddingResource(int) +com.google.android.material.R$styleable: int ActionBar_progressBarPadding +androidx.preference.R$styleable: int Preference_android_title +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX +androidx.preference.R$anim: int abc_slide_out_bottom +cyanogenmod.app.CustomTileListenerService: cyanogenmod.app.ICMStatusBarManager mStatusBarService +androidx.appcompat.widget.ActionBarContextView: ActionBarContextView(android.content.Context,android.util.AttributeSet) +com.turingtechnologies.materialscrollbar.R$attr: int hintAnimationEnabled +androidx.lifecycle.LifecycleService: void onStart(android.content.Intent,int) +okhttp3.HttpUrl: java.lang.String QUERY_ENCODE_SET +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: int OTHER_STATE_CONSUMED_OR_EMPTY +com.tencent.bugly.proguard.s: byte[] b(java.net.HttpURLConnection) +androidx.preference.R$attr: int alertDialogButtonGroupStyle +androidx.appcompat.R$drawable: int abc_btn_default_mtrl_shape +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_autoSizePresetSizes +okhttp3.internal.connection.RealConnection: boolean isEligible(okhttp3.Address,okhttp3.Route) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Temperature: java.lang.Float windChill +com.google.android.material.textfield.TextInputLayout: void setErrorIconDrawable(int) +wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider BAIDU +androidx.appcompat.R$id: int right_icon +androidx.transition.R$attr: int fontProviderCerts +wangdaye.com.geometricweather.R$styleable: int KeyTrigger_onCross +io.reactivex.Observable: io.reactivex.Observable skip(long,java.util.concurrent.TimeUnit) +androidx.preference.R$styleable: int PreferenceTheme_preferenceScreenStyle +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionButton +androidx.swiperefreshlayout.R$id +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_contentInsetEndWithActions +androidx.constraintlayout.widget.R$dimen: int compat_button_inset_horizontal_material +androidx.constraintlayout.widget.R$styleable: int StateListDrawable_android_exitFadeDuration +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintBottom_toTopOf +androidx.preference.R$id: int accessibility_custom_action_17 +cyanogenmod.app.CMStatusBarManager: cyanogenmod.app.ICMStatusBarManager getService() +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView +androidx.hilt.R$drawable: int notification_icon_background +com.google.android.material.circularreveal.CircularRevealLinearLayout: CircularRevealLinearLayout(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult: MfCurrentResult() +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_toTopOf +okhttp3.internal.http2.Http2Connection$2: okhttp3.internal.http2.Http2Connection this$0 +android.didikee.donate.R$styleable: int MenuItem_android_icon +androidx.appcompat.R$styleable: int[] MenuView +com.google.android.material.R$attr: int onCross +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: ObservableWindow$WindowExactObserver(io.reactivex.Observer,long,int) +james.adaptiveicon.R$drawable: int abc_list_selector_holo_dark +androidx.appcompat.R$attr: int actionModeSplitBackground +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_editor_absoluteX +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Spinner_Underlined +androidx.appcompat.widget.Toolbar: java.lang.CharSequence getCollapseContentDescription() +androidx.core.R$id: int action_text +androidx.constraintlayout.widget.R$styleable: int Toolbar_titleTextAppearance +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: void cancelLiveLockScreen(java.lang.String,int,int) +androidx.appcompat.widget.ActionBarContainer: void setVisibility(int) +androidx.preference.R$styleable: int ActionBar_hideOnContentScroll +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: void dispose() +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_startIconCheckable +androidx.activity.R$style: int TextAppearance_Compat_Notification_Title +androidx.legacy.coreutils.R$attr: int ttcIndex +androidx.core.R$styleable: int GradientColor_android_endX +cyanogenmod.weather.WeatherInfo$DayForecast +androidx.vectordrawable.R$styleable: int ColorStateListItem_android_alpha +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large +androidx.lifecycle.extensions.R$styleable: int GradientColor_android_startColor +androidx.preference.R$attr: int actionLayout +androidx.appcompat.R$styleable: int AppCompatTextView_drawableTopCompat +cyanogenmod.themes.IThemeChangeListener$Stub: IThemeChangeListener$Stub() +wangdaye.com.geometricweather.R$dimen: int compat_button_inset_vertical_material +retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: boolean isAsync +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String COL_VALUE +cyanogenmod.app.Profile: java.util.Map profileGroups +wangdaye.com.geometricweather.R$attr: int navigationIconColor +com.google.android.material.R$layout: int test_toolbar +okhttp3.internal.http1.Http1Codec$ChunkedSink: boolean closed +okhttp3.internal.http.RetryAndFollowUpInterceptor: void setCallStackTrace(java.lang.Object) +cyanogenmod.externalviews.KeyguardExternalView$8: cyanogenmod.externalviews.KeyguardExternalView this$0 +wangdaye.com.geometricweather.R$attr: int textAppearanceHeadline4 +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Subhead +cyanogenmod.app.CustomTile$ExpandedItem: CustomTile$ExpandedItem(android.os.Parcel) +com.bumptech.glide.load.ImageHeaderParser$ImageType: boolean hasAlpha() +com.google.android.material.R$styleable: int KeyPosition_curveFit +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: AtmoAuraQAResult$Measure() +cyanogenmod.app.LiveLockScreenInfo +wangdaye.com.geometricweather.R$drawable: int notif_temp_55 +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintBottom_creator +okio.GzipSource: byte SECTION_DONE +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: android.os.IBinder mRemote +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common +androidx.fragment.R$style: int TextAppearance_Compat_Notification +com.jaredrummler.android.colorpicker.R$attr: int ratingBarStyle +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableEndCompat +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHeight_min +com.turingtechnologies.materialscrollbar.R$style: int Platform_V21_AppCompat_Light +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_anon_WITH_NULL_SHA +okhttp3.internal.http2.Huffman$Node: Huffman$Node(int,int) +wangdaye.com.geometricweather.R$font: int google_sans +wangdaye.com.geometricweather.R$id: int textinput_suffix_text +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintBottom_creator +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String latitude +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_RatingBar +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeCopyDrawable +wangdaye.com.geometricweather.remoteviews.config.WeekWidgetConfigActivity: WeekWidgetConfigActivity() +wangdaye.com.geometricweather.R$attr: int colorPrimaryVariant +com.google.android.material.circularreveal.CircularRevealRelativeLayout: CircularRevealRelativeLayout(android.content.Context) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dialogCornerRadius +okhttp3.Headers$Builder: okhttp3.Headers$Builder addUnsafeNonAscii(java.lang.String,java.lang.String) +com.google.android.material.R$anim: int btn_radio_to_on_mtrl_ring_outer_path_animation +androidx.lifecycle.ProcessLifecycleOwner +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_navigation_item_icon_padding +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWetBulbTemperature +com.google.android.material.R$color: int error_color_material_light +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_LIVE_LOCK_SCREEN +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionOverflowButtonStyle +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: void setSubState(int,boolean) +androidx.lifecycle.LifecycleRegistry: void backwardPass(androidx.lifecycle.LifecycleOwner) +wangdaye.com.geometricweather.R$attr: int tooltipForegroundColor +androidx.appcompat.R$id: int scrollIndicatorUp +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: java.lang.String IconPhrase +okio.Pipe: okio.Source source() +com.google.android.material.R$styleable: int ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide +james.adaptiveicon.R$dimen: int abc_disabled_alpha_material_light +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_PopupWindow +wangdaye.com.geometricweather.R$styleable: int DialogPreference_dialogMessage +james.adaptiveicon.R$attr: int titleTextAppearance +wangdaye.com.geometricweather.R$id: int tag_icon_night +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum Minimum +cyanogenmod.profiles.AirplaneModeSettings: cyanogenmod.profiles.AirplaneModeSettings fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) +wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowMinWidthMajor +android.didikee.donate.R$anim: R$anim() +androidx.activity.R$id: int info +com.google.android.material.tabs.TabItem: TabItem(android.content.Context) +okhttp3.Cookie$Builder: java.lang.String name +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Metric: double Value +okio.BufferedSink: okio.BufferedSink writeUtf8(java.lang.String) +com.xw.repo.bubbleseekbar.R$attr: int radioButtonStyle +androidx.cardview.R$attr: int cardElevation +androidx.lifecycle.extensions.R$drawable: int notification_template_icon_bg +androidx.lifecycle.extensions.R$styleable: int FragmentContainerView_android_tag com.tencent.bugly.crashreport.common.info.a: java.lang.Object au -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_75 -wangdaye.com.geometricweather.R$string: int material_clock_toggle_content_description -android.didikee.donate.R$style: int Base_Widget_AppCompat_PopupMenu -io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.BiFunction,boolean,int,int) -cyanogenmod.app.ICustomTileListener: void onListenerConnected() +wangdaye.com.geometricweather.R$id: int transitionToEnd +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_firstHorizontalBias +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Imperial: int UnitType +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarItemBackground +androidx.fragment.R$drawable: int notification_bg_normal +wangdaye.com.geometricweather.R$string: int feedback_hide_lunar +com.amap.api.location.AMapLocation: void setAoiName(java.lang.String) +com.google.android.material.button.MaterialButton: int getTextHeight() +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int COLD +com.jaredrummler.android.colorpicker.R$style: int Base_V7_Widget_AppCompat_EditText +okhttp3.Address: okhttp3.HttpUrl url +wangdaye.com.geometricweather.R$styleable: int Toolbar_logo +com.google.android.material.R$attr: int cornerSizeTopRight +androidx.constraintlayout.widget.R$id: int screen +androidx.constraintlayout.widget.R$styleable: int MenuItem_actionProviderClass +cyanogenmod.providers.CMSettings$2 +com.turingtechnologies.materialscrollbar.R$drawable: int abc_scrubber_control_off_mtrl_alpha +okhttp3.internal.http2.Hpack: java.util.Map nameToFirstIndex() +com.turingtechnologies.materialscrollbar.R$dimen: int abc_list_item_padding_horizontal_material +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property AqiIndex +com.turingtechnologies.materialscrollbar.R$attr: int paddingEnd +com.google.android.material.R$color: int abc_primary_text_material_dark +com.turingtechnologies.materialscrollbar.R$dimen: int notification_content_margin_start +wangdaye.com.geometricweather.settings.dialogs.MinimalIconDialog +okio.Buffer$2: int read() +wangdaye.com.geometricweather.R$drawable: int clock_minute_light +james.adaptiveicon.R$styleable: int[] DrawerArrowToggle +okhttp3.internal.cache.DiskLruCache: void checkNotClosed() +androidx.transition.R$layout: R$layout() +wangdaye.com.geometricweather.R$anim: int abc_fade_in +okio.ByteString: okio.ByteString hmacSha512(okio.ByteString) +androidx.coordinatorlayout.R$id: int notification_background +androidx.preference.R$styleable: int SeekBarPreference_android_layout +okhttp3.ConnectionPool: java.util.Deque connections +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight +retrofit2.HttpException +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_verticalStyle +cyanogenmod.themes.ThemeManager$2: ThemeManager$2(cyanogenmod.themes.ThemeManager) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableBottomCompat +com.jaredrummler.android.colorpicker.R$attr: int windowActionModeOverlay +androidx.hilt.work.R$attr: int alpha +com.bumptech.glide.integration.okhttp.R$attr: R$attr() +cyanogenmod.app.StatusBarPanelCustomTile$1: cyanogenmod.app.StatusBarPanelCustomTile createFromParcel(android.os.Parcel) +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType InsertInTxArray +com.google.android.material.R$style: int Base_Widget_MaterialComponents_Slider +com.xw.repo.bubbleseekbar.R$id: int blocking +androidx.hilt.R$attr: int fontVariationSettings +cyanogenmod.weather.WeatherInfo$Builder: WeatherInfo$Builder(java.lang.String,double,int) +androidx.constraintlayout.widget.R$attr: int panelMenuListWidth +wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource +wangdaye.com.geometricweather.R$styleable: int ArcProgress_text_color +android.didikee.donate.R$attr: int imageButtonStyle +androidx.appcompat.R$styleable: int AppCompatImageView_tint +com.amap.api.location.AMapLocation: void setSatellites(int) +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_enter +wangdaye.com.geometricweather.R$string: int wet_bulb_temperature +androidx.preference.R$id: int icon_frame +androidx.preference.R$styleable: int Preference_title +androidx.loader.R$id: int tag_transition_group +com.amap.api.location.AMapLocation: java.lang.String getAddress() +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void setCancellable(io.reactivex.functions.Cancellable) +okio.BufferedSource: long readLong() +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: io.reactivex.disposables.CompositeDisposable set +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List minutelyEntityList +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Subtitle2 +wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Date +com.google.android.material.R$styleable: int[] ConstraintSet +cyanogenmod.weather.WeatherInfo$1: cyanogenmod.weather.WeatherInfo[] newArray(int) +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: java.lang.String LocalizedType +androidx.viewpager.R$styleable: int FontFamilyFont_android_font +cyanogenmod.weather.util.WeatherUtils: double fahrenheitToCelsius(double) +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: io.reactivex.disposables.CompositeDisposable observers +wangdaye.com.geometricweather.R$id: int radio +com.tencent.bugly.proguard.z: java.lang.String a(java.util.Date) +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onBouncerShowing(boolean) +wangdaye.com.geometricweather.R$styleable: int ImageFilterView_altSrc +androidx.preference.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode +androidx.customview.R$attr: int fontStyle +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintStart_toStartOf +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_fontFamily +com.tencent.bugly.crashreport.crash.b: android.content.ContentValues e(com.tencent.bugly.crashreport.crash.CrashDetailBean) +androidx.preference.R$styleable: int ActionBar_logo +com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Light_Bridge +wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: void setNumberString(java.lang.String) +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintLeft_toRightOf +androidx.constraintlayout.widget.R$dimen: int abc_dialog_fixed_height_minor +wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView getTrendItemView() +cyanogenmod.providers.ThemesContract$ThemesColumns$InstallState: int UNKNOWN +androidx.appcompat.widget.SearchView: SearchView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: void setChartItemView(wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView) +com.google.android.material.R$styleable: int Chip_hideMotionSpec +com.google.android.material.R$id: int mtrl_picker_fullscreen +com.google.android.material.R$id: int search_close_btn +androidx.constraintlayout.widget.R$dimen: int abc_button_padding_horizontal_material +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ProgressBar_Horizontal +james.adaptiveicon.R$attr: int tickMarkTint +com.tencent.bugly.proguard.k: k() +androidx.vectordrawable.animated.R$drawable +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintTop_creator +okhttp3.internal.http2.Settings: int getMaxFrameSize(int) +james.adaptiveicon.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox +retrofit2.Retrofit$Builder: retrofit2.Retrofit build() +com.google.android.gms.common.api.internal.zaab: void unregisterConnectionFailedListener(com.google.android.gms.common.api.GoogleApiClient$OnConnectionFailedListener) +com.turingtechnologies.materialscrollbar.R$color: int error_color_material_dark +okio.HashingSink: okio.HashingSink hmacSha512(okio.Sink,okio.ByteString) +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_elevation +cyanogenmod.alarmclock.ClockContract$AlarmsColumns +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: long serialVersionUID +com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_switch_to_on_mtrl_00012 +wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundNormalUpdateService: ForegroundNormalUpdateService() +androidx.viewpager.R$string +wangdaye.com.geometricweather.R$attr: int actionModeCloseDrawable +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_Button_Colored +retrofit2.Retrofit: java.util.List callAdapterFactories +wangdaye.com.geometricweather.R$string: int key_notification_can_be_cleared +okio.AsyncTimeout$2: AsyncTimeout$2(okio.AsyncTimeout,okio.Source) +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_OVERLAYS +okhttp3.internal.platform.AndroidPlatform: boolean isCleartextTrafficPermitted(java.lang.String) +com.tencent.bugly.proguard.u: void a(com.tencent.bugly.proguard.u,java.lang.Runnable,long) +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getMoldIndex() +wangdaye.com.geometricweather.R$attr: int popupTheme +cyanogenmod.power.PerformanceManager: int PROFILE_POWER_SAVE +cyanogenmod.providers.CMSettings$InclusiveIntegerRangeValidator: CMSettings$InclusiveIntegerRangeValidator(int,int) +com.google.android.material.slider.RangeSlider: void setTrackTintList(android.content.res.ColorStateList) +androidx.hilt.R$color +androidx.preference.R$styleable: int Toolbar_titleMargin +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: ILiveLockScreenManagerProvider$Stub$Proxy(android.os.IBinder) +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver +wangdaye.com.geometricweather.R$anim: int fragment_open_enter +com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge +james.adaptiveicon.R$attr: int backgroundTint +androidx.core.R$id: int accessibility_custom_action_29 +androidx.recyclerview.widget.GridLayoutManager +wangdaye.com.geometricweather.R$id: int message +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean setVibratorIntensity(int) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setCo(java.lang.Float) +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_goneMarginRight +wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_tagView +io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: long serialVersionUID +james.adaptiveicon.R$styleable: int TextAppearance_fontFamily +wangdaye.com.geometricweather.background.receiver.widget.WidgetMultiCityProvider: WidgetMultiCityProvider() +wangdaye.com.geometricweather.R$styleable: int MaterialButton_backgroundTintMode +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult: java.util.List history +com.google.android.material.button.MaterialButtonToggleGroup: java.util.List getCheckedButtonIds() +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_fabCustomSize +io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: void setResource(io.reactivex.disposables.Disposable) +androidx.appcompat.R$layout: int select_dialog_singlechoice_material +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title +androidx.appcompat.R$color: int material_grey_900 +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_shadowDy +androidx.lifecycle.LiveData: java.lang.Object NOT_SET +com.xw.repo.bubbleseekbar.R$drawable: int tooltip_frame_dark +wangdaye.com.geometricweather.R$style: int Preference_SwitchPreference_Material +androidx.preference.R$attr: R$attr() +org.greenrobot.greendao.AbstractDao: java.lang.String[] getAllColumns() +androidx.constraintlayout.widget.R$style: int Platform_ThemeOverlay_AppCompat_Light +androidx.work.BackoffPolicy: androidx.work.BackoffPolicy EXPONENTIAL +androidx.viewpager2.R$styleable: int[] FontFamilyFont +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_Tab +com.jaredrummler.android.colorpicker.R$drawable: int abc_ab_share_pack_mtrl_alpha +com.turingtechnologies.materialscrollbar.R$attr: int alertDialogTheme +okio.GzipSource: okio.BufferedSource source +androidx.constraintlayout.widget.R$styleable: int ActionMode_background +androidx.appcompat.widget.AppCompatImageView: android.content.res.ColorStateList getSupportBackgroundTintList() +androidx.recyclerview.R$attr: int ttcIndex +okio.RealBufferedSink: okio.Buffer buffer +androidx.core.graphics.drawable.IconCompatParcelizer +james.adaptiveicon.R$styleable: int MenuItem_android_id +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Display3 +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeBackground +com.google.android.material.R$color: int design_default_color_on_error +android.didikee.donate.R$dimen: int disabled_alpha_material_light +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight +com.jaredrummler.android.colorpicker.R$drawable: int abc_scrubber_track_mtrl_alpha +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_alertDialogCenterButtons +com.google.android.material.R$attr: int iconGravity +com.turingtechnologies.materialscrollbar.R$style: int Platform_ThemeOverlay_AppCompat_Dark +com.google.gson.stream.JsonScope: int DANGLING_NAME +okio.Buffer: okio.Buffer readFrom(java.io.InputStream) +retrofit2.Utils: void throwIfFatal(java.lang.Throwable) +android.didikee.donate.R$styleable: int AppCompatTextView_firstBaselineToTopHeight +androidx.vectordrawable.R$id: int accessibility_custom_action_9 +androidx.preference.R$attr: int splitTrack +com.jaredrummler.android.colorpicker.R$attr: int backgroundSplit +com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose: com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose Transport +cyanogenmod.themes.ThemeManager$1$2: boolean val$isSuccess +androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_android_ttcIndex +com.turingtechnologies.materialscrollbar.R$color: int cardview_light_background +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_dialog_btn_min_width +wangdaye.com.geometricweather.R$attr: int actionModeWebSearchDrawable +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: java.lang.String unit +androidx.dynamicanimation.R$dimen: int notification_large_icon_height +cyanogenmod.externalviews.KeyguardExternalView$2: boolean requestDismissAndStartActivity(android.content.Intent) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List getMinutelyEntityList() +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWeatherPhase +androidx.recyclerview.R$attr: R$attr() +wangdaye.com.geometricweather.db.entities.DailyEntity: long getTime() +com.github.rahatarmanahmed.cpv.CircularProgressView: void setProgress(float) +com.google.android.material.R$styleable: int KeyAttribute_android_rotationX +com.jaredrummler.android.colorpicker.R$drawable: int abc_textfield_default_mtrl_alpha +okio.AsyncTimeout$1: okio.AsyncTimeout this$0 +wangdaye.com.geometricweather.R$id: int bottomRecyclerView +com.google.android.material.R$styleable: int MaterialCalendarItem_android_insetLeft +wangdaye.com.geometricweather.R$string: int common_signin_button_text_long +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_SearchResult +android.didikee.donate.R$styleable: int AppCompatTheme_dividerHorizontal +com.google.android.material.R$attr: int cardForegroundColor +androidx.appcompat.R$style: int Widget_AppCompat_SearchView_ActionBar +com.turingtechnologies.materialscrollbar.R$styleable: int CardView_android_minWidth +wangdaye.com.geometricweather.R$layout: int material_clock_display +androidx.constraintlayout.widget.R$layout: int abc_screen_simple_overlay_action_mode +com.xw.repo.bubbleseekbar.R$attr: int controlBackground +com.turingtechnologies.materialscrollbar.R$drawable: int notification_bg_low_normal +okhttp3.internal.platform.Platform: okhttp3.internal.platform.Platform findAndroidPlatform() +james.adaptiveicon.R$attr: int alertDialogStyle +cyanogenmod.themes.IThemeService: void removeUpdates(cyanogenmod.themes.IThemeChangeListener) +com.turingtechnologies.materialscrollbar.R$styleable: R$styleable() +androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_typeface +com.google.android.material.R$attr: int itemShapeInsetStart +com.google.android.material.R$layout: int test_toolbar_surface +androidx.preference.R$attr: int logo +androidx.transition.R$attr: int fontVariationSettings +androidx.constraintlayout.widget.R$attr: int layout_constraintLeft_creator +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setExtendMotionSpec(com.google.android.material.animation.MotionSpec) +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay TAG_TEMPERATURE +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$LocalSource LocalSource +io.reactivex.subjects.PublishSubject$PublishDisposable: PublishSubject$PublishDisposable(io.reactivex.Observer,io.reactivex.subjects.PublishSubject) +wangdaye.com.geometricweather.R$color: int material_on_surface_emphasis_high_type +com.amap.api.location.AMapLocationClientOption: void setOpenAlwaysScanWifi(boolean) +com.jaredrummler.android.colorpicker.R$attr: int dropdownListPreferredItemHeight +wangdaye.com.geometricweather.R$attr: int swipeRefreshLayoutProgressSpinnerBackgroundColor +org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.DatabaseOpenHelper$EncryptedHelper checkEncryptedHelper() +com.google.android.material.chip.ChipGroup: void setChipSpacingHorizontal(int) +com.google.android.material.R$styleable: int ConstraintSet_android_layout_height +okio.AsyncTimeout: void timedOut() +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Display4 +retrofit2.OkHttpCall$1: retrofit2.Callback val$callback +com.google.android.material.R$attr: int triggerReceiver +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() +androidx.constraintlayout.widget.R$layout: int select_dialog_multichoice_material +android.didikee.donate.R$styleable: int SearchView_suggestionRowLayout +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_android_summaryOn +androidx.legacy.coreutils.R$id: int async +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.MinutelyEntity,long) +cyanogenmod.profiles.AirplaneModeSettings: int describeContents() +androidx.constraintlayout.widget.R$styleable: int MockView_mock_labelColor +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_subtitle_top_margin_material +androidx.coordinatorlayout.R$id: int start +wangdaye.com.geometricweather.R$attr: int editTextStyle +com.tencent.bugly.crashreport.common.info.a: void b(boolean) +com.google.android.material.datepicker.MaterialDatePicker +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionButton_Overflow +wangdaye.com.geometricweather.db.entities.WeatherEntity: WeatherEntity(java.lang.Long,java.lang.String,java.lang.String,long,java.util.Date,long,java.util.Date,long,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,int,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WindDegree,java.lang.Float,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.String,java.lang.String) +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: long serialVersionUID +com.google.android.material.chip.Chip: void setOnCloseIconClickListener(android.view.View$OnClickListener) +com.jaredrummler.android.colorpicker.R$styleable: int ActionMode_titleTextStyle +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setPm25(java.lang.Float) +wangdaye.com.geometricweather.R$string: int mtrl_picker_text_input_date_range_start_hint +androidx.work.OverwritingInputMerger +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_horizontalAlign +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: long mRequested +com.google.android.material.R$style: int Theme_Design_BottomSheetDialog +com.tencent.bugly.crashreport.crash.b: void a(java.util.List,long,boolean,boolean,boolean) +com.bumptech.glide.R$styleable: int FontFamilyFont_android_fontVariationSettings +androidx.constraintlayout.widget.R$attr: int layout_constraintStart_toEndOf +com.tencent.bugly.proguard.v: java.lang.String a(java.lang.String) +com.tencent.bugly.crashreport.crash.jni.b: java.util.List a +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer windChillTemperature +com.turingtechnologies.materialscrollbar.R$attr: int reverseLayout +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: void setStatus(int) +androidx.preference.R$styleable: int TextAppearance_android_fontFamily +androidx.activity.R$styleable: int FontFamilyFont_fontVariationSettings +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_menu_selectall_mtrl_alpha +androidx.core.R$id: int accessibility_custom_action_9 +androidx.hilt.R$id: int right_icon +wangdaye.com.geometricweather.R$styleable: int Toolbar_logoDescription +androidx.preference.R$styleable: int AppCompatTheme_textAppearanceListItem +androidx.hilt.lifecycle.R$integer +wangdaye.com.geometricweather.R$styleable: int MaterialCardView_android_checkable +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder encodedQuery(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Direction: java.lang.String English +androidx.recyclerview.R$styleable: int RecyclerView_stackFromEnd +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DialogWhenLarge +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_android_keyboardNavigationCluster +okhttp3.internal.ws.WebSocketReader: void readMessageFrame() +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int BLOWING_SNOW +wangdaye.com.geometricweather.R$string: int precipitation_rainstorm +com.jaredrummler.android.colorpicker.R$drawable: int abc_ratingbar_material +androidx.appcompat.R$layout: int abc_action_bar_up_container +com.google.android.material.textfield.TextInputEditText +cyanogenmod.profiles.AirplaneModeSettings$1: AirplaneModeSettings$1() +androidx.transition.R$id: int parent_matrix +okhttp3.Request android.didikee.donate.R$dimen: int notification_small_icon_size_as_large -androidx.core.R$dimen: int notification_small_icon_size_as_large -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_minHeight -com.tencent.bugly.crashreport.common.info.a: java.util.Map ae -com.google.android.material.R$drawable: int btn_checkbox_checked_mtrl -android.didikee.donate.R$id: int customPanel -wangdaye.com.geometricweather.R$drawable: int abc_btn_check_to_on_mtrl_015 -cyanogenmod.profiles.StreamSettings: android.os.Parcelable$Creator CREATOR -com.turingtechnologies.materialscrollbar.R$layout: int abc_action_bar_title_item -androidx.appcompat.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 -com.google.android.material.R$styleable: int AppCompatTheme_windowFixedHeightMinor -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Object getKey(java.lang.Object) -wangdaye.com.geometricweather.R$integer: int abc_config_activityShortDur -androidx.fragment.R$styleable: int FontFamilyFont_android_fontVariationSettings -androidx.preference.R$style: int Base_V23_Theme_AppCompat -okhttp3.logging.HttpLoggingInterceptor: java.nio.charset.Charset UTF8 -cyanogenmod.providers.CMSettings$Secure: java.lang.String PROTECTED_COMPONENTS -androidx.drawerlayout.R$style: int TextAppearance_Compat_Notification_Info -cyanogenmod.providers.ThemesContract: ThemesContract() -wangdaye.com.geometricweather.R$styleable: int ActionMode_background -androidx.appcompat.resources.R$styleable: int GradientColor_android_type -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Display1 -androidx.constraintlayout.widget.Barrier: void setMargin(int) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_selectableItemBackground -wangdaye.com.geometricweather.R$attr: int backgroundStacked -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType Refresh -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean o -cyanogenmod.app.Profile$ExpandedDesktopMode: int ENABLE -com.google.android.material.button.MaterialButtonToggleGroup: void setupButtonChild(com.google.android.material.button.MaterialButton) -com.google.android.material.internal.CheckableImageButton$SavedState: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$transition: int search_activity_enter -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384 -retrofit2.adapter.rxjava2.CallExecuteObservable$CallDisposable -androidx.work.R$styleable: int FontFamily_fontProviderCerts -androidx.lifecycle.ComputableLiveData: ComputableLiveData(java.util.concurrent.Executor) -com.jaredrummler.android.colorpicker.R$string: int abc_menu_space_shortcut_label -androidx.cardview.R$dimen -wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit[] values() -androidx.appcompat.R$attr: int listItemLayout -wangdaye.com.geometricweather.db.entities.HourlyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_SeekBar_Discrete -io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: MpscLinkedQueue$LinkedQueueNode(java.lang.Object) -com.google.android.material.textfield.TextInputLayout: void setErrorTextAppearance(int) -com.xw.repo.bubbleseekbar.R$styleable: int[] FontFamilyFont -com.xw.repo.bubbleseekbar.R$attr: int searchViewStyle -androidx.activity.R$style: R$style() -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item -com.turingtechnologies.materialscrollbar.R$styleable: int TabItem_android_text -com.jaredrummler.android.colorpicker.R$styleable: int[] StateListDrawable -wangdaye.com.geometricweather.R$attr: int stackFromEnd -cyanogenmod.providers.CMSettings$System: java.lang.String BATTERY_LIGHT_LOW_COLOR -wangdaye.com.geometricweather.R$id: int multiply -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_subtitleTextStyle -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionBar -com.google.android.material.R$styleable: int TextAppearance_android_textStyle -wangdaye.com.geometricweather.R$font: int product_sans_medium -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_icon_size -wangdaye.com.geometricweather.db.entities.LocationEntityDao: LocationEntityDao(org.greenrobot.greendao.internal.DaoConfig) -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: FlowableObserveOn$BaseObserveOnSubscriber(io.reactivex.Scheduler$Worker,boolean,int) -com.google.android.material.appbar.CollapsingToolbarLayout: android.graphics.drawable.Drawable getContentScrim() -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_showAsAction -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderLayout -okhttp3.internal.http2.Hpack$Writer: int maxDynamicTableByteCount -com.google.android.material.R$id: int material_timepicker_edit_text -okhttp3.internal.http.RealInterceptorChain: okhttp3.internal.connection.StreamAllocation streamAllocation -io.reactivex.Observable: io.reactivex.Observable takeLast(long,long,java.util.concurrent.TimeUnit) -wangdaye.com.geometricweather.R$attr: int cpv_dialogTitle -android.didikee.donate.R$styleable: int MenuView_android_horizontalDivider -com.google.android.material.R$attr: int transitionEasing -androidx.constraintlayout.widget.R$styleable: int FontFamily_fontProviderCerts -wangdaye.com.geometricweather.db.entities.AlertEntity: void setTime(long) -wangdaye.com.geometricweather.R$drawable: int notif_temp_45 -wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customColorDrawableValue -androidx.preference.R$style: R$style() -androidx.appcompat.view.menu.ActionMenuItemView: void setCheckable(boolean) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String aqiText -androidx.appcompat.R$id: int content -androidx.fragment.R$styleable: int FontFamily_fontProviderFetchStrategy -com.google.android.material.slider.BaseSlider: void setThumbTintList(android.content.res.ColorStateList) -androidx.work.R$attr: int fontStyle -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: org.reactivestreams.Subscriber downstream -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: java.lang.String icon -androidx.constraintlayout.widget.R$styleable: int Layout_chainUseRtl -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_2_normal -wangdaye.com.geometricweather.R$string: int feedback_restart -james.adaptiveicon.R$attr: int commitIcon -androidx.appcompat.R$styleable: int MenuItem_android_checked -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ListPopupWindow -com.amap.api.location.AMapLocation: com.amap.api.location.AMapLocationQualityReport c -okhttp3.logging.LoggingEventListener: void requestBodyStart(okhttp3.Call) -wangdaye.com.geometricweather.R$string: int content_desc_wechat_payment_code -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Display3 -james.adaptiveicon.R$styleable: int AppCompatImageView_srcCompat -com.google.android.material.R$id: int tag_unhandled_key_event_manager -wangdaye.com.geometricweather.R$array: int live_wallpaper_weather_kinds -com.turingtechnologies.materialscrollbar.R$attr: int passwordToggleDrawable -com.google.android.material.card.MaterialCardView: void setBackground(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHeight_default -cyanogenmod.app.CMStatusBarManager: cyanogenmod.app.ICMStatusBarManager sService -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderSelection -androidx.appcompat.widget.AppCompatTextView: void setAutoSizeTextTypeWithDefaults(int) -james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarTabBarStyle -androidx.loader.R$attr: int fontStyle -androidx.transition.R$dimen: int notification_top_pad_large_text -androidx.preference.R$id: int tag_screen_reader_focusable +androidx.appcompat.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation +com.tencent.bugly.crashreport.crash.b: com.tencent.bugly.crashreport.common.strategy.a e +cyanogenmod.app.ProfileGroup$Mode: cyanogenmod.app.ProfileGroup$Mode valueOf(java.lang.String) +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_shapeAppearanceOverlay +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: boolean isIce() +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.disposables.Disposable upstream +com.bumptech.glide.R$attr: int layout_dodgeInsetEdges +androidx.preference.R$style: int Base_Widget_AppCompat_EditText +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeThunderstormPrecipitationProbability +wangdaye.com.geometricweather.R$styleable: int MaterialButton_iconGravity +cyanogenmod.app.CMStatusBarManager: void removeTileAsUser(java.lang.String,int,android.os.UserHandle) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Temperature +okio.RealBufferedSource: byte readByte() +com.google.android.material.chip.ChipGroup: void setDividerDrawableHorizontal(android.graphics.drawable.Drawable) +com.tencent.bugly.proguard.k +james.adaptiveicon.R$dimen: int abc_action_button_min_height_material +androidx.appcompat.R$drawable: int notification_bg +wangdaye.com.geometricweather.R$id: int dialog_minimal_icon_darkIcon +com.amap.api.location.AMapLocationClientOption: boolean isSensorEnable() +wangdaye.com.geometricweather.R$styleable: int MaterialTextAppearance_android_lineHeight +okhttp3.Response: okhttp3.ResponseBody body +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: boolean checkTerminated(boolean,boolean,org.reactivestreams.Subscriber,java.util.concurrent.atomic.AtomicReference) +androidx.constraintlayout.widget.R$style: int Platform_V21_AppCompat +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_13 +androidx.preference.R$attr: int summary +com.bumptech.glide.integration.okhttp.R$styleable: int[] FontFamilyFont wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: MaterialWeatherView(android.content.Context) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Rain -com.turingtechnologies.materialscrollbar.R$integer: int mtrl_btn_anim_delay_ms -androidx.preference.R$styleable: int AlertDialog_android_layout -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse -cyanogenmod.app.ICMStatusBarManager$Stub: int TRANSACTION_removeCustomTileFromListener -com.google.android.material.navigation.NavigationView: void setCheckedItem(int) -io.reactivex.Observable: io.reactivex.Observable throttleFirst(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -com.google.android.material.appbar.AppBarLayout: void setOrientation(int) -androidx.appcompat.widget.AppCompatRadioButton: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() -androidx.constraintlayout.widget.R$id: int action_divider -com.jaredrummler.android.colorpicker.R$styleable: int[] ColorStateListItem -wangdaye.com.geometricweather.R$attr: int triggerId -okio.Buffer: okio.BufferedSink writeString(java.lang.String,int,int,java.nio.charset.Charset) -cyanogenmod.weather.RequestInfo$1: cyanogenmod.weather.RequestInfo createFromParcel(android.os.Parcel) -wangdaye.com.geometricweather.R$id: int container_main_sun_moon_moon_icon -androidx.preference.R$styleable: int AppCompatTextView_drawableEndCompat -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_anim_duration -androidx.lifecycle.ClassesInfoCache$MethodReference: int hashCode() -androidx.preference.R$style: int Platform_ThemeOverlay_AppCompat_Dark -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_showText -androidx.appcompat.R$style: int Theme_AppCompat_Light_NoActionBar -okio.Options: okio.ByteString[] byteStrings -com.google.android.material.R$styleable: int[] RecycleListView -james.adaptiveicon.R$attr: int windowFixedWidthMajor -okhttp3.OkHttpClient: okhttp3.WebSocket newWebSocket(okhttp3.Request,okhttp3.WebSocketListener) -androidx.recyclerview.R$styleable: int FontFamily_fontProviderFetchStrategy -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningConsequence: int phenomenonId -org.greenrobot.greendao.AbstractDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) -wangdaye.com.geometricweather.R$id: int row_index_key -android.didikee.donate.R$drawable: int abc_seekbar_tick_mark_material -wangdaye.com.geometricweather.R$string: int key_forecast_tomorrow -wangdaye.com.geometricweather.R$id: int appBar -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setGpsFirst(boolean) -com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemBackground(android.graphics.drawable.Drawable) -androidx.preference.R$layout: int abc_expanded_menu_layout -okhttp3.Cache$CacheRequestImpl$1: void close() -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintLeft_creator -androidx.appcompat.widget.ActionBarOverlayLayout: ActionBarOverlayLayout(android.content.Context) -androidx.appcompat.R$attr: int dialogTheme -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_SearchResult -com.jaredrummler.android.colorpicker.R$layout: int abc_list_menu_item_radio -androidx.swiperefreshlayout.R$id: int time -okhttp3.internal.http2.ErrorCode: ErrorCode(java.lang.String,int,int) -com.google.android.material.slider.RangeSlider: void setTrackInactiveTintList(android.content.res.ColorStateList) -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Tooltip -okio.RealBufferedSource: okio.Buffer buffer() -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: okio.Timeout timeout() -wangdaye.com.geometricweather.R$styleable: int GradientColor_android_startX -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_android_maxWidth -com.google.android.material.R$color: int design_icon_tint -wangdaye.com.geometricweather.R$color: int colorRoot -com.amap.api.location.AMapLocation: void setRoad(java.lang.String) -wangdaye.com.geometricweather.R$color: int test_mtrl_calendar_day_selected -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header -wangdaye.com.geometricweather.R$id: int widget_day_week_icon_2 -com.bumptech.glide.R$dimen: int notification_media_narrow_margin -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_tooltipForegroundColor -cyanogenmod.externalviews.IExternalViewProvider: void onDetach() -wangdaye.com.geometricweather.R$array: int air_quality_unit_voices -com.github.rahatarmanahmed.cpv.R$attr: int cpv_animSyncDuration -com.xw.repo.bubbleseekbar.R$attr: int listPreferredItemHeightSmall -androidx.preference.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoonPhaseAngle -cyanogenmod.hardware.IThermalListenerCallback$Stub$Proxy: void onThermalChanged(int) -okhttp3.internal.connection.RouteSelector: java.util.List postponedRoutes -com.google.android.material.R$style: int TextAppearance_AppCompat_Menu -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_1 -com.google.android.gms.common.server.converter.StringToIntConverter$zaa -wangdaye.com.geometricweather.R$id: int dialog_minimal_icon_lightIcon -android.didikee.donate.R$layout: int select_dialog_multichoice_material -com.google.android.material.R$styleable: int[] AppBarLayoutStates -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: java.lang.String getUniqueDeviceId() -com.tencent.bugly.proguard.ae: void a(java.lang.String) -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Display2 -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SNOW -james.adaptiveicon.R$styleable: int Toolbar_titleMarginTop -okio.AsyncTimeout$1: void close() -android.didikee.donate.R$styleable: int SwitchCompat_android_textOff -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_15 -androidx.appcompat.resources.R$styleable: int FontFamily_fontProviderQuery -okhttp3.CertificatePinner$Pin: java.lang.String hashAlgorithm -com.google.android.gms.dynamite.DynamiteModule$DynamiteLoaderClassLoader -com.google.gson.stream.JsonReader: int stackSize -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_lastHorizontalBias -retrofit2.Response: retrofit2.Response error(okhttp3.ResponseBody,okhttp3.Response) -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Dialog_Bridge -com.google.android.material.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.query.Query queryRawCreate(java.lang.String,java.lang.Object[]) -wangdaye.com.geometricweather.R$attr: int dividerHorizontal -com.xw.repo.bubbleseekbar.R$id: int progress_horizontal -wangdaye.com.geometricweather.R$drawable: int notif_temp_25 -okhttp3.internal.http2.Http2Reader: void readPing(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void innerComplete(int,boolean) -wangdaye.com.geometricweather.R$style: int Base_V22_Theme_AppCompat -androidx.transition.R$id: int action_divider -okhttp3.HttpUrl$Builder: java.util.List encodedPathSegments -androidx.appcompat.resources.R$dimen: int compat_notification_large_icon_max_height -io.reactivex.internal.schedulers.RxThreadFactory: int priority -com.google.android.material.chip.Chip: void setCheckable(boolean) -cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper: CustomTileListenerService$ICustomTileListenerWrapper(cyanogenmod.app.CustomTileListenerService,cyanogenmod.app.CustomTileListenerService$1) -com.xw.repo.bubbleseekbar.R$attr: int lastBaselineToBottomHeight -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Medium -com.google.android.material.slider.RangeSlider: void setHaloRadius(int) -retrofit2.KotlinExtensions$await$4$2: void onFailure(retrofit2.Call,java.lang.Throwable) -com.google.android.material.chip.Chip: void setChipIconTint(android.content.res.ColorStateList) -wangdaye.com.geometricweather.db.entities.MinutelyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode -com.google.android.material.internal.NavigationMenuItemView: void setHorizontalPadding(int) -com.turingtechnologies.materialscrollbar.R$attr: int bottomSheetStyle -com.google.android.material.R$attr: int targetId -com.amap.api.location.APSServiceBase -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Imperial: int UnitType -wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.DailyEntity) -com.google.android.material.internal.FlowLayout -com.google.android.material.R$styleable: int GradientColor_android_endColor -androidx.constraintlayout.motion.widget.MotionLayout$TransitionState: androidx.constraintlayout.motion.widget.MotionLayout$TransitionState MOVING -cyanogenmod.app.ProfileManager: java.lang.String EXTRA_LAST_PROFILE_NAME -wangdaye.com.geometricweather.R$string: int email -com.turingtechnologies.materialscrollbar.R$layout: int abc_popup_menu_item_layout -wangdaye.com.geometricweather.R$layout: int notification_template_part_time -io.reactivex.exceptions.UndeliverableException: UndeliverableException(java.lang.Throwable) -androidx.recyclerview.R$styleable: int GradientColor_android_startColor -androidx.preference.R$styleable: int Preference_fragment -cyanogenmod.app.ThemeVersion$ComponentVersion: ThemeVersion$ComponentVersion(int,cyanogenmod.app.ThemeComponent,java.lang.String,int,int) -com.jaredrummler.android.colorpicker.R$id: int parentPanel -james.adaptiveicon.R$attr: int iconifiedByDefault -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onScreenTurnedOff() -androidx.constraintlayout.widget.R$drawable: int btn_checkbox_checked_to_unchecked_mtrl_animation -okio.Buffer: long readHexadecimalUnsignedLong() -wangdaye.com.geometricweather.R$id: int activity_widget_config_scrollContainer -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_active_item_min_width -com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_gapBetweenBars -wangdaye.com.geometricweather.R$style: int widget_background_card -okhttp3.internal.http2.Http2: byte TYPE_SETTINGS -retrofit2.ParameterHandler$PartMap: void apply(retrofit2.RequestBuilder,java.lang.Object) -com.google.android.material.R$dimen: int mtrl_card_dragged_z -james.adaptiveicon.R$styleable: int ActionBar_height -androidx.preference.R$dimen: int abc_progress_bar_height_material -com.google.android.material.R$styleable: int Layout_layout_constraintHorizontal_chainStyle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric Metric -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha -androidx.drawerlayout.R$styleable: int[] ColorStateListItem -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_checkBoxPreferenceStyle -android.didikee.donate.R$styleable: int[] MenuView -com.bumptech.glide.Registry$NoResultEncoderAvailableException: Registry$NoResultEncoderAvailableException(java.lang.Class) -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow -com.xw.repo.bubbleseekbar.R$drawable: int notification_template_icon_low_bg -okio.Buffer: okio.Buffer$UnsafeCursor readAndWriteUnsafe(okio.Buffer$UnsafeCursor) -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.constraintlayout.widget.R$color: int material_grey_600 -com.bumptech.glide.load.PreferredColorSpace: com.bumptech.glide.load.PreferredColorSpace[] values() -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA -com.turingtechnologies.materialscrollbar.R$interpolator: int mtrl_linear -wangdaye.com.geometricweather.R$styleable: int InkPageIndicator_animationDuration -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_DrawerArrowToggle -com.google.android.material.R$styleable: int MaterialCardView_checkedIconMargin -cyanogenmod.app.ThemeVersion$ComponentVersion: java.lang.String getName() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableEndCompat -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling -com.github.rahatarmanahmed.cpv.R$color: R$color() -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_hideMotionSpec -com.jaredrummler.android.colorpicker.R$attr: int buttonGravity -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: boolean done -james.adaptiveicon.R$styleable: int SwitchCompat_android_textOn -okhttp3.internal.cache.DiskLruCache: int valueCount -androidx.appcompat.widget.SearchView: androidx.cursoradapter.widget.CursorAdapter getSuggestionsAdapter() -androidx.legacy.coreutils.R$layout: int notification_action -com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges -okhttp3.internal.tls.BasicTrustRootIndex: BasicTrustRootIndex(java.security.cert.X509Certificate[]) -retrofit2.RequestFactory: boolean isKotlinSuspendFunction -com.google.android.material.R$attr: int layout_constraintStart_toEndOf -okhttp3.internal.platform.Platform: java.util.List alpnProtocolNames(java.util.List) -com.turingtechnologies.materialscrollbar.R$id: int textinput_counter -cyanogenmod.weather.CMWeatherManager$2$1: int val$status -androidx.multidex.MultiDexExtractor$ExtractedDex: MultiDexExtractor$ExtractedDex(java.io.File,java.lang.String) -cyanogenmod.weather.WeatherLocation: java.lang.String toString() -cyanogenmod.weather.WeatherInfo: double access$1202(cyanogenmod.weather.WeatherInfo,double) -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceSearchResultSubtitle -james.adaptiveicon.R$styleable: int SearchView_goIcon -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Title_Inverse -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_RatingBar_Indicator -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onKeyguardShowing -com.jaredrummler.android.colorpicker.R$color: int primary_dark_material_light -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Direction: java.lang.String Localized -androidx.coordinatorlayout.R$attr: int fontProviderFetchStrategy -okhttp3.internal.connection.ConnectInterceptor -androidx.work.NetworkType: androidx.work.NetworkType CONNECTED -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: long upDateTime -wangdaye.com.geometricweather.R$drawable: int abc_btn_check_to_on_mtrl_000 -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title -wangdaye.com.geometricweather.db.entities.DaoMaster: DaoMaster(android.database.sqlite.SQLiteDatabase) -wangdaye.com.geometricweather.db.entities.DailyEntity: DailyEntity(java.lang.Long,java.lang.String,java.lang.String,java.util.Date,long,java.lang.String,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,int,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WindDegree,java.lang.Float,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,int,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WindDegree,java.lang.Float,java.lang.String,java.lang.Integer,java.util.Date,java.util.Date,java.util.Date,java.util.Date,java.lang.Integer,java.lang.String,java.lang.String,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.Integer,java.lang.String,java.lang.Integer,java.lang.String,java.lang.String,float) -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: void onError(java.lang.Throwable) -androidx.hilt.lifecycle.R$id: int icon -com.tencent.bugly.crashreport.crash.h5.H5JavaScriptInterface: void reportJSException(java.lang.String) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getAqiIndex() -com.turingtechnologies.materialscrollbar.R$id: int multiply -okhttp3.internal.http1.Http1Codec$AbstractSource -com.turingtechnologies.materialscrollbar.R$attr: int useCompatPadding -com.xw.repo.bubbleseekbar.R$anim: int abc_tooltip_exit -com.google.gson.stream.JsonReader: int limit -cyanogenmod.externalviews.ExternalView: java.util.LinkedList mQueue -wangdaye.com.geometricweather.R$dimen: int design_tab_text_size_2line -androidx.recyclerview.R$id: int accessibility_custom_action_9 -com.google.android.gms.location.ActivityTransitionResult -androidx.core.R$id: int actions -io.reactivex.internal.schedulers.ScheduledDirectTask: java.lang.Object call() -com.jaredrummler.android.colorpicker.R$id: int listMode -com.bumptech.glide.R$dimen: int compat_button_padding_vertical_material -com.google.android.material.R$styleable: int ConstraintSet_android_pivotX -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getPivotX() -okhttp3.internal.http2.Http2Writer: void frameHeader(int,int,byte,byte) -okhttp3.Dispatcher: java.util.concurrent.ExecutorService executorService() -retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder callFactory(okhttp3.Call$Factory) -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: ObservableBufferBoundary$BufferBoundaryObserver(io.reactivex.Observer,io.reactivex.ObservableSource,io.reactivex.functions.Function,java.util.concurrent.Callable) -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat -cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode getVibrateMode() -com.google.android.material.R$attr: int contentDescription -com.google.android.material.datepicker.MaterialCalendarGridView -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_40 -androidx.appcompat.R$dimen: int abc_text_size_display_4_material -com.google.android.material.R$styleable: int MenuItem_android_onClick -okhttp3.internal.ws.WebSocketWriter: void writeClose(int,okio.ByteString) -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: boolean isDisposed() -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Compat_Notification_Info -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void collapseNotificationPanel() -wangdaye.com.geometricweather.R$layout: int abc_tooltip -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintRight_toRightOf -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getTempMax() -com.google.android.material.R$styleable: int Toolbar_titleTextColor -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_menu_overflow_material -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber -okhttp3.Call: okhttp3.Request request() -com.turingtechnologies.materialscrollbar.R$color: int dim_foreground_material_light -com.google.android.material.internal.FlowLayout: void setSingleLine(boolean) -com.google.android.material.R$styleable: int MaterialCardView_checkedIconSize -android.didikee.donate.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable -com.xw.repo.bubbleseekbar.R$styleable: int ActionBarLayout_android_layout_gravity -androidx.vectordrawable.R$styleable: int FontFamily_fontProviderQuery -wangdaye.com.geometricweather.R$string: int key_notification_text_color -androidx.preference.R$style: int TextAppearance_AppCompat_Display3 -com.google.gson.stream.JsonToken -com.tencent.bugly.proguard.am: java.lang.String f -com.google.android.material.R$styleable: int Chip_chipSurfaceColor -androidx.viewpager2.R$drawable: int notification_bg_low_pressed -io.reactivex.internal.subscriptions.SubscriptionArbiter: void setSubscription(org.reactivestreams.Subscription) -wangdaye.com.geometricweather.R$attr: int contentPadding -androidx.viewpager2.R$styleable: int FontFamilyFont_android_fontWeight -okhttp3.OkHttpClient$Builder: int pingInterval -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String SECONDARY_COLOR +android.didikee.donate.R$attr: int titleTextAppearance +com.tencent.bugly.crashreport.CrashReport: void startCrashReport() +com.google.android.material.R$bool +wangdaye.com.geometricweather.R$color: int switch_thumb_material_light +androidx.hilt.R$styleable: int FontFamily_fontProviderQuery +androidx.preference.R$styleable: int LinearLayoutCompat_showDividers +wangdaye.com.geometricweather.R$attr: int actionModeFindDrawable +okhttp3.Cookie: java.util.regex.Pattern YEAR_PATTERN +com.google.android.material.R$styleable: int SearchView_closeIcon +androidx.customview.R$id: int tag_unhandled_key_event_manager +cyanogenmod.weather.RequestInfo: int TYPE_LOOKUP_CITY_NAME_REQ +androidx.hilt.lifecycle.R$drawable +androidx.legacy.coreutils.R$dimen: int notification_media_narrow_margin +androidx.preference.R$id: int titleDividerNoCustom +androidx.appcompat.R$drawable: int abc_list_selector_holo_light +androidx.preference.R$attr: int singleLineTitle +androidx.recyclerview.widget.LinearLayoutManager$SavedState +cyanogenmod.power.PerformanceManager: void cpuBoost(int) +wangdaye.com.geometricweather.R$styleable: int ColorStateListItem_android_color +com.turingtechnologies.materialscrollbar.MaterialScrollBar: float getHideRatio() +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_Switch +com.google.android.material.R$color: int mtrl_chip_surface_color +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_drawableRight +okhttp3.ResponseBody$1: okhttp3.MediaType val$contentType +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: boolean done +com.google.android.material.R$style: int Theme_AppCompat_Light_NoActionBar +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorControlHighlight +cyanogenmod.hardware.CMHardwareManager: int getDisplayGammaCalibrationMax() +com.google.android.material.R$attr: int customNavigationLayout +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver parent +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_title +com.tencent.bugly.crashreport.biz.b: java.lang.String a(java.lang.String,java.lang.String) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle +cyanogenmod.app.Profile: cyanogenmod.profiles.BrightnessSettings getBrightness() +com.google.android.material.textfield.TextInputLayout: void setHelperTextEnabled(boolean) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void registerCallback(cyanogenmod.externalviews.IKeyguardExternalViewCallbacks) +cyanogenmod.weather.WeatherInfo$1: java.lang.Object createFromParcel(android.os.Parcel) +androidx.lifecycle.livedata.core.R: R() +com.google.android.material.R$attr: int searchIcon +okio.Buffer: int readInt() +androidx.lifecycle.extensions.R$id: int notification_main_column +androidx.constraintlayout.widget.R$attr: int listPreferredItemPaddingRight +androidx.lifecycle.extensions.R$id: int accessibility_action_clickable_span +com.xw.repo.bubbleseekbar.R$attr: int actionBarStyle +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_android_weightSum +com.turingtechnologies.materialscrollbar.R$attr: int collapseContentDescription +retrofit2.Platform: java.util.List defaultCallAdapterFactories(java.util.concurrent.Executor) +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.lang.String Key +wangdaye.com.geometricweather.R$styleable: int MaterialTextAppearance_lineHeight +james.adaptiveicon.R$color: int bright_foreground_inverse_material_light +com.google.android.material.R$styleable: int KeyPosition_framePosition +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_DialogWhenLarge +io.reactivex.Observable: io.reactivex.Observable skipLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean,int) +cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String getPackage() +androidx.vectordrawable.R$drawable: int notification_bg +androidx.hilt.lifecycle.R$styleable: int GradientColor_android_startY +androidx.legacy.coreutils.R$styleable: int GradientColor_android_centerX +androidx.lifecycle.ReportFragment$LifecycleCallbacks: ReportFragment$LifecycleCallbacks() +android.didikee.donate.R$attr: int actionModeSplitBackground +com.amap.api.location.AMapLocation: int getGpsAccuracyStatus() +james.adaptiveicon.R$styleable: int SearchView_android_imeOptions +com.turingtechnologies.materialscrollbar.R$attr: int fabCradleVerticalOffset +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionButton_CloseMode +androidx.lifecycle.DefaultLifecycleObserver: void onResume(androidx.lifecycle.LifecycleOwner) +androidx.preference.R$id: int right_side +wangdaye.com.geometricweather.R$styleable: int[] MaterialTextAppearance +cyanogenmod.media.MediaRecorder: java.lang.String EXTRA_CURRENT_PACKAGE_NAME +androidx.legacy.coreutils.R$dimen: int notification_top_pad_large_text +okhttp3.ConnectionSpec: void apply(javax.net.ssl.SSLSocket,boolean) +com.google.android.material.R$styleable: int NavigationView_itemShapeInsetTop +wangdaye.com.geometricweather.R$styleable: int NavigationView_menu +com.google.android.material.R$id: int image +com.turingtechnologies.materialscrollbar.R$attr: int singleSelection +com.google.android.material.internal.NavigationMenuItemView: NavigationMenuItemView(android.content.Context,android.util.AttributeSet) +io.reactivex.Observable: io.reactivex.Observable window(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +wangdaye.com.geometricweather.R$dimen: int abc_text_size_subtitle_material_toolbar +james.adaptiveicon.R$styleable: int TextAppearance_android_typeface +com.turingtechnologies.materialscrollbar.R$integer: int show_password_duration +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: cyanogenmod.hardware.DisplayMode getCurrentDisplayMode() +androidx.preference.R$drawable: int abc_text_select_handle_middle_mtrl_dark +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_subtitle_bottom_margin_material +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.String cityId +androidx.constraintlayout.utils.widget.ImageFilterButton: float getWarmth() +okhttp3.OkHttpClient: okhttp3.Cache cache +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getTreeIndex() +com.turingtechnologies.materialscrollbar.R$drawable: int indicator_ltr +io.reactivex.Observable: io.reactivex.Observable buffer(long,java.util.concurrent.TimeUnit,int) +okhttp3.Headers: java.util.Map toMultimap() +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean dispatchPopulateAccessibilityEvent(android.view.accessibility.AccessibilityEvent) +androidx.appcompat.R$drawable: int abc_list_selector_background_transition_holo_light +cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler: WeatherProviderService$ServiceHandler(cyanogenmod.weatherservice.WeatherProviderService,android.os.Looper) +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: ObservableRetryWhen$RepeatWhenObserver(io.reactivex.Observer,io.reactivex.subjects.Subject,io.reactivex.ObservableSource) +io.reactivex.Observable: io.reactivex.Observable window(io.reactivex.ObservableSource,int) +com.xw.repo.bubbleseekbar.R$attr: int layout_anchor +androidx.constraintlayout.widget.R$id: int action_text +james.adaptiveicon.R$layout: int notification_template_part_time +okhttp3.OkHttpClient: java.util.List interceptors +cyanogenmod.profiles.BrightnessSettings: android.os.Parcelable$Creator CREATOR +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ProgressBar +com.tencent.bugly.a: void onDbDowngrade(android.database.sqlite.SQLiteDatabase,int,int) +james.adaptiveicon.R$styleable: int AppCompatTheme_borderlessButtonStyle +okio.Buffer$1: Buffer$1(okio.Buffer) +okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner: java.lang.reflect.Method checkServerTrusted +okhttp3.CertificatePinner$Pin: CertificatePinner$Pin(java.lang.String,java.lang.String) +androidx.preference.R$string: int abc_searchview_description_search +cyanogenmod.app.Profile$ExpandedDesktopMode: Profile$ExpandedDesktopMode() +com.xw.repo.bubbleseekbar.R$styleable: int ViewStubCompat_android_inflatedId +androidx.hilt.R$id: int line3 +com.google.android.material.R$dimen: int design_appbar_elevation +okhttp3.internal.cache.DiskLruCache$Entry: okhttp3.internal.cache.DiskLruCache$Editor currentEditor +cyanogenmod.hardware.CMHardwareManager: int readPersistentInt(java.lang.String) +com.turingtechnologies.materialscrollbar.R$attr: int itemIconPadding james.adaptiveicon.R$styleable: int AppCompatTextView_drawableStartCompat -org.greenrobot.greendao.AbstractDao: long count() -cyanogenmod.providers.CMSettings$System: long getLongForUser(android.content.ContentResolver,java.lang.String,long,int) -com.tencent.bugly.proguard.z: java.lang.String b(java.lang.String,java.lang.String) -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator -androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType: androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType NONE -com.google.android.material.R$styleable: int MenuItem_android_icon -com.tencent.bugly.BuglyStrategy: boolean h -androidx.customview.R$color -androidx.constraintlayout.widget.R$attr: int drawerArrowStyle -okhttp3.OkHttpClient: okhttp3.Cache cache() -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: void drain() -com.bumptech.glide.load.EncodeStrategy: com.bumptech.glide.load.EncodeStrategy[] values() -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_contentInsetStart -androidx.legacy.coreutils.R$styleable: int FontFamilyFont_android_font -androidx.appcompat.widget.AppCompatTextView: void setFirstBaselineToTopHeight(int) -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: IKeyguardExternalViewProvider$Stub() -io.reactivex.internal.subscriptions.BasicIntQueueSubscription: boolean isEmpty() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: void setDefenseIcon(java.lang.String) -wangdaye.com.geometricweather.R$attr: int themeLineHeight -androidx.appcompat.R$attr: int colorSwitchThumbNormal -androidx.fragment.R$id: int accessibility_custom_action_31 -com.tencent.bugly.crashreport.common.info.a: boolean S() -cyanogenmod.app.ICMTelephonyManager: boolean isSubActive(int) -wangdaye.com.geometricweather.R$string: int widget_text -wangdaye.com.geometricweather.R$attr: int bsb_thumb_radius -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean i -com.github.rahatarmanahmed.cpv.CircularProgressView: float access$002(com.github.rahatarmanahmed.cpv.CircularProgressView,float) -okhttp3.internal.http2.Http2Connection$Listener: void onSettings(okhttp3.internal.http2.Http2Connection) -com.google.android.material.internal.CheckableImageButton: CheckableImageButton(android.content.Context) -okhttp3.internal.platform.ConscryptPlatform: ConscryptPlatform() -wangdaye.com.geometricweather.R$dimen: int abc_dialog_min_width_minor -com.turingtechnologies.materialscrollbar.TouchScrollBar -androidx.constraintlayout.widget.R$dimen: int abc_action_button_min_width_overflow_material -androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerView$RecycledViewPool getRecycledViewPool() -org.greenrobot.greendao.DaoException: long serialVersionUID -org.greenrobot.greendao.AbstractDao: java.lang.Object readEntity(android.database.Cursor,int) -com.google.android.material.R$styleable: int KeyCycle_android_rotationX -com.google.android.material.R$styleable: int MenuGroup_android_id -androidx.preference.R$styleable: int AppCompatTheme_textAppearanceListItemSmall -androidx.constraintlayout.widget.R$style: int Platform_ThemeOverlay_AppCompat -com.google.android.material.R$style: int Widget_AppCompat_PopupMenu_Overflow -com.tencent.bugly.proguard.ap: long h -cyanogenmod.app.Profile: boolean isConditionalType() -androidx.recyclerview.widget.StaggeredGridLayoutManager: StaggeredGridLayoutManager(android.content.Context,android.util.AttributeSet,int,int) -wangdaye.com.geometricweather.R$drawable: int flag_it -wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_end_icon_margin_start -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionBar_Solid -androidx.appcompat.R$dimen: int abc_action_bar_default_padding_end_material -cyanogenmod.app.LiveLockScreenManager: void cancel(int) -com.tencent.bugly.crashreport.biz.b: long e -io.reactivex.internal.disposables.EmptyDisposable: int requestFusion(int) -androidx.preference.R$layout: int preference_list_fragment -androidx.lifecycle.MutableLiveData -androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType: androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType valueOf(java.lang.String) -com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_labelVisibilityMode -com.google.android.material.R$styleable: int TextInputLayout_startIconDrawable -io.reactivex.Observable: io.reactivex.Single toList(java.util.concurrent.Callable) -com.xw.repo.bubbleseekbar.R$layout: int select_dialog_item_material -com.jaredrummler.android.colorpicker.R$id: int action_context_bar -androidx.constraintlayout.widget.R$attr: int listPreferredItemPaddingStart -wangdaye.com.geometricweather.R$id: int item_alert_content -io.reactivex.Observable: io.reactivex.Observable debounce(io.reactivex.functions.Function) -okhttp3.Request$Builder: okhttp3.Request$Builder patch(okhttp3.RequestBody) -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_requestDismissAndStartActivity_1 -com.xw.repo.bubbleseekbar.R$id: int tag_transition_group -james.adaptiveicon.R$drawable: int abc_menu_hardkey_panel_mtrl_mult -com.tencent.bugly.proguard.a: java.lang.String a(java.util.ArrayList) -okhttp3.ConnectionSpec: boolean equals(java.lang.Object) -androidx.preference.R$anim: int btn_checkbox_to_checked_box_outer_merged_animation -com.google.android.material.progressindicator.ProgressIndicator: void setIndeterminateDrawable(android.graphics.drawable.Drawable) -org.greenrobot.greendao.AbstractDao: void attachEntity(java.lang.Object,java.lang.Object,boolean) -com.turingtechnologies.materialscrollbar.R$interpolator: int mtrl_linear_out_slow_in -com.google.android.material.R$layout: int abc_screen_content_include -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Title -io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: long idx -cyanogenmod.providers.CMSettings$Global: boolean putFloatForUser(android.content.ContentResolver,java.lang.String,float,int) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeRealFeelShaderTemperature() -com.google.android.material.R$id: int transition_layout_save -androidx.constraintlayout.widget.R$color: int abc_search_url_text_selected -androidx.drawerlayout.R$id: int action_container -wangdaye.com.geometricweather.R$id: int adjust_width -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text -wangdaye.com.geometricweather.R$drawable: int weather_clear_day_pixel -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: void run() -com.google.android.material.R$styleable: int Constraint_layout_constraintEnd_toStartOf -com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_keylines -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Snow: AccuDailyResult$DailyForecasts$Night$Snow() -androidx.core.R$id: int accessibility_custom_action_5 -androidx.appcompat.R$drawable: int btn_checkbox_checked_mtrl -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_rightToLeft -androidx.constraintlayout.widget.R$styleable: int OnSwipe_limitBoundsTo -com.jaredrummler.android.colorpicker.R$attr: int titleMarginTop -cyanogenmod.themes.ThemeManager: void onClientPaused(cyanogenmod.themes.ThemeManager$ThemeChangeListener) -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView: int getMarginTop() -wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit -com.google.android.material.R$attr: int yearTodayStyle -androidx.preference.R$styleable: int[] ListPopupWindow -com.google.android.material.floatingactionbutton.FloatingActionButton: int getSize() -com.google.android.material.R$style: int TestThemeWithLineHeight -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: boolean delayErrors -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dialogTheme -com.jaredrummler.android.colorpicker.R$layout: int abc_action_mode_close_item_material -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat -cyanogenmod.providers.CMSettings$System: int getInt(android.content.ContentResolver,java.lang.String,int) -james.adaptiveicon.R$style: int Platform_AppCompat -com.google.android.material.R$drawable: int abc_btn_borderless_material -com.jaredrummler.android.colorpicker.R$attr: int tickMark -james.adaptiveicon.R$styleable: int ViewBackgroundHelper_backgroundTint -com.tencent.bugly.crashreport.common.info.a: java.util.Map F() -io.reactivex.internal.schedulers.RxThreadFactory: RxThreadFactory(java.lang.String,int,boolean) -wangdaye.com.geometricweather.R$attr: int arcMode -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter -com.google.android.material.R$styleable: int MaterialCalendarItem_itemShapeAppearance -okhttp3.FormBody$Builder: FormBody$Builder(java.nio.charset.Charset) -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: io.reactivex.Observer downstream -james.adaptiveicon.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle -io.reactivex.Observable: io.reactivex.Observable window(java.util.concurrent.Callable) -androidx.vectordrawable.R$id: int accessibility_custom_action_4 -androidx.work.Worker: Worker(android.content.Context,androidx.work.WorkerParameters) -com.jaredrummler.android.colorpicker.R$attr: int collapseContentDescription -wangdaye.com.geometricweather.R$styleable: int Toolbar_titleMarginBottom -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$3: boolean val$screenOn -wangdaye.com.geometricweather.R$attr: int backgroundInsetEnd -wangdaye.com.geometricweather.R$attr: int dayStyle -androidx.constraintlayout.widget.R$anim: int abc_popup_exit -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarSplitStyle -wangdaye.com.geometricweather.R$styleable: int Toolbar_android_minHeight -android.didikee.donate.R$string: int abc_capital_off -cyanogenmod.providers.CMSettings: CMSettings() -com.google.android.material.R$styleable: int MenuGroup_android_enabled -wangdaye.com.geometricweather.R$attr: int bsb_thumb_radius_on_dragging -wangdaye.com.geometricweather.R$attr: int textAppearanceLineHeightEnabled -com.tencent.bugly.crashreport.crash.c: android.content.Context q -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_8 -androidx.appcompat.R$id: int tag_unhandled_key_listeners -com.google.gson.stream.JsonReader: int PEEKED_TRUE -android.didikee.donate.R$styleable: int Toolbar_logoDescription -wangdaye.com.geometricweather.common.basic.models.weather.Alert: int color -androidx.recyclerview.R$id: int accessibility_custom_action_18 -androidx.fragment.R$id: int accessibility_custom_action_16 -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Spinner -androidx.appcompat.R$style: int Base_V28_Theme_AppCompat -com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_endColor -retrofit2.BuiltInConverters$StreamingResponseBodyConverter -androidx.preference.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle -cyanogenmod.app.ILiveLockScreenManager$Stub -com.tencent.bugly.proguard.k: void a(java.lang.StringBuilder,int) -okhttp3.internal.connection.RouteException: java.io.IOException getLastConnectException() -com.amap.api.location.AMapLocationQualityReport: boolean g -com.jaredrummler.android.colorpicker.R$dimen: int notification_right_icon_size -okhttp3.HttpUrl$Builder: java.lang.String toString() -androidx.loader.R$integer -wangdaye.com.geometricweather.R$id: int progress_circular -com.bumptech.glide.request.RequestCoordinator$RequestState -wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_weatherKindContainer -com.turingtechnologies.materialscrollbar.R$dimen: int notification_small_icon_size_as_large -android.didikee.donate.R$style: int TextAppearance_AppCompat_Body1 -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_disableDependentsState -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Ice: int UnitType -wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_barThickness -android.didikee.donate.R$dimen: int abc_text_size_menu_header_material -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow snow -com.jaredrummler.android.colorpicker.R$color: int primary_text_disabled_material_dark -com.tencent.bugly.proguard.ak: int k -com.jaredrummler.android.colorpicker.R$string: int cpv_default_title -com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawable_android_enterFadeDuration -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_textEndPadding -james.adaptiveicon.R$color: int primary_text_default_material_light -io.reactivex.Observable: io.reactivex.Observable withLatestFrom(io.reactivex.ObservableSource,io.reactivex.functions.BiFunction) -okio.Buffer: okio.Buffer readFrom(java.io.InputStream,long) -com.google.android.material.R$styleable: int KeyTimeCycle_transitionPathRotate -com.jaredrummler.android.colorpicker.R$id: int time -cyanogenmod.app.Profile$ProfileTrigger: java.lang.String mId -androidx.cardview.widget.CardView: boolean getPreventCornerOverlap() -android.didikee.donate.R$color: int material_deep_teal_200 -androidx.appcompat.R$style: int Widget_AppCompat_TextView -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_selectableItemBackground -androidx.appcompat.widget.SwitchCompat: void setTextOff(java.lang.CharSequence) -com.google.android.material.textfield.TextInputLayout: void setErrorContentDescription(java.lang.CharSequence) -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_enabled -okio.BufferedSource: long indexOfElement(okio.ByteString,long) -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title -wangdaye.com.geometricweather.R$styleable: int MaterialTextView_android_textAppearance -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Imperial: int UnitType -androidx.constraintlayout.widget.R$attr: int percentHeight -james.adaptiveicon.R$styleable: int[] DrawerArrowToggle -com.turingtechnologies.materialscrollbar.R$attr: int titleEnabled -wangdaye.com.geometricweather.R$attr: int textAppearanceButton -cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator access$300() -com.github.rahatarmanahmed.cpv.R$attr: int cpv_animSwoopDuration -wangdaye.com.geometricweather.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_1 -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$5: void run() -androidx.appcompat.R$attr: int track -com.google.android.material.bottomappbar.BottomAppBar: void setBackgroundTint(android.content.res.ColorStateList) -androidx.hilt.R$id: int italic -com.tencent.bugly.proguard.h: java.lang.StringBuilder a -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: java.lang.String getValue() -wangdaye.com.geometricweather.R$styleable: int PropertySet_motionProgress -androidx.hilt.work.R$id: int accessibility_custom_action_12 -wangdaye.com.geometricweather.R$layout: int cpv_preference_circle_large -com.xw.repo.bubbleseekbar.R$attr: int subMenuArrow -wangdaye.com.geometricweather.R$color: int mtrl_fab_icon_text_color_selector -android.didikee.donate.R$style: int Theme_AppCompat_DialogWhenLarge -androidx.constraintlayout.widget.R$dimen: int tooltip_y_offset_touch -wangdaye.com.geometricweather.R$attr: int flow_firstHorizontalBias -wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_box_corner_radius_small -okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.lang.String[] PREVAILING_RULE -com.amap.api.location.AMapLocationClientOption: long getLastLocationLifeCycle() -com.google.android.material.R$styleable: int GradientColorItem_android_offset -cyanogenmod.profiles.ConnectionSettings: void setSubId(int) -wangdaye.com.geometricweather.common.basic.models.weather.Daily: boolean isToday(java.util.TimeZone) -okhttp3.internal.http2.Http2Connection$5: boolean val$inFinished -com.turingtechnologies.materialscrollbar.R$attr: int subMenuArrow -retrofit2.ParameterHandler$Headers: int p -james.adaptiveicon.R$attr: int seekBarStyle -okhttp3.internal.http.StatusLine: int HTTP_PERM_REDIRECT -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_curveFit -com.turingtechnologies.materialscrollbar.R$attr: int logo -cyanogenmod.themes.IThemeProcessingListener$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -wangdaye.com.geometricweather.R$id: int widget_day_week_week_4 -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: void dispose() -wangdaye.com.geometricweather.R$id: int widget_day_week_time -retrofit2.Retrofit$Builder: java.util.List converterFactories -androidx.lifecycle.ViewModelStores: androidx.lifecycle.ViewModelStore of(androidx.fragment.app.FragmentActivity) -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.String getCityId() -wangdaye.com.geometricweather.R$id: int chain -com.google.android.material.R$styleable: int KeyTimeCycle_transitionEasing -com.google.android.material.R$styleable: int TextInputLayout_passwordToggleTint -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: void onComplete() -com.google.android.material.R$styleable: int[] ConstraintLayout_Layout -com.turingtechnologies.materialscrollbar.R$style: int Base_V21_Theme_AppCompat_Dialog -com.xw.repo.bubbleseekbar.R$attr: int tickMarkTintMode -androidx.appcompat.R$string: int abc_action_menu_overflow_description -com.google.android.material.R$styleable: int MaterialCardView_strokeColor -com.github.rahatarmanahmed.cpv.CircularProgressView: android.animation.ValueAnimator progressAnimator -com.google.android.material.R$styleable: int Motion_pathMotionArc -com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_layout_anchor -com.google.android.material.R$styleable: int MotionScene_layoutDuringTransition -androidx.appcompat.R$attr: int paddingTopNoTitle -androidx.hilt.R$id: int notification_main_column_container -com.github.rahatarmanahmed.cpv.CircularProgressView: void updateBounds() -androidx.preference.R$drawable: int abc_popup_background_mtrl_mult -androidx.loader.R$styleable: int FontFamilyFont_android_fontVariationSettings -com.google.android.material.R$color: int dim_foreground_material_light -com.google.android.gms.location.LocationSettingsRequest: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean precipitationProbability -androidx.appcompat.R$attr: int backgroundSplit -cyanogenmod.providers.CMSettings$InclusiveIntegerRangeValidator: int mMin -okio.Buffer: okio.Buffer buffer() -androidx.lifecycle.MediatorLiveData$Source -androidx.preference.R$styleable: int[] ListPreference -okio.SegmentedByteString: okio.ByteString hmacSha256(okio.ByteString) -android.didikee.donate.R$styleable: int[] ColorStateListItem -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial: double Value -okio.Util: short reverseBytesShort(short) -androidx.hilt.R$styleable: int GradientColorItem_android_color -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: long dt -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Button -androidx.constraintlayout.widget.R$drawable: int abc_list_selector_disabled_holo_light -com.github.rahatarmanahmed.cpv.BuildConfig: boolean DEBUG -androidx.appcompat.R$dimen: int abc_action_bar_default_padding_start_material -wangdaye.com.geometricweather.R$id: int item_details_title -com.tencent.bugly.crashreport.common.info.a: java.lang.String g() -wangdaye.com.geometricweather.R$xml: int icon_provider_animator_filter -android.didikee.donate.R$id: int expand_activities_button -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver: io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver parent -androidx.appcompat.R$dimen: int abc_seekbar_track_background_height_material -wangdaye.com.geometricweather.R$string: int key_card_display -wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String getCityId() -com.google.android.material.R$attr: int navigationIcon -com.baidu.location.e.h$b: com.baidu.location.e.h$b b -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver -android.didikee.donate.R$dimen: int notification_action_icon_size -androidx.customview.R$drawable -wangdaye.com.geometricweather.R$styleable: int Toolbar_popupTheme -com.amap.api.fence.GeoFence: com.amap.api.fence.PoiItem getPoiItem() -android.didikee.donate.R$attr: int actionModeWebSearchDrawable -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHeight_max -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_android_windowIsFloating -androidx.constraintlayout.widget.R$attr: int onPositiveCross -com.tencent.bugly.proguard.p: android.database.Cursor a(boolean,java.lang.String,java.lang.String[],java.lang.String,java.lang.String[],java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.tencent.bugly.proguard.o) -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: long end -com.jaredrummler.android.colorpicker.R$id: int search_close_btn -androidx.preference.R$string: int abc_capital_on -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_auto_adjust_section_mark -okhttp3.internal.http2.Http2Reader$ContinuationSource: int streamId -com.google.android.material.R$style: int Widget_Design_FloatingActionButton -androidx.preference.R$styleable: int AppCompatTheme_colorPrimaryDark -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_Switch -com.google.android.material.slider.Slider: void setThumbTintList(android.content.res.ColorStateList) -wangdaye.com.geometricweather.R$style: int Preference_Material -com.google.android.material.R$styleable: int ProgressIndicator_indicatorSize -wangdaye.com.geometricweather.R$styleable: int Preference_android_fragment -wangdaye.com.geometricweather.R$string: int mtrl_picker_text_input_date_hint -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_pixel -androidx.appcompat.R$id: int image -okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Connection$Listener listener -androidx.preference.R$color: int bright_foreground_inverse_material_dark -wangdaye.com.geometricweather.R$attr: int tabUnboundedRipple -androidx.recyclerview.R$styleable: int FontFamilyFont_ttcIndex -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub -cyanogenmod.providers.CMSettings$Global: boolean shouldInterceptSystemProvider(java.lang.String) -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: boolean isDataConnectionSelectedOnSub(int) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String weatherSource -wangdaye.com.geometricweather.background.polling.work.worker.AsyncUpdateWorker -wangdaye.com.geometricweather.R$integer: int cpv_default_max_progress -okhttp3.Protocol: okhttp3.Protocol HTTP_1_1 -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintCircle -wangdaye.com.geometricweather.R$styleable: int Variant_constraints -android.didikee.donate.R$attr: int actionModeCloseDrawable -com.google.android.material.navigation.NavigationView: int getItemIconPadding() -com.turingtechnologies.materialscrollbar.R$styleable: int[] LinearLayoutCompat -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_VMAIL_COLOR -wangdaye.com.geometricweather.R$dimen: int abc_action_bar_stacked_tab_max_width -androidx.preference.R$styleable: int Toolbar_titleMarginTop -okhttp3.internal.http2.Http2Connection: boolean isHealthy(long) -okio.RealBufferedSource: long indexOf(byte) -wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_elevation -com.autonavi.aps.amapapi.model.AMapLocationServer: long o -okio.Buffer: okio.Buffer writeUtf8CodePoint(int) -retrofit2.KotlinExtensions: java.lang.Object suspendAndThrow(java.lang.Exception,kotlin.coroutines.Continuation) -android.didikee.donate.R$dimen: int abc_switch_padding -androidx.activity.R$drawable: R$drawable() -androidx.lifecycle.MediatorLiveData$Source: MediatorLiveData$Source(androidx.lifecycle.LiveData,androidx.lifecycle.Observer) -cyanogenmod.app.ProfileManager: boolean notificationGroupExists(java.lang.String) -okhttp3.internal.ws.WebSocketProtocol: java.lang.String acceptHeader(java.lang.String) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_55 -androidx.coordinatorlayout.R$styleable: int FontFamilyFont_android_ttcIndex -androidx.swiperefreshlayout.R$dimen -android.didikee.donate.R$id: int actions -androidx.constraintlayout.widget.R$styleable: int View_paddingEnd -com.google.android.material.R$styleable: int TextAppearance_android_textColor -com.amap.api.location.AMapLocation: boolean A -wangdaye.com.geometricweather.R$attr: int imageAspectRatioAdjust -androidx.appcompat.resources.R$attr: int fontProviderQuery -com.jaredrummler.android.colorpicker.R$styleable: int CheckBoxPreference_summaryOff -com.google.android.material.card.MaterialCardView: int getContentPaddingTop() -android.didikee.donate.R$attr: int buttonBarButtonStyle -com.google.android.material.R$attr: int listPreferredItemPaddingRight -wangdaye.com.geometricweather.db.entities.DailyEntityDao: DailyEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setDeviceModeDistanceFilter(float) -com.google.android.material.R$drawable: int avd_hide_password -com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat_ActionBar -okhttp3.internal.io.FileSystem$1: long size(java.io.File) -androidx.constraintlayout.widget.R$drawable: int abc_text_select_handle_left_mtrl_light -okhttp3.internal.http2.Http2Stream: Http2Stream(int,okhttp3.internal.http2.Http2Connection,boolean,boolean,okhttp3.Headers) -androidx.work.R$dimen: int notification_large_icon_height -com.amap.api.location.AMapLocationClient: void unRegisterLocationListener(com.amap.api.location.AMapLocationListener) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_ratingBarStyle -wangdaye.com.geometricweather.R$string: int feedback_location_help_title -wangdaye.com.geometricweather.R$string: int today -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Metric Metric -android.didikee.donate.R$style: int Widget_AppCompat_EditText -com.xw.repo.bubbleseekbar.R$styleable: int PopupWindowBackgroundState_state_above_anchor -android.didikee.donate.R$style: int Base_Theme_AppCompat_Light -com.google.android.material.R$dimen: int item_touch_helper_swipe_escape_max_velocity -androidx.fragment.R$id: int right_icon -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_tileMode -cyanogenmod.app.Profile: java.util.ArrayList getTriggersFromType(int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial: int UnitType -com.xw.repo.bubbleseekbar.R$attr: int bsb_seek_step_section -androidx.appcompat.R$id: int action_bar_subtitle -wangdaye.com.geometricweather.R$dimen: int mtrl_badge_text_horizontal_edge_offset -wangdaye.com.geometricweather.R$styleable: int ActionBar_hideOnContentScroll -androidx.constraintlayout.widget.R$dimen: int compat_button_padding_vertical_material -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Menu -io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: java.lang.String getFrom() -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_android_enabled -androidx.appcompat.R$styleable: int ColorStateListItem_android_color -com.google.android.material.R$attr: int actionBarStyle -com.google.android.material.R$styleable: int BottomAppBar_paddingRightSystemWindowInsets -wangdaye.com.geometricweather.db.entities.DailyEntity: void setAqiIndex(java.lang.Integer) -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments: MfWarningsResult$WarningComments() -okhttp3.internal.http.CallServerInterceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) -wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize -androidx.hilt.work.R$dimen: int compat_notification_large_icon_max_height -wangdaye.com.geometricweather.R$attr: int suffixTextAppearance -androidx.customview.R$styleable: int[] FontFamily -androidx.constraintlayout.widget.R$attr: int staggered -io.reactivex.internal.queue.SpscArrayQueue: void clear() -com.google.android.material.R$style: int Theme_AppCompat_DayNight_DarkActionBar -com.google.android.material.R$style: int Widget_MaterialComponents_ShapeableImageView -androidx.preference.R$styleable: int PreferenceGroup_initialExpandedChildrenCount +com.bumptech.glide.integration.okhttp.R$color: int secondary_text_default_material_light +wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: int unitArrayIndex +androidx.dynamicanimation.R$color: int ripple_material_light +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionButton +retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback: CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback(retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter,java.util.concurrent.CompletableFuture) +okhttp3.internal.http.RealResponseBody: okhttp3.MediaType contentType() +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionButton +okhttp3.internal.http2.Hpack$Writer: int headerTableSizeSetting +io.reactivex.internal.subscriptions.SubscriptionArbiter: long serialVersionUID +io.reactivex.internal.observers.BlockingObserver: void onComplete() +androidx.recyclerview.R$id: int accessibility_custom_action_25 +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Imperial: double Value +androidx.appcompat.widget.AppCompatTextView: int getFirstBaselineToTopHeight() +androidx.appcompat.widget.AppCompatAutoCompleteTextView: AppCompatAutoCompleteTextView(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Subtitle2 +wangdaye.com.geometricweather.R$attr: int listPreferredItemHeightLarge +com.amap.api.location.DPoint: void writeToParcel(android.os.Parcel,int) +wangdaye.com.geometricweather.R$layout: int design_navigation_item_subheader +io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.BiFunction) +wangdaye.com.geometricweather.R$id: int dialog_location_help_manageContainer +com.google.android.material.R$styleable: int Variant_region_heightLessThan +androidx.work.impl.workers.ConstraintTrackingWorker: ConstraintTrackingWorker(android.content.Context,androidx.work.WorkerParameters) +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: float unitFactor +com.google.android.material.R$attr: int actionModeSplitBackground +wangdaye.com.geometricweather.background.polling.basic.UpdateService: UpdateService() +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_goneMarginRight +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) +androidx.appcompat.R$dimen: int notification_main_column_padding_top +androidx.vectordrawable.R$dimen: int notification_large_icon_width +wangdaye.com.geometricweather.R$styleable: int[] MaterialCalendarItem +android.didikee.donate.R$style: int Theme_AppCompat_DayNight +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours +io.reactivex.internal.util.AtomicThrowable +androidx.constraintlayout.widget.R$attr: int alertDialogButtonGroupStyle +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_setActiveProfile_0 +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.R$styleable: int[] MaterialTextView +com.jaredrummler.android.colorpicker.R$styleable: int FontFamily_fontProviderQuery +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Spinner_Underlined +androidx.loader.R$styleable +androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert +androidx.preference.R$drawable: int btn_checkbox_unchecked_mtrl +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large +androidx.constraintlayout.widget.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable +okhttp3.ResponseBody +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: java.util.concurrent.Executor callbackExecutor +com.google.android.material.R$styleable: int AppCompatTextView_drawableRightCompat +androidx.preference.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: com.tencent.bugly.crashreport.crash.jni.NativeExceptionHandler e +com.google.android.material.R$style: int Test_Widget_MaterialComponents_MaterialCalendar_Day_Selected +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_CompoundButton_Switch +androidx.constraintlayout.widget.R$attr: int titleMargin +androidx.hilt.lifecycle.R$id: int line3 +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: io.reactivex.internal.util.AtomicThrowable errors okhttp3.internal.http2.ErrorCode: int httpCode -com.google.android.material.R$dimen: int material_font_2_0_box_collapsed_padding_top -okhttp3.internal.http2.Http2Reader: boolean client -com.jaredrummler.android.colorpicker.R$attr: int cpv_showDialog -okhttp3.internal.http.HttpCodec: int DISCARD_STREAM_TIMEOUT_MILLIS -retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter: java.util.concurrent.CompletableFuture adapt(retrofit2.Call) -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void onComplete() -com.google.android.material.internal.VisibilityAwareImageButton: VisibilityAwareImageButton(android.content.Context,android.util.AttributeSet,int) +okhttp3.Cache: int VERSION +com.google.android.material.R$style: int TestStyleWithoutLineHeight +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ListMenuView +retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: io.reactivex.Observer observer +androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableItem_android_drawable +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_orderInCategory +androidx.appcompat.R$styleable: int AlertDialog_buttonIconDimen +androidx.constraintlayout.motion.widget.MotionLayout$TransitionState: androidx.constraintlayout.motion.widget.MotionLayout$TransitionState valueOf(java.lang.String) +okhttp3.internal.http2.Http2Stream$FramingSink: void close() +wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_updatesContinuously +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_android_textAppearance +androidx.coordinatorlayout.R$dimen: int compat_notification_large_icon_max_width +io.reactivex.Observable: io.reactivex.Observable concatMapMaybeDelayError(io.reactivex.functions.Function,boolean) +com.xw.repo.bubbleseekbar.R$string: int abc_action_bar_home_description +okhttp3.ConnectionSpec: boolean supportsTlsExtensions() +wangdaye.com.geometricweather.R$layout: int container_main_footer +okhttp3.Headers$Builder: okhttp3.Headers$Builder add(java.lang.String) +james.adaptiveicon.R$styleable: int FontFamily_fontProviderAuthority +io.reactivex.internal.operators.observable.ObserverResourceWrapper: long serialVersionUID +wangdaye.com.geometricweather.R$color: int colorTextDark +wangdaye.com.geometricweather.search.SearchActivityViewModel +com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_android_descendantFocusability +io.reactivex.internal.disposables.DisposableHelper: boolean set(java.util.concurrent.atomic.AtomicReference,io.reactivex.disposables.Disposable) +android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft +androidx.constraintlayout.widget.R$attr: int subtitleTextAppearance +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintVertical_chainStyle +wangdaye.com.geometricweather.R$id: int activity_widget_config_subtitle_inputter +io.reactivex.Observable: io.reactivex.Observable mergeWith(io.reactivex.CompletableSource) +androidx.activity.R$id: int icon_group +wangdaye.com.geometricweather.R$style: int Platform_MaterialComponents_Dialog +android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query +wangdaye.com.geometricweather.common.basic.models.weather.Hourly +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: CaiYunMainlyResult$UrlBean() +com.turingtechnologies.materialscrollbar.MaterialScrollBar: void setScrollBarHidden(boolean) +wangdaye.com.geometricweather.R$id: int widget_remote_drawable +wangdaye.com.geometricweather.R$drawable: int notif_temp_23 +androidx.lifecycle.ClassesInfoCache: int CALL_TYPE_PROVIDER +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_PopupMenu +com.google.gson.stream.JsonWriter: void newline() +com.google.android.material.R$styleable: int Chip_android_textAppearance +androidx.appcompat.widget.ActionBarContainer: void setTransitioning(boolean) +cyanogenmod.providers.CMSettings$Secure: int RING_HOME_BUTTON_BEHAVIOR_DO_NOTHING +androidx.preference.R$styleable: int Preference_dependency +com.github.rahatarmanahmed.cpv.CircularProgressView$6: CircularProgressView$6(com.github.rahatarmanahmed.cpv.CircularProgressView) +com.xw.repo.bubbleseekbar.R$attr: int textAppearanceListItem +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Headline +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintStart_toEndOf +com.google.android.material.R$dimen: int compat_button_inset_horizontal_material +james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_drawableBottom +io.reactivex.internal.util.AtomicThrowable: long serialVersionUID +androidx.dynamicanimation.R$id: int forever +io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: long serialVersionUID +io.reactivex.internal.subscriptions.BasicQueueSubscription: boolean offer(java.lang.Object,java.lang.Object) +com.google.android.material.chip.Chip: void setShowMotionSpec(com.google.android.material.animation.MotionSpec) +com.tencent.bugly.proguard.aj: byte[] c +com.google.android.material.R$attr: int coordinatorLayoutStyle +james.adaptiveicon.R$style: int Widget_AppCompat_ButtonBar +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText +com.tencent.bugly.proguard.am: java.lang.String r +androidx.preference.R$color: int abc_tint_switch_track +wangdaye.com.geometricweather.R$attr: int backgroundSplit +retrofit2.adapter.rxjava2.BodyObservable: void subscribeActual(io.reactivex.Observer) +io.reactivex.internal.observers.DeferredScalarDisposable: boolean isDisposed() +wangdaye.com.geometricweather.R$transition: R$transition() +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType TransactionCallable +com.jaredrummler.android.colorpicker.R$id: int cpv_color_image_view +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle +com.github.rahatarmanahmed.cpv.CircularProgressView: void updatePaint() +androidx.preference.R$style: int Base_V23_Theme_AppCompat_Light +androidx.appcompat.widget.AppCompatImageView: void setImageDrawable(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: int getMinuteInterval() +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemHeight +wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_dialogType +wangdaye.com.geometricweather.R$style: int Base_V23_Theme_AppCompat_Light +com.amap.api.fence.GeoFence: int ERROR_CODE_INVALID_PARAMETER +com.google.android.material.R$styleable: int Layout_layout_constraintRight_toLeftOf +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu +wangdaye.com.geometricweather.R$layout: int widget_clock_day_tile +com.google.android.material.R$styleable: int TextInputLayout_errorTextColor +androidx.activity.R$dimen: int notification_large_icon_height +androidx.customview.R$id: int action_container +wangdaye.com.geometricweather.R$color: int abc_tint_switch_track +io.reactivex.Observable: io.reactivex.Observable concatArrayDelayError(io.reactivex.ObservableSource[]) +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_borderlessButtonStyle +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: java.lang.String DESCRIPTOR +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dialogPreferredPadding +com.turingtechnologies.materialscrollbar.R$attr: int actionModeWebSearchDrawable +wangdaye.com.geometricweather.R$id: int widget_day_week_week_1 +com.jaredrummler.android.colorpicker.R$id: int cpv_color_panel_view +com.google.android.material.R$id: int action_context_bar +com.google.android.material.R$styleable: int RecyclerView_layoutManager +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintCircleRadius +androidx.vectordrawable.R$id: int tag_screen_reader_focusable +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Description +com.google.android.material.R$style: int Theme_MaterialComponents_CompactMenu +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ListView +androidx.preference.R$styleable: int AppCompatTheme_colorControlNormal +androidx.preference.R$styleable: int SearchView_voiceIcon +androidx.preference.R$attr: int fontProviderPackage +com.tencent.bugly.proguard.u: void a(int,int,byte[],java.lang.String,java.lang.String,com.tencent.bugly.proguard.t,int,int,boolean,java.util.Map) +org.greenrobot.greendao.AbstractDaoMaster: org.greenrobot.greendao.AbstractDaoSession newSession(org.greenrobot.greendao.identityscope.IdentityScopeType) +androidx.coordinatorlayout.widget.CoordinatorLayout: int getSuggestedMinimumHeight() +james.adaptiveicon.R$id: R$id() +androidx.constraintlayout.widget.R$layout: int abc_alert_dialog_title_material +com.google.android.material.R$styleable: int Layout_android_layout_marginStart +com.google.android.material.R$styleable: int SearchView_iconifiedByDefault +androidx.preference.R$interpolator: int btn_radio_to_on_mtrl_animation_interpolator_0 +com.google.android.material.R$attr: int motionPathRotate +com.turingtechnologies.materialscrollbar.R$drawable: int abc_vector_test +com.google.android.material.R$styleable: int MaterialCardView_shapeAppearance +androidx.appcompat.R$id: int text +androidx.appcompat.widget.AbsActionBarView: AbsActionBarView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemTextColor +retrofit2.SkipCallbackExecutorImpl: java.lang.annotation.Annotation[] ensurePresent(java.lang.annotation.Annotation[]) +com.turingtechnologies.materialscrollbar.R$dimen: int item_touch_helper_max_drag_scroll_per_frame +com.tencent.bugly.crashreport.common.info.a: java.lang.String p +wangdaye.com.geometricweather.R$styleable: int Transform_android_translationX +androidx.lifecycle.LiveData: java.lang.Object mData +androidx.swiperefreshlayout.R$drawable: int notification_template_icon_bg +okhttp3.internal.http2.Http2Connection$Builder +retrofit2.Utils$ParameterizedTypeImpl: Utils$ParameterizedTypeImpl(java.lang.reflect.Type,java.lang.reflect.Type,java.lang.reflect.Type[]) +wangdaye.com.geometricweather.R$styleable: int BackgroundStyle_selectableItemBackground +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Precipitation precipitation +okhttp3.logging.HttpLoggingInterceptor: HttpLoggingInterceptor(okhttp3.logging.HttpLoggingInterceptor$Logger) +com.tencent.bugly.proguard.ak: java.lang.String a +com.google.android.material.R$color: int button_material_light +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: boolean done +wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_doneButton +wangdaye.com.geometricweather.R$style: int Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert +cyanogenmod.app.CustomTile$ExpandedItem$1: cyanogenmod.app.CustomTile$ExpandedItem createFromParcel(android.os.Parcel) +wangdaye.com.geometricweather.db.entities.LocationEntity: LocationEntity(java.lang.String,java.lang.String,float,float,java.util.TimeZone,java.lang.String,java.lang.String,java.lang.String,java.lang.String,wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource,boolean,boolean,boolean) +androidx.constraintlayout.widget.R$styleable: int Variant_region_heightMoreThan +com.google.android.gms.base.R$drawable: int common_google_signin_btn_icon_dark_normal_background +androidx.appcompat.R$styleable: int LinearLayoutCompat_Layout_android_layout_width +io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: io.reactivex.internal.operators.observable.ObservableCache$Node node +org.greenrobot.greendao.AbstractDao: long insert(java.lang.Object) +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableLeftCompat +okio.Buffer$2: void close() +cyanogenmod.app.BaseLiveLockManagerService: android.os.IBinder mService +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: boolean requestDismissAndStartActivity(android.content.Intent) +io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: io.reactivex.internal.operators.observable.ObservableAmb$AmbCoordinator parent +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem +com.jaredrummler.android.colorpicker.R$attr: int preferenceFragmentListStyle +cyanogenmod.platform.Manifest$permission: java.lang.String ACCESS_WEATHER_MANAGER +android.didikee.donate.R$styleable: int SearchView_goIcon +com.jaredrummler.android.colorpicker.R$drawable: int preference_list_divider_material +wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_7 +cyanogenmod.app.Profile$LockMode: int DEFAULT +wangdaye.com.geometricweather.R$attr: int closeIconEndPadding +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setOnClickListener(android.view.View$OnClickListener) +androidx.viewpager.R$string: int status_bar_notification_info_overflow +wangdaye.com.geometricweather.db.entities.LocationEntityDao: boolean isEntityUpdateable() +androidx.preference.R$attr: int collapseContentDescription +androidx.preference.R$layout: int preference_list_fragment +cyanogenmod.app.CustomTileListenerService: void onCustomTileRemoved(cyanogenmod.app.StatusBarPanelCustomTile) +wangdaye.com.geometricweather.remoteviews.trend.TrendLinearLayout +androidx.preference.R$attr: int reverseLayout +com.google.android.material.R$styleable: int AppCompatTheme_ratingBarStyleSmall +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX +com.google.android.material.R$string: int material_hour_suffix +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode THUNDER +wangdaye.com.geometricweather.R$attr: int actionBarSize +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_27 +wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog +androidx.viewpager2.R$id: int accessibility_custom_action_21 +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_DrawerArrowToggle +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common +com.google.android.material.R$dimen: int abc_seekbar_track_progress_height_material +com.tencent.bugly.crashreport.crash.b: void a(com.tencent.bugly.crashreport.crash.CrashDetailBean,long,boolean) +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) +james.adaptiveicon.R$styleable: int FontFamilyFont_ttcIndex +wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_active_text_size +wangdaye.com.geometricweather.R$color: int mtrl_fab_bg_color_selector +io.reactivex.Observable: io.reactivex.Single elementAtOrError(long) +cyanogenmod.themes.ThemeChangeRequest: ThemeChangeRequest(java.util.Map,java.util.Map,cyanogenmod.themes.ThemeChangeRequest$RequestType,long) +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: io.reactivex.internal.queue.SpscArrayQueue queue +com.amap.api.fence.PoiItem: java.lang.String k +androidx.fragment.R$string: R$string() +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getWeatherSource() +cyanogenmod.app.CustomTile$RemoteExpandedStyle: void setRemoteViews(android.widget.RemoteViews) +com.google.android.material.R$id: int action_bar_subtitle +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title +wangdaye.com.geometricweather.R$animator: int weather_thunderstorm_3 +com.google.android.material.slider.BaseSlider: void setThumbRadiusResource(int) +androidx.preference.R$style: int Base_Widget_AppCompat_Light_ActionBar +androidx.preference.R$attr: int fastScrollVerticalTrackDrawable +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_unregisterChangeListener +com.tencent.bugly.BuglyStrategy: java.lang.String getAppPackageName() +com.google.android.material.R$color: int primary_material_light +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_auto_adjust_section_mark +com.google.android.material.appbar.CollapsingToolbarLayout: int getScrimAlpha() +androidx.appcompat.R$attr: int iconifiedByDefault +com.google.android.material.R$styleable: int Constraint_android_layout_marginTop +io.reactivex.internal.subscriptions.DeferredScalarSubscription: void cancel() +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WindDirection +androidx.swiperefreshlayout.R$id: int action_image +okhttp3.internal.connection.RouteSelector: okhttp3.internal.connection.RouteSelector$Selection next() +android.didikee.donate.R$attr: int colorBackgroundFloating +androidx.loader.R$dimen: int notification_large_icon_height +com.jaredrummler.android.colorpicker.R$attr: int textAppearanceListItemSecondary +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_title +wangdaye.com.geometricweather.R$dimen: int material_helper_text_font_1_3_padding_horizontal +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: long serialVersionUID +androidx.vectordrawable.animated.R$integer: int status_bar_notification_info_maxnum +android.didikee.donate.R$attr: int colorPrimary +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored +com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver: android.content.IntentFilter a +androidx.lifecycle.Lifecycle +com.turingtechnologies.materialscrollbar.R$dimen: int compat_notification_large_icon_max_width +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarItemBackground +wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.lang.String getDate(java.lang.String) +com.turingtechnologies.materialscrollbar.CustomIndicator: int getIndicatorWidth() +androidx.appcompat.resources.R$dimen: int notification_small_icon_size_as_large +wangdaye.com.geometricweather.common.basic.models.weather.Current +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getRainPrecipitation() +com.tencent.bugly.proguard.o: boolean c() +wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_android_disableDependentsState +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256 +android.didikee.donate.R$layout: int abc_screen_content_include +wangdaye.com.geometricweather.R$styleable: int[] PopupWindowBackgroundState +wangdaye.com.geometricweather.R$styleable: int ImageFilterView_warmth +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColorItem_android_color +cyanogenmod.platform.Manifest$permission: java.lang.String BIND_WEATHER_PROVIDER_SERVICE +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.String weatherIcon +com.jaredrummler.android.colorpicker.R$id: int bottom +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_corner_radius +com.bumptech.glide.integration.okhttp.R$style +androidx.transition.R$drawable: int notification_bg_normal +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatImageView_srcCompat +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_week_5 +retrofit2.BuiltInConverters$ToStringConverter: retrofit2.BuiltInConverters$ToStringConverter INSTANCE +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: void setStatus(int) +androidx.dynamicanimation.R$attr: int fontStyle +com.amap.api.fence.DistrictItem$1: java.lang.Object[] newArray(int) +com.google.android.material.R$attr: int transitionEasing +com.bumptech.glide.R$color: int secondary_text_default_material_light +retrofit2.DefaultCallAdapterFactory$1: java.lang.Object adapt(retrofit2.Call) +wangdaye.com.geometricweather.db.entities.DaoSession +android.didikee.donate.R$color: int abc_hint_foreground_material_light +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Metric: AccuCurrentResult$WetBulbTemperature$Metric() +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SLEET +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem +com.xw.repo.bubbleseekbar.R$dimen: int abc_button_padding_vertical_material +com.turingtechnologies.materialscrollbar.R$attr: int actionButtonStyle +wangdaye.com.geometricweather.R$id: int notification_multi_city_icon_2 +com.google.android.material.R$id: int action_mode_bar +com.google.android.material.R$id +androidx.lifecycle.ReportFragment$ActivityInitializationListener: void onStart() +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Weather weather12H +com.google.android.material.navigation.NavigationView: NavigationView(android.content.Context,android.util.AttributeSet,int) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarStyle +androidx.appcompat.R$attr: int measureWithLargestChild +androidx.customview.R$attr: R$attr() +okhttp3.ResponseBody: okhttp3.ResponseBody create(okhttp3.MediaType,byte[]) +com.turingtechnologies.materialscrollbar.R$style: int Base_V26_Theme_AppCompat +org.greenrobot.greendao.AbstractDao: java.lang.Object getKeyVerified(java.lang.Object) +wangdaye.com.geometricweather.R$font: int product_sans_bold_italic +com.tencent.bugly.crashreport.crash.c: void j() +wangdaye.com.geometricweather.R$drawable: int notif_temp_50 +wangdaye.com.geometricweather.R$id: int cut +com.xw.repo.bubbleseekbar.R$string: int abc_action_mode_done +androidx.core.R$id: int accessibility_custom_action_15 +retrofit2.Converter$Factory: Converter$Factory() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatSeekBar_tickMarkTintMode +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeAppearance +androidx.appcompat.R$attr: int viewInflaterClass +androidx.activity.R$id: int icon +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: io.reactivex.Observer downstream +androidx.work.R$integer +androidx.preference.R$styleable: int Toolbar_logoDescription +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$LocalSource: java.lang.String WeatherCode +com.google.android.material.R$attr: int checkedIconSize +wangdaye.com.geometricweather.R$id: int item_weather_daily_air_title +androidx.core.R$string: R$string() +com.google.android.material.R$styleable: int MaterialButton_shapeAppearanceOverlay +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange Past12HourRange +okhttp3.Cookie$Builder: okhttp3.Cookie$Builder value(java.lang.String) +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub: cyanogenmod.weatherservice.IWeatherProviderServiceClient asInterface(android.os.IBinder) +androidx.appcompat.R$styleable: int GradientColor_android_centerY +com.tencent.bugly.proguard.i: int[] f(int,boolean) +okio.GzipSource: void consumeTrailer() +cyanogenmod.app.IProfileManager: void updateNotificationGroup(android.app.NotificationGroup) +com.google.android.material.tabs.TabLayout: void setTabIconTint(android.content.res.ColorStateList) +androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_android_fontVariationSettings +com.google.android.material.radiobutton.MaterialRadioButton: android.content.res.ColorStateList getMaterialThemeColorsTintList() +wangdaye.com.geometricweather.R$drawable: int notif_temp_74 +wangdaye.com.geometricweather.R$id: int activity_widget_config_alignEndTitle +wangdaye.com.geometricweather.R$styleable: int[] MotionLayout +cyanogenmod.providers.ThemesContract$PreviewColumns +cyanogenmod.app.ILiveLockScreenManagerProvider +wangdaye.com.geometricweather.R$attr: int actionModeStyle +cyanogenmod.util.ColorUtils$1: int compare(java.lang.Object,java.lang.Object) +wangdaye.com.geometricweather.R$styleable: int MenuView_android_itemBackground +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationApi: io.reactivex.Observable getLocation(java.lang.String,java.lang.String) +com.google.android.material.R$style: int Widget_MaterialComponents_PopupMenu_ContextMenu +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber$1: void run() +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small +wangdaye.com.geometricweather.R$attr: int collapseContentDescription +okhttp3.RealCall$AsyncCall: okhttp3.RealCall get() +com.jaredrummler.android.colorpicker.R$id: int action_bar_title +android.didikee.donate.R$styleable: int Toolbar_collapseIcon +com.google.android.material.R$styleable: int Constraint_layout_constraintHeight_percent +com.google.android.material.R$attr: int ratingBarStyleIndicator +com.google.android.material.R$attr: int itemRippleColor +cyanogenmod.app.CustomTile: android.net.Uri onClickUri +okhttp3.MultipartBody: MultipartBody(okio.ByteString,okhttp3.MediaType,java.util.List) +com.google.gson.stream.JsonReader: int PEEKED_UNQUOTED_NAME +io.reactivex.internal.util.ErrorMode: io.reactivex.internal.util.ErrorMode IMMEDIATE +com.google.android.material.card.MaterialCardView: int getStrokeColor() +androidx.vectordrawable.animated.R$dimen: int notification_right_side_padding_top +androidx.constraintlayout.widget.R$attr: int customIntegerValue +com.google.android.material.R$styleable: int ConstraintLayout_placeholder_content +james.adaptiveicon.R$styleable: int ActionBar_homeAsUpIndicator +cyanogenmod.externalviews.IExternalViewProvider$Stub: java.lang.String DESCRIPTOR +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: org.reactivestreams.Subscriber downstream +com.jaredrummler.android.colorpicker.R$string: int abc_menu_ctrl_shortcut_label +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeApparentTemperature(java.lang.Integer) +wangdaye.com.geometricweather.common.basic.models.weather.Minutely +com.tencent.bugly.proguard.x +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: java.util.ArrayDeque windows +androidx.coordinatorlayout.R$styleable: int GradientColor_android_endColor +androidx.preference.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth +androidx.coordinatorlayout.R$id: int accessibility_custom_action_27 +io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: void onError(java.lang.Throwable) +androidx.transition.R$styleable: int GradientColor_android_tileMode +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: java.util.List value +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_minWidth +androidx.coordinatorlayout.R$styleable: int GradientColor_android_startColor +com.google.android.material.R$dimen: int mtrl_calendar_days_of_week_height +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed Speed +com.turingtechnologies.materialscrollbar.MaterialScrollBar: float getIndicatorOffset() +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_bias +okhttp3.internal.ws.RealWebSocket: void initReaderAndWriter(java.lang.String,okhttp3.internal.ws.RealWebSocket$Streams) +wangdaye.com.geometricweather.R$attr: int tabTextColor +cyanogenmod.themes.IThemeService$Stub$Proxy: int getProgress() +androidx.constraintlayout.widget.R$string: int abc_menu_space_shortcut_label +com.xw.repo.bubbleseekbar.R$attr: int actionBarPopupTheme +okhttp3.internal.connection.StreamAllocation: void cancel() +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents +io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: long serialVersionUID +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Imperial: java.lang.String Unit +wangdaye.com.geometricweather.R$attr: int disableDependentsState +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver +wangdaye.com.geometricweather.common.basic.models.weather.Astro: java.lang.String getSetTime(android.content.Context) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_barrierMargin +com.google.android.material.R$styleable: int TabLayout_tabGravity +com.google.android.material.R$attr: int mock_showLabel +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Button +android.didikee.donate.R$styleable: int TextAppearance_android_textSize +okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RouteSelector routeSelector +wangdaye.com.geometricweather.R$styleable: int KeyCycle_framePosition +androidx.viewpager.R$attr: int fontProviderAuthority +okhttp3.RealCall: boolean isExecuted() +androidx.drawerlayout.R$dimen: int notification_media_narrow_margin +cyanogenmod.app.Profile: int getExpandedDesktopMode() +io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: void onComplete() +com.google.android.material.R$dimen: int material_helper_text_font_1_3_padding_top +cyanogenmod.profiles.AirplaneModeSettings$1: cyanogenmod.profiles.AirplaneModeSettings createFromParcel(android.os.Parcel) +androidx.cardview.R$style: int CardView +com.bumptech.glide.R$styleable: int[] FontFamilyFont +com.xw.repo.bubbleseekbar.R$attr: int actionBarSplitStyle +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_icon +androidx.preference.R$attr: int colorPrimaryDark +com.xw.repo.bubbleseekbar.R$attr: int iconifiedByDefault +androidx.lifecycle.LifecycleObserver +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: void setZh_TW(java.lang.String) +com.tencent.bugly.crashreport.crash.anr.b: com.tencent.bugly.crashreport.common.strategy.a f +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_hintEnabled +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipStrokeColor +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWeatherCode +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_contentInsetStartWithNavigation +okhttp3.internal.cache.DiskLruCache: java.io.File journalFileTmp +com.tencent.bugly.crashreport.common.strategy.StrategyBean: boolean n +com.google.android.material.R$styleable: int MaterialShape_shapeAppearance +androidx.recyclerview.R$attr: int reverseLayout +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String aqi +androidx.activity.R$layout: int custom_dialog +wangdaye.com.geometricweather.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_1 +androidx.preference.R$attr: int titleMarginTop +okio.BufferedSource: okio.ByteString readByteString() +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_AES_128_CBC_SHA +androidx.constraintlayout.utils.widget.MockView: MockView(android.content.Context,android.util.AttributeSet,int) +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_AES_256_CBC_SHA256 +io.reactivex.Observable: io.reactivex.Observable timeInterval(java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation: wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation TOP +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void subscribe(io.reactivex.ObservableSource[]) +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void onError(java.lang.Throwable) +androidx.preference.R$dimen: int abc_button_inset_horizontal_material +com.jaredrummler.android.colorpicker.R$attr: int titleTextAppearance +cyanogenmod.app.CustomTile: CustomTile() +wangdaye.com.geometricweather.R$dimen: int mtrl_card_spacing +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_closeIcon +wangdaye.com.geometricweather.R$attr: int listPreferredItemPaddingRight +io.reactivex.Observable: io.reactivex.Observable mergeDelayError(io.reactivex.ObservableSource,int) +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text +io.reactivex.Observable: io.reactivex.Observable timer(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: wangdaye.com.geometricweather.db.converters.WindDegreeConverter windDegreeConverter +io.reactivex.subjects.PublishSubject$PublishDisposable +android.didikee.donate.R$styleable: int AppCompatTextView_drawableEndCompat +okhttp3.internal.http2.Http2Codec: void finishRequest() +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle +androidx.preference.R$anim: int fragment_open_enter +io.reactivex.Observable: io.reactivex.Single toMap(io.reactivex.functions.Function,io.reactivex.functions.Function) +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: java.lang.String getSourceVoice(android.content.Context) +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: void setAddress(java.lang.String) +com.turingtechnologies.materialscrollbar.R$id: int search_go_btn +com.google.android.material.textfield.TextInputLayout: void setHelperTextTextAppearance(int) +cyanogenmod.profiles.LockSettings$1: LockSettings$1() +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: io.reactivex.functions.Function leftEnd +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: void dispose() +io.reactivex.Observable: io.reactivex.Observable buffer(int) +wangdaye.com.geometricweather.R$styleable: int MenuView_android_verticalDivider +okio.InflaterSource: java.util.zip.Inflater inflater +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowActionModeOverlay +cyanogenmod.themes.ThemeChangeRequest$1: cyanogenmod.themes.ThemeChangeRequest createFromParcel(android.os.Parcel) +james.adaptiveicon.R$styleable: int MenuGroup_android_orderInCategory +wangdaye.com.geometricweather.R$id: int container_main_header_aqiOrWindTxt +wangdaye.com.geometricweather.R$attr: int multiChoiceItemLayout +androidx.vectordrawable.animated.R$id: int right_icon +com.xw.repo.bubbleseekbar.R$id: int split_action_bar +androidx.preference.R$attr: int defaultValue +wangdaye.com.geometricweather.R$styleable: int AlertDialog_android_layout +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_shapeAppearance +cyanogenmod.library.R$attr: int settingsActivity +com.xw.repo.bubbleseekbar.R$attr: int bsb_touch_to_seek +androidx.preference.R$styleable: int AppCompatTheme_popupMenuStyle +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: android.os.IBinder mRemote +androidx.customview.R$drawable: int notification_template_icon_bg +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_selectable +okhttp3.internal.http2.Http2Codec: java.lang.String TE +com.amap.api.location.AMapLocation: android.os.Parcelable$Creator CREATOR +okhttp3.FormBody$Builder +com.xw.repo.bubbleseekbar.R$id: int top +cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: void setServiceClient(cyanogenmod.weatherservice.IWeatherProviderServiceClient) +com.xw.repo.bubbleseekbar.R$drawable: int abc_action_bar_item_background_material +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_RC4_128_SHA +wangdaye.com.geometricweather.R$string: int settings_category_widget +wangdaye.com.geometricweather.R$attr: int dialogMessage +com.jaredrummler.android.colorpicker.R$styleable: int ViewStubCompat_android_layout +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_backgroundStacked +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header +okhttp3.internal.http2.Http2Reader: void readWindowUpdate(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_BATTERY_CIRCLE +wangdaye.com.geometricweather.common.basic.models.weather.Base: java.lang.String getCityId() +androidx.appcompat.R$id: int parentPanel +okhttp3.Request: okhttp3.Headers headers +com.google.android.material.button.MaterialButtonToggleGroup: void setSingleSelection(boolean) +com.bumptech.glide.integration.okhttp.R$string: int status_bar_notification_info_overflow +androidx.preference.R$attr: int showSeekBarValue +com.tencent.bugly.CrashModule: void a(android.content.Context,com.tencent.bugly.BuglyStrategy) +androidx.activity.R$styleable: int FontFamilyFont_android_fontStyle +androidx.appcompat.view.menu.MenuPopup: void setOnDismissListener(android.widget.PopupWindow$OnDismissListener) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.util.Date getPubTime() +io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: void soNext(io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode) +cyanogenmod.app.Profile: void setNotificationLightMode(int) +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintDimensionRatio +org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.database.Database getDatabase() +io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver(io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver) +okhttp3.MultipartBody: byte[] COLONSPACE +androidx.constraintlayout.widget.ConstraintHelper: ConstraintHelper(android.content.Context,android.util.AttributeSet,int) +com.jaredrummler.android.colorpicker.R$drawable: int abc_scrubber_primary_mtrl_alpha +cyanogenmod.app.suggest.IAppSuggestProvider$Stub: IAppSuggestProvider$Stub() +retrofit2.HttpServiceMethod$SuspendForBody: java.lang.Object adapt(retrofit2.Call,java.lang.Object[]) +androidx.appcompat.R$dimen: int abc_dialog_corner_radius_material +wangdaye.com.geometricweather.R$xml: int widget_clock_day_details +com.google.android.material.timepicker.TimePickerView: void setOnPeriodChangeListener(com.google.android.material.timepicker.TimePickerView$OnPeriodChangeListener) +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_rippleColor +com.amap.api.location.AMapLocationQualityReport: void setInstallHighDangerMockApp(boolean) +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintTop_toBottomOf +com.google.android.material.R$attr: int duration +androidx.swiperefreshlayout.R$id: int text +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: androidx.lifecycle.LiveData mLiveData +com.turingtechnologies.materialscrollbar.R$dimen: int hint_pressed_alpha_material_dark +androidx.preference.R$style: int Base_Widget_AppCompat_PopupMenu +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit KPA +com.turingtechnologies.materialscrollbar.R$styleable: int ViewStubCompat_android_layout +com.tencent.bugly.crashreport.common.info.a: java.lang.String y() +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_button_min_width_material +androidx.fragment.app.FragmentTabHost +com.google.android.material.R$layout: int test_design_checkbox +androidx.activity.R$dimen: int notification_small_icon_size_as_large +cyanogenmod.app.StatusBarPanelCustomTile: int initialPid +androidx.coordinatorlayout.R$id: int right +androidx.hilt.lifecycle.R$styleable: int GradientColor_android_startColor +wangdaye.com.geometricweather.R$styleable: int Slider_haloColor +james.adaptiveicon.R$dimen: R$dimen() +wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: HourlyTrendItemView(android.content.Context,android.util.AttributeSet,int) +androidx.appcompat.R$styleable: int MenuView_android_horizontalDivider +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: InkPageIndicator(android.content.Context,android.util.AttributeSet,int) +androidx.fragment.R$drawable: int notification_action_background +com.jaredrummler.android.colorpicker.R$dimen: int abc_dropdownitem_icon_width +wangdaye.com.geometricweather.R$id: int zero_corner_chip +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Display4 +wangdaye.com.geometricweather.R$styleable: int ActionBar_backgroundSplit +com.tencent.bugly.proguard.p: p(android.content.Context,java.util.List) +wangdaye.com.geometricweather.R$string: int settings_title_forecast_tomorrow +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain rain +com.google.android.material.R$style: int Widget_AppCompat_Toolbar +androidx.preference.MultiSelectListPreference$SavedState: android.os.Parcelable$Creator CREATOR +android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse +com.tencent.bugly.proguard.u: boolean c(com.tencent.bugly.proguard.u) +android.didikee.donate.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeSnowPrecipitationDuration +com.google.android.material.R$drawable: int design_bottom_navigation_item_background +wangdaye.com.geometricweather.R$drawable: int abc_btn_check_material_anim +android.didikee.donate.R$styleable: int AppCompatTheme_windowFixedWidthMinor +wangdaye.com.geometricweather.R$color: int material_on_background_disabled +okhttp3.OkHttpClient: okhttp3.Dispatcher dispatcher() +android.didikee.donate.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar +com.tencent.bugly.crashreport.common.info.PlugInBean: void writeToParcel(android.os.Parcel,int) +james.adaptiveicon.R$id: int text2 +com.jaredrummler.android.colorpicker.R$id: int shades_layout +androidx.work.R$bool: int workmanager_test_configuration +androidx.work.R$bool: int enable_system_job_service_default +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow +androidx.constraintlayout.widget.R$anim: int btn_checkbox_to_unchecked_icon_null_animation +androidx.preference.R$styleable: int MenuItem_showAsAction +androidx.vectordrawable.animated.R$attr: int font +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.functions.Function mapper +wangdaye.com.geometricweather.R$drawable: int weather_snow_2 +androidx.preference.R$styleable: int AppCompatSeekBar_tickMarkTintMode +androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType FLOAT_TYPE +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: io.reactivex.Observer downstream +androidx.work.impl.utils.futures.AbstractFuture$Waiter: androidx.work.impl.utils.futures.AbstractFuture$Waiter next +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_rippleColor +androidx.drawerlayout.R$drawable: R$drawable() +com.github.rahatarmanahmed.cpv.R$attr: int cpv_animSteps +wangdaye.com.geometricweather.R$dimen: int mtrl_slider_track_height +androidx.appcompat.resources.R$id: int accessibility_custom_action_15 +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Spinner +cyanogenmod.app.ILiveLockScreenChangeListener$Stub$Proxy: java.lang.String getInterfaceDescriptor() +androidx.lifecycle.ProcessLifecycleOwnerInitializer: int delete(android.net.Uri,java.lang.String,java.lang.String[]) +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_lastVerticalStyle +com.tencent.bugly.proguard.am: java.lang.String p +androidx.hilt.work.R$id: int async +cyanogenmod.externalviews.KeyguardExternalView: android.graphics.Point mDisplaySize +cyanogenmod.app.LiveLockScreenManager: cyanogenmod.app.LiveLockScreenManager getInstance(android.content.Context) +okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Connection$Listener listener +cyanogenmod.themes.ThemeManager: void unregisterThemeChangeListener(cyanogenmod.themes.ThemeManager$ThemeChangeListener) +wangdaye.com.geometricweather.R$layout: int mtrl_picker_dialog +com.jaredrummler.android.colorpicker.R$attr: int windowActionBarOverlay +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone TimeZone +com.tencent.bugly.proguard.f: java.util.Map j +androidx.preference.R$style: int Widget_AppCompat_Spinner_DropDown +wangdaye.com.geometricweather.weather.apis.CNWeatherApi +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: boolean isCanceled() +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintRight_creator +okhttp3.internal.http2.Http2: byte TYPE_DATA +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeCloudCover() +androidx.transition.R$dimen: int notification_media_narrow_margin +com.jaredrummler.android.colorpicker.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_Button +retrofit2.converter.gson.GsonConverterFactory: retrofit2.converter.gson.GsonConverterFactory create(com.google.gson.Gson) +okio.package-info +androidx.coordinatorlayout.R$dimen: int notification_small_icon_background_padding +com.google.android.material.R$color: int primary_text_disabled_material_dark +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHeight_percent +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_lastVerticalStyle +wangdaye.com.geometricweather.R$dimen: int mtrl_fab_elevation +com.google.android.material.R$styleable: int AppCompatTheme_actionBarSplitStyle +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode FLOW_CONTROL_ERROR +com.amap.api.fence.GeoFence: void writeToParcel(android.os.Parcel,int) +androidx.preference.R$layout: int preference_information_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX: java.util.List brands +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_widgetLayout +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: java.lang.String getInterfaceDescriptor() +com.tencent.bugly.crashreport.common.info.b: boolean p() +com.tencent.bugly.BuglyStrategy: boolean recordUserInfoOnceADay() +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_lastHorizontalStyle +androidx.viewpager2.widget.ViewPager2: ViewPager2(android.content.Context) +android.didikee.donate.R$style: int Platform_Widget_AppCompat_Spinner +com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat_Dialog +android.didikee.donate.R$style: int Widget_AppCompat_CompoundButton_Switch +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeWindChillTemperature +androidx.hilt.R$id: int accessibility_custom_action_19 +com.google.android.material.R$style: int Base_TextAppearance_AppCompat +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorAccent +okio.Buffer: okio.ByteString hmacSha512(okio.ByteString) +androidx.preference.R$id: int accessibility_custom_action_23 +cyanogenmod.providers.CMSettings$1 +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Headline +com.google.android.material.R$attr: int prefixTextAppearance +wangdaye.com.geometricweather.R$layout: int notification_base_big +retrofit2.Utils: java.lang.reflect.Type getGenericSupertype(java.lang.reflect.Type,java.lang.Class,java.lang.Class) +wangdaye.com.geometricweather.R$drawable: int weather_thunder_mini_dark +wangdaye.com.geometricweather.R$dimen: int mtrl_snackbar_background_corner_radius +wangdaye.com.geometricweather.R$styleable: int ShapeableImageView_shapeAppearance +com.google.android.material.R$dimen: int design_navigation_padding_bottom +androidx.appcompat.R$styleable: int AppCompatTheme_actionModeShareDrawable +retrofit2.CompletableFutureCallAdapterFactory: retrofit2.CallAdapter get(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) +android.didikee.donate.R$styleable: int AppCompatTheme_windowActionBar +io.reactivex.internal.schedulers.RxThreadFactory +com.turingtechnologies.materialscrollbar.R$string: int abc_prepend_shortcut_label +com.google.android.material.R$style: int Widget_MaterialComponents_TabLayout_PrimarySurface +okio.ByteString: java.nio.ByteBuffer asByteBuffer() +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Headline2 +com.google.android.material.R$attr: int values +cyanogenmod.app.ICMStatusBarManager: void registerListener(cyanogenmod.app.ICustomTileListener,android.content.ComponentName,int) +com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getPlaceholderText() +android.didikee.donate.R$string: int abc_action_bar_home_description +wangdaye.com.geometricweather.R$drawable: int ic_about +cyanogenmod.hardware.DisplayMode$1: DisplayMode$1() +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title +retrofit2.HttpServiceMethod: okhttp3.Call$Factory callFactory +okio.Segment: Segment(byte[],int,int,boolean,boolean) +wangdaye.com.geometricweather.R$attr: int iconEndPadding +androidx.viewpager2.R$styleable: int RecyclerView_android_descendantFocusability +androidx.appcompat.R$layout: int notification_template_icon_group +okio.SegmentPool: long byteCount +com.google.gson.stream.JsonReader: int NUMBER_CHAR_EXP_E +cyanogenmod.weather.IRequestInfoListener$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +android.didikee.donate.R$styleable: int AppCompatTheme_spinnerStyle +com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat +androidx.viewpager.widget.ViewPager: int getOffscreenPageLimit() +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode THUNDERSTORM +retrofit2.ParameterHandler$Query +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: ObservableConcatWithMaybe$ConcatWithObserver(io.reactivex.Observer,io.reactivex.MaybeSource) +io.reactivex.Observable: io.reactivex.Observable mergeArrayDelayError(int,int,io.reactivex.ObservableSource[]) +androidx.recyclerview.R$layout: int custom_dialog +wangdaye.com.geometricweather.R$attr: int placeholderTextAppearance +androidx.vectordrawable.animated.R$id: int italic +com.bumptech.glide.integration.okhttp.R$dimen: int compat_button_padding_vertical_material +okio.SegmentPool: okio.Segment take() +androidx.appcompat.R$id: int accessibility_custom_action_19 +wangdaye.com.geometricweather.R$styleable: int Tooltip_android_padding +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_84 +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_14 +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Light +androidx.appcompat.R$integer: R$integer() +com.google.android.material.R$color: int background_floating_material_dark +com.google.android.material.slider.BaseSlider: void setThumbElevationResource(int) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String uvDescription +androidx.appcompat.R$attr: int drawableEndCompat +com.bumptech.glide.R$id: int line3 +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActivityChooserView +androidx.dynamicanimation.R$styleable: int FontFamilyFont_android_ttcIndex +wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Light_Dialog_Bridge +com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding +cyanogenmod.app.Profile$ProfileTrigger: java.lang.String mId +com.turingtechnologies.materialscrollbar.R$id: int split_action_bar +com.bumptech.glide.R$styleable: int GradientColor_android_startY +wangdaye.com.geometricweather.R$attr: int activityChooserViewStyle +com.google.android.material.R$styleable: int ClockHandView_materialCircleRadius +wangdaye.com.geometricweather.R$styleable: int CardView_cardUseCompatPadding +androidx.appcompat.R$dimen: int abc_control_inset_material +androidx.dynamicanimation.R$dimen: int notification_content_margin_start +com.google.gson.internal.LazilyParsedNumber: LazilyParsedNumber(java.lang.String) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setIsRainOrSnow(int) +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox +wangdaye.com.geometricweather.background.receiver.widget.WidgetTrendDailyProvider +wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List getDailyForecast() +wangdaye.com.geometricweather.common.basic.models.weather.UV: boolean isValid() +com.google.android.material.R$styleable: int TabLayout_tabMinWidth +wangdaye.com.geometricweather.R$dimen: int design_tab_max_width +com.tencent.bugly.BuglyStrategy: com.tencent.bugly.BuglyStrategy setDeviceID(java.lang.String) +wangdaye.com.geometricweather.R$attr: int textAppearanceHeadline1 +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView +androidx.hilt.work.R$id: int accessibility_custom_action_2 +com.turingtechnologies.materialscrollbar.R$styleable: int[] CompoundButton +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_SearchView +io.reactivex.internal.observers.ForEachWhileObserver: boolean done +androidx.lifecycle.LiveDataReactiveStreams +androidx.constraintlayout.widget.R$color: int dim_foreground_disabled_material_dark +wangdaye.com.geometricweather.db.entities.AlertEntity: void setType(java.lang.String) +com.github.rahatarmanahmed.cpv.CircularProgressView$3 +wangdaye.com.geometricweather.R$id: int dragStart +wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Long readKey(android.database.Cursor,int) +wangdaye.com.geometricweather.R$drawable: int ic_wechat_pay +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Imperial: AccuCurrentResult$Ceiling$Imperial() +okhttp3.OkHttpClient: java.util.List networkInterceptors() +okhttp3.internal.http2.Http2Connection: void pushRequestLater(int,java.util.List) +androidx.lifecycle.extensions.R$id: int action_image +android.didikee.donate.R$styleable: int ActionBar_height +wangdaye.com.geometricweather.settings.activities.PreviewIconActivity: PreviewIconActivity() +androidx.recyclerview.R$styleable: int GradientColorItem_android_color +androidx.vectordrawable.R$color +wangdaye.com.geometricweather.R$dimen: int mtrl_card_elevation +cyanogenmod.weather.WeatherInfo$Builder: double mTemperature +androidx.appcompat.R$drawable +com.google.android.material.tabs.TabLayout: android.content.res.ColorStateList getTabIconTint() +com.google.android.material.slider.BaseSlider: int getTrackHeight() +com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getHaloTintList() +wangdaye.com.geometricweather.R$styleable: int CardView_contentPaddingLeft +cyanogenmod.providers.CMSettings$System: java.lang.String QS_SHOW_BRIGHTNESS_SLIDER +cyanogenmod.app.ThemeVersion: int getMinSupportedVersion() +okhttp3.internal.proxy.NullProxySelector: void connectFailed(java.net.URI,java.net.SocketAddress,java.io.IOException) +androidx.appcompat.R$style: int TextAppearance_AppCompat_Tooltip +cyanogenmod.weather.WeatherLocation$Builder: cyanogenmod.weather.WeatherLocation$Builder setState(java.lang.String) +com.tencent.bugly.proguard.a: com.tencent.bugly.proguard.k a(byte[],java.lang.Class) +com.jaredrummler.android.colorpicker.R$id: int parentPanel +androidx.preference.R$attr: int displayOptions +com.google.android.material.R$attr: int telltales_tailColor +okio.RealBufferedSource$1: void close() +com.google.android.material.R$id: int position +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity +com.tencent.bugly.a: java.lang.String[] getTables() +com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setPresenter(com.google.android.material.bottomnavigation.BottomNavigationPresenter) +com.google.android.material.R$style: int Theme_Design +okhttp3.internal.ws.WebSocketProtocol +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: io.reactivex.Observer downstream +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_padding_material +androidx.viewpager2.R$attr: int fontProviderFetchStrategy +wangdaye.com.geometricweather.R$layout: int widget_day_tile +com.google.android.material.R$dimen: int abc_text_size_menu_header_material +androidx.hilt.R$styleable: int FontFamilyFont_android_fontStyle +androidx.swiperefreshlayout.R$color: int notification_action_color_filter +io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: int offset +android.didikee.donate.R$dimen: int notification_large_icon_height +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonBarStyle +com.tencent.bugly.proguard.i: boolean[] d(int,boolean) +okhttp3.internal.platform.OptionalMethod: java.lang.Class[] methodParams +wangdaye.com.geometricweather.R$drawable: int notification_template_icon_low_bg +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: BaiduIPLocationResult$ContentBean$PointBean() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Imperial: AccuCurrentResult$RealFeelTemperature$Imperial() +wangdaye.com.geometricweather.R$anim: int btn_checkbox_to_checked_box_inner_merged_animation +androidx.activity.R$style: R$style() +android.didikee.donate.R$styleable: int MenuItem_showAsAction +com.tencent.bugly.proguard.n: android.content.SharedPreferences f +wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property Date +com.google.android.material.R$styleable: int ChipGroup_singleLine +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintBottom_toBottomOf +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property CloudCover +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout: FitSystemBarAppBarLayout(android.content.Context) +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: boolean cancelled +com.bumptech.glide.integration.okhttp.R$attr: int fontVariationSettings +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void dispose() +com.google.android.material.R$dimen: int notification_top_pad +com.turingtechnologies.materialscrollbar.R$color: int mtrl_bottom_nav_colored_item_tint +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionMode +androidx.preference.R$id: int forever +androidx.appcompat.R$style: int Widget_AppCompat_ActivityChooserView +androidx.core.graphics.drawable.IconCompatParcelizer: IconCompatParcelizer() +androidx.vectordrawable.R$id: int notification_background +com.google.android.material.R$color: int mtrl_textinput_focused_box_stroke_color +com.xw.repo.bubbleseekbar.R$style: int Base_Animation_AppCompat_Tooltip +androidx.preference.R$styleable: int SearchView_commitIcon +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_chainStyle +io.reactivex.Observable: io.reactivex.Observable zipArray(io.reactivex.functions.Function,boolean,int,io.reactivex.ObservableSource[]) +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void next(java.lang.Object) +com.google.android.material.chip.Chip: void setShowMotionSpecResource(int) +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.ChineseCityEntity,int) +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintEnd_toEndOf +com.google.android.gms.common.R$string: R$string() +com.google.android.material.R$string: int abc_menu_space_shortcut_label +androidx.appcompat.R$styleable: int RecycleListView_paddingTopNoTitle +android.didikee.donate.R$styleable: int AppCompatTheme_windowFixedWidthMajor +wangdaye.com.geometricweather.R$attr: int paddingBottomSystemWindowInsets +androidx.appcompat.R$style: int Theme_AppCompat_Light +androidx.viewpager2.R$layout: int notification_template_icon_group +com.xw.repo.bubbleseekbar.R$styleable: int FontFamily_fontProviderCerts +com.jaredrummler.android.colorpicker.R$dimen: int compat_button_padding_vertical_material +wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle MATERIAL +androidx.appcompat.R$drawable: int abc_list_pressed_holo_light +com.baidu.location.indoor.mapversion.c.c$b: java.lang.String a +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse +com.google.android.material.R$attr: int cardCornerRadius +androidx.constraintlayout.widget.R$id: int icon_group +com.google.android.material.R$style: int Widget_AppCompat_ActionButton_Overflow +androidx.preference.R$dimen: int abc_control_inset_material +com.tencent.bugly.crashreport.crash.c: android.content.Context b(com.tencent.bugly.crashreport.crash.c) +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: int getCollapsedSize() +com.google.android.gms.common.stats.StatsEvent +androidx.constraintlayout.widget.R$color: int background_floating_material_light +okhttp3.CertificatePinner$Pin: java.lang.String pattern +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void runBackfused() +android.didikee.donate.R$attr: int dialogPreferredPadding +cyanogenmod.profiles.AirplaneModeSettings: boolean mOverride +androidx.appcompat.R$style: int Widget_AppCompat_ListPopupWindow +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader +androidx.drawerlayout.R$color +com.tencent.bugly.crashreport.crash.anr.TraceFileHelper$b: boolean a(java.lang.String,int,java.lang.String,java.lang.String) +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_trackTint +wangdaye.com.geometricweather.search.SearchActivity: SearchActivity() +james.adaptiveicon.R$dimen: int abc_dialog_padding_top_material +androidx.constraintlayout.utils.widget.ImageFilterView: float getRoundPercent() wangdaye.com.geometricweather.R$color: int abc_background_cache_hint_selector_material_dark -androidx.lifecycle.ProcessLifecycleOwner$1: void run() -com.google.android.material.R$styleable: int TextAppearance_fontFamily -wangdaye.com.geometricweather.R$attr: int closeIconTint -androidx.drawerlayout.R$dimen: int compat_button_padding_horizontal_material -androidx.activity.R$id: int accessibility_custom_action_14 -wangdaye.com.geometricweather.R$attr: int expandedTitleMargin -com.google.android.material.progressindicator.ProgressIndicator: void setIndeterminate(boolean) -wangdaye.com.geometricweather.R$attr: int waveOffset -wangdaye.com.geometricweather.R$string: int key_appearance -james.adaptiveicon.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title -wangdaye.com.geometricweather.R$dimen: int abc_text_size_small_material -cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_DEFAULT_LED_OFF -okhttp3.internal.tls.DistinguishedNameParser +com.google.android.material.R$style: int Widget_MaterialComponents_BottomSheet_Modal +com.jaredrummler.android.colorpicker.R$drawable +com.tencent.bugly.proguard.n: n(android.content.Context) +cyanogenmod.weather.WeatherInfo$DayForecast$1: cyanogenmod.weather.WeatherInfo$DayForecast createFromParcel(android.os.Parcel) io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: void onNext(java.lang.Object) -io.reactivex.Observable: io.reactivex.Observable concatMapSingleDelayError(io.reactivex.functions.Function,boolean,int) -wangdaye.com.geometricweather.R$dimen: int abc_text_size_title_material -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void otherComplete() -com.google.android.material.R$attr: int expandedTitleGravity -com.amap.api.location.AMapLocationClientOption$GeoLanguage: AMapLocationClientOption$GeoLanguage(java.lang.String,int) -wangdaye.com.geometricweather.R$attr: int itemShapeInsetTop -androidx.appcompat.R$attr: int buttonBarButtonStyle -androidx.appcompat.R$string: int abc_searchview_description_submit -cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_getCurrentHotwordPackageName -com.amap.api.location.AMapLocation: java.lang.String r -wangdaye.com.geometricweather.R$drawable: int notif_temp_103 -androidx.appcompat.R$attr: int firstBaselineToTopHeight -james.adaptiveicon.R$layout: int select_dialog_singlechoice_material -androidx.preference.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable -androidx.constraintlayout.widget.R$attr: int textAppearanceListItemSecondary -androidx.activity.R$layout -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: void run() -android.didikee.donate.R$drawable: int abc_vector_test -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionMode -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Imperial: java.lang.String Unit -com.google.android.material.card.MaterialCardView -cyanogenmod.providers.CMSettings$Secure: java.lang.String ADVANCED_MODE -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Tooltip -android.didikee.donate.R$attr: int actionModePopupWindowStyle -com.amap.api.location.AMapLocation: java.lang.String f -com.google.android.material.appbar.AppBarLayout: void setVisibility(int) -android.didikee.donate.R$styleable: int MenuItem_numericModifiers -com.amap.api.fence.GeoFenceManagerBase: void setGeoFenceAble(java.lang.String,boolean) -james.adaptiveicon.R$styleable: int FontFamily_fontProviderFetchTimeout -androidx.appcompat.widget.ActionBarContainer: ActionBarContainer(android.content.Context) -androidx.lifecycle.ViewModel: void clear() -wangdaye.com.geometricweather.R$drawable: int weather_sleet_mini_grey -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_RatingBar -wangdaye.com.geometricweather.R$styleable: int ActivityChooserView_initialActivityCount -wangdaye.com.geometricweather.R$layout: int test_reflow_chipgroup -wangdaye.com.geometricweather.R$drawable: int notify_panel_notification_icon_bg -james.adaptiveicon.R$style: int Base_V26_Widget_AppCompat_Toolbar -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setNo2Desc(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_hintTextColor -com.xw.repo.bubbleseekbar.R$styleable: int[] GradientColorItem +androidx.dynamicanimation.R$id: int right_side +okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.lang.String[] EMPTY_RULE +com.google.android.material.datepicker.MaterialTextInputPicker +androidx.loader.R$id: int notification_main_column +androidx.preference.R$drawable: int abc_ic_menu_cut_mtrl_alpha +wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_showAlphaSlider +com.jaredrummler.android.colorpicker.R$drawable: int notification_bg_low_pressed +wangdaye.com.geometricweather.R$string: int key_card_display +androidx.appcompat.R$anim: int abc_slide_out_bottom +androidx.lifecycle.extensions.R$dimen: int notification_large_icon_width +androidx.appcompat.R$styleable: int[] AppCompatSeekBar +android.didikee.donate.R$id: int showHome +okio.Okio: okio.Sink sink(java.net.Socket) +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Small_Inverse +androidx.appcompat.R$attr: int thumbTint +wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemRippleColor +wangdaye.com.geometricweather.R$array: int widget_text_color_values +wangdaye.com.geometricweather.R$color: int lightPrimary_3 +android.didikee.donate.R$attr: int contentInsetStartWithNavigation +com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_elevation +com.tencent.bugly.crashreport.biz.a: int c +com.google.android.material.chip.Chip: void setCloseIconStartPadding(float) +wangdaye.com.geometricweather.R$attr: int drawPath +wangdaye.com.geometricweather.R$styleable: int[] MultiSelectListPreference +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void applyAndAckSettings(boolean,okhttp3.internal.http2.Settings) +okhttp3.HttpUrl: java.lang.String canonicalize(java.lang.String,java.lang.String,boolean,boolean,boolean,boolean) +okhttp3.FormBody: java.lang.String value(int) +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_expandedHintEnabled +james.adaptiveicon.R$styleable: int AppCompatSeekBar_tickMark +com.tencent.bugly.Bugly: java.lang.String getAppChannel() +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Small_Inverse +wangdaye.com.geometricweather.R$layout: int preference_widget_switch_compat +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_normalContainer +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilityRain: java.lang.Integer proba3H +okhttp3.internal.http2.Http2Connection: java.net.Socket socket +io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: void dispose() +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft +wangdaye.com.geometricweather.R$attr: int collapseIcon +com.google.android.material.progressindicator.ProgressIndicator: void setIndeterminate(boolean) +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter nullValue() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle +com.tencent.bugly.crashreport.common.strategy.a: com.tencent.bugly.crashreport.common.strategy.StrategyBean a(com.tencent.bugly.crashreport.common.strategy.a,com.tencent.bugly.crashreport.common.strategy.StrategyBean) +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Button_Small +wangdaye.com.geometricweather.R$dimen: int mtrl_chip_text_size +android.didikee.donate.R$attr: int actionBarTheme +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: FlowableRepeatWhen$WhenSourceSubscriber(org.reactivestreams.Subscriber,io.reactivex.processors.FlowableProcessor,org.reactivestreams.Subscription) +androidx.preference.R$style: int Widget_Compat_NotificationActionText +wangdaye.com.geometricweather.R$styleable: int Badge_number +androidx.appcompat.widget.AppCompatEditText: AppCompatEditText(android.content.Context,android.util.AttributeSet) +james.adaptiveicon.R$attr: int actionBarWidgetTheme wangdaye.com.geometricweather.R$drawable: int notif_temp_76 -wangdaye.com.geometricweather.R$drawable: int weather_cloudy_mini_grey -com.google.android.material.chip.Chip: com.google.android.material.resources.TextAppearance getTextAppearance() -wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_marginLeft -com.google.android.material.R$styleable: int View_paddingStart -androidx.vectordrawable.R$layout: int notification_template_custom_big -okhttp3.internal.cache2.FileOperator: void read(long,okio.Buffer,long) -com.google.android.material.R$string: int material_timepicker_pm -io.reactivex.Observable: io.reactivex.Completable concatMapCompletable(io.reactivex.functions.Function,int) -com.google.android.material.R$style: int TextAppearance_AppCompat_Subhead -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_default_padding_end_material -okio.HashingSource: java.security.MessageDigest messageDigest -okhttp3.internal.http2.Http2Stream: void receiveHeaders(java.util.List) -james.adaptiveicon.R$color: int foreground_material_light -com.google.android.material.R$layout: int notification_action_tombstone -androidx.preference.R$styleable: int AppCompatTextView_fontVariationSettings -com.google.android.material.R$attr: int dialogTheme -com.bumptech.glide.R$styleable: int FontFamilyFont_font -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_hintTextColor -wangdaye.com.geometricweather.R$mipmap -com.google.android.material.R$styleable: int Layout_layout_constraintCircleAngle -androidx.preference.R$styleable: int SwitchPreference_switchTextOn -androidx.preference.R$styleable: int SwitchPreferenceCompat_summaryOff -com.google.android.material.R$drawable: int mtrl_dropdown_arrow -androidx.cardview.R$attr -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_PopupMenu -androidx.preference.R$anim: R$anim() -androidx.constraintlayout.widget.R$dimen: int compat_notification_large_icon_max_width -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_TextView -com.xw.repo.bubbleseekbar.R$attr: int bsb_section_count -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIndicatorHeight -com.tencent.bugly.crashreport.biz.b: void a() -com.google.android.material.R$attr: int tickColorInactive -androidx.customview.widget.ExploreByTouchHelper: int mHoveredVirtualViewId -androidx.appcompat.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle -androidx.preference.R$attr: int stackFromEnd -com.google.android.material.slider.RangeSlider: int getThumbRadius() -androidx.preference.R$style: int Base_V23_Theme_AppCompat_Light -cyanogenmod.profiles.LockSettings: void readFromParcel(android.os.Parcel) -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar -com.turingtechnologies.materialscrollbar.R$dimen: int abc_control_padding_material -com.jaredrummler.android.colorpicker.R$dimen: int tooltip_precise_anchor_extra_offset -james.adaptiveicon.R$drawable: int notification_tile_bg -cyanogenmod.providers.CMSettings$System: boolean putString(android.content.ContentResolver,java.lang.String,java.lang.String) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_goneMarginLeft -wangdaye.com.geometricweather.R$id: int snapMargins -com.google.android.material.R$attr: int listPreferredItemHeightSmall -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean setNativeUserId(java.lang.String) -android.didikee.donate.R$attr -wangdaye.com.geometricweather.R$bool: int enable_system_foreground_service_default -wangdaye.com.geometricweather.R$styleable: int Tooltip_android_minHeight -com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getHaloTintList() -com.google.android.material.R$styleable: int AppBarLayout_expanded -wangdaye.com.geometricweather.R$drawable: int mtrl_ic_error -androidx.appcompat.R$dimen: int compat_button_inset_horizontal_material -com.xw.repo.bubbleseekbar.R$styleable: int[] ViewBackgroundHelper -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_suggestionRowLayout -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: java.lang.String getInterfaceDescriptor() -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setRingtone(java.lang.String) -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: com.tencent.bugly.crashreport.crash.jni.NativeExceptionHandler c(com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler) -androidx.appcompat.R$attr: int fontProviderFetchStrategy -cyanogenmod.app.CMContextConstants$Features -com.tencent.bugly.crashreport.biz.a: void a(com.tencent.bugly.crashreport.biz.a,com.tencent.bugly.crashreport.biz.UserInfoBean,boolean) -androidx.preference.R$attr: int singleLineTitle -wangdaye.com.geometricweather.R$layout: int abc_list_menu_item_layout -wangdaye.com.geometricweather.R$integer: int mtrl_calendar_selection_text_lines -com.jaredrummler.android.colorpicker.R$color: int switch_thumb_disabled_material_dark -androidx.constraintlayout.widget.R$styleable: int[] GradientColorItem -cyanogenmod.app.ICustomTileListener$Stub: ICustomTileListener$Stub() -com.tencent.bugly.crashreport.crash.CrashDetailBean: CrashDetailBean(android.os.Parcel) -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_RatingBar_Small -cyanogenmod.weather.WeatherInfo: long getTimestamp() -wangdaye.com.geometricweather.R$attr: int isMaterialTheme -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_2_light -wangdaye.com.geometricweather.R$styleable: int CheckBoxPreference_android_disableDependentsState -james.adaptiveicon.R$styleable: int LinearLayoutCompat_showDividers -com.bumptech.glide.R$id: int tag_unhandled_key_listeners -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_Button -com.google.android.material.R$attr: int cornerSizeBottomLeft -android.didikee.donate.R$styleable: int[] MenuGroup -okio.Buffer: boolean isOpen() -androidx.loader.R$string -wangdaye.com.geometricweather.R$id: int container_main_details_title +com.google.android.material.R$dimen: int design_fab_size_mini +com.turingtechnologies.materialscrollbar.R$id: int buttonPanel +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_android_enabled +androidx.work.impl.WorkDatabase_Impl +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_subtitleTextColor +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionBar_TabBar +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_button_min_width_material +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$1: void run() +com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_Bridge +io.reactivex.exceptions.CompositeException: java.lang.Throwable cause +wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: boolean isValid() +com.github.rahatarmanahmed.cpv.CircularProgressView$9 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Imperial Imperial +android.didikee.donate.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator +androidx.preference.R$styleable: int PreferenceImageView_android_maxHeight +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver +androidx.coordinatorlayout.R$styleable: int[] CoordinatorLayout +android.didikee.donate.R$attr: int titleTextColor +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getUvDescription() +wangdaye.com.geometricweather.R$style: int Platform_ThemeOverlay_AppCompat_Light +com.google.android.gms.base.R$styleable: int LoadingImageView_imageAspectRatio +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 +androidx.preference.R$anim: int fragment_close_enter +com.google.android.material.button.MaterialButton: int getIconGravity() +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualObserver[] observers +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: io.reactivex.internal.fuseable.SimplePlainQueue getOrCreateQueue() +com.tencent.bugly.crashreport.common.info.a: void b(java.lang.String) +okhttp3.Cache: void trackConditionalCacheHit() +com.google.android.material.R$style: int Theme_AppCompat_Light_Dialog_Alert +androidx.vectordrawable.R$styleable: int FontFamilyFont_android_fontWeight +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onWindowFocusChanged(boolean) +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipEndPadding +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: io.reactivex.internal.disposables.SequentialDisposable task +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: int uv +wangdaye.com.geometricweather.R$styleable: int Badge_backgroundColor +wangdaye.com.geometricweather.R$string: int wind_2 +androidx.constraintlayout.widget.R$attr: int drawableBottomCompat +androidx.fragment.R$drawable: R$drawable() +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_shadowDx +com.jaredrummler.android.colorpicker.R$attr: int titleMarginTop +cyanogenmod.providers.CMSettings$Global: android.net.Uri CONTENT_URI +com.google.android.material.R$styleable: int[] MaterialButton +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: boolean timerFired +com.xw.repo.bubbleseekbar.R$attr: int tooltipText +wangdaye.com.geometricweather.R$id: int widget_text_temperature +androidx.appcompat.widget.ActivityChooserView: androidx.appcompat.widget.ActivityChooserModel getDataModel() +androidx.preference.R$styleable: int CompoundButton_android_button +androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionMode +androidx.appcompat.widget.SearchView$SearchAutoComplete +com.google.android.material.R$styleable: int FontFamily_fontProviderQuery +com.google.android.material.R$style: int Base_Widget_MaterialComponents_CheckedTextView +cyanogenmod.app.CustomTile$ExpandedItem: java.lang.String itemSummary +wangdaye.com.geometricweather.R$drawable: int weather_fog_mini_xml +wangdaye.com.geometricweather.db.entities.DailyEntityDao: DailyEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) +wangdaye.com.geometricweather.R$drawable: int flag_ro +com.turingtechnologies.materialscrollbar.R$attr: int titleTextStyle +okhttp3.OkHttpClient: java.net.ProxySelector proxySelector() +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_indicatorSize +androidx.constraintlayout.widget.R$styleable: int SearchView_queryBackground +androidx.vectordrawable.animated.R$attr: int fontProviderPackage +com.google.android.material.R$dimen: int abc_dialog_title_divider_material +io.reactivex.internal.subscriptions.DeferredScalarSubscription: org.reactivestreams.Subscriber downstream +androidx.work.impl.utils.futures.DirectExecutor: void execute(java.lang.Runnable) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setUrl(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean) +wangdaye.com.geometricweather.R$drawable: int abc_textfield_default_mtrl_alpha +com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_precise_anchor_extra_offset +androidx.appcompat.widget.Toolbar: android.view.MenuInflater getMenuInflater() +wangdaye.com.geometricweather.R$layout: int cpv_color_item_square +com.google.android.material.R$attr: int minTouchTargetSize +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomAppBar_PrimarySurface +okhttp3.HttpUrl: java.util.List queryNamesAndValues +cyanogenmod.externalviews.KeyguardExternalView$7: void run() +androidx.loader.R$drawable +wangdaye.com.geometricweather.R$attr: int buttonStyleSmall +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: void dispose() +com.tencent.bugly.proguard.f: java.lang.Object clone() +com.google.android.material.slider.RangeSlider: void setValues(java.util.List) +james.adaptiveicon.R$styleable: int AppCompatTheme_windowNoTitle +wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: void setDuration(long) +wangdaye.com.geometricweather.R$dimen: int abc_action_button_min_width_material +com.tencent.bugly.crashreport.common.info.a: long q() +android.didikee.donate.R$layout: int notification_action +com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleMargin +com.turingtechnologies.materialscrollbar.R$id: int search_mag_icon +androidx.coordinatorlayout.R$drawable: int notification_action_background +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_shadow_height +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: com.tencent.bugly.crashreport.crash.jni.NativeExceptionHandler getNativeExceptionHandler() +com.amap.api.location.AMapLocation: void setMock(boolean) +androidx.appcompat.R$attr: int fontProviderAuthority +cyanogenmod.providers.CMSettings$System: java.lang.String VOLUME_KEYS_CONTROL_RING_STREAM +com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.reflect.Type getOwnerType() +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_PopupMenu +wangdaye.com.geometricweather.R$styleable: int[] Constraint +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView: PolylineAndHistogramView(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.appbar.CollapsingToolbarLayout: void setContentScrimColor(int) +androidx.hilt.lifecycle.R$integer: int status_bar_notification_info_maxnum +com.google.android.material.R$style: int TextAppearance_Design_Snackbar_Message +android.didikee.donate.R$id: int action_image +okhttp3.Call: okio.Timeout timeout() +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_shapeAppearance +com.amap.api.location.AMapLocation: void setCoordType(java.lang.String) +androidx.preference.R$style: int Theme_AppCompat_DayNight_NoActionBar +androidx.appcompat.R$styleable: int MenuGroup_android_id +androidx.constraintlayout.widget.R$styleable: int ActionBar_contentInsetLeft +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_CUSTOM_ENABLE +com.google.android.material.R$style: int Base_Widget_AppCompat_ActionMode +com.turingtechnologies.materialscrollbar.R$color: int mtrl_scrim_color +okhttp3.internal.Util: java.util.List immutableList(java.lang.Object[]) +com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_arrowShaftLength +androidx.constraintlayout.widget.R$styleable: int[] ActivityChooserView +wangdaye.com.geometricweather.db.entities.DailyEntity: void setHoursOfSun(float) +com.google.android.material.R$id: int dragDown +com.google.android.material.R$attr: int closeIconEnabled +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_body_2_material +retrofit2.SkipCallbackExecutorImpl: retrofit2.SkipCallbackExecutor INSTANCE +androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding +androidx.coordinatorlayout.R$id: int accessibility_custom_action_18 +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight +androidx.viewpager.R$styleable: int FontFamilyFont_android_fontStyle +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: java.lang.String getUnitId() +wangdaye.com.geometricweather.R$attr: int borderlessButtonStyle +io.reactivex.Observable: io.reactivex.Observable buffer(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +wangdaye.com.geometricweather.R$id: int ratio +com.turingtechnologies.materialscrollbar.R$attr: int closeIcon +com.google.android.material.R$id: int activity_chooser_view_content +wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat_Dark +com.tencent.bugly.proguard.i: java.lang.String b(int,boolean) +wangdaye.com.geometricweather.R$attr: int switchTextOff +wangdaye.com.geometricweather.R$drawable: int dialog_background +wangdaye.com.geometricweather.R$string: int widget_text +com.google.android.material.R$styleable: int ConstraintSet_layout_goneMarginBottom +com.xw.repo.bubbleseekbar.R$attr: int listPreferredItemPaddingLeft +com.tencent.bugly.crashreport.crash.CrashDetailBean: void writeToParcel(android.os.Parcel,int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: java.util.List getValue() +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver: ObservableMergeWithSingle$MergeWithObserver$OtherObserver(io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver) +android.didikee.donate.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog +cyanogenmod.app.StatusBarPanelCustomTile: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$drawable: int weather_rain_mini_xml +retrofit2.ParameterHandler$RelativeUrl: void apply(retrofit2.RequestBuilder,java.lang.Object) +com.tencent.bugly.proguard.j: int a(java.lang.String) +wangdaye.com.geometricweather.R$id: int widget_week_week_3 +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: io.reactivex.disposables.CompositeDisposable compositeDisposable +androidx.lifecycle.ComputableLiveData$1: ComputableLiveData$1(androidx.lifecycle.ComputableLiveData) +com.turingtechnologies.materialscrollbar.R$attr: int bottomNavigationStyle +com.jaredrummler.android.colorpicker.R$color: int abc_hint_foreground_material_dark +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constrainedWidth +androidx.lifecycle.ProcessLifecycleOwner: androidx.lifecycle.ProcessLifecycleOwner sInstance +io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object) +android.didikee.donate.R$color: int switch_thumb_normal_material_dark +cyanogenmod.externalviews.ExternalView$1: ExternalView$1(cyanogenmod.externalviews.ExternalView) +com.google.android.material.R$style: int Base_Widget_AppCompat_AutoCompleteTextView +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String getGrassDescription() +androidx.swiperefreshlayout.R$id: int action_divider +androidx.hilt.lifecycle.R$dimen: int notification_small_icon_size_as_large +android.didikee.donate.R$layout: int abc_search_dropdown_item_icons_2line +androidx.preference.R$style: int Theme_AppCompat_NoActionBar +android.support.v4.graphics.drawable.IconCompatParcelizer: IconCompatParcelizer() +com.tencent.bugly.crashreport.common.info.PlugInBean: android.os.Parcelable$Creator CREATOR +okhttp3.internal.http2.Http2Connection$2: void execute() +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_AES_128_CBC_SHA256 +wangdaye.com.geometricweather.R$attr: int buttonBarNeutralButtonStyle +okhttp3.ConnectionSpec: java.lang.String[] tlsVersions +io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: MpscLinkedQueue$LinkedQueueNode(java.lang.Object) +androidx.loader.R$dimen: int notification_top_pad +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarTabTextStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: java.lang.String getLogo() +wangdaye.com.geometricweather.R$attr: int layoutDescription +cyanogenmod.weather.WeatherInfo$Builder: double mWindSpeed +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void innerComplete() +androidx.appcompat.R$styleable: int TextAppearance_android_textColor +cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks: boolean requestDismissAndStartActivity(android.content.Intent) +wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customBoolean +io.reactivex.Observable: io.reactivex.Observable switchMapDelayError(io.reactivex.functions.Function) +io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: long serialVersionUID +com.google.android.gms.common.api.GoogleApiClient: void registerConnectionFailedListener(com.google.android.gms.common.api.GoogleApiClient$OnConnectionFailedListener) +androidx.lifecycle.ProcessLifecycleOwner$3: ProcessLifecycleOwner$3(androidx.lifecycle.ProcessLifecycleOwner) +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: ObservableBufferBoundary$BufferCloseObserver(io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver,long) +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle +com.tencent.bugly.crashreport.crash.anr.b: boolean f() +androidx.preference.R$id: int accessibility_custom_action_18 +androidx.appcompat.R$styleable: int AppCompatTheme_panelBackground +okio.ByteString: java.lang.String base64Url() +com.google.android.material.bottomnavigation.BottomNavigationView: void setItemTextColor(android.content.res.ColorStateList) +retrofit2.Retrofit: retrofit2.Converter requestBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],java.lang.annotation.Annotation[]) +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintBaseline_creator +wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation: wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation RIGHT +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse +com.google.android.material.R$styleable: int[] ActivityChooserView +io.reactivex.Observable: io.reactivex.Observable timeout(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,io.reactivex.ObservableSource) +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha +androidx.preference.R$styleable: int ActionBar_indeterminateProgressStyle +com.turingtechnologies.materialscrollbar.R$dimen: int design_tab_text_size_2line +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String Type +com.jaredrummler.android.colorpicker.R$dimen: int abc_disabled_alpha_material_light +com.google.android.material.R$string: int material_timepicker_select_time +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_Dialog_Alert +androidx.fragment.R$color: R$color() +com.google.android.material.R$style: int Widget_MaterialComponents_BottomAppBar +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorSwitchThumbNormal +androidx.appcompat.R$string: int abc_searchview_description_voice +wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_handleColor +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: cyanogenmod.externalviews.IKeyguardExternalViewCallbacks asInterface(android.os.IBinder) +cyanogenmod.weather.WeatherInfo: double getTemperature() +com.google.android.material.button.MaterialButton: com.google.android.material.shape.ShapeAppearanceModel getShapeAppearanceModel() +cyanogenmod.themes.IThemeService: void registerThemeProcessingListener(cyanogenmod.themes.IThemeProcessingListener) +com.google.android.material.button.MaterialButton: void setBackgroundTintList(android.content.res.ColorStateList) +com.google.android.material.floatingactionbutton.FloatingActionButton$Behavior: FloatingActionButton$Behavior(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.motion.widget.MotionLayout: void setTransition(int) +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void innerError(java.lang.Throwable) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: java.lang.String unit +androidx.appcompat.R$style: int Widget_AppCompat_ProgressBar +com.google.android.material.R$styleable: int ImageFilterView_saturation +com.google.android.material.R$style: int Base_Widget_AppCompat_RatingBar +androidx.constraintlayout.widget.R$styleable: int ActionMode_backgroundSplit +com.google.android.material.R$styleable: int TabLayout_tabIconTint +cyanogenmod.content.Intent: java.lang.String ACTION_THEME_INSTALLED +okio.Okio: okio.Source source(java.io.InputStream,okio.Timeout) +com.turingtechnologies.materialscrollbar.R$attr: int boxBackgroundColor +com.google.android.material.R$color: int design_dark_default_color_primary_variant +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_defaultValue +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$3 +androidx.loader.R$attr: int fontProviderQuery +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: java.lang.String unit +com.google.android.material.button.MaterialButton: android.content.res.ColorStateList getSupportBackgroundTintList() +androidx.hilt.work.R$id: int accessibility_custom_action_11 +okhttp3.CookieJar$1: java.util.List loadForRequest(okhttp3.HttpUrl) +wangdaye.com.geometricweather.common.ui.transitions.RoundCornerTransition: RoundCornerTransition(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.widget.R$attr: int layout_editor_absoluteX +wangdaye.com.geometricweather.R$attr: int titleMargin +com.autonavi.aps.amapapi.model.AMapLocationServer: void a(org.json.JSONObject) +com.google.android.material.progressindicator.ProgressIndicator: void setInverse(boolean) +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_8 +androidx.appcompat.widget.ActionMenuView: void setOverflowIcon(android.graphics.drawable.Drawable) +androidx.appcompat.R$anim: int abc_slide_in_bottom +okio.DeflaterSink: DeflaterSink(okio.BufferedSink,java.util.zip.Deflater) +okio.Buffer: java.io.InputStream inputStream() +com.google.android.material.R$attr: int customBoolean +wangdaye.com.geometricweather.R$layout: int item_icon_provider +com.google.android.material.R$styleable: int AppCompatTheme_dialogCornerRadius +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Menu +cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_SHOW_WEATHER +cyanogenmod.weather.RequestInfo: boolean equals(java.lang.Object) +androidx.constraintlayout.widget.R$style: int Platform_ThemeOverlay_AppCompat_Dark +androidx.preference.R$dimen: int abc_text_size_large_material +androidx.appcompat.resources.R$drawable +com.google.android.gms.base.R$drawable: R$drawable() +androidx.preference.R$attr: int fragment +com.tencent.bugly.crashreport.common.info.AppInfo: AppInfo() +com.tencent.bugly.proguard.ak: java.lang.String d +androidx.preference.R$styleable: int AppCompatTheme_actionOverflowButtonStyle +android.didikee.donate.R$string: int search_menu_title +io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: io.reactivex.Observer downstream +okhttp3.Response$Builder: void checkPriorResponse(okhttp3.Response) +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout +okhttp3.ConnectionPool$1 +androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type ERROR +com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Dialog_Bridge +cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_TEMPERATURE_NIGHT +com.google.android.material.R$anim: int mtrl_bottom_sheet_slide_out +androidx.core.widget.NestedScrollView: int getNestedScrollAxes() +wangdaye.com.geometricweather.R$drawable: int notif_temp_69 +androidx.preference.R$styleable: int ColorStateListItem_alpha +android.didikee.donate.R$attr: int commitIcon +androidx.lifecycle.AbstractSavedStateViewModelFactory: androidx.lifecycle.ViewModel create(java.lang.Class) +androidx.appcompat.R$attr: int track +wangdaye.com.geometricweather.R$color: int dim_foreground_material_light +wangdaye.com.geometricweather.R$layout: int design_layout_snackbar_include +androidx.hilt.R$styleable +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ButtonBar +com.tencent.bugly.crashreport.crash.c: com.tencent.bugly.crashreport.crash.c a(int,android.content.Context,boolean,com.tencent.bugly.BuglyStrategy$a,com.tencent.bugly.proguard.o,java.lang.String) +android.didikee.donate.R$attr: int popupMenuStyle +com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_cursor_material +io.reactivex.Observable: io.reactivex.Observable concatArrayEagerDelayError(io.reactivex.ObservableSource[]) +com.google.android.material.R$drawable: int abc_ab_share_pack_mtrl_alpha +james.adaptiveicon.R$attr: int listPreferredItemPaddingRight +com.turingtechnologies.materialscrollbar.R$id: int action_bar_spinner +com.google.android.material.textfield.TextInputLayout: void addOnEditTextAttachedListener(com.google.android.material.textfield.TextInputLayout$OnEditTextAttachedListener) +androidx.coordinatorlayout.R$style: int Widget_Compat_NotificationActionText +com.tencent.bugly.proguard.c: java.util.HashMap e +androidx.legacy.coreutils.R$style: int TextAppearance_Compat_Notification_Title +com.google.android.material.R$color: int test_mtrl_calendar_day_selected +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr Precip1hr +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light_Dialog +com.turingtechnologies.materialscrollbar.R$styleable: int[] MaterialCardView +okhttp3.internal.http2.Http2Writer: okio.Buffer hpackBuffer +cyanogenmod.app.IPartnerInterface +com.google.android.material.R$style: int Widget_MaterialComponents_TextInputEditText_OutlinedBox +wangdaye.com.geometricweather.R$drawable: int notif_temp_94 +wangdaye.com.geometricweather.R$attr: int windowActionBar +okhttp3.OkHttpClient: java.util.List connectionSpecs() +androidx.preference.R$attr: int switchStyle +androidx.loader.R$styleable: int GradientColor_android_endY +com.amap.api.location.AMapLocation: java.lang.String f(com.amap.api.location.AMapLocation,java.lang.String) +android.didikee.donate.R$string: int abc_capital_on +com.google.android.material.chip.Chip: void setChipCornerRadiusResource(int) +okhttp3.internal.http2.Http2Connection: boolean shutdown +androidx.legacy.coreutils.R$dimen: int compat_button_inset_vertical_material +androidx.transition.R$dimen: int notification_large_icon_width +cyanogenmod.app.ProfileManager: android.content.Context mContext +androidx.viewpager.widget.PagerTabStrip: int getTabIndicatorColor() +androidx.viewpager2.R$dimen: int notification_action_icon_size +com.google.android.material.R$styleable: int Insets_paddingBottomSystemWindowInsets +androidx.drawerlayout.widget.DrawerLayout: DrawerLayout(android.content.Context) +cyanogenmod.weather.CMWeatherManager$2$2: void run() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatSeekBar_tickMarkTint +com.tencent.bugly.crashreport.biz.UserInfoBean: long i +cyanogenmod.hardware.IThermalListenerCallback$Stub: java.lang.String DESCRIPTOR +wangdaye.com.geometricweather.R$styleable: int AlertDialog_buttonPanelSideLayout +com.google.android.material.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common +okhttp3.internal.annotations.EverythingIsNonNull +wangdaye.com.geometricweather.R$styleable: int MotionHelper_onShow +com.jaredrummler.android.colorpicker.R$style: int Preference_Category_Material +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_seekBarStyle +cyanogenmod.weather.ICMWeatherManager +com.google.android.material.appbar.AppBarLayout$BaseBehavior$SavedState: android.os.Parcelable$Creator CREATOR +androidx.appcompat.R$styleable: int MenuItem_android_title +com.google.android.material.R$dimen: int abc_text_size_title_material_toolbar +androidx.lifecycle.GeneratedAdapter +com.xw.repo.bubbleseekbar.R$color: int material_grey_100 +com.google.android.material.R$dimen: int mtrl_calendar_selection_text_baseline_to_bottom_fullscreen +com.google.android.material.R$styleable: int Toolbar_collapseContentDescription +okhttp3.internal.ws.RealWebSocket: int receivedCloseCode +androidx.constraintlayout.widget.R$attr: int numericModifiers +androidx.appcompat.R$styleable: int FontFamilyFont_fontWeight +wangdaye.com.geometricweather.R$style: int Base_V21_Theme_AppCompat_Light_Dialog +okhttp3.internal.http2.Http2Codec: okhttp3.Response$Builder readResponseHeaders(boolean) +androidx.loader.R$styleable: int[] GradientColorItem +cyanogenmod.power.IPerformanceManager$Stub$Proxy: void cpuBoost(int) +androidx.lifecycle.ClassesInfoCache: androidx.lifecycle.ClassesInfoCache$CallbackInfo getInfo(java.lang.Class) +com.bumptech.glide.Registry$NoModelLoaderAvailableException: Registry$NoModelLoaderAvailableException(java.lang.Class,java.lang.Class) +com.google.android.material.card.MaterialCardView: void setRippleColor(android.content.res.ColorStateList) +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void onComplete() +com.jaredrummler.android.colorpicker.R$attr: int contentInsetRight +wangdaye.com.geometricweather.R$styleable: int[] MenuItem +com.google.android.material.R$attr: int tabIndicatorColor +com.google.android.material.R$attr: int boxCornerRadiusTopStart +okhttp3.internal.platform.Platform: void logCloseableLeak(java.lang.String,java.lang.Object) +com.google.android.material.R$styleable: int Spinner_android_prompt +com.google.android.material.R$dimen: int design_snackbar_extra_spacing_horizontal +com.tencent.bugly.crashreport.common.info.PlugInBean: int describeContents() +com.tencent.bugly.crashreport.common.info.AppInfo: java.lang.String g(android.content.Context) +okhttp3.CookieJar$1 +wangdaye.com.geometricweather.R$animator: int weather_fog_3 +com.google.android.material.R$color: int mtrl_fab_ripple_color +com.google.android.material.R$attr: int layout_goneMarginBottom +wangdaye.com.geometricweather.common.basic.GeoViewModel: GeoViewModel(android.app.Application) +wangdaye.com.geometricweather.R$animator: int mtrl_fab_transformation_sheet_collapse_spec +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$2: LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$2(androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription) +com.google.android.material.tabs.TabLayout: void setSelectedTabIndicatorGravity(int) +com.google.android.material.R$styleable: int DrawerArrowToggle_color +com.google.android.gms.common.internal.BinderWrapper +wangdaye.com.geometricweather.R$id: int chip_group +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: long serialVersionUID +androidx.preference.R$attr: int buttonGravity +com.google.android.material.R$styleable: int MaterialCheckBox_buttonTint +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_analogContainer_dark +androidx.preference.R$attr: int layout_behavior +wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_showColorShades +com.google.android.material.transformation.FabTransformationScrimBehavior: FabTransformationScrimBehavior() +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_Switch +com.google.gson.internal.JsonReaderInternalAccess: com.google.gson.internal.JsonReaderInternalAccess INSTANCE +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Chip_Action +okhttp3.internal.http2.Settings: int MAX_CONCURRENT_STREAMS +okio.Pipe: okio.Source source +com.turingtechnologies.materialscrollbar.R$attr: int barLength +wangdaye.com.geometricweather.R$styleable: int PreferenceFragment_allowDividerAfterLastItem +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void innerError(java.lang.Throwable) +androidx.appcompat.R$styleable: int AppCompatTheme_dropDownListViewStyle +com.google.android.material.R$style: int Theme_AppCompat_DayNight_Dialog +com.xw.repo.bubbleseekbar.R$attr: int alertDialogButtonGroupStyle +com.google.android.gms.base.R$attr: int circleCrop +android.didikee.donate.R$dimen: R$dimen() +com.google.android.material.R$styleable: int Slider_trackColor +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_trackTint +com.google.android.material.R$attr: int switchMinWidth +wangdaye.com.geometricweather.R$attr: int textEndPadding +androidx.lifecycle.extensions.R$dimen: int compat_button_padding_horizontal_material +androidx.core.widget.NestedScrollView: NestedScrollView(android.content.Context,android.util.AttributeSet,int) +androidx.appcompat.R$styleable: int[] AnimatedStateListDrawableItem +androidx.appcompat.R$style: int Widget_AppCompat_Toolbar +com.google.android.material.R$styleable: int AppCompatTheme_colorBackgroundFloating +androidx.constraintlayout.widget.R$attr: int mock_labelColor +androidx.appcompat.R$id: int default_activity_button +com.turingtechnologies.materialscrollbar.R$styleable: int[] Toolbar +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Day_Selected +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.Temperature getTemperature() +okhttp3.OkHttpClient: okhttp3.internal.tls.CertificateChainCleaner certificateChainCleaner +okhttp3.Protocol: okhttp3.Protocol HTTP_1_0 +james.adaptiveicon.R$styleable: int MenuItem_android_checkable +wangdaye.com.geometricweather.R$attr: int transitionShapeAppearance +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay valueOf(java.lang.String) +okhttp3.internal.Util: void addSuppressedIfPossible(java.lang.Throwable,java.lang.Throwable) +james.adaptiveicon.R$drawable: int abc_cab_background_top_mtrl_alpha +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintEnd_toStartOf +com.tencent.bugly.proguard.i$a: i$a() +com.google.android.material.R$id: int tag_accessibility_actions +androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type LEFT +com.amap.api.location.AMapLocationClientOption: boolean isLocationCacheEnable() +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_Bridge +okhttp3.internal.Internal: okhttp3.internal.connection.StreamAllocation streamAllocation(okhttp3.Call) +wangdaye.com.geometricweather.R$styleable: int ActionBar_logo +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler getInstance() +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large +com.google.android.material.R$styleable: int TextInputLayout_boxBackgroundColor +com.jaredrummler.android.colorpicker.R$dimen: int abc_seekbar_track_progress_height_material +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: java.lang.String MobileLink +wangdaye.com.geometricweather.R$array: int widget_styles +com.google.android.material.slider.BaseSlider: void setThumbRadius(int) +com.turingtechnologies.materialscrollbar.R$drawable: int notification_bg_normal +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: io.reactivex.functions.Function mapper +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeRainPrecipitationProbability(java.lang.Float) +com.google.android.gms.base.R$color: int common_google_signin_btn_text_light_focused +wangdaye.com.geometricweather.R$styleable: int MenuItem_showAsAction +wangdaye.com.geometricweather.R$styleable: int OnSwipe_maxVelocity +okhttp3.internal.http2.Http2Stream$StreamTimeout: okhttp3.internal.http2.Http2Stream this$0 +okhttp3.internal.http2.Http2Reader: boolean nextFrame(boolean,okhttp3.internal.http2.Http2Reader$Handler) +james.adaptiveicon.R$attr: int commitIcon +androidx.constraintlayout.widget.R$color: int ripple_material_dark +wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_marginEnd +wangdaye.com.geometricweather.R$styleable: int Toolbar_buttonGravity +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_1 +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_measureWithLargestChild +androidx.appcompat.R$attr: int autoSizeMinTextSize +wangdaye.com.geometricweather.R$string: int key_daily_trend_display +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_content_inset_with_nav +androidx.preference.R$attr: int listPreferredItemPaddingEnd +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: boolean access$702(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl,boolean) +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void onError(java.lang.Throwable) +androidx.hilt.work.R$id: int accessibility_custom_action_29 +androidx.preference.R$styleable: int RecyclerView_layoutManager +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse +io.reactivex.internal.observers.DeferredScalarObserver: io.reactivex.disposables.Disposable upstream +cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_setDefaultLiveLockScreen +androidx.appcompat.resources.R$styleable: int GradientColor_android_endX +okhttp3.Route: java.net.InetSocketAddress inetSocketAddress +androidx.appcompat.R$style: int Widget_AppCompat_Light_SearchView +wangdaye.com.geometricweather.weather.json.mf.MfRainResult: MfRainResult() +com.google.android.material.R$styleable: int Slider_android_value +com.google.android.material.floatingactionbutton.FloatingActionButton: android.content.res.ColorStateList getRippleColorStateList() +androidx.work.R$id: int accessibility_custom_action_1 +androidx.lifecycle.LiveData$ObserverWrapper +okhttp3.internal.cache.DiskLruCache$Editor: void abortUnlessCommitted() +com.jaredrummler.android.colorpicker.R$dimen: int hint_alpha_material_dark +cyanogenmod.app.ICustomTileListener$Stub: java.lang.String DESCRIPTOR +com.tencent.bugly.crashreport.common.info.a: java.util.Set E() +wangdaye.com.geometricweather.R$attr: int key +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_31 +com.google.android.material.R$string: int abc_searchview_description_query +androidx.hilt.work.R$id: int visible_removing_fragment_view_tag +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ListMenuView +com.turingtechnologies.materialscrollbar.R$attr: int msb_autoHide +james.adaptiveicon.R$id: int normal +com.google.android.material.R$layout: int mtrl_alert_dialog_actions +androidx.preference.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight +james.adaptiveicon.R$attr: int contentInsetStartWithNavigation +wangdaye.com.geometricweather.R$styleable: int Slider_thumbColor +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean appendWholeNativeLog(java.lang.String) +androidx.preference.R$drawable: int abc_ic_commit_search_api_mtrl_alpha +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_endIconMode +cyanogenmod.app.IProfileManager$Stub$Proxy: boolean notificationGroupExistsByName(java.lang.String) +com.google.android.material.R$color: int bright_foreground_inverse_material_dark +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHorizontal_weight +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: AccuCurrentResult$PrecipitationSummary() +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setColorSchemeResources(int[]) +cyanogenmod.hardware.IThermalListenerCallback$Stub$Proxy: void onThermalChanged(int) +io.reactivex.internal.util.VolatileSizeArrayList: boolean isEmpty() +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: int val$height +wangdaye.com.geometricweather.R$string: int glide +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_menuCategory +io.reactivex.Observable: io.reactivex.Observable groupBy(io.reactivex.functions.Function,io.reactivex.functions.Function) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatSeekBar_android_thumb +androidx.preference.R$styleable: int Toolbar_titleMarginStart +cyanogenmod.power.IPerformanceManager$Stub$Proxy: boolean setPowerProfile(int) +com.google.android.material.R$style: int Widget_AppCompat_Button_Borderless +com.google.android.material.R$attr: int colorOnPrimarySurface +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Imperial Imperial +com.google.android.material.R$dimen: int notification_large_icon_width +cyanogenmod.content.Intent: java.lang.String ACTION_THEME_REMOVED +com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_centerColor +androidx.vectordrawable.R$id: int accessibility_custom_action_18 +io.reactivex.Observable: io.reactivex.Observable switchMap(io.reactivex.functions.Function,int) +cyanogenmod.externalviews.KeyguardExternalViewProviderService: android.view.WindowManager mWindowManager +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit M +androidx.constraintlayout.widget.R$color: int background_material_dark +okio.Okio: okio.Sink blackhole() +androidx.constraintlayout.widget.R$styleable: int View_android_theme +androidx.appcompat.widget.AppCompatSpinner: void setPopupBackgroundResource(int) +com.tencent.bugly.crashreport.biz.UserInfoBean: long g +io.reactivex.internal.disposables.ArrayCompositeDisposable +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps$WarningTimelapsItem: MfWarningsResult$WarningTimelaps$WarningTimelapsItem() +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_20 +com.google.android.material.R$attr: int collapsingToolbarLayoutStyle +cyanogenmod.app.ProfileManager: java.lang.String[] getProfileNames() +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarSwipeRefreshLayout: FitSystemBarSwipeRefreshLayout(android.content.Context,android.util.AttributeSet) +androidx.preference.R$styleable: int RecyclerView_android_clipToPadding +okhttp3.Protocol: okhttp3.Protocol HTTP_2 +com.google.android.material.R$dimen: int abc_action_bar_content_inset_with_nav +james.adaptiveicon.R$drawable: int abc_ic_menu_selectall_mtrl_alpha +androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft +wangdaye.com.geometricweather.R$styleable: int[] MotionHelper +com.xw.repo.bubbleseekbar.R$dimen: int compat_notification_large_icon_max_width +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: java.lang.String unit +okio.Buffer: okio.ByteString digest(java.lang.String) +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_DialogWhenLarge +james.adaptiveicon.R$styleable: int[] AppCompatSeekBar +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: java.lang.String unit +com.tencent.bugly.proguard.v: boolean a(com.tencent.bugly.proguard.an,com.tencent.bugly.crashreport.common.info.a,com.tencent.bugly.crashreport.common.strategy.a) +com.bumptech.glide.R$id: int action_divider +androidx.drawerlayout.R$styleable: int FontFamilyFont_android_fontWeight +wangdaye.com.geometricweather.R$color: int material_on_surface_stroke +okio.Buffer: long completeSegmentByteCount() +com.google.android.material.slider.Slider: float getValueFrom() +com.google.android.material.R$styleable: int AppCompatTheme_selectableItemBackground +okhttp3.internal.cache.CacheInterceptor: okhttp3.Headers combine(okhttp3.Headers,okhttp3.Headers) +okio.Buffer: int readIntLe() +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowActionBarOverlay +androidx.viewpager.R$id: int async +com.google.android.material.R$dimen: int mtrl_btn_inset +james.adaptiveicon.R$drawable: int abc_tab_indicator_material +com.xw.repo.bubbleseekbar.R$id: int action_mode_bar +okhttp3.Response$Builder: okhttp3.Response$Builder removeHeader(java.lang.String) +com.google.android.material.bottomappbar.BottomAppBar: void setFabAlignmentMode(int) +okio.Buffer: int hashCode() +androidx.constraintlayout.widget.ConstraintLayout: void setMaxWidth(int) +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit valueOf(java.lang.String) +com.jaredrummler.android.colorpicker.R$drawable: int abc_vector_test +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric +com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat_ActionBar +com.xw.repo.bubbleseekbar.R$layout: int abc_action_menu_layout +com.jaredrummler.android.colorpicker.R$attr: int initialExpandedChildrenCount +androidx.constraintlayout.widget.R$styleable: int Constraint_transitionEasing +wangdaye.com.geometricweather.R$id: int item_details +androidx.coordinatorlayout.R$attr: int coordinatorLayoutStyle +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData: LiveDataReactiveStreams$PublisherLiveData(org.reactivestreams.Publisher) +androidx.constraintlayout.widget.ConstraintLayout: void setConstraintSet(androidx.constraintlayout.widget.ConstraintSet) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Metric: int UnitType +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: java.lang.String getUpdateIntervalName(android.content.Context) +okio.Buffer$UnsafeCursor: int end +wangdaye.com.geometricweather.R$styleable: int PreferenceGroup_initialExpandedChildrenCount +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_NoActionBar_Bridge +androidx.activity.R$styleable: int GradientColor_android_centerColor +androidx.work.R$id: int tag_screen_reader_focusable +james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu +okhttp3.MultipartBody: void writeTo(okio.BufferedSink) +cyanogenmod.app.CustomTile$ExpandedItem: CustomTile$ExpandedItem(cyanogenmod.app.CustomTile$1) +okhttp3.internal.io.FileSystem$1 +androidx.preference.R$attr: int autoSizeMinTextSize +androidx.constraintlayout.helper.widget.Layer: void setElevation(float) +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.identityscope.IdentityScope identityScope +androidx.coordinatorlayout.R$styleable: int FontFamilyFont_android_fontVariationSettings +james.adaptiveicon.R$styleable: int ActionBar_displayOptions +com.turingtechnologies.materialscrollbar.R$styleable: int[] StateListDrawable +cyanogenmod.weather.WeatherInfo: boolean access$000(int) +wangdaye.com.geometricweather.background.polling.PollingUpdateHelper +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: long EpochDateTime +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_hintTextAppearance +com.google.android.material.R$dimen: int mtrl_calendar_header_selection_line_height +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1: void onFailed() +androidx.appcompat.R$style: int Base_V7_Widget_AppCompat_Toolbar +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Subhead_Inverse +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: void setWeather(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX) +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_startIconDrawable +com.tencent.bugly.proguard.b +wangdaye.com.geometricweather.db.entities.DailyEntity: void setSo2(java.lang.Float) +androidx.preference.R$dimen: int abc_action_bar_elevation_material +wangdaye.com.geometricweather.R$id: int widget_day_week_time +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_32 +com.bumptech.glide.R$id: int text +androidx.appcompat.R$styleable: int ViewStubCompat_android_id +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_subhead_material +com.google.android.material.R$dimen: int mtrl_alert_dialog_background_inset_bottom +android.didikee.donate.R$styleable: int AppCompatTheme_editTextColor +com.google.android.material.R$attr: int actionBarTabBarStyle +james.adaptiveicon.R$styleable: int View_android_theme +com.amap.api.fence.GeoFence: java.util.List getPointList() +com.turingtechnologies.materialscrollbar.R$string: int abc_shareactionprovider_share_with +androidx.preference.R$styleable: int AppCompatTheme_buttonStyle +cyanogenmod.hardware.ICMHardwareService: int getThermalState() +com.xw.repo.bubbleseekbar.R$attr: int queryBackground +androidx.appcompat.R$dimen: int abc_dialog_padding_top_material +cyanogenmod.themes.ThemeManager: void requestThemeChange(cyanogenmod.themes.ThemeChangeRequest,boolean) +io.reactivex.internal.observers.BlockingObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.viewpager.widget.ViewPager: int getClientWidth() +androidx.swiperefreshlayout.R$layout: R$layout() +android.didikee.donate.R$styleable: int MenuItem_alphabeticModifiers +androidx.legacy.coreutils.R$styleable: int GradientColor_android_tileMode +io.reactivex.Observable: io.reactivex.Observable throttleLast(long,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.R$attr: int searchViewStyle +wangdaye.com.geometricweather.R$id: int withText +okhttp3.internal.cache.InternalCache: okhttp3.internal.cache.CacheRequest put(okhttp3.Response) +com.tencent.bugly.proguard.x: boolean e(java.lang.String,java.lang.Object[]) com.bumptech.glide.Registry$NoModelLoaderAvailableException: Registry$NoModelLoaderAvailableException(java.lang.Object,java.util.List) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu -okhttp3.internal.http.HttpDate: java.lang.ThreadLocal STANDARD_DATE_FORMAT -com.tencent.bugly.crashreport.biz.b: long l() -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float total -retrofit2.Retrofit: retrofit2.Converter responseBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[]) -android.support.v4.app.INotificationSideChannel$Stub$Proxy -com.google.android.material.R$style: int ThemeOverlay_AppCompat_DayNight_ActionBar -com.xw.repo.bubbleseekbar.R$styleable: int[] CompoundButton -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActivityChooserView -androidx.dynamicanimation.R$id: int blocking -okio.Base64 -wangdaye.com.geometricweather.R$id: int item_card_display_sortButton -androidx.preference.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle -androidx.fragment.R$id: int async -android.didikee.donate.R$dimen: int abc_button_inset_horizontal_material -androidx.core.R$layout: int notification_template_custom_big -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem -wangdaye.com.geometricweather.R$attr: int expandedTitleTextAppearance -androidx.viewpager2.R$attr: int fastScrollVerticalTrackDrawable -androidx.appcompat.R$dimen: int tooltip_corner_radius -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String IS_DEFAULT_THEME -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: java.util.List value -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getRainPrecipitationProbability() -wangdaye.com.geometricweather.R$styleable: int RecycleListView_paddingTopNoTitle -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_SEED_CBC_SHA +androidx.preference.R$id: int search_voice_btn +com.jaredrummler.android.colorpicker.R$attr: int dividerHorizontal +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_headerLayout +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver +wangdaye.com.geometricweather.R$styleable: int PreferenceFragmentCompat_allowDividerAfterLastItem +wangdaye.com.geometricweather.R$id: int autoCompleteToEnd +cyanogenmod.weatherservice.IWeatherProviderServiceClient +com.tencent.bugly.crashreport.common.info.a: java.lang.String ap +androidx.constraintlayout.widget.R$attr: int percentY +com.google.android.material.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle +com.google.android.material.R$styleable: int AppCompatTheme_windowMinWidthMinor +wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerSizeTopRight +io.reactivex.internal.subscriptions.DeferredScalarSubscription: int HAS_REQUEST_NO_VALUE +com.google.android.material.R$styleable: int ConstraintLayout_Layout_barrierDirection +androidx.constraintlayout.widget.R$styleable: int GradientColor_android_centerY +androidx.coordinatorlayout.R$styleable: int FontFamilyFont_ttcIndex +okhttp3.internal.http2.Http2Writer: void goAway(int,okhttp3.internal.http2.ErrorCode,byte[]) +androidx.appcompat.R$style: int Base_Widget_AppCompat_Spinner_Underlined +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: android.view.Window access$200(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) +wangdaye.com.geometricweather.common.basic.models.weather.Alert +androidx.appcompat.widget.SwitchCompat: void setCustomSelectionActionModeCallback(android.view.ActionMode$Callback) +com.turingtechnologies.materialscrollbar.R$style: int CardView_Light +androidx.appcompat.widget.ActionBarOverlayLayout: void setWindowTitle(java.lang.CharSequence) +com.google.android.material.R$attr: int titleTextAppearance +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_21 +cyanogenmod.platform.Manifest$permission: java.lang.String OBSERVE_AUDIO_SESSIONS +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionMode +com.google.android.material.R$layout: int mtrl_alert_dialog_title +okio.RealBufferedSource: java.io.InputStream inputStream() +androidx.fragment.R$id: int accessibility_custom_action_28 +androidx.appcompat.view.menu.StandardMenuPopup: void setOnDismissListener(android.widget.PopupWindow$OnDismissListener) +androidx.viewpager.R$styleable: int GradientColor_android_endColor +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult$Temperature Temperature +com.google.android.material.R$attr: int buttonPanelSideLayout +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableTintMode +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: int rightIndex +androidx.preference.R$styleable: int GradientColor_android_startColor +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer getRealFeelShaderTemperature() +io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: boolean done +android.didikee.donate.R$id: int action_mode_bar_stub +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: java.lang.String color +androidx.viewpager.R$styleable: int FontFamily_fontProviderAuthority +androidx.constraintlayout.widget.R$id: int pathRelative +wangdaye.com.geometricweather.R$string: int feedback_cannot_start_live_wallpaper_activity +androidx.hilt.R$styleable: int FontFamilyFont_ttcIndex +com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_ripple_color +com.google.android.material.textfield.TextInputLayout: android.graphics.drawable.Drawable getEndIconDrawable() +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header +androidx.coordinatorlayout.widget.CoordinatorLayout: void setStatusBarBackground(android.graphics.drawable.Drawable) +androidx.preference.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_horizontalStyle +com.xw.repo.bubbleseekbar.R$styleable: int Spinner_popupTheme +androidx.preference.R$attr: int colorControlHighlight +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay TAG_PRECIPITATION +com.turingtechnologies.materialscrollbar.R$color: int primary_text_disabled_material_light +wangdaye.com.geometricweather.R$drawable: int notif_temp_95 +androidx.constraintlayout.widget.R$attr: int autoCompleteTextViewStyle +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Title_Inverse +io.reactivex.internal.subscriptions.BasicIntQueueSubscription +wangdaye.com.geometricweather.R$attr: int contentPaddingBottom +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Snackbar_FullWidth +okio.Buffer$UnsafeCursor: Buffer$UnsafeCursor() +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int FAIR_NIGHT +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: ObservableFlatMap$MergeObserver(io.reactivex.Observer,io.reactivex.functions.Function,boolean,int,int) +wangdaye.com.geometricweather.R$attr: int colorBackgroundFloating +com.turingtechnologies.materialscrollbar.R$id: int textinput_helper_text +com.google.android.material.R$attr: int flow_lastHorizontalStyle +com.turingtechnologies.materialscrollbar.R$attr: int showText +com.google.android.material.R$color: int abc_tint_btn_checkable +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Dialog_Alert +com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: int getCircularRevealScrimColor() +james.adaptiveicon.R$dimen: int abc_dialog_fixed_width_major +cyanogenmod.externalviews.KeyguardExternalView: void binderDied() +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: long serialVersionUID +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: boolean isShow +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeTemperature(int) +com.turingtechnologies.materialscrollbar.R$drawable: int notification_template_icon_bg +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void drainLoop() +okhttp3.Response: okhttp3.Response priorResponse() +androidx.loader.R$style: int TextAppearance_Compat_Notification_Title +com.google.android.material.R$styleable: int MenuItem_tooltipText +wangdaye.com.geometricweather.R$attr: int summary +androidx.preference.R$layout: int abc_list_menu_item_radio +io.reactivex.internal.observers.BlockingObserver: java.util.Queue queue +cyanogenmod.app.ICMStatusBarManager: void removeCustomTileFromListener(cyanogenmod.app.ICustomTileListener,java.lang.String,java.lang.String,int) +androidx.work.R$styleable: int ColorStateListItem_android_color +androidx.preference.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_title +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_navigationMode +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit MPH +androidx.work.R$dimen: int compat_button_inset_horizontal_material +androidx.constraintlayout.widget.R$id: int top +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: boolean disposed +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color: int Red +androidx.constraintlayout.widget.R$id: int tabMode +androidx.appcompat.R$attr: int windowActionBarOverlay +com.google.android.material.button.MaterialButtonToggleGroup: int getVisibleButtonCount() +com.google.android.material.R$dimen: int mtrl_low_ripple_pressed_alpha +james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarWidgetTheme +cyanogenmod.weatherservice.WeatherProviderService$1: void setServiceClient(cyanogenmod.weatherservice.IWeatherProviderServiceClient) +com.tencent.bugly.proguard.c: c() +wangdaye.com.geometricweather.R$dimen: int abc_action_bar_icon_vertical_padding_material +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void innerComplete() +james.adaptiveicon.R$styleable: int Toolbar_contentInsetStartWithNavigation +com.google.android.material.R$id: int accessibility_custom_action_18 +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property No2 +wangdaye.com.geometricweather.R$color: int mtrl_textinput_focused_box_stroke_color +wangdaye.com.geometricweather.R$color: int colorAccent +androidx.preference.SwitchPreference: SwitchPreference(android.content.Context,android.util.AttributeSet) +com.turingtechnologies.materialscrollbar.R$color: int abc_hint_foreground_material_dark +james.adaptiveicon.R$layout: int abc_screen_toolbar +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub +wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_text_size +com.google.android.material.R$styleable: int TextAppearance_android_textFontWeight +androidx.lifecycle.MediatorLiveData$Source: void plug() +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_SearchResult +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder username(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int Chip_textEndPadding +com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableItem_android_id +okhttp3.internal.ws.RealWebSocket: void awaitTermination(int,java.util.concurrent.TimeUnit) +com.google.android.material.R$style: int Base_Widget_AppCompat_Spinner +cyanogenmod.weather.WeatherInfo: java.lang.String access$202(cyanogenmod.weather.WeatherInfo,java.lang.String) +com.turingtechnologies.materialscrollbar.R$styleable: int[] LinearLayoutCompat_Layout +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.lang.String zone +com.google.android.material.R$styleable: int GradientColor_android_startColor +wangdaye.com.geometricweather.R$styleable: int SlidingItemContainerLayout_iconResStart +androidx.recyclerview.R$id: int dialog_button +cyanogenmod.profiles.BrightnessSettings: void writeToParcel(android.os.Parcel,int) +androidx.preference.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 +com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_barLength +androidx.preference.R$layout: int notification_template_custom_big +okhttp3.internal.http2.Http2Connection: void writeSynReset(int,okhttp3.internal.http2.ErrorCode) +com.google.android.material.appbar.ViewOffsetBehavior: ViewOffsetBehavior(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.widget.R$styleable: int Layout_barrierAllowsGoneWidgets +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: boolean delayError +com.google.android.material.R$id: int action_bar_spinner +com.google.android.material.R$styleable: int TextAppearance_textAllCaps +com.google.android.material.R$id: int accessibility_custom_action_25 +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps +wangdaye.com.geometricweather.R$string: int feedback_interpret_background_notification_content +com.jaredrummler.android.colorpicker.R$layout: int abc_list_menu_item_icon +androidx.hilt.lifecycle.R$id: int tag_accessibility_actions +wangdaye.com.geometricweather.R$id: int notification_big_temp_3 +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_touch_to_seek +com.jaredrummler.android.colorpicker.R$dimen: int compat_notification_large_icon_max_width +androidx.preference.R$dimen: int abc_text_size_headline_material +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionBar_TabBar +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_android_textOff +com.jaredrummler.android.colorpicker.R$integer: int config_tooltipAnimTime +com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol +com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_borderless_material +androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_DayNight +androidx.hilt.R$layout +androidx.work.R$id: int normal +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange Past6HourRange +okhttp3.internal.http2.Header: okio.ByteString value +wangdaye.com.geometricweather.R$id: int dialog_running_in_background_setBtn +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: java.lang.String zh_TW +androidx.hilt.work.R$id: int accessibility_custom_action_27 +com.tencent.bugly.proguard.u: boolean a(java.lang.Runnable,boolean) +com.bumptech.glide.integration.okhttp.R$id: int glide_custom_view_target_tag +androidx.hilt.work.R$id: int blocking +androidx.preference.R$attr: int thumbTint +com.tencent.bugly.proguard.u: java.lang.String k +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: java.lang.String value +com.google.android.material.textfield.TextInputLayout: android.graphics.Typeface getTypeface() +io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: void dispose() +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_horizontalStyle +com.xw.repo.bubbleseekbar.R$attr: int colorControlActivated +wangdaye.com.geometricweather.R$attr: int autoTransition +com.amap.api.location.AMapLocationClientOption: boolean p +androidx.activity.R$styleable: int GradientColor_android_startX +okhttp3.internal.cache2.Relay$RelaySource: long sourcePos +com.xw.repo.bubbleseekbar.R$dimen: int abc_progress_bar_height_material +wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_1 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: java.lang.String getUnit() +com.bumptech.glide.R$layout: R$layout() +androidx.work.R$drawable: int notification_bg_normal +androidx.appcompat.R$dimen: int abc_alert_dialog_button_dimen +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: io.reactivex.internal.queue.SpscLinkedArrayQueue queue +com.google.android.gms.common.api.GoogleApiClient +androidx.constraintlayout.widget.R$attr: int splitTrack +com.google.android.material.R$styleable: int KeyTimeCycle_motionTarget +com.jaredrummler.android.colorpicker.R$attr: int iconifiedByDefault +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_showText +james.adaptiveicon.AdaptiveIconView: james.adaptiveicon.AdaptiveIcon getIcon() +androidx.preference.R$style: int TextAppearance_AppCompat_Display3 +android.didikee.donate.R$dimen: int abc_text_size_medium_material +android.didikee.donate.R$dimen: int highlight_alpha_material_light +com.google.android.material.R$dimen: int abc_edit_text_inset_horizontal_material +androidx.drawerlayout.R$styleable: int FontFamily_fontProviderPackage +cyanogenmod.externalviews.ExternalViewProviderService: android.view.WindowManager mWindowManager +androidx.vectordrawable.R$styleable: int GradientColorItem_android_offset +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless +androidx.viewpager2.R$styleable: int FontFamilyFont_fontStyle +androidx.appcompat.R$drawable: int abc_scrubber_control_off_mtrl_alpha +com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType GPS +androidx.preference.R$styleable: int DialogPreference_dialogTitle +com.jaredrummler.android.colorpicker.R$dimen: int fastscroll_margin +com.google.android.material.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 +wangdaye.com.geometricweather.R$styleable: int Slider_android_value +cyanogenmod.themes.ThemeManager: boolean isThemeBeingProcessed(java.lang.String) +android.support.v4.os.ResultReceiver: android.os.Parcelable$Creator CREATOR +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_SeekBar +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float snow1h +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver +com.google.android.material.R$style: int Theme_MaterialComponents_DialogWhenLarge +com.turingtechnologies.materialscrollbar.R$attr: int bottomSheetDialogTheme +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getTrendTemperature(android.content.Context,java.lang.Integer,java.lang.Integer,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) +cyanogenmod.externalviews.KeyguardExternalView: void onScreenTurnedOn() +androidx.constraintlayout.helper.widget.Layer: void setPivotY(float) +wangdaye.com.geometricweather.R$layout: int activity_alert +okhttp3.RealCall: okhttp3.OkHttpClient client +androidx.preference.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText +android.didikee.donate.R$id: int search_plate +cyanogenmod.app.Profile$ProfileTrigger$1: java.lang.Object[] newArray(int) +com.google.android.material.R$color: int mtrl_bottom_nav_item_tint +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: boolean isCancelled() +wangdaye.com.geometricweather.R$attr: int fabAlignmentMode +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_PSK_WITH_AES_256_CBC_SHA +okhttp3.internal.connection.RouteSelector: void resetNextProxy(okhttp3.HttpUrl,java.net.Proxy) +android.didikee.donate.R$id: int useLogo +com.google.android.material.R$styleable: int Layout_layout_constraintLeft_toLeftOf +james.adaptiveicon.R$styleable: int FontFamily_fontProviderQuery +androidx.viewpager2.R$layout: int notification_template_part_chronometer +androidx.appcompat.R$id: int listMode +com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_showTitle +androidx.vectordrawable.animated.R$drawable: int notification_icon_background +wangdaye.com.geometricweather.R$string: int abc_menu_delete_shortcut_label +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Dialog +com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_headerBackground +android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon +cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_onStart_1 +okhttp3.internal.http.RetryAndFollowUpInterceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) +androidx.appcompat.R$id: int list_item +wangdaye.com.geometricweather.db.entities.AlertEntityDao: AlertEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) +android.support.v4.os.ResultReceiver: int describeContents() +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_endY +com.jaredrummler.android.colorpicker.R$dimen: int notification_big_circle_margin +com.google.android.material.circularreveal.CircularRevealFrameLayout: int getCircularRevealScrimColor() +cyanogenmod.hardware.ThermalListenerCallback$State: int STATE_COOL +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float snowPrecipitationProbability +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_overflow_padding_start_material +okio.InflaterSource +wangdaye.com.geometricweather.R$drawable: int abc_list_selector_holo_dark +cyanogenmod.hardware.CMHardwareManager: int FEATURE_SUNLIGHT_ENHANCEMENT +android.didikee.donate.R$id: int search_bar +android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat_ActionBar +androidx.appcompat.R$attr: int colorButtonNormal +com.github.rahatarmanahmed.cpv.R$attr: int cpv_animSyncDuration +com.jaredrummler.android.colorpicker.R$id: int scrollView +com.tencent.bugly.crashreport.common.info.a: java.lang.String g +cyanogenmod.weather.CMWeatherManager$2$1: cyanogenmod.weather.CMWeatherManager$WeatherUpdateRequestListener val$listener +wangdaye.com.geometricweather.R$style: int Widget_Design_ScrimInsetsFrameLayout +com.xw.repo.bubbleseekbar.R$attr: int allowStacking +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_motionTarget +cyanogenmod.providers.CMSettings$System: float getFloat(android.content.ContentResolver,java.lang.String,float) +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void subscribeNext() +james.adaptiveicon.R$styleable: int MenuView_android_headerBackground +okhttp3.internal.http2.Http2Codec: java.lang.String HOST +com.tencent.bugly.crashreport.biz.a: com.tencent.bugly.crashreport.biz.UserInfoBean a(android.database.Cursor) +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setColorViewAlpha(int) +com.google.gson.stream.JsonReader: int lineNumber +com.jaredrummler.android.colorpicker.R$attr: int defaultQueryHint +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Menu +wangdaye.com.geometricweather.common.basic.models.weather.Base: long updateTime +com.google.android.material.R$styleable: int MaterialCalendar_yearStyle +com.tencent.bugly.proguard.a: com.tencent.bugly.proguard.am a(android.content.Context,int,byte[]) +okhttp3.EventListener$2 +com.google.android.material.R$id: int search_src_text +androidx.appcompat.widget.ActionBarContextView: void setCustomView(android.view.View) +com.google.android.material.R$styleable: int FloatingActionButton_shapeAppearanceOverlay +wangdaye.com.geometricweather.R$id: int item_about_header_appIcon +cyanogenmod.themes.ThemeChangeRequest$1: cyanogenmod.themes.ThemeChangeRequest[] newArray(int) +okhttp3.OkHttpClient$1: boolean isInvalidHttpUrlHost(java.lang.IllegalArgumentException) +com.google.android.material.R$color: int design_dark_default_color_on_error +androidx.hilt.R$attr +wangdaye.com.geometricweather.R$attr: int layout_constraintRight_toRightOf +io.reactivex.internal.schedulers.RxThreadFactory: RxThreadFactory(java.lang.String,int) +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Metric: java.lang.String Unit +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_content_padding +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.String cityId +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: void onComplete() +com.tencent.bugly.proguard.ab: byte[] b(byte[]) +com.google.android.material.R$attr: int layout_anchor +retrofit2.ServiceMethod +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.util.List getValue() +org.greenrobot.greendao.AbstractDao: void updateInTx(java.lang.Object[]) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: java.lang.String getZh_CN() +wangdaye.com.geometricweather.R$styleable: int MenuView_subMenuArrow +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$8: KeyguardExternalViewProviderService$Provider$ProviderImpl$8(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl,float) +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: float getPressure(float) +com.google.android.material.R$styleable: int Transform_android_transformPivotX +androidx.vectordrawable.R$id: int tag_unhandled_key_event_manager +wangdaye.com.geometricweather.R$string: int pressure +com.bumptech.glide.R$id: int action_container +androidx.activity.R$id: int accessibility_custom_action_24 +androidx.preference.R$styleable: int[] LinearLayoutCompat +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: int IconCode +androidx.preference.R$dimen: int preference_dropdown_padding_start +wangdaye.com.geometricweather.R$attr: int layout_constraintWidth_min +android.didikee.donate.R$anim: int abc_fade_out +com.google.android.material.R$styleable: int SwitchMaterial_useMaterialThemeColors +cyanogenmod.externalviews.KeyguardExternalView$1: void onServiceConnected(android.content.ComponentName,android.os.IBinder) +wangdaye.com.geometricweather.R$string: int off +io.reactivex.internal.subscriptions.SubscriptionArbiter: java.util.concurrent.atomic.AtomicLong missedRequested +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title +com.jaredrummler.android.colorpicker.R$styleable: int[] ListPreference +cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy: android.os.IBinder asBinder() +cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.RequestInfo$Builder queryOnly() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: void setBrandId(java.lang.String) +androidx.preference.R$style: int Base_Widget_AppCompat_AutoCompleteTextView +okhttp3.Request: java.util.Map tags +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver parent +androidx.vectordrawable.animated.R$dimen: int compat_button_inset_vertical_material +com.google.android.material.R$styleable: int RecyclerView_stackFromEnd +androidx.activity.R$dimen: int notification_media_narrow_margin +wangdaye.com.geometricweather.R$attr: int clickAction +androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_android_font +androidx.constraintlayout.widget.R$attr: int barrierMargin +com.google.android.material.R$dimen: int mtrl_btn_disabled_z +com.google.android.material.R$drawable: int abc_cab_background_internal_bg +com.xw.repo.bubbleseekbar.R$attr: int progressBarPadding +androidx.constraintlayout.widget.R$layout: int abc_alert_dialog_button_bar_material +wangdaye.com.geometricweather.R$color: int colorAccent_dark +androidx.preference.R$dimen: int abc_disabled_alpha_material_light +io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(io.reactivex.Scheduler) +io.reactivex.internal.subscriptions.DeferredScalarSubscription +androidx.hilt.lifecycle.R$drawable: int notification_template_icon_low_bg +cyanogenmod.app.ProfileManager: boolean isProfilesEnabled() +cyanogenmod.app.Profile$TriggerState: int ON_A2DP_DISCONNECT +androidx.appcompat.R$id: int accessibility_custom_action_10 +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: long EpochStartTime +androidx.fragment.R$color: int notification_icon_bg_color +androidx.work.R$styleable: int FontFamilyFont_font +com.tencent.bugly.crashreport.R$string: int app_name +com.google.android.material.R$dimen: int mtrl_slider_label_square_side +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text +cyanogenmod.app.ICustomTileListener$Stub: ICustomTileListener$Stub() +androidx.appcompat.R$drawable: int notification_bg_low_normal +com.turingtechnologies.materialscrollbar.R$string: int character_counter_content_description +wangdaye.com.geometricweather.R$id: int ragweedValue +wangdaye.com.geometricweather.R$id: int fade +cyanogenmod.externalviews.ExternalView$4 +james.adaptiveicon.R$drawable: int abc_btn_check_to_on_mtrl_000 +okhttp3.RealCall: boolean isCanceled() +com.google.android.material.R$layout: int design_text_input_start_icon +androidx.dynamicanimation.R$id: int actions +com.google.android.gms.base.R$drawable: int common_google_signin_btn_text_dark_normal +retrofit2.Retrofit: retrofit2.Retrofit$Builder newBuilder() +com.xw.repo.bubbleseekbar.R$attr: int collapseContentDescription +wangdaye.com.geometricweather.R$styleable: int SearchView_android_inputType +com.google.android.material.slider.Slider: int getTrackHeight() +com.turingtechnologies.materialscrollbar.R$color: int abc_tint_seek_thumb +wangdaye.com.geometricweather.R$attr: int listDividerAlertDialog +com.google.android.material.textfield.TextInputLayout: void setHintInternal(java.lang.CharSequence) +com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat_Dialog_Alert +wangdaye.com.geometricweather.R$integer: int bottom_sheet_slide_duration +wangdaye.com.geometricweather.R$attr: int ratingBarStyleSmall +james.adaptiveicon.R$styleable: int AppCompatTheme_listDividerAlertDialog +androidx.hilt.R$attr: int fontWeight +wangdaye.com.geometricweather.R$styleable: int RoundCornerTransition_radius_from +com.turingtechnologies.materialscrollbar.R$integer: int design_tab_indicator_anim_duration_ms +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeThunderstormPrecipitation +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored +com.turingtechnologies.materialscrollbar.R$attr: int seekBarStyle +androidx.lifecycle.SavedStateHandle: java.lang.Class[] ACCEPTABLE_CLASSES +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_wrapMode +androidx.core.R$id: int tag_screen_reader_focusable +cyanogenmod.profiles.LockSettings: int mValue +james.adaptiveicon.R$attr: int actionBarDivider +cyanogenmod.weatherservice.IWeatherProviderService$Stub: int TRANSACTION_cancelOngoingRequests +cyanogenmod.power.PerformanceManager: boolean getProfileHasAppProfiles(int) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getDaytimeWeatherText() +androidx.appcompat.widget.ScrollingTabContainerView: void setAllowCollapse(boolean) +com.google.android.material.R$id: int search_plate +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial: java.lang.String Unit +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Title +androidx.preference.R$attr: int radioButtonStyle +com.tencent.bugly.crashreport.crash.c: int c +com.google.android.material.R$id: int accessibility_custom_action_13 +com.autonavi.aps.amapapi.model.AMapLocationServer: org.json.JSONObject l +com.google.android.material.R$styleable: int NavigationView_itemShapeInsetStart +com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleDrawable(android.graphics.drawable.Drawable) +androidx.hilt.lifecycle.R$attr +wangdaye.com.geometricweather.R$color: int mtrl_btn_text_btn_bg_color_selector +cyanogenmod.weather.IRequestInfoListener$Stub$Proxy: android.os.IBinder asBinder() +wangdaye.com.geometricweather.R$attr: int ttcIndex +wangdaye.com.geometricweather.R$attr: int inverse +androidx.appcompat.widget.LinearLayoutCompat: void setBaselineAligned(boolean) +android.didikee.donate.R$color: R$color() +com.turingtechnologies.materialscrollbar.R$drawable: int abc_textfield_search_activated_mtrl_alpha +retrofit2.OkHttpCall$NoContentResponseBody: OkHttpCall$NoContentResponseBody(okhttp3.MediaType,long) +cyanogenmod.app.ILiveLockScreenManagerProvider: boolean getLiveLockScreenEnabled() +wangdaye.com.geometricweather.R$drawable: int abc_popup_background_mtrl_mult +cyanogenmod.os.Concierge: Concierge() +androidx.hilt.work.R$id: int accessibility_custom_action_3 +androidx.swiperefreshlayout.R$styleable: int GradientColor_android_startX +androidx.appcompat.resources.R$id: int accessibility_custom_action_30 +wangdaye.com.geometricweather.R$drawable: int notif_temp_52 +wangdaye.com.geometricweather.R$xml: int standalone_badge_gravity_bottom_start +com.turingtechnologies.materialscrollbar.R$dimen: int abc_panel_menu_list_width +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeTemperature +androidx.transition.R$id: R$id() +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_deriveConstraintsFrom +wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_margin +com.google.android.material.R$styleable: int MotionHelper_onShow +com.turingtechnologies.materialscrollbar.R$color: int bright_foreground_material_light +okhttp3.Cache$CacheRequestImpl$1: void close() +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Button_Small +okio.InflaterSource: okio.Timeout timeout() +okhttp3.internal.platform.JdkWithJettyBootPlatform: void afterHandshake(javax.net.ssl.SSLSocket) +androidx.appcompat.R$styleable: int FontFamilyFont_android_fontStyle +wangdaye.com.geometricweather.R$id: int activity_widget_config_hideSubtitleTitle +androidx.viewpager2.R$styleable: int GradientColor_android_centerY +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_SeekBar_Discrete +com.amap.api.location.AMapLocationClientOption: boolean isWifiActiveScan() +com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver: void register(android.content.Context) +okhttp3.OkHttpClient: int pingInterval +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_numericShortcut +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: boolean isDisposed() +androidx.preference.R$drawable: int abc_edit_text_material +com.turingtechnologies.materialscrollbar.R$styleable: int TabItem_android_icon +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Weather +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWetBulbTemperature(java.lang.Integer) +androidx.preference.R$styleable: int PreferenceImageView_maxWidth +com.xw.repo.bubbleseekbar.R$attr: int drawerArrowStyle +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_fontWeight +com.google.android.gms.base.R$string: int common_google_play_services_enable_text +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_stacked_max_height +okhttp3.internal.Util: java.nio.charset.Charset UTF_8 +james.adaptiveicon.R$attr: int actionModeFindDrawable +com.google.android.material.R$styleable: int Constraint_pivotAnchor +androidx.lifecycle.extensions.R$attr: int fontProviderCerts +com.xw.repo.bubbleseekbar.R$styleable: int[] PopupWindowBackgroundState +android.didikee.donate.R$style: int Base_Widget_AppCompat_RatingBar +okio.GzipSource: int section +com.google.android.material.R$attr: int progressIndicatorStyle +okio.Buffer: int select(okio.Options) +com.google.android.material.floatingactionbutton.FloatingActionButton: void setEnsureMinTouchTargetSize(boolean) +com.turingtechnologies.materialscrollbar.R$id: int decor_content_parent +androidx.lifecycle.AbstractSavedStateViewModelFactory: java.lang.String TAG_SAVED_STATE_HANDLE_CONTROLLER +com.google.android.material.R$style: int ThemeOverlayColorAccentRed +wangdaye.com.geometricweather.R$id: int center +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getAqiText() +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Caption +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_fontFamily +retrofit2.RequestFactory$Builder: java.lang.reflect.Type[] parameterTypes +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() +com.google.android.material.R$interpolator: int mtrl_linear +cyanogenmod.app.Profile: Profile(java.lang.String,int,java.util.UUID) +androidx.work.R$dimen: int notification_large_icon_height +android.didikee.donate.R$attr: int spinBars +androidx.preference.R$styleable: int PreferenceTheme_checkBoxPreferenceStyle +com.google.android.material.chip.Chip: void setChipBackgroundColorResource(int) +retrofit2.Utils: java.lang.Class getRawType(java.lang.reflect.Type) +com.turingtechnologies.materialscrollbar.R$attr: int listMenuViewStyle +androidx.preference.R$style: int Preference_CheckBoxPreference +cyanogenmod.os.Concierge$ParcelInfo: int getParcelVersion() +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver inner +com.turingtechnologies.materialscrollbar.R$integer: int mtrl_btn_anim_duration_ms +io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: void clear() +com.google.android.material.chip.Chip: void setChipIcon(android.graphics.drawable.Drawable) +cyanogenmod.profiles.RingModeSettings: RingModeSettings() +com.amap.api.location.AMapLocation: java.lang.String toString() +com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_saveFlags +okhttp3.internal.connection.RealConnection: okhttp3.internal.connection.RealConnection testConnection(okhttp3.ConnectionPool,okhttp3.Route,java.net.Socket,long) +cyanogenmod.app.Profile$ExpandedDesktopMode: int DISABLE +androidx.viewpager2.R$id: int accessibility_custom_action_8 +wangdaye.com.geometricweather.R$styleable: int Layout_layout_editor_absoluteX +androidx.drawerlayout.R$drawable: int notify_panel_notification_icon_bg +com.tencent.bugly.crashreport.crash.h5.a: java.lang.String g +wangdaye.com.geometricweather.R$attr: int showTitle +com.google.android.material.card.MaterialCardView: int getContentPaddingBottom() +androidx.appcompat.R$styleable: int ActionBar_backgroundStacked +org.greenrobot.greendao.AbstractDao: void insertOrReplaceInTx(java.lang.Iterable,boolean) +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionBar +com.turingtechnologies.materialscrollbar.R$attr: int thumbTint +wangdaye.com.geometricweather.db.entities.LocationEntityDao: boolean hasKey(java.lang.Object) +com.google.android.material.slider.RangeSlider: float getThumbElevation() +wangdaye.com.geometricweather.R$array: R$array() +okio.Buffer: okio.BufferedSink write(okio.Source,long) +com.tencent.bugly.b +io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: io.reactivex.Observer downstream +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: boolean hasNext() +com.google.android.material.R$attr: int tabMinWidth +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_16 +wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_icon_light_normal_background +com.turingtechnologies.materialscrollbar.R$color: int material_grey_800 +android.didikee.donate.R$style: int Base_Widget_AppCompat_AutoCompleteTextView +cyanogenmod.providers.CMSettings$Secure$1 +wangdaye.com.geometricweather.R$attr: int backgroundColorEnd +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedEmitLast: void run() +com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat_Dialog +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_imageButtonStyle +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIndicatorFullWidth +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_elevation +okhttp3.internal.cache.DiskLruCache: boolean remove(java.lang.String) +io.reactivex.internal.subscriptions.EmptySubscription: io.reactivex.internal.subscriptions.EmptySubscription INSTANCE +wangdaye.com.geometricweather.common.ui.widgets.DonateImageView: DonateImageView(android.content.Context,android.util.AttributeSet) +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Title +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ListView +com.jaredrummler.android.colorpicker.R$attr: int fastScrollEnabled +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: AccuDailyResult$DailyForecasts() +androidx.constraintlayout.widget.R$attr: int flow_horizontalAlign +androidx.constraintlayout.helper.widget.Flow: void setHorizontalGap(int) +cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status IN_PROGRESS +cyanogenmod.externalviews.ExternalView$6: cyanogenmod.externalviews.ExternalView this$0 +androidx.coordinatorlayout.R$id: int notification_main_column_container +com.google.android.material.R$id: int pathRelative +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit[] values() +wangdaye.com.geometricweather.R$string: int common_google_play_services_enable_title +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: void onComplete() +androidx.appcompat.R$attr: int tickMark +io.reactivex.internal.operators.observable.ObservableGroupBy$State: io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver parent +androidx.preference.R$id: int search_bar +androidx.preference.R$styleable: int AppCompatTextView_autoSizePresetSizes +androidx.constraintlayout.widget.R$id: int tag_accessibility_heading +com.xw.repo.bubbleseekbar.R$drawable: int abc_cab_background_top_mtrl_alpha +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Headline4 +androidx.preference.R$style: int Widget_AppCompat_CompoundButton_RadioButton +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart +androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionBar_TabView +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dividerHorizontal +com.loc.k: java.lang.String d() +com.google.android.material.R$attr: int layout_constraintGuide_percent +wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView getChartItemView() +androidx.work.R$id: int chronometer +wangdaye.com.geometricweather.R$string: int settings_title_ui_style +com.amap.api.location.AMapLocationQualityReport: java.lang.Object clone() +androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: AppCompatMultiAutoCompleteTextView(android.content.Context,android.util.AttributeSet,int) +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title +okhttp3.internal.http.StatusLine: okhttp3.internal.http.StatusLine get(okhttp3.Response) +android.didikee.donate.R$style: int Widget_AppCompat_RatingBar_Small +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabTextAppearance +wangdaye.com.geometricweather.db.entities.AlertEntity: void setId(java.lang.Long) +okio.AsyncTimeout: long IDLE_TIMEOUT_MILLIS +cyanogenmod.weather.WeatherInfo: java.lang.String access$1402(cyanogenmod.weather.WeatherInfo,java.lang.String) +androidx.swiperefreshlayout.R$drawable: int notification_bg_normal +james.adaptiveicon.R$attr: int textAppearanceListItemSecondary +cyanogenmod.providers.CMSettings$System: java.lang.String ENABLE_PEOPLE_LOOKUP +androidx.lifecycle.extensions.R$color: int secondary_text_default_material_light +com.jaredrummler.android.colorpicker.R$id: int text +com.bumptech.glide.integration.okhttp.R$id: int top +com.tencent.bugly.Bugly: boolean a +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_marginLeft +okhttp3.internal.http2.Settings: okhttp3.internal.http2.Settings set(int,int) +wangdaye.com.geometricweather.R$dimen: int tooltip_precise_anchor_extra_offset +wangdaye.com.geometricweather.R$styleable: int MenuItem_contentDescription +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: android.os.IBinder mRemote +androidx.swiperefreshlayout.R$styleable: int GradientColor_android_endColor +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult +androidx.preference.R$styleable: int LinearLayoutCompat_android_baselineAligned +com.tencent.bugly.proguard.an: byte a +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored +wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit[] values() +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_textinput_box_stroke_width_default +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxCornerRadiusBottomStart +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void dispose() +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function8) +wangdaye.com.geometricweather.R$attr: int flow_firstVerticalBias +james.adaptiveicon.R$id: int list_item +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Imperial: double Value +wangdaye.com.geometricweather.R$animator: int start_shine_2 +android.didikee.donate.R$attr: int indeterminateProgressStyle +com.turingtechnologies.materialscrollbar.R$id: int image +okhttp3.internal.io.FileSystem$1: long size(java.io.File) +androidx.preference.R$dimen: int abc_list_item_height_large_material +io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: SingleToObservable$SingleToObservableObserver(io.reactivex.Observer) +org.greenrobot.greendao.DaoException +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: int requestFusion(int) +androidx.constraintlayout.widget.R$id: int notification_main_column +com.google.android.material.R$id: int text_input_end_icon +wangdaye.com.geometricweather.R$styleable: int[] KeyTimeCycle +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: MfForecastV2Result$ForecastProperties$ProbabilityForecastV2() +androidx.drawerlayout.widget.DrawerLayout: void setStatusBarBackgroundColor(int) +com.tencent.bugly.proguard.u: long f +cyanogenmod.weatherservice.ServiceRequestResult$Builder +androidx.preference.R$dimen: int compat_button_inset_vertical_material +wangdaye.com.geometricweather.R$id: int uniform +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_headline_material +com.xw.repo.bubbleseekbar.R$styleable: int[] AppCompatTextHelper +com.turingtechnologies.materialscrollbar.R$attr: int textAllCaps +androidx.activity.R$id: int line3 +androidx.drawerlayout.R$drawable: int notification_tile_bg +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary com.tencent.bugly.proguard.u: long q -androidx.appcompat.R$style: int Base_Theme_AppCompat_Dialog_MinWidth -com.bumptech.glide.load.engine.GlideException: long serialVersionUID -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial: double Value -com.xw.repo.bubbleseekbar.R$color: int material_blue_grey_950 -cyanogenmod.app.Profile$1 -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Snow: MfHistoryResult$History$Snow() -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_lastVerticalBias -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult: java.lang.String type -androidx.appcompat.widget.AppCompatTextView: void setCustomSelectionActionModeCallback(android.view.ActionMode$Callback) -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title -androidx.appcompat.R$styleable: int MenuItem_android_visible -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 -wangdaye.com.geometricweather.R$string: int fab_transformation_scrim_behavior -cyanogenmod.themes.IThemeService$Stub$Proxy: long getLastThemeChangeTime() -com.turingtechnologies.materialscrollbar.R$layout: int support_simple_spinner_dropdown_item -androidx.lifecycle.extensions.R$dimen: int compat_notification_large_icon_max_height -com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getTickInactiveTintList() -wangdaye.com.geometricweather.R$styleable: int GradientColorItem_android_color -com.tencent.bugly.crashreport.common.info.b: java.lang.String q() -wangdaye.com.geometricweather.R$styleable: int MultiSelectListPreference_android_entries -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_toolbarStyle -android.didikee.donate.R$id: int custom -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setBrandInfo(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX) -com.amap.api.location.DPoint$1 -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_controlBackground -androidx.appcompat.R$dimen: int abc_action_bar_subtitle_bottom_margin_material -com.amap.api.location.AMapLocationClientOption$AMapLocationMode: com.amap.api.location.AMapLocationClientOption$AMapLocationMode[] a -cyanogenmod.weather.RequestInfo$1: java.lang.Object createFromParcel(android.os.Parcel) -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: java.lang.Object[] row -com.google.android.material.R$styleable: int MaterialCheckBox_buttonTint -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void cancel() -okhttp3.Interceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) -com.google.android.material.card.MaterialCardView: void setOnCheckedChangeListener(com.google.android.material.card.MaterialCardView$OnCheckedChangeListener) -com.google.android.material.R$styleable: int AppBarLayoutStates_state_collapsed -androidx.vectordrawable.R$id: int tag_screen_reader_focusable -james.adaptiveicon.R$color: int primary_text_disabled_material_dark -okio.Okio$2: okio.Timeout timeout() -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -androidx.transition.R$id: int tag_unhandled_key_event_manager -androidx.vectordrawable.animated.R$dimen: int notification_small_icon_size_as_large -com.google.gson.internal.$Gson$Types$WildcardTypeImpl: java.lang.reflect.Type lowerBound -androidx.appcompat.widget.LinearLayoutCompat: int getBaseline() -wangdaye.com.geometricweather.R$attr: int staggered -james.adaptiveicon.R$styleable: int SwitchCompat_android_textOff -wangdaye.com.geometricweather.R$string: int key_text_color -wangdaye.com.geometricweather.R$attr: int circularRadius -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_TextView -com.amap.api.fence.GeoFence: int TYPE_AMAPPOI -androidx.appcompat.R$id: int accessibility_custom_action_23 -androidx.drawerlayout.R$styleable: int FontFamilyFont_fontVariationSettings -androidx.appcompat.R$styleable: int AppCompatTheme_actionMenuTextAppearance -okio.ByteString: okio.ByteString hmacSha256(okio.ByteString) -com.tencent.bugly.crashreport.BuglyLog: void i(java.lang.String,java.lang.String) -com.xw.repo.bubbleseekbar.R$id: int notification_background -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: CaiYunMainlyResult() -okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Stream newStream(java.util.List,boolean) -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionBar_Solid -com.jaredrummler.android.colorpicker.R$id: int cpv_color_panel_old -androidx.preference.R$layout: int abc_action_bar_up_container -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_24 -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_fontFamily -androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_android_fontWeight -wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: java.lang.String getDurationText(android.content.Context,float) -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ImageButton -wangdaye.com.geometricweather.R$id: int accelerate -okio.BufferedSink: okio.BufferedSink writeLong(long) -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Title_Inverse -androidx.constraintlayout.widget.R$styleable: int[] ActionMenuItemView -com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge -android.didikee.donate.R$styleable: int ActionBar_progressBarPadding -wangdaye.com.geometricweather.R$attr: int commitIcon -com.baidu.location.e.h$a: com.baidu.location.e.h$a[] values() -com.tencent.bugly.proguard.p: long a(java.lang.String,android.content.ContentValues,com.tencent.bugly.proguard.o) -com.google.android.material.slider.BaseSlider: void setSeparationUnit(int) -com.google.android.material.slider.BaseSlider: void setValueFrom(float) -okhttp3.internal.http.RetryAndFollowUpInterceptor: okhttp3.OkHttpClient client -android.support.v4.os.IResultReceiver$Stub: int TRANSACTION_send -wangdaye.com.geometricweather.R$id: int dialog_running_in_background_o_ignoreBatteryOptBtn -com.google.android.material.R$attr: int itemTextColor -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_CompoundButton_Switch -okhttp3.internal.ws.WebSocketWriter: boolean isClient -androidx.hilt.lifecycle.R$styleable: int GradientColorItem_android_color -androidx.preference.R$styleable: int MenuItem_iconTintMode -androidx.preference.R$styleable: int TextAppearance_android_textFontWeight -wangdaye.com.geometricweather.R$id: int dialog_location_help_providerContainer -retrofit2.Response: retrofit2.Response success(java.lang.Object,okhttp3.Headers) -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STYLE_THUMBNAIL -com.turingtechnologies.materialscrollbar.R$styleable: int MenuGroup_android_enabled -androidx.customview.R$integer: R$integer() -androidx.preference.R$dimen: int tooltip_corner_radius -androidx.customview.R$string: R$string() -james.adaptiveicon.R$color -com.turingtechnologies.materialscrollbar.R$drawable: int abc_spinner_textfield_background_material -okhttp3.OkHttpClient: java.util.List interceptors() -com.amap.api.location.AMapLocationClientOption: void setScanWifiInterval(long) -com.jaredrummler.android.colorpicker.R$attr: int iconTint -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub$Proxy: android.os.IBinder createExternalView(android.os.Bundle) -retrofit2.Invocation: java.lang.reflect.Method method -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Integer getDewPoint() -io.reactivex.Observable: io.reactivex.Observable using(java.util.concurrent.Callable,io.reactivex.functions.Function,io.reactivex.functions.Consumer) -wangdaye.com.geometricweather.R$styleable: int RecyclerView_reverseLayout -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintDimensionRatio -james.adaptiveicon.R$drawable: int abc_ic_search_api_material -com.google.android.material.R$attr: int actionOverflowMenuStyle -com.google.android.material.R$dimen: int mtrl_card_checked_icon_size -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button -androidx.constraintlayout.widget.R$id: int icon -androidx.lifecycle.ClassesInfoCache: int CALL_TYPE_PROVIDER -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Subhead_Inverse -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_verticalBias -james.adaptiveicon.R$styleable: int AppCompatTheme_listMenuViewStyle -cyanogenmod.providers.CMSettings$System: java.lang.String KEY_ASSIST_LONG_PRESS_ACTION -wangdaye.com.geometricweather.R$drawable: int notif_temp_3 -com.google.android.material.R$dimen: int notification_action_icon_size -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_spinnerStyle -androidx.coordinatorlayout.widget.CoordinatorLayout: int getNestedScrollAxes() -com.jaredrummler.android.colorpicker.R$id: int radio -com.tencent.bugly.crashreport.common.info.b: java.lang.String f() -androidx.preference.R$style: int Widget_Compat_NotificationActionText -com.turingtechnologies.materialscrollbar.R$attr: int cardUseCompatPadding -androidx.activity.R$drawable: int notification_bg_normal -com.amap.api.location.AMapLocationClientOption: boolean d -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse -cyanogenmod.themes.IThemeChangeListener$Stub: java.lang.String DESCRIPTOR -cyanogenmod.providers.CMSettings$InclusiveFloatRangeValidator: float mMin -com.google.android.material.R$drawable: int abc_text_select_handle_right_mtrl_light -wangdaye.com.geometricweather.R$id: int dialog_resident_location_container -com.google.android.material.R$dimen: int abc_text_size_body_1_material -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Large_Inverse -com.google.android.material.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle -cyanogenmod.app.ThemeVersion$ComponentVersion: int getCurrentVersion() -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: boolean isDisposed() -androidx.core.view.GestureDetectorCompat$GestureDetectorCompatImpl -com.jaredrummler.android.colorpicker.R$attr: int textAppearanceListItemSmall -wangdaye.com.geometricweather.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable -wangdaye.com.geometricweather.settings.dialogs.RunningInBackgroundODialog -androidx.preference.R$styleable: int TextAppearance_textLocale -james.adaptiveicon.R$styleable: int[] Spinner -androidx.drawerlayout.R$drawable: int notification_bg_low_normal -com.turingtechnologies.materialscrollbar.R$styleable: int[] ThemeEnforcement -com.xw.repo.bubbleseekbar.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog -com.jaredrummler.android.colorpicker.R$attr: int track -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_editTextStyle -com.google.android.material.R$dimen: int material_clock_hand_padding -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeCloudCover() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum: AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum() -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIndicatorColor -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String getCityId() -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title -com.google.android.gms.base.R$drawable: int common_google_signin_btn_icon_light_focused -com.autonavi.aps.amapapi.model.AMapLocationServer: void f(java.lang.String) -androidx.constraintlayout.widget.R$id: int add -com.google.gson.stream.JsonReader: int PEEKED_UNQUOTED -androidx.viewpager2.widget.ViewPager2: int getOffscreenPageLimit() -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void onError(java.lang.Throwable) -com.google.android.material.R$styleable: int Toolbar_titleMarginBottom -wangdaye.com.geometricweather.R$string: int settings_notification_background_off -androidx.fragment.R$style: int TextAppearance_Compat_Notification -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_titleCondensed -androidx.appcompat.R$dimen: int compat_notification_large_icon_max_width -androidx.viewpager2.R$id: int accessibility_custom_action_13 -androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_android_fontStyle -com.google.android.material.R$attr: int isLightTheme -cyanogenmod.externalviews.KeyguardExternalView: void setProviderComponent(android.content.ComponentName) -androidx.lifecycle.extensions.R$style: int TextAppearance_Compat_Notification_Info -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle -androidx.viewpager.R$styleable: R$styleable() -androidx.appcompat.resources.R$string -com.google.android.material.stateful.ExtendableSavedState: android.os.Parcelable$Creator CREATOR -cyanogenmod.themes.IThemeService$Stub$Proxy: int getProgress() -androidx.appcompat.widget.AppCompatEditText: AppCompatEditText(android.content.Context) -com.google.android.material.R$styleable: int Transform_android_rotationX -androidx.hilt.R$styleable: int FontFamilyFont_fontVariationSettings -retrofit2.KotlinExtensions$awaitResponse$2$2: KotlinExtensions$awaitResponse$2$2(kotlinx.coroutines.CancellableContinuation) -wangdaye.com.geometricweather.R$id: int dialog_learn_more_about_geocoder_title -androidx.viewpager2.R$dimen: int fastscroll_minimum_range -okhttp3.Response$Builder: okhttp3.Response build() -io.reactivex.Observable: io.reactivex.Observable timeout(io.reactivex.ObservableSource,io.reactivex.functions.Function) -androidx.constraintlayout.widget.R$styleable: int StateListDrawableItem_android_drawable -wangdaye.com.geometricweather.R$styleable: int Transform_android_translationZ -com.amap.api.location.LocationManagerBase: void startLocation() -okhttp3.internal.http2.Http2Connection$6: boolean val$inFinished -cyanogenmod.app.ILiveLockScreenManager: void setDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) -wangdaye.com.geometricweather.R$string: int aqi_1 -com.google.android.material.R$styleable: int AppBarLayout_Layout_layout_scrollFlags -cyanogenmod.weatherservice.ServiceRequest: cyanogenmod.weather.RequestInfo mInfo -wangdaye.com.geometricweather.R$attr: int cpv_allowCustom -retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: retrofit2.Call call -cyanogenmod.alarmclock.ClockContract: ClockContract() -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Dialog_MinWidth -com.baidu.location.e.n: java.util.List a(org.json.JSONObject,java.lang.String,int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String detail -androidx.lifecycle.extensions.R$id: int tag_screen_reader_focusable -androidx.appcompat.R$styleable: int GradientColor_android_tileMode -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.util.Date getDate() -okhttp3.internal.http2.Http2: byte TYPE_GOAWAY -androidx.customview.R$drawable: int notification_icon_background -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setWeather(java.lang.String) -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index o3 -james.adaptiveicon.R$layout: int abc_action_mode_bar -androidx.coordinatorlayout.R$id: int accessibility_custom_action_17 -wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog -androidx.dynamicanimation.R$layout: int notification_template_custom_big -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: ExtendedFloatingActionButton(android.content.Context,android.util.AttributeSet) -okhttp3.internal.http2.Http2Connection$Builder: okio.BufferedSource source -wangdaye.com.geometricweather.R$layout: int item_details -com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents_Light -james.adaptiveicon.R$styleable: int SwitchCompat_splitTrack -io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiFunction,boolean,int) -james.adaptiveicon.R$drawable: int abc_textfield_activated_mtrl_alpha -androidx.appcompat.R$dimen: int abc_dialog_fixed_height_minor -com.google.android.gms.base.R$drawable: int common_google_signin_btn_icon_light_normal_background -androidx.vectordrawable.animated.R$id: int tag_accessibility_clickable_spans -android.didikee.donate.R$styleable: int AlertDialog_listItemLayout -wangdaye.com.geometricweather.R$attr: int materialCalendarFullscreenTheme -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoonRiseDate -wangdaye.com.geometricweather.db.entities.AlertEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.AlertEntity) -com.google.android.material.R$attr: int checkedButton -com.turingtechnologies.materialscrollbar.R$attr: int boxCornerRadiusTopEnd -androidx.vectordrawable.R$dimen: int compat_button_inset_horizontal_material -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$1: void run() -com.google.android.material.R$style: int Widget_Design_BottomNavigationView -com.google.android.material.R$anim: int abc_fade_out -wangdaye.com.geometricweather.R$drawable: int notif_temp_31 -androidx.constraintlayout.widget.R$styleable: int Variant_region_heightMoreThan -androidx.dynamicanimation.R$id: int title -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabPadding -com.jaredrummler.android.colorpicker.R$styleable: int MultiSelectListPreference_android_entries -android.didikee.donate.R$styleable: R$styleable() -okhttp3.internal.cache.CacheInterceptor: okhttp3.internal.cache.InternalCache cache -com.google.android.material.R$attr: int errorTextColor -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$PhenomenonMaxColor: int phenomenonId -com.google.android.material.R$styleable: int FlowLayout_lineSpacing -io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: void onComplete() -androidx.core.R$id: int tag_accessibility_heading -androidx.viewpager2.R$id: int title -com.google.android.gms.base.R$drawable: int common_google_signin_btn_icon_dark_normal_background -wangdaye.com.geometricweather.R$id: int date_picker_actions -wangdaye.com.geometricweather.R$id: int tag_accessibility_actions -com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse -wangdaye.com.geometricweather.R$attr: int spinnerStyle -wangdaye.com.geometricweather.db.entities.DailyEntity: void setRagweedIndex(java.lang.Integer) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceListItemSmall -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_lastHorizontalStyle -james.adaptiveicon.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: java.lang.String getTo() -androidx.preference.R$drawable: int abc_switch_track_mtrl_alpha -com.google.android.material.R$styleable: int AppCompatTheme_spinnerStyle -com.google.android.material.R$styleable: int FloatingActionButton_elevation -wangdaye.com.geometricweather.R$attr: int overlay -androidx.appcompat.resources.R$styleable: int FontFamilyFont_fontWeight -com.jaredrummler.android.colorpicker.R$dimen: int hint_alpha_material_light -androidx.appcompat.resources.R$id: int accessibility_custom_action_4 -cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.RequestInfo$Builder setLocation(android.location.Location) -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.util.Date startDate -com.google.android.material.R$layout: int test_toolbar -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_thumb_text_size -wangdaye.com.geometricweather.R$attr: int cpv_color -wangdaye.com.geometricweather.R$id: int src_atop -androidx.work.R$string: int status_bar_notification_info_overflow -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_MaterialComponents_Badge -androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_android_fontStyle -com.google.android.material.floatingactionbutton.FloatingActionButton$BaseBehavior: FloatingActionButton$BaseBehavior(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String getCity() -wangdaye.com.geometricweather.R$animator: int mtrl_fab_show_motion_spec -androidx.hilt.work.R$dimen: int compat_button_inset_horizontal_material -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: AccuHourlyResult() -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: long serialVersionUID -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Metric: int UnitType -com.amap.api.location.AMapLocation: int f(com.amap.api.location.AMapLocation,int) -android.didikee.donate.R$styleable: int Toolbar_contentInsetLeft -cyanogenmod.app.CMStatusBarManager: java.lang.String TAG -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: long serialVersionUID -android.didikee.donate.R$styleable: int AppCompatTextView_drawableTintMode -io.reactivex.disposables.ReferenceDisposable: void dispose() -androidx.swiperefreshlayout.R$id: int tag_accessibility_heading -io.reactivex.internal.disposables.EmptyDisposable: io.reactivex.internal.disposables.EmptyDisposable INSTANCE -androidx.lifecycle.Transformations$3: void onChanged(java.lang.Object) -androidx.constraintlayout.widget.R$dimen: int abc_panel_menu_list_width -com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemBackground -okhttp3.Cookie: java.lang.String name() -com.xw.repo.bubbleseekbar.R$drawable: int abc_cab_background_top_material -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Spinner -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_expandedOffset -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 -androidx.preference.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth -wangdaye.com.geometricweather.R$id: int item_weather_daily_title_title -com.bumptech.glide.R$id: int text -okhttp3.internal.http.HttpDate: long MAX_DATE -androidx.constraintlayout.widget.ConstraintLayout: void setMaxHeight(int) -com.turingtechnologies.materialscrollbar.R$styleable: int[] SearchView -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ListView -com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleTintList(android.content.res.ColorStateList) -okhttp3.ConnectionSpec: boolean isTls() -cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator sUriValidator -com.tencent.bugly.crashreport.common.info.b: int u() -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_PopupMenu_Overflow -com.jaredrummler.android.colorpicker.R$attr: int entryValues -com.github.rahatarmanahmed.cpv.CircularProgressView$8: CircularProgressView$8(com.github.rahatarmanahmed.cpv.CircularProgressView,float,float) -com.google.android.material.textfield.TextInputLayout: int getErrorTextCurrentColor() -androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPostStarted(android.app.Activity) -okhttp3.internal.ws.WebSocketReader: boolean isClient -android.didikee.donate.R$styleable: int MenuItem_actionViewClass -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText -wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayWeekProvider: WidgetClockDayWeekProvider() -wangdaye.com.geometricweather.db.entities.HistoryEntity: java.lang.String getCityId() -androidx.hilt.R$dimen: int compat_button_inset_horizontal_material -com.google.android.material.R$styleable: int MaterialButton_cornerRadius -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_RatingBar_Indicator -com.google.android.material.R$dimen: int design_fab_size_normal -cyanogenmod.providers.CMSettings: java.lang.String TAG -cyanogenmod.providers.CMSettings$System: java.lang.String INCREASING_RING_RAMP_UP_TIME -androidx.core.R$dimen: int notification_action_icon_size -com.jaredrummler.android.colorpicker.R$anim: R$anim() -androidx.appcompat.R$styleable: int ActionBar_contentInsetStart -wangdaye.com.geometricweather.R$string: int abc_searchview_description_clear -com.tencent.bugly.proguard.p: android.content.ContentValues d(com.tencent.bugly.proguard.r) -com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getCounterOverflowDescription() -cyanogenmod.providers.CMSettings$Global: java.lang.String WIFI_AUTO_PRIORITIES_CONFIGURATION -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver +androidx.constraintlayout.widget.R$attr: int region_widthMoreThan +okhttp3.Route: okhttp3.Address address +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: long serialVersionUID +com.tencent.bugly.proguard.u: void b(boolean) +android.didikee.donate.R$styleable: int AppCompatTheme_actionModeStyle +com.google.android.material.R$layout: int material_clock_period_toggle_land +cyanogenmod.app.CMContextConstants$Features: java.lang.String HARDWARE_ABSTRACTION +com.xw.repo.bubbleseekbar.R$dimen: int abc_alert_dialog_button_dimen +okhttp3.Cookie: boolean persistent +com.bumptech.glide.R$styleable: int[] ColorStateListItem +com.xw.repo.bubbleseekbar.R$dimen: int abc_control_corner_material +com.google.android.material.R$dimen: int mtrl_textinput_box_stroke_width_default +cyanogenmod.app.CMContextConstants$Features +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowFixedWidthMinor +androidx.preference.R$styleable: int AppCompatTheme_buttonBarStyle +wangdaye.com.geometricweather.R$id: int moldTitle +cyanogenmod.app.Profile: int mExpandedDesktopMode +com.xw.repo.bubbleseekbar.R$drawable: int abc_scrubber_track_mtrl_alpha +cyanogenmod.hardware.CMHardwareManager: java.lang.String TAG +android.didikee.donate.R$style: int Widget_AppCompat_ActionBar_TabText +com.google.android.material.R$dimen: int mtrl_slider_track_top +wangdaye.com.geometricweather.R$attr: int tabIndicatorColor +androidx.preference.R$style: int Theme_AppCompat_DayNight_Dialog +wangdaye.com.geometricweather.R$string: int settings_title_service_provider +com.tencent.bugly.crashreport.crash.anr.TraceFileHelper$a: long c +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title +android.didikee.donate.R$drawable: int abc_seekbar_track_material +com.google.android.material.R$styleable: int AppCompatTheme_actionBarTabBarStyle +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Headline +com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawableItem_android_drawable +com.jaredrummler.android.colorpicker.R$id: int forever +com.turingtechnologies.materialscrollbar.R$attr: int iconTintMode +com.google.android.material.R$styleable: int ConstraintSet_android_layout_marginTop +androidx.coordinatorlayout.R$color: int ripple_material_light +wangdaye.com.geometricweather.R$animator: int linear_indeterminate_line2_head_interpolator +androidx.appcompat.widget.ActivityChooserView: androidx.appcompat.widget.ListPopupWindow getListPopupWindow() +androidx.appcompat.R$anim: int abc_popup_exit +retrofit2.RequestFactory$Builder: boolean gotUrl +com.google.android.material.floatingactionbutton.FloatingActionButton: android.graphics.PorterDuff$Mode getBackgroundTintMode() +com.xw.repo.bubbleseekbar.R$color: int abc_tint_seek_thumb +com.tencent.bugly.proguard.z: java.lang.String a(android.content.Context,int,java.lang.String) +okhttp3.internal.http2.Settings: int getHeaderTableSize() +com.jaredrummler.android.colorpicker.R$attr: int summaryOff +androidx.constraintlayout.widget.R$attr: int listChoiceIndicatorSingleAnimated +com.google.android.material.appbar.AppBarLayout: void setElevation(float) +com.google.android.material.slider.BaseSlider: void setThumbStrokeColor(android.content.res.ColorStateList) +android.didikee.donate.R$color: int abc_tint_edittext +androidx.appcompat.R$styleable: int GradientColor_android_centerColor +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Display3 +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ListView +okhttp3.Cache: int writeSuccessCount +com.github.rahatarmanahmed.cpv.CircularProgressView$3: CircularProgressView$3(com.github.rahatarmanahmed.cpv.CircularProgressView) +androidx.fragment.app.SuperNotCalledException +androidx.preference.R$styleable: int ActionBar_homeAsUpIndicator +com.turingtechnologies.materialscrollbar.R$layout: int abc_dialog_title_material +james.adaptiveicon.R$styleable: int ActionBar_elevation +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean getAqi() +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: int Level +androidx.viewpager.R$layout: int notification_template_icon_group +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Imperial: int UnitType +com.tencent.bugly.crashreport.common.strategy.StrategyBean: java.lang.String c +wangdaye.com.geometricweather.R$drawable: int ic_eye +com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getPrefixTextColor() +wangdaye.com.geometricweather.R$attr: int tooltipStyle +androidx.loader.R$color: int notification_icon_bg_color +cyanogenmod.externalviews.IExternalViewProvider$Stub: IExternalViewProvider$Stub() +wangdaye.com.geometricweather.R$attr: int autoSizeMinTextSize +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Headline3 +androidx.preference.R$attr: int viewInflaterClass +wangdaye.com.geometricweather.R$attr: int triggerSlack +wangdaye.com.geometricweather.R$attr: int dayTodayStyle +com.google.android.material.R$styleable: int Layout_layout_constraintHeight_min +com.google.android.material.circularreveal.cardview.CircularRevealCardView: void setCircularRevealScrimColor(int) +com.tencent.bugly.crashreport.common.info.PlugInBean: java.lang.String a +io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: void subscribeNext() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: java.lang.String getBrandId() +com.tencent.bugly.proguard.y: android.content.Context j +io.reactivex.internal.observers.DeferredScalarDisposable +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableTint +cyanogenmod.weather.CMWeatherManager$2$1 +android.didikee.donate.R$styleable: int SearchView_layout +androidx.customview.R$id: int line1 +androidx.viewpager2.R$dimen: int compat_notification_large_icon_max_width +com.jaredrummler.android.colorpicker.R$style: int Base_AlertDialog_AppCompat +wangdaye.com.geometricweather.R$layout: int abc_expanded_menu_layout +com.turingtechnologies.materialscrollbar.R$dimen: int design_tab_max_width +wangdaye.com.geometricweather.R$styleable: int ArcProgress_background_color +androidx.legacy.coreutils.R$color: int ripple_material_light +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_96 +okhttp3.internal.http2.Http2Connection: boolean $assertionsDisabled +androidx.appcompat.widget.SwitchCompat: boolean getShowText() +wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_indeterminate +androidx.appcompat.R$attr: int titleMarginTop +com.google.android.material.R$styleable: int GradientColorItem_android_color +com.amap.api.fence.GeoFence: void setPendingIntentAction(java.lang.String) +com.tencent.bugly.proguard.u: android.content.Context d +com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_Alert_Bridge +com.xw.repo.bubbleseekbar.R$attr: int actionModeCloseButtonStyle +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_toolbarStyle +androidx.constraintlayout.widget.R$id: int text +androidx.constraintlayout.widget.R$attr: int textAppearanceSearchResultSubtitle +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void clear() +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float ceiling +wangdaye.com.geometricweather.R$attr: int textAppearanceHeadline2 +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Weather: MfCurrentResult$Observation$Weather() +com.tencent.bugly.BuglyStrategy: java.lang.String c +okio.HashingSink: okio.ByteString hash() +okhttp3.HttpUrl: java.lang.String queryParameter(java.lang.String) +com.google.android.material.appbar.CollapsingToolbarLayout: int getScrimVisibleHeightTrigger() +com.bumptech.glide.R$attr: int fontProviderAuthority +com.google.android.material.R$styleable: int CollapsingToolbarLayout_Layout_layout_collapseMode +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintBottom_toTopOf +androidx.constraintlayout.widget.R$styleable: int Toolbar_subtitleTextAppearance +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_borderWidth +com.xw.repo.bubbleseekbar.R$attr: int alertDialogTheme +james.adaptiveicon.R$attr: int actionLayout +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_BottomSheetDialog +androidx.appcompat.widget.SwitchCompat: void setTextOn(java.lang.CharSequence) +wangdaye.com.geometricweather.R$id: int activity_widget_config_styleSpinner +wangdaye.com.geometricweather.R$string: int abc_action_bar_up_description +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_android_maxWidth +wangdaye.com.geometricweather.R$styleable: int Preference_isPreferenceVisible +com.amap.api.fence.DistrictItem: int describeContents() +wangdaye.com.geometricweather.R$dimen: int abc_alert_dialog_button_bar_height +wangdaye.com.geometricweather.R$dimen: int mtrl_navigation_item_icon_size +wangdaye.com.geometricweather.R$attr: int maxCharacterCount +james.adaptiveicon.R$attr: int windowActionModeOverlay +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_1_light +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_unregisterThemeProcessingListener +wangdaye.com.geometricweather.db.entities.MinutelyEntity: long getTime() +okhttp3.HttpUrl: void percentDecode(okio.Buffer,java.lang.String,int,int,boolean) +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputEditText_FilledBox_Dense +com.jaredrummler.android.colorpicker.R$color: int accent_material_dark +io.reactivex.Observable: io.reactivex.disposables.Disposable subscribe(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer) +com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_separator_vertical_padding +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_BottomNavigationView +com.google.android.material.R$color: int material_slider_inactive_track_color +cyanogenmod.app.IPartnerInterface$Stub$Proxy: void setMobileDataEnabled(boolean) +androidx.preference.R$attr: int panelMenuListWidth +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +com.google.android.material.R$attr: int hideMotionSpec +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void innerComplete(io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver) +okhttp3.internal.connection.RealConnection: okhttp3.internal.http.HttpCodec newCodec(okhttp3.OkHttpClient,okhttp3.Interceptor$Chain,okhttp3.internal.connection.StreamAllocation) +james.adaptiveicon.R$id: int search_badge +cyanogenmod.weather.WeatherInfo$DayForecast$1 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean: void setBrands(java.util.List) +com.google.android.material.R$styleable: int ThemeEnforcement_enforceMaterialTheme +okhttp3.internal.platform.AndroidPlatform: java.lang.String getSelectedProtocol(javax.net.ssl.SSLSocket) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun Sun +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: io.reactivex.Observer downstream +androidx.constraintlayout.widget.R$id: int scrollIndicatorDown +android.support.v4.os.ResultReceiver: android.os.Handler mHandler +com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_Solid +wangdaye.com.geometricweather.R$styleable: int[] GradientColorItem +cyanogenmod.providers.CMSettings$System: java.lang.String KEY_HOME_DOUBLE_TAP_ACTION +com.bumptech.glide.R$id: int tag_unhandled_key_listeners +cyanogenmod.profiles.AirplaneModeSettings$1: cyanogenmod.profiles.AirplaneModeSettings[] newArray(int) +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Subhead +com.tencent.bugly.b: java.util.List b +cyanogenmod.weather.WeatherInfo$1: WeatherInfo$1() +androidx.lifecycle.ProcessLifecycleOwner$3: void onActivityCreated(android.app.Activity,android.os.Bundle) +androidx.appcompat.view.menu.ListMenuItemView: void setCheckable(boolean) +com.google.android.material.R$styleable: int ActionBar_subtitle +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_elevation +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceListItem +com.turingtechnologies.materialscrollbar.R$id: int search_badge +okhttp3.logging.LoggingEventListener: void logWithTime(java.lang.String) +retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$2: KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$2(retrofit2.Call) +androidx.fragment.app.FragmentManagerState: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$string: int content_desc_weather_icon +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_voice_search_api_material +com.google.android.material.datepicker.MaterialDatePicker: MaterialDatePicker() +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeTemperature +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal +io.reactivex.internal.schedulers.AbstractDirectTask: java.util.concurrent.FutureTask DISPOSED +com.tencent.bugly.proguard.u: void c(int) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float visibility +androidx.constraintlayout.widget.R$drawable: int abc_list_focused_holo +com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver: com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver getInstance() +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean onMenuItemSelected(int,android.view.MenuItem) +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_Switch +com.amap.api.fence.GeoFence: int ERROR_CODE_UNKNOWN +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: boolean isDisposed() +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Subhead_Inverse +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_gradientRadius +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light_DialogWhenLarge +wangdaye.com.geometricweather.R$string: int key_hide_subtitle +wangdaye.com.geometricweather.R$attr: int tickMarkTint +okio.RealBufferedSource: long indexOf(okio.ByteString) +okhttp3.internal.http2.Http2Codec$StreamFinishingSource +androidx.constraintlayout.widget.R$style: R$style() +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_numericShortcut +wangdaye.com.geometricweather.R$drawable: int abc_seekbar_tick_mark_material +androidx.hilt.work.R$id: int action_image +okhttp3.internal.io.FileSystem$1: okio.Sink appendingSink(java.io.File) +org.greenrobot.greendao.AbstractDao: java.lang.Object loadCurrentOther(org.greenrobot.greendao.AbstractDao,android.database.Cursor,int) +com.jaredrummler.android.colorpicker.R$attr: int buttonBarNeutralButtonStyle +androidx.work.R$drawable: int notify_panel_notification_icon_bg +wangdaye.com.geometricweather.main.fragments.MainFragment: MainFragment() +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void onNext(java.lang.Object) +androidx.appcompat.widget.ActionMenuView: android.view.Menu getMenu() +androidx.appcompat.R$dimen: int abc_control_padding_material +cyanogenmod.app.PartnerInterface: boolean setZenModeWithDuration(int,long) +com.google.android.material.R$attr: int checkedIcon +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_collapsedTitleGravity +cyanogenmod.app.Profile: void setStreamSettings(cyanogenmod.profiles.StreamSettings) +com.google.android.material.transformation.ExpandableTransformationBehavior +cyanogenmod.app.CMContextConstants$Features: java.lang.String PERFORMANCE +com.turingtechnologies.materialscrollbar.R$id: int src_in +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_paddingLeft +androidx.preference.R$attr: int contentInsetEnd +androidx.customview.R$drawable +com.tencent.bugly.proguard.f +io.reactivex.Observable: io.reactivex.Observable concatArrayEager(int,int,io.reactivex.ObservableSource[]) +androidx.constraintlayout.widget.R$styleable: int GradientColor_android_centerX +okio.Buffer: okio.BufferedSink write(okio.ByteString) +cyanogenmod.providers.CMSettings$Secure: java.lang.String SYS_PROP_CM_SETTING_VERSION +com.xw.repo.bubbleseekbar.R$styleable: int[] TextAppearance +cyanogenmod.app.ILiveLockScreenChangeListener$Stub: int TRANSACTION_onLiveLockScreenChanged_0 +androidx.constraintlayout.widget.R$id: int checkbox +com.google.android.material.R$styleable: int Constraint_flow_horizontalGap +androidx.lifecycle.SavedStateHandle: boolean contains(java.lang.String) +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceGroup_orderingFromXml +androidx.appcompat.R$styleable: int LinearLayoutCompat_dividerPadding +androidx.cardview.widget.CardView: boolean getUseCompatPadding() +androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable: boolean mWasExecuted +james.adaptiveicon.R$attr: int panelBackground +wangdaye.com.geometricweather.db.entities.AlertEntityDao: wangdaye.com.geometricweather.db.entities.AlertEntity readEntity(android.database.Cursor,int) +androidx.recyclerview.R$style: int Widget_Compat_NotificationActionContainer +com.amap.api.fence.PoiItem: java.lang.String getPoiName() +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_track_size +okio.Buffer: okio.ByteString md5() +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintWidth_percent +androidx.preference.R$styleable: int DialogPreference_dialogLayout +com.jaredrummler.android.colorpicker.R$dimen: int compat_button_inset_vertical_material +retrofit2.adapter.rxjava2.ResultObservable: void subscribeActual(io.reactivex.Observer) +com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_ch +wangdaye.com.geometricweather.R$attr: int bsb_thumb_text_color +com.xw.repo.bubbleseekbar.R$attr: int tooltipFrameBackground +com.google.android.material.R$string: int chip_text +com.bumptech.glide.load.engine.GlideException: void logRootCauses(java.lang.String) +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver +io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: void dispose() +androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy +com.google.android.material.textfield.TextInputEditText: java.lang.CharSequence getHint() +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float getTotal() +android.didikee.donate.R$styleable: int AppCompatTheme_ratingBarStyleIndicator +com.google.android.material.R$dimen: int mtrl_textinput_end_icon_margin_start +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: java.lang.String en_US +wangdaye.com.geometricweather.R$color: int material_blue_grey_800 +okio.GzipSink: okio.Timeout timeout() +com.google.android.material.R$styleable: int Slider_haloRadius +james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle +androidx.fragment.R$anim: int fragment_fade_enter +wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle HOURLY +wangdaye.com.geometricweather.R$id: int container_main_pollen +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_NULL_SHA +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_firstHorizontalStyle +androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type BASELINE +android.didikee.donate.R$attr: int queryHint +android.didikee.donate.R$dimen: int abc_dialog_title_divider_material +android.didikee.donate.R$id: int scrollIndicatorUp +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_displayOptions +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: BaseTransientBottomBar$SnackbarBaseLayout(android.content.Context,android.util.AttributeSet) +cyanogenmod.app.LiveLockScreenManager: java.lang.String TAG +androidx.appcompat.R$attr: int autoSizeStepGranularity +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight +cyanogenmod.power.IPerformanceManager$Stub: java.lang.String DESCRIPTOR +com.jaredrummler.android.colorpicker.R$attr: int actionModeCloseDrawable +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_NoActionBar_Bridge +cyanogenmod.externalviews.ExternalView$1: void onServiceDisconnected(android.content.ComponentName) +james.adaptiveicon.R$styleable: int ActionBar_height +com.google.android.material.R$string: int mtrl_picker_announce_current_selection +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintStart_toStartOf +io.reactivex.internal.queue.SpscArrayQueue: boolean offer(java.lang.Object) +cyanogenmod.profiles.RingModeSettings: java.lang.String RING_MODE_MUTE +cyanogenmod.weather.WeatherInfo$DayForecast$Builder: WeatherInfo$DayForecast$Builder(int) +wangdaye.com.geometricweather.R$dimen: int abc_text_size_menu_material +androidx.appcompat.R$id: int accessibility_custom_action_24 +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Title +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_startIconTint +androidx.core.R$styleable: int ColorStateListItem_android_alpha +wangdaye.com.geometricweather.R$styleable: int ChipGroup_chipSpacing +androidx.constraintlayout.widget.R$attr: int pivotAnchor +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Temperature +com.google.android.material.R$dimen: int mtrl_calendar_day_height +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ENABLE_MWI_NOTIFICATION_VALIDATOR +com.jaredrummler.android.colorpicker.R$attr: int checkboxStyle +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_PopupWindow +wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_moon +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Dialog_MinWidth +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dividerHorizontal +okhttp3.internal.http2.Http2Connection$2 +androidx.preference.R$attr: int actionProviderClass +wangdaye.com.geometricweather.R$attr: int minHeight +androidx.transition.ChangeBounds$7 +wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit PERCENT +com.jaredrummler.android.colorpicker.R$layout: int abc_search_dropdown_item_icons_2line +androidx.hilt.lifecycle.R$id: int async +androidx.appcompat.widget.FitWindowsViewGroup: void setOnFitSystemWindowsListener(androidx.appcompat.widget.FitWindowsViewGroup$OnFitSystemWindowsListener) +com.google.android.material.R$attr: int arrowHeadLength +wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_4 +androidx.legacy.coreutils.R$dimen: int notification_content_margin_start +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: java.lang.String unitId +androidx.constraintlayout.widget.R$attr: int flow_lastVerticalStyle +okhttp3.Address: okhttp3.CertificatePinner certificatePinner() +okhttp3.internal.http2.Http2Codec: java.util.List http2HeadersList(okhttp3.Request) +androidx.vectordrawable.R$attr: R$attr() +com.github.rahatarmanahmed.cpv.R$bool: R$bool() +wangdaye.com.geometricweather.R$string: int common_google_play_services_install_button +com.google.android.material.R$attr: int region_widthMoreThan +com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_text_size +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getGrassLevel() +com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_headerBackground +androidx.preference.R$string: int abc_action_bar_home_description +cyanogenmod.content.Intent: java.lang.String ACTION_PROTECTED +com.google.android.material.R$id: int dropdown_menu +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_maxElementsWrap +com.jaredrummler.android.colorpicker.ColorPickerView: void setAlphaSliderText(int) +androidx.hilt.R$drawable: int notification_action_background +io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer +androidx.constraintlayout.widget.R$color: int material_deep_teal_200 +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: java.util.concurrent.atomic.AtomicReference upstream +com.google.android.material.R$styleable: int Constraint_layout_constraintTop_creator +androidx.fragment.R$drawable: int notification_bg_low_normal +androidx.constraintlayout.widget.R$attr: int subMenuArrow +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Display2 +wangdaye.com.geometricweather.R$attr: int startIconDrawable +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: wangdaye.com.geometricweather.db.entities.MinutelyEntity readEntity(android.database.Cursor,int) +okhttp3.OkHttpClient: java.util.List connectionSpecs +retrofit2.RequestBuilder: void addPart(okhttp3.MultipartBody$Part) +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: retrofit2.Response execute() +wangdaye.com.geometricweather.R$styleable: int[] FontFamily +io.reactivex.Observable: io.reactivex.Completable concatMapCompletable(io.reactivex.functions.Function) +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setProgressBackgroundColor(int) +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: io.reactivex.internal.operators.observable.ObservableZip$ZipObserver[] observers +androidx.appcompat.R$layout: int notification_template_part_chronometer +retrofit2.Response: retrofit2.Response success(int,java.lang.Object) +wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_AppbarPopupTheme_Light +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: MfForecastV2Result$ForecastProperties$ForecastV2() +com.turingtechnologies.materialscrollbar.R$color: int material_grey_850 +cyanogenmod.app.CustomTile$ExpandedStyle: int styleId +androidx.vectordrawable.animated.R$drawable: int notification_bg +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal +wangdaye.com.geometricweather.R$color: int material_timepicker_clockface +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void onSubscribe(org.reactivestreams.Subscription) +okhttp3.internal.http2.Huffman$Node: int symbol +androidx.appcompat.R$id: int checked +com.google.android.material.R$styleable: int SwitchCompat_trackTintMode +okhttp3.CacheControl: boolean immutable() +wangdaye.com.geometricweather.R$color: int mtrl_on_primary_text_btn_text_color_selector +androidx.activity.ComponentActivity$2 +james.adaptiveicon.R$styleable: int[] RecycleListView +james.adaptiveicon.R$styleable: int SwitchCompat_thumbTextPadding +cyanogenmod.profiles.RingModeSettings$1: cyanogenmod.profiles.RingModeSettings[] newArray(int) +androidx.transition.R$style +wangdaye.com.geometricweather.R$animator: int weather_fog_2 +wangdaye.com.geometricweather.R$styleable: int Transition_duration +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_Button +androidx.appcompat.R$styleable: int AppCompatTheme_alertDialogCenterButtons +wangdaye.com.geometricweather.settings.dialogs.TimeSetterDialog: TimeSetterDialog() +com.amap.api.location.AMapLocation: float getAccuracy() +com.google.android.material.R$styleable: int Constraint_layout_constraintCircleAngle +io.reactivex.internal.disposables.ArrayCompositeDisposable: boolean isDisposed() +androidx.lifecycle.SavedStateHandleController: java.lang.String TAG_SAVED_STATE_HANDLE_CONTROLLER +com.google.android.material.R$drawable: int material_ic_keyboard_arrow_previous_black_24dp +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Speed: java.lang.String Unit +androidx.constraintlayout.widget.R$string: int abc_prepend_shortcut_label +okhttp3.Dispatcher: void setMaxRequests(int) +com.google.android.material.chip.Chip: void setCloseIconTint(android.content.res.ColorStateList) +okio.ByteString: long serialVersionUID +com.jaredrummler.android.colorpicker.R$id: int tabMode +cyanogenmod.providers.CMSettings$InclusiveFloatRangeValidator: boolean validate(java.lang.String) +retrofit2.Call: okio.Timeout timeout() +com.google.android.material.timepicker.ChipTextInputComboView: void setOnClickListener(android.view.View$OnClickListener) +com.tencent.bugly.crashreport.crash.h5.a: java.lang.String b +wangdaye.com.geometricweather.R$styleable: int PreferenceImageView_maxHeight +wangdaye.com.geometricweather.R$string: int settings_title_unit +wangdaye.com.geometricweather.R$attr: int checkedTextViewStyle +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: java.lang.String img +androidx.preference.R$styleable: int Preference_android_icon +wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_minutelyStartText +okhttp3.internal.connection.RealConnection: java.net.Socket socket() +cyanogenmod.alarmclock.ClockContract$AlarmsColumns: java.lang.String ENABLED +wangdaye.com.geometricweather.R$attr: int cpv_indeterminate +com.tencent.bugly.crashreport.crash.anr.TraceFileHelper$b: boolean a(long) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableTint +com.google.android.material.circularreveal.CircularRevealLinearLayout: com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo getRevealInfo() +androidx.preference.R$styleable: int ActionMode_closeItemLayout +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Toolbar_Surface +wangdaye.com.geometricweather.db.entities.LocationEntityDao androidx.lifecycle.extensions.R$dimen: int notification_content_margin_start -okhttp3.Headers: okhttp3.Headers of(java.util.Map) -com.google.android.material.R$style: int Base_DialogWindowTitle_AppCompat -androidx.viewpager2.R$dimen: int item_touch_helper_swipe_escape_max_velocity -androidx.constraintlayout.widget.R$drawable: int abc_ic_clear_material -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Body1 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature Temperature -wangdaye.com.geometricweather.R$animator: int design_fab_hide_motion_spec -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light_DialogWhenLarge -androidx.constraintlayout.widget.R$attr: int layout_goneMarginBottom -androidx.appcompat.R$dimen: int abc_dropdownitem_text_padding_right -wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Title_Text -com.jaredrummler.android.colorpicker.R$styleable: int[] ListPopupWindow -james.adaptiveicon.R$drawable: int abc_list_pressed_holo_dark -retrofit2.ParameterHandler$Tag: void apply(retrofit2.RequestBuilder,java.lang.Object) -james.adaptiveicon.R$styleable: int Toolbar_menu -com.jaredrummler.android.colorpicker.R$dimen: int tooltip_horizontal_padding -wangdaye.com.geometricweather.db.entities.HistoryEntity: HistoryEntity(java.lang.Long,java.lang.String,java.lang.String,java.util.Date,long,int,int) -wangdaye.com.geometricweather.R$attr: int tabIconTintMode -androidx.appcompat.widget.Toolbar: java.lang.CharSequence getLogoDescription() -cyanogenmod.weatherservice.ServiceRequestResult: ServiceRequestResult(cyanogenmod.weatherservice.ServiceRequestResult$1) +android.didikee.donate.R$id: int info +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void clear(io.reactivex.internal.queue.SpscLinkedArrayQueue) +androidx.constraintlayout.widget.R$styleable: int[] MotionLayout +okhttp3.internal.http2.Http2Writer: okhttp3.internal.http2.Hpack$Writer hpackWriter +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setLiveLockScreen(java.lang.String) +androidx.preference.R$drawable: int abc_item_background_holo_dark +james.adaptiveicon.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog +androidx.fragment.R$dimen: R$dimen() +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$2: ExternalViewProviderService$Provider$ProviderImpl$2(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) +androidx.fragment.R$id: int accessibility_custom_action_30 +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_fontFamily +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_toBottomOf +com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_android_dialogMessage +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Imperial: double Value +com.google.android.material.R$dimen: int fastscroll_default_thickness +androidx.constraintlayout.widget.R$styleable: int[] Motion +okio.Sink: void flush() +wangdaye.com.geometricweather.R$attr: int tabIndicator +com.tencent.bugly.proguard.am: java.lang.String e +androidx.appcompat.R$styleable: int AppCompatTheme_colorControlHighlight +com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_check_to_on_mtrl_015 +com.google.android.material.slider.Slider: float getThumbStrokeWidth() +androidx.loader.R$dimen: int notification_action_text_size +androidx.preference.R$styleable: int Preference_android_dependency +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: int maxConcurrency +james.adaptiveicon.R$style: int Base_Widget_AppCompat_CompoundButton_Switch +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_45 +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: java.lang.Object clone() +cyanogenmod.themes.ThemeChangeRequest: int describeContents() +androidx.appcompat.R$dimen: int abc_text_size_menu_header_material +androidx.customview.R$id: int notification_main_column_container +com.google.android.gms.base.R$drawable: int common_full_open_on_phone +okhttp3.internal.connection.RouteSelector$Selection +android.didikee.donate.R$styleable: int MenuGroup_android_orderInCategory +com.xw.repo.bubbleseekbar.R$attr: int autoSizePresetSizes +cyanogenmod.app.IProfileManager: cyanogenmod.app.Profile[] getProfiles() +com.jaredrummler.android.colorpicker.R$attr: int windowMinWidthMinor +okio.ForwardingSource +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: io.reactivex.Scheduler$Worker worker +androidx.constraintlayout.widget.R$id: int action_mode_close_button +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Metric Metric +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeThunderstormPrecipitation(java.lang.Float) +androidx.cardview.R$attr: R$attr() +com.google.gson.JsonParseException +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse +com.jaredrummler.android.colorpicker.R$style: int Preference_CheckBoxPreference +wangdaye.com.geometricweather.R$string: int wechat +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircularSkyWeatherView: int getHeaderHeight() +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: io.reactivex.disposables.Disposable upstream +wangdaye.com.geometricweather.R$color: int colorSearchBarBackground +android.didikee.donate.R$styleable: int ActionBar_homeLayout +wangdaye.com.geometricweather.R$attr: int windowFixedHeightMinor +wangdaye.com.geometricweather.R$string: int common_signin_button_text +cyanogenmod.app.ICMStatusBarManager$Stub$Proxy +com.google.android.material.R$attr: int behavior_autoShrink +com.google.android.material.R$id: int filled +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_SeekBar +com.jaredrummler.android.colorpicker.R$attr: int hideOnContentScroll +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item +com.google.android.material.R$styleable: int KeyTrigger_onCross +wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setWeatherText(java.lang.String) +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: void cleanup() +androidx.lifecycle.AbstractSavedStateViewModelFactory: AbstractSavedStateViewModelFactory(androidx.savedstate.SavedStateRegistryOwner,android.os.Bundle) +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_toTopOf +wangdaye.com.geometricweather.R$dimen: int design_title_text_size +com.xw.repo.bubbleseekbar.R$styleable: int PopupWindow_overlapAnchor +wangdaye.com.geometricweather.R$attr: int framePosition +okhttp3.ConnectionSpec: okhttp3.ConnectionSpec MODERN_TLS +com.tencent.bugly.proguard.v: int j +com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String d +retrofit2.adapter.rxjava2.CallExecuteObservable: CallExecuteObservable(retrofit2.Call) +com.google.android.material.R$style: int Base_V21_Theme_AppCompat_Light_Dialog +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Snow: java.lang.Integer depth +james.adaptiveicon.R$attr: int paddingTopNoTitle +com.xw.repo.bubbleseekbar.R$attr: int icon +wangdaye.com.geometricweather.R$styleable: int Transition_transitionDisable +com.jaredrummler.android.colorpicker.R$attr: int tooltipFrameBackground +com.google.android.material.R$id: int month_grid +androidx.core.R$color: int notification_icon_bg_color +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setPressure(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean) +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipIconVisible +androidx.preference.R$attr: int actionBarStyle +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_translationX +cyanogenmod.externalviews.ExternalView$6: ExternalView$6(cyanogenmod.externalviews.ExternalView) +wangdaye.com.geometricweather.R$string: int phase_first +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_progressBarPadding +wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_marginEnd +androidx.transition.R$id: int notification_background +androidx.preference.R$id: int accessibility_custom_action_27 +androidx.appcompat.R$styleable: int AppCompatTextView_lineHeight +com.tencent.bugly.crashreport.common.info.a: java.lang.String i() +androidx.constraintlayout.widget.R$styleable: int Transition_android_id +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_autoSizePresetSizes +com.google.android.material.R$dimen: int design_bottom_navigation_height +androidx.appcompat.R$attr: int actionBarWidgetTheme +androidx.preference.R$styleable: int AppCompatTheme_actionBarTabBarStyle +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: void onError(java.lang.Throwable) +androidx.preference.R$drawable: int abc_btn_check_material +wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_Main +james.adaptiveicon.R$styleable: int SwitchCompat_thumbTintMode +androidx.hilt.work.R$style: int Widget_Compat_NotificationActionContainer +retrofit2.KotlinExtensions$awaitResponse$2$2: void onFailure(retrofit2.Call,java.lang.Throwable) +com.google.android.material.R$style: int Base_Widget_AppCompat_Light_PopupMenu +cyanogenmod.platform.Manifest$permission: java.lang.String READ_THEMES +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_AES_128_CBC_SHA +com.google.android.material.tabs.TabLayout: int getTabCount() +com.google.android.material.R$color: int accent_material_light +cyanogenmod.weather.WeatherLocation: java.lang.String access$202(cyanogenmod.weather.WeatherLocation,java.lang.String) +android.didikee.donate.R$styleable: int SwitchCompat_track +com.turingtechnologies.materialscrollbar.R$layout: int notification_action +com.google.gson.JsonSyntaxException: JsonSyntaxException(java.lang.Throwable) +wangdaye.com.geometricweather.R$color: int material_slider_thumb_color +com.google.android.material.R$dimen: int mtrl_btn_padding_right +androidx.constraintlayout.widget.R$drawable: int abc_control_background_material +com.xw.repo.bubbleseekbar.R$attr: int paddingTopNoTitle +wangdaye.com.geometricweather.R$styleable: int Preference_widgetLayout +com.tencent.bugly.Bugly: boolean isDev() +cyanogenmod.providers.DataUsageContract: java.lang.String DATAUSAGE_TABLE +androidx.constraintlayout.widget.R$attr: int closeIcon +androidx.appcompat.resources.R$id: int accessibility_custom_action_0 +androidx.appcompat.widget.SearchView$SearchAutoComplete: void setSearchView(androidx.appcompat.widget.SearchView) +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_key +io.reactivex.internal.util.VolatileSizeArrayList: void add(int,java.lang.Object) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_DayTextView +com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol: com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol valueOf(java.lang.String) +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_android_minHeight +androidx.preference.R$style: int Widget_AppCompat_RatingBar_Small +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_11 +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_corner_radius_material +androidx.work.R$id: int tag_unhandled_key_listeners +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Speed +androidx.appcompat.R$drawable: int btn_radio_off_to_on_mtrl_animation +com.turingtechnologies.materialscrollbar.R$styleable: int[] FloatingActionButton +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_visible +androidx.lifecycle.extensions.R$dimen: int notification_big_circle_margin +cyanogenmod.providers.CMSettings$Global: int getInt(android.content.ContentResolver,java.lang.String,int) +cyanogenmod.app.Profile$TriggerState: int DISABLED +androidx.appcompat.R$drawable: int abc_ic_star_half_black_48dp +com.google.android.material.R$dimen: int mtrl_high_ripple_focused_alpha +okhttp3.internal.http2.Header: okio.ByteString TARGET_PATH +com.tencent.bugly.proguard.al: al() +james.adaptiveicon.R$styleable: int Toolbar_collapseContentDescription +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void complete() +wangdaye.com.geometricweather.R$attr: int materialCalendarStyle +wangdaye.com.geometricweather.R$drawable: int weather_hail_mini_light +androidx.dynamicanimation.R$styleable: int FontFamily_fontProviderFetchStrategy +retrofit2.RequestBuilder$ContentTypeOverridingRequestBody: long contentLength() +androidx.constraintlayout.widget.R$attr: int dragDirection +okhttp3.internal.cache.FaultHidingSink: boolean hasErrors +com.turingtechnologies.materialscrollbar.R$attr: int buttonBarNeutralButtonStyle +android.didikee.donate.R$drawable: int notification_template_icon_bg +androidx.appcompat.widget.FitWindowsLinearLayout: void setOnFitSystemWindowsListener(androidx.appcompat.widget.FitWindowsViewGroup$OnFitSystemWindowsListener) +com.google.android.material.R$dimen: int material_cursor_width +wangdaye.com.geometricweather.R$styleable: int[] AppBarLayout_Layout +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintVertical_weight +io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: boolean inSingle +wangdaye.com.geometricweather.remoteviews.config.Hilt_MultiCityWidgetConfigActivity: Hilt_MultiCityWidgetConfigActivity() +com.turingtechnologies.materialscrollbar.R$id: int action_bar_subtitle +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade RealFeelTemperatureShade +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: NativeCrashHandler(android.content.Context,com.tencent.bugly.crashreport.common.info.a,com.tencent.bugly.crashreport.crash.b,com.tencent.bugly.proguard.w,boolean,java.lang.String) +com.google.android.gms.dynamite.DynamiteModule$DynamiteLoaderClassLoader: java.lang.ClassLoader sClassLoader +okhttp3.internal.http2.Http2Codec: okhttp3.internal.http2.Http2Stream stream +com.tencent.bugly.proguard.v: void a(long) +wangdaye.com.geometricweather.db.entities.LocationEntity: void setResidentPosition(boolean) +android.didikee.donate.R$styleable: int Toolbar_titleTextColor +com.google.android.material.R$attr: int iconPadding +com.google.android.material.R$attr: int dividerPadding +androidx.recyclerview.widget.RecyclerView: void removeOnScrollListener(androidx.recyclerview.widget.RecyclerView$OnScrollListener) +org.greenrobot.greendao.AbstractDaoMaster: org.greenrobot.greendao.database.Database getDatabase() +androidx.preference.R$style: int Platform_ThemeOverlay_AppCompat_Light +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_content_1 +wangdaye.com.geometricweather.R$drawable: int weather_hail_2 +io.reactivex.Observable: io.reactivex.Observable skipLast(long,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: java.lang.String url +wangdaye.com.geometricweather.R$attr: int actionModeCloseButtonStyle +android.didikee.donate.R$string: int abc_searchview_description_search +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: double seaLevel +com.turingtechnologies.materialscrollbar.MaterialScrollBar: float getHandleOffset() +com.tencent.bugly.crashreport.BuglyLog: void w(java.lang.String,java.lang.String) +io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: void onSuccess(java.lang.Object) +io.reactivex.Observable: void safeSubscribe(io.reactivex.Observer) +com.google.android.material.R$drawable: int abc_scrubber_track_mtrl_alpha +io.reactivex.Observable: io.reactivex.Observable repeat(long) +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_profileExistsByName +com.google.android.material.R$id: int coordinator +wangdaye.com.geometricweather.R$style: int ShapeAppearance_MaterialComponents_Test +cyanogenmod.app.PartnerInterface: android.content.Context mContext +com.google.android.material.R$dimen: int notification_main_column_padding_top wangdaye.com.geometricweather.db.entities.HistoryEntity: java.util.Date date -android.didikee.donate.R$string: int abc_shareactionprovider_share_with -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Button_Borderless -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintVertical_bias -wangdaye.com.geometricweather.R$styleable: int InkPageIndicator_dotDiameter -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean -androidx.lifecycle.extensions.R$dimen: int notification_main_column_padding_top -james.adaptiveicon.R$drawable: int abc_ratingbar_indicator_material -android.didikee.donate.R$styleable: int AppCompatTextView_drawableTopCompat -androidx.viewpager.R$styleable: int FontFamilyFont_android_font -com.bumptech.glide.R$styleable: int GradientColor_android_centerX -okhttp3.Cache: int writeSuccessCount() -okhttp3.Request: okhttp3.RequestBody body() -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String province -androidx.preference.R$id: int accessibility_custom_action_27 -android.didikee.donate.R$color: int abc_search_url_text_normal -cyanogenmod.power.PerformanceManager: boolean getProfileHasAppProfiles(int) -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_android_switchTextOn -james.adaptiveicon.R$color: int abc_tint_seek_thumb -cyanogenmod.app.CustomTile$Builder: android.graphics.Bitmap mRemoteIcon -com.jaredrummler.android.colorpicker.R$style: int Base_V7_Widget_AppCompat_EditText -retrofit2.HttpServiceMethod$CallAdapted -androidx.hilt.R$id: int info -retrofit2.RequestBuilder: char[] HEX_DIGITS -com.amap.api.fence.DistrictItem: android.os.Parcelable$Creator getCreator() -okhttp3.OkHttpClient$Builder: okhttp3.EventListener$Factory eventListenerFactory -com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode: com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode[] values() -wangdaye.com.geometricweather.R$id: int container_main_first_card_header_timeText -androidx.appcompat.R$drawable: int abc_list_selector_disabled_holo_dark -androidx.activity.R$id: int accessibility_custom_action_31 -com.google.android.material.slider.BaseSlider: void setHaloRadius(int) -androidx.appcompat.R$string: int search_menu_title -wangdaye.com.geometricweather.R$attr: int layout_anchor -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowFixedHeightMinor -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon -com.google.android.material.floatingactionbutton.FloatingActionButton: void setBackgroundTintMode(android.graphics.PorterDuff$Mode) -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: int complete -androidx.work.R$id: int actions -okio.Okio: okio.Source source(java.io.File) -okhttp3.Cache$Entry: java.lang.String url -james.adaptiveicon.R$styleable: int SearchView_iconifiedByDefault -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator VOLUME_ADJUST_SOUNDS_ENABLED_VALIDATOR -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String pm10 -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: boolean isPrecipitation() -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: io.reactivex.Observer downstream -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Light_NoActionBar -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase getMoonPhase() -android.didikee.donate.R$styleable: int AppCompatTextView_drawableLeftCompat -com.jaredrummler.android.colorpicker.R$attr: int popupMenuStyle -androidx.recyclerview.R$styleable: int ColorStateListItem_android_alpha -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceFragmentCompatStyle -okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.ErrorCode getErrorCode() -okhttp3.internal.http1.Http1Codec: int STATE_OPEN_REQUEST_BODY -com.bumptech.glide.R$style: int Widget_Compat_NotificationActionContainer -androidx.appcompat.R$anim: int abc_popup_enter -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ListView_DropDown -wangdaye.com.geometricweather.R$dimen: int cpv_required_padding -wangdaye.com.geometricweather.R$id: int widget_trend_daily_item_4 -androidx.preference.R$drawable: int abc_ic_menu_cut_mtrl_alpha -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: java.lang.String ID -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_135 -wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_fontStyle -wangdaye.com.geometricweather.R$dimen: int abc_search_view_preferred_height -io.reactivex.internal.subscribers.StrictSubscriber: long serialVersionUID +androidx.work.R$id: int accessibility_custom_action_12 +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub: cyanogenmod.weather.IWeatherServiceProviderChangeListener asInterface(android.os.IBinder) +androidx.customview.R$styleable: int ColorStateListItem_alpha +wangdaye.com.geometricweather.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha +com.google.android.material.R$color: int primary_text_disabled_material_light +androidx.recyclerview.R$id: int item_touch_helper_previous_elevation +com.turingtechnologies.materialscrollbar.R$drawable: int avd_hide_password +cyanogenmod.weather.WeatherInfo: int mConditionCode +com.google.android.material.R$style: int TextAppearance_AppCompat_Medium_Inverse +com.google.android.material.R$dimen: int abc_disabled_alpha_material_light +com.turingtechnologies.materialscrollbar.R$attr +com.tencent.bugly.proguard.d: java.util.HashMap g +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$1: LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$1(androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription,long) +com.google.gson.stream.JsonReader: int peekedNumberLength +retrofit2.http.HeaderMap +androidx.core.os.CancellationSignal +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_divider +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +cyanogenmod.providers.CMSettings$Global: boolean putInt(android.content.ContentResolver,java.lang.String,int) +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast: void completion() +com.turingtechnologies.materialscrollbar.R$attr: int colorControlActivated +com.google.android.material.R$id: int path +okhttp3.Request: okhttp3.RequestBody body +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_FixedSize +com.google.android.material.R$styleable: int Snackbar_snackbarStyle +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents +com.turingtechnologies.materialscrollbar.R$styleable: int ViewBackgroundHelper_backgroundTint +okio.ByteString: okio.ByteString sha1() +com.tencent.bugly.proguard.aq: java.lang.String c +wangdaye.com.geometricweather.R$string: int settings_summary_appearance +wangdaye.com.geometricweather.R$attr: int tickMarkTintMode +cyanogenmod.profiles.RingModeSettings$1: java.lang.Object createFromParcel(android.os.Parcel) +com.tencent.bugly.crashreport.crash.anr.TraceFileHelper: void readTraceFile(java.lang.String,com.tencent.bugly.crashreport.crash.anr.TraceFileHelper$b) +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Caption +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_min_width_major +androidx.constraintlayout.widget.Placeholder: void setEmptyVisibility(int) +wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_switchTextOn +wangdaye.com.geometricweather.R$style: int Base_Widget_Design_TabLayout +com.jaredrummler.android.colorpicker.R$id: int right_side +com.amap.api.fence.GeoFenceClient +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Large +com.google.android.material.R$attr: int materialCardViewStyle +james.adaptiveicon.R$attr: int alertDialogCenterButtons +com.google.android.material.internal.ForegroundLinearLayout: ForegroundLinearLayout(android.content.Context,android.util.AttributeSet,int) +androidx.hilt.R$string: R$string() +androidx.appcompat.R$drawable: int abc_switch_thumb_material +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: long index +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable: java.lang.Runnable actual +com.google.android.material.R$styleable: int AppBarLayout_android_keyboardNavigationCluster +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarPopupTheme +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.google.gson.internal.LinkedTreeMap: LinkedTreeMap(java.util.Comparator) +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean a(java.lang.String,boolean) +james.adaptiveicon.R$layout: int support_simple_spinner_dropdown_item +androidx.appcompat.R$styleable: int AppCompatTheme_textColorSearchUrl +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_trackTint +androidx.lifecycle.extensions.R$id: int normal +com.google.android.material.R$dimen: int mtrl_card_spacing +com.google.android.material.R$style: int TextAppearance_AppCompat_Large_Inverse +com.google.android.material.R$styleable: int Constraint_layout_constraintCircle +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem +androidx.preference.R$styleable: int AppCompatTheme_textColorSearchUrl +okio.BufferedSink: okio.BufferedSink writeLong(long) +androidx.constraintlayout.widget.R$id: int standard +android.didikee.donate.R$styleable: int Toolbar_titleMarginStart +com.github.rahatarmanahmed.cpv.CircularProgressView: android.animation.AnimatorSet indeterminateAnimator +wangdaye.com.geometricweather.R$styleable: int MaterialCardView_checkedIconSize +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer moonPhaseAngle +wangdaye.com.geometricweather.R$id: int fitToContents +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title +com.google.android.material.R$styleable: int AppCompatTextHelper_android_drawableTop +com.tencent.bugly.crashreport.CrashReport: java.lang.String getBuglyVersion(android.content.Context) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean +com.google.android.material.textfield.TextInputLayout: void setHintAnimationEnabled(boolean) +com.xw.repo.bubbleseekbar.R$dimen: int tooltip_margin +james.adaptiveicon.R$color: int accent_material_dark +retrofit2.OptionalConverterFactory +com.xw.repo.bubbleseekbar.R$styleable: int MenuGroup_android_orderInCategory +wangdaye.com.geometricweather.R$drawable: int btn_checkbox_checked_mtrl +android.didikee.donate.R$attr: int actionModeWebSearchDrawable +com.xw.repo.bubbleseekbar.R$styleable: int CompoundButton_buttonTintMode +cyanogenmod.app.ProfileManager: void removeNotificationGroup(android.app.NotificationGroup) +android.didikee.donate.R$style: int Theme_AppCompat_Light_NoActionBar +wangdaye.com.geometricweather.R$drawable: int ic_toolbar_back +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_ttcIndex +androidx.preference.R$styleable: int MenuItem_android_visible +androidx.appcompat.R$style: int Base_Theme_AppCompat_Dialog_Alert +androidx.constraintlayout.widget.R$attr: int iconifiedByDefault +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Snow: double Value +okio.Util: boolean arrayRangeEquals(byte[],int,byte[],int,int) +androidx.constraintlayout.widget.R$styleable: int Constraint_android_elevation +okio.Buffer: okio.Buffer$UnsafeCursor readAndWriteUnsafe() +wangdaye.com.geometricweather.R$attr: int number +cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode getLightsMode() +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver +io.reactivex.Observable: io.reactivex.Completable flatMapCompletable(io.reactivex.functions.Function,boolean) +io.reactivex.internal.subscriptions.DeferredScalarSubscription: java.lang.Object poll() +com.jaredrummler.android.colorpicker.R$attr: int layout_anchor +wangdaye.com.geometricweather.R$styleable: int MaterialCardView_checkedIcon +com.jaredrummler.android.colorpicker.R$string: int abc_searchview_description_search +retrofit2.KotlinExtensions: java.lang.Object suspendAndThrow(java.lang.Exception,kotlin.coroutines.Continuation) +androidx.preference.R$styleable: int SwitchCompat_android_textOff +androidx.preference.R$dimen: int abc_action_bar_default_padding_end_material +android.didikee.donate.R$layout: int abc_popup_menu_item_layout +james.adaptiveicon.R$style: int Base_V7_Theme_AppCompat +com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_paddingLeftSystemWindowInsets +okio.BufferedSource: long indexOfElement(okio.ByteString,long) +okhttp3.Handshake: okhttp3.TlsVersion tlsVersion() +com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String v +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Metric +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_id +androidx.preference.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable +com.jaredrummler.android.colorpicker.R$id: int title_template +com.google.android.material.R$styleable: int ShapeableImageView_shapeAppearanceOverlay +com.google.android.material.R$attr: int boxCornerRadiusBottomStart +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Ice: double Value +androidx.appcompat.R$color: int primary_text_disabled_material_light +wangdaye.com.geometricweather.R$dimen: int widget_mini_weather_icon_size +androidx.lifecycle.ViewModelProvider$NewInstanceFactory: androidx.lifecycle.ViewModelProvider$NewInstanceFactory getInstance() +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_firstVerticalStyle +cyanogenmod.app.IPartnerInterface$Stub$Proxy: android.os.IBinder asBinder() +com.google.android.material.R$styleable: int Constraint_layout_constraintDimensionRatio +wangdaye.com.geometricweather.R$drawable: int notif_temp_82 +retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter: java.lang.Object adapt(retrofit2.Call) +cyanogenmod.providers.CMSettings$Global: long getLong(android.content.ContentResolver,java.lang.String) +com.google.android.material.R$attr: int fontFamily +com.google.android.material.R$layout: int abc_action_bar_up_container +androidx.appcompat.widget.AppCompatTextView: void setLastBaselineToBottomHeight(int) +io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: void onError(java.lang.Throwable) +com.turingtechnologies.materialscrollbar.R$attr: int autoSizeMinTextSize +androidx.appcompat.R$attr: int buttonStyleSmall +android.didikee.donate.R$drawable: int abc_ic_clear_material +com.xw.repo.bubbleseekbar.R$attr: int actionModeShareDrawable +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken BOOLEAN +okhttp3.Response$Builder: okhttp3.Protocol protocol +com.turingtechnologies.materialscrollbar.R$attr: int actionBarTabTextStyle +com.amap.api.fence.PoiItem: double f +com.google.android.material.R$attr: int cornerSizeTopLeft +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemMaxLines +androidx.appcompat.R$style: int Base_Animation_AppCompat_DropDownUp +com.google.android.material.R$attr: int haloRadius +wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: java.lang.String getDurationVoice(android.content.Context,float) +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_TextButton +androidx.appcompat.resources.R$dimen: int notification_big_circle_margin +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: java.util.Date pubTime +okhttp3.OkHttpClient: boolean followSslRedirects() +james.adaptiveicon.R$attr: int textAppearancePopupMenuHeader +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void onNext(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$styleable: int FlowLayout_lineSpacing +com.tencent.bugly.proguard.a: byte[] a(com.tencent.bugly.proguard.k) +androidx.preference.R$style: int Base_Widget_AppCompat_Button_Borderless +retrofit2.ParameterHandler$QueryMap: ParameterHandler$QueryMap(java.lang.reflect.Method,int,retrofit2.Converter,boolean) +com.turingtechnologies.materialscrollbar.R$attr: int activityChooserViewStyle +com.google.android.material.R$attr: int collapseContentDescription +james.adaptiveicon.R$styleable: int MenuItem_contentDescription +androidx.appcompat.widget.AppCompatSpinner: AppCompatSpinner(android.content.Context,android.util.AttributeSet,int) +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: void onComplete() +com.turingtechnologies.materialscrollbar.R$attr: int actionModeCloseButtonStyle +androidx.hilt.R$style: int Widget_Compat_NotificationActionText +wangdaye.com.geometricweather.R$attr: int actionBarSplitStyle +android.didikee.donate.R$id: int action_menu_divider +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_ActionBar +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_SearchResult +androidx.constraintlayout.widget.R$attr: int commitIcon +okhttp3.internal.http2.Http2Connection$5: okhttp3.internal.http2.Http2Connection this$0 +android.didikee.donate.R$attr: int textAppearanceListItem +cyanogenmod.weather.WeatherInfo: java.util.List access$1102(cyanogenmod.weather.WeatherInfo,java.util.List) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange: AccuCurrentResult$TemperatureSummary$Past24HourRange() +com.google.android.material.R$styleable: int TextInputLayout_endIconCheckable +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_collapseNotificationPanel_2 +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) +retrofit2.converter.gson.GsonConverterFactory: retrofit2.Converter requestBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],java.lang.annotation.Annotation[],retrofit2.Retrofit) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Tooltip +androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable: ServiceLifecycleDispatcher$DispatchRunnable(androidx.lifecycle.LifecycleRegistry,androidx.lifecycle.Lifecycle$Event) +androidx.viewpager2.R$id: int accessibility_custom_action_29 +cyanogenmod.providers.WeatherContract$WeatherColumns: android.net.Uri CONTENT_URI +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup +wangdaye.com.geometricweather.R$drawable: int notif_temp_71 +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property Country +james.adaptiveicon.R$styleable: int AppCompatTextView_drawableTopCompat +androidx.coordinatorlayout.R$id: int accessibility_custom_action_25 +androidx.appcompat.R$attr: int windowFixedHeightMinor +androidx.cardview.R$attr: int cardBackgroundColor +cyanogenmod.weather.WeatherInfo: double getWindDirection() +okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder cipherSuites(java.lang.String[]) +com.xw.repo.bubbleseekbar.R$attr: int dialogTheme +com.google.android.material.chip.Chip: void setCloseIconResource(int) +io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: boolean isDisposed() +androidx.viewpager2.R$id: int accessibility_custom_action_0 +com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_Snackbar +androidx.recyclerview.R$styleable: int FontFamilyFont_android_fontWeight +com.google.android.material.R$attr: int behavior_saveFlags +com.tencent.bugly.crashreport.crash.e: int j +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult: long updatedOn +okhttp3.EventListener$Factory +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property TotalPrecipitationProbability +com.google.android.material.R$styleable: int AppCompatTextView_drawableBottomCompat +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse +com.amap.api.fence.GeoFence +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver CANCELLED +wangdaye.com.geometricweather.common.ui.activities.AwakeUpdateActivity: AwakeUpdateActivity() +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_android_gravity +androidx.vectordrawable.R$styleable: int GradientColor_android_endColor +wangdaye.com.geometricweather.R$integer: int design_snackbar_text_max_lines +okhttp3.CacheControl: boolean mustRevalidate +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeRainPrecipitationDuration +com.google.android.material.circularreveal.CircularRevealRelativeLayout: void setCircularRevealOverlayDrawable(android.graphics.drawable.Drawable) +retrofit2.Call +com.google.android.material.R$attr: int fabAnimationMode +com.xw.repo.bubbleseekbar.R$color +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getMoldIndex() +cyanogenmod.weather.WeatherLocation: java.lang.String mState +android.support.v4.os.IResultReceiver$Stub$Proxy +com.google.android.material.R$drawable: int material_ic_keyboard_arrow_right_black_24dp +androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_android_fontWeight +com.jaredrummler.android.colorpicker.R$dimen: int abc_progress_bar_height_material +io.reactivex.internal.disposables.EmptyDisposable: boolean offer(java.lang.Object,java.lang.Object) +androidx.preference.R$styleable: int DialogPreference_dialogMessage +io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,long) +com.bumptech.glide.R$styleable +android.didikee.donate.R$style: int Widget_AppCompat_Toolbar_Button_Navigation +com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_size_mini +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query +com.google.android.material.R$style: int Base_Theme_MaterialComponents +cyanogenmod.providers.CMSettings$Global: boolean putFloatForUser(android.content.ContentResolver,java.lang.String,float,int) +com.google.android.material.appbar.AppBarLayout +com.google.android.material.R$styleable: int MenuItem_iconTint +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Imperial: int UnitType +com.jaredrummler.android.colorpicker.R$string: int search_menu_title +okhttp3.internal.platform.Android10Platform +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.internal.util.ErrorMode errorMode +okhttp3.CertificatePinner: java.util.List findMatchingPins(java.lang.String) +wangdaye.com.geometricweather.R$color: int mtrl_btn_text_color_selector +com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior: AppBarLayout$ScrollingViewBehavior() +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property Date +androidx.hilt.R$id: R$id() +androidx.work.R$id: int tag_transition_group +wangdaye.com.geometricweather.R$id: int activity_widget_config_hideLunarContainer +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_28 +retrofit2.Utils: java.lang.reflect.Type resolveTypeVariable(java.lang.reflect.Type,java.lang.Class,java.lang.reflect.TypeVariable) +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_paddingTop +androidx.loader.R$id +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_panelMenuListWidth +androidx.constraintlayout.widget.R$styleable: int[] ViewStubCompat +com.jaredrummler.android.colorpicker.R$color: int primary_text_disabled_material_dark +cyanogenmod.app.Profile: void writeToParcel(android.os.Parcel,int) +com.google.android.material.R$attr: int defaultQueryHint +cyanogenmod.app.CustomTile$ExpandedItem +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.util.Date date +com.google.android.material.appbar.AppBarLayout: void setExpanded(boolean) +com.google.android.material.R$style: int ThemeOverlay_Design_TextInputEditText +com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status COMPLETE +com.turingtechnologies.materialscrollbar.R$color: int background_floating_material_light +android.didikee.donate.R$styleable: int AppCompatTheme_actionBarTabTextStyle +okhttp3.internal.Util: java.lang.reflect.Method addSuppressedExceptionMethod +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_PopupMenu +androidx.appcompat.R$style: int Theme_AppCompat +com.google.android.material.R$anim: R$anim() +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VectorDrawableDelegateState: int getChangingConfigurations() +wangdaye.com.geometricweather.R$id: int dialog_location_help_locationTitle +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_paddingTop +androidx.appcompat.widget.SearchView +com.amap.api.location.CoordinateConverter: com.amap.api.location.DPoint a +com.xw.repo.bubbleseekbar.R$styleable: int ActionMode_background +com.turingtechnologies.materialscrollbar.R$color: int abc_primary_text_material_dark +wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_disableDependentsState +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float totalPrecipitation +androidx.hilt.lifecycle.R$anim: int fragment_fast_out_extra_slow_in +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: java.util.concurrent.atomic.AtomicLong requested +androidx.loader.R$attr: int fontProviderCerts +com.tencent.bugly.proguard.z: byte[] c(long) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Imperial: java.lang.String Unit +com.bumptech.glide.integration.okhttp.R$color: int notification_icon_bg_color +wangdaye.com.geometricweather.common.basic.models.weather.Daily: long getTime() +androidx.lifecycle.extensions.R$styleable: int GradientColor_android_endY +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DialogWhenLarge +com.google.android.material.R$styleable: int MaterialCardView_strokeColor +androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$State getCurrentState() +com.jaredrummler.android.colorpicker.R$styleable: int[] SearchView +androidx.preference.R$attr: int fastScrollVerticalThumbDrawable +com.google.android.material.R$dimen: int mtrl_extended_fab_min_width +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeDegreeDayTemperature(java.lang.Integer) +james.adaptiveicon.R$attr: int collapseIcon +com.google.android.material.snackbar.BaseTransientBottomBar$Behavior +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: java.lang.String pressure +com.google.android.gms.common.annotation.KeepName +wangdaye.com.geometricweather.R$attr: int showDividers +cyanogenmod.app.ProfileGroup: void setSoundOverride(android.net.Uri) +com.google.android.material.R$id: int navigation_header_container +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: void setCity_code(int) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionBar_TabBar +com.google.gson.FieldNamingPolicy$3: FieldNamingPolicy$3(java.lang.String,int) +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: io.reactivex.Observer downstream +com.google.android.material.R$id: int material_clock_period_pm_button +com.google.android.material.R$styleable: int ActionBar_height +com.google.android.material.R$id: int scrollView +androidx.recyclerview.R$drawable: int notification_bg_low_normal +wangdaye.com.geometricweather.R$drawable: int weather_clear_day_mini_light +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed Speed +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_enabled +wangdaye.com.geometricweather.R$id: int tag_accessibility_actions +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getDate() +androidx.work.R$styleable: int FontFamilyFont_android_ttcIndex +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActivityChooserView +okhttp3.Cache$CacheResponseBody: Cache$CacheResponseBody(okhttp3.internal.cache.DiskLruCache$Snapshot,java.lang.String,java.lang.String) +james.adaptiveicon.R$attr: int dialogPreferredPadding +cyanogenmod.themes.IThemeService$Stub$Proxy: void unregisterThemeProcessingListener(cyanogenmod.themes.IThemeProcessingListener) +com.google.android.gms.common.SupportErrorDialogFragment: SupportErrorDialogFragment() +org.greenrobot.greendao.AbstractDao: void saveInTx(java.lang.Iterable) +cyanogenmod.app.LiveLockScreenInfo$Builder: cyanogenmod.app.LiveLockScreenInfo build() +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_Solid +okhttp3.internal.cache.CacheInterceptor$1: void close() +androidx.appcompat.R$style: int Theme_AppCompat_DayNight_DarkActionBar +com.google.android.material.R$styleable: int Chip_textEndPadding +android.didikee.donate.R$color: int abc_background_cache_hint_selector_material_light +okio.Options: int size() +james.adaptiveicon.R$dimen: int abc_dialog_fixed_width_minor +retrofit2.http.FieldMap +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeDegreeDayTemperature +android.didikee.donate.R$layout: int abc_list_menu_item_radio +androidx.constraintlayout.widget.R$styleable: int ActionBar_itemPadding +io.reactivex.internal.observers.ForEachWhileObserver: boolean isDisposed() +androidx.appcompat.R$styleable: int AppCompatImageView_android_src +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_DialogWindowTitle_AppCompat +com.google.android.material.R$styleable: int Layout_layout_goneMarginLeft +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub$Proxy +james.adaptiveicon.R$dimen: int compat_button_padding_vertical_material +wangdaye.com.geometricweather.R$id: int widget_trend_daily_item_2 +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX +androidx.drawerlayout.R$id: int tag_unhandled_key_event_manager +retrofit2.Response: java.lang.Object body() +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_radioButtonStyle +com.google.android.material.tabs.TabLayout: TabLayout(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$drawable: int notif_temp_119 +com.google.gson.internal.JsonReaderInternalAccess: JsonReaderInternalAccess() +io.reactivex.Observable: io.reactivex.Observable timeout(io.reactivex.functions.Function,io.reactivex.ObservableSource) +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionBar_TabText +com.google.android.material.R$style: int Widget_MaterialComponents_ActionBar_Primary +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STYLE_PREVIEW +com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents_Bridge +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_5 +okio.Util: void sneakyThrow2(java.lang.Throwable) +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer realFeelShaderTemperature +wangdaye.com.geometricweather.R$attr: int actionProviderClass +wangdaye.com.geometricweather.R$attr: int alertDialogStyle +okhttp3.Headers: java.lang.String get(java.lang.String) +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String street_number +wangdaye.com.geometricweather.R$drawable: int notif_temp_83 +com.google.android.gms.internal.location.zzbg: android.os.Parcelable$Creator CREATOR +cyanogenmod.app.Profile$TriggerState: Profile$TriggerState() +com.google.android.material.R$styleable: int AnimatedStateListDrawableTransition_android_toId +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer totalCloudCover +androidx.appcompat.R$attr: int actionViewClass +androidx.preference.R$dimen: int abc_list_item_padding_horizontal_material +androidx.coordinatorlayout.R$styleable: int FontFamilyFont_android_ttcIndex +wangdaye.com.geometricweather.R$styleable: int Toolbar_contentInsetEnd +james.adaptiveicon.R$attr: int colorSwitchThumbNormal +cyanogenmod.providers.CMSettings$DelimitedListValidator: CMSettings$DelimitedListValidator(java.lang.String[],java.lang.String,boolean) +com.turingtechnologies.materialscrollbar.R$dimen: int abc_edit_text_inset_horizontal_material +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.swiperefreshlayout.widget.SwipeRefreshLayout +androidx.preference.R$styleable: int AppCompatTextHelper_android_drawableStart +org.greenrobot.greendao.AbstractDaoSession: long insert(java.lang.Object) +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Button +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_ct +android.didikee.donate.R$styleable: int AppCompatTheme_actionModePasteDrawable +androidx.preference.R$color: int abc_tint_seek_thumb +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$1: androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription this$0 +okio.GzipSink: void updateCrc(okio.Buffer,long) +wangdaye.com.geometricweather.R$attr: int hintAnimationEnabled +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result: wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties properties +com.google.android.material.bottomnavigation.BottomNavigationItemView: BottomNavigationItemView(android.content.Context,android.util.AttributeSet) +com.xw.repo.bubbleseekbar.R$attr: int commitIcon +androidx.preference.R$styleable: int Preference_android_iconSpaceReserved +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ListView_Menu +wangdaye.com.geometricweather.R$id: int expanded_menu +androidx.loader.R$dimen: int compat_button_inset_vertical_material +com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_indeterminate +wangdaye.com.geometricweather.R$string: int settings_title_notification_hide_big_view +okhttp3.OkHttpClient: okhttp3.EventListener$Factory eventListenerFactory() +cyanogenmod.providers.CMSettings$Secure: boolean putLong(android.content.ContentResolver,java.lang.String,long) +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_backgroundSplit +okio.SegmentedByteString: okio.ByteString md5() +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Display1 +androidx.hilt.work.R$layout: R$layout() +com.jaredrummler.android.colorpicker.R$styleable: int[] ActionMenuItemView +com.turingtechnologies.materialscrollbar.R$styleable: int TouchScrollBar_msb_autoHide +cyanogenmod.themes.ThemeManager: cyanogenmod.themes.ThemeManager sInstance +com.google.android.material.R$styleable: int AppCompatTheme_viewInflaterClass +androidx.appcompat.R$drawable: int abc_text_cursor_material +com.turingtechnologies.materialscrollbar.R$attr: int rippleColor +androidx.appcompat.widget.Toolbar: int getContentInsetRight() +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getTotalPrecipitationProbability() +androidx.preference.R$attr: int isLightTheme +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Button_Borderless +com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol: com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol HTTPS +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_shapeAppearanceOverlay +com.tencent.bugly.proguard.h: int b +wangdaye.com.geometricweather.R$styleable: int BottomAppBar_fabCradleVerticalOffset +androidx.fragment.R$id: int action_text +cyanogenmod.app.IPartnerInterface: void setMobileDataEnabled(boolean) +cyanogenmod.app.CustomTile$RemoteExpandedStyle +com.turingtechnologies.materialscrollbar.R$color: int mtrl_tabs_icon_color_selector_colored +androidx.drawerlayout.R$dimen +androidx.constraintlayout.widget.R$id: int search_voice_btn +wangdaye.com.geometricweather.R$string: int wind_10 +androidx.appcompat.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner +cyanogenmod.hardware.CMHardwareManager: boolean unRegisterThermalListener(cyanogenmod.hardware.ThermalListenerCallback) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getWindSpeed() +cyanogenmod.weatherservice.ServiceRequest$Status: ServiceRequest$Status(java.lang.String,int) +androidx.preference.R$styleable: int GradientColorItem_android_color +androidx.appcompat.R$id: int action_bar_root +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Body2 +androidx.lifecycle.extensions.R$id: int action_text +androidx.coordinatorlayout.R$drawable: int notification_bg_low_normal +android.didikee.donate.R$style: int Platform_V25_AppCompat_Light +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.Integer dbz +androidx.fragment.R$id: int accessibility_custom_action_25 +com.google.gson.stream.JsonScope: int CLOSED +com.github.rahatarmanahmed.cpv.CircularProgressView$2: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 +wangdaye.com.geometricweather.R$attr: int touchRegionId +wangdaye.com.geometricweather.R$attr: int cardBackgroundColor +wangdaye.com.geometricweather.R$styleable: int[] MaterialToolbar +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: java.util.List contextList +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_NULL_SHA +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.util.Date sunriseTime +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setId(java.lang.Long) +james.adaptiveicon.R$attr: int initialActivityCount +wangdaye.com.geometricweather.R$styleable: int KeyCycle_waveOffset +androidx.fragment.R$styleable: int FragmentContainerView_android_name +com.jaredrummler.android.colorpicker.R$color: int abc_search_url_text_selected +retrofit2.adapter.rxjava2.package-info +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_EXPORT_WITH_RC4_40_MD5 +wangdaye.com.geometricweather.R$styleable: int[] SearchView +okhttp3.CertificatePinner: okhttp3.CertificatePinner DEFAULT +okhttp3.internal.cache.CacheStrategy$Factory: java.lang.String lastModifiedString +androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type BASELINE +cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: IWeatherProviderService$Stub$Proxy(android.os.IBinder) +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setColorScheme(int[]) +cyanogenmod.externalviews.KeyguardExternalViewProviderService: java.lang.String TAG +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property DewPoint +android.support.v4.os.IResultReceiver$Stub$Proxy: void send(int,android.os.Bundle) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator TOUCHSCREEN_GESTURE_HAPTIC_FEEDBACK_VALIDATOR +cyanogenmod.profiles.ConnectionSettings$BooleanState +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource +com.google.android.material.R$color: int design_bottom_navigation_shadow_color +okhttp3.internal.http2.Hpack$Reader: void insertIntoDynamicTable(int,okhttp3.internal.http2.Header) +cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper +androidx.appcompat.R$dimen: int abc_floating_window_z +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceListItemSecondary +androidx.hilt.work.R$dimen: int notification_top_pad_large_text +okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex: boolean equals(java.lang.Object) +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu +androidx.appcompat.view.menu.ActionMenuItemView: void setIcon(android.graphics.drawable.Drawable) +com.tencent.bugly.proguard.ak: java.util.ArrayList q +androidx.work.R$id: int forever +com.google.android.material.R$styleable: int Variant_constraints +wangdaye.com.geometricweather.R$color: int colorTextTitle_light +okhttp3.internal.ws.RealWebSocket: boolean pong(okio.ByteString) +okhttp3.Request$Builder: okhttp3.Request build() +com.bumptech.glide.integration.okhttp.R$id: int text +androidx.preference.R$anim: int btn_checkbox_to_unchecked_icon_null_animation +cyanogenmod.app.suggest.ApplicationSuggestion$1: java.lang.Object[] newArray(int) +androidx.constraintlayout.widget.R$string: int abc_toolbar_collapse_description +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties: wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris ephemeris +com.google.android.material.chip.Chip +com.google.android.gms.common.api.UnsupportedApiCallException: UnsupportedApiCallException(com.google.android.gms.common.Feature) +com.bumptech.glide.R$styleable: int FontFamilyFont_android_ttcIndex +com.google.android.material.R$attr: int navigationMode +com.amap.api.location.AMapLocationClient: java.lang.String getDeviceId(android.content.Context) +com.bumptech.glide.R$dimen +wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition: wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView$KeyLine$ContentPosition BELOW_LINE +okio.Buffer$2: okio.Buffer this$0 +androidx.hilt.work.R$layout: int notification_action_tombstone +androidx.activity.R$id: int accessibility_custom_action_14 +com.jaredrummler.android.colorpicker.R$attr: int cpv_colorPresets +retrofit2.ParameterHandler$QueryMap +androidx.lifecycle.extensions.R +com.google.android.gms.common.server.converter.zaa: android.os.Parcelable$Creator CREATOR +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse +androidx.lifecycle.ReportFragment: void dispatchCreate(androidx.lifecycle.ReportFragment$ActivityInitializationListener) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionMenuTextColor +retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder client(okhttp3.OkHttpClient) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature: AccuDailyResult$DailyForecasts$Temperature() +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setProgress(float) +okhttp3.internal.http2.Settings: Settings() +okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection$Builder listener(okhttp3.internal.http2.Http2Connection$Listener) +cyanogenmod.weatherservice.ServiceRequest: cyanogenmod.weather.RequestInfo getRequestInfo() +com.turingtechnologies.materialscrollbar.R$attr: int actionModeStyle +com.turingtechnologies.materialscrollbar.R$attr: int chipIconSize +androidx.preference.R$style: int Widget_AppCompat_ActionButton_Overflow +androidx.work.R$id: int async +james.adaptiveicon.R$dimen: int abc_action_button_min_width_material +android.didikee.donate.R$attr: int contentInsetStart +com.jaredrummler.android.colorpicker.R$styleable: int ActionMode_height +com.tencent.bugly.proguard.ae: byte[] a(byte[]) +wangdaye.com.geometricweather.db.entities.AlertEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) +org.greenrobot.greendao.AbstractDao: void insertInTx(java.lang.Iterable) +okhttp3.internal.Internal: Internal() +wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_hideMotionSpec +com.turingtechnologies.materialscrollbar.R$styleable: int[] ActionMenuView +androidx.preference.R$styleable: int TextAppearance_android_textStyle +okio.Buffer: long indexOf(okio.ByteString) +androidx.transition.R$styleable: int ColorStateListItem_alpha +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_helperText +com.google.android.material.R$attr: int fontProviderFetchTimeout +androidx.preference.R$drawable: int abc_textfield_search_material +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris +okio.Buffer: java.lang.String readString(long,java.nio.charset.Charset) +com.tencent.bugly.crashreport.common.info.a: java.lang.String ao +io.reactivex.Observable: io.reactivex.Observable withLatestFrom(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function4) +androidx.lifecycle.SavedStateHandle: java.util.Map mLiveDatas +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_waveDecay +okhttp3.internal.http2.Http2Connection$Listener: void onSettings(okhttp3.internal.http2.Http2Connection) +androidx.constraintlayout.widget.R$styleable: int Variant_region_widthLessThan +wangdaye.com.geometricweather.R$attr: int expandedTitleMargin +com.tencent.bugly.crashreport.common.strategy.StrategyBean +com.amap.api.location.AMapLocationQualityReport: void setLocationMode(com.amap.api.location.AMapLocationClientOption$AMapLocationMode) +androidx.preference.R$id: int end +com.tencent.bugly.proguard.d: com.tencent.bugly.proguard.f e +androidx.preference.R$color: int switch_thumb_material_dark +com.tencent.bugly.proguard.y: java.lang.Object b() +androidx.constraintlayout.widget.R$id: int motion_base +okhttp3.internal.cache.CacheStrategy$Factory: long receivedResponseMillis +cyanogenmod.app.ILiveLockScreenChangeListener$Stub$Proxy: void onLiveLockScreenChanged(cyanogenmod.app.LiveLockScreenInfo) +com.google.android.gms.base.R$drawable: int common_google_signin_btn_icon_disabled +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 +android.didikee.donate.R$styleable: int Toolbar_titleMargin +retrofit2.ParameterHandler$Path: java.lang.String name +cyanogenmod.weatherservice.IWeatherProviderService$Stub: android.os.IBinder asBinder() +cyanogenmod.providers.CMSettings$InclusiveFloatRangeValidator: float mMin +androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type HORIZONTAL_DIMENSION +cyanogenmod.providers.CMSettings$Secure$1: CMSettings$Secure$1() +android.didikee.donate.R$layout: int abc_search_view +androidx.appcompat.R$styleable: int[] GradientColor +okio.SegmentedByteString: okio.ByteString substring(int,int) +android.didikee.donate.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric: double Value +com.google.android.material.imageview.ShapeableImageView: void setStrokeWidthResource(int) +androidx.lifecycle.LifecycleService: LifecycleService() +androidx.coordinatorlayout.R$id: int accessibility_custom_action_19 +androidx.constraintlayout.widget.R$styleable: int MenuItem_alphabeticModifiers +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHorizontal_chainStyle +okhttp3.internal.cache.DiskLruCache: long size() +com.google.android.material.R$style: int Widget_AppCompat_Toolbar_Button_Navigation +com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getSelectedItemId() +com.google.android.material.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable +james.adaptiveicon.R$integer: int config_tooltipAnimTime +wangdaye.com.geometricweather.R$id: int firstVisible +cyanogenmod.app.Profile: cyanogenmod.profiles.AirplaneModeSettings getAirplaneMode() +androidx.drawerlayout.R$styleable: int ColorStateListItem_android_color +com.google.android.gms.location.ActivityTransitionEvent: android.os.Parcelable$Creator CREATOR +com.google.android.material.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView +androidx.preference.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog +androidx.swiperefreshlayout.R$attr: int font +com.google.android.material.R$attr: int dialogPreferredPadding +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_EXPORT_WITH_RC4_40_MD5 +io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object) +wangdaye.com.geometricweather.R$style: int Platform_ThemeOverlay_AppCompat_Dark +cyanogenmod.app.Profile: Profile(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling Cooling +androidx.appcompat.widget.SwitchCompat: void setSwitchPadding(int) +wangdaye.com.geometricweather.R$drawable: int ic_mtrl_checked_circle +androidx.preference.R$styleable: int AlertDialog_android_layout +androidx.constraintlayout.widget.R$attr: int flow_padding +wangdaye.com.geometricweather.R$animator: int weather_thunderstorm_2 +com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableTransition_android_toId +wangdaye.com.geometricweather.R$id: int activity_card_display_manage_toolbar +androidx.constraintlayout.widget.ConstraintLayout +androidx.fragment.R$id: int accessibility_custom_action_22 +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ZEN_PRIORITY_ALLOW_LIGHTS_VALIDATOR +wangdaye.com.geometricweather.R$interpolator: int mtrl_fast_out_slow_in +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: boolean done +okhttp3.internal.connection.RouteDatabase: boolean shouldPostpone(okhttp3.Route) +wangdaye.com.geometricweather.R$string: int widget_week +android.didikee.donate.R$anim: int abc_slide_out_bottom +cyanogenmod.weather.WeatherInfo$1 +com.baidu.location.e.h$c: com.baidu.location.e.h$c e +com.bumptech.glide.R$dimen: int notification_big_circle_margin +wangdaye.com.geometricweather.R$attr: int itemStrokeColor +io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.Function,java.util.concurrent.Callable) +com.google.android.gms.internal.location.zzbe: android.os.Parcelable$Creator CREATOR +com.xw.repo.bubbleseekbar.R$color: int colorAccent +androidx.preference.R$styleable: int AppCompatSeekBar_tickMarkTint +okhttp3.Cache: java.lang.String key(okhttp3.HttpUrl) +androidx.recyclerview.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable +io.reactivex.Observable: io.reactivex.Observable distinct(io.reactivex.functions.Function) +com.turingtechnologies.materialscrollbar.R$attr: int tabMinWidth +androidx.preference.R$styleable: int PreferenceImageView_maxHeight +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ImageButton +wangdaye.com.geometricweather.R$id: int container_main_sun_moon_controlView +wangdaye.com.geometricweather.R$attr: int materialCalendarMonth +wangdaye.com.geometricweather.R$dimen: int notification_subtext_size +androidx.activity.R$attr: int ttcIndex +okhttp3.HttpUrl$Builder: void pop() +androidx.activity.R$styleable: int GradientColor_android_endX +androidx.preference.R$drawable: int btn_checkbox_checked_mtrl +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_min +androidx.preference.R$style: int TextAppearance_AppCompat_Small_Inverse +wangdaye.com.geometricweather.R$string: int week_3 +androidx.work.WorkInfo$State: androidx.work.WorkInfo$State ENQUEUED +androidx.hilt.lifecycle.R$id: int icon_group +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: java.lang.Integer cloudCover +androidx.work.impl.background.systemalarm.ConstraintProxyUpdateReceiver: ConstraintProxyUpdateReceiver() +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small +okhttp3.Cookie$Builder: okhttp3.Cookie$Builder expiresAt(long) +androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar +com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleMarginTop(int) +io.reactivex.Observable: io.reactivex.Observable debounce(long,java.util.concurrent.TimeUnit) +com.google.android.material.R$styleable: int MotionLayout_applyMotionScene +androidx.drawerlayout.R$style: int TextAppearance_Compat_Notification_Title +com.tencent.bugly.proguard.z: byte[] a(int) +androidx.viewpager2.R$attr: int fontStyle +android.didikee.donate.R$dimen: int hint_pressed_alpha_material_light +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_drawableTop +wangdaye.com.geometricweather.R$styleable: int ListPreference_android_entries +io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: void onComplete() +com.turingtechnologies.materialscrollbar.R$drawable: int tooltip_frame_light +wangdaye.com.geometricweather.R$attr: int itemHorizontalTranslationEnabled +cyanogenmod.app.CustomTile$Builder: android.app.PendingIntent mOnClick +wangdaye.com.geometricweather.db.entities.AlertEntity: void setCityId(java.lang.String) +com.google.android.material.slider.Slider: int getActiveThumbIndex() +androidx.preference.R$dimen: int abc_dialog_fixed_width_major +cyanogenmod.providers.CMSettings$System: java.lang.String VOLUME_WAKE_SCREEN +com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver: void addFilter(java.lang.String) +androidx.preference.R$styleable: int TextAppearance_android_textColor +com.turingtechnologies.materialscrollbar.Handle: void setBackgroundColor(int) +androidx.hilt.R$dimen: int notification_right_icon_size +james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemHeight +com.tencent.bugly.crashreport.crash.d: void a(java.lang.Thread,int,java.lang.String,java.lang.String,java.lang.String,java.util.Map) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_radioButtonStyle +com.amap.api.location.AMapLocation: boolean o +com.amap.api.fence.GeoFence: int TYPE_ROUND +wangdaye.com.geometricweather.R$drawable: int notif_temp_106 +androidx.appcompat.R$color: int abc_secondary_text_material_dark +androidx.viewpager.widget.PagerTabStrip: void setTabIndicatorColor(int) +wangdaye.com.geometricweather.db.entities.LocationEntity: void setLatitude(float) +com.turingtechnologies.materialscrollbar.R$layout: int design_bottom_sheet_dialog +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_7 +com.google.android.material.R$styleable: int[] View +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_7 +wangdaye.com.geometricweather.R$attr: int lineSpacing +james.adaptiveicon.R$drawable: int abc_textfield_default_mtrl_alpha +okio.Buffer: boolean rangeEquals(okio.Segment,int,okio.ByteString,int,int) +com.google.android.material.R$color: int design_snackbar_background_color +androidx.preference.R$attr: int progressBarPadding +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean disposeAll() +androidx.viewpager.R$styleable +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: cyanogenmod.app.ILiveLockScreenManagerProvider asInterface(android.os.IBinder) +com.turingtechnologies.materialscrollbar.R$id: int action_menu_presenter +wangdaye.com.geometricweather.R$styleable: int[] AppCompatImageView +cyanogenmod.externalviews.ExternalViewProviderService: java.lang.String TAG +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: boolean done +wangdaye.com.geometricweather.R$styleable: int[] ScrollingViewBehavior_Layout +okhttp3.Dispatcher: void finished(java.util.Deque,java.lang.Object) +wangdaye.com.geometricweather.R$styleable: int AlertDialog_multiChoiceItemLayout +androidx.recyclerview.R$styleable: int FontFamily_fontProviderQuery +wangdaye.com.geometricweather.R$attr: int bsb_show_thumb_text +com.tencent.bugly.BuglyStrategy$a +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer uvIndex wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Direction: AccuDailyResult$DailyForecasts$Night$WindGust$Direction() -io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function) -com.tencent.bugly.proguard.ao: java.lang.String b -com.tencent.bugly.crashreport.common.info.b: java.lang.String h(android.content.Context) -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_year_height -com.google.android.material.R$xml: int standalone_badge_gravity_top_start -com.tencent.bugly.BuglyStrategy: boolean m -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintEnd_toEndOf -com.tencent.bugly.BuglyStrategy: java.lang.String f -cyanogenmod.weather.CMWeatherManager$1$1 -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintStart_toEndOf -wangdaye.com.geometricweather.common.basic.models.weather.Alert: int priority -androidx.constraintlayout.widget.R$string: int abc_menu_ctrl_shortcut_label -android.support.v4.app.INotificationSideChannel: void cancel(java.lang.String,int,java.lang.String) -wangdaye.com.geometricweather.R$id: int activity_widget_config_clockFontContainer -android.didikee.donate.R$styleable: int AppCompatTheme_actionMenuTextColor -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_seek_step_section -james.adaptiveicon.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner -wangdaye.com.geometricweather.R$attr: int linearSeamless -cyanogenmod.weather.ICMWeatherManager$Stub: int TRANSACTION_registerWeatherServiceProviderChangeListener -okhttp3.WebSocket: void cancel() -wangdaye.com.geometricweather.R$string: int key_card_style -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.database.Database getDatabase() -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_backgroundSplit -cyanogenmod.app.Profile: java.util.UUID[] getSecondaryUuids() -com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawable_android_variablePadding -wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTodayForecastUpdateService: ForegroundTodayForecastUpdateService() -wangdaye.com.geometricweather.R$interpolator: int fast_out_slow_in -com.bumptech.glide.load.engine.GlideException: void printStackTrace() -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxCornerRadiusBottomStart -androidx.appcompat.R$color: int abc_primary_text_material_light -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header -androidx.recyclerview.R$color: int notification_action_color_filter -cyanogenmod.providers.ThemesContract$PreviewColumns: android.net.Uri COMPONENTS_URI -okhttp3.internal.http2.Http2Connection$PingRunnable -wangdaye.com.geometricweather.R$layout: int test_action_chip -wangdaye.com.geometricweather.R$id: int notification_base_icon -androidx.constraintlayout.motion.widget.MotionLayout$TransitionState: androidx.constraintlayout.motion.widget.MotionLayout$TransitionState[] values() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft -cyanogenmod.profiles.StreamSettings$1: java.lang.Object[] newArray(int) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Toolbar_PrimarySurface -com.turingtechnologies.materialscrollbar.R$attr: int actionButtonStyle -cyanogenmod.weatherservice.IWeatherProviderService$Stub: int TRANSACTION_cancelRequest -com.google.android.material.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem -com.jaredrummler.android.colorpicker.R$attr: int buttonPanelSideLayout -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_alpha -androidx.appcompat.R$styleable: int AppCompatTextView_drawableTopCompat -androidx.constraintlayout.widget.R$dimen: int abc_dialog_min_width_minor -org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.database.Database getDatabase() -okio.SegmentedByteString: byte[] internalArray() -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_paddingEnd -com.xw.repo.bubbleseekbar.R$styleable: int[] AppCompatImageView -okhttp3.internal.platform.OptionalMethod: boolean isSupported(java.lang.Object) -cyanogenmod.os.Build$CM_VERSION: Build$CM_VERSION() -wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon -com.google.android.material.tabs.TabLayout: void addOnTabSelectedListener(com.google.android.material.tabs.TabLayout$BaseOnTabSelectedListener) -cyanogenmod.providers.CMSettings$Secure: java.lang.String DEFAULT_LIVE_LOCK_SCREEN_COMPONENT -androidx.appcompat.R$dimen: int notification_action_icon_size -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer getRealFeelShaderTemperature() -androidx.loader.R$id: int action_container -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_lastHorizontalStyle -androidx.lifecycle.LifecycleDispatcher$DispatcherActivityCallback: void onActivitySaveInstanceState(android.app.Activity,android.os.Bundle) -android.didikee.donate.R$id: int action_mode_bar -com.tencent.bugly.crashreport.common.info.a: java.util.Map ai -androidx.preference.R$styleable: int AnimatedStateListDrawableCompat_android_visible -wangdaye.com.geometricweather.db.entities.DaoMaster$DevOpenHelper: DaoMaster$DevOpenHelper(android.content.Context,java.lang.String) -androidx.lifecycle.AndroidViewModel -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_FixedSize -android.didikee.donate.R$styleable: int AppCompatTheme_seekBarStyle -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: ObservableTimeout$TimeoutConsumer(long,io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutSelectorSupport) -com.autonavi.aps.amapapi.model.AMapLocationServer: void a(java.lang.String) -com.google.gson.stream.JsonReader: java.lang.String[] pathNames -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ListView_DropDown -com.google.android.material.R$styleable: int ViewBackgroundHelper_backgroundTintMode -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean getBrandInfo() -okhttp3.Request: okhttp3.CacheControl cacheControl -androidx.appcompat.R$styleable: int AppCompatTheme_imageButtonStyle -androidx.appcompat.R$id: int action_mode_bar_stub -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton -wangdaye.com.geometricweather.R$attr: int itemHorizontalPadding -cyanogenmod.providers.CMSettings$NameValueCache: android.content.IContentProvider lazyGetProvider(android.content.ContentResolver) -okhttp3.internal.cache.DiskLruCache$Editor$1: okhttp3.internal.cache.DiskLruCache$Editor this$1 -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle -com.google.android.material.R$drawable: int abc_list_selector_disabled_holo_light -com.tencent.bugly.crashreport.crash.c: com.tencent.bugly.crashreport.crash.c a(int,android.content.Context,boolean,com.tencent.bugly.BuglyStrategy$a,com.tencent.bugly.proguard.o,java.lang.String) -okio.RealBufferedSource: byte readByte() -wangdaye.com.geometricweather.R$color: int mtrl_bottom_nav_ripple_color -cyanogenmod.content.Intent: Intent() -com.google.gson.LongSerializationPolicy$2: LongSerializationPolicy$2(java.lang.String,int) -retrofit2.ParameterHandler$Part: int p -com.tencent.bugly.crashreport.common.info.a: long R -androidx.preference.R$id: int accessibility_custom_action_19 -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: int getDesiredHeight() -androidx.preference.R$attr: int fontProviderQuery -cyanogenmod.weather.CMWeatherManager$1: CMWeatherManager$1(cyanogenmod.weather.CMWeatherManager) -okhttp3.internal.ws.RealWebSocket: int receivedCloseCode -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial: java.lang.String Unit -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_30 -androidx.constraintlayout.widget.R$attr: int windowFixedWidthMajor -com.google.android.material.R$styleable: int Layout_layout_constraintWidth_max -okhttp3.ResponseBody$1 -wangdaye.com.geometricweather.R$styleable: int NavigationView_menu -com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day -androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial: AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial() -wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_maxProgress -androidx.preference.R$attr: int tintMode -com.turingtechnologies.materialscrollbar.R$string: int bottom_sheet_behavior -retrofit2.OkHttpCall$1: OkHttpCall$1(retrofit2.OkHttpCall,retrofit2.Callback) -wangdaye.com.geometricweather.R$style: int Base_V7_Widget_AppCompat_EditText -androidx.viewpager.R$integer: R$integer() -com.google.android.material.R$attr: int flow_lastVerticalStyle -com.google.android.material.R$style: int Base_CardView -com.xw.repo.bubbleseekbar.R$id: int search_go_btn -cyanogenmod.app.ILiveLockScreenManager$Stub: java.lang.String DESCRIPTOR -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: void onSubscribe(io.reactivex.disposables.Disposable) -okhttp3.internal.platform.Jdk9Platform: java.lang.reflect.Method setProtocolMethod -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Snow -com.google.android.material.R$styleable: int BottomAppBar_backgroundTint -com.google.android.material.chip.Chip: void setChipStrokeWidth(float) -android.didikee.donate.R$drawable: int notification_template_icon_low_bg -androidx.lifecycle.ClassesInfoCache$MethodReference: int mCallType -retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: boolean disposed -com.google.android.material.tabs.TabLayout: void setScrollAnimatorListener(android.animation.Animator$AnimatorListener) -androidx.appcompat.R$attr: int iconifiedByDefault -james.adaptiveicon.R$color: int material_grey_50 -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void dispose() -wangdaye.com.geometricweather.R$id: int scrollable -wangdaye.com.geometricweather.R$styleable: int MotionTelltales_telltales_velocityMode -com.turingtechnologies.materialscrollbar.R$style: int Base_V21_Theme_AppCompat_Light_Dialog -androidx.dynamicanimation.R$styleable: int[] ColorStateListItem -wangdaye.com.geometricweather.R$styleable: int[] DrawerArrowToggle -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setLabelVisibilityMode(int) -com.google.android.material.tabs.TabLayout -wangdaye.com.geometricweather.R$attr: int layout_constraintLeft_toLeftOf -android.didikee.donate.R$styleable: int AppCompatTheme_activityChooserViewStyle -android.didikee.donate.R$drawable: int abc_ic_commit_search_api_mtrl_alpha -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color Color -cyanogenmod.app.CustomTile$ListExpandedStyle: CustomTile$ListExpandedStyle() -com.google.android.material.R$styleable: int AppCompatTheme_windowFixedHeightMajor -androidx.appcompat.R$style: int Theme_AppCompat_Light_Dialog -androidx.work.R$styleable: int FontFamily_fontProviderAuthority -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text -wangdaye.com.geometricweather.R$color: int mtrl_chip_surface_color -androidx.preference.R$color: int material_grey_50 -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder dispatcher(okhttp3.Dispatcher) -okhttp3.package-info -wangdaye.com.geometricweather.R$attr: int mock_label -com.google.android.material.R$styleable: int ConstraintSet_android_maxHeight -androidx.hilt.R$attr: int ttcIndex -wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: NumberAnimTextView(android.content.Context,android.util.AttributeSet) -androidx.preference.R$styleable: int[] LinearLayoutCompat -androidx.vectordrawable.animated.R$dimen: int notification_right_side_padding_top -com.tencent.bugly.proguard.ap: java.lang.String e -android.didikee.donate.R$id: int title_template -cyanogenmod.profiles.LockSettings: LockSettings() -com.tencent.bugly.crashreport.biz.UserInfoBean: long e -com.google.android.material.circularreveal.cardview.CircularRevealCardView: void setRevealInfo(com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo) -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: int prefetch -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor[] values() -com.google.android.material.R$drawable: int abc_scrubber_primary_mtrl_alpha -wangdaye.com.geometricweather.R$string: int mtrl_picker_date_header_selected -androidx.viewpager2.R$styleable: int GradientColor_android_endColor -com.google.android.material.R$style: int Animation_Design_BottomSheetDialog -wangdaye.com.geometricweather.R$dimen: int design_navigation_item_icon_padding -androidx.preference.R$attr: int ratingBarStyleIndicator -com.google.android.material.R$id: int expanded_menu -androidx.coordinatorlayout.R$dimen: int compat_button_inset_horizontal_material -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_panelMenuListTheme -com.xw.repo.bubbleseekbar.R$attr: int actionModeWebSearchDrawable -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: void setFrom(java.lang.String) -com.github.rahatarmanahmed.cpv.R: R() -com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: int getStatus() -androidx.appcompat.R$styleable: int MenuGroup_android_visible -com.google.android.gms.common.SignInButton -androidx.cardview.widget.CardView: android.content.res.ColorStateList getCardBackgroundColor() -com.google.android.material.slider.Slider: void setTickInactiveTintList(android.content.res.ColorStateList) -androidx.constraintlayout.widget.R$attr: int navigationMode -com.amap.api.location.AMapLocation: int LOCATION_TYPE_FIX_CACHE -cyanogenmod.platform.Manifest$permission: java.lang.String WRITE_ALARMS +cyanogenmod.app.ProfileManager: android.app.NotificationGroup[] getNotificationGroups() +androidx.constraintlayout.widget.R$string: int abc_action_mode_done +cyanogenmod.themes.IThemeProcessingListener$Stub$Proxy: java.lang.String getInterfaceDescriptor() +androidx.constraintlayout.widget.R$id: int time +androidx.fragment.app.FragmentManager: void addOnBackStackChangedListener(androidx.fragment.app.FragmentManager$OnBackStackChangedListener) +cyanogenmod.themes.IThemeService$Stub$Proxy: IThemeService$Stub$Proxy(android.os.IBinder) +cyanogenmod.weather.WeatherInfo$DayForecast: android.os.Parcelable$Creator CREATOR +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_subtitle_top_margin_material +wangdaye.com.geometricweather.R$attr: int color +com.tencent.bugly.proguard.m: long c +androidx.preference.PreferenceFragmentCompat +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Float tMax +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder socketFactory(javax.net.SocketFactory) +com.turingtechnologies.materialscrollbar.R$attr: int collapseIcon +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_is_float_type +io.reactivex.internal.util.EmptyComponent: io.reactivex.internal.util.EmptyComponent INSTANCE +com.amap.api.fence.GeoFenceClient: void setActivateAction(int) +wangdaye.com.geometricweather.R$string: int settings_title_card_display +wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: java.lang.String name +com.google.android.material.progressindicator.ProgressIndicator: void setCircularInset(int) +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: io.reactivex.internal.queue.SpscLinkedArrayQueue getOrCreateQueue() +androidx.loader.R$layout: int notification_template_part_time +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Direction: int Degrees +com.bumptech.glide.integration.okhttp.R$styleable +io.reactivex.Observable: io.reactivex.Observable throttleLatest(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean) +com.google.android.material.R$drawable: int notify_panel_notification_icon_bg +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintBottom_creator +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilitySnow snow +android.didikee.donate.R$color: int bright_foreground_inverse_material_light +androidx.preference.SwitchPreferenceCompat +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_barrierAllowsGoneWidgets +com.xw.repo.bubbleseekbar.R$color: int abc_btn_colored_borderless_text_material +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_divider +cyanogenmod.app.Profile: void doSelect(android.content.Context,com.android.internal.policy.IKeyguardService) +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: java.util.concurrent.TimeUnit unit +okio.HashingSource: long read(okio.Buffer,long) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String getTitle() +androidx.preference.R$attr +androidx.hilt.R$styleable: int GradientColor_android_startX +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: ExtendedFloatingActionButton(android.content.Context) +com.jaredrummler.android.colorpicker.R$attr: int cpv_showOldColor +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_android_enabled +okhttp3.RealCall$AsyncCall: okhttp3.RealCall this$0 +io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: long serialVersionUID +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$3: boolean val$screenOn +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: void onNext(java.lang.Object) +androidx.appcompat.R$styleable: int ActionBar_displayOptions +com.tencent.bugly.crashreport.R: R() +androidx.preference.R$styleable: int SearchView_submitBackground +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void onError(java.lang.Throwable) +androidx.appcompat.resources.R$layout: int notification_template_custom_big +wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_colorPresets +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_alphabeticShortcut +com.turingtechnologies.materialscrollbar.R$id: int up +androidx.preference.R$id: int action_bar_title +wangdaye.com.geometricweather.R$id: int META +com.google.android.material.R$attr: int tooltipForegroundColor +com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState RUNNING +androidx.viewpager2.R$dimen: int notification_top_pad +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_firstHorizontalBias +okhttp3.RequestBody$2: int val$byteCount +cyanogenmod.app.Profile$1: java.lang.Object createFromParcel(android.os.Parcel) +com.google.android.material.datepicker.CompositeDateValidator +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: com.google.android.material.animation.MotionSpec getHideMotionSpec() +androidx.preference.R$id: int accessibility_custom_action_19 +wangdaye.com.geometricweather.R$styleable: int AppBarLayoutStates_state_lifted +wangdaye.com.geometricweather.R$styleable: int RecyclerView_spanCount +com.tencent.bugly.crashreport.common.info.AppInfo: boolean a(android.content.Context,java.lang.String) +wangdaye.com.geometricweather.R$styleable: int Motion_animate_relativeTo +androidx.appcompat.R$id: int tag_transition_group +james.adaptiveicon.R$styleable: int FontFamilyFont_android_ttcIndex +cyanogenmod.hardware.DisplayMode: void writeToParcel(android.os.Parcel,int) +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub: int TRANSACTION_createExternalView_0 +androidx.constraintlayout.widget.R$drawable: int abc_btn_check_to_on_mtrl_015 +com.bumptech.glide.R$id: int title +okhttp3.internal.http2.Http2Connection$ReaderRunnable$3: Http2Connection$ReaderRunnable$3(okhttp3.internal.http2.Http2Connection$ReaderRunnable,java.lang.String,java.lang.Object[]) +androidx.swiperefreshlayout.R$styleable: int[] GradientColorItem +androidx.appcompat.R$style: int Theme_AppCompat_Dialog +androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) +wangdaye.com.geometricweather.R$attr: int listItemLayout +okhttp3.Connection: okhttp3.Route route() +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintDimensionRatio +com.xw.repo.bubbleseekbar.R$layout: int abc_screen_simple_overlay_action_mode +com.google.android.material.R$id: int material_clock_face +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_shadowRadius +androidx.loader.R$id: int line3 +wangdaye.com.geometricweather.R$drawable: int weather_clear_night_mini_xml +com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource MEMORY_CACHE +com.jaredrummler.android.colorpicker.R$attr: int closeItemLayout +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Metric: java.lang.String Unit +androidx.constraintlayout.widget.R$attr: int actionModeWebSearchDrawable +androidx.viewpager.R$style +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Minimum: int UnitType +wangdaye.com.geometricweather.R$id: int adjust_width +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX: void setBrands(java.util.List) +androidx.cardview.R$dimen: R$dimen() +androidx.viewpager2.R$dimen: int item_touch_helper_swipe_escape_velocity +androidx.constraintlayout.widget.R$attr: int textLocale +com.jaredrummler.android.colorpicker.R$attr: int collapseContentDescription +wangdaye.com.geometricweather.R$dimen: int design_fab_translation_z_hovered_focused +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_paddingBottom +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_AES_256_CBC_SHA +cyanogenmod.themes.ThemeChangeRequest$RequestType: ThemeChangeRequest$RequestType(java.lang.String,int) +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: boolean done +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_pixel +okhttp3.OkHttpClient: int readTimeoutMillis() +wangdaye.com.geometricweather.db.entities.LocationEntity: void setChina(boolean) +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: long serialVersionUID +com.bumptech.glide.R$id: R$id() +com.google.android.material.textfield.TextInputLayout: com.google.android.material.internal.CheckableImageButton getEndIconView() +com.tencent.bugly.crashreport.CrashReport: void testNativeCrash(boolean,boolean,boolean) +wangdaye.com.geometricweather.R$attr: int layoutDuringTransition +wangdaye.com.geometricweather.R$color: int mtrl_error +com.google.gson.stream.JsonReader: boolean isLenient() +androidx.transition.R$dimen: int notification_right_side_padding_top +androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type UNKNOWN +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int AQI_INDEX_3 +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintLeft_toLeftOf +com.google.android.material.chip.Chip: float getCloseIconEndPadding() +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_handleOffColor +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast +androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow +androidx.loader.R$layout: int notification_template_custom_big +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: int hasRain +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int MIXED_RAIN_AND_SNOW +androidx.appcompat.R$attr: int toolbarStyle +androidx.fragment.R$layout: R$layout() +androidx.appcompat.R$style: int Platform_AppCompat +android.didikee.donate.R$layout: int select_dialog_multichoice_material +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Bridge +wangdaye.com.geometricweather.R$styleable: int PropertySet_android_alpha +androidx.preference.R$styleable: int AppCompatTheme_switchStyle +com.google.android.material.R$id: int chip3 +com.google.android.material.R$styleable: int[] MenuGroup +androidx.appcompat.R$style: int Theme_AppCompat_DayNight_Dialog +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_OutlinedButton_Icon +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionButtonStyle +com.google.android.material.progressindicator.ProgressIndicator: ProgressIndicator(android.content.Context) +okio.ByteString: okio.ByteString toAsciiUppercase() +io.reactivex.Observable: io.reactivex.Observable concat(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource) +com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableItem_android_drawable +com.amap.api.location.AMapLocation: void setAddress(java.lang.String) +james.adaptiveicon.R$layout: int abc_screen_content_include +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void onNext(java.lang.Object) +androidx.lifecycle.ProcessLifecycleOwner$3$1: ProcessLifecycleOwner$3$1(androidx.lifecycle.ProcessLifecycleOwner$3) +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: boolean setOther(io.reactivex.disposables.Disposable) +androidx.recyclerview.R$styleable: int GradientColor_android_centerX +com.google.android.material.slider.RangeSlider: void setTickActiveTintList(android.content.res.ColorStateList) +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_Button_Colored +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_12 +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: HistoryEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) +androidx.lifecycle.extensions.R$styleable: int GradientColor_android_startX +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum: java.lang.String Unit +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_counterTextColor +wangdaye.com.geometricweather.R$id: int container_alert_display_view_container +com.google.android.material.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize +wangdaye.com.geometricweather.R$id: int activity_widget_config_custom_subtitle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed: AccuCurrentResult$WindGust$Speed() +com.google.android.material.R$styleable: int Constraint_layout_constraintLeft_toRightOf +wangdaye.com.geometricweather.R$attr: int state_collapsible +com.xw.repo.bubbleseekbar.R$color: R$color() +io.reactivex.internal.observers.LambdaObserver: long serialVersionUID +androidx.preference.R$attr: int layout_insetEdge +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light_NoActionBar +okhttp3.internal.http2.Http2Stream: void closeLater(okhttp3.internal.http2.ErrorCode) +androidx.lifecycle.ViewModelProvider$NewInstanceFactory +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Medium +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_maxElementsWrap +cyanogenmod.util.ColorUtils: int generateAlertColorFromDrawable(android.graphics.drawable.Drawable) +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: int bufferSize +com.tencent.bugly.proguard.z: java.util.Map b(android.os.Parcel) +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Small +com.tencent.bugly.crashreport.crash.anr.b: boolean a(java.lang.String,java.lang.String,java.lang.String) +com.bumptech.glide.integration.okhttp.R$id: int action_container +okhttp3.ResponseBody$BomAwareReader: int read(char[],int,int) +wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties +wangdaye.com.geometricweather.R$id: int textStart +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property WeatherCode +androidx.constraintlayout.widget.R$attr: int actionModeCopyDrawable +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow +com.google.android.material.R$styleable: int KeyCycle_android_rotation +androidx.appcompat.R$attr: int colorError +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_Layout_android_layout_height +okhttp3.internal.tls.OkHostnameVerifier: java.util.List getSubjectAltNames(java.security.cert.X509Certificate,int) +cyanogenmod.providers.DataUsageContract: int COLUMN_OF_SLOW_SAMPLES +io.reactivex.internal.util.HashMapSupplier: io.reactivex.internal.util.HashMapSupplier INSTANCE +com.tencent.bugly.proguard.y: void a(java.lang.String,java.lang.String,java.lang.Throwable) +wangdaye.com.geometricweather.R$attr: int buttonCompat +com.xw.repo.bubbleseekbar.R$drawable: int abc_text_select_handle_right_mtrl_light +cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String getTag() +androidx.vectordrawable.R$styleable: int GradientColor_android_startColor +wangdaye.com.geometricweather.main.models.LocationResource$Event: wangdaye.com.geometricweather.main.models.LocationResource$Event INITIALIZE +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getDaytimeWindLevel() +wangdaye.com.geometricweather.R$dimen: int design_snackbar_max_width +james.adaptiveicon.R$style: int Theme_AppCompat_Dialog_Alert +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void onError(java.lang.Throwable) +com.google.android.material.R$styleable: int Layout_android_layout_width +com.google.android.material.R$attr: int state_dragged +androidx.constraintlayout.widget.R$attr: int title +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_PopupMenu +androidx.appcompat.R$styleable: int GradientColor_android_type +com.google.android.material.R$styleable: int AppCompatTheme_colorControlHighlight +wangdaye.com.geometricweather.R$id: int dragUp +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String pubTime +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: java.lang.String getSpeedTextWithoutUnit(float) +com.tencent.bugly.proguard.am: byte[] y +james.adaptiveicon.R$attr: int popupTheme +androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type CENTER +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: void setWeekText(java.lang.String) +androidx.constraintlayout.widget.R$attr: int homeAsUpIndicator +wangdaye.com.geometricweather.R$id: int action_bar_activity_content +com.jaredrummler.android.colorpicker.R$string: int status_bar_notification_info_overflow +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: ObservableSequenceEqual$EqualCoordinator(io.reactivex.Observer,int,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiPredicate) +io.reactivex.internal.subscriptions.EmptySubscription: io.reactivex.internal.subscriptions.EmptySubscription valueOf(java.lang.String) +james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarTabTextStyle +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_dividerPadding +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Imperial Imperial +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Imperial: int UnitType +com.google.android.material.R$animator: int mtrl_extended_fab_state_list_animator +com.turingtechnologies.materialscrollbar.R$attr: int navigationMode +com.turingtechnologies.materialscrollbar.R$attr: int windowFixedHeightMajor +james.adaptiveicon.R$dimen: int abc_dropdownitem_text_padding_left +androidx.constraintlayout.widget.R$id: int listMode +androidx.appcompat.R$id: int action_context_bar +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight_NoActionBar +com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_horizontalDivider +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_getProgress +wangdaye.com.geometricweather.R$drawable: int ic_dress +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial: int UnitType +com.xw.repo.bubbleseekbar.R$attr: int bsb_auto_adjust_section_mark +wangdaye.com.geometricweather.R$dimen: int design_snackbar_background_corner_radius +com.jaredrummler.android.colorpicker.R$attr: int textAppearanceSmallPopupMenu +wangdaye.com.geometricweather.R$attr: int maxVelocity +androidx.constraintlayout.widget.R$dimen: int abc_control_inset_material +com.google.android.material.slider.Slider: void setValue(float) +cyanogenmod.weather.RequestInfo: int TYPE_WEATHER_BY_WEATHER_LOCATION_REQ +com.jaredrummler.android.colorpicker.R$attr: int fastScrollHorizontalThumbDrawable +com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_title_divider_material +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_3 +wangdaye.com.geometricweather.R$dimen: int mtrl_high_ripple_pressed_alpha +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeCloudCover +wangdaye.com.geometricweather.R$drawable: int abc_spinner_textfield_background_material +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: long time +com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_padding_material +cyanogenmod.weather.RequestInfo: cyanogenmod.weather.IRequestInfoListener mListener +com.google.android.material.theme.MaterialComponentsViewInflater +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_stacked_max_height +com.google.android.material.R$dimen: int compat_notification_large_icon_max_height com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: void c() -wangdaye.com.geometricweather.R$style: int Base_V7_Theme_AppCompat_Light_Dialog -io.reactivex.internal.disposables.ArrayCompositeDisposable: boolean setResource(int,io.reactivex.disposables.Disposable) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceListItemSmall -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableRightCompat -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setNo2(java.lang.Float) -com.xw.repo.bubbleseekbar.R$color: int primary_dark_material_light -wangdaye.com.geometricweather.R$id: int test_radiobutton_android_button_tint -wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_textColorLink +com.xw.repo.bubbleseekbar.R$attr: int textAllCaps +com.google.android.material.R$styleable: int AppCompatTheme_actionModeCutDrawable +androidx.customview.R$styleable: int FontFamily_fontProviderPackage +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_checkable +wangdaye.com.geometricweather.R$styleable: int MaterialTextAppearance_android_letterSpacing +androidx.appcompat.widget.DialogTitle: DialogTitle(android.content.Context,android.util.AttributeSet,int) +android.support.v4.os.IResultReceiver$Stub +com.google.android.material.R$attr: int checkedIconEnabled +wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setWeatherCode(wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode) +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHeight_min +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String no2Desc +com.google.android.material.R$styleable: int SearchView_commitIcon +wangdaye.com.geometricweather.R$color: int androidx_core_ripple_material_light +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: PrecipitationDuration(java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float) +androidx.constraintlayout.widget.R$id: int info +wangdaye.com.geometricweather.R$attr: int materialCalendarDay +okio.SegmentedByteString: byte getByte(int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: void setStatus(int) +io.reactivex.internal.observers.ForEachWhileObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.amap.api.location.AMapLocationClientOption: void setScanWifiInterval(long) +com.jaredrummler.android.colorpicker.R$attr: int cpv_sliderColor +com.google.android.material.R$id: int action_divider +com.google.android.material.R$dimen: int mtrl_progress_indicator_size +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: boolean hasValue +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeRainPrecipitationDuration +okhttp3.RequestBody: okhttp3.RequestBody create(okhttp3.MediaType,okio.ByteString) +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setIcons(java.lang.String) +com.google.android.material.R$attr: int flow_horizontalAlign +com.turingtechnologies.materialscrollbar.R$anim: int abc_slide_out_bottom +androidx.constraintlayout.widget.R$attr: int alertDialogCenterButtons +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Button_Colored +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog +okhttp3.internal.platform.OptionalMethod: java.lang.reflect.Method getPublicMethod(java.lang.Class,java.lang.String,java.lang.Class[]) +androidx.customview.R$dimen: R$dimen() +okhttp3.internal.publicsuffix.PublicSuffixDatabase: void readTheListUninterruptibly() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric: java.lang.String Unit +com.tencent.bugly.proguard.ad +okhttp3.Address: javax.net.ssl.SSLSocketFactory sslSocketFactory() +wangdaye.com.geometricweather.R$dimen: int design_fab_border_width +james.adaptiveicon.R$attr: int actionBarTabStyle +wangdaye.com.geometricweather.R$styleable: int Transition_constraintSetStart +com.turingtechnologies.materialscrollbar.R$id: int tag_transition_group +androidx.constraintlayout.widget.R$styleable: int SearchView_queryHint +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: MfWarningsResult() wangdaye.com.geometricweather.R$id: int widget_week_temp_1 -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode CONNECT_ERROR -androidx.preference.R$color: int material_blue_grey_900 -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Fullscreen -com.tencent.bugly.crashreport.crash.anr.TraceFileHelper -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_textColor -okhttp3.Response$Builder: void checkSupportResponse(java.lang.String,okhttp3.Response) -android.didikee.donate.R$color: int foreground_material_light -com.jaredrummler.android.colorpicker.R$attr: int cpv_allowPresets -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_DropDownItem -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer getApparentTemperature() -wangdaye.com.geometricweather.R$attr: int preferenceStyle -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Object readEntity(android.database.Cursor,int) -androidx.loader.R$style: int TextAppearance_Compat_Notification_Info -wangdaye.com.geometricweather.R$string: int mtrl_badge_numberless_content_description -james.adaptiveicon.R$drawable: int notify_panel_notification_icon_bg -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: android.view.Window access$200(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) -com.tencent.bugly.crashreport.crash.e: void a(com.tencent.bugly.crashreport.common.strategy.StrategyBean) -james.adaptiveicon.R$color: int abc_primary_text_material_dark -retrofit2.Retrofit$Builder: retrofit2.Platform platform -com.turingtechnologies.materialscrollbar.R$attr: int floatingActionButtonStyle -androidx.appcompat.R$id: int submenuarrow -androidx.appcompat.R$drawable: int btn_radio_off_mtrl -com.google.android.material.R$styleable: int PropertySet_motionProgress -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric: AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric() -androidx.recyclerview.R$styleable: int ColorStateListItem_android_color -okhttp3.internal.cache.DiskLruCache$Editor: boolean[] written -wangdaye.com.geometricweather.R$color: int darkPrimary_3 -com.tencent.bugly.crashreport.crash.jni.a: android.content.Context a -androidx.viewpager.widget.ViewPager: void removeOnAdapterChangeListener(androidx.viewpager.widget.ViewPager$OnAdapterChangeListener) -com.google.android.material.R$attr: int textAppearanceLargePopupMenu -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void subscribeNext() -com.google.android.material.R$style: int TextAppearance_Design_Snackbar_Message -okhttp3.internal.cache2.Relay: long FILE_HEADER_SIZE -androidx.appcompat.R$style: int Base_V22_Theme_AppCompat -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents -wangdaye.com.geometricweather.R$id: int mtrl_calendar_months -androidx.vectordrawable.animated.R$style: int TextAppearance_Compat_Notification -com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_endY -com.google.gson.stream.JsonWriter: java.io.Writer out -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX() -com.google.android.material.R$attr: int ratingBarStyle -com.jaredrummler.android.colorpicker.R$styleable: int Preference_persistent -androidx.core.R$styleable: int FontFamily_fontProviderAuthority -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_arrow_drop_right_black_24dp -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintBaseline_creator -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge -com.xw.repo.bubbleseekbar.R$attr: int buttonBarNeutralButtonStyle -wangdaye.com.geometricweather.R$drawable: int ic_close -cyanogenmod.weather.ICMWeatherManager$Stub -wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Error -com.tencent.bugly.crashreport.common.info.b: boolean j(android.content.Context) -androidx.constraintlayout.widget.R$styleable: int View_android_theme -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: ChineseCityEntity(java.lang.Long,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String) -wangdaye.com.geometricweather.db.entities.HourlyEntity: int temperature -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWindDirection(java.lang.String) -com.google.android.material.R$attr: int drawableBottomCompat -okhttp3.CacheControl: int sMaxAgeSeconds() -cyanogenmod.alarmclock.ClockContract$AlarmsColumns: android.net.Uri CONTENT_URI -wangdaye.com.geometricweather.R$id: int widget_trend_daily_item_3 -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Button_Borderless -wangdaye.com.geometricweather.R$styleable: int ActionBar_customNavigationLayout -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX() -androidx.constraintlayout.widget.R$id: int on -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_scaleY -cyanogenmod.providers.CMSettings$Secure: boolean putString(android.content.ContentResolver,java.lang.String,java.lang.String) -wangdaye.com.geometricweather.R$id: int widget_week_week_4 -wangdaye.com.geometricweather.R$drawable: int notif_temp_73 -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActivityChooserView -cyanogenmod.weather.WeatherLocation: java.lang.String access$502(cyanogenmod.weather.WeatherLocation,java.lang.String) -com.tencent.bugly.crashreport.biz.b: java.lang.String a(java.lang.String,java.lang.String) -okhttp3.internal.ws.WebSocketWriter$FrameSink: boolean closed -james.adaptiveicon.R$dimen: int tooltip_horizontal_padding -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: java.lang.String season -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: void setValue(java.util.List) -androidx.appcompat.R$bool: R$bool() -cyanogenmod.externalviews.ExternalView$8: cyanogenmod.externalviews.ExternalView this$0 -com.google.android.material.R$attr: int actionBarTabBarStyle -wangdaye.com.geometricweather.R$styleable: int[] PopupWindow -okhttp3.internal.ws.RealWebSocket: void cancel() -okhttp3.internal.http.HttpHeaders: boolean skipWhitespaceAndCommas(okio.Buffer) -james.adaptiveicon.R$styleable: int SwitchCompat_android_thumb -com.google.android.material.chip.Chip: void setCheckedIconEnabledResource(int) -com.jaredrummler.android.colorpicker.R$attr: int gapBetweenBars -retrofit2.Invocation: Invocation(java.lang.reflect.Method,java.util.List) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ActionBar_PrimarySurface -retrofit2.Response: okhttp3.Headers headers() -wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig chineseCityEntityDaoConfig -android.didikee.donate.R$id: int line3 -com.turingtechnologies.materialscrollbar.R$drawable: int abc_seekbar_track_material -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest build() -io.reactivex.internal.subscriptions.EmptySubscription: void clear() -com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_padding_top_material -com.google.android.material.R$attr: int itemTextAppearanceActive -androidx.lifecycle.ReportFragment$LifecycleCallbacks: ReportFragment$LifecycleCallbacks() -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: long serialVersionUID -io.reactivex.internal.operators.observable.ObserverResourceWrapper: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$dimen: int mtrl_badge_with_text_radius -android.didikee.donate.R$drawable: int abc_list_selector_disabled_holo_dark -androidx.preference.R$styleable: int SwitchCompat_switchPadding -androidx.constraintlayout.widget.R$id: int visible -androidx.lifecycle.ViewModelProvider$KeyedFactory: ViewModelProvider$KeyedFactory() -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle -com.google.android.material.R$styleable: int Layout_layout_constraintCircle -android.didikee.donate.R$color: int material_deep_teal_500 -androidx.viewpager2.widget.ViewPager2: int getPageSize() -androidx.lifecycle.LifecycleRegistry: java.util.ArrayList mParentStates -androidx.lifecycle.ViewModel: java.util.Map mBagOfTags -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_summaryOff -okhttp3.Response: okhttp3.Protocol protocol -androidx.appcompat.view.menu.ExpandedMenuView -wangdaye.com.geometricweather.R$styleable: int Transition_transitionFlags -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleMargin -androidx.vectordrawable.R$id: int forever -com.jaredrummler.android.colorpicker.R$color: int bright_foreground_material_light -android.didikee.donate.R$styleable: int MenuItem_android_id -android.support.v4.os.ResultReceiver: void send(int,android.os.Bundle) -wangdaye.com.geometricweather.R$string: int go_to_set -androidx.lifecycle.Transformations$2$1 -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_alertDialogCenterButtons -com.google.android.material.tabs.TabItem: TabItem(android.content.Context,android.util.AttributeSet) -com.google.android.material.chip.Chip: void setTextStartPadding(float) -wangdaye.com.geometricweather.R$array: int clock_font_values -androidx.appcompat.R$styleable: int GradientColor_android_endColor -wangdaye.com.geometricweather.R$id: int widget_clock_day_icon -androidx.preference.R$attr: int autoSizeTextType -wangdaye.com.geometricweather.R$styleable: int[] ExtendedFloatingActionButton_Behavior_Layout -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu -com.amap.api.location.AMapLocationClient: void disableBackgroundLocation(boolean) -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Body2 -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.functions.Function mapper -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: double Dbz -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Title_Inverse -james.adaptiveicon.R$dimen: int abc_action_bar_stacked_max_height -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_DayNight_BottomSheetDialog -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_weight -okhttp3.internal.http.RealResponseBody: java.lang.String contentTypeString -androidx.preference.R$styleable: int AppCompatImageView_android_src -androidx.constraintlayout.widget.VirtualLayout: VirtualLayout(android.content.Context,android.util.AttributeSet,int) -james.adaptiveicon.R$style: int Widget_AppCompat_SeekBar -com.google.android.gms.common.R$string: int common_google_play_services_unknown_issue -com.google.android.material.card.MaterialCardView: void setCardForegroundColor(android.content.res.ColorStateList) -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: IKeyguardExternalViewCallbacks$Stub() -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float snow -android.didikee.donate.R$dimen: int abc_action_bar_default_padding_start_material -com.google.android.material.slider.RangeSlider: int getHaloRadius() -com.jaredrummler.android.colorpicker.R$id: int scrollIndicatorUp -com.google.android.material.R$dimen: int material_helper_text_font_1_3_padding_horizontal -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Day_Invalid -androidx.appcompat.R$styleable: int AppCompatSeekBar_tickMarkTint -androidx.hilt.R$styleable: int Fragment_android_name -com.google.android.material.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Metric: int UnitType -com.jaredrummler.android.colorpicker.R$styleable: int[] PreferenceFragment -okhttp3.Protocol: okhttp3.Protocol HTTP_1_0 -cyanogenmod.power.PerformanceManager: int mNumberOfProfiles -com.google.android.material.textfield.TextInputLayout: void setErrorTextColor(android.content.res.ColorStateList) -androidx.constraintlayout.widget.R$attr: int borderlessButtonStyle -okio.Buffer: java.util.List segmentSizes() -com.google.android.material.floatingactionbutton.FloatingActionButton: com.google.android.material.shape.ShapeAppearanceModel getShapeAppearanceModel() -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float NitrogenMonoxide -retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: void dispose() -com.google.android.material.R$styleable: int BottomNavigationView_itemTextAppearanceActive -okhttp3.Call: okio.Timeout timeout() -androidx.constraintlayout.widget.VirtualLayout -androidx.work.R$id: int line1 -androidx.hilt.R$id: int accessibility_custom_action_19 -androidx.constraintlayout.widget.R$attr: int showText -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: java.lang.String from -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_horizontalAlign -com.tencent.bugly.crashreport.common.strategy.StrategyBean -wangdaye.com.geometricweather.R$style: int TestThemeWithLineHeightDisabled -wangdaye.com.geometricweather.R$layout: int container_main_sun_moon -com.google.android.material.R$attr: int layout_constraintHorizontal_weight -wangdaye.com.geometricweather.R$attr: int layout -cyanogenmod.externalviews.ExternalView$6 -james.adaptiveicon.R$layout: int abc_list_menu_item_radio -cyanogenmod.weather.WeatherInfo$Builder: double mWindDirection -androidx.appcompat.resources.R$id: int tag_transition_group -androidx.appcompat.R$attr: int fontFamily -com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_background_corner_radius -com.xw.repo.bubbleseekbar.R$color: int accent_material_light -androidx.constraintlayout.widget.R$attr: int actionOverflowMenuStyle -com.tencent.bugly.proguard.a: java.util.HashMap a -cyanogenmod.media.MediaRecorder$AudioSource -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWeatherCode -io.reactivex.Observable: io.reactivex.Observable distinctUntilChanged() -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice$AdviceContext: java.lang.String[] population -org.greenrobot.greendao.AbstractDaoSession: java.util.List queryRaw(java.lang.Class,java.lang.String,java.lang.String[]) -androidx.appcompat.R$color: int abc_search_url_text_pressed -wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar -wangdaye.com.geometricweather.R$dimen: int design_navigation_max_width -com.google.android.material.textfield.TextInputLayout: void setEditText(android.widget.EditText) -retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder callbackExecutor(java.util.concurrent.Executor) -androidx.appcompat.R$attr: int popupMenuStyle -wangdaye.com.geometricweather.R$attr: int subtitleTextAppearance -com.tencent.bugly.crashreport.CrashReport: void setBuglyDbName(java.lang.String) -okio.ForwardingSource: void close() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_11 -com.google.android.material.R$styleable: int ConstraintSet_barrierDirection -com.tencent.bugly.proguard.r: java.lang.String d -wangdaye.com.geometricweather.common.basic.models.weather.Weather: wangdaye.com.geometricweather.common.basic.models.weather.History yesterday -androidx.appcompat.widget.ActionBarContextView: void setContentHeight(int) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: int getWindowType() -cyanogenmod.themes.IThemeService: void rebuildResourceCache() -androidx.appcompat.R$id: int listMode -wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_minutelyEndText -org.greenrobot.greendao.identityscope.IdentityScopeType: org.greenrobot.greendao.identityscope.IdentityScopeType Session -com.google.android.material.floatingactionbutton.FloatingActionButton: void setShapeAppearanceModel(com.google.android.material.shape.ShapeAppearanceModel) -okhttp3.internal.http2.Settings: void clear() -wangdaye.com.geometricweather.common.ui.widgets.DrawerLayout: DrawerLayout(android.content.Context) -androidx.constraintlayout.widget.R$styleable: int[] ListPopupWindow -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light_Dialog -androidx.fragment.R$dimen: R$dimen() -com.google.android.gms.signin.internal.zag -com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_TabText -wangdaye.com.geometricweather.R$dimen: int trend_item_width -androidx.drawerlayout.R$string: int status_bar_notification_info_overflow -androidx.hilt.lifecycle.R$styleable: int FontFamily_fontProviderAuthority -wangdaye.com.geometricweather.R$drawable: int weather_sleet_mini_light -wangdaye.com.geometricweather.R$drawable: int widget_card_light_60 -com.google.android.material.R$dimen: int mtrl_high_ripple_default_alpha -okhttp3.ConnectionPool$1 -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: void onNext(java.lang.Object) -james.adaptiveicon.R$style: int Base_V7_Theme_AppCompat_Light -androidx.loader.R$layout -com.google.android.material.bottomappbar.BottomAppBar: float getFabCradleMargin() -com.github.rahatarmanahmed.cpv.CircularProgressViewListener -com.jaredrummler.android.colorpicker.R$dimen: int notification_media_narrow_margin -okio.BufferedSource: byte[] readByteArray() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_textLocale -androidx.vectordrawable.R$id: int accessibility_custom_action_23 -wangdaye.com.geometricweather.R$attr: int shapeAppearanceLargeComponent -okhttp3.internal.http2.Hpack$Reader: int dynamicTableByteCount -com.google.android.material.R$color: int cardview_dark_background -com.google.android.material.R$id: int parallax -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: ObservableCombineLatest$LatestCoordinator(io.reactivex.Observer,io.reactivex.functions.Function,int,int,boolean) -wangdaye.com.geometricweather.R$styleable: int SearchView_defaultQueryHint -wangdaye.com.geometricweather.R$id: int gridView -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar -androidx.loader.R$styleable: int FontFamily_fontProviderFetchStrategy +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xnw +androidx.appcompat.widget.AppCompatTextView: AppCompatTextView(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$styleable: int ImageFilterView_round +androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result: java.util.Date updateTime +androidx.preference.R$styleable: int Toolbar_contentInsetStart +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_text_btn_padding_right +com.google.android.material.R$style: int Widget_MaterialComponents_Light_ActionBar_Solid +wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: java.lang.String getDescription() +androidx.dynamicanimation.R$attr: int alpha +androidx.preference.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize +com.jaredrummler.android.colorpicker.ColorPickerView: int getPreferredWidth() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Metric Metric +androidx.fragment.R$anim: int fragment_fade_exit +androidx.hilt.R$styleable: int GradientColor_android_type +retrofit2.RequestBuilder: void addFormField(java.lang.String,java.lang.String,boolean) +com.google.android.material.chip.Chip: void setCloseIconVisible(boolean) +androidx.lifecycle.ViewModelProviders: androidx.lifecycle.ViewModelProvider of(androidx.fragment.app.Fragment,androidx.lifecycle.ViewModelProvider$Factory) +wangdaye.com.geometricweather.R$attr: int iconifiedByDefault +com.xw.repo.bubbleseekbar.R$attr: int layout_behavior +android.didikee.donate.R$styleable: int ViewBackgroundHelper_backgroundTint +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWindSpeed(java.lang.Float) +com.google.android.material.R$animator: int mtrl_btn_unelevated_state_list_anim +com.google.android.material.R$styleable: int TabLayout_tabMode +androidx.core.R$id: int tag_accessibility_clickable_spans +com.turingtechnologies.materialscrollbar.R$style: int Base_V28_Theme_AppCompat +androidx.appcompat.R$color: int switch_thumb_material_light +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_translationX +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String weatherStart +androidx.legacy.coreutils.R$id: int forever +com.xw.repo.bubbleseekbar.R$styleable: int GradientColorItem_android_color +okhttp3.internal.platform.ConscryptPlatform: javax.net.ssl.SSLContext getSSLContext() +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_firstVerticalStyle +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Imperial: AccuLocationResult$GeoPosition$Elevation$Imperial() +androidx.preference.R$drawable: int abc_cab_background_top_mtrl_alpha +com.tencent.bugly.crashreport.common.info.a: void a(java.lang.String,java.lang.String) +androidx.appcompat.R$bool: int abc_config_actionMenuItemAllCaps +androidx.core.R$dimen: int notification_top_pad_large_text +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title +com.jaredrummler.android.colorpicker.R$id: int item_touch_helper_previous_elevation +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_list_padding_top_no_title +com.bumptech.glide.R$styleable: int GradientColor_android_type +com.google.android.material.R$styleable: int MotionScene_defaultDuration +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_android_windowIsFloating +androidx.constraintlayout.widget.R$id: int stop +wangdaye.com.geometricweather.R$styleable: int RecyclerView_stackFromEnd +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_icon_1 +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: boolean cancelled +androidx.lifecycle.FullLifecycleObserverAdapter$1: int[] $SwitchMap$androidx$lifecycle$Lifecycle$Event +retrofit2.RequestFactory$Builder: okhttp3.Headers headers +org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.rx.RxTransaction rxTx() +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu +wangdaye.com.geometricweather.R$styleable: int CardView_android_minWidth +wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_icon_dark_normal_background +okio.SegmentedByteString: byte[] toByteArray() +cyanogenmod.weather.CMWeatherManager$2$2: CMWeatherManager$2$2(cyanogenmod.weather.CMWeatherManager$2,cyanogenmod.weather.CMWeatherManager$LookupCityRequestListener,int,java.util.List) +wangdaye.com.geometricweather.R$id: int circle +com.jaredrummler.android.colorpicker.R$drawable: int abc_list_selector_disabled_holo_dark +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Chip_Choice +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +android.didikee.donate.R$styleable: int Toolbar_subtitleTextColor +androidx.appcompat.widget.LinearLayoutCompat: int getOrientation() +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_133 +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWeatherText +androidx.swiperefreshlayout.R$style: int TextAppearance_Compat_Notification +com.turingtechnologies.materialscrollbar.R$id: int action_context_bar +wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_icon_light +wangdaye.com.geometricweather.R$attr: int layout_dodgeInsetEdges +com.google.android.material.progressindicator.ProgressIndicator: void setIndicatorSize(int) +okio.Buffer: okio.BufferedSink writeShortLe(int) +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragmentCompat_allowDividerAfterLastItem +androidx.core.R$styleable +androidx.appcompat.widget.AbsActionBarView: int getContentHeight() +wangdaye.com.geometricweather.R$id: int graph +androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionBar_Solid +wangdaye.com.geometricweather.R$color: int design_fab_stroke_end_inner_color +com.tencent.bugly.BuglyStrategy: java.lang.String getAppChannel() +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: long serialVersionUID +androidx.constraintlayout.widget.R$integer: int abc_config_activityShortDur +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxCollapsedPaddingTop +androidx.appcompat.resources.R$id: int accessibility_custom_action_18 +com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getItemBackgroundRes() +androidx.appcompat.R$style: int Base_Widget_AppCompat_SeekBar_Discrete +wangdaye.com.geometricweather.R$attr: int titleTextColor +okio.BufferedSource: java.lang.String readString(java.nio.charset.Charset) +androidx.lifecycle.ProcessLifecycleOwner$3$1: void onActivityPostStarted(android.app.Activity) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHeight_default +com.tencent.bugly.a: void onDbUpgrade(android.database.sqlite.SQLiteDatabase,int,int) +wangdaye.com.geometricweather.R$attr: int endIconCheckable +com.google.android.material.R$color: int design_fab_stroke_top_inner_color +androidx.dynamicanimation.R$id: R$id() +wangdaye.com.geometricweather.R$styleable: int InkPageIndicator_dotGap +com.google.android.material.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 +okhttp3.MultipartBody: java.lang.StringBuilder appendQuotedString(java.lang.StringBuilder,java.lang.String) +okhttp3.internal.http2.Http2: java.lang.String[] FLAGS +android.didikee.donate.R$drawable: int abc_text_select_handle_left_mtrl_light +james.adaptiveicon.R$anim: R$anim() +cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setTodaysHigh(double) +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_12 +wangdaye.com.geometricweather.R$styleable: int[] FloatingActionButton +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_passwordToggleEnabled +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer grassLevel +okhttp3.RealCall$1: void timedOut() +androidx.activity.R$drawable: int notification_template_icon_low_bg +okio.ByteString: byte[] internalArray() +com.google.android.material.R$drawable: int abc_menu_hardkey_panel_mtrl_mult +androidx.preference.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle +james.adaptiveicon.R$drawable: int notification_bg_normal_pressed +androidx.core.R$layout: int custom_dialog +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property GrassIndex +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_SHOW_WEATHER_VALIDATOR +com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String o +com.google.gson.stream.JsonScope: int EMPTY_ARRAY +android.support.v4.os.ResultReceiver$MyRunnable: void run() +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_black +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_star_half_black_48dp +androidx.constraintlayout.widget.R$dimen: int hint_pressed_alpha_material_dark +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind: java.lang.Integer gust +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Compat_Notification_Time +io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: long serialVersionUID +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onKeyguardDismissed() +com.google.android.material.textfield.TextInputLayout: void setStartIconDrawable(int) +androidx.lifecycle.ClassesInfoCache: java.util.Map mCallbackMap +androidx.preference.R$color: int error_color_material_light +okio.Timeout$1: Timeout$1() +com.google.android.gms.location.LocationSettingsRequest: android.os.Parcelable$Creator CREATOR +androidx.constraintlayout.widget.R$styleable: int KeyCycle_waveVariesBy +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceHeadline4 +cyanogenmod.themes.ThemeChangeRequest$Builder +com.amap.api.location.AMapLocation: java.lang.String getDescription() +com.turingtechnologies.materialscrollbar.R$attr: int helperTextEnabled +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense +com.google.android.material.R$styleable: int[] MaterialTextAppearance +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Toolbar +androidx.constraintlayout.widget.R$styleable: int Toolbar_contentInsetEndWithActions +io.reactivex.Observable: io.reactivex.Observable throttleLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +androidx.lifecycle.ViewModelProvider$KeyedFactory +wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List getMinutelyForecast() +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: ObservableReplay$ReplayObserver(io.reactivex.internal.operators.observable.ObservableReplay$ReplayBuffer) +com.xw.repo.bubbleseekbar.R$dimen: int abc_button_inset_vertical_material +wangdaye.com.geometricweather.R$attr: int toolbarStyle +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Body2 +wangdaye.com.geometricweather.R$drawable: int notif_temp_123 +com.tencent.bugly.crashreport.biz.b: long h +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintBottom_creator +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property UvLevel +com.google.gson.FieldNamingPolicy: java.lang.String translateName(java.lang.reflect.Field) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_horizontalBias +androidx.constraintlayout.widget.R$attr: int titleTextColor +com.tencent.bugly.crashreport.biz.b: int g +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_backgroundTint +androidx.appcompat.R$attr: int displayOptions +james.adaptiveicon.R$styleable: int ActionMenuItemView_android_minWidth +wangdaye.com.geometricweather.db.entities.AlertEntity: int priority +wangdaye.com.geometricweather.R$drawable: int ic_wind +okhttp3.internal.http2.Hpack$Reader: int maxDynamicTableByteCount +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Display1 +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: double seaLevel +cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy: IAppSuggestProvider$Stub$Proxy(android.os.IBinder) +wangdaye.com.geometricweather.R$attr: int mock_label +androidx.recyclerview.widget.RecyclerView: void setChildDrawingOrderCallback(androidx.recyclerview.widget.RecyclerView$ChildDrawingOrderCallback) +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut +wangdaye.com.geometricweather.R$styleable: int[] MotionScene +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric: java.lang.String Unit +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property IcePrecipitation +com.google.android.material.textview.MaterialTextView: MaterialTextView(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$layout: int abc_search_dropdown_item_icons_2line +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight_DarkActionBar +androidx.core.R$id: int normal +com.google.android.material.button.MaterialButton: int getTextWidth() +com.turingtechnologies.materialscrollbar.R$styleable: int[] CollapsingToolbarLayout_Layout +androidx.appcompat.R$style: int Base_AlertDialog_AppCompat +androidx.appcompat.widget.AppCompatButton: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() +com.jaredrummler.android.colorpicker.R$attr: int allowDividerBelow +okhttp3.internal.http1.Http1Codec$ChunkedSource: okhttp3.internal.http1.Http1Codec this$0 +androidx.appcompat.R$styleable: int AlertDialog_multiChoiceItemLayout +wangdaye.com.geometricweather.R$drawable: int snackbar_background +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_Solid +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: java.lang.String en_US +okhttp3.internal.Internal: void put(okhttp3.ConnectionPool,okhttp3.internal.connection.RealConnection) +io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: boolean disposed +androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_color com.google.android.material.chip.Chip: void setTextAppearanceResource(int) -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_display_4_material -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BACK_WAKE_SCREEN_VALIDATOR -cyanogenmod.weather.ICMWeatherManager$Stub$Proxy -io.reactivex.internal.observers.ForEachWhileObserver: boolean done -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: void dispose() -androidx.appcompat.resources.R$id: int accessibility_custom_action_19 -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Headline -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintWidth_default -io.reactivex.internal.schedulers.ScheduledRunnable: java.lang.Object ASYNC_DISPOSED -com.google.android.material.R$id: int position -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow -com.tencent.bugly.proguard.i: short a(short,int,boolean) -wangdaye.com.geometricweather.R$id: int dialog_minimal_icon_container -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: CaiYunMainlyResult$ForecastDailyBean$WeatherBean() -com.bumptech.glide.integration.okhttp.R$dimen: int notification_large_icon_height -io.reactivex.internal.subscriptions.EmptySubscription: java.lang.String toString() -com.amap.api.location.AMapLocationQualityReport: java.lang.String getAdviseMessage() -wangdaye.com.geometricweather.R$drawable: int widget_card_light_100 -androidx.hilt.lifecycle.R$color: int notification_icon_bg_color -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: void onSuccess(java.lang.Object) -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_android_orientation -androidx.preference.R$anim: int btn_radio_to_off_mtrl_dot_group_animation -james.adaptiveicon.R$attr: int actionModeStyle -wangdaye.com.geometricweather.R$dimen: int design_fab_image_size -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: void setSpeed(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX) -wangdaye.com.geometricweather.R$id: int dialog_location_permission_statement_summary -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: java.lang.String getInterfaceDescriptor() -cyanogenmod.externalviews.KeyguardExternalView$7: void run() -androidx.lifecycle.Lifecycle: java.util.concurrent.atomic.AtomicReference mInternalScopeRef -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_autoSizeStepGranularity -androidx.preference.R$styleable: int Preference_android_summary -androidx.appcompat.R$styleable: int RecycleListView_paddingBottomNoButtons -wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: java.lang.String getMoonPhase(android.content.Context) -com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_min_width_major -okio.GzipSource: byte FNAME -james.adaptiveicon.R$styleable: int AppCompatTheme_windowActionBar -cyanogenmod.app.LiveLockScreenManager: boolean getLiveLockScreenEnabled() -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ListView_Menu -okhttp3.internal.http.RealInterceptorChain: okhttp3.Response proceed(okhttp3.Request) -cyanogenmod.app.CustomTile: CustomTile(android.os.Parcel) -com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_positiveButtonText -androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour: androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour valueOf(java.lang.String) -androidx.appcompat.R$layout: int abc_action_bar_up_container -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Button_Borderless -com.amap.api.fence.PoiItem$1: java.lang.Object[] newArray(int) -com.google.android.material.chip.Chip: void setCloseIconContentDescription(java.lang.CharSequence) -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_go_search_api_material -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorTextColor -wangdaye.com.geometricweather.R$styleable: int[] InkPageIndicator -android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver otherObserver -com.google.android.material.R$attr: int layout_constraintEnd_toEndOf -io.reactivex.internal.util.NotificationLite$ErrorNotification -com.tencent.bugly.crashreport.common.info.a: java.lang.String L() -android.didikee.donate.R$drawable: int abc_list_pressed_holo_light -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_fontWeight -com.google.android.material.R$id: int actions -okhttp3.internal.Util: java.util.List immutableList(java.lang.Object[]) -wangdaye.com.geometricweather.R$attr: int counterOverflowTextAppearance -androidx.constraintlayout.widget.R$attr: int toolbarNavigationButtonStyle -cyanogenmod.weatherservice.WeatherProviderService$1: void processCityNameLookupRequest(cyanogenmod.weather.RequestInfo) -com.google.android.material.R$dimen: int mtrl_btn_padding_right -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver this$0 -androidx.lifecycle.SavedStateViewModelFactory -james.adaptiveicon.R$integer: int status_bar_notification_info_maxnum -retrofit2.http.DELETE: java.lang.String value() -com.google.android.material.R$attr: int textAppearanceSmallPopupMenu -androidx.preference.R$drawable: int abc_ic_star_half_black_36dp -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) -okhttp3.logging.LoggingEventListener: void responseBodyEnd(okhttp3.Call,long) -com.jaredrummler.android.colorpicker.R$style: int Preference_Category_Material -com.google.android.material.R$id: int listMode -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_81 -androidx.constraintlayout.widget.R$drawable: int abc_scrubber_track_mtrl_alpha -retrofit2.RequestBuilder$ContentTypeOverridingRequestBody: long contentLength() -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Body2 -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.Precipitation getPrecipitation() -com.google.android.material.R$styleable: int MaterialCalendarItem_android_insetRight -androidx.lifecycle.extensions.R$styleable: int GradientColor_android_endY -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Metric: int UnitType -okhttp3.HttpUrl: java.lang.String encodedUsername() -com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.reflect.Type getRawType() -androidx.vectordrawable.R$id: int text -wangdaye.com.geometricweather.common.basic.models.options.DarkMode: java.lang.String modeId -com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableCompat_android_dither -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation: double qty3H -james.adaptiveicon.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner -com.turingtechnologies.materialscrollbar.R$styleable: int ThemeEnforcement_enforceMaterialTheme -com.google.android.material.R$id: int fill -io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: void dispose() -cyanogenmod.themes.ThemeChangeRequest: java.lang.String getRingtoneThemePackageName() -com.tencent.bugly.proguard.v: com.tencent.bugly.proguard.u i -com.google.android.material.R$id: int SHOW_ALL -com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_endY -com.google.android.material.radiobutton.MaterialRadioButton: MaterialRadioButton(android.content.Context,android.util.AttributeSet) -androidx.vectordrawable.animated.R$string: R$string() -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: wangdaye.com.geometricweather.db.converters.WindDegreeConverter windDegreeConverter -james.adaptiveicon.R$dimen: int disabled_alpha_material_dark -com.google.android.material.card.MaterialCardView: android.content.res.ColorStateList getCardBackgroundColor() -androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge -com.tencent.bugly.crashreport.crash.c: void a(com.tencent.bugly.crashreport.common.strategy.StrategyBean) -com.turingtechnologies.materialscrollbar.R$id: int submit_area -wangdaye.com.geometricweather.R$styleable: int RecyclerView_android_orientation -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.google.android.material.R$attr: int content -androidx.dynamicanimation.R$dimen: int compat_button_inset_horizontal_material -androidx.preference.R$attr: int actionOverflowMenuStyle -com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle -androidx.lifecycle.LifecycleRegistry: void forwardPass(androidx.lifecycle.LifecycleOwner) -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: int capacityHint -androidx.preference.R$dimen: int abc_text_size_large_material -androidx.constraintlayout.widget.R$attr: int subtitleTextStyle -cyanogenmod.externalviews.IKeyguardExternalViewProvider: void unregisterCallback(cyanogenmod.externalviews.IKeyguardExternalViewCallbacks) -okhttp3.internal.Version: Version() -okhttp3.Headers$Builder: okhttp3.Headers$Builder set(java.lang.String,java.lang.String) -com.google.android.material.R$style: int Base_MaterialAlertDialog_MaterialComponents_Title_Icon -cyanogenmod.weather.CMWeatherManager: int lookupCity(java.lang.String,cyanogenmod.weather.CMWeatherManager$LookupCityRequestListener) -androidx.preference.R$attr: int actionBarTabTextStyle -wangdaye.com.geometricweather.R$styleable: int ActionBar_popupTheme -com.bumptech.glide.load.engine.GlideException: void setLoggingDetails(com.bumptech.glide.load.Key,com.bumptech.glide.load.DataSource) -androidx.preference.R$layout: int abc_screen_simple -androidx.lifecycle.extensions.R$attr: int fontProviderPackage -com.bumptech.glide.integration.okhttp.R$drawable: int notification_bg_low -com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse -io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: java.lang.Object index() -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionButtonStyle -wangdaye.com.geometricweather.R$string: int humidity -androidx.legacy.coreutils.R$drawable: int notification_bg_low -io.reactivex.internal.util.NotificationLite: java.lang.Object complete() -androidx.constraintlayout.widget.R$dimen: int abc_config_prefDialogWidth -androidx.constraintlayout.widget.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_chainUseRtl -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: java.lang.String getFrom() -cyanogenmod.themes.ThemeManager: long getLastThemeChangeTime() -androidx.core.R$id: int accessibility_custom_action_2 -com.tencent.bugly.crashreport.common.info.b: boolean t() -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver[] observers -com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents -com.turingtechnologies.materialscrollbar.R$integer: int design_snackbar_text_max_lines -wangdaye.com.geometricweather.R$id: int ratio -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: void setCity(java.lang.String) -androidx.lifecycle.extensions.R$id: int notification_main_column_container -androidx.hilt.work.R$styleable: int GradientColor_android_endColor -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_SearchResult -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval getInstance(java.lang.String) -com.xw.repo.bubbleseekbar.R$attr: int dialogCornerRadius -androidx.preference.R$attr: int homeAsUpIndicator -okhttp3.RequestBody$2: int val$offset -com.google.android.material.R$id: int test_radiobutton_android_button_tint -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow -wangdaye.com.geometricweather.R$id: int home -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_toBottomOf -cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode getLightsMode() -com.amap.api.location.AMapLocation: int TRUSTED_LEVEL_HIGH -wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String getDistrict() -io.reactivex.Observable: io.reactivex.Observable skip(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Toolbar -androidx.fragment.R$id: int accessibility_custom_action_22 -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_VMAIL_LED_ON_VALIDATOR -wangdaye.com.geometricweather.R$id: int snap -androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionMode -android.didikee.donate.R$styleable: int[] CompoundButton -okio.RealBufferedSource: java.lang.String readString(java.nio.charset.Charset) -okhttp3.CacheControl$Builder: okhttp3.CacheControl build() -okhttp3.internal.cache2.Relay: boolean isClosed() -android.didikee.donate.R$styleable: int MenuGroup_android_visible -com.xw.repo.bubbleseekbar.R$attr: int arrowHeadLength -wangdaye.com.geometricweather.R$drawable: int abc_dialog_material_background -com.github.rahatarmanahmed.cpv.CircularProgressView$5: boolean wasCancelled -com.google.android.material.datepicker.Month: android.os.Parcelable$Creator CREATOR -androidx.appcompat.widget.AppCompatSpinner: int getDropDownWidth() -androidx.fragment.R$layout: int notification_template_icon_group -cyanogenmod.weatherservice.WeatherProviderService: java.util.Set mWeakRequestsSet -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_goneMarginRight -com.xw.repo.bubbleseekbar.R$attr: int tintMode -androidx.constraintlayout.widget.R$styleable: int MockView_mock_showDiagonals -androidx.appcompat.app.WindowDecorActionBar: void addOnMenuVisibilityListener(androidx.appcompat.app.ActionBar$OnMenuVisibilityListener) -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_defaultQueryHint -okhttp3.internal.ws.RealWebSocket: int sentPingCount() -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: DefaultCallAdapterFactory$ExecutorCallbackCall(java.util.concurrent.Executor,retrofit2.Call) -com.tencent.bugly.proguard.y: void a(java.lang.String,java.lang.String,java.lang.String) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: AccuDailyResult$DailyForecasts$Moon() -wangdaye.com.geometricweather.R$attr: int paddingTopNoTitle -androidx.constraintlayout.widget.R$styleable: int Transform_android_scaleY -androidx.appcompat.widget.AppCompatEditText -com.google.android.material.R$attr: int maxHeight -wangdaye.com.geometricweather.R$id: int item_about_title -com.turingtechnologies.materialscrollbar.R$attr: int tabMaxWidth -cyanogenmod.themes.ThemeChangeRequest: java.util.Map mPerAppOverlays -androidx.preference.R$dimen: int fastscroll_minimum_range -com.google.android.material.R$id: int action_menu_divider -okhttp3.internal.Internal: okhttp3.Call newWebSocketCall(okhttp3.OkHttpClient,okhttp3.Request) -io.reactivex.Observable: io.reactivex.Observable window(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -androidx.viewpager2.R$style: int TextAppearance_Compat_Notification_Time -com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType[] values() -okhttp3.internal.http2.Http2: byte FLAG_PRIORITY -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintLeft_toRightOf -com.jaredrummler.android.colorpicker.R$drawable: int abc_scrubber_control_off_mtrl_alpha -com.google.android.material.R$styleable: int BottomNavigationView_itemTextAppearanceInactive +okhttp3.internal.cache2.Relay$RelaySource: void close() +androidx.hilt.R$color: R$color() +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_STATUS_BAR +androidx.constraintlayout.widget.R$id +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_dividerPadding +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String getStreet() +cyanogenmod.externalviews.KeyguardExternalView: java.lang.String CATEGORY_KEYGUARD_GRANT_PERMISSION +com.google.android.material.R$id: int chip2 +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: void setDateText(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_padding +com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_icon_padding +okhttp3.Response: okhttp3.Protocol protocol() +androidx.cardview.R$attr: int contentPaddingRight +androidx.appcompat.R$style: int Widget_AppCompat_ActionBar_TabBar +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_numericModifiers +okhttp3.EventListener: void secureConnectEnd(okhttp3.Call,okhttp3.Handshake) +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_icon_padding +io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit,long,boolean) +androidx.appcompat.R$dimen: int abc_dialog_fixed_width_minor +okhttp3.internal.http2.Huffman: byte[] CODE_LENGTHS +wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemTextAppearanceInactive +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.lang.String LocalizedName +retrofit2.OkHttpCall$NoContentResponseBody +retrofit2.http.Field: boolean encoded() +androidx.dynamicanimation.R$styleable: int FontFamily_fontProviderFetchTimeout +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_elevation_material +androidx.lifecycle.extensions.R$dimen +androidx.hilt.R$id: int notification_main_column +wangdaye.com.geometricweather.R$string: int week +james.adaptiveicon.R$drawable: int abc_text_select_handle_left_mtrl_light +wangdaye.com.geometricweather.R$styleable: int ActionBar_homeLayout +wangdaye.com.geometricweather.R$id: int largeLabel +com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose: com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose[] values() +wangdaye.com.geometricweather.R$attr: int daySelectedStyle +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_paddingBottom +com.bumptech.glide.R$attr: int layout_anchorGravity +com.google.android.material.slider.BaseSlider: void setEnabled(boolean) +androidx.preference.R$id: int accessibility_custom_action_12 +androidx.transition.R$integer +wangdaye.com.geometricweather.R$attr: int region_heightMoreThan +com.loc.k: java.lang.String a() +org.greenrobot.greendao.AbstractDaoSession: void deleteAll(java.lang.Class) +wangdaye.com.geometricweather.R$styleable: int InkPageIndicator_animationDuration +cyanogenmod.app.Profile: cyanogenmod.profiles.AirplaneModeSettings mAirplaneMode +com.turingtechnologies.materialscrollbar.R$styleable: int[] MaterialButton +androidx.constraintlayout.widget.R$styleable: int MenuItem_tooltipText +androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat_Light +wangdaye.com.geometricweather.R$array: int temperature_unit_values +cyanogenmod.externalviews.ExternalView$7: cyanogenmod.externalviews.ExternalView this$0 +com.jaredrummler.android.colorpicker.R$dimen: int tooltip_vertical_padding +retrofit2.ParameterHandler$Body +io.reactivex.internal.util.ArrayListSupplier: java.lang.Object call() +androidx.constraintlayout.helper.widget.Flow: void setPaddingTop(int) +wangdaye.com.geometricweather.R$styleable: int GradientColorItem_android_offset +androidx.appcompat.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth +okio.Buffer: byte[] readByteArray(long) +james.adaptiveicon.R$attr: int colorError +wangdaye.com.geometricweather.R$string: int common_google_play_services_unknown_issue +retrofit2.RequestFactory$Builder: java.util.regex.Pattern PARAM_NAME_REGEX +androidx.hilt.lifecycle.R$style +com.google.android.material.R$attr: int height +okhttp3.internal.http2.Http2Stream: void writeHeaders(java.util.List,boolean) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowActionModeOverlay +androidx.constraintlayout.helper.widget.Flow: void setMaxElementsWrap(int) +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_applyDefaultTheme +androidx.viewpager2.R$id: int accessibility_custom_action_13 +okio.RealBufferedSource: java.lang.String readUtf8LineStrict(long) +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: java.lang.String value +okhttp3.OkHttpClient$Builder: javax.net.SocketFactory socketFactory +androidx.constraintlayout.widget.R$styleable: int[] GradientColor +okio.GzipSource: long read(okio.Buffer,long) +androidx.transition.R$styleable: int FontFamilyFont_font +com.google.android.material.button.MaterialButton: void setCheckable(boolean) +okhttp3.Response +com.google.android.material.R$id: int mtrl_picker_header +wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_yearTodayStyle +android.didikee.donate.R$attr: int titleMarginStart +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.WeatherIconControlView: WeatherIconControlView(android.content.Context) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getO3Desc() +androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_Dark +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorControlHighlight +androidx.preference.R$styleable: int Spinner_android_popupBackground +androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableTransition_android_reversible +android.didikee.donate.R$styleable: int LinearLayoutCompat_android_orientation +android.didikee.donate.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getOverlayThemePackageName() +james.adaptiveicon.R$color: int abc_primary_text_disable_only_material_light +com.tencent.bugly.proguard.ap: java.lang.String k +james.adaptiveicon.R$color: int primary_material_dark +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: boolean done +io.reactivex.internal.observers.InnerQueuedObserver: int prefetch +androidx.core.R$layout: int notification_template_part_chronometer +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: boolean cancelled +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float tWindchill +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_star_half_black_48dp +com.xw.repo.bubbleseekbar.R$attr: int subtitle +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIndicatorAnimationDuration +james.adaptiveicon.R$string: int abc_capital_off +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut +androidx.preference.R$color: int abc_primary_text_disable_only_material_light +com.google.android.material.R$styleable: int BottomNavigationView_itemTextAppearanceActive +androidx.constraintlayout.widget.R$id: int buttonPanel +com.jaredrummler.android.colorpicker.R$attr: int switchStyle +okhttp3.MultipartBody$Builder: okio.ByteString boundary +com.bumptech.glide.R$dimen: int notification_small_icon_background_padding +com.xw.repo.bubbleseekbar.R$style: int Base_V7_Theme_AppCompat_Light +wangdaye.com.geometricweather.R$id: int container_main_header +io.reactivex.Observable: io.reactivex.Observable sorted(java.util.Comparator) +org.greenrobot.greendao.AbstractDaoSession: java.lang.Object callInTx(java.util.concurrent.Callable) +com.jaredrummler.android.colorpicker.R$styleable: int ViewBackgroundHelper_android_background +wangdaye.com.geometricweather.R$id: int search_button +com.google.android.material.R$attr: int buttonCompat +androidx.appcompat.R$styleable: int MenuItem_android_icon +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableStartCompat +com.google.android.material.R$id: int accessibility_custom_action_1 +com.google.android.material.R$color: int material_on_surface_disabled +androidx.work.R$id: int text2 +cyanogenmod.weather.CMWeatherManager +com.xw.repo.bubbleseekbar.R$dimen: int abc_search_view_preferred_height +androidx.customview.R$attr: int fontProviderFetchTimeout +wangdaye.com.geometricweather.R$dimen: int cpv_required_padding +androidx.activity.R$id: int tag_unhandled_key_event_manager +com.google.android.material.R$attr: int buttonTintMode +com.google.android.material.R$styleable: int View_theme +com.google.android.material.R$attr: int windowMinWidthMajor +androidx.appcompat.R$anim: int btn_checkbox_to_unchecked_box_inner_merged_animation +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_visible +com.turingtechnologies.materialscrollbar.R$styleable: int MenuGroup_android_menuCategory +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: io.reactivex.internal.queue.SpscLinkedArrayQueue queue +android.didikee.donate.R$dimen: int abc_control_inset_material +com.google.android.material.R$styleable: int FlowLayout_itemSpacing +com.google.android.material.R$attr: int strokeColor +com.google.android.gms.base.R$color: int common_google_signin_btn_text_light +james.adaptiveicon.R$styleable: int[] AppCompatTheme +com.google.android.material.R$attr: int itemFillColor +io.reactivex.internal.queue.SpscArrayQueue: void soConsumerIndex(long) +wangdaye.com.geometricweather.common.ui.behaviors.InkPageIndicatorBehavior: InkPageIndicatorBehavior(android.content.Context,android.util.AttributeSet) +androidx.vectordrawable.animated.R$drawable: int notification_template_icon_low_bg +android.support.v4.os.ResultReceiver$MyRunnable: android.support.v4.os.ResultReceiver this$0 +com.jaredrummler.android.colorpicker.R$styleable: int[] AnimatedStateListDrawableCompat +cyanogenmod.alarmclock.ClockContract$InstancesColumns: int FIRED_STATE +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_counterOverflowTextColor +wangdaye.com.geometricweather.R$styleable: int SlidingItemContainerLayout_iconResEnd +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_switchPadding +com.amap.api.location.AMapLocation: int LOCATION_TYPE_FAST +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Large +androidx.constraintlayout.widget.R$styleable: int[] PopupWindowBackgroundState +okhttp3.internal.Util: void checkOffsetAndCount(long,long,long) +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType[] values() +androidx.constraintlayout.widget.R$styleable: int[] View +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String headDescription +okhttp3.internal.http2.Http2Stream$FramingSource: void updateConnectionFlowControl(long) +io.reactivex.internal.operators.observable.ObservableGroupBy$State: java.util.concurrent.atomic.AtomicBoolean cancelled +com.google.android.material.R$color: int material_grey_300 +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_checked +com.google.gson.stream.JsonReader: java.lang.String peekedString +androidx.core.R$id: int line3 +com.turingtechnologies.materialscrollbar.R$dimen: int abc_button_padding_vertical_material +androidx.recyclerview.widget.RecyclerView$SavedState: android.os.Parcelable$Creator CREATOR +com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_animSyncDuration +androidx.constraintlayout.widget.R$attr: int mock_diagonalsColor +android.didikee.donate.R$style: int Base_V7_Theme_AppCompat_Dialog com.tencent.bugly.crashreport.biz.b: long k() -com.baidu.location.indoor.mapversion.c.c$b: java.lang.String a -androidx.loader.R$styleable: int FontFamilyFont_android_ttcIndex -androidx.hilt.R$styleable: int[] FragmentContainerView -androidx.preference.R$styleable: int View_android_theme -okhttp3.internal.http2.Hpack$Reader -cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: android.os.IBinder asBinder() -com.turingtechnologies.materialscrollbar.R$styleable: int[] StateListDrawableItem -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_end -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_BottomSheetDialog -okhttp3.internal.Util: byte[] EMPTY_BYTE_ARRAY -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless -retrofit2.Response: retrofit2.Response error(int,okhttp3.ResponseBody) -com.google.android.material.R$styleable: int TabItem_android_text -androidx.vectordrawable.R$string: R$string() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: java.lang.String url -com.google.android.material.R$styleable: int AppCompatTheme_actionModeCloseDrawable -cyanogenmod.app.ProfileGroup: boolean isDirty() -io.reactivex.internal.schedulers.AbstractDirectTask: AbstractDirectTask(java.lang.Runnable) -com.tencent.bugly.crashreport.common.info.a: java.lang.Boolean an -wangdaye.com.geometricweather.R$bool: int abc_allow_stacked_button_bar -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeShareDrawable -io.reactivex.internal.disposables.DisposableHelper: boolean isDisposed() -com.google.gson.FieldNamingPolicy$6: java.lang.String translateName(java.lang.reflect.Field) -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_searchHintIcon -com.baidu.location.c.d$a -com.google.android.material.R$style: int Widget_MaterialComponents_AppBarLayout_Primary -com.tencent.bugly.crashreport.CrashReport$UserStrategy: com.tencent.bugly.crashreport.CrashReport$CrashHandleCallback a -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void onNext(java.lang.Object) -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation: wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Weather weather -com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_barLength -androidx.hilt.lifecycle.R$styleable: int FontFamily_fontProviderFetchTimeout -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Toolbar -androidx.swiperefreshlayout.R$id: int text -com.google.android.material.R$color: int mtrl_chip_close_icon_tint -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: long id -androidx.appcompat.R$styleable: int AnimatedStateListDrawableTransition_android_drawable -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_AutoCompleteTextView -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter endArray() -androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_drawableLeft -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: boolean getLiveLockScreenEnabled() -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_17 -androidx.appcompat.R$attr: int actionMenuTextAppearance -androidx.work.R$id: int accessibility_custom_action_30 -cyanogenmod.themes.ThemeManager: void registerProcessingListener(cyanogenmod.themes.ThemeManager$ThemeProcessingListener) -retrofit2.Response: retrofit2.Response success(java.lang.Object,okhttp3.Response) -com.google.android.material.R$id: int textinput_prefix_text -wangdaye.com.geometricweather.background.polling.permanent.update.Hilt_ForegroundNormalUpdateService: Hilt_ForegroundNormalUpdateService() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeThunderstormPrecipitationDuration -android.didikee.donate.R$color: int secondary_text_disabled_material_dark -androidx.constraintlayout.widget.R$styleable: int MockView_mock_diagonalsColor -com.jaredrummler.android.colorpicker.R$id: int search_go_btn -okhttp3.internal.http1.Http1Codec$FixedLengthSink: void close() -cyanogenmod.providers.CMSettings$Global: float getFloat(android.content.ContentResolver,java.lang.String,float) -androidx.loader.R$styleable: R$styleable() -androidx.preference.Preference$BaseSavedState: android.os.Parcelable$Creator CREATOR -com.jaredrummler.android.colorpicker.R$layout: int abc_popup_menu_header_item_layout -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xdt -okhttp3.internal.tls.BasicCertificateChainCleaner: java.util.List clean(java.util.List,java.lang.String) -com.turingtechnologies.materialscrollbar.R$color: int abc_primary_text_material_dark -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_pressedTranslationZ -androidx.activity.R$id: int info -wangdaye.com.geometricweather.R$array: int distance_unit_voices -com.jaredrummler.android.colorpicker.R$styleable: int ViewStubCompat_android_layout -com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType UNKNOWN -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String o3Desc -com.google.android.material.R$attr: int layout_constraintRight_toRightOf -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1: void onResponse(retrofit2.Call,retrofit2.Response) -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: long unique -androidx.preference.R$styleable: int Toolbar_navigationIcon -okio.Buffer: okio.Segment writableSegment(int) -wangdaye.com.geometricweather.R$styleable: int MaterialCardView_shapeAppearance -james.adaptiveicon.R$styleable: int[] FontFamilyFont -wangdaye.com.geometricweather.R$dimen: int large_title_text_size -okhttp3.internal.http2.PushObserver$1: boolean onRequest(int,java.util.List) -com.tencent.bugly.crashreport.common.strategy.StrategyBean: java.util.Map v -wangdaye.com.geometricweather.common.basic.models.weather.UV: int UV_INDEX_EXCESSIVE -androidx.transition.R$color: int secondary_text_default_material_light -androidx.appcompat.R$dimen: int abc_dialog_padding_material -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: long serialVersionUID -com.google.android.material.R$styleable: int StateListDrawable_android_constantSize -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String NAVBAR_HOME_BUTTON -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_button_min_width_overflow_material -wangdaye.com.geometricweather.R$styleable: int Chip_closeIconVisible -cyanogenmod.providers.CMSettings$Global: java.lang.String SYS_PROP_CM_SETTING_VERSION -com.turingtechnologies.materialscrollbar.R$attr: int dialogTheme -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void onComplete() -cyanogenmod.app.ILiveLockScreenChangeListener$Stub$Proxy: android.os.IBinder asBinder() -com.google.android.material.R$styleable: int AppBarLayout_android_keyboardNavigationCluster -wangdaye.com.geometricweather.R$attr: int yearSelectedStyle -androidx.appcompat.app.AppCompatViewInflater: AppCompatViewInflater() -wangdaye.com.geometricweather.R$dimen: int item_touch_helper_max_drag_scroll_per_frame -wangdaye.com.geometricweather.R$styleable: int Chip_chipStrokeWidth -androidx.preference.R$color: int switch_thumb_disabled_material_light -androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_PopupMenu -com.xw.repo.bubbleseekbar.R$anim: int abc_shrink_fade_out_from_bottom -androidx.appcompat.resources.R$id: int info -cyanogenmod.app.CustomTile$1: cyanogenmod.app.CustomTile createFromParcel(android.os.Parcel) -com.tencent.bugly.proguard.i: i() -cyanogenmod.themes.IThemeProcessingListener -okhttp3.internal.http.HttpHeaders: java.lang.String readQuotedString(okio.Buffer) -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_default_padding_start_material -wangdaye.com.geometricweather.R$id: int tag_screen_reader_focusable -okio.GzipSource: byte FCOMMENT -androidx.constraintlayout.widget.R$layout: int abc_action_bar_up_container -com.tencent.bugly.crashreport.common.strategy.a: a(android.content.Context,java.util.List) -com.google.android.material.R$styleable: int ScrimInsetsFrameLayout_insetForeground -android.didikee.donate.R$id: int action_bar -wangdaye.com.geometricweather.R$attr: int behavior_draggable -androidx.appcompat.R$styleable: int Toolbar_contentInsetLeft -com.turingtechnologies.materialscrollbar.R$integer: int abc_config_activityDefaultDur -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_growMode -com.google.android.gms.base.R$attr: int buttonSize -org.greenrobot.greendao.AbstractDaoMaster: org.greenrobot.greendao.database.Database db -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: ExecutorScheduler$ExecutorWorker$InterruptibleRunnable(java.lang.Runnable,io.reactivex.internal.disposables.DisposableContainer) -com.jaredrummler.android.colorpicker.R$anim: int abc_tooltip_enter -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintRight_toLeftOf -io.reactivex.observers.TestObserver$EmptyObserver -androidx.viewpager2.widget.ViewPager2: void setLayoutDirection(int) -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void onError(java.lang.Throwable) -androidx.dynamicanimation.R$attr: int fontProviderFetchTimeout -com.tencent.bugly.proguard.v: void run() -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: ObservableBuffer$BufferSkipObserver(io.reactivex.Observer,int,int,java.util.concurrent.Callable) -com.google.android.gms.location.GeofencingRequest -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: long serialVersionUID -wangdaye.com.geometricweather.R$array: int air_quality_units -wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_container -okhttp3.internal.http2.Http2Connection$Listener$1: void onStream(okhttp3.internal.http2.Http2Stream) -com.google.android.material.R$color: int mtrl_textinput_disabled_color -wangdaye.com.geometricweather.R$animator -io.reactivex.Observable: io.reactivex.Observable doOnError(io.reactivex.functions.Consumer) -android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionButton -okhttp3.internal.http2.Hpack: int PREFIX_5_BITS -cyanogenmod.themes.IThemeChangeListener$Stub: android.os.IBinder asBinder() -cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String READ_ALARMS_PERMISSION -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability precipitationProbability -com.google.android.material.R$styleable: int Constraint_layout_constraintCircleAngle -com.turingtechnologies.materialscrollbar.R$styleable: int[] CompoundButton -androidx.appcompat.R$style: int ThemeOverlay_AppCompat_Light -androidx.preference.R$style: int Widget_AppCompat_TextView -io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.Function,java.util.concurrent.Callable,int) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableEndCompat -wangdaye.com.geometricweather.common.basic.models.weather.Temperature: boolean isValid() -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: java.util.concurrent.atomic.AtomicReference upstream -androidx.appcompat.view.menu.MenuPopupHelper: void setOnDismissListener(android.widget.PopupWindow$OnDismissListener) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric Metric -androidx.viewpager2.widget.ViewPager2: void setCurrentItem(int) -androidx.constraintlayout.widget.R$styleable: int PropertySet_android_visibility -com.turingtechnologies.materialscrollbar.DateAndTimeIndicator: int getIndicatorHeight() -okhttp3.internal.platform.Jdk9Platform: javax.net.ssl.X509TrustManager trustManager(javax.net.ssl.SSLSocketFactory) -androidx.hilt.work.R$dimen: int notification_small_icon_background_padding -com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getSelectedItemId() -androidx.coordinatorlayout.R$id: int accessibility_custom_action_20 -wangdaye.com.geometricweather.R$interpolator: int mtrl_fast_out_slow_in -androidx.constraintlayout.widget.R$attr: int drawableRightCompat -com.amap.api.location.AMapLocation: com.amap.api.location.AMapLocation clone() -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver -com.tencent.bugly.crashreport.crash.CrashDetailBean: int P -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_CollapsingToolbar_Expanded -cyanogenmod.app.ProfileManager: cyanogenmod.app.Profile getActiveProfile() -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void onSubscribe(io.reactivex.disposables.Disposable) -com.bumptech.glide.R$id: int time -cyanogenmod.app.ThemeVersion: cyanogenmod.app.ThemeVersion$ComponentVersion getComponentVersion(cyanogenmod.app.ThemeComponent) -okhttp3.internal.Version -androidx.legacy.coreutils.R$id: int title -com.tencent.bugly.crashreport.common.strategy.StrategyBean: java.lang.String b -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result: java.util.Date updateTime -james.adaptiveicon.R$drawable: int abc_control_background_material -okhttp3.internal.ws.WebSocketWriter: okio.Buffer$UnsafeCursor maskCursor -com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog_Alert -cyanogenmod.weather.util.WeatherUtils: double celsiusToFahrenheit(double) -com.google.android.material.chip.Chip: void setChipStrokeColor(android.content.res.ColorStateList) -cyanogenmod.weatherservice.ServiceRequest: ServiceRequest(cyanogenmod.weather.RequestInfo,cyanogenmod.weatherservice.IWeatherProviderServiceClient) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial: int UnitType -cyanogenmod.themes.ThemeManager: void removeClient(cyanogenmod.themes.ThemeManager$ThemeChangeListener) -androidx.appcompat.R$style: int Base_V7_Widget_AppCompat_EditText -com.google.android.material.bottomnavigation.BottomNavigationItemView: BottomNavigationItemView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$attr: int layout_constraintVertical_weight -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_textStyle -androidx.appcompat.widget.LinearLayoutCompat: void setVerticalGravity(int) -cyanogenmod.app.ProfileGroup$Mode -com.tencent.bugly.crashreport.common.info.a: int I() -com.bumptech.glide.R$integer: int status_bar_notification_info_maxnum -androidx.coordinatorlayout.R$styleable: int GradientColor_android_startColor -james.adaptiveicon.R$styleable: int Spinner_popupTheme -androidx.lifecycle.LiveData: int mVersion -wangdaye.com.geometricweather.R$attr: int windowNoTitle -cyanogenmod.app.ProfileGroup: boolean mDirty -wangdaye.com.geometricweather.R$string: int settings_title_permanent_service -androidx.constraintlayout.widget.R$drawable: int notification_bg_normal_pressed -com.google.gson.stream.JsonWriter: void writeDeferredName() -com.google.android.gms.base.R$drawable: int common_google_signin_btn_text_light_focused -androidx.vectordrawable.R$id: int accessibility_custom_action_0 -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$2: KeyguardExternalViewProviderService$Provider$ProviderImpl$2(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) -androidx.swiperefreshlayout.R$styleable: int[] FontFamily -cyanogenmod.app.CustomTile$ExpandedStyle: int GRID_STYLE -com.google.android.material.R$dimen: int tooltip_horizontal_padding -android.didikee.donate.R$attr: int spinnerDropDownItemStyle -wangdaye.com.geometricweather.R$id: int activity_widget_config_blackTextContainer -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial: AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorError -androidx.activity.R$styleable: int GradientColor_android_type -androidx.lifecycle.LifecycleRegistry: boolean mNewEventOccurred -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dividerVertical -com.google.android.material.R$style: int Widget_MaterialComponents_AppBarLayout_PrimarySurface -androidx.preference.R$style: int Widget_AppCompat_SeekBar -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_track_color -wangdaye.com.geometricweather.R$style: int Base_V21_Theme_AppCompat -androidx.appcompat.R$styleable: int AppCompatTheme_buttonStyle -androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPostResumed(android.app.Activity) -androidx.appcompat.R$attr: int queryBackground -com.google.android.material.R$styleable: int[] MotionScene -com.google.android.material.R$drawable: int abc_ic_clear_material -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SEVERE_THUNDERSTORMS -com.google.android.material.slider.BaseSlider: void setTrackTintList(android.content.res.ColorStateList) +androidx.fragment.R$styleable: int[] GradientColorItem +com.tencent.bugly.proguard.z: java.util.ArrayList c(android.content.Context,java.lang.String) +androidx.constraintlayout.widget.R$attr: int actionBarTabBarStyle +androidx.vectordrawable.animated.R$styleable: int ColorStateListItem_alpha +wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout: FitHorizontalSystemBarRootLayout(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: void setSelectedPage(int) +com.google.android.material.floatingactionbutton.FloatingActionButton: void hide(com.google.android.material.floatingactionbutton.FloatingActionButton$OnVisibilityChangedListener) +androidx.core.widget.NestedScrollView +androidx.hilt.lifecycle.R$drawable: int notification_bg +retrofit2.OptionalConverterFactory$OptionalConverter: java.util.Optional convert(okhttp3.ResponseBody) +com.google.android.material.R$styleable: int Constraint_flow_verticalStyle +com.baidu.location.e.l$b: int i +wangdaye.com.geometricweather.R$drawable: int ic_circle_white +com.xw.repo.bubbleseekbar.R$attr: int listPreferredItemHeight +wangdaye.com.geometricweather.R$attr: int layout_constraintWidth_max +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_PopupMenu_Overflow +com.google.android.material.slider.BaseSlider: void setHaloRadiusResource(int) +okhttp3.HttpUrl: java.lang.String host() +androidx.loader.R$attr: int fontProviderPackage +com.tencent.bugly.crashreport.CrashReport: void setUserId(android.content.Context,java.lang.String) +com.google.android.material.R$string: int password_toggle_content_description +androidx.preference.R$attr: int positiveButtonText +cyanogenmod.externalviews.KeyguardExternalView$2: KeyguardExternalView$2(cyanogenmod.externalviews.KeyguardExternalView) +com.google.android.material.R$style: int Base_MaterialAlertDialog_MaterialComponents_Title_Icon +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_22 +com.google.android.material.R$layout: int mtrl_calendar_horizontal +cyanogenmod.weatherservice.ServiceRequestResult: boolean equals(java.lang.Object) +com.tencent.bugly.proguard.y: java.lang.String d() +com.google.android.material.R$dimen: int abc_alert_dialog_button_bar_height +androidx.preference.PreferenceManager: void setOnDisplayPreferenceDialogListener(androidx.preference.PreferenceManager$OnDisplayPreferenceDialogListener) +okhttp3.internal.ws.RealWebSocket: void onReadMessage(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintWidth_max +james.adaptiveicon.R$style: int Widget_AppCompat_CompoundButton_Switch +androidx.customview.R$styleable: int FontFamilyFont_android_fontWeight +androidx.appcompat.R$styleable: int TextAppearance_android_shadowDx +james.adaptiveicon.R$style: int Widget_AppCompat_ActionBar_TabView +okhttp3.internal.http2.Http2: byte FLAG_PRIORITY +wangdaye.com.geometricweather.R$styleable: int MaterialTextView_android_lineHeight +com.bumptech.glide.integration.okhttp.R$drawable: int notification_bg_low_normal +androidx.drawerlayout.R$styleable: int FontFamilyFont_android_fontVariationSettings +androidx.hilt.work.R$id: int actions +wangdaye.com.geometricweather.R$dimen: int cpv_item_size +com.jaredrummler.android.colorpicker.R$dimen: int highlight_alpha_material_dark +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: int getStatus() +androidx.legacy.coreutils.R$styleable: int[] GradientColor +androidx.preference.R$styleable +androidx.constraintlayout.widget.R$dimen: int abc_alert_dialog_button_bar_height +androidx.constraintlayout.widget.R$styleable: int KeyTrigger_onCross +com.tencent.bugly.crashreport.crash.c: com.tencent.bugly.crashreport.crash.c a() +androidx.recyclerview.R$dimen: int compat_notification_large_icon_max_width +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: java.lang.String DESCRIPTOR +androidx.preference.R$id: int action_bar_container +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_RC4_128_SHA +io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: org.reactivestreams.Subscription upstream +com.tencent.bugly.crashreport.common.info.a: java.util.HashMap A +androidx.core.R$id: int accessibility_custom_action_30 +androidx.recyclerview.R$layout: int notification_template_icon_group +okhttp3.internal.http.HttpDate: java.text.DateFormat[] BROWSER_COMPATIBLE_DATE_FORMATS +wangdaye.com.geometricweather.R$color: int switch_thumb_normal_material_dark +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: java.lang.String getPressureVoice(android.content.Context,float) +androidx.work.R$styleable: int FontFamilyFont_ttcIndex +okhttp3.ResponseBody$1: ResponseBody$1(okhttp3.MediaType,long,okio.BufferedSource) +com.google.android.material.R$dimen: int material_filled_edittext_font_1_3_padding_bottom +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.lang.String saint +androidx.appcompat.R$styleable: int MenuItem_tooltipText +com.google.android.material.R$attr: int layout_collapseMode +wangdaye.com.geometricweather.R$string: int apparent_temperature +okhttp3.internal.http2.Hpack$Reader: void readLiteralHeaderWithoutIndexingNewName() +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List kongtiao +io.reactivex.internal.subscriptions.SubscriptionArbiter +androidx.viewpager.R$styleable: int FontFamily_fontProviderPackage +com.google.android.material.R$styleable: int TextInputLayout_startIconTint +androidx.core.R$drawable: int notification_action_background +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ListView +androidx.appcompat.widget.LinearLayoutCompat: LinearLayoutCompat(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge +androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionButton_Overflow +com.google.android.material.R$attr: int colorPrimarySurface +com.google.android.material.R$attr: int passwordToggleTintMode +io.reactivex.Observable: io.reactivex.Observable doAfterNext(io.reactivex.functions.Consumer) +com.tencent.bugly.proguard.al: void a(com.tencent.bugly.proguard.j) +androidx.constraintlayout.widget.R$dimen: int abc_switch_padding +wangdaye.com.geometricweather.R$id: int activity_weather_daily_pager +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ListPopupWindow +com.google.android.material.R$string: int abc_menu_shift_shortcut_label +okhttp3.internal.tls.CertificateChainCleaner: CertificateChainCleaner() +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_rotation +com.turingtechnologies.materialscrollbar.R$style: int Base_V22_Theme_AppCompat_Light +androidx.preference.R$attr: int titleMargins +com.jaredrummler.android.colorpicker.R$attr: int showSeekBarValue +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeCopyDrawable +android.didikee.donate.R$style: int Widget_AppCompat_ListMenuView +okio.SegmentedByteString: void write(java.io.OutputStream) +androidx.dynamicanimation.R$styleable: int FontFamily_fontProviderQuery +com.google.android.material.R$attr: int dragScale +androidx.activity.R$drawable +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_AES_256_CBC_SHA +androidx.activity.ComponentActivity$3 +com.xw.repo.bubbleseekbar.R$attr: int popupWindowStyle +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void onComplete() +androidx.work.R$style: int TextAppearance_Compat_Notification_Time +com.google.android.material.R$dimen: int mtrl_slider_thumb_radius +okhttp3.OkHttpClient: int writeTimeout +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Title_Inverse +com.google.android.material.R$styleable: int Constraint_flow_lastHorizontalStyle +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_subtitle +cyanogenmod.app.ICustomTileListener$Stub$Proxy: ICustomTileListener$Stub$Proxy(android.os.IBinder) +androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_layout_anchor +retrofit2.ParameterHandler$Headers: void apply(retrofit2.RequestBuilder,okhttp3.Headers) +androidx.viewpager2.R$dimen: int fastscroll_margin +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1: DefaultCallAdapterFactory$ExecutorCallbackCall$1(retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall,retrofit2.Callback) +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cuv +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver[] CANCELLED +cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onKeyguardDismissed() +androidx.appcompat.R$styleable: int TextAppearance_android_textSize +io.reactivex.exceptions.ProtocolViolationException +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour: AccuCurrentResult$PrecipitationSummary$PastHour() +com.turingtechnologies.materialscrollbar.R$styleable: int FlowLayout_itemSpacing +androidx.appcompat.R$style: int TextAppearance_AppCompat_Display1 +androidx.viewpager2.adapter.FragmentStateAdapter$FragmentMaxLifecycleEnforcer$3 +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: long serialVersionUID +android.didikee.donate.R$attr: int actionModeCloseDrawable +androidx.constraintlayout.widget.ConstraintLayout: void setMaxHeight(int) +cyanogenmod.app.Profile$ProfileTrigger$1: Profile$ProfileTrigger$1() +androidx.appcompat.widget.Toolbar: java.lang.CharSequence getSubtitle() +wangdaye.com.geometricweather.R$array: int duration_unit_voices +androidx.preference.R$id: int right +androidx.vectordrawable.R$id: int accessibility_custom_action_15 +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float snowPrecipitation +wangdaye.com.geometricweather.R$layout: int preference +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX wind +android.didikee.donate.R$styleable: int[] ActivityChooserView +com.google.android.material.R$attr: int colorSecondary +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void subscribe(io.reactivex.ObservableSource[],int) +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_bias +io.reactivex.Observable: io.reactivex.Observable takeLast(int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial: AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial() +wangdaye.com.geometricweather.search.LoadableLocationList$Status: wangdaye.com.geometricweather.search.LoadableLocationList$Status[] values() +okhttp3.internal.http2.Hpack$Writer: void writeByteString(okio.ByteString) +androidx.constraintlayout.widget.R$styleable: int[] AppCompatTheme +cyanogenmod.platform.Manifest$permission: java.lang.String PROTECTED_APP +okio.RealBufferedSink: long writeAll(okio.Source) +okhttp3.Handshake: int hashCode() +androidx.viewpager.R$layout +com.tencent.bugly.crashreport.common.info.AppInfo: java.lang.String h(android.content.Context) +androidx.preference.R$styleable: int TextAppearance_textAllCaps +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeStyle +androidx.constraintlayout.widget.R$attr: int layout_constraintLeft_toRightOf +androidx.lifecycle.service.R: R() +wangdaye.com.geometricweather.R$string: int dew_point +androidx.preference.R$styleable: int Toolbar_contentInsetLeft +androidx.hilt.work.R$integer: R$integer() +wangdaye.com.geometricweather.R$layout: int widget_text +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub$Proxy: android.os.IBinder mRemote +androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_CREATE +com.turingtechnologies.materialscrollbar.R$integer: int bottom_sheet_slide_duration +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionBar_TabBar +wangdaye.com.geometricweather.R$id: int scrollIndicatorDown +androidx.appcompat.R$styleable: int AppCompatTheme_colorControlActivated +androidx.constraintlayout.widget.R$integer: int cancel_button_image_alpha +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void innerError(java.lang.Throwable) +com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_margin +androidx.lifecycle.extensions.R$styleable: int[] Fragment +com.google.android.material.R$dimen: int mtrl_btn_dialog_btn_min_width +android.didikee.donate.R$attr: int paddingStart +com.tencent.bugly.proguard.ap: void a(java.lang.StringBuilder,int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.util.Date getPubTime() +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_CompoundButton_Switch +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHorizontal_chainStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: java.lang.String getZh_CN() +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: java.lang.Object get() +com.google.android.material.R$styleable: int KeyAttribute_android_translationY +cyanogenmod.power.PerformanceManager: java.lang.String TAG +wangdaye.com.geometricweather.R$styleable: int ActionBar_elevation +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: void setZh_CN(java.lang.String) +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void complete() +cyanogenmod.profiles.LockSettings: boolean mDirty +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_shapeAppearance +retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: CallEnqueueObservable$CallCallback(retrofit2.Call,io.reactivex.Observer) +wangdaye.com.geometricweather.db.entities.MinutelyEntity: MinutelyEntity(java.lang.Long,java.lang.String,java.lang.String,java.util.Date,long,boolean,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,int,java.lang.Integer,java.lang.Integer) +androidx.preference.R$attr: int maxButtonHeight +com.xw.repo.bubbleseekbar.R$attr: int collapseIcon +wangdaye.com.geometricweather.R$drawable: int widget_clock_day_vertical +androidx.appcompat.R$styleable: int ActionBar_homeAsUpIndicator +cyanogenmod.app.ILiveLockScreenManagerProvider: boolean registerChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) +android.didikee.donate.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView +cyanogenmod.themes.IThemeService$Stub: IThemeService$Stub() +wangdaye.com.geometricweather.R$id: int line3 +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$DailyTemperature +wangdaye.com.geometricweather.R$drawable: int shortcuts_haze +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int CloudCover +com.tencent.bugly.crashreport.CrashReport$UserStrategy +com.amap.api.fence.GeoFence: void setPendingIntent(android.app.PendingIntent) +com.bumptech.glide.Registry$NoImageHeaderParserException +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_tooltipText +cyanogenmod.app.ProfileManager: java.lang.String TAG +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.Wind wind +com.google.android.material.R$interpolator: int fast_out_slow_in +james.adaptiveicon.R$attr: int voiceIcon +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_icon_vertical_padding_material +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments: java.util.List textBlocItems +com.google.android.material.R$style: int Widget_MaterialComponents_CompoundButton_CheckBox +wangdaye.com.geometricweather.R$attr: int tabPaddingStart +androidx.customview.R$id: int forever +com.github.rahatarmanahmed.cpv.CircularProgressView: android.graphics.RectF bounds +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource[] values() +io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: java.util.concurrent.TimeUnit unit +com.jaredrummler.android.colorpicker.R$dimen: int notification_large_icon_height +okio.SegmentedByteString: boolean equals(java.lang.Object) +wangdaye.com.geometricweather.R$id: int activity_widget_config_textSizeContainer +io.reactivex.internal.schedulers.ScheduledRunnable: int PARENT_INDEX +com.google.android.material.datepicker.MaterialCalendarGridView: MaterialCalendarGridView(android.content.Context,android.util.AttributeSet) +android.didikee.donate.R$style: int ThemeOverlay_AppCompat_Dialog +com.google.android.material.R$id: int parent_matrix +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorControlHighlight +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: ObservableFlatMapCompletable$FlatMapCompletableMainObserver(io.reactivex.Observer,io.reactivex.functions.Function,boolean) +com.google.android.material.R$style: int Widget_Design_ScrimInsetsFrameLayout +okio.BufferedSink: java.io.OutputStream outputStream() +com.google.android.material.R$dimen: int mtrl_extended_fab_start_padding_icon +androidx.appcompat.R$dimen: int tooltip_precise_anchor_threshold +wangdaye.com.geometricweather.R$dimen: int mtrl_snackbar_message_margin_horizontal +io.reactivex.Observable: io.reactivex.Observable groupBy(io.reactivex.functions.Function,io.reactivex.functions.Function,boolean,int) +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_20 +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Speed: int UnitType +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BATTERY_LIGHT_FULL_COLOR_VALIDATOR +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_barrierAllowsGoneWidgets +com.tencent.bugly.BuglyStrategy: com.tencent.bugly.BuglyStrategy$a o +wangdaye.com.geometricweather.R$color: int design_default_color_primary_variant +androidx.constraintlayout.widget.R$style: int Base_V7_Widget_AppCompat_Toolbar +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: android.view.View onCreateView() +cyanogenmod.profiles.AirplaneModeSettings: void writeToParcel(android.os.Parcel,int) +androidx.fragment.R$styleable: int FontFamily_fontProviderFetchTimeout +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_toBottomOf +com.amap.api.location.LocationManagerBase: void onDestroy() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean sunRiseSet +com.google.android.gms.base.R$styleable: int[] SignInButton +androidx.lifecycle.Lifecycling: androidx.lifecycle.GeneratedAdapter createGeneratedAdapter(java.lang.reflect.Constructor,java.lang.Object) +androidx.lifecycle.extensions.R$attr: int fontProviderQuery +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_button_min_height_material +androidx.constraintlayout.widget.R$styleable: int MotionHelper_onShow +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarSize +james.adaptiveicon.R$id: int titleDividerNoCustom +androidx.appcompat.R$dimen: int abc_progress_bar_height_material +okhttp3.internal.connection.RouteSelector$Selection: boolean hasNext() +androidx.constraintlayout.widget.R$drawable: int abc_seekbar_thumb_material +androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type valueOf(java.lang.String) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getAqiIndex() +androidx.preference.R$attr: int selectableItemBackground +androidx.coordinatorlayout.widget.CoordinatorLayout: void setFitsSystemWindows(boolean) +wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked +androidx.hilt.R$id: int forever +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void onNext(java.lang.Object) +cyanogenmod.externalviews.KeyguardExternalView: void onDetachedFromWindow() +com.google.android.gms.base.R$drawable: int common_google_signin_btn_icon_light_normal +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setAnimationProgress(float) +androidx.constraintlayout.widget.R$attr: int barLength +wangdaye.com.geometricweather.R$drawable: int abc_scrubber_control_off_mtrl_alpha +androidx.appcompat.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Metric Metric +retrofit2.KotlinExtensions +wangdaye.com.geometricweather.R$string: int precipitation_light +androidx.constraintlayout.widget.R$style: int Base_DialogWindowTitle_AppCompat +androidx.legacy.coreutils.R$id: int normal +com.jaredrummler.android.colorpicker.R$attr: int layout_anchorGravity +androidx.preference.R$attr: int homeAsUpIndicator +wangdaye.com.geometricweather.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable +wangdaye.com.geometricweather.R$layout: int mtrl_calendar_horizontal +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_10 +wangdaye.com.geometricweather.R$style: int Widget_Design_TabLayout +com.xw.repo.bubbleseekbar.R$attr: int closeItemLayout +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Button_Colored +okhttp3.internal.http2.Hpack$Writer: void setHeaderTableSizeSetting(int) +com.google.android.material.slider.RangeSlider: void setThumbRadiusResource(int) +com.google.android.material.chip.ChipGroup: void setSingleSelection(boolean) +com.google.android.material.appbar.CollapsingToolbarLayout: void setStatusBarScrimResource(int) +com.tencent.bugly.proguard.q: android.database.sqlite.SQLiteDatabase getWritableDatabase() +okhttp3.CertificatePinner: okio.ByteString sha256(java.security.cert.X509Certificate) +androidx.hilt.R$id: int text2 +okhttp3.internal.connection.StreamAllocation$StreamAllocationReference +okhttp3.internal.connection.RouteSelector: okhttp3.EventListener eventListener +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_Light +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: boolean cancelled +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_recyclerView +com.amap.api.fence.PoiItem: double g +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getHourlyForecast() +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float getPressure() +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Toolbar +com.bumptech.glide.integration.okhttp.R$layout: int notification_template_part_chronometer +com.google.android.material.R$dimen: int abc_button_inset_vertical_material +james.adaptiveicon.R$styleable: int ViewBackgroundHelper_backgroundTint +com.jaredrummler.android.colorpicker.R$string: int abc_menu_space_shortcut_label +androidx.recyclerview.R$id: int accessibility_custom_action_12 +com.xw.repo.bubbleseekbar.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable androidx.constraintlayout.widget.R$styleable: int Transform_android_elevation -com.bumptech.glide.R$styleable: int GradientColorItem_android_color -cyanogenmod.externalviews.ExternalView: void onActivityPaused(android.app.Activity) -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ButtonBar_AlertDialog -wangdaye.com.geometricweather.R$string: int introduce -com.turingtechnologies.materialscrollbar.R$attr: int cardViewStyle -androidx.preference.R$attr: int positiveButtonText -androidx.appcompat.widget.AppCompatImageButton: android.graphics.PorterDuff$Mode getSupportImageTintMode() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: java.lang.String getZh_CN() -androidx.preference.R$id: int bottom -com.google.android.material.R$styleable: int View_paddingEnd -retrofit2.OptionalConverterFactory: retrofit2.Converter responseBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) -androidx.viewpager.R$style: int TextAppearance_Compat_Notification -com.jaredrummler.android.colorpicker.R$attr: int queryBackground -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void onComplete() -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: io.reactivex.internal.fuseable.SimpleQueue queue -androidx.preference.R$styleable: int MenuItem_numericModifiers -james.adaptiveicon.R$attr: int thickness -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarTheme -okhttp3.RealCall: okhttp3.EventListener access$000(okhttp3.RealCall) -androidx.preference.R$styleable: int Preference_android_layout -com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_text_color_disabled -androidx.constraintlayout.widget.ConstraintHelper -retrofit2.RequestFactory$Builder: void parseHttpMethodAndPath(java.lang.String,java.lang.String,boolean) -androidx.constraintlayout.widget.R$attr: int contentInsetEnd -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void errorAll(io.reactivex.Observer) -com.turingtechnologies.materialscrollbar.R$animator: int design_fab_hide_motion_spec -cyanogenmod.providers.CMSettings$Secure: java.lang.String LOCKSCREEN_TARGETS -cyanogenmod.providers.CMSettings$System$2: boolean validate(java.lang.String) -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup -okio.DeflaterSink: boolean closed -okhttp3.internal.http2.Http2: okio.ByteString CONNECTION_PREFACE -androidx.drawerlayout.R$id: int text -androidx.work.R$color: R$color() -com.amap.api.fence.GeoFence: void setMaxDis2Center(float) -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) -androidx.constraintlayout.widget.R$attr: int layout_constraintTag -okhttp3.internal.http2.Header: okio.ByteString value -wangdaye.com.geometricweather.R$drawable: int weather_clear_day_1 -com.google.android.material.R$dimen: int mtrl_calendar_year_height -wangdaye.com.geometricweather.R$attr: int elevation -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxCornerRadiusBottomEnd -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_menu -wangdaye.com.geometricweather.R$styleable: int CardView_cardElevation -androidx.appcompat.R$dimen: int abc_text_size_title_material_toolbar -android.didikee.donate.R$id: int decor_content_parent -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Button -io.reactivex.internal.observers.ForEachWhileObserver: void dispose() -com.turingtechnologies.materialscrollbar.R$color: int mtrl_textinput_hovered_box_stroke_color -wangdaye.com.geometricweather.R$id: int fill -androidx.appcompat.widget.ActionBarContainer: ActionBarContainer(android.content.Context,android.util.AttributeSet) -androidx.preference.R$anim: int btn_radio_to_off_mtrl_ring_outer_path_animation -androidx.constraintlayout.widget.R$styleable: int ActionBar_contentInsetStart -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight -cyanogenmod.platform.Manifest$permission: java.lang.String READ_MSIM_PHONE_STATE -com.amap.api.location.AMapLocation: java.lang.String getDistrict() -cyanogenmod.weatherservice.WeatherProviderService: void onRequestSubmitted(cyanogenmod.weatherservice.ServiceRequest) -androidx.drawerlayout.R$id: int action_text -com.turingtechnologies.materialscrollbar.R$style: int Base_DialogWindowTitle_AppCompat -androidx.appcompat.R$styleable: int AppCompatTheme_searchViewStyle -com.bumptech.glide.integration.okhttp.R$drawable: int notification_bg -com.google.android.material.R$style: int Base_V21_Theme_MaterialComponents_Dialog -wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: void setIconResEnd(int) -androidx.constraintlayout.widget.R$attr: int titleTextAppearance -com.amap.api.location.CoordinateConverter$CoordType: CoordinateConverter$CoordType(java.lang.String,int) -com.google.android.material.slider.BaseSlider: void addOnSliderTouchListener(com.google.android.material.slider.BaseOnSliderTouchListener) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Metric: AccuCurrentResult$Ceiling$Metric() -androidx.coordinatorlayout.widget.CoordinatorLayout: java.util.List getDependencySortedChildren() -wangdaye.com.geometricweather.R$attr: int allowDividerBelow -com.tencent.bugly.crashreport.crash.CrashDetailBean: int b -androidx.appcompat.resources.R$string: int status_bar_notification_info_overflow -james.adaptiveicon.R$dimen: int notification_main_column_padding_top -io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: io.reactivex.ObservableSource source -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void onNext(java.lang.Object) -wangdaye.com.geometricweather.R$dimen: int mtrl_bottomappbar_fabOffsetEndMode -com.google.gson.stream.JsonReader: int PEEKED_SINGLE_QUOTED -androidx.preference.R$drawable: int abc_ic_menu_overflow_material -android.didikee.donate.R$styleable: int SwitchCompat_switchMinWidth -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: java.util.List getValue() -androidx.recyclerview.widget.RecyclerView: void setLayoutFrozen(boolean) -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHeight_min -androidx.preference.R$id: int submenuarrow -okhttp3.CertificatePinner$Pin: boolean matches(java.lang.String) -androidx.constraintlayout.widget.R$styleable: int Layout_constraint_referenced_ids -wangdaye.com.geometricweather.R$layout: int container_alert_display_view -androidx.appcompat.R$styleable: int FontFamily_fontProviderPackage -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light_Dialog_Alert -com.turingtechnologies.materialscrollbar.R$attr: int itemBackground -com.baidu.location.indoor.mapversion.c.a$d: double c(double) -androidx.constraintlayout.widget.R$id: int dragLeft -com.xw.repo.bubbleseekbar.R$layout: int select_dialog_singlechoice_material -com.amap.api.location.AMapLocation: void setOffset(boolean) -androidx.constraintlayout.utils.widget.ImageFilterView: void setCrossfade(float) -okhttp3.internal.http2.Header: okio.ByteString RESPONSE_STATUS -com.google.android.material.textfield.TextInputLayout: void setHintAnimationEnabled(boolean) -io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: io.reactivex.Observer child -com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleMargin -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void request(long) -wangdaye.com.geometricweather.R$styleable: int Layout_constraint_referenced_ids -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: void onError(java.lang.Throwable) -james.adaptiveicon.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight -androidx.appcompat.R$styleable: int Toolbar_titleMargin -com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Title_Icon_CenterStacked -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String NAVBAR_BACKGROUND -com.turingtechnologies.materialscrollbar.R$drawable: int abc_switch_track_mtrl_alpha -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_autoSizeMaxTextSize -wangdaye.com.geometricweather.R$id: int container_main_pollen_pager -androidx.vectordrawable.R$styleable: int ColorStateListItem_alpha -io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(long,java.util.concurrent.TimeUnit) -com.turingtechnologies.materialscrollbar.R$attr: int fontProviderQuery -com.google.android.material.R$attr: int maxImageSize -androidx.preference.R$style: int Widget_AppCompat_PopupMenu_Overflow -androidx.appcompat.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator -androidx.appcompat.R$layout: int notification_template_part_time -androidx.preference.R$styleable: int AppCompatTextHelper_android_drawableEnd -androidx.constraintlayout.widget.R$styleable: int[] Variant -com.tencent.bugly.proguard.ar: java.lang.String b -com.xw.repo.bubbleseekbar.R$id: int expanded_menu -androidx.preference.R$attr: int editTextColor -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionButton -androidx.appcompat.R$styleable: int ActionBar_titleTextStyle -okhttp3.internal.http2.Http2Connection$1: void execute() -androidx.constraintlayout.widget.R$attr: int triggerReceiver -okio.SegmentPool: okio.Segment take() -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ListPopupWindow -cyanogenmod.power.IPerformanceManager$Stub: java.lang.String DESCRIPTOR -androidx.recyclerview.R$dimen: int fastscroll_minimum_range -com.jaredrummler.android.colorpicker.R$styleable: int MenuGroup_android_orderInCategory -com.google.android.material.R$dimen: int mtrl_extended_fab_min_width -com.xw.repo.bubbleseekbar.R$dimen: int tooltip_horizontal_padding -okhttp3.EventListener: void secureConnectStart(okhttp3.Call) -cyanogenmod.externalviews.KeyguardExternalView$1: cyanogenmod.externalviews.KeyguardExternalView this$0 -androidx.appcompat.R$color: int primary_material_light -com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat_Dialog -wangdaye.com.geometricweather.R$attr: int layout_constraintWidth_default -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void onStart() -cyanogenmod.app.Profile: java.util.Map profileGroups -androidx.constraintlayout.widget.Barrier: int getMargin() -io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: void dispose() -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ListPopupWindow com.turingtechnologies.materialscrollbar.R$drawable: int abc_seekbar_thumb_material -wangdaye.com.geometricweather.R$attr: int bsb_section_text_position -com.google.android.material.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight -com.amap.api.location.AMapLocation: java.lang.String getCityCode() -wangdaye.com.geometricweather.db.entities.AlertEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) -wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: java.lang.String admin -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceHeadline3 -com.google.android.material.switchmaterial.SwitchMaterial: android.content.res.ColorStateList getMaterialThemeColorsTrackTintList() -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ProgressBar -okio.Segment: okio.Segment pop() -okhttp3.internal.http.HttpCodec: void writeRequestHeaders(okhttp3.Request) -wangdaye.com.geometricweather.R$id: int action_text -james.adaptiveicon.R$styleable: int AppCompatTheme_windowNoTitle -androidx.lifecycle.LiveData: void considerNotify(androidx.lifecycle.LiveData$ObserverWrapper) -com.turingtechnologies.materialscrollbar.R$styleable: int[] AppCompatImageView -com.jaredrummler.android.colorpicker.R$drawable: int abc_item_background_holo_light -com.jaredrummler.android.colorpicker.R$drawable: int abc_list_selector_disabled_holo_dark -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: ObservableGroupJoin$LeftRightObserver(io.reactivex.internal.operators.observable.ObservableGroupJoin$JoinSupport,boolean) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX getWeather() -okio.Buffer: java.lang.String readUtf8(long) -androidx.activity.R$attr: int font -com.google.android.material.R$layout: int notification_template_custom_big -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory create(javax.inject.Provider,javax.inject.Provider) -james.adaptiveicon.R$color: int secondary_text_disabled_material_dark -androidx.fragment.R$dimen: int notification_content_margin_start -com.google.android.material.internal.NavigationMenuItemView: void setTitle(java.lang.CharSequence) -wangdaye.com.geometricweather.R$id: int spread -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_titleTextStyle -com.xw.repo.bubbleseekbar.R$style: int Platform_V25_AppCompat -com.google.android.material.slider.BaseSlider: void setFocusedThumbIndex(int) -androidx.recyclerview.R$id: int accessibility_custom_action_6 -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: int getStrokeColor() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: void setStatus(int) -wangdaye.com.geometricweather.R$attr: int cardUseCompatPadding -okhttp3.Dns -androidx.preference.R$style: int Base_Widget_AppCompat_SeekBar -com.tencent.bugly.proguard.u: java.lang.String d(com.tencent.bugly.proguard.u) -james.adaptiveicon.R$styleable: int ActionMode_background -cyanogenmod.os.Concierge$ParcelInfo: int mStartPosition -com.google.gson.stream.JsonReader: int NUMBER_CHAR_FRACTION_DIGIT -okio.InflaterSource: long read(okio.Buffer,long) -io.reactivex.Observable: io.reactivex.Observable repeat() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$4: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 -androidx.coordinatorlayout.R$id: int icon -wangdaye.com.geometricweather.R$styleable: int CompoundButton_buttonTint -wangdaye.com.geometricweather.R$drawable: int abc_btn_switch_to_on_mtrl_00001 -androidx.appcompat.R$styleable: int AppCompatTextView_fontVariationSettings -cyanogenmod.weather.WeatherLocation$Builder: cyanogenmod.weather.WeatherLocation$Builder setState(java.lang.String) -androidx.appcompat.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha -androidx.constraintlayout.widget.R$color: int button_material_dark -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarStyle -androidx.coordinatorlayout.R$id: int accessibility_custom_action_15 -com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_FixedSize -androidx.preference.R$attr: int titleMarginTop -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle -wangdaye.com.geometricweather.R$attr: int buttonCompat -com.google.android.material.R$attr: int onCross -io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: void dispose() -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu -androidx.appcompat.widget.AppCompatButton: void setBackgroundResource(int) -com.google.android.material.R$styleable: int MaterialCalendar_rangeFillColor -com.turingtechnologies.materialscrollbar.R$id: int action_menu_divider -android.didikee.donate.R$color: int secondary_text_disabled_material_light -com.jaredrummler.android.colorpicker.R$attr: int contentInsetEndWithActions -androidx.work.R$color -okhttp3.OkHttpClient$Builder: okhttp3.internal.cache.InternalCache internalCache -com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getWindowAnimations() -androidx.constraintlayout.widget.R$color: int ripple_material_light -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_motionProgress -cyanogenmod.themes.ThemeManager: java.util.Set mChangeListeners -androidx.transition.R$dimen: R$dimen() -androidx.viewpager2.widget.ViewPager2: ViewPager2(android.content.Context,android.util.AttributeSet,int) -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: boolean cancelled -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.preference.R$styleable: int ActionMode_closeItemLayout -okhttp3.Cache: void remove(okhttp3.Request) -com.turingtechnologies.materialscrollbar.R$attr: int boxBackgroundMode -com.google.android.material.R$drawable: int abc_list_pressed_holo_light -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_RatingBar_Indicator -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setCo(java.lang.String) -androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorError -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String getHeadIconType() -io.reactivex.internal.subscriptions.BasicQueueSubscription: boolean isEmpty() -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cp -okhttp3.logging.LoggingEventListener: long startNs -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property Temperature -james.adaptiveicon.R$style: int Widget_AppCompat_Spinner_Underlined -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int SnowProbability -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: android.os.Bundle mOptions -com.tencent.bugly.BuglyStrategy: com.tencent.bugly.BuglyStrategy setRecordUserInfoOnceADay(boolean) -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable -com.xw.repo.bubbleseekbar.R$anim: int abc_tooltip_enter -com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_spinBars -com.tencent.bugly.proguard.aq: java.lang.String c -wangdaye.com.geometricweather.R$drawable: int notif_temp_18 -okhttp3.internal.http.RealResponseBody: okhttp3.MediaType contentType() -okhttp3.internal.http2.Hpack$Writer: int smallestHeaderTableSizeSetting -android.didikee.donate.R$styleable: int SwitchCompat_thumbTintMode -androidx.recyclerview.R$attr: int alpha -okhttp3.internal.connection.RouteException: void addConnectException(java.io.IOException) -androidx.preference.R$style: int Base_Widget_AppCompat_SeekBar_Discrete -com.tencent.bugly.crashreport.BuglyHintException -com.tencent.bugly.proguard.u: boolean a -com.xw.repo.bubbleseekbar.R$attr: int windowActionBarOverlay -com.tencent.bugly.crashreport.common.info.a: java.util.Map aj -wangdaye.com.geometricweather.R$string: int preference_copied -com.turingtechnologies.materialscrollbar.R$attr: int showTitle -androidx.legacy.coreutils.R$dimen: int notification_action_icon_size -wangdaye.com.geometricweather.R$styleable: int ColorPickerView_cpv_alphaChannelVisible -androidx.appcompat.R$string: R$string() -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: boolean checkTerminated(boolean,boolean,io.reactivex.Observer,boolean,io.reactivex.internal.operators.observable.ObservableZip$ZipObserver) -james.adaptiveicon.R$style: int Base_V21_Theme_AppCompat_Dialog -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: java.lang.String getAddress() -com.google.android.material.R$layout: int design_bottom_sheet_dialog -wangdaye.com.geometricweather.R$drawable: int notif_temp_101 -com.google.android.material.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode -com.google.android.material.R$attr: int appBarLayoutStyle -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TabLayout -androidx.appcompat.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModePasteDrawable -wangdaye.com.geometricweather.R$color: int material_on_background_disabled -androidx.appcompat.R$id: int search_button -wangdaye.com.geometricweather.R$styleable: int Layout_maxWidth -com.xw.repo.bubbleseekbar.R$string: int abc_menu_enter_shortcut_label -androidx.appcompat.R$bool: int abc_config_actionMenuItemAllCaps -com.google.android.material.chip.Chip: void setEllipsize(android.text.TextUtils$TruncateAt) -androidx.appcompat.R$attr: int splitTrack -james.adaptiveicon.R$drawable: int abc_seekbar_thumb_material -io.reactivex.internal.disposables.DisposableHelper -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_showAsAction -wangdaye.com.geometricweather.db.entities.HistoryEntity -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Dialog_Alert -androidx.core.widget.NestedScrollView: int getMaxScrollAmount() -com.turingtechnologies.materialscrollbar.AlphabetIndicator: AlphabetIndicator(android.content.Context) -com.google.android.material.R$layout: int abc_cascading_menu_item_layout -androidx.swiperefreshlayout.R$attr: int fontProviderFetchTimeout -com.google.android.material.R$styleable: int SwitchCompat_track -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_CALL_LED_ON_VALIDATOR -com.jaredrummler.android.colorpicker.NestedGridView -androidx.dynamicanimation.animation.DynamicAnimation -com.turingtechnologies.materialscrollbar.R$styleable: int ColorStateListItem_alpha -androidx.constraintlayout.widget.R$styleable: int MenuView_android_horizontalDivider -com.google.gson.stream.JsonReader: long MIN_INCOMPLETE_INTEGER -com.tencent.bugly.crashreport.crash.anr.b: java.util.concurrent.atomic.AtomicInteger a -com.google.android.material.chip.Chip: void setCloseIconTintResource(int) -com.google.android.material.button.MaterialButtonToggleGroup: void addOnButtonCheckedListener(com.google.android.material.button.MaterialButtonToggleGroup$OnButtonCheckedListener) -com.jaredrummler.android.colorpicker.R$string: int abc_toolbar_collapse_description -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Chip -com.turingtechnologies.materialscrollbar.R$attr: int strokeColor -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: java.lang.String getUnitId() -com.xw.repo.bubbleseekbar.R$dimen: int abc_cascading_menus_min_smallest_width -com.jaredrummler.android.colorpicker.R$attr: int cpv_dialogTitle -android.didikee.donate.R$styleable: int AppCompatTheme_actionBarPopupTheme -com.tencent.bugly.crashreport.R$string: int app_name -android.didikee.donate.R$color: int primary_material_dark -wangdaye.com.geometricweather.R$id: int widget_day -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_end -com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_default_mtrl_shape -com.google.android.material.R$string: int abc_searchview_description_clear -james.adaptiveicon.R$dimen: int abc_dialog_min_width_minor -android.didikee.donate.R$attr: int measureWithLargestChild -androidx.cardview.widget.CardView: void setUseCompatPadding(boolean) -androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_RESUME -com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleMarginBottom -com.google.android.material.R$styleable: int[] PopupWindow -wangdaye.com.geometricweather.R$id: int clip_horizontal -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_hoveredFocusedTranslationZ -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_minHeight -androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customColorValue -com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_list_padding_top_no_title -cyanogenmod.app.ICustomTileListener$Stub$Proxy: void onCustomTilePosted(org.cyanogenmod.internal.statusbar.IStatusBarCustomTileHolder) -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown -james.adaptiveicon.R$id: int submit_area -androidx.viewpager.widget.ViewPager: void setPageMargin(int) -cyanogenmod.app.Profile: void setAirplaneMode(cyanogenmod.profiles.AirplaneModeSettings) -okhttp3.internal.platform.Platform: byte[] concatLengthPrefixed(java.util.List) -com.tencent.bugly.proguard.y: java.lang.String i -androidx.lifecycle.extensions.R$styleable: int ColorStateListItem_android_alpha -com.google.android.material.R$styleable: int ViewStubCompat_android_layout -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer getRealFeelShaderTemperature() -androidx.loader.R$id: int action_text -com.amap.api.location.APSServiceBase: void onCreate() -com.google.android.material.R$id: int circle_center -com.amap.api.location.CoordinateConverter: float calculateLineDistance(com.amap.api.location.DPoint,com.amap.api.location.DPoint) -androidx.transition.R$id: int tag_transition_group -okhttp3.RealCall$AsyncCall: okhttp3.RealCall this$0 -com.bumptech.glide.R$drawable: int notification_action_background -androidx.viewpager2.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable -androidx.preference.R$styleable: int AppCompatTheme_colorPrimary -com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Widget_AppCompat_Toolbar -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_statusBarScrim -okhttp3.internal.ws.RealWebSocket: okhttp3.Request originalRequest -james.adaptiveicon.R$color: int foreground_material_dark -wangdaye.com.geometricweather.background.polling.work.worker.NormalUpdateWorker -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_2 -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHorizontal_bias -io.reactivex.internal.functions.Functions$NaturalComparator -james.adaptiveicon.R$attr: int tickMarkTint -androidx.preference.R$color: int abc_primary_text_material_light -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setStrokeAlpha(float) -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.internal.fuseable.SimplePlainQueue queue -com.google.android.material.R$styleable: int Constraint_android_translationX -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setRelativeHumidity(java.lang.Float) -android.didikee.donate.R$styleable: int AppCompatTheme_buttonStyleSmall -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_radioButtonStyle -com.github.rahatarmanahmed.cpv.CircularProgressView: float initialStartAngle -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_textAppearance -cyanogenmod.app.ProfileGroup$1: java.lang.Object[] newArray(int) -com.google.android.material.R$dimen: int design_tab_text_size_2line -com.google.android.material.bottomappbar.BottomAppBar$Behavior: BottomAppBar$Behavior(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$string: int settings_title_notification_style -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_inset -com.google.android.material.R$attr: int layout_constraintHeight_min -androidx.constraintlayout.widget.R$layout: int select_dialog_item_material -androidx.preference.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_0 -androidx.drawerlayout.widget.DrawerLayout: void setDrawerListener(androidx.drawerlayout.widget.DrawerLayout$DrawerListener) -com.turingtechnologies.materialscrollbar.R$color: int abc_secondary_text_material_dark -androidx.appcompat.R$anim: int abc_slide_out_bottom -androidx.constraintlayout.widget.R$styleable: int[] ColorStateListItem -com.google.android.material.R$styleable: int Constraint_android_layout_width -androidx.appcompat.R$style: int Base_Animation_AppCompat_Dialog -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_alphabeticModifiers -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_prefixTextAppearance -androidx.constraintlayout.widget.R$id: int src_atop -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Medium -com.turingtechnologies.materialscrollbar.R$bool: int mtrl_btn_textappearance_all_caps -com.google.android.material.R$styleable: int AppCompatTheme_editTextStyle -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeTotalPrecipitationDuration() -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource -io.reactivex.internal.observers.BlockingObserver: BlockingObserver(java.util.Queue) -wangdaye.com.geometricweather.R$string: int mtrl_picker_invalid_format_example -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_day_today_stroke -io.reactivex.internal.subscriptions.DeferredScalarSubscription: int NO_REQUEST_HAS_VALUE -androidx.appcompat.widget.ViewStubCompat: android.view.LayoutInflater getLayoutInflater() -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWeatherPhase -james.adaptiveicon.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless -com.google.android.material.R$style: int Widget_AppCompat_ProgressBar_Horizontal -com.tencent.bugly.crashreport.CrashReport: void setUserId(android.content.Context,java.lang.String) -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getRagweedIndex() -com.amap.api.location.AMapLocation: void setCityCode(java.lang.String) -okhttp3.internal.http2.Http2Reader: void close() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_checkable -cyanogenmod.weather.WeatherInfo$DayForecast$1 -androidx.appcompat.R$styleable: int SwitchCompat_android_textOn -androidx.preference.R$attr: int preserveIconSpacing -androidx.hilt.R$anim: int fragment_open_enter -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWeatherPhase(java.lang.String) -org.greenrobot.greendao.AbstractDaoSession: AbstractDaoSession(org.greenrobot.greendao.database.Database) -wangdaye.com.geometricweather.R$id: int material_timepicker_cancel_button -com.jaredrummler.android.colorpicker.R$string: int abc_menu_delete_shortcut_label -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric Metric -james.adaptiveicon.R$attr: int isLightTheme -wangdaye.com.geometricweather.R$id: int notification_multi_city_text_3 -androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_fontWeight -com.google.android.material.textfield.TextInputLayout: int getBoxBackgroundMode() -androidx.constraintlayout.widget.R$string: int abc_menu_function_shortcut_label -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Weather weather12H -com.google.android.material.R$styleable: int TextInputLayout_errorIconTintMode -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_font -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -wangdaye.com.geometricweather.R$dimen: int abc_button_inset_horizontal_material -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Toolbar -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_PopupMenu_Overflow -androidx.transition.R$dimen: int compat_control_corner_material -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_subtitleTextColor -okhttp3.Dispatcher: void enqueue(okhttp3.RealCall$AsyncCall) -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header -com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy UPPER_CAMEL_CASE -cyanogenmod.app.StatusBarPanelCustomTile: cyanogenmod.app.StatusBarPanelCustomTile clone() -com.google.android.material.R$styleable: int Layout_chainUseRtl -com.tencent.bugly.crashreport.CrashReport$UserStrategy: com.tencent.bugly.BuglyStrategy$a getCrashHandleCallback() -androidx.constraintlayout.widget.R$color: int abc_tint_spinner -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: float getStrokeWidth() -wangdaye.com.geometricweather.R$attr: int percentY -androidx.preference.R$drawable: int notification_bg_normal_pressed -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: boolean inMaybe -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHorizontal_chainStyle -androidx.appcompat.R$styleable: int[] ViewStubCompat -androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_textColorHint -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatImageView_tintMode -androidx.preference.R$styleable: int CompoundButton_android_button -androidx.constraintlayout.widget.R$styleable: int Variant_region_heightLessThan -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon -wangdaye.com.geometricweather.R$attr: int fontProviderCerts -androidx.fragment.R$id: int accessibility_custom_action_5 -com.xw.repo.bubbleseekbar.R$attr: int homeLayout -androidx.appcompat.R$attr: int titleTextStyle -wangdaye.com.geometricweather.R$style: int Preference_SeekBarPreference -androidx.appcompat.R$styleable: int MenuItem_numericModifiers -com.amap.api.location.AMapLocationClientOption: long getGpsFirstTimeout() -com.tencent.bugly.crashreport.common.info.a: java.lang.String O() -com.google.android.material.R$attr: int colorSwitchThumbNormal -com.jaredrummler.android.colorpicker.R$id: int actions -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void onNext(java.lang.Object) -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_22 -com.google.android.material.R$styleable: int SnackbarLayout_maxActionInlineWidth -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void setDisposable(io.reactivex.disposables.Disposable) -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_TabBar -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: java.lang.String getUnit() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum: AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum() -android.didikee.donate.R$attr: int autoCompleteTextViewStyle -wangdaye.com.geometricweather.R$drawable: int weather_clear_day -com.jaredrummler.android.colorpicker.R$styleable: int[] TextAppearance -wangdaye.com.geometricweather.common.basic.models.weather.Base: long getPublishTime() -androidx.fragment.app.DialogFragment -androidx.activity.R$style: int TextAppearance_Compat_Notification_Info -androidx.hilt.lifecycle.R$styleable: int FragmentContainerView_android_tag -okhttp3.internal.http2.Http2Codec: void flushRequest() -retrofit2.Utils: java.lang.reflect.Type getParameterLowerBound(int,java.lang.reflect.ParameterizedType) -james.adaptiveicon.R$styleable: int ActionMode_backgroundSplit -com.google.android.material.slider.RangeSlider: void setThumbElevation(float) -com.amap.api.fence.PoiItem: void setLatitude(double) -androidx.core.R$styleable: int GradientColor_android_centerY -androidx.activity.R$id: int accessibility_custom_action_18 -android.didikee.donate.R$layout: R$layout() -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_DES_CBC_SHA -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex yesterday -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_marginLeft -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeThunderstormPrecipitationDuration(java.lang.Float) -com.google.android.material.chip.Chip: void setChipTextResource(int) -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: boolean done -com.amap.api.location.UmidtokenInfo$a -wangdaye.com.geometricweather.R$color: int accent_material_dark -cyanogenmod.weatherservice.ServiceRequestResult: void writeToParcel(android.os.Parcel,int) -okhttp3.internal.http.StatusLine: okhttp3.internal.http.StatusLine get(okhttp3.Response) -androidx.vectordrawable.animated.R$styleable: int FontFamily_fontProviderQuery -okhttp3.internal.ws.RealWebSocket$Message -androidx.hilt.work.R$layout: int notification_template_icon_group -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeTemperature -com.amap.api.location.AMapLocationClientOption$GeoLanguage: com.amap.api.location.AMapLocationClientOption$GeoLanguage DEFAULT -wangdaye.com.geometricweather.R$integer: int show_password_duration -wangdaye.com.geometricweather.R$styleable: int Motion_pathMotionArc -androidx.lifecycle.Transformations$2: androidx.arch.core.util.Function val$switchMapFunction +wangdaye.com.geometricweather.R$styleable: int[] LoadingImageView +com.amap.api.fence.GeoFence: int STATUS_UNKNOWN +androidx.constraintlayout.motion.widget.MotionHelper +james.adaptiveicon.R$style: int Base_Theme_AppCompat_CompactMenu +android.didikee.donate.R$attr: int titleMarginTop +androidx.appcompat.R$attr: int switchTextAppearance +androidx.appcompat.R$style: int AlertDialog_AppCompat_Light +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose getLocationPurpose() +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.internal.util.AtomicThrowable errors +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_goneMarginLeft +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle +com.google.android.material.R$attr: int textAppearanceOverline +wangdaye.com.geometricweather.db.entities.DaoMaster +com.google.android.material.R$attr: int layout_collapseParallaxMultiplier +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Compat_Notification_Title +com.jaredrummler.android.colorpicker.R$attr: int actionBarTabBarStyle +com.jaredrummler.android.colorpicker.R$string: int abc_shareactionprovider_share_with_application +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void error(java.lang.Throwable) +cyanogenmod.app.LiveLockScreenInfo: LiveLockScreenInfo() +androidx.preference.R$styleable: int SearchView_queryHint +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_WITH_DES_CBC_MD5 +james.adaptiveicon.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex +android.didikee.donate.R$styleable: int ActionBar_contentInsetLeft +androidx.preference.R$id: int icon_group +com.jaredrummler.android.colorpicker.R$attr: int subtitleTextAppearance +com.jaredrummler.android.colorpicker.R$id: int alertTitle +okhttp3.Response$Builder: int code +com.google.android.material.R$drawable: int abc_list_focused_holo +com.google.android.material.bottomnavigation.BottomNavigationView: int getItemIconSize() +james.adaptiveicon.R$styleable: int SearchView_suggestionRowLayout +wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource: wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource CN +wangdaye.com.geometricweather.R$styleable: int TabItem_android_layout +james.adaptiveicon.R$drawable: int abc_btn_switch_to_on_mtrl_00012 +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Object readKey(android.database.Cursor,int) +androidx.viewpager.widget.PagerTabStrip: PagerTabStrip(android.content.Context) +androidx.constraintlayout.widget.R$anim: int abc_fade_in +okio.GzipSource: byte SECTION_TRAILER +androidx.constraintlayout.widget.R$styleable: int ViewBackgroundHelper_backgroundTintMode +com.google.android.material.R$id: int accessibility_custom_action_7 +cyanogenmod.app.IProfileManager: boolean addProfile(cyanogenmod.app.Profile) +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property MinuteInterval com.google.android.material.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog -com.tencent.bugly.crashreport.common.info.a: java.lang.String f() -com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy[] values() -wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar: PrecipitationBar(android.content.Context,android.util.AttributeSet,int) -androidx.coordinatorlayout.R$attr: int fontProviderCerts -cyanogenmod.providers.DataUsageContract: int COLUMN_OF_SLOW_SAMPLES -androidx.work.R$layout: int notification_template_icon_group -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: void otherError(java.lang.Throwable) -com.jaredrummler.android.colorpicker.R$drawable: int abc_text_select_handle_middle_mtrl_dark -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial: AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial() -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle -android.didikee.donate.R$styleable: int[] AlertDialog -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken NAME -okio.RealBufferedSource: boolean rangeEquals(long,okio.ByteString,int,int) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_SHOW_BATTERY_PERCENT_VALIDATOR -com.tencent.bugly.crashreport.crash.h5.a: java.lang.String a -io.reactivex.exceptions.CompositeException: java.util.List getExceptions() -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ProgressBar -wangdaye.com.geometricweather.R$dimen: int abc_dialog_min_width_major -com.google.android.material.R$dimen -retrofit2.DefaultCallAdapterFactory$1: retrofit2.DefaultCallAdapterFactory this$0 -com.tencent.bugly.proguard.y: java.text.SimpleDateFormat b -wangdaye.com.geometricweather.R$dimen: int mtrl_slider_label_square_side -okhttp3.TlsVersion: okhttp3.TlsVersion TLS_1_0 -retrofit2.adapter.rxjava2.RxJava2CallAdapter -cyanogenmod.hardware.CMHardwareManager: int COLOR_CALIBRATION_BLUE_INDEX -retrofit2.OkHttpCall$1: void onFailure(okhttp3.Call,java.io.IOException) -com.xw.repo.bubbleseekbar.R$attr: int background -io.reactivex.internal.schedulers.ScheduledDirectPeriodicTask: java.lang.Runnable getWrappedRunnable() +cyanogenmod.app.CustomTile: CustomTile(android.os.Parcel) +androidx.dynamicanimation.R$drawable: int notify_panel_notification_icon_bg +androidx.appcompat.widget.AppCompatEditText: AppCompatEditText(android.content.Context) +wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: SlidingItemContainerLayout(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$attr: int itemShapeAppearanceOverlay +android.didikee.donate.R$styleable: int MenuItem_actionViewClass +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Imperial: double Value +androidx.constraintlayout.widget.R$attr: int flow_firstVerticalBias +com.tencent.bugly.proguard.y: boolean f +com.google.android.material.R$dimen: int material_filled_edittext_font_2_0_padding_top +androidx.preference.R$style: int Widget_AppCompat_EditText +wangdaye.com.geometricweather.R$drawable: int shortcuts_fog +com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_layout_keyline +androidx.swiperefreshlayout.R$styleable: int FontFamily_fontProviderFetchTimeout +androidx.vectordrawable.R$id: int tag_unhandled_key_listeners +wangdaye.com.geometricweather.R$dimen: int abc_dialog_title_divider_material +okio.SegmentedByteString: int[] directory +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric: int UnitType +james.adaptiveicon.R$style: int Base_AlertDialog_AppCompat +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_TextInputLayout_FilledBox +androidx.lifecycle.SavedStateHandle: void set(java.lang.String,java.lang.Object) +com.google.android.material.R$attr: int colorPrimaryDark +com.google.android.material.tabs.TabLayout: void setupWithViewPager(androidx.viewpager.widget.ViewPager) +androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd +wangdaye.com.geometricweather.R$styleable: int Variant_region_heightLessThan +wangdaye.com.geometricweather.R$color: int material_grey_900 +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean delayError +android.support.v4.os.ResultReceiver: ResultReceiver(android.os.Parcel) +androidx.constraintlayout.widget.R$styleable: int[] PopupWindow +com.google.android.material.R$styleable: int Transition_android_id +com.tencent.bugly.BuglyStrategy: boolean k +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_9 +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Ice +com.turingtechnologies.materialscrollbar.R$styleable: int ViewStubCompat_android_inflatedId +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_1_30 +com.tencent.bugly.proguard.u: com.tencent.bugly.proguard.u b +com.jaredrummler.android.colorpicker.R$attr: int numericModifiers +cyanogenmod.externalviews.ExternalViewProviderService$1$1: android.os.IBinder call() +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void dispose() +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionButton_Overflow +retrofit2.converter.gson.GsonConverterFactory +androidx.transition.R$dimen: int compat_button_padding_vertical_material +cyanogenmod.providers.ThemesContract$ThemesColumns$InstallState +cyanogenmod.app.Profile: void setTrigger(int,java.lang.String,int,java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Metric: AccuCurrentResult$Temperature$Metric() +wangdaye.com.geometricweather.R$attr: int transitionFlags +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: void onError(java.lang.Throwable) +com.google.android.material.R$layout: int abc_activity_chooser_view +wangdaye.com.geometricweather.R$id: int on +okhttp3.internal.ws.WebSocketReader: boolean closed +androidx.constraintlayout.widget.R$styleable: int Transform_android_scaleY +okhttp3.internal.cache.DiskLruCache$Editor: DiskLruCache$Editor(okhttp3.internal.cache.DiskLruCache,okhttp3.internal.cache.DiskLruCache$Entry) +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: wangdaye.com.geometricweather.db.converters.WeatherCodeConverter weatherCodeConverter +com.turingtechnologies.materialscrollbar.R$id: int edit_query +androidx.appcompat.R$color: int material_deep_teal_200 +io.reactivex.internal.subscriptions.SubscriptionHelper: void deferredRequest(java.util.concurrent.atomic.AtomicReference,java.util.concurrent.atomic.AtomicLong,long) +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionBar_TabText +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_selectableItemBackground +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter value(double) +com.bumptech.glide.integration.okhttp.R$id: int right_icon +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceCategoryTitleTextAppearance +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_voiceIcon +com.google.android.material.R$styleable: int Constraint_layout_constraintBottom_creator +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver +wangdaye.com.geometricweather.R$string: int content_desc_weather_icon_light +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Spinner_Underlined +com.amap.api.fence.GeoFence: void setStatus(int) +wangdaye.com.geometricweather.R$color +cyanogenmod.externalviews.ExternalView: ExternalView(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer getWindChillTemperature() +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_button_min_width_overflow_material +android.didikee.donate.R$attr: int controlBackground +com.google.android.material.appbar.AppBarLayout$BaseBehavior +james.adaptiveicon.R$styleable: int AlertDialog_multiChoiceItemLayout +androidx.work.R$id: int tag_accessibility_pane_title +wangdaye.com.geometricweather.R$styleable: int LoadingImageView_imageAspectRatioAdjust +com.google.android.material.slider.BaseSlider: void removeOnChangeListener(com.google.android.material.slider.BaseOnChangeListener) +com.google.android.material.R$style: int Base_Widget_AppCompat_Spinner_Underlined +androidx.activity.R$attr: int alpha +com.google.android.material.chip.Chip: void setMinLines(int) +com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_arrowHeadLength +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamily_fontProviderQuery +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) +com.amap.api.fence.GeoFence: float getRadius() +cyanogenmod.profiles.ConnectionSettings$1: cyanogenmod.profiles.ConnectionSettings createFromParcel(android.os.Parcel) +com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawable_android_variablePadding +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result +cyanogenmod.weather.ICMWeatherManager$Stub +okhttp3.OkHttpClient: okhttp3.Authenticator authenticator +com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_BottomSheet_Modal +com.tencent.bugly.proguard.i: float a(float,int,boolean) +retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback: java.util.concurrent.CompletableFuture future +wangdaye.com.geometricweather.R$attr: int cornerFamily +androidx.dynamicanimation.R$id: int title +io.reactivex.Observable: io.reactivex.Observable buffer(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,int,java.util.concurrent.Callable,boolean) +wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_dialogTitle +com.tencent.bugly.crashreport.crash.b: com.tencent.bugly.proguard.p d +com.google.android.material.R$anim: int abc_slide_in_bottom +wangdaye.com.geometricweather.R$styleable: int SwitchImageButton_drawable_res_off +com.turingtechnologies.materialscrollbar.TouchScrollBar: boolean getHide() +androidx.preference.R$styleable: int AppCompatTheme_ratingBarStyleIndicator +com.jaredrummler.android.colorpicker.R$layout: int cpv_color_item_circle +androidx.legacy.coreutils.R$id: int blocking +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ButtonBar +androidx.lifecycle.ProcessLifecycleOwnerInitializer: int update(android.net.Uri,android.content.ContentValues,java.lang.String,java.lang.String[]) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_editTextColor +cyanogenmod.externalviews.IExternalViewProvider$Stub: android.os.IBinder asBinder() +com.google.android.material.R$styleable: int[] FontFamily +android.didikee.donate.R$styleable: int AppCompatTheme_editTextBackground +com.google.android.material.slider.BaseSlider: BaseSlider(android.content.Context) +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: boolean requestDismiss() +androidx.preference.R$style: int Theme_AppCompat_DayNight +androidx.activity.OnBackPressedDispatcher$LifecycleOnBackPressedCancellable +james.adaptiveicon.R$styleable: int AlertDialog_android_layout +com.jaredrummler.android.colorpicker.R$attr: int actionModePopupWindowStyle +org.greenrobot.greendao.DaoException: DaoException(java.lang.String) +wangdaye.com.geometricweather.R$dimen: int share_view_height +android.didikee.donate.R$attr: int textColorSearchUrl +wangdaye.com.geometricweather.R$styleable: int SwitchPreference_summaryOff +androidx.hilt.work.R$id: int normal +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: void onAttachedToWindow() +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_logoDescription +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_lastHorizontalBias +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$1: void run() +io.reactivex.disposables.ReferenceDisposable: void onDisposed(java.lang.Object) +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.util.List forecast +com.github.rahatarmanahmed.cpv.R$dimen: int cpv_default_thickness +androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy +com.google.android.material.R$dimen: int cardview_default_radius +wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Type +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property RealFeelTemperature +com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose: com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose valueOf(java.lang.String) +wangdaye.com.geometricweather.R$layout: int test_toolbar_surface +wangdaye.com.geometricweather.R$styleable: int AlertDialog_listLayout +cyanogenmod.app.PartnerInterface: void shutdownDevice() +com.turingtechnologies.materialscrollbar.R$attr: int stackFromEnd +com.google.android.material.R$style: int Base_Theme_AppCompat_Dialog_MinWidth +wangdaye.com.geometricweather.R$styleable: int Preference_dependency +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric Metric +io.reactivex.Observable: io.reactivex.Observable skipLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +cyanogenmod.hardware.ICMHardwareService: int getNumGammaControls() +androidx.preference.R$styleable: int AlertDialog_listLayout +androidx.constraintlayout.widget.R$style: int Base_AlertDialog_AppCompat +retrofit2.http.HTTP: java.lang.String method() +james.adaptiveicon.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 +com.tencent.bugly.BuglyStrategy$a: int MAX_USERDATA_KEY_LENGTH +com.tencent.bugly.crashreport.crash.CrashDetailBean: byte[] T +james.adaptiveicon.R$color: int secondary_text_default_material_light +james.adaptiveicon.R$anim: int abc_fade_in +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_ctd +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonStyle +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_creator +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_editTextStyle +com.google.android.material.R$styleable: int AppCompatTheme_activityChooserViewStyle +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_checkBoxPreferenceStyle +cyanogenmod.alarmclock.ClockContract$InstancesColumns: int SNOOZE_STATE +cyanogenmod.app.ILiveLockScreenManagerProvider: void cancelLiveLockScreen(java.lang.String,int,int) +james.adaptiveicon.R$id: int line3 +org.greenrobot.greendao.AbstractDao: void deleteByKeyInTx(java.lang.Object[]) +wangdaye.com.geometricweather.R$string: int cpv_default_title +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Title_Inverse +wangdaye.com.geometricweather.R$id: int text_input_error_icon +androidx.viewpager.widget.ViewPager: void setAdapter(androidx.viewpager.widget.PagerAdapter) +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_star_black_16dp +james.adaptiveicon.R$drawable: int abc_btn_colored_material +com.bumptech.glide.integration.okhttp.R$style: int Widget_Compat_NotificationActionContainer +james.adaptiveicon.R$style: int Widget_AppCompat_Button_Borderless_Colored +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ProgressBar_Horizontal +com.google.android.material.bottomnavigation.BottomNavigationView: BottomNavigationView(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getDaytimeWeatherPhase() +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintDimensionRatio +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_pathMotionArc +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHeight_default +wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Id +wangdaye.com.geometricweather.R$attr: int windowMinWidthMinor +com.google.android.gms.dynamic.RemoteCreator$RemoteCreatorException: RemoteCreator$RemoteCreatorException(java.lang.String,java.lang.Throwable) +cyanogenmod.themes.ThemeChangeRequest: ThemeChangeRequest(java.util.Map,java.util.Map,cyanogenmod.themes.ThemeChangeRequest$RequestType,long,cyanogenmod.themes.ThemeChangeRequest$1) +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.internal.util.ErrorMode errorMode +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void onNext(java.lang.Object) +androidx.core.view.ViewCompat$1: ViewCompat$1(androidx.core.view.OnApplyWindowInsetsListener) +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small +wangdaye.com.geometricweather.R$attr: int switchStyle +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.Precipitation precipitation +androidx.lifecycle.ReportFragment: void injectIfNeededIn(android.app.Activity) +okio.Timeout: boolean hasDeadline +okhttp3.internal.ws.WebSocketReader$FrameCallback: void onReadPing(okio.ByteString) +wangdaye.com.geometricweather.R$attr: int colorControlActivated +cyanogenmod.library.R: R() +androidx.appcompat.R$drawable: int abc_ic_menu_cut_mtrl_alpha +james.adaptiveicon.R$style: int Base_V22_Theme_AppCompat +androidx.appcompat.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator +com.google.android.material.R$color: int design_default_color_primary_variant +com.google.android.material.R$dimen: int mtrl_extended_fab_disabled_elevation +com.google.android.material.R$style: int Base_V21_Theme_AppCompat +com.github.rahatarmanahmed.cpv.CircularProgressView: CircularProgressView(android.content.Context) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial Imperial +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: AccuMinuteResult$IntervalsBean() +androidx.appcompat.R$drawable: int notification_bg_normal +androidx.preference.R$styleable: int Fragment_android_name +com.google.android.material.R$style: int Base_Widget_AppCompat_ProgressBar +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView: AbsChartItemView(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Metric Metric +wangdaye.com.geometricweather.R$string: int settings_language +androidx.appcompat.R$attr: int barLength +com.google.android.material.R$attr: int collapsedTitleGravity +androidx.appcompat.widget.SwitchCompat: SwitchCompat(android.content.Context) +io.reactivex.internal.disposables.DisposableHelper: io.reactivex.internal.disposables.DisposableHelper valueOf(java.lang.String) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputEditText_FilledBox_Dense +retrofit2.OkHttpCall$ExceptionCatchingResponseBody$1 +com.google.android.material.R$style: int Widget_AppCompat_DropDownItem_Spinner +wangdaye.com.geometricweather.R$attr: int backgroundInsetBottom +android.didikee.donate.R$id: int ifRoom +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView +androidx.preference.R$styleable: int Toolbar_menu +androidx.activity.R$id: int line1 +io.reactivex.Observable: io.reactivex.Observable merge(io.reactivex.ObservableSource) +androidx.preference.R$attr: int background +androidx.recyclerview.R$style: int Widget_Compat_NotificationActionText +com.google.android.material.R$styleable: int Layout_layout_constraintTop_toBottomOf +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_section_text_color +androidx.appcompat.R$style: int Widget_AppCompat_ButtonBar +james.adaptiveicon.R$id: int notification_main_column_container +com.google.android.material.appbar.AppBarLayout: void setOrientation(int) +wangdaye.com.geometricweather.R$string: int about_retrofit +com.amap.api.location.UmidtokenInfo: com.amap.api.location.AMapLocationClient d +com.amap.api.location.AMapLocation: java.lang.String b +androidx.appcompat.R$id: int unchecked +cyanogenmod.app.suggest.IAppSuggestManager$Stub: int TRANSACTION_handles_0 +androidx.viewpager2.R$styleable: int[] GradientColor +androidx.dynamicanimation.R$styleable: int GradientColor_android_centerX +com.jaredrummler.android.colorpicker.R$color: int abc_primary_text_disable_only_material_light +com.tencent.bugly.crashreport.biz.a: java.util.List a(java.lang.String) +com.jaredrummler.android.colorpicker.R$attr: int actionMenuTextAppearance +com.google.android.material.R$drawable: int btn_checkbox_unchecked_mtrl +wangdaye.com.geometricweather.R$drawable +androidx.preference.R$style: int Platform_Widget_AppCompat_Spinner +wangdaye.com.geometricweather.R$drawable: int selectable_ripple +james.adaptiveicon.R$attr: R$attr() +cyanogenmod.providers.CMSettings$NameValueCache: java.lang.String mCallGetCommand +com.google.android.gms.location.LocationSettingsStates +androidx.appcompat.widget.AppCompatTextView: void setPrecomputedText(androidx.core.text.PrecomputedTextCompat) +james.adaptiveicon.R$styleable: int FontFamily_fontProviderPackage +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: void onError(java.lang.Throwable) +okhttp3.internal.http.RealInterceptorChain: okhttp3.Response proceed(okhttp3.Request,okhttp3.internal.connection.StreamAllocation,okhttp3.internal.http.HttpCodec,okhttp3.internal.connection.RealConnection) +com.google.android.material.R$styleable: int ActionBar_elevation +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarStyle +androidx.dynamicanimation.R$dimen: int notification_action_icon_size +wangdaye.com.geometricweather.R$attr: int bsb_bubble_text_color +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorIconTint +cyanogenmod.providers.CMSettings$System: java.lang.String SYS_PROP_CM_SETTING_VERSION +com.tencent.bugly.proguard.r: int b +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle +androidx.loader.R$id: int action_container +androidx.constraintlayout.widget.R$attr: int pathMotionArc +com.google.android.material.chip.Chip: void setCloseIconHovered(boolean) +com.jaredrummler.android.colorpicker.R$id: int regular +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void onNext(java.lang.Object) +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver +androidx.dynamicanimation.R$integer: int status_bar_notification_info_maxnum +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge +androidx.constraintlayout.widget.R$attr: int colorButtonNormal +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: java.lang.String LongPhrase +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: java.lang.String messageShort +com.google.android.material.R$styleable: int Constraint_android_rotationY +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_letter_spacing +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getO3() +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: boolean isEntityUpdateable() +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: io.reactivex.internal.util.AtomicThrowable error +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.Property[] getProperties() +com.google.android.material.R$style: int Animation_AppCompat_Dialog +com.turingtechnologies.materialscrollbar.R$attr: int counterMaxLength +androidx.constraintlayout.widget.R$attr: int duration +james.adaptiveicon.R$color: int button_material_dark +cyanogenmod.themes.ThemeManager: cyanogenmod.themes.ThemeChangeRequest$RequestType getLastThemeChangeRequestType() +androidx.vectordrawable.R$style: int TextAppearance_Compat_Notification_Line2 +androidx.activity.R$id: int action_container +io.reactivex.internal.subscriptions.BasicIntQueueSubscription: boolean isEmpty() +com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_buttonIconDimen +com.google.android.material.appbar.AppBarLayout: int getTotalScrollRange() +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_autoSizeStepGranularity +com.google.android.material.internal.CheckableImageButton$SavedState +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: java.lang.String getAddress() +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_SearchView_ActionBar +androidx.lifecycle.ProcessLifecycleOwner: java.lang.Runnable mDelayedPauseRunnable +com.google.android.material.R$string: int abc_menu_sym_shortcut_label +androidx.appcompat.R$attr: int voiceIcon +wangdaye.com.geometricweather.R$drawable: int widget_card_dark_0 +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Body2 +com.tencent.bugly.proguard.ar: void a(com.tencent.bugly.proguard.j) +okhttp3.internal.ws.RealWebSocket: void failWebSocket(java.lang.Exception,okhttp3.Response) +wangdaye.com.geometricweather.R$id: int container_main_sun_moon_phaseText +okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder maxStale(int,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List wuran +wangdaye.com.geometricweather.R$color: int primary_text_default_material_dark +com.turingtechnologies.materialscrollbar.R$anim: int design_snackbar_in +com.jaredrummler.android.colorpicker.R$attr: int preferenceFragmentStyle +androidx.appcompat.widget.ActivityChooserView: void setInitialActivityCount(int) +cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_SHOW_BATTERY_PERCENT +james.adaptiveicon.R$style: int Widget_AppCompat_ActionButton_CloseMode +androidx.appcompat.R$styleable: int ViewBackgroundHelper_backgroundTint +james.adaptiveicon.R$styleable: int DrawerArrowToggle_thickness +cyanogenmod.providers.CMSettings$System: java.lang.String SHOW_ALARM_ICON +okhttp3.Cache$CacheResponseBody$1: okhttp3.internal.cache.DiskLruCache$Snapshot val$snapshot +androidx.coordinatorlayout.R$layout: int notification_template_custom_big +androidx.lifecycle.extensions.R$styleable: int[] GradientColor +com.google.android.material.R$color: int mtrl_tabs_icon_color_selector +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text +com.xw.repo.bubbleseekbar.R$layout: int abc_screen_simple +androidx.appcompat.R$layout: R$layout() +cyanogenmod.alarmclock.ClockContract$CitiesColumns: java.lang.String TIMEZONE_OFFSET +wangdaye.com.geometricweather.R$style: int Platform_V25_AppCompat_Light +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceTheme +cyanogenmod.weather.util.WeatherUtils: boolean isValidTempUnit(int) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$RainForecast: int rain +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceListItem +wangdaye.com.geometricweather.remoteviews.config.WeekWidgetConfigActivity +james.adaptiveicon.R$color: int material_grey_900 +androidx.appcompat.R$styleable: int AppCompatTextView_drawableTintMode +wangdaye.com.geometricweather.R$color: int colorLevel_1 +james.adaptiveicon.R$styleable: int PopupWindowBackgroundState_state_above_anchor +com.google.gson.internal.$Gson$Types$WildcardTypeImpl: $Gson$Types$WildcardTypeImpl(java.lang.reflect.Type[],java.lang.reflect.Type[]) +io.reactivex.internal.util.EmptyComponent: org.reactivestreams.Subscriber asSubscriber() +wangdaye.com.geometricweather.R$attr: int endIconTintMode +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem +com.xw.repo.bubbleseekbar.R$layout: int abc_alert_dialog_title_material +com.google.android.material.R$styleable: int AppBarLayout_android_touchscreenBlocksFocus +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleTextColor +wangdaye.com.geometricweather.R$dimen: int abc_text_size_medium_material +androidx.viewpager2.R$id: int async +com.xw.repo.bubbleseekbar.R$styleable: int View_paddingStart +com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_endColor +com.jaredrummler.android.colorpicker.R$styleable: int[] StateListDrawable +com.google.android.material.R$attr: int scrimVisibleHeightTrigger +okhttp3.CertificatePinner: java.util.Set pins +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setRainPrecipitationProbability(java.lang.Float) +androidx.preference.R$styleable: int TextAppearance_fontFamily +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Weather +androidx.constraintlayout.widget.R$styleable: int MockView_mock_showDiagonals +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy +wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date date +okio.BufferedSource: java.lang.String readUtf8LineStrict() +com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemTextAppearanceInactive +wangdaye.com.geometricweather.R$styleable: int AppBarLayoutStates_state_liftable +androidx.viewpager.R$drawable: int notification_bg_normal +com.google.android.material.button.MaterialButtonToggleGroup: int getCheckedButtonId() +com.google.android.material.chip.Chip: float getChipStartPadding() +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_showDividers +android.didikee.donate.R$styleable: int AppCompatTheme_actionModeSplitBackground +wangdaye.com.geometricweather.R$id: int item_about_header_appVersion +wangdaye.com.geometricweather.R$string: int email +android.didikee.donate.R$drawable: int abc_list_longpressed_holo +com.google.android.material.R$attr +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_placeholder_placeholder_emptyVisibility +org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.rx.RxTransaction rxTxIo +androidx.constraintlayout.widget.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_1 +com.google.android.material.R$attr: int tabSelectedTextColor +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_translationZ +com.google.android.material.R$dimen: int abc_dialog_min_width_major +io.reactivex.Observable: io.reactivex.Observable distinctUntilChanged(io.reactivex.functions.BiPredicate) +cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: void cancelOngoingRequests() +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Spinner_Underlined +com.google.android.material.R$styleable: int KeyTimeCycle_android_rotationY +com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleMarginEnd(int) +wangdaye.com.geometricweather.R$attr: int actionMenuTextAppearance +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge +cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType THEME_REMOVED +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintGuide_percent +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property GrassDescription +okhttp3.internal.tls.BasicCertificateChainCleaner: int MAX_SIGNERS +okio.Buffer: okio.Segment writableSegment(int) +android.didikee.donate.R$anim: int abc_slide_in_bottom +androidx.dynamicanimation.R$id: int line3 +com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.reflect.Type[] getActualTypeArguments() +androidx.constraintlayout.widget.R$layout: int abc_cascading_menu_item_layout +com.google.android.material.chip.Chip: void setChipBackgroundColor(android.content.res.ColorStateList) +wangdaye.com.geometricweather.daily.DailyWeatherActivity: DailyWeatherActivity() +wangdaye.com.geometricweather.R$attr: int actionLayout +retrofit2.HttpServiceMethod$SuspendForBody: retrofit2.CallAdapter callAdapter +okio.Buffer$UnsafeCursor: byte[] data +cyanogenmod.weather.WeatherInfo: double access$402(cyanogenmod.weather.WeatherInfo,double) +com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter: void onModeChanged(boolean) +cyanogenmod.app.CustomTileListenerService: cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper mWrapper +io.reactivex.internal.operators.observable.ObservableGroupBy$State: long serialVersionUID +com.google.android.material.R$styleable: int TextInputLayout_prefixTextAppearance +com.bumptech.glide.module.LibraryGlideModule: LibraryGlideModule() +james.adaptiveicon.R$drawable: int abc_ic_menu_overflow_material +com.google.android.material.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_endIconTintMode +org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database getEncryptedReadableDb(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int IceProbability +com.google.android.material.R$id: int sin +com.turingtechnologies.materialscrollbar.R$layout: int mtrl_layout_snackbar +com.google.android.material.chip.Chip: float getTextEndPadding() +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWeatherCode +androidx.preference.R$styleable: int RecyclerView_android_orientation +okhttp3.RequestBody$1 +io.reactivex.internal.subscriptions.SubscriptionArbiter: void produced(long) +com.tencent.bugly.crashreport.common.info.b: b() +com.xw.repo.bubbleseekbar.R$attr: int spinnerStyle +wangdaye.com.geometricweather.R$drawable: int abc_ic_star_half_black_36dp +androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_PAUSE +wangdaye.com.geometricweather.R$id: int widget_week_weather +androidx.legacy.coreutils.R$styleable: int FontFamilyFont_font +com.google.android.material.bottomnavigation.BottomNavigationView +androidx.appcompat.R$string: int abc_activitychooserview_choose_application +com.bumptech.glide.integration.okhttp.R$styleable: int[] ColorStateListItem +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query +androidx.fragment.R$style +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleMarginStart +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric: int UnitType +com.xw.repo.bubbleseekbar.R$attr: int firstBaselineToTopHeight +wangdaye.com.geometricweather.R$bool: int enable_system_foreground_service_default +com.xw.repo.bubbleseekbar.R$id: int left +cyanogenmod.providers.CMSettings$System: java.lang.String NAV_BUTTONS +cyanogenmod.app.suggest.IAppSuggestManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_statusBarBackground +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.util.Date getDate() +com.xw.repo.bubbleseekbar.R$dimen: int disabled_alpha_material_light +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String FONT_URI +com.google.android.material.textfield.TextInputLayout: android.graphics.drawable.Drawable getPasswordVisibilityToggleDrawable() +com.tencent.bugly.crashreport.biz.b: long e() +wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: java.lang.Integer getAngle() +wangdaye.com.geometricweather.R$attr: int paddingEnd +com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox +okhttp3.internal.tls.DistinguishedNameParser: int length +com.google.android.material.R$attr: int fontVariationSettings +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeThunderstormPrecipitationDuration +androidx.appcompat.R$drawable: int notification_action_background +androidx.viewpager2.R$dimen: int notification_large_icon_height +cyanogenmod.app.ICustomTileListener$Stub: int TRANSACTION_onCustomTileRemoved +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Metric +wangdaye.com.geometricweather.R$drawable: int weather_haze_1 +androidx.fragment.app.FragmentManager: void removeOnBackStackChangedListener(androidx.fragment.app.FragmentManager$OnBackStackChangedListener) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeSnowPrecipitationDuration +wangdaye.com.geometricweather.R$styleable: int ActionBar_popupTheme +com.google.android.material.navigation.NavigationView: void setItemBackground(android.graphics.drawable.Drawable) +android.didikee.donate.R$styleable: int ActionBar_itemPadding +androidx.preference.R$styleable: int GradientColor_android_type +androidx.customview.R$styleable: int GradientColor_android_startY +androidx.constraintlayout.widget.R$dimen: int abc_dropdownitem_icon_width +androidx.viewpager.widget.ViewPager$SavedState: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$styleable: int ClockHandView_materialCircleRadius +com.baidu.location.e.h$b: com.baidu.location.e.h$b valueOf(java.lang.String) +androidx.appcompat.R$layout: int select_dialog_item_material +androidx.viewpager.R$drawable: R$drawable() +okhttp3.internal.http.HttpHeaders: java.lang.String repeat(char,int) +okhttp3.internal.http1.Http1Codec$FixedLengthSource: long read(okio.Buffer,long) +cyanogenmod.app.CustomTile +android.support.v4.app.INotificationSideChannel$Stub$Proxy: void notify(java.lang.String,int,java.lang.String,android.app.Notification) +com.google.android.material.R$styleable: int AppCompatTextView_autoSizePresetSizes +android.didikee.donate.R$style: int Base_Widget_AppCompat_Spinner +com.tencent.bugly.proguard.al: java.util.ArrayList a +androidx.hilt.work.R$dimen +james.adaptiveicon.R$dimen: int abc_progress_bar_height_material +androidx.preference.R$drawable: int abc_list_selector_background_transition_holo_light +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX() +cyanogenmod.externalviews.KeyguardExternalView: java.lang.String EXTRA_PERMISSION_LIST +wangdaye.com.geometricweather.common.basic.models.weather.Alert: int color +james.adaptiveicon.R$style: int Platform_V21_AppCompat +androidx.legacy.coreutils.R$styleable: int[] FontFamilyFont +com.google.android.material.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTitleTextStyle +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_horizontalGap +androidx.loader.R$id: int right_icon +wangdaye.com.geometricweather.R$styleable: int Preference_iconSpaceReserved +com.google.android.material.R$styleable: int SwitchCompat_android_textOn +com.jaredrummler.android.colorpicker.R$layout: int expand_button +okhttp3.logging.HttpLoggingInterceptor$Logger: okhttp3.logging.HttpLoggingInterceptor$Logger DEFAULT +com.google.android.material.R$attr: int backgroundInsetTop +androidx.appcompat.R$drawable: int notification_template_icon_bg +androidx.legacy.coreutils.R$attr: int fontProviderPackage +androidx.appcompat.R$styleable: int Toolbar_contentInsetLeft +retrofit2.Platform$Android$MainThreadExecutor: Platform$Android$MainThreadExecutor() +androidx.recyclerview.R$id: int accessibility_custom_action_15 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: java.lang.String zh_CN +cyanogenmod.app.CMTelephonyManager: android.content.Context mContext +wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: HistoryEntityDao$Properties() +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_overflow_padding_end_material +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_spinnerStyle +android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionBar +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: void cancel() +androidx.lifecycle.ProcessLifecycleOwner$3: void onActivityPaused(android.app.Activity) +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: org.reactivestreams.Subscription upstream +androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType valueOf(java.lang.String) +io.reactivex.Observable: io.reactivex.Observable onExceptionResumeNext(io.reactivex.ObservableSource) +okhttp3.internal.connection.StreamAllocation: boolean reportedAcquired +androidx.preference.R$drawable: int abc_btn_radio_material +androidx.activity.R$styleable: int GradientColorItem_android_offset +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamily_fontProviderCerts +com.amap.api.fence.PoiItem: void setAdname(java.lang.String) +cyanogenmod.weatherservice.IWeatherProviderService: void processCityNameLookupRequest(cyanogenmod.weather.RequestInfo) +wangdaye.com.geometricweather.R$id: int widget_day_week_week_3 +androidx.constraintlayout.widget.R$attr: int toolbarStyle +okhttp3.internal.http.HttpHeaders: boolean hasVaryAll(okhttp3.Response) +okhttp3.Cache: int writeAbortCount +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float rain3h +com.google.android.material.tabs.TabLayout: void setTabGravity(int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric: double Value +okhttp3.internal.cache.FaultHidingSink: FaultHidingSink(okio.Sink) +cyanogenmod.hardware.ThermalListenerCallback +androidx.vectordrawable.animated.R$color +com.google.android.material.R$id: int accessibility_custom_action_3 +wangdaye.com.geometricweather.R$styleable: int SearchView_goIcon +wangdaye.com.geometricweather.R$styleable: int Toolbar_title +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Metric Metric +com.jaredrummler.android.colorpicker.R$string: int v7_preference_on +io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection +okhttp3.HttpUrl$Builder: java.lang.String INVALID_HOST +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean appendLogToNative(java.lang.String,java.lang.String,java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial: java.lang.String Unit +com.google.android.material.card.MaterialCardView: android.graphics.drawable.Drawable getCheckedIcon() +androidx.hilt.R$styleable: int Fragment_android_id +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem +androidx.work.impl.utils.futures.DirectExecutor +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeSnowPrecipitation(java.lang.Float) +com.amap.api.location.AMapLocationQualityReport: int d +com.google.android.material.R$attr: int logo +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver(io.reactivex.Observer,io.reactivex.functions.Function,boolean) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Chip_Entry +com.turingtechnologies.materialscrollbar.R$attr: int itemIconSize +wangdaye.com.geometricweather.db.entities.HourlyEntity: boolean daylight +okio.RealBufferedSink: okio.BufferedSink writeUtf8(java.lang.String) +cyanogenmod.app.ThemeVersion$ComponentVersion: int currentVersion +com.google.android.material.textfield.TextInputLayout: android.graphics.drawable.Drawable getErrorIconDrawable() +androidx.preference.R$attr: int statusBarBackground +android.didikee.donate.R$styleable: int AppCompatTheme_alertDialogCenterButtons +com.tencent.bugly.proguard.w: com.tencent.bugly.proguard.w b +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: int START +wangdaye.com.geometricweather.R$id: int clip_vertical +wangdaye.com.geometricweather.R$id: int container_main_footer_title +okhttp3.internal.connection.RealConnection: okhttp3.Protocol protocol() +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_contentDescription +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorPrimary +com.google.android.material.R$styleable: int TextInputLayout_passwordToggleEnabled +james.adaptiveicon.R$color: int abc_search_url_text +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX getWind() +androidx.drawerlayout.R$attr: int fontWeight +okhttp3.HttpUrl: java.util.Set queryParameterNames() +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_text +wangdaye.com.geometricweather.R$attr: int voiceIcon +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_CompactMenu +wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: CaiYunMainlyResult$AlertsBean$DefenseBean() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setModifyInHour(boolean) +com.xw.repo.bubbleseekbar.R$attr: int subMenuArrow +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: long dt +io.reactivex.Observable: io.reactivex.Completable concatMapCompletableDelayError(io.reactivex.functions.Function) +com.xw.repo.bubbleseekbar.R$attr: int imageButtonStyle +androidx.constraintlayout.widget.R$styleable: int MotionScene_layoutDuringTransition +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: io.reactivex.Observer downstream +androidx.appcompat.R$bool: int abc_allow_stacked_button_bar +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light_Dialog_MinWidth +wangdaye.com.geometricweather.R$styleable: int ActionMenuItemView_android_minWidth +wangdaye.com.geometricweather.R$string: int wind_0 +androidx.lifecycle.SavedStateHandleController: SavedStateHandleController(java.lang.String,androidx.lifecycle.SavedStateHandle) +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_11 +androidx.constraintlayout.widget.R$drawable: int btn_checkbox_checked_mtrl +com.tencent.bugly.crashreport.CrashReport: java.lang.String getAppVer() +com.google.android.material.R$string: int mtrl_exceed_max_badge_number_content_description +androidx.appcompat.R$attr: int fontVariationSettings +com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType[] $VALUES +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_lastHorizontalBias +androidx.constraintlayout.widget.R$attr: int lastBaselineToBottomHeight +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: boolean delayErrors +com.google.android.material.slider.BaseSlider: void setThumbTintList(android.content.res.ColorStateList) +androidx.appcompat.resources.R$styleable: int FontFamily_fontProviderQuery +wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_seekBarIncrement +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeDegreeDayTemperature() +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_editTextStyle +com.tencent.bugly.proguard.h: h(java.lang.StringBuilder,int) +com.google.android.material.card.MaterialCardView: int getContentPaddingRight() +james.adaptiveicon.R$styleable: int LinearLayoutCompat_measureWithLargestChild +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_orientation +okhttp3.internal.platform.OptionalMethod: OptionalMethod(java.lang.Class,java.lang.String,java.lang.Class[]) +com.turingtechnologies.materialscrollbar.R$attr: int iconifiedByDefault +com.google.android.material.appbar.AppBarLayout: int getLiftOnScrollTargetViewId() +androidx.recyclerview.R$style: int TextAppearance_Compat_Notification_Info +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_registerChangeListener +wangdaye.com.geometricweather.R$attr: int closeIconVisible +com.jaredrummler.android.colorpicker.R$id: int action_menu_divider +androidx.appcompat.R$styleable: int AppCompatTextHelper_android_drawableRight +com.google.android.material.R$style: int Widget_MaterialComponents_BottomNavigationView +androidx.appcompat.R$styleable: int ActionMode_closeItemLayout +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: boolean done +okhttp3.internal.http.HttpDate: java.lang.String format(java.util.Date) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_lastVerticalStyle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric: AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric() +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_SeekBar_Discrete +wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_title +com.jaredrummler.android.colorpicker.R$drawable: int abc_action_bar_item_background_material +com.google.android.material.R$styleable: int Constraint_android_alpha +wangdaye.com.geometricweather.R$attr: int listPreferredItemPaddingLeft +wangdaye.com.geometricweather.R$attr: int colorOnSecondary +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.util.concurrent.atomic.AtomicReference error +androidx.preference.R$styleable: int MenuGroup_android_id +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: int Severity +com.google.android.material.R$drawable: int abc_list_pressed_holo_dark +cyanogenmod.providers.CMSettings$System: long getLongForUser(android.content.ContentResolver,java.lang.String,int) +com.google.android.material.R$attr: int lineSpacing +androidx.constraintlayout.widget.R$id: int action_bar +wangdaye.com.geometricweather.R$drawable: int weather_snow +androidx.recyclerview.R$id: int accessibility_custom_action_2 +okio.BufferedSink: okio.BufferedSink writeUtf8CodePoint(int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: java.lang.String from +wangdaye.com.geometricweather.R$attr: int maxWidth +androidx.preference.R$style: int Theme_AppCompat_Dialog_MinWidth wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2 -james.adaptiveicon.R$styleable: int LinearLayoutCompat_divider -wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_box_stroke_width_focused -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Float totalPrecipitation24h -androidx.coordinatorlayout.R$id: int dialog_button -cyanogenmod.hardware.CMHardwareManager: boolean isSunlightEnhancementSelfManaged() -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.util.Date date -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_RatingBar_Indicator -wangdaye.com.geometricweather.R$attr: int thumbColor -wangdaye.com.geometricweather.R$animator: int weather_partly_cloudy_day_2 -androidx.preference.R$color: int primary_text_default_material_dark -android.didikee.donate.R$drawable: int abc_ic_star_half_black_48dp -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionDropDownStyle -wangdaye.com.geometricweather.R$drawable: int notif_temp_14 -com.jaredrummler.android.colorpicker.R$style: int Preference_SeekBarPreference -wangdaye.com.geometricweather.R$attr: int contrast -okhttp3.internal.http2.Http2Stream$FramingSource: void updateConnectionFlowControl(long) -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity -okhttp3.internal.http2.Hpack$Writer: int SETTINGS_HEADER_TABLE_SIZE -wangdaye.com.geometricweather.R$styleable: int ChipGroup_selectionRequired -wangdaye.com.geometricweather.R$id: int dragStart -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActivityChooserView -wangdaye.com.geometricweather.R$string: int key_notification_style -androidx.lifecycle.MethodCallsLogger: java.util.Map mCalledMethods -wangdaye.com.geometricweather.R$string: int settings_notification_hide_icon_off -com.google.android.material.R$anim: R$anim() -androidx.constraintlayout.widget.R$styleable: int[] ImageFilterView -com.turingtechnologies.materialscrollbar.R$dimen: int abc_search_view_preferred_height -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean dispatchTrackballEvent(android.view.MotionEvent) -com.google.android.material.R$style: int Widget_MaterialComponents_Button_TextButton -androidx.hilt.work.R$drawable: int notification_bg_low_pressed -com.google.android.material.R$color: int test_mtrl_calendar_day -okhttp3.ResponseBody$1: okhttp3.MediaType val$contentType -com.google.android.material.R$id: int material_clock_display -retrofit2.adapter.rxjava2.ResultObservable$ResultObserver -cyanogenmod.externalviews.KeyguardExternalView$3 -wangdaye.com.geometricweather.R$id: int icon_frame -com.google.android.material.R$dimen: int mtrl_calendar_navigation_bottom_padding -androidx.appcompat.resources.R$id: int forever -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial Imperial -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: java.lang.String name -com.google.android.material.R$color: int abc_btn_colored_text_material -com.tencent.bugly.crashreport.common.info.b: java.lang.String e(android.content.Context) -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType LoadAll -wangdaye.com.geometricweather.R$string: int feedback_black_text -com.google.android.material.chip.Chip: void setHideMotionSpecResource(int) -com.google.android.material.R$anim: int btn_checkbox_to_unchecked_box_inner_merged_animation -androidx.appcompat.resources.R$id: int accessibility_custom_action_12 -com.google.android.material.R$dimen: int mtrl_calendar_action_confirm_button_min_width -okio.BufferedSink: okio.BufferedSink write(okio.ByteString) -androidx.swiperefreshlayout.R$dimen: int notification_large_icon_width -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean tryEmitScalar(java.util.concurrent.Callable) -wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Tab -androidx.appcompat.R$styleable: int GradientColor_android_startY -wangdaye.com.geometricweather.R$id: int item_about_library_title -com.amap.api.location.AMapLocationQualityReport: boolean isInstalledHighDangerMockApp() -com.google.android.material.textfield.TextInputLayout: void setCounterTextAppearance(int) -android.didikee.donate.R$color: int dim_foreground_material_light -wangdaye.com.geometricweather.R$string: int settings_title_forecast_tomorrow_time -wangdaye.com.geometricweather.R$attr: int onHide -okhttp3.CertificatePinner$Pin -androidx.fragment.R$dimen: int notification_right_side_padding_top -com.turingtechnologies.materialscrollbar.R$id: int mini -cyanogenmod.alarmclock.ClockContract -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_CUSTOM_VALUES_VALIDATOR -wangdaye.com.geometricweather.R$string: int cloud_cover -okhttp3.CacheControl: boolean noCache() -androidx.preference.R$attr: int textAppearanceListItemSmall -androidx.appcompat.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView: PolylineAndHistogramView(android.content.Context) -androidx.work.R$id: int tag_accessibility_pane_title -androidx.appcompat.R$color: int background_floating_material_dark -cyanogenmod.app.CMStatusBarManager: cyanogenmod.app.CMStatusBarManager sCMStatusBarManagerInstance -android.didikee.donate.R$attr: int listMenuViewStyle -okhttp3.HttpUrl: java.lang.String toString() -androidx.recyclerview.R$id: int action_divider -androidx.constraintlayout.motion.widget.MotionLayout: void setTransitionState(android.os.Bundle) -androidx.preference.R$styleable: int AppCompatTextHelper_android_textAppearance -com.google.android.material.R$attr: int trackColorInactive -com.amap.api.location.AMapLocationClientOption: boolean g -androidx.lifecycle.ComputableLiveData$2: void run() -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.String timezone -com.google.android.material.button.MaterialButton: void setIconSize(int) -wangdaye.com.geometricweather.R$attr: int thumbTextPadding -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: java.lang.String sourceUrl -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Medium -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String STYLE_URI -wangdaye.com.geometricweather.R$color: int error_color_material_light -cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_onPause -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintTop_creator -androidx.appcompat.R$style: int Base_Widget_AppCompat_ActivityChooserView -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: int getStatus() -wangdaye.com.geometricweather.R$id: int BOTTOM_START -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_WIFI_COMBO_MARGIN_END -androidx.preference.R$styleable: int PreferenceTheme_preferenceFragmentCompatStyle -com.google.android.gms.location.LocationSettingsStates -okhttp3.internal.http1.Http1Codec$UnknownLengthSource: okhttp3.internal.http1.Http1Codec this$0 -wangdaye.com.geometricweather.R$styleable: int Layout_chainUseRtl -cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper: void onCustomTileRemoved(org.cyanogenmod.internal.statusbar.IStatusBarCustomTileHolder) -androidx.activity.ComponentActivity -okhttp3.internal.cache.DiskLruCache$Snapshot -android.didikee.donate.R$id: int scrollIndicatorDown -com.tencent.bugly.proguard.f: short a -androidx.appcompat.R$color: int abc_tint_seek_thumb -cyanogenmod.app.ProfileManager: java.lang.String[] getProfileNames() -com.jaredrummler.android.colorpicker.R$drawable: int abc_popup_background_mtrl_mult -cyanogenmod.weather.IRequestInfoListener$Stub$Proxy: void onWeatherRequestCompleted(cyanogenmod.weather.RequestInfo,int,cyanogenmod.weather.WeatherInfo) -retrofit2.CompletableFutureCallAdapterFactory: retrofit2.CallAdapter$Factory INSTANCE -retrofit2.Platform: java.lang.Object invokeDefaultMethod(java.lang.reflect.Method,java.lang.Class,java.lang.Object,java.lang.Object[]) -com.google.android.material.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar -wangdaye.com.geometricweather.R$attr: int flow_verticalBias -com.google.android.material.internal.BaselineLayout: int getBaseline() -okhttp3.internal.connection.RealConnection: void onSettings(okhttp3.internal.http2.Http2Connection) -cyanogenmod.hardware.ICMHardwareService: boolean setVibratorIntensity(int) -wangdaye.com.geometricweather.R$id: int startVertical -androidx.loader.R$styleable: int GradientColor_android_startX -com.google.android.material.chip.Chip: float getCloseIconStartPadding() -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: java.util.List getSubInformation() -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_waveOffset -androidx.vectordrawable.R$id: int action_divider -androidx.constraintlayout.widget.R$attr: int contentDescription -com.xw.repo.bubbleseekbar.R$string: int abc_activitychooserview_choose_application -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorButtonNormal -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator FORWARD_LOOKUP_PROVIDER_VALIDATOR -cyanogenmod.alarmclock.ClockContract$InstancesColumns: int SNOOZE_STATE -wangdaye.com.geometricweather.R$attr: int ratingBarStyle -com.google.android.material.R$dimen: int mtrl_snackbar_action_text_color_alpha -com.google.android.material.R$string: int mtrl_picker_range_header_only_end_selected -com.jaredrummler.android.colorpicker.R$string: int abc_capital_off -james.adaptiveicon.R$styleable: int ActionBar_contentInsetStartWithNavigation -android.didikee.donate.R$style: int Theme_AppCompat_Light_NoActionBar -com.google.android.material.R$style: int Widget_MaterialComponents_ChipGroup -wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_drawableLeft -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: io.reactivex.functions.Function mapper -com.google.android.material.R$styleable: int BottomAppBar_fabCradleVerticalOffset -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse -androidx.constraintlayout.widget.R$attr: int barLength -com.turingtechnologies.materialscrollbar.R$attr: int behavior_overlapTop -wangdaye.com.geometricweather.R$dimen: int design_tab_text_size -wangdaye.com.geometricweather.R$string: int settings_title_temperature_unit -android.didikee.donate.R$attr: int displayOptions -androidx.lifecycle.extensions.R$attr: int fontProviderQuery -com.google.android.material.R$style: int Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton -com.google.android.material.R$styleable: int SearchView_android_imeOptions -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: java.lang.Object poll() -androidx.lifecycle.ProcessLifecycleOwnerInitializer -wangdaye.com.geometricweather.R$drawable: int ic_tree -androidx.appcompat.R$integer: int config_tooltipAnimTime -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_Chip -wangdaye.com.geometricweather.R$string: int feedback_readd_location -okhttp3.CookieJar$1: CookieJar$1() -com.google.android.material.R$styleable: int[] MaterialAlertDialogTheme -androidx.appcompat.widget.AppCompatImageButton: AppCompatImageButton(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoonPhaseDescription -androidx.appcompat.widget.AppCompatCheckBox: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) -com.amap.api.fence.GeoFenceClient: void addGeoFence(java.lang.String,java.lang.String,com.amap.api.location.DPoint,float,int,java.lang.String) -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: ObservableSwitchMap$SwitchMapInnerObserver(io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver,long,int) -com.google.android.material.R$id: int line3 -cyanogenmod.providers.CMSettings$System: int getIntForUser(android.content.ContentResolver,java.lang.String,int) -james.adaptiveicon.R$id: int chronometer -okhttp3.internal.platform.Android10Platform: void configureTlsExtensions(javax.net.ssl.SSLSocket,java.lang.String,java.util.List) -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_padding_left -com.google.android.material.R$attr: int transitionDisable -wangdaye.com.geometricweather.R$drawable: int weather_clear_night_mini_xml -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void dispose() -com.amap.api.location.AMapLocation: void setNumber(java.lang.String) -com.google.android.material.R$style: int Widget_AppCompat_PopupMenu -android.didikee.donate.R$styleable: int MenuView_android_itemBackground -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_visibility -com.google.android.material.R$integer: R$integer() -cyanogenmod.app.Profile: int getExpandedDesktopMode() -wangdaye.com.geometricweather.R$transition: R$transition() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Metric: double Value -com.google.android.material.R$dimen: int abc_action_bar_stacked_max_height -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow -com.google.android.material.R$styleable: int BottomAppBar_paddingLeftSystemWindowInsets -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_body_1_material -okhttp3.internal.http2.Settings: int HEADER_TABLE_SIZE -androidx.appcompat.widget.ActivityChooserModel: void setOnChooseActivityListener(androidx.appcompat.widget.ActivityChooserModel$OnChooseActivityListener) -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light_DarkActionBar -androidx.appcompat.R$drawable: int abc_cab_background_top_mtrl_alpha -androidx.preference.R$styleable: int[] PreferenceFragment +com.google.android.material.chip.Chip: float getIconEndPadding() +androidx.loader.R$attr: int alpha +com.bumptech.glide.R$attr: int fontProviderFetchStrategy +android.didikee.donate.R$dimen: int abc_edit_text_inset_horizontal_material +com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getThumbTintList() +androidx.preference.R$id: int accessibility_custom_action_11 +androidx.constraintlayout.widget.R$attr: int contentInsetStartWithNavigation +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_VMAIL_COLOR_VALIDATOR +okhttp3.internal.ws.WebSocketReader +wangdaye.com.geometricweather.R$string: int key_text_size +cyanogenmod.weather.RequestInfo: int mTempUnit +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: long serialVersionUID +com.xw.repo.bubbleseekbar.R$attr: int tint +wangdaye.com.geometricweather.R$layout: int notification_action_tombstone +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: CaiYunMainlyResult() +androidx.lifecycle.Lifecycle: java.util.concurrent.atomic.AtomicReference mInternalScopeRef +com.bumptech.glide.integration.okhttp.R$drawable +cyanogenmod.weather.RequestInfo: int getRequestType() +androidx.constraintlayout.widget.R$id: int tag_accessibility_actions +androidx.drawerlayout.R$styleable +com.google.android.material.R$id: int container +cyanogenmod.app.CustomTile$Builder +okhttp3.internal.Util: java.lang.String[] concat(java.lang.String[],java.lang.String) +wangdaye.com.geometricweather.R$drawable: int notif_temp_104 +okhttp3.internal.http2.Http2Stream: okio.Timeout readTimeout() +com.google.android.material.R$id: int transition_scene_layoutid_cache +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Medium +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$TotalLiquid: AccuDailyResult$DailyForecasts$Day$TotalLiquid() +com.xw.repo.bubbleseekbar.R$attr: int actionBarTabBarStyle +com.google.android.material.R$integer: int abc_config_activityDefaultDur +androidx.appcompat.R$dimen: int abc_switch_padding +com.google.android.material.R$attr: int drawableRightCompat +wangdaye.com.geometricweather.R$drawable: int weather_haze_mini_dark +com.google.android.material.R$attr: int switchPadding +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: FlowableConcatMap$BaseConcatMapSubscriber(io.reactivex.functions.Function,int) +androidx.preference.R$styleable: int AppCompatTheme_windowActionModeOverlay +androidx.constraintlayout.widget.R$styleable: int ActionBar_contentInsetStartWithNavigation +wangdaye.com.geometricweather.R$layout: int mtrl_calendar_year +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String description +androidx.fragment.R$string: int status_bar_notification_info_overflow +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: void dispose() +com.tencent.bugly.crashreport.common.info.a: void c(java.lang.String) +okio.Buffer$1: java.lang.String toString() +androidx.work.ExistingPeriodicWorkPolicy: androidx.work.ExistingPeriodicWorkPolicy valueOf(java.lang.String) +androidx.loader.R$dimen: int notification_small_icon_size_as_large +okhttp3.internal.http2.Http2Writer: void writeContinuationFrames(int,long) +com.google.android.material.slider.BaseSlider: void setValueTo(float) +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Medium +com.jaredrummler.android.colorpicker.R$attr: int elevation +androidx.constraintlayout.widget.R$dimen: int abc_progress_bar_height_material +james.adaptiveicon.R$styleable: int LinearLayoutCompat_Layout_android_layout_width +com.amap.api.location.AMapLocationClientOption$1: AMapLocationClientOption$1() +com.jaredrummler.android.colorpicker.R$styleable: int[] MenuGroup +cyanogenmod.providers.CMSettings$Secure: boolean isLegacySetting(java.lang.String) +com.google.android.material.R$attr: int actionOverflowMenuStyle +com.amap.api.location.AMapLocation: void writeToParcel(android.os.Parcel,int) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_android_windowAnimationStyle +androidx.vectordrawable.R$styleable: int FontFamily_fontProviderFetchStrategy +androidx.preference.R$styleable: int SwitchPreference_android_switchTextOn +com.xw.repo.bubbleseekbar.R$id: int src_in +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getTemperature(android.content.Context,java.lang.Integer,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) +androidx.preference.R$layout: int abc_screen_content_include +androidx.appcompat.R$styleable: int AppCompatTheme_actionBarTabStyle +androidx.viewpager.R$id: R$id() +com.google.android.material.R$styleable: int ActionBar_contentInsetEnd +wangdaye.com.geometricweather.background.receiver.widget.WidgetDayProvider: WidgetDayProvider() +com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter +com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemHorizontalTranslationEnabled(boolean) +okhttp3.internal.connection.ConnectInterceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) +wangdaye.com.geometricweather.db.entities.DaoMaster$OpenHelper: DaoMaster$OpenHelper(android.content.Context,java.lang.String) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeRainPrecipitation(java.lang.Float) +okio.Okio: Okio() +com.turingtechnologies.materialscrollbar.R$color: int foreground_material_light +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.util.Date date +com.jaredrummler.android.colorpicker.R$attr: int tint +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability getPrecipitationProbability() +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void drain() +okhttp3.Response$Builder: okhttp3.Response$Builder receivedResponseAtMillis(long) +com.google.android.material.R$id: int auto +com.google.android.material.R$dimen: int mtrl_textinput_box_corner_radius_medium +androidx.viewpager.widget.ViewPager: void setPageMarginDrawable(int) +cyanogenmod.power.PerformanceManager: int PROFILE_BIAS_PERFORMANCE +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: HourlyEntityDao$Properties() +androidx.preference.R$style: int Platform_V21_AppCompat_Light +com.google.android.material.R$attr: int listChoiceIndicatorSingleAnimated +com.turingtechnologies.materialscrollbar.R$styleable: int[] MenuGroup +com.turingtechnologies.materialscrollbar.R$attr: int listPreferredItemHeight +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_tooltipForegroundColor +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeCloseDrawable +wangdaye.com.geometricweather.R$attr: int bsb_section_count +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_2 +wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date getSunSetDate() +androidx.lifecycle.LifecycleRegistry$ObserverWithState: androidx.lifecycle.Lifecycle$State mState +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode +wangdaye.com.geometricweather.common.ui.activities.AwakeUpdateActivity +androidx.constraintlayout.widget.R$layout: int abc_action_menu_layout +androidx.constraintlayout.widget.R$attr: int deriveConstraintsFrom +androidx.constraintlayout.widget.Placeholder: Placeholder(android.content.Context) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX getNames() +com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_size_normal +androidx.appcompat.R$drawable: int abc_dialog_material_background +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayoutStates_state_lifted +com.google.android.material.chip.Chip: void setBackgroundResource(int) +androidx.transition.R$layout: int notification_action +com.jaredrummler.android.colorpicker.R$attr: int fontProviderPackage +okhttp3.internal.http.RealResponseBody +androidx.recyclerview.R$dimen: int compat_button_inset_vertical_material +com.google.android.material.R$attr: int deriveConstraintsFrom +io.reactivex.internal.util.ExceptionHelper$Termination: ExceptionHelper$Termination() +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_alpha +wangdaye.com.geometricweather.R$drawable: int weather_sleet_1 +okio.ByteString: int hashCode() +androidx.appcompat.view.menu.ListMenuItemView: ListMenuItemView(android.content.Context,android.util.AttributeSet) +androidx.recyclerview.widget.RecyclerView: void removeOnChildAttachStateChangeListener(androidx.recyclerview.widget.RecyclerView$OnChildAttachStateChangeListener) +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void onNext(java.lang.Object) +androidx.appcompat.R$style: int Widget_AppCompat_RatingBar_Small +android.didikee.donate.R$style: int Animation_AppCompat_DropDownUp +cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onScreenTurnedOff() +cyanogenmod.themes.ThemeChangeRequest: long mWallpaperId +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver parent +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_toTopOf +okhttp3.Protocol: java.lang.String toString() +cyanogenmod.app.BaseLiveLockManagerService +com.tencent.bugly.proguard.z +com.google.android.material.R$styleable: int Constraint_android_rotationX +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_CompactMenu +androidx.constraintlayout.widget.R$id: int search_go_btn +androidx.preference.R$style: int Widget_AppCompat_CompoundButton_Switch +wangdaye.com.geometricweather.R$attr: int itemShapeInsetBottom +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Large_Inverse +androidx.cardview.R$color: int cardview_shadow_end_color +com.google.android.material.R$style: int Widget_AppCompat_Button_Colored +androidx.preference.R$color: R$color() +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData this$0 +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_textAllCaps +okhttp3.internal.ws.WebSocketReader$FrameCallback: void onReadMessage(okio.ByteString) +cyanogenmod.app.CustomTile$ExpandedItem: android.app.PendingIntent onClickPendingIntent +androidx.constraintlayout.widget.R$style: int Base_V7_Theme_AppCompat +wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type UV_INDEX +com.google.android.material.R$drawable: int abc_ratingbar_indicator_material +androidx.loader.R$drawable: R$drawable() +com.google.android.material.R$attr: int endIconTint +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceHeadline2 +androidx.preference.R$bool: R$bool() +wangdaye.com.geometricweather.R$id: int action_bar_title +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_summaryOn +io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: int requestFusion(int) +androidx.constraintlayout.widget.R$styleable: int ActionBar_customNavigationLayout +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWindSpeed(java.lang.Float) +com.google.android.material.R$style: int Platform_ThemeOverlay_AppCompat_Dark +com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_CollapsingToolbar +com.xw.repo.bubbleseekbar.R$styleable: int[] StateListDrawable +com.github.rahatarmanahmed.cpv.CircularProgressView: void updateBounds() +james.adaptiveicon.R$attr: int actionModeShareDrawable +wangdaye.com.geometricweather.R$id: int mtrl_card_checked_layer_id +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_NULL_SHA256 +androidx.preference.R$dimen: int tooltip_precise_anchor_threshold +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling +com.google.android.gms.location.zzo: android.os.Parcelable$Creator CREATOR +okhttp3.OkHttpClient: int connectTimeout +cyanogenmod.os.Build$CM_VERSION_CODES: int CANTALOUPE +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_TIMESTAMP +androidx.preference.R$style: int Widget_AppCompat_Light_ListView_DropDown +androidx.appcompat.R$dimen: int notification_action_icon_size +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_subhead_material +androidx.viewpager2.R$attr: int stackFromEnd +io.reactivex.observers.DisposableObserver: void onStart() +cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_isDataConnectionSelectedOnSub +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintBaseline_creator +androidx.activity.R$dimen: int notification_content_margin_start +wangdaye.com.geometricweather.R$dimen: int abc_button_inset_horizontal_material +wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date getMoonSetDate() +com.turingtechnologies.materialscrollbar.R$bool +androidx.drawerlayout.R$styleable: int FontFamilyFont_ttcIndex +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_verticalGap +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_marginTop +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableTopCompat +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup +androidx.appcompat.R$anim: int btn_checkbox_to_unchecked_check_path_merged_animation +androidx.appcompat.resources.R$styleable: int GradientColor_android_startY +okhttp3.logging.HttpLoggingInterceptor$Logger$1 +okhttp3.internal.tls.OkHostnameVerifier: int ALT_DNS_NAME +com.jaredrummler.android.colorpicker.R$attr: int barLength +cyanogenmod.themes.ThemeManager$1$2: ThemeManager$1$2(cyanogenmod.themes.ThemeManager$1,boolean) +cyanogenmod.app.Profile: cyanogenmod.profiles.StreamSettings getSettingsForStream(int) +androidx.constraintlayout.widget.ConstraintLayout: int getMaxWidth() +wangdaye.com.geometricweather.R$animator: int weather_haze_2 +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_wrapMode +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void otherComplete() +com.turingtechnologies.materialscrollbar.R$layout: int abc_select_dialog_material +com.google.android.material.slider.RangeSlider: void setMinSeparation(float) +com.xw.repo.bubbleseekbar.R$id: int icon +com.google.android.material.R$style: int AlertDialog_AppCompat_Light +wangdaye.com.geometricweather.R$dimen: int mtrl_bottomappbar_fab_cradle_vertical_offset +okhttp3.internal.connection.RouteException: RouteException(java.io.IOException) +wangdaye.com.geometricweather.R$attr: int drawableTintMode +wangdaye.com.geometricweather.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable +androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_android_fontStyle +com.google.android.material.R$styleable: int ActionBarLayout_android_layout_gravity +com.google.android.material.R$color: int mtrl_bottom_nav_colored_item_tint +androidx.preference.R$dimen: int highlight_alpha_material_colored +com.tencent.bugly.proguard.i +android.didikee.donate.R$styleable: int AppCompatTextView_drawableTintMode +androidx.hilt.lifecycle.R$styleable: int GradientColor_android_centerColor +android.didikee.donate.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal +wangdaye.com.geometricweather.R$drawable: int abc_btn_radio_material_anim +androidx.constraintlayout.widget.R$styleable: int Toolbar_navigationIcon +androidx.drawerlayout.R$styleable: int FontFamilyFont_android_fontStyle +androidx.preference.R$drawable: int abc_ratingbar_indicator_material +io.reactivex.Observable: io.reactivex.Observable generate(java.util.concurrent.Callable,io.reactivex.functions.BiConsumer) +androidx.appcompat.R$styleable: int ActionBar_subtitle +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: java.lang.String getInterfaceDescriptor() +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: java.util.concurrent.atomic.AtomicReference active +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.lang.Integer LEFT_VALUE +androidx.activity.R$dimen: int notification_action_text_size +androidx.preference.R$styleable: int Toolbar_collapseIcon +cyanogenmod.app.LiveLockScreenManager: cyanogenmod.app.ILiveLockScreenManager getService() +com.google.android.material.R$styleable: int[] GradientColor +com.tencent.bugly.proguard.z: android.content.SharedPreferences a(java.lang.String,android.content.Context) +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small +cyanogenmod.app.IProfileManager$Stub: cyanogenmod.app.IProfileManager asInterface(android.os.IBinder) +com.google.android.material.R$style: int TextAppearance_AppCompat_Large +androidx.appcompat.widget.Toolbar: java.lang.CharSequence getLogoDescription() +james.adaptiveicon.R$attr: int actionViewClass +cyanogenmod.externalviews.KeyguardExternalView$3: int val$y +io.reactivex.internal.disposables.SequentialDisposable: boolean update(io.reactivex.disposables.Disposable) +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonStyle +com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_select_handle_right_mtrl_dark +com.jaredrummler.android.colorpicker.R$attr: int preferenceScreenStyle +androidx.lifecycle.ViewModelProvider +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: boolean fused +androidx.appcompat.R$styleable: int AppCompatTheme_actionMenuTextAppearance +com.jaredrummler.android.colorpicker.R$color: int secondary_text_disabled_material_dark +cyanogenmod.app.Profile: void addProfileGroup(cyanogenmod.app.ProfileGroup) +androidx.transition.R$drawable: int notification_template_icon_bg +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamily_fontProviderAuthority +okhttp3.Request$Builder: okhttp3.Request$Builder removeHeader(java.lang.String) +com.jaredrummler.android.colorpicker.R$color: int secondary_text_default_material_light +androidx.appcompat.R$id: int title_template +wangdaye.com.geometricweather.R$id: int item_details_icon +wangdaye.com.geometricweather.R$drawable: int abc_list_pressed_holo_dark +wangdaye.com.geometricweather.R$animator: int weather_wind_1 +wangdaye.com.geometricweather.R$dimen: int abc_action_bar_content_inset_material +com.google.android.material.appbar.CollapsingToolbarLayout: CollapsingToolbarLayout(android.content.Context,android.util.AttributeSet,int) +com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_seekBarIncrement +androidx.hilt.lifecycle.R$dimen: int notification_right_icon_size +androidx.lifecycle.ViewModelProviders: androidx.lifecycle.ViewModelProvider of(androidx.fragment.app.Fragment) +io.reactivex.Observable: io.reactivex.Single toList(java.util.concurrent.Callable) +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: void testNativeCrash() +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Day_Invalid +cyanogenmod.app.LiveLockScreenInfo$Builder: int mPriority +androidx.constraintlayout.widget.R$layout: int abc_search_view +okhttp3.internal.platform.AndroidPlatform: void log(int,java.lang.String,java.lang.Throwable) +cyanogenmod.app.CMTelephonyManager: int ASK_FOR_SUBSCRIPTION_ID +okhttp3.internal.Util: java.lang.String format(java.lang.String,java.lang.Object[]) +com.google.android.material.R$animator: int design_appbar_state_list_animator +cyanogenmod.app.Profile$ProfileTrigger: int getState() +wangdaye.com.geometricweather.R$layout: int abc_action_menu_layout +wangdaye.com.geometricweather.R$array: int temperature_units_long +androidx.appcompat.R$dimen: int notification_top_pad +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String COL_VALUE +com.tencent.bugly.crashreport.common.info.a: boolean e +com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_thickness +wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: java.lang.String getUnitId() +org.greenrobot.greendao.AbstractDaoMaster: java.util.Map daoConfigMap +io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: boolean isEmpty() +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_RatingBar_Indicator com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_shapeAppearanceOverlay -androidx.preference.R$id: int info -retrofit2.KotlinExtensions$suspendAndThrow$1: java.lang.Object result -androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerViewAccessibilityDelegate getCompatAccessibilityDelegate() -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_motionProgress -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Weather: java.lang.String desc -androidx.hilt.R$drawable: int notify_panel_notification_icon_bg -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_CALL_COLOR_VALIDATOR -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_Switch -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: android.view.Window mWindow -io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy[] values() -wangdaye.com.geometricweather.R$styleable: int Motion_animate_relativeTo -androidx.viewpager2.R$integer: int status_bar_notification_info_maxnum -wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_marginStart -com.google.android.material.R$id: int sin -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_checkboxStyle -androidx.core.R$styleable: int ColorStateListItem_android_color -cyanogenmod.weather.RequestInfo: java.lang.String mKey -com.bumptech.glide.manager.SupportRequestManagerFragment: SupportRequestManagerFragment() -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintBaseline_creator -com.google.android.material.appbar.CollapsingToolbarLayout -okhttp3.internal.ws.RealWebSocket: okhttp3.internal.ws.RealWebSocket$Streams streams -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Direction: AccuDailyResult$DailyForecasts$Day$WindGust$Direction() -com.google.android.gms.dynamite.DynamiteModule$DynamiteLoaderClassLoader: DynamiteModule$DynamiteLoaderClassLoader() -com.tencent.bugly.proguard.i: long[] g(int,boolean) -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_maxElementsWrap -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_TEMPERATURE_MODE_VALIDATOR -android.didikee.donate.R$styleable: int AppCompatSeekBar_android_thumb -androidx.viewpager2.R$drawable: int notification_template_icon_bg -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_BottomSheet_Modal -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.MinutelyEntity) -wangdaye.com.geometricweather.R$id: int line1 -androidx.constraintlayout.widget.R$dimen: int abc_text_size_large_material -androidx.constraintlayout.widget.R$styleable: int GradientColorItem_android_color -androidx.drawerlayout.R$dimen: int notification_top_pad -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_tooltipForegroundColor -com.amap.api.location.AMapLocation: int c(com.amap.api.location.AMapLocation,int) -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_bias -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: java.lang.String en_US -wangdaye.com.geometricweather.R$id: int autoComplete -com.tencent.bugly.proguard.j: java.nio.ByteBuffer a() -wangdaye.com.geometricweather.R$id: int postLayout -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.String TABLENAME -com.google.android.material.R$styleable: int MaterialCardView_strokeWidth -wangdaye.com.geometricweather.R$color: int material_grey_100 -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onLockscreenSlideOffsetChanged(float) -androidx.constraintlayout.widget.R$style: int Platform_ThemeOverlay_AppCompat_Dark -com.google.android.material.R$attr: int roundPercent -com.google.android.material.R$styleable: int ConstraintSet_android_layout_marginBottom -retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter: java.lang.reflect.Type responseType() -com.xw.repo.bubbleseekbar.R$attr: int actionModePasteDrawable -wangdaye.com.geometricweather.R$style: int Preference_Information_Material -com.turingtechnologies.materialscrollbar.R$attr: int counterOverflowTextAppearance -wangdaye.com.geometricweather.R$id: int expand_activities_button -cyanogenmod.platform.R$bool -okio.BufferedSource: long indexOfElement(okio.ByteString) -com.google.android.material.R$color: int mtrl_on_primary_text_btn_text_color_selector -wangdaye.com.geometricweather.R$attr: int navigationIconColor -wangdaye.com.geometricweather.R$attr: int searchIcon -wangdaye.com.geometricweather.R$styleable: int Toolbar_titleMargins -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_118 -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: long EpochDateTime -okhttp3.internal.http2.Http2Stream$FramingSource: okio.Buffer receiveBuffer -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: boolean requestDismiss() -androidx.appcompat.resources.R$styleable: int StateListDrawable_android_enterFadeDuration -wangdaye.com.geometricweather.R$drawable: int notif_temp_41 -androidx.constraintlayout.widget.R$id: int right_side -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: io.reactivex.internal.util.AtomicThrowable errors -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean speed -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_DialogWhenLarge -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_startIconDrawable -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: java.lang.String getY() -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: io.reactivex.internal.queue.SpscLinkedArrayQueue queue -wangdaye.com.geometricweather.R$layout: int preference_list_fragment -wangdaye.com.geometricweather.R$layout: int widget_day_temp -androidx.hilt.work.R$style: R$style() -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: java.util.concurrent.atomic.AtomicReference mainDisposable +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorError +com.google.android.material.R$id: int TOP_END +wangdaye.com.geometricweather.main.MainActivityViewModel$Status: wangdaye.com.geometricweather.main.MainActivityViewModel$Status valueOf(java.lang.String) +com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight +okio.ByteString: void readObject(java.io.ObjectInputStream) +com.google.android.material.R$attr: int titleMargin +androidx.lifecycle.ClassesInfoCache: int CALL_TYPE_NO_ARG +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constrainedHeight +wangdaye.com.geometricweather.R$layout: int preference_dropdown_material +wangdaye.com.geometricweather.R$attr: int collapsedTitleGravity +io.reactivex.Observable: java.lang.Object blockingLast(java.lang.Object) +android.didikee.donate.R$styleable: int AppCompatTextView_android_textAppearance +com.jaredrummler.android.colorpicker.R$style: int Base_V28_Theme_AppCompat +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onContentChanged() +wangdaye.com.geometricweather.R$id: int activity_widget_config_custom_scrollView +okhttp3.HttpUrl: HttpUrl(okhttp3.HttpUrl$Builder) +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor +androidx.preference.R$id: int action_mode_close_button +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_body_1_material +com.google.android.material.internal.NavigationMenuItemView +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_icon +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeCloudCover(java.lang.Integer) +androidx.customview.view.AbsSavedState$1 +android.didikee.donate.R$styleable: int MenuItem_android_numericShortcut +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService this$0 +com.turingtechnologies.materialscrollbar.R$attr: int searchViewStyle +io.reactivex.internal.functions.Functions$NaturalComparator: io.reactivex.internal.functions.Functions$NaturalComparator INSTANCE +com.tencent.bugly.proguard.n: com.tencent.bugly.proguard.n a(android.content.Context) +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: ObservableRangeLong$RangeDisposable(io.reactivex.Observer,long,long) +com.google.android.material.R$styleable: int KeyCycle_waveVariesBy +io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function6) +androidx.preference.R$styleable: int Preference_selectable +androidx.coordinatorlayout.R$dimen: int notification_content_margin_start +com.jaredrummler.android.colorpicker.R$styleable: int ColorStateListItem_android_color +androidx.activity.R$styleable: int GradientColor_android_startY +androidx.preference.R$styleable: int[] SwitchPreferenceCompat +wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Object readEntity(android.database.Cursor,int) +com.tencent.bugly.proguard.u: boolean s +com.turingtechnologies.materialscrollbar.R$id: int normal +com.xw.repo.bubbleseekbar.R$attr: int buttonTintMode +io.reactivex.internal.util.HashMapSupplier: io.reactivex.internal.util.HashMapSupplier[] values() +wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: int getBackgroundColorStart() +com.turingtechnologies.materialscrollbar.R$attr: int actionOverflowMenuStyle +com.google.android.material.textfield.TextInputLayout: void setStartIconTintList(android.content.res.ColorStateList) +com.google.android.material.R$dimen: int mtrl_extended_fab_corner_radius +okhttp3.internal.connection.RealConnection: okhttp3.internal.http2.Http2Connection http2Connection +cyanogenmod.app.ILiveLockScreenManager$Stub +io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: void onNext(java.lang.Object) +io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: void onComplete() +james.adaptiveicon.R$attr: int closeIcon +wangdaye.com.geometricweather.R$id: int design_navigation_view +retrofit2.ParameterHandler$Tag +com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String A +io.reactivex.internal.subscriptions.DeferredScalarSubscription: int HAS_REQUEST_HAS_VALUE +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_subtitleTextStyle +wangdaye.com.geometricweather.R$drawable: int weather_hail_pixel +wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_mini_grey +wangdaye.com.geometricweather.R$animator: R$animator() +okhttp3.internal.cache.FaultHidingSink: void onException(java.io.IOException) +android.didikee.donate.R$attr: int divider +androidx.appcompat.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize +james.adaptiveicon.R$dimen: int abc_text_size_button_material +androidx.constraintlayout.widget.R$attr: int searchHintIcon +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: ObservableTakeUntil$TakeUntilMainObserver$OtherObserver(io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver) +okhttp3.internal.cache.DiskLruCache$2 +org.greenrobot.greendao.AbstractDao: void insertInTx(java.lang.Object[]) +okhttp3.internal.connection.StreamAllocation$StreamAllocationReference: StreamAllocation$StreamAllocationReference(okhttp3.internal.connection.StreamAllocation,java.lang.Object) +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: int getSupportedFeatures() +androidx.appcompat.widget.AppCompatButton: void setBackgroundResource(int) +cyanogenmod.providers.CMSettings$Global: float getFloatForUser(android.content.ContentResolver,java.lang.String,int) +com.google.android.gms.base.R$styleable: int SignInButton_buttonSize +io.reactivex.internal.schedulers.RxThreadFactory: int priority +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ListMenuView +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert +androidx.appcompat.R$dimen: int abc_text_size_medium_material +com.amap.api.location.AMapLocation: void setErrorCode(int) +cyanogenmod.themes.ThemeChangeRequest$1: java.lang.Object[] newArray(int) +com.google.android.material.R$styleable: int TextInputLayout_errorEnabled +com.xw.repo.bubbleseekbar.R$dimen: int abc_button_padding_horizontal_material +wangdaye.com.geometricweather.R$layout: int design_navigation_menu_item +wangdaye.com.geometricweather.R$attr: int preferenceScreenStyle +com.turingtechnologies.materialscrollbar.R$interpolator: int mtrl_fast_out_linear_in +androidx.preference.R$string: int abc_prepend_shortcut_label +wangdaye.com.geometricweather.R$drawable: int widget_week +okhttp3.HttpUrl: boolean equals(java.lang.Object) +androidx.constraintlayout.widget.R$attr: int actionOverflowMenuStyle +okhttp3.internal.ws.RealWebSocket$Close: okio.ByteString reason +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: int STATE_INACTIVE +wangdaye.com.geometricweather.R$attr: int barrierDirection +cyanogenmod.externalviews.ExternalViewProviderService: void onCreate() +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Display2 +com.amap.api.location.AMapLocation: int TRUSTED_LEVEL_HIGH +com.xw.repo.bubbleseekbar.R$id: int topPanel +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String headIconType +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric Metric +com.github.rahatarmanahmed.cpv.CircularProgressView$4: CircularProgressView$4(com.github.rahatarmanahmed.cpv.CircularProgressView) +com.xw.repo.bubbleseekbar.R$attr: int buttonBarNegativeButtonStyle +com.google.android.material.imageview.ShapeableImageView: ShapeableImageView(android.content.Context,android.util.AttributeSet) +com.amap.api.location.AMapLocationQualityReport: int getGPSStatus() +com.google.android.material.R$id: int tabMode +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge +com.google.android.material.behavior.SwipeDismissBehavior: void setListener(com.google.android.material.behavior.SwipeDismissBehavior$OnDismissListener) +androidx.vectordrawable.R$color: int ripple_material_light +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Pressure +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_android_gravity +androidx.constraintlayout.widget.R$styleable: int[] ListPopupWindow +com.google.android.material.R$interpolator +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: void subscribe(io.reactivex.ObservableSource[],int) +androidx.fragment.R$id: int notification_main_column_container +com.google.android.material.R$attr: int dragThreshold +com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_barLength +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ListView_Menu +com.xw.repo.bubbleseekbar.R$id: int search_voice_btn +okhttp3.internal.http2.Http2Stream$FramingSink: Http2Stream$FramingSink(okhttp3.internal.http2.Http2Stream) +com.google.android.material.R$attr: int title +wangdaye.com.geometricweather.R$styleable: int ActionBar_indeterminateProgressStyle +androidx.constraintlayout.widget.R$attr: int flow_firstVerticalStyle +cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator sNonNegativeIntegerValidator +io.reactivex.exceptions.CompositeException: long serialVersionUID +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: io.reactivex.functions.BiFunction resultSelector +com.google.android.material.R$drawable: int design_ic_visibility +androidx.preference.R$dimen: int abc_text_size_button_material +androidx.appcompat.widget.Toolbar: androidx.appcompat.widget.DecorToolbar getWrapper() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_tooltipForegroundColor +wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: java.lang.String postCode +com.google.android.material.R$attr: int firstBaselineToTopHeight +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: io.reactivex.internal.disposables.ArrayCompositeDisposable resources +okhttp3.internal.cache.CacheInterceptor$1: CacheInterceptor$1(okhttp3.internal.cache.CacheInterceptor,okio.BufferedSource,okhttp3.internal.cache.CacheRequest,okio.BufferedSink) +okio.RealBufferedSource: void skip(long) +cyanogenmod.themes.ThemeChangeRequest$Builder: java.util.Map mPerAppOverlays +wangdaye.com.geometricweather.R$array: int subtitle_data_values +androidx.appcompat.R$color: int abc_background_cache_hint_selector_material_light io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: void setResource(io.reactivex.disposables.Disposable) -androidx.appcompat.R$color: int switch_thumb_normal_material_light -androidx.coordinatorlayout.R$id: int end -com.jaredrummler.android.colorpicker.R$layout: int preference_information_material -com.google.android.material.circularreveal.CircularRevealLinearLayout: CircularRevealLinearLayout(android.content.Context) -io.reactivex.internal.observers.DeferredScalarDisposable: io.reactivex.Observer downstream -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$RequestType mRequestType -androidx.preference.R$drawable: int abc_ic_clear_material -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial Imperial -wangdaye.com.geometricweather.R$attr: int viewInflaterClass -android.didikee.donate.R$attr: int checkboxStyle -cyanogenmod.weather.WeatherInfo$1: cyanogenmod.weather.WeatherInfo createFromParcel(android.os.Parcel) -wangdaye.com.geometricweather.R$styleable: int PreferenceGroup_initialExpandedChildrenCount -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void registerCallback(cyanogenmod.externalviews.IKeyguardExternalViewCallbacks) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: java.lang.String getUnit() -androidx.drawerlayout.R$attr: int fontProviderFetchTimeout -cyanogenmod.hardware.ThermalListenerCallback -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceGroup_android_orderingFromXml -androidx.vectordrawable.animated.R$drawable: int notification_bg_low -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator RECENTS_SHOW_SEARCH_BAR_VALIDATOR -cyanogenmod.hardware.ICMHardwareService: boolean setDisplayGammaCalibration(int,int[]) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BLUETOOTH_ACCEPT_ALL_FILES_VALIDATOR -okhttp3.internal.platform.Platform: okhttp3.internal.tls.CertificateChainCleaner buildCertificateChainCleaner(javax.net.ssl.SSLSocketFactory) -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath -android.didikee.donate.R$attr: int navigationIcon -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintWidth_max -cyanogenmod.os.Concierge$ParcelInfo: int mParcelableSize -wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation: wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation BOTTOM -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Compat_Notification_Title -androidx.vectordrawable.animated.R$styleable -com.google.android.material.R$styleable: int OnSwipe_onTouchUp -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIconSize -com.google.android.material.R$layout: int custom_dialog -androidx.constraintlayout.widget.R$color: int material_deep_teal_200 -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: int hasRain -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode PARTLY_CLOUDY -androidx.appcompat.R$styleable: int PopupWindow_overlapAnchor -okhttp3.RealCall: boolean executed -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: java.lang.Object poll() -androidx.work.R$style: int TextAppearance_Compat_Notification -androidx.activity.R$styleable: int FontFamily_fontProviderPackage -com.google.android.material.R$dimen: int abc_control_corner_material -cyanogenmod.providers.CMSettings$Global: int getInt(android.content.ContentResolver,java.lang.String,int) -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Integer aqiIndex -com.google.android.material.R$styleable: int Layout_layout_constrainedHeight -androidx.preference.R$drawable: int abc_text_select_handle_left_mtrl_light -com.jaredrummler.android.colorpicker.R$color: int button_material_light -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight_Dialog_Alert -androidx.viewpager.widget.ViewPager: androidx.viewpager.widget.PagerAdapter getAdapter() -androidx.viewpager.R$dimen: int notification_action_text_size -okhttp3.internal.connection.RouteSelector: RouteSelector(okhttp3.Address,okhttp3.internal.connection.RouteDatabase,okhttp3.Call,okhttp3.EventListener) -android.didikee.donate.R$styleable: int AppCompatTheme_tooltipFrameBackground -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ENABLE_MWI_NOTIFICATION_VALIDATOR -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Imperial -com.bumptech.glide.integration.okhttp.R$style: int TextAppearance_Compat_Notification_Info -androidx.appcompat.R$bool -com.google.android.material.R$attr: int subtitleTextAppearance +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: boolean done +androidx.lifecycle.extensions.R$anim: int fragment_fade_enter +com.google.android.material.floatingactionbutton.FloatingActionButton: void setShowMotionSpec(com.google.android.material.animation.MotionSpec) +androidx.appcompat.R$styleable: int MenuItem_android_checked +com.jaredrummler.android.colorpicker.R$attr: int actionBarTabTextStyle +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle +com.jaredrummler.android.colorpicker.R$styleable: int CompoundButton_android_button +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: boolean isDisposed() +com.google.android.gms.common.SignInButton: void setSize(int) +wangdaye.com.geometricweather.R$id: int month_title +com.google.android.material.R$style: int Test_Widget_MaterialComponents_MaterialCalendar +wangdaye.com.geometricweather.R$attr: int titleEnabled +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Body1 +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setOnceLocation(boolean) +com.google.android.material.R$attr: int actionMenuTextColor +com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage FINISHED +android.didikee.donate.R$styleable: int AppCompatTheme_actionModePopupWindowStyle +com.google.android.material.R$style: int Platform_ThemeOverlay_AppCompat_Light +androidx.versionedparcelable.ParcelImpl: android.os.Parcelable$Creator CREATOR +org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database getEncryptedWritableDb(char[]) +com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_padding_vertical +com.google.android.material.R$attr: int listPreferredItemPaddingRight +cyanogenmod.themes.ThemeChangeRequest: ThemeChangeRequest(android.os.Parcel,cyanogenmod.themes.ThemeChangeRequest$1) +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_rotationY +wangdaye.com.geometricweather.common.basic.models.weather.Weather: wangdaye.com.geometricweather.common.basic.models.weather.Base base +com.google.android.material.R$id: int text_input_start_icon +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial: AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial() +androidx.constraintlayout.widget.R$attr: int listPreferredItemPaddingEnd +androidx.preference.R$styleable: int View_paddingEnd +wangdaye.com.geometricweather.db.entities.LocationEntity: float getLatitude() +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_goneMarginBottom +androidx.preference.R$id: int action_menu_divider +wangdaye.com.geometricweather.db.entities.LocationEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: boolean isSnow() +androidx.constraintlayout.widget.R$string: int abc_menu_ctrl_shortcut_label +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_customNavigationLayout +wangdaye.com.geometricweather.R$string: int content_desc_weather_icon_dark +wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_moonPhaseIcon +wangdaye.com.geometricweather.R$animator: int weather_sleet_3 +io.reactivex.Observable: io.reactivex.Observable delaySubscription(long,java.util.concurrent.TimeUnit) +com.jaredrummler.android.colorpicker.R$attr: int listMenuViewStyle +james.adaptiveicon.R$style: int Base_Widget_AppCompat_SearchView +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_OutlinedButton_Icon +wangdaye.com.geometricweather.R$animator: int mtrl_chip_state_list_anim +io.reactivex.internal.queue.SpscArrayQueue: boolean offer(java.lang.Object,java.lang.Object) +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: boolean hasKey(java.lang.Object) +com.tencent.bugly.crashreport.crash.anr.a +androidx.preference.R$style: int Base_V7_Widget_AppCompat_EditText +wangdaye.com.geometricweather.R$id: int activity_preview_icon_recyclerView +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating: double Value +cyanogenmod.providers.CMSettings$System: java.lang.String HIGH_TOUCH_SENSITIVITY_ENABLE +cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.RequestInfo build() +com.google.android.material.R$dimen: int tooltip_precise_anchor_extra_offset +io.reactivex.Observable: io.reactivex.Observable switchMapDelayError(io.reactivex.functions.Function,int) +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index: AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index() +james.adaptiveicon.R$id: int action_bar_root +androidx.appcompat.widget.AppCompatImageButton: void setSupportImageTintList(android.content.res.ColorStateList) +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay CARD_AIR_QUALITY +com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_centerX +androidx.constraintlayout.helper.widget.Layer: void setVisibility(int) +wangdaye.com.geometricweather.R$attr: int contentPadding +androidx.constraintlayout.widget.R$color: int background_material_light +wangdaye.com.geometricweather.R$string: int common_google_play_services_notification_ticker +com.baidu.location.LocationClientOption$LocationMode: com.baidu.location.LocationClientOption$LocationMode Hight_Accuracy +androidx.appcompat.R$color: int error_color_material_dark +androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_translationZ +androidx.lifecycle.ReflectiveGenericLifecycleObserver: java.lang.Object mWrapped +io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator parent +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() +wangdaye.com.geometricweather.R$attr: int deltaPolarRadius +androidx.lifecycle.LifecycleRegistry: int mAddingObserverCounter +com.google.android.material.R$attr: int layout_goneMarginRight +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Metric +retrofit2.OptionalConverterFactory$OptionalConverter +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Title +com.google.android.material.R$drawable: int abc_text_select_handle_middle_mtrl_dark +com.jaredrummler.android.colorpicker.R$layout: int abc_alert_dialog_material +cyanogenmod.hardware.CMHardwareManager: int VIBRATOR_MAX_INDEX +com.turingtechnologies.materialscrollbar.R$dimen: int notification_large_icon_height +com.tencent.bugly.crashreport.crash.c: boolean l +retrofit2.RequestBuilder: okhttp3.MediaType contentType +james.adaptiveicon.R$styleable: int[] PopupWindowBackgroundState +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_curveFit +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query +com.google.android.material.R$dimen: int abc_action_bar_subtitle_bottom_margin_material +com.google.android.material.internal.BaselineLayout: int getBaseline() +androidx.appcompat.widget.AppCompatImageView: AppCompatImageView(android.content.Context,android.util.AttributeSet) +com.xw.repo.bubbleseekbar.R$attr: int colorBackgroundFloating +okhttp3.CacheControl$Builder: okhttp3.CacheControl build() +io.reactivex.Observable: io.reactivex.Observable mergeDelayError(java.lang.Iterable,int,int) +com.xw.repo.bubbleseekbar.R$drawable: int abc_dialog_material_background +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Button_Colored +okhttp3.internal.http.RealInterceptorChain: okhttp3.Interceptor$Chain withWriteTimeout(int,java.util.concurrent.TimeUnit) +androidx.transition.ChangeBounds$7: androidx.transition.ChangeBounds$ViewBounds mViewBounds +cyanogenmod.externalviews.ExternalView: android.content.ServiceConnection mServiceConnection +wangdaye.com.geometricweather.R$attr: int state_lifted +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_TEMPERATURE_UNIT +androidx.appcompat.R$drawable: int btn_checkbox_checked_mtrl +androidx.preference.R$styleable: int AppCompatTextHelper_android_drawableBottom +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_goneMarginStart +okhttp3.internal.http2.Http2Stream$FramingSink: okio.Timeout timeout() +com.xw.repo.bubbleseekbar.R$id: int action_bar_subtitle +com.google.android.material.R$layout: int notification_template_custom_big +androidx.viewpager2.R$layout: int notification_template_custom_big +okio.Buffer: long indexOf(byte) +wangdaye.com.geometricweather.R$xml: int widget_trend_hourly +okhttp3.internal.http1.Http1Codec$1 +com.google.android.material.slider.BaseSlider: int getHaloRadius() +com.google.android.material.R$color: int mtrl_textinput_disabled_color +wangdaye.com.geometricweather.R$attr: int collapsedTitleTextAppearance +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_progressBarStyle +wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge +androidx.activity.R$drawable: int notify_panel_notification_icon_bg +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: int status +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_Button_Colored +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActivityChooserView +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog +okhttp3.Challenge: java.lang.String toString() +androidx.appcompat.R$styleable: int SearchView_android_focusable +okhttp3.internal.io.FileSystem$1: boolean exists(java.io.File) +androidx.appcompat.widget.AppCompatImageView: android.graphics.PorterDuff$Mode getSupportImageTintMode() +androidx.preference.Preference: Preference(android.content.Context,android.util.AttributeSet,int,int) +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Small_Inverse +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatSeekBar_tickMarkTintMode +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_Dark +com.turingtechnologies.materialscrollbar.R$dimen: int abc_control_inset_material +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_subtitle_top_margin_material +com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String n +cyanogenmod.providers.CMSettings$System: long getLong(android.content.ContentResolver,java.lang.String) +androidx.fragment.app.FragmentContainerView: void setDrawDisappearingViewsLast(boolean) +androidx.appcompat.R$id: int accessibility_custom_action_11 +androidx.dynamicanimation.R$color: int secondary_text_default_material_light +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_3 +com.jaredrummler.android.colorpicker.R$style: R$style() +androidx.customview.R$attr: int fontProviderQuery +androidx.viewpager.R$color: int secondary_text_default_material_light +androidx.appcompat.widget.AppCompatSpinner: void setPrompt(java.lang.CharSequence) +wangdaye.com.geometricweather.R$string: int key_ui_style +com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_android_dialogIcon +com.amap.api.location.AMapLocation: double t +com.bumptech.glide.integration.okhttp.R$id: int tag_unhandled_key_listeners +androidx.preference.R$dimen: int abc_text_size_body_2_material +okhttp3.Cache: int ENTRY_COUNT +com.github.rahatarmanahmed.cpv.CircularProgressView: int animSwoopDuration +wangdaye.com.geometricweather.R$color: int colorRoot_dark +io.reactivex.internal.schedulers.ScheduledRunnable: void dispose() +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.internal.observers.InnerQueuedObserver current +com.google.android.material.R$attr: int colorControlActivated +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getPressure() +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: java.lang.String name +com.xw.repo.bubbleseekbar.R$id: int multiply +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Button_Borderless_Colored +cyanogenmod.app.LiveLockScreenInfo$1 +androidx.hilt.lifecycle.R$anim: int fragment_close_exit +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: java.lang.String ObstructionsToVisibility +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Object readEntity(android.database.Cursor,int) +androidx.preference.R$anim: int abc_tooltip_enter +com.google.android.material.R$styleable: int AlertDialog_buttonPanelSideLayout +com.turingtechnologies.materialscrollbar.R$attr: int contentInsetStartWithNavigation +wangdaye.com.geometricweather.R$layout: int dialog_running_in_background_o +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex +okhttp3.internal.ws.WebSocketReader: boolean isControlFrame +com.google.android.material.R$styleable: int SwitchCompat_thumbTintMode +cyanogenmod.providers.ThemesContract: android.net.Uri AUTHORITY_URI +androidx.constraintlayout.widget.R$dimen: int notification_action_text_size +androidx.constraintlayout.widget.R$dimen: int highlight_alpha_material_colored +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintBaseline_toBaselineOf +com.github.rahatarmanahmed.cpv.CircularProgressView$7: void onAnimationUpdate(android.animation.ValueAnimator) +android.didikee.donate.R$color: int abc_color_highlight_material +androidx.constraintlayout.widget.R$styleable: int ActionMenuItemView_android_minWidth +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: java.lang.Object value +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory create(javax.inject.Provider,javax.inject.Provider) +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_disabled_elevation +com.bumptech.glide.integration.okhttp.R$dimen: int compat_notification_large_icon_max_width +com.google.android.material.R$styleable: int ConstraintSet_barrierAllowsGoneWidgets +com.amap.api.location.AMapLocation: java.lang.String e(com.amap.api.location.AMapLocation,java.lang.String) +wangdaye.com.geometricweather.R$drawable: int mtrl_dropdown_arrow +cyanogenmod.app.ProfileManager: cyanogenmod.app.Profile[] getProfiles() +com.google.android.material.R$styleable: int[] FontFamilyFont +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setHeadIconType(java.lang.String) +com.xw.repo.bubbleseekbar.R$attr: int thumbTintMode +wangdaye.com.geometricweather.db.entities.DailyEntity: void setPm25(java.lang.Float) +com.google.android.material.floatingactionbutton.FloatingActionButton: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) +io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy DROP +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: void dispose() +james.adaptiveicon.R$styleable: int AppCompatTheme_buttonStyle +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void onError(java.lang.Throwable) +androidx.preference.R$attr: int commitIcon +androidx.savedstate.SavedStateRegistry$1 +io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: void dispose() +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_DialogWhenLarge +com.turingtechnologies.materialscrollbar.R$styleable: int Snackbar_snackbarStyle +io.reactivex.internal.operators.observable.ObservableGroupBy$State: void onNext(java.lang.Object) +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setDistrict(java.lang.String) +com.tencent.bugly.proguard.a: void a(byte[]) +cyanogenmod.app.StatusBarPanelCustomTile: long getPostTime() +okhttp3.internal.platform.Platform: java.util.List alpnProtocolNames(java.util.List) +androidx.drawerlayout.R$attr: int fontStyle +wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit[] values() +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder encodedFragment(java.lang.String) +com.google.android.material.R$styleable: int ClockHandView_selectorSize +okhttp3.internal.http2.Header: okio.ByteString TARGET_SCHEME +wangdaye.com.geometricweather.R$id: int item +wangdaye.com.geometricweather.R$attr: int bsb_is_float_type +wangdaye.com.geometricweather.R$style: int Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day +wangdaye.com.geometricweather.R$string: int feedback_readd_location +com.google.android.material.R$styleable: int StateListDrawable_android_dither +wangdaye.com.geometricweather.R$dimen: int cpv_dialog_preview_width +cyanogenmod.weather.WeatherLocation: java.lang.String access$402(cyanogenmod.weather.WeatherLocation,java.lang.String) +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView +cyanogenmod.themes.IThemeService$Stub: java.lang.String DESCRIPTOR +androidx.hilt.R$styleable: int GradientColor_android_centerY +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain: java.lang.Float cumul6H +androidx.lifecycle.LifecycleDispatcher$DispatcherActivityCallback: void onActivityStopped(android.app.Activity) +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: DefaultCallAdapterFactory$ExecutorCallbackCall(java.util.concurrent.Executor,retrofit2.Call) +com.google.android.material.R$attr: int flow_verticalStyle +com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_arrowHeadLength +androidx.coordinatorlayout.R$id: int accessibility_custom_action_1 +com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType MAPBAR +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningAdvice: int phenomenonId +android.didikee.donate.R$attr: int borderlessButtonStyle +com.tencent.bugly.CrashModule: void onServerStrategyChanged(com.tencent.bugly.crashreport.common.strategy.StrategyBean) +com.google.android.material.R$id: int group_divider +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: boolean val$visible +com.turingtechnologies.materialscrollbar.R$attr: int alphabeticModifiers +androidx.preference.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator +com.google.android.material.R$attr: int transitionDisable +com.turingtechnologies.materialscrollbar.R$attr: int titleTextAppearance +androidx.fragment.app.FragmentManagerState +com.google.android.material.textfield.TextInputLayout: void removeOnEndIconChangedListener(com.google.android.material.textfield.TextInputLayout$OnEndIconChangedListener) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating +androidx.appcompat.widget.SwitchCompat: void setThumbResource(int) +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light_NoActionBar +cyanogenmod.externalviews.ExternalView: ExternalView(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.widget.R$dimen: int disabled_alpha_material_dark +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_81 +com.jaredrummler.android.colorpicker.R$id: int recycler_view +okhttp3.internal.connection.RealConnection: int allocationLimit +androidx.appcompat.R$layout: int abc_search_dropdown_item_icons_2line +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: void dispose() +wangdaye.com.geometricweather.R$string: int feedback_search_nothing +wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_itemTextColor +androidx.constraintlayout.widget.R$style: int Platform_AppCompat_Light +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: BaiduIPLocationResult$ContentBean() +wangdaye.com.geometricweather.R$drawable: int ic_thx +com.jaredrummler.android.colorpicker.R$color: int primary_dark_material_dark +wangdaye.com.geometricweather.R$attr: int msb_rightToLeft +wangdaye.com.geometricweather.R$string: int feedback_clock_font +androidx.work.R$dimen: int notification_small_icon_background_padding +wangdaye.com.geometricweather.R$id: int activity_card_display_manage_container +okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level NONE +retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: void dispose() +okhttp3.internal.tls.BasicTrustRootIndex: java.security.cert.X509Certificate findByIssuerAndSignature(java.security.cert.X509Certificate) +com.bumptech.glide.integration.okhttp.R$styleable: int ColorStateListItem_alpha +androidx.appcompat.R$drawable: int abc_spinner_textfield_background_material +wangdaye.com.geometricweather.R$id: int dialog_button +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_11 +com.google.gson.stream.JsonReader: int[] stack +androidx.recyclerview.R$dimen: int notification_top_pad_large_text +okio.RealBufferedSink: okio.BufferedSink write(byte[],int,int) +androidx.lifecycle.LiveData: int mActiveCount +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver(io.reactivex.Observer,io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver) +com.turingtechnologies.materialscrollbar.R$id: int search_edit_frame +androidx.appcompat.R$id: int notification_main_column +wangdaye.com.geometricweather.R$style: int Preference +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Dialog_Alert +androidx.constraintlayout.widget.R$styleable: int MenuView_android_horizontalDivider +android.didikee.donate.R$string: int abc_activitychooserview_choose_application +androidx.appcompat.R$styleable: int[] SwitchCompat +androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableTransition_android_toId androidx.loader.R$dimen: int compat_button_padding_horizontal_material -wangdaye.com.geometricweather.R$dimen: int mtrl_slider_label_padding -com.google.android.material.R$attr: int showDividers -cyanogenmod.providers.CMSettings$Secure: int getIntForUser(android.content.ContentResolver,java.lang.String,int) -androidx.lifecycle.FullLifecycleObserver: void onResume(androidx.lifecycle.LifecycleOwner) -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem -cyanogenmod.providers.ThemesContract$ThemesColumns$InstallState: int UPDATING -com.google.android.material.R$styleable: int TextInputLayout_passwordToggleDrawable -com.google.android.gms.common.stats.StatsEvent -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: int requestFusion(int) +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constrainedHeight +com.amap.api.fence.GeoFence$1: java.lang.Object createFromParcel(android.os.Parcel) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_drawPath +com.google.android.material.R$attr: int autoCompleteTextViewStyle +androidx.constraintlayout.widget.R$styleable: int[] AppCompatTextView +androidx.viewpager2.R$id: int accessibility_custom_action_2 +okio.RealBufferedSink: okio.BufferedSink emitCompleteSegments() +okhttp3.internal.connection.RealConnection: void cancel() +cyanogenmod.power.IPerformanceManager$Stub: int TRANSACTION_getProfileHasAppProfiles +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Imperial Imperial +androidx.vectordrawable.animated.R$style: int TextAppearance_Compat_Notification_Info +androidx.recyclerview.R$id: int accessibility_custom_action_10 +wangdaye.com.geometricweather.background.receiver.widget.WidgetTrendDailyProvider: WidgetTrendDailyProvider() +cyanogenmod.profiles.RingModeSettings: android.os.Parcelable$Creator CREATOR +okhttp3.internal.http2.Http2Connection$ReaderRunnable$3 +com.google.android.material.R$styleable: int Layout_barrierMargin +com.google.android.material.textfield.TextInputLayout: int getHintCurrentCollapsedTextColor() +com.google.android.material.R$color: int notification_icon_bg_color +cyanogenmod.app.LiveLockScreenInfo: int PRIORITY_HIGH +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void onComplete() +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer moldLevel +wangdaye.com.geometricweather.R$dimen: int tooltip_corner_radius +androidx.core.R$attr: int fontProviderQuery +com.xw.repo.bubbleseekbar.R$color: int bright_foreground_disabled_material_light +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_analog_light +com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginTop +com.google.android.material.R$id: int submenuarrow +cyanogenmod.profiles.RingModeSettings: void processOverride(android.content.Context) +androidx.vectordrawable.R$attr: int fontProviderPackage +androidx.preference.R$style: int Base_Widget_AppCompat_ImageButton +androidx.constraintlayout.widget.R$attr: int popupMenuStyle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Metric: java.lang.String Unit +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert +wangdaye.com.geometricweather.R$dimen: int abc_panel_menu_list_width +com.bumptech.glide.R$id: int right_icon +androidx.recyclerview.R$id: int accessibility_custom_action_20 +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintRight_creator +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listDividerAlertDialog +com.google.android.material.R$attr: int listItemLayout +com.google.android.material.R$attr: int subtitleTextColor +cyanogenmod.app.BaseLiveLockManagerService: void cancelLiveLockScreen(java.lang.String,int,int) +com.jaredrummler.android.colorpicker.R$attr: int colorError +com.google.android.material.R$styleable: int TextInputLayout_boxStrokeWidth +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: BaiduIPLocationService_Factory(javax.inject.Provider,javax.inject.Provider) +com.xw.repo.bubbleseekbar.R$drawable: int tooltip_frame_light +com.turingtechnologies.materialscrollbar.R$drawable: int navigation_empty_icon +androidx.hilt.R$dimen: int compat_notification_large_icon_max_width +okhttp3.internal.platform.OptionalMethod: java.lang.String methodName +androidx.constraintlayout.widget.R$styleable: int KeyPosition_drawPath +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Bridge +wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Title_Icon +androidx.constraintlayout.widget.R$attr: int drawPath +com.jaredrummler.android.colorpicker.R$color: int abc_background_cache_hint_selector_material_dark +cyanogenmod.externalviews.ExternalViewProperties: int getX() +com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage RESOURCE_CACHE +androidx.loader.R$styleable: int FontFamily_fontProviderQuery +retrofit2.DefaultCallAdapterFactory: retrofit2.CallAdapter get(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) +wangdaye.com.geometricweather.common.basic.models.weather.Weather: wangdaye.com.geometricweather.common.basic.models.weather.Base getBase() +cyanogenmod.app.LiveLockScreenInfo: int priority +com.google.android.material.R$attr: int flow_padding +androidx.hilt.work.R$dimen: int notification_small_icon_size_as_large +okhttp3.HttpUrl: java.lang.String scheme() +com.google.android.material.R$styleable: int ActionBar_displayOptions +androidx.appcompat.widget.ViewStubCompat: int getInflatedId() +okhttp3.internal.connection.ConnectionSpecSelector: boolean isFallback +androidx.constraintlayout.widget.R$attr: int textColorAlertDialogListItem +okhttp3.internal.http1.Http1Codec: int state +wangdaye.com.geometricweather.R$id: int auto +james.adaptiveicon.R$style: int Base_Animation_AppCompat_DropDownUp +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: boolean isValid() +cyanogenmod.app.LiveLockScreenInfo: int PRIORITY_MAX +com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_dialogMessage +com.google.android.gms.common.api.AvailabilityException: AvailabilityException(androidx.collection.ArrayMap) +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice$AdviceContext +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight_DarkActionBar +com.tencent.bugly.proguard.y$a: long e +wangdaye.com.geometricweather.R$layout: int preference_recyclerview +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_month_vertical_padding +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: long serialVersionUID +wangdaye.com.geometricweather.R$style: int ThemeOverlayColorAccentRed +cyanogenmod.externalviews.KeyguardExternalView$11 +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Dialog_Alert_Framework +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeDegreeDayTemperature +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_horizontalGap +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorButtonNormal +android.didikee.donate.R$id: int action_context_bar +com.google.gson.stream.JsonWriter: void writeDeferredName() +okhttp3.internal.Internal: okhttp3.Call newWebSocketCall(okhttp3.OkHttpClient,okhttp3.Request) +wangdaye.com.geometricweather.R$styleable: int MockView_mock_labelBackgroundColor +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver +com.google.android.material.R$style: int Theme_AppCompat_Light_DarkActionBar +androidx.appcompat.R$attr: int tooltipFrameBackground +okio.Util: long reverseBytesLong(long) +okhttp3.internal.http2.PushObserver$1: boolean onRequest(int,java.util.List) +com.baidu.location.e.n +wangdaye.com.geometricweather.R$id: int weather_icon +androidx.appcompat.R$id: int accessibility_custom_action_29 +okhttp3.internal.http2.Http2Reader$ContinuationSource: okio.Timeout timeout() +androidx.preference.R$styleable: int PreferenceGroup_orderingFromXml +okhttp3.internal.http1.Http1Codec$AbstractSource: okhttp3.internal.http1.Http1Codec this$0 +androidx.dynamicanimation.R$styleable: int GradientColor_android_startX +wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.lang.String getWeek(android.content.Context) +com.google.android.material.R$id: int password_toggle +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.LocationEntityDao getLocationEntityDao() +com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleTextColor(android.content.res.ColorStateList) +cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler: int MSG_CANCEL_REQUEST +com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getTickInactiveTintList() +com.google.android.material.R$styleable: int NavigationView_itemTextColor +com.jaredrummler.android.colorpicker.R$attr: int titleMarginEnd +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void subscribeInner(io.reactivex.ObservableSource) +wangdaye.com.geometricweather.R$dimen: int item_touch_helper_max_drag_scroll_per_frame +androidx.preference.R$styleable: int[] DialogPreference +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_PopupMenu_Overflow +org.greenrobot.greendao.AbstractDao: java.lang.String[] getNonPkColumns() +wangdaye.com.geometricweather.R$array: int location_service_values +retrofit2.DefaultCallAdapterFactory$1: retrofit2.Call adapt(retrofit2.Call) +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: java.lang.String dept +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Light_BottomSheetDialog +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_horizontalStyle +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintBottom_toBottomOf +james.adaptiveicon.R$attr: int subtitle +retrofit2.adapter.rxjava2.CallExecuteObservable$CallDisposable +com.xw.repo.bubbleseekbar.R$dimen: int abc_seekbar_track_background_height_material +io.reactivex.internal.util.NotificationLite$DisposableNotification +com.google.android.material.R$styleable: int Constraint_layout_goneMarginLeft +androidx.preference.R$style: int TextAppearance_AppCompat_Title_Inverse +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintEnd_toStartOf +androidx.vectordrawable.animated.R$dimen: int compat_button_padding_horizontal_material +com.turingtechnologies.materialscrollbar.R$attr: int drawableSize +androidx.hilt.lifecycle.R$layout: int notification_template_custom_big +com.google.android.material.R$styleable: int AppCompatTheme_colorPrimaryDark +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_PopupWindow +com.jaredrummler.android.colorpicker.R$id: int right_icon +cyanogenmod.app.ICustomTileListener$Stub +androidx.activity.R$styleable: int GradientColorItem_android_color +com.jaredrummler.android.colorpicker.R$style: int Base_V26_Widget_AppCompat_Toolbar +okhttp3.internal.http1.Http1Codec$AbstractSource +androidx.appcompat.R$dimen: int abc_action_bar_icon_vertical_padding_material +androidx.constraintlayout.widget.R$styleable: int Layout_minWidth +wangdaye.com.geometricweather.db.entities.HistoryEntity: java.lang.String cityId +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeRainPrecipitation +com.google.android.material.R$styleable: int NavigationView_itemTextAppearance +okhttp3.internal.http2.Http2Connection$4: java.util.List val$requestHeaders +cyanogenmod.app.PartnerInterface: void rebootDevice() +androidx.swiperefreshlayout.R$attr: int fontVariationSettings +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_fontFamily +com.amap.api.location.AMapLocation: void setDescription(java.lang.String) +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Title_Inverse +androidx.constraintlayout.widget.R$style: int Base_V26_Widget_AppCompat_Toolbar +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem +cyanogenmod.themes.IThemeChangeListener$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.R$layout: int material_clockface_textview +com.jaredrummler.android.colorpicker.R$attr: int layout_dodgeInsetEdges +wangdaye.com.geometricweather.R$animator: int weather_rain_3 +com.google.android.material.R$styleable: int TextInputLayout_placeholderText +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_alertDialogCenterButtons +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle +wangdaye.com.geometricweather.R$string: int date_format_short +okhttp3.ConnectionSpec: ConnectionSpec(okhttp3.ConnectionSpec$Builder) +com.google.android.material.R$id: int pin +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_19 +android.didikee.donate.R$styleable: int ActionBar_customNavigationLayout +com.bumptech.glide.R$drawable: int notification_bg_low +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_action_confirm_button_min_width +androidx.appcompat.R$styleable: int FontFamilyFont_fontStyle +com.google.android.material.R$layout: R$layout() +com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat +com.google.android.material.R$attr: int flow_horizontalGap +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: int wip +com.google.android.material.R$color: int dim_foreground_disabled_material_light +android.didikee.donate.R$styleable: int SearchView_android_imeOptions +wangdaye.com.geometricweather.R$id: int center_vertical +com.bumptech.glide.integration.okhttp.R$id: int right +com.google.gson.internal.LazilyParsedNumber: int intValue() +wangdaye.com.geometricweather.R$styleable: int Constraint_android_translationZ +cyanogenmod.power.IPerformanceManager: boolean getProfileHasAppProfiles(int) +com.google.android.material.R$id: int bidirectional +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle +cyanogenmod.app.BaseLiveLockManagerService$1: void cancelLiveLockScreen(java.lang.String,int,int) +com.xw.repo.bubbleseekbar.R$attr: int textAppearanceSmallPopupMenu +com.turingtechnologies.materialscrollbar.R$id: int mtrl_child_content_container +cyanogenmod.weather.CMWeatherManager: java.lang.String TAG +androidx.swiperefreshlayout.R$id: int text2 +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_BATTERY_STYLE_VALIDATOR +androidx.activity.R$id: int accessibility_custom_action_10 +com.google.android.material.R$attr: int progressBarStyle +androidx.hilt.work.R$attr: int fontProviderAuthority +androidx.coordinatorlayout.R$styleable: int GradientColor_android_gradientRadius +com.google.android.material.R$id: int material_minute_text_input +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.rx.RxDao rxPlain() +androidx.lifecycle.ReportFragment: void onStop() +wangdaye.com.geometricweather.R$layout: int mtrl_alert_dialog +com.jaredrummler.android.colorpicker.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset +retrofit2.adapter.rxjava2.CallExecuteObservable$CallDisposable: boolean isDisposed() +cyanogenmod.app.Profile: cyanogenmod.app.ProfileGroup mDefaultGroup +androidx.swiperefreshlayout.R$id: int title +wangdaye.com.geometricweather.R$attr: int backgroundTint +androidx.core.R$id: int accessibility_custom_action_26 +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_searchHintIcon +androidx.preference.R$styleable: int SwitchCompat_splitTrack +android.didikee.donate.R$styleable: int TextAppearance_fontVariationSettings +androidx.constraintlayout.widget.R$styleable: int ImageFilterView_overlay +com.google.android.material.R$id: int accessibility_custom_action_12 +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionBar_TabView +io.reactivex.Observable: io.reactivex.Observable ofType(java.lang.Class) +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX: java.util.List getBrands() +com.google.android.material.R$style: int Theme_AppCompat_DayNight +androidx.appcompat.R$string: int abc_menu_sym_shortcut_label +androidx.preference.R$styleable: int SwitchPreferenceCompat_android_summaryOn +james.adaptiveicon.R$styleable: R$styleable() +wangdaye.com.geometricweather.common.basic.models.weather.Alert: long getAlertId() +android.didikee.donate.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth +wangdaye.com.geometricweather.R$attr: int chipMinHeight +androidx.preference.R$styleable: int AppCompatTheme_android_windowIsFloating +com.amap.api.location.AMapLocationClient: com.amap.api.location.LocationManagerBase b +cyanogenmod.themes.ThemeManager: android.os.Handler access$200() +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps: MfWarningsResult$WarningTimelaps() +androidx.hilt.R$styleable: int ColorStateListItem_android_alpha +james.adaptiveicon.R$attr: int thumbTintMode +com.turingtechnologies.materialscrollbar.R$id: int visible +com.turingtechnologies.materialscrollbar.R$anim: int abc_popup_exit +android.didikee.donate.R$id: int search_badge +androidx.constraintlayout.widget.R$attr: int multiChoiceItemLayout +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setSnowPrecipitation(java.lang.Float) +com.amap.api.fence.GeoFence: void setPoiItem(com.amap.api.fence.PoiItem) +wangdaye.com.geometricweather.R$styleable: int ActionBar_navigationMode +cyanogenmod.app.ICMTelephonyManager$Stub: java.lang.String DESCRIPTOR +io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked +androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_drawableEnd +cyanogenmod.externalviews.ExternalView$2: cyanogenmod.externalviews.ExternalView this$0 +com.xw.repo.bubbleseekbar.R$dimen: int hint_alpha_material_light +cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.DisplayMode getCurrentDisplayMode() +wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_box_label_cutout_padding +android.didikee.donate.R$id: int topPanel +wangdaye.com.geometricweather.R$layout: int design_menu_item_action_area +androidx.hilt.work.R$id: int info +wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_menu +cyanogenmod.app.suggest.IAppSuggestProvider$Stub: cyanogenmod.app.suggest.IAppSuggestProvider asInterface(android.os.IBinder) +androidx.viewpager2.R$integer: R$integer() +wangdaye.com.geometricweather.R$attr: int strokeWidth +androidx.fragment.R$id: int title +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: FlowableOnBackpressureLatest$BackpressureLatestSubscriber(org.reactivestreams.Subscriber) +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_AES_256_CBC_SHA +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric: double Value +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: float getTrimPathStart() +io.reactivex.internal.observers.DeferredScalarDisposable: java.lang.Object poll() +androidx.work.R$id: int title +cyanogenmod.app.Profile$TriggerState: int ON_A2DP_CONNECT +com.google.android.material.R$id: int accessibility_action_clickable_span +wangdaye.com.geometricweather.R$id: int dialog_providers_previewer_title +wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_dark_default +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_suggestionRowLayout +androidx.fragment.R$id: int actions +james.adaptiveicon.R$styleable: int AppCompatTheme_buttonStyleSmall +com.jaredrummler.android.colorpicker.R$style: int Animation_AppCompat_Dialog +wangdaye.com.geometricweather.R$styleable: int[] AnimatableIconView +androidx.hilt.R$id: int tag_accessibility_pane_title +cyanogenmod.app.Profile$1: Profile$1() +com.tencent.bugly.crashreport.common.info.a: int ah +android.didikee.donate.R$id: int alertTitle +com.google.android.material.appbar.AppBarLayout: float getTargetElevation() +com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert +com.google.android.material.R$style: int Theme_Design_Light_BottomSheetDialog +androidx.preference.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Imperial: int UnitType +okio.Timeout$1: void throwIfReached() +com.tencent.bugly.proguard.e: java.lang.String a(byte[]) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer realFeelShaderTemperature +james.adaptiveicon.R$styleable: int SwitchCompat_android_thumb +james.adaptiveicon.R$color: int secondary_text_disabled_material_light +retrofit2.ParameterHandler$PartMap: retrofit2.Converter valueConverter +com.bumptech.glide.Registry$MissingComponentException +androidx.recyclerview.widget.RecyclerView: void setOnFlingListener(androidx.recyclerview.widget.RecyclerView$OnFlingListener) +io.reactivex.internal.observers.DeferredScalarDisposable: void complete(java.lang.Object) +com.xw.repo.bubbleseekbar.R$string: int search_menu_title +androidx.lifecycle.extensions.R$id: int action_divider +okio.ByteString: okio.ByteString sha256() +com.amap.api.location.AMapLocationClientOption$GeoLanguage +cyanogenmod.app.BaseLiveLockManagerService: boolean registerChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) +okhttp3.internal.platform.Jdk9Platform: javax.net.ssl.X509TrustManager trustManager(javax.net.ssl.SSLSocketFactory) +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Float totalPrecipitation24h +cyanogenmod.app.CMContextConstants: java.lang.String CM_WEATHER_SERVICE +wangdaye.com.geometricweather.R$string: int nighttime +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA +io.reactivex.observers.DisposableObserver: void dispose() +androidx.vectordrawable.R$id: int right_side +androidx.viewpager2.widget.ViewPager2$SavedState +android.didikee.donate.R$id: int end +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getLockWallpaperThemePackageName() +com.tencent.bugly.proguard.e +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType TransactionRunnable +retrofit2.SkipCallbackExecutorImpl: SkipCallbackExecutorImpl() +androidx.customview.R$drawable: int notification_bg_normal +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_disabled_translation_z +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_shapeAppearanceOverlay +wangdaye.com.geometricweather.R$attr: int checked_background_color +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_subtitle +androidx.fragment.R$id: int tag_accessibility_heading +androidx.viewpager2.R$attr: int fontWeight +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable: void dispose() +androidx.core.R$drawable: int notification_template_icon_bg +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean setDisplayMode(cyanogenmod.hardware.DisplayMode,boolean) +androidx.coordinatorlayout.widget.CoordinatorLayout: androidx.core.view.WindowInsetsCompat getLastWindowInsets() +okhttp3.RealCall: okio.Timeout timeout() +androidx.vectordrawable.animated.R$styleable: int FontFamily_fontProviderPackage +com.google.gson.stream.JsonReader: int doPeek() +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: long serialVersionUID +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: java.lang.Object v2 +androidx.preference.R$drawable: int abc_btn_radio_to_on_mtrl_015 +wangdaye.com.geometricweather.R$styleable: int MockView_mock_showLabel +androidx.fragment.R$layout: int notification_template_icon_group +androidx.customview.R$styleable: int[] GradientColor +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_goneMarginTop +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_SeekBar_Discrete +androidx.constraintlayout.widget.R$styleable: int SearchView_defaultQueryHint +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void innerComplete(io.reactivex.internal.observers.InnerQueuedObserver) +androidx.appcompat.R$styleable: int GradientColor_android_endColor +com.turingtechnologies.materialscrollbar.R$animator: int mtrl_fab_hide_motion_spec +androidx.constraintlayout.widget.R$styleable: int ActionBarLayout_android_layout_gravity +cyanogenmod.app.BaseLiveLockManagerService$1: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() +wangdaye.com.geometricweather.R$dimen: int abc_action_bar_subtitle_top_margin_material +com.google.android.material.R$style: int Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox +com.jaredrummler.android.colorpicker.R$string: int abc_menu_delete_shortcut_label +com.google.android.material.R$styleable: int MaterialTextView_android_textAppearance +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Small_Inverse +okio.Okio$2: java.io.InputStream val$in +com.turingtechnologies.materialscrollbar.R$id: int outline +androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable: void run() +com.turingtechnologies.materialscrollbar.R$attr: int tabPadding +com.google.android.material.R$style: int Widget_MaterialComponents_TimePicker +androidx.preference.R$styleable: int MenuItem_iconTint +com.jaredrummler.android.colorpicker.R$styleable: int[] CoordinatorLayout_Layout +androidx.appcompat.R$style: int ThemeOverlay_AppCompat_ActionBar +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintCircleAngle +cyanogenmod.profiles.BrightnessSettings$1: java.lang.Object[] newArray(int) +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: long EpochDate +okhttp3.internal.cache.CacheStrategy$Factory: long computeFreshnessLifetime() +wangdaye.com.geometricweather.R$styleable: int Preference_android_defaultValue +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setHttpTimeOut(long) +androidx.appcompat.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX +wangdaye.com.geometricweather.R$layout: int design_navigation_item_separator +com.google.android.material.R$layout: int design_layout_tab_text +com.google.android.material.R$styleable: int TextInputLayout_errorIconTint +com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_radio_to_on_mtrl_015 +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceListItemSmall +okhttp3.internal.tls.OkHostnameVerifier: okhttp3.internal.tls.OkHostnameVerifier INSTANCE +android.didikee.donate.R$drawable: int abc_ic_menu_cut_mtrl_alpha +androidx.preference.R$styleable: int AppCompatTheme_actionBarPopupTheme +androidx.room.RoomDatabase$JournalMode: androidx.room.RoomDatabase$JournalMode valueOf(java.lang.String) +cyanogenmod.externalviews.ExternalView$3: void run() +androidx.swiperefreshlayout.R$dimen: int notification_main_column_padding_top +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Ice Ice +wangdaye.com.geometricweather.R$layout: int dialog_weather_hourly +com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableTransition_android_drawable +com.google.android.material.tabs.TabLayout: void removeOnTabSelectedListener(com.google.android.material.tabs.TabLayout$OnTabSelectedListener) +com.google.android.material.R$styleable: int TextAppearance_android_textColor +com.amap.api.location.AMapLocation: int ERROR_CODE_AIRPLANEMODE_WIFIOFF +android.didikee.donate.R$style: int TextAppearance_AppCompat_Medium_Inverse +james.adaptiveicon.R$dimen: int abc_search_view_preferred_width +androidx.preference.R$style: int PreferenceFragment +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit[] values() +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.DailyEntityDao getDailyEntityDao() +com.tencent.bugly.proguard.am: am() +com.xw.repo.bubbleseekbar.R$attr: int buttonBarStyle +okio.RealBufferedSource: byte[] readByteArray() +cyanogenmod.themes.ThemeManager$1: void onProgress(int) +james.adaptiveicon.R$id: int action_image +okhttp3.internal.http2.Http2Connection$5: Http2Connection$5(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[],int,java.util.List,boolean) +okhttp3.internal.http2.Hpack$Reader: void clearDynamicTable() +androidx.lifecycle.ServiceLifecycleDispatcher: void postDispatchRunnable(androidx.lifecycle.Lifecycle$Event) +retrofit2.Response: retrofit2.Response success(java.lang.Object,okhttp3.Headers) +androidx.lifecycle.MediatorLiveData$Source: androidx.lifecycle.LiveData mLiveData +wangdaye.com.geometricweather.R$layout: int abc_search_dropdown_item_icons_2line +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatImageView_tint +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: void subscribe() +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_RC4_128_SHA +androidx.legacy.coreutils.R$dimen: int compat_button_padding_vertical_material +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.Integer relativeHumidityMax +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: boolean isDisposed() +cyanogenmod.externalviews.KeyguardExternalViewProviderService: android.view.WindowManager access$500(cyanogenmod.externalviews.KeyguardExternalViewProviderService) +androidx.constraintlayout.widget.R$attr: int actionBarTabStyle +androidx.constraintlayout.widget.R$styleable: int CompoundButton_buttonTint +androidx.preference.R$styleable: int AppCompatTheme_windowMinWidthMajor +com.google.android.material.R$attr: int buttonIconDimen +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem +cyanogenmod.app.Profile$LockMode: int INSECURE +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Medium_Inverse +wangdaye.com.geometricweather.R$id: int activity_widget_config_subtitleDataSpinner +androidx.fragment.R$id: int accessibility_custom_action_17 +com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar +wangdaye.com.geometricweather.R$string: int content_desc_wechat_payment_code +android.didikee.donate.R$style: int Widget_AppCompat_CompoundButton_RadioButton +wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider BAIDU_IP +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_Dialog_MinWidth +wangdaye.com.geometricweather.R$styleable: int MaterialShape_shapeAppearanceOverlay +com.tencent.bugly.crashreport.biz.UserInfoBean: long f +androidx.constraintlayout.widget.R$dimen: int abc_dialog_min_width_major +androidx.preference.R$styleable: int[] AppCompatTheme +com.xw.repo.bubbleseekbar.R$style: int Animation_AppCompat_DropDownUp +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.AbstractDaoSession getSession() +wangdaye.com.geometricweather.R$animator: int weather_clear_day_2 +androidx.activity.R$id: int actions +com.turingtechnologies.materialscrollbar.R$attr: int goIcon +com.google.android.material.R$drawable: int avd_hide_password +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String uvLevel +com.google.android.material.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog_Flush +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType InsertOrReplace +wangdaye.com.geometricweather.R$attr: int strokeColor +androidx.lifecycle.LiveData: java.lang.Object mPendingData +com.google.android.material.R$attr: int autoTransition +okhttp3.internal.cache.DiskLruCache$Entry: java.io.File[] cleanFiles +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: int OTHER_STATE_HAS_VALUE +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: FitSystemBarRecyclerView(android.content.Context,android.util.AttributeSet) +com.jaredrummler.android.colorpicker.R$attr: int contentInsetEndWithActions +androidx.preference.PreferenceDialogFragmentCompat: PreferenceDialogFragmentCompat() +com.google.gson.JsonSyntaxException: JsonSyntaxException(java.lang.String) +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: java.lang.Object item +com.google.android.material.button.MaterialButtonToggleGroup: void setGeneratedIdIfNeeded(com.google.android.material.button.MaterialButton) +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setLocationPurpose(com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose) +com.google.android.material.R$attr: int passwordToggleDrawable +androidx.hilt.work.R$id: int accessibility_custom_action_1 +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemIconPadding +okhttp3.EventListener: EventListener() +wangdaye.com.geometricweather.R$string: int next +com.google.gson.internal.LazilyParsedNumber: java.lang.String value +androidx.appcompat.R$attr: int fontProviderFetchStrategy +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_android_orientation +cyanogenmod.providers.CMSettings$System: boolean putString(android.content.ContentResolver,java.lang.String,java.lang.String) +com.turingtechnologies.materialscrollbar.R$color: int dim_foreground_material_dark +wangdaye.com.geometricweather.db.entities.DaoMaster$DevOpenHelper +cyanogenmod.providers.CMSettings$Secure: int RING_HOME_BUTTON_BEHAVIOR_DEFAULT +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: java.lang.Object poll() +wangdaye.com.geometricweather.R$styleable: int Chip_closeIconEndPadding +androidx.drawerlayout.R$attr: int ttcIndex +io.reactivex.Observable: io.reactivex.Observable mergeDelayError(java.lang.Iterable,int) +androidx.preference.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton +james.adaptiveicon.R$styleable: int AppCompatTheme_dividerHorizontal +androidx.constraintlayout.widget.R$styleable: int Constraint_animate_relativeTo +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: void setSwitchView(wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeCloseDrawable +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours +wangdaye.com.geometricweather.R$animator: int weather_rain_2 +wangdaye.com.geometricweather.R$attr: int closeIconSize +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_activityChooserViewStyle +androidx.hilt.work.R$id: int notification_main_column_container +wangdaye.com.geometricweather.R$color: int abc_tint_spinner +wangdaye.com.geometricweather.R$styleable: int PreferenceGroup_android_orderingFromXml +androidx.recyclerview.R$dimen: int notification_top_pad +okhttp3.internal.http2.Http2Connection: long degradedPongDeadlineNs +com.google.android.material.circularreveal.CircularRevealGridLayout: void setRevealInfo(com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo) +androidx.constraintlayout.widget.R$attr: int tooltipForegroundColor +androidx.constraintlayout.widget.R$dimen: int hint_pressed_alpha_material_light +android.didikee.donate.R$id: int default_activity_button +com.google.android.material.R$attr: int tickColorActive +wangdaye.com.geometricweather.R$attr: int useCompatPadding +androidx.fragment.app.Fragment: Fragment() +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub$Proxy: IWeatherServiceProviderChangeListener$Stub$Proxy(android.os.IBinder) +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: int active +com.google.android.material.bottomappbar.BottomAppBar: void setHideOnScroll(boolean) +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.constraintlayout.widget.R$drawable: int abc_item_background_holo_light +cyanogenmod.providers.CMSettings$System: android.net.Uri getUriFor(java.lang.String) +okhttp3.internal.http1.Http1Codec: int STATE_READ_RESPONSE_HEADERS +androidx.constraintlayout.widget.R$attr: int warmth +okhttp3.internal.http1.Http1Codec$UnknownLengthSource: void close() +androidx.vectordrawable.R$id: int accessibility_custom_action_29 +com.google.android.material.R$attr: int chipIcon +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life: CNWeatherResult$Life() +wangdaye.com.geometricweather.R$attr: int suggestionRowLayout +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver parent +com.tencent.bugly.crashreport.common.info.a: java.lang.String f(java.lang.String) +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: void onDetachedFromWindow() +james.adaptiveicon.R$styleable: int SearchView_searchIcon +androidx.constraintlayout.widget.R$styleable: int MotionHelper_onHide +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_section_text_interval +com.google.android.material.R$color: int tooltip_background_dark +com.google.android.material.R$drawable: int abc_ic_commit_search_api_mtrl_alpha +android.didikee.donate.R$styleable: int SwitchCompat_splitTrack +okhttp3.internal.connection.RealConnection: void connectSocket(int,int,okhttp3.Call,okhttp3.EventListener) +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: io.reactivex.functions.Action onFinally +com.xw.repo.bubbleseekbar.R$id: int expand_activities_button +wangdaye.com.geometricweather.R$id: int recycler_view +cyanogenmod.providers.CMSettings$System: java.lang.String ENABLE_REVERSE_LOOKUP +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: boolean tillTheEnd +cyanogenmod.os.Concierge$ParcelInfo: boolean mCreation +com.google.android.material.R$layout: int mtrl_alert_dialog +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_actionLayout +wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.String getLevel() +android.didikee.donate.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle +android.support.v4.os.IResultReceiver$Default: android.os.IBinder asBinder() +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer apparentTemperature +io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver +wangdaye.com.geometricweather.R$id: int item_touch_helper_previous_elevation +wangdaye.com.geometricweather.R$dimen: int mtrl_exposed_dropdown_menu_popup_elevation +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean get(int) +okio.ForwardingSource: void close() +okhttp3.internal.http1.Http1Codec$UnknownLengthSource: long read(okio.Buffer,long) +com.turingtechnologies.materialscrollbar.R$attr: int helperTextTextAppearance +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_min +androidx.constraintlayout.widget.R$attr: int popupWindowStyle +androidx.drawerlayout.widget.DrawerLayout: void setDrawerElevation(float) +okio.Buffer: okio.Buffer writeDecimalLong(long) +james.adaptiveicon.R$style: int Widget_AppCompat_ButtonBar_AlertDialog +com.google.android.material.appbar.AppBarLayout: void setStatusBarForegroundResource(int) +androidx.core.R$id: int notification_main_column +com.google.android.material.card.MaterialCardView: void setShapeAppearanceModel(com.google.android.material.shape.ShapeAppearanceModel) +androidx.appcompat.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge +android.didikee.donate.R$dimen: int abc_action_button_min_width_overflow_material +com.amap.api.location.DPoint: DPoint(double,double) +androidx.viewpager2.R$styleable: int GradientColor_android_endColor +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Imperial +androidx.preference.R$styleable: int AppCompatTheme_ratingBarStyle +com.baidu.location.e.m: m(java.lang.String,int,java.lang.String,java.lang.String,java.lang.String,int,int) +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_orderInCategory +okhttp3.CookieJar: okhttp3.CookieJar NO_COOKIES +androidx.vectordrawable.R$id: int accessibility_custom_action_20 +androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_ActionBar +okio.Segment: okio.Segment next +com.jaredrummler.android.colorpicker.R$color: int abc_color_highlight_material +io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query +android.didikee.donate.R$attr: int listPreferredItemHeightSmall +wangdaye.com.geometricweather.R$styleable: int InkPageIndicator_dotDiameter +okio.RealBufferedSink: void close() +androidx.hilt.work.R$id: int forever +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 +androidx.drawerlayout.R$styleable: int[] FontFamily +okhttp3.Request: okhttp3.HttpUrl url() +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: int fusionMode +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarSplitStyle +androidx.preference.R$drawable +com.google.android.material.R$id: int accessibility_custom_action_29 +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_percent +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintBottom_toTopOf +io.reactivex.internal.disposables.EmptyDisposable: boolean isDisposed() +android.didikee.donate.R$style: int Widget_AppCompat_Button_Borderless +com.xw.repo.bubbleseekbar.R$color: int material_blue_grey_950 +androidx.recyclerview.R$attr: int font +androidx.constraintlayout.widget.R$interpolator: int btn_radio_to_off_mtrl_animation_interpolator_0 +okhttp3.CacheControl: okhttp3.CacheControl parse(okhttp3.Headers) +retrofit2.BuiltInConverters$BufferingResponseBodyConverter: java.lang.Object convert(java.lang.Object) +androidx.legacy.coreutils.R$dimen: int notification_small_icon_background_padding +io.reactivex.internal.queue.SpscArrayQueue: int calcElementOffset(long,int) +androidx.appcompat.R$id: int time +okhttp3.FormBody$Builder: okhttp3.FormBody$Builder addEncoded(java.lang.String,java.lang.String) +retrofit2.BuiltInConverters$VoidResponseBodyConverter +com.google.android.material.R$anim: int btn_radio_to_off_mtrl_ring_outer_path_animation +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: io.reactivex.functions.BiPredicate comparer +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintStart_toStartOf +io.reactivex.internal.observers.InnerQueuedObserver: void onComplete() +com.amap.api.fence.GeoFence: int STATUS_LOCFAIL +androidx.appcompat.widget.SearchView: void setIconified(boolean) +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_displayOptions +androidx.constraintlayout.widget.R$attr: int showAsAction +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_7 +com.turingtechnologies.materialscrollbar.R$attr: int autoSizeTextType +com.google.android.material.bottomappbar.BottomAppBar: BottomAppBar(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$drawable: int notif_temp_43 +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_goIcon +androidx.appcompat.R$styleable: int SwitchCompat_android_thumb +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_removeProfile +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_CUSTOM_VALUES +androidx.drawerlayout.R$styleable: int GradientColorItem_android_offset +androidx.appcompat.R$drawable: int abc_scrubber_track_mtrl_alpha +wangdaye.com.geometricweather.R$id: int test_radiobutton_app_button_tint +wangdaye.com.geometricweather.R$id: int light +okhttp3.CipherSuite$1: CipherSuite$1() +wangdaye.com.geometricweather.R$attr: int linearSeamless +io.reactivex.internal.observers.DeferredScalarDisposable: boolean isEmpty() +wangdaye.com.geometricweather.R$attr: int chipSpacingHorizontal +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_hintTextAppearance +androidx.appcompat.R$styleable: int AppCompatTheme_colorPrimaryDark +okio.InflaterSource: InflaterSource(okio.BufferedSource,java.util.zip.Inflater) +io.reactivex.internal.observers.InnerQueuedObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$xml: int widget_day +com.jaredrummler.android.colorpicker.R$styleable: int[] RecyclerView +wangdaye.com.geometricweather.db.entities.LocationEntity: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource getWeatherSource() +androidx.work.impl.background.systemalarm.ConstraintProxy: ConstraintProxy() +com.google.android.material.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog_Icon +wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemTextAppearanceActive +com.google.android.material.R$id: int dragLeft +wangdaye.com.geometricweather.R$string: int abc_searchview_description_voice +androidx.preference.R$style: int Platform_V25_AppCompat +io.reactivex.Observable: io.reactivex.Observable concatMapSingle(io.reactivex.functions.Function) +james.adaptiveicon.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar +cyanogenmod.app.BaseLiveLockManagerService$1: boolean unregisterChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) +com.turingtechnologies.materialscrollbar.R$style: int Base_V23_Theme_AppCompat_Light +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean getWind() +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: long getTime() +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property SnowPrecipitation +androidx.fragment.R$dimen: int compat_control_corner_material +retrofit2.KotlinExtensions$awaitResponse$$inlined$suspendCancellableCoroutine$lambda$1 +wangdaye.com.geometricweather.R$attr: int cpv_alphaChannelVisible +okio.Okio$2: okio.Timeout val$timeout +com.google.android.material.R$id: int honorRequest +androidx.constraintlayout.widget.R$attr: int flow_lastHorizontalStyle +com.google.android.material.R$dimen: R$dimen() +android.didikee.donate.R$attr: int colorControlHighlight +androidx.recyclerview.R$styleable: int ColorStateListItem_alpha +androidx.preference.R$dimen: int abc_text_size_medium_material +com.bumptech.glide.R$drawable: R$drawable() +wangdaye.com.geometricweather.R$attr: int verticalOffset +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorSwitchThumbNormal +androidx.constraintlayout.widget.R$styleable: int Spinner_android_entries +io.reactivex.Observable: io.reactivex.Observable concatMapMaybe(io.reactivex.functions.Function) +com.bumptech.glide.R$dimen: int compat_button_inset_horizontal_material +wangdaye.com.geometricweather.R$attr: int progressIndicatorStyle +cyanogenmod.providers.CMSettings$DelimitedListValidator: boolean validate(java.lang.String) +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_AutoCompleteTextView +androidx.preference.R$dimen: int abc_dropdownitem_text_padding_left +wangdaye.com.geometricweather.R$styleable: int[] PopupWindow +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_CompoundButton_CheckBox +androidx.constraintlayout.widget.R$styleable: int Constraint_transitionPathRotate +android.support.v4.os.IResultReceiver$Stub: android.support.v4.os.IResultReceiver asInterface(android.os.IBinder) +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Dialog +com.turingtechnologies.materialscrollbar.R$attr: int closeIconStartPadding +androidx.constraintlayout.widget.R$attr: int itemPadding +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone: double GmtOffset +androidx.appcompat.R$drawable: int btn_radio_on_mtrl +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_138 +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.internal.util.AtomicThrowable errors +okhttp3.OkHttpClient: java.net.Proxy proxy() +cyanogenmod.providers.CMSettings$Secure: boolean putLongForUser(android.content.ContentResolver,java.lang.String,long,int) +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Button +com.google.android.material.R$attr: int autoSizeStepGranularity +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder proxySelector(java.net.ProxySelector) +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void dispose() +okio.BufferedSink: okio.BufferedSink writeString(java.lang.String,int,int,java.nio.charset.Charset) +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver parent +androidx.constraintlayout.widget.R$styleable: int KeyCycle_motionTarget +cyanogenmod.externalviews.KeyguardExternalView$9: cyanogenmod.externalviews.KeyguardExternalView this$0 +com.tencent.bugly.crashreport.common.info.a: java.lang.String d +io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.functions.Function,int,io.reactivex.ObservableSource[]) +wangdaye.com.geometricweather.R$drawable: int ic_water_percent +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_BottomAppBar_Primary +com.turingtechnologies.materialscrollbar.R$attr: int tabPaddingBottom +cyanogenmod.content.Intent +androidx.preference.R$string: int summary_collapsed_preference_list +androidx.constraintlayout.widget.R$styleable: int Toolbar_popupTheme +wangdaye.com.geometricweather.R$drawable: int notif_temp_109 +androidx.preference.R$color: int switch_thumb_disabled_material_dark +androidx.appcompat.widget.ActionBarContextView: int getContentHeight() +com.jaredrummler.android.colorpicker.R$color: int error_color_material_dark +cyanogenmod.profiles.BrightnessSettings: boolean mOverride +androidx.constraintlayout.widget.R$id: int action_divider +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.HalfDay[] halfDays +okhttp3.internal.http2.Http2: java.lang.String frameLog(boolean,int,int,byte,byte) +com.amap.api.location.AMapLocation: void setFloor(java.lang.String) +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_icon_5 +androidx.appcompat.widget.ActivityChooserView$InnerLayout: ActivityChooserView$InnerLayout(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$integer: int mtrl_calendar_year_selector_span +okhttp3.internal.http1.Http1Codec$FixedLengthSource: long bytesRemaining +android.didikee.donate.R$styleable: int MenuItem_android_checked +james.adaptiveicon.R$style: int Widget_AppCompat_RatingBar_Small +okhttp3.HttpUrl: void canonicalize(okio.Buffer,java.lang.String,int,int,java.lang.String,boolean,boolean,boolean,boolean,java.nio.charset.Charset) +cyanogenmod.platform.Manifest$permission: java.lang.String LIVE_LOCK_SCREEN_MANAGER_ACCESS +wangdaye.com.geometricweather.R$string: int settings_summary_background_free_on +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: void onNext(java.lang.Object) +wangdaye.com.geometricweather.R$drawable: int weather_fog +com.baidu.location.g.a: a() +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_9 +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeCloudCover(java.lang.Integer) +androidx.work.R$id: int accessibility_action_clickable_span +io.reactivex.Observable: io.reactivex.Observable mergeArray(io.reactivex.ObservableSource[]) +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit KM +james.adaptiveicon.R$drawable: int abc_btn_default_mtrl_shape +com.jaredrummler.android.colorpicker.R$style: int Platform_AppCompat +james.adaptiveicon.R$dimen: int abc_button_inset_horizontal_material +okhttp3.internal.ws.WebSocketWriter: boolean isClient +com.amap.api.location.AMapLocationClientOption$GeoLanguage: com.amap.api.location.AMapLocationClientOption$GeoLanguage EN +wangdaye.com.geometricweather.R$drawable: int abc_btn_radio_to_on_mtrl_000 +androidx.appcompat.widget.AppCompatToggleButton +androidx.appcompat.R$id: int buttonPanel +okhttp3.internal.http2.Http2Codec: java.util.List HTTP_2_SKIPPED_RESPONSE_HEADERS +androidx.preference.R$styleable: int MenuView_android_horizontalDivider +retrofit2.Invocation: java.util.List arguments +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String nighttimeWindLevel +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String THEME_ID +androidx.constraintlayout.widget.Barrier +cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_registerChangeListener +com.google.android.material.navigation.NavigationView: android.view.Menu getMenu() +wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation: wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation[] values() +androidx.hilt.lifecycle.R$id: int tag_unhandled_key_listeners +wangdaye.com.geometricweather.R$styleable: int StateListDrawable_android_exitFadeDuration +androidx.dynamicanimation.R$attr: int fontWeight +james.adaptiveicon.R$style: int Widget_AppCompat_Toolbar +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_alertDialogTheme +retrofit2.http.PartMap +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_26 +wangdaye.com.geometricweather.R$styleable: int AppCompatSeekBar_tickMark +james.adaptiveicon.R$style: int Theme_AppCompat_Light +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_RatingBar_Small +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Rain: java.lang.String Unit +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void dispose() +androidx.drawerlayout.R$style: int TextAppearance_Compat_Notification_Line2 +androidx.preference.R$attr: int windowFixedWidthMinor +com.jaredrummler.android.colorpicker.R$id: int titleDividerNoCustom +wangdaye.com.geometricweather.R$id: int widget_week_icon_3 +com.tencent.bugly.proguard.aq: aq() +io.reactivex.disposables.ReferenceDisposable: void dispose() +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: java.util.concurrent.atomic.AtomicReference observers +com.tencent.bugly.proguard.z: java.io.BufferedReader a(java.io.File) +cyanogenmod.externalviews.KeyguardExternalView$10: cyanogenmod.externalviews.KeyguardExternalView this$0 +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintTop_toTopOf +com.google.android.material.R$styleable: int[] RangeSlider +com.amap.api.location.AMapLocationQualityReport: java.lang.String e +wangdaye.com.geometricweather.R$attr: int layout_constraintGuide_begin +com.amap.api.fence.PoiItem: java.lang.String h +io.reactivex.internal.util.HashMapSupplier: java.util.Map call() +com.turingtechnologies.materialscrollbar.R$layout: int abc_action_bar_up_container +androidx.constraintlayout.widget.R$attr: int switchStyle +wangdaye.com.geometricweather.R$id: int treeIcon +okio.BufferedSource: long readDecimalLong() +cyanogenmod.app.ProfileManager: void resetAll() +wangdaye.com.geometricweather.R$styleable: int Transition_pathMotionArc +cyanogenmod.providers.CMSettings$Secure: java.util.List getDelimitedStringAsList(android.content.ContentResolver,java.lang.String,java.lang.String) +androidx.appcompat.R$color: int abc_background_cache_hint_selector_material_dark +wangdaye.com.geometricweather.R$drawable: int abc_vector_test +com.turingtechnologies.materialscrollbar.R$style: int Theme_Design_Light +androidx.viewpager.R$layout: R$layout() +com.google.android.material.R$attr: int panelBackground +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Chip +com.xw.repo.bubbleseekbar.R$color: int abc_btn_colored_text_material +androidx.appcompat.widget.AppCompatImageButton: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) +cyanogenmod.themes.ThemeManager: void onClientDestroyed(cyanogenmod.themes.ThemeManager$ThemeChangeListener) +okhttp3.internal.http.HttpCodec: void flushRequest() +androidx.constraintlayout.widget.R$attr: int actionModePasteDrawable +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float so2 +androidx.loader.R$styleable: int FontFamilyFont_android_font +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeCopyDrawable +okhttp3.internal.ws.RealWebSocket$Streams: okio.BufferedSink sink +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData: void onActive() +com.jaredrummler.android.colorpicker.R$id: int wrap_content +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Headline6 +com.google.android.gms.base.R$drawable: int common_google_signin_btn_text_light_focused +androidx.appcompat.resources.R$drawable: int notification_icon_background +androidx.appcompat.widget.Toolbar: void setTitleMarginBottom(int) +wangdaye.com.geometricweather.R$styleable: int TextAppearance_textLocale +androidx.loader.R$style: int Widget_Compat_NotificationActionContainer +com.turingtechnologies.materialscrollbar.R$attr: int actionBarStyle +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex today +io.reactivex.internal.util.VolatileSizeArrayList: java.util.ListIterator listIterator() +androidx.constraintlayout.widget.R$styleable: int ColorStateListItem_android_alpha +com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType ALIYUN +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX +wangdaye.com.geometricweather.db.entities.DaoMaster: wangdaye.com.geometricweather.db.entities.DaoSession newDevSession(android.content.Context,java.lang.String) +androidx.recyclerview.R$styleable: int[] GradientColorItem +wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit valueOf(java.lang.String) +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: boolean offer(java.lang.Object,java.lang.Object) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property Pm10 +wangdaye.com.geometricweather.R$attr: int bsb_touch_to_seek +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: void dispose() +wangdaye.com.geometricweather.R$attr: int radius_to +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: void dispose() +okio.Options: okio.ByteString get(int) +com.turingtechnologies.materialscrollbar.R$color: int design_error +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index: double val +james.adaptiveicon.R$styleable: int PopupWindow_overlapAnchor +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_14 +androidx.preference.R$layout: int abc_action_mode_bar +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_motionProgress +retrofit2.ParameterHandler$Part: void apply(retrofit2.RequestBuilder,java.lang.Object) +wangdaye.com.geometricweather.R$id: int item_trend_hourly +com.google.android.material.R$style: int Base_V14_ThemeOverlay_MaterialComponents_Dialog +com.tencent.bugly.a: void onServerStrategyChanged(com.tencent.bugly.crashreport.common.strategy.StrategyBean) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: java.lang.Object rainSnowLimitRaw +wangdaye.com.geometricweather.R$string: int grass +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: long serialVersionUID +androidx.vectordrawable.R$styleable: int GradientColor_android_centerColor +androidx.legacy.coreutils.R$id: int line3 +com.amap.api.location.AMapLocation: java.lang.String l(com.amap.api.location.AMapLocation,java.lang.String) +wangdaye.com.geometricweather.R$attr: int selectable +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_switchTextAppearance +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: boolean isDisposed() +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_CHACHA20_POLY1305_SHA256 +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void onStop() +io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Dialog +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TabLayout_Colored +androidx.viewpager2.R$id: int action_image +okhttp3.logging.LoggingEventListener: void connectionAcquired(okhttp3.Call,okhttp3.Connection) +cyanogenmod.app.IProfileManager$Stub$Proxy: IProfileManager$Stub$Proxy(android.os.IBinder) +com.google.android.material.internal.ScrimInsetsFrameLayout: ScrimInsetsFrameLayout(android.content.Context,android.util.AttributeSet,int) +androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse +james.adaptiveicon.R$attr: int showDividers +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Tooltip +com.google.android.material.progressindicator.ProgressIndicator: void setIndicatorCornerRadius(int) +com.google.android.material.R$dimen: int tooltip_y_offset_non_touch +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void slideLockscreenIn() +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: void setDataConnectionState(boolean) +com.google.android.gms.common.api.internal.zabi +cyanogenmod.app.CustomTile$ExpandedStyle: void internalSetExpandedItems(java.util.ArrayList) +androidx.vectordrawable.animated.R$styleable: int ColorStateListItem_android_color +okhttp3.internal.cache2.Relay$RelaySource: okhttp3.internal.cache2.Relay this$0 +com.google.android.material.R$styleable: int Toolbar_titleMargins +okhttp3.internal.connection.RouteSelector: java.lang.String getHostString(java.net.InetSocketAddress) +com.google.gson.stream.JsonReader: void endArray() +android.didikee.donate.R$styleable: int ActionMode_background +okhttp3.CacheControl: java.lang.String toString() +com.google.gson.stream.JsonReader: boolean isLiteral(char) +cyanogenmod.app.Profile: void setDozeMode(int) +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Compat_Notification_Info +androidx.constraintlayout.widget.R$attr: int drawerArrowStyle +com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat_Dark +com.jaredrummler.android.colorpicker.R$dimen: int compat_button_inset_horizontal_material +androidx.swiperefreshlayout.widget.SwipeRefreshLayout$SavedState +com.google.android.material.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTitlePanelStyle +com.turingtechnologies.materialscrollbar.R$styleable: int[] MaterialScrollBar +io.reactivex.internal.observers.DeferredScalarDisposable: DeferredScalarDisposable(io.reactivex.Observer) +androidx.customview.R$id: int tag_unhandled_key_listeners +wangdaye.com.geometricweather.R$drawable: int weather_wind_mini_light +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float getCO() +com.google.android.material.chip.Chip: android.graphics.drawable.Drawable getCheckedIcon() +com.amap.api.fence.DistrictItem: void setCitycode(java.lang.String) +com.google.android.material.R$attr: int contrast +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse +androidx.appcompat.widget.SearchView: java.lang.CharSequence getQuery() +android.didikee.donate.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Snow: AccuDailyResult$DailyForecasts$Night$Snow() +androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat_Dark +androidx.appcompat.widget.ActivityChooserView: void setDefaultActionButtonContentDescription(int) +wangdaye.com.geometricweather.R$attr: int enforceMaterialTheme +com.google.android.material.button.MaterialButton: void setStrokeWidthResource(int) +androidx.lifecycle.FullLifecycleObserver: void onPause(androidx.lifecycle.LifecycleOwner) +wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_android_switchTextOff +com.google.android.material.imageview.ShapeableImageView: ShapeableImageView(android.content.Context,android.util.AttributeSet,int) +com.turingtechnologies.materialscrollbar.R$id: int custom +androidx.appcompat.resources.R$layout: int notification_action_tombstone +androidx.loader.R$attr: int fontProviderAuthority +com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: java.lang.reflect.Type getGenericComponentType() +androidx.appcompat.widget.ActionBarContextView: void setTitleOptional(boolean) +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: void setDefaultSmsSub(int) +okio.Buffer: okio.Buffer writeHexadecimalUnsignedLong(long) +com.tencent.bugly.proguard.a: java.lang.String a(java.util.ArrayList) +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_elevation_material +com.tencent.bugly.proguard.z: byte[] a(android.os.Parcelable) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_TEMPERATURE_DAY_VALIDATOR +com.google.android.material.R$styleable: int Transform_android_translationZ +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial: int UnitType +com.google.android.material.R$style: int Widget_AppCompat_Light_ListView_DropDown +androidx.work.R$id: int accessibility_custom_action_6 +cyanogenmod.providers.CMSettings$Secure: java.lang.String ENABLED_EVENT_LIVE_LOCKS_KEY +androidx.viewpager.R$dimen: int notification_large_icon_width +james.adaptiveicon.R$styleable: int AppCompatTheme_checkboxStyle +wangdaye.com.geometricweather.R$id: int dialog_learn_more_about_geocoder_container +android.didikee.donate.R$style: int TextAppearance_AppCompat_SearchResult_Title +wangdaye.com.geometricweather.settings.dialogs.MinimalIconDialog: MinimalIconDialog() +androidx.dynamicanimation.R$style: int TextAppearance_Compat_Notification_Info +com.google.android.material.R$attr: int yearStyle +androidx.appcompat.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_0 +androidx.appcompat.R$styleable: int AppCompatTextHelper_android_drawableTop +com.google.android.material.R$color: int bright_foreground_inverse_material_light +androidx.work.R$dimen: int notification_large_icon_width +com.google.android.material.R$bool: R$bool() +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain: java.lang.Float cumul12H +com.google.android.material.R$styleable: int AppCompatTheme_actionModeCopyDrawable +wangdaye.com.geometricweather.common.ui.widgets.RoundProgress +com.github.rahatarmanahmed.cpv.CircularProgressView$6: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_fontStyle +androidx.constraintlayout.motion.widget.MotionLayout: int getStartState() +okhttp3.Cache: Cache(java.io.File,long) +com.google.android.material.R$layout: int design_bottom_navigation_item +com.google.android.material.R$style: int Widget_MaterialComponents_Button_OutlinedButton +com.google.android.material.R$anim: int btn_checkbox_to_unchecked_check_path_merged_animation +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox +okio.RealBufferedSource +cyanogenmod.profiles.ConnectionSettings$1: cyanogenmod.profiles.ConnectionSettings[] newArray(int) +androidx.preference.R$attr: int buttonBarNeutralButtonStyle +cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_LOW_POWER +wangdaye.com.geometricweather.R$attr: int singleLineTitle +com.google.android.material.button.MaterialButton: android.content.res.ColorStateList getStrokeColor() +com.baidu.location.e.l$b: int d(com.baidu.location.e.l$b) +com.tencent.bugly.crashreport.common.info.a: java.lang.String aa +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_firstHorizontalStyle +com.amap.api.location.AMapLocation: java.lang.String getCityCode() +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionBar_TabBar +james.adaptiveicon.R$drawable: int abc_popup_background_mtrl_mult +androidx.hilt.R$id: int accessibility_custom_action_3 +com.google.gson.internal.JsonReaderInternalAccess: void promoteNameToValue(com.google.gson.stream.JsonReader) +androidx.recyclerview.widget.RecyclerView: void addOnItemTouchListener(androidx.recyclerview.widget.RecyclerView$OnItemTouchListener) +cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener: void onDetachedFromWindow() +com.google.android.material.appbar.AppBarLayout$Behavior +wangdaye.com.geometricweather.R$styleable: int ImageFilterView_overlay +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintWidth_percent +com.google.android.material.R$styleable: int AppCompatTheme_android_windowIsFloating +cyanogenmod.content.Intent: Intent() +wangdaye.com.geometricweather.R$drawable: int notif_temp_86 +com.jaredrummler.android.colorpicker.ColorPickerView: void setColor(int) +okio.AsyncTimeout: boolean exit() +com.google.android.material.R$attr: int contentInsetLeft +androidx.lifecycle.extensions.R$dimen: int notification_action_text_size +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps: java.util.List timelapsItems +com.google.android.material.R$styleable: int[] MaterialCheckBox +james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize +wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_textColor +wangdaye.com.geometricweather.R$drawable: int preference_list_divider_material +wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: void setBackgroundColorEnd(int) +wangdaye.com.geometricweather.R$string: int feedback_click_toggle +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintVertical_weight +com.google.android.material.R$attr: int animate_relativeTo +wangdaye.com.geometricweather.R$array: int dark_modes +com.jaredrummler.android.colorpicker.R$attr +com.amap.api.location.AMapLocation: void setBuildingId(java.lang.String) +io.reactivex.Observable: io.reactivex.Observable concatMapSingleDelayError(io.reactivex.functions.Function,boolean) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX +androidx.constraintlayout.widget.R$color: int foreground_material_light +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property HourlyForecast +cyanogenmod.themes.ThemeManager$1: cyanogenmod.themes.ThemeManager this$0 +cyanogenmod.app.IProfileManager$Stub$Proxy: cyanogenmod.app.Profile getProfile(android.os.ParcelUuid) +okhttp3.internal.ws.RealWebSocket: java.util.Random random +com.turingtechnologies.materialscrollbar.R$style: int Base_DialogWindowTitle_AppCompat +com.google.android.gms.internal.location.zzbc +com.google.android.gms.signin.internal.zam: android.os.Parcelable$Creator CREATOR +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void drain() +com.google.android.material.internal.NavigationMenuView: int getWindowAnimations() +com.amap.api.location.AMapLocationClientOption: long b +cyanogenmod.profiles.ConnectionSettings: void processOverride(android.content.Context) +okhttp3.internal.http2.Http2Stream$FramingSink +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_1 +james.adaptiveicon.R$attr: int titleMarginTop +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionMenuTextColor +io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable: boolean isDisposed() +com.jaredrummler.android.colorpicker.R$styleable: int Preference_icon +cyanogenmod.weather.CMWeatherManager$RequestStatus: int SUBMITTED_TOO_SOON +com.xw.repo.bubbleseekbar.R$styleable: int[] ButtonBarLayout +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: ObservableMergeWithMaybe$MergeWithObserver(io.reactivex.Observer) +com.turingtechnologies.materialscrollbar.R$attr: int switchMinWidth +io.reactivex.internal.operators.observable.ObservableGroupBy$State: boolean checkTerminated(boolean,boolean,io.reactivex.Observer,boolean) +androidx.preference.R$id: int accessibility_custom_action_29 +androidx.constraintlayout.widget.R$id: int staticPostLayout +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_RatingBar +wangdaye.com.geometricweather.R$animator: int weather_cloudy_2 +james.adaptiveicon.R$style: int AlertDialog_AppCompat_Light +androidx.loader.R$dimen: int compat_button_inset_horizontal_material +wangdaye.com.geometricweather.R$id: int search_edit_frame +com.google.android.material.textfield.TextInputLayout: void setBoxStrokeWidthFocusedResource(int) +com.google.android.material.R$styleable: int Layout_layout_constraintWidth_percent +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Display1 +androidx.constraintlayout.utils.widget.ImageFilterView: ImageFilterView(android.content.Context) +com.google.android.material.R$attr: int layout_constraintHeight_max +wangdaye.com.geometricweather.R$attr: int shrinkMotionSpec +wangdaye.com.geometricweather.R$id: int mtrl_picker_header +androidx.fragment.R$drawable: int notification_template_icon_bg +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: java.util.concurrent.Callable other +retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: RxJava2CallAdapterFactory(io.reactivex.Scheduler,boolean) +com.google.android.material.R$style: int TestStyleWithThemeLineHeightAttribute +androidx.core.R$color: int notification_action_color_filter +wangdaye.com.geometricweather.R$styleable: int SearchView_suggestionRowLayout +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_suffixText +androidx.vectordrawable.animated.R$id: int notification_main_column +androidx.loader.R$styleable: int FontFamilyFont_android_fontWeight +okhttp3.internal.ws.WebSocketReader$FrameCallback: void onReadPong(okio.ByteString) +com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_color +james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarTabStyle +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder connectionSpecs(java.util.List) +cyanogenmod.app.ProfileManager: android.app.NotificationGroup getNotificationGroup(java.util.UUID) +com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getHint() +com.google.android.material.R$styleable: int AnimatedStateListDrawableCompat_android_dither +io.reactivex.Observable: io.reactivex.Observable unsafeCreate(io.reactivex.ObservableSource) +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: io.reactivex.internal.queue.SpscLinkedArrayQueue queue +android.didikee.donate.R$style: int Theme_AppCompat_Light_Dialog +okhttp3.internal.cache2.Relay: okhttp3.internal.cache2.Relay edit(java.io.File,okio.Source,okio.ByteString,long) +okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level HEADERS +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: java.lang.String getDensityVoice(android.content.Context,float) +androidx.hilt.R$drawable: R$drawable() +wangdaye.com.geometricweather.R$id: int decelerateAndComplete +io.reactivex.Observable: io.reactivex.Observable doAfterTerminate(io.reactivex.functions.Action) +cyanogenmod.hardware.ICMHardwareService: boolean requireAdaptiveBacklightForSunlightEnhancement() +androidx.core.R$attr: int fontProviderFetchStrategy +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Metric: int UnitType +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xnt +okhttp3.Route: java.net.Proxy proxy +wangdaye.com.geometricweather.R$string: int precipitation_heavy +com.xw.repo.bubbleseekbar.R$attr: int closeIcon +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense +okhttp3.internal.ws.WebSocketReader: WebSocketReader(boolean,okio.BufferedSource,okhttp3.internal.ws.WebSocketReader$FrameCallback) +android.didikee.donate.R$dimen: int hint_pressed_alpha_material_dark +android.didikee.donate.R$styleable: int SwitchCompat_thumbTintMode +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarViewPager: void setOnApplyWindowInsetsListener(android.view.View$OnApplyWindowInsetsListener) +wangdaye.com.geometricweather.R$drawable: int abc_list_divider_mtrl_alpha +androidx.appcompat.R$styleable: int MenuItem_android_visible +com.amap.api.fence.GeoFenceListener +com.google.android.material.R$styleable: int Constraint_layout_constraintHeight_max +com.google.android.material.R$attr: int paddingTopNoTitle +androidx.preference.R$id: int accessibility_custom_action_16 +com.turingtechnologies.materialscrollbar.R$color: int material_grey_100 +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int MIXED_RAIN_AND_HAIL +wangdaye.com.geometricweather.R$layout: int select_dialog_singlechoice_material +io.reactivex.internal.operators.observable.ObservableGroupBy$State: void onError(java.lang.Throwable) +com.xw.repo.bubbleseekbar.R$layout: int abc_alert_dialog_material +com.amap.api.location.APSService: void onDestroy() +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_android_textOn +okio.GzipSink: void write(okio.Buffer,long) +androidx.appcompat.R$drawable: int abc_textfield_search_default_mtrl_alpha +com.tencent.bugly.proguard.ar: java.lang.String b +com.tencent.bugly.crashreport.crash.e: com.tencent.bugly.crashreport.crash.CrashDetailBean b(java.lang.Thread,java.lang.Throwable,boolean,java.lang.String,byte[]) +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: io.reactivex.processors.FlowableProcessor processor +androidx.core.R$styleable: int GradientColor_android_startColor +android.didikee.donate.R$bool: int abc_config_actionMenuItemAllCaps +com.google.android.material.chip.Chip: void setChipText(java.lang.CharSequence) +com.xw.repo.bubbleseekbar.R$styleable: int MenuGroup_android_visible +androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type CONSTANT +androidx.customview.R$styleable: int ColorStateListItem_android_alpha +com.google.android.material.R$string: int abc_searchview_description_submit +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX() +com.google.android.material.R$dimen: int mtrl_fab_translation_z_pressed +okhttp3.internal.connection.RealConnection$1: void close() +okhttp3.internal.cache.DiskLruCache: java.lang.String CLEAN +com.google.android.material.R$styleable: int Layout_maxWidth +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void onComplete() +androidx.lifecycle.R: R() +wangdaye.com.geometricweather.main.dialogs.LocationHelpDialog: LocationHelpDialog() +androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_Dialog +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Snackbar_FullWidth +com.xw.repo.bubbleseekbar.R$attr: int homeLayout +com.google.android.material.R$styleable: int ConstraintSet_pivotAnchor +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_SearchView +com.tencent.bugly.proguard.j: void a(boolean,int) +wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: void setTextColor(int) +com.google.android.material.textfield.TextInputLayout: void setErrorTextAppearance(int) +okhttp3.internal.http.HttpHeaders: long stringToLong(java.lang.String) +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: long serialVersionUID +wangdaye.com.geometricweather.R$string: int material_slider_range_start +androidx.preference.R$style: int Preference_SwitchPreferenceCompat +wangdaye.com.geometricweather.R$style: int EmptyTheme +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver parent +com.google.android.material.R$string: int mtrl_picker_text_input_year_abbr +okhttp3.MediaType: java.lang.String TOKEN +wangdaye.com.geometricweather.db.entities.AlertEntity: int color +okhttp3.Cache: long maxSize() +androidx.coordinatorlayout.R$id: int accessibility_custom_action_10 +com.google.android.material.R$styleable: int AppCompatTheme_controlBackground +com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat +com.tencent.bugly.crashreport.crash.e: java.lang.Thread$UncaughtExceptionHandler f +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow +wangdaye.com.geometricweather.R$drawable: int notif_temp_101 +wangdaye.com.geometricweather.R$dimen: int cpv_dialog_preview_height +androidx.preference.R$styleable: int SwitchPreferenceCompat_android_disableDependentsState +com.amap.api.fence.PoiItem: java.lang.String getAdname() +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light_Dialog +androidx.constraintlayout.widget.R$color: int tooltip_background_light +android.support.v4.os.ResultReceiver$1: android.support.v4.os.ResultReceiver[] newArray(int) +com.google.android.material.R$style: int Widget_AppCompat_ActionBar_TabView +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation precipitation +wangdaye.com.geometricweather.R$drawable: int notif_temp_111 +wangdaye.com.geometricweather.R$id: int spline +okhttp3.internal.http2.Http2Connection$7: okhttp3.internal.http2.ErrorCode val$errorCode +androidx.hilt.work.R$string +android.didikee.donate.R$attr: int searchIcon +okio.Buffer$UnsafeCursor: long resizeBuffer(long) +com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawable_android_exitFadeDuration +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void onError(java.lang.Throwable) +androidx.vectordrawable.R$attr: int alpha +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: int bufferSize +okio.Buffer: java.lang.String toString() +com.turingtechnologies.materialscrollbar.R$color: int tooltip_background_light +com.bumptech.glide.GeneratedAppGlideModule +okio.GzipSource: void consumeHeader() +com.google.android.material.R$style: int Widget_Design_BottomSheet_Modal +androidx.cardview.widget.CardView: android.content.res.ColorStateList getCardBackgroundColor() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowFixedWidthMajor +android.didikee.donate.R$style: int Widget_AppCompat_ActionButton +wangdaye.com.geometricweather.R$array: int air_quality_co_units +wangdaye.com.geometricweather.R$drawable: int notif_temp_11 +com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_showAlphaSlider +androidx.preference.Preference$BaseSavedState: android.os.Parcelable$Creator CREATOR +androidx.lifecycle.MediatorLiveData$Source +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintEnd_toEndOf +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: io.reactivex.Observer downstream +retrofit2.Utils: java.lang.RuntimeException parameterError(java.lang.reflect.Method,java.lang.Throwable,int,java.lang.String,java.lang.Object[]) +james.adaptiveicon.R$color: int abc_background_cache_hint_selector_material_light +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActivityChooserView +com.google.android.gms.common.SignInButton: void setOnClickListener(android.view.View$OnClickListener) +com.xw.repo.bubbleseekbar.R$id: int line3 +com.google.android.material.R$style: int Animation_AppCompat_DropDownUp +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_chainUseRtl +androidx.dynamicanimation.R$id: int normal +androidx.appcompat.R$styleable: int ActionBar_elevation +androidx.lifecycle.extensions.R$color: int notification_icon_bg_color +wangdaye.com.geometricweather.R$styleable: int OnSwipe_moveWhenScrollAtTop +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$2 +com.google.android.material.R$attr: int tooltipFrameBackground +com.tencent.bugly.BuglyStrategy: boolean h +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: void onSuccess(java.lang.Object) +androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_drawableTop +androidx.transition.R$dimen: int notification_subtext_size +androidx.preference.R$string: int copy +androidx.constraintlayout.widget.R$drawable: int abc_text_select_handle_left_mtrl_light +android.didikee.donate.R$color: int dim_foreground_material_light +com.turingtechnologies.materialscrollbar.R$attr: int windowFixedWidthMajor +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: java.lang.String getEn_US() +wangdaye.com.geometricweather.R$id: int activity_allergen_recyclerView +com.google.android.material.R$attr: int listPreferredItemPaddingStart +com.turingtechnologies.materialscrollbar.R$styleable: int ActivityChooserView_initialActivityCount +okhttp3.FormBody: java.lang.String encodedName(int) +wangdaye.com.geometricweather.R$style: int Base_AlertDialog_AppCompat +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_MinWidth_Bridge +com.google.android.material.R$style: int Widget_AppCompat_ListView_Menu +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintEnd_toEndOf +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Region Region +wangdaye.com.geometricweather.R$color: int highlighted_text_material_light +com.google.android.material.R$style: int Animation_AppCompat_Tooltip +androidx.preference.R$style: int TextAppearance_Compat_Notification_Info +io.reactivex.Observable: io.reactivex.Single toMultimap(io.reactivex.functions.Function,io.reactivex.functions.Function,java.util.concurrent.Callable) +androidx.appcompat.widget.SwitchCompat: java.lang.CharSequence getTextOn() +james.adaptiveicon.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setOnSettingsClickIntent(android.content.Intent) +com.google.android.material.R$styleable: int Toolbar_logo +wangdaye.com.geometricweather.background.service.TileService +com.google.android.material.R$id: int info +com.google.android.material.R$styleable: int AppCompatTheme_ratingBarStyle +com.turingtechnologies.materialscrollbar.R$color: int primary_dark_material_dark +androidx.preference.R$style: int Widget_AppCompat_RatingBar +com.jaredrummler.android.colorpicker.R$styleable: int Preference_summary +com.google.android.material.R$styleable: int AppCompatTheme_actionModeSplitBackground +com.xw.repo.bubbleseekbar.R$id: int notification_main_column_container +com.tencent.bugly.crashreport.crash.c: com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler t +com.google.android.material.R$styleable: int KeyTrigger_triggerSlack +wangdaye.com.geometricweather.R$attr: int overlapAnchor +com.turingtechnologies.materialscrollbar.R$attr: int viewInflaterClass +wangdaye.com.geometricweather.R$string: int material_minute_suffix +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver(io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver) +com.jaredrummler.android.colorpicker.R$attr: int panelBackground +androidx.legacy.coreutils.R$attr +androidx.recyclerview.R$id: int info +cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.RequestInfo$Builder setLocation(android.location.Location) +cyanogenmod.profiles.ConnectionSettings: void setSubId(int) +com.xw.repo.bubbleseekbar.R$attr: int dividerHorizontal +androidx.appcompat.R$dimen: int tooltip_vertical_padding +wangdaye.com.geometricweather.R$dimen: int widget_little_weather_icon_size +com.google.android.material.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize +androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_fontWeight +com.google.android.material.R$style: int Base_V7_Widget_AppCompat_Toolbar +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_logo +com.bumptech.glide.integration.okhttp.R$dimen: int notification_content_margin_start +wangdaye.com.geometricweather.db.entities.AlertEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) +okhttp3.WebSocketListener: void onClosed(okhttp3.WebSocket,int,java.lang.String) +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.R$styleable: int[] BackgroundStyle +androidx.preference.R$attr: int paddingBottomNoButtons +cyanogenmod.profiles.StreamSettings: void getXmlString(java.lang.StringBuilder,android.content.Context) +com.turingtechnologies.materialscrollbar.R$styleable: int CardView_contentPaddingBottom +android.didikee.donate.R$styleable: int AppCompatTheme_textColorAlertDialogListItem +okhttp3.MultipartBody$Builder: okhttp3.MultipartBody$Builder setType(okhttp3.MediaType) +com.google.android.material.R$styleable: int AppBarLayout_android_background +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void innerError(java.lang.Throwable) +com.google.android.material.R$attr: int sizePercent +wangdaye.com.geometricweather.R$styleable: int Tooltip_android_minHeight +com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_paddingBottomSystemWindowInsets +androidx.recyclerview.R$styleable: int FontFamily_fontProviderAuthority +androidx.preference.R$styleable: int AppCompatTheme_radioButtonStyle +com.google.gson.stream.JsonReader$1 +wangdaye.com.geometricweather.R$id: int tag_icon_bottom +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintGuide_percent +com.google.android.material.textfield.TextInputEditText: TextInputEditText(android.content.Context) +com.google.android.material.R$attr: int selectableItemBackground +com.google.android.material.R$color: int mtrl_btn_text_btn_bg_color_selector +com.turingtechnologies.materialscrollbar.R$style: int Platform_ThemeOverlay_AppCompat_Light +wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit[] values() +org.greenrobot.greendao.database.DatabaseOpenHelper: void onCreate(org.greenrobot.greendao.database.Database) +wangdaye.com.geometricweather.db.entities.LocationEntity: float getLongitude() +wangdaye.com.geometricweather.R$styleable: int ShapeableImageView_strokeWidth +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setBrandInfo(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX) +retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: void onSubscribe(io.reactivex.disposables.Disposable) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator HIGH_TOUCH_SENSITIVITY_ENABLE_VALIDATOR +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_bottom_padding +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$3: void run() +com.tencent.bugly.proguard.s: java.net.HttpURLConnection a(java.lang.String,java.lang.String) +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ProgressBar +androidx.preference.R$color: int primary_dark_material_dark +androidx.preference.R$id: int title +retrofit2.Utils: okhttp3.ResponseBody buffer(okhttp3.ResponseBody) +wangdaye.com.geometricweather.R$styleable: int Layout_layout_goneMarginStart +com.jaredrummler.android.colorpicker.R$styleable: int[] AnimatedStateListDrawableItem +wangdaye.com.geometricweather.R$styleable: int Chip_android_checkable +androidx.preference.R$dimen: int abc_dialog_padding_material +android.didikee.donate.R$attr: int editTextBackground +wangdaye.com.geometricweather.R$id: int dialog_weather_hourly_weatherContainer +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_year_vertical_padding +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String ragweedDescription +com.tencent.bugly.crashreport.crash.c: boolean d +cyanogenmod.providers.ThemesContract$MixnMatchColumns: android.net.Uri CONTENT_URI +androidx.lifecycle.GeneratedAdapter: void callMethods(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event,boolean,androidx.lifecycle.MethodCallsLogger) +okio.AsyncTimeout$1: void close() +androidx.constraintlayout.widget.R$color: int switch_thumb_material_light +androidx.preference.R$styleable: int Toolbar_contentInsetStartWithNavigation +okhttp3.internal.ws.RealWebSocket$1: void run() +androidx.lifecycle.SavedStateHandle +androidx.viewpager.R$styleable: int[] FontFamily +com.jaredrummler.android.colorpicker.R$id: int buttonPanel +android.didikee.donate.R$styleable: int ActionMenuItemView_android_minWidth +androidx.preference.R$dimen: int abc_dialog_fixed_height_major +retrofit2.RequestBuilder$ContentTypeOverridingRequestBody: RequestBuilder$ContentTypeOverridingRequestBody(okhttp3.RequestBody,okhttp3.MediaType) +com.amap.api.fence.GeoFence: java.util.List h +wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges +okhttp3.internal.ws.WebSocketReader$FrameCallback: void onReadMessage(java.lang.String) +okio.BufferedSource: int read(byte[],int,int) +cyanogenmod.weatherservice.ServiceRequestResult: int describeContents() +androidx.core.R$styleable: int FontFamilyFont_fontWeight +cyanogenmod.app.BaseLiveLockManagerService$1: void enqueueLiveLockScreen(java.lang.String,int,cyanogenmod.app.LiveLockScreenInfo,int[],int) +com.jaredrummler.android.colorpicker.R$dimen: int abc_dropdownitem_text_padding_right +wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_animSwoopDuration +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_Layout_android_layout_width +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_LOCKSCREEN +androidx.vectordrawable.R$id: int line1 +com.google.android.material.R$styleable: int TextInputLayout_passwordToggleTint +androidx.constraintlayout.widget.R$styleable: int PropertySet_motionProgress +wangdaye.com.geometricweather.R$string: int feedback_search_location +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun: java.util.Date Set +cyanogenmod.app.suggest.IAppSuggestManager$Stub: java.lang.String DESCRIPTOR +cyanogenmod.hardware.CMHardwareManager: int FEATURE_DISPLAY_GAMMA_CALIBRATION +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_textStartPadding +androidx.lifecycle.LiveData: boolean mDispatchingValue +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeSnowPrecipitationProbability +wangdaye.com.geometricweather.R$color: int abc_secondary_text_material_light +androidx.fragment.R$id: int accessibility_custom_action_1 +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeTotalPrecipitation +cyanogenmod.app.CustomTile$ExpandedStyle: void setBuilder(cyanogenmod.app.CustomTile$Builder) +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorContentDescription +androidx.constraintlayout.widget.R$attr: int trackTintMode +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Caption +androidx.transition.R$styleable: int[] FontFamilyFont +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Toolbar +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintVertical_bias +cyanogenmod.app.CustomTile$GridExpandedStyle +androidx.recyclerview.R$layout: int notification_action +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ListMenuView +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property RagweedLevel +wangdaye.com.geometricweather.R$color: int mtrl_filled_icon_tint +androidx.preference.R$styleable: int SwitchPreferenceCompat_summaryOff +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_9 +com.google.gson.stream.JsonReader: void checkLenient() +com.bumptech.glide.load.resource.gif.GifFrameLoader: void setOnEveryFrameReadyListener(com.bumptech.glide.load.resource.gif.GifFrameLoader$OnEveryFrameListener) +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void cancelAllBut(int) +androidx.dynamicanimation.R$style: int Widget_Compat_NotificationActionContainer +com.google.android.material.R$styleable: int TextAppearance_android_typeface +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_subtitle +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity +androidx.hilt.lifecycle.R$drawable: int notification_icon_background +androidx.preference.R$styleable: int SwitchPreferenceCompat_android_switchTextOn +androidx.core.app.NotificationCompatSideChannelService: NotificationCompatSideChannelService() +android.didikee.donate.R$styleable: int DrawerArrowToggle_drawableSize +james.adaptiveicon.R$styleable: int CompoundButton_buttonTintMode +cyanogenmod.providers.WeatherContract$WeatherColumns$TempUnit: WeatherContract$WeatherColumns$TempUnit() +wangdaye.com.geometricweather.R$attr: int attributeName +com.tencent.bugly.proguard.u: int u +androidx.appcompat.R$id: int accessibility_custom_action_14 +com.google.android.material.bottomappbar.BottomAppBar: float getFabCradleRoundedCornerRadius() +com.google.android.material.chip.Chip: com.google.android.material.animation.MotionSpec getHideMotionSpec() +wangdaye.com.geometricweather.R$id: int widget_week_week_2 +android.didikee.donate.R$id: int action_container +com.google.android.material.chip.Chip: void setChipIconVisible(boolean) +com.jaredrummler.android.colorpicker.R$attr: int maxButtonHeight +okio.AsyncTimeout: okio.AsyncTimeout head +com.tencent.bugly.crashreport.a: java.lang.String getLogFromNative() +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void innerError(java.lang.Throwable) +wangdaye.com.geometricweather.R$color: int design_fab_shadow_end_color +cyanogenmod.hardware.ICMHardwareService$Stub: cyanogenmod.hardware.ICMHardwareService asInterface(android.os.IBinder) +com.tencent.bugly.crashreport.crash.jni.b: com.tencent.bugly.crashreport.crash.CrashDetailBean a(android.content.Context,java.lang.String,com.tencent.bugly.crashreport.crash.jni.NativeExceptionHandler) +com.google.android.material.R$styleable: int ConstraintSet_pathMotionArc +androidx.appcompat.widget.AppCompatImageButton: void setImageResource(int) +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_weather_2 +com.jaredrummler.android.colorpicker.R$attr: int maxWidth +okhttp3.internal.ws.RealWebSocket: java.util.concurrent.ScheduledExecutorService executor +com.turingtechnologies.materialscrollbar.R$attr: int scrimBackground +androidx.work.R$id: int accessibility_custom_action_3 +cyanogenmod.app.IPartnerInterface$Stub$Proxy: void reboot() +com.tencent.bugly.crashreport.crash.anr.b: com.tencent.bugly.crashreport.common.info.a d +okhttp3.internal.cache.CacheStrategy$Factory: java.lang.String etag +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_black +wangdaye.com.geometricweather.R$drawable: int abc_action_bar_item_background_material +com.google.android.material.R$styleable: int LinearLayoutCompat_android_gravity +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter value(long) +com.turingtechnologies.materialscrollbar.R$dimen: int abc_cascading_menus_min_smallest_width +wangdaye.com.geometricweather.R$attr: int tabIndicatorFullWidth +cyanogenmod.externalviews.KeyguardExternalView: void unregisterKeyguardExternalViewCallback(cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks) +com.bumptech.glide.load.EncodeStrategy: com.bumptech.glide.load.EncodeStrategy[] values() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: java.lang.String value +androidx.activity.R$layout: R$layout() +com.google.android.material.R$styleable: int FloatingActionButton_backgroundTintMode +androidx.constraintlayout.widget.R$color: int abc_primary_text_material_light +com.autonavi.aps.amapapi.model.AMapLocationServer: boolean e +com.tencent.bugly.crashreport.crash.c +wangdaye.com.geometricweather.R$id: int submenuarrow +cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: java.lang.String NO_RINGTONE +okhttp3.internal.http2.Http2Stream$FramingSink: boolean finished +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintEnd_toStartOf +okhttp3.internal.cache.DiskLruCache: okhttp3.internal.cache.DiskLruCache create(okhttp3.internal.io.FileSystem,java.io.File,int,int,long) +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: io.reactivex.internal.util.AtomicThrowable error +androidx.recyclerview.R$id: int accessibility_custom_action_30 +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color: int Blue +com.google.android.gms.internal.location.zzl +com.turingtechnologies.materialscrollbar.R$attr: int boxCornerRadiusTopStart +android.didikee.donate.R$style: int TextAppearance_AppCompat_Medium +okio.HashingSink: javax.crypto.Mac mac +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_goneMarginEnd +androidx.transition.R$styleable: int[] GradientColorItem +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Button_Borderless +androidx.recyclerview.R$id: int accessibility_custom_action_7 +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) +com.google.android.material.R$styleable: int ProgressIndicator_minHideDelay +com.google.android.material.R$drawable: int ic_clock_black_24dp +wangdaye.com.geometricweather.R$styleable: int Preference_defaultValue +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_pivotY +androidx.preference.R$id: int spinner +com.google.android.material.slider.BaseSlider: BaseSlider(android.content.Context,android.util.AttributeSet,int) +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void cancel() +cyanogenmod.providers.CMSettings$NameValueCache: java.lang.String mVersionSystemProperty +james.adaptiveicon.R$attr: int buttonBarStyle +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast +androidx.preference.R$styleable: int AppCompatTheme_tooltipForegroundColor +okhttp3.internal.ws.RealWebSocket$PingRunnable: RealWebSocket$PingRunnable(okhttp3.internal.ws.RealWebSocket) +com.bumptech.glide.integration.okhttp.R$layout: R$layout() +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown +cyanogenmod.library.R$id: int experience +com.xw.repo.bubbleseekbar.R$drawable +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area$LastAction: AccuAlertResult$Area$LastAction() +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.Date getUpdateDate() +com.jaredrummler.android.colorpicker.R$attr: int popupMenuStyle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial: AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial() +com.google.android.material.R$styleable: int ConstraintSet_transitionPathRotate +com.google.android.material.chip.Chip: android.graphics.drawable.Drawable getChipIcon() +com.turingtechnologies.materialscrollbar.R$color: int foreground_material_dark +wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_text_dark +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_transitionEasing +wangdaye.com.geometricweather.R$id: int packed +cyanogenmod.platform.Manifest$permission: java.lang.String WRITE_WEATHER +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: KeyguardExternalViewProviderService$Provider$ProviderImpl$9(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl,int,int,int,int,boolean,android.graphics.Rect) +com.google.android.material.floatingactionbutton.FloatingActionButton$BaseBehavior: void setInternalAutoHideListener(com.google.android.material.floatingactionbutton.FloatingActionButton$OnVisibilityChangedListener) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX getWeather() +com.google.android.material.R$drawable: int abc_spinner_textfield_background_material +androidx.preference.R$style: int Base_V28_Theme_AppCompat +com.google.android.material.R$styleable: int AppCompatTheme_panelMenuListWidth +cyanogenmod.weather.WeatherLocation$Builder: java.lang.String mCity +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver observer +androidx.appcompat.R$dimen: int abc_dialog_padding_material +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String weatherText +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Rain: AccuDailyResult$DailyForecasts$Night$Rain() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setForecastDaily(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ENABLE_REVERSE_LOOKUP_VALIDATOR +wangdaye.com.geometricweather.R$styleable: int SearchView_searchIcon +com.jaredrummler.android.colorpicker.R$attr: int actionModeFindDrawable +com.bumptech.glide.Priority: com.bumptech.glide.Priority NORMAL +com.turingtechnologies.materialscrollbar.R$color: int material_blue_grey_950 +androidx.preference.R$drawable: int tooltip_frame_light +androidx.preference.R$drawable: R$drawable() +cyanogenmod.app.LiveLockScreenInfo: int PRIORITY_LOW +okio.Options: int intCount(okio.Buffer) +com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_fixed_height_minor +james.adaptiveicon.R$layout: int notification_action +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_TabBar +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxCornerRadiusBottomEnd +androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView +okio.SegmentPool: void recycle(okio.Segment) +com.jaredrummler.android.colorpicker.R$id: int text2 +androidx.lifecycle.service.R +androidx.preference.R$dimen: int abc_alert_dialog_button_bar_height +com.jaredrummler.android.colorpicker.R$layout: int preference_recyclerview +com.amap.api.location.AMapLocationQualityReport: void setNetUseTime(long) +okhttp3.internal.ws.WebSocketProtocol: int OPCODE_CONTROL_PING +androidx.preference.R$layout: int preference_category +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: void setValue(java.lang.String) +androidx.preference.R$attr: int track +com.xw.repo.bubbleseekbar.R$attr: int backgroundStacked +androidx.loader.R$styleable: int FontFamily_fontProviderAuthority +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String tempMin +com.google.android.material.internal.FlowLayout: FlowLayout(android.content.Context,android.util.AttributeSet) +androidx.appcompat.R$anim: int abc_slide_in_top +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header +cyanogenmod.util.ColorUtils: float interp(int,float) +org.greenrobot.greendao.AbstractDaoSession: void delete(java.lang.Object) +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: java.lang.String MinuteText +wangdaye.com.geometricweather.db.entities.DailyEntityDao: DailyEntityDao(org.greenrobot.greendao.internal.DaoConfig) +okio.Buffer: byte readByte() +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String content +wangdaye.com.geometricweather.R$string: int background_information +androidx.appcompat.R$styleable: int StateListDrawable_android_enterFadeDuration +wangdaye.com.geometricweather.db.entities.LocationEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.LocationEntity,int) +james.adaptiveicon.R$attr: int listPreferredItemHeightLarge +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_107 +wangdaye.com.geometricweather.R$styleable: int ArcProgress_progress_width +wangdaye.com.geometricweather.R$string: int key_notification_custom_color +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleTextColor +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableRightCompat +wangdaye.com.geometricweather.R$id: int design_bottom_sheet +com.tencent.bugly.proguard.y: java.lang.String h +com.bumptech.glide.R$styleable: int FontFamilyFont_font +com.bumptech.glide.R$dimen: int notification_content_margin_start +com.google.android.material.R$drawable: int ic_mtrl_chip_close_circle +wangdaye.com.geometricweather.R$styleable: int SearchView_queryBackground +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle +com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_reverseLayout +retrofit2.ParameterHandler$QueryMap: java.lang.reflect.Method method +io.reactivex.internal.operators.observable.ObservableReplay$SizeBoundReplayBuffer: ObservableReplay$SizeBoundReplayBuffer(int) +io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: ExecutorScheduler$DelayedRunnable(java.lang.Runnable) +androidx.appcompat.R$styleable: int AppCompatSeekBar_tickMark +com.google.android.material.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode +james.adaptiveicon.R$styleable: int AppCompatTheme_ratingBarStyleSmall +cyanogenmod.externalviews.KeyguardExternalView: java.lang.String TAG +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric Metric +androidx.lifecycle.extensions.R$anim: int fragment_close_exit +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowMinWidthMinor +james.adaptiveicon.R$id: int none +androidx.fragment.R$dimen: int compat_notification_large_icon_max_height +android.didikee.donate.R$id: int src_over +cyanogenmod.app.Profile: void getXmlString(java.lang.StringBuilder,android.content.Context) +cyanogenmod.providers.CMSettings: java.lang.String ACTION_DATA_USAGE +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_PLAY_QUEUE_VALIDATOR +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability getPrecipitationProbability() +com.bumptech.glide.R$styleable: int FontFamilyFont_ttcIndex +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: android.graphics.Matrix getLocalMatrix() +com.google.android.material.R$styleable: int Transform_android_rotationX +james.adaptiveicon.R$layout: int notification_template_custom_big +androidx.appcompat.R$attr: int alertDialogCenterButtons +com.google.android.material.R$bool: int mtrl_btn_textappearance_all_caps +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: long time +androidx.recyclerview.R$drawable: int notification_bg +com.jaredrummler.android.colorpicker.R$attr: int alphabeticModifiers +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Long getId() +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle +androidx.preference.R$style: int Widget_AppCompat_ActivityChooserView +androidx.viewpager.R$styleable: R$styleable() +wangdaye.com.geometricweather.R$id: int activity_weather_daily_container +android.didikee.donate.R$dimen: int abc_action_bar_content_inset_material +com.google.android.material.floatingactionbutton.FloatingActionButton: boolean getUseCompatPadding() +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: int nameId +io.reactivex.Observable: io.reactivex.Observable doOnEach(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer,io.reactivex.functions.Action,io.reactivex.functions.Action) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeIcePrecipitationDuration +androidx.customview.R$color: int ripple_material_light +androidx.constraintlayout.widget.R$attr: int actionModeCloseDrawable +androidx.preference.R$attr: int editTextBackground +okhttp3.internal.ws.WebSocketProtocol: java.lang.String closeCodeExceptionMessage(int) +wangdaye.com.geometricweather.R$color: int test_mtrl_calendar_day +com.jaredrummler.android.colorpicker.R$id: int submit_area +androidx.drawerlayout.R$styleable: int[] FontFamilyFont +com.xw.repo.bubbleseekbar.R$styleable: int CompoundButton_android_button +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Direction: AccuDailyResult$DailyForecasts$Night$Wind$Direction() +androidx.coordinatorlayout.R$id: int accessibility_custom_action_17 +com.google.android.material.R$attr: int cornerFamily +com.google.android.material.R$attr: int thumbTint +androidx.constraintlayout.widget.R$attr: int listChoiceBackgroundIndicator +com.google.android.material.R$dimen: int design_fab_translation_z_pressed +com.xw.repo.BubbleSeekBar: float getMax() +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_menu_overflow_material +androidx.appcompat.widget.Toolbar: void setTitleMarginEnd(int) +okio.RealBufferedSink: okio.Sink sink +com.turingtechnologies.materialscrollbar.R$dimen: int abc_select_dialog_padding_start_material +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_navigationIcon +com.jaredrummler.android.colorpicker.R$attr: int colorAccent +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowActionBar +com.google.gson.internal.LinkedTreeMap: boolean containsKey(java.lang.Object) +androidx.preference.R$attr: int toolbarNavigationButtonStyle +androidx.preference.R$style: int Theme_AppCompat_Dialog_Alert +wangdaye.com.geometricweather.R$color: int colorLevel_2 +wangdaye.com.geometricweather.R$style: int Widget_Design_BottomSheet_Modal +androidx.lifecycle.AndroidViewModel: AndroidViewModel(android.app.Application) +com.bumptech.glide.load.resource.bitmap.DefaultImageHeaderParser$Reader$EndOfFileException: long serialVersionUID +androidx.lifecycle.ReportFragment: void dispatchStart(androidx.lifecycle.ReportFragment$ActivityInitializationListener) +androidx.appcompat.R$attr: int colorAccent +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: long serialVersionUID +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial: int UnitType +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Metric: int UnitType +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeThunderstormPrecipitationDuration +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_4 +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_orderInCategory +wangdaye.com.geometricweather.R$styleable: int Preference_android_fragment +james.adaptiveicon.R$styleable: int AppCompatTheme_colorControlActivated +wangdaye.com.geometricweather.R$styleable: int PreferenceFragment_android_layout +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: java.lang.String getCode() +com.google.android.material.R$dimen: int appcompat_dialog_background_inset +android.didikee.donate.R$layout: int abc_screen_toolbar +androidx.constraintlayout.widget.R$styleable: int FontFamily_fontProviderFetchStrategy +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: ObservableSkipLastTimed$SkipLastTimedObserver(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,int,boolean) +wangdaye.com.geometricweather.R$drawable: int notif_temp_70 +com.google.android.material.R$styleable: int Constraint_flow_firstVerticalBias +wangdaye.com.geometricweather.R$attr: int imageButtonStyle +androidx.preference.R$styleable: int StateListDrawable_android_variablePadding +wangdaye.com.geometricweather.R$id: int labelGroup +androidx.appcompat.R$layout: int abc_screen_toolbar +com.google.android.material.R$style: int Base_Widget_MaterialComponents_TextView +io.reactivex.Observable: io.reactivex.Observable retryUntil(io.reactivex.functions.BooleanSupplier) +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleMargins +androidx.appcompat.R$color: int abc_search_url_text_pressed +cyanogenmod.themes.IThemeService$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +cyanogenmod.externalviews.ExternalViewProviderService$Provider: int getWindowType() +wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String country +com.google.android.material.R$attr: int extendMotionSpec +wangdaye.com.geometricweather.R$layout: int notification_template_part_time +wangdaye.com.geometricweather.R$string: int wind_speed +androidx.appcompat.R$id: int search_plate +com.google.android.material.chip.Chip: void setSingleLine(boolean) +cyanogenmod.weather.WeatherLocation: WeatherLocation(android.os.Parcel) +wangdaye.com.geometricweather.R$string: int date_format_widget_long +okio.Okio$1: okio.Timeout timeout() +com.google.android.material.R$attr: int indicatorSize +okhttp3.Interceptor$Chain: int readTimeoutMillis() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_ratingBarStyleIndicator +okio.SegmentedByteString: okio.ByteString hmacSha1(okio.ByteString) +androidx.coordinatorlayout.R$id: int chronometer +androidx.appcompat.R$color: int material_grey_600 +com.baidu.location.indoor.mapversion.c.c$b: double d +wangdaye.com.geometricweather.R$id: int moldIcon +com.google.android.gms.base.R$string: int common_google_play_services_update_text +wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit PPCM +wangdaye.com.geometricweather.R$id: int widget_text_weather +wangdaye.com.geometricweather.R$string: int feedback_refresh_notification_after_back +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title +com.google.android.material.R$attr: int actionDropDownStyle +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub +com.google.android.material.transformation.TransformationChildLayout +okio.Buffer$1 +okio.Segment: okio.Segment pop() +com.tencent.bugly.crashreport.CrashReport: void setAppChannel(android.content.Context,java.lang.String) +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void otherSuccess(java.lang.Object) +androidx.preference.R$attr: int actionModeStyle +okio.Buffer: java.lang.String readUtf8LineStrict() +cyanogenmod.app.StatusBarPanelCustomTile: java.lang.Object clone() +wangdaye.com.geometricweather.R$id: int widget_clock_day_card +okio.ByteString: boolean startsWith(byte[]) +okhttp3.internal.Util: java.lang.String inet6AddressToAscii(byte[]) +okhttp3.Response: okhttp3.Response networkResponse +okhttp3.Response: java.util.List headers(java.lang.String) +androidx.lifecycle.SavedStateHandle: java.util.Map mRegular +james.adaptiveicon.R$attr: int checkedTextViewStyle +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleTextAppearance +retrofit2.Retrofit: okhttp3.HttpUrl baseUrl() +okhttp3.logging.LoggingEventListener: void connectFailed(okhttp3.Call,java.net.InetSocketAddress,java.net.Proxy,okhttp3.Protocol,java.io.IOException) +wangdaye.com.geometricweather.R$attr: int badgeTextColor +com.google.android.material.R$id: int spread +wangdaye.com.geometricweather.R$string: int feedback_location_help_title +com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType UNKNOWN +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Description: java.lang.String Localized +androidx.coordinatorlayout.R$attr: int fontProviderFetchTimeout +cyanogenmod.profiles.LockSettings: void writeXmlString(java.lang.StringBuilder,android.content.Context) +androidx.appcompat.R$id: int action_mode_bar +com.google.android.material.R$id: int accessibility_custom_action_31 +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: InkPageIndicator(android.content.Context) +wangdaye.com.geometricweather.common.ui.widgets.DonateImageView: DonateImageView(android.content.Context) +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit getInstance(java.lang.String) +james.adaptiveicon.R$dimen: int notification_action_text_size +wangdaye.com.geometricweather.R$color: int mtrl_outlined_stroke_color +retrofit2.BuiltInConverters$VoidResponseBodyConverter: BuiltInConverters$VoidResponseBodyConverter() +com.google.android.material.R$styleable: int AppCompatTheme_actionMenuTextAppearance +io.reactivex.internal.disposables.EmptyDisposable +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeRainPrecipitation +okhttp3.RequestBody$1: okhttp3.MediaType val$contentType +com.google.android.material.R$styleable: int MockView_mock_labelColor +com.google.android.material.R$attr: int gapBetweenBars +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar +androidx.coordinatorlayout.R$id: int line3 +com.tencent.bugly.crashreport.crash.e: java.lang.String h +okhttp3.internal.Util: okio.ByteString UTF_16_BE_BOM +com.google.android.material.progressindicator.ProgressIndicator: int getTrackColor() +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.lang.String getHour(android.content.Context) +com.google.android.material.slider.Slider: void setThumbTintList(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$attr: int popupMenuBackground +com.google.android.material.R$attr: int behavior_fitToContents +cyanogenmod.externalviews.KeyguardExternalViewProviderService$1$1: cyanogenmod.externalviews.KeyguardExternalViewProviderService$1 this$1 +com.bumptech.glide.load.ImageHeaderParser$ImageType: boolean hasAlpha +androidx.appcompat.R$drawable: int abc_text_select_handle_left_mtrl_light +androidx.appcompat.R$attr: int goIcon +androidx.preference.R$styleable: int ActionBar_navigationMode +androidx.core.R$dimen: int notification_content_margin_start +androidx.fragment.R$id: int tag_accessibility_actions +wangdaye.com.geometricweather.R$color: int material_timepicker_button_background +com.xw.repo.bubbleseekbar.R$attr: int statusBarBackground +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setAlerts(java.util.List) +androidx.preference.R$attr: int fastScrollHorizontalTrackDrawable +com.xw.repo.bubbleseekbar.R$attr: int showAsAction +com.google.android.material.R$styleable: int AppCompatTheme_colorAccent +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_caption_material +androidx.hilt.lifecycle.R$dimen: int compat_control_corner_material +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Rain +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: java.util.List getValue() +com.google.android.material.R$styleable: int ProgressIndicator_indicatorColor +android.support.v4.app.INotificationSideChannel +com.jaredrummler.android.colorpicker.R$styleable: int ViewBackgroundHelper_backgroundTintMode +com.google.android.material.R$attr: int tabGravity +com.google.android.material.R$styleable: int Constraint_android_id +cyanogenmod.providers.CMSettings$Secure: java.lang.String VIBRATOR_INTENSITY +com.google.android.material.R$styleable: int AlertDialog_showTitle +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: java.lang.String removeNativeKeyValue(java.lang.String) +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: java.lang.String speed +retrofit2.converter.gson.GsonRequestBodyConverter: okhttp3.MediaType MEDIA_TYPE +androidx.viewpager2.R$styleable: int[] FontFamily +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: boolean isModify +com.tencent.bugly.proguard.v: void run() +okio.AsyncTimeout: boolean cancelScheduledTimeout(okio.AsyncTimeout) +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: void b(boolean) +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintStart_toEndOf +wangdaye.com.geometricweather.R$styleable: int MotionHelper_onHide +androidx.coordinatorlayout.R$styleable: int GradientColorItem_android_offset +androidx.viewpager.R$styleable: int GradientColor_android_startY +okhttp3.internal.platform.Platform: void afterHandshake(javax.net.ssl.SSLSocket) +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Dialog_MinWidth +wangdaye.com.geometricweather.R$styleable: int Preference_key +androidx.appcompat.resources.R$id: int accessibility_custom_action_8 +androidx.loader.R$drawable: int notification_bg_normal_pressed +androidx.vectordrawable.animated.R$dimen +com.tencent.bugly.proguard.p: long a(com.tencent.bugly.proguard.p,java.lang.String,android.content.ContentValues,com.tencent.bugly.proguard.o) +okhttp3.internal.ws.RealWebSocket: void onReadPing(okio.ByteString) +androidx.constraintlayout.widget.R$drawable: int abc_ic_ab_back_material +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_shapeAppearance +wangdaye.com.geometricweather.R$string: int mtrl_badge_numberless_content_description +androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionBar +com.tencent.bugly.crashreport.crash.CrashDetailBean: long E +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setLastLocationLifeCycle(long) +androidx.recyclerview.R$id: int forever +cyanogenmod.hardware.CMHardwareManager: boolean writePersistentInt(java.lang.String,int) +com.xw.repo.bubbleseekbar.R$id: int bottom +androidx.hilt.work.R$attr: int font +androidx.work.NetworkType: androidx.work.NetworkType NOT_REQUIRED +com.google.android.material.R$dimen: int mtrl_shape_corner_size_medium_component +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_66 +cyanogenmod.providers.WeatherContract: WeatherContract() +com.tencent.bugly.crashreport.crash.b: boolean a(com.tencent.bugly.crashreport.crash.CrashDetailBean) +com.google.android.material.R$animator: R$animator() +io.reactivex.internal.disposables.ArrayCompositeDisposable: long serialVersionUID +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_ws +android.didikee.donate.R$styleable: int SearchView_defaultQueryHint +wangdaye.com.geometricweather.R$attr: int customDimension +androidx.appcompat.R$style: int Widget_AppCompat_RatingBar +androidx.appcompat.resources.R$id: int accessibility_custom_action_4 +com.xw.repo.bubbleseekbar.R$drawable: int abc_list_divider_mtrl_alpha +androidx.appcompat.resources.R$styleable: int GradientColor_android_gradientRadius +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: int prefetch +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionMenuTextColor +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_DrawerArrowToggle +wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: java.lang.String getWidgetWeekIconModeName(android.content.Context) +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setIconSize(int) +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder connectTimeout(java.time.Duration) +com.jaredrummler.android.colorpicker.R$styleable: int View_paddingEnd +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: okio.Timeout timeout() +wangdaye.com.geometricweather.R$string: int settings_title_icon_provider +android.didikee.donate.R$id: int screen +com.google.android.material.navigation.NavigationView: void setItemIconPadding(int) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeCutDrawable +com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getWindowAnimations() +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean checkTerminated(boolean,boolean,io.reactivex.Observer) +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_Switch +com.google.android.material.R$styleable: int FloatingActionButton_pressedTranslationZ +wangdaye.com.geometricweather.common.basic.models.weather.Alert: long time +com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableCompat_android_dither +androidx.viewpager.R$attr: int fontProviderFetchStrategy +okhttp3.internal.platform.Platform: okhttp3.internal.tls.TrustRootIndex buildTrustRootIndex(javax.net.ssl.X509TrustManager) +com.google.android.material.R$attr: int thumbElevation +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light_DarkActionBar +androidx.loader.R$id: int actions +james.adaptiveicon.R$id: int time +wangdaye.com.geometricweather.db.entities.HourlyEntity: long getTime() +com.tencent.bugly.proguard.q: void onUpgrade(android.database.sqlite.SQLiteDatabase,int,int) +com.bumptech.glide.integration.okhttp.R$dimen: int notification_big_circle_margin +okhttp3.HttpUrl$Builder: java.lang.String scheme +androidx.lifecycle.SavedStateViewModelFactory: SavedStateViewModelFactory(android.app.Application,androidx.savedstate.SavedStateRegistryOwner) +okhttp3.CertificatePinner$Pin: java.lang.String canonicalHostname +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String COL_COMPONENT_ID +com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_selector_holo_dark +okio.Buffer: java.lang.String readUtf8Line(long) +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Country +androidx.preference.R$attr: int activityChooserViewStyle +wangdaye.com.geometricweather.R$attr: int errorIconDrawable +wangdaye.com.geometricweather.R$drawable: int ic_arrow_down_24dp +wangdaye.com.geometricweather.R$drawable: int notif_temp_35 +com.google.android.material.R$dimen: int mtrl_badge_text_size +io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: void onSubscribe(io.reactivex.disposables.Disposable) +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$layout: int mtrl_picker_header_selection_text +com.google.android.material.R$styleable: int MaterialCalendar_yearTodayStyle +androidx.drawerlayout.R$attr +io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.xw.repo.bubbleseekbar.R$drawable: int abc_item_background_holo_light +com.google.android.material.R$styleable: int[] AppCompatTheme +com.google.android.gms.common.api.GoogleApiActivity +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.HistoryEntityDao historyEntityDao +com.amap.api.location.AMapLocationClientOption: boolean isOnceLocationLatest() +okhttp3.internal.http2.Http2Connection: int maxConcurrentStreams() com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status RUNNING -io.reactivex.Observable: io.reactivex.Maybe firstElement() -androidx.customview.R$id: int tag_unhandled_key_listeners -com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar -com.google.android.material.R$styleable: int AppCompatTheme_actionModePasteDrawable -wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Counter_Overflow -cyanogenmod.content.Intent: java.lang.String ACTION_INITIALIZE_CM_HARDWARE -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_commitIcon -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Large_Inverse -okhttp3.internal.http2.Hpack$Reader: Hpack$Reader(int,okio.Source) -com.google.gson.FieldNamingPolicy$1: FieldNamingPolicy$1(java.lang.String,int) -wangdaye.com.geometricweather.remoteviews.config.Hilt_DayWidgetConfigActivity: Hilt_DayWidgetConfigActivity() -com.xw.repo.bubbleseekbar.R$id: int actions -com.amap.api.location.AMapLocation: double getLatitude() -com.turingtechnologies.materialscrollbar.R$attr: int listChoiceBackgroundIndicator -androidx.appcompat.R$styleable: int AppCompatTheme_panelBackground -wangdaye.com.geometricweather.R$attr: int layout_constraintGuide_end -android.didikee.donate.R$dimen: int abc_control_corner_material -com.google.android.gms.base.R$styleable: int[] LoadingImageView -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_transformPivotY -io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object) -androidx.hilt.work.R$styleable: int GradientColor_android_endX -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder sslSocketFactory(javax.net.ssl.SSLSocketFactory,javax.net.ssl.X509TrustManager) -com.amap.api.fence.DistrictItem: DistrictItem(android.os.Parcel) +okhttp3.internal.http2.Http2Connection$1: okhttp3.internal.http2.ErrorCode val$errorCode +cyanogenmod.app.ICMTelephonyManager: boolean isDataConnectionEnabled() androidx.hilt.work.R$layout: int notification_template_custom_big -com.turingtechnologies.materialscrollbar.R$id: int message -com.amap.api.location.AMapLocation: java.lang.Object clone() -com.jaredrummler.android.colorpicker.R$id: int tag_unhandled_key_event_manager -com.google.android.material.R$styleable: int AppCompatTheme_actionBarStyle -androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_android_font -androidx.constraintlayout.widget.R$drawable: int notification_bg_low_normal -cyanogenmod.providers.CMSettings$Secure: cyanogenmod.providers.CMSettings$Validator PROTECTED_COMPONENTS_MANAGER_VALIDATOR -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver(io.reactivex.Observer,io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver) -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small -okhttp3.internal.ws.WebSocketReader -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub$Proxy: IWeatherServiceProviderChangeListener$Stub$Proxy(android.os.IBinder) -cyanogenmod.app.IProfileManager$Stub -androidx.appcompat.R$id: int action_bar_activity_content -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_temp_1 -androidx.appcompat.R$styleable: int DrawerArrowToggle_thickness -androidx.lifecycle.AbstractSavedStateViewModelFactory: androidx.lifecycle.Lifecycle mLifecycle -androidx.constraintlayout.widget.R$attr: int actionModeWebSearchDrawable -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_switchStyle +androidx.preference.R$id: int action_bar_spinner +androidx.constraintlayout.widget.R$attr: int fontProviderFetchTimeout +androidx.appcompat.widget.ActionBarContextView: ActionBarContextView(android.content.Context,android.util.AttributeSet,int) +cyanogenmod.power.PerformanceManager: int PROFILE_BALANCED +com.jaredrummler.android.colorpicker.R$drawable: R$drawable() +com.amap.api.location.AMapLocation: java.lang.String g +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_DialogWhenLarge +com.google.android.material.R$styleable: int BottomAppBar_paddingLeftSystemWindowInsets +cyanogenmod.themes.ThemeManager: long getLastThemeChangeTime() +com.jaredrummler.android.colorpicker.R$styleable: int[] ActionBar +io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver +com.google.android.material.R$attr: int customFloatValue +androidx.fragment.app.FragmentContainerView: FragmentContainerView(android.content.Context,android.util.AttributeSet) +androidx.fragment.R$dimen +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean direction +androidx.appcompat.R$attr: int colorPrimaryDark +com.amap.api.fence.GeoFence: long j +com.jaredrummler.android.colorpicker.R$id: int tag_transition_group +wangdaye.com.geometricweather.db.entities.DailyEntity: void setUvDescription(java.lang.String) +james.adaptiveicon.R$color: int abc_tint_switch_track +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_trackColor +androidx.constraintlayout.widget.R$attr: int onShow +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_3 +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +com.google.android.material.R$styleable: int Transition_layoutDuringTransition +androidx.preference.R$styleable: int FontFamilyFont_fontVariationSettings +okhttp3.internal.io.FileSystem: okio.Sink sink(java.io.File) +wangdaye.com.geometricweather.R$dimen: int abc_text_size_menu_header_material +wangdaye.com.geometricweather.location.services.LocationService: java.lang.String[] getPermissions() +wangdaye.com.geometricweather.R$attr: int tickColor +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeCopyDrawable +androidx.customview.R$layout: int notification_template_part_chronometer +cyanogenmod.hardware.DisplayMode: DisplayMode(int,java.lang.String) +wangdaye.com.geometricweather.R$dimen: int mtrl_tooltip_cornerSize +com.google.android.material.R$styleable: int ConstraintSet_android_transformPivotY +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TimePicker_Display +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_maxHeight +okhttp3.internal.http.HttpMethod: boolean permitsRequestBody(java.lang.String) +androidx.preference.R$attr: int entries +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: io.reactivex.internal.util.AtomicThrowable error +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_backgroundSplit +okhttp3.OkHttpClient: int writeTimeoutMillis() +androidx.coordinatorlayout.widget.CoordinatorLayout: void setVisibility(int) +cyanogenmod.os.Concierge: cyanogenmod.os.Concierge$ParcelInfo receiveParcel(android.os.Parcel) +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void drainLoop() +retrofit2.converter.gson.GsonRequestBodyConverter: okhttp3.RequestBody convert(java.lang.Object) +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode PARTLY_CLOUDY +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionBar_Solid +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeTotalPrecipitation +com.google.android.material.navigation.NavigationView: void setItemIconTintList(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$styleable: int[] Motion +androidx.hilt.work.R$dimen: int compat_button_inset_horizontal_material +com.tencent.bugly.proguard.w: w() +androidx.constraintlayout.widget.R$styleable: int ImageFilterView_crossfade +com.turingtechnologies.materialscrollbar.R$attr: int colorButtonNormal +androidx.appcompat.widget.AppCompatCheckBox: void setBackgroundResource(int) +androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableItem_android_drawable +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_android_focusable +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorEnabled +com.turingtechnologies.materialscrollbar.R$attr: int actionDropDownStyle +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_MonthNavigationButton +okhttp3.TlsVersion: java.lang.String javaName() +wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_marginBottom +androidx.constraintlayout.widget.R$id: int blocking +com.tencent.bugly.crashreport.common.info.AppInfo: android.content.pm.PackageInfo b(android.content.Context) +androidx.coordinatorlayout.R$id: int accessibility_custom_action_21 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Imperial: AccuCurrentResult$Visibility$Imperial() +com.google.android.material.R$styleable: int ConstraintSet_flow_verticalStyle +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_pixel +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_verticalAlign +io.reactivex.internal.subscriptions.SubscriptionHelper: boolean validate(long) +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_7 +james.adaptiveicon.R$drawable: int abc_scrubber_control_off_mtrl_alpha +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorError +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult: java.util.List DailyForecasts +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer degreeDayTemperature +com.google.android.material.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_1 +com.bumptech.glide.R$dimen: int compat_button_inset_vertical_material +androidx.constraintlayout.widget.R$layout: int select_dialog_singlechoice_material +com.google.android.material.R$attr: int customDimension +cyanogenmod.app.ThemeVersion: java.lang.String THEME_VERSION_CLASS_NAME +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionMode_Inverse +okhttp3.HttpUrl$Builder: java.lang.String encodedFragment +androidx.activity.R$id: int tag_transition_group +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ActionBar_Surface +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer confidence +androidx.appcompat.R$id: int tag_accessibility_actions +cyanogenmod.providers.ThemesContract$PreviewColumns: android.net.Uri CONTENT_URI +wangdaye.com.geometricweather.R$attr: int customFloatValue +cyanogenmod.themes.ThemeChangeRequest$Builder: void buildChangeRequestFromThemeConfig(android.content.res.ThemeConfig) +android.didikee.donate.R$drawable: int abc_ic_star_black_36dp +com.xw.repo.bubbleseekbar.R$drawable: int notification_bg_normal +com.xw.repo.bubbleseekbar.R$attr: int textAppearanceLargePopupMenu +com.google.android.material.R$attr: int showMotionSpec +com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_select_handle_left_mtrl_dark +com.turingtechnologies.materialscrollbar.R$style: int CardView +com.google.gson.stream.JsonReader: int PEEKED_NUMBER +androidx.fragment.R$attr: int fontVariationSettings +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeCutDrawable +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult$Temperature: AccuHourlyResult$Temperature() +androidx.appcompat.widget.AppCompatTextView: int getLastBaselineToBottomHeight() +wangdaye.com.geometricweather.R$string: int key_location_service +wangdaye.com.geometricweather.R$layout: int fragment_management +com.google.android.material.R$attr: int colorButtonNormal +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_inverse +androidx.lifecycle.extensions.R$drawable: int notification_bg_low_normal +com.bumptech.glide.integration.okhttp.R$drawable: int notification_bg_low +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_commit_search_api_mtrl_alpha +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_requestDismiss_0 +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_rotation +cyanogenmod.app.BaseLiveLockManagerService$1: boolean registerChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) +com.tencent.bugly.proguard.an: int b +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_android_elevation +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: void onError(java.lang.Throwable) +androidx.constraintlayout.widget.R$color: int androidx_core_ripple_material_light +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_centerColor +android.didikee.donate.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +wangdaye.com.geometricweather.R$string: int clear_text_end_icon_content_description +androidx.preference.R$attr: int layout +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: void setOnApplyWindowInsetsListener(android.view.View$OnApplyWindowInsetsListener) +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_transitionEasing +com.jaredrummler.android.colorpicker.R$attr: int textColorSearchUrl +android.didikee.donate.R$styleable: int ActionBar_background +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item +wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_scaleY +com.google.android.material.R$id: int fixed +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setIcePrecipitation(java.lang.Float) +okhttp3.internal.cache.DiskLruCache$Entry: java.io.IOException invalidLengths(java.lang.String[]) +okio.ForwardingSource: okio.Timeout timeout() +com.google.android.material.R$styleable: int KeyCycle_android_alpha +androidx.appcompat.R$color: int foreground_material_dark +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Year +wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit[] values() +com.tencent.bugly.proguard.j: java.nio.ByteBuffer a() +com.tencent.bugly.crashreport.common.info.a: java.lang.String l +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Dialog +androidx.appcompat.R$anim: int abc_shrink_fade_out_from_bottom +com.xw.repo.bubbleseekbar.R$attr: int actionBarDivider +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_editTextStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: void setTo(java.lang.String) +okhttp3.internal.http2.Hpack$Reader: void readLiteralHeaderWithIncrementalIndexingNewName() +androidx.viewpager2.R$styleable +androidx.constraintlayout.widget.R$dimen: int disabled_alpha_material_light +wangdaye.com.geometricweather.R$styleable: int CardView_contentPaddingRight +androidx.legacy.coreutils.R$attr: int font +androidx.hilt.work.R$id: int accessibility_custom_action_0 +cyanogenmod.externalviews.ExternalViewProviderService$Provider: void onAttach() +androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior: CoordinatorLayout$Behavior(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$color: int design_icon_tint +cyanogenmod.providers.CMSettings$Secure: java.lang.String LIVE_LOCK_SCREEN_ENABLED +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_thumbTintMode +io.reactivex.internal.observers.DeferredScalarObserver +com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_showSeekBarValue +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_6 +io.reactivex.internal.util.ExceptionHelper$Termination +androidx.transition.R$id: int right_icon +wangdaye.com.geometricweather.R$id: int group_divider +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title +cyanogenmod.power.PerformanceManagerInternal: void activityResumed(android.content.Intent) +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_iconTint +com.tencent.bugly.crashreport.CrashReport: void enableObtainId(android.content.Context,boolean) +androidx.constraintlayout.widget.R$string: int abc_action_bar_home_description +wangdaye.com.geometricweather.R$id: int widget_week_temp_4 +com.google.android.material.R$attr: int colorControlHighlight +okhttp3.OkHttpClient$Builder: okhttp3.EventListener$Factory eventListenerFactory +android.didikee.donate.R$styleable: int AppCompatTheme_seekBarStyle +com.google.android.material.R$style: int Widget_AppCompat_ListView +wangdaye.com.geometricweather.R$color: int material_on_primary_emphasis_medium +com.turingtechnologies.materialscrollbar.R$styleable: int View_android_focusable +androidx.recyclerview.R$dimen: int notification_big_circle_margin +com.tencent.bugly.proguard.ai: ai() +androidx.constraintlayout.widget.R$styleable: int Constraint_android_visibility +com.amap.api.location.AMapLocation: boolean isFixLastLocation() +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_draggable +androidx.work.R$id: int dialog_button +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableBottomCompat +com.google.android.material.R$attr: int layoutManager +androidx.core.R$id: int icon +com.google.android.material.R$color: int mtrl_indicator_text_color +androidx.legacy.coreutils.R$drawable: int notification_bg_low_normal +wangdaye.com.geometricweather.R$styleable: int[] RangeSlider +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: long serialVersionUID +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult +android.didikee.donate.R$dimen: int abc_action_bar_overflow_padding_end_material +wangdaye.com.geometricweather.R$xml: int widget_clock_day_vertical +androidx.preference.R$string: int search_menu_title +androidx.viewpager.R$dimen: int notification_large_icon_height +okhttp3.HttpUrl: java.lang.String canonicalize(java.lang.String,int,int,java.lang.String,boolean,boolean,boolean,boolean,java.nio.charset.Charset) +wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_text_light_normal +com.amap.api.fence.DistrictItem: void setPolyline(java.util.List) +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int HAIL +com.amap.api.fence.GeoFence: int TYPE_DISTRICT +cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_WIFIAP +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_BRIGHTNESS_LEVEL +androidx.appcompat.widget.AppCompatCheckedTextView: AppCompatCheckedTextView(android.content.Context) +wangdaye.com.geometricweather.R$attr: int drawable_res_off +wangdaye.com.geometricweather.R$layout: int widget_week +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_subtitleTextAppearance +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: io.reactivex.functions.Function rightEnd +androidx.cardview.widget.CardView: void setMinimumWidth(int) +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Dialog_MinWidth +wangdaye.com.geometricweather.R$drawable: int ic_play_store +com.google.android.material.R$id: int mtrl_calendar_days_of_week +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_4 +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: void a(boolean) +com.tencent.bugly.proguard.ah: void a(com.tencent.bugly.proguard.j) +com.google.android.material.R$string: int abc_menu_enter_shortcut_label +com.google.android.material.R$dimen: int mtrl_card_elevation +com.google.android.material.internal.NavigationMenuItemView: void setTextColor(android.content.res.ColorStateList) +com.tencent.bugly.proguard.p: long a(java.lang.String,android.content.ContentValues,com.tencent.bugly.proguard.o) +james.adaptiveicon.R$styleable: int ActionBar_customNavigationLayout +wangdaye.com.geometricweather.R$attr: int expandedTitleMarginStart +okhttp3.internal.http2.Http2Stream$FramingSource: boolean finished +androidx.work.R$styleable: int GradientColor_android_endColor +com.google.android.material.R$dimen: int mtrl_low_ripple_default_alpha +com.google.android.material.R$attr: int flow_firstHorizontalBias +androidx.appcompat.widget.LinearLayoutCompat: void setDividerDrawable(android.graphics.drawable.Drawable) +androidx.appcompat.R$style: int TextAppearance_AppCompat_Button +androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_android_fontStyle +androidx.viewpager2.R$dimen: int item_touch_helper_max_drag_scroll_per_frame +okhttp3.internal.tls.TrustRootIndex: java.security.cert.X509Certificate findByIssuerAndSignature(java.security.cert.X509Certificate) +androidx.vectordrawable.R$attr: int fontStyle +wangdaye.com.geometricweather.R$drawable: int widget_card_dark_60 +androidx.activity.R$styleable: int GradientColor_android_centerY +com.xw.repo.bubbleseekbar.R$dimen: int abc_dropdownitem_icon_width +wangdaye.com.geometricweather.R$id: int widget_day_title +okio.ByteString: okio.ByteString decodeBase64(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: java.lang.String Category +okhttp3.CookieJar +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_lastHorizontalStyle +androidx.preference.R$styleable: int AppCompatTextHelper_android_textAppearance +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_17 +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_16 +com.google.android.material.internal.FlowLayout: void setLineSpacing(int) +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWeatherSource(java.lang.String) +io.reactivex.internal.util.ErrorMode: io.reactivex.internal.util.ErrorMode END +com.google.android.gms.common.api.internal.zaab +androidx.viewpager2.R$dimen: int item_touch_helper_swipe_escape_max_velocity +okhttp3.internal.http2.Hpack$Writer: int headerCount +androidx.preference.R$styleable: int AppCompatTheme_colorError +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean +com.turingtechnologies.materialscrollbar.R$color: int bright_foreground_inverse_material_dark +androidx.hilt.R$id: int accessibility_custom_action_14 +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language FRENCH +wangdaye.com.geometricweather.settings.activities.CardDisplayManageActivity: CardDisplayManageActivity() +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void onComplete() +androidx.constraintlayout.widget.R$attr: int contentInsetRight +cyanogenmod.themes.IThemeService$Stub$Proxy: android.os.IBinder asBinder() +com.google.android.material.R$drawable: int abc_textfield_default_mtrl_alpha +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_switchPreferenceStyle +androidx.preference.R$attr: int contentInsetStart +androidx.preference.R$drawable: int btn_radio_off_mtrl +wangdaye.com.geometricweather.remoteviews.config.ClockDayHorizontalWidgetConfigActivity: ClockDayHorizontalWidgetConfigActivity() +okhttp3.CipherSuite$1: int compare(java.lang.Object,java.lang.Object) +com.google.android.material.R$styleable: int PopupWindow_android_popupBackground +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner +wangdaye.com.geometricweather.remoteviews.config.DayWeekWidgetConfigActivity: DayWeekWidgetConfigActivity() +com.google.android.material.R$styleable: int AppCompatTheme_alertDialogCenterButtons +com.google.android.material.R$styleable: int FontFamilyFont_font +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHeight_max +androidx.appcompat.R$styleable: int[] ListPopupWindow +wangdaye.com.geometricweather.weather.json.mf.MfRainResult: java.util.List rainForecasts +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Metric: java.lang.String Unit +com.jaredrummler.android.colorpicker.R$attr: int fragment +wangdaye.com.geometricweather.R$attr: int seekBarStyle +wangdaye.com.geometricweather.db.entities.WeatherEntity: WeatherEntity() +androidx.appcompat.widget.AppCompatButton: int getAutoSizeTextType() +com.turingtechnologies.materialscrollbar.R$layout: int abc_cascading_menu_item_layout +okio.HashingSink: okio.HashingSink sha512(okio.Sink) +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: int rightIndex +okhttp3.MediaType: java.lang.String subtype() +cyanogenmod.app.IProfileManager: boolean isEnabled() +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_measureWithLargestChild +com.google.android.material.R$plurals: R$plurals() +androidx.constraintlayout.widget.R$attr: int textAllCaps +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver otherObserver +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: long timeout +androidx.preference.R$styleable: int SearchView_android_inputType +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: long serialVersionUID +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: boolean isDisposed() +com.bumptech.glide.integration.okhttp.R$dimen: int notification_top_pad_large_text +wangdaye.com.geometricweather.R$styleable: int TagView_checked +com.google.gson.stream.JsonReader: int PEEKED_NULL +okhttp3.CacheControl: boolean noTransform +com.turingtechnologies.materialscrollbar.R$attr: int chipSpacing +com.jaredrummler.android.colorpicker.R$string: int cpv_transparency +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_Layout_android_layout_height +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: boolean active +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float snow6h +android.didikee.donate.R$id: int search_go_btn +cyanogenmod.app.CustomTile$ExpandedItem: void internalSetOnClickPendingIntent(android.app.PendingIntent) +okhttp3.Interceptor$Chain +wangdaye.com.geometricweather.R$id: int item_weather_daily_value_title +com.tencent.bugly.Bugly: void init(android.content.Context,java.lang.String,boolean) +io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable +androidx.drawerlayout.R$id: int line1 +okhttp3.Route: java.lang.String toString() +androidx.recyclerview.widget.RecyclerView: boolean isLayoutSuppressed() +wangdaye.com.geometricweather.R$drawable: int ic_exercise +cyanogenmod.app.BaseLiveLockManagerService: void notifyChangeListeners(cyanogenmod.app.LiveLockScreenInfo) +io.reactivex.internal.observers.InnerQueuedObserver: int fusionMode() +cyanogenmod.externalviews.KeyguardExternalView: KeyguardExternalView(android.content.Context,android.util.AttributeSet,int,int) +cyanogenmod.providers.ThemesContract: ThemesContract() +james.adaptiveicon.R$attr: int homeAsUpIndicator +androidx.coordinatorlayout.R$attr: int fontProviderFetchStrategy +androidx.activity.R$attr: int fontStyle +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceImageView_android_maxHeight +androidx.appcompat.resources.R$styleable: int FontFamily_fontProviderCerts +cyanogenmod.app.ICMStatusBarManager$Stub: int TRANSACTION_removeCustomTileFromListener +wangdaye.com.geometricweather.db.entities.MinutelyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode +com.xw.repo.bubbleseekbar.R$styleable: int[] AppCompatTextView +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_borderWidth +androidx.preference.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert +wangdaye.com.geometricweather.R$style: int TestStyleWithoutLineHeight +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int BLUSTERY +com.tencent.bugly.proguard.y: void a(int) +com.google.android.material.R$attr: int placeholderTextColor +androidx.core.view.GestureDetectorCompat +androidx.transition.R$id: int action_container +com.google.android.material.R$styleable: int AppCompatTheme_imageButtonStyle +androidx.hilt.work.R$id: int tag_accessibility_actions +android.didikee.donate.R$dimen: int abc_dialog_padding_material +com.google.android.material.R$styleable: int TabLayout_tabIndicatorHeight +cyanogenmod.app.StatusBarPanelCustomTile: int uid +androidx.constraintlayout.widget.R$dimen: int abc_text_size_caption_material +cyanogenmod.os.Build: java.lang.String getNameForSDKInt(int) +wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setDate(java.util.Date) +androidx.appcompat.widget.AppCompatEditText: android.text.Editable getText() +okio.SegmentedByteString: java.nio.ByteBuffer asByteBuffer() +okhttp3.Handshake: java.util.List localCertificates +com.bumptech.glide.Priority: com.bumptech.glide.Priority LOW +android.didikee.donate.R$drawable: int abc_ratingbar_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: void setFrom(java.util.Date) +androidx.fragment.R$dimen: int compat_button_inset_horizontal_material +com.turingtechnologies.materialscrollbar.R$attr: int statusBarBackground +cyanogenmod.profiles.AirplaneModeSettings: android.os.Parcelable$Creator CREATOR +com.bumptech.glide.Priority: com.bumptech.glide.Priority valueOf(java.lang.String) +cyanogenmod.externalviews.KeyguardExternalView$9: KeyguardExternalView$9(cyanogenmod.externalviews.KeyguardExternalView) +androidx.constraintlayout.motion.widget.MotionLayout: java.util.ArrayList getDefinedTransitions() +com.google.android.material.R$id: int progress_circular +wangdaye.com.geometricweather.background.receiver.widget.AbstractWidgetProvider +androidx.lifecycle.HasDefaultViewModelProviderFactory: androidx.lifecycle.ViewModelProvider$Factory getDefaultViewModelProviderFactory() +okhttp3.internal.http2.PushObserver +androidx.core.R$styleable: int GradientColor_android_startY +com.google.android.material.R$styleable: int FloatingActionButton_rippleColor +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int ThunderstormProbability +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_go_search_api_material +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ListPopupWindow +androidx.appcompat.R$style: int Widget_AppCompat_ActionButton_Overflow +com.google.android.material.R$styleable: int FontFamily_fontProviderCerts +wangdaye.com.geometricweather.R$string: int tag_temperature +cyanogenmod.app.IPartnerInterface$Stub: java.lang.String DESCRIPTOR +com.xw.repo.bubbleseekbar.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_cancelLiveLockScreen +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder setPathSegment(int,java.lang.String) +androidx.transition.R$dimen: int compat_button_padding_horizontal_material +androidx.appcompat.widget.AppCompatButton: AppCompatButton(android.content.Context) +com.turingtechnologies.materialscrollbar.R$attr: int paddingBottomNoButtons +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.internal.fuseable.SimplePlainQueue queue +androidx.appcompat.view.menu.StandardMenuPopup +james.adaptiveicon.R$style: int Base_V21_Theme_AppCompat_Dialog +androidx.appcompat.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle +com.jaredrummler.android.colorpicker.R$color: int primary_material_dark +okhttp3.internal.http2.Http2Reader$ContinuationSource: okio.BufferedSource source +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: void subscribeNext() +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_textAllCaps +wangdaye.com.geometricweather.R$attr: int path_percent +android.didikee.donate.R$attr: int listPreferredItemHeight +com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_elevation +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ASSIST_WAKE_SCREEN_VALIDATOR +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getTotalPrecipitation() +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: void setAddress(java.lang.String) +androidx.core.graphics.drawable.IconCompat: IconCompat() +androidx.appcompat.R$attr: int actionOverflowButtonStyle +wangdaye.com.geometricweather.R$attr: int indicatorColors +wangdaye.com.geometricweather.R$color: int mtrl_textinput_default_box_stroke_color +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float ice +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleTextAppearance +cyanogenmod.app.suggest.ApplicationSuggestion$1: cyanogenmod.app.suggest.ApplicationSuggestion[] newArray(int) +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getTreeIndex() +com.google.android.material.floatingactionbutton.FloatingActionButton$Behavior: FloatingActionButton$Behavior() +okhttp3.internal.http2.Http2Codec: java.lang.String TRANSFER_ENCODING +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setTotalPrecipitationProbability(java.lang.Float) +com.google.android.material.textfield.TextInputLayout: void setCounterEnabled(boolean) +androidx.viewpager2.R$styleable: int FontFamily_fontProviderCerts +com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_buttonPanelSideLayout +wangdaye.com.geometricweather.R$styleable: int TouchScrollBar_msb_autoHide +io.reactivex.internal.subscriptions.DeferredScalarSubscription: long serialVersionUID +james.adaptiveicon.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow +androidx.appcompat.widget.SwitchCompat: void setTrackResource(int) +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_contentScrim +okhttp3.internal.cache2.FileOperator: FileOperator(java.nio.channels.FileChannel) +com.google.android.material.R$attr: int queryHint +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_autoSizeMinTextSize +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_placeholderTextAppearance +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHeight_min +com.tencent.bugly.crashreport.common.strategy.StrategyBean: int w +com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_fontStyle +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getSnowPrecipitationProbability() +com.amap.api.fence.DistrictItem$1 +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast: java.lang.Integer freezing +wangdaye.com.geometricweather.R$style: int TextAppearance_Compat_Notification_Line2 +androidx.drawerlayout.R$styleable: int GradientColor_android_tileMode +cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy: java.util.List getSuggestions(android.content.Intent) +androidx.appcompat.R$string: int abc_action_bar_home_description +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder fragment(java.lang.String) +wangdaye.com.geometricweather.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView +androidx.constraintlayout.widget.R$drawable: int abc_text_select_handle_left_mtrl_dark +androidx.constraintlayout.widget.R$dimen: int abc_edit_text_inset_bottom_material +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeRealFeelTemperature +androidx.appcompat.R$styleable: int AppCompatTheme_colorPrimary +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Display3 +com.google.android.material.circularreveal.CircularRevealGridLayout: CircularRevealGridLayout(android.content.Context) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomSheet_Modal +com.tencent.bugly.crashreport.crash.c: void m() +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: io.reactivex.functions.Function keySelector +okhttp3.internal.Util: java.nio.charset.Charset UTF_32_BE +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title +cyanogenmod.externalviews.KeyguardExternalViewProviderService$1: android.os.IBinder createExternalView(android.os.Bundle) +retrofit2.RequestBuilder: void addPathParam(java.lang.String,java.lang.String,boolean) +com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat_Light +androidx.preference.R$styleable: int Spinner_android_entries +androidx.preference.R$styleable: int[] Toolbar +wangdaye.com.geometricweather.R$attr: int paddingTopNoTitle +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: void dispose() +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Inverse +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: long index +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textColorSearchUrl +okio.ByteString: byte getByte(int) +androidx.swiperefreshlayout.R$drawable: int notification_action_background +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$1 +com.google.android.material.R$styleable: int Layout_layout_constraintWidth_max +wangdaye.com.geometricweather.R$styleable: int KeyPosition_transitionEasing +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum +cyanogenmod.externalviews.KeyguardExternalView +androidx.constraintlayout.widget.R$attr: int toolbarNavigationButtonStyle +org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database getEncryptedReadableDb(char[]) +androidx.vectordrawable.R$id: int tag_accessibility_clickable_spans +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String nighttimeWindDirection +androidx.transition.R$attr: int fontProviderFetchTimeout +com.jaredrummler.android.colorpicker.R$id: int action_mode_bar +com.jaredrummler.android.colorpicker.R$color: int dim_foreground_disabled_material_light +com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_colored_material +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_rightToLeft +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar +com.jaredrummler.android.colorpicker.R$styleable: int[] BackgroundStyle +wangdaye.com.geometricweather.common.ui.widgets.astro.MoonPhaseView +okhttp3.OkHttpClient$Builder +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String getAlertId() +androidx.lifecycle.LiveData$LifecycleBoundObserver: boolean isAttachedTo(androidx.lifecycle.LifecycleOwner) +wangdaye.com.geometricweather.R$styleable: int Transform_android_translationY +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Display2 +androidx.preference.R$id: int src_atop +androidx.legacy.coreutils.R$attr: int fontWeight +com.tencent.bugly.proguard.ac +wangdaye.com.geometricweather.R$styleable: int[] TextAppearance +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_DropDownItem_Spinner +cyanogenmod.themes.ThemeManager$2$1: cyanogenmod.themes.ThemeManager$2 this$1 +com.baidu.location.e.l$b: java.lang.String a(com.baidu.location.e.l$b,int,double,double) +cyanogenmod.alarmclock.ClockContract$AlarmsColumns: android.net.Uri CONTENT_URI +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void drain() +com.xw.repo.bubbleseekbar.R$color: int abc_search_url_text_pressed +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cpb +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getO3Color(android.content.Context) +com.jaredrummler.android.colorpicker.R$attr: int textAppearanceListItem +androidx.preference.R$style: int Widget_AppCompat_Light_SearchView +wangdaye.com.geometricweather.R$style: int Widget_Design_Snackbar +com.tencent.bugly.proguard.o: byte[] a() +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHeight_percent +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setRealFeelShaderTemperature(java.lang.Integer) +com.google.android.material.R$id: int accessibility_custom_action_8 +retrofit2.RequestFactory$Builder: okhttp3.Headers parseHeaders(java.lang.String[]) +com.jaredrummler.android.colorpicker.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog +cyanogenmod.externalviews.ExternalView$3 +androidx.appcompat.widget.AppCompatCheckBox: void setButtonDrawable(android.graphics.drawable.Drawable) +com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_statusBarBackground +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: java.lang.String x +androidx.viewpager.R$style: int TextAppearance_Compat_Notification_Title +androidx.constraintlayout.widget.R$layout: int abc_select_dialog_material +okhttp3.internal.http2.Http2Stream: void receiveFin() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_drawableRight +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean set(int,boolean) +com.google.android.material.tabs.TabLayout: void setUnboundedRippleResource(int) +okhttp3.internal.ws.RealWebSocket: void onReadPong(okio.ByteString) +com.turingtechnologies.materialscrollbar.R$attr: int msb_textColor +wangdaye.com.geometricweather.R$drawable: int ic_weather +wangdaye.com.geometricweather.R$id: int widget_clock_day +okhttp3.internal.ws.WebSocketReader: long frameLength +james.adaptiveicon.R$dimen: int abc_floating_window_z +com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_previewSize +wangdaye.com.geometricweather.R$id: int slide +cyanogenmod.app.CMTelephonyManager +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_seek_step_section +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_editTextBackground +okhttp3.logging.HttpLoggingInterceptor$Logger$1: void log(java.lang.String) +okhttp3.Response$Builder: Response$Builder(okhttp3.Response) +james.adaptiveicon.R$style: int Base_Widget_AppCompat_SearchView_ActionBar +androidx.coordinatorlayout.R$id: int accessibility_custom_action_20 +android.didikee.donate.R$style: int Base_Widget_AppCompat_ListView_Menu +androidx.preference.R$attr: int actionModeCutDrawable +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float rain +com.jaredrummler.android.colorpicker.R$drawable: int abc_text_select_handle_right_mtrl_dark +com.turingtechnologies.materialscrollbar.R$color: int design_bottom_navigation_shadow_color +androidx.preference.R$color: int abc_search_url_text_selected +com.google.android.material.appbar.AppBarLayout: AppBarLayout(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$styleable: int MaterialButtonToggleGroup_singleSelection +com.google.android.material.R$styleable: int Toolbar_collapseIcon +androidx.swiperefreshlayout.R$styleable: int GradientColor_android_centerY +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_Button_Colored +androidx.lifecycle.extensions.R$styleable: int Fragment_android_name +cyanogenmod.app.CMContextConstants$Features: java.lang.String LIVE_LOCK_SCREEN +com.jaredrummler.android.colorpicker.R$attr: int entryValues +cyanogenmod.app.CustomTile$ListExpandedStyle: void setListItems(java.util.ArrayList) +io.reactivex.internal.schedulers.ScheduledRunnable: void run() +com.bumptech.glide.R$layout: int notification_template_custom_big +com.google.android.material.R$styleable: int[] CollapsingToolbarLayout_Layout +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceFragmentStyle +wangdaye.com.geometricweather.R$id: int tag_screen_reader_focusable +okhttp3.internal.http2.Http2: byte TYPE_RST_STREAM +cyanogenmod.themes.ThemeChangeRequest$1: ThemeChangeRequest$1() +wangdaye.com.geometricweather.R$styleable: int MenuItem_iconTint +okhttp3.Call: okhttp3.Request request() +androidx.vectordrawable.R$drawable: int notification_template_icon_low_bg +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title +wangdaye.com.geometricweather.R$dimen: int disabled_alpha_material_light +com.google.android.material.bottomappbar.BottomAppBar: boolean getHideOnScroll() +androidx.constraintlayout.widget.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 +androidx.constraintlayout.widget.R$styleable: int ActionBar_indeterminateProgressStyle +com.google.gson.stream.JsonReader: java.io.IOException syntaxError(java.lang.String) +wangdaye.com.geometricweather.R$attr: int endIconDrawable +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_27 +james.adaptiveicon.R$id: int right_side +androidx.viewpager2.R$dimen: int notification_right_side_padding_top +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: wangdaye.com.geometricweather.db.converters.WeatherCodeConverter weatherCodeConverter +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: long serialVersionUID +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: int getStatus() +james.adaptiveicon.R$attr: int tooltipFrameBackground +cyanogenmod.providers.WeatherContract$WeatherColumns: WeatherContract$WeatherColumns() +com.tencent.bugly.proguard.ah: java.lang.String b +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments$WarningTextBlocItem: java.util.List text +androidx.viewpager.widget.ViewPager: int getPageMargin() +com.google.android.material.R$styleable: int Toolbar_contentInsetEnd +com.google.android.material.R$style: R$style() +retrofit2.adapter.rxjava2.ResultObservable +okhttp3.Cookie: boolean equals(java.lang.Object) +com.bumptech.glide.integration.okhttp.R$style: int TextAppearance_Compat_Notification_Title +androidx.activity.R$drawable: int notification_bg_low_pressed +androidx.viewpager.R$id: int tag_transition_group +com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView +com.google.android.material.R$attr: int popupMenuBackground +cyanogenmod.weather.ICMWeatherManager$Stub: ICMWeatherManager$Stub() +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_passwordToggleDrawable +androidx.vectordrawable.R$attr: int fontProviderFetchTimeout +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver inner +androidx.preference.R$dimen: int abc_text_size_body_1_material +retrofit2.RequestFactory$Builder: boolean isMultipart +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: void onComplete() +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_numericModifiers +com.jaredrummler.android.colorpicker.R$drawable: int notification_template_icon_bg +androidx.preference.R$styleable: int Preference_android_singleLineTitle +androidx.constraintlayout.widget.R$style: int Base_V23_Theme_AppCompat +com.xw.repo.bubbleseekbar.R$layout: int select_dialog_singlechoice_material +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void drainLoop() +cyanogenmod.app.suggest.ApplicationSuggestion: java.lang.String getPackageName() +androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type CENTER_Y +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorPrimaryDark +wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource +io.reactivex.Observable: io.reactivex.Observable lift(io.reactivex.ObservableOperator) +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: long serialVersionUID +androidx.appcompat.R$styleable: int ActionBar_background +okhttp3.internal.connection.RouteSelector$Selection: java.util.List getAll() +com.amap.api.fence.GeoFence: int ERROR_CODE_FAILURE_PARSER +androidx.lifecycle.LiveDataReactiveStreams: org.reactivestreams.Publisher toPublisher(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.LiveData) +com.bumptech.glide.MemoryCategory: com.bumptech.glide.MemoryCategory LOW +cyanogenmod.providers.CMSettings$Global: boolean putString(android.content.ContentResolver,java.lang.String,java.lang.String) +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceLargePopupMenu +com.google.android.material.R$style: int Widget_MaterialComponents_Chip_Choice +com.google.android.material.R$dimen: int tooltip_corner_radius +androidx.hilt.work.R$id: int accessibility_action_clickable_span +okio.SegmentedByteString: int size() +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult$Temperature +com.google.android.material.R$styleable: int StateListDrawable_android_visible +androidx.preference.R$dimen: int highlight_alpha_material_light +android.didikee.donate.R$styleable: int TextAppearance_android_textColor +androidx.preference.R$styleable: int ViewStubCompat_android_inflatedId +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_padding_bottom +james.adaptiveicon.R$integer: R$integer() +com.bumptech.glide.integration.okhttp.R$id: int action_image +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: long serialVersionUID +cyanogenmod.providers.CMSettings$Secure: android.net.Uri getUriFor(java.lang.String) +com.google.android.material.switchmaterial.SwitchMaterial: void setUseMaterialThemeColors(boolean) +wangdaye.com.geometricweather.R$layout: int widget_clock_day_horizontal +com.tencent.bugly.proguard.j: j() +androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableCompat_android_visible +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Ceiling +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setAqiIndex(java.lang.Integer) +com.google.android.material.chip.ChipGroup: void setChipSpacing(int) +james.adaptiveicon.R$id: int action_bar_title +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void setDisposable(io.reactivex.disposables.Disposable) +okhttp3.Challenge: Challenge(java.lang.String,java.util.Map) +okhttp3.ResponseBody$BomAwareReader: okio.BufferedSource source +cyanogenmod.profiles.ConnectionSettings: boolean mDirty +androidx.viewpager2.R$styleable: int ColorStateListItem_alpha +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver +androidx.constraintlayout.widget.R$attr: int paddingStart +com.google.android.material.R$string: int material_clock_toggle_content_description +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Metric: double Value +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Title +wangdaye.com.geometricweather.R$drawable: int indicator_ltr +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionOverflowMenuStyle +cyanogenmod.app.CustomTile$Builder: CustomTile$Builder(android.content.Context) +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult: wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean Summary +com.jaredrummler.android.colorpicker.R$style: int Preference_SeekBarPreference_Material +com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String e +wangdaye.com.geometricweather.background.receiver.widget.WidgetWeekProvider +wangdaye.com.geometricweather.R$attr: int preserveIconSpacing +com.google.android.material.R$styleable: int ImageFilterView_roundPercent +okhttp3.internal.cache.CacheStrategy: boolean isCacheable(okhttp3.Response,okhttp3.Request) +wangdaye.com.geometricweather.R$styleable: int ForegroundLinearLayout_android_foreground +okhttp3.internal.http2.Http2Connection: void pushDataLater(int,okio.BufferedSource,int,boolean) +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu +androidx.customview.R$style: R$style() +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_titleEnabled +wangdaye.com.geometricweather.R$color: int common_google_signin_btn_tint +james.adaptiveicon.R$dimen: int abc_text_size_title_material +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cwd +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_NoActionBar +com.tencent.bugly.proguard.u: java.lang.String d(com.tencent.bugly.proguard.u) +wangdaye.com.geometricweather.R$attr: int bsb_track_color +com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_transparent_bg_color +wangdaye.com.geometricweather.R$attr: int transitionPathRotate +okio.BufferedSink: okio.BufferedSink writeInt(int) +okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Http2Connection connection +cyanogenmod.app.Profile: boolean isConditionalType() +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_lastVerticalBias +wangdaye.com.geometricweather.common.basic.models.weather.History: int daytimeTemperature +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_CompactMenu +okio.Buffer: byte[] DIGITS +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String street +androidx.core.R$styleable: int FontFamilyFont_android_fontWeight +androidx.recyclerview.R$drawable: int notification_template_icon_low_bg +com.amap.api.fence.GeoFence: void setCustomId(java.lang.String) +com.jaredrummler.android.colorpicker.R$string: int expand_button_title +androidx.viewpager2.R$dimen: int notification_small_icon_size_as_large +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: ExecutorScheduler$ExecutorWorker$InterruptibleRunnable(java.lang.Runnable,io.reactivex.internal.disposables.DisposableContainer) +androidx.vectordrawable.animated.R$id: int normal +wangdaye.com.geometricweather.R$attr: int showAsAction +wangdaye.com.geometricweather.R$attr: int progress +android.didikee.donate.R$dimen: int abc_text_size_headline_material +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_NoActionBar +com.jaredrummler.android.colorpicker.R$dimen: int notification_small_icon_size_as_large +com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawable_android_visible +com.tencent.bugly.crashreport.common.strategy.StrategyBean: long p +okhttp3.FormBody +io.reactivex.internal.operators.observable.ObservableGroupBy$State: boolean delayError +androidx.appcompat.widget.AppCompatCheckBox: int getCompoundPaddingLeft() +com.google.android.material.slider.Slider: void setTrackInactiveTintList(android.content.res.ColorStateList) +retrofit2.adapter.rxjava2.Result: java.lang.Throwable error() +androidx.lifecycle.LiveData$LifecycleBoundObserver: LiveData$LifecycleBoundObserver(androidx.lifecycle.LiveData,androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Observer) +com.tencent.bugly.proguard.z: void a(android.os.Parcel,java.util.Map) +cyanogenmod.weather.IWeatherServiceProviderChangeListener: void onWeatherServiceProviderChanged(java.lang.String) +android.didikee.donate.R$attr: int actionModePasteDrawable +androidx.coordinatorlayout.R$style: R$style() +androidx.legacy.coreutils.R$attr: int alpha +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xmr +com.google.android.material.R$attr: int textInputLayoutFocusedRectEnabled +androidx.recyclerview.R$id: int tag_accessibility_pane_title +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: void onSuccess(java.lang.Object) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer aqiIndex +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_voiceIcon +wangdaye.com.geometricweather.R$attr: int chipIconTint +okhttp3.internal.cache2.Relay: Relay(java.io.RandomAccessFile,okio.Source,long,okio.ByteString,long) +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: int consumed +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_atd +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.lang.Integer RIGHT_CLOSE +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: int city_code +androidx.preference.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title +cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode getVibrateMode() +com.turingtechnologies.materialscrollbar.R$attr: int submitBackground +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ListView +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHorizontal_weight +androidx.preference.R$styleable: int View_theme +io.reactivex.internal.operators.observable.ObserverResourceWrapper: void setResource(io.reactivex.disposables.Disposable) +com.google.android.material.R$dimen: int design_bottom_navigation_active_item_min_width +android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon +androidx.hilt.R$layout: int notification_template_part_time +com.google.gson.internal.LinkedTreeMap: LinkedTreeMap() +com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType GIF +androidx.cardview.widget.CardView: void setRadius(float) +com.google.android.material.R$styleable: int TextAppearance_android_shadowRadius +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Metric Metric +androidx.constraintlayout.widget.R$color: int notification_action_color_filter +androidx.lifecycle.extensions.R: R() +androidx.appcompat.widget.AppCompatRadioButton: android.content.res.ColorStateList getSupportButtonTintList() +okhttp3.Route: java.net.InetSocketAddress socketAddress() +wangdaye.com.geometricweather.common.basic.models.weather.Base +android.didikee.donate.R$styleable: int MenuItem_tooltipText +wangdaye.com.geometricweather.R$attr: int fontProviderPackage +androidx.dynamicanimation.R$attr: int fontProviderQuery +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_goneMarginBottom +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Small +okio.Buffer: boolean exhausted() +wangdaye.com.geometricweather.R$styleable: int ActionBar_backgroundStacked +android.didikee.donate.R$style: int Base_Widget_AppCompat_EditText +androidx.constraintlayout.widget.R$drawable: int notification_bg_low +cyanogenmod.externalviews.KeyguardExternalView: boolean mIsInteractive com.google.android.material.card.MaterialCardView: void setDragged(boolean) -com.bumptech.glide.R$dimen: int notification_action_icon_size -okio.Buffer: okio.ByteString sha256() -androidx.lifecycle.ProcessLifecycleOwner: boolean mPauseSent -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_SearchResult -androidx.work.R$dimen: int notification_action_text_size -wangdaye.com.geometricweather.R$id: int activity_widget_config_blackTextTitle -com.google.android.material.R$styleable: int NavigationView_shapeAppearanceOverlay -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_enabled -com.tencent.bugly.proguard.am: int g -com.google.android.material.R$styleable: int MenuItem_android_checked -android.didikee.donate.R$style -com.google.android.material.chip.ChipGroup: void setSingleSelection(boolean) -okio.RealBufferedSink: long writeAll(okio.Source) -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_singleLineTitle -androidx.viewpager.widget.PagerTabStrip: int getMinHeight() -androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType: androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType[] values() -androidx.appcompat.R$drawable: int btn_radio_on_to_off_mtrl_animation -io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable: io.reactivex.Observer child -androidx.customview.R$dimen: int notification_main_column_padding_top -com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity -com.google.android.material.R$color: int design_fab_stroke_top_outer_color -androidx.hilt.work.R$attr: int fontProviderFetchStrategy -androidx.lifecycle.CompositeGeneratedAdaptersObserver: androidx.lifecycle.GeneratedAdapter[] mGeneratedAdapters -androidx.appcompat.R$attr: int searchViewStyle -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_Dialog -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_42 -com.tencent.bugly.crashreport.common.info.a: java.lang.String w -androidx.viewpager2.R$style: int TextAppearance_Compat_Notification_Line2 -wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoldIndex(java.lang.Integer) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Imperial: int UnitType -androidx.core.R$id: int accessibility_custom_action_28 -okio.Pipe: okio.Sink sink() -wangdaye.com.geometricweather.R$color: int secondary_text_disabled_material_dark -okhttp3.internal.cache2.Relay: boolean complete -org.greenrobot.greendao.AbstractDao: long insert(java.lang.Object) -wangdaye.com.geometricweather.R$attr: int tabPaddingEnd -wangdaye.com.geometricweather.R$id: int ignoreRequest -androidx.constraintlayout.widget.R$attr: int autoSizeMinTextSize -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_Design_TabLayout -wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Title_Text_CenterStacked -wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status: wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status[] values() -androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat -androidx.appcompat.R$dimen: int compat_button_padding_vertical_material -okhttp3.internal.io.FileSystem: boolean exists(java.io.File) -wangdaye.com.geometricweather.R$string: R$string() -okio.RealBufferedSource: long indexOf(byte,long) -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -com.google.android.material.R$attr: int flow_wrapMode -cyanogenmod.weather.IWeatherServiceProviderChangeListener -com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_MinWidth_Bridge -com.google.android.material.R$styleable: int MockView_mock_label -com.amap.api.location.AMapLocation: org.json.JSONObject toJson(int) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer windChillTemperature -com.google.android.material.R$dimen: int mtrl_calendar_year_vertical_padding -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: void onNext(java.lang.Object) -wangdaye.com.geometricweather.R$interpolator: int mtrl_linear -androidx.transition.R$attr: int fontProviderFetchTimeout -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void dispose() -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_NoActionBar_Bridge -com.turingtechnologies.materialscrollbar.R$drawable: int abc_item_background_holo_dark -wangdaye.com.geometricweather.R$styleable: int FlowLayout_lineSpacing -androidx.hilt.work.R$drawable: int notify_panel_notification_icon_bg -com.turingtechnologies.materialscrollbar.R$attr: int tickMark -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_Alert -com.google.android.material.R$id: int scrollable -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity -okhttp3.Request$Builder: java.lang.String method -io.reactivex.Observable: io.reactivex.Observable compose(io.reactivex.ObservableTransformer) -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property Daylight -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX -io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: long serialVersionUID -okhttp3.internal.http2.Hpack$Writer: Hpack$Writer(int,boolean,okio.Buffer) -com.google.android.material.R$attr: int autoTransition -cyanogenmod.app.Profile: void writeToParcel(android.os.Parcel,int) -androidx.appcompat.R$color: int bright_foreground_inverse_material_light -androidx.constraintlayout.widget.R$attr: int layoutDuringTransition -retrofit2.BuiltInConverters$ToStringConverter: java.lang.String convert(java.lang.Object) -androidx.appcompat.R$styleable: int View_android_focusable -cyanogenmod.profiles.RingModeSettings: RingModeSettings() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: CaiYunMainlyResult$UrlBean() -com.google.android.material.R$style: int Base_Theme_AppCompat_DialogWhenLarge -cyanogenmod.hardware.CMHardwareManager: boolean setDisplayGammaCalibration(int,int[]) -okhttp3.internal.http2.Http2Reader$Handler: void pushPromise(int,int,java.util.List) -androidx.constraintlayout.widget.R$styleable: int[] FontFamilyFont -io.reactivex.internal.subscriptions.EmptySubscription: io.reactivex.internal.subscriptions.EmptySubscription[] values() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: CaiYunMainlyResult$ForecastDailyBean() -io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) -cyanogenmod.profiles.BrightnessSettings$1: java.lang.Object[] newArray(int) -com.google.android.material.R$dimen: int abc_dropdownitem_text_padding_left -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum -androidx.fragment.R$drawable: int notify_panel_notification_icon_bg -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_active_text_size -com.google.android.material.textfield.TextInputLayout: void setHelperTextTextAppearance(int) -wangdaye.com.geometricweather.R$array: R$array() -com.tencent.bugly.proguard.i$a: i$a() -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionMode -okio.Source: okio.Timeout timeout() -androidx.lifecycle.SavedStateHandle: java.lang.String VALUES -com.xw.repo.bubbleseekbar.R$attr: int actionModeFindDrawable -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getDewPoint() -wangdaye.com.geometricweather.R$attr: int spinBars -com.bumptech.glide.R$layout: int notification_action_tombstone -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: cyanogenmod.hardware.DisplayMode getDefaultDisplayMode() -com.turingtechnologies.materialscrollbar.R$dimen: int compat_notification_large_icon_max_height -android.didikee.donate.R$color: int notification_icon_bg_color -okhttp3.Address: javax.net.SocketFactory socketFactory -wangdaye.com.geometricweather.R$string: int mtrl_picker_confirm -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintVertical_weight -com.google.android.material.R$id: int SHOW_PATH -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: int getStatus() -androidx.recyclerview.R$dimen -androidx.vectordrawable.R$id: int accessibility_custom_action_29 -com.google.android.material.R$styleable: int MotionTelltales_telltales_velocityMode -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_checkboxStyle -wangdaye.com.geometricweather.R$drawable: int notif_temp_61 -com.google.android.material.textfield.MaterialAutoCompleteTextView: MaterialAutoCompleteTextView(android.content.Context) -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_strokeColor -okhttp3.Address: okhttp3.HttpUrl url -com.google.android.material.R$styleable: int[] Slider -wangdaye.com.geometricweather.R$styleable: int KeyPosition_sizePercent -androidx.appcompat.R$style: int TextAppearance_AppCompat_Button -cyanogenmod.externalviews.KeyguardExternalView$2: void setInteractivity(boolean) -androidx.work.R$styleable: int[] FontFamily -androidx.fragment.R$id: int accessibility_custom_action_7 -androidx.hilt.R$dimen: int notification_subtext_size -okhttp3.internal.http2.Http2Connection: java.util.concurrent.ScheduledExecutorService access$500(okhttp3.internal.http2.Http2Connection) -com.google.android.material.R$styleable: int TextInputLayout_helperTextEnabled -androidx.core.R$id: int notification_main_column_container -com.google.gson.stream.JsonReader: int peekKeyword() -io.reactivex.exceptions.CompositeException: java.lang.Throwable getRootCause(java.lang.Throwable) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: int getStatus() -com.google.android.material.appbar.CollapsingToolbarLayout: void setExpandedTitleTextAppearance(int) -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_102 -android.didikee.donate.R$drawable: int notification_bg_normal -com.tencent.bugly.BuglyStrategy$a -com.jaredrummler.android.colorpicker.R$attr: int navigationIcon -com.xw.repo.bubbleseekbar.R$style: int Animation_AppCompat_Dialog -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedEmitLast -com.xw.repo.bubbleseekbar.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow -com.google.android.material.R$styleable: int CardView_android_minHeight -androidx.lifecycle.extensions.R$styleable: int GradientColor_android_tileMode -wangdaye.com.geometricweather.R$id: int notification_big_week_1 -com.jaredrummler.android.colorpicker.R$anim -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: boolean isEntityUpdateable() -androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_android_fontVariationSettings -retrofit2.Utils$GenericArrayTypeImpl: Utils$GenericArrayTypeImpl(java.lang.reflect.Type) -cyanogenmod.platform.Manifest$permission: java.lang.String MODIFY_NETWORK_SETTINGS -cyanogenmod.weather.WeatherInfo$DayForecast: double mLow -wangdaye.com.geometricweather.R$layout: int abc_search_view -androidx.preference.R$id: int search_voice_btn -okhttp3.internal.http1.Http1Codec$AbstractSource: void endOfInput(boolean,java.io.IOException) -com.google.android.material.R$styleable: int AppCompatTheme_alertDialogCenterButtons -com.google.android.material.R$string: int mtrl_picker_invalid_format_use -wangdaye.com.geometricweather.db.entities.AlertEntity: void setCityId(java.lang.String) -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -com.google.android.material.R$color: int design_dark_default_color_secondary_variant -com.google.android.material.R$attr: int firstBaselineToTopHeight -wangdaye.com.geometricweather.R$string: int feedback_refresh_notification_after_back -james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarItemBackground -retrofit2.OkHttpCall$ExceptionCatchingResponseBody: okio.BufferedSource delegateSource -com.amap.api.fence.GeoFence: java.util.List getDistrictItemList() -androidx.preference.R$attr: int dialogTitle -com.tencent.bugly.crashreport.common.info.b: java.lang.String f(android.content.Context) -androidx.preference.R$layout: int abc_search_dropdown_item_icons_2line -com.google.android.material.R$string: int character_counter_pattern -com.amap.api.fence.GeoFence: int STATUS_OUT -wangdaye.com.geometricweather.R$attr: int daySelectedStyle -androidx.viewpager.R$style: int Widget_Compat_NotificationActionContainer -io.reactivex.disposables.ReferenceDisposable: boolean isDisposed() -com.turingtechnologies.materialscrollbar.MaterialScrollBar: float getHideRatio() -androidx.preference.R$attr: int ttcIndex -okhttp3.Cache$CacheResponseBody$1 -retrofit2.ParameterHandler$FieldMap: boolean encoded -com.google.android.material.R$styleable: int Layout_layout_constraintStart_toEndOf -io.reactivex.internal.subscriptions.SubscriptionHelper: boolean setOnce(java.util.concurrent.atomic.AtomicReference,org.reactivestreams.Subscription) -cyanogenmod.app.ThemeVersion$ThemeVersionImpl2$1: ThemeVersion$ThemeVersionImpl2$1() -wangdaye.com.geometricweather.R$id: int textinput_helper_text -wangdaye.com.geometricweather.R$color: int highlighted_text_material_light -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: int subTextColorResId -android.didikee.donate.R$styleable: int MenuItem_android_title +androidx.preference.R$style: int Widget_AppCompat_PopupMenu +com.jaredrummler.android.colorpicker.R$styleable: int ActivityChooserView_initialActivityCount +com.google.android.gms.common.api.UnsupportedApiCallException: java.lang.String getMessage() +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: float unitFactor +android.didikee.donate.R$dimen: int abc_action_bar_subtitle_top_margin_material +androidx.constraintlayout.widget.R$id: int topPanel +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void request(long) +cyanogenmod.hardware.DisplayMode: java.lang.String name +james.adaptiveicon.R$dimen: int abc_action_bar_stacked_tab_max_width +com.amap.api.location.DPoint: void setLatitude(double) +com.tencent.bugly.proguard.f: boolean m +wangdaye.com.geometricweather.R$id: int item_card_display_title +androidx.customview.R$dimen: int notification_right_icon_size +com.jaredrummler.android.colorpicker.R$styleable: int Preference_singleLineTitle +androidx.appcompat.resources.R$styleable: int FontFamily_fontProviderPackage +wangdaye.com.geometricweather.R$array: int speed_units +okhttp3.internal.cache.DiskLruCache: boolean $assertionsDisabled +com.google.android.material.appbar.AppBarLayout$BaseBehavior: AppBarLayout$BaseBehavior(android.content.Context,android.util.AttributeSet) +cyanogenmod.app.LiveLockScreenManager: java.lang.String SERVICE_INTERFACE +james.adaptiveicon.R$styleable: int AlertDialog_listItemLayout +com.turingtechnologies.materialscrollbar.R$attr: int contentPaddingLeft +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_android_switchTextOn +cyanogenmod.app.CustomTile$ExpandedGridItem: CustomTile$ExpandedGridItem() +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ratingbar_indicator_material +com.tencent.bugly.proguard.ap: int hashCode() +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog_Icon +com.google.android.material.textfield.TextInputLayout: void setPlaceholderTextAppearance(int) +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth +androidx.appcompat.widget.ActionBarContainer: ActionBarContainer(android.content.Context,android.util.AttributeSet) +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getLtoDestination +com.google.android.material.floatingactionbutton.FloatingActionButton: android.content.res.ColorStateList getSupportBackgroundTintList() +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_dependency +com.google.android.material.R$id: int left +james.adaptiveicon.R$styleable: int AppCompatTheme_panelBackground +wangdaye.com.geometricweather.remoteviews.config.ClockDayWeekWidgetConfigActivity +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_firstVerticalBias +retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_Alert +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean speed +androidx.preference.R$styleable: int AppCompatTheme_panelMenuListTheme +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_NoActionBar +com.google.android.material.R$styleable: int KeyAttribute_android_translationX +android.didikee.donate.R$style: int Widget_AppCompat_ButtonBar +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_SeekBar_Discrete +com.xw.repo.bubbleseekbar.R$attr: int searchHintIcon +retrofit2.adapter.rxjava2.HttpException: HttpException(retrofit2.Response) +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_27 +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleMargins +cyanogenmod.weather.WeatherLocation$1: java.lang.Object createFromParcel(android.os.Parcel) +androidx.preference.R$color: int background_floating_material_light +io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: long serialVersionUID +androidx.lifecycle.LiveDataReactiveStreams: androidx.lifecycle.LiveData fromPublisher(org.reactivestreams.Publisher) +wangdaye.com.geometricweather.R$string: int content_des_swipe_left_to_delete +androidx.appcompat.resources.R$id: int accessibility_custom_action_31 +com.github.rahatarmanahmed.cpv.R$bool +okhttp3.internal.http2.Http2Stream: boolean isOpen() +cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setTimestamp(long) +james.adaptiveicon.R$color: int background_material_light +okhttp3.internal.http2.Http2Connection$PingRunnable: okhttp3.internal.http2.Http2Connection this$0 +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onPanelClosed(int,android.view.Menu) +io.reactivex.observers.TestObserver$EmptyObserver: io.reactivex.observers.TestObserver$EmptyObserver valueOf(java.lang.String) +androidx.viewpager2.R$dimen: int notification_subtext_size +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean content +androidx.appcompat.R$styleable: int ActionBar_titleTextStyle +okhttp3.internal.http2.Header: int hpackSize android.didikee.donate.R$style: int AlertDialog_AppCompat -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: java.lang.String unit -androidx.fragment.R$dimen: int compat_control_corner_material -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_firstBaselineToTopHeight -androidx.constraintlayout.utils.widget.ImageFilterButton -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_14 -wangdaye.com.geometricweather.R$dimen: int mtrl_tooltip_arrowSize -io.reactivex.internal.subscriptions.SubscriptionHelper: void deferredRequest(java.util.concurrent.atomic.AtomicReference,java.util.concurrent.atomic.AtomicLong,long) -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_checked -androidx.appcompat.widget.SearchView$SavedState -com.turingtechnologies.materialscrollbar.R$styleable: int ViewBackgroundHelper_backgroundTintMode -wangdaye.com.geometricweather.R$color: int lightPrimary_1 -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast: void run() -okhttp3.internal.connection.RealConnection: boolean isMultiplexed() -androidx.hilt.work.R$id: int accessibility_custom_action_9 -androidx.preference.R$dimen: int notification_small_icon_size_as_large -retrofit2.Retrofit: okhttp3.HttpUrl baseUrl -james.adaptiveicon.R$styleable: int SwitchCompat_thumbTintMode -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property ApparentTemperature -androidx.vectordrawable.animated.R$id: int actions -androidx.lifecycle.SavedStateHandleController: boolean mIsAttached -com.google.android.material.R$styleable: int Spinner_android_dropDownWidth -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_closeIcon -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property IcePrecipitationProbability -io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter -com.tencent.bugly.crashreport.crash.CrashDetailBean: long M -androidx.appcompat.R$attr: int popupWindowStyle -com.turingtechnologies.materialscrollbar.R$drawable: int design_snackbar_background -retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder baseUrl(java.net.URL) -wangdaye.com.geometricweather.R$style: int Preference_SwitchPreferenceCompat -com.turingtechnologies.materialscrollbar.R$styleable: int[] ScrollingViewBehavior_Layout -com.google.android.material.R$dimen: int notification_large_icon_width -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: void a() -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_WIND_DIRECTION -androidx.appcompat.resources.R$id: int accessibility_custom_action_26 -com.google.android.material.R$dimen: int abc_dialog_fixed_height_major -cyanogenmod.app.Profile$TriggerState: int ON_A2DP_DISCONNECT -androidx.fragment.R$styleable: int GradientColor_android_type -com.google.android.material.floatingactionbutton.FloatingActionButton: void setHideMotionSpecResource(int) -com.xw.repo.bubbleseekbar.R$attr: int collapseIcon -com.google.android.material.R$attr: int colorAccent -james.adaptiveicon.R$style: int Platform_ThemeOverlay_AppCompat_Dark -james.adaptiveicon.R$drawable: int abc_tab_indicator_material -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: io.reactivex.Observer downstream -james.adaptiveicon.R$style: int Widget_AppCompat_Light_AutoCompleteTextView -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: int sourceMode -wangdaye.com.geometricweather.R$string: int settings_title_background_free -retrofit2.adapter.rxjava2.Result: java.lang.Throwable error -okio.Base64: Base64() -cyanogenmod.app.Profile$ProfileTrigger: java.lang.String access$300(cyanogenmod.app.Profile$ProfileTrigger) -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert -androidx.coordinatorlayout.R$id: int action_divider -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean access$602(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl,boolean) -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: com.google.android.material.animation.MotionSpec getShrinkMotionSpec() -androidx.constraintlayout.widget.R$styleable: int[] AppCompatTextHelper -cyanogenmod.themes.ThemeManager$1$1: int val$progress +android.didikee.donate.R$dimen: int abc_dialog_fixed_height_major +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: java.lang.String pubTime +androidx.lifecycle.AbstractSavedStateViewModelFactory: android.os.Bundle mDefaultArgs +com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableTransition_android_fromId +okio.GzipSink: java.util.zip.Deflater deflater +wangdaye.com.geometricweather.R$styleable: int ChipGroup_chipSpacingVertical +androidx.appcompat.R$styleable: int SearchView_queryHint +cyanogenmod.providers.CMSettings$Secure: java.lang.String WEATHER_PROVIDER_SERVICE +com.bumptech.glide.load.HttpException: int UNKNOWN +io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: java.lang.Object poll() +androidx.preference.R$drawable: int abc_item_background_holo_light +com.xw.repo.bubbleseekbar.R$attr: int actionModeSelectAllDrawable +com.amap.api.fence.GeoFence: long p +wangdaye.com.geometricweather.R$attr: int layout_constraintGuide_percent +androidx.constraintlayout.widget.R$styleable: int MenuGroup_android_checkableBehavior +androidx.appcompat.R$id: int accessibility_custom_action_26 +androidx.preference.R$color: int accent_material_dark +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial: double Value +wangdaye.com.geometricweather.R$animator: int linear_indeterminate_line1_head_interpolator +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintTag +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Large +androidx.legacy.coreutils.R$layout: int notification_template_custom_big +wangdaye.com.geometricweather.search.LoadableLocationList$Status: wangdaye.com.geometricweather.search.LoadableLocationList$Status valueOf(java.lang.String) +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_medium_material +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language GREEK +okhttp3.internal.http.HttpCodec: void cancel() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: java.lang.String getEn_US() +androidx.constraintlayout.widget.R$attr: int dialogCornerRadius +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintEnd_toStartOf +androidx.lifecycle.LifecycleDispatcher +androidx.preference.R$id: int activity_chooser_view_content +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int AQI_INDEX_4 +androidx.constraintlayout.widget.R$styleable: int FontFamily_fontProviderPackage +com.jaredrummler.android.colorpicker.R$attr: int color +androidx.viewpager2.R$id: int icon_group +wangdaye.com.geometricweather.R$style: int Test_Widget_MaterialComponents_MaterialCalendar +com.google.android.material.R$attr: int layout_goneMarginTop +okhttp3.internal.http.HttpHeaders: java.util.List parseChallenges(okhttp3.Headers,java.lang.String) +okhttp3.Cookie: boolean hostOnly() +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: int STATE_INACTIVE +com.google.android.material.R$styleable: int[] CardView +androidx.appcompat.R$dimen: int abc_list_item_height_material +com.google.android.material.R$attr: int round +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constrainedHeight +cyanogenmod.app.PartnerInterface: java.lang.String TAG +androidx.coordinatorlayout.R$attr: int fontStyle +com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_gradientRadius +androidx.recyclerview.R$styleable: int RecyclerView_fastScrollEnabled +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatSeekBar_tickMark +com.google.android.material.R$layout: int abc_expanded_menu_layout +androidx.vectordrawable.R$styleable: int FontFamily_fontProviderFetchTimeout +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX() +androidx.appcompat.R$dimen: int compat_notification_large_icon_max_height +com.turingtechnologies.materialscrollbar.R$color +androidx.preference.R$dimen: int disabled_alpha_material_light +androidx.legacy.coreutils.R$dimen +android.didikee.donate.R$styleable: int AppCompatTheme_actionBarDivider +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1: wangdaye.com.geometricweather.location.services.LocationService$LocationCallback val$callback +androidx.viewpager.widget.ViewPager: void setScrollState(int) +com.google.android.material.R$style: int Theme_AppCompat_CompactMenu +com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_72 +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: java.lang.String WidgetPhrase +wangdaye.com.geometricweather.R$color: int ripple_material_dark +com.google.android.material.R$id: int material_textinput_timepicker +com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_FixedSize_Bridge +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_card +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: void run() +com.xw.repo.bubbleseekbar.R$attr: int bsb_max +io.reactivex.internal.util.VolatileSizeArrayList: boolean contains(java.lang.Object) +com.bumptech.glide.integration.okhttp.R$drawable: int notification_template_icon_bg +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +wangdaye.com.geometricweather.R$string: int about_page_indicator +com.google.android.material.R$style: int Widget_AppCompat_CompoundButton_CheckBox +com.google.android.gms.base.R$color: R$color() +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: BlockingObservableIterable$BlockingObservableIterator(int) +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintVertical_weight +cyanogenmod.app.ProfileGroup: int describeContents() +io.reactivex.internal.util.VolatileSizeArrayList: boolean addAll(java.util.Collection) +wangdaye.com.geometricweather.common.basic.models.weather.Wind: Wind(java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WindDegree,java.lang.Float,java.lang.String) +com.google.android.material.R$styleable: int Constraint_android_minHeight +wangdaye.com.geometricweather.R$attr: int fabCradleRoundedCornerRadius +okio.RealBufferedSource: java.lang.String readUtf8Line() +androidx.constraintlayout.widget.R$id: int autoCompleteToEnd +androidx.hilt.R$styleable: int FontFamilyFont_fontVariationSettings +androidx.preference.R$style: int Theme_AppCompat +io.reactivex.internal.subscriptions.BasicQueueSubscription: void cancel() +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_BottomSheetDialog +wangdaye.com.geometricweather.R$dimen: int abc_dialog_fixed_width_minor +com.jaredrummler.android.colorpicker.R$anim: int abc_fade_out +androidx.recyclerview.R$id: int accessibility_custom_action_21 +okio.AsyncTimeout: long remainingNanos(long) +wangdaye.com.geometricweather.R$drawable: int weather_snow_1 +com.bumptech.glide.integration.okhttp.R$id: int none +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: long EndEpochDate +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse +io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit,long) +wangdaye.com.geometricweather.R$attr: int popupMenuStyle +cyanogenmod.alarmclock.CyanogenModAlarmClock +androidx.activity.R$dimen: int notification_small_icon_background_padding +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void onNext(java.lang.Object) +android.didikee.donate.R$dimen: int abc_dialog_fixed_height_minor +com.turingtechnologies.materialscrollbar.R$drawable: R$drawable() +androidx.constraintlayout.motion.widget.MotionLayout: MotionLayout(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$drawable: int flag_ar +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder sslSocketFactory(javax.net.ssl.SSLSocketFactory,javax.net.ssl.X509TrustManager) +io.reactivex.internal.observers.DeferredScalarObserver: void dispose() +okhttp3.internal.cache.DiskLruCache: boolean hasJournalErrors +androidx.preference.R$attr: int drawableRightCompat +androidx.appcompat.resources.R$dimen: int notification_top_pad +com.google.gson.stream.JsonReader: int PEEKED_SINGLE_QUOTED_NAME +cyanogenmod.profiles.ConnectionSettings: int getConnectionId() +com.google.android.material.R$styleable: int Tooltip_android_textAppearance +androidx.preference.R$attr: int dependency +okhttp3.internal.http2.PushObserver$1: void onReset(int,okhttp3.internal.http2.ErrorCode) +wangdaye.com.geometricweather.GeometricWeather +com.google.android.material.R$styleable: int ShapeableImageView_shapeAppearance +androidx.drawerlayout.R$attr: int fontProviderFetchTimeout +io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: UnicastSubject$UnicastQueueDisposable(io.reactivex.subjects.UnicastSubject) +com.google.android.material.R$dimen: int notification_small_icon_background_padding +androidx.lifecycle.ReportFragment: void onPause() +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Ice: java.lang.String Unit +com.google.android.material.R$styleable: int MaterialCalendarItem_itemShapeAppearance +okhttp3.internal.http.HttpCodec: okhttp3.Response$Builder readResponseHeaders(boolean) +androidx.preference.R$styleable: int[] CoordinatorLayout_Layout +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_suffixTextAppearance +androidx.hilt.lifecycle.R$styleable: int ColorStateListItem_alpha +retrofit2.OkHttpCall$ExceptionCatchingResponseBody$1: long read(okio.Buffer,long) +com.jaredrummler.android.colorpicker.R$attr: int goIcon +wangdaye.com.geometricweather.db.entities.DailyEntity: void setTreeDescription(java.lang.String) +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: int RUNNING +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeSplitBackground +okhttp3.ConnectionPool: ConnectionPool() +james.adaptiveicon.R$id: int icon_group +io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: boolean cancelled +android.didikee.donate.R$styleable: int SearchView_commitIcon +androidx.appcompat.R$attr: int colorBackgroundFloating +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_showMotionSpec +com.google.android.material.R$styleable: int Slider_android_enabled +androidx.activity.R$styleable: int GradientColor_android_gradientRadius +io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner +com.google.android.material.R$styleable: int AppCompatTheme_panelBackground +androidx.drawerlayout.R$id: int notification_main_column +com.google.android.material.R$attr: int materialCalendarTheme +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property TreeLevel +io.reactivex.internal.schedulers.ScheduledRunnable: java.lang.Object DONE +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_orientation +androidx.preference.R$styleable: int MenuItem_android_checked +androidx.hilt.R$id: int tag_accessibility_heading +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_18 +wangdaye.com.geometricweather.settings.dialogs.TimeSetterDialog +cyanogenmod.providers.WeatherContract: android.net.Uri AUTHORITY_URI +okio.DeflaterSink: okio.Timeout timeout() +androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_textSize +com.bumptech.glide.integration.okhttp.R$styleable: int ColorStateListItem_android_color +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: boolean isDisposed() +wangdaye.com.geometricweather.R$id: int asConfigured +wangdaye.com.geometricweather.R$drawable: int flag_it +androidx.appcompat.R$style: int Platform_AppCompat_Light +okhttp3.internal.http2.Http2Connection: void pushHeadersLater(int,java.util.List,boolean) +com.tencent.bugly.crashreport.crash.CrashDetailBean: long F +com.google.android.material.appbar.CollapsingToolbarLayout: void setScrimsShown(boolean) +com.jaredrummler.android.colorpicker.R$attr: int paddingTopNoTitle +androidx.preference.R$attr: int coordinatorLayoutStyle +wangdaye.com.geometricweather.background.polling.work.worker.NormalUpdateWorker: NormalUpdateWorker(android.content.Context,androidx.work.WorkerParameters,wangdaye.com.geometricweather.location.LocationHelper,wangdaye.com.geometricweather.weather.WeatherHelper) +okhttp3.internal.cache.DiskLruCache$Editor +com.google.android.material.R$id: int month_navigation_previous +com.turingtechnologies.materialscrollbar.R$drawable: int abc_scrubber_track_mtrl_alpha +cyanogenmod.app.Profile$ProfileTrigger$1: cyanogenmod.app.Profile$ProfileTrigger createFromParcel(android.os.Parcel) +com.tencent.bugly.crashreport.biz.UserInfoBean: void writeToParcel(android.os.Parcel,int) +androidx.lifecycle.MediatorLiveData$Source: void unplug() +com.tencent.bugly.proguard.an: long e +james.adaptiveicon.R$styleable: int MenuItem_actionProviderClass +wangdaye.com.geometricweather.R$color: int radiobutton_themeable_attribute_color +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_23 +androidx.appcompat.resources.R$id: int tag_accessibility_actions +com.turingtechnologies.materialscrollbar.R$styleable: int ThemeEnforcement_enforceTextAppearance +wangdaye.com.geometricweather.R$string: int abc_search_hint +androidx.vectordrawable.animated.R$id: int action_container +com.google.android.material.R$styleable: int FontFamilyFont_ttcIndex +wangdaye.com.geometricweather.R$styleable: int Constraint_android_transformPivotX +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: void onNext(java.lang.Object) +com.tencent.bugly.proguard.ap: int l +wangdaye.com.geometricweather.R$drawable: int notif_temp_18 +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +cyanogenmod.app.Profile: void validateRingtones(android.content.Context) +com.xw.repo.bubbleseekbar.R$id: int checkbox +androidx.constraintlayout.widget.R$color: int error_color_material_dark +cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType THEME_UPDATED +androidx.loader.R$styleable: int[] GradientColor +com.google.android.material.R$dimen: int mtrl_calendar_year_corner +androidx.lifecycle.SavedStateHandleController: androidx.lifecycle.SavedStateHandle mHandle +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: java.lang.String Text +androidx.fragment.R$color: int secondary_text_default_material_light +androidx.constraintlayout.widget.R$drawable: int abc_list_pressed_holo_light +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dialogPreferredPadding +wangdaye.com.geometricweather.R$styleable: int[] AlertDialog +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain: java.lang.Float cumul1H +androidx.customview.R$style: int Widget_Compat_NotificationActionContainer +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ListView_DropDown cyanogenmod.hardware.CMHardwareManager: byte[] readPersistentBytes(java.lang.String) -androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type VERTICAL_DIMENSION -wangdaye.com.geometricweather.R$attr: int mock_showLabel -androidx.preference.R$style: int Preference_SwitchPreference_Material -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_queryHint -wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemTextAppearanceActive -james.adaptiveicon.R$styleable: int AppCompatTextView_drawableBottomCompat -cyanogenmod.app.ICMTelephonyManager$Stub: java.lang.String DESCRIPTOR -com.google.android.material.R$styleable: int ProgressIndicator_showDelay -okio.GzipSource: okio.BufferedSource source -cyanogenmod.app.suggest.IAppSuggestManager$Stub -com.google.android.material.R$id: int start -james.adaptiveicon.R$styleable: int MenuGroup_android_menuCategory -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator LIVE_DISPLAY_HINTED_VALIDATOR -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ListMenuView -cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType[] values() -wangdaye.com.geometricweather.R$anim: int btn_checkbox_to_unchecked_box_inner_merged_animation -android.didikee.donate.R$style: int Base_V21_Theme_AppCompat -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Metric: java.lang.String Unit -wangdaye.com.geometricweather.R$mipmap: R$mipmap() -com.google.android.material.R$style: int Widget_AppCompat_Spinner -androidx.core.R$attr: int fontProviderPackage -androidx.lifecycle.ServiceLifecycleDispatcher: void onServicePreSuperOnBind() -wangdaye.com.geometricweather.R$drawable: int flag_fr -wangdaye.com.geometricweather.R$array: int distance_units -cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.DisplayMode getDefaultDisplayMode() -com.google.gson.stream.JsonReader: void skipToEndOfLine() -wangdaye.com.geometricweather.R$string: int date_format_short -james.adaptiveicon.R$style: int TextAppearance_AppCompat -james.adaptiveicon.R$styleable: int AppCompatTheme_popupWindowStyle -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common -androidx.viewpager2.R$id: int tag_unhandled_key_listeners -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Title_Inverse -wangdaye.com.geometricweather.R$layout: int mtrl_picker_header_title_text -androidx.preference.R$styleable: int SwitchPreference_disableDependentsState -com.google.android.material.imageview.ShapeableImageView: float getStrokeWidth() -com.google.android.material.R$styleable: int Variant_region_widthMoreThan -wangdaye.com.geometricweather.R$dimen: int mtrl_badge_horizontal_edge_offset -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_enabled -com.google.android.material.R$id: int search_go_btn -cyanogenmod.profiles.ConnectionSettings: ConnectionSettings(int) -androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_marginTop -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource[] values() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: void setLogo(java.lang.String) -com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense_ExposedDropdownMenu -com.turingtechnologies.materialscrollbar.R$style: R$style() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric: java.lang.String Unit +com.xw.repo.bubbleseekbar.R$color: int background_material_dark +wangdaye.com.geometricweather.R$drawable: int weather_clear_day_mini_xml +wangdaye.com.geometricweather.R$anim +com.tencent.bugly.proguard.am: java.lang.String o +com.xw.repo.bubbleseekbar.R$integer: R$integer() +com.google.android.material.R$attr: int borderlessButtonStyle +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: ObservableFlatMapMaybe$FlatMapMaybeObserver(io.reactivex.Observer,io.reactivex.functions.Function,boolean) +androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy: ConstraintProxy$StorageNotLowProxy() +com.xw.repo.bubbleseekbar.R$attr: int itemPadding +com.google.android.material.R$styleable: int AppCompatTextView_drawableTintMode +androidx.appcompat.view.menu.ExpandedMenuView +com.google.android.material.R$styleable: int SearchView_android_focusable +com.jaredrummler.android.colorpicker.R$attr: int autoSizeTextType +wangdaye.com.geometricweather.R$attr: int goIcon +okhttp3.CacheControl +retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$1 +androidx.appcompat.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle +com.google.android.material.R$styleable: int[] LinearLayoutCompat +wangdaye.com.geometricweather.R$id: int select_dialog_listview +com.turingtechnologies.materialscrollbar.R$attr: int state_collapsed +cyanogenmod.weather.CMWeatherManager$2: cyanogenmod.weather.CMWeatherManager this$0 +io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: void dispose() +cyanogenmod.externalviews.ExternalViewProviderService$Provider: void onResume() +cyanogenmod.platform.Manifest: Manifest() +androidx.hilt.lifecycle.R$styleable: int FragmentContainerView_android_name +com.xw.repo.bubbleseekbar.R$dimen: int notification_right_side_padding_top +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter close(int,int,java.lang.String) +cyanogenmod.weatherservice.ServiceRequest +com.google.android.material.internal.ForegroundLinearLayout +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: long serialVersionUID +wangdaye.com.geometricweather.R$drawable: int weather_wind_pixel +androidx.core.R$styleable: int FontFamily_fontProviderAuthority +wangdaye.com.geometricweather.R$integer: int show_password_duration +com.google.android.material.R$id: int scrollIndicatorDown +com.google.android.material.textfield.TextInputLayout: int getPlaceholderTextAppearance() +cyanogenmod.hardware.CMHardwareManager: boolean checkService() +com.amap.api.location.AMapLocation: java.lang.String toStr(int) +androidx.appcompat.R$styleable: int AppCompatSeekBar_android_thumb +james.adaptiveicon.R$style: int Theme_AppCompat_DialogWhenLarge +com.tencent.bugly.crashreport.crash.c: com.tencent.bugly.crashreport.common.strategy.a u +androidx.appcompat.app.WindowDecorActionBar: void removeOnMenuVisibilityListener(androidx.appcompat.app.ActionBar$OnMenuVisibilityListener) +wangdaye.com.geometricweather.R$styleable: int RecyclerView_reverseLayout +wangdaye.com.geometricweather.main.MainActivityViewModel$Status: wangdaye.com.geometricweather.main.MainActivityViewModel$Status IMPLICIT_INITIALIZING +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial: java.lang.String Unit +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_98 +okhttp3.internal.http2.Hpack$Writer: void clearDynamicTable() +androidx.appcompat.widget.AppCompatTextView: void setCustomSelectionActionModeCallback(android.view.ActionMode$Callback) +com.baidu.location.e.l$b: com.baidu.location.e.l$b b +wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.String getLevel() +com.google.android.material.datepicker.MaterialCalendar$CalendarSelector: com.google.android.material.datepicker.MaterialCalendar$CalendarSelector YEAR +com.jaredrummler.android.colorpicker.ColorPickerDialog: ColorPickerDialog() +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: ObservableConcatMapEager$ConcatMapEagerMainObserver(io.reactivex.Observer,io.reactivex.functions.Function,int,int,io.reactivex.internal.util.ErrorMode) +wangdaye.com.geometricweather.R$styleable: int Layout_layout_goneMarginTop +android.didikee.donate.R$style: int Widget_AppCompat_ButtonBar_AlertDialog +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge +cyanogenmod.profiles.BrightnessSettings +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: long updateTime +com.tencent.bugly.proguard.z: byte[] b(byte[],int,int,java.lang.String) +com.xw.repo.bubbleseekbar.R$attr: int checkboxStyle +wangdaye.com.geometricweather.R$styleable: int SwitchImageButton_drawable_res_on +androidx.preference.R$styleable: int AppCompatTheme_dialogCornerRadius +com.google.android.material.R$dimen: int mtrl_navigation_item_shape_horizontal_margin +android.didikee.donate.R$styleable: int Toolbar_titleMarginTop +com.google.android.material.circularreveal.CircularRevealRelativeLayout +wangdaye.com.geometricweather.R$id: int default_activity_button +james.adaptiveicon.R$drawable: int abc_spinner_textfield_background_material +com.amap.api.location.AMapLocationClientOption: long s +io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function4) +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_ut +androidx.lifecycle.extensions.R$id: int dialog_button +wangdaye.com.geometricweather.R$id: int item_weather_daily_overview_icon +wangdaye.com.geometricweather.db.entities.LocationEntity: void setWeatherSource(wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource) +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Body2 +androidx.viewpager2.R$attr: R$attr() +androidx.loader.R$attr: int font +androidx.appcompat.R$color: int abc_tint_edittext +androidx.appcompat.R$style: int Widget_AppCompat_PopupMenu +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_android_ttcIndex +androidx.recyclerview.R$styleable: int GradientColor_android_gradientRadius +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void onNext(java.lang.Object) +okhttp3.internal.connection.StreamAllocation: void streamFailed(java.io.IOException) +androidx.constraintlayout.widget.R$styleable: int Layout_layout_editor_absoluteX +wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.lang.String type +wangdaye.com.geometricweather.R$string: int common_google_play_services_install_title +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Display3 +androidx.preference.R$drawable: int abc_ic_menu_overflow_material +cyanogenmod.os.Concierge$ParcelInfo: Concierge$ParcelInfo(android.os.Parcel) +com.bumptech.glide.R$attr: int fontProviderCerts +cyanogenmod.app.CustomTileListenerService: android.os.IBinder onBind(android.content.Intent) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: void setValue(java.util.List) +com.google.gson.stream.JsonWriter: java.lang.String[] HTML_SAFE_REPLACEMENT_CHARS +wangdaye.com.geometricweather.R$id: int item_aqi +wangdaye.com.geometricweather.R$string: int key_weather_source +wangdaye.com.geometricweather.R$string: int tomorrow +io.reactivex.Observable: io.reactivex.Completable concatMapCompletable(io.reactivex.functions.Function,int) +com.google.android.material.R$styleable: int MaterialCalendarItem_itemFillColor +androidx.vectordrawable.R$id: int text +com.google.android.material.chip.Chip: float getChipCornerRadius() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: java.util.List value +com.google.android.material.tabs.TabLayout: android.graphics.drawable.Drawable getTabSelectedIndicator() +com.turingtechnologies.materialscrollbar.R$style: int Widget_Compat_NotificationActionContainer +wangdaye.com.geometricweather.R$attr: int boxCornerRadiusTopStart +androidx.preference.R$styleable: int GradientColor_android_centerX +okhttp3.Request$Builder: okhttp3.Request$Builder delete(okhttp3.RequestBody) +okhttp3.internal.http2.Http2Connection$ReaderRunnable +androidx.appcompat.widget.LinearLayoutCompat: void setWeightSum(float) +okhttp3.internal.Util: boolean decodeIpv4Suffix(java.lang.String,int,int,byte[],int) +okhttp3.Protocol: okhttp3.Protocol QUIC +android.didikee.donate.R$style: int Widget_AppCompat_ActionButton_CloseMode +androidx.constraintlayout.widget.R$layout +androidx.appcompat.R$id: int right_side +okhttp3.Dispatcher: void enqueue(okhttp3.RealCall$AsyncCall) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: java.lang.String direction +wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableCompat_android_dither +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Rain: int UnitType +androidx.hilt.R$dimen: int notification_small_icon_size_as_large +com.google.android.material.R$dimen: int mtrl_snackbar_padding_horizontal +com.tencent.bugly.proguard.ag: void a(java.lang.String) +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay[] values() +androidx.cardview.R$attr: int cardMaxElevation +com.google.android.material.R$styleable: int Toolbar_subtitleTextColor +cyanogenmod.app.IProfileManager: cyanogenmod.app.Profile getProfileByName(java.lang.String) +com.tencent.bugly.proguard.z: boolean a(java.io.File,java.io.File,int) +com.google.android.material.R$string: int mtrl_picker_text_input_date_hint +android.didikee.donate.R$styleable: int AppCompatTheme_actionOverflowMenuStyle +com.google.android.material.chip.Chip: void setCloseIconStartPaddingResource(int) +androidx.appcompat.R$style: int Widget_AppCompat_ImageButton +com.tencent.bugly.proguard.y: com.tencent.bugly.proguard.y$a c() +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Metric Metric +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem +com.google.android.material.internal.FlowLayout: FlowLayout(android.content.Context) +okhttp3.EventListener$2: EventListener$2(okhttp3.EventListener) +wangdaye.com.geometricweather.R$string: int content_des_m3 +androidx.vectordrawable.animated.R$attr: int fontVariationSettings +androidx.customview.R$id: R$id() +io.reactivex.internal.observers.InnerQueuedObserver: int fusionMode +androidx.appcompat.R$drawable: int abc_cab_background_internal_bg +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_5 +okhttp3.internal.cache.DiskLruCache: int appVersion +wangdaye.com.geometricweather.R$styleable: int AppBarLayout_android_background +cyanogenmod.externalviews.KeyguardExternalView: void registerOnWindowAttachmentChangedListener(cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener) +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_icon_vertical_padding_material +com.google.android.material.R$color: int androidx_core_secondary_text_default_material_light +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown +com.google.android.material.R$attr: int chipSurfaceColor +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Tooltip +com.bumptech.glide.integration.okhttp3.OkHttpGlideModule +wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: AbsTrendItemView(android.content.Context) +com.google.android.material.snackbar.SnackbarContentLayout: android.widget.TextView getMessageView() +com.xw.repo.bubbleseekbar.R$layout: int notification_template_part_chronometer +androidx.constraintlayout.widget.R$drawable: int abc_text_select_handle_right_mtrl_dark +androidx.appcompat.resources.R$styleable: R$styleable() +androidx.preference.R$styleable: int MenuItem_android_title +james.adaptiveicon.R$style: R$style() +com.tencent.bugly.BuglyStrategy: java.lang.String f +retrofit2.adapter.rxjava2.RxJava2CallAdapter: java.lang.reflect.Type responseType() +com.amap.api.fence.GeoFenceManagerBase: void addKeywordGeoFence(java.lang.String,java.lang.String,java.lang.String,int,java.lang.String) +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_navigationMode +androidx.appcompat.widget.ActivityChooserView: void setProvider(androidx.core.view.ActionProvider) +okhttp3.internal.Internal: void addLenient(okhttp3.Headers$Builder,java.lang.String) +com.jaredrummler.android.colorpicker.R$id: int search_go_btn +androidx.hilt.work.R$color: int notification_action_color_filter +com.google.android.material.R$styleable: R$styleable() +retrofit2.Converter$Factory: java.lang.reflect.Type getParameterUpperBound(int,java.lang.reflect.ParameterizedType) +okhttp3.internal.cache2.Relay$RelaySource: okhttp3.internal.cache2.FileOperator fileOperator +androidx.constraintlayout.widget.R$styleable: int MenuView_preserveIconSpacing +okio.AsyncTimeout$1: okio.Timeout timeout() +com.xw.repo.bubbleseekbar.R$attr: int ratingBarStyle +org.greenrobot.greendao.AbstractDao: void deleteByKey(java.lang.Object) +io.reactivex.internal.util.NotificationLite$SubscriptionNotification: long serialVersionUID +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeRealFeelTemperature(java.lang.Integer) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoonPhaseDescription(java.lang.String) +james.adaptiveicon.R$id: int activity_chooser_view_content +io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function) +wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_android_windowFullscreen +com.google.android.material.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle +okhttp3.Call: boolean isCanceled() +android.didikee.donate.R$drawable: int abc_vector_test +wangdaye.com.geometricweather.R$id: int search_voice_btn +okio.Base64: java.lang.String encode(byte[]) +com.google.android.material.slider.RangeSlider: void setLabelBehavior(int) +androidx.coordinatorlayout.R$id: int accessibility_custom_action_2 +okhttp3.Request$Builder: okhttp3.RequestBody body +androidx.lifecycle.extensions.R$attr: int fontWeight +wangdaye.com.geometricweather.R$string: int cpv_presets +okhttp3.internal.ws.RealWebSocket$Close: RealWebSocket$Close(int,okio.ByteString,long) +androidx.recyclerview.widget.RecyclerView: RecyclerView(android.content.Context) +james.adaptiveicon.R$styleable: int[] AppCompatTextHelper +com.xw.repo.bubbleseekbar.R$color: int abc_search_url_text_normal +cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void alterWindow(int,int,int,int,boolean,android.graphics.Rect) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position position +com.google.android.material.R$attr: int iconStartPadding +androidx.appcompat.widget.Toolbar: void setCollapseIcon(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.R$attr: int buttonPanelSideLayout +com.amap.api.location.AMapLocation: int TRUSTED_LEVEL_NORMAL +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_goneMarginBottom +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: java.lang.String getUnit() +wangdaye.com.geometricweather.R$layout: int text_view_with_line_height_from_layout +android.didikee.donate.R$string: int abc_search_hint +cyanogenmod.util.ColorUtils: int findPerceptuallyNearestColor(int,int[]) +androidx.appcompat.widget.ContentFrameLayout: android.util.TypedValue getMinWidthMinor() +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) +retrofit2.KotlinExtensions$await$4$2: kotlinx.coroutines.CancellableContinuation $continuation +com.xw.repo.bubbleseekbar.R$color: int abc_tint_spinner +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonBarStyle +com.google.android.material.slider.Slider: void setThumbStrokeColor(android.content.res.ColorStateList) +androidx.appcompat.R$dimen: int abc_action_bar_stacked_tab_max_width +retrofit2.BuiltInConverters$StreamingResponseBodyConverter: BuiltInConverters$StreamingResponseBodyConverter() +com.tencent.bugly.crashreport.crash.anr.TraceFileHelper: java.lang.Object[] a(java.io.BufferedReader,java.util.regex.Pattern[]) +android.didikee.donate.R$style: int Theme_AppCompat_DialogWhenLarge +cyanogenmod.app.ProfileManager: cyanogenmod.app.Profile getActiveProfile() +androidx.work.R$dimen: int compat_control_corner_material +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: int prefetch +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind: java.lang.Integer direction +com.google.android.material.card.MaterialCardView: void setCardForegroundColor(android.content.res.ColorStateList) +okhttp3.HttpUrl: java.lang.String canonicalize(java.lang.String,java.lang.String,boolean,boolean,boolean,boolean,java.nio.charset.Charset) +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: boolean outputFused +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature +wangdaye.com.geometricweather.R$styleable: int GradientColor_android_startY +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutSelectorSupport parent +com.google.android.material.R$id: int forever +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index: java.lang.String color +com.google.android.material.switchmaterial.SwitchMaterial: SwitchMaterial(android.content.Context,android.util.AttributeSet,int) +retrofit2.ParameterHandler$Field: void apply(retrofit2.RequestBuilder,java.lang.Object) +android.didikee.donate.R$color: int switch_thumb_material_light +com.tencent.bugly.proguard.ar: java.util.ArrayList d +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu +androidx.transition.R$styleable: int ColorStateListItem_android_color +wangdaye.com.geometricweather.R$id: int activity_widget_config_subtitleDataTitle +wangdaye.com.geometricweather.R$drawable: int weather_hail_mini_dark +com.jaredrummler.android.colorpicker.R$styleable: int[] LinearLayoutCompat_Layout +com.turingtechnologies.materialscrollbar.R$style: int Base_Animation_AppCompat_Dialog +com.google.android.material.R$dimen: int hint_pressed_alpha_material_dark +james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 +wangdaye.com.geometricweather.R$attr: int panelBackground +com.google.android.gms.base.R$id: int icon_only +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: int val$x +androidx.lifecycle.ProcessLifecycleOwnerInitializer +com.google.android.material.datepicker.MaterialCalendarGridView +retrofit2.adapter.rxjava2.CallEnqueueObservable: retrofit2.Call originalCall +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: io.reactivex.disposables.Disposable upstream +okhttp3.CacheControl: CacheControl(boolean,boolean,int,int,boolean,boolean,boolean,int,int,boolean,boolean,boolean,java.lang.String) +androidx.transition.R$color: int notification_action_color_filter +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionButton +cyanogenmod.themes.ThemeManager: java.util.Set mProcessingListeners +androidx.preference.R$attr: int alertDialogCenterButtons +okhttp3.internal.http.HttpCodec: okio.Sink createRequestBody(okhttp3.Request,long) +okhttp3.Headers: okhttp3.Headers of(java.util.Map) +androidx.appcompat.R$attr: int listItemLayout +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: int count +com.google.android.material.checkbox.MaterialCheckBox: MaterialCheckBox(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.widget.R$style: int Widget_Compat_NotificationActionContainer +retrofit2.ParameterHandler$Headers: void apply(retrofit2.RequestBuilder,java.lang.Object) +androidx.preference.R$styleable: int PreferenceFragmentCompat_allowDividerAfterLastItem +com.google.android.material.R$id: int chip +androidx.viewpager.R$styleable: int FontFamilyFont_fontWeight +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_shadowColor +wangdaye.com.geometricweather.R$id: int notification_big_icon_1 +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ListMenuView +androidx.viewpager.widget.PagerTabStrip: boolean getDrawFullUnderline() +android.didikee.donate.R$styleable: int ActionBar_logo +com.google.android.material.R$styleable: int KeyCycle_android_scaleY +wangdaye.com.geometricweather.R$id: int widget_day_sign +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_panelMenuListTheme +okio.Segment: int pos +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_android_enabled +com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType RAW +androidx.appcompat.R$attr: int imageButtonStyle +androidx.preference.R$attr: int thumbTextPadding +wangdaye.com.geometricweather.R$attr: int checkedIconSize +androidx.fragment.R$styleable: int Fragment_android_name +com.tencent.bugly.crashreport.CrashReport: void postCatchedException(java.lang.Throwable) +okhttp3.internal.http2.Http2Connection$2: int val$streamId +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem +wangdaye.com.geometricweather.R$drawable: int widget_card_light_80 +com.tencent.bugly.crashreport.crash.b: java.util.List b() +androidx.lifecycle.ComputableLiveData$3: ComputableLiveData$3(androidx.lifecycle.ComputableLiveData) +androidx.preference.R$attr: int state_above_anchor +cyanogenmod.providers.CMSettings$System: java.lang.String[] LEGACY_SYSTEM_SETTINGS +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.Temperature temperature +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setBackgroundTintList(android.content.res.ColorStateList) +android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light_Dialog_MinWidth +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintCircle +androidx.appcompat.R$styleable: int View_android_focusable +wangdaye.com.geometricweather.R$attr: int flow_horizontalAlign +io.reactivex.Observable: io.reactivex.disposables.Disposable forEachWhile(io.reactivex.functions.Predicate,io.reactivex.functions.Consumer) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textColorSearchUrl +wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: void setProgress(float) +cyanogenmod.app.CustomTile: android.app.PendingIntent deleteIntent +cyanogenmod.app.ThemeVersion$ComponentVersion: int id +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_9 +wangdaye.com.geometricweather.R$attr: int toolbarId +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActivityChooserView +com.google.android.material.R$styleable: int Layout_android_layout_marginRight +com.xw.repo.bubbleseekbar.R$dimen: int abc_dropdownitem_text_padding_left +androidx.hilt.lifecycle.R$styleable: int FontFamily_fontProviderQuery +cyanogenmod.themes.IThemeProcessingListener +androidx.coordinatorlayout.R$id: int accessibility_custom_action_31 +androidx.appcompat.view.menu.CascadingMenuPopup +wangdaye.com.geometricweather.main.dialogs.HourlyWeatherDialog: HourlyWeatherDialog() +androidx.transition.R$color: int notification_icon_bg_color +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.AlertEntityDao alertEntityDao james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query -androidx.hilt.R$id: int accessibility_custom_action_3 -wangdaye.com.geometricweather.common.basic.models.weather.WindDegree: java.lang.String getWindArrow() -okhttp3.internal.http2.Hpack$Writer: int headerCount -androidx.appcompat.R$string: int abc_searchview_description_query -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setShowMotionSpecResource(int) -retrofit2.http.DELETE -wangdaye.com.geometricweather.R$styleable: int NavigationView_shapeAppearance -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Display4 -com.turingtechnologies.materialscrollbar.R$id: int icon_group -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_aa_normal -androidx.viewpager.R$drawable: int notification_bg_normal_pressed -com.google.android.material.R$styleable: int ForegroundLinearLayout_android_foregroundGravity -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.constraintlayout.widget.R$attr: int dragDirection -androidx.hilt.R$id: int notification_main_column -androidx.constraintlayout.widget.R$styleable: int MenuView_android_itemIconDisabledAlpha -cyanogenmod.providers.CMSettings$Global: long getLong(android.content.ContentResolver,java.lang.String) -androidx.appcompat.R$drawable: int abc_text_select_handle_middle_mtrl_light -wangdaye.com.geometricweather.R$layout: int select_dialog_multichoice_material -com.google.android.material.R$attr: int behavior_halfExpandedRatio -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: void onComplete() -androidx.appcompat.R$styleable: int ActionBar_background -com.google.android.material.R$attr: int layout_editor_absoluteX -androidx.appcompat.widget.ActivityChooserView$InnerLayout -com.turingtechnologies.materialscrollbar.R$color: int bright_foreground_inverse_material_light -com.tencent.bugly.crashreport.biz.UserInfoBean: java.lang.String d -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setLockWallpaper(java.lang.String) -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: java.util.concurrent.atomic.AtomicReference queue -androidx.activity.R$id: int text -wangdaye.com.geometricweather.R$attr: int layoutDuringTransition -androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView -androidx.hilt.work.R$color -okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level BODY -android.didikee.donate.R$style: int Base_Widget_AppCompat_Spinner_Underlined -androidx.constraintlayout.widget.R$attr: int actionViewClass -com.google.android.material.internal.VisibilityAwareImageButton: void setVisibility(int) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_panelBackground -cyanogenmod.providers.CMSettings$System$1 -io.reactivex.internal.observers.DeferredScalarObserver -io.reactivex.Observable: io.reactivex.Observer subscribeWith(io.reactivex.Observer) -androidx.vectordrawable.R$color: R$color() -retrofit2.OkHttpCall$NoContentResponseBody: okio.BufferedSource source() -androidx.constraintlayout.widget.R$attr: int onTouchUp -com.xw.repo.BubbleSeekBar: float getMax() -okhttp3.Call: void enqueue(okhttp3.Callback) -james.adaptiveicon.R$attr: int drawerArrowStyle -io.reactivex.internal.schedulers.RxThreadFactory: java.lang.String prefix -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonBarButtonStyle -com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_spanCount -okhttp3.internal.platform.ConscryptPlatform: java.lang.String getSelectedProtocol(javax.net.ssl.SSLSocket) -androidx.preference.R$attr: int toolbarNavigationButtonStyle -com.tencent.bugly.crashreport.biz.a: java.util.List a(java.lang.String) -cyanogenmod.externalviews.ExternalViewProviderService$1$1 -com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemHorizontalTranslationEnabled(boolean) -wangdaye.com.geometricweather.R$styleable: int[] RadialViewGroup -okhttp3.Response: java.lang.String message() -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_14 -wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_mini_light -io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: long serialVersionUID -androidx.constraintlayout.widget.R$color: int abc_btn_colored_borderless_text_material -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeThunderstormPrecipitationProbability -androidx.appcompat.widget.AppCompatImageButton: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() -wangdaye.com.geometricweather.R$drawable: int weather_cloudy_mini_xml -androidx.lifecycle.extensions.R$style: int TextAppearance_Compat_Notification_Title -com.turingtechnologies.materialscrollbar.R$styleable: int ThemeEnforcement_android_textAppearance -androidx.preference.R$style: int Base_Theme_AppCompat_Light_Dialog -androidx.preference.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless -com.google.android.material.R$string: int mtrl_picker_announce_current_selection -com.tencent.bugly.proguard.aa -okhttp3.CipherSuite: okhttp3.CipherSuite init(java.lang.String,int) -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean checkTerminated(boolean,boolean,io.reactivex.Observer) -wangdaye.com.geometricweather.R$attr: int switchPreferenceCompatStyle -androidx.constraintlayout.widget.R$id: int async -wangdaye.com.geometricweather.R$id: int activity_widget_config_subtitle_inputLayout -androidx.hilt.R$style: int Widget_Compat_NotificationActionContainer -okhttp3.internal.cache.DiskLruCache: okhttp3.internal.cache.DiskLruCache create(okhttp3.internal.io.FileSystem,java.io.File,int,int,long) -androidx.preference.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common -com.tencent.bugly.crashreport.CrashReport: java.util.Map getSdkExtraData(android.content.Context) -androidx.preference.R$styleable: int ActionMode_height -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void cancelAll() -com.google.android.material.R$attr: int fontVariationSettings -com.google.android.material.R$styleable: int ConstraintSet_flow_firstHorizontalStyle -io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.Function,java.util.concurrent.Callable) -okio.ByteString: java.nio.ByteBuffer asByteBuffer() -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase moonPhase -androidx.lifecycle.DefaultLifecycleObserver: void onStop(androidx.lifecycle.LifecycleOwner) -io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: java.lang.Object poll() -com.turingtechnologies.materialscrollbar.R$dimen: int abc_alert_dialog_button_dimen -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: void cancel(io.reactivex.internal.queue.SpscLinkedArrayQueue,io.reactivex.internal.queue.SpscLinkedArrayQueue) -wangdaye.com.geometricweather.R$id: int square -androidx.fragment.R$id: int tag_accessibility_heading -androidx.fragment.R$dimen: int compat_button_padding_horizontal_material -wangdaye.com.geometricweather.R$styleable: int[] SnackbarLayout -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_textAppearance -com.google.gson.stream.JsonWriter: JsonWriter(java.io.Writer) -androidx.activity.R$styleable: int ColorStateListItem_android_color -okhttp3.Request$Builder: okhttp3.Request$Builder url(java.net.URL) -com.google.android.material.R$styleable: int FloatingActionButton_borderWidth -cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setWind(double,double,int) -com.google.android.material.R$style: int Base_Widget_AppCompat_ActionBar_Solid -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabSelectedTextColor -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: void onSubscribe(io.reactivex.disposables.Disposable) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: java.util.List Sources -wangdaye.com.geometricweather.R$attr: int contentInsetStartWithNavigation -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarSize -androidx.constraintlayout.widget.R$attr: int layout_constraintLeft_toRightOf -wangdaye.com.geometricweather.R$layout: int mtrl_alert_select_dialog_item -com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter: void onModeChanged(boolean) -com.tencent.bugly.proguard.am: java.util.Map z -io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: int requestFusion(int) -com.xw.repo.bubbleseekbar.R$id: int default_activity_button -com.amap.api.fence.GeoFence: int ERROR_CODE_INVALID_PARAMETER -com.google.android.material.transformation.FabTransformationSheetBehavior: FabTransformationSheetBehavior(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeSnowPrecipitationProbability -androidx.recyclerview.R$attr: int font +james.adaptiveicon.R$style: int Base_V21_Theme_AppCompat_Light_Dialog +james.adaptiveicon.R$attr: int indeterminateProgressStyle +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_prefixTextColor +com.google.android.material.R$id: int right_icon +com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_anim_sync_duration +wangdaye.com.geometricweather.R$id: int widget_day_week_icon_2 +wangdaye.com.geometricweather.R$drawable: int shortcuts_partly_cloudy_day +cyanogenmod.externalviews.IKeyguardExternalViewProvider: void onBouncerShowing(boolean) +androidx.vectordrawable.R$styleable: int GradientColor_android_gradientRadius +androidx.constraintlayout.widget.R$attr: int flow_verticalGap +android.didikee.donate.R$attr: int windowMinWidthMinor +wangdaye.com.geometricweather.R$styleable: int MockView_mock_diagonalsColor +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle +com.google.gson.stream.JsonScope: int EMPTY_DOCUMENT +com.google.android.material.R$layout: int abc_dialog_title_material +android.didikee.donate.R$attr: int theme +androidx.appcompat.resources.R$id: int action_divider +james.adaptiveicon.R$id: int src_in +cyanogenmod.app.suggest.IAppSuggestProvider$Stub: java.lang.String DESCRIPTOR +androidx.vectordrawable.R$string: int status_bar_notification_info_overflow +androidx.appcompat.R$dimen: int abc_edit_text_inset_horizontal_material +com.google.android.material.appbar.CollapsingToolbarLayout: void setScrimVisibleHeightTrigger(int) +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableEndCompat +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setTempMax(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemIconSize +com.google.android.material.R$styleable: int AppCompatTheme_editTextColor +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_search_api_material +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl +android.didikee.donate.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha +com.google.android.material.R$style: int TextAppearance_Design_Tab +androidx.preference.R$attr: int colorBackgroundFloating +com.google.android.gms.common.internal.zau +com.google.android.material.circularreveal.CircularRevealFrameLayout: com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo getRevealInfo() +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPopupWindowStyle +wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.String description +com.jaredrummler.android.colorpicker.R$layout: int preference_material +androidx.appcompat.view.menu.ListMenuItemView: void setIcon(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration getPrecipitationDuration() +androidx.activity.R$styleable: int FontFamilyFont_fontStyle +com.google.android.material.R$attr: int fontProviderFetchStrategy +com.google.android.material.R$dimen: int material_clock_period_toggle_height +wangdaye.com.geometricweather.R$string: int path_password_eye +wangdaye.com.geometricweather.R$layout: int mtrl_picker_header_title_text +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight +wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_label_padding +com.xw.repo.bubbleseekbar.R$style: int Base_V7_Theme_AppCompat_Light_Dialog +cyanogenmod.themes.ThemeChangeRequest: long getWallpaperId() +okhttp3.RealCall: okhttp3.EventListener eventListener +cyanogenmod.weather.WeatherInfo$1: cyanogenmod.weather.WeatherInfo createFromParcel(android.os.Parcel) +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.WeatherEntity) +com.turingtechnologies.materialscrollbar.R$id: int design_bottom_sheet +com.google.android.material.R$layout: int abc_list_menu_item_radio +android.support.v4.os.ResultReceiver: void writeToParcel(android.os.Parcel,int) +com.jaredrummler.android.colorpicker.R$attr: int dialogPreferredPadding +cyanogenmod.profiles.StreamSettings$1: java.lang.Object[] newArray(int) +androidx.viewpager.widget.ViewPager: ViewPager(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$styleable: int BottomAppBar_fabCradleRoundedCornerRadius +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter value(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int[] AppCompatTextHelper +com.google.android.material.R$style: int Widget_AppCompat_RatingBar_Small +wangdaye.com.geometricweather.db.entities.DailyEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) +androidx.appcompat.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless +com.jaredrummler.android.colorpicker.R$dimen: int abc_switch_padding +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse +com.amap.api.fence.GeoFence: com.amap.api.location.DPoint n +cyanogenmod.weatherservice.WeatherProviderService: void onConnected() +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.lang.Integer LEFT_VALUE +android.didikee.donate.R$attr: int selectableItemBackground +androidx.transition.R$id: int save_overlay_view +wangdaye.com.geometricweather.R$layout: int widget_day_pixel +androidx.fragment.R$id: int dialog_button +okio.RealBufferedSource: long readHexadecimalUnsignedLong() +androidx.preference.R$anim: int abc_slide_in_top +androidx.constraintlayout.widget.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog +com.google.android.material.R$string: int abc_menu_function_shortcut_label +com.google.android.material.R$styleable: int MaterialAlertDialog_backgroundInsetStart +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse +com.tencent.bugly.crashreport.common.info.a +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure: AccuCurrentResult$Pressure() +androidx.constraintlayout.widget.R$id: int right_icon +android.didikee.donate.R$id: int src_atop +com.tencent.bugly.crashreport.CrashReport: void setCrashRegularFilter(java.lang.String) +okhttp3.ConnectionSpec: okhttp3.ConnectionSpec supportedSpec(javax.net.ssl.SSLSocket,boolean) +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult +okhttp3.Request: okhttp3.HttpUrl url +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Minimum: double Value +okhttp3.internal.http2.Http2Connection$6: okio.Buffer val$buffer +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView: int getMarginBottom() +androidx.hilt.lifecycle.R$id: int text2 +com.xw.repo.bubbleseekbar.R$attr: int contentInsetEnd +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: void setValue(java.util.List) +com.bumptech.glide.R$color: int ripple_material_light +com.google.android.material.internal.FlowLayout: int getRowCount() +com.google.android.material.timepicker.TimePickerView +androidx.appcompat.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration +okio.Segment: okio.Segment prev +cyanogenmod.app.ProfileGroup: void validateOverrideUris(android.content.Context) +cyanogenmod.hardware.CMHardwareManager: int FEATURE_DISPLAY_COLOR_CALIBRATION +com.xw.repo.bubbleseekbar.R$bool +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabPaddingBottom +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_Button +wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.Integer getIndex() +wangdaye.com.geometricweather.R$attr: int counterOverflowTextColor +androidx.constraintlayout.widget.R$dimen: int tooltip_margin +androidx.preference.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges +okhttp3.MultipartBody$Builder: okhttp3.MultipartBody$Builder addFormDataPart(java.lang.String,java.lang.String) +wangdaye.com.geometricweather.R$string: int phase_third +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps: int phenomenonId +wangdaye.com.geometricweather.R$dimen: int design_navigation_max_width +androidx.constraintlayout.widget.R$dimen: int compat_button_padding_horizontal_material +com.google.android.material.button.MaterialButtonToggleGroup: MaterialButtonToggleGroup(android.content.Context,android.util.AttributeSet,int) +com.google.gson.stream.JsonReader: int PEEKED_NONE +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void onNext(java.lang.Object) +okhttp3.Cookie$Builder: okhttp3.Cookie$Builder name(java.lang.String) +com.google.android.material.R$styleable: int AlertDialog_buttonIconDimen +androidx.coordinatorlayout.R$drawable: int notification_template_icon_low_bg +com.google.android.material.slider.BaseSlider: int getThumbRadius() +com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_start_angle +androidx.constraintlayout.widget.R$styleable: int Transform_android_translationZ +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_id +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation: double qty24H +androidx.preference.R$attr: int listPreferredItemPaddingLeft +io.reactivex.internal.schedulers.ScheduledRunnable: ScheduledRunnable(java.lang.Runnable,io.reactivex.internal.disposables.DisposableContainer) +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_horizontalAlign +androidx.constraintlayout.widget.R$anim: int abc_popup_enter +wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status: wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status ERROR +okhttp3.OkHttpClient$Builder: okhttp3.Dispatcher dispatcher +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: boolean isDisposed() +wangdaye.com.geometricweather.R$id: int widget_remote +okhttp3.internal.platform.AndroidPlatform$CloseGuard +com.google.android.material.R$styleable: int AppCompatTheme_editTextBackground +com.google.android.material.R$styleable: int LinearLayoutCompat_android_weightSum +wangdaye.com.geometricweather.common.ui.widgets.TagView: int getCheckedBackgroundColor() +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: java.lang.Integer getCloudCover() +androidx.preference.PreferenceScreen: PreferenceScreen(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$styleable: int Layout_android_layout_marginLeft +com.tencent.bugly.CrashModule: long a +com.google.android.material.R$styleable: int KeyCycle_android_scaleX +com.xw.repo.bubbleseekbar.R$drawable: int abc_popup_background_mtrl_mult +androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat +com.google.android.gms.common.api.ResolvableApiException: ResolvableApiException(com.google.android.gms.common.api.Status) +wangdaye.com.geometricweather.weather.json.mf.MfRainResult: wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position position +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: int getStatus() +com.bumptech.glide.R$attr: int layout_behavior +androidx.preference.R$style: int PreferenceFragment_Material +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionMenuTextAppearance +io.reactivex.Observable: io.reactivex.Observable switchMapMaybe(io.reactivex.functions.Function) +androidx.constraintlayout.widget.R$attr: int height +androidx.work.R$styleable +com.google.android.material.R$id: int month_navigation_bar +androidx.constraintlayout.widget.R$styleable: int Toolbar_contentInsetEnd +androidx.appcompat.R$styleable: int AppCompatTheme_controlBackground +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode +cyanogenmod.externalviews.KeyguardExternalView: void unregisterOnWindowAttachmentChangedListener(cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener) +androidx.appcompat.widget.FitWindowsLinearLayout +retrofit2.Retrofit: java.util.List callAdapterFactories() +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_summaryOff +okhttp3.Cache$CacheResponseBody: okhttp3.internal.cache.DiskLruCache$Snapshot snapshot +androidx.preference.R$attr: int drawableTintMode +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: boolean delayErrors +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_17 +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: long serialVersionUID +androidx.appcompat.R$styleable: int AppCompatTheme_actionOverflowMenuStyle +com.google.android.material.chip.Chip: void setBackgroundTintMode(android.graphics.PorterDuff$Mode) +retrofit2.KotlinExtensions$suspendAndThrow$1: KotlinExtensions$suspendAndThrow$1(kotlin.coroutines.Continuation) +com.google.android.material.R$styleable: int ConstraintSet_android_minWidth +com.github.rahatarmanahmed.cpv.CircularProgressView$8 +james.adaptiveicon.R$drawable: int notification_bg +androidx.transition.R$attr: R$attr() +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionButton +com.turingtechnologies.materialscrollbar.R$anim: int design_snackbar_out +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 +wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: int unitArrayIndex +james.adaptiveicon.R$attr: int switchPadding +androidx.appcompat.resources.R$styleable: int FontFamilyFont_fontStyle +com.xw.repo.bubbleseekbar.R$id: int uniform +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_autoSizeMinTextSize +okhttp3.internal.connection.RouteSelector: boolean hasNext() +com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat_Light +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorControlActivated +com.google.android.material.R$attr: int buttonTint +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHeight_default +io.reactivex.Observable: io.reactivex.Observable doFinally(io.reactivex.functions.Action) +com.google.android.material.R$style: int TextAppearance_AppCompat_Button +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: java.lang.String getUrl() +cyanogenmod.providers.CMSettings$System: int getIntForUser(android.content.ContentResolver,java.lang.String,int) +cyanogenmod.themes.ThemeChangeRequest$Builder: ThemeChangeRequest$Builder() +james.adaptiveicon.R$styleable: int LinearLayoutCompat_showDividers +cyanogenmod.app.ILiveLockScreenChangeListener$Stub$Proxy: ILiveLockScreenChangeListener$Stub$Proxy(android.os.IBinder) +james.adaptiveicon.R$styleable: int FontFamily_fontProviderFetchTimeout +androidx.appcompat.R$dimen: int abc_list_item_height_large_material +androidx.drawerlayout.R$dimen: int notification_small_icon_size_as_large +com.turingtechnologies.materialscrollbar.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset +android.didikee.donate.R$styleable: int ActionBar_popupTheme +androidx.preference.R$styleable: int FragmentContainerView_android_tag +androidx.hilt.R$id: int action_text +com.google.android.material.progressindicator.ProgressIndicator: void setVisibilityAfterHide(int) +retrofit2.SkipCallbackExecutorImpl +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean onMenuOpened(int,android.view.Menu) +com.baidu.location.e.l$b: java.lang.String h +androidx.appcompat.R$styleable: int MenuItem_actionViewClass +retrofit2.KotlinExtensions$await$2$2: void onFailure(retrofit2.Call,java.lang.Throwable) +com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_anim_steps +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation Elevation +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonStyle +com.google.android.material.R$id: int center +com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getTrackTintList() +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver: io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver parent +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: long end +com.google.android.material.R$styleable: int AppCompatTheme_colorError +com.google.android.material.R$styleable: int KeyAttribute_android_elevation +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_105 +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: void drain() +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.lang.String level +wangdaye.com.geometricweather.R$attr: int shapeAppearanceLargeComponent +cyanogenmod.providers.CMSettings$Secure: boolean putInt(android.content.ContentResolver,java.lang.String,int) +com.xw.repo.bubbleseekbar.R$id: int right_icon +okhttp3.Cache: int networkCount() +androidx.preference.TwoStatePreference: TwoStatePreference(android.content.Context,android.util.AttributeSet) +okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Http2Connection getConnection() +androidx.constraintlayout.widget.R$styleable: int Toolbar_titleMargin +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceButton +androidx.preference.R$styleable: int AppCompatTheme_alertDialogTheme +androidx.appcompat.R$id: int accessibility_custom_action_4 +androidx.viewpager.R$styleable: int GradientColor_android_type +james.adaptiveicon.R$styleable: int AppCompatTheme_colorAccent +wangdaye.com.geometricweather.R$drawable: int notif_temp_91 +androidx.appcompat.R$dimen: int abc_dialog_min_width_major +io.reactivex.internal.disposables.DisposableHelper: boolean isDisposed(io.reactivex.disposables.Disposable) +androidx.appcompat.R$dimen: int notification_subtext_size +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_scaleX +okhttp3.internal.http.RealInterceptorChain: okhttp3.Call call() +com.amap.api.location.AMapLocationQualityReport: boolean isWifiAble() +com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_image_size +io.reactivex.Observable: io.reactivex.Observable concatMapDelayError(io.reactivex.functions.Function,int,boolean) +com.tencent.bugly.proguard.h: com.tencent.bugly.proguard.h a(boolean,java.lang.String) +com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver +androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type[] values() +com.google.android.material.R$style: int Widget_MaterialComponents_Button +com.google.android.material.R$styleable: int ActionBar_background +james.adaptiveicon.R$styleable: int AppCompatImageView_srcCompat +com.google.android.material.floatingactionbutton.FloatingActionButton: float getCompatElevation() +androidx.constraintlayout.widget.R$drawable: int notification_action_background +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: java.util.Date EndDate +okhttp3.Cookie: java.util.regex.Pattern DAY_OF_MONTH_PATTERN +com.google.gson.stream.JsonWriter: void replaceTop(int) +okhttp3.internal.connection.StreamAllocation: void streamFinished(boolean,okhttp3.internal.http.HttpCodec,long,java.io.IOException) +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow +wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Snackbar_Message +androidx.constraintlayout.widget.R$attr: int customStringValue +androidx.legacy.content.WakefulBroadcastReceiver +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionButton +androidx.loader.R$color: int ripple_material_light +wangdaye.com.geometricweather.R$drawable: int abc_list_divider_material +androidx.work.R$styleable: int FontFamilyFont_fontWeight +wangdaye.com.geometricweather.R$dimen: int subtitle_text_size +wangdaye.com.geometricweather.R$drawable: int notif_temp_132 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Metric: double Value +androidx.appcompat.widget.DialogTitle: DialogTitle(android.content.Context) +androidx.constraintlayout.helper.widget.Flow: void setOrientation(int) +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle +wangdaye.com.geometricweather.R$styleable: int Constraint_android_id +androidx.appcompat.R$style: int Widget_AppCompat_ButtonBar_AlertDialog +okhttp3.CertificatePinner: okhttp3.internal.tls.CertificateChainCleaner certificateChainCleaner +com.tencent.bugly.proguard.a: a() +wangdaye.com.geometricweather.R$dimen: int abc_progress_bar_height_material +com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_corner_radius_material +com.google.gson.FieldNamingPolicy$5: java.lang.String translateName(java.lang.reflect.Field) +okhttp3.internal.publicsuffix.PublicSuffixDatabase: okhttp3.internal.publicsuffix.PublicSuffixDatabase get() +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_thumbTextPadding +retrofit2.ParameterHandler$PartMap +com.tencent.bugly.crashreport.crash.anr.b: void a(com.tencent.bugly.crashreport.common.strategy.StrategyBean) +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String NAVBAR_BACK_BUTTON +com.google.android.material.R$styleable: int ExtendedFloatingActionButton_hideMotionSpec +com.tencent.bugly.proguard.j: void a(int) +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: ObservableConcatMapCompletable$ConcatMapCompletableObserver(io.reactivex.CompletableObserver,io.reactivex.functions.Function,io.reactivex.internal.util.ErrorMode,int) +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeCopyDrawable +androidx.appcompat.view.menu.MenuPopupHelper +james.adaptiveicon.R$color: int abc_tint_default +androidx.appcompat.R$attr: int fontStyle +androidx.appcompat.resources.R$styleable: int[] AnimatedStateListDrawableItem +io.reactivex.Observable: io.reactivex.Observable zipIterable(java.lang.Iterable,io.reactivex.functions.Function,boolean,int) +wangdaye.com.geometricweather.R$drawable: int abc_scrubber_control_to_pressed_mtrl_005 +androidx.preference.SeekBarPreference +com.tencent.bugly.BuglyStrategy: java.lang.String b +com.turingtechnologies.materialscrollbar.R$attr: int passwordToggleTintMode +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType UpdateInTxIterable +cyanogenmod.providers.CMSettings$2: boolean validate(java.lang.String) +cyanogenmod.profiles.ConnectionSettings: ConnectionSettings(int,int,boolean) +com.xw.repo.bubbleseekbar.R$styleable +wangdaye.com.geometricweather.R$styleable: int Preference_title +androidx.preference.R$style: int Base_V26_Theme_AppCompat_Light +com.turingtechnologies.materialscrollbar.R$attr: int itemTextAppearanceInactive +com.google.android.material.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_0 +androidx.appcompat.R$styleable: int AppCompatTheme_buttonBarButtonStyle +io.reactivex.Observable: io.reactivex.Observable combineLatestDelayError(java.lang.Iterable,io.reactivex.functions.Function) +androidx.work.R$dimen +com.google.android.material.R$styleable: int[] SwitchMaterial +androidx.hilt.work.R$drawable: int notification_template_icon_low_bg +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void onNext(java.lang.Object) +androidx.core.R$styleable: int FontFamilyFont_android_fontStyle +wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_arrowShaftLength +io.reactivex.Observable: io.reactivex.Observable empty() +cyanogenmod.app.suggest.ApplicationSuggestion: android.net.Uri mDownloadUri +wangdaye.com.geometricweather.R$attr: int navigationMode +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintGuide_percent +androidx.appcompat.R$styleable: int AnimatedStateListDrawableItem_android_id +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: java.lang.String brandId +androidx.constraintlayout.widget.R$styleable: int[] ActionBar +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Direction Direction +androidx.constraintlayout.motion.widget.MotionLayout: long getNanoTime() +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_MaterialComponents_TextInputEditText +okhttp3.internal.http2.Http2Reader: void readHeaders(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver +androidx.dynamicanimation.R$id: int icon +io.reactivex.Observable: java.lang.Object blockingLast() +james.adaptiveicon.R$style: int Base_V22_Theme_AppCompat_Light +okhttp3.logging.LoggingEventListener: void secureConnectEnd(okhttp3.Call,okhttp3.Handshake) +okhttp3.internal.http2.Http2Reader: boolean client +androidx.recyclerview.R$dimen: int notification_content_margin_start +com.turingtechnologies.materialscrollbar.R$attr: int track +com.google.android.material.R$drawable: int abc_list_selector_holo_light +androidx.lifecycle.ViewModelProviders +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_editor_absoluteY +okhttp3.internal.Util: int checkDuration(java.lang.String,long,java.util.concurrent.TimeUnit) +io.reactivex.Observable: io.reactivex.Observable skipLast(int) +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: void onSuccess(java.lang.Object) +androidx.vectordrawable.R$dimen: R$dimen() +androidx.vectordrawable.animated.R$styleable: R$styleable() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowMinWidthMajor +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onKeyguardShowing(boolean) +android.didikee.donate.R$dimen: int notification_big_circle_margin +android.didikee.donate.R$color: int primary_material_light +androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_ActionBar +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableTint +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getUvLevel() +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ButtonBar +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Button +com.tencent.bugly.BuglyStrategy: com.tencent.bugly.BuglyStrategy setEnableNativeCrashMonitor(boolean) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarWidgetTheme +okhttp3.HttpUrl$Builder: java.lang.String host +androidx.vectordrawable.animated.R$id: int time +androidx.appcompat.R$style: int Widget_AppCompat_EditText +wangdaye.com.geometricweather.R$styleable: int Preference_android_singleLineTitle +androidx.fragment.R$id: int accessibility_custom_action_3 +androidx.vectordrawable.R$styleable +okhttp3.ConnectionSpec$Builder: ConnectionSpec$Builder(boolean) +wangdaye.com.geometricweather.R$styleable: int Transform_android_rotationY +wangdaye.com.geometricweather.R$dimen: int mtrl_high_ripple_hovered_alpha +wangdaye.com.geometricweather.R$attr: int autoSizeTextType +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xntd +com.google.gson.internal.LazilyParsedNumber: boolean equals(java.lang.Object) +wangdaye.com.geometricweather.R$drawable: int weather_thunder_1 +cyanogenmod.providers.CMSettings$NameValueCache: android.content.IContentProvider mContentProvider +androidx.lifecycle.SavedStateHandle: androidx.lifecycle.MutableLiveData getLiveDataInternal(java.lang.String,boolean,java.lang.Object) +wangdaye.com.geometricweather.R$attr: int itemShapeAppearance +wangdaye.com.geometricweather.R$styleable: int Constraint_pivotAnchor +wangdaye.com.geometricweather.R$styleable: int KeyCycle_waveShape +wangdaye.com.geometricweather.R$styleable: int MaterialButton_elevation +wangdaye.com.geometricweather.remoteviews.config.Hilt_WeekWidgetConfigActivity +wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_item_min_width +com.google.android.material.R$styleable: int BottomAppBar_elevation +wangdaye.com.geometricweather.db.entities.DailyEntity: DailyEntity() +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Button +com.tencent.bugly.crashreport.common.info.a: int I() +androidx.lifecycle.Observer +com.google.android.material.R$styleable: int KeyCycle_curveFit androidx.multidex.MultiDexExtractor$ExtractedDex: long crc -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_horizontalGap -com.tencent.bugly.proguard.n: android.content.SharedPreferences f -androidx.constraintlayout.widget.R$integer: int cancel_button_image_alpha -android.didikee.donate.R$dimen: int abc_action_bar_stacked_tab_max_width -okhttp3.RealCall: okhttp3.Response getResponseWithInterceptorChain() -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: int getNumGammaControls() -io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: void dispose() -james.adaptiveicon.R$color: int secondary_text_disabled_material_light -okhttp3.Dispatcher: int getMaxRequestsPerHost() -androidx.preference.R$styleable: int ActionBar_homeLayout -com.tencent.bugly.proguard.i: long a(long,int,boolean) -androidx.appcompat.R$attr: int actionModeCloseButtonStyle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Direction: java.lang.String Localized -com.google.android.material.R$styleable: int AppBarLayout_Layout_layout_scrollInterpolator -com.bumptech.glide.Registry$NoResultEncoderAvailableException -com.github.rahatarmanahmed.cpv.CircularProgressView$4 -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum: int UnitType -androidx.constraintlayout.widget.R$attr: int targetId -cyanogenmod.providers.ThemesContract$ThemesColumns$InstallState -wangdaye.com.geometricweather.R$id: int widget_remote_drawable -androidx.appcompat.R$styleable: int FontFamily_fontProviderFetchTimeout -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver -androidx.viewpager.R$id: int notification_background -androidx.preference.Preference: void setOnPreferenceChangeListener(androidx.preference.Preference$OnPreferenceChangeListener) -com.turingtechnologies.materialscrollbar.R$style: int Theme_Design_BottomSheetDialog -com.google.android.material.R$dimen: int design_snackbar_action_text_color_alpha -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHorizontal_weight -okhttp3.Cookie: okhttp3.Cookie parse(okhttp3.HttpUrl,java.lang.String) -james.adaptiveicon.R$style: int AlertDialog_AppCompat_Light -okhttp3.internal.http2.Http2Codec -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ProgressBar -retrofit2.converter.gson.GsonConverterFactory: com.google.gson.Gson gson -com.google.android.material.R$style: int Widget_AppCompat_ListPopupWindow -com.google.android.material.R$attr: int materialTimePickerTheme -cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_PUT_SECURE -com.tencent.bugly.proguard.z: void b(java.lang.String) -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: java.util.List weather -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life: java.lang.String date -okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RouteDatabase routeDatabase() -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: void setNativeInfo(int,java.lang.String) -cyanogenmod.hardware.ICMHardwareService: boolean unRegisterThermalListener(cyanogenmod.hardware.IThermalListenerCallback) -cyanogenmod.app.IProfileManager$Stub$Proxy: android.app.NotificationGroup getNotificationGroupForPackage(java.lang.String) -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void innerNext(int,java.lang.Object) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: void setLogo(java.lang.String) -androidx.constraintlayout.widget.R$styleable: int Toolbar_navigationIcon -okhttp3.RequestBody$1: RequestBody$1(okhttp3.MediaType,okio.ByteString) -androidx.preference.R$id: int action_bar_title -androidx.legacy.coreutils.R$drawable: int notification_bg -com.google.gson.stream.JsonWriter: boolean serializeNulls -wangdaye.com.geometricweather.R$color: int mtrl_textinput_hovered_box_stroke_color -androidx.coordinatorlayout.R$attr: int fontProviderPackage -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 -io.reactivex.Observable: io.reactivex.Observable defer(java.util.concurrent.Callable) -com.google.android.material.timepicker.ClockHandView: void setOnActionUpListener(com.google.android.material.timepicker.ClockHandView$OnActionUpListener) -wangdaye.com.geometricweather.main.fragments.MainFragment -androidx.constraintlayout.widget.ConstraintHelper: void setReferencedIds(int[]) -io.reactivex.internal.subscriptions.SubscriptionHelper: boolean deferredSetOnce(java.util.concurrent.atomic.AtomicReference,java.util.concurrent.atomic.AtomicLong,org.reactivestreams.Subscription) -androidx.appcompat.R$attr: int toolbarNavigationButtonStyle -androidx.constraintlayout.widget.R$id: int SHOW_PATH -com.turingtechnologies.materialscrollbar.R$styleable: int ActionMode_background -androidx.constraintlayout.widget.R$styleable: int Toolbar_titleMarginStart -james.adaptiveicon.R$id: int contentPanel -wangdaye.com.geometricweather.R$styleable: int SwitchPreference_summaryOff -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Item -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date -wangdaye.com.geometricweather.R$id: int widget_day_week_temp_2 -androidx.constraintlayout.widget.R$attr: int dividerHorizontal -com.tencent.bugly.proguard.u: byte[] n -androidx.preference.R$styleable: int AppCompatTheme_alertDialogStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: void setTo(java.util.Date) -androidx.appcompat.R$attr: int closeItemLayout -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Dialog -androidx.appcompat.widget.SearchView$SearchAutoComplete: SearchView$SearchAutoComplete(android.content.Context,android.util.AttributeSet,int) -androidx.hilt.work.R$dimen: R$dimen() -androidx.dynamicanimation.R$drawable: int notification_bg_low -com.tencent.bugly.crashreport.biz.b: int i() -cyanogenmod.hardware.CMHardwareManager: int GAMMA_CALIBRATION_MIN_INDEX -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Badge -androidx.appcompat.R$style: int AlertDialog_AppCompat_Light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getPm25Desc() -com.turingtechnologies.materialscrollbar.R$color: int design_snackbar_background_color -androidx.constraintlayout.widget.R$attr: int seekBarStyle -androidx.appcompat.R$styleable: int ActionBar_logo -cyanogenmod.themes.IThemeService$Stub: cyanogenmod.themes.IThemeService asInterface(android.os.IBinder) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange -androidx.lifecycle.LiveData: boolean mDispatchingValue -wangdaye.com.geometricweather.common.basic.models.weather.Weather: wangdaye.com.geometricweather.common.basic.models.weather.Current current -wangdaye.com.geometricweather.R$string: int bottom_sheet_behavior -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice$AdviceContext -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum: java.lang.String Unit -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String weatherSource -cyanogenmod.providers.CMSettings$InclusiveIntegerRangeValidator -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listDividerAlertDialog -okhttp3.Cache$CacheRequestImpl: okio.Sink body() -com.google.android.material.R$dimen: int mtrl_card_checked_icon_margin -james.adaptiveicon.R$style: int Base_V7_Theme_AppCompat -cyanogenmod.weather.IRequestInfoListener -androidx.preference.R$styleable: int ActionBar_progressBarStyle -wangdaye.com.geometricweather.R$drawable: int cpv_alpha -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_inverse -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getMoonPhaseAngle() -androidx.vectordrawable.R$style: int TextAppearance_Compat_Notification_Time -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_horizontalGap -cyanogenmod.app.ProfileManager: android.app.NotificationGroup getNotificationGroup(java.util.UUID) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextView +com.google.android.material.R$styleable: int AppCompatTheme_tooltipFrameBackground +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_passwordToggleContentDescription +androidx.preference.R$styleable: int AppCompatTheme_actionOverflowMenuStyle +com.google.android.material.snackbar.SnackbarContentLayout: SnackbarContentLayout(android.content.Context,android.util.AttributeSet) +okhttp3.internal.http2.Header: boolean equals(java.lang.Object) +okhttp3.internal.cache.DiskLruCache$1 +com.turingtechnologies.materialscrollbar.R$id +cyanogenmod.app.ILiveLockScreenChangeListener$Stub +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: io.reactivex.internal.fuseable.SimpleQueue queue +androidx.lifecycle.Transformations$3: Transformations$3(androidx.lifecycle.MediatorLiveData) +wangdaye.com.geometricweather.R$layout: int mtrl_picker_header_dialog +androidx.appcompat.R$dimen: int abc_list_item_padding_horizontal_material +com.google.android.material.datepicker.MaterialCalendar$CalendarSelector: com.google.android.material.datepicker.MaterialCalendar$CalendarSelector[] values() +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver +com.tencent.bugly.BuglyStrategy: void setReplaceOldChannel(boolean) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String dailyForecast +okio.Buffer: okio.Buffer$UnsafeCursor readAndWriteUnsafe(okio.Buffer$UnsafeCursor) +androidx.hilt.work.R$styleable: int[] GradientColor +okio.Okio$2: void close() +com.google.android.material.R$style: int Widget_MaterialComponents_Snackbar_FullWidth +okhttp3.HttpUrl: int pathSize() +okhttp3.internal.ws.WebSocketProtocol: int B0_FLAG_FIN +com.jaredrummler.android.colorpicker.R$attr: int seekBarPreferenceStyle +io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(long,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.R$string: int content_des_o3 +wangdaye.com.geometricweather.R$drawable: int material_ic_keyboard_arrow_next_black_24dp +com.google.android.material.R$styleable: int DrawerArrowToggle_thickness +com.github.rahatarmanahmed.cpv.CircularProgressView: void setMaxProgress(float) +android.didikee.donate.R$string: int abc_shareactionprovider_share_with_application +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: java.lang.Object poll() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated +wangdaye.com.geometricweather.R$drawable: int ic_circle_medium +android.didikee.donate.R$id: int icon_group +okhttp3.internal.http.RequestLine: boolean includeAuthorityInRequestLine(okhttp3.Request,java.net.Proxy$Type) +androidx.appcompat.widget.SwitchCompat: void setSwitchMinWidth(int) +androidx.preference.R$styleable: int AppCompatTheme_panelBackground +cyanogenmod.externalviews.KeyguardExternalView: java.util.LinkedList mQueue +com.tencent.bugly.proguard.p +android.didikee.donate.R$drawable: int abc_ic_menu_share_mtrl_alpha +com.google.android.material.R$color: int material_slider_active_track_color +androidx.constraintlayout.widget.R$attr: int layout_constraintTop_creator +androidx.preference.R$dimen: int preference_icon_minWidth +cyanogenmod.providers.CMSettings$Secure: java.lang.String DEFAULT_LIVE_LOCK_SCREEN_COMPONENT +androidx.constraintlayout.widget.R$styleable: int Constraint_visibilityMode +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dropdownitem_text_padding_left +wangdaye.com.geometricweather.R$styleable: int Layout_chainUseRtl +androidx.transition.R$styleable: int GradientColor_android_centerColor +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabGravity okhttp3.internal.ws.WebSocketWriter: okio.BufferedSink sink -androidx.preference.R$attr: int customNavigationLayout -wangdaye.com.geometricweather.R$layout: int design_bottom_navigation_item -wangdaye.com.geometricweather.R$drawable: int ic_forecast -androidx.preference.R$styleable: int AlertDialog_singleChoiceItemLayout -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_RatingBar -com.google.android.material.R$attr: int fastScrollHorizontalThumbDrawable -cyanogenmod.weather.CMWeatherManager$2$1: cyanogenmod.weather.CMWeatherManager$WeatherUpdateRequestListener val$listener -com.google.android.material.R$styleable: int Constraint_flow_lastHorizontalStyle -com.bumptech.glide.MemoryCategory: com.bumptech.glide.MemoryCategory HIGH -cyanogenmod.app.Profile$ProfileTrigger$1 +com.google.gson.stream.JsonReader: int limit +com.tencent.bugly.crashreport.crash.b: int a +androidx.preference.R$styleable: int DialogPreference_dialogIcon +com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat_Dialog +okhttp3.internal.http2.Settings: int INITIAL_WINDOW_SIZE +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox +androidx.drawerlayout.R$drawable: int notification_template_icon_bg +androidx.work.impl.foreground.SystemForegroundService +wangdaye.com.geometricweather.R$id: int widget_trend_daily_item_4 +android.didikee.donate.R$styleable: int AppCompatTextView_autoSizeMaxTextSize +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_contentInsetStart +androidx.preference.R$attr: int textLocale +androidx.lifecycle.LiveData: void dispatchingValue(androidx.lifecycle.LiveData$ObserverWrapper) +androidx.appcompat.widget.AppCompatSpinner: void setSupportBackgroundTintList(android.content.res.ColorStateList) +com.google.android.material.R$id: int mtrl_calendar_selection_frame +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem +androidx.preference.R$id: int checkbox +androidx.core.R$id: int tag_unhandled_key_event_manager +com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents +androidx.constraintlayout.widget.R$attr: int switchMinWidth +cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: android.os.IBinder mRemote +com.google.android.material.internal.ParcelableSparseIntArray: android.os.Parcelable$Creator CREATOR +androidx.core.R$id: int accessibility_custom_action_20 +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: io.reactivex.internal.util.AtomicThrowable errors +com.google.android.material.R$attr: int chainUseRtl +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: long EpochRise +com.turingtechnologies.materialscrollbar.R$attr: int pressedTranslationZ +org.greenrobot.greendao.database.DatabaseOpenHelper: void onUpgrade(org.greenrobot.greendao.database.Database,int,int) +com.google.android.material.button.MaterialButton: void setBackgroundResource(int) +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_toRightOf +com.turingtechnologies.materialscrollbar.R$string: int path_password_eye_mask_visible +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_updateDefaultLiveLockScreen +io.reactivex.Observable: io.reactivex.Observable delay(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +androidx.work.R$dimen: int compat_button_inset_vertical_material +com.turingtechnologies.materialscrollbar.R$attr: int itemTextAppearanceActive +androidx.preference.R$attr: int tooltipFrameBackground +androidx.constraintlayout.widget.R$attr: int layout_constraintBottom_creator +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeThunderstormPrecipitationProbability(java.lang.Float) +androidx.viewpager.widget.PagerTabStrip: void setTextSpacing(int) +wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerFamilyTopLeft +androidx.transition.R$styleable: int ColorStateListItem_android_alpha +androidx.preference.R$styleable: int ActionBar_backgroundSplit +androidx.activity.R$styleable: int GradientColor_android_tileMode +com.xw.repo.bubbleseekbar.R$drawable: int abc_list_focused_holo +androidx.dynamicanimation.R$dimen: int compat_button_inset_horizontal_material +retrofit2.RequestFactory: boolean hasBody +com.google.android.material.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader +androidx.lifecycle.LifecycleService: android.os.IBinder onBind(android.content.Intent) +com.bumptech.glide.R$drawable: int notification_action_background +androidx.core.graphics.drawable.IconCompatParcelizer: void write(androidx.core.graphics.drawable.IconCompat,androidx.versionedparcelable.VersionedParcel) +james.adaptiveicon.R$attr: int listPreferredItemHeightSmall +cyanogenmod.providers.CMSettings$Secure$2 +com.google.android.material.floatingactionbutton.FloatingActionButton: android.graphics.PorterDuff$Mode getSupportImageTintMode() +androidx.hilt.lifecycle.R$style: int TextAppearance_Compat_Notification_Time +com.google.android.material.R$styleable: int Constraint_layout_constrainedWidth +wangdaye.com.geometricweather.R$id: int cpv_color_picker_view +com.google.android.material.R$id: int search_mag_icon +com.google.android.material.R$attr: int helperText +okhttp3.WebSocket: boolean close(int,java.lang.String) +androidx.appcompat.R$styleable: int PopupWindow_android_popupBackground +android.didikee.donate.R$attr: int arrowHeadLength +wangdaye.com.geometricweather.R$style: int Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog +com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat +okio.BufferedSource: java.lang.String readUtf8LineStrict(long) +okhttp3.CertificatePinner$Pin +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_Switch +cyanogenmod.app.CustomTile$ExpandedItem: void internalSetItemDrawable(int) +cyanogenmod.externalviews.IExternalViewProvider: void onPause() +androidx.swiperefreshlayout.R$attr: int fontProviderFetchStrategy +androidx.core.graphics.drawable.IconCompatParcelizer: androidx.core.graphics.drawable.IconCompat read(androidx.versionedparcelable.VersionedParcel) +cyanogenmod.externalviews.KeyguardExternalViewProviderService: int onStartCommand(android.content.Intent,int,int) +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeAppearanceOverlay +androidx.constraintlayout.widget.R$styleable: int[] ActionBarLayout +com.google.android.material.R$attr: int backgroundInsetEnd +com.google.android.material.chip.Chip: java.lang.CharSequence getCloseIconContentDescription() +okhttp3.internal.platform.Platform: okhttp3.internal.tls.CertificateChainCleaner buildCertificateChainCleaner(javax.net.ssl.SSLSocketFactory) +retrofit2.http.PartMap: java.lang.String encoding() +com.google.android.material.slider.Slider: void setThumbElevationResource(int) +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge +androidx.fragment.R$styleable: int ColorStateListItem_alpha +james.adaptiveicon.R$styleable: int[] MenuView +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List getAlertEntityList() +androidx.appcompat.widget.AppCompatSpinner: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: void onNext(java.lang.Object) +androidx.hilt.R$dimen: int notification_action_text_size +org.greenrobot.greendao.DaoException: DaoException() +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setWallpaperId(long) +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String COL_PREV_VALUE +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_endColor wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_animationMode -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String cityId -com.google.android.material.R$styleable: int ShapeAppearance_cornerSizeBottomRight -androidx.constraintlayout.widget.R$string -io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: void onSubscribe(org.reactivestreams.Subscription) -androidx.appcompat.R$dimen: int abc_text_size_display_3_material -okhttp3.internal.http2.Http2Connection: long unacknowledgedBytesRead -wangdaye.com.geometricweather.R$styleable: int Slider_tickVisible -com.google.android.material.bottomnavigation.BottomNavigationItemView: int getItemVisiblePosition() -okhttp3.Cache$Entry: Cache$Entry(okio.Source) -com.turingtechnologies.materialscrollbar.R$attr: int iconStartPadding -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Precipitation precipitation -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean h -com.google.android.material.slider.Slider -com.google.android.material.R$style: int ShapeAppearance_MaterialComponents_SmallComponent -com.google.android.material.R$id: int none -retrofit2.OkHttpCall -retrofit2.adapter.rxjava2.Result: java.lang.Throwable error() -androidx.vectordrawable.R$styleable: int GradientColor_android_endColor -okhttp3.internal.http2.Http2Reader$Handler: void rstStream(int,okhttp3.internal.http2.ErrorCode) -james.adaptiveicon.R$styleable: int SearchView_searchHintIcon -james.adaptiveicon.R$layout: int notification_action_tombstone -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: void dispose() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableLeftCompat -wangdaye.com.geometricweather.R$dimen: int material_filled_edittext_font_2_0_padding_bottom -androidx.lifecycle.LifecycleRegistry$ObserverWithState: LifecycleRegistry$ObserverWithState(androidx.lifecycle.LifecycleObserver,androidx.lifecycle.Lifecycle$State) -androidx.appcompat.R$id: int add -wangdaye.com.geometricweather.R$dimen: int abc_dialog_fixed_height_minor -androidx.viewpager2.R$drawable: int notification_bg_normal -wangdaye.com.geometricweather.R$id: int async -cyanogenmod.app.Profile$DozeMode -com.google.android.material.R$styleable: int KeyPosition_sizePercent -androidx.lifecycle.extensions.R$layout: int notification_template_part_chronometer -com.google.android.material.R$styleable: int MaterialCalendarItem_itemTextColor -com.amap.api.location.AMapLocationClientOption$1: java.lang.Object createFromParcel(android.os.Parcel) -okio.Buffer: okio.BufferedSink writeUtf8(java.lang.String) -androidx.constraintlayout.widget.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_black -cyanogenmod.weather.WeatherInfo: int getWindSpeedUnit() -androidx.constraintlayout.widget.R$id: int asConfigured -cyanogenmod.providers.CMSettings$NameValueCache: long mValuesVersion -wangdaye.com.geometricweather.R$styleable: int Variant_region_heightLessThan -wangdaye.com.geometricweather.remoteviews.trend.TrendLinearLayout: TrendLinearLayout(android.content.Context,android.util.AttributeSet,int) -com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_fixed_height_minor -androidx.vectordrawable.R$id: int info -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeShareDrawable -okio.SegmentPool: void recycle(okio.Segment) -com.tencent.bugly.proguard.u: boolean c(com.tencent.bugly.proguard.u) -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_star_black_16dp -com.google.android.material.R$dimen: int abc_action_bar_default_padding_end_material -com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_showTitle -com.turingtechnologies.materialscrollbar.R$color: int abc_color_highlight_material -okhttp3.Cookie: boolean hostOnly -io.reactivex.internal.util.HashMapSupplier: io.reactivex.internal.util.HashMapSupplier[] values() -com.google.android.material.R$styleable: int Constraint_layout_constraintVertical_weight -wangdaye.com.geometricweather.R$attr: int windowMinWidthMinor -wangdaye.com.geometricweather.R$styleable: int ScrollingViewBehavior_Layout_behavior_overlapTop -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.lang.String level -androidx.preference.R$styleable: int MenuItem_android_checkable -com.google.android.material.R$attr: int iconPadding -wangdaye.com.geometricweather.R$style: int Preference_SwitchPreference -com.xw.repo.bubbleseekbar.R$attr: int coordinatorLayoutStyle -james.adaptiveicon.R$id: int action_bar_container -androidx.core.R$attr: int alpha -com.google.android.material.R$style: int Widget_MaterialComponents_Tooltip -com.google.android.material.R$styleable: int ConstraintSet_pathMotionArc -androidx.preference.R$style: int Base_V7_Theme_AppCompat -okhttp3.CertificatePinner: okhttp3.CertificatePinner DEFAULT -retrofit2.ParameterHandler$FieldMap -com.google.android.material.R$style: int Widget_MaterialComponents_TimePicker -com.google.android.material.R$attr: int applyMotionScene -com.tencent.bugly.crashreport.crash.anr.TraceFileHelper: java.lang.String b(java.io.BufferedReader) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Direction: java.lang.String Localized -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: java.util.List contextList -androidx.coordinatorlayout.widget.CoordinatorLayout: CoordinatorLayout(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.slider.BaseSlider: void setThumbStrokeWidthResource(int) -okhttp3.internal.http2.Hpack$Reader: okio.ByteString getName(int) -android.didikee.donate.R$attr: int navigationMode -com.tencent.bugly.proguard.y: java.lang.Object b() -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle -wangdaye.com.geometricweather.R$id: int action_bar_title -com.google.android.material.R$attr: int onHide -androidx.recyclerview.R$layout: int notification_action_tombstone -com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_fontVariationSettings -james.adaptiveicon.R$styleable: int[] AppCompatTextHelper -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeFindDrawable -cyanogenmod.themes.ThemeChangeRequest: ThemeChangeRequest(android.os.Parcel) -cyanogenmod.weather.CMWeatherManager$2$1 -wangdaye.com.geometricweather.R$drawable: int abc_textfield_activated_mtrl_alpha -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintWidth_max -androidx.preference.R$styleable: int Preference_android_enabled -com.jaredrummler.android.colorpicker.R$attr: int colorAccent -com.baidu.location.indoor.mapversion.c.a$d: com.baidu.location.indoor.mapversion.c.a$a a() -androidx.vectordrawable.R$dimen: int notification_right_side_padding_top -androidx.appcompat.R$styleable: int FontFamily_fontProviderFetchStrategy -androidx.preference.Preference: Preference(android.content.Context,android.util.AttributeSet,int,int) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintWidth_default -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown -wangdaye.com.geometricweather.db.entities.DailyEntity: void setUvIndex(java.lang.Integer) -com.google.android.material.R$styleable: int CardView_contentPadding -com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat_ActionBar -wangdaye.com.geometricweather.R$string: int daily_overview -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit[] values() -wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: java.lang.String description -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_menuCategory -androidx.preference.R$drawable: int notification_bg -james.adaptiveicon.R$styleable: int LinearLayoutCompat_measureWithLargestChild -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice advice -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getTreeIndex() -okhttp3.ResponseBody: byte[] bytes() -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog -wangdaye.com.geometricweather.R$id: int mtrl_picker_header -com.jaredrummler.android.colorpicker.R$color: int highlighted_text_material_dark -androidx.constraintlayout.widget.R$attr: int percentWidth -com.xw.repo.bubbleseekbar.R$attr: int buttonStyleSmall -androidx.constraintlayout.widget.R$style: int Base_Animation_AppCompat_DropDownUp -androidx.appcompat.widget.FitWindowsLinearLayout: void setOnFitSystemWindowsListener(androidx.appcompat.widget.FitWindowsViewGroup$OnFitSystemWindowsListener) -com.turingtechnologies.materialscrollbar.R$attr: int state_above_anchor -com.google.android.material.R$color: int mtrl_filled_background_color +androidx.lifecycle.extensions.R$dimen: int notification_main_column_padding_top +com.tencent.bugly.BuglyStrategy$a: int CRASHTYPE_NATIVE +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored +com.google.android.material.R$styleable: int AppCompatTheme_textColorSearchUrl +androidx.work.R$id: int accessibility_custom_action_29 +wangdaye.com.geometricweather.R$styleable: int DialogPreference_positiveButtonText +androidx.constraintlayout.widget.R$styleable: int PropertySet_android_visibility +android.didikee.donate.R$style: int Base_V21_Theme_AppCompat +android.didikee.donate.R$styleable: int AppCompatTheme_colorControlHighlight +cyanogenmod.weather.CMWeatherManager$2$1: int val$status +androidx.hilt.lifecycle.R$color: int ripple_material_light +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintTop_toTopOf com.github.rahatarmanahmed.cpv.BuildConfig: BuildConfig() -androidx.constraintlayout.widget.R$attr: int titleTextColor -james.adaptiveicon.R$styleable: int SwitchCompat_switchTextAppearance -android.didikee.donate.R$dimen: int abc_list_item_padding_horizontal_material -wangdaye.com.geometricweather.R$dimen: int appcompat_dialog_background_inset -wangdaye.com.geometricweather.R$drawable: int weather_wind_mini_grey -wangdaye.com.geometricweather.R$styleable: int Spinner_android_popupBackground -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown -com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration -com.turingtechnologies.materialscrollbar.R$layout: int notification_template_custom_big -com.google.android.material.slider.BaseSlider: int getThumbRadius() -okhttp3.internal.platform.Jdk9Platform: java.lang.reflect.Method getProtocolMethod -cyanogenmod.externalviews.KeyguardExternalView: boolean isInteractive() -androidx.appcompat.R$style: int Widget_AppCompat_AutoCompleteTextView -com.jaredrummler.android.colorpicker.R$color: int abc_tint_btn_checkable -com.google.android.material.R$attr: int hintTextColor -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text -androidx.lifecycle.ReportFragment: void injectIfNeededIn(android.app.Activity) -androidx.vectordrawable.R$id: int accessibility_custom_action_15 -retrofit2.SkipCallbackExecutorImpl: SkipCallbackExecutorImpl() -com.bumptech.glide.R$dimen: int notification_main_column_padding_top -wangdaye.com.geometricweather.R$color: int bright_foreground_inverse_material_light -cyanogenmod.weatherservice.IWeatherProviderService: void setServiceClient(cyanogenmod.weatherservice.IWeatherProviderServiceClient) -com.xw.repo.bubbleseekbar.R$dimen: int notification_large_icon_height -com.baidu.location.Poi: android.os.Parcelable$Creator CREATOR -com.google.android.gms.location.zzbe -com.google.android.material.R$id: int text_input_start_icon -com.google.android.material.appbar.CollapsingToolbarLayout: void setCollapsedTitleTextColor(int) -androidx.preference.R$color: int material_blue_grey_950 -james.adaptiveicon.R$dimen: int abc_dialog_list_padding_top_no_title -android.didikee.donate.R$styleable: int SearchView_layout -com.google.android.material.tabs.TabLayout: android.content.res.ColorStateList getTabTextColors() -okio.GzipSource: java.util.zip.CRC32 crc -com.google.android.material.R$attr: int textAppearanceListItemSmall -wangdaye.com.geometricweather.R$attr: int values -androidx.preference.R$string: int copy -com.tencent.bugly.crashreport.crash.d: void a(java.lang.Thread,int,java.lang.String,java.lang.String,java.lang.String,java.util.Map) -cyanogenmod.providers.CMSettings$System: boolean putIntForUser(android.content.ContentResolver,java.lang.String,int,int) -cyanogenmod.app.suggest.AppSuggestManager: java.lang.String TAG -wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode valueOf(java.lang.String) -com.google.android.material.R$drawable: int abc_btn_radio_material_anim -androidx.appcompat.R$drawable: int abc_ic_star_half_black_16dp -androidx.constraintlayout.widget.R$styleable: int AppCompatSeekBar_tickMark -android.didikee.donate.R$style: int Theme_AppCompat_DayNight_NoActionBar -com.google.android.material.R$attr: int tabIndicatorColor -wangdaye.com.geometricweather.R$styleable: int Preference_android_icon -okhttp3.internal.http1.Http1Codec$AbstractSource: okio.ForwardingTimeout timeout -wangdaye.com.geometricweather.R$string: int air_quality -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPopupWindowStyle -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_23 -androidx.hilt.work.R$styleable: int Fragment_android_tag -androidx.vectordrawable.R$color: int secondary_text_default_material_light -androidx.lifecycle.extensions.R$anim -james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar -james.adaptiveicon.R$drawable: int abc_btn_check_to_on_mtrl_015 -wangdaye.com.geometricweather.R$styleable: int ColorPanelView_cpv_borderColor -com.google.android.material.R$styleable: int ActionBar_homeLayout -wangdaye.com.geometricweather.R$drawable: int notif_temp_37 -retrofit2.BuiltInConverters$UnitResponseBodyConverter: java.lang.Object convert(java.lang.Object) -androidx.vectordrawable.R$styleable: int GradientColor_android_centerX -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_WIFI_ICON -androidx.loader.R$color: int notification_icon_bg_color -android.didikee.donate.R$styleable: int MenuItem_contentDescription -com.google.android.material.appbar.AppBarLayout$BaseBehavior$SavedState -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver -wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge -com.turingtechnologies.materialscrollbar.R$style: int Base_AlertDialog_AppCompat_Light -okhttp3.internal.http2.Header: okio.ByteString TARGET_METHOD -io.reactivex.Observable: io.reactivex.Observable zipWith(io.reactivex.ObservableSource,io.reactivex.functions.BiFunction,boolean,int) -com.tencent.bugly.crashreport.crash.e -com.google.android.material.R$id: int accessibility_custom_action_29 -androidx.lifecycle.ComputableLiveData$1 -wangdaye.com.geometricweather.R$color: int tooltip_background_light -androidx.constraintlayout.widget.R$drawable: int abc_ic_star_black_48dp -wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_elevation -androidx.swiperefreshlayout.R$style: int TextAppearance_Compat_Notification -cyanogenmod.app.Profile$1: java.lang.Object createFromParcel(android.os.Parcel) -androidx.constraintlayout.widget.R$attr: int layout_constraintHeight_max -androidx.appcompat.R$anim: int btn_checkbox_to_checked_icon_null_animation -james.adaptiveicon.R$drawable: int abc_btn_radio_to_on_mtrl_015 -androidx.lifecycle.ReportFragment$ActivityInitializationListener -androidx.recyclerview.R$id: int tag_screen_reader_focusable -androidx.coordinatorlayout.R$color: int notification_action_color_filter -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_CompoundButton_RadioButton -com.google.android.material.R$attr: int progressIndicatorStyle -retrofit2.Utils: java.lang.String typeToString(java.lang.reflect.Type) -androidx.appcompat.view.menu.ExpandedMenuView: ExpandedMenuView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$color: int colorRootDark_dark -com.amap.api.fence.GeoFenceClient: void addGeoFence(java.lang.String,java.lang.String) -com.amap.api.location.AMapLocation: int getSatellites() -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_PopupWindow -okhttp3.RequestBody$2: byte[] val$content -cyanogenmod.weatherservice.ServiceRequest: void complete(cyanogenmod.weatherservice.ServiceRequestResult) -androidx.constraintlayout.widget.R$styleable: int ActionBar_contentInsetEndWithActions -com.google.android.material.textfield.TextInputLayout: void setBoxBackgroundColor(int) -androidx.cardview.widget.CardView: boolean getUseCompatPadding() -com.tencent.bugly.proguard.y: int n -androidx.viewpager2.R$dimen: int notification_large_icon_height -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Small -com.turingtechnologies.materialscrollbar.R$attr: int contentPaddingBottom -androidx.lifecycle.LiveData: void assertMainThread(java.lang.String) -androidx.appcompat.R$style: int Base_AlertDialog_AppCompat -com.turingtechnologies.materialscrollbar.R$attr: int itemPadding -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_thumbTextPadding -wangdaye.com.geometricweather.R$styleable: int[] StateListDrawableItem -androidx.appcompat.R$style: int Widget_AppCompat_ButtonBar_AlertDialog -okhttp3.internal.http2.Http2Connection$PingRunnable: int payload1 -com.tencent.bugly.BuglyStrategy$a: int CRASHTYPE_ANR -androidx.loader.R$attr: int fontProviderFetchTimeout -wangdaye.com.geometricweather.R$styleable: int KeyPosition_percentX -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_19 -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation -com.jaredrummler.android.colorpicker.R$attr: int windowFixedWidthMinor -androidx.hilt.work.R$layout: int notification_template_part_chronometer -com.google.android.material.R$styleable: int TabLayout_tabIndicatorColor -wangdaye.com.geometricweather.R$styleable: int RoundCornerTransition_radius_from -com.google.android.material.R$drawable: int abc_tab_indicator_mtrl_alpha -androidx.vectordrawable.animated.R$dimen: int notification_media_narrow_margin -retrofit2.DefaultCallAdapterFactory: java.util.concurrent.Executor callbackExecutor -cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.DisplayMode getCurrentDisplayMode() -okio.SegmentedByteString: int hashCode() -androidx.preference.R$attr: int listMenuViewStyle -com.amap.api.location.AMapLocation: java.lang.String d(com.amap.api.location.AMapLocation,java.lang.String) -com.tencent.bugly.crashreport.common.info.a: boolean z +com.xw.repo.bubbleseekbar.R$style: int Platform_ThemeOverlay_AppCompat_Light +androidx.preference.R$attr: int summaryOff +okhttp3.Response$Builder: okhttp3.Response$Builder request(okhttp3.Request) +androidx.appcompat.R$styleable: int[] GradientColorItem +com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver: com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver d +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver +com.tencent.bugly.BuglyStrategy$a: byte[] onCrashHandleStart2GetExtraDatas(int,java.lang.String,java.lang.String,java.lang.String) +cyanogenmod.providers.WeatherContract +io.reactivex.Observable: io.reactivex.Observable withLatestFrom(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function5) +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: boolean delayErrors +androidx.appcompat.R$color: int foreground_material_light +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_rotationX +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_defaultQueryHint +wangdaye.com.geometricweather.R$id: int item_icon_provider_get_more_container +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_title +com.tencent.bugly.proguard.an: java.lang.String h +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_scaleX +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_bias +androidx.constraintlayout.widget.R$styleable: int Toolbar_contentInsetRight +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: java.lang.String getSummary(android.content.Context,java.util.List) +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPath: androidx.core.graphics.PathParser$PathDataNode[] getPathData() +com.google.android.material.R$styleable: int FloatingActionButton_fabSize +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life life +androidx.appcompat.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle +androidx.appcompat.R$styleable: int MenuItem_android_orderInCategory +androidx.constraintlayout.widget.R$color: int material_grey_100 +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ButtonBar +androidx.appcompat.R$styleable: R$styleable() +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: ObservableThrottleFirstTimed$DebounceTimedObserver(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler$Worker) +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: boolean isDisposed() +com.google.android.material.navigation.NavigationView: int getItemMaxLines() +com.amap.api.fence.GeoFenceClient: GeoFenceClient(android.content.Context) +cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_BATTERY_STYLE +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintEnd_toStartOf +androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: AppCompatMultiAutoCompleteTextView(android.content.Context) +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: java.lang.Throwable error +androidx.appcompat.R$style: int Animation_AppCompat_Tooltip +com.tencent.bugly.crashreport.common.info.a: java.lang.String n +com.google.android.material.R$styleable: int ActionBar_titleTextStyle +com.xw.repo.bubbleseekbar.R$style: int Platform_AppCompat_Light +wangdaye.com.geometricweather.R$drawable: int cpv_preset_checked +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: io.reactivex.internal.util.AtomicThrowable error +cyanogenmod.alarmclock.ClockContract$InstancesColumns: int DISMISSED_STATE +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: java.lang.String Link +androidx.fragment.R$dimen: int notification_small_icon_size_as_large +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableLeftCompat +wangdaye.com.geometricweather.R$layout: int cpv_dialog_color_picker +wangdaye.com.geometricweather.R$layout: int design_bottom_navigation_item +com.google.android.material.R$styleable: int SearchView_searchHintIcon +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_Snackbar androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customPixelDimension -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_NoActionBar -com.github.rahatarmanahmed.cpv.R$attr -wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: AbsTrendItemView(android.content.Context,android.util.AttributeSet) -com.tencent.bugly.proguard.ap: boolean o -wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: void setSunDrawable(android.graphics.drawable.Drawable) -androidx.constraintlayout.motion.widget.MotionLayout: void setTransitionDuration(int) -androidx.lifecycle.process.R -com.google.android.gms.location.LocationResult: android.os.Parcelable$Creator CREATOR -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeStyle -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_TabView -retrofit2.ParameterHandler$Query: void apply(retrofit2.RequestBuilder,java.lang.Object) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator CAMERA_WAKE_SCREEN_VALIDATOR -com.google.android.material.bottomnavigation.BottomNavigationView: android.content.res.ColorStateList getItemTextColor() -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_visible -com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges -cyanogenmod.weather.WeatherInfo$Builder: boolean isValidWindSpeedUnit(int) -androidx.preference.R$styleable: int DrawerArrowToggle_color -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust: AccuDailyResult$DailyForecasts$Day$WindGust() -com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemTextColor(android.content.res.ColorStateList) -androidx.appcompat.R$attr: int contentInsetEnd -wangdaye.com.geometricweather.R$dimen: int mtrl_alert_dialog_picker_background_inset -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture -wangdaye.com.geometricweather.R$attr: int layout_constraintHeight_default -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Inverse -okhttp3.ConnectionSpec$Builder -androidx.hilt.R$anim: int fragment_open_exit -com.jaredrummler.android.colorpicker.R$attr: int buttonTint -com.google.android.gms.common.api.Scope: android.os.Parcelable$Creator CREATOR -com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: void onComplete() -com.google.android.material.button.MaterialButton: MaterialButton(android.content.Context,android.util.AttributeSet) -com.google.android.material.appbar.AppBarLayout: int getUpNestedPreScrollRange() -android.support.v4.os.IResultReceiver -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabPaddingEnd -io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function4) -cyanogenmod.app.CMContextConstants: java.lang.String CM_APP_SUGGEST_SERVICE -cyanogenmod.app.ProfileManager: cyanogenmod.app.IProfileManager sService -androidx.work.R$dimen: int notification_content_margin_start -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Button_Small -io.reactivex.Observable: io.reactivex.Observable takeLast(int) -com.jaredrummler.android.colorpicker.R$styleable: int PopupWindow_android_popupBackground -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_mini_light -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorAccent -androidx.appcompat.resources.R$drawable: int notification_icon_background -org.greenrobot.greendao.AbstractDao: void insertOrReplaceInTx(java.lang.Iterable,boolean) -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_collapsedTitleGravity -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: java.util.List AirAndPollen -com.google.android.material.R$dimen: int tooltip_precise_anchor_extra_offset -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_display_2_material -androidx.appcompat.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle -androidx.appcompat.widget.AbsActionBarView: AbsActionBarView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$id: int item_about_translator -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day -okio.HashingSource: okio.HashingSource hmacSha256(okio.Source,okio.ByteString) -androidx.constraintlayout.widget.R$styleable: int FontFamily_fontProviderPackage -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_RatingBar_Small -androidx.constraintlayout.widget.Barrier: Barrier(android.content.Context,android.util.AttributeSet) -androidx.lifecycle.extensions.R$id: int chronometer -com.amap.api.location.AMapLocationClientOption: boolean k -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setAlarm(java.lang.String) -okhttp3.internal.Internal: void addLenient(okhttp3.Headers$Builder,java.lang.String,java.lang.String) -androidx.appcompat.widget.ViewStubCompat: void setVisibility(int) -android.didikee.donate.R$styleable: int Toolbar_maxButtonHeight -wangdaye.com.geometricweather.R$attr: int constraintSetStart -androidx.constraintlayout.widget.R$drawable: int abc_list_selector_disabled_holo_dark -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getProfiles -androidx.preference.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeCloudCover(java.lang.Integer) -androidx.appcompat.view.menu.ActionMenuItemView -com.turingtechnologies.materialscrollbar.R$id: int src_atop -cyanogenmod.externalviews.ExternalViewProviderService$Provider: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl mImpl -wangdaye.com.geometricweather.R$styleable: int RadialViewGroup_materialCircleRadius -wangdaye.com.geometricweather.R$drawable: int widget_card_dark_100 -com.google.android.material.button.MaterialButton: void setOnPressedChangeListenerInternal(com.google.android.material.button.MaterialButton$OnPressedChangeListener) -com.bumptech.glide.integration.okhttp.R$dimen: int notification_small_icon_background_padding -okhttp3.internal.http.RealResponseBody: okio.BufferedSource source -com.tencent.bugly.crashreport.common.info.a: java.lang.Object ax -com.google.android.material.R$layout: int mtrl_alert_dialog_actions -androidx.preference.R$styleable: int Preference_icon -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Button -androidx.transition.R$attr: int fontProviderPackage -com.google.android.material.R$styleable: int Transition_android_id -com.google.android.material.R$string: int material_timepicker_hour -androidx.vectordrawable.animated.R$id: int chronometer -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index: AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index() -com.google.android.material.R$attr: int errorTextAppearance -com.amap.api.location.AMapLocation: java.lang.String g(com.amap.api.location.AMapLocation,java.lang.String) -androidx.constraintlayout.widget.R$drawable: int btn_radio_on_to_off_mtrl_animation -com.turingtechnologies.materialscrollbar.R$color: int secondary_text_default_material_dark -cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.IKeyguardExternalViewProvider access$002(cyanogenmod.externalviews.KeyguardExternalView,cyanogenmod.externalviews.IKeyguardExternalViewProvider) -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -androidx.lifecycle.ReportFragment$ActivityInitializationListener: void onResume() -cyanogenmod.app.PartnerInterface: java.lang.String MODIFY_NETWORK_SETTINGS_PERMISSION -androidx.hilt.work.R$id: int accessibility_custom_action_16 -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setBackgroundTintList(android.content.res.ColorStateList) -com.google.android.material.appbar.CollapsingToolbarLayout: int getScrimAlpha() -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Button_Borderless -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$DailyTemperature: MfForecastResult$DailyForecast$DailyTemperature() -okhttp3.internal.http2.Http2: byte FLAG_ACK -com.google.android.material.card.MaterialCardView: void setCheckedIconSizeResource(int) -androidx.preference.R$styleable: int[] CoordinatorLayout_Layout -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType QueryUnique -android.didikee.donate.R$styleable: int[] AppCompatSeekBar -retrofit2.converter.gson.GsonRequestBodyConverter: java.nio.charset.Charset UTF_8 +androidx.loader.content.Loader +com.tencent.bugly.proguard.c: void b() +androidx.constraintlayout.motion.widget.MotionLayout: long getTransitionTimeMs() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int IceProbability +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_onClick +androidx.preference.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow +okhttp3.Handshake: okhttp3.TlsVersion tlsVersion +androidx.viewpager.widget.PagerTabStrip: void setBackgroundColor(int) +androidx.lifecycle.extensions.R$dimen: int notification_media_narrow_margin +androidx.core.R$drawable +com.google.android.material.R$styleable: int KeyAttribute_motionTarget +wangdaye.com.geometricweather.R$color: int colorTextSubtitle_dark +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_toTopOf +androidx.appcompat.R$dimen: int hint_pressed_alpha_material_light +cyanogenmod.themes.IThemeChangeListener$Stub$Proxy +com.tencent.bugly.proguard.ak +cyanogenmod.app.ILiveLockScreenChangeListener$Stub: java.lang.String DESCRIPTOR +androidx.preference.R$attr: int indeterminateProgressStyle +androidx.appcompat.widget.ButtonBarLayout: void setAllowStacking(boolean) +com.turingtechnologies.materialscrollbar.R$attr: int tabIconTintMode +okhttp3.internal.http2.Http2Stream$FramingSource: boolean $assertionsDisabled +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: void onComplete() +wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayDetailsWidgetConfigActivity: Hilt_ClockDayDetailsWidgetConfigActivity() +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getPivotX() +androidx.core.R$styleable: int FontFamily_fontProviderCerts +com.jaredrummler.android.colorpicker.R$dimen: int abc_search_view_preferred_height +com.google.android.material.R$id: int masked +james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIconTint +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_Dialog +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: java.lang.String unit +androidx.preference.R$attr: int textAppearanceListItem +com.tencent.bugly.proguard.q: android.content.Context c +com.tencent.bugly.proguard.s: com.tencent.bugly.proguard.s b +androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State STARTED +cyanogenmod.os.Build: java.lang.String CYANOGENMOD_VERSION +androidx.preference.ExpandButton retrofit2.ParameterHandler$Headers: java.lang.reflect.Method method -com.amap.api.location.AMapLocationClientOption: boolean n -wangdaye.com.geometricweather.R$dimen: int material_text_view_test_line_height_override -cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener access$900(cyanogenmod.externalviews.KeyguardExternalView) -androidx.customview.R$styleable: R$styleable() -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeRainPrecipitationProbability(java.lang.Float) -com.google.android.material.R$color: int abc_tint_switch_track -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceListItem -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: void dispose() -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Body2 -androidx.appcompat.R$dimen: int highlight_alpha_material_light -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed Speed -androidx.recyclerview.R$attr: int reverseLayout -okio.ByteString: byte[] toByteArray() +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$attr: int chipStyle +wangdaye.com.geometricweather.R$attr: int behavior_skipCollapsed +okhttp3.EventListener: void connectEnd(okhttp3.Call,java.net.InetSocketAddress,java.net.Proxy,okhttp3.Protocol) +com.google.android.material.R$styleable: int NavigationView_itemShapeAppearanceOverlay +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: float getMilliMeters(float) +wangdaye.com.geometricweather.R$attr: int fabAnimationMode +androidx.viewpager2.R$dimen: int notification_right_icon_size +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode +androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowFixedHeightMinor +androidx.appcompat.R$styleable: int AppCompatTheme_dialogTheme +androidx.preference.R$attr: int listChoiceIndicatorMultipleAnimated +okhttp3.ConnectionSpec$Builder: boolean supportsTlsExtensions +com.github.rahatarmanahmed.cpv.R$attr: R$attr() +com.autonavi.aps.amapapi.model.AMapLocationServer: com.autonavi.aps.amapapi.model.AMapLocationServer h() +wangdaye.com.geometricweather.R$color: int colorLevel_6 +androidx.constraintlayout.widget.ConstraintLayout: void setOnConstraintsChanged(androidx.constraintlayout.widget.ConstraintsChangedListener) +wangdaye.com.geometricweather.R$drawable: int abc_list_selector_background_transition_holo_dark +wangdaye.com.geometricweather.R$styleable: int SearchView_submitBackground +androidx.vectordrawable.animated.R$styleable +androidx.loader.R$attr: int fontWeight +com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_statusBarBackground +androidx.appcompat.R$color: int abc_decor_view_status_guard +androidx.appcompat.R$attr: int showText +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +androidx.constraintlayout.widget.R$styleable: int Transition_staggered +com.google.android.material.R$styleable: int GradientColor_android_tileMode +androidx.constraintlayout.widget.R$style: int Base_V26_Theme_AppCompat_Light +androidx.preference.R$style: int Widget_AppCompat_ButtonBar_AlertDialog +cyanogenmod.weatherservice.ServiceRequest: ServiceRequest(cyanogenmod.weather.RequestInfo,cyanogenmod.weatherservice.IWeatherProviderServiceClient) +wangdaye.com.geometricweather.db.entities.HistoryEntity: void setId(java.lang.Long) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial: int UnitType +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_11 +androidx.appcompat.R$style: int Base_V22_Theme_AppCompat +androidx.appcompat.R$attr: int font +wangdaye.com.geometricweather.R$layout: int design_text_input_start_icon +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_text_size +okio.Buffer$1: void flush() +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setCityId(java.lang.String) +okhttp3.HttpUrl$Builder: java.lang.String encodedUsername +com.google.android.material.R$styleable: int MaterialCalendar_dayTodayStyle +com.google.android.material.textfield.TextInputLayout: TextInputLayout(android.content.Context) +com.amap.api.location.AMapLocationClient: void onDestroy() +com.turingtechnologies.materialscrollbar.R$id: int uniform +cyanogenmod.app.ProfileGroup$Mode: cyanogenmod.app.ProfileGroup$Mode OVERRIDE +com.google.android.material.R$attr: int actionOverflowButtonStyle +androidx.recyclerview.R$drawable: int notification_tile_bg +androidx.appcompat.resources.R$id: int info +androidx.appcompat.R$style: int Theme_AppCompat_Dialog_Alert +androidx.preference.R$style: int Base_Animation_AppCompat_DropDownUp +com.tencent.bugly.proguard.n: void a(int,int) +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Medium +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property IcePrecipitation +wangdaye.com.geometricweather.R$styleable: int KeyTrigger_onNegativeCross +okhttp3.internal.io.FileSystem: okio.Source source(java.io.File) +okhttp3.internal.connection.RealConnection: okio.BufferedSource source +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_icon +com.google.android.material.R$string: int clear_text_end_icon_content_description +okio.Buffer: okio.Buffer copyTo(java.io.OutputStream) +okhttp3.internal.http2.Http2Connection$Listener: Http2Connection$Listener() +okhttp3.EventListener$1 +cyanogenmod.weatherservice.ServiceRequestResult +okhttp3.internal.connection.RealConnection: boolean supportsUrl(okhttp3.HttpUrl) +com.jaredrummler.android.colorpicker.R$attr: int autoSizeStepGranularity +androidx.constraintlayout.widget.R$styleable: int Constraint_android_orientation +wangdaye.com.geometricweather.R$style: int Base_V21_Theme_MaterialComponents_Dialog +com.google.android.material.R$attr: int iconSize +androidx.appcompat.R$id: int image +okhttp3.OkHttpClient: okhttp3.CookieJar cookieJar() +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge +androidx.preference.R$layout: int preference_widget_seekbar +com.google.android.material.R$styleable: int Constraint_chainUseRtl +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button +okhttp3.OkHttpClient: int connectTimeoutMillis() +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Caption +androidx.coordinatorlayout.R$attr: int statusBarBackground +okhttp3.internal.http.RealInterceptorChain: okhttp3.EventListener eventListener() +com.google.android.material.R$dimen: int item_touch_helper_swipe_escape_velocity +com.jaredrummler.android.colorpicker.R$styleable: int[] LinearLayoutCompat +okhttp3.OkHttpClient: javax.net.SocketFactory socketFactory() +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_DialogWhenLarge +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void drain() +okhttp3.internal.connection.ConnectionSpecSelector: int nextModeIndex +androidx.hilt.work.R$layout: int notification_template_part_chronometer +wangdaye.com.geometricweather.R$styleable: int DialogPreference_dialogLayout +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling: AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling() +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Small_Inverse +cyanogenmod.externalviews.KeyguardExternalView$5 +wangdaye.com.geometricweather.background.polling.basic.UpdateService +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property UvLevel +wangdaye.com.geometricweather.R$style: int Preference_SwitchPreferenceCompat_Material +com.google.android.material.R$id: int spline +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintBaseline_toBaselineOf +wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity +com.tencent.bugly.crashreport.crash.c: void a(com.tencent.bugly.crashreport.crash.CrashDetailBean) +wangdaye.com.geometricweather.R$styleable: int Chip_closeIcon +com.google.android.material.R$animator: int linear_indeterminate_line2_tail_interpolator +androidx.constraintlayout.widget.R$styleable: int RecycleListView_paddingTopNoTitle +okhttp3.Headers$Builder: Headers$Builder() +androidx.viewpager.widget.ViewPager: void setPageMarginDrawable(android.graphics.drawable.Drawable) +androidx.preference.R$styleable: int MenuView_subMenuArrow +com.turingtechnologies.materialscrollbar.R$id: int actions +androidx.preference.R$styleable: int MenuView_android_itemTextAppearance +com.google.android.material.R$attr: int tabIndicatorAnimationDuration +wangdaye.com.geometricweather.R$drawable: int widget_day +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void onNext(java.lang.Object) +androidx.hilt.lifecycle.R$styleable: int GradientColor_android_centerY +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listDividerAlertDialog +com.bumptech.glide.load.HttpException: HttpException(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintWidth_min +cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler: int MSG_SET_CLIENT +androidx.appcompat.resources.R$layout +androidx.drawerlayout.R$drawable: int notification_bg_normal +io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: boolean isDisposed() +cyanogenmod.profiles.RingModeSettings: void readFromParcel(android.os.Parcel) +com.google.android.gms.base.R$string: int common_google_play_services_install_title +cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_COLOR_ADJUSTMENT +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial: int UnitType +com.turingtechnologies.materialscrollbar.R$dimen: int item_touch_helper_swipe_escape_max_velocity +okio.ByteString: okio.ByteString decodeHex(java.lang.String) +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_OutlinedButton +androidx.hilt.work.R$styleable: int FragmentContainerView_android_tag +james.adaptiveicon.AdaptiveIconView +androidx.preference.R$styleable: int PreferenceFragmentCompat_android_divider +androidx.constraintlayout.widget.R$id: int tag_screen_reader_focusable +cyanogenmod.themes.IThemeProcessingListener$Stub$Proxy: android.os.IBinder asBinder() +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_switchTextOn +com.google.android.material.R$attr: int itemTextAppearance +androidx.appcompat.R$drawable: int abc_text_select_handle_right_mtrl_dark +androidx.appcompat.R$color: int bright_foreground_disabled_material_dark +androidx.swiperefreshlayout.R$id: int tag_transition_group +com.google.android.material.slider.RangeSlider: void setFocusedThumbIndex(int) +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: boolean isDisposed() +androidx.preference.R$style: int Base_AlertDialog_AppCompat +james.adaptiveicon.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: int getMainTextColorResId() +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintBottom_toBottomOf +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_subtitleTextColor +cyanogenmod.app.CustomTile$ExpandedStyle +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_checkedTextViewStyle +com.google.android.material.slider.Slider: void setTickTintList(android.content.res.ColorStateList) +android.didikee.donate.R$attr: int elevation +com.google.android.material.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_111 +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setWifiScan(boolean) +com.bumptech.glide.R$styleable: int[] GradientColor +cyanogenmod.hardware.CMHardwareManager: int[] getDisplayColorCalibration() +android.support.v4.os.ResultReceiver +com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleDrawable(int) +androidx.appcompat.widget.AppCompatCheckBox: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() +wangdaye.com.geometricweather.R$styleable: int View_android_theme +com.tencent.bugly.proguard.ai: java.lang.String a +wangdaye.com.geometricweather.R$id: int ragweedIcon +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_onDetachedFromWindow +androidx.loader.R$styleable: int FontFamily_fontProviderFetchTimeout +androidx.loader.R$dimen: int notification_big_circle_margin +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX: java.util.List brands +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber +androidx.swiperefreshlayout.R$attr: int fontProviderCerts +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_SearchView +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: boolean IsAlias +com.amap.api.fence.PoiItem: java.lang.String d +james.adaptiveicon.R$dimen: int tooltip_vertical_padding +com.tencent.bugly.crashreport.common.info.b: java.lang.String d +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_splitTrack +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Body2 +androidx.appcompat.R$styleable: int AppCompatTheme_editTextBackground +wangdaye.com.geometricweather.R$attr: int motionStagger +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: CaiYunMainlyResult$CurrentBean$FeelsLikeBean() +com.tencent.bugly.proguard.ar: void a(com.tencent.bugly.proguard.i) +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: boolean done +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_android_touchscreenBlocksFocus +com.turingtechnologies.materialscrollbar.CustomIndicator: int getTextSize() +com.xw.repo.bubbleseekbar.R$color: int dim_foreground_disabled_material_dark +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: void onError(java.lang.Throwable) +androidx.dynamicanimation.R$attr: int fontProviderPackage +com.xw.repo.bubbleseekbar.R$attr: int title +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher: LiveDataReactiveStreams$LiveDataPublisher(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.LiveData) +wangdaye.com.geometricweather.db.entities.LocationEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) +androidx.appcompat.widget.SearchView$SearchAutoComplete: SearchView$SearchAutoComplete(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.R$styleable: int MenuView_android_itemBackground +androidx.preference.R$attr: int preferenceStyle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric Metric +com.google.android.material.R$attr: int textAppearancePopupMenuHeader +okhttp3.RequestBody$3: java.io.File val$file +com.turingtechnologies.materialscrollbar.R$drawable: int notification_bg_low_pressed +com.google.android.material.R$attr: int suffixText +com.tencent.bugly.crashreport.common.info.a: java.lang.String n() +androidx.fragment.R$attr: int fontStyle +wangdaye.com.geometricweather.R$attr: int tabPaddingBottom +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_14 +com.google.android.material.R$dimen: int mtrl_chip_pressed_translation_z +wangdaye.com.geometricweather.R$anim: int abc_slide_in_top +com.jaredrummler.android.colorpicker.R$dimen: int tooltip_margin +androidx.preference.R$style: int Platform_V25_AppCompat_Light +com.amap.api.location.AMapLocationClientOption$AMapLocationMode: AMapLocationClientOption$AMapLocationMode(java.lang.String,int) +cyanogenmod.os.Concierge$ParcelInfo +com.google.android.material.tabs.TabLayout: void removeOnTabSelectedListener(com.google.android.material.tabs.TabLayout$BaseOnTabSelectedListener) +wangdaye.com.geometricweather.R$anim: int fragment_close_enter +androidx.core.R$dimen: int compat_button_padding_vertical_material +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setShifting(boolean) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: java.lang.String getZh_TW() +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: int CountMinute +androidx.preference.R$styleable: int SwitchPreference_switchTextOff +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceStyle +cyanogenmod.app.ProfileGroup: boolean matches(android.app.NotificationGroup,boolean) +com.tencent.bugly.proguard.u: boolean b(int) +com.xw.repo.bubbleseekbar.R$attr: int textAppearanceListItemSmall +okhttp3.internal.ws.RealWebSocket: int receivedPingCount() +androidx.customview.R$attr: int fontProviderCerts +okhttp3.Cache$1: void trackConditionalCacheHit() +android.support.v4.os.IResultReceiver$Stub$Proxy: android.os.IBinder mRemote +android.didikee.donate.R$attr: int buttonPanelSideLayout +com.google.android.material.R$styleable: int GradientColor_android_centerColor +androidx.recyclerview.R$attr: int layoutManager +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_toggle_margin_top +com.tencent.bugly.proguard.aq: java.lang.String g +cyanogenmod.weather.RequestInfo$Builder +androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type BOTTOM +io.reactivex.internal.subscriptions.SubscriptionArbiter: boolean isUnbounded() +androidx.transition.R$styleable: int GradientColor_android_startX +cyanogenmod.weather.CMWeatherManager: cyanogenmod.weather.IWeatherServiceProviderChangeListener mProviderChangeListener +com.google.android.material.R$attr: int spanCount +james.adaptiveicon.R$string: int abc_activity_chooser_view_see_all +io.reactivex.Observable: io.reactivex.Observable hide() +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleMargin +com.google.android.material.R$color: int mtrl_fab_bg_color_selector +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: java.util.concurrent.atomic.AtomicReference queue +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow +android.didikee.donate.R$styleable: int AppCompatSeekBar_android_thumb +cyanogenmod.providers.CMSettings$Secure: java.lang.String RING_HOME_BUTTON_BEHAVIOR +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Direction: int Degrees +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_ActionBar +wangdaye.com.geometricweather.R$string: int wind_6 +com.google.android.material.R$dimen: int compat_notification_large_icon_max_width +wangdaye.com.geometricweather.R$integer: int mtrl_calendar_header_orientation +androidx.constraintlayout.widget.ConstraintLayout: ConstraintLayout(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxStrokeColor +androidx.hilt.lifecycle.R$style: R$style() +cyanogenmod.themes.IThemeService: void applyDefaultTheme() +androidx.appcompat.R$drawable: int abc_tab_indicator_material +com.turingtechnologies.materialscrollbar.R$attr: int checkboxStyle +wangdaye.com.geometricweather.R$styleable: int MenuItem_tooltipText +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeRealFeelShaderTemperature(java.lang.Integer) +com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_TabView +com.google.android.material.R$attr: int crossfade +androidx.hilt.R$styleable: int FontFamilyFont_fontWeight +com.google.android.material.R$integer: int cancel_button_image_alpha +androidx.appcompat.widget.ActionBarOverlayLayout: void setWindowCallback(android.view.Window$Callback) +io.reactivex.internal.schedulers.RxThreadFactory: boolean nonBlocking +com.google.android.material.R$dimen: int mtrl_exposed_dropdown_menu_popup_vertical_padding +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric: java.lang.String Unit +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX +okhttp3.internal.Util: java.lang.String[] intersect(java.util.Comparator,java.lang.String[],java.lang.String[]) +androidx.core.R$dimen +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Button +okio.AsyncTimeout$1: void flush() +androidx.lifecycle.LiveData: void setValue(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +androidx.work.R$id: int icon_group +com.google.gson.stream.JsonReader: int PEEKED_BEGIN_OBJECT +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Weather: java.lang.String desc +wangdaye.com.geometricweather.R$attr: int cornerRadius +androidx.core.R$id: int forever +okhttp3.internal.platform.Platform: java.lang.String getPrefix() +wangdaye.com.geometricweather.R$id: int activity_widget_config_clockFontTitle +io.reactivex.internal.subscriptions.EmptySubscription: void clear() +cyanogenmod.app.ProfileManager: cyanogenmod.app.IProfileManager getService() +wangdaye.com.geometricweather.R$color: int design_bottom_navigation_shadow_color +com.jaredrummler.android.colorpicker.R$style: int PreferenceThemeOverlay +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonStyle +wangdaye.com.geometricweather.R$styleable: int[] RecyclerView +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getWindLevel() +wangdaye.com.geometricweather.R$styleable: int Chip_android_textAppearance +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Metric: AccuCurrentResult$RealFeelTemperature$Metric() +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_thumbTint okhttp3.internal.publicsuffix.PublicSuffixDatabase: okhttp3.internal.publicsuffix.PublicSuffixDatabase instance -cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.RequestInfo build() -com.google.android.material.R$styleable: int BottomAppBar_fabAlignmentMode -okhttp3.Cache: int requestCount -com.amap.api.location.APSService -androidx.hilt.lifecycle.R$id: int async -james.adaptiveicon.R$color: int button_material_dark -cyanogenmod.providers.CMSettings$NameValueCache: java.lang.String[] SELECT_VALUE -androidx.recyclerview.widget.RecyclerView$SavedState: android.os.Parcelable$Creator CREATOR -androidx.constraintlayout.widget.Placeholder: void setEmptyVisibility(int) -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_Behavior_Layout_behavior_autoHide -androidx.swiperefreshlayout.R$id: int action_image -androidx.preference.R$layout: int abc_action_menu_item_layout -com.google.android.material.R$id: int expand_activities_button -wangdaye.com.geometricweather.R$attr: int preferenceInformationStyle -androidx.preference.R$id: int group_divider -wangdaye.com.geometricweather.R$dimen: int abc_search_view_preferred_width -androidx.constraintlayout.widget.R$integer -com.jaredrummler.android.colorpicker.R$id: int search_edit_frame -wangdaye.com.geometricweather.R$drawable: int notif_temp_74 -wangdaye.com.geometricweather.common.ui.widgets.DrawerLayout: DrawerLayout(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$styleable: int Constraint_android_scaleX -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constrainedWidth +com.turingtechnologies.materialscrollbar.R$dimen: int abc_edit_text_inset_bottom_material +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +androidx.hilt.lifecycle.R$dimen: int notification_right_side_padding_top +com.turingtechnologies.materialscrollbar.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_NoActionBar +androidx.appcompat.R$layout: int abc_screen_simple +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: java.lang.String notice +wangdaye.com.geometricweather.R$attr: int dropdownPreferenceStyle +retrofit2.ParameterHandler: ParameterHandler() +okhttp3.internal.cache.CacheInterceptor: okhttp3.Response stripBody(okhttp3.Response) +io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: io.reactivex.functions.BooleanSupplier stop +com.jaredrummler.android.colorpicker.R$style: int Preference_DropDown_Material +wangdaye.com.geometricweather.R$drawable: int shortcuts_clear_day_foreground +com.github.rahatarmanahmed.cpv.CircularProgressView: int color +android.didikee.donate.R$styleable: int AppCompatTheme_colorButtonNormal +androidx.lifecycle.MutableLiveData: MutableLiveData() +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index o3 +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_20 +com.google.android.material.R$attr: int layout_editor_absoluteY +androidx.constraintlayout.widget.R$id: int wrap_content +com.baidu.location.indoor.mapversion.c.a$d: double b(double) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NAVIGATION_BAR_MENU_ARROW_KEYS_VALIDATOR +com.google.android.material.navigation.NavigationView$SavedState: android.os.Parcelable$Creator CREATOR +com.google.android.material.R$style: int AlertDialog_AppCompat +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float total +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_2 +com.jaredrummler.android.colorpicker.R$string: int abc_searchview_description_clear +wangdaye.com.geometricweather.R$attr: int maxLines +androidx.appcompat.resources.R$styleable: int FontFamilyFont_android_fontStyle +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_15 +androidx.preference.R$styleable: int AppCompatTheme_actionModeShareDrawable +com.google.android.material.R$styleable: int Layout_android_layout_marginTop +com.amap.api.fence.GeoFenceClient: void addGeoFence(java.lang.String,java.lang.String) +androidx.preference.R$styleable: int FontFamily_fontProviderQuery +okio.RealBufferedSource: boolean closed +james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_textAppearance +james.adaptiveicon.R$attr: int colorPrimary +com.amap.api.location.AMapLocationClient: android.content.Context a +com.turingtechnologies.materialscrollbar.R$attr: int alertDialogButtonGroupStyle +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_android_gravity +okhttp3.internal.tls.BasicCertificateChainCleaner: int hashCode() +androidx.preference.R$style: int Base_V21_Theme_AppCompat_Dialog +retrofit2.adapter.rxjava2.CallEnqueueObservable: void subscribeActual(io.reactivex.Observer) +com.tencent.bugly.crashreport.CrashReport: void setUserSceneTag(android.content.Context,int) +androidx.constraintlayout.widget.R$attr: int perpendicularPath_percent +com.google.android.gms.base.R$id: int none +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: double HoursOfSun +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_CompoundButton_Switch +com.google.android.material.R$color: int material_grey_800 +com.amap.api.fence.GeoFence: java.lang.String b +androidx.appcompat.resources.R$id: int actions +com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Bridge +com.amap.api.location.AMapLocation: com.amap.api.location.AMapLocationQualityReport c +wangdaye.com.geometricweather.R$style: int Preference_SeekBarPreference +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay CARD_DAILY_OVERVIEW +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_dividerPadding +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float pm25 +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_AutoCompleteTextView +com.google.android.material.transformation.FabTransformationSheetBehavior +com.google.android.material.R$interpolator: int btn_radio_to_on_mtrl_animation_interpolator_0 +wangdaye.com.geometricweather.R$attr: int appBarLayoutStyle +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_visibility +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String moonPhaseDescription +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxStrokeErrorColor +androidx.appcompat.R$style: int Base_V21_Theme_AppCompat_Light +androidx.recyclerview.R$attr: int fontStyle +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: io.reactivex.internal.operators.observable.ObservableGroupJoin$JoinSupport parent +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_autoSizeTextType +cyanogenmod.app.CustomTile$ExpandedGridItem +androidx.preference.MultiSelectListPreference$SavedState +cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper: CustomTileListenerService$ICustomTileListenerWrapper(cyanogenmod.app.CustomTileListenerService,cyanogenmod.app.CustomTileListenerService$1) +androidx.drawerlayout.R$style +cyanogenmod.themes.ThemeManager: java.util.Set access$300(cyanogenmod.themes.ThemeManager) +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_TopLeftCut +androidx.lifecycle.ViewModelStore: void clear() +wangdaye.com.geometricweather.R$styleable: int Preference_android_shouldDisableView +com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_vertical_padding +wangdaye.com.geometricweather.R$dimen: int mtrl_badge_text_size +okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean isRecoverable(java.io.IOException,boolean) +com.google.android.material.R$string: int material_timepicker_minute +android.didikee.donate.R$attr: int alertDialogStyle +androidx.recyclerview.R$id: int async +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeRealFeelTemperature +android.support.v4.os.IResultReceiver +androidx.appcompat.widget.AppCompatButton: android.graphics.PorterDuff$Mode getSupportCompoundDrawablesTintMode() +wangdaye.com.geometricweather.R$drawable: int ic_star_outline +com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_fixed_width_minor +com.google.android.material.R$styleable: int ConstraintSet_layout_goneMarginTop +com.google.android.material.R$attr: int snackbarButtonStyle +com.jaredrummler.android.colorpicker.R$layout: int preference_widget_switch_compat +androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_DayNight_ActionBar +io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: long count +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_getLastThemeChangeRequestType +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_104 +com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_chipSpacingVertical +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setForecastHourly(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean) +james.adaptiveicon.R$attr: int actionBarSplitStyle +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: void enqueueLiveLockScreen(java.lang.String,int,cyanogenmod.app.LiveLockScreenInfo,int[],int) +com.tencent.bugly.crashreport.common.info.b: int v() +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarSwipeRefreshLayout: FitSystemBarSwipeRefreshLayout(android.content.Context) +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: void onSubscribe(org.reactivestreams.Subscription) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_26 +james.adaptiveicon.R$dimen: int abc_dialog_title_divider_material +com.google.android.material.R$style: int Widget_Design_FloatingActionButton +android.didikee.donate.R$attr: int windowActionModeOverlay +cyanogenmod.hardware.IThermalListenerCallback$Stub +androidx.coordinatorlayout.R$id: int text2 +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setBackground(android.graphics.drawable.Drawable) +okio.SegmentedByteString: java.lang.String toString() +com.google.android.material.R$dimen: int clock_face_margin_start +wangdaye.com.geometricweather.R$string: int thunderstorm +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ExtendedFloatingActionButton +android.didikee.donate.R$styleable: int AppCompatTheme_popupMenuStyle +androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoonSetDate +androidx.loader.R$dimen: int notification_large_icon_width +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setHeadDescription(java.lang.String) +androidx.appcompat.R$styleable: int FontFamily_fontProviderPackage +androidx.preference.R$dimen: int hint_pressed_alpha_material_light +wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider NATIVE +io.reactivex.internal.schedulers.AbstractDirectTask: java.lang.Thread runner +wangdaye.com.geometricweather.db.entities.HistoryEntity: void setTime(long) +okhttp3.internal.ws.WebSocketReader: void readHeader() +com.google.android.material.R$styleable: int ConstraintSet_android_scaleX +wangdaye.com.geometricweather.R$layout: int mtrl_calendar_month_navigation +androidx.constraintlayout.widget.R$styleable: int MenuItem_iconTint +com.google.android.material.R$styleable: int AppBarLayout_liftOnScrollTargetViewId +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionMode_Inverse +com.jaredrummler.android.colorpicker.ColorPanelView: int getShape() +androidx.constraintlayout.widget.R$attr: int nestedScrollFlags +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_PopupWindow +james.adaptiveicon.R$dimen: int notification_right_icon_size +wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date sunRiseDate +com.xw.repo.bubbleseekbar.R$color: int dim_foreground_material_light +com.jaredrummler.android.colorpicker.R$attr: int fastScrollHorizontalTrackDrawable +com.google.android.material.R$styleable: int ActionBar_customNavigationLayout +androidx.viewpager2.R$id: int tag_screen_reader_focusable +androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_drawableRight +io.reactivex.Observable: io.reactivex.Observable takeLast(long,java.util.concurrent.TimeUnit,boolean) +wangdaye.com.geometricweather.R$id: int fragment_drawer +james.adaptiveicon.R$styleable: int AppCompatTheme_dialogTheme +wangdaye.com.geometricweather.R$layout: int item_icon_provider_get_more +androidx.appcompat.widget.SearchView$SearchAutoComplete: void setImeVisibility(boolean) +com.xw.repo.bubbleseekbar.R$attr: int homeAsUpIndicator +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: io.reactivex.functions.Action onOverflow +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial: java.lang.String Unit +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Button_Colored +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_title +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean +okio.Util: int reverseBytesInt(int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Metric: double Value +com.turingtechnologies.materialscrollbar.R$dimen: int fastscroll_margin +cyanogenmod.providers.CMSettings$Secure: java.lang.String POWER_MENU_ACTIONS +com.tencent.bugly.proguard.q: java.util.List d +com.google.android.material.R$styleable: int FloatingActionButton_Behavior_Layout_behavior_autoHide +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_onClick +com.google.android.material.R$id: int notification_main_column_container +com.turingtechnologies.materialscrollbar.R$styleable: int[] MenuView +wangdaye.com.geometricweather.db.entities.DaoMaster$OpenHelper +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.turingtechnologies.materialscrollbar.R$color: int mtrl_btn_text_color_disabled +android.didikee.donate.R$styleable: int MenuItem_contentDescription +androidx.preference.R$drawable: int abc_btn_switch_to_on_mtrl_00012 +androidx.appcompat.widget.SearchView: void setOnSuggestionListener(androidx.appcompat.widget.SearchView$OnSuggestionListener) +okhttp3.internal.http1.Http1Codec: okhttp3.OkHttpClient client +com.turingtechnologies.materialscrollbar.R$attr: int dialogTheme +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: retrofit2.Call clone() +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Body1 +wangdaye.com.geometricweather.R$attr: int textAppearanceSubtitle1 +com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_font +androidx.preference.R$layout: int expand_button +androidx.preference.R$style: int Theme_AppCompat_Light +com.google.gson.stream.JsonWriter: boolean htmlSafe +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatImageView_android_src +com.google.android.material.R$attr: int contentInsetEndWithActions +wangdaye.com.geometricweather.daily.DailyWeatherActivity +androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_fontStyle +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind wind +james.adaptiveicon.R$styleable: int[] ActionBarLayout +cyanogenmod.providers.CMSettings$Global: java.lang.String WEATHER_TEMPERATURE_UNIT +com.google.android.material.R$styleable: int FontFamilyFont_fontStyle +androidx.preference.R$drawable: int abc_text_select_handle_right_mtrl_dark +com.tencent.bugly.crashreport.CrashReport: void postCatchedException(java.lang.Throwable,java.lang.Thread) +wangdaye.com.geometricweather.R$attr: int snackbarTextViewStyle +cyanogenmod.themes.IThemeProcessingListener$Stub: java.lang.String DESCRIPTOR +com.google.android.gms.signin.internal.zag +androidx.preference.R$styleable: int[] FontFamily +com.xw.repo.bubbleseekbar.R$id: int line1 +cyanogenmod.externalviews.ExternalView$2: boolean val$visible +com.tencent.bugly.crashreport.biz.UserInfoBean: boolean l +wangdaye.com.geometricweather.R$color: int design_dark_default_color_background +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Maximum: java.lang.String Unit +com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemBackground(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX: java.util.List getBrands() +com.google.android.gms.base.R$drawable: int common_google_signin_btn_icon_dark_normal +androidx.appcompat.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity +androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_fontVariationSettings +wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_android_font +io.reactivex.Observable: io.reactivex.Observable withLatestFrom(io.reactivex.ObservableSource[],io.reactivex.functions.Function) +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight_NoActionBar +wangdaye.com.geometricweather.R$dimen: int abc_action_bar_content_inset_with_nav +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeTotalPrecipitationDuration +androidx.constraintlayout.widget.R$drawable: int tooltip_frame_light +com.google.android.material.R$styleable: int Layout_layout_constrainedHeight +androidx.preference.R$style: int ThemeOverlay_AppCompat_Dark +io.reactivex.Observable: io.reactivex.Observable interval(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +androidx.constraintlayout.widget.R$styleable: int StateListDrawable_android_dither +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit +com.google.android.material.R$styleable: int AppCompatTheme_switchStyle +com.google.android.gms.common.internal.zzc +com.tencent.bugly.crashreport.crash.h5.H5JavaScriptInterface +james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat_ActionBar +okhttp3.internal.platform.JdkWithJettyBootPlatform: java.lang.reflect.Method removeMethod +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.String insee +wangdaye.com.geometricweather.R$string: int real_feel_temperature +wangdaye.com.geometricweather.R$string: int settings_title_notification_can_be_cleared +com.google.android.material.R$styleable: int[] GradientColorItem +androidx.hilt.lifecycle.R$layout: int custom_dialog +com.turingtechnologies.materialscrollbar.R$attr: int fabSize +okhttp3.Headers$Builder: okhttp3.Headers$Builder add(java.lang.String,java.lang.String) +com.google.android.material.R$styleable: int[] BottomAppBar +com.xw.repo.bubbleseekbar.R$id: int action_bar +com.github.rahatarmanahmed.cpv.CircularProgressView: int animSyncDuration +androidx.customview.R$style +android.didikee.donate.R$styleable: int ActionBar_displayOptions +io.reactivex.Observable: void blockingSubscribe(io.reactivex.functions.Consumer) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHeight_max +com.xw.repo.bubbleseekbar.R$drawable: int abc_menu_hardkey_panel_mtrl_mult +wangdaye.com.geometricweather.R$styleable: int Slider_tickColorActive +androidx.hilt.R$attr: int fontProviderFetchTimeout +android.didikee.donate.R$drawable: int notification_bg_low +cyanogenmod.themes.ThemeChangeRequest: java.util.Map getThemeComponentsMap() +cyanogenmod.app.CustomTile: android.os.Parcelable$Creator CREATOR +com.jaredrummler.android.colorpicker.R$id: int topPanel +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_EditText +wangdaye.com.geometricweather.R$styleable: int RecyclerView_fastScrollEnabled +com.google.android.material.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated +com.google.android.material.R$integer: int design_snackbar_text_max_lines +wangdaye.com.geometricweather.R$attr: int expandedTitleTextAppearance +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_titleCondensed +com.google.android.material.R$dimen: int mtrl_card_checked_icon_margin +androidx.constraintlayout.widget.R$id: int unchecked +com.autonavi.aps.amapapi.model.AMapLocationServer: boolean i() +wangdaye.com.geometricweather.R$drawable: int notif_temp_124 +wangdaye.com.geometricweather.R$attr: int customColorValue +retrofit2.ParameterHandler +androidx.appcompat.resources.R$styleable: int GradientColorItem_android_color +androidx.preference.R$string: int abc_menu_space_shortcut_label +okhttp3.Cache$CacheRequestImpl: okhttp3.internal.cache.DiskLruCache$Editor editor +androidx.constraintlayout.widget.R$attr: int flow_horizontalGap +okhttp3.OkHttpClient: java.util.List DEFAULT_PROTOCOLS +com.google.android.material.R$styleable: int Chip_checkedIcon +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: int capacityHint +wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemIconTint +androidx.viewpager.R$layout: int notification_template_custom_big +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String shortDescription android.didikee.donate.R$attr: int tickMark -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_goneMarginTop -androidx.transition.R$dimen: int compat_button_padding_horizontal_material -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: int index -androidx.appcompat.R$color: int bright_foreground_material_light -wangdaye.com.geometricweather.R$attr: int constraints -wangdaye.com.geometricweather.R$styleable: int MenuView_android_horizontalDivider -cyanogenmod.weatherservice.WeatherProviderService: cyanogenmod.weatherservice.IWeatherProviderService$Stub mBinder -androidx.constraintlayout.widget.R$anim: int abc_slide_out_top -cyanogenmod.app.IPartnerInterface$Stub: IPartnerInterface$Stub() -io.reactivex.internal.subscribers.StrictSubscriber -com.tencent.bugly.proguard.f: boolean m -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_progressBarPadding -androidx.appcompat.R$attr: int navigationMode -androidx.customview.R$layout -wangdaye.com.geometricweather.R$attr: int colorOnPrimary -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintBaseline_toBaselineOf -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_android_windowIsFloating -androidx.preference.R$style: int ThemeOverlay_AppCompat_Dialog_Alert -retrofit2.BuiltInConverters$BufferingResponseBodyConverter: java.lang.Object convert(java.lang.Object) -androidx.constraintlayout.widget.R$attr: int defaultQueryHint -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onBouncerShowing -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getTotalPrecipitation() -com.jaredrummler.android.colorpicker.R$drawable: int notification_tile_bg -com.jaredrummler.android.colorpicker.R$styleable: int[] PreferenceFragmentCompat -com.google.android.material.R$color: int switch_thumb_disabled_material_dark -wangdaye.com.geometricweather.R$attr: int materialAlertDialogTitlePanelStyle -androidx.constraintlayout.widget.R$attr: int listPreferredItemPaddingLeft -androidx.core.graphics.drawable.IconCompatParcelizer: IconCompatParcelizer() -io.reactivex.internal.observers.InnerQueuedObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Speed: int UnitType -androidx.hilt.work.R$id: int accessibility_custom_action_11 -retrofit2.adapter.rxjava2.BodyObservable$BodyObserver -okhttp3.internal.ws.RealWebSocket: okhttp3.Request request() -androidx.core.R$color -com.google.android.material.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTheme -com.turingtechnologies.materialscrollbar.R$style: int Widget_Support_CoordinatorLayout -com.google.android.material.bottomnavigation.BottomNavigationView: void setItemIconTintList(android.content.res.ColorStateList) -okio.ForwardingSink: void write(okio.Buffer,long) -com.turingtechnologies.materialscrollbar.R$anim: int design_snackbar_in -androidx.drawerlayout.R$drawable: int notification_template_icon_low_bg -com.google.android.material.R$string: int item_view_role_description -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeDegreeDayTemperature -com.jaredrummler.android.colorpicker.R$id: int progress_horizontal -james.adaptiveicon.R$styleable: int MenuItem_showAsAction -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: long serialVersionUID -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_OutlinedButton -io.reactivex.Observable: io.reactivex.Observable buffer(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,int,java.util.concurrent.Callable,boolean) -com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_y_offset_non_touch -cyanogenmod.app.suggest.IAppSuggestProvider$Stub: int TRANSACTION_getSuggestions -com.google.android.material.chip.Chip: void setCheckableResource(int) -wangdaye.com.geometricweather.R$attr: int materialCalendarStyle -cyanogenmod.profiles.LockSettings: void writeToParcel(android.os.Parcel,int) -okio.Base64: byte[] URL_MAP -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_BottomSheetDialog -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionBar_TabView -wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Body_Text -io.reactivex.internal.util.VolatileSizeArrayList: boolean removeAll(java.util.Collection) -com.google.android.material.R$color: int background_floating_material_light -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life life -wangdaye.com.geometricweather.R$styleable: int CheckBoxPreference_disableDependentsState -androidx.lifecycle.ViewModelProvider$NewInstanceFactory: androidx.lifecycle.ViewModelProvider$NewInstanceFactory getInstance() -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_chainUseRtl -cyanogenmod.weather.WeatherLocation$Builder: java.lang.String mCityId -androidx.work.R$drawable -com.turingtechnologies.materialscrollbar.R$id: int split_action_bar -androidx.lifecycle.livedata.core.R -wangdaye.com.geometricweather.R$id: int item_about_link -com.turingtechnologies.materialscrollbar.R$styleable: int[] AnimatedStateListDrawableItem -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: io.reactivex.internal.disposables.SequentialDisposable task -com.turingtechnologies.materialscrollbar.R$anim: int abc_slide_in_top -okhttp3.internal.http2.Http2Stream$FramingSink: boolean closed -okhttp3.internal.http2.Settings: int ENABLE_PUSH -com.jaredrummler.android.colorpicker.R$drawable: int abc_ratingbar_small_material -okio.ForwardingTimeout: okio.Timeout delegate() -wangdaye.com.geometricweather.remoteviews.config.DayWeekWidgetConfigActivity: DayWeekWidgetConfigActivity() -okhttp3.Dns: java.util.List lookup(java.lang.String) -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_TextView -io.reactivex.internal.disposables.DisposableHelper: boolean trySet(java.util.concurrent.atomic.AtomicReference,io.reactivex.disposables.Disposable) -com.google.android.material.R$styleable: int Constraint_flow_horizontalAlign -com.jaredrummler.android.colorpicker.R$color: int highlighted_text_material_light -cyanogenmod.app.ILiveLockScreenManager: void setLiveLockScreenEnabled(boolean) -cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String getKey() -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse -cyanogenmod.app.Profile$ProfileTrigger$1: Profile$ProfileTrigger$1() -com.amap.api.location.APSService: android.os.IBinder onBind(android.content.Intent) -wangdaye.com.geometricweather.R$styleable: int[] Transition -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView -com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getItemBackgroundRes() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowFixedWidthMinor -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_verticalGap -androidx.preference.R$dimen: int notification_main_column_padding_top -com.tencent.bugly.proguard.aq: byte b -androidx.appcompat.R$styleable: int Spinner_android_dropDownWidth -androidx.lifecycle.ViewModelProvider: ViewModelProvider(androidx.lifecycle.ViewModelStoreOwner,androidx.lifecycle.ViewModelProvider$Factory) -okhttp3.internal.http2.Http2Stream -io.reactivex.internal.observers.InnerQueuedObserver: void dispose() -io.reactivex.internal.schedulers.ScheduledDirectTask: java.lang.Void call() -wangdaye.com.geometricweather.R$anim: int abc_fade_in -com.google.android.material.internal.FlowLayout: FlowLayout(android.content.Context,android.util.AttributeSet) -cyanogenmod.weather.WeatherLocation: java.lang.String access$602(cyanogenmod.weather.WeatherLocation,java.lang.String) -androidx.lifecycle.ComputableLiveData -wangdaye.com.geometricweather.R$string: int settings_title_card_order -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Imperial -james.adaptiveicon.R$id: int select_dialog_listview -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: int getDesiredWidth() -androidx.drawerlayout.R$id: int title -androidx.hilt.lifecycle.R$style: int TextAppearance_Compat_Notification_Info -com.turingtechnologies.materialscrollbar.R$layout: int design_bottom_navigation_item -wangdaye.com.geometricweather.R$string: int abc_shareactionprovider_share_with_application -cyanogenmod.profiles.LockSettings$1: cyanogenmod.profiles.LockSettings[] newArray(int) -org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database getEncryptedWritableDb(char[]) -com.turingtechnologies.materialscrollbar.R$attr: int tint -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox -cyanogenmod.weather.CMWeatherManager$2 -io.reactivex.Observable: io.reactivex.Observable ambArray(io.reactivex.ObservableSource[]) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintRight_creator -android.didikee.donate.R$style: int Widget_AppCompat_Light_ListPopupWindow -androidx.core.R$dimen: int notification_main_column_padding_top -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_NoActionBar_Bridge +wangdaye.com.geometricweather.R$id: int dialog_minimal_icon_greyIcon +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintGuide_begin +cyanogenmod.power.PerformanceManager: int getPowerProfile() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Metric: AccuCurrentResult$Ceiling$Metric() +okhttp3.logging.HttpLoggingInterceptor$Level: HttpLoggingInterceptor$Level(java.lang.String,int) +cyanogenmod.app.LiveLockScreenInfo$1: java.lang.Object[] newArray(int) +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: boolean unregisterChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken NUMBER +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean +com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setIconTintList(android.content.res.ColorStateList) +com.google.android.material.R$anim: int abc_slide_out_top +wangdaye.com.geometricweather.R$layout: int text_view_without_line_height +wangdaye.com.geometricweather.R$id: int ghost_view +com.xw.repo.bubbleseekbar.R$style: int Base_Animation_AppCompat_DropDownUp +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable +cyanogenmod.app.Profile$ProfileTrigger: Profile$ProfileTrigger(android.os.Parcel) +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setIcePrecipitationProbability(java.lang.Float) +wangdaye.com.geometricweather.main.MainActivityViewModel$Status: wangdaye.com.geometricweather.main.MainActivityViewModel$Status IDLE +androidx.work.ExistingPeriodicWorkPolicy: androidx.work.ExistingPeriodicWorkPolicy REPLACE +wangdaye.com.geometricweather.R$id: int NO_DEBUG +com.amap.api.fence.PoiItem: void setTel(java.lang.String) +com.google.android.material.R$styleable: int Constraint_layout_constraintGuide_end +android.didikee.donate.R$drawable: int abc_ic_star_half_black_36dp +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Country: AccuLocationResult$Country() +androidx.appcompat.R$id: int custom +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_elevation +com.google.android.material.R$attr: int chipIconTint +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: void onError(java.lang.Throwable) +com.google.android.material.R$attr: int closeIconEndPadding +wangdaye.com.geometricweather.R$styleable: int[] ViewBackgroundHelper +wangdaye.com.geometricweather.R$attr: int flow_lastHorizontalBias +cyanogenmod.providers.DataUsageContract: java.lang.String FAST_AVG +androidx.lifecycle.FullLifecycleObserverAdapter$1 +wangdaye.com.geometricweather.R$id: int search_bar +androidx.preference.R$styleable: int AppCompatTheme_actionModePasteDrawable +com.google.android.gms.common.SignInButton +com.tencent.bugly.crashreport.crash.e: boolean g +io.reactivex.internal.subscribers.StrictSubscriber: StrictSubscriber(org.reactivestreams.Subscriber) +com.bumptech.glide.load.engine.DecodeJob$RunReason: com.bumptech.glide.load.engine.DecodeJob$RunReason DECODE_DATA +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_contentDescription +com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_windowAnimationStyle +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setDaylight(boolean) +retrofit2.ParameterHandler$FieldMap: void apply(retrofit2.RequestBuilder,java.lang.Object) +com.tencent.bugly.proguard.a +androidx.appcompat.R$style: int Base_Widget_AppCompat_RatingBar_Small +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setId(java.lang.Long) +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: CNWeatherResult$Realtime() +androidx.preference.R$id: int list_item +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: CNWeatherResult() +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintTag +androidx.preference.R$styleable: int SwitchCompat_switchTextAppearance +androidx.appcompat.R$layout: int abc_expanded_menu_layout +com.tencent.bugly.proguard.ap +androidx.hilt.work.R$styleable: int Fragment_android_id +okio.Buffer: okio.ByteString hmacSha1(okio.ByteString) +androidx.appcompat.widget.SwitchCompat: android.graphics.PorterDuff$Mode getThumbTintMode() +com.xw.repo.bubbleseekbar.R$attr: int actionMenuTextAppearance +com.amap.api.fence.GeoFenceClient: int GEOFENCE_IN +com.jaredrummler.android.colorpicker.R$attr: int positiveButtonText +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setFont(java.lang.String) +cyanogenmod.hardware.ICMHardwareService: boolean registerThermalListener(cyanogenmod.hardware.IThermalListenerCallback) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeTotalPrecipitation +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeThunderstormPrecipitationProbability() +wangdaye.com.geometricweather.R$attr: int dropdownListPreferredItemHeight +okhttp3.internal.http.CallServerInterceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) +com.github.rahatarmanahmed.cpv.CircularProgressView: float access$302(com.github.rahatarmanahmed.cpv.CircularProgressView,float) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionDropDownStyle +androidx.preference.R$color: int material_grey_600 +com.amap.api.location.AMapLocation: void setErrorInfo(java.lang.String) +androidx.constraintlayout.widget.R$attr: int editTextStyle +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: MfForecastV2Result$ForecastProperties$HourForecast() +com.google.android.material.R$dimen: int highlight_alpha_material_colored +com.google.android.material.R$attr: int materialCalendarHeaderDivider +com.turingtechnologies.materialscrollbar.R$attr: int passwordToggleEnabled +androidx.dynamicanimation.R$attr +com.jaredrummler.android.colorpicker.R$color: int bright_foreground_disabled_material_dark +okhttp3.internal.ws.RealWebSocket: void onReadMessage(okio.ByteString) +androidx.hilt.R$id: int visible_removing_fragment_view_tag +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 +android.didikee.donate.R$styleable: int Toolbar_buttonGravity +com.google.android.material.R$attr: int layout_constraintEnd_toEndOf +androidx.appcompat.R$attr: int ttcIndex +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorControlActivated +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textColorSearchUrl +wangdaye.com.geometricweather.R$id: int staticLayout +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: boolean hasKey(java.lang.Object) +androidx.core.R$id: int accessibility_custom_action_10 +com.google.android.material.R$attr: int autoSizeTextType +com.tencent.bugly.crashreport.crash.h5.a: long j +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver +io.reactivex.Observable: io.reactivex.Observable flatMapIterable(io.reactivex.functions.Function) +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +wangdaye.com.geometricweather.R$styleable: int CheckBoxPreference_android_summaryOn +james.adaptiveicon.R$layout: int abc_action_bar_title_item +com.google.android.material.R$attr: int boxBackgroundMode +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_DEFAULT_LED_ON_VALIDATOR +androidx.appcompat.R$styleable: int FontFamily_fontProviderQuery +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_firstVerticalBias +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String daytimeWeatherPhase +com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_max_progress +okhttp3.ResponseBody: void close() +com.turingtechnologies.materialscrollbar.R$attr: int behavior_skipCollapsed +com.google.android.material.R$drawable: int abc_ic_star_black_36dp +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_showAsAction okhttp3.FormBody: java.lang.String name(int) -com.google.android.material.R$attr: int actionBarTheme -wangdaye.com.geometricweather.R$attr: int layout_anchorGravity -androidx.customview.R$id: int icon -wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource: wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource CN -com.google.android.material.R$dimen: int mtrl_extended_fab_translation_z_base -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: ObservableBufferBoundary$BufferCloseObserver(io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver,long) -com.google.android.material.R$layout: int test_action_chip -wangdaye.com.geometricweather.R$styleable: int StateListDrawable_android_constantSize -androidx.viewpager.R$dimen: int compat_button_padding_vertical_material -okhttp3.Response$Builder: okhttp3.Response networkResponse -okhttp3.Dispatcher: int queuedCallsCount() -wangdaye.com.geometricweather.R$styleable: int ChipGroup_chipSpacingVertical -com.google.android.material.R$color: int notification_action_color_filter -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small -wangdaye.com.geometricweather.R$dimen: int material_clock_period_toggle_margin_left -androidx.swiperefreshlayout.R$id: int async -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_DrawerArrowToggle -io.reactivex.internal.disposables.DisposableHelper: void dispose() -james.adaptiveicon.R$string: int abc_activity_chooser_view_see_all -com.jaredrummler.android.colorpicker.R$attr: int spinnerDropDownItemStyle -androidx.hilt.R$dimen: int notification_big_circle_margin -androidx.activity.R$id: int notification_background -wangdaye.com.geometricweather.R$drawable: int weather_haze_2 androidx.core.R$style: int Widget_Compat_NotificationActionText -com.google.android.material.R$style: int Base_Theme_MaterialComponents -cyanogenmod.app.LiveLockScreenInfo: android.content.ComponentName component -james.adaptiveicon.R$styleable: int Toolbar_subtitleTextAppearance -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setWetBulbTemperature(java.lang.Integer) -androidx.preference.R$styleable: int Toolbar_logo -wangdaye.com.geometricweather.R$dimen: int cpv_item_horizontal_padding -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind -androidx.constraintlayout.widget.R$attr: int pathMotionArc -androidx.preference.R$attr: int titleTextColor -cyanogenmod.externalviews.ExternalViewProperties: android.view.View mView -cyanogenmod.themes.IThemeProcessingListener$Stub$Proxy -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: void dispose() -wangdaye.com.geometricweather.R$layout: int abc_action_menu_item_layout -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_CITY -cyanogenmod.weather.WeatherLocation$Builder: java.lang.String mCountry -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean getTemperature() -wangdaye.com.geometricweather.R$drawable: int notif_temp_99 -com.jaredrummler.android.colorpicker.R$id: int recycler_view -okhttp3.Cookie: java.util.regex.Pattern TIME_PATTERN -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: java.util.Date Date -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Display3 -com.google.android.material.textfield.TextInputLayout: void setHintTextColor(android.content.res.ColorStateList) -com.google.android.material.R$styleable: int Constraint_flow_firstHorizontalStyle -com.jaredrummler.android.colorpicker.R$layout: int preference_category -com.google.android.material.datepicker.DateValidatorPointBackward: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.Integer getCloudCover() -androidx.dynamicanimation.R$styleable -io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: void dispose() -androidx.hilt.work.R$drawable: int notification_tile_bg -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIndicatorFullWidth -wangdaye.com.geometricweather.R$layout: int design_text_input_end_icon -com.amap.api.location.UmidtokenInfo$a: UmidtokenInfo$a() -com.tencent.bugly.BuglyStrategy$a: java.util.Map onCrashHandleStart(int,java.lang.String,java.lang.String,java.lang.String) -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_dependency -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void setCancellable(io.reactivex.functions.Cancellable) -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionBar_Solid -androidx.lifecycle.ProcessLifecycleOwner: void activityResumed() -androidx.appcompat.R$styleable: int Toolbar_subtitle -com.amap.api.location.LocationManagerBase: void startAssistantLocation(android.webkit.WebView) -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void dispose() -wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status: wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status valueOf(java.lang.String) -io.reactivex.Observable: io.reactivex.Observable empty() -cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy: android.os.IBinder asBinder() -james.adaptiveicon.R$attr: int listLayout -wangdaye.com.geometricweather.R$attr: int strokeWidth -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast: java.util.concurrent.atomic.AtomicInteger wip -androidx.preference.PreferenceManager: void setOnNavigateToScreenListener(androidx.preference.PreferenceManager$OnNavigateToScreenListener) -io.reactivex.Observable: io.reactivex.Observable withLatestFrom(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function5) -com.google.android.material.R$style: int TextAppearance_AppCompat_Headline -androidx.appcompat.widget.Toolbar: void setCollapseContentDescription(int) -wangdaye.com.geometricweather.R$attr: int titleMargin -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.rx.RxDao rxDao -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar -io.reactivex.Observable: io.reactivex.Observable throttleLatest(long,java.util.concurrent.TimeUnit) -com.google.android.material.textview.MaterialTextView -androidx.appcompat.resources.R$styleable: int FontFamilyFont_android_ttcIndex -wangdaye.com.geometricweather.R$id: int design_bottom_sheet -androidx.appcompat.widget.ActionMenuPresenter$ActionButtonSubmenu -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: java.util.concurrent.Callable bufferSupplier -androidx.preference.R$attr: int navigationIcon -com.google.android.material.R$anim: int btn_radio_to_off_mtrl_ring_outer_animation -androidx.preference.R$dimen: int preference_dropdown_padding_start -androidx.appcompat.resources.R$styleable: int ColorStateListItem_android_alpha -androidx.legacy.coreutils.R$id: int notification_main_column -wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date sunSetDate -androidx.swiperefreshlayout.R$id: int action_divider -com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_barLength -com.google.android.material.timepicker.ChipTextInputComboView: void setOnClickListener(android.view.View$OnClickListener) -com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_shadow_height -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeSnowPrecipitationDuration -androidx.constraintlayout.widget.R$attr: int contentInsetStartWithNavigation -wangdaye.com.geometricweather.R$attr: int windowActionBar -wangdaye.com.geometricweather.R$styleable: int[] RangeSlider -androidx.constraintlayout.widget.R$styleable: int Constraint_android_scaleY -androidx.constraintlayout.widget.R$styleable: int ColorStateListItem_alpha -com.google.android.material.R$id: int alertTitle -com.google.android.material.R$id: int stretch -wangdaye.com.geometricweather.R$color: int mtrl_chip_text_color -retrofit2.KotlinExtensions$awaitResponse$2$2: kotlinx.coroutines.CancellableContinuation $continuation -androidx.constraintlayout.widget.R$color: int material_deep_teal_500 -com.google.android.material.R$attr: int ensureMinTouchTargetSize -com.google.android.material.R$attr: int tabPaddingBottom -androidx.appcompat.view.menu.ActionMenuItemView: ActionMenuItemView(android.content.Context,android.util.AttributeSet,int) -james.adaptiveicon.R$drawable: int abc_btn_check_material -androidx.fragment.R$style: int TextAppearance_Compat_Notification_Info -com.xw.repo.bubbleseekbar.R$attr: int autoSizePresetSizes -com.google.android.material.chip.Chip: void setTextAppearance(int) -james.adaptiveicon.R$dimen: int abc_text_size_subtitle_material_toolbar -androidx.constraintlayout.widget.R$styleable: int AlertDialog_listLayout -james.adaptiveicon.R$styleable: int AppCompatTheme_android_windowAnimationStyle -com.turingtechnologies.materialscrollbar.R$layout: int design_navigation_menu_item -androidx.lifecycle.ProcessLifecycleOwner: void dispatchPauseIfNeeded() -android.didikee.donate.R$styleable: int ViewStubCompat_android_inflatedId -com.google.android.material.R$styleable: int Toolbar_subtitle -androidx.appcompat.widget.Toolbar: void setTitleTextColor(int) -androidx.viewpager.R$drawable: int notification_bg_low_pressed -wangdaye.com.geometricweather.R$styleable: int GradientColor_android_centerY -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position -com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_windowAnimationStyle -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property Pm25 -androidx.appcompat.R$styleable: int AppCompatTheme_editTextColor -com.xw.repo.bubbleseekbar.R$styleable: int FontFamily_fontProviderFetchTimeout -retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: io.reactivex.Scheduler scheduler -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: void disposeAfter() -james.adaptiveicon.R$attr: int autoSizeTextType -androidx.appcompat.widget.AppCompatSpinner: androidx.appcompat.widget.AppCompatSpinner$SpinnerPopup getInternalPopup() -androidx.constraintlayout.utils.widget.ImageFilterButton: float getRoundPercent() -com.jaredrummler.android.colorpicker.R$attr: int maxWidth -wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_Dialog_Alert -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout: FitSystemBarAppBarLayout(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setTime(long) -org.greenrobot.greendao.AbstractDao: android.database.CursorWindow moveToNextUnlocked(android.database.Cursor) -wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.lang.String getLunar() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_spinnerStyle -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Medium -io.reactivex.Observable: java.lang.Object blockingLast() -androidx.appcompat.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated -okhttp3.internal.connection.RouteSelector -cyanogenmod.weather.WeatherInfo$DayForecast: WeatherInfo$DayForecast(android.os.Parcel,cyanogenmod.weather.WeatherInfo$1) -com.tencent.bugly.crashreport.common.info.a: void b(int) -com.turingtechnologies.materialscrollbar.R$id: int action_context_bar -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWindDegree(wangdaye.com.geometricweather.common.basic.models.weather.WindDegree) -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_begin -io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: long serialVersionUID -com.google.android.material.R$styleable: int KeyAttribute_android_transformPivotX -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setEnabled(boolean) -wangdaye.com.geometricweather.R$string: int about_page_indicator -com.google.android.material.button.MaterialButton: void setIconTint(android.content.res.ColorStateList) -com.google.android.material.R$id: int mini -wangdaye.com.geometricweather.R$animator: int linear_indeterminate_line1_head_interpolator -cyanogenmod.providers.DataUsageContract: java.lang.String DATAUSAGE_TABLE -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: MinutelyEntityDao(org.greenrobot.greendao.internal.DaoConfig) -james.adaptiveicon.R$styleable: int[] AppCompatImageView -androidx.work.R$id: int info -cyanogenmod.externalviews.ExternalView$2: int val$x -com.jaredrummler.android.colorpicker.R$style: int PreferenceFragmentList_Material -com.amap.api.location.AMapLocationClientOption: boolean isWifiActiveScan() -com.google.android.material.R$dimen: int abc_text_size_large_material -okhttp3.internal.platform.Jdk9Platform -com.google.android.material.R$id: int search_close_btn -okio.AsyncTimeout$1: java.lang.String toString() -androidx.appcompat.widget.SearchView: int getPreferredHeight() -androidx.preference.R$attr: int editTextStyle -com.jaredrummler.android.colorpicker.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 -androidx.hilt.work.R$styleable: int[] GradientColorItem -com.google.android.material.appbar.MaterialToolbar: void setElevation(float) -james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: java.lang.String color -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_placeholder_content -cyanogenmod.externalviews.ExternalView$2: int val$width -okhttp3.logging.LoggingEventListener: void requestHeadersStart(okhttp3.Call) -androidx.room.RoomDatabase$JournalMode: androidx.room.RoomDatabase$JournalMode TRUNCATE -james.adaptiveicon.R$styleable: int Toolbar_titleMarginEnd -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_curveFit -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_TabText -retrofit2.ParameterHandler$QueryName: ParameterHandler$QueryName(retrofit2.Converter,boolean) -com.xw.repo.bubbleseekbar.R$dimen: int abc_disabled_alpha_material_dark -cyanogenmod.app.CustomTile$ExpandedListItem: void setExpandedListItemDrawable(int) -cyanogenmod.app.CustomTile: boolean sensitiveData -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: long serialVersionUID -com.tencent.bugly.crashreport.inner.InnerApi: InnerApi() -androidx.loader.R$id: int blocking -james.adaptiveicon.R$bool: int abc_action_bar_embed_tabs -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setExtendMotionSpecResource(int) -com.turingtechnologies.materialscrollbar.R$attr: int chipIcon -com.google.android.material.internal.ParcelableSparseIntArray: android.os.Parcelable$Creator CREATOR -com.google.android.material.button.MaterialButton: int getCornerRadius() -android.didikee.donate.R$bool -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintLeft_toLeftOf -com.google.android.material.R$styleable: int AppCompatTheme_alertDialogTheme -wangdaye.com.geometricweather.R$styleable: int[] MenuItem -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_toLeftOf -io.reactivex.Observable: io.reactivex.Observable retry(io.reactivex.functions.Predicate) -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VectorDrawableDelegateState -wangdaye.com.geometricweather.R$dimen: int mtrl_progress_indicator_full_rounded_corner_radius -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Button +cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: android.os.IBinder mRemote +wangdaye.com.geometricweather.R$style: int Base_V7_Theme_AppCompat +com.google.android.material.R$dimen: int mtrl_badge_radius +io.reactivex.Observable: io.reactivex.Observable repeat() +androidx.appcompat.R$id: int search_close_btn +retrofit2.ParameterHandler$Header: void apply(retrofit2.RequestBuilder,java.lang.Object) +wangdaye.com.geometricweather.R$id: int shades_layout +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Object readEntity(android.database.Cursor,int) +com.turingtechnologies.materialscrollbar.R$attr: int liftOnScroll +okio.Pipe: okio.Sink sink +com.amap.api.location.AMapLocation: void setRoad(java.lang.String) +androidx.preference.R$dimen: int tooltip_y_offset_touch +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: int unitArrayIndex +androidx.constraintlayout.motion.widget.MotionLayout: void setDebugMode(int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Metric +androidx.vectordrawable.R$id: int accessibility_custom_action_2 +androidx.appcompat.widget.Toolbar: Toolbar(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense +cyanogenmod.hardware.CMHardwareManager: int FEATURE_ADAPTIVE_BACKLIGHT +androidx.hilt.lifecycle.R$id: int action_divider +wangdaye.com.geometricweather.R$styleable: int[] PreferenceImageView +androidx.preference.R$styleable: int Fragment_android_tag +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_CompoundButton_Switch +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange Past24HourRange +okhttp3.Headers$Builder: okhttp3.Headers$Builder addLenient(java.lang.String) +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String NAVBAR_BACKGROUND +com.google.android.material.R$styleable: int Constraint_layout_constraintCircleRadius +com.turingtechnologies.materialscrollbar.R$attr: int layout_collapseMode +android.didikee.donate.R$dimen: int abc_text_size_menu_material +androidx.appcompat.R$dimen: int abc_dialog_fixed_height_major +androidx.constraintlayout.widget.R$attr: int constraintSetStart +com.google.android.material.R$attr: int recyclerViewStyle +com.tencent.bugly.crashreport.crash.jni.b: java.lang.String a(java.lang.String,java.lang.String) +android.didikee.donate.R$styleable: int MenuView_subMenuArrow +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String sunSet +androidx.hilt.work.R$color: int notification_icon_bg_color +androidx.appcompat.R$id: int src_atop +androidx.core.widget.NestedScrollView: float getBottomFadingEdgeStrength() +wangdaye.com.geometricweather.R$attr: int materialTimePickerTheme +androidx.appcompat.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable +wangdaye.com.geometricweather.R$id: int guideline +cyanogenmod.os.Concierge +com.xw.repo.bubbleseekbar.R$id: int customPanel +com.google.android.material.R$id: int bottom +wangdaye.com.geometricweather.R$attr: int barLength +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text_Day +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode RAIN +com.turingtechnologies.materialscrollbar.R$style: int Platform_MaterialComponents_Dialog +okhttp3.HttpUrl$Builder: void removeAllCanonicalQueryParameters(java.lang.String) +com.xw.repo.bubbleseekbar.R$attr: int expandActivityOverflowButtonDrawable +androidx.activity.R$dimen: int notification_right_icon_size +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_actionViewClass +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Body1 +wangdaye.com.geometricweather.R$styleable: int Chip_android_ellipsize +okhttp3.internal.http2.Http2Writer: boolean closed +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_translationX +androidx.lifecycle.extensions.R$id: int tag_accessibility_actions wangdaye.com.geometricweather.R$styleable: int OnSwipe_limitBoundsTo -retrofit2.RequestBuilder: java.lang.String PATH_SEGMENT_ALWAYS_ENCODE_SET -androidx.swiperefreshlayout.R$id: int italic -androidx.viewpager2.R$style: int TextAppearance_Compat_Notification -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: java.lang.String zh_CN -com.google.android.material.bottomappbar.BottomAppBar: androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior getBehavior() -com.google.android.material.R$id: int top -androidx.vectordrawable.R$id: int accessibility_custom_action_30 -androidx.preference.R$style: int Widget_AppCompat_SearchView_ActionBar -com.google.android.material.R$attr: int behavior_peekHeight -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust: AccuDailyResult$DailyForecasts$Night$WindGust() -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner -androidx.lifecycle.DefaultLifecycleObserver -androidx.preference.R$string: int abc_menu_sym_shortcut_label -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime realtime -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintVertical_bias -org.greenrobot.greendao.AbstractDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) -wangdaye.com.geometricweather.R$attr: int backgroundTintMode -wangdaye.com.geometricweather.R$styleable: int SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor -wangdaye.com.geometricweather.R$id: int activity_widget_config_widgetContainer -wangdaye.com.geometricweather.R$drawable: int notification_bg_low -androidx.appcompat.R$styleable: int AppCompatTheme_tooltipForegroundColor -com.google.android.material.R$dimen: int mtrl_card_spacing -wangdaye.com.geometricweather.R$xml: int icon_provider_drawable_filter -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header -okhttp3.internal.Util: boolean verifyAsIpAddress(java.lang.String) -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView -cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_onStart_1 -james.adaptiveicon.R$styleable: int TextAppearance_android_textFontWeight -androidx.appcompat.R$attr: int buttonBarStyle -androidx.constraintlayout.utils.widget.ImageFilterButton: ImageFilterButton(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.R$attr: int placeholder_emptyVisibility -androidx.preference.R$style: int TextAppearance_AppCompat_Body1 -androidx.appcompat.view.menu.ListMenuItemView: ListMenuItemView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Imperial Imperial -com.turingtechnologies.materialscrollbar.R$anim: int abc_tooltip_exit -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken STRING -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: ObservableObserveOn$ObserveOnObserver(io.reactivex.Observer,io.reactivex.Scheduler$Worker,boolean,int) -wangdaye.com.geometricweather.R$string: int character_counter_overflowed_content_description -androidx.constraintlayout.widget.R$dimen: int abc_alert_dialog_button_bar_height -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_card -androidx.appcompat.R$attr: int textAppearanceLargePopupMenu -okhttp3.internal.http.RequestLine -okhttp3.OkHttpClient$1: okhttp3.internal.connection.RealConnection get(okhttp3.ConnectionPool,okhttp3.Address,okhttp3.internal.connection.StreamAllocation,okhttp3.Route) -com.google.android.material.behavior.HideBottomViewOnScrollBehavior: HideBottomViewOnScrollBehavior(android.content.Context,android.util.AttributeSet) -okhttp3.Cookie$Builder: okhttp3.Cookie$Builder domain(java.lang.String) -com.jaredrummler.android.colorpicker.ColorPickerView: int getPaddingBottom() -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: void onError(java.lang.Throwable) -com.tencent.bugly.proguard.j: java.nio.ByteBuffer a -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: java.lang.String IconPhrase -wangdaye.com.geometricweather.R$drawable: int weather_snow_2 -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_maxButtonHeight -androidx.work.R$id -io.reactivex.internal.operators.observable.ObservableReplay$SizeBoundReplayBuffer: int limit -androidx.loader.R$styleable: int ColorStateListItem_android_color -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_SearchResult_Title -okhttp3.EventListener: EventListener() +androidx.appcompat.widget.Toolbar: void setNavigationContentDescription(java.lang.CharSequence) +com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_android_font +androidx.appcompat.R$styleable: int AppCompatTextView_autoSizeTextType +com.google.android.material.R$dimen: int abc_action_bar_default_height_material +android.didikee.donate.R$style: int Theme_AppCompat_DayNight_NoActionBar +cyanogenmod.app.CustomTile: cyanogenmod.app.CustomTile clone() +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: long serialVersionUID +android.support.v4.app.INotificationSideChannel$Stub$Proxy: void cancelAll(java.lang.String) +androidx.drawerlayout.R$styleable: int GradientColor_android_endColor +androidx.preference.R$dimen: int abc_dropdownitem_icon_width +com.google.android.material.R$attr: int layout_constraintStart_toEndOf +com.google.android.material.R$styleable: int TabItem_android_text +androidx.hilt.R$id: int accessibility_custom_action_27 +retrofit2.ParameterHandler$QueryMap: void apply(retrofit2.RequestBuilder,java.util.Map) +androidx.activity.R$color: int ripple_material_light +com.jaredrummler.android.colorpicker.R$dimen: int notification_right_side_padding_top +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature: AccuCurrentResult$WetBulbTemperature() +com.google.android.material.R$attr: int layout_constrainedHeight +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice$AdviceContext: java.lang.String[] population +com.google.android.material.R$styleable: int SwitchCompat_switchTextAppearance +androidx.appcompat.R$styleable: int AppCompatTheme_actionBarItemBackground +com.jaredrummler.android.colorpicker.R$dimen: int abc_control_padding_material +io.reactivex.Observable: io.reactivex.Observable window(io.reactivex.ObservableSource,io.reactivex.functions.Function) +com.google.android.material.R$id: int ignoreRequest +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Metric: int UnitType +wangdaye.com.geometricweather.R$attr: int fabCradleMargin +wangdaye.com.geometricweather.R$string: int key_widget_text +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputEditText_FilledBox +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone +com.google.android.material.R$styleable: int StateListDrawableItem_android_drawable +io.reactivex.Observable: io.reactivex.Observable combineLatest(java.lang.Iterable,io.reactivex.functions.Function) +androidx.constraintlayout.widget.R$id: int action_bar_subtitle +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonStyleSmall +wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_light_default +com.xw.repo.bubbleseekbar.R$attr: int autoSizeStepGranularity +androidx.constraintlayout.widget.R$attr: int subtitleTextColor +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: java.lang.String feelslike_c +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder password(java.lang.String) +com.google.gson.stream.JsonReader: int PEEKED_TRUE +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_caption_material +wangdaye.com.geometricweather.R$id: int activity_about_toolbar +com.amap.api.fence.PoiItem: PoiItem() +wangdaye.com.geometricweather.R$color: int mtrl_calendar_selected_range +com.google.android.material.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_0 +com.google.android.material.R$anim: int btn_radio_to_off_mtrl_dot_group_animation +com.google.android.gms.base.R$drawable: int common_google_signin_btn_text_dark_normal_background +com.jaredrummler.android.colorpicker.R$style: int Base_V28_Theme_AppCompat_Light +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property Id +wangdaye.com.geometricweather.R$styleable: int Preference_layout +androidx.work.R$id: int tag_accessibility_actions +androidx.work.R$drawable: int notification_bg_low +com.google.android.material.R$string: int error_icon_content_description +retrofit2.Platform$Android$MainThreadExecutor: android.os.Handler handler +androidx.activity.R$id: int tag_accessibility_clickable_spans +com.turingtechnologies.materialscrollbar.R$id: int checkbox +okhttp3.internal.connection.StreamAllocation: okhttp3.Route route() +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments textAvalanche +okhttp3.internal.Internal: java.io.IOException timeoutExit(okhttp3.Call,java.io.IOException) +wangdaye.com.geometricweather.R$color: int mtrl_btn_text_color_disabled +androidx.lifecycle.SavedStateHandleController: androidx.lifecycle.SavedStateHandleController create(androidx.savedstate.SavedStateRegistry,androidx.lifecycle.Lifecycle,java.lang.String,android.os.Bundle) +com.google.android.material.R$id: int search_bar +androidx.viewpager.R$id: int icon +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_title +com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_drawableSize +androidx.lifecycle.ViewModelProvider$KeyedFactory: androidx.lifecycle.ViewModel create(java.lang.Class) +androidx.preference.R$styleable: int SwitchCompat_thumbTintMode +james.adaptiveicon.R$style: int Widget_AppCompat_ListView_Menu +androidx.fragment.R$attr: int fontProviderFetchStrategy +com.google.android.material.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog +wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar +cyanogenmod.platform.R$xml: R$xml() +com.google.android.material.R$color: int primary_text_default_material_dark +wangdaye.com.geometricweather.R$string: int precipitation_duration +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: void dispose() +wangdaye.com.geometricweather.R$id: int item_icon_provider_previewButton +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWeatherText(java.lang.String) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: int hasSeaBulletin +com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_padding_material +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored +wangdaye.com.geometricweather.R$styleable: int MaterialButton_backgroundTint +androidx.hilt.lifecycle.R$styleable: int GradientColor_android_type +androidx.preference.R$id: int accessibility_custom_action_9 +io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: long serialVersionUID +com.xw.repo.bubbleseekbar.R$bool: int abc_allow_stacked_button_bar +com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getHaloTintList() +androidx.core.R$dimen: int compat_button_padding_horizontal_material +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.functions.Function mapper +okhttp3.HttpUrl: java.lang.String PATH_SEGMENT_ENCODE_SET_URI +androidx.appcompat.R$styleable: int SearchView_searchIcon +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 +androidx.appcompat.app.WindowDecorActionBar: void addOnMenuVisibilityListener(androidx.appcompat.app.ActionBar$OnMenuVisibilityListener) +androidx.appcompat.widget.SearchView: int getPreferredWidth() +androidx.preference.R$id: int submenuarrow +com.google.android.material.R$anim: int btn_checkbox_to_checked_icon_null_animation +james.adaptiveicon.R$style: int Widget_AppCompat_TextView_SpinnerItem +android.didikee.donate.R$string: int abc_toolbar_collapse_description +androidx.preference.R$styleable: int[] PopupWindow +androidx.hilt.lifecycle.R$id: int notification_background +com.turingtechnologies.materialscrollbar.R$attr: int tint +okhttp3.Response$Builder: okhttp3.Response cacheResponse +androidx.constraintlayout.widget.R$drawable: int abc_btn_switch_to_on_mtrl_00001 +androidx.dynamicanimation.R$style +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationApi +com.google.android.material.textfield.TextInputLayout: com.google.android.material.textfield.EndIconDelegate getEndIconDelegate() +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable +com.tencent.bugly.crashreport.common.info.AppInfo: boolean f(android.content.Context) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeRainPrecipitationDuration() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionButtonStyle +io.reactivex.Observable: void subscribe(io.reactivex.Observer) +com.google.gson.internal.LinkedTreeMap: java.lang.Object get(java.lang.Object) +androidx.core.R$string +com.turingtechnologies.materialscrollbar.R$attr: int msb_barColor +androidx.appcompat.R$color: int abc_color_highlight_material +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder query(java.lang.String) +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat +com.google.android.material.R$color: int abc_decor_view_status_guard +androidx.appcompat.widget.ScrollingTabContainerView: void setContentHeight(int) +androidx.preference.SeekBarPreference$SavedState: android.os.Parcelable$Creator CREATOR +com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse +com.jaredrummler.android.colorpicker.R$string: int abc_capital_off +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_RatingBar_Indicator +com.amap.api.location.AMapLocationClientOption: void setDownloadCoordinateConvertLibrary(boolean) +com.xw.repo.bubbleseekbar.R$styleable: int ColorStateListItem_alpha +androidx.lifecycle.SavedStateViewModelFactory: androidx.lifecycle.ViewModel create(java.lang.Class) +com.google.android.material.card.MaterialCardView: void setRippleColorResource(int) +wangdaye.com.geometricweather.R$dimen: int tooltip_precise_anchor_threshold +androidx.vectordrawable.R$id: int actions +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) +androidx.customview.R$integer +retrofit2.Retrofit$Builder: java.util.List converterFactories +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_z +androidx.lifecycle.extensions.R$dimen: int compat_button_inset_horizontal_material +androidx.constraintlayout.widget.R$style: int Base_V22_Theme_AppCompat +com.google.android.material.tabs.TabLayout: void setOnTabSelectedListener(com.google.android.material.tabs.TabLayout$OnTabSelectedListener) +wangdaye.com.geometricweather.R$drawable: int mtrl_ic_arrow_drop_down +com.turingtechnologies.materialscrollbar.R$styleable: int[] AlertDialog +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: int mainTextColorResId +james.adaptiveicon.R$attr: int showText +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_menu_share_mtrl_alpha +okhttp3.RealCall: okhttp3.Call clone() +androidx.constraintlayout.widget.R$anim: int btn_checkbox_to_checked_icon_null_animation +com.google.android.material.textfield.TextInputLayout: void setCounterTextColor(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$id: int showHome +com.tencent.bugly.BuglyStrategy: boolean n +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: long produced +com.autonavi.aps.amapapi.model.AMapLocationServer: void a(boolean) +androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration +com.turingtechnologies.materialscrollbar.R$dimen: int item_touch_helper_swipe_escape_velocity +androidx.appcompat.R$attr: int contentInsetStart +androidx.constraintlayout.utils.widget.MockView: MockView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$drawable: int ic_flower +com.jaredrummler.android.colorpicker.R$styleable: int[] ActionMode +wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setWeatherSource(java.lang.String) +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_12 +com.turingtechnologies.materialscrollbar.R$attr: int passwordToggleTint +james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert +com.xw.repo.bubbleseekbar.R$dimen: int abc_switch_padding +android.didikee.donate.R$attr: int switchTextAppearance +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_set +com.jaredrummler.android.colorpicker.R$dimen: int disabled_alpha_material_dark +com.jaredrummler.android.colorpicker.R$style: int Preference_SeekBarPreference +cyanogenmod.themes.ThemeManager: android.os.Handler mHandler +cyanogenmod.hardware.CMHardwareManager: int FEATURE_SERIAL_NUMBER +androidx.constraintlayout.widget.R$drawable: int abc_list_divider_material +okhttp3.Address: javax.net.SocketFactory socketFactory +androidx.preference.R$attr: int multiChoiceItemLayout +com.google.android.material.R$attr: int progressBarPadding +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_width +com.turingtechnologies.materialscrollbar.R$attr: int tabBackground +androidx.preference.R$attr: int actionModeSelectAllDrawable +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: java.lang.String address +cyanogenmod.providers.CMSettings$Secure: java.lang.String ADB_PORT +wangdaye.com.geometricweather.R$styleable: int CardView_contentPadding +okhttp3.CipherSuite: CipherSuite(java.lang.String) +com.tencent.bugly.crashreport.common.strategy.a: java.lang.String e() +androidx.customview.R$styleable: int FontFamilyFont_fontStyle +com.google.android.material.textfield.TextInputLayout: void setBoxStrokeWidth(int) +wangdaye.com.geometricweather.R$id: int action_bar +cyanogenmod.themes.ThemeManager$1$1: cyanogenmod.themes.ThemeManager$1 this$1 +com.xw.repo.bubbleseekbar.R$drawable: int abc_switch_track_mtrl_alpha +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: int val$y +com.google.android.material.internal.CheckableImageButton$SavedState: android.os.Parcelable$Creator CREATOR +okhttp3.internal.http.RealInterceptorChain +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: long serialVersionUID +com.xw.repo.bubbleseekbar.R$id: int custom +com.xw.repo.bubbleseekbar.R$layout: int abc_action_bar_title_item +androidx.viewpager2.R$id: int forever +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: double lon +android.didikee.donate.R$styleable: int[] TextAppearance +com.google.android.gms.common.R$string: int common_google_play_services_unknown_issue +com.google.android.material.chip.Chip: void setChipCornerRadius(float) +com.google.android.material.R$dimen: int material_timepicker_dialog_buttons_margin_top +androidx.constraintlayout.widget.R$layout: int abc_tooltip +okhttp3.internal.http2.Huffman$Node: Huffman$Node() +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose w +android.didikee.donate.R$styleable: int[] LinearLayoutCompat_Layout +com.google.android.material.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_AES_128_CBC_SHA +cyanogenmod.app.PartnerInterface: java.lang.String MODIFY_NETWORK_SETTINGS_PERMISSION +androidx.drawerlayout.R$styleable: int FontFamilyFont_android_ttcIndex +com.amap.api.location.AMapLocation: java.lang.String f +androidx.preference.R$attr: int checkboxStyle +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property Daylight +androidx.lifecycle.ProcessLifecycleOwner: void init(android.content.Context) +com.google.android.material.R$style: int Base_Theme_AppCompat_Dialog_Alert +androidx.appcompat.R$style: int Base_Widget_AppCompat_EditText +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TabLayout +androidx.hilt.work.R$layout: int notification_template_icon_group +okhttp3.internal.ws.WebSocketProtocol: int B0_FLAG_RSV1 +androidx.appcompat.resources.R$id: int notification_main_column +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_SIGNAL_ICON +wangdaye.com.geometricweather.R$styleable: int MenuItem_numericModifiers +james.adaptiveicon.R$dimen: int abc_text_size_large_material +wangdaye.com.geometricweather.remoteviews.config.Hilt_HourlyTrendWidgetConfigActivity: Hilt_HourlyTrendWidgetConfigActivity() +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title +com.google.android.material.R$style: int Base_Theme_AppCompat_Dialog_FixedSize +androidx.constraintlayout.widget.R$attr: int touchRegionId +androidx.appcompat.R$dimen: int abc_button_padding_vertical_material +wangdaye.com.geometricweather.R$id: int dialog_running_in_background_o_setNotificationGroupBtn +io.reactivex.internal.util.VolatileSizeArrayList: java.util.List subList(int,int) +james.adaptiveicon.R$styleable: int DrawerArrowToggle_barLength +com.turingtechnologies.materialscrollbar.R$attr: int layoutManager +com.jaredrummler.android.colorpicker.R$styleable: int CompoundButton_buttonTintMode +android.didikee.donate.R$styleable: int AppCompatTheme_imageButtonStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: java.lang.String defenseText +com.amap.api.location.AMapLocation: int ERROR_CODE_UNKNOWN +io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: void onNext(java.lang.Object) +androidx.preference.R$attr: int spinnerStyle +com.google.android.material.R$styleable: int KeyPosition_percentX +android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_ActionBar +androidx.appcompat.R$style: int Base_DialogWindowTitleBackground_AppCompat +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleMarginTop +com.google.android.material.progressindicator.ProgressIndicator: android.graphics.drawable.Drawable getProgressDrawable() +android.didikee.donate.R$dimen: int abc_text_size_menu_header_material +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver +com.google.android.material.R$animator: int linear_indeterminate_line2_head_interpolator +wangdaye.com.geometricweather.R$string: int material_minute_selection +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_clear_material +com.google.gson.stream.JsonReader: long MIN_INCOMPLETE_INTEGER +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listMenuViewStyle +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_switchMinWidth +com.google.android.material.R$styleable: int[] RecyclerView +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX$InfoX info +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_95 +androidx.legacy.coreutils.R$drawable: int notification_bg_low +retrofit2.RequestFactory$Builder: java.util.regex.Pattern PARAM_URL_REGEX +com.google.android.material.timepicker.TimePickerView: void setOnDoubleTapListener(com.google.android.material.timepicker.TimePickerView$OnDoubleTapListener) +cyanogenmod.app.Profile: int getNotificationLightMode() +okhttp3.Authenticator$1: Authenticator$1() +com.amap.api.location.AMapLocation: java.lang.String getFloor() +androidx.constraintlayout.widget.R$styleable: int Constraint_android_transformPivotY +com.google.android.material.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle +retrofit2.DefaultCallAdapterFactory$1 +com.jaredrummler.android.colorpicker.NestedGridView: NestedGridView(android.content.Context) +androidx.appcompat.R$attr: int homeLayout +com.google.android.material.R$attr: int theme +james.adaptiveicon.R$layout: int abc_screen_simple_overlay_action_mode +androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityResumed(android.app.Activity) +androidx.recyclerview.R$styleable: int FontFamily_fontProviderFetchTimeout +androidx.lifecycle.ProcessLifecycleOwner: void activityPaused() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum Minimum +androidx.preference.R$styleable: int AppCompatTextView_fontFamily +com.jaredrummler.android.colorpicker.R$attr: int iconTint +wangdaye.com.geometricweather.R$drawable: int ic_drag +com.google.android.material.R$styleable: int[] MenuItem +okhttp3.internal.connection.RealConnection: java.util.List allocations +androidx.drawerlayout.R$style: int TextAppearance_Compat_Notification_Time +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_textAppearance +com.google.android.gms.base.R$string: int common_google_play_services_notification_ticker +androidx.preference.R$anim: int abc_popup_enter +james.adaptiveicon.R$styleable: int ActionBar_navigationMode +james.adaptiveicon.R$attr: int toolbarNavigationButtonStyle +wangdaye.com.geometricweather.R$color: int material_grey_100 +com.jaredrummler.android.colorpicker.R$layout: int abc_action_bar_up_container +wangdaye.com.geometricweather.R$layout: int preference_material +wangdaye.com.geometricweather.R$id: int notification_multi_city_3 +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Medium_Inverse +com.google.android.gms.base.R$id: int adjust_height +androidx.core.R$styleable: int[] GradientColorItem +cyanogenmod.weather.CMWeatherManager$RequestStatus: int FAILED +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature ApparentTemperature +com.google.gson.JsonParseException: JsonParseException(java.lang.Throwable) +wangdaye.com.geometricweather.R$xml: int icon_provider_sun_moon_filter wangdaye.com.geometricweather.R$styleable: int Motion_motionStagger -androidx.viewpager2.R$style: int TextAppearance_Compat_Notification_Info -james.adaptiveicon.R$drawable: int abc_seekbar_track_material -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_waveShape -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: io.reactivex.internal.disposables.SequentialDisposable upstream -androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_fontVariationSettings -androidx.appcompat.resources.R$dimen: int notification_content_margin_start -com.google.android.material.slider.Slider: int getHaloRadius() -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: io.reactivex.ObservableSource second -androidx.vectordrawable.animated.R$styleable: int ColorStateListItem_alpha -okhttp3.Challenge: java.util.Map authParams() -androidx.swiperefreshlayout.R$styleable: int GradientColor_android_tileMode -retrofit2.OptionalConverterFactory: retrofit2.Converter$Factory INSTANCE -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintLeft_creator -androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_drawableBottom -androidx.coordinatorlayout.R$styleable: int FontFamilyFont_android_fontVariationSettings -androidx.constraintlayout.widget.R$styleable: int MenuGroup_android_visible -com.google.android.material.chip.Chip: void setCloseIconResource(int) +com.jaredrummler.android.colorpicker.R$dimen: int abc_edit_text_inset_top_material +androidx.constraintlayout.helper.widget.Layer: Layer(android.content.Context,android.util.AttributeSet) +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: void testNativeCrash(boolean,boolean,boolean) +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder protocols(java.util.List) +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: boolean tryOnError(java.lang.Throwable) +androidx.preference.R$styleable: int MenuItem_actionLayout +wangdaye.com.geometricweather.R$attr: int region_widthLessThan +com.google.android.material.R$attr: int dragDirection +androidx.viewpager.widget.ViewPager: void setCurrentItem(int) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_toolbarStyle +okhttp3.internal.ws.RealWebSocket: boolean close(int,java.lang.String) +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_DialogWhenLarge +com.jaredrummler.android.colorpicker.ColorPickerView: ColorPickerView(android.content.Context) +androidx.preference.R$attr: int autoSizeTextType +androidx.constraintlayout.widget.R$string: int abc_activitychooserview_choose_application +com.google.gson.stream.JsonReader: int nextNonWhitespace(boolean) +retrofit2.Platform$Android +wangdaye.com.geometricweather.R$attr: int percentX +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setPrecipitationProbability(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean) +androidx.viewpager.R$drawable: int notification_tile_bg +com.turingtechnologies.materialscrollbar.R$attr: int checkedIconVisible +wangdaye.com.geometricweather.weather.apis.CaiYunApi +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: int Priority +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getTemperatureText(android.content.Context,int) +androidx.appcompat.widget.ActivityChooserView: ActivityChooserView(android.content.Context) +okhttp3.Cache$Entry: java.lang.String requestMethod +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void onError(java.lang.Throwable) +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintDimensionRatio +androidx.legacy.coreutils.R$integer: int status_bar_notification_info_maxnum +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_switchPadding +androidx.legacy.coreutils.R$style: R$style() +james.adaptiveicon.R$drawable: int notification_icon_background +io.reactivex.Observable: io.reactivex.Observable delaySubscription(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_contentInsetRight +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_EMPTY_RENEGOTIATION_INFO_SCSV +androidx.activity.R$string +com.jaredrummler.android.colorpicker.R$dimen: int notification_action_icon_size +okhttp3.internal.cache.DiskLruCache$Snapshot: long sequenceNumber +androidx.lifecycle.extensions.R$anim: int fragment_open_exit +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult: MfForecastResult() +wangdaye.com.geometricweather.R$dimen: int cardview_compat_inset_shadow +com.xw.repo.bubbleseekbar.R$id: int right +cyanogenmod.app.CustomTile$ExpandedStyle: int NO_STYLE +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum Maximum +androidx.preference.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu +com.google.android.material.R$color: int abc_background_cache_hint_selector_material_dark +com.amap.api.location.LocationManagerBase: void setLocationOption(com.amap.api.location.AMapLocationClientOption) +androidx.work.R$attr: int fontProviderFetchTimeout +com.turingtechnologies.materialscrollbar.R$attr: int actionModeSelectAllDrawable +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_4_00 +androidx.preference.R$anim: int btn_radio_to_on_mtrl_ring_outer_animation +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_maxHeight +androidx.work.WorkInfo$State: boolean isFinished() +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedEmitLast: long serialVersionUID +androidx.viewpager2.R$id: int accessibility_custom_action_7 +io.reactivex.internal.util.ArrayListSupplier: io.reactivex.internal.util.ArrayListSupplier[] values() +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer realFeelTemperature +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: int unitArrayIndex +wangdaye.com.geometricweather.R$transition: int search_activity_shared_return +wangdaye.com.geometricweather.R$styleable: int InkPageIndicator_pageIndicatorColor +james.adaptiveicon.R$id: int custom +wangdaye.com.geometricweather.R$attr: int maxButtonHeight +cyanogenmod.app.Profile: void addSecondaryUuid(java.util.UUID) +androidx.lifecycle.ReportFragment: void onDestroy() +androidx.constraintlayout.widget.R$styleable: int PopupWindow_android_popupAnimationStyle +com.google.android.material.chip.Chip: float getCloseIconSize() +com.google.android.material.textview.MaterialTextView: MaterialTextView(android.content.Context,android.util.AttributeSet,int) +james.adaptiveicon.R$styleable: int Toolbar_title +cyanogenmod.app.StatusBarPanelCustomTile: int getId() +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: void onSubscribe(io.reactivex.disposables.Disposable) +io.reactivex.internal.operators.observable.ObserverResourceWrapper: ObserverResourceWrapper(io.reactivex.Observer) +cyanogenmod.app.StatusBarPanelCustomTile$1: java.lang.Object[] newArray(int) +okhttp3.internal.http.HttpDate$1: HttpDate$1() +androidx.vectordrawable.R$id: int accessibility_custom_action_19 +james.adaptiveicon.R$styleable: int SearchView_iconifiedByDefault +wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_moonText +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: int getStatus() +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_thumbTint +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_61 +androidx.appcompat.R$styleable: int AppCompatTheme_actionModePopupWindowStyle +okhttp3.internal.http1.Http1Codec: int STATE_WRITING_REQUEST_BODY +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small +wangdaye.com.geometricweather.R$color: int material_slider_halo_color +wangdaye.com.geometricweather.R$xml: int icon_provider_drawable_filter +androidx.lifecycle.ViewModelStoreOwner: androidx.lifecycle.ViewModelStore getViewModelStore() +com.github.rahatarmanahmed.cpv.CircularProgressView: float INDETERMINANT_MIN_SWEEP +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: void setNotice(java.lang.String) +com.xw.repo.bubbleseekbar.R$dimen: int notification_small_icon_size_as_large +androidx.appcompat.widget.AppCompatTextView: void setSupportBackgroundTintList(android.content.res.ColorStateList) +com.google.gson.FieldNamingPolicy$6: FieldNamingPolicy$6(java.lang.String,int) +androidx.coordinatorlayout.widget.CoordinatorLayout: CoordinatorLayout(android.content.Context,android.util.AttributeSet) +androidx.appcompat.widget.AppCompatTextView: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) +cyanogenmod.providers.CMSettings$Secure: java.lang.String QS_TILES +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: IKeyguardExternalViewProvider$Stub() +com.google.android.material.chip.ChipGroup: void setOnCheckedChangeListener(com.google.android.material.chip.ChipGroup$OnCheckedChangeListener) +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_light +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void boundaryError(io.reactivex.disposables.Disposable,java.lang.Throwable) +wangdaye.com.geometricweather.R$array: int weather_source_values +com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_android_orientation +okio.Buffer: okio.BufferedSink writeByte(int) +com.amap.api.location.AMapLocationQualityReport: com.amap.api.location.AMapLocationQualityReport clone() +androidx.coordinatorlayout.R$id: int accessibility_custom_action_4 +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse +android.didikee.donate.R$style: int Theme_AppCompat_Light_Dialog_Alert +androidx.appcompat.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable +wangdaye.com.geometricweather.R$color: int abc_search_url_text_normal +okhttp3.internal.ws.RealWebSocket$Streams: okio.BufferedSource source +androidx.preference.R$styleable: int Toolbar_titleTextAppearance +androidx.core.widget.NestedScrollView: float getTopFadingEdgeStrength() +androidx.cardview.R$styleable: int CardView_contentPaddingLeft +androidx.constraintlayout.widget.R$styleable: int KeyPosition_percentWidth +okhttp3.internal.connection.RouteSelector: okhttp3.Call call +io.reactivex.internal.disposables.EmptyDisposable: void dispose() +cyanogenmod.app.PartnerInterface: cyanogenmod.app.IPartnerInterface getService() +com.bumptech.glide.R$id: int blocking +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorAccent +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: MinutelyEntityDao$Properties() +cyanogenmod.profiles.AirplaneModeSettings$1: java.lang.Object createFromParcel(android.os.Parcel) +com.jaredrummler.android.colorpicker.R$id: int info +androidx.appcompat.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void onError(java.lang.Throwable) +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionButton +android.didikee.donate.R$styleable: int TextAppearance_android_fontFamily +androidx.appcompat.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle +com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents_Light +okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean sameConnection(okhttp3.Response,okhttp3.HttpUrl) +wangdaye.com.geometricweather.R$string: int edit +com.bumptech.glide.load.engine.GlideException: GlideException(java.lang.String,java.util.List) +okio.RealBufferedSource: int read(byte[]) +androidx.constraintlayout.widget.R$dimen: int abc_dialog_padding_top_material +androidx.lifecycle.ServiceLifecycleDispatcher +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamily_fontProviderFetchTimeout +cyanogenmod.app.IProfileManager$Stub$Proxy: boolean profileExistsByName(java.lang.String) +okhttp3.internal.Util: java.util.Comparator NATURAL_ORDER +com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_fixed_width_major +androidx.lifecycle.extensions.R$string: R$string() +androidx.dynamicanimation.R$attr: int fontProviderFetchStrategy +james.adaptiveicon.R$id: int search_src_text +wangdaye.com.geometricweather.R$drawable: int shortcuts_hail +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder addNetworkInterceptor(okhttp3.Interceptor) +wangdaye.com.geometricweather.R$dimen: int mtrl_exposed_dropdown_menu_popup_vertical_offset +okhttp3.Response: okhttp3.Response cacheResponse() +androidx.transition.R$styleable: int FontFamilyFont_fontWeight +com.xw.repo.bubbleseekbar.R$styleable: int[] LinearLayoutCompat +androidx.preference.R$dimen: int tooltip_vertical_padding +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_menu_cut_mtrl_alpha +androidx.appcompat.resources.R$id: int tag_accessibility_pane_title +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeDegreeDayTemperature() +james.adaptiveicon.R$styleable: int[] ListPopupWindow +com.turingtechnologies.materialscrollbar.R$layout: int abc_alert_dialog_title_material +androidx.recyclerview.R$styleable: int GradientColor_android_centerY +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHorizontal_weight +wangdaye.com.geometricweather.R$drawable: int material_ic_clear_black_24dp com.loc.k: java.lang.String b -com.amap.api.fence.PoiItem: android.os.Parcelable$Creator getCreator() -androidx.constraintlayout.widget.R$string: int abc_searchview_description_query -retrofit2.DefaultCallAdapterFactory$1: java.lang.Object adapt(retrofit2.Call) -com.turingtechnologies.materialscrollbar.R$drawable: int notification_template_icon_low_bg -androidx.fragment.app.FragmentManagerState -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_stacked_tab_max_width -com.turingtechnologies.materialscrollbar.R$attr: int contentInsetStartWithNavigation -wangdaye.com.geometricweather.R$drawable: int notif_temp_63 -com.jaredrummler.android.colorpicker.R$color: int bright_foreground_disabled_material_light -com.google.android.gms.common.api.AvailabilityException -okhttp3.Request: okhttp3.HttpUrl url -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: AccuDailyResult$DailyForecasts$Day() -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored -okhttp3.CipherSuite: java.util.Comparator ORDER_BY_NAME -wangdaye.com.geometricweather.R$drawable: int notif_temp_56 -wangdaye.com.geometricweather.R$id: int submit_area -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_UnelevatedButton_Icon -com.tencent.bugly.crashreport.common.info.a: java.lang.String ab -wangdaye.com.geometricweather.R$id: int notification_big_week_5 -wangdaye.com.geometricweather.R$attr: int textAppearanceSubtitle1 -androidx.preference.R$styleable: int RecycleListView_paddingBottomNoButtons -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getLongTemperatureText(android.content.Context,int) -androidx.constraintlayout.widget.R$dimen: int abc_dialog_padding_material -wangdaye.com.geometricweather.R$styleable: int Constraint_android_orientation -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxStrokeColor -com.google.android.material.appbar.ViewOffsetBehavior: ViewOffsetBehavior() -com.turingtechnologies.materialscrollbar.R$color: int material_grey_300 -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: io.reactivex.internal.operators.observable.ObservableReplay$Node tail -com.tencent.bugly.crashreport.crash.a: java.lang.String c -androidx.appcompat.R$style: int Widget_AppCompat_Button_Borderless_Colored -com.amap.api.location.AMapLocation: AMapLocation(java.lang.String) -androidx.constraintlayout.utils.widget.ImageFilterButton: void setRound(float) -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: void setSelectedPage(int) -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Dialog_Alert -retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback -com.turingtechnologies.materialscrollbar.R$attr: int overlapAnchor -com.google.android.material.R$style: int Widget_AppCompat_Light_AutoCompleteTextView -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: void setStatus(int) -androidx.legacy.coreutils.R$dimen: int notification_subtext_size -com.tencent.bugly.crashreport.crash.anr.TraceFileHelper$a: long c -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility -com.tencent.bugly.crashreport.crash.c: void a(boolean,boolean,boolean) -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: boolean done -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX getNames() -cyanogenmod.hardware.ICMHardwareService: int getSupportedFeatures() -androidx.transition.R$styleable: int GradientColor_android_endX -androidx.preference.R$style: int Base_V21_Theme_AppCompat -com.bumptech.glide.R$styleable: int GradientColor_android_startColor -okio.Buffer: okio.ByteString md5() -com.google.android.material.textview.MaterialTextView: MaterialTextView(android.content.Context) -okhttp3.HttpUrl: java.net.URI uri() -wangdaye.com.geometricweather.R$string: int chip_text -com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_startAngle -okhttp3.internal.ws.WebSocketReader: long frameLength -com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_ScrimInsetsFrameLayout -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintGuide_begin -com.google.gson.internal.LazilyParsedNumber: LazilyParsedNumber(java.lang.String) -wangdaye.com.geometricweather.db.entities.WeatherEntity: void resetAlertEntityList() -org.greenrobot.greendao.AbstractDao: void insertInTx(java.lang.Iterable,boolean) -james.adaptiveicon.R$style: int Base_Widget_AppCompat_SearchView_ActionBar -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_titleEnabled -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_waveDecay -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionButton_Overflow -androidx.appcompat.R$attr: int paddingBottomNoButtons -androidx.preference.R$dimen: int abc_panel_menu_list_width -com.google.android.material.R$dimen: int mtrl_calendar_selection_text_baseline_to_bottom_fullscreen -com.bumptech.glide.load.EncodeStrategy: com.bumptech.glide.load.EncodeStrategy SOURCE -com.amap.api.location.CoordUtil -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: void setLiveLockScreenEnabled(boolean) -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeTotalPrecipitation(java.lang.Float) -okhttp3.ResponseBody$1: okhttp3.MediaType contentType() -io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.BiFunction,boolean,int) -android.didikee.donate.R$id: int textSpacerNoButtons -com.xw.repo.bubbleseekbar.R$color: int material_grey_800 -androidx.constraintlayout.widget.R$id: int spread_inside -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult: java.util.List history -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title -wangdaye.com.geometricweather.R$dimen: int spinner_drop_width -okio.BufferedSource: java.lang.String readUtf8LineStrict() -wangdaye.com.geometricweather.R$id -okhttp3.Headers -androidx.recyclerview.widget.LinearLayoutManager$SavedState -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float thunderstormPrecipitationProbability -wangdaye.com.geometricweather.R$id: int stretch -androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type[] values() -android.didikee.donate.R$styleable: int SearchView_iconifiedByDefault -io.reactivex.internal.util.VolatileSizeArrayList: VolatileSizeArrayList(int) -okhttp3.internal.ws.RealWebSocket: java.util.Random random -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableTintMode -james.adaptiveicon.R$drawable: int abc_ic_go_search_api_material -wangdaye.com.geometricweather.db.entities.MinutelyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() -james.adaptiveicon.R$style: int Widget_AppCompat_RatingBar_Indicator -retrofit2.SkipCallbackExecutorImpl: java.lang.String toString() -com.google.android.material.R$styleable: int ConstraintSet_android_layout_marginRight -wangdaye.com.geometricweather.R$drawable: int weather_rain_1 -com.amap.api.location.AMapLocationQualityReport: long getNetUseTime() -androidx.appcompat.R$attr: int navigationIcon -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionBar -okhttp3.internal.ws.RealWebSocket: void initReaderAndWriter(java.lang.String,okhttp3.internal.ws.RealWebSocket$Streams) -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow -com.turingtechnologies.materialscrollbar.R$dimen: int notification_large_icon_width -io.reactivex.Observable: io.reactivex.Observable mergeDelayError(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource) -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: io.reactivex.FlowableEmitter serialize() -androidx.constraintlayout.widget.R$attr: int customColorValue -wangdaye.com.geometricweather.R$id: int dialog_location_help_locationIcon -james.adaptiveicon.R$styleable: int SearchView_android_maxWidth -com.google.android.material.bottomnavigation.BottomNavigationView: int getMaxItemCount() -okhttp3.Cookie: okhttp3.Cookie parse(long,okhttp3.HttpUrl,java.lang.String) -okio.Options: okio.ByteString get(int) -com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: long serialVersionUID -io.reactivex.internal.subscriptions.BasicIntQueueSubscription: int requestFusion(int) -wangdaye.com.geometricweather.R$drawable: int notif_temp_35 -androidx.work.WorkInfo$State: androidx.work.WorkInfo$State valueOf(java.lang.String) -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: boolean isDisposed() -wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property CityId -com.google.android.material.R$id: int autoCompleteToStart -cyanogenmod.app.Profile$ProfileTrigger: android.os.Parcelable$Creator CREATOR -androidx.activity.R$id: int accessibility_custom_action_8 -androidx.preference.R$drawable: int tooltip_frame_light -wangdaye.com.geometricweather.R$styleable: int MaterialCardView_checkedIconSize -androidx.coordinatorlayout.R$id: int async -io.reactivex.internal.util.EmptyComponent: io.reactivex.Observer asObserver() -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHeight_max -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: java.lang.String Link -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_NoActionBar -com.xw.repo.bubbleseekbar.R$attr: int borderlessButtonStyle -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_visible -com.google.android.material.floatingactionbutton.FloatingActionButton: void setElevation(float) -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_android_hint -com.google.android.material.R$dimen: int mtrl_progress_indicator_full_rounded_corner_radius -cyanogenmod.providers.CMSettings$Secure: java.lang.String CM_SETUP_WIZARD_COMPLETED -android.didikee.donate.R$style: int Base_Theme_AppCompat_Dialog_Alert -com.google.android.material.R$drawable: int abc_list_focused_holo -okhttp3.CertificatePinner: void check(java.lang.String,java.util.List) -android.didikee.donate.R$drawable: int abc_btn_radio_material -androidx.constraintlayout.widget.R$styleable: int KeyTrigger_onNegativeCross -com.google.android.material.R$id: int wrap_content -wangdaye.com.geometricweather.db.entities.AlertEntity: java.util.Date date -okio.RealBufferedSink: okio.Timeout timeout() -androidx.preference.R$styleable: int AppCompatTheme_colorControlHighlight -com.tencent.bugly.proguard.j: void a(int) -androidx.appcompat.R$id: int action_bar_root -com.google.android.material.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity -androidx.lifecycle.extensions.R$styleable: int GradientColor_android_startX -com.google.android.material.R$string: int path_password_eye_mask_strike_through -com.google.android.material.R$attr: int mock_label -io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: io.reactivex.SingleSource other -com.turingtechnologies.materialscrollbar.R$attr: int boxCornerRadiusBottomStart -com.xw.repo.bubbleseekbar.R$id: int radio -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_statusBarForeground -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol j -com.turingtechnologies.materialscrollbar.R$color: int primary_text_default_material_dark -androidx.preference.R$styleable: int Spinner_popupTheme -androidx.appcompat.widget.Toolbar: void setLogoDescription(java.lang.CharSequence) -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemMaxLines -androidx.appcompat.view.menu.ListMenuItemView: androidx.appcompat.view.menu.MenuItemImpl getItemData() -okio.HashingSource: okio.ByteString hash() -okio.ForwardingSink: okio.Sink delegate -io.reactivex.Observable: io.reactivex.Observable fromFuture(java.util.concurrent.Future,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int pm25 -androidx.viewpager2.R$attr: int reverseLayout -wangdaye.com.geometricweather.R$drawable: int abc_control_background_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: void setAqi(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX) -androidx.hilt.work.R$id: int action_divider -androidx.constraintlayout.widget.R$id: int autoCompleteToStart -androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_Dark +com.google.android.material.R$attr: int startIconContentDescription +okio.Buffer: void readFrom(java.io.InputStream,long,boolean) +wangdaye.com.geometricweather.R$dimen: int mtrl_high_ripple_default_alpha +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_horizontalAlign +james.adaptiveicon.R$id: int action_bar +androidx.recyclerview.R$id: int actions +androidx.appcompat.R$attr: int textAppearanceListItemSmall +androidx.preference.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset +wangdaye.com.geometricweather.R$id: int controller +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableBottomCompat +wangdaye.com.geometricweather.R$drawable: int notif_temp_38 +androidx.lifecycle.ReportFragment +com.google.android.material.textfield.TextInputLayout: void setStartIconVisible(boolean) +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_passwordToggleEnabled +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: boolean isDisposed() +androidx.constraintlayout.widget.R$styleable: int Layout_layout_goneMarginTop +androidx.appcompat.R$styleable: int ActionBar_itemPadding +com.google.android.material.R$styleable: int MaterialTextView_lineHeight +androidx.viewpager2.R$color: int notification_action_color_filter +james.adaptiveicon.AdaptiveIconView: void setPath(java.lang.String) +androidx.viewpager2.R$id: int accessibility_custom_action_19 +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.WeatherEntity) +james.adaptiveicon.R$styleable: int MenuItem_android_visible +androidx.swiperefreshlayout.R$dimen: int compat_button_inset_horizontal_material +com.google.android.material.R$style: int Base_Widget_AppCompat_ActionBar_TabText +james.adaptiveicon.R$style: int Widget_AppCompat_Light_PopupMenu +okio.DeflaterSink: void write(okio.Buffer,long) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: void setTo(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textColorAlertDialogListItem +com.google.android.material.R$styleable: int ChipGroup_chipSpacingVertical +wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_switchTextOff +cyanogenmod.externalviews.ExternalView$8: void run() +com.bumptech.glide.load.DecodeFormat: com.bumptech.glide.load.DecodeFormat[] values() +okio.AsyncTimeout$1: void write(okio.Buffer,long) +androidx.lifecycle.Transformations: Transformations() +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: java.lang.String getSourceId() +james.adaptiveicon.R$styleable: int View_android_focusable +androidx.appcompat.widget.AbsActionBarView: void setVisibility(int) +androidx.appcompat.R$string: int abc_search_hint +cyanogenmod.app.Profile$ProfileTrigger: int mType +com.tencent.bugly.proguard.r: long a +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX +androidx.constraintlayout.widget.R$styleable: int Transition_transitionDisable +wangdaye.com.geometricweather.R$string: int sp_widget_day_week_setting +androidx.work.R$color: int notification_action_color_filter +com.google.android.material.R$styleable: int ConstraintSet_layout_editor_absoluteY +androidx.constraintlayout.widget.R$style: int Platform_V25_AppCompat_Light +okhttp3.internal.platform.Platform: int INFO +com.amap.api.location.AMapLocationQualityReport: void setWifiAble(boolean) +okio.Okio: okio.Source source(java.io.File) +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_goneMarginLeft +android.didikee.donate.R$styleable: int AppCompatTheme_android_windowIsFloating +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric: AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric() +androidx.swiperefreshlayout.R$id: int tag_accessibility_actions +androidx.lifecycle.ViewModelProvider: ViewModelProvider(androidx.lifecycle.ViewModelStoreOwner,androidx.lifecycle.ViewModelProvider$Factory) +com.turingtechnologies.materialscrollbar.Indicator +james.adaptiveicon.R$styleable: int TextAppearance_android_shadowDy +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeSnowPrecipitationProbability() +androidx.drawerlayout.R$attr: int fontProviderPackage +retrofit2.Retrofit: java.util.List converterFactories +okhttp3.internal.cache.DiskLruCache$2: DiskLruCache$2(okhttp3.internal.cache.DiskLruCache,okio.Sink) +androidx.preference.R$attr: int defaultQueryHint +com.jaredrummler.android.colorpicker.R$layout: int notification_template_icon_group +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_DialogWhenLarge +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Weather: java.lang.String desc +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: int WeatherIcon +cyanogenmod.app.ThemeComponent: ThemeComponent(java.lang.String,int,int) +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_firstVerticalBias +androidx.drawerlayout.R$drawable +james.adaptiveicon.R$anim: int abc_slide_out_bottom +okhttp3.internal.tls.BasicCertificateChainCleaner: okhttp3.internal.tls.TrustRootIndex trustRootIndex +com.tencent.bugly.crashreport.common.info.a: java.util.Map v() +androidx.appcompat.R$styleable: int ActionBar_backgroundSplit +androidx.constraintlayout.widget.R$attr: int editTextBackground +okhttp3.ConnectionPool: java.net.Socket deduplicate(okhttp3.Address,okhttp3.internal.connection.StreamAllocation) +james.adaptiveicon.R$styleable: int TextAppearance_android_textStyle +wangdaye.com.geometricweather.R$id: int material_hour_tv +androidx.preference.R$layout: int custom_dialog +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void drain() +io.reactivex.internal.operators.observable.ObservableReplay$Node: ObservableReplay$Node(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$attr: int tabTextColor +androidx.preference.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha +androidx.constraintlayout.widget.R$id: int forever +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getRealFeelTemperature(android.content.Context,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualObserver[] observers +io.reactivex.internal.observers.BasicIntQueueDisposable: int requestFusion(int) +wangdaye.com.geometricweather.R$dimen: int abc_action_bar_stacked_max_height +okio.GzipSource: void close() +androidx.appcompat.R$attr: int textColorAlertDialogListItem +com.jaredrummler.android.colorpicker.R$attr: int colorSwitchThumbNormal +okio.RealBufferedSource: void readFully(byte[]) +com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_fabAnimationMode +okhttp3.CacheControl$Builder: boolean onlyIfCached +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: long serialVersionUID androidx.constraintlayout.widget.R$styleable: int Constraint_android_id -com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String g -com.google.android.material.R$attr: int switchStyle -androidx.constraintlayout.widget.R$id: int path -com.google.android.material.datepicker.MaterialDatePicker -androidx.preference.R$drawable: int abc_cab_background_top_material +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: void setUserOpened(boolean) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_33 +androidx.appcompat.R$styleable: int Toolbar_popupTheme +androidx.constraintlayout.widget.R$styleable: int Layout_android_orientation +wangdaye.com.geometricweather.R$id: int notification_big_week_3 +com.amap.api.location.AMapLocation: int GPS_ACCURACY_BAD +io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: void onComplete() +james.adaptiveicon.R$styleable: int MenuItem_android_title +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_transformPivotX +okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RealConnection findConnection(int,int,int,int,boolean) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_124 +wangdaye.com.geometricweather.R$styleable: int ActionMode_backgroundSplit +wangdaye.com.geometricweather.R$attr: int materialCalendarYearNavigationButton +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: cyanogenmod.externalviews.IKeyguardExternalViewProvider asInterface(android.os.IBinder) +com.google.android.material.R$id: int search_badge +com.google.android.material.R$dimen: int mtrl_tooltip_padding +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: void onNext(java.lang.Object) +okhttp3.internal.cache.DiskLruCache$Snapshot: java.lang.String key() +james.adaptiveicon.R$styleable: int ActionBar_contentInsetStartWithNavigation +com.google.android.material.R$styleable: int BottomAppBar_fabCradleVerticalOffset +com.google.android.material.R$style: int Widget_AppCompat_ActivityChooserView +wangdaye.com.geometricweather.R$dimen: int abc_action_bar_elevation_material +android.didikee.donate.R$color: int abc_hint_foreground_material_dark +androidx.appcompat.R$id: int on +androidx.vectordrawable.animated.R$id: int action_divider +androidx.dynamicanimation.R$styleable: int GradientColor_android_endX +cyanogenmod.profiles.LockSettings: void processOverride(android.content.Context,com.android.internal.policy.IKeyguardService) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatImageView_srcCompat +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Spinner +wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoldLevel(java.lang.Integer) +androidx.constraintlayout.widget.Barrier: Barrier(android.content.Context,android.util.AttributeSet,int) +com.tencent.bugly.crashreport.crash.c: int e +androidx.appcompat.R$styleable: int PopupWindowBackgroundState_state_above_anchor +okhttp3.internal.tls.BasicTrustRootIndex: BasicTrustRootIndex(java.security.cert.X509Certificate[]) +com.google.android.material.R$styleable: int MaterialButton_backgroundTint +androidx.appcompat.R$style: int Base_V26_Theme_AppCompat_Light +okio.SegmentedByteString: int lastIndexOf(byte[],int) +okhttp3.internal.cache.CacheStrategy: CacheStrategy(okhttp3.Request,okhttp3.Response) +cyanogenmod.weather.WeatherInfo$DayForecast: int hashCode() +com.bumptech.glide.R$drawable: int notification_bg +com.jaredrummler.android.colorpicker.R$layout: int preference_dialog_edittext +androidx.core.R$id: int accessibility_custom_action_19 +com.jaredrummler.android.colorpicker.R$attr: int preferenceFragmentCompatStyle +androidx.constraintlayout.motion.widget.MotionLayout$TransitionState: androidx.constraintlayout.motion.widget.MotionLayout$TransitionState UNDEFINED +androidx.constraintlayout.widget.R$id: int search_src_text +androidx.constraintlayout.widget.R$attr: int altSrc +androidx.appcompat.resources.R$styleable: int FontFamilyFont_fontVariationSettings +wangdaye.com.geometricweather.R$drawable: int abc_btn_radio_to_on_mtrl_015 +android.didikee.donate.R$attr: int actionModeStyle +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void innerComplete() +com.google.android.material.R$layout: int material_clockface_view +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Button +com.github.rahatarmanahmed.cpv.R$color: int cpv_default_color +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_contentScrim +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_second_track_size +androidx.constraintlayout.widget.R$attr: int maxButtonHeight +androidx.constraintlayout.widget.R$styleable: int OnClick_targetId +retrofit2.OkHttpCall: java.lang.Object[] args +io.reactivex.Observable: io.reactivex.Completable concatMapCompletableDelayError(io.reactivex.functions.Function,boolean) +com.google.android.material.R$style: int Base_Widget_AppCompat_ListMenuView +io.reactivex.internal.observers.BlockingObserver +james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_drawableLeft +androidx.lifecycle.extensions.R$dimen: int compat_control_corner_material +james.adaptiveicon.R$attr: int expandActivityOverflowButtonDrawable +com.google.android.material.R$attr: int touchRegionId +wangdaye.com.geometricweather.R$styleable: int KeyCycle_transitionPathRotate +androidx.customview.R$id: int action_text +com.tencent.bugly.proguard.y: java.lang.Object o +okhttp3.internal.http.StatusLine: int HTTP_CONTINUE +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Large_Inverse +com.tencent.bugly.crashreport.crash.jni.NativeExceptionHandler: void handleNativeException2(int,int,long,long,java.lang.String,java.lang.String,java.lang.String,java.lang.String,int,java.lang.String,int,int,int,java.lang.String,java.lang.String,java.lang.String[]) +androidx.preference.R$attr: int navigationIcon +com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_min_width_major +com.turingtechnologies.materialscrollbar.R$layout: int abc_list_menu_item_checkbox +android.didikee.donate.R$attr: int windowActionBar +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceListItem +okhttp3.internal.http.HttpHeaders: boolean hasBody(okhttp3.Response) +com.tencent.bugly.proguard.ak: java.lang.String c +dagger.hilt.android.internal.managers.ActivityRetainedComponentManager$ActivityRetainedComponentViewModel +okhttp3.RealCall: okhttp3.RealCall newRealCall(okhttp3.OkHttpClient,okhttp3.Request,boolean) +androidx.core.R$layout: int notification_template_custom_big +cyanogenmod.weather.WeatherInfo$DayForecast: int describeContents() +com.autonavi.aps.amapapi.model.AMapLocationServer: void g(java.lang.String) +android.didikee.donate.R$styleable: int AppCompatTheme_colorSwitchThumbNormal +com.amap.api.fence.GeoFence: void setExpiration(long) +wangdaye.com.geometricweather.R$string: int settings_notification_can_be_cleared_on +wangdaye.com.geometricweather.R$attr: int initialActivityCount +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_TabText +wangdaye.com.geometricweather.R$attr: int layout_constraintGuide_end +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.disposables.Disposable upstream +org.greenrobot.greendao.AbstractDao: long insertWithoutSettingPk(java.lang.Object) +androidx.lifecycle.extensions.R$id: int chronometer +androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_marginBottom +androidx.appcompat.app.AlertController$RecycleListView: AlertController$RecycleListView(android.content.Context) +com.google.android.material.R$styleable: int MenuView_android_horizontalDivider +james.adaptiveicon.R$styleable: int AppCompatTheme_dialogCornerRadius +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeSnowPrecipitationProbability +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit CM +wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Title_Panel +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_percent +com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: boolean equals(java.lang.Object) +androidx.constraintlayout.widget.R$color: int abc_search_url_text +com.jaredrummler.android.colorpicker.R$attr: int showAsAction +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Snow +wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_colorShape +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setNo2(java.lang.Float) +wangdaye.com.geometricweather.R$drawable: int weather_haze_3 +com.amap.api.location.AMapLocation: java.lang.String j +wangdaye.com.geometricweather.R$id: int activity_widget_config_cardAlphaTitle +com.google.android.material.R$styleable: int Layout_layout_constraintTop_toTopOf +com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_hideOnScroll +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_panelMenuListWidth +wangdaye.com.geometricweather.R$styleable: int Slider_trackColorInactive +androidx.appcompat.widget.ActionBarContextView: int getAnimatedVisibility() +io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: ObservableCache$CacheDisposable(io.reactivex.Observer,io.reactivex.internal.operators.observable.ObservableCache) +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float getThunderstorm() +com.tencent.bugly.crashreport.crash.h5.H5JavaScriptInterface: java.lang.Thread c +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float pm10 +com.google.android.material.R$style: int Base_Widget_AppCompat_RatingBar_Indicator +android.didikee.donate.R$dimen: int notification_top_pad_large_text +com.turingtechnologies.materialscrollbar.R$styleable: int ForegroundLinearLayout_android_foreground +james.adaptiveicon.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight +com.google.android.material.R$styleable: int[] TabLayout +wangdaye.com.geometricweather.R$styleable: int CompoundButton_buttonTintMode +io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: void run() +james.adaptiveicon.R$styleable: int AppCompatTheme_actionMenuTextAppearance +androidx.appcompat.R$attr: int actionBarTabTextStyle +androidx.appcompat.R$styleable: int FontFamilyFont_android_font +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_DarkActionBar +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse +androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerView$Adapter getAdapter() +cyanogenmod.weather.ICMWeatherManager: void updateWeather(cyanogenmod.weather.RequestInfo) +com.xw.repo.bubbleseekbar.R$color: int abc_background_cache_hint_selector_material_light +okhttp3.internal.cache2.FileOperator: java.nio.channels.FileChannel fileChannel +androidx.fragment.R$anim: int fragment_open_exit +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dividerVertical +androidx.lifecycle.ClassesInfoCache$MethodReference: java.lang.reflect.Method mMethod +okhttp3.internal.http2.Http2Stream: okhttp3.Headers takeHeaders() +com.google.android.material.R$drawable: int abc_edit_text_material +androidx.preference.R$styleable: int AppCompatTextView_lineHeight +james.adaptiveicon.R$styleable: int CompoundButton_buttonTint +okio.BufferedSink: okio.BufferedSink writeShortLe(int) +androidx.lifecycle.extensions.R$string +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial: AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial() +androidx.viewpager2.R$id: int accessibility_custom_action_12 +com.google.android.material.R$attr: int tabPaddingEnd +com.google.android.material.R$color: int abc_btn_colored_borderless_text_material +com.google.android.material.R$attr: int liftOnScroll +wangdaye.com.geometricweather.R$string: int feedback_no_data +okio.ByteString: okio.ByteString encodeUtf8(java.lang.String) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Sun sun +okhttp3.MediaType: java.nio.charset.Charset charset(java.nio.charset.Charset) +androidx.constraintlayout.widget.R$attr: int actionModeCutDrawable +wangdaye.com.geometricweather.R$attr: int closeIconTint +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setWeatherCode(wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode) +com.google.android.material.R$id: int SHOW_ALL +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void onSubscribe(org.reactivestreams.Subscription) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_65 +org.greenrobot.greendao.AbstractDaoSession: void registerDao(java.lang.Class,org.greenrobot.greendao.AbstractDao) +com.google.android.material.R$layout: int design_navigation_item_separator +androidx.constraintlayout.widget.R$dimen: int notification_content_margin_start +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Medium +okhttp3.internal.http1.Http1Codec: okio.Sink newFixedLengthSink(long) +cyanogenmod.weather.WeatherInfo: java.util.List getForecasts() +com.google.android.material.R$id: int easeInOut +wangdaye.com.geometricweather.R$anim: int btn_checkbox_to_unchecked_box_inner_merged_animation +com.jaredrummler.android.colorpicker.NestedGridView +com.google.android.material.R$attr: int subtitleTextStyle +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index aggregatedIndex +com.google.android.material.R$color: int mtrl_choice_chip_background_color +androidx.constraintlayout.widget.R$attr: int barrierDirection +com.xw.repo.bubbleseekbar.R$attr: int multiChoiceItemLayout +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat +wangdaye.com.geometricweather.db.entities.DailyEntityDao: org.greenrobot.greendao.query.Query weatherEntity_DailyEntityListQuery +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_iconifiedByDefault +cyanogenmod.externalviews.ExternalViewProviderService$Provider: android.os.Bundle getOptions() +com.turingtechnologies.materialscrollbar.R$styleable: int Spinner_android_dropDownWidth +com.jaredrummler.android.colorpicker.R$attr: int navigationMode +wangdaye.com.geometricweather.R$attr: int chipStrokeColor +wangdaye.com.geometricweather.R$attr: int useSimpleSummaryProvider +james.adaptiveicon.R$styleable: int MenuGroup_android_enabled +androidx.appcompat.R$attr: int tooltipText +okhttp3.Cookie: java.util.List parseAll(okhttp3.HttpUrl,okhttp3.Headers) +cyanogenmod.weather.IRequestInfoListener$Stub$Proxy: void onLookupCityRequestCompleted(cyanogenmod.weather.RequestInfo,int,java.util.List) +androidx.appcompat.R$styleable: int AppCompatTextView_autoSizeStepGranularity +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Snow Snow +androidx.preference.R$dimen: int preference_seekbar_value_minWidth +androidx.appcompat.R$style: int Base_Animation_AppCompat_Dialog +com.jaredrummler.android.colorpicker.R$attr: int actionButtonStyle +wangdaye.com.geometricweather.R$layout: int widget_trend_hourly +io.reactivex.internal.util.VolatileSizeArrayList: int hashCode() +okhttp3.internal.cache.CacheInterceptor: boolean isEndToEnd(java.lang.String) +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: void slideLockscreenIn() +cyanogenmod.weather.RequestInfo: int hashCode() +com.bumptech.glide.integration.okhttp.R$layout +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeApparentTemperature +androidx.viewpager.widget.PagerTitleStrip: void setTextSpacing(int) +com.jaredrummler.android.colorpicker.R$id: int cpv_color_picker_view +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Inverse +cyanogenmod.providers.CMSettings$Secure: java.util.Map VALIDATORS +okhttp3.internal.platform.AndroidPlatform: int getSdkInt() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: void setNames(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: java.util.List value +okhttp3.internal.http2.Http2Connection$ReaderRunnable$3: void execute() +androidx.vectordrawable.animated.R$layout: int notification_action_tombstone +com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity +com.google.android.material.R$attr: int actionModeCopyDrawable +androidx.constraintlayout.widget.R$color: int foreground_material_dark +androidx.appcompat.R$styleable: int[] FontFamilyFont +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void innerError(io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver,java.lang.Throwable) +com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_listItemLayout +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: int getPrecipitationColor(android.content.Context) +io.reactivex.internal.util.EmptyComponent: io.reactivex.internal.util.EmptyComponent valueOf(java.lang.String) +com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: int skip +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_collapseIcon +cyanogenmod.weather.RequestInfo: cyanogenmod.weather.IRequestInfoListener access$102(cyanogenmod.weather.RequestInfo,cyanogenmod.weather.IRequestInfoListener) +okio.HashingSource: HashingSource(okio.Source,okio.ByteString,java.lang.String) +wangdaye.com.geometricweather.common.basic.models.weather.UV: int UV_INDEX_MIDDLE +android.didikee.donate.R$styleable: int Spinner_android_dropDownWidth +com.google.android.gms.base.R$color: int common_google_signin_btn_text_light_disabled +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind +androidx.constraintlayout.widget.R$string: int abc_shareactionprovider_share_with +wangdaye.com.geometricweather.R$anim: int fragment_fade_enter +com.bumptech.glide.load.engine.GlideException: com.bumptech.glide.load.DataSource dataSource cyanogenmod.profiles.StreamSettings: int getValue() -androidx.vectordrawable.R$layout: R$layout() -io.reactivex.Observable: io.reactivex.Observable combineLatestDelayError(io.reactivex.ObservableSource[],io.reactivex.functions.Function,int) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textColorAlertDialogListItem -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_summary -cyanogenmod.app.Profile: void doSelect(android.content.Context,com.android.internal.policy.IKeyguardService) -wangdaye.com.geometricweather.R$style: int Platform_V25_AppCompat_Light -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day Day -okhttp3.internal.ws.RealWebSocket$1 -androidx.swiperefreshlayout.R$drawable: int notification_bg_low_pressed -androidx.preference.R$dimen: int compat_button_inset_vertical_material -androidx.recyclerview.R$dimen: int item_touch_helper_swipe_escape_max_velocity -okhttp3.internal.http2.Settings: int MAX_FRAME_SIZE -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_translationY -wangdaye.com.geometricweather.settings.activities.CardDisplayManageActivity -cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType THEME_RESET -androidx.hilt.R$id: R$id() -androidx.preference.R$attr: int iconSpaceReserved -io.reactivex.internal.queue.SpscArrayQueue: SpscArrayQueue(int) -androidx.hilt.lifecycle.R$layout -android.didikee.donate.R$dimen: int abc_text_size_headline_material -wangdaye.com.geometricweather.db.entities.WeatherEntity: long getPublishTime() -com.google.android.material.R$style: int TextAppearance_Design_Placeholder -okhttp3.OkHttpClient: int readTimeoutMillis() -wangdaye.com.geometricweather.R$attr: int startIconDrawable -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float icePrecipitationProbability -androidx.preference.R$styleable: int ListPreference_android_entryValues -androidx.vectordrawable.R$attr -com.google.android.material.R$id: int chain -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean a(com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler,int,java.lang.String) -okhttp3.internal.cache.DiskLruCache$Snapshot: void close() -androidx.preference.R$id: int right_side -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Toolbar -androidx.preference.R$id: int scrollView -androidx.preference.R$attr: int maxButtonHeight -com.google.android.material.R$styleable: int KeyTrigger_triggerSlack -cyanogenmod.weather.WeatherInfo$DayForecast$1: cyanogenmod.weather.WeatherInfo$DayForecast createFromParcel(android.os.Parcel) -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Toolbar -retrofit2.Response: java.lang.Object body -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: void onError(java.lang.Throwable) -com.turingtechnologies.materialscrollbar.R$attr: int cornerRadius -cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: android.os.IBinder mRemote -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Small -okio.Buffer: short readShortLe() -com.turingtechnologies.materialscrollbar.R$drawable: int abc_textfield_default_mtrl_alpha -com.google.android.material.R$id: int text -com.tencent.bugly.proguard.z: byte[] a(int,byte[],byte[]) -androidx.appcompat.R$drawable: int abc_cab_background_top_material -cyanogenmod.app.CustomTile$ExpandedGridItem: void setExpandedGridItemOnClickIntent(android.app.PendingIntent) -com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder connectionPool(okhttp3.ConnectionPool) -androidx.constraintlayout.widget.R$attr: int layout_constraintCircle -james.adaptiveicon.R$style: int Widget_AppCompat_EditText -cyanogenmod.providers.CMSettings$Secure: java.lang.String WEATHER_PROVIDER_SERVICE -androidx.constraintlayout.widget.R$styleable: int ActionBar_homeAsUpIndicator -com.tencent.bugly.crashreport.biz.UserInfoBean: void writeToParcel(android.os.Parcel,int) -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Subhead -wangdaye.com.geometricweather.R$id: int text -android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle -com.google.android.material.R$style: int Theme_AppCompat_DayNight_NoActionBar -com.turingtechnologies.materialscrollbar.R$drawable: int ic_mtrl_chip_checked_circle -james.adaptiveicon.R$attr: int backgroundTint -cyanogenmod.providers.WeatherContract$WeatherColumns$TempUnit: WeatherContract$WeatherColumns$TempUnit() -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int MIXED_SNOW_AND_SLEET -androidx.recyclerview.widget.RecyclerView$LayoutManager: RecyclerView$LayoutManager() -cyanogenmod.app.suggest.IAppSuggestProvider$Stub: int TRANSACTION_handles_0 -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps: int phenomenonId -androidx.preference.R$id: int search_close_btn -com.amap.api.location.AMapLocationClientOption$AMapLocationMode -okio.Buffer: void clear() -com.google.android.material.R$id: int decor_content_parent -android.didikee.donate.R$style: int Widget_AppCompat_DrawerArrowToggle +io.reactivex.observers.TestObserver$EmptyObserver: void onNext(java.lang.Object) +androidx.preference.R$styleable: int AppCompatTextView_autoSizeTextType +wangdaye.com.geometricweather.R$styleable: int Toolbar_titleTextAppearance +androidx.preference.R$styleable: int ActionBar_contentInsetRight +android.didikee.donate.R$styleable: int MenuView_preserveIconSpacing +androidx.viewpager2.adapter.FragmentStateAdapter$2 +io.reactivex.internal.queue.SpscArrayQueue: long serialVersionUID +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void ackSettings() +wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode nighttimeWeatherCode +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dropdownitem_text_padding_right +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_android_summaryOn +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light_Dialog_Alert +androidx.drawerlayout.R$id: int right_side +androidx.appcompat.R$attr: int showAsAction +wangdaye.com.geometricweather.R$attr: int textAppearanceListItem +com.baidu.location.e.l$b: java.util.List a(org.json.JSONObject,java.lang.String,int) +org.greenrobot.greendao.AbstractDaoSession: void refresh(java.lang.Object) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: java.lang.String getWeather() +wangdaye.com.geometricweather.R$attr: int colorControlHighlight +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getSnowPrecipitation() +androidx.activity.ComponentActivity +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_onClick +com.jaredrummler.android.colorpicker.R$attr: int actionMenuTextColor +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_logo +cyanogenmod.providers.ThemesContract$PreviewColumns: android.net.Uri COMPONENTS_URI +wangdaye.com.geometricweather.R$styleable: int MenuView_android_horizontalDivider +android.didikee.donate.R$dimen: int abc_search_view_preferred_height +wangdaye.com.geometricweather.R$id: int widget_clock_day_wind +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_RatingBar_Indicator +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation: double qty1H +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header +okhttp3.internal.cache.DiskLruCache$Snapshot +wangdaye.com.geometricweather.R$string: int content_desc_powered_by +com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol: int a +wangdaye.com.geometricweather.R$dimen: int abc_dialog_min_width_minor +cyanogenmod.app.Profile: cyanogenmod.app.ProfileGroup getProfileGroup(java.util.UUID) +org.greenrobot.greendao.AbstractDao: void insertInTx(java.lang.Iterable,boolean) +com.google.gson.JsonSyntaxException +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setCeiling(java.lang.Float) +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ButtonBar_AlertDialog +androidx.appcompat.widget.SearchView: void setAppSearchData(android.os.Bundle) +androidx.vectordrawable.R$dimen: int compat_button_padding_vertical_material +com.jaredrummler.android.colorpicker.R$color: int abc_tint_seek_thumb +io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: io.reactivex.Observer downstream +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Display1 +okio.InflaterSource: long read(okio.Buffer,long) +wangdaye.com.geometricweather.R$color: int material_blue_grey_900 +cyanogenmod.themes.ThemeManager: cyanogenmod.themes.IThemeProcessingListener mThemeProcessingListener +cyanogenmod.weather.WeatherInfo$DayForecast: java.lang.String toString() +androidx.legacy.coreutils.R$drawable: int notification_bg_normal_pressed +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: java.lang.Object poll() +wangdaye.com.geometricweather.R$attr: int layout_constraintLeft_toLeftOf +com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_elevation +james.adaptiveicon.R$attr: int font +okhttp3.internal.tls.DistinguishedNameParser: char[] chars +retrofit2.Response: okhttp3.Response rawResponse +cyanogenmod.themes.ThemeManager$1$2: cyanogenmod.themes.ThemeManager$1 this$1 +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) +cyanogenmod.providers.WeatherContract$WeatherColumns$TempUnit: int CELSIUS +com.tencent.bugly.crashreport.crash.CrashDetailBean: boolean d +okio.Buffer: okio.Buffer$UnsafeCursor readUnsafe() +cyanogenmod.weather.CMWeatherManager: void registerWeatherServiceProviderChangeListener(cyanogenmod.weather.CMWeatherManager$WeatherServiceProviderChangeListener) +cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_COLOR_ENHANCE +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionBar_TabText +cyanogenmod.platform.Manifest$permission: Manifest$permission() +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_arrow_drop_right_black_24dp +wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Counter_Overflow +wangdaye.com.geometricweather.R$string: int daytime +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_onClick +com.google.android.material.R$style: int Widget_MaterialComponents_BottomNavigationView_Colored +com.turingtechnologies.materialscrollbar.R$dimen: int cardview_default_radius +androidx.coordinatorlayout.R$attr: int fontVariationSettings +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: boolean isDisposed() +com.google.android.material.R$styleable: int OnSwipe_maxAcceleration +com.google.android.gms.auth.api.signin.GoogleSignInAccount: android.os.Parcelable$Creator CREATOR +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxBackgroundMode +cyanogenmod.providers.CMSettings$Global: int getInt(android.content.ContentResolver,java.lang.String) +com.jaredrummler.android.colorpicker.R$styleable: int ColorStateListItem_alpha +cyanogenmod.weather.WeatherLocation$1: cyanogenmod.weather.WeatherLocation createFromParcel(android.os.Parcel) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_textLocale +wangdaye.com.geometricweather.main.MainActivityViewModel +android.didikee.donate.R$attr: int buttonStyle +com.google.android.material.R$styleable: int[] MaterialShape +android.didikee.donate.R$attr: int expandActivityOverflowButtonDrawable +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_week_1 +androidx.appcompat.R$layout: int abc_activity_chooser_view_list_item +wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.lang.String getDescription() +androidx.vectordrawable.R$dimen: int compat_button_padding_horizontal_material +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: long COMPLETE_MASK +okio.ByteString: int compareTo(java.lang.Object) +wangdaye.com.geometricweather.R$dimen: int material_helper_text_font_1_3_padding_top +retrofit2.OkHttpCall: boolean canceled +androidx.fragment.R$styleable: int FontFamilyFont_font +com.google.android.material.slider.RangeSlider: void setMinSeparationValue(float) +wangdaye.com.geometricweather.R$attr: int targetId +okhttp3.internal.http2.Http2Connection$5: java.util.List val$requestHeaders +okhttp3.internal.platform.ConscryptPlatform: java.security.Provider getProvider() +android.didikee.donate.R$style: int Theme_AppCompat_CompactMenu +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_horizontalBias +okhttp3.Cookie: java.lang.String toString(boolean) +okhttp3.internal.io.FileSystem: okio.Sink appendingSink(java.io.File) +android.didikee.donate.R$attr: int searchViewStyle +androidx.appcompat.R$styleable: int Toolbar_titleMarginTop +androidx.appcompat.R$id: int search_mag_icon +androidx.preference.R$style: int Widget_AppCompat_ActionBar_TabBar +okhttp3.Dispatcher: java.util.concurrent.ExecutorService executorService() +james.adaptiveicon.R$drawable: int tooltip_frame_dark +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarWidgetTheme +cyanogenmod.hardware.CMHardwareManager: int getDisplayColorCalibrationMax() +wangdaye.com.geometricweather.R$id: int showCustom +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getDisplayColorCalibration +com.tencent.bugly.crashreport.CrashReport: java.util.Map getSdkExtraData() +com.amap.api.location.AMapLocationClientOption: long getLastLocationLifeCycle() +cyanogenmod.providers.DataUsageContract: java.lang.String _ID +com.google.android.material.R$anim: int mtrl_bottom_sheet_slide_in +com.google.gson.stream.JsonReader: int PEEKED_END_OBJECT +androidx.appcompat.R$style: int Widget_AppCompat_ActionBar +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintWidth_min +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableStartCompat +com.amap.api.location.APSService: int b +androidx.transition.R$drawable: int notification_bg_low_pressed +com.turingtechnologies.materialscrollbar.R$attr: int buttonStyleSmall +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_showMotionSpec wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: void setZh_CN(java.lang.String) -okhttp3.RequestBody$1: long contentLength() -androidx.lifecycle.ServiceLifecycleDispatcher: androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable mLastDispatchRunnable -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_CollapsingToolbar -androidx.appcompat.app.ActionBar -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: java.lang.String value -com.google.android.material.R$anim: int btn_checkbox_to_unchecked_icon_null_animation -wangdaye.com.geometricweather.R$dimen: int mtrl_low_ripple_default_alpha -androidx.viewpager.R$styleable: int[] FontFamily -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Metric -androidx.appcompat.R$attr: int drawableTintMode -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: void setTo(java.lang.String) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA -okhttp3.internal.cache.CacheStrategy$Factory: java.util.Date servedDate -androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_PAUSE -wangdaye.com.geometricweather.R$string: int key_gravity_sensor_switch -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowActionModeOverlay -cyanogenmod.themes.IThemeProcessingListener$Stub: IThemeProcessingListener$Stub() -cyanogenmod.hardware.DisplayMode$1: cyanogenmod.hardware.DisplayMode createFromParcel(android.os.Parcel) -com.xw.repo.bubbleseekbar.R$attr: int dividerHorizontal -androidx.preference.R$style: int Base_Widget_AppCompat_SearchView -com.amap.api.location.AMapLocation: int LOCATION_TYPE_FAST -com.google.android.material.R$id: int decelerate -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHeight_percent -androidx.appcompat.R$style: int Base_Widget_AppCompat_SearchView_ActionBar -androidx.appcompat.R$layout: int abc_screen_simple -okhttp3.internal.cache2.Relay: okio.ByteString metadata -com.bumptech.glide.integration.okhttp.R$attr -cyanogenmod.themes.ThemeManager$1$1: ThemeManager$1$1(cyanogenmod.themes.ThemeManager$1,int) -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_icon_vertical_padding_material -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void drain() -com.xw.repo.bubbleseekbar.R$drawable: int abc_cab_background_top_mtrl_alpha -androidx.lifecycle.LiveData: void removeObserver(androidx.lifecycle.Observer) -androidx.constraintlayout.widget.R$id: int right_icon -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextHelper_android_drawableTop -androidx.lifecycle.Lifecycling: int REFLECTIVE_CALLBACK -com.google.android.material.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert -androidx.constraintlayout.widget.R$id: int forever -com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Light_Dialog -androidx.vectordrawable.animated.R$drawable: int notification_bg_normal_pressed -androidx.appcompat.R$drawable: int notification_action_background -wangdaye.com.geometricweather.R$id: int widget_clock_day_aqiHumidity -com.google.android.material.R$attr: int haloColor -androidx.lifecycle.SavedStateHandle$1: android.os.Bundle saveState() -android.didikee.donate.R$id: int search_plate -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_second_track_color -androidx.constraintlayout.helper.widget.Flow: void setFirstVerticalBias(float) -wangdaye.com.geometricweather.R$layout: int custom_dialog -okhttp3.Cookie: Cookie(okhttp3.Cookie$Builder) -androidx.appcompat.R$attr: int textAppearanceListItemSmall -okhttp3.Interceptor$Chain: okhttp3.Interceptor$Chain withWriteTimeout(int,java.util.concurrent.TimeUnit) -wangdaye.com.geometricweather.common.basic.models.weather.Base: Base(java.lang.String,long,java.util.Date,long,java.util.Date,long) -androidx.appcompat.widget.SwitchCompat: int getSwitchPadding() -com.xw.repo.bubbleseekbar.R$color: int material_deep_teal_200 -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintTop_toTopOf -james.adaptiveicon.R$id: R$id() -com.tencent.bugly.crashreport.biz.UserInfoBean: int b -androidx.preference.R$anim: int abc_fade_in -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView -com.google.gson.internal.LinkedTreeMap: void removeInternal(com.google.gson.internal.LinkedTreeMap$Node,boolean) -com.google.android.material.R$color: int secondary_text_disabled_material_dark -androidx.legacy.coreutils.R$styleable: int FontFamilyFont_fontStyle -io.reactivex.exceptions.MissingBackpressureException: MissingBackpressureException(java.lang.String) -com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_select_handle_right_mtrl_dark -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipSurfaceColor -androidx.appcompat.R$dimen: int abc_dialog_min_width_minor -dagger.hilt.android.internal.managers.ActivityRetainedComponentManager$ActivityRetainedComponentViewModel -androidx.constraintlayout.widget.R$color: int button_material_light -com.google.android.material.R$style: int Base_Theme_AppCompat_Dialog -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Large_Inverse -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_11 -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_107 -androidx.preference.R$attr: int fontStyle -cyanogenmod.externalviews.KeyguardExternalView$11: cyanogenmod.externalviews.KeyguardExternalView this$0 -com.tencent.bugly.crashreport.crash.anr.TraceFileHelper$b -wangdaye.com.geometricweather.R$dimen: int mtrl_navigation_item_shape_horizontal_margin -com.jaredrummler.android.colorpicker.R$style: int Platform_V25_AppCompat_Light -wangdaye.com.geometricweather.common.basic.models.weather.Astro: Astro(java.util.Date,java.util.Date) -androidx.preference.R$id: int edit_query -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: java.lang.String getLogo() -com.jaredrummler.android.colorpicker.R$id: int submit_area -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: int val$width -androidx.coordinatorlayout.R$layout: int notification_template_part_time -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Title_Inverse -com.google.android.material.R$style: int Widget_MaterialComponents_Chip_Filter -androidx.legacy.coreutils.R$dimen: int compat_control_corner_material -androidx.preference.R$styleable: int CheckBoxPreference_android_summaryOn -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_queryHint -androidx.constraintlayout.widget.R$attr: int elevation -com.google.android.material.R$color: int bright_foreground_disabled_material_light -com.xw.repo.bubbleseekbar.R$id: int text -com.tencent.bugly.proguard.n: n(android.content.Context) -com.github.rahatarmanahmed.cpv.R$integer -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_centerY -com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_gapBetweenBars -wangdaye.com.geometricweather.R$drawable: int weather_hail -com.google.android.material.R$id: int mtrl_internal_children_alpha_tag -wangdaye.com.geometricweather.R$dimen: int notification_big_circle_margin -wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.util.Date date -wangdaye.com.geometricweather.R$xml: int network_security_config -wangdaye.com.geometricweather.remoteviews.config.Hilt_MultiCityWidgetConfigActivity -androidx.viewpager.R$dimen: int compat_button_padding_horizontal_material -com.turingtechnologies.materialscrollbar.R$color: int mtrl_chip_close_icon_tint -com.google.android.material.R$attr: int keylines -androidx.fragment.R$id: int text -com.google.android.material.R$attr: int errorContentDescription -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_logoDescription -okhttp3.HttpUrl: java.lang.String encodedFragment() -com.tencent.bugly.CrashModule: void onServerStrategyChanged(com.tencent.bugly.crashreport.common.strategy.StrategyBean) -wangdaye.com.geometricweather.R$id: int dialog_time_setter_time_picker -okhttp3.internal.http2.Http2Stream: boolean isLocallyInitiated() -android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary -androidx.appcompat.widget.Toolbar: void setCollapsible(boolean) -androidx.customview.R$id: int tag_transition_group -androidx.constraintlayout.widget.R$styleable: int ActionBar_progressBarStyle -androidx.appcompat.widget.ViewStubCompat: ViewStubCompat(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$styleable: int StateListDrawableItem_android_drawable -androidx.viewpager2.R$drawable: int notification_bg -okhttp3.Request$Builder: okhttp3.Request$Builder url(java.lang.String) -androidx.preference.R$styleable: int SwitchPreferenceCompat_android_summaryOn -com.amap.api.location.AMapLocation: boolean c(com.amap.api.location.AMapLocation,boolean) -james.adaptiveicon.R$style: int Platform_AppCompat_Light -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listMenuViewStyle -cyanogenmod.app.Profile$ProfileTrigger: int access$200(cyanogenmod.app.Profile$ProfileTrigger) -androidx.constraintlayout.widget.R$styleable: int SearchView_android_imeOptions -wangdaye.com.geometricweather.R$styleable: int Toolbar_navigationContentDescription -io.reactivex.Observable: io.reactivex.Observable dematerialize(io.reactivex.functions.Function) -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainNoLast: ObservableSampleWithObservable$SampleMainNoLast(io.reactivex.Observer,io.reactivex.ObservableSource) -androidx.coordinatorlayout.R$dimen: int compat_notification_large_icon_max_height -wangdaye.com.geometricweather.R$color: int material_timepicker_modebutton_tint -com.jaredrummler.android.colorpicker.R$attr: int alertDialogCenterButtons -com.google.android.material.R$dimen: int design_textinput_caption_translate_y -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: boolean delayErrors -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: java.util.Date from -androidx.work.R$layout: int notification_template_part_time -okhttp3.MediaType: MediaType(java.lang.String,java.lang.String,java.lang.String,java.lang.String) -cyanogenmod.profiles.BrightnessSettings: void setValue(int) -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Tooltip -androidx.preference.R$attr: int thickness -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_transitionEasing -com.google.android.material.R$attr: int yearSelectedStyle -okio.Segment: okio.Segment prev -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ListMenuView -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceFragmentCompatStyle -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: FitSystemBarNestedScrollView(android.content.Context) -com.jaredrummler.android.colorpicker.R$attr: int collapseIcon -wangdaye.com.geometricweather.db.entities.WeatherEntityDao -com.jaredrummler.android.colorpicker.ColorPreferenceCompat: void setOnShowDialogListener(com.jaredrummler.android.colorpicker.ColorPreferenceCompat$OnShowDialogListener) -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_switchPadding -com.turingtechnologies.materialscrollbar.R$attr: int actionModeFindDrawable -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer getDegreeDayTemperature() -androidx.lifecycle.LiveData$AlwaysActiveObserver: boolean shouldBeActive() -wangdaye.com.geometricweather.R$styleable: int ActionBar_backgroundSplit -com.google.android.material.R$styleable: int Toolbar_navigationContentDescription -wangdaye.com.geometricweather.R$dimen: int abc_seekbar_track_progress_height_material -com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter value(java.lang.Number) -okio.InflaterSource: okio.Timeout timeout() -androidx.coordinatorlayout.R$id: int accessibility_custom_action_18 -android.didikee.donate.R$attr: int commitIcon -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void otherComplete() -android.didikee.donate.R$dimen: int abc_dialog_title_divider_material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String pm10Desc -androidx.appcompat.R$color: int abc_decor_view_status_guard -okhttp3.OkHttpClient: okhttp3.EventListener$Factory eventListenerFactory() -james.adaptiveicon.R$id: int action_text -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: java.util.Date Set -androidx.hilt.work.R$style: int TextAppearance_Compat_Notification_Title -wangdaye.com.geometricweather.R$bool: int abc_action_bar_embed_tabs -okhttp3.Headers: java.lang.String toString() -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_translationZ -androidx.coordinatorlayout.widget.CoordinatorLayout$Behavior: CoordinatorLayout$Behavior() -androidx.dynamicanimation.R$attr: int fontProviderCerts -androidx.drawerlayout.R$id -wangdaye.com.geometricweather.R$drawable: R$drawable() -com.google.android.material.R$attr: int popupWindowStyle -okio.AsyncTimeout$1: AsyncTimeout$1(okio.AsyncTimeout,okio.Sink) -com.google.android.material.R$attr: int textInputLayoutFocusedRectEnabled -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property TotalPrecipitation -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain: java.lang.Float cumul1H -wangdaye.com.geometricweather.R$attr: int titleMargins -okhttp3.Interceptor$Chain: int writeTimeoutMillis() -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_DarkActionBar_Bridge -retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: void onNext(retrofit2.Response) -cyanogenmod.providers.ThemesContract$PreviewColumns -wangdaye.com.geometricweather.R$drawable: int weather_fog_mini_grey -okhttp3.RealCall: java.lang.Object clone() -com.tencent.bugly.crashreport.CrashReport: int getUserSceneTagId(android.content.Context) -androidx.hilt.lifecycle.R$styleable: int GradientColor_android_endX -okhttp3.Cache$CacheRequestImpl: okhttp3.Cache this$0 -com.jaredrummler.android.colorpicker.R$id: int start -wangdaye.com.geometricweather.R$styleable: int LiveLockScreen_settingsActivity -retrofit2.Platform: boolean isDefaultMethod(java.lang.reflect.Method) -cyanogenmod.app.LiveLockScreenManager: cyanogenmod.app.LiveLockScreenManager getInstance(android.content.Context) -com.google.android.material.slider.RangeSlider: float getStepSize() -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_backgroundStacked -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintRight_toLeftOf -cyanogenmod.externalviews.ExternalView$8: void run() -android.didikee.donate.R$attr: int actionBarItemBackground -cyanogenmod.app.IProfileManager: boolean setActiveProfile(android.os.ParcelUuid) -com.google.android.material.R$style: int Widget_MaterialComponents_CompoundButton_RadioButton -androidx.recyclerview.R$drawable: int notification_bg_low_normal -com.jaredrummler.android.colorpicker.R$dimen: int tooltip_y_offset_touch -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: int requestFusion(int) -wangdaye.com.geometricweather.R$layout: int widget_clock_day_details -androidx.constraintlayout.widget.R$attr: int ratingBarStyle -com.google.android.material.tabs.TabLayout: int getTabGravity() -com.tencent.bugly.crashreport.common.info.a: java.lang.String N -androidx.preference.R$layout: int abc_search_view -cyanogenmod.hardware.DisplayMode: int id -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Inverse -wangdaye.com.geometricweather.R$styleable: int AlertDialog_listLayout -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float no2 -io.reactivex.Observable: io.reactivex.Observable takeUntil(io.reactivex.functions.Predicate) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_firstHorizontalBias -com.jaredrummler.android.colorpicker.R$attr: int actionBarPopupTheme -androidx.constraintlayout.widget.R$attr: int mock_labelColor -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeIcePrecipitation -com.google.android.material.R$styleable: int CollapsingToolbarLayout_statusBarScrim -wangdaye.com.geometricweather.R$styleable: int LoadingImageView_circleCrop +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: int status +io.reactivex.internal.observers.LambdaObserver +okhttp3.internal.http2.Http2Connection: void writeWindowUpdateLater(int,long) +androidx.coordinatorlayout.R$id: int tag_accessibility_heading +okio.Buffer: long indexOfElement(okio.ByteString) +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionMode_Inverse +io.reactivex.internal.disposables.CancellableDisposable: void dispose() +wangdaye.com.geometricweather.R$string: int sp_widget_multi_city +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation: wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind wind +com.jaredrummler.android.colorpicker.R$dimen: int cpv_color_preference_large +com.google.android.material.R$dimen: int mtrl_bottomappbar_fabOffsetEndMode +com.google.android.material.R$string: int mtrl_picker_range_header_only_end_selected +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String district +androidx.constraintlayout.widget.R$id: int visible +wangdaye.com.geometricweather.R$attr: int thumbRadius +wangdaye.com.geometricweather.R$id: int recyclerView +wangdaye.com.geometricweather.R$dimen: int notification_small_icon_background_padding +james.adaptiveicon.R$styleable: int LinearLayoutCompat_android_orientation +androidx.appcompat.R$drawable: int tooltip_frame_dark +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind: AccuDailyResult$DailyForecasts$Night$Wind() +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher: androidx.lifecycle.LiveData mLiveData +com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_action_inline_max_width +okio.Okio$4: void timedOut() +cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy +androidx.constraintlayout.widget.R$string: int abc_capital_off +androidx.appcompat.R$attr: int contentInsetEnd +com.google.android.material.button.MaterialButtonToggleGroup: void addOnButtonCheckedListener(com.google.android.material.button.MaterialButtonToggleGroup$OnButtonCheckedListener) +androidx.constraintlayout.widget.R$id: int checked +androidx.constraintlayout.widget.R$styleable: int[] AppCompatImageView +androidx.constraintlayout.widget.R$styleable: int[] KeyTimeCycle +wangdaye.com.geometricweather.R$drawable: int notif_temp_103 +androidx.appcompat.widget.ActionMenuView: void setOnMenuItemClickListener(androidx.appcompat.widget.ActionMenuView$OnMenuItemClickListener) +androidx.appcompat.R$style: int TextAppearance_AppCompat_Large_Inverse wangdaye.com.geometricweather.R$styleable: int TextInputLayout_suffixTextColor -wangdaye.com.geometricweather.R$dimen: int cpv_color_preference_large -androidx.fragment.R$dimen: int notification_big_circle_margin -cyanogenmod.app.StatusBarPanelCustomTile: int id -cyanogenmod.app.Profile: void setConditionalType() -com.google.gson.FieldNamingPolicy$2 -com.jaredrummler.android.colorpicker.R$id: int cpv_arrow_right -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean putNativeKeyValue(java.lang.String,java.lang.String) -androidx.constraintlayout.widget.R$attr: int splitTrack -androidx.appcompat.R$styleable: int AppCompatTheme_actionOverflowMenuStyle -androidx.preference.R$id: int icon -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title -androidx.appcompat.R$attr: int windowMinWidthMinor -android.didikee.donate.R$style: int Widget_AppCompat_ActionBar_Solid -cyanogenmod.hardware.CMHardwareManager: int COLOR_CALIBRATION_RED_INDEX -androidx.preference.R$attr: int autoSizeMaxTextSize -com.bumptech.glide.load.DecodeFormat: com.bumptech.glide.load.DecodeFormat[] values() -com.google.android.material.R$dimen: int mtrl_textinput_box_label_cutout_padding -okhttp3.Cache: okhttp3.internal.cache.CacheRequest put(okhttp3.Response) -com.tencent.bugly.crashreport.common.info.a: java.lang.String ar -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void innerCloseError(java.lang.Throwable) -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String COL_PREV_VALUE -androidx.dynamicanimation.R$id: int text -com.turingtechnologies.materialscrollbar.R$attr: int cardPreventCornerOverlap -wangdaye.com.geometricweather.R$attr: int bsb_thumb_text_color -wangdaye.com.geometricweather.R$animator: int weather_partly_cloudy_day_1 -wangdaye.com.geometricweather.R$id: int withinBounds -wangdaye.com.geometricweather.R$drawable: int notif_temp_89 -retrofit2.Callback: void onResponse(retrofit2.Call,retrofit2.Response) +com.turingtechnologies.materialscrollbar.R$drawable: int abc_textfield_search_material +androidx.legacy.coreutils.R$id: int notification_background +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView: AbsChartItemView(android.content.Context) +com.google.android.material.R$attr: int wavePeriod +androidx.constraintlayout.widget.R$styleable: int[] StateListDrawableItem +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ratingbar_material +com.google.android.material.R$styleable: int TextAppearance_android_shadowDy +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Inverse +cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy: android.os.IBinder mRemote +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: void dispose() +androidx.swiperefreshlayout.R$string: int status_bar_notification_info_overflow +com.turingtechnologies.materialscrollbar.R$color: int mtrl_tabs_legacy_text_color_selector +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: io.reactivex.Observer downstream +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.internal.DaoConfig config +android.didikee.donate.R$id: int bottom +androidx.constraintlayout.widget.R$styleable: int Toolbar_titleMarginStart +cyanogenmod.weather.WeatherInfo$Builder: int mTempUnit +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Caption +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainNoLast: long serialVersionUID +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_28 +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: long serialVersionUID +okhttp3.internal.http2.Http2Reader: okhttp3.internal.http2.Hpack$Reader hpackReader +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: boolean isValid() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: void setUnit(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int[] Slider +wangdaye.com.geometricweather.R$drawable: int notif_temp_45 +android.didikee.donate.R$attr: int overlapAnchor +wangdaye.com.geometricweather.R$id: int async +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onDetachedFromWindow() +androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_ttcIndex +androidx.appcompat.R$drawable: int abc_seekbar_tick_mark_material +cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: void lookupCity(cyanogenmod.weather.RequestInfo) +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintTag +okhttp3.internal.http2.Hpack$Reader: int dynamicTableByteCount +com.xw.repo.bubbleseekbar.R$drawable: int abc_list_selector_background_transition_holo_dark +okio.RealBufferedSource: long readDecimalLong() +com.turingtechnologies.materialscrollbar.R$attr: int boxStrokeWidth +okhttp3.RealCall: java.lang.Object clone() +wangdaye.com.geometricweather.R$attr: int switchPadding +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: java.lang.String Name +com.google.android.material.bottomnavigation.BottomNavigationView: void setItemHorizontalTranslationEnabled(boolean) +androidx.constraintlayout.widget.R$styleable: int MotionLayout_showPaths +android.didikee.donate.R$layout: int abc_action_menu_item_layout +com.turingtechnologies.materialscrollbar.R$dimen: int compat_button_padding_horizontal_material +wangdaye.com.geometricweather.R$string: int feedback_text_size +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textColorAlertDialogListItem +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver +retrofit2.BuiltInConverters$BufferingResponseBodyConverter +androidx.core.R$id: int accessibility_custom_action_25 +okhttp3.internal.ws.RealWebSocket$CancelRunnable: okhttp3.internal.ws.RealWebSocket this$0 +wangdaye.com.geometricweather.R$attr: int motionTarget +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: void setDirection(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX) +wangdaye.com.geometricweather.R$xml: int standalone_badge +androidx.appcompat.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle +androidx.preference.R$style: int AlertDialog_AppCompat +androidx.constraintlayout.widget.R$attr: int drawableTintMode +james.adaptiveicon.R$layout: int abc_popup_menu_item_layout +androidx.constraintlayout.widget.R$attr: int customBoolean +androidx.hilt.work.R$color +com.google.android.material.datepicker.MaterialCalendar +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult +com.google.android.material.R$style: int TextAppearance_AppCompat_Display2 +com.tencent.bugly.crashreport.crash.jni.NativeExceptionHandler: void handleNativeException(int,int,long,long,java.lang.String,java.lang.String,java.lang.String,java.lang.String,int,java.lang.String,int,int,int,java.lang.String,java.lang.String) +com.google.android.material.slider.Slider: java.lang.CharSequence getAccessibilityClassName() +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int LIGHT_SNOW_SHOWERS +com.jaredrummler.android.colorpicker.R$integer: R$integer() +androidx.constraintlayout.widget.R$id: int alertTitle +okhttp3.internal.http.HttpHeaders: void parseChallengeHeader(java.util.List,okio.Buffer) +cyanogenmod.app.CustomTile: int describeContents() +com.tencent.bugly.proguard.ae: byte[] b(byte[]) +com.xw.repo.bubbleseekbar.R$attr: int seekBarStyle +cyanogenmod.externalviews.ExternalView$8 +com.tencent.bugly.proguard.u: long g +cyanogenmod.weather.WeatherInfo: void writeToParcel(android.os.Parcel,int) +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: int requestFusion(int) +cyanogenmod.app.ProfileGroup$Mode: ProfileGroup$Mode(java.lang.String,int) +cyanogenmod.app.suggest.ApplicationSuggestion: android.os.Parcelable$Creator CREATOR +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_typeface +cyanogenmod.profiles.RingModeSettings: java.lang.String RING_MODE_VIBRATE +com.google.android.material.R$style: int Theme_MaterialComponents_Light_Bridge +wangdaye.com.geometricweather.R$string: int key_live_wallpaper +com.tencent.bugly.crashreport.crash.e: void a(com.tencent.bugly.crashreport.common.strategy.StrategyBean) +androidx.appcompat.R$attr: int gapBetweenBars +com.jaredrummler.android.colorpicker.R$attr: int alpha +androidx.appcompat.R$layout: int notification_template_part_time +cyanogenmod.themes.ThemeManager: void registerProcessingListener(cyanogenmod.themes.ThemeManager$ThemeProcessingListener) +io.reactivex.Observable: io.reactivex.Observable withLatestFrom(io.reactivex.ObservableSource,io.reactivex.functions.BiFunction) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Imperial +io.reactivex.internal.disposables.DisposableHelper: boolean isDisposed() +com.jaredrummler.android.colorpicker.R$style: int Preference_SwitchPreference_Material +androidx.drawerlayout.R$attr: R$attr() +com.google.android.material.R$attr: int thumbStrokeWidth +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_BottomNavigationView_Colored +wangdaye.com.geometricweather.R$string: int about_circular_progress_view +wangdaye.com.geometricweather.R$color: int abc_hint_foreground_material_dark +com.amap.api.fence.PoiItem: void setPoiId(java.lang.String) +retrofit2.Converter$Factory: retrofit2.Converter responseBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) +com.bumptech.glide.Priority: com.bumptech.glide.Priority IMMEDIATE +androidx.appcompat.widget.SwitchCompat: void setSplitTrack(boolean) +androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityDestroyed(android.app.Activity) +androidx.coordinatorlayout.R$attr: int keylines +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHeight_percent +com.tencent.bugly.crashreport.biz.b: long f() +com.google.android.material.R$styleable: int ConstraintSet_layout_editor_absoluteX +androidx.coordinatorlayout.R$drawable: int notification_bg_low +wangdaye.com.geometricweather.R$drawable: int weather_clear_day_pixel +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Chip_Filter +com.google.android.material.R$dimen: int abc_panel_menu_list_width +androidx.vectordrawable.R$dimen: int notification_top_pad +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: java.lang.String UVIndexText +android.didikee.donate.R$attr: int panelMenuListWidth +com.google.android.material.R$styleable: int ActionBar_contentInsetStart +wangdaye.com.geometricweather.R$color: int colorSearchBarBackground_dark +androidx.appcompat.R$styleable: int SwitchCompat_track +cyanogenmod.weather.WeatherLocation$Builder: java.lang.String mCityId +wangdaye.com.geometricweather.R$id: int accessibility_action_clickable_span +androidx.recyclerview.R$id: int icon_group +cyanogenmod.app.suggest.IAppSuggestManager$Stub: IAppSuggestManager$Stub() +com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_multiChoiceItemLayout +com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_layout_keyline +com.jaredrummler.android.colorpicker.R$styleable: int FontFamily_fontProviderCerts +com.google.android.material.slider.BaseSlider: void setTrackHeight(int) +wangdaye.com.geometricweather.R$layout: int cpv_preference_circle_large +io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver +androidx.viewpager2.R$styleable: int GradientColor_android_startColor +com.amap.api.fence.GeoFenceClient: void setGeoFenceAble(java.lang.String,boolean) +wangdaye.com.geometricweather.R$styleable: int Preference_android_key +wangdaye.com.geometricweather.R$string: int path_password_strike_through +com.xw.repo.bubbleseekbar.R$string: int abc_toolbar_collapse_description +cyanogenmod.providers.WeatherContract$WeatherColumns +com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getEndIconContentDescription() +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: io.reactivex.functions.Function mapper +androidx.constraintlayout.widget.R$color: int highlighted_text_material_dark +android.didikee.donate.R$styleable: int LinearLayoutCompat_Layout_android_layout_width +com.google.android.material.progressindicator.ProgressIndicator: int getIndicatorSize() +retrofit2.http.GET: java.lang.String value() +androidx.drawerlayout.R$styleable: int FontFamily_fontProviderFetchTimeout +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: java.lang.String getLogo() +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit F +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_thumbTint +androidx.appcompat.R$styleable: int FontFamilyFont_android_ttcIndex +com.google.android.material.R$style: int Base_Widget_AppCompat_ActionBar_Solid +com.google.android.material.chip.ChipGroup: int getCheckedChipId() +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_PopupMenu_Overflow +androidx.preference.R$styleable: int SearchView_searchHintIcon +okhttp3.RequestBody: okhttp3.RequestBody create(okhttp3.MediaType,byte[],int,int) +com.tencent.bugly.crashreport.common.info.a: java.lang.String I +wangdaye.com.geometricweather.R$color: int mtrl_btn_ripple_color +james.adaptiveicon.R$color: int primary_text_default_material_light +androidx.preference.R$styleable: int[] ButtonBarLayout +androidx.constraintlayout.widget.R$attr: int iconTint +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Chip +retrofit2.converter.gson.GsonConverterFactory: GsonConverterFactory(com.google.gson.Gson) +com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getThumbTintList() +android.didikee.donate.R$id: int right_side +cyanogenmod.weatherservice.WeatherProviderService: void attachBaseContext(android.content.Context) +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintTop_creator +com.amap.api.location.AMapLocation: int LOCATION_TYPE_CELL +wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_elevation +wangdaye.com.geometricweather.R$drawable: int ic_delete +com.turingtechnologies.materialscrollbar.R$id: int scrollIndicatorUp +com.google.android.material.R$id: int accessibility_custom_action_30 wangdaye.com.geometricweather.R$color: int mtrl_calendar_item_stroke_color -wangdaye.com.geometricweather.R$attr: int materialAlertDialogBodyTextStyle -cyanogenmod.externalviews.ExternalView$2: ExternalView$2(cyanogenmod.externalviews.ExternalView,int,int,int,int,boolean,android.graphics.Rect) -com.tencent.bugly.proguard.ap: java.util.Map n -com.google.android.material.R$styleable: int ExtendedFloatingActionButton_showMotionSpec -retrofit2.adapter.rxjava2.CallExecuteObservable: void subscribeActual(io.reactivex.Observer) -com.google.android.material.R$style: int Base_Widget_AppCompat_TextView -com.google.android.material.R$styleable: int KeyCycle_transitionEasing -androidx.preference.R$id: int multiply -wangdaye.com.geometricweather.R$attr: int listPreferredItemHeight -androidx.viewpager2.R$layout: R$layout() -androidx.work.impl.utils.futures.DirectExecutor -androidx.hilt.lifecycle.R$string: R$string() -okhttp3.internal.ws.WebSocketProtocol: int B1_MASK_LENGTH -androidx.lifecycle.FullLifecycleObserver: void onStop(androidx.lifecycle.LifecycleOwner) -androidx.lifecycle.ViewModel -com.google.android.material.circularreveal.CircularRevealRelativeLayout: CircularRevealRelativeLayout(android.content.Context) -cyanogenmod.app.CustomTile$ExpandedItem: CustomTile$ExpandedItem(android.os.Parcel) -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.util.List probabilityForecast -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer uvIndex -wangdaye.com.geometricweather.R$attr: int chipIcon -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver -com.jaredrummler.android.colorpicker.R$style: int Platform_V25_AppCompat -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List diaoyu -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_4_30 -com.turingtechnologies.materialscrollbar.R$attr: int titleTextStyle -com.google.android.material.R$styleable: int AnimatedStateListDrawableCompat_android_dither -com.jaredrummler.android.colorpicker.R$color: int primary_material_light -wangdaye.com.geometricweather.R$style: int Widget_Design_Snackbar -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button -android.didikee.donate.R$string -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String getUnitId() -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large -cyanogenmod.externalviews.KeyguardExternalViewProviderService: boolean DEBUG -com.google.android.material.R$layout: int mtrl_calendar_day -wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Suffix -com.google.android.material.internal.NavigationMenuView: int getWindowAnimations() -com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_CollapsingToolbar -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintEnd_toEndOf -okhttp3.RealCall: java.lang.String redactedUrl() -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_verticalGap -androidx.hilt.work.R$id: int normal -okhttp3.logging.LoggingEventListener: void responseHeadersEnd(okhttp3.Call,okhttp3.Response) -com.google.android.material.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton -wangdaye.com.geometricweather.settings.dialogs.AnimatableIconDialog: AnimatableIconDialog() -wangdaye.com.geometricweather.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog -android.didikee.donate.R$color: int switch_thumb_material_dark -com.google.android.material.R$styleable: int ConstraintLayout_Layout_barrierDirection -wangdaye.com.geometricweather.R$drawable: int ic_collected -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature: AccuCurrentResult$RealFeelTemperature() -androidx.constraintlayout.widget.R$color: int switch_thumb_normal_material_light -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable: boolean isDisposed() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.util.List getDefense() -wangdaye.com.geometricweather.R$attr: int expandedTitleMarginBottom -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceListItem -com.turingtechnologies.materialscrollbar.R$color: int mtrl_textinput_default_box_stroke_color -android.didikee.donate.R$style: int Widget_AppCompat_CompoundButton_Switch -com.google.android.material.button.MaterialButton: void setShapeAppearanceModel(com.google.android.material.shape.ShapeAppearanceModel) -wangdaye.com.geometricweather.R$attr: int bsb_bubble_color -androidx.drawerlayout.R$id: int blocking -com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_check_to_on_mtrl_000 -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Display4 -cyanogenmod.app.ProfileManager: void setActiveProfile(java.lang.String) -com.tencent.bugly.crashreport.crash.anr.b: void d() -okhttp3.internal.platform.Platform: java.lang.Object getStackTraceForCloseable(java.lang.String) -com.google.android.gms.common.SignInButton: void setScopes(com.google.android.gms.common.api.Scope[]) -androidx.coordinatorlayout.R$id: int accessibility_custom_action_8 -okio.ByteString: okio.ByteString sha1() -com.jaredrummler.android.colorpicker.R$layout: int preference_widget_checkbox -com.turingtechnologies.materialscrollbar.R$anim: int abc_slide_out_bottom -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_115 -com.amap.api.fence.GeoFence: int ADDGEOFENCE_SUCCESS -androidx.activity.R$id: int accessibility_custom_action_4 -com.google.android.gms.common.api.ResolvableApiException: ResolvableApiException(com.google.android.gms.common.api.Status) -com.google.android.material.R$attr: int actionModeCopyDrawable -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Body1 -com.tencent.bugly.crashreport.crash.anr.b: com.tencent.bugly.proguard.w e -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: java.util.List value -okhttp3.Cache$2: java.lang.String nextUrl -com.tencent.bugly.crashreport.biz.a: void a(java.util.List) -com.google.android.material.R$styleable: int MaterialCalendar_dayInvalidStyle -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource CAIYUN -james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarSize -com.google.android.material.R$styleable: int TextAppearance_fontVariationSettings -com.turingtechnologies.materialscrollbar.R$attr: int submitBackground -com.turingtechnologies.materialscrollbar.R$attr: int textAppearancePopupMenuHeader -com.jaredrummler.android.colorpicker.R$dimen: int abc_floating_window_z -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_motionTarget -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonStyle -cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy: java.lang.String getInterfaceDescriptor() -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice$AdviceContext: java.lang.String level -com.google.android.material.R$styleable: int ActivityChooserView_initialActivityCount -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionBar_TabBar -okhttp3.Response: okhttp3.CacheControl cacheControl() -com.google.android.material.R$drawable: int abc_list_divider_material -com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_layout_behavior -okhttp3.internal.http2.Http2Codec: void writeRequestHeaders(okhttp3.Request) -androidx.lifecycle.ViewModelStoreOwner -wangdaye.com.geometricweather.R$id: int item -wangdaye.com.geometricweather.R$drawable: int ic_gauge -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: boolean isValid() -com.google.android.material.R$styleable: int BottomAppBar_fabCradleRoundedCornerRadius -com.google.android.material.R$color: int accent_material_dark -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Small_Inverse -com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat_Dialog_Alert -com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_padding_bottom -com.amap.api.location.AMapLocationClientOption: float getDeviceModeDistanceFilter() -com.turingtechnologies.materialscrollbar.R$attr: int dividerPadding -wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_dark_disabled -androidx.constraintlayout.widget.R$id: int left -wangdaye.com.geometricweather.R$string: int settings_title_alert_notification_switch -androidx.appcompat.R$style: int Widget_AppCompat_ActionBar_TabBar -androidx.appcompat.R$style: int Base_V7_Theme_AppCompat_Dialog -android.didikee.donate.R$style: int ThemeOverlay_AppCompat_Dark -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder fragment(java.lang.String) -androidx.appcompat.R$drawable: int abc_textfield_search_activated_mtrl_alpha -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_subtitle_material_toolbar -androidx.appcompat.R$attr: int fontProviderQuery -wangdaye.com.geometricweather.R$animator: int mtrl_btn_unelevated_state_list_anim -androidx.viewpager.R$id: int right_side -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_TabText -okhttp3.internal.http2.Http2Stream: void closeLater(okhttp3.internal.http2.ErrorCode) -com.google.android.material.R$attr: int transitionFlags -wangdaye.com.geometricweather.R$string: int feedback_background_location_summary -com.google.android.material.textfield.TextInputLayout: int getCounterMaxLength() -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: long dt -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintBaseline_toBaselineOf -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title -com.bumptech.glide.integration.okhttp.R$id: int tag_unhandled_key_listeners -com.google.android.material.slider.RangeSlider: void setValues(java.lang.Float[]) -wangdaye.com.geometricweather.R$dimen: int tooltip_margin -androidx.preference.R$style: int ThemeOverlay_AppCompat_Dialog -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String componentToMixNMatchKey(java.lang.String) -cyanogenmod.app.PartnerInterface: cyanogenmod.app.PartnerInterface sPartnerInterfaceInstance -com.google.android.material.R$styleable: int AppCompatTheme_actionBarTabTextStyle -com.google.android.material.R$styleable: int SnackbarLayout_animationMode -wangdaye.com.geometricweather.R$id: int item_icon_provider_title -com.tencent.bugly.proguard.u: boolean d() -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource valueOf(java.lang.String) -com.google.android.material.R$style: int Theme_AppCompat_Light_NoActionBar -com.google.android.material.floatingactionbutton.FloatingActionButton$Behavior: FloatingActionButton$Behavior() -androidx.vectordrawable.animated.R$styleable: int GradientColor_android_centerX -retrofit2.BuiltInConverters$VoidResponseBodyConverter -io.reactivex.Observable: io.reactivex.Observable serialize() -cyanogenmod.hardware.CMHardwareManager: int getDisplayGammaCalibrationMax() -com.tencent.bugly.crashreport.inner.InnerApi: void postU3dCrashAsync(java.lang.String,java.lang.String,java.lang.String) -com.xw.repo.bubbleseekbar.R$drawable: int abc_edit_text_material -wangdaye.com.geometricweather.R$string: int settings_title_daily_trend_display -androidx.coordinatorlayout.R$styleable: int FontFamily_fontProviderFetchTimeout -androidx.core.R$id: int accessibility_action_clickable_span -androidx.constraintlayout.widget.R$interpolator: int btn_radio_to_off_mtrl_animation_interpolator_0 -retrofit2.RequestBuilder: void setBody(okhttp3.RequestBody) -android.didikee.donate.R$dimen: int abc_dialog_min_width_minor -wangdaye.com.geometricweather.R$string: int settings_title_item_animation_switch -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getNighttimeWeatherText() -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Ceiling -androidx.hilt.R$id: int action_image -com.google.android.material.R$attr: int telltales_velocityMode -androidx.constraintlayout.widget.R$id: int action_menu_divider -androidx.appcompat.widget.AppCompatImageView -com.turingtechnologies.materialscrollbar.R$attr: int selectableItemBackgroundBorderless -com.jaredrummler.android.colorpicker.R$style: int Base_V21_Theme_AppCompat_Light -io.reactivex.internal.util.NotificationLite$SubscriptionNotification: java.lang.String toString() -wangdaye.com.geometricweather.R$string: int material_timepicker_hour -com.google.android.material.R$id: int incoming -cyanogenmod.app.CustomTile$ExpandedStyle: CustomTile$ExpandedStyle(android.os.Parcel) -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light_NoActionBar -androidx.lifecycle.extensions.R$dimen: int compat_button_padding_vertical_material -androidx.constraintlayout.widget.R$id: int scrollView -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult: MfHistoryResult() -androidx.constraintlayout.widget.R$id: int line3 -com.google.android.material.R$drawable: int ic_mtrl_checked_circle -androidx.lifecycle.ClassesInfoCache: java.util.Map mHasLifecycleMethods -androidx.dynamicanimation.R$id: int italic -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Body1 -androidx.drawerlayout.R$drawable: int notification_bg_normal -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: void onError(java.lang.Throwable) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: java.lang.Object poll() -androidx.appcompat.resources.R$id: int accessibility_custom_action_1 -androidx.lifecycle.LifecycleRegistry: void backwardPass(androidx.lifecycle.LifecycleOwner) -okhttp3.ResponseBody$BomAwareReader: boolean closed -io.reactivex.Observable: io.reactivex.Observable mergeDelayError(java.lang.Iterable) -wangdaye.com.geometricweather.R$font: int product_sans_medium_italic -okhttp3.internal.http2.Http2Connection: void start() -com.google.android.material.R$attr: int textAppearanceSubtitle1 -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: io.reactivex.ObservableSource fallback -com.google.gson.JsonIOException: long serialVersionUID -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem -io.reactivex.internal.util.EmptyComponent: io.reactivex.internal.util.EmptyComponent valueOf(java.lang.String) -androidx.constraintlayout.widget.R$string: int abc_action_mode_done -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: wangdaye.com.geometricweather.db.converters.WeatherCodeConverter weatherCodeConverter -okhttp3.internal.http2.Http2Connection: int openStreamCount() -androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DialogWhenLarge -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_shapeAppearance -androidx.lifecycle.extensions.R$dimen: int notification_right_icon_size -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWindLevel(java.lang.String) -com.tencent.bugly.proguard.ak: java.util.ArrayList o -androidx.viewpager2.R$id: int accessibility_custom_action_12 -androidx.constraintlayout.widget.R$color: int abc_background_cache_hint_selector_material_light -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_lastHorizontalBias -androidx.lifecycle.extensions.R$anim: int fragment_open_enter -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getThermalState -com.google.android.material.bottomnavigation.BottomNavigationMenuView: BottomNavigationMenuView(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_optimizationLevel -wangdaye.com.geometricweather.R$attr: int customColorDrawableValue -com.jaredrummler.android.colorpicker.R$id: int seekbar -io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object) -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintVertical_bias -okhttp3.MultipartBody$Builder -com.google.gson.FieldNamingPolicy$3 -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Object readEntity(android.database.Cursor,int) -io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: io.reactivex.internal.fuseable.QueueDisposable qd -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_9 -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void innerCloseError(java.lang.Throwable) -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: boolean isDisposed() -androidx.constraintlayout.widget.R$attr: int layoutDescription -com.google.android.material.R$style: int Widget_MaterialComponents_ActionBar_Solid -com.google.android.material.R$attr: int labelStyle -wangdaye.com.geometricweather.R$attr: int voiceIcon -androidx.constraintlayout.widget.R$string: int abc_menu_sym_shortcut_label -cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: boolean registerChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) -io.reactivex.Observable: io.reactivex.Single toList(int) -androidx.appcompat.app.AlertController$RecycleListView: AlertController$RecycleListView(android.content.Context) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: java.util.List getValue() -com.google.android.material.R$style: int Base_Widget_AppCompat_SeekBar_Discrete -androidx.appcompat.R$attr: int tickMarkTintMode -cyanogenmod.providers.CMSettings$Secure: float getFloat(android.content.ContentResolver,java.lang.String) -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void otherError(java.lang.Throwable) -com.google.android.material.R$drawable: int btn_radio_on_mtrl -retrofit2.OkHttpCall: okhttp3.Call createRawCall() -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Object readEntity(android.database.Cursor,int) -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult: java.lang.String MobileLink -androidx.recyclerview.R$styleable: int FontFamilyFont_font -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_10 -android.didikee.donate.R$styleable: int Toolbar_titleMarginBottom -com.google.android.material.R$attr: int endIconDrawable -okio.Pipe: Pipe(long) -okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RouteSelector routeSelector -androidx.recyclerview.R$id: int icon -com.google.android.material.R$styleable: int ChipGroup_checkedChip -androidx.constraintlayout.widget.R$dimen: int abc_cascading_menus_min_smallest_width -androidx.preference.R$attr: int state_above_anchor -okhttp3.EventListener: void requestHeadersStart(okhttp3.Call) -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Badge -wangdaye.com.geometricweather.R$layout: int cpv_dialog_color_picker -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void onError(java.lang.Throwable) -androidx.hilt.R$color: R$color() -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_EditText -com.tencent.bugly.crashreport.CrashReport$WebViewInterface: void loadUrl(java.lang.String) -com.amap.api.fence.GeoFence: java.lang.String BUNDLE_KEY_CUSTOMID -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_alphabeticModifiers -androidx.loader.content.Loader: void unregisterOnLoadCanceledListener(androidx.loader.content.Loader$OnLoadCanceledListener) -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeThunderstormPrecipitationDuration(java.lang.Float) -com.google.android.material.R$styleable: int ActionBar_hideOnContentScroll -cyanogenmod.platform.R$xml -androidx.appcompat.R$attr: int drawableTint -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem -com.jaredrummler.android.colorpicker.R$styleable: int[] Spinner -com.google.android.material.R$styleable: int Badge_backgroundColor -cyanogenmod.externalviews.IExternalViewProviderFactory$Stub$Proxy: android.os.IBinder mRemote -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Headline1 -cyanogenmod.app.BaseLiveLockManagerService: void enforceSamePackageOrSystem(java.lang.String,cyanogenmod.app.LiveLockScreenInfo) -retrofit2.Utils$WildcardTypeImpl: java.lang.String toString() -androidx.core.R$dimen: int notification_action_text_size -com.tencent.bugly.crashreport.crash.e: boolean g -androidx.hilt.R$attr: int fontProviderCerts -wangdaye.com.geometricweather.R$styleable: int Layout_barrierMargin -com.bumptech.glide.load.engine.GlideException: GlideException(java.lang.String,java.util.List) -com.google.android.material.R$style: int Animation_AppCompat_DropDownUp -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_tooltipText -com.google.android.material.circularreveal.cardview.CircularRevealCardView: CircularRevealCardView(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog -com.bumptech.glide.R$styleable: int GradientColor_android_endX -wangdaye.com.geometricweather.R$id: int textEnd -james.adaptiveicon.R$style: int Widget_AppCompat_PopupWindow -android.didikee.donate.R$drawable: int abc_list_selector_disabled_holo_light -androidx.constraintlayout.widget.R$drawable: int abc_ic_menu_overflow_material -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_17 -com.tencent.bugly.crashreport.common.strategy.StrategyBean: StrategyBean(android.os.Parcel) -com.jaredrummler.android.colorpicker.ColorPickerDialog: ColorPickerDialog() -androidx.preference.R$attr: int preferenceCategoryTitleTextAppearance -com.xw.repo.bubbleseekbar.R$styleable: int MenuGroup_android_id -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonBarStyle -com.google.android.material.datepicker.MaterialCalendar$CalendarSelector: com.google.android.material.datepicker.MaterialCalendar$CalendarSelector YEAR -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial Imperial -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: ObservableMergeWithMaybe$MergeWithObserver$OtherObserver(io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver) +androidx.preference.R$styleable: int MultiSelectListPreference_android_entries +io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: boolean isDisposed() +com.bumptech.glide.integration.okhttp.R$drawable: int notification_bg_normal_pressed +wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.String getShortUVDescription() +wangdaye.com.geometricweather.R$id: int material_clock_period_am_button +androidx.preference.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionBar_TabBar +androidx.vectordrawable.R$drawable: int notification_bg_low_normal +wangdaye.com.geometricweather.db.entities.DailyEntity: void setUvLevel(java.lang.String) +com.google.android.material.R$styleable: int Constraint_android_translationX +com.jaredrummler.android.colorpicker.R$color: int dim_foreground_material_light +cyanogenmod.os.Concierge: cyanogenmod.os.Concierge$ParcelInfo prepareParcel(android.os.Parcel) +cyanogenmod.app.Profile: cyanogenmod.app.Profile fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource CN +androidx.preference.R$attr: int ratingBarStyleIndicator +wangdaye.com.geometricweather.R$attr: int height +com.tencent.bugly.BuglyStrategy: boolean isEnableNativeCrashMonitor() +com.tencent.bugly.crashreport.common.info.b: long m() +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.String name +wangdaye.com.geometricweather.R$styleable: int MenuView_android_headerBackground +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_setDisplayGammaCalibration +cyanogenmod.externalviews.ExternalViewProperties: int getY() +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void dispose() +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeTemperature(int) +com.bumptech.glide.integration.okhttp.R$id: int tag_transition_group +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Body2 +androidx.constraintlayout.utils.widget.MotionTelltales: MotionTelltales(android.content.Context,android.util.AttributeSet,int) +com.turingtechnologies.materialscrollbar.R$styleable: int[] FontFamilyFont +com.google.android.material.R$id: int on +wangdaye.com.geometricweather.R$styleable: int OnSwipe_touchRegionId +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Weather weather +com.google.android.gms.signin.internal.zab: android.os.Parcelable$Creator CREATOR +com.bumptech.glide.R$id: int icon +james.adaptiveicon.R$style: int Base_Widget_AppCompat_PopupWindow +io.reactivex.subjects.PublishSubject$PublishDisposable: boolean isDisposed() +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_star_half_black_36dp +wangdaye.com.geometricweather.R$integer: int cpv_default_anim_duration +android.didikee.donate.R$color: int material_blue_grey_950 +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_87 +wangdaye.com.geometricweather.R$integer: int abc_config_activityShortDur +androidx.appcompat.R$dimen: int abc_text_size_small_material +com.google.android.material.R$styleable: int TextInputLayout_shapeAppearanceOverlay +james.adaptiveicon.R$styleable: int MenuItem_android_titleCondensed +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeIcePrecipitationProbability +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property IcePrecipitationProbability +androidx.lifecycle.Transformations$3 +androidx.cardview.widget.CardView: float getCardElevation() +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_transformPivotY +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_backgroundTintMode +com.jaredrummler.android.colorpicker.R$color: int background_material_light +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title +com.amap.api.location.AMapLocation: java.lang.String o(com.amap.api.location.AMapLocation,java.lang.String) +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Display4 +com.jaredrummler.android.colorpicker.R$string: int abc_searchview_description_query +io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: void onError(java.lang.Throwable) +com.google.android.material.R$string +com.baidu.location.e.p: java.util.List a(org.json.JSONObject,java.lang.String,int) +android.didikee.donate.R$styleable: int[] AppCompatTheme +androidx.vectordrawable.animated.R$id: int action_text +androidx.dynamicanimation.R$string: int status_bar_notification_info_overflow +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: int consumed +cyanogenmod.themes.IThemeService: void requestThemeChange(cyanogenmod.themes.ThemeChangeRequest,boolean) +androidx.appcompat.R$color: int abc_primary_text_material_dark +com.xw.repo.bubbleseekbar.R$id: int shortcut +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: java.lang.String from +androidx.constraintlayout.widget.R$attr: int barrierAllowsGoneWidgets +androidx.appcompat.R$style: int Theme_AppCompat_Light_NoActionBar +wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat +com.bumptech.glide.integration.okhttp.R$color: int notification_action_color_filter +okhttp3.internal.http2.ConnectionShutdownException +android.support.v4.os.ResultReceiver: android.support.v4.os.IResultReceiver mReceiver +androidx.appcompat.R$drawable: int abc_list_longpressed_holo +wangdaye.com.geometricweather.R$layout: int item_about_link +com.google.android.material.R$id: int accessibility_custom_action_10 +wangdaye.com.geometricweather.R$attr: int expandedTitleMarginEnd +wangdaye.com.geometricweather.R$styleable: int KeyPosition_framePosition +android.didikee.donate.R$attr: int thumbTintMode +androidx.appcompat.R$attr: int paddingTopNoTitle +androidx.viewpager.R$style: int Widget_Compat_NotificationActionContainer +wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_Dialog +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_dropdownPreferenceStyle +androidx.coordinatorlayout.R$attr: int layout_behavior +androidx.preference.R$attr: int listPreferredItemHeightLarge +androidx.lifecycle.ProcessLifecycleOwnerInitializer: android.database.Cursor query(android.net.Uri,java.lang.String[],java.lang.String,java.lang.String[],java.lang.String) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dropDownListViewStyle +com.turingtechnologies.materialscrollbar.R$style: int Base_V21_Theme_AppCompat_Light +wangdaye.com.geometricweather.R$dimen: int abc_text_size_button_material +wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource source +com.google.android.material.R$id: int tag_accessibility_pane_title +androidx.preference.R$style: int TextAppearance_Compat_Notification_Title +androidx.coordinatorlayout.R$attr: int alpha +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: float getProgress() +com.tencent.bugly.crashreport.crash.c: c(int,android.content.Context,com.tencent.bugly.proguard.w,boolean,com.tencent.bugly.BuglyStrategy$a,com.tencent.bugly.proguard.o,java.lang.String) +com.google.android.material.R$styleable: int Constraint_transitionEasing +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Compat_Notification +wangdaye.com.geometricweather.R$attr: int alertDialogButtonGroupStyle +com.google.android.material.R$style: int Widget_MaterialComponents_AutoCompleteTextView_FilledBox_Dense +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_growMode +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_83 +android.didikee.donate.R$attr: int actionViewClass +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedEmitLast: void complete() +wangdaye.com.geometricweather.R$attr: int itemTextAppearanceInactive +com.xw.repo.bubbleseekbar.R$attr: int fontProviderPackage +retrofit2.HttpServiceMethod: retrofit2.HttpServiceMethod parseAnnotations(retrofit2.Retrofit,java.lang.reflect.Method,retrofit2.RequestFactory) +androidx.lifecycle.ProcessLifecycleOwner$1: void run() +okhttp3.Response: java.lang.String message +com.tencent.bugly.crashreport.common.info.a: boolean a() +androidx.hilt.R$color: int notification_icon_bg_color +androidx.lifecycle.SavedStateHandleController: void attachHandleIfNeeded(androidx.lifecycle.ViewModel,androidx.savedstate.SavedStateRegistry,androidx.lifecycle.Lifecycle) +wangdaye.com.geometricweather.R$mipmap: R$mipmap() +retrofit2.Platform: retrofit2.Platform findPlatform() +okhttp3.Headers: java.util.Date getDate(java.lang.String) +com.google.android.material.circularreveal.cardview.CircularRevealCardView: android.graphics.drawable.Drawable getCircularRevealOverlayDrawable() +com.google.android.material.R$layout: int material_clockface_textview +com.google.android.material.R$attr: int fontStyle +retrofit2.Invocation +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_android_indeterminate +okio.ForwardingSource: long read(okio.Buffer,long) +androidx.lifecycle.extensions.R$styleable: int Fragment_android_id +androidx.constraintlayout.widget.R$dimen: int abc_floating_window_z +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_88 +wangdaye.com.geometricweather.remoteviews.config.Hilt_MultiCityWidgetConfigActivity +com.google.android.material.chip.Chip: void setBackgroundColor(int) +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getSo2Color(android.content.Context) +androidx.constraintlayout.widget.R$styleable +james.adaptiveicon.R$id: int default_activity_button +james.adaptiveicon.R$styleable: int LinearLayoutCompat_android_baselineAligned +james.adaptiveicon.R$styleable: int AppCompatTheme_windowActionBar +com.google.android.material.R$drawable: int abc_list_selector_holo_dark +com.google.android.material.textfield.MaterialAutoCompleteTextView: MaterialAutoCompleteTextView(android.content.Context) +androidx.appcompat.R$dimen: int hint_alpha_material_light +com.google.android.material.R$dimen: int mtrl_calendar_dialog_background_inset +okhttp3.Cookie: boolean secure +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void onNext(java.lang.Object) +james.adaptiveicon.R$style: int Widget_AppCompat_SearchView_ActionBar +wangdaye.com.geometricweather.R$mipmap +android.didikee.donate.R$style: int Platform_V25_AppCompat +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Large +com.tencent.bugly.crashreport.common.info.a: boolean u +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: boolean cancelled +com.google.android.material.R$dimen: int mtrl_textinput_box_stroke_width_focused +androidx.constraintlayout.widget.R$attr: int tooltipText +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PressureTendency +com.jaredrummler.android.colorpicker.R$id: int right +com.google.android.material.R$dimen: int mtrl_btn_pressed_z +android.didikee.donate.R$style: int Platform_AppCompat +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeSplitBackground +androidx.lifecycle.LiveData$ObserverWrapper: void detachObserver() +wangdaye.com.geometricweather.R$drawable: int clock_hour_light +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: java.lang.String toString() +cyanogenmod.externalviews.ExternalViewProviderService: android.view.WindowManager access$400(cyanogenmod.externalviews.ExternalViewProviderService) +cyanogenmod.platform.R$drawable +retrofit2.http.Body +com.jaredrummler.android.colorpicker.R$style: int Base_V7_Widget_AppCompat_Toolbar +android.didikee.donate.R$styleable: int AppCompatTheme_dropDownListViewStyle +wangdaye.com.geometricweather.R$attr: int contrast +wangdaye.com.geometricweather.R$attr: int layout_constraintWidth_percent +androidx.recyclerview.widget.RecyclerView: androidx.core.view.NestedScrollingChildHelper getScrollingChildHelper() +io.reactivex.internal.disposables.EmptyDisposable: void error(java.lang.Throwable,io.reactivex.MaybeObserver) +wangdaye.com.geometricweather.R$drawable: int notification_bg_low_pressed +androidx.recyclerview.widget.RecyclerView: void removeOnItemTouchListener(androidx.recyclerview.widget.RecyclerView$OnItemTouchListener) +androidx.appcompat.R$styleable: int AppCompatTheme_android_windowAnimationStyle +okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RealConnection connection() +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String AUTHOR +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder reencodeForUri() +com.xw.repo.bubbleseekbar.R$string: int abc_action_menu_overflow_description +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_unregisterCallback +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getFontThemePackageName() +android.didikee.donate.R$dimen: int abc_text_size_title_material +wangdaye.com.geometricweather.R$attr: int alertDialogTheme +wangdaye.com.geometricweather.R$attr: int itemTextColor +com.jaredrummler.android.colorpicker.R$styleable: int[] View +androidx.preference.R$drawable: int abc_list_pressed_holo_dark +androidx.loader.R$id: int text2 +wangdaye.com.geometricweather.R$attr: int dividerHorizontal +androidx.hilt.lifecycle.R$color: R$color() +android.didikee.donate.R$string: int status_bar_notification_info_overflow +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Humidity: java.lang.Integer max +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric: int UnitType +com.google.android.material.R$dimen: int mtrl_calendar_day_vertical_padding +james.adaptiveicon.R$attr: int panelMenuListTheme +com.xw.repo.bubbleseekbar.R$attr: int searchViewStyle +com.google.android.material.R$styleable: int Constraint_android_scaleY +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintEnd_toEndOf +android.didikee.donate.R$style: int TextAppearance_AppCompat_Title_Inverse +com.amap.api.location.AMapLocationQualityReport +com.google.android.material.R$id: int mtrl_motion_snapshot_view +com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_backgroundTint +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float rain6h +wangdaye.com.geometricweather.R$id: int confirm_button +com.xw.repo.bubbleseekbar.R$style: int Widget_Support_CoordinatorLayout +com.tencent.bugly.crashreport.biz.UserInfoBean: java.lang.String n +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_verticalGap +androidx.hilt.work.R$styleable: int FontFamilyFont_fontWeight +okhttp3.internal.ws.RealWebSocket: okhttp3.Request originalRequest +okio.ByteString: ByteString(byte[]) +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_icon_1 +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Tooltip +com.turingtechnologies.materialscrollbar.R$styleable: int View_android_theme +androidx.dynamicanimation.R$dimen +com.google.android.material.switchmaterial.SwitchMaterial +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: java.lang.String getPubTime() +android.didikee.donate.R$styleable: int MenuItem_android_alphabeticShortcut +com.amap.api.location.AMapLocationClientOption: boolean isKillProcess() +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_showMotionSpec +com.google.android.material.R$attr: int layout_constraintWidth_percent +wangdaye.com.geometricweather.R$layout: int preference_list_fragment +wangdaye.com.geometricweather.db.entities.LocationEntity: void setTimeZone(java.util.TimeZone) +com.baidu.location.e.l$b +com.xw.repo.bubbleseekbar.R$dimen: int abc_seekbar_track_progress_height_material +wangdaye.com.geometricweather.R$id: int toolbar +android.didikee.donate.R$styleable: int TextAppearance_textLocale +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: long serialVersionUID +android.didikee.donate.R$drawable: int abc_spinner_textfield_background_material +com.tencent.bugly.crashreport.CrashReport: void initCrashReport(android.content.Context,java.lang.String,boolean) +james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarTabBarStyle +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Spinner +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight +cyanogenmod.themes.ThemeManager$1$2 +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ListPopupWindow +androidx.vectordrawable.animated.R$color: int notification_icon_bg_color +com.jaredrummler.android.colorpicker.R$attr: int popupTheme +androidx.hilt.work.R$style: int TextAppearance_Compat_Notification_Time +wangdaye.com.geometricweather.R$layout: int item_trend_daily +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat_Dialog_Alert +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: io.reactivex.disposables.Disposable upstream +androidx.appcompat.resources.R$drawable: int notification_action_background +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light_DarkActionBar +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_height_fullscreen +wangdaye.com.geometricweather.R$attr: int saturation +io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: boolean inCompletable +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_TabText com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_NoActionBar -okio.GzipSource -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit KM -androidx.appcompat.resources.R$id: int accessibility_custom_action_29 -com.xw.repo.bubbleseekbar.R$dimen: int compat_notification_large_icon_max_height -io.reactivex.Observable: java.lang.Iterable blockingNext() -okhttp3.RequestBody: void writeTo(okio.BufferedSink) -com.tencent.bugly.proguard.ak: java.util.Map C -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setWeatherCode(wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode) -okhttp3.internal.http2.Http2: java.lang.String[] FLAGS -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_DarkActionBar_Bridge -com.jaredrummler.android.colorpicker.R$style: int Base_V21_Theme_AppCompat_Dialog -wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float Ozone -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_dividerPadding -com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_check_to_on_mtrl_015 -wangdaye.com.geometricweather.R$color: int colorRoot_dark -cyanogenmod.app.ICMTelephonyManager: void setSubState(int,boolean) -androidx.appcompat.R$attr: int dropdownListPreferredItemHeight -okhttp3.Cache: void initialize() -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_paddingRight -androidx.fragment.app.Fragment$SavedState -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_goneMarginLeft -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: boolean IsAlias -androidx.appcompat.widget.AppCompatEditText: android.view.textclassifier.TextClassifier getTextClassifier() -com.google.android.material.R$styleable: int Slider_trackHeight -wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: void setProgress(float) -wangdaye.com.geometricweather.R$dimen: int material_clock_display_padding -com.google.android.material.R$styleable: int KeyTimeCycle_android_translationX -com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_ab_back_material -retrofit2.OptionalConverterFactory$OptionalConverter: retrofit2.Converter delegate -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog_Icon -androidx.coordinatorlayout.R$styleable: int FontFamily_fontProviderFetchStrategy -androidx.appcompat.resources.R$id: int normal -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableTint -android.didikee.donate.R$dimen: int abc_floating_window_z -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onScreenTurnedOff() -cyanogenmod.app.BaseLiveLockManagerService$1: void updateDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) -james.adaptiveicon.R$attr: int itemPadding -androidx.appcompat.R$styleable: int Toolbar_navigationIcon -androidx.appcompat.R$drawable: int abc_scrubber_control_off_mtrl_alpha -okhttp3.HttpUrl: java.lang.String encodedPath() -androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityStopped(android.app.Activity) -androidx.appcompat.R$drawable: int abc_btn_check_material_anim -wangdaye.com.geometricweather.R$layout: R$layout() -retrofit2.OkHttpCall$ExceptionCatchingResponseBody -io.reactivex.internal.operators.observable.ObservablePublish$InnerDisposable: ObservablePublish$InnerDisposable(io.reactivex.Observer) -androidx.hilt.R$id: int right_icon -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintLeft_toRightOf -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: double HoursOfIce -com.google.android.material.button.MaterialButton: java.lang.String getA11yClassName() -cyanogenmod.app.ThemeVersion$ComponentVersion: int getMinVersion() -com.google.android.material.R$dimen: int design_snackbar_action_inline_max_width -wangdaye.com.geometricweather.R$attr: int switchStyle -okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.platform.OptionalMethod setAlpnProtocols -okio.ForwardingTimeout: okio.Timeout delegate -androidx.appcompat.resources.R$dimen: int notification_small_icon_size_as_large -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon -retrofit2.http.QueryName -retrofit2.OkHttpCall: java.lang.Object clone() -okhttp3.internal.http2.Http2Codec: okhttp3.ResponseBody openResponseBody(okhttp3.Response) -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Dark_ActionBar -wangdaye.com.geometricweather.R$id: int ghost_view_holder -com.tencent.bugly.proguard.z: void b(long) -androidx.core.R$attr: int fontProviderQuery -com.turingtechnologies.materialscrollbar.R$layout: int abc_dialog_title_material -okhttp3.internal.cache.DiskLruCache: java.lang.String JOURNAL_FILE -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property UvDescription -com.google.android.material.tabs.TabLayout: int getDefaultHeight() -okhttp3.internal.io.FileSystem -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse -com.turingtechnologies.materialscrollbar.R$attr: int cardBackgroundColor -okhttp3.ConnectionSpec: java.lang.String[] cipherSuites -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean getYesterday() -androidx.preference.R$color: int abc_color_highlight_material -androidx.core.R$drawable: R$drawable() -cyanogenmod.themes.IThemeChangeListener$Stub$Proxy: android.os.IBinder mRemote -androidx.appcompat.R$style: int TextAppearance_AppCompat_Subhead -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: java.lang.String getDistanceVoice(android.content.Context,float) -com.google.android.material.R$styleable: int TextInputLayout_counterMaxLength -wangdaye.com.geometricweather.R$dimen: int widget_little_weather_icon_size -com.xw.repo.bubbleseekbar.R$id: int src_in -androidx.appcompat.R$layout: int select_dialog_item_material -com.google.android.material.R$styleable: int MotionLayout_layoutDescription -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Imperial: AccuCurrentResult$Past24HourTemperatureDeparture$Imperial() -wangdaye.com.geometricweather.R$layout: int abc_alert_dialog_material -com.google.android.material.R$dimen: int mtrl_alert_dialog_background_inset_bottom -wangdaye.com.geometricweather.R$color: int switch_thumb_normal_material_light -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintCircleAngle -androidx.constraintlayout.widget.R$dimen: int abc_dialog_padding_top_material -com.tencent.bugly.crashreport.biz.b: long b(long) -androidx.customview.R$string -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: java.lang.String getPubTime() -io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: ObservableRepeat$RepeatObserver(io.reactivex.Observer,long,io.reactivex.internal.disposables.SequentialDisposable,io.reactivex.ObservableSource) -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: long produced -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: void slideLockscreenIn() -cyanogenmod.weather.WeatherInfo$DayForecast$Builder: int mConditionCode -com.google.android.material.R$styleable: int MaterialAutoCompleteTextView_android_inputType -retrofit2.http.POST -com.github.rahatarmanahmed.cpv.CircularProgressView$8 -com.turingtechnologies.materialscrollbar.R$string: int abc_search_hint -james.adaptiveicon.R$drawable: int abc_text_select_handle_left_mtrl_light -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_resetAll -androidx.lifecycle.ViewModelProvider$NewInstanceFactory: androidx.lifecycle.ViewModelProvider$NewInstanceFactory sInstance -wangdaye.com.geometricweather.R$attr: int showPaths -okhttp3.internal.connection.RealConnection: void connectTls(okhttp3.internal.connection.ConnectionSpecSelector) -james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat_ActionBar -com.google.android.material.card.MaterialCardView: void setRadius(float) -android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem -retrofit2.OkHttpCall: retrofit2.Converter responseConverter -android.didikee.donate.R$styleable: int RecycleListView_paddingTopNoTitle -androidx.preference.R$attr: int ratingBarStyleSmall -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language TURKISH -wangdaye.com.geometricweather.R$layout: int cpv_preference_circle -com.baidu.location.e.m: java.util.List a(org.json.JSONObject,java.lang.String,int) -wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircularSkyWeatherView: int getHeaderHeight() -io.reactivex.internal.subscribers.DeferredScalarSubscriber: void onNext(java.lang.Object) -com.google.android.material.slider.BaseSlider: void setThumbElevation(float) -androidx.preference.R$styleable: int AppCompatSeekBar_tickMark -wangdaye.com.geometricweather.R$id: int item_about_header_appVersion -org.greenrobot.greendao.AbstractDao: void deleteByKeyInsideSynchronized(java.lang.Object,org.greenrobot.greendao.database.DatabaseStatement) -androidx.preference.R$attr: int barLength -androidx.preference.R$attr: int commitIcon -androidx.coordinatorlayout.R$id: int forever -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_2 -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_verticalAlign -io.reactivex.internal.operators.observable.ObserverResourceWrapper: void dispose() -okio.Base64: byte[] MAP -com.baidu.location.indoor.mapversion.c.a$d -android.didikee.donate.R$attr: int windowMinWidthMinor -com.jaredrummler.android.colorpicker.R$attr: int switchMinWidth -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial: AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial() -com.xw.repo.bubbleseekbar.R$attr: int switchStyle -com.google.android.material.R$styleable: int ConstraintSet_layout_goneMarginStart -com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_headerBackground -androidx.appcompat.R$attr: int iconTint -com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_star_black_16dp -wangdaye.com.geometricweather.R$string: int sp_widget_text_setting -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$2: LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$2(androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription) -okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder supportsTlsExtensions(boolean) -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: io.reactivex.functions.Consumer disposer -wangdaye.com.geometricweather.R$id: int container_main_sun_moon_moonrise_moonset -wangdaye.com.geometricweather.R$drawable: int shortcuts_clear_day -wangdaye.com.geometricweather.R$id: int material_textinput_timepicker -io.reactivex.internal.subscriptions.SubscriptionArbiter -wangdaye.com.geometricweather.R$id: int design_menu_item_action_area_stub -androidx.legacy.coreutils.R$attr: int fontProviderFetchTimeout -wangdaye.com.geometricweather.R$styleable: int Transition_staggered -com.tencent.bugly.proguard.aa: com.tencent.bugly.proguard.ab a(int) -okhttp3.internal.http2.Settings: int get(int) -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity -okhttp3.CertificatePinner$Builder: CertificatePinner$Builder() -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setTrimPathEnd(float) -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs: AtmoAuraQAResult$MultiDaysIndexs() -android.didikee.donate.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha -retrofit2.RequestFactory: boolean isFormEncoded -wangdaye.com.geometricweather.R$string: int transition_activity_search_bar -retrofit2.ParameterHandler$1: ParameterHandler$1(retrofit2.ParameterHandler) -androidx.appcompat.widget.SearchView$SavedState: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: java.util.Date StartTime -androidx.dynamicanimation.R$id -android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_PopupMenu -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constrainedHeight -androidx.preference.R$string: int preference_copied -com.google.android.material.progressindicator.ProgressIndicator: com.google.android.material.progressindicator.ProgressIndicatorSpec getSpec() -wangdaye.com.geometricweather.R$id: int material_hour_text_input -wangdaye.com.geometricweather.main.models.LocationResource$Event: wangdaye.com.geometricweather.main.models.LocationResource$Event INITIALIZE -androidx.appcompat.R$attr: int title -com.google.gson.stream.JsonReader -com.google.android.material.R$styleable: int ChipGroup_selectionRequired -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_translationY -com.turingtechnologies.materialscrollbar.R$attr: int checkedIcon -retrofit2.KotlinExtensions$awaitResponse$2$2: void onResponse(retrofit2.Call,retrofit2.Response) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial: java.lang.String Unit -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_EXPORT_WITH_DES_CBC_40_SHA -io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: io.reactivex.internal.disposables.SequentialDisposable upstream -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionButton_Overflow -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_MULTIPLE_LEDS_ENABLE_VALIDATOR -androidx.preference.R$styleable: int DialogPreference_negativeButtonText -okhttp3.HttpUrl$Builder: HttpUrl$Builder() -wangdaye.com.geometricweather.common.ui.activities.AwakeUpdateActivity: AwakeUpdateActivity() -james.adaptiveicon.R$id: int text2 -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: HistoryEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) -androidx.constraintlayout.widget.R$drawable: int abc_list_divider_material -okio.Segment -wangdaye.com.geometricweather.R$drawable: int notification_action_background -cyanogenmod.themes.ThemeManager: android.os.Handler mHandler -com.xw.repo.bubbleseekbar.R$dimen: int abc_search_view_preferred_width -com.google.android.material.R$styleable: int TextInputLayout_boxCollapsedPaddingTop -retrofit2.OkHttpCall$ExceptionCatchingResponseBody: long contentLength() -cyanogenmod.weatherservice.IWeatherProviderService$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_lineHeight -androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_translationY -androidx.preference.R$styleable: int Preference_android_singleLineTitle -okhttp3.internal.http2.Hpack: okhttp3.internal.http2.Header[] STATIC_HEADER_TABLE -com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState[] values() -wangdaye.com.geometricweather.R$attr: int windowFixedWidthMinor -wangdaye.com.geometricweather.R$id: int scrollIndicatorUp -com.turingtechnologies.materialscrollbar.R$layout: int abc_list_menu_item_checkbox -wangdaye.com.geometricweather.R$drawable: int notif_temp_88 -cyanogenmod.app.Profile$DozeMode: int ENABLE -android.didikee.donate.R$styleable: int ActionBar_subtitle -com.google.android.material.R$styleable: int Constraint_animate_relativeTo -james.adaptiveicon.R$styleable: int MenuItem_numericModifiers -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_NULL_SHA -cyanogenmod.hardware.CMHardwareManager: boolean get(int) -android.didikee.donate.R$color: int bright_foreground_material_light -com.xw.repo.bubbleseekbar.R$attr: int panelMenuListWidth -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Button -wangdaye.com.geometricweather.R$string: int wind_0 -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy -cyanogenmod.weather.ICMWeatherManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -androidx.appcompat.R$attr: int logo -com.google.android.material.R$attr: int endIconMode -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA -com.tencent.bugly.crashreport.crash.h5.a: java.lang.String e -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: int maxConcurrency -android.didikee.donate.R$attr: int windowActionBar -james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge -com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_backgroundOverlayColorAlpha -wangdaye.com.geometricweather.R$dimen: int material_filled_edittext_font_1_3_padding_bottom -io.reactivex.internal.subscribers.StrictSubscriber: boolean done -com.jaredrummler.android.colorpicker.R$id: int expanded_menu -wangdaye.com.geometricweather.R$id: int container_main_first_card_header_timeIcon -androidx.appcompat.resources.R$id: int action_container -wangdaye.com.geometricweather.R$style: int PopupWindowAnimation_Bottom_Right -androidx.appcompat.widget.AppCompatEditText: void setCustomSelectionActionModeCallback(android.view.ActionMode$Callback) -wangdaye.com.geometricweather.R$styleable: int MotionTelltales_telltales_tailColor -cyanogenmod.externalviews.ExternalView$3 -wangdaye.com.geometricweather.R$string: int common_signin_button_text -androidx.viewpager2.R$styleable: int FontFamily_fontProviderFetchTimeout -okhttp3.logging.HttpLoggingInterceptor: java.util.Set headersToRedact -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void complete() -com.turingtechnologies.materialscrollbar.CustomIndicator: int getTextSize() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarTabTextStyle -okhttp3.internal.http2.Http2Connection$5: Http2Connection$5(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[],int,java.util.List,boolean) -com.google.android.material.R$style: int Widget_AppCompat_ActionBar_TabView -wangdaye.com.geometricweather.db.entities.WeatherEntity: long getTimeStamp() -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: android.view.WindowManager$LayoutParams access$300(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language SPANISH -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: java.lang.String value -android.didikee.donate.R$styleable: int AppCompatTheme_actionOverflowMenuStyle -androidx.preference.R$drawable: int abc_btn_check_material_anim -com.xw.repo.bubbleseekbar.R$drawable: int abc_list_selector_disabled_holo_dark -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial: double Value -com.google.android.material.floatingactionbutton.FloatingActionButton: void setCompatPressedTranslationZ(float) -wangdaye.com.geometricweather.R$color: int switch_thumb_disabled_material_light -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: java.lang.String img -androidx.appcompat.R$color: int switch_thumb_material_light -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_27 -cyanogenmod.externalviews.KeyguardExternalView: android.content.Context mContext -wangdaye.com.geometricweather.R$styleable: int PopupWindow_overlapAnchor -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_RatingBar -com.turingtechnologies.materialscrollbar.R$attr: int closeIconStartPadding -androidx.preference.R$attr: int titleMarginBottom -wangdaye.com.geometricweather.R$string: int cpv_transparency -okio.Okio$2: void close() -androidx.appcompat.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Body1 -io.reactivex.Observable: io.reactivex.Observable switchMapSingleDelayError(io.reactivex.functions.Function) -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: org.reactivestreams.Subscriber downstream -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean aqi -androidx.recyclerview.R$dimen: int notification_action_icon_size -io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: io.reactivex.functions.BiPredicate comparer -com.turingtechnologies.materialscrollbar.TouchScrollBar: int getMode() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_alertDialogStyle -james.adaptiveicon.R$drawable: int abc_scrubber_primary_mtrl_alpha -androidx.recyclerview.R$id: int tag_accessibility_clickable_spans -androidx.constraintlayout.widget.R$id: int chronometer -androidx.hilt.work.R$integer: int status_bar_notification_info_maxnum -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_placeholder_content -okhttp3.internal.http2.Settings: int COUNT -retrofit2.RequestBuilder: okhttp3.FormBody$Builder formBuilder -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_TabView -wangdaye.com.geometricweather.R$style: int TestStyleWithThemeLineHeightAttribute -james.adaptiveicon.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated -wangdaye.com.geometricweather.R$drawable: int abc_ic_search_api_material -retrofit2.Retrofit: void validateServiceInterface(java.lang.Class) -android.didikee.donate.R$style: int Widget_AppCompat_ActionMode -androidx.swiperefreshlayout.R$attr -androidx.preference.R$style: int Animation_AppCompat_DropDownUp -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleMarginTop -com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_skipCollapsed -wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_extendMotionSpec -james.adaptiveicon.R$styleable: int ActivityChooserView_initialActivityCount -androidx.constraintlayout.widget.R$styleable: int ActionMenuItemView_android_minWidth -androidx.appcompat.widget.AppCompatAutoCompleteTextView: void setDropDownBackgroundResource(int) -com.turingtechnologies.materialscrollbar.R$id: int add -com.turingtechnologies.materialscrollbar.R$style: int Base_V14_ThemeOverlay_MaterialComponents_Dialog -com.tencent.bugly.Bugly: boolean enable -com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior: AppBarLayout$ScrollingViewBehavior() -retrofit2.Utils$ParameterizedTypeImpl: java.lang.reflect.Type getRawType() -androidx.constraintlayout.widget.R$styleable: int Toolbar_contentInsetRight -io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit) -com.jaredrummler.android.colorpicker.R$attr: int buttonBarNeutralButtonStyle -androidx.constraintlayout.widget.R$layout: int notification_template_icon_group -com.xw.repo.BubbleSeekBar: BubbleSeekBar(android.content.Context) -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title -com.turingtechnologies.materialscrollbar.MaterialScrollBar: MaterialScrollBar(android.content.Context,android.util.AttributeSet) -androidx.preference.R$attr: int min -com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_button_material -com.jaredrummler.android.colorpicker.R$attr: int tintMode -wangdaye.com.geometricweather.R$dimen: int design_snackbar_min_width -okhttp3.CacheControl: okhttp3.CacheControl FORCE_NETWORK -androidx.swiperefreshlayout.R$dimen: int notification_right_icon_size -com.jaredrummler.android.colorpicker.R$id: int buttonPanel -com.google.android.material.R$style: int TextAppearance_Compat_Notification_Line2 -com.google.android.material.R$attr: int selectableItemBackground -androidx.viewpager.widget.PagerTabStrip: void setTabIndicatorColorResource(int) -wangdaye.com.geometricweather.R$styleable: int[] ColorStateListItem +retrofit2.Retrofit$Builder: java.util.List converterFactories() +android.didikee.donate.R$layout: int abc_alert_dialog_title_material +com.turingtechnologies.materialscrollbar.R$style: R$style() +cyanogenmod.providers.CMSettings$System: boolean isLegacySetting(java.lang.String) +androidx.constraintlayout.utils.widget.ImageFilterButton: float getContrast() +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_UnelevatedButton +io.reactivex.internal.functions.Functions$NaturalComparator: io.reactivex.internal.functions.Functions$NaturalComparator valueOf(java.lang.String) +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void clear() +com.turingtechnologies.materialscrollbar.R$attr: int useCompatPadding +com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents +wangdaye.com.geometricweather.R$attr: int buttonBarPositiveButtonStyle +com.google.android.material.R$styleable: int KeyTimeCycle_android_scaleY +com.tencent.bugly.proguard.w: boolean a(java.lang.Runnable) +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property RealFeelShaderTemperature +androidx.preference.R$styleable: int ActivityChooserView_initialActivityCount +wangdaye.com.geometricweather.R$id: int transparency_seekbar +androidx.preference.R$styleable: int PreferenceGroup_android_orderingFromXml +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_blackContainer +com.turingtechnologies.materialscrollbar.R$id: int textinput_counter +wangdaye.com.geometricweather.R$id: int tag_unhandled_key_event_manager +com.google.android.material.chip.Chip: android.graphics.RectF getCloseIconTouchBounds() +com.jaredrummler.android.colorpicker.R$color: int abc_secondary_text_material_light +com.google.android.material.R$attr: int statusBarScrim +james.adaptiveicon.R$dimen: int notification_large_icon_width +androidx.preference.R$styleable: int ListPreference_android_entries +wangdaye.com.geometricweather.R$attr: int bottomSheetStyle +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_0 +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_fontFamily +okhttp3.logging.LoggingEventListener: void requestHeadersStart(okhttp3.Call) +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: long updateTime +androidx.preference.R$styleable: int PreferenceTheme_preferenceInformationStyle +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit +cyanogenmod.hardware.CMHardwareManager: boolean isSunlightEnhancementSelfManaged() +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: void onError(java.lang.Throwable) +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: long serialVersionUID +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: void onComplete() +androidx.appcompat.widget.ListPopupWindow: void setOnItemClickListener(android.widget.AdapterView$OnItemClickListener) +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: io.reactivex.internal.queue.MpscLinkedQueue queue +android.didikee.donate.R$id: int textSpacerNoButtons +okhttp3.internal.Internal: boolean connectionBecameIdle(okhttp3.ConnectionPool,okhttp3.internal.connection.RealConnection) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial: AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial() +com.google.android.material.R$styleable: int AppCompatTextView_autoSizeStepGranularity +com.google.android.material.bottomnavigation.BottomNavigationView: int getMaxItemCount() +androidx.preference.R$drawable: int abc_list_selector_holo_dark +wangdaye.com.geometricweather.R$styleable: int[] TagView +com.google.android.material.R$id: int design_navigation_view +com.turingtechnologies.materialscrollbar.R$id: int item_touch_helper_previous_elevation +wangdaye.com.geometricweather.R$string: int feedback_live_wallpaper_day_night_type +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: io.reactivex.Observer downstream +wangdaye.com.geometricweather.R$anim: int abc_popup_exit +okio.AsyncTimeout$1: AsyncTimeout$1(okio.AsyncTimeout,okio.Sink) +androidx.appcompat.resources.R$dimen: int notification_large_icon_height +com.google.android.material.R$attr: int iconTintMode +com.bumptech.glide.integration.okhttp.R$layout: int notification_action_tombstone +com.google.android.material.R$styleable: int KeyTrigger_motion_triggerOnCollision +com.turingtechnologies.materialscrollbar.R$attr: int srcCompat +com.turingtechnologies.materialscrollbar.R$color: int highlighted_text_material_light +com.amap.api.location.AMapLocation: java.lang.String n +wangdaye.com.geometricweather.R$styleable: int Constraint_android_scaleY +wangdaye.com.geometricweather.R$attr: int settingsActivity +androidx.appcompat.R$layout: int abc_popup_menu_item_layout +androidx.appcompat.R$attr: int titleMarginStart +com.google.android.material.textfield.TextInputLayout: void setStartIconOnClickListener(android.view.View$OnClickListener) +com.google.android.material.R$styleable: int ShapeAppearance_cornerFamily +io.reactivex.internal.util.ArrayListSupplier: io.reactivex.internal.util.ArrayListSupplier valueOf(java.lang.String) +androidx.constraintlayout.widget.R$style: int Platform_V21_AppCompat_Light +wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String getWeatherSource() +androidx.coordinatorlayout.R$styleable: int[] ColorStateListItem +okhttp3.OkHttpClient: javax.net.ssl.HostnameVerifier hostnameVerifier +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_Switch +com.xw.repo.bubbleseekbar.R$color: int abc_hint_foreground_material_light +com.google.android.material.slider.Slider: android.content.res.ColorStateList getTrackActiveTintList() +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Large_Inverse +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_DrawerArrowToggle +androidx.hilt.lifecycle.R$styleable: int GradientColor_android_endColor +james.adaptiveicon.R$string: int abc_searchview_description_submit +wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_marginTop +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintCircleRadius +cyanogenmod.app.CMContextConstants: java.lang.String CM_STATUS_BAR_SERVICE +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.WeatherEntityDao weatherEntityDao +okhttp3.internal.Util: okhttp3.RequestBody EMPTY_REQUEST +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow +cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_USER_KEY +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_subtitle +androidx.viewpager2.R$styleable: int GradientColor_android_startY +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintBaseline_creator +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.String hourlyForecast +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setYesterday(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textColorAlertDialogListItem +com.turingtechnologies.materialscrollbar.R$attr: int editTextStyle +com.google.android.gms.common.SignInButton: SignInButton(android.content.Context,android.util.AttributeSet,int) +okhttp3.internal.http.HttpHeaders: boolean varyMatches(okhttp3.Response,okhttp3.Headers,okhttp3.Request) +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningMaxCountItems: MfWarningsResult$WarningMaxCountItems() +com.baidu.location.e.n: java.util.List a(org.json.JSONObject,java.lang.String,int) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeIcePrecipitationDuration(java.lang.Float) +androidx.appcompat.R$styleable: int LinearLayoutCompat_showDividers +cyanogenmod.alarmclock.ClockContract$AlarmsColumns: java.lang.String HOUR +com.tencent.bugly.crashreport.crash.h5.a: java.lang.String e +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: ObservableWithLatestFromMany$WithLatestFromObserver(io.reactivex.Observer,io.reactivex.functions.Function,int) +androidx.appcompat.R$style: int Widget_AppCompat_Toolbar_Button_Navigation +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_switchTextAppearance +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property CityId +wangdaye.com.geometricweather.R$id: int container_main_details_recyclerView +com.tencent.bugly.proguard.u: void a(java.lang.Runnable,boolean,boolean,long) +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar +okhttp3.HttpUrl$Builder: int effectivePort() +androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType: androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType NONE +com.google.android.material.R$id: int material_hour_tv +androidx.constraintlayout.widget.R$color: int bright_foreground_inverse_material_light +com.google.android.material.R$styleable: int NavigationView_android_background +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_AutoCompleteTextView +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: int getStatus() +androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionBar_TabText +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModePasteDrawable +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_selectableItemBackground +wangdaye.com.geometricweather.R$id: int activity_widget_config_cardAlphaContainer +wangdaye.com.geometricweather.R$string: int visibility +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours: AccuCurrentResult$PrecipitationSummary$Past6Hours() +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void drain() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_fontVariationSettings +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: void request(long) +wangdaye.com.geometricweather.R$drawable: int ic_keyboard_black_24dp +okhttp3.internal.cache.FaultHidingSink: void close() +cyanogenmod.util.ColorUtils: int dropAlpha(int) +androidx.fragment.R$drawable: int notification_bg_normal_pressed +androidx.swiperefreshlayout.R$dimen: int notification_action_text_size +com.amap.api.fence.GeoFenceManagerBase +com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode: com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode[] values() +androidx.appcompat.R$attr: int arrowShaftLength +com.google.android.material.R$styleable: int NavigationView_itemBackground +androidx.constraintlayout.widget.R$drawable: int abc_ic_star_black_36dp +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial: double Value +wangdaye.com.geometricweather.R$layout: int mtrl_calendar_day +androidx.viewpager.widget.PagerTabStrip +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHeight_min +okhttp3.internal.http1.Http1Codec: int HEADER_LIMIT +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Imperial +okio.HashingSource: okio.HashingSource hmacSha256(okio.Source,okio.ByteString) +androidx.vectordrawable.R$id: int tag_accessibility_heading +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getDailyForecast() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum +com.turingtechnologies.materialscrollbar.R$attr: int fontProviderQuery +com.google.android.material.circularreveal.CircularRevealFrameLayout +wangdaye.com.geometricweather.R$styleable: int Chip_iconStartPadding +androidx.lifecycle.SavedStateViewModelFactory: android.os.Bundle mDefaultArgs +androidx.preference.R$styleable: int LinearLayoutCompat_Layout_android_layout_height +androidx.lifecycle.LiveData: java.lang.Runnable mPostValueRunnable +james.adaptiveicon.R$styleable: int ColorStateListItem_android_color +android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_translationY +wangdaye.com.geometricweather.db.entities.LocationEntity: float longitude +androidx.coordinatorlayout.R$styleable: int FontFamilyFont_fontStyle +android.didikee.donate.R$styleable: int ActionBar_titleTextStyle +com.google.android.material.tabs.TabLayout: int getDefaultHeight() +cyanogenmod.weather.WeatherLocation: java.lang.String getState() +androidx.appcompat.R$drawable: int btn_radio_off_mtrl +androidx.constraintlayout.widget.R$styleable: int MenuGroup_android_visible +com.google.android.material.R$styleable: int AppCompatTheme_panelMenuListTheme +com.xw.repo.bubbleseekbar.R$styleable: int ActionMode_titleTextStyle +com.google.android.material.R$styleable: int MotionHelper_onHide +android.didikee.donate.R$attr: int showText +com.google.android.material.R$styleable: int FontFamily_fontProviderPackage +com.google.android.material.R$attr: int verticalOffset +okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection$Listener listener +com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy UPPER_CAMEL_CASE_WITH_SPACES +com.jaredrummler.android.colorpicker.R$styleable: int ListPreference_useSimpleSummaryProvider +com.google.android.material.R$styleable: int Layout_layout_constraintGuide_percent +wangdaye.com.geometricweather.R$attr: int boxStrokeColor +androidx.constraintlayout.widget.R$id: int end +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color: AccuAlertResult$Color() +wangdaye.com.geometricweather.R$attr: int contentPaddingRight +androidx.viewpager.R$id: int action_image +com.google.android.material.R$dimen: int abc_cascading_menus_min_smallest_width +com.jaredrummler.android.colorpicker.R$dimen: int hint_pressed_alpha_material_light +io.reactivex.Observable: io.reactivex.Observable merge(io.reactivex.ObservableSource,int) +com.google.android.material.R$styleable: int Constraint_flow_horizontalStyle +james.adaptiveicon.R$styleable: int AppCompatTheme_android_windowAnimationStyle +com.google.android.material.R$attr: int waveDecay +androidx.preference.R$styleable: int DrawerArrowToggle_arrowHeadLength +wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig chineseCityEntityDaoConfig +com.google.android.material.R$dimen: int material_text_view_test_line_height_override +okhttp3.OkHttpClient$1: okhttp3.Call newWebSocketCall(okhttp3.OkHttpClient,okhttp3.Request) +wangdaye.com.geometricweather.R$style: int cpv_ColorPickerViewStyle +com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState PAUSED +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: HourlyEntityDao(org.greenrobot.greendao.internal.DaoConfig) +wangdaye.com.geometricweather.R$style: int Platform_MaterialComponents +wangdaye.com.geometricweather.R$drawable: int cpv_btn_background +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: int getWindowType() +android.didikee.donate.R$dimen: int abc_text_size_display_1_material +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_thumbTint +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_icon +com.google.android.material.R$dimen: int mtrl_snackbar_background_overlay_color_alpha +com.bumptech.glide.R$dimen: R$dimen() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Metric: java.lang.String Unit +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Small +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWeatherText +okio.Buffer: long indexOf(okio.ByteString,long) +cyanogenmod.providers.WeatherContract$WeatherColumns: android.net.Uri FORECAST_WEATHER_URI +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX() +androidx.preference.R$style: int ThemeOverlay_AppCompat +okhttp3.internal.tls.DistinguishedNameParser: java.lang.String nextAT() +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoonPhaseDescription +com.google.gson.internal.LinkedTreeMap: java.lang.Object remove(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$attr: int suggestionRowLayout +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_alertDialogTheme +okio.SegmentedByteString: okio.ByteString toAsciiUppercase() +okhttp3.internal.ws.RealWebSocket: java.util.ArrayDeque pongQueue +wangdaye.com.geometricweather.R$string: int settings_notification_hide_big_view_on +james.adaptiveicon.R$styleable: int FontFamily_fontProviderCerts +com.google.android.material.R$styleable: int MockView_mock_diagonalsColor +androidx.lifecycle.extensions.R$dimen: int notification_large_icon_height +androidx.constraintlayout.widget.R$styleable: int Transform_android_transformPivotX +okhttp3.internal.http2.Http2Codec: okhttp3.Interceptor$Chain chain +okhttp3.OkHttpClient: okhttp3.Cache cache() +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_22 +cyanogenmod.hardware.CMHardwareManager: int FEATURE_LONG_TERM_ORBITS +com.turingtechnologies.materialscrollbar.R$attr: int maxActionInlineWidth +androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type SLACK +com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_layout_behavior +androidx.core.R$attr: int ttcIndex +com.amap.api.location.AMapLocationClientOption$GeoLanguage: com.amap.api.location.AMapLocationClientOption$GeoLanguage[] values() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Imperial Imperial +androidx.constraintlayout.widget.R$styleable: int GradientColor_android_endColor +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum: AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum() +android.didikee.donate.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_chainUseRtl +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Large wangdaye.com.geometricweather.R$color: int weather_source_cn -cyanogenmod.providers.CMSettings$System: java.util.Map VALIDATORS -androidx.preference.R$styleable: int Toolbar_menu -okhttp3.MultipartBody: okhttp3.MediaType contentType() -com.google.android.material.R$styleable: int AppCompatImageView_tint -com.xw.repo.bubbleseekbar.R$attr: int alertDialogStyle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Metric: AccuCurrentResult$Past24HourTemperatureDeparture$Metric() -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorSwitchThumbNormal -wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIndicatorFullWidth -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.lang.Integer cloudCover -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common -com.amap.api.fence.GeoFenceClient: int GEOFENCE_STAYED -com.turingtechnologies.materialscrollbar.R$styleable: int CardView_cardCornerRadius -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: java.util.Date Rise -com.tencent.bugly.proguard.u: com.tencent.bugly.proguard.p c -com.google.android.material.R$styleable: int ConstraintSet_layout_goneMarginRight -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void removeFirst() +retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$2: java.lang.Object invoke(java.lang.Object) +android.didikee.donate.R$styleable: int DrawerArrowToggle_spinBars +com.jaredrummler.android.colorpicker.R$attr: int cpv_colorShape +com.google.gson.stream.JsonWriter: java.io.Writer out +com.google.android.material.R$id: int month_navigation_fragment_toggle +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: void cancel(java.lang.Object) +wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_adjustable +com.google.android.material.internal.NavigationMenuView: NavigationMenuView(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.widget.R$drawable: int abc_switch_track_mtrl_alpha +com.google.android.material.R$dimen: int abc_text_size_caption_material +android.didikee.donate.R$attr: int titleMargin +cyanogenmod.providers.CMSettings$System: boolean putStringForUser(android.content.ContentResolver,java.lang.String,java.lang.String,int) +wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setMinuteInterval(int) +okhttp3.CookieJar: java.util.List loadForRequest(okhttp3.HttpUrl) +wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: java.lang.String modeId +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dropDownListViewStyle +retrofit2.Call: boolean isCanceled() +androidx.appcompat.widget.AppCompatRadioButton: void setButtonDrawable(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.R$styleable: int Chip_closeIconEnabled +com.jaredrummler.android.colorpicker.R$styleable: int[] SeekBarPreference +okhttp3.internal.tls.OkHostnameVerifier: OkHostnameVerifier() +com.tencent.bugly.crashreport.inner.InnerApi: void postH5CrashAsync(java.lang.Thread,java.lang.String,java.lang.String,java.lang.String,java.util.Map) +androidx.appcompat.R$attr: int autoSizeMaxTextSize +wangdaye.com.geometricweather.R$attr: int crossfade +cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy james.adaptiveicon.R$style: int Theme_AppCompat_Light_Dialog_Alert -okio.ByteString: okio.ByteString of(java.nio.ByteBuffer) -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: io.reactivex.internal.queue.SpscLinkedArrayQueue getOrCreateQueue() -cyanogenmod.themes.IThemeService$Stub$Proxy: void unregisterThemeProcessingListener(cyanogenmod.themes.IThemeProcessingListener) -com.turingtechnologies.materialscrollbar.R$styleable: int ActionMode_backgroundSplit -com.google.android.material.R$style: int Widget_AppCompat_RatingBar_Small -com.google.android.material.R$styleable: int[] MaterialCalendar -android.didikee.donate.R$id: int tabMode -androidx.constraintlayout.widget.R$id: int action_bar_activity_content -com.google.android.material.appbar.CollapsingToolbarLayout: int getScrimVisibleHeightTrigger() -androidx.coordinatorlayout.R$id: int left -com.turingtechnologies.materialscrollbar.R$integer: int bottom_sheet_slide_duration -com.google.android.material.R$attr: int constraint_referenced_ids -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void otherSuccess(java.lang.Object) -wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.util.List _queryWeatherEntity_DailyEntityList(java.lang.String,java.lang.String) -okhttp3.Cookie: int hashCode() -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_DropDownItem -androidx.core.R$styleable: int GradientColor_android_startY -androidx.lifecycle.ClassesInfoCache$MethodReference -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getAqi() -androidx.coordinatorlayout.R$dimen: int notification_action_icon_size -cyanogenmod.platform.Manifest$permission: java.lang.String OBSERVE_AUDIO_SESSIONS -io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: UnicastSubject$UnicastQueueDisposable(io.reactivex.subjects.UnicastSubject) -androidx.legacy.coreutils.R$layout: int notification_template_icon_group +androidx.appcompat.R$styleable: int TextAppearance_textAllCaps +wangdaye.com.geometricweather.R$dimen: int material_clock_hand_stroke_width +androidx.appcompat.R$anim: int btn_radio_to_on_mtrl_dot_group_animation +androidx.preference.R$attr: int listPreferredItemHeight +com.google.android.material.appbar.CollapsingToolbarLayout: CollapsingToolbarLayout(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$styleable: int[] PopupWindow +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial Imperial +wangdaye.com.geometricweather.R$dimen: int abc_text_size_title_material +okhttp3.internal.http.UnrepeatableRequestBody +com.google.android.material.R$styleable: int ShapeAppearance_cornerSizeTopLeft +james.adaptiveicon.R$id: int title +com.jaredrummler.android.colorpicker.ColorPanelView: void setShape(int) +com.github.rahatarmanahmed.cpv.CircularProgressViewListener: void onProgressUpdate(float) +wangdaye.com.geometricweather.R$layout: int material_textinput_timepicker +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomAppBar_Colored +android.support.v4.app.INotificationSideChannel: void cancelAll(java.lang.String) +cyanogenmod.app.ThemeVersion: java.lang.String MIN_SUPPORTED_THEME_VERSION_FIELD_NAME +androidx.coordinatorlayout.R$id: int right_side +androidx.loader.R$id: int notification_main_column_container +com.amap.api.fence.GeoFence: int TYPE_POLYGON +retrofit2.ParameterHandler$Path: retrofit2.Converter valueConverter +android.didikee.donate.R$style: int Widget_AppCompat_Light_AutoCompleteTextView +wangdaye.com.geometricweather.R$attr: int contentDescription +com.jaredrummler.android.colorpicker.R$style: int Platform_AppCompat_Light +androidx.appcompat.R$dimen: int abc_dialog_list_padding_top_no_title +okhttp3.internal.http2.Http2Reader: okio.BufferedSource source +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getWindDirection() +wangdaye.com.geometricweather.R$attr: int hoveredFocusedTranslationZ +com.amap.api.location.CoordinateConverter: android.content.Context b +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_android_switchTextOff +android.didikee.donate.R$attr: int displayOptions +androidx.preference.R$styleable: int AppCompatTheme_imageButtonStyle +wangdaye.com.geometricweather.R$id: int flip +okhttp3.internal.http2.Http2Stream: void receiveData(okio.BufferedSource,int) +androidx.preference.R$color: int preference_fallback_accent_color +okhttp3.Response: okhttp3.ResponseBody peekBody(long) +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_DialogWhenLarge +com.xw.repo.bubbleseekbar.R$attr: int theme +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed$Imperial: double Value +com.google.android.material.R$styleable: int ActivityChooserView_initialActivityCount +okhttp3.internal.platform.Platform: void configureTlsExtensions(javax.net.ssl.SSLSocket,java.lang.String,java.util.List) +com.google.android.material.R$attr: int materialCalendarHeaderTitle +androidx.constraintlayout.widget.R$styleable: int Toolbar_titleTextColor +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: float getBackgroundOverlayColorAlpha() +cyanogenmod.providers.WeatherContract$WeatherColumns: android.net.Uri CURRENT_AND_FORECAST_WEATHER_URI +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable: void run() +com.google.android.material.R$layout: int mtrl_calendar_month_labeled +androidx.constraintlayout.widget.R$layout: int abc_action_mode_bar +com.google.android.material.R$styleable: int[] OnClick +androidx.constraintlayout.widget.R$id: int asConfigured +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: void run() +com.turingtechnologies.materialscrollbar.R$attr: int contentPaddingRight +okhttp3.internal.http2.Http2Connection$6: Http2Connection$6(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[],int,okio.Buffer,int,boolean) +com.xw.repo.BubbleSeekBar: void setSecondTrackColor(int) +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge +androidx.legacy.coreutils.R$dimen: int compat_notification_large_icon_max_width +com.turingtechnologies.materialscrollbar.R$attr: int tabContentStart +com.google.android.material.R$dimen: int mtrl_extended_fab_icon_text_spacing +io.reactivex.internal.schedulers.AbstractDirectTask: java.lang.Runnable getWrappedRunnable() +androidx.vectordrawable.R$styleable: int[] GradientColor +okhttp3.internal.http2.Http2Stream: void waitForIo() +androidx.constraintlayout.widget.R$dimen: int abc_edit_text_inset_horizontal_material +androidx.appcompat.R$style: int ThemeOverlay_AppCompat_Dark +androidx.dynamicanimation.R$drawable: int notification_template_icon_low_bg +com.turingtechnologies.materialscrollbar.Indicator: int getIndicatorHeight() +okhttp3.Cookie$Builder: boolean persistent +com.google.android.material.R$attr: int textAppearanceSubtitle1 +cyanogenmod.hardware.CMHardwareManager: boolean isSupported(int) +com.xw.repo.bubbleseekbar.R$style: int Base_V22_Theme_AppCompat_Light +com.google.android.material.R$attr: int tooltipText +wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.lang.String getLunar() +wangdaye.com.geometricweather.R$attr: int dotDiameter +com.google.android.material.card.MaterialCardView: float getProgress() +androidx.appcompat.R$id: int accessibility_custom_action_15 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Metric: int UnitType +okhttp3.internal.http2.Http2Reader$Handler +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX: CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX() +com.google.android.material.R$attr: int selectableItemBackgroundBorderless +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.lang.Integer snowHazard3h +wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayWeekWidgetConfigActivity: Hilt_ClockDayWeekWidgetConfigActivity() +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setNotification(java.lang.String) +com.google.android.material.R$attr: int textAppearanceHeadline5 +wangdaye.com.geometricweather.R$dimen: int touch_rise_z +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_android_imeOptions +com.google.android.material.R$style: int Theme_MaterialComponents_NoActionBar_Bridge +com.tencent.bugly.crashreport.crash.e: boolean a(java.lang.Thread) +io.reactivex.exceptions.OnErrorNotImplementedException: OnErrorNotImplementedException(java.lang.Throwable) +androidx.preference.R$id: int progress_circular +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float no2 +com.xw.repo.bubbleseekbar.R$attr: int maxButtonHeight +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_seekBarPreferenceStyle +okhttp3.MultipartBody$Builder: okhttp3.MediaType type +james.adaptiveicon.R$id: int text +io.reactivex.internal.util.ArrayListSupplier: java.lang.Object apply(java.lang.Object) +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Description Description +okhttp3.internal.http2.Header: java.lang.String RESPONSE_STATUS_UTF8 +com.tencent.bugly.crashreport.biz.b: void a(android.content.Context,com.tencent.bugly.BuglyStrategy) +wangdaye.com.geometricweather.R$dimen: int material_font_2_0_box_collapsed_padding_top +com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: void setCircularRevealScrimColor(int) +james.adaptiveicon.R$drawable: int abc_item_background_holo_light +androidx.core.R$style: int TextAppearance_Compat_Notification +wangdaye.com.geometricweather.R$styleable: int[] CustomAttribute +wangdaye.com.geometricweather.R$string: int aqi_3 +io.reactivex.Observable: io.reactivex.Observable concatArray(io.reactivex.ObservableSource[]) +androidx.core.R$id: int tag_unhandled_key_listeners +com.jaredrummler.android.colorpicker.R$attr: int searchViewStyle +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property O3 +com.turingtechnologies.materialscrollbar.R$attr: int textColorAlertDialogListItem +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_default_padding_start_material +com.google.android.material.R$attr: int layout_dodgeInsetEdges +androidx.appcompat.R$id: int up +wangdaye.com.geometricweather.R$id: int dark +androidx.constraintlayout.widget.R$attr: int layout_constrainedWidth +io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_alpha +androidx.recyclerview.R$styleable: int[] GradientColor +wangdaye.com.geometricweather.R$string: int material_hour_suffix +okhttp3.internal.connection.RealConnection: okhttp3.Handshake handshake +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1: void onSucceed(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult) +wangdaye.com.geometricweather.R$string: int key_widget_day_week +com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleMargin +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Body1 +androidx.swiperefreshlayout.R$id: R$id() +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setGpsFirstTimeout(long) +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind: java.lang.String icon +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_50 +com.google.android.material.R$attr: int navigationViewStyle +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: java.lang.String Link +james.adaptiveicon.R$attr: int popupWindowStyle +androidx.appcompat.R$styleable: int AppCompatTheme_windowNoTitle +androidx.hilt.lifecycle.R$id: int notification_main_column +androidx.hilt.work.R$style: int TextAppearance_Compat_Notification_Title +androidx.preference.R$styleable: int SeekBarPreference_android_max +io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: io.reactivex.Observer downstream +okhttp3.internal.http2.Http2Connection: boolean isHealthy(long) +james.adaptiveicon.R$styleable: int AppCompatTextView_autoSizeTextType +com.google.android.material.R$styleable: int ActionMode_backgroundSplit +wangdaye.com.geometricweather.db.entities.DailyEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) +com.google.android.material.R$attr: int backgroundInsetBottom +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: void cancel(io.reactivex.internal.queue.SpscLinkedArrayQueue,io.reactivex.internal.queue.SpscLinkedArrayQueue) +com.turingtechnologies.materialscrollbar.R$attr: int state_above_anchor +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid +okhttp3.OkHttpClient: boolean followRedirects() +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getApparentTemperature() +androidx.coordinatorlayout.R$dimen: int compat_control_corner_material +cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.CMHardwareManager getInstance(android.content.Context) +wangdaye.com.geometricweather.R$layout: int test_toolbar_custom_background +cyanogenmod.app.LiveLockScreenInfo: android.content.ComponentName component +android.didikee.donate.R$styleable: int AppCompatTheme_panelBackground +com.xw.repo.bubbleseekbar.R$color: int material_grey_50 +android.didikee.donate.R$styleable: int ActivityChooserView_initialActivityCount +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_68 +okhttp3.internal.cache.DiskLruCache: okhttp3.internal.cache.DiskLruCache$Editor edit(java.lang.String,long) +androidx.appcompat.widget.ActivityChooserModel +com.google.android.material.R$styleable: int Layout_layout_editor_absoluteX +androidx.dynamicanimation.R$layout: R$layout() +wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_handleOffColor +androidx.appcompat.widget.Toolbar: int getContentInsetEndWithActions() +com.google.android.material.R$styleable: int TabItem_android_icon +okhttp3.CertificatePinner$Pin: java.lang.String hashAlgorithm +okio.Okio$2: okio.Timeout timeout() +androidx.lifecycle.ProcessLifecycleOwner: void dispatchPauseIfNeeded() +com.google.android.material.R$dimen: int mtrl_calendar_text_input_padding_top +androidx.constraintlayout.widget.R$styleable: int AlertDialog_android_layout +androidx.dynamicanimation.R$dimen: int compat_button_inset_vertical_material +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: java.lang.Integer humidity +androidx.viewpager.R$dimen: int compat_button_padding_horizontal_material +com.turingtechnologies.materialscrollbar.R$styleable: int MenuGroup_android_id +androidx.appcompat.R$color: int abc_tint_seek_thumb +cyanogenmod.profiles.ConnectionSettings: int getValue() +okio.Okio: okio.Sink sink(java.io.File) +wangdaye.com.geometricweather.R$styleable: int FontFamily_fontProviderFetchStrategy +androidx.appcompat.R$styleable: int AppCompatTheme_windowMinWidthMajor +android.didikee.donate.R$styleable: int SwitchCompat_android_textOff +okio.Buffer$UnsafeCursor: okio.Buffer buffer +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: long serialVersionUID +android.didikee.donate.R$styleable: int AppCompatTheme_windowActionBarOverlay +wangdaye.com.geometricweather.R$layout: int item_about_line +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: java.lang.String getLtoSource() +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_hoveredFocusedTranslationZ +android.didikee.donate.R$color: int primary_text_default_material_light +androidx.preference.R$styleable: int CheckBoxPreference_disableDependentsState +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_headline_material +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Dialog_MinWidth +com.tencent.bugly.crashreport.crash.b: com.tencent.bugly.proguard.u c +org.greenrobot.greendao.AbstractDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) +androidx.appcompat.widget.SwitchCompat: android.content.res.ColorStateList getTrackTintList() +okhttp3.internal.http2.StreamResetException +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar +com.turingtechnologies.materialscrollbar.R$id: int activity_chooser_view_content +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Direction +com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_Bridge +androidx.viewpager.R$id: int tag_unhandled_key_event_manager +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_Alert +wangdaye.com.geometricweather.R$attr: int yearSelectedStyle +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_icon_vertical_padding_material +com.google.android.material.R$styleable: int KeyAttribute_android_alpha +androidx.preference.R$id: int accessibility_custom_action_28 +cyanogenmod.alarmclock.ClockContract$InstancesColumns: int MISSED_STATE +okhttp3.internal.http2.Http2Connection: long access$100(okhttp3.internal.http2.Http2Connection) +cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String HOUR +wangdaye.com.geometricweather.R$dimen: int mtrl_card_corner_radius +james.adaptiveicon.R$styleable: int AppCompatTheme_windowMinWidthMinor +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_TextButton_Snackbar +androidx.transition.R$string: R$string() +wangdaye.com.geometricweather.R$color: int mtrl_navigation_item_text_color +wangdaye.com.geometricweather.R$animator: int weather_partly_cloudy_day_3 +android.didikee.donate.R$attr: int windowActionBarOverlay +wangdaye.com.geometricweather.R$array: int duration_units +com.google.android.material.R$dimen: int mtrl_btn_snackbar_margin_horizontal +com.jaredrummler.android.colorpicker.R$id: int cpv_color_panel_old +com.google.android.material.R$styleable: int DrawerArrowToggle_barLength +androidx.transition.R$styleable: int FontFamilyFont_android_fontWeight +com.google.android.gms.dynamite.DynamiteModule$DynamiteLoaderClassLoader: DynamiteModule$DynamiteLoaderClassLoader() +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit[] values() +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void onResume() +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: void setUnit(java.lang.String) +com.jaredrummler.android.colorpicker.R$attr: int layout +okhttp3.internal.http2.Http2Stream$FramingSink: boolean $assertionsDisabled +okhttp3.internal.ws.WebSocketProtocol: java.lang.String acceptHeader(java.lang.String) +com.tencent.bugly.crashreport.common.info.a: java.lang.Boolean Z +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Centered +androidx.viewpager.R$dimen: int notification_right_icon_size +io.reactivex.internal.subscriptions.BasicIntQueueSubscription: long serialVersionUID +cyanogenmod.providers.CMSettings$System: java.lang.String ZEN_PRIORITY_ALLOW_LIGHTS +com.turingtechnologies.materialscrollbar.R$color: int design_default_color_primary +android.didikee.donate.R$styleable: int AppCompatTheme_searchViewStyle +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: boolean registerChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) +cyanogenmod.app.suggest.IAppSuggestProvider$Stub +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionMenuTextAppearance +com.google.android.material.internal.NavigationMenuItemView: void setChecked(boolean) +androidx.appcompat.widget.ActionMenuView: ActionMenuView(android.content.Context) +com.google.android.material.R$dimen: int design_bottom_navigation_active_item_max_width +wangdaye.com.geometricweather.settings.dialogs.RunningInBackgroundDialog +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: boolean cancelled +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_android_thumb +cyanogenmod.providers.DataUsageContract: DataUsageContract() +james.adaptiveicon.R$dimen: int abc_text_size_display_2_material +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling: java.lang.String Unit +cyanogenmod.hardware.CMHardwareManager: java.lang.String readPersistentString(java.lang.String) +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Temperature: java.lang.Float value +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_CompoundButton_CheckBox +androidx.viewpager2.R$styleable: int GradientColor_android_centerColor +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: int FINISHED +com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_centerX +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation +androidx.appcompat.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_enqueueLiveLockScreen +androidx.preference.R$styleable: int[] ListPreference +okhttp3.Interceptor$Chain: okhttp3.Interceptor$Chain withConnectTimeout(int,java.util.concurrent.TimeUnit) +com.google.android.material.R$attr: int bottomNavigationStyle +androidx.constraintlayout.widget.R$styleable: int[] MotionTelltales +retrofit2.KotlinExtensions$suspendAndThrow$$inlined$suspendCoroutineUninterceptedOrReturn$lambda$1: void run() +wangdaye.com.geometricweather.R$attr: int buttonIconDimen +androidx.appcompat.R$styleable: int PopupWindow_overlapAnchor +wangdaye.com.geometricweather.R$attr: int popupWindowStyle +wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: int getBackgroundColorEnd() +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintLeft_toLeftOf +androidx.customview.R$styleable: int FontFamilyFont_android_ttcIndex +com.tencent.bugly.Bugly +wangdaye.com.geometricweather.R$style: int TextAppearance_Compat_Notification_Info +okhttp3.internal.ws.WebSocketReader: void readControlFrame() +androidx.preference.R$dimen: int highlight_alpha_material_dark +androidx.vectordrawable.R$id: int action_text +wangdaye.com.geometricweather.R$dimen: int widget_design_title_text_size +retrofit2.OkHttpCall: retrofit2.RequestFactory requestFactory +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver parent +androidx.recyclerview.R$id: int line3 +com.xw.repo.bubbleseekbar.R$drawable: int notification_tile_bg +com.google.gson.stream.JsonReader: java.lang.String nextName() +retrofit2.RequestFactory$Builder: boolean gotPath +androidx.constraintlayout.widget.R$drawable: int abc_textfield_activated_mtrl_alpha +com.google.android.material.R$style: int CardView +okhttp3.Cookie: boolean domainMatch(java.lang.String,java.lang.String) +com.google.android.material.floatingactionbutton.FloatingActionButton: void setShapeAppearanceModel(com.google.android.material.shape.ShapeAppearanceModel) +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float getSnow() +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ListView +android.didikee.donate.R$id: int progress_circular +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_actionProviderClass +okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection$Builder pingIntervalMillis(int) +com.google.android.material.R$styleable: int AppCompatImageView_android_src +com.google.android.material.R$styleable: int AppCompatTheme_colorButtonNormal +retrofit2.ParameterHandler$Part: int p +wangdaye.com.geometricweather.R$style: int Preference_PreferenceScreen_Material +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: long uniqueId +android.didikee.donate.R$dimen: int abc_text_size_display_3_material +androidx.fragment.R$id: int accessibility_custom_action_6 +androidx.constraintlayout.widget.R$drawable: int btn_radio_off_to_on_mtrl_animation +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_117 +com.google.android.material.R$style: int TextAppearance_AppCompat_Title_Inverse +com.jaredrummler.android.colorpicker.R$attr: int cpv_showAlphaSlider +com.tencent.bugly.proguard.j +androidx.appcompat.R$id: int blocking +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getRainPrecipitation() +androidx.constraintlayout.widget.R$attr: int layout_constraintCircle +cyanogenmod.hardware.CMHardwareManager: int FEATURE_COLOR_ENHANCEMENT +wangdaye.com.geometricweather.common.rxjava.BaseObserver: void onNext(java.lang.Object) +com.google.android.material.R$id: int accessibility_custom_action_27 +com.jaredrummler.android.colorpicker.R$id: int tag_unhandled_key_listeners +android.didikee.donate.R$styleable: int AppCompatTextHelper_android_drawableTop +com.google.android.material.R$attr: int buttonBarNeutralButtonStyle +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setWifiActiveScan(boolean) +wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle +com.google.android.material.R$attr: int spinnerStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: java.util.List getValue() +androidx.preference.R$attr: int fastScrollHorizontalThumbDrawable +androidx.hilt.work.R$layout: int notification_action +retrofit2.OkHttpCall: okio.Timeout timeout() +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: void run() +wangdaye.com.geometricweather.R$string: int common_google_play_services_update_button +wangdaye.com.geometricweather.R$dimen: int abc_list_item_height_small_material +com.turingtechnologies.materialscrollbar.R$id: int expanded_menu +com.jaredrummler.android.colorpicker.R$styleable: int Preference_selectable +androidx.core.widget.ContentLoadingProgressBar +com.tencent.bugly.proguard.x: boolean c(java.lang.String,java.lang.Object[]) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_DEFAULT_COLOR_VALIDATOR +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_22 +com.turingtechnologies.materialscrollbar.R$attr: int tickMark +com.google.android.material.R$id: int material_timepicker_ok_button +androidx.lifecycle.extensions.R$id: int tag_unhandled_key_event_manager +android.didikee.donate.R$styleable: int AlertDialog_showTitle +com.turingtechnologies.materialscrollbar.R$dimen: int abc_button_padding_horizontal_material +androidx.preference.R$layout: int preference_widget_checkbox +com.jaredrummler.android.colorpicker.R$attr: int statusBarBackground +james.adaptiveicon.R$attr: int suggestionRowLayout +androidx.core.R$id: int info +androidx.constraintlayout.widget.R$styleable: int OnSwipe_touchAnchorId +androidx.lifecycle.LiveData$AlwaysActiveObserver +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem +com.turingtechnologies.materialscrollbar.R$id: int design_menu_item_text +okio.BufferedSink: okio.BufferedSink writeLongLe(long) +com.google.android.material.R$styleable: int AppCompatTheme_windowMinWidthMajor +com.google.android.material.R$styleable: int ViewStubCompat_android_layout +wangdaye.com.geometricweather.R$attr: int contentPaddingLeft +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_18 +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property UvIndex +com.jaredrummler.android.colorpicker.R$string: int abc_searchview_description_submit +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation +androidx.fragment.R$drawable: int notification_icon_background +com.google.android.material.R$styleable: int ButtonBarLayout_allowStacking +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType Refresh +androidx.hilt.lifecycle.R$id: int tag_accessibility_clickable_spans +com.google.android.material.R$styleable: int ShapeAppearance_cornerSizeTopRight +androidx.constraintlayout.widget.R$dimen: int compat_notification_large_icon_max_width +okhttp3.internal.http2.Http2Connection: java.util.concurrent.ScheduledExecutorService writerExecutor +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_23 +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_46 +okhttp3.internal.http2.Http2Stream$StreamTimeout: void timedOut() +com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_TabText +james.adaptiveicon.R$dimen: int abc_text_size_body_1_material +com.google.android.material.R$styleable: int DrawerArrowToggle_drawableSize +james.adaptiveicon.R$attr: int contentInsetEndWithActions +com.jaredrummler.android.colorpicker.R$dimen: int tooltip_y_offset_touch +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: io.reactivex.disposables.Disposable upstream +io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: long serialVersionUID +androidx.recyclerview.widget.RecyclerView: int getMinFlingVelocity() +androidx.appcompat.widget.AppCompatSpinner: AppCompatSpinner(android.content.Context) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial: double Value +com.tencent.bugly.proguard.u: java.lang.Object e(com.tencent.bugly.proguard.u) +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void onComplete() +okio.RealBufferedSource: boolean rangeEquals(long,okio.ByteString) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Metric: double Value +com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_android_fontStyle +android.didikee.donate.R$dimen: int highlight_alpha_material_dark +androidx.appcompat.app.ToolbarActionBar: void removeOnMenuVisibilityListener(androidx.appcompat.app.ActionBar$OnMenuVisibilityListener) +com.google.android.material.R$style: int Base_Widget_AppCompat_PopupWindow +androidx.activity.R$attr: int fontProviderAuthority +androidx.appcompat.R$id: int text2 +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver +androidx.fragment.app.Fragment$SavedState +wangdaye.com.geometricweather.R$attr: int trackColorInactive +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult: wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position position +com.google.android.material.R$dimen: int mtrl_navigation_item_horizontal_padding +cyanogenmod.weather.WeatherInfo$DayForecast: int mConditionCode +androidx.preference.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow +androidx.core.R$id: int dialog_button +okio.ByteString: int lastIndexOf(byte[]) +cyanogenmod.app.Profile$ProfileTrigger: android.os.Parcelable$Creator CREATOR +com.jaredrummler.android.colorpicker.R$id: int customPanel +com.amap.api.fence.PoiItem: void setCity(java.lang.String) +cyanogenmod.hardware.ICMHardwareService: int[] getDisplayGammaCalibration(int) +wangdaye.com.geometricweather.R$attr: int backgroundColor +james.adaptiveicon.R$dimen: int notification_right_side_padding_top +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_Layout_layout_collapseMode +cyanogenmod.profiles.AirplaneModeSettings +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder writeTimeout(long,java.util.concurrent.TimeUnit) +android.didikee.donate.R$style: int Widget_AppCompat_ProgressBar +android.didikee.donate.R$styleable: int Toolbar_popupTheme +androidx.constraintlayout.widget.R$attr: int actionBarStyle +com.tencent.bugly.proguard.y: byte[] a() +com.jaredrummler.android.colorpicker.R$attr: int switchPreferenceStyle +retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: void onError(java.lang.Throwable) +com.turingtechnologies.materialscrollbar.R$animator: int mtrl_fab_transformation_sheet_collapse_spec +androidx.coordinatorlayout.R$style: int TextAppearance_Compat_Notification_Time +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.View onCreatePanelView(int) +com.google.android.material.R$dimen: int material_clock_size +androidx.constraintlayout.widget.R$styleable: int KeyCycle_motionProgress +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_prefixTextColor +androidx.constraintlayout.widget.R$dimen: int abc_dialog_list_padding_top_no_title +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void dispose() +com.google.android.material.R$styleable: int KeyCycle_android_rotationY +com.xw.repo.bubbleseekbar.R$color: int primary_text_default_material_light +android.didikee.donate.R$styleable: int AppCompatTextView_autoSizeTextType +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: int EndMinute +com.turingtechnologies.materialscrollbar.R$anim +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: void setUrl(java.lang.String) +com.google.android.material.R$color: int primary_dark_material_dark +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String SECONDARY_COLOR +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle +androidx.appcompat.widget.AppCompatImageButton +io.reactivex.internal.observers.DeferredScalarObserver: void onNext(java.lang.Object) +com.google.android.material.R$id: int mtrl_calendar_text_input_frame +com.turingtechnologies.materialscrollbar.R$attr: int progressBarPadding +android.didikee.donate.R$styleable: R$styleable() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX() +com.google.android.material.R$attr: int useCompatPadding +cyanogenmod.providers.CMSettings$Secure: java.lang.String PROTECTED_COMPONENT_MANAGERS +androidx.recyclerview.R$attr: int fastScrollVerticalThumbDrawable +com.tencent.bugly.proguard.t +com.google.android.material.slider.RangeSlider: void setTrackActiveTintList(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_DarkActionBar +cyanogenmod.providers.CMSettings$System: java.lang.String BATTERY_LIGHT_PULSE +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_hideMotionSpec +com.jaredrummler.android.colorpicker.R$styleable: int PopupWindowBackgroundState_state_above_anchor +androidx.swiperefreshlayout.R$id: int tag_accessibility_clickable_spans +wangdaye.com.geometricweather.R$id: int action_context_bar +com.xw.repo.bubbleseekbar.R$layout: int abc_dialog_title_material +com.google.android.material.R$styleable: int TextInputLayout_counterEnabled +cyanogenmod.app.CMStatusBarManager +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha +com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_ScrimInsetsFrameLayout +okhttp3.internal.http1.Http1Codec$UnknownLengthSource: okhttp3.internal.http1.Http1Codec this$0 +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: void onComplete() +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void onNext(java.lang.Object) +james.adaptiveicon.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addEncodedPathSegment(java.lang.String) +com.turingtechnologies.materialscrollbar.R$color: int design_fab_stroke_end_inner_color +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowFixedWidthMajor +com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter: void onProgressUpdate(float) +com.xw.repo.bubbleseekbar.R$styleable: int PopupWindow_android_popupBackground +cyanogenmod.app.Profile: cyanogenmod.app.ProfileGroup getDefaultGroup() +wangdaye.com.geometricweather.R$xml: int live_wallpaper +com.google.android.material.R$attr: int onNegativeCross +androidx.core.R$styleable: int GradientColor_android_tileMode +com.google.android.material.R$id: int parallax +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: boolean checkTerminated(boolean,boolean,io.reactivex.Observer,boolean,io.reactivex.internal.operators.observable.ObservableZip$ZipObserver) +androidx.constraintlayout.widget.Placeholder: void setContentId(int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours Past12Hours +com.jaredrummler.android.colorpicker.R$id: int action_image +james.adaptiveicon.R$anim: int abc_shrink_fade_out_from_bottom +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Weather: java.lang.String icon +com.jaredrummler.android.colorpicker.R$attr: int textAppearancePopupMenuHeader +androidx.hilt.R$integer: int status_bar_notification_info_maxnum +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setAlertId(java.lang.String) +com.google.android.material.R$color: int design_error +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_goneMarginRight +androidx.swiperefreshlayout.R$dimen: int compat_button_inset_vertical_material +com.jaredrummler.android.colorpicker.R$attr: int fontStyle wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeSnowPrecipitation() -androidx.appcompat.R$style: int Base_Theme_AppCompat_CompactMenu -com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemIconSize(int) -androidx.constraintlayout.widget.R$styleable: int ActionBar_backgroundSplit -android.didikee.donate.R$styleable: int MenuView_subMenuArrow -androidx.preference.R$dimen: int notification_small_icon_background_padding -androidx.viewpager2.R$styleable: int GradientColor_android_centerY -androidx.swiperefreshlayout.R$id: int notification_background -com.google.android.material.R$xml: int standalone_badge -com.amap.api.location.AMapLocationClientOption: boolean isDownloadCoordinateConvertLibrary() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Imperial: int UnitType -wangdaye.com.geometricweather.R$styleable: int GradientColor_android_tileMode -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_fontVariationSettings -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: java.lang.String removeNativeKeyValue(java.lang.String) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String primary -com.xw.repo.bubbleseekbar.R$attr: int autoSizeMinTextSize -androidx.constraintlayout.widget.R$color: int abc_tint_btn_checkable -okhttp3.internal.http2.Hpack: okio.ByteString checkLowercase(okio.ByteString) -okio.ByteString: okio.ByteString hmac(java.lang.String,okio.ByteString) -com.tencent.bugly.proguard.al: void a(com.tencent.bugly.proguard.j) -io.reactivex.internal.subscribers.StrictSubscriber: void onSubscribe(org.reactivestreams.Subscription) -com.google.android.material.R$styleable: int ImageFilterView_crossfade -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum Minimum -com.tencent.bugly.crashreport.crash.jni.b: java.lang.String a(java.io.BufferedInputStream) -android.didikee.donate.R$style: int TextAppearance_AppCompat_Title_Inverse -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarStyle -com.amap.api.fence.GeoFenceClient: void pauseGeoFence() -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String COL_COMPONENT_ID -androidx.appcompat.widget.SwitchCompat: int getCompoundPaddingLeft() -androidx.preference.R$styleable: int[] AnimatedStateListDrawableCompat -okhttp3.internal.http.HttpDate: java.lang.String format(java.util.Date) -com.google.android.material.R$dimen: int mtrl_textinput_box_corner_radius_medium -androidx.constraintlayout.widget.R$id: int dragEnd -androidx.work.R$id: int tag_accessibility_heading -retrofit2.DefaultCallAdapterFactory$1 -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void request(long) -io.reactivex.internal.util.EmptyComponent: void request(long) -cyanogenmod.app.CustomTile$ExpandedGridItem -com.google.android.material.floatingactionbutton.FloatingActionButton: void setRippleColor(android.content.res.ColorStateList) -okhttp3.Request -com.google.android.material.R$id: int mtrl_picker_text_input_range_end -wangdaye.com.geometricweather.R$id: int tag_accessibility_heading -androidx.hilt.R$id: int accessibility_custom_action_22 -com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_BottomSheet -android.didikee.donate.R$attr: int textAppearanceListItem -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Overline -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowActionBarOverlay -android.didikee.donate.R$styleable: int LinearLayoutCompat_measureWithLargestChild -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Region: java.lang.String ID -androidx.appcompat.resources.R$dimen: int notification_main_column_padding_top -com.github.rahatarmanahmed.cpv.R$integer: R$integer() -okhttp3.internal.platform.Platform: void configureTlsExtensions(javax.net.ssl.SSLSocket,java.lang.String,java.util.List) -okhttp3.HttpUrl: char[] HEX_DIGITS -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void onError(java.lang.Throwable) -com.tencent.bugly.crashreport.crash.jni.b: void a(boolean,java.lang.String) -retrofit2.Retrofit: okhttp3.Call$Factory callFactory() -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: java.lang.Integer iso0 -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Title -androidx.preference.R$id: int search_mag_icon -androidx.core.R$id: int accessibility_custom_action_9 -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_content_padding -wangdaye.com.geometricweather.R$id: int widget_day_week_title -androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_textStyle -wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_gapBetweenBars -com.google.android.material.R$style: int Widget_AppCompat_ActivityChooserView -wangdaye.com.geometricweather.R$styleable: int Layout_layout_editor_absoluteX -io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: void setResource(io.reactivex.disposables.Disposable) -com.google.android.material.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal -com.google.android.material.R$id: int mtrl_calendar_selection_frame -wangdaye.com.geometricweather.common.basic.models.weather.Alert: int describeContents() -com.jaredrummler.android.colorpicker.R$layout: int abc_alert_dialog_material -com.google.android.material.chip.Chip: void setChipEndPaddingResource(int) -com.jaredrummler.android.colorpicker.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar -com.bumptech.glide.integration.okhttp.R$layout: int notification_action -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: java.util.concurrent.atomic.AtomicLong requested -com.google.android.material.card.MaterialCardView: void setCheckedIconSize(int) -wangdaye.com.geometricweather.R$attr: int motion_postLayoutCollision -com.turingtechnologies.materialscrollbar.R$layout: int abc_cascading_menu_item_layout -wangdaye.com.geometricweather.R$style: int widget_text_clock_analog -androidx.transition.R$integer -james.adaptiveicon.R$attr: int textAllCaps -androidx.coordinatorlayout.R$style: int TextAppearance_Compat_Notification_Info -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String PRIMARY_COLOR -android.didikee.donate.R$attr: int textAppearancePopupMenuHeader -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_startIconTintMode -cyanogenmod.app.CustomTile$1: cyanogenmod.app.CustomTile[] newArray(int) -com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$Node removeInternalByKey(java.lang.Object) -androidx.appcompat.R$styleable: int AppCompatTheme_borderlessButtonStyle -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: boolean isDisposed() -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle -wangdaye.com.geometricweather.R$styleable: int ListPreference_android_entries -wangdaye.com.geometricweather.R$styleable: int MenuItem_iconTint -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: void request(long) -wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: int getIconResStart() -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_content_1 -james.adaptiveicon.R$styleable: int AppCompatTextView_autoSizeTextType -com.google.android.material.internal.ForegroundLinearLayout: void setForegroundGravity(int) -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String getPrecipitationText(android.content.Context,float) -okio.SegmentedByteString: okio.ByteString substring(int) -james.adaptiveicon.R$id: int italic -com.google.android.material.internal.ParcelableSparseBooleanArray: android.os.Parcelable$Creator CREATOR -okio.HashingSink: okio.ByteString hash() -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintBottom_toTopOf -androidx.preference.R$drawable: int abc_control_background_material -wangdaye.com.geometricweather.R$drawable: int shortcuts_thunder_foreground -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintEnd_toEndOf -okhttp3.Response: okhttp3.Handshake handshake() -cyanogenmod.app.suggest.ApplicationSuggestion$1 -androidx.constraintlayout.widget.R$id: int dragRight -com.xw.repo.bubbleseekbar.R$dimen: int highlight_alpha_material_dark -androidx.appcompat.widget.ActivityChooserView: void setActivityChooserModel(androidx.appcompat.widget.ActivityChooserModel) -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ListPopupWindow -com.turingtechnologies.materialscrollbar.R$id: int alertTitle -wangdaye.com.geometricweather.R$attr: int customIntegerValue -androidx.constraintlayout.widget.R$attr: int paddingEnd -androidx.constraintlayout.widget.R$styleable: int Constraint_android_transformPivotY -com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String l() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$6: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 -cyanogenmod.app.PartnerInterface: void rebootDevice() -com.google.android.material.R$bool: int mtrl_btn_textappearance_all_caps -androidx.appcompat.R$id: int accessibility_custom_action_1 -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_textAllCaps -androidx.constraintlayout.widget.R$styleable: int[] Motion -com.jaredrummler.android.colorpicker.R$attr: int isLightTheme -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Maximum -wangdaye.com.geometricweather.R$drawable: int abc_btn_colored_material -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: long getTime() -io.reactivex.internal.operators.observable.ObservableGroupBy$State: long serialVersionUID -androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_textFontWeight -androidx.preference.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated -james.adaptiveicon.R$attr: int listPopupWindowStyle -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title -james.adaptiveicon.R$color: int abc_tint_default -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_textLocale -com.jaredrummler.android.colorpicker.R$id: int contentPanel -com.google.android.material.tabs.TabLayout: android.graphics.drawable.Drawable getTabSelectedIndicator() -com.google.android.material.circularreveal.cardview.CircularRevealCardView: CircularRevealCardView(android.content.Context) -com.google.android.material.R$styleable: int[] GradientColor -james.adaptiveicon.R$drawable: int abc_scrubber_track_mtrl_alpha -androidx.lifecycle.viewmodel.R: R() -androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_android_font -com.google.android.material.R$styleable: int ConstraintSet_android_layout_marginEnd -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Title -androidx.transition.R$id: int normal -io.reactivex.internal.schedulers.RxThreadFactory: long serialVersionUID -wangdaye.com.geometricweather.R$id: int content -androidx.appcompat.R$styleable: int GradientColor_android_gradientRadius -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_searchViewStyle -wangdaye.com.geometricweather.R$id: int bottomRecyclerView -wangdaye.com.geometricweather.R$drawable: int cpv_btn_background_pressed -com.google.android.material.R$dimen: int abc_alert_dialog_button_dimen -wangdaye.com.geometricweather.R$styleable: int BottomAppBar_backgroundTint -org.greenrobot.greendao.database.DatabaseOpenHelper: void onCreate(android.database.sqlite.SQLiteDatabase) -androidx.constraintlayout.widget.R$styleable: int ActionBar_indeterminateProgressStyle -io.reactivex.internal.subscribers.StrictSubscriber: StrictSubscriber(org.reactivestreams.Subscriber) -com.autonavi.aps.amapapi.model.AMapLocationServer: void e(java.lang.String) -androidx.appcompat.R$layout: int custom_dialog -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle -com.google.android.material.chip.ChipGroup: void setDividerDrawableHorizontal(android.graphics.drawable.Drawable) -com.tencent.bugly.proguard.z: boolean a(java.lang.Runnable) -com.tencent.bugly.proguard.p: boolean a(com.tencent.bugly.proguard.r) -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) -androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityCreated(android.app.Activity,android.os.Bundle) -wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar: PrecipitationBar(android.content.Context) -androidx.appcompat.widget.AppCompatSpinner$DropdownPopup -androidx.constraintlayout.widget.R$dimen: int abc_dropdownitem_text_padding_right -wangdaye.com.geometricweather.R$attr: int coordinatorLayoutStyle -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_transformPivotY -androidx.swiperefreshlayout.R$attr: int fontStyle -com.xw.repo.bubbleseekbar.R$drawable: int abc_textfield_search_activated_mtrl_alpha -androidx.preference.R$style: int TextAppearance_AppCompat_Caption -com.turingtechnologies.materialscrollbar.R$string: int hide_bottom_view_on_scroll_behavior -okhttp3.Cache: void trackResponse(okhttp3.internal.cache.CacheStrategy) -com.google.android.material.R$styleable: int ConstraintSet_android_elevation -cyanogenmod.power.PerformanceManagerInternal: void launchBoost() -com.amap.api.fence.PoiItem: void setPoiId(java.lang.String) -wangdaye.com.geometricweather.db.entities.AlertEntity: long getTime() -com.google.android.material.R$drawable: int ic_mtrl_chip_checked_black -wangdaye.com.geometricweather.R$attr: int keylines -androidx.activity.R$id: int accessibility_custom_action_19 -wangdaye.com.geometricweather.common.basic.models.weather.Base -retrofit2.HttpException: java.lang.String message() -com.google.android.material.R$styleable: int AppCompatTheme_popupMenuStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX$IndicesBean: java.lang.String type +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_wrapMode +io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature Temperature +wangdaye.com.geometricweather.R$string: int material_timepicker_text_input_mode_description +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_gradientRadius +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial Imperial +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: CNWeatherResult$HourlyForecast() +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Display4 +cyanogenmod.weather.CMWeatherManager$RequestStatus: int COMPLETED +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: void runSync() +com.google.android.material.R$drawable: int mtrl_dialog_background +io.reactivex.observers.TestObserver$EmptyObserver: void onComplete() +com.xw.repo.bubbleseekbar.R$layout: int abc_search_view +wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_textColorLink +okhttp3.internal.http2.Http2Connection$4 +android.didikee.donate.R$styleable: int AppCompatTheme_selectableItemBackground +com.google.android.material.R$attr: int onTouchUp +james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader +com.jaredrummler.android.colorpicker.R$id: int seekbar +wangdaye.com.geometricweather.common.ui.behaviors.InkPageIndicatorBehavior +com.xw.repo.bubbleseekbar.R$styleable: R$styleable() +androidx.appcompat.resources.R$color: R$color() +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Body2 com.jaredrummler.android.colorpicker.R$dimen: int cpv_required_padding -androidx.dynamicanimation.R$attr: int fontVariationSettings -com.xw.repo.bubbleseekbar.R$attr: int titleTextStyle -androidx.appcompat.widget.SwitchCompat: android.graphics.drawable.Drawable getThumbDrawable() -com.google.android.material.R$attr: int paddingRightSystemWindowInsets -okio.AsyncTimeout: void scheduleTimeout(okio.AsyncTimeout,long,boolean) -com.tencent.bugly.b: boolean a -com.google.android.material.R$styleable: int AppCompatTheme_editTextBackground -io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapSupport parent -james.adaptiveicon.R$color: int switch_thumb_disabled_material_light -androidx.activity.R$id: int accessibility_custom_action_29 -com.amap.api.location.CoordinateConverter$CoordType -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind Wind -androidx.constraintlayout.widget.R$drawable: int abc_textfield_search_material -com.turingtechnologies.materialscrollbar.R$styleable: int[] AnimatedStateListDrawableCompat -com.jaredrummler.android.colorpicker.R$attr: int cpv_allowCustom -wangdaye.com.geometricweather.common.basic.models.weather.Minutely: boolean daylight -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarPopupTheme -wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_drawableSize -wangdaye.com.geometricweather.db.entities.DailyEntity: int getDaytimeTemperature() -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_iconTintMode -okhttp3.HttpUrl$Builder: java.lang.String INVALID_HOST -com.xw.repo.bubbleseekbar.R$drawable: int abc_textfield_activated_mtrl_alpha -com.turingtechnologies.materialscrollbar.R$attr: int actionModeCloseButtonStyle -com.xw.repo.bubbleseekbar.R$color: int background_material_dark -retrofit2.Retrofit: retrofit2.Converter requestBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],java.lang.annotation.Annotation[]) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getMoonPhaseDescription() -wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: AbsTrendItemView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$styleable: int Transform_android_elevation -wangdaye.com.geometricweather.common.basic.models.weather.Wind: int getWindColor(android.content.Context) +cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: void cancelRequest(int) +androidx.recyclerview.R$style: int TextAppearance_Compat_Notification_Title +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver +retrofit2.RequestBuilder: void canonicalizeForPath(okio.Buffer,java.lang.String,int,int,boolean) +okhttp3.internal.http2.Http2Connection$6: boolean val$inFinished +androidx.recyclerview.R$attr: int alpha +androidx.preference.R$id: int accessibility_custom_action_15 +com.tencent.bugly.crashreport.common.info.a: java.lang.String s() +io.reactivex.Observable: io.reactivex.Observable timestamp() +wangdaye.com.geometricweather.R$dimen: int design_tab_text_size_2line +wangdaye.com.geometricweather.R$layout: int mtrl_calendar_months +wangdaye.com.geometricweather.R$drawable: int notif_temp_60 +cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper: void onCustomTilePosted(org.cyanogenmod.internal.statusbar.IStatusBarCustomTileHolder) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date moonSetDate +androidx.hilt.R$id: int chronometer +com.bumptech.glide.R$id: int chronometer +com.tencent.bugly.proguard.d: java.util.HashMap f +com.google.android.material.R$dimen: int test_mtrl_calendar_day_cornerSize +com.google.android.gms.internal.location.zzac +androidx.lifecycle.ViewModelStore: java.util.HashMap mMap +wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat_Light +cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks: boolean requestDismiss() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setAqi(java.lang.String) +androidx.appcompat.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 +okhttp3.internal.ws.RealWebSocket: boolean writeOneFrame() +com.google.android.material.floatingactionbutton.FloatingActionButton: void setShowMotionSpecResource(int) +okhttp3.Response: Response(okhttp3.Response$Builder) +com.turingtechnologies.materialscrollbar.R$attr: int colorSecondary +com.turingtechnologies.materialscrollbar.R$attr: int itemHorizontalPadding +com.turingtechnologies.materialscrollbar.R$integer: int mtrl_btn_anim_delay_ms +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: io.reactivex.internal.util.AtomicThrowable errors +wangdaye.com.geometricweather.db.entities.DailyEntityDao: wangdaye.com.geometricweather.db.converters.WeatherCodeConverter daytimeWeatherCodeConverter +cyanogenmod.themes.IThemeChangeListener$Stub: int TRANSACTION_onProgress_0 +androidx.hilt.work.R$bool +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_singleLineTitle +cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: java.lang.String RINGTONE +james.adaptiveicon.R$styleable: int AppCompatTheme_windowActionBarOverlay +okhttp3.TlsVersion: okhttp3.TlsVersion TLS_1_0 +android.didikee.donate.R$dimen: int abc_config_prefDialogWidth +androidx.lifecycle.Transformations$2 +androidx.core.R$styleable: int GradientColor_android_startX +androidx.viewpager2.R$id: int icon +okhttp3.Cache: int readInt(okio.BufferedSource) +androidx.legacy.coreutils.R$id: int action_text +okio.Okio: java.util.logging.Logger logger +wangdaye.com.geometricweather.db.entities.WeatherEntity +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float snow +android.didikee.donate.R$style: int Theme_AppCompat_Light_DarkActionBar +androidx.preference.R$styleable: int[] MenuItem +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: io.reactivex.internal.queue.SpscLinkedArrayQueue queue +androidx.multidex.MultiDexApplication: MultiDexApplication() +wangdaye.com.geometricweather.R$string: int wind_8 +com.google.android.material.internal.NavigationMenuItemView: void setNeedsEmptyIcon(boolean) +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_contentInsetStart +com.tencent.bugly.proguard.af: java.lang.String a +androidx.lifecycle.ComputableLiveData: java.util.concurrent.atomic.AtomicBoolean mInvalid +wangdaye.com.geometricweather.R$attr: int actionModePopupWindowStyle +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_fitToContents +okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.tls.CertificateChainCleaner buildCertificateChainCleaner(javax.net.ssl.X509TrustManager) +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber +com.tencent.bugly.proguard.r: java.lang.String f +james.adaptiveicon.R$style: int Widget_AppCompat_ProgressBar_Horizontal +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void request(long) +wangdaye.com.geometricweather.db.entities.DailyEntity: long time +james.adaptiveicon.R$styleable: int Toolbar_contentInsetStart +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay CARD_HOURLY_OVERVIEW +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_horizontalAlign +cyanogenmod.providers.CMSettings$Global: boolean putIntForUser(android.content.ContentResolver,java.lang.String,int,int) +androidx.customview.R$id: int action_divider +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_firstVerticalStyle +wangdaye.com.geometricweather.R$id: int container_main_first_card_header +okio.Buffer: okio.Buffer readFrom(java.io.InputStream,long) +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Display3 +okhttp3.Response$Builder: java.lang.String message +androidx.vectordrawable.R$drawable: int notification_icon_background +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constrainedHeight +androidx.lifecycle.SavedStateHandleController: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Metric Metric +james.adaptiveicon.R$attr: int listItemLayout +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_iconTintMode +androidx.viewpager.R$attr: int fontVariationSettings +androidx.preference.R$drawable: int abc_text_select_handle_left_mtrl_dark +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Weather +wangdaye.com.geometricweather.R$drawable: int material_ic_edit_black_24dp +androidx.recyclerview.R$integer: int status_bar_notification_info_maxnum +androidx.hilt.lifecycle.R$id +com.jaredrummler.android.colorpicker.R$styleable: int[] AppCompatTextHelper +androidx.appcompat.widget.AlertDialogLayout: AlertDialogLayout(android.content.Context,android.util.AttributeSet) +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: void setInteractivity(boolean) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX() +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light_DarkActionBar +androidx.fragment.R$styleable: int Fragment_android_tag +cyanogenmod.media.MediaRecorder +com.turingtechnologies.materialscrollbar.R$attr: int windowFixedWidthMinor +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintVertical_bias +com.jaredrummler.android.colorpicker.R$attr: int panelMenuListWidth +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: java.lang.String timezone +wangdaye.com.geometricweather.R$attr: int behavior_fitToContents +com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_select_handle_right_mtrl_light +com.xw.repo.bubbleseekbar.R$style: int Base_V26_Theme_AppCompat +androidx.appcompat.resources.R$drawable: int notification_bg_normal_pressed +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator +com.amap.api.location.CoordinateConverter: CoordinateConverter(android.content.Context) +wangdaye.com.geometricweather.R$color: int mtrl_choice_chip_ripple_color +cyanogenmod.providers.CMSettings$System: boolean putLongForUser(android.content.ContentResolver,java.lang.String,long,int) +wangdaye.com.geometricweather.R$styleable: int FontFamily_fontProviderFetchTimeout +okio.Options: java.lang.Object get(int) +wangdaye.com.geometricweather.R$style: int week_weather_week_info +james.adaptiveicon.R$drawable: int abc_seekbar_tick_mark_material +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: boolean cancelled +com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_list_padding_top_no_title +androidx.preference.R$styleable: int[] View +androidx.appcompat.R$style: int Base_V7_Theme_AppCompat_Light_Dialog +cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener mWindowAttachmentListener +james.adaptiveicon.R$style: int TextAppearance_Compat_Notification_Time +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_AES_256_GCM_SHA384 +cyanogenmod.weather.RequestInfo: int describeContents() +wangdaye.com.geometricweather.R$id: int item_weather_daily_air_content +okhttp3.Response$Builder: okhttp3.ResponseBody body +okhttp3.internal.connection.StreamAllocation: boolean $assertionsDisabled +androidx.appcompat.resources.R$id: int accessibility_custom_action_20 +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: boolean isDisposed() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: java.util.List getValue() +com.turingtechnologies.materialscrollbar.R$style: int Base_DialogWindowTitleBackground_AppCompat +androidx.preference.R$dimen: int abc_button_padding_vertical_material +cyanogenmod.providers.CMSettings$System: java.lang.String INCREASING_RING_START_VOLUME +com.google.gson.FieldNamingPolicy$4: FieldNamingPolicy$4(java.lang.String,int) +com.google.android.material.appbar.AppBarLayout$ScrollingViewBehavior: AppBarLayout$ScrollingViewBehavior(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$drawable: int abc_ic_menu_overflow_material +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text +androidx.preference.R$styleable: int RecyclerView_reverseLayout +androidx.coordinatorlayout.R$dimen: int notification_small_icon_size_as_large +cyanogenmod.hardware.CMHardwareManager: int getNumGammaControls() +okhttp3.internal.cache.DiskLruCache$Entry: long[] lengths +com.google.android.material.R$dimen: int design_bottom_navigation_shadow_height +okhttp3.internal.http1.Http1Codec: boolean isClosed() +cyanogenmod.providers.DataUsageContract: java.lang.String UID +androidx.constraintlayout.widget.R$attr: int listChoiceIndicatorMultipleAnimated +james.adaptiveicon.R$style: int Theme_AppCompat_DayNight_DarkActionBar +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIndicatorAnimationDuration +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: CaiYunMainlyResult$AqiBeanXX() +com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_switch_to_on_mtrl_00012 +retrofit2.http.Headers: java.lang.String[] value() +wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type AIR_QUALITY +okio.Timeout: Timeout() +androidx.hilt.R$dimen: int compat_button_inset_horizontal_material +okhttp3.MultipartBody: byte[] CRLF +okhttp3.internal.http2.Hpack$Reader: boolean isStaticHeader(int) +io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: void next(java.lang.Object) +cyanogenmod.providers.CMSettings$Secure$2: CMSettings$Secure$2() +wangdaye.com.geometricweather.R$attr: int cornerSizeBottomRight +com.google.android.material.R$styleable: int LinearLayoutCompat_android_baselineAligned +wangdaye.com.geometricweather.R$styleable: int OnSwipe_touchAnchorId +androidx.customview.R$styleable: int GradientColor_android_endColor +com.google.android.material.appbar.HeaderScrollingViewBehavior: HeaderScrollingViewBehavior() +com.tencent.bugly.crashreport.common.strategy.StrategyBean: java.lang.String d +androidx.dynamicanimation.R$styleable: int FontFamilyFont_android_fontVariationSettings +com.google.android.material.R$attr: int pressedTranslationZ +wangdaye.com.geometricweather.R$id: int notification_big_week_2 +org.greenrobot.greendao.AbstractDao: void update(java.lang.Object) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_alpha +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1: void onFailure(retrofit2.Call,java.lang.Throwable) +cyanogenmod.weather.IRequestInfoListener$Stub: java.lang.String DESCRIPTOR +com.google.android.gms.common.server.response.SafeParcelResponse: android.os.Parcelable$Creator CREATOR +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: void startNativeMonitor() +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_firstVerticalBias +cyanogenmod.app.ThemeVersion: int CM12_PRE_VERSIONING +wangdaye.com.geometricweather.R$attr: int telltales_tailScale +androidx.constraintlayout.widget.R$styleable: int MenuView_android_itemIconDisabledAlpha +com.turingtechnologies.materialscrollbar.R$attr: int boxCollapsedPaddingTop +com.google.android.material.slider.BaseSlider: void setTickInactiveTintList(android.content.res.ColorStateList) +com.amap.api.fence.GeoFence: float getMaxDis2Center() +androidx.lifecycle.SavedStateHandle$SavingStateLiveData: SavedStateHandle$SavingStateLiveData(androidx.lifecycle.SavedStateHandle,java.lang.String) +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_1_normal +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionOverflowMenuStyle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial +androidx.appcompat.R$style: int Base_Widget_AppCompat_ActivityChooserView +wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTomorrowForecastUpdateService: ForegroundTomorrowForecastUpdateService() +cyanogenmod.app.IProfileManager$Stub: android.os.IBinder asBinder() +androidx.appcompat.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox +wangdaye.com.geometricweather.R$id: int activity_widget_config_showCardSpinner +androidx.core.app.RemoteActionCompat: RemoteActionCompat() +androidx.lifecycle.ProcessLifecycleOwner$1: androidx.lifecycle.ProcessLifecycleOwner this$0 +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintLeft_toRightOf +com.google.gson.JsonIOException: JsonIOException(java.lang.Throwable) +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionMode +com.turingtechnologies.materialscrollbar.R$attr: int dividerHorizontal +androidx.appcompat.R$drawable: int abc_ic_star_black_48dp +james.adaptiveicon.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle +android.didikee.donate.R$attr: int showAsAction +androidx.constraintlayout.widget.R$styleable: int PropertySet_android_alpha +com.tencent.bugly.proguard.f: int b +com.baidu.location.e.l$b: java.lang.String g +cyanogenmod.themes.ThemeManager: void onClientResumed(cyanogenmod.themes.ThemeManager$ThemeChangeListener) +wangdaye.com.geometricweather.R$dimen: int abc_dialog_corner_radius_material +com.google.android.material.R$attr: int layout_constraintTag +wangdaye.com.geometricweather.R$string: int settings_notification_hide_icon_on +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_small_material +com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getTrackTintList() +okio.RealBufferedSource: boolean request(long) +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void innerSuccess(java.lang.Object) +androidx.recyclerview.widget.StaggeredGridLayoutManager$SavedState +androidx.constraintlayout.widget.R$attr: int searchViewStyle +androidx.constraintlayout.widget.R$color: int abc_decor_view_status_guard_light +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_AES_128_GCM_SHA256 +wangdaye.com.geometricweather.R$drawable: int notif_temp_107 +androidx.preference.R$styleable: int[] AppCompatTextHelper +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Subhead_Inverse +androidx.cardview.R$attr: int contentPaddingTop +com.tencent.bugly.crashreport.biz.b: long b(long) +okio.Buffer$UnsafeCursor: int seek(long) +androidx.vectordrawable.R$string: R$string() +wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_width +wangdaye.com.geometricweather.common.ui.widgets.DrawerLayout: DrawerLayout(android.content.Context,android.util.AttributeSet,int) +android.support.v4.os.IResultReceiver$Stub$Proxy: android.os.IBinder asBinder() +androidx.lifecycle.extensions.R$styleable: int[] FragmentContainerView +cyanogenmod.app.Profile: Profile(android.os.Parcel,cyanogenmod.app.Profile$1) +wangdaye.com.geometricweather.R$array: int subtitle_data +android.didikee.donate.R$attr: int navigationIcon +com.turingtechnologies.materialscrollbar.R$attr: int navigationContentDescription +com.turingtechnologies.materialscrollbar.R$attr: int fontProviderFetchStrategy +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_drawableBottom +androidx.preference.R$styleable: int AppCompatTheme_popupWindowStyle +androidx.hilt.work.R$anim: int fragment_fade_enter +okhttp3.internal.http.RealInterceptorChain: okhttp3.Interceptor$Chain withConnectTimeout(int,java.util.concurrent.TimeUnit) +androidx.appcompat.app.AlertController$RecycleListView +wangdaye.com.geometricweather.R$id: int dialog_running_in_background_o_ignoreBatteryOptBtn +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Large +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_type +okhttp3.internal.Internal: okhttp3.internal.Internal instance +wangdaye.com.geometricweather.R$styleable: int Insets_paddingLeftSystemWindowInsets +com.google.android.material.R$dimen: int tooltip_y_offset_touch +androidx.appcompat.R$style: int Widget_AppCompat_PopupMenu_Overflow +com.jaredrummler.android.colorpicker.R$anim: R$anim() +androidx.swiperefreshlayout.R$styleable: int[] SwipeRefreshLayout +androidx.swiperefreshlayout.R$attr: int fontProviderAuthority +io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function4) +androidx.preference.R$styleable: int RecyclerView_spanCount +androidx.constraintlayout.widget.R$id: int SHOW_PROGRESS +com.google.android.material.R$dimen: int abc_dropdownitem_text_padding_left +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.String dailyForecast +com.jaredrummler.android.colorpicker.R$anim: int abc_tooltip_exit +androidx.preference.R$styleable: int Toolbar_titleMarginBottom +okio.HashingSink: HashingSink(okio.Sink,java.lang.String) +androidx.appcompat.R$anim: int btn_checkbox_to_checked_box_outer_merged_animation +androidx.preference.R$id: int alertTitle +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getMoldLevel() +wangdaye.com.geometricweather.R$styleable: int KeyPosition_percentHeight +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void errorAll(io.reactivex.Observer) +com.google.android.material.R$style: int TextAppearance_AppCompat_Medium +android.didikee.donate.R$styleable: int AppCompatTheme_actionBarStyle +wangdaye.com.geometricweather.R$string: int material_timepicker_minute +com.google.android.material.slider.RangeSlider: void setThumbStrokeColor(android.content.res.ColorStateList) +androidx.lifecycle.extensions.R$style: int TextAppearance_Compat_Notification_Title +androidx.transition.R$drawable: R$drawable() +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: io.reactivex.internal.fuseable.SimplePlainQueue queue +com.google.android.material.slider.RangeSlider: void setStepSize(float) +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode +androidx.constraintlayout.widget.R$attr: int flow_lastHorizontalBias +androidx.appcompat.widget.AppCompatSpinner: void setBackgroundDrawable(android.graphics.drawable.Drawable) +com.google.android.material.R$styleable: int TextInputLayout_passwordToggleTintMode +androidx.constraintlayout.widget.R$styleable: int ActionBar_height +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_controlBackground +androidx.legacy.coreutils.R$styleable: int ColorStateListItem_alpha +com.jaredrummler.android.colorpicker.R$attr: int singleChoiceItemLayout +androidx.appcompat.R$styleable: int[] PopupWindow +james.adaptiveicon.R$styleable: int DrawerArrowToggle_spinBars +androidx.preference.internal.PreferenceImageView: void setMaxWidth(int) +androidx.constraintlayout.widget.R$attr: R$attr() +com.jaredrummler.android.colorpicker.R$drawable: int abc_edit_text_material +wangdaye.com.geometricweather.R$dimen: int abc_dialog_padding_top_material +retrofit2.Retrofit: retrofit2.Converter nextRequestBodyConverter(retrofit2.Converter$Factory,java.lang.reflect.Type,java.lang.annotation.Annotation[],java.lang.annotation.Annotation[]) +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_PopupMenu +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void signalConsumer() +com.google.gson.FieldNamingPolicy: java.lang.String upperCaseFirstLetter(java.lang.String) +com.turingtechnologies.materialscrollbar.R$drawable: int abc_seekbar_tick_mark_material +retrofit2.Platform: java.util.concurrent.Executor defaultCallbackExecutor() +com.google.android.material.R$attr: int homeAsUpIndicator +okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Stream newStream(java.util.List,boolean) +com.xw.repo.bubbleseekbar.R$attr: int actionModeSplitBackground +cyanogenmod.weather.RequestInfo: int TYPE_WEATHER_BY_GEO_LOCATION_REQ +androidx.appcompat.R$styleable: int MenuItem_android_enabled +com.google.android.material.textfield.TextInputLayout: float getBoxCornerRadiusBottomEnd() +com.google.android.material.R$color: int abc_color_highlight_material +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: void drain() +com.tencent.bugly.crashreport.common.info.a: void a(java.lang.String) +cyanogenmod.platform.R +com.google.android.material.R$id: int dragStart +com.google.android.material.R$id: int mtrl_calendar_main_pane +androidx.constraintlayout.widget.R$color: int material_blue_grey_900 +com.google.android.material.R$styleable: int AppBarLayout_statusBarForeground +androidx.preference.R$style: int Platform_ThemeOverlay_AppCompat +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: ExtendedFloatingActionButton(android.content.Context,android.util.AttributeSet) +androidx.appcompat.R$style: int Base_V7_Widget_AppCompat_EditText +com.jaredrummler.android.colorpicker.R$anim: int abc_slide_out_bottom +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_VMAIL_COLOR +androidx.constraintlayout.widget.R$style: int Animation_AppCompat_Dialog +com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableTransition_android_toId +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DOUBLE_TAP_SLEEP_GESTURE_VALIDATOR +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeWetBulbTemperature +wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_text_light_normal_background +com.google.android.material.R$color: int foreground_material_light +androidx.constraintlayout.widget.R$styleable: int MockView_mock_showLabel +wangdaye.com.geometricweather.R$id: int dialog_animatable_icon_container +com.google.android.material.R$layout: int abc_tooltip +androidx.preference.R$styleable: int StateListDrawable_android_enterFadeDuration +wangdaye.com.geometricweather.R$string: int settings_notification_hide_in_lockScreen_on +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ListView +james.adaptiveicon.R$id: int split_action_bar androidx.appcompat.R$id: int action_container -okhttp3.RealCall: boolean forWebSocket -com.turingtechnologies.materialscrollbar.R$id: int action_mode_bar_stub -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void schedule() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: CNWeatherResult$Pm25() -okio.SegmentedByteString: boolean equals(java.lang.Object) -androidx.transition.R$style -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_Layout_android_layout_height -androidx.appcompat.R$styleable: int AppCompatTheme_android_windowAnimationStyle -com.amap.api.location.AMapLocation: int GPS_ACCURACY_GOOD -androidx.vectordrawable.R$id: int title -io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: long serialVersionUID -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property TimeZone -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title -com.tencent.bugly.crashreport.crash.b: java.util.List b(java.util.List) -okhttp3.internal.http2.Http2Connection: long access$208(okhttp3.internal.http2.Http2Connection) -wangdaye.com.geometricweather.R$attr: int content -androidx.work.WorkInfo$State: androidx.work.WorkInfo$State[] values() -wangdaye.com.geometricweather.R$string: int feedback_location_permissions_statement -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_BottomSheetDialog -com.google.android.material.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated -wangdaye.com.geometricweather.db.entities.DailyEntity: int daytimeTemperature -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_12 -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceListItemSecondary -io.reactivex.Observable: io.reactivex.Single sequenceEqual(io.reactivex.ObservableSource,io.reactivex.ObservableSource,int) -com.google.android.material.R$styleable: int Layout_constraint_referenced_ids -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: SinglePostCompleteSubscriber(org.reactivestreams.Subscriber) -com.google.android.material.R$attr: int titleMarginEnd +okhttp3.Headers$Builder: okhttp3.Headers$Builder set(java.lang.String,java.lang.String) +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView: int getMarginBottom() +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: boolean cancelled +androidx.constraintlayout.widget.R$attr: int layout_constraintVertical_chainStyle +androidx.constraintlayout.widget.R$attr: int navigationContentDescription +com.google.android.material.appbar.CollapsingToolbarLayout: android.graphics.Typeface getCollapsedTitleTypeface() +androidx.hilt.R$id: int accessibility_custom_action_30 +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_transitionEasing +com.google.gson.stream.JsonReader: long peekedLong +okio.Buffer: okio.Buffer$UnsafeCursor readUnsafe(okio.Buffer$UnsafeCursor) +androidx.customview.R$dimen: int notification_subtext_size +com.google.gson.stream.MalformedJsonException: MalformedJsonException(java.lang.Throwable) +wangdaye.com.geometricweather.R$style: int Preference_CheckBoxPreference_Material +com.google.android.material.R$attr: int layout_constraintGuide_end +androidx.transition.R$styleable: int GradientColor_android_startY +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_Cut +androidx.drawerlayout.widget.DrawerLayout$SavedState +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Maximum: int UnitType +com.jaredrummler.android.colorpicker.R$id: int top +androidx.preference.R$dimen: int notification_top_pad_large_text +io.reactivex.internal.subscriptions.SubscriptionArbiter: void request(long) +james.adaptiveicon.R$id: int icon +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Spinner +com.jaredrummler.android.colorpicker.R$id: int search_edit_frame +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial: double Value +wangdaye.com.geometricweather.R$attr: int logoDescription +com.xw.repo.bubbleseekbar.R$string: int abc_shareactionprovider_share_with_application +androidx.vectordrawable.R$styleable: int GradientColor_android_endY +androidx.constraintlayout.widget.R$styleable: int MenuItem_actionViewClass +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_popupMenuStyle +cyanogenmod.app.ProfileManager +retrofit2.http.Multipart +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Small +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionMode +com.tencent.bugly.crashreport.crash.a: int f +androidx.transition.R$id: int icon +com.tencent.bugly.proguard.s +james.adaptiveicon.R$style: int Widget_AppCompat_SeekBar_Discrete +cyanogenmod.app.suggest.IAppSuggestManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable +com.google.android.material.R$drawable: int mtrl_ic_cancel +androidx.recyclerview.widget.RecyclerView: void setHasFixedSize(boolean) +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_15 +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property TimeStamp +androidx.appcompat.R$attr: int drawableBottomCompat +cyanogenmod.app.ILiveLockScreenManager: void setLiveLockScreenEnabled(boolean) +com.turingtechnologies.materialscrollbar.R$layout: int abc_activity_chooser_view +androidx.appcompat.R$attr: int numericModifiers +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_tileMode +okhttp3.internal.http.RealInterceptorChain: okhttp3.internal.connection.StreamAllocation streamAllocation() +okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.PushObserver pushObserver +androidx.appcompat.resources.R$id: int accessibility_custom_action_27 +android.didikee.donate.R$styleable: int ActionBar_contentInsetRight +retrofit2.KotlinExtensions: java.lang.Object awaitResponse(retrofit2.Call,kotlin.coroutines.Continuation) +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void innerComplete(int,boolean) +android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView +wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String cityId +androidx.lifecycle.Lifecycling: int GENERATED_CALLBACK +io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: java.lang.Object lpValue() +com.google.android.material.R$styleable: int KeyTimeCycle_waveShape +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Geometry: MfEphemerisResult$Geometry() +androidx.swiperefreshlayout.R$drawable: int notification_bg_normal_pressed +wangdaye.com.geometricweather.R$layout: R$layout() +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ListMenuView +cyanogenmod.externalviews.KeyguardExternalView: void onBouncerShowing(boolean) +io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: void onError(java.lang.Throwable) +com.google.android.material.R$attr: int showText +wangdaye.com.geometricweather.R$drawable: int abc_ic_menu_share_mtrl_alpha +wangdaye.com.geometricweather.R$style: int Base_V21_Theme_MaterialComponents +com.jaredrummler.android.colorpicker.R$dimen: int abc_search_view_preferred_width +james.adaptiveicon.R$styleable: int AppCompatTheme_checkedTextViewStyle +io.reactivex.internal.schedulers.ScheduledDirectTask: long serialVersionUID +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_aa_normal +com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType MAPABC +wangdaye.com.geometricweather.R$drawable: int notif_temp_133 +wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property DaytimeTemperature +com.tencent.bugly.crashreport.biz.a: void c() +cyanogenmod.app.LiveLockScreenManager: android.content.Context mContext +wangdaye.com.geometricweather.R$color: int colorTextTitle_dark +io.reactivex.Observable: io.reactivex.Observable concat(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource) +androidx.appcompat.R$attr: int textAppearanceListItem +androidx.appcompat.R$style: int Widget_AppCompat_ActionButton_CloseMode +com.amap.api.location.CoordUtil: boolean isLoadedSo() +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_textEndPadding +androidx.constraintlayout.widget.R$drawable: int abc_list_selector_holo_light +cyanogenmod.externalviews.KeyguardExternalViewProviderService$1$1: android.os.Bundle val$options +android.didikee.donate.R$attr: int logoDescription +androidx.loader.R$attr: int fontVariationSettings +com.jaredrummler.android.colorpicker.R$attr: int showDividers +androidx.constraintlayout.motion.widget.MotionLayout: MotionLayout(android.content.Context,android.util.AttributeSet,int) +okhttp3.ResponseBody$BomAwareReader: java.io.Reader delegate +retrofit2.http.PUT +androidx.fragment.R$styleable: int GradientColor_android_type +androidx.appcompat.R$id: int accessibility_action_clickable_span +wangdaye.com.geometricweather.R$attr: int buttonBarButtonStyle +com.google.android.material.R$attr: int errorEnabled +androidx.constraintlayout.widget.R$styleable: int MenuItem_numericModifiers +okhttp3.internal.http2.Hpack$Writer: int dynamicTableByteCount +io.reactivex.internal.util.NotificationLite: org.reactivestreams.Subscription getSubscription(java.lang.Object) +okhttp3.internal.ws.RealWebSocket: boolean enqueuedClose +com.tencent.bugly.proguard.f: java.util.Map l +wangdaye.com.geometricweather.R$attr: int expanded +com.google.android.material.R$layout: int design_navigation_item +com.tencent.bugly.crashreport.common.info.a: java.lang.String c() +androidx.preference.R$styleable: int CheckBoxPreference_android_summaryOn +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dialogCornerRadius +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity +androidx.appcompat.widget.ActionBarOverlayLayout: void setActionBarHideOffset(int) +androidx.appcompat.widget.ActionMenuView: int getPopupTheme() +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: io.reactivex.internal.util.AtomicThrowable errors +james.adaptiveicon.R$styleable: int AppCompatTheme_colorPrimaryDark +androidx.preference.R$dimen: int abc_action_button_min_width_overflow_material +com.turingtechnologies.materialscrollbar.R$attr: int chipStartPadding +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: void onError(java.lang.Throwable) +james.adaptiveicon.R$styleable: int AppCompatTextView_drawableTint +com.google.android.material.R$id: int autoCompleteToStart +com.xw.repo.bubbleseekbar.R$color: int abc_search_url_text +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void innerComplete(int) +retrofit2.RequestFactory: boolean isMultipart +com.turingtechnologies.materialscrollbar.R$layout: int design_bottom_navigation_item +com.bumptech.glide.R$id: int notification_background +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$PhenomenonMaxColor: int phenomenoMaxColorId +androidx.constraintlayout.widget.R$layout: int abc_action_mode_close_item_material +androidx.appcompat.R$attr: int allowStacking +wangdaye.com.geometricweather.R$attr: int dependency +wangdaye.com.geometricweather.R$animator: int weather_partly_cloudy_night_1 +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeIcePrecipitation +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean isSunlightEnhancementSelfManaged() +james.adaptiveicon.R$style: int ThemeOverlay_AppCompat_Dark +androidx.viewpager2.R$styleable: int RecyclerView_fastScrollEnabled +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_default_height_material +james.adaptiveicon.R$styleable: int AppCompatTextView_android_textAppearance +com.google.android.material.R$style: int Widget_Design_TabLayout +androidx.preference.R$styleable: int[] ViewStubCompat +com.bumptech.glide.R$id: int line1 +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Object getKey(java.lang.Object) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: KeyguardExternalViewProviderService$Provider(cyanogenmod.externalviews.KeyguardExternalViewProviderService,android.os.Bundle) +com.tencent.bugly.proguard.ak: int k +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult: MfEphemerisResult() +com.google.android.material.slider.Slider: Slider(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: AccuAlertResult() +androidx.appcompat.R$styleable: int GradientColor_android_gradientRadius +okhttp3.internal.cache.FaultHidingSink: void flush() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Imperial Imperial +com.google.android.material.bottomnavigation.BottomNavigationView$SavedState +wangdaye.com.geometricweather.settings.dialogs.ProvidersPreviewerDialog: ProvidersPreviewerDialog() +androidx.preference.CheckBoxPreference: CheckBoxPreference(android.content.Context,android.util.AttributeSet) +com.google.android.material.appbar.MaterialToolbar: void setElevation(float) +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type PRECIPITATION +androidx.preference.R$styleable: int LinearLayoutCompat_divider +androidx.hilt.R$id: int accessibility_custom_action_26 +cyanogenmod.hardware.CMHardwareManager: int FEATURE_AUTO_CONTRAST +com.google.gson.FieldNamingPolicy$1: FieldNamingPolicy$1(java.lang.String,int) +com.jaredrummler.android.colorpicker.R$attr: int windowActionBar +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: long serialVersionUID +com.jaredrummler.android.colorpicker.R$attr: int fontVariationSettings +androidx.constraintlayout.widget.R$attr: int currentState +com.google.android.material.appbar.CollapsingToolbarLayout: void setStatusBarScrimColor(int) +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_3DES_EDE_CBC_SHA +com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat_ActionBar +com.jaredrummler.android.colorpicker.R$layout: int abc_action_menu_item_layout +com.xw.repo.bubbleseekbar.R$attr: int backgroundTint +okhttp3.Cache$1: okhttp3.Response get(okhttp3.Request) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPopupWindowStyle +android.didikee.donate.R$dimen: int abc_action_bar_overflow_padding_start_material +androidx.vectordrawable.animated.R$style: int TextAppearance_Compat_Notification_Title +cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_setZenModeWithDuration +wangdaye.com.geometricweather.R$id: int widget_week_week_4 +com.google.android.gms.common.internal.zax +androidx.preference.R$style: int Theme_AppCompat_Light_Dialog_MinWidth +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: MfForecastV2Result$ForecastProperties() +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getUniqueDeviceId +wangdaye.com.geometricweather.db.entities.DailyEntity: void setGrassDescription(java.lang.String) +wangdaye.com.geometricweather.R$id: int container_main_aqi +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionButton +james.adaptiveicon.R$style: int ThemeOverlay_AppCompat_Light +androidx.viewpager2.R$color +androidx.transition.R$color: R$color() +wangdaye.com.geometricweather.R$id: int item_tag +com.tencent.bugly.crashreport.common.info.b +wangdaye.com.geometricweather.common.basic.models.options.DarkMode: java.lang.String getDarkModeName(android.content.Context) +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_Button +wangdaye.com.geometricweather.R$drawable: int notif_temp_96 +io.reactivex.Observable: io.reactivex.Observable timeout(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +okhttp3.internal.http2.Hpack$Reader: Hpack$Reader(int,okio.Source) +cyanogenmod.app.IPartnerInterface$Stub$Proxy: java.lang.String getInterfaceDescriptor() +cyanogenmod.externalviews.KeyguardExternalView$2: void collapseNotificationPanel() +com.google.android.material.R$style: int Test_Widget_MaterialComponents_MaterialCalendar_Day +james.adaptiveicon.R$dimen: int compat_control_corner_material +com.google.android.material.R$styleable: int Layout_layout_constraintLeft_toRightOf +com.xw.repo.bubbleseekbar.R$attr: int actionModeFindDrawable +androidx.constraintlayout.widget.R$id: int scrollView +android.didikee.donate.R$style: int Animation_AppCompat_Dialog +androidx.appcompat.widget.ActionBarContextView: void setVisibility(int) +wangdaye.com.geometricweather.R$id: int transition_transform +okhttp3.RequestBody: okhttp3.RequestBody create(okhttp3.MediaType,byte[]) +wangdaye.com.geometricweather.R$string: int feedback_collect_succeed +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModePasteDrawable +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_goneMarginEnd +com.xw.repo.bubbleseekbar.R$dimen: int abc_config_prefDialogWidth +com.amap.api.location.UmidtokenInfo$a: UmidtokenInfo$a() +com.amap.api.fence.GeoFenceClient: java.util.List getAllGeoFence() +androidx.appcompat.R$styleable: int AppCompatTextView_textLocale +com.xw.repo.bubbleseekbar.R$color: int abc_background_cache_hint_selector_material_dark +com.jaredrummler.android.colorpicker.R$styleable: int ColorPickerView_cpv_alphaChannelVisible +okhttp3.Response: okhttp3.Request request +cyanogenmod.weather.WeatherInfo$DayForecast$1: java.lang.Object[] newArray(int) +cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent UNKNOWN +androidx.lifecycle.Transformations$3: androidx.lifecycle.MediatorLiveData val$outputLiveData +androidx.hilt.work.R$id: int accessibility_custom_action_6 +androidx.recyclerview.R$dimen: int item_touch_helper_swipe_escape_velocity +androidx.hilt.R$id: int accessibility_custom_action_8 +wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status: wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status valueOf(java.lang.String) +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_shapeAppearanceOverlay +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeFindDrawable +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Imperial: double Value +com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar +com.google.android.material.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeIcePrecipitationDuration +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_creator +com.google.android.material.R$color: int mtrl_btn_text_color_disabled +wangdaye.com.geometricweather.common.basic.models.Location +android.didikee.donate.R$attr: int defaultQueryHint +com.google.android.material.R$styleable: int KeyCycle_android_elevation +androidx.preference.R$attr: int voiceIcon +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialButtonToggleGroup +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse +com.turingtechnologies.materialscrollbar.R$attr: int dividerPadding +androidx.customview.R$styleable: int[] GradientColorItem +androidx.preference.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity +androidx.vectordrawable.animated.R$color: int notification_action_color_filter +androidx.appcompat.R$styleable: int ActionBar_indeterminateProgressStyle +com.amap.api.fence.DistrictItem: java.util.List getPolyline() +james.adaptiveicon.R$id: int customPanel +androidx.core.R$integer +com.turingtechnologies.materialscrollbar.R$id: int radio +androidx.constraintlayout.widget.R$styleable: int GradientColor_android_endX +com.bumptech.glide.R$style: int TextAppearance_Compat_Notification +android.didikee.donate.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha +retrofit2.http.Part: java.lang.String encoding() +okhttp3.OkHttpClient$Builder: void setInternalCache(okhttp3.internal.cache.InternalCache) +androidx.preference.R$color: int material_blue_grey_900 +wangdaye.com.geometricweather.R$attr: int customColorDrawableValue +retrofit2.Invocation: java.util.List arguments() +com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType[] values() +cyanogenmod.app.ThemeComponent: int id +com.turingtechnologies.materialscrollbar.R$attr: int spinBars +wangdaye.com.geometricweather.R$attr: int cpv_colorShape +com.google.android.material.bottomappbar.BottomAppBar: BottomAppBar(android.content.Context,android.util.AttributeSet) +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_Dialog_FixedSize +com.google.android.material.R$dimen: int mtrl_shape_corner_size_large_component +com.tencent.bugly.proguard.g +com.google.android.material.R$style: int Widget_MaterialComponents_TextInputEditText_FilledBox_Dense +io.reactivex.internal.disposables.EmptyDisposable: io.reactivex.internal.disposables.EmptyDisposable valueOf(java.lang.String) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoldDescription +okio.RealBufferedSink: okio.BufferedSink writeDecimalLong(long) +okio.RealBufferedSink$1: RealBufferedSink$1(okio.RealBufferedSink) +androidx.transition.R$styleable: int FontFamilyFont_android_fontStyle +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_shapeAppearanceOverlay +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: java.lang.String ShortPhrase +androidx.activity.R$id: int accessibility_custom_action_28 +androidx.constraintlayout.widget.R$attr: int titleMargins +cyanogenmod.app.ProfileGroup$Mode: cyanogenmod.app.ProfileGroup$Mode[] $VALUES +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: java.lang.Object NEXT_WINDOW +com.tencent.bugly.crashreport.crash.b: void d(java.util.List) +okhttp3.internal.http2.Http2Stream: void receiveRstStream(okhttp3.internal.http2.ErrorCode) +wangdaye.com.geometricweather.R$attr: int layout_constraintLeft_creator +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: void clear() +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: java.lang.Object NEXT_WINDOW +cyanogenmod.weather.WeatherInfo: double mWindSpeed +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Snow: double Value +james.adaptiveicon.R$attr: int subMenuArrow +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Imperial: java.lang.String Unit +androidx.preference.R$anim +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_BottomAppBar_Surface +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX getAqi() +com.turingtechnologies.materialscrollbar.R$attr: int queryHint +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_titleTextStyle +android.didikee.donate.R$styleable: int AppCompatTheme_actionBarSize +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light_DarkActionBar +wangdaye.com.geometricweather.background.polling.PollingUpdateHelper: void setOnPollingUpdateListener(wangdaye.com.geometricweather.background.polling.PollingUpdateHelper$OnPollingUpdateListener) +androidx.appcompat.R$attr: int background +androidx.transition.R$styleable: int FontFamilyFont_android_fontVariationSettings +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_divider_thickness +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragmentCompat_android_divider +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_2 +androidx.appcompat.R$styleable: int AppCompatTheme_actionModeFindDrawable +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_WITH_RC4_128_MD5 +wangdaye.com.geometricweather.R$styleable: int[] ClockFaceView +com.google.android.material.R$dimen: int mtrl_exposed_dropdown_menu_popup_vertical_offset +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_slideLockscreenIn +cyanogenmod.app.ILiveLockScreenManager: boolean registerChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) +com.google.android.material.R$attr: int background +androidx.appcompat.R$attr: int state_above_anchor +com.google.android.material.R$attr: int onPositiveCross +okhttp3.internal.http2.Http2Connection: java.util.concurrent.ExecutorService listenerExecutor +wangdaye.com.geometricweather.R$style: int Preference_Material +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHorizontal_weight +androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle +com.google.android.material.R$style: int Base_V7_Theme_AppCompat_Light_Dialog +androidx.constraintlayout.widget.R$dimen: int abc_search_view_preferred_height +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable: ExecutorScheduler$ExecutorWorker$BooleanRunnable(java.lang.Runnable) +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginTop +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xdt +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setSensorEnable(boolean) +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_19 +io.reactivex.internal.util.NotificationLite$ErrorNotification: long serialVersionUID +androidx.recyclerview.R$id: int accessibility_custom_action_13 +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setTemperature(int) +wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle +wangdaye.com.geometricweather.R$id: int widget_day_week_subtitle +cyanogenmod.app.ICMTelephonyManager: void setDataConnectionSelectedOnSub(int) +androidx.appcompat.widget.MenuPopupWindow$MenuDropDownListView: void setSelector(android.graphics.drawable.Drawable) +androidx.appcompat.widget.ActionMenuPresenter$SavedState: android.os.Parcelable$Creator CREATOR +com.google.android.material.textfield.TextInputLayout: void setEndIconVisible(boolean) +android.didikee.donate.R$id: int notification_main_column_container +com.amap.api.location.APSService: void onCreate(android.content.Context) +cyanogenmod.externalviews.KeyguardExternalView$2: void slideLockscreenIn() +cyanogenmod.weatherservice.IWeatherProviderService$Stub: int TRANSACTION_processCityNameLookupRequest +androidx.appcompat.R$attr: int drawableRightCompat +wangdaye.com.geometricweather.R$styleable: int ActionMode_height +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: java.lang.String weatherPhase +com.amap.api.location.AMapLocationClientOption +cyanogenmod.externalviews.KeyguardExternalView$3: cyanogenmod.externalviews.KeyguardExternalView this$0 +wangdaye.com.geometricweather.R$integer: int design_tab_indicator_anim_duration_ms +androidx.appcompat.widget.AppCompatImageButton: AppCompatImageButton(android.content.Context) +okhttp3.internal.platform.AndroidPlatform: boolean api24IsCleartextTrafficPermitted(java.lang.String,java.lang.Class,java.lang.Object) +cyanogenmod.profiles.StreamSettings: void setValue(int) +wangdaye.com.geometricweather.R$id: int item_weather_daily_value_value +com.google.android.material.R$color +james.adaptiveicon.R$drawable: int abc_btn_radio_to_on_mtrl_000 +org.greenrobot.greendao.AbstractDao: void refresh(java.lang.Object) +wangdaye.com.geometricweather.R$id: int material_timepicker_ok_button +androidx.drawerlayout.R$style: R$style() +io.reactivex.internal.disposables.ArrayCompositeDisposable: io.reactivex.disposables.Disposable replaceResource(int,io.reactivex.disposables.Disposable) +androidx.coordinatorlayout.R$id: int accessibility_custom_action_26 +okhttp3.internal.cache.DiskLruCache$Snapshot: void close() +cyanogenmod.power.IPerformanceManager$Stub: int TRANSACTION_getNumberOfProfiles +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: int status +com.google.android.material.imageview.ShapeableImageView: android.content.res.ColorStateList getStrokeColor() +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_subtitle +android.support.v4.os.ResultReceiver$MyResultReceiver: void send(int,android.os.Bundle) +android.didikee.donate.R$styleable: int LinearLayoutCompat_Layout_android_layout_height +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableRightCompat +androidx.preference.R$styleable: int Preference_shouldDisableView +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: boolean registerChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) +com.google.android.material.bottomnavigation.BottomNavigationView$SavedState: android.os.Parcelable$Creator CREATOR +androidx.appcompat.view.menu.ListMenuItemView: void setTitle(java.lang.CharSequence) +com.google.android.material.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void onComplete() +com.google.android.material.R$styleable: int Chip_chipStrokeColor +com.amap.api.fence.GeoFenceClient: boolean isPause() +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_TabView +james.adaptiveicon.R$color: int abc_search_url_text_normal +androidx.preference.R$layout: int preference_information +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_CompoundButton_CheckBox +com.google.android.material.R$attr: int placeholderText +androidx.drawerlayout.R$dimen: int compat_button_padding_horizontal_material +android.didikee.donate.R$styleable: int AppCompatTextView_autoSizeMinTextSize +okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder noCache() +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_Button +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$PhenomenonMaxColor: MfWarningsResult$PhenomenonMaxColor() +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_lastVerticalBias +androidx.viewpager2.R$id: int tag_accessibility_actions +androidx.fragment.R$id +com.turingtechnologies.materialscrollbar.R$attr: int windowNoTitle +android.didikee.donate.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle +android.didikee.donate.R$styleable: int MenuItem_android_id +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +com.amap.api.fence.GeoFence: java.lang.String a +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: io.reactivex.subjects.UnicastSubject window +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_showAsAction +okhttp3.internal.connection.ConnectionSpecSelector: boolean isFallbackPossible +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large +androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_TabView +cyanogenmod.profiles.AirplaneModeSettings: boolean isDirty() +androidx.lifecycle.LiveData$ObserverWrapper: boolean mActive +com.google.android.material.R$styleable: int ActionBar_progressBarStyle +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: java.lang.String toValue(java.util.List) +wangdaye.com.geometricweather.R$id: int widget_clock_day_aqiHumidity +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.lang.Integer LEFT_CLOSE +com.google.android.material.bottomnavigation.BottomNavigationItemView: int getItemVisiblePosition() +retrofit2.Retrofit$1: java.lang.Object invoke(java.lang.Object,java.lang.reflect.Method,java.lang.Object[]) +okhttp3.internal.http2.Http2Stream$FramingSource +androidx.appcompat.R$layout: int abc_screen_simple_overlay_action_mode +com.google.android.material.chip.Chip: com.google.android.material.animation.MotionSpec getShowMotionSpec() +retrofit2.BuiltInConverters$UnitResponseBodyConverter +com.google.android.material.R$style: int Widget_AppCompat_ActionBar_TabText +androidx.constraintlayout.widget.R$attr: int overlapAnchor +com.google.android.material.R$attr: int titleMargins +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX$ValueBeanXXXXX: void setSpeed(java.lang.String) +com.tencent.bugly.BuglyStrategy: boolean isBuglyLogUpload() +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_10 +androidx.constraintlayout.widget.R$id: int wrap +androidx.preference.R$attr: int updatesContinuously +androidx.core.R$dimen: int notification_right_icon_size +wangdaye.com.geometricweather.common.basic.models.weather.Weather: void setYesterday(wangdaye.com.geometricweather.common.basic.models.weather.History) +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: io.reactivex.SingleObserver downstream +com.tencent.bugly.crashreport.common.info.AppInfo: android.app.ActivityManager a +com.github.rahatarmanahmed.cpv.R$string +androidx.preference.R$style: int Preference_SeekBarPreference_Material +com.google.android.material.R$attr: int drawableLeftCompat +androidx.core.R$styleable: int FontFamilyFont_fontStyle +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small +com.tencent.bugly.proguard.i: i(byte[]) +com.google.android.material.slider.Slider: android.content.res.ColorStateList getThumbTintList() +cyanogenmod.app.Profile$ExpandedDesktopMode: int DEFAULT +wangdaye.com.geometricweather.R$attr: int chipBackgroundColor +james.adaptiveicon.R$attr: int alertDialogTheme +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox +wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Error +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) +cyanogenmod.app.IProfileManager: android.app.NotificationGroup[] getNotificationGroups() +wangdaye.com.geometricweather.R$id: int decor_content_parent +wangdaye.com.geometricweather.R$id: int mini +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_paddingStart +com.google.android.material.R$attr: int chipSpacingVertical +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial: AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial() +okhttp3.internal.http2.Settings: int COUNT +com.xw.repo.bubbleseekbar.R$layout: int abc_list_menu_item_layout +james.adaptiveicon.R$dimen: int notification_content_margin_start +cyanogenmod.library.R$styleable +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_Layout_android_layout_width +androidx.appcompat.R$styleable: int ActionBar_contentInsetLeft +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void otherComplete() +retrofit2.KotlinExtensions$suspendAndThrow$1: int label +androidx.lifecycle.Transformations: androidx.lifecycle.LiveData switchMap(androidx.lifecycle.LiveData,androidx.arch.core.util.Function) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean getVisibility() +com.turingtechnologies.materialscrollbar.R$attr: int ratingBarStyle +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog +wangdaye.com.geometricweather.R$styleable: int Chip_chipMinTouchTargetSize +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_ratingBarStyleSmall +com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_icon_size +com.google.android.material.R$styleable: int MaterialButton_shapeAppearance +wangdaye.com.geometricweather.R$string: int v7_preference_off +okio.Okio: okio.Source source(java.nio.file.Path,java.nio.file.OpenOption[]) +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: float getTrimPathEnd() +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Spinner_Underlined +androidx.appcompat.widget.ActionBarContainer: android.view.View getTabContainer() +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_16 +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String _ID +wangdaye.com.geometricweather.R$drawable: int abc_item_background_holo_light +okhttp3.internal.cache.DiskLruCache$Editor$1: DiskLruCache$Editor$1(okhttp3.internal.cache.DiskLruCache$Editor,okio.Sink) +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_star_black_48dp +com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType PNG_A +wangdaye.com.geometricweather.R$string: int key_language +com.github.rahatarmanahmed.cpv.CircularProgressView: android.animation.ValueAnimator startAngleRotate +cyanogenmod.platform.Manifest$permission: java.lang.String READ_WEATHER +androidx.preference.R$attr: int selectable +com.google.android.material.R$drawable: int design_ic_visibility_off +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_maxImageSize +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title +com.jaredrummler.android.colorpicker.R$layout: int preference_widget_seekbar +androidx.preference.R$drawable: int abc_popup_background_mtrl_mult +androidx.recyclerview.R$id: R$id() +com.tencent.bugly.crashreport.CrashReport: void setIsAppForeground(android.content.Context,boolean) +retrofit2.BuiltInConverters$RequestBodyConverter: retrofit2.BuiltInConverters$RequestBodyConverter INSTANCE +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_pressed_z +com.google.android.material.R$id: int textinput_counter +com.google.android.material.chip.ChipGroup: void setDividerDrawableVertical(android.graphics.drawable.Drawable) +androidx.constraintlayout.widget.R$styleable: int View_paddingStart +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse +okhttp3.internal.platform.Platform: boolean isCleartextTrafficPermitted(java.lang.String) +androidx.viewpager2.widget.ViewPager2: void setOffscreenPageLimit(int) +wangdaye.com.geometricweather.R$color: int notification_background_o +com.xw.repo.bubbleseekbar.R$attr: int panelBackground +wangdaye.com.geometricweather.R$attr: int perpendicularPath_percent +androidx.constraintlayout.widget.R$dimen: int notification_small_icon_size_as_large +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver: ObservableBufferBoundary$BufferBoundaryObserver$BufferOpenObserver(io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver) +james.adaptiveicon.R$style: int Widget_AppCompat_EditText +androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_statusBarBackground +com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_large_material +wangdaye.com.geometricweather.db.entities.AlertEntity: java.util.Date date +androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_shadowDy +cyanogenmod.power.IPerformanceManager$Stub$Proxy: boolean getProfileHasAppProfiles(int) +io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) +com.google.android.material.bottomappbar.BottomAppBar +androidx.fragment.R$styleable +androidx.hilt.R$dimen: int notification_main_column_padding_top +okhttp3.internal.cache.DiskLruCache: java.lang.String VERSION_1 +wangdaye.com.geometricweather.R$dimen: int design_tab_text_size +com.google.android.material.R$styleable: int ImageFilterView_overlay +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Display4 +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.Integer altitude +androidx.work.R$dimen: int compat_notification_large_icon_max_width +wangdaye.com.geometricweather.R$id: int material_clock_period_pm_button +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintStart_toStartOf +androidx.hilt.work.R$id: int tag_unhandled_key_event_manager +androidx.constraintlayout.widget.R$styleable: int MotionLayout_motionDebug +cyanogenmod.providers.DataUsageContract: int COLUMN_OF_BYTES +wangdaye.com.geometricweather.R$attr: int subtitle +wangdaye.com.geometricweather.R$styleable: int[] ColorPickerView +io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: void dispose() +androidx.preference.R$interpolator +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle +com.google.android.material.R$string: int mtrl_picker_text_input_date_range_start_hint +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$6: ExternalViewProviderService$Provider$ProviderImpl$6(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintDimensionRatio +com.google.android.material.R$attr: int textAppearanceSearchResultTitle +androidx.lifecycle.ComputableLiveData +androidx.appcompat.R$styleable: int StateListDrawableItem_android_drawable +com.google.android.material.R$attr: int barrierAllowsGoneWidgets +com.google.android.material.R$styleable: int FloatingActionButton_elevation +okhttp3.Dispatcher: void finished(okhttp3.RealCall$AsyncCall) +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_progress +androidx.preference.R$id: int search_edit_frame +cyanogenmod.app.suggest.ApplicationSuggestion$1: cyanogenmod.app.suggest.ApplicationSuggestion createFromParcel(android.os.Parcel) +androidx.constraintlayout.widget.R$color: int abc_primary_text_disable_only_material_dark +cyanogenmod.os.Build: android.util.SparseArray sdkMap +com.amap.api.fence.GeoFence: GeoFence() +io.reactivex.internal.schedulers.ScheduledDirectTask: java.lang.Void call() +com.tencent.bugly.proguard.v: java.lang.String n +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getNighttimeWeatherText() +retrofit2.Retrofit: retrofit2.CallAdapter nextCallAdapter(retrofit2.CallAdapter$Factory,java.lang.reflect.Type,java.lang.annotation.Annotation[]) +wangdaye.com.geometricweather.R$mipmap: int ic_launcher_round +com.google.android.material.R$style: int Theme_AppCompat_Light_DialogWhenLarge +android.didikee.donate.R$styleable: int AppCompatTheme_tooltipForegroundColor +com.google.android.material.R$dimen: int tooltip_horizontal_padding +io.reactivex.internal.operators.observable.ObserverResourceWrapper: void onSubscribe(io.reactivex.disposables.Disposable) +io.reactivex.internal.util.VolatileSizeArrayList: java.lang.Object[] toArray(java.lang.Object[]) +com.google.android.material.R$dimen: int design_bottom_navigation_item_max_width +wangdaye.com.geometricweather.R$layout: int abc_search_view +com.bumptech.glide.load.engine.GlideException: void printStackTrace(java.io.PrintStream) +wangdaye.com.geometricweather.R$attr: int cpv_animSyncDuration +com.google.android.material.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation +okio.Buffer: void close() +androidx.preference.R$attr: int ratingBarStyleSmall +wangdaye.com.geometricweather.R$styleable: int ChipGroup_singleLine +cyanogenmod.power.IPerformanceManager: int getPowerProfile() +com.google.android.material.R$styleable: int Constraint_layout_goneMarginRight +androidx.lifecycle.AbstractSavedStateViewModelFactory: void onRequery(androidx.lifecycle.ViewModel) +okhttp3.ResponseBody: java.lang.String string() +okhttp3.internal.cache.CacheInterceptor$1 +com.turingtechnologies.materialscrollbar.R$attr: int itemBackground +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder setQueryParameter(java.lang.String,java.lang.String) +cyanogenmod.app.StatusBarPanelCustomTile: StatusBarPanelCustomTile(android.os.Parcel) +wangdaye.com.geometricweather.remoteviews.config.ClockDayDetailsWidgetConfigActivity +android.didikee.donate.R$style: int Base_Widget_AppCompat_RatingBar_Small +james.adaptiveicon.R$dimen: int abc_action_bar_subtitle_bottom_margin_material +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_RC4_128_SHA +io.reactivex.Observable: io.reactivex.Observable concatMapEager(io.reactivex.functions.Function) +wangdaye.com.geometricweather.R$styleable: int Chip_shapeAppearance +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType InsertOrReplaceInTxIterable +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: void onSubscribe(org.reactivestreams.Subscription) +retrofit2.OkHttpCall$1: void onFailure(okhttp3.Call,java.io.IOException) +retrofit2.ParameterHandler$FieldMap: boolean encoded +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.lang.Integer RIGHT_CLOSE +com.google.android.material.R$layout: int abc_activity_chooser_view_list_item +androidx.loader.R$dimen: int compat_notification_large_icon_max_height +james.adaptiveicon.R$drawable: int notification_bg_low +androidx.preference.R$styleable: int[] StateListDrawable +com.google.android.gms.common.api.Status +androidx.lifecycle.SavedStateHandleController: java.lang.String mKey +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHeight_min +com.tencent.bugly.crashreport.CrashReport$CrashHandleCallback: CrashReport$CrashHandleCallback() +com.google.android.material.R$styleable: int CollapsingToolbarLayout_contentScrim +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text +okhttp3.Request$Builder: okhttp3.Request$Builder get() +androidx.dynamicanimation.R$styleable: int ColorStateListItem_android_color +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: boolean done +wangdaye.com.geometricweather.R$attr: int haloRadius +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver(io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver) +wangdaye.com.geometricweather.R$string: int publish_at +cyanogenmod.app.CustomTile$ExpandedListItem: void setExpandedListItemBitmap(android.graphics.Bitmap) +android.didikee.donate.R$attr: int actionBarSize +wangdaye.com.geometricweather.R$dimen: int cpv_color_preference_normal +retrofit2.ParameterHandler$Header: retrofit2.Converter valueConverter +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Subtitle1 +androidx.viewpager.R$dimen: int notification_action_text_size +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginTop +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_CheckedTextView +okhttp3.internal.Util: void closeQuietly(java.net.Socket) +wangdaye.com.geometricweather.R$attr: int materialAlertDialogTitlePanelStyle +androidx.constraintlayout.widget.R$attr: int layout_constraintGuide_percent +com.google.android.material.R$styleable: int[] SearchView +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_EXPORT_WITH_RC4_40_SHA +androidx.preference.R$styleable: int Preference_android_summary +com.tencent.bugly.proguard.ar: ar() +com.jaredrummler.android.colorpicker.R$id: int action_bar_spinner +androidx.preference.R$color: int secondary_text_default_material_dark +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String grassDescription +androidx.preference.R$color: int secondary_text_disabled_material_dark +com.google.android.material.circularreveal.CircularRevealFrameLayout: void setRevealInfo(com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo) +okhttp3.internal.http2.Http2Connection$1: void execute() +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.util.Date modificationDate +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.String getDailyForecast() +wangdaye.com.geometricweather.R$drawable: int notif_temp_9 +io.reactivex.Observable: io.reactivex.Completable switchMapCompletableDelayError(io.reactivex.functions.Function) +com.google.android.material.R$styleable: int PopupWindow_android_popupAnimationStyle +com.google.android.material.R$id: int buttonPanel +wangdaye.com.geometricweather.R$string: int feedback_today_precipitation_alert +androidx.appcompat.widget.SearchView: int getMaxWidth() +okio.BufferedSource: java.io.InputStream inputStream() +wangdaye.com.geometricweather.R$attr: int listPopupWindowStyle +androidx.constraintlayout.widget.R$attr: int titleMarginStart +android.support.v4.app.INotificationSideChannel$Stub$Proxy: java.lang.String getInterfaceDescriptor() +wangdaye.com.geometricweather.R$attr: int boxCollapsedPaddingTop +com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableTransition_android_reversible +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: long serialVersionUID +androidx.appcompat.resources.R$drawable: int notification_template_icon_low_bg +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_auto_adjust_section_mark +io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: void onError(java.lang.Throwable) +com.tencent.bugly.proguard.al: void a(java.lang.StringBuilder,int) +androidx.lifecycle.LiveData: int mVersion +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_divider +androidx.coordinatorlayout.R$id: int accessibility_custom_action_22 +com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawable_android_enterFadeDuration +androidx.vectordrawable.animated.R$id: int tag_transition_group +wangdaye.com.geometricweather.R$id: int activity_settings_toolbar +com.jaredrummler.android.colorpicker.R$style: int Preference_CheckBoxPreference_Material +androidx.preference.R$style: int Base_Widget_AppCompat_ListPopupWindow +okhttp3.MediaType: java.lang.String type +okhttp3.CacheControl$Builder: int maxAgeSeconds +androidx.constraintlayout.widget.R$styleable: int Constraint_motionStagger +com.turingtechnologies.materialscrollbar.R$layout: int abc_tooltip +james.adaptiveicon.R$id: int search_go_btn +androidx.preference.R$styleable: int AppCompatTextView_autoSizeMaxTextSize +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: boolean isDisposed() +androidx.coordinatorlayout.R$attr: int layout_insetEdge +com.tencent.bugly.proguard.u: long m +com.tencent.bugly.crashreport.common.info.a: java.util.Map B() +android.didikee.donate.R$attr: int background +com.turingtechnologies.materialscrollbar.R$attr: int buttonBarNegativeButtonStyle +cyanogenmod.externalviews.IExternalViewProvider: void onStop() +com.jaredrummler.android.colorpicker.R$id: int time +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintCircleAngle +wangdaye.com.geometricweather.R$style: int PreferenceFragment +com.tencent.bugly.crashreport.crash.anr.b: void c() +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void onComplete() +com.bumptech.glide.load.resource.gif.GifFrameLoader +androidx.transition.R$dimen: int notification_large_icon_height +androidx.preference.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_star_half_black_36dp +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionMode_Inverse +com.google.android.material.circularreveal.CircularRevealFrameLayout: void setCircularRevealOverlayDrawable(android.graphics.drawable.Drawable) +com.tencent.bugly.crashreport.common.strategy.StrategyBean: java.lang.String u +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: double HoursOfSnow +androidx.preference.R$dimen: int abc_text_size_subhead_material +wangdaye.com.geometricweather.R$drawable: int abc_btn_check_to_on_mtrl_015 +wangdaye.com.geometricweather.R$styleable: int Preference_android_selectable +androidx.dynamicanimation.R$styleable: int[] ColorStateListItem +androidx.constraintlayout.widget.R$id: int autoComplete +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircularSkyWeatherView: void setDrawable(boolean) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Imperial: double Value +wangdaye.com.geometricweather.R$id: int activity_widget_config_textSizeSeekBar +com.google.gson.stream.JsonReader: void skipQuotedValue(char) +com.google.android.material.R$attr: int constraints +wangdaye.com.geometricweather.common.ui.widgets.astro.MoonPhaseView: MoonPhaseView(android.content.Context,android.util.AttributeSet) +io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: long serialVersionUID +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintBaseline_creator +okhttp3.internal.platform.AndroidPlatform: java.lang.Object getStackTraceForCloseable(java.lang.String) +com.google.android.material.R$attr: int hintTextAppearance +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void clear() +androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_spinBars +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge +com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_android_fontWeight +androidx.hilt.R$styleable: int[] Fragment +androidx.coordinatorlayout.R$id: int actions +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver +io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: void accept(java.lang.Object) +androidx.constraintlayout.widget.R$style: int Base_Animation_AppCompat_DropDownUp +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: java.lang.String hour +wangdaye.com.geometricweather.db.entities.AlertEntity: java.util.Date getDate() +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header +retrofit2.HttpServiceMethod$SuspendForResponse +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow +io.reactivex.Observable: io.reactivex.Observable generate(io.reactivex.functions.Consumer) +retrofit2.Utils$WildcardTypeImpl: java.lang.reflect.Type[] getLowerBounds() +androidx.drawerlayout.R$id: int tag_transition_group +wangdaye.com.geometricweather.R$dimen: int design_navigation_item_icon_padding +com.google.android.material.R$id: int startHorizontal +okio.Timeout: long timeoutNanos +com.amap.api.location.AMapLocationClientOption: int describeContents() +io.reactivex.Observable: io.reactivex.Observable fromPublisher(org.reactivestreams.Publisher) +okhttp3.internal.connection.RouteSelector: boolean hasNextProxy() +com.google.android.material.R$dimen: int mtrl_exposed_dropdown_menu_popup_elevation +androidx.preference.R$id: int accessibility_custom_action_4 +com.tencent.bugly.crashreport.crash.jni.b: java.lang.String b(java.lang.String,java.lang.String) +wangdaye.com.geometricweather.R$styleable: int Toolbar_navigationIcon +com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_arrowShaftLength +cyanogenmod.app.CustomTile$ExpandedListItem: void setExpandedListItemOnClickIntent(android.app.PendingIntent) +wangdaye.com.geometricweather.R$color: int mtrl_chip_surface_color +com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Theme_AppCompat_Dialog +cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_TITLE +wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: java.lang.String country +com.google.android.material.R$drawable: int material_ic_calendar_black_24dp +androidx.preference.R$attr: int queryHint +androidx.preference.R$attr: int switchPadding +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_PopupMenu_Overflow +androidx.constraintlayout.widget.R$attr: int ttcIndex +wangdaye.com.geometricweather.R$attr: int checkedChip +james.adaptiveicon.R$attr: int borderlessButtonStyle +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: float unitFactor +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_indicatorColors +androidx.vectordrawable.animated.R$styleable: int FontFamily_fontProviderCerts +androidx.preference.R$styleable: int Toolbar_subtitle +com.turingtechnologies.materialscrollbar.R$color: int error_color_material_light +okhttp3.internal.Util: void closeQuietly(java.net.ServerSocket) +com.google.android.material.internal.NavigationMenuView: NavigationMenuView(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit[] values() +com.jaredrummler.android.colorpicker.R$styleable: int[] FontFamilyFont +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textColorSearchUrl +com.google.android.material.R$styleable: int SnackbarLayout_maxActionInlineWidth +wangdaye.com.geometricweather.R$drawable: int notif_temp_138 +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Menu +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_padding_top +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: void onNext(java.lang.Object) +com.google.android.material.R$style: int Base_Widget_AppCompat_Button_Borderless +wangdaye.com.geometricweather.R$id: int container_main_daily_trend_card_subtitle +androidx.preference.R$styleable: int[] PreferenceTheme +androidx.work.R$bool: int enable_system_alarm_service_default +com.turingtechnologies.materialscrollbar.R$styleable: int[] CollapsingToolbarLayout +okhttp3.internal.http1.Http1Codec$FixedLengthSink +wangdaye.com.geometricweather.R$styleable: int[] ViewPager2 +wangdaye.com.geometricweather.R$array: int automatic_refresh_rate_values +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_Solid +wangdaye.com.geometricweather.R$layout: int abc_activity_chooser_view +com.google.android.material.R$attr: int activityChooserViewStyle +cyanogenmod.app.Profile: void readFromParcel(android.os.Parcel) +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_EditText +okio.InflaterSource: int bufferBytesHeldByInflater +james.adaptiveicon.R$attr: int iconTintMode +okhttp3.internal.http2.Http2Connection$PingRunnable +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeTotalPrecipitationProbability() +androidx.constraintlayout.widget.R$anim: int abc_tooltip_exit +com.google.android.material.R$attr: int layout_constraintTop_toTopOf +com.turingtechnologies.materialscrollbar.R$color: int primary_text_default_material_dark +okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex: javax.net.ssl.X509TrustManager trustManager +androidx.preference.R$color: int abc_tint_spinner +com.google.android.material.bottomnavigation.BottomNavigationView: void setItemIconTintList(android.content.res.ColorStateList) +androidx.constraintlayout.widget.R$attr: int layout_constraintBottom_toBottomOf +james.adaptiveicon.R$layout: int notification_action_tombstone +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_margin +androidx.appcompat.R$id: int content +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: void setEn_US(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_lastVerticalStyle +org.greenrobot.greendao.AbstractDao: java.lang.Object readKey(android.database.Cursor,int) +cyanogenmod.hardware.ICMHardwareService: boolean get(int) +cyanogenmod.themes.ThemeChangeRequest: cyanogenmod.themes.ThemeChangeRequest$RequestType getReqeustType() +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_subtitle +androidx.appcompat.widget.FitWindowsFrameLayout: FitWindowsFrameLayout(android.content.Context) +wangdaye.com.geometricweather.db.entities.DaoMaster: org.greenrobot.greendao.AbstractDaoSession newSession(org.greenrobot.greendao.identityscope.IdentityScopeType) +androidx.preference.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle +android.didikee.donate.R$attr: int showTitle +wangdaye.com.geometricweather.R$id: int src_over +wangdaye.com.geometricweather.main.models.LocationResource$Event: wangdaye.com.geometricweather.main.models.LocationResource$Event valueOf(java.lang.String) +com.tencent.bugly.proguard.ao: java.lang.String a +com.loc.k: java.lang.String d +wangdaye.com.geometricweather.R$id: int container_main_daily_trend_card +com.amap.api.location.AMapLocation: AMapLocation(java.lang.String) +android.didikee.donate.R$styleable: int MenuView_android_itemTextAppearance +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.appcompat.R$styleable: int MenuView_android_headerBackground +androidx.appcompat.widget.ActivityChooserView +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeSnowPrecipitationProbability(java.lang.Float) +com.xw.repo.bubbleseekbar.R$styleable: int Spinner_android_dropDownWidth +okhttp3.internal.http2.Http2Reader: Http2Reader(okio.BufferedSource,boolean) +com.google.android.material.slider.Slider: int getLabelBehavior() +cyanogenmod.themes.IThemeService: boolean isThemeBeingProcessed(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum: int UnitType +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_hideOnContentScroll +androidx.constraintlayout.widget.R$styleable: int KeyPosition_pathMotionArc +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_shapeAppearance +wangdaye.com.geometricweather.R$dimen: int mtrl_slider_label_square_side +okhttp3.internal.ws.RealWebSocket$Close: long cancelAfterCloseMillis +wangdaye.com.geometricweather.R$attr: int iconResStart +androidx.appcompat.R$color: int background_floating_material_light +com.google.android.material.R$styleable: int MaterialCalendar_dayInvalidStyle +okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.util.concurrent.CountDownLatch readCompleteLatch +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType Delete +com.google.android.material.R$style: int Widget_AppCompat_ListView_DropDown +cyanogenmod.app.CMTelephonyManager: void setDefaultPhoneSub(int) +androidx.activity.R$id: int blocking +cyanogenmod.providers.CMSettings$DelimitedListValidator +com.xw.repo.bubbleseekbar.R$color: int material_deep_teal_200 +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getThunderstormPrecipitation() +androidx.lifecycle.extensions.R$id: int text2 +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Large +com.xw.repo.bubbleseekbar.R$attr: int bsb_section_text_color +androidx.preference.R$style: int Widget_AppCompat_ActionBar_TabText +wangdaye.com.geometricweather.R$string: int circular_progress_view +com.tencent.bugly.crashreport.crash.anr.TraceFileHelper +wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.util.Date getDate() +com.xw.repo.bubbleseekbar.R$id: int time +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle +wangdaye.com.geometricweather.R$attr: int layout_constraintBottom_creator +com.google.android.material.R$styleable: int KeyTrigger_motionTarget +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit valueOf(java.lang.String) +androidx.appcompat.R$dimen: int tooltip_horizontal_padding +androidx.appcompat.R$styleable: int CompoundButton_buttonTintMode +okhttp3.internal.platform.OptionalMethod +androidx.appcompat.widget.AppCompatAutoCompleteTextView: android.content.res.ColorStateList getSupportBackgroundTintList() +com.xw.repo.bubbleseekbar.R$color: int material_grey_300 +androidx.constraintlayout.widget.R$color: int abc_primary_text_disable_only_material_light +androidx.appcompat.R$attr: int closeItemLayout +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder connectTimeout(long,java.util.concurrent.TimeUnit) +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onLockscreenSlideOffsetChanged +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_helperTextEnabled +com.xw.repo.BubbleSeekBar: void setCustomSectionTextArray(com.xw.repo.BubbleSeekBar$CustomSectionTextArray) +james.adaptiveicon.R$style: int Widget_AppCompat_SearchView +com.google.android.material.R$styleable: int MenuItem_actionLayout +io.reactivex.internal.subscriptions.DeferredScalarSubscription: java.lang.Object value +cyanogenmod.externalviews.ExternalViewProperties: ExternalViewProperties(android.view.View,android.content.Context) +wangdaye.com.geometricweather.R$drawable: int widget_card_dark_100 +com.google.android.material.R$style: int TextAppearance_AppCompat_Small_Inverse +okhttp3.internal.http2.Http2Connection$ReaderRunnable: okhttp3.internal.http2.Http2Connection this$0 +wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView +retrofit2.Retrofit: java.util.concurrent.Executor callbackExecutor +wangdaye.com.geometricweather.wallpaper.LiveWallpaperConfigActivity +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean getForecastHourly() +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_menu_header_material +android.didikee.donate.R$color: int dim_foreground_material_dark +androidx.preference.R$layout: int abc_screen_simple_overlay_action_mode +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Imperial Imperial +wangdaye.com.geometricweather.R$attr: int tabMaxWidth +james.adaptiveicon.R$styleable: int TextAppearance_android_textSize +com.google.android.material.R$style: int Base_V22_Theme_AppCompat_Light +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_text_input_padding_top +okhttp3.Cookie$Builder: long expiresAt +com.google.android.material.R$attr: int fastScrollVerticalThumbDrawable +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_curveFit +retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter: java.lang.reflect.Type responseType +org.greenrobot.greendao.AbstractDao: java.lang.Object readEntity(android.database.Cursor,int) +android.support.v4.app.INotificationSideChannel$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean getHumidity() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$PrecipitationProbabilityBean: void setStatus(int) +androidx.constraintlayout.widget.R$color: int primary_dark_material_dark +com.google.android.material.R$attr: int layout_constraintTop_creator +androidx.preference.R$style: int Base_V26_Widget_AppCompat_Toolbar +io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: long serialVersionUID +androidx.viewpager2.R$id: int title +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_SearchView +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintTop_toBottomOf +wangdaye.com.geometricweather.R$styleable: int KeyPosition_pathMotionArc +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle +androidx.loader.R$color: int notification_action_color_filter +okio.RealBufferedSink: okio.BufferedSink writeUtf8CodePoint(int) +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: android.view.WindowManager$LayoutParams mParams +com.google.android.material.R$string: int abc_searchview_description_clear +okio.Okio: okio.Sink sink(java.io.OutputStream,okio.Timeout) +wangdaye.com.geometricweather.R$attr: int waveOffset +cyanogenmod.externalviews.ExternalViewProviderService$Provider +androidx.preference.R$string: int abc_menu_function_shortcut_label +com.google.android.material.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity +com.jaredrummler.android.colorpicker.R$styleable: int PopupWindow_overlapAnchor +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: java.lang.String insee +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cv +retrofit2.adapter.rxjava2.CallExecuteObservable$CallDisposable: retrofit2.Call call +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_MaterialCalendar_NavigationButton +okhttp3.EventListener: void connectStart(okhttp3.Call,java.net.InetSocketAddress,java.net.Proxy) +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_anim_duration +com.google.android.material.floatingactionbutton.FloatingActionButton$BaseBehavior: FloatingActionButton$BaseBehavior() +okhttp3.internal.http2.Http2Codec: okhttp3.Protocol protocol +com.turingtechnologies.materialscrollbar.R$attr: int behavior_overlapTop +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionButton_Overflow +james.adaptiveicon.R$styleable: int[] ActionBar +com.google.android.material.card.MaterialCardView: void setCardBackgroundColor(android.content.res.ColorStateList) +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse +androidx.constraintlayout.widget.R$styleable: int[] StateSet +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: java.lang.String getSummary(android.content.Context,java.util.List) +okio.ByteString: int hashCode +com.google.android.material.R$styleable: int Chip_android_textColor +retrofit2.HttpException: retrofit2.Response response() +androidx.vectordrawable.R$styleable: int FontFamily_fontProviderPackage +io.reactivex.internal.observers.InnerQueuedObserver: void setDone() +com.google.android.gms.common.api.internal.zaab: void registerConnectionFailedListener(com.google.android.gms.common.api.GoogleApiClient$OnConnectionFailedListener) +androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customDimension +wangdaye.com.geometricweather.R$drawable: int ic_state_checked +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getAqi() +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties +com.google.android.material.slider.Slider: void setTickActiveTintList(android.content.res.ColorStateList) +cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_getLiveLockScreenEnabled +androidx.constraintlayout.widget.R$attr: int subtitle com.google.android.material.button.MaterialButton: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() -androidx.constraintlayout.widget.Placeholder: Placeholder(android.content.Context) -androidx.activity.R$styleable: int FontFamily_fontProviderAuthority -wangdaye.com.geometricweather.R$layout: int cpv_preference_square_large -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small -androidx.appcompat.widget.AppCompatImageView: void setBackgroundResource(int) -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIconTint -android.didikee.donate.R$styleable: int AppCompatTheme_dialogTheme -wangdaye.com.geometricweather.R$style: int material_button -androidx.preference.R$attr: int actionBarSplitStyle -androidx.appcompat.widget.ActionBarContextView: ActionBarContextView(android.content.Context,android.util.AttributeSet,int) -okhttp3.internal.connection.RealConnection: long idleAtNanos -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.google.android.material.card.MaterialCardView: int getStrokeColor() -com.google.android.material.R$color: int mtrl_textinput_hovered_box_stroke_color +james.adaptiveicon.R$id: int submit_area +androidx.preference.DialogPreference: DialogPreference(android.content.Context,android.util.AttributeSet) +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean putKeyValueToNative(java.lang.String,java.lang.String) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: MfForecastResult$DailyForecast() +com.xw.repo.bubbleseekbar.R$attr: int colorPrimaryDark +io.reactivex.internal.util.ErrorMode: io.reactivex.internal.util.ErrorMode BOUNDARY +com.google.android.material.R$attr: int customColorDrawableValue +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_goneMarginRight +com.tencent.bugly.crashreport.BuglyLog: void setCache(int) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: long EpochSet +james.adaptiveicon.R$style: int Widget_AppCompat_ActionBar_TabText +james.adaptiveicon.R$dimen: int abc_action_bar_stacked_max_height +android.didikee.donate.R$styleable: int AppCompatTheme_borderlessButtonStyle +wangdaye.com.geometricweather.R$styleable: int Constraint_android_scaleX +android.didikee.donate.R$style: int Platform_ThemeOverlay_AppCompat_Dark +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind Wind +com.google.android.material.R$attr: int tintMode +wangdaye.com.geometricweather.R$styleable: int SearchView_closeIcon +cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setHumidity(double) +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ProgressBar +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: boolean done +james.adaptiveicon.R$drawable: int abc_item_background_holo_dark +com.xw.repo.bubbleseekbar.R$attr: int bsb_section_count +wangdaye.com.geometricweather.R$styleable: int FragmentContainerView_android_name +androidx.loader.R$id: int blocking +okhttp3.internal.http2.Http2Connection: long unacknowledgedBytesRead +wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.String updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.LocationEntity,long) +wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: int getTotalCount() +androidx.constraintlayout.widget.R$color: int primary_text_default_material_dark +wangdaye.com.geometricweather.R$animator: int design_fab_show_motion_spec +com.xw.repo.bubbleseekbar.R$id: int search_edit_frame +com.google.android.material.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle +com.tencent.bugly.proguard.j: j(int) +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: boolean isDisposed() +io.reactivex.Observable: io.reactivex.Observable switchIfEmpty(io.reactivex.ObservableSource) +com.google.android.material.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge +retrofit2.DefaultCallAdapterFactory: DefaultCallAdapterFactory(java.util.concurrent.Executor) +com.jaredrummler.android.colorpicker.R$drawable: int abc_spinner_textfield_background_material +cyanogenmod.app.suggest.ApplicationSuggestion$1: java.lang.Object createFromParcel(android.os.Parcel) +com.google.android.material.appbar.AppBarLayout$BaseBehavior: AppBarLayout$BaseBehavior() +com.bumptech.glide.integration.okhttp.R$styleable: R$styleable() +androidx.dynamicanimation.R$id: int info +com.google.android.material.appbar.CollapsingToolbarLayout: long getScrimAnimationDuration() +james.adaptiveicon.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog +androidx.recyclerview.R$styleable: int ColorStateListItem_android_alpha +android.didikee.donate.R$styleable: int TextAppearance_android_shadowDx +androidx.transition.R$id: int notification_main_column +okhttp3.internal.tls.DistinguishedNameParser: int cur +wangdaye.com.geometricweather.R$id: int activity_about_recyclerView +wangdaye.com.geometricweather.R$styleable: int[] Layout +okhttp3.internal.http2.Http2Connection: int AWAIT_PING +com.google.android.material.R$styleable: int CardView_contentPaddingLeft +android.didikee.donate.R$styleable: int AppCompatTheme_colorControlActivated +com.google.android.material.R$style: int Base_Theme_AppCompat +androidx.transition.R$dimen: int notification_action_text_size +androidx.constraintlayout.widget.R$attr: int lineHeight +androidx.coordinatorlayout.R$attr: int fontProviderAuthority +androidx.preference.R$styleable: int ActionBar_height +androidx.appcompat.widget.Toolbar: int getTitleMarginBottom() +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintGuide_percent +android.didikee.donate.R$style: int Widget_AppCompat_ListView_Menu +com.google.android.material.R$color: int switch_thumb_material_dark +androidx.hilt.lifecycle.R$id: int tag_unhandled_key_event_manager +com.google.android.material.R$layout: int material_clock_period_toggle +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ListPopupWindow +com.jaredrummler.android.colorpicker.R$id: int checkbox +okhttp3.internal.http2.Http2: byte TYPE_SETTINGS +com.github.rahatarmanahmed.cpv.CircularProgressView: boolean isIndeterminate() +wangdaye.com.geometricweather.R$attr: int bsb_always_show_bubble_delay +androidx.vectordrawable.animated.R$attr: int fontStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setHumidity(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean) +androidx.hilt.R$dimen: int notification_right_side_padding_top +androidx.viewpager2.R$styleable: int GradientColorItem_android_color +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_57 +androidx.constraintlayout.widget.R$id: int dragUp +com.bumptech.glide.R$styleable: int FontFamilyFont_android_fontStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: java.lang.String pubTime +cyanogenmod.app.BaseLiveLockManagerService: android.os.IBinder asBinder() +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Display3 +cyanogenmod.app.CustomTile: void cloneInto(cyanogenmod.app.CustomTile) +android.didikee.donate.R$style: int Widget_AppCompat_SearchView_ActionBar +okhttp3.MultipartBody: byte[] DASHDASH +wangdaye.com.geometricweather.R$id: int item_about_link_icon +wangdaye.com.geometricweather.R$layout: int mtrl_calendar_month +com.google.android.material.R$attr: int showTitle +cyanogenmod.hardware.ICMHardwareService: cyanogenmod.hardware.DisplayMode getCurrentDisplayMode() +wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar: void setMinutelyList(java.util.List) +cyanogenmod.externalviews.KeyguardExternalViewProviderService: java.lang.String META_DATA +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_summaryOff +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.lang.String getLongDate(android.content.Context) +androidx.viewpager.widget.PagerTabStrip: void setTabIndicatorColorResource(int) +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setTime(long) +james.adaptiveicon.R$styleable: int TextAppearance_android_textColorLink +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Display3 +com.xw.repo.bubbleseekbar.R$dimen: int notification_right_icon_size +com.google.android.material.R$color: int abc_secondary_text_material_dark +com.google.android.material.bottomnavigation.BottomNavigationItemView: BottomNavigationItemView(android.content.Context) +james.adaptiveicon.R$dimen: int abc_text_size_display_3_material +android.didikee.donate.R$styleable: int ViewStubCompat_android_layout +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX getSpeed() +com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String I +wangdaye.com.geometricweather.R$color: int material_on_primary_disabled +wangdaye.com.geometricweather.R$dimen: int content_text_size +okhttp3.internal.cache.DiskLruCache$2: okhttp3.internal.cache.DiskLruCache this$0 +com.tencent.bugly.crashreport.crash.anr.b: com.tencent.bugly.crashreport.crash.CrashDetailBean a(com.tencent.bugly.crashreport.crash.anr.a) +com.bumptech.glide.load.HttpException +wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: SwipeSwitchLayout(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$styleable: int MaterialButton_iconTint +cyanogenmod.power.PerformanceManager: int PROFILE_BIAS_POWER_SAVE +io.reactivex.internal.operators.observable.ObservableGroupBy$State: void drain() +wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_arrowHeadLength +cyanogenmod.externalviews.KeyguardExternalViewProviderService$1$1: java.lang.Object call() +wangdaye.com.geometricweather.R$dimen: int material_cursor_inset_top +wangdaye.com.geometricweather.R$styleable: int RecyclerView_layoutManager +wangdaye.com.geometricweather.R$integer: int mtrl_card_anim_duration_ms +io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver parent +cyanogenmod.profiles.RingModeSettings: void setValue(java.lang.String) +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_motionProgress +androidx.appcompat.widget.AppCompatImageButton: android.graphics.PorterDuff$Mode getSupportImageTintMode() +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipCornerRadius +com.google.android.material.R$styleable: int ShapeableImageView_strokeColor +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_SearchView +wangdaye.com.geometricweather.R$drawable: int ic_ragweed +androidx.lifecycle.ClassesInfoCache: androidx.lifecycle.ClassesInfoCache sInstance +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_hide_bubble +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceTheme +androidx.work.R$styleable: int GradientColor_android_centerColor +com.xw.repo.bubbleseekbar.R$attr: int alphabeticModifiers +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: boolean otherDone +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture: AccuCurrentResult$Past24HourTemperatureDeparture() +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Display2 +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Day_Invalid +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: java.util.List getValue() +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: FlowableCreate$SerializedEmitter(io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionButton_Overflow +cyanogenmod.providers.CMSettings$Secure: java.lang.String THEME_PREV_BOOT_API_LEVEL +androidx.appcompat.R$drawable: int abc_ic_star_half_black_36dp +com.google.android.material.R$attr: int fastScrollHorizontalTrackDrawable +androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customIntegerValue +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: io.reactivex.subjects.Subject signaller +retrofit2.Invocation: retrofit2.Invocation of(java.lang.reflect.Method,java.util.List) +androidx.appcompat.R$styleable: int MenuItem_showAsAction +wangdaye.com.geometricweather.R$string: int settings_summary_service_provider +com.google.android.material.R$dimen: int notification_media_narrow_margin +androidx.appcompat.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title +io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: java.lang.Object leaveTransform(java.lang.Object) +wangdaye.com.geometricweather.db.entities.DaoMaster: int SCHEMA_VERSION +androidx.preference.R$attr: int title +wangdaye.com.geometricweather.R$id: int item_aqi_content +androidx.constraintlayout.widget.R$drawable: int abc_btn_radio_material +james.adaptiveicon.R$style: int Platform_Widget_AppCompat_Spinner +com.turingtechnologies.materialscrollbar.R$styleable: int[] BottomSheetBehavior_Layout +androidx.preference.R$dimen: int fastscroll_default_thickness +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: boolean isDisposed() +io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: ObservableTimer$TimerObserver(io.reactivex.Observer) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator +okhttp3.HttpUrl: java.lang.String url +com.google.android.gms.base.R$attr: int colorScheme +cyanogenmod.app.IProfileManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxStrokeWidthFocused +androidx.hilt.lifecycle.R$layout: int notification_template_part_time +com.tencent.bugly.crashreport.crash.CrashDetailBean: long D +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setPm25(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial: double Value +wangdaye.com.geometricweather.R$color: int switch_thumb_material_dark +android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionMode +androidx.vectordrawable.R$styleable: R$styleable() +okhttp3.internal.http.HttpDate$1: java.lang.Object initialValue() +com.jaredrummler.android.colorpicker.R$styleable: int ColorPanelView_cpv_showOldColor +androidx.lifecycle.LifecycleService +okhttp3.internal.http2.Http2Connection$IntervalPingRunnable: void execute() +cyanogenmod.hardware.CMHardwareManager: int FEATURE_TOUCH_HOVERING +okhttp3.Response: okhttp3.Protocol protocol +io.reactivex.internal.observers.BasicIntQueueDisposable +androidx.constraintlayout.widget.R$attr: int ratingBarStyleIndicator +androidx.constraintlayout.widget.R$string: int abc_activity_chooser_view_see_all +okio.Buffer: okio.BufferedSink writeLong(long) +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton +wangdaye.com.geometricweather.R$attr: int dialogTitle +androidx.hilt.lifecycle.R$style: int TextAppearance_Compat_Notification +wangdaye.com.geometricweather.R$styleable: int Tooltip_android_layout_margin +androidx.legacy.coreutils.R$color +wangdaye.com.geometricweather.R$drawable: int weather_sleet +com.turingtechnologies.materialscrollbar.R$dimen: int design_appbar_elevation +androidx.vectordrawable.R$id: int accessibility_custom_action_23 +okhttp3.internal.ws.RealWebSocket: int receivedPingCount +com.bumptech.glide.integration.okhttp.R$id: int action_text +androidx.appcompat.resources.R$id: int accessibility_custom_action_1 +com.google.android.material.R$id: int action_text +androidx.appcompat.R$style: int TextAppearance_Compat_Notification +androidx.appcompat.R$id: int search_bar +okio.RealBufferedSink: okio.BufferedSink write(byte[]) +okhttp3.FormBody: okhttp3.MediaType contentType() +wangdaye.com.geometricweather.common.basic.models.weather.Base: java.lang.String getTime(android.content.Context,java.util.Date) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: java.lang.String unit +androidx.constraintlayout.widget.R$attr: int showText +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setWeatherStart(java.lang.String) +com.tencent.bugly.crashreport.crash.d: com.tencent.bugly.crashreport.common.strategy.a b +org.greenrobot.greendao.DaoException: void safeInitCause(java.lang.Throwable) +androidx.appcompat.R$style: int Widget_AppCompat_CompoundButton_RadioButton +james.adaptiveicon.R$attr: int autoSizeMaxTextSize +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: void dispose() +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: int sourceMode +androidx.dynamicanimation.R$attr: int font +androidx.lifecycle.ViewModelStores: androidx.lifecycle.ViewModelStore of(androidx.fragment.app.FragmentActivity) +wangdaye.com.geometricweather.R$string: int key_trend_horizontal_line_switch +com.google.android.material.slider.RangeSlider: int getThumbRadius() +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: void cancelSources() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setNo2(java.lang.String) +okhttp3.internal.cache.DiskLruCache: long size +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX +androidx.constraintlayout.widget.R$attr: int editTextColor +com.jaredrummler.android.colorpicker.R$id: int gridView +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onWindowAttributesChanged(android.view.WindowManager$LayoutParams) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_43 +wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Color +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem +com.tencent.bugly.proguard.a: void a(java.lang.String) +wangdaye.com.geometricweather.background.polling.work.worker.AsyncWorker: AsyncWorker(android.content.Context,androidx.work.WorkerParameters) +com.xw.repo.bubbleseekbar.R$color: int abc_secondary_text_material_light +okhttp3.internal.ws.RealWebSocket: void checkResponse(okhttp3.Response) +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircularSkyWeatherView: void setGravitySensorEnabled(boolean) +androidx.fragment.R$id: int accessibility_custom_action_12 +com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getTickActiveTintList() +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintStart_toEndOf +okhttp3.internal.ws.RealWebSocket$CancelRunnable: RealWebSocket$CancelRunnable(okhttp3.internal.ws.RealWebSocket) +com.xw.repo.bubbleseekbar.R$attr: int switchPadding +cyanogenmod.weather.CMWeatherManager: java.util.Map access$200(cyanogenmod.weather.CMWeatherManager) +androidx.appcompat.resources.R$color: int ripple_material_light +com.google.android.material.tabs.TabLayout: void setInlineLabelResource(int) +androidx.preference.R$styleable: int Preference_android_persistent +androidx.preference.R$drawable: int abc_btn_check_to_on_mtrl_000 +cyanogenmod.app.Profile: java.util.ArrayList getTriggersFromType(int) +androidx.preference.R$styleable: int RecyclerView_stackFromEnd +com.turingtechnologies.materialscrollbar.R$layout: int design_navigation_item_subheader +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Large +androidx.recyclerview.R$id: int tag_transition_group +androidx.appcompat.R$id: int accessibility_custom_action_1 +androidx.preference.R$dimen: int abc_panel_menu_list_width +okhttp3.Request$Builder: okhttp3.Request$Builder put(okhttp3.RequestBody) +cyanogenmod.providers.WeatherContract$WeatherColumns$WindSpeedUnit: WeatherContract$WeatherColumns$WindSpeedUnit() +com.google.android.gms.auth.api.signin.internal.GoogleSignInOptionsExtensionParcelable: android.os.Parcelable$Creator CREATOR +okhttp3.internal.platform.Platform: boolean isAndroid() +james.adaptiveicon.R$styleable: int AppCompatTheme_searchViewStyle +okhttp3.internal.ws.RealWebSocket: okhttp3.internal.ws.RealWebSocket$Streams streams +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle +androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type TOP +android.didikee.donate.R$styleable: int AppCompatTheme_actionBarPopupTheme +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: long serialVersionUID +androidx.constraintlayout.widget.Guideline: void setGuidelineEnd(int) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintVertical_chainStyle +com.google.android.material.textview.MaterialTextView +androidx.appcompat.R$drawable: int abc_ic_menu_overflow_material +wangdaye.com.geometricweather.R$attr: int textAppearanceCaption +wangdaye.com.geometricweather.R$id: int start +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_SearchResult +retrofit2.RequestFactory$Builder: boolean gotField +okio.Okio$2 +com.google.android.material.R$attr: int badgeGravity +wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_shadowDy +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title +android.didikee.donate.R$style: int Base_Widget_AppCompat_SeekBar_Discrete +com.tencent.bugly.crashreport.crash.h5.H5JavaScriptInterface: java.lang.String b +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum Minimum +androidx.hilt.R$styleable: int ColorStateListItem_android_color +android.didikee.donate.R$attr: int actionBarSplitStyle +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_progressBarPadding +wangdaye.com.geometricweather.R$styleable: int Insets_paddingBottomSystemWindowInsets +com.google.android.material.tabs.TabLayout$TabView +okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.platform.Platform buildIfSupported() +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_checked +okhttp3.internal.http1.Http1Codec$ChunkedSource +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge +androidx.hilt.work.R$id: int notification_main_column +wangdaye.com.geometricweather.R$styleable: int Constraint_barrierAllowsGoneWidgets +com.google.android.material.R$id: int radio +androidx.activity.R$dimen: int compat_button_padding_vertical_material +androidx.hilt.R$drawable: int notification_bg_low_normal +com.google.android.material.R$styleable: int ActionMode_height +com.bumptech.glide.integration.okhttp.R$style: int TextAppearance_Compat_Notification_Line2 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture Past24HourTemperatureDeparture +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWindLevel(java.lang.String) +retrofit2.ParameterHandler$HeaderMap: void apply(retrofit2.RequestBuilder,java.lang.Object) cyanogenmod.app.CustomTile: java.lang.String toString() -wangdaye.com.geometricweather.R$drawable -com.google.android.material.R$attr: int layout_constraintRight_toLeftOf -wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.Temperature getTemperature() -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored -androidx.customview.R$layout: int notification_template_icon_group -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_displayOptions -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$1: ExternalViewProviderService$Provider$ProviderImpl$1(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) -com.google.android.material.navigation.NavigationView: void setCheckedItem(android.view.MenuItem) -androidx.drawerlayout.widget.DrawerLayout: void setDrawerLockMode(int) -com.google.android.material.card.MaterialCardView: void setStrokeColor(int) -androidx.preference.R$layout: int custom_dialog -wangdaye.com.geometricweather.R$drawable: int btn_radio_on_to_off_mtrl_animation -com.google.gson.internal.LinkedTreeMap: LinkedTreeMap() -android.didikee.donate.R$id: int search_voice_btn -okio.ByteString: void write(java.io.OutputStream) -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub$Proxy: android.os.IBinder asBinder() -wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge -wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_dark -wangdaye.com.geometricweather.R$id: int container -androidx.constraintlayout.widget.R$id: int flip -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 -androidx.preference.R$layout: int abc_alert_dialog_title_material -cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator access$100() -wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar: PrecipitationBar(android.content.Context,android.util.AttributeSet) -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintCircle -androidx.preference.R$attr: int actionModePopupWindowStyle -wangdaye.com.geometricweather.R$color: int mtrl_filled_icon_tint -cyanogenmod.weather.ICMWeatherManager: void lookupCity(cyanogenmod.weather.RequestInfo) -wangdaye.com.geometricweather.R$attr: int tickColor -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Button_Borderless -com.jaredrummler.android.colorpicker.R$attr: int reverseLayout -okhttp3.internal.platform.AndroidPlatform$CloseGuard: AndroidPlatform$CloseGuard(java.lang.reflect.Method,java.lang.reflect.Method,java.lang.reflect.Method) -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: boolean done -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: void onNext(java.lang.Object) -com.google.android.gms.common.api.GoogleApiClient -cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_USER_KEY -wangdaye.com.geometricweather.R$array: int temperature_unit_values -cyanogenmod.app.IPartnerInterface: boolean setZenModeWithDuration(int,long) -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_rotationX -wangdaye.com.geometricweather.R$styleable: int MaterialButton_iconPadding -cyanogenmod.externalviews.KeyguardExternalView$2: void onDetachedFromWindow() -com.google.android.material.bottomappbar.BottomAppBar: int getLeftInset() -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_navigationContentDescription -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_textSize -com.google.android.material.slider.BaseSlider: int getFocusedThumbIndex() -wangdaye.com.geometricweather.R$layout: int abc_action_mode_close_item_material -com.google.android.material.R$style: int Widget_AppCompat_DrawerArrowToggle -io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit,long) -io.reactivex.internal.operators.observable.ObservableReplay$SizeBoundReplayBuffer: long serialVersionUID -com.tencent.bugly.crashreport.biz.a: com.tencent.bugly.crashreport.biz.UserInfoBean a(android.database.Cursor) -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_icon_3 -james.adaptiveicon.R$attr: int subtitleTextColor -wangdaye.com.geometricweather.R$id: int dialog_adaptive_icon_title -androidx.recyclerview.R$drawable: int notification_tile_bg -io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: io.reactivex.internal.operators.observable.ObservableCache parent -android.didikee.donate.R$id: int contentPanel -retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: CallEnqueueObservable$CallCallback(retrofit2.Call,io.reactivex.Observer) -okio.GzipSink: okio.Timeout timeout() -wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: java.util.List toDailyTrendDisplayList(java.lang.String) -android.didikee.donate.R$styleable: int AppCompatTextView_autoSizeMinTextSize -wangdaye.com.geometricweather.R$layout: int container_snackbar_card -com.tencent.bugly.proguard.ap: void a(java.lang.StringBuilder,int) -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_firstVerticalBias -okhttp3.internal.http2.Http2Connection$ReaderRunnable$2: void execute() -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ProgressIndicator_Circular_Determinate -wangdaye.com.geometricweather.db.entities.AlertEntity: int getColor() -androidx.fragment.R$attr: int fontProviderQuery -james.adaptiveicon.R$styleable: int MenuGroup_android_visible -wangdaye.com.geometricweather.R$color: int mtrl_btn_ripple_color -com.google.android.material.R$styleable: int ShapeAppearance_cornerSizeTopRight -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatImageView_tintMode -cyanogenmod.content.Intent: java.lang.String ACTION_THEME_INSTALLED -androidx.work.R$bool: int enable_system_foreground_service_default -io.reactivex.internal.subscriptions.EmptySubscription: boolean offer(java.lang.Object,java.lang.Object) -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: double lon -okhttp3.FormBody: java.lang.String encodedName(int) -com.google.gson.internal.$Gson$Types$WildcardTypeImpl: int hashCode() -wangdaye.com.geometricweather.R$styleable: int Preference_android_selectable -com.turingtechnologies.materialscrollbar.R$attr: int commitIcon -android.didikee.donate.R$styleable: int AppCompatTextView_drawableTint -com.google.android.material.R$attr: int tabIndicatorHeight -com.turingtechnologies.materialscrollbar.R$drawable: int abc_textfield_search_activated_mtrl_alpha +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial: AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Imperial() +com.google.android.material.R$anim: int btn_checkbox_to_checked_box_inner_merged_animation +com.google.android.material.textfield.TextInputLayout: void setErrorTextColor(android.content.res.ColorStateList) +androidx.constraintlayout.widget.R$styleable: int Layout_layout_goneMarginLeft +okhttp3.internal.platform.Jdk9Platform: okhttp3.internal.platform.Jdk9Platform buildIfSupported() +cyanogenmod.weatherservice.ServiceRequestResult$Builder: ServiceRequestResult$Builder() +wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit +cyanogenmod.hardware.CMHardwareManager: int FEATURE_TAP_TO_WAKE +androidx.hilt.R$id: int accessibility_custom_action_22 +com.google.android.material.tabs.TabLayout: void setTabIndicatorFullWidth(boolean) +com.google.android.material.R$styleable: int ConstraintSet_flow_verticalBias +com.tencent.bugly.proguard.h: java.lang.StringBuilder a +androidx.recyclerview.R$id: int line1 +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: io.reactivex.ObservableEmitter serialize() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableLeftCompat +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small +james.adaptiveicon.R$style: int Platform_AppCompat_Light +androidx.activity.R$id: int accessibility_custom_action_27 +androidx.constraintlayout.widget.R$attr: int color +wangdaye.com.geometricweather.R$attr: int paddingLeftSystemWindowInsets +com.jaredrummler.android.colorpicker.R$dimen: int abc_button_padding_horizontal_material +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon +retrofit2.RequestBuilder: java.lang.String relativeUrl +com.xw.repo.bubbleseekbar.R$styleable: int[] FontFamilyFont +androidx.coordinatorlayout.R$styleable: int FontFamily_fontProviderFetchTimeout +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_TabBar +com.google.android.material.R$styleable: int GradientColor_android_centerY +androidx.constraintlayout.widget.R$attr: int motionTarget +android.didikee.donate.R$color: int notification_icon_bg_color +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_drawableStart +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer getWindChillTemperature() +com.turingtechnologies.materialscrollbar.R$styleable: int ViewStubCompat_android_id +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem +wangdaye.com.geometricweather.R$bool: int config_materialPreferenceIconSpaceReserved +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowFixedHeightMinor +com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawable_android_constantSize +okio.ForwardingTimeout: boolean hasDeadline() +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: long upDateTime +com.tencent.bugly.proguard.n: java.lang.String a(com.tencent.bugly.proguard.n) +com.jaredrummler.android.colorpicker.R$layout: int preference_list_fragment +com.google.android.material.R$layout: int notification_template_icon_group +wangdaye.com.geometricweather.R$layout: int mtrl_picker_actions +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModePasteDrawable +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.hilt.work.R$attr: int fontVariationSettings +wangdaye.com.geometricweather.R$array: int ui_styles +okhttp3.internal.http2.Http2Connection$PingRunnable: void execute() +com.google.android.material.R$styleable: int Chip_closeIcon +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningAdvice: int phenomenoMaxColorId +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ListPopupWindow +com.bumptech.glide.integration.okhttp.R$drawable: int notification_bg_normal +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: MfHistoryResult$Position() +android.didikee.donate.R$drawable: int abc_ic_star_half_black_48dp +com.jaredrummler.android.colorpicker.R$string: int abc_menu_sym_shortcut_label +okio.Buffer$1: void write(int) +james.adaptiveicon.R$drawable: int notification_bg_low_normal +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_aa_black +android.didikee.donate.R$styleable: int Toolbar_navigationIcon +com.tencent.bugly.crashreport.crash.c: boolean m james.adaptiveicon.R$color: int dim_foreground_material_light -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.HistoryEntity) -com.bumptech.glide.R$dimen -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_editTextStyle -okhttp3.ConnectionPool: okhttp3.internal.connection.RealConnection get(okhttp3.Address,okhttp3.internal.connection.StreamAllocation,okhttp3.Route) -com.google.android.material.R$style: int Base_V14_ThemeOverlay_MaterialComponents_Dialog -androidx.hilt.R$id: int blocking -com.tencent.bugly.crashreport.CrashReport: int getUserDatasSize(android.content.Context) -james.adaptiveicon.R$attr: int dividerVertical -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem -com.jaredrummler.android.colorpicker.R$style: int Base_Animation_AppCompat_DropDownUp -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter -androidx.lifecycle.LiveData$ObserverWrapper: boolean shouldBeActive() -wangdaye.com.geometricweather.R$drawable: int weather_rain_pixel -retrofit2.Utils: java.lang.Class getRawType(java.lang.reflect.Type) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Metric: double Value -androidx.preference.R$attr: int fontProviderFetchTimeout -wangdaye.com.geometricweather.R$drawable: int notif_temp_130 -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_18 -cyanogenmod.app.CustomTile: android.app.PendingIntent onLongClick -androidx.viewpager2.R$id: int accessibility_custom_action_27 -com.google.android.material.R$styleable: int Layout_layout_constraintHorizontal_bias -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_android_textOn -com.google.android.material.R$style: int Widget_AppCompat_SearchView -com.google.android.material.R$styleable: int Transform_android_elevation -wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_fontFamily -androidx.appcompat.R$layout: int abc_alert_dialog_title_material -androidx.constraintlayout.utils.widget.ImageFilterView: void setWarmth(float) -com.jaredrummler.android.colorpicker.R$layout: int abc_expanded_menu_layout -androidx.appcompat.widget.AppCompatTextView: void setLineHeight(int) -androidx.hilt.lifecycle.R$styleable: int GradientColor_android_endColor -com.bumptech.glide.integration.okhttp.R$id: int action_divider -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_CONDITION_CODE -com.google.android.material.R$attr: int checkedIconSize -com.google.android.material.R$attr: int paddingStart -com.google.android.material.R$dimen: int abc_dropdownitem_text_padding_right -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth -com.google.android.material.progressindicator.ProgressIndicator: com.google.android.material.progressindicator.DrawingDelegate getCurrentDrawingDelegate() -wangdaye.com.geometricweather.R$attr: int entries -androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy: ConstraintProxy$BatteryChargingProxy() -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setTotalPrecipitation(java.lang.Float) -com.google.android.material.R$attr: int alertDialogCenterButtons -okhttp3.internal.ws.WebSocketWriter$FrameSink: WebSocketWriter$FrameSink(okhttp3.internal.ws.WebSocketWriter) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintCircleAngle -com.tencent.bugly.proguard.s: com.tencent.bugly.proguard.s a(android.content.Context) -com.xw.repo.bubbleseekbar.R$attr: int bsb_bubble_text_color -androidx.lifecycle.LifecycleRegistryOwner -com.google.android.material.R$styleable: int KeyTimeCycle_framePosition -james.adaptiveicon.R$drawable: int abc_btn_radio_material -james.adaptiveicon.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item -wangdaye.com.geometricweather.R$id: int container_main_header -androidx.hilt.work.R$color: int notification_icon_bg_color -okhttp3.Headers$Builder: okhttp3.Headers$Builder addLenient(java.lang.String) -com.tencent.bugly.crashreport.common.info.b: java.lang.String c(android.content.Context) -com.jaredrummler.android.colorpicker.R$attr: int summaryOff +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getBootanimationThemePackageName() +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: int minuteInterval +cyanogenmod.app.BaseLiveLockManagerService: void enqueueLiveLockScreen(java.lang.String,int,cyanogenmod.app.LiveLockScreenInfo,int[],int) +com.google.android.gms.base.R$styleable +androidx.recyclerview.R$styleable: int GradientColor_android_startY +wangdaye.com.geometricweather.R$drawable: int shortcuts_sleet +com.google.android.material.R$id: int circular +wangdaye.com.geometricweather.R$layout: int design_layout_tab_icon +androidx.coordinatorlayout.R$styleable: int[] GradientColor +retrofit2.Response: okhttp3.ResponseBody errorBody() +com.jaredrummler.android.colorpicker.R$dimen: R$dimen() +androidx.appcompat.R$styleable: int AppCompatTextView_fontFamily +com.amap.api.fence.DistrictItem: java.util.List d +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_SeekBar +com.google.android.material.R$styleable: int AppCompatTheme_buttonStyle +com.google.android.material.floatingactionbutton.FloatingActionButton: void setBackgroundTintList(android.content.res.ColorStateList) +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse +com.github.rahatarmanahmed.cpv.BuildConfig: int VERSION_CODE +androidx.appcompat.widget.Toolbar: void setNavigationContentDescription(int) +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_elevation_material +wangdaye.com.geometricweather.common.basic.models.weather.History: long time +wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.util.List _queryWeatherEntity_DailyEntityList(java.lang.String,java.lang.String) +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_default_height_material +androidx.preference.R$attr: int textAppearancePopupMenuHeader +wangdaye.com.geometricweather.R$attr: int textLocale +wangdaye.com.geometricweather.R$layout: int widget_trend_daily +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle +com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_AppBarLayout +io.reactivex.Observable: io.reactivex.Observable take(long,java.util.concurrent.TimeUnit) +james.adaptiveicon.R$drawable: int abc_text_select_handle_left_mtrl_dark +com.turingtechnologies.materialscrollbar.R$bool: int mtrl_btn_textappearance_all_caps +wangdaye.com.geometricweather.R$styleable: int KeyCycle_motionProgress +androidx.preference.R$drawable: int abc_control_background_material +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_4 +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintRight_toRightOf +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_DarkActionBar +james.adaptiveicon.R$styleable: int Toolbar_navigationIcon +com.turingtechnologies.materialscrollbar.R$attr: int msb_recyclerView +com.google.android.material.button.MaterialButton: void setIconTintResource(int) +androidx.constraintlayout.widget.R$id: int chronometer +wangdaye.com.geometricweather.R$drawable: int material_ic_menu_arrow_up_black_24dp +com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_android_clipToPadding +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: long serialVersionUID +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void dispose() +wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoldIndex(java.lang.Integer) +androidx.constraintlayout.widget.ConstraintLayout: int getMinWidth() +androidx.preference.R$style: int Base_Widget_AppCompat_ListMenuView +com.google.gson.FieldNamingPolicy$6: java.lang.String translateName(java.lang.reflect.Field) +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String FORECAST_HIGH +okhttp3.internal.Util$1: int compare(java.lang.String,java.lang.String) +com.xw.repo.bubbleseekbar.R$id: int start +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property Date +androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_TabText +com.google.android.material.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title +wangdaye.com.geometricweather.R$dimen: int design_fab_image_size +wangdaye.com.geometricweather.R$attr: int chipCornerRadius +cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy: android.os.IBinder asBinder() +androidx.work.R$styleable: int GradientColor_android_startY +com.google.android.material.R$attr: int maxImageSize +wangdaye.com.geometricweather.R$id: int test_checkbox_android_button_tint +com.google.android.material.R$attr: int textAppearanceCaption +androidx.constraintlayout.widget.R$styleable: int KeyTrigger_framePosition +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Country: java.lang.String LocalizedName +wangdaye.com.geometricweather.R$styleable: int ClockHandView_selectorSize +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle +io.reactivex.internal.disposables.EmptyDisposable: io.reactivex.internal.disposables.EmptyDisposable NEVER +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_Dialog_MinWidth +android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle +io.reactivex.internal.subscriptions.SubscriptionHelper: boolean cancel(java.util.concurrent.atomic.AtomicReference) +cyanogenmod.providers.CMSettings$Global: java.lang.String POWER_NOTIFICATIONS_ENABLED +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_chainStyle +com.tencent.bugly.crashreport.common.info.a: long p() +com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getTickTintList() +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_shapeAppearanceOverlay +wangdaye.com.geometricweather.R$string: int precipitation_overview +androidx.constraintlayout.widget.R$styleable: int StateListDrawableItem_android_drawable +androidx.constraintlayout.widget.R$styleable: int MenuItem_showAsAction +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_NoActionBar_Bridge +wangdaye.com.geometricweather.common.basic.models.weather.Base: long getUpdateTime() +androidx.appcompat.R$styleable: int AppCompatTheme_actionBarTabTextStyle +wangdaye.com.geometricweather.R$id: int cpv_color_panel_view +com.jaredrummler.android.colorpicker.R$attr: int actionBarSplitStyle +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setIcePrecipitation(java.lang.Float) +cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property FormattedId +james.adaptiveicon.R$style: int Theme_AppCompat +androidx.appcompat.widget.ButtonBarLayout: int getMinimumHeight() +okhttp3.internal.http2.Hpack$Reader: java.util.List getAndResetHeaderList() +cyanogenmod.weatherservice.WeatherProviderService: android.os.Handler access$000(cyanogenmod.weatherservice.WeatherProviderService) +androidx.appcompat.R$style: int Widget_AppCompat_ActionButton +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX getTemperature() +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$Geometry +wangdaye.com.geometricweather.R$styleable: int[] DrawerLayout +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Metric +androidx.preference.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Speed: java.lang.String Unit +androidx.dynamicanimation.R$color: R$color() +wangdaye.com.geometricweather.R$anim: int btn_radio_to_off_mtrl_dot_group_animation +com.xw.repo.bubbleseekbar.R$attr: int listPreferredItemHeightSmall +androidx.appcompat.R$dimen: int notification_small_icon_background_padding +android.didikee.donate.R$dimen: int abc_text_size_body_1_material +androidx.constraintlayout.widget.R$styleable: int KeyCycle_framePosition androidx.core.R$dimen: int compat_notification_large_icon_max_height -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String getMilliMetersTextWithoutUnit(float) -wangdaye.com.geometricweather.R$string: int key_speed_unit -wangdaye.com.geometricweather.R$string: int refresh -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_tooltipForegroundColor -okhttp3.internal.http2.Http2: byte FLAG_NONE -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_RC4_128_SHA -wangdaye.com.geometricweather.R$drawable: int notif_temp_83 -android.didikee.donate.R$styleable: int SearchView_android_inputType -com.jaredrummler.android.colorpicker.R$color: int primary_material_dark -wangdaye.com.geometricweather.R$styleable: int KeyTrigger_motionTarget -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Imperial Imperial -james.adaptiveicon.R$attr: int queryHint -com.turingtechnologies.materialscrollbar.R$attr: int trackTint -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_NoActionBar -okhttp3.OkHttpClient: int connectTimeout -androidx.appcompat.R$styleable: int SearchView_android_maxWidth -androidx.appcompat.R$color: int abc_search_url_text_selected -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256 -com.google.android.material.R$attr: int chipIcon -com.xw.repo.bubbleseekbar.R$attr: int alpha -io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: boolean isDisposed() -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: void dispose() -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Large -com.google.android.material.R$layout: int abc_action_bar_up_container -com.xw.repo.bubbleseekbar.R$color: int abc_primary_text_disable_only_material_dark -com.tencent.bugly.crashreport.crash.h5.H5JavaScriptInterface: com.tencent.bugly.crashreport.crash.h5.a a(java.lang.String) -androidx.constraintlayout.widget.R$styleable: int SearchView_android_inputType -com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginBottom -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getHourlyForecast() -wangdaye.com.geometricweather.R$id: int dialog_button -androidx.preference.Preference: Preference(android.content.Context) -com.github.rahatarmanahmed.cpv.R$attr: int cpv_color -androidx.preference.R$styleable: int AppCompatTheme_textColorAlertDialogListItem -android.didikee.donate.R$style: int Base_Widget_AppCompat_SearchView -com.google.android.material.R$styleable: int MaterialCalendar_yearSelectedStyle -wangdaye.com.geometricweather.R$id: int left -wangdaye.com.geometricweather.R$styleable: int MotionLayout_motionDebug -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.String weatherText -wangdaye.com.geometricweather.R$attr: int textAllCaps -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: java.lang.String zh_TW -com.google.android.material.R$id: int buttonPanel -com.google.android.material.R$styleable: int ConstraintSet_barrierAllowsGoneWidgets -io.reactivex.internal.disposables.SequentialDisposable: boolean replace(io.reactivex.disposables.Disposable) -com.amap.api.location.APSService: APSService() -wangdaye.com.geometricweather.R$drawable: int shortcuts_partly_cloudy_night -okhttp3.Request$Builder: okhttp3.Request$Builder head() -james.adaptiveicon.R$styleable: int CompoundButton_buttonCompat -okio.Buffer: okio.Buffer writeHexadecimalUnsignedLong(long) -androidx.lifecycle.Observer: void onChanged(java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int ArcProgress_text_color -androidx.swiperefreshlayout.R$color -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ListPopupWindow -wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode getInstance(java.lang.String) -wangdaye.com.geometricweather.R$string: int icon_content_description -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure -androidx.constraintlayout.widget.R$styleable: int KeyPosition_drawPath -io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: boolean isDisposed() -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_PopupMenu -androidx.lifecycle.Transformations$3: androidx.lifecycle.MediatorLiveData val$outputLiveData -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade: AccuCurrentResult$RealFeelTemperatureShade() -com.google.android.material.R$styleable: int Transition_transitionFlags -androidx.constraintlayout.widget.R$dimen: int abc_dialog_fixed_height_minor -androidx.fragment.R$id: int line3 -wangdaye.com.geometricweather.db.entities.WeatherEntity: void update() -androidx.preference.R$styleable: int PreferenceTheme_preferenceCategoryStyle -com.google.android.material.R$dimen: int material_clock_period_toggle_width -wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.String updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.LocationEntity,long) -com.amap.api.location.AMapLocation: float getBearing() -androidx.recyclerview.R$styleable: int RecyclerView_reverseLayout -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ButtonBar -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton -androidx.hilt.lifecycle.R$id: int chronometer -com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable -wangdaye.com.geometricweather.common.basic.models.weather.Astro -wangdaye.com.geometricweather.R$styleable: int SearchView_android_maxWidth -com.bumptech.glide.R$id: int right_side -androidx.viewpager2.widget.ViewPager2: int getScrollState() -wangdaye.com.geometricweather.R$id: int widget_day_week_week_5 -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_Icon -com.google.android.material.R$attr: int values -android.didikee.donate.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large -com.bumptech.glide.R$styleable: int FontFamily_fontProviderQuery -wangdaye.com.geometricweather.R$id: int widget_trend_daily -androidx.legacy.coreutils.R$style: int TextAppearance_Compat_Notification_Info -androidx.appcompat.R$styleable: int AppCompatTheme_tooltipFrameBackground -com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light -okhttp3.Handshake: okhttp3.Handshake get(okhttp3.TlsVersion,okhttp3.CipherSuite,java.util.List,java.util.List) -io.reactivex.Observable: io.reactivex.Completable concatMapCompletableDelayError(io.reactivex.functions.Function,boolean) -com.turingtechnologies.materialscrollbar.R$attr: int boxCollapsedPaddingTop -james.adaptiveicon.R$color: int bright_foreground_material_light -androidx.vectordrawable.R$id: int accessibility_custom_action_24 -okhttp3.internal.Util: int skipTrailingAsciiWhitespace(java.lang.String,int,int) -com.loc.k: java.lang.String c -com.jaredrummler.android.colorpicker.R$drawable: int abc_text_select_handle_right_mtrl_light -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setUpdateTime(long) -androidx.vectordrawable.animated.R$attr: int fontProviderFetchStrategy -okio.BufferedSource: void readFully(okio.Buffer,long) -com.jaredrummler.android.colorpicker.R$attr: int fastScrollHorizontalTrackDrawable -cyanogenmod.platform.Manifest$permission: java.lang.String WRITE_DATAUSAGE -com.google.android.material.R$drawable: int abc_btn_check_to_on_mtrl_015 -wangdaye.com.geometricweather.R$attr: int bsb_max -wangdaye.com.geometricweather.R$id: int month_navigation_next -com.tencent.bugly.proguard.ap: boolean equals(java.lang.Object) -androidx.constraintlayout.widget.R$integer: int status_bar_notification_info_maxnum -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getIcePrecipitation() -androidx.recyclerview.R$dimen: int notification_top_pad -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: void setDisposable(io.reactivex.disposables.Disposable) -androidx.activity.ComponentActivity: ComponentActivity() -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: int wip -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeWetBulbTemperature() -wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_keylines -com.google.android.material.chip.Chip: void setRippleColorResource(int) -com.amap.api.location.UmidtokenInfo: java.lang.String b -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_chainStyle -wangdaye.com.geometricweather.remoteviews.config.Hilt_HourlyTrendWidgetConfigActivity -androidx.viewpager.R$color: int ripple_material_light -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_DropDownItem_Spinner -com.turingtechnologies.materialscrollbar.R$drawable: int design_ic_visibility -okhttp3.OkHttpClient: okhttp3.Authenticator authenticator() -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setGeoLanguage(com.amap.api.location.AMapLocationClientOption$GeoLanguage) -cyanogenmod.app.StatusBarPanelCustomTile$1: java.lang.Object createFromParcel(android.os.Parcel) -okhttp3.Headers: int hashCode() -android.didikee.donate.R$styleable: int AppCompatTextHelper_android_textAppearance -wangdaye.com.geometricweather.R$attr: int layout_constraintCircleRadius -cyanogenmod.app.ICMStatusBarManager: void removeCustomTileWithTag(java.lang.String,java.lang.String,int,int) -com.turingtechnologies.materialscrollbar.R$id: int action_bar_title -com.google.android.material.R$id: int src_atop -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintTop_toTopOf -androidx.vectordrawable.animated.R$styleable: int GradientColor_android_endColor -wangdaye.com.geometricweather.R$string: int settings_summary_background_free_on -com.google.android.material.R$dimen: int mtrl_btn_letter_spacing -okhttp3.internal.http2.Http2Connection$6: Http2Connection$6(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[],int,okio.Buffer,int,boolean) -com.google.android.material.R$attr: int backgroundSplit -wangdaye.com.geometricweather.R$styleable: int RangeSlider_values -retrofit2.Utils: java.lang.reflect.Type getParameterUpperBound(int,java.lang.reflect.ParameterizedType) -com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_color -com.jaredrummler.android.colorpicker.ColorPanelView -okio.BufferedSource: boolean request(long) -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.lang.Integer RIGHT_VALUE -com.google.android.material.slider.Slider: int getLabelBehavior() -io.reactivex.internal.observers.DeferredScalarObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int ImageFilterView_warmth -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Imperial: double Value -wangdaye.com.geometricweather.R$id: int dialog_providers_previewer_list -com.google.android.material.chip.Chip: android.content.res.ColorStateList getChipBackgroundColor() -okhttp3.internal.http2.Hpack$Reader: void readLiteralHeaderWithoutIndexingIndexedName(int) -com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_itemBackground -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: java.lang.String MinuteText -androidx.appcompat.R$attr: int listPreferredItemHeightLarge -com.jaredrummler.android.colorpicker.R$id: int search_button -wangdaye.com.geometricweather.R$id: int widget_week_container -androidx.appcompat.R$dimen: int abc_action_bar_content_inset_with_nav -okhttp3.internal.http2.Http2Connection$3 -okhttp3.CacheControl: boolean isPrivate() -cyanogenmod.app.suggest.AppSuggestManager: cyanogenmod.app.suggest.AppSuggestManager sInstance -androidx.appcompat.R$id: int accessibility_custom_action_0 -cyanogenmod.app.CustomTile: android.app.PendingIntent onClick -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$2 -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Chip_Action -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: boolean isDisposed() -androidx.preference.R$id: int accessibility_custom_action_5 -com.tencent.bugly.proguard.i: byte a(byte,int,boolean) -okhttp3.internal.ws.RealWebSocket: long queueSize -com.bumptech.glide.R$drawable -wangdaye.com.geometricweather.R$id: int star_1 -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem -io.reactivex.internal.util.NotificationLite$ErrorNotification: long serialVersionUID -com.tencent.bugly.proguard.j: j() -androidx.constraintlayout.widget.R$attr: int buttonTint -androidx.appcompat.R$styleable: int DrawerArrowToggle_gapBetweenBars -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setTotalPrecipitationProbability(java.lang.Float) -com.google.android.material.R$style: int Widget_MaterialComponents_ActionBar_Primary -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Medium -james.adaptiveicon.R$id: int action_menu_presenter -androidx.work.R$styleable: int GradientColor_android_endY +androidx.constraintlayout.widget.R$attr: int fontProviderCerts +androidx.loader.R$drawable: int notification_bg_low +james.adaptiveicon.R$style: int Base_Animation_AppCompat_Tooltip +com.google.android.material.R$id: int mtrl_calendar_year_selector_frame +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_shadowDx +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light_DarkActionBar +com.google.android.gms.common.server.converter.StringToIntConverter: android.os.Parcelable$Creator CREATOR +okhttp3.CacheControl$Builder: boolean immutable +com.google.android.material.R$dimen: int mtrl_calendar_header_height +com.google.android.material.R$style: int Theme_AppCompat_Dialog_MinWidth +androidx.fragment.R$id: int accessibility_custom_action_7 +androidx.vectordrawable.animated.R$attr: int fontProviderFetchTimeout +android.didikee.donate.R$styleable: int PopupWindowBackgroundState_state_above_anchor +androidx.preference.R$style: int Widget_AppCompat_Light_ActionButton +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String ICON_PREVIEW_1 +com.turingtechnologies.materialscrollbar.R$attr: int switchStyle +androidx.activity.R$attr: int fontProviderQuery +androidx.appcompat.widget.AppCompatSpinner: void setDropDownHorizontalOffset(int) +com.google.gson.stream.JsonWriter: void setSerializeNulls(boolean) +okhttp3.Interceptor$Chain: okhttp3.Response proceed(okhttp3.Request) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_16 +okio.Buffer: okio.ByteString sha512() +com.google.android.gms.location.LocationSettingsStates: android.os.Parcelable$Creator CREATOR +com.google.android.material.R$styleable: int DrawerArrowToggle_spinBars +com.tencent.bugly.crashreport.common.info.a: java.util.Map F() +wangdaye.com.geometricweather.R$attr: int bsb_bubble_color +com.google.android.material.R$color: int material_slider_inactive_tick_marks_color +androidx.preference.R$attr: int preferenceFragmentCompatStyle +cyanogenmod.themes.IThemeChangeListener: void onFinish(boolean) +io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,boolean) +androidx.recyclerview.widget.RecyclerView$LayoutManager$Properties +wangdaye.com.geometricweather.R$dimen: int abc_list_item_height_large_material +com.google.android.material.R$styleable: int Toolbar_contentInsetEndWithActions +wangdaye.com.geometricweather.R$drawable: int ic_grass +wangdaye.com.geometricweather.R$string: int content_des_sunrise +wangdaye.com.geometricweather.R$id: int deltaRelative +james.adaptiveicon.R$style: int ThemeOverlay_AppCompat_Dialog_Alert +cyanogenmod.app.LiveLockScreenInfo$Builder +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Wind wind +com.google.android.material.R$style: int Test_Theme_MaterialComponents_MaterialCalendar +james.adaptiveicon.R$styleable: int Toolbar_subtitleTextAppearance +androidx.appcompat.widget.AppCompatButton: android.content.res.ColorStateList getSupportCompoundDrawablesTintList() +cyanogenmod.profiles.LockSettings$1 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String getShortDescription() +androidx.appcompat.R$id: int activity_chooser_view_content +androidx.appcompat.resources.R$color: int secondary_text_default_material_light +androidx.room.MultiInstanceInvalidationService +retrofit2.converter.gson.GsonRequestBodyConverter: java.lang.Object convert(java.lang.Object) +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: io.reactivex.functions.Function mapper +com.xw.repo.bubbleseekbar.R$id +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_TabBar +androidx.fragment.R$layout: int notification_action +android.didikee.donate.R$styleable: int AppCompatImageView_srcCompat +wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: void setTitleText(java.lang.String) +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getNo2Color(android.content.Context) +com.google.android.material.navigation.NavigationView +okio.Timeout: boolean hasDeadline() +james.adaptiveicon.R$drawable: int abc_control_background_material +wangdaye.com.geometricweather.R$style: int TextAppearance_Design_Counter +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: FitSystemBarNestedScrollView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$styleable: int[] CheckBoxPreference +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric: java.lang.String Unit +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: int getSourceColor() +com.tencent.bugly.proguard.y$a: long d +androidx.preference.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TabLayout +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ProgressIndicator_Linear_Determinate +com.google.android.material.R$style: int Base_Animation_AppCompat_Tooltip +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_minHideDelay +com.tencent.bugly.proguard.i: boolean a(int) +wangdaye.com.geometricweather.R$attr: int cardUseCompatPadding +wangdaye.com.geometricweather.R$string: int feedback_subtitle_data com.tencent.bugly.proguard.o -androidx.work.R$id: int accessibility_custom_action_17 -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments -com.google.android.material.R$styleable: int TextInputLayout_counterEnabled -androidx.hilt.R$layout: int notification_template_part_chronometer -wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Id -com.amap.api.location.AMapLocation: boolean isMock() -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setIconTintList(android.content.res.ColorStateList) -com.google.android.material.R$id: int BOTTOM_END -android.didikee.donate.R$styleable: int AppCompatTheme_toolbarStyle -wangdaye.com.geometricweather.R$styleable: int MotionScene_defaultDuration -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeCloseDrawable -cyanogenmod.weather.IRequestInfoListener$Stub +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintRight_toLeftOf +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: AccuMinuteResult$SummariesBean() +cyanogenmod.weather.WeatherLocation: boolean equals(java.lang.Object) +android.didikee.donate.R$styleable: int ActionBar_subtitle +androidx.appcompat.widget.ContentFrameLayout +androidx.hilt.R$dimen: int notification_top_pad +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_popupWindowStyle +com.turingtechnologies.materialscrollbar.R$color: int switch_thumb_material_light +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_skipCollapsed +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean yesterday +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_lastVerticalStyle +wangdaye.com.geometricweather.R$attr: int singleChoiceItemLayout +com.xw.repo.bubbleseekbar.R$drawable: int abc_control_background_material +androidx.transition.R$dimen: int notification_action_icon_size +retrofit2.Invocation: java.lang.String toString() +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int HEAVY_SNOW +wangdaye.com.geometricweather.R$drawable: int abc_ic_star_black_36dp +okio.Timeout$1: okio.Timeout timeout(long,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.R$id: int widget_week_temp_2 +cyanogenmod.profiles.LockSettings: int getValue() +androidx.lifecycle.SavedStateHandle$SavingStateLiveData +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable: long serialVersionUID +com.turingtechnologies.materialscrollbar.R$attr: int showTitle +com.jaredrummler.android.colorpicker.R$style +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.String weatherText +wangdaye.com.geometricweather.R$color: int background_material_light +retrofit2.KotlinExtensions$awaitResponse$$inlined$suspendCancellableCoroutine$lambda$1: retrofit2.Call $this_awaitResponse$inlined +com.google.android.material.R$style: int TextAppearance_Design_HelperText +android.didikee.donate.R$attr: int homeLayout +androidx.legacy.coreutils.R$style: int Widget_Compat_NotificationActionText +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_0 +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: java.util.Date Date +cyanogenmod.os.Build$CM_VERSION_CODES: int ELDERBERRY +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String alarmPic2 +com.google.android.material.R$styleable: int Insets_paddingRightSystemWindowInsets +wangdaye.com.geometricweather.R$id: int textinput_error +com.xw.repo.bubbleseekbar.R$styleable: int Spinner_android_entries +com.xw.repo.bubbleseekbar.R$attr: int keylines +wangdaye.com.geometricweather.R$styleable: int[] Tooltip +cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator sAlwaysTrueValidator +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Imperial Imperial +androidx.appcompat.R$style: int Platform_ThemeOverlay_AppCompat_Light +androidx.appcompat.R$styleable: int MenuGroup_android_visible +wangdaye.com.geometricweather.R$attr: int navigationIcon +com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_borderless_material +com.turingtechnologies.materialscrollbar.R$styleable: int[] ListPopupWindow +com.xw.repo.bubbleseekbar.R$style: int Base_DialogWindowTitle_AppCompat +cyanogenmod.providers.ThemesContract: java.lang.String AUTHORITY +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String PKG_NAME +com.turingtechnologies.materialscrollbar.R$dimen: int disabled_alpha_material_light +com.amap.api.fence.GeoFence: int describeContents() +com.google.android.material.R$id: int checkbox +android.didikee.donate.R$styleable: int AppCompatTheme_windowActionModeOverlay +androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowNoTitle +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat +wangdaye.com.geometricweather.R$string: int restart +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void onDetach() +wangdaye.com.geometricweather.R$dimen: int material_font_1_3_box_collapsed_padding_top +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.lang.Integer dbz +wangdaye.com.geometricweather.R$dimen: int abc_action_bar_default_padding_start_material +androidx.work.Worker: Worker(android.content.Context,androidx.work.WorkerParameters) +com.turingtechnologies.materialscrollbar.R$color: int mtrl_chip_close_icon_tint +com.google.android.material.R$styleable: int ActionBar_backgroundSplit +com.google.android.material.R$attr: int windowActionBarOverlay +com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose: com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose Sport +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilitySnow: java.lang.Integer proba3H +com.google.android.gms.base.R$string: int common_google_play_services_updating_text +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$TotalLiquid: int UnitType +androidx.lifecycle.LiveData$ObserverWrapper: int mLastVersion +androidx.lifecycle.ViewModelStore: ViewModelStore() +wangdaye.com.geometricweather.R$id: int SHOW_PROGRESS +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_spinnerStyle +james.adaptiveicon.R$id: int line1 +android.didikee.donate.R$style: int TextAppearance_AppCompat_Small_Inverse +okhttp3.logging.HttpLoggingInterceptor: okhttp3.logging.HttpLoggingInterceptor$Level getLevel() +com.tencent.bugly.crashreport.common.info.a: java.lang.String O +android.support.v4.os.IResultReceiver$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +androidx.appcompat.R$dimen: int abc_action_bar_content_inset_with_nav +com.tencent.bugly.crashreport.crash.b: android.content.Context b +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIconSize +com.google.android.material.R$string: int abc_capital_off +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: org.greenrobot.greendao.query.Query weatherEntity_MinutelyEntityListQuery +retrofit2.SkipCallbackExecutor +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_SeekBar_Discrete +com.bumptech.glide.load.engine.GlideException: void printStackTrace(java.io.PrintWriter) +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float getPM25() +com.jaredrummler.android.colorpicker.R$styleable: int[] FontFamily +androidx.lifecycle.viewmodel.R +io.reactivex.internal.operators.observable.ObservableReplay$SizeBoundReplayBuffer +com.google.android.material.R$attr: int layoutDescription +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.HistoryEntity) +james.adaptiveicon.R$attr: int icon +com.loc.k: void a(int) +com.google.android.material.R$attr: int rippleColor +wangdaye.com.geometricweather.R$styleable: int[] KeyCycle +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: ObservableScalarXMap$ScalarDisposable(io.reactivex.Observer,java.lang.Object) +retrofit2.CompletableFutureCallAdapterFactory$CallCancelCompletableFuture: CompletableFutureCallAdapterFactory$CallCancelCompletableFuture(retrofit2.Call) +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_star_half_black_36dp +io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) +cyanogenmod.externalviews.KeyguardExternalView$7: KeyguardExternalView$7(cyanogenmod.externalviews.KeyguardExternalView) +com.google.android.material.R$styleable: int ShapeAppearance_cornerFamilyTopLeft +com.google.android.material.appbar.AppBarLayout: void setStatusBarForeground(android.graphics.drawable.Drawable) +com.tencent.bugly.crashreport.CrashReport: void setCrashFilter(java.lang.String) +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_expandedOffset +okhttp3.Cache$CacheResponseBody: okio.BufferedSource source() +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +com.google.android.material.R$color: int mtrl_tabs_colored_ripple_color +cyanogenmod.hardware.CMHardwareManager +com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_LOCATION_PERMISSION +android.didikee.donate.R$id: int image +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_Switch +james.adaptiveicon.R$attr: int dropdownListPreferredItemHeight +androidx.vectordrawable.animated.R$layout: int notification_template_part_time +androidx.recyclerview.R$id: int accessibility_custom_action_3 +androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_marginRight +androidx.legacy.coreutils.R$layout: int notification_template_part_time +cyanogenmod.providers.CMSettings$System$1 +james.adaptiveicon.R$string: int abc_activitychooserview_choose_application +wangdaye.com.geometricweather.R$color: int abc_search_url_text_pressed +com.tencent.bugly.proguard.h: com.tencent.bugly.proguard.h a(byte,java.lang.String) +wangdaye.com.geometricweather.R$drawable: int weather_sleet_mini_grey +androidx.fragment.R$styleable: int FragmentContainerView_android_tag +android.didikee.donate.R$string: int abc_searchview_description_query +com.google.android.material.slider.Slider: void setLabelBehavior(int) +james.adaptiveicon.R$dimen: int abc_disabled_alpha_material_dark +com.jaredrummler.android.colorpicker.R$id +androidx.hilt.R$dimen: int notification_big_circle_margin +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_backgroundTint +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_subtitle_bottom_margin_material +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: boolean hasKey(java.lang.Object) +james.adaptiveicon.R$color: int material_grey_800 +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xdtd +android.didikee.donate.R$style: int Widget_AppCompat_CompoundButton_CheckBox +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_ChipGroup +wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: SwipeSwitchLayout(android.content.Context) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void setInteractivity(boolean) +com.tencent.bugly.crashreport.crash.CrashDetailBean: java.util.Map h +androidx.constraintlayout.widget.R$attr: int singleChoiceItemLayout +io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: void dispose() +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_percent +com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_MinWidth_Bridge +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getThunderstormPrecipitationProbability() +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constrainedHeight +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ListView_Menu +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA +androidx.vectordrawable.animated.R$layout: int notification_template_icon_group +cyanogenmod.app.IProfileManager$Stub$Proxy: void updateProfile(cyanogenmod.app.Profile) +com.google.android.material.R$style: int Widget_Design_TextInputEditText +cyanogenmod.app.Profile: void setExpandedDesktopMode(int) +wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_marginBottom +androidx.drawerlayout.R$layout: int notification_template_part_time +com.tencent.bugly.crashreport.common.info.a: java.util.Map aj +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Large_Inverse +cyanogenmod.weather.CMWeatherManager$2$1: CMWeatherManager$2$1(cyanogenmod.weather.CMWeatherManager$2,cyanogenmod.weather.CMWeatherManager$WeatherUpdateRequestListener,int,cyanogenmod.weather.WeatherInfo) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getSnowPrecipitation() +com.google.android.material.R$id: int transition_transform +com.xw.repo.bubbleseekbar.R$attr: int bsb_thumb_radius_on_dragging +com.amap.api.location.AMapLocationClientOption: AMapLocationClientOption() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Imperial: AccuCurrentResult$DewPoint$Imperial() +wangdaye.com.geometricweather.R$string: int key_gravity_sensor_switch +com.jaredrummler.android.colorpicker.R$attr: int switchTextOff +okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Http2Stream$FramingSink sink +com.jaredrummler.android.colorpicker.R$styleable: int ActionMode_backgroundSplit +androidx.appcompat.R$id: int accessibility_custom_action_13 +okhttp3.internal.http2.Header: java.lang.String TARGET_PATH_UTF8 +com.google.gson.internal.LazilyParsedNumber: double doubleValue() +okio.ForwardingTimeout: okio.Timeout deadlineNanoTime(long) +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_stacked_max_height +com.turingtechnologies.materialscrollbar.R$attr: int tabIndicator +com.jaredrummler.android.colorpicker.R$attr: int actionModeCopyDrawable +com.tencent.bugly.proguard.w: void b() +wangdaye.com.geometricweather.R$drawable: int notif_temp_110 +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_sheet_peek_height_min +james.adaptiveicon.R$attr: int numericModifiers +androidx.constraintlayout.widget.R$dimen +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: java.util.concurrent.atomic.AtomicInteger active +androidx.lifecycle.extensions.R$styleable: int FragmentContainerView_android_name +androidx.viewpager2.widget.ViewPager2: ViewPager2(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: int status +com.google.android.material.R$color: int material_grey_100 +com.jaredrummler.android.colorpicker.R$dimen: int abc_select_dialog_padding_start_material +androidx.constraintlayout.widget.R$color: int primary_text_default_material_light +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_bottomappbar_height +cyanogenmod.profiles.AirplaneModeSettings: int getValue() +com.google.android.material.R$attr: int closeIconSize +retrofit2.RequestFactory: java.lang.String relativeUrl +okhttp3.internal.Version: Version() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean +cyanogenmod.app.suggest.ApplicationSuggestion: android.net.Uri mThumbnailUri +okio.Buffer: okio.Timeout timeout() +wangdaye.com.geometricweather.R$dimen: int notification_large_icon_height +cyanogenmod.app.suggest.ApplicationSuggestion$1 cyanogenmod.weather.IRequestInfoListener$Stub$Proxy: IRequestInfoListener$Stub$Proxy(android.os.IBinder) -okhttp3.internal.platform.Platform: java.lang.String toString() -androidx.dynamicanimation.R$drawable: int notification_template_icon_low_bg -io.reactivex.internal.util.NotificationLite: io.reactivex.disposables.Disposable getDisposable(java.lang.Object) -com.tencent.bugly.crashreport.CrashReport$CrashHandleCallback -androidx.appcompat.R$color: int abc_tint_btn_checkable -io.reactivex.Observable: io.reactivex.Observable throttleLatest(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean) -com.google.android.material.R$styleable: int BottomAppBar_hideOnScroll -com.google.android.material.R$attr: int layout_constraintBottom_toBottomOf -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float totalPrecipitation -com.google.android.material.chip.Chip -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_AES_256_GCM_SHA384 -com.tencent.bugly.crashreport.common.strategy.StrategyBean: boolean g -androidx.appcompat.widget.ActionBarContextView: java.lang.CharSequence getTitle() -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: HourlyEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) -androidx.transition.R$id: int async -com.google.android.material.R$string: int abc_action_mode_done +io.reactivex.internal.observers.LambdaObserver: io.reactivex.functions.Consumer onSubscribe +okhttp3.internal.http2.Header: Header(okio.ByteString,java.lang.String) +okhttp3.internal.cache2.Relay: okio.ByteString PREFIX_CLEAN +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String Level +okhttp3.Response: okhttp3.Response priorResponse +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_FALLBACK_SCSV +androidx.recyclerview.R$styleable: int FontFamilyFont_fontStyle +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Speed +com.amap.api.fence.PoiItem: java.lang.String getTypeCode() +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintCircleRadius +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen: java.lang.String Category +io.reactivex.internal.schedulers.ScheduledRunnable: int FUTURE_INDEX +androidx.preference.R$style: R$style() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String nighttimeWeatherText +androidx.constraintlayout.widget.R$attr: int actionModePopupWindowStyle +cyanogenmod.weather.WeatherLocation: WeatherLocation(android.os.Parcel,cyanogenmod.weather.WeatherLocation$1) +cyanogenmod.weather.WeatherInfo$Builder: boolean isValidWindSpeedUnit(int) +com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_android_layout +cyanogenmod.profiles.LockSettings$1: cyanogenmod.profiles.LockSettings createFromParcel(android.os.Parcel) +com.bumptech.glide.load.engine.DecodeJob$RunReason: com.bumptech.glide.load.engine.DecodeJob$RunReason[] values() +androidx.work.R$id: int accessibility_custom_action_26 +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit[] values() +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_SearchView_ActionBar +android.didikee.donate.R$id: int showTitle +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.HalfDay day() +androidx.transition.R$id: int action_image +cyanogenmod.providers.CMSettings$System: java.lang.String CALL_RECORDING_FORMAT +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat_Light +james.adaptiveicon.R$attr: int actionMenuTextColor +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: CaiYunMainlyResult$IndicesBeanX() +androidx.hilt.lifecycle.R$styleable: int GradientColor_android_endX +android.didikee.donate.R$drawable: int abc_cab_background_top_material +com.google.android.material.R$attr: int layout_constraintStart_toStartOf +okio.BufferedSource: long indexOf(byte) +com.jaredrummler.android.colorpicker.R$attr: int queryBackground +okhttp3.internal.http2.Http2Connection: java.util.concurrent.ExecutorService pushExecutor +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.lang.String pollutant +james.adaptiveicon.R$color: int material_grey_300 +wangdaye.com.geometricweather.db.entities.LocationEntityDao: LocationEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) +com.google.android.material.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge +androidx.preference.R$style: int Base_Widget_AppCompat_ActivityChooserView +androidx.appcompat.R$string: int abc_searchview_description_query +wangdaye.com.geometricweather.R$drawable: int weather_rain_mini_dark +com.turingtechnologies.materialscrollbar.R$attr: int chipIconTint +com.jaredrummler.android.colorpicker.R$styleable: int Preference_allowDividerBelow +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_content_inset_material +cyanogenmod.app.ProfileGroup: android.os.Parcelable$Creator CREATOR +androidx.preference.R$style: int Base_Widget_AppCompat_Spinner +androidx.appcompat.R$styleable: int AppCompatTheme_actionBarSplitStyle +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableBottomCompat +okio.Pipe: okio.Buffer buffer +okhttp3.internal.ws.RealWebSocket: java.lang.Runnable writerRunnable +io.reactivex.Observable: io.reactivex.Single toSortedList(int) +wangdaye.com.geometricweather.db.entities.WeatherEntity: void __setDaoSession(wangdaye.com.geometricweather.db.entities.DaoSession) +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setSlingshotDistance(int) +com.google.android.material.R$dimen: int design_tab_text_size +com.jaredrummler.android.colorpicker.R$dimen: int notification_content_margin_start +okio.RealBufferedSink: java.io.OutputStream outputStream() +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_9 +retrofit2.Utils: java.lang.Class declaringClassOf(java.lang.reflect.TypeVariable) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorAccent +androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_marginTop +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String district +com.xw.repo.bubbleseekbar.R$id: int action_bar_spinner +com.tencent.bugly.crashreport.common.info.a: long q +com.google.android.material.R$styleable: int Constraint_layout_constraintGuide_begin +wangdaye.com.geometricweather.R$styleable: int MaterialButton_iconTintMode +wangdaye.com.geometricweather.R$id: int activity_preview_icon_toolbar +okhttp3.internal.tls.OkHostnameVerifier: boolean verifyHostname(java.lang.String,java.security.cert.X509Certificate) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: java.lang.String to +cyanogenmod.app.ICustomTileListener$Stub: int TRANSACTION_onCustomTilePosted +io.reactivex.internal.schedulers.ScheduledRunnable: boolean isDisposed() +androidx.vectordrawable.R$styleable: int FontFamily_fontProviderQuery +android.didikee.donate.R$style: int Base_AlertDialog_AppCompat +wangdaye.com.geometricweather.common.basic.models.weather.Alert: android.os.Parcelable$Creator CREATOR +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void dispose() +io.reactivex.observers.DisposableObserver: void onSubscribe(io.reactivex.disposables.Disposable) +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActivityChooserView +androidx.work.R$attr: R$attr() +okhttp3.internal.connection.StreamAllocation: boolean canceled +com.google.android.material.appbar.HeaderBehavior: HeaderBehavior() +wangdaye.com.geometricweather.R$styleable: int CheckBoxPreference_summaryOff +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_Dialog_Alert +androidx.constraintlayout.utils.widget.ImageFilterButton: float getSaturation() +com.turingtechnologies.materialscrollbar.R$animator: int design_fab_hide_motion_spec +androidx.preference.R$style: int Widget_AppCompat_Light_PopupMenu +com.xw.repo.bubbleseekbar.R$string: int abc_menu_meta_shortcut_label +com.xw.repo.bubbleseekbar.R$styleable: int ColorStateListItem_android_alpha +androidx.constraintlayout.widget.R$color: int button_material_light +wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar: PrecipitationBar(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$color: int design_default_color_primary +com.turingtechnologies.materialscrollbar.R$attr: int state_liftable +wangdaye.com.geometricweather.R$styleable: int KeyCycle_waveVariesBy +androidx.preference.R$dimen: int abc_dialog_min_width_minor +io.reactivex.internal.util.VolatileSizeArrayList: int lastIndexOf(java.lang.Object) +wangdaye.com.geometricweather.R$id: int cos +io.reactivex.internal.operators.observable.ObservableGroupBy$State: boolean isDisposed() +io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: ObservableConcatWithCompletable$ConcatWithObserver(io.reactivex.Observer,io.reactivex.CompletableSource) +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_placeholderTextColor +androidx.preference.R$styleable: int Toolbar_titleMarginTop +okhttp3.Connection: okhttp3.Protocol protocol() +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomNavigationView +androidx.appcompat.resources.R$styleable: int GradientColor_android_tileMode +io.reactivex.Observable: io.reactivex.Observable delay(io.reactivex.ObservableSource,io.reactivex.functions.Function) +com.jaredrummler.android.colorpicker.R$id: R$id() +com.xw.repo.bubbleseekbar.R$attr: int backgroundTintMode +com.google.android.material.R$attr: int closeIconStartPadding +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getSrc() +com.xw.repo.bubbleseekbar.R$attr: int bsb_seek_by_section +okio.DeflaterSink: void flush() +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: boolean isDisposed() +okhttp3.Interceptor$Chain: okhttp3.Call call() +com.xw.repo.bubbleseekbar.R$styleable: int[] AppCompatTheme +com.tencent.bugly.proguard.q: java.lang.String a +androidx.preference.R$styleable: int AppCompatTheme_actionModeCutDrawable +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintBaseline_toBaselineOf +okhttp3.internal.http2.Http2Connection$IntervalPingRunnable: okhttp3.internal.http2.Http2Connection this$0 +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_toLeftOf +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_CompoundButton_RadioButton +androidx.swiperefreshlayout.R$styleable: int FontFamily_fontProviderPackage +androidx.viewpager.R$style: int TextAppearance_Compat_Notification +com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_windowAnimationStyle +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeRainPrecipitationDuration(java.lang.Float) +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Inverse +com.github.rahatarmanahmed.cpv.R$attr: int cpv_indeterminate +wangdaye.com.geometricweather.db.entities.HistoryEntity: void setCityId(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowFixedHeightMajor +androidx.constraintlayout.widget.Group: Group(android.content.Context,android.util.AttributeSet,int) +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_padding +androidx.vectordrawable.R$dimen: int notification_right_side_padding_top +io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: ObservableReplay$SizeAndTimeBoundReplayBuffer(int,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.ChineseCityEntity) +wangdaye.com.geometricweather.R$id: int activity_alert_toolbar +com.google.android.material.R$attr: int mock_diagonalsColor +com.amap.api.fence.GeoFenceManagerBase: void setGeoFenceAble(java.lang.String,boolean) +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHorizontal_bias +wangdaye.com.geometricweather.R$id: int spinner +okio.Buffer: okio.BufferedSink write(byte[]) +com.google.gson.stream.JsonReader: void setLenient(boolean) +cyanogenmod.externalviews.ExternalView$2: int val$width +io.reactivex.internal.operators.observable.ObservableGroupBy$State +androidx.legacy.coreutils.R$style: int TextAppearance_Compat_Notification_Line2 +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void onComplete() +retrofit2.BuiltInConverters$StreamingResponseBodyConverter: okhttp3.ResponseBody convert(okhttp3.ResponseBody) +androidx.constraintlayout.widget.R$style: int Platform_Widget_AppCompat_Spinner +androidx.constraintlayout.widget.R$attr: int layoutDescription +com.github.rahatarmanahmed.cpv.CircularProgressView: void initAttributes(android.util.AttributeSet,int) +com.turingtechnologies.materialscrollbar.R$style: int Platform_V25_AppCompat +com.google.android.material.R$style: int TextAppearance_AppCompat_Body2 +androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean getFeelsLike() +cyanogenmod.app.Profile$NotificationLightMode: int DISABLE +wangdaye.com.geometricweather.R$font: int product_sans_thin +com.google.android.material.R$style: int TextAppearance_AppCompat_Display3 +okhttp3.internal.ws.RealWebSocket: boolean send(okio.ByteString,int) +androidx.appcompat.R$drawable: int tooltip_frame_light +com.amap.api.location.AMapLocationClient: void startAssistantLocation(android.webkit.WebView) +androidx.appcompat.resources.R$dimen: int compat_control_corner_material +okhttp3.internal.http2.Http2Connection$5: void execute() +com.turingtechnologies.materialscrollbar.R$attr: int logo +wangdaye.com.geometricweather.R$id: int search_badge +wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig alertEntityDaoConfig +androidx.preference.R$attr: int layout_anchor +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric +com.xw.repo.bubbleseekbar.R$dimen: int compat_button_inset_vertical_material +cyanogenmod.app.CustomTile$Builder: java.lang.String mLabel +com.turingtechnologies.materialscrollbar.TouchScrollBar: TouchScrollBar(android.content.Context,android.util.AttributeSet) +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIconVisible +androidx.activity.R$id: int tag_unhandled_key_listeners +androidx.coordinatorlayout.R$dimen: int compat_button_inset_horizontal_material +com.tencent.bugly.proguard.v: int p +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: void dispose() +androidx.preference.R$id: int action_mode_bar +androidx.appcompat.R$style: int TextAppearance_AppCompat_Body1 +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Body2 +wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit PERCENT +com.google.gson.LongSerializationPolicy: com.google.gson.LongSerializationPolicy STRING +io.reactivex.Observable: io.reactivex.Observable sample(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean) +wangdaye.com.geometricweather.R$attr: int rangeFillColor +com.google.android.material.R$styleable: int Layout_layout_constraintHeight_default +wangdaye.com.geometricweather.R$drawable: int abc_list_selector_disabled_holo_light +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_11 +androidx.preference.R$dimen: int abc_text_size_caption_material +androidx.appcompat.widget.AppCompatImageButton: android.content.res.ColorStateList getSupportBackgroundTintList() +com.google.android.material.internal.ForegroundLinearLayout: ForegroundLinearLayout(android.content.Context,android.util.AttributeSet) +androidx.lifecycle.MediatorLiveData: MediatorLiveData() +okio.Pipe$PipeSource: void close() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial Imperial +androidx.hilt.work.R$dimen: int notification_top_pad +okhttp3.HttpUrl: java.lang.String percentDecode(java.lang.String,int,int,boolean) +com.google.android.material.floatingactionbutton.FloatingActionButton: android.content.res.ColorStateList getBackgroundTintList() +com.google.android.material.R$attr: int waveVariesBy +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_placeholderText +androidx.lifecycle.ComputableLiveData: androidx.lifecycle.LiveData mLiveData +androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity +androidx.activity.R$dimen: int compat_button_padding_horizontal_material +wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_backgroundTint +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit MGPCUM +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_pressedTranslationZ +com.google.android.material.slider.Slider: void setEnabled(boolean) +com.google.android.material.R$attr: int tabPaddingStart +com.google.android.material.slider.BaseSlider: void setValues(java.util.List) +okhttp3.logging.HttpLoggingInterceptor$Logger +androidx.constraintlayout.widget.R$attr: int drawableEndCompat +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String COL_UPDATE_TIME +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String STYLE_URI +io.reactivex.internal.util.VolatileSizeArrayList: int size() +androidx.work.R$id: int action_text +com.jaredrummler.android.colorpicker.R$drawable: int abc_cab_background_top_material +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$8: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 +okhttp3.Request$Builder: okhttp3.Request$Builder addHeader(java.lang.String,java.lang.String) +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_go_search_api_material +retrofit2.Utils$ParameterizedTypeImpl: java.lang.reflect.Type getRawType() +com.google.android.material.R$styleable: int Layout_minWidth +androidx.preference.R$styleable: int AppCompatTheme_buttonBarButtonStyle +androidx.appcompat.R$id: int chronometer +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_setDisplayColorCalibration +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Object readKey(android.database.Cursor,int) +androidx.preference.UnPressableLinearLayout: UnPressableLinearLayout(android.content.Context) +com.google.android.material.R$attr: int maxVelocity +com.tencent.bugly.proguard.f: f() +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_passwordToggleTintMode +com.amap.api.location.AMapLocationClient: void unRegisterLocationListener(com.amap.api.location.AMapLocationListener) +androidx.appcompat.resources.R$styleable: int[] ColorStateListItem +wangdaye.com.geometricweather.R$styleable: int Motion_drawPath +androidx.lifecycle.DefaultLifecycleObserver: void onStop(androidx.lifecycle.LifecycleOwner) +androidx.recyclerview.R$color +io.reactivex.internal.observers.ForEachWhileObserver: io.reactivex.functions.Predicate onNext +androidx.activity.R$drawable: int notification_bg_normal_pressed +androidx.fragment.R$id: int info +com.jaredrummler.android.colorpicker.R$layout: int preference_information_material +com.baidu.location.e.l$b: com.baidu.location.e.l$b a +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: io.reactivex.disposables.Disposable upstream +androidx.appcompat.widget.Toolbar: void setTitleTextColor(int) +com.xw.repo.bubbleseekbar.R$color: int primary_material_dark +com.google.android.material.progressindicator.ProgressIndicator: void setLinearSeamless(boolean) +com.google.android.material.radiobutton.MaterialRadioButton: MaterialRadioButton(android.content.Context,android.util.AttributeSet) +okio.Buffer: short readShortLe() +cyanogenmod.themes.IThemeService: void unregisterThemeProcessingListener(cyanogenmod.themes.IThemeProcessingListener) +android.didikee.donate.R$style: int Widget_AppCompat_Spinner +okhttp3.Address: okhttp3.Dns dns +wangdaye.com.geometricweather.R$layout: int abc_tooltip +com.google.android.material.slider.RangeSlider: android.content.res.ColorStateList getTrackActiveTintList() +cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void onStop() +com.google.android.material.R$id: int percent +com.xw.repo.bubbleseekbar.R$attr: int thumbTextPadding +com.google.android.material.R$style: int Base_TextAppearance_MaterialComponents_Badge +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Button_Small +io.reactivex.internal.util.NotificationLite$DisposableNotification: java.lang.String toString() +cyanogenmod.app.ThemeVersion$ThemeVersionImpl3: java.util.List getDeviceComponentVersions() +wangdaye.com.geometricweather.R$styleable: int Layout_barrierAllowsGoneWidgets +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_day_today_stroke +androidx.constraintlayout.widget.R$drawable: int abc_text_cursor_material +com.amap.api.location.AMapLocation: void setCityCode(java.lang.String) +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken[] $VALUES +com.google.gson.stream.JsonWriter: java.lang.String[] REPLACEMENT_CHARS +com.google.android.material.textfield.TextInputLayout: void setBoxBackgroundMode(int) +com.turingtechnologies.materialscrollbar.R$attr: int tabTextAppearance +com.tencent.bugly.crashreport.common.info.a: long Q +com.google.android.material.R$style: int Base_TextAppearance_MaterialComponents_Headline6 +com.xw.repo.bubbleseekbar.R$drawable: int abc_textfield_default_mtrl_alpha +okhttp3.internal.cache.DiskLruCache$3 +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_textColor +cyanogenmod.app.Profile$ProfileTrigger: int access$200(cyanogenmod.app.Profile$ProfileTrigger) +wangdaye.com.geometricweather.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable +io.reactivex.internal.subscriptions.SubscriptionHelper +androidx.preference.R$styleable: int[] MenuGroup +androidx.preference.R$drawable: int notify_panel_notification_icon_bg +com.google.android.material.R$dimen: int mtrl_badge_long_text_horizontal_padding +cyanogenmod.app.ILiveLockScreenChangeListener +com.tencent.bugly.crashreport.common.info.a: long o() +com.google.android.material.R$id: int tag_unhandled_key_listeners +com.google.android.material.R$style: int Base_Widget_AppCompat_DrawerArrowToggle +com.github.rahatarmanahmed.cpv.CircularProgressView: void setVisibility(int) +com.turingtechnologies.materialscrollbar.R$attr: int preserveIconSpacing +com.turingtechnologies.materialscrollbar.R$attr: int actionModeShareDrawable +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_checkedTextViewStyle +cyanogenmod.externalviews.KeyguardExternalView$2 +cyanogenmod.weatherservice.ServiceRequestResult: java.util.List getLocationLookupList() +com.amap.api.fence.GeoFenceClient: void setGeoFenceListener(com.amap.api.fence.GeoFenceListener) +james.adaptiveicon.R$styleable: int Toolbar_navigationContentDescription +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_android_thumb +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_autoSizeMinTextSize +cyanogenmod.weather.WeatherInfo: double access$702(cyanogenmod.weather.WeatherInfo,double) +com.google.android.material.appbar.AppBarLayout: int getMinimumHeightForVisibleOverlappingContent() +android.didikee.donate.R$attr: int alertDialogTheme +androidx.appcompat.R$drawable: int btn_checkbox_unchecked_mtrl +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_ICONS +com.google.android.material.R$attr: int visibilityMode +retrofit2.Retrofit$Builder: java.util.concurrent.Executor callbackExecutor +androidx.constraintlayout.widget.R$layout: int notification_template_icon_group +com.google.android.material.R$anim: int abc_slide_in_top +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_firstHorizontalBias +io.reactivex.internal.schedulers.AbstractDirectTask: void setFuture(java.util.concurrent.Future) +james.adaptiveicon.R$styleable: int SwitchCompat_android_textOff +wangdaye.com.geometricweather.R$attr: int recyclerViewStyle +com.turingtechnologies.materialscrollbar.R$color: int dim_foreground_material_light +androidx.constraintlayout.widget.R$attr: int checkedTextViewStyle +james.adaptiveicon.R$styleable: int AppCompatTheme_spinnerStyle +com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleMarginEnd +cyanogenmod.app.PartnerInterface: java.lang.String MODIFY_SOUND_SETTINGS_PERMISSION +com.jaredrummler.android.colorpicker.R$color: int abc_tint_spinner +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile build() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric: AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum$Metric() +cyanogenmod.library.R$styleable: int[] LiveLockScreen +com.google.android.gms.location.LocationSettingsResult: android.os.Parcelable$Creator CREATOR +okhttp3.Cookie: boolean httpOnly +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit FTPS +james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd +io.reactivex.Observable: io.reactivex.Observable takeUntil(io.reactivex.functions.Predicate) +wangdaye.com.geometricweather.R$dimen: int mtrl_slider_track_side_padding +wangdaye.com.geometricweather.R$attr: int currentPageIndicatorColor +retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback: void onFailure(retrofit2.Call,java.lang.Throwable) +wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: void setOnSwitchListener(wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout$OnSwitchListener) +androidx.preference.R$drawable: int abc_btn_switch_to_on_mtrl_00001 +retrofit2.DefaultCallAdapterFactory$1: retrofit2.DefaultCallAdapterFactory this$0 +com.google.android.material.R$string: int abc_action_bar_up_description +cyanogenmod.weather.ICMWeatherManager$Stub: int TRANSACTION_updateWeather_0 +com.jaredrummler.android.colorpicker.R$attr: int checkedTextViewStyle +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Display1 +androidx.transition.R$styleable: int GradientColor_android_centerY +cyanogenmod.themes.IThemeService$Stub$Proxy: boolean isThemeBeingProcessed(java.lang.String) +com.google.android.material.R$styleable: int MenuView_android_itemTextAppearance +androidx.constraintlayout.widget.R$attr: int percentWidth +wangdaye.com.geometricweather.common.ui.widgets.DrawerLayout: void setProgress(float) +androidx.appcompat.R$styleable: int[] ViewBackgroundHelper +wangdaye.com.geometricweather.R$menu: int activity_main +io.reactivex.exceptions.UndeliverableException +wangdaye.com.geometricweather.R$drawable: int ic_collected +androidx.dynamicanimation.R$id: int time +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_23 +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder addInterceptor(okhttp3.Interceptor) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric: int UnitType +com.jaredrummler.android.colorpicker.R$attr: int listChoiceBackgroundIndicator +androidx.hilt.work.R$id: int accessibility_custom_action_30 +com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose: com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose SignIn +androidx.vectordrawable.R$styleable: int[] GradientColorItem +androidx.constraintlayout.widget.R$drawable: int abc_ic_star_half_black_48dp +com.google.android.gms.dynamite.DynamiteModule$DynamiteLoaderClassLoader +androidx.constraintlayout.widget.R$id: int normal +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu +androidx.customview.R$drawable: int notification_template_icon_low_bg +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem +cyanogenmod.weather.WeatherLocation$Builder: cyanogenmod.weather.WeatherLocation build() +com.jaredrummler.android.colorpicker.R$style: int Preference_DialogPreference_Material +androidx.vectordrawable.animated.R$drawable: int notification_bg_normal_pressed +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_max +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration +james.adaptiveicon.R$drawable: int abc_btn_check_to_on_mtrl_015 +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.String getCityId() +wangdaye.com.geometricweather.R$styleable: int[] KeyFramesAcceleration +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: cyanogenmod.app.LiveLockScreenInfo getDefaultLiveLockScreen() +androidx.hilt.lifecycle.R$dimen: int compat_button_padding_horizontal_material +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu +cyanogenmod.app.Profile: int getProfileType() +com.turingtechnologies.materialscrollbar.DragScrollBar: float getIndicatorOffset() +androidx.transition.R$attr: int fontStyle +wangdaye.com.geometricweather.R$styleable: int MultiSelectListPreference_entryValues +com.tencent.bugly.crashreport.biz.b: int g() +io.reactivex.internal.observers.ForEachWhileObserver: void onNext(java.lang.Object) +androidx.customview.R$drawable: int notification_bg_normal_pressed +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void dispose() +wangdaye.com.geometricweather.R$attr +com.google.android.material.R$attr: int textAppearanceHeadline1 +wangdaye.com.geometricweather.db.entities.LocationEntity: boolean getChina() +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayoutStates_state_liftable +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem +com.google.android.material.R$color: int mtrl_calendar_item_stroke_color +androidx.constraintlayout.widget.R$id: int action_menu_divider +wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog_Alert_Framework +androidx.appcompat.R$styleable: int FontFamily_fontProviderFetchTimeout +androidx.preference.R$layout: int notification_action +io.reactivex.Observable: io.reactivex.Observable using(java.util.concurrent.Callable,io.reactivex.functions.Function,io.reactivex.functions.Consumer) +okhttp3.internal.platform.AndroidPlatform: boolean supportsAlpn() +androidx.preference.R$string: int abc_menu_delete_shortcut_label +wangdaye.com.geometricweather.R$attr: int limitBoundsTo +wangdaye.com.geometricweather.R$xml: int standalone_badge_gravity_bottom_end +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: io.reactivex.internal.util.AtomicThrowable error +com.turingtechnologies.materialscrollbar.R$attr: int singleChoiceItemLayout +io.reactivex.internal.util.NotificationLite$SubscriptionNotification: org.reactivestreams.Subscription upstream +com.tencent.bugly.crashreport.common.info.PlugInBean: java.lang.String toString() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dialogPreferredPadding +cyanogenmod.hardware.ICMHardwareService$Stub: java.lang.String DESCRIPTOR +retrofit2.OkHttpCall: void cancel() +james.adaptiveicon.R$attr: int actionModeCloseDrawable +androidx.appcompat.R$styleable: int StateListDrawable_android_constantSize +org.greenrobot.greendao.AbstractDao: void loadAllUnlockOnWindowBounds(android.database.Cursor,android.database.CursorWindow,java.util.List) +james.adaptiveicon.R$string: int abc_action_mode_done +androidx.lifecycle.extensions.R$id: int time +wangdaye.com.geometricweather.R$id: int container_alert_display_view_indicator +com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_LOCATION_PARAMETER +android.didikee.donate.R$style: int Widget_AppCompat_ActivityChooserView +io.reactivex.internal.subscriptions.SubscriptionHelper: void reportSubscriptionSet() +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWindChillTemperature +wangdaye.com.geometricweather.R$color: int mtrl_filled_background_color +androidx.hilt.R$color: int secondary_text_default_material_light +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Integer getAqiIndex() +com.turingtechnologies.materialscrollbar.R$attr: int tabPaddingTop +android.didikee.donate.R$attr: int ratingBarStyleSmall +wangdaye.com.geometricweather.R$attr: int tabContentStart +com.turingtechnologies.materialscrollbar.R$anim: int abc_fade_in +android.didikee.donate.R$attr: int goIcon +cyanogenmod.app.CMContextConstants$Features: java.lang.String PROFILES +android.didikee.donate.R$styleable: int Toolbar_logo +wangdaye.com.geometricweather.R$id: int image +com.xw.repo.bubbleseekbar.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow +com.google.android.gms.common.api.ResolvableApiException: android.app.PendingIntent getResolution() +androidx.appcompat.widget.MenuPopupWindow$MenuDropDownListView: void setHoverListener(androidx.appcompat.widget.MenuItemHoverListener) +com.google.android.material.R$color: int tooltip_background_light +io.reactivex.Observable: io.reactivex.Single toList() +retrofit2.RequestBuilder$ContentTypeOverridingRequestBody: okhttp3.MediaType contentType() +com.jaredrummler.android.colorpicker.R$attr: int firstBaselineToTopHeight +wangdaye.com.geometricweather.R$styleable: int GradientColor_android_endColor +cyanogenmod.providers.CMSettings$System: java.lang.String LIVE_DISPLAY_HINTED +com.tencent.bugly.proguard.an: java.util.Map g +cyanogenmod.app.ProfileGroup: boolean validateOverrideUri(android.content.Context,android.net.Uri) +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: android.os.IBinder asBinder() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure Pressure +wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_weatherKindSpinner +com.turingtechnologies.materialscrollbar.R$string: int abc_action_mode_done +com.google.android.material.R$attr: int windowFixedWidthMinor +wangdaye.com.geometricweather.settings.fragments.AppearanceSettingsFragment +io.reactivex.internal.subscriptions.SubscriptionHelper: boolean setOnce(java.util.concurrent.atomic.AtomicReference,org.reactivestreams.Subscription) +com.tencent.bugly.proguard.a: com.tencent.bugly.proguard.ag a(int) +androidx.activity.R$id: int text2 +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Inverse +com.turingtechnologies.materialscrollbar.R$id: int forever +androidx.drawerlayout.R$styleable: int GradientColor_android_centerX +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean getBrandInfo() +okhttp3.internal.http2.Http2: Http2() +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void onNext(java.lang.Object) +androidx.work.R$id: int line1 +androidx.constraintlayout.widget.R$attr: int panelMenuListTheme +androidx.constraintlayout.motion.widget.MotionLayout: void setTransitionDuration(int) +wangdaye.com.geometricweather.R$layout: int preference_information +androidx.work.R$id: int accessibility_custom_action_10 +com.google.android.material.R$color: int mtrl_card_view_foreground +com.google.android.material.floatingactionbutton.FloatingActionButton: void setCompatElevationResource(int) +com.jaredrummler.android.colorpicker.ColorPreference +wangdaye.com.geometricweather.R$attr: int cpv_thickness +androidx.constraintlayout.widget.R$dimen: int abc_dropdownitem_text_padding_right +androidx.preference.R$color: int material_deep_teal_200 +androidx.dynamicanimation.R$dimen: int notification_top_pad +wangdaye.com.geometricweather.background.polling.work.worker.NormalUpdateWorker +com.google.android.material.R$id: int startVertical +okhttp3.MultipartBody: java.util.List parts() +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintWidth_default +james.adaptiveicon.R$styleable: int ActionMode_height +wangdaye.com.geometricweather.R$attr: int allowDividerBelow +android.didikee.donate.R$styleable: int AppCompatTheme_listPopupWindowStyle +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property SnowPrecipitation androidx.appcompat.R$attr: int dialogPreferredPadding -androidx.viewpager2.R$id: int tag_transition_group -okhttp3.internal.Util: okhttp3.RequestBody EMPTY_REQUEST -com.tencent.bugly.crashreport.common.info.b: java.lang.String o() -androidx.appcompat.widget.SwitchCompat: android.graphics.drawable.Drawable getTrackDrawable() -com.jaredrummler.android.colorpicker.R$drawable: int abc_list_divider_mtrl_alpha -androidx.recyclerview.R$dimen: int notification_big_circle_margin -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_text_btn_icon_padding -com.amap.api.location.AMapLocationClientOption$AMapLocationMode: com.amap.api.location.AMapLocationClientOption$AMapLocationMode[] values() -cyanogenmod.themes.IThemeChangeListener$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_translationY -io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: void onError(java.lang.Throwable) -com.jaredrummler.android.colorpicker.R$id: int text2 -com.xw.repo.bubbleseekbar.R$style: int Platform_AppCompat -com.amap.api.fence.GeoFence: java.lang.String BUNDLE_KEY_FENCE -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property AqiIndex -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getCo() -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: io.reactivex.disposables.CompositeDisposable observers -com.google.android.gms.location.LocationAvailability -wangdaye.com.geometricweather.common.basic.models.weather.WindDegree: boolean noDirection -androidx.cardview.widget.CardView: int getContentPaddingBottom() -wangdaye.com.geometricweather.R$menu -wangdaye.com.geometricweather.R$styleable: int[] MaterialButtonToggleGroup -androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableCompat_android_variablePadding -cyanogenmod.profiles.ConnectionSettings: int CM_MODE_ALL -com.xw.repo.bubbleseekbar.R$color: int material_deep_teal_500 -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilitySnow: java.lang.Integer proba6H -io.reactivex.Observable: io.reactivex.Observable concatEager(java.lang.Iterable,int,int) -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode THUNDER -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver(io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver) -android.didikee.donate.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common -com.turingtechnologies.materialscrollbar.R$attr: int tabSelectedTextColor -androidx.recyclerview.R$styleable: int RecyclerView_android_clipToPadding -okhttp3.internal.http.BridgeInterceptor: okhttp3.CookieJar cookieJar -cyanogenmod.weather.RequestInfo$Builder: int mRequestType -com.google.android.material.R$styleable: int Slider_thumbColor -androidx.appcompat.R$styleable: int AppCompatTheme_panelMenuListTheme -androidx.appcompat.widget.AppCompatImageView: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) -wangdaye.com.geometricweather.R$attr: int tabIconTint -wangdaye.com.geometricweather.R$animator: int weather_thunder_1 -com.google.android.gms.common.internal.zau -wangdaye.com.geometricweather.R$dimen: int widget_grid_3 -com.google.android.material.R$attr: int shapeAppearanceMediumComponent -com.google.android.material.R$color: int design_default_color_on_primary -androidx.appcompat.resources.R$styleable: R$styleable() -com.google.android.material.circularreveal.CircularRevealLinearLayout: void setRevealInfo(com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo) -okhttp3.internal.http2.PushObserver$1: boolean onHeaders(int,java.util.List,boolean) -com.google.android.material.card.MaterialCardView: void setStrokeColor(android.content.res.ColorStateList) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum Minimum -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_placeholderText -com.google.android.material.snackbar.Snackbar$SnackbarLayout: void setBackgroundTintMode(android.graphics.PorterDuff$Mode) -com.google.android.material.R$style: int Base_Widget_AppCompat_ListView -com.google.android.material.chip.Chip: void setLines(int) -com.google.android.material.R$styleable: int FontFamily_fontProviderCerts +wangdaye.com.geometricweather.R$attr: int listChoiceIndicatorSingleAnimated +com.baidu.location.indoor.mapversion.c.a$d: com.baidu.location.indoor.mapversion.c.a$a c +com.turingtechnologies.materialscrollbar.R$id: int notification_main_column +androidx.preference.R$styleable: int FontFamilyFont_android_fontVariationSettings +okhttp3.WebSocket: boolean send(java.lang.String) +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeStyle +androidx.constraintlayout.widget.R$attr: int measureWithLargestChild +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: void setBrandInfo(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean) +androidx.appcompat.widget.SearchView: java.lang.CharSequence getQueryHint() +wangdaye.com.geometricweather.R$attr: int cornerSizeBottomLeft +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHeight_max +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.util.Map rights +james.adaptiveicon.R$styleable: int ActionBar_logo +retrofit2.ParameterHandler$Query: boolean encoded +androidx.lifecycle.extensions.R$styleable: int FontFamily_fontProviderPackage +androidx.appcompat.widget.SearchView: int getSuggestionCommitIconResId() +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemIconPadding +okhttp3.Cookie: int hashCode() +okhttp3.internal.http2.Http2Stream: java.util.Deque access$000(okhttp3.internal.http2.Http2Stream) +cyanogenmod.profiles.ConnectionSettings: void setOverride(boolean) +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: boolean delayError +com.google.android.material.R$style: int Widget_MaterialComponents_TimePicker_Display_TextInputEditText +com.jaredrummler.android.colorpicker.R$anim: int abc_slide_out_top +androidx.preference.R$styleable: int FontFamilyFont_android_fontStyle +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: io.reactivex.internal.queue.SpscLinkedArrayQueue queue +com.xw.repo.bubbleseekbar.R$dimen: int highlight_alpha_material_light +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum +com.turingtechnologies.materialscrollbar.R$id: int none +okhttp3.Response: okhttp3.CacheControl cacheControl +androidx.viewpager2.R$dimen: int notification_main_column_padding_top +wangdaye.com.geometricweather.R$layout: int abc_action_mode_bar +okhttp3.internal.cache.DiskLruCache: int valueCount +androidx.cardview.R$attr: int cardPreventCornerOverlap +com.xw.repo.bubbleseekbar.R$color: int error_color_material_dark +com.bumptech.glide.integration.okhttp.R$attr: int layout_anchorGravity +cyanogenmod.app.ThemeVersion: java.lang.String THEME_VERSION_FIELD_NAME +com.google.android.material.slider.Slider: Slider(android.content.Context) +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float getIce() +com.bumptech.glide.integration.okhttp.R$integer: R$integer() +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_textColor +android.didikee.donate.R$styleable: int Toolbar_contentInsetStart +com.google.android.gms.location.zzay: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.common.basic.models.weather.Alert: int priority +com.google.android.material.R$styleable: int AppCompatTheme_actionOverflowButtonStyle +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_hideOnContentScroll +com.xw.repo.bubbleseekbar.R$styleable: int FontFamily_fontProviderFetchTimeout +wangdaye.com.geometricweather.R$string: int settings_title_exchange_day_night_temp_switch +wangdaye.com.geometricweather.R$drawable: int googleg_standard_color_18 +com.bumptech.glide.R$styleable: int GradientColorItem_android_offset +com.amap.api.location.LocationManagerBase: void unRegisterLocationListener(com.amap.api.location.AMapLocationListener) +okhttp3.internal.http2.Http2Codec: okhttp3.internal.http2.Http2Connection connection +com.jaredrummler.android.colorpicker.R$color: int button_material_dark +io.reactivex.Observable: io.reactivex.Observable throttleLatest(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +org.greenrobot.greendao.AbstractDao: void deleteByKeyInTx(java.lang.Iterable) +androidx.appcompat.R$anim: int btn_radio_to_on_mtrl_ring_outer_animation +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX +com.google.android.material.R$style: int Widget_MaterialComponents_TimePicker_Button +androidx.fragment.app.FragmentContainerView: FragmentContainerView(android.content.Context) +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_goneMarginLeft +io.reactivex.internal.util.NotificationLite: java.lang.Throwable getError(java.lang.Object) +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: ArcProgress(android.content.Context,android.util.AttributeSet) +android.didikee.donate.R$style: int TextAppearance_AppCompat_Menu +com.jaredrummler.android.colorpicker.R$color: int abc_search_url_text_pressed +android.didikee.donate.R$layout: int notification_action_tombstone +androidx.appcompat.R$styleable: int AppCompatTheme_actionModeWebSearchDrawable +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_autoSizePresetSizes +com.google.android.material.R$styleable: int AppCompatTheme_windowActionBarOverlay +android.didikee.donate.R$dimen: int abc_button_inset_horizontal_material +okhttp3.Cache$Entry +cyanogenmod.providers.CMSettings$Secure: java.lang.String getStringForUser(android.content.ContentResolver,java.lang.String,int) +androidx.recyclerview.widget.StaggeredGridLayoutManager: StaggeredGridLayoutManager(android.content.Context,android.util.AttributeSet,int,int) +wangdaye.com.geometricweather.R$styleable: int Preference_android_order +cyanogenmod.externalviews.ExternalViewProviderService$Provider: void onStop() +wangdaye.com.geometricweather.R$attr: int actionModeCutDrawable +com.xw.repo.bubbleseekbar.R$attr: int windowMinWidthMinor +android.didikee.donate.R$style: int RtlOverlay_DialogWindowTitle_AppCompat +androidx.preference.R$dimen +okhttp3.ResponseBody$1: okio.BufferedSource val$content +retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isAsync +com.tencent.bugly.proguard.am: void a(com.tencent.bugly.proguard.i) +wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_drawableSize +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property RainPrecipitation +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setCo(java.lang.String) +androidx.hilt.lifecycle.R$dimen: R$dimen() +com.google.android.material.R$attr: int expanded +cyanogenmod.power.IPerformanceManager +com.jaredrummler.android.colorpicker.R$color +wangdaye.com.geometricweather.R$attr: int ratingBarStyleIndicator +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_PopupMenu_Overflow +cyanogenmod.app.Profile$DozeMode: int DEFAULT +com.amap.api.location.AMapLocation: java.lang.String g(com.amap.api.location.AMapLocation,java.lang.String) +io.reactivex.exceptions.MissingBackpressureException: MissingBackpressureException() +wangdaye.com.geometricweather.R$animator: int weather_sleet_1 +androidx.appcompat.widget.ActivityChooserView: void setActivityChooserModel(androidx.appcompat.widget.ActivityChooserModel) +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionBar +android.didikee.donate.R$dimen: int abc_text_size_subtitle_material_toolbar +com.xw.repo.bubbleseekbar.R$styleable: int ViewBackgroundHelper_android_background +com.amap.api.fence.GeoFence: float i +wangdaye.com.geometricweather.R$style: int PreferenceSummaryTextStyle +wangdaye.com.geometricweather.R$interpolator: int btn_radio_to_on_mtrl_animation_interpolator_0 +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice advice +com.google.android.material.R$styleable: int Toolbar_maxButtonHeight +androidx.constraintlayout.widget.R$string: int abc_action_bar_up_description +okio.Segment: void compact() +io.reactivex.internal.util.EmptyComponent: void onComplete() +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_goneMarginEnd +wangdaye.com.geometricweather.R$attr: int statusBarBackground +wangdaye.com.geometricweather.R$string: int abc_activity_chooser_view_see_all +okhttp3.ResponseBody$1: long val$contentLength +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$id: int dragLeft +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintGuide_end +androidx.preference.R$style: int Widget_AppCompat_DrawerArrowToggle +androidx.appcompat.R$drawable: int abc_ic_commit_search_api_mtrl_alpha +androidx.appcompat.widget.LinearLayoutCompat: int getVirtualChildCount() +wangdaye.com.geometricweather.R$id: int useLogo +com.google.android.material.R$drawable: int abc_btn_default_mtrl_shape +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_10 +android.didikee.donate.R$color: int switch_thumb_disabled_material_light +cyanogenmod.externalviews.KeyguardExternalView$10 +okhttp3.internal.ws.WebSocketReader$FrameCallback +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void data(boolean,int,okio.BufferedSource,int) +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer windSpeedGust +james.adaptiveicon.R$styleable: int[] SearchView +com.turingtechnologies.materialscrollbar.R$dimen: int design_textinput_caption_translate_y +com.jaredrummler.android.colorpicker.R$attr: int buttonBarNegativeButtonStyle +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getCeiling() +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_bottomappbar_fab_cradle_rounded_corner_radius +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabPaddingTop +androidx.vectordrawable.animated.R$id: int blocking +android.support.v4.os.ResultReceiver$MyResultReceiver: ResultReceiver$MyResultReceiver(android.support.v4.os.ResultReceiver) +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: boolean cancelled +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_android_disableDependentsState +androidx.preference.R$styleable: int AppCompatTheme_windowMinWidthMinor +retrofit2.Platform: boolean hasJava8Types +com.jaredrummler.android.colorpicker.R$dimen: int item_touch_helper_max_drag_scroll_per_frame +com.google.android.material.tabs.TabLayout$TabView: com.google.android.material.badge.BadgeDrawable getOrCreateBadge() +androidx.preference.R$styleable: int DrawerArrowToggle_thickness +com.amap.api.location.APSService: android.os.IBinder onBind(android.content.Intent) +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: void setStreet_number(java.lang.String) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_rotationY +androidx.appcompat.R$styleable: int ViewBackgroundHelper_backgroundTintMode +com.jaredrummler.android.colorpicker.R$id: int src_over +okhttp3.logging.LoggingEventListener$Factory +com.google.android.material.card.MaterialCardView: int getCheckedIconSize() +androidx.appcompat.R$id: int add +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_height +androidx.appcompat.R$styleable: int AppCompatSeekBar_tickMarkTint +androidx.lifecycle.extensions.R$anim: int fragment_close_enter +com.amap.api.location.AMapLocation: java.lang.String getRoad() +wangdaye.com.geometricweather.R$drawable: int widget_card_dark_20 +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_suggestionRowLayout +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: java.lang.String to +james.adaptiveicon.R$drawable: int abc_ratingbar_small_material +wangdaye.com.geometricweather.R$string: int widget_clock_day_week +androidx.work.R$integer: R$integer() +androidx.constraintlayout.widget.R$attr: int deltaPolarAngle +wangdaye.com.geometricweather.R$string: int tag_precipitation +com.google.android.material.R$layout: int abc_popup_menu_header_item_layout +cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_TEMPERATURE_DAY +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_motionStagger +androidx.appcompat.resources.R$styleable: int FontFamilyFont_android_fontWeight +cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent BOOT_ANIM +wangdaye.com.geometricweather.R$attr: int bsb_thumb_color +androidx.lifecycle.ComputableLiveData$3: void run() +androidx.constraintlayout.helper.widget.Flow: void setWrapMode(int) +okhttp3.RequestBody$3: void writeTo(okio.BufferedSink) +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton +org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.rx.RxTransaction rxTxPlain() +com.google.android.material.R$color: int material_slider_thumb_color +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_114 +wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: java.lang.String styleId +com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getPrefixText() +androidx.preference.R$attr: int searchHintIcon +androidx.preference.R$attr: int dividerPadding +androidx.preference.R$layout: int select_dialog_multichoice_material +com.jaredrummler.android.colorpicker.R$style: int Platform_V21_AppCompat_Light +wangdaye.com.geometricweather.R$dimen: int widget_content_text_size +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_display_3_material +cyanogenmod.externalviews.KeyguardExternalView$11: KeyguardExternalView$11(cyanogenmod.externalviews.KeyguardExternalView,float) +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Metric: double Value +cyanogenmod.power.IPerformanceManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored +com.google.android.material.R$attr: int daySelectedStyle +com.loc.k: java.lang.String c() +james.adaptiveicon.R$attr: int tooltipForegroundColor +wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_extendMotionSpec +cyanogenmod.app.CMContextConstants$Features: java.lang.String STATUSBAR +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintEnd_toEndOf +wangdaye.com.geometricweather.R$styleable: int[] KeyAttribute +com.amap.api.fence.DistrictItem: java.lang.String getAdcode() +retrofit2.ParameterHandler$Body: retrofit2.Converter converter +wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: void setChartItemView(wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView) +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setItemPosition(int) +wangdaye.com.geometricweather.R$color: int material_slider_active_track_color +wangdaye.com.geometricweather.R$string: int feedback_hide_subtitle +com.google.android.material.R$string: int material_slider_range_start +okhttp3.EventListener: void connectionAcquired(okhttp3.Call,okhttp3.Connection) +androidx.hilt.R$styleable: int FontFamilyFont_fontStyle +androidx.appcompat.widget.AppCompatTextView: android.content.res.ColorStateList getSupportCompoundDrawablesTintList() +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: java.lang.String getSourceUrl() +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: java.util.Date to +com.google.android.material.R$dimen: int abc_dialog_min_width_minor +com.jaredrummler.android.colorpicker.R$style: int Widget_Compat_NotificationActionContainer +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: java.util.ArrayDeque buffers +org.greenrobot.greendao.AbstractDao: void executeInsertInTx(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Iterable,boolean) +com.google.android.material.R$style: int Widget_MaterialComponents_BottomAppBar_PrimarySurface +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView getChartItemView() +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: FlowableOnBackpressureDrop$BackpressureDropSubscriber(org.reactivestreams.Subscriber,io.reactivex.functions.Consumer) +io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(int,io.reactivex.Scheduler) +androidx.appcompat.R$attr: int defaultQueryHint +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial: AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Imperial() +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void onTimeout(long) +wangdaye.com.geometricweather.R$styleable: int RangeSlider_values +wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout +james.adaptiveicon.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator +androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_fontVariationSettings +com.turingtechnologies.materialscrollbar.R$integer: int app_bar_elevation_anim_duration +androidx.preference.R$attr: int disableDependentsState +cyanogenmod.power.IPerformanceManager$Stub: cyanogenmod.power.IPerformanceManager asInterface(android.os.IBinder) +com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge +com.google.android.material.card.MaterialCardView: void setRadius(float) +androidx.appcompat.R$style: int ThemeOverlay_AppCompat_DayNight +androidx.core.R$color +okhttp3.EventListener: void requestHeadersStart(okhttp3.Call) +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemBackground +androidx.appcompat.widget.AppCompatSeekBar: AppCompatSeekBar(android.content.Context,android.util.AttributeSet) +org.greenrobot.greendao.AbstractDao: void assertSinglePk() +androidx.appcompat.widget.AppCompatAutoCompleteTextView: void setSupportBackgroundTintList(android.content.res.ColorStateList) +okio.ByteString: char[] HEX_DIGITS +okhttp3.internal.connection.ConnectionSpecSelector: okhttp3.ConnectionSpec configureSecureSocket(javax.net.ssl.SSLSocket) +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: AccuAlertResult$Area() +wangdaye.com.geometricweather.R$attr: int layout_constrainedWidth +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_splitTrack +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator +androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: void setSupportBackgroundTintList(android.content.res.ColorStateList) +cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: android.os.IBinder asBinder() +wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode valueOf(java.lang.String) +com.google.android.gms.location.ActivityTransitionRequest: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String getHeadDescription() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind Wind +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Long readKey(android.database.Cursor,int) +com.xw.repo.bubbleseekbar.R$drawable: int abc_ratingbar_material +io.reactivex.Observable: io.reactivex.Observable throttleLatest(long,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: AirQuality(java.lang.String,java.lang.Integer,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float,java.lang.Float) +wangdaye.com.geometricweather.R$attr: int minSeparation +android.didikee.donate.R$drawable: int abc_textfield_search_activated_mtrl_alpha +android.didikee.donate.R$attr: int logo +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_endIconDrawable +okhttp3.internal.NamedRunnable: void run() +wangdaye.com.geometricweather.R$string: int chip_text +cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: java.lang.String getInterfaceDescriptor() +android.didikee.donate.R$id: int action_mode_close_button +com.google.android.material.button.MaterialButton: void setInsetTop(int) +com.google.android.material.R$styleable: int MenuView_android_headerBackground +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_android_windowAnimationStyle +com.jaredrummler.android.colorpicker.R$styleable: int MultiSelectListPreference_android_entries +com.turingtechnologies.materialscrollbar.R$color: int abc_color_highlight_material +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_button_min_width_overflow_material +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningConsequence +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: boolean done +androidx.constraintlayout.widget.R$layout: int notification_action +androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State[] values() +wangdaye.com.geometricweather.R$drawable: int selectable_item_background_borderless +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatSeekBar_tickMark +com.google.android.gms.common.server.response.zal: android.os.Parcelable$Creator CREATOR +androidx.hilt.lifecycle.R$string +wangdaye.com.geometricweather.R$drawable: int notif_temp_139 +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: java.lang.String advice +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.R$string: int yesterday +androidx.vectordrawable.animated.R$id: int tag_accessibility_heading +io.reactivex.Observable: io.reactivex.Observable interval(long,java.util.concurrent.TimeUnit) +com.google.android.material.R$attr: int showPaths +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Dark_ActionBar +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_progressBarStyle +com.xw.repo.bubbleseekbar.R$attr: int actionModeCloseDrawable +androidx.hilt.work.R$styleable: int FontFamily_fontProviderCerts +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_searchViewStyle +androidx.appcompat.R$attr: int contentInsetEndWithActions +cyanogenmod.themes.IThemeService$Stub$Proxy: void registerThemeProcessingListener(cyanogenmod.themes.IThemeProcessingListener) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintBottom_toBottomOf +com.google.android.material.R$id: int design_bottom_sheet +androidx.core.R$style: int Widget_Compat_NotificationActionContainer +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property ThunderstormPrecipitation +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_TextView +androidx.preference.R$layout: int abc_alert_dialog_material +androidx.preference.R$styleable: int SwitchCompat_thumbTint +wangdaye.com.geometricweather.R$string +com.tencent.bugly.proguard.af: byte[] a(byte[]) +com.xw.repo.bubbleseekbar.R$styleable: int[] BubbleSeekBar +com.jaredrummler.android.colorpicker.R$string: int abc_activity_chooser_view_see_all +cyanogenmod.themes.ThemeChangeRequest$RequestType: cyanogenmod.themes.ThemeChangeRequest$RequestType[] values() +wangdaye.com.geometricweather.R$layout: int test_design_radiobutton +com.turingtechnologies.materialscrollbar.R$id: int fixed +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: void c(boolean) +com.xw.repo.bubbleseekbar.R$attr: int buttonBarButtonStyle +wangdaye.com.geometricweather.R$layout: int widget_clock_day_mini +wangdaye.com.geometricweather.R$style: int RtlOverlay_DialogWindowTitle_AppCompat +cyanogenmod.app.ILiveLockScreenManager: boolean getLiveLockScreenEnabled() +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List chuanyi +androidx.vectordrawable.R$id: int action_image +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorPrimaryDark +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX: java.lang.String aqi +androidx.appcompat.R$styleable: int Toolbar_logoDescription +androidx.preference.R$attr: int contentInsetRight +androidx.preference.R$id: int notification_background +com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_allowPresets +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_DES_CBC_SHA +okhttp3.Cache: void close() +wangdaye.com.geometricweather.common.basic.models.weather.WindDegree: WindDegree(float,boolean) +io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: java.lang.Object index +com.google.android.material.R$styleable: int Transform_android_scaleY +com.jaredrummler.android.colorpicker.R$style: int Preference +retrofit2.Platform$Android$MainThreadExecutor +android.didikee.donate.R$styleable: int MenuItem_android_enabled +wangdaye.com.geometricweather.R$id: int postLayout +com.baidu.location.e.h$b: com.baidu.location.e.h$b[] values() +wangdaye.com.geometricweather.R$attr: int colorSwitchThumbNormal +com.jaredrummler.android.colorpicker.R$layout: int cpv_dialog_presets +cyanogenmod.app.ICustomTileListener$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +androidx.preference.R$integer: int abc_config_activityShortDur +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeIcePrecipitationProbability() +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getProfileByName +wangdaye.com.geometricweather.R$attr: int layout_constraintTop_creator +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken valueOf(java.lang.String) +androidx.core.R$color: R$color() +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarTabBarStyle +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintBottom_toTopOf +androidx.constraintlayout.widget.R$dimen: int abc_button_inset_horizontal_material +androidx.constraintlayout.widget.R$styleable: int KeyPosition_framePosition +com.google.android.material.textfield.TextInputLayout: void setHelperText(java.lang.CharSequence) +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_android_inputType +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_SearchResult_Title +wangdaye.com.geometricweather.R$id: int cpv_color_panel_old +james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat +androidx.preference.R$color: int primary_text_disabled_material_light +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_PopupMenu_Overflow +okhttp3.internal.http.RequestLine: java.lang.String get(okhttp3.Request,java.net.Proxy$Type) +com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String a() +androidx.core.R$dimen: int notification_action_text_size +com.google.android.material.R$drawable: int abc_text_cursor_material +cyanogenmod.app.CustomTile$ExpandedItem$1 +androidx.hilt.R$styleable: int[] FontFamily +okhttp3.internal.platform.AndroidPlatform$CloseGuard: boolean warnIfOpen(java.lang.Object) +androidx.appcompat.R$attr: int controlBackground +wangdaye.com.geometricweather.R$drawable: int notification_template_icon_bg +com.google.android.material.R$attr: int layoutDuringTransition +androidx.appcompat.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_0 +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 +androidx.swiperefreshlayout.R$drawable: int notification_bg_low_normal +wangdaye.com.geometricweather.R$drawable: int weather_haze_2 +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar +com.bumptech.glide.R$style: int Widget_Support_CoordinatorLayout +androidx.work.R$style: int Widget_Compat_NotificationActionText +androidx.constraintlayout.widget.R$id: int notification_main_column_container +com.google.android.material.R$styleable: int ConstraintSet_flow_horizontalBias +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_1 +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$4: void run() +androidx.preference.R$layout: int abc_action_bar_up_container +com.jaredrummler.android.colorpicker.R$layout: int cpv_color_item_square +com.google.android.material.R$styleable: int ImageFilterView_altSrc +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintWidth_default +com.google.android.material.R$styleable: int CustomAttribute_customStringValue +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.Long getId() +com.google.android.material.R$id: int select_dialog_listview +androidx.constraintlayout.widget.R$dimen: int abc_dialog_padding_material +com.google.android.material.R$id: int action_bar_activity_content +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabSelectedTextColor +androidx.recyclerview.R$attr: int fontProviderFetchStrategy +com.github.rahatarmanahmed.cpv.CircularProgressView: float initialStartAngle +com.google.android.material.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTheme +androidx.hilt.work.R$id: int line1 +com.google.android.material.R$attr: int onShow +wangdaye.com.geometricweather.R$attr: int actionButtonStyle +wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoonSetDate(java.util.Date) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial: double Value +androidx.preference.R$dimen: int notification_small_icon_background_padding +okhttp3.internal.ws.RealWebSocket$Message: int formatOpcode +wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: float unitFactor +com.xw.repo.bubbleseekbar.R$styleable: int[] ActionMenuView +wangdaye.com.geometricweather.R$styleable: int ActionBar_itemPadding +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: void onSubscribe(io.reactivex.disposables.Disposable) +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: int val$y +com.google.android.material.R$styleable: int Slider_thumbStrokeColor +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: boolean cancelled +com.bumptech.glide.MemoryCategory: com.bumptech.glide.MemoryCategory valueOf(java.lang.String) +androidx.customview.R$id: int notification_main_column +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_PopupMenu +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter endArray() +retrofit2.HttpServiceMethod$CallAdapted: retrofit2.CallAdapter callAdapter +wangdaye.com.geometricweather.background.polling.permanent.observer.FakeForegroundService +androidx.hilt.R$id: int actions +okhttp3.internal.http2.Hpack$Reader: void readHeaders() +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable[] TERMINATED +okhttp3.internal.ws.WebSocketProtocol: long PAYLOAD_SHORT_MAX +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Caption +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_0 +wangdaye.com.geometricweather.R$drawable: int widget_trend_daily +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_showText +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +okhttp3.HttpUrl: char[] HEX_DIGITS +cyanogenmod.app.CustomTile$ExpandedGridItem: void setExpandedGridItemBitmap(android.graphics.Bitmap) +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: java.util.List value +com.google.android.material.R$styleable: int TextInputLayout_boxCornerRadiusBottomEnd +cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_GET_SYSTEM +androidx.appcompat.widget.AppCompatEditText +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.util.List _queryWeatherEntity_HourlyEntityList(java.lang.String,java.lang.String) com.google.android.material.R$id: int up -androidx.viewpager2.R$dimen: int notification_right_icon_size -android.didikee.donate.R$styleable: int TextAppearance_android_shadowColor -com.google.android.material.R$style: int Base_TextAppearance_MaterialComponents_Subtitle2 -wangdaye.com.geometricweather.R$style: int PreferenceFragment_Material -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: java.lang.String getUnit() -okhttp3.internal.http2.Http2Connection: long access$608(okhttp3.internal.http2.Http2Connection) -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() -io.reactivex.Observable: io.reactivex.Observable distinctUntilChanged(io.reactivex.functions.BiPredicate) -androidx.coordinatorlayout.R$dimen: int notification_big_circle_margin -android.didikee.donate.R$attr: int activityChooserViewStyle -androidx.vectordrawable.animated.R$id: int icon -androidx.viewpager2.R$drawable -androidx.appcompat.widget.ViewStubCompat: void setInflatedId(int) -com.xw.repo.bubbleseekbar.R$drawable: int notification_bg_low -androidx.preference.R$styleable: int BackgroundStyle_android_selectableItemBackground -com.xw.repo.bubbleseekbar.R$attr: int tickMarkTint -com.google.android.gms.base.R$string: int common_google_play_services_notification_ticker -androidx.viewpager2.R$dimen: int notification_big_circle_margin -androidx.recyclerview.R$attr: int fontWeight -androidx.constraintlayout.widget.R$attr: int textAppearanceSearchResultTitle -com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft -androidx.work.R$dimen -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog -androidx.appcompat.widget.AppCompatCheckBox: void setSupportButtonTintList(android.content.res.ColorStateList) -androidx.hilt.work.R$attr: int font -com.xw.repo.bubbleseekbar.R$styleable: int[] LinearLayoutCompat_Layout -androidx.customview.R$dimen: int compat_notification_large_icon_max_width -retrofit2.OkHttpCall$NoContentResponseBody: okhttp3.MediaType contentType() -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: boolean delayError -androidx.coordinatorlayout.R$id: int start -androidx.legacy.coreutils.R$drawable: int notification_action_background -androidx.constraintlayout.widget.R$styleable: int KeyPosition_transitionEasing -cyanogenmod.weatherservice.WeatherProviderService: cyanogenmod.weatherservice.IWeatherProviderServiceClient access$202(cyanogenmod.weatherservice.WeatherProviderService,cyanogenmod.weatherservice.IWeatherProviderServiceClient) -android.didikee.donate.R$style: int Widget_AppCompat_PopupMenu_Overflow -androidx.constraintlayout.widget.R$styleable: int PropertySet_motionProgress -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getNo2() -com.turingtechnologies.materialscrollbar.Handle: void setRightToLeft(boolean) -androidx.appcompat.R$id: int scrollIndicatorUp -com.bumptech.glide.R$dimen: int compat_control_corner_material -cyanogenmod.externalviews.KeyguardExternalView$10: void run() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatImageView_srcCompat -com.jaredrummler.android.colorpicker.R$id: int spacer -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_EditText -com.bumptech.glide.R$layout: int notification_template_part_chronometer -androidx.constraintlayout.widget.R$styleable: int AppCompatSeekBar_tickMarkTint -com.amap.api.location.AMapLocationClient: void setLocationOption(com.amap.api.location.AMapLocationClientOption) -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_verticalStyle -wangdaye.com.geometricweather.R$string: int abc_toolbar_collapse_description -okio.Buffer$UnsafeCursor: byte[] data -retrofit2.ParameterHandler$Headers -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: int STATE_ACTIVE -io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: java.lang.Object getAndNullValue() -android.didikee.donate.R$drawable: int abc_dialog_material_background -com.google.android.material.navigation.NavigationView: android.content.res.ColorStateList getItemTextColor() -wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit HPA -android.didikee.donate.R$attr: int buttonBarPositiveButtonStyle -androidx.constraintlayout.widget.R$styleable: int AlertDialog_buttonPanelSideLayout -android.didikee.donate.R$styleable: int ActionBar_contentInsetEnd -okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder tlsVersions(okhttp3.TlsVersion[]) -james.adaptiveicon.R$styleable: int CompoundButton_buttonTintMode -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling Ceiling -com.google.android.material.R$styleable: int AppCompatTextView_drawableTint -androidx.preference.R$id: int accessibility_custom_action_31 -wangdaye.com.geometricweather.R$styleable: int[] CollapsingToolbarLayout_Layout -cyanogenmod.content.Intent: java.lang.String ACTION_PROTECTED -com.google.android.material.R$styleable: int ChipGroup_chipSpacing -androidx.constraintlayout.widget.R$dimen: int abc_text_size_menu_material -androidx.work.R$drawable: int notification_bg_low_normal -com.jaredrummler.android.colorpicker.R$layout: int notification_template_part_chronometer -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_textinput_box_stroke_width_focused -androidx.constraintlayout.widget.R$style -androidx.preference.R$styleable: int CoordinatorLayout_Layout_layout_behavior -androidx.hilt.lifecycle.R$style: int TextAppearance_Compat_Notification -com.google.android.material.R$attr: int altSrc -retrofit2.RequestBuilder: okhttp3.Headers$Builder headersBuilder -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ButtonBar_AlertDialog -androidx.lifecycle.extensions.R$id: int action_divider -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_paddingStart -james.adaptiveicon.R$dimen: int abc_text_size_title_material_toolbar -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric: int UnitType -androidx.preference.R$styleable: int DrawerArrowToggle_barLength -androidx.customview.R$attr -com.google.android.material.R$attr: int contentPaddingRight -androidx.appcompat.view.menu.ListMenuItemView: android.view.LayoutInflater getInflater() -wangdaye.com.geometricweather.R$styleable: int MaterialButton_backgroundTint -retrofit2.adapter.rxjava2.RxJava2CallAdapter: java.lang.reflect.Type responseType() -androidx.constraintlayout.widget.R$styleable: int[] CompoundButton -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: void onDetachedFromWindow() -io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) -androidx.preference.R$attr: int buttonStyleSmall -com.turingtechnologies.materialscrollbar.R$attr: int chipSpacing -com.tencent.bugly.BuglyStrategy -wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: MinutelyEntityDao$Properties() -androidx.lifecycle.Lifecycle$Event: Lifecycle$Event(java.lang.String,int) -androidx.lifecycle.extensions.R$id: int notification_main_column -com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_headerBackground -wangdaye.com.geometricweather.db.entities.LocationEntity: void setCityId(java.lang.String) +androidx.appcompat.R$styleable: int ActionBar_logo +android.didikee.donate.R$dimen: int abc_dialog_padding_top_material +cyanogenmod.app.ILiveLockScreenManager$Stub: int TRANSACTION_cancelLiveLockScreen +com.turingtechnologies.materialscrollbar.R$style: int Base_V26_Widget_AppCompat_Toolbar +androidx.activity.R$id: int accessibility_custom_action_18 +wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource: wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource CAIYUN +com.google.android.gms.base.R$id: int auto +wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit: java.lang.String unitAbbreviation +com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter: CircularProgressViewAdapter() +retrofit2.BuiltInConverters$VoidResponseBodyConverter: java.lang.Void convert(okhttp3.ResponseBody) +com.tencent.bugly.proguard.m: java.lang.String e +com.xw.repo.bubbleseekbar.R$id: int notification_background +androidx.preference.R$attr: int icon +androidx.hilt.R$id: int accessibility_custom_action_1 +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_30 +com.google.android.material.R$styleable: int RadialViewGroup_materialCircleRadius +androidx.fragment.app.FragmentActivity +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: ObservableSequenceEqualSingle$EqualCoordinator(io.reactivex.SingleObserver,int,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiPredicate) +wangdaye.com.geometricweather.R$string: int feedback_request_location_permission_success +com.google.android.material.R$dimen: int abc_action_bar_elevation_material +retrofit2.BuiltInConverters$ToStringConverter: BuiltInConverters$ToStringConverter() +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_height +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeTotalPrecipitation() +com.google.android.material.timepicker.ClockHandView +wangdaye.com.geometricweather.R$string: int path_password_eye_mask_visible +androidx.core.R$styleable: int FontFamilyFont_font +com.google.android.material.R$drawable: int abc_btn_check_to_on_mtrl_000 +okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex: java.security.cert.X509Certificate findByIssuerAndSignature(java.security.cert.X509Certificate) +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_always_show_bubble +androidx.constraintlayout.helper.widget.Flow: void setPadding(int) +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_fontFamily +wangdaye.com.geometricweather.R$styleable: int ImageFilterView_contrast +com.amap.api.fence.PoiItem: java.lang.String getPoiType() +com.google.android.material.textfield.TextInputLayout: TextInputLayout(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight +com.google.android.material.R$attr: int roundPercent +androidx.customview.R$dimen: int compat_button_padding_horizontal_material +com.tencent.bugly.proguard.am: long m +androidx.viewpager2.R$styleable: R$styleable() +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float thunderstormPrecipitationProbability +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_marginStart +wangdaye.com.geometricweather.R$integer +androidx.lifecycle.ServiceLifecycleDispatcher: androidx.lifecycle.ServiceLifecycleDispatcher$DispatchRunnable mLastDispatchRunnable +com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_thickness +wangdaye.com.geometricweather.R$styleable: int PreferenceFragmentCompat_android_layout +com.amap.api.fence.PoiItem: double getLongitude() +androidx.preference.R$styleable: int AppCompatTheme_actionDropDownStyle +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ListView_DropDown +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: java.lang.Object item +androidx.preference.R$attr: int buttonIconDimen +okhttp3.internal.http.CallServerInterceptor +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ChipGroup +com.google.android.material.R$styleable: int PropertySet_visibilityMode +okhttp3.internal.cache.DiskLruCache: void initialize() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarTabBarStyle +wangdaye.com.geometricweather.R$string: int abc_menu_shift_shortcut_label +james.adaptiveicon.R$styleable: int[] MenuItem +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setVisibility(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean) +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: int bufferSize +androidx.appcompat.R$styleable: int AppCompatTheme_actionBarTheme +com.google.android.material.R$attr: int actionBarTabTextStyle +android.didikee.donate.R$styleable: int LinearLayoutCompat_android_baselineAligned +com.tencent.bugly.BuglyStrategy: com.tencent.bugly.BuglyStrategy setEnableUserInfo(boolean) +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: cyanogenmod.hardware.DisplayMode[] getDisplayModes() +cyanogenmod.app.ProfileGroup: java.lang.String TAG +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceHeadline3 +androidx.preference.R$styleable: int Spinner_android_prompt +com.tencent.bugly.crashreport.common.strategy.StrategyBean: StrategyBean(android.os.Parcel) +com.amap.api.location.AMapLocationQualityReport: boolean isInstalledHighDangerMockApp() +wangdaye.com.geometricweather.R$id: int home +androidx.viewpager.R$layout: int notification_template_part_chronometer +com.google.android.material.R$attr: int chipStandaloneStyle +androidx.preference.R$anim: int fragment_close_exit +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_lastHorizontalStyle +android.didikee.donate.R$styleable: int SwitchCompat_showText +androidx.core.app.RemoteActionCompatParcelizer +retrofit2.ParameterHandler$QueryMap: int p +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xss +androidx.hilt.R$id: int accessibility_custom_action_15 +okio.HashingSink: okio.HashingSink hmacSha256(okio.Sink,okio.ByteString) +okhttp3.MultipartBody$Builder: okhttp3.MultipartBody build() +com.loc.h: void stopLocation() +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_RC4_128_SHA +androidx.fragment.R$style: int TextAppearance_Compat_Notification_Time +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_barrierMargin +okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.Http2Connection$Builder socket(java.net.Socket,java.lang.String,okio.BufferedSource,okio.BufferedSink) +cyanogenmod.app.BaseLiveLockManagerService: boolean hasPrivatePermissions() +okhttp3.internal.ws.RealWebSocket: int receivedPongCount +cyanogenmod.weather.RequestInfo: int mRequestType +com.google.android.material.R$animator: int mtrl_fab_show_motion_spec +androidx.appcompat.widget.AppCompatTextView: void setTextMetricsParamsCompat(androidx.core.text.PrecomputedTextCompat$Params) +androidx.preference.R$dimen: int item_touch_helper_swipe_escape_max_velocity +wangdaye.com.geometricweather.R$style: int Base_V28_Theme_AppCompat_Light +wangdaye.com.geometricweather.R$id: int activity_card_display_manage_bottomRecyclerView +com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_radio_material +androidx.preference.R$color: int abc_search_url_text_pressed +wangdaye.com.geometricweather.R$layout: int dialog_location_help +wangdaye.com.geometricweather.R$style: int PopupWindowAnimation_Bottom_Right +okio.HashingSink: okio.HashingSink md5(okio.Sink) +cyanogenmod.profiles.BrightnessSettings$1: BrightnessSettings$1() +androidx.appcompat.widget.AppCompatImageView: void setBackgroundDrawable(android.graphics.drawable.Drawable) +com.google.android.material.R$attr: int animationMode +com.google.android.material.R$attr: int transitionFlags +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.AirQuality airQuality +wangdaye.com.geometricweather.R$layout: int dialog_learn_more_about_geocoder +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) +okio.Buffer: okio.Buffer writeTo(java.io.OutputStream,long) +androidx.preference.R$styleable: int[] DrawerArrowToggle +wangdaye.com.geometricweather.R$attr: int contentInsetEnd +androidx.core.widget.NestedScrollView: void setNestedScrollingEnabled(boolean) +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_section_text_size +com.xw.repo.bubbleseekbar.R$attr: int contentInsetEndWithActions +com.google.android.material.R$styleable: int ConstraintSet_constraint_referenced_ids +com.xw.repo.bubbleseekbar.R$color: int background_material_light +wangdaye.com.geometricweather.R$styleable: int Constraint_visibilityMode +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$1 +com.google.android.material.R$id: int material_timepicker_view +com.google.android.material.R$dimen: int mtrl_calendar_content_padding +james.adaptiveicon.R$color: int abc_hint_foreground_material_light +wangdaye.com.geometricweather.R$string: int content_desc_weather_alert_button +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleMargin +androidx.preference.R$style: int Theme_AppCompat_Light_DarkActionBar +io.reactivex.Observable: io.reactivex.Observable delay(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean) +androidx.constraintlayout.widget.ConstraintHelper: ConstraintHelper(android.content.Context,android.util.AttributeSet) +androidx.preference.R$styleable: int FontFamily_fontProviderPackage +cyanogenmod.themes.IThemeService: int getLastThemeChangeRequestType() +com.xw.repo.bubbleseekbar.R$id: int title +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginStart +androidx.work.R$color: int ripple_material_light +com.tencent.bugly.proguard.f: java.lang.String c +androidx.preference.R$interpolator: R$interpolator() +okhttp3.internal.cache.DiskLruCache$3: java.util.Iterator delegate +wangdaye.com.geometricweather.R$attr: int trackTintMode +cyanogenmod.app.ICustomTileListener +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_lineHeight +com.google.android.material.R$drawable: int abc_dialog_material_background +com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_android_layout +androidx.viewpager2.R$styleable: int GradientColor_android_tileMode +androidx.swiperefreshlayout.R$integer +wangdaye.com.geometricweather.R$styleable: int ViewBackgroundHelper_backgroundTint +org.greenrobot.greendao.identityscope.IdentityScopeType: org.greenrobot.greendao.identityscope.IdentityScopeType Session +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial +okhttp3.OkHttpClient$1: okhttp3.internal.connection.RealConnection get(okhttp3.ConnectionPool,okhttp3.Address,okhttp3.internal.connection.StreamAllocation,okhttp3.Route) +androidx.appcompat.R$drawable: int abc_btn_check_material_anim +com.tencent.bugly.crashreport.crash.h5.H5JavaScriptInterface: com.tencent.bugly.crashreport.crash.h5.a a(java.lang.String) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean dispatchTrackballEvent(android.view.MotionEvent) +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle +james.adaptiveicon.R$dimen: int abc_cascading_menus_min_smallest_width +james.adaptiveicon.R$styleable: int ActionBar_divider +androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityResumed(android.app.Activity) +james.adaptiveicon.R$style: int Theme_AppCompat_CompactMenu +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_ActionBar +com.tencent.bugly.proguard.ap: java.lang.Object clone() +io.reactivex.Observable: io.reactivex.Observable wrap(io.reactivex.ObservableSource) +androidx.swiperefreshlayout.R$dimen: int compat_control_corner_material +androidx.legacy.coreutils.R$dimen: int compat_button_padding_horizontal_material +cyanogenmod.externalviews.KeyguardExternalView$11: cyanogenmod.externalviews.KeyguardExternalView this$0 +wangdaye.com.geometricweather.R$attr: int dividerPadding +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float pressure +org.greenrobot.greendao.AbstractDao: boolean isEntityUpdateable() +com.google.android.material.R$attr: int colorPrimary +androidx.appcompat.R$styleable: int SearchView_closeIcon +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind: AccuDailyResult$DailyForecasts$Day$Wind() +cyanogenmod.app.CustomTileListenerService: int mCurrentUser +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_SearchView +androidx.fragment.R$id: int tag_accessibility_pane_title +okio.Timeout: okio.Timeout deadline(long,java.util.concurrent.TimeUnit) +androidx.constraintlayout.widget.R$attr: int motionStagger +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatImageView_srcCompat +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWindLevel(java.lang.String) +okhttp3.MultipartBody$Part: okhttp3.RequestBody body() +okhttp3.internal.Util$2: Util$2(java.lang.String,boolean) +androidx.transition.R$id: int transition_position +androidx.loader.R$string: int status_bar_notification_info_overflow +androidx.appcompat.widget.Toolbar: int getContentInsetEnd() +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_goneMarginTop +wangdaye.com.geometricweather.R$styleable: int Fragment_android_id +androidx.coordinatorlayout.R$layout: int custom_dialog +com.jaredrummler.android.colorpicker.R$attr: int backgroundStacked +android.didikee.donate.R$drawable: int abc_ic_go_search_api_material +com.turingtechnologies.materialscrollbar.R$attr: int tabMaxWidth +androidx.coordinatorlayout.R$id: int blocking +android.didikee.donate.R$drawable: int notification_bg_normal +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_editor_absoluteX +com.google.android.material.R$styleable: int Chip_android_text +com.google.android.material.R$attr: int hintTextColor +com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_extra_spacing_horizontal +com.google.android.gms.base.R$drawable: int common_google_signin_btn_text_dark_focused +androidx.constraintlayout.widget.R$styleable: int PopupWindow_android_popupBackground +com.jaredrummler.android.colorpicker.R$anim: int abc_grow_fade_in_from_bottom +androidx.preference.R$styleable: int DrawerArrowToggle_arrowShaftLength +okhttp3.internal.http2.Http2Connection: long access$200(okhttp3.internal.http2.Http2Connection) +androidx.appcompat.R$styleable: int TextAppearance_fontVariationSettings +android.didikee.donate.R$styleable: int AppCompatTheme_actionDropDownStyle +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light +okhttp3.internal.ws.WebSocketWriter: okio.Buffer$UnsafeCursor maskCursor +com.google.android.material.R$layout: int material_timepicker +com.xw.repo.bubbleseekbar.R$dimen: int notification_big_circle_margin +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_NULL_MD5 +cyanogenmod.app.BaseLiveLockManagerService: boolean unregisterChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float rain12h +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: int CloudCover +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: io.reactivex.internal.fuseable.SimpleQueue queue +androidx.viewpager2.R$styleable: int GradientColor_android_centerX +com.jaredrummler.android.colorpicker.R$dimen: int cpv_color_preference_normal +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_alertDialogCenterButtons +androidx.recyclerview.R$integer: R$integer() +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal +cyanogenmod.weather.RequestInfo: boolean isQueryOnlyWeatherRequest() +com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleMarginBottom +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() +com.google.android.material.R$styleable: int Constraint_android_layout_marginEnd +okhttp3.internal.http2.Http2Connection: void writePingAndAwaitPong() +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse +cyanogenmod.weather.WeatherLocation: WeatherLocation(cyanogenmod.weather.WeatherLocation$1) +com.amap.api.fence.PoiItem: void setTypeCode(java.lang.String) +cyanogenmod.externalviews.ExternalViewProperties: boolean mVisible +wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_rotationX +wangdaye.com.geometricweather.R$string: int feedback_readd_location_after_changing_source +com.google.android.material.R$styleable: int Constraint_flow_firstHorizontalStyle +androidx.lifecycle.AbstractSavedStateViewModelFactory: androidx.lifecycle.ViewModel create(java.lang.String,java.lang.Class) +io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: boolean isDisposed() +cyanogenmod.hardware.ICMHardwareService: java.lang.String getUniqueDeviceId() +androidx.constraintlayout.widget.R$styleable: int SearchView_searchIcon +okio.Base64: Base64() +androidx.viewpager2.R$layout +androidx.lifecycle.DefaultLifecycleObserver +com.xw.repo.bubbleseekbar.R$attr: int actionModeStyle +androidx.hilt.R$id: int accessibility_custom_action_4 +cyanogenmod.hardware.CMHardwareManager: int COLOR_CALIBRATION_GREEN_INDEX +com.turingtechnologies.materialscrollbar.R$string: int character_counter_pattern +cyanogenmod.providers.CMSettings: java.lang.String TAG +androidx.appcompat.R$style: int Widget_AppCompat_Button +androidx.appcompat.R$attr: int radioButtonStyle +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: int getSuggestedMinimumWidth() +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_popupTheme +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow +androidx.constraintlayout.widget.R$styleable: int ViewStubCompat_android_layout +okhttp3.Address: okhttp3.Authenticator proxyAuthenticator() +io.reactivex.Observable: io.reactivex.Single toSortedList(java.util.Comparator,int) +androidx.preference.R$id: int accessibility_custom_action_25 +androidx.legacy.coreutils.R$id: int text +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: void onError(java.lang.Throwable) +androidx.constraintlayout.motion.widget.MotionLayout: android.os.Bundle getTransitionState() +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: int capacityHint +com.google.android.material.checkbox.MaterialCheckBox: void setUseMaterialThemeColors(boolean) +cyanogenmod.hardware.IThermalListenerCallback$Stub: int TRANSACTION_onThermalChanged_0 +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: boolean isDisposed() +com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_y_offset_touch +wangdaye.com.geometricweather.R$id: int notification_base_weather +com.tencent.bugly.crashreport.common.info.a: java.lang.String l() +androidx.coordinatorlayout.R$id: int accessibility_custom_action_12 +androidx.transition.R$id: int time +com.google.android.material.R$string: int abc_shareactionprovider_share_with +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_contentInsetStartWithNavigation +androidx.preference.R$color: int bright_foreground_material_dark +androidx.fragment.R$anim: int fragment_open_enter +androidx.customview.R$dimen: int notification_media_narrow_margin +androidx.constraintlayout.widget.R$attr: int suggestionRowLayout +wangdaye.com.geometricweather.background.polling.basic.ForegroundUpdateService +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: wangdaye.com.geometricweather.db.entities.HistoryEntity readEntity(android.database.Cursor,int) +androidx.appcompat.R$dimen: int tooltip_margin +io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: java.lang.Object value +androidx.lifecycle.extensions.R$drawable: int notification_bg_low_pressed +com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String k +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_day_corner +cyanogenmod.app.BaseLiveLockManagerService: boolean getLiveLockScreenEnabled() +okhttp3.internal.platform.JdkWithJettyBootPlatform +cyanogenmod.weather.WeatherLocation$1: java.lang.Object[] newArray(int) +com.google.android.material.R$style: int Widget_AppCompat_Light_ListPopupWindow +com.google.android.material.R$attr: int dropDownListViewStyle +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: io.reactivex.ObservableSource fallback +wangdaye.com.geometricweather.R$styleable: int[] View +okhttp3.CacheControl: CacheControl(okhttp3.CacheControl$Builder) +okhttp3.Protocol: okhttp3.Protocol HTTP_1_1 +wangdaye.com.geometricweather.R$attr: int chipIconVisible +okhttp3.logging.HttpLoggingInterceptor: java.nio.charset.Charset UTF8 +com.google.android.material.R$styleable: int[] OnSwipe +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu +cyanogenmod.weather.WeatherInfo$Builder: java.lang.String mCity +com.google.android.material.R$attr: int layout_constraintGuide_begin +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PressureTendency PressureTendency +com.google.android.material.R$attr: int fabAlignmentMode +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_DialogWhenLarge +io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: io.reactivex.disposables.Disposable timer +cyanogenmod.app.suggest.AppSuggestManager: android.content.Context mContext +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property DailyForecast +com.google.android.material.R$style: int Base_Theme_AppCompat_Dialog +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$4: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 +okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex: int hashCode() +androidx.appcompat.R$style: int Widget_AppCompat_TextView_SpinnerItem +wangdaye.com.geometricweather.R$styleable: int Chip_chipCornerRadius +io.reactivex.internal.observers.LambdaObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.google.gson.stream.JsonReader: int NUMBER_CHAR_SIGN +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setId(java.lang.Long) +cyanogenmod.externalviews.KeyguardExternalView$1 +androidx.appcompat.R$style: int TextAppearance_AppCompat_Small +androidx.constraintlayout.widget.R$attr: int autoSizeStepGranularity +androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat +wangdaye.com.geometricweather.R$string: int sp_widget_day_setting +com.turingtechnologies.materialscrollbar.R$layout: int abc_list_menu_item_radio +wangdaye.com.geometricweather.R$styleable: int PopupWindow_android_popupBackground +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day +com.google.android.material.R$style: int Widget_MaterialComponents_TabLayout_Colored +com.google.android.material.R$styleable: int ConstraintSet_android_translationY +retrofit2.ParameterHandler$FieldMap: retrofit2.Converter valueConverter +com.tencent.bugly.proguard.v: boolean t +androidx.constraintlayout.widget.R$styleable: int GradientColor_android_startColor +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Speed: java.lang.String Unit +androidx.preference.R$style: int TextAppearance_Compat_Notification_Line2 +com.tencent.bugly.proguard.y: java.lang.StringBuilder e() +com.google.gson.internal.LazilyParsedNumber: long longValue() +wangdaye.com.geometricweather.R$id: int activity_widget_config_container +wangdaye.com.geometricweather.R$attr: int extendedFloatingActionButtonStyle +androidx.recyclerview.R$styleable: int GradientColor_android_endY +com.bumptech.glide.R$attr: int coordinatorLayoutStyle +com.google.android.material.slider.Slider: void setFocusedThumbIndex(int) +com.jaredrummler.android.colorpicker.R$attr: int divider +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox_Dense +com.google.android.material.R$styleable: int AppCompatTheme_seekBarStyle +com.google.android.material.R$styleable: int Layout_android_layout_marginBottom +wangdaye.com.geometricweather.R$id: int container_main_daily_trend_card_trendRecyclerView +androidx.dynamicanimation.R$dimen: int notification_subtext_size +cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: IExternalViewProvider$Stub$Proxy(android.os.IBinder) +com.tencent.bugly.crashreport.crash.d: void a(com.tencent.bugly.crashreport.crash.d) +com.turingtechnologies.materialscrollbar.R$animator: int design_fab_show_motion_spec +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_6 +cyanogenmod.providers.CMSettings$System$2: CMSettings$System$2() +com.tencent.bugly.crashreport.crash.jni.a: com.tencent.bugly.crashreport.crash.b b +androidx.appcompat.widget.SwitchCompat: void setTrackDrawable(android.graphics.drawable.Drawable) +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder callTimeout(java.time.Duration) +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List yundong +james.adaptiveicon.R$attr: int controlBackground +com.github.rahatarmanahmed.cpv.R$attr: int cpv_maxProgress +okhttp3.Request: java.lang.String toString() +androidx.viewpager2.R$id: int accessibility_custom_action_25 +androidx.preference.R$string: int abc_menu_shift_shortcut_label +wangdaye.com.geometricweather.R$attr: int layout_constraintHorizontal_weight +com.google.android.material.circularreveal.CircularRevealFrameLayout: void setCircularRevealScrimColor(int) +wangdaye.com.geometricweather.R$string: int mtrl_picker_text_input_date_range_end_hint +android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem +james.adaptiveicon.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView +com.google.android.material.R$styleable: int Chip_shapeAppearance +com.jaredrummler.android.colorpicker.R$style: int Platform_ThemeOverlay_AppCompat_Light +io.reactivex.Observable: io.reactivex.Observable serialize() +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse +androidx.preference.R$drawable: int abc_dialog_material_background +com.turingtechnologies.materialscrollbar.R$attr: int ratingBarStyleIndicator +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Geometry +cyanogenmod.weather.RequestInfo: android.os.Parcelable$Creator CREATOR +com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_horizontalDivider +com.turingtechnologies.materialscrollbar.R$attr: int titleMarginTop +com.turingtechnologies.materialscrollbar.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_editor_absoluteY +wangdaye.com.geometricweather.R$attr: int boxStrokeErrorColor +wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView: void setLineColor(int) +com.xw.repo.bubbleseekbar.R$attr: int bsb_progress +android.didikee.donate.R$attr: int popupWindowStyle +james.adaptiveicon.R$dimen: int highlight_alpha_material_dark +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: int getNestedScrollAxes() +android.didikee.donate.R$string: int abc_capital_off +com.jaredrummler.android.colorpicker.R$drawable: int cpv_alpha +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Headline1 +wangdaye.com.geometricweather.R$id: int action_text +com.google.android.material.textfield.TextInputLayout: void setErrorIconDrawable(android.graphics.drawable.Drawable) +com.turingtechnologies.materialscrollbar.R$attr: int spanCount +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_android_background +androidx.hilt.R$id: int blocking +com.google.android.material.R$attr: int textAllCaps +cyanogenmod.app.CMContextConstants$Features: java.lang.String WEATHER_SERVICES +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: java.lang.String icon +james.adaptiveicon.R$attr: int thumbTextPadding +com.tencent.bugly.proguard.n: java.util.List a(com.tencent.bugly.proguard.n,int) +com.google.android.material.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle +androidx.lifecycle.livedata.core.R +io.reactivex.internal.observers.BlockingObserver: boolean isDisposed() +wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: java.lang.String unitId +androidx.fragment.R$dimen: int compat_notification_large_icon_max_width +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: boolean cancelled +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator +androidx.appcompat.resources.R$string +androidx.appcompat.R$attr: int textAppearanceSearchResultTitle +androidx.work.R$id: int accessibility_custom_action_24 +androidx.appcompat.R$id: int accessibility_custom_action_23 +androidx.appcompat.resources.R$id: int accessibility_custom_action_7 +com.google.android.material.appbar.AppBarLayout: void setLiftOnScrollTargetViewId(int) +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: void onComplete() +wangdaye.com.geometricweather.db.entities.DailyEntityDao: wangdaye.com.geometricweather.db.converters.WindDegreeConverter nighttimeWindDegreeConverter +com.google.android.material.R$styleable: int KeyAttribute_android_scaleX +androidx.appcompat.resources.R$color +android.didikee.donate.R$style: int Widget_AppCompat_ProgressBar_Horizontal +wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_recyclerView +androidx.preference.R$styleable: int AnimatedStateListDrawableItem_android_drawable +com.tencent.bugly.crashreport.common.info.a: java.lang.String aq +okhttp3.internal.ws.RealWebSocket: void connect(okhttp3.OkHttpClient) +android.didikee.donate.R$attr: int actionBarTabStyle +com.google.android.material.radiobutton.MaterialRadioButton: MaterialRadioButton(android.content.Context) +androidx.appcompat.R$styleable: int TextAppearance_android_shadowColor +cyanogenmod.app.Profile$ProfileTrigger: void getXmlString(java.lang.StringBuilder,android.content.Context) +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xnp +com.xw.repo.bubbleseekbar.R$attr: int layout_insetEdge +cyanogenmod.hardware.IThermalListenerCallback: void onThermalChanged(int) +james.adaptiveicon.R$attr: int fontProviderQuery +androidx.appcompat.widget.AppCompatEditText: void setBackgroundDrawable(android.graphics.drawable.Drawable) +com.google.android.material.R$dimen: int design_fab_size_normal +org.greenrobot.greendao.database.DatabaseOpenHelper: DatabaseOpenHelper(android.content.Context,java.lang.String,android.database.sqlite.SQLiteDatabase$CursorFactory,int,android.database.DatabaseErrorHandler) +io.reactivex.Observable: io.reactivex.Observable combineLatestDelayError(io.reactivex.functions.Function,int,io.reactivex.ObservableSource[]) +androidx.constraintlayout.widget.R$styleable: int GradientColorItem_android_offset +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind: AccuCurrentResult$Wind() +android.didikee.donate.R$color: int bright_foreground_inverse_material_dark +androidx.vectordrawable.animated.R$id: int forever +wangdaye.com.geometricweather.R$styleable: int ListPreference_entries +wangdaye.com.geometricweather.R$styleable: int CardView_contentPaddingTop +androidx.constraintlayout.widget.R$styleable: int MotionLayout_applyMotionScene +androidx.hilt.work.R$styleable: R$styleable() +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) +com.amap.api.fence.GeoFenceManagerBase: void addNearbyGeoFence(java.lang.String,java.lang.String,com.amap.api.location.DPoint,float,int,java.lang.String) +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Dialog_Alert +wangdaye.com.geometricweather.R$string: int key_subtitle_data +cyanogenmod.app.StatusBarPanelCustomTile: int id +com.google.android.material.R$styleable: int TextInputLayout_hintEnabled +com.bumptech.glide.Registry$NoSourceEncoderAvailableException: Registry$NoSourceEncoderAvailableException(java.lang.Class) +okhttp3.Cache$CacheResponseBody: java.lang.String contentLength +com.tencent.bugly.proguard.ae: void a(java.lang.String) +com.tencent.bugly.crashreport.CrashReport$WebViewInterface: void loadUrl(java.lang.String) +androidx.viewpager.widget.ViewPager: void addOnPageChangeListener(androidx.viewpager.widget.ViewPager$OnPageChangeListener) +androidx.coordinatorlayout.R$id: int accessibility_custom_action_16 +com.google.gson.stream.JsonWriter: void close() +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA +androidx.viewpager.R$styleable: int FontFamily_fontProviderCerts +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation: AccuLocationResult$GeoPosition$Elevation() +okhttp3.Handshake: okhttp3.CipherSuite cipherSuite +okhttp3.internal.http2.Http2Reader +androidx.preference.R$attr: int listItemLayout +com.google.android.material.R$styleable: int GradientColor_android_startY +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver +wangdaye.com.geometricweather.R$color: int checkbox_themeable_attribute_color +com.tencent.bugly.proguard.i: byte[] c(int,boolean) +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_BottomSheet +io.reactivex.Observable: io.reactivex.Observable concatMap(io.reactivex.functions.Function) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric: int UnitType +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language PORTUGUESE_BR +androidx.customview.R$drawable: int notification_bg +wangdaye.com.geometricweather.R$layout: int activity_main +androidx.preference.R$styleable: int AlertDialog_multiChoiceItemLayout +cyanogenmod.externalviews.ExternalView: void onActivityCreated(android.app.Activity,android.os.Bundle) +com.jaredrummler.android.colorpicker.R$attr: int actionOverflowButtonStyle +okio.Segment: Segment() +com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: long serialVersionUID +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: boolean isDisposed() +com.bumptech.glide.R$id: int none +androidx.appcompat.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver +androidx.appcompat.resources.R$integer: R$integer() +androidx.preference.R$id: int tag_accessibility_actions +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea AdministrativeArea +androidx.preference.R$string: int abc_activitychooserview_choose_application +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_EditText +com.turingtechnologies.materialscrollbar.R$attr: int actionModePopupWindowStyle okhttp3.internal.cache.DiskLruCache$Editor: okio.Sink newSink(int) -com.google.android.material.R$styleable: int[] KeyCycle -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeWindSpeed() -androidx.lifecycle.extensions.R$styleable: int GradientColorItem_android_offset -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder encodedQuery(java.lang.String) -com.jaredrummler.android.colorpicker.R$attr: int arrowShaftLength -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_saveFlags -wangdaye.com.geometricweather.R$id: int item_about_header_appIcon -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_goneMarginRight -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Metric -androidx.fragment.R$attr: int fontProviderFetchStrategy -com.google.android.material.R$dimen: int abc_action_button_min_height_material -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_29 -okhttp3.internal.http2.Http2Reader$Handler: void ackSettings() -wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_summaryOff -cyanogenmod.weather.CMWeatherManager$RequestStatus: int SUBMITTED_TOO_SOON -com.google.android.material.R$attr: int switchPadding -james.adaptiveicon.R$styleable: int AppCompatTheme_textColorAlertDialogListItem -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModePopupWindowStyle -wangdaye.com.geometricweather.R$styleable: int Slider_trackColorInactive -james.adaptiveicon.R$color: int abc_primary_text_disable_only_material_light -com.jaredrummler.android.colorpicker.R$attr: int listMenuViewStyle -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeIcePrecipitationDuration -com.google.android.material.R$attr: int layoutDescription -wangdaye.com.geometricweather.R$string: int widget_clock_day_vertical -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: long serialVersionUID -retrofit2.http.Query: boolean encoded() -wangdaye.com.geometricweather.R$styleable: int Tooltip_backgroundTint -com.jaredrummler.android.colorpicker.R$attr: int selectableItemBackground -androidx.core.R$layout: R$layout() -androidx.appcompat.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity -androidx.preference.R$attr: int elevation -com.google.android.material.R$color: int primary_text_default_material_light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean weather -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setColorScheme(int[]) -androidx.preference.R$id: int accessibility_action_clickable_span -okhttp3.OkHttpClient: java.net.ProxySelector proxySelector() -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintLeft_toLeftOf -wangdaye.com.geometricweather.R$id: int recycler_view -okhttp3.internal.http2.Http2Codec$StreamFinishingSource: okhttp3.internal.http2.Http2Codec this$0 -wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoldDescription(java.lang.String) -com.google.android.material.R$attr: int attributeName -android.didikee.donate.R$attr: int tickMarkTint -wangdaye.com.geometricweather.R$styleable: int Preference_android_order -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: boolean mShouldShow -androidx.hilt.lifecycle.R$dimen: int notification_action_text_size -androidx.appcompat.R$styleable: int AlertDialog_listLayout -wangdaye.com.geometricweather.R$attr: int fontVariationSettings -com.amap.api.fence.GeoFenceClient: int GEOFENCE_IN -androidx.activity.R$styleable: int ColorStateListItem_alpha -wangdaye.com.geometricweather.remoteviews.trend.TrendLinearLayout: TrendLinearLayout(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$styleable: int Preference_android_layout -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Imperial -androidx.preference.internal.PreferenceImageView: PreferenceImageView(android.content.Context) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Imperial: double Value -androidx.appcompat.R$color: int abc_hint_foreground_material_light -android.didikee.donate.R$style: int Base_Widget_AppCompat_RatingBar_Small -wangdaye.com.geometricweather.R$color: int design_fab_shadow_end_color -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextView -androidx.appcompat.R$style: int TextAppearance_AppCompat_Tooltip -androidx.work.R$id: int accessibility_custom_action_0 -androidx.preference.R$drawable: int btn_checkbox_checked_to_unchecked_mtrl_animation -com.google.android.material.R$styleable: int ActionBar_itemPadding -com.google.android.gms.internal.location.zzbc -okhttp3.HttpUrl: boolean equals(java.lang.Object) -wangdaye.com.geometricweather.R$layout: int abc_screen_simple_overlay_action_mode -io.reactivex.internal.util.NotificationLite: boolean isSubscription(java.lang.Object) -androidx.preference.R$styleable: int SearchView_closeIcon -wangdaye.com.geometricweather.R$dimen: int design_navigation_item_horizontal_padding -okhttp3.CipherSuite: java.lang.String javaName() -androidx.appcompat.app.AppCompatDelegateImpl$PanelFeatureState$SavedState -com.google.android.material.R$dimen: int mtrl_extended_fab_corner_radius -com.google.android.material.R$styleable: int AnimatedStateListDrawableCompat_android_visible -com.jaredrummler.android.colorpicker.R$styleable: int GradientColorItem_android_offset -cyanogenmod.themes.ThemeManager$2$1: cyanogenmod.themes.ThemeManager$2 this$1 -androidx.appcompat.R$attr: int alertDialogStyle -com.bumptech.glide.integration.okhttp.R$dimen: int notification_right_icon_size -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Display2 -io.reactivex.Observable: io.reactivex.Observable merge(io.reactivex.ObservableSource) -wangdaye.com.geometricweather.settings.fragments.NotificationColorSettingsFragment -wangdaye.com.geometricweather.db.entities.WeatherEntity: WeatherEntity() -androidx.constraintlayout.widget.R$id: int bottom -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getDaytimeWeatherText() -androidx.coordinatorlayout.R$attr: int statusBarBackground -cyanogenmod.app.CMContextConstants$Features: java.lang.String STATUSBAR -androidx.appcompat.R$styleable: int MenuItem_android_menuCategory -com.google.android.material.card.MaterialCardView: int getContentPaddingRight() -com.google.android.material.tabs.TabLayout$TabView: void setSelected(boolean) -androidx.fragment.app.FragmentContainerView: void setDrawDisappearingViewsLast(boolean) -com.bumptech.glide.R$style: int TextAppearance_Compat_Notification_Info -com.google.android.material.R$attr: int stackFromEnd -androidx.transition.R$drawable: int notify_panel_notification_icon_bg -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: int status -okhttp3.Handshake: java.security.Principal peerPrincipal() -wangdaye.com.geometricweather.R$attr: int boxCornerRadiusTopStart -wangdaye.com.geometricweather.db.entities.DaoMaster$OpenHelper: void onCreate(org.greenrobot.greendao.database.Database) -com.google.android.material.R$style: int Theme_Design_BottomSheetDialog -com.google.android.material.timepicker.ClockHandView -wangdaye.com.geometricweather.R$attr: int elevationOverlayEnabled -androidx.constraintlayout.widget.R$attr: int layout_constraintWidth_default -androidx.core.widget.NestedScrollView$SavedState: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$array: int ui_styles -com.google.android.material.R$attr: int onNegativeCross -android.didikee.donate.R$styleable: int PopupWindow_android_popupAnimationStyle -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: void dispose() -androidx.vectordrawable.R$id: int accessibility_custom_action_20 -androidx.constraintlayout.widget.R$style: int Base_V26_Theme_AppCompat_Light -androidx.transition.R$dimen: int compat_button_inset_horizontal_material -com.turingtechnologies.materialscrollbar.R$attr: int showMotionSpec -androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_font -wangdaye.com.geometricweather.R$drawable: int ic_flower -androidx.preference.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable -com.google.android.material.R$styleable: int AppCompatTheme_ratingBarStyleSmall -com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setOnClickListener(android.view.View$OnClickListener) -cyanogenmod.app.ILiveLockScreenManager: cyanogenmod.app.LiveLockScreenInfo getDefaultLiveLockScreen() -com.google.android.gms.location.places.PlaceReport -okhttp3.internal.http2.Http2Codec: java.lang.String CONNECTION -com.google.android.material.R$styleable: int KeyAttribute_android_scaleY -androidx.preference.R$id: int shortcut -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_padding_top_material -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_firstHorizontalBias -androidx.preference.R$dimen: int abc_search_view_preferred_height -com.jaredrummler.android.colorpicker.R$layout: int cpv_dialog_color_picker -com.xw.repo.bubbleseekbar.R$drawable: int abc_list_pressed_holo_light -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Rain: double Value -james.adaptiveicon.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem -io.reactivex.disposables.RunnableDisposable: long serialVersionUID -io.reactivex.internal.util.VolatileSizeArrayList: long serialVersionUID -james.adaptiveicon.R$bool: int abc_allow_stacked_button_bar -com.google.android.material.R$styleable: int AppCompatTheme_buttonBarButtonStyle -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: void onComplete() -androidx.preference.R$attr: int fastScrollHorizontalThumbDrawable -com.google.android.material.bottomnavigation.BottomNavigationView: void setItemHorizontalTranslationEnabled(boolean) -androidx.transition.R$string: int status_bar_notification_info_overflow -androidx.viewpager.R$styleable: int FontFamilyFont_fontVariationSettings -okhttp3.internal.http2.Http2Stream$FramingSink: void write(okio.Buffer,long) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Metric Metric -androidx.dynamicanimation.R$drawable: int notification_bg -android.didikee.donate.R$attr: int height -androidx.appcompat.widget.AppCompatSpinner: android.graphics.drawable.Drawable getPopupBackground() -wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: void setOnSwitchListener(wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout$OnSwitchListener) -androidx.swiperefreshlayout.R$dimen: int compat_button_inset_horizontal_material -cyanogenmod.app.ProfileGroup$Mode: cyanogenmod.app.ProfileGroup$Mode OVERRIDE -wangdaye.com.geometricweather.R$layout: int activity_card_display_manage -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_min -androidx.preference.R$styleable: int MenuView_android_itemTextAppearance -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_content_inset_with_nav -androidx.preference.R$styleable: int MenuItem_android_icon -com.google.android.material.timepicker.TimePickerView: void setOnDoubleTapListener(com.google.android.material.timepicker.TimePickerView$OnDoubleTapListener) -com.jaredrummler.android.colorpicker.R$attr: int popupTheme -wangdaye.com.geometricweather.R$color: int abc_primary_text_material_light -cyanogenmod.app.Profile: boolean getStatusBarIndicator() -james.adaptiveicon.R$styleable: int FontFamilyFont_android_fontWeight -okhttp3.Headers$Builder: okhttp3.Headers$Builder add(java.lang.String,java.util.Date) -androidx.constraintlayout.widget.R$attr: int actionBarTabBarStyle -androidx.vectordrawable.animated.R$id: int icon_group -com.baidu.location.e.o: java.util.List a(org.json.JSONObject,java.lang.String,int) -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setSize(int) -wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider[] values() -io.reactivex.Observable: io.reactivex.Completable concatMapCompletable(io.reactivex.functions.Function) -androidx.hilt.R$id: int accessibility_custom_action_28 -okhttp3.internal.http.RealInterceptorChain: okhttp3.internal.http.HttpCodec httpCodec -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: void setValue(java.util.List) -cyanogenmod.themes.ThemeManager: void logThemeServiceException(java.lang.Exception) -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: void onNext(java.lang.Object) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: java.lang.Throwable error -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService newInstance(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationApi,io.reactivex.disposables.CompositeDisposable) -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_Dialog_FixedSize -wangdaye.com.geometricweather.R$layout: int mtrl_calendar_year -androidx.constraintlayout.widget.R$attr: int buttonStyle -androidx.preference.R$attr: int colorControlNormal -androidx.loader.R$id: int notification_main_column_container -wangdaye.com.geometricweather.R$string: int cancel -androidx.appcompat.widget.SearchView: void setSubmitButtonEnabled(boolean) -com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getSuffixText() -okio.BufferedSink: okio.BufferedSink writeHexadecimalUnsignedLong(long) -wangdaye.com.geometricweather.R$style: int Platform_V21_AppCompat -androidx.core.R$id: int tag_accessibility_pane_title -wangdaye.com.geometricweather.R$styleable: int Variant_region_widthMoreThan -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: void setZh_TW(java.lang.String) -com.google.android.material.R$styleable: int ConstraintSet_layout_constrainedHeight -wangdaye.com.geometricweather.remoteviews.config.Hilt_TextWidgetConfigActivity: Hilt_TextWidgetConfigActivity() -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator$SavedState: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String Level -com.jaredrummler.android.colorpicker.R$attr: int buttonBarStyle -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonBarButtonStyle -com.google.android.material.chip.Chip: Chip(android.content.Context) -androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu -com.google.android.material.R$style: int ThemeOverlay_AppCompat_Light -cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: void cancelOngoingRequests() -wangdaye.com.geometricweather.R$styleable: int[] AppCompatSeekBar -wangdaye.com.geometricweather.R$attr: int preferenceFragmentListStyle -cyanogenmod.app.ProfileManager: boolean profileExists(java.util.UUID) -androidx.drawerlayout.R$dimen: int compat_notification_large_icon_max_height -androidx.hilt.work.R$id: int right_icon -androidx.preference.DropDownPreference: DropDownPreference(android.content.Context,android.util.AttributeSet) -androidx.constraintlayout.widget.R$string: int abc_searchview_description_search -wangdaye.com.geometricweather.R$layout: int abc_activity_chooser_view -okhttp3.internal.tls.CertificateChainCleaner: okhttp3.internal.tls.CertificateChainCleaner get(java.security.cert.X509Certificate[]) -androidx.appcompat.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset -okhttp3.Request: Request(okhttp3.Request$Builder) -androidx.appcompat.R$string -io.reactivex.internal.util.VolatileSizeArrayList: boolean add(java.lang.Object) -cyanogenmod.app.LiveLockScreenManager -cyanogenmod.profiles.BrightnessSettings: void setOverride(boolean) -okhttp3.internal.http2.Http2Connection$7: Http2Connection$7(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[],int,okhttp3.internal.http2.ErrorCode) -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.String weatherSource -wangdaye.com.geometricweather.R$styleable: int Toolbar_contentInsetEndWithActions -james.adaptiveicon.R$layout: int abc_action_bar_title_item -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver -wangdaye.com.geometricweather.R$attr: int layout_optimizationLevel -com.google.android.material.R$dimen: int mtrl_tooltip_cornerSize -wangdaye.com.geometricweather.R$string: int feedback_click_again_to_exit -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_fixed_height_minor -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: java.lang.String sourceId -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_2 -wangdaye.com.geometricweather.R$drawable: int notif_temp_59 -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarTabStyle -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ListView_DropDown -com.google.android.material.R$style: int Widget_MaterialComponents_AppBarLayout_Surface -cyanogenmod.app.LiveLockScreenManager: java.lang.String TAG -com.xw.repo.bubbleseekbar.R$string -androidx.appcompat.widget.AppCompatCheckBox: void setBackgroundResource(int) -com.google.android.material.R$id: int src_in -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_9 -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: void setDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) -james.adaptiveicon.R$attr: int autoSizeStepGranularity -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_orderInCategory -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeFindDrawable -wangdaye.com.geometricweather.R$attr: int cpv_borderColor -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableTopCompat -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_gestureInsetBottomIgnored -okhttp3.internal.ws.WebSocketReader: okio.Buffer$UnsafeCursor maskCursor -wangdaye.com.geometricweather.R$dimen: int widget_content_text_size -wangdaye.com.geometricweather.db.entities.DailyEntity: void setWeatherSource(java.lang.String) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String moonPhaseDescription -com.tencent.bugly.proguard.i: boolean a(int) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$LocalSource: java.lang.String WeatherCode -io.reactivex.internal.schedulers.ScheduledRunnable: java.lang.Runnable actual -wangdaye.com.geometricweather.R$dimen: int fastscroll_minimum_range -androidx.vectordrawable.animated.R$drawable: int notification_tile_bg -com.jaredrummler.android.colorpicker.R$styleable: int CheckBoxPreference_disableDependentsState -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ENABLE_PEOPLE_LOOKUP_VALIDATOR -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub$Proxy: void onWeatherServiceProviderChanged(java.lang.String) -com.google.android.material.R$styleable: int TabLayout_tabTextColor -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonStyleSmall -android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart -com.google.android.material.R$dimen: int mtrl_btn_text_btn_icon_padding -com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_actionTextColorAlpha -com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar -android.didikee.donate.R$dimen: R$dimen() -okhttp3.CookieJar -cyanogenmod.app.CustomTile -wangdaye.com.geometricweather.R$array: int air_quality_unit_values -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_ct -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarSwipeRefreshLayout -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_textinput_box_corner_radius_small -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Metric: java.lang.String Unit -com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert -androidx.constraintlayout.widget.R$styleable: int ActionBar_logo -wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_animDuration +com.google.android.material.R$styleable: int ColorStateListItem_android_color +androidx.preference.R$styleable: int AppCompatTheme_actionBarDivider +com.tencent.bugly.crashreport.crash.h5.a: java.lang.String a +com.google.android.material.R$attr: int tickMarkTintMode +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dialogTheme +com.google.android.material.R$dimen: int default_dimension +com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity +androidx.lifecycle.LifecycleRegistry: void sync() +androidx.vectordrawable.R$drawable: int notification_bg_normal +com.google.android.material.R$attr: int colorOnSecondary +android.didikee.donate.R$drawable: int abc_list_divider_mtrl_alpha +io.reactivex.internal.operators.observable.ObserverResourceWrapper: boolean isDisposed() +com.google.gson.stream.JsonReader: int NUMBER_CHAR_NONE +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem +com.google.android.gms.base.R$drawable: int common_google_signin_btn_icon_light_normal_background +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_colorControlHighlight +wangdaye.com.geometricweather.R$styleable: int[] SeekBarPreference +io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: long produced +androidx.hilt.work.R$drawable: int notification_bg +com.google.android.material.R$attr: int behavior_skipCollapsed +com.google.android.material.R$attr: int flow_horizontalBias +com.amap.api.location.AMapLocationClientOption: boolean f +okio.AsyncTimeout: void exit(boolean) +okhttp3.ConnectionSpec: okhttp3.CipherSuite[] RESTRICTED_CIPHER_SUITES +wangdaye.com.geometricweather.R$styleable: int MaterialButton_android_insetLeft +androidx.preference.R$style: int Base_DialogWindowTitleBackground_AppCompat +androidx.dynamicanimation.R$dimen: int notification_main_column_padding_top +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onAttach(android.os.IBinder) +androidx.appcompat.R$attr: int editTextColor +androidx.appcompat.R$attr: int checkedTextViewStyle +com.google.android.material.R$attr: int layout_constraintHeight_default +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: WeatherEntityDao$Properties() +com.google.android.material.R$styleable: int AppCompatTheme_actionBarPopupTheme +wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialog_backgroundInsetEnd +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: int prefetch +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator FORWARD_LOOKUP_PROVIDER_VALIDATOR +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dividerVertical +android.didikee.donate.R$dimen: int abc_action_bar_subtitle_bottom_margin_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: java.lang.String getDefenseIcon() +androidx.appcompat.resources.R$styleable: int[] AnimatedStateListDrawableCompat +wangdaye.com.geometricweather.R$styleable: int[] FlowLayout +com.google.android.material.R$layout: int mtrl_layout_snackbar_include +androidx.recyclerview.R$layout +wangdaye.com.geometricweather.R$attr: int backgroundInsetTop +androidx.appcompat.resources.R$styleable +cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String EXTRA_ALARM_ID +okio.Okio: okio.Source source(java.io.InputStream) +wangdaye.com.geometricweather.R$id: int widget_week_card +com.google.android.material.slider.Slider: void setLabelFormatter(com.google.android.material.slider.LabelFormatter) +androidx.preference.R$color: int abc_hint_foreground_material_light +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void setDisposable(io.reactivex.disposables.Disposable) +androidx.viewpager.R$styleable: int GradientColor_android_centerX +androidx.preference.R$style: int Base_Widget_AppCompat_ActionButton +com.jaredrummler.android.colorpicker.R$styleable: int[] AppCompatImageView +android.didikee.donate.R$attr: int textAppearanceSearchResultTitle +com.google.android.material.R$attr: int iconEndPadding +com.google.android.material.slider.RangeSlider: void setTrackInactiveTintList(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_endIconMode +androidx.activity.R$dimen: int notification_big_circle_margin +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void ping(boolean,int,int) +androidx.constraintlayout.widget.R$styleable: int PropertySet_layout_constraintTag +androidx.constraintlayout.widget.R$attr: int layout_constraintTag +okhttp3.HttpUrl: java.net.URI uri() +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Country: java.lang.String ID +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onAttach() +okhttp3.internal.connection.RealConnection: okhttp3.Route route +io.reactivex.internal.subscriptions.SubscriptionHelper: void request(long) +android.didikee.donate.R$styleable: int[] DrawerArrowToggle +com.bumptech.glide.R$id: int notification_main_column_container +wangdaye.com.geometricweather.R$id: int notification_big_temp_4 +android.didikee.donate.R$style: int Base_Widget_AppCompat_SearchView_ActionBar +com.google.android.material.R$string: int mtrl_picker_range_header_unselected +okio.Pipe$PipeSource: okio.Timeout timeout() +com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_check_to_on_mtrl_015 +cyanogenmod.providers.CMSettings$System: java.lang.String RECENTS_SHOW_SEARCH_BAR +androidx.activity.R$drawable: int notification_bg +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_chainUseRtl +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Body1 +androidx.preference.R$layout: int abc_action_menu_item_layout +io.reactivex.internal.util.VolatileSizeArrayList: VolatileSizeArrayList() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours Past3Hours +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.lang.String weatherText +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setExtendMotionSpecResource(int) +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_search_api_material +androidx.cardview.R$style +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float getTotal() +androidx.preference.R$attr: int subtitleTextAppearance +com.tencent.bugly.crashreport.CrashReport$WebViewInterface: void setJavaScriptEnabled(boolean) +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_default +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWeatherCode(wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode) +android.didikee.donate.R$drawable: int abc_btn_switch_to_on_mtrl_00001 +androidx.hilt.work.R$styleable: int FontFamilyFont_android_fontStyle +androidx.vectordrawable.animated.R$style: int Widget_Compat_NotificationActionContainer +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX$InfoX +androidx.activity.R$id: int accessibility_custom_action_9 +android.didikee.donate.R$style: int Base_V22_Theme_AppCompat_Light +com.google.android.material.R$styleable: int TextInputLayout_errorIconDrawable +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Caption +com.google.android.material.R$style: int Widget_MaterialComponents_Button_UnelevatedButton +androidx.drawerlayout.R$id: int right_icon +androidx.appcompat.R$dimen: int abc_dialog_min_width_minor +cyanogenmod.weather.WeatherInfo: long getTimestamp() +com.turingtechnologies.materialscrollbar.R$attr: int logoDescription +wangdaye.com.geometricweather.R$integer: int config_tooltipAnimTime +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintCircleRadius +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_alertDialogCenterButtons +com.tencent.bugly.crashreport.common.strategy.StrategyBean: android.os.Parcelable$Creator CREATOR +androidx.appcompat.widget.SwitchCompat: int getSwitchMinWidth() +androidx.appcompat.R$style: int Platform_ThemeOverlay_AppCompat +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType InsertInTxIterable +com.amap.api.location.AMapLocation: int e(com.amap.api.location.AMapLocation,int) +com.turingtechnologies.materialscrollbar.R$attr: int boxCornerRadiusBottomStart +com.xw.repo.bubbleseekbar.R$style: int ThemeOverlay_AppCompat_Dark +androidx.fragment.R$styleable: int[] FontFamily +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area$LastAction LastAction +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipSurfaceColor +cyanogenmod.util.ColorUtils: int findPerceptuallyNearestSolidColor(int) +androidx.appcompat.widget.ActionBarOverlayLayout: void setOverlayMode(boolean) +wangdaye.com.geometricweather.R$array +cyanogenmod.app.CustomTile$Builder: java.lang.String mContentDescription +okhttp3.internal.io.FileSystem: void delete(java.io.File) +wangdaye.com.geometricweather.R$id: int widget_day_week_temp_2 +com.turingtechnologies.materialscrollbar.R$styleable: int CardView_cardCornerRadius +wangdaye.com.geometricweather.remoteviews.config.ClockDayWeekWidgetConfigActivity: ClockDayWeekWidgetConfigActivity() +androidx.viewpager.R$styleable: int GradientColor_android_tileMode +okio.ForwardingTimeout: okio.Timeout delegate +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onDetach +com.jaredrummler.android.colorpicker.R$layout: int abc_expanded_menu_layout +com.turingtechnologies.materialscrollbar.R$id: int action_text +cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String DAY +android.didikee.donate.R$id: int collapseActionView +retrofit2.HttpException: int code() +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_82 +com.jaredrummler.android.colorpicker.R$attr: int buttonTintMode +com.xw.repo.bubbleseekbar.R$drawable: int abc_item_background_holo_dark +com.turingtechnologies.materialscrollbar.R$styleable: int[] ScrimInsetsFrameLayout +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult +com.jaredrummler.android.colorpicker.R$attr: int order +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_subtitleTextStyle +com.turingtechnologies.materialscrollbar.R$color: int design_fab_shadow_mid_color +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void cancel() +okhttp3.internal.io.FileSystem +james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart +wangdaye.com.geometricweather.R$attr: int touchAnchorSide +androidx.appcompat.R$color: int switch_thumb_material_dark +com.tencent.bugly.crashreport.crash.jni.a: com.tencent.bugly.crashreport.common.info.a c +com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$Node find(java.lang.Object,boolean) +com.amap.api.location.AMapLocation: int LOCATION_TYPE_FIX_CACHE +okio.RealBufferedSink$1: okio.RealBufferedSink this$0 +wangdaye.com.geometricweather.R$integer: int hide_password_duration +com.tencent.bugly.proguard.am: int g +com.turingtechnologies.materialscrollbar.R$attr: int colorError +cyanogenmod.app.PartnerInterface: java.lang.String getCurrentHotwordPackageName() +com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Widget_AppCompat_Toolbar +wangdaye.com.geometricweather.R$attr: int customStringValue +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_d +com.google.android.material.R$integer: int mtrl_chip_anim_duration +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: io.reactivex.internal.util.AtomicThrowable error +com.google.android.material.R$styleable: int NavigationView_elevation +com.tencent.bugly.crashreport.common.strategy.StrategyBean: boolean g +com.google.android.material.R$style: int Widget_MaterialComponents_CompoundButton_Switch +wangdaye.com.geometricweather.R$string: int feedback_location_list_cannot_be_null +com.tencent.bugly.proguard.c +androidx.vectordrawable.animated.R$attr: int ttcIndex +wangdaye.com.geometricweather.R$attr: int cardForegroundColor +androidx.appcompat.R$styleable: int GradientColor_android_startX +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: int status +okhttp3.internal.platform.JdkWithJettyBootPlatform$JettyNegoProvider: java.util.List protocols +com.google.android.material.R$string: int abc_searchview_description_search +com.google.android.material.R$xml: int standalone_badge +james.adaptiveicon.R$layout: int abc_activity_chooser_view +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_DES_CBC_SHA +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWeatherText(java.lang.String) +com.google.android.material.slider.RangeSlider: int getFocusedThumbIndex() +okhttp3.Request$Builder: okhttp3.Request$Builder headers(okhttp3.Headers) +androidx.loader.R$styleable: int GradientColor_android_gradientRadius +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight_Dialog_Alert +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorTextColor +okio.RealBufferedSource: long readLongLe() +androidx.hilt.R$styleable: int[] GradientColor +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeCutDrawable +com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.reflect.Type[] typeArguments +cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.IKeyguardExternalViewCallbacks access$100(cyanogenmod.externalviews.KeyguardExternalView) +cyanogenmod.app.Profile$Type: int TOGGLE +androidx.vectordrawable.animated.R$id: int actions +cyanogenmod.app.Profile$ProfileTrigger$1 +wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: void setOnClickListener(android.view.View$OnClickListener) +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType InsertOrReplaceInTxArray +okhttp3.MultipartBody$Part: okhttp3.MultipartBody$Part createFormData(java.lang.String,java.lang.String,okhttp3.RequestBody) +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_navigationIcon +com.bumptech.glide.integration.okhttp.R$style: int TextAppearance_Compat_Notification +com.xw.repo.bubbleseekbar.R$styleable: int CompoundButton_buttonTint +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: void onNext(java.lang.Object) +androidx.appcompat.R$layout: int abc_cascading_menu_item_layout +com.google.android.material.R$attr: int contentPaddingTop +com.jaredrummler.android.colorpicker.ColorPickerView: int getPaddingLeft() +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_horizontalBias +com.jaredrummler.android.colorpicker.R$attr: int autoSizeMinTextSize +com.google.android.material.R$styleable: int MenuItem_android_titleCondensed +com.google.android.material.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset +com.google.android.material.slider.BaseSlider: void setTrackInactiveTintList(android.content.res.ColorStateList) +androidx.preference.R$styleable: int CoordinatorLayout_Layout_layout_anchor +org.greenrobot.greendao.AbstractDao: AbstractDao(org.greenrobot.greendao.internal.DaoConfig) +androidx.fragment.app.FragmentState: android.os.Parcelable$Creator CREATOR +androidx.constraintlayout.widget.R$dimen: int abc_text_size_body_1_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: java.util.List getValue() +androidx.constraintlayout.widget.R$dimen: int abc_text_size_menu_header_material +com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding: com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding QUALITY +cyanogenmod.externalviews.KeyguardExternalView: void onScreenTurnedOff() +com.google.android.material.R$layout: int material_clock_display_divider +wangdaye.com.geometricweather.R$string: int settings_title_notification_hide_icon +com.tencent.bugly.proguard.l: boolean a(java.lang.Object,java.lang.Object) +cyanogenmod.app.ProfileGroup: java.util.UUID getUuid() +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: void onNext(java.lang.Object) +androidx.appcompat.R$attr: int actionModeCloseDrawable +retrofit2.KotlinExtensions$await$2$2: void onResponse(retrofit2.Call,retrofit2.Response) +com.google.android.material.R$drawable: int abc_tab_indicator_material +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$Geometry: java.lang.String type +androidx.appcompat.widget.LinearLayoutCompat: void setBaselineAlignedChildIndex(int) +com.xw.repo.bubbleseekbar.R$attr: int layout +okhttp3.Response: okhttp3.Handshake handshake() +com.jaredrummler.android.colorpicker.R$integer: int cancel_button_image_alpha +androidx.preference.R$id: int line3 +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub$Proxy: IExternalViewProviderFactory$Stub$Proxy(android.os.IBinder) +okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RouteDatabase routeDatabase() +com.google.android.gms.base.R$styleable: int LoadingImageView_imageAspectRatioAdjust +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating Heating +androidx.viewpager.widget.PagerTitleStrip: void setSingleLineAllCaps(android.widget.TextView) +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onScreenTurnedOff +wangdaye.com.geometricweather.R$dimen: int abc_action_button_min_width_overflow_material +androidx.vectordrawable.R$styleable: int GradientColor_android_type +androidx.transition.R$dimen: int notification_small_icon_size_as_large +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator LOCKSCREEN_PIN_SCRAMBLE_LAYOUT_VALIDATOR +com.jaredrummler.android.colorpicker.R$styleable: int[] SwitchCompat +com.turingtechnologies.materialscrollbar.R$id: int navigation_header_container +retrofit2.RequestFactory$Builder: okhttp3.MediaType contentType +wangdaye.com.geometricweather.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable +okhttp3.internal.http.StatusLine: int HTTP_TEMP_REDIRECT +cyanogenmod.hardware.CMHardwareManager: boolean deletePersistentObject(java.lang.String) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX: void setBrands(java.util.List) +com.turingtechnologies.materialscrollbar.Handle: void setRightToLeft(boolean) +cyanogenmod.os.Build: java.lang.String CYANOGENMOD_DISPLAY_VERSION +wangdaye.com.geometricweather.R$drawable: int abc_btn_colored_material +wangdaye.com.geometricweather.R$attr: int layoutManager +androidx.transition.R$drawable: int notification_tile_bg +wangdaye.com.geometricweather.R$styleable: int DrawerLayout_unfold +android.didikee.donate.R$attr: int actionMenuTextColor +wangdaye.com.geometricweather.R$id: int container_main_header_tempTxt +cyanogenmod.os.Concierge$ParcelInfo: int mParcelableSize +androidx.lifecycle.SavedStateViewModelFactory: androidx.lifecycle.Lifecycle mLifecycle +com.google.android.material.R$styleable: int TextInputLayout_counterOverflowTextColor +wangdaye.com.geometricweather.common.basic.models.weather.Weather: Weather(wangdaye.com.geometricweather.common.basic.models.weather.Base,wangdaye.com.geometricweather.common.basic.models.weather.Current,wangdaye.com.geometricweather.common.basic.models.weather.History,java.util.List,java.util.List,java.util.List,java.util.List) +com.turingtechnologies.materialscrollbar.R$attr: int chipIconEnabled +com.turingtechnologies.materialscrollbar.R$attr: int actionMenuTextAppearance +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_title +com.tencent.bugly.proguard.c: java.lang.Object b(java.lang.String,java.lang.Object) +james.adaptiveicon.R$attr: int actionBarTheme +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: java.util.concurrent.TimeUnit unit +io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: int limit +androidx.lifecycle.extensions.R$dimen: R$dimen() +androidx.constraintlayout.widget.R$styleable: int Layout_barrierDirection +cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setForecast(java.util.List) +cyanogenmod.profiles.RingModeSettings: java.lang.String mValue +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: int getDesiredHeight() +cyanogenmod.power.IPerformanceManager: int getNumberOfProfiles() +androidx.vectordrawable.R$dimen: int notification_content_margin_start +org.greenrobot.greendao.database.DatabaseOpenHelper: void onOpen(org.greenrobot.greendao.database.Database) +retrofit2.HttpException: java.lang.String message +wangdaye.com.geometricweather.R$id: int scroll +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintCircleRadius +com.jaredrummler.android.colorpicker.R$styleable: int[] DrawerArrowToggle +androidx.preference.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated +wangdaye.com.geometricweather.R$drawable: int flag_sr +wangdaye.com.geometricweather.R$string: int abc_prepend_shortcut_label +com.xw.repo.bubbleseekbar.R$attr: int textAppearanceSearchResultTitle +wangdaye.com.geometricweather.R$anim: int popup_show_bottom_left +cyanogenmod.providers.CMSettings$Global: boolean putStringForUser(android.content.ContentResolver,java.lang.String,java.lang.String,int) +wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayHorizontalProvider +wangdaye.com.geometricweather.R$string: int sp_widget_clock_day_vertical_setting +com.xw.repo.bubbleseekbar.R$attr: int actionButtonStyle +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_endX +okio.GzipSource +com.tencent.bugly.crashreport.biz.b +androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_rotationX +wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundNormalUpdateService +androidx.work.R$attr: int fontProviderFetchStrategy +retrofit2.RequestFactory$Builder: java.util.Set parsePathParameters(java.lang.String) +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: void onSuccess(java.lang.Object) +wangdaye.com.geometricweather.R$drawable: int abc_ratingbar_indicator_material +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: io.reactivex.Observer downstream +com.google.android.material.button.MaterialButton: void setOnPressedChangeListenerInternal(com.google.android.material.button.MaterialButton$OnPressedChangeListener) +com.turingtechnologies.materialscrollbar.R$color: int button_material_dark +com.tencent.bugly.proguard.z: void b(android.os.Parcel,java.util.Map) +androidx.fragment.R$id: int chronometer +androidx.appcompat.resources.R$drawable: int notification_bg_low_normal +wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_summaryOn +androidx.coordinatorlayout.R$dimen: int notification_action_text_size +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List dailyEntityList +com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_color +retrofit2.Platform: Platform(boolean) +com.xw.repo.bubbleseekbar.R$id: int action_menu_divider +com.tencent.bugly.proguard.p: void a(java.util.List) +io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: void onComplete() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: java.lang.String getUnit() +androidx.constraintlayout.widget.R$styleable: int KeyTrigger_onNegativeCross +retrofit2.RequestFactory$Builder: RequestFactory$Builder(retrofit2.Retrofit,java.lang.reflect.Method) +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: java.lang.String EnglishName +cyanogenmod.hardware.CMHardwareManager: int getVibratorIntensity() +androidx.appcompat.R$style: int Widget_AppCompat_SeekBar +okhttp3.Connection: okhttp3.Handshake handshake() +org.greenrobot.greendao.DaoException: DaoException(java.lang.Throwable) +androidx.fragment.R$dimen: int notification_media_narrow_margin com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -androidx.core.R$drawable: int notification_action_background -okhttp3.RealCall: okhttp3.RealCall clone() -com.google.android.material.imageview.ShapeableImageView: void setStrokeColor(android.content.res.ColorStateList) -retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter: CompletableFutureCallAdapterFactory$BodyCallAdapter(java.lang.reflect.Type) -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language ITALIAN -androidx.constraintlayout.widget.R$attr: int customStringValue -wangdaye.com.geometricweather.R$attr: int tickVisible -androidx.appcompat.R$styleable: int ViewStubCompat_android_inflatedId -com.xw.repo.bubbleseekbar.R$drawable: int abc_ratingbar_small_material -com.google.android.material.R$color: int abc_tint_seek_thumb -com.google.android.material.R$color -okio.Buffer$UnsafeCursor: void close() -androidx.preference.R$dimen: int notification_right_side_padding_top -org.greenrobot.greendao.identityscope.IdentityScopeType: org.greenrobot.greendao.identityscope.IdentityScopeType valueOf(java.lang.String) -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean set(int,boolean) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setWindDircStart(java.lang.String) -cyanogenmod.weather.CMWeatherManager$RequestStatus -com.google.android.material.slider.BaseSlider: void setValueTo(float) -com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType valueOf(java.lang.String) -okhttp3.internal.http2.Http2Connection: void pushResetLater(int,okhttp3.internal.http2.ErrorCode) -wangdaye.com.geometricweather.R$styleable: int Layout_layout_goneMarginEnd -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.lang.String country -android.didikee.donate.R$color: int material_grey_100 -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property TotalPrecipitationProbability -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Sun -com.google.android.material.R$attr: int chipStrokeWidth -okhttp3.ConnectionSpec: boolean supportsTlsExtensions -androidx.preference.R$attr: int drawableTintMode -com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_select_handle_middle_mtrl_light -wangdaye.com.geometricweather.R$drawable: int weather_cloudy_2 -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_passwordToggleEnabled -wangdaye.com.geometricweather.R$xml: int perference_unit -wangdaye.com.geometricweather.R$styleable: int KeyCycle_motionProgress -com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar -com.turingtechnologies.materialscrollbar.R$dimen: int cardview_compat_inset_shadow -cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks: boolean requestDismiss() -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: long serialVersionUID -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceBody1 -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Button_Small -com.turingtechnologies.materialscrollbar.R$attr: int actionOverflowMenuStyle -androidx.appcompat.view.menu.ListMenuItemView: void setTitle(java.lang.CharSequence) -wangdaye.com.geometricweather.R$drawable: int abc_btn_default_mtrl_shape -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_scrimAnimationDuration -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_shadowColor -com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat_Dialog -com.google.android.material.R$styleable: int KeyTimeCycle_android_alpha -wangdaye.com.geometricweather.R$array: int weather_sources -okhttp3.OkHttpClient$Builder: int callTimeout -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: void onNext(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$id: int search_go_btn -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void onSubscribe(org.reactivestreams.Subscription) -wangdaye.com.geometricweather.R$id: int recyclerView -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_checkable -com.google.android.material.R$dimen: int abc_text_size_medium_material -com.google.android.material.R$dimen: int abc_text_size_title_material_toolbar -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: int getStatus() -com.google.android.material.R$style: int Base_Widget_Design_TabLayout -james.adaptiveicon.R$styleable: int MenuItem_actionViewClass -wangdaye.com.geometricweather.R$id: int activity_weather_daily_container -com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert -androidx.appcompat.R$attr: int gapBetweenBars -wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: SwipeSwitchLayout(android.content.Context) -wangdaye.com.geometricweather.R$string: int local_time -androidx.fragment.R$styleable: int FontFamilyFont_fontWeight -com.amap.api.location.AMapLocation$1: java.lang.Object createFromParcel(android.os.Parcel) -retrofit2.converter.gson.GsonRequestBodyConverter: okhttp3.MediaType MEDIA_TYPE -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Country: java.lang.String LocalizedName -androidx.constraintlayout.widget.R$styleable: int Transform_android_rotation -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder username(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintBaseline_creator -androidx.constraintlayout.widget.R$styleable: int[] MotionLayout -okhttp3.ResponseBody: java.nio.charset.Charset charset() -androidx.lifecycle.LifecycleService: void onDestroy() -james.adaptiveicon.R$style: int Base_AlertDialog_AppCompat_Light -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse -cyanogenmod.weather.CMWeatherManager$2: void onLookupCityRequestCompleted(cyanogenmod.weather.RequestInfo,int,java.util.List) -wangdaye.com.geometricweather.R$drawable: int abc_ic_star_half_black_16dp -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_4 -com.google.android.material.R$styleable: int TextInputLayout_errorEnabled -retrofit2.DefaultCallAdapterFactory$1: retrofit2.Call adapt(retrofit2.Call) -com.google.gson.JsonParseException: JsonParseException(java.lang.String,java.lang.Throwable) -wangdaye.com.geometricweather.R$attr: int state_dragged -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void drain() -androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type valueOf(java.lang.String) -wangdaye.com.geometricweather.settings.activities.SettingsActivity -android.didikee.donate.R$dimen: int abc_search_view_preferred_height -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Small -okhttp3.internal.platform.Platform: boolean isConscryptPreferred() -com.turingtechnologies.materialscrollbar.R$color: int abc_primary_text_material_light -androidx.hilt.R$id: int tag_accessibility_actions -androidx.preference.R$style: int Base_Widget_AppCompat_DrawerArrowToggle -com.google.android.material.R$attr: int textAppearanceHeadline6 -com.google.android.material.R$styleable: int[] ThemeEnforcement -com.google.android.material.appbar.CollapsingToolbarLayout: android.graphics.Typeface getExpandedTitleTypeface() -com.jaredrummler.android.colorpicker.ColorPickerView: int getPreferredWidth() -com.google.android.material.R$styleable: int ConstraintSet_transitionEasing -androidx.vectordrawable.R$styleable: int GradientColor_android_endY -cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode mSoundMode -io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: java.lang.Object value -com.tencent.bugly.proguard.ak: java.util.Map v -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintWidth_percent -androidx.lifecycle.MutableLiveData: void setValue(java.lang.Object) -androidx.hilt.R$styleable: int GradientColor_android_startColor -com.tencent.bugly.BuglyStrategy: com.tencent.bugly.BuglyStrategy setUserInfoActivity(java.lang.Class) -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: java.lang.String toString() -cyanogenmod.app.CustomTile$ExpandedItem: java.lang.String itemTitle -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: boolean done -androidx.activity.R$id: int accessibility_custom_action_24 -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Country -io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: void onNext(java.lang.Object) -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: ObservableConcatWithMaybe$ConcatWithObserver(io.reactivex.Observer,io.reactivex.MaybeSource) -androidx.appcompat.widget.ButtonBarLayout -com.google.android.material.bottomnavigation.BottomNavigationPresenter$SavedState: android.os.Parcelable$Creator CREATOR -androidx.viewpager2.R$id: int notification_main_column -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintTag -androidx.constraintlayout.widget.R$styleable: int[] LinearLayoutCompat -android.didikee.donate.R$style: int Widget_AppCompat_TextView_SpinnerItem -androidx.core.R$style: int Widget_Compat_NotificationActionContainer -com.google.android.material.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog_Flush -com.google.android.gms.common.internal.zzv -com.jaredrummler.android.colorpicker.R$id: int progress_circular -androidx.preference.R$styleable: int SwitchPreferenceCompat_switchTextOff -com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_thickness -org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.internal.DaoConfig config -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: long serialVersionUID -com.bumptech.glide.integration.okhttp.R$style: int Widget_Support_CoordinatorLayout -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void subscribeNext() +cyanogenmod.app.CustomTile$1: java.lang.Object createFromParcel(android.os.Parcel) +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric: java.lang.String Unit +androidx.viewpager.R$dimen: int compat_control_corner_material +com.tencent.bugly.proguard.y: com.tencent.bugly.proguard.y$a g +com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_gapBetweenBars +wangdaye.com.geometricweather.R$styleable: int Chip_checkedIconVisible +androidx.loader.R$styleable: int[] FontFamily +wangdaye.com.geometricweather.R$id: int unchecked +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_checkboxStyle +androidx.constraintlayout.widget.R$attr: int autoSizePresetSizes +com.google.android.material.R$styleable: int CollapsingToolbarLayout_title +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse +wangdaye.com.geometricweather.R$array: int duration_unit_values +androidx.hilt.lifecycle.R$styleable: int FontFamily_fontProviderFetchStrategy +io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: io.reactivex.functions.BiFunction combiner +cyanogenmod.externalviews.ExternalView: void access$000(cyanogenmod.externalviews.ExternalView) +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_CompactMenu +androidx.vectordrawable.R$attr: int fontWeight +androidx.hilt.work.R$styleable: int FontFamilyFont_android_fontWeight +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_Button_Colored +com.turingtechnologies.materialscrollbar.R$string: int abc_searchview_description_clear +wangdaye.com.geometricweather.R$drawable: int notif_temp_5 +com.google.android.material.R$attr: int itemHorizontalTranslationEnabled +com.google.android.material.R$color: int ripple_material_dark +androidx.fragment.R$attr: int ttcIndex +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: long serialVersionUID +wangdaye.com.geometricweather.search.LoadableLocationList$Status: wangdaye.com.geometricweather.search.LoadableLocationList$Status SUCCESS +wangdaye.com.geometricweather.R$attr: int colorAccent +okio.Buffer: okio.Buffer writeLong(long) +com.google.gson.stream.JsonWriter: com.google.gson.stream.JsonWriter value(java.lang.Number) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX temperature +okhttp3.internal.http.HttpCodec: okhttp3.ResponseBody openResponseBody(okhttp3.Response) +cyanogenmod.hardware.CMHardwareManager: int getVibratorMinIntensity() +cyanogenmod.providers.CMSettings$Global: float getFloat(android.content.ContentResolver,java.lang.String) +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: android.os.IBinder asBinder() +io.reactivex.internal.util.VolatileSizeArrayList: java.lang.Object get(int) +wangdaye.com.geometricweather.R$styleable: int ImageFilterView_saturation +cyanogenmod.app.Profile: int mNameResId +wangdaye.com.geometricweather.search.SearchActivity +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property Temperature +androidx.constraintlayout.widget.R$color: int primary_text_disabled_material_light +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: java.lang.String getLanguageName(android.content.Context) +com.google.android.material.R$id: int TOP_START +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: boolean cancelled +com.turingtechnologies.materialscrollbar.R$attr: int actionProviderClass +com.xw.repo.bubbleseekbar.R$dimen: R$dimen() +androidx.lifecycle.ReportFragment: androidx.lifecycle.ReportFragment$ActivityInitializationListener mProcessListener +androidx.appcompat.R$color: int notification_icon_bg_color +androidx.appcompat.R$styleable: int[] ActionMode +okhttp3.internal.platform.JdkWithJettyBootPlatform: java.lang.String getSelectedProtocol(javax.net.ssl.SSLSocket) +com.google.android.material.R$dimen: int design_bottom_navigation_icon_size +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse +wangdaye.com.geometricweather.R$drawable: int design_snackbar_background +cyanogenmod.profiles.ConnectionSettings$BooleanState: int STATE_ENABLED +com.jaredrummler.android.colorpicker.R$drawable: int ic_arrow_down_24dp +com.tencent.bugly.crashreport.crash.jni.a: com.tencent.bugly.crashreport.crash.CrashDetailBean packageCrashDatas(java.lang.String,java.lang.String,long,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,byte[],java.util.Map,boolean,boolean) +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_mini_xml +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Toolbar_Button_Navigation +io.reactivex.exceptions.CompositeException: java.lang.Throwable getRootCause(java.lang.Throwable) +okhttp3.internal.connection.RealConnection: okhttp3.Protocol protocol +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_Behavior_Layout_behavior_autoHide +wangdaye.com.geometricweather.R$layout: int image_frame +okhttp3.MultipartBody: okhttp3.MediaType contentType +com.tencent.bugly.proguard.d: void b(java.lang.String) +cyanogenmod.themes.IThemeChangeListener$Stub$Proxy: android.os.IBinder mRemote +androidx.coordinatorlayout.R$dimen: int notification_large_icon_height +cyanogenmod.app.PartnerInterface: boolean setZenMode(int) +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_hoveredFocusedTranslationZ +com.bumptech.glide.R$layout: int notification_template_part_time +com.amap.api.location.AMapLocation: java.lang.String getCountry() +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_TEMPERATURE_MODE_VALIDATOR +androidx.appcompat.R$layout: int notification_template_custom_big +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Metric: AccuCurrentResult$Pressure$Metric() +androidx.preference.R$attr: int submitBackground +androidx.dynamicanimation.R$styleable: int FontFamilyFont_fontStyle +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_stroke_size +androidx.appcompat.R$attr: int contentInsetLeft +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_TextButton_Icon +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String uvDescription +com.amap.api.fence.DistrictItem: void setAdcode(java.lang.String) +wangdaye.com.geometricweather.R$color: int colorAccent_light +com.turingtechnologies.materialscrollbar.R$id: int right +com.turingtechnologies.materialscrollbar.R$color: int background_floating_material_dark +com.google.android.material.chip.Chip: float getCloseIconStartPadding() +androidx.activity.R$styleable: int GradientColor_android_centerX +cyanogenmod.app.CustomTileListenerService: void onListenerConnected() +io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object) +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: java.util.concurrent.atomic.AtomicBoolean stopWindows +androidx.appcompat.resources.R$integer +com.jaredrummler.android.colorpicker.R$attr: int orderingFromXml +androidx.appcompat.R$dimen: int abc_disabled_alpha_material_light +okio.Buffer: int selectPrefix(okio.Options,boolean) +okhttp3.internal.http.RealInterceptorChain: okhttp3.Request request +androidx.appcompat.resources.R$styleable: int[] StateListDrawable +androidx.constraintlayout.widget.R$attr: int actionBarTheme +com.amap.api.fence.GeoFence: com.amap.api.location.AMapLocation getCurrentLocation() +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: long serialVersionUID +com.turingtechnologies.materialscrollbar.R$attr: int listLayout +com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_showTitle +wangdaye.com.geometricweather.R$drawable: int ic_alert +com.google.gson.internal.$Gson$Types$WildcardTypeImpl: java.lang.reflect.Type upperBound +retrofit2.SkipCallbackExecutorImpl: java.lang.Class annotationType() +com.google.android.material.R$id: int ghost_view_holder +androidx.activity.R$id: int accessibility_custom_action_5 +cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_onStop +android.didikee.donate.R$integer +james.adaptiveicon.R$color: int notification_action_color_filter +wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemTextColor +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_translation_z_base +okhttp3.Dns$1: Dns$1() +com.xw.repo.bubbleseekbar.R$attr: int subtitleTextAppearance +com.google.android.material.R$attr: int chipMinHeight +cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_PUT_SECURE +androidx.hilt.R$string: int status_bar_notification_info_overflow +wangdaye.com.geometricweather.R$id: int aligned +cyanogenmod.hardware.CMHardwareManager: int[] getDisplayGammaCalibrationArray(int) +androidx.hilt.R$styleable: int FontFamily_fontProviderFetchStrategy +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_HelperText +com.google.android.material.R$styleable: int Layout_android_orientation +okhttp3.internal.http2.Http2Connection: void start() +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$1: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 +wangdaye.com.geometricweather.R$attr: int buttonStyle +james.adaptiveicon.R$attr: int trackTint +androidx.constraintlayout.widget.R$attr: int layout_goneMarginBottom +wangdaye.com.geometricweather.R$styleable: int MenuGroup_android_checkableBehavior +androidx.recyclerview.R$dimen: int compat_button_inset_horizontal_material +androidx.hilt.work.R$drawable: int notification_action_background +okhttp3.internal.cache.CacheStrategy$Factory: java.lang.String servedDateString +cyanogenmod.media.MediaRecorder: java.lang.String ACTION_HOTWORD_INPUT_CHANGED +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType DeleteByKey +wangdaye.com.geometricweather.R$attr: int suffixText +wangdaye.com.geometricweather.R$drawable: int notif_temp_140 +retrofit2.ParameterHandler$Body: ParameterHandler$Body(java.lang.reflect.Method,int,retrofit2.Converter) +com.turingtechnologies.materialscrollbar.R$dimen: int abc_search_view_preferred_height +wangdaye.com.geometricweather.R$drawable: int shortcuts_wind_foreground +wangdaye.com.geometricweather.R$string: int feedback_location_failed +okhttp3.internal.http1.Http1Codec$ChunkedSource: boolean hasMoreChunks +wangdaye.com.geometricweather.db.entities.HistoryEntity: void setDaytimeTemperature(int) +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_DarkActionBar +cyanogenmod.weather.CMWeatherManager$2 +okhttp3.internal.cache.CacheInterceptor$1: okhttp3.internal.cache.CacheRequest val$cacheRequest +androidx.coordinatorlayout.R$id: int accessibility_custom_action_8 +androidx.core.R$id: int accessibility_custom_action_18 +androidx.drawerlayout.R$layout: int notification_template_part_chronometer +androidx.constraintlayout.utils.widget.MotionTelltales: void setText(java.lang.CharSequence) +android.didikee.donate.R$styleable: int ActionBar_backgroundSplit +wangdaye.com.geometricweather.R$color: int background_material_dark +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipStrokeWidth +cyanogenmod.externalviews.KeyguardExternalView: android.content.Context access$600(cyanogenmod.externalviews.KeyguardExternalView) +androidx.activity.R$id: int time +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void onError(java.lang.Throwable) +okhttp3.TlsVersion +com.tencent.bugly.crashreport.common.strategy.a: java.lang.String h +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_VMAIL_LED_ON_VALIDATOR +com.jaredrummler.android.colorpicker.R$integer: int abc_config_activityDefaultDur +com.github.rahatarmanahmed.cpv.CircularProgressView: void addListener(com.github.rahatarmanahmed.cpv.CircularProgressViewListener) +androidx.lifecycle.ClassesInfoCache: void verifyAndPutHandler(java.util.Map,androidx.lifecycle.ClassesInfoCache$MethodReference,androidx.lifecycle.Lifecycle$Event,java.lang.Class) +wangdaye.com.geometricweather.db.entities.AlertEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.AlertEntity) +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_android_fontStyle +com.google.android.material.R$dimen: int mtrl_calendar_day_horizontal_padding +cyanogenmod.profiles.BrightnessSettings: BrightnessSettings() +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: ObservableUsing$UsingObserver(io.reactivex.Observer,java.lang.Object,io.reactivex.functions.Consumer,boolean) +james.adaptiveicon.R$dimen: int tooltip_corner_radius +wangdaye.com.geometricweather.R$id: int widget_day_center +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: int[] getDisplayGammaCalibration(int) +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.String getHourlyForecast() +wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.String getUVDescription() +okio.ByteString: int indexOf(okio.ByteString,int) +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ListPopupWindow +com.tencent.bugly.crashreport.common.info.b: long i() +androidx.constraintlayout.widget.R$drawable: int notification_bg +com.google.android.material.slider.RangeSlider: int getTrackWidth() +androidx.preference.R$styleable: int RecycleListView_paddingTopNoTitle +androidx.viewpager2.R$string: int status_bar_notification_info_overflow +cyanogenmod.hardware.DisplayMode$1 +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable +wangdaye.com.geometricweather.background.service.Hilt_CMWeatherProviderService: Hilt_CMWeatherProviderService() +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX$InfoX: java.util.List day +com.google.android.material.R$styleable: int AppCompatTheme_windowActionBar +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionBar_TabBar +androidx.preference.R$styleable: int SeekBarPreference_min +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorTextColor +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_5 +androidx.transition.R$styleable: int GradientColor_android_endColor +io.reactivex.Observable: io.reactivex.Observable observeOn(io.reactivex.Scheduler,boolean,int) +retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: retrofit2.CallAdapter get(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AppBarLayout_Primary +com.google.android.material.R$color: int material_on_primary_disabled +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionDropDownStyle +retrofit2.converter.gson.GsonResponseBodyConverter: java.lang.Object convert(okhttp3.ResponseBody) +android.didikee.donate.R$style: int Base_V7_Theme_AppCompat +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: void drain() +androidx.preference.R$styleable: int[] ViewBackgroundHelper +com.google.android.material.chip.ChipGroup: void setShowDividerHorizontal(int) +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: long serialVersionUID +androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_START +androidx.appcompat.R$dimen: int abc_action_bar_overflow_padding_start_material +androidx.loader.R$dimen: int compat_notification_large_icon_max_width +com.google.android.material.textfield.TextInputLayout$SavedState +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWindDirection(java.lang.String) +androidx.loader.R$dimen: int notification_main_column_padding_top +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintRight_toRightOf +com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_startY +james.adaptiveicon.R$styleable: int FontFamilyFont_font +wangdaye.com.geometricweather.R$styleable: int ChipGroup_chipSpacingHorizontal +cyanogenmod.app.ILiveLockScreenChangeListener$Stub: ILiveLockScreenChangeListener$Stub() +com.google.android.material.R$color: int switch_thumb_disabled_material_dark +com.google.android.material.bottomnavigation.BottomNavigationView: int getItemTextAppearanceActive() +wangdaye.com.geometricweather.R$attr: int cpv_maxProgress +com.turingtechnologies.materialscrollbar.R$attr: int hideOnScroll +com.xw.repo.bubbleseekbar.R$layout: int select_dialog_item_material +cyanogenmod.themes.IThemeService: long getLastThemeChangeTime() +cyanogenmod.weather.RequestInfo: void writeToParcel(android.os.Parcel,int) +androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event ON_ANY +com.google.android.material.R$attr: int attributeName +james.adaptiveicon.R$style: int Widget_AppCompat_ActionBar +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String pm25Desc +wangdaye.com.geometricweather.R$id: int dialog_donate_wechat_img +androidx.appcompat.R$dimen: int abc_list_item_height_small_material +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: java.lang.Object singleItem +okhttp3.TlsVersion: okhttp3.TlsVersion valueOf(java.lang.String) +com.jaredrummler.android.colorpicker.R$styleable: int Preference_widgetLayout +wangdaye.com.geometricweather.R$attr: int drawable_res_on +androidx.constraintlayout.widget.R$styleable: int Constraint_android_translationZ +wangdaye.com.geometricweather.R$attr: int tabMode +wangdaye.com.geometricweather.R$string: int feedback_request_location +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Imperial: double Value +okio.RealBufferedSource: RealBufferedSource(okio.Source) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonBarStyle +retrofit2.http.DELETE: java.lang.String value() +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse +android.didikee.donate.R$styleable: int Toolbar_contentInsetStartWithNavigation +cyanogenmod.app.ProfileGroup: int mNameResId +cyanogenmod.app.CMContextConstants: java.lang.String CM_HARDWARE_SERVICE +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Headline6 +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void emit() +wangdaye.com.geometricweather.R$dimen: int notification_small_icon_size_as_large +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum: AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum() +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: java.util.Date DateTime +androidx.lifecycle.LifecycleEventObserver: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) +james.adaptiveicon.R$attr: int actionModeBackground +com.google.android.material.R$styleable: int AlertDialog_listLayout +wangdaye.com.geometricweather.R$attr: int maxHeight +androidx.constraintlayout.widget.R$color: int notification_icon_bg_color +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse +com.google.android.material.R$color: int mtrl_btn_stroke_color_selector +wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status: wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status SUCCESS +com.xw.repo.bubbleseekbar.R$styleable: int[] CoordinatorLayout +androidx.constraintlayout.widget.R$styleable: int[] PropertySet +androidx.appcompat.widget.DialogTitle: DialogTitle(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$style: int Widget_AppCompat_Light_ActivityChooserView +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionBar +androidx.appcompat.R$styleable: int AppCompatTextView_autoSizeMinTextSize +androidx.recyclerview.R$layout: int notification_template_custom_big +com.tencent.bugly.crashreport.common.info.b: java.lang.String[] a +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder authenticator(okhttp3.Authenticator) +androidx.transition.R$layout: int notification_action_tombstone +com.tencent.bugly.proguard.d +io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: boolean isDisposed() +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_MaterialComponents_Button +androidx.viewpager.R$dimen +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_shapeAppearanceOverlay +androidx.constraintlayout.widget.R$attr: int waveOffset +com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog_Alert +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Metric: double Value +androidx.vectordrawable.animated.R$style +okhttp3.internal.cache.DiskLruCache$Snapshot: long[] lengths +com.google.gson.FieldNamingPolicy$2 +okhttp3.TlsVersion: okhttp3.TlsVersion TLS_1_1 +com.google.android.material.appbar.MaterialToolbar: MaterialToolbar(android.content.Context,android.util.AttributeSet) +androidx.appcompat.R$layout: int abc_alert_dialog_title_material +wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String content +wangdaye.com.geometricweather.R$color: int design_default_color_background +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorAccent +com.jaredrummler.android.colorpicker.R$layout: int abc_list_menu_item_radio +wangdaye.com.geometricweather.R$id: int regular +james.adaptiveicon.R$attr: int actionBarSize +com.xw.repo.bubbleseekbar.R$styleable: int[] AppCompatImageView +okhttp3.EventListener: void responseHeadersEnd(okhttp3.Call,okhttp3.Response) +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: boolean disposed +androidx.lifecycle.ReportFragment: java.lang.String REPORT_FRAGMENT_TAG +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPathRenderer: int getRootAlpha() +com.google.android.material.tabs.TabLayout: void setInlineLabel(boolean) +okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder tlsVersions(java.lang.String[]) +androidx.preference.R$style: int Base_V28_Theme_AppCompat_Light +james.adaptiveicon.R$attr: int searchIcon +androidx.appcompat.R$attr: int buttonStyle +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getTranslateX() +retrofit2.ParameterHandler$QueryName: void apply(retrofit2.RequestBuilder,java.lang.Object) +com.xw.repo.bubbleseekbar.R$attr: int listItemLayout +androidx.hilt.R$drawable: int notification_bg_low +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub +com.google.android.material.R$color: int design_dark_default_color_primary_dark +wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.String TABLENAME +okio.Buffer$2: Buffer$2(okio.Buffer) +io.reactivex.Observable: io.reactivex.Observable merge(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource) +okhttp3.HttpUrl: java.lang.String QUERY_COMPONENT_REENCODE_SET +com.google.android.material.R$style: int Base_Widget_MaterialComponents_PopupMenu_Overflow +com.tencent.bugly.crashreport.common.info.a: java.lang.String x +androidx.constraintlayout.widget.R$color: int abc_search_url_text_normal +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void drainAndDispose() +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_logoDescription +okhttp3.internal.Util: java.nio.charset.Charset ISO_8859_1 +com.turingtechnologies.materialscrollbar.R$attr: int spinnerDropDownItemStyle +com.xw.repo.bubbleseekbar.R$id: int action_mode_bar_stub +wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Body_Text +com.jaredrummler.android.colorpicker.R$styleable: int PopupWindow_android_popupAnimationStyle +com.jaredrummler.android.colorpicker.R$attr: int tickMarkTint +com.google.android.material.R$integer: int show_password_duration +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_rotationX +io.reactivex.internal.operators.observable.ObservableGroupBy$State: boolean done +wangdaye.com.geometricweather.R$attr: int cpv_showOldColor +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: boolean isEmpty() +com.tencent.bugly.crashreport.crash.anr.b: void a(boolean) +androidx.constraintlayout.widget.R$drawable: int abc_btn_check_to_on_mtrl_000 +com.turingtechnologies.materialscrollbar.R$styleable: int[] AppCompatTextView +com.google.android.material.R$style: int Platform_MaterialComponents_Light_Dialog +wangdaye.com.geometricweather.R$font: int product_sans_black +okhttp3.internal.http2.Http2Connection$6: int val$byteCount +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Button_Borderless_Colored +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_width +androidx.constraintlayout.widget.R$attr: int constraint_referenced_ids +androidx.constraintlayout.widget.R$styleable: int ViewBackgroundHelper_android_background +cyanogenmod.app.ProfileManager: java.util.UUID NO_PROFILE +com.bumptech.glide.load.engine.GlideException: void setOrigin(java.lang.Exception) +androidx.preference.R$id: int accessibility_custom_action_10 +okhttp3.Challenge: java.util.Map authParams +androidx.customview.R$style: int TextAppearance_Compat_Notification_Line2 +com.google.android.material.R$string: int search_menu_title +com.tencent.bugly.proguard.x: boolean b(java.lang.Class,java.lang.String,java.lang.Object[]) +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: java.lang.String getUnitId() +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_51 +okio.ByteString: boolean endsWith(byte[]) +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History +androidx.appcompat.R$string: int search_menu_title +androidx.constraintlayout.widget.R$styleable: int Toolbar_collapseContentDescription +io.reactivex.Observable: io.reactivex.Observable window(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,int) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade: AccuDailyResult$DailyForecasts$RealFeelTemperatureShade() +androidx.hilt.lifecycle.R$attr: int ttcIndex +androidx.transition.R$style: int TextAppearance_Compat_Notification_Title +org.greenrobot.greendao.DaoException: DaoException(java.lang.String,java.lang.Throwable) +okhttp3.Cookie$Builder: java.lang.String path +androidx.appcompat.R$drawable: int abc_item_background_holo_light +com.google.android.material.R$style: int Base_CardView +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Description: java.lang.String English +android.didikee.donate.R$attr: int windowFixedHeightMinor +com.github.rahatarmanahmed.cpv.CircularProgressView: float access$200(com.github.rahatarmanahmed.cpv.CircularProgressView) +wangdaye.com.geometricweather.R$color: int design_dark_default_color_primary_variant +wangdaye.com.geometricweather.R$style: int subtitle_text +androidx.appcompat.resources.R$id: int accessibility_custom_action_5 +cyanogenmod.weatherservice.WeatherProviderService: cyanogenmod.weatherservice.IWeatherProviderService$Stub mBinder +cyanogenmod.profiles.ConnectionSettings: ConnectionSettings(int) +com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_buttonIconDimen +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setPressure(java.lang.Float) +com.google.android.material.R$styleable: int Chip_chipMinTouchTargetSize +okio.ByteString: boolean rangeEquals(int,byte[],int,int) +okhttp3.ResponseBody$1: long contentLength() +androidx.customview.R$attr: int fontWeight +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver: void onComplete() +androidx.constraintlayout.widget.R$styleable: int[] ActionMode +com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver: java.lang.String c +androidx.core.R$id: int tag_accessibility_pane_title +okio.ForwardingSink: okio.Sink delegate() +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Button_Borderless +androidx.hilt.lifecycle.R$styleable: int GradientColor_android_startX +com.google.android.material.R$dimen: int material_clock_period_toggle_width +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton$ExtendedFloatingActionButtonBehavior: ExtendedFloatingActionButton$ExtendedFloatingActionButtonBehavior() +retrofit2.ParameterHandler: retrofit2.ParameterHandler iterable() +cyanogenmod.alarmclock.CyanogenModAlarmClock: android.content.Intent createAlarmIntent(android.content.Context) +wangdaye.com.geometricweather.R$attr: int checked +androidx.constraintlayout.helper.widget.Layer: void setScaleX(float) +androidx.appcompat.R$id: int accessibility_custom_action_28 +wangdaye.com.geometricweather.R$style: int widget_text_clock_analog_Light +androidx.preference.R$string: int abc_menu_sym_shortcut_label +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: io.reactivex.functions.Function rightEnd +retrofit2.BuiltInConverters: retrofit2.Converter responseBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_queryHint +james.adaptiveicon.R$id: int progress_circular +okhttp3.internal.ws.WebSocketWriter: java.util.Random random +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void cancel() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: double HoursOfPrecipitation +com.google.android.material.R$styleable: int[] FloatingActionButton +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle +wangdaye.com.geometricweather.R$attr: int pageIndicatorColor +androidx.constraintlayout.widget.R$attr: int brightness +androidx.drawerlayout.R$styleable: int FontFamily_fontProviderCerts +com.google.android.material.R$attr: int spinBars +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorControlNormal +com.google.android.material.R$attr: int textColorSearchUrl +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_SeekBar_Discrete +james.adaptiveicon.R$dimen: int highlight_alpha_material_light +wangdaye.com.geometricweather.R$string: int mtrl_picker_toggle_to_year_selection +wangdaye.com.geometricweather.R$styleable: int OnSwipe_dragScale +com.amap.api.location.LocationManagerBase: com.amap.api.location.AMapLocation getLastKnownLocation() +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.util.Map rights +wangdaye.com.geometricweather.R$id: int decelerate +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_centerY +james.adaptiveicon.R$attr: int fontProviderAuthority +androidx.appcompat.resources.R$string: int status_bar_notification_info_overflow +wangdaye.com.geometricweather.R$string: int aqi_4 +cyanogenmod.weather.WeatherInfo$Builder: java.util.List mForecastList +androidx.preference.R$id: int actions wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer getRealFeelTemperature() -okio.Buffer$UnsafeCursor: okio.Segment segment -com.tencent.bugly.crashreport.crash.e: boolean a(java.lang.Thread) -androidx.constraintlayout.widget.R$styleable: int Constraint_android_elevation -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: int bufferSize -com.google.android.material.R$styleable: int AppCompatTheme_alertDialogStyle -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ListPopupWindow -com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceButton -com.amap.api.location.AMapLocation: double a(com.amap.api.location.AMapLocation,double) -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 -androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State RESUMED -cyanogenmod.weather.WeatherInfo: java.lang.String toString() -androidx.appcompat.widget.Toolbar: void setSubtitle(java.lang.CharSequence) -com.google.android.material.progressindicator.ProgressIndicator: void setVisibilityAfterHide(int) -androidx.preference.R$style: int Base_Widget_AppCompat_ListView -android.didikee.donate.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge -android.didikee.donate.R$styleable: int TextAppearance_textLocale -wangdaye.com.geometricweather.R$color: int background_material_dark -androidx.appcompat.widget.ActionBarContainer: void setVisibility(int) -com.tencent.bugly.proguard.h: com.tencent.bugly.proguard.h a(java.lang.Object[],java.lang.String) -com.google.android.material.R$styleable: int Layout_layout_constraintDimensionRatio -com.turingtechnologies.materialscrollbar.R$id: int action_bar_activity_content -com.amap.api.fence.GeoFence: void setCurrentLocation(com.amap.api.location.AMapLocation) -okhttp3.RealCall$AsyncCall: java.lang.String host() -io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: void onError(java.lang.Throwable) -io.reactivex.internal.observers.BasicIntQueueDisposable: boolean offer(java.lang.Object,java.lang.Object) -com.google.android.material.progressindicator.ProgressIndicator: ProgressIndicator(android.content.Context,android.util.AttributeSet,int) -androidx.constraintlayout.utils.widget.ImageFilterView: void setOverlay(boolean) -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_android_textAppearance -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog -wangdaye.com.geometricweather.common.basic.models.weather.WindDegree: float getDegree() -com.google.android.material.R$styleable: int MaterialAlertDialog_backgroundInsetEnd -androidx.constraintlayout.widget.R$id: int search_badge -wangdaye.com.geometricweather.R$array: int speed_units -io.reactivex.internal.observers.InnerQueuedObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.String cityId -com.jaredrummler.android.colorpicker.R$dimen: int abc_select_dialog_padding_start_material -com.jaredrummler.android.colorpicker.R$styleable: int SearchView_searchHintIcon -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) -androidx.constraintlayout.widget.R$attr: int flow_lastVerticalBias -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionMode -james.adaptiveicon.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Menu -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.String getWeatherText() -androidx.work.R$drawable: int notification_template_icon_bg -com.google.android.material.R$styleable: int CollapsingToolbarLayout_maxLines -okio.Segment: boolean shared -com.tencent.bugly.proguard.a: void a(java.lang.String,java.lang.Object) -com.google.android.gms.common.internal.safeparcel.SafeParcelable -com.xw.repo.bubbleseekbar.R$attr: int buttonPanelSideLayout -wangdaye.com.geometricweather.R$styleable: int KeyTrigger_triggerReceiver -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_autoSizeMinTextSize -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_horizontalStyle -com.tencent.bugly.crashreport.crash.c: boolean k() -io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: long serialVersionUID -com.google.gson.LongSerializationPolicy: LongSerializationPolicy(java.lang.String,int,com.google.gson.LongSerializationPolicy$1) -wangdaye.com.geometricweather.R$integer: int mtrl_card_anim_duration_ms -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_titleTextColor -android.didikee.donate.R$styleable: int MenuView_android_headerBackground -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_bias -wangdaye.com.geometricweather.R$id: int activity_weather_daily_indicator -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_goneMarginBottom -wangdaye.com.geometricweather.R$attr: int listChoiceBackgroundIndicator -androidx.legacy.coreutils.R$color: int notification_icon_bg_color -androidx.drawerlayout.R$id: int italic -com.bumptech.glide.integration.okhttp.R$id -cyanogenmod.providers.CMSettings$Global: boolean putLong(android.content.ContentResolver,java.lang.String,long) -cyanogenmod.externalviews.KeyguardExternalViewProviderService: java.lang.String TAG -wangdaye.com.geometricweather.R$dimen: int highlight_alpha_material_light -james.adaptiveicon.R$styleable: int AppCompatTheme_actionDropDownStyle -james.adaptiveicon.R$attr: int collapseContentDescription -com.turingtechnologies.materialscrollbar.R$styleable: int[] ActionMenuView -androidx.preference.R$drawable: int btn_radio_on_to_off_mtrl_animation -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.tencent.bugly.proguard.am: java.lang.String t -com.google.android.material.R$attr: int expandedHintEnabled -androidx.constraintlayout.widget.R$attr: int minHeight -com.bumptech.glide.integration.okhttp.R$attr: int font -okhttp3.internal.cache.CacheStrategy$Factory: long nowMillis -io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: io.reactivex.Observer downstream -androidx.constraintlayout.widget.R$drawable: int notification_template_icon_bg -okhttp3.Connection -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onScreenTurnedOff() -com.google.android.material.bottomnavigation.BottomNavigationView: BottomNavigationView(android.content.Context,android.util.AttributeSet,int) -androidx.viewpager2.R$attr: int ttcIndex -com.google.android.material.R$attr: int backgroundOverlayColorAlpha -com.jaredrummler.android.colorpicker.R$layout: int cpv_color_item_circle -com.google.android.material.floatingactionbutton.FloatingActionButton: void setImageDrawable(android.graphics.drawable.Drawable) -com.google.android.material.R$styleable: int Spinner_android_prompt -com.jaredrummler.android.colorpicker.R$styleable: int[] MenuView -androidx.appcompat.R$color: int dim_foreground_material_dark -androidx.appcompat.widget.SearchView: SearchView(android.content.Context,android.util.AttributeSet) -io.reactivex.Observable: io.reactivex.Observable flatMapIterable(io.reactivex.functions.Function) -com.turingtechnologies.materialscrollbar.R$style: int Theme_Design_Light_NoActionBar -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.lang.String Type -okhttp3.internal.http2.Http2Stream: okio.Timeout readTimeout() -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorPrimaryDark -com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_layout_anchorGravity -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Maximum: java.lang.String Unit -androidx.appcompat.R$style: int TextAppearance_Compat_Notification_Line2 -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Imperial: java.lang.String Unit -androidx.transition.R$id: int notification_main_column_container -wangdaye.com.geometricweather.R$string: int key_notification -com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String f -androidx.appcompat.R$style: int TextAppearance_Compat_Notification -com.amap.api.fence.GeoFence: com.amap.api.location.AMapLocation getCurrentLocation() -org.greenrobot.greendao.AbstractDaoSession: void refresh(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColorItem_android_offset -com.google.android.material.R$styleable: int ColorStateListItem_android_alpha -wangdaye.com.geometricweather.R$drawable: int abc_seekbar_track_material -com.google.android.material.R$styleable: int AppCompatTextView_autoSizePresetSizes -com.google.android.material.floatingactionbutton.FloatingActionButton: com.google.android.material.animation.MotionSpec getShowMotionSpec() -com.tencent.bugly.proguard.u: java.lang.String k -androidx.lifecycle.LiveData$LifecycleBoundObserver: androidx.lifecycle.LiveData this$0 -androidx.lifecycle.service.R -androidx.preference.R$attr: int buttonBarNegativeButtonStyle -io.reactivex.internal.schedulers.ExecutorScheduler$DelayedRunnable: io.reactivex.internal.disposables.SequentialDisposable direct -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_transformPivotX -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_menuCategory -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Button_Colored -com.tencent.bugly.crashreport.crash.h5.b: java.lang.String a() -androidx.preference.R$attr: int listLayout -wangdaye.com.geometricweather.R$id: int showHome -androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_android_baselineAligned -com.google.android.material.R$style: int Widget_AppCompat_AutoCompleteTextView -wangdaye.com.geometricweather.R$styleable: int[] CompoundButton -androidx.lifecycle.ProcessLifecycleOwner$3$1: ProcessLifecycleOwner$3$1(androidx.lifecycle.ProcessLifecycleOwner$3) -okhttp3.Headers$Builder: okhttp3.Headers$Builder removeAll(java.lang.String) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX -cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.IKeyguardExternalViewCallbacks mKeyguardExternalViewCallbacks -com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_font -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_chainUseRtl -androidx.appcompat.R$styleable: int ActionBar_itemPadding -okhttp3.internal.http1.Http1Codec$ChunkedSink: okio.Timeout timeout() -androidx.hilt.lifecycle.R$id: int text -com.amap.api.location.AMapLocationClientOption$GeoLanguage -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_subtitle_top_margin_material -wangdaye.com.geometricweather.R$style: int widget_progress -wangdaye.com.geometricweather.R$drawable: int notif_temp_121 -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored -wangdaye.com.geometricweather.R$color: int material_on_surface_emphasis_high_type -cyanogenmod.weather.RequestInfo: android.location.Location access$502(cyanogenmod.weather.RequestInfo,android.location.Location) -cyanogenmod.themes.ThemeChangeRequest$1: ThemeChangeRequest$1() -com.google.android.material.R$style: int AndroidThemeColorAccentYellow -com.google.android.material.internal.ParcelableSparseArray: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_color -wangdaye.com.geometricweather.R$styleable: int MotionHelper_onShow -io.reactivex.internal.operators.observable.ObservableGroupBy$State: java.util.concurrent.atomic.AtomicBoolean cancelled -cyanogenmod.weatherservice.ServiceRequest: void reject(int) -com.bumptech.glide.load.engine.CallbackException -com.google.android.material.R$id: int pin -wangdaye.com.geometricweather.R$styleable: int Chip_android_textAppearance -wangdaye.com.geometricweather.R$styleable: int Transition_transitionDisable -androidx.hilt.work.R$bool: int enable_system_alarm_service_default -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int MOSTLY_CLOUDY_NIGHT -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Large -wangdaye.com.geometricweather.R$id: int container_main_first_daily_card_container -androidx.lifecycle.SavedStateHandleController: void attachToLifecycle(androidx.savedstate.SavedStateRegistry,androidx.lifecycle.Lifecycle) -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub$Proxy: android.os.IBinder mRemote -okio.GzipSource: void updateCrc(okio.Buffer,long,long) -androidx.viewpager2.R$dimen: int notification_subtext_size -james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon -androidx.drawerlayout.R$styleable: int GradientColor_android_startColor -wangdaye.com.geometricweather.R$id: int buttonPanel -androidx.activity.R$dimen: int notification_big_circle_margin -io.reactivex.Observable: io.reactivex.Observable timeout(long,java.util.concurrent.TimeUnit,io.reactivex.ObservableSource) -com.google.android.material.R$attr: int counterTextAppearance -androidx.constraintlayout.widget.R$attr: int layout_editor_absoluteY -com.google.android.material.R$id: int textSpacerNoButtons -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintCircleAngle -androidx.constraintlayout.widget.R$styleable: int Transition_transitionDisable -wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_itemShapeAppearanceOverlay -androidx.fragment.R$anim -com.google.android.material.R$styleable: int AppCompatTheme_actionBarSize -com.google.android.material.R$dimen: int material_cursor_inset_top -androidx.appcompat.resources.R$id: int tag_accessibility_pane_title -okhttp3.Cache: int readInt(okio.BufferedSource) -androidx.preference.R$styleable: int SearchView_searchHintIcon -androidx.preference.R$color: int background_material_light -com.google.android.material.R$attr: int tabInlineLabel -android.didikee.donate.R$id: int action_bar_root -androidx.appcompat.resources.R$dimen: int compat_button_inset_horizontal_material -androidx.constraintlayout.widget.R$attr: int warmth -androidx.hilt.work.R$dimen: int notification_content_margin_start -androidx.recyclerview.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable -androidx.constraintlayout.widget.R$attr: int fontVariationSettings -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_Button_Colored -androidx.constraintlayout.widget.R$attr: int initialActivityCount -retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: boolean isDisposed() -androidx.work.NetworkType: androidx.work.NetworkType NOT_REQUIRED -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Metric: int UnitType -com.jaredrummler.android.colorpicker.R$attr: int actionModeSplitBackground -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: int status -wangdaye.com.geometricweather.db.entities.LocationEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.LocationEntity) -android.didikee.donate.R$style: int Widget_AppCompat_Spinner_DropDown -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_38 -com.google.android.material.R$styleable: int ConstraintSet_constraint_referenced_ids -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeIcePrecipitation -com.xw.repo.bubbleseekbar.R$attr: int bsb_section_text_color -wangdaye.com.geometricweather.R$layout: int design_navigation_menu_item -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActivityChooserView -com.jaredrummler.android.colorpicker.R$styleable: int View_android_focusable -wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: int getIconSize() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onKeyguardShowing(boolean) -wangdaye.com.geometricweather.R$drawable: int abc_text_cursor_material -cyanogenmod.providers.CMSettings$Secure$1: java.lang.String mDelimiter -com.jaredrummler.android.colorpicker.R$style: int Platform_AppCompat_Light -wangdaye.com.geometricweather.R$id: int snackbar_text -androidx.preference.R$styleable: int[] SearchView -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeRealFeelTemperature(java.lang.Integer) -com.xw.repo.bubbleseekbar.R$attr: int ratingBarStyleIndicator -retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isBody -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: boolean isValid() -okhttp3.Headers: void checkValue(java.lang.String,java.lang.String) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: boolean requestDismissAndStartActivity(android.content.Intent) -wangdaye.com.geometricweather.R$id: int dialog_providers_previewer_container -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Imperial: double Value -com.google.android.material.R$styleable: int Layout_layout_constraintLeft_creator -cyanogenmod.library.R$attr: int settingsActivity -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_21 -wangdaye.com.geometricweather.R$color: int mtrl_choice_chip_background_color -cyanogenmod.app.suggest.IAppSuggestManager$Stub: cyanogenmod.app.suggest.IAppSuggestManager asInterface(android.os.IBinder) -androidx.work.R$dimen: int compat_notification_large_icon_max_width -android.didikee.donate.R$style: int Base_Theme_AppCompat_Light_Dialog_Alert -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Small -wangdaye.com.geometricweather.R$dimen: int abc_action_bar_default_padding_start_material -wangdaye.com.geometricweather.db.entities.DailyEntityDao: wangdaye.com.geometricweather.db.converters.WeatherCodeConverter daytimeWeatherCodeConverter -androidx.preference.SwitchPreference: SwitchPreference(android.content.Context,android.util.AttributeSet) -androidx.legacy.coreutils.R$styleable: int FontFamily_fontProviderAuthority -wangdaye.com.geometricweather.R$id: int split_action_bar -androidx.preference.R$dimen: int abc_button_inset_vertical_material -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Ice: java.lang.String Unit -androidx.appcompat.widget.SearchView$SearchAutoComplete: void setSearchView(androidx.appcompat.widget.SearchView) -wangdaye.com.geometricweather.R$attr: int fontWeight -androidx.constraintlayout.motion.widget.MotionHelper: MotionHelper(android.content.Context,android.util.AttributeSet) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge -io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: ObservableReplay$SizeAndTimeBoundReplayBuffer(int,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -androidx.appcompat.widget.Toolbar: void setNavigationIcon(int) -androidx.appcompat.R$id: int forever -wangdaye.com.geometricweather.R$string: int transition_activity_search_txt -com.google.android.material.R$attr: int seekBarStyle -wangdaye.com.geometricweather.R$attr: int layout_constraintBaseline_creator -com.xw.repo.bubbleseekbar.R$attr: int listPopupWindowStyle -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_subtitleTextColor -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintTop_creator -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorPrimary -okhttp3.Dispatcher: void setMaxRequests(int) -cyanogenmod.app.ILiveLockScreenManager: boolean getLiveLockScreenEnabled() -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Body2 -androidx.cardview.R$dimen: int cardview_compat_inset_shadow -com.jaredrummler.android.colorpicker.R$drawable: int cpv_btn_background -com.google.android.material.R$layout: int mtrl_picker_fullscreen -wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_min -com.google.android.material.R$styleable: int MotionTelltales_telltales_tailScale -com.github.rahatarmanahmed.cpv.CircularProgressView$2: float val$currentProgress +wangdaye.com.geometricweather.R$attr: int layout_collapseMode +androidx.dynamicanimation.R$drawable: int notification_bg_normal_pressed +androidx.vectordrawable.animated.R$id: int info +com.turingtechnologies.materialscrollbar.R$styleable: int CompoundButton_buttonTint +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Dialog_Alert +androidx.lifecycle.extensions.R$drawable: int notification_template_icon_low_bg +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_textColorHint +wangdaye.com.geometricweather.search.LoadableLocationList$Status: wangdaye.com.geometricweather.search.LoadableLocationList$Status LOADING +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: boolean delayError +james.adaptiveicon.R$color: int bright_foreground_material_dark +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather: java.lang.String img +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeTotalPrecipitationProbability(java.lang.Float) +com.xw.repo.bubbleseekbar.R$attr: int fontFamily +cyanogenmod.weather.WeatherInfo: int hashCode() +com.google.android.material.bottomnavigation.BottomNavigationView: BottomNavigationView(android.content.Context,android.util.AttributeSet) +okhttp3.internal.platform.OptionalMethod: java.lang.Object invokeOptionalWithoutCheckedException(java.lang.Object,java.lang.Object[]) +androidx.core.os.CancellationSignal: void setOnCancelListener(androidx.core.os.CancellationSignal$OnCancelListener) +james.adaptiveicon.R$styleable: int Toolbar_popupTheme +cyanogenmod.app.CustomTile$Builder: android.content.Context mContext +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.lang.Integer getCloudCover() +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver(io.reactivex.CompletableObserver,io.reactivex.functions.Function,boolean) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_PopupMenu +androidx.preference.R$styleable: int ActionMode_backgroundSplit +com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_layout_anchor +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_9 +com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Body_Text +wangdaye.com.geometricweather.R$styleable: int SeekBarPreference_android_max +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode REFUSED_STREAM +wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree getNighttimeWindDegree() +androidx.appcompat.R$dimen: int abc_search_view_preferred_height +cyanogenmod.externalviews.KeyguardExternalView$8: KeyguardExternalView$8(cyanogenmod.externalviews.KeyguardExternalView,boolean) +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: long serialVersionUID +androidx.appcompat.R$attr: int searchViewStyle +com.google.android.material.chip.Chip: void setOnCheckedChangeListenerInternal(android.widget.CompoundButton$OnCheckedChangeListener) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_id +androidx.core.R$id: int accessibility_custom_action_3 +androidx.constraintlayout.widget.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_0 +androidx.preference.R$styleable: int LinearLayoutCompat_android_gravity +androidx.core.R$layout: int notification_action_tombstone +okio.Pipe$PipeSource: okio.Pipe this$0 +android.didikee.donate.R$id: R$id() +com.github.rahatarmanahmed.cpv.CircularProgressView$8: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 +wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle[] values() +com.google.android.material.R$id: int spacer +wangdaye.com.geometricweather.R$string: int real_feel_shade_temperature +androidx.vectordrawable.R$id: int tag_accessibility_pane_title +androidx.appcompat.R$attr: int collapseIcon +com.xw.repo.bubbleseekbar.R$string: int abc_prepend_shortcut_label +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: io.reactivex.internal.fuseable.SimpleQueue queue +com.google.android.material.R$attr: int boxCornerRadiusBottomEnd +io.reactivex.internal.util.ArrayListSupplier: java.util.List call() +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_temp_2 +wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_Dark +androidx.recyclerview.R$dimen: int compat_button_padding_horizontal_material +androidx.constraintlayout.widget.R$attr: int layout_constraintCircleRadius +androidx.constraintlayout.widget.R$attr: int showPaths +com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status WAITING_FOR_SIZE +androidx.appcompat.R$styleable: int DrawerArrowToggle_arrowShaftLength +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int MOSTLY_CLOUDY_DAY +androidx.preference.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar +okhttp3.internal.http.StatusLine: int HTTP_PERM_REDIRECT +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$TotalLiquid: java.lang.String Unit +wangdaye.com.geometricweather.R$attr: int itemHorizontalPadding +wangdaye.com.geometricweather.R$attr: int spinnerDropDownItemStyle +cyanogenmod.app.CMStatusBarManager: android.content.Context mContext +androidx.preference.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader +cyanogenmod.app.CMContextConstants$Features: java.lang.String TELEPHONY +androidx.appcompat.R$styleable: int AppCompatTheme_actionBarTabBarStyle +com.jaredrummler.android.colorpicker.R$attr: int selectableItemBackgroundBorderless +com.turingtechnologies.materialscrollbar.R$id: int line3 +androidx.core.R$id: int tag_transition_group +com.google.android.material.R$layout: int notification_action_tombstone +androidx.vectordrawable.R$drawable: int notification_tile_bg +wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property Time +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle +com.google.android.gms.common.server.response.FastJsonResponse$Field +androidx.vectordrawable.R$id: int accessibility_custom_action_17 +wangdaye.com.geometricweather.R$dimen: int test_mtrl_calendar_day_cornerSize +okhttp3.internal.tls.DistinguishedNameParser: java.lang.String hexAV() +wangdaye.com.geometricweather.R$string: int bottom_sheet_behavior +wangdaye.com.geometricweather.R$attr: int customPixelDimension +com.xw.repo.bubbleseekbar.R$color: int material_grey_600 +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableEndCompat +wangdaye.com.geometricweather.R$transition: int search_activity_enter +okhttp3.internal.http2.Huffman: okhttp3.internal.http2.Huffman$Node root +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void complete(java.lang.Object) +wangdaye.com.geometricweather.R$styleable: int Preference_order +cyanogenmod.app.suggest.IAppSuggestManager +cyanogenmod.media.MediaRecorder: java.lang.String CAPTURE_AUDIO_HOTWORD_PERMISSION +wangdaye.com.geometricweather.R$attr: int lastBaselineToBottomHeight +androidx.hilt.work.R$drawable: int notification_bg_normal_pressed +okhttp3.TlsVersion: okhttp3.TlsVersion[] values() +wangdaye.com.geometricweather.main.models.LocationResource$Event: wangdaye.com.geometricweather.main.models.LocationResource$Event[] values() +com.turingtechnologies.materialscrollbar.R$attr: int chipStrokeColor +wangdaye.com.geometricweather.R$id: int fill_vertical +james.adaptiveicon.R$attr: int paddingBottomNoButtons +com.xw.repo.bubbleseekbar.R$attr: int fontProviderCerts +com.jaredrummler.android.colorpicker.R$layout: int abc_dialog_title_material +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_Switch +com.google.android.material.R$styleable: int Layout_layout_goneMarginRight +com.google.android.material.R$styleable: int FontFamilyFont_android_fontWeight +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: void dispose() +com.jaredrummler.android.colorpicker.R$drawable: int abc_list_selector_holo_dark +android.didikee.donate.R$anim: int abc_slide_out_top +com.google.gson.stream.JsonReader: java.lang.String getPath() +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_divider +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_marginLeft +androidx.constraintlayout.helper.widget.Flow: void setFirstHorizontalStyle(int) +androidx.appcompat.widget.Toolbar: android.widget.TextView getSubtitleTextView() +com.google.android.gms.base.R$string: int common_google_play_services_update_button +com.google.android.material.floatingactionbutton.FloatingActionButton: void setScaleY(float) +androidx.viewpager2.R$styleable: int RecyclerView_layoutManager +cyanogenmod.app.CustomTile$ExpandedStyle: void internalSetRemoteViews(android.widget.RemoteViews) +com.tencent.bugly.crashreport.crash.h5.a: java.lang.String f +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: FlowableConcatMap$ConcatMapInner(io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapSupport) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorButtonNormal +com.tencent.bugly.crashreport.crash.CrashDetailBean: long C +com.tencent.bugly.crashreport.crash.e: void b() +com.google.android.material.slider.BaseSlider: void setHaloTintList(android.content.res.ColorStateList) +androidx.vectordrawable.animated.R$layout: int notification_template_part_chronometer +com.turingtechnologies.materialscrollbar.R$attr: int tabPaddingEnd +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: org.reactivestreams.Subscription receiver +androidx.preference.R$style: int TextAppearance_AppCompat_Medium +androidx.appcompat.widget.SearchView: void setMaxWidth(int) +okhttp3.Headers: int size() +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: java.util.concurrent.atomic.AtomicLong requested +androidx.preference.R$attr: int buttonBarPositiveButtonStyle +cyanogenmod.app.LiveLockScreenManager: cyanogenmod.app.LiveLockScreenInfo getDefaultLiveLockScreen() +wangdaye.com.geometricweather.db.entities.DailyEntity: void setRagweedLevel(java.lang.Integer) +android.didikee.donate.R$drawable: int abc_cab_background_top_mtrl_alpha +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void onError(java.lang.Throwable) +android.support.v4.os.ResultReceiver$MyRunnable: int mResultCode +io.reactivex.Observable: io.reactivex.Observable generate(java.util.concurrent.Callable,io.reactivex.functions.BiFunction) +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setTextColor(int) +cyanogenmod.weather.CMWeatherManager: cyanogenmod.weather.ICMWeatherManager sWeatherManagerService +androidx.customview.R$styleable +com.xw.repo.bubbleseekbar.R$attr: int viewInflaterClass +com.google.android.material.R$style: int TestThemeWithLineHeightDisabled +com.turingtechnologies.materialscrollbar.R$layout: int design_navigation_item +okhttp3.Cookie: java.lang.String domain() +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_firstVerticalBias +com.tencent.bugly.crashreport.CrashReport: java.lang.String getUserId() +androidx.appcompat.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar +cyanogenmod.externalviews.KeyguardExternalView$10: void run() +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_translationY +com.amap.api.location.AMapLocationClientOption: void writeToParcel(android.os.Parcel,int) +androidx.appcompat.widget.AppCompatRadioButton: AppCompatRadioButton(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$styleable: int Chip_chipCornerRadius +okio.BufferedSource: void readFully(okio.Buffer,long) +wangdaye.com.geometricweather.R$attr: int bsb_progress +wangdaye.com.geometricweather.R$id: int notification_multi_city_icon_3 +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA +android.didikee.donate.R$attr: int trackTintMode +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Metric: AccuLocationResult$GeoPosition$Elevation$Metric() +com.google.android.material.R$style: int Base_Widget_AppCompat_ActionBar +wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode AUTO +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: boolean isLeft +wangdaye.com.geometricweather.R$id: int action_image +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Dialog +wangdaye.com.geometricweather.background.polling.work.worker.TomorrowForecastUpdateWorker +wangdaye.com.geometricweather.R$string: int search_menu_title +androidx.hilt.work.R$id: int accessibility_custom_action_9 +androidx.constraintlayout.widget.R$styleable: int ActionBar_subtitle +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_AES_128_GCM_SHA256 +androidx.appcompat.R$styleable: int[] StateListDrawable +okhttp3.HttpUrl: void pathSegmentsToString(java.lang.StringBuilder,java.util.List) +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean setNativeUserId(java.lang.String) +androidx.appcompat.R$color: int button_material_light +com.google.android.gms.common.api.AvailabilityException: com.google.android.gms.common.ConnectionResult getConnectionResult(com.google.android.gms.common.api.GoogleApi) +androidx.constraintlayout.widget.R$color: int abc_secondary_text_material_light +io.reactivex.Observable: void subscribeActual(io.reactivex.Observer) +androidx.legacy.coreutils.R$integer: R$integer() +androidx.preference.R$styleable: int Preference_allowDividerBelow +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: void setGravitySensorEnabled(boolean) +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: boolean done +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String nighttimeWeatherPhase +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit MB +androidx.appcompat.resources.R$id: int accessibility_custom_action_28 +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_waveShape +androidx.preference.R$attr: int fontFamily +com.google.android.material.R$styleable: int Constraint_android_minWidth +androidx.viewpager2.R$attr: int fontProviderQuery +wangdaye.com.geometricweather.R$string: int settings_title_gravity_sensor_switch +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.String momentDay +com.google.android.material.R$styleable: int SearchView_suggestionRowLayout +androidx.appcompat.R$styleable: int[] LinearLayoutCompat_Layout +com.google.android.material.R$layout: int mtrl_calendar_day +com.google.android.material.R$id: int mtrl_picker_text_input_range_end +androidx.drawerlayout.R$dimen: int notification_big_circle_margin +androidx.loader.R$drawable: int notification_bg_normal +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation +okio.Okio$1: java.lang.String toString() +cyanogenmod.app.StatusBarPanelCustomTile: long postTime +cyanogenmod.externalviews.ExternalViewProviderService$Provider: android.view.View onCreateView() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean +androidx.appcompat.R$color: int material_grey_800 +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: CNWeatherResult$Alert() +androidx.work.R$attr: int fontProviderCerts +com.jaredrummler.android.colorpicker.R$attr: int buttonBarPositiveButtonStyle +okhttp3.WebSocketListener: void onOpen(okhttp3.WebSocket,okhttp3.Response) +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem +io.reactivex.Observable: io.reactivex.Observable repeatUntil(io.reactivex.functions.BooleanSupplier) +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String getLongitude() +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintLeft_toRightOf +android.didikee.donate.R$attr: int alertDialogCenterButtons +okhttp3.internal.http2.Http2Stream$FramingSink: void flush() +james.adaptiveicon.R$color: int material_grey_100 +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void onSubscribe(org.reactivestreams.Subscription) +androidx.hilt.R$id: int tag_accessibility_clickable_spans +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeBackground +wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_thickness +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_android_orientation +retrofit2.RequestBuilder: void addTag(java.lang.Class,java.lang.Object) +androidx.coordinatorlayout.R$id: int time +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Body1 +wangdaye.com.geometricweather.R$integer: int cpv_default_anim_sync_duration +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String BOOT_ANIM_URI +android.support.v4.app.INotificationSideChannel$Stub: android.support.v4.app.INotificationSideChannel asInterface(android.os.IBinder) +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle +com.google.android.material.R$styleable: int BottomAppBar_fabCradleMargin +com.google.android.material.card.MaterialCardView: MaterialCardView(android.content.Context) +androidx.appcompat.R$style: int TextAppearance_AppCompat_Small_Inverse +okhttp3.HttpUrl: java.lang.String topPrivateDomain() +cyanogenmod.externalviews.ExternalView: void onActivitySaveInstanceState(android.app.Activity,android.os.Bundle) +retrofit2.BuiltInConverters$UnitResponseBodyConverter: retrofit2.BuiltInConverters$UnitResponseBodyConverter INSTANCE +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DialogWhenLarge com.jaredrummler.android.colorpicker.R$attr: int progressBarStyle -androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat_ActionBar -okhttp3.internal.http2.Http2Codec$StreamFinishingSource: long bytesRead -io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: void cancel(io.reactivex.internal.queue.SpscLinkedArrayQueue,io.reactivex.internal.queue.SpscLinkedArrayQueue) -android.didikee.donate.R$attr: int barLength -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPathRenderer: void setRootAlpha(int) -wangdaye.com.geometricweather.R$attr: int layout_constraintHeight_min -wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorEnabled -com.jaredrummler.android.colorpicker.R$attr: int initialActivityCount -cyanogenmod.app.ThemeVersion$ThemeVersionImpl3: cyanogenmod.app.ThemeVersion$ComponentVersion fwCompVersionToSdkVersion(android.content.ThemeVersion$ComponentVersion) -james.adaptiveicon.R$id: int list_item -androidx.viewpager.widget.ViewPager: void removeOnPageChangeListener(androidx.viewpager.widget.ViewPager$OnPageChangeListener) -androidx.constraintlayout.widget.R$layout: int custom_dialog -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX brandInfo -okhttp3.internal.NamedRunnable: NamedRunnable(java.lang.String,java.lang.Object[]) -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: void cancel() -androidx.hilt.R$attr: int fontProviderQuery -okhttp3.CipherSuite -androidx.vectordrawable.R$attr: int fontProviderAuthority -com.xw.repo.bubbleseekbar.R$color: int abc_search_url_text_pressed -com.jaredrummler.android.colorpicker.R$style: int Base_V21_Theme_AppCompat -wangdaye.com.geometricweather.db.entities.LocationEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.LocationEntity) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Metric: int UnitType -com.google.android.material.circularreveal.CircularRevealFrameLayout: com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo getRevealInfo() -com.jaredrummler.android.colorpicker.R$attr: int statusBarBackground -james.adaptiveicon.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex -com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_orientation -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_month_vertical_padding -wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: java.lang.String getUnitId() -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_CompoundButton_Switch -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse -wangdaye.com.geometricweather.R$styleable: int BottomAppBar_elevation +io.reactivex.internal.operators.observable.ObservableGroupBy$State: ObservableGroupBy$State(int,io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver,java.lang.Object,boolean) +io.reactivex.internal.subscriptions.EmptySubscription: void error(java.lang.Throwable,org.reactivestreams.Subscriber) +android.didikee.donate.R$attr: int contentInsetRight +com.tencent.bugly.proguard.l: byte[] a(java.nio.ByteBuffer) +james.adaptiveicon.R$style: int Widget_AppCompat_ProgressBar +cyanogenmod.app.StatusBarPanelCustomTile: cyanogenmod.app.CustomTile customTile +androidx.swiperefreshlayout.R$dimen: int notification_subtext_size +wangdaye.com.geometricweather.R$dimen: int abc_action_bar_default_height_material +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric: AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric() +androidx.lifecycle.SavedStateHandleController$OnRecreation: SavedStateHandleController$OnRecreation() +retrofit2.Utils: java.lang.reflect.Type getParameterLowerBound(int,java.lang.reflect.ParameterizedType) +androidx.dynamicanimation.R$id: int tag_unhandled_key_event_manager +com.jaredrummler.android.colorpicker.R$attr: int preferenceInformationStyle +james.adaptiveicon.R$drawable: int abc_ic_star_black_36dp +com.jaredrummler.android.colorpicker.R$attr: int measureWithLargestChild +io.reactivex.internal.observers.LambdaObserver: boolean isDisposed() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarPopupTheme +com.jaredrummler.android.colorpicker.R$attr: int progressBarPadding +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_selection_text_baseline_to_bottom +com.bumptech.glide.R$id: int bottom +androidx.activity.R$color: int secondary_text_default_material_light +com.tencent.bugly.proguard.ab: byte[] a(byte[]) +com.google.android.gms.common.api.ApiException: int getStatusCode() +androidx.loader.R$id: int icon_group +cyanogenmod.app.suggest.IAppSuggestProvider$Stub: int TRANSACTION_handles_0 +com.google.android.material.R$attr: int materialCalendarStyle +com.google.android.material.datepicker.RangeDateSelector +androidx.coordinatorlayout.R$dimen: int compat_button_padding_vertical_material +okio.Okio$3: okio.Timeout timeout() +com.google.android.material.navigation.NavigationView: void setItemBackgroundResource(int) +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_selection_line_height +android.didikee.donate.R$style: int ThemeOverlay_AppCompat_Dark +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_max +androidx.transition.R$id: int line1 +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: boolean isDaylight() +androidx.appcompat.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize +com.turingtechnologies.materialscrollbar.AlphabetIndicator +com.google.android.material.progressindicator.ProgressIndicator: void setTrackColor(int) +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: io.reactivex.subjects.UnicastSubject window +android.didikee.donate.R$drawable: int abc_ratingbar_indicator_material +james.adaptiveicon.R$styleable: int ActionBar_contentInsetEndWithActions +io.reactivex.Observable: io.reactivex.Observable sample(io.reactivex.ObservableSource,boolean) +androidx.appcompat.R$id: int titleDividerNoCustom +androidx.recyclerview.R$styleable: int GradientColor_android_centerColor +com.turingtechnologies.materialscrollbar.R$attr: int actionModeCloseDrawable +com.jaredrummler.android.colorpicker.R$style: int Preference_SwitchPreference +com.turingtechnologies.materialscrollbar.R$color: int abc_tint_switch_track +wangdaye.com.geometricweather.R$string: int sp_widget_text_setting +okhttp3.Authenticator: okhttp3.Request authenticate(okhttp3.Route,okhttp3.Response) +android.didikee.donate.R$layout: int abc_activity_chooser_view_list_item +wangdaye.com.geometricweather.R$attr: int motionDebug +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_counterOverflowTextColor +wangdaye.com.geometricweather.R$drawable: int notif_temp_39 +androidx.recyclerview.R$id: int notification_main_column +cyanogenmod.os.Build: Build() +retrofit2.BuiltInConverters$ToStringConverter: java.lang.String convert(java.lang.Object) +androidx.fragment.R$styleable: int FontFamily_fontProviderAuthority +cyanogenmod.weather.WeatherInfo: double mHumidity +com.google.android.material.R$attr: int tabIndicatorHeight +com.google.android.material.R$styleable: int MaterialButtonToggleGroup_selectionRequired +com.tencent.bugly.crashreport.CrashReport: int getUserDatasSize(android.content.Context) +retrofit2.http.QueryMap: boolean encoded() +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onDetach() +androidx.fragment.R$id: int accessibility_custom_action_14 +wangdaye.com.geometricweather.R$attr: int helperText +wangdaye.com.geometricweather.R$color: int abc_decor_view_status_guard +cyanogenmod.weather.WeatherLocation: java.lang.String getCountryId() +cyanogenmod.app.ProfileManager: boolean notificationGroupExists(java.lang.String) +cyanogenmod.externalviews.ExternalViewProviderService: ExternalViewProviderService() +cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener +io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,long,boolean,int) +androidx.work.R$styleable: int[] GradientColor +androidx.recyclerview.R$styleable: int ColorStateListItem_android_color +okhttp3.internal.ws.WebSocketWriter +okhttp3.OkHttpClient$Builder: boolean retryOnConnectionFailure +wangdaye.com.geometricweather.R$attr: int currentState +okhttp3.ResponseBody: byte[] bytes() +wangdaye.com.geometricweather.R$id: int navigation_header_container +com.jaredrummler.android.colorpicker.R$string: int abc_menu_shift_shortcut_label +com.turingtechnologies.materialscrollbar.R$attr: int actionBarWidgetTheme +androidx.viewpager.R$id: int info +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onScreenTurnedOn +wangdaye.com.geometricweather.R$animator: int weather_snow_3 +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy +androidx.preference.R$style: int Widget_AppCompat_Button_Small +androidx.appcompat.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_item_min_width +com.turingtechnologies.materialscrollbar.R$style: int Animation_Design_BottomSheetDialog +androidx.transition.R$attr: int fontProviderAuthority +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_subtitle_material_toolbar +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SCATTERED_SNOW_SHOWERS +wangdaye.com.geometricweather.R$layout: int widget_clock_day_symmetry +com.tencent.bugly.crashreport.common.info.AppInfo: java.lang.String c(android.content.Context) +com.google.android.material.R$drawable: int abc_btn_borderless_material +androidx.constraintlayout.widget.R$styleable: int OnSwipe_dragThreshold +wangdaye.com.geometricweather.R$id: int textinput_prefix_text +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_editor_absoluteY +okhttp3.MultipartBody$Part: okhttp3.MultipartBody$Part create(okhttp3.Headers,okhttp3.RequestBody) +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Display4 +androidx.preference.R$styleable: int ActionBar_divider +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_android_insetRight +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: java.lang.String getUrl() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String tempMax +james.adaptiveicon.R$string: int abc_toolbar_collapse_description +com.google.android.material.R$string: int character_counter_content_description +androidx.core.R$dimen: int notification_small_icon_size_as_large +okhttp3.OkHttpClient: okhttp3.Dns dns() +com.turingtechnologies.materialscrollbar.MaterialScrollBar: void setRightToLeft(boolean) +androidx.lifecycle.ProcessLifecycleOwner: int mStartedCounter +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) +cyanogenmod.profiles.RingModeSettings$1 +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionBar_TabView +wangdaye.com.geometricweather.R$layout: int widget_clock_day_week +wangdaye.com.geometricweather.R$drawable: int abc_menu_hardkey_panel_mtrl_mult +androidx.constraintlayout.widget.R$attr: int layout_constraintHeight_min +okhttp3.OkHttpClient$1: boolean connectionBecameIdle(okhttp3.ConnectionPool,okhttp3.internal.connection.RealConnection) +androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory: android.app.Application mApplication +com.turingtechnologies.materialscrollbar.R$attr: int color +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHorizontal_bias +james.adaptiveicon.R$layout: int abc_activity_chooser_view_list_item +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: int Age +com.jaredrummler.android.colorpicker.R$styleable: int[] PopupWindowBackgroundState +io.reactivex.internal.subscribers.StrictSubscriber: java.util.concurrent.atomic.AtomicLong requested +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeSnowPrecipitation +cyanogenmod.weather.RequestInfo: java.lang.String mCityName +com.tencent.bugly.proguard.a: java.util.HashMap a +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice$AdviceContext: java.lang.String level +james.adaptiveicon.R$color: int primary_text_disabled_material_dark +cyanogenmod.alarmclock.ClockContract: ClockContract() +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_min +androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type BOTTOM +com.bumptech.glide.load.DecodeFormat: com.bumptech.glide.load.DecodeFormat PREFER_ARGB_8888 +wangdaye.com.geometricweather.db.entities.AlertEntity: long getTime() +androidx.lifecycle.ClassesInfoCache$MethodReference: ClassesInfoCache$MethodReference(int,java.lang.reflect.Method) +wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat +okhttp3.Headers: Headers(java.lang.String[]) +android.didikee.donate.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox +io.reactivex.internal.queue.SpscArrayQueue +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_viewInflaterClass +okhttp3.HttpUrl +wangdaye.com.geometricweather.R$styleable: int DrawerArrowToggle_barLength +androidx.swiperefreshlayout.R$id: int async +wangdaye.com.geometricweather.R$styleable: int Slider_thumbStrokeColor +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setChecked(boolean) +com.google.android.material.R$attr: int autoSizePresetSizes +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast +androidx.lifecycle.FullLifecycleObserverAdapter +android.didikee.donate.R$styleable: int View_paddingEnd +androidx.constraintlayout.widget.R$style: int Base_V21_Theme_AppCompat +okhttp3.Cache$CacheRequestImpl: Cache$CacheRequestImpl(okhttp3.Cache,okhttp3.internal.cache.DiskLruCache$Editor) +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_fab_elevation +android.didikee.donate.R$attr: int editTextStyle +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getUvDescription() +com.turingtechnologies.materialscrollbar.R$styleable: int ChipGroup_selectionRequired +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.Integer getDbz() +com.google.android.material.circularreveal.cardview.CircularRevealCardView: com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo getRevealInfo() +com.google.android.material.textfield.TextInputLayout: void setSuffixText(java.lang.CharSequence) +com.jaredrummler.android.colorpicker.R$attr: int backgroundTintMode +okhttp3.internal.publicsuffix.PublicSuffixDatabase: PublicSuffixDatabase() +retrofit2.ParameterHandler$Part: okhttp3.Headers headers +com.turingtechnologies.materialscrollbar.R$styleable: int PopupWindow_android_popupAnimationStyle +retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: io.reactivex.Observer observer +com.google.android.material.button.MaterialButtonToggleGroup: void setSingleSelection(int) +com.baidu.location.e.p: p(java.lang.String,int,java.lang.String,java.lang.String,java.lang.String,int,int) +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_NoActionBar +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: java.util.Date StartTime +androidx.customview.R$styleable: R$styleable() +com.google.android.material.R$color: int mtrl_chip_close_icon_tint +com.google.android.material.R$styleable: int BottomNavigationView_itemIconTint +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: int getAnimationMode() +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Dark_ActionBar +com.google.gson.stream.JsonWriter: void push(int) +wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayVerticalWidgetConfigActivity: Hilt_ClockDayVerticalWidgetConfigActivity() +com.google.android.material.R$styleable: int AppCompatTextHelper_android_drawableStart +androidx.constraintlayout.widget.R$drawable: int abc_ic_star_black_16dp +wangdaye.com.geometricweather.R$layout: int mtrl_alert_select_dialog_singlechoice +cyanogenmod.providers.CMSettings$System: java.lang.String ENABLE_FORWARD_LOOKUP +androidx.preference.R$style: int ThemeOverlay_AppCompat_Light +androidx.preference.R$styleable: int SwitchPreference_summaryOff +okhttp3.internal.ws.WebSocketWriter: okhttp3.internal.ws.WebSocketWriter$FrameSink frameSink +androidx.appcompat.R$attr: int elevation +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX() +androidx.appcompat.R$attr: int thumbTintMode +okio.GzipSource: byte FCOMMENT +io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain: CompositeException$CompositeExceptionCausalChain() +com.xw.repo.BubbleSeekBar: void setBubbleColor(int) +com.google.android.material.R$styleable: int NavigationView_headerLayout +wangdaye.com.geometricweather.R$bool: int abc_config_actionMenuItemAllCaps +wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_height +wangdaye.com.geometricweather.main.layouts.MainLayoutManager +wangdaye.com.geometricweather.R$attr: int circleRadius +wangdaye.com.geometricweather.remoteviews.config.TextWidgetConfigActivity +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) +androidx.preference.R$style: int Base_Widget_AppCompat_PopupWindow +cyanogenmod.externalviews.ExternalViewProviderService: android.os.Handler access$100(cyanogenmod.externalviews.ExternalViewProviderService) +com.tencent.bugly.proguard.u: boolean a(com.tencent.bugly.proguard.u,boolean) +com.jaredrummler.android.colorpicker.R$style: int Base_V22_Theme_AppCompat_Light +com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu +androidx.coordinatorlayout.R$attr: int layout_keyline +androidx.constraintlayout.widget.R$styleable: int ImageFilterView_brightness +com.turingtechnologies.materialscrollbar.R$string: int abc_capital_off +com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$EntrySet entrySet +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String so2 +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_dividerPadding +androidx.vectordrawable.R$style: int Widget_Compat_NotificationActionContainer +wangdaye.com.geometricweather.R$styleable: int Constraint_android_rotationY +wangdaye.com.geometricweather.R$xml: int widget_day_week +com.jaredrummler.android.colorpicker.R$id: int src_in +android.didikee.donate.R$styleable: int DrawerArrowToggle_arrowShaftLength +androidx.recyclerview.R$styleable: int FontFamily_fontProviderCerts +com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableItem_android_id +androidx.constraintlayout.widget.R$attr: int layout_constraintGuide_begin +wangdaye.com.geometricweather.R$styleable: int Constraint_pathMotionArc +com.bumptech.glide.integration.okhttp.R$id: int right_side +cyanogenmod.hardware.CMHardwareManager: int FEATURE_KEY_DISABLE +io.reactivex.internal.util.NotificationLite: boolean isDisposable(java.lang.Object) +com.xw.repo.bubbleseekbar.R$color: int switch_thumb_normal_material_light +android.didikee.donate.R$id: int action_text +com.google.android.material.R$styleable: int Chip_shapeAppearanceOverlay +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric: AccuCurrentResult$PrecipitationSummary$Past3Hours$Metric() +com.tencent.bugly.crashreport.common.info.a: void d() +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder followSslRedirects(boolean) +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: double lon +com.google.android.material.R$interpolator: int mtrl_fast_out_linear_in +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex +com.google.gson.JsonIOException +wangdaye.com.geometricweather.R$styleable: int ActionBar_background +androidx.work.impl.background.systemalarm.SystemAlarmService +wangdaye.com.geometricweather.R$string: int common_google_play_services_wear_update_text +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Button_Small +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_android_background +com.tencent.bugly.crashreport.biz.UserInfoBean: java.util.Map r +androidx.appcompat.R$color: int switch_thumb_normal_material_dark +androidx.hilt.R$id: int time +wangdaye.com.geometricweather.R$layout: int design_navigation_item +androidx.appcompat.R$styleable: int MenuItem_actionLayout +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionButton_Overflow +wangdaye.com.geometricweather.R$id: int widget_clock_day_sensibleTemp +androidx.appcompat.R$string: int abc_menu_enter_shortcut_label +com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType BAIDU +com.google.android.material.slider.BaseSlider: int getAccessibilityFocusedVirtualViewId() +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHorizontal_chainStyle +okhttp3.internal.http.StatusLine: okhttp3.Protocol protocol +com.tencent.bugly.crashreport.common.info.a: boolean S() +okhttp3.ConnectionPool$1: okhttp3.ConnectionPool this$0 +wangdaye.com.geometricweather.main.MainActivity: void onSearchBarClicked(android.view.View) +androidx.loader.R$layout: int notification_action_tombstone +okhttp3.Protocol: okhttp3.Protocol[] values() +androidx.appcompat.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog +androidx.cardview.widget.CardView: CardView(android.content.Context,android.util.AttributeSet) +com.turingtechnologies.materialscrollbar.R$attr: int contentPaddingTop +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_136 +com.amap.api.location.AMapLocation: int D +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragmentCompat_android_layout +androidx.loader.R$style: int TextAppearance_Compat_Notification_Time +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.String TABLENAME +retrofit2.RequestBuilder: java.lang.String method +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float getThunderstorm() +okio.BufferedSource: int read(byte[]) +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Tooltip +retrofit2.BuiltInConverters$StreamingResponseBodyConverter: java.lang.Object convert(java.lang.Object) +cyanogenmod.providers.CMSettings$System: boolean putInt(android.content.ContentResolver,java.lang.String,int) +okhttp3.CertificatePinner$Pin: boolean matches(java.lang.String) +okhttp3.internal.http2.Http2: byte FLAG_END_HEADERS +wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_marginTop +androidx.preference.R$attr: int maxHeight +wangdaye.com.geometricweather.R$drawable: int tooltip_frame_dark +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.util.Date getDate() +wangdaye.com.geometricweather.R$style: int ShapeAppearance_MaterialComponents_MediumComponent +com.google.android.material.bottomappbar.BottomAppBar: BottomAppBar(android.content.Context) +com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_default_mtrl_shape +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property Latitude +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_CompactMenu +cyanogenmod.weather.IRequestInfoListener$Stub: cyanogenmod.weather.IRequestInfoListener asInterface(android.os.IBinder) +androidx.appcompat.widget.SearchView: void setSubmitButtonEnabled(boolean) +cyanogenmod.providers.CMSettings$System: java.lang.String BATTERY_LIGHT_LOW_COLOR +wangdaye.com.geometricweather.R$integer: int cpv_default_anim_swoop_duration +wangdaye.com.geometricweather.R$drawable: int shortcuts_hail_foreground +androidx.appcompat.R$id: int search_badge +androidx.viewpager2.R$id: int action_text +com.turingtechnologies.materialscrollbar.R$style: int Platform_V21_AppCompat +com.tencent.bugly.proguard.s: java.util.Map a(java.net.HttpURLConnection) +androidx.preference.R$attr: int colorAccent +io.reactivex.observers.TestObserver$EmptyObserver: void onError(java.lang.Throwable) +com.google.android.material.R$styleable: int AppCompatTheme_colorPrimary +com.jaredrummler.android.colorpicker.R$color: int abc_tint_default +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat +androidx.work.R$id: int accessibility_custom_action_30 +androidx.appcompat.R$style: int Theme_AppCompat_Light_Dialog +cyanogenmod.externalviews.ExternalView$3: cyanogenmod.externalviews.ExternalView this$0 +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.util.List SupplementalAdminAreas +com.google.android.material.R$dimen: int mtrl_btn_elevation +com.tencent.bugly.proguard.y$a: boolean d(com.tencent.bugly.proguard.y$a) +com.google.android.material.R$attr: int editTextBackground +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String[] VALID_KEYS +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getTemperature(android.content.Context,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) +com.google.android.material.slider.BaseSlider: float getValueFrom() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange: AccuCurrentResult$TemperatureSummary$Past12HourRange() +android.didikee.donate.R$style: int Base_AlertDialog_AppCompat_Light +okhttp3.Cache$CacheRequestImpl +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void onError(java.lang.Throwable) +cyanogenmod.app.PartnerInterface: int ZEN_MODE_NO_INTERRUPTIONS +okhttp3.Cookie: Cookie(java.lang.String,java.lang.String,long,java.lang.String,java.lang.String,boolean,boolean,boolean,boolean) +wangdaye.com.geometricweather.R$layout: int item_weather_daily_wind +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Header_Text +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipBackgroundColor +com.jaredrummler.android.colorpicker.R$color: int material_blue_grey_900 +com.tencent.bugly.crashreport.common.info.a: boolean y +com.google.android.gms.common.internal.zaw +com.turingtechnologies.materialscrollbar.R$attr: int trackTint +james.adaptiveicon.AdaptiveIconView: AdaptiveIconView(android.content.Context,android.util.AttributeSet,int) +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy +com.amap.api.location.AMapLocation$1 +wangdaye.com.geometricweather.R$drawable: int abc_btn_switch_to_on_mtrl_00001 +org.greenrobot.greendao.AbstractDao: java.lang.Object loadUniqueAndCloseCursor(android.database.Cursor) +wangdaye.com.geometricweather.R$dimen: int abc_text_size_title_material_toolbar +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$4: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator MENU_WAKE_SCREENN_VALIDATOR +androidx.activity.R$attr: int fontProviderCerts +android.didikee.donate.R$style: int Base_Widget_AppCompat_ListMenuView +android.didikee.donate.R$attr: int paddingTopNoTitle +androidx.appcompat.widget.SwitchCompat: void setTrackTintMode(android.graphics.PorterDuff$Mode) +wangdaye.com.geometricweather.R$styleable: int NavigationView_shapeAppearanceOverlay +androidx.constraintlayout.widget.R$id: int action_menu_presenter +cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void onResume() +com.bumptech.glide.R$id: int end +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed +androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_fontVariationSettings +wangdaye.com.geometricweather.R$styleable: int Toolbar_subtitleTextAppearance +androidx.hilt.work.R$styleable: int GradientColor_android_endX +wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit: java.lang.String unitAbbreviation +com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse +androidx.work.impl.background.systemjob.SystemJobService +com.tencent.bugly.proguard.ap: boolean b +androidx.appcompat.R$styleable: int Toolbar_contentInsetEndWithActions +com.jaredrummler.android.colorpicker.R$color: int abc_hint_foreground_material_light +james.adaptiveicon.R$attr: int textAppearanceSearchResultSubtitle +io.reactivex.disposables.RunnableDisposable: long serialVersionUID +wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerFamily +com.google.android.material.R$styleable: int Constraint_layout_constraintTop_toBottomOf +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setAnimationMode(int) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableTintMode +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_lastVerticalBias android.didikee.donate.R$color: int highlighted_text_material_light -androidx.coordinatorlayout.R$id: int accessibility_custom_action_22 -com.bumptech.glide.R$styleable: int FontFamilyFont_android_ttcIndex -com.turingtechnologies.materialscrollbar.R$id: int left -wangdaye.com.geometricweather.R$styleable: int Fragment_android_id -androidx.preference.SeekBarPreference$SavedState: android.os.Parcelable$Creator CREATOR -cyanogenmod.app.ICustomTileListener$Stub$Proxy: java.lang.String getInterfaceDescriptor() -com.google.android.material.R$color: int material_timepicker_modebutton_tint -androidx.appcompat.R$drawable: int abc_list_selector_holo_light -android.support.v4.app.INotificationSideChannel$Stub$Proxy: INotificationSideChannel$Stub$Proxy(android.os.IBinder) -com.google.android.material.R$styleable: int CoordinatorLayout_keylines -com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_item_icon_padding -james.adaptiveicon.R$attr: int state_above_anchor -com.google.android.material.R$styleable: int AppCompatTheme_listDividerAlertDialog -com.xw.repo.bubbleseekbar.R$color: int material_grey_850 -okhttp3.Protocol: okhttp3.Protocol QUIC -androidx.constraintlayout.widget.R$styleable: int KeyTrigger_motion_triggerOnCollision -androidx.viewpager.R$styleable: int GradientColor_android_endColor -androidx.preference.R$attr: int drawableTopCompat -androidx.fragment.R$id: int tag_unhandled_key_listeners -com.amap.api.location.AMapLocation: int LOCATION_TYPE_GPS -wangdaye.com.geometricweather.R$styleable: int SlidingItemContainerLayout_iconResStart -retrofit2.Utils: Utils() -androidx.vectordrawable.animated.R$styleable: int FontFamily_fontProviderCerts -okhttp3.internal.http2.Http2Writer: void applyAndAckSettings(okhttp3.internal.http2.Settings) -com.jaredrummler.android.colorpicker.R$attr: int colorButtonNormal -com.google.android.material.R$styleable: int AppBarLayout_liftOnScrollTargetViewId -cyanogenmod.weather.WeatherInfo: double getTodaysHigh() -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_Slider -james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd -com.google.android.material.R$dimen: int mtrl_badge_text_horizontal_edge_offset -androidx.hilt.R$attr: R$attr() -com.google.gson.stream.JsonWriter: void flush() -com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_android_layout -com.amap.api.fence.PoiItem: void writeToParcel(android.os.Parcel,int) -retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter: java.lang.reflect.Type responseType -cyanogenmod.providers.DataUsageContract: java.lang.String FAST_SAMPLES -cyanogenmod.app.ProfileGroup: android.net.Uri mRingerOverride -com.google.android.material.R$attr: int colorSurface -wangdaye.com.geometricweather.background.service.TileService -com.turingtechnologies.materialscrollbar.DragScrollBar: float getIndicatorOffset() -cyanogenmod.weather.CMWeatherManager$WeatherServiceProviderChangeListener: void onWeatherServiceProviderChanged(java.lang.String) -androidx.appcompat.R$dimen: int abc_cascading_menus_min_smallest_width -wangdaye.com.geometricweather.R$dimen: int abc_dialog_fixed_height_major -androidx.coordinatorlayout.R$id: int accessibility_custom_action_19 -com.google.android.material.R$color: int mtrl_calendar_selected_range -okio.RealBufferedSource: int readInt() -androidx.core.R$id: int line1 -androidx.preference.R$color: int primary_dark_material_light -androidx.fragment.R$color -androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable: java.lang.Runnable actual -android.didikee.donate.R$attr: int dividerHorizontal -com.google.android.material.R$styleable: int Layout_android_layout_marginBottom -com.google.android.material.R$styleable: int Transition_autoTransition -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_panelMenuListTheme -com.turingtechnologies.materialscrollbar.R$attr: int layout -com.google.android.material.R$styleable: int View_android_focusable -wangdaye.com.geometricweather.R$dimen: int material_clock_hand_padding -okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder maxAge(int,java.util.concurrent.TimeUnit) -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: io.reactivex.internal.util.AtomicThrowable error -io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,int,io.reactivex.Scheduler) -wangdaye.com.geometricweather.R$style: int Theme_Design_Light_NoActionBar -androidx.preference.R$styleable: int StateListDrawable_android_constantSize -wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_margin -androidx.constraintlayout.widget.R$styleable: int Spinner_android_popupBackground -com.jaredrummler.android.colorpicker.R$style: int Preference_DropDown -cyanogenmod.providers.ThemesContract$PreviewColumns: android.net.Uri CONTENT_URI -com.github.rahatarmanahmed.cpv.CircularProgressView: void onMeasure(int,int) -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver -com.xw.repo.bubbleseekbar.R$style: int Widget_Compat_NotificationActionContainer -wangdaye.com.geometricweather.R$attr: int region_widthLessThan -okhttp3.internal.connection.StreamAllocation: boolean hasMoreRoutes() -cyanogenmod.platform.R$attr: R$attr() -androidx.dynamicanimation.R$styleable: int FontFamily_fontProviderCerts -okhttp3.Address: java.net.ProxySelector proxySelector -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeWetBulbTemperature -retrofit2.Utils$WildcardTypeImpl: boolean equals(java.lang.Object) -androidx.preference.R$styleable: int Preference_persistent -okhttp3.Cache: java.util.Iterator urls() -io.reactivex.internal.util.ErrorMode: io.reactivex.internal.util.ErrorMode IMMEDIATE -androidx.constraintlayout.widget.R$color: int material_blue_grey_900 -androidx.constraintlayout.widget.R$attr: int colorControlActivated -androidx.constraintlayout.utils.widget.MotionTelltales -androidx.fragment.R$id: int accessibility_custom_action_10 -android.didikee.donate.R$style: int Base_Widget_AppCompat_SeekBar -wangdaye.com.geometricweather.R$id: int useLogo -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: long serialVersionUID -com.google.android.gms.base.R$attr: int imageAspectRatio -cyanogenmod.externalviews.ExternalViewProviderService$Provider: int DEFAULT_WINDOW_TYPE -wangdaye.com.geometricweather.R$attr: int track -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintBottom_toBottomOf -androidx.appcompat.R$styleable: int SearchView_suggestionRowLayout -okhttp3.Cookie$Builder: java.lang.String path -com.turingtechnologies.materialscrollbar.R$id: int pin -com.google.android.material.R$styleable: int CardView_cardCornerRadius -okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec build() -org.greenrobot.greendao.AbstractDao: long insertInsideTx(java.lang.Object,org.greenrobot.greendao.database.DatabaseStatement) -james.adaptiveicon.R$style: int Base_V26_Theme_AppCompat -cyanogenmod.hardware.ICMHardwareService$Stub: ICMHardwareService$Stub() -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ENABLE_FORWARD_LOOKUP_VALIDATOR -wangdaye.com.geometricweather.R$id: int widget_day_subtitle -wangdaye.com.geometricweather.R$styleable: int MaterialButtonToggleGroup_checkedButton -okhttp3.internal.ws.RealWebSocket: boolean pong(okio.ByteString) -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: java.lang.Thread thread -androidx.preference.R$attr: int listPreferredItemHeightSmall -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay CARD_AIR_QUALITY -cyanogenmod.externalviews.ExternalView: ExternalView(android.content.Context,android.util.AttributeSet,android.content.ComponentName) -wangdaye.com.geometricweather.R$layout: int mtrl_picker_text_input_date_range -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void onError(java.lang.Throwable) -com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIndicator -wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: AlertEntityDao$Properties() -androidx.appcompat.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated -cyanogenmod.providers.CMSettings$System: java.lang.String NAV_BUTTONS -android.didikee.donate.R$style: int Theme_AppCompat_Light_Dialog -cyanogenmod.platform.R$array: R$array() -wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_backgroundTintMode -wangdaye.com.geometricweather.R$layout: int widget_text_end -androidx.preference.R$style: int Widget_AppCompat_PopupWindow -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode -androidx.appcompat.resources.R$styleable: int GradientColor_android_startY -wangdaye.com.geometricweather.R$anim: int btn_checkbox_to_checked_box_inner_merged_animation -androidx.activity.R$id: int accessibility_custom_action_20 -com.jaredrummler.android.colorpicker.R$style: int Base_DialogWindowTitleBackground_AppCompat -androidx.appcompat.widget.AppCompatEditText: void setBackgroundDrawable(android.graphics.drawable.Drawable) +com.google.android.material.R$drawable: int abc_list_selector_disabled_holo_light +androidx.appcompat.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_chainStyle +wangdaye.com.geometricweather.R$id: int notification_base_icon +okhttp3.Dispatcher: int maxRequests +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer getGrassLevel() +wangdaye.com.geometricweather.R$styleable: int Constraint_android_transformPivotY +cyanogenmod.app.BaseLiveLockManagerService$1: BaseLiveLockManagerService$1(cyanogenmod.app.BaseLiveLockManagerService) +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle +androidx.recyclerview.R$dimen: int fastscroll_margin +androidx.appcompat.resources.R$id: int accessibility_custom_action_6 +android.didikee.donate.R$styleable: int SearchView_android_maxWidth +wangdaye.com.geometricweather.R$attr: int itemFillColor +androidx.viewpager.R$styleable: int[] GradientColorItem +com.tencent.bugly.proguard.d: void a(byte[]) +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle +com.google.android.material.R$style: int Platform_Widget_AppCompat_Spinner +wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation: wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService$DeviceOrientation BOTTOM +com.google.android.material.R$style: int Widget_Design_BottomNavigationView +okio.BufferedSource: long readLongLe() +okio.Buffer: void write(okio.Buffer,long) +james.adaptiveicon.R$attr: int multiChoiceItemLayout +com.google.android.material.floatingactionbutton.FloatingActionButton: void setSize(int) +androidx.swiperefreshlayout.R$dimen: int notification_right_side_padding_top +com.loc.k retrofit2.RequestFactory$Builder: boolean gotPart -com.google.android.material.R$style: int Base_V7_Widget_AppCompat_Toolbar -androidx.activity.R$id: int right_icon -androidx.coordinatorlayout.R$attr: int fontProviderAuthority -com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_padding_right -com.google.android.material.R$styleable: int AppCompatTheme_actionModeStyle -androidx.appcompat.R$style: int TextAppearance_AppCompat_Title_Inverse -com.tencent.bugly.proguard.x: boolean b(java.lang.Throwable) -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TimePicker -wangdaye.com.geometricweather.R$anim: int btn_radio_to_on_mtrl_ring_outer_animation -james.adaptiveicon.R$dimen: int notification_small_icon_size_as_large -androidx.preference.R$styleable: int Spinner_android_prompt -androidx.recyclerview.R$id: int accessibility_custom_action_0 -cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: ICMTelephonyManager$Stub$Proxy(android.os.IBinder) -androidx.appcompat.resources.R$styleable: int StateListDrawableItem_android_drawable -cyanogenmod.providers.DataUsageContract: int COLUMN_OF_ENABLE -com.xw.repo.bubbleseekbar.R$dimen: int compat_control_corner_material -androidx.preference.R$styleable: int[] MenuItem -androidx.appcompat.widget.SearchView: void setOnCloseListener(androidx.appcompat.widget.SearchView$OnCloseListener) -com.xw.repo.bubbleseekbar.R$styleable: int[] AlertDialog -cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator access$000() -androidx.vectordrawable.animated.R$style: R$style() -androidx.preference.R$id -wangdaye.com.geometricweather.R$string: int feedback_request_location_permission_success -androidx.constraintlayout.widget.R$layout: int notification_template_part_chronometer -com.google.android.material.R$styleable: int Chip_textEndPadding -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean getPrecipitation() -androidx.viewpager.widget.PagerTitleStrip: PagerTitleStrip(android.content.Context) -com.google.android.material.R$attr: int itemShapeInsetTop -androidx.hilt.work.R$styleable: int FontFamilyFont_android_fontVariationSettings -androidx.preference.R$dimen: int abc_action_bar_stacked_tab_max_width -wangdaye.com.geometricweather.R$id: int item_weather_icon -wangdaye.com.geometricweather.R$dimen: int title_text_size -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void innerComplete(int) -com.google.android.material.R$layout: int mtrl_picker_header_title_text +androidx.constraintlayout.widget.R$styleable: int AlertDialog_showTitle +retrofit2.KotlinExtensions$suspendAndThrow$$inlined$suspendCoroutineUninterceptedOrReturn$lambda$1 +io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: int index +androidx.appcompat.R$style: int Base_V7_Theme_AppCompat_Dialog +com.google.android.material.chip.Chip: void setCloseIconSize(float) +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String LOCK_WALLPAPER_THUMBNAIL +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView +androidx.appcompat.resources.R$drawable: int notification_template_icon_bg +com.turingtechnologies.materialscrollbar.MaterialScrollBar: int getMode() +wangdaye.com.geometricweather.R$drawable: int weather_fog_pixel +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActivityChooserView +com.google.android.material.R$attr: int materialCalendarHeaderConfirmButton +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: void setStatus(int) +cyanogenmod.externalviews.KeyguardExternalView$7: cyanogenmod.externalviews.KeyguardExternalView this$0 +wangdaye.com.geometricweather.R$string: int cloud_cover +android.support.v4.app.INotificationSideChannel$Stub: java.lang.String DESCRIPTOR +com.google.android.material.button.MaterialButton: void removeOnCheckedChangeListener(com.google.android.material.button.MaterialButton$OnCheckedChangeListener) +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: CNWeatherResult$Pm25() +androidx.appcompat.R$drawable: int abc_list_focused_holo +android.didikee.donate.R$styleable: int AppCompatTextView_drawableBottomCompat +com.xw.repo.bubbleseekbar.R$attr: int navigationIcon +wangdaye.com.geometricweather.R$dimen: int notification_main_column_padding_top +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Compat_Notification +okhttp3.internal.ws.WebSocketProtocol: int B1_MASK_LENGTH +com.jaredrummler.android.colorpicker.R$styleable: int[] Toolbar +com.tencent.bugly.proguard.am: java.lang.String n +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setTextAppearanceInactive(int) +okhttp3.internal.cache2.Relay: long bufferMaxSize +james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: java.lang.String brandId +com.google.android.material.R$drawable: int abc_ic_go_search_api_material +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator T9_SEARCH_INPUT_LOCALE_VALIDATOR +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void setFirst(io.reactivex.internal.operators.observable.ObservableReplay$Node) +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: java.util.Date date +cyanogenmod.externalviews.KeyguardExternalView: android.content.ServiceConnection mServiceConnection +com.google.android.material.R$dimen: int mtrl_textinput_box_corner_radius_small +wangdaye.com.geometricweather.R$anim: int abc_popup_enter +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_AES_256_CCM_8_SHA256 +androidx.appcompat.R$layout: int notification_action +androidx.preference.R$dimen: int fastscroll_margin +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver parent +androidx.drawerlayout.R$id: int notification_background +androidx.constraintlayout.widget.R$styleable: int ImageFilterView_warmth +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_alertDialogStyle +com.google.android.material.circularreveal.cardview.CircularRevealCardView: CircularRevealCardView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Direction: java.lang.String English +wangdaye.com.geometricweather.R$layout: int mtrl_layout_snackbar +wangdaye.com.geometricweather.R$dimen: int mtrl_badge_with_text_radius +com.xw.repo.bubbleseekbar.R$id: int action_bar_root +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area +androidx.preference.R$color: int bright_foreground_inverse_material_light +com.google.android.material.chip.Chip: android.graphics.Rect getCloseIconTouchBoundsInt() +androidx.constraintlayout.widget.R$styleable: int ActionBar_displayOptions +okhttp3.internal.http2.Http2Codec: java.lang.String CONNECTION +com.google.android.material.textfield.TextInputLayout: void setStartIconContentDescription(java.lang.CharSequence) +wangdaye.com.geometricweather.R$color: int abc_primary_text_disable_only_material_dark +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Caption +com.tencent.bugly.crashreport.inner.InnerApi: void postCocos2dxCrashAsync(int,java.lang.String,java.lang.String,java.lang.String) +wangdaye.com.geometricweather.R$id: int activity_widget_config_viewStyleContainer +okhttp3.internal.ws.RealWebSocket$Message: okio.ByteString data +com.google.android.material.R$drawable: int abc_textfield_search_material +android.didikee.donate.R$drawable: int notification_bg_normal_pressed +androidx.preference.R$styleable: int ActionBar_homeLayout +com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_android_descendantFocusability +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getTempMin() +androidx.preference.R$attr: int spinnerDropDownItemStyle +com.bumptech.glide.integration.okhttp.R$style: int TextAppearance_Compat_Notification_Time +androidx.legacy.coreutils.R$styleable: int FontFamilyFont_fontWeight +com.google.android.material.R$dimen: int abc_list_item_height_small_material +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String unitId +wangdaye.com.geometricweather.R$attr: int alpha +com.jaredrummler.android.colorpicker.R$layout: int abc_tooltip +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_textLocale +io.reactivex.Observable: io.reactivex.Observable withLatestFrom(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function3) +androidx.preference.R$drawable: int abc_ic_clear_material +james.adaptiveicon.R$styleable: int AppCompatTheme_dividerVertical +io.reactivex.Observable: io.reactivex.Completable flatMapCompletable(io.reactivex.functions.Function) +io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: long serialVersionUID +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_inset +androidx.preference.R$styleable: int MenuItem_actionViewClass +com.google.android.material.R$style: int Widget_MaterialComponents_PopupMenu_Overflow +com.xw.repo.bubbleseekbar.R$attr: int spinnerDropDownItemStyle +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_autoSizeMinTextSize +android.didikee.donate.R$color: int material_grey_800 +cyanogenmod.providers.CMSettings$System: java.lang.String VOLUME_ADJUST_SOUNDS_ENABLED +com.tencent.bugly.crashreport.biz.b: android.app.Application$ActivityLifecycleCallbacks k +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse +com.xw.repo.bubbleseekbar.R$attr: int layout_keyline +androidx.preference.R$anim: int btn_radio_to_on_mtrl_ring_outer_path_animation +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_scaleY +androidx.work.R$attr: int fontWeight +com.turingtechnologies.materialscrollbar.R$attr: int layout_collapseParallaxMultiplier +com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_animSwoopDuration +com.bumptech.glide.integration.okhttp.R$string +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX: void setBrands(java.util.List) +wangdaye.com.geometricweather.R$styleable: int KeyCycle_transitionEasing +wangdaye.com.geometricweather.R$anim: int btn_radio_to_on_mtrl_ring_outer_path_animation +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog +androidx.appcompat.R$dimen: int abc_search_view_preferred_width +cyanogenmod.profiles.StreamSettings: StreamSettings(android.os.Parcel) +com.tencent.bugly.crashreport.common.info.a: java.lang.String v +wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_weatherKindContainer +androidx.appcompat.R$dimen: int abc_dropdownitem_icon_width +androidx.viewpager.R$color +wangdaye.com.geometricweather.R$styleable: int Transform_android_rotation +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void close(io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver,long) +com.tencent.bugly.proguard.al +com.google.android.material.R$attr: int windowFixedHeightMajor +wangdaye.com.geometricweather.R$attr: int orderingFromXml +com.google.android.material.button.MaterialButtonToggleGroup: void setSelectionRequired(boolean) +com.google.android.material.R$styleable: int Layout_layout_constraintStart_toEndOf +okhttp3.internal.http2.Http2Connection$ReaderRunnable$2: okhttp3.internal.http2.Settings val$settings +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_SearchView_ActionBar +wangdaye.com.geometricweather.R$string: int key_speed_unit +io.reactivex.internal.util.AtomicThrowable: java.lang.Throwable terminate() +wangdaye.com.geometricweather.R$attr: int fontProviderCerts +wangdaye.com.geometricweather.R$font: int product_sans_light +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric: java.lang.String Unit +wangdaye.com.geometricweather.R$color: int abc_decor_view_status_guard_light +android.support.v4.os.IResultReceiver$Stub: IResultReceiver$Stub() +com.jaredrummler.android.colorpicker.R$attr: int disableDependentsState +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeCloudCover +com.turingtechnologies.materialscrollbar.R$dimen: int abc_seekbar_track_progress_height_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX$ValueBeanXXX: java.lang.String getTo() +com.xw.repo.bubbleseekbar.R$attr: int hideOnContentScroll +okhttp3.internal.http.RetryAndFollowUpInterceptor: int MAX_FOLLOW_UPS +androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_font +com.turingtechnologies.materialscrollbar.R$dimen: int abc_seekbar_track_background_height_material +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowMinWidthMajor +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_HOME_LONG_PRESS_ACTION_VALIDATOR +wangdaye.com.geometricweather.R$attr: int textAppearanceSmallPopupMenu +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: int READY +cyanogenmod.app.CustomTileListenerService: void unregisterAsSystemService() +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_analogContainer_light +com.amap.api.location.APSServiceBase: android.os.IBinder onBind(android.content.Intent) +wangdaye.com.geometricweather.R$styleable: int Tooltip_android_text +com.jaredrummler.android.colorpicker.R$attr: int actionLayout +james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge +androidx.appcompat.R$attr: int titleMarginEnd +com.google.android.material.imageview.ShapeableImageView: com.google.android.material.shape.ShapeAppearanceModel getShapeAppearanceModel() +wangdaye.com.geometricweather.R$id: int item_weather_daily_air_progress +com.google.android.material.R$styleable: int TextInputLayout_hintTextColor +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language getInstance(java.lang.String) +okhttp3.Response: okhttp3.ResponseBody body() +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setHideMotionSpecResource(int) +androidx.lifecycle.Lifecycle$State +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Dialog +androidx.legacy.coreutils.R$attr: int fontProviderFetchStrategy +okhttp3.internal.cache.DiskLruCache$Entry: java.io.File[] dirtyFiles +com.amap.api.fence.GeoFence: com.amap.api.fence.PoiItem f +com.jaredrummler.android.colorpicker.R$style: int Preference_SwitchPreferenceCompat_Material +com.turingtechnologies.materialscrollbar.R$attr: int radioButtonStyle +androidx.recyclerview.R$id: int tag_screen_reader_focusable +com.tencent.bugly.crashreport.common.info.a: java.lang.String k +com.google.android.gms.signin.internal.zam +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_134 +io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain: java.lang.String getMessage() +androidx.appcompat.R$styleable: int[] AppCompatTextHelper +androidx.lifecycle.extensions.R$layout: int notification_template_part_chronometer +androidx.fragment.R$id: int tag_unhandled_key_event_manager +cyanogenmod.profiles.ConnectionSettings$1: java.lang.Object createFromParcel(android.os.Parcel) +androidx.lifecycle.extensions.R$color +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_prefixTextAppearance +wangdaye.com.geometricweather.R$attr: int editTextBackground +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Small +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setDistanceToTriggerSync(int) +james.adaptiveicon.R$attr: int dividerVertical +androidx.preference.R$dimen: int abc_text_size_display_1_material +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: java.lang.String getUnit() +wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_dark_pressed +wangdaye.com.geometricweather.R$string: int local_time +com.tencent.bugly.crashreport.crash.c: java.lang.String h +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Imperial +okhttp3.OkHttpClient$1: void addLenient(okhttp3.Headers$Builder,java.lang.String,java.lang.String) +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub: android.os.IBinder asBinder() +androidx.preference.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle +io.reactivex.internal.observers.DeferredScalarDisposable: io.reactivex.Observer downstream +androidx.fragment.R$layout: int notification_template_part_chronometer +androidx.preference.R$dimen: int abc_dialog_min_width_major +androidx.appcompat.R$styleable: int AppCompatTextView_autoSizePresetSizes +okhttp3.internal.ws.WebSocketReader: boolean isClient +cyanogenmod.themes.ThemeManager: java.util.Set mChangeListeners +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property WetBulbTemperature +io.reactivex.internal.schedulers.AbstractDirectTask: java.util.concurrent.FutureTask FINISHED +com.jaredrummler.android.colorpicker.R$attr: int actionBarItemBackground +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: java.lang.String getAbbreviation(android.content.Context) +james.adaptiveicon.AdaptiveIconView: void setPath(int) +cyanogenmod.weather.WeatherInfo$DayForecast: WeatherInfo$DayForecast(android.os.Parcel) +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: float getPrecipitation(float) +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: int STATE_ACTIVE +com.tencent.bugly.crashreport.crash.jni.a: a(android.content.Context,com.tencent.bugly.crashreport.common.info.a,com.tencent.bugly.crashreport.crash.b,com.tencent.bugly.crashreport.common.strategy.a) +android.didikee.donate.R$style: int Widget_AppCompat_ActionBar_TabView +androidx.hilt.R$styleable: int FontFamilyFont_android_font +wangdaye.com.geometricweather.R$styleable: int ActionBar_subtitleTextStyle +com.google.android.material.appbar.CollapsingToolbarLayout: void setContentScrim(android.graphics.drawable.Drawable) +androidx.customview.R$id: int tag_transition_group +androidx.appcompat.app.ActionBar: void removeOnMenuVisibilityListener(androidx.appcompat.app.ActionBar$OnMenuVisibilityListener) +com.google.android.material.chip.Chip: void setChipStartPaddingResource(int) +james.adaptiveicon.R$color: int dim_foreground_material_dark +wangdaye.com.geometricweather.R$string: int widget_day +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone: java.lang.String Name +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: void onSuccess(java.lang.Object) +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void dispose() +wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.Object getKey(java.lang.Object) +wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemHorizontalTranslationEnabled +com.jaredrummler.android.colorpicker.R$dimen: int abc_panel_menu_list_width +wangdaye.com.geometricweather.R$id: int container_main_aqi_title +androidx.preference.R$attr: int spanCount +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_customNavigationLayout +wangdaye.com.geometricweather.common.basic.models.weather.Daily: boolean isToday(java.util.TimeZone) +okio.Sink: void write(okio.Buffer,long) +com.jaredrummler.android.colorpicker.R$drawable: int notification_tile_bg +wangdaye.com.geometricweather.R$string: int feedback_not_yet_location +androidx.preference.R$styleable: int FontFamily_fontProviderFetchTimeout +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable +okhttp3.ConnectionPool: void put(okhttp3.internal.connection.RealConnection) +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: com.google.android.material.animation.MotionSpec getExtendMotionSpec() +com.google.android.material.R$dimen: int mtrl_calendar_header_height_fullscreen +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored +androidx.viewpager2.R$styleable: int RecyclerView_spanCount +org.greenrobot.greendao.AbstractDaoSession: java.lang.Object load(java.lang.Class,java.lang.Object) +cyanogenmod.hardware.DisplayMode: DisplayMode(android.os.Parcel) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader +io.reactivex.internal.subscriptions.BasicQueueSubscription: boolean isEmpty() +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_textFontWeight +wangdaye.com.geometricweather.R$attr: int borderWidth +wangdaye.com.geometricweather.common.basic.models.weather.Alert: java.util.Date date +com.turingtechnologies.materialscrollbar.R$style: int Widget_Compat_NotificationActionText +com.google.android.material.R$attr: int numericModifiers +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: java.lang.String getUnit() +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf +com.google.android.material.R$styleable: int CardView_cardBackgroundColor +androidx.preference.R$styleable: int SearchView_iconifiedByDefault +com.google.android.material.bottomnavigation.BottomNavigationMenuView: com.google.android.material.bottomnavigation.BottomNavigationItemView getNewItem() +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: io.reactivex.internal.util.AtomicThrowable errors +com.google.android.material.R$dimen: int mtrl_calendar_title_baseline_to_top_fullscreen +androidx.appcompat.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_1 +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_android_gravity +wangdaye.com.geometricweather.R$drawable: int btn_radio_off_mtrl +retrofit2.OptionalConverterFactory$OptionalConverter: retrofit2.Converter delegate +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: int getStatus() +io.reactivex.internal.util.ArrayListSupplier: java.util.concurrent.Callable asCallable() +androidx.appcompat.R$styleable: int Spinner_android_entries +androidx.appcompat.resources.R$layout: int notification_template_part_chronometer +androidx.vectordrawable.animated.R$styleable: int GradientColor_android_tileMode +com.amap.api.fence.GeoFenceClient: int GEOFENCE_STAYED +okhttp3.internal.cache.DiskLruCache: boolean mostRecentRebuildFailed +androidx.coordinatorlayout.R$styleable: int FontFamily_fontProviderAuthority +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_progress +retrofit2.http.HTTP: java.lang.String path() +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.internal.TableStatements getStatements() +com.google.android.material.R$drawable: int mtrl_ic_arrow_drop_down +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup +com.google.android.material.R$styleable: int Constraint_motionStagger +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatSeekBar_tickMark +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_lc +io.reactivex.Observable: io.reactivex.Observable window(long) +wangdaye.com.geometricweather.R$string: int key_alert_notification_switch +com.jaredrummler.android.colorpicker.R$drawable: int abc_textfield_activated_mtrl_alpha +com.google.android.material.R$styleable: int SearchView_submitBackground +com.google.android.material.progressindicator.ProgressIndicator: com.google.android.material.progressindicator.DrawableWithAnimatedVisibilityChange getCurrentDrawable() +com.google.android.material.R$styleable: int ConstraintSet_transitionEasing +android.didikee.donate.R$attr: int actionModePopupWindowStyle +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_fab_translation_z_hovered_focused +com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_CONNECTION +wangdaye.com.geometricweather.R$styleable: int RangeSlider_minSeparation +com.amap.api.location.AMapLocationClientOption$GeoLanguage: AMapLocationClientOption$GeoLanguage(java.lang.String,int) +retrofit2.BuiltInConverters$UnitResponseBodyConverter: java.lang.Object convert(java.lang.Object) +com.jaredrummler.android.colorpicker.R$style: int cpv_ColorPickerViewStyle +com.amap.api.fence.GeoFenceManagerBase: void resumeGeoFence() +com.bumptech.glide.integration.okhttp.R$id: R$id() +com.google.android.material.R$layout: int abc_action_mode_bar +com.tencent.bugly.crashreport.common.info.a: long R +com.google.android.material.R$color: int bright_foreground_material_dark +com.google.android.material.tabs.TabLayout: void setSelectedTabIndicator(int) +okio.Pipe$PipeSink: okio.Timeout timeout() +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat_Dark +james.adaptiveicon.R$dimen: int tooltip_y_offset_touch +io.reactivex.internal.disposables.EmptyDisposable: void complete(io.reactivex.CompletableObserver) +androidx.coordinatorlayout.R$dimen: int notification_action_icon_size +okhttp3.CipherSuite: java.lang.String javaName +com.google.android.material.R$attr: int colorSwitchThumbNormal +okhttp3.internal.http2.Hpack$Reader: int headerCount +com.google.android.material.R$styleable: int ShapeAppearance_cornerSizeBottomLeft +androidx.appcompat.R$drawable: int abc_ic_star_half_black_16dp +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView +androidx.core.R$styleable: int FontFamilyFont_fontVariationSettings +io.reactivex.internal.util.HashMapSupplier: java.lang.Object call() +wangdaye.com.geometricweather.R$layout: int preference_widget_seekbar_material +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void request(long) +androidx.appcompat.R$layout: int abc_popup_menu_header_item_layout +cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent valueOf(java.lang.String) +androidx.preference.R$attr: int srcCompat +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: wangdaye.com.geometricweather.db.entities.ChineseCityEntity readEntity(android.database.Cursor,int) +okhttp3.internal.tls.BasicCertificateChainCleaner: boolean verifySignature(java.security.cert.X509Certificate,java.security.cert.X509Certificate) +androidx.hilt.lifecycle.R$dimen: int notification_big_circle_margin +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String getDescription() +androidx.preference.R$styleable: int Preference_android_layout +james.adaptiveicon.R$layout +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle +androidx.hilt.lifecycle.R$id: int action_container +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: void onError(java.lang.Throwable) +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_Switch +cyanogenmod.weather.WeatherLocation: void writeToParcel(android.os.Parcel,int) +james.adaptiveicon.R$styleable: int ActionMode_background +com.google.android.material.R$styleable: int SearchView_android_inputType +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial: java.lang.String Unit +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionBar +com.google.android.material.R$dimen: int item_touch_helper_max_drag_scroll_per_frame +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_DropDownItem +com.tencent.bugly.proguard.z: boolean a(android.content.Context,java.lang.String,long) +com.google.android.material.R$drawable: int navigation_empty_icon +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: java.lang.String getTagName(android.content.Context) +james.adaptiveicon.R$styleable: int ActionBar_homeLayout +androidx.appcompat.R$styleable: int AnimatedStateListDrawableTransition_android_fromId +androidx.appcompat.R$drawable: int abc_ratingbar_material +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getCityId() +com.jaredrummler.android.colorpicker.R$attr: int searchHintIcon +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_transitionPathRotate +androidx.preference.R$attr: int actionOverflowMenuStyle +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: java.util.List AirAndPollen +cyanogenmod.app.IProfileManager: boolean profileExistsByName(java.lang.String) +com.google.android.material.R$attr: int maxCharacterCount +cyanogenmod.weather.CMWeatherManager$2$1: cyanogenmod.weather.WeatherInfo val$weatherInfo +okhttp3.internal.cache2.Relay: okhttp3.internal.cache2.Relay read(java.io.File) +androidx.constraintlayout.widget.R$styleable: int Constraint_android_rotationX +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial: AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial() +wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_collapsedSize +com.google.android.material.R$style: int Widget_MaterialComponents_ExtendedFloatingActionButton_Icon +androidx.appcompat.R$styleable: int AppCompatTextHelper_android_textAppearance +com.turingtechnologies.materialscrollbar.R$id: int view_offset_helper +james.adaptiveicon.R$attr: int buttonTint +com.turingtechnologies.materialscrollbar.R$styleable: int[] CardView +com.tencent.bugly.proguard.p: android.content.ContentValues d(com.tencent.bugly.proguard.r) +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void otherError(java.lang.Throwable) +androidx.lifecycle.extensions.R$styleable: int ColorStateListItem_alpha +okhttp3.internal.Util: Util() +okio.RealBufferedSink: RealBufferedSink(okio.Sink) +androidx.fragment.R$layout: int notification_template_part_time +com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_TabLayout +wangdaye.com.geometricweather.common.basic.models.weather.History: History(java.util.Date,long,int,int) +wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property NighttimeTemperature +com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getError() +cyanogenmod.platform.Manifest$permission: java.lang.String READ_DATAUSAGE +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: java.lang.String getUnitId() +androidx.preference.R$anim: int btn_checkbox_to_unchecked_check_path_merged_animation +android.didikee.donate.R$dimen: int abc_button_padding_vertical_material +wangdaye.com.geometricweather.R$drawable: int weather_haze_mini_grey +androidx.work.R$attr: int alpha +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_switchMinWidth +wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_rangeFillColor +cyanogenmod.app.suggest.AppSuggestManager: cyanogenmod.app.suggest.AppSuggestManager getInstance(android.content.Context) +com.tencent.bugly.crashreport.common.strategy.a: android.content.Context g +androidx.swiperefreshlayout.R$style: int TextAppearance_Compat_Notification_Line2 +com.jaredrummler.android.colorpicker.R$drawable: int tooltip_frame_dark +cyanogenmod.power.IPerformanceManager$Stub +com.google.android.material.R$attr: int subtitle +com.tencent.bugly.proguard.aq: void a(com.tencent.bugly.proguard.j) +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void innerComplete() +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SUNNY +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ImageButton +okhttp3.Route: java.net.Proxy proxy() +wangdaye.com.geometricweather.R$id: int action_appStore com.turingtechnologies.materialscrollbar.R$styleable: int[] TabItem -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String WALLPAPER_URI -androidx.constraintlayout.widget.R$color: int abc_color_highlight_material -com.google.android.material.R$attr: int bottomSheetStyle -com.google.android.material.textfield.TextInputLayout: void setEndIconDrawable(int) -com.turingtechnologies.materialscrollbar.R$id: int action_menu_presenter -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String o3 -wangdaye.com.geometricweather.R$styleable: int[] AnimatedStateListDrawableTransition -com.google.android.material.R$attr: int progressBarStyle -cyanogenmod.app.ILiveLockScreenChangeListener$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -com.google.android.material.R$attr: int drawableEndCompat -com.google.android.material.R$dimen: int mtrl_btn_snackbar_margin_horizontal -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: boolean cancelled -wangdaye.com.geometricweather.R$attr: int listPreferredItemPaddingEnd -androidx.preference.R$styleable: int[] DrawerArrowToggle -androidx.appcompat.R$styleable: int ActionBar_title -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: void requestLocation(android.content.Context,wangdaye.com.geometricweather.location.services.LocationService$LocationCallback) -android.didikee.donate.R$color: int abc_tint_switch_track -okhttp3.internal.cache.CacheInterceptor$1: CacheInterceptor$1(okhttp3.internal.cache.CacheInterceptor,okio.BufferedSource,okhttp3.internal.cache.CacheRequest,okio.BufferedSink) -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_scaleX -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionBar_TabBar -com.google.android.material.R$styleable: int CardView_contentPaddingLeft -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Title -wangdaye.com.geometricweather.R$id: int labelGroup -cyanogenmod.app.suggest.IAppSuggestManager$Stub: IAppSuggestManager$Stub() -com.google.android.material.chip.Chip: com.google.android.material.animation.MotionSpec getShowMotionSpec() -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: javax.inject.Provider apiProvider -cyanogenmod.hardware.DisplayMode$1 -cyanogenmod.app.LiveLockScreenInfo$Builder: cyanogenmod.app.LiveLockScreenInfo$Builder setComponent(android.content.ComponentName) -wangdaye.com.geometricweather.R$styleable: int MaterialButton_shapeAppearanceOverlay -james.adaptiveicon.R$style: int Base_V7_Theme_AppCompat_Light_Dialog -okhttp3.internal.http2.Http2Stream: void cancelStreamIfNecessary() -james.adaptiveicon.R$color: int ripple_material_dark -wangdaye.com.geometricweather.R$styleable: int View_theme -androidx.dynamicanimation.R$styleable: int FontFamilyFont_android_fontWeight -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Small -com.google.android.material.R$styleable: int Constraint_layout_constraintEnd_toEndOf -james.adaptiveicon.R$id: int decor_content_parent -okhttp3.Cookie$Builder: boolean persistent -com.tencent.bugly.proguard.af -wangdaye.com.geometricweather.R$styleable: int KeyTrigger_triggerSlack -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: void setPubTime(java.lang.String) -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintTop_toTopOf -androidx.appcompat.resources.R$id: int dialog_button -com.amap.api.location.AMapLocation: java.lang.String toStr(int) -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: java.lang.String getUnitId() -com.google.android.material.R$styleable: int Constraint_transitionEasing -androidx.appcompat.widget.ListPopupWindow: void setOnItemSelectedListener(android.widget.AdapterView$OnItemSelectedListener) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: double HoursOfRain -com.bumptech.glide.R$styleable: int FontFamily_fontProviderPackage -com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_shadowDx -wangdaye.com.geometricweather.R$attr: int buttonBarNeutralButtonStyle -android.didikee.donate.R$styleable: int AppCompatTheme_actionModeBackground -com.turingtechnologies.materialscrollbar.R$string: int abc_shareactionprovider_share_with_application -okhttp3.Cache$CacheRequestImpl$1 -cyanogenmod.app.LiveLockScreenInfo: LiveLockScreenInfo() -wangdaye.com.geometricweather.R$style: int Platform_AppCompat_Light -okhttp3.internal.Util: java.lang.String format(java.lang.String,java.lang.Object[]) -androidx.appcompat.R$attr: int checkboxStyle -androidx.preference.R$dimen: int hint_alpha_material_light -io.reactivex.Observable: io.reactivex.observers.TestObserver test(boolean) -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: io.reactivex.ObservableSource sampler -androidx.appcompat.widget.AppCompatEditText: void setBackgroundResource(int) -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: io.reactivex.disposables.Disposable upstream -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_136 -com.google.android.material.R$anim: int btn_radio_to_off_mtrl_ring_outer_path_animation -androidx.appcompat.R$styleable: int ActionMode_titleTextStyle -okio.Okio: okio.BufferedSource buffer(okio.Source) -wangdaye.com.geometricweather.R$styleable: int MenuItem_android_title -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_MinWidth -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Country: java.lang.String EnglishName -com.google.android.material.R$styleable: int[] MenuView -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: com.tencent.bugly.crashreport.common.info.a c -android.didikee.donate.R$styleable: int AppCompatImageView_srcCompat -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Inverse -wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.String getWeatherText() -androidx.lifecycle.extensions.R$dimen: int notification_action_icon_size -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property GrassLevel -wangdaye.com.geometricweather.R$drawable: int abc_btn_radio_to_on_mtrl_015 -wangdaye.com.geometricweather.R$attr: int thumbElevation -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceCategoryTitleTextAppearance -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dropDownListViewStyle -androidx.appcompat.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title -androidx.appcompat.R$layout: R$layout() -com.google.android.material.R$attr: int closeIconSize -io.reactivex.Observable: io.reactivex.Observable repeat(long) -cyanogenmod.externalviews.KeyguardExternalView$5: cyanogenmod.externalviews.KeyguardExternalView this$0 -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarWidgetTheme -androidx.coordinatorlayout.R$id: int accessibility_custom_action_21 -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: boolean done -wangdaye.com.geometricweather.R$id: int dialog_location_help_providerIcon -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableRightCompat -io.reactivex.Observable: io.reactivex.Observable concat(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource) -android.didikee.donate.R$color: int material_blue_grey_950 -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout -androidx.activity.R$attr: int fontProviderCerts -com.tencent.bugly.crashreport.common.info.a: java.lang.Object at -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_LOCKSCREEN -com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_hideOnScroll -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_3DES_EDE_CBC_SHA -androidx.room.RoomDatabase$JournalMode: androidx.room.RoomDatabase$JournalMode resolve(android.content.Context) -androidx.lifecycle.extensions.R$styleable: int Fragment_android_id -wangdaye.com.geometricweather.R$string: int phase_third -com.tencent.bugly.crashreport.CrashReport: void initCrashReport(android.content.Context,java.lang.String,boolean) -androidx.preference.R$drawable: int abc_ic_star_black_36dp -com.jaredrummler.android.colorpicker.R$drawable: int abc_list_pressed_holo_light -cyanogenmod.externalviews.ExternalView$2: void run() -com.jaredrummler.android.colorpicker.R$layout: int preference_widget_switch_compat -io.reactivex.Observable: io.reactivex.Observable share() -androidx.preference.R$style: int TextAppearance_AppCompat_Tooltip -wangdaye.com.geometricweather.db.entities.HistoryEntityDao -androidx.work.WorkInfo$State: androidx.work.WorkInfo$State FAILED -wangdaye.com.geometricweather.R$styleable: int FlowLayout_itemSpacing -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarSplitStyle -com.google.android.material.R$dimen: int abc_dropdownitem_icon_width -androidx.constraintlayout.motion.widget.MotionLayout: void setTransitionListener(androidx.constraintlayout.motion.widget.MotionLayout$TransitionListener) -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_RatingBar -androidx.constraintlayout.widget.R$styleable: int OnSwipe_onTouchUp -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Tooltip -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Imperial Imperial -androidx.viewpager2.R$id: int accessibility_custom_action_7 -com.google.android.gms.common.SignInButton: void setSize(int) -android.didikee.donate.R$id: int middle -androidx.appcompat.widget.ActionBarOverlayLayout: void setIcon(android.graphics.drawable.Drawable) -com.xw.repo.bubbleseekbar.R$styleable: int MenuView_preserveIconSpacing -com.google.android.material.R$dimen: int abc_seekbar_track_progress_height_material -com.google.android.material.R$dimen: int mtrl_btn_padding_bottom -cyanogenmod.weather.WeatherInfo: java.lang.String mCity -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintVertical_chainStyle -com.turingtechnologies.materialscrollbar.R$interpolator: int mtrl_fast_out_linear_in -androidx.constraintlayout.widget.R$styleable: int KeyCycle_curveFit -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float getRelativeHumidity() -okio.AsyncTimeout$Watchdog -okhttp3.EventListener: okhttp3.EventListener$Factory factory(okhttp3.EventListener) -wangdaye.com.geometricweather.R$id: int notification_multi_city_2 -com.jaredrummler.android.colorpicker.R$layout: int preference_material -org.greenrobot.greendao.AbstractDao: void deleteByKeyInTx(java.lang.Iterable) -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: io.reactivex.Observer downstream -com.turingtechnologies.materialscrollbar.R$layout -androidx.appcompat.R$attr: int colorControlNormal -com.jaredrummler.android.colorpicker.R$color: R$color() -retrofit2.RequestFactory$Builder: java.lang.Class boxIfPrimitive(java.lang.Class) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeSplitBackground -okhttp3.HttpUrl$Builder: int slashCount(java.lang.String,int,int) -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: float getDensity(float) -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintWidth_max -james.adaptiveicon.R$style: int Theme_AppCompat_Light -wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeIcePrecipitation(java.lang.Float) -com.google.android.gms.common.api.internal.zaab: void registerConnectionFailedListener(com.google.android.gms.common.api.GoogleApiClient$OnConnectionFailedListener) -cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void onDetach() -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation: double qty24H -com.tencent.bugly.proguard.l: boolean a(int,int) -okhttp3.internal.http2.Http2Stream: long unacknowledgedBytesRead -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_PopupMenu -androidx.fragment.R$integer: int status_bar_notification_info_maxnum +androidx.work.R$attr: int fontVariationSettings +android.didikee.donate.R$attr: int navigationMode +wangdaye.com.geometricweather.R$layout: int mtrl_picker_header_fullscreen +com.google.android.material.textfield.TextInputLayout: void setErrorIconTintMode(android.graphics.PorterDuff$Mode) +com.tencent.bugly.a: java.lang.String moduleName +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: void onDetachedFromWindow() +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_PopupMenu +okhttp3.RequestBody: okhttp3.MediaType contentType() +com.google.gson.FieldNamingPolicy$4: java.lang.String translateName(java.lang.reflect.Field) +io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_lon +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle +wangdaye.com.geometricweather.R$attr: int boxBackgroundColor +com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableTransition_android_fromId +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_content_padding_fullscreen +androidx.swiperefreshlayout.R$drawable: int notification_bg_low_pressed +android.didikee.donate.R$color: int ripple_material_dark +androidx.hilt.work.R$dimen: int notification_big_circle_margin +cyanogenmod.themes.ThemeChangeRequest: void writeToParcel(android.os.Parcel,int) +com.google.android.material.R$id: int edit_query +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_overflow_padding_start_material +com.google.android.material.slider.BaseSlider: void setHaloRadius(int) +com.google.android.material.textfield.TextInputLayout: int getCounterMaxLength() +okhttp3.internal.ws.WebSocketProtocol: int CLOSE_NO_STATUS_CODE +james.adaptiveicon.R$styleable: int Toolbar_titleTextColor +wangdaye.com.geometricweather.R$attr: int flow_lastVerticalStyle +wangdaye.com.geometricweather.R$id: int widget_text_container +com.google.android.material.R$style: int Widget_AppCompat_Light_ActionButton_Overflow +cyanogenmod.app.suggest.AppSuggestManager: boolean DEBUG +com.bumptech.glide.load.resource.bitmap.RecyclableBufferedInputStream$InvalidMarkException: long serialVersionUID +com.google.android.material.R$styleable: int MenuItem_showAsAction +com.jaredrummler.android.colorpicker.R$bool: int abc_config_actionMenuItemAllCaps +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse +com.google.android.material.R$style: int Base_Widget_MaterialComponents_TextInputLayout +wangdaye.com.geometricweather.R$drawable: int weather_clear_night_mini_light +androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_fontWeight +okhttp3.internal.http2.Hpack$Writer: int SETTINGS_HEADER_TABLE_SIZE +com.google.android.material.bottomappbar.BottomAppBar: void setSubtitle(java.lang.CharSequence) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: java.lang.String getBrandId() +androidx.viewpager.R$id: int actions +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.R$id: int activity_widget_config_viewStyleTitle +androidx.preference.R$color: int switch_thumb_normal_material_dark +okio.RealBufferedSource: okio.ByteString readByteString() +com.google.android.material.R$string: int appbar_scrolling_view_behavior +androidx.lifecycle.LifecycleDispatcher$DispatcherActivityCallback: void onActivitySaveInstanceState(android.app.Activity,android.os.Bundle) +com.xw.repo.bubbleseekbar.R$attr: int dropdownListPreferredItemHeight +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_DropDownItem_Spinner +com.google.android.material.R$dimen: int abc_seekbar_track_background_height_material +com.google.android.material.R$id: int transition_position +com.xw.repo.bubbleseekbar.R$attr: int dialogPreferredPadding +io.reactivex.internal.util.NotificationLite$ErrorNotification +wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_ttcIndex +wangdaye.com.geometricweather.R$id: int date_picker_actions +com.google.android.material.R$styleable: int ConstraintSet_flow_horizontalGap +androidx.constraintlayout.widget.R$attr: int buttonTint +okhttp3.internal.cache.DiskLruCache: long nextSequenceNumber +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void drain() +wangdaye.com.geometricweather.db.entities.HistoryEntity: void setDate(java.util.Date) +wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setCloudCover(java.lang.Integer) +androidx.appcompat.R$style: int Base_Widget_AppCompat_TextView +retrofit2.Utils: java.lang.RuntimeException parameterError(java.lang.reflect.Method,int,java.lang.String,java.lang.Object[]) +androidx.appcompat.widget.AppCompatRatingBar: AppCompatRatingBar(android.content.Context) +com.google.android.material.R$attr: int expandedTitleMarginEnd +com.google.android.material.R$styleable: int TextInputLayout_android_hint +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments$WarningTextBlocItem: java.util.List textHtml +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_AutoCompleteTextView +cyanogenmod.weatherservice.WeatherProviderService$1: void processCityNameLookupRequest(cyanogenmod.weather.RequestInfo) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_switchStyle +android.didikee.donate.R$style: int Base_Theme_AppCompat_DialogWhenLarge +com.jaredrummler.android.colorpicker.R$styleable: int Spinner_android_popupBackground +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: java.lang.String value +james.adaptiveicon.R$color: int switch_thumb_disabled_material_light +com.google.android.material.datepicker.DateSelector +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.Astro[] astros +androidx.vectordrawable.animated.R$color: int ripple_material_light +cyanogenmod.app.Profile$ProfileTrigger: int describeContents() +androidx.vectordrawable.animated.R$styleable: int GradientColor_android_startY +com.tencent.bugly.crashreport.crash.CrashDetailBean: boolean j +androidx.coordinatorlayout.R$styleable: int[] GradientColorItem +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_MonthTextView +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabPaddingTop +androidx.preference.R$styleable: int[] AnimatedStateListDrawableTransition +cyanogenmod.providers.CMSettings$System: boolean putLong(android.content.ContentResolver,java.lang.String,long) +io.reactivex.exceptions.CompositeException: CompositeException(java.lang.Iterable) +com.jaredrummler.android.colorpicker.R$color: int ripple_material_light +retrofit2.http.Path +androidx.core.graphics.drawable.IconCompat +androidx.lifecycle.LifecycleRegistry$1 +wangdaye.com.geometricweather.R$string: int key_widget_trend_hourly +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light_Dialog_Alert +com.jaredrummler.android.colorpicker.R$color: int dim_foreground_disabled_material_dark +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX +com.xw.repo.bubbleseekbar.R$attr: int actionMenuTextColor +okio.AsyncTimeout: java.io.IOException exit(java.io.IOException) +androidx.vectordrawable.R$id: int accessibility_custom_action_30 +androidx.dynamicanimation.R$id: int line1 +wangdaye.com.geometricweather.R$styleable: int ActionBar_titleTextStyle +com.xw.repo.bubbleseekbar.R$attr: int fontStyle +com.google.android.material.textfield.TextInputLayout: android.graphics.drawable.Drawable getStartIconDrawable() +com.google.android.material.appbar.CollapsingToolbarLayout: int getMaxLines() +androidx.preference.R$dimen: int notification_right_side_padding_top +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric: AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric() +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_106 +okio.ByteString: java.lang.String toString() +androidx.preference.R$styleable: int SwitchPreference_switchTextOn +james.adaptiveicon.R$styleable: int AppCompatTheme_toolbarStyle +com.google.android.material.R$styleable: int Layout_layout_constraintHorizontal_bias +okhttp3.internal.cache.DiskLruCache: okio.BufferedSink newJournalWriter() +wangdaye.com.geometricweather.R$styleable: int Toolbar_titleMarginStart +com.google.android.material.R$attr: int chipCornerRadius +com.google.android.material.R$string: int material_slider_range_end +com.google.android.material.R$color: int design_dark_default_color_on_secondary +android.didikee.donate.R$id: int progress_horizontal +androidx.preference.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_alertDialogStyle +com.xw.repo.bubbleseekbar.R$layout: int abc_search_dropdown_item_icons_2line +androidx.preference.R$styleable: int AppCompatTheme_colorBackgroundFloating +com.google.android.material.R$attr: int boxStrokeWidthFocused +cyanogenmod.app.LiveLockScreenManager: boolean show(int,cyanogenmod.app.LiveLockScreenInfo) +com.xw.repo.bubbleseekbar.R$string: int abc_activitychooserview_choose_application +androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$State getStateAfter(androidx.lifecycle.Lifecycle$Event) +wangdaye.com.geometricweather.R$array: int week_widget_style_values +com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawable_android_enterFadeDuration +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_FixedSize +com.tencent.bugly.crashreport.common.info.AppInfo: java.lang.String e(android.content.Context) +androidx.constraintlayout.widget.R$styleable: int Layout_minHeight +androidx.preference.R$color: int background_material_light +james.adaptiveicon.R$styleable: int FontFamily_fontProviderFetchStrategy +okio.RealBufferedSource: okio.Source source +okhttp3.Request: java.lang.String method +com.google.gson.internal.LazilyParsedNumber: java.lang.String toString() +com.turingtechnologies.materialscrollbar.R$attr: int statusBarScrim +com.google.android.material.R$dimen: int mtrl_high_ripple_default_alpha +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String province +io.reactivex.internal.subscriptions.SubscriptionArbiter: boolean cancelled +wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayVerticalProvider: WidgetClockDayVerticalProvider() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: java.lang.String unit +com.google.android.material.R$attr: int shrinkMotionSpec +io.reactivex.internal.schedulers.ScheduledRunnable: void setFuture(java.util.concurrent.Future) +wangdaye.com.geometricweather.R$attr: int commitIcon +androidx.preference.R$styleable: int ActionMode_titleTextStyle +okhttp3.CertificatePinner: okhttp3.CertificatePinner withCertificateChainCleaner(okhttp3.internal.tls.CertificateChainCleaner) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getRelativeHumidity() +androidx.viewpager2.R$styleable: int GradientColor_android_endX +com.tencent.bugly.proguard.v: com.tencent.bugly.proguard.t l +com.turingtechnologies.materialscrollbar.R$color: int abc_search_url_text_pressed +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_editTextColor +com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_drawableSize +cyanogenmod.app.ILiveLockScreenManager$Stub: ILiveLockScreenManager$Stub() +android.didikee.donate.R$integer: R$integer() +com.google.android.material.R$styleable: int MenuItem_android_menuCategory +wangdaye.com.geometricweather.R$drawable: int shortcuts_clear_night_foreground +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamily_fontProviderFetchStrategy +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_ActionBar_Primary +androidx.coordinatorlayout.R$string +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: boolean getLiveLockScreenEnabled() +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.Pollen getPollen() +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionMode +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: boolean cancelled +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModePopupWindowStyle +james.adaptiveicon.R$dimen: int abc_action_bar_default_padding_start_material +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating: AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating() +wangdaye.com.geometricweather.R$dimen: int abc_control_corner_material +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: long dt +androidx.appcompat.widget.ViewStubCompat: void setOnInflateListener(androidx.appcompat.widget.ViewStubCompat$OnInflateListener) +androidx.constraintlayout.widget.R$styleable: int ImageFilterView_contrast +james.adaptiveicon.R$id: int scrollIndicatorDown +com.google.android.material.R$styleable: int AppCompatTheme_popupMenuStyle +androidx.constraintlayout.utils.widget.ImageFilterView: void setRound(float) +com.amap.api.location.LocationManagerBase: void setLocationListener(com.amap.api.location.AMapLocationListener) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeIcePrecipitation +androidx.transition.R$style: int TextAppearance_Compat_Notification_Info +androidx.appcompat.R$attr: int paddingBottomNoButtons +androidx.drawerlayout.R$dimen: int notification_large_icon_width +wangdaye.com.geometricweather.R$style: int Widget_Design_CollapsingToolbar +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: long REQUEST_MASK +org.greenrobot.greendao.DaoException: long serialVersionUID +androidx.constraintlayout.widget.R$style: int Base_V7_Theme_AppCompat_Light_Dialog +cyanogenmod.profiles.BrightnessSettings: void processOverride(android.content.Context) +wangdaye.com.geometricweather.settings.activities.SelectProviderActivity +androidx.appcompat.R$attr: R$attr() +james.adaptiveicon.R$attr: int switchStyle +wangdaye.com.geometricweather.R$dimen: int abc_config_prefDialogWidth +com.turingtechnologies.materialscrollbar.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow +androidx.preference.R$attr: int divider +com.google.android.material.R$attr: int actionModeCloseButtonStyle +wangdaye.com.geometricweather.R$id: int dialog_adaptive_icon_title +com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Picker_Date_Calendar +androidx.preference.R$string: int abc_searchview_description_voice +io.reactivex.internal.operators.observable.ObservableReplay$SizeAndTimeBoundReplayBuffer: void truncateFinal() +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.internal.fuseable.SimpleQueue queue +com.loc.k: java.lang.String a +androidx.constraintlayout.widget.R$styleable: int Transition_pathMotionArc +com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver: android.content.Context b(com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver) +wangdaye.com.geometricweather.R$styleable: int DialogPreference_dialogIcon +wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar +androidx.preference.R$attr: int min +com.google.android.material.R$string: int abc_shareactionprovider_share_with_application +androidx.constraintlayout.widget.R$styleable: R$styleable() +cyanogenmod.profiles.AirplaneModeSettings: void getXmlString(java.lang.StringBuilder,android.content.Context) +james.adaptiveicon.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha +androidx.coordinatorlayout.R$id: int none +wangdaye.com.geometricweather.R$styleable: int MaterialButtonToggleGroup_singleSelection +okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder noStore() +com.xw.repo.bubbleseekbar.R$string +androidx.preference.R$dimen: int abc_action_bar_subtitle_bottom_margin_material +okhttp3.internal.cache.InternalCache +wangdaye.com.geometricweather.R$string: int mtrl_picker_date_header_title +com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat_Light +com.amap.api.location.AMapLocation: boolean isOffset() +retrofit2.OkHttpCall: OkHttpCall(retrofit2.RequestFactory,java.lang.Object[],okhttp3.Call$Factory,retrofit2.Converter) +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult: java.util.List Summaries +androidx.preference.R$styleable: int AppCompatTextView_textAllCaps +wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_dayNightTypeContainer +androidx.customview.R$attr +androidx.appcompat.R$dimen: int abc_action_bar_subtitle_top_margin_material +okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner: boolean equals(java.lang.Object) +retrofit2.ParameterHandler$QueryName +androidx.constraintlayout.widget.R$attr: int layout_optimizationLevel +io.reactivex.exceptions.CompositeException$CompositeExceptionCausalChain: java.lang.String MESSAGE +androidx.core.view.GestureDetectorCompat$GestureDetectorCompatImplBase +wangdaye.com.geometricweather.R$attr: int hideMotionSpec +wangdaye.com.geometricweather.R$array: int widget_card_style_values +androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableTransition_android_fromId +okhttp3.Address: java.net.ProxySelector proxySelector() +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void remove(io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable) +com.google.android.material.transformation.ExpandableBehavior: ExpandableBehavior() +com.google.android.material.R$styleable: int FloatingActionButton_showMotionSpec +wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerFamilyTopRight +cyanogenmod.externalviews.KeyguardExternalView$2: cyanogenmod.externalviews.KeyguardExternalView this$0 +com.google.android.material.R$color: int material_on_background_emphasis_high_type +wangdaye.com.geometricweather.R$id: int dialog_background_location_setButton +androidx.dynamicanimation.R$styleable: int FontFamily_fontProviderCerts +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_subtitleTextAppearance +androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionBar_TabBar +androidx.transition.R$style: int Widget_Compat_NotificationActionContainer +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier +android.didikee.donate.R$dimen: int abc_control_padding_material +androidx.constraintlayout.widget.R$attr: int tint +cyanogenmod.themes.IThemeChangeListener$Stub$Proxy: void onFinish(boolean) +androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type RIGHT +android.didikee.donate.R$attr: int customNavigationLayout +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_CALL_COLOR_VALIDATOR +com.amap.api.location.AMapLocation: int s +androidx.appcompat.R$style +com.jaredrummler.android.colorpicker.R$styleable: int[] AlertDialog +com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_dialogType +com.turingtechnologies.materialscrollbar.R$drawable: int abc_popup_background_mtrl_mult +okio.RealBufferedSink: okio.BufferedSink writeLong(long) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_37 +com.google.android.material.appbar.CollapsingToolbarLayout: void setContentScrimResource(int) +androidx.preference.R$styleable: int AppCompatTheme_listPopupWindowStyle +androidx.constraintlayout.widget.R$attr: int layout_constraintGuide_end +androidx.hilt.R$id: int notification_background +retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory createWithScheduler(io.reactivex.Scheduler) +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintVertical_chainStyle +wangdaye.com.geometricweather.R$style: int Base_V7_Widget_AppCompat_Toolbar +android.didikee.donate.R$style: int Widget_AppCompat_Light_ListPopupWindow +androidx.appcompat.widget.ActivityChooserView: void setExpandActivityOverflowButtonContentDescription(int) +com.turingtechnologies.materialscrollbar.R$color: int cardview_shadow_start_color +com.google.android.material.R$styleable: int MaterialTextAppearance_android_lineHeight +com.google.android.material.R$styleable: int KeyTimeCycle_wavePeriod +com.amap.api.location.AMapLocation: java.lang.String i +wangdaye.com.geometricweather.R$styleable: int Chip_chipStartPadding +com.turingtechnologies.materialscrollbar.R$attr: int msb_scrollMode +com.google.android.material.R$styleable: int MaterialButton_iconTint +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Inverse +retrofit2.CallAdapter$Factory: CallAdapter$Factory() +com.turingtechnologies.materialscrollbar.R$styleable: int ForegroundLinearLayout_foregroundInsidePadding +com.jaredrummler.android.colorpicker.R$attr: int actionBarSize +com.jaredrummler.android.colorpicker.R$attr: int actionModePasteDrawable +com.github.rahatarmanahmed.cpv.CircularProgressView$2: CircularProgressView$2(com.github.rahatarmanahmed.cpv.CircularProgressView,float) +com.google.android.material.R$styleable: int Constraint_layout_constraintRight_creator +cyanogenmod.weather.WeatherInfo: double access$1202(cyanogenmod.weather.WeatherInfo,double) +okhttp3.internal.http.HttpCodec: int DISCARD_STREAM_TIMEOUT_MILLIS +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: ObservableTimeout$TimeoutObserver(io.reactivex.Observer,io.reactivex.functions.Function) +io.reactivex.Observable: io.reactivex.Observable doOnEach(io.reactivex.Observer) +com.xw.repo.bubbleseekbar.R$drawable: int abc_text_select_handle_left_mtrl_dark +cyanogenmod.externalviews.KeyguardExternalViewProviderService: KeyguardExternalViewProviderService() +james.adaptiveicon.R$bool +com.turingtechnologies.materialscrollbar.R$attr: int titleEnabled +androidx.appcompat.R$anim: int abc_grow_fade_in_from_bottom +wangdaye.com.geometricweather.R$string: int settings_title_precipitation_unit +com.google.android.material.R$drawable: int abc_btn_check_material_anim +androidx.preference.R$attr: int titleTextColor +okio.ByteString: boolean startsWith(okio.ByteString) +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks +androidx.constraintlayout.widget.R$drawable: int abc_ic_arrow_drop_right_black_24dp +okio.RealBufferedSource: byte[] readByteArray(long) +androidx.fragment.R$styleable: int GradientColor_android_endY +androidx.constraintlayout.widget.R$styleable: int ActivityChooserView_initialActivityCount +com.google.android.material.R$attr: int listPreferredItemHeightSmall +com.tencent.bugly.proguard.d: d() +com.google.android.material.textfield.TextInputLayout: void setErrorIconOnClickListener(android.view.View$OnClickListener) +wangdaye.com.geometricweather.R$style: int Base_V28_Theme_AppCompat +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean names +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem +okhttp3.internal.http2.Http2Connection$7: okhttp3.internal.http2.Http2Connection this$0 +com.xw.repo.bubbleseekbar.R$styleable: int[] ActionMode +androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_height +com.google.android.material.R$color: int secondary_text_default_material_light +android.didikee.donate.R$styleable: int MenuGroup_android_id +com.turingtechnologies.materialscrollbar.R$dimen: int design_fab_elevation +wangdaye.com.geometricweather.main.fragments.ManagementFragment +com.turingtechnologies.materialscrollbar.R$attr: int behavior_autoHide +okhttp3.internal.http2.Hpack$Writer: int evictToRecoverBytes(int) +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintEnd_toStartOf +io.reactivex.internal.subscribers.StrictSubscriber: java.util.concurrent.atomic.AtomicReference upstream +com.bumptech.glide.integration.okhttp.R$layout: int notification_action +com.turingtechnologies.materialscrollbar.R$attr: int tabIndicatorColor +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult +wangdaye.com.geometricweather.R$styleable: int[] KeyTrigger +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox +cyanogenmod.externalviews.ExternalView: android.content.Context mContext +com.google.android.material.R$dimen: int material_clock_display_padding +com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DISPLAY_COLOR_ADJUSTMENT_VALIDATOR +androidx.customview.R$styleable: int GradientColor_android_gradientRadius +wangdaye.com.geometricweather.R$color: int design_dark_default_color_on_primary +cyanogenmod.weatherservice.WeatherProviderService$1: void cancelOngoingRequests() +androidx.vectordrawable.animated.R$styleable: int GradientColor_android_type +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Display4 +com.tencent.bugly.crashreport.common.info.a: long r +com.bumptech.glide.integration.okhttp.R$attr: int layout_insetEdge +james.adaptiveicon.R$drawable: int notification_bg_low_pressed +wangdaye.com.geometricweather.R$id: int item_details_content +wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Object readEntity(android.database.Cursor,int) +wangdaye.com.geometricweather.R$dimen: int design_textinput_caption_translate_y +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemTextColor +okhttp3.Cookie: java.lang.String path() +io.reactivex.internal.disposables.DisposableHelper: boolean validate(io.reactivex.disposables.Disposable,io.reactivex.disposables.Disposable) +androidx.viewpager2.R$dimen: int compat_button_padding_vertical_material +com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat_Dark +wangdaye.com.geometricweather.R$styleable: int[] PreferenceFragment +retrofit2.Utils: java.lang.String typeToString(java.lang.reflect.Type) +james.adaptiveicon.R$style: int Widget_AppCompat_ActionBar_TabBar +androidx.preference.R$styleable: int ActionBar_contentInsetEndWithActions +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: java.lang.String getLtoDestination() +io.reactivex.internal.schedulers.RxThreadFactory: java.lang.Thread newThread(java.lang.Runnable) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeIcePrecipitationDuration() +androidx.appcompat.R$dimen: int highlight_alpha_material_dark +com.tencent.bugly.crashreport.crash.e +com.tencent.bugly.crashreport.crash.h5.a: java.lang.String d +androidx.constraintlayout.widget.R$styleable: int Constraint_android_alpha +androidx.legacy.coreutils.R$dimen: int notification_big_circle_margin +android.didikee.donate.R$styleable: int MenuView_android_verticalDivider +androidx.preference.R$style: int Base_Theme_AppCompat_CompactMenu +androidx.preference.R$style: int Base_V26_Theme_AppCompat +wangdaye.com.geometricweather.R$attr: int displayOptions +okhttp3.internal.cache.DiskLruCache$Snapshot: okio.Source getSource(int) +com.tencent.bugly.crashreport.common.info.a: java.lang.String h +okhttp3.Cookie: boolean persistent() +wangdaye.com.geometricweather.common.basic.models.weather.UV +androidx.dynamicanimation.R$id: int async +wangdaye.com.geometricweather.R$attr: int tickVisible +androidx.appcompat.R$attr: int closeIcon +com.turingtechnologies.materialscrollbar.R$attr: int layout_scrollFlags +com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol: AMapLocationClientOption$AMapLocationProtocol(java.lang.String,int,int) +okhttp3.RealCall$AsyncCall: void executeOn(java.util.concurrent.ExecutorService) +wangdaye.com.geometricweather.R$layout: int activity_allergen +wangdaye.com.geometricweather.R$attr: int contentInsetLeft +okhttp3.internal.platform.ConscryptPlatform +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Day +androidx.appcompat.R$style: int Widget_AppCompat_TextView +com.tencent.bugly.proguard.u: java.util.concurrent.LinkedBlockingQueue i +wangdaye.com.geometricweather.R$styleable: int MenuGroup_android_id +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeRealFeelShaderTemperature +james.adaptiveicon.R$styleable: int Toolbar_contentInsetEnd +wangdaye.com.geometricweather.R$drawable: int notif_temp_33 +androidx.work.R$styleable: int GradientColor_android_tileMode +com.xw.repo.bubbleseekbar.R$attr: int titleTextAppearance +wangdaye.com.geometricweather.R$dimen: int abc_edit_text_inset_horizontal_material +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Inverse +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintGuide_end +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setWeatherText(java.lang.String) +james.adaptiveicon.R$attr: int singleChoiceItemLayout +androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall +com.tencent.bugly.crashreport.crash.b: com.tencent.bugly.crashreport.crash.a b(android.database.Cursor) +wangdaye.com.geometricweather.R$drawable: int weather_snow_pixel +android.didikee.donate.R$attr: int textAppearanceSearchResultSubtitle +com.google.android.material.R$styleable: int KeyCycle_android_translationY +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) +wangdaye.com.geometricweather.R$id: int easeInOut +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog +androidx.constraintlayout.widget.R$drawable: int abc_scrubber_control_off_mtrl_alpha +wangdaye.com.geometricweather.R$dimen: int design_snackbar_padding_vertical +wangdaye.com.geometricweather.R$layout: int widget_clock_day_vertical +com.google.android.material.R$styleable: int Constraint_layout_constraintEnd_toEndOf +com.xw.repo.bubbleseekbar.R$integer: int status_bar_notification_info_maxnum +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setCityId(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarTabTextStyle +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_AES_128_CBC_SHA256 +androidx.vectordrawable.R$drawable: R$drawable() +com.google.android.material.R$styleable: int KeyAttribute_android_rotationY +androidx.preference.R$styleable: int AppCompatTheme_checkedTextViewStyle +com.tencent.bugly.crashreport.crash.h5.H5JavaScriptInterface: H5JavaScriptInterface() +androidx.dynamicanimation.R$dimen: int notification_big_circle_margin +androidx.fragment.R$styleable: int ColorStateListItem_android_alpha +androidx.coordinatorlayout.R$id: int accessibility_custom_action_9 +com.google.android.material.R$styleable: int[] AppCompatImageView +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight +wangdaye.com.geometricweather.R$layout: int abc_cascading_menu_item_layout +androidx.activity.R$styleable: int[] GradientColorItem +com.google.android.material.R$styleable: int TextInputLayout_boxCornerRadiusTopStart +james.adaptiveicon.R$attr: int title +james.adaptiveicon.R$dimen: int abc_text_size_subhead_material +wangdaye.com.geometricweather.R$anim: int fragment_manange_enter +androidx.preference.R$anim: int fragment_fast_out_extra_slow_in +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: int Rank +com.tencent.bugly.crashreport.inner.InnerApi +androidx.constraintlayout.widget.R$attr: int onCross +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setSo2(java.lang.String) +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void onError(java.lang.Throwable) +androidx.activity.R$id: int notification_background +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Spinner_DropDown +io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric: int UnitType +androidx.appcompat.R$string: int abc_searchview_description_clear +androidx.vectordrawable.R$id: int accessibility_custom_action_3 +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: int OTHER_STATE_HAS_VALUE +androidx.fragment.R$styleable: int GradientColor_android_centerColor +cyanogenmod.weather.WeatherInfo: android.os.Parcelable$Creator CREATOR +androidx.constraintlayout.widget.R$attr: int arcMode +wangdaye.com.geometricweather.common.basic.models.weather.Astro: Astro(java.util.Date,java.util.Date) +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ButtonBar +androidx.appcompat.widget.SearchView: void setIconifiedByDefault(boolean) +androidx.dynamicanimation.R$styleable +wangdaye.com.geometricweather.R$layout: int item_about_header +cyanogenmod.weather.WeatherInfo: double getHumidity() +com.xw.repo.bubbleseekbar.R$style: int Base_V28_Theme_AppCompat_Light +android.support.v4.app.INotificationSideChannel: void cancel(java.lang.String,int,java.lang.String) +wangdaye.com.geometricweather.R$string: int of_clock +com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_centerY +androidx.vectordrawable.animated.R$integer: R$integer() +androidx.cardview.R$styleable: int CardView_contentPaddingRight +okhttp3.internal.tls.DistinguishedNameParser: java.lang.String findMostSpecific(java.lang.String) +androidx.recyclerview.widget.RecyclerView$LayoutManager: RecyclerView$LayoutManager() +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_progressBarPadding +androidx.preference.R$attr: int drawerArrowStyle +okhttp3.Cache$CacheRequestImpl$1: Cache$CacheRequestImpl$1(okhttp3.Cache$CacheRequestImpl,okio.Sink,okhttp3.Cache,okhttp3.internal.cache.DiskLruCache$Editor) +androidx.preference.R$style: int Base_V7_Widget_AppCompat_Toolbar +com.xw.repo.bubbleseekbar.R$color: int secondary_text_default_material_light +okhttp3.TlsVersion: java.util.List forJavaNames(java.lang.String[]) +com.google.android.material.R$animator: int design_fab_show_motion_spec +okhttp3.internal.Util$2: boolean val$daemon +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: io.reactivex.functions.Function mapper +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_toRightOf +wangdaye.com.geometricweather.db.entities.HistoryEntity: int getNighttimeTemperature() +cyanogenmod.app.suggest.AppSuggestManager: cyanogenmod.app.suggest.AppSuggestManager sInstance +cyanogenmod.weather.WeatherInfo$DayForecast: double mHigh +androidx.constraintlayout.widget.R$color: int switch_thumb_disabled_material_light +com.google.android.material.R$attr: int chipStrokeColor +com.tencent.bugly.crashreport.crash.anr.TraceFileHelper$b: boolean a(long,long,java.lang.String) +wangdaye.com.geometricweather.R$array: int notification_text_colors +com.xw.repo.bubbleseekbar.R$drawable: int abc_tab_indicator_mtrl_alpha +com.amap.api.location.AMapLocationClientOption: boolean n +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_DarkActionBar +com.google.android.material.R$styleable: int OnSwipe_limitBoundsTo +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_rotationX +wangdaye.com.geometricweather.R$color: int mtrl_bottom_nav_colored_item_tint +androidx.constraintlayout.utils.widget.ImageFilterButton: void setWarmth(float) +com.google.android.material.R$style: int ThemeOverlay_AppCompat_Light +com.jaredrummler.android.colorpicker.R$id: int search_voice_btn +james.adaptiveicon.R$attr: int searchViewStyle +wangdaye.com.geometricweather.R$styleable: int[] ActionMenuItemView +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_textSize +com.github.rahatarmanahmed.cpv.CircularProgressView: int animSteps +androidx.recyclerview.R$attr: int fastScrollHorizontalTrackDrawable +wangdaye.com.geometricweather.R$attr: int horizontalOffset +androidx.appcompat.R$styleable: int MenuView_android_itemIconDisabledAlpha +com.google.android.material.R$styleable: int TextInputEditText_textInputLayoutFocusedRectEnabled +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dialogTheme +okhttp3.internal.http2.Http2Reader: void readData(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: void setTranslateX(float) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: java.lang.String getTo() +androidx.activity.R$styleable: int[] FontFamily +android.didikee.donate.R$style: int Base_Widget_AppCompat_ListView +retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback: void onFailure(retrofit2.Call,java.lang.Throwable) +com.google.android.material.R$drawable: int abc_scrubber_control_off_mtrl_alpha +com.google.android.material.R$styleable: int ConstraintSet_android_rotationY +wangdaye.com.geometricweather.R$string: int appbar_scrolling_view_behavior +com.google.android.material.R$dimen: int notification_subtext_size +com.google.android.material.R$attr: int flow_wrapMode +androidx.constraintlayout.widget.R$styleable: int Toolbar_title +com.jaredrummler.android.colorpicker.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable +wangdaye.com.geometricweather.R$dimen: int widget_grid_4 +com.jaredrummler.android.colorpicker.R$styleable: int[] SwitchPreferenceCompat +androidx.preference.R$attr: int buttonCompat +android.didikee.donate.R$styleable: int AppCompatTheme_dividerVertical +com.google.android.material.R$styleable: int Constraint_barrierDirection +wangdaye.com.geometricweather.R$id: int widget_trend_daily_item_3 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX: java.util.List brands +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintWidth_min +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Dialog_MinWidth +org.greenrobot.greendao.AbstractDao: void detachAll() +androidx.hilt.lifecycle.R$anim: int fragment_fade_exit +wangdaye.com.geometricweather.R$drawable: int ic_clock_black_24dp +androidx.constraintlayout.widget.R$styleable: int[] AlertDialog +io.reactivex.internal.util.VolatileSizeArrayList: java.lang.Object set(int,java.lang.Object) +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_CITY +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_ratingBarStyleSmall +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: io.reactivex.Scheduler$Worker worker +androidx.lifecycle.extensions.R$style: int Widget_Compat_NotificationActionText +wangdaye.com.geometricweather.R$styleable: int Motion_motionPathRotate +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Metric: java.lang.String Unit +com.google.android.material.R$style: int ShapeAppearanceOverlay_TopLeftCut +com.google.android.material.R$attr: int singleSelection +androidx.lifecycle.FullLifecycleObserver: void onResume(androidx.lifecycle.LifecycleOwner) +androidx.customview.R$id: int info +android.didikee.donate.R$styleable: int AppCompatTheme_editTextStyle +com.amap.api.location.AMapLocationListener +androidx.preference.R$styleable: int ActionBarLayout_android_layout_gravity +okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Connection$ReaderRunnable readerRunnable +okhttp3.internal.http2.Http2Reader$ContinuationSource: long read(okio.Buffer,long) +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: java.lang.String toValue(java.util.List) +com.xw.repo.bubbleseekbar.R$styleable: int ColorStateListItem_android_color +androidx.hilt.lifecycle.R$dimen: int notification_large_icon_height com.google.android.material.chip.Chip: float getTextStartPadding() -com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Chip_Entry -wangdaye.com.geometricweather.R$drawable: int mtrl_ic_arrow_drop_up -com.google.android.material.R$attr: int searchViewStyle -androidx.constraintlayout.widget.R$styleable: int Toolbar_contentInsetEnd -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: long time -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small -io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.internal.fuseable.SimpleQueue queue -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableRightCompat -wangdaye.com.geometricweather.R$attr: int imageAspectRatio -com.jaredrummler.android.colorpicker.R$attr: int textColorSearchUrl -com.turingtechnologies.materialscrollbar.R$attr: int fabCradleRoundedCornerRadius -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: long StartEpochDateTime -androidx.hilt.lifecycle.R$drawable: int notification_bg_normal -com.jaredrummler.android.colorpicker.R$drawable: int abc_vector_test -com.jaredrummler.android.colorpicker.R$color: int abc_tint_switch_track -com.google.android.material.R$id: int autoCompleteToEnd -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_BottomAppBar_Colored -com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_stacked_max_height -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: void setChartItemView(wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView) -io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: boolean tryOnError(java.lang.Throwable) -io.reactivex.Observable: io.reactivex.Observable withLatestFrom(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function3) -wangdaye.com.geometricweather.R$attr: int textAppearanceBody1 -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintLeft_creator -androidx.appcompat.widget.SwitchCompat: void setTrackTintMode(android.graphics.PorterDuff$Mode) -com.amap.api.fence.GeoFence: int ERROR_CODE_FAILURE_PARSER -com.google.android.material.R$styleable: int[] ListPopupWindow -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: java.lang.String getCardName(android.content.Context) -retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: void onNext(java.lang.Object) -okhttp3.MultipartBody$Builder: java.util.List parts -okhttp3.Cache$1 -androidx.appcompat.widget.ActionMenuView: ActionMenuView(android.content.Context,android.util.AttributeSet) -okio.BufferedSink: okio.BufferedSink writeString(java.lang.String,int,int,java.nio.charset.Charset) -androidx.appcompat.R$attr: int overlapAnchor -com.google.android.material.R$styleable: int ConstraintSet_android_maxWidth -androidx.constraintlayout.widget.R$layout: int abc_popup_menu_header_item_layout -okhttp3.FormBody: void writeTo(okio.BufferedSink) -wangdaye.com.geometricweather.R$id: int activity_widget_config_subtitleDataContainer -com.google.android.material.R$style: int Theme_MaterialComponents_Light_Dialog_Alert -androidx.preference.R$color: int material_grey_800 -androidx.loader.R$styleable: int FontFamily_fontProviderPackage -wangdaye.com.geometricweather.R$dimen: int design_snackbar_padding_vertical_2lines -androidx.constraintlayout.widget.R$styleable: int PropertySet_layout_constraintTag -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_icon_1 -wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String getTreeDescription() -com.google.android.gms.common.server.response.SafeParcelResponse -com.google.android.material.R$dimen: int abc_text_size_display_4_material -io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: ObservableInterval$IntervalObserver(io.reactivex.Observer) -androidx.preference.R$attr: int actionBarPopupTheme -com.jaredrummler.android.colorpicker.R$id: int text -com.google.android.material.textfield.TextInputLayout: void setCounterOverflowTextAppearance(int) -com.xw.repo.bubbleseekbar.R$color: int abc_background_cache_hint_selector_material_dark -androidx.constraintlayout.widget.R$drawable: int abc_scrubber_primary_mtrl_alpha -com.jaredrummler.android.colorpicker.R$dimen: int compat_control_corner_material -com.turingtechnologies.materialscrollbar.MaterialScrollBar: void setScrollBarHidden(boolean) -androidx.constraintlayout.utils.widget.ImageFilterView: float getContrast() -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_28 -androidx.lifecycle.FullLifecycleObserverAdapter: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) -com.google.android.material.R$styleable: int Transition_duration -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dialogCornerRadius -wangdaye.com.geometricweather.db.entities.AlertEntity: void setContent(java.lang.String) -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind: java.lang.String icon -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_textColorHint -androidx.viewpager2.widget.ViewPager2$SavedState: android.os.Parcelable$Creator CREATOR -androidx.appcompat.R$style: int Theme_AppCompat_DialogWhenLarge -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryNotLowProxy: ConstraintProxy$BatteryNotLowProxy() -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Wind$Direction: java.lang.String English -wangdaye.com.geometricweather.R$drawable: int notif_temp_43 -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int TORNADO -james.adaptiveicon.R$drawable: int abc_text_select_handle_middle_mtrl_dark -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.MinutelyEntity) -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow +android.didikee.donate.R$style: int Widget_AppCompat_Light_PopupMenu +wangdaye.com.geometricweather.R$styleable: int[] Fragment +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionButton +cyanogenmod.externalviews.KeyguardExternalView$5: KeyguardExternalView$5(cyanogenmod.externalviews.KeyguardExternalView) +androidx.appcompat.R$id: int title +androidx.fragment.R$id: int accessibility_custom_action_5 +wangdaye.com.geometricweather.R$font: int product_sans_italic +com.google.android.material.R$styleable: int Chip_closeIconTint +cyanogenmod.providers.CMSettings$System: java.lang.String HEADSET_CONNECT_PLAYER +com.google.android.material.R$color: int background_floating_material_light +okhttp3.internal.http2.Hpack$Reader: okhttp3.internal.http2.Header[] dynamicTable +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorIconDrawable +wangdaye.com.geometricweather.R$style: int Platform_V21_AppCompat +wangdaye.com.geometricweather.db.entities.HourlyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode +com.google.android.material.R$color: int material_blue_grey_800 +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents +com.github.rahatarmanahmed.cpv.BuildConfig: java.lang.String BUILD_TYPE +com.jaredrummler.android.colorpicker.R$styleable: int Preference_title +wangdaye.com.geometricweather.R$attr: int overlay +com.google.android.material.R$styleable: int Layout_layout_constraintWidth_default +james.adaptiveicon.R$anim: int abc_slide_in_top +androidx.recyclerview.R$attr: int fontWeight +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_subtitle +wangdaye.com.geometricweather.R$styleable: int Chip_closeIconStartPadding +wangdaye.com.geometricweather.R$id: int activity_widget_config_top +james.adaptiveicon.R$attr: int paddingStart +wangdaye.com.geometricweather.R$string: int action_preview +androidx.lifecycle.Lifecycling$1: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) +androidx.lifecycle.LiveData$1: void run() +com.tencent.bugly.proguard.ah: java.lang.String e +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: void setDrawable(boolean) +com.tencent.bugly.crashreport.common.info.a: java.lang.String K +okhttp3.Headers: long byteCount() +cyanogenmod.app.CMStatusBarManager: cyanogenmod.app.CMStatusBarManager getInstance(android.content.Context) +androidx.preference.R$styleable: int TextAppearance_android_shadowDx +androidx.drawerlayout.R$attr: int fontProviderFetchStrategy +james.adaptiveicon.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common +wangdaye.com.geometricweather.R$drawable: int notification_bg_low_normal +androidx.constraintlayout.widget.ConstraintLayout: int getPaddingWidth() +wangdaye.com.geometricweather.background.receiver.widget.WidgetMultiCityProvider +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: java.lang.Throwable error +com.jaredrummler.android.colorpicker.R$attr: int actionViewClass +com.amap.api.location.AMapLocationQualityReport: int GPS_STATUS_MODE_SAVING +com.amap.api.location.AMapLocation: int C +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7 +androidx.transition.R$integer: R$integer() +androidx.lifecycle.SavedStateHandleController$1 +okhttp3.CertificatePinner: okio.ByteString sha1(java.security.cert.X509Certificate) +androidx.preference.R$style: int Widget_AppCompat_ButtonBar +com.jaredrummler.android.colorpicker.R$color: int abc_primary_text_disable_only_material_dark +com.google.android.material.button.MaterialButton: int getStrokeWidth() +okhttp3.internal.Util: java.util.regex.Pattern VERIFY_AS_IP_ADDRESS +io.reactivex.internal.subscribers.DeferredScalarSubscriber: void cancel() +cyanogenmod.app.ICMTelephonyManager$Stub: cyanogenmod.app.ICMTelephonyManager asInterface(android.os.IBinder) +cyanogenmod.app.LiveLockScreenInfo$1: LiveLockScreenInfo$1() +com.google.android.material.R$dimen: int mtrl_calendar_year_width +james.adaptiveicon.R$attr: int colorBackgroundFloating +wangdaye.com.geometricweather.R$dimen: int mtrl_large_touch_target +com.turingtechnologies.materialscrollbar.R$attr: int actionLayout +com.google.android.material.R$styleable: int Constraint_layout_goneMarginBottom +cyanogenmod.providers.CMSettings$Secure: int getIntForUser(android.content.ContentResolver,java.lang.String,int) +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +wangdaye.com.geometricweather.main.dialogs.LocationPermissionStatementDialog: LocationPermissionStatementDialog() +com.google.android.material.R$styleable: int GradientColor_android_centerX +android.didikee.donate.R$attr: int actionModeCutDrawable +cyanogenmod.profiles.LockSettings +androidx.hilt.R$layout: int notification_action_tombstone +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver parent +wangdaye.com.geometricweather.R$styleable: int[] Transition +androidx.recyclerview.R$dimen: int notification_media_narrow_margin +androidx.preference.R$style: int Theme_AppCompat_DayNight_DarkActionBar +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored +androidx.constraintlayout.utils.widget.MockView +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: long produced +com.turingtechnologies.materialscrollbar.R$string: int abc_searchview_description_query +androidx.fragment.app.BackStackRecord +com.google.android.material.R$attr: int expandActivityOverflowButtonDrawable +androidx.swiperefreshlayout.R$id: int actions +com.google.android.material.chip.Chip: void setChipEndPadding(float) +com.google.android.material.R$attr: int materialCalendarHeaderToggleButton +com.tencent.bugly.proguard.i: java.util.Map a(java.util.Map,java.util.Map,int,boolean) +cyanogenmod.app.CustomTile$ListExpandedStyle: CustomTile$ListExpandedStyle() +cyanogenmod.app.ThemeVersion$ComponentVersion: ThemeVersion$ComponentVersion(cyanogenmod.app.ThemeVersion$ComponentVersion) +androidx.legacy.coreutils.R$styleable: int FontFamilyFont_ttcIndex +james.adaptiveicon.R$layout: int notification_template_part_chronometer +wangdaye.com.geometricweather.R$id: int widget_day_symbol +com.jaredrummler.android.colorpicker.R$layout: int cpv_preference_circle +okhttp3.CacheControl: java.lang.String headerValue +androidx.transition.R$styleable: int GradientColor_android_gradientRadius +com.google.android.material.internal.ParcelableSparseArray +androidx.hilt.work.R$styleable: int Fragment_android_tag +cyanogenmod.providers.ThemesContract$MixnMatchColumns: ThemesContract$MixnMatchColumns() +androidx.recyclerview.R$id: int right_icon +androidx.loader.R$styleable: int GradientColorItem_android_color +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: void dispose() +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_icon_4 +okio.BufferedSource: boolean rangeEquals(long,okio.ByteString,int,int) +wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayWeekProvider: WidgetClockDayWeekProvider() +com.turingtechnologies.materialscrollbar.TouchScrollBar: float getIndicatorOffset() +wangdaye.com.geometricweather.R$attr: int snackbarStyle +okhttp3.internal.ws.WebSocketWriter: okio.Buffer buffer +com.xw.repo.bubbleseekbar.R$dimen: int disabled_alpha_material_dark +androidx.lifecycle.extensions.R$id: int notification_background +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getPm25() +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService +androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat_ActionBar +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorButtonNormal +com.google.android.gms.common.api.internal.zabl +androidx.appcompat.R$style: int Base_Widget_AppCompat_ListView_Menu +io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: boolean won +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA +wangdaye.com.geometricweather.R$attr: int layout_constrainedHeight +io.reactivex.internal.schedulers.ScheduledDirectPeriodicTask: long serialVersionUID +com.google.gson.stream.JsonWriter: int[] stack +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionBar_TabView +com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getErrorContentDescription() +com.turingtechnologies.materialscrollbar.R$id: int end +androidx.appcompat.R$layout: int abc_select_dialog_material +androidx.transition.R$id: int chronometer +wangdaye.com.geometricweather.R$drawable: int ic_filter_off +androidx.appcompat.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle +wangdaye.com.geometricweather.R$styleable: int MotionLayout_applyMotionScene +com.xw.repo.bubbleseekbar.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset +wangdaye.com.geometricweather.resource.utils.ResourceUtils$NullResourceIdException +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: boolean setDisposable(io.reactivex.disposables.Disposable,int) +wangdaye.com.geometricweather.R$string: int mtrl_picker_announce_current_selection +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Imperial Imperial +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_lastHorizontalBias +com.tencent.bugly.crashreport.CrashReport: void closeBugly() +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Bridge +com.google.android.material.slider.RangeSlider: void setThumbTintList(android.content.res.ColorStateList) +okhttp3.Cache: int hitCount() +androidx.appcompat.widget.AppCompatImageView: void setSupportImageTintList(android.content.res.ColorStateList) +androidx.hilt.work.R$attr: int fontProviderFetchStrategy +wangdaye.com.geometricweather.R$id: int mtrl_calendar_text_input_frame +cyanogenmod.providers.DataUsageContract: int COLUMN_OF_UID +androidx.constraintlayout.widget.R$styleable: int[] CustomAttribute +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_horizontalStyle +okhttp3.Headers: boolean equals(java.lang.Object) +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialCalendar_Fullscreen +okhttp3.Response$Builder: okhttp3.Response$Builder priorResponse(okhttp3.Response) +com.google.android.material.R$attr: int liftOnScrollTargetViewId okio.Buffer: okio.BufferedSink writeIntLe(int) -wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_text_dark_focused -com.amap.api.location.AMapLocation: AMapLocation(android.location.Location) -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder eventListener(okhttp3.EventListener) -cyanogenmod.weather.WeatherLocation: WeatherLocation(cyanogenmod.weather.WeatherLocation$1) -io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: long serialVersionUID -com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_android_dialogIcon -com.turingtechnologies.materialscrollbar.R$attr: int chipBackgroundColor -com.google.android.material.R$styleable: int[] Variant -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void dispose() -cyanogenmod.weather.WeatherLocation$Builder: WeatherLocation$Builder(java.lang.String) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator SHOW_ALARM_ICON_VALIDATOR -wangdaye.com.geometricweather.R$attr: int maxButtonHeight -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: boolean error(java.lang.Throwable) -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_Button -com.google.android.gms.common.api.internal.LifecycleCallback -com.tencent.bugly.proguard.v: com.tencent.bugly.proguard.s h -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_shadowRadius -wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit valueOf(java.lang.String) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setWindDircEnd(java.lang.String) -com.jaredrummler.android.colorpicker.R$attr: int listPreferredItemHeight -cyanogenmod.app.IProfileManager: cyanogenmod.app.Profile getProfileByName(java.lang.String) -androidx.appcompat.R$style: int Theme_AppCompat_DayNight_NoActionBar -com.tencent.bugly.proguard.z: void a(android.os.Parcel,java.util.Map) -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.tencent.bugly.proguard.d: void a(java.lang.String,java.lang.Object) -androidx.preference.R$id: int tag_transition_group -cyanogenmod.weather.CMWeatherManager: cyanogenmod.weather.ICMWeatherManager sWeatherManagerService -okhttp3.Response$Builder: okhttp3.Response$Builder protocol(okhttp3.Protocol) +io.reactivex.internal.disposables.EmptyDisposable: void complete(io.reactivex.Observer) +com.google.android.material.R$styleable: int Tooltip_android_minHeight +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_layout +androidx.cardview.R$attr: int cardUseCompatPadding +wangdaye.com.geometricweather.R$drawable: int abc_list_selector_disabled_holo_dark +androidx.appcompat.widget.SearchView: SearchView(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$string: int minutely_overview +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.R$attr: int layout_constraintCircleAngle +com.xw.repo.bubbleseekbar.R$style: int AlertDialog_AppCompat +com.google.android.material.slider.RangeSlider: void setTickVisible(boolean) +androidx.preference.R$anim: int abc_slide_in_bottom +wangdaye.com.geometricweather.R$attr: int msb_handleColor +com.google.android.material.R$dimen: int abc_text_size_large_material +com.turingtechnologies.materialscrollbar.R$layout: int abc_action_bar_title_item +com.xw.repo.bubbleseekbar.R$attr: int colorAccent +androidx.preference.R$styleable: int Toolbar_collapseContentDescription +retrofit2.CompletableFutureCallAdapterFactory +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: void cancelTimer() +androidx.constraintlayout.widget.R$attr: int buttonBarNeutralButtonStyle +androidx.activity.R$attr +androidx.constraintlayout.widget.R$drawable: int abc_text_select_handle_right_mtrl_light +androidx.constraintlayout.widget.R$color: int abc_tint_edittext +wangdaye.com.geometricweather.R$drawable: int ic_briefing +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void innerError(java.lang.Throwable) +cyanogenmod.app.StatusBarPanelCustomTile: StatusBarPanelCustomTile(java.lang.String,java.lang.String,java.lang.String,int,java.lang.String,int,int,cyanogenmod.app.CustomTile,android.os.UserHandle,long) +cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_NFC +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.util.concurrent.atomic.AtomicReference error +com.baidu.location.indoor.mapversion.c.a$d: void b(java.lang.String) +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_RatingBar_Small +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModePasteDrawable +androidx.constraintlayout.widget.R$layout: int abc_screen_toolbar +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer grassLevel +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setShortDescription(java.lang.String) +wangdaye.com.geometricweather.R$style: int PreferenceFragmentList_Material +androidx.fragment.R$string +cyanogenmod.app.Profile$Type: Profile$Type() +wangdaye.com.geometricweather.R$styleable: int TextAppearance_fontVariationSettings +com.google.android.material.R$style: int Base_Widget_MaterialComponents_ProgressIndicator_Linear +cyanogenmod.providers.CMSettings$Global: boolean putLong(android.content.ContentResolver,java.lang.String,long) +androidx.coordinatorlayout.R$drawable: int notification_bg_normal +okhttp3.RealCall$AsyncCall: RealCall$AsyncCall(okhttp3.RealCall,okhttp3.Callback) +android.didikee.donate.R$style: int Widget_AppCompat_Light_SearchView +wangdaye.com.geometricweather.db.entities.HistoryEntity: java.util.Date getDate() +okhttp3.WebSocket$Factory: okhttp3.WebSocket newWebSocket(okhttp3.Request,okhttp3.WebSocketListener) +wangdaye.com.geometricweather.R$attr: int showMotionSpec +com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_fontWeight +com.tencent.bugly.crashreport.crash.h5.a +wangdaye.com.geometricweather.R$attr: int listChoiceIndicatorMultipleAnimated +com.google.android.material.R$attr: int cornerFamilyBottomRight +okhttp3.internal.tls.DistinguishedNameParser: java.lang.String dn +io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: boolean isDisposed() +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_91 +io.reactivex.internal.subscriptions.SubscriptionArbiter: org.reactivestreams.Subscription actual +wangdaye.com.geometricweather.R$id: int star_1 +com.tencent.bugly.crashreport.BuglyHintException: BuglyHintException(java.lang.String) +wangdaye.com.geometricweather.R$string: int temperature +com.google.android.material.R$styleable: int SearchView_voiceIcon +androidx.preference.R$layout: int support_simple_spinner_dropdown_item +wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customPixelDimension +com.turingtechnologies.materialscrollbar.R$styleable: int PopupWindow_overlapAnchor +com.google.android.material.R$dimen: int hint_alpha_material_dark +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void replayFinal() +wangdaye.com.geometricweather.R$id: int dialog_animatable_icon_icon +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: java.util.concurrent.atomic.AtomicReference mainDisposable +cyanogenmod.profiles.LockSettings: java.lang.String TAG +com.google.android.material.R$dimen: int cardview_default_elevation +android.didikee.donate.R$styleable: int AppCompatTheme_controlBackground +wangdaye.com.geometricweather.db.entities.HourlyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() +wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String getType() +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration precipitationDuration +com.xw.repo.bubbleseekbar.R$id: int list_item +okhttp3.Handshake: boolean equals(java.lang.Object) +androidx.viewpager.R$id +com.turingtechnologies.materialscrollbar.R$layout: int abc_action_mode_close_item_material +io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: void accept(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: java.util.Locale locale +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean precipitation +com.google.android.material.R$styleable: int Layout_layout_constraintBottom_toBottomOf +james.adaptiveicon.R$styleable: int SearchView_queryHint +wangdaye.com.geometricweather.settings.fragments.UnitSettingsFragment: UnitSettingsFragment() +com.jaredrummler.android.colorpicker.R$dimen: int notification_action_text_size +wangdaye.com.geometricweather.db.entities.LocationEntity: boolean residentPosition +com.amap.api.location.AMapLocation: java.lang.String getCoordType() +wangdaye.com.geometricweather.R$id: int reservedNamedId +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_DialogWhenLarge +com.google.android.material.R$attr: int materialCalendarHeaderSelection +androidx.drawerlayout.R$drawable: int notification_bg_normal_pressed +io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float ice +james.adaptiveicon.R$styleable: int Toolbar_contentInsetEndWithActions +androidx.lifecycle.LiveData: void onActive() +wangdaye.com.geometricweather.R$attr: int materialThemeOverlay +okhttp3.internal.tls.DistinguishedNameParser: char getUTF8() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: void setAqi(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX) +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getRainPrecipitationProbability() +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Button_Colored +wangdaye.com.geometricweather.R$id: int circular_sky +james.adaptiveicon.R$styleable: int MenuItem_android_onClick +com.google.android.material.R$style: int Base_Widget_MaterialComponents_ProgressIndicator +androidx.appcompat.R$styleable: int AppCompatTheme_tooltipForegroundColor +io.reactivex.Observable: io.reactivex.Single sequenceEqual(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.BiPredicate) +wangdaye.com.geometricweather.R$id: int item_card_display_sortButton +com.jaredrummler.android.colorpicker.R$styleable: int ListPreference_android_entryValues +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +com.google.android.material.R$style: int Widget_MaterialComponents_ShapeableImageView +com.google.android.material.R$style: int ShapeAppearanceOverlay +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: boolean active +androidx.hilt.lifecycle.R$layout +com.bumptech.glide.R$dimen: int compat_notification_large_icon_max_width +okhttp3.Cache$1: void remove(okhttp3.Request) +okhttp3.Cache$Entry: boolean matches(okhttp3.Request,okhttp3.Response) +wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: NumberAnimTextView(android.content.Context,android.util.AttributeSet,int) +androidx.lifecycle.extensions.R$attr +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Button +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: int getChartBottom() +okhttp3.Cache$1: void update(okhttp3.Response,okhttp3.Response) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cdp +okio.Buffer: okio.Buffer writeShortLe(int) +wangdaye.com.geometricweather.R$drawable: int notif_temp_81 +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_Layout_android_layout_width +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: void enqueue(retrofit2.Callback) +androidx.appcompat.R$attr: int autoCompleteTextViewStyle +androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPreDestroyed(android.app.Activity) +android.support.v4.app.INotificationSideChannel$Stub$Proxy: android.os.IBinder mRemote +cyanogenmod.providers.CMSettings$Secure: java.lang.String BUTTON_BRIGHTNESS +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ImageButton +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: int getStatus() +com.google.android.material.R$drawable: int notification_template_icon_bg +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List guomin +android.didikee.donate.R$styleable: int View_paddingStart +com.jaredrummler.android.colorpicker.R$attr: int thumbTextPadding +androidx.activity.R$attr: int fontWeight +com.amap.api.location.AMapLocationQualityReport: int c +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean() +androidx.coordinatorlayout.R$id: int action_text +com.jaredrummler.android.colorpicker.R$style: int Platform_V25_AppCompat +wangdaye.com.geometricweather.db.entities.MinutelyEntity: MinutelyEntity() +androidx.fragment.R$id: int forever +okio.ByteString: okio.ByteString hmac(java.lang.String,okio.ByteString) +org.greenrobot.greendao.database.DatabaseOpenHelper: int version +com.google.android.material.R$attr: int checkedIconMargin +cyanogenmod.weatherservice.IWeatherProviderService$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +androidx.preference.R$styleable: int MenuItem_android_numericShortcut +com.tencent.bugly.crashreport.common.info.a: byte b +com.jaredrummler.android.colorpicker.R$style: int PreferenceFragment_Material +androidx.appcompat.view.menu.ListMenuItemView: void setGroupDividerEnabled(boolean) +androidx.preference.R$layout +androidx.preference.R$attr: int preferenceScreenStyle +androidx.preference.R$styleable: int[] GradientColor +com.turingtechnologies.materialscrollbar.R$string: int abc_menu_alt_shortcut_label +james.adaptiveicon.R$styleable: int MenuItem_android_checked +wangdaye.com.geometricweather.R$dimen: int mtrl_tooltip_minWidth +okhttp3.Response: java.lang.String message() +com.tencent.bugly.proguard.x: boolean d(java.lang.String,java.lang.Object[]) +com.tencent.bugly.crashreport.common.info.a: long S +com.google.android.material.R$styleable: int ConstraintSet_layout_goneMarginRight +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_buttonBarButtonStyle +com.tencent.bugly.proguard.x: boolean b(java.lang.String,java.lang.Object[]) +wangdaye.com.geometricweather.R$layout: int item_details +okio.Options +okhttp3.internal.cache.DiskLruCache$3: okhttp3.internal.cache.DiskLruCache$Snapshot next() +com.tencent.bugly.proguard.z: boolean a(java.lang.String) +okhttp3.internal.http2.Hpack$Reader: okio.ByteString readByteString() +androidx.appcompat.R$styleable: int[] SearchView +com.google.android.material.R$attr: int actionModePasteDrawable +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.String getShortRealFeeTemperature(android.content.Context,wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit) +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +cyanogenmod.app.suggest.ApplicationSuggestion: void writeToParcel(android.os.Parcel,int) +okhttp3.internal.Util: okhttp3.Headers toHeaders(java.util.List) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarTheme +wangdaye.com.geometricweather.R$id: int item_icon_provider_get_more_appStore +org.greenrobot.greendao.AbstractDaoSession: void runInTx(java.lang.Runnable) +com.tencent.bugly.crashreport.BuglyLog: void e(java.lang.String,java.lang.String) +com.google.android.material.R$attr: int textColorAlertDialogListItem +com.xw.repo.bubbleseekbar.R$id: int search_close_btn +com.tencent.bugly.proguard.n: com.tencent.bugly.proguard.n a() +wangdaye.com.geometricweather.R$id: int selected +com.google.gson.stream.JsonWriter: void setHtmlSafe(boolean) +androidx.preference.R$dimen: int abc_action_bar_overflow_padding_start_material +androidx.vectordrawable.R$id: int accessibility_custom_action_11 retrofit2.ParameterHandler$2: retrofit2.ParameterHandler this$0 -androidx.constraintlayout.widget.R$drawable: int abc_btn_check_material -com.google.android.material.R$id: int mtrl_picker_text_input_date -cyanogenmod.profiles.AirplaneModeSettings$BooleanState: int STATE_DISALED -com.google.android.material.R$id: int mtrl_picker_title_text -androidx.recyclerview.widget.RecyclerView: void setRecycledViewPool(androidx.recyclerview.widget.RecyclerView$RecycledViewPool) -androidx.appcompat.widget.SwitchCompat: void setThumbDrawable(android.graphics.drawable.Drawable) -com.xw.repo.bubbleseekbar.R$styleable: int[] AnimatedStateListDrawableTransition -wangdaye.com.geometricweather.R$styleable: int Constraint_barrierDirection -wangdaye.com.geometricweather.R$drawable: int shortcuts_fog_foreground -wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_android_weightSum -com.turingtechnologies.materialscrollbar.R$dimen: int item_touch_helper_max_drag_scroll_per_frame -retrofit2.Retrofit$Builder: Retrofit$Builder(retrofit2.Platform) -androidx.constraintlayout.widget.R$attr: int colorButtonNormal -okhttp3.internal.http2.StreamResetException: okhttp3.internal.http2.ErrorCode errorCode -io.reactivex.Observable: io.reactivex.Single elementAtOrError(long) -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: java.util.concurrent.TimeUnit unit -io.reactivex.internal.util.NotificationLite: java.lang.Throwable getError(java.lang.Object) -cyanogenmod.profiles.ConnectionSettings$BooleanState -cyanogenmod.app.suggest.ApplicationSuggestion$1: ApplicationSuggestion$1() -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_iconifiedByDefault -com.autonavi.aps.amapapi.model.AMapLocationServer: void a(boolean) -io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: void onNext(java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int ActionBar_navigationMode -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: void onSuccess(java.lang.Object) -com.amap.api.fence.GeoFenceClient: int GEOFENCE_OUT -io.reactivex.internal.subscriptions.BasicQueueSubscription: void cancel() -com.google.gson.LongSerializationPolicy: com.google.gson.LongSerializationPolicy valueOf(java.lang.String) -com.amap.api.location.AMapLocation: int a(com.amap.api.location.AMapLocation,int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: int status -org.greenrobot.greendao.AbstractDao: void loadAllUnlockOnWindowBounds(android.database.Cursor,android.database.CursorWindow,java.util.List) -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: boolean isSnow() -com.google.android.material.R$integer: int design_tab_indicator_anim_duration_ms -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_RatingBar -retrofit2.http.PATCH: java.lang.String value() -androidx.preference.R$layout: int preference_recyclerview -com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_statusBarBackground -com.google.android.material.R$attr: int closeIconEnabled -okio.RealBufferedSink: okio.BufferedSink writeUtf8(java.lang.String) -androidx.legacy.coreutils.R$id: int tag_unhandled_key_listeners -io.reactivex.internal.subscriptions.BasicQueueSubscription: BasicQueueSubscription() -com.google.android.material.R$styleable: int AppCompatTheme_actionBarWidgetTheme -androidx.constraintlayout.widget.R$styleable: int KeyTrigger_triggerId -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: java.lang.String getUnit() -okhttp3.internal.http.RequestLine: java.lang.String requestPath(okhttp3.HttpUrl) -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Medium -com.google.android.material.textfield.TextInputLayout: void removeOnEndIconChangedListener(com.google.android.material.textfield.TextInputLayout$OnEndIconChangedListener) -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title -wangdaye.com.geometricweather.R$dimen: int mtrl_tooltip_padding -io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightEndObserver: boolean isLeft -okhttp3.Protocol: okhttp3.Protocol[] $VALUES -androidx.room.RoomDatabase$JournalMode: androidx.room.RoomDatabase$JournalMode AUTOMATIC -androidx.constraintlayout.widget.R$styleable: int OnSwipe_touchRegionId -wangdaye.com.geometricweather.R$attr: int closeIconStartPadding -wangdaye.com.geometricweather.R$styleable: int KeyTrigger_onCross -android.didikee.donate.R$attr: int actionBarTheme -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_android_switchTextOff -android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight -com.google.android.material.datepicker.MaterialTextInputPicker -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: void onComplete() -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_rotationY -wangdaye.com.geometricweather.R$attr: int bsb_anim_duration -android.didikee.donate.R$anim: int abc_popup_enter -com.google.android.material.appbar.AppBarLayout: void removeOnOffsetChangedListener(com.google.android.material.appbar.AppBarLayout$BaseOnOffsetChangedListener) -androidx.preference.R$dimen: int abc_action_bar_content_inset_material -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight -android.didikee.donate.R$attr: int submitBackground -com.google.android.material.R$layout: int abc_search_dropdown_item_icons_2line -com.google.android.material.R$attr: int layout_constraintEnd_toStartOf -androidx.preference.R$id: int accessibility_custom_action_29 -wangdaye.com.geometricweather.R$styleable: int[] PropertySet -androidx.vectordrawable.R$drawable -wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: void setIconResStart(int) -okhttp3.internal.connection.ConnectionSpecSelector: int nextModeIndex +cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks mCallback +androidx.constraintlayout.widget.R$attr: int flow_verticalStyle +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Spinner_DropDown +io.reactivex.internal.util.NotificationLite: boolean accept(java.lang.Object,org.reactivestreams.Subscriber) +androidx.hilt.work.R$bool: int enable_system_foreground_service_default +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.Date getPublishDate() +com.google.android.material.R$attr: int alertDialogTheme +androidx.constraintlayout.widget.R$attr: int transitionPathRotate +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintTop_creator +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_SearchResult_Title +androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_marginRight +com.google.android.material.floatingactionbutton.FloatingActionButton: void setCompatPressedTranslationZResource(int) +androidx.lifecycle.ViewModelProvider$KeyedFactory: androidx.lifecycle.ViewModel create(java.lang.String,java.lang.Class) +com.google.android.gms.location.places.PlaceReport: android.os.Parcelable$Creator CREATOR +com.google.android.material.bottomappbar.BottomAppBar: void setFabAnimationMode(int) +androidx.lifecycle.SavedStateHandleController: boolean isAttached() +androidx.swiperefreshlayout.R$attr: int fontProviderFetchTimeout +io.reactivex.internal.disposables.EmptyDisposable: void complete(io.reactivex.MaybeObserver) +wangdaye.com.geometricweather.R$drawable: int ic_tag_plus +com.google.android.material.R$color: int mtrl_btn_transparent_bg_color +androidx.vectordrawable.animated.R$attr: int fontProviderQuery +com.google.android.material.R$attr: int layout_keyline +okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean canceled +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: KeyguardExternalViewProviderService$Provider$ProviderImpl(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider,cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode +wangdaye.com.geometricweather.R$id: int mtrl_view_tag_bottom_padding +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void onComplete() +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWetBulbTemperature +androidx.preference.R$drawable: int abc_btn_radio_material_anim +wangdaye.com.geometricweather.R$attr: int fontStyle +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constrainedWidth +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void onError(java.lang.Throwable) +androidx.lifecycle.SavedStateHandle: java.util.Set keys() +cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void onDetach() +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_29 +androidx.preference.R$layout: int abc_activity_chooser_view +com.jaredrummler.android.colorpicker.R$id: int action_divider +wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar +com.jaredrummler.android.colorpicker.R$layout: int abc_screen_simple +com.amap.api.location.AMapLocation: double getAltitude() +androidx.appcompat.R$styleable: int Toolbar_subtitleTextColor +androidx.appcompat.R$attr: int thumbTextPadding +james.adaptiveicon.R$styleable: int AppCompatTheme_ratingBarStyle +androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableItem_android_id +wangdaye.com.geometricweather.R$id: int item_card_display +cyanogenmod.hardware.ThermalListenerCallback: ThermalListenerCallback() +wangdaye.com.geometricweather.R$layout: int container_main_daily_trend_card +io.reactivex.Observable: io.reactivex.Observable concatMapEagerDelayError(io.reactivex.functions.Function,int,int,boolean) +okhttp3.internal.http2.Http2Connection$Builder: okhttp3.internal.http2.PushObserver pushObserver +androidx.appcompat.R$drawable: int abc_switch_track_mtrl_alpha +okhttp3.internal.connection.RouteSelector: void resetNextInetSocketAddress(java.net.Proxy) +com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_switchTextAppearance +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView: int getMarginTop() +io.reactivex.internal.subscriptions.EmptySubscription: void complete(org.reactivestreams.Subscriber) +androidx.appcompat.R$drawable: R$drawable() +com.google.android.material.R$styleable: int GradientColorItem_android_offset +wangdaye.com.geometricweather.R$id: int square +james.adaptiveicon.R$styleable: int SearchView_android_inputType +wangdaye.com.geometricweather.R$string: int settings_notification_hide_in_lockScreen_off +wangdaye.com.geometricweather.R$drawable: int abc_text_select_handle_left_mtrl_dark +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours: AccuCurrentResult$PrecipitationSummary$Past12Hours() +cyanogenmod.app.CustomTile: java.lang.String label +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_android_textColorHint +io.reactivex.internal.observers.DeferredScalarDisposable: long serialVersionUID +com.turingtechnologies.materialscrollbar.R$attr: int contentInsetStart +android.didikee.donate.R$color: int primary_text_default_material_dark +james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup +cyanogenmod.weather.WeatherLocation: java.lang.String access$302(cyanogenmod.weather.WeatherLocation,java.lang.String) +com.github.rahatarmanahmed.cpv.CircularProgressView$5: CircularProgressView$5(com.github.rahatarmanahmed.cpv.CircularProgressView) +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_CompoundButton_RadioButton +com.google.android.material.R$dimen: int action_bar_size +androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPostCreated(android.app.Activity,android.os.Bundle) +androidx.fragment.R$dimen: int notification_main_column_padding_top +androidx.appcompat.R$styleable: int AppCompatTheme_buttonStyle +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setWindDirection(java.lang.String) +androidx.constraintlayout.widget.R$styleable: int ViewBackgroundHelper_backgroundTint +okhttp3.Response: okhttp3.Response networkResponse() +cyanogenmod.weatherservice.ServiceRequestResult$1 +cyanogenmod.weatherservice.ServiceRequestResult: void writeToParcel(android.os.Parcel,int) +com.xw.repo.bubbleseekbar.R$attr: int colorPrimary +retrofit2.KotlinExtensions$awaitResponse$$inlined$suspendCancellableCoroutine$lambda$1: java.lang.Object invoke(java.lang.Object) +wangdaye.com.geometricweather.R$id: int text_input_end_icon +cyanogenmod.providers.WeatherContract$WeatherColumns$TempUnit +wangdaye.com.geometricweather.R$drawable: int notif_temp_63 +cyanogenmod.externalviews.KeyguardExternalView$4 +androidx.preference.R$color: int highlighted_text_material_dark +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: void setPageCount(int) +wangdaye.com.geometricweather.R$id: int item_about_link_text +retrofit2.RequestFactory$Builder: retrofit2.ParameterHandler parseParameterAnnotation(int,java.lang.reflect.Type,java.lang.annotation.Annotation[],java.lang.annotation.Annotation) +cyanogenmod.app.CustomTile$1: cyanogenmod.app.CustomTile createFromParcel(android.os.Parcel) +james.adaptiveicon.R$style: int Base_V23_Theme_AppCompat_Light +androidx.coordinatorlayout.R$attr: int layout_anchorGravity +com.google.android.material.R$styleable: int Chip_closeIconVisible +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_default_padding_start_material +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_CollapsingToolbar_Expanded +androidx.constraintlayout.utils.widget.ImageFilterView: void setRoundPercent(float) +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$PhenomenonMaxColor +io.reactivex.Observable: io.reactivex.Observable dematerialize(io.reactivex.functions.Function) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date getDate() +androidx.lifecycle.ProcessLifecycleOwner$2: void onResume() +android.didikee.donate.R$dimen: int notification_media_narrow_margin +com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableTransition_android_drawable +james.adaptiveicon.R$attr: int customNavigationLayout +androidx.preference.R$string: int abc_menu_meta_shortcut_label +androidx.appcompat.R$layout: int abc_list_menu_item_checkbox +androidx.constraintlayout.widget.R$styleable: int Constraint_android_rotation +androidx.preference.R$id: int edit_query +com.google.android.material.R$attr: int tabTextAppearance +cyanogenmod.profiles.AirplaneModeSettings$BooleanState +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void onNext(java.lang.Object) +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_15 +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_Light_Dialog_MinWidth +wangdaye.com.geometricweather.R$color: int design_default_color_secondary_variant +cyanogenmod.app.ProfileGroup: boolean mDefaultGroup +com.baidu.location.indoor.mapversion.c.c$b +com.xw.repo.bubbleseekbar.R$drawable: int abc_list_longpressed_holo +com.google.gson.stream.JsonWriter: java.lang.String indent +okhttp3.internal.connection.StreamAllocation: okhttp3.EventListener eventListener +androidx.constraintlayout.widget.R$attr: int listItemLayout +com.turingtechnologies.materialscrollbar.R$attr: int actionModePasteDrawable +cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String MODIFY_ALARMS_PERMISSION +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Small_Inverse +com.tencent.bugly.crashreport.crash.CrashDetailBean: boolean k +android.didikee.donate.R$styleable: int AppCompatTextHelper_android_drawableEnd +okhttp3.CertificatePinner: CertificatePinner(java.util.Set,okhttp3.internal.tls.CertificateChainCleaner) +okhttp3.Cookie$Builder: okhttp3.Cookie$Builder path(java.lang.String) +com.google.android.material.R$styleable: int SearchView_layout +com.bumptech.glide.R$id: int actions +wangdaye.com.geometricweather.R$id: int TOP_END +okio.Buffer: java.lang.String readUtf8LineStrict(long) +androidx.appcompat.R$styleable: int DrawerArrowToggle_barLength +androidx.core.R$layout: int notification_template_icon_group +androidx.constraintlayout.widget.R$attr: int wavePeriod +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_firstVerticalBias +com.turingtechnologies.materialscrollbar.R$color: int abc_secondary_text_material_dark +androidx.legacy.coreutils.R$color: int notification_action_color_filter +androidx.appcompat.R$string: int abc_menu_meta_shortcut_label +cyanogenmod.providers.CMSettings$Secure: java.lang.String[] LEGACY_SECURE_SETTINGS +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String COMPONENT_ID +com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getStartIconContentDescription() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Imperial: int UnitType +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeWeatherPhase(java.lang.String) +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_height +androidx.preference.R$styleable: int AppCompatTheme_viewInflaterClass +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_DarkActionBar_Bridge +com.amap.api.location.CoordinateConverter$1: int[] a +com.jaredrummler.android.colorpicker.R$drawable: int abc_ratingbar_indicator_material +androidx.appcompat.R$attr: int dividerVertical +androidx.constraintlayout.widget.R$styleable: int Spinner_android_popupBackground +wangdaye.com.geometricweather.R$styleable: int SearchView_commitIcon +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: double visibility +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_display_2_material +com.bumptech.glide.integration.okhttp.R$id: int notification_main_column +com.google.android.material.bottomnavigation.BottomNavigationView: void setElevation(float) +cyanogenmod.media.MediaRecorder: MediaRecorder() +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_97 +com.google.android.material.R$color: int design_fab_stroke_top_outer_color +com.google.android.material.R$styleable: int SearchView_queryBackground +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Imperial +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onActionModeStarted(android.view.ActionMode) +com.google.android.material.R$dimen: int abc_config_prefDialogWidth +androidx.recyclerview.R$layout: int notification_action_tombstone +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintBottom_toBottomOf +com.bumptech.glide.R$attr: int keylines +android.didikee.donate.R$anim: int abc_slide_in_top +cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent SOUND +com.amap.api.location.AMapLocation: java.lang.String l +com.jaredrummler.android.colorpicker.R$styleable: int MultiSelectListPreference_entryValues +com.tencent.bugly.proguard.p: boolean a(int,java.lang.String,com.tencent.bugly.proguard.o) +okhttp3.internal.ws.WebSocketProtocol: int B0_MASK_OPCODE +com.google.android.material.internal.NavigationMenuItemView: NavigationMenuItemView(android.content.Context,android.util.AttributeSet,int) +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: java.util.concurrent.atomic.AtomicReference upstream +com.jaredrummler.android.colorpicker.R$color: int abc_search_url_text +androidx.lifecycle.extensions.R$drawable: int notification_tile_bg +androidx.coordinatorlayout.R$styleable: int GradientColor_android_endY +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamily_fontProviderFetchTimeout +androidx.preference.R$color: int primary_material_light +com.google.android.material.R$string: int status_bar_notification_info_overflow +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase getMoonPhase() +androidx.appcompat.widget.ContentFrameLayout: android.util.TypedValue getFixedWidthMajor() +com.google.android.material.R$styleable: int Transition_autoTransition +wangdaye.com.geometricweather.R$attr: int circleCrop +com.google.android.material.button.MaterialButton: void setStrokeColor(android.content.res.ColorStateList) +com.google.android.material.circularreveal.CircularRevealRelativeLayout: int getCircularRevealScrimColor() +androidx.preference.R$styleable: int SearchView_queryBackground +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void dispose() +com.google.android.material.R$attr: int transitionPathRotate +androidx.recyclerview.R$style: int TextAppearance_Compat_Notification_Line2 +com.google.android.material.R$styleable: int ThemeEnforcement_android_textAppearance +androidx.constraintlayout.widget.R$attr: int switchTextAppearance +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather: java.lang.String humidity +com.google.android.material.R$styleable: int KeyAttribute_transitionEasing +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean m +android.didikee.donate.R$attr: int contentInsetEndWithActions +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: int getSuggestedMinimumHeight() +com.google.android.material.R$color: int design_default_color_primary +com.amap.api.location.AMapLocation: org.json.JSONObject toJson(int) +com.jaredrummler.android.colorpicker.R$id: int shades_divider +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property Longitude +io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: int skip +wangdaye.com.geometricweather.R$font: int product_sans_light_italic +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setIcePrecipitationProbability(java.lang.Float) +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Large_Inverse +okhttp3.internal.cache.DiskLruCache$Snapshot: okhttp3.internal.cache.DiskLruCache$Editor edit() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: java.lang.String caiyun +androidx.fragment.R$styleable: int FontFamilyFont_fontStyle +com.turingtechnologies.materialscrollbar.R$styleable: int[] FontFamily +com.jaredrummler.android.colorpicker.R$color: int abc_secondary_text_material_dark +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeDegreeDayTemperature +com.turingtechnologies.materialscrollbar.R$attr: int enforceMaterialTheme +com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_radio_to_on_mtrl_015 +androidx.appcompat.R$styleable: int ColorStateListItem_android_color +androidx.constraintlayout.widget.R$drawable: int btn_radio_on_mtrl +com.google.android.material.R$style: int Theme_MaterialComponents_Light_LargeTouch +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: java.lang.String zh_CN +com.google.android.material.slider.Slider: void setStepSize(float) +com.xw.repo.bubbleseekbar.R$attr: int colorError +androidx.appcompat.R$color: int bright_foreground_inverse_material_light +com.google.android.material.R$attr: int behavior_draggable +cyanogenmod.providers.CMSettings$Global: int getIntForUser(android.content.ContentResolver,java.lang.String,int) +cyanogenmod.app.ThemeVersion: int CM11 +okhttp3.internal.platform.Platform: javax.net.ssl.X509TrustManager trustManager(javax.net.ssl.SSLSocketFactory) +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu +com.xw.repo.bubbleseekbar.R$color: int ripple_material_dark +com.jaredrummler.android.colorpicker.R$attr: int alertDialogButtonGroupStyle +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year +com.google.android.material.R$anim: int btn_checkbox_to_checked_box_outer_merged_animation +cyanogenmod.themes.ThemeChangeRequest: int getNumChangesRequested() +com.turingtechnologies.materialscrollbar.R$dimen: int abc_alert_dialog_button_dimen +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle +android.didikee.donate.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle +wangdaye.com.geometricweather.R$attr: int passwordToggleContentDescription +androidx.appcompat.R$attr: int arrowHeadLength +wangdaye.com.geometricweather.R$id: int widget_clock_day_center +androidx.activity.R$dimen: int compat_button_inset_horizontal_material +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_show_thumb_text +androidx.constraintlayout.widget.R$styleable: int KeyCycle_waveShape +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +androidx.appcompat.resources.R$attr: int fontProviderQuery +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure: java.util.Date startDate +cyanogenmod.app.Profile$TriggerState: int ON_CONNECT +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_ASSIST_ACTION_VALIDATOR +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: java.util.List value +com.turingtechnologies.materialscrollbar.R$dimen: int abc_disabled_alpha_material_light +com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents_Light_DarkActionBar_Bridge +io.reactivex.disposables.RunnableDisposable: java.lang.String toString() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: java.lang.String getUnit() +wangdaye.com.geometricweather.R$attr: int layout_constraintHeight_max +com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_check_to_on_mtrl_000 +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_android_textAppearance +io.reactivex.Observable: io.reactivex.Observable generate(java.util.concurrent.Callable,io.reactivex.functions.BiFunction,io.reactivex.functions.Consumer) +com.tencent.bugly.crashreport.crash.jni.b: void a(boolean,java.lang.String) +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.CircleView: CircleView(android.content.Context,android.util.AttributeSet,int) +androidx.appcompat.R$id: int async +okio.AsyncTimeout: okio.AsyncTimeout next +wangdaye.com.geometricweather.R$id: int item_card_display_container +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_WITH_3DES_EDE_CBC_MD5 +okhttp3.OkHttpClient: okhttp3.Dns dns +cyanogenmod.providers.CMSettings$Secure: java.lang.String STATS_COLLECTION_REPORTED +androidx.work.R$id: int accessibility_custom_action_19 +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit +wangdaye.com.geometricweather.R$xml: int widget_clock_day_week +androidx.constraintlayout.widget.R$id: int expanded_menu +com.turingtechnologies.materialscrollbar.R$dimen: int notification_large_icon_width +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String cityId +com.google.android.gms.base.R$string: int common_signin_button_text_long +wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_summaryOff +okhttp3.Dispatcher: java.util.concurrent.ExecutorService executorService +com.bumptech.glide.integration.okhttp.R$id: int icon +com.google.android.gms.common.api.AvailabilityException: com.google.android.gms.common.ConnectionResult getConnectionResult(com.google.android.gms.common.api.HasApiKey) +androidx.appcompat.R$styleable: int ActionBar_navigationMode +com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_animDuration +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light +wangdaye.com.geometricweather.R$styleable: int GradientColor_android_type +james.adaptiveicon.R$style: int Base_V26_Widget_AppCompat_Toolbar +com.baidu.location.indoor.mapversion.c.a$d: void a(java.lang.String) +wangdaye.com.geometricweather.R$string: int error_icon_content_description +com.tencent.bugly.proguard.am: java.lang.String l +okhttp3.internal.ws.RealWebSocket: java.util.List ONLY_HTTP1 +androidx.preference.R$styleable: int AppCompatTextView_drawableStartCompat +okhttp3.OkHttpClient$Builder: int writeTimeout +com.google.android.material.slider.RangeSlider: java.util.List getValues() +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle +com.amap.api.fence.GeoFence: void setRadius(float) +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setOnAttachStateChangeListener(com.google.android.material.snackbar.BaseTransientBottomBar$OnAttachStateChangeListener) +androidx.preference.R$id: int title_template +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: java.lang.String logo +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_bias +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_rebuildResourceCache +okhttp3.FormBody: FormBody(java.util.List,java.util.List) +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_iconSize +wangdaye.com.geometricweather.main.models.LocationResource$Event: wangdaye.com.geometricweather.main.models.LocationResource$Event BACKGROUND_UPDATE +androidx.vectordrawable.animated.R$styleable: int[] FontFamily +com.turingtechnologies.materialscrollbar.R$attr: int buttonGravity +james.adaptiveicon.R$dimen: int abc_text_size_display_4_material +com.tencent.bugly.crashreport.common.info.a: int K() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature: AccuCurrentResult$RealFeelTemperature() +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: void onNext(java.lang.Object) +com.google.android.material.R$color: int mtrl_chip_ripple_color +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property RealFeelTemperature +androidx.viewpager2.R$style: R$style() +com.google.android.material.R$id: int bounce +io.reactivex.internal.observers.LambdaObserver: boolean hasCustomOnError() +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialCalendar +androidx.lifecycle.Transformations$2: androidx.lifecycle.MediatorLiveData val$result +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_Dialog_FixedSize +cyanogenmod.externalviews.IExternalViewProvider: void onResume() +com.google.android.material.floatingactionbutton.FloatingActionButton$Behavior +io.reactivex.internal.util.VolatileSizeArrayList: int indexOf(java.lang.Object) +james.adaptiveicon.R$styleable: int LinearLayoutCompat_Layout_android_layout_height +wangdaye.com.geometricweather.R$attr: int showDelay +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: int getTemperature(int) +wangdaye.com.geometricweather.R$attr: int cpv_previewSize +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA +com.google.android.material.R$styleable: int PropertySet_android_alpha +cyanogenmod.themes.ThemeManager +wangdaye.com.geometricweather.R$id: int fixed +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String detail +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean +com.tencent.bugly.proguard.w: java.util.concurrent.atomic.AtomicInteger d() +androidx.appcompat.widget.ScrollingTabContainerView: void setTabSelected(int) +androidx.appcompat.widget.Toolbar: int getCurrentContentInsetLeft() +android.didikee.donate.R$color: int background_floating_material_light +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title +com.tencent.bugly.crashreport.common.info.b: java.lang.String n() +androidx.lifecycle.extensions.R$id: int tag_accessibility_pane_title +okhttp3.Authenticator$1 +android.didikee.donate.R$styleable: int AlertDialog_listItemLayout +com.xw.repo.bubbleseekbar.R$dimen: int tooltip_horizontal_padding +james.adaptiveicon.R$string: int abc_searchview_description_clear +io.reactivex.Observable: io.reactivex.Observable buffer(int,int,java.util.concurrent.Callable) +com.tencent.bugly.crashreport.common.info.b: boolean j(android.content.Context) +wangdaye.com.geometricweather.R$styleable: int[] Badge +com.xw.repo.bubbleseekbar.R$dimen: int notification_main_column_padding_top +com.google.android.material.button.MaterialButton: void setBackgroundDrawable(android.graphics.drawable.Drawable) +io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$attr: int bsb_max +io.reactivex.Observable: io.reactivex.Observable concatEager(java.lang.Iterable) +okhttp3.internal.cache.DiskLruCache$3: okhttp3.internal.cache.DiskLruCache this$0 +androidx.constraintlayout.widget.R$attr: int spinnerStyle +androidx.customview.R$styleable: int FontFamilyFont_font +okhttp3.internal.cache.DiskLruCache: boolean removeEntry(okhttp3.internal.cache.DiskLruCache$Entry) +wangdaye.com.geometricweather.R$drawable: int notif_temp_127 +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight_Dialog +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setWindDircEnd(java.lang.String) +androidx.appcompat.R$attr: int ratingBarStyleSmall +james.adaptiveicon.R$dimen: int notification_large_icon_height +cyanogenmod.weather.WeatherInfo$DayForecast: WeatherInfo$DayForecast(android.os.Parcel,cyanogenmod.weather.WeatherInfo$1) +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +cyanogenmod.app.PartnerInterface: int ZEN_MODE_OFF +androidx.viewpager2.R$dimen: int notification_media_narrow_margin +wangdaye.com.geometricweather.R$id: int preset +androidx.appcompat.widget.ViewStubCompat: ViewStubCompat(android.content.Context,android.util.AttributeSet) +androidx.appcompat.widget.SearchView$SavedState +wangdaye.com.geometricweather.R$styleable: int Transform_android_translationZ +cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_PUT_GLOBAL +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_font +cyanogenmod.profiles.ConnectionSettings: boolean isOverride() +androidx.preference.R$attr: int seekBarPreferenceStyle +cyanogenmod.providers.CMSettings$System: java.lang.String VOLBTN_MUSIC_CONTROLS +com.jaredrummler.android.colorpicker.R$drawable: int cpv_btn_background_pressed +wangdaye.com.geometricweather.R$styleable: int[] Toolbar +io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: void onComplete() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: java.util.Date getTo() +james.adaptiveicon.R$dimen: int abc_text_size_small_material +androidx.activity.R$string: R$string() +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl mImpl +com.turingtechnologies.materialscrollbar.Indicator: void setSizeCustom(int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Imperial: double Value +com.google.android.material.R$styleable: int Chip_rippleColor +com.jaredrummler.android.colorpicker.R$string: int abc_menu_alt_shortcut_label +com.google.android.gms.common.api.ApiException: com.google.android.gms.common.api.Status mStatus +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getWindDircStart() +wangdaye.com.geometricweather.R$attr: int switchTextOn +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_android_orientation +wangdaye.com.geometricweather.R$attr: int closeItemLayout +com.xw.repo.bubbleseekbar.R$string: int abc_search_hint +com.jaredrummler.android.colorpicker.R$style: int Base_Animation_AppCompat_Tooltip +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: io.reactivex.Observer downstream +com.amap.api.fence.GeoFence$1 +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: Temperature(int,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer,java.lang.Integer) +com.google.android.material.R$dimen: int item_touch_helper_swipe_escape_max_velocity +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_YearNavigationButton +james.adaptiveicon.R$styleable: int ActivityChooserView_initialActivityCount +androidx.constraintlayout.widget.R$styleable: int Transition_layoutDuringTransition +com.google.android.material.R$styleable: int ChipGroup_checkedChip +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_selectableItemBackground +android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup +cyanogenmod.util.ColorUtils$1: ColorUtils$1() +com.xw.repo.bubbleseekbar.R$drawable: int abc_text_select_handle_middle_mtrl_dark +com.google.android.material.R$attr: int itemIconSize +com.github.rahatarmanahmed.cpv.CircularProgressView: android.animation.AnimatorSet createIndeterminateAnimator(float) +wangdaye.com.geometricweather.db.entities.AlertEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.AlertEntity) +com.google.android.material.R$dimen: int mtrl_extended_fab_translation_z_hovered_focused +io.reactivex.internal.subscriptions.EmptySubscription: java.lang.Object poll() +com.jaredrummler.android.colorpicker.R$dimen: int cpv_dialog_preview_width +james.adaptiveicon.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle +wangdaye.com.geometricweather.common.rxjava.BaseObserver: BaseObserver() +com.amap.api.location.AMapLocationQualityReport: com.amap.api.location.AMapLocationClientOption$AMapLocationMode a +androidx.appcompat.resources.R$id: int title +james.adaptiveicon.R$drawable: int abc_cab_background_top_material +com.google.android.material.R$styleable: int Constraint_layout_constrainedHeight +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIconTintMode +androidx.work.R$id: int accessibility_custom_action_16 +androidx.hilt.R$styleable: int[] FragmentContainerView +androidx.recyclerview.R$id: int accessibility_custom_action_28 +retrofit2.ParameterHandler$FieldMap: int p +okio.ByteString: boolean equals(java.lang.Object) +wangdaye.com.geometricweather.R$styleable: int RecyclerView_android_orientation +androidx.loader.R$dimen: int compat_button_padding_vertical_material +com.google.android.material.R$dimen: int design_bottom_sheet_elevation +okhttp3.ConnectionPool: okhttp3.internal.connection.RouteDatabase routeDatabase +androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivitySaveInstanceState(android.app.Activity,android.os.Bundle) +wangdaye.com.geometricweather.R$attr: int allowStacking +com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat_Light +okhttp3.MultipartBody$Part: okhttp3.Headers headers +androidx.activity.R$style: int Widget_Compat_NotificationActionContainer +androidx.lifecycle.LiveData: boolean hasActiveObservers() +android.didikee.donate.R$attr: int queryBackground +com.jaredrummler.android.colorpicker.R$dimen: int item_touch_helper_swipe_escape_max_velocity androidx.viewpager.R$styleable: int FontFamilyFont_fontStyle -com.google.android.material.R$anim: int abc_popup_exit -wangdaye.com.geometricweather.R$styleable: int ActionBar_icon -android.support.v4.app.RemoteActionCompatParcelizer -androidx.coordinatorlayout.R$id: int tag_unhandled_key_listeners -com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String e -com.google.android.material.textfield.TextInputLayout: void setStartIconDrawable(android.graphics.drawable.Drawable) -androidx.activity.R$id: int tag_accessibility_heading -wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property CityId -wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property NighttimeTemperature -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange: AccuCurrentResult$TemperatureSummary$Past24HourRange() -cyanogenmod.app.ThemeVersion: ThemeVersion() -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: void onError(java.lang.Throwable) -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored -com.google.android.material.R$styleable: int[] StateSet -com.google.android.material.R$attr: int statusBarForeground -com.tencent.bugly.proguard.al: java.util.ArrayList b -james.adaptiveicon.R$layout: int abc_screen_toolbar -wangdaye.com.geometricweather.R$dimen: int daily_trend_item_height -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.String aqiText -androidx.preference.R$styleable: int AppCompatTheme_colorBackgroundFloating +android.didikee.donate.R$style: int Theme_AppCompat_Dialog_MinWidth +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setRainPrecipitation(java.lang.Float) +wangdaye.com.geometricweather.R$styleable: int[] GradientColor +com.google.android.material.R$id: int accessibility_custom_action_23 +com.turingtechnologies.materialscrollbar.R$drawable: int design_fab_background +io.reactivex.internal.util.VolatileSizeArrayList: boolean containsAll(java.util.Collection) +io.reactivex.Observable: io.reactivex.Observable zipWith(java.lang.Iterable,io.reactivex.functions.BiFunction) +wangdaye.com.geometricweather.R$id: int widget_day_week_center +androidx.appcompat.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow +androidx.constraintlayout.widget.R$attr: int actionBarWidgetTheme +wangdaye.com.geometricweather.R$style: int TestStyleWithThemeLineHeightAttribute +okhttp3.OkHttpClient +com.google.android.material.R$id: int selection_type +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setExtended(boolean) +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_contentInsetLeft +com.tencent.bugly.proguard.ak: com.tencent.bugly.proguard.ai j +androidx.appcompat.R$id: int notification_main_column_container +androidx.appcompat.R$styleable: int ActionBar_hideOnContentScroll +androidx.preference.R$styleable: int TextAppearance_android_textColorHint +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_4 +androidx.core.app.ComponentActivity: ComponentActivity() +androidx.appcompat.R$id: int accessibility_custom_action_21 +com.google.android.material.R$id: int accessibility_custom_action_24 +cyanogenmod.app.ICMTelephonyManager: java.util.List getSubInformation() +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: java.util.concurrent.atomic.AtomicInteger windows +wangdaye.com.geometricweather.R$attr: int tooltipText +wangdaye.com.geometricweather.R$style: int ShapeAppearance_MaterialComponents +wangdaye.com.geometricweather.R$anim: int abc_fade_out +cyanogenmod.externalviews.ExternalViewProviderService$Provider: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl access$000(cyanogenmod.externalviews.ExternalViewProviderService$Provider) +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float rain24h +androidx.hilt.lifecycle.R$styleable: int GradientColorItem_android_color +android.didikee.donate.R$styleable: int AppCompatTheme_listDividerAlertDialog +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_drawableTopCompat +com.google.android.material.R$layout: int mtrl_picker_header_toggle +androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat +android.didikee.donate.R$attr: int backgroundSplit +androidx.lifecycle.LifecycleRegistry: int getObserverCount() +com.google.android.material.R$styleable: int MaterialCalendarItem_itemStrokeWidth +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_rippleColor +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Integer cloudCover +androidx.work.R$id: int accessibility_custom_action_20 +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: boolean disposed +okhttp3.internal.http2.Http2Writer: boolean client +com.tencent.bugly.proguard.ah: void a(com.tencent.bugly.proguard.i) +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textColorAlertDialogListItem +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SCATTERED_THUNDERSTORMS +wangdaye.com.geometricweather.R$id: int dialog_location_help_providerIcon +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_STATUS_BAR +io.reactivex.Observable: io.reactivex.Observable takeLast(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean,int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Imperial: int UnitType +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType Insert +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: void setNames(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX) +com.xw.repo.bubbleseekbar.R$attr: int actionModePasteDrawable +wangdaye.com.geometricweather.R$id: int icon_frame +androidx.viewpager2.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable +cyanogenmod.app.suggest.IAppSuggestManager$Stub: android.os.IBinder asBinder() +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver(io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver) +com.google.android.material.R$styleable: int[] MaterialAutoCompleteTextView +org.greenrobot.greendao.AbstractDao: java.lang.Object loadUnique(android.database.Cursor) +com.xw.repo.bubbleseekbar.R$id: int scrollView +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_maxWidth +androidx.lifecycle.SavedStateHandle: SavedStateHandle() +wangdaye.com.geometricweather.R$string: int key_notification_style +wangdaye.com.geometricweather.R$drawable: int ic_sunset +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver(io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver) +com.tencent.bugly.nativecrashreport.R: R() +com.google.android.material.R$styleable: int Chip_android_textSize +com.google.android.material.R$styleable: int Constraint_animate_relativeTo +androidx.constraintlayout.widget.R$styleable: int Constraint_android_scaleY +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintGuide_begin +okhttp3.internal.cache.CacheInterceptor$1: okio.BufferedSink val$cacheBody +cyanogenmod.externalviews.ExternalView$1: void onServiceConnected(android.content.ComponentName,android.os.IBinder) +com.tencent.bugly.proguard.y +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_icon +com.google.android.material.floatingactionbutton.FloatingActionButton: float getCompatHoveredFocusedTranslationZ() +wangdaye.com.geometricweather.R$id: int widget_clock_day_lunar +com.google.android.gms.common.SignInButton: void setScopes(com.google.android.gms.common.api.Scope[]) +okhttp3.internal.http1.Http1Codec$FixedLengthSource: okhttp3.internal.http1.Http1Codec this$0 +com.tencent.bugly.proguard.ao +com.jaredrummler.android.colorpicker.R$color: int primary_dark_material_light +com.bumptech.glide.MemoryCategory: float getMultiplier() +com.tencent.bugly.BuglyStrategy$a: BuglyStrategy$a() +androidx.preference.R$anim: int btn_radio_to_on_mtrl_dot_group_animation +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Headline +retrofit2.RequestFactory$Builder: java.lang.annotation.Annotation[][] parameterAnnotationsArray +android.didikee.donate.R$attr: int hideOnContentScroll +okhttp3.internal.http.RealResponseBody: okio.BufferedSource source() +com.google.android.gms.location.zzay +cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_alterWindow +james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight +com.google.android.gms.base.R$id: int light +android.didikee.donate.R$styleable: int AlertDialog_buttonIconDimen +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$2: androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription this$0 +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float ice +com.google.android.material.slider.RangeSlider: void setHaloTintList(android.content.res.ColorStateList) +com.google.android.material.R$dimen: int material_emphasis_disabled +com.github.rahatarmanahmed.cpv.CircularProgressView$7: CircularProgressView$7(com.github.rahatarmanahmed.cpv.CircularProgressView) +androidx.hilt.R$id: int italic +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: int bufferSize +okhttp3.internal.cache.InternalCache: void trackConditionalCacheHit() +wangdaye.com.geometricweather.R$attr: int actionModeSelectAllDrawable +wangdaye.com.geometricweather.R$string: int cpv_transparency +okhttp3.internal.connection.StreamAllocation: okhttp3.internal.http.HttpCodec codec() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Direction: AccuDailyResult$DailyForecasts$Day$WindGust$Direction() +com.google.android.material.R$color: int dim_foreground_material_light +wangdaye.com.geometricweather.R$attr: int fastScrollHorizontalThumbDrawable +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours: AccuCurrentResult$PrecipitationSummary$Past3Hours() +com.tencent.bugly.proguard.p: boolean a(com.tencent.bugly.proguard.p,int,java.lang.String,byte[],com.tencent.bugly.proguard.o) +com.turingtechnologies.materialscrollbar.R$styleable: int ColorStateListItem_android_color +androidx.loader.app.LoaderManagerImpl$LoaderViewModel +androidx.appcompat.widget.FitWindowsViewGroup +cyanogenmod.app.LiveLockScreenInfo: android.os.Parcelable$Creator CREATOR +com.google.android.gms.base.R$drawable: int common_google_signin_btn_text_light_normal +com.turingtechnologies.materialscrollbar.R$drawable: int abc_item_background_holo_dark +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult: AccuMinuteResult() +androidx.appcompat.R$color: int primary_text_default_material_dark +wangdaye.com.geometricweather.remoteviews.config.HourlyTrendWidgetConfigActivity +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: java.util.List getValue() +com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getLabelVisibilityMode() +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Dialog_Alert +com.google.android.material.R$dimen: int mtrl_calendar_navigation_height +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight_DarkActionBar +okhttp3.internal.http2.Hpack: okhttp3.internal.http2.Header[] STATIC_HEADER_TABLE +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xsr +wangdaye.com.geometricweather.db.entities.DaoMaster$DevOpenHelper: DaoMaster$DevOpenHelper(android.content.Context,java.lang.String,android.database.sqlite.SQLiteDatabase$CursorFactory) +wangdaye.com.geometricweather.db.entities.DaoMaster$OpenHelper: void onCreate(org.greenrobot.greendao.database.Database) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$7: void run() +com.tencent.bugly.crashreport.CrashReport: java.lang.String removeUserData(android.content.Context,java.lang.String) +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_DialogWhenLarge +okhttp3.internal.http1.Http1Codec$FixedLengthSink: void close() +wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase +androidx.vectordrawable.R$dimen: int notification_subtext_size +com.amap.api.location.AMapLocationClientOption: boolean u +cyanogenmod.power.IPerformanceManager$Stub$Proxy: int getPowerProfile() +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon +androidx.preference.R$attr: int fontStyle +androidx.preference.R$dimen: int abc_action_bar_content_inset_material +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_subtitleTextColor +com.turingtechnologies.materialscrollbar.R$attr: int showDividers +androidx.constraintlayout.widget.R$dimen: int notification_media_narrow_margin +wangdaye.com.geometricweather.R$layout: int mtrl_alert_select_dialog_multichoice +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float rain +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: void onSubscribe(org.reactivestreams.Subscription) +androidx.core.R$styleable: int FontFamilyFont_android_font +com.google.android.material.R$drawable: int abc_cab_background_top_mtrl_alpha +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_EditText +wangdaye.com.geometricweather.R$attr: int passwordToggleDrawable +androidx.constraintlayout.widget.R$color: int material_grey_800 +com.xw.repo.bubbleseekbar.R$attr: int actionModePopupWindowStyle +james.adaptiveicon.R$style: int Theme_AppCompat_DayNight +com.google.android.material.R$layout: int abc_alert_dialog_button_bar_material +com.turingtechnologies.materialscrollbar.R$integer: int mtrl_chip_anim_duration +james.adaptiveicon.R$styleable: int AppCompatImageView_tint +com.tencent.bugly.BuglyStrategy$a: int CRASHTYPE_COCOS2DX_LUA +com.tencent.bugly.proguard.m: int compareTo(java.lang.Object) +io.reactivex.Observable: io.reactivex.Observable retryWhen(io.reactivex.functions.Function) +com.turingtechnologies.materialscrollbar.R$attr: int materialButtonStyle +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.WeatherEntity) +wangdaye.com.geometricweather.R$color: int weather_source_caiyun +com.google.android.material.R$style: int Base_Animation_AppCompat_DropDownUp +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Imperial: AccuCurrentResult$PrecipitationSummary$PastHour$Imperial() +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_shapeAppearanceOverlay +wangdaye.com.geometricweather.R$attr: int behavior_hideable +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarPopupTheme +com.google.android.material.R$dimen: int abc_search_view_preferred_width +com.tencent.bugly.proguard.z: long c(byte[]) +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay +com.turingtechnologies.materialscrollbar.R$attr: int numericModifiers +wangdaye.com.geometricweather.R$attr: int textColorAlertDialogListItem +okio.Timeout +androidx.lifecycle.ViewModelProvider$NewInstanceFactory: androidx.lifecycle.ViewModelProvider$NewInstanceFactory sInstance +cyanogenmod.themes.ThemeManager$2$1: ThemeManager$2$1(cyanogenmod.themes.ThemeManager$2,java.lang.String) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setDate(java.lang.String) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_129 +androidx.appcompat.R$styleable: int ColorStateListItem_android_alpha +cyanogenmod.providers.CMSettings$InclusiveFloatRangeValidator: float mMax +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainNoLast +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: io.reactivex.disposables.Disposable upstream +com.jaredrummler.android.colorpicker.R$attr: int spinnerStyle +wangdaye.com.geometricweather.R$id: int outgoing +androidx.appcompat.R$id: int action_text +com.google.android.material.R$dimen: int abc_disabled_alpha_material_dark +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean setDisplayGammaCalibration(int,int[]) +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_26 +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getSo2() +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer getApparentTemperature() +okhttp3.OkHttpClient$Builder: okhttp3.ConnectionPool connectionPool +androidx.constraintlayout.widget.R$attr: int actionModeSplitBackground +com.google.android.material.R$attr: int indeterminateProgressStyle +androidx.appcompat.widget.AppCompatImageView: void setBackgroundResource(int) +android.didikee.donate.R$styleable: int AppCompatTheme_android_windowAnimationStyle +androidx.work.impl.background.systemalarm.ConstraintProxy$BatteryChargingProxy: ConstraintProxy$BatteryChargingProxy() +james.adaptiveicon.R$string: int abc_searchview_description_query +androidx.appcompat.R$id: int notification_background +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Metric: int UnitType +okhttp3.internal.ws.WebSocketProtocol: int OPCODE_CONTROL_CLOSE +cyanogenmod.hardware.ICMHardwareService +androidx.appcompat.resources.R$dimen: int compat_notification_large_icon_max_width +androidx.appcompat.R$dimen: int abc_button_inset_vertical_material +cyanogenmod.externalviews.KeyguardExternalView: boolean isInteractive() +wangdaye.com.geometricweather.R$id: int widget_trend_hourly_item_1 +androidx.dynamicanimation.R$styleable: int FontFamilyFont_font +james.adaptiveicon.R$drawable: int abc_ic_star_half_black_36dp +wangdaye.com.geometricweather.R$id: int appBar +wangdaye.com.geometricweather.R$layout: int item_about_library +com.google.gson.LongSerializationPolicy: com.google.gson.LongSerializationPolicy valueOf(java.lang.String) +androidx.constraintlayout.widget.R$styleable: int[] KeyPosition +cyanogenmod.os.Concierge$ParcelInfo: int mParcelableVersion +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver this$0 +okio.Buffer$2 +android.didikee.donate.R$dimen: int abc_action_bar_stacked_tab_max_width +androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_android_font +androidx.preference.R$drawable: int notification_bg +james.adaptiveicon.R$attr: int actionBarTabTextStyle +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeStyle +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub$Proxy: android.os.IBinder mRemote +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeDegreeDayTemperature +androidx.preference.R$attr: int arrowHeadLength +com.turingtechnologies.materialscrollbar.R$attr: int backgroundSplit +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabPaddingEnd +retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isFlowable +com.jaredrummler.android.colorpicker.R$drawable: int abc_list_divider_material +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xdw +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_panelMenuListWidth +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setSize(int) +com.xw.repo.bubbleseekbar.R$attr: int progressBarStyle +androidx.transition.R$dimen: R$dimen() +retrofit2.ParameterHandler$Header: java.lang.String name +androidx.lifecycle.LiveData: void observe(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Observer) +com.turingtechnologies.materialscrollbar.R$dimen: int abc_search_view_preferred_width +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: java.lang.String getValue() +com.google.android.material.snackbar.Snackbar$SnackbarLayout: void setBackground(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.R$color: int mtrl_bottom_nav_ripple_color +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Metric: java.lang.String Unit +com.google.android.material.R$drawable: int abc_spinner_mtrl_am_alpha +james.adaptiveicon.R$styleable: int[] SwitchCompat +wangdaye.com.geometricweather.R$attr: int extendMotionSpec +com.amap.api.location.UmidtokenInfo$1: UmidtokenInfo$1() +android.didikee.donate.R$layout: int abc_screen_simple +com.google.gson.stream.JsonReader: boolean hasNext() +cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler: void handleMessage(android.os.Message) +androidx.appcompat.resources.R$id: int accessibility_custom_action_14 +androidx.constraintlayout.widget.R$attr: int minWidth +com.jaredrummler.android.colorpicker.R$attr: int allowDividerAfterLastItem +okhttp3.internal.http2.Http2: byte TYPE_PING +io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +wangdaye.com.geometricweather.db.entities.DailyEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.DailyEntity) +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_CompoundButton_Switch +androidx.vectordrawable.R$style: int TextAppearance_Compat_Notification_Title +wangdaye.com.geometricweather.R$id: int material_clock_hand +com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawable_android_visible +wangdaye.com.geometricweather.R$styleable: int ColorPickerView_cpv_alphaChannelVisible +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionMode +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Day_Today +cyanogenmod.externalviews.ExternalView: void executeQueue() +james.adaptiveicon.R$dimen: int abc_action_bar_overflow_padding_start_material +wangdaye.com.geometricweather.R$drawable: int btn_checkbox_unchecked_mtrl +androidx.viewpager.R$color: int notification_icon_bg_color +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_verticalBias +com.google.android.material.R$styleable: int TextAppearance_android_textColorLink +android.didikee.donate.R$layout: int abc_list_menu_item_layout +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_barrierDirection +wangdaye.com.geometricweather.R$string: int settings_title_notification_style +com.google.android.material.imageview.ShapeableImageView: void setStrokeColorResource(int) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getRagweedIndex() +wangdaye.com.geometricweather.R$styleable: int SwitchPreference_switchTextOff +androidx.viewpager2.R$id: int accessibility_custom_action_11 +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_corner_radius +com.google.android.material.R$styleable: int Toolbar_titleTextAppearance +wangdaye.com.geometricweather.R$string: int settings_title_speed_unit +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight_NoActionBar +com.google.android.material.R$style: int Base_Theme_AppCompat_Light_DarkActionBar +com.jaredrummler.android.colorpicker.R$attr: int preferenceStyle +wangdaye.com.geometricweather.R$id: int activity_widget_config_alignEndSwitch +androidx.constraintlayout.widget.R$id: int spline +com.google.android.material.R$id: int mtrl_card_checked_layer_id +android.didikee.donate.R$id: int search_src_text +com.bumptech.glide.R$dimen: int notification_right_icon_size +android.didikee.donate.R$drawable: int abc_text_select_handle_middle_mtrl_dark +cyanogenmod.externalviews.ExternalView$8: ExternalView$8(cyanogenmod.externalviews.ExternalView) +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle +com.google.android.material.R$dimen: int mtrl_calendar_year_vertical_padding +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem +android.didikee.donate.R$style: int Widget_AppCompat_TextView_SpinnerItem +androidx.cardview.widget.CardView: CardView(android.content.Context,android.util.AttributeSet,int) +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition: double Latitude +wangdaye.com.geometricweather.common.basic.models.weather.Alert: int getColor() +com.github.rahatarmanahmed.cpv.CircularProgressView: float getMaxProgress() +androidx.constraintlayout.widget.R$id: int deltaRelative +com.jaredrummler.android.colorpicker.R$layout: int notification_action_tombstone +android.didikee.donate.R$styleable: int TextAppearance_android_shadowRadius +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowActionBar +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionButton_Overflow +androidx.constraintlayout.widget.R$attr: int actionBarSplitStyle +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String weatherSource +retrofit2.OkHttpCall: retrofit2.Call clone() +com.tencent.bugly.proguard.ac: byte[] b(byte[]) +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_ICONS +com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_startColor +okhttp3.HttpUrl: java.lang.String toString() +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle +james.adaptiveicon.R$styleable: int[] Toolbar +okhttp3.internal.io.FileSystem$1: void deleteContents(java.io.File) +com.google.android.gms.base.R$drawable: int common_google_signin_btn_text_disabled +androidx.viewpager.R$styleable: int FontFamilyFont_android_ttcIndex +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_android_focusable +com.jaredrummler.android.colorpicker.R$color: int material_grey_850 +okhttp3.internal.http2.Http2Reader$ContinuationSource: int left +androidx.swiperefreshlayout.R$id: int notification_main_column_container +okhttp3.internal.proxy.NullProxySelector +android.didikee.donate.R$color: int abc_tint_seek_thumb +androidx.viewpager.widget.PagerTitleStrip: void setTextColor(int) +androidx.vectordrawable.R$styleable: int GradientColor_android_centerY +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ListPopupWindow +com.jaredrummler.android.colorpicker.R$id: int large +com.google.android.material.R$styleable: int[] FlowLayout +wangdaye.com.geometricweather.R$id: int item_weather_icon_title +retrofit2.Response +android.didikee.donate.R$style: int Base_V23_Theme_AppCompat_Light +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float getSO2() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Cooling: int UnitType +com.xw.repo.bubbleseekbar.R$style: int Base_V7_Widget_AppCompat_EditText +androidx.recyclerview.R$id: int accessibility_custom_action_24 +androidx.appcompat.R$styleable: int GradientColor_android_startColor +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_radioButtonStyle +com.turingtechnologies.materialscrollbar.R$attr: int state_collapsible +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_drawableLeft +androidx.appcompat.R$styleable: int Spinner_android_popupBackground +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintBaseline_creator +com.google.android.material.R$drawable: int material_ic_menu_arrow_up_black_24dp +androidx.viewpager2.R$id: int accessibility_custom_action_22 +com.google.android.material.R$style: int Theme_AppCompat_Empty +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_bias +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Imperial: int UnitType +com.google.android.material.textfield.TextInputLayout: void setBoxStrokeErrorColor(android.content.res.ColorStateList) +androidx.fragment.app.BackStackState +wangdaye.com.geometricweather.R$dimen: int compat_notification_large_icon_max_width +cyanogenmod.app.ThemeVersion +android.didikee.donate.R$styleable: int SearchView_searchHintIcon +androidx.appcompat.R$attr: int progressBarPadding +com.google.android.material.internal.ParcelableSparseBooleanArray +okhttp3.Call: okhttp3.Call clone() +com.tencent.bugly.proguard.x: boolean a(java.lang.String,java.lang.Object[]) +com.tencent.bugly.proguard.ak: java.util.ArrayList z +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_TabText +wangdaye.com.geometricweather.R$drawable: int abc_ic_ab_back_material +com.google.android.material.R$attr: int themeLineHeight +android.didikee.donate.R$attr: int panelMenuListTheme +wangdaye.com.geometricweather.R$styleable: int[] StateSet +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: void onError(java.lang.Throwable) +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_placeholderText +wangdaye.com.geometricweather.common.ui.activities.AllergenActivity: AllergenActivity() +androidx.constraintlayout.motion.widget.MotionLayout: void setState(androidx.constraintlayout.motion.widget.MotionLayout$TransitionState) +retrofit2.DefaultCallAdapterFactory$1: java.lang.reflect.Type responseType() +wangdaye.com.geometricweather.R$attr: int growMode +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: void onNext(java.lang.Object) +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintGuide_begin +androidx.appcompat.widget.SwitchCompat: void setSwitchTypeface(android.graphics.Typeface) +com.tencent.bugly.proguard.d: byte[] a() +james.adaptiveicon.R$style: int Base_Widget_AppCompat_PopupMenu +io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(int) +androidx.vectordrawable.animated.R$id: int tag_accessibility_actions +com.jaredrummler.android.colorpicker.R$color: int ripple_material_dark +androidx.constraintlayout.widget.R$id: int dragLeft +com.xw.repo.bubbleseekbar.R$attr: int numericModifiers +com.google.android.material.R$anim: int abc_tooltip_enter +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_star_black_48dp +androidx.appcompat.R$attr: int listPreferredItemHeight +com.google.android.material.R$style: int Theme_AppCompat_DayNight_NoActionBar +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: LocationEntityDao$Properties() +androidx.constraintlayout.widget.R$styleable: int SearchView_commitIcon +retrofit2.ParameterHandler$PartMap: java.lang.reflect.Method method +com.google.android.material.R$id: int accelerate +androidx.preference.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar +wangdaye.com.geometricweather.common.basic.models.weather.History: int nighttimeTemperature +androidx.hilt.lifecycle.R$styleable +cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode mLightsMode +com.google.android.material.R$id: int custom +androidx.work.R$bool: R$bool() +retrofit2.KotlinExtensions$await$4$2 +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle +wangdaye.com.geometricweather.R$dimen: int mtrl_badge_text_horizontal_edge_offset +androidx.preference.R$color: int bright_foreground_material_light +android.didikee.donate.R$attr: int barLength +com.google.android.material.textfield.TextInputLayout: void setStartIconContentDescription(int) +cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: void unregisterListener(cyanogenmod.app.ICustomTileListener,int) android.didikee.donate.R$attr: int multiChoiceItemLayout -wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_1 -com.turingtechnologies.materialscrollbar.R$bool -wangdaye.com.geometricweather.R$attr: int drawableSize -androidx.work.R$id: int action_divider -androidx.lifecycle.SavedStateHandleController: void attachHandleIfNeeded(androidx.lifecycle.ViewModel,androidx.savedstate.SavedStateRegistry,androidx.lifecycle.Lifecycle) -androidx.customview.R$attr: int alpha -androidx.appcompat.R$id: int action_image -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Large_Inverse -androidx.constraintlayout.widget.R$drawable: int abc_switch_thumb_material -okio.BufferedSource: java.io.InputStream inputStream() -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Day_Selected -androidx.vectordrawable.animated.R$styleable: int GradientColor_android_centerColor -com.google.android.material.R$attr: int deltaPolarRadius -wangdaye.com.geometricweather.R$color: int colorAccent -wangdaye.com.geometricweather.R$attr: int materialThemeOverlay -com.turingtechnologies.materialscrollbar.R$style: int Base_V23_Theme_AppCompat_Light -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: java.lang.String notice -james.adaptiveicon.R$attr: int initialActivityCount -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_prefixTextAppearance -com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource valueOf(java.lang.String) -com.bumptech.glide.R$drawable: int notify_panel_notification_icon_bg -com.google.android.material.R$attr: int selectionRequired -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property SunSetDate -com.xw.repo.bubbleseekbar.R$id: int action_bar_container -com.google.android.material.R$attr: int textAppearanceSubtitle2 -com.tencent.bugly.proguard.al -cyanogenmod.app.ProfileGroup: android.net.Uri getRingerOverride() -io.reactivex.internal.observers.LambdaObserver: void onSubscribe(io.reactivex.disposables.Disposable) -cyanogenmod.util.ColorUtils: double calculateDeltaE(double,double,double,double,double,double) -wangdaye.com.geometricweather.db.entities.DailyEntity: void setSo2(java.lang.Float) -james.adaptiveicon.R$styleable: int AppCompatSeekBar_tickMark -androidx.constraintlayout.widget.R$anim: int btn_radio_to_off_mtrl_ring_outer_path_animation -wangdaye.com.geometricweather.R$styleable: int ForegroundLinearLayout_foregroundInsidePadding -okhttp3.internal.ws.RealWebSocket: void onReadClose(int,java.lang.String) -com.google.android.material.R$styleable: int CoordinatorLayout_Layout_layout_behavior -com.google.android.material.internal.NavigationMenuItemView: void setNeedsEmptyIcon(boolean) -wangdaye.com.geometricweather.R$styleable: int MenuItem_alphabeticModifiers -androidx.customview.R$integer -com.tencent.bugly.crashreport.crash.c: void a(long) -com.google.android.material.R$styleable: int Toolbar_maxButtonHeight -com.turingtechnologies.materialscrollbar.R$styleable: int ForegroundLinearLayout_android_foregroundGravity -android.didikee.donate.R$style: int Base_V21_Theme_AppCompat_Light_Dialog -com.xw.repo.bubbleseekbar.R$color: int notification_action_color_filter -com.google.android.material.R$attr: int placeholderTextColor -android.didikee.donate.R$style: int Widget_AppCompat_CompoundButton_CheckBox -android.didikee.donate.R$styleable: int[] DrawerArrowToggle -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum: AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum() -androidx.fragment.R$attr: int fontStyle -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: android.os.IBinder asBinder() -wangdaye.com.geometricweather.R$transition: int search_activity_return -wangdaye.com.geometricweather.R$styleable: int Constraint_android_translationX -wangdaye.com.geometricweather.R$layout: int dialog_providers_previewer -androidx.viewpager.R$layout: int notification_template_custom_big -okhttp3.internal.cache.DiskLruCache: void checkNotClosed() -android.didikee.donate.R$styleable: int ViewBackgroundHelper_backgroundTintMode -com.tencent.bugly.proguard.ap: boolean a -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_popupWindowStyle -org.greenrobot.greendao.AbstractDao: boolean hasKey(java.lang.Object) -wangdaye.com.geometricweather.R$styleable: int AppBarLayout_android_background -wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: java.lang.String getUIStyleName(android.content.Context) -androidx.lifecycle.MediatorLiveData$Source: int mVersion -com.baidu.location.e.l$b: java.lang.String a(com.baidu.location.e.l$b,org.json.JSONObject) -androidx.preference.R$styleable: int DialogPreference_dialogLayout -com.turingtechnologies.materialscrollbar.R$styleable: int ActionMode_titleTextStyle -okhttp3.internal.platform.AndroidPlatform$AndroidTrustRootIndex: boolean equals(java.lang.Object) -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -androidx.lifecycle.LifecycleRegistry$1 -io.reactivex.internal.util.NotificationLite: boolean accept(java.lang.Object,org.reactivestreams.Subscriber) -wangdaye.com.geometricweather.R$styleable: int[] Chip -wangdaye.com.geometricweather.R$dimen: int cpv_color_preference_normal -androidx.work.R$attr: int fontProviderPackage -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult: AccuMinuteResult() -wangdaye.com.geometricweather.R$id: int mtrl_picker_header_selection_text -com.google.android.material.R$id: int jumpToEnd -com.github.rahatarmanahmed.cpv.CircularProgressView: void onAttachedToWindow() -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.lifecycle.Transformations$2 -wangdaye.com.geometricweather.R$attr: int layout_constraintTop_toTopOf -com.google.android.material.R$styleable: int MotionHelper_onHide -com.amap.api.location.AMapLocationQualityReport: boolean isWifiAble() -james.adaptiveicon.R$attr: int subMenuArrow -com.google.android.gms.base.R$string: int common_google_play_services_notification_channel_name -wangdaye.com.geometricweather.R$string: int material_timepicker_minute -androidx.lifecycle.GeneratedAdapter -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_stroke_size -com.jaredrummler.android.colorpicker.R$dimen: int compat_button_padding_vertical_material -com.amap.api.fence.GeoFence: float getRadius() -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.functions.Function mapper -okio.BufferedSource: java.lang.String readUtf8Line() -androidx.preference.R$styleable: int MenuItem_android_onClick -androidx.core.os.CancellationSignal -com.google.android.material.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow -cyanogenmod.themes.ThemeChangeRequest -androidx.appcompat.R$interpolator: int fast_out_slow_in -com.google.android.material.R$attr: int dividerPadding -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: retrofit2.Response execute() -okio.Segment: boolean owner -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_TEMPERATURE_UNIT -james.adaptiveicon.R$attr: int drawableSize -okhttp3.internal.http2.Http2Connection: java.util.Set currentPushRequests -androidx.appcompat.R$styleable: int AppCompatTheme_windowNoTitle -androidx.fragment.R$drawable: int notification_bg_low -androidx.work.R$layout: int notification_template_custom_big -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void onComplete() -androidx.vectordrawable.R$id: int line1 -com.google.android.material.R$layout: int mtrl_picker_header_fullscreen -okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder cipherSuites(java.lang.String[]) -com.turingtechnologies.materialscrollbar.R$attr: int arrowShaftLength -android.didikee.donate.R$styleable: int Toolbar_collapseContentDescription -com.google.android.material.R$id: int image -wangdaye.com.geometricweather.R$dimen: int mtrl_slider_thumb_elevation -cyanogenmod.profiles.AirplaneModeSettings: boolean mDirty -androidx.core.R$id: int icon -androidx.appcompat.R$styleable: int FontFamilyFont_android_font -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Body1 -androidx.preference.R$drawable: int abc_scrubber_primary_mtrl_alpha -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_28 -com.google.android.gms.base.R$color: int common_google_signin_btn_text_dark_pressed -com.jaredrummler.android.colorpicker.R$style: int Base_V23_Theme_AppCompat -cyanogenmod.weather.WeatherInfo$DayForecast: java.lang.String mKey -com.google.android.material.R$style: int Widget_MaterialComponents_ProgressIndicator_Circular_Indeterminate -androidx.preference.R$id: int line3 -com.amap.api.location.CoordinateConverter: android.content.Context b -com.google.android.material.R$style: int Widget_AppCompat_CompoundButton_Switch -androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceListItemSmall -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX wind -com.amap.api.fence.PoiItem: java.lang.String a -androidx.preference.R$styleable: int AppCompatTextView_android_textAppearance -android.didikee.donate.R$color: int bright_foreground_inverse_material_dark -androidx.loader.R$dimen: R$dimen() -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: boolean mAskedShow -androidx.preference.R$style: int Base_V21_Theme_AppCompat_Light -cyanogenmod.providers.CMSettings$System: java.lang.String KEY_APP_SWITCH_LONG_PRESS_ACTION -cyanogenmod.app.CustomTile: android.content.Intent onSettingsClick -androidx.preference.R$attr: int listPreferredItemPaddingLeft -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean -com.turingtechnologies.materialscrollbar.R$dimen: int compat_notification_large_icon_max_width -android.didikee.donate.R$attr: int backgroundTint +com.xw.repo.bubbleseekbar.R$attr: int overlapAnchor +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintTop_creator +androidx.constraintlayout.utils.widget.MotionTelltales: MotionTelltales(android.content.Context,android.util.AttributeSet) +android.didikee.donate.R$id: int always +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Display4 +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getThermalState +com.jaredrummler.android.colorpicker.R$attr: int colorControlActivated +okhttp3.Cache: okhttp3.internal.cache.DiskLruCache cache +okhttp3.MultipartBody$Builder: MultipartBody$Builder(java.lang.String) +cyanogenmod.weather.WeatherLocation: java.lang.String access$602(cyanogenmod.weather.WeatherLocation,java.lang.String) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$6 +com.google.android.material.R$styleable: int CustomAttribute_customBoolean +com.google.android.material.R$id: int cancel_button +cyanogenmod.power.IPerformanceManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +com.google.android.material.R$styleable: int Layout_layout_constraintBottom_creator +wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_drawableLeft +okhttp3.internal.http.RealInterceptorChain: int readTimeout +androidx.lifecycle.LifecycleRegistry: void handleLifecycleEvent(androidx.lifecycle.Lifecycle$Event) +com.xw.repo.bubbleseekbar.R$styleable: int[] SearchView +com.google.android.material.R$attr: int materialThemeOverlay +com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_min_width +androidx.viewpager.widget.PagerTitleStrip: int getTextSpacing() +okhttp3.ConnectionPool: boolean cleanupRunning +james.adaptiveicon.R$dimen: int abc_action_button_min_width_overflow_material +cyanogenmod.externalviews.ExternalView: void performAction(java.lang.Runnable) +androidx.constraintlayout.widget.R$attr: int flow_wrapMode +android.didikee.donate.R$styleable: int Toolbar_menu +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorButtonNormal +wangdaye.com.geometricweather.R$drawable: int notif_temp_14 +android.didikee.donate.R$dimen: int abc_alert_dialog_button_bar_height +com.tencent.bugly.proguard.v: void b(long) +retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: retrofit2.Call call +com.google.android.material.R$drawable: int notification_tile_bg +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: java.util.concurrent.atomic.AtomicReference other +android.didikee.donate.R$attr: int preserveIconSpacing +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Button +android.support.v4.app.RemoteActionCompatParcelizer: androidx.core.app.RemoteActionCompat read(androidx.versionedparcelable.VersionedParcel) +com.google.android.material.R$styleable: int Toolbar_menu +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintBaseline_toBaselineOf +androidx.preference.R$id: int expanded_menu +cyanogenmod.hardware.CMHardwareManager: int COLOR_CALIBRATION_MIN_INDEX +com.bumptech.glide.integration.okhttp.R$styleable: int[] FontFamily +com.tencent.bugly.proguard.ao: java.lang.String b +androidx.preference.R$style: int Base_Widget_AppCompat_Button +cyanogenmod.providers.CMSettings$Secure: java.lang.String QS_LOCATION_ADVANCED +androidx.vectordrawable.R$drawable: int notification_bg_low_pressed +androidx.hilt.R$dimen: int notification_media_narrow_margin +retrofit2.ParameterHandler$RawPart +androidx.fragment.app.BackStackRecord: void setOnStartPostponedListener(androidx.fragment.app.Fragment$OnStartEnterTransitionListener) +com.google.android.material.bottomnavigation.BottomNavigationItemView: androidx.appcompat.view.menu.MenuItemImpl getItemData() +com.google.android.material.R$styleable: int CardView_contentPaddingRight +androidx.vectordrawable.R$layout: int custom_dialog +okhttp3.internal.ws.RealWebSocket: long pingIntervalMillis +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dividerVertical +androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType BOOLEAN_TYPE +com.xw.repo.bubbleseekbar.R$attr: int bsb_track_color +okhttp3.internal.cache.DiskLruCache: void rebuildJournal() +androidx.preference.R$string: int abc_menu_ctrl_shortcut_label +androidx.appcompat.resources.R$id: int accessibility_custom_action_22 +android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu +com.google.android.material.bottomnavigation.BottomNavigationMenuView: BottomNavigationMenuView(android.content.Context,android.util.AttributeSet) +cyanogenmod.weather.CMWeatherManager$WeatherUpdateRequestListener: void onWeatherRequestCompleted(int,cyanogenmod.weather.WeatherInfo) +com.google.android.material.R$style: int Theme_AppCompat_Dialog +androidx.hilt.lifecycle.R$id: int notification_main_column_container +com.google.android.material.navigation.NavigationView: void setItemTextColor(android.content.res.ColorStateList) +androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity +androidx.preference.R$id: int normal +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: io.reactivex.Observer downstream +com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_animSteps +androidx.fragment.R$drawable: int notification_bg_low_pressed +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.preference.R$dimen: int tooltip_horizontal_padding +cyanogenmod.externalviews.ExternalView: cyanogenmod.externalviews.ExternalViewProperties mExternalViewProperties +androidx.viewpager.R$styleable: int GradientColor_android_centerY +androidx.fragment.R$styleable: int FontFamilyFont_android_fontVariationSettings +android.didikee.donate.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog +cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setWeatherCondition(int) +androidx.preference.R$styleable: int CoordinatorLayout_statusBarBackground +wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) +com.google.android.material.R$styleable: int FloatingActionButton_backgroundTint +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_PopupMenu +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeAppearance +okhttp3.Handshake: okhttp3.Handshake get(okhttp3.TlsVersion,okhttp3.CipherSuite,java.util.List,java.util.List) +okhttp3.internal.Util +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: long EpochDate +com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String m +com.google.android.material.circularreveal.cardview.CircularRevealCardView: void setRevealInfo(com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo) +com.bumptech.glide.load.engine.CallbackException +androidx.preference.R$attr: int actionBarWidgetTheme +androidx.swiperefreshlayout.R$styleable: R$styleable() +androidx.appcompat.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeThunderstormPrecipitation +androidx.constraintlayout.widget.R$styleable: int MenuItem_iconTintMode +com.google.android.material.floatingactionbutton.FloatingActionButton: int getCustomSize() +com.jaredrummler.android.colorpicker.R$attr: int fontWeight +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_Dense +wangdaye.com.geometricweather.R$attr: int colorOnPrimarySurface +wangdaye.com.geometricweather.R$color: int switch_thumb_normal_material_light +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 +wangdaye.com.geometricweather.R$attr: int gapBetweenBars +wangdaye.com.geometricweather.R$styleable: int AnimatableIconView_inner_margins +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption$AMapLocationMode i +androidx.recyclerview.R$id +com.amap.api.fence.GeoFenceManagerBase: void setActivateAction(int) +cyanogenmod.hardware.CMHardwareManager: int GAMMA_CALIBRATION_BLUE_INDEX +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property AqiIndex +androidx.hilt.lifecycle.R$styleable: int[] GradientColor +androidx.appcompat.R$attr: int listPopupWindowStyle +com.google.android.material.R$color: int material_timepicker_button_background +okhttp3.internal.platform.Platform: java.util.logging.Logger logger +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textColorAlertDialogListItem +com.github.rahatarmanahmed.cpv.CircularProgressView: void onDraw(android.graphics.Canvas) +androidx.loader.R$styleable: int[] FontFamilyFont +cyanogenmod.hardware.CMHardwareManager: boolean setDisplayColorCalibration(int[]) +okhttp3.Cache$1: okhttp3.internal.cache.CacheRequest put(okhttp3.Response) +com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat_Dialog +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean: java.lang.String value +com.google.android.material.R$dimen: int hint_pressed_alpha_material_light +retrofit2.RequestFactory$Builder: void parseMethodAnnotation(java.lang.annotation.Annotation) +okhttp3.FormBody: okhttp3.MediaType CONTENT_TYPE +wangdaye.com.geometricweather.R$drawable: int notif_temp_21 +androidx.appcompat.R$anim: int btn_radio_to_on_mtrl_ring_outer_path_animation +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_bottomappbar_fabOffsetEndMode +wangdaye.com.geometricweather.R$styleable: int ActionBar_displayOptions +com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setBadgeIfNeeded(com.google.android.material.bottomnavigation.BottomNavigationItemView) +com.bumptech.glide.integration.okhttp.R$id: int start +com.xw.repo.bubbleseekbar.R$attr: int titleMarginStart +com.bumptech.glide.request.RequestCoordinator$RequestState: boolean isComplete() +com.google.android.material.chip.ChipGroup: void setChipSpacingVerticalResource(int) +wangdaye.com.geometricweather.R$attr: int titleMarginTop +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX +com.baidu.location.g.a +androidx.lifecycle.LifecycleRegistry: boolean isSynced() +androidx.lifecycle.extensions.R$id: int right_icon +androidx.preference.R$attr: int titleTextAppearance +androidx.fragment.R$style: int TextAppearance_Compat_Notification_Info +com.jaredrummler.android.colorpicker.R$layout: int abc_activity_chooser_view +wangdaye.com.geometricweather.R$drawable: int ic_search +cyanogenmod.weather.RequestInfo$Builder: boolean isValidTempUnit(int) +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_firstHorizontalStyle +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ProgressBar +okhttp3.logging.LoggingEventListener: LoggingEventListener(okhttp3.logging.HttpLoggingInterceptor$Logger,okhttp3.logging.LoggingEventListener$1) +com.google.android.material.R$id: int actions +com.tencent.bugly.proguard.u: java.lang.Object r +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintWidth_min +com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage INITIALIZE +androidx.constraintlayout.motion.widget.MotionLayout: int[] getConstraintSetIds() +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: long dt wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.String TABLENAME -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Menu -androidx.lifecycle.ProcessLifecycleOwner$3: void onActivityCreated(android.app.Activity,android.os.Bundle) -androidx.vectordrawable.R$styleable -androidx.appcompat.R$layout: int abc_action_mode_close_item_material -cyanogenmod.app.CustomTile$ExpandedListItem: void setExpandedListItemSummary(java.lang.String) -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability -wangdaye.com.geometricweather.main.dialogs.HourlyWeatherDialog -com.tencent.bugly.proguard.u: boolean b() -io.reactivex.Observable: io.reactivex.Observable flatMapSingle(io.reactivex.functions.Function) -com.amap.api.location.AMapLocation: int e(com.amap.api.location.AMapLocation,int) -wangdaye.com.geometricweather.common.basic.models.options.DarkMode -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_NavigationView -androidx.fragment.R$dimen: int notification_action_icon_size -cyanogenmod.providers.CMSettings$Global: long getLongForUser(android.content.ContentResolver,java.lang.String,int) -com.turingtechnologies.materialscrollbar.R$attr: int windowMinWidthMajor -wangdaye.com.geometricweather.R$color: int mtrl_btn_bg_color_selector -wangdaye.com.geometricweather.R$drawable: int mtrl_popupmenu_background_dark -androidx.lifecycle.ComputableLiveData$3: androidx.lifecycle.ComputableLiveData this$0 -com.google.android.material.R$styleable: int AppCompatTextView_fontFamily -wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_itemShapeAppearance -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_helperTextTextColor -com.jaredrummler.android.colorpicker.R$drawable: int abc_action_bar_item_background_material -okhttp3.internal.http.BridgeInterceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) -com.turingtechnologies.materialscrollbar.R$color: int mtrl_tabs_icon_color_selector_colored -retrofit2.RequestFactory$Builder: void validatePathName(int,java.lang.String) -androidx.lifecycle.ViewModel: void closeWithRuntimeException(java.lang.Object) -androidx.constraintlayout.widget.R$id: int unchecked -com.tencent.bugly.crashreport.crash.e: java.lang.String a(java.lang.Throwable,int) -wangdaye.com.geometricweather.R$attr: int spinnerDropDownItemStyle -androidx.lifecycle.ComputableLiveData: ComputableLiveData() -com.turingtechnologies.materialscrollbar.R$attr: int itemHorizontalPadding -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowMinWidthMajor -androidx.appcompat.view.menu.ListMenuItemView: void setSubMenuArrowVisible(boolean) -androidx.appcompat.resources.R$id: int tag_unhandled_key_listeners +james.adaptiveicon.R$dimen: int abc_text_size_caption_material +androidx.preference.R$attr: int allowDividerBelow +com.google.android.material.R$attr: int shapeAppearanceOverlay +androidx.lifecycle.SavedStateHandleController +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.Integer getCloudCover() +androidx.appcompat.app.AppCompatDelegateImpl$ListMenuDecorView +com.turingtechnologies.materialscrollbar.R$color: int primary_text_default_material_light +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: java.lang.String getAbbreviation(android.content.Context) +androidx.appcompat.R$styleable: int MenuGroup_android_menuCategory +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: java.util.List value +androidx.preference.R$styleable: int FontFamilyFont_fontStyle +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: HalfDay(java.lang.String,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,wangdaye.com.geometricweather.common.basic.models.weather.Temperature,wangdaye.com.geometricweather.common.basic.models.weather.Precipitation,wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability,wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration,wangdaye.com.geometricweather.common.basic.models.weather.Wind,java.lang.Integer) +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result: java.lang.String type +com.jaredrummler.android.colorpicker.ColorPickerView: void setAlphaSliderText(java.lang.String) +com.jaredrummler.android.colorpicker.R$styleable: int View_theme +james.adaptiveicon.R$style: int Base_Theme_AppCompat_Dialog +com.google.android.material.R$styleable: int SearchView_queryHint +com.baidu.location.indoor.mapversion.c.a$d +wangdaye.com.geometricweather.R$attr: R$attr() +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_strokeWidth +cyanogenmod.providers.DataUsageContract: java.lang.String DATAUSAGE_AUTHORITY +androidx.swiperefreshlayout.R$dimen: R$dimen() +com.tencent.bugly.b: com.tencent.bugly.proguard.p d +cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: java.lang.String PROFILE +android.didikee.donate.R$styleable: int[] Toolbar +okhttp3.internal.connection.StreamAllocation: void noNewStreams() +androidx.recyclerview.widget.RecyclerView: void setEdgeEffectFactory(androidx.recyclerview.widget.RecyclerView$EdgeEffectFactory) +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.disposables.Disposable upstream +androidx.constraintlayout.widget.R$styleable: int AppCompatImageView_srcCompat +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_trackTintMode +com.amap.api.location.CoordinateConverter: boolean isAMapDataAvailable(double,double) +com.tencent.bugly.proguard.am: java.lang.String x +com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage valueOf(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_drawableTint +com.amap.api.location.AMapLocation: float getBearing() +androidx.appcompat.R$anim: R$anim() +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: int Version +com.google.android.material.R$attr: int materialAlertDialogBodyTextStyle +wangdaye.com.geometricweather.R$attr: int materialButtonOutlinedStyle +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless +com.google.android.material.R$attr: int thickness +james.adaptiveicon.R$bool: R$bool() +com.google.android.material.R$styleable: int[] BottomSheetBehavior_Layout +com.bumptech.glide.integration.okhttp.R$integer +io.reactivex.internal.subscriptions.DeferredScalarSubscription: boolean tryCancel() +com.google.android.material.card.MaterialCardView: void setCheckable(boolean) +androidx.recyclerview.R$id: int accessibility_custom_action_17 +androidx.constraintlayout.widget.R$attr: int onTouchUp +com.google.android.material.internal.BaselineLayout: BaselineLayout(android.content.Context) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_elevation +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_titleEnabled +android.didikee.donate.R$drawable: int abc_ic_menu_selectall_mtrl_alpha +android.didikee.donate.R$styleable: int AppCompatTextView_fontVariationSettings +androidx.preference.R$styleable: int[] BackgroundStyle +android.didikee.donate.R$style: int Base_V22_Theme_AppCompat +android.didikee.donate.R$style: int Widget_AppCompat_Button +wangdaye.com.geometricweather.R$layout: int preference_information_material +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: java.lang.String accuracy +androidx.preference.R$attr: int alphabeticModifiers +okhttp3.Cache$2: okhttp3.Cache this$0 +com.turingtechnologies.materialscrollbar.R$layout: int notification_template_icon_group +okhttp3.RealCall$1: okhttp3.RealCall this$0 +retrofit2.converter.gson.GsonRequestBodyConverter: java.nio.charset.Charset UTF_8 +com.google.android.material.R$styleable: int Layout_layout_constraintBottom_toTopOf +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: void setTo(java.util.Date) +com.turingtechnologies.materialscrollbar.R$attr: int titleMarginBottom +com.tencent.bugly.crashreport.crash.c: void a(boolean,boolean,boolean) +okhttp3.Response$Builder: okhttp3.Response build() +androidx.constraintlayout.widget.R$dimen: int abc_dropdownitem_text_padding_left +wangdaye.com.geometricweather.R$string: int settings_title_alert_notification_switch +okhttp3.MediaType: java.util.regex.Pattern TYPE_SUBTYPE +androidx.constraintlayout.widget.R$id: int accelerate +cyanogenmod.providers.CMSettings$DiscreteValueValidator: CMSettings$DiscreteValueValidator(java.lang.String[]) +wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayVerticalProvider +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_panelMenuListWidth +androidx.appcompat.R$attr: int queryBackground +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Direction Direction +androidx.constraintlayout.widget.R$string: int abc_menu_delete_shortcut_label +com.tencent.bugly.proguard.j: void a(com.tencent.bugly.proguard.k,int) +com.google.android.material.timepicker.TimeModel +com.amap.api.location.AMapLocation: void setCity(java.lang.String) +com.google.android.material.R$color: int design_default_color_secondary +com.google.android.material.floatingactionbutton.FloatingActionButton: com.google.android.material.animation.MotionSpec getShowMotionSpec() +androidx.constraintlayout.widget.R$styleable: int Toolbar_contentInsetLeft +wangdaye.com.geometricweather.R$drawable: int weather_sleet_mini_xml +cyanogenmod.hardware.CMHardwareManager: boolean setDisplayMode(cyanogenmod.hardware.DisplayMode,boolean) +retrofit2.Retrofit$1: java.lang.Class val$service +com.google.android.material.R$styleable: int[] Constraint +com.google.android.material.datepicker.MaterialCalendar$CalendarSelector: com.google.android.material.datepicker.MaterialCalendar$CalendarSelector valueOf(java.lang.String) +cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status CANCELLED +com.google.android.material.R$styleable: int Chip_closeIconSize +androidx.hilt.work.R$string: int status_bar_notification_info_overflow +androidx.activity.R$styleable: int FontFamilyFont_android_font +wangdaye.com.geometricweather.R$id: int ALT +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property Longitude +okio.Buffer: java.lang.String readUtf8(long) +androidx.work.impl.background.systemjob.SystemJobService: SystemJobService() +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Wind +com.google.gson.stream.JsonScope: int NONEMPTY_DOCUMENT +wangdaye.com.geometricweather.common.basic.models.weather.WindDegree: boolean noDirection +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_fontFamily +wangdaye.com.geometricweather.R$attr: int cpv_showDialog +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_52 +cyanogenmod.hardware.CMHardwareManager: int getVibratorMaxIntensity() +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse +cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String YEAR +com.tencent.bugly.crashreport.CrashReport: android.content.Context a +androidx.vectordrawable.R$layout: int notification_template_part_chronometer +retrofit2.ParameterHandler$Query: java.lang.String name +okhttp3.Cache$Entry: java.lang.String RECEIVED_MILLIS +androidx.constraintlayout.widget.R$styleable: int GradientColor_android_centerColor +android.didikee.donate.R$drawable: int notification_bg +com.turingtechnologies.materialscrollbar.R$attr: int toolbarId +wangdaye.com.geometricweather.R$style: int material_card +androidx.appcompat.R$styleable: int AppCompatTheme_listPopupWindowStyle +androidx.preference.R$styleable: int FontFamilyFont_ttcIndex +androidx.drawerlayout.R$drawable: int notification_icon_background +cyanogenmod.hardware.CMHardwareManager: int getSupportedFeatures() +cyanogenmod.app.LiveLockScreenManager: cyanogenmod.app.ILiveLockScreenManager sService +wangdaye.com.geometricweather.settings.dialogs.WechatDonateDialog: WechatDonateDialog() +androidx.hilt.lifecycle.R$id: int time +okhttp3.internal.http1.Http1Codec: void finishRequest() +com.google.android.material.R$color: int switch_thumb_normal_material_light +wangdaye.com.geometricweather.R$drawable: int notif_temp_137 +cyanogenmod.app.ProfileManager: android.app.NotificationGroup getNotificationGroupForPackage(java.lang.String) +com.turingtechnologies.materialscrollbar.R$layout: int select_dialog_multichoice_material +com.google.android.material.R$style: int TextAppearance_AppCompat_Menu +androidx.vectordrawable.animated.R$styleable: int[] ColorStateListItem +okhttp3.MultipartBody$Builder +com.tencent.bugly.crashreport.crash.h5.b: java.lang.String a() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_switchStyle +james.adaptiveicon.R$attr: int spinnerStyle +android.didikee.donate.R$id: int title_template +androidx.constraintlayout.widget.R$styleable: int KeyCycle_transitionEasing +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void onPause() +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: boolean done +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintRight_toRightOf +com.turingtechnologies.materialscrollbar.R$style: int Base_V23_Theme_AppCompat +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header +okhttp3.internal.ws.RealWebSocket$2: void onFailure(okhttp3.Call,java.io.IOException) +wangdaye.com.geometricweather.R$id: int textinput_counter +com.tencent.bugly.BuglyStrategy$a: int CRASHTYPE_ANR +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getPm10Desc() +io.reactivex.internal.subscriptions.BasicQueueSubscription: BasicQueueSubscription() +androidx.constraintlayout.widget.R$attr: int fontFamily +android.didikee.donate.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset +io.reactivex.internal.operators.observable.ObservableConcatWithMaybe$ConcatWithObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.google.android.material.imageview.ShapeableImageView: float getStrokeWidth() +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy +com.turingtechnologies.materialscrollbar.R$style: int Platform_Widget_AppCompat_Spinner +cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: void registerListener(cyanogenmod.app.ICustomTileListener,android.content.ComponentName,int) +james.adaptiveicon.R$styleable: int AppCompatTextView_firstBaselineToTopHeight +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setSnowPrecipitationProbability(java.lang.Float) +com.tencent.bugly.crashreport.crash.e: java.lang.Object i +com.tencent.bugly.proguard.v: byte[] e +cyanogenmod.providers.WeatherContract$WeatherColumns: android.net.Uri CURRENT_WEATHER_URI +com.google.android.material.R$attr: int region_heightMoreThan +com.google.android.material.chip.Chip: void setEllipsize(android.text.TextUtils$TruncateAt) +com.jaredrummler.android.colorpicker.R$attr: int fastScrollVerticalTrackDrawable +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_expanded +cyanogenmod.providers.CMSettings$Global: float getFloat(android.content.ContentResolver,java.lang.String,float) +androidx.drawerlayout.widget.DrawerLayout: void setStatusBarBackground(int) +wangdaye.com.geometricweather.R$drawable: int ic_close +com.google.android.material.R$id: int reverseSawtooth +cyanogenmod.weather.WeatherInfo: double getTodaysLow() +wangdaye.com.geometricweather.R$styleable: int MaterialCardView_rippleColor +okhttp3.Call +com.xw.repo.bubbleseekbar.R$id: int search_go_btn +io.reactivex.Observable: io.reactivex.Observable concatEager(java.lang.Iterable,int,int) +wangdaye.com.geometricweather.common.basic.models.weather.Base: java.util.Date getUpdateDate() +com.google.android.material.R$drawable: int material_cursor_drawable +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_ActionBar_TitleItem +wangdaye.com.geometricweather.R$attr: int chipSpacingVertical +com.google.android.material.slider.RangeSlider$RangeSliderState +okhttp3.HttpUrl: java.util.List pathSegments +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps$WarningTimelapsItem: int colorId +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: io.reactivex.internal.operators.observable.ObservableGroupJoin$JoinSupport parent +com.turingtechnologies.materialscrollbar.R$attr: int popupMenuStyle +com.google.android.material.R$string: int mtrl_picker_range_header_only_start_selected +io.reactivex.Observable: java.lang.Iterable blockingLatest() +okhttp3.internal.Util: java.util.Map immutableMap(java.util.Map) +android.support.v4.app.RemoteActionCompatParcelizer: void write(androidx.core.app.RemoteActionCompat,androidx.versionedparcelable.VersionedParcel) +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.AbstractDaoSession session +com.jaredrummler.android.colorpicker.R$styleable: int ColorPickerView_cpv_borderColor +androidx.constraintlayout.widget.R$attr: int layout_constraintWidth_percent +com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Year +wangdaye.com.geometricweather.R$drawable: int abc_ic_go_search_api_material +androidx.preference.R$styleable: int StateListDrawableItem_android_drawable +wangdaye.com.geometricweather.remoteviews.config.ClockDayHorizontalWidgetConfigActivity +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary PrecipitationSummary +androidx.fragment.R$styleable: int FontFamilyFont_fontVariationSettings +com.turingtechnologies.materialscrollbar.R$color: int abc_tint_default +com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day +androidx.vectordrawable.R$id: int accessibility_custom_action_6 +io.reactivex.Observable: io.reactivex.Observable distinct(io.reactivex.functions.Function,java.util.concurrent.Callable) +okhttp3.internal.http2.Hpack$Reader: void readIndexedHeader(int) +wangdaye.com.geometricweather.R$styleable: int[] SwipeRefreshLayout +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: java.util.concurrent.atomic.AtomicBoolean stopWindows +com.google.android.material.R$attr: int clickAction +androidx.constraintlayout.widget.R$styleable: int Spinner_popupTheme +androidx.constraintlayout.widget.R$styleable: int GradientColorItem_android_color +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial: java.lang.String Unit +wangdaye.com.geometricweather.R$styleable: int Snackbar_snackbarButtonStyle +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_MaterialComponents_Light_Dialog +io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber +wangdaye.com.geometricweather.R$string: int key_service_provider +androidx.vectordrawable.R$drawable: int notify_panel_notification_icon_bg +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void onError(java.lang.Throwable) +com.google.android.material.bottomsheet.BottomSheetBehavior: BottomSheetBehavior(android.content.Context,android.util.AttributeSet) +com.google.android.material.chip.ChipGroup: void setCheckedId(int) +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.R$color: int notification_background_m +cyanogenmod.providers.CMSettings$Global: java.lang.String ZEN_DISABLE_DUCKING_DURING_MEDIA_PLAYBACK +cyanogenmod.externalviews.ExternalView: void onActivityStarted(android.app.Activity) +androidx.appcompat.R$dimen: int abc_text_size_body_2_material +androidx.viewpager2.R$id: int notification_main_column_container +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintGuide_end +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_max +com.tencent.bugly.crashreport.crash.jni.b: java.lang.String a(java.lang.String,int,java.lang.String,boolean) +com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Long readKey(android.database.Cursor,int) +cyanogenmod.providers.CMSettings$System$3: CMSettings$System$3() +com.turingtechnologies.materialscrollbar.R$drawable: int notify_panel_notification_icon_bg +io.reactivex.Observable: io.reactivex.Observable cache() +com.google.android.material.R$drawable: int abc_seekbar_tick_mark_material +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceListItem +androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_font +retrofit2.KotlinExtensions$await$2$2 +wangdaye.com.geometricweather.R$styleable: int DialogPreference_dialogTitle +com.google.android.material.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle +androidx.preference.R$dimen: int abc_action_bar_content_inset_with_nav +androidx.vectordrawable.animated.R$layout: int notification_template_custom_big +wangdaye.com.geometricweather.R$attr: int actionViewClass +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean isDisposed() +com.google.android.material.R$style: int TextAppearance_AppCompat_Display4 +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature: AccuDailyResult$DailyForecasts$RealFeelTemperature() +james.adaptiveicon.R$styleable: int Toolbar_android_gravity +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_toRightOf +androidx.hilt.R$styleable: int[] FontFamilyFont +androidx.preference.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_ratingBarStyleIndicator +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: java.util.concurrent.Callable bufferSupplier +wangdaye.com.geometricweather.R$attr: int autoSizeMaxTextSize +com.baidu.location.e.l$b: com.baidu.location.e.l$b valueOf(java.lang.String) +androidx.preference.R$attr: int switchMinWidth +cyanogenmod.hardware.ICMHardwareService: long getLtoDownloadInterval() +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceScreenStyle +com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_precise_anchor_threshold +androidx.constraintlayout.widget.R$attr: int listPreferredItemPaddingLeft +james.adaptiveicon.R$color: int primary_dark_material_light +com.google.android.material.slider.Slider: Slider(android.content.Context,android.util.AttributeSet,int) +com.jaredrummler.android.colorpicker.R$string: int abc_menu_function_shortcut_label +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_horizontalAlign +wangdaye.com.geometricweather.R$attr: int pressedTranslationZ +androidx.viewpager2.R$id: int blocking +cyanogenmod.weather.WeatherLocation$Builder +wangdaye.com.geometricweather.R$id: int material_timepicker_edit_text +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ProgressIndicator_Linear_Indeterminate +androidx.viewpager.R$styleable: int ColorStateListItem_alpha +wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoonRiseDate(java.util.Date) +androidx.constraintlayout.widget.R$anim: int btn_radio_to_on_mtrl_dot_group_animation +com.google.android.gms.common.internal.zzv: android.os.Parcelable$Creator CREATOR +com.google.android.material.R$drawable: int tooltip_frame_dark +androidx.core.widget.NestedScrollView: int getMaxScrollAmount() +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit KGFPSQCM +retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isCompletable +io.reactivex.Observable: io.reactivex.Observable timer(long,java.util.concurrent.TimeUnit) +okhttp3.TlsVersion: okhttp3.TlsVersion TLS_1_2 +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_alphabeticModifiers +com.turingtechnologies.materialscrollbar.R$styleable: int Spinner_android_popupBackground +wangdaye.com.geometricweather.R$styleable +com.turingtechnologies.materialscrollbar.R$styleable: int[] PopupWindow +com.google.android.material.R$styleable: int[] MaterialCalendar +com.xw.repo.bubbleseekbar.R$anim: int abc_popup_exit +com.google.android.material.R$attr: int titleTextColor +james.adaptiveicon.R$id: int action_mode_close_button +androidx.drawerlayout.widget.DrawerLayout +androidx.vectordrawable.animated.R$dimen: int compat_control_corner_material +wangdaye.com.geometricweather.R$id: int unlabeled +wangdaye.com.geometricweather.R$drawable: int notif_temp_85 +okhttp3.internal.platform.Platform: javax.net.ssl.SSLContext getSSLContext() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeSplitBackground +wangdaye.com.geometricweather.R$styleable: int Slider_tickColorInactive +androidx.preference.R$style: int Theme_AppCompat_Dialog +wangdaye.com.geometricweather.R$layout: int select_dialog_multichoice_material +wangdaye.com.geometricweather.common.basic.models.weather.Daily: long time +com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration +com.google.android.material.R$styleable: int KeyTimeCycle_android_alpha +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle +wangdaye.com.geometricweather.R$style: int activity_create_widget_done_button +okhttp3.internal.tls.BasicCertificateChainCleaner: boolean equals(java.lang.Object) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setIsModify(boolean) +cyanogenmod.externalviews.ExternalView$2: int val$height +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Display2 +cyanogenmod.hardware.IThermalListenerCallback$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary +wangdaye.com.geometricweather.R$drawable: int abc_list_longpressed_holo +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeTotalPrecipitationProbability +androidx.preference.R$drawable: int abc_ic_star_half_black_16dp +androidx.appcompat.widget.AppCompatImageButton: void setImageBitmap(android.graphics.Bitmap) +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: int AlertID +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_counterTextAppearance +androidx.constraintlayout.widget.R$id: int decelerate +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity +io.reactivex.internal.util.ArrayListSupplier +androidx.drawerlayout.R$styleable: int FontFamily_fontProviderQuery +okhttp3.EventListener: void connectionReleased(okhttp3.Call,okhttp3.Connection) +wangdaye.com.geometricweather.main.MainActivity +com.google.gson.stream.JsonReader: boolean lenient +androidx.preference.R$id: int off +james.adaptiveicon.R$dimen: int abc_dialog_list_padding_bottom_no_buttons +wangdaye.com.geometricweather.R$styleable: int Toolbar_contentInsetRight +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_122 +androidx.constraintlayout.widget.R$attr: int actionMenuTextAppearance +androidx.core.R$styleable: int FontFamilyFont_android_ttcIndex +androidx.preference.R$styleable: int ActionBar_backgroundStacked +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_numericShortcut +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatImageView_tintMode +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property RagweedIndex +androidx.dynamicanimation.R$drawable: int notification_icon_background +com.google.android.material.R$styleable: int Chip_textStartPadding +okio.ByteString: void writeObject(java.io.ObjectOutputStream) +com.google.android.material.R$styleable +com.google.android.material.R$styleable: int ActionMenuItemView_android_minWidth +androidx.appcompat.widget.ActionBarContainer: void setTabContainer(androidx.appcompat.widget.ScrollingTabContainerView) +wangdaye.com.geometricweather.R$string: int key_notification +okhttp3.internal.http2.Http2Reader$Handler: void settings(boolean,okhttp3.internal.http2.Settings) +androidx.preference.R$attr: int actionBarTabBarStyle +androidx.loader.R$integer +io.reactivex.internal.observers.ForEachWhileObserver: long serialVersionUID +com.bumptech.glide.manager.SupportRequestManagerFragment +androidx.hilt.lifecycle.R$style: int Widget_Compat_NotificationActionContainer +wangdaye.com.geometricweather.R$attr: int cardElevation +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: int STATE_ACTIVE +wangdaye.com.geometricweather.R$layout: int item_weather_daily_air +com.google.android.material.R$string: int material_timepicker_am +androidx.fragment.R$id: int accessibility_custom_action_24 +com.baidu.location.e.n: n(java.lang.String,int,java.lang.String,java.lang.String,java.lang.String,int,int) +com.xw.repo.bubbleseekbar.R$styleable: int ButtonBarLayout_allowStacking +wangdaye.com.geometricweather.R$styleable: int TextAppearance_textAllCaps +cyanogenmod.themes.ThemeManager$1: void onFinish(boolean) +androidx.preference.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle +okio.RealBufferedSink +okhttp3.Response$Builder: okhttp3.Response$Builder handshake(okhttp3.Handshake) +com.google.android.material.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxStrokeErrorColor +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Title_Inverse +okio.Buffer: okio.Buffer write(byte[]) +androidx.constraintlayout.widget.R$layout: int notification_action_tombstone +okhttp3.Credentials: java.lang.String basic(java.lang.String,java.lang.String) +com.tencent.bugly.BuglyStrategy com.google.android.material.R$attr: int maxAcceleration -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarSize -com.turingtechnologies.materialscrollbar.R$dimen: int cardview_default_elevation -com.jaredrummler.android.colorpicker.R$dimen: int preference_icon_minWidth -okhttp3.internal.http2.Http2Reader: void readSettings(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) -wangdaye.com.geometricweather.R$drawable: int ic_plus -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility Visibility -cyanogenmod.weather.CMWeatherManager: java.util.Map mWeatherUpdateRequestListeners -androidx.appcompat.R$style: int TextAppearance_AppCompat_Headline -androidx.preference.R$id: int submit_area -androidx.recyclerview.R$id: int accessibility_custom_action_2 -com.tencent.bugly.proguard.f: byte[] k -androidx.preference.R$anim: int fragment_fast_out_extra_slow_in -okhttp3.Headers: void checkName(java.lang.String) -androidx.lifecycle.LifecycleDispatcher: java.util.concurrent.atomic.AtomicBoolean sInitialized -cyanogenmod.weather.util.WeatherUtils -android.didikee.donate.R$attr: int colorBackgroundFloating -wangdaye.com.geometricweather.R$styleable: int MaterialButton_iconTint -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_lon -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_hideOnContentScroll -cyanogenmod.app.StatusBarPanelCustomTile: int getUid() -com.loc.k: int e() -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintEnd_toEndOf -com.tencent.bugly.BuglyStrategy$a: BuglyStrategy$a() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$1: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 -wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language PORTUGUESE -androidx.appcompat.R$drawable: int abc_ic_star_half_black_36dp -wangdaye.com.geometricweather.background.service.Hilt_CMWeatherProviderService: Hilt_CMWeatherProviderService() -com.google.android.material.R$dimen: int abc_edit_text_inset_top_material -androidx.loader.R$layout: int notification_action_tombstone -io.reactivex.Observable: void blockingSubscribe(io.reactivex.Observer) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintEnd_toStartOf -wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List dailyForecast -io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: void run() -com.google.android.material.R$color: int design_default_color_primary_variant -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintBottom_toBottomOf -com.jaredrummler.android.colorpicker.R$id: int action_mode_bar -androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_layout_anchor -wangdaye.com.geometricweather.R$styleable: int[] MaterialShape -androidx.constraintlayout.widget.R$dimen: int abc_dropdownitem_text_padding_left -com.turingtechnologies.materialscrollbar.R$drawable: int notification_template_icon_bg -androidx.drawerlayout.R$styleable: int FontFamily_fontProviderAuthority -wangdaye.com.geometricweather.R$string: int feedback_request_permission -wangdaye.com.geometricweather.R$style: int Base_V21_Theme_MaterialComponents_Light -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -androidx.transition.R$id: int ghost_view_holder -io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: io.reactivex.functions.Function zipper -wangdaye.com.geometricweather.R$color: int secondary_text_default_material_light -james.adaptiveicon.R$id: int search_plate -androidx.preference.R$drawable: int abc_action_bar_item_background_material -com.xw.repo.bubbleseekbar.R$attr: int listLayout -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ProgressBar_Horizontal -com.tencent.bugly.crashreport.common.strategy.a: boolean b() -com.bumptech.glide.R$integer: R$integer() -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition GeoPosition -com.google.android.material.R$styleable: int AppCompatTheme_actionModeBackground -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_thumbTintMode -android.support.v4.graphics.drawable.IconCompatParcelizer: androidx.core.graphics.drawable.IconCompat read(androidx.versionedparcelable.VersionedParcel) -cyanogenmod.providers.CMSettings$Secure$2: boolean validate(java.lang.String) -com.google.android.material.R$drawable: int material_ic_keyboard_arrow_left_black_24dp -androidx.work.impl.utils.futures.DirectExecutor: androidx.work.impl.utils.futures.DirectExecutor valueOf(java.lang.String) -com.google.android.material.R$color: int primary_text_default_material_dark -androidx.constraintlayout.widget.R$styleable: int[] PropertySet -io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: long serialVersionUID -androidx.constraintlayout.widget.R$attr: int tintMode -wangdaye.com.geometricweather.R$attr: int pathMotionArc -androidx.swiperefreshlayout.R$styleable: int FontFamily_fontProviderFetchTimeout -androidx.lifecycle.LifecycleDispatcher -androidx.core.R$id: int italic -com.tencent.bugly.crashreport.crash.e: boolean a(java.lang.Thread$UncaughtExceptionHandler) -androidx.recyclerview.widget.RecyclerView: java.lang.CharSequence getAccessibilityClassName() -okhttp3.CertificatePinner: boolean equals(java.lang.Object) -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void setCancellable(io.reactivex.functions.Cancellable) -com.google.android.material.R$attr: int flow_horizontalBias -com.google.android.material.R$dimen: int design_navigation_item_horizontal_padding -okhttp3.EventListener: void callFailed(okhttp3.Call,java.io.IOException) -androidx.preference.R$attr: int hideOnContentScroll -androidx.preference.R$dimen: int abc_switch_padding -wangdaye.com.geometricweather.settings.dialogs.ProvidersPreviewerDialog: ProvidersPreviewerDialog() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Imperial: java.lang.String Unit -androidx.appcompat.widget.AppCompatButton: AppCompatButton(android.content.Context,android.util.AttributeSet) -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_large_material -wangdaye.com.geometricweather.R$drawable: int notif_temp_72 -androidx.preference.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration -retrofit2.ParameterHandler$Header: java.lang.String name -com.xw.repo.bubbleseekbar.R$attr: int editTextStyle -com.google.android.material.slider.RangeSlider: float getThumbStrokeWidth() -androidx.constraintlayout.widget.R$drawable: int abc_btn_radio_to_on_mtrl_015 -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.lang.Integer snowHazard3h -okhttp3.Cache: okhttp3.Response get(okhttp3.Request) -okhttp3.internal.http2.Http2Stream$FramingSink: long EMIT_BUFFER_SIZE -okhttp3.logging.LoggingEventListener: void connectFailed(okhttp3.Call,java.net.InetSocketAddress,java.net.Proxy,okhttp3.Protocol,java.io.IOException) -james.adaptiveicon.R$styleable: int ActionBar_contentInsetLeft -androidx.viewpager.R$id: int action_image -androidx.hilt.work.R$id: int forever -androidx.coordinatorlayout.R$layout: R$layout() -androidx.preference.R$styleable: int FontFamily_fontProviderQuery -android.didikee.donate.R$dimen: int abc_action_bar_subtitle_top_margin_material -com.google.android.material.R$string: int material_minute_selection -com.amap.api.fence.PoiItem: void setAdname(java.lang.String) -wangdaye.com.geometricweather.R$attr: int motionInterpolator -com.tencent.bugly.proguard.p: long a(java.lang.String,android.content.ContentValues,com.tencent.bugly.proguard.o,boolean) -androidx.activity.R$id: int async -androidx.drawerlayout.R$color: R$color() -io.reactivex.internal.schedulers.ScheduledDirectTask: long serialVersionUID -androidx.appcompat.R$dimen: int abc_dialog_list_padding_top_no_title -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: int maxConcurrency -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: long timeout -james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemHeight -com.google.android.material.R$drawable: int abc_ic_star_black_36dp -wangdaye.com.geometricweather.R$integer: int mtrl_card_anim_delay_ms -io.reactivex.internal.util.NotificationLite$ErrorNotification: NotificationLite$ErrorNotification(java.lang.Throwable) -androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_layout_behavior -com.google.android.material.R$styleable: int GradientColor_android_endY -androidx.preference.R$styleable: int AppCompatImageView_tintMode -okhttp3.internal.connection.RealConnection: okhttp3.Request createTunnelRequest() -com.jaredrummler.android.colorpicker.R$attr: int colorControlActivated -com.google.android.material.R$attr: int textAppearanceSearchResultTitle -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_rotation -wangdaye.com.geometricweather.R$attr: int buttonPanelSideLayout -wangdaye.com.geometricweather.R$attr: int cpv_animSwoopDuration -androidx.constraintlayout.widget.R$styleable: int Toolbar_android_minHeight -androidx.appcompat.resources.R$drawable: int notification_action_background -androidx.appcompat.R$styleable: int SearchView_goIcon -wangdaye.com.geometricweather.R$styleable: int DialogPreference_dialogIcon -androidx.appcompat.R$style: int Widget_AppCompat_TextView_SpinnerItem -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: io.reactivex.functions.Function itemTimeoutIndicator -okhttp3.OkHttpClient: okhttp3.ConnectionPool connectionPool() -androidx.fragment.R$id: int accessibility_custom_action_11 -androidx.viewpager2.R$attr: int fastScrollVerticalThumbDrawable -james.adaptiveicon.R$styleable: int MenuView_subMenuArrow -androidx.customview.R$styleable: int FontFamily_fontProviderFetchStrategy -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_77 -androidx.lifecycle.Lifecycle$State -androidx.fragment.R$id: int accessibility_custom_action_19 -okhttp3.internal.ws.RealWebSocket: void writePingFrame() -james.adaptiveicon.R$style: int Platform_ThemeOverlay_AppCompat_Light -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_helperTextTextColor -com.jaredrummler.android.colorpicker.R$id: int transparency_seekbar -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_Bridge -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_track_size -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime -com.google.android.material.R$attr: int flow_horizontalStyle -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Query -com.google.android.material.R$attr: int limitBoundsTo -okhttp3.HttpUrl: java.lang.String queryParameterValue(int) -com.google.android.material.R$styleable: int Constraint_barrierMargin -com.turingtechnologies.materialscrollbar.R$id: int fixed -cyanogenmod.os.Concierge$ParcelInfo: android.os.Parcel mParcel -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: io.reactivex.Observer downstream -james.adaptiveicon.R$drawable: int abc_tab_indicator_mtrl_alpha -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable: void dispose() -cyanogenmod.weatherservice.ServiceRequest$Status -io.reactivex.exceptions.MissingBackpressureException -james.adaptiveicon.R$styleable: int AppCompatTextView_drawableTintMode -wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_header_height_fullscreen -com.turingtechnologies.materialscrollbar.R$drawable: int navigation_empty_icon -com.google.android.material.button.MaterialButton: void setIconPadding(int) -wangdaye.com.geometricweather.R$string: int settings_title_notification_hide_in_lockScreen -com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_check_material -androidx.constraintlayout.widget.R$styleable: int AlertDialog_listItemLayout -io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void request(long) -com.google.android.material.R$id: int accessibility_custom_action_25 -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: java.lang.String getUnit() -com.google.android.material.R$styleable: int MenuView_android_horizontalDivider -org.greenrobot.greendao.AbstractDao: void readEntity(android.database.Cursor,java.lang.Object,int) -com.jaredrummler.android.colorpicker.R$style: int Preference_DialogPreference_EditTextPreference_Material -androidx.drawerlayout.R$layout: R$layout() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Speed -com.google.android.material.R$attr: int itemShapeAppearance -com.google.android.material.R$styleable: int Slider_android_stepSize -androidx.hilt.R$styleable: int GradientColor_android_startY -cyanogenmod.app.ProfileGroup: java.util.UUID getUuid() -com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_statusBarBackground -com.google.android.material.R$styleable: int FontFamilyFont_fontStyle -androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type BOTTOM -cyanogenmod.weatherservice.WeatherProviderService -com.jaredrummler.android.colorpicker.ColorPickerView: void setAlphaSliderText(int) -com.google.android.material.slider.Slider: void setValueTo(float) -wangdaye.com.geometricweather.R$id: int sort_button -cyanogenmod.alarmclock.CyanogenModAlarmClock: CyanogenModAlarmClock() -android.didikee.donate.R$style: int Theme_AppCompat_Light_Dialog_Alert -io.reactivex.internal.schedulers.RxThreadFactory: boolean nonBlocking -androidx.cardview.R$styleable -retrofit2.OkHttpCall: java.lang.Object[] args -androidx.preference.ListPreference$SavedState -android.didikee.donate.R$style: int Widget_AppCompat_Button_Colored -com.google.android.material.R$styleable: int KeyCycle_android_rotationY -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String latitude -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: int status -james.adaptiveicon.R$style: int Widget_Compat_NotificationActionContainer -com.turingtechnologies.materialscrollbar.R$attr: int state_liftable -androidx.constraintlayout.widget.R$id: int multiply -okhttp3.internal.http2.Http2Writer: Http2Writer(okio.BufferedSink,boolean) -okhttp3.internal.connection.StreamAllocation: okhttp3.Route route() -com.google.android.material.R$style: int Base_Widget_AppCompat_Light_ActionBar -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_TabText -com.amap.api.fence.PoiItem$1: java.lang.Object createFromParcel(android.os.Parcel) -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxStrokeWidth -wangdaye.com.geometricweather.common.basic.models.weather.History: History(java.util.Date,long,int,int) -androidx.lifecycle.SavedStateHandle: androidx.savedstate.SavedStateRegistry$SavedStateProvider savedStateProvider() -james.adaptiveicon.R$layout: int abc_search_dropdown_item_icons_2line -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_NoActionBar_Bridge -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: long serialVersionUID -com.google.android.material.R$attr: int editTextBackground -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton -com.jaredrummler.android.colorpicker.R$style: int Base_V7_Theme_AppCompat_Light_Dialog -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ButtonBar -com.bumptech.glide.R$id: int action_image -cyanogenmod.externalviews.KeyguardExternalView: android.content.ServiceConnection access$500(cyanogenmod.externalviews.KeyguardExternalView) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowMinWidthMinor -io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: java.util.concurrent.atomic.AtomicBoolean once -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: wangdaye.com.geometricweather.db.converters.WeatherCodeConverter weatherCodeConverter -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_DEFAULT_COLOR_VALIDATOR -com.turingtechnologies.materialscrollbar.R$integer: int mtrl_chip_anim_duration -cyanogenmod.externalviews.ExternalViewProviderService$Provider: cyanogenmod.externalviews.ExternalViewProviderService this$0 -io.reactivex.internal.operators.single.SingleToObservable$SingleToObservableObserver: io.reactivex.disposables.Disposable upstream -james.adaptiveicon.R$attr: int activityChooserViewStyle -com.turingtechnologies.materialscrollbar.R$id: int largeLabel -androidx.loader.R$dimen: int notification_action_text_size -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_icon -cyanogenmod.platform.Manifest$permission: java.lang.String PERFORMANCE_ACCESS -androidx.appcompat.R$color: int ripple_material_dark -wangdaye.com.geometricweather.R$styleable: int Constraint_pivotAnchor -io.reactivex.internal.observers.DeferredScalarObserver: void dispose() -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title -wangdaye.com.geometricweather.R$drawable: int weather_hail_mini_dark -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: long EpochDate -androidx.core.R$styleable: int GradientColor_android_centerColor -com.turingtechnologies.materialscrollbar.R$styleable: int[] MaterialScrollBar -wangdaye.com.geometricweather.R$id: int activity_widget_config_hideLunarContainer -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_auto_adjust_section_mark -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setThunderstormPrecipitationProbability(java.lang.Float) -wangdaye.com.geometricweather.R$dimen: int notification_content_margin_start -retrofit2.ParameterHandler$FieldMap: java.lang.reflect.Method method +com.google.android.material.R$style: int ThemeOverlay_AppCompat_ActionBar +okhttp3.internal.ws.WebSocketProtocol: int B1_FLAG_MASK +androidx.swiperefreshlayout.R$style: int Widget_Compat_NotificationActionContainer +wangdaye.com.geometricweather.db.entities.DailyEntity: int nighttimeTemperature +com.google.android.material.floatingactionbutton.FloatingActionButton$BaseBehavior +com.xw.repo.bubbleseekbar.R$attr: int listChoiceBackgroundIndicator +androidx.work.R$styleable: int[] FontFamily +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNo2(java.lang.Float) +wangdaye.com.geometricweather.R$styleable: int PopupWindow_android_popupAnimationStyle +wangdaye.com.geometricweather.R$id: int container_main_sun_moon_moonContainer +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorControlNormal +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse +androidx.constraintlayout.widget.R$id: int search_bar +com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_default_mtrl_shape +wangdaye.com.geometricweather.R$attr: int windowActionModeOverlay +androidx.hilt.lifecycle.R$dimen: int compat_button_inset_horizontal_material +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_textAllCaps +android.didikee.donate.R$attr: int actionBarDivider +io.reactivex.Observable: io.reactivex.Observable sample(long,java.util.concurrent.TimeUnit) +com.turingtechnologies.materialscrollbar.R$attr: int enforceTextAppearance +wangdaye.com.geometricweather.R$styleable: int OnSwipe_maxAcceleration +androidx.legacy.coreutils.R$styleable: int FontFamilyFont_android_font +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_checkedIconVisible +com.turingtechnologies.materialscrollbar.R$attr: int editTextBackground +com.google.android.material.R$styleable: int ConstraintSet_android_maxWidth +okio.ByteString: okio.ByteString of(byte[],int,int) +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton +androidx.viewpager2.R$dimen: int compat_button_padding_horizontal_material +androidx.vectordrawable.animated.R$dimen: int notification_small_icon_size_as_large +com.google.android.material.stateful.ExtendableSavedState: android.os.Parcelable$Creator CREATOR +androidx.preference.R$styleable: int PopupWindowBackgroundState_state_above_anchor +okhttp3.Cookie$Builder: okhttp3.Cookie$Builder domain(java.lang.String,boolean) +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float no2 +androidx.work.WorkerParameters +wangdaye.com.geometricweather.R$layout: int widget_day_temp +wangdaye.com.geometricweather.R$integer: int mtrl_btn_anim_delay_ms +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getGrassDescription() +androidx.lifecycle.extensions.R$style: int TextAppearance_Compat_Notification +androidx.preference.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setPrimary(java.lang.String) +com.turingtechnologies.materialscrollbar.R$attr: int cardPreventCornerOverlap +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void onError(java.lang.Throwable) +com.google.android.material.R$attr: int navigationIconColor +wangdaye.com.geometricweather.R$id: int dialog_location_help_manageIcon +james.adaptiveicon.R$dimen: int abc_dialog_padding_material +androidx.vectordrawable.animated.R$dimen: int compat_notification_large_icon_max_height +androidx.appcompat.widget.AppCompatRatingBar: AppCompatRatingBar(android.content.Context,android.util.AttributeSet,int) +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_alpha +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void onComplete() +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: boolean mCanceled +okhttp3.internal.ws.RealWebSocket$1 +cyanogenmod.app.IPartnerInterface$Stub: android.os.IBinder asBinder() +com.google.android.material.switchmaterial.SwitchMaterial: android.content.res.ColorStateList getMaterialThemeColorsTrackTintList() +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean g +com.xw.repo.bubbleseekbar.R$id: int buttonPanel +androidx.core.R$dimen: int notification_media_narrow_margin +com.bumptech.glide.R$styleable: int GradientColorItem_android_color +wangdaye.com.geometricweather.R$array: int air_quality_units +com.google.gson.stream.MalformedJsonException: MalformedJsonException(java.lang.String,java.lang.Throwable) +com.google.android.material.R$attr: int badgeStyle +io.reactivex.internal.disposables.DisposableHelper: boolean replace(java.util.concurrent.atomic.AtomicReference,io.reactivex.disposables.Disposable) +com.turingtechnologies.materialscrollbar.R$styleable: int[] ChipGroup +okhttp3.Response: void close() +android.didikee.donate.R$style: int Widget_AppCompat_AutoCompleteTextView +com.google.android.material.R$styleable: int TextInputLayout_startIconTintMode +com.xw.repo.bubbleseekbar.R$attr: int thickness +wangdaye.com.geometricweather.R$id: int lastElement +com.google.android.material.R$attr: int horizontalOffset +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: long serialVersionUID +androidx.constraintlayout.widget.R$styleable: int ColorStateListItem_android_color +com.google.android.material.R$layout: int design_layout_snackbar_include +wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_marginStart +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: int WeatherIcon +io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean done +com.xw.repo.bubbleseekbar.R$layout: int abc_action_mode_bar +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: java.lang.String languageId +androidx.preference.R$drawable: int abc_menu_hardkey_panel_mtrl_mult +wangdaye.com.geometricweather.R$drawable: int ic_back +okhttp3.package-info +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: int sourceMode +com.google.android.material.appbar.AppBarLayout: void setStatusBarForegroundColor(int) +com.google.android.material.R$styleable: int LinearLayoutCompat_android_orientation +wangdaye.com.geometricweather.R$string: int feels_like +com.google.android.material.R$dimen: int highlight_alpha_material_dark +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_backgroundTint +wangdaye.com.geometricweather.R$styleable: int AppBarLayout_expanded +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: void setPubTime(java.lang.String) +androidx.viewpager2.R$color: R$color() +com.tencent.bugly.proguard.i$a: byte a +james.adaptiveicon.R$attr: int textAllCaps +com.google.android.material.R$styleable: int BottomAppBar_paddingRightSystemWindowInsets +androidx.appcompat.R$styleable: int ActionBar_subtitleTextStyle +wangdaye.com.geometricweather.R$string: int week_1 +androidx.lifecycle.ReportFragment: void setProcessListener(androidx.lifecycle.ReportFragment$ActivityInitializationListener) +androidx.hilt.R$id: int accessibility_custom_action_10 +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_scaleY +okhttp3.RealCall +androidx.preference.R$dimen: int compat_notification_large_icon_max_width +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView +androidx.vectordrawable.animated.R$dimen: int notification_media_narrow_margin +androidx.viewpager2.R$id: int time +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: int state +androidx.appcompat.R$style: int Widget_AppCompat_PopupWindow +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents +androidx.constraintlayout.widget.R$color: int highlighted_text_material_light +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String pubTime +androidx.core.widget.NestedScrollView: void setSmoothScrollingEnabled(boolean) +com.google.android.material.chip.Chip: void setIconStartPadding(float) +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onScreenTurnedOff() +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_startIconContentDescription +wangdaye.com.geometricweather.R$color: int notification_background_rootDark +androidx.preference.R$color: int background_material_dark +androidx.constraintlayout.widget.R$styleable: int Toolbar_maxButtonHeight +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat +wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode NIGHT +wangdaye.com.geometricweather.common.basic.models.weather.Base: java.util.Date updateDate +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: void setStatus(int) +com.amap.api.location.AMapLocationClient +androidx.preference.R$id: int accessibility_custom_action_5 +androidx.preference.R$layout: int abc_list_menu_item_checkbox +okhttp3.Address: java.lang.String toString() +androidx.preference.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle +androidx.preference.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow +wangdaye.com.geometricweather.R$string: int alipay +androidx.constraintlayout.widget.R$attr: int ratingBarStyle +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_notificationGroupExistsByName +com.google.android.material.R$drawable: int notification_bg +android.didikee.donate.R$attr: int actionModeCloseButtonStyle +com.google.android.material.R$attr: int materialCalendarMonthNavigationButton +com.baidu.location.indoor.mapversion.c.a$d: java.lang.String a +com.google.android.material.R$drawable: int abc_seekbar_track_material +androidx.recyclerview.R$id: int tag_accessibility_actions +okhttp3.internal.http2.Http2Connection$4: Http2Connection$4(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[],int,java.util.List) +com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_layout_anchor +okhttp3.internal.http2.Http2Reader: java.util.logging.Logger logger +wangdaye.com.geometricweather.R$attr: int drawableEndCompat +androidx.recyclerview.widget.RecyclerView: void setLayoutFrozen(boolean) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Imperial Imperial +com.google.android.material.R$interpolator: int btn_radio_to_off_mtrl_animation_interpolator_0 +androidx.appcompat.widget.Toolbar: android.graphics.drawable.Drawable getOverflowIcon() +com.google.android.material.R$attr: int customPixelDimension +io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer +io.reactivex.Observable: io.reactivex.Observable concatDelayError(io.reactivex.ObservableSource,int,boolean) +androidx.preference.R$attr: int menu +androidx.loader.R$attr: R$attr() +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: long serialVersionUID +cyanogenmod.weather.RequestInfo$Builder: cyanogenmod.weather.RequestInfo$Builder setTemperatureUnit(int) +androidx.constraintlayout.widget.R$styleable: int OnSwipe_maxVelocity +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SNOW_FLURRIES +androidx.dynamicanimation.R$styleable: int GradientColorItem_android_offset +androidx.preference.R$styleable: int RecyclerView_fastScrollEnabled +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_toLeftOf +com.jaredrummler.android.colorpicker.R$attr: int autoSizePresetSizes +androidx.swiperefreshlayout.R$styleable: int[] FontFamily +james.adaptiveicon.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset +cyanogenmod.platform.Manifest$permission: java.lang.String LIVE_LOCK_SCREEN_MANAGER_PROVIDER +androidx.hilt.work.R$styleable: int[] FontFamily +wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode DAY +com.google.android.material.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle +com.tencent.bugly.crashreport.biz.b: long l() +wangdaye.com.geometricweather.R$id: int easeIn +com.amap.api.fence.GeoFenceClient: void addGeoFence(java.lang.String,java.lang.String,java.lang.String,int,java.lang.String) +androidx.preference.R$styleable: int Toolbar_titleTextColor +androidx.viewpager.R$id: int chronometer +android.didikee.donate.R$attr: int srcCompat +com.google.android.material.R$attr: int boxStrokeErrorColor +androidx.appcompat.R$dimen: int abc_action_button_min_width_overflow_material +androidx.appcompat.resources.R$id: int accessibility_custom_action_3 +com.google.android.material.R$id: int incoming +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_5_30 +com.jaredrummler.android.colorpicker.R$drawable: int notification_action_background +androidx.preference.R$attr: int preferenceCategoryStyle +okio.RealBufferedSource: long indexOfElement(okio.ByteString,long) +com.google.android.material.R$styleable: int KeyCycle_transitionEasing +androidx.viewpager2.R$styleable: int GradientColor_android_startX +com.baidu.location.d.a$a +androidx.preference.R$styleable: int ActionBar_title +com.tencent.bugly.crashreport.CrashReport: boolean setJavascriptMonitor(android.webkit.WebView,boolean,boolean) +com.tencent.bugly.crashreport.common.info.a: java.lang.String h() +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputEditText_OutlinedBox +com.google.android.material.R$dimen: int design_tab_scrollable_min_width +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPathRenderer +androidx.constraintlayout.widget.R$styleable: int[] SwitchCompat +androidx.preference.R$style: int TextAppearance_AppCompat_SearchResult_Title +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Small_Inverse +wangdaye.com.geometricweather.R$id: int scrollIndicatorUp +com.google.android.material.R$styleable: int MenuView_android_verticalDivider +james.adaptiveicon.R$drawable: int abc_btn_switch_to_on_mtrl_00001 +com.google.android.material.R$attr: int titleMarginBottom +cyanogenmod.app.Profile$ProfileTrigger$1: cyanogenmod.app.Profile$ProfileTrigger[] newArray(int) +com.google.android.material.R$string: int material_timepicker_pm +androidx.constraintlayout.widget.R$styleable: int Motion_motionStagger +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Subhead +com.tencent.bugly.BuglyStrategy$a: int CRASHTYPE_U3D +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol getLocationProtocol() +cyanogenmod.weather.CMWeatherManager$2$2: int val$status +androidx.coordinatorlayout.R$layout: int notification_template_icon_group +okhttp3.internal.publicsuffix.PublicSuffixDatabase: byte EXCEPTION_MARKER +okhttp3.Request$Builder: okhttp3.Request$Builder patch(okhttp3.RequestBody) +cyanogenmod.power.IPerformanceManager: void cpuBoost(int) +androidx.appcompat.widget.SearchView: void setQuery(java.lang.CharSequence) +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_trackTintMode +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Imperial Imperial +androidx.swiperefreshlayout.R$dimen: int notification_content_margin_start +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Caption +wangdaye.com.geometricweather.db.entities.HistoryEntityDao +androidx.preference.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar +androidx.viewpager.R$drawable: int notification_bg_low_pressed +wangdaye.com.geometricweather.R$dimen: int design_bottom_navigation_icon_size +wangdaye.com.geometricweather.R$string: int widget_clock_day_vertical +com.tencent.bugly.crashreport.crash.CrashDetailBean: long M +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_android_textOff +androidx.dynamicanimation.R$dimen: R$dimen() +wangdaye.com.geometricweather.R$attr: int msb_handleOffColor +androidx.preference.R$style: int Widget_AppCompat_ProgressBar +com.tencent.bugly.crashreport.crash.h5.H5JavaScriptInterface: void printLog(java.lang.String) +wangdaye.com.geometricweather.R$string: int settings_title_notification_color +com.google.android.material.R$attr: int dialogCornerRadius +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionOverflowButtonStyle +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_contentInsetLeft +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light_Dialog +com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setBadgeDrawables(android.util.SparseArray) +wangdaye.com.geometricweather.R$string: int key_notification_hide_in_lockScreen +androidx.appcompat.R$styleable: int LinearLayoutCompat_Layout_android_layout_height +androidx.legacy.coreutils.R$string: int status_bar_notification_info_overflow +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Sun: java.lang.Long set +androidx.work.ExistingWorkPolicy: androidx.work.ExistingWorkPolicy APPEND_OR_REPLACE +androidx.preference.R$styleable: int Toolbar_titleMargins +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Imperial: int UnitType +okhttp3.internal.http1.Http1Codec: okio.Sink createRequestBody(okhttp3.Request,long) +james.adaptiveicon.R$integer: int abc_config_activityDefaultDur +androidx.preference.R$style: int Widget_AppCompat_TextView +wangdaye.com.geometricweather.R$color: int design_dark_default_color_on_secondary +androidx.preference.R$styleable: int AppCompatTheme_android_windowAnimationStyle +com.google.android.material.R$dimen: int mtrl_extended_fab_icon_size +okhttp3.internal.cache.DiskLruCache$Editor: okio.Source newSource(int) +androidx.recyclerview.R$styleable: int FontFamilyFont_ttcIndex +james.adaptiveicon.R$styleable: int View_paddingEnd +com.xw.repo.bubbleseekbar.R$attr: int state_above_anchor +androidx.preference.R$styleable: int AppCompatTheme_dialogPreferredPadding +androidx.preference.R$styleable: int SwitchCompat_android_thumb +com.turingtechnologies.materialscrollbar.R$styleable: int[] View +okhttp3.internal.http2.Http2Stream$FramingSink: void write(okio.Buffer,long) +android.didikee.donate.R$styleable: int SwitchCompat_switchPadding +androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPaused(android.app.Activity) +android.didikee.donate.R$dimen: int abc_edit_text_inset_top_material +androidx.preference.R$style: int Widget_AppCompat_Button +cyanogenmod.app.CustomTile$ExpandedStyle$1: java.lang.Object createFromParcel(android.os.Parcel) +com.jaredrummler.android.colorpicker.R$drawable: int abc_tab_indicator_material cyanogenmod.profiles.StreamSettings: boolean mDirty -james.adaptiveicon.R$styleable: int MenuView_preserveIconSpacing -androidx.constraintlayout.widget.R$drawable: int tooltip_frame_light -com.google.android.material.R$attr: int actionModeStyle -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeThunderstormPrecipitation -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: int prefetch -com.amap.api.fence.GeoFence: long getEnterTime() -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Button_Colored +wangdaye.com.geometricweather.R$attr: int preferenceCategoryStyle +com.turingtechnologies.materialscrollbar.R$attr: int closeIconEndPadding +android.didikee.donate.R$color: int abc_tint_switch_track +okhttp3.Request$Builder: okhttp3.Request$Builder head() +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: DailyEntityDao$Properties() +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_borderlessButtonStyle +okhttp3.CookieJar: void saveFromResponse(okhttp3.HttpUrl,java.util.List) +com.google.android.material.bottomnavigation.BottomNavigationView: int getItemTextAppearanceInactive() +androidx.constraintlayout.widget.R$style: int Base_V7_Theme_AppCompat_Light +com.github.rahatarmanahmed.cpv.CircularProgressView$4: void onAnimationUpdate(android.animation.ValueAnimator) +wangdaye.com.geometricweather.R$anim: int fragment_manange_pop_exit +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setBadge(com.google.android.material.badge.BadgeDrawable) +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setAlarm(java.lang.String) +okhttp3.internal.cache.DiskLruCache: DiskLruCache(okhttp3.internal.io.FileSystem,java.io.File,int,int,long,java.util.concurrent.Executor) +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX: java.lang.String date +androidx.constraintlayout.widget.R$styleable: int[] FontFamilyFont +com.google.android.material.R$color: int material_timepicker_modebutton_tint +androidx.preference.R$styleable: int Preference_key +androidx.preference.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle +com.xw.repo.bubbleseekbar.R$style: int Platform_ThemeOverlay_AppCompat_Dark +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox_Dense +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Position: java.lang.String timezone +com.turingtechnologies.materialscrollbar.R$attr: int contentInsetRight +com.google.android.material.R$id: int textinput_helper_text +com.amap.api.location.AMapLocationClient: void setLocationListener(com.amap.api.location.AMapLocationListener) +com.google.android.material.R$attr: int maxButtonHeight +com.google.android.material.R$attr: int shapeAppearance +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) +com.google.android.material.checkbox.MaterialCheckBox: MaterialCheckBox(android.content.Context,android.util.AttributeSet,int) +androidx.preference.TwoStatePreference$SavedState +androidx.constraintlayout.widget.R$attr: int layout_constraintEnd_toEndOf +okhttp3.Cache: int requestCount +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_min_width +android.didikee.donate.R$attr: int closeItemLayout +wangdaye.com.geometricweather.R$attr: int layout_constraintBottom_toBottomOf +cyanogenmod.app.suggest.ApplicationSuggestion: ApplicationSuggestion(android.os.Parcel,cyanogenmod.app.suggest.ApplicationSuggestion$1) +androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: void setDropDownBackgroundResource(int) +android.didikee.donate.R$id: int top +com.google.android.gms.auth.api.signin.internal.GoogleSignInOptionsExtensionParcelable +androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_fontStyle +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void innerNext(int,java.lang.Object) +com.autonavi.aps.amapapi.model.AMapLocationServer: void a(java.lang.String) +com.xw.repo.bubbleseekbar.R$drawable: int abc_list_selector_background_transition_holo_light +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void onNext(java.lang.Object) +com.jaredrummler.android.colorpicker.R$attr: R$attr() +androidx.appcompat.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle +com.google.android.material.R$styleable: int[] Snackbar +android.support.v4.app.INotificationSideChannel$Stub$Proxy: android.os.IBinder asBinder() +okio.InflaterSource: okio.BufferedSource source cyanogenmod.app.ICMTelephonyManager: void setDefaultPhoneSub(int) -androidx.fragment.R$id: int accessibility_custom_action_29 -androidx.appcompat.R$attr: int listMenuViewStyle -cyanogenmod.app.suggest.ApplicationSuggestion: ApplicationSuggestion(java.lang.String,java.lang.String,android.net.Uri,android.net.Uri) -com.google.android.material.R$style: int TextAppearance_AppCompat_Small_Inverse -com.google.android.material.chip.Chip: void setChecked(boolean) -okhttp3.internal.http2.Hpack$Reader: Hpack$Reader(int,int,okio.Source) -androidx.constraintlayout.motion.widget.MotionHelper: float getProgress() -androidx.preference.R$layout: int preference_information_material -com.google.gson.stream.JsonWriter: void replaceTop(int) -com.google.android.material.R$attr: int layout_collapseMode -wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List hourlyForecast -wangdaye.com.geometricweather.R$id: int textinput_prefix_text -wangdaye.com.geometricweather.R$attr: int colorControlNormal -com.xw.repo.bubbleseekbar.R$bool -retrofit2.OptionalConverterFactory$OptionalConverter: OptionalConverterFactory$OptionalConverter(retrofit2.Converter) -com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat_Light -com.google.android.material.R$style: int Base_Widget_AppCompat_ActionBar_TabView -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property RealFeelTemperature -androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_android_fontWeight -wangdaye.com.geometricweather.R$attr: int dragDirection -androidx.appcompat.R$attr: int subtitleTextAppearance -androidx.lifecycle.Lifecycling: java.util.Map sClassToAdapters -com.turingtechnologies.materialscrollbar.R$styleable: int View_paddingStart -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorIconTint -androidx.preference.R$id: int accessibility_custom_action_6 -retrofit2.ParameterHandler$Field: void apply(retrofit2.RequestBuilder,java.lang.Object) -android.didikee.donate.R$style: int Base_Widget_AppCompat_Spinner -wangdaye.com.geometricweather.R$attr: int tickColorInactive -androidx.lifecycle.MediatorLiveData: androidx.arch.core.internal.SafeIterableMap mSources -com.amap.api.location.DPoint$1: DPoint$1() -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability: java.lang.Float getSnow() -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: boolean isDisposed() -androidx.appcompat.R$string: int abc_toolbar_collapse_description -com.turingtechnologies.materialscrollbar.R$drawable: int abc_dialog_material_background -androidx.fragment.R$styleable: int FontFamilyFont_android_fontWeight -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust WindGust -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature: AccuCurrentResult$WetBulbTemperature() -com.turingtechnologies.materialscrollbar.R$attr: int foregroundInsidePadding -androidx.preference.R$dimen: int abc_text_size_display_2_material -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title -com.tencent.bugly.crashreport.common.info.a: java.lang.String l -okio.RealBufferedSink: okio.BufferedSink writeByte(int) -com.bumptech.glide.load.HttpException: long serialVersionUID -okio.RealBufferedSource$1: void close() -cyanogenmod.providers.CMSettings$System: java.lang.String HOME_WAKE_SCREEN -android.didikee.donate.R$drawable: int abc_textfield_search_default_mtrl_alpha -okhttp3.TlsVersion: java.util.List forJavaNames(java.lang.String[]) -cyanogenmod.app.ICustomTileListener$Stub -wangdaye.com.geometricweather.R$anim: int btn_checkbox_to_unchecked_icon_null_animation -androidx.appcompat.R$drawable: int abc_switch_track_mtrl_alpha -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_RC4_128_SHA -androidx.appcompat.R$styleable: int AppCompatTheme_colorControlNormal -cyanogenmod.externalviews.KeyguardExternalViewProviderService: android.view.WindowManager access$500(cyanogenmod.externalviews.KeyguardExternalViewProviderService) -wangdaye.com.geometricweather.R$styleable: int RecyclerView_spanCount -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Body1 -androidx.preference.R$layout: int preference_dropdown_material -wangdaye.com.geometricweather.R$dimen: int mtrl_bottomappbar_fab_cradle_rounded_corner_radius -com.google.android.material.R$attr: int collapsedTitleTextAppearance -okhttp3.internal.cache2.Relay$RelaySource: okhttp3.internal.cache2.FileOperator fileOperator -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String LIVE_LOCK_SCREEN_PREVIEW -androidx.dynamicanimation.R$color -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_thumbTint -androidx.lifecycle.LiveData$1 -okio.ByteString: okio.ByteString toAsciiUppercase() -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void onComplete() -com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Dialog -wangdaye.com.geometricweather.R$color: int design_dark_default_color_on_surface -android.didikee.donate.R$drawable: int abc_ic_star_black_48dp -okhttp3.logging.LoggingEventListener: void connectEnd(okhttp3.Call,java.net.InetSocketAddress,java.net.Proxy,okhttp3.Protocol) -wangdaye.com.geometricweather.db.entities.AlertEntity: long getAlertId() -com.google.android.material.R$id: int masked -cyanogenmod.app.CustomTile: java.lang.String contentDescription -com.tencent.bugly.BuglyStrategy: com.tencent.bugly.BuglyStrategy setAppReportDelay(long) -wangdaye.com.geometricweather.R$attr: int onTouchUp -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_display_3_material -wangdaye.com.geometricweather.R$styleable: int KeyTrigger_onNegativeCross -com.tencent.bugly.proguard.af: af() -androidx.lifecycle.LiveData: java.lang.Object getValue() -androidx.hilt.work.R$id: int time -okio.Timeout: okio.Timeout timeout(long,java.util.concurrent.TimeUnit) -com.jaredrummler.android.colorpicker.R$styleable: int SeekBarPreference_android_max -androidx.appcompat.R$layout -androidx.constraintlayout.helper.widget.Layer: void setRotation(float) -wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_translationY -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: java.lang.String unitId -cyanogenmod.app.CustomTile$1: CustomTile$1() -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_EditText -com.google.android.material.R$style: int Base_Widget_AppCompat_ImageButton -androidx.constraintlayout.widget.R$bool: int abc_allow_stacked_button_bar -androidx.preference.R$styleable: int ActionBar_contentInsetEndWithActions -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String HOMESCREEN_URI -com.google.android.material.R$styleable: int AppCompatTheme_actionBarTabStyle -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_lightOnTouch -cyanogenmod.profiles.ConnectionSettings: boolean mOverride -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float rainPrecipitationProbability -androidx.coordinatorlayout.widget.CoordinatorLayout$SavedState -wangdaye.com.geometricweather.R$drawable: int abc_cab_background_internal_bg -wangdaye.com.geometricweather.R$id: int notification_big_icon_3 -com.google.android.material.R$styleable: int[] MotionHelper -androidx.recyclerview.R$id: int accessibility_custom_action_20 -android.didikee.donate.R$attr: int queryHint -com.google.android.material.R$style: int Widget_MaterialComponents_TextInputEditText_OutlinedBox -okhttp3.Response: okhttp3.ResponseBody peekBody(long) -androidx.appcompat.resources.R$styleable: int AnimatedStateListDrawableTransition_android_toId -wangdaye.com.geometricweather.R$attr: int subtitleTextStyle -wangdaye.com.geometricweather.R$dimen: int mtrl_low_ripple_focused_alpha -okhttp3.internal.Util: int delimiterOffset(java.lang.String,int,int,char) -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle -cyanogenmod.providers.DataUsageContract: java.lang.String LABEL -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: java.util.List maxCountItems -androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State DESTROYED -androidx.appcompat.widget.DialogTitle: DialogTitle(android.content.Context,android.util.AttributeSet,int) -androidx.work.impl.foreground.SystemForegroundService -androidx.recyclerview.widget.RecyclerView: void setRecyclerListener(androidx.recyclerview.widget.RecyclerView$RecyclerListener) -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String mixNMatchKeyToComponent(java.lang.String) -retrofit2.Retrofit$Builder: Retrofit$Builder() -cyanogenmod.app.ICustomTileListener$Stub$Proxy: android.os.IBinder mRemote -com.tencent.bugly.crashreport.crash.jni.a: com.tencent.bugly.crashreport.common.info.a c -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintTop_toBottomOf -cyanogenmod.app.CustomTileListenerService: cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper mWrapper -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs indexs -com.bumptech.glide.R$color: int notification_action_color_filter -cyanogenmod.themes.IThemeService$Stub$Proxy: boolean processThemeResources(java.lang.String) -com.google.android.material.R$attr: int passwordToggleTint -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_startX -org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.database.Database db -androidx.loader.R$id: int tag_unhandled_key_event_manager -com.github.rahatarmanahmed.cpv.CircularProgressView: int getThickness() -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_18 -androidx.preference.R$attr: int windowMinWidthMajor -com.google.android.material.R$styleable: int DrawerArrowToggle_gapBetweenBars -okio.BufferedSource: boolean rangeEquals(long,okio.ByteString) -com.google.android.material.transformation.FabTransformationScrimBehavior -androidx.preference.R$attr: int entryValues -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHeight_max -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_textSize -okhttp3.internal.http1.Http1Codec: okhttp3.OkHttpClient client -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionMenuTextAppearance -cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setTodaysHigh(double) -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: boolean isDisposed() -com.jaredrummler.android.colorpicker.R$id: int normal -com.google.android.material.R$styleable: int Transform_android_rotation -retrofit2.Retrofit: java.util.List converterFactories -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getAqi() -androidx.preference.R$anim -androidx.constraintlayout.widget.R$style: int AlertDialog_AppCompat_Light -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_toLeftOf -com.google.android.material.R$attr: int showMotionSpec -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_thumb_color -androidx.preference.R$styleable: int MenuItem_iconTint -androidx.constraintlayout.widget.R$styleable: int ViewStubCompat_android_id -retrofit2.RequestBuilder$ContentTypeOverridingRequestBody -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean url -cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent FONT -okhttp3.internal.http2.Http2Connection$1 -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_lineHeight -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: Hourly(java.util.Date,long,boolean,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,wangdaye.com.geometricweather.common.basic.models.weather.Temperature,wangdaye.com.geometricweather.common.basic.models.weather.Precipitation,wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability) -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_AutoCompleteTextView -wangdaye.com.geometricweather.R$string: int settings_title_notification_color -okhttp3.internal.ws.WebSocketWriter -com.google.android.material.appbar.AppBarLayout: void addOnOffsetChangedListener(com.google.android.material.appbar.AppBarLayout$BaseOnOffsetChangedListener) -com.xw.repo.bubbleseekbar.R$style: int Base_V26_Theme_AppCompat -io.reactivex.Observable: io.reactivex.Observable switchMapMaybe(io.reactivex.functions.Function) -com.jaredrummler.android.colorpicker.R$attr: int positiveButtonText -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_4 -androidx.constraintlayout.widget.R$dimen: int highlight_alpha_material_colored -com.bumptech.glide.Priority: com.bumptech.glide.Priority HIGH -androidx.constraintlayout.widget.R$styleable: int ActionBar_contentInsetLeft -okio.Timeout: boolean hasDeadline() -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: long serialVersionUID -io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: boolean cancelled -wangdaye.com.geometricweather.R$id: int transition_layout_save -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeSnowPrecipitationProbability -wangdaye.com.geometricweather.R$drawable: int abc_ic_menu_share_mtrl_alpha -androidx.constraintlayout.widget.R$attr: int moveWhenScrollAtTop -androidx.preference.R$styleable: int SearchView_voiceIcon -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Direction Direction -com.google.android.material.R$style: int Widget_MaterialComponents_BottomAppBar_Colored -com.google.android.gms.tasks.DuplicateTaskCompletionException: java.lang.IllegalStateException of(com.google.android.gms.tasks.Task) -wangdaye.com.geometricweather.R$id: int search_plate -wangdaye.com.geometricweather.R$drawable: int shortcuts_clear_night_foreground -com.google.android.material.navigation.NavigationView: android.view.MenuInflater getMenuInflater() -cyanogenmod.app.CustomTile$ExpandedItem: int itemDrawableResourceId -wangdaye.com.geometricweather.R$string: int mtrl_exceed_max_badge_number_suffix -cyanogenmod.externalviews.KeyguardExternalView: void unregisterKeyguardExternalViewCallback(cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks) -com.google.android.material.appbar.AppBarLayout: void setStatusBarForegroundResource(int) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$TotalLiquid TotalLiquid -androidx.drawerlayout.R$color: int notification_icon_bg_color -com.google.android.material.R$style: int Base_Widget_MaterialComponents_Slider -com.amap.api.fence.PoiItem: android.os.Parcelable$Creator CREATOR -androidx.lifecycle.extensions.R$dimen: int notification_small_icon_size_as_large -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: boolean cancelled -androidx.preference.R$styleable: int AppCompatTheme_colorButtonNormal -androidx.dynamicanimation.R$dimen: int compat_button_padding_vertical_material -com.google.android.material.R$attr: int splitTrack -androidx.viewpager.widget.ViewPager -androidx.constraintlayout.widget.R$styleable: int MenuItem_android_numericShortcut -com.google.android.material.R$styleable: int ConstraintSet_flow_firstHorizontalBias -com.google.android.material.R$style: int Theme_MaterialComponents_CompactMenu -androidx.appcompat.R$color: int abc_tint_edittext -androidx.preference.R$styleable: int ActionBar_backgroundStacked -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_PopupMenu -com.google.android.material.internal.BaselineLayout: BaselineLayout(android.content.Context,android.util.AttributeSet,int) -com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_icon_padding -cyanogenmod.themes.ThemeManager: cyanogenmod.themes.IThemeChangeListener mThemeChangeListener -com.turingtechnologies.materialscrollbar.R$styleable: int[] BottomAppBar -androidx.appcompat.R$attr: int panelBackground -com.turingtechnologies.materialscrollbar.R$styleable: int[] BottomSheetBehavior_Layout -james.adaptiveicon.R$style: int Theme_AppCompat_Light_Dialog_MinWidth -wangdaye.com.geometricweather.R$string: int key_click_widget_to_refresh -androidx.constraintlayout.widget.R$styleable: int[] ActionBarLayout -com.turingtechnologies.materialscrollbar.R$attr: int chipStrokeWidth -wangdaye.com.geometricweather.R$id: int widget_week_temp_4 -com.google.android.material.R$layout: int abc_action_mode_close_item_material -androidx.appcompat.R$attr: int drawableBottomCompat -androidx.constraintlayout.widget.R$attr: int framePosition -com.google.android.material.slider.RangeSlider: java.lang.CharSequence getAccessibilityClassName() -androidx.lifecycle.LiveData: java.lang.Runnable mPostValueRunnable -com.google.android.material.slider.BaseSlider: void setThumbStrokeColor(android.content.res.ColorStateList) -com.tencent.bugly.crashreport.common.info.a: java.lang.String T -com.xw.repo.bubbleseekbar.R$dimen: int hint_pressed_alpha_material_light -io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy ERROR -androidx.appcompat.widget.Toolbar: androidx.appcompat.widget.ActionMenuPresenter getOuterActionMenuPresenter() -cyanogenmod.externalviews.ExternalView: void onActivitySaveInstanceState(android.app.Activity,android.os.Bundle) -androidx.preference.R$attr: int defaultValue -io.reactivex.Observable: io.reactivex.Observable retryUntil(io.reactivex.functions.BooleanSupplier) -cyanogenmod.app.CMContextConstants$Features: java.lang.String PARTNER -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: void onComplete() +androidx.preference.R$id: int checked +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_Button_Inverse +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_padding_left +wangdaye.com.geometricweather.R$id: int scrollable +wangdaye.com.geometricweather.R$attr: int ratingBarStyle +com.google.android.material.R$attr: int scrimAnimationDuration +com.turingtechnologies.materialscrollbar.R$id: int src_over +james.adaptiveicon.R$id: int select_dialog_listview +androidx.core.R$attr: int fontProviderCerts +androidx.appcompat.R$attr: int drawableStartCompat +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_25 +com.google.android.gms.common.images.WebImage +com.google.android.material.R$attr: int dividerVertical +com.google.android.material.R$attr: int tabIndicatorGravity +androidx.constraintlayout.widget.R$styleable: int MotionLayout_motionProgress +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog_Flush +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: void onNext(java.lang.Object) +androidx.lifecycle.LiveData$LifecycleBoundObserver: androidx.lifecycle.LiveData this$0 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.lang.String getWeather() +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon +retrofit2.Utils$ParameterizedTypeImpl: java.lang.reflect.Type getOwnerType() +com.turingtechnologies.materialscrollbar.R$layout: int support_simple_spinner_dropdown_item +com.google.android.material.R$id: int stretch +com.jaredrummler.android.colorpicker.R$color: int abc_tint_btn_checkable +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse +com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text +okhttp3.internal.ws.RealWebSocket: boolean close(int,java.lang.String,long) +io.reactivex.internal.observers.LambdaObserver: io.reactivex.functions.Action onComplete +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_icon_3 +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_NAVIGATION_BAR +androidx.viewpager.R$style: int Widget_Compat_NotificationActionText +androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPreStopped(android.app.Activity) +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored +androidx.activity.R$color: int notification_action_color_filter +androidx.viewpager2.R$style +wangdaye.com.geometricweather.R$string: int help +androidx.preference.R$style: int Base_Widget_AppCompat_Button_Small +com.turingtechnologies.materialscrollbar.R$dimen: int abc_config_prefDialogWidth +androidx.constraintlayout.helper.widget.Flow: void setPaddingBottom(int) +wangdaye.com.geometricweather.R$styleable: int GradientColor_android_startColor +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$TotalLiquid +wangdaye.com.geometricweather.R$attr: int rv_side +james.adaptiveicon.R$dimen: int notification_main_column_padding_top +androidx.appcompat.widget.SearchView: androidx.cursoradapter.widget.CursorAdapter getSuggestionsAdapter() +com.turingtechnologies.materialscrollbar.R$styleable: int TabItem_android_text +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: io.reactivex.Observer downstream +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Compat_Notification_Time +com.google.android.material.R$attr: int suffixTextAppearance +androidx.hilt.work.R$bool: R$bool() +okhttp3.internal.ws.RealWebSocket$Streams: boolean client +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.util.Date time +androidx.constraintlayout.widget.R$color: int dim_foreground_material_light +com.turingtechnologies.materialscrollbar.R$attr: int iconEndPadding +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: void onComplete() +androidx.core.R$drawable: int notification_tile_bg +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String getDistrict() +io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy BUFFER +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_DialogTitle_Icon +androidx.constraintlayout.widget.R$drawable: int abc_cab_background_top_material +androidx.hilt.work.R$id: int accessibility_custom_action_18 +androidx.appcompat.resources.R$dimen +wangdaye.com.geometricweather.R$attr: int cpv_allowCustom +com.google.android.material.progressindicator.ProgressIndicator: void setProgressDrawable(android.graphics.drawable.Drawable) +com.google.android.material.R$dimen: int mtrl_badge_text_horizontal_edge_offset +androidx.drawerlayout.widget.DrawerLayout: void setDrawerListener(androidx.drawerlayout.widget.DrawerLayout$DrawerListener) +com.amap.api.location.CoordUtil: boolean a +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_Bridge +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.preference.R$styleable: int AppCompatTheme_controlBackground +wangdaye.com.geometricweather.background.polling.basic.AwakeForegroundUpdateService +androidx.recyclerview.widget.RecyclerView: void setLayoutTransition(android.animation.LayoutTransition) +androidx.swiperefreshlayout.R$drawable: int notify_panel_notification_icon_bg +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$4 +wangdaye.com.geometricweather.R$attr: int selectorSize +com.tencent.bugly.Bugly: void init(android.content.Context,java.lang.String,boolean,com.tencent.bugly.BuglyStrategy) +androidx.constraintlayout.widget.R$styleable: int Layout_layout_goneMarginBottom +wangdaye.com.geometricweather.R$attr: int entryValues +androidx.appcompat.app.AppCompatActivity: void setContentView(android.view.View) +wangdaye.com.geometricweather.location.services.LocationService: LocationService() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeIcePrecipitation +cyanogenmod.app.ProfileGroup: java.lang.String mName +androidx.core.R$attr: R$attr() +com.google.android.material.R$style: int Base_Theme_AppCompat_CompactMenu +android.didikee.donate.R$style: int Base_DialogWindowTitleBackground_AppCompat +com.bumptech.glide.R$dimen: int notification_large_icon_width +com.amap.api.fence.GeoFence: int ERROR_CODE_EXISTS +android.didikee.donate.R$string: int abc_searchview_description_clear +com.google.android.material.R$id: int middle +androidx.swiperefreshlayout.R$styleable: int GradientColor_android_endX +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Ice: AccuDailyResult$DailyForecasts$Day$Ice() +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.Wind getWind() +com.google.android.material.R$attr: int state_liftable +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float pm25 +com.turingtechnologies.materialscrollbar.R$styleable: int CompoundButton_android_button +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void dispose() +com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.String toString() +com.xw.repo.bubbleseekbar.R$attr +com.google.android.material.R$attr: int popupTheme +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: void setStatus(int) +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintTop_creator +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabTextColor +com.google.android.material.appbar.AppBarLayout: void setTargetElevation(float) +androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory: androidx.lifecycle.ViewModel create(java.lang.Class) +androidx.appcompat.resources.R$id: int chronometer +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: int PrecipitationProbability +okhttp3.logging.LoggingEventListener +com.google.android.material.R$color: int foreground_material_dark +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: boolean isIsShow() +wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Title_Text +james.adaptiveicon.R$id: int uniform +com.google.android.material.R$style: int Base_Widget_AppCompat_ActionButton_Overflow +retrofit2.KotlinExtensions$await$4$2: KotlinExtensions$await$4$2(kotlinx.coroutines.CancellableContinuation) +wangdaye.com.geometricweather.R$id: int collapseActionView +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary$Heating: java.lang.String Unit +com.google.android.material.R$attr: int fastScrollHorizontalThumbDrawable +androidx.constraintlayout.widget.R$dimen: int notification_top_pad +com.jaredrummler.android.colorpicker.R$id: int switchWidget +androidx.lifecycle.DefaultLifecycleObserver: void onDestroy(androidx.lifecycle.LifecycleOwner) +androidx.constraintlayout.widget.R$styleable: int Layout_barrierMargin +okhttp3.Cache$CacheRequestImpl: void abort() +cyanogenmod.externalviews.IExternalViewProviderFactory: android.os.IBinder createExternalView(android.os.Bundle) +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean addInner(io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver) +okhttp3.internal.http2.Http2Connection$Builder: boolean client +retrofit2.HttpException: int code +com.xw.repo.bubbleseekbar.R$styleable: int[] AnimatedStateListDrawableItem +androidx.legacy.coreutils.R$styleable: int[] GradientColorItem +androidx.appcompat.resources.R$attr: int fontStyle +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title +androidx.viewpager2.R$id: int accessibility_custom_action_14 +android.didikee.donate.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog +wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_box_corner_radius_medium +wangdaye.com.geometricweather.common.ui.activities.AlertActivity +androidx.constraintlayout.widget.R$attr: int drawableTopCompat +com.google.android.material.R$styleable: int CollapsingToolbarLayout_titleEnabled +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: void setSpeed(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX) +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_scrimAnimationDuration +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$4 +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void error(java.lang.Throwable) +androidx.constraintlayout.widget.R$styleable: int LinearLayoutCompat_divider +androidx.lifecycle.extensions.R$anim: R$anim() +com.google.android.material.slider.Slider: void setThumbRadius(int) +android.didikee.donate.R$layout +retrofit2.adapter.rxjava2.CallEnqueueObservable +okhttp3.internal.http2.Hpack$Reader: java.util.List headerList +com.google.gson.stream.JsonWriter: JsonWriter(java.io.Writer) +androidx.hilt.R$styleable: int GradientColor_android_centerX +androidx.fragment.R$id: int accessibility_custom_action_0 +okhttp3.internal.cache2.Relay: okio.Buffer upstreamBuffer +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getNighttimeWindDirection() +com.xw.repo.bubbleseekbar.R$dimen: int tooltip_precise_anchor_threshold +androidx.preference.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle +android.didikee.donate.R$style: int TextAppearance_AppCompat_Display1 +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_verticalStyle +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceHeadline6 +com.amap.api.location.UmidtokenInfo: void setUmidtoken(android.content.Context,java.lang.String) +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_InternalGroup +androidx.appcompat.R$style: int TextAppearance_AppCompat_Display4 wangdaye.com.geometricweather.R$attr: int actionModePasteDrawable -wangdaye.com.geometricweather.R$style: int Theme_AppCompat_CompactMenu -okio.RealBufferedSource: java.lang.String readUtf8LineStrict(long) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: boolean isModifyInHour() -com.turingtechnologies.materialscrollbar.R$styleable: int GradientColor_android_endX -io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: long serialVersionUID -androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setDistanceToTriggerSync(int) -androidx.activity.R$id: int accessibility_custom_action_27 -wangdaye.com.geometricweather.R$drawable: int notif_temp_20 -com.jaredrummler.android.colorpicker.R$style: int Preference_CheckBoxPreference -androidx.lifecycle.SavedStateHandle$SavingStateLiveData: java.lang.String mKey -androidx.constraintlayout.widget.R$attr: int textLocale -androidx.preference.R$styleable: int TextAppearance_android_textSize -com.tencent.bugly.proguard.r: long e -android.didikee.donate.R$styleable: int SwitchCompat_android_textOn -com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemBackgroundRes(int) -wangdaye.com.geometricweather.location.utils.LocationException -com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_android_orientation -com.xw.repo.bubbleseekbar.R$id: int list_item -com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize -android.didikee.donate.R$color: int material_grey_850 -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String IS_LEGACY_THEME -com.google.android.material.R$dimen: int mtrl_slider_thumb_radius -com.google.android.material.R$color: int mtrl_chip_text_color +wangdaye.com.geometricweather.R$styleable: int ActionBar_height +cyanogenmod.providers.CMSettings$Secure: cyanogenmod.providers.CMSettings$NameValueCache sNameValueCache +org.greenrobot.greendao.AbstractDao: void insertOrReplaceInTx(java.lang.Object[]) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult: java.util.List forecasts +androidx.preference.R$attr: int buttonStyleSmall +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder cookieJar(okhttp3.CookieJar) +james.adaptiveicon.R$color: int switch_thumb_normal_material_light +androidx.hilt.R$id: int tag_transition_group +okhttp3.Cookie$Builder: Cookie$Builder() +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_overflow_padding_end_material +com.jaredrummler.android.colorpicker.R$style: int PreferenceFragment +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: java.lang.Object poll() +androidx.fragment.R$id: int accessibility_custom_action_10 +okhttp3.internal.http2.Http2Stream$FramingSource: Http2Stream$FramingSource(okhttp3.internal.http2.Http2Stream,long) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onScreenTurnedOn() +androidx.appcompat.R$styleable: int Toolbar_collapseContentDescription +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_5 +com.google.android.material.R$color: int notification_action_color_filter +androidx.constraintlayout.widget.R$attr: int region_heightMoreThan +james.adaptiveicon.R$drawable: int abc_btn_borderless_material +android.didikee.donate.R$color: int primary_material_dark +io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: boolean isDisposed() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial +com.tencent.bugly.proguard.z: byte[] a(byte[],int,java.lang.String) +retrofit2.Retrofit: java.lang.Object create(java.lang.Class) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Metric: AccuCurrentResult$Precip1hr$Metric() +androidx.cardview.R$style: int CardView_Dark +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: void setNativeInfo(int,java.lang.String) +com.turingtechnologies.materialscrollbar.R$dimen: int notification_small_icon_background_padding +okhttp3.CacheControl: boolean onlyIfCached() +androidx.viewpager.R$drawable: int notification_bg_low +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: boolean mainDone +james.adaptiveicon.R$id: int actions +wangdaye.com.geometricweather.R$id: int activity_widget_config_blackTextContainer +androidx.viewpager.R$dimen: int compat_button_inset_horizontal_material +com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_itemIconDisabledAlpha +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_persistent +com.jaredrummler.android.colorpicker.R$attr: int tooltipForegroundColor +androidx.appcompat.R$styleable: int AppCompatTheme_actionBarDivider +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog +com.github.rahatarmanahmed.cpv.BuildConfig: boolean DEBUG +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: int getStatus() +wangdaye.com.geometricweather.R$id: int forever +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_searchIcon +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: boolean isDisposed() +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void dispose() +com.autonavi.aps.amapapi.model.AMapLocationServer: void h(java.lang.String) +com.turingtechnologies.materialscrollbar.R$id: int snackbar_action +androidx.constraintlayout.widget.R$styleable: int[] AnimatedStateListDrawableTransition +androidx.hilt.work.R$id: int action_divider +androidx.hilt.lifecycle.R$string: int status_bar_notification_info_overflow +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String date +com.turingtechnologies.materialscrollbar.R$attr: int alertDialogCenterButtons +androidx.appcompat.R$id: int split_action_bar +wangdaye.com.geometricweather.R$attr: int titleMarginEnd +wangdaye.com.geometricweather.R$attr: int drawableStartCompat +com.turingtechnologies.materialscrollbar.TouchScrollBar: float getHandleOffset() +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationApi mApi +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: com.google.android.material.animation.MotionSpec getShrinkMotionSpec() +com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: java.lang.reflect.Type getRawType() +retrofit2.ParameterHandler$Field: retrofit2.Converter valueConverter +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_ratingBarStyle +androidx.appcompat.R$id: int normal +androidx.constraintlayout.widget.R$attr: int buttonPanelSideLayout +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void removeFirst() +com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_tileMode +wangdaye.com.geometricweather.common.basic.models.weather.Alert: int getPriority() +wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: AbsTrendItemView(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getMoldDescription() +androidx.appcompat.R$dimen: int abc_edit_text_inset_top_material +cyanogenmod.app.Profile: void setSecondaryUuids(java.util.List) +cyanogenmod.app.CustomTile$Builder: boolean mSensitiveData +androidx.hilt.R$styleable: int FontFamilyFont_font +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int AQI_INDEX_1 +com.google.android.material.R$styleable: int[] ScrollingViewBehavior_Layout +retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback: void onResponse(retrofit2.Call,retrofit2.Response) +androidx.core.app.RemoteActionCompatParcelizer: RemoteActionCompatParcelizer() +cyanogenmod.util.ColorUtils: float[] convertRGBtoLAB(int) +com.turingtechnologies.materialscrollbar.R$styleable: int[] AppBarLayout +androidx.constraintlayout.widget.R$attr: int listPreferredItemHeight +androidx.viewpager.R$style: int TextAppearance_Compat_Notification_Time +androidx.constraintlayout.widget.R$styleable: int ActionBar_progressBarPadding +androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_android_fontVariationSettings +okhttp3.internal.tls.BasicCertificateChainCleaner: BasicCertificateChainCleaner(okhttp3.internal.tls.TrustRootIndex) +androidx.preference.R$color: int abc_tint_edittext +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void onError(java.lang.Throwable) +com.github.rahatarmanahmed.cpv.CircularProgressView$4: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 +okhttp3.RequestBody: long contentLength() +com.xw.repo.bubbleseekbar.R$styleable: int View_android_theme +wangdaye.com.geometricweather.R$id: int mtrl_internal_children_alpha_tag +com.google.android.material.internal.NavigationMenuItemView: androidx.appcompat.view.menu.MenuItemImpl getItemData() +com.google.gson.stream.JsonReader: int PEEKED_DOUBLE_QUOTED +io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: io.reactivex.Observer child +androidx.appcompat.widget.AppCompatButton +com.turingtechnologies.materialscrollbar.R$attr: int listChoiceBackgroundIndicator +cyanogenmod.externalviews.ExternalView: ExternalView(android.content.Context,android.util.AttributeSet,int,int) +android.didikee.donate.R$id: int tabMode +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog +io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void onComplete() +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_BarSize +wangdaye.com.geometricweather.R$array: int week_icon_modes +cyanogenmod.platform.Manifest$permission: java.lang.String PERFORMANCE_ACCESS +androidx.lifecycle.ClassesInfoCache$CallbackInfo: void invokeCallbacks(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event,java.lang.Object) +wangdaye.com.geometricweather.R$string: int settings_title_widget_config +com.google.android.gms.location.ActivityTransition +com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Title_Text +com.xw.repo.bubbleseekbar.R$style: R$style() +com.google.android.material.R$color: int abc_decor_view_status_guard_light +android.didikee.donate.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner +androidx.constraintlayout.widget.R$attr: int actionLayout +com.turingtechnologies.materialscrollbar.R$integer: int abc_config_activityShortDur +retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: BodyObservable$BodyObserver(io.reactivex.Observer) +io.reactivex.Observable: io.reactivex.Observable delay(io.reactivex.functions.Function) +com.github.rahatarmanahmed.cpv.CircularProgressView$9: void onAnimationUpdate(android.animation.ValueAnimator) +io.reactivex.Observable: int bufferSize() +com.xw.repo.bubbleseekbar.R$attr: int actionOverflowMenuStyle +wangdaye.com.geometricweather.R$string: int hide_bottom_view_on_scroll_behavior +androidx.activity.R$styleable +com.google.android.material.R$attr: int indicatorType +com.turingtechnologies.materialscrollbar.R$attr: int tickMarkTint +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_year_horizontal_padding +wangdaye.com.geometricweather.R$layout: int abc_list_menu_item_checkbox +retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder callbackExecutor(java.util.concurrent.Executor) +com.tencent.bugly.crashreport.common.info.b: java.lang.String a(android.content.Context,boolean) +androidx.preference.R$styleable: int[] PreferenceFragmentCompat +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: ObservableWithLatestFromMany$WithLatestInnerObserver(io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver,int) +okhttp3.MediaType: java.util.regex.Pattern PARAMETER +androidx.appcompat.widget.AppCompatCheckBox: AppCompatCheckBox(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$id: int snackbar_text +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constrainedWidth +com.turingtechnologies.materialscrollbar.R$attr: int backgroundStacked +cyanogenmod.providers.CMSettings$3 +wangdaye.com.geometricweather.R$styleable: int[] Transform +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void onError(java.lang.Throwable) +com.google.android.material.R$id: int line1 +androidx.appcompat.R$color: int abc_tint_default +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum: AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart +cyanogenmod.profiles.ConnectionSettings: void writeToParcel(android.os.Parcel,int) +io.reactivex.Observable: io.reactivex.Observable observeOn(io.reactivex.Scheduler,boolean) +androidx.constraintlayout.widget.R$attr: int buttonStyleSmall +androidx.appcompat.R$dimen: int abc_action_bar_default_height_material +wangdaye.com.geometricweather.R$styleable: int Chip_closeIconTint +androidx.lifecycle.LiveData$AlwaysActiveObserver: boolean shouldBeActive() +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_itemPadding +okio.Buffer: long readHexadecimalUnsignedLong() +com.github.rahatarmanahmed.cpv.CircularProgressView: boolean isIndeterminate +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: ObservableGroupBy$GroupByObserver(io.reactivex.Observer,io.reactivex.functions.Function,io.reactivex.functions.Function,int,boolean) +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow +com.xw.repo.bubbleseekbar.R$bool: int abc_config_actionMenuItemAllCaps +com.turingtechnologies.materialscrollbar.R$attr: int hintTextAppearance +com.google.android.material.R$styleable: int[] ShapeAppearance +androidx.appcompat.R$layout: int abc_action_mode_bar +okio.Okio$4: Okio$4(java.net.Socket) +wangdaye.com.geometricweather.R$drawable: int weather_snow_mini_dark +cyanogenmod.profiles.AirplaneModeSettings: boolean mDirty +androidx.core.widget.NestedScrollView: NestedScrollView(android.content.Context,android.util.AttributeSet) +androidx.fragment.R$id: int accessibility_custom_action_20 +com.tencent.bugly.crashreport.biz.b: int h() +com.google.android.material.R$styleable: int AppCompatTheme_radioButtonStyle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial: AccuCurrentResult$PrecipitationSummary$Past12Hours$Imperial() +androidx.vectordrawable.R$attr: int fontVariationSettings +androidx.fragment.R$id: int accessibility_action_clickable_span +okhttp3.internal.http1.Http1Codec: okhttp3.Headers readHeaders() +androidx.preference.R$layout: int abc_action_mode_close_item_material +retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.tencent.bugly.proguard.z: java.util.Map a(android.os.Parcel) +android.didikee.donate.R$id: int homeAsUp +android.didikee.donate.R$styleable: int ActionBar_contentInsetStart +androidx.customview.R$id: int title +com.amap.api.location.AMapLocation: java.lang.String a +wangdaye.com.geometricweather.R$attr: int paddingRightSystemWindowInsets +org.greenrobot.greendao.AbstractDaoSession: java.util.Map entityToDao +com.turingtechnologies.materialscrollbar.R$drawable +okhttp3.internal.ws.WebSocketReader: okhttp3.internal.ws.WebSocketReader$FrameCallback frameCallback +cyanogenmod.profiles.RingModeSettings: boolean isOverride() +io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: void run() +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List daisan +androidx.preference.R$styleable: int[] StateListDrawableItem +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setIcon(int) +com.google.android.material.appbar.CollapsingToolbarLayout: void setCollapsedTitleTextAppearance(int) +wangdaye.com.geometricweather.R$styleable: int BottomAppBar_fabCradleMargin +androidx.constraintlayout.widget.R$styleable: int KeyCycle_transitionPathRotate +cyanogenmod.themes.ThemeManager: cyanogenmod.themes.IThemeChangeListener mThemeChangeListener +io.reactivex.internal.observers.BasicIntQueueDisposable: java.lang.Object poll() +androidx.lifecycle.ProcessLifecycleOwner: void activityResumed() +androidx.constraintlayout.utils.widget.ImageFilterView: float getContrast() +wangdaye.com.geometricweather.R$array: int live_wallpaper_weather_kinds +androidx.legacy.coreutils.R$styleable: int GradientColor_android_startX +androidx.preference.R$style: int Animation_AppCompat_Dialog +com.tencent.bugly.proguard.ak: ak() +com.google.android.gms.common.zzj +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_contentInsetEnd +androidx.constraintlayout.widget.R$color: int switch_thumb_normal_material_light +com.turingtechnologies.materialscrollbar.R$style: int AlertDialog_AppCompat +retrofit2.http.PATCH +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorPrimary +androidx.preference.R$integer +androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_android_ttcIndex +androidx.preference.R$styleable: int ActionBar_contentInsetStart +cyanogenmod.app.ProfileGroup$2: int[] $SwitchMap$cyanogenmod$app$ProfileGroup$Mode +androidx.lifecycle.extensions.R$id +wangdaye.com.geometricweather.R$attr: int dialogIcon +androidx.appcompat.widget.AppCompatRadioButton: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) +cyanogenmod.library.R$attr: R$attr() +androidx.preference.R$attr: int listChoiceIndicatorSingleAnimated +wangdaye.com.geometricweather.common.basic.models.weather.History: long getTime() +androidx.appcompat.view.menu.MenuPopupHelper: void setOnDismissListener(android.widget.PopupWindow$OnDismissListener) +wangdaye.com.geometricweather.R$id: int switch_layout +okio.InflaterSource: void releaseInflatedBytes() +cyanogenmod.hardware.IThermalListenerCallback +androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: int getProgressViewEndOffset() +cyanogenmod.profiles.ConnectionSettings: java.lang.String EXTRA_NETWORK_MODE +androidx.legacy.coreutils.R$id: int right_side +com.google.android.material.R$styleable: int Constraint_android_translationZ +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModeShareDrawable +com.google.android.material.R$styleable: int AppCompatTheme_windowFixedWidthMinor +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog_MinWidth +com.google.android.material.R$dimen: int notification_top_pad_large_text +org.greenrobot.greendao.AbstractDaoMaster: void registerDaoClass(java.lang.Class) +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_AES_256_GCM_SHA384 +io.reactivex.Observable: io.reactivex.Observable timeout(io.reactivex.ObservableSource,io.reactivex.functions.Function,io.reactivex.ObservableSource) +wangdaye.com.geometricweather.R$drawable: int notif_temp_66 +retrofit2.package-info +com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_tileMode +com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd +androidx.appcompat.R$color: int accent_material_dark +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Spinner_Underlined +com.google.android.material.R$attr: int backgroundStacked +wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.Long getId() +james.adaptiveicon.R$styleable: int TextAppearance_android_textColor +com.google.android.material.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.xw.repo.bubbleseekbar.R$dimen: int notification_media_narrow_margin +com.google.android.material.R$style: int Base_Widget_AppCompat_SearchView +wangdaye.com.geometricweather.R$xml: int network_security_config +okhttp3.logging.HttpLoggingInterceptor +com.google.android.material.R$id: int rectangles +androidx.activity.R$layout +com.turingtechnologies.materialscrollbar.R$styleable: int[] SearchView +wangdaye.com.geometricweather.common.basic.models.weather.Pollen +androidx.appcompat.R$styleable: int[] AppCompatImageView +androidx.preference.CheckBoxPreference +androidx.hilt.lifecycle.R$styleable: int[] FragmentContainerView +james.adaptiveicon.R$styleable: int SearchView_android_focusable +com.turingtechnologies.materialscrollbar.R$id: int parentPanel +androidx.lifecycle.LiveData$ObserverWrapper: androidx.lifecycle.Observer mObserver +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_section_count +com.google.android.material.button.MaterialButton: void setShapeAppearanceModel(com.google.android.material.shape.ShapeAppearanceModel) +androidx.constraintlayout.widget.Constraints: Constraints(android.content.Context) +com.google.android.material.R$id: int view_offset_helper +com.jaredrummler.android.colorpicker.R$styleable: int CheckBoxPreference_android_summaryOff +okhttp3.HttpUrl: int querySize() +android.didikee.donate.R$attr: int actionBarPopupTheme +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_90 +james.adaptiveicon.R$styleable: int MenuView_android_itemTextAppearance +wangdaye.com.geometricweather.R$id: int item_alert_content +androidx.appcompat.R$drawable: int abc_textfield_default_mtrl_alpha +androidx.lifecycle.DefaultLifecycleObserver: void onStart(androidx.lifecycle.LifecycleOwner) +com.google.android.material.R$attr: int itemShapeInsetTop +retrofit2.http.GET +wangdaye.com.geometricweather.R$id: int submit_area +com.xw.repo.bubbleseekbar.R$dimen: int abc_panel_menu_list_width +com.google.gson.stream.MalformedJsonException +com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: $Gson$Types$GenericArrayTypeImpl(java.lang.reflect.Type) +com.amap.api.fence.PoiItem: void setLongitude(double) +com.google.android.material.textfield.TextInputLayout: void setEndIconOnLongClickListener(android.view.View$OnLongClickListener) +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void run() +androidx.hilt.work.R$bool: int enable_system_alarm_service_default +okhttp3.internal.http.RealInterceptorChain: okhttp3.internal.http.HttpCodec httpStream() +wangdaye.com.geometricweather.R$attr: int itemShapeFillColor +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.UV getUV() +wangdaye.com.geometricweather.db.entities.WeatherEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_NoActionBar +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Body1 +android.didikee.donate.R$dimen: int abc_action_bar_default_padding_start_material +retrofit2.converter.gson.GsonRequestBodyConverter +com.tencent.bugly.crashreport.crash.c: boolean b +androidx.appcompat.R$drawable: int abc_item_background_holo_dark +androidx.preference.R$id: int tabMode +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void updateVisibility() +androidx.appcompat.R$attr: int iconTintMode +androidx.constraintlayout.widget.R$attr: int crossfade +cyanogenmod.app.CMTelephonyManager: boolean isDataConnectionSelectedOnSub(int) +com.turingtechnologies.materialscrollbar.R$attr: int checkedIconEnabled +com.xw.repo.bubbleseekbar.R$bool: int abc_action_bar_embed_tabs +cyanogenmod.themes.IThemeChangeListener$Stub: android.os.IBinder asBinder() +wangdaye.com.geometricweather.R$id: int peekHeight +androidx.appcompat.R$styleable: int StateListDrawable_android_exitFadeDuration +james.adaptiveicon.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar +cyanogenmod.hardware.ThermalListenerCallback$State: java.lang.String toString(int) +cyanogenmod.themes.IThemeProcessingListener$Stub: android.os.IBinder asBinder() +com.google.android.material.R$animator: int mtrl_fab_transformation_sheet_collapse_spec +androidx.preference.R$id: int search_src_text +com.turingtechnologies.materialscrollbar.R$styleable: int[] ActionBarLayout +com.xw.repo.bubbleseekbar.R$dimen: int notification_large_icon_height +com.google.android.material.R$attr: int circleRadius +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_horizontalGap +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_PopupMenu +com.turingtechnologies.materialscrollbar.R$attr: int windowActionBar +org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.async.AsyncSession startAsyncSession() +wangdaye.com.geometricweather.R$drawable: int notif_temp_79 +james.adaptiveicon.R$dimen: int abc_edit_text_inset_top_material +androidx.viewpager2.R$styleable: int FontFamilyFont_ttcIndex +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarTabBarStyle +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_normal +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver[] EMPTY +android.didikee.donate.R$styleable: int ActivityChooserView_expandActivityOverflowButtonDrawable +com.tencent.bugly.proguard.f: void a(com.tencent.bugly.proguard.i) +wangdaye.com.geometricweather.R$id: int notification_multi_city +com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_menu +wangdaye.com.geometricweather.R$attr: int backgroundOverlayColorAlpha +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipIconEnabled +com.turingtechnologies.materialscrollbar.R$attr: int checkedChip +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: ObservableFlatMap$InnerObserver(io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver,long) +io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: void dispose() +wangdaye.com.geometricweather.R$string: int refresh_at +androidx.viewpager.R$id: int notification_background +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Measure measure +androidx.constraintlayout.widget.R$color: int abc_hint_foreground_material_dark +okhttp3.RequestBody$2: void writeTo(okio.BufferedSink) +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index pm10 +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft +androidx.swiperefreshlayout.R$styleable: int FontFamily_fontProviderAuthority +cyanogenmod.themes.IThemeService: int getProgress() +okhttp3.internal.http2.Settings +com.turingtechnologies.materialscrollbar.R$styleable: int[] Spinner +androidx.coordinatorlayout.R$id: int info +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation: double qty3H +wangdaye.com.geometricweather.R$attr: int spinnerStyle +androidx.constraintlayout.widget.R$id: int message +com.google.android.material.R$dimen: int mtrl_calendar_maximum_default_fullscreen_minor_axis +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_CALL_LED_OFF +io.reactivex.internal.observers.LambdaObserver: void onNext(java.lang.Object) +com.amap.api.location.LocationManagerBase +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType Load +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: int maxColor +wangdaye.com.geometricweather.R$id: int activity_widget_config_clockFontSpinner +okhttp3.RealCall: okhttp3.RealCall clone() +com.google.android.material.R$style: int TestStyleWithLineHeightAppearance +com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable +com.turingtechnologies.materialscrollbar.R$styleable: int[] AnimatedStateListDrawableItem +com.xw.repo.bubbleseekbar.R$attr: int actionBarTabTextStyle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Metric: java.lang.String Unit +com.turingtechnologies.materialscrollbar.R$attr: int buttonTintMode +com.tencent.bugly.proguard.af +com.amap.api.location.AMapLocation: java.lang.String COORD_TYPE_WGS84 +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextHelper_android_drawableEnd +androidx.fragment.app.FragmentTabHost$SavedState: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$layout: int item_weather_daily_title +com.google.android.material.R$drawable: int abc_ratingbar_small_material +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_passwordToggleContentDescription +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_drawableTop +com.google.android.material.R$styleable: int TextInputLayout_helperTextTextAppearance +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric: AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Metric() +com.turingtechnologies.materialscrollbar.R$styleable: int CompoundButton_buttonTintMode +androidx.appcompat.R$attr: int buttonBarNeutralButtonStyle +androidx.preference.R$style: int Base_Widget_AppCompat_ListView_DropDown +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintTop_toTopOf +androidx.work.R$dimen: int notification_big_circle_margin +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256 +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_draggable +io.reactivex.Observable: io.reactivex.disposables.Disposable subscribe(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer,io.reactivex.functions.Action) +com.google.gson.stream.JsonReader: int PEEKED_BEGIN_ARRAY +androidx.preference.R$color: int accent_material_light +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.String weatherText +androidx.appcompat.widget.ActionBarOverlayLayout: void setHasNonEmbeddedTabs(boolean) +wangdaye.com.geometricweather.R$id: int split_action_bar +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night +wangdaye.com.geometricweather.R$styleable: int[] CollapsingToolbarLayout_Layout +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatSeekBar_android_thumb +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryInnerObserver boundaryObserver +androidx.lifecycle.extensions.R$dimen: int compat_button_inset_vertical_material +androidx.fragment.R$dimen: int notification_small_icon_background_padding +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_collapseContentDescription +androidx.lifecycle.LifecycleRegistry: void markState(androidx.lifecycle.Lifecycle$State) +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabMode +cyanogenmod.externalviews.ExternalViewProviderService$Provider: int getWindowFlags() +james.adaptiveicon.R$id: int parentPanel +androidx.appcompat.R$styleable: int AppCompatTheme_popupMenuStyle +okhttp3.internal.http2.Http2Connection$Builder: okio.BufferedSource source +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: boolean cancelled +com.xw.repo.bubbleseekbar.R$drawable: int abc_list_selector_holo_light +com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_layout_anchor +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: int getStatus() +androidx.appcompat.R$styleable: int ActionBar_contentInsetStart +wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit[] values() +retrofit2.adapter.rxjava2.RxJava2CallAdapter: io.reactivex.Scheduler scheduler +com.google.gson.FieldNamingPolicy$4 +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_contentInsetEnd +wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_android_switchTextOn +okhttp3.Cache$1: void trackResponse(okhttp3.internal.cache.CacheStrategy) +com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol: com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol[] b +okhttp3.internal.http2.Http2Connection: java.util.Map streams +androidx.viewpager2.R$attr: int fastScrollVerticalTrackDrawable +cyanogenmod.externalviews.KeyguardExternalViewProviderService: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider createExternalView(android.os.Bundle) +com.google.android.gms.common.api.Scope +wangdaye.com.geometricweather.R$string: int key_dark_mode +com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_select_handle_middle_mtrl_dark +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_RatingBar_Indicator +okhttp3.Cache$1: Cache$1(okhttp3.Cache) +wangdaye.com.geometricweather.R$style: int widget_text_clock +wangdaye.com.geometricweather.R$id: int BOTTOM_END +wangdaye.com.geometricweather.R$drawable: int widget_card_dark_80 +com.bumptech.glide.R$integer +com.google.android.material.R$attr: int endIconContentDescription +androidx.preference.R$drawable: int notification_bg_low +com.turingtechnologies.materialscrollbar.R$style: int Base_V7_Theme_AppCompat_Light +androidx.vectordrawable.animated.R$attr: int fontProviderFetchStrategy +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: boolean isDisposed() +com.turingtechnologies.materialscrollbar.R$id: int largeLabel +com.turingtechnologies.materialscrollbar.R$attr: int subtitle +com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_NavigationView +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarTabBarStyle +androidx.hilt.work.R$bool: int enable_system_job_service_default +com.tencent.bugly.proguard.am: java.lang.String f +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: long skip +io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: ObservableRepeat$RepeatObserver(io.reactivex.Observer,long,io.reactivex.internal.disposables.SequentialDisposable,io.reactivex.ObservableSource) +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_week_2 +okhttp3.internal.cache.CacheStrategy$Factory: java.util.Date expires +androidx.constraintlayout.widget.R$attr: int actionViewClass +androidx.appcompat.R$attr: int fontProviderPackage +com.xw.repo.bubbleseekbar.R$attr: int bsb_show_section_mark +com.google.gson.LongSerializationPolicy$1: com.google.gson.JsonElement serialize(java.lang.Long) +androidx.lifecycle.ComputableLiveData: java.lang.Runnable mRefreshRunnable +james.adaptiveicon.R$styleable: int[] ActionMenuItemView +okhttp3.internal.http2.Http2Codec$StreamFinishingSource: okhttp3.internal.http2.Http2Codec this$0 +androidx.viewpager.widget.ViewPager: void setPageMargin(int) +androidx.preference.R$style: int Widget_AppCompat_ActionButton +okhttp3.Handshake: java.security.Principal localPrincipal() +io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: void setZh_CN(java.lang.String) +androidx.swiperefreshlayout.R$id: int tag_unhandled_key_listeners +wangdaye.com.geometricweather.R$drawable: int notif_temp_129 +cyanogenmod.app.suggest.ApplicationSuggestion: ApplicationSuggestion(android.os.Parcel) +cyanogenmod.power.PerformanceManager: java.lang.String POWER_PROFILE_CHANGED +androidx.appcompat.R$attr: int actionModeFindDrawable +org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.query.QueryBuilder queryBuilder(java.lang.Class) +wangdaye.com.geometricweather.common.ui.widgets.DrawerLayout: void setUnfold(boolean) +androidx.coordinatorlayout.R$string: int status_bar_notification_info_overflow +androidx.constraintlayout.widget.R$attr: int transitionFlags +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: boolean isEntityUpdateable() +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_BottomAppBar_Surface +androidx.constraintlayout.widget.R$styleable: int Constraint_pathMotionArc +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_android_focusable +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void drain() +okhttp3.internal.cache2.Relay: okio.ByteString metadata +com.google.android.material.R$attr: int tabUnboundedRipple +org.greenrobot.greendao.AbstractDaoSession: org.greenrobot.greendao.rx.RxTransaction rxTxPlain +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedEmitLast: ObservableSampleTimed$SampleTimedEmitLast(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void innerNext(io.reactivex.internal.observers.InnerQueuedObserver,java.lang.Object) +com.google.android.gms.common.Feature: android.os.Parcelable$Creator CREATOR +com.jaredrummler.android.colorpicker.R$color: int switch_thumb_material_dark +com.google.android.material.R$attr: int yearTodayStyle +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Button_Small +wangdaye.com.geometricweather.R$styleable: int NavigationView_shapeAppearance +james.adaptiveicon.R$styleable: int DrawerArrowToggle_color +com.xw.repo.bubbleseekbar.R$id: int none +wangdaye.com.geometricweather.common.rxjava.BaseObserver: void onError(java.lang.Throwable) +okhttp3.WebSocketListener: void onFailure(okhttp3.WebSocket,java.lang.Throwable,okhttp3.Response) +androidx.appcompat.R$attr: int subtitleTextColor +wangdaye.com.geometricweather.R$attr: int actionBarItemBackground +retrofit2.KotlinExtensions$awaitResponse$$inlined$suspendCancellableCoroutine$lambda$1: KotlinExtensions$awaitResponse$$inlined$suspendCancellableCoroutine$lambda$1(retrofit2.Call) +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_halfExpandedRatio +wangdaye.com.geometricweather.db.entities.AlertEntityDao: boolean hasKey(java.lang.Object) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String src +androidx.viewpager2.R$id: int accessibility_custom_action_28 +wangdaye.com.geometricweather.R$string: int key_precipitation_notification_switch +io.reactivex.internal.util.AtomicThrowable: boolean isTerminated() +wangdaye.com.geometricweather.db.entities.DaoMaster$DevOpenHelper: void onUpgrade(org.greenrobot.greendao.database.Database,int,int) +androidx.appcompat.widget.LinearLayoutCompat +wangdaye.com.geometricweather.R$color: int common_google_signin_btn_text_light_pressed +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_rotationY +android.didikee.donate.R$styleable: int AppCompatTheme_actionMenuTextColor +com.google.android.gms.common.api.internal.LifecycleCallback +wangdaye.com.geometricweather.R$id: int item_about_translator +androidx.transition.R$styleable: int FontFamily_fontProviderPackage +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_touch_to_seek +cyanogenmod.app.suggest.IAppSuggestManager: java.util.List getSuggestions(android.content.Intent) +wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode[] values() +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeIcePrecipitationProbability(java.lang.Float) +com.tencent.bugly.crashreport.crash.CrashDetailBean: CrashDetailBean() +androidx.constraintlayout.widget.R$attr: int tintMode +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeIcePrecipitation(java.lang.Float) +com.google.android.material.R$attr: int materialAlertDialogTitlePanelStyle +androidx.lifecycle.ProcessLifecycleOwner$2: void onCreate() +com.github.rahatarmanahmed.cpv.CircularProgressView: float indeterminateSweep +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$1: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 +io.reactivex.Observable: io.reactivex.Single sequenceEqual(io.reactivex.ObservableSource,io.reactivex.ObservableSource) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionOverflowMenuStyle +io.reactivex.Observable: io.reactivex.Observable scan(io.reactivex.functions.BiFunction) +james.adaptiveicon.R$styleable: int AppCompatTextView_autoSizeMinTextSize +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_menu_cut_mtrl_alpha +okhttp3.internal.http2.Http2Connection: void writePing() +com.tencent.bugly.proguard.u: java.util.concurrent.LinkedBlockingQueue h +android.didikee.donate.R$styleable: int AppCompatTheme_colorError +com.xw.repo.bubbleseekbar.R$attr: int actionBarItemBackground +wangdaye.com.geometricweather.R$id: int item_icon_provider_container +com.github.rahatarmanahmed.cpv.CircularProgressView$1: void onAnimationUpdate(android.animation.ValueAnimator) +androidx.fragment.R$styleable: int GradientColor_android_tileMode +androidx.constraintlayout.widget.R$attr: int actionModeStyle +com.google.android.material.R$style: int Platform_AppCompat_Light +androidx.preference.R$id: int wrap_content +okhttp3.internal.connection.RealConnection: void connect(int,int,int,int,boolean,okhttp3.Call,okhttp3.EventListener) +com.jaredrummler.android.colorpicker.R$attr: int toolbarStyle +com.tencent.bugly.proguard.j: void a(short,int) +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Medium_Inverse +wangdaye.com.geometricweather.R$id: int multiply +cyanogenmod.app.CustomTile$Builder: android.content.Intent mOnSettingsClick +androidx.hilt.work.R$styleable: int GradientColor_android_centerY +io.reactivex.internal.schedulers.ScheduledDirectPeriodicTask: ScheduledDirectPeriodicTask(java.lang.Runnable) +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_26 +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: io.reactivex.Scheduler$Worker worker +androidx.lifecycle.extensions.R$styleable: int ColorStateListItem_android_alpha +com.jaredrummler.android.colorpicker.R$id: int line3 +okio.GzipSource: okio.Timeout timeout() +com.tencent.bugly.crashreport.crash.h5.H5JavaScriptInterface: java.util.Map e +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void dispose() +androidx.preference.R$styleable: int GradientColor_android_centerColor +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: void a() +com.github.rahatarmanahmed.cpv.R$integer +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: io.reactivex.functions.Function mapper +com.google.android.material.floatingactionbutton.FloatingActionButton: void setRippleColor(int) +com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_spinBars +cyanogenmod.externalviews.KeyguardExternalView$6 +james.adaptiveicon.R$styleable: int[] CompoundButton +com.google.android.material.R$attr: int hintEnabled +okio.ByteString: okio.ByteString hmacSha256(okio.ByteString) +okhttp3.internal.http2.Header: Header(okio.ByteString,okio.ByteString) +androidx.constraintlayout.widget.R$attr: int searchIcon +wangdaye.com.geometricweather.R$dimen: int abc_text_size_small_material +androidx.fragment.R$styleable: int GradientColorItem_android_offset +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 +androidx.appcompat.widget.ViewStubCompat: void setLayoutResource(int) +okhttp3.internal.http2.Settings: int getMaxConcurrentStreams(int) +androidx.lifecycle.ReflectiveGenericLifecycleObserver: ReflectiveGenericLifecycleObserver(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$attr: int itemSpacing +wangdaye.com.geometricweather.R$attr: int layout_constraintHeight_default +wangdaye.com.geometricweather.R$id: int tag_accessibility_clickable_spans +okhttp3.internal.http1.Http1Codec$FixedLengthSink: long bytesRemaining +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_homeLayout +okio.ByteString: int codePointIndexToCharIndex(java.lang.String,int) +wangdaye.com.geometricweather.R$color: int mtrl_tabs_ripple_color +com.google.android.material.textfield.TextInputLayout: float getHintCollapsedTextHeight() +okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.lang.String getEffectiveTldPlusOne(java.lang.String) +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void onSubscribe(org.reactivestreams.Subscription) +wangdaye.com.geometricweather.R$style: int PopupWindowAnimation_Top_Right +wangdaye.com.geometricweather.db.entities.DailyEntityDao: void createTable(org.greenrobot.greendao.database.Database,boolean) com.turingtechnologies.materialscrollbar.R$attr: int tabIconTint -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area -wangdaye.com.geometricweather.R$styleable: int Chip_checkedIconEnabled -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$Geometry: java.lang.String type -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void innerError(java.lang.Throwable) -wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: java.lang.String getDescription() +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability +com.google.android.material.R$drawable: int abc_cab_background_top_material +androidx.lifecycle.LiveData$ObserverWrapper: void activeStateChanged(boolean) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator __MAGICAL_TEST_PASSING_ENABLER_VALIDATOR +cyanogenmod.os.Build$CM_VERSION: Build$CM_VERSION() +cyanogenmod.hardware.CMHardwareManager: int FEATURE_DISPLAY_MODES +com.google.android.material.R$attr: int itemIconTint +com.github.rahatarmanahmed.cpv.R$color: R$color() +okhttp3.MultipartBody$Builder: okhttp3.MultipartBody$Builder addPart(okhttp3.MultipartBody$Part) +com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver: android.content.IntentFilter a(com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver) wangdaye.com.geometricweather.R$attr: int progressBarStyle -wangdaye.com.geometricweather.R$style: int Preference_DialogPreference -cyanogenmod.alarmclock.CyanogenModAlarmClock -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: CaiYunMainlyResult$AlertsBean() -com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose: com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose[] values() -okhttp3.internal.Util: okio.ByteString UTF_32_BE_BOM -com.baidu.location.e.l$b: com.baidu.location.e.l$b valueOf(java.lang.String) -com.google.android.material.R$attr: int actionProviderClass -androidx.viewpager2.R$id: int accessibility_custom_action_25 -androidx.preference.R$style: int Animation_AppCompat_Dialog -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: ObservableTimeoutTimed$TimeoutFallbackObserver(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler$Worker,io.reactivex.ObservableSource) -androidx.appcompat.R$id: int default_activity_button -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: long serialVersionUID -james.adaptiveicon.R$drawable: int notification_bg_normal -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric: java.lang.String Unit -cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_WIFIAP -androidx.dynamicanimation.R$string: int status_bar_notification_info_overflow -com.tencent.bugly.proguard.p: boolean a(com.tencent.bugly.proguard.p,int,java.lang.String,byte[],com.tencent.bugly.proguard.o) -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: boolean mCanceled -okhttp3.internal.cache.DiskLruCache$Entry: boolean readable +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintCircleRadius +androidx.constraintlayout.widget.R$id: int sawtooth +wangdaye.com.geometricweather.R$string: int key_view_type +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light_DarkActionBar +androidx.fragment.R$styleable: int FontFamily_fontProviderFetchStrategy +wangdaye.com.geometricweather.R$attr: int fabSize +com.turingtechnologies.materialscrollbar.R$dimen +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintEnd_toEndOf +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: long getTime() +androidx.appcompat.widget.AppCompatSpinner +androidx.viewpager2.R$styleable: int FontFamilyFont_android_fontWeight +androidx.viewpager2.R$styleable: int FontFamilyFont_android_fontStyle +androidx.drawerlayout.R$styleable: int GradientColorItem_android_color +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_card_spacing +com.turingtechnologies.materialscrollbar.R$styleable: int[] TextAppearance +cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode getRingerMode() +com.google.android.material.R$styleable: int Chip_iconEndPadding +wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_shadowColor +com.jaredrummler.android.colorpicker.R$id: int cpv_color_panel_new +cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy: java.util.List getSuggestions(android.content.Intent) +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: io.reactivex.ObservableSource bufferOpen +androidx.core.R$id: int accessibility_custom_action_0 +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date +com.jaredrummler.android.colorpicker.R$layout +wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar: void setPrecipitationColor(int) +android.didikee.donate.R$styleable: int[] AlertDialog +com.google.android.material.R$id: int top +androidx.core.R$drawable: int notification_template_icon_low_bg +okhttp3.internal.http2.Header: Header(java.lang.String,java.lang.String) +wangdaye.com.geometricweather.R$style: int Preference_DialogPreference_EditTextPreference +okhttp3.internal.http1.Http1Codec$UnknownLengthSource +android.didikee.donate.R$style: int TextAppearance_AppCompat_Body2 +wangdaye.com.geometricweather.R$layout: int activity_weather_daily +com.tencent.bugly.proguard.ar: java.util.ArrayList f +cyanogenmod.weatherservice.ServiceRequestResult: java.util.List access$302(cyanogenmod.weatherservice.ServiceRequestResult,java.util.List) +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2 +android.didikee.donate.R$dimen: int abc_action_button_min_width_material +androidx.coordinatorlayout.R$id: int tag_accessibility_clickable_spans +com.google.android.material.R$styleable: int Layout_layout_constraintVertical_weight +com.google.android.material.R$attr: int layout_constraintVertical_weight +cyanogenmod.externalviews.ExternalView: void onDetachedFromWindow() +cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_setSubState +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void innerError(java.lang.Throwable) +retrofit2.HttpServiceMethod: retrofit2.RequestFactory requestFactory +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: java.lang.String getWeathercn() +androidx.core.R$dimen: int notification_main_column_padding_top +cyanogenmod.providers.CMSettings$Validator: boolean validate(java.lang.String) +com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_FixedSize_Bridge +androidx.preference.R$styleable: int AppCompatTextView_drawableEndCompat +com.google.android.material.R$style: int Base_V14_ThemeOverlay_MaterialComponents_MaterialAlertDialog +androidx.constraintlayout.widget.R$attr: int tickMarkTintMode +wangdaye.com.geometricweather.R$dimen: int compat_button_padding_vertical_material +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setProgressBackgroundColorSchemeResource(int) +com.jaredrummler.android.colorpicker.R$anim +cyanogenmod.app.Profile$ProfileTrigger: java.lang.String access$300(cyanogenmod.app.Profile$ProfileTrigger) +wangdaye.com.geometricweather.R$drawable: int weather_clear_night +com.tencent.bugly.proguard.z: byte[] b(byte[],int,java.lang.String) +android.didikee.donate.R$drawable: int abc_list_pressed_holo_light +com.google.android.gms.base.R$drawable: int common_google_signin_btn_icon_light_focused +wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents +com.google.android.material.R$dimen: int material_cursor_inset_bottom +okhttp3.CacheControl: boolean onlyIfCached +com.google.android.material.R$style: int Base_ThemeOverlay_MaterialComponents_MaterialAlertDialog +androidx.preference.R$styleable: int PreferenceTheme_preferenceFragmentListStyle +com.google.android.material.appbar.AppBarLayout: int getDownNestedPreScrollRange() +james.adaptiveicon.R$color: int accent_material_light +androidx.constraintlayout.widget.R$id: int center +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX brandInfo +james.adaptiveicon.R$styleable: int SearchView_android_maxWidth +androidx.work.R$color: int secondary_text_default_material_light +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: long serialVersionUID +com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose: com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose[] a +androidx.preference.R$styleable: int SearchView_suggestionRowLayout +wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_8 +androidx.preference.R$dimen: int abc_dropdownitem_text_padding_right +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_iconTint +androidx.loader.R$style +wangdaye.com.geometricweather.R$string: int daily_overview +com.google.android.material.R$attr: int behavior_expandedOffset +com.google.android.material.R$styleable: int KeyCycle_waveOffset +com.google.android.material.R$layout: int mtrl_alert_select_dialog_multichoice +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource ACCU +cyanogenmod.providers.CMSettings$Secure: java.lang.String PRIVACY_GUARD_DEFAULT +com.google.android.material.R$styleable: int KeyTimeCycle_motionProgress +wangdaye.com.geometricweather.common.basic.models.options.DarkMode: java.lang.String modeId +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_body_1_material +androidx.constraintlayout.widget.R$drawable: int abc_scrubber_primary_mtrl_alpha +com.tencent.bugly.crashreport.crash.anr.b: boolean e() +wangdaye.com.geometricweather.R$drawable: int flag_ru +wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderLayout +okhttp3.Dispatcher: int runningCallsCount() +androidx.constraintlayout.widget.R$styleable: int View_theme +com.turingtechnologies.materialscrollbar.R$attr: int windowFixedHeightMinor +androidx.appcompat.R$styleable: int AppCompatTheme_alertDialogStyle +james.adaptiveicon.R$attr: int actionModeCopyDrawable +com.google.android.material.R$styleable: int AppCompatTextView_drawableTint +com.google.android.material.R$layout: int mtrl_picker_actions +wangdaye.com.geometricweather.R$string: int feedback_interpret_notification_group_content +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_Dialog +com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_AppCompat_Dialog +com.turingtechnologies.materialscrollbar.R$drawable: int abc_action_bar_item_background_material +androidx.hilt.R$drawable: int notification_bg +androidx.constraintlayout.widget.R$styleable: int Layout_maxWidth +retrofit2.adapter.rxjava2.HttpException +androidx.appcompat.R$styleable: int Toolbar_titleMargin +cyanogenmod.app.suggest.AppSuggestManager: boolean handles(android.content.Intent) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Imperial: int UnitType +android.didikee.donate.R$styleable: int AppCompatTextView_drawableTopCompat +androidx.fragment.R$attr: int fontProviderQuery +com.bumptech.glide.R$dimen: int notification_right_side_padding_top +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result: wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$Geometry geometry +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_toBottomOf +com.xw.repo.bubbleseekbar.R$style: int Base_AlertDialog_AppCompat +androidx.appcompat.R$style: int TextAppearance_AppCompat_Subhead +wangdaye.com.geometricweather.R$id: int item_about_translator_title +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getSupportedFeatures_0 +com.google.android.material.R$style: int MaterialAlertDialog_MaterialComponents_Picker_Date_Spinner +com.amap.api.fence.DistrictItem: android.os.Parcelable$Creator getCreator() +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_38 +androidx.lifecycle.ViewModelProviders: androidx.lifecycle.ViewModelProvider of(androidx.fragment.app.FragmentActivity) +james.adaptiveicon.R$style: int Widget_AppCompat_ActionButton +androidx.vectordrawable.R$id: int accessibility_custom_action_4 +com.google.android.material.R$styleable: int DrawerArrowToggle_arrowHeadLength +com.turingtechnologies.materialscrollbar.R$attr: int expanded +wangdaye.com.geometricweather.R$styleable: int Toolbar_popupTheme +okio.RealBufferedSource: long readLong() +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onKeyguardShowing(boolean) +com.xw.repo.bubbleseekbar.R$integer: int config_tooltipAnimTime +androidx.preference.R$attr: int shouldDisableView +com.google.android.material.button.MaterialButton: void setCornerRadius(int) +james.adaptiveicon.R$drawable: int abc_list_pressed_holo_light +james.adaptiveicon.R$styleable: int AppCompatTheme_actionModePasteDrawable +com.turingtechnologies.materialscrollbar.R$color: int accent_material_light +android.didikee.donate.R$dimen: int abc_switch_padding +wangdaye.com.geometricweather.R$id: int dialog_location_help_providerTitle +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_deriveConstraintsFrom +okhttp3.Cache$Entry: okhttp3.Protocol protocol +cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_MIGRATE_SETTINGS +androidx.recyclerview.widget.RecyclerView: int getMaxFlingVelocity() +wangdaye.com.geometricweather.R$id: int app_bar +wangdaye.com.geometricweather.R$id: int mtrl_picker_title_text +com.baidu.location.e.l$b: com.baidu.location.e.l$b d +androidx.constraintlayout.widget.R$styleable: int AlertDialog_singleChoiceItemLayout +com.google.android.gms.common.data.DataHolder: android.os.Parcelable$Creator CREATOR +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeInsetTop +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void disposeInner() +org.greenrobot.greendao.AbstractDao: boolean hasKey(java.lang.Object) +cyanogenmod.providers.CMSettings$System: java.lang.String APP_SWITCH_WAKE_SCREEN +com.jaredrummler.android.colorpicker.R$attr: int listPreferredItemHeightSmall +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_5 +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_wrapMode +com.google.android.material.R$style: int Base_Widget_MaterialComponents_PopupMenu_ListPopupWindow +wangdaye.com.geometricweather.R$drawable: int notif_temp_136 +androidx.swiperefreshlayout.R$styleable: int GradientColorItem_android_color +androidx.lifecycle.Lifecycling: java.util.Map sCallbackCache +androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type UNRESTRICTED +wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: void setProgressColor(int) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature +com.github.rahatarmanahmed.cpv.R: R() +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void cancelSources() +com.jaredrummler.android.colorpicker.R$color: int bright_foreground_material_dark +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Title +com.google.android.material.button.MaterialButton: void setStrokeWidth(int) +cyanogenmod.themes.IThemeProcessingListener$Stub$Proxy: IThemeProcessingListener$Stub$Proxy(android.os.IBinder) +wangdaye.com.geometricweather.R$styleable: int[] ConstraintLayout_placeholder +androidx.preference.R$styleable: int AppCompatTheme_dividerVertical +cyanogenmod.app.Profile$Type +com.google.android.material.R$attr: int switchStyle +wangdaye.com.geometricweather.R$drawable: int notif_temp_44 +androidx.coordinatorlayout.R$id: int action_image +io.reactivex.internal.disposables.DisposableHelper: boolean dispose(java.util.concurrent.atomic.AtomicReference) +com.google.android.material.appbar.CollapsingToolbarLayout: android.graphics.Typeface getExpandedTitleTypeface() +okhttp3.RequestBody$1: okhttp3.MediaType contentType() +cyanogenmod.profiles.StreamSettings$1: cyanogenmod.profiles.StreamSettings[] newArray(int) +com.google.android.material.R$styleable: int Layout_layout_editor_absoluteY +androidx.constraintlayout.widget.R$attr: int listMenuViewStyle +retrofit2.ParameterHandler$Field: boolean encoded +com.google.android.material.R$styleable: int TextInputLayout_hintAnimationEnabled +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeThunderstormPrecipitation() +androidx.appcompat.widget.SwitchCompat: android.graphics.drawable.Drawable getThumbDrawable() +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_menu_selectall_mtrl_alpha +androidx.preference.R$id: int parentPanel +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_23 +wangdaye.com.geometricweather.R$attr: int colorOnPrimary +androidx.appcompat.widget.ActionBarOverlayLayout: void setActionBarVisibilityCallback(androidx.appcompat.widget.ActionBarOverlayLayout$ActionBarVisibilityCallback) +androidx.transition.R$styleable: int FontFamily_fontProviderFetchTimeout +wangdaye.com.geometricweather.R$string: int item_view_role_description +androidx.appcompat.R$style: int Base_V21_Theme_AppCompat +androidx.hilt.R$id: int action_divider +com.google.android.material.checkbox.MaterialCheckBox: MaterialCheckBox(android.content.Context) +com.google.android.material.R$styleable: int AppCompatTheme_checkedTextViewStyle +androidx.appcompat.R$style: int Widget_AppCompat_Light_ListPopupWindow +james.adaptiveicon.R$style: int Base_DialogWindowTitle_AppCompat +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: ObservableWindow$WindowSkipObserver(io.reactivex.Observer,long,long,int) +androidx.lifecycle.AbstractSavedStateViewModelFactory: androidx.lifecycle.ViewModel create(java.lang.String,java.lang.Class,androidx.lifecycle.SavedStateHandle) +wangdaye.com.geometricweather.R$id: int off +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$2: KeyguardExternalViewProviderService$Provider$ProviderImpl$2(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) +androidx.appcompat.R$attr: int subtitleTextAppearance +androidx.constraintlayout.widget.R$anim: R$anim() +okhttp3.Handshake +androidx.customview.R$layout: int notification_action +cyanogenmod.weather.WeatherLocation: java.lang.String getPostalCode() +androidx.appcompat.widget.Toolbar +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_18 +wangdaye.com.geometricweather.R$color: int dim_foreground_material_dark +wangdaye.com.geometricweather.R$string: int settings_title_distance_unit +androidx.work.R$styleable: int FontFamilyFont_android_fontVariationSettings +com.turingtechnologies.materialscrollbar.DragScrollBar: DragScrollBar(android.content.Context,android.util.AttributeSet,int) +com.amap.api.fence.GeoFence: com.amap.api.fence.PoiItem getPoiItem() +com.google.android.material.R$styleable: int AppCompatTheme_actionDropDownStyle +wangdaye.com.geometricweather.R$id: int floating +androidx.constraintlayout.widget.R$attr: int actionBarPopupTheme +okio.Sink +wangdaye.com.geometricweather.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item +androidx.preference.TwoStatePreference +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.Date updateDate +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric: AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric() +wangdaye.com.geometricweather.R$attr: int curveFit +retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter: CompletableFutureCallAdapterFactory$ResponseCallAdapter(java.lang.reflect.Type) +io.reactivex.internal.util.NotificationLite$ErrorNotification: int hashCode() +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_verticalAlign +androidx.preference.R$style: int Base_ThemeOverlay_AppCompat_Dialog +androidx.recyclerview.R$styleable: int FontFamilyFont_fontVariationSettings +james.adaptiveicon.R$dimen: int abc_config_prefDialogWidth +com.google.android.material.textfield.TextInputLayout: void setPrefixText(java.lang.CharSequence) +androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_rotationY +wangdaye.com.geometricweather.R$layout: int abc_action_menu_item_layout +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: java.lang.Object singleItem +okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RealConnection findHealthyConnection(int,int,int,int,boolean,boolean) +com.amap.api.location.AMapLocation: boolean y +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_CompoundButton_RadioButton +cyanogenmod.hardware.CMHardwareManager: java.lang.String getLtoSource() +com.jaredrummler.android.colorpicker.R$color: int switch_thumb_normal_material_dark +cyanogenmod.profiles.ConnectionSettings: java.lang.String EXTRA_SUB_ID +wangdaye.com.geometricweather.R$drawable: int btn_radio_on_to_off_mtrl_animation +com.google.android.material.R$attr: int textAppearanceListItem +com.google.android.material.button.MaterialButtonToggleGroup: MaterialButtonToggleGroup(android.content.Context,android.util.AttributeSet) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_firstBaselineToTopHeight +wangdaye.com.geometricweather.R$drawable: int widget_text +com.google.android.gms.location.zzbe: android.os.Parcelable$Creator CREATOR +androidx.constraintlayout.widget.R$layout: int notification_template_part_chronometer +com.google.android.material.R$attr: int listChoiceIndicatorMultipleAnimated +com.google.android.material.R$styleable: int MockView_mock_showLabel +androidx.preference.R$styleable: int Toolbar_contentInsetRight +com.tencent.bugly.crashreport.crash.c: void d() +androidx.preference.R$id: int search_button +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_padding_top +wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableTransition_android_toId +com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_showColorShades +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ZEN_ALLOW_LIGHTS_VALIDATOR +androidx.loader.R$attr: int fontProviderFetchTimeout +wangdaye.com.geometricweather.common.ui.widgets.weatherView.circularSkyView.WeatherIconControlView: WeatherIconControlView(android.content.Context,android.util.AttributeSet,int) +okhttp3.Challenge: java.lang.String scheme() +wangdaye.com.geometricweather.R$styleable: int GradientColor_android_centerX +com.google.android.material.R$style: int Widget_AppCompat_ActionBar_TabBar +androidx.constraintlayout.widget.R$dimen: int notification_right_icon_size +androidx.appcompat.widget.FitWindowsFrameLayout: void setOnFitSystemWindowsListener(androidx.appcompat.widget.FitWindowsViewGroup$OnFitSystemWindowsListener) +com.google.android.gms.common.R$integer +wangdaye.com.geometricweather.R$string: int abc_activitychooserview_choose_application +james.adaptiveicon.R$style: int TextAppearance_Compat_Notification_Line2 +com.xw.repo.bubbleseekbar.R$style: int AlertDialog_AppCompat_Light +com.google.android.material.R$attr: int buttonGravity +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean getYesterday() +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather: java.lang.String temperature +com.google.android.gms.base.R$color: int common_google_signin_btn_text_dark_focused +wangdaye.com.geometricweather.R$drawable: int abc_text_select_handle_middle_mtrl_dark +wangdaye.com.geometricweather.R$attr: int haloColor +androidx.lifecycle.SavedStateViewModelFactory +wangdaye.com.geometricweather.R$attr: int bsb_track_size +androidx.constraintlayout.widget.R$attr: int motionInterpolator +wangdaye.com.geometricweather.R$string: int settings_title_permanent_service +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void onTimeout(long) +androidx.legacy.coreutils.R$id: int action_image +com.google.android.gms.common.api.ApiException: com.google.android.gms.common.api.Status getStatus() +com.google.android.material.bottomnavigation.BottomNavigationItemView +androidx.constraintlayout.utils.widget.ImageFilterButton: void setRoundPercent(float) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_69 +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder cache(okhttp3.Cache) +wangdaye.com.geometricweather.R$attr: int switchPreferenceStyle +wangdaye.com.geometricweather.R$styleable: int MaterialButton_shapeAppearance +androidx.constraintlayout.widget.R$styleable: int[] Variant +okhttp3.internal.http1.Http1Codec$AbstractSource: Http1Codec$AbstractSource(okhttp3.internal.http1.Http1Codec) +androidx.core.R$style +com.amap.api.location.CoordinateConverter$CoordType +okio.Buffer: long indexOf(byte,long,long) +okhttp3.internal.tls.BasicCertificateChainCleaner: java.util.List clean(java.util.List,java.lang.String) +androidx.viewpager2.R$integer +com.google.android.gms.location.zzbe +androidx.fragment.R$id: int accessibility_custom_action_29 +okio.GzipSink: okio.DeflaterSink deflaterSink +org.greenrobot.greendao.AbstractDaoSession: java.lang.Object callInTxNoException(java.util.concurrent.Callable) +retrofit2.http.FormUrlEncoded +okhttp3.internal.http2.Http2Connection$6: okhttp3.internal.http2.Http2Connection this$0 +okhttp3.Headers: int hashCode() +wangdaye.com.geometricweather.R$drawable: int ic_water +androidx.vectordrawable.R$styleable: int GradientColor_android_endX +androidx.preference.R$styleable: int PopupWindow_overlapAnchor +com.google.android.material.R$styleable: int MaterialCalendar_android_windowFullscreen +okhttp3.internal.http2.Http2Connection: boolean client +androidx.coordinatorlayout.R$styleable: int FontFamilyFont_android_fontWeight +androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat_Dark +com.google.android.material.R$style: int Theme_MaterialComponents_BottomSheetDialog +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Subhead +com.google.android.gms.base.R$string +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: java.lang.String unitId +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Medium +com.google.android.material.R$attr: int suffixTextColor +androidx.preference.R$attr: int fastScrollEnabled +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver otherObserver +com.google.android.material.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge +wangdaye.com.geometricweather.R$string: int wind_3 +com.google.android.gms.location.LocationResult +wangdaye.com.geometricweather.R$id: int textEnd +androidx.hilt.R$id: int accessibility_custom_action_25 +okhttp3.EventListener: void secureConnectStart(okhttp3.Call) +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer ragweedIndex +androidx.constraintlayout.widget.R$color: int primary_material_dark +com.tencent.bugly.crashreport.common.info.a: java.lang.String r() +retrofit2.Response: java.lang.String message() +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow: java.lang.Float cumul6H +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Button_Small +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ListView_DropDown +okhttp3.internal.connection.StreamAllocation: int refusedStreamCount +androidx.constraintlayout.widget.R$styleable: int Transition_constraintSetStart +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: long time +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Wind: java.lang.String windspeed +com.google.android.material.R$styleable: int Chip_showMotionSpec +com.jaredrummler.android.colorpicker.R$styleable: int ListPreference_android_entries +androidx.constraintlayout.widget.R$attr: int subtitleTextStyle +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_FixedSize +retrofit2.adapter.rxjava2.CallExecuteObservable$CallDisposable: CallExecuteObservable$CallDisposable(retrofit2.Call) +androidx.legacy.coreutils.R$styleable: int GradientColor_android_startColor +okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.lang.String[] findMatchingRule(java.lang.String[]) +androidx.preference.R$drawable: int abc_ic_menu_share_mtrl_alpha +androidx.loader.content.Loader: void unregisterOnLoadCanceledListener(androidx.loader.content.Loader$OnLoadCanceledListener) +com.google.android.material.chip.Chip: android.content.res.ColorStateList getChipStrokeColor() +com.google.android.material.R$style: int Base_Widget_AppCompat_CompoundButton_Switch +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_menu_overflow_material +okhttp3.internal.http2.Http2Reader$Handler: void goAway(int,okhttp3.internal.http2.ErrorCode,okio.ByteString) +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: void onComplete() +james.adaptiveicon.R$attr: int hideOnContentScroll +com.turingtechnologies.materialscrollbar.R$attr: int panelBackground +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_TabView_Inverse +androidx.appcompat.R$attr: int navigationMode +cyanogenmod.app.CustomTile$ExpandedStyle: CustomTile$ExpandedStyle(android.os.Parcel) +wangdaye.com.geometricweather.R$string: int rain +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Wind: java.lang.String direct +androidx.legacy.coreutils.R$drawable: R$drawable() +android.didikee.donate.R$style: int TextAppearance_AppCompat_Body1 +wangdaye.com.geometricweather.R$string: int settings_title_weather_source +com.xw.repo.bubbleseekbar.R$attr: int buttonTint +wangdaye.com.geometricweather.R$id: int switchWidget +james.adaptiveicon.R$styleable: int AppCompatTextView_fontVariationSettings +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float icePrecipitationProbability +androidx.dynamicanimation.R$styleable: int GradientColor_android_endY +james.adaptiveicon.R$string: int abc_search_hint +androidx.constraintlayout.widget.R$attr: int layout_goneMarginEnd +okhttp3.internal.http.HttpMethod +androidx.preference.R$string: int abc_capital_on +wangdaye.com.geometricweather.R$id: int drawerLayout +androidx.appcompat.R$style: int TextAppearance_AppCompat_Headline +com.google.android.material.R$styleable: int TextInputLayout_errorIconTintMode +wangdaye.com.geometricweather.R$drawable: int notif_temp_26 +com.bumptech.glide.R$styleable: int FontFamily_fontProviderQuery +com.turingtechnologies.materialscrollbar.R$layout: int design_layout_tab_text +wangdaye.com.geometricweather.R$id: int activity_widget_config_hideSubtitleContainer +androidx.lifecycle.CompositeGeneratedAdaptersObserver: androidx.lifecycle.GeneratedAdapter[] mGeneratedAdapters +wangdaye.com.geometricweather.R$styleable: int MaterialCardView_checkedIconTint +com.bumptech.glide.R$attr: int font +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: int hasRain +okio.RealBufferedSink: okio.BufferedSink emit() +okhttp3.RequestBody$2: okhttp3.MediaType val$contentType +androidx.appcompat.resources.R$attr: int fontVariationSettings +androidx.preference.R$styleable: int SearchView_goIcon +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Button_Small +androidx.transition.R$styleable: int GradientColor_android_type +androidx.hilt.R$styleable: int FontFamilyFont_android_fontVariationSettings +androidx.appcompat.R$styleable: int ActionBar_divider +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_translationY +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.util.List getDefense() +androidx.lifecycle.extensions.R$dimen: int notification_action_icon_size +androidx.work.R$dimen: int compat_button_padding_vertical_material +androidx.legacy.coreutils.R$layout: int notification_template_part_chronometer +com.google.android.material.R$style: int Base_Widget_AppCompat_Button_Colored +cyanogenmod.weather.WeatherInfo: java.lang.String mKey +wangdaye.com.geometricweather.R$style: int Preference_SwitchPreference +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void dispose() +androidx.preference.R$style: int Widget_AppCompat_Toolbar_Button_Navigation +androidx.appcompat.widget.AppCompatImageView: AppCompatImageView(android.content.Context) +cyanogenmod.app.CustomTile: int PSEUDO_GRID_ITEM_MAX_COUNT +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Toolbar +cyanogenmod.weather.WeatherInfo: double access$1302(cyanogenmod.weather.WeatherInfo,double) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean dispatchKeyEvent(android.view.KeyEvent) +okio.RealBufferedSource: long readAll(okio.Sink) +org.greenrobot.greendao.AbstractDao: void updateKeyAfterInsertAndAttach(java.lang.Object,long,boolean) +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void open(java.lang.Object) +androidx.appcompat.resources.R$drawable: int notification_bg_normal +com.google.android.material.R$string: int mtrl_picker_date_header_title +retrofit2.http.PUT: java.lang.String value() +androidx.appcompat.R$attr: int alertDialogButtonGroupStyle +com.xw.repo.bubbleseekbar.R$style: int Animation_AppCompat_Tooltip +androidx.hilt.lifecycle.R$id: int tag_transition_group +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_18 +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_body_2_material +cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator access$100() +io.reactivex.Observable: io.reactivex.Observable mergeArrayDelayError(io.reactivex.ObservableSource[]) +retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter$ResponseCallback: void onResponse(retrofit2.Call,retrofit2.Response) +wangdaye.com.geometricweather.R$attr: int itemShapeInsetEnd +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_textSize +wangdaye.com.geometricweather.main.layouts.TrendHorizontalLinearLayoutManager +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_height +com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_anim_duration +io.reactivex.internal.disposables.SequentialDisposable: SequentialDisposable(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setWeatherSource(java.lang.String) +cyanogenmod.app.ProfileGroup: void applyOverridesToNotification(android.app.Notification) +okio.Okio$2: Okio$2(okio.Timeout,java.io.InputStream) +androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$State calculateTargetState(androidx.lifecycle.LifecycleObserver) +com.turingtechnologies.materialscrollbar.R$attr: int contentPadding +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getPubTime() +androidx.lifecycle.ReportFragment$ActivityInitializationListener +androidx.cardview.R$styleable: int CardView_android_minWidth +com.google.android.material.textfield.TextInputLayout: void setSuffixTextAppearance(int) +androidx.legacy.coreutils.R$string +wangdaye.com.geometricweather.R$attr: int telltales_tailColor +okhttp3.Cache$CacheRequestImpl: okio.Sink body +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Ice +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeTotalPrecipitationDuration() +wangdaye.com.geometricweather.db.entities.HistoryEntity: long time +io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: io.reactivex.ObservableSource source +wangdaye.com.geometricweather.R$id: int dialog_location_help_title +com.tencent.bugly.proguard.aq: void a(com.tencent.bugly.proguard.i) +com.google.android.material.R$id: int save_non_transition_alpha +com.google.android.material.R$styleable: int ConstraintSet_android_rotationX +com.google.android.material.R$styleable: int ExtendedFloatingActionButton_shrinkMotionSpec +com.google.android.material.R$styleable: int AppCompatTextView_drawableEndCompat +androidx.coordinatorlayout.widget.CoordinatorLayout: void setOnHierarchyChangeListener(android.view.ViewGroup$OnHierarchyChangeListener) +com.jaredrummler.android.colorpicker.R$color: int notification_action_color_filter +com.tencent.bugly.crashreport.common.strategy.a: com.tencent.bugly.crashreport.common.strategy.StrategyBean d() +com.google.android.material.R$style: int Widget_MaterialComponents_TextInputEditText_FilledBox +wangdaye.com.geometricweather.R$styleable: int[] ConstraintLayout_Layout +com.tencent.bugly.proguard.i: float[] h(int,boolean) +cyanogenmod.weather.RequestInfo$1: java.lang.Object createFromParcel(android.os.Parcel) +com.google.android.material.R$styleable: int Chip_android_checkable +com.xw.repo.bubbleseekbar.R$attr: int titleMarginTop +com.turingtechnologies.materialscrollbar.R$style: int Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert +cyanogenmod.app.CustomTile$1 +com.turingtechnologies.materialscrollbar.R$attr: int buttonIconDimen +wangdaye.com.geometricweather.R$layout: int abc_action_bar_title_item +androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_elevation +cyanogenmod.app.CMStatusBarManager: void publishTile(int,cyanogenmod.app.CustomTile) +com.jaredrummler.android.colorpicker.R$attr: int subtitle +com.turingtechnologies.materialscrollbar.R$color: int material_blue_grey_900 +androidx.vectordrawable.R$dimen: int notification_top_pad_large_text +androidx.preference.R$anim: int btn_checkbox_to_checked_box_inner_merged_animation +androidx.appcompat.R$attr: int buttonBarButtonStyle +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Large_Inverse +androidx.appcompat.R$style: int TextAppearance_AppCompat_Subhead_Inverse +okio.Buffer: Buffer() +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: ICMTelephonyManager$Stub$Proxy(android.os.IBinder) +com.jaredrummler.android.colorpicker.R$attr: int tickMark +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title +wangdaye.com.geometricweather.R$attr: int allowDividerAfterLastItem +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_icon_size +com.turingtechnologies.materialscrollbar.R$string: int abc_action_menu_overflow_description +okhttp3.ConnectionPool: java.lang.Runnable cleanupRunnable com.google.android.material.R$style: int Widget_AppCompat_Light_ActionButton -retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory: retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory createAsync() -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem -com.google.android.material.R$style: int Base_Widget_AppCompat_RatingBar -wangdaye.com.geometricweather.R$layout: int widget_multi_city_horizontal -androidx.lifecycle.SavedStateHandleController: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) -androidx.constraintlayout.widget.R$id: int uniform -com.google.android.material.bottomnavigation.BottomNavigationItemView -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Day -wangdaye.com.geometricweather.db.entities.MinutelyEntity: MinutelyEntity() -cyanogenmod.themes.ThemeChangeRequest: ThemeChangeRequest(java.util.Map,java.util.Map,cyanogenmod.themes.ThemeChangeRequest$RequestType,long) -androidx.customview.R$styleable: int GradientColor_android_centerY -com.turingtechnologies.materialscrollbar.R$color: int mtrl_tabs_colored_ripple_color -com.google.android.material.snackbar.Snackbar$SnackbarLayout: void setBackgroundDrawable(android.graphics.drawable.Drawable) -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_AES_256_CBC_SHA256 -com.turingtechnologies.materialscrollbar.R$attr: int msb_textColor +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored +io.reactivex.disposables.RunnableDisposable: RunnableDisposable(java.lang.Runnable) +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ListMenuView +retrofit2.ParameterHandler$Field +com.google.android.material.R$attr: int motionProgress +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginBottom +android.didikee.donate.R$styleable: int AppCompatTheme_actionBarTabStyle +wangdaye.com.geometricweather.R$array: int notification_style_values +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float pm10 +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: java.util.concurrent.atomic.AtomicInteger active +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_endIconTint +cyanogenmod.app.Profile: java.util.UUID[] getSecondaryUuids() +com.google.android.material.R$color: int mtrl_btn_text_btn_ripple_color +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_isThemeBeingProcessed +wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderCancelButton +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: boolean isDisposed() +android.didikee.donate.R$attr: int drawerArrowStyle +androidx.transition.R$id: int action_text +okhttp3.Credentials: java.lang.String basic(java.lang.String,java.lang.String,java.nio.charset.Charset) +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: boolean active +androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse +wangdaye.com.geometricweather.R$layout: int widget_day_mini +cyanogenmod.app.IProfileManager: boolean setActiveProfileByName(java.lang.String) +wangdaye.com.geometricweather.R$drawable: int weather_cloudy +androidx.preference.R$color: int dim_foreground_disabled_material_light +androidx.preference.R$drawable: int notification_tile_bg +com.tencent.bugly.crashreport.common.info.a: java.lang.String L() +com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_Layout_layout_keyline +androidx.loader.R$layout +com.google.android.material.R$id: int multiply +androidx.appcompat.resources.R$styleable: int ColorStateListItem_alpha +com.google.android.material.R$color: int design_dark_default_color_primary +androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_marginStart +androidx.fragment.R$drawable: int notification_tile_bg +com.tencent.bugly.crashreport.common.info.a: java.lang.String X +wangdaye.com.geometricweather.common.basic.models.weather.WindDegree +io.reactivex.internal.operators.observable.ObservableRetryBiPredicate$RetryBiObserver: long serialVersionUID +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: int type +wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_drawableTop +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Inverse +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Display1 +okhttp3.FormBody: long contentLength() +wangdaye.com.geometricweather.R$attr: int tabPadding +wangdaye.com.geometricweather.R$attr: int navigationContentDescription +androidx.work.R$dimen: int notification_small_icon_size_as_large +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.util.Date moonriseTime +android.didikee.donate.R$styleable: int AppCompatTheme_dialogTheme +okhttp3.internal.ws.RealWebSocket: boolean send(okio.ByteString) +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_Button +cyanogenmod.profiles.AirplaneModeSettings$BooleanState: int STATE_DISALED +androidx.appcompat.resources.R$drawable: int notification_bg_low_pressed +com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawable_android_constantSize +com.google.android.material.R$id: int row_index_key +io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: io.reactivex.Observer downstream +com.xw.repo.bubbleseekbar.R$drawable: int abc_list_selector_disabled_holo_light +wangdaye.com.geometricweather.R$styleable: int[] ScrimInsetsFrameLayout +com.google.android.material.R$style: int Theme_AppCompat +com.xw.repo.bubbleseekbar.R$attr: int panelMenuListWidth +retrofit2.OkHttpCall$ExceptionCatchingResponseBody: okhttp3.MediaType contentType() +okhttp3.Address: javax.net.ssl.HostnameVerifier hostnameVerifier +androidx.hilt.R$drawable +com.jaredrummler.android.colorpicker.R$id: int message +com.jaredrummler.android.colorpicker.R$style: int Base_V21_Theme_AppCompat +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean point +com.google.android.material.R$attr: int layout_constraintHorizontal_weight +okio.ByteString: int compareTo(okio.ByteString) +okhttp3.MediaType: java.lang.String QUOTED +okhttp3.Headers +com.turingtechnologies.materialscrollbar.R$attr: int msb_handleOffColor +androidx.preference.R$attr: int textColorAlertDialogListItem +io.reactivex.internal.schedulers.ScheduledDirectTask: java.lang.Runnable getWrappedRunnable() +okhttp3.internal.http2.Http2Stream$FramingSource: okio.Buffer readBuffer +com.google.android.material.slider.Slider: android.content.res.ColorStateList getTickTintList() +io.reactivex.internal.disposables.DisposableHelper: io.reactivex.internal.disposables.DisposableHelper DISPOSED +com.google.android.material.R$layout: int design_layout_tab_icon +androidx.preference.R$bool +io.reactivex.internal.disposables.SequentialDisposable +androidx.appcompat.R$attr: int switchMinWidth +wangdaye.com.geometricweather.db.entities.HistoryEntity: int daytimeTemperature +okio.ForwardingTimeout: okio.Timeout timeout(long,java.util.concurrent.TimeUnit) +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: java.lang.String getUnitId() +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: io.reactivex.internal.disposables.ArrayCompositeDisposable resources +androidx.preference.R$styleable: int ActionBar_progressBarStyle +io.reactivex.observers.TestObserver$EmptyObserver +com.tencent.bugly.crashreport.CrashReport: void closeCrashReport() +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void onComplete() +androidx.hilt.R$style: int TextAppearance_Compat_Notification_Info +com.google.android.material.slider.RangeSlider: void setThumbStrokeColorResource(int) +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay TAG_UV_INDEX +com.turingtechnologies.materialscrollbar.R$attr: int fastScrollVerticalThumbDrawable +androidx.recyclerview.widget.StaggeredGridLayoutManager$LazySpanLookup$FullSpanItem +com.turingtechnologies.materialscrollbar.R$styleable: int[] Snackbar +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String locationKey +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getRainPrecipitationProbability() +android.didikee.donate.R$attr: int switchPadding +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_popupWindowStyle +androidx.appcompat.app.AlertController$RecycleListView: AlertController$RecycleListView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$drawable: int shortcuts_cloudy +androidx.constraintlayout.widget.R$styleable: int ActionBar_backgroundStacked +retrofit2.RequestFactory: okhttp3.HttpUrl baseUrl +wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: int getChartTop() +com.bumptech.glide.R$dimen: int compat_button_padding_horizontal_material +androidx.hilt.work.R$styleable: int[] ColorStateListItem +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_icon_text_spacing +com.turingtechnologies.materialscrollbar.R$layout: int abc_activity_chooser_view_list_item +wangdaye.com.geometricweather.R$anim: int fragment_fast_out_extra_slow_in +cyanogenmod.app.ThemeVersion$ThemeVersionImpl2: java.util.List getDeviceComponentVersions() +wangdaye.com.geometricweather.R$drawable: int weather_clear_day +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_23 +wangdaye.com.geometricweather.R$styleable: int Toolbar_contentInsetEndWithActions +com.amap.api.location.AMapLocationQualityReport: int GPS_STATUS_NOGPSPERMISSION +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: java.lang.String getX() +com.tencent.bugly.proguard.w: java.util.concurrent.ScheduledExecutorService c +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: boolean disposed +androidx.preference.R$string: int abc_search_hint +cyanogenmod.providers.CMSettings$System: java.lang.String BATTERY_LIGHT_FULL_COLOR +wangdaye.com.geometricweather.R$attr: int subtitleTextColor +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BLUETOOTH_ACCEPT_ALL_FILES_VALIDATOR +androidx.core.R$styleable: int[] ColorStateListItem +androidx.appcompat.R$attr: int actionDropDownStyle +androidx.lifecycle.SavedStateHandleController: boolean mIsAttached +wangdaye.com.geometricweather.R$integer: R$integer() +okhttp3.internal.ws.RealWebSocket: boolean processNextFrame() +wangdaye.com.geometricweather.R$attr: int circularRadius +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver this$0 +james.adaptiveicon.R$attr: int windowActionBar +androidx.lifecycle.ReportFragment: void onResume() +wangdaye.com.geometricweather.R$id: int widget_week_temp_5 +androidx.constraintlayout.widget.R$string: R$string() +androidx.preference.R$id: int right_icon +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getNotificationThemePackageName() +com.google.android.material.R$style: int TextAppearance_Compat_Notification_Title +androidx.drawerlayout.R$integer +cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_IME_SWITCHER +wangdaye.com.geometricweather.R$string: int feedback_get_weather_failed +androidx.hilt.lifecycle.R$dimen: int notification_top_pad_large_text +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: void setFrom(java.lang.String) +com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_negativeButtonText +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void onComplete() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setSunSet(java.lang.String) +com.google.android.material.R$styleable: int Layout_layout_goneMarginStart +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Sun: long EpochRise +okhttp3.internal.http2.Http2Reader$ContinuationSource +wangdaye.com.geometricweather.R$id: int widget_day_week_icon_3 +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_paddingRight +com.jaredrummler.android.colorpicker.R$layout: int abc_alert_dialog_button_bar_material +androidx.coordinatorlayout.widget.CoordinatorLayout +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: float PRECIPITATION_HEAVY +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_suffixText +okio.ByteString: java.lang.String utf8 +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder proxy(java.net.Proxy) +wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout: void setOnApplyWindowInsetsListener(android.view.View$OnApplyWindowInsetsListener) +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: boolean isDisposed() +androidx.constraintlayout.widget.R$styleable: int KeyCycle_wavePeriod +wangdaye.com.geometricweather.settings.fragments.AbstractSettingsFragment: AbstractSettingsFragment() +wangdaye.com.geometricweather.common.basic.models.weather.Current: wangdaye.com.geometricweather.common.basic.models.weather.Temperature getTemperature() +androidx.lifecycle.Lifecycling: androidx.lifecycle.LifecycleEventObserver lifecycleEventObserver(java.lang.Object) +androidx.coordinatorlayout.R$styleable: int GradientColor_android_startY +com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_fastScrollEnabled +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setStatus(int) +com.google.android.material.R$style: int Base_V23_Theme_AppCompat +androidx.appcompat.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight +okhttp3.internal.cache.CacheStrategy$Factory: java.util.Date servedDate +com.turingtechnologies.materialscrollbar.R$attr: int chipSpacingHorizontal +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_contentInsetStart +com.turingtechnologies.materialscrollbar.R$id: int title_template +com.jaredrummler.android.colorpicker.R$color: int material_grey_800 +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Medium +io.reactivex.internal.subscriptions.SubscriptionArbiter: SubscriptionArbiter(boolean) +com.google.android.material.R$attr: int actionModeFindDrawable +com.google.android.material.tabs.TabLayout: void setSelectedTabView(int) +androidx.appcompat.resources.R$dimen: int notification_content_margin_start +androidx.fragment.R$layout: int notification_template_custom_big +androidx.lifecycle.ClassesInfoCache$MethodReference: boolean equals(java.lang.Object) +james.adaptiveicon.R$style: int Widget_AppCompat_Button_Borderless +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework +com.tencent.bugly.proguard.ak: java.lang.String m +com.google.gson.FieldNamingPolicy: java.lang.String separateCamelCase(java.lang.String,java.lang.String) +androidx.constraintlayout.widget.R$styleable: int ImageFilterView_altSrc +retrofit2.OkHttpCall: boolean isExecuted() +wangdaye.com.geometricweather.db.entities.DailyEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) +retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isMaybe +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionButton_Overflow +androidx.lifecycle.SavedStateHandleController: void attachToLifecycle(androidx.savedstate.SavedStateRegistry,androidx.lifecycle.Lifecycle) +wangdaye.com.geometricweather.R$style: int Base_V23_Theme_AppCompat +com.google.android.material.button.MaterialButton: void setElevation(float) +wangdaye.com.geometricweather.db.entities.WeatherEntity: void resetAlertEntityList() +androidx.appcompat.resources.R$attr: R$attr() +wangdaye.com.geometricweather.R$layout: int support_simple_spinner_dropdown_item +androidx.preference.R$dimen: int hint_pressed_alpha_material_dark +com.google.android.material.circularreveal.CircularRevealFrameLayout: android.graphics.drawable.Drawable getCircularRevealOverlayDrawable() +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintLeft_toLeftOf +com.google.android.material.slider.Slider: int getTrackWidth() +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_closeIcon +com.tencent.bugly.proguard.z: java.lang.Object a(java.lang.String,java.lang.String,java.lang.Object,java.lang.Class[],java.lang.Object[]) +androidx.preference.R$styleable: int TextAppearance_android_shadowColor +androidx.preference.R$attr: int textAppearanceSearchResultSubtitle +androidx.constraintlayout.widget.R$layout: int abc_action_bar_title_item +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_content_inset_material +okio.GzipSource: byte SECTION_BODY +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer windSpeed +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Display2 +okio.BufferedSink: long writeAll(okio.Source) +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_checkedIcon +com.google.android.material.timepicker.ClockHandView: void setOnActionUpListener(com.google.android.material.timepicker.ClockHandView$OnActionUpListener) +com.xw.repo.bubbleseekbar.R$color: int foreground_material_dark +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void startFirstTimeout(io.reactivex.ObservableSource) +androidx.work.R$dimen: int notification_top_pad +androidx.lifecycle.ComputableLiveData$2: androidx.lifecycle.ComputableLiveData this$0 +james.adaptiveicon.R$color: int primary_material_light +james.adaptiveicon.R$attr: int tint +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub: android.os.IBinder asBinder() +androidx.constraintlayout.widget.R$styleable: int Constraint_android_transformPivotX +io.reactivex.internal.disposables.CancellableDisposable: CancellableDisposable(io.reactivex.functions.Cancellable) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float pm10 +androidx.constraintlayout.widget.R$string: int abc_shareactionprovider_share_with_application +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver +cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_2G3G4G +com.bumptech.glide.integration.okhttp.R$dimen +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: void onComplete() +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation: MfHistoryResult$History$Precipitation() +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Metric +okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.tls.TrustRootIndex buildTrustRootIndex(javax.net.ssl.X509TrustManager) +wangdaye.com.geometricweather.R$dimen: int abc_select_dialog_padding_start_material +com.turingtechnologies.materialscrollbar.R$attr: int subMenuArrow +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_verticalGap +com.google.android.material.R$styleable: int ConstraintSet_layout_goneMarginLeft +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeRainPrecipitationDuration() +wangdaye.com.geometricweather.R$dimen: int abc_dialog_list_padding_bottom_no_buttons +wangdaye.com.geometricweather.R$id: int mtrl_calendar_months +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer treeLevel +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean +androidx.loader.R$dimen +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl build() +com.google.android.material.R$drawable: int btn_checkbox_checked_mtrl +com.google.android.material.R$dimen: int mtrl_btn_icon_btn_padding_left +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature RealFeelTemperature +okio.Buffer$UnsafeCursor: int start +com.google.android.material.R$style: int Widget_AppCompat_RatingBar +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: boolean delayError +org.greenrobot.greendao.AbstractDao: android.database.CursorWindow moveToNextUnlocked(android.database.Cursor) +cyanogenmod.app.ICMStatusBarManager$Stub: java.lang.String DESCRIPTOR +com.amap.api.location.UmidtokenInfo: com.amap.api.location.AMapLocationClient a() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeApparentTemperature() +wangdaye.com.geometricweather.R$string: int mtrl_picker_toggle_to_text_input_mode +okio.Pipe$PipeSink: void flush() +androidx.work.R$drawable: int notification_bg_low_normal +com.bumptech.glide.R$style: R$style() +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: long serialVersionUID +androidx.activity.R$id: int accessibility_custom_action_29 +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarStyle +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_collapseIcon +androidx.appcompat.R$styleable: int SearchView_queryBackground +com.google.android.material.R$id: int action_bar_container +com.google.android.material.R$attr: int telltales_tailScale +com.bumptech.glide.Registry$NoResultEncoderAvailableException: Registry$NoResultEncoderAvailableException(java.lang.Class) +androidx.preference.R$attr: int paddingTopNoTitle +wangdaye.com.geometricweather.R$id: int dialog_location_help_manageTitle +com.google.android.material.chip.Chip: void setCloseIconEnabled(boolean) +androidx.hilt.R$styleable: int Fragment_android_tag +androidx.constraintlayout.widget.R$drawable: int abc_ic_star_half_black_36dp +okio.ByteString: void write(java.io.OutputStream) +wangdaye.com.geometricweather.R$layout: int spinner_text +james.adaptiveicon.R$drawable: int abc_ic_ab_back_material +com.google.android.material.R$attr: int cornerRadius +io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource[],io.reactivex.functions.Function) +com.tencent.bugly.proguard.u: byte[] n +com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding: com.bumptech.glide.load.resource.bitmap.DownsampleStrategy$SampleSizeRounding[] values() +wangdaye.com.geometricweather.db.entities.DailyEntity: int getDaytimeTemperature() +androidx.coordinatorlayout.R$id: int accessibility_action_clickable_span +james.adaptiveicon.R$attr: int actionMenuTextAppearance +androidx.transition.R$style: R$style() +cyanogenmod.app.IProfileManager: boolean removeProfile(cyanogenmod.app.Profile) +com.tencent.bugly.crashreport.common.info.a: void C() +wangdaye.com.geometricweather.R$attr: int bsb_section_text_size +com.xw.repo.bubbleseekbar.R$color: int accent_material_light +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float getRain() +wangdaye.com.geometricweather.db.entities.WeatherEntity: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree windDegree +android.didikee.donate.R$drawable: int notify_panel_notification_icon_bg +com.google.android.material.R$attr: int checkedChip +james.adaptiveicon.R$style: int Base_Theme_AppCompat_DialogWhenLarge +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult +androidx.hilt.work.R$drawable: int notify_panel_notification_icon_bg +com.google.android.material.floatingactionbutton.FloatingActionButton: void setCompatHoveredFocusedTranslationZ(float) +androidx.preference.R$styleable: int MenuGroup_android_enabled +com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String d() +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Weather: java.lang.String icon +com.google.android.material.R$drawable: int btn_radio_on_mtrl +com.google.android.material.floatingactionbutton.FloatingActionButton: com.google.android.material.animation.MotionSpec getHideMotionSpec() +wangdaye.com.geometricweather.R$id: int action_bar_subtitle +wangdaye.com.geometricweather.R$color: int abc_hint_foreground_material_light +androidx.preference.R$style: int Base_Theme_AppCompat_Dialog_Alert +com.google.android.material.R$style: int Base_ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework +androidx.drawerlayout.R$dimen: int notification_action_icon_size +wangdaye.com.geometricweather.R$styleable: int MenuGroup_android_visible +cyanogenmod.providers.CMSettings$System: java.lang.String T9_SEARCH_INPUT_LOCALE +com.jaredrummler.android.colorpicker.R$id: int action_text +wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customColorValue +androidx.core.R$integer: R$integer() +cyanogenmod.externalviews.KeyguardExternalView$2: void onAttachedToWindow() +com.amap.api.location.APSService: com.amap.api.location.APSServiceBase a +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getSnowPrecipitationProbability() +com.google.android.gms.common.server.converter.StringToIntConverter$zaa +okhttp3.OkHttpClient: java.util.List protocols() +okhttp3.RealCall: java.io.IOException timeoutExit(java.io.IOException) +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_minHeight +com.tencent.bugly.proguard.ah: java.lang.String c +wangdaye.com.geometricweather.R$string: int settings_title_card_order +wangdaye.com.geometricweather.R$color: int mtrl_card_view_foreground +android.didikee.donate.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle +androidx.preference.R$styleable: int LinearLayoutCompat_android_orientation +android.didikee.donate.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored +okhttp3.RealCall: okhttp3.Request originalRequest +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_registerThermalListener +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: int OTHER_STATE_CONSUMED_OR_EMPTY +com.google.android.material.R$attr: int counterOverflowTextAppearance +okhttp3.internal.http.CallServerInterceptor: CallServerInterceptor(boolean) +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintBaseline_creator +cyanogenmod.providers.CMSettings$System: android.net.Uri CONTENT_URI +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_layout +com.google.android.material.R$style: int TextAppearance_AppCompat_SearchResult_Title +okhttp3.RealCall$AsyncCall: okhttp3.Callback responseCallback +wangdaye.com.geometricweather.R$styleable: int View_theme +io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: java.lang.Object value +androidx.constraintlayout.widget.R$drawable: R$drawable() +com.turingtechnologies.materialscrollbar.R$color: int secondary_text_disabled_material_dark +james.adaptiveicon.R$style: int Theme_AppCompat_Light_DialogWhenLarge +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties: java.util.List probabilityForecast +android.didikee.donate.R$style: int Base_Animation_AppCompat_DropDownUp +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit C +com.turingtechnologies.materialscrollbar.R$color: int material_deep_teal_500 +wangdaye.com.geometricweather.R$styleable: int Layout_layout_editor_absoluteY +androidx.constraintlayout.widget.R$id: int action_context_bar +retrofit2.ParameterHandler$Tag: java.lang.Class cls +okio.SegmentedByteString: java.lang.String utf8() +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_stacked_tab_max_width +androidx.work.R$attr: int fontStyle +com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_listItemLayout +cyanogenmod.profiles.StreamSettings: StreamSettings(int) +okio.Okio$2: java.lang.String toString() +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionMode +androidx.hilt.lifecycle.R$id: int right_icon +com.bumptech.glide.R$id: int italic +androidx.preference.R$style: int TextAppearance_AppCompat_Tooltip +com.github.rahatarmanahmed.cpv.CircularProgressView$4 +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ratingbar_small_material +cyanogenmod.themes.ThemeManager$2$1: java.lang.String val$pkgName +androidx.appcompat.R$styleable: int MenuItem_android_id +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: void setValue(java.util.List) +wangdaye.com.geometricweather.R$color: int accent_material_dark +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModePopupWindowStyle +com.tencent.bugly.proguard.aq: java.lang.String d +wangdaye.com.geometricweather.R$id: int coordinator +androidx.fragment.R$anim +androidx.appcompat.R$styleable: int Toolbar_titleMargins +james.adaptiveicon.R$style: int Base_V7_Widget_AppCompat_EditText +com.bumptech.glide.R$styleable: int[] GradientColorItem +androidx.recyclerview.R$id: int tag_unhandled_key_listeners +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void onError(java.lang.Throwable) +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void onComplete() +androidx.appcompat.R$attr: int firstBaselineToTopHeight +wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource: wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource[] values() +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Body1 +wangdaye.com.geometricweather.db.entities.DaoMaster: wangdaye.com.geometricweather.db.entities.DaoSession newSession() +com.xw.repo.bubbleseekbar.R$style: int Base_V7_Theme_AppCompat android.didikee.donate.R$attr: int toolbarNavigationButtonStyle -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintStart_toEndOf -androidx.hilt.R$id: int accessibility_custom_action_8 -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_setVibratorIntensity -androidx.preference.R$styleable: int AppCompatTheme_windowFixedHeightMajor -com.baidu.location.indoor.mapversion.c.a$d: void b(java.lang.String) -com.jaredrummler.android.colorpicker.R$attr: int panelBackground -retrofit2.ParameterHandler$RawPart: ParameterHandler$RawPart() -wangdaye.com.geometricweather.R$id: int unlabeled -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_suggestionRowLayout -wangdaye.com.geometricweather.db.entities.LocationEntityDao: boolean hasKey(java.lang.Object) -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1: retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall this$0 -wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: boolean isValid() -androidx.dynamicanimation.R$id: int action_text -android.didikee.donate.R$attr: int elevation -androidx.lifecycle.SavedStateViewModelFactory: java.lang.Class[] ANDROID_VIEWMODEL_SIGNATURE -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_editor_absoluteX -wangdaye.com.geometricweather.R$xml: int standalone_badge_offset -com.jaredrummler.android.colorpicker.R$drawable: int abc_list_selector_background_transition_holo_light -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_Button -androidx.swiperefreshlayout.R$styleable: int GradientColor_android_centerY -com.google.android.material.navigation.NavigationView: android.content.res.ColorStateList getItemIconTintList() -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability getPrecipitationProbability() -android.didikee.donate.R$id: int spacer -wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: double lat -androidx.preference.R$styleable: int LinearLayoutCompat_android_baselineAligned -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall: boolean isExecuted() -com.google.android.material.R$id: int end -com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getPlaceholderText() -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl access$000(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider) -androidx.preference.R$style: int Widget_AppCompat_Light_ActionButton_Overflow -cyanogenmod.externalviews.KeyguardExternalView: boolean onPreDraw() -androidx.hilt.R$styleable: int FontFamilyFont_ttcIndex -androidx.lifecycle.CompositeGeneratedAdaptersObserver -com.turingtechnologies.materialscrollbar.R$attr: int customNavigationLayout -com.google.android.gms.auth.api.signin.GoogleSignInOptions -com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_headline_material -androidx.preference.R$style: int Widget_AppCompat_Button_Borderless -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onAttachedToWindow() -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_removeUpdates -androidx.preference.R$style: int Base_Widget_AppCompat_ActionBar_TabView -com.google.android.material.R$id: int mtrl_view_tag_bottom_padding -wangdaye.com.geometricweather.R$dimen: int cardview_default_radius -com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver: void register(android.content.Context) -james.adaptiveicon.R$styleable: int View_theme -wangdaye.com.geometricweather.R$id: int activity_preview_icon_toolbar -wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout: void setOnApplyWindowInsetsListener(android.view.View$OnApplyWindowInsetsListener) -com.jaredrummler.android.colorpicker.R$attr: int seekBarPreferenceStyle +com.jaredrummler.android.colorpicker.ColorPickerView: int getColor() +androidx.appcompat.R$styleable: int AppCompatTheme_windowActionBar +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: boolean isDisposed() +okhttp3.internal.http2.Http2Reader$Handler: void priority(int,int,int,boolean) +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SNOW_SHOWERS +okhttp3.internal.connection.StreamAllocation: okhttp3.internal.http.HttpCodec codec +com.amap.api.location.AMapLocation: java.lang.String getAdCode() +com.google.android.gms.internal.common.zzq: java.lang.Object zza() +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat +androidx.viewpager2.R$id: int accessibility_custom_action_1 +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Button_Borderless +okio.RealBufferedSource$1: okio.RealBufferedSource this$0 +cyanogenmod.app.IPartnerInterface$Stub$Proxy: java.lang.String getCurrentHotwordPackageName() +com.google.android.material.R$styleable: int Motion_motionPathRotate +james.adaptiveicon.R$attr: int overlapAnchor +androidx.preference.R$anim: int abc_slide_out_top +androidx.preference.R$color: int tooltip_background_dark +com.google.android.material.textfield.TextInputLayout: void setHintEnabled(boolean) +androidx.preference.R$styleable: int MultiSelectListPreference_entryValues +com.google.android.material.R$style: int Widget_AppCompat_Spinner_DropDown +wangdaye.com.geometricweather.R$dimen: int notification_right_icon_size +com.google.android.material.R$styleable: int[] DrawerArrowToggle +com.amap.api.location.AMapLocationQualityReport: java.lang.String getNetworkType() +io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: long index +androidx.appcompat.R$dimen: R$dimen() +com.google.android.material.slider.RangeSlider: void setValues(java.lang.Float[]) +androidx.appcompat.widget.ActionBarOverlayLayout +androidx.constraintlayout.widget.R$styleable: int Layout_layout_goneMarginEnd +com.bumptech.glide.integration.okhttp.R$id: int forever +io.reactivex.internal.queue.SpscArrayQueue: int lookAheadStep +com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose: AMapLocationClientOption$AMapLocationPurpose(java.lang.String,int) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property So2 +cyanogenmod.hardware.ICMHardwareService: java.lang.String getLtoDestination() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String weatherEnd +okhttp3.internal.http.RetryAndFollowUpInterceptor: okhttp3.internal.connection.StreamAllocation streamAllocation() +androidx.customview.R$dimen: int compat_notification_large_icon_max_width +com.turingtechnologies.materialscrollbar.R$styleable: int[] LinearLayoutCompat +com.turingtechnologies.materialscrollbar.R$attr: int searchIcon +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.ActionMode onWindowStartingActionMode(android.view.ActionMode$Callback,int) +androidx.fragment.R$id: int tag_screen_reader_focusable +androidx.hilt.work.R$bool: int workmanager_test_configuration +james.adaptiveicon.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle +james.adaptiveicon.R$anim: int abc_grow_fade_in_from_bottom +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void onError(java.lang.Throwable) +com.jaredrummler.android.colorpicker.R$id: int actions +androidx.vectordrawable.animated.R$drawable: int notification_bg_low_pressed +okhttp3.internal.Util: javax.net.ssl.X509TrustManager platformTrustManager() +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver(io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver) +androidx.recyclerview.R$layout: int notification_template_part_chronometer +cyanogenmod.app.Profile: cyanogenmod.profiles.RingModeSettings mRingMode +com.google.gson.stream.JsonScope: int NONEMPTY_OBJECT +androidx.constraintlayout.widget.R$styleable: int SearchView_android_maxWidth +androidx.recyclerview.widget.RecyclerView: void setNestedScrollingEnabled(boolean) +wangdaye.com.geometricweather.R$color: int material_grey_50 +androidx.drawerlayout.R$color: R$color() +com.google.android.material.R$color: int material_slider_active_tick_marks_color +wangdaye.com.geometricweather.R$styleable: int MotionLayout_motionProgress +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: int getStatus() +okhttp3.internal.ws.RealWebSocket: long queueSize() +com.jaredrummler.android.colorpicker.R$styleable: int View_android_theme +androidx.viewpager2.R$drawable: int notification_template_icon_bg +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_endIconCheckable +com.google.android.material.R$style: int Widget_AppCompat_ButtonBar_AlertDialog +cyanogenmod.weatherservice.WeatherProviderService +androidx.appcompat.resources.R$style: int Widget_Compat_NotificationActionText +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_TabBar +com.google.android.material.R$style: int TextAppearance_AppCompat_Small +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_anim_duration +com.google.android.material.R$attr: int flow_lastVerticalBias +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Metric: AccuCurrentResult$RealFeelTemperatureShade$Metric() +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintLeft_toLeftOf +wangdaye.com.geometricweather.R$styleable: int ActivityChooserView_initialActivityCount +com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_layout_behavior +androidx.activity.R$layout: int notification_template_part_time +retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isSingle +com.google.android.material.R$style: int Base_V21_Theme_MaterialComponents_Dialog +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getRingtoneThemePackageName() +androidx.lifecycle.SavedStateHandle$1: androidx.lifecycle.SavedStateHandle this$0 +wangdaye.com.geometricweather.R$styleable: int Constraint_android_minWidth +androidx.activity.R$layout: int notification_action_tombstone +com.google.android.material.R$string: int abc_activity_chooser_view_see_all +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.util.Date getDate() +cyanogenmod.providers.CMSettings$3: boolean validate(java.lang.String) +com.tencent.bugly.proguard.ak: void a(com.tencent.bugly.proguard.j) +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_Button +wangdaye.com.geometricweather.R$animator: int search_container_in +io.reactivex.internal.subscriptions.DeferredScalarSubscription: int CANCELLED +com.google.android.material.R$styleable: int ThemeEnforcement_enforceTextAppearance +wangdaye.com.geometricweather.R$attr: int boxStrokeWidth +wangdaye.com.geometricweather.R$attr: int actionBarDivider +com.turingtechnologies.materialscrollbar.R$color: int abc_tint_spinner +okhttp3.RealCall: okio.AsyncTimeout timeout +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_switchPreferenceCompatStyle +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: com.tencent.bugly.crashreport.crash.b d(com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler) +wangdaye.com.geometricweather.R$layout: int notification_base +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_flow_verticalBias +com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_startX +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: float getDensity(float) +com.tencent.bugly.nativecrashreport.R$string: R$string() +com.jaredrummler.android.colorpicker.R$attr: int ttcIndex +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String getCityId() +androidx.transition.R$dimen: int notification_top_pad +androidx.preference.R$color: int primary_text_default_material_light +com.google.android.material.R$styleable: int MaterialButton_android_insetLeft +com.bumptech.glide.R$attr: int layout_insetEdge +androidx.constraintlayout.widget.R$anim: int btn_checkbox_to_unchecked_check_path_merged_animation +androidx.hilt.work.R$drawable +okhttp3.HttpUrl: okhttp3.HttpUrl get(java.net.URI) +com.tencent.bugly.crashreport.common.strategy.a: boolean b() +james.adaptiveicon.R$style: int Platform_ThemeOverlay_AppCompat +androidx.core.R$dimen: int notification_right_side_padding_top +androidx.transition.R$attr: int fontProviderQuery +com.turingtechnologies.materialscrollbar.R$styleable: int TabItem_android_layout +com.jaredrummler.android.colorpicker.R$string: int abc_menu_meta_shortcut_label +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_button_material +androidx.constraintlayout.widget.R$styleable: int Toolbar_android_minHeight +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle +androidx.lifecycle.ClassesInfoCache$CallbackInfo: void invokeMethodsForEvent(java.util.List,androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event,java.lang.Object) +io.reactivex.internal.operators.observable.ObservableSequenceEqual$EqualCoordinator: io.reactivex.ObservableSource second +wangdaye.com.geometricweather.R$dimen: int material_filled_edittext_font_1_3_padding_top +com.xw.repo.bubbleseekbar.R$string: int abc_shareactionprovider_share_with +cyanogenmod.app.ProfileGroup: boolean isDirty() +io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: void subscribeNext() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$LocalSource: java.lang.String Name +androidx.preference.R$anim: int fragment_fade_exit +androidx.core.R$id: int right_side +okio.Timeout: void waitUntilNotified(java.lang.Object) +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setSo2(java.lang.Float) +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: org.reactivestreams.Subscription upstream androidx.coordinatorlayout.R$drawable: int notification_bg_normal_pressed -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode RAIN -androidx.constraintlayout.widget.R$styleable: int CompoundButton_android_button -okhttp3.internal.http2.Http2Connection: java.lang.String hostname -okhttp3.internal.http2.Http2Reader$ContinuationSource: short padding -wangdaye.com.geometricweather.R$string: int mtrl_picker_range_header_selected -com.google.android.material.R$drawable: int btn_radio_off_mtrl -com.google.android.material.R$styleable: int CardView_contentPaddingTop -com.tencent.bugly.proguard.ag -com.turingtechnologies.materialscrollbar.R$animator: int mtrl_btn_state_list_anim -com.tencent.bugly.crashreport.common.info.PlugInBean: PlugInBean(android.os.Parcel) -wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: int getSuggestedMinimumHeight() -androidx.appcompat.R$color: int abc_hint_foreground_material_dark -io.reactivex.internal.schedulers.ScheduledRunnable: void setFuture(java.util.concurrent.Future) -androidx.appcompat.R$styleable: int ActionBar_customNavigationLayout -com.google.android.material.R$styleable: int Chip_chipCornerRadius -james.adaptiveicon.R$styleable: int AppCompatTheme_ratingBarStyle -com.google.android.material.R$styleable: int Constraint_android_minHeight -com.xw.repo.bubbleseekbar.R$style: int Base_V23_Theme_AppCompat -io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: java.util.concurrent.Callable other -james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceListItemSmall -okhttp3.ConnectionSpec: okhttp3.ConnectionSpec COMPATIBLE_TLS -com.tencent.bugly.proguard.ar: java.util.ArrayList f -io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: org.reactivestreams.Subscription upstream -okhttp3.MultipartBody: okhttp3.MediaType ALTERNATIVE -com.tencent.bugly.crashreport.common.info.a: java.lang.String c -androidx.appcompat.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow +androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar +cyanogenmod.app.CustomTile$ExpandedStyle: void internalStyleId(int) +androidx.constraintlayout.widget.R$styleable: int Transition_transitionFlags +android.didikee.donate.R$styleable: int AppCompatTheme_switchStyle +com.google.android.material.R$styleable: int State_android_id +cyanogenmod.app.IPartnerInterface$Stub$Proxy: boolean setZenMode(int) +android.didikee.donate.R$drawable: int abc_ic_commit_search_api_mtrl_alpha +okhttp3.internal.cache.DiskLruCache$Snapshot: java.lang.String key +wangdaye.com.geometricweather.R$string: int content_desc_app_store +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_Button +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionMode_Inverse +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionButton +okhttp3.internal.http2.Http2Connection: void setSettings(okhttp3.internal.http2.Settings) +wangdaye.com.geometricweather.R$styleable: int Spinner_android_prompt +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Imperial +androidx.dynamicanimation.R$dimen: int notification_right_icon_size +com.tencent.bugly.crashreport.CrashReport: void enableBugly(boolean) +androidx.constraintlayout.widget.ConstraintHelper: int[] getReferencedIds() +okio.BufferedSource: okio.ByteString readByteString(long) +com.turingtechnologies.materialscrollbar.R$attr: int tabUnboundedRipple +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_end +androidx.loader.R$styleable: int FontFamily_fontProviderCerts +okhttp3.internal.Util: int indexOf(java.util.Comparator,java.lang.String[],java.lang.String) +androidx.lifecycle.ProcessLifecycleOwnerInitializer: java.lang.String getType(android.net.Uri) +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_landscape_header_width +wangdaye.com.geometricweather.R$styleable: int[] ClockHandView +com.google.android.material.R$styleable: int[] CollapsingToolbarLayout +wangdaye.com.geometricweather.R$attr: int searchIcon +wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date getMoonRiseDate() +androidx.appcompat.widget.Toolbar: android.view.Menu getMenu() +wangdaye.com.geometricweather.db.entities.DailyEntity: int daytimeTemperature +androidx.appcompat.view.menu.ExpandedMenuView: int getWindowAnimations() +cyanogenmod.app.CustomTile$GridExpandedStyle: CustomTile$GridExpandedStyle() +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_submitBackground +androidx.viewpager2.R$style: int Widget_Compat_NotificationActionContainer +cyanogenmod.externalviews.KeyguardExternalView: void access$300(cyanogenmod.externalviews.KeyguardExternalView) +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void cancelAll() +com.jaredrummler.android.colorpicker.R$id: int list_item +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void onUnsubscribed() +io.reactivex.Observable: io.reactivex.Observable mergeWith(io.reactivex.SingleSource) +okio.Okio$3: Okio$3() +com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_min_width_minor +com.google.android.material.textfield.TextInputLayout: void setEditText(android.widget.EditText) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: java.lang.Integer clouds +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatSeekBar_tickMarkTint +okhttp3.internal.http2.Http2Connection$Listener +wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_ActionBar +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_radioButtonStyle +okio.Buffer: okio.ByteString readByteString() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer treeIndex +com.bumptech.glide.integration.okhttp.R$id: int line1 +androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory: ViewModelProvider$AndroidViewModelFactory(android.app.Application) +wangdaye.com.geometricweather.R$drawable: int weather_rain_3 +androidx.preference.R$id: int tag_transition_group +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean() +android.didikee.donate.R$drawable: int abc_list_focused_holo +wangdaye.com.geometricweather.common.basic.models.weather.Minutely: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode weatherCode +com.google.android.material.R$attr: int passwordToggleContentDescription +com.google.android.material.R$styleable: int ConstraintLayout_Layout_barrierMargin +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: CaiYunMainlyResult$ForecastHourlyBean() +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: io.reactivex.functions.Function mapper +androidx.activity.R$styleable: int GradientColor_android_endY +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float getCeiling() +androidx.fragment.R$styleable: int[] FontFamilyFont +james.adaptiveicon.R$attr: int activityChooserViewStyle +com.google.android.material.R$dimen: int notification_big_circle_margin +androidx.vectordrawable.R$dimen: int notification_media_narrow_margin +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.Integer cloudCover +com.google.android.material.R$style: int Platform_MaterialComponents_Dialog +androidx.viewpager.widget.PagerTabStrip: void setDrawFullUnderline(boolean) +okhttp3.internal.cache.DiskLruCache: java.io.File journalFileBackup +androidx.appcompat.R$styleable: int AppCompatTheme_buttonBarStyle +james.adaptiveicon.R$dimen: int abc_dialog_min_width_minor +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Medium_Inverse +com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_pressed_holo_light +com.google.gson.JsonParseException: JsonParseException(java.lang.String,java.lang.Throwable) +androidx.appcompat.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_helperText +wangdaye.com.geometricweather.R$layout: int abc_select_dialog_material +cyanogenmod.weather.WeatherInfo$DayForecast$Builder: double mLow +com.github.rahatarmanahmed.cpv.CircularProgressView: void removeListener(com.github.rahatarmanahmed.cpv.CircularProgressViewListener) +okio.Buffer: java.lang.String readString(java.nio.charset.Charset) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_constraint_referenced_ids +cyanogenmod.app.ILiveLockScreenChangeListener$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: io.reactivex.internal.util.AtomicThrowable error +com.autonavi.aps.amapapi.model.AMapLocationServer: void a(long) +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText +cyanogenmod.externalviews.KeyguardExternalViewProviderService: boolean DEBUG +wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xmp +okhttp3.CacheControl: int maxAgeSeconds() +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: int sourceMode +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Display4 +cyanogenmod.app.CustomTile$ExpandedStyle$1: java.lang.Object[] newArray(int) +wangdaye.com.geometricweather.R$attr: int waveVariesBy +androidx.constraintlayout.widget.R$attr: int titleMarginBottom +okio.Pipe: boolean sinkClosed +cyanogenmod.externalviews.KeyguardExternalViewProviderService$1: KeyguardExternalViewProviderService$1(cyanogenmod.externalviews.KeyguardExternalViewProviderService) +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_voice_search_api_material +wangdaye.com.geometricweather.R$styleable: int BottomAppBar_fabAlignmentMode +com.amap.api.location.AMapLocationClient: void setLocationOption(com.amap.api.location.AMapLocationClientOption) +okio.Buffer: okio.ByteString sha1() +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: long serialVersionUID +wangdaye.com.geometricweather.R$id: int widget_trend_daily_item_1 +com.xw.repo.bubbleseekbar.R$attr: int coordinatorLayoutStyle +androidx.constraintlayout.widget.R$attr: int tickMark +cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.DisplayMode getDefaultDisplayMode() +androidx.preference.R$styleable: int View_paddingStart +com.google.android.material.R$styleable: int DrawerArrowToggle_arrowShaftLength +retrofit2.Retrofit +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light +androidx.vectordrawable.animated.R$dimen: int notification_action_text_size +androidx.vectordrawable.animated.R$styleable: int FontFamily_fontProviderQuery +wangdaye.com.geometricweather.R$styleable: int SwitchPreference_android_switchTextOn +com.jaredrummler.android.colorpicker.R$attr: int colorButtonNormal +cyanogenmod.providers.CMSettings$NameValueCache: java.lang.String mCallSetCommand +com.tencent.bugly.crashreport.CrashReport$WebViewInterface +com.tencent.bugly.crashreport.crash.b: com.tencent.bugly.crashreport.crash.CrashDetailBean a(java.util.List,com.tencent.bugly.crashreport.crash.CrashDetailBean) +androidx.recyclerview.R$attr: int fastScrollEnabled +com.bumptech.glide.R$attr +com.google.android.material.R$styleable: int TabLayout_tabIndicatorAnimationDuration +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle +wangdaye.com.geometricweather.R$attr: int defaultValue wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getSunSet() -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer realFeelTemperature -james.adaptiveicon.R$id: int search_src_text -wangdaye.com.geometricweather.R$styleable: int ImageFilterView_saturation -wangdaye.com.geometricweather.R$styleable: int Slider_thumbColor -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver -com.google.gson.internal.LinkedTreeMap: java.util.Comparator comparator -androidx.appcompat.widget.LinearLayoutCompat: int getVirtualChildCount() -com.jaredrummler.android.colorpicker.R$id: int textSpacerNoButtons -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: void onComplete() -com.google.android.material.imageview.ShapeableImageView: void setStrokeColorResource(int) -androidx.activity.R$style: int TextAppearance_Compat_Notification_Line2 +cyanogenmod.app.Profile: java.util.Map connections +androidx.hilt.work.R$dimen: int notification_media_narrow_margin +com.google.android.material.R$styleable: int MenuView_android_itemIconDisabledAlpha +androidx.constraintlayout.widget.R$attr: int thumbTint +com.google.android.material.R$styleable: int ImageFilterView_contrast +androidx.appcompat.R$styleable: int AppCompatTheme_windowFixedHeightMajor +wangdaye.com.geometricweather.R$dimen: int mtrl_exposed_dropdown_menu_popup_vertical_padding +android.didikee.donate.R$attr: int thumbTint +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void innerNext(io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryInnerObserver) +wangdaye.com.geometricweather.R$drawable: int notif_temp_98 +androidx.appcompat.R$id: int home +androidx.core.R$style: int TextAppearance_Compat_Notification_Info +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setUpdateTime(long) +okhttp3.internal.cache.DiskLruCache$Entry: okhttp3.internal.cache.DiskLruCache this$0 +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_subtitle_bottom_margin_material +wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialog_backgroundInsetStart +okio.Buffer: okio.ByteString hmacSha256(okio.ByteString) +com.google.android.material.R$attr: int panelMenuListTheme +androidx.viewpager2.R$integer: int status_bar_notification_info_maxnum +cyanogenmod.app.suggest.AppSuggestManager +wangdaye.com.geometricweather.R$animator: int weather_partly_cloudy_day_1 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Imperial: java.lang.String Unit +okhttp3.Headers: java.lang.String name(int) +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ListView_Menu +wangdaye.com.geometricweather.R$attr: int scrimAnimationDuration +androidx.constraintlayout.widget.R$id: int titleDividerNoCustom +android.didikee.donate.R$styleable: int AppCompatTheme_buttonBarButtonStyle +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: java.lang.String getAddress() +com.google.android.material.R$attr: int listPreferredItemPaddingEnd +wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: void setEnableAnim(boolean) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Speed: int UnitType +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX +com.google.android.gms.location.ActivityTransition: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int Icon +cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_setDataConnectionState +androidx.drawerlayout.R$id: int async +okhttp3.Response: okhttp3.Headers headers +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Borderless_Colored +retrofit2.ParameterHandler$Part: ParameterHandler$Part(java.lang.reflect.Method,int,okhttp3.Headers,retrofit2.Converter) +wangdaye.com.geometricweather.R$styleable: int[] KeyFrame +com.google.gson.stream.JsonReader: int PEEKED_EOF +androidx.dynamicanimation.R$styleable: int GradientColor_android_tileMode +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle +com.baidu.location.c.d$a +wangdaye.com.geometricweather.R$attr: int elevationOverlayEnabled +com.google.android.material.R$styleable: int TextInputLayout_counterOverflowTextAppearance +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: int requestFusion(int) +com.turingtechnologies.materialscrollbar.R$attr: int fontProviderAuthority +androidx.preference.R$attr: int dialogCornerRadius +okhttp3.internal.http1.Http1Codec +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_optimizationLevel +wangdaye.com.geometricweather.R$string: int phase_waning_gibbous +androidx.lifecycle.MutableLiveData: MutableLiveData(java.lang.Object) +cyanogenmod.providers.CMSettings$System: java.lang.String ENABLE_MWI_NOTIFICATION +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$DegreeDaySummary DegreeDaySummary +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_panelMenuListTheme +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar +com.google.android.material.R$dimen: int mtrl_extended_fab_translation_z_pressed +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void innerNext() +com.github.rahatarmanahmed.cpv.R$dimen: R$dimen() +cyanogenmod.app.ProfileManager: java.lang.String EXTRA_LAST_PROFILE_NAME +okhttp3.RealCall: okhttp3.EventListener access$000(okhttp3.RealCall) +androidx.hilt.lifecycle.R$dimen: int notification_small_icon_background_padding +com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_AUTH +androidx.transition.R$styleable: int[] ColorStateListItem +cyanogenmod.weatherservice.ServiceRequestResult$1: cyanogenmod.weatherservice.ServiceRequestResult[] newArray(int) +james.adaptiveicon.R$attr: int fontProviderCerts +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_AM_PM_VALIDATOR +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem +cyanogenmod.weather.WeatherInfo$Builder: double mTodaysHighTemp +okhttp3.internal.ws.RealWebSocket: long queueSize +com.tencent.bugly.crashreport.crash.e: void uncaughtException(java.lang.Thread,java.lang.Throwable) +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintDimensionRatio +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_icon_vertical_padding_material +cyanogenmod.externalviews.KeyguardExternalViewProviderService$1$1: KeyguardExternalViewProviderService$1$1(cyanogenmod.externalviews.KeyguardExternalViewProviderService$1,android.os.Bundle) +okhttp3.internal.cache.DiskLruCache$Editor: void abort() +androidx.preference.R$color: int switch_thumb_disabled_material_light +cyanogenmod.providers.CMSettings$System$3: boolean validate(java.lang.String) +androidx.constraintlayout.widget.R$attr: int telltales_tailScale +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_Dialog_FixedSize +cyanogenmod.externalviews.ExternalViewProperties: boolean hasChanged() +wangdaye.com.geometricweather.R$id: int autoCompleteToStart +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float thunderstormPrecipitation +androidx.fragment.R$id: int action_divider +com.google.android.material.R$styleable: int NavigationView_itemIconPadding +wangdaye.com.geometricweather.R$array: int automatic_refresh_rates +cyanogenmod.app.CMTelephonyManager: boolean isDataConnectionEnabled() +wangdaye.com.geometricweather.R$attr: int showText +james.adaptiveicon.R$styleable: int ActionMode_backgroundSplit +androidx.preference.R$dimen: int notification_action_icon_size +wangdaye.com.geometricweather.R$string: int sp_widget_daily_trend_setting +androidx.constraintlayout.widget.R$dimen: int abc_cascading_menus_min_smallest_width +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_setActiveProfileByName +com.jaredrummler.android.colorpicker.R$drawable: int abc_switch_track_mtrl_alpha +io.reactivex.internal.util.VolatileSizeArrayList: boolean remove(java.lang.Object) +wangdaye.com.geometricweather.R$styleable: int SwitchMaterial_useMaterialThemeColors +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_1_00 +wangdaye.com.geometricweather.R$array: int pressure_unit_voices +android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_Bridge +com.google.android.material.chip.Chip: void setChipStrokeColorResource(int) +androidx.dynamicanimation.R$id: int notification_main_column +wangdaye.com.geometricweather.R$color: int tooltip_background_light +androidx.lifecycle.ComputableLiveData: java.util.concurrent.Executor mExecutor +okhttp3.internal.http2.Http2Connection: void flush() +androidx.hilt.R$styleable: int FontFamilyFont_android_ttcIndex +wangdaye.com.geometricweather.R$string: int common_google_play_services_update_title +androidx.appcompat.R$styleable: int AppCompatTheme_dialogCornerRadius +wangdaye.com.geometricweather.R$attr: int dayInvalidStyle +com.google.android.material.R$styleable: int MenuItem_android_numericShortcut +com.turingtechnologies.materialscrollbar.R$style: int CardView_Dark +cyanogenmod.themes.ThemeManager$ThemeChangeListener: void onProgress(int) +com.turingtechnologies.materialscrollbar.R$drawable: int notification_bg_low +io.reactivex.Observable: io.reactivex.Observable skipLast(long,java.util.concurrent.TimeUnit,boolean) +okhttp3.internal.http1.Http1Codec: okio.BufferedSink sink +androidx.appcompat.R$styleable: int AppCompatTheme_panelMenuListWidth +wangdaye.com.geometricweather.R$id: int widget_day_week +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float relativeHumidity +james.adaptiveicon.R$style: int Platform_AppCompat +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: void setTemperature(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX) +android.didikee.donate.R$style: int Base_Theme_AppCompat_Dialog_FixedSize +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_colorBackgroundFloating +com.google.android.material.R$id: int sawtooth +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_circularRadius +io.reactivex.Observable: io.reactivex.Observable fromFuture(java.util.concurrent.Future) +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setRefreshing(boolean) +james.adaptiveicon.R$dimen: int abc_panel_menu_list_width +wangdaye.com.geometricweather.R$dimen: int abc_button_padding_horizontal_material +com.google.android.material.R$attr: int prefixText +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String city +com.google.android.material.R$style: int Base_Widget_AppCompat_SearchView_ActionBar +com.google.android.material.internal.CheckableImageButton: void setChecked(boolean) +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemHorizontalPadding +androidx.customview.R$integer: int status_bar_notification_info_maxnum +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeBackground +okhttp3.HttpUrl: java.lang.String redact() +io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: long remaining +androidx.appcompat.widget.AbsActionBarView: void setContentHeight(int) +android.didikee.donate.R$color: int ripple_material_light +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: int getNumGammaControls() +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_paddingStart +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline Headline +androidx.lifecycle.ProcessLifecycleOwner: boolean mPauseSent +android.didikee.donate.R$id: int search_button +com.google.android.material.R$color: int dim_foreground_material_dark +okhttp3.Route: boolean equals(java.lang.Object) +io.reactivex.Observable: io.reactivex.disposables.Disposable forEach(io.reactivex.functions.Consumer) +androidx.lifecycle.Transformations$2: void onChanged(java.lang.Object) +okhttp3.internal.platform.OptionalMethod: java.lang.Object invoke(java.lang.Object,java.lang.Object[]) +wangdaye.com.geometricweather.R$style: int Preference_DialogPreference_Material +james.adaptiveicon.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: void setCurrentIndicatorColor(int) +com.turingtechnologies.materialscrollbar.R$styleable: int[] AnimatedStateListDrawableCompat +androidx.preference.R$attr: int windowActionModeOverlay +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemHeightSmall +com.tencent.bugly.crashreport.crash.jni.NativeExceptionHandler: com.tencent.bugly.crashreport.crash.CrashDetailBean packageCrashDatas(java.lang.String,java.lang.String,long,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,byte[],java.util.Map,boolean,boolean) +android.didikee.donate.R$styleable: int ActionMode_closeItemLayout +okhttp3.internal.connection.RouteException: java.io.IOException getFirstConnectException() +com.tencent.bugly.proguard.ac: byte[] a(byte[]) +com.google.android.material.slider.Slider: void setTickVisible(boolean) +wangdaye.com.geometricweather.R$array: int distance_unit_values +cyanogenmod.externalviews.ExternalViewProperties: android.graphics.Rect getHitRect() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_homeAsUpIndicator +com.bumptech.glide.integration.okhttp.R$attr: int coordinatorLayoutStyle +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_NavigationView +wangdaye.com.geometricweather.R$styleable: int[] SignInButton +wangdaye.com.geometricweather.R$styleable: int TouchScrollBar_msb_hideDelayInMilliseconds +wangdaye.com.geometricweather.R$id: int both +cyanogenmod.app.IProfileManager$Stub$Proxy: cyanogenmod.app.Profile getProfileByName(java.lang.String) +io.reactivex.internal.subscriptions.BasicIntQueueSubscription: boolean offer(java.lang.Object,java.lang.Object) +wangdaye.com.geometricweather.R$color: int abc_tint_edittext +wangdaye.com.geometricweather.settings.fragments.ServiceProviderSettingsFragment: void setOnWeatherSourceChangedListener(wangdaye.com.geometricweather.settings.fragments.ServiceProviderSettingsFragment$OnWeatherSourceChangedListener) +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VClipPath +wangdaye.com.geometricweather.R$styleable: int[] MaterialCheckBox +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabRippleColor +androidx.drawerlayout.R$string +wangdaye.com.geometricweather.R$styleable: int LoadingImageView_imageAspectRatio +wangdaye.com.geometricweather.R$drawable: int notif_temp_24 +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_switchPadding +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Metric +com.google.android.gms.common.server.FavaDiagnosticsEntity +androidx.constraintlayout.widget.R$id: int expand_activities_button +okhttp3.internal.http.HttpHeaders: okhttp3.Headers varyHeaders(okhttp3.Response) +com.turingtechnologies.materialscrollbar.R$drawable: int design_password_eye +androidx.constraintlayout.widget.R$layout: int abc_search_dropdown_item_icons_2line +okhttp3.FormBody$Builder: java.nio.charset.Charset charset +wangdaye.com.geometricweather.R$id: int item_weather_icon +com.google.android.material.R$styleable: int AppCompatTheme_dialogPreferredPadding +com.google.android.material.R$attr: int splitTrack +okhttp3.internal.http2.Http2Stream: okio.Timeout writeTimeout() +com.tencent.bugly.b: void a(android.content.Context,com.tencent.bugly.BuglyStrategy) +androidx.appcompat.R$styleable: int ActionBarLayout_android_layout_gravity +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionBar_TabBar +okhttp3.internal.connection.RouteException: java.io.IOException lastException +androidx.appcompat.R$drawable: int abc_scrubber_primary_mtrl_alpha +james.adaptiveicon.R$styleable: int AppCompatTextHelper_android_drawableTop +wangdaye.com.geometricweather.common.basic.models.weather.Astro +com.xw.repo.bubbleseekbar.R$attr: int actionModeCutDrawable +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver parent +cyanogenmod.app.CMStatusBarManager: void publishTile(java.lang.String,int,cyanogenmod.app.CustomTile) +androidx.appcompat.R$color: int background_material_light +com.turingtechnologies.materialscrollbar.R$attr: int homeAsUpIndicator +androidx.work.WorkInfo$State: androidx.work.WorkInfo$State BLOCKED +androidx.legacy.coreutils.R$style: int TextAppearance_Compat_Notification_Time +okhttp3.internal.http.RequestLine: java.lang.String requestPath(okhttp3.HttpUrl) +com.turingtechnologies.materialscrollbar.R$id: int listMode +cyanogenmod.hardware.ICMHardwareService: boolean isSunlightEnhancementSelfManaged() +cyanogenmod.weather.RequestInfo: java.lang.String mKey +com.google.android.material.R$styleable: int ConstraintSet_layout_goneMarginEnd +androidx.preference.R$layout: int abc_list_menu_item_layout +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: java.lang.String LongPhrase +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver this$0 +androidx.constraintlayout.widget.R$styleable: int Transform_android_rotation +android.didikee.donate.R$attr: int maxButtonHeight +android.didikee.donate.R$color: int abc_primary_text_material_light +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void innerNext(int,java.lang.Object) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow: java.lang.Float cumul1H +com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_fixed_height_major +com.turingtechnologies.materialscrollbar.R$id: int scrollIndicatorDown +com.xw.repo.bubbleseekbar.R$attr: int listLayout +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Weather: MfForecastResult$Forecast$Weather() +wangdaye.com.geometricweather.db.entities.LocationEntity: void setCity(java.lang.String) +com.jaredrummler.android.colorpicker.R$style: int Preference_DropDown +androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type: androidx.constraintlayout.solver.widgets.analyzer.DependencyNode$Type TOP +james.adaptiveicon.R$id: int progress_horizontal +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: io.reactivex.disposables.Disposable upstream +james.adaptiveicon.R$styleable: int SearchView_closeIcon +james.adaptiveicon.R$attr: int colorControlActivated +okhttp3.internal.http2.Http2Connection: long intervalPongsReceived +com.google.android.material.circularreveal.CircularRevealFrameLayout: CircularRevealFrameLayout(android.content.Context,android.util.AttributeSet) +androidx.lifecycle.extensions.R$drawable: int notify_panel_notification_icon_bg +wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) +wangdaye.com.geometricweather.R$styleable: int AppBarLayout_liftOnScrollTargetViewId +androidx.legacy.coreutils.R$styleable: int GradientColorItem_android_color +androidx.lifecycle.Transformations$1: androidx.arch.core.util.Function val$mapFunction +cyanogenmod.hardware.DisplayMode$1: java.lang.Object[] newArray(int) +com.xw.repo.bubbleseekbar.R$drawable: int abc_cab_background_internal_bg +com.turingtechnologies.materialscrollbar.R$attr: int titleMarginEnd +wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_text_dark_focused +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean: java.lang.String getY() +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_5 +com.google.android.material.R$dimen: int mtrl_btn_padding_bottom +wangdaye.com.geometricweather.R$styleable: int MaterialButton_rippleColor +com.jaredrummler.android.colorpicker.R$layout: int abc_list_menu_item_layout +wangdaye.com.geometricweather.R$drawable: int weather_thunder_mini_xml +androidx.legacy.coreutils.R$id: int tag_transition_group +com.google.android.material.R$attr: int colorError +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: ObservableObserveOn$ObserveOnObserver(io.reactivex.Observer,io.reactivex.Scheduler$Worker,boolean,int) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeRealFeelTemperature(java.lang.Integer) +cyanogenmod.app.CustomTile$ExpandedItem: android.os.Parcelable$Creator CREATOR +androidx.preference.R$drawable: int abc_btn_colored_material +wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTitleIconStyle +androidx.appcompat.R$drawable: int abc_textfield_search_material +wangdaye.com.geometricweather.R$id: int container_main_sun_moon_moonrise_moonset +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeFillColor +androidx.preference.R$styleable: int DrawerArrowToggle_barLength +io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.google.android.material.R$attr: int scrimBackground +wangdaye.com.geometricweather.common.basic.models.weather.Astro: java.util.Date getSetDate() +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setTargetOffsetTopAndBottom(int) +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_min +androidx.constraintlayout.widget.R$styleable: int[] GradientColorItem +androidx.swiperefreshlayout.R$drawable: int notification_template_icon_low_bg +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: android.graphics.Path getRetreatingJoinPath() +okio.SegmentedByteString: boolean rangeEquals(int,okio.ByteString,int,int) +io.reactivex.internal.subscriptions.SubscriptionHelper: void cancel() +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_subtitle_material_toolbar +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_CompoundButton_Switch +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial: java.lang.String Unit +androidx.work.impl.utils.futures.DirectExecutor: androidx.work.impl.utils.futures.DirectExecutor[] values() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$TotalLiquid: double Value +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView: int getBackgroundColor() +wangdaye.com.geometricweather.background.polling.work.worker.AsyncWorker +androidx.constraintlayout.motion.widget.MotionLayout: float getTargetPosition() +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxCornerRadiusBottomEnd +androidx.preference.R$id: int expand_activities_button +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: long count +com.amap.api.location.AMapLocationClientOption: boolean isGpsFirst() +com.turingtechnologies.materialscrollbar.R$attr: int chipStyle +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_24 +cyanogenmod.weatherservice.ServiceRequestResult: int hashCode() +com.tencent.bugly.crashreport.common.info.a: java.util.List o +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: void dispose() +io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: int index +com.google.android.gms.signin.internal.zak +com.xw.repo.bubbleseekbar.R$color: int primary_text_default_material_dark +androidx.appcompat.widget.AbsActionBarView: int getAnimatedVisibility() +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Wind: java.lang.Integer direction +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_menu_cut_mtrl_alpha +cyanogenmod.app.ThemeVersion$ComponentVersion: java.lang.String name +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_peekHeight +androidx.loader.R$id: int normal +com.tencent.bugly.proguard.w: boolean a(java.lang.Runnable,long) +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_Button +org.greenrobot.greendao.AbstractDao: void deleteByKeyInsideSynchronized(java.lang.Object,org.greenrobot.greendao.database.DatabaseStatement) +wangdaye.com.geometricweather.R$drawable: int notif_temp_72 +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xms +com.google.android.material.R$attr: int materialCalendarHeaderCancelButton +cyanogenmod.providers.CMSettings$Global: int getIntForUser(android.content.ContentResolver,java.lang.String,int,int) +okhttp3.internal.platform.JdkWithJettyBootPlatform$JettyNegoProvider: boolean unsupported +wangdaye.com.geometricweather.R$drawable: int clock_hour_dark +wangdaye.com.geometricweather.R$drawable: int design_ic_visibility +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_min +androidx.preference.R$attr: int popupWindowStyle +com.google.android.material.R$dimen: int abc_text_size_body_2_material +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_large_material +com.turingtechnologies.materialscrollbar.R$id: int action_menu_divider +androidx.appcompat.resources.R$styleable: int GradientColor_android_endColor +wangdaye.com.geometricweather.db.entities.DailyEntity: void setTreeLevel(java.lang.Integer) +okhttp3.EventListener: void responseBodyStart(okhttp3.Call) +cyanogenmod.providers.CMSettings$Secure: android.net.Uri CONTENT_URI +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver parent +wangdaye.com.geometricweather.R$dimen: int widget_standard_weather_icon_size +com.google.android.material.R$style: int Widget_Design_AppBarLayout +cyanogenmod.alarmclock.ClockContract$CitiesColumns: java.lang.String TIMEZONE_NAME +androidx.lifecycle.FullLifecycleObserverAdapter: androidx.lifecycle.LifecycleEventObserver mLifecycleEventObserver +androidx.constraintlayout.widget.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton +okio.Buffer$UnsafeCursor: okio.Segment segment +com.google.android.material.R$styleable: int TextAppearance_fontFamily +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_horizontalBias +wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode: wangdaye.com.geometricweather.common.basic.models.options.WidgetWeekIconMode[] values() +io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,int) +com.turingtechnologies.materialscrollbar.R$attr: int tooltipForegroundColor +com.google.android.material.R$attr: int layout_constraintHeight_percent androidx.viewpager.R$dimen: int notification_subtext_size -retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isFlowable -com.xw.repo.bubbleseekbar.R$attr: int measureWithLargestChild -android.didikee.donate.R$drawable: int notification_icon_background -com.jaredrummler.android.colorpicker.R$dimen: int abc_progress_bar_height_material -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int TROPICAL_STORM -androidx.viewpager2.R$styleable: int[] ViewPager2 -androidx.appcompat.R$attr: int textLocale -androidx.appcompat.R$attr: int showDividers -com.google.android.material.R$dimen: int mtrl_calendar_navigation_top_padding -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginBottom -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constrainedWidth -retrofit2.Platform: Platform(boolean) -androidx.viewpager2.R$styleable: int FontFamilyFont_fontStyle -okhttp3.internal.http.HttpHeaders: long stringToLong(java.lang.String) -androidx.drawerlayout.R$id: int actions -com.xw.repo.bubbleseekbar.R$drawable: int abc_textfield_default_mtrl_alpha -cyanogenmod.weather.RequestInfo: boolean equals(java.lang.Object) -androidx.lifecycle.LifecycleDispatcher$DispatcherActivityCallback: void onActivityStopped(android.app.Activity) -wangdaye.com.geometricweather.R$attr: int expandedTitleMarginStart -wangdaye.com.geometricweather.R$interpolator: int mtrl_linear_out_slow_in -james.adaptiveicon.R$styleable: int ActionBar_hideOnContentScroll -james.adaptiveicon.R$style: int Widget_AppCompat_ActivityChooserView -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_panelBackground -androidx.constraintlayout.widget.R$styleable: int AppCompatSeekBar_tickMarkTintMode -androidx.constraintlayout.widget.R$string: int search_menu_title -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NAVIGATION_BAR_MENU_ARROW_KEYS_VALIDATOR -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: io.reactivex.functions.Function mapper -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit MGPCUM -androidx.appcompat.R$id: int multiply -io.reactivex.internal.observers.BasicIntQueueDisposable: int requestFusion(int) -wangdaye.com.geometricweather.R$styleable: int[] ViewBackgroundHelper -androidx.preference.R$style: int Base_ThemeOverlay_AppCompat_Dialog -okio.RealBufferedSink: okio.BufferedSink writeUtf8CodePoint(int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial: AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial() -androidx.appcompat.R$drawable: int abc_text_cursor_material -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeSnowPrecipitationProbability() -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse -androidx.lifecycle.ViewModelProvider: androidx.lifecycle.ViewModel get(java.lang.Class) -wangdaye.com.geometricweather.R$id: int bounce -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_hideMotionSpec -androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_translationX -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -wangdaye.com.geometricweather.R$color: int mtrl_card_view_ripple -wangdaye.com.geometricweather.R$color: int design_dark_default_color_on_error -androidx.fragment.R$layout: int notification_action_tombstone -com.google.android.material.R$string: int path_password_eye -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int IceProbability -com.google.android.material.R$attr: int badgeTextColor -wangdaye.com.geometricweather.R$styleable: int BackgroundStyle_android_selectableItemBackground -androidx.appcompat.widget.AppCompatTextView: void setTextFuture(java.util.concurrent.Future) -cyanogenmod.profiles.AirplaneModeSettings: AirplaneModeSettings() -cyanogenmod.externalviews.KeyguardExternalView: boolean mIsInteractive -androidx.lifecycle.ProcessLifecycleOwnerInitializer: boolean onCreate() -com.tencent.bugly.proguard.p: boolean a(int,java.lang.String,com.tencent.bugly.proguard.o,boolean) -com.google.android.material.R$layout: int material_clock_period_toggle -com.google.android.material.R$styleable: int[] ConstraintSet -androidx.constraintlayout.widget.R$style: int Base_V22_Theme_AppCompat -okio.AsyncTimeout: void exit(boolean) -com.bumptech.glide.R$styleable: int FontFamilyFont_android_fontVariationSettings -com.tencent.bugly.BuglyStrategy: com.tencent.bugly.BuglyStrategy setEnableUserInfo(boolean) -com.tencent.bugly.crashreport.crash.b: com.tencent.bugly.crashreport.crash.a b(android.database.Cursor) -com.google.android.material.R$string: int mtrl_picker_text_input_date_hint -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog_Icon -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Imperial: java.lang.String Unit -com.google.android.material.card.MaterialCardView: void setCheckedIconTint(android.content.res.ColorStateList) -com.tencent.bugly.crashreport.biz.a: long b(com.tencent.bugly.crashreport.biz.a) -com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_precise_anchor_threshold -cyanogenmod.app.CustomTile$ExpandedStyle: void internalStyleId(int) -androidx.preference.R$drawable: int abc_btn_check_to_on_mtrl_015 -wangdaye.com.geometricweather.R$attr: int isLightTheme -wangdaye.com.geometricweather.R$dimen: int mtrl_card_corner_radius -okhttp3.Response: okhttp3.ResponseBody body() -androidx.appcompat.R$attr: int thumbTextPadding -androidx.appcompat.R$attr: int textAppearanceListItemSecondary -com.tencent.bugly.crashreport.common.info.AppInfo: java.lang.String g(android.content.Context) -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Body1 -com.turingtechnologies.materialscrollbar.R$dimen: int abc_progress_bar_height_material -wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_autoSizeMaxTextSize -com.google.android.material.R$dimen: int design_tab_text_size -androidx.appcompat.R$styleable: int[] AppCompatTheme -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver -okio.Okio$1: void flush() -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getProfile -androidx.work.R$id: int line3 -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: DailyTrendItemView(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.common.ui.behaviors.InkPageIndicatorBehavior -io.reactivex.observers.DisposableObserver: DisposableObserver() -com.google.android.material.R$style: int Widget_MaterialComponents_AutoCompleteTextView_OutlinedBox -wangdaye.com.geometricweather.R$styleable: int Preference_android_enabled -okhttp3.internal.http1.Http1Codec$AbstractSource: Http1Codec$AbstractSource(okhttp3.internal.http1.Http1Codec,okhttp3.internal.http1.Http1Codec$1) -com.turingtechnologies.materialscrollbar.R$attr: int voiceIcon -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric: int UnitType -androidx.lifecycle.LiveDataReactiveStreams: org.reactivestreams.Publisher toPublisher(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.LiveData) -cyanogenmod.externalviews.ExternalViewProviderService: cyanogenmod.externalviews.ExternalViewProviderService$Provider createExternalView(android.os.Bundle) -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_iconTintMode -com.google.android.material.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle -okhttp3.internal.http2.Huffman$Node: Huffman$Node() -androidx.dynamicanimation.R$attr: int fontProviderFetchStrategy -androidx.preference.R$drawable -com.tencent.bugly.proguard.d: d() -com.tencent.bugly.proguard.f: void a(com.tencent.bugly.proguard.i) -androidx.constraintlayout.widget.R$attr: int backgroundStacked -cyanogenmod.alarmclock.ClockContract$InstancesColumns: int PREDISMISSED_STATE -wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_mini_xml -androidx.appcompat.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_maxButtonHeight -androidx.vectordrawable.animated.R$styleable: int GradientColor_android_centerY -androidx.fragment.app.FragmentActivity -com.google.android.material.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration -io.reactivex.internal.observers.DeferredScalarObserver: io.reactivex.disposables.Disposable upstream -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModePasteDrawable -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: long serialVersionUID -wangdaye.com.geometricweather.R$attr: int limitBoundsTo -okio.Buffer: byte[] readByteArray(long) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_103 -androidx.coordinatorlayout.R$attr: int coordinatorLayoutStyle -com.amap.api.location.AMapLocationClientOption: boolean m -io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: ObservableAmb$AmbInnerObserver(io.reactivex.internal.operators.observable.ObservableAmb$AmbCoordinator,int,io.reactivex.Observer) -com.tencent.bugly.proguard.m -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder setEncodedPathSegment(int,java.lang.String) -com.google.android.material.slider.Slider: float getStepSize() -com.google.android.material.R$styleable: int ProgressIndicator_minHideDelay -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_registerThermalListener -okio.ByteString: okio.ByteString read(java.io.InputStream,int) -androidx.constraintlayout.widget.R$attr: int showTitle -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_checkedIconEnabled -okhttp3.Headers: java.lang.String get(java.lang.String[],java.lang.String) -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextHelper_android_drawableTop -james.adaptiveicon.R$layout: int notification_template_icon_group -androidx.loader.R$id: int action_image -cyanogenmod.hardware.ThermalListenerCallback$State: ThermalListenerCallback$State() -com.tencent.bugly.proguard.h: com.tencent.bugly.proguard.h a(int,java.lang.String) -androidx.constraintlayout.widget.R$id: int text -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Headline1 -androidx.appcompat.widget.ActionMenuPresenter$OverflowPopup -okhttp3.OkHttpClient$Builder: java.net.ProxySelector proxySelector -okhttp3.Cookie: java.util.regex.Pattern MONTH_PATTERN -okhttp3.Address: java.net.Proxy proxy -wangdaye.com.geometricweather.R$dimen: int mtrl_snackbar_background_corner_radius -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Speed: double Value -okhttp3.internal.Internal: int code(okhttp3.Response$Builder) -okhttp3.HttpUrl: okhttp3.HttpUrl$Builder newBuilder() -okhttp3.internal.http.CallServerInterceptor$CountingSink -androidx.appcompat.R$styleable: int ViewStubCompat_android_layout -wangdaye.com.geometricweather.R$styleable: int[] ViewStubCompat -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Speed Speed -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_android_switchTextOff -wangdaye.com.geometricweather.R$dimen: int abc_list_item_height_small_material -io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: void onComplete() -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color -james.adaptiveicon.R$dimen: int hint_pressed_alpha_material_dark -james.adaptiveicon.R$style: int Base_Theme_AppCompat_DialogWhenLarge -okhttp3.internal.http.RealInterceptorChain: okhttp3.internal.connection.StreamAllocation streamAllocation() -androidx.preference.R$styleable: int SeekBarPreference_min -androidx.core.widget.NestedScrollView: NestedScrollView(android.content.Context) -wangdaye.com.geometricweather.R$dimen: int abc_control_inset_material -androidx.preference.R$layout: int support_simple_spinner_dropdown_item -wangdaye.com.geometricweather.R$attr: int transitionShapeAppearance -cyanogenmod.providers.CMSettings$Secure: float getFloatForUser(android.content.ContentResolver,java.lang.String,int) -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void setDisposable(io.reactivex.disposables.Disposable) -com.tencent.bugly.crashreport.CrashReport$WebViewInterface: java.lang.CharSequence getContentDescription() -androidx.appcompat.R$styleable: int AppCompatTheme_colorButtonNormal -okio.HashingSource -wangdaye.com.geometricweather.R$drawable: int widget_text -androidx.lifecycle.ViewModel: ViewModel() -android.didikee.donate.R$styleable: int ActionBar_backgroundSplit -androidx.appcompat.R$style: int ThemeOverlay_AppCompat -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: java.lang.String weatherText -androidx.appcompat.widget.AppCompatTextView: int getAutoSizeStepGranularity() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric Metric -wangdaye.com.geometricweather.R$style: int Preference_SwitchPreferenceCompat_Material -androidx.constraintlayout.widget.R$styleable: int ColorStateListItem_android_color -androidx.fragment.R$styleable: int GradientColor_android_endY -wangdaye.com.geometricweather.R$attr: int barrierDirection -io.reactivex.internal.subscribers.StrictSubscriber: java.util.concurrent.atomic.AtomicReference upstream -androidx.preference.R$styleable: int SwitchCompat_trackTintMode -androidx.constraintlayout.widget.R$attr: int deriveConstraintsFrom -com.google.android.material.R$drawable: int abc_ab_share_pack_mtrl_alpha -androidx.loader.R$color: int notification_action_color_filter -wangdaye.com.geometricweather.R$styleable: int SwitchPreferenceCompat_switchTextOn -okhttp3.internal.http2.Http2Connection: boolean $assertionsDisabled -androidx.lifecycle.ReportFragment: void onPause() -okio.Okio$1 -wangdaye.com.geometricweather.R$attr: int buttonBarButtonStyle -com.google.android.material.floatingactionbutton.FloatingActionButton: void setBackgroundResource(int) -james.adaptiveicon.R$styleable: int View_paddingEnd -androidx.appcompat.widget.ActionBarContextView: void setTitleOptional(boolean) -com.jaredrummler.android.colorpicker.R$styleable: int Spinner_popupTheme -com.turingtechnologies.materialscrollbar.R$attr: int statusBarBackground -io.reactivex.internal.queue.SpscArrayQueue: int lookAheadStep -androidx.preference.PreferenceScreen -com.google.android.material.chip.ChipGroup: void setSingleLine(int) -com.google.android.material.R$styleable: int TabLayout_tabPaddingTop -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_TextView -okhttp3.internal.proxy.NullProxySelector -wangdaye.com.geometricweather.search.LoadableLocationList$Status: wangdaye.com.geometricweather.search.LoadableLocationList$Status ERROR -com.google.android.material.R$color: int mtrl_btn_transparent_bg_color -androidx.hilt.work.R$attr: R$attr() -androidx.appcompat.widget.ActionBarContainer: void setTransitioning(boolean) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatImageView_android_src -android.didikee.donate.R$id: int src_over -wangdaye.com.geometricweather.R$styleable: int KeyTrigger_motion_postLayoutCollision -com.google.android.material.R$anim: int btn_radio_to_on_mtrl_ring_outer_animation -androidx.legacy.coreutils.R$styleable: int[] ColorStateListItem -cyanogenmod.content.Intent: java.lang.String ACTION_OPEN_LIVE_LOCKSCREEN_SETTINGS -androidx.viewpager.R$dimen: int compat_control_corner_material -james.adaptiveicon.R$styleable: int AppCompatTheme_windowMinWidthMajor -wangdaye.com.geometricweather.R$id: int dialog_location_permission_statement_nextButton -wangdaye.com.geometricweather.R$styleable: int Slider_haloRadius -androidx.viewpager.R$styleable: int GradientColor_android_startX -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActivityChooserView -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_progress -com.bumptech.glide.load.engine.CallbackException: CallbackException(java.lang.Throwable) -androidx.constraintlayout.widget.R$color: int abc_search_url_text -com.google.android.material.tabs.TabLayout: int getTabMode() -james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth -androidx.preference.R$styleable: int[] MultiSelectListPreference -androidx.constraintlayout.widget.R$attr: int height -retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String[] ROWS -com.google.android.material.bottomnavigation.BottomNavigationItemView: com.google.android.material.badge.BadgeDrawable getBadge() -wangdaye.com.geometricweather.R$drawable: int abc_ic_star_half_black_36dp -okio.Buffer: okio.Buffer$UnsafeCursor readUnsafe() -wangdaye.com.geometricweather.R$attr: int materialAlertDialogTitleIconStyle -cyanogenmod.app.ProfileManager: android.app.NotificationGroup[] getNotificationGroups() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setPrimary(java.lang.String) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen: java.lang.String Name -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintStart_toEndOf -androidx.lifecycle.ProcessLifecycleOwner: java.lang.Runnable mDelayedPauseRunnable -com.tencent.bugly.crashreport.biz.UserInfoBean: int p -com.google.android.material.R$styleable: int ActionBar_customNavigationLayout -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: ObservableConcatMap$SourceObserver(io.reactivex.Observer,io.reactivex.functions.Function,int) -com.google.android.material.R$attr: int singleSelection -com.tencent.bugly.proguard.y$a: long b(com.tencent.bugly.proguard.y$a) -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_switchTextOff -androidx.lifecycle.SavedStateHandle: java.util.Map mRegular -com.google.gson.LongSerializationPolicy: com.google.gson.JsonElement serialize(java.lang.Long) +cyanogenmod.providers.CMSettings$System: java.lang.String NOTIFICATION_LIGHT_PULSE_VMAIL_LED_OFF +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout: void setOnApplyWindowInsetsListener(android.view.View$OnApplyWindowInsetsListener) +androidx.transition.R$styleable: int FontFamilyFont_fontStyle +androidx.lifecycle.LiveData$ObserverWrapper: boolean isAttachedTo(androidx.lifecycle.LifecycleOwner) +com.google.android.material.internal.BaselineLayout: BaselineLayout(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float ParticulateMatter10 +wangdaye.com.geometricweather.R$styleable: int State_android_id +android.didikee.donate.R$styleable: int AppCompatTheme_colorControlNormal +androidx.constraintlayout.widget.R$styleable: int Constraint_android_minWidth +androidx.preference.R$attr: int textAppearanceLargePopupMenu +cyanogenmod.profiles.StreamSettings: android.os.Parcelable$Creator CREATOR +com.baidu.location.e.l$b: int e +com.turingtechnologies.materialscrollbar.CustomIndicator +androidx.appcompat.R$styleable: int AppCompatTheme_actionModeCopyDrawable +wangdaye.com.geometricweather.R$color: int colorLine +james.adaptiveicon.R$styleable: int ActionBar_progressBarStyle +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.internal.util.AtomicThrowable errors +cyanogenmod.providers.CMSettings: java.lang.String AUTHORITY +okhttp3.internal.http.HttpHeaders: java.util.Set varyFields(okhttp3.Headers) +cyanogenmod.externalviews.KeyguardExternalView: android.os.IBinder access$200(cyanogenmod.externalviews.KeyguardExternalView) +okio.RealBufferedSink: okio.BufferedSink writeShort(int) +com.google.android.material.bottomappbar.BottomAppBar: float getFabCradleMargin() +io.reactivex.internal.operators.observable.ObservableAmb$AmbInnerObserver: void onNext(java.lang.Object) +androidx.appcompat.resources.R$id: int line1 +james.adaptiveicon.R$styleable: int TextAppearance_android_shadowRadius +cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: java.lang.String getInterfaceDescriptor() +com.jaredrummler.android.colorpicker.R$attr: int homeAsUpIndicator +com.turingtechnologies.materialscrollbar.R$dimen: int cardview_compat_inset_shadow +okhttp3.internal.cache.DiskLruCache$Editor: void detach() +com.google.android.material.chip.Chip: void setShapeAppearanceModel(com.google.android.material.shape.ShapeAppearanceModel) +androidx.drawerlayout.R$styleable: int FontFamilyFont_android_font +androidx.preference.R$styleable: int TextAppearance_android_textFontWeight +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: java.util.concurrent.TimeUnit unit +androidx.appcompat.widget.AppCompatCheckBox: android.graphics.PorterDuff$Mode getSupportButtonTintMode() +com.amap.api.location.AMapLocationClientOption: boolean OPEN_ALWAYS_SCAN_WIFI +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Headline5 +androidx.preference.R$string: int abc_searchview_description_clear +androidx.preference.R$styleable: int CompoundButton_buttonCompat +androidx.constraintlayout.widget.R$dimen: int abc_list_item_height_material +io.reactivex.subjects.PublishSubject$PublishDisposable: io.reactivex.subjects.PublishSubject parent +cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent[] $VALUES +com.google.android.material.R$style: int Widget_MaterialComponents_Chip_Entry +com.amap.api.location.AMapLocationClient: void enableBackgroundLocation(int,android.app.Notification) +android.didikee.donate.R$styleable: int MenuGroup_android_enabled +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_13 +okhttp3.internal.http2.Http2Connection: void pushExecutorExecute(okhttp3.internal.NamedRunnable) +cyanogenmod.app.ThemeComponent +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Large_Inverse +io.reactivex.internal.queue.SpscArrayQueue: java.util.concurrent.atomic.AtomicLong producerIndex +androidx.constraintlayout.widget.R$color: int dim_foreground_material_dark +com.tencent.bugly.crashreport.CrashReport: java.lang.String getAppChannel() +androidx.appcompat.resources.R$color: int notification_action_color_filter +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHeight_percent +cyanogenmod.profiles.BrightnessSettings: BrightnessSettings(int,boolean) +cyanogenmod.app.ILiveLockScreenManager: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() +androidx.preference.R$style: int Widget_AppCompat_ImageButton +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_constraintSet +okhttp3.ConnectionSpec: int hashCode() +com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_selector_background_transition_holo_dark +com.google.android.material.R$drawable: int notification_bg_normal +androidx.preference.R$styleable: int AppCompatTextView_android_textAppearance +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_TabBar +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.MinutelyEntityDao minutelyEntityDao +wangdaye.com.geometricweather.R$id: int adjust_height +com.jaredrummler.android.colorpicker.R$attr: int dropDownListViewStyle +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar +com.xw.repo.bubbleseekbar.R$color: int primary_material_light +androidx.drawerlayout.R$attr: int fontProviderCerts +cyanogenmod.themes.ThemeManager$ThemeProcessingListener +okio.GzipSource: void checkEqual(java.lang.String,int,int) +com.github.rahatarmanahmed.cpv.CircularProgressView$5: void onAnimationCancel(android.animation.Animator) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: void onKeyguardDismissed() +com.xw.repo.BubbleSeekBar: BubbleSeekBar(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getAqiText() +androidx.appcompat.R$dimen: int notification_large_icon_height +com.google.android.material.R$styleable: int TabLayout_tabPaddingEnd +androidx.vectordrawable.R$id: int dialog_button +wangdaye.com.geometricweather.R$layout: int preference_dropdown +cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy +wangdaye.com.geometricweather.R$style: int Widget_Design_BottomNavigationView +androidx.preference.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorError +cyanogenmod.providers.CMSettings +com.google.android.material.R$dimen: int mtrl_snackbar_background_corner_radius +cyanogenmod.providers.ThemesContract$ThemesColumns: android.net.Uri CONTENT_URI +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeRainPrecipitationProbability +james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarSize +okhttp3.RequestBody$2: byte[] val$content +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator RECENTS_SHOW_SEARCH_BAR_VALIDATOR +io.reactivex.internal.subscriptions.DeferredScalarSubscription: int NO_REQUEST_HAS_VALUE +com.google.android.material.R$style: int Widget_MaterialComponents_Button_Icon +io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.BiFunction,boolean) +com.google.android.material.R$attr: int paddingBottomNoButtons +androidx.hilt.work.R$id: int accessibility_custom_action_26 +androidx.constraintlayout.widget.R$anim: int abc_slide_out_top +androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_fontVariationSettings +james.adaptiveicon.R$styleable: int Toolbar_logoDescription +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_textColor +androidx.constraintlayout.widget.R$attr: int selectableItemBackgroundBorderless +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: void onError(java.lang.Throwable) +android.didikee.donate.R$drawable: int abc_control_background_material +androidx.constraintlayout.widget.R$styleable: int AppCompatSeekBar_tickMarkTint +com.google.android.material.R$styleable: int CollapsingToolbarLayout_collapsedTitleTextAppearance +okhttp3.internal.http2.Http2Reader: int readMedium(okio.BufferedSource) +wangdaye.com.geometricweather.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow +wangdaye.com.geometricweather.R$attr: int hideOnScroll +com.jaredrummler.android.colorpicker.R$attr: int fastScrollVerticalThumbDrawable +com.tencent.bugly.crashreport.common.info.a: void a(boolean) +com.google.android.material.card.MaterialCardView: int getStrokeWidth() +com.google.android.material.R$drawable: int mtrl_popupmenu_background +com.jaredrummler.android.colorpicker.R$attr: int layout_keyline +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintVertical_bias +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind: java.lang.Integer direction +androidx.lifecycle.ProcessLifecycleOwner$2 +wangdaye.com.geometricweather.R$attr: int windowNoTitle +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeRainPrecipitationDuration +cyanogenmod.library.R$id +androidx.constraintlayout.widget.R$styleable: int MotionTelltales_telltales_tailColor +okhttp3.Address: boolean equalsNonHost(okhttp3.Address) +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA +com.tencent.bugly.proguard.ap: boolean o +com.google.android.material.R$styleable: int TextInputLayout_boxCollapsedPaddingTop +com.tencent.bugly.BuglyStrategy: com.tencent.bugly.BuglyStrategy$a getCrashHandleCallback() +android.didikee.donate.R$attr: int listPreferredItemHeightLarge +cyanogenmod.app.CMTelephonyManager: boolean isSubActive(int) +androidx.appcompat.widget.AppCompatSpinner: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() +com.turingtechnologies.materialscrollbar.R$color: int accent_material_dark +com.jaredrummler.android.colorpicker.R$attr: int ratingBarStyleIndicator +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getScaleX() +com.tencent.bugly.proguard.am: byte[] h +james.adaptiveicon.R$id: int expand_activities_button +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int FREEZING_DRIZZLE +androidx.preference.R$attr: int dialogIcon +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: void onComplete() +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_ActionBar_Surface +androidx.constraintlayout.widget.R$drawable: int abc_spinner_textfield_background_material +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintBottom_creator +org.greenrobot.greendao.AbstractDao: long insertInsideTx(java.lang.Object,org.greenrobot.greendao.database.DatabaseStatement) +com.tencent.bugly.proguard.u: com.tencent.bugly.proguard.u a(android.content.Context) +com.baidu.location.indoor.mapversion.c.a$d: double c(double) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Metric Metric +io.reactivex.Observable: io.reactivex.Observable startWith(io.reactivex.ObservableSource) +io.reactivex.Observable: io.reactivex.Observable retry(io.reactivex.functions.Predicate) +wangdaye.com.geometricweather.R$styleable: int[] ActionBarLayout +cyanogenmod.profiles.RingModeSettings: int describeContents() +wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String description +com.google.android.material.R$styleable: int Constraint_flow_lastHorizontalBias +com.google.android.material.R$styleable: int View_paddingStart +io.reactivex.exceptions.MissingBackpressureException: MissingBackpressureException(java.lang.String) +wangdaye.com.geometricweather.settings.dialogs.RunningInBackgroundODialog +wangdaye.com.geometricweather.R$style: int ShapeAppearance_MaterialComponents_SmallComponent +wangdaye.com.geometricweather.R$style: int AlertDialog_AppCompat +androidx.preference.UnPressableLinearLayout: UnPressableLinearLayout(android.content.Context,android.util.AttributeSet) +androidx.core.app.NotificationCompatSideChannelService +wangdaye.com.geometricweather.R$dimen: int mtrl_alert_dialog_background_inset_end +androidx.core.R$drawable: int notification_bg_normal_pressed +okhttp3.EventListener: void callEnd(okhttp3.Call) +okhttp3.Response$Builder: long receivedResponseAtMillis +androidx.appcompat.widget.AppCompatButton: int getAutoSizeMinTextSize() +wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderSelection +com.google.android.material.R$style: int Base_Widget_AppCompat_ActionBar_TabBar +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_text_btn_padding_right +wangdaye.com.geometricweather.R$styleable: int[] Chip +com.xw.repo.bubbleseekbar.R$string: int abc_capital_on +com.google.android.material.R$attr: int textAppearanceSmallPopupMenu +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_arrow_drop_right_black_24dp +androidx.constraintlayout.widget.Guideline: Guideline(android.content.Context,android.util.AttributeSet,int) +com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_min_width_minor +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int level +wangdaye.com.geometricweather.settings.activities.CardDisplayManageActivity +com.turingtechnologies.materialscrollbar.R$drawable: int notification_tile_bg +okhttp3.internal.connection.RouteSelector: java.net.Proxy nextProxy() +cyanogenmod.externalviews.ExternalView$2: void run() +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao +cyanogenmod.profiles.ConnectionSettings: int CM_MODE_4G +cyanogenmod.weather.IRequestInfoListener$Stub +cyanogenmod.providers.CMSettings$System$1: boolean validate(java.lang.String) +com.google.android.material.R$style: int Base_TextAppearance_MaterialComponents_Subtitle2 +cyanogenmod.weatherservice.WeatherProviderService: void onDisconnected() +wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout +androidx.vectordrawable.animated.R$dimen: int notification_big_circle_margin +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored +com.turingtechnologies.materialscrollbar.R$id: int auto +okhttp3.RealCall: java.lang.String redactedUrl() +io.reactivex.internal.subscriptions.EmptySubscription: int requestFusion(int) +com.xw.repo.bubbleseekbar.R$attr: int actionBarWidgetTheme +wangdaye.com.geometricweather.R$string: int key_notification_hide_big_view +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setRelativeHumidity(java.lang.Float) +james.adaptiveicon.R$integer: int status_bar_notification_info_maxnum +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowActionBar +androidx.appcompat.R$styleable: int Toolbar_subtitle +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.MinutelyEntityDao getMinutelyEntityDao() +com.google.android.material.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow +androidx.appcompat.R$drawable: int abc_btn_switch_to_on_mtrl_00012 +com.turingtechnologies.materialscrollbar.R$attr: int tabGravity +com.jaredrummler.android.colorpicker.R$color: int bright_foreground_inverse_material_light +wangdaye.com.geometricweather.R$styleable: int[] AppCompatTheme +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void disposeInner() +wangdaye.com.geometricweather.R$integer: int cpv_default_anim_steps +wangdaye.com.geometricweather.R$attr: int navigationViewStyle androidx.appcompat.widget.Toolbar: void setSubtitleTextColor(int) -androidx.appcompat.R$style: int Base_Widget_AppCompat_SeekBar -androidx.lifecycle.ProcessLifecycleOwner: ProcessLifecycleOwner() -com.google.android.material.R$id: int dragStart -com.google.android.material.R$styleable: int[] SearchView -com.google.android.material.R$attr: int barLength -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setInterval(long) -com.google.android.material.R$dimen: int mtrl_navigation_item_shape_vertical_margin -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void onComplete() -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void cancelSources() -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addPathSegments(java.lang.String) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeCloudCover -androidx.viewpager.R$styleable: int GradientColor_android_centerColor -androidx.viewpager2.R$id: int accessibility_custom_action_17 -cyanogenmod.externalviews.KeyguardExternalView$OnWindowAttachmentChangedListener: void onDetachedFromWindow() -com.google.android.material.R$style: int Theme_AppCompat_CompactMenu -android.didikee.donate.R$styleable: int[] LinearLayoutCompat_Layout -androidx.preference.R$styleable: int AppCompatTextView_drawableTintMode -com.tencent.bugly.proguard.v: android.content.Context c -com.google.android.material.R$color: int material_slider_inactive_tick_marks_color -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: java.lang.String Link -androidx.lifecycle.SavedStateViewModelFactory: android.app.Application mApplication -androidx.preference.R$style: int Widget_AppCompat_ActionBar_TabBar -com.jaredrummler.android.colorpicker.R$dimen: int abc_search_view_preferred_height -cyanogenmod.themes.IThemeService$Stub: IThemeService$Stub() -com.google.android.material.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha -okhttp3.internal.ws.RealWebSocket$PingRunnable -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX -androidx.appcompat.R$styleable: int FontFamily_fontProviderCerts -com.turingtechnologies.materialscrollbar.R$styleable: int[] NavigationView -io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: long serialVersionUID -com.tencent.bugly.crashreport.common.info.AppInfo: java.lang.String h(android.content.Context) -cyanogenmod.externalviews.KeyguardExternalView$7 -wangdaye.com.geometricweather.R$id: int widget_trend_hourly_item_2 -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DH_anon_WITH_DES_CBC_SHA -com.google.android.material.R$style: int Test_ShapeAppearanceOverlay_MaterialComponents_MaterialCalendar_Day -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_textStartPadding -android.didikee.donate.R$style: int Widget_AppCompat_AutoCompleteTextView -cyanogenmod.externalviews.KeyguardExternalViewProviderService: java.lang.String SERVICE_INTERFACE -wangdaye.com.geometricweather.R$styleable: int Chip_chipSurfaceColor -com.jaredrummler.android.colorpicker.R$styleable: int ButtonBarLayout_allowStacking -com.google.android.material.R$styleable: int TextInputLayout_boxStrokeErrorColor -com.turingtechnologies.materialscrollbar.R$color: int abc_search_url_text_selected -com.google.android.gms.common.R$string -androidx.viewpager.R$attr: int fontProviderFetchTimeout -okhttp3.internal.ws.RealWebSocket$Streams: okio.BufferedSource source -okio.ByteString: java.lang.String toString() -com.google.android.gms.base.R$drawable: int common_google_signin_btn_text_light_normal_background -com.google.android.material.R$color: int design_fab_shadow_end_color -androidx.lifecycle.FullLifecycleObserver: void onDestroy(androidx.lifecycle.LifecycleOwner) -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionBar_TabView -androidx.appcompat.R$style: int Theme_AppCompat_Light_Dialog_Alert -com.bumptech.glide.integration.okhttp.R$id: int info -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Button -retrofit2.ParameterHandler$Part: retrofit2.Converter converter -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_checkable -androidx.appcompat.view.menu.ActionMenuItemView: void setChecked(boolean) -androidx.appcompat.R$styleable: int FontFamilyFont_font -androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_android_ttcIndex -com.turingtechnologies.materialscrollbar.R$drawable: int notification_bg_low_pressed -wangdaye.com.geometricweather.R$color: int colorTextLight -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean outputFused -io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: io.reactivex.Observer downstream -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String coDesc -androidx.activity.R$color: R$color() -com.amap.api.location.AMapLocationClientOption: boolean OPEN_ALWAYS_SCAN_WIFI -com.turingtechnologies.materialscrollbar.R$style: int Base_V26_Widget_AppCompat_Toolbar -cyanogenmod.providers.CMSettings$Secure$1: boolean validate(java.lang.String) -wangdaye.com.geometricweather.R$string: int translator -com.google.android.material.R$dimen: int mtrl_extended_fab_min_height -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText +cyanogenmod.weather.RequestInfo$Builder: int mTempUnit +com.xw.repo.bubbleseekbar.R$id: int edit_query +androidx.preference.R$drawable: int abc_ic_star_black_16dp +cyanogenmod.app.CustomTileListenerService: CustomTileListenerService() +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_iconStartPadding +okio.Options: Options(okio.ByteString[],int[]) +retrofit2.OkHttpCall$ExceptionCatchingResponseBody: okio.BufferedSource delegateSource +com.google.android.material.R$layout: int abc_alert_dialog_material +com.tencent.bugly.crashreport.crash.b: com.tencent.bugly.BuglyStrategy$a g +wangdaye.com.geometricweather.R$attr: int layout_editor_absoluteY +wangdaye.com.geometricweather.R$dimen: int mtrl_badge_radius +androidx.preference.R$styleable: int View_android_focusable +okhttp3.internal.connection.RealConnection: java.net.Socket rawSocket +com.tencent.bugly.BuglyStrategy: boolean isUploadProcess() +wangdaye.com.geometricweather.R$id: int checkbox +com.xw.repo.bubbleseekbar.R$attr: int autoSizeTextType +androidx.cardview.R$attr: int cardCornerRadius +wangdaye.com.geometricweather.main.utils.MainPalette +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_numericShortcut +okio.Okio$4: java.net.Socket val$socket +wangdaye.com.geometricweather.R$dimen: int design_navigation_icon_padding +wangdaye.com.geometricweather.R$layout: int abc_list_menu_item_radio +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_BOOT_ANIM +cyanogenmod.themes.ThemeManager: void requestThemeChange(java.lang.String,java.util.List) +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Subtitle2 +com.amap.api.location.AMapLocationListener: void onLocationChanged(com.amap.api.location.AMapLocation) +com.google.android.material.R$attr: int motion_triggerOnCollision +com.turingtechnologies.materialscrollbar.R$style: int Base_AlertDialog_AppCompat_Light +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_textStyle +com.google.android.material.floatingactionbutton.FloatingActionButton: void setHideMotionSpec(com.google.android.material.animation.MotionSpec) +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Display2 +com.xw.repo.bubbleseekbar.R$attr: int lineHeight +com.xw.repo.bubbleseekbar.R$dimen: int notification_top_pad_large_text +com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getTrackActiveTintList() +okio.SegmentedByteString: java.lang.Object writeReplace() +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: boolean isEntityUpdateable() +james.adaptiveicon.R$dimen: int abc_edit_text_inset_horizontal_material +androidx.preference.R$attr: int layout_anchorGravity +wangdaye.com.geometricweather.common.ui.widgets.TagView: TagView(android.content.Context) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarTabStyle cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setDeleteIntent(android.app.PendingIntent) -okhttp3.internal.http2.Huffman: byte[] CODE_LENGTHS -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Dialog_Alert_Framework -androidx.preference.R$dimen: int preference_seekbar_padding_horizontal -com.bumptech.glide.R$drawable: int notification_icon_background -com.tencent.bugly.a: java.lang.String version -androidx.appcompat.R$attr: int actionBarSplitStyle -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_id -wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoonRiseDate(java.util.Date) -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_android_enabled -com.google.android.material.chip.Chip: void setCloseIconVisible(boolean) -com.google.android.material.R$attr: int iconGravity -com.xw.repo.bubbleseekbar.R$color: int tooltip_background_dark -androidx.constraintlayout.widget.R$drawable: int abc_dialog_material_background -androidx.constraintlayout.widget.R$styleable: int Toolbar_contentInsetStart -com.google.gson.LongSerializationPolicy$1: LongSerializationPolicy$1(java.lang.String,int) -io.reactivex.internal.subscriptions.SubscriptionHelper: boolean setOnce(java.util.concurrent.atomic.AtomicReference,org.reactivestreams.Subscription,long) -com.google.android.material.R$color: int mtrl_fab_ripple_color -android.didikee.donate.R$drawable: int abc_tab_indicator_material -wangdaye.com.geometricweather.R$id: int mtrl_picker_text_input_date -com.google.android.material.R$color: int material_on_primary_disabled -io.reactivex.internal.observers.DeferredScalarDisposable: int DISPOSED -wangdaye.com.geometricweather.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle -wangdaye.com.geometricweather.R$dimen: int abc_edit_text_inset_horizontal_material -okio.Pipe: boolean sourceClosed -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow -com.google.android.material.chip.Chip: float getTextEndPadding() -wangdaye.com.geometricweather.R$dimen: int abc_action_button_min_width_material -cyanogenmod.weatherservice.WeatherProviderService: android.os.Handler access$000(cyanogenmod.weatherservice.WeatherProviderService) -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintCircleRadius -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps: MfWarningsResult$WarningTimelaps() -com.google.android.material.R$style: int Widget_MaterialComponents_Chip_Entry -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$TotalLiquid: java.lang.String Unit -james.adaptiveicon.R$color: int tooltip_background_light -retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter: java.lang.reflect.Type responseType -com.google.android.material.R$style: int Base_Widget_MaterialComponents_PopupMenu_ContextMenu -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_Layout_layout_scrollFlags -com.jaredrummler.android.colorpicker.R$attr: int fontWeight +wangdaye.com.geometricweather.R$drawable: int ic_aqi +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Chip_Action +androidx.preference.R$attr: int alpha +wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_mini_light +okhttp3.ConnectionSpec: java.lang.String[] cipherSuites +androidx.constraintlayout.widget.R$dimen: int abc_text_size_subhead_material +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: void onComplete() +com.tencent.bugly.crashreport.common.info.a: java.lang.String z() +wangdaye.com.geometricweather.R$attr: int cardPreventCornerOverlap +retrofit2.KotlinExtensions$await$2$2: KotlinExtensions$await$2$2(kotlinx.coroutines.CancellableContinuation) +com.google.android.material.R$styleable: int TextInputLayout_placeholderTextColor +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode +com.google.android.material.R$color: int design_dark_default_color_on_background +androidx.constraintlayout.widget.R$attr: int layout_constraintEnd_toStartOf +androidx.lifecycle.reactivestreams.R +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_scaleX +com.google.android.material.R$styleable: int[] AppBarLayoutStates +com.turingtechnologies.materialscrollbar.R$id: int pin +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: io.reactivex.Observer downstream +android.didikee.donate.R$styleable: int AppCompatTheme_windowFixedHeightMinor +com.turingtechnologies.materialscrollbar.R$dimen: int fastscroll_default_thickness +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small +cyanogenmod.hardware.DisplayMode: int id +com.turingtechnologies.materialscrollbar.R$attr: int subtitleTextAppearance +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceTheme_preferenceFragmentCompatStyle +android.didikee.donate.R$color: int accent_material_dark +okio.SegmentedByteString: void write(okio.Buffer) +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ListPopupWindow +wangdaye.com.geometricweather.R$style: int widget_progress +io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: ObservableSubscribeOn$SubscribeOnObserver(io.reactivex.Observer) +androidx.preference.R$attr: int actionModePasteDrawable +cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator sColorValidator +com.xw.repo.bubbleseekbar.R$anim: int abc_grow_fade_in_from_bottom +android.didikee.donate.R$color: int switch_thumb_normal_material_light +wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.AirQuality getAirQuality() +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_translation_z_pressed +androidx.hilt.work.R$attr: int fontProviderQuery +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind: double gust +androidx.lifecycle.ReportFragment$ActivityInitializationListener: void onResume() +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver INNER_DISPOSED +android.didikee.donate.R$drawable: int abc_btn_check_material +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: void onSuccess(java.lang.Object) +okhttp3.internal.io.FileSystem: boolean exists(java.io.File) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_autoSizePresetSizes +com.tencent.bugly.crashreport.CrashReport: boolean setJavascriptMonitor(android.webkit.WebView,boolean) +com.google.android.material.circularreveal.CircularRevealFrameLayout: CircularRevealFrameLayout(android.content.Context) +com.jaredrummler.android.colorpicker.R$styleable: int Spinner_android_dropDownWidth +com.amap.api.location.AMapLocation: void setNumber(java.lang.String) +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_mini_light +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SHOWERS +androidx.legacy.coreutils.R$id: int notification_main_column +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: void run() +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: long serialVersionUID +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setAqiText(java.lang.String) +androidx.vectordrawable.R$styleable: int FontFamilyFont_ttcIndex +com.xw.repo.bubbleseekbar.R$attr: int thumbTint +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_caption_material +cyanogenmod.providers.CMSettings$System: java.lang.String KEY_APP_SWITCH_LONG_PRESS_ACTION +androidx.hilt.lifecycle.R$style: int TextAppearance_Compat_Notification_Info +okhttp3.Headers$Builder +com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: boolean equals(java.lang.Object) +androidx.activity.R$id: int accessibility_custom_action_4 +wangdaye.com.geometricweather.R$color: int colorPrimaryDark +androidx.lifecycle.LifecycleRegistry$ObserverWithState: androidx.lifecycle.LifecycleEventObserver mLifecycleObserver +okhttp3.Cookie$Builder +org.greenrobot.greendao.AbstractDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) +wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_elevation +com.google.android.material.R$style: int TextAppearance_Compat_Notification +androidx.constraintlayout.widget.R$attr: int layout_constraintHorizontal_bias +cyanogenmod.app.CMTelephonyManager: void setDataConnectionSelectedOnSub(int) +com.jaredrummler.android.colorpicker.R$drawable: int abc_spinner_mtrl_am_alpha +com.tencent.bugly.crashreport.common.info.b: int c() +wangdaye.com.geometricweather.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog_Alert +androidx.constraintlayout.utils.widget.ImageFilterView: float getRound() +com.google.android.material.bottomnavigation.BottomNavigationView: android.content.res.ColorStateList getItemIconTintList() +com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage SOURCE +wangdaye.com.geometricweather.R$anim: int btn_checkbox_to_checked_box_outer_merged_animation +wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit valueOf(java.lang.String) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeRealFeelShaderTemperature +retrofit2.ParameterHandler$Body: int p +androidx.recyclerview.R$attr: int fontProviderPackage +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Position: double lat +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_DropDownItem +retrofit2.adapter.rxjava2.CallExecuteObservable$CallDisposable: boolean disposed +com.jaredrummler.android.colorpicker.R$style: int Base_V26_Theme_AppCompat_Light +androidx.lifecycle.SingleGeneratedAdapterObserver +androidx.appcompat.R$dimen +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getPm10() +com.google.android.material.R$color: int mtrl_btn_bg_color_selector +cyanogenmod.app.IProfileManager: void addNotificationGroup(android.app.NotificationGroup) +androidx.constraintlayout.widget.R$attr: int layout_constraintVertical_bias +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator VOLUME_KEYS_CONTROL_RING_STREAM_VALIDATOR +cyanogenmod.externalviews.IExternalViewProviderFactory$Stub$Proxy +wangdaye.com.geometricweather.R$id: int below_section_mark +androidx.constraintlayout.widget.R$attr: int listPopupWindowStyle +cyanogenmod.app.LiveLockScreenInfo: LiveLockScreenInfo(android.os.Parcel,cyanogenmod.app.LiveLockScreenInfo$1) +james.adaptiveicon.R$styleable: int AlertDialog_buttonPanelSideLayout +okhttp3.internal.cache.DiskLruCache: java.util.regex.Pattern LEGAL_KEY_PATTERN +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_AES_256_GCM_SHA384 +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow: MfForecastResult$Forecast$Snow() +cyanogenmod.app.ProfileManager: int PROFILES_STATE_ENABLED +androidx.appcompat.widget.AppCompatSpinner: int getDropDownWidth() +androidx.drawerlayout.R$integer: int status_bar_notification_info_maxnum +androidx.appcompat.R$anim: int abc_tooltip_enter +androidx.core.view.GestureDetectorCompat$GestureDetectorCompatImpl +com.jaredrummler.android.colorpicker.R$attr: int selectable +com.github.rahatarmanahmed.cpv.CircularProgressView: float actualProgress +com.google.android.material.R$attr: int closeIconTint +okio.Okio$4: java.io.IOException newTimeoutException(java.io.IOException) +androidx.viewpager2.R$attr: int fontProviderAuthority +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_goneMarginStart +androidx.legacy.coreutils.R$styleable: int GradientColor_android_startY +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_logo +cyanogenmod.providers.CMSettings$Secure: long getLong(android.content.ContentResolver,java.lang.String) +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: java.util.List toDailyTrendDisplayList(java.lang.String) +retrofit2.ParameterHandler: retrofit2.ParameterHandler array() +cyanogenmod.app.ICMTelephonyManager$Stub: android.os.IBinder asBinder() +androidx.viewpager2.R$dimen: int fastscroll_minimum_range +com.github.rahatarmanahmed.cpv.CircularProgressView$7: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 +androidx.appcompat.R$string: int status_bar_notification_info_overflow +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric: AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric() +okhttp3.OkHttpClient$Builder: boolean followRedirects +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust: AccuDailyResult$DailyForecasts$Night$WindGust() +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_Button_Colored +androidx.constraintlayout.widget.R$styleable: int Transition_duration +com.tencent.bugly.crashreport.common.info.AppInfo: java.lang.String i(android.content.Context) +androidx.preference.R$styleable: int[] ListPopupWindow +androidx.constraintlayout.widget.R$attr: int iconTintMode +wangdaye.com.geometricweather.R$attr: int tabIconTint +androidx.constraintlayout.widget.R$bool +james.adaptiveicon.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_chainUseRtl +com.xw.repo.bubbleseekbar.R$id: int right_side +wangdaye.com.geometricweather.R$id: int skipCollapsed +com.jaredrummler.android.colorpicker.R$attr: int listPreferredItemPaddingRight +cyanogenmod.app.ICMStatusBarManager$Stub: int TRANSACTION_registerListener +com.google.android.material.internal.VisibilityAwareImageButton: VisibilityAwareImageButton(android.content.Context,android.util.AttributeSet,int) +com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_stackFromEnd +com.tencent.bugly.proguard.i: java.nio.ByteBuffer a +wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogBodyTextStyle +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton +wangdaye.com.geometricweather.R$drawable: int mtrl_ic_arrow_drop_up +com.turingtechnologies.materialscrollbar.R$style: int AlertDialog_AppCompat_Light +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: java.lang.String getZh_TW() +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: void setTextColor(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$dimen: int abc_search_view_preferred_height +okhttp3.OkHttpClient$Builder: javax.net.ssl.HostnameVerifier hostnameVerifier +okhttp3.internal.http2.Http2Reader: okhttp3.internal.http2.Http2Reader$ContinuationSource continuation +android.didikee.donate.R$styleable: int MenuView_android_horizontalDivider +com.google.android.material.R$attr: int layout_constraintBaseline_creator +androidx.preference.R$styleable: int GradientColorItem_android_offset +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_28 +okhttp3.internal.cache.InternalCache: okhttp3.Response get(okhttp3.Request) +james.adaptiveicon.R$color: int abc_btn_colored_borderless_text_material +androidx.vectordrawable.animated.R$styleable: int GradientColor_android_endY +okhttp3.internal.http1.Http1Codec: Http1Codec(okhttp3.OkHttpClient,okhttp3.internal.connection.StreamAllocation,okio.BufferedSource,okio.BufferedSink) +com.google.android.material.R$style: int TextAppearance_Compat_Notification_Info +wangdaye.com.geometricweather.R$styleable: int KeyTrigger_motion_postLayoutCollision +cyanogenmod.weather.RequestInfo$Builder: java.lang.String mCityName +com.jaredrummler.android.colorpicker.R$styleable: int[] PreferenceImageView +com.google.android.material.R$styleable: int Badge_badgeTextColor +com.google.android.material.R$drawable: int ic_keyboard_black_24dp +io.reactivex.Observable: io.reactivex.Observable buffer(int,int) +com.tencent.bugly.BuglyStrategy: java.lang.String getLibBuglySOFilePath() +com.google.android.material.R$styleable: int Chip_chipIcon +com.google.android.material.R$id: int month_navigation_next +androidx.work.R$id: int time +wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date moonRiseDate +androidx.preference.R$string: int abc_action_bar_up_description +androidx.preference.R$styleable: int AppCompatTheme_activityChooserViewStyle +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_firstBaselineToTopHeight +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle +com.google.android.material.R$id: int gone +cyanogenmod.providers.CMSettings$NameValueCache: java.util.HashMap mValues +wangdaye.com.geometricweather.R$string: int abc_action_mode_done +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_colorControlActivated +com.turingtechnologies.materialscrollbar.R$attr: int collapsedTitleTextAppearance +cyanogenmod.app.Profile$ProfileTrigger: Profile$ProfileTrigger(android.os.Parcel,cyanogenmod.app.Profile$1) +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintStart_toEndOf +wangdaye.com.geometricweather.R$drawable: int common_full_open_on_phone +androidx.preference.R$styleable: int AppCompatTheme_actionMenuTextColor +androidx.appcompat.R$styleable: int SearchView_android_imeOptions +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) +cyanogenmod.weatherservice.IWeatherProviderService$Stub: int TRANSACTION_cancelRequest +androidx.lifecycle.ReflectiveGenericLifecycleObserver +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments text +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPath: void setPathData(androidx.core.graphics.PathParser$PathDataNode[]) +org.greenrobot.greendao.AbstractDaoMaster: int schemaVersion +androidx.customview.R$string: R$string() +com.google.android.material.R$attr: int colorSurface +android.didikee.donate.R$attr: int windowFixedHeightMajor +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Button_Borderless +androidx.appcompat.R$id: int search_edit_frame +io.reactivex.internal.subscriptions.SubscriptionArbiter: void setSubscription(org.reactivestreams.Subscription) +androidx.appcompat.R$attr: int windowMinWidthMajor +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_BottomSheetDialog +androidx.appcompat.R$id: int tag_unhandled_key_event_manager +cyanogenmod.app.LiveLockScreenManager: void logServiceException(java.lang.Exception) +androidx.viewpager2.widget.ViewPager2: int getItemDecorationCount() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Metric Metric +wangdaye.com.geometricweather.R$styleable: int CardView_cardMaxElevation +android.didikee.donate.R$styleable: int ActionBar_elevation +james.adaptiveicon.R$id: int chronometer +androidx.activity.R$id: int accessibility_custom_action_20 +com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_barLength +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary +retrofit2.ParameterHandler$Body: void apply(retrofit2.RequestBuilder,java.lang.Object) +wangdaye.com.geometricweather.R$layout: int item_alert +androidx.viewpager2.R$styleable: int FontFamilyFont_android_font +com.google.android.material.R$style: int Animation_MaterialComponents_BottomSheetDialog +retrofit2.HttpServiceMethod: retrofit2.Converter responseConverter +androidx.appcompat.R$drawable: int abc_btn_check_material +okhttp3.internal.platform.Platform: void configureSslSocketFactory(javax.net.ssl.SSLSocketFactory) +wangdaye.com.geometricweather.R$layout: int test_chip_zero_corner_radius +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon +com.xw.repo.bubbleseekbar.R$color: int secondary_text_default_material_dark +io.reactivex.internal.queue.MpscLinkedQueue$LinkedQueueNode: long serialVersionUID +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: java.lang.String getNotificationTextColorName(android.content.Context) +com.google.android.material.R$dimen: int tooltip_precise_anchor_threshold +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float no2 +wangdaye.com.geometricweather.R$attr: int thumbElevation +androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_fontWeight +androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_android_ttcIndex +cyanogenmod.themes.ThemeManager: java.lang.String access$100() +com.xw.repo.bubbleseekbar.R$styleable: int[] View +com.google.android.material.R$attr: int switchTextAppearance +okhttp3.Dispatcher: void cancelAll() +okhttp3.RequestBody +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_WITH_RC4_128_SHA +androidx.preference.R$style: int PreferenceFragmentList +androidx.loader.R$drawable: int notify_panel_notification_icon_bg +okhttp3.RealCall$AsyncCall +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: boolean cancelled +androidx.appcompat.R$dimen: int abc_control_corner_material +androidx.fragment.R$style: int Widget_Compat_NotificationActionText +io.reactivex.internal.subscribers.DeferredScalarSubscriber: void onComplete() +androidx.constraintlayout.motion.widget.MotionLayout: void setTransitionState(android.os.Bundle) +com.google.android.material.R$attr: int expandedTitleMarginTop +cyanogenmod.app.ICustomTileListener$Stub: cyanogenmod.app.ICustomTileListener asInterface(android.os.IBinder) +androidx.activity.R$layout: int notification_template_icon_group +wangdaye.com.geometricweather.R$attr: int bsb_always_show_bubble +okhttp3.ConnectionPool +okhttp3.Cache +androidx.customview.R$id: int right_icon +com.google.android.material.R$style: int Widget_AppCompat_EditText +wangdaye.com.geometricweather.wallpaper.LiveWallpaperConfigActivity: LiveWallpaperConfigActivity() +cyanogenmod.weather.WeatherInfo$Builder: double mHumidity +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeRainPrecipitation(java.lang.Float) +androidx.preference.R$color: int abc_background_cache_hint_selector_material_dark +com.google.android.material.button.MaterialButton: void setBackgroundTintMode(android.graphics.PorterDuff$Mode) +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: ObservableReplay$BoundedReplayBuffer() +com.google.android.gms.base.R$drawable: int common_google_signin_btn_text_light_normal_background +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Metric: AccuCurrentResult$Past24HourTemperatureDeparture$Metric() +android.didikee.donate.R$id: int chronometer +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: boolean eager +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_DropDownItem +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode NO_ERROR +androidx.constraintlayout.widget.R$styleable: int ImageFilterView_round +com.tencent.bugly.crashreport.biz.b: long e +wangdaye.com.geometricweather.R$transition: int search_activity_shared_enter +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_title +com.google.android.material.R$styleable: int AppCompatTextHelper_android_drawableEnd +wangdaye.com.geometricweather.R$drawable: int abc_btn_check_to_on_mtrl_000 +wangdaye.com.geometricweather.R$attr: int mock_showLabel +wangdaye.com.geometricweather.R$attr: int actionDropDownStyle +wangdaye.com.geometricweather.R$styleable: int NavigationView_android_background +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: AccuDailyResult$Headline() +com.tencent.bugly.crashreport.biz.UserInfoBean: long h +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintVertical_weight +com.jaredrummler.android.colorpicker.ColorPanelView: void setOriginalColor(int) +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: void onNext(java.lang.Object) +com.google.android.material.R$styleable: int ActionBar_indeterminateProgressStyle +james.adaptiveicon.R$dimen: int hint_alpha_material_dark +com.turingtechnologies.materialscrollbar.R$styleable: int[] RecycleListView +cyanogenmod.externalviews.ExternalViewProperties: android.view.View mDecorView +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title +androidx.work.R$styleable: int FontFamily_fontProviderPackage +wangdaye.com.geometricweather.R$attr: int textAppearanceBody1 +com.github.rahatarmanahmed.cpv.CircularProgressView: float access$402(com.github.rahatarmanahmed.cpv.CircularProgressView,float) +com.xw.repo.bubbleseekbar.R$drawable: int abc_ab_share_pack_mtrl_alpha +com.github.rahatarmanahmed.cpv.CircularProgressView$1: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 +wangdaye.com.geometricweather.R$drawable: int abc_btn_check_material +androidx.appcompat.R$color: int primary_text_disabled_material_dark +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken[] values() +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: void dispose() +com.google.android.material.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog +com.xw.repo.bubbleseekbar.R$attr: int dropDownListViewStyle +com.google.android.material.R$bool: int abc_action_bar_embed_tabs +androidx.vectordrawable.animated.R$styleable: int GradientColor_android_centerColor +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dropDownListViewStyle +com.google.android.gms.auth.api.signin.GoogleSignInOptions: android.os.Parcelable$Creator CREATOR +cyanogenmod.weather.WeatherInfo$DayForecast: double mLow +wangdaye.com.geometricweather.db.entities.DaoMaster: org.greenrobot.greendao.AbstractDaoSession newSession() +cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: void registerWeatherServiceProviderChangeListener(cyanogenmod.weather.IWeatherServiceProviderChangeListener) +androidx.appcompat.view.menu.CascadingMenuPopup: void setOnDismissListener(android.widget.PopupWindow$OnDismissListener) +okio.BufferedSink: okio.BufferedSink writeDecimalLong(long) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeIcePrecipitationProbability +com.amap.api.location.AMapLocation: com.amap.api.location.AMapLocationQualityReport getLocationQualityReport() +okhttp3.internal.ws.RealWebSocket: int receivedPongCount() +io.reactivex.Observable: io.reactivex.Observable cast(java.lang.Class) +cyanogenmod.profiles.RingModeSettings$1: RingModeSettings$1() +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: HourlyEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) +com.tencent.bugly.crashreport.crash.e: com.tencent.bugly.crashreport.crash.b b +cyanogenmod.app.ILiveLockScreenManager: cyanogenmod.app.LiveLockScreenInfo getDefaultLiveLockScreen() +com.google.android.material.R$styleable: int AppCompatTheme_dividerVertical +com.google.android.material.bottomnavigation.BottomNavigationPresenter$SavedState: android.os.Parcelable$Creator CREATOR +cyanogenmod.themes.IThemeChangeListener$Stub: int TRANSACTION_onFinish_1 +com.tencent.bugly.proguard.k: void a(com.tencent.bugly.proguard.j) +com.google.android.material.R$id: int tag_unhandled_key_event_manager +wangdaye.com.geometricweather.R$interpolator +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: android.os.IBinder asBinder() +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: long index +okhttp3.internal.platform.Platform: okhttp3.internal.platform.Platform findPlatform() +com.google.android.material.internal.NavigationMenuView +com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_startColor +androidx.preference.R$attr: int fontProviderFetchTimeout +androidx.hilt.lifecycle.R$style: int TextAppearance_Compat_Notification_Line2 +com.google.android.material.textfield.TextInputLayout: void setErrorContentDescription(java.lang.CharSequence) +com.google.android.material.R$animator: int mtrl_fab_transformation_sheet_expand_spec +com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_singleChoiceItemLayout +com.google.android.material.R$attr: int tickMarkTint +com.google.android.material.R$styleable: int AppCompatTheme_tooltipForegroundColor +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_thumb_text_color +androidx.lifecycle.ClassesInfoCache$MethodReference: void invokeCallback(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event,java.lang.Object) +androidx.appcompat.widget.ActionBarOverlayLayout: ActionBarOverlayLayout(android.content.Context) +androidx.constraintlayout.widget.R$dimen: R$dimen() +wangdaye.com.geometricweather.R$id: int material_hour_text_input +androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_width +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler getInstance(android.content.Context,com.tencent.bugly.crashreport.common.info.a,com.tencent.bugly.crashreport.crash.b,com.tencent.bugly.crashreport.common.strategy.a,com.tencent.bugly.proguard.w,boolean,java.lang.String) +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: ObservableRange$RangeDisposable(io.reactivex.Observer,long,long) +com.google.android.material.R$style: int Base_TextAppearance_MaterialComponents_Button +wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: java.lang.String IconPhrase +androidx.appcompat.widget.ActionMenuView: void setPresenter(androidx.appcompat.widget.ActionMenuPresenter) +com.google.android.material.R$styleable: int Constraint_layout_constraintTag +androidx.work.ExistingPeriodicWorkPolicy: androidx.work.ExistingPeriodicWorkPolicy KEEP +wangdaye.com.geometricweather.settings.dialogs.ProvidersPreviewerDialog +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: java.lang.String getDensityVoice(android.content.Context,float) +com.xw.repo.bubbleseekbar.R$layout: R$layout() +androidx.lifecycle.ServiceLifecycleDispatcher: android.os.Handler mHandler +androidx.preference.R$style: int Base_V7_Theme_AppCompat_Light +wangdaye.com.geometricweather.R$drawable: int shortcuts_rain +androidx.legacy.coreutils.R$color: int notification_icon_bg_color +wangdaye.com.geometricweather.common.ui.widgets.astro.MoonPhaseView: MoonPhaseView(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$string: int settings_summary_live_wallpaper +james.adaptiveicon.R$styleable: int[] ButtonBarLayout +com.xw.repo.bubbleseekbar.R$dimen: int hint_alpha_material_dark +androidx.lifecycle.extensions.R$styleable: R$styleable() +com.xw.repo.bubbleseekbar.R$attr: int tickMarkTint +wangdaye.com.geometricweather.R$id: int fill +james.adaptiveicon.R$styleable: int MenuItem_tooltipText +wangdaye.com.geometricweather.R$styleable: int Slider_trackColor +androidx.appcompat.R$styleable: int[] AlertDialog +androidx.constraintlayout.widget.R$anim: int abc_slide_in_bottom +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_EXPORT_WITH_DES_CBC_40_SHA +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: int state +io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.BiFunction,boolean,int) +wangdaye.com.geometricweather.R$dimen: int main_title_text_size +com.google.android.material.chip.Chip: void setCloseIcon(android.graphics.drawable.Drawable) +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType DeleteAll +androidx.constraintlayout.widget.R$styleable: int[] AppCompatTextHelper +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25 pm25 +androidx.appcompat.R$attr: int autoSizeTextType +okio.RealBufferedSource: boolean rangeEquals(long,okio.ByteString,int,int) +james.adaptiveicon.R$styleable: int FontFamilyFont_fontStyle +okhttp3.logging.HttpLoggingInterceptor: okhttp3.logging.HttpLoggingInterceptor$Logger logger +android.support.v4.os.ResultReceiver$MyRunnable +cyanogenmod.weather.WeatherInfo$Builder +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int WINDY +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder addPathSegments(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintEnd_toEndOf +james.adaptiveicon.R$attr: int arrowShaftLength +retrofit2.BuiltInConverters$RequestBodyConverter: okhttp3.RequestBody convert(okhttp3.RequestBody) +io.reactivex.subjects.PublishSubject$PublishDisposable: long serialVersionUID +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_month_horizontal_padding +androidx.legacy.coreutils.R$id: int time +android.didikee.donate.R$styleable: int Toolbar_subtitle +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_percent +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_goneMarginTop +james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft +androidx.appcompat.widget.SwitchCompat +io.reactivex.internal.subscriptions.SubscriptionHelper: boolean deferredSetOnce(java.util.concurrent.atomic.AtomicReference,java.util.concurrent.atomic.AtomicLong,org.reactivestreams.Subscription) +wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_previewSize +com.google.android.material.R$style: int Base_Widget_AppCompat_PopupMenu +com.amap.api.fence.GeoFence: java.lang.String getCustomId() +retrofit2.Retrofit: retrofit2.CallAdapter callAdapter(java.lang.reflect.Type,java.lang.annotation.Annotation[]) +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle +okhttp3.internal.http2.Hpack$Reader: int readByte() +com.baidu.location.f: f() +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_max +com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_arrowHeadLength +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_weather_3 +com.xw.repo.bubbleseekbar.R$styleable: int MenuView_android_itemTextAppearance +wangdaye.com.geometricweather.R$dimen: int design_navigation_elevation +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: long timeout +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: android.graphics.Rect getWindowInsets() +androidx.viewpager.R$id: int icon_group +com.xw.repo.bubbleseekbar.R$styleable: int ActionMode_height +james.adaptiveicon.R$styleable: int MenuItem_actionLayout +android.didikee.donate.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_3_00 +com.google.android.material.R$styleable: int OnSwipe_onTouchUp +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ListMenuView +cyanogenmod.hardware.CMHardwareManager: long getLtoDownloadInterval() +wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_dayStyle +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_bias +okio.Buffer$UnsafeCursor: long expandBuffer(int) +androidx.appcompat.R$color: int abc_primary_text_disable_only_material_light +androidx.preference.R$styleable: int Preference_fragment +android.didikee.donate.R$attr: int thumbTextPadding +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableStartCompat +wangdaye.com.geometricweather.R$style: int ThemeOverlay_AppCompat_Light +com.tencent.bugly.crashreport.common.info.a: java.lang.String c +com.google.android.material.R$color: int material_deep_teal_200 +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner +james.adaptiveicon.R$attr: int autoSizeMinTextSize +com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_colorShape +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver +com.amap.api.location.AMapLocation: void setDistrict(java.lang.String) +com.amap.api.location.AMapLocation: com.amap.api.location.AMapLocation clone() +wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List getHourlyForecast() +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: FlowableObserveOn$BaseObserveOnSubscriber(io.reactivex.Scheduler$Worker,boolean,int) +com.google.android.material.R$id: int material_timepicker_container +com.tencent.bugly.proguard.p: long a(java.lang.String,android.content.ContentValues,com.tencent.bugly.proguard.o,boolean) +com.tencent.bugly.crashreport.crash.e: com.tencent.bugly.crashreport.common.info.a d +androidx.preference.R$layout: int notification_action_tombstone +com.google.android.material.R$styleable: int FloatingActionButton_ensureMinTouchTargetSize +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary +wangdaye.com.geometricweather.R$id: int honorRequest +com.tencent.bugly.crashreport.common.info.b: java.lang.String c(android.content.Context) +com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize +okio.RealBufferedSink: okio.BufferedSink writeByte(int) +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title +com.tencent.bugly.crashreport.common.info.a: long t +wangdaye.com.geometricweather.common.basic.models.weather.Alert: void writeToParcel(android.os.Parcel,int) +com.tencent.bugly.proguard.h: com.tencent.bugly.proguard.h a(short,java.lang.String) +androidx.preference.R$style: int Base_Widget_AppCompat_ActionBar +com.tencent.bugly.proguard.x: boolean a(int,java.lang.String,java.lang.Object[]) +com.turingtechnologies.materialscrollbar.R$dimen: int abc_button_inset_horizontal_material +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Year_Today +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: void setWind(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_VMAIL_LED_OFF_VALIDATOR +okio.HashingSink: okio.HashingSink sha256(okio.Sink) +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintRight_toLeftOf +wangdaye.com.geometricweather.R$attr: int elevationOverlayColor +androidx.core.R$id: int accessibility_custom_action_21 +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large +io.reactivex.internal.observers.BasicIntQueueDisposable: void clear() +androidx.customview.R$styleable: int GradientColor_android_centerX +androidx.hilt.work.R$style: int Widget_Compat_NotificationActionText +wangdaye.com.geometricweather.R$attr: int queryHint +wangdaye.com.geometricweather.R$styleable: int BottomAppBar_paddingBottomSystemWindowInsets +james.adaptiveicon.R$style: int Base_Theme_AppCompat_Dialog_FixedSize +okhttp3.internal.http2.ErrorCode: ErrorCode(java.lang.String,int,int) +androidx.constraintlayout.widget.R$string +wangdaye.com.geometricweather.R$xml: int icon_provider_animator_filter +james.adaptiveicon.R$attr: int paddingEnd +okhttp3.internal.connection.StreamAllocation: java.net.Socket releaseAndAcquire(okhttp3.internal.connection.RealConnection) +com.google.android.material.R$layout: int abc_alert_dialog_title_material +com.tencent.bugly.crashreport.crash.anr.b: android.content.Context c +androidx.cardview.R$styleable: int CardView_cardCornerRadius +com.tencent.bugly.proguard.d: void c(java.lang.String) +androidx.appcompat.R$style: int TextAppearance_Compat_Notification_Info +wangdaye.com.geometricweather.R$style: int Base_V22_Theme_AppCompat_Light +wangdaye.com.geometricweather.R$style: int PreferenceThemeOverlay +wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_allowPresets +androidx.constraintlayout.widget.R$attr: int contentInsetLeft +cyanogenmod.app.ICMTelephonyManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +wangdaye.com.geometricweather.R$drawable: int abc_tab_indicator_mtrl_alpha +com.tencent.bugly.proguard.ap: java.util.Map n +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionBar_Solid +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: void setUnit(java.lang.String) +androidx.preference.R$drawable: int abc_tab_indicator_material +com.google.android.material.R$styleable: int RangeSlider_values +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_button_material +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_checked +wangdaye.com.geometricweather.R$id: int progress_horizontal +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode[] $VALUES +android.didikee.donate.R$attr: int title +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit valueOf(java.lang.String) +androidx.appcompat.R$style: int Base_V7_Theme_AppCompat_Light +wangdaye.com.geometricweather.R$id: int container_main_header_weatherTxt +androidx.lifecycle.extensions.R$id: int tag_accessibility_heading +com.tencent.bugly.proguard.al: java.util.ArrayList b +com.google.android.material.R$styleable: int OnSwipe_dragDirection +androidx.fragment.app.FragmentContainerView: void setLayoutTransition(android.animation.LayoutTransition) +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle +com.turingtechnologies.materialscrollbar.R$layout: int design_navigation_item_header +androidx.preference.R$dimen: int notification_big_circle_margin +com.bumptech.glide.Priority: com.bumptech.glide.Priority[] values() +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIconTint +com.xw.repo.bubbleseekbar.R$styleable: int[] PopupWindow +com.google.android.material.R$styleable: int MaterialCardView_strokeWidth +okio.Utf8: long size(java.lang.String,int,int) +okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder immutable() +okhttp3.OkHttpClient$Builder: okhttp3.CookieJar cookieJar +android.didikee.donate.R$style: int Base_V7_Theme_AppCompat_Light_Dialog +androidx.preference.R$styleable: int[] PopupWindowBackgroundState +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_BATTERY_PORTRAIT +wangdaye.com.geometricweather.R$styleable: int SlidingItemContainerLayout_backgroundColorEnd +wangdaye.com.geometricweather.R$attr: int layout_constraintHorizontal_bias +com.xw.repo.bubbleseekbar.R$drawable: int abc_ratingbar_small_material +androidx.hilt.lifecycle.R$styleable: int FontFamily_fontProviderFetchTimeout +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 +com.bumptech.glide.integration.okhttp.R$color +wangdaye.com.geometricweather.common.ui.widgets.DonateImageView +androidx.preference.R$attr: int switchTextAppearance +android.didikee.donate.R$attr: int alertDialogButtonGroupStyle +wangdaye.com.geometricweather.R$dimen: int hint_alpha_material_light +androidx.core.R$styleable: int GradientColor_android_endColor +wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_TabLayoutTheme +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintGuide_percent +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintTop_toBottomOf +androidx.swiperefreshlayout.R$id: int line3 +androidx.work.InputMerger: InputMerger() +androidx.appcompat.app.AppCompatActivity: AppCompatActivity() +com.turingtechnologies.materialscrollbar.R$attr: int listItemLayout +androidx.preference.R$id: int chronometer +com.google.android.material.R$drawable: int test_custom_background +com.jaredrummler.android.colorpicker.R$styleable: R$styleable() +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub: int TRANSACTION_setServiceRequestState +androidx.appcompat.R$styleable: int AppCompatTheme_windowActionBarOverlay +wangdaye.com.geometricweather.R$styleable: int AppCompatSeekBar_android_thumb +com.baidu.location.e.h$c: com.baidu.location.e.h$c c +androidx.hilt.lifecycle.R$id: int text +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_PopupMenu +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property Dbz +wangdaye.com.geometricweather.R$dimen: int mtrl_textinput_box_corner_radius_small +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: void run() +com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_color +com.loc.h +wangdaye.com.geometricweather.R$id: int mtrl_picker_text_input_range_end +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode valueOf(java.lang.String) +cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_PICKED_UUID +james.adaptiveicon.R$dimen: int abc_control_corner_material +okhttp3.internal.Util: boolean verifyAsIpAddress(java.lang.String) +okhttp3.internal.connection.ConnectInterceptor: okhttp3.OkHttpClient client +cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper: void onListenerConnected() +com.google.android.material.R$attr: int actionModeStyle +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setDewPoint(java.lang.Integer) +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_cp +androidx.lifecycle.LifecycleService: androidx.lifecycle.Lifecycle getLifecycle() +androidx.appcompat.widget.AppCompatCheckBox: void setSupportBackgroundTintMode(android.graphics.PorterDuff$Mode) +com.google.android.material.R$dimen: int abc_button_padding_vertical_material +androidx.preference.R$dimen: int abc_select_dialog_padding_start_material +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_borderlessButtonStyle +wangdaye.com.geometricweather.R$dimen: int widget_grid_2 +android.didikee.donate.R$attr: int buttonTintMode +wangdaye.com.geometricweather.R$string: int about_gson +wangdaye.com.geometricweather.R$attr: int drawableLeftCompat +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_EditText +cyanogenmod.hardware.CMHardwareManager: int FEATURE_PERSISTENT_STORAGE +james.adaptiveicon.R$id: int search_button +androidx.constraintlayout.widget.R$attr: int windowActionBar +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Maximum: java.lang.String Unit +androidx.appcompat.resources.R$id: int time +com.xw.repo.bubbleseekbar.R$styleable: int[] GradientColor +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder dns(okhttp3.Dns) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_MENU_ACTION_VALIDATOR +com.tencent.bugly.crashreport.CrashReport: void setContext(android.content.Context) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Imperial: java.lang.String Unit +android.didikee.donate.R$string: int abc_action_bar_up_description +okhttp3.Request: okhttp3.RequestBody body() +retrofit2.HttpServiceMethod$CallAdapted: java.lang.Object adapt(retrofit2.Call,java.lang.Object[]) +okhttp3.internal.ws.RealWebSocket: boolean failed +com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: int hashCode() +wangdaye.com.geometricweather.common.basic.models.weather.UV: int getUVColor(android.content.Context) +cyanogenmod.providers.CMSettings$System: boolean putFloatForUser(android.content.ContentResolver,java.lang.String,float,int) +james.adaptiveicon.R$styleable: int Toolbar_titleMargin +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_ttcIndex +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_RatingBar_Small +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +com.google.android.material.R$dimen: int abc_action_bar_subtitle_top_margin_material +wangdaye.com.geometricweather.R$attr: int subMenuArrow +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeTotalPrecipitationProbability +james.adaptiveicon.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth +com.amap.api.location.AMapLocationClientOption: boolean isWifiScan() +cyanogenmod.providers.CMSettings$Global: long getLongForUser(android.content.ContentResolver,java.lang.String,int) okhttp3.EventListener$Factory: okhttp3.EventListener create(okhttp3.Call) -androidx.core.app.NotificationCompatSideChannelService -com.google.android.material.R$styleable: int ConstraintSet_android_pivotY -com.turingtechnologies.materialscrollbar.R$drawable: int abc_cab_background_top_mtrl_alpha -com.jaredrummler.android.colorpicker.R$anim: int abc_slide_in_top -androidx.loader.R$drawable: R$drawable() -androidx.appcompat.R$id: int custom -wangdaye.com.geometricweather.R$drawable: int abc_seekbar_thumb_material -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary PrecipitationSummary -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_show_thumb_text +james.adaptiveicon.R$styleable: int MenuView_android_verticalDivider +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_CLOCK_TEXT_COLOR +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean getContent() +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource valueOf(java.lang.String) +androidx.preference.ListPreference$SavedState +cyanogenmod.weatherservice.WeatherProviderService: android.os.Handler mHandler +io.reactivex.Observable: io.reactivex.Observable merge(java.lang.Iterable,int) +androidx.constraintlayout.helper.widget.Flow: void setHorizontalAlign(int) +james.adaptiveicon.R$style: int Base_Widget_AppCompat_RatingBar_Indicator +com.amap.api.fence.GeoFence$1: GeoFence$1() +cyanogenmod.externalviews.KeyguardExternalViewProviderService$1$1 +androidx.fragment.R$styleable: int[] ColorStateListItem +com.google.android.material.R$xml: int standalone_badge_gravity_bottom_start +okhttp3.internal.http1.Http1Codec$AbstractSource: okio.ForwardingTimeout timeout +androidx.constraintlayout.widget.R$id: int text2 +androidx.room.RoomDatabase$JournalMode: androidx.room.RoomDatabase$JournalMode[] values() +androidx.appcompat.R$bool: int abc_action_bar_embed_tabs +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_39 +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_motionStagger +wangdaye.com.geometricweather.R$styleable: int MenuItem_actionLayout +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_2 +com.turingtechnologies.materialscrollbar.R$id: int text2 +com.jaredrummler.android.colorpicker.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 +com.google.android.material.R$attr: int drawerArrowStyle +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String HOMESCREEN_URI +wangdaye.com.geometricweather.R$animator: int weather_hail_2 +androidx.preference.R$style: int Widget_Support_CoordinatorLayout +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onDetach() +com.xw.repo.bubbleseekbar.R$styleable: int[] GradientColorItem +wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit valueOf(java.lang.String) +android.didikee.donate.R$attr: int tickMarkTint +james.adaptiveicon.R$styleable: int ActionBar_itemPadding +androidx.appcompat.R$attr: int colorPrimary +androidx.activity.R$id: int accessibility_custom_action_22 +wangdaye.com.geometricweather.R$id: int animateToEnd +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_firstVerticalStyle +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: int maxConcurrency +com.xw.repo.bubbleseekbar.R$attr: int arrowShaftLength +com.google.android.material.circularreveal.CircularRevealGridLayout: android.graphics.drawable.Drawable getCircularRevealOverlayDrawable() +com.google.android.gms.common.server.converter.zaa +androidx.vectordrawable.R$id: int accessibility_custom_action_12 +wangdaye.com.geometricweather.R$styleable: int PreferenceFragment_android_divider +androidx.legacy.coreutils.R$dimen: int compat_control_corner_material +com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol: int getValue() +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_logo +androidx.constraintlayout.widget.Placeholder +james.adaptiveicon.R$string: int abc_shareactionprovider_share_with +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float CarbonMonoxide +org.greenrobot.greendao.AbstractDaoMaster: org.greenrobot.greendao.AbstractDaoSession newSession() +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STYLE_THUMBNAIL +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: int val$width +com.google.android.material.internal.ScrimInsetsFrameLayout: ScrimInsetsFrameLayout(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.widget.R$styleable: int AlertDialog_listLayout +wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView: TrendRecyclerView(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.bottomnavigation.BottomNavigationItemView: com.google.android.material.badge.BadgeDrawable getBadge() +com.google.android.material.R$style: int Base_V21_Theme_MaterialComponents_Light +retrofit2.Utils$GenericArrayTypeImpl: java.lang.reflect.Type getGenericComponentType() +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Long readKey(android.database.Cursor,int) +com.tencent.bugly.proguard.ap: boolean equals(java.lang.Object) +androidx.appcompat.R$styleable: int AppCompatTheme_viewInflaterClass +okhttp3.internal.http2.Hpack$Writer: void writeHeaders(java.util.List) +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_default com.google.android.material.card.MaterialCardView: void setCheckedIconMarginResource(int) -com.turingtechnologies.materialscrollbar.R$styleable: int RecycleListView_paddingTopNoTitle -com.amap.api.fence.PoiItem: java.lang.String getCity() -wangdaye.com.geometricweather.R$styleable: int SwitchCompat_trackTint -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void fail(java.lang.Throwable,io.reactivex.Observer,io.reactivex.internal.queue.SpscLinkedArrayQueue) -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintGuide_end -androidx.legacy.coreutils.R$styleable: int[] GradientColorItem -com.google.android.material.internal.StaticLayoutBuilderCompat$StaticLayoutBuilderCompatException: StaticLayoutBuilderCompat$StaticLayoutBuilderCompatException(java.lang.Throwable) -cyanogenmod.providers.CMSettings$System: java.lang.String STATUS_BAR_IME_SWITCHER -androidx.appcompat.R$attr: int collapseIcon -wangdaye.com.geometricweather.R$id: int fixed -io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: io.reactivex.internal.disposables.SequentialDisposable upstream -androidx.vectordrawable.animated.R$id: int right_side -com.turingtechnologies.materialscrollbar.R$animator: int mtrl_btn_unelevated_state_list_anim -wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleGravity -androidx.constraintlayout.widget.R$attr: int buttonBarButtonStyle -io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintCircleRadius -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_setActiveProfile_0 -wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_android_fontStyle -com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat_Dark -com.tencent.bugly.proguard.f -com.bumptech.glide.integration.okhttp.R$id: int italic -android.didikee.donate.R$color: int button_material_dark -com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_verticalDivider -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Body1 -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Button -wangdaye.com.geometricweather.R$color: int abc_search_url_text_pressed -androidx.appcompat.R$style: int Platform_AppCompat_Light -androidx.constraintlayout.widget.R$attr: int layout_constraintVertical_weight -retrofit2.Utils$ParameterizedTypeImpl: boolean equals(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$id: int text +com.jaredrummler.android.colorpicker.R$attr: int splitTrack +okhttp3.internal.connection.RouteException: void addConnectException(java.io.IOException) +androidx.work.R$id: int accessibility_custom_action_2 +cyanogenmod.hardware.CMHardwareManager: java.lang.String getLtoDestination() +cyanogenmod.hardware.IThermalListenerCallback$Stub$Proxy: android.os.IBinder mRemote +androidx.recyclerview.R$styleable: int FontFamilyFont_android_fontStyle +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeFillColor +com.google.android.material.R$dimen: int mtrl_calendar_header_content_padding_fullscreen +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_ProgressIndicator_Linear +com.google.android.material.R$attr: int appBarLayoutStyle +com.tencent.bugly.crashreport.crash.a +wangdaye.com.geometricweather.R$string: int mtrl_picker_text_input_month_abbr +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_PopupWindow +com.google.android.material.R$attr: int snackbarTextViewStyle +james.adaptiveicon.R$dimen: int abc_text_size_headline_material +com.google.android.material.R$drawable: int btn_radio_off_to_on_mtrl_animation wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Position: java.lang.String dept -okhttp3.internal.cache2.Relay: okio.ByteString PREFIX_CLEAN -wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type UV_INDEX -io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: java.lang.Object item -android.didikee.donate.R$attr: int editTextColor -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: void setStatus(int) -com.jaredrummler.android.colorpicker.R$attr: int barLength -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void innerComplete() -io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver -wangdaye.com.geometricweather.R$styleable: int SearchView_layout -com.tencent.bugly.crashreport.crash.c: java.lang.String j -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: void again(java.lang.Object) -com.google.android.material.floatingactionbutton.FloatingActionButton$Behavior: FloatingActionButton$Behavior(android.content.Context,android.util.AttributeSet) -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: ObservableRetryPredicate$RepeatObserver(io.reactivex.Observer,long,io.reactivex.functions.Predicate,io.reactivex.internal.disposables.SequentialDisposable,io.reactivex.ObservableSource) -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property WeatherText -wangdaye.com.geometricweather.R$color: int mtrl_textinput_focused_box_stroke_color -androidx.swiperefreshlayout.R$attr: int ttcIndex -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void onError(java.lang.Throwable) -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getPivotY() -james.adaptiveicon.R$color: int primary_dark_material_light -okio.Base64: java.lang.String encode(byte[]) -androidx.recyclerview.widget.RecyclerView: void addOnChildAttachStateChangeListener(androidx.recyclerview.widget.RecyclerView$OnChildAttachStateChangeListener) -com.bumptech.glide.load.engine.GlideException: GlideException(java.lang.String,java.lang.Throwable) -io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: boolean isDisposed() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listPreferredItemHeight -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActivityChooserView -com.amap.api.fence.GeoFence: int ERROR_CODE_FAILURE_CONNECTION -wangdaye.com.geometricweather.db.entities.AlertEntityDao: boolean hasKey(java.lang.Object) -androidx.lifecycle.LifecycleDispatcher$DispatcherActivityCallback -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float getSO2() -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_logo -okhttp3.internal.Util: boolean equal(java.lang.Object,java.lang.Object) -androidx.preference.R$styleable: int[] Fragment -com.jaredrummler.android.colorpicker.R$attr: int dialogPreferenceStyle -com.google.gson.stream.JsonScope: int CLOSED -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWindDegree -android.didikee.donate.R$attr: int icon -com.google.android.material.R$styleable: int ActionBar_elevation -androidx.constraintlayout.widget.R$attr: int barrierMargin -io.reactivex.internal.util.VolatileSizeArrayList: java.lang.Object set(int,java.lang.Object) -com.jaredrummler.android.colorpicker.R$style: int Platform_ThemeOverlay_AppCompat_Light -okhttp3.internal.http2.Http2Connection$ReaderRunnable$1: okhttp3.internal.http2.Http2Connection$ReaderRunnable this$1 -androidx.preference.R$dimen: int abc_alert_dialog_button_bar_height -androidx.hilt.R$attr: int fontVariationSettings -wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemRippleColor -com.google.android.material.R$attr: int materialAlertDialogTheme -com.jaredrummler.android.colorpicker.R$attr: int expandActivityOverflowButtonDrawable -android.didikee.donate.R$id: int action_mode_close_button -androidx.constraintlayout.widget.R$style: int Base_V23_Theme_AppCompat -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ActionBar_Primary -wangdaye.com.geometricweather.R$id: int shortcut -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_CompoundButton_Switch -com.google.android.material.progressindicator.ProgressIndicator: void setInverse(boolean) -com.jaredrummler.android.colorpicker.R$attr: int ratingBarStyleSmall -okio.Timeout: okio.Timeout NONE -cyanogenmod.weather.WeatherLocation$Builder: cyanogenmod.weather.WeatherLocation$Builder setCountry(java.lang.String) +com.xw.repo.bubbleseekbar.R$drawable: int abc_spinner_textfield_background_material +com.tencent.bugly.a: int id +androidx.constraintlayout.widget.R$attr: int seekBarStyle +okhttp3.internal.tls.BasicTrustRootIndex: boolean equals(java.lang.Object) +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Subhead_Inverse +com.google.android.material.R$styleable: int Chip_android_maxWidth +androidx.dynamicanimation.R$styleable: int GradientColor_android_centerY +com.jaredrummler.android.colorpicker.R$id: int search_bar +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Imperial: java.lang.String Unit +cyanogenmod.providers.CMSettings$Secure: java.lang.String getString(android.content.ContentResolver,java.lang.String) +com.google.android.material.R$dimen: int design_navigation_icon_size +com.tencent.bugly.BuglyStrategy: boolean i +okhttp3.EventListener$2: okhttp3.EventListener create(okhttp3.Call) +james.adaptiveicon.R$style: int Base_Widget_AppCompat_RatingBar +androidx.hilt.R$drawable: int notify_panel_notification_icon_bg +androidx.lifecycle.extensions.R$anim +cyanogenmod.weatherservice.IWeatherProviderServiceClient: void setServiceRequestState(cyanogenmod.weather.RequestInfo,cyanogenmod.weatherservice.ServiceRequestResult,int) +com.google.android.gms.location.GeofencingRequest: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_goneMarginTop +com.google.android.material.R$attr: int trackTint +android.didikee.donate.R$styleable: int[] ViewBackgroundHelper +androidx.preference.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle +io.reactivex.Observable: io.reactivex.Observable publish(io.reactivex.functions.Function) +retrofit2.Platform +wangdaye.com.geometricweather.R$id: int item_weather_icon_image +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_goneMarginBottom +wangdaye.com.geometricweather.R$string: int wind_level +com.google.android.material.R$layout: int mtrl_calendar_year +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowNoTitle +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Menu +androidx.constraintlayout.widget.R$layout: int support_simple_spinner_dropdown_item +androidx.appcompat.R$styleable: int AnimatedStateListDrawableTransition_android_reversible +androidx.constraintlayout.widget.R$styleable: int Constraint_pivotAnchor +okio.Buffer: okio.Buffer writeUtf8CodePoint(int) +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setColorSchemeColors(int[]) +com.google.android.material.R$id: int test_checkbox_android_button_tint +androidx.appcompat.R$id: int scrollView +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Metric: AccuCurrentResult$ApparentTemperature$Metric() +androidx.recyclerview.R$styleable: int GradientColor_android_startColor +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_21 +okhttp3.internal.ws.RealWebSocket$2: void onResponse(okhttp3.Call,okhttp3.Response) +com.google.android.material.R$attr: int queryBackground +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_DropDownItem +cyanogenmod.themes.ThemeManager: int getProgress() +com.baidu.location.e.o: o(java.lang.String,int,java.lang.String,java.lang.String,java.lang.String,int,int) +androidx.appcompat.R$style: int TextAppearance_Compat_Notification_Title +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_autoSizeStepGranularity +androidx.recyclerview.R$id: int accessibility_custom_action_29 +cyanogenmod.app.ProfileGroup: void setRingerOverride(android.net.Uri) +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_logo +com.google.android.material.R$id: int async +androidx.preference.R$id: int content +wangdaye.com.geometricweather.R$layout: int activity_card_display_manage +wangdaye.com.geometricweather.R$drawable: int notif_temp_67 +com.turingtechnologies.materialscrollbar.R$attr: int materialCardViewStyle +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getUvLevel() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: java.lang.String weather +androidx.core.R$id: int accessibility_custom_action_13 +wangdaye.com.geometricweather.db.entities.DaoMaster$OpenHelper: DaoMaster$OpenHelper(android.content.Context,java.lang.String,android.database.sqlite.SQLiteDatabase$CursorFactory) +com.google.android.material.R$layout: int notification_template_part_time +com.google.android.material.R$styleable: int Spinner_android_entries +retrofit2.DefaultCallAdapterFactory$ExecutorCallbackCall$1 +okio.ForwardingSink: void close() +com.google.android.material.R$style: int Widget_AppCompat_Button_Small +androidx.preference.R$id: int image +com.google.android.material.R$layout +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Button +okio.RealBufferedSink$1: void close() +com.google.android.material.R$attr: int minSeparation +com.bumptech.glide.Registry$NoImageHeaderParserException: Registry$NoImageHeaderParserException() +wangdaye.com.geometricweather.R$string: int mtrl_picker_out_of_range +androidx.appcompat.R$dimen: int abc_cascading_menus_min_smallest_width +com.google.android.material.R$style: int RtlOverlay_DialogWindowTitle_AppCompat +cyanogenmod.providers.CMSettings$Secure: float getFloatForUser(android.content.ContentResolver,java.lang.String,int) +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA +androidx.lifecycle.ViewModelProvider: java.lang.String DEFAULT_KEY +cyanogenmod.weather.WeatherInfo$DayForecast: double getHigh() +wangdaye.com.geometricweather.R$drawable: int weather_hail +cyanogenmod.app.ICustomTileListener$Stub$Proxy +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_checked +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: java.lang.String zh_TW +wangdaye.com.geometricweather.R$id: int right_side +com.google.android.material.R$drawable: int abc_btn_colored_material +cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String tag +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling$Imperial +james.adaptiveicon.R$bool: int abc_config_actionMenuItemAllCaps +android.didikee.donate.R$drawable: int abc_ic_voice_search_api_material +com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver: boolean a(android.content.Context,android.content.Intent) +cyanogenmod.profiles.RingModeSettings$1: cyanogenmod.profiles.RingModeSettings createFromParcel(android.os.Parcel) +com.amap.api.fence.PoiItem: java.lang.String a +com.turingtechnologies.materialscrollbar.R$color: int design_fab_shadow_start_color +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: void request(long) +androidx.appcompat.widget.AppCompatButton: void setSupportAllCaps(boolean) +okhttp3.Cookie: int dateCharacterOffset(java.lang.String,int,int,boolean) +androidx.appcompat.R$id: int accessibility_custom_action_5 +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_card +wangdaye.com.geometricweather.R$id: int password_toggle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past3Hours$Imperial Imperial +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$5: void run() +androidx.vectordrawable.animated.R$styleable: int GradientColor_android_gradientRadius +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode +android.didikee.donate.R$dimen: int highlight_alpha_material_colored +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dialogPreferredPadding +james.adaptiveicon.R$attr: int tickMarkTintMode +androidx.dynamicanimation.R$style: R$style() +wangdaye.com.geometricweather.R$drawable: int abc_btn_default_mtrl_shape +okio.HashingSink: void write(okio.Buffer,long) +com.google.android.material.R$styleable: int GradientColor_android_type +androidx.appcompat.widget.Toolbar: void setTitle(int) +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_hintTextColor +androidx.viewpager.R$id: int time +wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: java.lang.String admin +androidx.constraintlayout.widget.R$attr: int defaultQueryHint +okio.Buffer: okio.Buffer writeString(java.lang.String,int,int,java.nio.charset.Charset) +androidx.core.R$style: R$style() +com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_backgroundTint +androidx.work.R$layout: int notification_action +okio.GzipSink: void close() +okhttp3.logging.LoggingEventListener$Factory: okhttp3.logging.HttpLoggingInterceptor$Logger logger +com.google.android.material.appbar.CollapsingToolbarLayout: java.lang.CharSequence getTitle() +com.tencent.bugly.proguard.u: byte[] a(com.tencent.bugly.proguard.u,byte[]) +com.tencent.bugly.proguard.y$a: boolean a(java.lang.String) +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getScaleY() +wangdaye.com.geometricweather.R$layout: int dialog_adaptive_icon +io.reactivex.disposables.ReferenceDisposable: ReferenceDisposable(java.lang.Object) +androidx.constraintlayout.widget.R$styleable: int TextAppearance_fontFamily +androidx.coordinatorlayout.R$id: int accessibility_custom_action_30 +com.baidu.location.e.h$b: com.baidu.location.e.h$b b +com.jaredrummler.android.colorpicker.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: java.lang.String ShortPhrase +okhttp3.Cache$2 +com.google.android.material.R$id: int material_timepicker_edit_text +com.google.android.material.R$attr: int showDelay +com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse +com.turingtechnologies.materialscrollbar.R$color: int primary_dark_material_light +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_CAMELLIA_128_CBC_SHA +okio.GzipSink: java.util.zip.Deflater deflater() +com.jaredrummler.android.colorpicker.R$style: int Base_V22_Theme_AppCompat +com.tencent.bugly.CrashModule: CrashModule() +com.tencent.bugly.proguard.u: void a(int,com.tencent.bugly.proguard.am,java.lang.String,java.lang.String,com.tencent.bugly.proguard.t,boolean) +cyanogenmod.app.IProfileManager: boolean notificationGroupExistsByName(java.lang.String) +com.turingtechnologies.materialscrollbar.R$styleable: int ScrollingViewBehavior_Layout_behavior_overlapTop +wangdaye.com.geometricweather.R$drawable: int navigation_empty_icon +okhttp3.ConnectionSpec: boolean isTls() +androidx.preference.R$styleable: int PreferenceTheme_editTextPreferenceStyle +com.google.android.material.chip.Chip: Chip(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_shapeAppearanceOverlay +androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State INITIALIZED +wangdaye.com.geometricweather.common.ui.widgets.trend.TrendRecyclerView: TrendRecyclerView(android.content.Context) +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean writePersistentBytes(java.lang.String,byte[]) +com.google.android.material.R$id: int month_title +wangdaye.com.geometricweather.R$drawable: int abc_ic_star_half_black_48dp +androidx.appcompat.R$drawable: int abc_ic_menu_selectall_mtrl_alpha +okhttp3.internal.http.StatusLine: StatusLine(okhttp3.Protocol,int,java.lang.String) +wangdaye.com.geometricweather.R$id: int widget_day_week_temp_4 +com.google.gson.JsonIOException: JsonIOException(java.lang.String,java.lang.Throwable) +cyanogenmod.app.ThemeVersion$ComponentVersion: int getMinVersion() +com.google.android.material.R$id: int italic +wangdaye.com.geometricweather.R$string: int settings_title_daily_trend_display +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat_Dialog +com.google.android.material.R$styleable: int[] Transition +com.tencent.bugly.proguard.aj: void a(com.tencent.bugly.proguard.i) +wangdaye.com.geometricweather.R$drawable: int star_1 +androidx.constraintlayout.widget.R$string: int search_menu_title +com.turingtechnologies.materialscrollbar.R$color: int background_material_light +okhttp3.HttpUrl: java.lang.String encodedPath() +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_track +com.google.android.material.timepicker.ClockHandView: ClockHandView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.WeatherEntity,long) +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: void onComplete() +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_enabled +com.turingtechnologies.materialscrollbar.R$string: int abc_searchview_description_voice +androidx.constraintlayout.widget.ConstraintLayout: void setMinHeight(int) +com.jaredrummler.android.colorpicker.R$dimen: int hint_alpha_material_light +wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider AMAP +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_behavior_skipCollapsed +androidx.hilt.work.R$id: int notification_background +wangdaye.com.geometricweather.R$attr: int layout_constraintRight_toLeftOf +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small +androidx.lifecycle.extensions.R$id: int line3 +androidx.constraintlayout.widget.R$styleable: int Motion_animate_relativeTo +com.turingtechnologies.materialscrollbar.R$style: int Base_Animation_AppCompat_Tooltip +io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: ObservableConcatWithSingle$ConcatWithObserver(io.reactivex.Observer,io.reactivex.SingleSource) +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: java.lang.String country +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title +com.google.android.material.R$styleable: int FontFamilyFont_fontVariationSettings +android.didikee.donate.R$attr: int subtitleTextColor +retrofit2.RequestBuilder: okhttp3.FormBody$Builder formBuilder +androidx.appcompat.R$attr: int popupTheme +androidx.hilt.R$id: int accessibility_action_clickable_span +wangdaye.com.geometricweather.R$styleable: int Toolbar_collapseContentDescription +wangdaye.com.geometricweather.R$color: int mtrl_popupmenu_overlay_color +com.xw.repo.bubbleseekbar.R$attr: int dividerPadding +com.turingtechnologies.materialscrollbar.R$color: int bright_foreground_inverse_material_light +com.google.android.material.R$styleable: int LinearLayoutCompat_Layout_android_layout_width +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_font +cyanogenmod.themes.ThemeChangeRequest: ThemeChangeRequest(android.os.Parcel) +okio.ForwardingSource: ForwardingSource(okio.Source) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX() +okhttp3.OkHttpClient$1: java.io.IOException timeoutExit(okhttp3.Call,java.io.IOException) +wangdaye.com.geometricweather.R$styleable: int Chip_android_maxWidth +androidx.recyclerview.R$style +androidx.transition.R$drawable: int notification_bg_low_normal +okhttp3.internal.Util: int skipLeadingAsciiWhitespace(java.lang.String,int,int) +com.google.android.material.R$style: int Theme_Design_Light +androidx.appcompat.widget.AppCompatEditText: void setSupportBackgroundTintList(android.content.res.ColorStateList) +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator KEY_ASSIST_LONG_PRESS_ACTION_VALIDATOR +cyanogenmod.hardware.CMHardwareManager: boolean setDisplayGammaCalibration(int,int[]) +com.jaredrummler.android.colorpicker.R$styleable: int View_android_focusable +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_CompactMenu +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_lineHeight +androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_TabView +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.Wind getWind() +com.google.android.material.R$layout: int material_time_chip +okhttp3.internal.Util: java.util.concurrent.ThreadFactory threadFactory(java.lang.String,boolean) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated +com.google.android.material.chip.Chip: android.content.res.ColorStateList getCloseIconTint() +com.google.android.material.navigation.NavigationView: void setItemMaxLines(int) +androidx.preference.R$styleable: int SearchView_closeIcon +androidx.vectordrawable.R$dimen: int compat_notification_large_icon_max_height +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeWindChillTemperature() +com.google.android.material.R$attr: int goIcon +okhttp3.internal.ws.RealWebSocket$2 +com.google.gson.internal.$Gson$Types$WildcardTypeImpl: boolean equals(java.lang.Object) +io.reactivex.internal.util.EmptyComponent: void cancel() +com.google.android.material.appbar.AppBarLayout$BaseBehavior$SavedState +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void attachEntity(java.lang.Object) +wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableItem_android_id +james.adaptiveicon.R$dimen: int abc_dialog_fixed_height_minor +com.tencent.bugly.crashreport.crash.anr.a: a() +androidx.appcompat.R$attr: int initialActivityCount +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintLeft_toRightOf +androidx.legacy.coreutils.R$drawable: int notification_template_icon_low_bg +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarNestedScrollView: FitSystemBarNestedScrollView(android.content.Context) +com.google.android.material.R$dimen: int mtrl_high_ripple_pressed_alpha +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_day_3 +wangdaye.com.geometricweather.main.dialogs.LearnMoreAboutResidentLocationDialog +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_SearchView +androidx.legacy.coreutils.R$style +cyanogenmod.app.CustomTile$ExpandedStyle: int LIST_STYLE +wangdaye.com.geometricweather.R$id: int dialog_location_permission_statement_nextButton +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int MIXED_SNOW_AND_SLEET +com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String toStr() +com.google.android.material.R$styleable: int CoordinatorLayout_Layout_layout_keyline +androidx.constraintlayout.motion.widget.MotionLayout: void setOnShow(float) +wangdaye.com.geometricweather.R$bool: int abc_allow_stacked_button_bar +androidx.hilt.work.R$id: int dialog_button +androidx.preference.R$layout: int abc_search_dropdown_item_icons_2line +com.google.android.material.R$styleable: int MaterialAlertDialog_backgroundInsetTop +androidx.appcompat.resources.R$color: int notification_icon_bg_color +androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_fontStyle +com.tencent.bugly.crashreport.common.info.PlugInBean: java.lang.String b +androidx.appcompat.R$attr: int tooltipForegroundColor +cyanogenmod.externalviews.KeyguardExternalViewProviderService$1: cyanogenmod.externalviews.KeyguardExternalViewProviderService this$0 +okio.Buffer: okio.BufferedSink writeHexadecimalUnsignedLong(long) +retrofit2.RequestFactory: java.lang.reflect.Method method +wangdaye.com.geometricweather.background.polling.work.worker.TodayForecastUpdateWorker +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getMoonPhaseAngle() +com.tencent.bugly.crashreport.biz.UserInfoBean: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$style: int Base_DialogWindowTitleBackground_AppCompat +com.tencent.bugly.proguard.ag +io.reactivex.internal.operators.observable.ObservableGroupBy$State: java.util.concurrent.atomic.AtomicBoolean once +androidx.preference.R$attr: int checkBoxPreferenceStyle +cyanogenmod.profiles.BrightnessSettings: void getXmlString(java.lang.StringBuilder,android.content.Context) +wangdaye.com.geometricweather.common.ui.widgets.TagView: void setUncheckedBackgroundColor(int) +james.adaptiveicon.R$style: int Widget_AppCompat_Button_Small +okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder tlsVersions(okhttp3.TlsVersion[]) +androidx.activity.R$id: int accessibility_custom_action_3 +androidx.legacy.coreutils.R$drawable +com.google.android.material.R$dimen: int mtrl_btn_stroke_size +androidx.preference.R$drawable: int abc_ab_share_pack_mtrl_alpha +wangdaye.com.geometricweather.R$id: int screen +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info: java.util.List xiche +com.xw.repo.bubbleseekbar.R$styleable: int ActionMenuItemView_android_minWidth +com.xw.repo.bubbleseekbar.R$id: int tag_unhandled_key_event_manager +cyanogenmod.hardware.ICMHardwareService: boolean setDisplayColorCalibration(int[]) +com.amap.api.fence.DistrictItem: java.lang.String getCitycode() +com.google.android.material.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_Compat_Notification_Info +com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_positiveButtonText +com.baidu.location.indoor.mapversion.c.c$b: double e +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_Light +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable[] EMPTY +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_scaleX +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarRecyclerView: FitSystemBarRecyclerView(android.content.Context) +com.google.android.material.R$styleable: int AppCompatTheme_actionModePasteDrawable +com.turingtechnologies.materialscrollbar.R$id: int submit_area +okio.Buffer: java.lang.String readUtf8Line() +wangdaye.com.geometricweather.common.basic.models.weather.Base: java.util.Date getPublishDate() +com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_keylines +com.google.android.material.R$attr: int hideOnContentScroll +com.google.android.material.R$style: int TextAppearance_Design_Error +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256 +james.adaptiveicon.R$layout: int abc_action_bar_up_container +wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_android_fontWeight +cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: android.os.IBinder asBinder() +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_android_imeOptions +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_PopupMenu +okhttp3.internal.http2.Http2Reader: void readRstStream(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) +com.google.android.material.R$styleable: int Layout_layout_constraintEnd_toStartOf +androidx.hilt.work.R$attr: int ttcIndex +androidx.preference.R$style: int Preference_DropDown +com.bumptech.glide.R$id: int icon_group +com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String q +com.google.gson.stream.JsonReader: java.lang.String locationString() +android.didikee.donate.R$styleable: int[] AppCompatTextHelper +wangdaye.com.geometricweather.R$styleable: int[] CardView +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: boolean isDisposed() +com.google.android.material.bottomappbar.BottomAppBar: androidx.appcompat.widget.ActionMenuView getActionMenuView() +androidx.appcompat.R$styleable: int AppCompatTheme_tooltipFrameBackground +androidx.appcompat.R$style: int Platform_V21_AppCompat +com.turingtechnologies.materialscrollbar.R$attr: int contentInsetEndWithActions +retrofit2.adapter.rxjava2.BodyObservable$BodyObserver: io.reactivex.Observer observer +com.google.android.material.R$attr: int closeIcon +com.google.android.material.bottomappbar.BottomAppBar$Behavior +com.turingtechnologies.materialscrollbar.R$anim: int abc_popup_enter +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: io.reactivex.ObservableSource source +com.xw.repo.bubbleseekbar.R$id: int sides +com.xw.repo.bubbleseekbar.R$attr: int spinBars +com.jaredrummler.android.colorpicker.R$styleable: int Preference_shouldDisableView +cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks: void providerDied() +james.adaptiveicon.R$style: int Base_Widget_AppCompat_AutoCompleteTextView +okhttp3.CipherSuite$1: int compare(java.lang.String,java.lang.String) +androidx.constraintlayout.widget.R$layout: int abc_list_menu_item_radio +com.xw.repo.bubbleseekbar.R$attr: int popupMenuStyle +androidx.preference.R$styleable: int CheckBoxPreference_android_summaryOff +android.didikee.donate.R$attr: int listPreferredItemPaddingLeft +androidx.appcompat.R$style: int Base_Widget_AppCompat_PopupMenu +androidx.preference.R$style: int Base_V23_Theme_AppCompat +androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle +com.tencent.bugly.Bugly: boolean enable +wangdaye.com.geometricweather.R$style: int Base_V22_Theme_AppCompat +com.google.android.material.R$style: int Base_MaterialAlertDialog_MaterialComponents_Title_Text +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Display4 +androidx.appcompat.R$color: int tooltip_background_dark +androidx.constraintlayout.widget.R$styleable: int AlertDialog_buttonIconDimen +james.adaptiveicon.R$styleable: int LinearLayoutCompat_android_weightSum +androidx.preference.R$styleable: int SwitchPreferenceCompat_disableDependentsState +com.google.android.material.button.MaterialButton: MaterialButton(android.content.Context,android.util.AttributeSet) +androidx.swiperefreshlayout.R$dimen: int compat_notification_large_icon_max_height +retrofit2.http.Header +androidx.constraintlayout.widget.R$anim +androidx.appcompat.widget.DropDownListView: void setSelectorEnabled(boolean) +wangdaye.com.geometricweather.R$attr: int buttonTintMode +james.adaptiveicon.R$styleable: int Toolbar_contentInsetRight +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_DrawerArrowToggle_Common +com.google.android.material.R$layout: int mtrl_picker_header_dialog +androidx.appcompat.R$attr: int showTitle +androidx.lifecycle.SavedStateViewModelFactory: java.lang.reflect.Constructor findMatchingConstructor(java.lang.Class,java.lang.Class[]) +james.adaptiveicon.R$attr: int popupMenuStyle +androidx.preference.R$style: int TextAppearance_Compat_Notification +com.xw.repo.bubbleseekbar.R$dimen: int compat_button_padding_vertical_material +wangdaye.com.geometricweather.R$id: int CTRL +androidx.transition.R$dimen +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$2: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_Switch +com.google.android.material.R$styleable: int LinearLayoutCompat_android_baselineAlignedChildIndex +james.adaptiveicon.R$styleable: int AppCompatTheme_colorControlNormal +com.tencent.bugly.crashreport.common.info.a: void a(int) +androidx.preference.R$color: int primary_text_disabled_material_dark +androidx.preference.R$styleable: int ActionBar_contentInsetStartWithNavigation +androidx.hilt.R$styleable: int[] GradientColorItem +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_navigationIcon +retrofit2.KotlinExtensions$suspendAndThrow$$inlined$suspendCoroutineUninterceptedOrReturn$lambda$1: java.lang.Exception $this_suspendAndThrow$inlined +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void onNext(java.lang.Object) +android.didikee.donate.R$attr: int backgroundTintMode +androidx.appcompat.R$attr: int indeterminateProgressStyle +android.didikee.donate.R$color: int secondary_text_disabled_material_light +com.google.android.material.floatingactionbutton.FloatingActionButton: void setSupportImageTintList(android.content.res.ColorStateList) +com.google.android.material.card.MaterialCardView: float getCardViewRadius() +androidx.constraintlayout.widget.VirtualLayout: VirtualLayout(android.content.Context) +androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_ttcIndex +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemHeight +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_3 +com.google.android.gms.common.internal.zas +androidx.work.R$id: int accessibility_custom_action_21 +wangdaye.com.geometricweather.R$styleable: int Toolbar_titleTextColor +com.google.gson.internal.LinkedTreeMap: java.util.Set keySet() +com.baidu.location.Poi: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$color: int design_fab_stroke_top_outer_color +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: java.util.List alerts +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title +androidx.preference.R$style: int Base_ThemeOverlay_AppCompat +androidx.drawerlayout.R$dimen: int compat_button_inset_vertical_material +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Subhead +okhttp3.internal.http2.Http2Connection$1: Http2Connection$1(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[],int,okhttp3.internal.http2.ErrorCode) +wangdaye.com.geometricweather.R$drawable: int shortcuts_rain_foreground +com.google.android.material.circularreveal.cardview.CircularRevealCardView: void setCircularRevealOverlayDrawable(android.graphics.drawable.Drawable) +androidx.appcompat.R$drawable: int abc_ratingbar_indicator_material +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.constraintlayout.widget.R$id: int NO_DEBUG +com.google.android.material.tabs.TabLayout: void setScrollAnimatorListener(android.animation.Animator$AnimatorListener) +com.google.android.material.R$styleable: int Constraint_layout_constraintVertical_bias +com.tencent.bugly.crashreport.crash.c: java.lang.String o +wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_progress +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: java.lang.String getValue() +androidx.constraintlayout.widget.R$style: int TextAppearance_Compat_Notification_Info +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_track +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum Maximum +james.adaptiveicon.R$styleable: int ActionBar_indeterminateProgressStyle +androidx.transition.R$styleable: int GradientColorItem_android_color +com.xw.repo.bubbleseekbar.R$styleable: int MenuGroup_android_enabled +retrofit2.RequestFactory$Builder: retrofit2.ParameterHandler parseParameter(int,java.lang.reflect.Type,java.lang.annotation.Annotation[],boolean) +wangdaye.com.geometricweather.R$color: int striking_red +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Title +androidx.appcompat.widget.AppCompatSpinner: void setAdapter(android.widget.SpinnerAdapter) +android.didikee.donate.R$id: int wrap_content +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Large +cyanogenmod.weather.RequestInfo$Builder: RequestInfo$Builder(cyanogenmod.weather.IRequestInfoListener) +okhttp3.CacheControl$Builder: CacheControl$Builder() +androidx.constraintlayout.widget.R$dimen: int notification_main_column_padding_top +wangdaye.com.geometricweather.R$color: int lightPrimary_5 +com.xw.repo.bubbleseekbar.R$dimen: int notification_action_text_size +androidx.preference.R$attr: int listMenuViewStyle +wangdaye.com.geometricweather.R$id: int textTop +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Button +com.google.android.material.R$id: int expand_activities_button +cyanogenmod.app.ThemeVersion: cyanogenmod.app.ThemeVersion$ComponentVersion getComponentVersion(cyanogenmod.app.ThemeComponent) +cyanogenmod.app.ICustomTileListener$Stub$Proxy: android.os.IBinder mRemote +android.didikee.donate.R$style: int Base_V7_Widget_AppCompat_EditText +com.jaredrummler.android.colorpicker.R$styleable: int Preference_enabled +androidx.customview.R$drawable: int notification_tile_bg +wangdaye.com.geometricweather.db.entities.AlertEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) +wangdaye.com.geometricweather.common.basic.models.weather.History: java.util.Date date +wangdaye.com.geometricweather.R$drawable: int abc_dialog_material_background +wangdaye.com.geometricweather.R$styleable: int Slider_android_valueFrom +androidx.constraintlayout.widget.R$id: int startHorizontal +wangdaye.com.geometricweather.R$id: int search_plate +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listDividerAlertDialog +okhttp3.internal.http2.Hpack: java.util.Map NAME_TO_FIRST_INDEX +com.jaredrummler.android.colorpicker.R$id: int action_bar_subtitle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String co +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Imperial +androidx.lifecycle.ClassesInfoCache: androidx.lifecycle.ClassesInfoCache$CallbackInfo createInfo(java.lang.Class,java.lang.reflect.Method[]) +cyanogenmod.app.IPartnerInterface$Stub$Proxy +okhttp3.internal.ws.RealWebSocket$Close wangdaye.com.geometricweather.R$style: int Widget_Design_AppBarLayout -com.xw.repo.bubbleseekbar.R$id: int right -wangdaye.com.geometricweather.R$styleable: int CardView_cardPreventCornerOverlap -android.didikee.donate.R$styleable: int SearchView_defaultQueryHint -james.adaptiveicon.R$color: int highlighted_text_material_light -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 -wangdaye.com.geometricweather.R$string: int key_daily_trend_display -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_20 -com.google.android.material.R$styleable: int[] AppBarLayout -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: void cancel() -wangdaye.com.geometricweather.R$attr: int actionBarTabStyle -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.lang.Integer LEFT_CLOSE -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getSunRise() -com.xw.repo.bubbleseekbar.R$attr: int homeAsUpIndicator -com.google.android.material.bottomappbar.BottomAppBar: int getBottomInset() -cyanogenmod.app.IProfileManager$Stub$Proxy: android.os.IBinder asBinder() -io.reactivex.internal.observers.ForEachWhileObserver: ForEachWhileObserver(io.reactivex.functions.Predicate,io.reactivex.functions.Consumer,io.reactivex.functions.Action) -io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay(int,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -wangdaye.com.geometricweather.R$styleable: int[] TagView -cyanogenmod.app.ICMStatusBarManager: void unregisterListener(cyanogenmod.app.ICustomTileListener,int) -androidx.preference.R$styleable: int AppCompatTheme_spinnerStyle -androidx.dynamicanimation.R$dimen: int notification_action_text_size -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$LocalSource: java.lang.String Name -james.adaptiveicon.R$style: int Platform_ThemeOverlay_AppCompat -wangdaye.com.geometricweather.R$drawable: int ic_weather -android.didikee.donate.R$drawable: int abc_ratingbar_material -androidx.appcompat.widget.SearchView: void setImeOptions(int) -com.google.android.material.timepicker.RadialViewGroup: RadialViewGroup(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: void setPrefixString(java.lang.String) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getWeatherStart() -com.google.android.material.R$attr: int tabIconTintMode -okhttp3.HttpUrl: java.lang.String username -cyanogenmod.app.Profile$ProfileTrigger: int access$202(cyanogenmod.app.Profile$ProfileTrigger,int) +androidx.preference.R$drawable: int btn_checkbox_unchecked_to_checked_mtrl_animation +james.adaptiveicon.R$drawable: int abc_menu_hardkey_panel_mtrl_mult +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Button +com.google.android.material.R$styleable: int Constraint_flow_lastVerticalStyle +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintRight_toLeftOf +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Day_Today +james.adaptiveicon.R$styleable: int AppCompatTheme_radioButtonStyle +com.bumptech.glide.integration.okhttp.R$attr: int fontProviderPackage +okhttp3.logging.HttpLoggingInterceptor: okhttp3.logging.HttpLoggingInterceptor$Level level +android.didikee.donate.R$color: int material_grey_50 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Imperial +wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_icon_light_focused +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String DATE_CREATED +io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.preference.R$style: int Base_Widget_AppCompat_ButtonBar +androidx.work.R$styleable: int GradientColor_android_type +androidx.viewpager.R$styleable: int[] FontFamilyFont +androidx.coordinatorlayout.R$id: int accessibility_custom_action_24 +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int CloudCover +androidx.preference.R$dimen: int abc_text_size_small_material +okhttp3.Cache: okhttp3.internal.cache.InternalCache internalCache +io.reactivex.Observable: io.reactivex.Completable switchMapCompletable(io.reactivex.functions.Function) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_85 +androidx.constraintlayout.widget.R$styleable: int SearchView_android_imeOptions +com.tencent.bugly.proguard.l: boolean a(int,int) +okhttp3.internal.cache.CacheInterceptor: CacheInterceptor(okhttp3.internal.cache.InternalCache) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_lastVerticalBias +wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_thickness +androidx.lifecycle.extensions.R$styleable: int[] FontFamily +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: java.lang.String date +com.google.android.material.R$styleable: int ChipGroup_chipSpacingHorizontal +androidx.appcompat.R$styleable: int Toolbar_titleMarginStart +androidx.preference.R$attr: int drawableEndCompat +cyanogenmod.profiles.LockSettings: LockSettings(int) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionButtonStyle +com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_NOENOUGHSATELLITES +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean h +com.tencent.bugly.crashreport.CrashReport: java.util.Set getAllUserDataKeys(android.content.Context) +android.didikee.donate.R$style: int Widget_AppCompat_PopupMenu +androidx.preference.R$style: int Base_Widget_AppCompat_TextView_SpinnerItem +com.google.android.material.chip.Chip: com.google.android.material.shape.ShapeAppearanceModel getShapeAppearanceModel() +io.reactivex.internal.schedulers.AbstractDirectTask: long serialVersionUID +wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig hourlyEntityDaoConfig +wangdaye.com.geometricweather.db.entities.DailyEntity: void setSunSetDate(java.util.Date) +androidx.appcompat.R$string: R$string() +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: float getActionTextColorAlpha() +com.google.android.material.R$styleable: int ConstraintSet_barrierMargin +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Display3 +wangdaye.com.geometricweather.R$layout: int design_text_input_end_icon +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setFeelsLike(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean) +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: void onError(java.lang.Throwable) +james.adaptiveicon.R$dimen: int abc_text_size_body_2_material +com.amap.api.location.DPoint: double b +com.google.android.material.R$styleable: int BottomAppBar_paddingBottomSystemWindowInsets +wangdaye.com.geometricweather.R$dimen: int tooltip_margin +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: void setEn_US(java.lang.String) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: java.lang.String zh_CN +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: boolean isModifyInHour() +androidx.vectordrawable.R$styleable: int[] ColorStateListItem +okhttp3.MultipartBody$Builder: okhttp3.MultipartBody$Builder addPart(okhttp3.RequestBody) +com.amap.api.fence.GeoFence$1: java.lang.Object[] newArray(int) +wangdaye.com.geometricweather.R$bool: int enable_system_alarm_service_default +com.google.android.material.R$attr: int thumbTextPadding +james.adaptiveicon.R$styleable: int Spinner_android_dropDownWidth +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeShareDrawable +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float Ozone +cyanogenmod.weather.CMWeatherManager: java.util.Map access$300(cyanogenmod.weather.CMWeatherManager) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String hourlyForecast +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_textLocale +androidx.recyclerview.R$styleable: int GradientColor_android_tileMode +androidx.constraintlayout.widget.R$attr: int chainUseRtl +androidx.viewpager2.R$id: int accessibility_custom_action_31 +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_showDividers +wangdaye.com.geometricweather.R$id: int design_menu_item_action_area_stub +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_AutoCompleteTextView +androidx.constraintlayout.widget.R$dimen: int compat_control_corner_material +cyanogenmod.weather.RequestInfo: boolean mIsQueryOnly +okhttp3.internal.ws.WebSocketProtocol: int OPCODE_TEXT +com.turingtechnologies.materialscrollbar.R$id: int add +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutObserver: void dispose() +com.google.android.material.R$attr: R$attr() +james.adaptiveicon.R$attr: int srcCompat +androidx.swiperefreshlayout.R$attr: int fontProviderPackage +androidx.preference.R$style: int Base_Widget_AppCompat_Toolbar_Button_Navigation +com.google.android.material.R$styleable: int Layout_layout_constraintVertical_bias +androidx.recyclerview.R$dimen: int item_touch_helper_max_drag_scroll_per_frame +io.reactivex.internal.util.EmptyComponent: void onSuccess(java.lang.Object) +wangdaye.com.geometricweather.R$styleable: int Toolbar_subtitle +androidx.constraintlayout.widget.R$attr: int waveVariesBy +com.google.android.material.R$anim: int abc_fade_in +com.jaredrummler.android.colorpicker.R$string: int summary_collapsed_preference_list +com.google.android.material.R$styleable: int ScrollingViewBehavior_Layout_behavior_overlapTop +io.reactivex.Observable: io.reactivex.Observable mergeWith(io.reactivex.ObservableSource) +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver +james.adaptiveicon.R$styleable: int[] View +androidx.preference.R$styleable: int AnimatedStateListDrawableCompat_android_visible +com.jaredrummler.android.colorpicker.ColorPanelView: int getColor() +cyanogenmod.app.Profile: int mNotificationLightMode +androidx.preference.R$integer: int cancel_button_image_alpha +wangdaye.com.geometricweather.R$drawable: int notif_temp_116 +okhttp3.CipherSuite: java.util.List forJavaNames(java.lang.String[]) +okhttp3.internal.http2.Http2Connection: void writeData(int,boolean,okio.Buffer,long) +wangdaye.com.geometricweather.R$string: int night +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation: wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation BOTTOM +androidx.recyclerview.R$styleable: int FontFamily_fontProviderPackage +androidx.preference.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator +androidx.appcompat.R$drawable: int abc_cab_background_top_mtrl_alpha +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_RatingBar_Indicator +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Headline +com.google.android.material.R$styleable: int MotionLayout_currentState +com.turingtechnologies.materialscrollbar.R$color: int abc_primary_text_material_light +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language TURKISH +com.xw.repo.bubbleseekbar.R$attr: int bsb_thumb_radius +retrofit2.OptionalConverterFactory: retrofit2.Converter responseBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) +androidx.hilt.R$drawable: int notification_template_icon_bg +androidx.lifecycle.ComputableLiveData: java.lang.Object compute() +com.google.android.material.R$attr: int cornerSizeBottomLeft +androidx.hilt.R$id: int accessibility_custom_action_16 +okhttp3.TlsVersion: okhttp3.TlsVersion SSL_3_0 +wangdaye.com.geometricweather.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton +wangdaye.com.geometricweather.R$dimen: int material_clock_period_toggle_width +com.xw.repo.bubbleseekbar.R$anim: int abc_popup_enter +com.turingtechnologies.materialscrollbar.R$attr: int boxBackgroundMode +androidx.work.BackoffPolicy: androidx.work.BackoffPolicy LINEAR +com.xw.repo.bubbleseekbar.R$string: int abc_searchview_description_submit +wangdaye.com.geometricweather.R$styleable: int Chip_closeIconVisible +com.google.android.material.R$color: int mtrl_popupmenu_overlay_color +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void drain() +com.xw.repo.bubbleseekbar.R$id: int src_atop +androidx.appcompat.widget.SearchView$SearchAutoComplete: int getSearchViewTextMinWidthDp() +wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_Search +cyanogenmod.app.ILiveLockScreenManager: void enqueueLiveLockScreen(java.lang.String,int,cyanogenmod.app.LiveLockScreenInfo,int[],int) +retrofit2.OkHttpCall$1: OkHttpCall$1(retrofit2.OkHttpCall,retrofit2.Callback) wangdaye.com.geometricweather.common.basic.models.weather.Astro: java.util.Date riseDate -com.google.android.material.R$styleable: int FloatingActionButton_fabSize -okhttp3.internal.http2.Http2Connection: void awaitPong() -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult -com.google.android.material.R$styleable: int AppCompatTheme_android_windowAnimationStyle -androidx.preference.R$style: int Base_TextAppearance_AppCompat_Medium -wangdaye.com.geometricweather.R$attr: int color -com.google.android.material.R$styleable: int Layout_layout_constraintEnd_toStartOf -com.xw.repo.bubbleseekbar.R$style: int Base_V22_Theme_AppCompat_Light -androidx.fragment.R$id: int actions -com.tencent.bugly.proguard.w: com.tencent.bugly.proguard.w b -com.google.android.material.button.MaterialButton: int getInsetBottom() -com.google.android.material.R$styleable: int ActionBar_logo -com.google.android.material.R$styleable: int Constraint_layout_constraintWidth_max -com.xw.repo.bubbleseekbar.R$drawable: int notification_template_icon_bg -com.google.android.material.R$style: int TextAppearance_MaterialComponents_Headline3 -androidx.preference.DropDownPreference -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Region: AccuLocationResult$Region() -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_homeLayout -androidx.customview.R$style: int TextAppearance_Compat_Notification_Line2 -cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub$Proxy -com.google.android.material.internal.ForegroundLinearLayout: ForegroundLinearLayout(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.R$anim: int mtrl_bottom_sheet_slide_out -androidx.activity.R$dimen: int notification_top_pad -com.google.android.material.R$dimen: int mtrl_bottomappbar_fab_cradle_vertical_offset -androidx.core.R$drawable: int notification_bg_normal_pressed -wangdaye.com.geometricweather.R$string: int sp_widget_day_setting -com.turingtechnologies.materialscrollbar.R$attr: int editTextStyle -wangdaye.com.geometricweather.R$layout: int mtrl_picker_text_input_date -androidx.constraintlayout.widget.R$dimen: int abc_dialog_fixed_width_minor -android.didikee.donate.R$attr: int textAppearanceListItemSmall -wangdaye.com.geometricweather.R$style: int widget_week_icon -james.adaptiveicon.R$attr: int selectableItemBackground -com.google.android.material.R$attr: int initialActivityCount -cyanogenmod.weather.WeatherInfo: int getConditionCode() -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.WeatherEntity) -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_textLocale -com.amap.api.location.AMapLocation: int TRUSTED_LEVEL_BAD -james.adaptiveicon.R$style: int Base_Widget_AppCompat_AutoCompleteTextView -wangdaye.com.geometricweather.R$layout: int widget_day_oreo_google_sans -com.google.android.material.R$styleable: int FloatingActionButton_fabCustomSize -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_DifferentCornerSize -androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat_Light_Dialog -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean() -androidx.hilt.lifecycle.R$id: R$id() -com.turingtechnologies.materialscrollbar.R$drawable: int indicator -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_paddingLeft -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: java.lang.String Name -androidx.preference.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView -com.xw.repo.bubbleseekbar.R$id: int search_close_btn -cyanogenmod.themes.IThemeService: boolean processThemeResources(java.lang.String) -com.tencent.bugly.crashreport.crash.anr.TraceFileHelper$b: boolean a(long,long,java.lang.String) -android.didikee.donate.R$styleable: int AppCompatTheme_colorControlActivated -wangdaye.com.geometricweather.R$drawable: int notif_temp_64 -com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_show_section_mark -androidx.coordinatorlayout.R$id: int action_container -androidx.work.R$styleable: int GradientColor_android_centerX -io.reactivex.Observable: io.reactivex.Single collect(java.util.concurrent.Callable,io.reactivex.functions.BiConsumer) -io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: io.reactivex.functions.Function keySelector -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Dialog_FixedSize -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_android_enabled -cyanogenmod.weatherservice.ServiceRequestResult$Builder: java.util.List mLocationLookupList -androidx.hilt.R$drawable: int notification_bg_normal -com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken END_ARRAY -cyanogenmod.app.ProfileManager: int PROFILES_STATE_ENABLED -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_setDisplayColorCalibration -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult -com.google.android.material.chip.ChipGroup: void setSelectionRequired(boolean) -androidx.constraintlayout.widget.R$dimen: int hint_pressed_alpha_material_dark -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title -androidx.viewpager.R$styleable: int GradientColor_android_tileMode -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_9 -wangdaye.com.geometricweather.R$attr: int path_percent -wangdaye.com.geometricweather.R$attr: int bsb_hide_bubble -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean wind -androidx.lifecycle.ProcessLifecycleOwner: long TIMEOUT_MS -wangdaye.com.geometricweather.R$style: int CardView_Dark -com.xw.repo.bubbleseekbar.R$attr: int defaultQueryHint -okhttp3.internal.ws.RealWebSocket: boolean writeOneFrame() -android.support.v4.os.IResultReceiver: void send(int,android.os.Bundle) -androidx.preference.R$styleable: int AppCompatTextView_drawableTint -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: java.lang.String getGroupName() -androidx.core.view.GestureDetectorCompat: void setOnDoubleTapListener(android.view.GestureDetector$OnDoubleTapListener) -androidx.coordinatorlayout.R$id: int tag_accessibility_heading -androidx.constraintlayout.widget.R$style: int TextAppearance_AppCompat_Title_Inverse -wangdaye.com.geometricweather.R$string: int key_service_provider -wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: void setTopIconDrawable(android.graphics.drawable.Drawable) -com.google.android.material.R$styleable: int Layout_layout_constraintVertical_weight -com.google.android.material.R$styleable: int TabLayout_tabMaxWidth -wangdaye.com.geometricweather.R$string: int widget_clock_day_horizontal -wangdaye.com.geometricweather.R$dimen: int material_clock_face_margin_top -com.turingtechnologies.materialscrollbar.R$id: int custom -wangdaye.com.geometricweather.R$styleable: int KeyPosition_drawPath -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintBottom_creator -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: android.content.Context b -androidx.work.impl.utils.futures.AbstractFuture$Failure$1: java.lang.Throwable fillInStackTrace() -james.adaptiveicon.R$anim: int abc_grow_fade_in_from_bottom -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: java.lang.String getBrandId() -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: void setPoint(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean) -com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: int getCircularRevealScrimColor() -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal -com.google.android.material.R$layout: int text_view_with_line_height_from_layout -io.reactivex.Observable: io.reactivex.Observable subscribeOn(io.reactivex.Scheduler) -okio.HashingSink: okio.HashingSink hmacSha256(okio.Sink,okio.ByteString) -androidx.constraintlayout.widget.R$style: int Base_V21_Theme_AppCompat_Light -com.turingtechnologies.materialscrollbar.R$attr: int titleMarginEnd -com.google.android.material.R$layout: int mtrl_picker_dialog -io.reactivex.Observable: io.reactivex.Observable scan(java.lang.Object,io.reactivex.functions.BiFunction) -com.google.android.material.R$styleable: int Constraint_android_rotationX -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large -com.xw.repo.bubbleseekbar.R$dimen: int notification_subtext_size -com.bumptech.glide.integration.okhttp.R$styleable: R$styleable() -wangdaye.com.geometricweather.R$color: int lightPrimary_2 -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: java.lang.String country -wangdaye.com.geometricweather.R$string: int key_notification_minimal_icon -cyanogenmod.profiles.AirplaneModeSettings: cyanogenmod.profiles.AirplaneModeSettings fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) -io.reactivex.Observable: io.reactivex.Observable distinct(io.reactivex.functions.Function) -com.google.android.material.R$styleable: int Slider_haloColor -wangdaye.com.geometricweather.R$attr: int controlBackground -wangdaye.com.geometricweather.R$styleable: int ArcProgress_progress_color -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric -android.didikee.donate.R$styleable: int ActionBar_title -com.tencent.bugly.crashreport.BuglyLog: void e(java.lang.String,java.lang.String) -androidx.work.NetworkType: androidx.work.NetworkType valueOf(java.lang.String) -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintBaseline_toBaselineOf -com.google.android.material.slider.Slider: void setTrackInactiveTintList(android.content.res.ColorStateList) -com.turingtechnologies.materialscrollbar.R$color: int material_blue_grey_900 -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_23 -androidx.appcompat.R$drawable: int abc_btn_radio_to_on_mtrl_000 -wangdaye.com.geometricweather.R$attr: int startIconContentDescription -androidx.viewpager.widget.PagerTitleStrip: void setNonPrimaryAlpha(float) -com.baidu.location.e.h$b: com.baidu.location.e.h$b valueOf(java.lang.String) -androidx.drawerlayout.R$drawable: int notification_bg -com.google.android.material.datepicker.CalendarConstraints: android.os.Parcelable$Creator CREATOR -androidx.constraintlayout.widget.R$color: int switch_thumb_material_light -wangdaye.com.geometricweather.R$attr: int actionDropDownStyle -okhttp3.OkHttpClient: java.util.List connectionSpecs -wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Object getKey(java.lang.Object) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NAVBAR_LEFT_IN_LANDSCAPE_VALIDATOR -cyanogenmod.app.CustomTile$ExpandedListItem: void setExpandedListItemBitmap(android.graphics.Bitmap) -okio.ByteString: okio.ByteString decodeHex(java.lang.String) -wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_indicatorColors -androidx.dynamicanimation.R$styleable: int FontFamilyFont_fontVariationSettings -wangdaye.com.geometricweather.R$id: int clear_text -com.tencent.bugly.proguard.z: void b(android.os.Parcel,java.util.Map) -androidx.preference.R$styleable: int Preference_android_shouldDisableView -com.tencent.bugly.crashreport.crash.h5.a -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: java.lang.Object singleItem -android.didikee.donate.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle -com.jaredrummler.android.colorpicker.R$attr: int listPreferredItemHeightLarge -com.google.android.material.R$style: int Theme_MaterialComponents_Dialog_MinWidth_Bridge -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index aggregatedIndex -androidx.constraintlayout.widget.R$styleable: int[] ConstraintLayout_placeholder -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_CompoundButton_Switch -com.jaredrummler.android.colorpicker.R$anim: int abc_slide_in_bottom -androidx.preference.R$dimen: int notification_top_pad -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableStartCompat -james.adaptiveicon.R$attr: int actionBarDivider -com.google.android.material.R$styleable: int MaterialButton_android_background -wangdaye.com.geometricweather.R$attr: int drawable_res_on -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_AutoCompleteTextView -androidx.hilt.work.R$drawable: int notification_bg -androidx.lifecycle.MethodCallsLogger: MethodCallsLogger() -com.tencent.bugly.proguard.ab: byte[] a(byte[]) -wangdaye.com.geometricweather.R$style: int Widget_Support_CoordinatorLayout -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed$Metric: AccuCurrentResult$WindGust$Speed$Metric() -cyanogenmod.themes.ThemeManager$1 -androidx.constraintlayout.widget.R$string: int abc_activitychooserview_choose_application +androidx.appcompat.widget.LinearLayoutCompat: int getDividerPadding() +wangdaye.com.geometricweather.R$attr: int state_liftable +james.adaptiveicon.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight +com.google.android.material.chip.Chip: void setBackground(android.graphics.drawable.Drawable) +androidx.constraintlayout.widget.R$attr: int windowFixedWidthMinor +cyanogenmod.app.BaseLiveLockManagerService: void enforceSamePackageOrSystem(java.lang.String,cyanogenmod.app.LiveLockScreenInfo) +androidx.preference.R$styleable: int Preference_android_selectable +wangdaye.com.geometricweather.R$dimen: int mtrl_toolbar_default_height +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_RatingBar +wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_speedValue +com.xw.repo.bubbleseekbar.R$attr: int fontProviderQuery +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_visible +com.google.android.material.R$color: int mtrl_error +com.autonavi.aps.amapapi.model.AMapLocationServer: void b(java.lang.String) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_115 +io.reactivex.disposables.RunnableDisposable: void onDisposed(java.lang.Object) +com.google.android.material.R$layout: int design_navigation_item_header +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow +james.adaptiveicon.R$attr: int divider +com.google.android.material.R$styleable: int AppCompatTheme_alertDialogTheme +com.tencent.bugly.proguard.l +io.reactivex.internal.observers.DeferredScalarDisposable: void clear() +androidx.lifecycle.extensions.R$attr: int fontProviderFetchTimeout +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode HTTP_1_1_REQUIRED +retrofit2.converter.gson.GsonConverterFactory: retrofit2.Converter responseBodyConverter(java.lang.reflect.Type,java.lang.annotation.Annotation[],retrofit2.Retrofit) +com.google.android.material.appbar.CollapsingToolbarLayout: int getExpandedTitleMarginStart() +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float getPM10() +com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl: $Gson$Types$ParameterizedTypeImpl(java.lang.reflect.Type,java.lang.reflect.Type,java.lang.reflect.Type[]) +androidx.vectordrawable.R$id: int accessibility_custom_action_8 +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_verticalBias +wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_9 +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHorizontal_weight +androidx.viewpager2.R$styleable: int[] ViewPager2 +androidx.constraintlayout.helper.widget.Flow: void setPaddingLeft(int) +james.adaptiveicon.R$id: int search_bar +com.google.android.material.snackbar.Snackbar$SnackbarLayout: void setOnClickListener(android.view.View$OnClickListener) +com.xw.repo.bubbleseekbar.R$attr: int drawableSize +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_20 +androidx.appcompat.R$id: int edit_query +androidx.work.WorkInfo$State: androidx.work.WorkInfo$State FAILED +wangdaye.com.geometricweather.R$id: int searchContainer +androidx.preference.R$drawable: int abc_tab_indicator_mtrl_alpha +cyanogenmod.power.IPerformanceManager$Stub: int TRANSACTION_getPowerProfile +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight_Dialog +okhttp3.internal.http1.Http1Codec: okhttp3.ResponseBody openResponseBody(okhttp3.Response) +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_RatingBar_Indicator +cyanogenmod.power.PerformanceManager: boolean checkService() +android.didikee.donate.R$style: int Base_Theme_AppCompat_CompactMenu +com.amap.api.location.APSService: int onStartCommand(android.content.Intent,int,int) +io.reactivex.internal.subscribers.DeferredScalarSubscriber: DeferredScalarSubscriber(org.reactivestreams.Subscriber) +androidx.preference.R$dimen: int abc_button_inset_vertical_material +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_menu_overflow_material +androidx.appcompat.widget.LinearLayoutCompat: float getWeightSum() +okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.ErrorCode getErrorCode() +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_28 +okhttp3.internal.cache.DiskLruCache: void readJournalLine(java.lang.String) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: int getWindowFlags() +com.google.android.material.R$styleable: int MaterialTextAppearance_android_letterSpacing +com.tencent.bugly.crashreport.common.strategy.StrategyBean: java.lang.String a +okhttp3.internal.platform.Platform +androidx.appcompat.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton +okio.ByteString: okio.ByteString hmacSha1(okio.ByteString) +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode CONNECT_ERROR +wangdaye.com.geometricweather.R$styleable: int Slider_android_enabled +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void drain() +retrofit2.http.HEAD +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Speed Speed +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_layout +james.adaptiveicon.R$id: int spacer +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getIcePrecipitation() +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_android_maxWidth +com.turingtechnologies.materialscrollbar.R$id: int tabMode +james.adaptiveicon.R$style: int Base_Theme_AppCompat_Dialog_Alert +wangdaye.com.geometricweather.R$string: int wind_7 +cyanogenmod.providers.CMSettings$Secure: java.lang.String PERFORMANCE_PROFILE +android.didikee.donate.R$styleable: int DrawerArrowToggle_color +androidx.swiperefreshlayout.R$dimen: int notification_top_pad +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText +androidx.viewpager.R$style: R$style() +wangdaye.com.geometricweather.R$attr: int layout_constraintVertical_chainStyle +wangdaye.com.geometricweather.R$color: int androidx_core_secondary_text_default_material_light +com.google.android.material.R$id: int asConfigured +com.google.android.gms.base.R$drawable: int common_google_signin_btn_icon_dark_focused +com.google.android.material.R$styleable: int MockView_mock_labelBackgroundColor +com.xw.repo.bubbleseekbar.R$attr: int actionBarTabStyle +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator BACK_WAKE_SCREEN_VALIDATOR +androidx.fragment.app.Fragment$2 +okhttp3.internal.http2.Huffman: void buildTree() +io.reactivex.internal.util.ArrayListSupplier: io.reactivex.functions.Function asFunction() +com.github.rahatarmanahmed.cpv.CircularProgressView$2: float val$currentProgress +android.didikee.donate.R$styleable: int SwitchCompat_switchMinWidth +com.turingtechnologies.materialscrollbar.R$animator: int mtrl_btn_state_list_anim +androidx.lifecycle.LiveData: void observeForever(androidx.lifecycle.Observer) +wangdaye.com.geometricweather.R$attr: int alertDialogCenterButtons +com.tencent.bugly.crashreport.biz.b: long d +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_display_1_material +androidx.preference.SwitchPreferenceCompat: SwitchPreferenceCompat(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.widget.R$id: int textSpacerNoButtons +com.turingtechnologies.materialscrollbar.R$styleable: int CardView_cardElevation +wangdaye.com.geometricweather.R$id: int BOTTOM_START +com.bumptech.glide.R$styleable: int GradientColor_android_endX +android.didikee.donate.R$styleable: int AppCompatTextView_fontFamily +com.xw.repo.bubbleseekbar.R$color: int bright_foreground_inverse_material_light +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain: MfForecastResult$Forecast$Rain() +androidx.preference.R$drawable: int abc_action_bar_item_background_material +androidx.constraintlayout.widget.R$id: int contentPanel +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight +androidx.appcompat.R$styleable: int Toolbar_navigationIcon +okio.Buffer: okio.Buffer writeUtf8(java.lang.String) +okhttp3.OkHttpClient: OkHttpClient(okhttp3.OkHttpClient$Builder) +androidx.appcompat.R$styleable: int SearchView_suggestionRowLayout +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_rippleColor +com.tencent.bugly.proguard.am: java.lang.String j +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: java.lang.String parent +androidx.appcompat.R$style: int Theme_AppCompat_DayNight_Dialog_Alert +wangdaye.com.geometricweather.R$color: int design_dark_default_color_primary +com.bumptech.glide.R$dimen: int compat_notification_large_icon_max_height +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void onNext(java.lang.Object) +androidx.swiperefreshlayout.R$layout: int notification_action +com.google.android.material.R$dimen: int mtrl_calendar_header_text_padding +com.tencent.bugly.proguard.ac: ac() +cyanogenmod.app.ILiveLockScreenManager$Stub: java.lang.String DESCRIPTOR +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_elevation +okhttp3.internal.http2.Http2Connection$Listener$1 +androidx.constraintlayout.widget.R$color: int switch_thumb_disabled_material_dark +wangdaye.com.geometricweather.R$id: int material_minute_tv +james.adaptiveicon.R$styleable: int AppCompatTheme_tooltipForegroundColor +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ListMenuView +androidx.appcompat.widget.Toolbar: android.content.Context getPopupContext() +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_contentInsetEndWithActions +wangdaye.com.geometricweather.R$attr: int contentScrim +androidx.constraintlayout.widget.Group: void setVisibility(int) +com.tencent.bugly.proguard.r: r() +com.turingtechnologies.materialscrollbar.R$attr: int fabAlignmentMode +com.turingtechnologies.materialscrollbar.R$attr: int panelMenuListTheme +androidx.constraintlayout.widget.R$styleable: int ViewStubCompat_android_inflatedId +androidx.preference.R$string: int abc_menu_alt_shortcut_label +com.tencent.bugly.crashreport.common.info.b: long k() +androidx.vectordrawable.animated.R$dimen: int notification_action_icon_size +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_iconifiedByDefault +okhttp3.internal.http2.Http2: byte TYPE_HEADERS +androidx.preference.R$layout: int preference_category_material +androidx.viewpager2.R$style: int TextAppearance_Compat_Notification_Time +james.adaptiveicon.R$styleable: int[] ColorStateListItem +androidx.core.R$id: int action_container +wangdaye.com.geometricweather.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle +wangdaye.com.geometricweather.R$bool: R$bool() +com.amap.api.fence.PoiItem: void setProvince(java.lang.String) +com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_fabAlignmentMode +cyanogenmod.weather.WeatherInfo: int access$502(cyanogenmod.weather.WeatherInfo,int) +com.turingtechnologies.materialscrollbar.R$attr: int tooltipText +cyanogenmod.app.Profile: int getDozeMode() +wangdaye.com.geometricweather.R$styleable: int Preference_android_iconSpaceReserved +androidx.appcompat.R$color: int abc_hint_foreground_material_light +com.jaredrummler.android.colorpicker.R$layout: int support_simple_spinner_dropdown_item +androidx.appcompat.widget.AppCompatButton: void setSupportCompoundDrawablesTintMode(android.graphics.PorterDuff$Mode) +com.google.android.material.R$style: int Base_Theme_AppCompat_DialogWhenLarge +okhttp3.internal.platform.Platform: okhttp3.internal.platform.Platform findJvmPlatform() +okhttp3.internal.connection.StreamAllocation: okhttp3.Address address +androidx.preference.R$styleable: int SwitchPreference_android_disableDependentsState +com.google.android.material.textfield.TextInputLayout: void setExpandedHintEnabled(boolean) +io.reactivex.internal.observers.BasicIntQueueDisposable: boolean isEmpty() +okhttp3.internal.http.HttpDate$1: java.text.DateFormat initialValue() +com.google.android.material.R$styleable: int Constraint_layout_goneMarginStart +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_transformPivotX +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft +androidx.lifecycle.SavedStateHandle: androidx.savedstate.SavedStateRegistry$SavedStateProvider mSavedStateProvider +retrofit2.ParameterHandler$PartMap: int p +com.google.android.material.R$attr: int actionModeShareDrawable +wangdaye.com.geometricweather.R$styleable: int CompoundButton_buttonTint +androidx.drawerlayout.R$id: int action_divider +com.google.android.material.R$dimen: int mtrl_high_ripple_hovered_alpha +wangdaye.com.geometricweather.db.entities.LocationEntity: void setDistrict(java.lang.String) +androidx.preference.R$style: int Base_V7_Theme_AppCompat_Light_Dialog +wangdaye.com.geometricweather.R$dimen: int abc_dialog_fixed_width_major +okhttp3.internal.http2.Http2Reader$Handler: void rstStream(int,okhttp3.internal.http2.ErrorCode) +retrofit2.Callback +androidx.constraintlayout.widget.R$id: int progress_circular +wangdaye.com.geometricweather.R$id: int outline +com.tencent.bugly.crashreport.common.info.a: java.util.List C +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property TotalPrecipitation +com.google.android.material.R$styleable: int Toolbar_titleTextColor +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int THUNDERSHOWER +cyanogenmod.externalviews.ExternalView$5: cyanogenmod.externalviews.ExternalView this$0 +com.bumptech.glide.integration.okhttp.R$attr: int layout_keyline +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX weather +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomNavigationView_PrimarySurface +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Button_ButtonBar_AlertDialog +io.reactivex.Observable: io.reactivex.Observer subscribeWith(io.reactivex.Observer) +wangdaye.com.geometricweather.R$xml: int standalone_badge_offset +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: void setInteractivity(boolean) +androidx.appcompat.widget.AppCompatTextView +androidx.appcompat.R$attr: int textLocale +androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType: androidx.constraintlayout.solver.widgets.analyzer.WidgetRun$RunType CENTER +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property AqiText +androidx.coordinatorlayout.R$id: int top +retrofit2.Utils: java.lang.reflect.Type resolve(java.lang.reflect.Type,java.lang.Class,java.lang.reflect.Type) +android.didikee.donate.R$style: int Base_Widget_AppCompat_ListPopupWindow +okio.Buffer: okio.Buffer writeInt(int) +androidx.lifecycle.extensions.R$id: int forever +androidx.appcompat.widget.ActionBarContainer +androidx.lifecycle.AbstractSavedStateViewModelFactory +com.google.android.material.R$styleable: int Chip_chipIconTint +com.xw.repo.bubbleseekbar.R$styleable: int PopupWindowBackgroundState_state_above_anchor +okhttp3.ConnectionSpec: okhttp3.CipherSuite[] APPROVED_CIPHER_SUITES +retrofit2.Retrofit: retrofit2.Converter nextResponseBodyConverter(retrofit2.Converter$Factory,java.lang.reflect.Type,java.lang.annotation.Annotation[]) +com.google.android.material.R$styleable: int KeyAttribute_curveFit +android.didikee.donate.R$drawable +io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: java.util.concurrent.atomic.AtomicReference upstream +androidx.appcompat.R$attr: int layout +com.bumptech.glide.R$styleable: int CoordinatorLayout_statusBarBackground +wangdaye.com.geometricweather.R$attr: int bsb_second_track_size +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Light +okio.Buffer: void skip(long) +okio.RealBufferedSink: boolean isOpen() +com.google.android.material.bottomnavigation.BottomNavigationMenuView: android.content.res.ColorStateList getIconTintList() +okio.SegmentedByteString: SegmentedByteString(okio.Buffer,int) +io.reactivex.internal.disposables.DisposableHelper +cyanogenmod.themes.IThemeProcessingListener$Stub: cyanogenmod.themes.IThemeProcessingListener asInterface(android.os.IBinder) +com.turingtechnologies.materialscrollbar.R$styleable: int ActionMode_background +androidx.constraintlayout.widget.R$styleable: int[] OnClick +com.google.android.material.R$dimen: int material_clock_hand_center_dot_radius +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: WeatherEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) +cyanogenmod.platform.R$integer: R$integer() +okhttp3.Dispatcher: int maxRequestsPerHost +androidx.preference.R$dimen: int abc_action_bar_default_padding_start_material +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver +wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_levelValue +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_55 +okhttp3.Handshake: okhttp3.CipherSuite cipherSuite() +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_SearchView +androidx.recyclerview.R$styleable: int RecyclerView_reverseLayout +com.turingtechnologies.materialscrollbar.R$attr: int chipEndPadding +com.google.android.material.R$color: int material_grey_50 +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintTag +androidx.preference.R$styleable: int Toolbar_contentInsetEnd +com.google.android.material.slider.Slider: void setTrackActiveTintList(android.content.res.ColorStateList) +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int so2 +androidx.lifecycle.SingleGeneratedAdapterObserver: void onStateChanged(androidx.lifecycle.LifecycleOwner,androidx.lifecycle.Lifecycle$Event) +androidx.appcompat.R$id: int accessibility_custom_action_6 +okhttp3.Challenge: boolean equals(java.lang.Object) +io.reactivex.internal.disposables.EmptyDisposable: void clear() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: int getStatus() +com.google.android.material.internal.NavigationMenuItemView: void setTextAppearance(int) +wangdaye.com.geometricweather.R$styleable: int Constraint_android_maxHeight +com.google.android.material.R$drawable: int abc_ic_voice_search_api_material +androidx.fragment.R$id: int async +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_verticalGap +com.google.android.material.R$style: int Base_Widget_AppCompat_RatingBar_Small +cyanogenmod.app.IPartnerInterface$Stub: IPartnerInterface$Stub() +cyanogenmod.providers.DataUsageContract: int COLUMN_OF_LABEL +android.didikee.donate.R$dimen: int abc_text_size_subhead_material +com.amap.api.location.DPoint: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$layout: int material_clock_display_divider +androidx.vectordrawable.R$styleable: int FontFamilyFont_fontVariationSettings +android.didikee.donate.R$drawable: int abc_seekbar_thumb_material +com.jaredrummler.android.colorpicker.R$id: int square +androidx.transition.R$dimen: int compat_control_corner_material +com.google.android.material.floatingactionbutton.FloatingActionButton: void setShadowPaddingEnabled(boolean) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeThunderstormPrecipitationProbability +wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialog_backgroundInsetBottom +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_elevation +wangdaye.com.geometricweather.R$style: int Widget_Compat_NotificationActionContainer +android.didikee.donate.R$attr: int ratingBarStyle +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionBar +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial Imperial +com.google.android.material.R$styleable: int OnSwipe_touchRegionId +com.amap.api.location.APSServiceBase: int onStartCommand(android.content.Intent,int,int) +cyanogenmod.providers.DataUsageContract: int COLUMN_OF_FAST_SAMPLES +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: float unitFactor +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX getWind() +androidx.preference.R$attr: int switchTextOn +com.google.android.material.R$drawable: int abc_tab_indicator_mtrl_alpha +com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_title_material_toolbar +wangdaye.com.geometricweather.R$styleable: int Chip_android_textColor +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: void innerComplete() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: void setCaiyun(java.lang.String) +okhttp3.internal.ws.WebSocketProtocol: int CLOSE_CLIENT_GOING_AWAY +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Rain: java.lang.String Unit +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeSnowPrecipitationProbability +okhttp3.OkHttpClient: okhttp3.CookieJar cookieJar +wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout +com.tencent.bugly.crashreport.crash.a: boolean e +com.google.android.material.chip.Chip: void setChipIconEnabledResource(int) +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: boolean mainDone +io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +com.google.android.material.R$styleable: int SwitchCompat_android_thumb +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384 +androidx.constraintlayout.widget.R$id: int flip +com.google.android.material.R$attr: int collapsedSize +com.google.android.material.circularreveal.CircularRevealRelativeLayout: void setCircularRevealScrimColor(int) +wangdaye.com.geometricweather.R$color: int primary_material_light +androidx.swiperefreshlayout.R$layout +com.google.android.material.transformation.FabTransformationSheetBehavior: FabTransformationSheetBehavior(android.content.Context,android.util.AttributeSet) +androidx.appcompat.resources.R$id: int line3 +androidx.viewpager2.R$styleable: int RecyclerView_android_clipToPadding +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_NoActionBar +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: ObservableConcatMapSingle$ConcatMapSingleMainObserver(io.reactivex.Observer,io.reactivex.functions.Function,int,io.reactivex.internal.util.ErrorMode) +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ListView_DropDown +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_minWidth +androidx.transition.R$id: int tag_unhandled_key_listeners +com.google.android.material.timepicker.ClockHandView: void addOnRotateListener(com.google.android.material.timepicker.ClockHandView$OnRotateListener) +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_goneMarginStart +android.didikee.donate.R$color: int abc_btn_colored_text_material +okio.AsyncTimeout: void enter() +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: int StartMinute +androidx.preference.R$attr: int fontProviderQuery +wangdaye.com.geometricweather.R$string: int feedback_view_style +com.google.android.material.R$string: int material_hour_selection +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.util.Map lefts +androidx.appcompat.R$color: int primary_text_default_material_light +androidx.preference.R$id: int accessibility_action_clickable_span +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_activityChooserViewStyle +io.reactivex.internal.disposables.EmptyDisposable: io.reactivex.internal.disposables.EmptyDisposable[] values() +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_subtitle_bottom_margin_material +cyanogenmod.app.ProfileGroup: void getXmlString(java.lang.StringBuilder,android.content.Context) +com.amap.api.location.AMapLocationClient: com.amap.api.location.LocationManagerBase a(android.content.Context,android.content.Intent) +james.adaptiveicon.R$styleable: int AppCompatTextView_lineHeight +com.google.android.material.R$id: int parent +com.turingtechnologies.materialscrollbar.R$styleable: int[] AppBarLayoutStates +wangdaye.com.geometricweather.common.ui.widgets.TagView: int getUncheckedBackgroundColor() +androidx.preference.R$id: int accessibility_custom_action_14 +com.xw.repo.bubbleseekbar.R$attr: int contentInsetStart +com.turingtechnologies.materialscrollbar.Indicator: void setTextColor(int) +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown +okio.BufferedSource: int readInt() +com.google.android.material.R$attr: int textAppearanceLineHeightEnabled +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX brandInfo +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginBottom +james.adaptiveicon.R$layout: int abc_dialog_title_material +com.google.android.material.textfield.TextInputLayout: void setCounterTextAppearance(int) +androidx.appcompat.resources.R$styleable: int FontFamilyFont_font +cyanogenmod.app.CMStatusBarManager: void removeTile(int) +io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: io.reactivex.internal.queue.SpscLinkedArrayQueue queue +com.google.android.material.R$styleable: int Slider_labelBehavior +okhttp3.Headers$Builder: okhttp3.Headers$Builder removeAll(java.lang.String) +androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State valueOf(java.lang.String) +io.reactivex.internal.disposables.EmptyDisposable: boolean offer(java.lang.Object) +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: ChineseCityEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) +androidx.constraintlayout.widget.R$attr: int drawableLeftCompat +androidx.appcompat.R$styleable: int TextAppearance_textLocale +androidx.viewpager.R$style: int TextAppearance_Compat_Notification_Line2 +androidx.appcompat.R$layout: int abc_action_menu_layout +io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: java.lang.Throwable error +com.google.android.material.R$styleable: int Toolbar_titleMargin +okhttp3.Cache$CacheRequestImpl$1: okhttp3.Cache val$this$0 +wangdaye.com.geometricweather.R$attr: int colorPrimaryDark +com.google.android.material.R$styleable: int DrawerArrowToggle_gapBetweenBars +cyanogenmod.profiles.RingModeSettings: boolean mDirty +androidx.constraintlayout.widget.R$styleable: int SearchView_suggestionRowLayout +androidx.preference.R$attr: int preferenceCategoryTitleTextAppearance +com.google.android.material.R$drawable: int btn_checkbox_unchecked_to_checked_mtrl_animation +com.google.android.material.R$attr: int materialCalendarMonth +wangdaye.com.geometricweather.R$dimen: int abc_text_size_display_2_material +androidx.preference.R$styleable: int MenuItem_android_id +com.tencent.bugly.crashreport.crash.a: a() +androidx.constraintlayout.widget.R$styleable: int[] CompoundButton +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated +androidx.preference.internal.PreferenceImageView: PreferenceImageView(android.content.Context,android.util.AttributeSet) +androidx.viewpager.R$styleable: int FontFamilyFont_ttcIndex +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText +com.google.android.material.R$styleable: int Chip_chipStartPadding +okhttp3.internal.cache.CacheInterceptor$1: okio.Timeout timeout() +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setUvIndex(java.lang.Integer) +james.adaptiveicon.R$dimen: int tooltip_precise_anchor_threshold +com.xw.repo.bubbleseekbar.R$style: int Base_V28_Theme_AppCompat +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void tryEmit(java.lang.Object,io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver) +androidx.appcompat.R$drawable: int abc_btn_radio_material_anim +androidx.hilt.R$styleable: int GradientColorItem_android_offset +androidx.lifecycle.extensions.R$attr: int fontProviderAuthority +wangdaye.com.geometricweather.R$attr: int altSrc +com.google.android.material.R$style: int Widget_AppCompat_PopupMenu +com.google.gson.stream.JsonReader: int NUMBER_CHAR_EXP_DIGIT +wangdaye.com.geometricweather.R$attr: int tabStyle +com.loc.k: k(java.lang.String,java.lang.String) +android.didikee.donate.R$color: int bright_foreground_disabled_material_light +androidx.preference.R$attr: int elevation +android.didikee.donate.R$attr: int tickMarkTintMode +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_counterTextColor +com.amap.api.fence.GeoFenceClient: void addGeoFence(java.util.List,java.lang.String) +wangdaye.com.geometricweather.R$string: int phase_waxing_crescent +wangdaye.com.geometricweather.R$string: int key_widget_clock_day_horizontal +wangdaye.com.geometricweather.R$string: int cancel +android.didikee.donate.R$attr: int listDividerAlertDialog +androidx.viewpager.R$styleable: int[] GradientColor +com.google.android.material.R$styleable: int TabLayout_tabRippleColor +wangdaye.com.geometricweather.R$attr: int textAppearanceListItemSmall +com.google.android.material.R$style: int Widget_MaterialComponents_PopupMenu_ListPopupWindow +androidx.customview.R$attr: int fontProviderFetchStrategy +com.google.android.material.R$styleable: int[] MaterialCardView +androidx.preference.R$styleable: int[] LinearLayoutCompat_Layout +wangdaye.com.geometricweather.R$id: int customPanel +james.adaptiveicon.R$drawable: int abc_dialog_material_background +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver: long serialVersionUID +com.google.android.material.R$styleable: int Slider_tickVisible +wangdaye.com.geometricweather.db.entities.WeatherEntity: long timeStamp +androidx.vectordrawable.R$color: int secondary_text_default_material_light +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Imperial: double Value +wangdaye.com.geometricweather.R$styleable: int Chip_chipStrokeWidth +com.google.android.material.R$id: int animateToEnd +androidx.constraintlayout.widget.R$styleable: int Toolbar_buttonGravity +retrofit2.ParameterHandler$Tag: void apply(retrofit2.RequestBuilder,java.lang.Object) +androidx.recyclerview.R$id: int action_divider +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean$ValueBeanXX: java.lang.String from +cyanogenmod.weather.WeatherInfo: int describeContents() +androidx.preference.R$styleable: int AppCompatTheme_checkboxStyle +com.google.android.material.R$styleable: int ConstraintSet_flow_lastHorizontalStyle +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_contentInsetStartWithNavigation +androidx.constraintlayout.widget.R$styleable: int ActionBar_contentInsetEndWithActions +androidx.viewpager2.R$drawable: int notify_panel_notification_icon_bg +wangdaye.com.geometricweather.R$styleable: int ScrollingViewBehavior_Layout_behavior_overlapTop +androidx.loader.R$styleable: int FontFamilyFont_android_fontStyle +androidx.constraintlayout.widget.R$attr: int selectableItemBackground +androidx.viewpager2.R$styleable: int FontFamilyFont_android_ttcIndex +wangdaye.com.geometricweather.R$id: int notification_multi_city_icon_1 +com.baidu.location.e.p +androidx.transition.R$id: int blocking +androidx.hilt.work.R$styleable: int GradientColor_android_endColor +androidx.viewpager2.R$drawable: int notification_bg_low_normal +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int SEVERE_THUNDERSTORMS +com.google.gson.stream.JsonReader: java.io.Reader in +okio.RealBufferedSource: int read(byte[],int,int) +com.jaredrummler.android.colorpicker.R$styleable: int[] ColorPickerView +androidx.constraintlayout.widget.R$id: int tag_unhandled_key_event_manager +androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric: java.lang.String Unit +io.reactivex.Observable: io.reactivex.Observable amb(java.lang.Iterable) +okhttp3.internal.http.RealResponseBody: java.lang.String contentTypeString +okhttp3.internal.http2.Http2Writer: void synStream(boolean,int,int,java.util.List) +com.turingtechnologies.materialscrollbar.R$styleable: int MenuGroup_android_visible +wangdaye.com.geometricweather.R$styleable: int AppBarLayout_elevation +androidx.preference.R$style: int Widget_AppCompat_ActionBar_TabView +androidx.appcompat.R$integer: int abc_config_activityShortDur +james.adaptiveicon.R$styleable: int Spinner_popupTheme +androidx.appcompat.R$style: int Theme_AppCompat_DayNight +com.jaredrummler.android.colorpicker.R$dimen: int compat_button_padding_horizontal_material +wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_mini_dark +wangdaye.com.geometricweather.R$id: int sides +wangdaye.com.geometricweather.R$drawable: int abc_item_background_holo_dark +okhttp3.OkHttpClient: okhttp3.ConnectionPool connectionPool() +androidx.vectordrawable.animated.R$id: int text +wangdaye.com.geometricweather.R$string: int settings_title_notification_text_color +androidx.appcompat.R$styleable: int AnimatedStateListDrawableTransition_android_toId +wangdaye.com.geometricweather.R$styleable: int MaterialRadioButton_useMaterialThemeColors +wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_showMotionSpec +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_EXPORT_WITH_RC4_40_MD5 +com.xw.repo.bubbleseekbar.R$attr: int textColorAlertDialogListItem +com.google.android.material.R$attr: int pivotAnchor +androidx.viewpager2.R$id: int accessibility_custom_action_16 +com.jaredrummler.android.colorpicker.R$id: int multiply +wangdaye.com.geometricweather.R$id: int mtrl_calendar_day_selector_frame +wangdaye.com.geometricweather.db.entities.HistoryEntity: void setWeatherSource(java.lang.String) +androidx.lifecycle.Lifecycling$1 +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_transitionEasing +io.reactivex.Observable: io.reactivex.Observable timeInterval(java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +com.google.android.gms.common.stats.WakeLockEvent: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$attr: int iconStartPadding +androidx.preference.R$id: int spacer +com.jaredrummler.android.colorpicker.R$attr: int listDividerAlertDialog +com.google.android.material.R$styleable: int KeyTimeCycle_android_rotation com.google.android.material.R$styleable: int MaterialCardView_android_checkable -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Display1 -wangdaye.com.geometricweather.R$array: int subtitle_data_values -com.xw.repo.bubbleseekbar.R$id: int shortcut -wangdaye.com.geometricweather.R$styleable: int KeyCycle_android_translationZ -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult -com.google.android.material.textfield.MaterialAutoCompleteTextView: MaterialAutoCompleteTextView(android.content.Context,android.util.AttributeSet,int) -com.jaredrummler.android.colorpicker.R$drawable: int abc_cab_background_internal_bg -androidx.appcompat.R$styleable: int[] DrawerArrowToggle -com.google.android.material.R$styleable: int KeyCycle_motionProgress -cyanogenmod.themes.IThemeChangeListener$Stub$Proxy: void onFinish(boolean) -androidx.customview.R$layout: int notification_template_custom_big -wangdaye.com.geometricweather.R$attr: int textAppearanceSearchResultTitle -com.google.android.material.R$style: int Widget_MaterialComponents_Button_UnelevatedButton_Icon -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Subhead -com.google.android.material.R$layout: int mtrl_calendar_days_of_week -wangdaye.com.geometricweather.R$styleable: int MultiSelectListPreference_android_entryValues -androidx.lifecycle.LifecycleService: void onCreate() -wangdaye.com.geometricweather.R$id: int chains -androidx.constraintlayout.widget.R$styleable: int[] Layout -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_editTextColor -com.google.android.material.R$styleable: int KeyPosition_framePosition -com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_navigationIcon -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorError -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_start_padding -androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData: void onActive() -androidx.preference.R$anim: int fragment_open_enter -androidx.appcompat.R$color: int abc_color_highlight_material -com.jaredrummler.android.colorpicker.R$dimen: int cpv_item_size -cyanogenmod.app.CMContextConstants: java.lang.String CM_PERFORMANCE_SERVICE -com.google.android.material.tabs.TabLayout: void setTabIconTint(android.content.res.ColorStateList) -android.didikee.donate.R$styleable: int AppCompatTheme_actionBarTabTextStyle -androidx.preference.R$dimen: int abc_disabled_alpha_material_dark -wangdaye.com.geometricweather.R$id: int mtrl_calendar_frame -androidx.lifecycle.LifecycleOwner: androidx.lifecycle.Lifecycle getLifecycle() -androidx.viewpager.R$styleable: int FontFamilyFont_android_fontVariationSettings -wangdaye.com.geometricweather.remoteviews.config.HourlyTrendWidgetConfigActivity -cyanogenmod.app.ICustomTileListener$Stub: int TRANSACTION_onListenerConnected_0 -androidx.preference.MultiSelectListPreference -cyanogenmod.app.IPartnerInterface$Stub$Proxy: android.os.IBinder mRemote -androidx.dynamicanimation.R$styleable: int FontFamilyFont_ttcIndex -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getVibratorIntensity -com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_radio_to_on_mtrl_000 -com.baidu.location.indoor.mapversion.c.c$b: double e -com.google.android.material.R$attr: int spinnerStyle -com.google.android.material.R$styleable: int Constraint_layout_constraintWidth_percent -okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_NULL_SHA -androidx.constraintlayout.widget.R$styleable: int SearchView_voiceIcon -androidx.viewpager2.R$style: int Widget_Compat_NotificationActionContainer -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.disposables.Disposable upstream -com.google.android.material.R$color: int ripple_material_dark -cyanogenmod.profiles.AirplaneModeSettings: int getValue() -com.google.android.material.R$id: int dragLeft -org.greenrobot.greendao.AbstractDaoSession: java.util.List loadAll(java.lang.Class) -wangdaye.com.geometricweather.R$styleable: int Slider_labelStyle -cyanogenmod.providers.CMSettings$System: java.lang.String CAMERA_LAUNCH -okhttp3.internal.http2.Header: Header(okio.ByteString,okio.ByteString) -com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_android_fontVariationSettings -wangdaye.com.geometricweather.R$attr: int listPreferredItemHeightLarge -com.tencent.bugly.proguard.y: boolean f -com.google.android.material.card.MaterialCardView: int getCheckedIconMargin() -android.didikee.donate.R$styleable: int MenuView_preserveIconSpacing -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String nighttimeWindLevel -androidx.constraintlayout.widget.R$attr: int switchMinWidth -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_verticalAlign -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Menu -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult -wangdaye.com.geometricweather.R$styleable: int Chip_shapeAppearance -androidx.room.RoomDatabase$JournalMode: androidx.room.RoomDatabase$JournalMode WRITE_AHEAD_LOGGING -com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_colorShape -wangdaye.com.geometricweather.remoteviews.config.Hilt_DayWidgetConfigActivity -android.didikee.donate.R$attr: int windowFixedHeightMinor -cyanogenmod.library.R$styleable: int LiveLockScreen_settingsActivity -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeStyle -wangdaye.com.geometricweather.R$string: int settings_title_card_display -wangdaye.com.geometricweather.db.entities.LocationEntity: void setWeatherSource(wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource) -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_30 -androidx.appcompat.R$styleable: int Toolbar_collapseContentDescription -wangdaye.com.geometricweather.R$array: int widget_styles -androidx.drawerlayout.R$id: int notification_background -wangdaye.com.geometricweather.R$animator: int weather_rain_3 -com.google.android.material.R$drawable: int ic_clock_black_24dp -com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_margin -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_button_min_width_material -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Subhead -wangdaye.com.geometricweather.R$dimen: int hourly_trend_item_height -androidx.appcompat.R$style: int Base_V7_Theme_AppCompat_Light_Dialog -wangdaye.com.geometricweather.remoteviews.config.Hilt_HourlyTrendWidgetConfigActivity: Hilt_HourlyTrendWidgetConfigActivity() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours Past12Hours -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property IcePrecipitation -wangdaye.com.geometricweather.R$id: int item_alert_subtitle -wangdaye.com.geometricweather.R$styleable: int[] ConstraintSet -cyanogenmod.providers.CMSettings$System: CMSettings$System() -okhttp3.internal.http2.Http2Reader$Handler: void windowUpdate(int,long) -androidx.preference.R$drawable: int abc_text_select_handle_left_mtrl_dark -wangdaye.com.geometricweather.R$array: int dark_mode_values -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_EditText -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX: void setBrands(java.util.List) -com.tencent.bugly.crashreport.crash.d: com.tencent.bugly.crashreport.crash.b d -androidx.preference.R$style: int PreferenceThemeOverlay -com.google.gson.stream.JsonReader: char[] buffer -wangdaye.com.geometricweather.R$string: int aqi_5 -io.reactivex.internal.observers.DeferredScalarDisposable: int requestFusion(int) -androidx.preference.R$style: int Widget_AppCompat_Toolbar -com.turingtechnologies.materialscrollbar.R$attr: int windowFixedHeightMajor -com.google.android.material.button.MaterialButton: void setIcon(android.graphics.drawable.Drawable) -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_29 -androidx.constraintlayout.widget.R$attr: int layout_constraintGuide_begin -androidx.fragment.R$id: int accessibility_custom_action_28 -androidx.recyclerview.widget.StaggeredGridLayoutManager$SavedState -com.amap.api.location.AMapLocationClientOption$AMapLocationMode: com.amap.api.location.AMapLocationClientOption$AMapLocationMode Device_Sensors -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Dark_ActionBar -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_subtitle_top_margin_material -com.google.android.material.R$styleable: int CardView_cardBackgroundColor -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Rain: double Value -okhttp3.internal.http2.Http2Connection$ReaderRunnable: void applyAndAckSettings(boolean,okhttp3.internal.http2.Settings) -androidx.legacy.coreutils.R$styleable: int ColorStateListItem_alpha -cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: void createCustomTileWithTag(java.lang.String,java.lang.String,java.lang.String,int,cyanogenmod.app.CustomTile,int[],int) -cyanogenmod.util.ColorUtils: float[] convertRGBtoLAB(int) -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_16 -com.jaredrummler.android.colorpicker.R$attr: int allowStacking -wangdaye.com.geometricweather.R$string: int abc_shareactionprovider_share_with -com.bumptech.glide.integration.okhttp.R$id: int tag_transition_group -com.google.android.material.R$attr: int rippleColor -androidx.preference.R$styleable: int ViewStubCompat_android_id -cyanogenmod.externalviews.KeyguardExternalView$1: void onServiceDisconnected(android.content.ComponentName) -io.reactivex.internal.subscribers.StrictSubscriber: void request(long) -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_divider -wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Overline -androidx.preference.R$styleable: int AppCompatTheme_actionBarWidgetTheme -androidx.loader.R$styleable: int FontFamily_fontProviderFetchTimeout -androidx.fragment.R$id: int notification_main_column -androidx.preference.R$style: int Widget_AppCompat_Spinner_Underlined -androidx.lifecycle.Lifecycle$State: Lifecycle$State(java.lang.String,int) -com.turingtechnologies.materialscrollbar.R$attr: int hintTextAppearance -androidx.appcompat.R$style: int TextAppearance_AppCompat_Title -wangdaye.com.geometricweather.R$layout: int preference_dropdown -cyanogenmod.app.IPartnerInterface$Stub -androidx.appcompat.resources.R$dimen: int notification_action_icon_size -androidx.legacy.coreutils.R$integer: R$integer() -wangdaye.com.geometricweather.R$styleable: int[] SwitchCompat -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_dialogTheme -com.google.android.material.R$attr: int fabSize -com.google.android.material.R$style: int TextAppearance_AppCompat_Title -com.tencent.bugly.proguard.n: java.util.List c(int) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: void setZh_CN(java.lang.String) -wangdaye.com.geometricweather.R$attr: int drawPath -com.google.gson.stream.JsonReader: int peeked -cyanogenmod.profiles.BrightnessSettings: void writeToParcel(android.os.Parcel,int) -com.turingtechnologies.materialscrollbar.R$attr: int titleTextAppearance -retrofit2.HttpServiceMethod$SuspendForBody -wangdaye.com.geometricweather.R$attr: int buttonBarNegativeButtonStyle -android.didikee.donate.R$dimen: int abc_action_bar_default_padding_end_material +androidx.activity.R$style: int TextAppearance_Compat_Notification_Time +wangdaye.com.geometricweather.R$string: int settings_title_refresh_rate +androidx.constraintlayout.widget.R$styleable: int CompoundButton_android_button +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer +com.turingtechnologies.materialscrollbar.R$layout: int abc_screen_content_include +okhttp3.internal.http.RealInterceptorChain: java.util.List interceptors +okhttp3.internal.Util: java.lang.AssertionError assertionError(java.lang.String,java.lang.Exception) +androidx.preference.R$style: int PreferenceThemeOverlay_v14 +com.google.android.material.navigation.NavigationView: void setCheckedItem(int) +io.reactivex.internal.operators.observable.ObservableUsing$UsingObserver: void onSubscribe(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$id: int container_main_daily_trend_card_title +androidx.constraintlayout.widget.R$styleable: int GradientColor_android_startX +com.google.android.material.slider.Slider: android.content.res.ColorStateList getTrackTintList() +wangdaye.com.geometricweather.R$string: R$string() +androidx.constraintlayout.widget.R$attr: int closeItemLayout +okhttp3.Request$Builder +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property TreeDescription +io.reactivex.Observable: io.reactivex.observables.ConnectableObservable replay() +wangdaye.com.geometricweather.background.polling.permanent.observer.TimeObserverService +androidx.constraintlayout.widget.R$attr: int autoSizeMinTextSize +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_titleMarginBottom +wangdaye.com.geometricweather.R$id: int widget_clock_day_weather +wangdaye.com.geometricweather.R$style: int Widget_Support_CoordinatorLayout +com.amap.api.fence.GeoFence: int STATUS_IN +com.turingtechnologies.materialscrollbar.R$styleable: int[] AppCompatTheme +wangdaye.com.geometricweather.R$id: int dialog_donate_wechat +androidx.hilt.work.R$styleable: int GradientColor_android_centerColor +james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge +com.google.android.material.R$styleable: int MenuItem_android_checked +com.google.android.material.R$attr: int materialCalendarDay +com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_android_itemTextAppearance +com.xw.repo.bubbleseekbar.R$drawable: int abc_list_pressed_holo_dark +android.didikee.donate.R$integer: int status_bar_notification_info_maxnum +io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: io.reactivex.ObservableSource source +com.jaredrummler.android.colorpicker.R$id: int action_bar_root +androidx.hilt.R$id: int accessibility_custom_action_2 +com.google.android.material.R$styleable: int[] AppBarLayout_Layout +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: int unitArrayIndex +android.didikee.donate.R$style: int Base_Widget_AppCompat_DrawerArrowToggle +io.reactivex.Observable: io.reactivex.Observable groupJoin(io.reactivex.ObservableSource,io.reactivex.functions.Function,io.reactivex.functions.Function,io.reactivex.functions.BiFunction) +okhttp3.internal.http2.Http2Connection: java.lang.String hostname +okhttp3.Protocol: java.lang.String protocol +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean brandInfo +com.google.android.material.R$dimen: int abc_action_bar_stacked_max_height +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_RatingBar_Small +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver$InnerRepeatObserver: io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver this$0 +androidx.appcompat.widget.AppCompatSeekBar: AppCompatSeekBar(android.content.Context) +androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_Dialog_Alert +androidx.preference.R$styleable: int MenuView_android_headerBackground +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabIndicatorHeight +wangdaye.com.geometricweather.R$string: int done +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_Button_Colored +com.google.android.material.R$attr: int listDividerAlertDialog +androidx.lifecycle.SingleGeneratedAdapterObserver: androidx.lifecycle.GeneratedAdapter mGeneratedAdapter +androidx.recyclerview.R$styleable: int GradientColor_android_endX +androidx.viewpager2.R$id: int actions +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Metric: int UnitType +androidx.lifecycle.SavedStateHandle: java.lang.String VALUES +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Headline +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: boolean isDisposed() +androidx.appcompat.widget.SwitchCompat: android.content.res.ColorStateList getThumbTintList() +androidx.drawerlayout.R$dimen: int notification_top_pad +wangdaye.com.geometricweather.R$layout: int widget_clock_day_rectangle +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: void onComplete() +com.baidu.location.LocationClientOption$LocationMode: com.baidu.location.LocationClientOption$LocationMode Device_Sensors +androidx.hilt.work.R$attr: int fontProviderCerts +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_hintTextColor +com.google.android.material.appbar.AppBarLayout: void addOnOffsetChangedListener(com.google.android.material.appbar.AppBarLayout$BaseOnOffsetChangedListener) +androidx.preference.R$dimen: int fastscroll_minimum_range +androidx.viewpager.R$styleable: int ColorStateListItem_android_alpha +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language ROMANIAN +okhttp3.internal.http2.Http2Connection: java.util.concurrent.ExecutorService access$400() +com.jaredrummler.android.colorpicker.R$drawable: int abc_seekbar_track_material +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life: java.lang.String date +com.turingtechnologies.materialscrollbar.R$attr: int chipGroupStyle +com.google.android.material.slider.RangeSlider: float getThumbStrokeWidth() +wangdaye.com.geometricweather.R$id: int widget_day_week_temp_3 +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_ratingBarStyleIndicator +com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: android.graphics.drawable.Drawable getCircularRevealOverlayDrawable() +androidx.cardview.R$styleable: int CardView_cardElevation +james.adaptiveicon.R$attr: int fontProviderPackage +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: void onError(java.lang.Throwable) +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored +wangdaye.com.geometricweather.R$string: int feedback_collect_failed +androidx.loader.R$styleable: int GradientColor_android_startColor +cyanogenmod.app.IProfileManager$Stub$Proxy: android.os.IBinder mRemote +android.didikee.donate.R$id: int scrollView +androidx.appcompat.R$dimen: int tooltip_y_offset_non_touch +cyanogenmod.app.BaseLiveLockManagerService: android.os.RemoteCallbackList mChangeListeners +androidx.preference.R$styleable: int[] AppCompatSeekBar +io.reactivex.internal.operators.observable.ObservableZip$ZipCoordinator: void clear() +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void priority(int,int,int,boolean) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX getIndices() +com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_BottomSheet +com.jaredrummler.android.colorpicker.R$drawable: int notification_bg +wangdaye.com.geometricweather.common.basic.models.weather.Daily: java.lang.String getShortDate(android.content.Context) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial Imperial +com.google.gson.stream.JsonReader: int PEEKED_END_ARRAY +androidx.lifecycle.extensions.R$attr: int fontVariationSettings +com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_listLayout +com.google.android.material.R$styleable: int NavigationView_itemIconTint +wangdaye.com.geometricweather.R$styleable: int Layout_maxWidth +android.didikee.donate.R$styleable: int SwitchCompat_thumbTextPadding +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: boolean isDisposed() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int SnowProbability +com.tencent.bugly.proguard.z: byte[] a(java.io.File,java.lang.String,java.lang.String) +android.support.v4.os.ResultReceiver$MyResultReceiver +com.xw.repo.bubbleseekbar.R$drawable: int abc_text_select_handle_middle_mtrl_light +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_12 +com.bumptech.glide.MemoryCategory: com.bumptech.glide.MemoryCategory HIGH +androidx.preference.R$styleable: int AppCompatTextView_drawableTint +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabContentStart +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void subscribeActual() +cyanogenmod.platform.Manifest$permission: java.lang.String WRITE_DATAUSAGE +androidx.swiperefreshlayout.R$id: int action_text +okhttp3.EventListener: void dnsStart(okhttp3.Call,java.lang.String) +android.didikee.donate.R$styleable: int Toolbar_titleTextAppearance +com.google.android.material.R$attr: int tabMode +androidx.preference.R$color: int material_grey_300 +com.google.android.material.R$styleable: int KeyTimeCycle_framePosition +com.google.android.material.R$styleable: int FontFamily_fontProviderFetchStrategy +io.reactivex.Observable: io.reactivex.Observable mergeDelayError(java.lang.Iterable) +com.google.android.material.R$styleable: int KeyPosition_drawPath +com.google.android.material.R$attr: int counterEnabled +com.google.android.material.R$styleable: int[] LinearLayoutCompat_Layout +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay valueOf(java.lang.String) +wangdaye.com.geometricweather.R$id: int list_item +wangdaye.com.geometricweather.R$dimen: int fastscroll_minimum_range +com.google.android.material.R$attr: int flow_firstVerticalStyle +okhttp3.internal.cache.DiskLruCache: java.util.concurrent.Executor executor +androidx.appcompat.R$id: int alertTitle +wangdaye.com.geometricweather.R$string: int tree +com.amap.api.location.AMapLocationClientOption: boolean o +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: java.lang.String getUnitId() +james.adaptiveicon.R$dimen: int tooltip_horizontal_padding +wangdaye.com.geometricweather.R$attr: int menu +com.google.android.material.R$style: int Base_Theme_AppCompat_Light +wangdaye.com.geometricweather.R$styleable: int[] ViewStubCompat +cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: java.lang.String INCREASING_VOLUME +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: long serialVersionUID +wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayDetailsProvider +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceSearchResultSubtitle +androidx.appcompat.R$styleable: int FontFamilyFont_android_fontWeight +wangdaye.com.geometricweather.R$attr: int roundPercent +androidx.coordinatorlayout.R$drawable: int notification_template_icon_bg +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ImageButton +wangdaye.com.geometricweather.R$attr: int applyMotionScene +wangdaye.com.geometricweather.R$attr: int elevation +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_android_insetLeft +okhttp3.internal.cache.CacheStrategy$Factory: long sentRequestMillis +okhttp3.internal.ws.RealWebSocket: RealWebSocket(okhttp3.Request,okhttp3.WebSocketListener,java.util.Random,long) +io.reactivex.internal.operators.observable.ObservableConcatWithSingle$ConcatWithObserver: void onComplete() +io.reactivex.internal.operators.maybe.MaybeToObservable$MaybeToObservableObserver: io.reactivex.disposables.Disposable upstream +androidx.appcompat.R$styleable: int GradientColor_android_endX +com.tencent.bugly.crashreport.CrashReport: java.lang.String getUserData(android.content.Context,java.lang.String) +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language ITALIAN +androidx.lifecycle.CompositeGeneratedAdaptersObserver: CompositeGeneratedAdaptersObserver(androidx.lifecycle.GeneratedAdapter[]) +com.google.gson.internal.$Gson$Types$ParameterizedTypeImpl +wangdaye.com.geometricweather.R$attr: int nestedScrollFlags +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum: AccuDailyResult$DailyForecasts$RealFeelTemperature$Maximum() +com.google.android.material.slider.BaseSlider: float getMinSeparation() +org.greenrobot.greendao.AbstractDaoMaster: org.greenrobot.greendao.database.Database db +com.github.rahatarmanahmed.cpv.CircularProgressView: int getThickness() +androidx.lifecycle.LifecycleDispatcher$DispatcherActivityCallback: void onActivityCreated(android.app.Activity,android.os.Bundle) +androidx.appcompat.R$id: int icon_group +androidx.constraintlayout.widget.R$attr: int buttonTintMode +com.google.android.material.R$attr: int deltaPolarRadius +wangdaye.com.geometricweather.R$drawable: int widget_card_light_40 +com.bumptech.glide.R$attr: int fontStyle +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_25 +com.amap.api.location.CoordUtil: int convertToGcj(double[],double[]) +io.reactivex.Observable: io.reactivex.Observable concatDelayError(io.reactivex.ObservableSource) +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Toolbar +androidx.preference.R$color: int abc_primary_text_material_dark +com.tencent.bugly.b: void a(android.content.Context) +cyanogenmod.weather.WeatherLocation$Builder: WeatherLocation$Builder(java.lang.String) +androidx.core.R$string: int status_bar_notification_info_overflow +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast: long serialVersionUID +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours: AccuCurrentResult$PrecipitationSummary$Past18Hours() +com.google.android.material.R$styleable: int Toolbar_popupTheme +com.turingtechnologies.materialscrollbar.R$color: int mtrl_bottom_nav_item_tint +com.tencent.bugly.proguard.ap: java.lang.String j +androidx.appcompat.widget.Toolbar: void setNavigationIcon(int) +okhttp3.internal.http2.Http2Connection: long bytesLeftInWriteWindow +com.turingtechnologies.materialscrollbar.R$drawable: int design_ic_visibility +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_motionTarget +com.xw.repo.bubbleseekbar.R$attr: int buttonStyleSmall +cyanogenmod.library.R$attr +androidx.constraintlayout.widget.R$id: int tag_accessibility_clickable_spans +com.xw.repo.bubbleseekbar.R$dimen: int tooltip_precise_anchor_extra_offset +cyanogenmod.hardware.CMHardwareManager: boolean writePersistentBytes(java.lang.String,byte[]) +androidx.coordinatorlayout.R$dimen: int notification_top_pad_large_text +io.reactivex.internal.operators.observable.ObservableReplay$SizeBoundReplayBuffer: long serialVersionUID +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_Dialog_Bridge +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: boolean hasKey(java.lang.Object) +cyanogenmod.app.ProfileManager: void updateNotificationGroup(android.app.NotificationGroup) +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: void innerCloseError(java.lang.Throwable) +wangdaye.com.geometricweather.R$drawable: int design_fab_background +androidx.constraintlayout.widget.R$color: int abc_search_url_text_selected +com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_paddingRightSystemWindowInsets +wangdaye.com.geometricweather.db.entities.HourlyEntity: void setTemperature(int) +james.adaptiveicon.R$dimen: int notification_action_icon_size +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_56 +retrofit2.ParameterHandler$RawPart: ParameterHandler$RawPart() +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintHorizontal_weight +androidx.appcompat.R$styleable: int SearchView_goIcon com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_multiChoiceItemLayout -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_31 -com.jaredrummler.android.colorpicker.R$dimen: int cpv_color_preference_normal -cyanogenmod.app.Profile: void addSecondaryUuid(java.util.UUID) -androidx.transition.R$string: R$string() -wangdaye.com.geometricweather.common.rxjava.BaseObserver: void onFailed() -okhttp3.internal.http2.Hpack: java.util.Map nameToFirstIndex() -androidx.hilt.lifecycle.R$styleable -wangdaye.com.geometricweather.R$drawable: int shortcuts_wind -com.google.android.material.R$id: int dragDown -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ListView_Menu -wangdaye.com.geometricweather.R$style: int Theme_AppCompat -okhttp3.Call: boolean isCanceled() -com.google.android.material.R$styleable: int OnSwipe_limitBoundsTo -com.jaredrummler.android.colorpicker.R$attr: int summary -cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setWeatherCondition(int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Imperial Imperial -android.didikee.donate.R$styleable: int AppCompatTheme_actionBarItemBackground -com.google.android.material.R$dimen: int abc_dialog_fixed_width_minor -com.jaredrummler.android.colorpicker.R$color: int material_deep_teal_500 -okhttp3.Cache$Entry: java.lang.String message -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: ChineseCityEntityDao(org.greenrobot.greendao.internal.DaoConfig) -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int HAZE -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: java.lang.String url -wangdaye.com.geometricweather.R$id: int activity_weather_daily_toolbar -wangdaye.com.geometricweather.R$styleable: int Toolbar_collapseIcon -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Object readKey(android.database.Cursor,int) -io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: long index -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatImageView_android_src -com.google.android.material.slider.Slider: android.content.res.ColorStateList getTrackTintList() -androidx.lifecycle.SavedStateViewModelFactory: androidx.savedstate.SavedStateRegistry mSavedStateRegistry -cyanogenmod.themes.ThemeManager: void addClient(cyanogenmod.themes.ThemeManager$ThemeChangeListener) -wangdaye.com.geometricweather.R$attr: int chipStyle -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean dispatchGenericMotionEvent(android.view.MotionEvent) -com.tencent.bugly.crashreport.common.info.a: java.util.Map ad -cyanogenmod.weather.WeatherLocation: java.lang.String mCityId -com.google.android.material.R$styleable: int AppCompatTheme_dialogPreferredPadding -wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_weatherKindSpinner -com.turingtechnologies.materialscrollbar.R$attr: int ratingBarStyleSmall -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver(io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver) -okhttp3.internal.connection.RealConnection: void startHttp2(int) -com.amap.api.location.AMapLocationClientOption: int describeContents() -androidx.core.R$styleable: int FontFamilyFont_fontVariationSettings -android.didikee.donate.R$style: int Theme_AppCompat_DayNight -cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.IKeyguardExternalViewCallbacks access$100(cyanogenmod.externalviews.KeyguardExternalView) -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_checkedIconVisible -com.google.android.material.R$id: int action_image -com.google.android.material.R$color: int mtrl_bottom_nav_colored_ripple_color -androidx.core.R$id: int accessibility_custom_action_14 -androidx.appcompat.R$attr: int tooltipForegroundColor -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_NoActionBar -androidx.preference.R$style: int Base_TextAppearance_AppCompat_SearchResult -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_overflow_padding_start_material -com.xw.repo.bubbleseekbar.R$attr: int actionModeSplitBackground -cyanogenmod.providers.ThemesContract: android.net.Uri AUTHORITY_URI -wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int getAqiColor(android.content.Context) -wangdaye.com.geometricweather.R$id: int circular +io.reactivex.internal.subscribers.StrictSubscriber: void request(long) +androidx.loader.R$styleable: int FontFamilyFont_android_fontVariationSettings +okhttp3.internal.http1.Http1Codec$FixedLengthSink: boolean closed +com.google.android.material.R$styleable: int Toolbar_titleMarginTop +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: java.util.Date Date +com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_maxLines +io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: void onComplete() +com.google.android.material.R$attr: int linearSeamless +com.google.android.material.R$attr: int paddingBottomSystemWindowInsets +androidx.appcompat.R$dimen: int abc_action_bar_default_padding_end_material +com.google.android.material.R$style: int Widget_AppCompat_ListPopupWindow +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Caption +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_content_padding +android.didikee.donate.R$bool: int abc_allow_stacked_button_bar +com.jaredrummler.android.colorpicker.R$attr: int actionModeSplitBackground +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle +android.didikee.donate.R$color: int material_grey_850 +com.google.android.material.R$integer: int mtrl_badge_max_character_count +com.google.android.material.R$styleable: int MenuItem_android_visible +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getNotificationGroupForPackage +androidx.core.R$styleable: int FontFamily_fontProviderPackage +cyanogenmod.hardware.ThermalListenerCallback$State: int STATE_WARM_FALLING +androidx.preference.R$drawable: int notification_icon_background +androidx.preference.R$style: int Platform_V21_AppCompat +retrofit2.SkipCallbackExecutorImpl: boolean equals(java.lang.Object) +android.didikee.donate.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit: java.lang.String unitId +com.jaredrummler.android.colorpicker.R$string: int abc_capital_on +okhttp3.internal.cache.DiskLruCache: boolean mostRecentTrimFailed +com.google.android.material.R$styleable: int Constraint_android_visibility +androidx.preference.R$style: int Widget_AppCompat_SeekBar_Discrete +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_Design_TabLayout +com.tencent.bugly.proguard.y: java.lang.String i +com.turingtechnologies.materialscrollbar.R$dimen: int abc_control_padding_material +androidx.appcompat.R$styleable: int[] ActionMenuItemView +wangdaye.com.geometricweather.R$attr: int chipIcon +androidx.appcompat.R$color: int abc_search_url_text +wangdaye.com.geometricweather.R$styleable: int MockView_mock_labelColor +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum: AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum() +androidx.vectordrawable.animated.R$attr: int fontProviderCerts +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: io.reactivex.Observer downstream +com.jaredrummler.android.colorpicker.R$id: int italic +com.google.android.material.R$styleable: int AppCompatTheme_colorControlActivated +com.google.android.material.R$styleable: int[] FloatingActionButton_Behavior_Layout +androidx.constraintlayout.widget.R$attr: int layout_constraintHeight_max +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: java.lang.String getValue() +androidx.drawerlayout.R$attr: int font +com.google.android.material.R$attr: int checkboxStyle +cyanogenmod.hardware.DisplayMode: android.os.Parcelable$Creator CREATOR +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType QueryUnique +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_horizontalBias +com.turingtechnologies.materialscrollbar.R$styleable: int CardView_cardUseCompatPadding +wangdaye.com.geometricweather.R$attr: int chainUseRtl +io.reactivex.Observable: io.reactivex.Observable timeout(io.reactivex.functions.Function) +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: long period +com.google.android.material.R$styleable: int CollapsingToolbarLayout_scrimAnimationDuration +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge +wangdaye.com.geometricweather.db.entities.DailyEntity: java.util.Date getSunRiseDate() +com.google.android.material.R$drawable: int mtrl_ic_arrow_drop_up +com.jaredrummler.android.colorpicker.R$color: int switch_thumb_normal_material_light +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Inverse +wangdaye.com.geometricweather.R$drawable: int weather_clear_night_mini_dark +cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.ExternalViewProperties mExternalViewProperties +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintWidth_percent +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner +androidx.customview.R$dimen: int notification_large_icon_height +cyanogenmod.app.ICMStatusBarManager$Stub: int TRANSACTION_unregisterListener +com.amap.api.fence.GeoFence: com.amap.api.location.DPoint getCenter() +com.google.android.material.R$styleable: int AnimatedStateListDrawableTransition_android_reversible +james.adaptiveicon.R$drawable: int notification_template_icon_low_bg +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_counterEnabled +androidx.preference.R$style: int Preference_DialogPreference_EditTextPreference +androidx.legacy.coreutils.R$id: int icon +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setTemperature(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatImageView_android_src +wangdaye.com.geometricweather.R$string: int content_desc_weather_icon_grey +androidx.appcompat.R$style: int Widget_AppCompat_ListView_Menu +android.didikee.donate.R$style: int Widget_AppCompat_Spinner_DropDown +android.didikee.donate.R$attr: int subtitleTextStyle +com.google.android.material.R$attr: int actionBarDivider +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintRight_creator +androidx.appcompat.R$styleable: int AppCompatTheme_actionModeCloseDrawable +com.google.android.material.bottomappbar.BottomAppBar: com.google.android.material.bottomappbar.BottomAppBar$Behavior getBehavior() okio.ForwardingSink -androidx.preference.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem -okhttp3.internal.cache.DiskLruCache: boolean initialized -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintTag -com.google.android.material.R$styleable: int SearchView_android_maxWidth -cyanogenmod.weather.WeatherInfo$Builder: cyanogenmod.weather.WeatherInfo$Builder setForecast(java.util.List) -wangdaye.com.geometricweather.R$styleable: int[] ActionBarLayout -androidx.lifecycle.ClassesInfoCache: void verifyAndPutHandler(java.util.Map,androidx.lifecycle.ClassesInfoCache$MethodReference,androidx.lifecycle.Lifecycle$Event,java.lang.Class) -cyanogenmod.app.Profile$TriggerState: int ON_A2DP_CONNECT -okio.RealBufferedSource: boolean closed -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: int[] getDisplayColorCalibration() -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean isDisposed() -wangdaye.com.geometricweather.R$dimen: int material_clock_size -retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: ResultObservable$ResultObserver(io.reactivex.Observer) -com.tencent.bugly.proguard.u: u(android.content.Context) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: int getStatus() -wangdaye.com.geometricweather.R$drawable: int abc_switch_track_mtrl_alpha -com.turingtechnologies.materialscrollbar.R$attr: int chipIconVisible -james.adaptiveicon.R$styleable: int AppCompatTextView_drawableRightCompat -androidx.recyclerview.widget.RecyclerView: int getScrollState() -androidx.preference.R$dimen: int notification_content_margin_start -androidx.constraintlayout.widget.R$styleable: int Layout_layout_editor_absoluteY -wangdaye.com.geometricweather.R$string: int settings_title_icon_provider -wangdaye.com.geometricweather.R$drawable: int notif_temp_84 -wangdaye.com.geometricweather.R$attr: int iconTint -android.didikee.donate.R$string: int abc_searchview_description_clear -okhttp3.internal.http2.Header: okio.ByteString TARGET_PATH -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.HourlyEntityDao getHourlyEntityDao() -androidx.preference.R$anim: int abc_slide_out_top -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningConsequence: MfWarningsResult$WarningConsequence() -androidx.constraintlayout.widget.R$drawable: int abc_list_divider_mtrl_alpha -androidx.appcompat.widget.LinearLayoutCompat: float getWeightSum() -com.google.gson.stream.JsonWriter: boolean htmlSafe -com.xw.repo.bubbleseekbar.R$style: int Platform_V21_AppCompat -com.tencent.bugly.proguard.w: java.util.concurrent.atomic.AtomicInteger d() -com.google.android.material.R$styleable: int TabLayout_tabMinWidth -androidx.swiperefreshlayout.R$dimen: int notification_action_text_size -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_3 -okio.HashingSink: okio.HashingSink sha512(okio.Sink) -androidx.preference.R$styleable: int DialogPreference_dialogIcon -androidx.appcompat.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: io.reactivex.internal.util.AtomicThrowable error -org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database getEncryptedReadableDb(char[]) -wangdaye.com.geometricweather.R$layout: int preference_category -android.didikee.donate.R$style: int Widget_AppCompat_SearchView -com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode: com.turingtechnologies.materialscrollbar.MaterialScrollBar$ScrollMode FIRST_VISIBLE -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_shapeAppearanceOverlay -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getNighttimeRainPrecipitationProbability() -androidx.preference.R$style: int Base_Widget_AppCompat_PopupMenu -okhttp3.Request: java.lang.String method() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_101 -com.google.android.material.R$styleable: int AppCompatTextHelper_android_textAppearance -wangdaye.com.geometricweather.common.basic.models.weather.Daily: wangdaye.com.geometricweather.common.basic.models.weather.Astro[] astros -androidx.vectordrawable.R$id: int accessibility_custom_action_10 -okhttp3.Cache: okhttp3.internal.cache.InternalCache internalCache -wangdaye.com.geometricweather.settings.fragments.UnitSettingsFragment -androidx.appcompat.R$anim: int abc_tooltip_exit -com.turingtechnologies.materialscrollbar.R$attr: int tabPaddingBottom -com.google.android.material.R$styleable: int Chip_checkedIcon -io.reactivex.subjects.UnicastSubject$UnicastQueueDisposable: boolean isEmpty() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$LocalSource: AccuDailyResult$DailyForecasts$Day$LocalSource() -androidx.core.R$dimen: int notification_top_pad_large_text -androidx.vectordrawable.animated.R$style: int Widget_Compat_NotificationActionText -com.tencent.bugly.crashreport.biz.b: long c() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Metric: int UnitType -androidx.lifecycle.ViewModelProvider: java.lang.String DEFAULT_KEY -james.adaptiveicon.R$styleable: int ActionMode_subtitleTextStyle -com.google.android.material.bottomnavigation.BottomNavigationView: android.view.MenuInflater getMenuInflater() -com.baidu.location.indoor.mapversion.c.a$d: a$d(java.lang.String) -okhttp3.OkHttpClient: boolean retryOnConnectionFailure() -wangdaye.com.geometricweather.common.basic.models.options.unit.PollenUnit: java.lang.String getPollenVoice(android.content.Context,int) -androidx.appcompat.R$style: int Base_Theme_AppCompat_Light_Dialog -androidx.recyclerview.R$dimen: int compat_notification_large_icon_max_width -com.google.android.material.R$styleable: int AppCompatTheme_windowNoTitle -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Large -okhttp3.internal.http1.Http1Codec$FixedLengthSink: void write(okio.Buffer,long) -com.google.android.material.R$drawable: int abc_list_pressed_holo_dark -com.google.android.material.R$styleable: int ConstraintSet_flow_verticalBias -androidx.hilt.lifecycle.R$attr: int ttcIndex -retrofit2.KotlinExtensions: java.lang.Object awaitResponse(retrofit2.Call,kotlin.coroutines.Continuation) -com.turingtechnologies.materialscrollbar.R$attr: int actionModeStyle -okhttp3.internal.http2.Http2Stream$FramingSink: void flush() -com.google.android.material.transformation.TransformationChildCard -wangdaye.com.geometricweather.R$id: int mtrl_calendar_days_of_week -com.jaredrummler.android.colorpicker.R$color: int material_blue_grey_800 -com.jaredrummler.android.colorpicker.R$attr: int searchHintIcon -com.google.android.material.R$color: int material_grey_50 -wangdaye.com.geometricweather.R$id: int visible_removing_fragment_view_tag -wangdaye.com.geometricweather.R$styleable: int ShapeableImageView_strokeWidth -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_0 -com.google.android.material.bottomappbar.BottomAppBar: void setFabCradleMargin(float) -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse -com.google.android.material.R$style: int Widget_MaterialComponents_TextInputEditText_FilledBox -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintStart_toStartOf -wangdaye.com.geometricweather.R$string: int time -com.amap.api.location.UmidtokenInfo: boolean c -cyanogenmod.app.ILiveLockScreenManagerProvider: void cancelLiveLockScreen(java.lang.String,int,int) -okhttp3.internal.http1.Http1Codec: int STATE_READING_RESPONSE_BODY -wangdaye.com.geometricweather.R$styleable: int[] MaterialCalendar -com.amap.api.fence.GeoFenceManagerBase: void addDistrictGeoFence(java.lang.String,java.lang.String) -com.google.android.material.R$styleable: int Constraint_android_layout_marginEnd -com.google.android.material.R$dimen: int mtrl_btn_text_size -okhttp3.internal.publicsuffix.PublicSuffixDatabase: java.lang.String PUBLIC_SUFFIX_RESOURCE -okhttp3.CacheControl: boolean noTransform -io.reactivex.internal.util.HashMapSupplier: java.util.Map call() -wangdaye.com.geometricweather.R$id: int adjust_height -androidx.appcompat.R$styleable: int AppCompatImageView_tint -okhttp3.internal.platform.Platform -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr -okhttp3.internal.proxy.NullProxySelector: java.util.List select(java.net.URI) -wangdaye.com.geometricweather.db.entities.LocationEntityDao: void readEntity(android.database.Cursor,wangdaye.com.geometricweather.db.entities.LocationEntity,int) -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void innerError(java.lang.Throwable) -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_android_focusable -cyanogenmod.providers.DataUsageContract: int COLUMN_OF_ID -wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_Dialog -wangdaye.com.geometricweather.R$dimen: int mtrl_high_ripple_focused_alpha -com.google.android.material.progressindicator.ProgressIndicator: ProgressIndicator(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxCornerRadiusTopEnd -wangdaye.com.geometricweather.R$id: int searchIcon -wangdaye.com.geometricweather.R$styleable: int TextAppearance_android_textStyle -com.turingtechnologies.materialscrollbar.R$string: int abc_menu_meta_shortcut_label -androidx.customview.R$dimen: int notification_small_icon_size_as_large -androidx.constraintlayout.widget.R$styleable: int MotionLayout_showPaths -androidx.customview.R$id: int normal -com.google.android.gms.common.zzj -wangdaye.com.geometricweather.R$styleable: int[] MaterialRadioButton -wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: void setPosition(int) -androidx.appcompat.R$drawable: int btn_checkbox_unchecked_mtrl -com.google.android.material.tabs.TabLayout: int getTabCount() -com.baidu.location.BDLocation: android.os.Parcelable$Creator CREATOR -com.google.android.material.R$styleable: int StateListDrawable_android_variablePadding -cyanogenmod.themes.ThemeManager: cyanogenmod.themes.ThemeManager sInstance -com.tencent.bugly.BuglyStrategy$a: int CRASHTYPE_JAVA_CATCH -com.google.android.material.R$attr: int buttonCompat -com.tencent.bugly.proguard.ar: java.util.Map g -androidx.constraintlayout.widget.R$color: int abc_decor_view_status_guard -androidx.lifecycle.extensions.R$styleable: int FontFamily_fontProviderQuery -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ActionBar_TabBar -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse -okio.ByteString: int size() +com.google.gson.FieldNamingPolicy +androidx.legacy.coreutils.R$attr: R$attr() +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_switchTextAppearance +androidx.vectordrawable.R$dimen: int notification_action_icon_size +wangdaye.com.geometricweather.R$attr: int tabIconTintMode +com.google.android.material.R$color: int mtrl_scrim_color +okhttp3.internal.http2.Http2Connection: int nextStreamId +com.google.android.gms.internal.common.zzq: java.lang.String toString() +io.reactivex.internal.queue.SpscArrayQueue: boolean isEmpty() +androidx.appcompat.widget.AppCompatButton: int getAutoSizeStepGranularity() +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: void onNext(java.lang.Object) +androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceListItem +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_backgroundSplit +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_Bridge +wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: void setProgressBackgroundColor(int) +com.google.android.material.R$attr: int titleEnabled +wangdaye.com.geometricweather.R$attr: int materialAlertDialogTitleTextStyle +android.support.v4.os.IResultReceiver$Stub: android.os.IBinder asBinder() +androidx.core.widget.NestedScrollView: int getScrollRange() +com.jaredrummler.android.colorpicker.R$styleable: int BackgroundStyle_android_selectableItemBackground +androidx.fragment.R$id: int tag_accessibility_clickable_spans +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_removeUpdates +wangdaye.com.geometricweather.R$array: int notification_background_colors +okhttp3.internal.http.HttpMethod: boolean requiresRequestBody(java.lang.String) +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_ActionBar +com.tencent.bugly.b: void a(com.tencent.bugly.a) +cyanogenmod.platform.Manifest$permission: java.lang.String ACCESS_APP_SUGGESTIONS +cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy: void cancelRequest(int) +androidx.cardview.widget.CardView: void setPreventCornerOverlap(boolean) +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +wangdaye.com.geometricweather.R$dimen: int mtrl_progress_circular_inset +okhttp3.HttpUrl: java.lang.String encodedFragment() +wangdaye.com.geometricweather.R$styleable: int KeyCycle_curveFit +okhttp3.internal.http2.Http2Connection$Listener$1: void onStream(okhttp3.internal.http2.Http2Stream) +cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setComponent(java.lang.String,java.lang.String) +com.google.android.material.bottomnavigation.BottomNavigationView: int getItemBackgroundResource() +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setProvince(java.lang.String) +com.turingtechnologies.materialscrollbar.R$attr: int queryBackground +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Menu +com.jaredrummler.android.colorpicker.R$drawable: int abc_list_divider_mtrl_alpha +wangdaye.com.geometricweather.R$layout: int item_tag +com.google.android.material.R$styleable: int ConstraintSet_android_maxHeight +cyanogenmod.themes.ThemeManager: void requestThemeChange(java.lang.String,java.util.List,boolean) +okio.Pipe$PipeSink: okio.Pipe this$0 +cyanogenmod.app.Profile: void readTriggersFromXml(org.xmlpull.v1.XmlPullParser,android.content.Context,cyanogenmod.app.Profile) +james.adaptiveicon.R$attr: int maxButtonHeight +retrofit2.Platform: int defaultConverterFactoriesSize() +com.jaredrummler.android.colorpicker.R$color: int notification_icon_bg_color +androidx.constraintlayout.widget.R$dimen: int abc_alert_dialog_button_dimen +okhttp3.Cache: boolean isClosed() +androidx.vectordrawable.R$id: int time +com.google.android.material.navigation.NavigationView: int getHeaderCount() +androidx.preference.R$attr: int listLayout +com.google.android.gms.common.api.ResolvableApiException: void startResolutionForResult(android.app.Activity,int) +wangdaye.com.geometricweather.R$styleable: int Preference_android_title +okhttp3.TlsVersion: TlsVersion(java.lang.String,int,java.lang.String) +com.google.android.gms.base.R$id: int adjust_width +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments$WarningTextBlocItem: java.lang.String title +retrofit2.BuiltInConverters$StreamingResponseBodyConverter +james.adaptiveicon.R$styleable: int SwitchCompat_android_textOn +android.support.v4.app.INotificationSideChannel$Stub$Proxy: void cancel(java.lang.String,int,java.lang.String) +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Headline +com.turingtechnologies.materialscrollbar.R$attr: int theme okio.Buffer: okio.BufferedSink writeUtf8(java.lang.String,int,int) -com.google.android.gms.common.internal.DowngradeableSafeParcel -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowMinWidthMajor -retrofit2.Retrofit: retrofit2.CallAdapter callAdapter(java.lang.reflect.Type,java.lang.annotation.Annotation[]) -androidx.core.app.RemoteActionCompatParcelizer: void write(androidx.core.app.RemoteActionCompat,androidx.versionedparcelable.VersionedParcel) -cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_notificationGroupExistsByName -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ListPopupWindow -androidx.appcompat.widget.AppCompatCheckBox: AppCompatCheckBox(android.content.Context) -com.google.android.material.R$style: int Base_Theme_AppCompat_Dialog_FixedSize -com.google.android.gms.location.zzay -io.reactivex.Observable: io.reactivex.Observable sample(io.reactivex.ObservableSource,boolean) -com.tencent.bugly.proguard.v: int d -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean mAskedShow -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_Switch -io.reactivex.observers.TestObserver$EmptyObserver: void onError(java.lang.Throwable) -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse -okhttp3.internal.connection.RouteSelector$Selection: boolean hasNext() -androidx.versionedparcelable.CustomVersionedParcelable: CustomVersionedParcelable() -cyanogenmod.app.CMStatusBarManager: void publishTile(int,cyanogenmod.app.CustomTile) -androidx.viewpager2.R$dimen: int fastscroll_default_thickness -james.adaptiveicon.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset -com.google.android.material.R$color: int material_grey_900 -com.tencent.bugly.crashreport.common.strategy.StrategyBean: long e -io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$BooleanRunnable: ExecutorScheduler$ExecutorWorker$BooleanRunnable(java.lang.Runnable) -wangdaye.com.geometricweather.R$layout: int cpv_color_item_square -wangdaye.com.geometricweather.R$styleable: int MotionLayout_layoutDescription -androidx.coordinatorlayout.R$styleable: int[] CoordinatorLayout -androidx.constraintlayout.widget.R$styleable: int MenuItem_actionProviderClass -wangdaye.com.geometricweather.R$attr: int flow_horizontalBias -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse -com.google.android.material.R$color: int abc_secondary_text_material_dark -cyanogenmod.weather.WeatherInfo: int access$302(cyanogenmod.weather.WeatherInfo,int) -com.jaredrummler.android.colorpicker.R$attr: int checkedTextViewStyle -android.support.v4.os.IResultReceiver$Stub$Proxy: android.os.IBinder asBinder() -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: double HoursOfSnow -okhttp3.Cookie$Builder: Cookie$Builder() -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Display3 -com.tencent.bugly.crashreport.crash.anr.TraceFileHelper$b: boolean a(java.lang.String,int,java.lang.String,java.lang.String) -retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter$BodyCallback: retrofit2.CompletableFutureCallAdapterFactory$BodyCallAdapter this$0 -androidx.viewpager2.R$color: int secondary_text_default_material_light -io.reactivex.internal.operators.observable.ObservableSkipLast$SkipLastObserver: ObservableSkipLast$SkipLastObserver(io.reactivex.Observer,int) -okhttp3.EventListener: void dnsStart(okhttp3.Call,java.lang.String) -cyanogenmod.themes.ThemeManager$1$2: cyanogenmod.themes.ThemeManager$1 this$1 -wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit valueOf(java.lang.String) -com.turingtechnologies.materialscrollbar.R$dimen: int abc_select_dialog_padding_start_material -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.HistoryEntity) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX() -android.didikee.donate.R$color: int abc_search_url_text -androidx.appcompat.R$attr: int buttonPanelSideLayout -androidx.work.impl.utils.futures.AbstractFuture: androidx.work.impl.utils.futures.AbstractFuture$Waiter waiters -io.reactivex.Observable: io.reactivex.Observable unsubscribeOn(io.reactivex.Scheduler) -androidx.constraintlayout.widget.R$styleable: int CompoundButton_buttonTintMode -wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float getRain() -io.reactivex.Observable: io.reactivex.Observable range(int,int) -james.adaptiveicon.R$styleable: int AppCompatTheme_tooltipFrameBackground -androidx.lifecycle.ReportFragment$ActivityInitializationListener: void onCreate() -com.google.android.material.R$styleable: int AppCompatTheme_actionMenuTextColor -com.google.android.material.R$attr: int fontStyle -retrofit2.ParameterHandler$PartMap: int p -androidx.constraintlayout.widget.R$attr: int autoTransition -androidx.constraintlayout.widget.R$styleable: int ActionBarLayout_android_layout_gravity -wangdaye.com.geometricweather.R$attr: int showAsAction -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_Button_Colored -wangdaye.com.geometricweather.R$styleable: int[] AppBarLayoutStates -com.amap.api.fence.PoiItem: void setPoiName(java.lang.String) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilityRain rain -wangdaye.com.geometricweather.R$id: int mtrl_calendar_text_input_frame -com.tencent.bugly.proguard.p: com.tencent.bugly.proguard.q b -okhttp3.internal.ws.WebSocketReader: void readMessage() -androidx.preference.R$drawable: int notification_template_icon_bg -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties: wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris ephemeris -com.xw.repo.bubbleseekbar.R$dimen: int abc_button_padding_horizontal_material -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_startIconContentDescription -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ENABLE_REVERSE_LOOKUP_VALIDATOR -okio.RealBufferedSource: boolean exhausted() -com.tencent.bugly.crashreport.crash.c: com.tencent.bugly.crashreport.crash.e a(com.tencent.bugly.crashreport.crash.c) -com.google.android.material.R$styleable: int ConstraintSet_layout_constrainedWidth -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX() -androidx.viewpager2.R$styleable: int FontFamilyFont_ttcIndex -androidx.appcompat.R$dimen: int abc_edit_text_inset_horizontal_material -cyanogenmod.externalviews.KeyguardExternalView$2: boolean requestDismiss() -cyanogenmod.externalviews.KeyguardExternalView$9: cyanogenmod.externalviews.KeyguardExternalView this$0 -com.google.android.material.R$styleable: int TabLayout_tabIconTintMode -androidx.activity.R$id: int action_container -cyanogenmod.hardware.IThermalListenerCallback: void onThermalChanged(int) -wangdaye.com.geometricweather.db.entities.LocationEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) -io.reactivex.internal.util.NotificationLite: io.reactivex.internal.util.NotificationLite COMPLETE -com.jaredrummler.android.colorpicker.R$attr: int singleLineTitle -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.util.Date moonsetTime -com.google.android.material.R$drawable: int abc_btn_switch_to_on_mtrl_00012 -okhttp3.HttpUrl: int pathSize() -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: io.reactivex.disposables.CompositeDisposable set -androidx.appcompat.widget.AppCompatRadioButton: android.content.res.ColorStateList getSupportButtonTintList() -wangdaye.com.geometricweather.common.basic.models.options.unit.CloudCoverUnit: java.lang.String unitAbbreviation -androidx.appcompat.R$style: int Theme_AppCompat_Light -androidx.hilt.R$id: int accessibility_custom_action_30 -james.adaptiveicon.R$attr: int windowActionModeOverlay -androidx.appcompat.R$id: int accessibility_custom_action_21 -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeSelectAllDrawable -androidx.viewpager2.R$layout: int notification_template_custom_big -okhttp3.Response +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: void drain() +io.reactivex.internal.schedulers.RxThreadFactory: java.lang.String toString() +com.google.android.material.appbar.CollapsingToolbarLayout: void setScrimAnimationDuration(long) +androidx.appcompat.R$styleable: int AppCompatTheme_borderlessButtonStyle +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean l +androidx.core.R$styleable: int FontFamily_fontProviderFetchTimeout +androidx.preference.R$drawable: int abc_switch_track_mtrl_alpha +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse +com.jaredrummler.android.colorpicker.R$dimen: int tooltip_corner_radius +wangdaye.com.geometricweather.common.ui.widgets.slidingItem.SlidingItemContainerLayout: void setIconResEnd(int) +androidx.appcompat.R$style: int Theme_AppCompat_Light_Dialog_MinWidth +cyanogenmod.providers.DataUsageContract: int COLUMN_OF_ID +androidx.loader.R$id: int icon +james.adaptiveicon.R$id: int listMode +com.google.android.material.datepicker.RangeDateSelector: android.os.Parcelable$Creator CREATOR +com.google.android.material.R$anim: int abc_popup_enter +okhttp3.internal.io.FileSystem: void rename(java.io.File,java.io.File) +androidx.constraintlayout.widget.R$styleable: int ActionBar_contentInsetEnd +androidx.lifecycle.Transformations$1: void onChanged(java.lang.Object) +androidx.work.R$layout: int notification_template_part_time +com.google.android.material.radiobutton.MaterialRadioButton: MaterialRadioButton(android.content.Context,android.util.AttributeSet,int) +com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState SUCCESS +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceListItem +com.google.android.material.R$string: int material_timepicker_text_input_mode_description +wangdaye.com.geometricweather.R$id: int material_clock_face +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored +com.google.android.material.bottomnavigation.BottomNavigationView: void setLabelVisibilityMode(int) +io.reactivex.internal.subscriptions.EmptySubscription: void request(long) +com.google.android.material.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: void cancelSubscription() +com.google.android.material.R$styleable: int[] SnackbarLayout +com.google.android.material.button.MaterialButton: void setIconTint(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$drawable: int notif_temp_32 +okhttp3.ConnectionSpec: boolean supportsTlsExtensions +com.google.android.material.R$styleable: int ShapeAppearance_cornerSizeBottomRight +com.turingtechnologies.materialscrollbar.R$drawable: int indicator +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: java.util.List getValue() +androidx.constraintlayout.widget.R$styleable: int AppCompatSeekBar_android_thumb +com.google.android.material.R$styleable: int AlertDialog_android_layout +androidx.appcompat.R$styleable: int AppCompatTextView_drawableLeftCompat +androidx.constraintlayout.widget.R$styleable: int Toolbar_logo +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_TabView +retrofit2.Utils$ParameterizedTypeImpl: boolean equals(java.lang.Object) +com.google.android.material.R$id: int accessibility_custom_action_17 +androidx.hilt.R$styleable: int FontFamilyFont_android_fontWeight +io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: void run() +wangdaye.com.geometricweather.R$string: int key_notification_minimal_icon +androidx.dynamicanimation.R$styleable: int GradientColor_android_gradientRadius +androidx.preference.R$attr: int autoSizeStepGranularity +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse +com.xw.repo.bubbleseekbar.R$dimen: int abc_select_dialog_padding_start_material +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_131 +androidx.preference.R$id: int async +androidx.constraintlayout.widget.R$styleable: int MenuView_android_itemTextAppearance +wangdaye.com.geometricweather.R$string: int get_more_store +com.google.android.material.R$dimen: int mtrl_calendar_selection_text_baseline_to_bottom +okhttp3.internal.http2.Http2Reader$ContinuationSource: int streamId +com.xw.repo.bubbleseekbar.R$color: int primary_text_disabled_material_light +okhttp3.internal.http1.Http1Codec$ChunkedSource: long read(okio.Buffer,long) +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String WALLPAPER_THUMBNAIL +cyanogenmod.app.IPartnerInterface$Stub$Proxy: boolean setZenModeWithDuration(int,long) +wangdaye.com.geometricweather.R$styleable: int Layout_layout_goneMarginEnd +com.google.android.material.R$styleable: int Slider_android_stepSize +androidx.appcompat.R$style: int Base_Widget_AppCompat_ActionButton +com.jaredrummler.android.colorpicker.R$attr: int activityChooserViewStyle +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_RatingBar_Indicator +com.google.android.material.R$styleable: int CardView_contentPaddingBottom +androidx.hilt.work.R$styleable: int FragmentContainerView_android_name +cyanogenmod.os.Build: java.lang.String UNKNOWN +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum +wangdaye.com.geometricweather.R$drawable: int weather_thunder_2 +com.google.android.material.R$id: int action_bar_root +okhttp3.Address: javax.net.ssl.HostnameVerifier hostnameVerifier() +com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemHorizontalTranslationEnabled +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dialogTheme +okhttp3.ConnectionSpec: java.util.List cipherSuites() +com.google.android.material.R$styleable: int PropertySet_motionProgress +james.adaptiveicon.R$styleable: int MenuItem_alphabeticModifiers +cyanogenmod.externalviews.ExternalViewProviderService$Provider: cyanogenmod.externalviews.ExternalViewProviderService this$0 +okhttp3.internal.ws.RealWebSocket: boolean send(java.lang.String) +okio.HashingSink: HashingSink(okio.Sink,okio.ByteString,java.lang.String) +androidx.hilt.lifecycle.R$styleable: int[] Fragment +wangdaye.com.geometricweather.db.entities.DaoSession: DaoSession(org.greenrobot.greendao.database.Database,org.greenrobot.greendao.identityscope.IdentityScopeType,java.util.Map) +androidx.preference.R$styleable: int ActionBar_contentInsetLeft +androidx.appcompat.widget.AppCompatSpinner: void setDropDownWidth(int) +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_thumbTextPadding +okio.ByteString +com.github.rahatarmanahmed.cpv.CircularProgressView$3: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property Pm25 +androidx.appcompat.R$dimen: int abc_button_inset_horizontal_material +androidx.preference.R$id: int search_mag_icon +wangdaye.com.geometricweather.R$dimen: int design_appbar_elevation +wangdaye.com.geometricweather.R$styleable: int ColorPanelView_cpv_borderColor +com.bumptech.glide.integration.okhttp.R$id: int text2 +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintDimensionRatio +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Body2 +okhttp3.internal.connection.RouteSelector: okhttp3.internal.connection.RouteDatabase routeDatabase +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: java.util.List indices +androidx.customview.R$styleable: int GradientColor_android_type +com.google.android.material.progressindicator.ProgressIndicator +wangdaye.com.geometricweather.R$color: int cardview_light_background +cyanogenmod.themes.IThemeChangeListener$Stub +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_SeekBar +wangdaye.com.geometricweather.R$id: int widget_day +wangdaye.com.geometricweather.R$attr: int chipStandaloneStyle +androidx.recyclerview.R$id: int text +android.didikee.donate.R$styleable: int LinearLayoutCompat_divider +androidx.hilt.R$id: int accessibility_custom_action_29 +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void innerError(io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapInnerObserver,java.lang.Throwable) +cyanogenmod.app.ILiveLockScreenManager: boolean unregisterChangeListener(cyanogenmod.app.ILiveLockScreenChangeListener) +com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_android_gravity +io.reactivex.internal.util.NotificationLite$ErrorNotification: java.lang.Throwable e +com.google.android.material.R$styleable: int Constraint_layout_constraintStart_toStartOf +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_ensureMinTouchTargetSize +james.adaptiveicon.R$color: int switch_thumb_normal_material_dark +androidx.preference.R$layout: int abc_popup_menu_item_layout +com.google.android.material.R$id: int slide +com.baidu.location.indoor.c: int a +androidx.preference.R$anim: int abc_shrink_fade_out_from_bottom +com.google.android.material.R$layout: int abc_screen_simple_overlay_action_mode +com.jaredrummler.android.colorpicker.R$string: R$string() +androidx.legacy.coreutils.R$dimen: int notification_top_pad +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX: void setStatus(int) +androidx.loader.R$styleable: int GradientColor_android_centerColor +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight +androidx.preference.R$style: int TextAppearance_AppCompat_Caption +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getPm10() +android.didikee.donate.R$dimen: int abc_text_size_body_2_material +com.google.android.material.transformation.FabTransformationBehavior: FabTransformationBehavior(android.content.Context,android.util.AttributeSet) +james.adaptiveicon.R$id: int message +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionDropDownStyle +com.jaredrummler.android.colorpicker.R$attr: int expandActivityOverflowButtonDrawable +okio.AsyncTimeout: boolean inQueue +okhttp3.internal.http2.Hpack$Writer: Hpack$Writer(int,boolean,okio.Buffer) +androidx.appcompat.widget.ActionBarContextView: java.lang.CharSequence getTitle() +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: java.util.Date date +cyanogenmod.externalviews.ExternalView: void onActivityStopped(android.app.Activity) +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: boolean done +androidx.appcompat.R$id: int checkbox +cyanogenmod.providers.CMSettings$System: java.lang.String MENU_WAKE_SCREEN +okhttp3.internal.ws.WebSocketProtocol: void toggleMask(okio.Buffer$UnsafeCursor,byte[]) +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String NAVBAR_HOME_BUTTON +androidx.appcompat.widget.SwitchCompat: void setThumbTextPadding(int) +james.adaptiveicon.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog +okhttp3.internal.http1.Http1Codec$ChunkedSource: Http1Codec$ChunkedSource(okhttp3.internal.http1.Http1Codec,okhttp3.HttpUrl) +wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource access$000(wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource) +androidx.preference.R$attr: int actionModeShareDrawable +wangdaye.com.geometricweather.R$styleable: int[] ActivityChooserView +androidx.loader.R$style: int TextAppearance_Compat_Notification_Info +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionBar_TabText +io.reactivex.Observable: io.reactivex.Observable fromArray(java.lang.Object[]) +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Temperature: MfForecastResult$Forecast$Temperature() +com.turingtechnologies.materialscrollbar.R$style: int Base_Animation_AppCompat_DropDownUp +com.baidu.location.indoor.mapversion.c.a$d: double a(double) +androidx.appcompat.R$string: int abc_capital_on +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_NavigationView +com.google.android.material.behavior.SwipeDismissBehavior +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Metric: java.lang.String Unit +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_SearchView +androidx.viewpager2.R$attr: int fontVariationSettings +com.amap.api.fence.GeoFence: int ERROR_NO_VALIDFENCE +androidx.preference.R$attr: int persistent +androidx.coordinatorlayout.R$drawable +wangdaye.com.geometricweather.R$attr: int flow_firstHorizontalBias +androidx.core.R$id: int accessibility_custom_action_24 +wangdaye.com.geometricweather.R$styleable: int[] RoundCornerTransition +wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_pixel +com.google.android.material.R$dimen: int mtrl_card_corner_radius +com.google.android.material.slider.RangeSlider: float getValueTo() +wangdaye.com.geometricweather.R$styleable: int Transform_android_elevation +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: void onNext(java.lang.Object) +wangdaye.com.geometricweather.R$drawable: int notif_temp_6 +cyanogenmod.externalviews.KeyguardExternalView$11: void run() +com.github.rahatarmanahmed.cpv.R$styleable: R$styleable() +okhttp3.internal.http.RealInterceptorChain: int calls +com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_ExposedDropdownMenu +com.google.android.material.R$integer: int mtrl_tab_indicator_anim_duration_ms +com.turingtechnologies.materialscrollbar.R$color: int material_blue_grey_800 +androidx.fragment.R$styleable: int[] Fragment +james.adaptiveicon.R$styleable: int MenuView_android_horizontalDivider +android.didikee.donate.R$style: int Theme_AppCompat_Light_DialogWhenLarge +wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_marginRight +com.jaredrummler.android.colorpicker.R$attr: int thumbTintMode +com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_Chip +androidx.vectordrawable.R$dimen: int compat_notification_large_icon_max_width +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Header +okhttp3.internal.http.HttpHeaders: void receiveHeaders(okhttp3.CookieJar,okhttp3.HttpUrl,okhttp3.Headers) +wangdaye.com.geometricweather.common.basic.models.weather.Base: long publishTime +androidx.constraintlayout.widget.R$attr: int constraintSet +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomAppBar +com.google.android.material.R$styleable: int MaterialCalendarItem_android_insetTop +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature +com.google.android.material.R$styleable: int KeyTrigger_framePosition +com.google.android.material.timepicker.ChipTextInputComboView: ChipTextInputComboView(android.content.Context,android.util.AttributeSet) +com.google.android.material.R$style: int Widget_MaterialComponents_AutoCompleteTextView_FilledBox +com.google.android.material.R$attr: int layout_constraintHeight_min +androidx.preference.R$style: int Base_Animation_AppCompat_Tooltip +androidx.viewpager.widget.ViewPager: int getCurrentItem() +okio.Buffer$1: void close() +wangdaye.com.geometricweather.R$attr: int counterMaxLength wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setImages(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean) -androidx.versionedparcelable.CustomVersionedParcelable -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: void dispose() -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ListMenuView -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: java.util.concurrent.locks.Lock lock -io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: long serialVersionUID -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Subhead_Inverse -wangdaye.com.geometricweather.R$attr: int collapsedTitleGravity -android.didikee.donate.R$style: int Base_Widget_AppCompat_ListMenuView -cyanogenmod.platform.Manifest$permission: java.lang.String LIVE_LOCK_SCREEN_MANAGER_ACCESS -androidx.drawerlayout.R$id: int action_divider -com.xw.repo.bubbleseekbar.R$attr: int collapseContentDescription -androidx.swiperefreshlayout.R$id: int line1 -cyanogenmod.providers.DataUsageContract: int COLUMN_OF_FAST_AVG -com.google.android.material.R$styleable: int MenuView_preserveIconSpacing -androidx.fragment.R$id: R$id() -wangdaye.com.geometricweather.R$attr: int currentState -com.google.android.material.R$styleable: int CompoundButton_buttonTintMode -com.google.android.material.R$styleable: int MaterialButton_android_checkable -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer aqiIndex -wangdaye.com.geometricweather.remoteviews.config.ClockDayDetailsWidgetConfigActivity -com.google.android.material.R$styleable: int RecyclerView_fastScrollHorizontalTrackDrawable -okhttp3.internal.cache2.Relay: okio.Source upstream -com.xw.repo.bubbleseekbar.R$id: int time -james.adaptiveicon.R$styleable: int[] ActionBarLayout -com.bumptech.glide.integration.okhttp.R$drawable: R$drawable() -wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setMinuteInterval(int) -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: io.reactivex.internal.util.AtomicThrowable error -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Button -wangdaye.com.geometricweather.db.entities.HistoryEntity: void setDaytimeTemperature(int) -com.tencent.bugly.proguard.i$a: int b -com.xw.repo.bubbleseekbar.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$Position: java.lang.String dept -okhttp3.internal.Util: java.util.List immutableList(java.util.List) -okhttp3.MediaType: int hashCode() -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Large_Inverse -androidx.appcompat.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle -com.google.android.material.R$color: int abc_tint_default -james.adaptiveicon.R$integer -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_logoDescription -com.jaredrummler.android.colorpicker.R$layout: int cpv_preference_circle_large -com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_NoActionBar -com.bumptech.glide.R$styleable: int[] CoordinatorLayout -okhttp3.internal.http2.PushObserver -cyanogenmod.app.CMContextConstants: java.lang.String CM_STATUS_BAR_SERVICE -wangdaye.com.geometricweather.R$attr: int defaultQueryHint -com.xw.repo.bubbleseekbar.R$attr: int switchPadding -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setTitle(java.lang.CharSequence) -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -androidx.constraintlayout.widget.R$attr: int layout_constraintHorizontal_weight -com.jaredrummler.android.colorpicker.R$attr: int actionOverflowButtonStyle -cyanogenmod.providers.CMSettings$System: java.lang.String SHOW_ALARM_ICON -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_TabBar -androidx.viewpager.widget.ViewPager: int getPageMargin() -com.turingtechnologies.materialscrollbar.R$style: int Base_V14_ThemeOverlay_MaterialComponents_Dialog_Alert -android.didikee.donate.R$style: int TextAppearance_AppCompat_Display4 -com.xw.repo.bubbleseekbar.R$drawable: int abc_text_select_handle_middle_mtrl_dark -com.google.android.material.R$styleable: int Constraint_flow_lastHorizontalBias -androidx.appcompat.resources.R$dimen: int notification_media_narrow_margin -androidx.core.graphics.drawable.IconCompatParcelizer -com.google.android.material.chip.Chip: android.graphics.drawable.Drawable getBackgroundDrawable() -okhttp3.Request$Builder: okhttp3.Request$Builder addHeader(java.lang.String,java.lang.String) -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind: MfCurrentResult$Observation$Wind() -androidx.appcompat.R$attr: int actionBarTheme -com.turingtechnologies.materialscrollbar.R$string: int path_password_eye -androidx.preference.R$style: int Base_V21_ThemeOverlay_AppCompat_Dialog -wangdaye.com.geometricweather.background.receiver.widget.WidgetClockDayDetailsProvider: WidgetClockDayDetailsProvider() -com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text -wangdaye.com.geometricweather.R$dimen: int tooltip_vertical_padding -com.google.android.material.chip.Chip: void setChipIconTintResource(int) -com.google.android.material.R$attr: int arcMode -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_DropDownItem_Spinner -androidx.constraintlayout.widget.R$attr: int clickAction -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_Cut -wangdaye.com.geometricweather.R$attr: int collapsedTitleTextAppearance -okhttp3.internal.cache.DiskLruCache$3: java.lang.Object next() -retrofit2.Retrofit$Builder: boolean validateEagerly -okhttp3.internal.cache.DiskLruCache$3: okhttp3.internal.cache.DiskLruCache$Snapshot removeSnapshot -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_counterTextAppearance -com.bumptech.glide.R$dimen: int compat_button_inset_horizontal_material -wangdaye.com.geometricweather.R$styleable: int ListPreference_android_entryValues -androidx.customview.R$drawable: int notification_bg_low_pressed -androidx.constraintlayout.widget.R$drawable: int abc_btn_radio_to_on_mtrl_000 -okhttp3.OkHttpClient: java.net.Proxy proxy -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: void onComplete() -androidx.appcompat.R$drawable: int abc_scrubber_track_mtrl_alpha -okhttp3.internal.ws.RealWebSocket: RealWebSocket(okhttp3.Request,okhttp3.WebSocketListener,java.util.Random,long) -cyanogenmod.providers.CMSettings$System: java.lang.String ENABLE_FORWARD_LOOKUP -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.db.entities.LocationEntityDao: LocationEntityDao(org.greenrobot.greendao.internal.DaoConfig,wangdaye.com.geometricweather.db.entities.DaoSession) -retrofit2.ParameterHandler$1: retrofit2.ParameterHandler this$0 -com.amap.api.fence.GeoFence: com.amap.api.location.DPoint n -androidx.constraintlayout.widget.R$styleable: int Transition_android_id -com.tencent.bugly.crashreport.biz.b: long d() -com.google.android.material.R$style: int Base_DialogWindowTitleBackground_AppCompat -okhttp3.internal.http.RetryAndFollowUpInterceptor: okhttp3.Request followUpRequest(okhttp3.Response,okhttp3.Route) -okhttp3.EventListener: void dnsEnd(okhttp3.Call,java.lang.String,java.util.List) -com.bumptech.glide.R$styleable: R$styleable() -io.reactivex.Observable: io.reactivex.Observable timeInterval(io.reactivex.Scheduler) -cyanogenmod.externalviews.KeyguardExternalView$10: KeyguardExternalView$10(cyanogenmod.externalviews.KeyguardExternalView) -com.bumptech.glide.integration.okhttp.R$string: R$string() -cyanogenmod.profiles.StreamSettings: boolean isOverride() -wangdaye.com.geometricweather.R$styleable: int Chip_chipIconEnabled -wangdaye.com.geometricweather.R$layout: int text_view_with_theme_line_height -androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type BASELINE -androidx.constraintlayout.widget.R$styleable: int KeyAttribute_android_scaleX -androidx.constraintlayout.widget.R$styleable: int AlertDialog_singleChoiceItemLayout -com.tencent.bugly.crashreport.common.info.a: java.lang.String G -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void setInteractivity(boolean) -androidx.work.R$attr: R$attr() -androidx.hilt.work.R$attr: int fontProviderPackage -okhttp3.CacheControl: int maxStaleSeconds() -wangdaye.com.geometricweather.R$attr: int materialCalendarMonth -androidx.activity.R$layout: int notification_action_tombstone -androidx.coordinatorlayout.R$drawable: R$drawable() -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: void setDisplayState(boolean) -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_RatingBar -androidx.appcompat.widget.AppCompatImageView: void setSupportBackgroundTintList(android.content.res.ColorStateList) -james.adaptiveicon.R$string: int abc_shareactionprovider_share_with_application -androidx.preference.R$styleable: int CheckBoxPreference_summaryOff -wangdaye.com.geometricweather.R$id: int notification_multi_city_1 -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_popupMenuStyle -okhttp3.internal.cache.InternalCache: okhttp3.internal.cache.CacheRequest put(okhttp3.Response) -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_BottomSheetDialog -cyanogenmod.app.ICMTelephonyManager: void setDataConnectionSelectedOnSub(int) -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Integer getWindChillTemperature() -com.google.android.material.slider.BaseSlider: void setEnabled(boolean) -com.google.android.material.R$styleable: int RecyclerView_reverseLayout -com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_radio_material -androidx.lifecycle.SavedStateHandleController: androidx.lifecycle.SavedStateHandle getHandle() -cyanogenmod.app.ProfileManager: void setActiveProfile(java.util.UUID) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_constraint_referenced_ids -androidx.vectordrawable.R$drawable: int notify_panel_notification_icon_bg -wangdaye.com.geometricweather.R$attr: int textColorAlertDialogListItem -wangdaye.com.geometricweather.R$style: int large_title_text -james.adaptiveicon.R$layout: int abc_action_menu_item_layout -cyanogenmod.platform.R: R() -androidx.vectordrawable.R$styleable: int ColorStateListItem_android_color -wangdaye.com.geometricweather.R$drawable: int abc_list_selector_background_transition_holo_light -androidx.hilt.R$dimen: int compat_notification_large_icon_max_width -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_section_text_size -com.google.android.material.R$styleable: R$styleable() -com.jaredrummler.android.colorpicker.ColorPickerView: int getPaddingTop() -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored -androidx.hilt.lifecycle.R$drawable: int notification_icon_background -cyanogenmod.providers.CMSettings$Secure: java.lang.String VIBRATOR_INTENSITY -io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: java.lang.Object enterTransform(java.lang.Object) -okhttp3.MultipartBody: java.util.List parts -io.reactivex.Observable: io.reactivex.disposables.Disposable subscribe() -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionBar_TabText -com.google.android.material.R$attr: int backgroundInsetEnd -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatImageView_tintMode -okhttp3.MultipartBody: long contentLength() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WeatherBeanX: void setPubTime(java.lang.String) -io.reactivex.internal.operators.observable.ObservablePublishSelector$TargetObserver: void dispose() -wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Long readKey(android.database.Cursor,int) -androidx.lifecycle.LifecycleRegistry$ObserverWithState: androidx.lifecycle.Lifecycle$State mState -wangdaye.com.geometricweather.R$dimen: int abc_dialog_title_divider_material -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property O3 -wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: void setColor(boolean) -com.google.android.material.R$styleable: int Snackbar_snackbarButtonStyle -androidx.constraintlayout.widget.R$styleable: int KeyTrigger_triggerSlack -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: io.reactivex.functions.Function bufferClose -androidx.swiperefreshlayout.R$styleable: int GradientColor_android_centerColor -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService this$0 -com.tencent.bugly.crashreport.common.info.PlugInBean -james.adaptiveicon.R$color: int switch_thumb_normal_material_light -okhttp3.OkHttpClient: int writeTimeoutMillis() -androidx.appcompat.R$color: int abc_secondary_text_material_dark -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_27 -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Compat_Notification_Line2 -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType valueOf(java.lang.String) -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_overflow_padding_end_material -okhttp3.HttpUrl: java.lang.String percentDecode(java.lang.String,boolean) -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getVisibility() -wangdaye.com.geometricweather.R$dimen: int material_cursor_inset_top -android.didikee.donate.R$id: int split_action_bar -wangdaye.com.geometricweather.R$xml: int live_wallpaper -com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose: com.amap.api.location.AMapLocationClientOption$AMapLocationPurpose Sport -androidx.coordinatorlayout.R$id: int accessibility_custom_action_11 -com.google.android.material.R$style: int ThemeOverlay_AppCompat_Dialog_Alert -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Metric: AccuCurrentResult$Temperature$Metric() -com.tencent.bugly.proguard.m: java.lang.String e -androidx.constraintlayout.widget.R$id: int list_item -wangdaye.com.geometricweather.R$drawable: int notif_temp_82 -wangdaye.com.geometricweather.R$drawable: int abc_spinner_mtrl_am_alpha -android.didikee.donate.R$style: int Theme_AppCompat_DayNight_Dialog_Alert -com.google.android.material.R$dimen: int abc_action_bar_content_inset_with_nav -com.xw.repo.bubbleseekbar.R$styleable: int Spinner_android_prompt -com.tencent.bugly.proguard.u: void a(int,com.tencent.bugly.proguard.an) -cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: android.os.IBinder mRemote -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Temperature: java.lang.Float windChill -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Direction Direction -okhttp3.internal.cache2.Relay -androidx.constraintlayout.widget.R$attr: int actionMenuTextAppearance -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Speed -okhttp3.internal.http2.Http2: byte FLAG_END_HEADERS -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_Snackbar_Message -cyanogenmod.app.suggest.IAppSuggestManager$Stub: int TRANSACTION_getSuggestions -com.tencent.bugly.crashreport.crash.anr.a: java.lang.String d -wangdaye.com.geometricweather.R$id: int activity_widget_config_clockFontSpinner -wangdaye.com.geometricweather.db.entities.HistoryEntity: void setDate(java.util.Date) -com.google.android.material.R$drawable: int material_ic_keyboard_arrow_previous_black_24dp -com.amap.api.location.AMapLocation: void setCoordType(java.lang.String) -cyanogenmod.providers.CMSettings$Secure: java.lang.String LIVE_DISPLAY_COLOR_MATRIX -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver: void dispose() -androidx.constraintlayout.widget.R$attr: int motionProgress -androidx.fragment.R$styleable: int GradientColor_android_centerX -androidx.core.R$styleable: int[] GradientColor -com.turingtechnologies.materialscrollbar.R$attr: int gapBetweenBars -androidx.hilt.lifecycle.R$id: int right_icon -com.google.android.material.R$style: int ShapeAppearance_MaterialComponents -okio.SegmentedByteString: int segment(int) -james.adaptiveicon.R$id: int search_go_btn -com.xw.repo.bubbleseekbar.R$dimen: int notification_action_text_size -wangdaye.com.geometricweather.R$styleable: int State_android_id -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: void testNativeCrash() -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setLabel(java.lang.String) -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_shadowRadius -com.google.android.material.R$styleable: int GradientColor_android_type -androidx.constraintlayout.widget.R$drawable: int abc_seekbar_thumb_material -com.google.android.material.R$dimen: int mtrl_min_touch_target_size -com.google.android.material.R$attr: int allowStacking -wangdaye.com.geometricweather.R$styleable: int ActionBar_homeAsUpIndicator -wangdaye.com.geometricweather.R$styleable: int MenuItem_showAsAction -retrofit2.Response: okhttp3.ResponseBody errorBody -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: ParallelRunOn$BaseRunOnSubscriber(int,io.reactivex.internal.queue.SpscArrayQueue,io.reactivex.Scheduler$Worker) -wangdaye.com.geometricweather.R$id: int title_template -wangdaye.com.geometricweather.R$string: int gson -wangdaye.com.geometricweather.db.entities.AlertEntityDao: void dropTable(org.greenrobot.greendao.database.Database,boolean) -com.google.android.material.R$animator: R$animator() -androidx.preference.R$styleable: int AppCompatTheme_actionOverflowButtonStyle -com.google.android.material.R$attr: int buttonTint -io.reactivex.Observable: io.reactivex.Observable concat(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource) -okhttp3.internal.http2.Http2Reader: okio.BufferedSource source -cyanogenmod.app.CustomTile$ExpandedItem: void writeToParcel(android.os.Parcel,int) -wangdaye.com.geometricweather.remoteviews.config.Hilt_WeekWidgetConfigActivity -wangdaye.com.geometricweather.db.entities.HourlyEntity: int getTemperature() -wangdaye.com.geometricweather.R$styleable: int KeyPosition_percentHeight -com.google.android.material.R$drawable: int notification_bg_low -okhttp3.Request: java.lang.String header(java.lang.String) -okhttp3.Cache$Entry: okhttp3.Headers responseHeaders -wangdaye.com.geometricweather.R$id: int container_main_header_tempTxt -androidx.preference.R$style: int Base_Widget_AppCompat_Button_Colored -androidx.appcompat.R$styleable: int GradientColor_android_startColor -wangdaye.com.geometricweather.R$drawable: int ic_android -androidx.vectordrawable.R$id: int tag_accessibility_pane_title -com.tencent.bugly.crashreport.biz.b: long e() -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver$InnerObserver: void onError(java.lang.Throwable) -okio.SegmentedByteString: int lastIndexOf(byte[],int) -com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_fontVariationSettings -wangdaye.com.geometricweather.R$attr: int colorControlActivated -com.google.android.material.internal.VisibilityAwareImageButton: VisibilityAwareImageButton(android.content.Context) -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Compat_Notification_Line2 -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_ActionBar_TabBar -io.reactivex.Observable: io.reactivex.Observable concatMapDelayError(io.reactivex.functions.Function) -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionMode_Inverse -io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: java.util.concurrent.atomic.AtomicReference other -cyanogenmod.app.CustomTile$GridExpandedStyle -wangdaye.com.geometricweather.R$string: int phase_waning_crescent -wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_CheckedTextView -cyanogenmod.profiles.AirplaneModeSettings: void setValue(int) -androidx.appcompat.R$attr: int tooltipText -com.turingtechnologies.materialscrollbar.R$style: int Platform_AppCompat_Light -com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_centerY -james.adaptiveicon.R$dimen: int abc_text_size_medium_material -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_homeAsUpIndicator -androidx.hilt.R$styleable: int ColorStateListItem_android_alpha -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: HourlyEntityDao$Properties() -androidx.cardview.widget.CardView: float getMaxCardElevation() -io.reactivex.Observable: io.reactivex.Single toMap(io.reactivex.functions.Function) -james.adaptiveicon.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary -james.adaptiveicon.R$style -com.github.rahatarmanahmed.cpv.R$attr: int cpv_maxProgress -androidx.preference.R$attr: int paddingEnd -okhttp3.internal.http.RealInterceptorChain: int writeTimeout -cyanogenmod.app.Profile$TriggerType: int WIFI -com.jaredrummler.android.colorpicker.R$string: int cpv_custom -okio.Okio$2: java.io.InputStream val$in -okhttp3.internal.Util: java.util.Map immutableMap(java.util.Map) -james.adaptiveicon.R$style: int Widget_AppCompat_TextView_SpinnerItem -androidx.preference.R$attr: int useSimpleSummaryProvider -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_icon -com.jaredrummler.android.colorpicker.R$style: int Preference_SeekBarPreference_Material -androidx.appcompat.widget.SearchView$SearchAutoComplete: void setThreshold(int) -androidx.constraintlayout.widget.R$attr: int layout_goneMarginRight -retrofit2.ParameterHandler$QueryMap: retrofit2.Converter valueConverter -james.adaptiveicon.R$attr: int color -com.turingtechnologies.materialscrollbar.R$styleable -androidx.preference.R$drawable: int abc_ic_star_half_black_16dp -com.xw.repo.bubbleseekbar.R$attr: int trackTintMode -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_Button -androidx.appcompat.widget.SwitchCompat: void setSwitchMinWidth(int) -com.google.android.material.progressindicator.ProgressIndicator: int[] getIndicatorColors() -androidx.preference.R$styleable: int MenuGroup_android_orderInCategory -com.google.android.material.R$id: int tag_accessibility_clickable_spans -com.tencent.bugly.crashreport.common.info.a: void d() -androidx.preference.R$id: int contentPanel -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_actionProviderClass -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_transitionPathRotate -com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_homeLayout -com.google.android.material.R$style: int Widget_AppCompat_ActionBar_TabText -com.google.android.material.stateful.ExtendableSavedState -androidx.constraintlayout.widget.R$dimen: int abc_text_size_medium_material -androidx.appcompat.R$attr: int colorError -com.xw.repo.bubbleseekbar.R$styleable: int View_android_theme -androidx.viewpager.R$styleable: int FontFamilyFont_android_fontStyle -com.google.android.material.R$styleable: int ExtendedFloatingActionButton_extendMotionSpec -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Temperature temperature -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_icon_vertical_padding_material -com.tencent.bugly.a: void onDbCreate(android.database.sqlite.SQLiteDatabase) -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$DailyTemperature -androidx.constraintlayout.widget.R$attr: int layout_constraintTop_toBottomOf -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours: AccuCurrentResult$PrecipitationSummary$Past12Hours() -io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable -androidx.appcompat.R$id: int accessibility_custom_action_15 -wangdaye.com.geometricweather.R$style: int Base_V23_Theme_AppCompat_Light -com.google.android.material.R$attr: int snackbarStyle -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: void onSubscribe(io.reactivex.disposables.Disposable) -com.turingtechnologies.materialscrollbar.R$dimen: int design_snackbar_max_width -okio.BufferedSource: long indexOf(okio.ByteString) -okio.Buffer: okio.Timeout timeout() -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int BLUSTERY -androidx.appcompat.widget.ActionBarContextView: int getContentHeight() -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void drain() -androidx.transition.R$attr: int fontVariationSettings -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeApparentTemperature() -okio.GzipSource: void checkEqual(java.lang.String,int,int) -com.google.android.gms.common.internal.zaw: android.os.Parcelable$Creator CREATOR -okio.BufferedSource: java.lang.String readUtf8(long) -com.google.android.material.R$styleable: int[] FontFamilyFont -wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_translationY -com.google.android.material.slider.BaseSlider: void removeOnChangeListener(com.google.android.material.slider.BaseOnChangeListener) -androidx.constraintlayout.widget.R$id: int default_activity_button -okhttp3.ConnectionSpec: ConnectionSpec(okhttp3.ConnectionSpec$Builder) +com.turingtechnologies.materialscrollbar.R$attr: int textInputStyle +androidx.legacy.coreutils.R$dimen: int notification_subtext_size +cyanogenmod.providers.CMSettings$3: CMSettings$3() +android.didikee.donate.R$attr: int measureWithLargestChild +cyanogenmod.hardware.CMHardwareManager: java.lang.String getSerialNumber() +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xdwd +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilityRain: java.lang.Integer proba6H +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Imperial: AccuCurrentResult$Past24HourTemperatureDeparture$Imperial() +androidx.appcompat.R$styleable: int[] ActionMenuView +com.jaredrummler.android.colorpicker.R$styleable: int[] ColorPreference +james.adaptiveicon.R$dimen: int notification_top_pad +androidx.appcompat.resources.R$styleable: int[] StateListDrawableItem +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String getStreet_number() +okhttp3.Dispatcher: void setMaxRequestsPerHost(int) +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_wrapMode +wangdaye.com.geometricweather.R$styleable: int MockView_mock_label +com.jaredrummler.android.colorpicker.NestedGridView: NestedGridView(android.content.Context,android.util.AttributeSet) +androidx.appcompat.R$attr: int backgroundTint +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation: MfCurrentResult$Observation() +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VPathRenderer: void setRootAlpha(int) +wangdaye.com.geometricweather.R$attr: int thumbTintMode +com.turingtechnologies.materialscrollbar.R$styleable: int[] TouchScrollBar +okhttp3.Cache: int networkCount +okhttp3.internal.ws.RealWebSocket$CancelRunnable +okhttp3.internal.http.HttpMethod: HttpMethod() +androidx.appcompat.R$attr: int windowNoTitle +com.google.android.material.card.MaterialCardView: android.content.res.ColorStateList getCardForegroundColor() +wangdaye.com.geometricweather.R$id: int item_weather_daily_wind_arrow +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceCategoryStyle +io.reactivex.internal.subscriptions.SubscriptionArbiter: void drainLoop() +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Button +wangdaye.com.geometricweather.R$layout: int container_snackbar_card +com.google.android.material.R$styleable: int MaterialRadioButton_buttonTint +com.bumptech.glide.R$integer: int status_bar_notification_info_maxnum +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary: AccuCurrentResult$TemperatureSummary() +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setItemBackground(int) wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_goneMarginBottom -wangdaye.com.geometricweather.R$string: int key_widget_week -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_endIconCheckable -com.google.android.material.R$attr: int flow_horizontalGap -com.jaredrummler.android.colorpicker.R$attr: int goIcon -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -cyanogenmod.app.suggest.ApplicationSuggestion: android.net.Uri mThumbnailUri -wangdaye.com.geometricweather.R$string: int mold -androidx.vectordrawable.animated.R$styleable: int FontFamily_fontProviderPackage -com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_voice_search_api_material -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: int Version -com.amap.api.location.AMapLocation: java.lang.String getCountry() -com.amap.api.fence.GeoFence: boolean q -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Inverse -io.reactivex.Observable: io.reactivex.Observable combineLatest(java.lang.Iterable,io.reactivex.functions.Function,int) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_29 -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onKeyguardDismissed() -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void onError(java.lang.Throwable) -cyanogenmod.app.IProfileManager: cyanogenmod.app.Profile[] getProfiles() -androidx.appcompat.R$id: int accessibility_custom_action_2 -okhttp3.RequestBody$2: long contentLength() -com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawable_android_dither -androidx.coordinatorlayout.R$dimen: int notification_media_narrow_margin -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getUvLevel() -androidx.appcompat.R$style: int ThemeOverlay_AppCompat_Dialog -com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Imperial: java.lang.String Unit -com.google.android.material.R$layout: int abc_dialog_title_material -wangdaye.com.geometricweather.R$array: int automatic_refresh_rate_values -com.google.android.gms.base.R$styleable: R$styleable() -androidx.swiperefreshlayout.R$styleable: int GradientColor_android_endColor +okhttp3.Handshake: okhttp3.Handshake get(javax.net.ssl.SSLSession) +okhttp3.HttpUrl: java.lang.String percentDecode(java.lang.String,boolean) +io.reactivex.Observable: java.lang.Object blockingSingle(java.lang.Object) +com.google.android.material.R$styleable: int[] Toolbar +androidx.activity.R$dimen: R$dimen() +androidx.constraintlayout.widget.R$id: int notification_background +okhttp3.internal.http2.Hpack$Reader: void readLiteralHeaderWithoutIndexingIndexedName(int) +androidx.appcompat.resources.R$dimen: int notification_subtext_size +androidx.viewpager.R$attr: int fontProviderFetchTimeout +retrofit2.http.Path: boolean encoded() +androidx.constraintlayout.widget.Barrier: void setAllowsGoneWidget(boolean) +androidx.preference.R$attr: int customNavigationLayout +james.adaptiveicon.R$drawable: int abc_ic_voice_search_api_material +io.reactivex.Observable: io.reactivex.Observable fromIterable(java.lang.Iterable) +wangdaye.com.geometricweather.R$drawable: int shortcuts_thunderstorm_foreground +okio.Okio: okio.Source source(java.net.Socket) +androidx.appcompat.R$id: int italic +io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: void cancel() +wangdaye.com.geometricweather.R$style: int Base_V21_Theme_AppCompat_Dialog +com.tencent.bugly.crashreport.common.info.a: java.lang.String T +androidx.core.R$drawable: int notification_bg_low_pressed +wangdaye.com.geometricweather.R$drawable: int notif_temp_13 +cyanogenmod.themes.ThemeManager$1$1: ThemeManager$1$1(cyanogenmod.themes.ThemeManager$1,int) +com.turingtechnologies.materialscrollbar.R$string: R$string() +com.google.gson.stream.JsonReader: void nextNull() +androidx.viewpager2.R$attr: int recyclerViewStyle +wangdaye.com.geometricweather.R$styleable: int ActionBar_contentInsetStartWithNavigation +com.tencent.bugly.crashreport.common.info.a: java.lang.String m() +androidx.preference.R$style: int Theme_AppCompat_Light_DialogWhenLarge +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Headline +android.didikee.donate.R$attr: int ratingBarStyleIndicator +androidx.transition.R$style: int TextAppearance_Compat_Notification_Time +retrofit2.CallAdapter: java.lang.reflect.Type responseType() +wangdaye.com.geometricweather.R$attr: int region_widthMoreThan +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Dialog_Alert +androidx.preference.R$styleable: int AppCompatTextView_drawableLeftCompat +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getDaytimeWindDirection() +androidx.appcompat.R$style: int Base_Widget_AppCompat_ListPopupWindow +james.adaptiveicon.R$attr: int height +com.amap.api.location.AMapLocationClientOption: java.lang.String toString() +com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton$ExtendedFloatingActionButtonBehavior: ExtendedFloatingActionButton$ExtendedFloatingActionButtonBehavior(android.content.Context,android.util.AttributeSet) +androidx.loader.R$string: R$string() +wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_mini_xml +com.jaredrummler.android.colorpicker.R$drawable: int abc_ratingbar_small_material +wangdaye.com.geometricweather.R$drawable: int shortcuts_thunder +com.turingtechnologies.materialscrollbar.R$string: int abc_shareactionprovider_share_with_application +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_bottom_padding +okhttp3.Dns$1: java.util.List lookup(java.lang.String) +cyanogenmod.profiles.LockSettings: LockSettings(android.os.Parcel) +okio.BufferedSource: long indexOfElement(okio.ByteString) +androidx.preference.R$styleable: int TextAppearance_android_shadowDy +androidx.constraintlayout.widget.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 +androidx.recyclerview.widget.RecyclerView: void addOnChildAttachStateChangeListener(androidx.recyclerview.widget.RecyclerView$OnChildAttachStateChangeListener) +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: io.reactivex.Scheduler scheduler +com.tencent.bugly.crashreport.crash.c: boolean b() +android.didikee.donate.R$dimen: int abc_panel_menu_list_width +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_FixedSize_Bridge +com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents +cyanogenmod.app.LiveLockScreenInfo: LiveLockScreenInfo(android.content.ComponentName,int) +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Integer getDewPoint() +com.google.android.gms.base.R$color: int common_google_signin_btn_text_dark_disabled +wangdaye.com.geometricweather.R$styleable: int Constraint_android_visibility +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: boolean active +wangdaye.com.geometricweather.common.ui.widgets.AnimatableIconView: AnimatableIconView(android.content.Context) +com.turingtechnologies.materialscrollbar.R$layout: int abc_screen_toolbar +okhttp3.Call: okhttp3.Response execute() +com.google.android.material.chip.Chip: void setChipStrokeWidth(float) +androidx.appcompat.widget.Toolbar: android.graphics.drawable.Drawable getNavigationIcon() +wangdaye.com.geometricweather.R$drawable: int weather_wind_mini_xml +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ActionBar_Solid +okhttp3.ResponseBody: long contentLength() +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator NOTIFICATION_LIGHT_PULSE_DEFAULT_LED_OFF_VALIDATOR +wangdaye.com.geometricweather.R$attr: int layout_constraintBottom_toTopOf +com.xw.repo.bubbleseekbar.R$string: int abc_searchview_description_clear +wangdaye.com.geometricweather.R$attr: int adjustable +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property ThunderstormPrecipitationProbability +com.turingtechnologies.materialscrollbar.R$layout: int abc_search_view +james.adaptiveicon.R$string: int abc_shareactionprovider_share_with_application +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_disabled_elevation +okhttp3.internal.ws.WebSocketWriter$FrameSink: boolean isFirstFrame +okhttp3.internal.cache.DiskLruCache$Snapshot: DiskLruCache$Snapshot(okhttp3.internal.cache.DiskLruCache,java.lang.String,long,okio.Source[],long[]) +com.xw.repo.bubbleseekbar.R$id: int action_container +com.google.android.gms.location.LocationAvailability +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onAttachedToWindow() +androidx.recyclerview.R$dimen: int notification_right_icon_size +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIndicatorHeight +cyanogenmod.app.LiveLockScreenInfo$Builder: android.content.ComponentName mComponent +cyanogenmod.providers.CMSettings$Secure: java.lang.String ADVANCED_MODE +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: void setShouldHandleInJava(boolean) +androidx.appcompat.resources.R$id: int action_image +com.amap.api.location.AMapLocation: java.lang.String p(com.amap.api.location.AMapLocation,java.lang.String) +com.turingtechnologies.materialscrollbar.R$string: int abc_activitychooserview_choose_application +androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_translationY +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void drain() +com.jaredrummler.android.colorpicker.R$style: int Platform_V21_AppCompat +wangdaye.com.geometricweather.R$id: int activity_weather_daily_toolbar +com.google.android.material.R$color: int design_default_color_primary_dark +wangdaye.com.geometricweather.R$styleable: int Preference_android_dependency +android.didikee.donate.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow +androidx.fragment.R$dimen: int notification_action_icon_size +io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy valueOf(java.lang.String) +com.google.android.material.snackbar.SnackbarContentLayout: void setMaxInlineActionWidth(int) +cyanogenmod.externalviews.ExternalViewProviderService$Provider: android.os.Bundle mOptions +io.reactivex.internal.observers.BlockingObserver: BlockingObserver(java.util.Queue) +androidx.constraintlayout.widget.R$styleable: int Constraint_android_rotationY +com.jaredrummler.android.colorpicker.R$dimen: int item_touch_helper_swipe_escape_velocity +androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintVertical_weight +androidx.preference.R$layout: int abc_screen_toolbar +com.jaredrummler.android.colorpicker.R$styleable: int ColorPickerView_cpv_alphaChannelText +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_contentInsetLeft +com.xw.repo.bubbleseekbar.R$attr: int defaultQueryHint +androidx.viewpager2.R$id: int tag_transition_group +okio.RealBufferedSink: okio.BufferedSink writeIntLe(int) +com.turingtechnologies.materialscrollbar.R$attr: int state_lifted +io.reactivex.Observable: Observable() +com.xw.repo.bubbleseekbar.R$color: int button_material_dark +android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +james.adaptiveicon.R$style: int TextAppearance_AppCompat_SearchResult_Title +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean +com.xw.repo.bubbleseekbar.R$styleable: int Spinner_android_prompt +com.google.android.material.R$style: int Widget_MaterialComponents_ProgressIndicator_Linear_Indeterminate +com.turingtechnologies.materialscrollbar.R$attr: int colorControlNormal +com.amap.api.location.AMapLocation: int f(com.amap.api.location.AMapLocation,int) +wangdaye.com.geometricweather.R$id: int mtrl_picker_header_title_and_selection +com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy IDENTITY +io.reactivex.Observable: io.reactivex.Single count() +androidx.constraintlayout.widget.R$styleable: int MenuItem_android_titleCondensed +io.reactivex.exceptions.CompositeException: void printStackTrace(java.io.PrintStream) +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_Dialog +com.google.android.material.transformation.ExpandableBehavior +com.google.android.material.R$drawable: int abc_list_selector_background_transition_holo_light +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_year_corner +androidx.constraintlayout.widget.R$attr: int flow_horizontalBias +androidx.preference.R$styleable: int MenuItem_android_icon +androidx.appcompat.R$attr: int titleTextAppearance +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property Id +androidx.constraintlayout.widget.R$id: int easeIn +wangdaye.com.geometricweather.R$attr: int colorSurface +androidx.preference.R$style: int Base_V22_Theme_AppCompat_Light +wangdaye.com.geometricweather.R$animator: int weather_rain_1 +androidx.fragment.R$dimen: int notification_action_text_size +com.jaredrummler.android.colorpicker.R$attr: int controlBackground +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX +wangdaye.com.geometricweather.R$color: int mtrl_chip_text_color +androidx.constraintlayout.widget.R$style: int Platform_ThemeOverlay_AppCompat +retrofit2.adapter.rxjava2.RxJava2CallAdapter: boolean isResult +james.adaptiveicon.R$style: int Widget_AppCompat_DrawerArrowToggle +androidx.preference.R$attr: int arrowShaftLength +androidx.appcompat.widget.SearchView: void setInputType(int) +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setFillColor(int) +androidx.customview.R$styleable: int FontFamily_fontProviderFetchTimeout +com.google.android.material.R$styleable: int Constraint_android_layout_marginLeft +androidx.work.impl.workers.CombineContinuationsWorker: CombineContinuationsWorker(android.content.Context,androidx.work.WorkerParameters) +android.didikee.donate.R$dimen: int notification_action_text_size +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_getLastThemeChangeTime +com.xw.repo.BubbleSeekBar +androidx.core.R$id: int accessibility_custom_action_27 +androidx.recyclerview.R$id: int action_container +com.google.android.material.R$color: int mtrl_btn_ripple_color +wangdaye.com.geometricweather.R$styleable: int AppBarLayoutStates_state_collapsed +com.google.android.material.R$drawable: int ic_mtrl_chip_checked_black +com.google.gson.LongSerializationPolicy: com.google.gson.JsonElement serialize(java.lang.Long) +com.turingtechnologies.materialscrollbar.R$attr: int alertDialogStyle +android.didikee.donate.R$color: int abc_primary_text_material_dark +androidx.preference.PreferenceFragmentCompat: PreferenceFragmentCompat() +androidx.legacy.coreutils.R$styleable: int[] FontFamily +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean: java.lang.String MinutesText +com.bumptech.glide.R$id: int text2 +wangdaye.com.geometricweather.R$styleable: int MotionLayout_currentState +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_android_scaleY +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WeatherText +com.tencent.bugly.proguard.y$a: boolean a() +okio.Base64: byte[] decode(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int CustomAttribute_customStringValue +okhttp3.internal.http2.Header: okio.ByteString name +com.google.android.material.R$color: int primary_material_dark +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_126 +okhttp3.OkHttpClient: okhttp3.OkHttpClient$Builder newBuilder() +androidx.coordinatorlayout.R$id: int forever +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property Time +androidx.hilt.lifecycle.R$styleable: int FontFamilyFont_android_fontVariationSettings +com.google.android.material.R$id: int right +androidx.appcompat.R$attr: int actionLayout +androidx.hilt.work.R$id: int action_container +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_saveFlags +cyanogenmod.power.IPerformanceManager$Stub: int TRANSACTION_cpuBoost_0 +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ListView_DropDown +wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider valueOf(java.lang.String) +androidx.appcompat.widget.ActionBarOverlayLayout: void setHideOnContentScrollEnabled(boolean) +androidx.lifecycle.ViewModelProvider: androidx.lifecycle.ViewModelStore mViewModelStore +wangdaye.com.geometricweather.R$string: int wind_5 +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_checkedTextViewStyle +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: InkPageIndicator(android.content.Context,android.util.AttributeSet) +com.google.android.material.textfield.TextInputLayout: void setBoxStrokeColorStateList(android.content.res.ColorStateList) +okio.ForwardingTimeout: okio.Timeout clearDeadline() +androidx.lifecycle.ProcessLifecycleOwner: ProcessLifecycleOwner() +androidx.constraintlayout.widget.R$attr: int customPixelDimension +wangdaye.com.geometricweather.R$attr: int checkBoxPreferenceStyle +androidx.appcompat.R$layout: int abc_activity_chooser_view +androidx.constraintlayout.widget.R$styleable: int Layout_chainUseRtl +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: java.lang.String getCardName(android.content.Context) +androidx.activity.R$styleable: int FontFamily_fontProviderFetchStrategy +com.google.android.material.R$styleable: int CompoundButton_android_button +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_lastHorizontalStyle +androidx.hilt.work.R$styleable: int GradientColorItem_android_offset +com.google.android.material.slider.BaseSlider: void setValues(java.lang.Float[]) +androidx.hilt.work.R$styleable: int GradientColor_android_endY +cyanogenmod.externalviews.ExternalViewProperties: int mWidth +wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation: wangdaye.com.geometricweather.common.ui.widgets.weatherView.materialWeatherView.MaterialWeatherView$DeviceOrientation RIGHT +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningAdvice +okhttp3.internal.ws.WebSocketWriter$FrameSink: void flush() +wangdaye.com.geometricweather.R$styleable: int[] CoordinatorLayout +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle +com.github.rahatarmanahmed.cpv.R$dimen +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: java.lang.String defenseIcon +wangdaye.com.geometricweather.R$id: int snackbar_action +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem +com.google.android.material.R$interpolator: int mtrl_fast_out_slow_in +com.google.android.material.R$styleable: int RecyclerView_android_orientation +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_popupTheme +wangdaye.com.geometricweather.R$string: int mtrl_picker_invalid_format +okhttp3.Route +com.google.android.material.textfield.MaterialAutoCompleteTextView: void setAdapter(android.widget.ListAdapter) +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_selection_text_baseline_to_bottom_fullscreen +androidx.constraintlayout.utils.widget.ImageFilterButton: void setOverlay(boolean) +android.didikee.donate.R$attr: int textAppearanceLargePopupMenu +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: java.util.concurrent.atomic.AtomicReference upstream +androidx.preference.R$styleable: int Preference_enabled +android.didikee.donate.R$style: int Base_Widget_AppCompat_ActionBar_Solid +okhttp3.internal.cache.CacheStrategy$Factory: long nowMillis +android.didikee.donate.R$styleable: int[] Spinner +io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: void setCancellable(io.reactivex.functions.Cancellable) +wangdaye.com.geometricweather.R$attr: int layout_optimizationLevel +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.util.Date sunriseTime +androidx.appcompat.R$attr: int colorControlHighlight +okhttp3.internal.ws.RealWebSocket: void writePingFrame() +androidx.preference.R$attr: int contentDescription +okhttp3.internal.connection.RealConnection: void establishProtocol(okhttp3.internal.connection.ConnectionSpecSelector,int,okhttp3.Call,okhttp3.EventListener) +okhttp3.Dispatcher: Dispatcher() +androidx.transition.R$dimen: int compat_notification_large_icon_max_height +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_layout_width +james.adaptiveicon.R$styleable: int AppCompatTheme_actionBarStyle +wangdaye.com.geometricweather.R$id: int activity_widget_config_doneButton +com.google.android.material.R$string: int mtrl_chip_close_icon_content_description +cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_GPS +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_unRegisterThermalListener +com.google.android.material.slider.BaseSlider +cyanogenmod.externalviews.KeyguardExternalView$5: cyanogenmod.externalviews.KeyguardExternalView this$0 +wangdaye.com.geometricweather.R$anim: int design_snackbar_out +wangdaye.com.geometricweather.R$attr: int expandedTitleMarginTop +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setWeather(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past12Hours$Metric Metric +io.reactivex.internal.subscribers.StrictSubscriber: void cancel() +androidx.appcompat.R$interpolator: int btn_radio_to_on_mtrl_animation_interpolator_0 +com.google.gson.stream.JsonWriter: void flush() +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void onComplete() +wangdaye.com.geometricweather.R$string: int key_forecast_tomorrow_time wangdaye.com.geometricweather.R$dimen: int abc_control_padding_material -okhttp3.EventListener: void secureConnectEnd(okhttp3.Call,okhttp3.Handshake) -androidx.core.R$drawable: int notification_bg_normal -androidx.preference.EditTextPreference$SavedState: android.os.Parcelable$Creator CREATOR -cyanogenmod.app.StatusBarPanelCustomTile: java.lang.Object clone() -androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 -androidx.dynamicanimation.R$styleable: int FontFamily_fontProviderFetchTimeout -androidx.preference.R$style: int Preference_SeekBarPreference -okhttp3.HttpUrl: java.util.List pathSegments -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -androidx.appcompat.R$color -com.xw.repo.bubbleseekbar.R$attr: int fontProviderPackage -com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_trackTint -androidx.preference.R$id: int accessibility_custom_action_10 -okhttp3.Request$Builder: okhttp3.Request$Builder tag(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Overline -com.google.android.material.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu -wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: int sourceColor -androidx.preference.R$style: int Preference_Category -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_fitToContents -cyanogenmod.externalviews.KeyguardExternalViewProviderService: java.lang.String META_DATA -androidx.appcompat.R$id: int unchecked -androidx.hilt.R$id: int action_divider -com.google.android.material.R$attr: int checkedIconMargin -wangdaye.com.geometricweather.R$drawable: int abc_ic_go_search_api_material -androidx.constraintlayout.widget.R$drawable: int abc_spinner_mtrl_am_alpha -com.tencent.bugly.crashreport.common.strategy.a: com.tencent.bugly.proguard.w d -com.jaredrummler.android.colorpicker.R$styleable: int Preference_selectable -androidx.recyclerview.R$id: int accessibility_custom_action_28 -com.tencent.bugly.proguard.am: java.lang.String w -androidx.lifecycle.extensions.R$anim: R$anim() -wangdaye.com.geometricweather.R$styleable: int[] ColorPickerView -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary -wangdaye.com.geometricweather.R$attr: int endIconContentDescription -com.amap.api.location.APSService: int onStartCommand(android.content.Intent,int,int) -com.xw.repo.bubbleseekbar.R$drawable: int abc_spinner_mtrl_am_alpha -androidx.hilt.work.R$id: int accessibility_custom_action_27 -wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property CityId -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintWidth_percent -okhttp3.internal.http2.Http2Connection: void writeSynResetLater(int,okhttp3.internal.http2.ErrorCode) -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub -android.didikee.donate.R$drawable: int abc_seekbar_thumb_material -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_15 -com.turingtechnologies.materialscrollbar.R$styleable: int[] ForegroundLinearLayout -com.xw.repo.bubbleseekbar.R$attr: int actionMenuTextColor -james.adaptiveicon.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode -wangdaye.com.geometricweather.R$drawable: int weather_partly_cloudy_night_mini_xml -com.google.android.material.R$dimen: int mtrl_alert_dialog_background_inset_top -androidx.constraintlayout.widget.R$id: int accessibility_custom_action_11 -androidx.viewpager2.R$id: int accessibility_custom_action_3 -com.bumptech.glide.R$style: int TextAppearance_Compat_Notification_Line2 -com.jaredrummler.android.colorpicker.R$attr: int dialogMessage -cyanogenmod.app.Profile: void setDozeMode(int) +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao +retrofit2.adapter.rxjava2.ResultObservable$ResultObserver: void onComplete() +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintStart_toEndOf +androidx.constraintlayout.widget.R$attr: int firstBaselineToTopHeight +androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$Event downEvent(androidx.lifecycle.Lifecycle$State) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_CardView +cyanogenmod.providers.CMSettings$Global: java.lang.String WIFI_AUTO_PRIORITIES_CONFIGURATION +io.reactivex.internal.observers.InnerQueuedObserver: io.reactivex.internal.fuseable.SimpleQueue queue() +cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_setDefaultPhoneSub +okhttp3.RequestBody$2 +com.google.android.material.R$drawable: int design_snackbar_background +com.turingtechnologies.materialscrollbar.R$color: int abc_search_url_text_selected +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderSelection_Fullscreen +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Long readKey(android.database.Cursor,int) +com.amap.api.location.APSService: boolean c +wangdaye.com.geometricweather.R$attr: int reverseLayout +androidx.constraintlayout.widget.Guideline +wangdaye.com.geometricweather.R$layout: int abc_alert_dialog_button_bar_material +wangdaye.com.geometricweather.R$id: int month_navigation_fragment_toggle +wangdaye.com.geometricweather.R$id: int always +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: void cancelAll() +com.turingtechnologies.materialscrollbar.R$attr: int itemTextColor +wangdaye.com.geometricweather.R$string: int tag_uv +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$3 +com.google.android.material.R$dimen: int mtrl_btn_padding_top +androidx.appcompat.R$styleable: int AlertDialog_buttonPanelSideLayout +androidx.appcompat.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut +androidx.lifecycle.extensions.R$layout: R$layout() +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_1 +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_analog_dark +androidx.lifecycle.ProcessLifecycleOwner$3: void onActivityPreCreated(android.app.Activity,android.os.Bundle) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_homeAsUpIndicator +androidx.constraintlayout.widget.R$styleable: int MotionLayout_currentState +com.google.android.material.datepicker.SingleDateSelector +retrofit2.adapter.rxjava2.CallEnqueueObservable: CallEnqueueObservable(retrofit2.Call) +com.google.android.material.R$id: int staticPostLayout +com.google.android.material.R$id: int linear +wangdaye.com.geometricweather.R$attr: int itemSpacing +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getNo2Desc() +wangdaye.com.geometricweather.R$xml: int widget_trend_daily +com.turingtechnologies.materialscrollbar.R$attr: int collapsedTitleGravity +com.google.android.material.card.MaterialCardView: void setCardElevation(float) +wangdaye.com.geometricweather.R$string: int common_open_on_phone +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: int PrecipitationProbability +com.turingtechnologies.materialscrollbar.R$attr: int hintEnabled +androidx.vectordrawable.R$styleable: int ColorStateListItem_alpha +com.xw.repo.bubbleseekbar.R$styleable: int StateListDrawable_android_constantSize +okhttp3.MultipartBody$Part: okhttp3.Headers headers() +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColorItem_android_offset +okhttp3.OkHttpClient: javax.net.SocketFactory socketFactory +com.google.android.material.R$color: int cardview_shadow_end_color +wangdaye.com.geometricweather.R$attr: int flow_verticalAlign +com.google.android.material.slider.RangeSlider: RangeSlider(android.content.Context,android.util.AttributeSet) +com.google.gson.stream.JsonReader: int NUMBER_CHAR_EXP_SIGN +okhttp3.internal.http2.Http2Reader: void readPing(okhttp3.internal.http2.Http2Reader$Handler,int,byte,int) +androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory: androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory getInstance(android.app.Application) +retrofit2.ParameterHandler$HeaderMap: void apply(retrofit2.RequestBuilder,java.util.Map) +androidx.loader.R$styleable: int FontFamily_fontProviderFetchStrategy +io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_Icon +james.adaptiveicon.R$styleable: int SearchView_searchHintIcon +wangdaye.com.geometricweather.R$string: int key_notification_color +com.tencent.bugly.crashreport.CrashReport: void putUserData(android.content.Context,java.lang.String,java.lang.String) +androidx.appcompat.R$styleable: int AppCompatTextView_drawableRightCompat +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Dialog_MinWidth +androidx.viewpager2.R$styleable: int GradientColor_android_type +com.amap.api.location.AMapLocation: double u +cyanogenmod.externalviews.ExternalViewProperties: android.view.View mView +com.google.android.material.R$styleable: int MaterialCardView_cardForegroundColor +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX +com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo getRevealInfo() +androidx.hilt.R$id: int tag_accessibility_actions +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Badge +com.xw.repo.bubbleseekbar.R$attr: int font +okhttp3.Cache$2: void remove() +wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_elevation +com.google.android.material.R$attr: int actionButtonStyle +wangdaye.com.geometricweather.R$drawable: int notif_temp_113 +okhttp3.Challenge +android.didikee.donate.R$attr: int colorAccent +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: long serialVersionUID +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: float PRECIPITATION_MIDDLE +wangdaye.com.geometricweather.R$style: int Base_V21_Theme_MaterialComponents_Light +android.didikee.donate.R$id: int disableHome +androidx.activity.R$attr: R$attr() +wangdaye.com.geometricweather.db.entities.AlertEntity: void setDate(java.util.Date) +wangdaye.com.geometricweather.R$styleable: int[] EditTextPreference +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large +com.jaredrummler.android.colorpicker.R$drawable: int abc_textfield_search_activated_mtrl_alpha +okhttp3.Cache$Entry: Cache$Entry(okhttp3.Response) +okhttp3.MultipartBody: okhttp3.MediaType MIXED +com.google.android.material.R$style: int Base_Widget_MaterialComponents_Chip +wangdaye.com.geometricweather.R$drawable: int live_wallpaper_thumbnail +james.adaptiveicon.R$attr: int ratingBarStyleSmall +okhttp3.internal.http2.Http2Connection$Listener$1: Http2Connection$Listener$1() +io.reactivex.internal.operators.observable.ObservableInterval$IntervalObserver: ObservableInterval$IntervalObserver(io.reactivex.Observer) +wangdaye.com.geometricweather.R$styleable: int Constraint_motionProgress +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getPm10() +com.turingtechnologies.materialscrollbar.R$attr: int expandedTitleTextAppearance +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: void dispose() +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_3 +com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_radio_to_on_mtrl_000 +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_android_textOff +com.google.android.material.R$drawable: int abc_ic_star_half_black_36dp +com.bumptech.glide.R$layout +com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_textColorLink +wangdaye.com.geometricweather.R$styleable: int MaterialCardView_strokeWidth +okhttp3.HttpUrl$Builder: java.lang.String canonicalizeHost(java.lang.String,int,int) +com.google.android.material.R$attr: int actionViewClass +com.turingtechnologies.materialscrollbar.R$attr: R$attr() +androidx.appcompat.widget.Toolbar: void setSubtitle(java.lang.CharSequence) +androidx.fragment.R$id: int accessibility_custom_action_11 +androidx.constraintlayout.helper.widget.Flow: void setVerticalStyle(int) +com.google.android.material.R$dimen: int design_tab_text_size_2line +android.didikee.donate.R$style: int RtlUnderlay_Widget_AppCompat_ActionButton_Overflow +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox_Dense +retrofit2.adapter.rxjava2.Result +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.Integer ragweedLevel +cyanogenmod.content.Intent: java.lang.String EXTRA_PROTECTED_COMPONENTS +cyanogenmod.providers.DataUsageContract: int COLUMN_OF_ACTIVE +com.xw.repo.bubbleseekbar.R$styleable: int[] ColorStateListItem +wangdaye.com.geometricweather.R$anim: int mtrl_card_lowers_interpolator +android.didikee.donate.R$style: int ThemeOverlay_AppCompat_Light +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintLeft_toRightOf +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceImageView_maxHeight +androidx.lifecycle.LifecycleRegistry: LifecycleRegistry(androidx.lifecycle.LifecycleOwner) +com.google.android.material.R$styleable: int Toolbar_navigationIcon +com.xw.repo.bubbleseekbar.R$attr: int bsb_section_text_position +io.reactivex.internal.operators.observable.ObservableRepeatWhen$RepeatWhenObserver: io.reactivex.ObservableSource source +androidx.lifecycle.extensions.R$id: int italic +com.google.android.material.card.MaterialCardView: void setChecked(boolean) +com.bumptech.glide.load.engine.GlideException: com.bumptech.glide.load.Key key +cyanogenmod.hardware.CMHardwareManager: boolean set(int,boolean) +androidx.preference.R$attr: int actionMenuTextAppearance +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$WindBeanXX: int status +com.google.android.material.R$style: int Base_V7_Theme_AppCompat_Light +wangdaye.com.geometricweather.R$styleable: int Variant_constraints +androidx.constraintlayout.widget.R$layout: int abc_popup_menu_header_item_layout +cyanogenmod.themes.ThemeManager$1$1: void run() +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_horizontalStyle +com.amap.api.fence.GeoFence: long getExpiration() +androidx.lifecycle.Lifecycle: void addObserver(androidx.lifecycle.LifecycleObserver) +okio.RealBufferedSource: long indexOf(okio.ByteString,long) +cyanogenmod.providers.CMSettings$System: java.lang.String BLUETOOTH_ACCEPT_ALL_FILES +com.tencent.bugly.proguard.p: com.tencent.bugly.proguard.q b +androidx.lifecycle.SavedStateHandle: androidx.lifecycle.MutableLiveData getLiveData(java.lang.String,java.lang.Object) +androidx.constraintlayout.widget.R$attr: int layout_constraintBottom_toTopOf +com.google.android.material.R$dimen: int material_helper_text_font_1_3_padding_horizontal +wangdaye.com.geometricweather.R$styleable: int BottomAppBar_fabAnimationMode +com.xw.repo.bubbleseekbar.R$attr: int titleMargin +okhttp3.internal.cache.DiskLruCache: java.lang.String MAGIC +cyanogenmod.app.BaseLiveLockManagerService: void updateDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) +com.google.android.material.slider.BaseSlider: void setThumbStrokeWidthResource(int) +wangdaye.com.geometricweather.R$attr: int boxCornerRadiusTopEnd +okhttp3.internal.publicsuffix.PublicSuffixDatabase +com.tencent.bugly.proguard.i: short a(short,int,boolean) +okio.GzipSink: boolean closed +james.adaptiveicon.R$color: int material_blue_grey_900 +com.turingtechnologies.materialscrollbar.R$style: int Base_V22_Theme_AppCompat +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA +cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent ICON +okhttp3.logging.LoggingEventListener: void callStart(okhttp3.Call) +okio.SegmentedByteString: okio.ByteString toByteString() +com.tencent.bugly.crashreport.biz.b: void a(android.content.Context) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dialogPreferredPadding +androidx.preference.R$attr: int actionDropDownStyle +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: javax.inject.Provider apiProvider +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean: void setStatus(int) +androidx.recyclerview.R$dimen: int notification_large_icon_width +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_menu +androidx.swiperefreshlayout.R$id: int right_icon +com.tencent.bugly.crashreport.CrashReport: void testJavaCrash() +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Design_Counter +wangdaye.com.geometricweather.R$integer: int mtrl_chip_anim_duration +wangdaye.com.geometricweather.common.basic.models.weather.Alert: long alertId +androidx.appcompat.R$id: int line3 +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: boolean mainDone +com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_item_horizontal_padding +com.google.android.material.R$styleable: int Layout_layout_constraintRight_creator +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_al +androidx.constraintlayout.widget.R$attr: int customColorDrawableValue +wangdaye.com.geometricweather.R$style: int Preference_Category +androidx.constraintlayout.widget.R$attr: int colorSwitchThumbNormal +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Button_Borderless_Colored +wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_drawableStart +com.google.android.material.R$styleable: int KeyTimeCycle_curveFit +androidx.preference.R$id: int tag_accessibility_clickable_spans +android.didikee.donate.R$styleable: int LinearLayoutCompat_dividerPadding +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Wind$Direction: java.lang.String Localized +androidx.lifecycle.SavedStateHandle$SavingStateLiveData: androidx.lifecycle.SavedStateHandle mHandle +wangdaye.com.geometricweather.R$styleable: int TabItem_android_text +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WetBulbTemperature$Imperial: AccuCurrentResult$WetBulbTemperature$Imperial() +wangdaye.com.geometricweather.R$drawable: int notif_temp_25 +wangdaye.com.geometricweather.R$drawable: int shortcuts_haze_foreground +androidx.constraintlayout.widget.R$styleable: int PropertySet_visibilityMode +wangdaye.com.geometricweather.R$style: int Base_V7_Theme_AppCompat_Light +androidx.hilt.lifecycle.R$anim: int fragment_fade_enter +androidx.work.R$string +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: void setLogo(java.lang.String) +com.google.android.material.R$attr: int windowFixedHeightMinor +cyanogenmod.app.suggest.AppSuggestManager: java.util.List getSuggestions(android.content.Intent) +androidx.appcompat.widget.Toolbar$SavedState +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_framePosition +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Rain: AccuDailyResult$DailyForecasts$Day$Rain() +com.google.android.material.R$id: int action_menu_divider +retrofit2.Retrofit$Builder: retrofit2.Retrofit$Builder baseUrl(java.lang.String) +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_SearchView +com.google.android.material.R$styleable: int Chip_chipIconSize +okhttp3.internal.ws.RealWebSocket: java.lang.String key +com.jaredrummler.android.colorpicker.R$id: int transparency_seekbar +androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_scaleY +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) +androidx.appcompat.R$attr: int buttonTintMode +com.google.android.material.R$style: int Widget_MaterialComponents_ActionBar_Surface +com.google.android.material.floatingactionbutton.FloatingActionButton: void setHideMotionSpecResource(int) +wangdaye.com.geometricweather.R$id: int dialog_time_setter_cancel +com.google.android.material.bottomnavigation.BottomNavigationView: android.content.res.ColorStateList getItemRippleColor() +wangdaye.com.geometricweather.R$id: int notification_background +wangdaye.com.geometricweather.R$drawable: int flag_fr +androidx.preference.R$attr: int actionModeCloseButtonStyle +cyanogenmod.profiles.StreamSettings: void readFromParcel(android.os.Parcel) +androidx.preference.R$style: int Base_Widget_AppCompat_Light_PopupMenu +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_id +androidx.constraintlayout.widget.R$attr: int layout_constraintWidth_min +cyanogenmod.providers.CMSettings$System$2: boolean validate(java.lang.String) +android.didikee.donate.R$styleable: int MenuItem_android_checkable +okhttp3.internal.http.RetryAndFollowUpInterceptor: RetryAndFollowUpInterceptor(okhttp3.OkHttpClient,boolean) +com.jaredrummler.android.colorpicker.R$drawable: int abc_popup_background_mtrl_mult +wangdaye.com.geometricweather.R$styleable: int ImageFilterView_roundPercent wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeTotalPrecipitationProbability -android.didikee.donate.R$styleable: int TextAppearance_android_typeface -com.xw.repo.bubbleseekbar.R$style: int AlertDialog_AppCompat_Light -com.xw.repo.bubbleseekbar.R$style: int Base_V7_Widget_AppCompat_EditText -com.xw.repo.bubbleseekbar.R$anim: int abc_fade_in -androidx.fragment.R$attr: int font -okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec$Builder allEnabledCipherSuites() -androidx.hilt.work.R$layout -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_autoSizeStepGranularity -com.amap.api.location.AMapLocation: boolean o -cyanogenmod.profiles.ConnectionSettings: android.os.Parcelable$Creator CREATOR -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: int requestFusion(int) -com.tencent.bugly.crashreport.crash.jni.b: com.tencent.bugly.crashreport.crash.CrashDetailBean a(android.content.Context,java.util.Map,com.tencent.bugly.crashreport.crash.jni.NativeExceptionHandler) -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintCircleRadius -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub: IWeatherProviderServiceClient$Stub() -wangdaye.com.geometricweather.R$styleable: int KeyAttribute_android_scaleY -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setDailyForecast(java.lang.String) -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragmentCompat_allowDividerAfterLastItem -com.google.android.material.chip.Chip: java.lang.CharSequence getCloseIconContentDescription() -io.reactivex.exceptions.OnErrorNotImplementedException: OnErrorNotImplementedException(java.lang.String,java.lang.Throwable) -com.tencent.bugly.proguard.af: java.lang.String a -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setKillProcess(boolean) -wangdaye.com.geometricweather.db.entities.WeatherEntity -james.adaptiveicon.R$styleable: int TextAppearance_android_textSize -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.String weatherText -androidx.appcompat.widget.Toolbar: void setPopupTheme(int) -androidx.appcompat.widget.ScrollingTabContainerView: void setAllowCollapse(boolean) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver[] CANCELLED -androidx.constraintlayout.widget.Barrier: Barrier(android.content.Context,android.util.AttributeSet,int) -com.github.rahatarmanahmed.cpv.CircularProgressView$3 -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float getTotal() -com.baidu.location.e.n -wangdaye.com.geometricweather.db.entities.DailyEntity: void setPm25(java.lang.Float) -android.didikee.donate.R$style: int Base_Animation_AppCompat_DropDownUp -wangdaye.com.geometricweather.R$styleable: int View_paddingEnd -com.github.rahatarmanahmed.cpv.CircularProgressView$3: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 -androidx.lifecycle.LiveData$LifecycleBoundObserver: boolean shouldBeActive() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setAlertId(java.lang.String) -androidx.appcompat.R$drawable: int notification_bg -com.tencent.bugly.crashreport.crash.jni.NativeExceptionHandler: void handleNativeException2(int,int,long,long,java.lang.String,java.lang.String,java.lang.String,java.lang.String,int,java.lang.String,int,int,int,java.lang.String,java.lang.String,java.lang.String[]) -com.jaredrummler.android.colorpicker.R$styleable: int FontFamily_fontProviderFetchStrategy -cyanogenmod.app.ThemeVersion$ComponentVersion: int currentVersion -wangdaye.com.geometricweather.R$color: int material_on_primary_emphasis_high_type -androidx.recyclerview.R$styleable: int GradientColor_android_endColor -com.turingtechnologies.materialscrollbar.R$attr: int listPopupWindowStyle -androidx.drawerlayout.R$color -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: void setStatus(int) -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem -com.google.android.material.R$styleable: int TextInputLayout_counterTextColor -com.google.android.material.textview.MaterialTextView: MaterialTextView(android.content.Context,android.util.AttributeSet,int) -okhttp3.Response$Builder: int code -com.google.android.material.R$styleable: int[] ButtonBarLayout -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Metric: java.lang.String Unit -cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String ICON_PREVIEW_3 -com.google.android.material.R$styleable: int Transform_android_scaleX -cyanogenmod.themes.IThemeChangeListener$Stub -wangdaye.com.geometricweather.R$attr: int popupMenuBackground -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: void setShouldHandleInJava(boolean) -androidx.appcompat.R$dimen: int abc_text_size_menu_header_material -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Tooltip -com.google.android.material.chip.Chip: void setTextEndPadding(float) -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_26 -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleTextColor -com.jaredrummler.android.colorpicker.R$dimen: int fastscroll_minimum_range -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice -com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_track -com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_android_clipToPadding -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.HourlyEntityDao hourlyEntityDao -android.didikee.donate.R$styleable: int AppCompatTheme_colorPrimaryDark -com.google.android.material.R$attr: int expandedTitleMarginTop -com.google.android.material.R$styleable: int[] AnimatedStateListDrawableItem +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$Headline: long EffectiveEpochDate +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: void onTimeoutError(long,java.lang.Throwable) +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property UpdateTime +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_tooltipForegroundColor +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_searchViewStyle +wangdaye.com.geometricweather.common.basic.models.weather.MoonPhase: MoonPhase(java.lang.Integer,java.lang.String) +io.reactivex.Observable: io.reactivex.Observable onErrorReturn(io.reactivex.functions.Function) +androidx.loader.R$id: int tag_unhandled_key_event_manager +com.turingtechnologies.materialscrollbar.CustomIndicator: CustomIndicator(android.content.Context) +com.google.android.material.slider.Slider: void setThumbElevation(float) +com.google.android.material.card.MaterialCardView: void setPreventCornerOverlap(boolean) +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int HAZE +wangdaye.com.geometricweather.R$string: int cpv_custom +com.tencent.bugly.proguard.c: void a(java.lang.String) +com.google.android.material.R$style: int Widget_AppCompat_DrawerArrowToggle +com.jaredrummler.android.colorpicker.R$styleable: int[] MultiSelectListPreference +com.google.android.material.R$styleable: int ShapeAppearance_cornerSize +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_android_imeOptions +wangdaye.com.geometricweather.R$dimen: int mtrl_shape_corner_size_small_component +com.google.android.material.R$attr: int seekBarStyle +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWindDirection +com.google.android.material.R$styleable: int MaterialCheckBox_useMaterialThemeColors +com.tencent.bugly.crashreport.common.info.a: java.lang.String U +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String windSpeedStart +androidx.constraintlayout.widget.R$drawable: int btn_radio_off_mtrl +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_13 +com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_verticalDivider +io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: ObservableReplay$UnboundedReplayBuffer(int) +com.google.android.gms.auth.api.signin.GoogleSignInAccount +androidx.customview.R$color: int secondary_text_default_material_light +com.google.android.material.R$id: int title +com.google.android.material.R$styleable: int ScrimInsetsFrameLayout_insetForeground +wangdaye.com.geometricweather.settings.activities.DailyTrendDisplayManageActivity: DailyTrendDisplayManageActivity() +com.turingtechnologies.materialscrollbar.R$layout: int notification_action_tombstone +retrofit2.HttpServiceMethod: java.lang.Object adapt(retrofit2.Call,java.lang.Object[]) +androidx.hilt.work.R$styleable: int GradientColor_android_tileMode +wangdaye.com.geometricweather.R$drawable: int abc_ic_star_black_16dp +androidx.appcompat.resources.R$styleable: int FontFamilyFont_ttcIndex +com.amap.api.location.AMapLocationClientOption$2: int[] a +com.google.gson.stream.JsonWriter: boolean getSerializeNulls() +com.bumptech.glide.R$drawable: int notify_panel_notification_icon_bg +cyanogenmod.app.ILiveLockScreenManagerProvider: void enqueueLiveLockScreen(java.lang.String,int,cyanogenmod.app.LiveLockScreenInfo,int[],int) +androidx.core.view.GestureDetectorCompat: void setOnDoubleTapListener(android.view.GestureDetector$OnDoubleTapListener) +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBar_contentInsetStartWithNavigation +cyanogenmod.app.ICMTelephonyManager$Stub: ICMTelephonyManager$Stub() +com.google.android.material.R$color: int cardview_shadow_start_color +wangdaye.com.geometricweather.R$attr: int textAppearanceLineHeightEnabled +com.xw.repo.bubbleseekbar.R$id: int search_plate +com.jaredrummler.android.colorpicker.R$drawable: int abc_control_background_material +io.reactivex.internal.queue.SpscArrayQueue: java.util.concurrent.atomic.AtomicLong consumerIndex +com.jaredrummler.android.colorpicker.R$id: int icon +io.reactivex.Observable: io.reactivex.Observable combineLatestDelayError(java.lang.Iterable,io.reactivex.functions.Function,int) +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub: IWeatherServiceProviderChangeListener$Stub() +okhttp3.Cache: int hitCount +okio.Options: okio.Options of(okio.ByteString[]) +wangdaye.com.geometricweather.R$style: int PreferenceThemeOverlay_v14_Material +wangdaye.com.geometricweather.main.MainActivityViewModel$Status: wangdaye.com.geometricweather.main.MainActivityViewModel$Status[] values() +wangdaye.com.geometricweather.R$layout: int expand_button +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionBar_TabView +cyanogenmod.weather.RequestInfo: int access$202(cyanogenmod.weather.RequestInfo,int) +wangdaye.com.geometricweather.R$id: int notification_multi_city_text_1 +cyanogenmod.providers.CMSettings$Global: long getLongForUser(android.content.ContentResolver,java.lang.String,long,int) +wangdaye.com.geometricweather.R$layout: int mtrl_layout_snackbar_include +androidx.preference.R$styleable: int[] AnimatedStateListDrawableCompat +io.reactivex.internal.operators.observable.ObserverResourceWrapper: io.reactivex.Observer downstream +androidx.vectordrawable.animated.R$id: int tag_unhandled_key_listeners +com.google.android.material.R$attr: int maxActionInlineWidth +wangdaye.com.geometricweather.R$id: int container_main_first_daily_card_container +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 +androidx.preference.R$color: int ripple_material_light +com.google.android.material.slider.RangeSlider: void setThumbElevation(float) +com.google.android.gms.common.internal.GetServiceRequest: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Title +androidx.constraintlayout.widget.R$attr: int keyPositionType +okio.ByteString: byte[] toByteArray() +androidx.constraintlayout.widget.R$styleable: int State_constraints +com.tencent.bugly.BuglyStrategy: com.tencent.bugly.BuglyStrategy setCrashHandleCallback(com.tencent.bugly.BuglyStrategy$a) +androidx.constraintlayout.widget.R$dimen: int notification_right_side_padding_top +androidx.appcompat.R$drawable: int abc_btn_check_to_on_mtrl_015 +io.reactivex.internal.operators.flowable.FlowableOnBackpressureError$BackpressureErrorSubscriber: void onComplete() +com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayoutStates_state_collapsible +wangdaye.com.geometricweather.R$id: int action_menu_presenter +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_title_material_toolbar +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeSnowPrecipitation +cyanogenmod.providers.CMSettings$System: java.lang.String NAVBAR_LEFT_IN_LANDSCAPE +com.turingtechnologies.materialscrollbar.R$color: int notification_icon_bg_color +com.jaredrummler.android.colorpicker.R$attr: int switchTextOn +wangdaye.com.geometricweather.R$attr: int arcMode androidx.appcompat.R$attr: int dialogCornerRadius -com.tencent.bugly.proguard.u: byte[] a(byte[]) -okhttp3.internal.platform.Android10Platform: void enableSessionTickets(javax.net.ssl.SSLSocket) -android.didikee.donate.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle -wangdaye.com.geometricweather.R$color: int design_default_color_primary_variant -com.google.android.material.R$styleable: int TextInputLayout_boxStrokeWidth -androidx.appcompat.widget.AppCompatSpinner: android.content.Context getPopupContext() -android.didikee.donate.R$layout -androidx.hilt.work.R$style: int TextAppearance_Compat_Notification_Line2 -io.reactivex.Observable: io.reactivex.Observable retry(long) -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipCornerRadius -androidx.constraintlayout.widget.R$dimen: int abc_text_size_headline_material -com.google.android.material.timepicker.TimePickerView: void addOnRotateListener(com.google.android.material.timepicker.ClockHandView$OnRotateListener) -androidx.constraintlayout.widget.Guideline: void setGuidelineEnd(int) -androidx.drawerlayout.R$id: int text2 -androidx.appcompat.R$dimen: int abc_alert_dialog_button_bar_height -okhttp3.internal.ws.WebSocketProtocol: java.lang.String ACCEPT_MAGIC -com.turingtechnologies.materialscrollbar.R$styleable: int CoordinatorLayout_Layout_layout_anchor -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_icon -com.turingtechnologies.materialscrollbar.R$id: int topPanel -wangdaye.com.geometricweather.R$styleable: int[] SeekBarPreference -io.reactivex.internal.operators.observable.ObservableGroupBy$State: ObservableGroupBy$State(int,io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver,java.lang.Object,boolean) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_46 -wangdaye.com.geometricweather.R$string: int settings_category_widget -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Imperial: double Value -wangdaye.com.geometricweather.R$string: int precipitation_middle -androidx.coordinatorlayout.R$styleable: int GradientColor_android_startY -wangdaye.com.geometricweather.R$string: int key_subtitle_data -wangdaye.com.geometricweather.R$id: int material_clock_period_am_button -com.google.android.material.R$style: int Widget_MaterialComponents_BottomNavigationView -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintGuide_percent -wangdaye.com.geometricweather.R$id: int dialog_running_in_background_container -cyanogenmod.themes.IThemeService: void removeUpdates(cyanogenmod.themes.IThemeChangeListener) -wangdaye.com.geometricweather.R$attr: int overlapAnchor -com.google.android.material.R$styleable: int MaterialButton_android_insetBottom -okhttp3.OkHttpClient: okhttp3.internal.cache.InternalCache internalCache() -james.adaptiveicon.R$styleable: int SearchView_android_imeOptions -wangdaye.com.geometricweather.R$id: int fragment_main -com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_DialogWindowTitle_AppCompat -wangdaye.com.geometricweather.common.basic.models.weather.Daily: long time -com.turingtechnologies.materialscrollbar.R$attr: int ratingBarStyleIndicator -com.google.android.material.R$dimen: int mtrl_textinput_start_icon_margin_end -wangdaye.com.geometricweather.R$styleable: int CardView_android_minHeight -okhttp3.Cookie: java.lang.String name -com.turingtechnologies.materialscrollbar.R$attr: int chipSpacingVertical -retrofit2.adapter.rxjava2.Result: retrofit2.Response response -cyanogenmod.profiles.LockSettings: int getValue() -wangdaye.com.geometricweather.R$styleable: int ActionBar_height -com.jaredrummler.android.colorpicker.R$color: int switch_thumb_material_dark -com.turingtechnologies.materialscrollbar.R$dimen: int notification_main_column_padding_top -com.google.android.material.R$styleable: int AppBarLayout_android_touchscreenBlocksFocus -androidx.constraintlayout.widget.R$attr: int layout_constraintGuide_end -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property City -io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,int,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -androidx.work.R$styleable: int FontFamilyFont_ttcIndex -wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.AlertEntity) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_min -wangdaye.com.geometricweather.db.entities.DaoMaster: int SCHEMA_VERSION -james.adaptiveicon.R$dimen: int abc_dialog_padding_top_material -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Small_Inverse -wangdaye.com.geometricweather.R$drawable: int weather_wind_mini_xml -androidx.preference.R$attr: int switchTextOn -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_rotationY -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts -androidx.hilt.lifecycle.R$id: int action_text -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_strokeWidth -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_horizontalGap -androidx.preference.R$styleable: int PreferenceImageView_android_maxHeight -androidx.preference.R$styleable: int TextAppearance_android_textStyle -androidx.preference.R$styleable: int AppCompatTheme_checkedTextViewStyle -wangdaye.com.geometricweather.R$string: int feedback_check_location_permission -wangdaye.com.geometricweather.R$styleable: int ActionMode_titleTextStyle -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_MaterialComponents_FloatingActionButton -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Toolbar_Primary -com.google.android.material.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity -androidx.preference.R$styleable: int Preference_enableCopying -retrofit2.RequestFactory$Builder: retrofit2.Retrofit retrofit -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Button -com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_listItemLayout -com.google.android.material.R$style: int ShapeAppearance_MaterialComponents_LargeComponent -wangdaye.com.geometricweather.R$layout: int material_radial_view_group -wangdaye.com.geometricweather.R$color: int abc_secondary_text_material_dark -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: com.google.android.material.animation.MotionSpec getShowMotionSpec() -wangdaye.com.geometricweather.R$attr: int triggerReceiver -com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_NavigationView -com.xw.repo.bubbleseekbar.R$attr: int actionBarTabBarStyle -androidx.constraintlayout.widget.R$styleable: int MenuGroup_android_id -androidx.appcompat.widget.SwitchCompat: android.graphics.PorterDuff$Mode getThumbTintMode() -io.reactivex.Observable: io.reactivex.Observable flatMapMaybe(io.reactivex.functions.Function,boolean) -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_icon -okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.platform.OptionalMethod setHostname -androidx.constraintlayout.widget.R$drawable: int abc_ic_star_half_black_36dp -cyanogenmod.app.ProfileGroup: java.util.UUID mUuid -com.google.android.material.R$dimen: int mtrl_calendar_title_baseline_to_top -androidx.preference.R$attr: int drawableLeftCompat -wangdaye.com.geometricweather.R$attr: int displayOptions -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionMenuTextColor -androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_android_fontWeight -com.google.android.material.R$drawable: int btn_radio_off_to_on_mtrl_animation -wangdaye.com.geometricweather.db.entities.DailyEntity: float hoursOfSun -cyanogenmod.providers.CMSettings$Secure: java.lang.String RECENTS_LONG_PRESS_ACTIVITY -androidx.swiperefreshlayout.R$id -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Integer relativeHumidity -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarSplitStyle -com.turingtechnologies.materialscrollbar.R$attr: int msb_recyclerView -com.google.android.material.R$attr: int layout_goneMarginLeft -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_disabled_z -com.google.android.material.R$styleable: int Constraint_flow_maxElementsWrap -wangdaye.com.geometricweather.settings.dialogs.TimeSetterDialog -com.bumptech.glide.R$attr: int font -okhttp3.Route: java.net.InetSocketAddress socketAddress() -wangdaye.com.geometricweather.R$styleable: int Constraint_visibilityMode -com.google.android.material.R$styleable: int FloatingActionButton_maxImageSize -okhttp3.Headers$Builder -james.adaptiveicon.R$styleable: int AppCompatTheme_colorPrimary -androidx.coordinatorlayout.R$id: int blocking -okhttp3.Cache$CacheResponseBody: okio.BufferedSource source() -wangdaye.com.geometricweather.R$attr: int closeIconEnabled -com.google.android.material.R$styleable: int[] OnClick -com.google.android.material.R$attr: int materialCalendarFullscreenTheme -androidx.appcompat.R$style: int Platform_AppCompat -com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_thickness -wangdaye.com.geometricweather.R$attr: int paddingLeftSystemWindowInsets -com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth -cyanogenmod.app.Profile: void setNotificationLightMode(int) -androidx.work.Worker -com.google.android.material.R$attr: int layout_constraintCircle -com.tencent.bugly.crashreport.crash.c: void h() -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setLiveLockScreen(java.lang.String) -okhttp3.internal.cache.DiskLruCache$Editor: void abortUnlessCommitted() -james.adaptiveicon.R$attr: int multiChoiceItemLayout -com.turingtechnologies.materialscrollbar.R$styleable: int Chip_shapeAppearance -com.turingtechnologies.materialscrollbar.R$style: int Platform_V25_AppCompat_Light -androidx.lifecycle.extensions.R$id: int title -androidx.appcompat.R$styleable: int AppCompatTextView_android_textAppearance -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_editTextBackground -com.jaredrummler.android.colorpicker.R$layout: int select_dialog_multichoice_material -james.adaptiveicon.R$attr: int actionDropDownStyle -androidx.appcompat.R$attr: int backgroundTintMode -com.google.android.material.R$style: int Base_V7_Theme_AppCompat_Dialog -cyanogenmod.providers.CMSettings$Secure: long getLong(android.content.ContentResolver,java.lang.String,long) -android.didikee.donate.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse -io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) -androidx.viewpager.widget.PagerTabStrip: void setBackgroundDrawable(android.graphics.drawable.Drawable) -james.adaptiveicon.R$attr: int selectableItemBackgroundBorderless -com.google.android.material.R$style: int Widget_MaterialComponents_CollapsingToolbar -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index: java.lang.String color -androidx.cardview.R$attr: int contentPaddingRight -retrofit2.RequestFactory: boolean hasBody -okhttp3.internal.http.StatusLine: int code -james.adaptiveicon.R$id: int split_action_bar -androidx.preference.R$style: int Preference_SwitchPreferenceCompat_Material -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle -wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: java.lang.String getNotificationTextColorName(android.content.Context) -james.adaptiveicon.R$drawable: int abc_textfield_search_default_mtrl_alpha -androidx.activity.R$id: int right_side -okhttp3.HttpUrl$Builder: boolean isDotDot(java.lang.String) -com.google.android.material.textfield.TextInputLayout: void setEndIconOnClickListener(android.view.View$OnClickListener) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader -okio.AsyncTimeout$2 -com.google.android.material.R$attr: int menu -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void clear(io.reactivex.internal.queue.SpscLinkedArrayQueue) -com.google.android.material.R$style: int Widget_AppCompat_ListView_Menu -wangdaye.com.geometricweather.R$drawable: int abc_ic_clear_material -android.didikee.donate.R$style: int Widget_AppCompat_ListView_Menu -james.adaptiveicon.R$color: int abc_hint_foreground_material_light -cyanogenmod.externalviews.KeyguardExternalView$10 -okhttp3.internal.Util: java.lang.String[] intersect(java.util.Comparator,java.lang.String[],java.lang.String[]) -com.tencent.bugly.proguard.c: void a(byte[]) -com.xw.repo.bubbleseekbar.R$drawable: int notification_action_background -com.google.android.material.R$styleable: int MaterialCalendarItem_android_insetBottom -com.tencent.bugly.crashreport.crash.b: void d(com.tencent.bugly.crashreport.crash.CrashDetailBean) -com.google.android.material.slider.BaseSlider: BaseSlider(android.content.Context) -com.turingtechnologies.materialscrollbar.R$styleable: int TouchScrollBar_msb_hideDelayInMilliseconds -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_section_text_position -wangdaye.com.geometricweather.R$styleable: int CardView_cardMaxElevation -wangdaye.com.geometricweather.R$anim: int btn_checkbox_to_checked_box_outer_merged_animation -com.google.android.material.R$attr: int tickMarkTint -androidx.constraintlayout.widget.R$attr: int flow_lastVerticalStyle -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ListMenuView -wangdaye.com.geometricweather.R$id: int notification_big_icon_4 -androidx.appcompat.R$style: int Base_Widget_AppCompat_ProgressBar -androidx.constraintlayout.widget.R$style: int Base_Animation_AppCompat_Dialog -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getSo2() -android.didikee.donate.R$id: int scrollView -io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver -cyanogenmod.app.CustomTile$ExpandedItem$1: CustomTile$ExpandedItem$1() -android.didikee.donate.R$id: int right_icon -androidx.appcompat.R$styleable: int Toolbar_titleMarginEnd -androidx.vectordrawable.animated.R$color: R$color() -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title -androidx.appcompat.R$attr: int windowActionModeOverlay -androidx.appcompat.resources.R$attr: int fontProviderCerts -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: java.lang.String to -okhttp3.Response: okhttp3.Response cacheResponse -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setProvince(java.lang.String) -wangdaye.com.geometricweather.R$mipmap: int ic_launcher_round -james.adaptiveicon.R$color: int abc_tint_edittext -androidx.preference.R$styleable: int ActionMenuItemView_android_minWidth -okhttp3.internal.connection.ConnectionSpecSelector -android.didikee.donate.R$styleable: int ActivityChooserView_initialActivityCount -cyanogenmod.themes.ThemeManager: boolean processThemeResources(java.lang.String) -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_backgroundStacked -com.xw.repo.bubbleseekbar.R$drawable: int abc_item_background_holo_light -cyanogenmod.app.IProfileManager$Stub$Proxy: cyanogenmod.app.Profile[] getProfiles() -wangdaye.com.geometricweather.R$anim: int mtrl_bottom_sheet_slide_out -com.google.android.material.chip.Chip: android.content.res.ColorStateList getCloseIconTint() -com.amap.api.location.AMapLocation: java.lang.String w -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Maximum$Metric: java.lang.String Unit -okhttp3.Cookie: boolean equals(java.lang.Object) -com.google.android.material.R$attr: int toolbarStyle -cyanogenmod.profiles.AirplaneModeSettings: boolean isOverride() -androidx.constraintlayout.widget.R$id: int notification_main_column_container -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_hintEnabled -com.turingtechnologies.materialscrollbar.R$id: int search_plate -james.adaptiveicon.R$string: int search_menu_title -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_FloatingActionButton -com.jaredrummler.android.colorpicker.R$styleable: int[] SwitchPreferenceCompat -androidx.appcompat.R$styleable: int MenuGroup_android_menuCategory -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float icePrecipitation -com.tencent.bugly.proguard.n: java.util.Map e -com.google.android.material.R$style: int TextAppearance_AppCompat_SearchResult_Title -com.google.android.material.R$color: int material_slider_thumb_color -com.google.android.material.chip.Chip: void setChipIconEnabled(boolean) -cyanogenmod.app.BaseLiveLockManagerService: void enqueueLiveLockScreen(java.lang.String,int,cyanogenmod.app.LiveLockScreenInfo,int[],int) -androidx.constraintlayout.widget.R$color: int switch_thumb_disabled_material_light -androidx.preference.R$drawable: int abc_spinner_mtrl_am_alpha -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Direction: AccuDailyResult$DailyForecasts$Night$Wind$Direction() -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_progressBarPadding -com.google.android.material.R$styleable: int Toolbar_logoDescription -wangdaye.com.geometricweather.R$attr: int textAppearanceOverline -com.google.android.material.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_0 -okhttp3.CacheControl: boolean mustRevalidate() -com.google.android.material.R$id: int info -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_12 -com.google.android.material.R$style: int Widget_AppCompat_Light_ActionBar -androidx.recyclerview.R$id: int notification_background -androidx.appcompat.R$style: int Widget_AppCompat_ActionBar -com.google.android.material.R$drawable: int navigation_empty_icon -okio.BufferedSource: short readShortLe() -com.google.android.material.bottomnavigation.BottomNavigationMenuView: int getItemTextAppearanceActive() -androidx.appcompat.widget.SearchView: int getMaxWidth() -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: void onComplete() -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float snow12h -wangdaye.com.geometricweather.R$drawable: int notif_temp_51 -com.turingtechnologies.materialscrollbar.R$dimen: int notification_right_icon_size -com.google.android.material.R$dimen: int abc_disabled_alpha_material_dark -com.google.android.material.R$style: int Theme_AppCompat_DayNight_Dialog -wangdaye.com.geometricweather.R$id: int activity_widget_config_alignEndSwitch -com.google.android.material.R$attr: int minTouchTargetSize +androidx.hilt.R$styleable: int FontFamily_fontProviderPackage +io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: void onComplete() +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintVertical_chainStyle +androidx.appcompat.widget.ViewStubCompat: void setLayoutInflater(android.view.LayoutInflater) +wangdaye.com.geometricweather.R$string: int action_search +androidx.customview.R$styleable: int FontFamily_fontProviderCerts +wangdaye.com.geometricweather.R$attr: int useMaterialThemeColors +com.google.android.material.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_w +okhttp3.internal.cache.CacheInterceptor$1: okio.BufferedSource val$source +android.didikee.donate.R$drawable: int abc_textfield_search_material +com.google.android.material.chip.Chip: void setChipEndPaddingResource(int) +okio.Segment: void writeTo(okio.Segment,int) +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode[] values() +androidx.lifecycle.extensions.R$color: R$color() +androidx.constraintlayout.widget.R$attr: int autoSizeMaxTextSize +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: cyanogenmod.externalviews.ExternalViewProviderService$Provider this$1 +androidx.lifecycle.ComputableLiveData$1: void onActive() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Speed: AccuDailyResult$DailyForecasts$Day$WindGust$Speed() +androidx.hilt.work.R$id: int title +androidx.appcompat.R$styleable: int MenuItem_android_alphabeticShortcut +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$DailyTemperature: MfForecastResult$DailyForecast$DailyTemperature() +androidx.preference.R$color: int material_blue_grey_800 +wangdaye.com.geometricweather.common.basic.models.weather.UV: java.lang.Integer index +com.google.android.material.R$styleable: int AppCompatTextView_textAllCaps +com.turingtechnologies.materialscrollbar.R$string: int abc_menu_function_shortcut_label +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: int size +androidx.activity.R$id: int accessibility_custom_action_0 +androidx.appcompat.widget.MenuPopupWindow +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator DIALER_OPENCNAM_AUTH_TOKEN_VALIDATOR +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: boolean done +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabGravity +androidx.constraintlayout.widget.R$attr: int windowMinWidthMajor +androidx.appcompat.R$layout: int abc_list_menu_item_radio +wangdaye.com.geometricweather.R$styleable: int ScrimInsetsFrameLayout_insetForeground +androidx.appcompat.R$styleable: int StateListDrawable_android_visible +okhttp3.CacheControl: boolean isPrivate +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutFallbackObserver: void onComplete() +com.google.android.material.R$attr: int yearSelectedStyle +io.reactivex.Observable: io.reactivex.Observable zip(io.reactivex.ObservableSource,io.reactivex.functions.Function) +androidx.constraintlayout.widget.Barrier: int getMargin() +android.didikee.donate.R$attr: int contentInsetLeft +android.didikee.donate.R$styleable: int[] ActionMenuItemView +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Caption +android.didikee.donate.R$attr: int backgroundTint +com.turingtechnologies.materialscrollbar.R$id: int default_activity_button +okhttp3.internal.http2.Http2Connection$ReaderRunnable$1: void execute() +androidx.constraintlayout.widget.R$attr: int flow_maxElementsWrap +io.reactivex.internal.disposables.EmptyDisposable: java.lang.Object poll() +io.reactivex.Observable: io.reactivex.Observable retry() +androidx.vectordrawable.animated.R$id: int accessibility_action_clickable_span +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getSerialNumber +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Fullscreen +androidx.appcompat.R$string: int abc_action_bar_up_description +androidx.constraintlayout.widget.R$dimen: int tooltip_precise_anchor_threshold +com.amap.api.location.AMapLocationClientOption$AMapLocationMode: com.amap.api.location.AMapLocationClientOption$AMapLocationMode Hight_Accuracy +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintTop_toBottomOf +androidx.preference.R$attr: int gapBetweenBars +androidx.appcompat.R$styleable: int SearchView_searchHintIcon +com.amap.api.location.AMapLocationQualityReport: boolean b +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_buttonGravity +wangdaye.com.geometricweather.R$drawable: int weather_wind +wangdaye.com.geometricweather.R$attr: int stackFromEnd +androidx.constraintlayout.widget.R$styleable: int KeyCycle_curveFit +com.google.android.material.R$dimen: int abc_text_size_title_material +androidx.preference.R$style: int Widget_AppCompat_RatingBar_Indicator +io.reactivex.internal.observers.InnerQueuedObserver: void dispose() +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: java.lang.String iconUrl +io.reactivex.Observable: io.reactivex.Observable fromFuture(java.util.concurrent.Future,io.reactivex.Scheduler) io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past24HourRange$Minimum$Imperial: double Value -androidx.fragment.R$styleable: int FontFamilyFont_fontVariationSettings -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: io.reactivex.functions.BiFunction resultSelector -cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status[] $VALUES -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean: java.lang.String getUnit() -wangdaye.com.geometricweather.R$drawable: int notif_temp_48 -com.turingtechnologies.materialscrollbar.R$attr: int searchViewStyle -com.google.android.material.R$attr: int paddingEnd -androidx.hilt.work.R$styleable: R$styleable() -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_requestDismiss_0 -androidx.transition.R$dimen: int notification_subtext_size -com.google.android.material.chip.Chip: void setChipIconSizeResource(int) -com.tencent.bugly.crashreport.crash.b: com.tencent.bugly.proguard.o f -com.tencent.bugly.a: java.lang.String moduleName -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean setDisplayGammaCalibration(int,int[]) -com.google.gson.internal.LinkedTreeMap: com.google.gson.internal.LinkedTreeMap$Node findByEntry(java.util.Map$Entry) -androidx.preference.R$color: int notification_action_color_filter -james.adaptiveicon.R$attr: int font -com.tencent.bugly.a: void onServerStrategyChanged(com.tencent.bugly.crashreport.common.strategy.StrategyBean) -androidx.preference.R$styleable: int[] SwitchCompat -androidx.appcompat.resources.R$drawable: R$drawable() -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: io.reactivex.Observer downstream -androidx.transition.R$layout: int notification_template_icon_group -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Text -cyanogenmod.profiles.StreamSettings: void writeToParcel(android.os.Parcel,int) -androidx.core.R$attr: int fontProviderAuthority -io.reactivex.Observable: io.reactivex.Observable onExceptionResumeNext(io.reactivex.ObservableSource) -com.google.android.material.R$attr: int badgeStyle -com.google.android.material.R$dimen: int abc_action_bar_icon_vertical_padding_material -com.google.android.material.R$styleable: int TabItem_android_layout -okhttp3.internal.cache.CacheStrategy: CacheStrategy(okhttp3.Request,okhttp3.Response) -wangdaye.com.geometricweather.R$id: int beginning -com.google.android.material.R$color: int tooltip_background_light -com.jaredrummler.android.colorpicker.R$styleable: int MultiSelectListPreference_android_entryValues -okhttp3.internal.http2.Http2 -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind: java.lang.Integer direction -io.reactivex.Observable: io.reactivex.Single toList() -com.google.gson.stream.JsonWriter: void push(int) -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: boolean timerFired -okio.RealBufferedSink: okio.BufferedSink writeShort(int) -androidx.appcompat.resources.R$id: int async -com.turingtechnologies.materialscrollbar.R$id: int search_voice_btn -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight_DialogWhenLarge -james.adaptiveicon.R$dimen: int abc_cascading_menus_min_smallest_width -com.google.android.material.R$color: int material_on_background_disabled -wangdaye.com.geometricweather.R$dimen: int mtrl_navigation_item_shape_vertical_margin -wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Object getKey(java.lang.Object) -androidx.recyclerview.R$id: int tag_accessibility_pane_title -com.google.android.material.R$drawable: int abc_btn_radio_material -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_typeface -okhttp3.Cache$1: void trackResponse(okhttp3.internal.cache.CacheStrategy) -wangdaye.com.geometricweather.R$id: int pin -okio.BufferedSink: okio.BufferedSink write(byte[],int,int) -cyanogenmod.externalviews.IExternalViewProvider$Stub -james.adaptiveicon.R$drawable: int abc_ratingbar_material -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void dispose() -com.google.android.material.slider.RangeSlider$RangeSliderState: android.os.Parcelable$Creator CREATOR -cyanogenmod.weather.CMWeatherManager$LookupCityRequestListener -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle -androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_ttcIndex -androidx.work.R$dimen: int notification_big_circle_margin -androidx.work.R$id: int accessibility_custom_action_1 -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_Spinner_DropDown_ActionBar -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummaryBean: int IconCode -wangdaye.com.geometricweather.R$string: int key_clock_font -com.github.rahatarmanahmed.cpv.CircularProgressView$6: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 +android.didikee.donate.R$styleable: int MenuItem_android_onClick +okhttp3.internal.http.RealResponseBody: RealResponseBody(java.lang.String,long,okio.BufferedSource) +com.tencent.bugly.crashreport.crash.anr.TraceFileHelper$a +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Title +androidx.customview.R$layout: R$layout() +androidx.preference.R$style: int Base_TextAppearance_AppCompat +androidx.coordinatorlayout.R$id: int accessibility_custom_action_29 +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_getNotificationGroup +androidx.appcompat.R$color: int secondary_text_default_material_light +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: java.lang.String getUrl() +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_android_checkable +io.reactivex.exceptions.ProtocolViolationException: long serialVersionUID +androidx.customview.R$style: int Widget_Compat_NotificationActionText +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ListView_DropDown +androidx.preference.R$attr: int dialogTitle +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Button_Borderless_Colored +wangdaye.com.geometricweather.common.basic.models.options.DarkMode: wangdaye.com.geometricweather.common.basic.models.options.DarkMode getInstance(java.lang.String) +wangdaye.com.geometricweather.R$string: int on +wangdaye.com.geometricweather.R$attr: int colorError +androidx.fragment.R$dimen: int compat_button_padding_horizontal_material +android.didikee.donate.R$id: int home +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX$NamesBeanX: java.lang.String getZh_TW() +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialCardView_checkedIconMargin +wangdaye.com.geometricweather.R$string: int common_google_play_services_updating_text +wangdaye.com.geometricweather.R$layout: int text_view_with_line_height_from_appearance +com.amap.api.fence.GeoFence: java.util.List g +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog_Icon +android.didikee.donate.R$drawable: int abc_seekbar_tick_mark_material +androidx.hilt.R$attr: int alpha +com.google.android.material.R$styleable: int BottomNavigationView_itemHorizontalTranslationEnabled +com.bumptech.glide.R$styleable: int[] FontFamily +androidx.constraintlayout.utils.widget.ImageFilterButton +com.google.android.material.snackbar.Snackbar$SnackbarLayout: Snackbar$SnackbarLayout(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_75 +androidx.core.R$dimen: int compat_notification_large_icon_max_width +androidx.appcompat.R$dimen: int notification_big_circle_margin +io.reactivex.internal.observers.DeferredScalarDisposable: int TERMINATED +androidx.work.impl.diagnostics.DiagnosticsReceiver: DiagnosticsReceiver() +com.tencent.bugly.proguard.y: boolean a +com.jaredrummler.android.colorpicker.R$attr: int paddingStart +com.jaredrummler.android.colorpicker.R$color: int background_floating_material_light +com.amap.api.location.LocationManagerBase: void enableBackgroundLocation(int,android.app.Notification) +androidx.preference.R$styleable: int AppCompatTheme_alertDialogCenterButtons +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription: org.reactivestreams.Subscriber mSubscriber +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDH_anon_WITH_AES_128_CBC_SHA +androidx.preference.R$layout: int abc_alert_dialog_button_bar_material +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_SearchResult +wangdaye.com.geometricweather.R$id: int action_divider +com.turingtechnologies.materialscrollbar.R$color: int mtrl_tabs_colored_ripple_color +com.amap.api.location.AMapLocation: java.lang.String c(com.amap.api.location.AMapLocation,java.lang.String) +com.amap.api.location.CoordinateConverter: com.amap.api.location.CoordinateConverter coord(com.amap.api.location.DPoint) +cyanogenmod.app.ProfileManager: java.lang.String EXTRA_PROFILE_SHOW_NONE +com.turingtechnologies.materialscrollbar.R$attr: int homeLayout +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void addLast(io.reactivex.internal.operators.observable.ObservableReplay$Node) +com.google.android.material.chip.Chip: android.content.res.ColorStateList getRippleColor() +cyanogenmod.hardware.CMHardwareManager: int getDisplayGammaCalibrationMin() +androidx.preference.R$attr: int closeItemLayout +androidx.fragment.R$anim: int fragment_close_enter +wangdaye.com.geometricweather.R$attr: int motionInterpolator +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String getTreeDescription() +james.adaptiveicon.R$color: int bright_foreground_disabled_material_light +cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy: android.os.IBinder mRemote +androidx.constraintlayout.widget.R$color: int bright_foreground_inverse_material_dark +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_SeekBar_Discrete +androidx.vectordrawable.R$layout: int notification_action_tombstone +com.amap.api.fence.PoiItem: void writeToParcel(android.os.Parcel,int) +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void drain() +android.didikee.donate.R$drawable: int abc_scrubber_track_mtrl_alpha +com.google.android.material.circularreveal.CircularRevealLinearLayout: void setRevealInfo(com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo) +com.google.android.material.R$color: int material_on_surface_emphasis_high_type +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub: java.lang.String DESCRIPTOR +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_21 +wangdaye.com.geometricweather.R$styleable: int[] Snackbar +androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_thumbTextPadding +androidx.constraintlayout.widget.R$styleable: int Constraint_android_layout_marginLeft +okhttp3.WebSocketListener +com.google.android.material.R$styleable: int ForegroundLinearLayout_foregroundInsidePadding +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: io.reactivex.internal.queue.MpscLinkedQueue queue +com.turingtechnologies.materialscrollbar.R$attr: int textEndPadding +com.google.android.material.progressindicator.ProgressIndicator: void setIndicatorColors(int[]) +cyanogenmod.app.ThemeVersion$ThemeVersionImpl2$1 +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: com.tencent.bugly.crashreport.crash.jni.NativeExceptionHandler c(com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setUvIndex(java.lang.Integer) +io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: void clear() androidx.appcompat.R$styleable: int StateListDrawable_android_variablePadding -io.reactivex.internal.operators.observable.ObservableRange$RangeDisposable: boolean fused -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Light_ActionBar_Solid_Inverse -androidx.constraintlayout.widget.R$styleable: int Layout_layout_goneMarginTop -okio.SegmentedByteString: java.lang.String base64() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean$NamesBean: java.lang.String getZh_TW() -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation: AccuLocationResult$GeoPosition$Elevation() -okio.Options: int[] trie -androidx.appcompat.R$attr: int dividerVertical -com.google.android.material.R$attr: int onPositiveCross -androidx.appcompat.R$attr: int allowStacking -james.adaptiveicon.R$styleable: int AppCompatTheme_windowFixedHeightMinor -androidx.appcompat.resources.R$drawable: int notification_bg_low_normal -com.google.android.material.R$dimen: int mtrl_progress_circular_radius -androidx.constraintlayout.widget.R$attr: int subMenuArrow -cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_getSubInformation_0 -androidx.viewpager.R$styleable: int GradientColorItem_android_color -wangdaye.com.geometricweather.R$style: int subtitle_text -okhttp3.RealCall$AsyncCall: okhttp3.Request request() -androidx.core.R$styleable: int GradientColor_android_gradientRadius -androidx.activity.ComponentActivity$3 -com.jaredrummler.android.colorpicker.R$attr: int radioButtonStyle -androidx.lifecycle.FullLifecycleObserver: void onPause(androidx.lifecycle.LifecycleOwner) -android.didikee.donate.R$styleable: int Toolbar_subtitle -com.turingtechnologies.materialscrollbar.R$styleable: int ActivityChooserView_initialActivityCount -wangdaye.com.geometricweather.R$dimen: int hint_pressed_alpha_material_light -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Chip_Action -com.google.android.material.R$animator -okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RouteSelector$Selection routeSelection -io.reactivex.Observable: io.reactivex.Observable fromFuture(java.util.concurrent.Future) -cyanogenmod.power.PerformanceManager: int getPowerProfile() -android.didikee.donate.R$styleable: int AppCompatTheme_listDividerAlertDialog -androidx.recyclerview.R$drawable: int notification_template_icon_bg -com.tencent.bugly.proguard.p: boolean a(int,java.lang.String,byte[],com.tencent.bugly.proguard.o,boolean) -androidx.constraintlayout.widget.R$styleable: int KeyPosition_percentWidth -androidx.hilt.R$dimen: int notification_action_icon_size -okhttp3.Cache$Entry: Cache$Entry(okhttp3.Response) -retrofit2.Utils: boolean isAnnotationPresent(java.lang.annotation.Annotation[],java.lang.Class) -com.amap.api.fence.PoiItem: void setLongitude(double) -androidx.appcompat.widget.AppCompatCheckBox: AppCompatCheckBox(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$string: int mtrl_picker_range_header_only_end_selected -wangdaye.com.geometricweather.R$styleable: int[] CheckBoxPreference -com.amap.api.location.AMapLocation: int LOCATION_TYPE_AMAP -wangdaye.com.geometricweather.R$styleable: int MaterialCalendar_dayStyle -androidx.appcompat.R$attr: int autoSizeMaxTextSize -okhttp3.internal.http2.ConnectionShutdownException -cyanogenmod.util.ColorUtils -com.bumptech.glide.integration.okhttp.R$drawable: int notification_icon_background -cyanogenmod.providers.DataUsageContract: java.lang.String EXTRA -androidx.lifecycle.ProcessLifecycleOwner$3: void onActivityPaused(android.app.Activity) -okhttp3.internal.ws.WebSocketWriter: void writeMessageFrame(int,long,boolean,boolean) -james.adaptiveicon.R$styleable: int AppCompatTheme_editTextBackground -androidx.drawerlayout.R$styleable: int GradientColorItem_android_color -androidx.coordinatorlayout.R$styleable: int FontFamily_fontProviderCerts -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableTopCompat -com.google.android.material.slider.RangeSlider: void setFocusedThumbIndex(int) -androidx.dynamicanimation.R$style: int TextAppearance_Compat_Notification_Info -com.google.android.material.textfield.TextInputLayout: void setBoxStrokeColor(int) -androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customBoolean -androidx.constraintlayout.widget.R$layout: int notification_template_custom_big -com.bumptech.glide.R$styleable: int[] GradientColor -com.google.android.material.R$styleable: int Transition_motionInterpolator -androidx.preference.R$attr: int imageButtonStyle -com.amap.api.location.AMapLocation -androidx.preference.R$styleable: int GradientColor_android_tileMode -com.google.android.gms.common.util.DynamiteApi -okhttp3.Response$Builder: okhttp3.Response$Builder headers(okhttp3.Headers) -com.tencent.bugly.proguard.an: void a(com.tencent.bugly.proguard.i) -io.reactivex.internal.util.VolatileSizeArrayList: java.util.ListIterator listIterator(int) -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Dialog_Alert_Bridge -wangdaye.com.geometricweather.R$attr: int materialCalendarTheme -com.google.android.material.circularreveal.CircularRevealLinearLayout: void setCircularRevealScrimColor(int) -androidx.dynamicanimation.R$dimen: int notification_small_icon_size_as_large -com.google.android.material.R$styleable: int AppCompatImageView_srcCompat -android.didikee.donate.R$styleable: int AppCompatTheme_colorControlNormal -okhttp3.Address: boolean equalsNonHost(okhttp3.Address) -com.turingtechnologies.materialscrollbar.R$style: int Theme_Design_Light_BottomSheetDialog -okhttp3.Challenge: int hashCode() -com.github.rahatarmanahmed.cpv.CircularProgressView$4: void onAnimationUpdate(android.animation.ValueAnimator) -com.google.android.material.R$anim: int mtrl_bottom_sheet_slide_in -androidx.constraintlayout.widget.R$layout: int abc_alert_dialog_button_bar_material -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_ratingBarStyleIndicator -wangdaye.com.geometricweather.R$attr: int region_heightLessThan -com.turingtechnologies.materialscrollbar.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable -androidx.vectordrawable.R$attr: int fontWeight -com.google.android.material.R$dimen: int mtrl_low_ripple_hovered_alpha -okhttp3.internal.cache.CacheRequest: okio.Sink body() -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeSnowPrecipitation -com.google.android.material.R$styleable: int SnackbarLayout_backgroundTint -androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_drawableEnd -com.google.android.material.datepicker.MaterialCalendar$CalendarSelector: com.google.android.material.datepicker.MaterialCalendar$CalendarSelector DAY -com.jaredrummler.android.colorpicker.R$attr: int autoSizeStepGranularity -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHorizontal_bias -wangdaye.com.geometricweather.R$drawable: int ic_settings -androidx.viewpager2.R$id: int accessibility_custom_action_6 -okhttp3.MediaType -android.didikee.donate.R$style: int ThemeOverlay_AppCompat_Dark_ActionBar -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHorizontal_chainStyle -androidx.appcompat.widget.AppCompatSpinner: void setAdapter(android.widget.Adapter) -com.google.android.material.R$attr: int strokeWidth -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: BaiduIPLocationResult$ContentBean$AddressDetailBean() -com.google.android.material.R$styleable: int TextInputLayout_endIconCheckable -androidx.preference.R$styleable: int PreferenceGroup_android_orderingFromXml -androidx.viewpager2.R$id: int accessibility_custom_action_30 -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_homeAsUpIndicator -com.google.android.material.textfield.TextInputEditText: TextInputEditText(android.content.Context,android.util.AttributeSet) -com.google.android.material.chip.Chip: void setLayoutDirection(int) -io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: io.reactivex.functions.Function mapper -com.google.android.material.R$id: int month_title -cyanogenmod.externalviews.ExternalViewProviderService$Provider -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Past24HourTemperatureDeparture$Imperial: java.lang.String Unit -androidx.appcompat.R$style: int ThemeOverlay_AppCompat_ActionBar -wangdaye.com.geometricweather.R$attr: int itemIconSize -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton$ExtendedFloatingActionButtonBehavior: ExtendedFloatingActionButton$ExtendedFloatingActionButtonBehavior() -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintGuide_begin -androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableTransition_android_reversible -james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light_DarkActionBar -androidx.coordinatorlayout.R$id: int tag_accessibility_actions -retrofit2.BuiltInConverters$StreamingResponseBodyConverter: BuiltInConverters$StreamingResponseBodyConverter() -wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_shrinkMotionSpec -cyanogenmod.externalviews.ExternalViewProviderService$Provider: int getWindowFlags() -androidx.appcompat.R$attr: int singleChoiceItemLayout -com.google.android.material.R$styleable: int Layout_layout_constraintBottom_creator -cyanogenmod.weather.CMWeatherManager$2$2: cyanogenmod.weather.CMWeatherManager$LookupCityRequestListener val$listener -cyanogenmod.externalviews.KeyguardExternalView$7: KeyguardExternalView$7(cyanogenmod.externalviews.KeyguardExternalView) -androidx.appcompat.R$layout: int notification_action -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Direction -wangdaye.com.geometricweather.R$attr: int cornerSizeTopRight -com.tencent.bugly.BuglyStrategy: java.lang.String getAppChannel() -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.lang.Integer LEFT_VALUE -james.adaptiveicon.R$attr: R$attr() -james.adaptiveicon.R$styleable: int MenuItem_android_visible -com.google.android.material.R$style: int Widget_AppCompat_SeekBar -wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceCategoryTitleTextAppearance -com.xw.repo.bubbleseekbar.R$color: int primary_text_disabled_material_light -androidx.preference.R$attr: int enabled +okhttp3.internal.tls.OkHostnameVerifier: int ALT_IPA_NAME +androidx.constraintlayout.widget.R$attr: int switchPadding +androidx.core.R$attr: int alpha +com.google.android.material.R$styleable: int FloatingActionButton_maxImageSize +cyanogenmod.app.CustomTile: java.lang.String getResourcesPackageName() +okhttp3.Address: javax.net.ssl.SSLSocketFactory sslSocketFactory +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$1: void run() +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver +wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: double lon +com.jaredrummler.android.colorpicker.R$color: int secondary_text_default_material_dark +com.xw.repo.bubbleseekbar.R$dimen: int hint_pressed_alpha_material_dark +retrofit2.CompletableFutureCallAdapterFactory$CallCancelCompletableFuture +com.google.android.material.R$dimen: int highlight_alpha_material_light +retrofit2.Utils$WildcardTypeImpl: java.lang.reflect.Type upperBound +wangdaye.com.geometricweather.R$styleable: int SearchView_android_maxWidth +androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_android_fontVariationSettings +okio.Buffer: short readShort() +io.reactivex.Observable: io.reactivex.Observable switchOnNext(io.reactivex.ObservableSource) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider +com.tencent.bugly.BuglyStrategy: BuglyStrategy() +com.google.android.material.R$attr: int contentInsetStartWithNavigation +androidx.constraintlayout.widget.R$drawable: int abc_ratingbar_small_material +cyanogenmod.themes.IThemeService: void requestThemeChangeUpdates(cyanogenmod.themes.IThemeChangeListener) +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintWidth_max +okhttp3.internal.http2.Http2Connection$5: boolean val$inFinished +okhttp3.internal.connection.StreamAllocation: java.lang.Object callStackTrace +cyanogenmod.app.Profile$TriggerType: int BLUETOOTH +com.turingtechnologies.materialscrollbar.R$attr: int lineSpacing +androidx.preference.R$styleable: int AppCompatTheme_actionModeStyle +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: void onComplete() +androidx.preference.R$id: int decor_content_parent +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult: long updatedOn +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Display1 +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: io.reactivex.internal.fuseable.SimplePlainQueue queue +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse +wangdaye.com.geometricweather.R$dimen: int material_clock_display_padding +wangdaye.com.geometricweather.R$style: int notification_title_text +androidx.appcompat.R$styleable: int ActionMode_backgroundSplit +androidx.constraintlayout.widget.R$id: int up +com.turingtechnologies.materialscrollbar.R$color: int tooltip_background_dark +androidx.preference.R$styleable: int TextAppearance_fontVariationSettings +okio.AsyncTimeout$2: okio.Timeout timeout() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: java.util.List value +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.HourlyEntity) +androidx.preference.R$styleable: int PreferenceTheme_switchPreferenceCompatStyle +android.didikee.donate.R$color: int abc_tint_btn_checkable +android.didikee.donate.R$attr: int actionButtonStyle +com.turingtechnologies.materialscrollbar.R$color: int abc_btn_colored_text_material +androidx.appcompat.widget.Toolbar: Toolbar(android.content.Context) +cyanogenmod.providers.CMSettings$System: float getFloatForUser(android.content.ContentResolver,java.lang.String,int) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Imperial: java.lang.String Unit +com.google.android.material.slider.BaseSlider: void setActiveThumbIndex(int) +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionBar_TabText +cyanogenmod.hardware.CMHardwareManager: int VIBRATOR_MIN_INDEX +androidx.preference.R$style: int TextAppearance_AppCompat +androidx.hilt.lifecycle.R$drawable: R$drawable() +retrofit2.Retrofit: java.util.List converterFactories() +androidx.preference.R$style: int Base_AlertDialog_AppCompat_Light +androidx.appcompat.resources.R$id: int accessibility_custom_action_9 +cyanogenmod.weatherservice.IWeatherProviderService$Stub: int TRANSACTION_processWeatherUpdateRequest_0 +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ProbabilityForecastV2: java.lang.Integer freezingHazard +com.google.android.material.R$anim: int btn_checkbox_to_unchecked_box_inner_merged_animation +androidx.appcompat.R$styleable: int FontFamilyFont_font +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator$SavedState: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerSizeBottomLeft +okhttp3.internal.http2.Http2Stream$FramingSink: long EMIT_BUFFER_SIZE +com.google.android.material.R$styleable: int TabLayout_tabPaddingTop +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: ObservableMergeWithSingle$MergeWithObserver(io.reactivex.Observer) +com.xw.repo.bubbleseekbar.R$id: int radio +com.jaredrummler.android.colorpicker.R$styleable: int SwitchCompat_thumbTintMode +com.google.android.material.R$styleable: int AppCompatTheme_windowFixedHeightMinor +okio.RealBufferedSource: boolean isOpen() +com.google.android.gms.location.LocationRequest: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$id: int edit_query +com.google.android.material.bottomappbar.BottomAppBar$Behavior: BottomAppBar$Behavior() +cyanogenmod.providers.CMSettings$System: java.lang.String CAMERA_SLEEP_ON_RELEASE +io.reactivex.internal.disposables.SequentialDisposable: boolean isDisposed() +com.jaredrummler.android.colorpicker.R$id: int screen +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: java.lang.String insee +wangdaye.com.geometricweather.settings.dialogs.AdaptiveIconDialog: AdaptiveIconDialog() +wangdaye.com.geometricweather.R$string: int settings_title_notification_hide_in_lockScreen +androidx.constraintlayout.widget.R$style: int Theme_AppCompat_DayNight_Dialog_Alert +androidx.preference.R$styleable: int AppCompatTheme_editTextBackground +androidx.constraintlayout.widget.R$attr: int region_heightLessThan +okhttp3.Cache$2: Cache$2(okhttp3.Cache) +androidx.viewpager2.R$drawable: int notification_bg_normal +com.google.android.material.R$style: int Base_Theme_MaterialComponents_DialogWhenLarge +com.google.android.material.R$attr: int checkedIconTint +androidx.recyclerview.R$color: R$color() +com.google.android.material.R$id: int default_activity_button +androidx.coordinatorlayout.R$color: int notification_action_color_filter +wangdaye.com.geometricweather.R$styleable: int Constraint_android_maxWidth +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments: MfWarningsResult$WarningComments() +androidx.constraintlayout.widget.R$styleable: int StateListDrawable_android_visible +com.tencent.bugly.BuglyStrategy: java.lang.String getAppVersion() +androidx.constraintlayout.widget.R$attr: int layout_goneMarginStart +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarPopupTheme +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_fragment +james.adaptiveicon.R$attr: int titleTextStyle +okhttp3.internal.http2.Hpack$Reader: okio.BufferedSource source +androidx.viewpager2.R$string: R$string() +androidx.vectordrawable.R$dimen: int compat_button_inset_horizontal_material +com.tencent.bugly.crashreport.common.info.a: java.lang.String M +com.google.android.material.R$styleable: int TextInputLayout_boxCornerRadiusBottomStart +androidx.viewpager.R$layout: int notification_action_tombstone +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_android_fontStyle +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onKeyguardShowing(boolean) +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: java.util.Queue sources +wangdaye.com.geometricweather.R$styleable: int MaterialCardView_cardForegroundColor +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: CaiYunMainlyResult$ForecastDailyBean$AqiBean() +wangdaye.com.geometricweather.R$string: int character_counter_content_description +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemTextAppearance +androidx.vectordrawable.animated.R$style: int TextAppearance_Compat_Notification +com.google.android.material.R$styleable: int RecyclerView_fastScrollEnabled +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: int requestFusion(int) +com.google.android.material.R$styleable: int Tooltip_android_minWidth +wangdaye.com.geometricweather.settings.fragments.NotificationColorSettingsFragment +androidx.preference.R$attr: int actionModeCopyDrawable +com.google.android.material.R$xml +com.google.android.material.R$styleable: int[] ScrimInsetsFrameLayout +com.google.android.material.R$dimen: int mtrl_slider_track_side_padding +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_31 +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Widget_Switch +androidx.constraintlayout.widget.R$styleable: int AppCompatTextHelper_android_drawableLeft +com.google.android.material.R$dimen: int design_navigation_max_width +io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver +wangdaye.com.geometricweather.R$styleable: int LoadingImageView_circleCrop +androidx.constraintlayout.widget.R$attr: int arrowHeadLength +james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon +com.tencent.bugly.proguard.a: com.tencent.bugly.proguard.i c +wangdaye.com.geometricweather.R$attr: int valueTextColor +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource +com.google.android.material.R$dimen: int design_fab_elevation +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property O3 +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer getApparentTemperature() +android.didikee.donate.R$attr: int colorButtonNormal +com.xw.repo.bubbleseekbar.R$attr: int lastBaselineToBottomHeight +androidx.constraintlayout.widget.ConstraintHelper: void setIds(java.lang.String) +wangdaye.com.geometricweather.R$attr: int dialogPreferredPadding +androidx.fragment.app.BackStackState: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$id: int fill_horizontal +com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol: com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol HTTP +james.adaptiveicon.R$layout: int abc_select_dialog_material +okhttp3.internal.http2.Http2Stream$StreamTimeout +com.bumptech.glide.load.engine.DecodeJob$Stage: com.bumptech.glide.load.engine.DecodeJob$Stage ENCODE +androidx.lifecycle.ViewModelProvider$AndroidViewModelFactory +com.xw.repo.bubbleseekbar.R$attr: int bsb_rtl +androidx.vectordrawable.R$styleable: int GradientColor_android_startY +androidx.constraintlayout.widget.R$anim: int abc_grow_fade_in_from_bottom +com.xw.repo.bubbleseekbar.R$attr: int goIcon +com.google.android.material.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator +wangdaye.com.geometricweather.R$id: int activity_allergen_container +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_Widget_AppCompat_Toolbar_Subtitle +cyanogenmod.profiles.ConnectionSettings: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$dimen: int item_touch_helper_swipe_escape_velocity +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title +wangdaye.com.geometricweather.R$attr: int colorScheme +com.tencent.bugly.proguard.m: java.lang.String f +wangdaye.com.geometricweather.R$dimen: int material_icon_size +io.reactivex.Observable: io.reactivex.Single collectInto(java.lang.Object,io.reactivex.functions.BiConsumer) +android.didikee.donate.R$attr: int buttonTint +androidx.activity.R$color: R$color() +androidx.appcompat.resources.R$styleable: int ColorStateListItem_android_color +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onScreenTurnedOn() +cyanogenmod.app.ThemeVersion$ComponentVersion: ThemeVersion$ComponentVersion(int,cyanogenmod.app.ThemeComponent,java.lang.String,int,int) +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void innerSuccess(io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver,java.lang.Object) +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_startIconContentDescription +androidx.swiperefreshlayout.R$integer: int status_bar_notification_info_maxnum +androidx.constraintlayout.widget.R$attr: int displayOptions +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ActionBar_Primary +com.turingtechnologies.materialscrollbar.R$attr: int dropdownListPreferredItemHeight +com.google.android.gms.base.R$string: int common_open_on_phone +androidx.hilt.R$id: int accessibility_custom_action_24 +androidx.hilt.work.R$id: int italic +androidx.preference.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge +androidx.preference.R$dimen: int abc_cascading_menus_min_smallest_width +androidx.work.impl.background.systemalarm.RescheduleReceiver +wangdaye.com.geometricweather.R$styleable: int ForegroundLinearLayout_foregroundInsidePadding +androidx.core.content.FileProvider +james.adaptiveicon.R$style: int Animation_AppCompat_Tooltip +com.google.android.material.R$color: int highlighted_text_material_dark +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse +com.turingtechnologies.materialscrollbar.R$dimen: int compat_button_inset_vertical_material +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_pivotX +com.google.android.material.R$layout: int mtrl_layout_snackbar +com.turingtechnologies.materialscrollbar.R$id: int action_bar_root +wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_shapeAppearance +wangdaye.com.geometricweather.R$styleable: int Chip_hideMotionSpec +com.xw.repo.bubbleseekbar.R$color: int material_deep_teal_500 +androidx.swiperefreshlayout.R$id: int chronometer +com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String V +cyanogenmod.app.CMContextConstants: CMContextConstants() +com.tencent.bugly.crashreport.crash.b: void a(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,com.tencent.bugly.crashreport.crash.CrashDetailBean) +com.jaredrummler.android.colorpicker.R$color: int background_floating_material_dark +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_collapseIcon +androidx.preference.R$styleable: int GradientColor_android_centerY +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WindDegree +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoonRiseDate +com.xw.repo.bubbleseekbar.R$drawable: R$drawable() +androidx.constraintlayout.widget.R$color: int primary_dark_material_light +androidx.preference.R$style: int Base_DialogWindowTitle_AppCompat +androidx.appcompat.R$layout: int notification_action_tombstone +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_ensureMinTouchTargetSize +android.didikee.donate.R$id: int line3 +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemHorizontalPadding +com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_multiChoiceItemLayout +wangdaye.com.geometricweather.R$dimen: int mtrl_badge_horizontal_edge_offset +wangdaye.com.geometricweather.R$styleable: int StateListDrawable_android_variablePadding +cyanogenmod.weather.CMWeatherManager$2$2 +androidx.preference.R$styleable: int DialogPreference_android_dialogLayout +com.google.android.material.R$attr: int ttcIndex +wangdaye.com.geometricweather.common.ui.widgets.SquareFrameLayout: SquareFrameLayout(android.content.Context,android.util.AttributeSet,int) +okhttp3.internal.cache.CacheInterceptor$1: boolean cacheRequestClosed +com.jaredrummler.android.colorpicker.R$anim: int abc_slide_in_top +wangdaye.com.geometricweather.R$styleable: int DialogPreference_android_negativeButtonText +androidx.constraintlayout.widget.R$attr: int layout_constraintRight_creator +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: void updateDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) +okhttp3.internal.http2.Http2Connection$PingRunnable: int payload2 +com.google.android.material.R$styleable: int KeyAttribute_android_transformPivotX +com.google.android.material.R$style: int Widget_AppCompat_SearchView_ActionBar +com.jaredrummler.android.colorpicker.R$style: int Base_V26_Theme_AppCompat +androidx.appcompat.R$anim: int btn_checkbox_to_checked_icon_null_animation +cyanogenmod.weather.WeatherLocation$Builder: java.lang.String mCountry +android.didikee.donate.R$styleable: int MenuGroup_android_visible +com.xw.repo.bubbleseekbar.R$color: int highlighted_text_material_light +wangdaye.com.geometricweather.R$drawable: int notif_temp_54 +androidx.viewpager.widget.ViewPager +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$2: void run() +androidx.appcompat.R$dimen: int abc_text_size_menu_material +androidx.appcompat.R$attr: int itemPadding +wangdaye.com.geometricweather.R$attr: int shapeAppearanceSmallComponent +wangdaye.com.geometricweather.R$drawable: int weather_hail_mini_grey +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Toolbar +android.didikee.donate.R$styleable: int AlertDialog_multiChoiceItemLayout +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_als +com.google.android.material.R$dimen: int abc_dropdownitem_icon_width +androidx.work.NetworkType: androidx.work.NetworkType UNMETERED +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: ExternalViewProviderService$Provider$ProviderImpl$7(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl,int,int,int,int,boolean,android.graphics.Rect) +androidx.lifecycle.LiveData: int START_VERSION +com.google.android.material.textfield.MaterialAutoCompleteTextView: java.lang.CharSequence getHint() +androidx.constraintlayout.widget.R$attr: int flow_verticalAlign +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean isEmpty() +androidx.viewpager2.R$dimen: int notification_top_pad_large_text +com.tencent.bugly.proguard.ar: java.util.Map e +com.turingtechnologies.materialscrollbar.R$id: int textSpacerNoButtons +wangdaye.com.geometricweather.R$dimen: int standard_weather_icon_size +com.google.android.material.R$attr: int fontProviderPackage +wangdaye.com.geometricweather.R$styleable: int EditTextPreference_useSimpleSummaryProvider +com.google.android.material.R$string: int mtrl_picker_range_header_selected +com.tencent.bugly.crashreport.crash.anr.b: long b +com.tencent.bugly.crashreport.biz.b: int i() +wangdaye.com.geometricweather.R$color: int colorTextGrey2nd +com.google.android.material.R$styleable: int AppCompatTheme_actionBarStyle +wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: java.lang.String getDistanceText(android.content.Context,float) +com.google.android.material.bottomappbar.BottomAppBar: float getCradleVerticalOffset() +wangdaye.com.geometricweather.R$color: int darkPrimary_4 +androidx.appcompat.R$styleable: int Toolbar_titleMarginBottom +androidx.hilt.work.R$id: int chronometer +com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_anim_swoop_duration +com.google.android.material.R$dimen: int mtrl_calendar_header_content_padding +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Spinner +com.google.android.material.R$dimen: int design_navigation_item_icon_padding +okhttp3.internal.http2.Header: okio.ByteString PSEUDO_PREFIX +androidx.constraintlayout.widget.R$styleable: int Spinner_android_dropDownWidth +okhttp3.OkHttpClient: java.net.ProxySelector proxySelector +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: io.reactivex.internal.queue.SpscLinkedArrayQueue queue +com.turingtechnologies.materialscrollbar.R$attr: int menu +androidx.preference.R$styleable: int MenuItem_android_onClick +wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_peekHeight +com.bumptech.glide.integration.okhttp.R$id: int end +com.tencent.bugly.crashreport.CrashReport: void setUserId(java.lang.String) +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedNoLast: void run() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: java.lang.String to +androidx.appcompat.R$attr: int alphabeticModifiers +androidx.vectordrawable.animated.R$dimen: int notification_large_icon_height +androidx.drawerlayout.R$layout: int notification_action +wangdaye.com.geometricweather.R$layout: int widget_day_symmetry +wangdaye.com.geometricweather.R$styleable: int State_constraints +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_3 +io.reactivex.internal.operators.observable.ObservableReplay$UnboundedReplayBuffer: void complete() +wangdaye.com.geometricweather.R$styleable: int MaterialToolbar_navigationIconColor +androidx.viewpager2.R$drawable: int notification_action_background +com.jaredrummler.android.colorpicker.R$attr: int background +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_AES_256_CBC_SHA +androidx.constraintlayout.widget.R$id: int content +androidx.appcompat.R$styleable: int View_theme +androidx.hilt.lifecycle.R$styleable: int ColorStateListItem_android_alpha +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_paddingEnd +cyanogenmod.providers.DataUsageContract: int COLUMN_OF_EXTRA +okio.Buffer: long size() +wangdaye.com.geometricweather.R$id: int tag_icon_day +com.google.android.material.R$animator: int design_fab_hide_motion_spec +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange +com.google.android.material.textfield.TextInputLayout: void setBoxBackgroundColorStateList(android.content.res.ColorStateList) +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainEmitLast: ObservableSampleWithObservable$SampleMainEmitLast(io.reactivex.Observer,io.reactivex.ObservableSource) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_drawableTintMode +wangdaye.com.geometricweather.R$attr: int behavior_halfExpandedRatio +cyanogenmod.app.ICMTelephonyManager$Stub$Proxy: boolean isDataConnectionEnabled() +wangdaye.com.geometricweather.R$string: int mtrl_picker_confirm +com.google.android.material.R$styleable: int MaterialButton_elevation +okhttp3.internal.http.RealInterceptorChain: RealInterceptorChain(java.util.List,okhttp3.internal.connection.StreamAllocation,okhttp3.internal.http.HttpCodec,okhttp3.internal.connection.RealConnection,int,okhttp3.Request,okhttp3.Call,okhttp3.EventListener,int,int,int) +wangdaye.com.geometricweather.R$layout +okhttp3.Headers: okhttp3.Headers$Builder newBuilder() +wangdaye.com.geometricweather.R$attr: int actionBarPopupTheme +okio.Buffer: long readLongLe() +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.Temperature getTemperature() +wangdaye.com.geometricweather.R$styleable: int PreferenceFragmentCompat_android_divider +androidx.constraintlayout.widget.R$drawable: int btn_checkbox_unchecked_mtrl +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.lang.Integer LEFT_CLOSE +com.jaredrummler.android.colorpicker.R$string: int abc_search_hint +androidx.recyclerview.widget.RecyclerView: void setOnScrollListener(androidx.recyclerview.widget.RecyclerView$OnScrollListener) +com.google.android.material.R$style: int ShapeAppearanceOverlay_MaterialComponents_ExtendedFloatingActionButton +androidx.core.app.ComponentActivity +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_icon_padding +retrofit2.SkipCallbackExecutorImpl: int hashCode() +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_2_black +androidx.viewpager2.R$dimen: int compat_control_corner_material +com.amap.api.location.AMapLocationClientOption: boolean k +com.jaredrummler.android.colorpicker.R$attr: int lastBaselineToBottomHeight +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Title_Inverse +androidx.preference.R$color: int notification_action_color_filter +androidx.hilt.R$styleable: int FragmentContainerView_android_name +cyanogenmod.externalviews.KeyguardExternalView$3: void run() +cyanogenmod.app.Profile$TriggerState: int ON_DISCONNECT +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver this$0 +com.turingtechnologies.materialscrollbar.R$color: int material_grey_300 +androidx.appcompat.R$layout: int abc_action_bar_title_item +okhttp3.CacheControl$Builder: int minFreshSeconds +com.tencent.bugly.crashreport.crash.b: com.tencent.bugly.crashreport.crash.CrashDetailBean a(android.database.Cursor) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_colorControlNormal +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean onCreatePanelMenu(int,android.view.Menu) +wangdaye.com.geometricweather.R$bool: int cpv_default_anim_autostart +com.tencent.bugly.crashreport.crash.CrashDetailBean: long H +androidx.loader.R$attr: int fontStyle +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: DailyTrendItemView(android.content.Context) +wangdaye.com.geometricweather.R$styleable: int MaterialButton_android_background +androidx.transition.R$id: int right_side +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_BottomSheetDialog +wangdaye.com.geometricweather.R$dimen: int design_snackbar_extra_spacing_horizontal +wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource: wangdaye.com.geometricweather.common.basic.models.ChineseCity$CNWeatherSource valueOf(java.lang.String) +android.didikee.donate.R$styleable: int ViewBackgroundHelper_android_background +com.google.android.material.R$attr: int mock_label +androidx.appcompat.widget.AppCompatTextView: int getAutoSizeStepGranularity() +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_DialogWhenLarge +cyanogenmod.hardware.CMHardwareManager: int getDisplayColorCalibrationMin() +androidx.constraintlayout.widget.R$string: int abc_menu_function_shortcut_label +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Button_Colored +com.google.android.material.R$style: int Widget_MaterialComponents_Badge +retrofit2.adapter.rxjava2.CallEnqueueObservable$CallCallback: boolean terminated +com.google.android.material.card.MaterialCardView: void setOnCheckedChangeListener(com.google.android.material.card.MaterialCardView$OnCheckedChangeListener) +retrofit2.Call: void cancel() +james.adaptiveicon.R$id: int search_plate +wangdaye.com.geometricweather.R$animator: int mtrl_btn_unelevated_state_list_anim +wangdaye.com.geometricweather.R$attr: int closeIconStartPadding +okio.Buffer: okio.ByteString hmac(java.lang.String,okio.ByteString) +com.turingtechnologies.materialscrollbar.R$id: int contentPanel +okhttp3.HttpUrl: java.lang.String password() +com.jaredrummler.android.colorpicker.R$id: int uniform +com.google.android.material.textfield.TextInputLayout: void setEndIconTintList(android.content.res.ColorStateList) +com.turingtechnologies.materialscrollbar.R$attr: int msb_barThickness +androidx.preference.R$styleable: int TextAppearance_textLocale +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: int getTemperature() +androidx.constraintlayout.widget.R$attr: int path_percent +com.google.android.material.R$style: int Widget_MaterialComponents_TextInputLayout_FilledBox_ExposedDropdownMenu +com.xw.repo.bubbleseekbar.R$attr: int paddingBottomNoButtons +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_Bridge +android.support.v4.app.INotificationSideChannel: void notify(java.lang.String,int,java.lang.String,android.app.Notification) +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Button_ButtonBar_AlertDialog +wangdaye.com.geometricweather.R$drawable: int material_ic_keyboard_arrow_previous_black_24dp +okhttp3.internal.http.HttpMethod: boolean redirectsToGet(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int MultiSelectListPreference_entries +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: java.lang.String EnglishName +wangdaye.com.geometricweather.db.entities.HistoryEntity: int getDaytimeTemperature() +androidx.preference.R$styleable: int[] ActionMenuView +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.String getAqiText() +com.jaredrummler.android.colorpicker.R$styleable: int Preference_layout +wangdaye.com.geometricweather.R$color: int abc_primary_text_material_dark +cyanogenmod.platform.R$drawable: R$drawable() +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: java.lang.Throwable error +com.google.android.material.R$styleable: int Layout_layout_goneMarginBottom +com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_check_to_on_mtrl_000 +com.google.android.material.R$styleable: int KeyTimeCycle_transitionEasing +wangdaye.com.geometricweather.R$drawable: int notif_temp_65 +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_41 +cyanogenmod.providers.CMSettings$System: int getInt(android.content.ContentResolver,java.lang.String) +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_Button_Borderless_Colored +com.google.android.material.internal.VisibilityAwareImageButton: void setVisibility(int) +com.google.android.material.internal.NavigationMenuItemView: void setIcon(android.graphics.drawable.Drawable) +androidx.appcompat.R$color: int notification_action_color_filter +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$5: KeyguardExternalViewProviderService$Provider$ProviderImpl$5(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl,boolean) +com.amap.api.fence.GeoFence: java.lang.String BUNDLE_KEY_FENCEID +okio.Segment: okio.Segment push(okio.Segment) +androidx.preference.R$style: int Base_Widget_AppCompat_ListView +com.google.android.material.R$color: int accent_material_dark +wangdaye.com.geometricweather.R$attr: int animate_relativeTo +com.bumptech.glide.R$string: int status_bar_notification_info_overflow +cyanogenmod.hardware.ICMHardwareService: boolean setDisplayGammaCalibration(int,int[]) +com.xw.repo.bubbleseekbar.R$attr: int windowActionBar +androidx.lifecycle.extensions.R$id: int accessibility_custom_action_14 +com.google.android.gms.common.SignInButton: SignInButton(android.content.Context) +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: java.lang.Runnable run +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ActionMode +wangdaye.com.geometricweather.R$style: int TextAppearance_MaterialComponents_Subtitle1 +okio.RealBufferedSink: okio.BufferedSink writeString(java.lang.String,java.nio.charset.Charset) +cyanogenmod.power.PerformanceManager: cyanogenmod.power.PerformanceManager sInstance +com.xw.repo.bubbleseekbar.R$color: int error_color_material_light +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_setInteractivity +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: void setDirection(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean) +james.adaptiveicon.R$drawable: int abc_ic_search_api_material +com.jaredrummler.android.colorpicker.R$color: int material_blue_grey_950 +androidx.appcompat.R$attr: int fontWeight +com.google.android.material.R$integer: int mtrl_card_anim_delay_ms +com.google.android.material.R$dimen: int abc_dropdownitem_text_padding_right +okhttp3.Cache: void trackResponse(okhttp3.internal.cache.CacheStrategy) +com.turingtechnologies.materialscrollbar.R$interpolator: int mtrl_fast_out_slow_in +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleMarginTop +io.reactivex.Observable: io.reactivex.Observable concatMapMaybeDelayError(io.reactivex.functions.Function,boolean,int) +androidx.cardview.widget.CardView: boolean getPreventCornerOverlap() +okhttp3.logging.LoggingEventListener: okhttp3.logging.HttpLoggingInterceptor$Logger logger +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String TODAYS_LOW_TEMPERATURE +wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property AlertId +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_1 +com.google.android.material.R$styleable: int AppCompatTheme_windowActionModeOverlay +wangdaye.com.geometricweather.R$id: int item_weather_daily_title_icon +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum$Imperial +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_text_btn_icon_padding +okhttp3.ConnectionPool: java.util.concurrent.Executor executor +io.reactivex.internal.observers.InnerQueuedObserver: io.reactivex.internal.fuseable.SimpleQueue queue +com.turingtechnologies.materialscrollbar.R$drawable: int tooltip_frame_dark +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionModeCloseDrawable +com.jaredrummler.android.colorpicker.R$dimen: int tooltip_y_offset_non_touch +androidx.preference.ListPreference +com.google.android.material.R$styleable: int TextInputLayout_endIconTint +com.google.android.material.slider.BaseSlider: void setValueFrom(float) +androidx.hilt.work.R$styleable: int[] FontFamilyFont +wangdaye.com.geometricweather.R$attr: int materialCalendarHeaderTitle +james.adaptiveicon.R$attr: int ratingBarStyleIndicator +androidx.constraintlayout.motion.widget.MotionLayout: void setProgress(float) +james.adaptiveicon.R$styleable: int[] PopupWindow +androidx.hilt.lifecycle.R$id: int title +androidx.appcompat.R$attr: int divider +com.google.android.material.R$attr: int shapeAppearanceMediumComponent +wangdaye.com.geometricweather.R$attr: int colorPrimarySurface +androidx.swiperefreshlayout.R$integer: R$integer() +com.tencent.bugly.crashreport.biz.b: boolean m +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_DropDownItem_Spinner +androidx.vectordrawable.R$integer +james.adaptiveicon.R$color: int switch_thumb_material_light +okhttp3.Handshake: java.util.List peerCertificates() +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabPaddingBottom +android.didikee.donate.R$drawable: int abc_text_cursor_material +com.google.android.gms.common.data.DataHolder +androidx.constraintlayout.motion.widget.MotionHelper: MotionHelper(android.content.Context,android.util.AttributeSet) +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Button +wangdaye.com.geometricweather.background.receiver.widget.WidgetWeekProvider: WidgetWeekProvider() +androidx.appcompat.R$styleable: int SwitchCompat_switchPadding +wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration +androidx.constraintlayout.widget.R$styleable: int MotionTelltales_telltales_velocityMode +com.google.android.material.R$layout: int test_chip_zero_corner_radius +cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_MOBILEDATA +wangdaye.com.geometricweather.common.ui.widgets.trend.TrendLayoutManager +com.google.android.material.R$styleable: int ConstraintSet_android_transformPivotX +james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text +com.github.rahatarmanahmed.cpv.R$attr: int cpv_animDuration +com.baidu.location.f +james.adaptiveicon.R$color: int abc_search_url_text_pressed +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight_Dialog_MinWidth +androidx.recyclerview.R$attr: int fontProviderQuery +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX$InfoX: java.util.List night +wangdaye.com.geometricweather.R$color: int design_default_color_on_background +androidx.customview.R$dimen: int notification_large_icon_width +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_profileExists +cyanogenmod.app.IProfileManager: boolean profileExists(android.os.ParcelUuid) +okhttp3.internal.publicsuffix.PublicSuffixDatabase: void setListBytes(byte[],byte[]) +wangdaye.com.geometricweather.R$styleable: int[] BottomAppBar +okhttp3.internal.ws.WebSocketWriter: boolean activeWriter +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: boolean done +wangdaye.com.geometricweather.R$attr: int buttonBarStyle +com.google.android.material.R$style: int Widget_AppCompat_Spinner_DropDown_ActionBar +com.google.android.material.R$styleable: int[] TextAppearance +androidx.hilt.work.R$styleable: int FontFamily_fontProviderAuthority +com.amap.api.location.UmidtokenInfo: java.lang.String getUmidtoken() +androidx.appcompat.R$style: int Widget_AppCompat_Light_AutoCompleteTextView +io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: io.reactivex.Observer downstream +io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: void cancel() +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintWidth_default +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_118 +okhttp3.internal.platform.ConscryptPlatform: void configureSslSocketFactory(javax.net.ssl.SSLSocketFactory) +android.didikee.donate.R$styleable: int SwitchCompat_trackTint +androidx.lifecycle.Transformations +wangdaye.com.geometricweather.R$style: int Base_V21_Theme_AppCompat +cyanogenmod.app.CustomTile$ExpandedItem: void writeToParcel(android.os.Parcel,int) +androidx.hilt.R$dimen: int notification_top_pad_large_text +com.autonavi.aps.amapapi.model.AMapLocationServer: int i +androidx.preference.R$styleable: int ActionMode_height +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_MaterialComponents_Headline6 +okhttp3.internal.http2.Http2Codec: void flushRequest() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: java.lang.String getBrandId() +james.adaptiveicon.R$id: int info +okhttp3.internal.http2.Http2Reader$Handler: void alternateService(int,java.lang.String,okio.ByteString,java.lang.String,int,long) +wangdaye.com.geometricweather.R$id: int mtrl_motion_snapshot_view +wangdaye.com.geometricweather.R$styleable: int ViewBackgroundHelper_android_background +io.reactivex.Observable: io.reactivex.Observable replay(io.reactivex.functions.Function,int,io.reactivex.Scheduler) +androidx.appcompat.R$dimen: int compat_button_inset_vertical_material +okhttp3.logging.LoggingEventListener: void secureConnectStart(okhttp3.Call) +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_20 +com.turingtechnologies.materialscrollbar.R$styleable: int Snackbar_snackbarButtonStyle +com.google.android.material.R$styleable: int TabLayout_tabTextColor +okhttp3.Challenge: Challenge(java.lang.String,java.lang.String) +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex: wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$MultiDaysIndexs$MultiIndex$Index no2 +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: boolean isEntityUpdateable() +wangdaye.com.geometricweather.R$attr: int itemBackground +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone: AccuLocationResult$TimeZone() +wangdaye.com.geometricweather.R$color: int colorTextLight2nd +androidx.appcompat.R$styleable: int AppCompatTheme_homeAsUpIndicator +com.bumptech.glide.load.engine.DecodeJob$RunReason: com.bumptech.glide.load.engine.DecodeJob$RunReason valueOf(java.lang.String) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX: CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX() +wangdaye.com.geometricweather.R$attr: int dragThreshold +android.didikee.donate.R$id: int action_mode_bar +cyanogenmod.weather.WeatherInfo: boolean isValidWeatherCode(int) wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_0 -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setPm25(java.lang.Float) -androidx.appcompat.R$attr: int actionBarPopupTheme -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum: AccuCurrentResult$TemperatureSummary$Past12HourRange$Minimum() -com.bumptech.glide.integration.okhttp.R$attr: int coordinatorLayoutStyle -androidx.preference.R$dimen: int highlight_alpha_material_light -androidx.hilt.lifecycle.R$id: int accessibility_custom_action_6 -androidx.preference.R$styleable: int AppCompatTheme_actionModeFindDrawable -wangdaye.com.geometricweather.R$styleable: int ActionMenuItemView_android_minWidth -okhttp3.WebSocket$Factory: okhttp3.WebSocket newWebSocket(okhttp3.Request,okhttp3.WebSocketListener) -cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy: android.os.IBinder mRemote -wangdaye.com.geometricweather.R$attr: int bsb_second_track_size -androidx.appcompat.widget.Toolbar: void setSubtitle(int) -com.google.android.material.chip.ChipGroup: void setOnCheckedChangeListener(com.google.android.material.chip.ChipGroup$OnCheckedChangeListener) -androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title -com.xw.repo.bubbleseekbar.R$attr: int layout_insetEdge -androidx.viewpager2.R$id: int accessibility_custom_action_5 -androidx.constraintlayout.widget.R$drawable: int abc_vector_test -androidx.constraintlayout.widget.R$dimen: int abc_text_size_display_2_material -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property Province -androidx.preference.R$attr: int toolbarStyle -android.didikee.donate.R$styleable: int MenuItem_showAsAction -com.turingtechnologies.materialscrollbar.R$styleable: int[] MenuView -wangdaye.com.geometricweather.R$dimen: int mtrl_edittext_rectangle_top_offset -com.google.android.material.R$string: int chip_text -androidx.constraintlayout.widget.R$attr: int listLayout -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Inverse -james.adaptiveicon.R$id: int notification_background -com.google.android.material.R$dimen: int design_bottom_navigation_label_padding -cyanogenmod.app.CustomTileListenerService: CustomTileListenerService() -com.google.android.material.R$styleable: int SwitchCompat_trackTint -wangdaye.com.geometricweather.R$attr: int errorTextAppearance -com.google.android.material.R$attr: int maxActionInlineWidth -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.lang.Integer LEFT_CLOSE -com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_max_width -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType InsertOrReplaceInTxIterable -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: ILiveLockScreenManager$Stub$Proxy(android.os.IBinder) -cyanogenmod.util.ColorUtils$1: int compare(java.lang.Object,java.lang.Object) -androidx.appcompat.R$id: int accessibility_custom_action_6 -com.google.android.material.R$attr: int tickVisible -okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Http2Connection connection -io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: void innerNext(int,java.lang.Object) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric: AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum$Metric() -wangdaye.com.geometricweather.R$attr: int contentInsetEnd -androidx.preference.R$drawable: int abc_ic_star_black_48dp -wangdaye.com.geometricweather.R$styleable: int MaterialButton_shapeAppearance -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_lineHeight -com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_default_padding_end_material -android.didikee.donate.R$attr: int navigationContentDescription -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText -wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay_TopLeftCut -wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Object readKey(android.database.Cursor,int) -android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_Solid -com.amap.api.location.AMapLocation: void setCity(java.lang.String) -com.tencent.bugly.crashreport.crash.anr.TraceFileHelper: java.lang.Object[] a(java.io.BufferedReader,java.util.regex.Pattern[]) -wangdaye.com.geometricweather.R$styleable: int Toolbar_logo -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ImageButton -com.google.android.material.slider.RangeSlider: void setTrackTintList(android.content.res.ColorStateList) -com.jaredrummler.android.colorpicker.R$id: int icon_group -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_drawableTintMode -com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_FloatingActionButton -cyanogenmod.profiles.RingModeSettings: java.lang.String RING_MODE_NORMAL -wangdaye.com.geometricweather.main.MainActivity: void onSearchBarClicked(android.view.View) -wangdaye.com.geometricweather.R$styleable: int CompoundButton_buttonCompat -wangdaye.com.geometricweather.R$styleable: int[] ArcProgress -androidx.hilt.R$styleable: int GradientColor_android_startX -androidx.preference.R$integer: int cancel_button_image_alpha -okhttp3.Request$Builder: okhttp3.Request build() -androidx.appcompat.resources.R$layout -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionBar_TabView -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Spinner_Underlined -org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType DeleteInTxArray -com.tencent.bugly.proguard.a: com.tencent.bugly.proguard.aq a(com.tencent.bugly.crashreport.biz.UserInfoBean) -wangdaye.com.geometricweather.R$drawable: int abc_ratingbar_small_material -com.google.android.material.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: void setDateText(java.lang.String) -androidx.preference.R$style: int Base_V21_Theme_AppCompat_Dialog -com.google.android.material.R$attr: int actionMenuTextAppearance -androidx.appcompat.R$styleable: int ViewBackgroundHelper_backgroundTintMode -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator VOLUME_KEYS_CONTROL_RING_STREAM_VALIDATOR -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHorizontal_bias -wangdaye.com.geometricweather.R$attr: int indicatorCornerRadius -wangdaye.com.geometricweather.R$styleable: int Transform_android_scaleY -okhttp3.Cache: int networkCount -okio.RealBufferedSink$1 -wangdaye.com.geometricweather.R$dimen: int design_fab_translation_z_hovered_focused -io.reactivex.internal.observers.DeferredScalarDisposable: int FUSED_READY -io.reactivex.internal.operators.observable.ObservableCreate$CreateEmitter: boolean isDisposed() -androidx.hilt.work.R$id: int tag_accessibility_clickable_spans -com.google.android.material.R$dimen: int mtrl_fab_translation_z_hovered_focused -androidx.preference.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 -okhttp3.internal.http1.Http1Codec: int STATE_IDLE -android.didikee.donate.R$attr: int textColorAlertDialogListItem -com.google.android.gms.base.R$string -com.turingtechnologies.materialscrollbar.R$attr: int chipStandaloneStyle -wangdaye.com.geometricweather.R$attr: int actionBarStyle -androidx.swiperefreshlayout.R$dimen: int compat_notification_large_icon_max_height -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_YearNavigationButton -io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void onTimeout(long) -wangdaye.com.geometricweather.R$layout: int preference_widget_seekbar_material -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: io.reactivex.processors.FlowableProcessor processor -android.didikee.donate.R$color: int abc_search_url_text_pressed -androidx.preference.R$styleable: int AppCompatTheme_listChoiceBackgroundIndicator -com.turingtechnologies.materialscrollbar.R$attr: int actionProviderClass -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarSize -com.xw.repo.bubbleseekbar.R$layout: int abc_expanded_menu_layout -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Imperial -androidx.constraintlayout.widget.R$attr: int navigationIcon -androidx.constraintlayout.widget.R$drawable: int abc_ic_search_api_material -cyanogenmod.externalviews.KeyguardExternalView$11: float val$swipeProgress -androidx.constraintlayout.widget.R$attr: int actionModeShareDrawable -cyanogenmod.power.IPerformanceManager$Stub -com.google.android.material.R$attr: int tabUnboundedRipple -cyanogenmod.app.CustomTileListenerService: cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper access$100(cyanogenmod.app.CustomTileListenerService) -wangdaye.com.geometricweather.R$id: int item_weather_icon_image -android.didikee.donate.R$styleable: int AppCompatTextView_autoSizePresetSizes -androidx.preference.R$style: int Platform_ThemeOverlay_AppCompat_Light -androidx.hilt.work.R$id: int icon_group -wangdaye.com.geometricweather.R$dimen: int abc_dropdownitem_icon_width -com.google.android.material.slider.RangeSlider: int getTrackSidePadding() -okhttp3.internal.ws.WebSocketReader: void readMessageFrame() -okhttp3.CacheControl: int maxStaleSeconds -com.google.android.material.R$style: int Base_V21_Theme_MaterialComponents -retrofit2.RequestBuilder: okhttp3.MultipartBody$Builder multipartBuilder -wangdaye.com.geometricweather.R$string: int feedback_hide_subtitle -androidx.preference.R$styleable: int AppCompatTheme_activityChooserViewStyle -cyanogenmod.providers.CMSettings$Secure: java.lang.String[] LEGACY_SECURE_SETTINGS -cyanogenmod.app.ICustomTileListener$Stub: int TRANSACTION_onCustomTileRemoved -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Display2 -androidx.appcompat.R$attr: int popupTheme -android.didikee.donate.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle -wangdaye.com.geometricweather.R$id: int checkbox -androidx.loader.R$drawable: int notification_bg_low_normal -com.bumptech.glide.integration.okhttp.R$id: int async -wangdaye.com.geometricweather.R$dimen: int touch_rise_z -com.google.android.material.R$styleable: int ProgressIndicator_growMode -cyanogenmod.app.Profile$LockMode -okhttp3.CipherSuite: java.util.Map INSTANCES -com.google.android.material.R$attr: int thumbTint -wangdaye.com.geometricweather.R$drawable: int abc_cab_background_top_mtrl_alpha -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_section_text_color -cyanogenmod.app.ThemeVersion$ComponentVersion -retrofit2.RequestFactory$Builder: java.util.regex.Pattern PARAM_NAME_REGEX -com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_order -com.amap.api.fence.GeoFence$1: GeoFence$1() +io.reactivex.Observable: io.reactivex.Observable using(java.util.concurrent.Callable,io.reactivex.functions.Function,io.reactivex.functions.Consumer,boolean) +wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_maxProgress +androidx.swiperefreshlayout.R$layout: int custom_dialog +okio.ForwardingSink: void write(okio.Buffer,long) +wangdaye.com.geometricweather.db.entities.AlertEntity: AlertEntity(java.lang.Long,java.lang.String,java.lang.String,long,java.util.Date,long,java.lang.String,java.lang.String,java.lang.String,int,int) +com.google.android.material.chip.Chip: void setCheckedIconVisible(int) +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: java.lang.String toString() +wangdaye.com.geometricweather.R$dimen: int highlight_alpha_material_colored +okhttp3.MultipartBody$Part: MultipartBody$Part(okhttp3.Headers,okhttp3.RequestBody) +okhttp3.internal.http2.Http2Connection$ReaderRunnable: okhttp3.internal.http2.Http2Reader reader +androidx.appcompat.R$attr: int actionBarSize +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: MfForecastResult$Forecast() +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_MaterialAlertDialog_Picker_Date_Calendar +com.google.android.material.textfield.MaterialAutoCompleteTextView: MaterialAutoCompleteTextView(android.content.Context,android.util.AttributeSet,int) +okhttp3.internal.connection.StreamAllocation: okhttp3.Route route +androidx.preference.R$attr: int layout_keyline +androidx.loader.R$integer: R$integer() +retrofit2.ParameterHandler$RelativeUrl: int p +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Imperial +james.adaptiveicon.R$styleable: int AppCompatTheme_editTextBackground +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_day_height +androidx.preference.R$styleable: int AppCompatTheme_editTextStyle +androidx.hilt.R$drawable: int notification_bg_normal_pressed +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit KPH +okhttp3.HttpUrl$Builder: void push(java.lang.String,int,int,boolean,boolean) +com.jaredrummler.android.colorpicker.R$color: int abc_btn_colored_text_material +androidx.core.R$id: int accessibility_custom_action_5 +okhttp3.internal.ws.WebSocketProtocol: long CLOSE_MESSAGE_MAX +okhttp3.internal.Util$1: Util$1() +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber: LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber(androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData) +androidx.lifecycle.SavedStateViewModelFactory: void onRequery(androidx.lifecycle.ViewModel) +androidx.constraintlayout.widget.R$anim: int btn_radio_to_off_mtrl_ring_outer_animation +com.xw.repo.bubbleseekbar.R$attr: int listPreferredItemPaddingRight +androidx.hilt.R$id: int notification_main_column_container +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void innerError(io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver,java.lang.Throwable) +okhttp3.internal.io.FileSystem$1: FileSystem$1() +wangdaye.com.geometricweather.R$drawable: int notif_temp_8 +com.google.android.material.R$styleable: int ProgressIndicator_inverse +com.google.android.material.R$styleable: int Transform_android_translationY +androidx.constraintlayout.widget.R$attr: int titleTextAppearance +com.google.android.material.R$style: int Widget_AppCompat_PopupMenu_Overflow +com.turingtechnologies.materialscrollbar.R$attr: int iconSize +androidx.constraintlayout.widget.R$styleable: int KeyTrigger_motion_triggerOnCollision +com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String f +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHorizontal_weight +james.adaptiveicon.R$style: int TextAppearance_Compat_Notification +james.adaptiveicon.R$dimen: int abc_action_bar_default_padding_end_material +cyanogenmod.weather.WeatherLocation: java.lang.String mCity +com.google.android.material.R$attr: int drawableTint +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_imageButtonStyle +androidx.coordinatorlayout.R$dimen: int compat_button_inset_vertical_material +wangdaye.com.geometricweather.R$color: int cardview_shadow_end_color +androidx.work.R$styleable: int GradientColor_android_endY +com.jaredrummler.android.colorpicker.R$styleable: int Preference_dependency +retrofit2.OptionalConverterFactory: retrofit2.Converter$Factory INSTANCE +wangdaye.com.geometricweather.R$id: int material_clock_period_toggle +com.tencent.bugly.crashreport.crash.d: d(android.content.Context) +android.didikee.donate.R$drawable: int abc_dialog_material_background +androidx.recyclerview.widget.RecyclerView: void setClipToPadding(boolean) +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float thunderstorm +com.google.android.material.R$styleable: int ImageFilterView_warmth +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ListView_DropDown +com.amap.api.fence.GeoFence: int getStatus() +cyanogenmod.app.BaseLiveLockManagerService: android.os.IBinder onBind(android.content.Intent) +androidx.constraintlayout.widget.R$attr: int waveDecay +com.google.android.material.R$attr: int constraintSet +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActivityChooserView +com.google.android.gms.location.LocationSettingsRequest +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_height +okhttp3.HttpUrl: java.lang.String FORM_ENCODE_SET +io.reactivex.Observable: io.reactivex.Observable withLatestFrom(java.lang.Iterable,io.reactivex.functions.Function) +io.reactivex.internal.util.NotificationLite: io.reactivex.internal.util.NotificationLite valueOf(java.lang.String) +com.google.android.material.R$styleable: int Toolbar_titleMarginStart +wangdaye.com.geometricweather.R$string: int today +androidx.preference.R$id: int accessibility_custom_action_1 +io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: void setResource(io.reactivex.disposables.Disposable) +wangdaye.com.geometricweather.R$color: int darkPrimary_2 +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_get +androidx.preference.R$color: int abc_hint_foreground_material_dark +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: int limit +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle +androidx.preference.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog +retrofit2.RequestBuilder: void addPart(okhttp3.Headers,okhttp3.RequestBody) +androidx.preference.R$attr: int actionBarDivider +android.didikee.donate.R$styleable: int View_theme +androidx.preference.R$style: int Base_Widget_AppCompat_Toolbar +okhttp3.internal.http2.Http2Writer: void headers(boolean,int,java.util.List) +cyanogenmod.providers.DataUsageContract: java.lang.String SLOW_AVG +com.google.android.material.R$attr: int textInputStyle +com.google.android.material.R$style: int Base_Widget_MaterialComponents_AutoCompleteTextView +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getCo() +cyanogenmod.weather.CMWeatherManager$2$1: void run() +androidx.constraintlayout.widget.Constraints: androidx.constraintlayout.widget.ConstraintSet getConstraintSet() +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: void onComplete() +wangdaye.com.geometricweather.R$string: int uv_index +com.google.android.material.R$animator +wangdaye.com.geometricweather.R$id: int graph_wrap +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getRagweedDescription() +cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String key() +androidx.drawerlayout.R$styleable: int GradientColor_android_type +wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_AppbarPopupTheme +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: java.util.concurrent.atomic.AtomicInteger active +androidx.lifecycle.ViewModelProvider$Factory: androidx.lifecycle.ViewModel create(java.lang.Class) +com.tencent.bugly.proguard.z: boolean b(android.content.Context,java.lang.String) +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property ApparentTemperature +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void onNext(java.lang.Object) +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_Dialog +androidx.hilt.lifecycle.R$layout: int notification_template_icon_group +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_SeekBar_Discrete +com.turingtechnologies.materialscrollbar.R$id: int progress_circular +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_Light_Dialog_MinWidth +androidx.constraintlayout.widget.R$color: int dim_foreground_disabled_material_light +com.jaredrummler.android.colorpicker.R$drawable: int abc_item_background_holo_dark +androidx.lifecycle.SavedStateViewModelFactory: androidx.savedstate.SavedStateRegistry mSavedStateRegistry +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title +com.google.android.material.R$styleable: int Transition_duration +androidx.appcompat.R$dimen: int compat_button_padding_horizontal_material +com.google.android.material.R$dimen: int mtrl_snackbar_margin +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float visibility +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String type +androidx.constraintlayout.widget.R$styleable: int KeyTrigger_onPositiveCross +wangdaye.com.geometricweather.R$attr: int drawableTopCompat +com.google.android.material.internal.ScrimInsetsFrameLayout: ScrimInsetsFrameLayout(android.content.Context) +com.google.android.gms.base.R$id +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_iconEndPadding +android.support.v4.app.INotificationSideChannel$Stub: android.os.IBinder asBinder() +com.google.android.material.textfield.TextInputLayout: int getBoxStrokeColor() +cyanogenmod.weatherservice.ServiceRequest: cyanogenmod.weather.RequestInfo mInfo +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_subtitleTextAppearance +io.reactivex.Observable: io.reactivex.Observable take(long) +com.google.android.material.textfield.TextInputLayout: int getErrorCurrentTextColors() +androidx.preference.R$attr: int key +com.google.android.material.R$styleable: int MaterialButton_cornerRadius +wangdaye.com.geometricweather.R$id: int container_main_sun_moon_sun_icon +wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property Time +androidx.appcompat.R$attr: int actionModeBackground +com.google.android.material.R$color: int bright_foreground_disabled_material_dark +com.google.android.material.R$style: int Widget_Compat_NotificationActionText +wangdaye.com.geometricweather.R$attr: int round +wangdaye.com.geometricweather.R$styleable: int MenuItem_android_checkable +io.reactivex.Observable: io.reactivex.Observable doOnNext(io.reactivex.functions.Consumer) +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: int TRANSACTION_getLiveLockScreenEnabled +androidx.constraintlayout.widget.R$id: int staticLayout +com.google.android.material.R$styleable: int[] SwitchCompat +cyanogenmod.power.PerformanceManagerInternal +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ProgressBar +com.turingtechnologies.materialscrollbar.R$string: int abc_menu_enter_shortcut_label +android.didikee.donate.R$dimen: int notification_action_icon_size +cyanogenmod.weather.WeatherInfo: double getTodaysHigh() +wangdaye.com.geometricweather.R$style: int Widget_Design_TextInputEditText +com.xw.repo.bubbleseekbar.R$layout: int notification_action_tombstone +wangdaye.com.geometricweather.R$styleable: int Layout_barrierDirection +androidx.drawerlayout.widget.DrawerLayout: DrawerLayout(android.content.Context,android.util.AttributeSet,int) +okio.RealBufferedSource$1: int read(byte[],int,int) +wangdaye.com.geometricweather.R$anim: int fragment_main_pop_enter +okhttp3.ConnectionSpec: boolean isCompatible(javax.net.ssl.SSLSocket) +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Description: AccuAlertResult$Description() +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getGrassIndex() +androidx.dynamicanimation.R$drawable: int notification_bg_normal +wangdaye.com.geometricweather.R$styleable: int ThemeEnforcement_android_textAppearance +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Small +androidx.lifecycle.SavedStateHandleController$OnRecreation: void onRecreated(androidx.savedstate.SavedStateRegistryOwner) +androidx.hilt.work.R$styleable: int GradientColor_android_type +james.adaptiveicon.R$styleable: int ActionBar_subtitle +okio.Buffer: boolean rangeEquals(long,okio.ByteString) +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer uvIndex +wangdaye.com.geometricweather.R$styleable: int KeyCycle_motionTarget +com.turingtechnologies.materialscrollbar.R$color: int material_deep_teal_200 +com.bumptech.glide.request.RequestCoordinator$RequestState: com.bumptech.glide.request.RequestCoordinator$RequestState FAILED +cyanogenmod.app.StatusBarPanelCustomTile: void writeToParcel(android.os.Parcel,int) +wangdaye.com.geometricweather.R$attr: int cpv_alphaChannelText +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceInformationStyle +wangdaye.com.geometricweather.R$id: int info +james.adaptiveicon.R$attr: int allowStacking +wangdaye.com.geometricweather.common.basic.models.weather.Base: long getTimeStamp() +com.google.android.material.floatingactionbutton.FloatingActionButton: void setBackgroundDrawable(android.graphics.drawable.Drawable) +james.adaptiveicon.R$attr: int titleMarginBottom +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: java.lang.String getUrl() +wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config_toolbar +james.adaptiveicon.R$id: int contentPanel +wangdaye.com.geometricweather.R$anim: int btn_radio_to_off_mtrl_ring_outer_path_animation +androidx.coordinatorlayout.R$id: int dialog_button +com.google.android.material.chip.Chip: android.content.res.ColorStateList getCheckedIconTint() +android.didikee.donate.R$styleable: int AppCompatTextHelper_android_drawableBottom +androidx.constraintlayout.widget.R$attr: int windowNoTitle +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored +com.google.android.material.R$string: int mtrl_badge_numberless_content_description +com.turingtechnologies.materialscrollbar.R$attr: int lineHeight +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeWindDirection +androidx.appcompat.R$color: int bright_foreground_inverse_material_dark +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header +cyanogenmod.alarmclock.CyanogenModAlarmClock: java.lang.String EXTRA_ENABLED +wangdaye.com.geometricweather.R$bool: int cpv_default_is_indeterminate +androidx.viewpager2.R$id: int accessibility_custom_action_6 +cyanogenmod.weatherservice.IWeatherProviderService$Stub: IWeatherProviderService$Stub() +james.adaptiveicon.R$string +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int DRIZZLE +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_PopupWindow +okio.GzipSource: byte SECTION_HEADER +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderConfirmButton +okhttp3.internal.platform.AndroidPlatform: okhttp3.internal.platform.OptionalMethod getAlpnSelectedProtocol +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$LocalSource: AccuDailyResult$DailyForecasts$Day$LocalSource() +wangdaye.com.geometricweather.common.basic.models.weather.Wind: float WIND_SPEED_6 +androidx.constraintlayout.widget.R$attr: int circleRadius +wangdaye.com.geometricweather.settings.activities.SettingsActivity: SettingsActivity() +com.tencent.bugly.crashreport.crash.CrashDetailBean: int P +com.xw.repo.bubbleseekbar.R$styleable: int DrawerArrowToggle_spinBars +com.xw.repo.bubbleseekbar.R$attr: int actionBarSize +android.didikee.donate.R$styleable: int[] ListPopupWindow +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours Past6Hours +james.adaptiveicon.R$attr: int colorAccent +androidx.hilt.lifecycle.R$id: int accessibility_custom_action_30 +wangdaye.com.geometricweather.db.entities.DaoMaster: DaoMaster(org.greenrobot.greendao.database.Database) +wangdaye.com.geometricweather.settings.dialogs.AnimatableIconDialog +io.reactivex.Observable: io.reactivex.Single toSortedList() +com.jaredrummler.android.colorpicker.R$attr: int actionBarStyle +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: io.reactivex.functions.Function combiner +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Imperial +com.google.android.material.R$dimen: int mtrl_slider_widget_height +com.google.android.material.R$styleable: int Constraint_layout_constraintTop_toTopOf +com.google.android.material.R$dimen: int mtrl_calendar_action_height +androidx.constraintlayout.helper.widget.Flow: Flow(android.content.Context) +com.turingtechnologies.materialscrollbar.R$id: int firstVisible +com.jaredrummler.android.colorpicker.R$attr: int contentInsetEnd +android.didikee.donate.R$id +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeThunderstormPrecipitation(java.lang.Float) +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_DayNight_NoActionBar +androidx.appcompat.resources.R$dimen: int notification_right_side_padding_top +wangdaye.com.geometricweather.R$style: int notification_subtitle_text +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_headline_material +com.bumptech.glide.integration.okhttp.R$drawable: int notification_template_icon_low_bg +androidx.constraintlayout.widget.R$styleable: int Constraint_android_translationX +james.adaptiveicon.R$drawable: int abc_ic_commit_search_api_mtrl_alpha +com.bumptech.glide.integration.okhttp.R$dimen: int compat_button_padding_horizontal_material +james.adaptiveicon.R$style: int Theme_AppCompat_Light_DarkActionBar +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor DARK +okio.Buffer: okio.Buffer copyTo(okio.Buffer,long,long) +com.google.android.material.R$styleable: int Transition_motionInterpolator +androidx.constraintlayout.widget.R$styleable: int AlertDialog_buttonPanelSideLayout +wangdaye.com.geometricweather.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title +okhttp3.internal.cache.DiskLruCache: java.util.Iterator snapshots() +okhttp3.internal.http2.Http2Connection$PingRunnable: boolean reply +com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight +wangdaye.com.geometricweather.R$color: int colorTextContent_light +cyanogenmod.app.ICMStatusBarManager$Stub$Proxy: android.os.IBinder asBinder() +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: org.reactivestreams.Subscriber downstream +androidx.constraintlayout.widget.R$id: int decelerateAndComplete +wangdaye.com.geometricweather.R$styleable: int KeyTimeCycle_android_translationZ +androidx.appcompat.widget.AppCompatSpinner: androidx.appcompat.widget.AppCompatSpinner$SpinnerPopup getInternalPopup() +com.turingtechnologies.materialscrollbar.R$interpolator: int mtrl_linear_out_slow_in +com.jaredrummler.android.colorpicker.R$drawable: int notification_bg_low +org.greenrobot.greendao.AbstractDao: boolean detach(java.lang.Object) +wangdaye.com.geometricweather.db.entities.ChineseCityEntity +wangdaye.com.geometricweather.db.entities.DaoSession: org.greenrobot.greendao.internal.DaoConfig dailyEntityDaoConfig +cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String ALARM_STATE +wangdaye.com.geometricweather.R$array: int languages androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Subhead -james.adaptiveicon.R$dimen: int notification_large_icon_width -androidx.constraintlayout.utils.widget.ImageFilterButton: void setSaturation(float) -com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_endColor -okhttp3.internal.http2.Http2Connection$ReaderRunnable$2: Http2Connection$ReaderRunnable$2(okhttp3.internal.http2.Http2Connection$ReaderRunnable,java.lang.String,java.lang.Object[],boolean,okhttp3.internal.http2.Settings) -com.google.android.material.R$layout: int notification_template_part_time -com.turingtechnologies.materialscrollbar.R$attr: int msb_lightOnTouch -com.turingtechnologies.materialscrollbar.R$integer: int status_bar_notification_info_maxnum -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Title_Inverse -com.google.android.material.bottomnavigation.BottomNavigationView: android.graphics.drawable.Drawable getItemBackground() -cyanogenmod.app.CMContextConstants: java.lang.String CM_THEME_SERVICE -james.adaptiveicon.R$layout: int abc_list_menu_item_checkbox -com.amap.api.location.AMapLocation: java.lang.String l -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_min_height -androidx.lifecycle.ViewModel: java.lang.Object setTagIfAbsent(java.lang.String,java.lang.Object) -cyanogenmod.media.MediaRecorder$AudioSource: int HOTWORD -okio.BufferedSource: void require(long) -wangdaye.com.geometricweather.R$xml: int widget_clock_day_vertical -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: java.lang.String zh_CN -com.jaredrummler.android.colorpicker.R$attr: int cpv_colorPresets -wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: RoundProgress(android.content.Context,android.util.AttributeSet,int) -com.tencent.bugly.proguard.ap -retrofit2.RequestFactory$Builder: java.util.Set relativeUrlParamNames -wangdaye.com.geometricweather.R$styleable: int MotionLayout_applyMotionScene -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: java.util.Date pubTime -cyanogenmod.profiles.AirplaneModeSettings$1: java.lang.Object[] newArray(int) -androidx.constraintlayout.solver.SolverVariable$Type: androidx.constraintlayout.solver.SolverVariable$Type SLACK -wangdaye.com.geometricweather.R$animator: int weather_cloudy_1 -com.google.android.gms.common.internal.zzv: android.os.Parcelable$Creator CREATOR -androidx.constraintlayout.widget.R$styleable: int FontFamily_fontProviderFetchStrategy -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHorizontal_chainStyle -wangdaye.com.geometricweather.R$attr: int itemTextAppearance -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: java.lang.String getZh_TW() -androidx.constraintlayout.widget.R$attr: int switchStyle -james.adaptiveicon.R$style: int Widget_AppCompat_ActionBar_TabBar -io.reactivex.internal.subscriptions.SubscriptionArbiter: java.util.concurrent.atomic.AtomicLong missedRequested -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomAppBar -wangdaye.com.geometricweather.R$id: int accessibility_custom_action_3 -androidx.vectordrawable.animated.R$id: int normal -androidx.vectordrawable.R$style: int Widget_Compat_NotificationActionText -androidx.dynamicanimation.R$dimen: int notification_right_side_padding_top -cyanogenmod.weather.WeatherInfo$Builder: java.util.List mForecastList -androidx.constraintlayout.widget.R$styleable: int KeyPosition_motionTarget -wangdaye.com.geometricweather.R$attr: int animationDuration -androidx.constraintlayout.widget.R$dimen: int abc_button_inset_horizontal_material -com.google.android.material.R$attr: int itemIconTint -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowFixedWidthMajor -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getNumGammaControls -wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerFamilyBottomRight -com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_android_gravity -androidx.transition.R$styleable: int FontFamilyFont_android_fontVariationSettings -io.reactivex.Observable: java.lang.Object blockingFirst() -androidx.recyclerview.widget.GridLayoutManager: GridLayoutManager(android.content.Context,android.util.AttributeSet,int,int) -androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerView$ItemAnimator getItemAnimator() -com.bumptech.glide.load.ImageHeaderParser$ImageType: com.bumptech.glide.load.ImageHeaderParser$ImageType WEBP_A -androidx.recyclerview.R$styleable: int GradientColor_android_startY -com.google.gson.FieldNamingPolicy$4 -wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status: wangdaye.com.geometricweather.common.basic.models.resources.Resource$Status SUCCESS -androidx.viewpager2.R$styleable: int[] FontFamily -androidx.appcompat.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: io.reactivex.Scheduler scheduler -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_autoSizeTextType -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: void innerComplete(io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver) -okhttp3.internal.io.FileSystem$1: okio.Source source(java.io.File) -wangdaye.com.geometricweather.R$drawable: int shortcuts_rain -androidx.lifecycle.ViewModelProvider$NewInstanceFactory: androidx.lifecycle.ViewModel create(java.lang.Class) -androidx.preference.R$color: int abc_secondary_text_material_dark -com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_behavior_peekHeight -com.google.android.material.R$attr: int chipGroupStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setUrl(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean) -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: boolean delayErrors -okio.SegmentedByteString: okio.ByteString sha256() -androidx.appcompat.R$styleable: int Toolbar_titleMarginBottom -wangdaye.com.geometricweather.R$id: int widget_week_week_2 -androidx.hilt.R$styleable: int Fragment_android_tag -com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_RatingBar_Small -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: java.lang.String getBrandId() -io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: FlowableCreate$BaseEmitter(org.reactivestreams.Subscriber) -wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.util.Date sunsetTime -okhttp3.CipherSuite$1 -okhttp3.HttpUrl: void percentDecode(okio.Buffer,java.lang.String,int,int,boolean) -io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: ObservableIntervalRange$IntervalRangeObserver(io.reactivex.Observer,long,long) -retrofit2.adapter.rxjava2.CallExecuteObservable$CallDisposable: CallExecuteObservable$CallDisposable(retrofit2.Call) -com.xw.repo.bubbleseekbar.R$attr: int queryHint -com.amap.api.fence.GeoFence: int TYPE_ROUND -okhttp3.internal.connection.RouteDatabase: boolean shouldPostpone(okhttp3.Route) -wangdaye.com.geometricweather.weather.json.mf.MfLocationResult: double lon -wangdaye.com.geometricweather.R$attr: int windowActionBarOverlay -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintStart_toStartOf -okhttp3.OkHttpClient$Builder: okhttp3.Authenticator authenticator -wangdaye.com.geometricweather.R$attr: int actionModeCloseDrawable -com.google.android.material.chip.Chip: void setChipText(java.lang.CharSequence) -com.google.android.material.R$styleable: int KeyAttribute_android_transformPivotY -com.google.android.gms.base.R$attr: int circleCrop -androidx.preference.R$dimen: int abc_text_size_headline_material -com.github.rahatarmanahmed.cpv.CircularProgressView: float indeterminateRotateOffset -wangdaye.com.geometricweather.common.ui.widgets.astro.MoonPhaseView -okio.BufferedSource: byte[] readByteArray(long) -com.xw.repo.bubbleseekbar.R$layout: int abc_screen_simple -androidx.appcompat.R$styleable: int FontFamilyFont_android_ttcIndex -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: java.lang.String getLogo() -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setPm10(java.lang.Float) -cyanogenmod.app.StatusBarPanelCustomTile: long getPostTime() -wangdaye.com.geometricweather.search.LoadableLocationList$Status: wangdaye.com.geometricweather.search.LoadableLocationList$Status[] values() -com.google.android.material.R$id: int accessibility_custom_action_24 -android.didikee.donate.R$layout: int abc_search_dropdown_item_icons_2line -retrofit2.BuiltInConverters$VoidResponseBodyConverter: retrofit2.BuiltInConverters$VoidResponseBodyConverter INSTANCE -wangdaye.com.geometricweather.R$attr: int flow_lastVerticalBias -cyanogenmod.providers.CMSettings$Secure: java.lang.String QS_TILES -wangdaye.com.geometricweather.R$attr: int icon -com.xw.repo.bubbleseekbar.R$style: int Platform_AppCompat_Light -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable -com.google.android.material.R$attr: int dayTodayStyle -androidx.appcompat.R$drawable: int notification_bg_low_pressed -androidx.loader.R$dimen: int notification_right_icon_size -cyanogenmod.weatherservice.IWeatherProviderService$Stub: java.lang.String DESCRIPTOR -androidx.preference.R$attr: int preferenceStyle -androidx.lifecycle.SavedStateViewModelFactory: androidx.lifecycle.ViewModel create(java.lang.String,java.lang.Class) -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub: java.lang.String DESCRIPTOR -androidx.preference.R$style: int Theme_AppCompat_Light -com.turingtechnologies.materialscrollbar.R$attr: int selectableItemBackground -androidx.appcompat.R$drawable: int abc_seekbar_tick_mark_material -cyanogenmod.providers.CMSettings$Global: void putListAsDelimitedString(android.content.ContentResolver,java.lang.String,java.lang.String,java.util.List) -com.google.android.material.R$attr: int itemShapeAppearanceOverlay -androidx.hilt.lifecycle.R$drawable: int notification_bg_low_normal -io.reactivex.Observable: io.reactivex.Observable flatMapSingle(io.reactivex.functions.Function,boolean) -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setRealFeelShaderTemperature(java.lang.Integer) -androidx.vectordrawable.R$id: int accessibility_custom_action_19 -com.google.android.material.R$attr: int listPreferredItemPaddingEnd -wangdaye.com.geometricweather.R$styleable: int DialogPreference_android_positiveButtonText -com.tencent.bugly.proguard.ah -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: boolean tryOnError(java.lang.Throwable) -okhttp3.internal.http2.Http2Connection$ReaderRunnable$3: void execute() -com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionMode -com.github.rahatarmanahmed.cpv.CircularProgressView: void setVisibility(int) -io.reactivex.Observable: io.reactivex.Observable filter(io.reactivex.functions.Predicate) -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_default -okhttp3.internal.http1.Http1Codec$ChunkedSource: okhttp3.internal.http1.Http1Codec this$0 -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_23 -android.didikee.donate.R$string: int abc_action_menu_overflow_description -com.turingtechnologies.materialscrollbar.R$styleable: int PopupWindow_android_popupAnimationStyle -androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_fontWeight -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ButtonBar_AlertDialog -com.github.rahatarmanahmed.cpv.CircularProgressView$5: void onAnimationCancel(android.animation.Animator) -com.jaredrummler.android.colorpicker.ColorPanelView: int getColor() -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Imperial: int UnitType -wangdaye.com.geometricweather.R$dimen: int widget_grid_4 -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Title_Inverse -androidx.customview.R$id: R$id() -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: int hasSeaBulletin -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeSnowPrecipitationDuration(java.lang.Float) -com.tencent.bugly.crashreport.crash.e: android.content.Context a -com.google.android.material.R$dimen: int hint_pressed_alpha_material_light -okhttp3.Dispatcher: void setIdleCallback(java.lang.Runnable) -com.tencent.bugly.proguard.ak: java.lang.String l -james.adaptiveicon.R$styleable: int ActionBar_navigationMode -com.turingtechnologies.materialscrollbar.R$attr: int fabAlignmentMode -com.turingtechnologies.materialscrollbar.R$color: int mtrl_textinput_disabled_color -wangdaye.com.geometricweather.R$attr: int inverse -com.google.android.material.internal.CheckableImageButton: void setPressable(boolean) -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionMode -wangdaye.com.geometricweather.R$attr: int endIconMode -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_AutoCompleteTextView -wangdaye.com.geometricweather.R$attr: int waveDecay -androidx.viewpager2.R$id: int accessibility_custom_action_29 -com.turingtechnologies.materialscrollbar.R$id: int masked -androidx.constraintlayout.widget.Barrier: int getType() -androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_android_fontStyle -androidx.preference.R$id: int message -io.reactivex.Observable: io.reactivex.Observable cache() -io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: void subscribeNext() -io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: io.reactivex.internal.operators.observable.ObservableRefCount parent -androidx.viewpager2.R$dimen: int notification_action_text_size -com.google.gson.stream.JsonWriter: void setLenient(boolean) -androidx.legacy.coreutils.R$id: int forever -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void onNext(java.lang.Object) -androidx.lifecycle.extensions.R$styleable: int Fragment_android_tag -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain rain -com.xw.repo.bubbleseekbar.R$attr: int layout -androidx.swiperefreshlayout.R$id: int accessibility_custom_action_12 -wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_hideMotionSpec -androidx.preference.R$bool: int abc_config_actionMenuItemAllCaps -com.google.android.material.R$styleable: int KeyAttribute_motionProgress -com.google.android.material.R$style: int Widget_MaterialComponents_ActionBar_Surface -wangdaye.com.geometricweather.common.basic.models.options.unit.ProbabilityUnit: java.lang.String getProbabilityText(android.content.Context,float) -com.google.android.material.R$attr: int maxButtonHeight -com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd -android.didikee.donate.R$styleable: int AppCompatSeekBar_tickMark -androidx.transition.R$styleable: int ColorStateListItem_android_color -com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_centerX -androidx.cardview.widget.CardView -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_CardView -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$ForecastV2: java.lang.String dailyWeatherDescription -androidx.constraintlayout.widget.R$style: int Animation_AppCompat_DropDownUp -androidx.lifecycle.ProcessLifecycleOwner: boolean mStopSent -androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity -okhttp3.Cache$CacheRequestImpl: void abort() -androidx.appcompat.R$attr: int background -wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableTransition_android_toId -com.google.android.material.R$attr: int fontFamily -androidx.appcompat.R$anim: int btn_checkbox_to_unchecked_check_path_merged_animation -com.turingtechnologies.materialscrollbar.R$attr: int tabPaddingTop -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintHorizontal_bias -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Caption -androidx.preference.R$style: int Theme_AppCompat -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowActionBarOverlay -androidx.appcompat.view.menu.ActionMenuItemView: void setTitle(java.lang.CharSequence) -okhttp3.internal.connection.RealConnection$1: okhttp3.internal.connection.StreamAllocation val$streamAllocation -wangdaye.com.geometricweather.R$id: int mtrl_view_tag_bottom_padding -okhttp3.ConnectionSpec$Builder: ConnectionSpec$Builder(okhttp3.ConnectionSpec) -cyanogenmod.media.MediaRecorder$AudioSource: MediaRecorder$AudioSource() -com.google.android.material.R$styleable: int Constraint_flow_horizontalGap -com.google.android.material.bottomnavigation.BottomNavigationItemView: void setTextAppearanceActive(int) -android.didikee.donate.R$id: int icon_group -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse -cyanogenmod.os.Build$CM_VERSION_CODES: int APRICOT -okhttp3.internal.http2.Http2Stream$FramingSource: long maxByteCount -com.turingtechnologies.materialscrollbar.R$color: int dim_foreground_disabled_material_dark -okhttp3.internal.platform.Platform: void log(int,java.lang.String,java.lang.Throwable) -com.google.android.material.R$style: int Base_Widget_AppCompat_ListPopupWindow -androidx.appcompat.widget.ActionMenuView: void setOverflowIcon(android.graphics.drawable.Drawable) -androidx.viewpager2.R$dimen: int item_touch_helper_swipe_escape_velocity -wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float thunderstorm -okhttp3.Headers$Builder: okhttp3.Headers$Builder set(java.lang.String,java.util.Date) -com.turingtechnologies.materialscrollbar.R$styleable: int AppBarLayout_android_keyboardNavigationCluster -okhttp3.internal.ws.RealWebSocket$1: RealWebSocket$1(okhttp3.internal.ws.RealWebSocket) -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_SearchView_MagIcon -wangdaye.com.geometricweather.common.basic.models.weather.Hourly: wangdaye.com.geometricweather.common.basic.models.weather.Precipitation getPrecipitation() -okhttp3.internal.platform.Platform: int INFO -com.google.android.material.floatingactionbutton.FloatingActionButton: android.content.res.ColorStateList getBackgroundTintList() -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_android_background -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast$ProbabilityRain: java.lang.Integer proba3H -androidx.drawerlayout.R$styleable: int FontFamilyFont_android_fontVariationSettings -com.google.android.material.tabs.TabLayout: void setTabRippleColorResource(int) -wangdaye.com.geometricweather.R$drawable: int notif_temp_134 -androidx.constraintlayout.widget.R$attr: int thickness -james.adaptiveicon.R$styleable: int AppCompatTheme_selectableItemBackground -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver: ObservableConcatMap$ConcatMapDelayErrorObserver(io.reactivex.Observer,io.reactivex.functions.Function,int,boolean) -wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: DailyTrendItemView(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: float getDensity(float) -okio.ByteString: okio.ByteString sha512() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeRealFeelShaderTemperature -androidx.preference.R$style: int Base_Widget_AppCompat_ActionBar -com.bumptech.glide.integration.okhttp.R$drawable: int notification_template_icon_bg -androidx.viewpager2.R$id: int accessibility_custom_action_0 -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_peekHeight -android.didikee.donate.R$styleable: int ActionBar_contentInsetStartWithNavigation -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_wrapMode -cyanogenmod.app.ICMStatusBarManager -wangdaye.com.geometricweather.R$string: int character_counter_content_description -com.turingtechnologies.materialscrollbar.R$attr: int chipGroupStyle -wangdaye.com.geometricweather.R$color: int material_timepicker_button_stroke -androidx.viewpager2.R$integer: R$integer() -wangdaye.com.geometricweather.R$color: int colorTextDark2nd -okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode fromHttp2(int) -wangdaye.com.geometricweather.R$styleable: int[] AppCompatTextView -androidx.constraintlayout.widget.R$drawable: int abc_textfield_search_default_mtrl_alpha -wangdaye.com.geometricweather.R$attr: int dotDiameter -wangdaye.com.geometricweather.R$string: int settings_title_forecast_tomorrow -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionBarPopupTheme -com.tencent.bugly.crashreport.crash.c: void l() -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer getWindChillTemperature() -com.google.android.material.R$id: int material_timepicker_container -wangdaye.com.geometricweather.R$styleable: int ColorPreference_cpv_dialogType -wangdaye.com.geometricweather.common.basic.models.weather.Current -okio.GzipSource: int section -com.google.android.material.R$dimen: int abc_list_item_height_small_material -com.google.android.material.R$drawable: int abc_list_selector_background_transition_holo_light -com.xw.repo.bubbleseekbar.R$dimen: int abc_select_dialog_padding_start_material -androidx.constraintlayout.widget.R$drawable: int abc_item_background_holo_dark -okio.AsyncTimeout: int TIMEOUT_WRITE_SIZE -wangdaye.com.geometricweather.R$font: int product_sans_light_italic -okhttp3.internal.Util$1: int compare(java.lang.String,java.lang.String) -wangdaye.com.geometricweather.R$drawable: int shortcuts_haze_foreground -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintEnd_toEndOf -androidx.preference.R$dimen: int tooltip_y_offset_non_touch -com.amap.api.fence.PoiItem: double g -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Tooltip -androidx.constraintlayout.widget.R$attr: int switchTextAppearance -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_android_enabled -androidx.lifecycle.extensions.R$styleable: int FragmentContainerView_android_tag -com.google.android.material.R$attr: int flow_firstVerticalStyle -androidx.constraintlayout.widget.R$drawable: int abc_list_selector_background_transition_holo_dark -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_backgroundSplit -android.didikee.donate.R$styleable: int AppCompatTheme_colorPrimary -androidx.preference.R$drawable: int abc_btn_check_material -wangdaye.com.geometricweather.R$attr: int dayTodayStyle -androidx.vectordrawable.R$styleable: int GradientColor_android_startColor -androidx.drawerlayout.R$attr: int fontProviderPackage +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dividerVertical +com.tencent.bugly.proguard.ao: void a(com.tencent.bugly.proguard.j) +wangdaye.com.geometricweather.R$attr: int checkedIconEnabled +wangdaye.com.geometricweather.common.basic.models.options.appearance.DailyTrendDisplay: java.lang.String value +com.google.android.material.R$drawable: int notification_bg_normal_pressed +com.turingtechnologies.materialscrollbar.R$styleable: int[] ScrollingViewBehavior_Layout +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder encodedPath(java.lang.String) +androidx.appcompat.R$style: int Base_ThemeOverlay_AppCompat_Dialog +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle +androidx.lifecycle.extensions.R$style: int TextAppearance_Compat_Notification_Time +androidx.constraintlayout.widget.R$attr: int windowActionModeOverlay +androidx.appcompat.R$styleable: int AppCompatTheme_panelMenuListTheme +androidx.hilt.R$style: int TextAppearance_Compat_Notification +androidx.core.R$id: int notification_main_column_container +com.bumptech.glide.R$dimen: int notification_top_pad +com.google.android.material.textfield.TextInputLayout: void setHintTextAppearance(int) +androidx.coordinatorlayout.R$id: int accessibility_custom_action_28 +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowFixedHeightMajor +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar +okhttp3.Authenticator +androidx.vectordrawable.animated.R$dimen: int notification_small_icon_background_padding +wangdaye.com.geometricweather.R$id: int item_aqi_title +androidx.appcompat.R$drawable: int abc_list_selector_disabled_holo_dark +androidx.activity.R$integer +androidx.work.R$dimen: int notification_subtext_size +androidx.preference.R$styleable: int[] SearchView +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String ragweedDescription +wangdaye.com.geometricweather.R$string: int character_counter_pattern +wangdaye.com.geometricweather.R$drawable: int abc_ratingbar_material +androidx.appcompat.R$dimen: int abc_seekbar_track_background_height_material +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: void runFinally() +androidx.preference.R$id: int item_touch_helper_previous_elevation +wangdaye.com.geometricweather.R$attr: int prefixTextColor +androidx.constraintlayout.widget.R$attr: int colorPrimary +com.tencent.bugly.crashreport.CrashReport: void setIsDevelopmentDevice(android.content.Context,boolean) +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.turingtechnologies.materialscrollbar.R$attr: int titleMarginStart +androidx.hilt.lifecycle.R$id: int accessibility_action_clickable_span +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter emitter +wangdaye.com.geometricweather.R$styleable: int Constraint_android_elevation +com.xw.repo.bubbleseekbar.R$attr: int colorControlHighlight +cyanogenmod.profiles.AirplaneModeSettings: void setValue(int) +com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy UPPER_CAMEL_CASE +wangdaye.com.geometricweather.R$id: int ghost_view_holder +cyanogenmod.app.ProfileGroup: void setRingerMode(cyanogenmod.app.ProfileGroup$Mode) +io.reactivex.Observable: io.reactivex.Observable sample(long,java.util.concurrent.TimeUnit,boolean) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_79 +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Menu +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: io.reactivex.internal.util.AtomicThrowable error +okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level[] values() +io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.ObservableSource,io.reactivex.functions.Function5) +wangdaye.com.geometricweather.R$styleable: int Preference_allowDividerAbove +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Body2 +com.xw.repo.bubbleseekbar.R$string: int abc_menu_function_shortcut_label +com.google.android.material.R$drawable: int abc_list_selector_disabled_holo_dark +androidx.appcompat.R$color: int material_grey_100 +androidx.preference.R$styleable: int RecycleListView_paddingBottomNoButtons +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult +com.turingtechnologies.materialscrollbar.R$color: int mtrl_textinput_disabled_color +wangdaye.com.geometricweather.R$animator: int mtrl_card_state_list_anim +okhttp3.internal.http2.Http2Stream: void addBytesToWriteWindow(long) +com.google.android.material.R$style: int ShapeAppearanceOverlay_BottomLeftDifferentCornerSize +com.google.android.material.R$attr: int barrierMargin +com.xw.repo.bubbleseekbar.R$color: int bright_foreground_material_light +cyanogenmod.providers.CMSettings$System: java.lang.String BATTERY_LIGHT_MEDIUM_COLOR +okhttp3.Response$Builder: okhttp3.Response priorResponse +wangdaye.com.geometricweather.R$animator: int weather_haze_3 +io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver: long serialVersionUID +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber$1 +com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents_Dialog +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_DarkActionBar_Bridge +com.turingtechnologies.materialscrollbar.Indicator: int getTextSize() cyanogenmod.providers.CMSettings$System: java.lang.String BATTERY_LIGHT_ENABLED -com.google.android.material.internal.NavigationMenuView: NavigationMenuView(android.content.Context,android.util.AttributeSet) -android.didikee.donate.R$id: int text -cyanogenmod.app.LiveLockScreenInfo: int PRIORITY_HIGH -wangdaye.com.geometricweather.R$id: int italic -wangdaye.com.geometricweather.db.entities.HistoryEntity: java.lang.Long id -com.google.gson.stream.MalformedJsonException: MalformedJsonException(java.lang.String) -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int PARTLY_CLOUDY_NIGHT -com.xw.repo.bubbleseekbar.R$attr: int bsb_hide_bubble -cyanogenmod.weatherservice.ServiceRequestResult -androidx.viewpager2.R$styleable: int[] GradientColor -com.tencent.bugly.crashreport.common.info.PlugInBean: void writeToParcel(android.os.Parcel,int) -androidx.constraintlayout.widget.R$attr: int buttonBarStyle -wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_icon_dark_normal -com.jaredrummler.android.colorpicker.R$styleable: int[] BackgroundStyle +androidx.preference.R$color: int highlighted_text_material_light +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_toolbarStyle +androidx.drawerlayout.R$styleable: int FontFamily_fontProviderAuthority +com.bumptech.glide.integration.okhttp.R$id: int chronometer +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_goneMarginTop +retrofit2.ParameterHandler$FieldMap: ParameterHandler$FieldMap(java.lang.reflect.Method,int,retrofit2.Converter,boolean) +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView: DoubleHistogramView(android.content.Context,android.util.AttributeSet,int) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean dispatchKeyShortcutEvent(android.view.KeyEvent) +wangdaye.com.geometricweather.R$attr: int contentInsetStart +com.google.android.material.R$styleable: int MaterialTextView_android_lineHeight +androidx.constraintlayout.widget.R$id: int none +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_startIconTint +retrofit2.ParameterHandler$Tag: ParameterHandler$Tag(java.lang.Class) +android.didikee.donate.R$style: int Widget_AppCompat_ActionButton_Overflow +androidx.hilt.work.R$styleable: int GradientColorItem_android_color +com.xw.repo.bubbleseekbar.R$anim: int abc_slide_in_bottom +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX getBrandInfo() +com.jaredrummler.android.colorpicker.R$attr: int dividerPadding +cyanogenmod.app.LiveLockScreenInfo: cyanogenmod.app.LiveLockScreenInfo clone() +cyanogenmod.providers.CMSettings$System: java.lang.String getStringForUser(android.content.ContentResolver,java.lang.String,int) +wangdaye.com.geometricweather.common.basic.models.weather.UV: int UV_INDEX_LOW +android.didikee.donate.R$styleable: int SearchView_iconifiedByDefault +okhttp3.internal.http2.Http2Writer: okio.BufferedSink sink +io.reactivex.internal.subscribers.DeferredScalarSubscriber: void onError(java.lang.Throwable) +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_AppCompat +com.turingtechnologies.materialscrollbar.R$drawable: int abc_tab_indicator_mtrl_alpha +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$FeelsLikeBean: void setValue(java.lang.String) +androidx.legacy.coreutils.R$color: int secondary_text_default_material_light +wangdaye.com.geometricweather.R$styleable: int ThemeEnforcement_enforceTextAppearance +com.google.android.material.R$attr: int fabCradleRoundedCornerRadius +wangdaye.com.geometricweather.R$style: int spinner_item +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult: java.lang.String domain +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: long EpochEndTime +james.adaptiveicon.R$dimen: int abc_dialog_fixed_height_major +com.google.android.material.tabs.TabLayout$TabView: com.google.android.material.tabs.TabLayout$Tab getTab() +com.tencent.bugly.proguard.u: void a(int,com.tencent.bugly.proguard.an) +com.turingtechnologies.materialscrollbar.R$drawable: int abc_switch_track_mtrl_alpha +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property RainPrecipitationProbability +com.xw.repo.bubbleseekbar.R$drawable: int abc_scrubber_control_to_pressed_mtrl_000 +com.turingtechnologies.materialscrollbar.R$styleable: int[] StateListDrawableItem +com.turingtechnologies.materialscrollbar.R$attr: int layout_anchorGravity +james.adaptiveicon.R$styleable: int AlertDialog_listLayout +androidx.vectordrawable.R$id: int accessibility_custom_action_27 +com.amap.api.location.LocationManagerBase: void startLocation() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust +com.amap.api.location.DPoint: double getLongitude() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Rain: int UnitType +androidx.preference.R$styleable: int View_android_theme +cyanogenmod.app.CustomTile$ExpandedItem: CustomTile$ExpandedItem() +androidx.lifecycle.extensions.R$styleable: int ColorStateListItem_android_color +com.google.android.material.R$styleable: int[] State +androidx.lifecycle.Transformations$2: androidx.lifecycle.LiveData mSource +cyanogenmod.weatherservice.WeatherProviderService: android.os.IBinder onBind(android.content.Intent) +james.adaptiveicon.R$styleable: int SwitchCompat_trackTintMode +wangdaye.com.geometricweather.R$string: int week_7 +retrofit2.ServiceMethod: retrofit2.ServiceMethod parseAnnotations(retrofit2.Retrofit,java.lang.reflect.Method) +android.didikee.donate.R$attr: int textAppearancePopupMenuHeader +androidx.appcompat.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +android.didikee.donate.R$styleable: int AppCompatTheme_ratingBarStyleSmall +okhttp3.logging.HttpLoggingInterceptor$Level: okhttp3.logging.HttpLoggingInterceptor$Level[] $VALUES +androidx.preference.R$attr: int navigationContentDescription +wangdaye.com.geometricweather.R$attr: int collapsingToolbarLayoutStyle +wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_fontVariationSettings +com.xw.repo.bubbleseekbar.R$attr: int bsb_bubble_color +okhttp3.HttpUrl: java.lang.String username() +androidx.preference.R$attr: int drawableSize +com.google.android.material.R$styleable: int[] MaterialToolbar +androidx.constraintlayout.widget.R$styleable: int MenuGroup_android_id +okhttp3.internal.cache.DiskLruCache: java.lang.Runnable cleanupRunnable +wangdaye.com.geometricweather.R$color: int tooltip_background_dark +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: float unitFactor +wangdaye.com.geometricweather.R$drawable: int weather_thunderstorm_1 +androidx.hilt.R$drawable: int notification_bg_normal +androidx.constraintlayout.widget.R$drawable: int notification_template_icon_low_bg +com.turingtechnologies.materialscrollbar.R$style: int Theme_Design_BottomSheetDialog +wangdaye.com.geometricweather.R$drawable: int design_ic_visibility_off +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_FloatingActionButton +com.google.android.material.R$attr: int materialCalendarFullscreenTheme +android.didikee.donate.R$styleable: int Spinner_popupTheme +androidx.preference.R$styleable: int PreferenceImageView_android_maxWidth +com.google.android.material.R$string: int fab_transformation_scrim_behavior +com.turingtechnologies.materialscrollbar.R$attr: int strokeWidth +androidx.appcompat.R$styleable: int AppCompatTheme_checkboxStyle +androidx.legacy.coreutils.R$styleable: int GradientColor_android_centerY +androidx.appcompat.R$styleable: int AppCompatSeekBar_tickMarkTintMode +androidx.preference.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset +james.adaptiveicon.R$attr: int windowFixedHeightMinor +androidx.appcompat.R$attr: int actionProviderClass +android.didikee.donate.R$attr: int splitTrack +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_textColorSearchUrl +androidx.appcompat.R$styleable: int AppCompatTheme_actionModeBackground +androidx.preference.R$attr: int singleChoiceItemLayout +androidx.viewpager2.R$attr: int ttcIndex +wangdaye.com.geometricweather.R$attr: int layout_constraintHeight_min +com.tencent.bugly.crashreport.crash.c: void f() +androidx.preference.R$integer: R$integer() +com.tencent.bugly.crashreport.biz.b: long i +wangdaye.com.geometricweather.R$dimen: int design_snackbar_action_text_color_alpha +com.jaredrummler.android.colorpicker.R$string: int abc_action_menu_overflow_description +io.reactivex.exceptions.CompositeException: CompositeException(java.lang.Throwable[]) +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_subtitle_top_margin_material +com.google.android.material.R$attr: int ratingBarStyle +com.google.android.material.R$dimen: int mtrl_extended_fab_top_padding +androidx.appcompat.R$attr: int tintMode +wangdaye.com.geometricweather.R$styleable: int BottomNavigationView_itemBackground +androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_Layout_layout_behavior +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceCaption +com.google.android.material.R$styleable: int ClockFaceView_valueTextColor +james.adaptiveicon.R$color: int bright_foreground_disabled_material_dark +com.tencent.bugly.proguard.z: java.lang.String a(long) +wangdaye.com.geometricweather.R$drawable: int cpv_ic_arrow_right_black_24dp +androidx.core.R$styleable: int GradientColor_android_gradientRadius +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_thumb_radius +okhttp3.internal.http.BridgeInterceptor: okhttp3.Response intercept(okhttp3.Interceptor$Chain) +okhttp3.internal.http2.Hpack: int PREFIX_6_BITS +okhttp3.internal.http.RetryAndFollowUpInterceptor: okhttp3.internal.connection.StreamAllocation streamAllocation +androidx.appcompat.R$attr: int windowFixedWidthMinor +androidx.hilt.lifecycle.R$styleable: int ColorStateListItem_android_color +cyanogenmod.app.CustomTileListenerService: cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper access$100(cyanogenmod.app.CustomTileListenerService) +androidx.transition.R$id: int tag_unhandled_key_event_manager +androidx.dynamicanimation.R$layout: int notification_template_part_time +androidx.preference.R$styleable: int MenuView_preserveIconSpacing +okhttp3.internal.platform.AndroidPlatform$AndroidCertificateChainCleaner: java.lang.Object x509TrustManagerExtensions +com.google.android.material.R$id: int blocking +androidx.constraintlayout.widget.R$styleable: int SearchView_closeIcon +com.amap.api.fence.PoiItem$1: java.lang.Object[] newArray(int) +com.google.android.material.R$color: int material_timepicker_clockface +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_searchViewStyle +wangdaye.com.geometricweather.R$styleable: int Preference_android_layout +androidx.constraintlayout.helper.widget.Flow: void setHorizontalStyle(int) +androidx.viewpager2.R$styleable: int FontFamilyFont_fontWeight +com.google.android.material.R$attr: int altSrc +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder port(int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult$PrecipitationBean: void setIsShow(boolean) +com.tencent.bugly.crashreport.a: boolean setNativeIsAppForeground(boolean) +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setO3(java.lang.Float) +androidx.activity.R$style +androidx.preference.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity +io.reactivex.internal.schedulers.RxThreadFactory: java.lang.String prefix +retrofit2.Retrofit: Retrofit(okhttp3.Call$Factory,okhttp3.HttpUrl,java.util.List,java.util.List,java.util.concurrent.Executor,boolean) +wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle valueOf(java.lang.String) +com.jaredrummler.android.colorpicker.R$styleable: int Preference_iconSpaceReserved +com.google.android.material.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless +androidx.dynamicanimation.R$dimen: int notification_large_icon_width +androidx.activity.R$layout: int notification_template_custom_big +wangdaye.com.geometricweather.db.entities.WeatherEntity: int getTemperature() +james.adaptiveicon.R$attr: int navigationContentDescription +androidx.preference.R$styleable: int[] Spinner +androidx.constraintlayout.widget.R$styleable: int Layout_layout_editor_absoluteY +com.google.gson.internal.LinkedTreeMap: java.util.Set entrySet() +androidx.hilt.lifecycle.R$attr: int fontStyle +wangdaye.com.geometricweather.common.basic.models.weather.Alert: long getTime() +wangdaye.com.geometricweather.wallpaper.MaterialLiveWallpaperService: MaterialLiveWallpaperService() +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult +android.didikee.donate.R$color: int background_material_dark +cyanogenmod.profiles.AirplaneModeSettings: void setOverride(boolean) +wangdaye.com.geometricweather.R$styleable: int AlertDialog_listItemLayout +androidx.appcompat.widget.AppCompatTextView: void setLineHeight(int) +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$4: ExternalViewProviderService$Provider$ProviderImpl$4(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) +cyanogenmod.externalviews.KeyguardExternalView$3 +james.adaptiveicon.R$styleable: int AppCompatTextView_drawableRightCompat +com.google.android.material.R$styleable: int AppCompatTheme_actionModeCloseButtonStyle +retrofit2.ParameterHandler$QueryName: retrofit2.Converter nameConverter +io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy LATEST +androidx.preference.R$color: int material_blue_grey_950 +androidx.appcompat.R$styleable: int[] MenuItem +com.google.android.material.R$dimen: int mtrl_calendar_month_vertical_padding +wangdaye.com.geometricweather.R$id: int chip +androidx.preference.R$styleable: int Preference_persistent +androidx.recyclerview.widget.RecyclerView: int getItemDecorationCount() +cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks +cyanogenmod.app.ProfileGroup: cyanogenmod.app.ProfileGroup$Mode getSoundMode() +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: io.reactivex.internal.fuseable.SimplePlainQueue queue +wangdaye.com.geometricweather.R$animator: int mtrl_fab_hide_motion_spec +com.google.android.material.R$dimen: int design_snackbar_padding_horizontal +wangdaye.com.geometricweather.R$attr: int chipEndPadding +cyanogenmod.providers.CMSettings$NameValueCache: java.lang.String getStringForUser(android.content.ContentResolver,java.lang.String,int) +androidx.appcompat.R$styleable +com.bumptech.glide.R$dimen: int compat_control_corner_material +wangdaye.com.geometricweather.R$animator: int linear_indeterminate_line1_tail_interpolator +com.turingtechnologies.materialscrollbar.R$attr: int selectableItemBackground +androidx.constraintlayout.widget.R$drawable: int notification_bg_normal_pressed +androidx.coordinatorlayout.widget.CoordinatorLayout: void setStatusBarBackgroundResource(int) +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver: long serialVersionUID +androidx.appcompat.widget.ActionBarContextView +com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemIconSize +androidx.appcompat.view.menu.ActionMenuItemView: ActionMenuItemView(android.content.Context,android.util.AttributeSet,int) +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: java.lang.String getDumpFilePath() +wangdaye.com.geometricweather.common.ui.widgets.trend.item.DailyTrendItemView: void setDayIconDrawable(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean temperature +com.google.android.material.slider.RangeSlider: void setTickTintList(android.content.res.ColorStateList) +androidx.recyclerview.widget.GridLayoutManager: GridLayoutManager(android.content.Context,android.util.AttributeSet,int,int) +com.turingtechnologies.materialscrollbar.R$attr: int thumbTextPadding +androidx.constraintlayout.widget.R$layout: int abc_popup_menu_item_layout +com.google.android.gms.common.internal.ReflectedParcelable +androidx.work.R$styleable: int FontFamilyFont_android_font +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String getDistrict() +androidx.lifecycle.extensions.R$id: int title +cyanogenmod.hardware.CMHardwareManager: int COLOR_CALIBRATION_BLUE_INDEX +com.tencent.bugly.crashreport.crash.b: com.tencent.bugly.proguard.ak a(android.content.Context,com.tencent.bugly.crashreport.crash.CrashDetailBean,com.tencent.bugly.crashreport.common.info.a) +com.tencent.bugly.proguard.s: s(android.content.Context) +wangdaye.com.geometricweather.R$styleable: int FitSystemBarNestedScrollView_sv_side +com.google.android.material.R$id: int accessibility_custom_action_20 +com.xw.repo.bubbleseekbar.R$dimen: int notification_action_icon_size +androidx.constraintlayout.widget.R$dimen: int abc_edit_text_inset_top_material +okio.ForwardingSink: java.lang.String toString() +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Dialog_FixedSize +com.jaredrummler.android.colorpicker.R$dimen: int abc_text_size_small_material +okio.Timeout$1: okio.Timeout deadlineNanoTime(long) +okhttp3.MediaType: MediaType(java.lang.String,java.lang.String,java.lang.String,java.lang.String) +wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_min_height +androidx.vectordrawable.R$dimen: int notification_large_icon_height +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Menu +wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar: void setBackgroundColor(int) +androidx.core.R$id: int actions +androidx.appcompat.R$id: int accessibility_custom_action_25 +android.didikee.donate.R$drawable: int abc_textfield_activated_mtrl_alpha +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_RatingBar_Small +com.github.rahatarmanahmed.cpv.CircularProgressView$5: void onAnimationEnd(android.animation.Animator) +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: boolean isDisposed() +com.google.android.material.R$drawable: int abc_btn_radio_to_on_mtrl_015 +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow +okhttp3.internal.http2.Http2Writer: void pushPromise(int,int,java.util.List) +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone: java.lang.String Code +androidx.appcompat.R$attr: int lineHeight +okhttp3.Cookie$Builder: okhttp3.Cookie$Builder httpOnly() +io.reactivex.Observable: io.reactivex.Observable doOnTerminate(io.reactivex.functions.Action) +android.didikee.donate.R$style: int TextAppearance_Widget_AppCompat_ExpandedMenu_Item +retrofit2.converter.gson.GsonResponseBodyConverter: java.lang.Object convert(java.lang.Object) +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: int index +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getUvIndex() +wangdaye.com.geometricweather.remoteviews.config.HourlyTrendWidgetConfigActivity: HourlyTrendWidgetConfigActivity() +cyanogenmod.app.CustomTile$ExpandedStyle: android.widget.RemoteViews contentViews +com.turingtechnologies.materialscrollbar.R$id: int transition_scene_layoutid_cache +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_stroke_size +wangdaye.com.geometricweather.db.entities.AlertEntity: void setColor(int) +cyanogenmod.providers.CMSettings$2: CMSettings$2() +com.bumptech.glide.R$styleable: int FontFamily_fontProviderFetchStrategy +wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability precipitationProbability +androidx.activity.R$id: int accessibility_custom_action_8 +androidx.preference.R$id: int add +androidx.appcompat.widget.AppCompatImageButton: void setSupportBackgroundTintList(android.content.res.ColorStateList) +com.xw.repo.bubbleseekbar.R$string: int abc_menu_shift_shortcut_label +com.amap.api.location.CoordinateConverter$CoordType: com.amap.api.location.CoordinateConverter$CoordType[] a +androidx.constraintlayout.widget.R$attr: int homeLayout +cyanogenmod.externalviews.IExternalViewProvider$Stub: cyanogenmod.externalviews.IExternalViewProvider asInterface(android.os.IBinder) +io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: java.lang.Object poll() +wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_5_00 +cyanogenmod.app.CustomTile$ExpandedItem: android.graphics.Bitmap itemBitmapResource +wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_trendRecyclerView +com.tencent.bugly.proguard.v: int a +com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_y_offset_non_touch +wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: java.util.List toCardDisplayList(java.lang.String) +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void cancel() +com.google.android.material.R$styleable: int[] RadialViewGroup +wangdaye.com.geometricweather.R$id: int shortcut +androidx.constraintlayout.widget.R$attr: int navigationMode +com.tencent.bugly.crashreport.crash.CrashDetailBean: java.util.Map S +com.google.android.material.R$attr: int tickMark +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: long timeout +androidx.appcompat.widget.LinearLayoutCompat: LinearLayoutCompat(android.content.Context) +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_requireAdaptiveBacklightForSunlightEnhancement +androidx.appcompat.R$attr: int contentInsetStartWithNavigation +android.didikee.donate.R$styleable: int ActionBar_hideOnContentScroll +wangdaye.com.geometricweather.R$id: int bottom_sides +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: void access$600(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) +androidx.hilt.R$color: int ripple_material_light +android.didikee.donate.R$styleable: int DrawerArrowToggle_gapBetweenBars +okhttp3.HttpUrl: java.lang.String queryParameterName(int) +com.jaredrummler.android.colorpicker.R$attr: int singleLineTitle +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: io.reactivex.functions.Consumer onDrop +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_Switch +androidx.appcompat.app.AppCompatDelegateImpl$PanelFeatureState$SavedState: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$styleable: int[] CircularProgressView +com.xw.repo.bubbleseekbar.R$attr: int titleTextColor +okio.AsyncTimeout$1 +androidx.constraintlayout.widget.R$styleable: int GradientColor_android_gradientRadius +com.github.rahatarmanahmed.cpv.R$bool: int cpv_default_anim_autostart +wangdaye.com.geometricweather.R$id: int pin +androidx.loader.R$styleable: int ColorStateListItem_alpha +androidx.constraintlayout.widget.R$drawable: int abc_spinner_mtrl_am_alpha +cyanogenmod.themes.ThemeManager: void applyDefaultTheme() +com.turingtechnologies.materialscrollbar.R$string: int abc_action_bar_up_description +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_lineHeight +wangdaye.com.geometricweather.common.ui.widgets.TagView: void setChecked(boolean) +com.turingtechnologies.materialscrollbar.R$dimen: int abc_text_size_display_2_material +com.google.android.material.R$dimen: int mtrl_shape_corner_size_small_component +androidx.preference.R$styleable: int ViewStubCompat_android_id +com.tencent.bugly.proguard.z: boolean c(java.lang.String) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_goneMarginLeft +com.xw.repo.bubbleseekbar.R$anim: int abc_fade_in +android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary +io.reactivex.internal.schedulers.ScheduledRunnable: java.lang.Runnable actual +com.google.gson.stream.JsonWriter: void beforeName() +androidx.drawerlayout.widget.DrawerLayout: void setDrawerLockMode(int) +wangdaye.com.geometricweather.R$integer: int mtrl_tab_indicator_anim_duration_ms +okio.Source +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night Night +androidx.appcompat.R$styleable: int ColorStateListItem_alpha +androidx.appcompat.widget.AppCompatAutoCompleteTextView: void setDropDownBackgroundResource(int) +wangdaye.com.geometricweather.R$id: int topPanel +retrofit2.BuiltInConverters$RequestBodyConverter +androidx.viewpager2.R$styleable: int FontFamily_fontProviderQuery +wangdaye.com.geometricweather.R$id: int notification_multi_city_text_2 +okio.Buffer$1: void write(byte[],int,int) +com.google.android.material.R$color: int mtrl_fab_icon_text_color_selector +okhttp3.internal.cache.CacheStrategy: okhttp3.Request networkRequest +retrofit2.ServiceMethod: java.lang.Object invoke(java.lang.Object[]) +wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Long readKey(android.database.Cursor,int) +com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemTextAppearanceActive +wangdaye.com.geometricweather.R$id: int seekbar_value +androidx.core.R$id: int accessibility_custom_action_22 +okio.AsyncTimeout$Watchdog +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: io.reactivex.internal.fuseable.SimplePlainQueue queue +io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: void onSubscribe(org.reactivestreams.Subscription) +android.didikee.donate.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight +com.tencent.bugly.proguard.u +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarSplitStyle +androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView +com.turingtechnologies.materialscrollbar.R$color: int notification_action_color_filter +androidx.constraintlayout.widget.R$id: int on +com.tencent.bugly.proguard.p: com.tencent.bugly.proguard.r b(android.database.Cursor) +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Toolbar_Button_Navigation +com.google.android.material.R$id: int action_mode_close_button +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedEmitLast +io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection: long serialVersionUID +androidx.recyclerview.widget.RecyclerView: boolean getPreserveFocusAfterLayout() +com.tencent.bugly.proguard.ae: ae() +wangdaye.com.geometricweather.R$attr: int windowFixedHeightMajor +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_TextView +com.jaredrummler.android.colorpicker.R$attr: int buttonTint +retrofit2.OkHttpCall$ExceptionCatchingResponseBody: void throwIfCaught() +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator USE_EDGE_SERVICE_FOR_GESTURES_VALIDATOR +com.google.android.material.R$style: int ShapeAppearance_MaterialComponents_Tooltip +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_buttonStyleSmall +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_android_insetTop +okhttp3.Response$Builder: okhttp3.Headers$Builder headers +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_AutoCompleteTextView_OutlinedBox +androidx.appcompat.R$attr: int activityChooserViewStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setUvIndex(java.lang.String) +wangdaye.com.geometricweather.R$attr: int behavior_saveFlags +androidx.appcompat.widget.ActionBarContextView: void setTitle(java.lang.CharSequence) +retrofit2.adapter.rxjava2.ResultObservable: ResultObservable(io.reactivex.Observable) +cyanogenmod.app.LiveLockScreenInfo$1: java.lang.Object createFromParcel(android.os.Parcel) +com.jaredrummler.android.colorpicker.R$style: int Widget_Compat_NotificationActionText +androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityStopped(android.app.Activity) +wangdaye.com.geometricweather.common.ui.widgets.trend.item.HourlyTrendItemView: int getChartBottom() +com.jaredrummler.android.colorpicker.R$attr: int min +androidx.appcompat.R$attr: int dropDownListViewStyle +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintWidth_max +com.tencent.bugly.crashreport.crash.c: boolean i +cyanogenmod.app.ProfileManager: cyanogenmod.app.Profile getProfile(java.lang.String) +wangdaye.com.geometricweather.R$id: int scrollBar +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$SummariesBean +androidx.constraintlayout.widget.R$styleable: int KeyTimeCycle_curveFit +com.google.android.material.R$styleable: int AppCompatTextView_fontVariationSettings +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.ChineseCityEntity,long) +org.greenrobot.greendao.AbstractDaoSession: AbstractDaoSession(org.greenrobot.greendao.database.Database) +com.google.android.material.R$styleable: int Slider_trackColorInactive +wangdaye.com.geometricweather.R$dimen: int design_snackbar_action_inline_max_width +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: double HoursOfRain +com.google.android.gms.base.R$styleable: int SignInButton_scopeUris +androidx.appcompat.R$drawable: int abc_ic_ab_back_material +com.jaredrummler.android.colorpicker.R$styleable: int ColorStateListItem_android_alpha +com.google.android.material.R$styleable: int View_android_focusable +androidx.viewpager.R$attr: int fontProviderQuery +com.google.android.material.R$style: int Animation_Design_BottomSheetDialog +retrofit2.http.Streaming +cyanogenmod.app.ProfileManager: java.lang.String INTENT_ACTION_PROFILE_SELECTED +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: float getFillAlpha() +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_Button_Colored +androidx.work.impl.background.systemalarm.ConstraintProxy$NetworkStateProxy +okhttp3.internal.connection.RealConnection: java.lang.String NPE_THROW_WITH_NULL +androidx.appcompat.R$style: int TextAppearance_Compat_Notification_Time +com.github.rahatarmanahmed.cpv.CircularProgressView$8: float val$start +androidx.coordinatorlayout.R$attr +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: java.lang.String sourceId +androidx.hilt.work.R$id: int accessibility_custom_action_28 +com.google.android.material.R$dimen: int abc_dialog_corner_radius_material +wangdaye.com.geometricweather.R$attr: int motion_postLayoutCollision +com.google.android.material.R$string: int mtrl_picker_text_input_month_abbr +com.amap.api.fence.PoiItem$1 +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_numericModifiers +wangdaye.com.geometricweather.location.services.LocationService: android.app.Notification getLocationNotification(android.content.Context) +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int WEATHER_CODE_MAX +wangdaye.com.geometricweather.R$font: int product_sans_thin_italic +wangdaye.com.geometricweather.resource.utils.ResourceUtils$NullResourceIdException: ResourceUtils$NullResourceIdException() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: CaiYunMainlyResult$CurrentBean$VisibilityBean() +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +wangdaye.com.geometricweather.R$attr: int cpv_showAlphaSlider +com.turingtechnologies.materialscrollbar.R$id: int icon_group +androidx.dynamicanimation.R$styleable: int FontFamilyFont_fontWeight +com.tencent.bugly.crashreport.crash.b: java.util.List a() +com.bumptech.glide.R$attr: int fontWeight +io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: long serialVersionUID +androidx.customview.R$layout: int notification_action_tombstone +okio.RealBufferedSource$1 +retrofit2.Retrofit$Builder: okhttp3.HttpUrl baseUrl +wangdaye.com.geometricweather.R$styleable: int Constraint_android_layout_height +androidx.appcompat.R$color: int abc_tint_switch_track +com.turingtechnologies.materialscrollbar.R$attr: int windowActionModeOverlay +okhttp3.internal.http2.Http2Stream$FramingSource: void close() +io.reactivex.internal.util.NotificationLite$ErrorNotification: java.lang.String toString() +androidx.core.R$styleable: int FontFamilyFont_ttcIndex +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Small_Inverse +android.didikee.donate.R$style: int Base_Theme_AppCompat_Dialog_Alert +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult: wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation observation +com.google.gson.stream.JsonWriter: boolean lenient +androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityStarted(android.app.Activity) +com.tencent.bugly.proguard.ak: java.lang.String i +wangdaye.com.geometricweather.R$transition: int search_activity_return +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: java.lang.String getValue() +com.google.android.material.tabs.TabLayout +retrofit2.BuiltInConverters$UnitResponseBodyConverter: kotlin.Unit convert(okhttp3.ResponseBody) +androidx.appcompat.widget.AppCompatImageButton: android.graphics.PorterDuff$Mode getSupportBackgroundTintMode() +androidx.appcompat.R$dimen: int abc_action_bar_elevation_material +com.jaredrummler.android.colorpicker.R$attr: int homeLayout +com.google.android.material.R$dimen: int abc_dialog_fixed_height_minor +wangdaye.com.geometricweather.R$attr: int expandedHintEnabled +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_iconifiedByDefault +androidx.lifecycle.Lifecycling$1: Lifecycling$1(androidx.lifecycle.LifecycleEventObserver) +androidx.coordinatorlayout.R$style: int TextAppearance_Compat_Notification +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_shadowRadius +android.didikee.donate.R$styleable: int AppCompatTextView_autoSizePresetSizes +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Body2 +com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_BottomAppBar_Primary +com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat_Dialog_Alert +james.adaptiveicon.R$style: int Base_Widget_AppCompat_Spinner +androidx.preference.R$id: int accessibility_custom_action_26 +com.xw.repo.bubbleseekbar.R$drawable: int notification_bg_normal_pressed +okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder writeTimeout(java.time.Duration) +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub: IWeatherProviderServiceClient$Stub() +androidx.viewpager2.R$color: int notification_icon_bg_color +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean aqi +com.tencent.bugly.crashreport.CrashReport: boolean setJavascriptMonitor(com.tencent.bugly.crashreport.CrashReport$WebViewInterface,boolean,boolean) +androidx.hilt.R$id: int tag_screen_reader_focusable +wangdaye.com.geometricweather.R$style: int PopupWindowAnimation_Top_Left +androidx.appcompat.resources.R$styleable: int GradientColorItem_android_offset +okhttp3.HttpUrl: java.util.List encodedPathSegments() +com.google.android.material.R$id: int tag_transition_group +androidx.appcompat.R$anim: int btn_radio_to_off_mtrl_ring_outer_path_animation +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider: boolean requestDismissAndStartActivity(android.content.Intent) +com.bumptech.glide.R$dimen: int notification_main_column_padding_top +okhttp3.internal.http2.Http2Connection$Builder: java.lang.String hostname +com.amap.api.location.AMapLocationClient: void stopAssistantLocation() +com.google.android.gms.common.SignInButton: void setEnabled(boolean) +cyanogenmod.hardware.DisplayMode +com.xw.repo.bubbleseekbar.R$color: int background_floating_material_light +cyanogenmod.externalviews.ExternalViewProperties: int getWidth() +com.xw.repo.bubbleseekbar.R$attr: int bsb_thumb_text_size +wangdaye.com.geometricweather.R$styleable: int MaterialScrollBar_msb_barThickness +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: io.reactivex.internal.operators.observable.ObservableRefCount parent +com.google.android.material.R$style: int Widget_MaterialComponents_PopupMenu +com.xw.repo.bubbleseekbar.R$attr: int alertDialogStyle +wangdaye.com.geometricweather.R$integer: int google_play_services_version +androidx.preference.R$attr: int adjustable +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_action_height +com.jaredrummler.android.colorpicker.R$dimen: int cpv_item_size +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void onSubscribe(io.reactivex.disposables.Disposable) +cyanogenmod.weather.ICMWeatherManager$Stub: java.lang.String DESCRIPTOR +io.reactivex.internal.operators.observable.ObservableConcatMapEager$ConcatMapEagerMainObserver: void onComplete() +androidx.constraintlayout.widget.R$dimen: int abc_dialog_fixed_width_minor +okio.Buffer: boolean equals(java.lang.Object) +okhttp3.Cache: void remove(okhttp3.Request) +com.xw.repo.bubbleseekbar.R$attr: int singleChoiceItemLayout +androidx.appcompat.R$color: int material_blue_grey_800 +androidx.lifecycle.SavedStateHandle: androidx.savedstate.SavedStateRegistry$SavedStateProvider savedStateProvider() +com.google.android.material.R$attr: int layout_constraintCircle +okhttp3.internal.http2.Http2Codec: Http2Codec(okhttp3.OkHttpClient,okhttp3.Interceptor$Chain,okhttp3.internal.connection.StreamAllocation,okhttp3.internal.http2.Http2Connection) +android.didikee.donate.R$style: int TextAppearance_AppCompat +wangdaye.com.geometricweather.R$string: int settings_title_pressure_unit +androidx.constraintlayout.widget.R$id: int aligned +com.google.android.material.tabs.TabLayout: TabLayout(android.content.Context,android.util.AttributeSet,int) +com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeInsetEnd +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.util.Date pubTime +com.bumptech.glide.R$styleable: int CoordinatorLayout_Layout_layout_insetEdge +wangdaye.com.geometricweather.R$attr: int layout_goneMarginEnd +androidx.preference.R$id: int scrollIndicatorUp +io.reactivex.Observable: io.reactivex.Observable buffer(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +retrofit2.adapter.rxjava2.Result: retrofit2.adapter.rxjava2.Result error(java.lang.Throwable) +wangdaye.com.geometricweather.R$layout: int item_weather_daily_margin +com.jaredrummler.android.colorpicker.R$style: int Preference_DialogPreference_EditTextPreference +com.turingtechnologies.materialscrollbar.R$color: int bright_foreground_disabled_material_light +androidx.lifecycle.LiveData$ObserverWrapper: androidx.lifecycle.LiveData this$0 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: java.lang.String getType() +wangdaye.com.geometricweather.R$attr: int flow_lastHorizontalStyle +com.google.android.material.R$style: int Base_Widget_AppCompat_ActionBar_TabView +com.google.android.material.R$dimen: int mtrl_bottomappbar_fab_cradle_vertical_offset +cyanogenmod.app.CustomTile$ExpandedStyle$1: CustomTile$ExpandedStyle$1() +com.google.android.material.chip.Chip: void setGravity(int) +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean isDisposed() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric +com.xw.repo.bubbleseekbar.R$id: R$id() +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeIcePrecipitationProbability(java.lang.Float) +com.google.android.material.R$styleable: int TextAppearance_android_textSize +com.google.android.material.R$attr: int cardBackgroundColor +com.google.android.material.R$styleable: int AppCompatTheme_buttonStyleSmall +androidx.hilt.work.R$id: int accessibility_custom_action_20 +cyanogenmod.externalviews.IExternalViewProvider$Stub: int TRANSACTION_onResume +wangdaye.com.geometricweather.R$styleable: int[] OnClick +cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_setDefaultSmsSub +com.jaredrummler.android.colorpicker.R$layout: int notification_action +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void onNext(java.lang.Object) +androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_fontVariationSettings +com.google.android.material.R$anim: int abc_shrink_fade_out_from_bottom +james.adaptiveicon.R$styleable: int AppCompatTheme_buttonBarButtonStyle +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionButton_Overflow +james.adaptiveicon.R$style: int Widget_AppCompat_Light_PopupMenu_Overflow +com.jaredrummler.android.colorpicker.R$styleable: int[] CompoundButton +okhttp3.internal.ws.WebSocketWriter: void writeControlFrame(int,okio.ByteString) +okhttp3.RequestBody$2: okhttp3.MediaType contentType() +wangdaye.com.geometricweather.R$dimen: int abc_button_padding_vertical_material +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_Button +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: io.reactivex.internal.disposables.SequentialDisposable serial +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language JAPANESE +wangdaye.com.geometricweather.R$attr: int listPreferredItemPaddingEnd +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_borderlessButtonStyle +androidx.lifecycle.ViewModelProvider: androidx.lifecycle.ViewModel get(java.lang.Class) +androidx.preference.R$id: int text2 +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dropDownListViewStyle +cyanogenmod.app.ProfileGroup: void writeToParcel(android.os.Parcel,int) +androidx.appcompat.R$styleable: int SwitchCompat_trackTint +androidx.preference.R$attr: int actionBarSize +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Metric: double Value +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String daytimeWindLevel +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Caption +androidx.work.R$drawable: int notification_template_icon_low_bg +com.xw.repo.bubbleseekbar.R$drawable: int abc_cab_background_top_material +wangdaye.com.geometricweather.R$attr: int layout_anchorGravity +com.turingtechnologies.materialscrollbar.R$integer: int abc_config_activityDefaultDur +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: java.util.List getAlerts() +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_panelBackground +androidx.appcompat.R$styleable: int AppCompatTheme_actionDropDownStyle +androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour: androidx.constraintlayout.solver.widgets.ConstraintWidget$DimensionBehaviour FIXED +james.adaptiveicon.R$dimen: int abc_text_size_title_material_toolbar +android.didikee.donate.R$dimen: int abc_list_item_padding_horizontal_material +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_android_checkable +okhttp3.internal.ws.WebSocketWriter$FrameSink: okhttp3.internal.ws.WebSocketWriter this$0 +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_expandedTitleMargin +androidx.appcompat.R$id: int spacer +com.google.android.material.imageview.ShapeableImageView: ShapeableImageView(android.content.Context) +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData: java.util.concurrent.atomic.AtomicReference mSubscriber +com.google.android.material.R$styleable: int BottomNavigationView_itemIconSize +wangdaye.com.geometricweather.R$id: int notification_big_icon_4 +com.xw.repo.bubbleseekbar.R$id: int actions +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listChoiceIndicatorMultipleAnimated +wangdaye.com.geometricweather.R$drawable: int star_2 +android.didikee.donate.R$attr: int panelBackground +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_checkboxStyle +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_active_text_size +com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_CompactMenu +androidx.appcompat.R$id: int customPanel +wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialog_backgroundInsetTop +retrofit2.CallAdapter: java.lang.Object adapt(retrofit2.Call) +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String _ID +androidx.constraintlayout.widget.R$id: int submenuarrow +androidx.legacy.coreutils.R$attr: int fontProviderCerts +com.google.android.material.R$attr: int colorOnSurface +com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: CircularRevealCoordinatorLayout(android.content.Context,android.util.AttributeSet) +okio.ByteString: okio.ByteString read(java.io.InputStream,int) +com.turingtechnologies.materialscrollbar.R$drawable: int abc_text_select_handle_left_mtrl_light +cyanogenmod.hardware.ICMHardwareService: boolean unRegisterThermalListener(cyanogenmod.hardware.IThermalListenerCallback) +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: int AQI_INDEX_5 +android.didikee.donate.R$string: int abc_activity_chooser_view_see_all +cyanogenmod.weather.WeatherLocation: WeatherLocation() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart +com.jaredrummler.android.colorpicker.R$string: int abc_activitychooserview_choose_application +wangdaye.com.geometricweather.common.ui.widgets.ArcProgress: void setText(java.lang.String) +androidx.preference.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight +androidx.appcompat.R$styleable: int AlertDialog_showTitle +cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent FONT +com.google.android.material.R$dimen: int material_text_view_test_line_height +cyanogenmod.app.LiveLockScreenManager: LiveLockScreenManager(android.content.Context) +com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String L +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getNighttimeRealFeelShaderTemperature() +wangdaye.com.geometricweather.R$color: int material_on_surface_disabled +com.google.android.material.R$styleable: int[] Variant +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_windowActionBarOverlay +cyanogenmod.profiles.AirplaneModeSettings$1: java.lang.Object[] newArray(int) +com.google.android.material.R$attr: int errorIconTintMode +androidx.preference.R$dimen: int tooltip_precise_anchor_extra_offset +com.google.android.material.R$styleable: int MenuGroup_android_visible +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Title +com.google.android.gms.base.R$styleable: int LoadingImageView_circleCrop +androidx.lifecycle.extensions.R$styleable: int FontFamily_fontProviderFetchTimeout +okhttp3.internal.http2.Http2Stream$FramingSink: okhttp3.internal.http2.Http2Stream this$0 +com.jaredrummler.android.colorpicker.R$id: int cpv_arrow_right +com.amap.api.fence.GeoFenceClient: android.app.PendingIntent createPendingIntent(java.lang.String) +androidx.viewpager2.R$dimen: int notification_large_icon_width +android.didikee.donate.R$dimen: int notification_small_icon_background_padding +androidx.core.widget.ContentLoadingProgressBar: ContentLoadingProgressBar(android.content.Context,android.util.AttributeSet) +okhttp3.internal.http1.Http1Codec$ChunkedSink: okhttp3.internal.http1.Http1Codec this$0 +okhttp3.RequestBody$1: RequestBody$1(okhttp3.MediaType,okio.ByteString) +okio.ForwardingTimeout: long deadlineNanoTime() +androidx.lifecycle.process.R: R() +wangdaye.com.geometricweather.common.ui.widgets.SwipeSwitchLayout: int getPosition() +androidx.preference.R$style: int Base_TextAppearance_AppCompat_Display3 +androidx.activity.R$attr: int font +androidx.fragment.R$id: int accessibility_custom_action_21 +james.adaptiveicon.R$styleable: int AppCompatTheme_android_windowIsFloating +com.turingtechnologies.materialscrollbar.R$styleable: int[] ViewBackgroundHelper +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: java.lang.String LanguageCode +com.google.android.material.card.MaterialCardView: void setCheckedIconSizeResource(int) +com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_dialogLayout +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_minHeight +james.adaptiveicon.R$styleable: int AppCompatTheme_colorBackgroundFloating +com.amap.api.fence.GeoFenceManagerBase: boolean isPause() +android.didikee.donate.R$drawable: int abc_ic_star_half_black_16dp +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_endIconContentDescription +retrofit2.Call: void enqueue(retrofit2.Callback) +androidx.preference.R$style: int Base_V21_Theme_AppCompat_Light +androidx.appcompat.widget.AlertDialogLayout +androidx.appcompat.R$styleable: int AppCompatTheme_textAppearanceListItemSecondary +cyanogenmod.profiles.ConnectionSettings: int PROFILE_CONNECTION_SYNC +androidx.loader.R$dimen: int notification_top_pad_large_text +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: wangdaye.com.geometricweather.db.entities.HourlyEntity readEntity(android.database.Cursor,int) +android.didikee.donate.R$styleable: int[] AppCompatImageView +androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_android_ttcIndex +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_TextInputEditText +james.adaptiveicon.R$id: int action_text +james.adaptiveicon.R$anim: int abc_popup_enter +com.xw.repo.bubbleseekbar.R$dimen: int abc_search_view_preferred_width +james.adaptiveicon.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_dialog_background_inset +okhttp3.internal.http.HttpHeaders +com.google.android.material.R$dimen +androidx.preference.R$attr: int allowDividerAbove +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String LIVE_LOCK_SCREEN_THUMBNAIL +io.reactivex.internal.util.NotificationLite: boolean isSubscription(java.lang.Object) +wangdaye.com.geometricweather.R$anim: int design_bottom_sheet_slide_in +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Button_Colored +cyanogenmod.app.Profile: void setConnectionSettings(cyanogenmod.profiles.ConnectionSettings) +com.turingtechnologies.materialscrollbar.R$attr: int firstBaselineToTopHeight +com.xw.repo.bubbleseekbar.R$attr: int barLength +android.didikee.donate.R$attr: int buttonBarPositiveButtonStyle +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial Imperial +cyanogenmod.app.ProfileGroup: android.net.Uri mRingerOverride +com.bumptech.glide.load.resource.bitmap.RecyclableBufferedInputStream$InvalidMarkException +com.bumptech.glide.R$drawable: int notification_template_icon_bg +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView: int getMarginTop() +com.xw.repo.bubbleseekbar.R$attr: int subtitleTextColor +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: ExternalViewProviderService$Provider$ProviderImpl(cyanogenmod.externalviews.ExternalViewProviderService$Provider,cyanogenmod.externalviews.ExternalViewProviderService$Provider) +com.google.android.material.R$styleable: int ProgressIndicator_indicatorSize +wangdaye.com.geometricweather.R$drawable: int ic_running_in_background +wangdaye.com.geometricweather.R$attr: int arrowHeadLength +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_textAllCaps +com.google.android.material.R$dimen: int mtrl_toolbar_default_height +com.tencent.bugly.proguard.i: double[] i(int,boolean) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle +androidx.constraintlayout.widget.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_paddingRight +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_CompoundButton_Switch +com.turingtechnologies.materialscrollbar.R$attr: int font +androidx.appcompat.R$styleable: int ActionBar_height +cyanogenmod.app.IPartnerInterface: boolean setZenModeWithDuration(int,long) +com.google.android.material.appbar.CollapsingToolbarLayout: int getExpandedTitleMarginBottom() +com.amap.api.fence.GeoFenceManagerBase: boolean removeGeoFence(com.amap.api.fence.GeoFence) +androidx.legacy.coreutils.R$styleable: int FontFamily_fontProviderPackage +okhttp3.internal.http.HttpHeaders: int skipAll(okio.Buffer,byte) +com.google.android.material.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton +wangdaye.com.geometricweather.R$styleable: int GradientColor_android_tileMode +wangdaye.com.geometricweather.R$string: int snow +com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String s +cyanogenmod.app.Profile$1 +android.didikee.donate.R$style: int ThemeOverlay_AppCompat +okhttp3.internal.ws.RealWebSocket: void tearDown() +androidx.viewpager2.widget.ViewPager2: ViewPager2(android.content.Context,android.util.AttributeSet,int) +cyanogenmod.externalviews.ExternalView$4: void run() +com.xw.repo.bubbleseekbar.R$id: int scrollIndicatorUp +com.google.android.material.R$drawable: int abc_text_select_handle_left_mtrl_light +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onKeyguardDismissed() +io.reactivex.internal.disposables.EmptyDisposable: void error(java.lang.Throwable,io.reactivex.Observer) +io.reactivex.internal.disposables.SequentialDisposable: SequentialDisposable() +com.xw.repo.bubbleseekbar.R$color: int ripple_material_light +wangdaye.com.geometricweather.db.entities.AlertEntity: java.lang.String weatherSource +com.google.android.material.R$styleable: int ConstraintSet_chainUseRtl +androidx.appcompat.R$color: int highlighted_text_material_light +com.google.android.material.R$attr: int extendedFloatingActionButtonStyle +cyanogenmod.weather.WeatherInfo$Builder: int mWindSpeedUnit +com.google.android.material.button.MaterialButton: int getInsetBottom() +com.google.android.material.R$attr: int alpha +androidx.appcompat.widget.Toolbar: int getTitleMarginEnd() com.amap.api.fence.GeoFence: void setAble(boolean) -okhttp3.internal.http2.Http2Connection$PingRunnable: Http2Connection$PingRunnable(okhttp3.internal.http2.Http2Connection,boolean,int,int) -cyanogenmod.externalviews.ExternalView$4 -com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Dialog_Alert -com.google.android.material.R$styleable: int GradientColor_android_centerColor -com.turingtechnologies.materialscrollbar.R$string: int password_toggle_content_description -okio.AsyncTimeout$1: okio.Timeout timeout() -io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: int OTHER_STATE_HAS_VALUE -com.google.gson.stream.JsonWriter: void string(java.lang.String) -androidx.transition.R$dimen: int compat_button_padding_vertical_material -com.google.android.material.R$attr: int layout_constraintGuide_percent -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ProgressBar_Horizontal -io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,boolean) -cyanogenmod.app.IProfileManager$Stub$Proxy: cyanogenmod.app.Profile getProfile(android.os.ParcelUuid) -wangdaye.com.geometricweather.db.entities.LocationEntity: java.util.TimeZone getTimeZone() -androidx.appcompat.R$style: int TextAppearance_AppCompat_Medium -io.reactivex.internal.subscribers.SinglePostCompleteSubscriber: void cancel() -wangdaye.com.geometricweather.R$drawable: int avd_show_password -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_helperText -okhttp3.internal.http1.Http1Codec$ChunkedSource: void readChunkSize() -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder dns(okhttp3.Dns) -androidx.work.impl.background.systemjob.SystemJobService: SystemJobService() -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setOnceLocation(boolean) -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean onSearchRequested(android.view.SearchEvent) -okio.Util: void sneakyRethrow(java.lang.Throwable) -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionMode_Inverse -com.jaredrummler.android.colorpicker.R$styleable: int MenuGroup_android_id -okhttp3.internal.cache.DiskLruCache: void processJournal() -com.google.android.material.R$style: int Widget_AppCompat_Light_SearchView +com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableItem_android_id +com.google.android.material.card.MaterialCardView +cyanogenmod.themes.IThemeService$Stub$Proxy: long getLastThemeChangeTime() +okhttp3.Cookie: java.lang.String parseDomain(java.lang.String) +com.tencent.bugly.crashreport.crash.anr.TraceFileHelper$a: java.lang.String b +com.tencent.bugly.proguard.ak: java.lang.String l +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_ListView_Menu +wangdaye.com.geometricweather.R$color: int mtrl_card_view_ripple +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowActionModeOverlay +retrofit2.adapter.rxjava2.RxJava2CallAdapterFactory +com.tencent.bugly.proguard.z: java.lang.Thread a(java.lang.Runnable,java.lang.String) +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast +com.google.android.material.R$id: int textinput_placeholder +com.google.android.material.R$styleable: int Layout_layout_constraintHorizontal_weight +cyanogenmod.app.IProfileManager$Stub$Proxy: android.app.NotificationGroup getNotificationGroup(android.os.ParcelUuid) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: java.lang.String getDefenseText() +wangdaye.com.geometricweather.R$id: int item_weather_daily_astro_sunText +com.google.android.material.R$styleable: int TextInputLayout_placeholderTextAppearance +androidx.constraintlayout.widget.R$attr: int onPositiveCross +android.didikee.donate.R$style: int Base_TextAppearance_Widget_AppCompat_ExpandedMenu_Item +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: java.lang.String getZh_TW() +androidx.lifecycle.extensions.R$styleable: int[] GradientColorItem +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.util.Map lefts +com.xw.repo.bubbleseekbar.R$layout: int abc_select_dialog_material +wangdaye.com.geometricweather.R$drawable: int design_password_eye +io.reactivex.exceptions.MissingBackpressureException +androidx.legacy.coreutils.R$styleable: int FontFamily_fontProviderAuthority +wangdaye.com.geometricweather.R$drawable: int indicator +androidx.preference.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: java.lang.String brandId +androidx.viewpager.R$styleable: int GradientColor_android_endX +okhttp3.OkHttpClient: java.util.List DEFAULT_CONNECTION_SPECS +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean humidity +android.didikee.donate.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight +com.turingtechnologies.materialscrollbar.R$id: int transition_position +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: int val$height +androidx.appcompat.resources.R$id: int accessibility_custom_action_2 +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonBarPositiveButtonStyle +james.adaptiveicon.R$style: int Base_DialogWindowTitleBackground_AppCompat +com.google.android.material.R$styleable: int[] PropertySet +androidx.preference.R$styleable: int SwitchPreferenceCompat_switchTextOn +wangdaye.com.geometricweather.db.entities.LocationEntityDao: void readEntity(android.database.Cursor,java.lang.Object,int) +cyanogenmod.externalviews.KeyguardExternalView$9: void run() +com.google.android.material.R$attr: int tickColor +com.google.android.material.switchmaterial.SwitchMaterial: SwitchMaterial(android.content.Context) +androidx.preference.R$style: int Widget_AppCompat_Light_ActionBar_TabBar_Inverse +james.adaptiveicon.R$styleable: int ViewStubCompat_android_layout +io.reactivex.internal.subscriptions.BasicIntQueueSubscription: java.lang.Object poll() +wangdaye.com.geometricweather.R$attr: int searchHintIcon +android.didikee.donate.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem +wangdaye.com.geometricweather.R$styleable: int MaterialTextView_android_textAppearance +androidx.vectordrawable.R$drawable: int notification_bg_low +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipIconTint +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleMarginStart +okio.AsyncTimeout +com.turingtechnologies.materialscrollbar.R$anim: int abc_slide_out_top +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_paddingEnd +wangdaye.com.geometricweather.R$styleable: int AlertDialog_showTitle +androidx.fragment.R$dimen: int compat_button_padding_vertical_material +com.google.android.material.button.MaterialButtonToggleGroup: MaterialButtonToggleGroup(android.content.Context) +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: ChineseCityEntityDao(org.greenrobot.greendao.internal.DaoConfig) +com.xw.repo.bubbleseekbar.R$attr: int windowActionBarOverlay +wangdaye.com.geometricweather.R$dimen: int material_clock_face_margin_top +wangdaye.com.geometricweather.R$styleable: int[] NavigationView +wangdaye.com.geometricweather.R$id: int transitionToStart +com.jaredrummler.android.colorpicker.R$styleable: int MenuView_subMenuArrow +com.turingtechnologies.materialscrollbar.R$layout: int abc_action_mode_bar +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: java.lang.String zh_CN +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX$ValueBeanX: java.lang.String getFrom() +com.google.android.material.R$attr: int expandedTitleMargin +android.didikee.donate.R$layout: int notification_template_part_time +wangdaye.com.geometricweather.R$styleable: int Layout_minWidth +io.reactivex.internal.observers.ForEachWhileObserver: ForEachWhileObserver(io.reactivex.functions.Predicate,io.reactivex.functions.Consumer,io.reactivex.functions.Action) +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_Compat_Notification +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: java.util.concurrent.atomic.AtomicReference queue +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub: android.os.IBinder asBinder() +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintRight_toLeftOf +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ActionBar +com.jaredrummler.android.colorpicker.R$dimen: int abc_dialog_list_padding_bottom_no_buttons +com.google.android.material.R$styleable: int TextInputLayout_helperTextTextColor +com.google.android.material.R$style: int Widget_MaterialComponents_NavigationView +androidx.constraintlayout.widget.R$id: int baseline +james.adaptiveicon.R$styleable: int AppCompatTheme_windowMinWidthMajor +com.google.android.material.R$attr: int waveShape +com.google.android.material.R$styleable: int GradientColor_android_startX +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void execute() +okhttp3.CacheControl$Builder: boolean noStore +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$WeatherX +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_CompoundButton_RadioButton +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIconEnabled +androidx.work.impl.foreground.SystemForegroundService: SystemForegroundService() +org.greenrobot.greendao.AbstractDao: org.greenrobot.greendao.Property getPkProperty() +wangdaye.com.geometricweather.db.entities.MinutelyEntity: void setId(java.lang.Long) +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layoutDescription +androidx.appcompat.R$attr: int popupMenuStyle +cyanogenmod.weatherservice.ServiceRequestResult: ServiceRequestResult(cyanogenmod.weatherservice.ServiceRequestResult$1) +james.adaptiveicon.R$styleable: int AppCompatTextView_drawableEndCompat +androidx.legacy.coreutils.R$styleable: int[] ColorStateListItem +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver +androidx.recyclerview.R$dimen: int notification_small_icon_size_as_large +com.xw.repo.bubbleseekbar.R$styleable: int CoordinatorLayout_statusBarBackground +androidx.preference.R$styleable: int Preference_android_shouldDisableView +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +com.tencent.bugly.crashreport.crash.e: void a() +com.google.android.material.slider.Slider: float getThumbElevation() +androidx.preference.R$style: int Animation_AppCompat_Tooltip +james.adaptiveicon.R$color: int abc_tint_seek_thumb +okhttp3.internal.cache.FaultHidingSink +wangdaye.com.geometricweather.R$attr: int cpv_allowPresets +okhttp3.internal.connection.RouteSelector: void connectFailed(okhttp3.Route,java.io.IOException) +wangdaye.com.geometricweather.remoteviews.config.DayWeekWidgetConfigActivity +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: float getTranslateY() +retrofit2.Retrofit$Builder: okhttp3.Call$Factory callFactory +androidx.preference.R$styleable: int StateListDrawable_android_constantSize +androidx.preference.R$styleable: int Preference_allowDividerAbove +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks: void collapseNotificationPanel() +androidx.cardview.R$color +com.google.android.material.R$color: int abc_search_url_text_normal +com.google.android.material.R$id: int barrier +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$RainForecast: java.lang.String desc +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$7 +androidx.vectordrawable.animated.R$id: int text2 +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver: long serialVersionUID +io.reactivex.internal.observers.DeferredScalarDisposable: int FUSED_CONSUMED +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_RatingBar_Indicator +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: CaiYunMainlyResult$ForecastDailyBean$WindBeanX() +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setKillProcess(boolean) +com.tencent.bugly.proguard.n: boolean b(int) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Temperature$Maximum +android.support.v4.os.IResultReceiver$Stub: int TRANSACTION_send +androidx.preference.R$id: int none +okio.Util: short reverseBytesShort(short) +androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityCreated(android.app.Activity,android.os.Bundle) +wangdaye.com.geometricweather.R$drawable: int abc_seekbar_track_material +retrofit2.ParameterHandler$2: ParameterHandler$2(retrofit2.ParameterHandler) +cyanogenmod.providers.CMSettings$System$2 +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_autoSizeMaxTextSize +com.google.android.material.R$styleable: int KeyTimeCycle_android_scaleX +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: ObservableFlatMapSingle$FlatMapSingleObserver(io.reactivex.Observer,io.reactivex.functions.Function,boolean) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX: void setUrl(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int KeyTrigger_triggerReceiver +com.google.android.material.behavior.SwipeDismissBehavior: SwipeDismissBehavior() +com.google.android.gms.common.server.response.zan +android.didikee.donate.R$style: int Theme_AppCompat_Light_Dialog_MinWidth +wangdaye.com.geometricweather.R$string: int content_des_no2 +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: int STATE_RESULT_VALUE +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator APP_SWITCH_WAKE_SCREEN_VALIDATOR +androidx.dynamicanimation.R$id: int notification_main_column_container +com.google.android.material.R$color: int mtrl_tabs_icon_color_selector_colored +okhttp3.internal.http2.Header: okio.ByteString TARGET_METHOD +androidx.customview.R$styleable: int FontFamilyFont_fontWeight +com.turingtechnologies.materialscrollbar.R$style: int Base_Theme_AppCompat_CompactMenu +com.google.android.material.R$styleable: int SwitchCompat_trackTint +com.jaredrummler.android.colorpicker.R$styleable: int RecycleListView_paddingBottomNoButtons +okhttp3.internal.connection.StreamAllocation: boolean released +wangdaye.com.geometricweather.R$id: int fragment_main +wangdaye.com.geometricweather.db.entities.HistoryEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.HistoryEntity) +com.turingtechnologies.materialscrollbar.R$string: int fab_transformation_scrim_behavior +androidx.vectordrawable.R$id: int accessibility_custom_action_24 +wangdaye.com.geometricweather.R$dimen: int abc_button_inset_vertical_material +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_Button +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_contentInsetEndWithActions +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: void setAqi(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Speed: int UnitType +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ImageButton +okhttp3.internal.http.HttpHeaders: HttpHeaders() +androidx.constraintlayout.widget.R$string: int abc_capital_on +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_placeholder_content +androidx.viewpager.widget.ViewPager: androidx.viewpager.widget.PagerAdapter getAdapter() +okhttp3.ConnectionPool$1: void run() +cyanogenmod.providers.CMSettings$Global: boolean putLongForUser(android.content.ContentResolver,java.lang.String,long,int) +com.google.android.material.R$string: int path_password_eye_mask_strike_through +io.reactivex.Observable: io.reactivex.Observable flatMap(io.reactivex.functions.Function,io.reactivex.functions.BiFunction,int) +androidx.dynamicanimation.R$dimen: int compat_control_corner_material +com.jaredrummler.android.colorpicker.R$id: int add +com.turingtechnologies.materialscrollbar.R$id: int transition_transform +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_motionProgress +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_hovered_z +androidx.appcompat.R$attr: int alpha +okhttp3.internal.http.HttpDate: java.lang.ThreadLocal STANDARD_DATE_FORMAT +okhttp3.Response$Builder: void checkSupportResponse(java.lang.String,okhttp3.Response) +cyanogenmod.weather.RequestInfo: java.lang.String access$302(cyanogenmod.weather.RequestInfo,java.lang.String) +com.google.android.material.R$color: int material_blue_grey_900 +androidx.constraintlayout.widget.R$id: int select_dialog_listview +androidx.appcompat.R$styleable: int AppCompatTheme_windowFixedWidthMinor +com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$1: long val$n +com.google.android.material.R$styleable: int AppCompatTheme_toolbarStyle +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: void complete() +com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_android_alphabeticShortcut +com.xw.repo.bubbleseekbar.R$attr: int bsb_anim_duration +okhttp3.HttpUrl: java.lang.String encodedPassword() +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder encodedUsername(java.lang.String) +wangdaye.com.geometricweather.R$attr: int cpv_animDuration +android.didikee.donate.R$styleable: int AppCompatTheme_buttonBarStyle +androidx.core.R$id: int accessibility_custom_action_14 +io.reactivex.internal.operators.observable.ObservableCombineLatest$CombinerObserver: void onError(java.lang.Throwable) +james.adaptiveicon.R$drawable: int abc_textfield_search_activated_mtrl_alpha +androidx.preference.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse +androidx.preference.R$styleable: int AppCompatTheme_actionModeCloseDrawable +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title +com.jaredrummler.android.colorpicker.R$attr: int radioButtonStyle +cyanogenmod.app.StatusBarPanelCustomTile: int getInitialPid() +cyanogenmod.weather.ICMWeatherManager$Stub$Proxy +androidx.appcompat.view.menu.ActionMenuItemView: ActionMenuItemView(android.content.Context,android.util.AttributeSet) +androidx.lifecycle.LifecycleRegistry: void addObserver(androidx.lifecycle.LifecycleObserver) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_lastVerticalStyle +androidx.preference.R$drawable: int btn_radio_on_to_off_mtrl_animation +androidx.preference.R$id: int action_bar_activity_content +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: java.util.Date LocalObservationDateTime +androidx.lifecycle.ViewModelProvider$OnRequeryFactory: ViewModelProvider$OnRequeryFactory() +androidx.viewpager2.R$id: int right_side +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setStrokeColor(int) +androidx.transition.R$styleable: int[] GradientColor +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintCircle +wangdaye.com.geometricweather.R$dimen: int mtrl_switch_thumb_elevation +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_visible +wangdaye.com.geometricweather.R$styleable: int Slider_thumbRadius +androidx.dynamicanimation.R$styleable: R$styleable() +androidx.preference.R$id: int tag_screen_reader_focusable +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarViewPager +com.google.android.material.R$id: int easeIn +androidx.constraintlayout.widget.R$attr: int trackTint +cyanogenmod.weather.CMWeatherManager$RequestStatus +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner inner +androidx.appcompat.R$styleable: int ActionBar_contentInsetStartWithNavigation +androidx.core.widget.NestedScrollView: void setFillViewport(boolean) +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_active_item_max_width +com.turingtechnologies.materialscrollbar.R$styleable: int MenuView_preserveIconSpacing +cyanogenmod.hardware.ICMHardwareService: boolean writePersistentBytes(java.lang.String,byte[]) +androidx.viewpager.R$id: int text +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Title +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_windowActionBar +com.turingtechnologies.materialscrollbar.R$attr: int passwordToggleDrawable +retrofit2.adapter.rxjava2.Result: java.lang.Throwable error +com.turingtechnologies.materialscrollbar.R$id: int lastElement +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean getForecastDaily() +cyanogenmod.app.CMTelephonyManager: cyanogenmod.app.CMTelephonyManager getInstance(android.content.Context) +androidx.appcompat.R$styleable: int Toolbar_android_gravity +okhttp3.Request$Builder: Request$Builder() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String getWindDircEnd() com.xw.repo.bubbleseekbar.R$attr: int srcCompat -com.google.android.material.card.MaterialCardView: void setCardBackgroundColor(int) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust WindGust -james.adaptiveicon.R$drawable: int abc_ic_menu_share_mtrl_alpha -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_23 -wangdaye.com.geometricweather.R$dimen: int abc_text_size_display_1_material -com.google.android.material.R$style: int Widget_AppCompat_ListView -com.tencent.bugly.crashreport.crash.e: void a(java.lang.Thread,java.lang.Throwable,boolean,java.lang.String,byte[]) -com.turingtechnologies.materialscrollbar.R$id: int actions -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_DialogWindowTitle_AppCompat -cyanogenmod.app.CustomTile: CustomTile() -io.reactivex.subjects.PublishSubject$PublishDisposable -com.jaredrummler.android.colorpicker.R$styleable: int Preference_dependency -com.xw.repo.bubbleseekbar.R$styleable: int TextAppearance_android_textColorHint -androidx.lifecycle.ComputableLiveData: java.util.concurrent.Executor mExecutor -androidx.work.impl.background.systemalarm.ConstraintProxy$StorageNotLowProxy -androidx.constraintlayout.widget.R$integer: int abc_config_activityShortDur -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$TemperatureBeanX: void setStatus(int) -androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Medium -wangdaye.com.geometricweather.db.entities.HistoryEntityDao$Properties: org.greenrobot.greendao.Property DaytimeTemperature -wangdaye.com.geometricweather.R$drawable: int cpv_preset_checked -com.tencent.bugly.crashreport.common.strategy.StrategyBean: android.os.Parcelable$Creator CREATOR -wangdaye.com.geometricweather.R$id: int widget_text_container -okhttp3.CacheControl$Builder: boolean noStore -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight -wangdaye.com.geometricweather.R$drawable: int weather_thunder_1 -com.jaredrummler.android.colorpicker.R$attr: int spinnerStyle -androidx.transition.R$color -com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_id -androidx.appcompat.R$styleable: int ViewBackgroundHelper_backgroundTint -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView: DoubleHistogramView(android.content.Context,android.util.AttributeSet,int) -cyanogenmod.providers.CMSettings$Secure: boolean shouldInterceptSystemProvider(java.lang.String) -com.tencent.bugly.crashreport.common.strategy.StrategyBean: long x -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric: java.lang.String Unit -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header -com.xw.repo.bubbleseekbar.R$attr: int contentInsetRight -com.google.android.material.R$styleable: int TextInputLayout_endIconTint -androidx.hilt.R$styleable: int[] Fragment -android.didikee.donate.R$drawable: int abc_list_selector_holo_light -com.bumptech.glide.load.engine.GlideException: void printStackTrace(java.io.PrintStream) -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemShapeAppearance -okhttp3.internal.platform.Platform: okhttp3.internal.platform.Platform findPlatform() -wangdaye.com.geometricweather.R$color: int bright_foreground_material_dark -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay -androidx.constraintlayout.widget.R$color: int background_floating_material_light -com.jaredrummler.android.colorpicker.R$string: int abc_action_bar_home_description -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: java.lang.String getUrl() -com.tencent.bugly.proguard.z: byte[] a(byte[],int,java.lang.String) -androidx.preference.R$styleable: int Preference_android_dependency -androidx.constraintlayout.widget.R$attr: int checkboxStyle -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_fixed_width_minor -com.google.android.material.R$style: int Widget_MaterialComponents_Button -com.google.gson.stream.JsonReader: int peekedNumberLength -com.google.android.material.R$styleable: int ConstraintSet_layout_editor_absoluteX -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator -wangdaye.com.geometricweather.R$drawable: int shortcuts_clear_day_foreground -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_elevation_material -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeRainPrecipitation(java.lang.Float) -com.google.android.material.bottomappbar.BottomAppBar: com.google.android.material.bottomappbar.BottomAppBar$Behavior getBehavior() -android.didikee.donate.R$attr: int showDividers -wangdaye.com.geometricweather.R$layout: int design_layout_tab_icon -androidx.preference.R$style: int PreferenceThemeOverlay_v14_Material -wangdaye.com.geometricweather.R$id: int activity_live_wallpaper_config -com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_elevation -com.google.android.gms.common.internal.GetServiceRequest -wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao$Properties: org.greenrobot.greendao.Property District -wangdaye.com.geometricweather.R$drawable: int dialog_background -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningAdvice -androidx.preference.R$attr: int selectableItemBackground -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeFindDrawable -okhttp3.RealCall$AsyncCall -androidx.constraintlayout.widget.R$dimen: int abc_action_bar_icon_vertical_padding_material -io.reactivex.Observable: io.reactivex.Observable delay(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,boolean) -com.turingtechnologies.materialscrollbar.R$id: int touch_outside -android.didikee.donate.R$attr: int ratingBarStyle -wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWindDegree(wangdaye.com.geometricweather.common.basic.models.weather.WindDegree) -com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_progressBarPadding -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_spinnerDropDownItemStyle -okio.Buffer: long readDecimalLong() -okio.ByteString: char[] HEX_DIGITS -cyanogenmod.externalviews.KeyguardExternalView: KeyguardExternalView(android.content.Context,android.util.AttributeSet,int) -androidx.preference.R$styleable: int AppCompatTheme_textAppearanceLargePopupMenu -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_prefixTextColor -com.google.android.material.textfield.TextInputLayout: void setPlaceholderTextColor(android.content.res.ColorStateList) -wangdaye.com.geometricweather.db.entities.HistoryEntity: HistoryEntity() -io.reactivex.Observable: io.reactivex.Observable combineLatest(java.lang.Iterable,io.reactivex.functions.Function) -wangdaye.com.geometricweather.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable -androidx.appcompat.widget.LinearLayoutCompat: LinearLayoutCompat(android.content.Context) -androidx.vectordrawable.animated.R$styleable: int FontFamilyFont_android_font -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Color: int Green -androidx.versionedparcelable.ParcelImpl: android.os.Parcelable$Creator CREATOR -io.reactivex.Observable: io.reactivex.Maybe elementAt(long) -cyanogenmod.externalviews.KeyguardExternalView: android.os.IBinder access$202(cyanogenmod.externalviews.KeyguardExternalView,android.os.IBinder) -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver$OtherObserver: void onNext(java.lang.Object) -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Medium -com.google.android.material.R$string: int abc_activity_chooser_view_see_all -wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: java.lang.String getAbbreviation(android.content.Context) -androidx.preference.R$id: int action_bar_subtitle -com.bumptech.glide.load.engine.GlideException: java.lang.Throwable fillInStackTrace() -okhttp3.EventListener$Factory -cyanogenmod.themes.IThemeChangeListener$Stub$Proxy: IThemeChangeListener$Stub$Proxy(android.os.IBinder) -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_dividerPadding -com.google.android.material.R$styleable: int Chip_closeIconVisible -com.tencent.bugly.proguard.ac -io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver: void onComplete() -androidx.recyclerview.R$string: R$string() -cyanogenmod.providers.CMSettings$System: java.lang.String BATTERY_LIGHT_MEDIUM_COLOR -com.google.android.material.appbar.CollapsingToolbarLayout: void setStatusBarScrim(android.graphics.drawable.Drawable) -androidx.preference.R$drawable: int abc_ic_search_api_material -okhttp3.internal.http2.Http2Connection$ReaderRunnable$3 -okhttp3.HttpUrl$Builder: okhttp3.HttpUrl build() -james.adaptiveicon.R$styleable: int[] ColorStateListItem -com.turingtechnologies.materialscrollbar.R$styleable: int NavigationView_itemShapeInsetBottom -androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_Button_Colored -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder proxyAuthenticator(okhttp3.Authenticator) -wangdaye.com.geometricweather.main.adapters.main.MainTag$Type: wangdaye.com.geometricweather.main.adapters.main.MainTag$Type[] values() -com.amap.api.location.AMapLocation: void setMock(boolean) -com.turingtechnologies.materialscrollbar.R$drawable: int tooltip_frame_light -androidx.lifecycle.SavedStateHandle: androidx.lifecycle.MutableLiveData getLiveData(java.lang.String) -okhttp3.internal.http2.Http2Codec: void cancel() -io.reactivex.internal.operators.observable.ObservableThrottleLatest$ThrottleLatestObserver: io.reactivex.Observer downstream -androidx.lifecycle.extensions.R$drawable: int notification_action_background -wangdaye.com.geometricweather.R$id: int zero_corner_chip -okhttp3.HttpUrl$Builder: java.lang.String encodedPassword -cyanogenmod.app.ProfileManager: java.lang.String PROFILES_STATE_CHANGED_ACTION -androidx.constraintlayout.widget.R$id: int spacer -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: long getLtoDownloadInterval() -wangdaye.com.geometricweather.common.basic.models.weather.Alert: int getColor() -com.google.android.material.R$string: int material_hour_selection -wangdaye.com.geometricweather.R$dimen: int mtrl_bottomappbar_fab_cradle_vertical_offset -com.google.android.material.R$styleable: int Slider_android_enabled -com.xw.repo.bubbleseekbar.R$string: int abc_menu_meta_shortcut_label -com.google.android.material.R$style: int Widget_AppCompat_Light_ListPopupWindow -androidx.constraintlayout.widget.R$styleable: int[] LinearLayoutCompat_Layout -wangdaye.com.geometricweather.R$attr: int endIconTint -com.turingtechnologies.materialscrollbar.R$styleable: int[] ActionBar -okhttp3.internal.ws.RealWebSocket: void connect(okhttp3.OkHttpClient) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeWetBulbTemperature() -okhttp3.internal.http.RealInterceptorChain: int connectTimeoutMillis() -androidx.preference.R$color: int material_deep_teal_500 -wangdaye.com.geometricweather.R$string: int tag_temperature -wangdaye.com.geometricweather.R$anim: int popup_show_top_right -wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.lang.String CountryCode -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_SearchResult_Title -wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit C -cyanogenmod.weather.WeatherLocation$Builder: java.lang.String mState -james.adaptiveicon.R$styleable: int AlertDialog_buttonPanelSideLayout -wangdaye.com.geometricweather.R$id: int bottomBar -com.xw.repo.bubbleseekbar.R$id: int search_badge -com.tencent.bugly.proguard.d: void b(java.lang.String) -com.google.android.material.R$attr: int scrimBackground -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$TemperatureBean: java.lang.String unit -com.google.android.material.R$styleable: int AnimatedStateListDrawableTransition_android_drawable -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowFixedHeightMajor -okio.GzipSink -com.google.android.material.appbar.CollapsingToolbarLayout: int getMaxLines() -okio.GzipSink: void close() -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse -androidx.constraintlayout.widget.R$styleable: int Toolbar_titleTextColor -cyanogenmod.weatherservice.ServiceRequestResult$Builder: cyanogenmod.weatherservice.ServiceRequestResult build() -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$dimen: int little_weather_icon_container_size -cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void unregisterCallback(cyanogenmod.externalviews.IKeyguardExternalViewCallbacks) -androidx.constraintlayout.widget.R$attr: int layout_constraintCircleAngle -io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: void onComplete() -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_MonthNavigationButton -com.google.gson.internal.LinkedTreeMap: boolean $assertionsDisabled -cyanogenmod.externalviews.KeyguardExternalView$3: android.graphics.Rect val$clipRect -com.google.android.material.R$attr: int staggered -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WeatherCode -wangdaye.com.geometricweather.R$id: int view_offset_helper -com.google.android.material.R$styleable: int FontFamilyFont_font -android.didikee.donate.R$attr: int indeterminateProgressStyle -com.google.android.material.textfield.TextInputLayout: android.widget.TextView getSuffixTextView() -io.reactivex.internal.subscriptions.SubscriptionArbiter: void cancel() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$DirectionBean getDirection() -android.didikee.donate.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Subtitle -com.bumptech.glide.integration.okhttp.R$attr: int keylines -okhttp3.internal.http2.Http2Connection$ReaderRunnable: okhttp3.internal.http2.Http2Reader reader -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_horizontalAlign -wangdaye.com.geometricweather.R$styleable: int ImageFilterView_altSrc -wangdaye.com.geometricweather.common.ui.widgets.RoundProgress: void setMax(float) -com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setLocationCacheEnable(boolean) -androidx.appcompat.R$attr: int textAppearanceListItem -wangdaye.com.geometricweather.R$id: int container_main_first_card_header_line -androidx.constraintlayout.widget.R$styleable: int CompoundButton_buttonCompat -okhttp3.ConnectionSpec: boolean isCompatible(javax.net.ssl.SSLSocket) -com.google.android.material.transformation.FabTransformationSheetBehavior: FabTransformationSheetBehavior() -okhttp3.internal.ws.WebSocketProtocol: int OPCODE_TEXT -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_Year_Selected -com.google.android.gms.base.R$id: R$id() -com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: boolean equals(java.lang.Object) -okio.RealBufferedSource: okio.Buffer buffer -androidx.lifecycle.extensions.R$layout: int notification_template_custom_big -android.didikee.donate.R$attr: int actionBarStyle -com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginTop -wangdaye.com.geometricweather.R$layout: int mtrl_calendar_month_navigation -wangdaye.com.geometricweather.db.entities.AlertEntityDao: wangdaye.com.geometricweather.db.entities.AlertEntity readEntity(android.database.Cursor,int) -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_16 -cyanogenmod.providers.CMSettings$Secure: java.lang.String getString(android.content.ContentResolver,java.lang.String) -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getUvLevel() -com.jaredrummler.android.colorpicker.R$styleable: int Preference_icon -com.google.android.material.R$dimen: int design_tab_scrollable_min_width -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Ice: AccuDailyResult$DailyForecasts$Night$Ice() -wangdaye.com.geometricweather.R$id: int end -com.tencent.bugly.crashreport.common.info.b: java.lang.String b() -io.reactivex.internal.operators.observable.ObservableRepeatUntil$RepeatUntilObserver: void subscribeNext() -com.google.android.material.R$style: int Animation_AppCompat_Tooltip -com.google.android.material.R$attr: int startIconTintMode -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator CAMERA_LAUNCH_VALIDATOR -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintRight_creator -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Metric: int UnitType -androidx.fragment.R$attr: int fontProviderCerts -wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property Pressure -wangdaye.com.geometricweather.R$attr: int itemTextAppearanceInactive -androidx.core.R$dimen: int notification_right_icon_size -com.google.android.material.R$styleable: int AppCompatTextView_textLocale -androidx.constraintlayout.widget.R$id: int accessibility_action_clickable_span -androidx.vectordrawable.animated.R$dimen: int compat_notification_large_icon_max_height -androidx.lifecycle.extensions.R$id: int accessibility_custom_action_25 -cyanogenmod.themes.IThemeService$Stub$Proxy: void registerThemeProcessingListener(cyanogenmod.themes.IThemeProcessingListener) -wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityUnit: java.lang.String getDensityText(android.content.Context,float) +com.jaredrummler.android.colorpicker.R$styleable: int[] ActivityChooserView +androidx.work.R$styleable: int GradientColor_android_centerX +androidx.appcompat.R$styleable: int ActionBar_contentInsetRight +androidx.appcompat.R$style: int Theme_AppCompat_Light_Dialog_Alert +okhttp3.internal.http2.Http2Writer: void dataFrame(int,byte,okio.Buffer,int) +com.google.android.material.R$id: int textinput_suffix_text +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getNumGammaControls +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: long serialVersionUID +com.turingtechnologies.materialscrollbar.DragScrollBar: boolean getHide() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_windowActionBarOverlay +com.google.android.material.R$styleable: int MaterialAutoCompleteTextView_android_inputType +okhttp3.Interceptor$Chain: okhttp3.Request request() +james.adaptiveicon.R$attr: int logo +androidx.dynamicanimation.R$styleable: int[] GradientColor +james.adaptiveicon.R$style: int Theme_AppCompat_DayNight_NoActionBar +com.jaredrummler.android.colorpicker.R$attr: int negativeButtonText +com.google.android.material.R$attr: int windowNoTitle +com.jaredrummler.android.colorpicker.R$attr: int contentDescription +com.tencent.bugly.BuglyStrategy: java.lang.Class j +androidx.vectordrawable.animated.R$id: int accessibility_custom_action_13 +androidx.lifecycle.SavedStateHandle: void validateValue(java.lang.Object) +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowNoTitle +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService_Factory: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService get() +androidx.appcompat.widget.Toolbar: java.lang.CharSequence getTitle() +wangdaye.com.geometricweather.db.entities.DailyEntity: void setId(java.lang.Long) +androidx.hilt.R$dimen +androidx.transition.R$styleable: int FontFamily_fontProviderQuery +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: io.reactivex.subjects.UnicastSubject window +cyanogenmod.weather.CMWeatherManager: java.lang.String getActiveWeatherServiceProviderLabel() +com.google.android.material.chip.Chip: void setCheckedIconResource(int) +androidx.work.R$dimen: int notification_action_icon_size +com.turingtechnologies.materialscrollbar.R$id: int action_mode_close_button +wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_android_ttcIndex +com.tencent.bugly.crashreport.crash.e: e(android.content.Context,com.tencent.bugly.crashreport.crash.b,com.tencent.bugly.crashreport.common.strategy.a,com.tencent.bugly.crashreport.common.info.a) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_80 +wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: double Dbz +james.adaptiveicon.R$styleable: int AlertDialog_buttonIconDimen +cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub$Proxy: java.lang.String getInterfaceDescriptor() +wangdaye.com.geometricweather.R$id: int beginning +androidx.preference.R$styleable: int AppCompatTheme_spinnerStyle +androidx.preference.R$integer: int status_bar_notification_info_maxnum +wangdaye.com.geometricweather.R$color: int darkPrimary_3 +androidx.preference.R$color: int ripple_material_dark +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Button_TextButton_Dialog +com.jaredrummler.android.colorpicker.R$attr: int editTextStyle +okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RealConnection connection +cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.CMHardwareManager sCMHardwareManagerInstance +com.autonavi.aps.amapapi.model.AMapLocationServer: org.json.JSONObject f() +okhttp3.internal.platform.AndroidPlatform: void configureTlsExtensions(javax.net.ssl.SSLSocket,java.lang.String,java.util.List) +com.turingtechnologies.materialscrollbar.R$attr: int titleTextColor +android.didikee.donate.R$styleable: int ButtonBarLayout_allowStacking +wangdaye.com.geometricweather.R$string: int feedback_add_location_manually +wangdaye.com.geometricweather.R$integer: int cpv_default_max_progress +io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: java.util.concurrent.Callable bufferSupplier +wangdaye.com.geometricweather.R$drawable: int abc_text_select_handle_left_mtrl_light +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_title +androidx.preference.R$style: int Base_V7_Theme_AppCompat +android.didikee.donate.R$id: int search_voice_btn +okhttp3.internal.http2.Http2Codec: okhttp3.internal.connection.StreamAllocation streamAllocation +androidx.preference.R$style: int Widget_AppCompat_ListPopupWindow +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: void setDefenseIcon(java.lang.String) +cyanogenmod.weather.WeatherInfo: double mTodaysHighTemp +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Bridge +com.tencent.bugly.crashreport.common.info.b: java.lang.String[] b +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Metric +wangdaye.com.geometricweather.R$attr: int staggered +androidx.appcompat.widget.AppCompatSpinner: java.lang.CharSequence getPrompt() +androidx.appcompat.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated +com.turingtechnologies.materialscrollbar.R$layout: int abc_popup_menu_header_item_layout +wangdaye.com.geometricweather.R$attr: int bottom_text_color +com.google.android.gms.internal.location.zzbg +androidx.lifecycle.LiveData +androidx.appcompat.R$styleable: int AppCompatTheme_editTextColor +wangdaye.com.geometricweather.R$drawable: int abc_ic_star_black_48dp +com.jaredrummler.android.colorpicker.R$id: int search_src_text +com.google.android.material.R$attr: int colorOnPrimary +com.google.android.gms.base.R$string: R$string() +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabTextAppearance +androidx.preference.R$attr: int actionBarTabStyle +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: io.reactivex.ObservableSource first +androidx.appcompat.R$styleable: int[] TextAppearance +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean: java.lang.String getDesc() +okhttp3.internal.platform.OptionalMethod: java.lang.Class returnType +cyanogenmod.app.Profile$ProfileTrigger$1: java.lang.Object createFromParcel(android.os.Parcel) +wangdaye.com.geometricweather.R$id: int ragweedTitle +androidx.constraintlayout.widget.R$bool: int abc_config_actionMenuItemAllCaps +androidx.lifecycle.ProcessLifecycleOwner: void dispatchStopIfNeeded() +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_activityChooserViewStyle +io.reactivex.Observable: io.reactivex.Observable switchOnNextDelayError(io.reactivex.ObservableSource,int) +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layoutDescription +com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat_ActionBar +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX$NamesBeanXXX: java.lang.String en_US +wangdaye.com.geometricweather.R$attr: int progress_color +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_prefixTextAppearance +wangdaye.com.geometricweather.R$string: int character_counter_overflowed_content_description +wangdaye.com.geometricweather.R$dimen: int material_cursor_width +retrofit2.Utils: boolean isAnnotationPresent(java.lang.annotation.Annotation[],java.lang.Class) +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setVisibility(java.lang.Float) +com.google.android.material.R$id: int dragUp +androidx.appcompat.R$styleable: int AppCompatTheme_actionModePasteDrawable +com.bumptech.glide.integration.okhttp.R$attr: int alpha +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_title_divider_material +okhttp3.internal.http.RealInterceptorChain: okhttp3.Connection connection() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Metric: java.lang.String Unit +com.github.rahatarmanahmed.cpv.CircularProgressView$8: CircularProgressView$8(com.github.rahatarmanahmed.cpv.CircularProgressView,float,float) +wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator$SavedState +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Rain: java.lang.Float cumul24H +androidx.constraintlayout.widget.R$id: int action_mode_bar +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_android_maxHeight +io.reactivex.internal.util.VolatileSizeArrayList: java.util.Iterator iterator() +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: void setLatitude(java.lang.String) +com.turingtechnologies.materialscrollbar.R$dimen: int highlight_alpha_material_dark +com.google.android.material.textfield.TextInputLayout: void setPasswordVisibilityToggleTintMode(android.graphics.PorterDuff$Mode) +androidx.work.R$id: int blocking +cyanogenmod.weather.WeatherInfo$DayForecast$Builder +com.tencent.bugly.crashreport.common.info.b: int u() +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: io.reactivex.Scheduler$Worker worker +androidx.customview.R$styleable: int GradientColorItem_android_color +wangdaye.com.geometricweather.R$attr: int fastScrollVerticalThumbDrawable +androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemHeightLarge +com.bumptech.glide.load.EncodeStrategy: com.bumptech.glide.load.EncodeStrategy valueOf(java.lang.String) +com.jaredrummler.android.colorpicker.R$color: int highlighted_text_material_dark +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem +android.didikee.donate.R$color: int material_deep_teal_500 +io.reactivex.internal.observers.DeferredScalarObserver: void onError(java.lang.Throwable) +wangdaye.com.geometricweather.R$string: int week_4 +james.adaptiveicon.R$attr: int textAppearanceSmallPopupMenu +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintBottom_creator +androidx.constraintlayout.widget.R$styleable: int ButtonBarLayout_allowStacking +cyanogenmod.providers.CMSettings$Secure: java.lang.String RECENTS_LONG_PRESS_ACTIVITY +androidx.preference.R$attr: int colorControlActivated +com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat_Dialog +cyanogenmod.app.IProfileManager: boolean setActiveProfile(android.os.ParcelUuid) +com.google.android.gms.common.server.response.zal +com.tencent.bugly.proguard.an: void a(com.tencent.bugly.proguard.i) +com.jaredrummler.android.colorpicker.R$id: int action_bar +io.reactivex.Observable: io.reactivex.Single all(io.reactivex.functions.Predicate) +james.adaptiveicon.R$attr: int elevation +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: Hourly(java.util.Date,long,boolean,java.lang.String,wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode,wangdaye.com.geometricweather.common.basic.models.weather.Temperature,wangdaye.com.geometricweather.common.basic.models.weather.Precipitation,wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationProbability) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: void setLogo(java.lang.String) +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle +com.jaredrummler.android.colorpicker.R$styleable: int FontFamilyFont_ttcIndex +wangdaye.com.geometricweather.db.entities.LocationEntity: wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource weatherSource +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_viewInflaterClass +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) +wangdaye.com.geometricweather.db.entities.LocationEntity +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_Toolbar_PrimarySurface +cyanogenmod.externalviews.KeyguardExternalView$11: float val$swipeProgress +com.google.android.material.R$style: int Base_Theme_MaterialComponents_Dialog_Bridge +androidx.preference.R$styleable: int Toolbar_android_gravity +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningMaxCountItems: java.lang.String textCount +wangdaye.com.geometricweather.R$styleable: int PopupWindow_overlapAnchor +androidx.lifecycle.ComputableLiveData$2: void run() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_autoSizeStepGranularity +okhttp3.Call: void cancel() +wangdaye.com.geometricweather.R$string: int get_more +wangdaye.com.geometricweather.remoteviews.config.Hilt_DayWeekWidgetConfigActivity +okhttp3.internal.ws.RealWebSocket$2: okhttp3.internal.ws.RealWebSocket this$0 +wangdaye.com.geometricweather.R$styleable: int KeyAttribute_framePosition +com.google.android.material.textfield.TextInputLayout: void setCounterOverflowTextColor(android.content.res.ColorStateList) +android.didikee.donate.R$attr: int suggestionRowLayout +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_DropDownItem +wangdaye.com.geometricweather.R$bool +androidx.appcompat.resources.R$styleable: int[] FontFamily +okhttp3.EventListener: void requestBodyEnd(okhttp3.Call,long) +androidx.preference.R$styleable: int FontFamily_fontProviderCerts +okhttp3.MultipartBody: okhttp3.MediaType ALTERNATIVE +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xnwd +com.amap.api.location.AMapLocation: java.lang.String i(com.amap.api.location.AMapLocation,java.lang.String) +com.jaredrummler.android.colorpicker.R$color: int abc_search_url_text_normal +androidx.constraintlayout.motion.widget.MotionHelper: MotionHelper(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.R$styleable: int ActionBar_contentInsetLeft +com.google.android.material.R$styleable: int AnimatedStateListDrawableItem_android_id +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: void setBrandInfo(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX) +retrofit2.Platform: java.lang.reflect.Constructor lookupConstructor +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow snow +okhttp3.HttpUrl: int defaultPort(java.lang.String) +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem +wangdaye.com.geometricweather.R$styleable: int Chip_shapeAppearanceOverlay +retrofit2.RequestFactory$Builder: java.lang.String httpMethod +androidx.dynamicanimation.R$styleable: int GradientColor_android_endColor +wangdaye.com.geometricweather.R$styleable: int[] BottomNavigationView +com.xw.repo.bubbleseekbar.R$dimen: int highlight_alpha_material_dark +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator ENABLE_FORWARD_LOOKUP_VALIDATOR +com.google.android.material.internal.NavigationMenuView: NavigationMenuView(android.content.Context) +retrofit2.CompletableFutureCallAdapterFactory$ResponseCallAdapter: java.util.concurrent.CompletableFuture adapt(retrofit2.Call) +androidx.constraintlayout.widget.R$id: int square +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_counterEnabled +androidx.preference.R$styleable: int Preference_layout +androidx.preference.R$dimen: int abc_text_size_display_4_material +androidx.constraintlayout.widget.R$id: int right +com.google.android.material.R$id: int test_checkbox_app_button_tint +com.jaredrummler.android.colorpicker.R$styleable: int RecycleListView_paddingTopNoTitle +androidx.core.R$id: int italic +retrofit2.HttpException: java.lang.String getMessage(retrofit2.Response) +com.github.rahatarmanahmed.cpv.CircularProgressView: void onMeasure(int,int) +com.google.android.material.tabs.TabLayout: int getTabGravity() +com.xw.repo.bubbleseekbar.R$color: int button_material_light +okhttp3.logging.HttpLoggingInterceptor: HttpLoggingInterceptor() +com.turingtechnologies.materialscrollbar.MaterialScrollBar: MaterialScrollBar(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Metric Metric +androidx.constraintlayout.helper.widget.Layer: void setTranslationY(float) +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void dispose() +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxStrokeWidthFocused +com.turingtechnologies.materialscrollbar.R$attr: int ttcIndex +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean appendNativeLog(java.lang.String,java.lang.String,java.lang.String) +com.turingtechnologies.materialscrollbar.R$styleable: int AlertDialog_singleChoiceItemLayout +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTextView_autoSizePresetSizes +com.google.android.material.slider.RangeSlider: void setValueFrom(float) +androidx.dynamicanimation.R$attr: int fontProviderFetchTimeout +com.turingtechnologies.materialscrollbar.R$styleable: int TextAppearance_android_textFontWeight +wangdaye.com.geometricweather.R$color: int colorRoot_light +com.turingtechnologies.materialscrollbar.MaterialScrollBar: boolean getHide() +com.amap.api.fence.DistrictItem$1: java.lang.Object createFromParcel(android.os.Parcel) +cyanogenmod.app.ProfileManager: void setActiveProfile(java.util.UUID) +cyanogenmod.externalviews.KeyguardExternalView$3: int val$height +wangdaye.com.geometricweather.R$attr: int coordinatorLayoutStyle +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: int bufferSize +androidx.customview.R$style: int TextAppearance_Compat_Notification_Title +james.adaptiveicon.R$style: int Base_V7_Theme_AppCompat_Light +androidx.appcompat.R$attr: int drawerArrowStyle +com.turingtechnologies.materialscrollbar.R$color: int abc_primary_text_disable_only_material_dark +retrofit2.ParameterHandler$Header: ParameterHandler$Header(java.lang.String,retrofit2.Converter) +com.amap.api.location.UmidtokenInfo: boolean c +james.adaptiveicon.R$styleable: int Toolbar_buttonGravity +wangdaye.com.geometricweather.common.ui.widgets.NumberAnimTextView: void setPostfixString(java.lang.String) +com.google.android.material.R$styleable: int Chip_closeIconStartPadding +wangdaye.com.geometricweather.R$id: int activity_card_display_manage_bottomBar +com.xw.repo.bubbleseekbar.R$attr: int buttonIconDimen +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_autoSizeMaxTextSize +com.tencent.bugly.proguard.ap: int i +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_ButtonBar +wangdaye.com.geometricweather.R$id: int widget_day_week_icon_1 +wangdaye.com.geometricweather.R$id: int touch_outside +wangdaye.com.geometricweather.R$id: int action_about +io.reactivex.Observable: io.reactivex.Maybe firstElement() +wangdaye.com.geometricweather.R$layout: int container_main_pollen +androidx.fragment.R$id: int action_container +androidx.core.R$id: int accessibility_custom_action_11 +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeThunderstormPrecipitationDuration(java.lang.Float) +com.google.android.material.timepicker.TimePickerView: void setOnActionUpListener(com.google.android.material.timepicker.ClockHandView$OnActionUpListener) +io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver +androidx.lifecycle.SavedStateHandleController$OnRecreation +retrofit2.RequestFactory: boolean isFormEncoded +com.tencent.bugly.crashreport.crash.jni.b: java.lang.String c(java.lang.String,java.lang.String) +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: io.reactivex.internal.queue.SpscLinkedArrayQueue getOrCreateQueue() +com.google.android.material.R$attr: int textAppearanceButton +wangdaye.com.geometricweather.R$attr: int layout_constraintStart_toStartOf +cyanogenmod.weather.ICMWeatherManager$Stub: int TRANSACTION_cancelRequest +com.jaredrummler.android.colorpicker.R$styleable: int[] MenuView +cyanogenmod.externalviews.ExternalView$6 +com.google.android.material.circularreveal.CircularRevealLinearLayout: android.graphics.drawable.Drawable getCircularRevealOverlayDrawable() +android.didikee.donate.R$color: int abc_search_url_text_normal +androidx.swiperefreshlayout.R$dimen: int notification_large_icon_width +com.google.android.material.R$styleable: int MenuItem_android_alphabeticShortcut +androidx.preference.R$styleable: int PreferenceTheme_preferenceFragmentCompatStyle +androidx.constraintlayout.widget.R$styleable: int AppCompatImageView_android_src +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_64 +okhttp3.internal.http1.Http1Codec$ChunkedSink: void close() +wangdaye.com.geometricweather.R$drawable: int abc_scrubber_track_mtrl_alpha +james.adaptiveicon.R$color: int abc_search_url_text_selected +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.util.Date sunsetTime +james.adaptiveicon.R$style: int Widget_AppCompat_ActionMode +com.tencent.bugly.crashreport.common.info.a: java.lang.String f() +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: io.reactivex.internal.operators.observable.ObservableReplay$Node getHead() +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintRight_toRightOf +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.lang.Float t +wangdaye.com.geometricweather.R$drawable: int notif_temp_27 +okhttp3.Cookie: long parseMaxAge(java.lang.String) +wangdaye.com.geometricweather.R$drawable: int notif_temp_93 +wangdaye.com.geometricweather.db.entities.WeatherEntity: int temperature +androidx.lifecycle.SavedStateViewModelFactory: java.lang.Class[] VIEWMODEL_SIGNATURE +androidx.legacy.coreutils.R$styleable: int GradientColor_android_endY +okhttp3.internal.publicsuffix.PublicSuffixDatabase: byte[] publicSuffixListBytes +com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_reverseLayout +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorPrimary +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Day +wangdaye.com.geometricweather.R$id: int widget_day_week_icon_4 +wangdaye.com.geometricweather.R$dimen: int mtrl_bottomappbar_fab_bottom_margin +com.tencent.bugly.proguard.m: int d +okhttp3.internal.cache.DiskLruCache: java.io.File journalFile +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: java.lang.String info +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_windowFixedHeightMinor +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$Rain +com.turingtechnologies.materialscrollbar.R$attr: int maxImageSize +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Menu +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: void setBrandId(java.lang.String) +com.xw.repo.bubbleseekbar.R$attr: int buttonPanelSideLayout +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DialogWhenLarge +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void onNext(java.lang.Object) +androidx.appcompat.widget.LinearLayoutCompat: void setVerticalGravity(int) +okio.Buffer$2: int available() +io.reactivex.internal.operators.observable.ObservableWindowBoundary$WindowBoundaryMainObserver: boolean done +com.xw.repo.bubbleseekbar.R$style: int Base_ThemeOverlay_AppCompat_Dark_ActionBar +com.google.android.material.R$color: int abc_tint_edittext +okhttp3.Response: long receivedResponseAtMillis +androidx.appcompat.widget.AppCompatSpinner: int getDropDownHorizontalOffset() +wangdaye.com.geometricweather.R$id: int design_menu_item_action_area +wangdaye.com.geometricweather.R$styleable: int SearchView_android_focusable +cyanogenmod.app.CMTelephonyManager: cyanogenmod.app.ICMTelephonyManager sService +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_ActionBar_Solid +androidx.lifecycle.LifecycleRegistryOwner: androidx.lifecycle.LifecycleRegistry getLifecycle() +okhttp3.internal.http1.Http1Codec$ChunkedSource: long bytesRemainingInChunk +com.tencent.bugly.proguard.q: q(android.content.Context,java.util.List) +okhttp3.internal.Util: int decodeHexDigit(char) +com.google.android.material.R$integer: int status_bar_notification_info_maxnum +androidx.constraintlayout.widget.R$attr: int dividerHorizontal +cyanogenmod.providers.CMSettings$Secure: boolean shouldInterceptSystemProvider(java.lang.String) +androidx.constraintlayout.widget.R$styleable: int KeyTrigger_triggerReceiver +james.adaptiveicon.R$drawable: int abc_ic_menu_share_mtrl_alpha +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub: int TRANSACTION_onBouncerShowing +com.amap.api.fence.GeoFenceClient: android.content.Context a +okhttp3.logging.LoggingEventListener: void requestBodyEnd(okhttp3.Call,long) +androidx.hilt.R$styleable: int GradientColor_android_tileMode +androidx.recyclerview.R$drawable: int notification_bg_normal +androidx.constraintlayout.widget.R$attr: int onNegativeCross +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String INSTALL_STATE +com.turingtechnologies.materialscrollbar.R$styleable: int[] RecyclerView +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX$BrandInfoBeanX$BrandsBeanX: java.lang.String getLogo() +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_KRB5_WITH_DES_CBC_SHA +androidx.preference.R$styleable: int RecyclerView_fastScrollHorizontalThumbDrawable +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: boolean gate +com.google.android.material.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog_Alert +com.google.android.material.R$styleable: int ProgressIndicator_circularInset +com.amap.api.location.AMapLocation: java.lang.String getAoiName() +com.xw.repo.bubbleseekbar.R$id: int below_section_mark +androidx.fragment.R$styleable: int FontFamilyFont_android_ttcIndex +com.google.android.material.R$styleable: int CardView_cardCornerRadius +james.adaptiveicon.R$attr: int switchMinWidth +cyanogenmod.hardware.IThermalListenerCallback$Stub$Proxy: IThermalListenerCallback$Stub$Proxy(android.os.IBinder) +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeApparentTemperature(java.lang.Integer) +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: io.reactivex.Observer downstream +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Light_AutoCompleteTextView +okhttp3.internal.http2.Http2: java.lang.IllegalArgumentException illegalArgument(java.lang.String,java.lang.Object[]) +android.support.v4.os.IResultReceiver$Stub: android.support.v4.os.IResultReceiver getDefaultImpl() +androidx.preference.R$anim: int fragment_open_exit io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: int FUSED -com.xw.repo.bubbleseekbar.R$attr: int contentInsetStart -androidx.coordinatorlayout.widget.CoordinatorLayout: CoordinatorLayout(android.content.Context,android.util.AttributeSet) -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver inner -com.google.android.gms.base.R$color: int common_google_signin_btn_tint -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: int TRANSACTION_onAttachedToWindow -wangdaye.com.geometricweather.R$styleable: int Preference_allowDividerAbove -androidx.core.R$dimen: R$dimen() -cyanogenmod.weather.WeatherLocation$Builder: cyanogenmod.weather.WeatherLocation$Builder setPostalCode(java.lang.String) -wangdaye.com.geometricweather.R$id: int asConfigured -androidx.loader.R$id: int forever -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: io.reactivex.internal.util.AtomicThrowable error -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void disposeInner() -com.tencent.bugly.crashreport.crash.b: com.tencent.bugly.crashreport.crash.CrashDetailBean a(java.util.List,com.tencent.bugly.crashreport.crash.CrashDetailBean) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: java.lang.String unit -com.google.android.material.R$attr: int elevationOverlayColor -cyanogenmod.externalviews.KeyguardExternalViewProviderService$1$1: android.os.IBinder call() -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_CompactMenu -androidx.appcompat.R$styleable: int Toolbar_maxButtonHeight -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean getSunRiseSet() -androidx.lifecycle.extensions.R$integer -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_android_windowAnimationStyle -com.jaredrummler.android.colorpicker.R$style: int Base_AlertDialog_AppCompat -wangdaye.com.geometricweather.R$drawable: int widget_card_dark_20 -androidx.preference.R$styleable: int Preference_order -com.google.android.material.R$drawable: int abc_seekbar_track_material -androidx.constraintlayout.widget.R$id: int screen -androidx.appcompat.R$styleable: int AppCompatTheme_controlBackground -com.google.android.material.R$styleable: int[] NavigationView -com.jaredrummler.android.colorpicker.R$dimen: int abc_alert_dialog_button_dimen -com.amap.api.fence.GeoFenceClient: com.amap.api.fence.GeoFenceManagerBase a(android.content.Context) -androidx.vectordrawable.animated.R$attr: int ttcIndex -androidx.constraintlayout.helper.widget.Flow: void setHorizontalGap(int) -com.jaredrummler.android.colorpicker.R$dimen: int tooltip_margin -androidx.preference.R$styleable: int CoordinatorLayout_Layout_layout_anchor -cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String HOUR -cyanogenmod.app.Profile: void setBrightness(cyanogenmod.profiles.BrightnessSettings) -androidx.preference.R$styleable: int SearchView_android_maxWidth -androidx.constraintlayout.widget.R$drawable: int abc_textfield_activated_mtrl_alpha -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintCircleAngle -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_BottomAppBar_PrimarySurface -com.google.android.material.R$style: int Test_Theme_MaterialComponents_MaterialCalendar -androidx.preference.R$attr: int preferenceInformationStyle -androidx.preference.R$attr: int progressBarStyle -com.google.android.material.R$style: int Widget_MaterialComponents_TextView -com.google.android.material.slider.RangeSlider: int getFocusedThumbIndex() -io.reactivex.internal.subscriptions.SubscriptionArbiter: SubscriptionArbiter(boolean) -cyanogenmod.app.Profile: int mExpandedDesktopMode -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionButton_CloseMode -wangdaye.com.geometricweather.R$attr: int errorContentDescription -androidx.appcompat.resources.R$dimen: int compat_button_inset_vertical_material -com.xw.repo.bubbleseekbar.R$styleable: int SwitchCompat_track -wangdaye.com.geometricweather.R$id: int right -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum: AccuDailyResult$DailyForecasts$RealFeelTemperature$Minimum() -okio.BufferedSource: java.lang.String readUtf8() -com.baidu.location.e.l$b: com.baidu.location.e.l$b c -androidx.constraintlayout.helper.widget.Flow: void setFirstHorizontalBias(float) -androidx.preference.R$style: int TextAppearance_AppCompat_Small -com.google.android.material.bottomappbar.BottomAppBar$SavedState -com.tencent.bugly.crashreport.CrashReport: java.lang.String getBuglyVersion(android.content.Context) -okhttp3.Cache$1: okhttp3.Cache this$0 -cyanogenmod.weather.WeatherInfo$Builder: WeatherInfo$Builder(java.lang.String,double,int) -com.google.android.material.R$style: int Base_Theme_MaterialComponents_Light_Dialog -com.baidu.location.e.l$b: java.lang.String a(com.baidu.location.e.l$b) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature$Metric: int UnitType -com.google.android.material.button.MaterialButton: com.google.android.material.shape.ShapeAppearanceModel getShapeAppearanceModel() -cyanogenmod.weather.WeatherInfo: WeatherInfo(android.os.Parcel,cyanogenmod.weather.WeatherInfo$1) -androidx.constraintlayout.helper.widget.Flow: void setPadding(int) -wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_android_font -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_SearchResult_Title -james.adaptiveicon.R$style: int Widget_AppCompat_Light_SearchView -wangdaye.com.geometricweather.R$layout: int test_design_radiobutton -okhttp3.internal.connection.StreamAllocation: okhttp3.internal.http.HttpCodec newStream(okhttp3.OkHttpClient,okhttp3.Interceptor$Chain,boolean) -io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: ObservableSampleTimed$SampleTimedObserver(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -com.jaredrummler.android.colorpicker.R$id: int content -wangdaye.com.geometricweather.R$id: int direct -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float daytimeSnowPrecipitationDuration -wangdaye.com.geometricweather.R$layout: int mtrl_calendar_months -cyanogenmod.providers.CMSettings$Global: android.net.Uri getUriFor(java.lang.String) -retrofit2.OkHttpCall$ExceptionCatchingResponseBody$1: OkHttpCall$ExceptionCatchingResponseBody$1(retrofit2.OkHttpCall$ExceptionCatchingResponseBody,okio.Source) -wangdaye.com.geometricweather.R$string: int wind_direction -wangdaye.com.geometricweather.R$attr: int materialTimePickerTheme -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver: void drain() -okhttp3.MediaType: java.nio.charset.Charset charset() -cyanogenmod.weather.RequestInfo: boolean access$702(cyanogenmod.weather.RequestInfo,boolean) -android.support.v4.os.IResultReceiver$Default -cyanogenmod.externalviews.ExternalView: void onAttachedToWindow() -com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status[] values() -com.jaredrummler.android.colorpicker.R$dimen: int abc_dropdownitem_text_padding_left -androidx.constraintlayout.widget.R$string: int abc_action_bar_up_description -wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval: wangdaye.com.geometricweather.common.basic.models.options.UpdateInterval INTERVAL_1_30 -androidx.appcompat.widget.LinearLayoutCompat -androidx.constraintlayout.utils.widget.ImageFilterButton: void setContrast(float) -okhttp3.Response: java.util.List challenges() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Metric: AccuCurrentResult$ApparentTemperature$Metric() -androidx.lifecycle.ViewModelProviders: androidx.lifecycle.ViewModelProvider of(androidx.fragment.app.FragmentActivity,androidx.lifecycle.ViewModelProvider$Factory) -wangdaye.com.geometricweather.R$attr: int roundPercent -androidx.activity.R$id: int tag_unhandled_key_event_manager -cyanogenmod.app.CMTelephonyManager: android.content.Context mContext -com.xw.repo.bubbleseekbar.R$attr: int windowNoTitle -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarItemBackground -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatSeekBar_tickMark -wangdaye.com.geometricweather.R$drawable: int weather_sleet_pixel -androidx.drawerlayout.widget.DrawerLayout: DrawerLayout(android.content.Context,android.util.AttributeSet) -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_DropDownItem_Spinner -android.didikee.donate.R$style: int Base_Theme_AppCompat_CompactMenu -androidx.preference.R$styleable: int FontFamilyFont_android_fontVariationSettings -james.adaptiveicon.R$color: int dim_foreground_disabled_material_dark -com.xw.repo.bubbleseekbar.R$color: int bright_foreground_material_dark -androidx.constraintlayout.widget.R$styleable: int Toolbar_navigationContentDescription -com.google.android.material.R$styleable: int AppCompatSeekBar_tickMarkTintMode -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintLeft_creator -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Imperial: int UnitType -com.google.android.material.R$anim: int btn_radio_to_off_mtrl_dot_group_animation -androidx.constraintlayout.widget.R$dimen: int notification_action_text_size -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float getPressure() -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_layout_width -io.reactivex.internal.operators.observable.ObservableWithLatestFrom$WithLatestFromObserver: void onError(java.lang.Throwable) -wangdaye.com.geometricweather.R$attr: int liftOnScroll -wangdaye.com.geometricweather.R$id: int widget_day_week_center -retrofit2.KotlinExtensions$awaitResponse$$inlined$suspendCancellableCoroutine$lambda$1: KotlinExtensions$awaitResponse$$inlined$suspendCancellableCoroutine$lambda$1(retrofit2.Call) -cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_getLastThemeChangeTime -com.turingtechnologies.materialscrollbar.R$attr: int scrimBackground -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: int limit -wangdaye.com.geometricweather.R$animator: int linear_indeterminate_line2_head_interpolator -androidx.lifecycle.extensions.R$dimen: int notification_subtext_size -androidx.constraintlayout.widget.Constraints: Constraints(android.content.Context,android.util.AttributeSet) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_firstVerticalBias -com.turingtechnologies.materialscrollbar.R$bool: R$bool() -com.amap.api.location.AMapLocation: java.lang.String o(com.amap.api.location.AMapLocation,java.lang.String) -com.turingtechnologies.materialscrollbar.R$attr: int layout_scrollFlags -io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver$ConcatMapSingleObserver: void dispose() -wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String getCountry() -com.tencent.bugly.proguard.s: byte[] a(java.lang.String,byte[],com.tencent.bugly.proguard.v,java.util.Map) -wangdaye.com.geometricweather.R$id: int container_main_hourly_trend_card_trendRecyclerView -androidx.preference.R$styleable: int AppCompatTextView_lineHeight -wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle: wangdaye.com.geometricweather.common.basic.models.options.appearance.UIStyle getInstance(java.lang.String) -androidx.constraintlayout.widget.R$layout: int abc_activity_chooser_view_list_item -james.adaptiveicon.R$attr: int actionOverflowButtonStyle -com.google.android.material.R$styleable: int[] CollapsingToolbarLayout_Layout -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: float getTrimPathStart() -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: boolean isEmpty() -com.amap.api.location.AMapLocationClientOption: long SCAN_WIFI_INTERVAL -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Imperial -okio.SegmentedByteString: java.lang.String string(java.nio.charset.Charset) -okio.AsyncTimeout$1 -okio.Buffer: boolean rangeEquals(long,okio.ByteString) -com.google.android.material.circularreveal.CircularRevealRelativeLayout: void setCircularRevealScrimColor(int) -wangdaye.com.geometricweather.R$layout: int widget_trend_hourly -androidx.constraintlayout.widget.R$attr: int listPreferredItemPaddingRight -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber -okhttp3.internal.http.RealInterceptorChain: okhttp3.internal.http.HttpCodec httpStream() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: java.lang.String alarmTp2 -cyanogenmod.externalviews.ExternalViewProperties: ExternalViewProperties(android.view.View,android.content.Context) -android.didikee.donate.R$style: int Base_V22_Theme_AppCompat -wangdaye.com.geometricweather.R$dimen: int compat_button_padding_horizontal_material -com.turingtechnologies.materialscrollbar.R$attr: int enforceMaterialTheme -com.xw.repo.bubbleseekbar.R$color: int switch_thumb_material_dark -androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customDimension -androidx.swiperefreshlayout.R$dimen: int compat_control_corner_material -com.tencent.bugly.crashreport.common.info.PlugInBean: android.os.Parcelable$Creator CREATOR -android.didikee.donate.R$layout: int select_dialog_item_material -com.tencent.bugly.proguard.p: com.tencent.bugly.proguard.r b(android.database.Cursor) -com.google.android.material.R$styleable: int Snackbar_snackbarStyle -com.google.android.material.transformation.TransformationChildLayout: TransformationChildLayout(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Widget_DropDownItem -com.github.rahatarmanahmed.cpv.CircularProgressView$3: CircularProgressView$3(com.github.rahatarmanahmed.cpv.CircularProgressView) -wangdaye.com.geometricweather.R$drawable: int clock_dial_dark -wangdaye.com.geometricweather.R$id: int notification_base_realtimeTemp -androidx.preference.R$attr: int windowActionBarOverlay -androidx.constraintlayout.widget.R$drawable: int abc_text_select_handle_right_mtrl_dark +cyanogenmod.weatherservice.ServiceRequest$Status: cyanogenmod.weatherservice.ServiceRequest$Status[] $VALUES +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric: int UnitType +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_menuCategory +androidx.lifecycle.SavedStateHandleController$1: androidx.lifecycle.Lifecycle val$lifecycle +com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_wrapMode +com.google.android.material.R$style: int TextAppearance_AppCompat_Subhead_Inverse +cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator CALL_RECORDING_FORMAT_VALIDATOR +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_20 +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_logoDescription +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTextView_textLocale +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_elevation_material +okhttp3.Address: okhttp3.HttpUrl url() +cyanogenmod.weather.WeatherInfo$DayForecast$1: cyanogenmod.weather.WeatherInfo$DayForecast[] newArray(int) +com.xw.repo.bubbleseekbar.R$attr: int bsb_always_show_bubble_delay +androidx.legacy.coreutils.R$styleable: int ColorStateListItem_android_color +wangdaye.com.geometricweather.R$id: int mtrl_picker_text_input_range_start +james.adaptiveicon.R$styleable: int Toolbar_logo +okhttp3.Cache$Entry: java.lang.String SENT_MILLIS +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_day_horizontal_padding +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: void onError(java.lang.Throwable) +androidx.appcompat.widget.ButtonBarLayout: void setStacked(boolean) +androidx.preference.R$attr: int actionModeBackground +wangdaye.com.geometricweather.common.basic.models.options.NotificationTextColor: int subTextColorResId +com.xw.repo.bubbleseekbar.R$integer: int abc_config_activityDefaultDur +androidx.recyclerview.R$string: int status_bar_notification_info_overflow +io.reactivex.internal.operators.observable.ObservableIntervalRange$IntervalRangeObserver: boolean isDisposed() +androidx.appcompat.widget.SearchView: void setSuggestionsAdapter(androidx.cursoradapter.widget.CursorAdapter) +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft +wangdaye.com.geometricweather.R$drawable: int abc_text_select_handle_right_mtrl_light +io.reactivex.Observable: io.reactivex.Observable throttleWithTimeout(long,java.util.concurrent.TimeUnit) +com.xw.repo.bubbleseekbar.R$color: int abc_tint_switch_track +com.jaredrummler.android.colorpicker.R$styleable: int CheckBoxPreference_disableDependentsState +james.adaptiveicon.R$dimen: int notification_big_circle_margin +okhttp3.internal.cache.DiskLruCache: boolean isClosed() +androidx.hilt.lifecycle.R$attr: int fontProviderCerts +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_chip_pressed_translation_z +com.google.android.material.R$attr: int pathMotionArc +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_voiceIcon +androidx.appcompat.widget.Toolbar: void setTitleTextColor(android.content.res.ColorStateList) +okhttp3.Cookie: boolean matches(okhttp3.HttpUrl) +androidx.appcompat.widget.SwitchCompat: boolean getSplitTrack() +android.didikee.donate.R$color: int background_material_light +androidx.coordinatorlayout.R$styleable: int FontFamily_fontProviderFetchStrategy +wangdaye.com.geometricweather.R$styleable: int[] SlidingItemContainerLayout +androidx.constraintlayout.widget.R$attr: int isLightTheme +androidx.appcompat.R$attr: int icon +cyanogenmod.providers.CMSettings$InclusiveFloatRangeValidator: CMSettings$InclusiveFloatRangeValidator(float,float) +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintTop_creator +com.turingtechnologies.materialscrollbar.R$attr: int itemTextAppearance +androidx.legacy.coreutils.R$dimen: int notification_large_icon_height +com.google.android.material.slider.RangeSlider: void setValueTo(float) +okhttp3.internal.http2.Http2Stream$FramingSource: okhttp3.internal.http2.Http2Stream this$0 +com.google.android.material.R$dimen: int compat_button_inset_vertical_material +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceListItemSmall +com.tencent.bugly.proguard.an: java.lang.String d +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_seek_step_section +wangdaye.com.geometricweather.R$styleable: int[] SwitchImageButton +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_checkable +io.reactivex.internal.operators.observable.ObservableWindowBoundarySupplier$WindowBoundaryMainObserver: void onError(java.lang.Throwable) +androidx.appcompat.R$attr: int listPreferredItemPaddingLeft +wangdaye.com.geometricweather.R$attr: int counterOverflowTextAppearance +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Imperial: AccuCurrentResult$Pressure$Imperial() +wangdaye.com.geometricweather.common.basic.models.weather.Wind: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree degree +wangdaye.com.geometricweather.R$string: int sensible_temp +com.google.android.material.R$styleable: int ConstraintSet_layout_constrainedHeight +okhttp3.internal.http2.Http2Connection$3: Http2Connection$3(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[]) +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintHeight_max +androidx.preference.R$styleable: int AppCompatTheme_actionBarTabTextStyle +wangdaye.com.geometricweather.R$color: int colorTextTitle +cyanogenmod.platform.Manifest$permission: java.lang.String HARDWARE_ABSTRACTION_ACCESS +wangdaye.com.geometricweather.R$drawable: int test_custom_background +com.xw.repo.BubbleSeekBar: com.xw.repo.BubbleSeekBar$OnProgressChangedListener getOnProgressChangedListener() +com.amap.api.location.AMapLocationClient: void stopLocation() +com.google.android.material.R$styleable: int Toolbar_buttonGravity +wangdaye.com.geometricweather.R$dimen: int abc_text_size_subhead_material +com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleTextAppearance +com.turingtechnologies.materialscrollbar.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense +com.google.android.material.textfield.TextInputLayout: void setCounterMaxLength(int) +androidx.preference.R$attr: int listPreferredItemPaddingStart +wangdaye.com.geometricweather.R$attr: int keylines +com.xw.repo.bubbleseekbar.R$id: int normal +wangdaye.com.geometricweather.R$attr: int hintTextColor +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_AES_128_CCM_SHA256 +okhttp3.internal.tls.DistinguishedNameParser: char getEscaped() +wangdaye.com.geometricweather.db.entities.DailyEntity: void setAqiIndex(java.lang.Integer) +okhttp3.internal.Internal: boolean equalsNonHost(okhttp3.Address,okhttp3.Address) +androidx.drawerlayout.R$style: int Widget_Compat_NotificationActionContainer +wangdaye.com.geometricweather.background.receiver.MainReceiver: MainReceiver() +android.didikee.donate.R$styleable: int ActionBar_title +com.google.android.material.textfield.TextInputLayout: TextInputLayout(android.content.Context,android.util.AttributeSet,int) +com.jaredrummler.android.colorpicker.R$attr: int allowDividerAbove +com.google.android.material.slider.Slider: void setTrackTintList(android.content.res.ColorStateList) +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_listChoiceIndicatorSingleAnimated +cyanogenmod.themes.IThemeChangeListener$Stub$Proxy: IThemeChangeListener$Stub$Proxy(android.os.IBinder) +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton +okhttp3.internal.http2.Header: java.lang.String toString() +androidx.preference.R$string: int expand_button_title +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType Count +com.amap.api.fence.GeoFence: float getMinDis2Center() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$TotalLiquid TotalLiquid +wangdaye.com.geometricweather.R$attr: int statusBarScrim +okhttp3.HttpUrl: java.lang.String PATH_SEGMENT_ENCODE_SET +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void alterWindow(int,int,int,int,boolean,android.graphics.Rect) +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer daytimeWetBulbTemperature +io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) +androidx.constraintlayout.widget.R$drawable: int abc_scrubber_track_mtrl_alpha +okhttp3.internal.http1.Http1Codec: int STATE_IDLE +com.google.android.material.textfield.TextInputLayout: int getBaseline() +androidx.preference.R$attr: int subtitleTextStyle +wangdaye.com.geometricweather.R$style: int ShapeAppearanceOverlay +androidx.constraintlayout.widget.R$attr: int alpha +com.google.android.material.tabs.TabLayout: void setUnboundedRipple(boolean) +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Inverse +androidx.hilt.R$id: int accessibility_custom_action_9 +wangdaye.com.geometricweather.R$id: int subtitle +androidx.vectordrawable.R$styleable: int[] FontFamily +androidx.preference.R$styleable: int[] PreferenceGroup +com.google.android.material.R$attr: int submitBackground +com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver: boolean e +com.jaredrummler.android.colorpicker.R$attr: int actionModeSelectAllDrawable +androidx.constraintlayout.widget.R$attr: int initialActivityCount +androidx.constraintlayout.widget.R$attr: int showTitle +okio.ByteString: okio.ByteString EMPTY +androidx.drawerlayout.R$id: int forever +com.google.android.material.R$attr: int maxLines +cyanogenmod.themes.IThemeService$Stub$Proxy: void applyDefaultTheme() +com.tencent.bugly.proguard.aj +com.xw.repo.bubbleseekbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem +androidx.lifecycle.ClassesInfoCache$CallbackInfo +androidx.viewpager2.R$styleable: int RecyclerView_reverseLayout +androidx.appcompat.R$dimen: int tooltip_precise_anchor_extra_offset +okhttp3.internal.http.HttpCodec: void writeRequestHeaders(okhttp3.Request) +cyanogenmod.app.IProfileManager$Stub$Proxy: boolean removeProfile(cyanogenmod.app.Profile) +com.google.android.material.R$styleable: int SwitchCompat_android_textOff +com.google.android.material.R$color: int mtrl_filled_icon_tint +androidx.appcompat.R$dimen: int abc_dialog_list_padding_bottom_no_buttons +cyanogenmod.providers.DataUsageContract: int COLUMN_OF_FAST_AVG +com.google.android.material.R$style: int Platform_MaterialComponents_Light +com.jaredrummler.android.colorpicker.R$color: int material_grey_100 +androidx.appcompat.view.menu.ActionMenuItemView: void setChecked(boolean) +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult +cyanogenmod.app.ICustomTileListener$Stub$Proxy: java.lang.String getInterfaceDescriptor() +androidx.preference.R$attr: int navigationMode +androidx.preference.R$id: int submit_area +okhttp3.internal.http2.Http2Connection: long access$108(okhttp3.internal.http2.Http2Connection) +wangdaye.com.geometricweather.R$id: int container_alert_display_view_title +androidx.constraintlayout.widget.R$id: int spread_inside +io.reactivex.Observable: io.reactivex.disposables.Disposable forEachWhile(io.reactivex.functions.Predicate,io.reactivex.functions.Consumer,io.reactivex.functions.Action) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$UrlBean: void setWeathercn(java.lang.String) +androidx.preference.R$drawable: int abc_btn_radio_to_on_mtrl_000 +com.jaredrummler.android.colorpicker.R$integer +androidx.loader.R$style: int TextAppearance_Compat_Notification_Line2 +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem +com.xw.repo.bubbleseekbar.R$id: int search_src_text +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property Daylight +androidx.constraintlayout.widget.R$color: int secondary_text_disabled_material_light +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_errorTextAppearance +android.didikee.donate.R$style: int Base_Widget_AppCompat_CompoundButton_Switch +androidx.hilt.lifecycle.R$drawable: int notification_bg_normal_pressed +okio.Buffer: long readDecimalLong() +com.turingtechnologies.materialscrollbar.R$styleable: int ForegroundLinearLayout_android_foregroundGravity +wangdaye.com.geometricweather.R$id: int snackbar_text +okhttp3.Route: int hashCode() +com.turingtechnologies.materialscrollbar.R$style: int Base_CardView +androidx.drawerlayout.R$dimen: int notification_right_icon_size +com.xw.repo.BubbleSeekBar: BubbleSeekBar(android.content.Context,android.util.AttributeSet,int) +androidx.appcompat.R$styleable: int View_paddingStart +com.github.rahatarmanahmed.cpv.CircularProgressView: void setColor(int) +wangdaye.com.geometricweather.R$attr: int msb_barThickness +wangdaye.com.geometricweather.R$drawable: int notify_panel_notification_icon_bg +androidx.hilt.R$id: int accessibility_custom_action_17 +wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayHorizontalWidgetConfigActivity: Hilt_ClockDayHorizontalWidgetConfigActivity() +okio.BufferedSource: void readFully(byte[]) +okhttp3.TlsVersion: okhttp3.TlsVersion forJavaName(java.lang.String) +com.amap.api.location.AMapLocation: java.lang.String h(com.amap.api.location.AMapLocation,java.lang.String) +okhttp3.MultipartBody: long writeOrCountBytes(okio.BufferedSink,boolean) +androidx.constraintlayout.widget.R$color: int material_grey_600 +okhttp3.Handshake: Handshake(okhttp3.TlsVersion,okhttp3.CipherSuite,java.util.List,java.util.List) +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_tooltipText +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Country: java.lang.String EnglishName +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 +androidx.preference.R$style: int ThemeOverlay_AppCompat_Dialog +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setTimeStamp(long) +androidx.hilt.R$styleable: int GradientColor_android_startColor +androidx.appcompat.R$attr: int drawableTintMode +androidx.swiperefreshlayout.R$styleable: int FontFamily_fontProviderQuery +wangdaye.com.geometricweather.R$id: int dialog_providers_previewer_container +com.tencent.bugly.proguard.g: g(java.lang.String) +com.google.android.material.datepicker.CalendarConstraints +com.google.android.material.navigation.NavigationView: void setItemHorizontalPadding(int) +androidx.preference.R$attr: int actionModeSplitBackground +okhttp3.WebSocket$Factory +wangdaye.com.geometricweather.search.Hilt_SearchActivity +androidx.constraintlayout.widget.R$attr: int fontProviderAuthority +androidx.work.impl.utils.futures.AbstractFuture$Failure$1 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String getSuggest() +com.google.android.material.R$styleable: int Constraint_layout_constraintWidth_max +wangdaye.com.geometricweather.R$color: int bright_foreground_disabled_material_dark +wangdaye.com.geometricweather.R$styleable: int FitSystemBarRecyclerView_rv_side +androidx.preference.R$color: int abc_background_cache_hint_selector_material_light +androidx.vectordrawable.R$styleable: int FontFamilyFont_android_fontStyle +com.google.android.material.R$style: int Widget_MaterialComponents_CompoundButton_RadioButton +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: java.lang.Throwable error +com.bumptech.glide.R$styleable: int GradientColor_android_endColor +cyanogenmod.externalviews.ExternalView$2 +com.google.android.material.appbar.CollapsingToolbarLayout: android.graphics.drawable.Drawable getContentScrim() +androidx.preference.R$attr: int buttonBarNegativeButtonStyle +androidx.preference.R$styleable: int GradientColor_android_startY +com.google.android.material.R$style: int Widget_AppCompat_Light_SearchView +cyanogenmod.app.ICMStatusBarManager +wangdaye.com.geometricweather.common.basic.models.options.provider.WeatherSource: java.lang.String sourceUrl +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver this$0 +androidx.viewpager2.R$styleable: int[] ColorStateListItem +androidx.appcompat.R$attr: int actionBarTabBarStyle +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarViewPager: FitSystemBarViewPager(android.content.Context) +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle +com.google.android.material.circularreveal.CircularRevealRelativeLayout: void setRevealInfo(com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo) +androidx.preference.R$drawable: int abc_switch_thumb_material +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWindChillTemperature(java.lang.Integer) +androidx.preference.R$styleable: int AppCompatTheme_listPreferredItemPaddingStart +androidx.appcompat.resources.R$id: int notification_background +io.reactivex.internal.operators.observable.ObservableMergeWithSingle$MergeWithObserver$OtherObserver: void onSuccess(java.lang.Object) +com.tencent.bugly.crashreport.crash.c: void h() +okhttp3.CertificatePinner$Pin: boolean equals(java.lang.Object) +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) +cyanogenmod.providers.DataUsageContract: java.lang.String BYTES +com.jaredrummler.android.colorpicker.R$styleable: int Preference_persistent +wangdaye.com.geometricweather.R$attr: int colorOnSurface +okio.Okio: okio.BufferedSink buffer(okio.Sink) +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_textinput_box_stroke_width_focused +androidx.drawerlayout.R$drawable: int notification_bg_low +com.turingtechnologies.materialscrollbar.R$id: int progress_horizontal +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_at +okio.Utf8: Utf8() +wangdaye.com.geometricweather.R$bool: int enable_system_job_service_default +okhttp3.Cache: void update(okhttp3.Response,okhttp3.Response) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_actionModePopupWindowStyle +com.turingtechnologies.materialscrollbar.R$attr: int tintMode +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionBar_Solid +wangdaye.com.geometricweather.R$attr: int colorButtonNormal +cyanogenmod.providers.WeatherContract$WeatherColumns$WindSpeedUnit: int KPH +com.google.android.material.R$attr: int showAsAction +com.google.android.material.R$dimen: int mtrl_calendar_year_height +wangdaye.com.geometricweather.R$string: int mtrl_picker_date_header_unselected +androidx.preference.R$style: int Base_Widget_AppCompat_RatingBar +androidx.preference.R$attr: int imageButtonStyle +cyanogenmod.themes.IThemeService$Stub +androidx.preference.R$styleable: int GradientColor_android_endColor +com.google.android.material.textfield.TextInputLayout: int getEndIconMode() +androidx.recyclerview.R$styleable: int GradientColor_android_type +com.tencent.bugly.proguard.ap: boolean c +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_android_fontWeight +androidx.constraintlayout.widget.R$attr: int alphabeticModifiers +james.adaptiveicon.R$drawable: int abc_spinner_mtrl_am_alpha +okhttp3.Protocol: okhttp3.Protocol[] $VALUES +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_enabled +cyanogenmod.weather.WeatherLocation: int hashCode() +androidx.coordinatorlayout.R$id: int left +cyanogenmod.app.CustomTile: java.lang.String access$302(cyanogenmod.app.CustomTile,java.lang.String) +com.turingtechnologies.materialscrollbar.R$layout: int select_dialog_item_material +androidx.appcompat.widget.ActivityChooserView: ActivityChooserView(android.content.Context,android.util.AttributeSet,int) +cyanogenmod.externalviews.ExternalViewProviderService$1: cyanogenmod.externalviews.ExternalViewProviderService this$0 +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainNoLast: void completion() +com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_background +com.google.android.material.button.MaterialButton: void setChecked(boolean) +com.google.android.material.R$styleable: int AppCompatImageView_tint +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large +retrofit2.ParameterHandler$Path +okhttp3.internal.Internal: void initializeInstanceForTests() +io.reactivex.Observable: io.reactivex.Single collect(java.util.concurrent.Callable,io.reactivex.functions.BiConsumer) +io.reactivex.internal.operators.observable.ObservableWindow$WindowExactObserver: long serialVersionUID +com.google.android.material.R$id: int action_mode_bar_stub +androidx.fragment.R$id: int accessibility_custom_action_9 +androidx.appcompat.widget.AppCompatCheckBox: android.content.res.ColorStateList getSupportBackgroundTintList() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX$BrandsBeanXXX: java.lang.String getLogo() +androidx.hilt.lifecycle.R$styleable: R$styleable() +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ProgressIndicator_Circular_Determinate +okhttp3.internal.http2.Http2Connection: int INTERVAL_PING +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService$1 +com.xw.repo.bubbleseekbar.R$layout: int abc_activity_chooser_view_list_item +okhttp3.Cache$CacheResponseBody$1 +com.tencent.bugly.crashreport.common.info.a: java.lang.String g() +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large +wangdaye.com.geometricweather.R$drawable: int weather_clear_day_mini_grey +androidx.appcompat.R$dimen: int abc_edit_text_inset_bottom_material +androidx.dynamicanimation.R$style: int TextAppearance_Compat_Notification +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setTotalPrecipitation(java.lang.Float) +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_ButtonBar_AlertDialog +com.google.android.material.R$styleable: int FloatingActionButton_hoveredFocusedTranslationZ +cyanogenmod.weather.IRequestInfoListener: void onLookupCityRequestCompleted(cyanogenmod.weather.RequestInfo,int,java.util.List) +wangdaye.com.geometricweather.R$id: int activity_widget_config_wall +okio.SegmentedByteString: okio.ByteString hmacSha256(okio.ByteString) +okhttp3.internal.http2.ErrorCode: okhttp3.internal.http2.ErrorCode COMPRESSION_ERROR +cyanogenmod.os.Concierge$ParcelInfo: android.os.Parcel mParcel +androidx.coordinatorlayout.R$id: int tag_accessibility_pane_title +com.jaredrummler.android.colorpicker.R$attr: int navigationContentDescription +androidx.drawerlayout.widget.DrawerLayout: void setStatusBarBackground(android.graphics.drawable.Drawable) +com.jaredrummler.android.colorpicker.R$styleable: int AlertDialog_listLayout +androidx.constraintlayout.widget.R$dimen: int abc_action_bar_default_padding_start_material +io.reactivex.internal.util.NotificationLite$ErrorNotification: NotificationLite$ErrorNotification(java.lang.Throwable) +wangdaye.com.geometricweather.R$attr: int listMenuViewStyle +com.google.android.material.R$string: int mtrl_picker_a11y_prev_month +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Display4 +okhttp3.internal.http2.Http2Stream: okhttp3.internal.http2.Http2Stream$StreamTimeout readTimeout +androidx.appcompat.resources.R$styleable: int[] GradientColor +wangdaye.com.geometricweather.R$color: int darkPrimary_5 +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property MoldIndex +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: boolean hasKey(wangdaye.com.geometricweather.db.entities.HourlyEntity) +androidx.fragment.app.FragmentState +androidx.preference.R$styleable: int Preference_android_widgetLayout +wangdaye.com.geometricweather.R$id: int buttonPanel +wangdaye.com.geometricweather.R$styleable: int KeyPosition_keyPositionType +androidx.hilt.work.R$id: int accessibility_custom_action_22 +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintWidth_max +com.google.android.material.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity +wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: java.lang.String getProviderId() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: int status +wangdaye.com.geometricweather.common.ui.widgets.trend.chart.PolylineAndHistogramView: int getMarginBottom() +androidx.constraintlayout.widget.R$dimen: int abc_text_size_display_2_material +com.amap.api.location.AMapLocation: java.lang.String getLocationDetail() +cyanogenmod.weather.CMWeatherManager: java.util.Set mProviderChangedListeners +io.reactivex.Observable: io.reactivex.Observable window(long,java.util.concurrent.TimeUnit) +com.amap.api.location.AMapLocation: java.lang.Object clone() +androidx.hilt.work.R$drawable: int notification_tile_bg +android.didikee.donate.R$style: int Widget_AppCompat_Light_ActionBar_TabText_Inverse +okhttp3.internal.http.RealInterceptorChain: okhttp3.EventListener eventListener +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: io.reactivex.internal.util.ErrorMode errorMode +androidx.preference.PreferenceGroup$SavedState: android.os.Parcelable$Creator CREATOR +android.didikee.donate.R$anim: int abc_fade_in +com.google.android.material.imageview.ShapeableImageView +com.amap.api.location.AMapLocation: java.lang.String B +wangdaye.com.geometricweather.R$styleable: int AppCompatTextHelper_android_textAppearance +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: void dispose() +androidx.constraintlayout.widget.R$attr: int layout_constraintBaseline_toBaselineOf +androidx.lifecycle.extensions.R$styleable: int FontFamilyFont_android_font +com.google.android.gms.common.internal.GetServiceRequest +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_title +androidx.lifecycle.extensions.R$id: int visible_removing_fragment_view_tag +com.google.android.material.R$styleable: int NavigationView_itemShapeInsetBottom +james.adaptiveicon.R$styleable: int PopupWindow_android_popupBackground +com.jaredrummler.android.colorpicker.R$styleable: int[] Spinner +okio.ByteString: int decodeHexDigit(char) +wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: void setSubtitleText(java.lang.String) +okhttp3.internal.connection.RouteSelector: okhttp3.Address address +james.adaptiveicon.R$style: int Theme_AppCompat_Dialog_MinWidth +com.google.android.material.R$id: int design_menu_item_action_area_stub +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setOnClickIntent(android.app.PendingIntent) +androidx.viewpager2.R$attr: int fastScrollHorizontalThumbDrawable +com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle_Inverse +wangdaye.com.geometricweather.R$attr: int maxActionInlineWidth +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_TextInputLayout_OutlinedBox_Dense +com.bumptech.glide.R$id: int action_image +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintCircle +cyanogenmod.power.IPerformanceManager$Stub: IPerformanceManager$Stub() +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: float ParticulateMatter2_5 +com.google.android.material.R$drawable: int abc_btn_radio_material +androidx.preference.R$id: int accessibility_custom_action_13 +cyanogenmod.library.R$id: R$id() +wangdaye.com.geometricweather.R$attr: int itemRippleColor +cyanogenmod.profiles.ConnectionSettings: void getXmlString(java.lang.StringBuilder,android.content.Context) +wangdaye.com.geometricweather.R$styleable: int Layout_android_layout_width +androidx.preference.R$id: int time +com.jaredrummler.android.colorpicker.R$layout: int preference_dropdown +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime$Weather +wangdaye.com.geometricweather.R$attr: int hintTextAppearance +androidx.lifecycle.extensions.R$styleable: int[] FontFamilyFont +wangdaye.com.geometricweather.R$styleable: int ActionBar_contentInsetLeft +androidx.viewpager2.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.google.android.material.R$style: int Base_Widget_AppCompat_EditText +org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database getEncryptedWritableDb(java.lang.String) +android.didikee.donate.R$id: int expanded_menu +okio.HashingSource: java.security.MessageDigest messageDigest +wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_keylines +okhttp3.internal.http2.Huffman: okhttp3.internal.http2.Huffman get() +com.jaredrummler.android.colorpicker.R$bool: R$bool() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum: AccuCurrentResult$TemperatureSummary$Past6HourRange$Minimum() +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties: org.greenrobot.greendao.Property IcePrecipitationProbability +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Display3 +retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$2 +com.google.gson.internal.LinkedTreeMap: java.lang.Object writeReplace() +androidx.constraintlayout.widget.R$id: int postLayout +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_TabView +wangdaye.com.geometricweather.R$styleable: int SwitchCompat_switchPadding +com.turingtechnologies.materialscrollbar.R$attr: int trackTintMode +com.jaredrummler.android.colorpicker.R$styleable: int MenuGroup_android_enabled +wangdaye.com.geometricweather.R$drawable: int tooltip_frame_light +com.tencent.bugly.proguard.q +androidx.appcompat.R$style: int Base_Widget_AppCompat_ButtonBar_AlertDialog +android.didikee.donate.R$style: int Base_Widget_AppCompat_ButtonBar +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_elevation +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Body2 +androidx.constraintlayout.widget.R$layout: int custom_dialog +wangdaye.com.geometricweather.R$drawable: int ic_check_circle_green +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber: int requestFusion(int) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night: int PrecipitationProbability +wangdaye.com.geometricweather.R$string: int abc_menu_meta_shortcut_label +androidx.appcompat.R$color: int ripple_material_light +com.amap.api.location.AMapLocationClientOption$2 +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_rotationY +androidx.loader.R$dimen: R$dimen() +androidx.hilt.work.R$dimen: int notification_large_icon_height +wangdaye.com.geometricweather.R$styleable: int NavigationView_itemIconSize io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver$InnerRepeatObserver inner -com.google.android.material.R$styleable: int[] ColorStateListItem -james.adaptiveicon.R$dimen: int abc_text_size_button_material -com.xw.repo.bubbleseekbar.R$attr: int autoCompleteTextViewStyle -com.tencent.bugly.proguard.u: long o -io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: boolean isDisposed() -com.google.android.material.R$style: int Widget_AppCompat_ActionButton_CloseMode -android.didikee.donate.R$styleable: int AppCompatTheme_actionBarDivider -wangdaye.com.geometricweather.R$styleable: int ImageFilterView_round -com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Widget_TextView_SpinnerItem -com.amap.api.location.AMapLocation: int s -androidx.preference.R$id: int search_button -androidx.constraintlayout.widget.R$string: int abc_activity_chooser_view_see_all -androidx.constraintlayout.widget.R$attr: int tooltipText -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_ratingBarStyle -com.xw.repo.bubbleseekbar.R$styleable: int LinearLayoutCompat_divider -androidx.legacy.coreutils.R$attr: R$attr() -io.reactivex.internal.operators.observable.ObservableConcatMap$ConcatMapDelayErrorObserver$DelayErrorInnerObserver: void onComplete() -wangdaye.com.geometricweather.R$attr: int bsb_progress -com.google.android.gms.base.R$attr: R$attr() -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Imperial: AccuCurrentResult$Precip1hr$Imperial() -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String ragweedDescription -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Large -cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String KEY_NOTIFICATIONS -cyanogenmod.weather.ICMWeatherManager$Stub: int TRANSACTION_cancelRequest -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Light -androidx.appcompat.widget.AppCompatSeekBar: AppCompatSeekBar(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$styleable: int Chip_closeIconTint -wangdaye.com.geometricweather.GeometricWeather: GeometricWeather() -io.reactivex.internal.observers.BlockingObserver -wangdaye.com.geometricweather.R$style: int Preference_SeekBarPreference_Material -com.google.android.material.R$styleable: int StateListDrawable_android_exitFadeDuration -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult: java.util.List DailyForecasts -com.jaredrummler.android.colorpicker.R$style: int Theme_AppCompat_Light -com.amap.api.location.AMapLocation: android.os.Parcelable$Creator CREATOR -com.google.android.material.R$dimen: int abc_list_item_height_large_material -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintRight_toRightOf -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintBaseline_toBaselineOf -wangdaye.com.geometricweather.R$dimen: int widget_grid_1 -okhttp3.internal.connection.RealConnection: okhttp3.Handshake handshake -retrofit2.adapter.rxjava2.Result: retrofit2.adapter.rxjava2.Result error(java.lang.Throwable) -androidx.constraintlayout.widget.R$styleable: int Layout_barrierAllowsGoneWidgets -io.reactivex.internal.util.VolatileSizeArrayList: boolean addAll(java.util.Collection) -android.didikee.donate.R$dimen: int abc_dialog_list_padding_bottom_no_buttons -com.turingtechnologies.materialscrollbar.R$color: int switch_thumb_material_light -okhttp3.internal.http2.Http2Connection: long awaitPingsSent -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Temperature -com.bumptech.glide.integration.okhttp.R$id: int text -androidx.swiperefreshlayout.R$id: int tag_accessibility_pane_title -io.reactivex.Observable: io.reactivex.observables.ConnectableObservable publish() -com.google.android.material.R$styleable: int[] RecyclerView -wangdaye.com.geometricweather.db.entities.AlertEntity: void setId(java.lang.Long) -wangdaye.com.geometricweather.R$attr: int minTouchTargetSize -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: io.reactivex.internal.queue.SpscLinkedArrayQueue queue -wangdaye.com.geometricweather.R$id: int center_horizontal -cyanogenmod.profiles.ConnectionSettings: boolean isDirty() -com.google.android.material.R$attr: int editTextStyle -io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: ObservableTimer$TimerObserver(io.reactivex.Observer) -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_viewInflaterClass -wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property AqiText -androidx.viewpager.widget.PagerTitleStrip -com.github.rahatarmanahmed.cpv.CircularProgressView: void addListener(com.github.rahatarmanahmed.cpv.CircularProgressViewListener) -com.xw.repo.bubbleseekbar.R$style: int Platform_ThemeOverlay_AppCompat_Dark -android.didikee.donate.R$styleable: int AppCompatTheme_actionBarSize -android.didikee.donate.R$drawable: int abc_ic_star_half_black_16dp -androidx.appcompat.R$styleable: int MenuItem_contentDescription -androidx.appcompat.R$styleable: int SearchView_searchHintIcon -com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_queryHint -androidx.appcompat.widget.ActivityChooserView: void setOnDismissListener(android.widget.PopupWindow$OnDismissListener) -com.turingtechnologies.materialscrollbar.R$styleable: int MaterialButton_backgroundTintMode -cyanogenmod.themes.ThemeChangeRequest: java.util.Map getThemeComponentsMap() -com.google.android.material.R$styleable: int Toolbar_collapseIcon -com.jaredrummler.android.colorpicker.R$styleable: int StateListDrawable_android_constantSize -com.amap.api.fence.GeoFenceClient: android.app.PendingIntent createPendingIntent(java.lang.String) -cyanogenmod.app.ProfileGroup: void validateOverrideUris(android.content.Context) -android.didikee.donate.R$id: int scrollIndicatorUp -com.google.android.material.R$dimen: int design_navigation_item_icon_padding -okio.RealBufferedSource: java.lang.String readUtf8LineStrict() -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Widget_TextView_SpinnerItem -com.bumptech.glide.load.engine.GlideException: java.util.List getRootCauses() -com.jaredrummler.android.colorpicker.R$styleable: int ListPreference_entries +androidx.fragment.app.FragmentContainerView +wangdaye.com.geometricweather.R$layout: int abc_screen_toolbar +com.xw.repo.bubbleseekbar.R$dimen: int abc_dialog_fixed_height_minor +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX: void setValue(java.util.List) +wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_rtl +com.google.android.material.R$attr: int fabSize +com.google.android.material.bottomnavigation.BottomNavigationMenuView: void setItemIconSize(int) +wangdaye.com.geometricweather.R$dimen: int material_cursor_inset_bottom +com.tencent.bugly.crashreport.common.info.a: java.util.Map G() +com.google.android.material.R$drawable: int design_password_eye +com.tencent.bugly.proguard.ak: java.util.Map v +androidx.constraintlayout.widget.R$attr: int actionModeShareDrawable +com.google.android.material.R$color: int design_default_color_on_primary +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum: AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum() +androidx.swiperefreshlayout.R$styleable: int ColorStateListItem_android_alpha +com.google.android.material.chip.Chip: android.content.res.ColorStateList getChipIconTint() +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeSnowPrecipitationProbability(java.lang.Float) +com.google.android.material.R$styleable: int AnimatedStateListDrawableTransition_android_drawable +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModePopupWindowStyle +io.reactivex.Observable: io.reactivex.Observable onTerminateDetach() +com.tencent.bugly.crashreport.common.info.a: java.lang.String P +okhttp3.OkHttpClient: okhttp3.internal.cache.InternalCache internalCache() +androidx.hilt.R$id: int accessibility_custom_action_31 +retrofit2.HttpException: HttpException(retrofit2.Response) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonBarNegativeButtonStyle +com.google.android.material.R$layout: int text_view_without_line_height +james.adaptiveicon.R$style: int Platform_V25_AppCompat +james.adaptiveicon.R$dimen: int abc_control_padding_material +cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler: cyanogenmod.weatherservice.WeatherProviderService this$0 +com.xw.repo.bubbleseekbar.R$styleable: int[] MenuGroup androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityDestroyed(android.app.Activity) -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Spinner_Underlined -androidx.preference.R$attr: int textAppearanceSearchResultSubtitle -androidx.cardview.R$attr: int contentPaddingLeft -wangdaye.com.geometricweather.R$attr: int boxStrokeWidth -com.jaredrummler.android.colorpicker.ColorPreferenceCompat: ColorPreferenceCompat(android.content.Context,android.util.AttributeSet,int) -com.google.android.material.R$dimen: int abc_text_size_button_material -com.tencent.bugly.proguard.z: java.io.BufferedReader a(java.lang.String,java.lang.String) -wangdaye.com.geometricweather.db.entities.AlertEntity: void setType(java.lang.String) -androidx.appcompat.widget.ActivityChooserView: void setExpandActivityOverflowButtonDrawable(android.graphics.drawable.Drawable) -androidx.appcompat.R$color: int abc_tint_switch_track -androidx.lifecycle.extensions.R$attr: int fontProviderFetchStrategy -android.didikee.donate.R$attr: int buttonStyle -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_85 -wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle: wangdaye.com.geometricweather.common.basic.models.options.NotificationStyle HOURLY -okhttp3.internal.http2.Http2Writer: void close() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: java.lang.String unit -com.google.android.material.R$color: int material_slider_active_track_color -androidx.work.impl.WorkDatabase_Impl: WorkDatabase_Impl() -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float snowPrecipitation -com.google.android.material.R$style: int Base_Widget_AppCompat_SearchView -androidx.appcompat.R$style: int Widget_AppCompat_Light_ActionBar_Solid -cyanogenmod.profiles.ConnectionSettings$1: ConnectionSettings$1() -androidx.appcompat.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration -com.bumptech.glide.R$id: int title -com.turingtechnologies.materialscrollbar.R$styleable: int[] TabLayout -wangdaye.com.geometricweather.R$string: int sunrise_sunset -androidx.appcompat.R$string: int abc_activitychooserview_choose_application -com.google.android.material.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Subtitle_Inverse -androidx.viewpager.R$layout -androidx.hilt.lifecycle.R$id: int tag_unhandled_key_event_manager -com.bumptech.glide.R$dimen: int notification_right_side_padding_top -androidx.transition.R$drawable: int notification_bg_normal_pressed -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float getThunderstormPrecipitationProbability() -com.google.android.material.R$color: int design_dark_default_color_surface -wangdaye.com.geometricweather.R$attr: int itemTextAppearanceActive -androidx.appcompat.R$styleable: int MenuItem_android_onClick -okhttp3.RequestBody$1: okhttp3.MediaType contentType() -cyanogenmod.app.CustomTile$ExpandedItem: java.lang.String itemSummary -com.google.android.material.textfield.TextInputLayout: java.lang.CharSequence getHelperText() -io.reactivex.internal.operators.flowable.FlowableObserveOn$BaseObserveOnSubscriber: io.reactivex.internal.fuseable.SimpleQueue queue -android.didikee.donate.R$style: int Base_V7_Theme_AppCompat -com.google.android.material.R$id: int tabMode -androidx.hilt.lifecycle.R$layout: int notification_template_custom_big -androidx.preference.R$styleable: int SwitchPreference_switchTextOff -okio.ByteString: int indexOf(okio.ByteString,int) -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_creator -cyanogenmod.weather.WeatherLocation: int describeContents() -wangdaye.com.geometricweather.R$id: int widget_day_week_temp_5 -io.reactivex.internal.operators.observable.ObservableFlatMapCompletableCompletable$FlatMapCompletableMainObserver: void onComplete() -androidx.appcompat.R$style: int Base_Widget_AppCompat_CompoundButton_RadioButton -androidx.constraintlayout.utils.widget.ImageFilterButton: void setOverlay(boolean) -io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferBoundaryObserver: void close(io.reactivex.internal.operators.observable.ObservableBufferBoundary$BufferCloseObserver,long) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarItemBackground -androidx.legacy.coreutils.R$style -wangdaye.com.geometricweather.R$id: int fragment_container_view_tag -wangdaye.com.geometricweather.R$layout: int activity_settings -com.xw.repo.bubbleseekbar.R$styleable: int AlertDialog_singleChoiceItemLayout -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_measureWithLargestChild -android.didikee.donate.R$styleable: int MenuItem_android_orderInCategory -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_54 -cyanogenmod.app.StatusBarPanelCustomTile: java.lang.String pkg -wangdaye.com.geometricweather.db.entities.DailyEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.DailyEntity) -james.adaptiveicon.R$style: int Base_V21_Theme_AppCompat_Light_Dialog -io.reactivex.Observable: io.reactivex.Observable fromCallable(java.util.concurrent.Callable) -wangdaye.com.geometricweather.R$styleable: int PopupWindow_android_popupBackground -androidx.work.R$style: int Widget_Compat_NotificationActionText -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_content_inset_with_nav -com.google.android.material.R$styleable: int Slider_android_value -okhttp3.logging.HttpLoggingInterceptor: void redactHeader(java.lang.String) -com.google.android.material.R$id: int transition_current_scene -com.jaredrummler.android.colorpicker.R$attr: int backgroundStacked -okhttp3.internal.http.HttpHeaders: boolean hasVaryAll(okhttp3.Headers) -com.turingtechnologies.materialscrollbar.R$color: int material_grey_100 -com.tencent.bugly.proguard.q: void onUpgrade(android.database.sqlite.SQLiteDatabase,int,int) -cyanogenmod.hardware.CMHardwareManager: int VIBRATOR_DEFAULT_INDEX -io.reactivex.Observable: io.reactivex.Observable create(io.reactivex.ObservableOnSubscribe) -com.turingtechnologies.materialscrollbar.R$attr: int checkedIconVisible -androidx.lifecycle.extensions.R$integer: int status_bar_notification_info_maxnum -wangdaye.com.geometricweather.R$styleable: int Constraint_pathMotionArc -okhttp3.internal.http2.Header$Listener: void onHeaders(okhttp3.Headers) -wangdaye.com.geometricweather.R$string: int feedback_refresh_notification_now -cyanogenmod.weatherservice.IWeatherProviderService$Stub$Proxy -cyanogenmod.app.CustomTile$ExpandedGridItem: void setExpandedGridItemDrawable(int) -wangdaye.com.geometricweather.remoteviews.config.Hilt_TextWidgetConfigActivity -cyanogenmod.app.ThemeVersion$ComponentVersion: ThemeVersion$ComponentVersion(cyanogenmod.app.ThemeVersion$ComponentVersion) -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_bsb_min -wangdaye.com.geometricweather.R$id: int widget_trend_hourly -io.reactivex.internal.subscribers.StrictSubscriber: void onNext(java.lang.Object) -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_DrawerArrowToggle -wangdaye.com.geometricweather.R$style: int Widget_Design_TabLayout -com.google.android.material.R$style: int Widget_Design_Snackbar -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$TotalLiquid: int UnitType -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ListView_DropDown -android.didikee.donate.R$attr: int dialogTheme -wangdaye.com.geometricweather.R$style: int Widget_AppCompat_PopupMenu_Overflow -androidx.preference.R$id: int scrollIndicatorUp -okhttp3.internal.cache.DiskLruCache$1: DiskLruCache$1(okhttp3.internal.cache.DiskLruCache) -cyanogenmod.externalviews.KeyguardExternalView: void onLockscreenSlideOffsetChanged(float) -com.google.android.material.chip.Chip: Chip(android.content.Context,android.util.AttributeSet,int) -wangdaye.com.geometricweather.R$layout -androidx.lifecycle.extensions.R$id: int async -android.didikee.donate.R$attr: int background -okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean forWebSocket -com.jaredrummler.android.colorpicker.R$color: int abc_color_highlight_material -com.google.android.material.floatingactionbutton.ExtendedFloatingActionButton: int getCollapsedPadding() -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver parent -androidx.cardview.R$style: int CardView_Dark -com.google.android.material.R$styleable: int AppCompatTheme_actionModeFindDrawable -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Realtime: java.lang.String dataUptime -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_drawPath -androidx.preference.R$attr: int actionBarItemBackground -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String uvLevel -com.turingtechnologies.materialscrollbar.R$layout: int abc_tooltip -androidx.preference.R$dimen: int highlight_alpha_material_dark -wangdaye.com.geometricweather.R$string: int hours_of_sun -james.adaptiveicon.R$styleable: int AppCompatTheme_actionModeCopyDrawable -cyanogenmod.app.Profile: java.util.Collection getConnectionSettings() -wangdaye.com.geometricweather.R$attr: int behavior_autoHide -android.didikee.donate.R$attr: int colorPrimary -com.tencent.bugly.proguard.n: java.lang.String d -androidx.core.R$id: int action_container -android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Subhead -com.bumptech.glide.R$styleable: int GradientColor_android_tileMode +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 +io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: void dispose() +io.reactivex.internal.util.VolatileSizeArrayList: boolean equals(java.lang.Object) +com.tencent.bugly.proguard.y: java.text.SimpleDateFormat b +com.amap.api.location.LocationManagerBase: void startAssistantLocation(android.webkit.WebView) +james.adaptiveicon.R$id: int tabMode +okhttp3.internal.http.HttpDate$1 +com.amap.api.location.AMapLocationClientOption: java.lang.Object clone() +com.google.android.material.R$attr: int itemShapeAppearance +com.bumptech.glide.R$styleable: int FontFamily_fontProviderFetchTimeout +com.tencent.bugly.crashreport.common.info.a: void c(java.lang.String,java.lang.String) +androidx.appcompat.resources.R$id: int accessibility_custom_action_16 +okhttp3.internal.platform.Platform: int WARN +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_flow_horizontalAlign +wangdaye.com.geometricweather.R$attr: int trackHeight +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintHeight_default +james.adaptiveicon.R$styleable: int SearchView_goIcon +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Light_ActionBar_Solid +okhttp3.internal.connection.RealConnection: okhttp3.Request createTunnelRequest() +androidx.preference.R$styleable: int FragmentContainerView_android_name +androidx.preference.R$attr: int showAsAction +wangdaye.com.geometricweather.R$color: int mtrl_textinput_disabled_color +androidx.preference.R$styleable: int ListPreference_android_entryValues +com.tencent.bugly.crashreport.crash.h5.a: java.lang.String c +com.turingtechnologies.materialscrollbar.R$color: int abc_background_cache_hint_selector_material_light +androidx.drawerlayout.widget.DrawerLayout: float getDrawerElevation() +okhttp3.Cookie: okhttp3.Cookie parse(long,okhttp3.HttpUrl,java.lang.String) +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: java.lang.Object poll() +androidx.core.view.ViewCompat$1 +androidx.preference.R$id: int progress_horizontal +com.xw.repo.bubbleseekbar.R$dimen: int notification_top_pad +com.google.android.material.R$id: int material_timepicker_mode_button +io.reactivex.internal.observers.BlockingObserver: long serialVersionUID +com.turingtechnologies.materialscrollbar.R$attr: int colorAccent +io.reactivex.internal.operators.flowable.FlowableCreate$SerializedEmitter: void onError(java.lang.Throwable) +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_Dialog +wangdaye.com.geometricweather.db.entities.LocationEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,java.lang.Object) +wangdaye.com.geometricweather.R$style: int PopupWindowAnimation_Bottom_Left +io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: io.reactivex.functions.Function mapper +okhttp3.internal.http2.Http2Stream: okio.Source getSource() +com.xw.repo.bubbleseekbar.R$string: int abc_menu_alt_shortcut_label +wangdaye.com.geometricweather.R$styleable: int Constraint_transitionPathRotate +wangdaye.com.geometricweather.weather.apis.AccuWeatherApi +james.adaptiveicon.R$dimen: int abc_button_padding_horizontal_material +androidx.appcompat.view.menu.ActionMenuItemView +com.google.android.material.slider.Slider +com.turingtechnologies.materialscrollbar.R$id: int selected +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_radioButtonStyle +wangdaye.com.geometricweather.R$styleable: int SearchView_searchHintIcon +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_42 +com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Body2 +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_overflow_padding_start_material +com.turingtechnologies.materialscrollbar.R$style: int Base_V14_Theme_MaterialComponents_Light_Dialog +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeSnowPrecipitation(java.lang.Float) +okhttp3.logging.HttpLoggingInterceptor: void logHeader(okhttp3.Headers,int) +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language SLOVENIAN +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption setOffset(boolean) +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_SearchResult_Title +wangdaye.com.geometricweather.R$styleable: int CollapsingToolbarLayout_scrimVisibleHeightTrigger +androidx.work.R$styleable: R$styleable() +com.google.android.material.R$dimen: int design_textinput_caption_translate_y +io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: void dispose() +com.amap.api.location.AMapLocation: int d(com.amap.api.location.AMapLocation,int) +wangdaye.com.geometricweather.R$attr: int itemTextAppearance +wangdaye.com.geometricweather.R$styleable: int MaterialCalendarItem_itemStrokeWidth +okio.Okio: okio.BufferedSource buffer(okio.Source) +com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Light_SearchResult_Title +com.google.android.material.R$attr: int tabInlineLabel +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Display2 +cyanogenmod.profiles.StreamSettings: void setOverride(boolean) +wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) +wangdaye.com.geometricweather.R$color: int abc_btn_colored_borderless_text_material +com.tencent.bugly.proguard.y: boolean b(java.lang.String,java.lang.String,java.lang.String) +com.tencent.bugly.proguard.p: boolean a(int,java.lang.String,byte[],com.tencent.bugly.proguard.o,boolean) +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: java.lang.Integer clouds +okhttp3.OkHttpClient$Builder: java.util.List interceptors() +androidx.constraintlayout.widget.R$styleable: int OnSwipe_maxAcceleration +androidx.constraintlayout.widget.R$attr: int font +io.reactivex.internal.operators.observable.ObservableGroupJoin$GroupJoinDisposable: int leftIndex +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String getCity() +wangdaye.com.geometricweather.R$attr: int thumbStrokeColor +cyanogenmod.app.Profile: void setConditionalType() +com.google.android.material.R$styleable: int TextAppearance_android_textStyle +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean requestDismiss() +android.didikee.donate.R$styleable: int SearchView_voiceIcon +com.amap.api.location.AMapLocationClientOption$AMapLocationMode: com.amap.api.location.AMapLocationClientOption$AMapLocationMode[] a +wangdaye.com.geometricweather.R$color: int colorTextContent_dark +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constrainedWidth +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceOverline +com.google.android.material.R$dimen: int mtrl_badge_horizontal_edge_offset +io.reactivex.internal.util.NotificationLite$DisposableNotification: NotificationLite$DisposableNotification(io.reactivex.disposables.Disposable) +androidx.hilt.lifecycle.R$dimen +wangdaye.com.geometricweather.R$styleable: int Toolbar_contentInsetLeft +androidx.preference.R$style: int Base_Widget_AppCompat_RatingBar_Small +androidx.hilt.work.R$id: int accessibility_custom_action_10 +androidx.appcompat.R$style: int ThemeOverlay_AppCompat_Dialog +androidx.work.R$styleable: int FontFamilyFont_fontStyle +cyanogenmod.app.ProfileGroup: ProfileGroup(android.os.Parcel,cyanogenmod.app.ProfileGroup$1) +io.reactivex.Observable: io.reactivex.Maybe reduce(io.reactivex.functions.BiFunction) +androidx.appcompat.R$styleable: int Toolbar_titleTextAppearance +wangdaye.com.geometricweather.R$color: int design_dark_default_color_error +com.autonavi.aps.amapapi.model.AMapLocationServer: void c(java.lang.String) +androidx.constraintlayout.widget.R$id: int edit_query +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean current +com.turingtechnologies.materialscrollbar.R$styleable: int TouchScrollBar_msb_hideDelayInMilliseconds +androidx.lifecycle.SavedStateHandle: java.lang.String KEYS +com.google.android.material.R$styleable: int BottomSheetBehavior_Layout_shapeAppearance +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintGuide_begin +androidx.appcompat.R$styleable: int Toolbar_collapseIcon +androidx.appcompat.R$attr: int panelBackground +com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter: void onProgressUpdateEnd(float) +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_editTextPreferenceStyle +androidx.appcompat.widget.ActionMenuPresenter$SavedState +androidx.appcompat.resources.R$id: int tag_transition_group +wangdaye.com.geometricweather.R$menu: R$menu() +okio.Timeout: okio.Timeout NONE +cyanogenmod.app.IPartnerInterface$Stub$Proxy: IPartnerInterface$Stub$Proxy(android.os.IBinder) +androidx.appcompat.R$styleable: int Toolbar_maxButtonHeight +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeThunderstormPrecipitation +com.google.android.material.R$attr: int statusBarForeground +okhttp3.OkHttpClient$Builder: OkHttpClient$Builder(okhttp3.OkHttpClient) +okhttp3.internal.http2.Http2Connection: void awaitPong() +cyanogenmod.themes.IThemeService$Stub$Proxy: android.os.IBinder mRemote +cyanogenmod.themes.IThemeService$Stub$Proxy: boolean processThemeResources(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int Toolbar_menu +androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType STRING_TYPE +androidx.constraintlayout.widget.R$attr: int layout_constraintVertical_weight +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String getWeatherText() +androidx.swiperefreshlayout.widget.SwipeRefreshLayout: void setLegacyRequestDisallowInterceptTouchEventEnabled(boolean) +androidx.preference.R$styleable: int CheckBoxPreference_summaryOff +wangdaye.com.geometricweather.R$color: int material_timepicker_modebutton_tint +io.reactivex.internal.operators.flowable.FlowableOnBackpressureBuffer$BackpressureBufferSubscriber +okhttp3.ResponseBody: java.io.Reader charStream() +wangdaye.com.geometricweather.R$string: int translator +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Float relativeHumidity +james.adaptiveicon.R$styleable: int FontFamilyFont_android_fontStyle +androidx.appcompat.view.menu.ListMenuItemView: void setForceShowIcon(boolean) +android.didikee.donate.R$styleable: int Toolbar_collapseContentDescription +com.jaredrummler.android.colorpicker.R$color: int abc_background_cache_hint_selector_material_light +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Small +com.google.android.material.card.MaterialCardView: void setCheckedIconTint(android.content.res.ColorStateList) +wangdaye.com.geometricweather.R$styleable: int KeyTrigger_triggerSlack +james.adaptiveicon.R$id: int search_close_btn +com.baidu.location.Poi +android.didikee.donate.R$styleable: int AppCompatTextHelper_android_drawableRight +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX: CaiYunMainlyResult$BrandInfoBeanXX$BrandsBeanXX$NamesBeanXX() +com.bumptech.glide.load.PreferredColorSpace: com.bumptech.glide.load.PreferredColorSpace valueOf(java.lang.String) +androidx.appcompat.R$style: int Base_TextAppearance_AppCompat_Title +io.reactivex.internal.util.NotificationLite: java.lang.Object error(java.lang.Throwable) +com.jaredrummler.android.colorpicker.R$styleable: int ColorPickerView_cpv_sliderColor +androidx.constraintlayout.widget.R$styleable: int[] LinearLayoutCompat +com.tencent.bugly.crashreport.crash.c: com.tencent.bugly.proguard.w v +androidx.coordinatorlayout.R$dimen: int notification_media_narrow_margin +com.amap.api.location.UmidtokenInfo: long e +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Imperial: double Value +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ActionButton_CloseMode +com.google.android.material.R$attr: int listMenuViewStyle +cyanogenmod.app.CustomTile: android.app.PendingIntent onLongClick +wangdaye.com.geometricweather.R$styleable: int Constraint_flow_verticalAlign +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Pm25: int no2 +com.google.android.material.R$styleable: int Transition_constraintSetStart +wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getDaytimeWeatherCode() +androidx.work.R$id +james.adaptiveicon.R$style: int Platform_ThemeOverlay_AppCompat_Dark +androidx.preference.R$styleable: int PreferenceFragmentCompat_android_layout +com.google.android.material.progressindicator.ProgressIndicator: ProgressIndicator(android.content.Context,android.util.AttributeSet,int) +com.amap.api.location.DPoint: double getLatitude() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_dialogCornerRadius +androidx.preference.R$attr: int dividerHorizontal +androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_SearchView_ActionBar +androidx.transition.R$attr: int fontWeight +cyanogenmod.externalviews.KeyguardExternalView: android.content.ServiceConnection access$500(cyanogenmod.externalviews.KeyguardExternalView) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_67 +androidx.customview.R$drawable: int notification_bg_low_normal +com.google.android.material.R$dimen: int mtrl_extended_fab_end_padding_icon +com.turingtechnologies.materialscrollbar.R$drawable: int abc_ic_ab_back_material +androidx.drawerlayout.R$id: int text2 +androidx.preference.R$id: int fragment_container_view_tag +com.turingtechnologies.materialscrollbar.R$styleable: int BottomNavigationView_itemIconTint +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_60 +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionBar_Solid +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDate(java.util.Date) +com.google.android.material.R$styleable: int Constraint_layout_constraintEnd_toStartOf +okio.Okio +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_progressBarStyle +androidx.appcompat.R$styleable: int ActionMode_subtitleTextStyle +androidx.lifecycle.extensions.R$id: int info +androidx.core.R$id: int accessibility_custom_action_16 +com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle +com.tencent.bugly.crashreport.common.info.a: java.lang.String u() +androidx.vectordrawable.animated.R$id: int chronometer +cyanogenmod.app.CustomTile$ExpandedStyle: void writeToParcel(android.os.Parcel,int) +androidx.constraintlayout.widget.R$attr: int contentDescription +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_addProfile +androidx.recyclerview.R$id: int accessibility_custom_action_26 +cyanogenmod.themes.IThemeService$Stub: int TRANSACTION_processThemeResources +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX: void setPubTime(java.lang.String) +cyanogenmod.weather.ICMWeatherManager: void lookupCity(cyanogenmod.weather.RequestInfo) +com.bumptech.glide.integration.okhttp.R$styleable: int FontFamilyFont_fontWeight +cyanogenmod.providers.CMSettings: cyanogenmod.providers.CMSettings$Validator access$200() +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_verticalBias +org.greenrobot.greendao.database.DatabaseOpenHelper: void onOpen(android.database.sqlite.SQLiteDatabase) +wangdaye.com.geometricweather.R$dimen: int abc_switch_padding +androidx.constraintlayout.widget.R$styleable: int[] KeyCycle +androidx.constraintlayout.widget.R$attr: int drawableTint +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$LocalSource: java.lang.String Name +com.turingtechnologies.materialscrollbar.R$integer: int mtrl_tab_indicator_anim_duration_ms +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setDegreeDayTemperature(java.lang.Integer) +wangdaye.com.geometricweather.R$styleable: int[] ColorPreference +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath +io.reactivex.BackpressureStrategy: io.reactivex.BackpressureStrategy[] values() +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: java.lang.String getIcon() +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService: BaiduIPLocationService(wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationApi,io.reactivex.disposables.CompositeDisposable) +com.tencent.bugly.nativecrashreport.R$string: int app_name +io.reactivex.internal.operators.observable.ObservableRefCount$RefCountObserver: ObservableRefCount$RefCountObserver(io.reactivex.Observer,io.reactivex.internal.operators.observable.ObservableRefCount,io.reactivex.internal.operators.observable.ObservableRefCount$RefConnection) +wangdaye.com.geometricweather.db.entities.HourlyEntity: java.util.Date getDate() +com.google.android.material.R$animator: int mtrl_extended_fab_show_motion_spec +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeBackground +okhttp3.WebSocket +cyanogenmod.weather.WeatherInfo$DayForecast$Builder: cyanogenmod.weather.WeatherInfo$DayForecast$Builder setLow(double) +androidx.fragment.R$id: int right_icon +com.bumptech.glide.R$style: int Widget_Compat_NotificationActionText +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_CompoundButton_CheckBox +androidx.constraintlayout.widget.R$drawable: int abc_popup_background_mtrl_mult +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWeatherPhase(java.lang.String) +androidx.lifecycle.SavedStateViewModelFactory: androidx.lifecycle.ViewModel create(java.lang.String,java.lang.Class) com.xw.repo.bubbleseekbar.R$attr: int listPreferredItemHeightLarge +androidx.activity.R$styleable: int FontFamily_fontProviderAuthority +com.google.android.gms.common.internal.safeparcel.SafeParcelable: java.lang.String NULL +androidx.preference.R$attr: int layoutManager +androidx.lifecycle.extensions.R$drawable: int notification_bg_normal_pressed +com.bumptech.glide.integration.okhttp.R$dimen: int notification_action_icon_size +androidx.hilt.work.R$styleable: int ColorStateListItem_android_color +android.didikee.donate.R$styleable: int AppCompatTheme_toolbarStyle +androidx.constraintlayout.widget.R$style: int AlertDialog_AppCompat_Light +com.google.android.material.R$id: int icon_group +androidx.hilt.R$id: int accessibility_custom_action_11 +james.adaptiveicon.R$dimen: int highlight_alpha_material_colored +android.didikee.donate.R$dimen: int abc_action_bar_elevation_material +android.didikee.donate.R$id: int split_action_bar +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_editor_absoluteX +com.google.android.material.R$layout: int test_design_radiobutton +com.amap.api.fence.GeoFence: int getActivatesAction() +com.jaredrummler.android.colorpicker.R$styleable: int CheckBoxPreference_summaryOn +wangdaye.com.geometricweather.R$attr: int trackColorActive +wangdaye.com.geometricweather.R$dimen: int mtrl_calendar_pre_l_text_clip_padding +cyanogenmod.app.CustomTileListenerService: java.lang.String SERVICE_INTERFACE +okio.Buffer: okio.BufferedSink emit() +okhttp3.Request$Builder: okhttp3.Request$Builder cacheControl(okhttp3.CacheControl) +androidx.appcompat.app.ActionBar +com.github.rahatarmanahmed.cpv.CircularProgressView: int animDuration +com.google.android.material.R$style: int Widget_AppCompat_ProgressBar +androidx.constraintlayout.widget.R$style: int Theme_AppCompat +james.adaptiveicon.R$style: int Theme_AppCompat_NoActionBar +james.adaptiveicon.R$attr: int windowMinWidthMinor +androidx.appcompat.R$style: int Base_Widget_AppCompat_Button_Small +com.google.android.material.R$styleable: int Constraint_layout_constraintWidth_min +com.google.android.material.progressindicator.ProgressIndicator: void setGrowMode(int) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: void setPubTime(java.lang.String) +com.google.android.material.textfield.TextInputLayout: void setStartIconOnLongClickListener(android.view.View$OnLongClickListener) +androidx.appcompat.R$styleable: int DrawerArrowToggle_gapBetweenBars +com.turingtechnologies.materialscrollbar.R$attr: int errorTextAppearance +com.xw.repo.bubbleseekbar.R$styleable: int GradientColorItem_android_offset +androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerViewAccessibilityDelegate getCompatAccessibilityDelegate() +okhttp3.internal.tls.DistinguishedNameParser: int pos +androidx.swiperefreshlayout.R$styleable: int[] FontFamilyFont +com.google.android.material.R$styleable: int[] MaterialRadioButton +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Large +com.google.android.material.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Text +wangdaye.com.geometricweather.R$layout: int mtrl_alert_dialog_actions +com.tencent.bugly.crashreport.common.info.b: boolean i(android.content.Context) +com.tencent.bugly.proguard.p: android.database.Cursor a(java.lang.String,java.lang.String[],java.lang.String,java.lang.String[],com.tencent.bugly.proguard.o,boolean) +wangdaye.com.geometricweather.R$drawable: int ic_state_uncheck +androidx.appcompat.R$attr: int subMenuArrow +wangdaye.com.geometricweather.R$dimen: int mtrl_chip_pressed_translation_z +com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_Behavior_Layout_behavior_autoHide +cyanogenmod.themes.IThemeService: void rebuildResourceCache() +cyanogenmod.power.IPerformanceManager$Stub$Proxy: int getNumberOfProfiles() +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Light +android.didikee.donate.R$styleable: int Toolbar_logoDescription +cyanogenmod.profiles.StreamSettings +okhttp3.internal.http2.Http2Connection$6 +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintGuide_end +wangdaye.com.geometricweather.R$id: int fragment +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Widget_Switch +com.google.android.material.R$styleable: int ExtendedFloatingActionButton_elevation +com.google.android.material.R$styleable: int TextInputLayout_endIconContentDescription +android.didikee.donate.R$dimen: int abc_action_bar_default_height_material +com.google.android.material.R$attr: int fabCradleVerticalOffset +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$ImagesBean: void setIcon(java.lang.String) +io.reactivex.internal.subscriptions.BasicQueueSubscription: long serialVersionUID +wangdaye.com.geometricweather.R$attr: int animationDuration +com.jaredrummler.android.colorpicker.R$styleable: int GradientColor_android_endY +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight_DarkActionBar +okhttp3.RealCall$1: RealCall$1(okhttp3.RealCall) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past6Hours$Imperial +okhttp3.internal.ws.RealWebSocket: void onReadClose(int,java.lang.String) +io.reactivex.Observable: io.reactivex.Observable combineLatestDelayError(io.reactivex.ObservableSource[],io.reactivex.functions.Function) +com.turingtechnologies.materialscrollbar.R$attr: int closeItemLayout +com.tencent.bugly.crashreport.crash.CrashDetailBean: int l +retrofit2.ParameterHandler$HeaderMap: java.lang.reflect.Method method +com.turingtechnologies.materialscrollbar.R$styleable: int[] CoordinatorLayout_Layout +com.google.android.material.R$id: int off cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.DisplayMode[] getDisplayModes() -com.google.android.material.button.MaterialButton: void setBackgroundTintList(android.content.res.ColorStateList) -androidx.lifecycle.SavedStateHandle$1 -wangdaye.com.geometricweather.R$id: int widget_clock_day_week_temp_4 -io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: long serialVersionUID -io.reactivex.internal.operators.observable.ObservableBuffer$BufferSkipObserver: void onError(java.lang.Throwable) -io.reactivex.internal.operators.flowable.FlowableOnBackpressureLatest$BackpressureLatestSubscriber: java.util.concurrent.atomic.AtomicReference current -androidx.preference.R$styleable: int[] AppCompatTheme -androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State[] $VALUES -com.jaredrummler.android.colorpicker.R$attr: int actionProviderClass -com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_Spinner_Underlined -androidx.appcompat.R$id: int accessibility_custom_action_29 -com.google.android.material.R$styleable: int BottomAppBar_fabAnimationMode -wangdaye.com.geometricweather.R$string: int key_widget_clock_day_details -io.reactivex.internal.operators.observable.ObservableTakeLast$TakeLastObserver: void dispose() -okhttp3.OkHttpClient$Builder: okhttp3.OkHttpClient$Builder hostnameVerifier(javax.net.ssl.HostnameVerifier) -okio.SegmentedByteString: void write(okio.Buffer) -com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: void setDumpFilePath(java.lang.String) -androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintCircleAngle -androidx.appcompat.widget.ContentFrameLayout: ContentFrameLayout(android.content.Context,android.util.AttributeSet) -wangdaye.com.geometricweather.R$drawable: int widget_day_week -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintBottom_toBottomOf -com.bumptech.glide.load.engine.GlideException: java.lang.String detailMessage -cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$6: void run() -wangdaye.com.geometricweather.R$attr: int actionModeWebSearchDrawable -androidx.appcompat.widget.Toolbar -wangdaye.com.geometricweather.R$attr: int bsb_second_track_color -cyanogenmod.app.ICMTelephonyManager$Stub: int TRANSACTION_isDataConnectionSelectedOnSub -androidx.lifecycle.extensions.R$id: int notification_background -androidx.legacy.coreutils.R$dimen: int notification_main_column_padding_top -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: void setSpeed(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean) -com.google.android.material.R$drawable: int test_custom_background -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_FilledBox -io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: io.reactivex.subjects.Subject signaller -okhttp3.internal.cache.CacheStrategy$Factory: boolean hasConditions(okhttp3.Request) -com.jaredrummler.android.colorpicker.R$drawable: int tooltip_frame_light -androidx.appcompat.widget.AppCompatSpinner: void setBackgroundDrawable(android.graphics.drawable.Drawable) -okio.ByteString: java.lang.String base64() -cyanogenmod.app.LiveLockScreenInfo: java.lang.String toString() -cyanogenmod.app.LiveLockScreenInfo: int priority -android.didikee.donate.R$color: int switch_thumb_disabled_material_dark -com.xw.repo.bubbleseekbar.R$drawable: int abc_text_cursor_material -androidx.constraintlayout.widget.R$attr: int lastBaselineToBottomHeight -android.didikee.donate.R$drawable: int abc_seekbar_track_material -androidx.constraintlayout.widget.R$id: int topPanel -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_dialogCornerRadius -okio.RealBufferedSource -com.google.android.material.R$styleable: int AppCompatTextView_autoSizeMinTextSize -com.xw.repo.bubbleseekbar.R$attr: int fontProviderQuery -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setIndices(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX) -wangdaye.com.geometricweather.R$dimen: int material_clock_hand_stroke_width -com.google.android.material.R$dimen: int mtrl_btn_disabled_elevation -cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: void enqueueLiveLockScreen(java.lang.String,int,cyanogenmod.app.LiveLockScreenInfo,int[],int) -cyanogenmod.app.Profile$ProfileTrigger: java.lang.String getId() -com.amap.api.location.AMapLocation: java.lang.String h -androidx.work.impl.WorkDatabase: WorkDatabase() -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragmentCompat_android_divider -cyanogenmod.app.Profile$1: cyanogenmod.app.Profile[] newArray(int) -wangdaye.com.geometricweather.R$string: int key_pressure_unit -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: long idx -wangdaye.com.geometricweather.R$dimen: int mtrl_snackbar_message_margin_horizontal -com.google.gson.internal.$Gson$Types$WildcardTypeImpl: $Gson$Types$WildcardTypeImpl(java.lang.reflect.Type[],java.lang.reflect.Type[]) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunForecastResult: java.lang.String newX -com.google.android.material.R$styleable: int MaterialTextAppearance_android_letterSpacing -androidx.appcompat.widget.ActionBarContextView -com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_stacked_max_height -com.xw.repo.bubbleseekbar.R$attr: int titleMarginBottom -com.github.rahatarmanahmed.cpv.CircularProgressViewAdapter: void onProgressUpdateEnd(float) -io.reactivex.Observable: io.reactivex.Observable switchMapMaybeDelayError(io.reactivex.functions.Function) -com.jaredrummler.android.colorpicker.R$styleable: int[] FontFamily -androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription$1: androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription this$0 -wangdaye.com.geometricweather.R$attr: int onCross -androidx.recyclerview.R$styleable: int GradientColor_android_type -wangdaye.com.geometricweather.R$dimen: int abc_list_item_height_large_material -com.google.android.material.R$style: int Base_ThemeOverlay_AppCompat_Dark -android.didikee.donate.R$id: int showTitle -james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_TabView -com.google.android.material.R$attr: int chipSpacingVertical -okhttp3.CertificatePinner: okhttp3.internal.tls.CertificateChainCleaner certificateChainCleaner -wangdaye.com.geometricweather.db.entities.LocationEntity: boolean china -com.tencent.bugly.proguard.z: byte[] a(java.io.File,java.lang.String,java.lang.String) -wangdaye.com.geometricweather.R$styleable: int Slider_trackHeight -wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.Float getSpeed() -wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_ActionBar_Primary -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.WindowManager$LayoutParams access$400(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) -com.google.android.material.R$attr: int trackColor -retrofit2.OkHttpCall$ExceptionCatchingResponseBody$1: long read(okio.Buffer,long) -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float getIcePrecipitationProbability() -androidx.lifecycle.extensions.R$id: int text2 -android.didikee.donate.R$drawable: int abc_text_select_handle_left_mtrl_light -okio.InflaterSource: int bufferBytesHeldByInflater -com.google.android.material.R$style: int ShapeAppearanceOverlay_DifferentCornerSize -wangdaye.com.geometricweather.R$attr: int height -wangdaye.com.geometricweather.R$string: int wind_3 -wangdaye.com.geometricweather.R$styleable: int BottomSheetBehavior_Layout_behavior_fitToContents -androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight -androidx.preference.R$styleable: int SearchView_submitBackground -androidx.preference.R$id: int accessibility_custom_action_18 -io.reactivex.internal.util.AtomicThrowable: AtomicThrowable() -com.turingtechnologies.materialscrollbar.R$attr: int tabStyle -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintTop_toTopOf -com.google.android.material.button.MaterialButton: void setPressed(boolean) -io.reactivex.Observable: io.reactivex.Observable concatMapDelayError(io.reactivex.functions.Function,int,boolean) -wangdaye.com.geometricweather.R$dimen: int mtrl_extended_fab_end_padding -androidx.lifecycle.LifecycleRegistry: void sync() -cyanogenmod.profiles.ConnectionSettings: ConnectionSettings(android.os.Parcel) -androidx.appcompat.widget.ButtonBarLayout: void setAllowStacking(boolean) -com.google.android.gms.common.SignInButton: SignInButton(android.content.Context,android.util.AttributeSet,int) -com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_boxCollapsedPaddingTop -androidx.appcompat.R$styleable: int AppCompatTheme_windowActionBarOverlay -cyanogenmod.app.IPartnerInterface: void setMobileDataEnabled(boolean) -androidx.hilt.R$dimen: int compat_button_inset_vertical_material -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Snow: java.lang.Float cumul1H -wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: SunMoonView(android.content.Context,android.util.AttributeSet,int) -androidx.constraintlayout.widget.R$color: int switch_thumb_normal_material_dark -com.google.android.material.R$style: int Base_V7_Theme_AppCompat_Light -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: long serialVersionUID -wangdaye.com.geometricweather.R$attr: int collapsingToolbarLayoutStyle -io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: void onError(java.lang.Throwable) -com.xw.repo.bubbleseekbar.R$id: int wrap_content -android.didikee.donate.R$id: int search_src_text -wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningComments$WarningTextBlocItem: java.util.List text -androidx.vectordrawable.R$id: int icon -androidx.hilt.lifecycle.R$color: int ripple_material_light -com.turingtechnologies.materialscrollbar.R$color: int bright_foreground_material_light -android.didikee.donate.R$styleable: int Toolbar_titleMargins -wangdaye.com.geometricweather.R$style: int notification_content_text -androidx.recyclerview.R$id: int text -okhttp3.internal.http2.Header: java.lang.String TARGET_PATH_UTF8 -com.amap.api.location.AMapLocation: boolean a(com.amap.api.location.AMapLocation,boolean) -androidx.appcompat.R$styleable: int MenuItem_android_numericShortcut -com.tencent.bugly.crashreport.crash.e: void uncaughtException(java.lang.Thread,java.lang.Throwable) -james.adaptiveicon.R$styleable: int AppCompatTheme_buttonBarButtonStyle -wangdaye.com.geometricweather.weather.json.accu.AccuMinuteResult$IntervalsBean: int CloudCover -androidx.activity.R$attr: int fontProviderQuery -wangdaye.com.geometricweather.db.entities.WeatherEntity: void delete() -cyanogenmod.externalviews.ExternalViewProperties: android.graphics.Rect mHitRect -wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String getLatitude() -cyanogenmod.app.CustomTileListenerService$ICustomTileListenerWrapper: void onCustomTilePosted(org.cyanogenmod.internal.statusbar.IStatusBarCustomTileHolder) -androidx.swiperefreshlayout.R$drawable: int notification_bg_low -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getTreeIndex() -com.google.android.material.R$styleable: int[] Spinner -com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_actionLayout -io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: void cancel() -android.support.v4.app.INotificationSideChannel$Stub: android.os.IBinder asBinder() -james.adaptiveicon.R$styleable: int AppCompatTextView_drawableTint -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setYesterday(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean) -com.google.android.material.R$styleable: int ConstraintSet_layout_constraintTop_toBottomOf -androidx.hilt.lifecycle.R$style: int Widget_Compat_NotificationActionContainer +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: java.lang.String pubTime +wangdaye.com.geometricweather.R$string: int abc_toolbar_collapse_description +com.tencent.bugly.crashreport.biz.b: long c(long) +wangdaye.com.geometricweather.R$id: int all +wangdaye.com.geometricweather.R$array: int widget_style_values +com.jaredrummler.android.colorpicker.R$id: int search_button +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past6HourRange$Maximum +james.adaptiveicon.R$style: int Base_Widget_AppCompat_RatingBar_Small +retrofit2.HttpServiceMethod$SuspendForBody +retrofit2.http.Url +androidx.appcompat.R$style: int TextAppearance_AppCompat_Title_Inverse +androidx.preference.EditTextPreference$SavedState: android.os.Parcelable$Creator CREATOR +wangdaye.com.geometricweather.R$plurals: int mtrl_badge_content_description +com.google.android.material.R$id: int textinput_error +android.didikee.donate.R$styleable: int AppCompatTheme_checkboxStyle +wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_Layout_layout_anchor +androidx.appcompat.R$drawable: int notification_tile_bg +wangdaye.com.geometricweather.R$id: int notification_main_column_container +com.tencent.bugly.crashreport.crash.c: void a(com.tencent.bugly.crashreport.common.strategy.StrategyBean) +com.xw.repo.bubbleseekbar.R$dimen: int abc_action_bar_default_height_material +androidx.constraintlayout.widget.R$interpolator: int btn_checkbox_unchecked_mtrl_animation_interpolator_0 +retrofit2.KotlinExtensions: java.lang.Object awaitNullable(retrofit2.Call,kotlin.coroutines.Continuation) +wangdaye.com.geometricweather.R$dimen: int mtrl_slider_track_top +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_boxCornerRadiusTopStart +cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: byte[] readPersistentBytes(java.lang.String) +wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PressureUnit ATM +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_imageButtonStyle +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean a(int,java.lang.String) +wangdaye.com.geometricweather.R$styleable: int PreferenceTheme_preferenceFragmentCompatStyle +androidx.preference.R$color: int bright_foreground_disabled_material_dark +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: void setDefaultLiveLockScreen(cyanogenmod.app.LiveLockScreenInfo) +wangdaye.com.geometricweather.R$style: int large_title_text +androidx.drawerlayout.R$id: R$id() +james.adaptiveicon.R$styleable: int SwitchCompat_showText +cyanogenmod.app.Profile: cyanogenmod.profiles.LockSettings mScreenLockMode +wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_backgroundTintMode +com.turingtechnologies.materialscrollbar.R$id: int right_icon +okhttp3.Callback: void onFailure(okhttp3.Call,java.io.IOException) +androidx.appcompat.widget.LinearLayoutCompat: int getBaseline() +james.adaptiveicon.R$dimen: int abc_text_size_menu_header_material +wangdaye.com.geometricweather.R$attr: int constraintSet +james.adaptiveicon.R$styleable: int[] TextAppearance +androidx.vectordrawable.animated.R$drawable: int notification_bg_low_normal +com.xw.repo.bubbleseekbar.R$id: int scrollIndicatorDown +com.google.android.material.R$attr: int fontProviderCerts +com.google.android.material.R$dimen: int design_bottom_navigation_elevation +okhttp3.internal.ws.WebSocketWriter$FrameSink: long contentLength +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_DropDownItem +androidx.cardview.widget.CardView: int getContentPaddingBottom() +okhttp3.Request: boolean isHttps() +androidx.viewpager2.R$drawable: int notification_bg +androidx.hilt.lifecycle.R$drawable: int notification_action_background +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_barrierDirection +retrofit2.CallAdapter +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Small_Inverse +wangdaye.com.geometricweather.db.entities.WeatherEntity: void resetHourlyEntityList() +okhttp3.internal.http.CallServerInterceptor: boolean forWebSocket +com.tencent.bugly.proguard.h: void a(java.lang.String) +androidx.appcompat.widget.AppCompatTextView: void setTextClassifier(android.view.textclassifier.TextClassifier) +wangdaye.com.geometricweather.R$dimen: int design_navigation_icon_size +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_chipIcon +cyanogenmod.app.ThemeVersion$ThemeVersionImpl2$1: ThemeVersion$ThemeVersionImpl2$1() +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatImageView_tint +io.reactivex.Observable: io.reactivex.Observable combineLatest(io.reactivex.ObservableSource[],io.reactivex.functions.Function,int) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeIcePrecipitation +com.google.android.material.R$attr: int telltales_velocityMode +androidx.preference.R$styleable: int AppCompatImageView_srcCompat +com.turingtechnologies.materialscrollbar.R$dimen: int design_navigation_elevation +com.jaredrummler.android.colorpicker.R$string: int abc_toolbar_collapse_description +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_menu_share_mtrl_alpha +androidx.viewpager2.R$id: int action_divider +com.turingtechnologies.materialscrollbar.R$animator +com.tencent.bugly.proguard.z: android.content.Context a(android.content.Context) +com.google.android.material.R$styleable: int ActionMode_closeItemLayout +com.turingtechnologies.materialscrollbar.R$styleable: int[] TextInputLayout +com.google.android.material.R$styleable: int ChipGroup_chipSpacing +com.google.android.material.R$dimen: int mtrl_calendar_header_toggle_margin_top +com.xw.repo.bubbleseekbar.R$drawable: int abc_ic_star_black_36dp +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_Spinner +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_l +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: void collect(java.util.Collection) +com.jaredrummler.android.colorpicker.R$bool: int abc_allow_stacked_button_bar +james.adaptiveicon.R$styleable: int AppCompatTheme_windowFixedWidthMajor +wangdaye.com.geometricweather.R$styleable: int[] Spinner +com.google.android.material.R$style: int Widget_AppCompat_ActionBar +james.adaptiveicon.R$attr: int thickness +wangdaye.com.geometricweather.R$drawable: int widget_card_light_20 +androidx.loader.R$drawable: int notification_bg_low_normal +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String getMoonPhaseDescription() +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData: void onInactive() +com.google.android.material.R$styleable: int MaterialCalendarItem_android_insetRight +cyanogenmod.providers.CMSettings$Secure: int getInt(android.content.ContentResolver,java.lang.String) +io.reactivex.internal.operators.observable.ObservableSequenceEqualSingle$EqualCoordinator: void drain() +com.google.android.material.R$styleable: int MaterialCardView_state_dragged +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_barThickness +com.jaredrummler.android.colorpicker.R$color: int abc_primary_text_material_dark +androidx.constraintlayout.widget.R$drawable: int abc_action_bar_item_background_material +androidx.preference.R$attr: int subtitle +cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_WIND_DIRECTION +androidx.constraintlayout.widget.R$styleable: int DrawerArrowToggle_thickness +androidx.viewpager2.R$id: int accessibility_custom_action_4 +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Ceiling: AccuCurrentResult$Ceiling() +cyanogenmod.themes.IThemeChangeListener$Stub: cyanogenmod.themes.IThemeChangeListener asInterface(android.os.IBinder) +androidx.customview.R$color: int notification_action_color_filter +com.google.android.material.R$style: int Widget_AppCompat_ActionButton +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Humidity humidity +com.google.android.material.slider.RangeSlider: void setTickInactiveTintList(android.content.res.ColorStateList) +okio.RealBufferedSink: okio.BufferedSink writeShortLe(int) +androidx.drawerlayout.R$attr: int fontVariationSettings +com.google.android.gms.common.internal.zas: android.os.Parcelable$Creator CREATOR +androidx.core.R$id: int time +android.didikee.donate.R$style: int TextAppearance_AppCompat_Display2 +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void otherError(java.lang.Throwable) +com.tencent.bugly.proguard.u: byte[] l +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: void setO3Desc(java.lang.String) +wangdaye.com.geometricweather.R$string: int key_text_color +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_8 +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu +cyanogenmod.themes.ThemeManager: void requestThemeChange(java.util.Map) +androidx.preference.R$drawable: int abc_vector_test +androidx.constraintlayout.widget.R$anim: int btn_checkbox_to_checked_box_outer_merged_animation +james.adaptiveicon.R$styleable: int AppCompatTheme_listPopupWindowStyle +com.google.android.material.R$styleable: int AppCompatTheme_listPreferredItemPaddingLeft +androidx.lifecycle.MutableLiveData: void setValue(java.lang.Object) +okio.RealBufferedSource: okio.Buffer buffer() +com.google.android.material.R$id: int uniform +androidx.constraintlayout.widget.R$id: int action_bar_title +androidx.constraintlayout.widget.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow +androidx.preference.R$style: int Base_Widget_AppCompat_SeekBar_Discrete +androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Body1 +com.google.android.material.R$styleable: int MenuItem_numericModifiers +androidx.activity.R$id: int dialog_button +androidx.preference.R$integer: int abc_config_activityDefaultDur +androidx.swiperefreshlayout.R$id: int tag_screen_reader_focusable +androidx.preference.R$attr: int queryBackground +com.jaredrummler.android.colorpicker.R$dimen: int abc_button_padding_vertical_material +com.google.android.material.R$string: int abc_menu_alt_shortcut_label +james.adaptiveicon.R$attr: int dropDownListViewStyle +com.tencent.bugly.proguard.am +androidx.coordinatorlayout.R$attr: int fontProviderQuery +okhttp3.internal.ws.RealWebSocket: int sentPingCount() +cyanogenmod.profiles.BrightnessSettings: cyanogenmod.profiles.BrightnessSettings fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) +com.turingtechnologies.materialscrollbar.R$attr: int borderWidth +com.google.android.material.R$animator: int mtrl_chip_state_list_anim +com.google.android.material.R$styleable: int ExtendedFloatingActionButton_Behavior_Layout_behavior_autoShrink +com.jaredrummler.android.colorpicker.R$attr: int thumbTint +androidx.activity.R$styleable: int[] FontFamilyFont +cyanogenmod.themes.ThemeManager$ThemeProcessingListener: void onFinishedProcessing(java.lang.String) +androidx.dynamicanimation.R$drawable: R$drawable() +com.tencent.bugly.proguard.n: com.tencent.bugly.proguard.n b +androidx.appcompat.R$styleable: int FontFamily_fontProviderCerts +com.google.android.material.R$dimen: int hint_alpha_material_light +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_hintEnabled +wangdaye.com.geometricweather.R$styleable: int[] ExtendedFloatingActionButton +com.google.android.material.chip.ChipGroup: int getChipSpacingHorizontal() +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_android_maxWidth +org.greenrobot.greendao.AbstractDao: long count() +wangdaye.com.geometricweather.R$styleable: int[] AnimatedStateListDrawableItem +androidx.appcompat.R$style: int Base_Widget_AppCompat_RatingBar_Indicator +com.google.android.material.R$styleable: int ViewPager2_android_orientation +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_textAppearanceSearchResultTitle +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintHeight_default +com.google.android.material.R$styleable: int Constraint_layout_constraintHeight_min +androidx.appcompat.R$styleable: int TextAppearance_android_fontFamily +wangdaye.com.geometricweather.R$styleable: int[] State +android.didikee.donate.R$drawable: int abc_item_background_holo_light +com.xw.repo.bubbleseekbar.R$color: int switch_thumb_disabled_material_light +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutConsumer: ObservableTimeout$TimeoutConsumer(long,io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutSelectorSupport) +wangdaye.com.geometricweather.R$id: int notification_base_time +wangdaye.com.geometricweather.R$color: int design_snackbar_background_color +com.google.android.gms.base.R$id: R$id() +com.xw.repo.bubbleseekbar.R$styleable: int[] AnimatedStateListDrawableTransition +com.google.android.material.R$attr: int expandedTitleMarginBottom +okhttp3.internal.http2.Http2Stream$FramingSource: long read(okio.Buffer,long) +com.tencent.bugly.crashreport.biz.UserInfoBean: java.lang.String j +androidx.appcompat.R$dimen: int abc_text_size_subtitle_material_toolbar +cyanogenmod.hardware.CMHardwareManager: cyanogenmod.hardware.ICMHardwareService sService +com.google.android.material.R$attr: int actionBarSplitStyle +androidx.preference.R$id: int textSpacerNoButtons +io.reactivex.internal.observers.InnerQueuedObserver: boolean done +com.google.android.gms.common.internal.ClientIdentity +retrofit2.HttpServiceMethod: java.lang.Object invoke(java.lang.Object[]) +com.xw.repo.bubbleseekbar.R$layout: int abc_action_bar_up_container +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer nighttimeWindChillTemperature +com.google.android.material.R$styleable: int Tooltip_backgroundTint +wangdaye.com.geometricweather.R$styleable: int MultiSelectListPreference_android_entryValues +androidx.constraintlayout.widget.R$styleable: int MockView_mock_diagonalsColor +okhttp3.internal.platform.Platform: boolean isConscryptPreferred() +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_LAUNCHER +com.bumptech.glide.Registry$NoResultEncoderAvailableException +james.adaptiveicon.R$style: int Base_Theme_AppCompat_Light_Dialog +androidx.vectordrawable.R$id +androidx.preference.Preference: Preference(android.content.Context,android.util.AttributeSet) +io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable: void dispose() +cyanogenmod.app.StatusBarPanelCustomTile: android.os.UserHandle getUser() +wangdaye.com.geometricweather.R$style: int CardView +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: java.util.concurrent.atomic.AtomicReference inner +androidx.constraintlayout.widget.R$drawable: int abc_btn_switch_to_on_mtrl_00012 +com.google.android.material.R$styleable: int MaterialCardView_shapeAppearanceOverlay +androidx.swiperefreshlayout.R$styleable: int SwipeRefreshLayout_swipeRefreshLayoutProgressSpinnerBackgroundColor +com.jaredrummler.android.colorpicker.R$styleable: int LinearLayoutCompat_showDividers +cyanogenmod.app.ThemeVersion$ComponentVersion: int getCurrentVersion() +androidx.appcompat.R$id: int accessibility_custom_action_27 +wangdaye.com.geometricweather.R$attr: int dotGap +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_editTextStyle +com.xw.repo.bubbleseekbar.R$id: int search_button +com.amap.api.fence.GeoFence: void setMinDis2Center(float) +wangdaye.com.geometricweather.common.ui.widgets.insets.FitHorizontalSystemBarRootLayout: void setRootColor(int) +com.bumptech.glide.R$styleable: int[] CoordinatorLayout +com.turingtechnologies.materialscrollbar.R$dimen: int abc_action_bar_content_inset_with_nav +com.google.android.material.R$styleable: int Layout_maxHeight +wangdaye.com.geometricweather.R$style: int Base_Theme_MaterialComponents_Light_Dialog_FixedSize +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Position +wangdaye.com.geometricweather.R$string: int feedback_interpret_notification_group_title +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_Alert_Bridge +android.didikee.donate.R$layout: int select_dialog_singlechoice_material +okhttp3.internal.http2.Http2Connection$IntervalPingRunnable +androidx.vectordrawable.R$layout: R$layout() +com.google.android.material.R$id: int cos +com.tencent.bugly.crashreport.common.strategy.StrategyBean: boolean h +com.google.android.material.R$drawable: int mtrl_dropdown_arrow +io.reactivex.Observable: io.reactivex.disposables.Disposable subscribe(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer,io.reactivex.functions.Action,io.reactivex.functions.Consumer) +james.adaptiveicon.R$attr: int fontProviderFetchStrategy +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_aa_black +androidx.appcompat.R$color: int secondary_text_disabled_material_light +okio.ByteString: void write(okio.Buffer) +com.google.android.material.navigation.NavigationView: void setItemIconSize(int) +okhttp3.EventListener: void dnsEnd(okhttp3.Call,java.lang.String,java.util.List) +com.baidu.location.indoor.mapversion.c.c$b: double f +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String getProvince() +okhttp3.logging.LoggingEventListener$Factory: LoggingEventListener$Factory(okhttp3.logging.HttpLoggingInterceptor$Logger) +androidx.constraintlayout.widget.R$id: int position +com.tencent.bugly.proguard.y: int n +okio.DeflaterSink: okio.BufferedSink sink +wangdaye.com.geometricweather.R$id: int jumpToEnd +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality +androidx.work.R$styleable: int ColorStateListItem_android_alpha +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: android.view.Window mWindow +wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_dd +androidx.hilt.R$layout: R$layout() +com.bumptech.glide.R$style: int TextAppearance_Compat_Notification_Time +androidx.recyclerview.R$id: int accessibility_action_clickable_span +wangdaye.com.geometricweather.R$styleable: int PreferenceImageView_maxWidth +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ButtonBar_AlertDialog +james.adaptiveicon.R$dimen: int abc_dialog_list_padding_top_no_title +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_PopupMenu_Overflow +com.turingtechnologies.materialscrollbar.R$attr: int measureWithLargestChild +com.xw.repo.BubbleSeekBar: int getProgress() +com.google.android.material.R$attr: int itemTextColor +wangdaye.com.geometricweather.R$style: int Theme_AppCompat_DayNight_Dialog_Alert +james.adaptiveicon.R$id: int notification_background +com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleGravity +androidx.fragment.R$styleable: int GradientColor_android_startX +cyanogenmod.externalviews.ExternalView +org.greenrobot.greendao.AbstractDao: void deleteInTx(java.lang.Object[]) +com.turingtechnologies.materialscrollbar.R$id: int notification_background +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: void setStatus(int) +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_endIconDrawable +wangdaye.com.geometricweather.R$string: int key_precipitation_unit +androidx.appcompat.R$styleable: int AppCompatImageView_tintMode +androidx.appcompat.R$layout: int abc_list_menu_item_layout +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void onScreenTurnedOff() +wangdaye.com.geometricweather.R$string: int phase_waning_crescent +androidx.dynamicanimation.R$color: int notification_icon_bg_color +io.reactivex.internal.subscriptions.DeferredScalarSubscription: void clear() +androidx.activity.R$layout: int notification_template_part_chronometer +androidx.appcompat.R$style: int Platform_V21_AppCompat_Light +androidx.viewpager.R$dimen: R$dimen() +com.turingtechnologies.materialscrollbar.R$styleable: int Spinner_android_entries +cyanogenmod.app.ThemeComponent: cyanogenmod.app.ThemeComponent LOCKSCREEN +io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver(io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver) +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintWidth_min +android.didikee.donate.R$attr: int layout +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub: ILiveLockScreenManagerProvider$Stub() +james.adaptiveicon.R$anim: int abc_popup_exit +io.reactivex.subjects.PublishSubject$PublishDisposable: void onComplete() +cyanogenmod.profiles.LockSettings: boolean isDirty() +wangdaye.com.geometricweather.db.entities.LocationEntityDao: java.lang.String TABLENAME +james.adaptiveicon.R$dimen: int abc_text_size_subtitle_material_toolbar +com.google.android.material.R$style: int ShapeAppearance_MaterialComponents +wangdaye.com.geometricweather.R$styleable: int ActionBar_subtitle +androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityPostStarted(android.app.Activity) +okhttp3.internal.Internal: int code(okhttp3.Response$Builder) +androidx.constraintlayout.widget.R$drawable: int abc_list_selector_background_transition_holo_light +androidx.lifecycle.EmptyActivityLifecycleCallbacks: void onActivityPaused(android.app.Activity) +org.greenrobot.greendao.database.DatabaseOpenHelper: java.lang.String name +androidx.hilt.R$style: int TextAppearance_Compat_Notification_Time +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit KN +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: java.lang.String getValue() +wangdaye.com.geometricweather.background.polling.permanent.update.ForegroundTodayForecastUpdateService +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_MaterialComponents_Subtitle2 +com.google.android.material.R$id: int screen +com.bumptech.glide.R$layout: int notification_template_part_chronometer +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: boolean delayErrors +com.jaredrummler.android.colorpicker.R$attr: int keylines +com.amap.api.location.AMapLocationClientOption: com.amap.api.location.AMapLocationClientOption$AMapLocationProtocol j +wangdaye.com.geometricweather.R$id: int listMode +androidx.customview.R$layout: int notification_template_custom_big +io.reactivex.internal.operators.observable.ObservableThrottleFirstTimed$DebounceTimedObserver: boolean isDisposed() +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarSplitStyle +wangdaye.com.geometricweather.R$drawable: int weather_fog_mini_grey +io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver$ConcatMapInnerObserver: void onComplete() +android.didikee.donate.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog +com.turingtechnologies.materialscrollbar.R$dimen: int design_bottom_navigation_item_max_width +androidx.constraintlayout.widget.R$styleable: int MenuView_android_windowAnimationStyle +androidx.appcompat.widget.Toolbar$SavedState: android.os.Parcelable$Creator CREATOR +androidx.lifecycle.Lifecycling: java.lang.String getAdapterName(java.lang.String) +wangdaye.com.geometricweather.R$id: int jumpToStart +com.jaredrummler.android.colorpicker.R$styleable: int Preference_fragment +com.amap.api.fence.GeoFenceClient: void resumeGeoFence() +cyanogenmod.weatherservice.WeatherProviderService$ServiceHandler: int MSG_ON_NEW_REQUEST +cyanogenmod.content.Intent: java.lang.String ACTION_OPEN_LIVE_LOCKSCREEN_SETTINGS +com.tencent.bugly.proguard.n +androidx.lifecycle.ViewModelStore +com.google.android.material.R$id: int mtrl_child_content_container +com.bumptech.glide.integration.okhttp.R$layout: int notification_template_part_time +com.turingtechnologies.materialscrollbar.R$drawable: int abc_tab_indicator_material +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: java.util.List Area +cyanogenmod.app.ILiveLockScreenManager$Stub$Proxy: cyanogenmod.app.LiveLockScreenInfo getCurrentLiveLockScreen() +okhttp3.OkHttpClient$1: java.net.Socket deduplicate(okhttp3.ConnectionPool,okhttp3.Address,okhttp3.internal.connection.StreamAllocation) +com.amap.api.location.AMapLocation: int ERROR_CODE_FAILURE_NOWIFIANDAP +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_Button +com.google.gson.stream.JsonWriter: void setLenient(boolean) +androidx.lifecycle.extensions.R$styleable: int[] ColorStateListItem +androidx.recyclerview.R$id: int chronometer +com.google.android.material.R$styleable: int ConstraintSet_android_layout_marginRight +okhttp3.RealCall$1 +androidx.preference.R$style: int Preference_SeekBarPreference +androidx.preference.R$style: int Base_V7_Widget_AppCompat_AutoCompleteTextView +wangdaye.com.geometricweather.weather.json.accu.AccuAqiResult: int Index +com.baidu.location.e.o +androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customFloatValue +androidx.preference.R$drawable: int abc_list_focused_holo +com.google.android.material.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +com.tencent.bugly.crashreport.BuglyHintException +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_EditText +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintHorizontal_chainStyle +androidx.appcompat.R$dimen: int abc_text_size_title_material +wangdaye.com.geometricweather.R$dimen: int abc_action_button_min_height_material +wangdaye.com.geometricweather.R$dimen: int default_dimension +androidx.appcompat.widget.AppCompatTextView: int[] getAutoSizeTextAvailableSizes() +androidx.activity.R$layout: int notification_action +android.didikee.donate.R$style: int Base_Theme_AppCompat_Dialog_MinWidth +androidx.constraintlayout.widget.R$styleable: int MotionTelltales_telltales_tailScale +cyanogenmod.weatherservice.ServiceRequestResult: java.lang.String access$402(cyanogenmod.weatherservice.ServiceRequestResult,java.lang.String) +wangdaye.com.geometricweather.R$id: int item_icon_provider_clearIcon +cyanogenmod.app.suggest.IAppSuggestProvider +com.google.android.material.R$dimen: int mtrl_calendar_pre_l_text_clip_padding +wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_weather_1 +wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit: java.lang.String getRelativeHumidityText(float) +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property UvDescription +com.google.android.material.R$animator: int linear_indeterminate_line1_tail_interpolator +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintHeight_max +wangdaye.com.geometricweather.search.LoadableLocationList$Status: wangdaye.com.geometricweather.search.LoadableLocationList$Status ERROR +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.String aqiText +james.adaptiveicon.R$styleable: int DrawerArrowToggle_arrowShaftLength +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_searchHintIcon +com.google.android.material.textfield.TextInputLayout: void setCounterOverflowTextAppearance(int) +io.reactivex.internal.operators.parallel.ParallelRunOn$BaseRunOnSubscriber: boolean done androidx.appcompat.widget.LinearLayoutCompat: void setMeasureWithLargestChildEnabled(boolean) -com.xw.repo.bubbleseekbar.R$color: int colorAccent -okhttp3.internal.ws.WebSocketProtocol: long PAYLOAD_BYTE_MAX -androidx.constraintlayout.widget.R$attr: int layout_constraintRight_toRightOf -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setCo(java.lang.Float) -wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult: wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Position position -androidx.viewpager.R$dimen: int notification_main_column_padding_top -io.reactivex.subjects.PublishSubject$PublishDisposable: io.reactivex.subjects.PublishSubject parent -wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintCircleRadius -androidx.preference.R$styleable: int SeekBarPreference_android_layout -androidx.lifecycle.extensions.R$dimen: int notification_small_icon_background_padding -androidx.drawerlayout.R$styleable: R$styleable() -com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreference_android_summaryOn -cyanogenmod.hardware.ICMHardwareService$Stub$Proxy: boolean registerThermalListener(cyanogenmod.hardware.IThermalListenerCallback) -wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_aa_light -com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Small_Inverse -io.reactivex.internal.util.EmptyComponent: io.reactivex.internal.util.EmptyComponent INSTANCE -com.tencent.bugly.proguard.d: java.util.HashMap f -com.tencent.bugly.proguard.n: java.util.List a(com.tencent.bugly.proguard.n,int) -androidx.preference.R$styleable: int MenuItem_android_visible -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: java.util.List value -wangdaye.com.geometricweather.R$styleable: int SnackbarLayout_backgroundOverlayColorAlpha -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeShareDrawable -okhttp3.internal.cache.DiskLruCache: okhttp3.internal.cache.DiskLruCache$Editor edit(java.lang.String,long) -androidx.preference.R$id: int accessibility_custom_action_30 -com.jaredrummler.android.colorpicker.R$styleable: int Preference_iconSpaceReserved -androidx.vectordrawable.R$id: int tag_accessibility_heading -wangdaye.com.geometricweather.R$id: int widget_multi_city_horizontal_weather -retrofit2.KotlinExtensions$await$2$2: void onResponse(retrofit2.Call,retrofit2.Response) -com.google.gson.stream.JsonScope -retrofit2.adapter.rxjava2.CallEnqueueObservable: CallEnqueueObservable(retrofit2.Call) -org.greenrobot.greendao.database.DatabaseOpenHelper: org.greenrobot.greendao.database.Database getWritableDb() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean: CaiYunMainlyResult$ForecastDailyBean$AqiBean() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: void setUnit(java.lang.String) -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust: wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Speed Speed -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemTextAppearance -com.jaredrummler.android.colorpicker.R$attr: int switchPreferenceStyle +androidx.core.R$styleable: int[] FontFamilyFont +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade +com.jaredrummler.android.colorpicker.R$styleable: int SwitchPreferenceCompat_switchTextOff +androidx.vectordrawable.R$dimen: int notification_big_circle_margin +com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getTrackInactiveTintList() +androidx.fragment.R$styleable: int FontFamily_fontProviderCerts +cyanogenmod.themes.IThemeService$Stub$Proxy: boolean isThemeApplying() +wangdaye.com.geometricweather.R$attr: int flow_verticalBias +com.amap.api.fence.GeoFence: int TYPE_AMAPPOI +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_popupMenuStyle +com.xw.repo.bubbleseekbar.R$color: int foreground_material_light +okio.Pipe$PipeSource +com.google.android.material.R$attr: int defaultState +com.xw.repo.bubbleseekbar.R$dimen: int abc_edit_text_inset_top_material +wangdaye.com.geometricweather.db.entities.MinutelyEntity: java.lang.Long getId() +com.google.android.gms.internal.location.zzj +com.xw.repo.bubbleseekbar.R$drawable: int abc_spinner_mtrl_am_alpha +wangdaye.com.geometricweather.R$styleable: int KeyTrigger_framePosition +com.google.android.material.internal.VisibilityAwareImageButton +androidx.appcompat.resources.R$attr: int ttcIndex +androidx.preference.R$attr: int isPreferenceVisible +androidx.transition.R$drawable: int notification_bg_normal_pressed +androidx.constraintlayout.widget.R$attr: int limitBoundsTo +androidx.vectordrawable.animated.R$style: int TextAppearance_Compat_Notification_Line2 +okhttp3.internal.ws.RealWebSocket$2: okhttp3.Request val$request +okhttp3.HttpUrl: int hashCode() +wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.PrecipitationUnit LPSQM +okhttp3.Dispatcher: java.util.List queuedCalls() +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float so2 +com.tencent.bugly.crashreport.common.info.a: void b(int) +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History: MfHistoryResult$History() +androidx.appcompat.widget.AppCompatSeekBar: AppCompatSeekBar(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$string: int key_pressure_unit +androidx.preference.R$id: int contentPanel +com.xw.repo.bubbleseekbar.R$styleable: int[] ActionBar +cyanogenmod.providers.CMSettings$System: java.lang.String FORWARD_LOOKUP_PROVIDER +retrofit2.Utils$WildcardTypeImpl: java.lang.reflect.Type lowerBound +okhttp3.Dispatcher: void executed(okhttp3.RealCall) +com.amap.api.fence.PoiItem: int describeContents() +androidx.preference.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle +wangdaye.com.geometricweather.common.basic.models.weather.Pollen: java.lang.String moldDescription +wangdaye.com.geometricweather.R$color: int colorTextContent +androidx.drawerlayout.widget.DrawerLayout$SavedState: android.os.Parcelable$Creator CREATOR +com.google.android.material.navigation.NavigationView: android.content.res.ColorStateList getItemIconTintList() +com.google.android.material.textfield.TextInputLayout: int getHelperTextCurrentTextColor() +com.google.android.material.R$layout: int mtrl_alert_select_dialog_singlechoice +cyanogenmod.hardware.CMHardwareManager: int FEATURE_HIGH_TOUCH_SENSITIVITY +com.google.android.material.R$style: int Base_V26_Theme_AppCompat_Light +wangdaye.com.geometricweather.R$dimen: int abc_seekbar_track_progress_height_material +androidx.swiperefreshlayout.R$id: int accessibility_custom_action_31 +james.adaptiveicon.R$id: int expanded_menu +androidx.appcompat.R$style: int Widget_AppCompat_AutoCompleteTextView +androidx.appcompat.R$attr: int tickMarkTintMode +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean: CaiYunMainlyResult$CurrentBean$WindBean() +com.google.android.material.R$attr: int endIconMode +com.google.android.material.R$layout: int abc_screen_toolbar +wangdaye.com.geometricweather.R$dimen: int abc_text_size_headline_material +cyanogenmod.app.ICMTelephonyManager$Stub +wangdaye.com.geometricweather.R$attr: int bsb_rtl +androidx.lifecycle.LifecycleService: void onCreate() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$AirAndPollen: int CategoryValue +wangdaye.com.geometricweather.common.ui.widgets.PrecipitationBar: PrecipitationBar(android.content.Context,android.util.AttributeSet) +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_selectableItemBackground +androidx.preference.R$styleable: int Toolbar_title +androidx.fragment.R$id: int text2 +com.turingtechnologies.materialscrollbar.R$dimen: int abc_dialog_padding_top_material +wangdaye.com.geometricweather.R$style: int PreferenceFragment_Material +com.google.android.material.button.MaterialButton: void setInsetBottom(int) +io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: boolean cancelled +wangdaye.com.geometricweather.R$attr: int iconPadding +wangdaye.com.geometricweather.R$styleable: int Chip_ensureMinTouchTargetSize +com.google.android.material.slider.RangeSlider: void setThumbStrokeWidth(float) +androidx.viewpager2.R$id: int accessibility_custom_action_18 +wangdaye.com.geometricweather.R$styleable: int[] MaterialButton +androidx.coordinatorlayout.R$color: int notification_icon_bg_color +androidx.constraintlayout.widget.R$id: int easeOut +com.xw.repo.bubbleseekbar.R$style: int Base_Theme_AppCompat_Dialog_Alert +androidx.lifecycle.Transformations$2$1: void onChanged(java.lang.Object) +com.bumptech.glide.R$color: int notification_action_color_filter com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_scrimVisibleHeightTrigger -io.reactivex.internal.operators.observable.ObservableFlatMapSingle$FlatMapSingleObserver$InnerObserver: void onSuccess(java.lang.Object) -com.loc.k: k(java.lang.String,java.lang.String) -wangdaye.com.geometricweather.weather.json.accu.AccuHourlyResult: int PrecipitationProbability -io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: long serialVersionUID -com.jaredrummler.android.colorpicker.R$styleable: int CoordinatorLayout_Layout_layout_keyline -androidx.coordinatorlayout.R$id: int accessibility_custom_action_0 -okio.Timeout: okio.Timeout deadline(long,java.util.concurrent.TimeUnit) -androidx.viewpager2.R$id: int info -com.jaredrummler.android.colorpicker.R$dimen: int disabled_alpha_material_dark -androidx.viewpager.widget.PagerTitleStrip: void setSingleLineAllCaps(android.widget.TextView) -com.jaredrummler.android.colorpicker.R$id: int gridView -com.amap.api.fence.GeoFence: int TYPE_DISTRICT -androidx.lifecycle.DefaultLifecycleObserver: void onDestroy(androidx.lifecycle.LifecycleOwner) -wangdaye.com.geometricweather.R$attr: int msb_lightOnTouch -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeThunderstormPrecipitation -com.google.android.material.R$styleable: int AppCompatTextView_fontVariationSettings -com.tencent.bugly.BuglyStrategy: boolean isUploadProcess() -androidx.constraintlayout.widget.R$id: int shortcut -com.google.android.material.circularreveal.CircularRevealLinearLayout -androidx.viewpager.R$styleable: int ColorStateListItem_alpha -com.jaredrummler.android.colorpicker.R$style: int Animation_AppCompat_DropDownUp -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintWidth_percent -io.reactivex.Observable: io.reactivex.Observable doOnTerminate(io.reactivex.functions.Action) -com.bumptech.glide.R$attr: int layout_keyline -wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintCircleRadius -wangdaye.com.geometricweather.R$animator: int mtrl_card_state_list_anim -okhttp3.internal.tls.DistinguishedNameParser: java.lang.String escapedAV() -com.bumptech.glide.R$id: R$id() -wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay: wangdaye.com.geometricweather.common.basic.models.options.appearance.CardDisplay CARD_DAILY_OVERVIEW -wangdaye.com.geometricweather.R$drawable: int widget_trend_hourly -okhttp3.internal.http2.Http2Connection$Listener: Http2Connection$Listener() -androidx.appcompat.R$styleable: int MenuView_preserveIconSpacing -wangdaye.com.geometricweather.R$style: int ShapeAppearance_MaterialComponents_Test -cyanogenmod.weatherservice.IWeatherProviderServiceClient$Stub$Proxy -com.google.android.material.R$styleable: int PropertySet_android_alpha -com.tencent.bugly.proguard.aq: void a(com.tencent.bugly.proguard.j) -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Display4 -androidx.constraintlayout.widget.R$layout: int abc_action_bar_title_item -wangdaye.com.geometricweather.R$attr: int layout_dodgeInsetEdges -androidx.work.R$styleable: int GradientColor_android_startY -com.tencent.bugly.a: java.lang.String[] getTables() -com.google.android.material.R$styleable: int ActionBar_contentInsetEndWithActions -android.didikee.donate.R$styleable: int AppCompatTheme_actionOverflowButtonStyle -cyanogenmod.externalviews.KeyguardExternalView$11: void run() -james.adaptiveicon.R$attr: int toolbarNavigationButtonStyle -androidx.appcompat.widget.Toolbar: void setTitleTextColor(android.content.res.ColorStateList) -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean point -androidx.coordinatorlayout.R$id: int line3 -androidx.preference.R$styleable: int ListPopupWindow_android_dropDownHorizontalOffset -androidx.loader.app.LoaderManagerImpl$LoaderViewModel -androidx.activity.R$id: int accessibility_custom_action_30 -com.google.android.material.R$styleable: int MaterialButton_shapeAppearanceOverlay -okhttp3.Challenge: java.util.Map authParams -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_CLOCK_VALIDATOR -com.google.android.material.R$style: int Widget_MaterialComponents_BottomAppBar -com.google.android.material.slider.BaseSlider: void setThumbStrokeColorResource(int) -com.google.android.material.R$styleable: int LinearLayoutCompat_dividerPadding -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Large -wangdaye.com.geometricweather.R$styleable: int[] MotionLayout -wangdaye.com.geometricweather.R$styleable: int NavigationView_itemIconSize -wangdaye.com.geometricweather.R$layout: int mtrl_picker_header_toggle -androidx.preference.R$string: int abc_action_bar_home_description -wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$TotalLiquid: int UnitType -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_imageButtonStyle -wangdaye.com.geometricweather.db.entities.LocationEntity: boolean getResidentPosition() -com.google.android.gms.internal.location.zzbc: android.os.Parcelable$Creator CREATOR -james.adaptiveicon.R$styleable: int AppCompatTheme_dividerVertical -wangdaye.com.geometricweather.R$string: int fab_transformation_sheet_behavior -wangdaye.com.geometricweather.db.entities.HourlyEntity: void setSnowPrecipitation(java.lang.Float) -wangdaye.com.geometricweather.common.basic.models.weather.Weather: java.util.List getDailyForecast() -com.google.android.material.R$styleable: int[] AnimatedStateListDrawableTransition -wangdaye.com.geometricweather.R$styleable: int BubbleSeekBar_android_enabled -cyanogenmod.weather.WeatherLocation$Builder: java.lang.String mPostal -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_titleMarginStart -androidx.constraintlayout.widget.R$attr: int textColorAlertDialogListItem -com.turingtechnologies.materialscrollbar.R$style: int Theme_AppCompat_DayNight_NoActionBar -retrofit2.SkipCallbackExecutor -androidx.core.R$id: int accessibility_custom_action_11 -wangdaye.com.geometricweather.db.entities.DailyEntity: void setGrassLevel(java.lang.Integer) -android.didikee.donate.R$attr: int color -io.reactivex.internal.operators.flowable.FlowableConcatMap$ConcatMapInner: void onError(java.lang.Throwable) -com.google.android.material.R$style: int Test_Widget_MaterialComponents_MaterialCalendar -com.jaredrummler.android.colorpicker.R$dimen: int notification_large_icon_height -com.xw.repo.bubbleseekbar.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Small -com.xw.repo.bubbleseekbar.R$color: int abc_tint_seek_thumb -com.tencent.bugly.crashreport.common.info.a: java.lang.String L -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Object readEntity(android.database.Cursor,int) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_constraint_referenced_ids -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_popupMenuStyle -io.reactivex.internal.operators.mixed.ObservableConcatMapCompletable$ConcatMapCompletableObserver: void onComplete() -wangdaye.com.geometricweather.R$attr: int chipIconSize -james.adaptiveicon.R$styleable: int ActionBar_background -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour$Imperial Imperial -com.jaredrummler.android.colorpicker.R$string: int abc_searchview_description_voice -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult: wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$Country Country -androidx.appcompat.R$color: int abc_background_cache_hint_selector_material_light -wangdaye.com.geometricweather.R$drawable: int ic_donate +com.google.android.material.R$attr: int textAppearanceListItemSecondary +androidx.appcompat.resources.R$styleable: int FontFamily_fontProviderFetchTimeout +androidx.work.R$integer: int status_bar_notification_info_maxnum +androidx.appcompat.widget.ActionBarOverlayLayout: void setUiOptions(int) +okhttp3.internal.http.BridgeInterceptor: java.lang.String cookieHeader(java.util.List) +cyanogenmod.app.ProfileManager: void removeProfile(cyanogenmod.app.Profile) +com.turingtechnologies.materialscrollbar.R$attr: int windowMinWidthMinor +com.google.android.material.bottomnavigation.BottomNavigationView: void setItemBackground(android.graphics.drawable.Drawable) +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionBar_Solid +com.google.android.material.R$styleable: int Constraint_drawPath +androidx.preference.R$styleable: int AppCompatTextHelper_android_drawableRight +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.String moldDescription +androidx.preference.R$dimen: int abc_alert_dialog_button_dimen +com.bumptech.glide.integration.okhttp.R$dimen: int notification_main_column_padding_top +androidx.appcompat.R$styleable: int FontFamily_fontProviderAuthority +okhttp3.internal.cache.DiskLruCache$Entry: boolean readable +wangdaye.com.geometricweather.R$drawable: int notif_temp_0 +wangdaye.com.geometricweather.R$attr: int type +james.adaptiveicon.R$attr: int actionDropDownStyle +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_blackContainer +wangdaye.com.geometricweather.R$attr: int tabTextAppearance +com.xw.repo.bubbleseekbar.R$attr: int textAppearancePopupMenuHeader +wangdaye.com.geometricweather.R$transition +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult$Area: java.lang.String Summary +cyanogenmod.externalviews.KeyguardExternalView: KeyguardExternalView(android.content.Context,android.util.AttributeSet,int) +com.google.android.material.R$style: int Widget_MaterialComponents_CardView +wangdaye.com.geometricweather.R$color: int abc_secondary_text_material_dark +okhttp3.Dns +androidx.loader.R$attr +wangdaye.com.geometricweather.R$styleable: int Constraint_layout_constraintStart_toEndOf com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_bottomappbar_fab_cradle_margin -cyanogenmod.power.IPerformanceManager$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) -com.bumptech.glide.request.SingleRequest$Status: com.bumptech.glide.request.SingleRequest$Status valueOf(java.lang.String) -wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider: wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider BAIDU -androidx.constraintlayout.widget.R$styleable: int Constraint_layout_constraintGuide_begin -com.google.android.material.R$attr: int subtitle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: int getStatus() -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String BOOT_ANIM_URI -androidx.loader.R$attr: int alpha -okhttp3.Handshake: Handshake(okhttp3.TlsVersion,okhttp3.CipherSuite,java.util.List,java.util.List) -androidx.preference.R$id: int italic -io.reactivex.internal.operators.observable.ObservableUnsubscribeOn$UnsubscribeObserver: io.reactivex.disposables.Disposable upstream -com.github.rahatarmanahmed.cpv.CircularProgressView: float startAngle -com.google.android.material.R$styleable: int CollapsingToolbarLayout_Layout_layout_collapseParallaxMultiplier -androidx.appcompat.R$styleable: int SwitchCompat_thumbTintMode -com.tencent.bugly.proguard.ak: ak() -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: void onError(java.lang.Throwable) -com.jaredrummler.android.colorpicker.R$styleable: int Preference_key -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Medium_Inverse -com.google.android.material.R$styleable: int[] ShapeableImageView -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title_Inverse -wangdaye.com.geometricweather.R$style: int Animation_AppCompat_Tooltip -androidx.appcompat.R$style: int TextAppearance_AppCompat_SearchResult_Title -com.google.android.material.R$drawable: int abc_ic_voice_search_api_material -james.adaptiveicon.R$attr: int ratingBarStyleSmall -cyanogenmod.profiles.StreamSettings$1: java.lang.Object createFromParcel(android.os.Parcel) -com.turingtechnologies.materialscrollbar.R$style: int Base_TextAppearance_AppCompat_Body2 -wangdaye.com.geometricweather.R$id: int listMode -androidx.swiperefreshlayout.R$styleable: int GradientColorItem_android_offset -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationService -wangdaye.com.geometricweather.R$dimen: int abc_text_size_display_4_material -com.google.android.material.R$attr: int layout_scrollFlags -com.turingtechnologies.materialscrollbar.R$dimen: int abc_dropdownitem_text_padding_left -androidx.appcompat.widget.ContentFrameLayout: android.util.TypedValue getFixedWidthMinor() -io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: boolean isDisposed() -com.github.rahatarmanahmed.cpv.CircularProgressView$1: void onAnimationUpdate(android.animation.ValueAnimator) -wangdaye.com.geometricweather.R$drawable: int notif_temp_9 -wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Precipitation: double qty12H -androidx.lifecycle.ProcessLifecycleOwner$3$1: androidx.lifecycle.ProcessLifecycleOwner$3 this$1 -com.xw.repo.bubbleseekbar.R$attr: int listItemLayout -wangdaye.com.geometricweather.R$styleable: int Constraint_flow_horizontalAlign -androidx.preference.R$styleable: int LinearLayoutCompat_measureWithLargestChild -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator STATUS_BAR_IME_SWITCHER_VALIDATOR -com.google.android.material.tabs.TabLayout: TabLayout(android.content.Context,android.util.AttributeSet) -com.turingtechnologies.materialscrollbar.R$styleable: int FloatingActionButton_shapeAppearanceOverlay -cyanogenmod.app.IPartnerInterface$Stub$Proxy: android.os.IBinder asBinder() -com.jaredrummler.android.colorpicker.R$string: R$string() -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_viewInflaterClass -wangdaye.com.geometricweather.db.entities.DailyEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,wangdaye.com.geometricweather.db.entities.DailyEntity) -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator PROXIMITY_ON_WAKE_VALIDATOR -com.tencent.bugly.crashreport.crash.CrashDetailBean: CrashDetailBean() -com.tencent.bugly.proguard.y$a: boolean a(java.lang.String) -android.didikee.donate.R$styleable: int CompoundButton_buttonCompat -com.google.android.material.R$style: int ThemeOverlay_MaterialComponents_Light_Dialog_Alert_Framework -wangdaye.com.geometricweather.R$id: int checked -androidx.hilt.R$id: int accessibility_custom_action_25 -androidx.hilt.lifecycle.R$attr: int font -androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_drawableTintMode -androidx.appcompat.R$dimen: int abc_select_dialog_padding_start_material -androidx.room.RoomDatabase$JournalMode: androidx.room.RoomDatabase$JournalMode[] values() -com.google.android.material.bottomnavigation.BottomNavigationView: android.content.res.ColorStateList getItemRippleColor() -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Subtitle -androidx.constraintlayout.widget.R$id: int animateToStart -com.google.gson.stream.JsonReader: int PEEKED_BUFFERED -com.amap.api.fence.GeoFence: void setCenter(com.amap.api.location.DPoint) -wangdaye.com.geometricweather.R$styleable: int AppCompatTextView_fontFamily -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ProgressIndicator_Linear_Indeterminate -wangdaye.com.geometricweather.R$styleable: int[] StateSet -androidx.preference.R$style: int Preference -androidx.preference.R$style: int ThemeOverlay_AppCompat_DayNight_ActionBar -com.jaredrummler.android.colorpicker.R$styleable: int DrawerArrowToggle_color -androidx.loader.R$drawable: int notification_template_icon_low_bg -cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub$Proxy: void onDetachedFromWindow() -wangdaye.com.geometricweather.R$attr: int scopeUris -io.reactivex.Observable: io.reactivex.Observable just(java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object,java.lang.Object) -androidx.constraintlayout.widget.ConstraintAttribute$AttributeType: androidx.constraintlayout.widget.ConstraintAttribute$AttributeType INT_TYPE -androidx.constraintlayout.widget.R$style: int ThemeOverlay_AppCompat_Dialog -com.google.android.material.R$styleable: int[] Tooltip -androidx.preference.R$styleable: int SwitchCompat_switchTextAppearance -wangdaye.com.geometricweather.common.basic.models.weather.Astro: java.util.Date getSetDate() -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ListView -androidx.constraintlayout.widget.R$drawable: int abc_edit_text_material -io.reactivex.internal.subscriptions.BasicIntQueueSubscription: boolean offer(java.lang.Object) -com.google.android.material.textfield.TextInputLayout: void setStartIconCheckable(boolean) -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_CompoundButton_CheckBox -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_RatingBar -retrofit2.adapter.rxjava2.CallExecuteObservable -james.adaptiveicon.R$dimen: int abc_dialog_fixed_width_major -wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_progress -wangdaye.com.geometricweather.R$styleable: int ArcProgress_background_color -cyanogenmod.providers.CMSettings$System: java.lang.String DISPLAY_LOW_POWER -retrofit2.ParameterHandler$Header: void apply(retrofit2.RequestBuilder,java.lang.Object) -com.bumptech.glide.R$attr: int layout_insetEdge -com.turingtechnologies.materialscrollbar.R$animator: int design_appbar_state_list_animator -androidx.appcompat.R$color: int abc_search_url_text_normal -com.google.android.material.slider.BaseSlider: void setHaloRadiusResource(int) -retrofit2.Utils: java.lang.reflect.Type[] EMPTY_TYPE_ARRAY -com.turingtechnologies.materialscrollbar.R$id: int transition_position -androidx.hilt.R$styleable: int FragmentContainerView_android_tag -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_126 -androidx.constraintlayout.widget.R$color: int background_floating_material_dark -io.reactivex.internal.subscriptions.DeferredScalarSubscription: boolean isCancelled() -io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: long serialVersionUID -androidx.hilt.lifecycle.R$anim: int fragment_fade_enter +androidx.vectordrawable.animated.R$layout +com.xw.repo.bubbleseekbar.R$id: int text2 +androidx.lifecycle.LiveDataReactiveStreams$LiveDataPublisher$LiveDataSubscription +io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: boolean done +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_tooltipForegroundColor +wangdaye.com.geometricweather.R$styleable: int[] StateListDrawable +cyanogenmod.app.Profile: void setBrightness(cyanogenmod.profiles.BrightnessSettings) +org.greenrobot.greendao.AbstractDao: void updateInsideSynchronized(java.lang.Object,org.greenrobot.greendao.database.DatabaseStatement,boolean) +com.bumptech.glide.load.HttpException: HttpException(int) +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 +com.xw.repo.bubbleseekbar.R$attr: int queryHint +okio.AsyncTimeout$2: okio.Source val$source +androidx.fragment.app.Fragment$InstantiationException: Fragment$InstantiationException(java.lang.String,java.lang.Exception) +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$AdministrativeArea: java.lang.String EnglishType +okhttp3.Headers: java.lang.String value(int) +cyanogenmod.weather.util.WeatherUtils: java.lang.String formatTemperature(double,int) +wangdaye.com.geometricweather.R$attr: int itemIconTint +androidx.vectordrawable.animated.R$id: int tag_screen_reader_focusable +androidx.preference.R$attr: int titleMarginStart +cyanogenmod.externalviews.KeyguardExternalView: cyanogenmod.externalviews.KeyguardExternalView$KeyguardExternalViewCallbacks access$700(cyanogenmod.externalviews.KeyguardExternalView) +com.turingtechnologies.materialscrollbar.R$attr: int toolbarNavigationButtonStyle +androidx.preference.R$attr: int numericModifiers +wangdaye.com.geometricweather.R$styleable: int[] SnackbarLayout +cyanogenmod.themes.ThemeManager: void addClient(cyanogenmod.themes.ThemeManager$ThemeChangeListener) +com.jaredrummler.android.colorpicker.R$styleable: int Preference_android_shouldDisableView +com.google.android.material.R$anim +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Moon: java.util.Date Rise +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Visibility$Imperial: double Value +androidx.fragment.R$color +com.turingtechnologies.materialscrollbar.R$id: int action_image +cyanogenmod.app.CMTelephonyManager: boolean localLOGD +androidx.appcompat.widget.AppCompatSpinner: int getDropDownVerticalOffset() +wangdaye.com.geometricweather.R$id: int searchIcon +okhttp3.HttpUrl: okhttp3.HttpUrl$Builder newBuilder(java.lang.String) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Metric +com.amap.api.fence.PoiItem: double getLatitude() +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao: java.lang.Long getKey(wangdaye.com.geometricweather.db.entities.MinutelyEntity) +androidx.preference.R$styleable: int FontFamily_fontProviderFetchStrategy +androidx.activity.R$id: int accessibility_custom_action_31 +androidx.preference.R$dimen: int abc_text_size_menu_material +com.google.android.material.R$id: int list_item +androidx.appcompat.R$style: int Base_Widget_AppCompat_Toolbar +com.google.android.material.R$dimen: int mtrl_bottomappbar_height +androidx.hilt.R$style: int TextAppearance_Compat_Notification_Line2 +android.didikee.donate.R$styleable: int TextAppearance_fontFamily +wangdaye.com.geometricweather.common.basic.models.options.provider.LocationProvider +com.jaredrummler.android.colorpicker.R$styleable: int PopupWindow_android_popupBackground +cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_getCurrentHotwordPackageName +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_MaterialComponents_TextInputLayout +com.google.android.material.slider.BaseSlider: void setTrackTintList(android.content.res.ColorStateList) +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust$Speed: java.lang.String Unit +okhttp3.internal.http1.Http1Codec: int STATE_CLOSED +com.google.android.material.R$styleable: int MenuItem_iconTintMode +androidx.constraintlayout.widget.R$attr: int colorControlHighlight +androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type valueOf(java.lang.String) +com.google.android.material.circularreveal.CircularRevealGridLayout +retrofit2.adapter.rxjava2.BodyObservable$BodyObserver +wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$TimeZone: boolean IsDaylightSaving +io.reactivex.internal.operators.observable.ObservableSubscribeOn$SubscribeOnObserver: void onSubscribe(io.reactivex.disposables.Disposable) +androidx.constraintlayout.widget.R$styleable: int ActionMode_height +com.jaredrummler.android.colorpicker.R$attr: int height +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: int unitArrayIndex +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: void onSubscribe(io.reactivex.disposables.Disposable) +io.reactivex.internal.operators.observable.ObservableCombineLatest$LatestCoordinator: boolean isDisposed() +com.google.android.material.R$styleable: int ActionBar_logo +com.google.gson.stream.JsonWriter: boolean isLenient() +okhttp3.internal.ws.WebSocketProtocol: int OPCODE_BINARY +wangdaye.com.geometricweather.db.entities.WeatherEntity: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode getWeatherCode() +com.jaredrummler.android.colorpicker.R$attr: int panelMenuListTheme +android.didikee.donate.R$styleable: int[] PopupWindow +com.jaredrummler.android.colorpicker.R$styleable: int MenuItem_android_menuCategory +androidx.dynamicanimation.R$color: int notification_action_color_filter +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: long serialVersionUID +wangdaye.com.geometricweather.common.basic.models.weather.Hourly: java.lang.String getDate(java.lang.String) +com.tencent.bugly.crashreport.crash.h5.a: a() +androidx.work.R$dimen: R$dimen() +androidx.appcompat.R$color: int abc_decor_view_status_guard_light +androidx.recyclerview.R$styleable: int GradientColorItem_android_offset +wangdaye.com.geometricweather.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog +wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit: java.lang.String getSpeedText(android.content.Context,float) +wangdaye.com.geometricweather.R$string: int abc_menu_alt_shortcut_label +com.google.android.material.R$style: int Widget_MaterialComponents_ProgressIndicator_Circular_Determinate +androidx.preference.R$styleable: int SearchView_android_maxWidth +retrofit2.adapter.rxjava2.RxJava2CallAdapter: RxJava2CallAdapter(java.lang.reflect.Type,io.reactivex.Scheduler,boolean,boolean,boolean,boolean,boolean,boolean,boolean) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean() +androidx.preference.R$attr: int paddingStart +com.jaredrummler.android.colorpicker.R$string: int abc_prepend_shortcut_label +com.google.android.material.internal.CheckableImageButton: void setPressed(boolean) +okhttp3.ConnectionSpec$Builder: okhttp3.ConnectionSpec build() +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_fab_translation_z_pressed +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_SeekBar +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$ProbabilityForecast: MfForecastResult$ProbabilityForecast() +com.amap.api.fence.GeoFenceManagerBase: void addDistrictGeoFence(java.lang.String,java.lang.String) +com.google.android.material.R$id: int test_radiobutton_app_button_tint +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: void onNext(java.lang.Object) +androidx.constraintlayout.widget.R$layout: int abc_list_menu_item_icon +cyanogenmod.platform.Manifest$permission +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Large +cyanogenmod.profiles.ConnectionSettings: boolean mOverride +androidx.coordinatorlayout.R$color: R$color() +androidx.preference.R$styleable: int AppCompatTheme_autoCompleteTextViewStyle +androidx.vectordrawable.R$id: R$id() +okhttp3.internal.connection.RouteSelector$Selection: RouteSelector$Selection(java.util.List) +androidx.constraintlayout.widget.Group: Group(android.content.Context,android.util.AttributeSet) +com.amap.api.location.AMapLocation: int getErrorCode() +com.google.android.material.R$attr: int hoveredFocusedTranslationZ +androidx.lifecycle.extensions.R$drawable: int notification_icon_background +com.google.android.material.R$id: int dragEnd +com.jaredrummler.android.colorpicker.R$string: int abc_action_bar_up_description +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language[] values() +wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.String getWindDescription(android.content.Context,wangdaye.com.geometricweather.common.basic.models.options.unit.SpeedUnit) +androidx.appcompat.widget.ViewStubCompat +okio.RealBufferedSource: void require(long) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Imperial: double Value +wangdaye.com.geometricweather.R$dimen: int material_clock_hand_center_dot_radius +com.google.android.material.appbar.AppBarLayout: int getPendingAction() +androidx.constraintlayout.widget.R$styleable: int ActionBar_progressBarStyle +okio.GzipSource: byte FNAME +wangdaye.com.geometricweather.db.entities.MinutelyEntity: int minuteInterval +com.jaredrummler.android.colorpicker.R$color: int switch_thumb_disabled_material_dark +com.google.android.material.R$attr: int onHide +cyanogenmod.providers.CMSettings$System: java.lang.String PEOPLE_LOOKUP_PROVIDER +com.amap.api.location.AMapLocation: float getSpeed() +androidx.constraintlayout.widget.R$styleable: int Constraint_flow_lastVerticalBias +androidx.core.R$styleable: int GradientColor_android_centerX +wangdaye.com.geometricweather.R$styleable: int Badge_horizontalOffset +retrofit2.OkHttpCall$ExceptionCatchingResponseBody: void close() +androidx.appcompat.R$attr: int panelMenuListTheme +com.google.android.material.circularreveal.coordinatorlayout.CircularRevealCoordinatorLayout: void setRevealInfo(com.google.android.material.circularreveal.CircularRevealWidget$RevealInfo) +androidx.vectordrawable.R$attr: int fontProviderQuery +com.tencent.bugly.proguard.an: java.util.Map j +androidx.constraintlayout.widget.R$attr: int windowActionBarOverlay +com.tencent.bugly.crashreport.CrashReport: void initCrashReport(android.content.Context,com.tencent.bugly.crashreport.CrashReport$UserStrategy) +com.google.android.material.R$style: int TextAppearance_MaterialComponents_Headline1 +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_horizontalGap +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarViewPager: FitSystemBarViewPager(android.content.Context,android.util.AttributeSet) +androidx.appcompat.widget.AppCompatAutoCompleteTextView +androidx.viewpager2.widget.ViewPager2: java.lang.CharSequence getAccessibilityClassName() +androidx.transition.R$id: int notification_main_column_container +androidx.core.R$id: int accessibility_custom_action_1 +com.jaredrummler.android.colorpicker.R$layout: int abc_action_menu_layout +com.turingtechnologies.materialscrollbar.R$id: int src_atop +com.autonavi.aps.amapapi.model.AMapLocationServer: void f(java.lang.String) +james.adaptiveicon.R$styleable: int TextAppearance_android_fontFamily +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionBar +wangdaye.com.geometricweather.R$attr: int cpv_dialogType +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_ImageButton +androidx.appcompat.R$dimen: int abc_alert_dialog_button_bar_height +com.tencent.bugly.proguard.h: com.tencent.bugly.proguard.h a(byte[],java.lang.String) +com.turingtechnologies.materialscrollbar.R$attr: int tabStyle +wangdaye.com.geometricweather.R$attr: int entries +wangdaye.com.geometricweather.R$id: int widget_remote_card +wangdaye.com.geometricweather.R$drawable: int ic_time +androidx.constraintlayout.widget.R$style: int Base_Theme_AppCompat +androidx.appcompat.R$styleable: int AppCompatTheme_checkedTextViewStyle +com.amap.api.location.UmidtokenInfo$1: void run() +androidx.swiperefreshlayout.R$attr: int fontStyle +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningTimelaps$WarningTimelapsItem: long beginTime +wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout: void setOnFitSystemBarListener(wangdaye.com.geometricweather.common.ui.widgets.insets.FitSystemBarAppBarLayout$OnFitSystemBarListener) +com.amap.api.fence.GeoFence: boolean equals(java.lang.Object) +com.github.rahatarmanahmed.cpv.CircularProgressView: java.util.List access$100(com.github.rahatarmanahmed.cpv.CircularProgressView) +wangdaye.com.geometricweather.R$attr: int switchPreferenceCompatStyle +wangdaye.com.geometricweather.R$styleable: int BottomAppBar_backgroundTint +com.google.android.material.R$style: int Base_Widget_MaterialComponents_Snackbar +com.turingtechnologies.materialscrollbar.R$attr: int cardUseCompatPadding +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionBarTheme +cyanogenmod.themes.ThemeManager: void removeClient(cyanogenmod.themes.ThemeManager$ThemeChangeListener) +androidx.appcompat.R$style: int Base_Widget_AppCompat_Light_PopupMenu +androidx.constraintlayout.widget.R$style: int Widget_AppCompat_SeekBar +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Subhead_Inverse +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: io.reactivex.ObservableSource fallback +com.google.android.material.R$layout: int text_view_with_theme_line_height +wangdaye.com.geometricweather.R$attr: int state_collapsed +com.google.android.material.R$attr: int editTextColor +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ButtonBar +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer wetBulbTemperature +wangdaye.com.geometricweather.R$layout: int mtrl_picker_text_input_date +com.google.android.material.R$style: int Base_TextAppearance_AppCompat_Display4 +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String STATUSBAR_WIFI_ICON +com.google.android.material.R$attr: int customColorValue +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceSmallPopupMenu +androidx.lifecycle.OnLifecycleEvent: androidx.lifecycle.Lifecycle$Event value() +io.reactivex.internal.operators.observable.ObservableRepeat$RepeatObserver: io.reactivex.internal.disposables.SequentialDisposable sd +com.jaredrummler.android.colorpicker.R$dimen: int abc_action_bar_overflow_padding_start_material +com.google.android.material.navigation.NavigationView: void setItemTextAppearance(int) +com.google.android.material.R$attr: int expandedTitleMarginStart +androidx.preference.R$styleable: int Preference_android_defaultValue +com.turingtechnologies.materialscrollbar.R$styleable: int MaterialScrollBar_msb_barColor +com.turingtechnologies.materialscrollbar.Indicator: int getIndicatorWidth() +okhttp3.internal.connection.StreamAllocation: java.net.Socket releaseIfNoNewStreams() +com.bumptech.glide.R$drawable: int notification_tile_bg +com.jaredrummler.android.colorpicker.R$attr: int cpv_dialogTitle +io.reactivex.internal.subscribers.StrictSubscriber: java.util.concurrent.atomic.AtomicBoolean once +androidx.recyclerview.R$dimen: int fastscroll_default_thickness +wangdaye.com.geometricweather.R$drawable: int btn_checkbox_unchecked_to_checked_mtrl_animation +androidx.preference.R$style: int Widget_AppCompat_Button_Borderless_Colored +com.tencent.bugly.crashreport.crash.h5.H5JavaScriptInterface: java.lang.String d +james.adaptiveicon.R$id: int title_template +com.google.android.material.R$id: int selected +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constraintCircleAngle +androidx.appcompat.R$id: int accessibility_custom_action_16 +androidx.vectordrawable.R$layout: int notification_template_icon_group +androidx.swiperefreshlayout.R$id: int blocking +okhttp3.internal.http.CallServerInterceptor$CountingSink +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: void onComplete() +com.jaredrummler.android.colorpicker.R$id: int search_plate +cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_writePersistentBytes +wangdaye.com.geometricweather.R$color: int abc_search_url_text +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: com.tencent.bugly.proguard.w d +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_submitBackground +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceSearchResultTitle +okio.ByteString: boolean rangeEquals(int,okio.ByteString,int,int) +com.amap.api.fence.DistrictItem: DistrictItem(android.os.Parcel) +wangdaye.com.geometricweather.R$styleable: int RecycleListView_paddingBottomNoButtons +com.turingtechnologies.materialscrollbar.R$animator: int mtrl_chip_state_list_anim +com.google.android.material.card.MaterialCardView: int getContentPaddingLeft() +androidx.appcompat.R$id: int accessibility_custom_action_30 +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: void innerError(io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver$SwitchMapMaybeObserver,java.lang.Throwable) +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver$InnerObserver: void onSubscribe(io.reactivex.disposables.Disposable) +james.adaptiveicon.R$styleable: int FontFamilyFont_fontWeight +james.adaptiveicon.R$dimen: int hint_pressed_alpha_material_dark +androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: void setBackgroundResource(int) +wangdaye.com.geometricweather.R$attr: int flow_firstVerticalStyle +androidx.core.R$id: int line1 +com.tencent.bugly.crashreport.crash.CrashDetailBean: int compareTo(java.lang.Object) +androidx.hilt.work.R$id: int accessibility_custom_action_31 +wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: SunMoonView(android.content.Context) +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String getCity() wangdaye.com.geometricweather.R$id: int icon_group -androidx.preference.R$dimen: int abc_action_bar_default_padding_end_material -androidx.preference.R$attr: int switchPreferenceStyle -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid -okhttp3.Address: Address(java.lang.String,int,okhttp3.Dns,javax.net.SocketFactory,javax.net.ssl.SSLSocketFactory,javax.net.ssl.HostnameVerifier,okhttp3.CertificatePinner,okhttp3.Authenticator,java.net.Proxy,java.util.List,java.util.List,java.net.ProxySelector) -org.greenrobot.greendao.AbstractDao: void updateInTx(java.lang.Object[]) -wangdaye.com.geometricweather.R$color: int colorTextGrey2nd -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xss +androidx.constraintlayout.helper.widget.Flow: void setVerticalGap(int) +cyanogenmod.app.IPartnerInterface$Stub: int TRANSACTION_setMobileDataEnabled_1 +wangdaye.com.geometricweather.R$styleable: int Slider_thumbElevation +com.jaredrummler.android.colorpicker.R$styleable: int Spinner_android_entries +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_RSA_WITH_SEED_CBC_SHA +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property DaytimeSnowPrecipitationDuration +com.google.android.material.snackbar.BaseTransientBottomBar$SnackbarBaseLayout: void setBackgroundTintMode(android.graphics.PorterDuff$Mode) +io.reactivex.internal.operators.mixed.ObservableConcatMapSingle$ConcatMapSingleMainObserver: void innerSuccess(java.lang.Object) +com.turingtechnologies.materialscrollbar.R$styleable: int SwitchCompat_switchMinWidth +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: long serialVersionUID +wangdaye.com.geometricweather.R$dimen: int cpv_item_horizontal_padding +wangdaye.com.geometricweather.R$attr: int prefixText +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$LocalSource +cyanogenmod.app.IProfileManager$Stub$Proxy: boolean setActiveProfile(android.os.ParcelUuid) +com.google.android.material.R$color: int material_on_primary_emphasis_high_type +androidx.constraintlayout.widget.R$styleable: int Layout_layout_constraintBaseline_toBaselineOf +androidx.constraintlayout.widget.R$color: int material_grey_300 +wangdaye.com.geometricweather.R$string: int mtrl_picker_navigate_to_year_description +wangdaye.com.geometricweather.R$dimen: int notification_top_pad +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$WindGust$Speed: AccuDailyResult$DailyForecasts$Night$WindGust$Speed() +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceGroup_initialExpandedChildrenCount +com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String j +androidx.appcompat.resources.R$attr: int alpha +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_119 +wangdaye.com.geometricweather.R$drawable: int notif_temp_36 +com.turingtechnologies.materialscrollbar.R$drawable: int abc_list_divider_mtrl_alpha +okhttp3.logging.LoggingEventListener$Factory: okhttp3.EventListener create(okhttp3.Call) +com.google.android.material.transformation.ExpandableBehavior: ExpandableBehavior(android.content.Context,android.util.AttributeSet) +androidx.preference.R$styleable: int MenuGroup_android_menuCategory +androidx.appcompat.R$attr: int actionMenuTextColor +androidx.appcompat.R$style: int Widget_AppCompat_ActionBar_TabText +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$SunRiseSetBean$ValueBean: java.util.Date from +androidx.lifecycle.EmptyActivityLifecycleCallbacks: EmptyActivityLifecycleCallbacks() +com.google.android.material.R$id: int header_title +com.google.android.material.R$attr: int textAppearanceHeadline4 +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_shapeAppearance +androidx.constraintlayout.widget.R$styleable: int ActionBar_subtitleTextStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$VisibilityBean: java.lang.String value +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void otherSuccess(java.lang.Object) +wangdaye.com.geometricweather.R$attr: int actionBarTabStyle +android.didikee.donate.R$style: int Base_Widget_AppCompat_Spinner_Underlined +wangdaye.com.geometricweather.R$id: int dialog_time_setter_time_picker +io.reactivex.internal.operators.observable.ObservableTimeoutTimed$TimeoutFallbackObserver: io.reactivex.Scheduler$Worker worker +androidx.lifecycle.extensions.R$styleable: int GradientColor_android_type +wangdaye.com.geometricweather.R$dimen: int widget_grid_1 +io.reactivex.Observable: io.reactivex.Observable debounce(io.reactivex.functions.Function) +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_android_rotation +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setIndices(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$IndicesBeanX) +android.didikee.donate.R$style: int Base_Theme_AppCompat_Light_DialogWhenLarge +cyanogenmod.externalviews.ExternalView: void onActivityResumed(android.app.Activity) +com.google.android.material.R$id: int design_menu_item_action_area +com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_Light_ListView_DropDown +wangdaye.com.geometricweather.R$layout: int activity_settings +com.google.android.material.circularreveal.CircularRevealGridLayout: void setCircularRevealOverlayDrawable(android.graphics.drawable.Drawable) +wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Large +com.jaredrummler.android.colorpicker.R$style: int Base_Widget_AppCompat_Light_PopupMenu_Overflow +androidx.preference.R$style: int Preference_DialogPreference +io.reactivex.internal.operators.observable.ObservableGroupBy$GroupByObserver: java.util.Map groups +james.adaptiveicon.R$styleable: int SearchView_queryBackground +cyanogenmod.app.CMContextConstants: java.lang.String CM_TELEPHONY_MANAGER_SERVICE +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float nighttimeIcePrecipitationProbability +androidx.appcompat.R$styleable: int AppCompatTheme_ratingBarStyle +androidx.appcompat.R$attr: int theme +wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_animSyncDuration +io.reactivex.internal.disposables.EmptyDisposable: void error(java.lang.Throwable,io.reactivex.SingleObserver) +androidx.lifecycle.extensions.R$id: int fragment_container_view_tag +io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: long serialVersionUID +cyanogenmod.providers.CMSettings$Secure: java.lang.String BUTTON_BACKLIGHT_TIMEOUT +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Widget_Button_Colored +okhttp3.internal.http2.Http2Writer: int maxDataLength() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past9Hours$Metric Metric +androidx.constraintlayout.motion.widget.MotionLayout: int getCurrentState() +okhttp3.OkHttpClient$1: okhttp3.internal.connection.StreamAllocation streamAllocation(okhttp3.Call) +androidx.legacy.coreutils.R$id: int actions +androidx.appcompat.R$attr: int trackTint +okio.GzipSource: java.util.zip.CRC32 crc +okhttp3.Cache$CacheRequestImpl: boolean done +io.reactivex.internal.operators.observable.ObservableGroupBy$State: void onComplete() +com.google.android.material.R$attr: int cardPreventCornerOverlap +androidx.fragment.app.FragmentTabHost: FragmentTabHost(android.content.Context,android.util.AttributeSet) +androidx.appcompat.R$style: int RtlOverlay_DialogWindowTitle_AppCompat +com.turingtechnologies.materialscrollbar.R$anim: int abc_fade_out +wangdaye.com.geometricweather.R$layout: int widget_day_vertical +androidx.legacy.coreutils.R$color: R$color() +com.turingtechnologies.materialscrollbar.R$style: int Widget_Design_FloatingActionButton +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_rotationX +okhttp3.Interceptor$Chain: int writeTimeoutMillis() +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Day$WindGust: AccuDailyResult$DailyForecasts$Day$WindGust() +cyanogenmod.externalviews.IExternalViewProvider +com.amap.api.fence.PoiItem: PoiItem(android.os.Parcel) +wangdaye.com.geometricweather.remoteviews.config.Hilt_ClockDayHorizontalWidgetConfigActivity +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_SearchResult_Subtitle +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedNoLast: void complete() +wangdaye.com.geometricweather.db.entities.LocationEntity: boolean getCurrentPosition() +androidx.viewpager2.R$styleable: int FontFamilyFont_fontVariationSettings +androidx.vectordrawable.R$style: R$style() +wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTheme +okhttp3.OkHttpClient: okhttp3.CertificatePinner certificatePinner wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: java.lang.String pm25 -io.reactivex.internal.operators.observable.ObservableTakeLastTimed$TakeLastTimedObserver: long count -james.adaptiveicon.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight -androidx.preference.R$layout: int abc_select_dialog_material -wangdaye.com.geometricweather.R$color: int notification_background_primary -wangdaye.com.geometricweather.R$drawable: int common_google_signin_btn_icon_light_normal -android.support.v4.app.INotificationSideChannel$Stub$Proxy: java.lang.String getInterfaceDescriptor() -wangdaye.com.geometricweather.R$id: int path -com.google.android.material.appbar.CollapsingToolbarLayout: void setContentScrimColor(int) -com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_ActionMode -com.baidu.location.indoor.c: int a -io.reactivex.internal.operators.observable.ObservableTakeUntil$TakeUntilMainObserver: long serialVersionUID -wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DurationUnit valueOf(java.lang.String) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String aqi -androidx.preference.R$styleable: int AppCompatTheme_searchViewStyle -android.didikee.donate.R$attr: int dropdownListPreferredItemHeight -com.jaredrummler.android.colorpicker.R$styleable: int PreferenceFragment_allowDividerAfterLastItem -okhttp3.internal.tls.DistinguishedNameParser: java.lang.String hexAV() -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Alert: CNWeatherResult$Alert() -wangdaye.com.geometricweather.R$string: int feedback_about_geocoder -com.turingtechnologies.materialscrollbar.R$attr: int actionModeBackground -androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_height -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_pivotX -james.adaptiveicon.R$style: int Widget_AppCompat_PopupMenu_Overflow -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast: wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$DailyTemperature temperature -wangdaye.com.geometricweather.R$id: int dialog_time_setter_done -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_editTextColor -androidx.preference.R$drawable: int abc_item_background_holo_dark -androidx.hilt.lifecycle.R$id: int action_image -com.google.android.material.R$color: int design_default_color_primary -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean: void setHumidity(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$HumidityBean) -com.turingtechnologies.materialscrollbar.R$attr: int itemIconTint -com.google.android.material.R$styleable: int ShapeAppearance_cornerFamilyBottomRight -wangdaye.com.geometricweather.R$styleable: int MaterialCardView_cardForegroundColor -com.google.android.material.R$id: int BOTTOM_START -okhttp3.internal.cache.DiskLruCache$3: DiskLruCache$3(okhttp3.internal.cache.DiskLruCache) -cyanogenmod.app.suggest.IAppSuggestProvider$Stub$Proxy -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: boolean mShouldShow -wangdaye.com.geometricweather.R$id: int mtrl_card_checked_layer_id -wangdaye.com.geometricweather.db.entities.DailyEntity: void setTreeIndex(java.lang.Integer) -androidx.preference.R$styleable: int AppCompatTheme_textAppearancePopupMenuHeader -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX$BrandInfoBeanXXX brandInfo -cyanogenmod.app.CustomTile$ExpandedItem: CustomTile$ExpandedItem(cyanogenmod.app.CustomTile$1) -com.google.android.material.R$drawable: int abc_ic_menu_overflow_material -com.tencent.bugly.crashreport.common.info.a: java.util.Map V -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Light_Widget_PopupMenu_Small -retrofit2.adapter.rxjava2.ResultObservable -com.tencent.bugly.proguard.r: java.lang.String c -com.google.android.material.R$styleable: int Constraint_layout_constraintGuide_begin -wangdaye.com.geometricweather.R$styleable: int LoadingImageView_imageAspectRatio -retrofit2.Utils: java.lang.Class declaringClassOf(java.lang.reflect.TypeVariable) -james.adaptiveicon.R$style: int Theme_AppCompat_Light_NoActionBar -android.didikee.donate.R$id: int titleDividerNoCustom -androidx.customview.R$layout: R$layout() -androidx.preference.R$attr: int colorSwitchThumbNormal -okhttp3.internal.http.HttpHeaders: long contentLength(okhttp3.Headers) -com.amap.api.location.CoordinateConverter: com.amap.api.location.CoordinateConverter from(com.amap.api.location.CoordinateConverter$CoordType) -wangdaye.com.geometricweather.R$styleable: int Snackbar_snackbarButtonStyle -androidx.appcompat.R$styleable: int StateListDrawable_android_dither -com.turingtechnologies.materialscrollbar.R$id: int search_mag_icon -com.google.android.material.appbar.CollapsingToolbarLayout: int getExpandedTitleMarginStart() -wangdaye.com.geometricweather.R$id: int META -com.google.android.material.R$style: int Base_V14_Theme_MaterialComponents_Bridge -androidx.activity.R$drawable: int notification_bg_low_pressed -com.google.android.material.R$style: int Base_Widget_MaterialComponents_ProgressIndicator -com.turingtechnologies.materialscrollbar.R$string: int fab_transformation_scrim_behavior -android.didikee.donate.R$styleable: int MenuGroup_android_checkableBehavior -com.bumptech.glide.integration.okhttp.R$attr: int fontProviderFetchStrategy -androidx.activity.R$styleable: int FontFamilyFont_ttcIndex -com.jaredrummler.android.colorpicker.R$styleable: int ListPreference_useSimpleSummaryProvider -android.didikee.donate.R$attr: int colorButtonNormal -cyanogenmod.app.CMContextConstants: java.lang.String CM_HARDWARE_SERVICE -james.adaptiveicon.R$dimen: int abc_action_bar_elevation_material -androidx.recyclerview.R$styleable: int GradientColor_android_startX -com.tencent.bugly.crashreport.common.strategy.a: int a -james.adaptiveicon.R$styleable: int TextAppearance_android_textStyle -cyanogenmod.weather.WeatherLocation: java.lang.String getCountry() -okhttp3.internal.http.HttpHeaders: void parseChallengeHeader(java.util.List,okio.Buffer) -com.google.android.material.R$dimen: int mtrl_snackbar_padding_horizontal -androidx.constraintlayout.widget.R$id: int ignoreRequest -com.turingtechnologies.materialscrollbar.R$color: int mtrl_scrim_color -com.jaredrummler.android.colorpicker.R$styleable: int MenuView_android_itemTextAppearance -com.jaredrummler.android.colorpicker.R$styleable: int MenuGroup_android_enabled -com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_subtitle -cyanogenmod.providers.CMSettings$System: cyanogenmod.providers.CMSettings$Validator SYSTEM_PROFILES_ENABLED_VALIDATOR -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Float relativeHumidity -cyanogenmod.themes.ThemeChangeRequest$Builder: cyanogenmod.themes.ThemeChangeRequest$Builder setRequestType(cyanogenmod.themes.ThemeChangeRequest$RequestType) -james.adaptiveicon.R$layout: int abc_screen_content_include -com.google.android.material.R$styleable: int TabLayout_tabIndicatorFullWidth -wangdaye.com.geometricweather.R$drawable: int design_bottom_navigation_item_background -com.turingtechnologies.materialscrollbar.R$styleable: int MenuGroup_android_id -okio.Buffer$UnsafeCursor: long offset -androidx.constraintlayout.widget.R$attr: int constraintSet -android.didikee.donate.R$style: int Widget_AppCompat_ActionBar_TabView -cyanogenmod.hardware.CMHardwareManager: int getDisplayColorCalibrationMax() -android.support.v4.graphics.drawable.IconCompatParcelizer: IconCompatParcelizer() -com.xw.repo.bubbleseekbar.R$drawable: int abc_list_selector_disabled_holo_light -okhttp3.Cookie: java.lang.String path +androidx.appcompat.R$id: int accessibility_custom_action_22 +androidx.constraintlayout.widget.R$attr: int allowStacking +androidx.lifecycle.extensions.R$attr: int fontProviderPackage +android.support.v4.app.INotificationSideChannel$Default: INotificationSideChannel$Default() +wangdaye.com.geometricweather.R$color: int mtrl_btn_text_btn_ripple_color +com.jaredrummler.android.colorpicker.R$string: int cpv_presets +wangdaye.com.geometricweather.R$attr: int behavior_expandedOffset +androidx.vectordrawable.R$style: int TextAppearance_Compat_Notification_Info +okhttp3.Address: okhttp3.Authenticator proxyAuthenticator +androidx.preference.R$attr: int textAllCaps +com.google.android.material.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable +wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property Id +wangdaye.com.geometricweather.R$styleable: int ProgressIndicator_indicatorColor +android.support.v4.app.INotificationSideChannel$Stub: int TRANSACTION_notify +com.jaredrummler.android.colorpicker.R$id: int line1 +com.xw.repo.bubbleseekbar.R$styleable: int GradientColor_android_endY +com.turingtechnologies.materialscrollbar.R$color: int abc_secondary_text_material_light +io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: void onNext(java.lang.Object) +androidx.viewpager2.R$id: int normal +com.turingtechnologies.materialscrollbar.R$styleable: int Chip_closeIcon +cyanogenmod.externalviews.ExternalViewProviderService: android.os.Handler mHandler +okhttp3.internal.http2.Http2Writer: java.util.logging.Logger logger +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWindSpeed +wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_FixedSize_Bridge +com.tencent.bugly.crashreport.common.info.a: java.lang.String J +androidx.constraintlayout.widget.R$color: int abc_search_url_text_pressed +android.didikee.donate.R$styleable: int[] ActionBarLayout +androidx.constraintlayout.widget.R$drawable: int btn_checkbox_unchecked_to_checked_mtrl_animation +wangdaye.com.geometricweather.weather.json.mf.MfCurrentResult$Observation$Wind: double speed +androidx.core.R$dimen: int notification_subtext_size +androidx.lifecycle.extensions.R$id: int icon_group +cyanogenmod.app.ILiveLockScreenChangeListener: void onLiveLockScreenChanged(cyanogenmod.app.LiveLockScreenInfo) +androidx.preference.R$attr: int height +com.amap.api.location.AMapLocation: java.lang.String COORD_TYPE_GCJ02 +james.adaptiveicon.R$styleable: int SearchView_defaultQueryHint +com.google.android.gms.base.R$styleable: int SignInButton_colorScheme +com.turingtechnologies.materialscrollbar.R$attr: int thumbTintMode +com.google.android.material.R$attr: int trackColor +androidx.constraintlayout.widget.R$id: int accessibility_custom_action_19 +retrofit2.http.Query: boolean encoded() +androidx.hilt.work.R$styleable: int GradientColor_android_gradientRadius +wangdaye.com.geometricweather.db.entities.LocationEntity: java.lang.String getCountry() +wangdaye.com.geometricweather.R$drawable: int weather_hail_mini_xml +com.google.android.material.R$style: int Widget_MaterialComponents_AppBarLayout_Primary +android.didikee.donate.R$styleable: int ListPopupWindow_android_dropDownVerticalOffset +com.tencent.bugly.proguard.y: java.lang.StringBuilder d +com.tencent.bugly.proguard.u: boolean a +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Medium +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean getCurrent() +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_hovered_z +wangdaye.com.geometricweather.R$styleable: int[] FitSystemBarRecyclerView +wangdaye.com.geometricweather.R$styleable: int Tooltip_android_minWidth +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ActionBar_TabView +com.turingtechnologies.materialscrollbar.R$styleable: int TextInputLayout_placeholderTextColor +wangdaye.com.geometricweather.R$styleable: int CircularProgressView_cpv_color +com.bumptech.glide.Registry$MissingComponentException: Registry$MissingComponentException(java.lang.String) +com.google.android.material.R$attr: int buttonBarButtonStyle +com.jaredrummler.android.colorpicker.ColorPickerView: int getBorderColor() +com.jaredrummler.android.colorpicker.R$drawable: int abc_btn_default_mtrl_shape +com.google.android.material.R$id: int textSpacerNoButtons +wangdaye.com.geometricweather.R$dimen: int widget_grid_3 +cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String PRESENT_AS_THEME +okhttp3.internal.http2.Http2Connection: okhttp3.internal.http2.Http2Stream newStream(int,java.util.List,boolean) +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver$ConcatMapMaybeObserver: long serialVersionUID +androidx.activity.R$styleable: int GradientColor_android_type +androidx.recyclerview.R$id: int action_image +androidx.loader.R$id: int italic +wangdaye.com.geometricweather.common.ui.widgets.astro.SunMoonView: SunMoonView(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature: AccuCurrentResult$ApparentTemperature() +androidx.legacy.coreutils.R$drawable: int notification_tile_bg +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Medium_Inverse +androidx.legacy.coreutils.R$dimen: int notification_large_icon_width +okio.Timeout: okio.Timeout deadlineNanoTime(long) +okhttp3.internal.http2.Http2Connection$6: int val$streamId +com.google.android.material.bottomnavigation.BottomNavigationView: android.content.res.ColorStateList getItemTextColor() +com.turingtechnologies.materialscrollbar.R$styleable: int[] CoordinatorLayout +wangdaye.com.geometricweather.R$id: int widget_clock_day_week +androidx.preference.R$interpolator: int btn_checkbox_checked_mtrl_animation_interpolator_0 +io.reactivex.Observable: io.reactivex.Single any(io.reactivex.functions.Predicate) +okhttp3.MultipartBody: okhttp3.MultipartBody$Part part(int) +cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String MINUTES +cyanogenmod.externalviews.IKeyguardExternalViewCallbacks$Stub: boolean onTransact(int,android.os.Parcel,android.os.Parcel,int) +com.turingtechnologies.materialscrollbar.R$styleable: int ActionBarLayout_android_layout_gravity +androidx.lifecycle.LiveDataReactiveStreams$PublisherLiveData$LiveDataSubscriber$1: java.lang.Throwable val$ex +wangdaye.com.geometricweather.R$attr: int deltaPolarAngle +androidx.constraintlayout.widget.R$attr: int dialogPreferredPadding +androidx.preference.R$styleable: int AppCompatImageView_tintMode +retrofit2.Retrofit: okhttp3.Call$Factory callFactory +com.bumptech.glide.R$layout: int notification_action_tombstone +com.bumptech.glide.integration.okhttp.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$RealFeelTemperatureShade$Minimum: int UnitType +com.google.android.material.R$styleable: int Transform_android_rotation +com.amap.api.location.AMapLocation: java.lang.String a(com.amap.api.location.AMapLocation,java.lang.String) +androidx.vectordrawable.R$integer: int status_bar_notification_info_maxnum +cyanogenmod.providers.CMSettings$Global: cyanogenmod.providers.CMSettings$NameValueCache sNameValueCache +io.reactivex.internal.operators.observable.ObservableSkipLastTimed$SkipLastTimedObserver: java.lang.Throwable error +androidx.work.R$styleable: int[] ColorStateListItem +androidx.customview.R$dimen: int notification_top_pad_large_text +androidx.constraintlayout.widget.R$drawable: int abc_cab_background_internal_bg +androidx.constraintlayout.widget.R$styleable: int AppCompatTextView_android_textAppearance +cyanogenmod.content.Intent: java.lang.String URI_SCHEME_PACKAGE +com.amap.api.fence.GeoFenceClient: void addGeoFence(java.lang.String,java.lang.String,com.amap.api.location.DPoint,float,int,java.lang.String) +cyanogenmod.alarmclock.ClockContract$InstancesColumns: java.lang.String MONTH +cyanogenmod.app.CustomTile: void writeToParcel(android.os.Parcel,int) +androidx.work.R$attr: int font +com.google.android.material.R$drawable: int abc_popup_background_mtrl_mult +androidx.viewpager2.R$style: int Widget_Compat_NotificationActionText +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeSnowPrecipitationProbability() +com.tencent.bugly.proguard.n: java.lang.String d +com.amap.api.location.AMapLocationQualityReport: long f +wangdaye.com.geometricweather.R$attr: int preferenceCategoryTitleTextAppearance +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: java.lang.String getInterfaceDescriptor() +io.reactivex.internal.operators.observable.ObservableFlatMap$InnerObserver: long id +com.turingtechnologies.materialscrollbar.R$id: int alertTitle +wangdaye.com.geometricweather.common.basic.models.options.unit.AirQualityCOUnit +androidx.preference.R$style: int TextAppearance_AppCompat_Headline +wangdaye.com.geometricweather.R$styleable: int Toolbar_android_gravity +wangdaye.com.geometricweather.R$id: int search_mag_icon +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderLayout +androidx.preference.R$styleable: int FontFamily_fontProviderAuthority +androidx.constraintlayout.widget.R$styleable: int SwitchCompat_splitTrack +com.google.android.material.R$id: int withinBounds +com.turingtechnologies.materialscrollbar.R$attr: int autoSizePresetSizes +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 +james.adaptiveicon.R$dimen: int notification_small_icon_background_padding +com.turingtechnologies.materialscrollbar.R$color: int primary_material_light +cyanogenmod.externalviews.IKeyguardExternalViewProvider$Stub$Proxy: void onAttach(android.os.IBinder) +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Metric Metric +com.google.android.gms.common.R$integer: R$integer() +androidx.constraintlayout.widget.R$attr: int elevation +com.google.android.material.R$styleable: int MotionTelltales_telltales_tailColor +wangdaye.com.geometricweather.R$style: int widget_text_clock_aa +okhttp3.internal.http.RealResponseBody: okio.BufferedSource source +okhttp3.internal.http2.ErrorCode +androidx.appcompat.R$attr: int preserveIconSpacing +com.google.android.material.R$styleable: int KeyCycle_android_translationZ +com.google.android.material.timepicker.TimePickerView: void addOnRotateListener(com.google.android.material.timepicker.ClockHandView$OnRotateListener) +androidx.viewpager.R$id: int action_divider +wangdaye.com.geometricweather.R$array: int speed_unit_voices +com.google.android.material.R$dimen: int abc_text_size_medium_material +okhttp3.Cache$Entry: Cache$Entry(okio.Source) +androidx.viewpager2.R$dimen: int notification_big_circle_margin +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: io.reactivex.ObservableSource source +james.adaptiveicon.R$attr: int windowFixedHeightMajor +androidx.coordinatorlayout.R$styleable: int FontFamily_fontProviderPackage +android.didikee.donate.R$drawable: int notification_icon_background +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl$9: cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl this$2 +cyanogenmod.app.CustomTile: boolean collapsePanel +io.reactivex.internal.operators.flowable.FlowableConcatMap$BaseConcatMapSubscriber: org.reactivestreams.Subscription upstream +wangdaye.com.geometricweather.R$attr: int enabled +io.reactivex.internal.operators.mixed.ObservableConcatMapMaybe$ConcatMapMaybeMainObserver: boolean cancelled +com.google.android.material.R$dimen: int design_fab_border_width +wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: java.lang.String timezone +com.xw.repo.bubbleseekbar.R$attr: int buttonBarPositiveButtonStyle +androidx.constraintlayout.widget.R$style: int Base_ThemeOverlay_AppCompat_Dialog +cyanogenmod.app.StatusBarPanelCustomTile$1 +wangdaye.com.geometricweather.R$dimen: int mtrl_fab_translation_z_pressed +wangdaye.com.geometricweather.common.basic.models.weather.AirQuality: java.lang.Float co +okio.BufferedSink: okio.BufferedSink writeUtf8(java.lang.String,int,int) +androidx.lifecycle.Lifecycling: java.util.Map sClassToAdapters +androidx.appcompat.R$dimen: int compat_control_corner_material +okio.Source: long read(okio.Buffer,long) +wangdaye.com.geometricweather.R$attr: int dialogCornerRadius +wangdaye.com.geometricweather.R$string: int key_background_free +com.google.android.material.textfield.TextInputLayout: android.content.res.ColorStateList getDefaultHintTextColor() +android.didikee.donate.R$layout: R$layout() +androidx.legacy.coreutils.R$styleable: int FontFamilyFont_android_fontWeight +cyanogenmod.externalviews.KeyguardExternalView$2: void onDetachedFromWindow() +androidx.vectordrawable.R$id: int blocking +com.google.gson.stream.JsonReader: JsonReader(java.io.Reader) +androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event valueOf(java.lang.String) +wangdaye.com.geometricweather.R$styleable: int[] FitSystemBarNestedScrollView +io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: void cancel() +com.google.android.material.bottomnavigation.BottomNavigationMenuView +wangdaye.com.geometricweather.R$layout: int mtrl_picker_fullscreen +com.google.android.material.R$dimen: int abc_edit_text_inset_bottom_material +io.reactivex.internal.operators.flowable.FlowableRepeatWhen$WhenSourceSubscriber: void cancel() +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.lang.Integer RIGHT_VALUE +androidx.appcompat.R$id: int action_menu_divider +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Precipitation$Imperial: java.lang.String Unit +wangdaye.com.geometricweather.R$string: int key_notification_background_color +com.google.android.material.R$styleable: int Layout_barrierDirection +okhttp3.internal.ws.RealWebSocket: int sentPingCount +com.google.android.material.R$styleable: int RecyclerView_spanCount +com.xw.repo.bubbleseekbar.R$dimen: int notification_large_icon_width +androidx.constraintlayout.widget.R$styleable: int[] AppCompatSeekBar +retrofit2.HttpServiceMethod$CallAdapted +wangdaye.com.geometricweather.common.basic.models.weather.PrecipitationDuration: java.lang.Float getThunderstorm() +android.didikee.donate.R$drawable: int abc_list_pressed_holo_dark +io.reactivex.internal.operators.observable.ObservableRetryPredicate$RepeatObserver: io.reactivex.Observer downstream +wangdaye.com.geometricweather.R$layout: int abc_dialog_title_material +androidx.constraintlayout.widget.R$styleable: int Layout_android_layout_marginEnd +cyanogenmod.profiles.ConnectionSettings: cyanogenmod.profiles.ConnectionSettings fromXml(org.xmlpull.v1.XmlPullParser,android.content.Context) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: CaiYunMainlyResult$ForecastDailyBean$WeatherBean() +com.google.android.material.R$styleable: int ConstraintSet_android_alpha +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeSnowPrecipitationDuration(java.lang.Float) +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_15 +wangdaye.com.geometricweather.R$style: int AndroidThemeColorAccentYellow +androidx.preference.R$styleable: int AppCompatTheme_actionBarWidgetTheme +okhttp3.internal.http2.Hpack: int PREFIX_7_BITS +wangdaye.com.geometricweather.R$dimen: int material_emphasis_high_type +wangdaye.com.geometricweather.R$styleable: int SearchView_iconifiedByDefault +com.tencent.bugly.proguard.z: java.lang.String a(java.lang.Throwable) +androidx.constraintlayout.widget.R$attr: int windowMinWidthMinor +retrofit2.ParameterHandler$QueryMap: boolean encoded +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_contentInsetEnd +io.reactivex.Observable: io.reactivex.Observable takeUntil(io.reactivex.ObservableSource) +androidx.coordinatorlayout.R$styleable: int CoordinatorLayout_keylines +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText_Inverse +com.amap.api.location.AMapLocationClientOption: boolean isOffset() +androidx.lifecycle.LifecycleRegistry: androidx.lifecycle.Lifecycle$Event upEvent(androidx.lifecycle.Lifecycle$State) +wangdaye.com.geometricweather.weather.json.mf.MfWarningsResult$WarningAdvice: java.lang.String textAdvice +com.google.android.material.internal.ForegroundLinearLayout: android.graphics.drawable.Drawable getForeground() +com.jaredrummler.android.colorpicker.R$id: int seekbar_value +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getDaytimeRealFeelTemperature() +cyanogenmod.app.IPartnerInterface: void shutdown() +com.google.android.material.R$style: int Widget_MaterialComponents_ProgressIndicator_Linear_Determinate +wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Long id +wangdaye.com.geometricweather.db.entities.HourlyEntityDao: boolean isEntityUpdateable() +com.google.android.material.R$styleable: int AppCompatTheme_actionButtonStyle +androidx.constraintlayout.widget.R$color: R$color() +com.google.android.material.R$id: int chronometer +com.turingtechnologies.materialscrollbar.R$styleable: int TabLayout_tabIconTintMode +android.didikee.donate.R$style: int Widget_AppCompat_DropDownItem_Spinner +androidx.recyclerview.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable +androidx.constraintlayout.widget.R$styleable: int OnSwipe_moveWhenScrollAtTop +androidx.preference.R$style: int Preference_DialogPreference_Material +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_textAppearanceListItem +androidx.preference.R$attr: int tintMode +com.amap.api.location.AMapLocationClientOption: java.lang.String getAPIKEY() +com.jaredrummler.android.colorpicker.R$id: int circle +io.reactivex.Observable: io.reactivex.Observable concatEager(io.reactivex.ObservableSource) +wangdaye.com.geometricweather.R$id: int dragRight +com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_actionTextColorAlpha +cyanogenmod.externalviews.IExternalViewProvider$Stub$Proxy: void onStart() +com.google.android.material.R$styleable: int ConstraintSet_layout_constraintCircle +cyanogenmod.themes.ThemeChangeRequest$1 +wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult$Advice: java.lang.String season +com.google.android.material.button.MaterialButtonToggleGroup: int getFirstVisibleChildIndex() +io.reactivex.internal.subscriptions.EmptySubscription: boolean offer(java.lang.Object) +androidx.preference.R$styleable: int[] AlertDialog +com.google.android.material.R$attr: int colorSecondaryVariant +cyanogenmod.themes.ThemeManager: void onClientPaused(cyanogenmod.themes.ThemeManager$ThemeChangeListener) +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_ActionBar_Subtitle +james.adaptiveicon.R$style: int Base_V7_Theme_AppCompat_Light_Dialog +com.google.android.material.R$styleable: int Constraint_layout_constraintWidth_default +androidx.appcompat.resources.R$style: int TextAppearance_Compat_Notification_Line2 +wangdaye.com.geometricweather.R$style: int Widget_AppCompat_Light_ActionMode_Inverse +wangdaye.com.geometricweather.R$attr: int layout_constraintVertical_bias +com.tencent.bugly.crashreport.BuglyLog: void d(java.lang.String,java.lang.String) +com.google.android.material.R$color: int mtrl_navigation_item_icon_tint +androidx.hilt.R$attr: R$attr() +androidx.dynamicanimation.animation.DynamicAnimation: void removeEndListener(androidx.dynamicanimation.animation.DynamicAnimation$OnAnimationEndListener) +androidx.lifecycle.extensions.R$id: int line1 +cyanogenmod.providers.ThemesContract$MixnMatchColumns: java.lang.String COL_KEY +okio.GzipSource: void updateCrc(okio.Buffer,long,long) +com.turingtechnologies.materialscrollbar.R$style: int Base_ThemeOverlay_MaterialComponents_Dialog +cyanogenmod.app.ICMTelephonyManager: void setDefaultSmsSub(int) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorPrimaryDark +wangdaye.com.geometricweather.R$dimen: int mtrl_low_ripple_default_alpha +com.turingtechnologies.materialscrollbar.R$attr: int elevation +wangdaye.com.geometricweather.R$string: int feedback_check_location_permission +com.google.android.material.R$styleable: int AppCompatTheme_actionMenuTextColor +androidx.appcompat.widget.LinearLayoutCompat: void setGravity(int) +com.turingtechnologies.materialscrollbar.R$style: int Widget_Support_CoordinatorLayout +com.google.android.material.R$styleable: int ActionBar_backgroundStacked +com.turingtechnologies.materialscrollbar.R$styleable: int AnimatedStateListDrawableCompat_android_constantSize +wangdaye.com.geometricweather.settings.fragments.ServiceProviderSettingsFragment +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_dividerHorizontal +cyanogenmod.externalviews.ExternalViewProviderService$Provider: int DEFAULT_WINDOW_FLAGS +io.reactivex.internal.operators.observable.ObservableScalarXMap$ScalarDisposable: int requestFusion(int) +wangdaye.com.geometricweather.R$attr: int bottomAppBarStyle +com.google.android.material.R$color: int design_dark_default_color_on_surface +com.tencent.bugly.crashreport.crash.BuglyBroadcastReceiver: void unregister(android.content.Context) +androidx.appcompat.widget.AppCompatButton: int[] getAutoSizeTextAvailableSizes() +io.reactivex.internal.operators.observable.ObservableCache$CacheDisposable +com.bumptech.glide.R$layout: int notification_template_icon_group +wangdaye.com.geometricweather.R$attr: int msb_lightOnTouch +com.turingtechnologies.materialscrollbar.R$styleable: int StateListDrawable_android_dither +com.tencent.bugly.BuglyStrategy$a: int MAX_USERDATA_VALUE_LENGTH +com.google.gson.stream.JsonReader$1: JsonReader$1() +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl$7: cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl this$2 +wangdaye.com.geometricweather.R$styleable: int ShapeAppearance_cornerSize +com.tencent.bugly.proguard.r: long e +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionModeShareDrawable +wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life: wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$Life$Info info +okhttp3.internal.platform.JdkWithJettyBootPlatform: java.lang.Class clientProviderClass +com.xw.repo.bubbleseekbar.R$id: int icon_group +androidx.appcompat.R$attr: int actionMenuTextAppearance +cyanogenmod.providers.ThemesContract$PreviewColumns: java.lang.String WALLPAPER_PREVIEW +androidx.preference.R$styleable: int DialogPreference_android_positiveButtonText +com.turingtechnologies.materialscrollbar.R$string: int abc_searchview_description_search +androidx.viewpager.widget.ViewPager: ViewPager(android.content.Context) +james.adaptiveicon.R$styleable: int Toolbar_titleMarginBottom +wangdaye.com.geometricweather.R$styleable: int AnimatedStateListDrawableCompat_android_enterFadeDuration +androidx.appcompat.R$styleable: int AppCompatTextView_lastBaselineToBottomHeight +wangdaye.com.geometricweather.db.entities.DailyEntity: void setMoldDescription(java.lang.String) +okhttp3.RealCall: void enqueue(okhttp3.Callback) +com.google.android.material.R$dimen: int mtrl_calendar_header_toggle_margin_bottom +androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_fontWeight +io.reactivex.internal.operators.observable.ObservableRangeLong$RangeDisposable: long end +com.google.android.material.navigation.NavigationView: int getItemIconPadding() +com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String c +android.didikee.donate.R$style: int Platform_ThemeOverlay_AppCompat_Light +io.reactivex.Observable: io.reactivex.Flowable toFlowable(io.reactivex.BackpressureStrategy) +androidx.appcompat.R$drawable: int abc_ic_menu_paste_mtrl_am_alpha +cyanogenmod.hardware.CMHardwareManager: int getThermalState() +cyanogenmod.weatherservice.ServiceRequestResult: android.os.Parcelable$Creator CREATOR +io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_navigation_item_horizontal_padding +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: ObservableMergeWithCompletable$MergeWithObserver(io.reactivex.Observer) +james.adaptiveicon.R$id: int action_bar_activity_content +wangdaye.com.geometricweather.R$layout: int widget_day_week_tile +com.bumptech.glide.integration.okhttp.R$id: int action_divider +com.baidu.location.e.h$c: com.baidu.location.e.h$c b +wangdaye.com.geometricweather.weather.json.mf.MfEphemerisResult$Properties$Ephemeris: java.lang.String moonPhaseDescription +com.google.android.material.R$styleable: int MaterialButton_icon +com.tencent.bugly.crashreport.biz.UserInfoBean: UserInfoBean(android.os.Parcel) +androidx.appcompat.R$style: int TextAppearance_AppCompat_Widget_ActionBar_Menu +okhttp3.Request: java.lang.Object tag() +androidx.preference.R$style: int Base_Theme_AppCompat_Light_Dialog_FixedSize androidx.appcompat.R$styleable: int[] RecycleListView -com.turingtechnologies.materialscrollbar.R$attr: int tabInlineLabel -androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: void setStrokeColor(int) -cyanogenmod.weather.RequestInfo: java.lang.String access$802(cyanogenmod.weather.RequestInfo,java.lang.String) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_android_windowIsFloating -wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties -cyanogenmod.hardware.ICMHardwareService$Stub: int TRANSACTION_getLtoDownloadInterval -com.google.android.material.R$drawable: int abc_menu_hardkey_panel_mtrl_mult -okhttp3.Request: java.util.List headers(java.lang.String) -io.reactivex.internal.observers.DeferredScalarObserver: void onError(java.lang.Throwable) -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView -wangdaye.com.geometricweather.R$attr: int appBarLayoutStyle -com.google.android.material.slider.RangeSlider: int getTrackHeight() -com.jaredrummler.android.colorpicker.R$style: int Base_V7_Theme_AppCompat -cyanogenmod.themes.ThemeChangeRequest: int getNumChangesRequested() -com.turingtechnologies.materialscrollbar.R$drawable: int mtrl_tabs_default_indicator -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_startIconTint -wangdaye.com.geometricweather.R$string: int sp_widget_clock_day_vertical_setting -androidx.transition.R$style: int TextAppearance_Compat_Notification_Line2 -androidx.appcompat.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight -okhttp3.internal.http2.Http2Connection: void sendDegradedPingLater() -androidx.preference.R$styleable: int SwitchPreferenceCompat_disableDependentsState -okhttp3.Request: java.lang.Object tag(java.lang.Class) -wangdaye.com.geometricweather.R$attr: int actionMenuTextColor -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust$Speed -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_actionModeSplitBackground -androidx.constraintlayout.widget.R$styleable: int Constraint_flow_verticalStyle -androidx.appcompat.R$color: int bright_foreground_disabled_material_dark -android.didikee.donate.R$string: int abc_shareactionprovider_share_with_application -com.google.android.material.R$attr: int buttonPanelSideLayout -com.jaredrummler.android.colorpicker.R$attr: int spanCount -com.xw.repo.bubbleseekbar.R$attr: int theme -cyanogenmod.app.CustomTile: java.lang.String access$302(cyanogenmod.app.CustomTile,java.lang.String) -cyanogenmod.weatherservice.WeatherProviderService: cyanogenmod.weatherservice.IWeatherProviderServiceClient access$200(cyanogenmod.weatherservice.WeatherProviderService) -com.tencent.bugly.proguard.s: java.net.HttpURLConnection a(java.lang.String,java.lang.String) -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_hovered_z -retrofit2.ServiceMethod -androidx.preference.R$integer: R$integer() -wangdaye.com.geometricweather.R$string: int common_google_play_services_updating_text -androidx.preference.R$drawable: int abc_item_background_holo_light -androidx.viewpager.R$drawable: int notification_bg_normal -com.google.android.material.transformation.FabTransformationScrimBehavior: FabTransformationScrimBehavior(android.content.Context,android.util.AttributeSet) -androidx.appcompat.R$attr: int imageButtonStyle -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean: void setDefense(java.util.List) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Imperial Imperial -androidx.constraintlayout.widget.R$style: int Base_Widget_AppCompat_ImageButton -wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.WeatherEntity,long) -androidx.core.R$id: int right_side -com.google.android.material.R$animator: int design_appbar_state_list_animator -wangdaye.com.geometricweather.R$attr: int errorEnabled -okio.RealBufferedSink: okio.BufferedSink writeString(java.lang.String,java.nio.charset.Charset) -com.turingtechnologies.materialscrollbar.R$styleable: int MenuItem_tooltipText -com.xw.repo.bubbleseekbar.R$id: int line3 -com.turingtechnologies.materialscrollbar.R$color: int foreground_material_dark -wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Headline -androidx.activity.R$styleable: int FontFamilyFont_fontStyle -com.google.android.material.imageview.ShapeableImageView: ShapeableImageView(android.content.Context,android.util.AttributeSet) -james.adaptiveicon.R$drawable: int abc_list_divider_mtrl_alpha -androidx.preference.R$styleable: int CoordinatorLayout_Layout_android_layout_gravity -cyanogenmod.providers.CMSettings$Global -io.reactivex.internal.operators.observable.ObservableFlatMapMaybe$FlatMapMaybeObserver: long serialVersionUID -androidx.work.impl.background.systemjob.SystemJobService -androidx.preference.R$style: int Theme_AppCompat_DayNight_DarkActionBar -wangdaye.com.geometricweather.R$styleable: int Constraint_android_transformPivotY -com.google.android.material.R$attr: int textAppearanceListItem -com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_contentInsetEndWithActions -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintCircle -com.github.rahatarmanahmed.cpv.R$integer: int cpv_default_anim_swoop_duration -androidx.activity.R$styleable: int GradientColor_android_centerColor -com.google.android.material.internal.ForegroundLinearLayout: void setForeground(android.graphics.drawable.Drawable) -com.google.android.material.R$dimen: int material_text_view_test_line_height_override -androidx.constraintlayout.widget.R$drawable: int abc_popup_background_mtrl_mult -com.google.android.material.R$styleable: int Constraint_layout_constraintBottom_toTopOf -androidx.lifecycle.LiveData: LiveData(java.lang.Object) -com.turingtechnologies.materialscrollbar.Indicator: void setText(int) -com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_negativeButtonText -androidx.appcompat.R$string: int abc_menu_alt_shortcut_label -androidx.preference.R$drawable: int notification_tile_bg -androidx.preference.R$attr: int srcCompat -androidx.core.R$styleable: int FontFamilyFont_android_font -com.bumptech.glide.R$id: int right -wangdaye.com.geometricweather.R$styleable: int AlertDialog_android_layout -wangdaye.com.geometricweather.R$attr: int labelStyle -androidx.preference.R$style: int Base_Theme_AppCompat_Dialog_Alert -com.bumptech.glide.integration.okhttp.R$integer: R$integer() -retrofit2.http.Field -androidx.appcompat.R$dimen: int abc_button_padding_vertical_material -androidx.vectordrawable.R$string: int status_bar_notification_info_overflow -androidx.appcompat.R$color: int abc_primary_text_material_dark -io.reactivex.internal.operators.observable.ObservableObserveOn$ObserveOnObserver: io.reactivex.Scheduler$Worker worker -com.google.android.gms.common.SignInButton: SignInButton(android.content.Context) -wangdaye.com.geometricweather.R$xml: int widget_trend_hourly -cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.ActionMode onWindowStartingActionMode(android.view.ActionMode$Callback) -wangdaye.com.geometricweather.R$animator: int weather_haze_1 -com.google.android.gms.common.api.internal.zaab: void unregisterConnectionFailedListener(com.google.android.gms.common.api.GoogleApiClient$OnConnectionFailedListener) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AlertsBean$DefenseBean: java.lang.String getDefenseIcon() -androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_buttonStyle -okhttp3.internal.cache.FaultHidingSink: void flush() -androidx.vectordrawable.animated.R$id: int accessibility_custom_action_0 -okhttp3.internal.http.HttpHeaders: okhttp3.Headers varyHeaders(okhttp3.Headers,okhttp3.Headers) -wangdaye.com.geometricweather.R$string: int real_feel_temperature -wangdaye.com.geometricweather.R$drawable: int abc_action_bar_item_background_material -com.jaredrummler.android.colorpicker.R$styleable: int[] CheckBoxPreference -okhttp3.internal.connection.StreamAllocation: okhttp3.internal.connection.RealConnection connection() -io.reactivex.Observable: io.reactivex.Observable buffer(long,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler,java.util.concurrent.Callable) -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: long serialVersionUID -io.reactivex.internal.operators.observable.ObservableFlatMapCompletable$FlatMapCompletableMainObserver$InnerObserver: void onError(java.lang.Throwable) -androidx.fragment.R$id: int tag_screen_reader_focusable -androidx.recyclerview.R$dimen: int fastscroll_margin -com.google.android.material.R$style: int Widget_AppCompat_RatingBar_Indicator -com.jaredrummler.android.colorpicker.R$style: int TextAppearance_Widget_AppCompat_Toolbar_Title -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_firstHorizontalStyle -james.adaptiveicon.R$styleable: int ActionBar_titleTextStyle -androidx.appcompat.R$id: int line1 -wangdaye.com.geometricweather.R$animator: int touch_raise -com.google.android.material.R$styleable: int BottomNavigationView_itemIconTint -james.adaptiveicon.R$attr: int dividerPadding -com.google.android.material.R$dimen: int design_navigation_elevation -com.jaredrummler.android.colorpicker.R$styleable: int AnimatedStateListDrawableTransition_android_toId -com.jaredrummler.android.colorpicker.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon1 -james.adaptiveicon.R$styleable: int LinearLayoutCompat_Layout_android_layout_gravity -androidx.preference.R$attr: int alertDialogTheme -io.reactivex.Observable: io.reactivex.Observable startWith(java.lang.Iterable) -cyanogenmod.alarmclock.ClockContract$AlarmSettingColumns: java.lang.String NO_RINGTONE -com.tencent.bugly.crashreport.CrashReport: void enableObtainId(android.content.Context,boolean) -wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_android_visibility -com.google.android.material.R$id: int textinput_placeholder -com.google.android.material.R$attr: int layout_constraintWidth_min -wangdaye.com.geometricweather.R$styleable: int Chip_ensureMinTouchTargetSize -cyanogenmod.profiles.LockSettings: android.os.Parcelable$Creator CREATOR -com.google.android.material.R$integer: int app_bar_elevation_anim_duration -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Fullscreen -com.github.rahatarmanahmed.cpv.CircularProgressView$7: com.github.rahatarmanahmed.cpv.CircularProgressView this$0 -wangdaye.com.geometricweather.db.entities.AlertEntityDao: java.lang.Object readEntity(android.database.Cursor,int) -androidx.constraintlayout.widget.R$styleable: int CustomAttribute_customFloatValue -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getDaytimeIcePrecipitationProbability() -okhttp3.internal.cache2.Relay: void commit(long) -io.reactivex.Observable: io.reactivex.Observable observeOn(io.reactivex.Scheduler) -com.google.android.material.R$drawable: int btn_checkbox_checked_to_unchecked_mtrl_animation -wangdaye.com.geometricweather.R$id: int widget_week_week_3 -retrofit2.adapter.rxjava2.CallExecuteObservable$CallDisposable: retrofit2.Call call -retrofit2.Utils: java.lang.reflect.Type getGenericSupertype(java.lang.reflect.Type,java.lang.Class,java.lang.Class) -okhttp3.internal.http2.Huffman$Node -com.google.android.material.R$attr: int iconEndPadding -androidx.preference.R$styleable: int AppCompatTheme_dropdownListPreferredItemHeight -androidx.constraintlayout.widget.R$attr: int commitIcon -com.google.android.material.floatingactionbutton.FloatingActionButton: com.google.android.material.floatingactionbutton.FloatingActionButtonImpl getImpl() -androidx.core.R$styleable: int[] FontFamily -cyanogenmod.alarmclock.ClockContract$InstancesColumns: int HIGH_NOTIFICATION_STATE -com.jaredrummler.android.colorpicker.R$styleable: int PopupWindow_android_popupAnimationStyle -james.adaptiveicon.R$style: int TextAppearance_AppCompat_Button -com.google.android.material.R$attr: int constraintSetStart -io.reactivex.internal.operators.observable.ObservableGroupBy$State: java.util.concurrent.atomic.AtomicReference actual -androidx.activity.R$styleable: int[] FontFamily -james.adaptiveicon.R$attr: int fontWeight -io.reactivex.internal.util.ArrayListSupplier: java.lang.Object call() -wangdaye.com.geometricweather.db.entities.WeatherEntity: void setId(java.lang.Long) -com.jaredrummler.android.colorpicker.R$dimen: int abc_edit_text_inset_bottom_material -androidx.appcompat.R$attr: int actionBarTabBarStyle -wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Integer cloudCover -com.google.android.material.bottomappbar.BottomAppBar: void setTitle(java.lang.CharSequence) -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_editTextColor -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float getSo2() -androidx.preference.R$attr: int widgetLayout -com.google.android.material.chip.Chip: void setCloseIconVisible(int) -com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar_HeaderToggleButton -com.amap.api.location.AMapLocationClient: com.amap.api.location.AMapLocation getLastKnownLocation() -androidx.recyclerview.widget.RecyclerView: int getItemDecorationCount() -com.google.android.material.R$attr: int tabContentStart -com.xw.repo.bubbleseekbar.R$dimen: int notification_small_icon_size_as_large -androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_layout_goneMarginEnd -wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit: wangdaye.com.geometricweather.common.basic.models.options.unit.DistanceUnit getInstance(java.lang.String) -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: void onNext(java.lang.Object) -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonStyle -com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_android_ttcIndex -com.jaredrummler.android.colorpicker.R$style: int Animation_AppCompat_Dialog -com.google.android.material.R$styleable: int KeyTimeCycle_motionProgress -androidx.activity.R$color: int ripple_material_light -com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_maxProgress -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_PopupMenu_Large -wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: void setSubtitleText(java.lang.String) -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: io.reactivex.internal.util.AtomicThrowable errors -com.google.gson.internal.$Gson$Types$GenericArrayTypeImpl: java.lang.reflect.Type getGenericComponentType() -wangdaye.com.geometricweather.R$styleable: int FloatingActionButton_backgroundTint -wangdaye.com.geometricweather.R$dimen: int share_view_height -androidx.constraintlayout.widget.R$dimen: int tooltip_precise_anchor_threshold -androidx.constraintlayout.widget.R$color: int accent_material_dark -okhttp3.internal.http2.Http2Connection$1: Http2Connection$1(okhttp3.internal.http2.Http2Connection,java.lang.String,java.lang.Object[],int,okhttp3.internal.http2.ErrorCode) -android.didikee.donate.R$style: int Base_V7_Theme_AppCompat_Dialog +com.bumptech.glide.integration.okhttp.R$styleable: int ColorStateListItem_android_alpha +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$DirectionBeanX +androidx.lifecycle.extensions.R$drawable: int notification_bg +wangdaye.com.geometricweather.R$color: int bright_foreground_material_light +okhttp3.HttpUrl$Builder: okhttp3.HttpUrl$Builder parse(okhttp3.HttpUrl,java.lang.String) +com.google.android.material.bottomappbar.BottomAppBar: void setFabCradleMargin(float) +com.google.android.material.R$style: int Widget_MaterialComponents_AppBarLayout_PrimarySurface +okhttp3.internal.platform.AndroidPlatform$CloseGuard: java.lang.Object createAndOpen(java.lang.String) +io.reactivex.Observable: io.reactivex.Observable window(io.reactivex.ObservableSource,io.reactivex.functions.Function,int) +com.google.android.material.R$styleable: int AppCompatSeekBar_tickMarkTint +com.google.android.material.R$styleable: int CoordinatorLayout_Layout_layout_dodgeInsetEdges +androidx.appcompat.R$style: int Platform_V25_AppCompat_Light +androidx.appcompat.widget.AppCompatImageButton: void setImageURI(android.net.Uri) +okhttp3.internal.cache.DiskLruCache: okhttp3.internal.cache.DiskLruCache$Editor edit(java.lang.String) +wangdaye.com.geometricweather.R$id: int material_timepicker_mode_button +wangdaye.com.geometricweather.R$style: int Base_Widget_MaterialComponents_ProgressIndicator +androidx.recyclerview.R$attr: int fontProviderFetchTimeout +androidx.appcompat.R$style: int Base_Theme_AppCompat_Light +cyanogenmod.providers.CMSettings$Global: boolean putFloat(android.content.ContentResolver,java.lang.String,float) +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getStatusBarThemePackageName() +cyanogenmod.providers.DataUsageContract: java.lang.String ACTIVE +io.reactivex.Observable: io.reactivex.Observable skip(long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +com.amap.api.location.AMapLocation: void setOffset(boolean) +androidx.preference.R$attr: int actionBarSplitStyle +wangdaye.com.geometricweather.R$attr: int indicatorType +androidx.preference.R$id: int search_go_btn +com.google.gson.FieldNamingPolicy: com.google.gson.FieldNamingPolicy LOWER_CASE_WITH_DOTS +com.bumptech.glide.load.PreferredColorSpace: com.bumptech.glide.load.PreferredColorSpace DISPLAY_P3 +cyanogenmod.externalviews.ExternalViewProperties +com.jaredrummler.android.colorpicker.R$id: int expanded_menu +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver: void onSubscribe(io.reactivex.disposables.Disposable) +com.jaredrummler.android.colorpicker.R$styleable: int RecyclerView_fastScrollVerticalThumbDrawable +com.tencent.bugly.crashreport.biz.a: long b +com.google.android.material.R$attr: int errorTextColor +com.tencent.bugly.proguard.n: boolean a(int) +wangdaye.com.geometricweather.R$attr: int tabPaddingEnd +wangdaye.com.geometricweather.R$integer: int cpv_default_progress +wangdaye.com.geometricweather.R$style: int MaterialAlertDialog_MaterialComponents_Title_Panel_CenterStacked +com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_check_to_on_mtrl_000 +androidx.hilt.R$attr: int fontProviderQuery +wangdaye.com.geometricweather.R$id: int FUNCTION +androidx.constraintlayout.widget.R$attr: int actionDropDownStyle +okhttp3.internal.http2.Http2Writer: void data(boolean,int,okio.Buffer,int) +com.google.android.material.R$dimen: int material_clock_hand_padding +okhttp3.CipherSuite: okhttp3.CipherSuite TLS_PSK_WITH_RC4_128_SHA +androidx.lifecycle.Lifecycle$Event: androidx.lifecycle.Lifecycle$Event[] values() +cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setOnLongClickIntent(android.app.PendingIntent) +androidx.preference.R$styleable: int PreferenceTheme_preferenceCategoryTitleTextAppearance +com.jaredrummler.android.colorpicker.R$style: int Widget_AppCompat_RatingBar +android.didikee.donate.R$style: int Base_ThemeOverlay_AppCompat_Light +wangdaye.com.geometricweather.db.entities.ChineseCityEntity: java.lang.String longitude +okio.ByteString: java.lang.String utf8() +com.turingtechnologies.materialscrollbar.R$attr: int boxCornerRadiusBottomEnd +com.google.android.material.R$attr: int chipStartPadding +okio.Buffer: okio.Buffer buffer() +com.google.gson.stream.JsonToken: com.google.gson.stream.JsonToken NAME +com.turingtechnologies.materialscrollbar.R$attr: int snackbarStyle +androidx.appcompat.R$style: int TextAppearance_AppCompat_SearchResult_Subtitle +wangdaye.com.geometricweather.R$styleable: int Fragment_android_name +com.google.android.material.R$styleable: int RecyclerView_fastScrollVerticalTrackDrawable +androidx.hilt.R$id: int accessibility_custom_action_6 +io.reactivex.internal.util.NotificationLite$SubscriptionNotification: NotificationLite$SubscriptionNotification(org.reactivestreams.Subscription) +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property So2 +cyanogenmod.app.Profile: boolean isDirty() +com.turingtechnologies.materialscrollbar.R$styleable: int SnackbarLayout_animationMode +wangdaye.com.geometricweather.db.entities.DailyEntityDao: void bindValues(android.database.sqlite.SQLiteStatement,wangdaye.com.geometricweather.db.entities.DailyEntity) +com.xw.repo.bubbleseekbar.R$styleable: int Spinner_android_popupBackground +wangdaye.com.geometricweather.R$attr: int customIntegerValue +androidx.appcompat.R$styleable: int Toolbar_buttonGravity +com.jaredrummler.android.colorpicker.ColorPickerView: void setAlphaSliderVisible(boolean) +androidx.appcompat.R$styleable: int ActionBar_contentInsetEndWithActions +com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_ActionMode +okhttp3.internal.http.HttpHeaders: java.lang.String readQuotedString(okio.Buffer) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_buttonBarStyle +wangdaye.com.geometricweather.R$drawable: int ic_launcher_background +android.didikee.donate.R$styleable: int SwitchCompat_thumbTint +com.google.android.material.R$styleable: int KeyCycle_waveShape +com.google.android.gms.location.zzbd: android.os.Parcelable$Creator CREATOR +cyanogenmod.providers.CMSettings$NameValueCache: CMSettings$NameValueCache(java.lang.String,android.net.Uri,java.lang.String,java.lang.String) +com.google.android.material.internal.VisibilityAwareImageButton: VisibilityAwareImageButton(android.content.Context,android.util.AttributeSet) +wangdaye.com.geometricweather.R$styleable: int Layout_layout_constraintVertical_bias +androidx.preference.R$drawable: int abc_list_selector_background_transition_holo_dark +com.google.android.material.R$layout: int abc_list_menu_item_checkbox +com.google.android.material.button.MaterialButton: void setIconResource(int) +android.support.v4.os.ResultReceiver$MyResultReceiver: android.support.v4.os.ResultReceiver this$0 +cyanogenmod.os.Build$CM_VERSION_CODES: int DRAGON_FRUIT +com.turingtechnologies.materialscrollbar.R$attr: int contentScrim +com.tencent.bugly.CrashModule +androidx.lifecycle.MediatorLiveData$Source: void onChanged(java.lang.Object) +com.google.gson.internal.$Gson$Types$WildcardTypeImpl +com.google.android.material.R$attr: int font +retrofit2.Utils$WildcardTypeImpl +james.adaptiveicon.R$styleable: int AppCompatTheme_buttonBarNeutralButtonStyle +james.adaptiveicon.R$styleable: int Spinner_android_prompt +com.google.android.material.R$dimen: int mtrl_fab_elevation +okhttp3.ResponseBody: okhttp3.ResponseBody create(okhttp3.MediaType,java.lang.String) +android.didikee.donate.R$drawable: int abc_scrubber_primary_mtrl_alpha +androidx.preference.R$styleable: int SearchView_layout +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$PressureBean: java.lang.String unit +androidx.appcompat.widget.AppCompatButton: int getAutoSizeMaxTextSize() +com.jaredrummler.android.colorpicker.R$style: int PreferenceFragmentList +android.didikee.donate.R$color: int bright_foreground_disabled_material_dark +james.adaptiveicon.R$dimen: int abc_text_size_medium_material +androidx.activity.R$id: int accessibility_custom_action_2 +okhttp3.internal.cache.DiskLruCache: void readJournal() +com.google.android.material.R$attr: int passwordToggleEnabled +wangdaye.com.geometricweather.R$style: int PreferenceCategoryTitleTextStyle +androidx.constraintlayout.widget.R$styleable: int ActionBar_titleTextStyle +okio.Buffer: okio.Buffer clone() +wangdaye.com.geometricweather.db.entities.DailyEntity: void setDaytimeTotalPrecipitationDuration(java.lang.Float) +wangdaye.com.geometricweather.R$styleable: int FontFamilyFont_android_fontVariationSettings +wangdaye.com.geometricweather.R$styleable: int TextInputLayout_counterMaxLength +com.xw.repo.bubbleseekbar.R$styleable: int SearchView_queryBackground +com.google.gson.internal.LinkedTreeMap: void clear() +com.google.android.material.R$styleable: int ColorStateListItem_alpha +com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_textLocale +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_alertDialogButtonGroupStyle +androidx.appcompat.R$styleable: int AppCompatTheme_ratingBarStyleSmall +okio.AsyncTimeout: AsyncTimeout() +wangdaye.com.geometricweather.R$drawable: int weather_cloudy_mini_light +com.google.android.material.R$attr: int singleChoiceItemLayout +wangdaye.com.geometricweather.R$id: int row_index_key +androidx.constraintlayout.widget.R$attr: int buttonBarNegativeButtonStyle +wangdaye.com.geometricweather.R$dimen: int mtrl_card_checked_icon_size +okhttp3.OkHttpClient$Builder: okhttp3.Dns dns +androidx.preference.R$layout: R$layout() +wangdaye.com.geometricweather.db.entities.HourlyEntityDao$Properties +com.google.android.material.R$styleable: int TabLayout_tabIndicator +retrofit2.BuiltInConverters$ToStringConverter: java.lang.Object convert(java.lang.Object) +wangdaye.com.geometricweather.R$drawable: int abc_ic_commit_search_api_mtrl_alpha +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +androidx.activity.R$id: int accessibility_custom_action_30 +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Large_Inverse +wangdaye.com.geometricweather.R$array: int precipitation_unit_voices +wangdaye.com.geometricweather.db.entities.AlertEntityDao: void bindValues(org.greenrobot.greendao.database.DatabaseStatement,java.lang.Object) +org.greenrobot.greendao.async.AsyncOperation$OperationType: org.greenrobot.greendao.async.AsyncOperation$OperationType UpdateInTxArray +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_Solid +retrofit2.KotlinExtensions$awaitResponse$2$2: KotlinExtensions$awaitResponse$2$2(kotlinx.coroutines.CancellableContinuation) +io.reactivex.internal.subscriptions.DeferredScalarSubscription: int FUSED_CONSUMED +com.turingtechnologies.materialscrollbar.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar +com.turingtechnologies.materialscrollbar.R$style: int Platform_AppCompat +android.didikee.donate.R$id: int title +androidx.preference.R$id: int action_image +wangdaye.com.geometricweather.R$id: int container_main_first_card_header_alert +cyanogenmod.themes.IThemeChangeListener$Stub: java.lang.String DESCRIPTOR +cyanogenmod.app.LiveLockScreenInfo: LiveLockScreenInfo(android.os.Parcel) +retrofit2.SkipCallbackExecutorImpl: java.lang.String toString() +androidx.work.R$styleable: int FontFamilyFont_fontVariationSettings +androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_textFontWeight +wangdaye.com.geometricweather.common.basic.models.options.unit.TemperatureUnit: java.lang.String getLongAbbreviation(android.content.Context) +androidx.preference.R$drawable: int abc_btn_check_to_on_mtrl_015 +wangdaye.com.geometricweather.R$dimen: int material_clock_number_text_size +androidx.preference.R$color: int abc_primary_text_disable_only_material_dark +com.google.android.material.R$style: int TextAppearance_AppCompat_Light_SearchResult_Subtitle +wangdaye.com.geometricweather.background.polling.permanent.update.Hilt_ForegroundTomorrowForecastUpdateService: Hilt_ForegroundTomorrowForecastUpdateService() +androidx.appcompat.R$string: int abc_action_mode_done +android.didikee.donate.R$styleable: int CompoundButton_buttonTintMode +com.bumptech.glide.integration.okhttp.R$styleable: int[] GradientColor +androidx.lifecycle.ProcessLifecycleOwner: void activityStopped() +io.reactivex.internal.operators.observable.ObservableConcatWithCompletable$ConcatWithObserver: void onNext(java.lang.Object) +com.google.android.material.R$plurals: int mtrl_badge_content_description +com.google.android.material.R$attr: int motionTarget +com.turingtechnologies.materialscrollbar.R$drawable: int abc_btn_check_material +wangdaye.com.geometricweather.common.basic.models.weather.Temperature: java.lang.Integer realFeelShaderTemperature +com.google.android.material.R$style: int Widget_MaterialComponents_MaterialCalendar +com.jaredrummler.android.colorpicker.ColorPickerView: ColorPickerView(android.content.Context,android.util.AttributeSet) +io.reactivex.Observable: io.reactivex.Observable onErrorResumeNext(io.reactivex.ObservableSource) +com.google.android.material.R$attr: int tabIndicatorFullWidth +io.reactivex.internal.operators.observable.ObservableGroupJoin$LeftRightObserver: void dispose() +androidx.swiperefreshlayout.R$dimen +com.jaredrummler.android.colorpicker.R$drawable: int notification_bg_normal_pressed +io.reactivex.Observable: io.reactivex.Observable ambWith(io.reactivex.ObservableSource) +com.tencent.bugly.proguard.y: boolean b(boolean) +okhttp3.logging.LoggingEventListener: void requestHeadersEnd(okhttp3.Call,okhttp3.Request) +androidx.hilt.lifecycle.R$styleable: int GradientColor_android_gradientRadius +android.didikee.donate.R$style: int Platform_ThemeOverlay_AppCompat +com.bumptech.glide.load.engine.GlideException: java.lang.String getMessage() +androidx.viewpager2.R$id: R$id() +com.google.android.material.R$style: int Theme_MaterialComponents_DayNight_BottomSheetDialog +com.xw.repo.bubbleseekbar.R$style: int Theme_AppCompat_DayNight +com.tencent.bugly.proguard.s: android.content.Context c +com.jaredrummler.android.colorpicker.R$style: int Preference_Material +androidx.appcompat.widget.SwitchCompat: void setThumbPosition(float) +wangdaye.com.geometricweather.R$dimen: int widget_large_title_text_size +androidx.preference.R$styleable: int ActionMode_subtitleTextStyle +androidx.lifecycle.Transformations: androidx.lifecycle.LiveData map(androidx.lifecycle.LiveData,androidx.arch.core.util.Function) +com.bumptech.glide.integration.okhttp.R$dimen: int notification_right_side_padding_top +james.adaptiveicon.R$drawable: int abc_list_selector_disabled_holo_dark +com.autonavi.aps.amapapi.model.AMapLocationServer: java.lang.String p +androidx.constraintlayout.widget.R$styleable: int KeyCycle_android_elevation +androidx.viewpager2.R$style: int TextAppearance_Compat_Notification_Title +com.google.android.material.appbar.CollapsingToolbarLayout: int getCollapsedTitleGravity() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Pressure$Imperial: java.lang.String Unit +james.adaptiveicon.R$attr: int background +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Title +com.tencent.bugly.crashreport.common.strategy.a: void a(com.tencent.bugly.proguard.ap) +androidx.coordinatorlayout.R$id: int tag_transition_group +wangdaye.com.geometricweather.main.MainActivityViewModel$Status: wangdaye.com.geometricweather.main.MainActivityViewModel$Status INITIALIZING +wangdaye.com.geometricweather.common.basic.models.weather.Wind: java.lang.String level +wangdaye.com.geometricweather.common.basic.models.options.appearance.Language: wangdaye.com.geometricweather.common.basic.models.options.appearance.Language ARABIC +wangdaye.com.geometricweather.db.entities.DailyEntityDao$Properties: org.greenrobot.greendao.Property NighttimeWindDegree +com.amap.api.location.CoordinateConverter$1 +androidx.appcompat.widget.Toolbar: void setTitleMarginStart(int) +androidx.lifecycle.extensions.R$attr: int fontStyle +com.google.android.material.R$style: int Base_Theme_AppCompat_Light_Dialog_MinWidth +io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver: io.reactivex.internal.operators.observable.ObservableReplay$ReplayBuffer buffer +com.github.rahatarmanahmed.cpv.CircularProgressView$5: boolean wasCancelled +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabMaxWidth +okhttp3.internal.http2.Http2Stream$FramingSink: okio.Buffer sendBuffer +com.google.android.material.bottomnavigation.BottomNavigationView: void setOnNavigationItemReselectedListener(com.google.android.material.bottomnavigation.BottomNavigationView$OnNavigationItemReselectedListener) +james.adaptiveicon.R$style: int TextAppearance_AppCompat_Widget_ActionMode_Subtitle +wangdaye.com.geometricweather.R$string: int settings_title_location_service +androidx.swiperefreshlayout.R$styleable: int FontFamilyFont_android_fontVariationSettings +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties: org.greenrobot.greendao.Property WeatherSource +wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.WeatherEntityDao getWeatherEntityDao() +com.xw.repo.bubbleseekbar.R$drawable: int abc_list_selector_disabled_holo_dark +androidx.constraintlayout.widget.R$styleable: int[] FontFamily +cyanogenmod.themes.ThemeManager$2$1: void run() +retrofit2.CallAdapter$Factory +wangdaye.com.geometricweather.R$id: int container_main_daily_trend_card_tagView +wangdaye.com.geometricweather.R$id: int widget_week_week_1 +com.google.android.material.R$attr: int arrowShaftLength +com.tencent.bugly.crashreport.crash.b: void d(com.tencent.bugly.crashreport.crash.CrashDetailBean) +james.adaptiveicon.R$style: int RtlOverlay_Widget_AppCompat_Search_DropDown_Icon2 +com.xw.repo.bubbleseekbar.R$styleable: int ActionBar_indeterminateProgressStyle +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_113 +androidx.viewpager.R$dimen: int notification_media_narrow_margin +com.turingtechnologies.materialscrollbar.R$attr: int textAppearanceHeadline5 +androidx.preference.R$styleable: int SwitchCompat_showText +androidx.appcompat.view.menu.ExpandedMenuView: ExpandedMenuView(android.content.Context,android.util.AttributeSet,int) +io.reactivex.internal.operators.observable.ObservableReplay$BoundedReplayBuffer: java.lang.Object enterTransform(java.lang.Object) +okhttp3.Handshake: java.util.List localCertificates() +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperature$Metric: java.lang.String Unit +com.google.android.material.internal.CheckableImageButton: CheckableImageButton(android.content.Context,android.util.AttributeSet,int) +androidx.hilt.R$anim: int fragment_fast_out_extra_slow_in +wangdaye.com.geometricweather.R$id: int hideable +android.didikee.donate.R$drawable: int abc_ic_search_api_material +okhttp3.Cache$CacheResponseBody$1: Cache$CacheResponseBody$1(okhttp3.Cache$CacheResponseBody,okio.Source,okhttp3.internal.cache.DiskLruCache$Snapshot) +com.google.android.material.R$id: int search_edit_frame +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past24Hours$Imperial: double Value +wangdaye.com.geometricweather.R$dimen: int mtrl_btn_dialog_btn_min_width +androidx.activity.R$id: int accessibility_custom_action_7 +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_week_4 +androidx.lifecycle.FullLifecycleObserver +androidx.appcompat.R$styleable: int LinearLayoutCompat_android_gravity +okhttp3.internal.http.CallServerInterceptor$CountingSink: long successfulCount +james.adaptiveicon.R$styleable: int TextAppearance_textLocale +com.google.android.material.slider.BaseSlider: java.lang.CharSequence getAccessibilityClassName() +androidx.constraintlayout.widget.R$attr: int layout_constraintHorizontal_chainStyle +androidx.lifecycle.extensions.R$anim: int fragment_open_enter +wangdaye.com.geometricweather.common.basic.models.weather.Base: long timeStamp +okio.Utf8 +io.reactivex.internal.schedulers.ScheduledRunnable: java.lang.Object call() +com.turingtechnologies.materialscrollbar.R$styleable: int Toolbar_menu +wangdaye.com.geometricweather.R$attr: int defaultState +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindChillTemperature$Metric: int UnitType +com.turingtechnologies.materialscrollbar.R$styleable: int FontFamilyFont_fontVariationSettings +com.tencent.bugly.BuglyStrategy: java.lang.String e +com.xw.repo.bubbleseekbar.R$styleable: int AnimatedStateListDrawableCompat_android_exitFadeDuration +com.google.android.material.R$styleable: int[] ThemeEnforcement +com.turingtechnologies.materialscrollbar.R$attr: int alpha +com.jaredrummler.android.colorpicker.R$styleable: int PreferenceImageView_maxWidth +androidx.hilt.work.R$integer +androidx.appcompat.R$id +okhttp3.ResponseBody: okhttp3.MediaType contentType() +com.tencent.bugly.crashreport.common.strategy.a: java.util.List c +wangdaye.com.geometricweather.R$string: int week_2 +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX$ValueBeanXXXX: java.lang.String getFrom() +wangdaye.com.geometricweather.db.entities.DailyEntityDao: java.lang.Long updateKeyAfterInsert(wangdaye.com.geometricweather.db.entities.DailyEntity,long) +androidx.transition.R$id: int transition_current_scene +androidx.viewpager2.widget.ViewPager2: void setPageTransformer(androidx.viewpager2.widget.ViewPager2$PageTransformer) +cyanogenmod.themes.ThemeChangeRequest: java.lang.String getIconsThemePackageName() +wangdaye.com.geometricweather.R$styleable: int[] FragmentContainerView +retrofit2.Utils$GenericArrayTypeImpl +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$Wind$Direction: java.lang.String Localized +wangdaye.com.geometricweather.R$attr: int materialCalendarTheme +androidx.appcompat.R$styleable: int AnimatedStateListDrawableItem_android_drawable +com.turingtechnologies.materialscrollbar.R$style: int Theme_MaterialComponents_Light_Dialog_Alert +wangdaye.com.geometricweather.R$attr: int motionProgress +com.xw.repo.BubbleSeekBar: void setTrackColor(int) +cyanogenmod.app.Profile$TriggerType: int WIFI +androidx.constraintlayout.widget.R$styleable: int ConstraintLayout_Layout_flow_horizontalBias +okhttp3.ConnectionPool: boolean $assertionsDisabled +androidx.appcompat.widget.ActionBarOverlayLayout: void setShowingForActionMode(boolean) +wangdaye.com.geometricweather.R$styleable: int Preference_enabled +com.google.android.material.chip.Chip: java.lang.CharSequence getChipText() +com.turingtechnologies.materialscrollbar.DateAndTimeIndicator: int getIndicatorHeight() +com.google.android.material.R$styleable: int[] ActionMenuView +com.xw.repo.bubbleseekbar.R$styleable: int BubbleSeekBar_bsb_seek_by_section +wangdaye.com.geometricweather.db.entities.AlertEntity: void setAlertId(long) +okhttp3.internal.platform.AndroidPlatform: void logCloseableLeak(java.lang.String,java.lang.Object) +com.turingtechnologies.materialscrollbar.R$attr: int subtitleTextStyle +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: java.util.concurrent.atomic.AtomicInteger wip +androidx.lifecycle.LiveData: LiveData() +android.didikee.donate.R$style: int Widget_AppCompat_Button_Colored +androidx.preference.R$styleable: int AppCompatTextView_drawableRightCompat +cyanogenmod.profiles.ConnectionSettings$1: java.lang.Object[] newArray(int) +androidx.appcompat.R$id: int search_button +com.amap.api.location.AMapLocationClientOption: boolean m +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Weather: java.lang.String desc +androidx.constraintlayout.widget.R$drawable: int notify_panel_notification_icon_bg +com.tencent.bugly.proguard.ap: ap() +com.jaredrummler.android.colorpicker.R$attr: int tooltipText +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeDegreeDayTemperature(java.lang.Integer) +android.didikee.donate.R$drawable: int abc_list_selector_holo_light +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: void slideLockscreenIn() +com.turingtechnologies.materialscrollbar.R$dimen: int disabled_alpha_material_dark +cyanogenmod.weather.CMWeatherManager: android.os.Handler mHandler +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_CompoundButton_Switch +wangdaye.com.geometricweather.R$attr: int onCross +com.google.android.material.R$styleable: int Constraint_layout_constraintGuide_percent +wangdaye.com.geometricweather.R$attr: int selectableItemBackgroundBorderless +io.reactivex.Observable: void blockingSubscribe(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer) +wangdaye.com.geometricweather.common.rxjava.BaseObserver: void onFailed() +com.google.android.material.R$styleable: int SnackbarLayout_android_maxWidth +com.turingtechnologies.materialscrollbar.R$styleable: int BottomAppBar_fabCradleVerticalOffset +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_colorSwitchThumbNormal +androidx.core.R$id: int accessibility_custom_action_23 +androidx.appcompat.R$style: int Widget_AppCompat_Button_Small +androidx.appcompat.R$styleable: int Toolbar_contentInsetStartWithNavigation +wangdaye.com.geometricweather.R$styleable: int ActionBar_contentInsetStart +io.reactivex.internal.operators.observable.ObservableTimeout$TimeoutObserver: io.reactivex.functions.Function itemTimeoutIndicator +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$WindGust: AccuCurrentResult$WindGust() +com.amap.api.location.AMapLocationClient: void startLocation() +androidx.constraintlayout.widget.R$style: int AlertDialog_AppCompat +okhttp3.ConnectionPool: int pruneAndGetAllocationCount(okhttp3.internal.connection.RealConnection,long) +wangdaye.com.geometricweather.R$attr: int negativeButtonText +com.tencent.bugly.proguard.y: void a(android.content.Context) +wangdaye.com.geometricweather.R$style: int Base_V14_Theme_MaterialComponents_Light_Bridge +com.jaredrummler.android.colorpicker.R$drawable: int abc_list_selector_disabled_holo_light +androidx.recyclerview.R$id: int accessibility_custom_action_19 +com.tencent.bugly.crashreport.crash.e: boolean a(java.lang.Thread$UncaughtExceptionHandler) +wangdaye.com.geometricweather.R$drawable: int abc_list_selector_background_transition_holo_light +com.google.gson.stream.JsonWriter: boolean serializeNulls +androidx.preference.R$color: int switch_thumb_normal_material_light +androidx.vectordrawable.animated.R$attr: R$attr() +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: int otherState +com.google.android.material.R$styleable: int[] ActionBarLayout +com.tencent.bugly.proguard.ak: java.util.ArrayList o +com.bumptech.glide.integration.okhttp.R$styleable: int GradientColor_android_endColor +wangdaye.com.geometricweather.R$style: int Base_Theme_AppCompat_Light_Dialog +androidx.activity.R$drawable: int notification_bg_low +androidx.appcompat.R$id: int action_bar_spinner +android.didikee.donate.R$styleable: int AppCompatTheme_actionBarTheme +io.reactivex.internal.util.VolatileSizeArrayList +com.bumptech.glide.MemoryCategory: com.bumptech.glide.MemoryCategory[] values() +io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: ObservableMergeWithMaybe$MergeWithObserver$OtherObserver(io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver) +androidx.preference.R$styleable: int AppCompatTheme_toolbarStyle +androidx.viewpager.R$dimen: int notification_big_circle_margin +wangdaye.com.geometricweather.R$attr: int contentInsetStartWithNavigation +com.tencent.bugly.crashreport.biz.a: void a(com.tencent.bugly.crashreport.biz.a,com.tencent.bugly.crashreport.biz.UserInfoBean,boolean) +james.adaptiveicon.R$styleable: int TextAppearance_fontVariationSettings +android.didikee.donate.R$dimen: int abc_text_size_display_2_material +okhttp3.internal.http1.Http1Codec$AbstractSource: long read(okio.Buffer,long) +com.tencent.bugly.crashreport.crash.b: void a(boolean,java.util.List) +com.google.android.material.bottomnavigation.BottomNavigationItemView: void setLabelVisibilityMode(int) +com.turingtechnologies.materialscrollbar.R$style: int ThemeOverlay_MaterialComponents_TextInputEditText_OutlinedBox +com.google.android.material.button.MaterialButton: java.lang.String getA11yClassName() +io.reactivex.internal.operators.observable.ObservableRetryWhen$RepeatWhenObserver: java.util.concurrent.atomic.AtomicInteger wip +wangdaye.com.geometricweather.R$font: int product_sans_medium +com.google.android.material.R$styleable: int CardView_android_minWidth +okhttp3.FormBody$Builder: FormBody$Builder(java.nio.charset.Charset) +com.bumptech.glide.load.DataSource: com.bumptech.glide.load.DataSource DATA_DISK_CACHE +androidx.appcompat.widget.SwitchCompat: SwitchCompat(android.content.Context,android.util.AttributeSet,int) +androidx.vectordrawable.R$id: int accessibility_custom_action_31 +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_AppCompat_Display4 +wangdaye.com.geometricweather.db.entities.WeatherEntityDao: java.lang.Object updateKeyAfterInsert(java.lang.Object,long) +com.google.android.material.R$styleable: int TextInputLayout_errorTextAppearance +okhttp3.internal.cache.CacheInterceptor: okhttp3.internal.cache.InternalCache cache +cyanogenmod.weather.CMWeatherManager$1$1: void run() +com.google.android.material.R$styleable: int ConstraintSet_android_layout_width +com.google.android.material.R$styleable: int FloatingActionButton_hideMotionSpec +com.turingtechnologies.materialscrollbar.R$attr: int actionViewClass +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl +okhttp3.Response: java.lang.String toString() +com.google.android.material.R$styleable: int CustomAttribute_attributeName +androidx.preference.R$layout: int select_dialog_item_material +androidx.preference.R$attr: int preferenceFragmentStyle +wangdaye.com.geometricweather.R$style: int AlertDialog_AppCompat_Light +okhttp3.internal.cache.DiskLruCache$Snapshot: okhttp3.internal.cache.DiskLruCache this$0 +androidx.customview.R$styleable: int FontFamily_fontProviderFetchStrategy +wangdaye.com.geometricweather.R$id: int dialog_location_help_providerContainer +okhttp3.internal.http2.Http2Writer: void rstStream(int,okhttp3.internal.http2.ErrorCode) +cyanogenmod.app.ILiveLockScreenManagerProvider$Stub$Proxy: android.os.IBinder asBinder() +wangdaye.com.geometricweather.db.entities.LocationEntityDao$Properties +wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_62 +wangdaye.com.geometricweather.R$style: int ThemeOverlay_MaterialComponents_Light_BottomSheetDialog +androidx.constraintlayout.widget.R$styleable: int TextAppearance_android_shadowColor +androidx.fragment.app.Fragment$InstantiationException +androidx.dynamicanimation.R$id: int action_image +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarTabStyle +androidx.drawerlayout.R$styleable: int[] GradientColor +io.reactivex.internal.operators.flowable.FlowableCreate$BaseEmitter: void onComplete() +androidx.constraintlayout.widget.R$color: int material_grey_900 +androidx.preference.R$styleable: int MenuItem_tooltipText +com.google.android.material.R$styleable: int[] ConstraintLayout_placeholder +cyanogenmod.providers.CMSettings$Secure: java.lang.String ADVANCED_REBOOT +wangdaye.com.geometricweather.location.utils.LocationException +androidx.preference.R$layout: int abc_expanded_menu_layout +com.loc.k: java.lang.String c +androidx.coordinatorlayout.R$attr: int layout_dodgeInsetEdges +android.didikee.donate.R$styleable: int AppCompatTheme_selectableItemBackgroundBorderless +androidx.customview.R$id +wangdaye.com.geometricweather.weather.json.mf.MfForecastV2Result$ForecastProperties$HourForecast: java.util.Date time +androidx.appcompat.R$attr: int popupWindowStyle +androidx.constraintlayout.widget.R$attr: int transitionDisable +android.didikee.donate.R$styleable: int ColorStateListItem_android_alpha +com.turingtechnologies.materialscrollbar.R$styleable: int[] BottomNavigationView +com.google.android.material.R$style: int Theme_MaterialComponents_Light_DarkActionBar +io.reactivex.internal.operators.mixed.ObservableSwitchMapMaybe$SwitchMapMaybeMainObserver: io.reactivex.disposables.Disposable upstream +androidx.preference.ListPreferenceDialogFragmentCompat +james.adaptiveicon.R$attr: int tintMode +com.google.android.material.R$attr: int elevationOverlayEnabled +androidx.work.R$dimen: int notification_content_margin_start +cyanogenmod.themes.ThemeManager: java.util.Set access$000(cyanogenmod.themes.ThemeManager) +cyanogenmod.weather.WeatherInfo$DayForecast: java.lang.String mKey +okhttp3.HttpUrl$Builder: int parsePort(java.lang.String,int,int) +com.turingtechnologies.materialscrollbar.R$styleable: int RecycleListView_paddingBottomNoButtons +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Sun +androidx.lifecycle.extensions.R$drawable: R$drawable() +com.jaredrummler.android.colorpicker.R$style: int Base_Theme_AppCompat_Dialog_Alert +com.google.android.material.R$styleable: int AppCompatSeekBar_tickMarkTintMode +cyanogenmod.weather.RequestInfo: boolean access$702(cyanogenmod.weather.RequestInfo,boolean) +androidx.constraintlayout.widget.R$attr: int actionButtonStyle +com.google.android.material.R$attr: int elevationOverlayColor +com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintBottom_toTopOf +wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_windowActionModeOverlay +androidx.constraintlayout.widget.R$styleable: int Transition_constraintSetEnd +com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_colorPresets +cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int FOGGY +com.jaredrummler.android.colorpicker.R$style: int Base_Animation_AppCompat_Dialog +com.google.gson.stream.JsonReader: com.google.gson.stream.JsonToken peek() +com.turingtechnologies.materialscrollbar.R$style: int TextAppearance_MaterialComponents_Overline +androidx.constraintlayout.widget.R$attr: int controlBackground +io.reactivex.internal.util.VolatileSizeArrayList: java.util.ListIterator listIterator(int) +androidx.swiperefreshlayout.R$id: int tag_accessibility_pane_title +wangdaye.com.geometricweather.R$attr: int cpv_color +com.google.android.material.bottomnavigation.BottomNavigationView: BottomNavigationView(android.content.Context) +com.google.android.material.R$string: int abc_capital_on +wangdaye.com.geometricweather.R$drawable: int shortcuts_thunder_foreground +wangdaye.com.geometricweather.R$dimen: int preference_dropdown_padding_start +wangdaye.com.geometricweather.R$attr: int contentInsetEndWithActions +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult: wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$LocalSource LocalSource +wangdaye.com.geometricweather.R$attr: int windowMinWidthMajor +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_MaterialCalendar_Day_Selected +com.google.android.material.R$styleable: int Toolbar_navigationContentDescription +com.google.android.material.R$string: int bottom_sheet_behavior +okhttp3.internal.http2.Http2Connection: long access$208(okhttp3.internal.http2.Http2Connection) +com.tencent.bugly.crashreport.crash.c: java.lang.Boolean x +io.reactivex.internal.operators.observable.ObservableWindow$WindowSkipObserver: boolean isDisposed() +okhttp3.MultipartBody$Part +android.support.v4.app.INotificationSideChannel$Stub: boolean setDefaultImpl(android.support.v4.app.INotificationSideChannel) +james.adaptiveicon.R$style: int Widget_AppCompat_Light_ActionBar_Solid +com.google.android.material.R$styleable: int AlertDialog_singleChoiceItemLayout +wangdaye.com.geometricweather.R$drawable: int notif_temp_120 +android.didikee.donate.R$style: int TextAppearance_AppCompat_Display4 +androidx.appcompat.R$styleable: int SearchView_voiceIcon +com.google.android.material.R$styleable: int ConstraintLayout_Layout_android_maxWidth +wangdaye.com.geometricweather.remoteviews.config.ClockDayDetailsWidgetConfigActivity: ClockDayDetailsWidgetConfigActivity() +androidx.constraintlayout.widget.R$style: int Base_V22_Theme_AppCompat_Light +androidx.core.R$styleable: int GradientColorItem_android_color +androidx.preference.R$style: int TextAppearance_AppCompat_Large_Inverse +com.google.android.material.R$dimen: int abc_text_size_display_1_material +io.reactivex.internal.operators.observable.ObservableDoFinally$DoFinallyObserver: boolean syncFused +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VFullPath: int getFillColor() +wangdaye.com.geometricweather.settings.fragments.AppearanceSettingsFragment: AppearanceSettingsFragment() +com.xw.repo.bubbleseekbar.R$attr: int measureWithLargestChild +okhttp3.internal.cache2.Relay$RelaySource: okio.Timeout timeout +com.tencent.bugly.crashreport.crash.jni.b: java.util.Map d(java.lang.String) +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: java.lang.String url +com.jaredrummler.android.colorpicker.R$styleable: int SearchView_searchHintIcon +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX speed +androidx.appcompat.R$styleable: int TextAppearance_android_textColorLink +com.google.android.material.R$id: int accessibility_custom_action_28 +io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: io.reactivex.disposables.Disposable upstream +com.turingtechnologies.materialscrollbar.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_SubmenuArrow +okio.SegmentedByteString: okio.ByteString sha256() +wangdaye.com.geometricweather.R$string: int gson +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$LocalSource: int Id +cyanogenmod.app.Profile$1: cyanogenmod.app.Profile createFromParcel(android.os.Parcel) +cyanogenmod.weather.CMWeatherManager$WeatherServiceProviderChangeListener +wangdaye.com.geometricweather.weather.json.accu.AccuDailyResult$DailyForecasts$Night$LocalSource: java.lang.String Name +com.jaredrummler.android.colorpicker.R$drawable: int abc_ic_star_black_36dp +com.turingtechnologies.materialscrollbar.R$id: int start +android.didikee.donate.R$styleable: int ActionBar_navigationMode +androidx.preference.R$style: int Base_ThemeOverlay_AppCompat_Dark +com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTextView_android_textAppearance +com.xw.repo.bubbleseekbar.R$attr: int switchTextAppearance +androidx.lifecycle.Lifecycle: Lifecycle() +james.adaptiveicon.R$attr: int dividerHorizontal +wangdaye.com.geometricweather.R$id: int widget_clock_day_clock_2_light +okhttp3.Request$Builder: okhttp3.Request$Builder tag(java.lang.Class,java.lang.Object) +androidx.viewpager.R$styleable: int GradientColor_android_gradientRadius +wangdaye.com.geometricweather.db.entities.DailyEntity: wangdaye.com.geometricweather.common.basic.models.weather.WindDegree daytimeWindDegree +cyanogenmod.app.IProfileManager$Stub: int TRANSACTION_isEnabled +okhttp3.internal.http1.Http1Codec$FixedLengthSource: Http1Codec$FixedLengthSource(okhttp3.internal.http1.Http1Codec,long) +com.google.android.material.floatingactionbutton.FloatingActionButton: android.graphics.drawable.Drawable getContentBackground() +com.jaredrummler.android.colorpicker.R$styleable: int Toolbar_menu +cyanogenmod.weather.ICMWeatherManager$Stub$Proxy: java.lang.String getInterfaceDescriptor() +androidx.appcompat.R$styleable: int AnimatedStateListDrawableCompat_android_dither +okhttp3.Headers: void checkName(java.lang.String) +com.google.gson.LongSerializationPolicy: com.google.gson.LongSerializationPolicy DEFAULT +okhttp3.internal.ws.RealWebSocket: void cancel() +wangdaye.com.geometricweather.R$id: int text +androidx.lifecycle.ComputableLiveData: java.util.concurrent.atomic.AtomicBoolean mComputing +cyanogenmod.platform.Manifest$permission: java.lang.String READ_MSIM_PHONE_STATE +cyanogenmod.app.CustomTile$RemoteExpandedStyle: CustomTile$RemoteExpandedStyle() +com.amap.api.location.AMapLocation: double b(com.amap.api.location.AMapLocation,double) +wangdaye.com.geometricweather.db.entities.AlertEntityDao$Properties: org.greenrobot.greendao.Property CityId +io.reactivex.internal.operators.observable.ObserverResourceWrapper: void onNext(java.lang.Object) +com.github.rahatarmanahmed.cpv.R$attr: int cpv_animAutostart +retrofit2.RequestFactory: RequestFactory(retrofit2.RequestFactory$Builder) +com.turingtechnologies.materialscrollbar.R$style: int Widget_AppCompat_ListPopupWindow +com.xw.repo.bubbleseekbar.R$styleable: int RecycleListView_paddingTopNoTitle +wangdaye.com.geometricweather.common.basic.models.weather.Precipitation: java.lang.Float getTotal() +okhttp3.RealCall: boolean forWebSocket +com.google.android.material.internal.NavigationMenuItemView: void setCheckable(boolean) +com.google.android.material.R$attr: int layout_constraintVertical_chainStyle +com.google.android.material.slider.RangeSlider: int getActiveThumbIndex() +okhttp3.CipherSuite: okhttp3.CipherSuite forJavaName(java.lang.String) +com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionBarDivider +wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Imperial: int UnitType +wangdaye.com.geometricweather.R$layout: int notification_template_part_chronometer +cyanogenmod.providers.CMSettings$Secure: boolean putStringForUser(android.content.ContentResolver,java.lang.String,java.lang.String,int) +androidx.viewpager.R$drawable: int notification_action_background +androidx.vectordrawable.R$id: int normal +com.google.android.material.textview.MaterialTextView: MaterialTextView(android.content.Context) +cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl: android.view.Window access$300(cyanogenmod.externalviews.KeyguardExternalViewProviderService$Provider$ProviderImpl) +androidx.constraintlayout.widget.R$styleable: int FontFamilyFont_android_fontWeight +androidx.preference.R$styleable: int[] AnimatedStateListDrawableItem +wangdaye.com.geometricweather.R$styleable: int ConstraintLayout_Layout_layout_constraintStart_toStartOf +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$CurrentBean$WindBean$SpeedBean: java.lang.String value +com.google.android.material.internal.FlowLayout: void setSingleLine(boolean) +android.didikee.donate.R$styleable: int AppCompatTheme_listPreferredItemPaddingEnd +com.turingtechnologies.materialscrollbar.R$drawable: int notification_icon_background +cyanogenmod.profiles.RingModeSettings: boolean mOverride +androidx.coordinatorlayout.widget.CoordinatorLayout$SavedState +androidx.constraintlayout.widget.R$styleable: int ConstraintSet_layout_constrainedHeight +com.jaredrummler.android.colorpicker.ColorPickerView: void setBorderColor(int) +wangdaye.com.geometricweather.R$id: int widget_clock_day_week_clock_aa_light +wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_ProgressIndicator_Circular_Indeterminate +androidx.preference.R$styleable: int SwitchPreferenceCompat_switchTextOff +com.google.android.material.R$attr: int growMode +cyanogenmod.weather.RequestInfo: int getTemperatureUnit() +com.turingtechnologies.materialscrollbar.R$styleable: int SearchView_queryHint +androidx.constraintlayout.widget.R$styleable: int Toolbar_android_gravity +androidx.appcompat.R$color: int dim_foreground_disabled_material_light +wangdaye.com.geometricweather.remoteviews.trend.WidgetItemView: void setBottomIconDrawable(android.graphics.drawable.Drawable) +com.github.rahatarmanahmed.cpv.R$integer: R$integer() +wangdaye.com.geometricweather.R$attr: int chipMinTouchTargetSize +androidx.appcompat.widget.AppCompatImageView: AppCompatImageView(android.content.Context,android.util.AttributeSet,int) +james.adaptiveicon.R$style: int Widget_AppCompat_Spinner_DropDown +com.google.android.material.R$attr: int titleMarginTop +okhttp3.Cache$1 +com.turingtechnologies.materialscrollbar.R$styleable: int BottomSheetBehavior_Layout_gestureInsetBottomIgnored +androidx.constraintlayout.widget.R$dimen: int abc_control_corner_material +android.didikee.donate.R$styleable: int AppCompatTheme_panelMenuListTheme +com.xw.repo.bubbleseekbar.R$styleable: int FontFamilyFont_android_fontVariationSettings +wangdaye.com.geometricweather.R$color: int error_color_material_dark +wangdaye.com.geometricweather.weather.json.accu.AccuAlertResult: int SourceId +android.didikee.donate.R$style: int Base_V21_Theme_AppCompat_Light_Dialog +wangdaye.com.geometricweather.R$attr: int sv_side +wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabView +io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver$OtherObserver: ObservableMergeWithCompletable$MergeWithObserver$OtherObserver(io.reactivex.internal.operators.observable.ObservableMergeWithCompletable$MergeWithObserver) +com.tencent.bugly.proguard.u: u(android.content.Context) +cyanogenmod.power.PerformanceManager: cyanogenmod.power.IPerformanceManager sService +retrofit2.http.Query +androidx.constraintlayout.widget.R$attr: int collapseContentDescription +androidx.appcompat.R$style: int Base_AlertDialog_AppCompat_Light +cyanogenmod.power.PerformanceManager: boolean setPowerProfile(int) +wangdaye.com.geometricweather.R$attr: int widgetLayout +com.google.android.material.R$styleable: int Slider_android_valueTo +io.reactivex.internal.disposables.ArrayCompositeDisposable: boolean setResource(int,io.reactivex.disposables.Disposable) +android.didikee.donate.R$style: int Base_Widget_AppCompat_Button_Small +wangdaye.com.geometricweather.R$styleable: int ActionBar_contentInsetRight +androidx.appcompat.R$attr: int expandActivityOverflowButtonDrawable +com.turingtechnologies.materialscrollbar.R$attr: int textColorSearchUrl +android.didikee.donate.R$dimen: int abc_dialog_list_padding_bottom_no_buttons +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean: java.lang.String getProvince() +androidx.appcompat.R$styleable: int SearchView_submitBackground +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Snow: java.lang.Integer fresh +androidx.appcompat.R$drawable: int notification_bg_low_pressed +wangdaye.com.geometricweather.R$color: int mtrl_text_btn_text_color_selector +io.reactivex.Observable: io.reactivex.Observable map(io.reactivex.functions.Function) +androidx.drawerlayout.R$dimen: int notification_content_margin_start +wangdaye.com.geometricweather.R$string: int bottomsheet_action_expand_halfway +androidx.constraintlayout.widget.R$style: int Base_Animation_AppCompat_Tooltip +com.tencent.bugly.crashreport.crash.anr.b: void c(boolean) +com.google.android.material.R$dimen: int mtrl_calendar_day_corner +cyanogenmod.os.Build$CM_VERSION_CODES: int BOYSENBERRY +wangdaye.com.geometricweather.db.entities.WeatherEntity: java.util.List hourlyEntityList +androidx.constraintlayout.widget.R$attr: int theme +wangdaye.com.geometricweather.db.entities.WeatherEntityDao$Properties: org.greenrobot.greendao.Property WindSpeed +cyanogenmod.app.CustomTile: cyanogenmod.app.CustomTile$ExpandedStyle expandedStyle +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$TemperatureBeanXX: int getStatus() +androidx.preference.R$dimen: int notification_large_icon_width +android.support.v4.os.ResultReceiver$1: android.support.v4.os.ResultReceiver createFromParcel(android.os.Parcel) +wangdaye.com.geometricweather.R$drawable: int notif_temp_41 +android.didikee.donate.R$style: int Base_TextAppearance_AppCompat_Widget_PopupMenu_Header +wangdaye.com.geometricweather.R$styleable: int ExtendedFloatingActionButton_Behavior_Layout_behavior_autoHide +cyanogenmod.os.Build$CM_VERSION_CODES: Build$CM_VERSION_CODES() +com.jaredrummler.android.colorpicker.ColorPreferenceCompat: ColorPreferenceCompat(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.R$styleable: int ActionBar_divider com.amap.api.location.AMapLocation: int v -androidx.hilt.R$dimen: int notification_action_text_size -wangdaye.com.geometricweather.db.entities.MinutelyEntityDao$Properties: org.greenrobot.greendao.Property Id -com.google.android.material.tabs.TabLayout: void setTabTextColors(android.content.res.ColorStateList) -com.tencent.bugly.proguard.ac: byte[] b(byte[]) -com.google.android.material.R$styleable: int Constraint_layout_constraintLeft_toRightOf -com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Large -wangdaye.com.geometricweather.R$string: int precipitation_rainstorm -okhttp3.Request: okhttp3.HttpUrl url() +androidx.preference.R$styleable: int AlertDialog_listItemLayout +wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$PointBean getPoint() +com.google.android.material.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabBar +okio.Okio$1: void close() +wangdaye.com.geometricweather.R$styleable: int Preference_enableCopying +android.didikee.donate.R$styleable: int DrawerArrowToggle_thickness +android.didikee.donate.R$styleable: int[] ActionBar +wangdaye.com.geometricweather.R$string: int feedback_background_location_title +androidx.appcompat.R$layout: int select_dialog_multichoice_material +android.didikee.donate.R$attr: int titleMarginBottom +androidx.lifecycle.LiveData: boolean hasObservers() +androidx.appcompat.R$styleable: int ButtonBarLayout_allowStacking +com.turingtechnologies.materialscrollbar.R$styleable: int DrawerArrowToggle_spinBars +androidx.preference.R$id: int accessibility_custom_action_8 +com.tencent.bugly.proguard.c: java.util.HashMap d +wangdaye.com.geometricweather.R$drawable: int ic_mold +androidx.constraintlayout.widget.R$attr: int triggerSlack +okhttp3.internal.http2.Http2Connection: long DEGRADED_PONG_TIMEOUT_NS +cyanogenmod.externalviews.KeyguardExternalView$8: boolean val$showing +com.tencent.bugly.crashreport.common.info.b: long l() +androidx.lifecycle.MediatorLiveData +com.google.android.material.R$drawable: int abc_item_background_holo_light +com.google.android.material.R$attr: int foregroundInsidePadding +androidx.vectordrawable.R$attr: int font +android.didikee.donate.R$style: int Base_Widget_AppCompat_Light_ActionBar_TabText +okhttp3.internal.http1.Http1Codec$ChunkedSource: void close() +com.google.android.material.R$layout: int support_simple_spinner_dropdown_item +com.jaredrummler.android.colorpicker.R$style: int Base_TextAppearance_AppCompat_SearchResult +okhttp3.internal.cache.CacheStrategy$Factory: long cacheResponseAge() +cyanogenmod.themes.IThemeService$Stub$Proxy: void requestThemeChangeUpdates(cyanogenmod.themes.IThemeChangeListener) +androidx.constraintlayout.widget.R$styleable: int KeyPosition_motionTarget +wangdaye.com.geometricweather.R$drawable: int ic_github +androidx.appcompat.widget.AppCompatImageView: void setImageResource(int) +okhttp3.OkHttpClient$Builder: okhttp3.Authenticator authenticator +wangdaye.com.geometricweather.R$layout: int dialog_minimal_icon +androidx.appcompat.widget.AppCompatMultiAutoCompleteTextView: void setBackgroundDrawable(android.graphics.drawable.Drawable) +androidx.constraintlayout.widget.R$id: int easeInOut +cyanogenmod.app.ILiveLockScreenChangeListener$Stub: cyanogenmod.app.ILiveLockScreenChangeListener asInterface(android.os.IBinder) +com.baidu.location.indoor.c: boolean add(java.lang.Object) +com.google.android.material.slider.BaseSlider: void addOnChangeListener(com.google.android.material.slider.BaseOnChangeListener) +androidx.lifecycle.ReportFragment$LifecycleCallbacks: void onActivityStarted(android.app.Activity) +com.google.android.material.appbar.MaterialToolbar: MaterialToolbar(android.content.Context,android.util.AttributeSet,int) +wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode[] values() +com.google.android.material.R$styleable: int ColorStateListItem_android_alpha com.turingtechnologies.materialscrollbar.R$styleable: int CollapsingToolbarLayout_expandedTitleMarginStart -com.xw.repo.bubbleseekbar.R$attr: int buttonBarStyle -androidx.constraintlayout.widget.R$attr: int region_heightLessThan -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver$InnerObserver: ObservableConcatMap$SourceObserver$InnerObserver(io.reactivex.Observer,io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver) -okhttp3.CacheControl$Builder: okhttp3.CacheControl$Builder noStore() -james.adaptiveicon.R$attr: int popupTheme -androidx.preference.R$string: int abc_searchview_description_voice -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_CompoundButton_Switch -retrofit2.http.POST: java.lang.String value() -cyanogenmod.app.CustomTile$ExpandedItem: void internalSetOnClickPendingIntent(android.app.PendingIntent) -io.reactivex.internal.operators.observable.ObservableFlatMap$MergeObserver: boolean checkTerminate() -com.xw.repo.bubbleseekbar.R$id: int action_bar_title -wangdaye.com.geometricweather.R$dimen: int mtrl_btn_corner_radius -androidx.constraintlayout.widget.R$attr: int constraints -james.adaptiveicon.R$attr: int listDividerAlertDialog -com.amap.api.location.AMapLocationClientOption$GeoLanguage: com.amap.api.location.AMapLocationClientOption$GeoLanguage EN -androidx.preference.R$style: int Base_Widget_AppCompat_ListView_DropDown -cyanogenmod.app.ICMTelephonyManager -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$PastHour -com.google.android.material.R$attr: int drawableTint -android.didikee.donate.R$styleable: int AppCompatTextView_drawableEndCompat -androidx.constraintlayout.widget.R$styleable: int Transform_android_rotationY -com.google.android.material.progressindicator.ProgressIndicator: android.graphics.drawable.Drawable getIndeterminateDrawable() -com.xw.repo.bubbleseekbar.R$dimen: int abc_text_size_large_material -wangdaye.com.geometricweather.R$styleable: int ThemeEnforcement_enforceMaterialTheme -android.didikee.donate.R$id: int list_item -io.reactivex.internal.disposables.EmptyDisposable: java.lang.Object poll() -androidx.appcompat.R$layout: int abc_screen_simple_overlay_action_mode -com.google.android.material.R$style: int TestThemeWithLineHeightDisabled -androidx.constraintlayout.widget.R$style: int Base_TextAppearance_AppCompat_Widget_ActionMode_Title -com.turingtechnologies.materialscrollbar.R$styleable: int[] View -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$RealFeelTemperatureShade$Imperial: double Value -com.google.android.material.internal.NavigationMenuItemView: void setMaxLines(int) -wangdaye.com.geometricweather.R$dimen: int mtrl_bottomappbar_fab_cradle_margin -okhttp3.internal.connection.RouteSelector$Selection: java.util.List getAll() -com.google.android.material.R$attr: int behavior_expandedOffset -com.turingtechnologies.materialscrollbar.R$attr: int behavior_hideable -wangdaye.com.geometricweather.common.basic.models.weather.HalfDay: wangdaye.com.geometricweather.common.basic.models.weather.Precipitation precipitation -wangdaye.com.geometricweather.R$styleable: int MaterialCheckBox_useMaterialThemeColors -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult: void setAqi(wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$AqiBeanXX) -wangdaye.com.geometricweather.R$styleable: int[] EditTextPreference -com.tencent.bugly.proguard.u: boolean c() -wangdaye.com.geometricweather.R$id: int activity_widget_config_hideLunarTitle -androidx.preference.R$dimen: int fastscroll_default_thickness -android.didikee.donate.R$color: int secondary_text_default_material_light -io.reactivex.Observable: io.reactivex.Observable timestamp(java.util.concurrent.TimeUnit,io.reactivex.Scheduler) -wangdaye.com.geometricweather.R$color: int material_on_surface_disabled -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX: wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WindBeanX$SpeedBeanX getSpeed() -com.github.rahatarmanahmed.cpv.R$styleable: int CircularProgressView_cpv_indeterminate -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_listDividerAlertDialog -okhttp3.Cookie$Builder: okhttp3.Cookie$Builder secure() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_80 -wangdaye.com.geometricweather.R$styleable: int[] ColorPanelView -com.turingtechnologies.materialscrollbar.R$attr: int listItemLayout -com.google.android.material.R$attr: int gestureInsetBottomIgnored -wangdaye.com.geometricweather.R$attr: int itemStrokeColor -com.google.android.material.R$styleable: int CollapsingToolbarLayout_expandedTitleTextAppearance -androidx.preference.R$string: int abc_action_bar_up_description -cyanogenmod.app.CustomTile$Builder: cyanogenmod.app.CustomTile$Builder setIcon(int) -androidx.preference.R$styleable: int AppCompatTheme_textAppearanceListItem -androidx.preference.R$style: int Widget_AppCompat_ActionButton -wangdaye.com.geometricweather.R$style: int GeometricWeatherTheme_AppbarPopupTheme -com.tencent.bugly.proguard.x: boolean a(java.lang.Class,java.lang.String,java.lang.Object[]) -androidx.preference.R$style: int RtlOverlay_Widget_AppCompat_PopupMenuItem_Shortcut -com.xw.repo.bubbleseekbar.R$string: int abc_searchview_description_submit -com.tencent.bugly.proguard.ah: void a(com.tencent.bugly.proguard.i) -retrofit2.ParameterHandler$Query -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX: CaiYunMainlyResult$ForecastHourlyBean$AqiBeanX() -com.google.android.material.R$styleable: int ConstraintLayout_Layout_flow_horizontalGap -androidx.core.R$style: R$style() -wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode: wangdaye.com.geometricweather.common.basic.models.weather.WeatherCode CLEAR -androidx.hilt.lifecycle.R$styleable: int[] FontFamily -androidx.appcompat.widget.AppCompatTextView: int getFirstBaselineToTopHeight() -com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatSeekBar_tickMarkTint -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$DewPoint$Imperial: AccuCurrentResult$DewPoint$Imperial() -androidx.preference.EditTextPreference$SavedState -wangdaye.com.geometricweather.R$style: int TextAppearance_AppCompat_Body1 -androidx.constraintlayout.widget.R$id: int parentRelative -com.jaredrummler.android.colorpicker.R$styleable: int ColorPreference_cpv_showColorShades -wangdaye.com.geometricweather.R$dimen: int material_clock_hand_center_dot_radius -wangdaye.com.geometricweather.R$styleable: int MaterialAlertDialogTheme_materialAlertDialogTheme -androidx.appcompat.R$styleable: int AppCompatTextView_autoSizeStepGranularity -james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Button -james.adaptiveicon.R$styleable: int AppCompatTheme_actionButtonStyle -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$Precip1hr$Metric: AccuCurrentResult$Precip1hr$Metric() -com.google.android.material.R$attr: int layoutDuringTransition -cyanogenmod.app.suggest.AppSuggestManager: java.util.List getSuggestions(android.content.Intent) -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$YesterdayBean: java.lang.String tempMin -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer getUvIndex() -androidx.preference.R$attr: int buttonTintMode -com.jaredrummler.android.colorpicker.R$attr: int listItemLayout -androidx.cardview.R$styleable: int CardView_cardMaxElevation -wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean: wangdaye.com.geometricweather.location.services.ip.BaiduIPLocationResult$ContentBean$AddressDetailBean address_detail -cyanogenmod.weather.WeatherLocation: java.lang.String access$402(cyanogenmod.weather.WeatherLocation,java.lang.String) -wangdaye.com.geometricweather.R$string: int feedback_custom_subtitle_keyword_xnw -okhttp3.internal.http2.Http2Stream: boolean hasResponseHeaders -com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getTrackInactiveTintList() -cyanogenmod.externalviews.ExternalView: void onActivityCreated(android.app.Activity,android.os.Bundle) -retrofit2.http.PartMap -okhttp3.TlsVersion: okhttp3.TlsVersion[] values() -com.jaredrummler.android.colorpicker.R$style: int ThemeOverlay_AppCompat_Dialog -wangdaye.com.geometricweather.R$drawable: int weather_cloudy_1 -androidx.appcompat.R$styleable: int TextAppearance_android_textFontWeight -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestInnerObserver: ObservableWithLatestFromMany$WithLatestInnerObserver(io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver,int) -android.didikee.donate.R$styleable: int AppCompatTextView_autoSizeMaxTextSize -androidx.viewpager.R$color -com.turingtechnologies.materialscrollbar.R$drawable: int ic_mtrl_chip_checked_black -androidx.customview.R$id: int action_container -android.didikee.donate.R$styleable: int AppCompatTextHelper_android_drawableLeft -retrofit2.KotlinExtensions$await$$inlined$suspendCancellableCoroutine$lambda$1: void invoke(java.lang.Throwable) -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver$OtherObserver: void onSuccess(java.lang.Object) -retrofit2.RequestFactory: java.lang.reflect.Method method -io.reactivex.internal.operators.observable.ObservableJoin$JoinDisposable: java.util.concurrent.atomic.AtomicReference error -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver: void onComplete() -wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$AqiBean$BrandInfoBean$BrandsBean: java.lang.String logo -wangdaye.com.geometricweather.R$anim: int fragment_open_exit -retrofit2.Retrofit: retrofit2.ServiceMethod loadServiceMethod(java.lang.reflect.Method) -com.google.android.material.R$styleable: int ConstraintLayout_Layout_layout_constraintCircleRadius -io.reactivex.internal.operators.observable.ObservableConcatMap$SourceObserver: long serialVersionUID -wangdaye.com.geometricweather.common.ui.widgets.trend.chart.DoubleHistogramView: int getMarginBottom() -androidx.constraintlayout.widget.R$id: int customPanel -wangdaye.com.geometricweather.db.entities.DaoSession: wangdaye.com.geometricweather.db.entities.ChineseCityEntityDao chineseCityEntityDao -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$ApparentTemperature$Imperial: int UnitType -com.tencent.bugly.proguard.y: void a(java.lang.String,java.lang.String,java.lang.Throwable) -wangdaye.com.geometricweather.R$color: int abc_search_url_text_selected -cyanogenmod.providers.WeatherContract$WeatherColumns$WeatherCode: int WEATHER_CODE_MIN -james.adaptiveicon.R$attr: int fontProviderCerts -wangdaye.com.geometricweather.db.entities.HourlyEntity: java.lang.Float thunderstormPrecipitation -james.adaptiveicon.R$styleable: int MenuView_android_headerBackground -wangdaye.com.geometricweather.R$styleable: int[] ConstraintLayout_Layout -com.jaredrummler.android.colorpicker.R$style: int Base_V7_ThemeOverlay_AppCompat_Dialog -androidx.drawerlayout.R$style -com.turingtechnologies.materialscrollbar.R$styleable: int LinearLayoutCompat_Layout_android_layout_weight -com.google.android.material.R$attr: int hideOnContentScroll -androidx.preference.R$id: int accessibility_custom_action_3 -com.turingtechnologies.materialscrollbar.R$id: int unlabeled -androidx.lifecycle.extensions.R$id: int text -okio.RealBufferedSink$1: RealBufferedSink$1(okio.RealBufferedSink) -android.support.v4.os.ResultReceiver$1: java.lang.Object createFromParcel(android.os.Parcel) -com.google.android.material.R$id: int material_label -wangdaye.com.geometricweather.R$drawable: int ic_cold -com.jaredrummler.android.colorpicker.R$id: int action_menu_divider -wangdaye.com.geometricweather.R$style: int Theme_MaterialComponents_DayNight_Dialog_MinWidth_Bridge -androidx.preference.R$dimen: int notification_big_circle_margin -james.adaptiveicon.R$attr: int windowFixedHeightMajor -androidx.appcompat.R$styleable: int AlertDialog_android_layout -wangdaye.com.geometricweather.R$color: int mtrl_btn_stroke_color_selector -androidx.preference.R$string: int abc_searchview_description_submit -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast$Humidity -androidx.hilt.work.R$layout: R$layout() -io.reactivex.Observable: io.reactivex.disposables.Disposable subscribe(io.reactivex.functions.Consumer,io.reactivex.functions.Consumer,io.reactivex.functions.Action) -com.google.android.material.R$attr: int windowActionModeOverlay -cyanogenmod.providers.ThemesContract$ThemesColumns: java.lang.String MODIFIES_STATUS_BAR -io.reactivex.internal.operators.observable.ObservableWithLatestFromMany$WithLatestFromObserver: io.reactivex.functions.Function combiner -com.xw.repo.bubbleseekbar.R$id: int right_side -com.turingtechnologies.materialscrollbar.R$id: int search_src_text -com.google.android.material.R$id: int customPanel -androidx.hilt.work.R$drawable: int notification_icon_background -com.xw.repo.bubbleseekbar.R$style: int Platform_Widget_AppCompat_Spinner -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_actionModeCloseDrawable -com.jaredrummler.android.colorpicker.R$dimen: int item_touch_helper_swipe_escape_velocity -io.reactivex.internal.operators.observable.ObservableTimer$TimerObserver: io.reactivex.Observer downstream -androidx.lifecycle.Lifecycle$Event -cyanogenmod.providers.CMSettings: java.lang.String CALL_METHOD_PUT_SYSTEM -androidx.appcompat.R$styleable: int AppCompatSeekBar_tickMarkTintMode -androidx.viewpager.widget.PagerTabStrip: PagerTabStrip(android.content.Context) -wangdaye.com.geometricweather.R$anim: int mtrl_bottom_sheet_slide_in -okhttp3.Cache$Entry: java.lang.String RECEIVED_MILLIS -androidx.preference.R$color: int material_blue_grey_800 -androidx.core.R$drawable: int notification_icon_background -com.turingtechnologies.materialscrollbar.R$animator: int design_fab_show_motion_spec -wangdaye.com.geometricweather.R$id: int container_main_header_aqiOrWindTxt -androidx.viewpager2.R$id: int tag_accessibility_heading -com.turingtechnologies.materialscrollbar.R$attr: int tabPadding -com.bumptech.glide.R$attr: int fontProviderPackage -com.google.android.material.R$styleable: int Constraint_layout_constraintBottom_creator -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_buttonStyle -wangdaye.com.geometricweather.R$layout: int abc_popup_menu_item_layout -com.turingtechnologies.materialscrollbar.R$dimen: int tooltip_precise_anchor_extra_offset -androidx.appcompat.resources.R$attr: int font -james.adaptiveicon.R$attr: int searchIcon -io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver$SwitchMapInnerObserver: io.reactivex.internal.operators.mixed.ObservableSwitchMapCompletable$SwitchMapCompletableObserver parent -wangdaye.com.geometricweather.R$id: int container_main_sun_moon_sunrise_sunset -okhttp3.internal.cache2.Relay$RelaySource -com.google.android.material.bottomnavigation.BottomNavigationView: void setItemBackground(android.graphics.drawable.Drawable) -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$TemperatureSummary$Past12HourRange$Maximum$Metric: double Value -com.google.android.material.R$drawable: int notification_tile_bg -okhttp3.internal.tls.DistinguishedNameParser: int getByte(int) -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_flow_horizontalBias -androidx.legacy.coreutils.R$id: int text -androidx.appcompat.R$style: int Base_Widget_AppCompat_ListView -androidx.constraintlayout.widget.R$id: int right -com.bumptech.glide.load.engine.GlideException: GlideException(java.lang.String) -wangdaye.com.geometricweather.weather.json.mf.MfRainResult$Position: MfRainResult$Position() -com.jaredrummler.android.colorpicker.R$styleable: int TextAppearance_android_textColorLink -wangdaye.com.geometricweather.weather.json.accu.AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial: AccuCurrentResult$PrecipitationSummary$Past18Hours$Imperial() -io.reactivex.internal.operators.flowable.FlowableOnBackpressureDrop$BackpressureDropSubscriber: io.reactivex.functions.Consumer onDrop -cyanogenmod.app.CustomTile$Builder: int mIcon -com.xw.repo.bubbleseekbar.R$layout: int abc_action_menu_item_layout -james.adaptiveicon.R$style: int Base_Widget_AppCompat_Button_Colored -cyanogenmod.providers.WeatherContract$WeatherColumns: java.lang.String CURRENT_CONDITION -com.google.android.material.R$styleable: int AppCompatTextView_textAllCaps -androidx.preference.R$style: int Base_V26_Widget_AppCompat_Toolbar -cyanogenmod.themes.ThemeManager: void onClientDestroyed(cyanogenmod.themes.ThemeManager$ThemeChangeListener) -wangdaye.com.geometricweather.weather.json.cn.CNWeatherResult$HourlyForecast: java.lang.String hour -androidx.lifecycle.SavedStateHandleController: java.lang.String TAG_SAVED_STATE_HANDLE_CONTROLLER -com.xw.repo.bubbleseekbar.R$drawable: int abc_btn_radio_material -wangdaye.com.geometricweather.R$attr: int checkedIconVisible -com.jaredrummler.android.colorpicker.R$drawable: int abc_spinner_mtrl_am_alpha -com.xw.repo.bubbleseekbar.R$styleable: int AppCompatTheme_popupMenuStyle -com.turingtechnologies.materialscrollbar.R$color: int abc_btn_colored_borderless_text_material -wangdaye.com.geometricweather.R$attr: int mock_showDiagonals -com.turingtechnologies.materialscrollbar.R$dimen: int compat_button_padding_vertical_material -wangdaye.com.geometricweather.R$drawable: int notif_temp_102 -okio.RealBufferedSource: okio.Timeout timeout() -com.tencent.bugly.proguard.y$a: java.io.File a(com.tencent.bugly.proguard.y$a) -io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver -androidx.appcompat.widget.ActionBarOverlayLayout: void setHideOnContentScrollEnabled(boolean) -wangdaye.com.geometricweather.R$attr: int growMode -androidx.constraintlayout.helper.widget.Flow: void setHorizontalAlign(int) -okio.BufferedSource: int readInt() -com.bumptech.glide.integration.okhttp.R$dimen: int notification_action_icon_size -okio.BufferedSource: byte readByte() -androidx.lifecycle.extensions.R$drawable: int notification_bg_normal -androidx.constraintlayout.widget.R$styleable: int ConstraintSet_android_minWidth -wangdaye.com.geometricweather.common.ui.widgets.InkPageIndicator: android.graphics.Path getRetreatingJoinPath() -androidx.appcompat.R$style: int Widget_AppCompat_ActionMode -cyanogenmod.weatherservice.IWeatherProviderService: void processWeatherUpdateRequest(cyanogenmod.weather.RequestInfo) -com.tencent.bugly.proguard.y: void a(boolean) -com.tencent.bugly.crashreport.common.info.AppInfo: android.content.pm.PackageInfo b(android.content.Context) -com.turingtechnologies.materialscrollbar.R$id: int visible -wangdaye.com.geometricweather.db.entities.WeatherEntity: java.lang.Integer degreeDayTemperature -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Integer treeIndex -wangdaye.com.geometricweather.R$style: int Base_Widget_AppCompat_PopupWindow -com.jaredrummler.android.colorpicker.R$styleable: int AppCompatTheme_toolbarNavigationButtonStyle -androidx.constraintlayout.widget.R$attr: int popupMenuStyle -com.google.android.material.R$styleable: int Chip_shapeAppearanceOverlay -io.reactivex.internal.operators.observable.ObservableCreate$SerializedEmitter: void onNext(java.lang.Object) -com.jaredrummler.android.colorpicker.R$layout: int preference_dropdown_material -com.google.gson.FieldNamingPolicy$1: java.lang.String translateName(java.lang.reflect.Field) -androidx.appcompat.widget.SearchView: void setQueryHint(java.lang.CharSequence) -wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_goneMarginTop -com.google.android.material.button.MaterialButtonToggleGroup: MaterialButtonToggleGroup(android.content.Context,android.util.AttributeSet) -com.xw.repo.bubbleseekbar.R$style: int Widget_AppCompat_AutoCompleteTextView -com.xw.repo.bubbleseekbar.R$styleable: int SearchView_submitBackground -com.turingtechnologies.materialscrollbar.R$styleable: int ViewStubCompat_android_inflatedId -com.turingtechnologies.materialscrollbar.R$color: int abc_tint_btn_checkable -cyanogenmod.profiles.RingModeSettings: java.lang.String RING_MODE_MUTE -com.google.android.material.textfield.TextInputLayout: void setPrefixTextColor(android.content.res.ColorStateList) -com.google.android.material.radiobutton.MaterialRadioButton: android.content.res.ColorStateList getMaterialThemeColorsTintList() -wangdaye.com.geometricweather.R$id: int FUNCTION -wangdaye.com.geometricweather.R$layout: int mtrl_layout_snackbar -com.google.android.material.R$styleable: int FloatingActionButton_useCompatPadding -com.google.android.material.R$style: int Theme_MaterialComponents_NoActionBar -com.google.android.material.R$styleable: int TextInputLayout_endIconTintMode -okhttp3.internal.ws.WebSocketWriter$FrameSink: okio.Timeout timeout() -wangdaye.com.geometricweather.R$drawable: int notif_temp_neg_128 -androidx.preference.R$dimen: int abc_text_size_small_material -com.tencent.bugly.crashreport.crash.CrashDetailBean: java.lang.String V -wangdaye.com.geometricweather.weather.json.accu.AccuLocationResult$GeoPosition$Elevation$Metric: AccuLocationResult$GeoPosition$Elevation$Metric() -androidx.transition.R$styleable: int FontFamilyFont_android_fontWeight -wangdaye.com.geometricweather.R$string: int thunderstorm -io.reactivex.internal.operators.observable.ObservableMergeWithMaybe$MergeWithObserver: long serialVersionUID -com.tencent.bugly.crashreport.crash.CrashDetailBean: boolean k -androidx.hilt.lifecycle.R$dimen: int compat_button_padding_horizontal_material -android.didikee.donate.R$style: int Widget_AppCompat_ActivityChooserView -james.adaptiveicon.R$string: int abc_searchview_description_clear -com.google.android.material.imageview.ShapeableImageView: void setShapeAppearanceModel(com.google.android.material.shape.ShapeAppearanceModel) -io.reactivex.internal.util.EmptyComponent: void onSuccess(java.lang.Object) -com.google.android.material.slider.Slider: int getThumbRadius() -james.adaptiveicon.R$attr: int subtitle -okhttp3.internal.cache.DiskLruCache: int appVersion -com.google.android.material.R$dimen: int mtrl_textinput_box_stroke_width_default -okhttp3.Protocol: okhttp3.Protocol SPDY_3 -androidx.hilt.lifecycle.R$drawable: int notification_tile_bg -androidx.appcompat.R$styleable: int View_android_theme -cyanogenmod.externalviews.IExternalViewProvider$Stub: android.os.IBinder asBinder() -com.google.android.material.R$color: int dim_foreground_disabled_material_light -com.tencent.bugly.proguard.k: void a(com.tencent.bugly.proguard.j) -com.turingtechnologies.materialscrollbar.R$styleable: R$styleable() -wangdaye.com.geometricweather.R$styleable: int TextInputLayout_errorIconDrawable -com.xw.repo.bubbleseekbar.R$style: int Base_Widget_AppCompat_Button_Colored -androidx.vectordrawable.animated.R$layout: R$layout() -androidx.constraintlayout.widget.R$attr: int subtitleTextAppearance -io.reactivex.internal.operators.observable.ObservableSwitchMap$SwitchMapObserver: io.reactivex.Observer downstream -com.xw.repo.bubbleseekbar.R$style: int Base_V21_Theme_AppCompat_Light_Dialog -com.google.android.material.progressindicator.ProgressIndicator: void setCircularRadius(int) -androidx.work.impl.utils.futures.AbstractFuture: java.lang.Object value -com.bumptech.glide.R$drawable: int notification_bg_low_normal -androidx.appcompat.R$style: int Base_DialogWindowTitle_AppCompat -james.adaptiveicon.R$drawable: int abc_ic_ab_back_material -wangdaye.com.geometricweather.R$id: int item_about_header_appName -com.tencent.bugly.crashreport.common.info.a: java.lang.Boolean x() -com.google.android.material.R$styleable: int ConstraintSet_layout_goneMarginTop -androidx.vectordrawable.R$id: int accessibility_custom_action_17 -james.adaptiveicon.R$styleable: int[] ActionMenuItemView -com.jaredrummler.android.colorpicker.R$color: int secondary_text_disabled_material_dark -okhttp3.internal.http.RetryAndFollowUpInterceptor: boolean canceled -android.didikee.donate.R$style: int Widget_AppCompat_Toolbar_Button_Navigation -androidx.preference.R$styleable: int View_paddingEnd -wangdaye.com.geometricweather.R$style: int Widget_MaterialComponents_AppBarLayout_Surface -com.google.android.material.R$attr: int waveShape -wangdaye.com.geometricweather.R$styleable: int Toolbar_android_gravity -androidx.constraintlayout.widget.R$color: int primary_material_dark -com.tencent.bugly.crashreport.biz.b: int c -com.turingtechnologies.materialscrollbar.R$attr: int editTextColor -androidx.lifecycle.ReportFragment: void setProcessListener(androidx.lifecycle.ReportFragment$ActivityInitializationListener) -wangdaye.com.geometricweather.R$id: R$id() -wangdaye.com.geometricweather.remoteviews.config.WeekWidgetConfigActivity -cyanogenmod.power.PerformanceManagerInternal: void activityResumed(android.content.Intent) -androidx.vectordrawable.animated.R$drawable: int notification_icon_background -wangdaye.com.geometricweather.db.entities.DailyEntity: java.lang.Float no2 -io.reactivex.internal.operators.observable.ObservableDebounceTimed$DebounceEmitter: boolean isDisposed() -wangdaye.com.geometricweather.R$styleable: int AppCompatTheme_actionBarTabBarStyle -com.google.android.material.R$color: int mtrl_card_view_foreground -com.google.android.gms.common.server.response.zak -com.google.android.material.R$attr: int singleChoiceItemLayout -wangdaye.com.geometricweather.R$color: int design_error -io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver: ObservableSwitchMapSingle$SwitchMapSingleMainObserver$SwitchMapSingleObserver(io.reactivex.internal.operators.mixed.ObservableSwitchMapSingle$SwitchMapSingleMainObserver) -com.google.android.material.R$styleable: int Constraint_motionProgress -com.amap.api.fence.GeoFence: int STATUS_IN -androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type: androidx.constraintlayout.solver.widgets.ConstraintAnchor$Type CENTER_X -cyanogenmod.app.CustomTile$Builder: java.lang.String mLabel -com.google.gson.stream.JsonWriter: boolean isLenient() -android.didikee.donate.R$attr: int showAsAction -com.google.android.material.R$attr: int state_dragged -wangdaye.com.geometricweather.weather.json.atmoaura.AtmoAuraQAResult: AtmoAuraQAResult() -wangdaye.com.geometricweather.R$color: int mtrl_chip_ripple_color -okhttp3.internal.cache2.Relay$RelaySource: Relay$RelaySource(okhttp3.internal.cache2.Relay) -james.adaptiveicon.R$styleable: int Toolbar_buttonGravity -okhttp3.internal.platform.Platform: java.util.logging.Logger logger -wangdaye.com.geometricweather.R$styleable: int Transition_android_id -androidx.constraintlayout.widget.R$style: int Widget_AppCompat_ActionMode -androidx.preference.R$dimen: int abc_action_bar_icon_vertical_padding_material -cyanogenmod.providers.DataUsageContract: java.lang.String DATAUSAGE_AUTHORITY -androidx.constraintlayout.widget.Barrier: void setAllowsGoneWidget(boolean) -com.google.android.material.R$styleable: int ActionBar_contentInsetLeft -wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$DailyForecast -com.jaredrummler.android.colorpicker.R$attr: int actionBarTabStyle -james.adaptiveicon.R$attr: int controlBackground -okhttp3.logging.LoggingEventListener: void connectionReleased(okhttp3.Call,okhttp3.Connection) -androidx.preference.R$styleable: int[] AnimatedStateListDrawableTransition -james.adaptiveicon.R$attr: int checkboxStyle -androidx.constraintlayout.widget.R$layout: int abc_activity_chooser_view -wangdaye.com.geometricweather.R$dimen: int abc_text_size_menu_header_material -com.google.android.gms.common.SignInButton: void setEnabled(boolean) -com.jaredrummler.android.colorpicker.R$styleable: int ActionBar_subtitle -wangdaye.com.geometricweather.R$drawable: int notif_temp_49 -cyanogenmod.app.PartnerInterface: android.content.Context mContext -james.adaptiveicon.R$dimen: R$dimen() -androidx.fragment.R$styleable: int GradientColorItem_android_offset -com.google.android.material.slider.BaseSlider: android.content.res.ColorStateList getHaloTintList() +wangdaye.com.geometricweather.common.ui.widgets.trend.item.AbsTrendItemView: wangdaye.com.geometricweather.common.ui.widgets.trend.chart.AbsChartItemView getChartItemView() +com.google.android.material.slider.RangeSlider: RangeSlider(android.content.Context,android.util.AttributeSet,int) +com.turingtechnologies.materialscrollbar.R$styleable: int AppCompatTheme_android_windowIsFloating +android.didikee.donate.R$style: int Theme_AppCompat_DayNight_Dialog_Alert +androidx.constraintlayout.widget.R$drawable: int abc_ic_menu_copy_mtrl_am_alpha +androidx.appcompat.widget.DropDownListView: void setSelector(android.graphics.drawable.Drawable) +androidx.appcompat.R$layout: int abc_action_menu_item_layout +james.adaptiveicon.R$style: int Widget_AppCompat_Spinner_Underlined +androidx.preference.R$attr: int preferenceInformationStyle +wangdaye.com.geometricweather.common.basic.models.weather.Weather: wangdaye.com.geometricweather.common.basic.models.weather.Current current +androidx.vectordrawable.graphics.drawable.VectorDrawableCompat$VGroup: java.lang.String getGroupName() +com.google.android.material.tabs.TabLayout: void setTabRippleColorResource(int) +androidx.activity.R$drawable: int notification_tile_bg +cyanogenmod.weather.RequestInfo: cyanogenmod.weather.WeatherLocation access$402(cyanogenmod.weather.RequestInfo,cyanogenmod.weather.WeatherLocation) +com.jaredrummler.android.colorpicker.R$layout: int abc_alert_dialog_title_material +retrofit2.HttpServiceMethod$SuspendForBody: boolean isNullable +cyanogenmod.providers.ThemesContract$ThemesColumns$InstallState: int INSTALLING +wangdaye.com.geometricweather.R$drawable: int ic_mtrl_chip_checked_black +wangdaye.com.geometricweather.db.entities.DailyEntity: void setNighttimeWeatherText(java.lang.String) +wangdaye.com.geometricweather.R$dimen: int abc_dropdownitem_icon_width +okio.RealBufferedSource$1: int read() +com.turingtechnologies.materialscrollbar.R$attr: int closeIconEnabled +androidx.constraintlayout.widget.R$styleable: int[] ImageFilterView +androidx.preference.R$drawable: int abc_ic_star_half_black_48dp +wangdaye.com.geometricweather.db.entities.WeatherEntity: void setRainPrecipitation(java.lang.Float) +wangdaye.com.geometricweather.weather.json.mf.MfHistoryResult$History$Temperature: java.lang.Float windChill +wangdaye.com.geometricweather.weather.json.caiyun.CaiYunMainlyResult$ForecastDailyBean$WeatherBean: int status +wangdaye.com.geometricweather.R$dimen: int current_weather_icon_size +com.google.android.material.progressindicator.ProgressIndicator: void setProgress(int) +cyanogenmod.weather.WeatherInfo$Builder: double mWindDirection +androidx.vectordrawable.R$attr: int ttcIndex +wangdaye.com.geometricweather.R$drawable: int cpv_alpha +com.amap.api.location.AMapLocationClientOption: long SCAN_WIFI_INTERVAL +io.reactivex.internal.operators.observable.ObservableReplay$InnerDisposable: io.reactivex.internal.operators.observable.ObservableReplay$ReplayObserver parent +androidx.recyclerview.widget.RecyclerView: androidx.recyclerview.widget.RecyclerView$RecycledViewPool getRecycledViewPool() +cyanogenmod.platform.Manifest$permission: java.lang.String MODIFY_SOUND_SETTINGS +cyanogenmod.app.BaseLiveLockManagerService: java.lang.String TAG +wangdaye.com.geometricweather.common.basic.models.options.unit.RelativeHumidityUnit +cyanogenmod.profiles.StreamSettings: boolean isOverride() +androidx.constraintlayout.widget.Guideline: Guideline(android.content.Context) +wangdaye.com.geometricweather.common.basic.models.weather.Weather: wangdaye.com.geometricweather.common.basic.models.weather.History getYesterday() +okhttp3.internal.http1.Http1Codec$ChunkedSink +cyanogenmod.weather.IWeatherServiceProviderChangeListener$Stub$Proxy +androidx.appcompat.widget.ContentFrameLayout: void setAttachListener(androidx.appcompat.widget.ContentFrameLayout$OnAttachListener) +wangdaye.com.geometricweather.R$styleable: int TabLayout_tabPaddingStart +com.xw.repo.bubbleseekbar.R$style: int TextAppearance_AppCompat_Headline +com.google.android.material.textfield.TextInputLayout: void setTypeface(android.graphics.Typeface) +wangdaye.com.geometricweather.R$style: int Base_TextAppearance_AppCompat_Title +androidx.viewpager.R$drawable: int notification_template_icon_bg +com.google.android.material.R$styleable: int KeyTimeCycle_waveDecay +com.google.android.gms.common.server.converter.StringToIntConverter +wangdaye.com.geometricweather.R$styleable: int CoordinatorLayout_statusBarBackground +wangdaye.com.geometricweather.R$id: int accessibility_custom_action_31 +com.xw.repo.bubbleseekbar.R$layout: int abc_popup_menu_item_layout +wangdaye.com.geometricweather.R$drawable: int ic_email +cyanogenmod.weather.WeatherInfo$Builder: int mConditionCode +wangdaye.com.geometricweather.R$styleable: int ConstraintSet_layout_constraintHorizontal_bias +com.xw.repo.bubbleseekbar.R$styleable: int Toolbar_android_minHeight +android.didikee.donate.R$style: int Widget_AppCompat_SeekBar +james.adaptiveicon.R$attr: int fontWeight +com.xw.repo.bubbleseekbar.R$attr: int actionModeBackground +wangdaye.com.geometricweather.R$id: int enterAlways +androidx.preference.R$styleable: int MenuView_android_itemBackground +androidx.activity.R$styleable: R$styleable() +com.jaredrummler.android.colorpicker.R$styleable: int DialogPreference_android_dialogLayout +androidx.constraintlayout.widget.R$attr: int layout_goneMarginTop +james.adaptiveicon.R$dimen: int abc_action_bar_content_inset_material +androidx.appcompat.R$styleable: int[] StateListDrawableItem +com.jaredrummler.android.colorpicker.R$attr: int icon +com.tencent.bugly.crashreport.crash.jni.NativeCrashHandler: boolean putNativeKeyValue(java.lang.String,java.lang.String) +wangdaye.com.geometricweather.common.basic.models.weather.Current: java.lang.Integer dewPoint +android.didikee.donate.R$drawable: int abc_spinner_mtrl_am_alpha +okhttp3.internal.tls.OkHostnameVerifier: boolean verifyIpAddress(java.lang.String,java.security.cert.X509Certificate) +androidx.lifecycle.Lifecycle$State: androidx.lifecycle.Lifecycle$State CREATED +io.reactivex.internal.operators.observable.ObservableSampleTimed$SampleTimedObserver: ObservableSampleTimed$SampleTimedObserver(io.reactivex.Observer,long,java.util.concurrent.TimeUnit,io.reactivex.Scheduler) +android.didikee.donate.R$integer: int cancel_button_image_alpha +androidx.constraintlayout.widget.R$color: int abc_btn_colored_borderless_text_material +wangdaye.com.geometricweather.R$drawable: int notification_action_background +androidx.constraintlayout.widget.R$drawable: int abc_ic_menu_selectall_mtrl_alpha +wangdaye.com.geometricweather.R$styleable: int KeyTrigger_onPositiveCross +okio.RealBufferedSink$1: java.lang.String toString() +io.reactivex.internal.operators.observable.ObservableSampleWithObservable$SampleMainObserver: io.reactivex.ObservableSource sampler +androidx.transition.R$id: int info +com.xw.repo.bubbleseekbar.R$styleable: int MenuItem_android_alphabeticShortcut +cyanogenmod.providers.CMSettings$Secure: long getLong(android.content.ContentResolver,java.lang.String,long) +com.google.android.material.internal.VisibilityAwareImageButton: VisibilityAwareImageButton(android.content.Context) +android.didikee.donate.R$style: int Base_Theme_AppCompat_Light_Dialog +io.reactivex.observers.TestObserver$EmptyObserver: io.reactivex.observers.TestObserver$EmptyObserver[] values() +androidx.coordinatorlayout.R$styleable: int FontFamilyFont_fontVariationSettings +james.adaptiveicon.R$attr: int actionModePopupWindowStyle +androidx.appcompat.widget.SearchView$SearchAutoComplete: SearchView$SearchAutoComplete(android.content.Context) +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarTheme +okhttp3.Address: java.util.List protocols() +wangdaye.com.geometricweather.weather.json.mf.MfForecastResult$Forecast$Wind: java.lang.String icon +androidx.appcompat.R$attr: int contentDescription +com.google.android.material.R$styleable: int ActionBar_popupTheme +androidx.transition.R$dimen: int notification_right_icon_size +wangdaye.com.geometricweather.R$styleable: int LinearLayoutCompat_measureWithLargestChild +com.turingtechnologies.materialscrollbar.R$dimen: int mtrl_btn_text_btn_icon_padding +androidx.constraintlayout.widget.R$attr: int textAppearanceSearchResultTitle +wangdaye.com.geometricweather.R$dimen: int widget_aa_text_size +okhttp3.internal.ws.WebSocketWriter: void writeMessageFrame(int,long,boolean,boolean) +android.didikee.donate.R$styleable: int AppCompatTheme_textAppearanceListItem +androidx.appcompat.R$styleable: int AppCompatTheme_listPreferredItemPaddingRight +android.didikee.donate.R$styleable: int AppCompatTheme_actionBarTabBarStyle +wangdaye.com.geometricweather.R$dimen: int widget_subtitle_text_size +com.google.gson.stream.JsonToken +com.google.android.material.R$styleable: int Badge_badgeGravity +androidx.constraintlayout.widget.R$styleable: int Layout_maxHeight +io.reactivex.internal.schedulers.ExecutorScheduler$ExecutorWorker$InterruptibleRunnable: java.lang.Thread thread +androidx.cardview.R$attr: int contentPaddingLeft +androidx.constraintlayout.widget.R$styleable: int AppCompatTheme_actionBarSplitStyle +androidx.viewpager2.R$id: int dialog_button +okhttp3.internal.http2.Http2Connection$ReaderRunnable: void alternateService(int,java.lang.String,okio.ByteString,java.lang.String,int,long) +com.bumptech.glide.R$id: int async +okhttp3.internal.cache.DiskLruCache$Editor: void commit() +com.google.android.material.R$color: int secondary_text_default_material_dark +cyanogenmod.app.BaseLiveLockManagerService$1: cyanogenmod.app.BaseLiveLockManagerService this$0 +io.reactivex.internal.operators.observable.BlockingObservableIterable$BlockingObservableIterator: io.reactivex.internal.queue.SpscLinkedArrayQueue queue +android.didikee.donate.R$attr: int actionModeSelectAllDrawable +james.adaptiveicon.R$style: int Base_TextAppearance_AppCompat_Light_Widget_PopupMenu_Small +cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl: android.view.WindowManager$LayoutParams access$300(cyanogenmod.externalviews.ExternalViewProviderService$Provider$ProviderImpl) +com.google.android.material.button.MaterialButton: void setIcon(android.graphics.drawable.Drawable) +androidx.appcompat.R$styleable: int Toolbar_contentInsetRight diff --git a/release/3.000/mapping/pubRelease/usage.txt b/release/3.001/mapping/pubRelease/usage.txt similarity index 100% rename from release/3.000/mapping/pubRelease/usage.txt rename to release/3.001/mapping/pubRelease/usage.txt diff --git a/release/3.000/pub/release/GeometricWeather 3.000_pub.apk b/release/3.001/pub/release/GeometricWeather 3.001_pub.apk similarity index 75% rename from release/3.000/pub/release/GeometricWeather 3.000_pub.apk rename to release/3.001/pub/release/GeometricWeather 3.001_pub.apk index 4155d482a..b6c59eea1 100644 Binary files a/release/3.000/pub/release/GeometricWeather 3.000_pub.apk and b/release/3.001/pub/release/GeometricWeather 3.001_pub.apk differ diff --git a/release/3.000/pub/release/output-metadata.json b/release/3.001/pub/release/output-metadata.json similarity index 69% rename from release/3.000/pub/release/output-metadata.json rename to release/3.001/pub/release/output-metadata.json index 00169d16f..2ef51eb1c 100644 --- a/release/3.000/pub/release/output-metadata.json +++ b/release/3.001/pub/release/output-metadata.json @@ -10,9 +10,9 @@ { "type": "SINGLE", "filters": [], - "versionCode": 30000, - "versionName": "3.000_pub", - "outputFile": "GeometricWeather 3.000_pub.apk" + "versionCode": 30001, + "versionName": "3.001_pub", + "outputFile": "GeometricWeather 3.001_pub.apk" } ] } \ No newline at end of file